HEX
Server: Apache
System: Linux viper.innovativeinternet.net 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64
User: thetradingroom (1095)
PHP: 8.3.25
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/thetradingroom/www/thetradingroom.sql
-- MySQL dump 10.13  Distrib 5.1.61, for redhat-linux-gnu (i386)
--
-- Host: localhost    Database: thetradingroom
-- ------------------------------------------------------
-- Server version	5.1.61

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `wp_commentmeta`
--

DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_commentmeta`
--

LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_comments`
--

DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT '',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_comments`
--

LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_links`
--

DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1',
  `link_rating` int(11) NOT NULL DEFAULT '0',
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) NOT NULL DEFAULT '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_links`
--

LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_optimizepress_assets`
--

DROP TABLE IF EXISTS `wp_optimizepress_assets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_optimizepress_assets` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(64) NOT NULL DEFAULT '0',
  `title` varchar(150) NOT NULL DEFAULT '',
  `settings` varchar(1) NOT NULL DEFAULT 'N',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_optimizepress_assets`
--

LOCK TABLES `wp_optimizepress_assets` WRITE;
/*!40000 ALTER TABLE `wp_optimizepress_assets` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_optimizepress_assets` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_optimizepress_launchfunnels`
--

DROP TABLE IF EXISTS `wp_optimizepress_launchfunnels`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_optimizepress_launchfunnels` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(254) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_optimizepress_launchfunnels`
--

LOCK TABLES `wp_optimizepress_launchfunnels` WRITE;
/*!40000 ALTER TABLE `wp_optimizepress_launchfunnels` DISABLE KEYS */;
INSERT INTO `wp_optimizepress_launchfunnels` VALUES (1,'quant ');
/*!40000 ALTER TABLE `wp_optimizepress_launchfunnels` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_optimizepress_launchfunnels_pages`
--

DROP TABLE IF EXISTS `wp_optimizepress_launchfunnels_pages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_optimizepress_launchfunnels_pages` (
  `funnel_id` bigint(20) unsigned NOT NULL,
  `page_id` bigint(20) unsigned NOT NULL,
  `step` int(10) unsigned NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_optimizepress_launchfunnels_pages`
--

LOCK TABLES `wp_optimizepress_launchfunnels_pages` WRITE;
/*!40000 ALTER TABLE `wp_optimizepress_launchfunnels_pages` DISABLE KEYS */;
INSERT INTO `wp_optimizepress_launchfunnels_pages` VALUES (0,1225,0),(0,1228,0),(1,1240,0),(0,1256,0),(1,1257,0),(0,1263,0),(1,1291,0),(1,1298,0),(1,1301,0),(1,1318,0),(1,1333,0),(1,1337,0),(1,1368,0),(1,1370,0),(1,1371,0),(1,1373,0),(1,1374,0),(1,1375,0),(1,1376,0),(1,1378,0),(1,1380,0),(1,1382,0),(1,1384,0),(1,1388,0),(1,1398,0),(1,1424,0),(1,1430,0),(1,1444,0),(1,1465,0),(1,1499,0),(1,1504,0),(1,1543,0),(1,1554,0),(1,1555,0),(1,1561,0),(1,1570,0),(1,1571,0),(1,1572,0),(1,1574,0),(1,1575,0),(1,1580,0),(1,1582,0),(1,1650,0),(1,1651,0),(1,1653,0),(1,1654,0),(1,1662,0),(1,1663,0),(1,1665,0),(1,1666,0),(1,1667,0),(1,1672,0),(1,1674,0),(1,1686,0),(1,1693,0),(1,1726,0),(1,1773,0),(1,1774,0),(1,1776,0),(1,1796,0),(1,1798,0),(1,1828,0),(1,1833,0),(1,1834,0),(1,1853,0),(1,1855,0),(1,1859,0),(1,2006,0),(1,2010,0),(1,2025,0),(1,2029,0),(1,2213,0),(1,2249,0),(1,2347,0),(1,2403,0),(1,2421,0),(1,2437,0),(1,2574,0),(1,2845,0),(1,2847,0);
/*!40000 ALTER TABLE `wp_optimizepress_launchfunnels_pages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_optimizepress_layout_categories`
--

DROP TABLE IF EXISTS `wp_optimizepress_layout_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_optimizepress_layout_categories` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_optimizepress_layout_categories`
--

LOCK TABLES `wp_optimizepress_layout_categories` WRITE;
/*!40000 ALTER TABLE `wp_optimizepress_layout_categories` DISABLE KEYS */;
INSERT INTO `wp_optimizepress_layout_categories` VALUES (1,'Webinar Pages'),(2,'Opt-In Pages'),(3,'Membership Pages'),(4,'Other Pages'),(5,'Sales Pages'),(6,'Home Pages');
/*!40000 ALTER TABLE `wp_optimizepress_layout_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_optimizepress_pb_products`
--

DROP TABLE IF EXISTS `wp_optimizepress_pb_products`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_optimizepress_pb_products` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL,
  `parent_id` bigint(20) unsigned NOT NULL,
  `type` varchar(50) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_optimizepress_pb_products`
--

LOCK TABLES `wp_optimizepress_pb_products` WRITE;
/*!40000 ALTER TABLE `wp_optimizepress_pb_products` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_optimizepress_pb_products` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_optimizepress_post_layouts`
--

DROP TABLE IF EXISTS `wp_optimizepress_post_layouts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_optimizepress_post_layouts` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL,
  `type` varchar(255) NOT NULL,
  `layout` longtext NOT NULL,
  `status` varchar(30) NOT NULL DEFAULT 'publish',
  `modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=324 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_optimizepress_post_layouts`
--

LOCK TABLES `wp_optimizepress_post_layouts` WRITE;
/*!40000 ALTER TABLE `wp_optimizepress_post_layouts` DISABLE KEYS */;
INSERT INTO `wp_optimizepress_post_layouts` VALUES (1,1196,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4MjoiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjIwIiBmb250X2ZvbnQ9IkFzYXAiIGZvbnRfc3R5bGU9Im5vcm1hbCIgZm9udF9jb2xvcj0iIzFhOWVlMCIgZm9udF9zcGFjaW5nPSItMSIgYWxpZ249ImNlbnRlciJdPHN0cm9uZz5MSVZFIFdFQklOQVI8L3N0cm9uZz7CoFdJVEggSE9TVCBOQU1FWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTWpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09Ijt9aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxYTllZTA7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjI3OiJbaGVhZGxpbmUgc3R5bGU9IjEiIGZvbnRfc2l6ZT0iMzAiIGZvbnRfZm9udD0iQXNhcCIgZm9udF9zdHlsZT0iYm9sZCIgZm9udF9jb2xvcj0iI2ZmZmZmZiIgZm9udF9zaGFkb3c9ImRhcmsiIGFsaWduPSJjZW50ZXIiXeKAnFRoZSA1IFJlYXNvbnMgWW91IE11c3QgQmUgVXNpbmcgUmVzcG9uc2l2ZQpEZXNpZ24gT24gWW91ciBXZWJzaXRlcyBpbiAyMDEzIEFuZCBCZXlvbmTigJ1bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeFlUbGxaVEFpTENKd1lXUmthVzVuVkc5d0lqb2lNekFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpVaWZRPT0iO31pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM5OiJiYWNrZ3JvdW5kOiMyMTIxMjE7cGFkZGluZy1ib3R0b206MzBweDsiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc2OiJbY2FsZW5kYXJfZGF0ZSBzdHlsZT0iMSIgbW9udGg9Ikp1bmUiIGNhbGVuZGFyX2Jhcl9jb2xvcj0iI2ZmMDAwMCIgZGF5PSIyNSJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtOO319fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4NjoiW3RleHRfYmxvY2sgc3R5bGU9InN0eWxlXzEucG5nIiBhbGlnbj0ibGVmdCIgZm9udF9zaXplPSIyMSIgZm9udF9jb2xvcj0iI2ZmZmZmZiIgd2lkdGg9IjIyMCJdPHN0cm9uZz5GcmlkYXksIEp1bmUgMjV0aAo8L3N0cm9uZz4xMSBBTSBQYWNpZmljIFRpbWUKNCBQTSBFYXN0ZXJuIFRpbWUKOSBQTSBHTVRbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6NDp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI0ODoiW3RleHRfYmxvY2sgc3R5bGU9InN0eWxlXzEucG5nIiBhbGlnbj0ibGVmdCIgZm9udF9zaXplPSIxNiIgZm9udF9zdHlsZT0ibm9ybWFsIiBmb250X2NvbG9yPSIjZmZmZmZmIiB3aWR0aD0iNDYwIl08cCBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyI+PHN0cm9uZz5DbGljayBiZWxvdyB0byBzaWdudXAgbm93PC9zdHJvbmc+Cih5b3Ugd2lsbCBiZSByZWRpcmVjdGVkIHRvIG91ciBzaWdudXAgZm9ybSk6PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjY4MDoiW2J1dHRvbl8xIHRleHQ9IkdldCBNZSBPbiBUaGUgV2ViaW5hciIgdGV4dF9zaXplPSIyNSIgdGV4dF9jb2xvcj0iI2ZmZmZmZiIgdGV4dF9mb250PSJBc2FwO2dvb2dsZSIgdGV4dF9ib2xkPSJZIiB0ZXh0X2xldHRlcl9zcGFjaW5nPSItMSIgc3VidGV4dF9wYW5lbD0iTiIgdGV4dF9zaGFkb3dfcGFuZWw9IlkiIHRleHRfc2hhZG93X3ZlcnRpY2FsPSItMSIgdGV4dF9zaGFkb3dfY29sb3I9IiMwMDAwMDAiIHN0eWxpbmdfd2lkdGg9IjQwIiBzdHlsaW5nX2hlaWdodD0iMjAiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPSIjMDAwMDAwIiBzdHlsaW5nX2JvcmRlcl9zaXplPSIxIiBzdHlsaW5nX2JvcmRlcl9yYWRpdXM9IjYiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9IjEwMCIgc3R5bGluZ19ncmFkaWVudD0iWSIgc3R5bGluZ19ncmFkaWVudF9zdGFydF9jb2xvcj0iIzFhOWVlMCIgZHJvcF9zaGFkb3dfcGFuZWw9IlkiIGRyb3Bfc2hhZG93X3ZlcnRpY2FsPSIxIiBkcm9wX3NoYWRvd19ibHVyPSIxIiBkcm9wX3NoYWRvd19jb2xvcj0iIzAwMDAwMCIgZHJvcF9zaGFkb3dfb3BhY2l0eT0iNTAiIGluc2V0X3NoYWRvd19wYW5lbD0iWSIgaW5zZXRfc2hhZG93X3NwcmVhZD0iMSIgaW5zZXRfc2hhZG93X2NvbG9yPSIjZmZmZmZmIiBpbnNldF9zaGFkb3dfb3BhY2l0eT0iMjUiIGFsaWduPSJjZW50ZXIiL10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MzthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo3NjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU15TVRJeE1qRWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTEwOiJiYWNrZ3JvdW5kLWltYWdlOnVybChodHRwOi8vb3B0aW1pemVwcmVzczIuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzA2L2JhY2sxLnBuZyk7YmFja2dyb3VuZC1yZXBlYXQ6cmVwZWF0OyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI2MToiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjM1IiBhbGlnbj0ibGVmdCIgbGluZV9oZWlnaHQ9IjM1Il08ZGl2IGRhdGEtbGI9ImVkaXRhYmxlLXJpY2gtdGV4dCIgZGF0YS1sYi1pZD0ibWFpbi1oZWFkbGluZSIgZGF0YS1sYi1uYW1lPSJNYWluIEhlYWRsaW5lIFRleHQiPkRVUklORyBUSElTIDxzcGFuIHN0eWxlPSJjb2xvcjogIzFhOWVlMDsiPjxiPkZSRUUgV0VCSU5BUjwvYj48L3NwYW4+IFlPVSBXSUxMIExFQVJOOjwvZGl2PlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1Mzg6IltzdGVwX2dyYXBoaWNzIHN0eWxlPSIzIiBjb2xvcj0iIzFhOWVlMCJdW3N0ZXAgc3R5bGU9IjMiIHRleHQ9IjEiIGhlYWRsaW5lPSJMb3JlbSBpcHN1bSBkb2xvciBzaXQgYW1ldCwgY29uc2VjdGV0dXIgYWRpcGlzY2luZyBlbGl0LiIgaW5mb3JtYXRpb249IjxwPkxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaXNjaW5nIGVsaXQuIE1hdXJpcyBlbGVtZW50dW0gZmVybWVudHVtIG1hdXJpcywgaW4gYmliZW5kdW0gbWFnbmEgdWx0cmljZXMgc2VkLiA8L3A+CiJdWy9zdGVwXVtzdGVwIHN0eWxlPSIzIiB0ZXh0PSIyIiBoZWFkbGluZT0iVXQgYSBsaWd1bGEgdml0YWUgYW50ZSB2dWxwdXRhdGUgY29uc2VjdGV0dXIgcXVpcyBldSB1cm5hLiIgaW5mb3JtYXRpb249IjxwPkFlbmVhbiB0ZW1wb3Igc2VtIHV0IHZpdmVycmEgc2NlbGVyaXNxdWUuIEFlbmVhbiB2ZWhpY3VsYSBiaWJlbmR1bSBtYXVyaXMsIHZlbCBwZWxsZW50ZXNxdWUgbmlzbCB2YXJpdXMgcXVpcy48L3A+CiJdWy9zdGVwXVsvc3RlcF9ncmFwaGljc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Nzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3MzoiW2ltYWdlcyBzdHlsZT0iNSIgaW1hZ2U9Imh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL3BlcnNvbjEyMTEuanBnIiB3aWR0aD0iMTQ5IiBhbGlnbj0iY2VudGVyIiB0b3BfbWFyZ2luPSIwIiBib3R0b21fbWFyZ2luPSIwIiBmdWxsX3dpZHRoPSJZIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2MjoiW3RleHRfYmxvY2sgc3R5bGU9InN0eWxlXzEucG5nIiBhbGlnbj0iY2VudGVyIiBmb250X3NpemU9IjI0IiBmb250X2ZvbnQ9IlNoYWRvd3MgSW50byBMaWdodCIgd2lkdGg9IjIyMCJdPHAgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlcjsiPkhvc3QgTmFtZTwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjM7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319aTo0O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMwOiJbdmVydGljYWxfc3BhY2luZyBoZWlnaHQ9IjMwIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo1O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxNzoiW3RleHRfYmxvY2sgc3R5bGU9InN0eWxlXzEucG5nIiBhbGlnbj0iY2VudGVyIiBmb250X3NpemU9IjE1IiBmb250X2NvbG9yPSIjOTE5MTkxIiBib3R0b21fcGFkZGluZz0iMTAiIGJvdHRvbV9tYXJnaW49IjAiIHdpZHRoPSI0NjAiXTxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXI7Ij5TaGFyZSB0aGlzIHBhZ2Ugd2l0aCB5b3VyIGZyaWVuZHMuLi48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjY7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjQwOiJbc29jaWFsX3NoYXJpbmcgc3R5bGU9InN0eWxlLTIwIiBmYl9jb2xvcj0ibGlnaHQiIGZiX2xhbmc9ImVuX0dCIiBmYl90ZXh0PSJyZWNvbW1lbmQiIGZiX2J1dHRvbl90ZXh0PSJTaGFyZSIgdHdfbGFuZz0iZW4iIHR3X2J1dHRvbl90ZXh0PSJTaGFyZSIgZ19sYW5nPSJlbi1HQiIgZ19idXR0b25fdGV4dD0iU2hhcmUiIHBfZGVzY3JpcHRpb249IiIgbGlua2VkaW5fbGFuZz0iZW5fVVMiIGFsaWdubWVudD0iY2VudGVyIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTU2OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDI5d2RHbHRhWHBsY0hKbGMzTXlMbU52YlM5M2NDMWpiMjUwWlc1MEwzVndiRzloWkhNdk1qQXhNeTh3Tmk5aVlXTnJNUzV3Ym1jcElpd2lZbUZqYTJkeWIzVnVaRkJ2YzJsMGFXOXVJam9pZEdsc1pTSjkiO31pOjQ7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjI4OiJiYWNrZ3JvdW5kLWltYWdlOiBub25lOyBiYWNrZ3JvdW5kLWNvbG9yOiByZ2IoMjM0LCAxMTMsIDE2KTsgcGFkZGluZy1ib3R0b206IDI1cHg7IGJvcmRlci10b3Atd2lkdGg6IDBweDsgYm9yZGVyLWJvdHRvbS13aWR0aDogMHB4OyBwYWRkaW5nLXRvcDogNDVweDsgYmFja2dyb3VuZC1wb3NpdGlvbjogaW5pdGlhbCBpbml0aWFsOyBiYWNrZ3JvdW5kLXJlcGVhdDogbm8tcmVwZWF0IG5vLXJlcGVhdDsiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI4OToiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjIwIiBmb250X2NvbG9yPSIjZmZmZmZmIiBhbGlnbj0iY2VudGVyIl1XQVJOSU5HOiDCoFdlIG9ubHkgaGF2ZSAxMDAwIHNwb3RzIG9uIG91ciB3ZWJpbmFyIHN5c3RlbSBhdmFpbGFibGUgYW5kwqBzcGFjZSB3aWxsIGZpbGwgdXAgZmFzdCBzbyByZWdpc3RlciBub3cgdG8gYXZvaWQgbWlzc2luZyBvdXQuIMKgVGhpcyB3ZWJpbmFyIGlzIHBhY2tlZCB3aXRoIGhpZ2ggcXVhbGl0eSBjb250ZW50IGFuZCB3aWxsIGZpbGwgdXAgZmFzdCFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObFlUY3hNVEFpTENKd1lXUmthVzVuVkc5d0lqb2lORFVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpVaWZRPT0iO31pOjU7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTQ3OiJiYWNrZ3JvdW5kLWltYWdlOnVybChodHRwOi8vb3B0aW1pemVwcmVzczIuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzA2L2JhY2sxLnBuZyk7YmFja2dyb3VuZC1yZXBlYXQ6cmVwZWF0O3BhZGRpbmctdG9wOjMwcHg7cGFkZGluZy1ib3R0b206NTBweDsiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3NDoiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjI1IiBmb250X3N0eWxlPSJub3JtYWwiIGFsaWduPSJjZW50ZXIiIGJvdHRvbV9tYXJnaW49IjIwIl08c3Ryb25nPlRoaXMgb25lIHdpbGwgYmUgbm8gZXhjZXB0aW9uLsKgU28gY2xhaW0geW91ciBzcG90IGJlbG93ITwvc3Ryb25nPlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo2OTY6IltidXR0b25fMSB0ZXh0PSJDbGljayBIZXJlIHRvIEdldCBPbiBUaGUgV2ViaW5hciBOb3ciIHRleHRfc2l6ZT0iMjgiIHRleHRfY29sb3I9IiNmZmZmZmYiIHRleHRfZm9udD0iQXNhcDtnb29nbGUiIHRleHRfYm9sZD0iWSIgdGV4dF9sZXR0ZXJfc3BhY2luZz0iLTEiIHN1YnRleHRfcGFuZWw9Ik4iIHRleHRfc2hhZG93X3BhbmVsPSJZIiB0ZXh0X3NoYWRvd192ZXJ0aWNhbD0iLTEiIHRleHRfc2hhZG93X2NvbG9yPSIjMDAwMDAwIiBzdHlsaW5nX3dpZHRoPSIxMDAiIHN0eWxpbmdfaGVpZ2h0PSIyMCIgc3R5bGluZ19ib3JkZXJfY29sb3I9IiMxYjg5YzAiIHN0eWxpbmdfYm9yZGVyX3NpemU9IjEiIHN0eWxpbmdfYm9yZGVyX3JhZGl1cz0iNiIgc3R5bGluZ19ib3JkZXJfb3BhY2l0eT0iMTAwIiBzdHlsaW5nX2dyYWRpZW50PSJZIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPSIjMWE5ZWUwIiBkcm9wX3NoYWRvd19wYW5lbD0iWSIgZHJvcF9zaGFkb3dfdmVydGljYWw9IjEiIGRyb3Bfc2hhZG93X2JsdXI9IjEiIGRyb3Bfc2hhZG93X2NvbG9yPSIjMDAwMDAwIiBkcm9wX3NoYWRvd19vcGFjaXR5PSI1MCIgaW5zZXRfc2hhZG93X3BhbmVsPSJZIiBpbnNldF9zaGFkb3dfc3ByZWFkPSIxIiBpbnNldF9zaGFkb3dfY29sb3I9IiNmZmZmZmYiIGluc2V0X3NoYWRvd19vcGFjaXR5PSIyNSIgYWxpZ249ImNlbnRlciIvXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoyMDg6ImV5SmlZV05yWjNKdmRXNWtTVzFoWjJVaU9pSjFjbXdvYUhSMGNEb3ZMMjl3ZEdsdGFYcGxjSEpsYzNNeUxtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE15OHdOaTlpWVdOck1TNXdibWNwSWl3aVltRmphMmR5YjNWdVpGQnZjMmwwYVc5dUlqb2lkR2xzWlNJc0luQmhaR1JwYm1kVWIzQWlPaUl6TUNJc0luQmhaR1JwYm1kQ2IzUjBiMjBpT2lJMU1DSjkiO319','publish','0000-00-00 00:00:00'),(2,1203,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czo0MDoicm93IHRocmVlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDo1MHB4O3BhZGRpbmctYm90dG9tOjMwcHg7IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJ0d28tdGhpcmRzIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNTY6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSIzMyIgZm9udF9mb250PSJPc3dhbGQiIGZvbnRfY29sb3I9IiNmZmZmZmYiIGFsaWduPSJsZWZ0IiBsaW5lX2hlaWdodD0iNDUiXTxzcGFuIHN0eWxlPSJjb2xvcjogI2ZmNzQwYTsiPk5ldyBCb29rIFJldmVhbHM6IDwvc3Bhbj5UaGUgNSBSZWFzb25zIFlvdSBNdXN0IEJlIFVzaW5nIFJlc3BvbnNpdmUgRGVzaWduIE9uIFlvdXIgV2Vic2l0ZXMgaW4gMjAxMyBBbmQgQmV5b25kWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI5ODoiW3RleHRfYmxvY2sgc3R5bGU9InN0eWxlXzEucG5nIiBhbGlnbj0ibGVmdCIgZm9udF9zaXplPSIyMyIgZm9udF9jb2xvcj0iI0Y3RjBERSIgd2lkdGg9IjYyMCIgbGluZV9oZWlnaHQ9IjMxIl1UaGlzIHNpbXBsZSBhbmQgZWFzeS10by1yZWFkIGd1aWRlIHdpbGwgc2hvdyB5b3UuLi5Mb3JlbSBpcHN1bSBkb2xvciBzaXQgYW1ldCwgY29uc2VjdGV0dXIgYWRpcGlzY2luZyBlbGl0LiBNb3JiaSBzaXQgYW1ldCBzZW1wZXIgdG9ydG9yLCBpZCBlZ2VzdGFzIGRpYW0uIE5hbSB2aXRhZSBqdXN0byBzaXQuWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6MzU6InNwbGl0LXR3by10aGlyZHMgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozNzA6IltidXR0b25fMSB0ZXh0PSJCdXkgTm93IEZvciBPbmx5ICYjMzY7NC45OSIgdGV4dF9zaXplPSIyMCIgdGV4dF9jb2xvcj0iI2ZmZmZmZiIgdGV4dF9mb250PSJPc3dhbGQ7Z29vZ2xlIiBzdWJ0ZXh0X3BhbmVsPSJOIiB0ZXh0X3NoYWRvd19wYW5lbD0iTiIgc3R5bGluZ193aWR0aD0iOTkiIHN0eWxpbmdfaGVpZ2h0PSIyMSIgc3R5bGluZ19ib3JkZXJfY29sb3I9IiMwMDAwMDAiIHN0eWxpbmdfYm9yZGVyX3JhZGl1cz0iNTIiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9IjEwMCIgc3R5bGluZ19ncmFkaWVudF9zdGFydF9jb2xvcj0iI2ZmNzQwYSIgZHJvcF9zaGFkb3dfcGFuZWw9Ik4iIGluc2V0X3NoYWRvd19wYW5lbD0iTiIgYWxpZ249ImxlZnQiL10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjM7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6MzQ6InNwbGl0LW9uZS10aGlyZCBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjM2MDoiW2J1dHRvbl8xIHRleHQ9IkRvd25sb2FkIFNhbXBsZSIgdGV4dF9zaXplPSIxNyIgdGV4dF9jb2xvcj0iI2ZmZmZmZiIgdGV4dF9mb250PSJPc3dhbGQ7Z29vZ2xlIiBzdWJ0ZXh0X3BhbmVsPSJOIiB0ZXh0X3NoYWRvd19wYW5lbD0iTiIgc3R5bGluZ193aWR0aD0iMTAwIiBzdHlsaW5nX2hlaWdodD0iMTQiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPSIjMDAwMDAwIiBzdHlsaW5nX2JvcmRlcl9yYWRpdXM9IjQyIiBzdHlsaW5nX2JvcmRlcl9vcGFjaXR5PSIxMDAiIHN0eWxpbmdfZ3JhZGllbnRfc3RhcnRfY29sb3I9IiM4MjgyODIiIGRyb3Bfc2hhZG93X3BhbmVsPSJOIiBpbnNldF9zaGFkb3dfcGFuZWw9Ik4iIGFsaWduPSJsZWZ0Ii9dIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyODoib25lLXRoaXJkIGNvbHVtbiBjb2xzIG5hcnJvdyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjAwOiJbaW1hZ2VzIHN0eWxlPSIwIiBpbWFnZT0iaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvYm9vazItY3JvcHBlZDExLnBuZyIgY3VzdG9tX3dpZHRoPSJZIiB3aWR0aD0iMzAwIiBjdXN0b21fd2lkdGhfdmFsPSIyNzAiIGFsaWduPSJjZW50ZXIiIHRvcF9tYXJnaW49IjAiIGZ1bGxfd2lkdGg9IlkiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lOVEFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO31pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLXRvcDo1MHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo5OToiW2hlYWRsaW5lIHN0eWxlPSIxIiBhbGlnbj0iY2VudGVyIiBib3R0b21fbWFyZ2luPSIzMCJdSW4gdGhpcyBFYm9vayBZb3UgV2lsbCBEaXNjb3Zlci4uLlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo2OTU6IltmZWF0dXJlX2Jsb2NrIHN0eWxlPSJpY29uIiBjb2x1bW5zPSIzIiBpY29uX3N0eWxlPSIyIl1bZmVhdHVyZSB0aXRsZT0iUHJvZHVjdCBGZWF0dXJlIG9yIEJlbmVmaXQgMSIgaWNvbj0iMTUxLnBuZyIgYmdfY29sb3I9IiJdTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2NpbmcgZWxpdC4gTW9yYmkgc2l0IGFtZXQgc2VtcGVyIHRvcnRvciwgaWQgZWdlc3RhcyBkaWFtLiBOYW0gdml0YWUganVzdG8gc2l0LlsvZmVhdHVyZV0gW2ZlYXR1cmUgdGl0bGU9IlByb2R1Y3QgRmVhdHVyZSBvciBCZW5lZml0IDIiIGljb249IjE2Mi5wbmciIGJnX2NvbG9yPSIiXUxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaXNjaW5nIGVsaXQuIE1vcmJpIHNpdCBhbWV0IHNlbXBlciB0b3J0b3IsIGlkIGVnZXN0YXMgZGlhbS4gTmFtIHZpdGFlIGp1c3RvIHNpdC5bL2ZlYXR1cmVdIFtmZWF0dXJlIHRpdGxlPSJQcm9kdWN0IEZlYXR1cmUgb3IgQmVuZWZpdCAzIiBpY29uPSIxOTkucG5nIiBiZ19jb2xvcj0iIl1Mb3JlbSBpcHN1bSBkb2xvciBzaXQgYW1ldCwgY29uc2VjdGV0dXIgYWRpcGlzY2luZyBlbGl0LiBNb3JiaSBzaXQgYW1ldCBzZW1wZXIgdG9ydG9yLCBpZCBlZ2VzdGFzIGRpYW0uIE5hbSB2aXRhZSBqdXN0byBzaXQuWy9mZWF0dXJlXSBbL2ZlYXR1cmVfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fXM6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEwMDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tTW1ZeVpqSWlMQ0p3WVdSa2FXNW5WRzl3SWpvaU5UQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNakFpZlE9PSI7fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxMDk6ImJhY2tncm91bmQ6I2ZmZmZmZjtwYWRkaW5nLXRvcDo1MHB4O3BhZGRpbmctYm90dG9tOjMwcHg7Ym9yZGVyLXRvcC1jb2xvcjojZDlkOWQ5O2JvcmRlci1ib3R0b20tY29sb3I6I2Q5ZDlkOTsiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjEyMDoiW2hlYWRsaW5lIHN0eWxlPSIxIiBhbGlnbj0iY2VudGVyIiBib3R0b21fbWFyZ2luPSIzMCJdQ2hlY2sgT3V0IFdoYXQgT3RoZXIgUGVvcGxlIEFyZSBTYXlpbmcgQWJvdXQgVGhpcyBFYm9va1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozODM6Ilt0ZXN0aW1vbmlhbHMgc3R5bGU9IjE1IiBmb250PSIiIG1hcmdpbl90b3A9IiIgbWFyZ2luX2JvdHRvbT0iIl1bdGVzdGltb25pYWwgbmFtZT0iU2FyYWggV2lsbGlhbXMiIGNvbXBhbnk9Ik9wdGltaXplUHJlc3MuY29tIiBocmVmPSIjIiBpbWFnZT0iaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvc2FyYWhfd2lsbGlhbXMxLTMwMHgyOTMxLmpwZyJdTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2NpbmcgZWxpdC4gTW9yYmkgc2l0IGFtZXQgc2VtcGVyIHRvcnRvciwgaWQgZWdlc3RhcyBkaWFtLiBOYW0gdml0YWUganVzdG8gc2l0LlsvdGVzdGltb25pYWxdWy90ZXN0aW1vbmlhbHNdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fXM6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEzMjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tWm1abVptWWlMQ0p3WVdSa2FXNW5WRzl3SWpvaU5UQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpTENKaWIzSmtaWEpEYjJ4dmNpSTZJaU5rT1dRNVpEa2lmUT09Ijt9aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM5OiJiYWNrZ3JvdW5kOiNlZGVkZWQ7cGFkZGluZy1ib3R0b206MjBweDsiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjM3NDoiW2J1dHRvbl8xIHRleHQ9IkJ1eSBOb3cgRm9yIE9ubHkgJiMzNjs0Ljk5IiB0ZXh0X3NpemU9IjI2IiB0ZXh0X2NvbG9yPSIjZmZmZmZmIiB0ZXh0X2ZvbnQ9Ik9zd2FsZDtnb29nbGUiIHN1YnRleHRfcGFuZWw9Ik4iIHRleHRfc2hhZG93X3BhbmVsPSJOIiBzdHlsaW5nX3dpZHRoPSIxMDAiIHN0eWxpbmdfaGVpZ2h0PSIzMCIgc3R5bGluZ19ib3JkZXJfY29sb3I9IiMwMDAwMDAiIHN0eWxpbmdfYm9yZGVyX3JhZGl1cz0iMTAwIiBzdHlsaW5nX2JvcmRlcl9vcGFjaXR5PSIxMDAiIHN0eWxpbmdfZ3JhZGllbnRfc3RhcnRfY29sb3I9IiNmZjc0MGEiIGRyb3Bfc2hhZG93X3BhbmVsPSJOIiBpbnNldF9zaGFkb3dfcGFuZWw9Ik4iIGFsaWduPSJjZW50ZXIiL10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxNzoiW3RleHRfYmxvY2sgc3R5bGU9InN0eWxlXzEucG5nIiBhbGlnbj0ibGVmdCIgZm9udF9zaXplPSIxNCIgdG9wX3BhZGRpbmc9IjUiIHdpZHRoPSI5NDAiXTxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXI7Ij48c3Ryb25nPllvdXIgRWJvb2sgd2lsbCBiZSBhdmFpbGFibGUgZm9yIGluc3RhbnQgZG93bmxvYWQgYWZ0ZXIgcGF5bWVudCA8L3N0cm9uZz48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo3NjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5sWkdWa1pXUWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNakFpZlE9PSI7fX0=','publish','0000-00-00 00:00:00'),(3,1204,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTk2OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjBcIiBmb250X2ZvbnQ9XCJBc2FwXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjMWE5ZWUwXCIgZm9udF9zcGFjaW5nPVwiLTFcIiBhbGlnbj1cImNlbnRlclwiXTxzdHJvbmc+TElWRSBXRUJJTkFSPC9zdHJvbmc+wqBXSVRIIEhPU1QgTkFNRVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjY6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9idWxsLXJ1bjIuanBnXCIgd2lkdGg9XCI1ODdcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czo1NjoiYmFja2dyb3VuZDojMWE5ZWUwO3BhZGRpbmctdG9wOjMwcHg7cGFkZGluZy1ib3R0b206MjVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEwMDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU14WVRsbFpUQWlMQ0p3WVdSa2FXNW5WRzl3SWpvaU16QWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNalVpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjIwOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMzBcIiBmb250X2ZvbnQ9XCJBc2FwXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiI2ZmZmZmZlwiIGZvbnRfc2hhZG93PVwiZGFya1wiIGFsaWduPVwiY2VudGVyXCJdTG9zIFF1YW50cyBlc3TDoW4gY29ycmllbmRvIHBvciBwbGVubyBXYWxsIFN0cmVldCwgbm8gc2VhIGF0cm9wZWxsYWRvIVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxMDgwOiJbZmVhdHVyZV9ib3ggc3R5bGU9XCIxXCIgb25seV9hZHZhbmNlZD1cIlRoZXJlIGFyZSBubyB0aXRsZSBvcHRpb25zIGZvciB0aGUgY2hvb3NlbiBzdHlsZVwiIHdpZHRoPVwiOTQwXCIgYWxpZ25tZW50PVwiY2VudGVyXCJdW29wX2xpdmVlZGl0b3JfZWxlbWVudHNdIFtvcF9saXZlZWRpdG9yX2VsZW1lbnQgZGF0YS1zdHlsZT1cIlwiXVt0ZXh0X2Jsb2NrXeKAnExhcyBlbXByZXNhcyBlc3TDoW4gYWhvcmEgZW1wbGVhbmRvIGVzdGFkaXN0YXMgYWNhZMOpbWljb3MgdGFsZW50b3NvcyBwYXJhIHJhc3RyZWFyIHBhdHJvbmVzIG8gdGVuZGVuY2lhcyBlbiBlbCBjb21wb3J0YW1pZW50byBkZWwgdHJhZGluZyB5IGNyZWFyIGbDs3JtdWxhcyBwYXJhIHByZWRlY2lyIGxvcyBmdXR1cm9zIG1vdmltaWVudG9zIGRlbCBtZXJjYWRvLiBFc3RhcyBmw7NybXVsYXMgc2UgaW5jb3Jwb3JhbiBkZXNwdcOpcyBlbiBwb2Rlcm9zYXMgY29tcHV0YWRvcmFz4oCmIEVzdG9zIHByb2dyYW1hcyBzb24gaW5tZW5zYW1lbnRlIHBvZGVyb3NvcyYjODIzMDsgJiM4MjIwO01hbmVqYW4gY2FzaSB0b2RvIGxvIHF1ZSBzdWNlZGUgZW4gV2FsbCBTdHJlZXQuJiM4MjIxOzwvcD4KPHA+LcKgIEJyaXRpc2ggQnJvYWRjYXN0aW5nIENvcnBvcmF0aW9uWy90ZXh0X2Jsb2NrXVsvb3BfbGl2ZWVkaXRvcl9lbGVtZW50XSBbb3BfbGl2ZWVkaXRvcl9lbGVtZW50IGRhdGEtc3R5bGU9XCJcIl1baW1hZ2VzIHN0eWxlPVwiNVwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXVsvb3BfbGl2ZWVkaXRvcl9lbGVtZW50XSBbb3BfbGl2ZWVkaXRvcl9lbGVtZW50IGRhdGEtc3R5bGU9XCJcIl1baW1hZ2VzIHN0eWxlPVwiMFwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvYmJjMy0zMDB4MTM3LmpwZ1wiIHdpZHRoPVwiMzAwXCIgYWxpZ249XCJsZWZ0XCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXVsvb3BfbGl2ZWVkaXRvcl9lbGVtZW50XSBbL29wX2xpdmVlZGl0b3JfZWxlbWVudHNdWy9mZWF0dXJlX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjcxOiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozODoiYmFja2dyb3VuZDojMjEyMTIxO3BhZGRpbmctYm90dG9tOjBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjcyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXlNVEl4TWpFaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1DSjkiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjg0OiJbY2FsZW5kYXJfZGF0ZSBzdHlsZT1cIjFcIiBtb250aD1cIk1hcnpvXCIgY2FsZW5kYXJfYmFyX2NvbG9yPVwiI2ZmMDAwMFwiIGRheT1cIjVcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzE6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyMVwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgd2lkdGg9XCIyMjBcIl08c3Ryb25nPk1pw6lyY29sZXMgMDUgZGUgTWFyem8gMjAxNAo8L3N0cm9uZz43OjAwIFBNIEVUWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo2ODg6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdSGVyZVwncyBUaGUgSGVhZGxpbmUgRm9yIFRoZSBCb3hbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1URzl5WlcwZ2FYQnpkVzBnWkc5c2IzSWdjMmwwSUdGdFpYUXNJR052Ym5ObFkzUmxkSFZ5SUdGa2FYQnBjMk5wYm1jZ1pXeHBkQzRnUkc5dVpXTWdkbVZzSUc1MWJtTWdibTl1SUd4aFkzVnpJSFpsYm1WdVlYUnBjeUJqYjIxdGIyUnZMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1HZXQgSW5zdGFudCBBY2Nlc3MhWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MjthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxMTA6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxNTY6ImV5SmlZV05yWjNKdmRXNWtTVzFoWjJVaU9pSjFjbXdvYUhSMGNEb3ZMMjl3ZEdsdGFYcGxjSEpsYzNNeUxtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE15OHdOaTlpWVdOck1TNXdibWNwSWl3aVltRmphMmR5YjNWdVpGQnZjMmwwYVc5dUlqb2lkR2xzWlNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIzODoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM1XCIgYWxpZ249XCJsZWZ0XCIgbGluZV9oZWlnaHQ9XCIzNVwiXTxkaXYgZGF0YS1sYj1cImVkaXRhYmxlLXJpY2gtdGV4dFwiIGRhdGEtbGItaWQ9XCJtYWluLWhlYWRsaW5lXCIgZGF0YS1sYi1uYW1lPVwiTWFpbiBIZWFkbGluZSBUZXh0XCI+RHVyYW50ZSBFc3RlIFdlYmluYXIgR3JhdHVpdG8gVXN0ZWQgQXByZW5kZXLDoTo8L2Rpdj5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzgxOiJbc3RlcF9ncmFwaGljcyBzdHlsZT1cIjNcIiBjb2xvcj1cIiMxYTllZTBcIl1bc3RlcCBzdHlsZT1cIjNcIiB0ZXh0PVwiMVwiIGhlYWRsaW5lPVwiSWRlbnRpZmljYXIgZWwgY29tcG9ydGFtaWVudG8gZGVsIG1lcmNhZG8gYWwgaW5zdGFudGUgXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIyXCIgaGVhZGxpbmU9XCJFbnRlbmRlciB2ZXJkYWRlcmFtZW50ZSBsYSBkaW7DoW1pY2EgZGVsIG1lcmNhZG8gXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIzXCIgaGVhZGxpbmU9XCJJZGVudGlmaWNhciDDs3B0aW1hcyDDs3JkZW5lcyBkZSBDb21wcmEtVmVudGEgYW50ZXMgZGVsIG1vdmltaWVudG8gXCJdWy9zdGVwXVsvc3RlcF9ncmFwaGljc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Nzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4NzoiW2ltYWdlcyBzdHlsZT1cIjVcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL3BlcnNvbjEyMTIuanBnXCIgd2lkdGg9XCIxNDlcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTkyOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjRcIiBmb250X2ZvbnQ9XCJTaGFkb3dzIEludG8gTGlnaHRcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiNDYwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+SG9zdCBOYW1lPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MzthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjQ7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzI6Ilt2ZXJ0aWNhbF9zcGFjaW5nIGhlaWdodD1cIjMwXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMzM6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImNlbnRlclwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiM5MTkxOTFcIiBib3R0b21fcGFkZGluZz1cIjEwXCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjQ2MFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPlNoYXJlIHRoaXMgcGFnZSB3aXRoIHlvdXIgZnJpZW5kcy4uLjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNjQ6Iltzb2NpYWxfc2hhcmluZyBzdHlsZT1cInN0eWxlLTIwXCIgZmJfY29sb3I9XCJsaWdodFwiIGZiX2xhbmc9XCJlbl9HQlwiIGZiX3RleHQ9XCJyZWNvbW1lbmRcIiBmYl9idXR0b25fdGV4dD1cIlNoYXJlXCIgdHdfbGFuZz1cImVuXCIgdHdfYnV0dG9uX3RleHQ9XCJTaGFyZVwiIGdfbGFuZz1cImVuLUdCXCIgZ19idXR0b25fdGV4dD1cIlNoYXJlXCIgcF9kZXNjcmlwdGlvbj1cIlwiIGxpbmtlZGluX2xhbmc9XCJlbl9VU1wiIGFsaWdubWVudD1cImNlbnRlclwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiNlYTcxMTA7cGFkZGluZy10b3A6NDVweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTmxZVGN4TVRBaUxDSndZV1JrYVc1blZHOXdJam9pTkRVaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMTQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgYWxpZ249XCJjZW50ZXJcIl1BRFZFUlRFTkNJQTogRWwgYWNjZXNvIGEgbnVlc3RybyBzaXN0ZW1hIGRlIHdlYmluYXIgZXN0w6EgbGltaXRhZG8gZWwgZXNwYWNpbyB5IHNlIGxsZW5hbiByw6FwaWRvLCBhc8OtIHF1ZSByZWfDrXN0cmVzZSBhaG9yYSBwYXJhIGV2aXRhciBwZXJkZXJzZS4gRXN0ZSBzZW1pbmFyaW8gZXN0w6EgbGxlbm8gZGUgY29udGVuaWRvIGRlIGFsdGEgY2FsaWRhZCB5IHNlIGxsZW5hbiByw6FwaWRvIVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjU7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTQ3OiJiYWNrZ3JvdW5kLWltYWdlOnVybChodHRwOi8vb3B0aW1pemVwcmVzczIuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzA2L2JhY2sxLnBuZyk7YmFja2dyb3VuZC1yZXBlYXQ6cmVwZWF0O3BhZGRpbmctdG9wOjMwcHg7cGFkZGluZy1ib3R0b206NTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjIwODoiZXlKaVlXTnJaM0p2ZFc1a1NXMWhaMlVpT2lKMWNtd29hSFIwY0RvdkwyOXdkR2x0YVhwbGNISmxjM015TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TXk4d05pOWlZV05yTVM1d2JtY3BJaXdpWW1GamEyZHliM1Z1WkZCdmMybDBhVzl1SWpvaWRHbHNaU0lzSW5CaFpHUnBibWRVYjNBaU9pSXpNQ0lzSW5CaFpHUnBibWRDYjNSMGIyMGlPaUkxTUNKOSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTcwOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjVcIiBmb250X3N0eWxlPVwibm9ybWFsXCIgYWxpZ249XCJjZW50ZXJcIiBib3R0b21fbWFyZ2luPVwiMjBcIl3DiXN0ZSBlc3RhcsOhIGEgc2Fsdm8sIGFzw60gcXVlIHJlY2xhbWFyIGVsIGFjY2VzbyBkZSBhYmFqbyFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzMyOiJbb3B0aW5fYm94IHN0eWxlPVwiN1wiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2RlZmF1bHQ9XCJJbmdyZXNlIHN1IGRpcmVjY2nDs24gZGUgY29ycmVvIGVsZWN0csOzbmljb1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIG5hbWVfZGVmYXVsdD1cIkVzY3JpYmEgc3Ugbm9tYnJlXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXUhlcmVcJ3MgVGhlIEhlYWRsaW5lIEZvciBUaGUgQm94Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdVEc5eVpXMGdhWEJ6ZFcwZ1pHOXNiM0lnYzJsMElHRnRaWFFzSUdOdmJuTmxZM1JsZEhWeUlHRmthWEJwYzJOcGJtY2daV3hwZEM0Z1JHOXVaV01nZG1Wc0lHNTFibU1nYm05dUlHeGhZM1Z6SUhabGJtVnVZWFJwY3lCamIyMXRiMlJ2TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1WYWxvcmFtb3Mgc3UgcHJpdmFjaWRhZCB5IG51bmNhIGxlIHNwYW1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1HZXQgSW5zdGFudCBBY2Nlc3MhWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','publish','0000-00-00 00:00:00'),(4,1212,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjA2OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjBcIiBmb250X2ZvbnQ9XCJBc2FwXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjMWE5ZWUwXCIgZm9udF9zcGFjaW5nPVwiLTFcIiBhbGlnbj1cImNlbnRlclwiXTxzdHJvbmc+TElWRSBXRUJJTkFSPC9zdHJvbmc+wqBXSVRIIEhPU1QgMSAmYW1wOyBIT1NUIDJbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxYTllZTA7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhZVGxsWlRBaUxDSndZV1JrYVc1blZHOXdJam9pTXpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMjA6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzMFwiIGZvbnRfZm9udD1cIkFzYXBcIiBmb250X3N0eWxlPVwiYm9sZFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgZm9udF9zaGFkb3c9XCJkYXJrXCIgYWxpZ249XCJjZW50ZXJcIl1Mb3MgUXVhbnRzIEVzdMOhbiBDb3JyaWVuZG8gUG9yIFBsZW5vIFdhbGwgU3RyZWV0LCBObyBTZWEgQXRyb3BlbGxhZG8hWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2NjoiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2J1bGwtcnVuMS5qcGdcIiB3aWR0aD1cIjU4N1wiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozODoiYmFja2dyb3VuZDojMjEyMTIxO3BhZGRpbmctYm90dG9tOjBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjcyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXlNVEl4TWpFaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1DSjkiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjg0OiJbY2FsZW5kYXJfZGF0ZSBzdHlsZT1cIjFcIiBtb250aD1cIkp1bmVcIiBjYWxlbmRhcl9iYXJfY29sb3I9XCIjZmYwMDAwXCIgZGF5PVwiMjVcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyMVwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgd2lkdGg9XCIyMjBcIl08c3Ryb25nPkZyaWRheSwgSnVuZSAyNXRoCjwvc3Ryb25nPjExIEFNIFBhY2lmaWMgVGltZQo0IFBNIEVhc3Rlcm4gVGltZQo5IFBNIEdNVFsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Njg4OiJbb3B0aW5fYm94IHN0eWxlPVwiN1wiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXUhlcmVcJ3MgVGhlIEhlYWRsaW5lIEZvciBUaGUgQm94Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdVEc5eVpXMGdhWEJ6ZFcwZ1pHOXNiM0lnYzJsMElHRnRaWFFzSUdOdmJuTmxZM1JsZEhWeUlHRmthWEJwYzJOcGJtY2daV3hwZEM0Z1JHOXVaV01nZG1Wc0lHNTFibU1nYm05dUlHeGhZM1Z6SUhabGJtVnVZWFJwY3lCamIyMXRiMlJ2TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdR2V0IEluc3RhbnQgQWNjZXNzIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjI7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTEwOiJiYWNrZ3JvdW5kLWltYWdlOnVybChodHRwOi8vb3B0aW1pemVwcmVzczIuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzA2L2JhY2sxLnBuZyk7YmFja2dyb3VuZC1yZXBlYXQ6cmVwZWF0OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTU2OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDI5d2RHbHRhWHBsY0hKbGMzTXlMbU52YlM5M2NDMWpiMjUwWlc1MEwzVndiRzloWkhNdk1qQXhNeTh3Tmk5aVlXTnJNUzV3Ym1jcElpd2lZbUZqYTJkeWIzVnVaRkJ2YzJsMGFXOXVJam9pZEdsc1pTSjkiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNzc6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzNVwiIGFsaWduPVwibGVmdFwiIGxpbmVfaGVpZ2h0PVwiMzVcIl08ZGl2IGRhdGEtbGI9XCJlZGl0YWJsZS1yaWNoLXRleHRcIiBkYXRhLWxiLWlkPVwibWFpbi1oZWFkbGluZVwiIGRhdGEtbGItbmFtZT1cIk1haW4gSGVhZGxpbmUgVGV4dFwiPkRVUklORyBUSElTIDxzcGFuIHN0eWxlPVwiY29sb3I6ICMxYTllZTA7XCI+PGI+RlJFRSBXRUJJTkFSPC9iPjwvc3Bhbj4gWU9VIFdJTEwgTEVBUk46PC9kaXY+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU1ODoiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCIzXCIgY29sb3I9XCIjMWE5ZWUwXCJdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIkxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaXNjaW5nIGVsaXQuXCIgaW5mb3JtYXRpb249XCI8cD5Mb3JlbSBpcHN1bSBkb2xvciBzaXQgYW1ldCwgY29uc2VjdGV0dXIgYWRpcGlzY2luZyBlbGl0LiBNYXVyaXMgZWxlbWVudHVtIGZlcm1lbnR1bSBtYXVyaXMsIGluIGJpYmVuZHVtIG1hZ25hIHVsdHJpY2VzIHNlZC4gPC9wPgpcIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIlV0IGEgbGlndWxhIHZpdGFlIGFudGUgdnVscHV0YXRlIGNvbnNlY3RldHVyIHF1aXMgZXUgdXJuYS5cIiBpbmZvcm1hdGlvbj1cIjxwPkFlbmVhbiB0ZW1wb3Igc2VtIHV0IHZpdmVycmEgc2NlbGVyaXNxdWUuIEFlbmVhbiB2ZWhpY3VsYSBiaWJlbmR1bSBtYXVyaXMsIHZlbCBwZWxsZW50ZXNxdWUgbmlzbCB2YXJpdXMgcXVpcy48L3A+ClwiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjU6e2k6MDthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4NzoiW2ltYWdlcyBzdHlsZT1cIjVcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL3BlcnNvbjEyMTMuanBnXCIgd2lkdGg9XCIxNDlcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTkyOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjVcIiBmb250X2ZvbnQ9XCJTaGFkb3dzIEludG8gTGlnaHRcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMjIwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+SG9zdCBOYW1lPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODc6IltpbWFnZXMgc3R5bGU9XCI1XCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9wZXJzb24xMjEzLmpwZ1wiIHdpZHRoPVwiMTQ5XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE5MjoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjI0XCIgZm9udF9mb250PVwiU2hhZG93cyBJbnRvIExpZ2h0XCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjIyMFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkhvc3QgTmFtZTwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMyOiJbdmVydGljYWxfc3BhY2luZyBoZWlnaHQ9XCIzMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJjZW50ZXJcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjOTE5MTkxXCIgYm90dG9tX3BhZGRpbmc9XCIxMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCI0NjBcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5TaGFyZSB0aGlzIHBhZ2Ugd2l0aCB5b3VyIGZyaWVuZHMuLi48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjQ7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjY0OiJbc29jaWFsX3NoYXJpbmcgc3R5bGU9XCJzdHlsZS0yMFwiIGZiX2NvbG9yPVwibGlnaHRcIiBmYl9sYW5nPVwiZW5fR0JcIiBmYl90ZXh0PVwicmVjb21tZW5kXCIgZmJfYnV0dG9uX3RleHQ9XCJTaGFyZVwiIHR3X2xhbmc9XCJlblwiIHR3X2J1dHRvbl90ZXh0PVwiU2hhcmVcIiBnX2xhbmc9XCJlbi1HQlwiIGdfYnV0dG9uX3RleHQ9XCJTaGFyZVwiIHBfZGVzY3JpcHRpb249XCJcIiBsaW5rZWRpbl9sYW5nPVwiZW5fVVNcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6NDthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czo1NjoiYmFja2dyb3VuZDojZWE3MTEwO3BhZGRpbmctdG9wOjQ1cHg7cGFkZGluZy1ib3R0b206MjVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEwMDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5sWVRjeE1UQWlMQ0p3WVdSa2FXNW5WRzl3SWpvaU5EVWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNalVpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjk3OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjBcIiBmb250X2NvbG9yPVwiI2ZmZmZmZlwiIGFsaWduPVwiY2VudGVyXCJdV0FSTklORzogwqBXZSBvbmx5IGhhdmUgMTAwMCBzcG90cyBvbiBvdXIgd2ViaW5hciBzeXN0ZW0gYXZhaWxhYmxlIGFuZMKgc3BhY2Ugd2lsbCBmaWxsIHVwIGZhc3Qgc28gcmVnaXN0ZXIgbm93IHRvIGF2b2lkIG1pc3Npbmcgb3V0LiDCoFRoaXMgd2ViaW5hciBpcyBwYWNrZWQgd2l0aCBoaWdoIHF1YWxpdHkgY29udGVudCBhbmQgd2lsbCBmaWxsIHVwIGZhc3QhWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6NTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNDc6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbTo1MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MjA4OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDI5d2RHbHRhWHBsY0hKbGMzTXlMbU52YlM5M2NDMWpiMjUwWlc1MEwzVndiRzloWkhNdk1qQXhNeTh3Tmk5aVlXTnJNUzV3Ym1jcElpd2lZbUZqYTJkeWIzVnVaRkJ2YzJsMGFXOXVJam9pZEdsc1pTSXNJbkJoWkdScGJtZFViM0FpT2lJek1DSXNJbkJoWkdScGJtZENiM1IwYjIwaU9pSTFNQ0o5IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyNVwiIGZvbnRfc3R5bGU9XCJub3JtYWxcIiBhbGlnbj1cImNlbnRlclwiIGJvdHRvbV9tYXJnaW49XCIyMFwiXTxzdHJvbmc+VGhpcyBvbmUgd2lsbCBiZSBubyBleGNlcHRpb24uwqBTbyBjbGFpbSB5b3VyIHNwb3QgYmVsb3chPC9zdHJvbmc+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjY4ODoiW29wdGluX2JveCBzdHlsZT1cIjdcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgaW50ZWdyYXRpb25fdHlwZT1cImVtYWlsXCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1IZXJlXCdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXUdldCBJbnN0YW50IEFjY2VzcyFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','publish','0000-00-00 00:00:00'),(5,1215,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxYTllZTA7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhZVGxsWlRBaUxDSndZV1JrYVc1blZHOXdJam9pTXpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMjA6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzMFwiIGZvbnRfZm9udD1cIkFzYXBcIiBmb250X3N0eWxlPVwiYm9sZFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgZm9udF9zaGFkb3c9XCJkYXJrXCIgYWxpZ249XCJjZW50ZXJcIl1Mb3MgUXVhbnRzIEVzdMOhbiBDb3JyaWVuZG8gUG9yIFBsZW5vIFdhbGwgU3RyZWV0LCBObyBTZWEgQXRyb3BlbGxhZG8hWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3MzoiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2J1bGwtcnVuLXNwYW5pc2guanBnXCIgd2lkdGg9XCI1NDFcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzg6ImJhY2tncm91bmQ6IzIxMjEyMTtwYWRkaW5nLWJvdHRvbTowcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo3MjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU15TVRJeE1qRWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNQ0o5IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4NDoiW2NhbGVuZGFyX2RhdGUgc3R5bGU9XCIxXCIgbW9udGg9XCJNYXJ6b1wiIGNhbGVuZGFyX2Jhcl9jb2xvcj1cIiNmZjAwMDBcIiBkYXk9XCI1XCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTczOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjFcIiBmb250X2NvbG9yPVwiI2ZmZmZmZlwiIHdpZHRoPVwiMjIwXCJdPHN0cm9uZz5NacOpcmNvbGVzIC3CoDUgZGUgTWFyem8gMjAxNAo8L3N0cm9uZz43OjAwIHBtIEVUWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4MDg6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZGVmYXVsdD1cIkluZ3Jlc2Ugc3UgZGlyZWNjacOzbiBkZSBjb3JyZW8gZWxlY3Ryw7NuaWNvIFwiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIHJlZGlyZWN0X3VybD1cImh0dHBzOi8vd3d3My5nb3RvbWVldGluZy5jb20vcmVnaXN0ZXIvNDQ4MTY4NDE0XCIgbmFtZV9kZWZhdWx0PVwiRXNjcmliYSBzdSBub21icmUgXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXUhlcmVcJ3MgVGhlIEhlYWRsaW5lIEZvciBUaGUgQm94Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdVEc5eVpXMGdhWEJ6ZFcwZ1pHOXNiM0lnYzJsMElHRnRaWFFzSUdOdmJuTmxZM1JsZEhWeUlHRmthWEJwYzJOcGJtY2daV3hwZEM0Z1JHOXVaV01nZG1Wc0lHNTFibU1nYm05dUlHeGhZM1Z6SUhabGJtVnVZWFJwY3lCamIyMXRiMlJ2TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1WYWxvcmFtb3Mgc3UgcHJpdmFjaWRhZCB5IG51bmNhIGxlIHNwYW1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1PYnRlbmdhIGFjY2VzbyBpbnN0YW50w6FuZW8hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MjthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxMTA6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxNTY6ImV5SmlZV05yWjNKdmRXNWtTVzFoWjJVaU9pSjFjbXdvYUhSMGNEb3ZMMjl3ZEdsdGFYcGxjSEpsYzNNeUxtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE15OHdOaTlpWVdOck1TNXdibWNwSWl3aVltRmphMmR5YjNWdVpGQnZjMmwwYVc5dUlqb2lkR2xzWlNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIzMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjQ0XCIgYWxpZ249XCJsZWZ0XCIgbGluZV9oZWlnaHQ9XCIzNVwiXTxkaXYgZGF0YS1sYj1cImVkaXRhYmxlLXJpY2gtdGV4dFwiIGRhdGEtbGItaWQ9XCJtYWluLWhlYWRsaW5lXCIgZGF0YS1sYi1uYW1lPVwiTWFpbiBIZWFkbGluZSBUZXh0XCI+CgrCoExPUyBURU1BUyBERSBESVNDVVRJUiBJTkNMVUlSw4FOOgoKPC9kaXY+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjM4ODoiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCIzXCIgY29sb3I9XCIjMWE5ZWUwXCJdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIklkZW50aWZpY2FyIGVsIGNvbXBvcnRhbWllbnRvIGRlbCBtZXJjYWRvIGFsIGluc3RhbnRlIFwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjNcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiTG8gcXVlIGhheSBxdWUgc2FiZXIgcGFyYSBjb252ZXJ0aXJzZSBlbiB1biBxdWFudCB0cmFkZXJcIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjNcIiBoZWFkbGluZT1cIklkZW50aWZpY2FyIMOzcHRpbWFzIMOzcmRlbmVzIGRlIENvbXByYS1WZW50YSBhbnRlcyBkZWwgbW92aW1pZW50byBcIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo1OntpOjA7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODM6IltpbWFnZXMgc3R5bGU9XCI1XCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9Kb2VAd29yay5qcGdcIiB3aWR0aD1cIjY2N1wiIGFsaWduPVwibGVmdFwiIHRvcF9tYXJnaW49XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTkxOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjVcIiBmb250X2ZvbnQ9XCJTaGFkb3dzIEludG8gTGlnaHRcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMjIwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+Sm9lIFJpb3M8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjk1OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdSm9lIFLDrW9zIGVzIHVuIHJlY29ub2NpZG8gcGlvbmVybyBkZSBzaXN0ZW1hcyBjdWFudGl0YXRpdm9zIHkgZWR1Y2FjacOzbiBkZSB0cmFkaW5nIGRlc2RlIDE5OTcuIFN1IHByb2dyYW1hIGRlIHRyYWRpbmcgYWx0YW1lbnRlIHJlY29ub2NpZG8gcG9yIHNlciBwYXNvLWEtcGFzbywgZXN0w6EgZGlzZcOxYWRvIHBhcmEgYXl1ZGFybG8gYSBjb252ZXJ0aXJzZSBlbiB1biBleGl0b3NvIFF1YW50IFRyYWRlci5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtOO319fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4MToiW2ltYWdlcyBzdHlsZT1cIjVcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2d1Y2NpLmpwZ1wiIHdpZHRoPVwiMjA5XCIgYWxpZ249XCJyaWdodFwiIHRvcF9tYXJnaW49XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTk3OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjRcIiBmb250X2ZvbnQ9XCJTaGFkb3dzIEludG8gTGlnaHRcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMjIwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+QWd1c3RpbiBDcmlhZG88L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTkyOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdRGVzY3VicmEgbGFzIHZlcmRhZGVzIGRlbCB0cmFkaW5nIGN1YW50aXRhdGl2byBwb3IgZWwgbWVudG9yIHkgZW50cmVuYWRvciBkZSBSaW9zUXVhbnQgQWd1c3RpbiBDcmlhZG8gZW4gZXN0ZSBleGNsdXNpdm8gd2ViaW5hcmlvLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO047fX19aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMyOiJbdmVydGljYWxfc3BhY2luZyBoZWlnaHQ9XCIzMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJjZW50ZXJcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjOTE5MTkxXCIgYm90dG9tX3BhZGRpbmc9XCIxMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCI0NjBcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5TaGFyZSB0aGlzIHBhZ2Ugd2l0aCB5b3VyIGZyaWVuZHMuLi48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjQ7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzQ0OiJbc29jaWFsX3NoYXJpbmcgc3R5bGU9XCJzdHlsZS0yMFwiIGZiX2xpa2VfdXJsPVwiaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL3BhZ2VzL1Jpb3MtUXVhbnQtVHJhZGluZy1lbi1Fc3BhJUMzJUIxb2wvMjY1Mjc2Mjk2OTQwMTExXCIgZmJfY29sb3I9XCJsaWdodFwiIGZiX2xhbmc9XCJlc19FU1wiIGZiX3RleHQ9XCJyZWNvbW1lbmRcIiBmYl9idXR0b25fdGV4dD1cIlNoYXJlXCIgdHdfbGFuZz1cImVzXCIgdHdfYnV0dG9uX3RleHQ9XCJTaGFyZVwiIGdfbGFuZz1cImVuLUdCXCIgZ19idXR0b25fdGV4dD1cIlNoYXJlXCIgbGlua2VkaW5fbGFuZz1cImVuX1VTXCIgYWxpZ25tZW50PVwiY2VudGVyXCJdICI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiNlYTcxMTA7cGFkZGluZy10b3A6NDVweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTmxZVGN4TVRBaUxDSndZV1JrYVc1blZHOXdJam9pTkRVaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMTc6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgYWxpZ249XCJjZW50ZXJcIl1BRFZFUlRFTkNJQTogRWwgYWNjZXNvIGEgbnVlc3RybyBzaXN0ZW1hIGRlIHdlYmluYXIgZXN0w6EgbGltaXRhZG8geSBlbCBlc3BhY2lvIHNlIGxsZW5hbiByw6FwaWRvLCBhc8OtIHF1ZSByZWfDrXN0cmVzZSBhaG9yYSBwYXJhIGV2aXRhciBwZXJkZXJzZS7CoMKgRXN0ZSBzZW1pbmFyaW8gZXN0w6EgbGxlbm8gZGUgY29udGVuaWRvIGRlIGFsdGEgY2FsaWRhZCB5IHNlIGxsZW5hbiByw6FwaWRvIVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjU7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTQ3OiJiYWNrZ3JvdW5kLWltYWdlOnVybChodHRwOi8vb3B0aW1pemVwcmVzczIuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzA2L2JhY2sxLnBuZyk7YmFja2dyb3VuZC1yZXBlYXQ6cmVwZWF0O3BhZGRpbmctdG9wOjMwcHg7cGFkZGluZy1ib3R0b206NTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjIwODoiZXlKaVlXTnJaM0p2ZFc1a1NXMWhaMlVpT2lKMWNtd29hSFIwY0RvdkwyOXdkR2x0YVhwbGNISmxjM015TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TXk4d05pOWlZV05yTVM1d2JtY3BJaXdpWW1GamEyZHliM1Z1WkZCdmMybDBhVzl1SWpvaWRHbHNaU0lzSW5CaFpHUnBibWRVYjNBaU9pSXpNQ0lzSW5CaFpHUnBibWRDYjNSMGIyMGlPaUkxTUNKOSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTcwOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjVcIiBmb250X3N0eWxlPVwibm9ybWFsXCIgYWxpZ249XCJjZW50ZXJcIiBib3R0b21fbWFyZ2luPVwiMjBcIl3DiXN0ZSBlc3RhcsOhIGEgc2Fsdm8sIGFzw60gcXVlIHJlY2xhbWFyIGVsIGFjY2VzbyBkZSBhYmFqbyFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODA5OiJbb3B0aW5fYm94IHN0eWxlPVwiN1wiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2RlZmF1bHQ9XCJJbmdyZXNlIHN1IGRpcmVjY2nDs24gZGUgY29ycmVvIGVsZWN0csOzbmljbyBcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiByZWRpcmVjdF91cmw9XCJodHRwczovL3d3dzMuZ290b21lZXRpbmcuY29tL3JlZ2lzdGVyLzQ0ODE2ODQxNFwiIG5hbWVfZGVmYXVsdD1cIkVzY3JpYmEgc3Ugbm9tYnJlIFwiIG5hbWVfb3JkZXI9XCIwXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1IZXJlXCdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdVmFsb3JhbW9zIHN1IHByaXZhY2lkYWQgeSBudW5jYSBsZSBzcGFtIFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXU9idGVuZ2EgQWNjZXNvIEluc3RhbnTDoW5lbyFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','publish','0000-00-00 00:00:00'),(6,1221,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxYTllZTA7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhZVGxsWlRBaUxDSndZV1JrYVc1blZHOXdJam9pTXpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMjA6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzMFwiIGZvbnRfZm9udD1cIkFzYXBcIiBmb250X3N0eWxlPVwiYm9sZFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgZm9udF9zaGFkb3c9XCJkYXJrXCIgYWxpZ249XCJjZW50ZXJcIl1Mb3MgUXVhbnRzIEVzdMOhbiBDb3JyaWVuZG8gUG9yIFBsZW5vIFdhbGwgU3RyZWV0LCBObyBTZWEgQXRyb3BlbGxhZG8hWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3MzoiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2J1bGwtcnVuLXNwYW5pc2guanBnXCIgd2lkdGg9XCI1NDFcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzg6ImJhY2tncm91bmQ6IzIxMjEyMTtwYWRkaW5nLWJvdHRvbTowcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo3MjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU15TVRJeE1qRWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNQ0o5IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4NDoiW2NhbGVuZGFyX2RhdGUgc3R5bGU9XCIxXCIgbW9udGg9XCJNYXJ6b1wiIGNhbGVuZGFyX2Jhcl9jb2xvcj1cIiNmZjAwMDBcIiBkYXk9XCI1XCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTczOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjFcIiBmb250X2NvbG9yPVwiI2ZmZmZmZlwiIHdpZHRoPVwiMjIwXCJdPHN0cm9uZz5NacOpcmNvbGVzIC3CoDUgZGUgTWFyem8gMjAxNAo8L3N0cm9uZz43OjAwIHBtIEVUWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4MDg6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZGVmYXVsdD1cIkluZ3Jlc2Ugc3UgZGlyZWNjacOzbiBkZSBjb3JyZW8gZWxlY3Ryw7NuaWNvIFwiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIHJlZGlyZWN0X3VybD1cImh0dHBzOi8vd3d3My5nb3RvbWVldGluZy5jb20vcmVnaXN0ZXIvNDQ4MTY4NDE0XCIgbmFtZV9kZWZhdWx0PVwiRXNjcmliYSBzdSBub21icmUgXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXUhlcmVcJ3MgVGhlIEhlYWRsaW5lIEZvciBUaGUgQm94Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdVEc5eVpXMGdhWEJ6ZFcwZ1pHOXNiM0lnYzJsMElHRnRaWFFzSUdOdmJuTmxZM1JsZEhWeUlHRmthWEJwYzJOcGJtY2daV3hwZEM0Z1JHOXVaV01nZG1Wc0lHNTFibU1nYm05dUlHeGhZM1Z6SUhabGJtVnVZWFJwY3lCamIyMXRiMlJ2TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1WYWxvcmFtb3Mgc3UgcHJpdmFjaWRhZCB5IG51bmNhIGxlIHNwYW1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1PYnRlbmdhIGFjY2VzbyBpbnN0YW50w6FuZW8hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MjthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxMTA6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxNTY6ImV5SmlZV05yWjNKdmRXNWtTVzFoWjJVaU9pSjFjbXdvYUhSMGNEb3ZMMjl3ZEdsdGFYcGxjSEpsYzNNeUxtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE15OHdOaTlpWVdOck1TNXdibWNwSWl3aVltRmphMmR5YjNWdVpGQnZjMmwwYVc5dUlqb2lkR2xzWlNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIzMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjQ0XCIgYWxpZ249XCJsZWZ0XCIgbGluZV9oZWlnaHQ9XCIzNVwiXTxkaXYgZGF0YS1sYj1cImVkaXRhYmxlLXJpY2gtdGV4dFwiIGRhdGEtbGItaWQ9XCJtYWluLWhlYWRsaW5lXCIgZGF0YS1sYi1uYW1lPVwiTWFpbiBIZWFkbGluZSBUZXh0XCI+CgrCoExPUyBURU1BUyBERSBESVNDVVRJUiBJTkNMVUlSw4FOOgoKPC9kaXY+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjM4ODoiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCIzXCIgY29sb3I9XCIjMWE5ZWUwXCJdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIklkZW50aWZpY2FyIGVsIGNvbXBvcnRhbWllbnRvIGRlbCBtZXJjYWRvIGFsIGluc3RhbnRlIFwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjNcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiTG8gcXVlIGhheSBxdWUgc2FiZXIgcGFyYSBjb252ZXJ0aXJzZSBlbiB1biBxdWFudCB0cmFkZXJcIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjNcIiBoZWFkbGluZT1cIklkZW50aWZpY2FyIMOzcHRpbWFzIMOzcmRlbmVzIGRlIENvbXByYS1WZW50YSBhbnRlcyBkZWwgbW92aW1pZW50byBcIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo1OntpOjA7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODM6IltpbWFnZXMgc3R5bGU9XCI1XCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9Kb2VAd29yay5qcGdcIiB3aWR0aD1cIjY2N1wiIGFsaWduPVwibGVmdFwiIHRvcF9tYXJnaW49XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTkxOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjVcIiBmb250X2ZvbnQ9XCJTaGFkb3dzIEludG8gTGlnaHRcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMjIwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+Sm9lIFJpb3M8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjk1OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdSm9lIFLDrW9zIGVzIHVuIHJlY29ub2NpZG8gcGlvbmVybyBkZSBzaXN0ZW1hcyBjdWFudGl0YXRpdm9zIHkgZWR1Y2FjacOzbiBkZSB0cmFkaW5nIGRlc2RlIDE5OTcuIFN1IHByb2dyYW1hIGRlIHRyYWRpbmcgYWx0YW1lbnRlIHJlY29ub2NpZG8gcG9yIHNlciBwYXNvLWEtcGFzbywgZXN0w6EgZGlzZcOxYWRvIHBhcmEgYXl1ZGFybG8gYSBjb252ZXJ0aXJzZSBlbiB1biBleGl0b3NvIFF1YW50IFRyYWRlci5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTgxOiJbaW1hZ2VzIHN0eWxlPVwiNVwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvZ3VjY2kuanBnXCIgd2lkdGg9XCIyMDlcIiBhbGlnbj1cInJpZ2h0XCIgdG9wX21hcmdpbj1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTc6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyNFwiIGZvbnRfZm9udD1cIlNoYWRvd3MgSW50byBMaWdodFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCIyMjBcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5BZ3VzdGluIENyaWFkbzwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTI6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl1EZXNjdWJyYSBsYXMgdmVyZGFkZXMgZGVsIHRyYWRpbmcgY3VhbnRpdGF0aXZvIHBvciBlbCBtZW50b3IgeSBlbnRyZW5hZG9yIGRlIFJpb3NRdWFudCBBZ3VzdGluIENyaWFkbyBlbiBlc3RlIGV4Y2x1c2l2byB3ZWJpbmFyaW8uWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMjoiW3ZlcnRpY2FsX3NwYWNpbmcgaGVpZ2h0PVwiMzBcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIzMzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwiY2VudGVyXCIgZm9udF9zaXplPVwiMTVcIiBmb250X2NvbG9yPVwiIzkxOTE5MVwiIGJvdHRvbV9wYWRkaW5nPVwiMTBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiNDYwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+U2hhcmUgdGhpcyBwYWdlIHdpdGggeW91ciBmcmllbmRzLi4uPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo0O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjM0NDoiW3NvY2lhbF9zaGFyaW5nIHN0eWxlPVwic3R5bGUtMjBcIiBmYl9saWtlX3VybD1cImh0dHBzOi8vd3d3LmZhY2Vib29rLmNvbS9wYWdlcy9SaW9zLVF1YW50LVRyYWRpbmctZW4tRXNwYSVDMyVCMW9sLzI2NTI3NjI5Njk0MDExMVwiIGZiX2NvbG9yPVwibGlnaHRcIiBmYl9sYW5nPVwiZXNfRVNcIiBmYl90ZXh0PVwicmVjb21tZW5kXCIgZmJfYnV0dG9uX3RleHQ9XCJTaGFyZVwiIHR3X2xhbmc9XCJlc1wiIHR3X2J1dHRvbl90ZXh0PVwiU2hhcmVcIiBnX2xhbmc9XCJlbi1HQlwiIGdfYnV0dG9uX3RleHQ9XCJTaGFyZVwiIGxpbmtlZGluX2xhbmc9XCJlbl9VU1wiIGFsaWdubWVudD1cImNlbnRlclwiXSAiO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6NDthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czo1NjoiYmFja2dyb3VuZDojZWE3MTEwO3BhZGRpbmctdG9wOjQ1cHg7cGFkZGluZy1ib3R0b206MjVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEwMDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5sWVRjeE1UQWlMQ0p3WVdSa2FXNW5WRzl3SWpvaU5EVWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNalVpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzE3OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjBcIiBmb250X2NvbG9yPVwiI2ZmZmZmZlwiIGFsaWduPVwiY2VudGVyXCJdQURWRVJURU5DSUE6IEVsIGFjY2VzbyBhIG51ZXN0cm8gc2lzdGVtYSBkZSB3ZWJpbmFyIGVzdMOhIGxpbWl0YWRvIHkgZWwgZXNwYWNpbyBzZSBsbGVuYW4gcsOhcGlkbywgYXPDrSBxdWUgcmVnw61zdHJlc2UgYWhvcmEgcGFyYSBldml0YXIgcGVyZGVyc2UuwqDCoEVzdGUgc2VtaW5hcmlvIGVzdMOhIGxsZW5vIGRlIGNvbnRlbmlkbyBkZSBhbHRhIGNhbGlkYWQgeSBzZSBsbGVuYW4gcsOhcGlkbyFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTo1O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE0NzoiYmFja2dyb3VuZC1pbWFnZTp1cmwoaHR0cDovL29wdGltaXplcHJlc3MyLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8wNi9iYWNrMS5wbmcpO2JhY2tncm91bmQtcmVwZWF0OnJlcGVhdDtwYWRkaW5nLXRvcDozMHB4O3BhZGRpbmctYm90dG9tOjUwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoyMDg6ImV5SmlZV05yWjNKdmRXNWtTVzFoWjJVaU9pSjFjbXdvYUhSMGNEb3ZMMjl3ZEdsdGFYcGxjSEpsYzNNeUxtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE15OHdOaTlpWVdOck1TNXdibWNwSWl3aVltRmphMmR5YjNWdVpGQnZjMmwwYVc5dUlqb2lkR2xzWlNJc0luQmhaR1JwYm1kVWIzQWlPaUl6TUNJc0luQmhaR1JwYm1kQ2IzUjBiMjBpT2lJMU1DSjkiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3MDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjI1XCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGFsaWduPVwiY2VudGVyXCIgYm90dG9tX21hcmdpbj1cIjIwXCJdw4lzdGUgZXN0YXLDoSBhIHNhbHZvLCBhc8OtIHF1ZSByZWNsYW1hciBlbCBhY2Nlc28gZGUgYWJham8hWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjgwOToiW29wdGluX2JveCBzdHlsZT1cIjdcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9kZWZhdWx0PVwiSW5ncmVzZSBzdSBkaXJlY2Npw7NuIGRlIGNvcnJlbyBlbGVjdHLDs25pY28gXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImVtYWlsXCIgcmVkaXJlY3RfdXJsPVwiaHR0cHM6Ly93d3czLmdvdG9tZWV0aW5nLmNvbS9yZWdpc3Rlci80NDgxNjg0MTRcIiBuYW1lX2RlZmF1bHQ9XCJFc2NyaWJhIHN1IG5vbWJyZSBcIiBuYW1lX29yZGVyPVwiMFwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdSGVyZVwncyBUaGUgSGVhZGxpbmUgRm9yIFRoZSBCb3hbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1URzl5WlcwZ2FYQnpkVzBnWkc5c2IzSWdjMmwwSUdGdFpYUXNJR052Ym5ObFkzUmxkSFZ5SUdGa2FYQnBjMk5wYm1jZ1pXeHBkQzRnUkc5dVpXTWdkbVZzSUc1MWJtTWdibTl1SUd4aFkzVnpJSFpsYm1WdVlYUnBjeUJqYjIxdGIyUnZMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVZhbG9yYW1vcyBzdSBwcml2YWNpZGFkIHkgbnVuY2EgbGUgc3BhbSBbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1PYnRlbmdhIEFjY2VzbyBJbnN0YW50w6FuZW8hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','publish','0000-00-00 00:00:00'),(7,1223,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxYTllZTA7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhZVGxsWlRBaUxDSndZV1JrYVc1blZHOXdJam9pTXpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMjA6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzMFwiIGZvbnRfZm9udD1cIkFzYXBcIiBmb250X3N0eWxlPVwiYm9sZFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgZm9udF9zaGFkb3c9XCJkYXJrXCIgYWxpZ249XCJjZW50ZXJcIl1Mb3MgUXVhbnRzIEVzdMOhbiBDb3JyaWVuZG8gUG9yIFBsZW5vIFdhbGwgU3RyZWV0LCBObyBTZWEgQXRyb3BlbGxhZG8hWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3MzoiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2J1bGwtcnVuLXNwYW5pc2guanBnXCIgd2lkdGg9XCI1NDFcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzg6ImJhY2tncm91bmQ6IzIxMjEyMTtwYWRkaW5nLWJvdHRvbTowcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo3MjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU15TVRJeE1qRWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNQ0o5IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4NDoiW2NhbGVuZGFyX2RhdGUgc3R5bGU9XCIxXCIgbW9udGg9XCJNYXJ6b1wiIGNhbGVuZGFyX2Jhcl9jb2xvcj1cIiNmZjAwMDBcIiBkYXk9XCI1XCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTczOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjFcIiBmb250X2NvbG9yPVwiI2ZmZmZmZlwiIHdpZHRoPVwiMjIwXCJdPHN0cm9uZz5NacOpcmNvbGVzIC3CoDUgZGUgTWFyem8gMjAxNAo8L3N0cm9uZz43OjAwIHBtIEVUWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4MDg6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZGVmYXVsdD1cIkluZ3Jlc2Ugc3UgZGlyZWNjacOzbiBkZSBjb3JyZW8gZWxlY3Ryw7NuaWNvIFwiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIHJlZGlyZWN0X3VybD1cImh0dHBzOi8vd3d3My5nb3RvbWVldGluZy5jb20vcmVnaXN0ZXIvNDQ4MTY4NDE0XCIgbmFtZV9kZWZhdWx0PVwiRXNjcmliYSBzdSBub21icmUgXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXUhlcmVcJ3MgVGhlIEhlYWRsaW5lIEZvciBUaGUgQm94Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdVEc5eVpXMGdhWEJ6ZFcwZ1pHOXNiM0lnYzJsMElHRnRaWFFzSUdOdmJuTmxZM1JsZEhWeUlHRmthWEJwYzJOcGJtY2daV3hwZEM0Z1JHOXVaV01nZG1Wc0lHNTFibU1nYm05dUlHeGhZM1Z6SUhabGJtVnVZWFJwY3lCamIyMXRiMlJ2TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1WYWxvcmFtb3Mgc3UgcHJpdmFjaWRhZCB5IG51bmNhIGxlIHNwYW1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1PYnRlbmdhIGFjY2VzbyBpbnN0YW50w6FuZW8hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MjthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxMTA6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxNTY6ImV5SmlZV05yWjNKdmRXNWtTVzFoWjJVaU9pSjFjbXdvYUhSMGNEb3ZMMjl3ZEdsdGFYcGxjSEpsYzNNeUxtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE15OHdOaTlpWVdOck1TNXdibWNwSWl3aVltRmphMmR5YjNWdVpGQnZjMmwwYVc5dUlqb2lkR2xzWlNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6NDp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIzMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjQ0XCIgYWxpZ249XCJsZWZ0XCIgbGluZV9oZWlnaHQ9XCIzNVwiXTxkaXYgZGF0YS1sYj1cImVkaXRhYmxlLXJpY2gtdGV4dFwiIGRhdGEtbGItaWQ9XCJtYWluLWhlYWRsaW5lXCIgZGF0YS1sYi1uYW1lPVwiTWFpbiBIZWFkbGluZSBUZXh0XCI+CgrCoExPUyBURU1BUyBERSBESVNDVVRJUiBJTkNMVUlSw4FOOgoKPC9kaXY+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjM4ODoiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCIzXCIgY29sb3I9XCIjMWE5ZWUwXCJdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIklkZW50aWZpY2FyIGVsIGNvbXBvcnRhbWllbnRvIGRlbCBtZXJjYWRvIGFsIGluc3RhbnRlIFwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjNcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiTG8gcXVlIGhheSBxdWUgc2FiZXIgcGFyYSBjb252ZXJ0aXJzZSBlbiB1biBxdWFudCB0cmFkZXJcIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjNcIiBoZWFkbGluZT1cIklkZW50aWZpY2FyIMOzcHRpbWFzIMOzcmRlbmVzIGRlIENvbXByYS1WZW50YSBhbnRlcyBkZWwgbW92aW1pZW50byBcIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDc2OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJd4oCcTGFzIGVtcHJlc2FzIGVzdMOhbiBhaG9yYSBlbXBsZWFuZG8gZXN0YWRpc3RhcyBhY2Fkw6ltaWNvcyB0YWxlbnRvc29zIHBhcmEgcmFzdHJlYXIgcGF0cm9uZXMgbyB0ZW5kZW5jaWFzIGVuIGVsIGNvbXBvcnRhbWllbnRvIGRlbCB0cmFkaW5nIHkgY3JlYXIgZsOzcm11bGFzIHBhcmEgcHJlZGVjaXIgbG9zIGZ1dHVyb3MgbW92aW1pZW50b3MgZGVsIG1lcmNhZG8uIEVzdGFzIGbDs3JtdWxhcyBzZSBpbmNvcnBvcmFuIGRlc3B1w6lzIGVuIHBvZGVyb3NhcyBjb21wdXRhZG9yYXPigKYgRXN0b3MgcHJvZ3JhbWFzIHNvbiBpbm1lbnNhbWVudGUgcG9kZXJvc29zLi4uIFwiTWFuZWphbiBjYXNpIHRvZG8gbG8gcXVlIHN1Y2VkZSBlbiBXYWxsIFN0cmVldC5cIgoKLcKgIEJyaXRpc2ggQnJvYWRjYXN0aW5nIENvcnBvcmF0aW9uWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY3OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvYmJjMy0zMDB4MTM3LmpwZ1wiIHdpZHRoPVwiMzAwXCIgYWxpZ249XCJsZWZ0XCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo1OntpOjA7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODM6IltpbWFnZXMgc3R5bGU9XCI1XCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9Kb2VAd29yay5qcGdcIiB3aWR0aD1cIjY2N1wiIGFsaWduPVwibGVmdFwiIHRvcF9tYXJnaW49XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTkxOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjVcIiBmb250X2ZvbnQ9XCJTaGFkb3dzIEludG8gTGlnaHRcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMjIwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+Sm9lIFJpb3M8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjk1OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdSm9lIFLDrW9zIGVzIHVuIHJlY29ub2NpZG8gcGlvbmVybyBkZSBzaXN0ZW1hcyBjdWFudGl0YXRpdm9zIHkgZWR1Y2FjacOzbiBkZSB0cmFkaW5nIGRlc2RlIDE5OTcuIFN1IHByb2dyYW1hIGRlIHRyYWRpbmcgYWx0YW1lbnRlIHJlY29ub2NpZG8gcG9yIHNlciBwYXNvLWEtcGFzbywgZXN0w6EgZGlzZcOxYWRvIHBhcmEgYXl1ZGFybG8gYSBjb252ZXJ0aXJzZSBlbiB1biBleGl0b3NvIFF1YW50IFRyYWRlci5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTgxOiJbaW1hZ2VzIHN0eWxlPVwiNVwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvZ3VjY2kuanBnXCIgd2lkdGg9XCIyMDlcIiBhbGlnbj1cInJpZ2h0XCIgdG9wX21hcmdpbj1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTc6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyNFwiIGZvbnRfZm9udD1cIlNoYWRvd3MgSW50byBMaWdodFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCIyMjBcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5BZ3VzdGluIENyaWFkbzwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTI6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl1EZXNjdWJyYSBsYXMgdmVyZGFkZXMgZGVsIHRyYWRpbmcgY3VhbnRpdGF0aXZvIHBvciBlbCBtZW50b3IgeSBlbnRyZW5hZG9yIGRlIFJpb3NRdWFudCBBZ3VzdGluIENyaWFkbyBlbiBlc3RlIGV4Y2x1c2l2byB3ZWJpbmFyaW8uWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMjoiW3ZlcnRpY2FsX3NwYWNpbmcgaGVpZ2h0PVwiMzBcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIzMzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwiY2VudGVyXCIgZm9udF9zaXplPVwiMTVcIiBmb250X2NvbG9yPVwiIzkxOTE5MVwiIGJvdHRvbV9wYWRkaW5nPVwiMTBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiNDYwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+U2hhcmUgdGhpcyBwYWdlIHdpdGggeW91ciBmcmllbmRzLi4uPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo0O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjM0NDoiW3NvY2lhbF9zaGFyaW5nIHN0eWxlPVwic3R5bGUtMjBcIiBmYl9saWtlX3VybD1cImh0dHBzOi8vd3d3LmZhY2Vib29rLmNvbS9wYWdlcy9SaW9zLVF1YW50LVRyYWRpbmctZW4tRXNwYSVDMyVCMW9sLzI2NTI3NjI5Njk0MDExMVwiIGZiX2NvbG9yPVwibGlnaHRcIiBmYl9sYW5nPVwiZXNfRVNcIiBmYl90ZXh0PVwicmVjb21tZW5kXCIgZmJfYnV0dG9uX3RleHQ9XCJTaGFyZVwiIHR3X2xhbmc9XCJlc1wiIHR3X2J1dHRvbl90ZXh0PVwiU2hhcmVcIiBnX2xhbmc9XCJlbi1HQlwiIGdfYnV0dG9uX3RleHQ9XCJTaGFyZVwiIGxpbmtlZGluX2xhbmc9XCJlbl9VU1wiIGFsaWdubWVudD1cImNlbnRlclwiXSAiO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6NDthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czo1NjoiYmFja2dyb3VuZDojZWE3MTEwO3BhZGRpbmctdG9wOjQ1cHg7cGFkZGluZy1ib3R0b206MjVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEwMDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5sWVRjeE1UQWlMQ0p3WVdSa2FXNW5WRzl3SWpvaU5EVWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNalVpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzE3OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjBcIiBmb250X2NvbG9yPVwiI2ZmZmZmZlwiIGFsaWduPVwiY2VudGVyXCJdQURWRVJURU5DSUE6IEVsIGFjY2VzbyBhIG51ZXN0cm8gc2lzdGVtYSBkZSB3ZWJpbmFyIGVzdMOhIGxpbWl0YWRvIHkgZWwgZXNwYWNpbyBzZSBsbGVuYW4gcsOhcGlkbywgYXPDrSBxdWUgcmVnw61zdHJlc2UgYWhvcmEgcGFyYSBldml0YXIgcGVyZGVyc2UuwqDCoEVzdGUgc2VtaW5hcmlvIGVzdMOhIGxsZW5vIGRlIGNvbnRlbmlkbyBkZSBhbHRhIGNhbGlkYWQgeSBzZSBsbGVuYW4gcsOhcGlkbyFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTo1O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE0NzoiYmFja2dyb3VuZC1pbWFnZTp1cmwoaHR0cDovL29wdGltaXplcHJlc3MyLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8wNi9iYWNrMS5wbmcpO2JhY2tncm91bmQtcmVwZWF0OnJlcGVhdDtwYWRkaW5nLXRvcDozMHB4O3BhZGRpbmctYm90dG9tOjUwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoyMDg6ImV5SmlZV05yWjNKdmRXNWtTVzFoWjJVaU9pSjFjbXdvYUhSMGNEb3ZMMjl3ZEdsdGFYcGxjSEpsYzNNeUxtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE15OHdOaTlpWVdOck1TNXdibWNwSWl3aVltRmphMmR5YjNWdVpGQnZjMmwwYVc5dUlqb2lkR2xzWlNJc0luQmhaR1JwYm1kVWIzQWlPaUl6TUNJc0luQmhaR1JwYm1kQ2IzUjBiMjBpT2lJMU1DSjkiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3MDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjI1XCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGFsaWduPVwiY2VudGVyXCIgYm90dG9tX21hcmdpbj1cIjIwXCJdw4lzdGUgZXN0YXLDoSBhIHNhbHZvLCBhc8OtIHF1ZSByZWNsYW1hciBlbCBhY2Nlc28gZGUgYWJham8hWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjgwOToiW29wdGluX2JveCBzdHlsZT1cIjdcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9kZWZhdWx0PVwiSW5ncmVzZSBzdSBkaXJlY2Npw7NuIGRlIGNvcnJlbyBlbGVjdHLDs25pY28gXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImVtYWlsXCIgcmVkaXJlY3RfdXJsPVwiaHR0cHM6Ly93d3czLmdvdG9tZWV0aW5nLmNvbS9yZWdpc3Rlci80NDgxNjg0MTRcIiBuYW1lX2RlZmF1bHQ9XCJFc2NyaWJhIHN1IG5vbWJyZSBcIiBuYW1lX29yZGVyPVwiMFwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdSGVyZVwncyBUaGUgSGVhZGxpbmUgRm9yIFRoZSBCb3hbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1URzl5WlcwZ2FYQnpkVzBnWkc5c2IzSWdjMmwwSUdGdFpYUXNJR052Ym5ObFkzUmxkSFZ5SUdGa2FYQnBjMk5wYm1jZ1pXeHBkQzRnUkc5dVpXTWdkbVZzSUc1MWJtTWdibTl1SUd4aFkzVnpJSFpsYm1WdVlYUnBjeUJqYjIxdGIyUnZMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVZhbG9yYW1vcyBzdSBwcml2YWNpZGFkIHkgbnVuY2EgbGUgc3BhbSBbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1PYnRlbmdhIEFjY2VzbyBJbnN0YW50w6FuZW8hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','publish','0000-00-00 00:00:00'),(8,1225,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxYTllZTA7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhZVGxsWlRBaUxDSndZV1JrYVc1blZHOXdJam9pTXpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMjA6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzMFwiIGZvbnRfZm9udD1cIkFzYXBcIiBmb250X3N0eWxlPVwiYm9sZFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgZm9udF9zaGFkb3c9XCJkYXJrXCIgYWxpZ249XCJjZW50ZXJcIl1Mb3MgUXVhbnRzIEVzdMOhbiBDb3JyaWVuZG8gUG9yIFBsZW5vIFdhbGwgU3RyZWV0LCBObyBTZWEgQXRyb3BlbGxhZG8hWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3MzoiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2J1bGwtcnVuLXNwYW5pc2guanBnXCIgd2lkdGg9XCI1NDFcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzg6ImJhY2tncm91bmQ6IzIxMjEyMTtwYWRkaW5nLWJvdHRvbTowcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo3MjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU15TVRJeE1qRWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNQ0o5IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4NDoiW2NhbGVuZGFyX2RhdGUgc3R5bGU9XCIxXCIgbW9udGg9XCJNYXJ6b1wiIGNhbGVuZGFyX2Jhcl9jb2xvcj1cIiNmZjAwMDBcIiBkYXk9XCI1XCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTczOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjFcIiBmb250X2NvbG9yPVwiI2ZmZmZmZlwiIHdpZHRoPVwiMjIwXCJdPHN0cm9uZz5NacOpcmNvbGVzIC3CoDUgZGUgTWFyem8gMjAxNAo8L3N0cm9uZz43OjAwIHBtIEVUWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4MDg6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZGVmYXVsdD1cIkluZ3Jlc2Ugc3UgZGlyZWNjacOzbiBkZSBjb3JyZW8gZWxlY3Ryw7NuaWNvIFwiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIHJlZGlyZWN0X3VybD1cImh0dHBzOi8vd3d3My5nb3RvbWVldGluZy5jb20vcmVnaXN0ZXIvNDQ4MTY4NDE0XCIgbmFtZV9kZWZhdWx0PVwiRXNjcmliYSBzdSBub21icmUgXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXUhlcmVcJ3MgVGhlIEhlYWRsaW5lIEZvciBUaGUgQm94Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdVEc5eVpXMGdhWEJ6ZFcwZ1pHOXNiM0lnYzJsMElHRnRaWFFzSUdOdmJuTmxZM1JsZEhWeUlHRmthWEJwYzJOcGJtY2daV3hwZEM0Z1JHOXVaV01nZG1Wc0lHNTFibU1nYm05dUlHeGhZM1Z6SUhabGJtVnVZWFJwY3lCamIyMXRiMlJ2TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1WYWxvcmFtb3Mgc3UgcHJpdmFjaWRhZCB5IG51bmNhIGxlIHNwYW1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1PYnRlbmdhIGFjY2VzbyBpbnN0YW50w6FuZW8hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MjthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxMTA6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxNTY6ImV5SmlZV05yWjNKdmRXNWtTVzFoWjJVaU9pSjFjbXdvYUhSMGNEb3ZMMjl3ZEdsdGFYcGxjSEpsYzNNeUxtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE15OHdOaTlpWVdOck1TNXdibWNwSWl3aVltRmphMmR5YjNWdVpGQnZjMmwwYVc5dUlqb2lkR2xzWlNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIzMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjQ0XCIgYWxpZ249XCJsZWZ0XCIgbGluZV9oZWlnaHQ9XCIzNVwiXTxkaXYgZGF0YS1sYj1cImVkaXRhYmxlLXJpY2gtdGV4dFwiIGRhdGEtbGItaWQ9XCJtYWluLWhlYWRsaW5lXCIgZGF0YS1sYi1uYW1lPVwiTWFpbiBIZWFkbGluZSBUZXh0XCI+CgrCoExPUyBURU1BUyBERSBESVNDVVRJUiBJTkNMVUlSw4FOOgoKPC9kaXY+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjM4ODoiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCIzXCIgY29sb3I9XCIjMWE5ZWUwXCJdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIklkZW50aWZpY2FyIGVsIGNvbXBvcnRhbWllbnRvIGRlbCBtZXJjYWRvIGFsIGluc3RhbnRlIFwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjNcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiTG8gcXVlIGhheSBxdWUgc2FiZXIgcGFyYSBjb252ZXJ0aXJzZSBlbiB1biBxdWFudCB0cmFkZXJcIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjNcIiBoZWFkbGluZT1cIklkZW50aWZpY2FyIMOzcHRpbWFzIMOzcmRlbmVzIGRlIENvbXByYS1WZW50YSBhbnRlcyBkZWwgbW92aW1pZW50byBcIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo1OntpOjA7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODM6IltpbWFnZXMgc3R5bGU9XCI1XCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9Kb2VAd29yay5qcGdcIiB3aWR0aD1cIjY2N1wiIGFsaWduPVwibGVmdFwiIHRvcF9tYXJnaW49XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTkxOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjVcIiBmb250X2ZvbnQ9XCJTaGFkb3dzIEludG8gTGlnaHRcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMjIwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+Sm9lIFJpb3M8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjk1OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdSm9lIFLDrW9zIGVzIHVuIHJlY29ub2NpZG8gcGlvbmVybyBkZSBzaXN0ZW1hcyBjdWFudGl0YXRpdm9zIHkgZWR1Y2FjacOzbiBkZSB0cmFkaW5nIGRlc2RlIDE5OTcuIFN1IHByb2dyYW1hIGRlIHRyYWRpbmcgYWx0YW1lbnRlIHJlY29ub2NpZG8gcG9yIHNlciBwYXNvLWEtcGFzbywgZXN0w6EgZGlzZcOxYWRvIHBhcmEgYXl1ZGFybG8gYSBjb252ZXJ0aXJzZSBlbiB1biBleGl0b3NvIFF1YW50IFRyYWRlci5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtOO319fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4MToiW2ltYWdlcyBzdHlsZT1cIjVcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2d1Y2NpLmpwZ1wiIHdpZHRoPVwiMjA5XCIgYWxpZ249XCJyaWdodFwiIHRvcF9tYXJnaW49XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTk3OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjRcIiBmb250X2ZvbnQ9XCJTaGFkb3dzIEludG8gTGlnaHRcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMjIwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+QWd1c3RpbiBDcmlhZG88L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTkyOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdRGVzY3VicmEgbGFzIHZlcmRhZGVzIGRlbCB0cmFkaW5nIGN1YW50aXRhdGl2byBwb3IgZWwgbWVudG9yIHkgZW50cmVuYWRvciBkZSBSaW9zUXVhbnQgQWd1c3RpbiBDcmlhZG8gZW4gZXN0ZSBleGNsdXNpdm8gd2ViaW5hcmlvLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO047fX19aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMyOiJbdmVydGljYWxfc3BhY2luZyBoZWlnaHQ9XCIzMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJjZW50ZXJcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjOTE5MTkxXCIgYm90dG9tX3BhZGRpbmc9XCIxMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCI0NjBcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5TaGFyZSB0aGlzIHBhZ2Ugd2l0aCB5b3VyIGZyaWVuZHMuLi48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjQ7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzQ0OiJbc29jaWFsX3NoYXJpbmcgc3R5bGU9XCJzdHlsZS0yMFwiIGZiX2xpa2VfdXJsPVwiaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL3BhZ2VzL1Jpb3MtUXVhbnQtVHJhZGluZy1lbi1Fc3BhJUMzJUIxb2wvMjY1Mjc2Mjk2OTQwMTExXCIgZmJfY29sb3I9XCJsaWdodFwiIGZiX2xhbmc9XCJlc19FU1wiIGZiX3RleHQ9XCJyZWNvbW1lbmRcIiBmYl9idXR0b25fdGV4dD1cIlNoYXJlXCIgdHdfbGFuZz1cImVzXCIgdHdfYnV0dG9uX3RleHQ9XCJTaGFyZVwiIGdfbGFuZz1cImVuLUdCXCIgZ19idXR0b25fdGV4dD1cIlNoYXJlXCIgbGlua2VkaW5fbGFuZz1cImVuX1VTXCIgYWxpZ25tZW50PVwiY2VudGVyXCJdICI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiNlYTcxMTA7cGFkZGluZy10b3A6NDVweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTmxZVGN4TVRBaUxDSndZV1JrYVc1blZHOXdJam9pTkRVaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMTc6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgYWxpZ249XCJjZW50ZXJcIl1BRFZFUlRFTkNJQTogRWwgYWNjZXNvIGEgbnVlc3RybyBzaXN0ZW1hIGRlIHdlYmluYXIgZXN0w6EgbGltaXRhZG8geSBlbCBlc3BhY2lvIHNlIGxsZW5hbiByw6FwaWRvLCBhc8OtIHF1ZSByZWfDrXN0cmVzZSBhaG9yYSBwYXJhIGV2aXRhciBwZXJkZXJzZS7CoMKgRXN0ZSBzZW1pbmFyaW8gZXN0w6EgbGxlbm8gZGUgY29udGVuaWRvIGRlIGFsdGEgY2FsaWRhZCB5IHNlIGxsZW5hbiByw6FwaWRvIVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjU7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTQ3OiJiYWNrZ3JvdW5kLWltYWdlOnVybChodHRwOi8vb3B0aW1pemVwcmVzczIuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzA2L2JhY2sxLnBuZyk7YmFja2dyb3VuZC1yZXBlYXQ6cmVwZWF0O3BhZGRpbmctdG9wOjMwcHg7cGFkZGluZy1ib3R0b206NTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjIwODoiZXlKaVlXTnJaM0p2ZFc1a1NXMWhaMlVpT2lKMWNtd29hSFIwY0RvdkwyOXdkR2x0YVhwbGNISmxjM015TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TXk4d05pOWlZV05yTVM1d2JtY3BJaXdpWW1GamEyZHliM1Z1WkZCdmMybDBhVzl1SWpvaWRHbHNaU0lzSW5CaFpHUnBibWRVYjNBaU9pSXpNQ0lzSW5CaFpHUnBibWRDYjNSMGIyMGlPaUkxTUNKOSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTcwOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjVcIiBmb250X3N0eWxlPVwibm9ybWFsXCIgYWxpZ249XCJjZW50ZXJcIiBib3R0b21fbWFyZ2luPVwiMjBcIl3DiXN0ZSBlc3RhcsOhIGEgc2Fsdm8sIGFzw60gcXVlIHJlY2xhbWFyIGVsIGFjY2VzbyBkZSBhYmFqbyFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODA5OiJbb3B0aW5fYm94IHN0eWxlPVwiN1wiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2RlZmF1bHQ9XCJJbmdyZXNlIHN1IGRpcmVjY2nDs24gZGUgY29ycmVvIGVsZWN0csOzbmljbyBcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiByZWRpcmVjdF91cmw9XCJodHRwczovL3d3dzMuZ290b21lZXRpbmcuY29tL3JlZ2lzdGVyLzQ0ODE2ODQxNFwiIG5hbWVfZGVmYXVsdD1cIkVzY3JpYmEgc3Ugbm9tYnJlIFwiIG5hbWVfb3JkZXI9XCIwXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1IZXJlXCdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdVmFsb3JhbW9zIHN1IHByaXZhY2lkYWQgeSBudW5jYSBsZSBzcGFtIFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXU9idGVuZ2EgQWNjZXNvIEluc3RhbnTDoW5lbyFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','publish','0000-00-00 00:00:00'),(9,1228,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxYTllZTA7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhZVGxsWlRBaUxDSndZV1JrYVc1blZHOXdJam9pTXpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMjA6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzMFwiIGZvbnRfZm9udD1cIkFzYXBcIiBmb250X3N0eWxlPVwiYm9sZFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgZm9udF9zaGFkb3c9XCJkYXJrXCIgYWxpZ249XCJjZW50ZXJcIl1Mb3MgUXVhbnRzIEVzdMOhbiBDb3JyaWVuZG8gUG9yIFBsZW5vIFdhbGwgU3RyZWV0LCBObyBTZWEgQXRyb3BlbGxhZG8hWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3MzoiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2J1bGwtcnVuLXNwYW5pc2guanBnXCIgd2lkdGg9XCI1NDFcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzg6ImJhY2tncm91bmQ6IzIxMjEyMTtwYWRkaW5nLWJvdHRvbTowcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo3MjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU15TVRJeE1qRWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNQ0o5IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4NDoiW2NhbGVuZGFyX2RhdGUgc3R5bGU9XCIxXCIgbW9udGg9XCJNYXJ6b1wiIGNhbGVuZGFyX2Jhcl9jb2xvcj1cIiNmZjAwMDBcIiBkYXk9XCI1XCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTczOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjFcIiBmb250X2NvbG9yPVwiI2ZmZmZmZlwiIHdpZHRoPVwiMjIwXCJdPHN0cm9uZz5NacOpcmNvbGVzIC3CoDUgZGUgTWFyem8gMjAxNAo8L3N0cm9uZz43OjAwIHBtIEVUWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4MDg6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZGVmYXVsdD1cIkluZ3Jlc2Ugc3UgZGlyZWNjacOzbiBkZSBjb3JyZW8gZWxlY3Ryw7NuaWNvIFwiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIHJlZGlyZWN0X3VybD1cImh0dHBzOi8vd3d3My5nb3RvbWVldGluZy5jb20vcmVnaXN0ZXIvNDQ4MTY4NDE0XCIgbmFtZV9kZWZhdWx0PVwiRXNjcmliYSBzdSBub21icmUgXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXUhlcmVcJ3MgVGhlIEhlYWRsaW5lIEZvciBUaGUgQm94Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdVEc5eVpXMGdhWEJ6ZFcwZ1pHOXNiM0lnYzJsMElHRnRaWFFzSUdOdmJuTmxZM1JsZEhWeUlHRmthWEJwYzJOcGJtY2daV3hwZEM0Z1JHOXVaV01nZG1Wc0lHNTFibU1nYm05dUlHeGhZM1Z6SUhabGJtVnVZWFJwY3lCamIyMXRiMlJ2TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1WYWxvcmFtb3Mgc3UgcHJpdmFjaWRhZCB5IG51bmNhIGxlIHNwYW1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1PYnRlbmdhIGFjY2VzbyBpbnN0YW50w6FuZW8hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MjthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxMTA6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxNTY6ImV5SmlZV05yWjNKdmRXNWtTVzFoWjJVaU9pSjFjbXdvYUhSMGNEb3ZMMjl3ZEdsdGFYcGxjSEpsYzNNeUxtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE15OHdOaTlpWVdOck1TNXdibWNwSWl3aVltRmphMmR5YjNWdVpGQnZjMmwwYVc5dUlqb2lkR2xzWlNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIzMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjQ0XCIgYWxpZ249XCJsZWZ0XCIgbGluZV9oZWlnaHQ9XCIzNVwiXTxkaXYgZGF0YS1sYj1cImVkaXRhYmxlLXJpY2gtdGV4dFwiIGRhdGEtbGItaWQ9XCJtYWluLWhlYWRsaW5lXCIgZGF0YS1sYi1uYW1lPVwiTWFpbiBIZWFkbGluZSBUZXh0XCI+CgrCoExPUyBURU1BUyBERSBESVNDVVRJUiBJTkNMVUlSw4FOOgoKPC9kaXY+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjM4ODoiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCIzXCIgY29sb3I9XCIjMWE5ZWUwXCJdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIklkZW50aWZpY2FyIGVsIGNvbXBvcnRhbWllbnRvIGRlbCBtZXJjYWRvIGFsIGluc3RhbnRlIFwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjNcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiTG8gcXVlIGhheSBxdWUgc2FiZXIgcGFyYSBjb252ZXJ0aXJzZSBlbiB1biBxdWFudCB0cmFkZXJcIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjNcIiBoZWFkbGluZT1cIklkZW50aWZpY2FyIMOzcHRpbWFzIMOzcmRlbmVzIGRlIENvbXByYS1WZW50YSBhbnRlcyBkZWwgbW92aW1pZW50byBcIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo1OntpOjA7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODM6IltpbWFnZXMgc3R5bGU9XCI1XCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9Kb2VAd29yay5qcGdcIiB3aWR0aD1cIjY2N1wiIGFsaWduPVwibGVmdFwiIHRvcF9tYXJnaW49XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTkxOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjVcIiBmb250X2ZvbnQ9XCJTaGFkb3dzIEludG8gTGlnaHRcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMjIwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+Sm9lIFJpb3M8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjk1OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdSm9lIFLDrW9zIGVzIHVuIHJlY29ub2NpZG8gcGlvbmVybyBkZSBzaXN0ZW1hcyBjdWFudGl0YXRpdm9zIHkgZWR1Y2FjacOzbiBkZSB0cmFkaW5nIGRlc2RlIDE5OTcuIFN1IHByb2dyYW1hIGRlIHRyYWRpbmcgYWx0YW1lbnRlIHJlY29ub2NpZG8gcG9yIHNlciBwYXNvLWEtcGFzbywgZXN0w6EgZGlzZcOxYWRvIHBhcmEgYXl1ZGFybG8gYSBjb252ZXJ0aXJzZSBlbiB1biBleGl0b3NvIFF1YW50IFRyYWRlci5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtOO319fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4MToiW2ltYWdlcyBzdHlsZT1cIjVcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2d1Y2NpLmpwZ1wiIHdpZHRoPVwiMjA5XCIgYWxpZ249XCJyaWdodFwiIHRvcF9tYXJnaW49XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTk3OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjRcIiBmb250X2ZvbnQ9XCJTaGFkb3dzIEludG8gTGlnaHRcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMjIwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+QWd1c3RpbiBDcmlhZG88L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTkyOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdRGVzY3VicmEgbGFzIHZlcmRhZGVzIGRlbCB0cmFkaW5nIGN1YW50aXRhdGl2byBwb3IgZWwgbWVudG9yIHkgZW50cmVuYWRvciBkZSBSaW9zUXVhbnQgQWd1c3RpbiBDcmlhZG8gZW4gZXN0ZSBleGNsdXNpdm8gd2ViaW5hcmlvLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO047fX19aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMyOiJbdmVydGljYWxfc3BhY2luZyBoZWlnaHQ9XCIzMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJjZW50ZXJcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjOTE5MTkxXCIgYm90dG9tX3BhZGRpbmc9XCIxMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCI0NjBcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5TaGFyZSB0aGlzIHBhZ2Ugd2l0aCB5b3VyIGZyaWVuZHMuLi48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjQ7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzQ0OiJbc29jaWFsX3NoYXJpbmcgc3R5bGU9XCJzdHlsZS0yMFwiIGZiX2xpa2VfdXJsPVwiaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL3BhZ2VzL1Jpb3MtUXVhbnQtVHJhZGluZy1lbi1Fc3BhJUMzJUIxb2wvMjY1Mjc2Mjk2OTQwMTExXCIgZmJfY29sb3I9XCJsaWdodFwiIGZiX2xhbmc9XCJlc19FU1wiIGZiX3RleHQ9XCJyZWNvbW1lbmRcIiBmYl9idXR0b25fdGV4dD1cIlNoYXJlXCIgdHdfbGFuZz1cImVzXCIgdHdfYnV0dG9uX3RleHQ9XCJTaGFyZVwiIGdfbGFuZz1cImVuLUdCXCIgZ19idXR0b25fdGV4dD1cIlNoYXJlXCIgbGlua2VkaW5fbGFuZz1cImVuX1VTXCIgYWxpZ25tZW50PVwiY2VudGVyXCJdICI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiNlYTcxMTA7cGFkZGluZy10b3A6NDVweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTmxZVGN4TVRBaUxDSndZV1JrYVc1blZHOXdJam9pTkRVaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMTc6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgYWxpZ249XCJjZW50ZXJcIl1BRFZFUlRFTkNJQTogRWwgYWNjZXNvIGEgbnVlc3RybyBzaXN0ZW1hIGRlIHdlYmluYXIgZXN0w6EgbGltaXRhZG8geSBlbCBlc3BhY2lvIHNlIGxsZW5hbiByw6FwaWRvLCBhc8OtIHF1ZSByZWfDrXN0cmVzZSBhaG9yYSBwYXJhIGV2aXRhciBwZXJkZXJzZS7CoMKgRXN0ZSBzZW1pbmFyaW8gZXN0w6EgbGxlbm8gZGUgY29udGVuaWRvIGRlIGFsdGEgY2FsaWRhZCB5IHNlIGxsZW5hbiByw6FwaWRvIVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjU7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTQ3OiJiYWNrZ3JvdW5kLWltYWdlOnVybChodHRwOi8vb3B0aW1pemVwcmVzczIuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzA2L2JhY2sxLnBuZyk7YmFja2dyb3VuZC1yZXBlYXQ6cmVwZWF0O3BhZGRpbmctdG9wOjMwcHg7cGFkZGluZy1ib3R0b206NTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjIwODoiZXlKaVlXTnJaM0p2ZFc1a1NXMWhaMlVpT2lKMWNtd29hSFIwY0RvdkwyOXdkR2x0YVhwbGNISmxjM015TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TXk4d05pOWlZV05yTVM1d2JtY3BJaXdpWW1GamEyZHliM1Z1WkZCdmMybDBhVzl1SWpvaWRHbHNaU0lzSW5CaFpHUnBibWRVYjNBaU9pSXpNQ0lzSW5CaFpHUnBibWRDYjNSMGIyMGlPaUkxTUNKOSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTcwOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjVcIiBmb250X3N0eWxlPVwibm9ybWFsXCIgYWxpZ249XCJjZW50ZXJcIiBib3R0b21fbWFyZ2luPVwiMjBcIl3DiXN0ZSBlc3RhcsOhIGEgc2Fsdm8sIGFzw60gcXVlIHJlY2xhbWFyIGVsIGFjY2VzbyBkZSBhYmFqbyFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODA5OiJbb3B0aW5fYm94IHN0eWxlPVwiN1wiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2RlZmF1bHQ9XCJJbmdyZXNlIHN1IGRpcmVjY2nDs24gZGUgY29ycmVvIGVsZWN0csOzbmljbyBcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiByZWRpcmVjdF91cmw9XCJodHRwczovL3d3dzMuZ290b21lZXRpbmcuY29tL3JlZ2lzdGVyLzQ0ODE2ODQxNFwiIG5hbWVfZGVmYXVsdD1cIkVzY3JpYmEgc3Ugbm9tYnJlIFwiIG5hbWVfb3JkZXI9XCIwXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1IZXJlXCdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdVmFsb3JhbW9zIHN1IHByaXZhY2lkYWQgeSBudW5jYSBsZSBzcGFtIFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXU9idGVuZ2EgQWNjZXNvIEluc3RhbnTDoW5lbyFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','publish','0000-00-00 00:00:00'),(10,1233,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxYTllZTA7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhZVGxsWlRBaUxDSndZV1JrYVc1blZHOXdJam9pTXpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMjA6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzMFwiIGZvbnRfZm9udD1cIkFzYXBcIiBmb250X3N0eWxlPVwiYm9sZFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgZm9udF9zaGFkb3c9XCJkYXJrXCIgYWxpZ249XCJjZW50ZXJcIl1Mb3MgUXVhbnRzIEVzdMOhbiBDb3JyaWVuZG8gUG9yIFBsZW5vIFdhbGwgU3RyZWV0LCBObyBTZWEgQXRyb3BlbGxhZG8hWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3MzoiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2J1bGwtcnVuLXNwYW5pc2guanBnXCIgd2lkdGg9XCI1NDFcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzg6ImJhY2tncm91bmQ6IzIxMjEyMTtwYWRkaW5nLWJvdHRvbTowcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo3MjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU15TVRJeE1qRWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNQ0o5IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4NDoiW2NhbGVuZGFyX2RhdGUgc3R5bGU9XCIxXCIgbW9udGg9XCJNYXJ6b1wiIGNhbGVuZGFyX2Jhcl9jb2xvcj1cIiNmZjAwMDBcIiBkYXk9XCI1XCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTczOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjFcIiBmb250X2NvbG9yPVwiI2ZmZmZmZlwiIHdpZHRoPVwiMjIwXCJdPHN0cm9uZz5NacOpcmNvbGVzIC3CoDUgZGUgTWFyem8gMjAxNAo8L3N0cm9uZz43OjAwIHBtIEVUWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4MDg6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZGVmYXVsdD1cIkluZ3Jlc2Ugc3UgZGlyZWNjacOzbiBkZSBjb3JyZW8gZWxlY3Ryw7NuaWNvIFwiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIHJlZGlyZWN0X3VybD1cImh0dHBzOi8vd3d3My5nb3RvbWVldGluZy5jb20vcmVnaXN0ZXIvNDQ4MTY4NDE0XCIgbmFtZV9kZWZhdWx0PVwiRXNjcmliYSBzdSBub21icmUgXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXUhlcmVcJ3MgVGhlIEhlYWRsaW5lIEZvciBUaGUgQm94Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdVEc5eVpXMGdhWEJ6ZFcwZ1pHOXNiM0lnYzJsMElHRnRaWFFzSUdOdmJuTmxZM1JsZEhWeUlHRmthWEJwYzJOcGJtY2daV3hwZEM0Z1JHOXVaV01nZG1Wc0lHNTFibU1nYm05dUlHeGhZM1Z6SUhabGJtVnVZWFJwY3lCamIyMXRiMlJ2TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1WYWxvcmFtb3Mgc3UgcHJpdmFjaWRhZCB5IG51bmNhIGxlIHNwYW1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1PYnRlbmdhIGFjY2VzbyBpbnN0YW50w6FuZW8hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MjthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxMTA6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxNTY6ImV5SmlZV05yWjNKdmRXNWtTVzFoWjJVaU9pSjFjbXdvYUhSMGNEb3ZMMjl3ZEdsdGFYcGxjSEpsYzNNeUxtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE15OHdOaTlpWVdOck1TNXdibWNwSWl3aVltRmphMmR5YjNWdVpGQnZjMmwwYVc5dUlqb2lkR2xzWlNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6NDp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIzMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjQ0XCIgYWxpZ249XCJsZWZ0XCIgbGluZV9oZWlnaHQ9XCIzNVwiXTxkaXYgZGF0YS1sYj1cImVkaXRhYmxlLXJpY2gtdGV4dFwiIGRhdGEtbGItaWQ9XCJtYWluLWhlYWRsaW5lXCIgZGF0YS1sYi1uYW1lPVwiTWFpbiBIZWFkbGluZSBUZXh0XCI+CgrCoExPUyBURU1BUyBERSBESVNDVVRJUiBJTkNMVUlSw4FOOgoKPC9kaXY+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjM4ODoiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCIzXCIgY29sb3I9XCIjMWE5ZWUwXCJdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIklkZW50aWZpY2FyIGVsIGNvbXBvcnRhbWllbnRvIGRlbCBtZXJjYWRvIGFsIGluc3RhbnRlIFwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjNcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiTG8gcXVlIGhheSBxdWUgc2FiZXIgcGFyYSBjb252ZXJ0aXJzZSBlbiB1biBxdWFudCB0cmFkZXJcIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjNcIiBoZWFkbGluZT1cIklkZW50aWZpY2FyIMOzcHRpbWFzIMOzcmRlbmVzIGRlIENvbXByYS1WZW50YSBhbnRlcyBkZWwgbW92aW1pZW50byBcIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDc2OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJd4oCcTGFzIGVtcHJlc2FzIGVzdMOhbiBhaG9yYSBlbXBsZWFuZG8gZXN0YWRpc3RhcyBhY2Fkw6ltaWNvcyB0YWxlbnRvc29zIHBhcmEgcmFzdHJlYXIgcGF0cm9uZXMgbyB0ZW5kZW5jaWFzIGVuIGVsIGNvbXBvcnRhbWllbnRvIGRlbCB0cmFkaW5nIHkgY3JlYXIgZsOzcm11bGFzIHBhcmEgcHJlZGVjaXIgbG9zIGZ1dHVyb3MgbW92aW1pZW50b3MgZGVsIG1lcmNhZG8uIEVzdGFzIGbDs3JtdWxhcyBzZSBpbmNvcnBvcmFuIGRlc3B1w6lzIGVuIHBvZGVyb3NhcyBjb21wdXRhZG9yYXPigKYgRXN0b3MgcHJvZ3JhbWFzIHNvbiBpbm1lbnNhbWVudGUgcG9kZXJvc29zLi4uIFwiTWFuZWphbiBjYXNpIHRvZG8gbG8gcXVlIHN1Y2VkZSBlbiBXYWxsIFN0cmVldC5cIgoKLcKgIEJyaXRpc2ggQnJvYWRjYXN0aW5nIENvcnBvcmF0aW9uWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY5OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvYmJjMy0zMDB4MTM3LmpwZ1wiIHdpZHRoPVwiMzAwXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjU6e2k6MDthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4MzoiW2ltYWdlcyBzdHlsZT1cIjVcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0pvZUB3b3JrLmpwZ1wiIHdpZHRoPVwiNjY3XCIgYWxpZ249XCJsZWZ0XCIgdG9wX21hcmdpbj1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTE6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyNVwiIGZvbnRfZm9udD1cIlNoYWRvd3MgSW50byBMaWdodFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCIyMjBcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5Kb2UgUmlvczwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyOTU6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl1Kb2UgUsOtb3MgZXMgdW4gcmVjb25vY2lkbyBwaW9uZXJvIGRlIHNpc3RlbWFzIGN1YW50aXRhdGl2b3MgeSBlZHVjYWNpw7NuIGRlIHRyYWRpbmcgZGVzZGUgMTk5Ny4gU3UgcHJvZ3JhbWEgZGUgdHJhZGluZyBhbHRhbWVudGUgcmVjb25vY2lkbyBwb3Igc2VyIHBhc28tYS1wYXNvLCBlc3TDoSBkaXNlw7FhZG8gcGFyYSBheXVkYXJsbyBhIGNvbnZlcnRpcnNlIGVuIHVuIGV4aXRvc28gUXVhbnQgVHJhZGVyLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODE6IltpbWFnZXMgc3R5bGU9XCI1XCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9ndWNjaS5qcGdcIiB3aWR0aD1cIjIwOVwiIGFsaWduPVwicmlnaHRcIiB0b3BfbWFyZ2luPVwiMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE5NzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjI0XCIgZm9udF9mb250PVwiU2hhZG93cyBJbnRvIExpZ2h0XCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjIyMFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkFndXN0aW4gQ3JpYWRvPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE5MjoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXURlc2N1YnJhIGxhcyB2ZXJkYWRlcyBkZWwgdHJhZGluZyBjdWFudGl0YXRpdm8gcG9yIGVsIG1lbnRvciB5IGVudHJlbmFkb3IgZGUgUmlvc1F1YW50IEFndXN0aW4gQ3JpYWRvIGVuIGVzdGUgZXhjbHVzaXZvIHdlYmluYXJpby5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMyOiJbdmVydGljYWxfc3BhY2luZyBoZWlnaHQ9XCIzMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJjZW50ZXJcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjOTE5MTkxXCIgYm90dG9tX3BhZGRpbmc9XCIxMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCI0NjBcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5TaGFyZSB0aGlzIHBhZ2Ugd2l0aCB5b3VyIGZyaWVuZHMuLi48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjQ7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzQ0OiJbc29jaWFsX3NoYXJpbmcgc3R5bGU9XCJzdHlsZS0yMFwiIGZiX2xpa2VfdXJsPVwiaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL3BhZ2VzL1Jpb3MtUXVhbnQtVHJhZGluZy1lbi1Fc3BhJUMzJUIxb2wvMjY1Mjc2Mjk2OTQwMTExXCIgZmJfY29sb3I9XCJsaWdodFwiIGZiX2xhbmc9XCJlc19FU1wiIGZiX3RleHQ9XCJyZWNvbW1lbmRcIiBmYl9idXR0b25fdGV4dD1cIlNoYXJlXCIgdHdfbGFuZz1cImVzXCIgdHdfYnV0dG9uX3RleHQ9XCJTaGFyZVwiIGdfbGFuZz1cImVuLUdCXCIgZ19idXR0b25fdGV4dD1cIlNoYXJlXCIgbGlua2VkaW5fbGFuZz1cImVuX1VTXCIgYWxpZ25tZW50PVwiY2VudGVyXCJdICI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiNlYTcxMTA7cGFkZGluZy10b3A6NDVweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTmxZVGN4TVRBaUxDSndZV1JrYVc1blZHOXdJam9pTkRVaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMTc6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgYWxpZ249XCJjZW50ZXJcIl1BRFZFUlRFTkNJQTogRWwgYWNjZXNvIGEgbnVlc3RybyBzaXN0ZW1hIGRlIHdlYmluYXIgZXN0w6EgbGltaXRhZG8geSBlbCBlc3BhY2lvIHNlIGxsZW5hbiByw6FwaWRvLCBhc8OtIHF1ZSByZWfDrXN0cmVzZSBhaG9yYSBwYXJhIGV2aXRhciBwZXJkZXJzZS7CoMKgRXN0ZSBzZW1pbmFyaW8gZXN0w6EgbGxlbm8gZGUgY29udGVuaWRvIGRlIGFsdGEgY2FsaWRhZCB5IHNlIGxsZW5hbiByw6FwaWRvIVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjU7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTQ3OiJiYWNrZ3JvdW5kLWltYWdlOnVybChodHRwOi8vb3B0aW1pemVwcmVzczIuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzA2L2JhY2sxLnBuZyk7YmFja2dyb3VuZC1yZXBlYXQ6cmVwZWF0O3BhZGRpbmctdG9wOjMwcHg7cGFkZGluZy1ib3R0b206NTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjIwODoiZXlKaVlXTnJaM0p2ZFc1a1NXMWhaMlVpT2lKMWNtd29hSFIwY0RvdkwyOXdkR2x0YVhwbGNISmxjM015TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TXk4d05pOWlZV05yTVM1d2JtY3BJaXdpWW1GamEyZHliM1Z1WkZCdmMybDBhVzl1SWpvaWRHbHNaU0lzSW5CaFpHUnBibWRVYjNBaU9pSXpNQ0lzSW5CaFpHUnBibWRDYjNSMGIyMGlPaUkxTUNKOSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTcwOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjVcIiBmb250X3N0eWxlPVwibm9ybWFsXCIgYWxpZ249XCJjZW50ZXJcIiBib3R0b21fbWFyZ2luPVwiMjBcIl3DiXN0ZSBlc3RhcsOhIGEgc2Fsdm8sIGFzw60gcXVlIHJlY2xhbWFyIGVsIGFjY2VzbyBkZSBhYmFqbyFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODA5OiJbb3B0aW5fYm94IHN0eWxlPVwiN1wiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2RlZmF1bHQ9XCJJbmdyZXNlIHN1IGRpcmVjY2nDs24gZGUgY29ycmVvIGVsZWN0csOzbmljbyBcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiByZWRpcmVjdF91cmw9XCJodHRwczovL3d3dzMuZ290b21lZXRpbmcuY29tL3JlZ2lzdGVyLzQ0ODE2ODQxNFwiIG5hbWVfZGVmYXVsdD1cIkVzY3JpYmEgc3Ugbm9tYnJlIFwiIG5hbWVfb3JkZXI9XCIwXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1IZXJlXCdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdVmFsb3JhbW9zIHN1IHByaXZhY2lkYWQgeSBudW5jYSBsZSBzcGFtIFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXU9idGVuZ2EgQWNjZXNvIEluc3RhbnTDoW5lbyFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','publish','0000-00-00 00:00:00'),(11,1240,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxYTllZTA7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhZVGxsWlRBaUxDSndZV1JrYVc1blZHOXdJam9pTXpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMjA6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzMFwiIGZvbnRfZm9udD1cIkFzYXBcIiBmb250X3N0eWxlPVwiYm9sZFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgZm9udF9zaGFkb3c9XCJkYXJrXCIgYWxpZ249XCJjZW50ZXJcIl1Mb3MgUXVhbnRzIEVzdMOhbiBDb3JyaWVuZG8gUG9yIFBsZW5vIFdhbGwgU3RyZWV0LCBObyBTZWEgQXRyb3BlbGxhZG8hWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3MzoiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2J1bGwtcnVuLXNwYW5pc2guanBnXCIgd2lkdGg9XCI1NDFcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzg6ImJhY2tncm91bmQ6IzIxMjEyMTtwYWRkaW5nLWJvdHRvbTowcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo3MjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU15TVRJeE1qRWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNQ0o5IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4NDoiW2NhbGVuZGFyX2RhdGUgc3R5bGU9XCIxXCIgbW9udGg9XCJNYXJ6b1wiIGNhbGVuZGFyX2Jhcl9jb2xvcj1cIiNmZjAwMDBcIiBkYXk9XCI1XCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTczOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjFcIiBmb250X2NvbG9yPVwiI2ZmZmZmZlwiIHdpZHRoPVwiMjIwXCJdPHN0cm9uZz5NacOpcmNvbGVzIC3CoDUgZGUgTWFyem8gMjAxNAo8L3N0cm9uZz43OjAwIHBtIEVUWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4MDg6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZGVmYXVsdD1cIkluZ3Jlc2Ugc3UgZGlyZWNjacOzbiBkZSBjb3JyZW8gZWxlY3Ryw7NuaWNvIFwiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIHJlZGlyZWN0X3VybD1cImh0dHBzOi8vd3d3My5nb3RvbWVldGluZy5jb20vcmVnaXN0ZXIvNDQ4MTY4NDE0XCIgbmFtZV9kZWZhdWx0PVwiRXNjcmliYSBzdSBub21icmUgXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXUhlcmVcJ3MgVGhlIEhlYWRsaW5lIEZvciBUaGUgQm94Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdVEc5eVpXMGdhWEJ6ZFcwZ1pHOXNiM0lnYzJsMElHRnRaWFFzSUdOdmJuTmxZM1JsZEhWeUlHRmthWEJwYzJOcGJtY2daV3hwZEM0Z1JHOXVaV01nZG1Wc0lHNTFibU1nYm05dUlHeGhZM1Z6SUhabGJtVnVZWFJwY3lCamIyMXRiMlJ2TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1WYWxvcmFtb3Mgc3UgcHJpdmFjaWRhZCB5IG51bmNhIGxlIHNwYW1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1PYnRlbmdhIGFjY2VzbyBpbnN0YW50w6FuZW8hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MjthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxMTA6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxNTY6ImV5SmlZV05yWjNKdmRXNWtTVzFoWjJVaU9pSjFjbXdvYUhSMGNEb3ZMMjl3ZEdsdGFYcGxjSEpsYzNNeUxtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE15OHdOaTlpWVdOck1TNXdibWNwSWl3aVltRmphMmR5YjNWdVpGQnZjMmwwYVc5dUlqb2lkR2xzWlNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6NDp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIzMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjQ0XCIgYWxpZ249XCJsZWZ0XCIgbGluZV9oZWlnaHQ9XCIzNVwiXTxkaXYgZGF0YS1sYj1cImVkaXRhYmxlLXJpY2gtdGV4dFwiIGRhdGEtbGItaWQ9XCJtYWluLWhlYWRsaW5lXCIgZGF0YS1sYi1uYW1lPVwiTWFpbiBIZWFkbGluZSBUZXh0XCI+CgrCoExPUyBURU1BUyBERSBESVNDVVRJUiBJTkNMVUlSw4FOOgoKPC9kaXY+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjM4ODoiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCIzXCIgY29sb3I9XCIjMWE5ZWUwXCJdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIklkZW50aWZpY2FyIGVsIGNvbXBvcnRhbWllbnRvIGRlbCBtZXJjYWRvIGFsIGluc3RhbnRlIFwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjNcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiTG8gcXVlIGhheSBxdWUgc2FiZXIgcGFyYSBjb252ZXJ0aXJzZSBlbiB1biBxdWFudCB0cmFkZXJcIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjNcIiBoZWFkbGluZT1cIklkZW50aWZpY2FyIMOzcHRpbWFzIMOzcmRlbmVzIGRlIENvbXByYS1WZW50YSBhbnRlcyBkZWwgbW92aW1pZW50byBcIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDc2OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJd4oCcTGFzIGVtcHJlc2FzIGVzdMOhbiBhaG9yYSBlbXBsZWFuZG8gZXN0YWRpc3RhcyBhY2Fkw6ltaWNvcyB0YWxlbnRvc29zIHBhcmEgcmFzdHJlYXIgcGF0cm9uZXMgbyB0ZW5kZW5jaWFzIGVuIGVsIGNvbXBvcnRhbWllbnRvIGRlbCB0cmFkaW5nIHkgY3JlYXIgZsOzcm11bGFzIHBhcmEgcHJlZGVjaXIgbG9zIGZ1dHVyb3MgbW92aW1pZW50b3MgZGVsIG1lcmNhZG8uIEVzdGFzIGbDs3JtdWxhcyBzZSBpbmNvcnBvcmFuIGRlc3B1w6lzIGVuIHBvZGVyb3NhcyBjb21wdXRhZG9yYXPigKYgRXN0b3MgcHJvZ3JhbWFzIHNvbiBpbm1lbnNhbWVudGUgcG9kZXJvc29zLi4uIFwiTWFuZWphbiBjYXNpIHRvZG8gbG8gcXVlIHN1Y2VkZSBlbiBXYWxsIFN0cmVldC5cIgoKLcKgIEJyaXRpc2ggQnJvYWRjYXN0aW5nIENvcnBvcmF0aW9uWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY5OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvYmJjMy0zMDB4MTM3LmpwZ1wiIHdpZHRoPVwiMzAwXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjU6e2k6MDthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4MzoiW2ltYWdlcyBzdHlsZT1cIjVcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0pvZUB3b3JrLmpwZ1wiIHdpZHRoPVwiNjY3XCIgYWxpZ249XCJsZWZ0XCIgdG9wX21hcmdpbj1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTE6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyNVwiIGZvbnRfZm9udD1cIlNoYWRvd3MgSW50byBMaWdodFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCIyMjBcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5Kb2UgUmlvczwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyOTU6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl1Kb2UgUsOtb3MgZXMgdW4gcmVjb25vY2lkbyBwaW9uZXJvIGRlIHNpc3RlbWFzIGN1YW50aXRhdGl2b3MgeSBlZHVjYWNpw7NuIGRlIHRyYWRpbmcgZGVzZGUgMTk5Ny4gU3UgcHJvZ3JhbWEgZGUgdHJhZGluZyBhbHRhbWVudGUgcmVjb25vY2lkbyBwb3Igc2VyIHBhc28tYS1wYXNvLCBlc3TDoSBkaXNlw7FhZG8gcGFyYSBheXVkYXJsbyBhIGNvbnZlcnRpcnNlIGVuIHVuIGV4aXRvc28gUXVhbnQgVHJhZGVyLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODE6IltpbWFnZXMgc3R5bGU9XCI1XCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9ndWNjaS5qcGdcIiB3aWR0aD1cIjIwOVwiIGFsaWduPVwicmlnaHRcIiB0b3BfbWFyZ2luPVwiMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE5NzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjI0XCIgZm9udF9mb250PVwiU2hhZG93cyBJbnRvIExpZ2h0XCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjIyMFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkFndXN0aW4gQ3JpYWRvPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE5MjoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXURlc2N1YnJhIGxhcyB2ZXJkYWRlcyBkZWwgdHJhZGluZyBjdWFudGl0YXRpdm8gcG9yIGVsIG1lbnRvciB5IGVudHJlbmFkb3IgZGUgUmlvc1F1YW50IEFndXN0aW4gQ3JpYWRvIGVuIGVzdGUgZXhjbHVzaXZvIHdlYmluYXJpby5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMyOiJbdmVydGljYWxfc3BhY2luZyBoZWlnaHQ9XCIzMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJjZW50ZXJcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjOTE5MTkxXCIgYm90dG9tX3BhZGRpbmc9XCIxMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCI0NjBcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5TaGFyZSB0aGlzIHBhZ2Ugd2l0aCB5b3VyIGZyaWVuZHMuLi48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjQ7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzQ0OiJbc29jaWFsX3NoYXJpbmcgc3R5bGU9XCJzdHlsZS0yMFwiIGZiX2xpa2VfdXJsPVwiaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL3BhZ2VzL1Jpb3MtUXVhbnQtVHJhZGluZy1lbi1Fc3BhJUMzJUIxb2wvMjY1Mjc2Mjk2OTQwMTExXCIgZmJfY29sb3I9XCJsaWdodFwiIGZiX2xhbmc9XCJlc19FU1wiIGZiX3RleHQ9XCJyZWNvbW1lbmRcIiBmYl9idXR0b25fdGV4dD1cIlNoYXJlXCIgdHdfbGFuZz1cImVzXCIgdHdfYnV0dG9uX3RleHQ9XCJTaGFyZVwiIGdfbGFuZz1cImVuLUdCXCIgZ19idXR0b25fdGV4dD1cIlNoYXJlXCIgbGlua2VkaW5fbGFuZz1cImVuX1VTXCIgYWxpZ25tZW50PVwiY2VudGVyXCJdICI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiNlYTcxMTA7cGFkZGluZy10b3A6NDVweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTmxZVGN4TVRBaUxDSndZV1JrYVc1blZHOXdJam9pTkRVaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMTc6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgYWxpZ249XCJjZW50ZXJcIl1BRFZFUlRFTkNJQTogRWwgYWNjZXNvIGEgbnVlc3RybyBzaXN0ZW1hIGRlIHdlYmluYXIgZXN0w6EgbGltaXRhZG8geSBlbCBlc3BhY2lvIHNlIGxsZW5hbiByw6FwaWRvLCBhc8OtIHF1ZSByZWfDrXN0cmVzZSBhaG9yYSBwYXJhIGV2aXRhciBwZXJkZXJzZS7CoMKgRXN0ZSBzZW1pbmFyaW8gZXN0w6EgbGxlbm8gZGUgY29udGVuaWRvIGRlIGFsdGEgY2FsaWRhZCB5IHNlIGxsZW5hbiByw6FwaWRvIVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjU7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTQ3OiJiYWNrZ3JvdW5kLWltYWdlOnVybChodHRwOi8vb3B0aW1pemVwcmVzczIuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzA2L2JhY2sxLnBuZyk7YmFja2dyb3VuZC1yZXBlYXQ6cmVwZWF0O3BhZGRpbmctdG9wOjMwcHg7cGFkZGluZy1ib3R0b206NTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjIwODoiZXlKaVlXTnJaM0p2ZFc1a1NXMWhaMlVpT2lKMWNtd29hSFIwY0RvdkwyOXdkR2x0YVhwbGNISmxjM015TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TXk4d05pOWlZV05yTVM1d2JtY3BJaXdpWW1GamEyZHliM1Z1WkZCdmMybDBhVzl1SWpvaWRHbHNaU0lzSW5CaFpHUnBibWRVYjNBaU9pSXpNQ0lzSW5CaFpHUnBibWRDYjNSMGIyMGlPaUkxTUNKOSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTcwOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjVcIiBmb250X3N0eWxlPVwibm9ybWFsXCIgYWxpZ249XCJjZW50ZXJcIiBib3R0b21fbWFyZ2luPVwiMjBcIl3DiXN0ZSBlc3RhcsOhIGEgc2Fsdm8sIGFzw60gcXVlIHJlY2xhbWFyIGVsIGFjY2VzbyBkZSBhYmFqbyFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODA5OiJbb3B0aW5fYm94IHN0eWxlPVwiN1wiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2RlZmF1bHQ9XCJJbmdyZXNlIHN1IGRpcmVjY2nDs24gZGUgY29ycmVvIGVsZWN0csOzbmljbyBcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiByZWRpcmVjdF91cmw9XCJodHRwczovL3d3dzMuZ290b21lZXRpbmcuY29tL3JlZ2lzdGVyLzQ0ODE2ODQxNFwiIG5hbWVfZGVmYXVsdD1cIkVzY3JpYmEgc3Ugbm9tYnJlIFwiIG5hbWVfb3JkZXI9XCIwXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1IZXJlXCdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdVmFsb3JhbW9zIHN1IHByaXZhY2lkYWQgeSBudW5jYSBsZSBzcGFtIFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXU9idGVuZ2EgQWNjZXNvIEluc3RhbnTDoW5lbyFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','publish','0000-00-00 00:00:00'),(12,1256,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxYTllZTA7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhZVGxsWlRBaUxDSndZV1JrYVc1blZHOXdJam9pTXpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMjA6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzMFwiIGZvbnRfZm9udD1cIkFzYXBcIiBmb250X3N0eWxlPVwiYm9sZFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgZm9udF9zaGFkb3c9XCJkYXJrXCIgYWxpZ249XCJjZW50ZXJcIl1Mb3MgUXVhbnRzIEVzdMOhbiBDb3JyaWVuZG8gUG9yIFBsZW5vIFdhbGwgU3RyZWV0LCBObyBTZWEgQXRyb3BlbGxhZG8hWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3MzoiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2J1bGwtcnVuLXNwYW5pc2guanBnXCIgd2lkdGg9XCI1NDFcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzg6ImJhY2tncm91bmQ6IzIxMjEyMTtwYWRkaW5nLWJvdHRvbTowcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo3MjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU15TVRJeE1qRWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNQ0o5IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4NDoiW2NhbGVuZGFyX2RhdGUgc3R5bGU9XCIxXCIgbW9udGg9XCJNYXJ6b1wiIGNhbGVuZGFyX2Jhcl9jb2xvcj1cIiNmZjAwMDBcIiBkYXk9XCI1XCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTczOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjFcIiBmb250X2NvbG9yPVwiI2ZmZmZmZlwiIHdpZHRoPVwiMjIwXCJdPHN0cm9uZz5NacOpcmNvbGVzIC3CoDUgZGUgTWFyem8gMjAxNAo8L3N0cm9uZz43OjAwIHBtIEVUWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4MDg6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZGVmYXVsdD1cIkluZ3Jlc2Ugc3UgZGlyZWNjacOzbiBkZSBjb3JyZW8gZWxlY3Ryw7NuaWNvIFwiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIHJlZGlyZWN0X3VybD1cImh0dHBzOi8vd3d3My5nb3RvbWVldGluZy5jb20vcmVnaXN0ZXIvNDQ4MTY4NDE0XCIgbmFtZV9kZWZhdWx0PVwiRXNjcmliYSBzdSBub21icmUgXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXUhlcmVcJ3MgVGhlIEhlYWRsaW5lIEZvciBUaGUgQm94Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdVEc5eVpXMGdhWEJ6ZFcwZ1pHOXNiM0lnYzJsMElHRnRaWFFzSUdOdmJuTmxZM1JsZEhWeUlHRmthWEJwYzJOcGJtY2daV3hwZEM0Z1JHOXVaV01nZG1Wc0lHNTFibU1nYm05dUlHeGhZM1Z6SUhabGJtVnVZWFJwY3lCamIyMXRiMlJ2TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1WYWxvcmFtb3Mgc3UgcHJpdmFjaWRhZCB5IG51bmNhIGxlIHNwYW1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1PYnRlbmdhIGFjY2VzbyBpbnN0YW50w6FuZW8hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MjthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxMTA6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxNTY6ImV5SmlZV05yWjNKdmRXNWtTVzFoWjJVaU9pSjFjbXdvYUhSMGNEb3ZMMjl3ZEdsdGFYcGxjSEpsYzNNeUxtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE15OHdOaTlpWVdOck1TNXdibWNwSWl3aVltRmphMmR5YjNWdVpGQnZjMmwwYVc5dUlqb2lkR2xzWlNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIzMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjQ0XCIgYWxpZ249XCJsZWZ0XCIgbGluZV9oZWlnaHQ9XCIzNVwiXTxkaXYgZGF0YS1sYj1cImVkaXRhYmxlLXJpY2gtdGV4dFwiIGRhdGEtbGItaWQ9XCJtYWluLWhlYWRsaW5lXCIgZGF0YS1sYi1uYW1lPVwiTWFpbiBIZWFkbGluZSBUZXh0XCI+CgrCoExPUyBURU1BUyBERSBESVNDVVRJUiBJTkNMVUlSw4FOOgoKPC9kaXY+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjM4ODoiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCIzXCIgY29sb3I9XCIjMWE5ZWUwXCJdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIklkZW50aWZpY2FyIGVsIGNvbXBvcnRhbWllbnRvIGRlbCBtZXJjYWRvIGFsIGluc3RhbnRlIFwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjNcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiTG8gcXVlIGhheSBxdWUgc2FiZXIgcGFyYSBjb252ZXJ0aXJzZSBlbiB1biBxdWFudCB0cmFkZXJcIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjNcIiBoZWFkbGluZT1cIklkZW50aWZpY2FyIMOzcHRpbWFzIMOzcmRlbmVzIGRlIENvbXByYS1WZW50YSBhbnRlcyBkZWwgbW92aW1pZW50byBcIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo1OntpOjA7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODM6IltpbWFnZXMgc3R5bGU9XCI1XCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9Kb2VAd29yay5qcGdcIiB3aWR0aD1cIjY2N1wiIGFsaWduPVwibGVmdFwiIHRvcF9tYXJnaW49XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTkxOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjVcIiBmb250X2ZvbnQ9XCJTaGFkb3dzIEludG8gTGlnaHRcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMjIwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+Sm9lIFJpb3M8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjk1OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdSm9lIFLDrW9zIGVzIHVuIHJlY29ub2NpZG8gcGlvbmVybyBkZSBzaXN0ZW1hcyBjdWFudGl0YXRpdm9zIHkgZWR1Y2FjacOzbiBkZSB0cmFkaW5nIGRlc2RlIDE5OTcuIFN1IHByb2dyYW1hIGRlIHRyYWRpbmcgYWx0YW1lbnRlIHJlY29ub2NpZG8gcG9yIHNlciBwYXNvLWEtcGFzbywgZXN0w6EgZGlzZcOxYWRvIHBhcmEgYXl1ZGFybG8gYSBjb252ZXJ0aXJzZSBlbiB1biBleGl0b3NvIFF1YW50IFRyYWRlci5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtOO319fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4MToiW2ltYWdlcyBzdHlsZT1cIjVcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2d1Y2NpLmpwZ1wiIHdpZHRoPVwiMjA5XCIgYWxpZ249XCJyaWdodFwiIHRvcF9tYXJnaW49XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTk3OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjRcIiBmb250X2ZvbnQ9XCJTaGFkb3dzIEludG8gTGlnaHRcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMjIwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+QWd1c3RpbiBDcmlhZG88L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTkyOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdRGVzY3VicmEgbGFzIHZlcmRhZGVzIGRlbCB0cmFkaW5nIGN1YW50aXRhdGl2byBwb3IgZWwgbWVudG9yIHkgZW50cmVuYWRvciBkZSBSaW9zUXVhbnQgQWd1c3RpbiBDcmlhZG8gZW4gZXN0ZSBleGNsdXNpdm8gd2ViaW5hcmlvLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO047fX19aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMyOiJbdmVydGljYWxfc3BhY2luZyBoZWlnaHQ9XCIzMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJjZW50ZXJcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjOTE5MTkxXCIgYm90dG9tX3BhZGRpbmc9XCIxMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCI0NjBcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5TaGFyZSB0aGlzIHBhZ2Ugd2l0aCB5b3VyIGZyaWVuZHMuLi48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjQ7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzQ0OiJbc29jaWFsX3NoYXJpbmcgc3R5bGU9XCJzdHlsZS0yMFwiIGZiX2xpa2VfdXJsPVwiaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL3BhZ2VzL1Jpb3MtUXVhbnQtVHJhZGluZy1lbi1Fc3BhJUMzJUIxb2wvMjY1Mjc2Mjk2OTQwMTExXCIgZmJfY29sb3I9XCJsaWdodFwiIGZiX2xhbmc9XCJlc19FU1wiIGZiX3RleHQ9XCJyZWNvbW1lbmRcIiBmYl9idXR0b25fdGV4dD1cIlNoYXJlXCIgdHdfbGFuZz1cImVzXCIgdHdfYnV0dG9uX3RleHQ9XCJTaGFyZVwiIGdfbGFuZz1cImVuLUdCXCIgZ19idXR0b25fdGV4dD1cIlNoYXJlXCIgbGlua2VkaW5fbGFuZz1cImVuX1VTXCIgYWxpZ25tZW50PVwiY2VudGVyXCJdICI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiNlYTcxMTA7cGFkZGluZy10b3A6NDVweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTmxZVGN4TVRBaUxDSndZV1JrYVc1blZHOXdJam9pTkRVaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMTc6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgYWxpZ249XCJjZW50ZXJcIl1BRFZFUlRFTkNJQTogRWwgYWNjZXNvIGEgbnVlc3RybyBzaXN0ZW1hIGRlIHdlYmluYXIgZXN0w6EgbGltaXRhZG8geSBlbCBlc3BhY2lvIHNlIGxsZW5hbiByw6FwaWRvLCBhc8OtIHF1ZSByZWfDrXN0cmVzZSBhaG9yYSBwYXJhIGV2aXRhciBwZXJkZXJzZS7CoMKgRXN0ZSBzZW1pbmFyaW8gZXN0w6EgbGxlbm8gZGUgY29udGVuaWRvIGRlIGFsdGEgY2FsaWRhZCB5IHNlIGxsZW5hbiByw6FwaWRvIVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjU7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTQ3OiJiYWNrZ3JvdW5kLWltYWdlOnVybChodHRwOi8vb3B0aW1pemVwcmVzczIuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzA2L2JhY2sxLnBuZyk7YmFja2dyb3VuZC1yZXBlYXQ6cmVwZWF0O3BhZGRpbmctdG9wOjMwcHg7cGFkZGluZy1ib3R0b206NTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjIwODoiZXlKaVlXTnJaM0p2ZFc1a1NXMWhaMlVpT2lKMWNtd29hSFIwY0RvdkwyOXdkR2x0YVhwbGNISmxjM015TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TXk4d05pOWlZV05yTVM1d2JtY3BJaXdpWW1GamEyZHliM1Z1WkZCdmMybDBhVzl1SWpvaWRHbHNaU0lzSW5CaFpHUnBibWRVYjNBaU9pSXpNQ0lzSW5CaFpHUnBibWRDYjNSMGIyMGlPaUkxTUNKOSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTcwOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjVcIiBmb250X3N0eWxlPVwibm9ybWFsXCIgYWxpZ249XCJjZW50ZXJcIiBib3R0b21fbWFyZ2luPVwiMjBcIl3DiXN0ZSBlc3RhcsOhIGEgc2Fsdm8sIGFzw60gcXVlIHJlY2xhbWFyIGVsIGFjY2VzbyBkZSBhYmFqbyFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODA5OiJbb3B0aW5fYm94IHN0eWxlPVwiN1wiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2RlZmF1bHQ9XCJJbmdyZXNlIHN1IGRpcmVjY2nDs24gZGUgY29ycmVvIGVsZWN0csOzbmljbyBcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiByZWRpcmVjdF91cmw9XCJodHRwczovL3d3dzMuZ290b21lZXRpbmcuY29tL3JlZ2lzdGVyLzQ0ODE2ODQxNFwiIG5hbWVfZGVmYXVsdD1cIkVzY3JpYmEgc3Ugbm9tYnJlIFwiIG5hbWVfb3JkZXI9XCIwXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1IZXJlXCdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdVmFsb3JhbW9zIHN1IHByaXZhY2lkYWQgeSBudW5jYSBsZSBzcGFtIFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXU9idGVuZ2EgQWNjZXNvIEluc3RhbnTDoW5lbyFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','publish','0000-00-00 00:00:00'),(13,1257,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxYTllZTA7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhZVGxsWlRBaUxDSndZV1JrYVc1blZHOXdJam9pTXpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMjA6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzMFwiIGZvbnRfZm9udD1cIkFzYXBcIiBmb250X3N0eWxlPVwiYm9sZFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgZm9udF9zaGFkb3c9XCJkYXJrXCIgYWxpZ249XCJjZW50ZXJcIl1Mb3MgUXVhbnRzIEVzdMOhbiBDb3JyaWVuZG8gUG9yIFBsZW5vIFdhbGwgU3RyZWV0LCBObyBTZWEgQXRyb3BlbGxhZG8hWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3MzoiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2J1bGwtcnVuLXNwYW5pc2guanBnXCIgd2lkdGg9XCI1NDFcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzg6ImJhY2tncm91bmQ6IzIxMjEyMTtwYWRkaW5nLWJvdHRvbTowcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo3MjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU15TVRJeE1qRWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNQ0o5IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4NDoiW2NhbGVuZGFyX2RhdGUgc3R5bGU9XCIxXCIgbW9udGg9XCJNYXJ6b1wiIGNhbGVuZGFyX2Jhcl9jb2xvcj1cIiNmZjAwMDBcIiBkYXk9XCI1XCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTczOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjFcIiBmb250X2NvbG9yPVwiI2ZmZmZmZlwiIHdpZHRoPVwiMjIwXCJdPHN0cm9uZz5NacOpcmNvbGVzIC3CoDUgZGUgTWFyem8gMjAxNAo8L3N0cm9uZz4yOjAwIHBtIEVUWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4MDg6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZGVmYXVsdD1cIkluZ3Jlc2Ugc3UgZGlyZWNjacOzbiBkZSBjb3JyZW8gZWxlY3Ryw7NuaWNvIFwiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIHJlZGlyZWN0X3VybD1cImh0dHBzOi8vd3d3My5nb3RvbWVldGluZy5jb20vcmVnaXN0ZXIvNDQ4MTY4NDE0XCIgbmFtZV9kZWZhdWx0PVwiRXNjcmliYSBzdSBub21icmUgXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXUhlcmVcJ3MgVGhlIEhlYWRsaW5lIEZvciBUaGUgQm94Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdVEc5eVpXMGdhWEJ6ZFcwZ1pHOXNiM0lnYzJsMElHRnRaWFFzSUdOdmJuTmxZM1JsZEhWeUlHRmthWEJwYzJOcGJtY2daV3hwZEM0Z1JHOXVaV01nZG1Wc0lHNTFibU1nYm05dUlHeGhZM1Z6SUhabGJtVnVZWFJwY3lCamIyMXRiMlJ2TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1WYWxvcmFtb3Mgc3UgcHJpdmFjaWRhZCB5IG51bmNhIGxlIHNwYW1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1PYnRlbmdhIGFjY2VzbyBpbnN0YW50w6FuZW8hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MjthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxMTA6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxNTY6ImV5SmlZV05yWjNKdmRXNWtTVzFoWjJVaU9pSjFjbXdvYUhSMGNEb3ZMMjl3ZEdsdGFYcGxjSEpsYzNNeUxtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE15OHdOaTlpWVdOck1TNXdibWNwSWl3aVltRmphMmR5YjNWdVpGQnZjMmwwYVc5dUlqb2lkR2xzWlNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6NDp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIzMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjQ0XCIgYWxpZ249XCJsZWZ0XCIgbGluZV9oZWlnaHQ9XCIzNVwiXTxkaXYgZGF0YS1sYj1cImVkaXRhYmxlLXJpY2gtdGV4dFwiIGRhdGEtbGItaWQ9XCJtYWluLWhlYWRsaW5lXCIgZGF0YS1sYi1uYW1lPVwiTWFpbiBIZWFkbGluZSBUZXh0XCI+CgrCoExPUyBURU1BUyBERSBESVNDVVRJUiBJTkNMVUlSw4FOOgoKPC9kaXY+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjM4ODoiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCIzXCIgY29sb3I9XCIjMWE5ZWUwXCJdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIklkZW50aWZpY2FyIGVsIGNvbXBvcnRhbWllbnRvIGRlbCBtZXJjYWRvIGFsIGluc3RhbnRlIFwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjNcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiTG8gcXVlIGhheSBxdWUgc2FiZXIgcGFyYSBjb252ZXJ0aXJzZSBlbiB1biBxdWFudCB0cmFkZXJcIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjNcIiBoZWFkbGluZT1cIklkZW50aWZpY2FyIMOzcHRpbWFzIMOzcmRlbmVzIGRlIENvbXByYS1WZW50YSBhbnRlcyBkZWwgbW92aW1pZW50byBcIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDc2OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJd4oCcTGFzIGVtcHJlc2FzIGVzdMOhbiBhaG9yYSBlbXBsZWFuZG8gZXN0YWRpc3RhcyBhY2Fkw6ltaWNvcyB0YWxlbnRvc29zIHBhcmEgcmFzdHJlYXIgcGF0cm9uZXMgbyB0ZW5kZW5jaWFzIGVuIGVsIGNvbXBvcnRhbWllbnRvIGRlbCB0cmFkaW5nIHkgY3JlYXIgZsOzcm11bGFzIHBhcmEgcHJlZGVjaXIgbG9zIGZ1dHVyb3MgbW92aW1pZW50b3MgZGVsIG1lcmNhZG8uIEVzdGFzIGbDs3JtdWxhcyBzZSBpbmNvcnBvcmFuIGRlc3B1w6lzIGVuIHBvZGVyb3NhcyBjb21wdXRhZG9yYXPigKYgRXN0b3MgcHJvZ3JhbWFzIHNvbiBpbm1lbnNhbWVudGUgcG9kZXJvc29zLi4uIFwiTWFuZWphbiBjYXNpIHRvZG8gbG8gcXVlIHN1Y2VkZSBlbiBXYWxsIFN0cmVldC5cIgoKLcKgIEJyaXRpc2ggQnJvYWRjYXN0aW5nIENvcnBvcmF0aW9uWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY5OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvYmJjMy0zMDB4MTM3LmpwZ1wiIHdpZHRoPVwiMzAwXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjU6e2k6MDthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4MzoiW2ltYWdlcyBzdHlsZT1cIjVcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL0pvZUB3b3JrLmpwZ1wiIHdpZHRoPVwiNjY3XCIgYWxpZ249XCJsZWZ0XCIgdG9wX21hcmdpbj1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTE6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyNVwiIGZvbnRfZm9udD1cIlNoYWRvd3MgSW50byBMaWdodFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCIyMjBcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5Kb2UgUmlvczwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyOTU6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl1Kb2UgUsOtb3MgZXMgdW4gcmVjb25vY2lkbyBwaW9uZXJvIGRlIHNpc3RlbWFzIGN1YW50aXRhdGl2b3MgeSBlZHVjYWNpw7NuIGRlIHRyYWRpbmcgZGVzZGUgMTk5Ny4gU3UgcHJvZ3JhbWEgZGUgdHJhZGluZyBhbHRhbWVudGUgcmVjb25vY2lkbyBwb3Igc2VyIHBhc28tYS1wYXNvLCBlc3TDoSBkaXNlw7FhZG8gcGFyYSBheXVkYXJsbyBhIGNvbnZlcnRpcnNlIGVuIHVuIGV4aXRvc28gUXVhbnQgVHJhZGVyLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODE6IltpbWFnZXMgc3R5bGU9XCI1XCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9ndWNjaS5qcGdcIiB3aWR0aD1cIjIwOVwiIGFsaWduPVwicmlnaHRcIiB0b3BfbWFyZ2luPVwiMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE5NzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjI0XCIgZm9udF9mb250PVwiU2hhZG93cyBJbnRvIExpZ2h0XCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjIyMFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkFndXN0aW4gQ3JpYWRvPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE5MjoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXURlc2N1YnJhIGxhcyB2ZXJkYWRlcyBkZWwgdHJhZGluZyBjdWFudGl0YXRpdm8gcG9yIGVsIG1lbnRvciB5IGVudHJlbmFkb3IgZGUgUmlvc1F1YW50IEFndXN0aW4gQ3JpYWRvIGVuIGVzdGUgZXhjbHVzaXZvIHdlYmluYXJpby5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMyOiJbdmVydGljYWxfc3BhY2luZyBoZWlnaHQ9XCIzMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJjZW50ZXJcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjOTE5MTkxXCIgYm90dG9tX3BhZGRpbmc9XCIxMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCI0NjBcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5TaGFyZSB0aGlzIHBhZ2Ugd2l0aCB5b3VyIGZyaWVuZHMuLi48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjQ7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzQ0OiJbc29jaWFsX3NoYXJpbmcgc3R5bGU9XCJzdHlsZS0yMFwiIGZiX2xpa2VfdXJsPVwiaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL3BhZ2VzL1Jpb3MtUXVhbnQtVHJhZGluZy1lbi1Fc3BhJUMzJUIxb2wvMjY1Mjc2Mjk2OTQwMTExXCIgZmJfY29sb3I9XCJsaWdodFwiIGZiX2xhbmc9XCJlc19FU1wiIGZiX3RleHQ9XCJyZWNvbW1lbmRcIiBmYl9idXR0b25fdGV4dD1cIlNoYXJlXCIgdHdfbGFuZz1cImVzXCIgdHdfYnV0dG9uX3RleHQ9XCJTaGFyZVwiIGdfbGFuZz1cImVuLUdCXCIgZ19idXR0b25fdGV4dD1cIlNoYXJlXCIgbGlua2VkaW5fbGFuZz1cImVuX1VTXCIgYWxpZ25tZW50PVwiY2VudGVyXCJdICI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiNlYTcxMTA7cGFkZGluZy10b3A6NDVweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTmxZVGN4TVRBaUxDSndZV1JrYVc1blZHOXdJam9pTkRVaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMTc6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgYWxpZ249XCJjZW50ZXJcIl1BRFZFUlRFTkNJQTogRWwgYWNjZXNvIGEgbnVlc3RybyBzaXN0ZW1hIGRlIHdlYmluYXIgZXN0w6EgbGltaXRhZG8geSBlbCBlc3BhY2lvIHNlIGxsZW5hbiByw6FwaWRvLCBhc8OtIHF1ZSByZWfDrXN0cmVzZSBhaG9yYSBwYXJhIGV2aXRhciBwZXJkZXJzZS7CoMKgRXN0ZSBzZW1pbmFyaW8gZXN0w6EgbGxlbm8gZGUgY29udGVuaWRvIGRlIGFsdGEgY2FsaWRhZCB5IHNlIGxsZW5hbiByw6FwaWRvIVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjU7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTQ3OiJiYWNrZ3JvdW5kLWltYWdlOnVybChodHRwOi8vb3B0aW1pemVwcmVzczIuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzA2L2JhY2sxLnBuZyk7YmFja2dyb3VuZC1yZXBlYXQ6cmVwZWF0O3BhZGRpbmctdG9wOjMwcHg7cGFkZGluZy1ib3R0b206NTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjIwODoiZXlKaVlXTnJaM0p2ZFc1a1NXMWhaMlVpT2lKMWNtd29hSFIwY0RvdkwyOXdkR2x0YVhwbGNISmxjM015TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TXk4d05pOWlZV05yTVM1d2JtY3BJaXdpWW1GamEyZHliM1Z1WkZCdmMybDBhVzl1SWpvaWRHbHNaU0lzSW5CaFpHUnBibWRVYjNBaU9pSXpNQ0lzSW5CaFpHUnBibWRDYjNSMGIyMGlPaUkxTUNKOSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTcwOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjVcIiBmb250X3N0eWxlPVwibm9ybWFsXCIgYWxpZ249XCJjZW50ZXJcIiBib3R0b21fbWFyZ2luPVwiMjBcIl3DiXN0ZSBlc3RhcsOhIGEgc2Fsdm8sIGFzw60gcXVlIHJlY2xhbWFyIGVsIGFjY2VzbyBkZSBhYmFqbyFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODA5OiJbb3B0aW5fYm94IHN0eWxlPVwiN1wiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2RlZmF1bHQ9XCJJbmdyZXNlIHN1IGRpcmVjY2nDs24gZGUgY29ycmVvIGVsZWN0csOzbmljbyBcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiByZWRpcmVjdF91cmw9XCJodHRwczovL3d3dzMuZ290b21lZXRpbmcuY29tL3JlZ2lzdGVyLzQ0ODE2ODQxNFwiIG5hbWVfZGVmYXVsdD1cIkVzY3JpYmEgc3Ugbm9tYnJlIFwiIG5hbWVfb3JkZXI9XCIwXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1IZXJlXCdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdVmFsb3JhbW9zIHN1IHByaXZhY2lkYWQgeSBudW5jYSBsZSBzcGFtIFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXU9idGVuZ2EgQWNjZXNvIEluc3RhbnTDoW5lbyFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','publish','0000-00-00 00:00:00'),(14,1260,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjE1OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjBcIiBmb250X2ZvbnQ9XCJBc2FwXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjMWE5ZWUwXCIgZm9udF9zcGFjaW5nPVwiLTFcIiBhbGlnbj1cImNlbnRlclwiXTxzdHJvbmc+TElWRSBXRUJJTkFSPC9zdHJvbmc+wqAgRk9SIFNUT0NLLCBFVEYgQU5EIFNUT0NLIFRSQURFUlNbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxYTllZTA7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhZVGxsWlRBaUxDSndZV1JrYVc1blZHOXdJam9pTXpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMzY6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCI1MVwiIGZvbnRfZm9udD1cIkFzYXBcIiBmb250X3N0eWxlPVwiYm9sZFwiIGZvbnRfY29sb3I9XCIjZmNmZWU3XCIgZm9udF9zaGFkb3c9XCJub25lXCIgYWxpZ249XCJjZW50ZXJcIl08aDMgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+QSBTaG9ja2luZyBUaGluZyA2MCUgb2YgR3JlYXQgT3B0aW9uIFRyYWRlcnMgRG88L2gzPlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM4OiJiYWNrZ3JvdW5kOiMyMTIxMjE7cGFkZGluZy1ib3R0b206MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NzI6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeU1USXhNakVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTUNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODQ6IltjYWxlbmRhcl9kYXRlIHN0eWxlPVwiMVwiIG1vbnRoPVwiTUFSQ0hcIiBjYWxlbmRhcl9iYXJfY29sb3I9XCIjZmYwMDAwXCIgZGF5PVwiNlwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3MDoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjIxXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiB3aWR0aD1cIjIyMFwiXTxzdHJvbmc+VGh1cnNkYXksIE1hcmNoIDZ0aAo8L3N0cm9uZz4zIFBNIEVhc3Rlcm4gVGltZVsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Nzg4OiJbb3B0aW5fYm94IHN0eWxlPVwiN1wiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiByZWRpcmVjdF91cmw9XCJodHRwczovL3d3dzMuZ290b21lZXRpbmcuY29tL3JlZ2lzdGVyLzUzMDA3NTAwNlwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1IZXJlXCdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXUdldCBJbnN0YW50IEFjY2VzcyFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319aToyO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fX1pOjM7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjExMDoiYmFja2dyb3VuZC1pbWFnZTp1cmwoaHR0cDovL29wdGltaXplcHJlc3MyLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8wNi9iYWNrMS5wbmcpO2JhY2tncm91bmQtcmVwZWF0OnJlcGVhdDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjE1NjoiZXlKaVlXTnJaM0p2ZFc1a1NXMWhaMlVpT2lKMWNtd29hSFIwY0RvdkwyOXdkR2x0YVhwbGNISmxjM015TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TXk4d05pOWlZV05yTVM1d2JtY3BJaXdpWW1GamEyZHliM1Z1WkZCdmMybDBhVzl1SWpvaWRHbHNaU0o5IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDc1OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMzVcIiBhbGlnbj1cImxlZnRcIiBsaW5lX2hlaWdodD1cIjM1XCJdPGRpdiBkYXRhLWxiPVwiZWRpdGFibGUtcmljaC10ZXh0XCIgZGF0YS1sYi1pZD1cIm1haW4taGVhZGxpbmVcIiBkYXRhLWxiLW5hbWU9XCJNYWluIEhlYWRsaW5lIFRleHRcIj48c3Bhbj48c3Ryb25nPlNjb3JlYm9hcmQgdXBkYXRlIHNpbmNlIGZpcnN0IG9mIHRoZSB5ZWFyIGhhcyBpdCAxNiB3aW5uaW5nIHRyYWRlcyB2cy4gMTEgbG9zaW5nIHRyYWRlcyE8L3N0cm9uZz48L3NwYW4+PC9kaXY+CjxkaXYgZGF0YS1sYj1cImVkaXRhYmxlLXJpY2gtdGV4dFwiIGRhdGEtbGItaWQ9XCJtYWluLWhlYWRsaW5lXCIgZGF0YS1sYi1uYW1lPVwiTWFpbiBIZWFkbGluZSBUZXh0XCI+PHNwYW4+PHN0cm9uZyBzdHlsZT1cImNvbG9yOiAjMWE5ZWUwO1wiPsKgPC9zdHJvbmc+PC9zcGFuPjwvZGl2PlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0MjU6IltzdGVwX2dyYXBoaWNzIHN0eWxlPVwiM1wiIGNvbG9yPVwiIzFhOWVlMFwiXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIxXCIgaGVhZGxpbmU9XCJXYXRjaCBSaW9zUXVhbnQgdHJhZGVycyBhbmQgY29hY2hlcyBKb2UgQ29udGVzIGFuZCBLZW4gRXJpa3NlbiBhcyB0aGV5IHJldmVhbCB0aGUgbWV0aG9kb2xvZ3kgXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIyXCIgaGVhZGxpbmU9XCJZb3Ugd2lsbCBzZWUgaG93IHRyYWRlcyBsaWtlIHRoZSBVU08gZXhhbXBsZSBhcmUgaWRlbnRpZmllZCBcIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIllvdSB3aWxsIHNlZSBob3cgdHJhZGVzIGxpa2UgdGhlIFVTTyBleGFtcGxlIGFyZSBpZGVudGlmaWVkIFwiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzI6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImNlbnRlclwiIGZvbnRfc2l6ZT1cIjMwXCJdPHN0cm9uZz5Kb2luIHVzIGluIHRoZSBsaXZlIHRyYWRpbmcgcm9vbcKgPC9zdHJvbmc+PHN0cm9uZz5hbmQgc2VlIGhvdyBpdFwncyBkb25lITwvc3Ryb25nPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Nzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE5NToiW2ltYWdlcyBzdHlsZT1cIjVcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2dsZC1vcHRpb24tdHJhZGUxMS5qcGdcIiB3aWR0aD1cIjMzMVwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMDE6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyNFwiIGZvbnRfZm9udD1cIlNoYWRvd3MgSW50byBMaWdodFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCI0NjBcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5VU08gLSBTdG9jayBTeW1ib2w8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319aTozO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6NDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMjoiW3ZlcnRpY2FsX3NwYWNpbmcgaGVpZ2h0PVwiMzBcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo1O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIzMzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwiY2VudGVyXCIgZm9udF9zaXplPVwiMTVcIiBmb250X2NvbG9yPVwiIzkxOTE5MVwiIGJvdHRvbV9wYWRkaW5nPVwiMTBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiNDYwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+U2hhcmUgdGhpcyBwYWdlIHdpdGggeW91ciBmcmllbmRzLi4uPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo2O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI5NjoiW3NvY2lhbF9zaGFyaW5nIHN0eWxlPVwic3R5bGUtMjBcIiBmYl9saWtlX3VybD1cImh0dHBzOi8vd3d3LmZhY2Vib29rLmNvbS9ycXRyYWRlclwiIGZiX2NvbG9yPVwibGlnaHRcIiBmYl9sYW5nPVwiZW5fR0JcIiBmYl90ZXh0PVwicmVjb21tZW5kXCIgZmJfYnV0dG9uX3RleHQ9XCJTaGFyZVwiIHR3X2xhbmc9XCJlblwiIHR3X2J1dHRvbl90ZXh0PVwiU2hhcmVcIiBnX2xhbmc9XCJlbi1HQlwiIGdfYnV0dG9uX3RleHQ9XCJTaGFyZVwiIGxpbmtlZGluX2xhbmc9XCJlbl9VU1wiIGFsaWdubWVudD1cImNlbnRlclwiXSAiO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6NDthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czo1NjoiYmFja2dyb3VuZDojZWE3MTEwO3BhZGRpbmctdG9wOjQ1cHg7cGFkZGluZy1ib3R0b206MjVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEwMDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5sWVRjeE1UQWlMQ0p3WVdSa2FXNW5WRzl3SWpvaU5EVWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNalVpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjk2OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjBcIiBmb250X2NvbG9yPVwiI2ZmZmZmZlwiIGFsaWduPVwiY2VudGVyXCJdV0FSTklORzogwqBXZSBvbmx5IGhhdmUgMTAwIHNwb3RzIG9uIG91ciB3ZWJpbmFyIHN5c3RlbSBhdmFpbGFibGUgYW5kwqBzcGFjZSB3aWxsIGZpbGwgdXAgZmFzdCBzbyByZWdpc3RlciBub3cgdG8gYXZvaWQgbWlzc2luZyBvdXQuIMKgVGhpcyB3ZWJpbmFyIGlzIHBhY2tlZCB3aXRoIGhpZ2ggcXVhbGl0eSBjb250ZW50IGFuZCB3aWxsIGZpbGwgdXAgZmFzdCFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTo1O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE0NzoiYmFja2dyb3VuZC1pbWFnZTp1cmwoaHR0cDovL29wdGltaXplcHJlc3MyLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8wNi9iYWNrMS5wbmcpO2JhY2tncm91bmQtcmVwZWF0OnJlcGVhdDtwYWRkaW5nLXRvcDozMHB4O3BhZGRpbmctYm90dG9tOjUwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoyMDg6ImV5SmlZV05yWjNKdmRXNWtTVzFoWjJVaU9pSjFjbXdvYUhSMGNEb3ZMMjl3ZEdsdGFYcGxjSEpsYzNNeUxtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE15OHdOaTlpWVdOck1TNXdibWNwSWl3aVltRmphMmR5YjNWdVpGQnZjMmwwYVc5dUlqb2lkR2xzWlNJc0luQmhaR1JwYm1kVWIzQWlPaUl6TUNJc0luQmhaR1JwYm1kQ2IzUjBiMjBpT2lJMU1DSjkiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjI1XCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGFsaWduPVwiY2VudGVyXCIgYm90dG9tX21hcmdpbj1cIjIwXCJdPHN0cm9uZz5UaGlzIG9uZSB3aWxsIGJlIG5vIGV4Y2VwdGlvbi7CoFNvIGNsYWltIHlvdXIgc3BvdCBiZWxvdyE8L3N0cm9uZz5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Nzg4OiJbb3B0aW5fYm94IHN0eWxlPVwiN1wiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiByZWRpcmVjdF91cmw9XCJodHRwczovL3d3dzMuZ290b21lZXRpbmcuY29tL3JlZ2lzdGVyLzUzMDA3NTAwNlwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1IZXJlXCdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXUdldCBJbnN0YW50IEFjY2VzcyFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTYxOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+UGFzdCByZXN1bHRzIGFyZSBub3QgbmVjZXNzYXJpbHkgaW5kaWNhdGl2ZSBvZiBmdXR1cmUgcmVzdWx0cy48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','publish','0000-00-00 00:00:00'),(15,1263,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxYTllZTA7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhZVGxsWlRBaUxDSndZV1JrYVc1blZHOXdJam9pTXpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMjA6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzMFwiIGZvbnRfZm9udD1cIkFzYXBcIiBmb250X3N0eWxlPVwiYm9sZFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgZm9udF9zaGFkb3c9XCJkYXJrXCIgYWxpZ249XCJjZW50ZXJcIl1Mb3MgUXVhbnRzIEVzdMOhbiBDb3JyaWVuZG8gUG9yIFBsZW5vIFdhbGwgU3RyZWV0LCBObyBTZWEgQXRyb3BlbGxhZG8hWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3MzoiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2J1bGwtcnVuLXNwYW5pc2guanBnXCIgd2lkdGg9XCI1NDFcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzg6ImJhY2tncm91bmQ6IzIxMjEyMTtwYWRkaW5nLWJvdHRvbTowcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo3MjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU15TVRJeE1qRWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNQ0o5IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4NDoiW2NhbGVuZGFyX2RhdGUgc3R5bGU9XCIxXCIgbW9udGg9XCJNYXJ6b1wiIGNhbGVuZGFyX2Jhcl9jb2xvcj1cIiNmZjAwMDBcIiBkYXk9XCI1XCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTczOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjFcIiBmb250X2NvbG9yPVwiI2ZmZmZmZlwiIHdpZHRoPVwiMjIwXCJdPHN0cm9uZz5NacOpcmNvbGVzIC3CoDUgZGUgTWFyem8gMjAxNAo8L3N0cm9uZz43OjAwIHBtIEVUWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4MDg6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZGVmYXVsdD1cIkluZ3Jlc2Ugc3UgZGlyZWNjacOzbiBkZSBjb3JyZW8gZWxlY3Ryw7NuaWNvIFwiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIHJlZGlyZWN0X3VybD1cImh0dHBzOi8vd3d3My5nb3RvbWVldGluZy5jb20vcmVnaXN0ZXIvNDQ4MTY4NDE0XCIgbmFtZV9kZWZhdWx0PVwiRXNjcmliYSBzdSBub21icmUgXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXUhlcmVcJ3MgVGhlIEhlYWRsaW5lIEZvciBUaGUgQm94Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdVEc5eVpXMGdhWEJ6ZFcwZ1pHOXNiM0lnYzJsMElHRnRaWFFzSUdOdmJuTmxZM1JsZEhWeUlHRmthWEJwYzJOcGJtY2daV3hwZEM0Z1JHOXVaV01nZG1Wc0lHNTFibU1nYm05dUlHeGhZM1Z6SUhabGJtVnVZWFJwY3lCamIyMXRiMlJ2TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1WYWxvcmFtb3Mgc3UgcHJpdmFjaWRhZCB5IG51bmNhIGxlIHNwYW1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1PYnRlbmdhIGFjY2VzbyBpbnN0YW50w6FuZW8hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MjthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxMTA6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxNTY6ImV5SmlZV05yWjNKdmRXNWtTVzFoWjJVaU9pSjFjbXdvYUhSMGNEb3ZMMjl3ZEdsdGFYcGxjSEpsYzNNeUxtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE15OHdOaTlpWVdOck1TNXdibWNwSWl3aVltRmphMmR5YjNWdVpGQnZjMmwwYVc5dUlqb2lkR2xzWlNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIzMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjQ0XCIgYWxpZ249XCJsZWZ0XCIgbGluZV9oZWlnaHQ9XCIzNVwiXTxkaXYgZGF0YS1sYj1cImVkaXRhYmxlLXJpY2gtdGV4dFwiIGRhdGEtbGItaWQ9XCJtYWluLWhlYWRsaW5lXCIgZGF0YS1sYi1uYW1lPVwiTWFpbiBIZWFkbGluZSBUZXh0XCI+CgrCoExPUyBURU1BUyBERSBESVNDVVRJUiBJTkNMVUlSw4FOOgoKPC9kaXY+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjM4ODoiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCIzXCIgY29sb3I9XCIjMWE5ZWUwXCJdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIklkZW50aWZpY2FyIGVsIGNvbXBvcnRhbWllbnRvIGRlbCBtZXJjYWRvIGFsIGluc3RhbnRlIFwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjNcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiTG8gcXVlIGhheSBxdWUgc2FiZXIgcGFyYSBjb252ZXJ0aXJzZSBlbiB1biBxdWFudCB0cmFkZXJcIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjNcIiBoZWFkbGluZT1cIklkZW50aWZpY2FyIMOzcHRpbWFzIMOzcmRlbmVzIGRlIENvbXByYS1WZW50YSBhbnRlcyBkZWwgbW92aW1pZW50byBcIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo1OntpOjA7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODM6IltpbWFnZXMgc3R5bGU9XCI1XCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9Kb2VAd29yay5qcGdcIiB3aWR0aD1cIjY2N1wiIGFsaWduPVwibGVmdFwiIHRvcF9tYXJnaW49XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTkxOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjVcIiBmb250X2ZvbnQ9XCJTaGFkb3dzIEludG8gTGlnaHRcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMjIwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+Sm9lIFJpb3M8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjk1OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdSm9lIFLDrW9zIGVzIHVuIHJlY29ub2NpZG8gcGlvbmVybyBkZSBzaXN0ZW1hcyBjdWFudGl0YXRpdm9zIHkgZWR1Y2FjacOzbiBkZSB0cmFkaW5nIGRlc2RlIDE5OTcuIFN1IHByb2dyYW1hIGRlIHRyYWRpbmcgYWx0YW1lbnRlIHJlY29ub2NpZG8gcG9yIHNlciBwYXNvLWEtcGFzbywgZXN0w6EgZGlzZcOxYWRvIHBhcmEgYXl1ZGFybG8gYSBjb252ZXJ0aXJzZSBlbiB1biBleGl0b3NvIFF1YW50IFRyYWRlci5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtOO319fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4MToiW2ltYWdlcyBzdHlsZT1cIjVcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2d1Y2NpLmpwZ1wiIHdpZHRoPVwiMjA5XCIgYWxpZ249XCJyaWdodFwiIHRvcF9tYXJnaW49XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTk3OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjRcIiBmb250X2ZvbnQ9XCJTaGFkb3dzIEludG8gTGlnaHRcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMjIwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+QWd1c3RpbiBDcmlhZG88L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTkyOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdRGVzY3VicmEgbGFzIHZlcmRhZGVzIGRlbCB0cmFkaW5nIGN1YW50aXRhdGl2byBwb3IgZWwgbWVudG9yIHkgZW50cmVuYWRvciBkZSBSaW9zUXVhbnQgQWd1c3RpbiBDcmlhZG8gZW4gZXN0ZSBleGNsdXNpdm8gd2ViaW5hcmlvLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO047fX19aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMyOiJbdmVydGljYWxfc3BhY2luZyBoZWlnaHQ9XCIzMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJjZW50ZXJcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjOTE5MTkxXCIgYm90dG9tX3BhZGRpbmc9XCIxMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCI0NjBcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5TaGFyZSB0aGlzIHBhZ2Ugd2l0aCB5b3VyIGZyaWVuZHMuLi48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjQ7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzQ0OiJbc29jaWFsX3NoYXJpbmcgc3R5bGU9XCJzdHlsZS0yMFwiIGZiX2xpa2VfdXJsPVwiaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL3BhZ2VzL1Jpb3MtUXVhbnQtVHJhZGluZy1lbi1Fc3BhJUMzJUIxb2wvMjY1Mjc2Mjk2OTQwMTExXCIgZmJfY29sb3I9XCJsaWdodFwiIGZiX2xhbmc9XCJlc19FU1wiIGZiX3RleHQ9XCJyZWNvbW1lbmRcIiBmYl9idXR0b25fdGV4dD1cIlNoYXJlXCIgdHdfbGFuZz1cImVzXCIgdHdfYnV0dG9uX3RleHQ9XCJTaGFyZVwiIGdfbGFuZz1cImVuLUdCXCIgZ19idXR0b25fdGV4dD1cIlNoYXJlXCIgbGlua2VkaW5fbGFuZz1cImVuX1VTXCIgYWxpZ25tZW50PVwiY2VudGVyXCJdICI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiNlYTcxMTA7cGFkZGluZy10b3A6NDVweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTmxZVGN4TVRBaUxDSndZV1JrYVc1blZHOXdJam9pTkRVaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMTc6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgYWxpZ249XCJjZW50ZXJcIl1BRFZFUlRFTkNJQTogRWwgYWNjZXNvIGEgbnVlc3RybyBzaXN0ZW1hIGRlIHdlYmluYXIgZXN0w6EgbGltaXRhZG8geSBlbCBlc3BhY2lvIHNlIGxsZW5hbiByw6FwaWRvLCBhc8OtIHF1ZSByZWfDrXN0cmVzZSBhaG9yYSBwYXJhIGV2aXRhciBwZXJkZXJzZS7CoMKgRXN0ZSBzZW1pbmFyaW8gZXN0w6EgbGxlbm8gZGUgY29udGVuaWRvIGRlIGFsdGEgY2FsaWRhZCB5IHNlIGxsZW5hbiByw6FwaWRvIVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjU7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTQ3OiJiYWNrZ3JvdW5kLWltYWdlOnVybChodHRwOi8vb3B0aW1pemVwcmVzczIuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzA2L2JhY2sxLnBuZyk7YmFja2dyb3VuZC1yZXBlYXQ6cmVwZWF0O3BhZGRpbmctdG9wOjMwcHg7cGFkZGluZy1ib3R0b206NTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjIwODoiZXlKaVlXTnJaM0p2ZFc1a1NXMWhaMlVpT2lKMWNtd29hSFIwY0RvdkwyOXdkR2x0YVhwbGNISmxjM015TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TXk4d05pOWlZV05yTVM1d2JtY3BJaXdpWW1GamEyZHliM1Z1WkZCdmMybDBhVzl1SWpvaWRHbHNaU0lzSW5CaFpHUnBibWRVYjNBaU9pSXpNQ0lzSW5CaFpHUnBibWRDYjNSMGIyMGlPaUkxTUNKOSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTcwOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjVcIiBmb250X3N0eWxlPVwibm9ybWFsXCIgYWxpZ249XCJjZW50ZXJcIiBib3R0b21fbWFyZ2luPVwiMjBcIl3DiXN0ZSBlc3RhcsOhIGEgc2Fsdm8sIGFzw60gcXVlIHJlY2xhbWFyIGVsIGFjY2VzbyBkZSBhYmFqbyFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODA5OiJbb3B0aW5fYm94IHN0eWxlPVwiN1wiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2RlZmF1bHQ9XCJJbmdyZXNlIHN1IGRpcmVjY2nDs24gZGUgY29ycmVvIGVsZWN0csOzbmljbyBcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiByZWRpcmVjdF91cmw9XCJodHRwczovL3d3dzMuZ290b21lZXRpbmcuY29tL3JlZ2lzdGVyLzQ0ODE2ODQxNFwiIG5hbWVfZGVmYXVsdD1cIkVzY3JpYmEgc3Ugbm9tYnJlIFwiIG5hbWVfb3JkZXI9XCIwXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1IZXJlXCdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdVmFsb3JhbW9zIHN1IHByaXZhY2lkYWQgeSBudW5jYSBsZSBzcGFtIFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXU9idGVuZ2EgQWNjZXNvIEluc3RhbnTDoW5lbyFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','publish','0000-00-00 00:00:00'),(16,1268,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjM0OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjBcIiBmb250X2ZvbnQ9XCJBc2FwXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjMWE5ZWUwXCIgZm9udF9zcGFjaW5nPVwiLTFcIiBhbGlnbj1cImNlbnRlclwiXTxzdHJvbmc+TElWRSBXRUJJTkFSIEV2ZW50IHdpdGggT3B0aW9ucyBUcmFkZXJzIEpvZSBDb250ZXMgYW5kIEtlbiBFcmlrc2VuPC9zdHJvbmc+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czo1NjoiYmFja2dyb3VuZDojMWE5ZWUwO3BhZGRpbmctdG9wOjMwcHg7cGFkZGluZy1ib3R0b206MjVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEwMDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU14WVRsbFpUQWlMQ0p3WVdSa2FXNW5WRzl3SWpvaU16QWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNalVpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTk3OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMzBcIiBmb250X2ZvbnQ9XCJBc2FwXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiI2ZmZmZmZlwiIGZvbnRfc2hhZG93PVwiZGFya1wiIGFsaWduPVwiY2VudGVyXCJdR2V0IEFoZWFkIEZhc3RlcjogTWl0aWdhdGUgWW91ciBSaXNrIGluIFRyYWRpbmdbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozODoiYmFja2dyb3VuZDojMjEyMTIxO3BhZGRpbmctYm90dG9tOjBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjcyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXlNVEl4TWpFaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1DSjkiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjg1OiJbY2FsZW5kYXJfZGF0ZSBzdHlsZT1cIjFcIiBtb250aD1cIk1hcmNoXCIgY2FsZW5kYXJfYmFyX2NvbG9yPVwiI2ZmMDAwMFwiIGRheT1cIjEwXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjA4OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjFcIiBmb250X2NvbG9yPVwiI2ZmZmZmZlwiIHdpZHRoPVwiMjIwXCJdPHN0cm9uZz5Nb25kYXksIE1hcmNoIDEwdGgKPC9zdHJvbmc+ODowMCBQTSBFYXN0ZXJuIFRpbWUKNTowMCBQTSBQYWNpZmljIFRpbWUKCjxwPiZuYnNwOzwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc4ODoiW29wdGluX2JveCBzdHlsZT1cIjdcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImVtYWlsXCIgcmVkaXJlY3RfdXJsPVwiaHR0cHM6Ly93d3czLmdvdG9tZWV0aW5nLmNvbS9yZWdpc3Rlci81Mjg4NzY5ODJcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdSGVyZVwncyBUaGUgSGVhZGxpbmUgRm9yIFRoZSBCb3hbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1URzl5WlcwZ2FYQnpkVzBnWkc5c2IzSWdjMmwwSUdGdFpYUXNJR052Ym5ObFkzUmxkSFZ5SUdGa2FYQnBjMk5wYm1jZ1pXeHBkQzRnUkc5dVpXTWdkbVZzSUc1MWJtTWdibTl1SUd4aFkzVnpJSFpsYm1WdVlYUnBjeUJqYjIxdGIyUnZMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1HZXQgSW5zdGFudCBBY2Nlc3MhWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MjthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxMTA6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxNTY6ImV5SmlZV05yWjNKdmRXNWtTVzFoWjJVaU9pSjFjbXdvYUhSMGNEb3ZMMjl3ZEdsdGFYcGxjSEpsYzNNeUxtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE15OHdOaTlpWVdOck1TNXdibWNwSWl3aVltRmphMmR5YjNWdVpGQnZjMmwwYVc5dUlqb2lkR2xzWlNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI3NzoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM1XCIgYWxpZ249XCJsZWZ0XCIgbGluZV9oZWlnaHQ9XCIzNVwiXTxkaXYgZGF0YS1sYj1cImVkaXRhYmxlLXJpY2gtdGV4dFwiIGRhdGEtbGItaWQ9XCJtYWluLWhlYWRsaW5lXCIgZGF0YS1sYi1uYW1lPVwiTWFpbiBIZWFkbGluZSBUZXh0XCI+RFVSSU5HIFRISVMgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFhOWVlMDtcIj48Yj5GUkVFIFdFQklOQVI8L2I+PC9zcGFuPiBZT1UgV0lMTCBMRUFSTjo8L2Rpdj5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjQxOiJbc3RlcF9ncmFwaGljcyBzdHlsZT1cIjNcIiBjb2xvcj1cIiMxYTllZTBcIl1bc3RlcCBzdHlsZT1cIjNcIiB0ZXh0PVwiMVwiIGhlYWRsaW5lPVwiSG93IHRvIFVuZGVyc3RhbmQgdGhlIFJlYWwgUmlzayBpbiBUcmFkaW5nXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIyXCIgaGVhZGxpbmU9XCJJbm5vdmF0aXZlIEFwcHJvYWNoIHRvIFJpc2sgTWFuYWdlbWVudFwiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0MDA6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl08cD4mbmJzcDs8L3A+Sm9pbiB0aGUgUmlvc1F1YW50IHRlYW0gb2YgSm9lIENvbnRlcyBhbmQgS2VuIEVyaWtzZW4gYXMgdGhleSBleHBsb3JlIHRoZSBteXN0ZXJ5IG9mIHJpc2sgaW4gdHJhZGluZy4gwqBXYXRjaCBhcyBKb2Ugc2hhcmVzIGhpcyBhcHByb2FjaCB0byByaXNrIG1hbmFnZW1lbnQgYW5kIHNvbWUgb2YgdGhlIHRlY2huaXF1ZXMgaGUgdXNlcyB0byBtaXRpZ2F0ZSByaXNrLiBIZSB0aGVuIHBhaW50cyBhIHBpY3R1cmUgb2YgaG93IHRvIGNyZWF0ZSBhIHZpc3VhbCB2aWV3IG9mIHJpc2sgdGhhdCBzaG91bGQgYWx3YXlzIGJlIGluY29ycG9yYXRlZCBpbnRvIHlvdXIgdHJhZGVzLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Nzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE5NzoiW2ltYWdlcyBzdHlsZT1cIjVcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL3JxLWdsYXNzLW9mZmljZS1zbmlwLmpwZ1wiIHdpZHRoPVwiOTAzXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxNjoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjI0XCIgZm9udF9mb250PVwiU2hhZG93cyBJbnRvIExpZ2h0XCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjQ2MFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkZPQ1VTRUQgT04gVEhFIFNDSUVOQ0UgT0YgVFJBRElORzwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjM7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319aTo0O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMyOiJbdmVydGljYWxfc3BhY2luZyBoZWlnaHQ9XCIzMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjU7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJjZW50ZXJcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjOTE5MTkxXCIgYm90dG9tX3BhZGRpbmc9XCIxMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCI0NjBcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5TaGFyZSB0aGlzIHBhZ2Ugd2l0aCB5b3VyIGZyaWVuZHMuLi48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjY7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjY0OiJbc29jaWFsX3NoYXJpbmcgc3R5bGU9XCJzdHlsZS0yMFwiIGZiX2NvbG9yPVwibGlnaHRcIiBmYl9sYW5nPVwiZW5fR0JcIiBmYl90ZXh0PVwicmVjb21tZW5kXCIgZmJfYnV0dG9uX3RleHQ9XCJTaGFyZVwiIHR3X2xhbmc9XCJlblwiIHR3X2J1dHRvbl90ZXh0PVwiU2hhcmVcIiBnX2xhbmc9XCJlbi1HQlwiIGdfYnV0dG9uX3RleHQ9XCJTaGFyZVwiIHBfZGVzY3JpcHRpb249XCJcIiBsaW5rZWRpbl9sYW5nPVwiZW5fVVNcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6NDthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czo1NjoiYmFja2dyb3VuZDojZWE3MTEwO3BhZGRpbmctdG9wOjQ1cHg7cGFkZGluZy1ib3R0b206MjVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEwMDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5sWVRjeE1UQWlMQ0p3WVdSa2FXNW5WRzl3SWpvaU5EVWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNalVpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjk2OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjBcIiBmb250X2NvbG9yPVwiI2ZmZmZmZlwiIGFsaWduPVwiY2VudGVyXCJdV0FSTklORzogwqBXZSBvbmx5IGhhdmUgMTAwIHNwb3RzIG9uIG91ciB3ZWJpbmFyIHN5c3RlbSBhdmFpbGFibGUgYW5kwqBzcGFjZSB3aWxsIGZpbGwgdXAgZmFzdCBzbyByZWdpc3RlciBub3cgdG8gYXZvaWQgbWlzc2luZyBvdXQuIMKgVGhpcyB3ZWJpbmFyIGlzIHBhY2tlZCB3aXRoIGhpZ2ggcXVhbGl0eSBjb250ZW50IGFuZCB3aWxsIGZpbGwgdXAgZmFzdCFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDAxOiJbY291bnRkb3duX3RpbWVyIHN0eWxlPVwiMlwiIGVuZF9kYXRlPVwiMjAxNC8zLzExIDE6MDA6MDAgR01UIC01XCIgeWVhcnNfdGV4dD1cIlllYXJzXCIgeWVhcnNfdGV4dF9zaW5ndWxhcj1cIlllYXJcIiBtb250aHNfdGV4dD1cIk1vbnRoc1wiIG1vbnRoc190ZXh0X3Npbmd1bGFyPVwiTW9udGhcIiBkYXlzX3RleHQ9XCJEYXlzXCIgZGF5c190ZXh0X3Npbmd1bGFyPVwiRGF5XCIgaG91cnNfdGV4dD1cIkhvdXJzXCIgaG91cnNfdGV4dF9zaW5ndWxhcj1cIkhvdXJcIiBtaW51dGVzX3RleHQ9XCJNaW51dGVzXCIgbWludXRlc190ZXh0X3Npbmd1bGFyPVwiTWludXRlXCIgc2Vjb25kc190ZXh0PVwiU2Vjb25kc1wiIHNlY29uZHNfdGV4dF9zaW5ndWxhcj1cIlNlY29uZFwiXVsvY291bnRkb3duX3RpbWVyXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTo1O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE0NzoiYmFja2dyb3VuZC1pbWFnZTp1cmwoaHR0cDovL29wdGltaXplcHJlc3MyLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8wNi9iYWNrMS5wbmcpO2JhY2tncm91bmQtcmVwZWF0OnJlcGVhdDtwYWRkaW5nLXRvcDozMHB4O3BhZGRpbmctYm90dG9tOjUwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoyMDg6ImV5SmlZV05yWjNKdmRXNWtTVzFoWjJVaU9pSjFjbXdvYUhSMGNEb3ZMMjl3ZEdsdGFYcGxjSEpsYzNNeUxtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE15OHdOaTlpWVdOck1TNXdibWNwSWl3aVltRmphMmR5YjNWdVpGQnZjMmwwYVc5dUlqb2lkR2xzWlNJc0luQmhaR1JwYm1kVWIzQWlPaUl6TUNJc0luQmhaR1JwYm1kQ2IzUjBiMjBpT2lJMU1DSjkiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjI1XCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGFsaWduPVwiY2VudGVyXCIgYm90dG9tX21hcmdpbj1cIjIwXCJdPHN0cm9uZz5UaGlzIG9uZSB3aWxsIGJlIG5vIGV4Y2VwdGlvbi7CoFNvIGNsYWltIHlvdXIgc3BvdCBiZWxvdyE8L3N0cm9uZz5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Nzg4OiJbb3B0aW5fYm94IHN0eWxlPVwiN1wiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiByZWRpcmVjdF91cmw9XCJodHRwczovL3d3dzMuZ290b21lZXRpbmcuY29tL3JlZ2lzdGVyLzUyODg3Njk4MlwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1IZXJlXCdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXUdldCBJbnN0YW50IEFjY2VzcyFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjczOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+Q09NTU9ESVRZIEZVVFVSRVMsIE9QVElPTlMsIEFORCBGT1JFWCBUUkFESU5HIElOVk9MVkVTIFNVQlNUQU5USUFMIFJJU0sgQU5EIElTIE5PVCBTVUlUQUJMRSBGT1IgQUxMIElOVkVTVE9SUyAuIFBBU1QgUkVTVUxUUyBBUkUgTk9UIE5FQ0VTU0FSSUxZIElORElDQVRJVkUgT0YgRlVUVVJFIFJFU1VMVFMuPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','publish','0000-00-00 00:00:00'),(17,1288,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjI5OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjBcIiBmb250X2ZvbnQ9XCJBc2FwXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjMWE5ZWUwXCIgZm9udF9zcGFjaW5nPVwiLTFcIiBhbGlnbj1cImNlbnRlclwiXTxzdHJvbmc+TElWRSBXRUJJTkFSPC9zdHJvbmc+wqBXSVRIIFJJT1NRVUFOVCBQRVJGT1JNQU5DRSBDT0FDSCBFRFdBUkQgUFJFU1RPTlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzFhOWVlMDtwYWRkaW5nLXRvcDozMHB4O3BhZGRpbmctYm90dG9tOjI1cHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeFlUbGxaVEFpTENKd1lXUmthVzVuVkc5d0lqb2lNekFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpVaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE5MDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjMwXCIgZm9udF9mb250PVwiQXNhcFwiIGZvbnRfc3R5bGU9XCJib2xkXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBmb250X3NoYWRvdz1cImRhcmtcIiBhbGlnbj1cImNlbnRlclwiXVRSQURJTkcgUFJPRklUUzogTGV0IGl0IFJ1bj8gb3IgS2lsbCBpdD9bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozODoiYmFja2dyb3VuZDojMjEyMTIxO3BhZGRpbmctYm90dG9tOjBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjcyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXlNVEl4TWpFaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1DSjkiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjg1OiJbY2FsZW5kYXJfZGF0ZSBzdHlsZT1cIjFcIiBtb250aD1cIk1hcmNoXCIgY2FsZW5kYXJfYmFyX2NvbG9yPVwiI2ZmMDAwMFwiIGRheT1cIjEyXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjE1OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjFcIiBmb250X2NvbG9yPVwiI2ZmZmZmZlwiIHdpZHRoPVwiMjIwXCJdPHN0cm9uZz5XZWRuZXNkYXksIHRoZSAxMnRoCjwvc3Ryb25nPjc6MDAgUE0gRWFzdGVybiBUaW1lCjY6MDAgUE0gQ2VudHJhbCBUaW1lCjQ6MDAgUE0gUGFjaWZpYyBUaW1lWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3ODg6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIHJlZGlyZWN0X3VybD1cImh0dHBzOi8vd3d3My5nb3RvbWVldGluZy5jb20vcmVnaXN0ZXIvMzU1MDY4NDU0XCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXUhlcmVcJ3MgVGhlIEhlYWRsaW5lIEZvciBUaGUgQm94Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdVEc5eVpXMGdhWEJ6ZFcwZ1pHOXNiM0lnYzJsMElHRnRaWFFzSUdOdmJuTmxZM1JsZEhWeUlHRmthWEJwYzJOcGJtY2daV3hwZEM0Z1JHOXVaV01nZG1Wc0lHNTFibU1nYm05dUlHeGhZM1Z6SUhabGJtVnVZWFJwY3lCamIyMXRiMlJ2TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdR2V0IEluc3RhbnQgQWNjZXNzIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjI7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTEwOiJiYWNrZ3JvdW5kLWltYWdlOnVybChodHRwOi8vb3B0aW1pemVwcmVzczIuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzA2L2JhY2sxLnBuZyk7YmFja2dyb3VuZC1yZXBlYXQ6cmVwZWF0OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTU2OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDI5d2RHbHRhWHBsY0hKbGMzTXlMbU52YlM5M2NDMWpiMjUwWlc1MEwzVndiRzloWkhNdk1qQXhNeTh3Tmk5aVlXTnJNUzV3Ym1jcElpd2lZbUZqYTJkeWIzVnVaRkJ2YzJsMGFXOXVJam9pZEdsc1pTSjkiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyOTY6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzNVwiIGFsaWduPVwibGVmdFwiIGxpbmVfaGVpZ2h0PVwiMzVcIl08ZGl2IGRhdGEtbGI9XCJlZGl0YWJsZS1yaWNoLXRleHRcIiBkYXRhLWxiLWlkPVwibWFpbi1oZWFkbGluZVwiIGRhdGEtbGItbmFtZT1cIk1haW4gSGVhZGxpbmUgVGV4dFwiPkRVUklORyBUSElTIDxzcGFuIHN0eWxlPVwiY29sb3I6ICMxYTllZTA7XCI+PHN0cm9uZz7CoEVEVUNBVElPTkFMIFdFQklOQVI8L3N0cm9uZz48L3NwYW4+IFlPVSBXSUxMIExFQVJOOjwvZGl2PlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0NTQ6IltzdGVwX2dyYXBoaWNzIHN0eWxlPVwiM1wiIGNvbG9yPVwiIzFhOWVlMFwiXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIxXCIgaGVhZGxpbmU9XCJTaW1wbGUgc3RyYXRlZ2llcyBmb3IgbWF4aW1pemluZyBwcm9maXRhYmxlIHRyYWRlcyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIyXCIgaGVhZGxpbmU9XCJXaGVuIHRvIHRha2UgdGhlIG1vbmV5IGFuZCB3YWxrIGF3YXkgXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIzXCIgaGVhZGxpbmU9XCJIb3cgdG8gdGlsdCB0aGUgb2RkcyBpbiB5b3VyIGZhdm9yIFwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjNcIiB0ZXh0PVwiNFwiIGhlYWRsaW5lPVwiSG93IHRvIGdyb3cgZXhwb25lbnRpYWxseSBmYXN0ZXIgXCJdWy9zdGVwXVsvc3RlcF9ncmFwaGljc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI4ODoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjEyXCJdPGgzPjwvaDM+CjxoMz48L2gzPgo8aDM+QXJlIHlvdSBsZWF2aW5nIHByb2ZpdHMgb24gdGhlIHRhYmxlPyBvciBhcmUgeW91IHNlZWluZyB5b3VyIHByb2ZpdHMgZXZhcG9yYXRlPyBMZWFybiB2aXRhbCB0ZWNobmlxdWVzIHRvIHBpY2tpbmcgaWRlYWwgcHJvZml0IHRhcmdldHMgaW4geW91ciB0cmFkaW5nLjwvaDM+CjxoMz48c3Ryb25nPsKgPC9zdHJvbmc+PC9oMz5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjc6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTc6IltpbWFnZXMgc3R5bGU9XCI1XCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9ycS1nbGFzcy1hZHYtd2luZG93MS5qcGdcIiB3aWR0aD1cIjMwMFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMTc6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyNFwiIGZvbnRfZm9udD1cIlNoYWRvd3MgSW50byBMaWdodFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCI0NjBcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5FZHdhcmQgUHJlc3RvbiAtIFBlcmZvcm1hbmNlIENvYWNoPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MzthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjQ7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzI6Ilt2ZXJ0aWNhbF9zcGFjaW5nIGhlaWdodD1cIjMwXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMzM6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImNlbnRlclwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiM5MTkxOTFcIiBib3R0b21fcGFkZGluZz1cIjEwXCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjQ2MFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPlNoYXJlIHRoaXMgcGFnZSB3aXRoIHlvdXIgZnJpZW5kcy4uLjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNjQ6Iltzb2NpYWxfc2hhcmluZyBzdHlsZT1cInN0eWxlLTIwXCIgZmJfY29sb3I9XCJsaWdodFwiIGZiX2xhbmc9XCJlbl9HQlwiIGZiX3RleHQ9XCJyZWNvbW1lbmRcIiBmYl9idXR0b25fdGV4dD1cIlNoYXJlXCIgdHdfbGFuZz1cImVuXCIgdHdfYnV0dG9uX3RleHQ9XCJTaGFyZVwiIGdfbGFuZz1cImVuLUdCXCIgZ19idXR0b25fdGV4dD1cIlNoYXJlXCIgcF9kZXNjcmlwdGlvbj1cIlwiIGxpbmtlZGluX2xhbmc9XCJlbl9VU1wiIGFsaWdubWVudD1cImNlbnRlclwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiNlYTcxMTA7cGFkZGluZy10b3A6NDVweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTmxZVGN4TVRBaUxDSndZV1JrYVc1blZHOXdJam9pTkRVaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyOTY6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgYWxpZ249XCJjZW50ZXJcIl1XQVJOSU5HOiDCoFdlIG9ubHkgaGF2ZSAxMDAgc3BvdHMgb24gb3VyIHdlYmluYXIgc3lzdGVtIGF2YWlsYWJsZSBhbmTCoHNwYWNlIHdpbGwgZmlsbCB1cCBmYXN0IHNvIHJlZ2lzdGVyIG5vdyB0byBhdm9pZCBtaXNzaW5nIG91dC4gwqBUaGlzIHdlYmluYXIgaXMgcGFja2VkIHdpdGggaGlnaCBxdWFsaXR5IGNvbnRlbnQgYW5kIHdpbGwgZmlsbCB1cCBmYXN0IVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0MDE6Iltjb3VudGRvd25fdGltZXIgc3R5bGU9XCIxXCIgZW5kX2RhdGU9XCIyMDE0LzMvMTIgMTk6MzozMyBHTVQgLTRcIiB5ZWFyc190ZXh0PVwiWWVhcnNcIiB5ZWFyc190ZXh0X3Npbmd1bGFyPVwiWWVhclwiIG1vbnRoc190ZXh0PVwiTW9udGhzXCIgbW9udGhzX3RleHRfc2luZ3VsYXI9XCJNb250aFwiIGRheXNfdGV4dD1cIkRheXNcIiBkYXlzX3RleHRfc2luZ3VsYXI9XCJEYXlcIiBob3Vyc190ZXh0PVwiSG91cnNcIiBob3Vyc190ZXh0X3Npbmd1bGFyPVwiSG91clwiIG1pbnV0ZXNfdGV4dD1cIk1pbnV0ZXNcIiBtaW51dGVzX3RleHRfc2luZ3VsYXI9XCJNaW51dGVcIiBzZWNvbmRzX3RleHQ9XCJTZWNvbmRzXCIgc2Vjb25kc190ZXh0X3Npbmd1bGFyPVwiU2Vjb25kXCJdWy9jb3VudGRvd25fdGltZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjU7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTQ3OiJiYWNrZ3JvdW5kLWltYWdlOnVybChodHRwOi8vb3B0aW1pemVwcmVzczIuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzA2L2JhY2sxLnBuZyk7YmFja2dyb3VuZC1yZXBlYXQ6cmVwZWF0O3BhZGRpbmctdG9wOjMwcHg7cGFkZGluZy1ib3R0b206NTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjIwODoiZXlKaVlXTnJaM0p2ZFc1a1NXMWhaMlVpT2lKMWNtd29hSFIwY0RvdkwyOXdkR2x0YVhwbGNISmxjM015TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TXk4d05pOWlZV05yTVM1d2JtY3BJaXdpWW1GamEyZHliM1Z1WkZCdmMybDBhVzl1SWpvaWRHbHNaU0lzSW5CaFpHUnBibWRVYjNBaU9pSXpNQ0lzSW5CaFpHUnBibWRDYjNSMGIyMGlPaUkxTUNKOSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTg0OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjVcIiBmb250X3N0eWxlPVwibm9ybWFsXCIgYWxpZ249XCJjZW50ZXJcIiBib3R0b21fbWFyZ2luPVwiMjBcIl08c3Ryb25nPlRoaXMgb25lIHdpbGwgYmUgbm8gZXhjZXB0aW9uLsKgU28gY2xhaW0geW91ciBzcG90IGJlbG93ITwvc3Ryb25nPlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3ODg6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIHJlZGlyZWN0X3VybD1cImh0dHBzOi8vd3d3My5nb3RvbWVldGluZy5jb20vcmVnaXN0ZXIvMzU1MDY4NDU0XCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXUhlcmVcJ3MgVGhlIEhlYWRsaW5lIEZvciBUaGUgQm94Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdVEc5eVpXMGdhWEJ6ZFcwZ1pHOXNiM0lnYzJsMElHRnRaWFFzSUdOdmJuTmxZM1JsZEhWeUlHRmthWEJwYzJOcGJtY2daV3hwZEM0Z1JHOXVaV01nZG1Wc0lHNTFibU1nYm05dUlHeGhZM1Z6SUhabGJtVnVZWFJwY3lCamIyMXRiMlJ2TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdR2V0IEluc3RhbnQgQWNjZXNzIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNTg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5USEVSRSBJUyBBIFNVQlNUQU5USUFMIFJJU0sgT0YgTE9TUyBJTiBUUkFESU5HIENPTU1PRElUWSBGVVRVUkVTLCBPUFRJT05TLCBBTkQgRk9SRUlHTiBFWENIQU5HRSBQUk9EVUNUUy4gUEFTVCBQRVJGT1JNQU5DRSBJUyBOT1QgSU5ESUNBVElWRSBPRiBGVVRVUkUgUkVTVUxUUy48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','publish','0000-00-00 00:00:00'),(18,1291,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxYTllZTA7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhZVGxsWlRBaUxDSndZV1JrYVc1blZHOXdJam9pTXpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMjA6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzMFwiIGZvbnRfZm9udD1cIkFzYXBcIiBmb250X3N0eWxlPVwiYm9sZFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgZm9udF9zaGFkb3c9XCJkYXJrXCIgYWxpZ249XCJjZW50ZXJcIl1Mb3MgUXVhbnRzIEVzdMOhbiBDb3JyaWVuZG8gUG9yIFBsZW5vIFdhbGwgU3RyZWV0LCBObyBTZWEgQXRyb3BlbGxhZG8hWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3MzoiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2J1bGwtcnVuLXNwYW5pc2guanBnXCIgd2lkdGg9XCI1NDFcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzg6ImJhY2tncm91bmQ6IzIxMjEyMTtwYWRkaW5nLWJvdHRvbTowcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo3MjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU15TVRJeE1qRWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNQ0o5IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4NToiW2NhbGVuZGFyX2RhdGUgc3R5bGU9XCIxXCIgbW9udGg9XCJNYXJ6b1wiIGNhbGVuZGFyX2Jhcl9jb2xvcj1cIiNmZjAwMDBcIiBkYXk9XCIxMlwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3MzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjIxXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiB3aWR0aD1cIjIyMFwiXTxzdHJvbmc+TWnDqXJjb2xlcyAtwqA1IGRlIE1hcnpvIDIwMTQKPC9zdHJvbmc+MTozMCBwbSBFVFsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODA4OiJbb3B0aW5fYm94IHN0eWxlPVwiN1wiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2RlZmF1bHQ9XCJJbmdyZXNlIHN1IGRpcmVjY2nDs24gZGUgY29ycmVvIGVsZWN0csOzbmljbyBcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiByZWRpcmVjdF91cmw9XCJodHRwczovL3d3dzMuZ290b21lZXRpbmcuY29tL3JlZ2lzdGVyLzExNDAzNDM5MFwiIG5hbWVfZGVmYXVsdD1cIkVzY3JpYmEgc3Ugbm9tYnJlIFwiIG5hbWVfb3JkZXI9XCIwXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1IZXJlXCdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdVmFsb3JhbW9zIHN1IHByaXZhY2lkYWQgeSBudW5jYSBsZSBzcGFtWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdT2J0ZW5nYSBhY2Nlc28gaW5zdGFudMOhbmVvIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjI7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTEwOiJiYWNrZ3JvdW5kLWltYWdlOnVybChodHRwOi8vb3B0aW1pemVwcmVzczIuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzA2L2JhY2sxLnBuZyk7YmFja2dyb3VuZC1yZXBlYXQ6cmVwZWF0OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTU2OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDI5d2RHbHRhWHBsY0hKbGMzTXlMbU52YlM5M2NDMWpiMjUwWlc1MEwzVndiRzloWkhNdk1qQXhNeTh3Tmk5aVlXTnJNUzV3Ym1jcElpd2lZbUZqYTJkeWIzVnVaRkJ2YzJsMGFXOXVJam9pZEdsc1pTSjkiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMzA6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCI0NFwiIGFsaWduPVwibGVmdFwiIGxpbmVfaGVpZ2h0PVwiMzVcIl08ZGl2IGRhdGEtbGI9XCJlZGl0YWJsZS1yaWNoLXRleHRcIiBkYXRhLWxiLWlkPVwibWFpbi1oZWFkbGluZVwiIGRhdGEtbGItbmFtZT1cIk1haW4gSGVhZGxpbmUgVGV4dFwiPgoKwqBMT1MgVEVNQVMgREUgRElTQ1VUSVIgSU5DTFVJUsOBTjoKCjwvZGl2PlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozODg6IltzdGVwX2dyYXBoaWNzIHN0eWxlPVwiM1wiIGNvbG9yPVwiIzFhOWVlMFwiXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIxXCIgaGVhZGxpbmU9XCJJZGVudGlmaWNhciBlbCBjb21wb3J0YW1pZW50byBkZWwgbWVyY2FkbyBhbCBpbnN0YW50ZSBcIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIkxvIHF1ZSBoYXkgcXVlIHNhYmVyIHBhcmEgY29udmVydGlyc2UgZW4gdW4gcXVhbnQgdHJhZGVyXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIzXCIgaGVhZGxpbmU9XCJJZGVudGlmaWNhciDDs3B0aW1hcyDDs3JkZW5lcyBkZSBDb21wcmEtVmVudGEgYW50ZXMgZGVsIG1vdmltaWVudG8gXCJdWy9zdGVwXVsvc3RlcF9ncmFwaGljc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ3NjoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXeKAnExhcyBlbXByZXNhcyBlc3TDoW4gYWhvcmEgZW1wbGVhbmRvIGVzdGFkaXN0YXMgYWNhZMOpbWljb3MgdGFsZW50b3NvcyBwYXJhIHJhc3RyZWFyIHBhdHJvbmVzIG8gdGVuZGVuY2lhcyBlbiBlbCBjb21wb3J0YW1pZW50byBkZWwgdHJhZGluZyB5IGNyZWFyIGbDs3JtdWxhcyBwYXJhIHByZWRlY2lyIGxvcyBmdXR1cm9zIG1vdmltaWVudG9zIGRlbCBtZXJjYWRvLiBFc3RhcyBmw7NybXVsYXMgc2UgaW5jb3Jwb3JhbiBkZXNwdcOpcyBlbiBwb2Rlcm9zYXMgY29tcHV0YWRvcmFz4oCmIEVzdG9zIHByb2dyYW1hcyBzb24gaW5tZW5zYW1lbnRlIHBvZGVyb3Nvcy4uLiBcIk1hbmVqYW4gY2FzaSB0b2RvIGxvIHF1ZSBzdWNlZGUgZW4gV2FsbCBTdHJlZXQuXCIKCi3CoCBCcml0aXNoIEJyb2FkY2FzdGluZyBDb3Jwb3JhdGlvblsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2OToiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2JiYzMtMzAweDEzNy5qcGdcIiB3aWR0aD1cIjMwMFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo1OntpOjA7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODM6IltpbWFnZXMgc3R5bGU9XCI1XCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9Kb2VAd29yay5qcGdcIiB3aWR0aD1cIjY2N1wiIGFsaWduPVwibGVmdFwiIHRvcF9tYXJnaW49XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTkxOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjVcIiBmb250X2ZvbnQ9XCJTaGFkb3dzIEludG8gTGlnaHRcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMjIwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+Sm9lIFJpb3M8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjk1OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdSm9lIFLDrW9zIGVzIHVuIHJlY29ub2NpZG8gcGlvbmVybyBkZSBzaXN0ZW1hcyBjdWFudGl0YXRpdm9zIHkgZWR1Y2FjacOzbiBkZSB0cmFkaW5nIGRlc2RlIDE5OTcuIFN1IHByb2dyYW1hIGRlIHRyYWRpbmcgYWx0YW1lbnRlIHJlY29ub2NpZG8gcG9yIHNlciBwYXNvLWEtcGFzbywgZXN0w6EgZGlzZcOxYWRvIHBhcmEgYXl1ZGFybG8gYSBjb252ZXJ0aXJzZSBlbiB1biBleGl0b3NvIFF1YW50IFRyYWRlci5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTgxOiJbaW1hZ2VzIHN0eWxlPVwiNVwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvZ3VjY2kuanBnXCIgd2lkdGg9XCIyMDlcIiBhbGlnbj1cInJpZ2h0XCIgdG9wX21hcmdpbj1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTc6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyNFwiIGZvbnRfZm9udD1cIlNoYWRvd3MgSW50byBMaWdodFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCIyMjBcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5BZ3VzdGluIENyaWFkbzwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTI6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl1EZXNjdWJyYSBsYXMgdmVyZGFkZXMgZGVsIHRyYWRpbmcgY3VhbnRpdGF0aXZvIHBvciBlbCBtZW50b3IgeSBlbnRyZW5hZG9yIGRlIFJpb3NRdWFudCBBZ3VzdGluIENyaWFkbyBlbiBlc3RlIGV4Y2x1c2l2byB3ZWJpbmFyaW8uWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMjoiW3ZlcnRpY2FsX3NwYWNpbmcgaGVpZ2h0PVwiMzBcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIzMzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwiY2VudGVyXCIgZm9udF9zaXplPVwiMTVcIiBmb250X2NvbG9yPVwiIzkxOTE5MVwiIGJvdHRvbV9wYWRkaW5nPVwiMTBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiNDYwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+U2hhcmUgdGhpcyBwYWdlIHdpdGggeW91ciBmcmllbmRzLi4uPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo0O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjM0NDoiW3NvY2lhbF9zaGFyaW5nIHN0eWxlPVwic3R5bGUtMjBcIiBmYl9saWtlX3VybD1cImh0dHBzOi8vd3d3LmZhY2Vib29rLmNvbS9wYWdlcy9SaW9zLVF1YW50LVRyYWRpbmctZW4tRXNwYSVDMyVCMW9sLzI2NTI3NjI5Njk0MDExMVwiIGZiX2NvbG9yPVwibGlnaHRcIiBmYl9sYW5nPVwiZXNfRVNcIiBmYl90ZXh0PVwicmVjb21tZW5kXCIgZmJfYnV0dG9uX3RleHQ9XCJTaGFyZVwiIHR3X2xhbmc9XCJlc1wiIHR3X2J1dHRvbl90ZXh0PVwiU2hhcmVcIiBnX2xhbmc9XCJlbi1HQlwiIGdfYnV0dG9uX3RleHQ9XCJTaGFyZVwiIGxpbmtlZGluX2xhbmc9XCJlbl9VU1wiIGFsaWdubWVudD1cImNlbnRlclwiXSAiO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6NDthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czo1NjoiYmFja2dyb3VuZDojZWE3MTEwO3BhZGRpbmctdG9wOjQ1cHg7cGFkZGluZy1ib3R0b206MjVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEwMDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5sWVRjeE1UQWlMQ0p3WVdSa2FXNW5WRzl3SWpvaU5EVWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNalVpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzE3OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjBcIiBmb250X2NvbG9yPVwiI2ZmZmZmZlwiIGFsaWduPVwiY2VudGVyXCJdQURWRVJURU5DSUE6IEVsIGFjY2VzbyBhIG51ZXN0cm8gc2lzdGVtYSBkZSB3ZWJpbmFyIGVzdMOhIGxpbWl0YWRvIHkgZWwgZXNwYWNpbyBzZSBsbGVuYW4gcsOhcGlkbywgYXPDrSBxdWUgcmVnw61zdHJlc2UgYWhvcmEgcGFyYSBldml0YXIgcGVyZGVyc2UuwqDCoEVzdGUgc2VtaW5hcmlvIGVzdMOhIGxsZW5vIGRlIGNvbnRlbmlkbyBkZSBhbHRhIGNhbGlkYWQgeSBzZSBsbGVuYW4gcsOhcGlkbyFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTo1O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE0NzoiYmFja2dyb3VuZC1pbWFnZTp1cmwoaHR0cDovL29wdGltaXplcHJlc3MyLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8wNi9iYWNrMS5wbmcpO2JhY2tncm91bmQtcmVwZWF0OnJlcGVhdDtwYWRkaW5nLXRvcDozMHB4O3BhZGRpbmctYm90dG9tOjUwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoyMDg6ImV5SmlZV05yWjNKdmRXNWtTVzFoWjJVaU9pSjFjbXdvYUhSMGNEb3ZMMjl3ZEdsdGFYcGxjSEpsYzNNeUxtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE15OHdOaTlpWVdOck1TNXdibWNwSWl3aVltRmphMmR5YjNWdVpGQnZjMmwwYVc5dUlqb2lkR2xzWlNJc0luQmhaR1JwYm1kVWIzQWlPaUl6TUNJc0luQmhaR1JwYm1kQ2IzUjBiMjBpT2lJMU1DSjkiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3MDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjI1XCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGFsaWduPVwiY2VudGVyXCIgYm90dG9tX21hcmdpbj1cIjIwXCJdw4lzdGUgZXN0YXLDoSBhIHNhbHZvLCBhc8OtIHF1ZSByZWNsYW1hciBlbCBhY2Nlc28gZGUgYWJham8hWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjgwOToiW29wdGluX2JveCBzdHlsZT1cIjdcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9kZWZhdWx0PVwiSW5ncmVzZSBzdSBkaXJlY2Npw7NuIGRlIGNvcnJlbyBlbGVjdHLDs25pY28gXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImVtYWlsXCIgcmVkaXJlY3RfdXJsPVwiaHR0cHM6Ly93d3czLmdvdG9tZWV0aW5nLmNvbS9yZWdpc3Rlci8xMTQwMzQzOTBcIiBuYW1lX2RlZmF1bHQ9XCJFc2NyaWJhIHN1IG5vbWJyZSBcIiBuYW1lX29yZGVyPVwiMFwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdSGVyZVwncyBUaGUgSGVhZGxpbmUgRm9yIFRoZSBCb3hbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1URzl5WlcwZ2FYQnpkVzBnWkc5c2IzSWdjMmwwSUdGdFpYUXNJR052Ym5ObFkzUmxkSFZ5SUdGa2FYQnBjMk5wYm1jZ1pXeHBkQzRnUkc5dVpXTWdkbVZzSUc1MWJtTWdibTl1SUd4aFkzVnpJSFpsYm1WdVlYUnBjeUJqYjIxdGIyUnZMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVZhbG9yYW1vcyBzdSBwcml2YWNpZGFkIHkgbnVuY2EgbGUgc3BhbSBbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1PYnRlbmdhIEFjY2VzbyBJbnN0YW50w6FuZW8hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','publish','0000-00-00 00:00:00'),(19,1298,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjM0OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjBcIiBmb250X2ZvbnQ9XCJBc2FwXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjMWE5ZWUwXCIgZm9udF9zcGFjaW5nPVwiLTFcIiBhbGlnbj1cImNlbnRlclwiXTxzdHJvbmc+TElWRSBXRUJJTkFSIEV2ZW50IHdpdGggT3B0aW9ucyBUcmFkZXJzIEpvZSBDb250ZXMgYW5kIEtlbiBFcmlrc2VuPC9zdHJvbmc+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czo1NjoiYmFja2dyb3VuZDojMWE5ZWUwO3BhZGRpbmctdG9wOjMwcHg7cGFkZGluZy1ib3R0b206MjVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEwMDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU14WVRsbFpUQWlMQ0p3WVdSa2FXNW5WRzl3SWpvaU16QWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNalVpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTk2OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMzBcIiBmb250X2ZvbnQ9XCJBc2FwXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiI2ZmZmZmZlwiIGZvbnRfc2hhZG93PVwiZGFya1wiIGFsaWduPVwiY2VudGVyXCJdVGhlIE9uZSBJbmRpY2F0b3I6IFdoYXRcJ3MgSG90IGFuZCBXaGF0XCdzIE5vdFsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM4OiJiYWNrZ3JvdW5kOiMyMTIxMjE7cGFkZGluZy1ib3R0b206MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NzI6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeU1USXhNakVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTUNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODU6IltjYWxlbmRhcl9kYXRlIHN0eWxlPVwiMVwiIG1vbnRoPVwiTWFyY2hcIiBjYWxlbmRhcl9iYXJfY29sb3I9XCIjZmYwMDAwXCIgZGF5PVwiMTNcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMDg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyMVwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgd2lkdGg9XCIyMjBcIl08c3Ryb25nPk1vbmRheSwgTWFyY2ggMTB0aAo8L3N0cm9uZz4zOjAwIFBNIEVhc3Rlcm4gVGltZQoyOjAwIFBNIENlbnRyYWwgVGltZQoKPHA+Jm5ic3A7PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Nzg4OiJbb3B0aW5fYm94IHN0eWxlPVwiN1wiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiByZWRpcmVjdF91cmw9XCJodHRwczovL3d3dzMuZ290b21lZXRpbmcuY29tL3JlZ2lzdGVyLzM3MDU4MzUyNlwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1IZXJlXCdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXUdldCBJbnN0YW50IEFjY2VzcyFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319aToyO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fX1pOjM7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjExMDoiYmFja2dyb3VuZC1pbWFnZTp1cmwoaHR0cDovL29wdGltaXplcHJlc3MyLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8wNi9iYWNrMS5wbmcpO2JhY2tncm91bmQtcmVwZWF0OnJlcGVhdDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjE1NjoiZXlKaVlXTnJaM0p2ZFc1a1NXMWhaMlVpT2lKMWNtd29hSFIwY0RvdkwyOXdkR2x0YVhwbGNISmxjM015TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TXk4d05pOWlZV05yTVM1d2JtY3BJaXdpWW1GamEyZHliM1Z1WkZCdmMybDBhVzl1SWpvaWRHbHNaU0o5IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjc3OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMzVcIiBhbGlnbj1cImxlZnRcIiBsaW5lX2hlaWdodD1cIjM1XCJdPGRpdiBkYXRhLWxiPVwiZWRpdGFibGUtcmljaC10ZXh0XCIgZGF0YS1sYi1pZD1cIm1haW4taGVhZGxpbmVcIiBkYXRhLWxiLW5hbWU9XCJNYWluIEhlYWRsaW5lIFRleHRcIj5EVVJJTkcgVEhJUyA8c3BhbiBzdHlsZT1cImNvbG9yOiAjMWE5ZWUwO1wiPjxiPkZSRUUgV0VCSU5BUjwvYj48L3NwYW4+IFlPVSBXSUxMIExFQVJOOjwvZGl2PlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNDE6IltzdGVwX2dyYXBoaWNzIHN0eWxlPVwiM1wiIGNvbG9yPVwiIzFhOWVlMFwiXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIxXCIgaGVhZGxpbmU9XCJIb3cgdG8gSWRlbnRpZnkgVGhlIE5leHQgQmlnIE1vdmVcIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIkN1dHRpbmcgRWRnZSBUZWNobm9sb2d5IGZvciBQaW5wb2ludGluZyBFbnRyaWVzXCJdWy9zdGVwXVsvc3RlcF9ncmFwaGljc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI5NToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXTxwPiZuYnNwOzwvcD5Kb2luIHRyYWRlcnMgSm9lIENvbnRlcyBhbmQgS2VuIEVyaWtzZW4gYXMgdGhleSBjb21iIHRoZSBtYXJrZXRzIGFuZCBzZWFyY2ggZm9yIHRoZSBuZXh0IGJpZyBtYXJrZXQgbW92ZXJzLiBKb2UgaWRlbnRpZmllcyB3aGF04oCZcyBob3QgYW5kIHdoYXTigJlzIG5vdCBhbmQgcmV2ZWFscyBoaXMgb25lIGluZGljYXRvciBoZSB1c2VzIHRvIHVuY292ZXIgdGhlIG5leHQgYmlnIG1vdmUuWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo3OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjE2OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjRcIiBmb250X2ZvbnQ9XCJTaGFkb3dzIEludG8gTGlnaHRcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiNDYwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+Rk9DVVNFRCBPTiBUSEUgU0NJRU5DRSBPRiBUUkFESU5HPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4MToiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL1JRLVJhbmtpbmctc2NyZWVuLXNob3QxLmpwZ1wiIHdpZHRoPVwiMTI1OFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319aTozO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6NDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMjoiW3ZlcnRpY2FsX3NwYWNpbmcgaGVpZ2h0PVwiMzBcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo1O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIzMzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwiY2VudGVyXCIgZm9udF9zaXplPVwiMTVcIiBmb250X2NvbG9yPVwiIzkxOTE5MVwiIGJvdHRvbV9wYWRkaW5nPVwiMTBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiNDYwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+U2hhcmUgdGhpcyBwYWdlIHdpdGggeW91ciBmcmllbmRzLi4uPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo2O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI2NDoiW3NvY2lhbF9zaGFyaW5nIHN0eWxlPVwic3R5bGUtMjBcIiBmYl9jb2xvcj1cImxpZ2h0XCIgZmJfbGFuZz1cImVuX0dCXCIgZmJfdGV4dD1cInJlY29tbWVuZFwiIGZiX2J1dHRvbl90ZXh0PVwiU2hhcmVcIiB0d19sYW5nPVwiZW5cIiB0d19idXR0b25fdGV4dD1cIlNoYXJlXCIgZ19sYW5nPVwiZW4tR0JcIiBnX2J1dHRvbl90ZXh0PVwiU2hhcmVcIiBwX2Rlc2NyaXB0aW9uPVwiXCIgbGlua2VkaW5fbGFuZz1cImVuX1VTXCIgYWxpZ25tZW50PVwiY2VudGVyXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjQ7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6I2VhNzExMDtwYWRkaW5nLXRvcDo0NXB4O3BhZGRpbmctYm90dG9tOjI1cHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObFlUY3hNVEFpTENKd1lXUmthVzVuVkc5d0lqb2lORFVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpVaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI5NjoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIwXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBhbGlnbj1cImNlbnRlclwiXVdBUk5JTkc6IMKgV2Ugb25seSBoYXZlIDEwMCBzcG90cyBvbiBvdXIgd2ViaW5hciBzeXN0ZW0gYXZhaWxhYmxlIGFuZMKgc3BhY2Ugd2lsbCBmaWxsIHVwIGZhc3Qgc28gcmVnaXN0ZXIgbm93IHRvIGF2b2lkIG1pc3Npbmcgb3V0LiDCoFRoaXMgd2ViaW5hciBpcyBwYWNrZWQgd2l0aCBoaWdoIHF1YWxpdHkgY29udGVudCBhbmQgd2lsbCBmaWxsIHVwIGZhc3QhWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6NTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNDc6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbTo1MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MjA4OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDI5d2RHbHRhWHBsY0hKbGMzTXlMbU52YlM5M2NDMWpiMjUwWlc1MEwzVndiRzloWkhNdk1qQXhNeTh3Tmk5aVlXTnJNUzV3Ym1jcElpd2lZbUZqYTJkeWIzVnVaRkJ2YzJsMGFXOXVJam9pZEdsc1pTSXNJbkJoWkdScGJtZFViM0FpT2lJek1DSXNJbkJoWkdScGJtZENiM1IwYjIwaU9pSTFNQ0o5IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyNVwiIGZvbnRfc3R5bGU9XCJub3JtYWxcIiBhbGlnbj1cImNlbnRlclwiIGJvdHRvbV9tYXJnaW49XCIyMFwiXTxzdHJvbmc+VGhpcyBvbmUgd2lsbCBiZSBubyBleGNlcHRpb24uwqBTbyBjbGFpbSB5b3VyIHNwb3QgYmVsb3chPC9zdHJvbmc+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc4ODoiW29wdGluX2JveCBzdHlsZT1cIjdcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImVtYWlsXCIgcmVkaXJlY3RfdXJsPVwiaHR0cHM6Ly93d3czLmdvdG9tZWV0aW5nLmNvbS9yZWdpc3Rlci8zNzA1ODM1MjZcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdSGVyZVwncyBUaGUgSGVhZGxpbmUgRm9yIFRoZSBCb3hbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1URzl5WlcwZ2FYQnpkVzBnWkc5c2IzSWdjMmwwSUdGdFpYUXNJR052Ym5ObFkzUmxkSFZ5SUdGa2FYQnBjMk5wYm1jZ1pXeHBkQzRnUkc5dVpXTWdkbVZzSUc1MWJtTWdibTl1SUd4aFkzVnpJSFpsYm1WdVlYUnBjeUJqYjIxdGIyUnZMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1HZXQgSW5zdGFudCBBY2Nlc3MhWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI3MzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkNPTU1PRElUWSBGVVRVUkVTLCBPUFRJT05TLCBBTkQgRk9SRVggVFJBRElORyBJTlZPTFZFUyBTVUJTVEFOVElBTCBSSVNLIEFORCBJUyBOT1QgU1VJVEFCTEUgRk9SIEFMTCBJTlZFU1RPUlMgLiBQQVNUIFJFU1VMVFMgQVJFIE5PVCBORUNFU1NBUklMWSBJTkRJQ0FUSVZFIE9GIEZVVFVSRSBSRVNVTFRTLjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19','publish','0000-00-00 00:00:00'),(20,1301,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjM0OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjBcIiBmb250X2ZvbnQ9XCJBc2FwXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjMWE5ZWUwXCIgZm9udF9zcGFjaW5nPVwiLTFcIiBhbGlnbj1cImNlbnRlclwiXTxzdHJvbmc+TElWRSBXRUJJTkFSIEV2ZW50IHdpdGggT3B0aW9ucyBUcmFkZXJzIEpvZSBDb250ZXMgYW5kIEtlbiBFcmlrc2VuPC9zdHJvbmc+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czo1NjoiYmFja2dyb3VuZDojMWE5ZWUwO3BhZGRpbmctdG9wOjMwcHg7cGFkZGluZy1ib3R0b206MjVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEwMDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU14WVRsbFpUQWlMQ0p3WVdSa2FXNW5WRzl3SWpvaU16QWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNalVpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTk2OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMzBcIiBmb250X2ZvbnQ9XCJBc2FwXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiI2ZmZmZmZlwiIGZvbnRfc2hhZG93PVwiZGFya1wiIGFsaWduPVwiY2VudGVyXCJdVGhlIE9uZSBJbmRpY2F0b3I6IFdoYXRcJ3MgSG90IGFuZCBXaGF0XCdzIE5vdFsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM4OiJiYWNrZ3JvdW5kOiMyMTIxMjE7cGFkZGluZy1ib3R0b206MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NzI6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeU1USXhNakVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTUNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODU6IltjYWxlbmRhcl9kYXRlIHN0eWxlPVwiMVwiIG1vbnRoPVwiTWFyY2hcIiBjYWxlbmRhcl9iYXJfY29sb3I9XCIjZmYwMDAwXCIgZGF5PVwiMTNcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMDg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyMVwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgd2lkdGg9XCIyMjBcIl08c3Ryb25nPk1vbmRheSwgTWFyY2ggMTB0aAo8L3N0cm9uZz4zOjAwIFBNIEVhc3Rlcm4gVGltZQoyOjAwIFBNIENlbnRyYWwgVGltZQoKPHA+Jm5ic3A7PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Nzg4OiJbb3B0aW5fYm94IHN0eWxlPVwiN1wiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiByZWRpcmVjdF91cmw9XCJodHRwczovL3d3dzMuZ290b21lZXRpbmcuY29tL3JlZ2lzdGVyLzM3MDU4MzUyNlwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1IZXJlXCdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXUdldCBJbnN0YW50IEFjY2VzcyFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319aToyO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fX1pOjM7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjExMDoiYmFja2dyb3VuZC1pbWFnZTp1cmwoaHR0cDovL29wdGltaXplcHJlc3MyLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8wNi9iYWNrMS5wbmcpO2JhY2tncm91bmQtcmVwZWF0OnJlcGVhdDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjE1NjoiZXlKaVlXTnJaM0p2ZFc1a1NXMWhaMlVpT2lKMWNtd29hSFIwY0RvdkwyOXdkR2x0YVhwbGNISmxjM015TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TXk4d05pOWlZV05yTVM1d2JtY3BJaXdpWW1GamEyZHliM1Z1WkZCdmMybDBhVzl1SWpvaWRHbHNaU0o5IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjc3OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMzVcIiBhbGlnbj1cImxlZnRcIiBsaW5lX2hlaWdodD1cIjM1XCJdPGRpdiBkYXRhLWxiPVwiZWRpdGFibGUtcmljaC10ZXh0XCIgZGF0YS1sYi1pZD1cIm1haW4taGVhZGxpbmVcIiBkYXRhLWxiLW5hbWU9XCJNYWluIEhlYWRsaW5lIFRleHRcIj5EVVJJTkcgVEhJUyA8c3BhbiBzdHlsZT1cImNvbG9yOiAjMWE5ZWUwO1wiPjxiPkZSRUUgV0VCSU5BUjwvYj48L3NwYW4+IFlPVSBXSUxMIExFQVJOOjwvZGl2PlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNDE6IltzdGVwX2dyYXBoaWNzIHN0eWxlPVwiM1wiIGNvbG9yPVwiIzFhOWVlMFwiXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIxXCIgaGVhZGxpbmU9XCJIb3cgdG8gSWRlbnRpZnkgVGhlIE5leHQgQmlnIE1vdmVcIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIkN1dHRpbmcgRWRnZSBUZWNobm9sb2d5IGZvciBQaW5wb2ludGluZyBFbnRyaWVzXCJdWy9zdGVwXVsvc3RlcF9ncmFwaGljc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI5NToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXTxwPiZuYnNwOzwvcD5Kb2luIHRyYWRlcnMgSm9lIENvbnRlcyBhbmQgS2VuIEVyaWtzZW4gYXMgdGhleSBjb21iIHRoZSBtYXJrZXRzIGFuZCBzZWFyY2ggZm9yIHRoZSBuZXh0IGJpZyBtYXJrZXQgbW92ZXJzLiBKb2UgaWRlbnRpZmllcyB3aGF04oCZcyBob3QgYW5kIHdoYXTigJlzIG5vdCBhbmQgcmV2ZWFscyBoaXMgb25lIGluZGljYXRvciBoZSB1c2VzIHRvIHVuY292ZXIgdGhlIG5leHQgYmlnIG1vdmUuWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo3OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjE2OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjRcIiBmb250X2ZvbnQ9XCJTaGFkb3dzIEludG8gTGlnaHRcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiNDYwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+Rk9DVVNFRCBPTiBUSEUgU0NJRU5DRSBPRiBUUkFESU5HPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4MToiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL1JRLVJhbmtpbmctc2NyZWVuLXNob3QxLmpwZ1wiIHdpZHRoPVwiMTI1OFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319aTozO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6NDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMjoiW3ZlcnRpY2FsX3NwYWNpbmcgaGVpZ2h0PVwiMzBcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo1O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIzMzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwiY2VudGVyXCIgZm9udF9zaXplPVwiMTVcIiBmb250X2NvbG9yPVwiIzkxOTE5MVwiIGJvdHRvbV9wYWRkaW5nPVwiMTBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiNDYwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+U2hhcmUgdGhpcyBwYWdlIHdpdGggeW91ciBmcmllbmRzLi4uPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo2O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI2NDoiW3NvY2lhbF9zaGFyaW5nIHN0eWxlPVwic3R5bGUtMjBcIiBmYl9jb2xvcj1cImxpZ2h0XCIgZmJfbGFuZz1cImVuX0dCXCIgZmJfdGV4dD1cInJlY29tbWVuZFwiIGZiX2J1dHRvbl90ZXh0PVwiU2hhcmVcIiB0d19sYW5nPVwiZW5cIiB0d19idXR0b25fdGV4dD1cIlNoYXJlXCIgZ19sYW5nPVwiZW4tR0JcIiBnX2J1dHRvbl90ZXh0PVwiU2hhcmVcIiBwX2Rlc2NyaXB0aW9uPVwiXCIgbGlua2VkaW5fbGFuZz1cImVuX1VTXCIgYWxpZ25tZW50PVwiY2VudGVyXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjQ7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6I2VhNzExMDtwYWRkaW5nLXRvcDo0NXB4O3BhZGRpbmctYm90dG9tOjI1cHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObFlUY3hNVEFpTENKd1lXUmthVzVuVkc5d0lqb2lORFVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpVaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI5NjoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIwXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBhbGlnbj1cImNlbnRlclwiXVdBUk5JTkc6IMKgV2Ugb25seSBoYXZlIDEwMCBzcG90cyBvbiBvdXIgd2ViaW5hciBzeXN0ZW0gYXZhaWxhYmxlIGFuZMKgc3BhY2Ugd2lsbCBmaWxsIHVwIGZhc3Qgc28gcmVnaXN0ZXIgbm93IHRvIGF2b2lkIG1pc3Npbmcgb3V0LiDCoFRoaXMgd2ViaW5hciBpcyBwYWNrZWQgd2l0aCBoaWdoIHF1YWxpdHkgY29udGVudCBhbmQgd2lsbCBmaWxsIHVwIGZhc3QhWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6NTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNDc6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbTo1MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MjA4OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDI5d2RHbHRhWHBsY0hKbGMzTXlMbU52YlM5M2NDMWpiMjUwWlc1MEwzVndiRzloWkhNdk1qQXhNeTh3Tmk5aVlXTnJNUzV3Ym1jcElpd2lZbUZqYTJkeWIzVnVaRkJ2YzJsMGFXOXVJam9pZEdsc1pTSXNJbkJoWkdScGJtZFViM0FpT2lJek1DSXNJbkJoWkdScGJtZENiM1IwYjIwaU9pSTFNQ0o5IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyNVwiIGZvbnRfc3R5bGU9XCJub3JtYWxcIiBhbGlnbj1cImNlbnRlclwiIGJvdHRvbV9tYXJnaW49XCIyMFwiXTxzdHJvbmc+VGhpcyBvbmUgd2lsbCBiZSBubyBleGNlcHRpb24uwqBTbyBjbGFpbSB5b3VyIHNwb3QgYmVsb3chPC9zdHJvbmc+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc4ODoiW29wdGluX2JveCBzdHlsZT1cIjdcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImVtYWlsXCIgcmVkaXJlY3RfdXJsPVwiaHR0cHM6Ly93d3czLmdvdG9tZWV0aW5nLmNvbS9yZWdpc3Rlci8zNzA1ODM1MjZcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdSGVyZVwncyBUaGUgSGVhZGxpbmUgRm9yIFRoZSBCb3hbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1URzl5WlcwZ2FYQnpkVzBnWkc5c2IzSWdjMmwwSUdGdFpYUXNJR052Ym5ObFkzUmxkSFZ5SUdGa2FYQnBjMk5wYm1jZ1pXeHBkQzRnUkc5dVpXTWdkbVZzSUc1MWJtTWdibTl1SUd4aFkzVnpJSFpsYm1WdVlYUnBjeUJqYjIxdGIyUnZMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1HZXQgSW5zdGFudCBBY2Nlc3MhWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI3MzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkNPTU1PRElUWSBGVVRVUkVTLCBPUFRJT05TLCBBTkQgRk9SRVggVFJBRElORyBJTlZPTFZFUyBTVUJTVEFOVElBTCBSSVNLIEFORCBJUyBOT1QgU1VJVEFCTEUgRk9SIEFMTCBJTlZFU1RPUlMgLiBQQVNUIFJFU1VMVFMgQVJFIE5PVCBORUNFU1NBUklMWSBJTkRJQ0FUSVZFIE9GIEZVVFVSRSBSRVNVTFRTLjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19','publish','0000-00-00 00:00:00'),(21,1309,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI0MjoiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjI3IiBmb250X2ZvbnQ9Ik1vbnRzZXJyYXQiIGZvbnRfc3R5bGU9ImJvbGQiIGZvbnRfY29sb3I9IiMzMDMwMzAiIGZvbnRfc3BhY2luZz0iLTEiIGFsaWduPSJjZW50ZXIiXVdhbnQgdG8gQnVpbGQgYSA8c3BhbiBzdHlsZT0iY29sb3I6ICMxZTlhZTA7Ij5TdHVubmluZyBXZWJzaXRlPC9zcGFuPiBJbiAzMCBNaW51dGVzPyBHZXQgU3RhcnRlZCBOb3cuWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTkRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU16QWlmUT09Ijt9aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI0OiJ0aHJlZS1maWZ0aHMgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE5NToiW3ZpZGVvX3BsYXllciB0eXBlPSJ5b3V0dWJlIiB5b3V0dWJlX2ZvcmNlX2hkPSJub25lIiB3aWR0aD0iNTUwIiBoZWlnaHQ9IjMwOSIgYWxpZ249ImxlZnQiIG1hcmdpbl90b3A9IjAiIG1hcmdpbl9ib3R0b209IjAiXWFIUjBjRG92TDNkM2R5NTViM1YwZFdKbExtTnZiUzkzWVhSamFEOTJQVXRJVHpSTVZYQkVRMUJaWy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6Mjk6InR3by1maWZ0aHMgY29sdW1uIGNvbHMgbmFycm93IjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxMzY6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSIyMyIgZm9udF9zdHlsZT0ibm9ybWFsIiBmb250X2NvbG9yPSIjZWNlYmU0IiBhbGlnbj0ibGVmdCJdR2V0IE91ciBGcmVlIFNpdGUgQnVpbGRpbmcgQmx1ZXByaW50Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzAyOiJbdGV4dF9ibG9jayBzdHlsZT0ic3R5bGVfMS5wbmciIGFsaWduPSJsZWZ0IiBmb250X3NpemU9IjE1IiBmb250X2NvbG9yPSIjZWVlYmRkIiBib3R0b21fcGFkZGluZz0iMCIgYm90dG9tX21hcmdpbj0iMCIgd2lkdGg9IjM2NCIgbGluZV9oZWlnaHQ9IjIyIl1JbnN0YW50bHkgZG93bmxvYWQgb3VyIHNpdGUtYnVpbGRpbmcgYmx1ZXByaW50IHRvIGRpc2NvdmVyIHRoZSBzZWNyZXQgdG8gYnVpbGRpbmcgYSBzdHVubmluZyBhbmQgaGlnaCBjb252ZXJ0aW5nIHdlYnNpdGUgaW4gMzAgbWludXRlcyBvciBsZXNzWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyOToiZWxlbWVudC1jb250YWluZXIgY2YgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxMTM4OiJbb3B0aW5fYm94IHN0eWxlPSIxNCIgYWxpZ25tZW50PSJjZW50ZXIiIGVtYWlsX2RlZmF1bHQ9IkVudGVyIHlvdXIgZW1haWwgYWRkcmVzcyIgaW50ZWdyYXRpb25fdHlwZT0iZW1haWwiIG5hbWVfZGVmYXVsdD0iRW50ZXIgeW91ciBmaXJzdCBuYW1lIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9ImhlYWRsaW5lIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9InBhcmFncmFwaCJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPSJwcml2YWN5Il1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPSJ0b3BfY29sb3IiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9IjEiIHRleHQ9IkdldCBTdGFydGVkIE5vdyIgdGV4dF9zaXplPSIxOCIgdGV4dF9jb2xvcj0iIzUwNDIxMCIgdGV4dF9mb250PSJIZWx2ZXRpY2E7ZGVmYXVsdCIgdGV4dF9ib2xkPSJZIiB0ZXh0X3NoYWRvd19wYW5lbD0iWSIgdGV4dF9zaGFkb3dfdmVydGljYWw9IjEiIHRleHRfc2hhZG93X2NvbG9yPSIjZmZmZjllIiBzdHlsaW5nX3dpZHRoPSIxMDAiIHN0eWxpbmdfaGVpZ2h0PSIxNCIgc3R5bGluZ19ib3JkZXJfY29sb3I9IiNkNjkzMDAiIHN0eWxpbmdfYm9yZGVyX3NpemU9IjEiIHN0eWxpbmdfYm9yZGVyX3JhZGl1cz0iNiIgc3R5bGluZ19ib3JkZXJfb3BhY2l0eT0iMTAwIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPSIjZmZjZjBhIiBzdHlsaW5nX2dyYWRpZW50X2VuZF9jb2xvcj0iI2ZmZGEyMiIgZHJvcF9zaGFkb3dfcGFuZWw9IlkiIGRyb3Bfc2hhZG93X3ZlcnRpY2FsPSIxIiBkcm9wX3NoYWRvd19ibHVyPSIxIiBkcm9wX3NoYWRvd19jb2xvcj0iIzAwMDAwMCIgZHJvcF9zaGFkb3dfb3BhY2l0eT0iMTAiIGluc2V0X3NoYWRvd19wYW5lbD0iWSIgaW5zZXRfc2hhZG93X3ZlcnRpY2FsPSIxIiBpbnNldF9zaGFkb3dfY29sb3I9IiNmZmU1OTAiIGluc2V0X3NoYWRvd19vcGFjaXR5PSIxMDAiIGxvY2F0aW9uPSJvcHRpbl9ib3hfc3R5bGVfMTQiXUdldCBTdGFydGVkIE5vd1svb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjM4OiJlbGVtZW50LWNvbnRhaW5lciBjZiBwYWQtbGVmdCBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhOekUzTVRjaUxDSndZV1JrYVc1blZHOXdJam9pTWpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlmUT09Ijt9aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU5MzoiYmFja2dyb3VuZDojZmNmY2ZjO2JhY2tncm91bmQ6LXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgY29sb3Itc3RvcCgwJSwgI2ZjZmNmYyksIGNvbG9yLXN0b3AoMTAwJSwgI2Y1ZjVmNSkpO2JhY2tncm91bmQ6LXdlYmtpdC1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1vei1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1zLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotby1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6bGluZWFyLWdyYWRpZW50KHRvIGJvdHRvbSwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtmaWx0ZXI6cHJvZ2lkOkRYSW1hZ2VUcmFuc2Zvcm0uTWljcm9zb2Z0LmdyYWRpZW50KHN0YXJ0Q29sb3JzdHI9I2ZjZmNmYywgZW5kQ29sb3JzdHI9I2Y1ZjVmNSwgR3JhZGllbnRUeXBlPTApO3BhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTVweDsiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2OToiW2ltYWdlcyBzdHlsZT0iMCIgaW1hZ2U9Imh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2Fzb3MxMS5wbmciIHdpZHRoPSI5NjAiIGFsaWduPSJjZW50ZXIiIHRvcF9tYXJnaW49IjAiIGJvdHRvbV9tYXJnaW49IjAiIGZ1bGxfd2lkdGg9IlkiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxNDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObVkyWmpabU1pTENKaVlXTnJaM0p2ZFc1a1EyOXNiM0pGYm1RaU9pSWpaalZtTldZMUlpd2ljR0ZrWkdsdVoxUnZjQ0k2SWpJd0lpd2ljR0ZrWkdsdVowSnZkSFJ2YlNJNklqRTFJbjA9Ijt9aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjUyOToiW2N1c3RvbV9odG1sXTxkaXYgaWQ9ImZiLXJvb3QiPjwvZGl2Pgo8c2NyaXB0PihmdW5jdGlvbihkLCBzLCBpZCkgewogIHZhciBqcywgZmpzID0gZC5nZXRFbGVtZW50c0J5VGFnTmFtZShzKVswXTsKICBpZiAoZC5nZXRFbGVtZW50QnlJZChpZCkpIHJldHVybjsKICBqcyA9IGQuY3JlYXRlRWxlbWVudChzKTsganMuaWQgPSBpZDsKICBqcy5zcmMgPSAiLy9jb25uZWN0LmZhY2Vib29rLm5ldC9lbl9HQi9hbGwuanMjeGZibWw9MSZhcHBJZD0xOTI0MDEzNTQyNDUwMTUiOwogIGZqcy5wYXJlbnROb2RlLmluc2VydEJlZm9yZShqcywgZmpzKTsKfShkb2N1bWVudCwgJ3NjcmlwdCcsICdmYWNlYm9vay1qc3NkaycpKTs8L3NjcmlwdD4KPGRpdiBjbGFzcz0iZmItbGlrZSIgZGF0YS1ocmVmPSJodHRwOi8vZGV2ZWxvcGVycy5mYWNlYm9vay5jb20vZG9jcy9yZWZlcmVuY2UvcGx1Z2lucy9saWtlIiBkYXRhLXNlbmQ9InRydWUiIGRhdGEtd2lkdGg9IjQ1MCIgZGF0YS1zaG93LWZhY2VzPSJ0cnVlIj48L2Rpdj5bL2N1c3RvbV9odG1sXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo1NjoiZXlKd1lXUmthVzVuVkc5d0lqb2lNVEFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTVRBaWZRPT0iO319','publish','0000-00-00 00:00:00'),(22,1310,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjQ2OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl1XYW50IHRvIFN0YXJ0IDxzcGFuIHN0eWxlPVwiY29sb3I6ICMxZTlhZTA7XCI+VHJhZGluZyBMaWtlIGEgUXVhbnQ8L3NwYW4+PyBHZXQgU3RhcnRlZCBOb3cuWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM5OiJyb3cgZml2ZS1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxNzE3MTc7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToyMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhOekUzTVRjaUxDSndZV1JrYVc1blZHOXdJam9pTWpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI0OiJ0aHJlZS1maWZ0aHMgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4OToiW3ZpZGVvX3BsYXllciB0eXBlPVwieW91dHViZVwiIHlvdXR1YmVfZm9yY2VfaGQ9XCJub25lXCIgd2lkdGg9XCI1NTBcIiBoZWlnaHQ9XCIzMDlcIiBhbGlnbj1cImxlZnRcIiBtYXJnaW5fdG9wPVwiMFwiIG1hcmdpbl9ib3R0b209XCIwXCJdYUhSMGNEb3ZMM2x2ZFhSMUxtSmxMM1JPY1hSQ2RFbGFjalJSWy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMzU6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyNVwiIGZvbnRfc2hhZG93PVwibm9uZVwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPlF1aWNrIHJldmlldyBvZiB0cmFkaW5nIHBlcmZvcm1hbmNlIGZvciB0aGUgd2VlayBvZiBNYXJjaCA5dGggLSAxNHRoIGluIFRoZSBUcmFkaW5nIFJvb20gVHJhZGVMQUIuPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdR2V0IEFjY2VzcyB0byBPdXIgTGl2ZSBUcmFkaW5nIFJvb21bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyOToiZWxlbWVudC1jb250YWluZXIgY2YgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1ODY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjZWVlYmRkXCIgYm90dG9tX3BhZGRpbmc9XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjM2NFwiIGxpbmVfaGVpZ2h0PVwiMjJcIl1UaGUgVHJhZGluZyBSb29twq7CoCBzZXNzaW9ucyBjb25kdWN0ZWQgYnkgdGhlIFJpb3NRdWFudCB0ZWFtIG9mZmVyIGEgcHJhZ21hdGljLCByZWFsIHdvcmxkIHBlcnNwZWN0aXZlIG9mIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzIGluIHJlYWwtdGltZS4gVHJhZGluZyBiZWdpbnMgYXQgNzozMCBhLm0uIEVUIE1vbmRheSB0aHJvdWdoIEZyaWRheS4gR2V0IGEgc25lYWsgdmlldyBvZiBoaWdoIHBlcmZvcm1pbmcgYWxnb3JpdGhtaWMgdHJhZGluZyBzeXN0ZW1zIGluIGFjdGlvbiBmcm9tIHRoZSBjb252ZW5pZW5jZSBvZiB5b3VyIGNvbXB1dGVyLiBFeHBlcmllbmNlIHRoZSBwb3dlciBvZiBtYXJrZXQgaW50ZWxsaWdlbmNlIHdpdGggb3VyIHF1YW50aXRhdGl2ZSB0cmFkaW5nIHRvb2xzLgoKPHA+Jm5ic3A7PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NjI0OiJbb3B0aW5fYm94IHN0eWxlPVwiMTRcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImVtYWlsXCIgcmVkaXJlY3RfdXJsPVwiaHR0cDovL3d3dy5yaW9zcXVhbnQuY29tL3N1YnNjcmliZT9wcm9kdWN0X2lkPTE2XCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdU0VDVVJFIFlPVVIgU1BPVCBOT1chWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mzg6ImVsZW1lbnQtY29udGFpbmVyIGNmIHBhZC1sZWZ0IGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU5MzoiYmFja2dyb3VuZDojZmNmY2ZjO2JhY2tncm91bmQ6LXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgY29sb3Itc3RvcCgwJSwgI2ZjZmNmYyksIGNvbG9yLXN0b3AoMTAwJSwgI2Y1ZjVmNSkpO2JhY2tncm91bmQ6LXdlYmtpdC1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1vei1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1zLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotby1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6bGluZWFyLWdyYWRpZW50KHRvIGJvdHRvbSwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtmaWx0ZXI6cHJvZ2lkOkRYSW1hZ2VUcmFuc2Zvcm0uTWljcm9zb2Z0LmdyYWRpZW50KHN0YXJ0Q29sb3JzdHI9I2ZjZmNmYywgZW5kQ29sb3JzdHI9I2Y1ZjVmNSwgR3JhZGllbnRUeXBlPTApO3BhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjE0MDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tWTJaalptTWlMQ0ppWVdOclozSnZkVzVrUTI5c2IzSkZibVFpT2lJalpqVm1OV1kxSWl3aWNHRmtaR2x1WjFSdmNDSTZJakl3SWl3aWNHRmtaR2x1WjBKdmRIUnZiU0k2SWpFMUluMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2MzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjM3XCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+UVVBTlRJVEFUSVZFIEFOQUxZU0lTICZhbXA7IEFMR09SSVRITUlDIFRSQURJTkc8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTQ3OiJbY3VzdG9tX2h0bWxdPGRpdiBpZD1cImZiLXJvb3RcIj48L2Rpdj4KPHNjcmlwdD4oZnVuY3Rpb24oZCwgcywgaWQpIHsKICB2YXIganMsIGZqcyA9IGQuZ2V0RWxlbWVudHNCeVRhZ05hbWUocylbMF07CiAgaWYgKGQuZ2V0RWxlbWVudEJ5SWQoaWQpKSByZXR1cm47CiAganMgPSBkLmNyZWF0ZUVsZW1lbnQocyk7IGpzLmlkID0gaWQ7CiAganMuc3JjID0gXCIvL2Nvbm5lY3QuZmFjZWJvb2submV0L2VuX0dCL2FsbC5qcyN4ZmJtbD0xJmFwcElkPTE5MjQwMTM1NDI0NTAxNVwiOwogIGZqcy5wYXJlbnROb2RlLmluc2VydEJlZm9yZShqcywgZmpzKTsKfShkb2N1bWVudCwgXCdzY3JpcHRcJywgXCdmYWNlYm9vay1qc3Nka1wnKSk7PC9zY3JpcHQ+CjxkaXYgY2xhc3M9XCJmYi1saWtlXCIgZGF0YS1ocmVmPVwiaHR0cDovL2RldmVsb3BlcnMuZmFjZWJvb2suY29tL2RvY3MvcmVmZXJlbmNlL3BsdWdpbnMvbGlrZVwiIGRhdGEtc2VuZD1cInRydWVcIiBkYXRhLXdpZHRoPVwiNDUwXCIgZGF0YS1zaG93LWZhY2VzPVwidHJ1ZVwiPjwvZGl2PlsvY3VzdG9tX2h0bWxdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19','publish','0000-00-00 00:00:00'),(23,1312,'body','YTozOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTM6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSIzNyIgZm9udF9mb250PSJPcGVuIFNhbnMiIGZvbnRfc3R5bGU9ImJvbGQiIGZvbnRfY29sb3I9IiM0MjUwNjMiIGZvbnRfc3BhY2luZz0iMCIgZm9udF9zaGFkb3c9ImxpZ2h0IiBhbGlnbj0iY2VudGVyIl1BIEJyaWVmIEd1aWRlIHRvIFJlc3BvbnNpdmUgRGVzaWduWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4NDoiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjIyIiBmb250X2ZvbnQ9Ik9wZW4gU2FucyIgZm9udF9zdHlsZT0iMzAwIiBmb250X2NvbG9yPSIjMzk1NDY4IiBhbGlnbj0iY2VudGVyIl1Ib3cgdG8gdXNlIHJlc3BvbnNpdmUgZGVzaWduIHRvIGluY3JlYXNlIHNhbGVzIG9uIHlvdXIgd2Vic2l0ZXNbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO31pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE1NjoiYmFja2dyb3VuZDojZjJmMmYyO3BhZGRpbmctYm90dG9tOjIwcHg7Ym9yZGVyLXRvcC13aWR0aDoxcHg7Ym9yZGVyLWJvdHRvbS13aWR0aDoxcHg7Ym9yZGVyLXN0eWxlOnNvbGlkO2JvcmRlci10b3AtY29sb3I6I2UzZTNlMztib3JkZXItYm90dG9tLWNvbG9yOiNlM2UzZTM7IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTQzOiJbaW1hZ2VzIHN0eWxlPSIwIiBpbWFnZT0iaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvYm9vazItY3JvcHBlZC5wbmciIHdpZHRoPSIzMDAiIGFsaWduPSJjZW50ZXIiIHRvcF9tYXJnaW49IjAiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTYzOiJbb3B0aW5fYm94IHN0eWxlPSIxMSIgd2lkdGg9IjQ1MCIgbWFyZ2luX3RvcD0iMTUiIGFsaWdubWVudD0iY2VudGVyIiBlbWFpbF9kZWZhdWx0PSJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3MiIGludGVncmF0aW9uX3R5cGU9ImVtYWlsIiBuYW1lX2RlZmF1bHQ9IkVudGVyIHlvdXIgZmlyc3QgbmFtZSJdW29wdGluX2JveF9maWVsZCBuYW1lPSJoZWFkbGluZSJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPSJwYXJhZ3JhcGgiXUVudGVyIHlvdXIgbmFtZSBhbmQgZW1haWwgYmVsb3cgZm9yIGluc3RhbnQgYWNjZXNzLi4uWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPSJwcml2YWN5Il1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPSJ0b3BfY29sb3IiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9IjAiXUdldCBJbnN0YW50IEFjY2VzcyFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTg5OiJbc29jaWFsX3NoYXJpbmcgc3R5bGU9InN0eWxlLTMiIGZiX2NvbG9yPSJsaWdodCIgZmJfbGFuZz0iZW5fR0IiIGZiX3RleHQ9Imxpa2UiIGZiX2J1dHRvbl90ZXh0PSJTaGFyZSIgdHdfbGFuZz0iZW4iIGdfbGFuZz0iZW4tR0IiIHBfZGVzY3JpcHRpb249IiIgbGlua2VkaW5fbGFuZz0iZW5fVVMiIGFsaWdubWVudD0iY2VudGVyIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO31pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozNTM6Ilt0ZXh0X2Jsb2NrIHN0eWxlPSJzdHlsZV8xLnBuZyIgYWxpZ249ImxlZnQiIGZvbnRfc2l6ZT0iMTciIHdpZHRoPSI5NDAiXTxoMiBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyI+PHNwYW4gc3R5bGU9ImNvbG9yOiAjNDI1MDYzOyI+WW91ciAzLVN0ZXAgR3VpZGUgdG8KR2V0dGluZyBTdGFydGVkIHdpdGggUmVzcG9uc2l2ZSBEZXNpZ248L3NwYW4+PC9oMj4KPHAgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlcjsiPkxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaXNjaW5nIGVsaXQuIEFsaXF1YW0gdnVscHV0YXRlIHZpdGFlIHB1cnVzIGF0IHN1c2NpcGl0LjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxMjY5OiJbc3RlcF9ncmFwaGljcyBzdHlsZT0iNSIgY29sb3I9IiM0MjUwNjMiXVtzdGVwIHN0eWxlPSI1IiB0ZXh0PSIxIiBoZWFkbGluZT0iTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2NpbmcgZWxpdC4gUHJhZXNlbnQgbm9uIGF1Z3VlIGEgdmVsaXQgcmhvbmN1cyB2ZW5lbmF0aXMgaW4gYSByaXN1cy4gIiBpbmZvcm1hdGlvbj0iPHA+QWxpcXVhbSBlcmF0IHZvbHV0cGF0LiBTdXNwZW5kaXNzZSB2dWxwdXRhdGUgbGlndWxhIGlkIG5pc2wgcGxhY2VyYXQgZXQgZWxlbWVudHVtIHJpc3VzIHNjZWxlcmlzcXVlLiBQaGFzZWxsdXMgY29uc2VjdGV0dXIgdGVtcG9yIGxlY3R1cyBlZ2V0IGNvbnNlcXVhdC4gSW50ZWdlciBlZ2VzdGFzIHZhcml1cyBvZGlvLCBxdWlzIGJpYmVuZHVtIHJpc3VzIHBsYWNlcmF0IGlhY3VsaXMuPC9wPgoiXVsvc3RlcF1bc3RlcCBzdHlsZT0iNSIgdGV4dD0iMiIgaGVhZGxpbmU9IkxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaXNjaW5nIGVsaXQuIFByYWVzZW50IG5vbiBhdWd1ZSBhIHZlbGl0IHJob25jdXMgdmVuZW5hdGlzIGluIGEgcmlzdXMuICIgaW5mb3JtYXRpb249IjxwPlBoYXNlbGx1cyBwZWxsZW50ZXNxdWUgbG9yZW0gaWQgYW50ZSB0aW5jaWR1bnQgc2l0IGFtZXQgZGFwaWJ1cyBuaWJoIGludGVyZHVtLiBRdWlzcXVlIGV0IGVzdCB1cm5hLiBWZXN0aWJ1bHVtIG1vbGxpcyBkaWduaXNzaW0gc29kYWxlcy4gTnVsbGFtIGVsZWlmZW5kIGVzdCBldSBsYWN1cyBjb21tb2RvIHVsdHJpY2VzLiBOdW5jIGluIGF1Z3VlIHNlbSwgaW50ZXJkdW0gc29sbGljaXR1ZGluIHB1cnVzLjwvcD4KIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9IjUiIHRleHQ9IjMiIGhlYWRsaW5lPSJMb3JlbSBpcHN1bSBkb2xvciBzaXQgYW1ldCwgY29uc2VjdGV0dXIgYWRpcGlzY2luZyBlbGl0LiBQcmFlc2VudCBub24gYXVndWUgYSB2ZWxpdCByaG9uY3VzIHZlbmVuYXRpcyBpbiBhIHJpc3VzLiAiIGluZm9ybWF0aW9uPSI8cD5BbGlxdWFtIGVyYXQgdm9sdXRwYXQuIFN1c3BlbmRpc3NlIHZ1bHB1dGF0ZSBsaWd1bGEgaWQgbmlzbCBwbGFjZXJhdCBldCBlbGVtZW50dW0gcmlzdXMgc2NlbGVyaXNxdWUuIFBoYXNlbGx1cyBjb25zZWN0ZXR1ciB0ZW1wb3IgbGVjdHVzIGVnZXQgY29uc2VxdWF0LiBJbnRlZ2VyIGVnZXN0YXMgdmFyaXVzIG9kaW8sIHF1aXMgYmliZW5kdW0gcmlzdXMgcGxhY2VyYXQgaWFjdWxpcy48L3A+CiJdWy9zdGVwXVsvc3RlcF9ncmFwaGljc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NDoiZTMwPSI7fX0=','publish','0000-00-00 00:00:00'),(24,1313,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI0NToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1UcmFkaW5nIEZ1dHVyZXMgU3VjY2Vzc2Z1bGx5IG9uIHRoZSDCoCDCoCDCoCDCoCDCoCBTaG91bGRlcnMgb2YgR2lhbnRzWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4MToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIyXCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cIjMwMFwiIGZvbnRfY29sb3I9XCIjMzk1NDY4XCIgYWxpZ249XCJjZW50ZXJcIl1ieSBEci4gRGVhbiBIYW5kbGV5IMKgLSDCoEZ1dHVyZXMgVHJ1dGggTWFnYXppbmVbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozMTA6ImJhY2tncm91bmQtaW1hZ2U6IG5vbmU7IGJhY2tncm91bmQtY29sb3I6IHJnYigyNDIsIDI0MiwgMjQyKTsgcGFkZGluZy1ib3R0b206IDIwcHg7IGJvcmRlci10b3Atd2lkdGg6IDFweDsgYm9yZGVyLWJvdHRvbS13aWR0aDogMXB4OyBib3JkZXItc3R5bGU6IHNvbGlkOyBib3JkZXItdG9wLWNvbG9yOiByZ2IoMjI3LCAyMjcsIDIyNyk7IGJvcmRlci1ib3R0b20tY29sb3I6IHJnYigyMjcsIDIyNywgMjI3KTsgYmFja2dyb3VuZC1wb3NpdGlvbjogaW5pdGlhbCBpbml0aWFsOyBiYWNrZ3JvdW5kLXJlcGVhdDogbm8tcmVwZWF0IG5vLXJlcGVhdDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEzMjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tTW1ZeVpqSWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNakFpTENKaWIzSmtaWEpYYVdSMGFDSTZJakVpTENKaWIzSmtaWEpEYjJ4dmNpSTZJaU5sTTJVelpUTWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTYxOiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvZnV0dXJlcy10cnV0aC0yNDR4MzAwLmpwZ1wiIHdpZHRoPVwiMjQ0XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzI2OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUmlvcyBRdWFudGl0YXRpdmVcJ3MgbGl2ZSB0cmFkaW5nIHJvb20gwqBpcyByYW5rZWQgYW1vbmcgdGhlIHRvcCB0ZW4gb3V0IG9mIDQyMiByb29tcyBpbiByZWNlbnQgcmVzZWFyY2ggcmVwb3J0LiDCoEdldCB5b3VyIGZyZWUgY29weSBvZiB0aGUgcmVwb3J0IGFuZCBmaW5kIG91dCB3aGljaCB0cmFkaW5nIHJvb21zIGFyZSBtYWtpbmcgcHJvZml0YWJsZSB0cmFkZXMgaW4gbGl2ZSBtYXJrZXRzIGFuZCB3aGljaCBvbmVzIGFyZSBub3QhCgo8cD4mbmJzcDs8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzA2OiJbb3B0aW5fYm94IHN0eWxlPVwiMTFcIiB3aWR0aD1cIjQ1MFwiIG1hcmdpbl90b3A9XCIxNVwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiByZWRpcmVjdF91cmw9XCJodHRwczovL3d3dzMuZ290b21lZXRpbmcuY29tL3JlZ2lzdGVyLzg0NDgyNDc1OFwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1SVzUwWlhJZ2VXOTFjaUJ1WVcxbElHRnVaQ0JsYldGcGJDQmlaV3h2ZHlCbWIzSWdhVzV6ZEdGdWRDQmhZMk5sYzNNdUxpND1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCJdR2V0IEluc3RhbnQgQWNjZXNzIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo0OiJlMzA9IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNzc6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxN1wiIHdpZHRoPVwiOTQwXCJdPGgyIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjxzcGFuIHN0eWxlPVwiY29sb3I6ICM0MjUwNjM7XCI+WW91XCdyZSDCoDMtU3RlcHMgQXdheSB0bwpHZXR0aW5nIFN0YXJ0ZWQgaW4gb3VyIExpdmUgVHJhZGluZyBSb29twqA8L3NwYW4+PC9oMj4KPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjY2MjoiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCI1XCIgY29sb3I9XCIjNDI1MDYzXCJdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIlJlc2VydmUgeW91ciBzcG90IGltbWVkaWF0ZWx5LCBzcGFjZSBpcyBsaW1pdGVkLiBFbnRlciB5b3VyIGVtYWlsIHRvZGF5IHRvIHNlY3VyZSB5b3VyIGFjY2Vzcy5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIkxpdmUgdHJhZGluZyBzdGFydHMgTW9uZGF5IHRocm91Z2ggRnJpZGF5IGF0IDc6MzAgYS5tLiBFVCwgc3BhY2UgaXMgbGltaXRlZCBzbyBsb2cgaW4gNyBtaW51dGVzIGVhcmx5LlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiM1wiIGhlYWRsaW5lPVwiT25jZSB5b3VyXCdlIGluLCBwYXkgY2xvc2UgYXR0ZW50aW9uIGFuZCB3YXRjaCB1cyB0cmFkZSB0aGUgbGl2ZSBtYXJrZXRzIHdpdGggY3V0dGluZyBlZGdlIHF1YW50aXRhdGl2ZSB0b29scy4gSGF2ZSB5b3VyIHBlbiBhbmQgcGFwZXIgcmVhZHkgdG8gdGFrZSBub3RlcyBhbmQgbGVhcm4gd2hhdCBxdWFudCB0cmFkaW5nIGlzIGFsbCBhYm91dC4gQXNrIGFzIG1hbnkgcXVlc3Rpb25zIGFzIHlvdSBsaWtlLiBCZSByZWFkeSB0byBiZSBhbWF6ZWQhXCJdWy9zdGVwXVsvc3RlcF9ncmFwaGljc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc1ODoiW3Rlc3RpbW9uaWFscyBzdHlsZT1cIjJcIiBtYXJnaW5fdG9wPVwiXCIgbWFyZ2luX2JvdHRvbT1cIlwiXVt0ZXN0aW1vbmlhbCBuYW1lPVwiRGVhbiBIYW5kbGV5LCBQaEQsIE1CQSwgSkRcIiBjb21wYW55PVwiRHIuIEhhbmRsZXkgaGFzIEJTLUJpb2xvZ3k7IE1TLUJpb2NoZW0sIFBoRC1Nb2xlYyBHZW5ldGljcywgRmVsbG93c2hpcCksIGFuIE1CQSBpbiBmaW5hbmNlIGFuZCAgYSBKdXJpcyBEb2N0b3JhdGUgKEpEKSBpbiBpbnRlbGxlY3R1YWwgcHJvcGVydHkuIEhlIGhhcyBiZWVuIGFuIGFjdGl2ZSBmdXR1cmVzIHRyYWRlciBmb3IgbmVhcmx5IGZvdXIgeWVhcnMuIFwiIGhyZWY9XCJcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2RlYW4taGFuZGxleS5qcGdcIl08cD5SaW9zIFF1YW50aXRhdGl2ZSAtIFwiVGhleSB0cmFkZSB0aGUgZ3JlYXRlc3QgZGl2ZXJzaXR5IG9mIGZ1dHVyZXMgaW5kaWNlcyBJIGhhdmUgZXZlciBzZWVuIGFuZCBwcmVzZW50IGFzIGEgb25lLXN0b3AgZmluYW5jaWFsIGJvdXRpcXVlIHNwZWNpYWxpemluZyBpbiBlbGVjdHJvbmljIHRyYWRpbmcgc3RyYXRlZ3kuLi4gVGhlaXIgdGVjaG5vbG9neSBwcm92aWRlcyB0cmFkZXJzIGFjY2VzcyB0byBpbm5vdmF0aXZlIG1ldGhvZHMgdG8gcHJvZml0IGZyb20gdGhlIG1hcmtldHMgd2hpbGUgY29udHJvbGxpbmcgcmlzay5cIjwvcD4KWy90ZXN0aW1vbmlhbF1bL3Rlc3RpbW9uaWFsc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI2MzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkNPTU1PRElUWSBGVVRVUkVTLCBPUFRJT05TLCBBTkQgRk9SRVggVFJBRElORyBJTlZPTFZFUyBTVUJTVEFOVElBTCBSSVNLIEFORCBJUyBOT1QgU1VJVEFCTEUgRk9SIEFMTCBJTlZFU1RPUlMuIFBBU1QgUEVSRk9STUFOQ0UgSVMgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFJFU1VMVFMuPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','publish','0000-00-00 00:00:00'),(25,1318,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI0NToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1UcmFkaW5nIEZ1dHVyZXMgU3VjY2Vzc2Z1bGx5IG9uIHRoZSDCoCDCoCDCoCDCoCDCoCBTaG91bGRlcnMgb2YgR2lhbnRzWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4MToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIyXCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cIjMwMFwiIGZvbnRfY29sb3I9XCIjMzk1NDY4XCIgYWxpZ249XCJjZW50ZXJcIl1ieSBEci4gRGVhbiBIYW5kbGV5IMKgLSDCoEZ1dHVyZXMgVHJ1dGggTWFnYXppbmVbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjE6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9mdXR1cmVzLXRydXRoLTI0NHgzMDAuanBnXCIgd2lkdGg9XCIyNDRcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMjY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl1SaW9zIFF1YW50aXRhdGl2ZVwncyBsaXZlIHRyYWRpbmcgcm9vbSDCoGlzIHJhbmtlZCBhbW9uZyB0aGUgdG9wIHRlbiBvdXQgb2YgNDIyIHJvb21zIGluIHJlY2VudCByZXNlYXJjaCByZXBvcnQuIMKgR2V0IHlvdXIgZnJlZSBjb3B5IG9mIHRoZSByZXBvcnQgYW5kIGZpbmQgb3V0IHdoaWNoIHRyYWRpbmcgcm9vbXMgYXJlIG1ha2luZyBwcm9maXRhYmxlIHRyYWRlcyBpbiBsaXZlIG1hcmtldHMgYW5kIHdoaWNoIG9uZXMgYXJlIG5vdCEKCjxwPiZuYnNwOzwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3MDY6IltvcHRpbl9ib3ggc3R5bGU9XCIxMVwiIHdpZHRoPVwiNDUwXCIgbWFyZ2luX3RvcD1cIjE1XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIHJlZGlyZWN0X3VybD1cImh0dHBzOi8vd3d3My5nb3RvbWVldGluZy5jb20vcmVnaXN0ZXIvODQ0ODI0NzU4XCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVJXNTBaWElnZVc5MWNpQnVZVzFsSUdGdVpDQmxiV0ZwYkNCaVpXeHZkeUJtYjNJZ2FXNXpkR0Z1ZENCaFkyTmxjM011TGk0PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIl1HZXQgSW5zdGFudCBBY2Nlc3MhWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjQ6ImUzMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI3NzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE3XCIgd2lkdGg9XCI5NDBcIl08aDIgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PHNwYW4gc3R5bGU9XCJjb2xvcjogIzQyNTA2MztcIj5Zb3VcJ3JlIMKgMy1TdGVwcyBBd2F5IHRvCkdldHRpbmcgU3RhcnRlZCBpbiBvdXIgTGl2ZSBUcmFkaW5nIFJvb23CoDwvc3Bhbj48L2gyPgo8cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NjYyOiJbc3RlcF9ncmFwaGljcyBzdHlsZT1cIjVcIiBjb2xvcj1cIiM0MjUwNjNcIl1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMVwiIGhlYWRsaW5lPVwiUmVzZXJ2ZSB5b3VyIHNwb3QgaW1tZWRpYXRlbHksIHNwYWNlIGlzIGxpbWl0ZWQuIEVudGVyIHlvdXIgZW1haWwgdG9kYXkgdG8gc2VjdXJlIHlvdXIgYWNjZXNzLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiTGl2ZSB0cmFkaW5nIHN0YXJ0cyBNb25kYXkgdGhyb3VnaCBGcmlkYXkgYXQgNzozMCBhLm0uIEVULCBzcGFjZSBpcyBsaW1pdGVkIHNvIGxvZyBpbiA3IG1pbnV0ZXMgZWFybHkuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIzXCIgaGVhZGxpbmU9XCJPbmNlIHlvdXJcJ2UgaW4sIHBheSBjbG9zZSBhdHRlbnRpb24gYW5kIHdhdGNoIHVzIHRyYWRlIHRoZSBsaXZlIG1hcmtldHMgd2l0aCBjdXR0aW5nIGVkZ2UgcXVhbnRpdGF0aXZlIHRvb2xzLiBIYXZlIHlvdXIgcGVuIGFuZCBwYXBlciByZWFkeSB0byB0YWtlIG5vdGVzIGFuZCBsZWFybiB3aGF0IHF1YW50IHRyYWRpbmcgaXMgYWxsIGFib3V0LiBBc2sgYXMgbWFueSBxdWVzdGlvbnMgYXMgeW91IGxpa2UuIEJlIHJlYWR5IHRvIGJlIGFtYXplZCFcIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzU3OiJbdGVzdGltb25pYWxzIHN0eWxlPVwiMlwiIG1hcmdpbl90b3A9XCJcIiBtYXJnaW5fYm90dG9tPVwiXCJdW3Rlc3RpbW9uaWFsIG5hbWU9XCJEZWFuIEhhbmRsZXksIFBoRCwgTUJBLCBKRFwiIGNvbXBhbnk9XCJEci4gSGFuZGxleSBoYXMgQlMtQmlvbG9neTsgTVMtQmlvY2hlbSwgUGhELU1vbGVjIEdlbmV0aWNzLCBGZWxsb3dzaGlwKSwgYW4gTUJBIGluIGZpbmFuY2UgYW5kICBhIEp1cmlzIERvY3RvcmF0ZSAoSkQpIGluIGludGVsbGVjdHVhbCBwcm9wZXJ0eS4gSGUgaGFzIGJlZW4gYW4gYWN0aXZlIGZ1dHVyZXMgdHJhZGVyIGZvciBuZWFybHkgZm91ciB5ZWFycy4gXCIgaHJlZj1cIlwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvZGVhbi1oYW5kbGV5LmpwZ1wiXTxwPlJpb3MgUXVhbnRpdGF0aXZlIC0gXCJUaGV5IHRyYWRlIHRoZSBncmVhdGVzdCBkaXZlcnNpdHkgb2YgZnV0dXJlcyBpbmRpY2VzIEkgaGF2ZSBldmVyIHNlZW4gYW5kIHByZXNlbnQgYXMgYSBvbmUtc3RvcCBmaW5hbmNpYWwgYm91dGlxdWUgc3BlY2lhbGl6aW5nIGluIGVsZWN0cm9uaWMgdHJhZGluZyBzdHJhdGVneS4uLiBUaGVpciB0ZWNobm9sb2d5IHByb3ZpZGVzIHRyYWRlcnMgYWNjZXNzIHRvIGlubm92YXRpdmUgbWV0aG9kcyB0byBwcm9maXQgZnJvbSB0aGUgbWFya2V0cyB3aGlsZSBjb250cm9sbGluZyByaXNrLlwiPC9wPlsvdGVzdGltb25pYWxdWy90ZXN0aW1vbmlhbHNdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjM7YTo0OntzOjk6InJvd19jbGFzcyI7czoyOToicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNjM6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5DT01NT0RJVFkgRlVUVVJFUywgT1BUSU9OUywgQU5EIEZPUkVYIFRSQURJTkcgSU5WT0xWRVMgU1VCU1RBTlRJQUwgUklTSyBBTkQgSVMgTk9UIFNVSVRBQkxFIEZPUiBBTEwgSU5WRVNUT1JTLiBQQVNUIFBFUkZPUk1BTkNFIElTIE5PVCBJTkRJQ0FUSVZFIE9GIEZVVFVSRSBSRVNVTFRTLjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19','publish','0000-00-00 00:00:00'),(26,1320,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTkxOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl3Cv0N1w6FswqBlcyB0dSBSZWxpZ2nDs24gZGUgVHJhZGluZz9bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE5MzoiYmFja2dyb3VuZC1pbWFnZTogbGluZWFyLWdyYWRpZW50KHJnYigwLCAwLCAwKSAwJSwgcmdiKDAsIDAsIDApIDEwMCUpOyBib3JkZXItdG9wLXdpZHRoOiAwcHg7IGJvcmRlci1ib3R0b20td2lkdGg6IDBweDsgYmFja2dyb3VuZC1wb3NpdGlvbjogaW5pdGlhbCBpbml0aWFsOyBiYWNrZ3JvdW5kLXJlcGVhdDogaW5pdGlhbCBpbml0aWFsOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6ODg6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNd01EQXdNREFpTENKaVlXTnJaM0p2ZFc1a1EyOXNiM0pGYm1RaU9pSWpNREF3TURBd0luMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjg1OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIHdpZHRoPVwiMzAwXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjY6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9nbm9zdGljazIuanBnXCIgd2lkdGg9XCIzODhcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM5OiJyb3cgZml2ZS1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxNzE3MTc7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToyMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhOekUzTVRjaUxDSndZV1JrYVc1blZHOXdJam9pTWpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI0OiJ0aHJlZS1maWZ0aHMgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4OToiW3ZpZGVvX3BsYXllciB0eXBlPVwieW91dHViZVwiIHlvdXR1YmVfZm9yY2VfaGQ9XCJub25lXCIgd2lkdGg9XCI1NTBcIiBoZWlnaHQ9XCIzMDlcIiBhbGlnbj1cImxlZnRcIiBtYXJnaW5fdG9wPVwiMFwiIG1hcmdpbl9ib3R0b209XCIwXCJdYUhSMGNEb3ZMM2x2ZFhSMUxtSmxMMmcwUVZCYVQwbFZjM0puWy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6Mjk6InR3by1maWZ0aHMgY29sdW1uIGNvbHMgbmFycm93IjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODA6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyM1wiIGZvbnRfc3R5bGU9XCJub3JtYWxcIiBmb250X2NvbG9yPVwiI2VjZWJlNFwiIGFsaWduPVwibGVmdFwiXURlc2N1YnJhwqBlbCBjb25vY2ltaWVudG8gb2N1bHRvIGNvbiBsYSB0ZWNub2xvZ2lhIGRlIHRyYWRpbmcgR25vc1RJQ0tbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyOToiZWxlbWVudC1jb250YWluZXIgY2YgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMjg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjZWVlYmRkXCIgYm90dG9tX3BhZGRpbmc9XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjM2NFwiIGxpbmVfaGVpZ2h0PVwiMjJcIl1QYXJhIHZlcmxvIGVuIGFjY2nDs24gZW4gbnVlc3RyYSBzYWxhIGRlIG9wZXJhY2lvbmVzLCBzdXNjcsOtYmV0ZSBlbiBlbCBzaWd1aWVudGUgZm9ybXVsYXJpbzoKCkx1bmVzIC0gVmllcm5lcyBjb21lbnphbmRvIGEgbGFzIDc6MzBhbSBFVAoKPHA+Jm5ic3A7PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NjUwOiJbb3B0aW5fYm94IHN0eWxlPVwiMTRcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9kZWZhdWx0PVwiSW5ncmVzZSBzdSBkaXJlY2Npw7NuIGRlIGNvcnJlbyBlbGVjdHLDs25pY29cIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiByZWRpcmVjdF91cmw9XCJodHRwczovL3d3dzMuZ290b21lZXRpbmcuY29tL3JlZ2lzdGVyLzIyMzY4Njc2NlwiIG5hbWVfZGVmYXVsdD1cIkVzY3JpYmEgc3Ugbm9tYnJlXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1WYWxvcmFtb3Mgc3UgcHJpdmFjaWRhZCB5IG51bmNhIGxlIGVudmlhcmVtb3Mgc3BhbVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXU9idGVuZ2EgQWNjZXNvIEluc3RhbnTDoW5lbyFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozODoiZWxlbWVudC1jb250YWluZXIgY2YgcGFkLWxlZnQgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fX19fX1pOjM7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkzOiJiYWNrZ3JvdW5kOiNmY2ZjZmM7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZmNmY2ZjKSwgY29sb3Itc3RvcCgxMDAlLCAjZjVmNWY1KSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZmNmY2ZjLCBlbmRDb2xvcnN0cj0jZjVmNWY1LCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZMlpqWm1NaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqSXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakUxSW4wPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTA1OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIHdpZHRoPVwiOTYwXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2MzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjQwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+UXVhbnRpdGF0aXZlIEFuYWx5c2lzICZhbXA7IEFsZ29yaXRobWljIFRyYWRpbmc8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTQ3OiJbY3VzdG9tX2h0bWxdPGRpdiBpZD1cImZiLXJvb3RcIj48L2Rpdj4KPHNjcmlwdD4oZnVuY3Rpb24oZCwgcywgaWQpIHsKICB2YXIganMsIGZqcyA9IGQuZ2V0RWxlbWVudHNCeVRhZ05hbWUocylbMF07CiAgaWYgKGQuZ2V0RWxlbWVudEJ5SWQoaWQpKSByZXR1cm47CiAganMgPSBkLmNyZWF0ZUVsZW1lbnQocyk7IGpzLmlkID0gaWQ7CiAganMuc3JjID0gXCIvL2Nvbm5lY3QuZmFjZWJvb2submV0L2VuX0dCL2FsbC5qcyN4ZmJtbD0xJmFwcElkPTE5MjQwMTM1NDI0NTAxNVwiOwogIGZqcy5wYXJlbnROb2RlLmluc2VydEJlZm9yZShqcywgZmpzKTsKfShkb2N1bWVudCwgXCdzY3JpcHRcJywgXCdmYWNlYm9vay1qc3Nka1wnKSk7PC9zY3JpcHQ+CjxkaXYgY2xhc3M9XCJmYi1saWtlXCIgZGF0YS1ocmVmPVwiaHR0cDovL2RldmVsb3BlcnMuZmFjZWJvb2suY29tL2RvY3MvcmVmZXJlbmNlL3BsdWdpbnMvbGlrZVwiIGRhdGEtc2VuZD1cInRydWVcIiBkYXRhLXdpZHRoPVwiNDUwXCIgZGF0YS1zaG93LWZhY2VzPVwidHJ1ZVwiPjwvZGl2PlsvY3VzdG9tX2h0bWxdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19','publish','0000-00-00 00:00:00'),(27,1330,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4MjoiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjIwIiBmb250X2ZvbnQ9IkFzYXAiIGZvbnRfc3R5bGU9Im5vcm1hbCIgZm9udF9jb2xvcj0iIzFhOWVlMCIgZm9udF9zcGFjaW5nPSItMSIgYWxpZ249ImNlbnRlciJdPHN0cm9uZz5MSVZFIFdFQklOQVI8L3N0cm9uZz7CoFdJVEggSE9TVCBOQU1FWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTWpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09Ijt9aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxYTllZTA7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjI3OiJbaGVhZGxpbmUgc3R5bGU9IjEiIGZvbnRfc2l6ZT0iMzAiIGZvbnRfZm9udD0iQXNhcCIgZm9udF9zdHlsZT0iYm9sZCIgZm9udF9jb2xvcj0iI2ZmZmZmZiIgZm9udF9zaGFkb3c9ImRhcmsiIGFsaWduPSJjZW50ZXIiXeKAnFRoZSA1IFJlYXNvbnMgWW91IE11c3QgQmUgVXNpbmcgUmVzcG9uc2l2ZQpEZXNpZ24gT24gWW91ciBXZWJzaXRlcyBpbiAyMDEzIEFuZCBCZXlvbmTigJ1bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeFlUbGxaVEFpTENKd1lXUmthVzVuVkc5d0lqb2lNekFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpVaWZRPT0iO31pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjIwNjoiYmFja2dyb3VuZC1pbWFnZTogbm9uZTsgYmFja2dyb3VuZC1jb2xvcjogcmdiKDMzLCAzMywgMzMpOyBwYWRkaW5nLWJvdHRvbTogMHB4OyBib3JkZXItdG9wLXdpZHRoOiAwcHg7IGJvcmRlci1ib3R0b20td2lkdGg6IDBweDsgYmFja2dyb3VuZC1wb3NpdGlvbjogaW5pdGlhbCBpbml0aWFsOyBiYWNrZ3JvdW5kLXJlcGVhdDogbm8tcmVwZWF0IG5vLXJlcGVhdDsiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc2OiJbY2FsZW5kYXJfZGF0ZSBzdHlsZT0iMSIgbW9udGg9Ikp1bmUiIGNhbGVuZGFyX2Jhcl9jb2xvcj0iI2ZmMDAwMCIgZGF5PSIyNSJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtOO319fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4NjoiW3RleHRfYmxvY2sgc3R5bGU9InN0eWxlXzEucG5nIiBhbGlnbj0ibGVmdCIgZm9udF9zaXplPSIyMSIgZm9udF9jb2xvcj0iI2ZmZmZmZiIgd2lkdGg9IjIyMCJdPHN0cm9uZz5GcmlkYXksIEp1bmUgMjV0aAo8L3N0cm9uZz4xMSBBTSBQYWNpZmljIFRpbWUKNCBQTSBFYXN0ZXJuIFRpbWUKOSBQTSBHTVRbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjY2NToiW29wdGluX2JveCBzdHlsZT0iNyIgYWxpZ25tZW50PSJjZW50ZXIiIGVtYWlsX2RlZmF1bHQ9IkVudGVyIHlvdXIgZW1haWwgYWRkcmVzcyIgaW50ZWdyYXRpb25fdHlwZT0iZW1haWwiIG5hbWVfZGVmYXVsdD0iRW50ZXIgeW91ciBmaXJzdCBuYW1lIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9ImhlYWRsaW5lIl1IZXJlJ3MgVGhlIEhlYWRsaW5lIEZvciBUaGUgQm94Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPSJwYXJhZ3JhcGgiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9InByaXZhY3kiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9InRvcF9jb2xvciJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT0iMCIgYnV0dG9uX2JlbG93PSJZIl1HZXQgSW5zdGFudCBBY2Nlc3MhWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MjthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo3MjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU15TVRJeE1qRWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNQ0o5Ijt9aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxMTA6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjYxOiJbaGVhZGxpbmUgc3R5bGU9IjEiIGZvbnRfc2l6ZT0iMzUiIGFsaWduPSJsZWZ0IiBsaW5lX2hlaWdodD0iMzUiXTxkaXYgZGF0YS1sYj0iZWRpdGFibGUtcmljaC10ZXh0IiBkYXRhLWxiLWlkPSJtYWluLWhlYWRsaW5lIiBkYXRhLWxiLW5hbWU9Ik1haW4gSGVhZGxpbmUgVGV4dCI+RFVSSU5HIFRISVMgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMWE5ZWUwOyI+PGI+RlJFRSBXRUJJTkFSPC9iPjwvc3Bhbj4gWU9VIFdJTEwgTEVBUk46PC9kaXY+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjUzODoiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9IjMiIGNvbG9yPSIjMWE5ZWUwIl1bc3RlcCBzdHlsZT0iMyIgdGV4dD0iMSIgaGVhZGxpbmU9IkxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaXNjaW5nIGVsaXQuIiBpbmZvcm1hdGlvbj0iPHA+TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2NpbmcgZWxpdC4gTWF1cmlzIGVsZW1lbnR1bSBmZXJtZW50dW0gbWF1cmlzLCBpbiBiaWJlbmR1bSBtYWduYSB1bHRyaWNlcyBzZWQuIDwvcD4KIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9IjMiIHRleHQ9IjIiIGhlYWRsaW5lPSJVdCBhIGxpZ3VsYSB2aXRhZSBhbnRlIHZ1bHB1dGF0ZSBjb25zZWN0ZXR1ciBxdWlzIGV1IHVybmEuIiBpbmZvcm1hdGlvbj0iPHA+QWVuZWFuIHRlbXBvciBzZW0gdXQgdml2ZXJyYSBzY2VsZXJpc3F1ZS4gQWVuZWFuIHZlaGljdWxhIGJpYmVuZHVtIG1hdXJpcywgdmVsIHBlbGxlbnRlc3F1ZSBuaXNsIHZhcml1cyBxdWlzLjwvcD4KIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo3OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTczOiJbaW1hZ2VzIHN0eWxlPSI1IiBpbWFnZT0iaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvcGVyc29uMTIxMi5qcGciIHdpZHRoPSIxNDkiIGFsaWduPSJjZW50ZXIiIHRvcF9tYXJnaW49IjAiIGJvdHRvbV9tYXJnaW49IjAiIGZ1bGxfd2lkdGg9IlkiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTc4OiJbdGV4dF9ibG9jayBzdHlsZT0ic3R5bGVfMS5wbmciIGFsaWduPSJsZWZ0IiBmb250X3NpemU9IjI0IiBmb250X2ZvbnQ9IlNoYWRvd3MgSW50byBMaWdodCIgYm90dG9tX21hcmdpbj0iMCIgd2lkdGg9IjQ2MCJdPHAgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlcjsiPkhvc3QgTmFtZTwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjM7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319aTo0O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMwOiJbdmVydGljYWxfc3BhY2luZyBoZWlnaHQ9IjMwIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo1O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxNzoiW3RleHRfYmxvY2sgc3R5bGU9InN0eWxlXzEucG5nIiBhbGlnbj0iY2VudGVyIiBmb250X3NpemU9IjE1IiBmb250X2NvbG9yPSIjOTE5MTkxIiBib3R0b21fcGFkZGluZz0iMTAiIGJvdHRvbV9tYXJnaW49IjAiIHdpZHRoPSI0NjAiXTxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXI7Ij5TaGFyZSB0aGlzIHBhZ2Ugd2l0aCB5b3VyIGZyaWVuZHMuLi48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjY7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjQwOiJbc29jaWFsX3NoYXJpbmcgc3R5bGU9InN0eWxlLTIwIiBmYl9jb2xvcj0ibGlnaHQiIGZiX2xhbmc9ImVuX0dCIiBmYl90ZXh0PSJyZWNvbW1lbmQiIGZiX2J1dHRvbl90ZXh0PSJTaGFyZSIgdHdfbGFuZz0iZW4iIHR3X2J1dHRvbl90ZXh0PSJTaGFyZSIgZ19sYW5nPSJlbi1HQiIgZ19idXR0b25fdGV4dD0iU2hhcmUiIHBfZGVzY3JpcHRpb249IiIgbGlua2VkaW5fbGFuZz0iZW5fVVMiIGFsaWdubWVudD0iY2VudGVyIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTU2OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDI5d2RHbHRhWHBsY0hKbGMzTXlMbU52YlM5M2NDMWpiMjUwWlc1MEwzVndiRzloWkhNdk1qQXhNeTh3Tmk5aVlXTnJNUzV3Ym1jcElpd2lZbUZqYTJkeWIzVnVaRkJ2YzJsMGFXOXVJam9pZEdsc1pTSjkiO31pOjQ7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjI4OiJiYWNrZ3JvdW5kLWltYWdlOiBub25lOyBiYWNrZ3JvdW5kLWNvbG9yOiByZ2IoMjM0LCAxMTMsIDE2KTsgcGFkZGluZy1ib3R0b206IDI1cHg7IGJvcmRlci10b3Atd2lkdGg6IDBweDsgYm9yZGVyLWJvdHRvbS13aWR0aDogMHB4OyBwYWRkaW5nLXRvcDogNDVweDsgYmFja2dyb3VuZC1wb3NpdGlvbjogaW5pdGlhbCBpbml0aWFsOyBiYWNrZ3JvdW5kLXJlcGVhdDogbm8tcmVwZWF0IG5vLXJlcGVhdDsiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI4OToiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjIwIiBmb250X2NvbG9yPSIjZmZmZmZmIiBhbGlnbj0iY2VudGVyIl1XQVJOSU5HOiDCoFdlIG9ubHkgaGF2ZSAxMDAwIHNwb3RzIG9uIG91ciB3ZWJpbmFyIHN5c3RlbSBhdmFpbGFibGUgYW5kwqBzcGFjZSB3aWxsIGZpbGwgdXAgZmFzdCBzbyByZWdpc3RlciBub3cgdG8gYXZvaWQgbWlzc2luZyBvdXQuIMKgVGhpcyB3ZWJpbmFyIGlzIHBhY2tlZCB3aXRoIGhpZ2ggcXVhbGl0eSBjb250ZW50IGFuZCB3aWxsIGZpbGwgdXAgZmFzdCFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObFlUY3hNVEFpTENKd1lXUmthVzVuVkc5d0lqb2lORFVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpVaWZRPT0iO31pOjU7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTQ3OiJiYWNrZ3JvdW5kLWltYWdlOnVybChodHRwOi8vb3B0aW1pemVwcmVzczIuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzA2L2JhY2sxLnBuZyk7YmFja2dyb3VuZC1yZXBlYXQ6cmVwZWF0O3BhZGRpbmctdG9wOjMwcHg7cGFkZGluZy1ib3R0b206NTBweDsiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3NDoiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjI1IiBmb250X3N0eWxlPSJub3JtYWwiIGFsaWduPSJjZW50ZXIiIGJvdHRvbV9tYXJnaW49IjIwIl08c3Ryb25nPlRoaXMgb25lIHdpbGwgYmUgbm8gZXhjZXB0aW9uLsKgU28gY2xhaW0geW91ciBzcG90IGJlbG93ITwvc3Ryb25nPlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo2NjU6IltvcHRpbl9ib3ggc3R5bGU9IjciIGFsaWdubWVudD0iY2VudGVyIiBlbWFpbF9kZWZhdWx0PSJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3MiIGludGVncmF0aW9uX3R5cGU9ImVtYWlsIiBuYW1lX2RlZmF1bHQ9IkVudGVyIHlvdXIgZmlyc3QgbmFtZSJdW29wdGluX2JveF9maWVsZCBuYW1lPSJoZWFkbGluZSJdSGVyZSdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT0icGFyYWdyYXBoIl1URzl5WlcwZ2FYQnpkVzBnWkc5c2IzSWdjMmwwSUdGdFpYUXNJR052Ym5ObFkzUmxkSFZ5SUdGa2FYQnBjMk5wYm1jZ1pXeHBkQzRnUkc5dVpXTWdkbVZzSUc1MWJtTWdibTl1SUd4aFkzVnpJSFpsYm1WdVlYUnBjeUJqYjIxdGIyUnZMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPSJwcml2YWN5Il1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPSJ0b3BfY29sb3IiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9IjAiIGJ1dHRvbl9iZWxvdz0iWSJdR2V0IEluc3RhbnQgQWNjZXNzIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fXM6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjIwODoiZXlKaVlXTnJaM0p2ZFc1a1NXMWhaMlVpT2lKMWNtd29hSFIwY0RvdkwyOXdkR2x0YVhwbGNISmxjM015TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TXk4d05pOWlZV05yTVM1d2JtY3BJaXdpWW1GamEyZHliM1Z1WkZCdmMybDBhVzl1SWpvaWRHbHNaU0lzSW5CaFpHUnBibWRVYjNBaU9pSXpNQ0lzSW5CaFpHUnBibWRDYjNSMGIyMGlPaUkxTUNKOSI7fX0=','publish','0000-00-00 00:00:00'),(28,1332,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4MjoiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjIwIiBmb250X2ZvbnQ9IkFzYXAiIGZvbnRfc3R5bGU9Im5vcm1hbCIgZm9udF9jb2xvcj0iIzFhOWVlMCIgZm9udF9zcGFjaW5nPSItMSIgYWxpZ249ImNlbnRlciJdPHN0cm9uZz5MSVZFIFdFQklOQVI8L3N0cm9uZz7CoFdJVEggSE9TVCBOQU1FWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTWpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09Ijt9aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxYTllZTA7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjI3OiJbaGVhZGxpbmUgc3R5bGU9IjEiIGZvbnRfc2l6ZT0iMzAiIGZvbnRfZm9udD0iQXNhcCIgZm9udF9zdHlsZT0iYm9sZCIgZm9udF9jb2xvcj0iI2ZmZmZmZiIgZm9udF9zaGFkb3c9ImRhcmsiIGFsaWduPSJjZW50ZXIiXeKAnFRoZSA1IFJlYXNvbnMgWW91IE11c3QgQmUgVXNpbmcgUmVzcG9uc2l2ZQpEZXNpZ24gT24gWW91ciBXZWJzaXRlcyBpbiAyMDEzIEFuZCBCZXlvbmTigJ1bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeFlUbGxaVEFpTENKd1lXUmthVzVuVkc5d0lqb2lNekFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpVaWZRPT0iO31pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjIwNjoiYmFja2dyb3VuZC1pbWFnZTogbm9uZTsgYmFja2dyb3VuZC1jb2xvcjogcmdiKDMzLCAzMywgMzMpOyBwYWRkaW5nLWJvdHRvbTogMHB4OyBib3JkZXItdG9wLXdpZHRoOiAwcHg7IGJvcmRlci1ib3R0b20td2lkdGg6IDBweDsgYmFja2dyb3VuZC1wb3NpdGlvbjogaW5pdGlhbCBpbml0aWFsOyBiYWNrZ3JvdW5kLXJlcGVhdDogbm8tcmVwZWF0IG5vLXJlcGVhdDsiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc2OiJbY2FsZW5kYXJfZGF0ZSBzdHlsZT0iMSIgbW9udGg9Ikp1bmUiIGNhbGVuZGFyX2Jhcl9jb2xvcj0iI2ZmMDAwMCIgZGF5PSIyNSJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtOO319fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4NjoiW3RleHRfYmxvY2sgc3R5bGU9InN0eWxlXzEucG5nIiBhbGlnbj0ibGVmdCIgZm9udF9zaXplPSIyMSIgZm9udF9jb2xvcj0iI2ZmZmZmZiIgd2lkdGg9IjIyMCJdPHN0cm9uZz5GcmlkYXksIEp1bmUgMjV0aAo8L3N0cm9uZz4xMSBBTSBQYWNpZmljIFRpbWUKNCBQTSBFYXN0ZXJuIFRpbWUKOSBQTSBHTVRbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjY2NToiW29wdGluX2JveCBzdHlsZT0iNyIgYWxpZ25tZW50PSJjZW50ZXIiIGVtYWlsX2RlZmF1bHQ9IkVudGVyIHlvdXIgZW1haWwgYWRkcmVzcyIgaW50ZWdyYXRpb25fdHlwZT0iZW1haWwiIG5hbWVfZGVmYXVsdD0iRW50ZXIgeW91ciBmaXJzdCBuYW1lIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9ImhlYWRsaW5lIl1IZXJlJ3MgVGhlIEhlYWRsaW5lIEZvciBUaGUgQm94Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPSJwYXJhZ3JhcGgiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9InByaXZhY3kiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9InRvcF9jb2xvciJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT0iMCIgYnV0dG9uX2JlbG93PSJZIl1HZXQgSW5zdGFudCBBY2Nlc3MhWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MjthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo3MjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU15TVRJeE1qRWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNQ0o5Ijt9aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxMTA6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjYxOiJbaGVhZGxpbmUgc3R5bGU9IjEiIGZvbnRfc2l6ZT0iMzUiIGFsaWduPSJsZWZ0IiBsaW5lX2hlaWdodD0iMzUiXTxkaXYgZGF0YS1sYj0iZWRpdGFibGUtcmljaC10ZXh0IiBkYXRhLWxiLWlkPSJtYWluLWhlYWRsaW5lIiBkYXRhLWxiLW5hbWU9Ik1haW4gSGVhZGxpbmUgVGV4dCI+RFVSSU5HIFRISVMgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMWE5ZWUwOyI+PGI+RlJFRSBXRUJJTkFSPC9iPjwvc3Bhbj4gWU9VIFdJTEwgTEVBUk46PC9kaXY+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjUzODoiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9IjMiIGNvbG9yPSIjMWE5ZWUwIl1bc3RlcCBzdHlsZT0iMyIgdGV4dD0iMSIgaGVhZGxpbmU9IkxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaXNjaW5nIGVsaXQuIiBpbmZvcm1hdGlvbj0iPHA+TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2NpbmcgZWxpdC4gTWF1cmlzIGVsZW1lbnR1bSBmZXJtZW50dW0gbWF1cmlzLCBpbiBiaWJlbmR1bSBtYWduYSB1bHRyaWNlcyBzZWQuIDwvcD4KIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9IjMiIHRleHQ9IjIiIGhlYWRsaW5lPSJVdCBhIGxpZ3VsYSB2aXRhZSBhbnRlIHZ1bHB1dGF0ZSBjb25zZWN0ZXR1ciBxdWlzIGV1IHVybmEuIiBpbmZvcm1hdGlvbj0iPHA+QWVuZWFuIHRlbXBvciBzZW0gdXQgdml2ZXJyYSBzY2VsZXJpc3F1ZS4gQWVuZWFuIHZlaGljdWxhIGJpYmVuZHVtIG1hdXJpcywgdmVsIHBlbGxlbnRlc3F1ZSBuaXNsIHZhcml1cyBxdWlzLjwvcD4KIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo3OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTczOiJbaW1hZ2VzIHN0eWxlPSI1IiBpbWFnZT0iaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvcGVyc29uMTIxMi5qcGciIHdpZHRoPSIxNDkiIGFsaWduPSJjZW50ZXIiIHRvcF9tYXJnaW49IjAiIGJvdHRvbV9tYXJnaW49IjAiIGZ1bGxfd2lkdGg9IlkiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTc4OiJbdGV4dF9ibG9jayBzdHlsZT0ic3R5bGVfMS5wbmciIGFsaWduPSJsZWZ0IiBmb250X3NpemU9IjI0IiBmb250X2ZvbnQ9IlNoYWRvd3MgSW50byBMaWdodCIgYm90dG9tX21hcmdpbj0iMCIgd2lkdGg9IjQ2MCJdPHAgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlcjsiPkhvc3QgTmFtZTwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjM7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319aTo0O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMwOiJbdmVydGljYWxfc3BhY2luZyBoZWlnaHQ9IjMwIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo1O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxNzoiW3RleHRfYmxvY2sgc3R5bGU9InN0eWxlXzEucG5nIiBhbGlnbj0iY2VudGVyIiBmb250X3NpemU9IjE1IiBmb250X2NvbG9yPSIjOTE5MTkxIiBib3R0b21fcGFkZGluZz0iMTAiIGJvdHRvbV9tYXJnaW49IjAiIHdpZHRoPSI0NjAiXTxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXI7Ij5TaGFyZSB0aGlzIHBhZ2Ugd2l0aCB5b3VyIGZyaWVuZHMuLi48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjY7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjQwOiJbc29jaWFsX3NoYXJpbmcgc3R5bGU9InN0eWxlLTIwIiBmYl9jb2xvcj0ibGlnaHQiIGZiX2xhbmc9ImVuX0dCIiBmYl90ZXh0PSJyZWNvbW1lbmQiIGZiX2J1dHRvbl90ZXh0PSJTaGFyZSIgdHdfbGFuZz0iZW4iIHR3X2J1dHRvbl90ZXh0PSJTaGFyZSIgZ19sYW5nPSJlbi1HQiIgZ19idXR0b25fdGV4dD0iU2hhcmUiIHBfZGVzY3JpcHRpb249IiIgbGlua2VkaW5fbGFuZz0iZW5fVVMiIGFsaWdubWVudD0iY2VudGVyIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTU2OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDI5d2RHbHRhWHBsY0hKbGMzTXlMbU52YlM5M2NDMWpiMjUwWlc1MEwzVndiRzloWkhNdk1qQXhNeTh3Tmk5aVlXTnJNUzV3Ym1jcElpd2lZbUZqYTJkeWIzVnVaRkJ2YzJsMGFXOXVJam9pZEdsc1pTSjkiO31pOjQ7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjI4OiJiYWNrZ3JvdW5kLWltYWdlOiBub25lOyBiYWNrZ3JvdW5kLWNvbG9yOiByZ2IoMjM0LCAxMTMsIDE2KTsgcGFkZGluZy1ib3R0b206IDI1cHg7IGJvcmRlci10b3Atd2lkdGg6IDBweDsgYm9yZGVyLWJvdHRvbS13aWR0aDogMHB4OyBwYWRkaW5nLXRvcDogNDVweDsgYmFja2dyb3VuZC1wb3NpdGlvbjogaW5pdGlhbCBpbml0aWFsOyBiYWNrZ3JvdW5kLXJlcGVhdDogbm8tcmVwZWF0IG5vLXJlcGVhdDsiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI4OToiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjIwIiBmb250X2NvbG9yPSIjZmZmZmZmIiBhbGlnbj0iY2VudGVyIl1XQVJOSU5HOiDCoFdlIG9ubHkgaGF2ZSAxMDAwIHNwb3RzIG9uIG91ciB3ZWJpbmFyIHN5c3RlbSBhdmFpbGFibGUgYW5kwqBzcGFjZSB3aWxsIGZpbGwgdXAgZmFzdCBzbyByZWdpc3RlciBub3cgdG8gYXZvaWQgbWlzc2luZyBvdXQuIMKgVGhpcyB3ZWJpbmFyIGlzIHBhY2tlZCB3aXRoIGhpZ2ggcXVhbGl0eSBjb250ZW50IGFuZCB3aWxsIGZpbGwgdXAgZmFzdCFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObFlUY3hNVEFpTENKd1lXUmthVzVuVkc5d0lqb2lORFVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpVaWZRPT0iO31pOjU7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTQ3OiJiYWNrZ3JvdW5kLWltYWdlOnVybChodHRwOi8vb3B0aW1pemVwcmVzczIuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzA2L2JhY2sxLnBuZyk7YmFja2dyb3VuZC1yZXBlYXQ6cmVwZWF0O3BhZGRpbmctdG9wOjMwcHg7cGFkZGluZy1ib3R0b206NTBweDsiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3NDoiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjI1IiBmb250X3N0eWxlPSJub3JtYWwiIGFsaWduPSJjZW50ZXIiIGJvdHRvbV9tYXJnaW49IjIwIl08c3Ryb25nPlRoaXMgb25lIHdpbGwgYmUgbm8gZXhjZXB0aW9uLsKgU28gY2xhaW0geW91ciBzcG90IGJlbG93ITwvc3Ryb25nPlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo2NjU6IltvcHRpbl9ib3ggc3R5bGU9IjciIGFsaWdubWVudD0iY2VudGVyIiBlbWFpbF9kZWZhdWx0PSJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3MiIGludGVncmF0aW9uX3R5cGU9ImVtYWlsIiBuYW1lX2RlZmF1bHQ9IkVudGVyIHlvdXIgZmlyc3QgbmFtZSJdW29wdGluX2JveF9maWVsZCBuYW1lPSJoZWFkbGluZSJdSGVyZSdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT0icGFyYWdyYXBoIl1URzl5WlcwZ2FYQnpkVzBnWkc5c2IzSWdjMmwwSUdGdFpYUXNJR052Ym5ObFkzUmxkSFZ5SUdGa2FYQnBjMk5wYm1jZ1pXeHBkQzRnUkc5dVpXTWdkbVZzSUc1MWJtTWdibTl1SUd4aFkzVnpJSFpsYm1WdVlYUnBjeUJqYjIxdGIyUnZMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPSJwcml2YWN5Il1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPSJ0b3BfY29sb3IiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9IjAiIGJ1dHRvbl9iZWxvdz0iWSJdR2V0IEluc3RhbnQgQWNjZXNzIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fXM6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjIwODoiZXlKaVlXTnJaM0p2ZFc1a1NXMWhaMlVpT2lKMWNtd29hSFIwY0RvdkwyOXdkR2x0YVhwbGNISmxjM015TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TXk4d05pOWlZV05yTVM1d2JtY3BJaXdpWW1GamEyZHliM1Z1WkZCdmMybDBhVzl1SWpvaWRHbHNaU0lzSW5CaFpHUnBibWRVYjNBaU9pSXpNQ0lzSW5CaFpHUnBibWRDYjNSMGIyMGlPaUkxTUNKOSI7fX0=','publish','0000-00-00 00:00:00'),(29,1333,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxYTllZTA7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhZVGxsWlRBaUxDSndZV1JrYVc1blZHOXdJam9pTXpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMjA6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzMFwiIGZvbnRfZm9udD1cIkFzYXBcIiBmb250X3N0eWxlPVwiYm9sZFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgZm9udF9zaGFkb3c9XCJkYXJrXCIgYWxpZ249XCJjZW50ZXJcIl1Mb3MgUXVhbnRzIEVzdMOhbiBDb3JyaWVuZG8gUG9yIFBsZW5vIFdhbGwgU3RyZWV0LCBObyBTZWEgQXRyb3BlbGxhZG8hWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3MzoiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2J1bGwtcnVuLXNwYW5pc2guanBnXCIgd2lkdGg9XCI1NDFcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzg6ImJhY2tncm91bmQ6IzIxMjEyMTtwYWRkaW5nLWJvdHRvbTowcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo3MjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU15TVRJeE1qRWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNQ0o5IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4NToiW2NhbGVuZGFyX2RhdGUgc3R5bGU9XCIxXCIgbW9udGg9XCJNYXJ6b1wiIGNhbGVuZGFyX2Jhcl9jb2xvcj1cIiNmZjAwMDBcIiBkYXk9XCIxOVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3MzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjIxXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiB3aWR0aD1cIjIyMFwiXTxzdHJvbmc+TWnDqXJjb2xlcyAtIDE5IGRlIE1hcnpvIDIwMTQKPC9zdHJvbmc+MjowMCBwbSBFVFsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODI3OiJbb3B0aW5fYm94IHN0eWxlPVwiN1wiIGFsaWdubWVudD1cImNlbnRlclwiIGRpc2FibGVfbmFtZT1cIllcIiBlbWFpbF9kZWZhdWx0PVwiSW5ncmVzZSBzdSBkaXJlY2Npw7NuIGRlIGNvcnJlbyBlbGVjdHLDs25pY28gXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImVtYWlsXCIgcmVkaXJlY3RfdXJsPVwiaHR0cHM6Ly93d3czLmdvdG9tZWV0aW5nLmNvbS9yZWdpc3Rlci8xMTQ2MDk0MTRcIiBuYW1lX2RlZmF1bHQ9XCJFc2NyaWJhIHN1IG5vbWJyZSBcIiBuYW1lX29yZGVyPVwiMFwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdSGVyZVwncyBUaGUgSGVhZGxpbmUgRm9yIFRoZSBCb3hbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1URzl5WlcwZ2FYQnpkVzBnWkc5c2IzSWdjMmwwSUdGdFpYUXNJR052Ym5ObFkzUmxkSFZ5SUdGa2FYQnBjMk5wYm1jZ1pXeHBkQzRnUkc5dVpXTWdkbVZzSUc1MWJtTWdibTl1SUd4aFkzVnpJSFpsYm1WdVlYUnBjeUJqYjIxdGIyUnZMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVZhbG9yYW1vcyBzdSBwcml2YWNpZGFkIHkgbnVuY2EgbGUgc3BhbVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXU9idGVuZ2EgYWNjZXNvIGluc3RhbnTDoW5lbyFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319aToyO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fX1pOjM7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjExMDoiYmFja2dyb3VuZC1pbWFnZTp1cmwoaHR0cDovL29wdGltaXplcHJlc3MyLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8wNi9iYWNrMS5wbmcpO2JhY2tncm91bmQtcmVwZWF0OnJlcGVhdDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjE1NjoiZXlKaVlXTnJaM0p2ZFc1a1NXMWhaMlVpT2lKMWNtd29hSFIwY0RvdkwyOXdkR2x0YVhwbGNISmxjM015TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TXk4d05pOWlZV05yTVM1d2JtY3BJaXdpWW1GamEyZHliM1Z1WkZCdmMybDBhVzl1SWpvaWRHbHNaU0o5IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo0OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMwOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiNDRcIiBhbGlnbj1cImxlZnRcIiBsaW5lX2hlaWdodD1cIjM1XCJdPGRpdiBkYXRhLWxiPVwiZWRpdGFibGUtcmljaC10ZXh0XCIgZGF0YS1sYi1pZD1cIm1haW4taGVhZGxpbmVcIiBkYXRhLWxiLW5hbWU9XCJNYWluIEhlYWRsaW5lIFRleHRcIj4KCsKgTE9TIFRFTUFTIERFIERJU0NVVElSIElOQ0xVSVLDgU46Cgo8L2Rpdj5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mzg4OiJbc3RlcF9ncmFwaGljcyBzdHlsZT1cIjNcIiBjb2xvcj1cIiMxYTllZTBcIl1bc3RlcCBzdHlsZT1cIjNcIiB0ZXh0PVwiMVwiIGhlYWRsaW5lPVwiSWRlbnRpZmljYXIgZWwgY29tcG9ydGFtaWVudG8gZGVsIG1lcmNhZG8gYWwgaW5zdGFudGUgXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIyXCIgaGVhZGxpbmU9XCJMbyBxdWUgaGF5IHF1ZSBzYWJlciBwYXJhIGNvbnZlcnRpcnNlIGVuIHVuIHF1YW50IHRyYWRlclwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjNcIiB0ZXh0PVwiM1wiIGhlYWRsaW5lPVwiSWRlbnRpZmljYXIgw7NwdGltYXMgw7NyZGVuZXMgZGUgQ29tcHJhLVZlbnRhIGFudGVzIGRlbCBtb3ZpbWllbnRvIFwiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0NzY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl3igJxMYXMgZW1wcmVzYXMgZXN0w6FuIGFob3JhIGVtcGxlYW5kbyBlc3RhZGlzdGFzIGFjYWTDqW1pY29zIHRhbGVudG9zb3MgcGFyYSByYXN0cmVhciBwYXRyb25lcyBvIHRlbmRlbmNpYXMgZW4gZWwgY29tcG9ydGFtaWVudG8gZGVsIHRyYWRpbmcgeSBjcmVhciBmw7NybXVsYXMgcGFyYSBwcmVkZWNpciBsb3MgZnV0dXJvcyBtb3ZpbWllbnRvcyBkZWwgbWVyY2Fkby4gRXN0YXMgZsOzcm11bGFzIHNlIGluY29ycG9yYW4gZGVzcHXDqXMgZW4gcG9kZXJvc2FzIGNvbXB1dGFkb3Jhc+KApiBFc3RvcyBwcm9ncmFtYXMgc29uIGlubWVuc2FtZW50ZSBwb2Rlcm9zb3MuLi4gXCJNYW5lamFuIGNhc2kgdG9kbyBsbyBxdWUgc3VjZWRlIGVuIFdhbGwgU3RyZWV0LlwiCgotwqAgQnJpdGlzaCBCcm9hZGNhc3RpbmcgQ29ycG9yYXRpb25bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjk6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9iYmMzLTMwMHgxMzcuanBnXCIgd2lkdGg9XCIzMDBcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6NTp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTgzOiJbaW1hZ2VzIHN0eWxlPVwiNVwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvSm9lQHdvcmsuanBnXCIgd2lkdGg9XCI2NjdcIiBhbGlnbj1cImxlZnRcIiB0b3BfbWFyZ2luPVwiMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE5MToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjI1XCIgZm9udF9mb250PVwiU2hhZG93cyBJbnRvIExpZ2h0XCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjIyMFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkpvZSBSaW9zPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI5NToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXUpvZSBSw61vcyBlcyB1biByZWNvbm9jaWRvIHBpb25lcm8gZGUgc2lzdGVtYXMgY3VhbnRpdGF0aXZvcyB5IGVkdWNhY2nDs24gZGUgdHJhZGluZyBkZXNkZSAxOTk3LiBTdSBwcm9ncmFtYSBkZSB0cmFkaW5nIGFsdGFtZW50ZSByZWNvbm9jaWRvIHBvciBzZXIgcGFzby1hLXBhc28sIGVzdMOhIGRpc2XDsWFkbyBwYXJhIGF5dWRhcmxvIGEgY29udmVydGlyc2UgZW4gdW4gZXhpdG9zbyBRdWFudCBUcmFkZXIuWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4MToiW2ltYWdlcyBzdHlsZT1cIjVcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2d1Y2NpLmpwZ1wiIHdpZHRoPVwiMjA5XCIgYWxpZ249XCJyaWdodFwiIHRvcF9tYXJnaW49XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTk3OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjRcIiBmb250X2ZvbnQ9XCJTaGFkb3dzIEludG8gTGlnaHRcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMjIwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+QWd1c3RpbiBDcmlhZG88L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTkyOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdRGVzY3VicmEgbGFzIHZlcmRhZGVzIGRlbCB0cmFkaW5nIGN1YW50aXRhdGl2byBwb3IgZWwgbWVudG9yIHkgZW50cmVuYWRvciBkZSBSaW9zUXVhbnQgQWd1c3RpbiBDcmlhZG8gZW4gZXN0ZSBleGNsdXNpdm8gd2ViaW5hcmlvLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzI6Ilt2ZXJ0aWNhbF9zcGFjaW5nIGhlaWdodD1cIjMwXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMzM6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImNlbnRlclwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiM5MTkxOTFcIiBib3R0b21fcGFkZGluZz1cIjEwXCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjQ2MFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPlNoYXJlIHRoaXMgcGFnZSB3aXRoIHlvdXIgZnJpZW5kcy4uLjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozNDQ6Iltzb2NpYWxfc2hhcmluZyBzdHlsZT1cInN0eWxlLTIwXCIgZmJfbGlrZV91cmw9XCJodHRwczovL3d3dy5mYWNlYm9vay5jb20vcGFnZXMvUmlvcy1RdWFudC1UcmFkaW5nLWVuLUVzcGElQzMlQjFvbC8yNjUyNzYyOTY5NDAxMTFcIiBmYl9jb2xvcj1cImxpZ2h0XCIgZmJfbGFuZz1cImVzX0VTXCIgZmJfdGV4dD1cInJlY29tbWVuZFwiIGZiX2J1dHRvbl90ZXh0PVwiU2hhcmVcIiB0d19sYW5nPVwiZXNcIiB0d19idXR0b25fdGV4dD1cIlNoYXJlXCIgZ19sYW5nPVwiZW4tR0JcIiBnX2J1dHRvbl90ZXh0PVwiU2hhcmVcIiBsaW5rZWRpbl9sYW5nPVwiZW5fVVNcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIl0gIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjQ7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6I2VhNzExMDtwYWRkaW5nLXRvcDo0NXB4O3BhZGRpbmctYm90dG9tOjI1cHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObFlUY3hNVEFpTENKd1lXUmthVzVuVkc5d0lqb2lORFVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpVaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMxNzoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIwXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBhbGlnbj1cImNlbnRlclwiXUFEVkVSVEVOQ0lBOiBFbCBhY2Nlc28gYSBudWVzdHJvIHNpc3RlbWEgZGUgd2ViaW5hciBlc3TDoSBsaW1pdGFkbyB5IGVsIGVzcGFjaW8gc2UgbGxlbmFuIHLDoXBpZG8sIGFzw60gcXVlIHJlZ8Otc3RyZXNlIGFob3JhIHBhcmEgZXZpdGFyIHBlcmRlcnNlLsKgwqBFc3RlIHNlbWluYXJpbyBlc3TDoSBsbGVubyBkZSBjb250ZW5pZG8gZGUgYWx0YSBjYWxpZGFkIHkgc2UgbGxlbmFuIHLDoXBpZG8hWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6NTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNDc6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbTo1MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MjA4OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDI5d2RHbHRhWHBsY0hKbGMzTXlMbU52YlM5M2NDMWpiMjUwWlc1MEwzVndiRzloWkhNdk1qQXhNeTh3Tmk5aVlXTnJNUzV3Ym1jcElpd2lZbUZqYTJkeWIzVnVaRkJ2YzJsMGFXOXVJam9pZEdsc1pTSXNJbkJoWkdScGJtZFViM0FpT2lJek1DSXNJbkJoWkdScGJtZENiM1IwYjIwaU9pSTFNQ0o5IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzA6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyNVwiIGZvbnRfc3R5bGU9XCJub3JtYWxcIiBhbGlnbj1cImNlbnRlclwiIGJvdHRvbV9tYXJnaW49XCIyMFwiXcOJc3RlIGVzdGFyw6EgYSBzYWx2bywgYXPDrSBxdWUgcmVjbGFtYXIgZWwgYWNjZXNvIGRlIGFiYWpvIVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4MDk6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZGVmYXVsdD1cIkluZ3Jlc2Ugc3UgZGlyZWNjacOzbiBkZSBjb3JyZW8gZWxlY3Ryw7NuaWNvIFwiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIHJlZGlyZWN0X3VybD1cImh0dHBzOi8vd3d3My5nb3RvbWVldGluZy5jb20vcmVnaXN0ZXIvNDQ4MTY4NDE0XCIgbmFtZV9kZWZhdWx0PVwiRXNjcmliYSBzdSBub21icmUgXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXUhlcmVcJ3MgVGhlIEhlYWRsaW5lIEZvciBUaGUgQm94Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdVEc5eVpXMGdhWEJ6ZFcwZ1pHOXNiM0lnYzJsMElHRnRaWFFzSUdOdmJuTmxZM1JsZEhWeUlHRmthWEJwYzJOcGJtY2daV3hwZEM0Z1JHOXVaV01nZG1Wc0lHNTFibU1nYm05dUlHeGhZM1Z6SUhabGJtVnVZWFJwY3lCamIyMXRiMlJ2TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1WYWxvcmFtb3Mgc3UgcHJpdmFjaWRhZCB5IG51bmNhIGxlIHNwYW0gWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdT2J0ZW5nYSBBY2Nlc28gSW5zdGFudMOhbmVvIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19','publish','0000-00-00 00:00:00'),(30,1337,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTkxOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl3Cv0N1w6FswqBlcyB0dSBSZWxpZ2nDs24gZGUgVHJhZGluZz9bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE5MzoiYmFja2dyb3VuZC1pbWFnZTogbGluZWFyLWdyYWRpZW50KHJnYigwLCAwLCAwKSAwJSwgcmdiKDAsIDAsIDApIDEwMCUpOyBib3JkZXItdG9wLXdpZHRoOiAwcHg7IGJvcmRlci1ib3R0b20td2lkdGg6IDBweDsgYmFja2dyb3VuZC1wb3NpdGlvbjogaW5pdGlhbCBpbml0aWFsOyBiYWNrZ3JvdW5kLXJlcGVhdDogaW5pdGlhbCBpbml0aWFsOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6ODg6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNd01EQXdNREFpTENKaVlXTnJaM0p2ZFc1a1EyOXNiM0pGYm1RaU9pSWpNREF3TURBd0luMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjg1OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIHdpZHRoPVwiMzAwXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjY6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9nbm9zdGljazIuanBnXCIgd2lkdGg9XCIzODhcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM5OiJyb3cgZml2ZS1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxNzE3MTc7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToyMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhOekUzTVRjaUxDSndZV1JrYVc1blZHOXdJam9pTWpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI0OiJ0aHJlZS1maWZ0aHMgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4OToiW3ZpZGVvX3BsYXllciB0eXBlPVwieW91dHViZVwiIHlvdXR1YmVfZm9yY2VfaGQ9XCJub25lXCIgd2lkdGg9XCI1NTBcIiBoZWlnaHQ9XCIzMDlcIiBhbGlnbj1cImxlZnRcIiBtYXJnaW5fdG9wPVwiMFwiIG1hcmdpbl9ib3R0b209XCIwXCJdYUhSMGNEb3ZMM2x2ZFhSMUxtSmxMMmcwUVZCYVQwbFZjM0puWy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6Mjk6InR3by1maWZ0aHMgY29sdW1uIGNvbHMgbmFycm93IjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODA6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyM1wiIGZvbnRfc3R5bGU9XCJub3JtYWxcIiBmb250X2NvbG9yPVwiI2VjZWJlNFwiIGFsaWduPVwibGVmdFwiXURlc2N1YnJhwqBlbCBjb25vY2ltaWVudG8gb2N1bHRvIGNvbiBsYSB0ZWNub2xvZ2lhIGRlIHRyYWRpbmcgR25vc1RJQ0tbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyOToiZWxlbWVudC1jb250YWluZXIgY2YgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMjg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjZWVlYmRkXCIgYm90dG9tX3BhZGRpbmc9XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjM2NFwiIGxpbmVfaGVpZ2h0PVwiMjJcIl1QYXJhIHZlcmxvIGVuIGFjY2nDs24gZW4gbnVlc3RyYSBzYWxhIGRlIG9wZXJhY2lvbmVzLCBzdXNjcsOtYmV0ZSBlbiBlbCBzaWd1aWVudGUgZm9ybXVsYXJpbzoKCkx1bmVzIC0gVmllcm5lcyBjb21lbnphbmRvIGEgbGFzIDc6MzBhbSBFVAoKPHA+Jm5ic3A7PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NjUwOiJbb3B0aW5fYm94IHN0eWxlPVwiMTRcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9kZWZhdWx0PVwiSW5ncmVzZSBzdSBkaXJlY2Npw7NuIGRlIGNvcnJlbyBlbGVjdHLDs25pY29cIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiByZWRpcmVjdF91cmw9XCJodHRwczovL3d3dzMuZ290b21lZXRpbmcuY29tL3JlZ2lzdGVyLzIyMzY4Njc2NlwiIG5hbWVfZGVmYXVsdD1cIkVzY3JpYmEgc3Ugbm9tYnJlXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1WYWxvcmFtb3Mgc3UgcHJpdmFjaWRhZCB5IG51bmNhIGxlIGVudmlhcmVtb3Mgc3BhbVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXU9idGVuZ2EgQWNjZXNvIEluc3RhbnTDoW5lbyFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozODoiZWxlbWVudC1jb250YWluZXIgY2YgcGFkLWxlZnQgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fX19fX1pOjM7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkzOiJiYWNrZ3JvdW5kOiNmY2ZjZmM7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZmNmY2ZjKSwgY29sb3Itc3RvcCgxMDAlLCAjZjVmNWY1KSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZmNmY2ZjLCBlbmRDb2xvcnN0cj0jZjVmNWY1LCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZMlpqWm1NaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqSXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakUxSW4wPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTA1OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIHdpZHRoPVwiOTYwXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2MzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjQwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+UXVhbnRpdGF0aXZlIEFuYWx5c2lzICZhbXA7IEFsZ29yaXRobWljIFRyYWRpbmc8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTQ3OiJbY3VzdG9tX2h0bWxdPGRpdiBpZD1cImZiLXJvb3RcIj48L2Rpdj4KPHNjcmlwdD4oZnVuY3Rpb24oZCwgcywgaWQpIHsKICB2YXIganMsIGZqcyA9IGQuZ2V0RWxlbWVudHNCeVRhZ05hbWUocylbMF07CiAgaWYgKGQuZ2V0RWxlbWVudEJ5SWQoaWQpKSByZXR1cm47CiAganMgPSBkLmNyZWF0ZUVsZW1lbnQocyk7IGpzLmlkID0gaWQ7CiAganMuc3JjID0gXCIvL2Nvbm5lY3QuZmFjZWJvb2submV0L2VuX0dCL2FsbC5qcyN4ZmJtbD0xJmFwcElkPTE5MjQwMTM1NDI0NTAxNVwiOwogIGZqcy5wYXJlbnROb2RlLmluc2VydEJlZm9yZShqcywgZmpzKTsKfShkb2N1bWVudCwgXCdzY3JpcHRcJywgXCdmYWNlYm9vay1qc3Nka1wnKSk7PC9zY3JpcHQ+CjxkaXYgY2xhc3M9XCJmYi1saWtlXCIgZGF0YS1ocmVmPVwiaHR0cDovL2RldmVsb3BlcnMuZmFjZWJvb2suY29tL2RvY3MvcmVmZXJlbmNlL3BsdWdpbnMvbGlrZVwiIGRhdGEtc2VuZD1cInRydWVcIiBkYXRhLXdpZHRoPVwiNDUwXCIgZGF0YS1zaG93LWZhY2VzPVwidHJ1ZVwiPjwvZGl2PlsvY3VzdG9tX2h0bWxdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19','publish','0000-00-00 00:00:00'),(31,1338,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjI5OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjBcIiBmb250X2ZvbnQ9XCJBc2FwXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjMWE5ZWUwXCIgZm9udF9zcGFjaW5nPVwiLTFcIiBhbGlnbj1cImNlbnRlclwiXTxzdHJvbmc+TElWRSBUUkFJTklORyBXT1JLU0hPUDwvc3Ryb25nPsKgV0lUSCBQRVJGT1JNQU5DRSBDT0FDSCBTVEVWRSBTQ0hXQVJUWlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzFhOWVlMDtwYWRkaW5nLXRvcDozMHB4O3BhZGRpbmctYm90dG9tOjI1cHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeFlUbGxaVEFpTENKd1lXUmthVzVuVkc5d0lqb2lNekFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpVaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI0MjoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjMwXCIgZm9udF9mb250PVwiQXNhcFwiIGZvbnRfc3R5bGU9XCJib2xkXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBmb250X3NoYWRvdz1cImRhcmtcIiBhbGlnbj1cImNlbnRlclwiXUdldCBBaGVhZCBGYXN0ZXI6IFByZWRpY3RpdmUgQWxnb3JpdGhtcyB3aXRoIEF1dG9tYXRpb24gR2V0cyBZb3UgwqAgwqAgwqAgwqAgQW1hemluZyBSZXN1bHRzWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzg6ImJhY2tncm91bmQ6IzIxMjEyMTtwYWRkaW5nLWJvdHRvbTowcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo3MjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU15TVRJeE1qRWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNQ0o5IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4NToiW2NhbGVuZGFyX2RhdGUgc3R5bGU9XCIxXCIgbW9udGg9XCJNYXJjaFwiIGNhbGVuZGFyX2Jhcl9jb2xvcj1cIiNmZjAwMDBcIiBkYXk9XCIxOFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3NDoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjIxXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiB3aWR0aD1cIjIyMFwiXTxzdHJvbmc+VHVlc2RheSAsIE1hcmNoIDE4dGgKPC9zdHJvbmc+NzozMCBQTSBFYXN0ZXJuIFRpbWVbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc4ODoiW29wdGluX2JveCBzdHlsZT1cIjdcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImVtYWlsXCIgcmVkaXJlY3RfdXJsPVwiaHR0cHM6Ly93d3czLmdvdG9tZWV0aW5nLmNvbS9yZWdpc3Rlci81ODY4NDEyODZcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdSGVyZVwncyBUaGUgSGVhZGxpbmUgRm9yIFRoZSBCb3hbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1URzl5WlcwZ2FYQnpkVzBnWkc5c2IzSWdjMmwwSUdGdFpYUXNJR052Ym5ObFkzUmxkSFZ5SUdGa2FYQnBjMk5wYm1jZ1pXeHBkQzRnUkc5dVpXTWdkbVZzSUc1MWJtTWdibTl1SUd4aFkzVnpJSFpsYm1WdVlYUnBjeUJqYjIxdGIyUnZMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1HZXQgSW5zdGFudCBBY2Nlc3MhWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MjthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxMTA6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxNTY6ImV5SmlZV05yWjNKdmRXNWtTVzFoWjJVaU9pSjFjbXdvYUhSMGNEb3ZMMjl3ZEdsdGFYcGxjSEpsYzNNeUxtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE15OHdOaTlpWVdOck1TNXdibWNwSWl3aVltRmphMmR5YjNWdVpGQnZjMmwwYVc5dUlqb2lkR2xzWlNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMwNToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM1XCIgYWxpZ249XCJsZWZ0XCIgbGluZV9oZWlnaHQ9XCIzNVwiXTxkaXYgZGF0YS1sYj1cImVkaXRhYmxlLXJpY2gtdGV4dFwiIGRhdGEtbGItaWQ9XCJtYWluLWhlYWRsaW5lXCIgZGF0YS1sYi1uYW1lPVwiTWFpbiBIZWFkbGluZSBUZXh0XCI+RFVSSU5HIFRISVMgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFhOWVlMDtcIj48c3Ryb25nPkZSRUUgVFJBSU5JTkcgV09SS1NIT1AgV0VCSU5BUjwvc3Ryb25nPjwvc3Bhbj4gWU9VIFdJTEwgTEVBUk46PC9kaXY+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjM3NToiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCIzXCIgY29sb3I9XCIjMWE5ZWUwXCJdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIkhvdyB0byB1c2UgdGhlIFJpb3NRdWFudCBmb3J3YXJkIGxvb2tpbmcgaW5kaWNhdG9ycyB0byBzZWxlY3QgdGhlIG1hcmtldHMgcG9pc2VkIGZvciBleHBsb3NpdmUgcHJpY2UgYWN0aW9uLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjNcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiV2hlbiB0byB0dXJuIG9uIHRyYWRpbmcgc3lzdGVtIGF1dG9tYXRpb24gZm9yIGJldHRlciBkaXNjaXBsaW5lIGFuZCBjb25zaXN0ZW5jeSB0byBib29zdCB5b3VyIHBlcmZvcm1hbmNlLlwiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjc6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMTA6IltpbWFnZXMgc3R5bGU9XCI1XCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9SUS1SYW5raW5nLXNjcmVlbi1zaG90MS0xMDI0eDY5MS5qcGdcIiB3aWR0aD1cIjEwMjRcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjI2OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjRcIiBmb250X2ZvbnQ9XCJTaGFkb3dzIEludG8gTGlnaHRcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiNDYwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+RXhwZXJpZW5jZSB0aGUgUG93ZXIgb2YgTWFya2V0IEludGVsbGlnZW5jZTwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjM7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319aTo0O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMyOiJbdmVydGljYWxfc3BhY2luZyBoZWlnaHQ9XCIzMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjU7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJjZW50ZXJcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjOTE5MTkxXCIgYm90dG9tX3BhZGRpbmc9XCIxMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCI0NjBcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5TaGFyZSB0aGlzIHBhZ2Ugd2l0aCB5b3VyIGZyaWVuZHMuLi48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjY7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjY0OiJbc29jaWFsX3NoYXJpbmcgc3R5bGU9XCJzdHlsZS0yMFwiIGZiX2NvbG9yPVwibGlnaHRcIiBmYl9sYW5nPVwiZW5fR0JcIiBmYl90ZXh0PVwicmVjb21tZW5kXCIgZmJfYnV0dG9uX3RleHQ9XCJTaGFyZVwiIHR3X2xhbmc9XCJlblwiIHR3X2J1dHRvbl90ZXh0PVwiU2hhcmVcIiBnX2xhbmc9XCJlbi1HQlwiIGdfYnV0dG9uX3RleHQ9XCJTaGFyZVwiIHBfZGVzY3JpcHRpb249XCJcIiBsaW5rZWRpbl9sYW5nPVwiZW5fVVNcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6NDthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czo1NjoiYmFja2dyb3VuZDojZWE3MTEwO3BhZGRpbmctdG9wOjQ1cHg7cGFkZGluZy1ib3R0b206MjVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEwMDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5sWVRjeE1UQWlMQ0p3WVdSa2FXNW5WRzl3SWpvaU5EVWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNalVpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjk2OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjBcIiBmb250X2NvbG9yPVwiI2ZmZmZmZlwiIGFsaWduPVwiY2VudGVyXCJdV0FSTklORzogwqBXZSBvbmx5IGhhdmUgMTAwIHNwb3RzIG9uIG91ciB3ZWJpbmFyIHN5c3RlbSBhdmFpbGFibGUgYW5kwqBzcGFjZSB3aWxsIGZpbGwgdXAgZmFzdCBzbyByZWdpc3RlciBub3cgdG8gYXZvaWQgbWlzc2luZyBvdXQuIMKgVGhpcyB3ZWJpbmFyIGlzIHBhY2tlZCB3aXRoIGhpZ2ggcXVhbGl0eSBjb250ZW50IGFuZCB3aWxsIGZpbGwgdXAgZmFzdCFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDAyOiJbY291bnRkb3duX3RpbWVyIHN0eWxlPVwiMlwiIGVuZF9kYXRlPVwiMjAxNC8zLzE4IDE5OjMwOjI0IEdNVCAtNFwiIHllYXJzX3RleHQ9XCJZZWFyc1wiIHllYXJzX3RleHRfc2luZ3VsYXI9XCJZZWFyXCIgbW9udGhzX3RleHQ9XCJNb250aHNcIiBtb250aHNfdGV4dF9zaW5ndWxhcj1cIk1vbnRoXCIgZGF5c190ZXh0PVwiRGF5c1wiIGRheXNfdGV4dF9zaW5ndWxhcj1cIkRheVwiIGhvdXJzX3RleHQ9XCJIb3Vyc1wiIGhvdXJzX3RleHRfc2luZ3VsYXI9XCJIb3VyXCIgbWludXRlc190ZXh0PVwiTWludXRlc1wiIG1pbnV0ZXNfdGV4dF9zaW5ndWxhcj1cIk1pbnV0ZVwiIHNlY29uZHNfdGV4dD1cIlNlY29uZHNcIiBzZWNvbmRzX3RleHRfc2luZ3VsYXI9XCJTZWNvbmRcIl1bL2NvdW50ZG93bl90aW1lcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6NTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNDc6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbTo1MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MjA4OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDI5d2RHbHRhWHBsY0hKbGMzTXlMbU52YlM5M2NDMWpiMjUwWlc1MEwzVndiRzloWkhNdk1qQXhNeTh3Tmk5aVlXTnJNUzV3Ym1jcElpd2lZbUZqYTJkeWIzVnVaRkJ2YzJsMGFXOXVJam9pZEdsc1pTSXNJbkJoWkdScGJtZFViM0FpT2lJek1DSXNJbkJoWkdScGJtZENiM1IwYjIwaU9pSTFNQ0o5IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyNVwiIGZvbnRfc3R5bGU9XCJub3JtYWxcIiBhbGlnbj1cImNlbnRlclwiIGJvdHRvbV9tYXJnaW49XCIyMFwiXTxzdHJvbmc+VGhpcyBvbmUgd2lsbCBiZSBubyBleGNlcHRpb24uwqBTbyBjbGFpbSB5b3VyIHNwb3QgYmVsb3chPC9zdHJvbmc+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc4OToiW29wdGluX2JveCBzdHlsZT1cIjdcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImVtYWlsXCIgZW1haWxfYWRkcmVzcz1cImh0dHBzOi8vd3d3My5nb3RvbWVldGluZy5jb20vcmVnaXN0ZXIvNTg2ODQxMjg2XCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXUhlcmVcJ3MgVGhlIEhlYWRsaW5lIEZvciBUaGUgQm94Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdVEc5eVpXMGdhWEJ6ZFcwZ1pHOXNiM0lnYzJsMElHRnRaWFFzSUdOdmJuTmxZM1JsZEhWeUlHRmthWEJwYzJOcGJtY2daV3hwZEM0Z1JHOXVaV01nZG1Wc0lHNTFibU1nYm05dUlHeGhZM1Z6SUhabGJtVnVZWFJwY3lCamIyMXRiMlJ2TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdR2V0IEluc3RhbnQgQWNjZXNzIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNjM6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5DT01NT0RJVFkgRlVUVVJFUywgT1BUSU9OUywgQU5EIEZPUkVYIFRSQURJTkcgSU5WT0xWRVMgU1VCU1RBTlRJQUwgUklTSyBBTkQgSVMgTk9UIFNVSVRBQkxFIEZPUiBBTEwgSU5WRVNUT1JTLiBQQVNUIFJFU1VMVFMgSVMgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFBFUkZPUk1BTkNFLjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19','publish','0000-00-00 00:00:00'),(32,1368,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTkxOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl3Cv0N1w6FswqBlcyB0dSBSZWxpZ2nDs24gZGUgVHJhZGluZz9bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU1NjoiYmFja2dyb3VuZDojMDAwMDAwO2JhY2tncm91bmQ6LXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgY29sb3Itc3RvcCgwJSwgIzAwMDAwMCksIGNvbG9yLXN0b3AoMTAwJSwgIzAwMDAwMCkpO2JhY2tncm91bmQ6LXdlYmtpdC1saW5lYXItZ3JhZGllbnQodG9wLCAjMDAwMDAwIDAlLCAjMDAwMDAwIDEwMCUpO2JhY2tncm91bmQ6LW1vei1saW5lYXItZ3JhZGllbnQodG9wLCAjMDAwMDAwIDAlLCAjMDAwMDAwIDEwMCUpO2JhY2tncm91bmQ6LW1zLWxpbmVhci1ncmFkaWVudCh0b3AsICMwMDAwMDAgMCUsICMwMDAwMDAgMTAwJSk7YmFja2dyb3VuZDotby1saW5lYXItZ3JhZGllbnQodG9wLCAjMDAwMDAwIDAlLCAjMDAwMDAwIDEwMCUpO2JhY2tncm91bmQ6bGluZWFyLWdyYWRpZW50KHRvIGJvdHRvbSwgIzAwMDAwMCAwJSwgIzAwMDAwMCAxMDAlKTtmaWx0ZXI6cHJvZ2lkOkRYSW1hZ2VUcmFuc2Zvcm0uTWljcm9zb2Z0LmdyYWRpZW50KHN0YXJ0Q29sb3JzdHI9IzAwMDAwMCwgZW5kQ29sb3JzdHI9IzAwMDAwMCwgR3JhZGllbnRUeXBlPTApOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6ODg6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNd01EQXdNREFpTENKaVlXTnJaM0p2ZFc1a1EyOXNiM0pGYm1RaU9pSWpNREF3TURBd0luMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjg1OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIHdpZHRoPVwiMzAwXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjY6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9nbm9zdGljazIuanBnXCIgd2lkdGg9XCIzODhcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM5OiJyb3cgZml2ZS1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxNzE3MTc7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToyMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhOekUzTVRjaUxDSndZV1JrYVc1blZHOXdJam9pTWpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI0OiJ0aHJlZS1maWZ0aHMgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4OToiW3ZpZGVvX3BsYXllciB0eXBlPVwieW91dHViZVwiIHlvdXR1YmVfZm9yY2VfaGQ9XCJub25lXCIgd2lkdGg9XCI1NTBcIiBoZWlnaHQ9XCIzMDlcIiBhbGlnbj1cImxlZnRcIiBtYXJnaW5fdG9wPVwiMFwiIG1hcmdpbl9ib3R0b209XCIwXCJdYUhSMGNEb3ZMM2x2ZFhSMUxtSmxMMmcwUVZCYVQwbFZjM0puWy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6Mjk6InR3by1maWZ0aHMgY29sdW1uIGNvbHMgbmFycm93IjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODA6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyM1wiIGZvbnRfc3R5bGU9XCJub3JtYWxcIiBmb250X2NvbG9yPVwiI2VjZWJlNFwiIGFsaWduPVwibGVmdFwiXURlc2N1YnJhwqBlbCBjb25vY2ltaWVudG8gb2N1bHRvIGNvbiBsYSB0ZWNub2xvZ2lhIGRlIHRyYWRpbmcgR25vc1RJQ0tbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyOToiZWxlbWVudC1jb250YWluZXIgY2YgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMjg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjZWVlYmRkXCIgYm90dG9tX3BhZGRpbmc9XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjM2NFwiIGxpbmVfaGVpZ2h0PVwiMjJcIl1QYXJhIHZlcmxvIGVuIGFjY2nDs24gZW4gbnVlc3RyYSBzYWxhIGRlIG9wZXJhY2lvbmVzLCBzdXNjcsOtYmV0ZSBlbiBlbCBzaWd1aWVudGUgZm9ybXVsYXJpbzoKCkx1bmVzIC0gVmllcm5lcyBjb21lbnphbmRvIGEgbGFzIDc6MzBhbSBFVAoKPHA+Jm5ic3A7PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NjUwOiJbb3B0aW5fYm94IHN0eWxlPVwiMTRcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9kZWZhdWx0PVwiSW5ncmVzZSBzdSBkaXJlY2Npw7NuIGRlIGNvcnJlbyBlbGVjdHLDs25pY29cIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiByZWRpcmVjdF91cmw9XCJodHRwczovL3d3dzMuZ290b21lZXRpbmcuY29tL3JlZ2lzdGVyLzc3OTM2NjE0MlwiIG5hbWVfZGVmYXVsdD1cIkVzY3JpYmEgc3Ugbm9tYnJlXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1WYWxvcmFtb3Mgc3UgcHJpdmFjaWRhZCB5IG51bmNhIGxlIGVudmlhcmVtb3Mgc3BhbVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXU9idGVuZ2EgQWNjZXNvIEluc3RhbnTDoW5lbyFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozODoiZWxlbWVudC1jb250YWluZXIgY2YgcGFkLWxlZnQgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fX19fX1pOjM7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkzOiJiYWNrZ3JvdW5kOiNmY2ZjZmM7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZmNmY2ZjKSwgY29sb3Itc3RvcCgxMDAlLCAjZjVmNWY1KSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZmNmY2ZjLCBlbmRDb2xvcnN0cj0jZjVmNWY1LCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZMlpqWm1NaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqSXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakUxSW4wPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTA1OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIHdpZHRoPVwiOTYwXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2MzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjQwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+UXVhbnRpdGF0aXZlIEFuYWx5c2lzICZhbXA7IEFsZ29yaXRobWljIFRyYWRpbmc8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTQ3OiJbY3VzdG9tX2h0bWxdPGRpdiBpZD1cImZiLXJvb3RcIj48L2Rpdj4KPHNjcmlwdD4oZnVuY3Rpb24oZCwgcywgaWQpIHsKICB2YXIganMsIGZqcyA9IGQuZ2V0RWxlbWVudHNCeVRhZ05hbWUocylbMF07CiAgaWYgKGQuZ2V0RWxlbWVudEJ5SWQoaWQpKSByZXR1cm47CiAganMgPSBkLmNyZWF0ZUVsZW1lbnQocyk7IGpzLmlkID0gaWQ7CiAganMuc3JjID0gXCIvL2Nvbm5lY3QuZmFjZWJvb2submV0L2VuX0dCL2FsbC5qcyN4ZmJtbD0xJmFwcElkPTE5MjQwMTM1NDI0NTAxNVwiOwogIGZqcy5wYXJlbnROb2RlLmluc2VydEJlZm9yZShqcywgZmpzKTsKfShkb2N1bWVudCwgXCdzY3JpcHRcJywgXCdmYWNlYm9vay1qc3Nka1wnKSk7PC9zY3JpcHQ+CjxkaXYgY2xhc3M9XCJmYi1saWtlXCIgZGF0YS1ocmVmPVwiaHR0cDovL2RldmVsb3BlcnMuZmFjZWJvb2suY29tL2RvY3MvcmVmZXJlbmNlL3BsdWdpbnMvbGlrZVwiIGRhdGEtc2VuZD1cInRydWVcIiBkYXRhLXdpZHRoPVwiNDUwXCIgZGF0YS1zaG93LWZhY2VzPVwidHJ1ZVwiPjwvZGl2PlsvY3VzdG9tX2h0bWxdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19','publish','0000-00-00 00:00:00'),(33,1370,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTkxOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl3Cv0N1w6FswqBlcyB0dSBSZWxpZ2nDs24gZGUgVHJhZGluZz9bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE5MzoiYmFja2dyb3VuZC1pbWFnZTogbGluZWFyLWdyYWRpZW50KHJnYigwLCAwLCAwKSAwJSwgcmdiKDAsIDAsIDApIDEwMCUpOyBib3JkZXItdG9wLXdpZHRoOiAwcHg7IGJvcmRlci1ib3R0b20td2lkdGg6IDBweDsgYmFja2dyb3VuZC1wb3NpdGlvbjogaW5pdGlhbCBpbml0aWFsOyBiYWNrZ3JvdW5kLXJlcGVhdDogaW5pdGlhbCBpbml0aWFsOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6ODg6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNd01EQXdNREFpTENKaVlXTnJaM0p2ZFc1a1EyOXNiM0pGYm1RaU9pSWpNREF3TURBd0luMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjg1OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIHdpZHRoPVwiMzAwXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjY6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9nbm9zdGljazIuanBnXCIgd2lkdGg9XCIzODhcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM5OiJyb3cgZml2ZS1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxNzE3MTc7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToyMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhOekUzTVRjaUxDSndZV1JrYVc1blZHOXdJam9pTWpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI0OiJ0aHJlZS1maWZ0aHMgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4OToiW3ZpZGVvX3BsYXllciB0eXBlPVwieW91dHViZVwiIHlvdXR1YmVfZm9yY2VfaGQ9XCJub25lXCIgd2lkdGg9XCI1NTBcIiBoZWlnaHQ9XCIzMDlcIiBhbGlnbj1cImxlZnRcIiBtYXJnaW5fdG9wPVwiMFwiIG1hcmdpbl9ib3R0b209XCIwXCJdYUhSMGNEb3ZMM2x2ZFhSMUxtSmxMMmcwUVZCYVQwbFZjM0puWy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6Mjk6InR3by1maWZ0aHMgY29sdW1uIGNvbHMgbmFycm93IjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODA6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyM1wiIGZvbnRfc3R5bGU9XCJub3JtYWxcIiBmb250X2NvbG9yPVwiI2VjZWJlNFwiIGFsaWduPVwibGVmdFwiXURlc2N1YnJhwqBlbCBjb25vY2ltaWVudG8gb2N1bHRvIGNvbiBsYSB0ZWNub2xvZ2lhIGRlIHRyYWRpbmcgR25vc1RJQ0tbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyOToiZWxlbWVudC1jb250YWluZXIgY2YgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMjg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjZWVlYmRkXCIgYm90dG9tX3BhZGRpbmc9XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjM2NFwiIGxpbmVfaGVpZ2h0PVwiMjJcIl1QYXJhIHZlcmxvIGVuIGFjY2nDs24gZW4gbnVlc3RyYSBzYWxhIGRlIG9wZXJhY2lvbmVzLCBzdXNjcsOtYmV0ZSBlbiBlbCBzaWd1aWVudGUgZm9ybXVsYXJpbzoKCkx1bmVzIC0gVmllcm5lcyBjb21lbnphbmRvIGEgbGFzIDc6MzBhbSBFVAoKPHA+Jm5ic3A7PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NjUwOiJbb3B0aW5fYm94IHN0eWxlPVwiMTRcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9kZWZhdWx0PVwiSW5ncmVzZSBzdSBkaXJlY2Npw7NuIGRlIGNvcnJlbyBlbGVjdHLDs25pY29cIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiByZWRpcmVjdF91cmw9XCJodHRwczovL3d3dzMuZ290b21lZXRpbmcuY29tL3JlZ2lzdGVyLzIyMzY4Njc2NlwiIG5hbWVfZGVmYXVsdD1cIkVzY3JpYmEgc3Ugbm9tYnJlXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1WYWxvcmFtb3Mgc3UgcHJpdmFjaWRhZCB5IG51bmNhIGxlIGVudmlhcmVtb3Mgc3BhbVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXU9idGVuZ2EgQWNjZXNvIEluc3RhbnTDoW5lbyFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozODoiZWxlbWVudC1jb250YWluZXIgY2YgcGFkLWxlZnQgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fX19fX1pOjM7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkzOiJiYWNrZ3JvdW5kOiNmY2ZjZmM7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZmNmY2ZjKSwgY29sb3Itc3RvcCgxMDAlLCAjZjVmNWY1KSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZmNmY2ZjLCBlbmRDb2xvcnN0cj0jZjVmNWY1LCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZMlpqWm1NaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqSXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakUxSW4wPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTA1OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIHdpZHRoPVwiOTYwXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2MzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjQwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+UXVhbnRpdGF0aXZlIEFuYWx5c2lzICZhbXA7IEFsZ29yaXRobWljIFRyYWRpbmc8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTQ3OiJbY3VzdG9tX2h0bWxdPGRpdiBpZD1cImZiLXJvb3RcIj48L2Rpdj4KPHNjcmlwdD4oZnVuY3Rpb24oZCwgcywgaWQpIHsKICB2YXIganMsIGZqcyA9IGQuZ2V0RWxlbWVudHNCeVRhZ05hbWUocylbMF07CiAgaWYgKGQuZ2V0RWxlbWVudEJ5SWQoaWQpKSByZXR1cm47CiAganMgPSBkLmNyZWF0ZUVsZW1lbnQocyk7IGpzLmlkID0gaWQ7CiAganMuc3JjID0gXCIvL2Nvbm5lY3QuZmFjZWJvb2submV0L2VuX0dCL2FsbC5qcyN4ZmJtbD0xJmFwcElkPTE5MjQwMTM1NDI0NTAxNVwiOwogIGZqcy5wYXJlbnROb2RlLmluc2VydEJlZm9yZShqcywgZmpzKTsKfShkb2N1bWVudCwgXCdzY3JpcHRcJywgXCdmYWNlYm9vay1qc3Nka1wnKSk7PC9zY3JpcHQ+CjxkaXYgY2xhc3M9XCJmYi1saWtlXCIgZGF0YS1ocmVmPVwiaHR0cDovL2RldmVsb3BlcnMuZmFjZWJvb2suY29tL2RvY3MvcmVmZXJlbmNlL3BsdWdpbnMvbGlrZVwiIGRhdGEtc2VuZD1cInRydWVcIiBkYXRhLXdpZHRoPVwiNDUwXCIgZGF0YS1zaG93LWZhY2VzPVwidHJ1ZVwiPjwvZGl2PlsvY3VzdG9tX2h0bWxdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19','publish','0000-00-00 00:00:00'),(34,1371,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjQ2OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl1XYW50IHRvIFN0YXJ0IDxzcGFuIHN0eWxlPVwiY29sb3I6ICMxZTlhZTA7XCI+VHJhZGluZyBMaWtlIGEgUXVhbnQ8L3NwYW4+PyBHZXQgU3RhcnRlZCBOb3cuWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM5OiJyb3cgZml2ZS1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxNzE3MTc7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToyMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhOekUzTVRjaUxDSndZV1JrYVc1blZHOXdJam9pTWpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI0OiJ0aHJlZS1maWZ0aHMgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4OToiW3ZpZGVvX3BsYXllciB0eXBlPVwieW91dHViZVwiIHlvdXR1YmVfZm9yY2VfaGQ9XCJub25lXCIgd2lkdGg9XCI1NTBcIiBoZWlnaHQ9XCIzMDlcIiBhbGlnbj1cImxlZnRcIiBtYXJnaW5fdG9wPVwiMFwiIG1hcmdpbl9ib3R0b209XCIwXCJdYUhSMGNEb3ZMM2x2ZFhSMUxtSmxMM1JPY1hSQ2RFbGFjalJSWy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMzU6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyNVwiIGZvbnRfc2hhZG93PVwibm9uZVwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPlF1aWNrIHJldmlldyBvZiB0cmFkaW5nIHBlcmZvcm1hbmNlIGZvciB0aGUgd2VlayBvZiBNYXJjaCA5dGggLSAxNHRoIGluIFRoZSBUcmFkaW5nIFJvb20gVHJhZGVMQUIuPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdR2V0IEFjY2VzcyB0byBPdXIgTGl2ZSBUcmFkaW5nIFJvb21bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyOToiZWxlbWVudC1jb250YWluZXIgY2YgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1ODY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjZWVlYmRkXCIgYm90dG9tX3BhZGRpbmc9XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjM2NFwiIGxpbmVfaGVpZ2h0PVwiMjJcIl1UaGUgVHJhZGluZyBSb29twq7CoCBzZXNzaW9ucyBjb25kdWN0ZWQgYnkgdGhlIFJpb3NRdWFudCB0ZWFtIG9mZmVyIGEgcHJhZ21hdGljLCByZWFsIHdvcmxkIHBlcnNwZWN0aXZlIG9mIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzIGluIHJlYWwtdGltZS4gVHJhZGluZyBiZWdpbnMgYXQgNzozMCBhLm0uIEVUIE1vbmRheSB0aHJvdWdoIEZyaWRheS4gR2V0IGEgc25lYWsgdmlldyBvZiBoaWdoIHBlcmZvcm1pbmcgYWxnb3JpdGhtaWMgdHJhZGluZyBzeXN0ZW1zIGluIGFjdGlvbiBmcm9tIHRoZSBjb252ZW5pZW5jZSBvZiB5b3VyIGNvbXB1dGVyLiBFeHBlcmllbmNlIHRoZSBwb3dlciBvZiBtYXJrZXQgaW50ZWxsaWdlbmNlIHdpdGggb3VyIHF1YW50aXRhdGl2ZSB0cmFkaW5nIHRvb2xzLgoKPHA+Jm5ic3A7PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTg1OiJbb3B0aW5fYm94IHN0eWxlPVwiMTRcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImVtYWlsXCIgZ290b3dlYmluYXI9XCJhMjA0NzE5MzAyXCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdU0VDVVJFIFlPVVIgU1BPVCBOT1chWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mzg6ImVsZW1lbnQtY29udGFpbmVyIGNmIHBhZC1sZWZ0IGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU5MzoiYmFja2dyb3VuZDojZmNmY2ZjO2JhY2tncm91bmQ6LXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgY29sb3Itc3RvcCgwJSwgI2ZjZmNmYyksIGNvbG9yLXN0b3AoMTAwJSwgI2Y1ZjVmNSkpO2JhY2tncm91bmQ6LXdlYmtpdC1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1vei1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1zLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotby1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6bGluZWFyLWdyYWRpZW50KHRvIGJvdHRvbSwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtmaWx0ZXI6cHJvZ2lkOkRYSW1hZ2VUcmFuc2Zvcm0uTWljcm9zb2Z0LmdyYWRpZW50KHN0YXJ0Q29sb3JzdHI9I2ZjZmNmYywgZW5kQ29sb3JzdHI9I2Y1ZjVmNSwgR3JhZGllbnRUeXBlPTApO3BhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjE0MDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tWTJaalptTWlMQ0ppWVdOclozSnZkVzVrUTI5c2IzSkZibVFpT2lJalpqVm1OV1kxSWl3aWNHRmtaR2x1WjFSdmNDSTZJakl3SWl3aWNHRmtaR2x1WjBKdmRIUnZiU0k2SWpFMUluMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2MzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjM3XCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+UVVBTlRJVEFUSVZFIEFOQUxZU0lTICZhbXA7IEFMR09SSVRITUlDIFRSQURJTkc8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTQ3OiJbY3VzdG9tX2h0bWxdPGRpdiBpZD1cImZiLXJvb3RcIj48L2Rpdj4KPHNjcmlwdD4oZnVuY3Rpb24oZCwgcywgaWQpIHsKICB2YXIganMsIGZqcyA9IGQuZ2V0RWxlbWVudHNCeVRhZ05hbWUocylbMF07CiAgaWYgKGQuZ2V0RWxlbWVudEJ5SWQoaWQpKSByZXR1cm47CiAganMgPSBkLmNyZWF0ZUVsZW1lbnQocyk7IGpzLmlkID0gaWQ7CiAganMuc3JjID0gXCIvL2Nvbm5lY3QuZmFjZWJvb2submV0L2VuX0dCL2FsbC5qcyN4ZmJtbD0xJmFwcElkPTE5MjQwMTM1NDI0NTAxNVwiOwogIGZqcy5wYXJlbnROb2RlLmluc2VydEJlZm9yZShqcywgZmpzKTsKfShkb2N1bWVudCwgXCdzY3JpcHRcJywgXCdmYWNlYm9vay1qc3Nka1wnKSk7PC9zY3JpcHQ+CjxkaXYgY2xhc3M9XCJmYi1saWtlXCIgZGF0YS1ocmVmPVwiaHR0cDovL2RldmVsb3BlcnMuZmFjZWJvb2suY29tL2RvY3MvcmVmZXJlbmNlL3BsdWdpbnMvbGlrZVwiIGRhdGEtc2VuZD1cInRydWVcIiBkYXRhLXdpZHRoPVwiNDUwXCIgZGF0YS1zaG93LWZhY2VzPVwidHJ1ZVwiPjwvZGl2PlsvY3VzdG9tX2h0bWxdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19','publish','0000-00-00 00:00:00'),(35,1373,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjQ2OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl1XYW50IHRvIFN0YXJ0IDxzcGFuIHN0eWxlPVwiY29sb3I6ICMxZTlhZTA7XCI+VHJhZGluZyBMaWtlIGEgUXVhbnQ8L3NwYW4+PyBHZXQgU3RhcnRlZCBOb3cuWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM5OiJyb3cgZml2ZS1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxNzE3MTc7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToyMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhOekUzTVRjaUxDSndZV1JrYVc1blZHOXdJam9pTWpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI0OiJ0aHJlZS1maWZ0aHMgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4OToiW3ZpZGVvX3BsYXllciB0eXBlPVwieW91dHViZVwiIHlvdXR1YmVfZm9yY2VfaGQ9XCJub25lXCIgd2lkdGg9XCI1NTBcIiBoZWlnaHQ9XCIzMDlcIiBhbGlnbj1cImxlZnRcIiBtYXJnaW5fdG9wPVwiMFwiIG1hcmdpbl9ib3R0b209XCIwXCJdYUhSMGNEb3ZMM2x2ZFhSMUxtSmxMM1JPY1hSQ2RFbGFjalJSWy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMzU6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyNVwiIGZvbnRfc2hhZG93PVwibm9uZVwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPlF1aWNrIHJldmlldyBvZiB0cmFkaW5nIHBlcmZvcm1hbmNlIGZvciB0aGUgd2VlayBvZiBNYXJjaCA5dGggLSAxNHRoIGluIFRoZSBUcmFkaW5nIFJvb20gVHJhZGVMQUIuPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdR2V0IEFjY2VzcyB0byBPdXIgTGl2ZSBUcmFkaW5nIFJvb21bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyOToiZWxlbWVudC1jb250YWluZXIgY2YgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1ODY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjZWVlYmRkXCIgYm90dG9tX3BhZGRpbmc9XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjM2NFwiIGxpbmVfaGVpZ2h0PVwiMjJcIl1UaGUgVHJhZGluZyBSb29twq7CoCBzZXNzaW9ucyBjb25kdWN0ZWQgYnkgdGhlIFJpb3NRdWFudCB0ZWFtIG9mZmVyIGEgcHJhZ21hdGljLCByZWFsIHdvcmxkIHBlcnNwZWN0aXZlIG9mIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzIGluIHJlYWwtdGltZS4gVHJhZGluZyBiZWdpbnMgYXQgNzozMCBhLm0uIEVUIE1vbmRheSB0aHJvdWdoIEZyaWRheS4gR2V0IGEgc25lYWsgdmlldyBvZiBoaWdoIHBlcmZvcm1pbmcgYWxnb3JpdGhtaWMgdHJhZGluZyBzeXN0ZW1zIGluIGFjdGlvbiBmcm9tIHRoZSBjb252ZW5pZW5jZSBvZiB5b3VyIGNvbXB1dGVyLiBFeHBlcmllbmNlIHRoZSBwb3dlciBvZiBtYXJrZXQgaW50ZWxsaWdlbmNlIHdpdGggb3VyIHF1YW50aXRhdGl2ZSB0cmFkaW5nIHRvb2xzLgoKPHA+Jm5ic3A7PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NjI0OiJbb3B0aW5fYm94IHN0eWxlPVwiMTRcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImVtYWlsXCIgcmVkaXJlY3RfdXJsPVwiaHR0cDovL3d3dy5yaW9zcXVhbnQuY29tL3N1YnNjcmliZT9wcm9kdWN0X2lkPTE2XCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdU0VDVVJFIFlPVVIgU1BPVCBOT1chWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mzg6ImVsZW1lbnQtY29udGFpbmVyIGNmIHBhZC1sZWZ0IGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU5MzoiYmFja2dyb3VuZDojZmNmY2ZjO2JhY2tncm91bmQ6LXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgY29sb3Itc3RvcCgwJSwgI2ZjZmNmYyksIGNvbG9yLXN0b3AoMTAwJSwgI2Y1ZjVmNSkpO2JhY2tncm91bmQ6LXdlYmtpdC1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1vei1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1zLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotby1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6bGluZWFyLWdyYWRpZW50KHRvIGJvdHRvbSwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtmaWx0ZXI6cHJvZ2lkOkRYSW1hZ2VUcmFuc2Zvcm0uTWljcm9zb2Z0LmdyYWRpZW50KHN0YXJ0Q29sb3JzdHI9I2ZjZmNmYywgZW5kQ29sb3JzdHI9I2Y1ZjVmNSwgR3JhZGllbnRUeXBlPTApO3BhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjE0MDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tWTJaalptTWlMQ0ppWVdOclozSnZkVzVrUTI5c2IzSkZibVFpT2lJalpqVm1OV1kxSWl3aWNHRmtaR2x1WjFSdmNDSTZJakl3SWl3aWNHRmtaR2x1WjBKdmRIUnZiU0k2SWpFMUluMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2MzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjM3XCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+UVVBTlRJVEFUSVZFIEFOQUxZU0lTICZhbXA7IEFMR09SSVRITUlDIFRSQURJTkc8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTQ3OiJbY3VzdG9tX2h0bWxdPGRpdiBpZD1cImZiLXJvb3RcIj48L2Rpdj4KPHNjcmlwdD4oZnVuY3Rpb24oZCwgcywgaWQpIHsKICB2YXIganMsIGZqcyA9IGQuZ2V0RWxlbWVudHNCeVRhZ05hbWUocylbMF07CiAgaWYgKGQuZ2V0RWxlbWVudEJ5SWQoaWQpKSByZXR1cm47CiAganMgPSBkLmNyZWF0ZUVsZW1lbnQocyk7IGpzLmlkID0gaWQ7CiAganMuc3JjID0gXCIvL2Nvbm5lY3QuZmFjZWJvb2submV0L2VuX0dCL2FsbC5qcyN4ZmJtbD0xJmFwcElkPTE5MjQwMTM1NDI0NTAxNVwiOwogIGZqcy5wYXJlbnROb2RlLmluc2VydEJlZm9yZShqcywgZmpzKTsKfShkb2N1bWVudCwgXCdzY3JpcHRcJywgXCdmYWNlYm9vay1qc3Nka1wnKSk7PC9zY3JpcHQ+CjxkaXYgY2xhc3M9XCJmYi1saWtlXCIgZGF0YS1ocmVmPVwiaHR0cDovL2RldmVsb3BlcnMuZmFjZWJvb2suY29tL2RvY3MvcmVmZXJlbmNlL3BsdWdpbnMvbGlrZVwiIGRhdGEtc2VuZD1cInRydWVcIiBkYXRhLXdpZHRoPVwiNDUwXCIgZGF0YS1zaG93LWZhY2VzPVwidHJ1ZVwiPjwvZGl2PlsvY3VzdG9tX2h0bWxdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19','publish','0000-00-00 00:00:00'),(36,1374,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjQ2OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl1XYW50IHRvIFN0YXJ0IDxzcGFuIHN0eWxlPVwiY29sb3I6ICMxZTlhZTA7XCI+VHJhZGluZyBMaWtlIGEgUXVhbnQ8L3NwYW4+PyBHZXQgU3RhcnRlZCBOb3cuWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM5OiJyb3cgZml2ZS1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxNzE3MTc7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToyMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhOekUzTVRjaUxDSndZV1JrYVc1blZHOXdJam9pTWpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI0OiJ0aHJlZS1maWZ0aHMgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4OToiW3ZpZGVvX3BsYXllciB0eXBlPVwieW91dHViZVwiIHlvdXR1YmVfZm9yY2VfaGQ9XCJub25lXCIgd2lkdGg9XCI1NTBcIiBoZWlnaHQ9XCIzMDlcIiBhbGlnbj1cImxlZnRcIiBtYXJnaW5fdG9wPVwiMFwiIG1hcmdpbl9ib3R0b209XCIwXCJdYUhSMGNEb3ZMM2x2ZFhSMUxtSmxMM1JPY1hSQ2RFbGFjalJSWy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMzU6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyNVwiIGZvbnRfc2hhZG93PVwibm9uZVwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPlF1aWNrIHJldmlldyBvZiB0cmFkaW5nIHBlcmZvcm1hbmNlIGZvciB0aGUgd2VlayBvZiBNYXJjaCA5dGggLSAxNHRoIGluIFRoZSBUcmFkaW5nIFJvb20gVHJhZGVMQUIuPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdR2V0IEFjY2VzcyB0byBPdXIgTGl2ZSBUcmFkaW5nIFJvb21bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyOToiZWxlbWVudC1jb250YWluZXIgY2YgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1ODY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjZWVlYmRkXCIgYm90dG9tX3BhZGRpbmc9XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjM2NFwiIGxpbmVfaGVpZ2h0PVwiMjJcIl1UaGUgVHJhZGluZyBSb29twq7CoCBzZXNzaW9ucyBjb25kdWN0ZWQgYnkgdGhlIFJpb3NRdWFudCB0ZWFtIG9mZmVyIGEgcHJhZ21hdGljLCByZWFsIHdvcmxkIHBlcnNwZWN0aXZlIG9mIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzIGluIHJlYWwtdGltZS4gVHJhZGluZyBiZWdpbnMgYXQgNzozMCBhLm0uIEVUIE1vbmRheSB0aHJvdWdoIEZyaWRheS4gR2V0IGEgc25lYWsgdmlldyBvZiBoaWdoIHBlcmZvcm1pbmcgYWxnb3JpdGhtaWMgdHJhZGluZyBzeXN0ZW1zIGluIGFjdGlvbiBmcm9tIHRoZSBjb252ZW5pZW5jZSBvZiB5b3VyIGNvbXB1dGVyLiBFeHBlcmllbmNlIHRoZSBwb3dlciBvZiBtYXJrZXQgaW50ZWxsaWdlbmNlIHdpdGggb3VyIHF1YW50aXRhdGl2ZSB0cmFkaW5nIHRvb2xzLgoKPHA+Jm5ic3A7PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NjI0OiJbb3B0aW5fYm94IHN0eWxlPVwiMTRcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImVtYWlsXCIgcmVkaXJlY3RfdXJsPVwiaHR0cDovL3d3dy5yaW9zcXVhbnQuY29tL3N1YnNjcmliZT9wcm9kdWN0X2lkPTE2XCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdU0VDVVJFIFlPVVIgU1BPVCBOT1chWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mzg6ImVsZW1lbnQtY29udGFpbmVyIGNmIHBhZC1sZWZ0IGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU5MzoiYmFja2dyb3VuZDojZmNmY2ZjO2JhY2tncm91bmQ6LXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgY29sb3Itc3RvcCgwJSwgI2ZjZmNmYyksIGNvbG9yLXN0b3AoMTAwJSwgI2Y1ZjVmNSkpO2JhY2tncm91bmQ6LXdlYmtpdC1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1vei1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1zLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotby1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6bGluZWFyLWdyYWRpZW50KHRvIGJvdHRvbSwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtmaWx0ZXI6cHJvZ2lkOkRYSW1hZ2VUcmFuc2Zvcm0uTWljcm9zb2Z0LmdyYWRpZW50KHN0YXJ0Q29sb3JzdHI9I2ZjZmNmYywgZW5kQ29sb3JzdHI9I2Y1ZjVmNSwgR3JhZGllbnRUeXBlPTApO3BhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjE0MDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tWTJaalptTWlMQ0ppWVdOclozSnZkVzVrUTI5c2IzSkZibVFpT2lJalpqVm1OV1kxSWl3aWNHRmtaR2x1WjFSdmNDSTZJakl3SWl3aWNHRmtaR2x1WjBKdmRIUnZiU0k2SWpFMUluMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2MzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjM3XCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+UVVBTlRJVEFUSVZFIEFOQUxZU0lTICZhbXA7IEFMR09SSVRITUlDIFRSQURJTkc8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTQ3OiJbY3VzdG9tX2h0bWxdPGRpdiBpZD1cImZiLXJvb3RcIj48L2Rpdj4KPHNjcmlwdD4oZnVuY3Rpb24oZCwgcywgaWQpIHsKICB2YXIganMsIGZqcyA9IGQuZ2V0RWxlbWVudHNCeVRhZ05hbWUocylbMF07CiAgaWYgKGQuZ2V0RWxlbWVudEJ5SWQoaWQpKSByZXR1cm47CiAganMgPSBkLmNyZWF0ZUVsZW1lbnQocyk7IGpzLmlkID0gaWQ7CiAganMuc3JjID0gXCIvL2Nvbm5lY3QuZmFjZWJvb2submV0L2VuX0dCL2FsbC5qcyN4ZmJtbD0xJmFwcElkPTE5MjQwMTM1NDI0NTAxNVwiOwogIGZqcy5wYXJlbnROb2RlLmluc2VydEJlZm9yZShqcywgZmpzKTsKfShkb2N1bWVudCwgXCdzY3JpcHRcJywgXCdmYWNlYm9vay1qc3Nka1wnKSk7PC9zY3JpcHQ+CjxkaXYgY2xhc3M9XCJmYi1saWtlXCIgZGF0YS1ocmVmPVwiaHR0cDovL2RldmVsb3BlcnMuZmFjZWJvb2suY29tL2RvY3MvcmVmZXJlbmNlL3BsdWdpbnMvbGlrZVwiIGRhdGEtc2VuZD1cInRydWVcIiBkYXRhLXdpZHRoPVwiNDUwXCIgZGF0YS1zaG93LWZhY2VzPVwidHJ1ZVwiPjwvZGl2PlsvY3VzdG9tX2h0bWxdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19','publish','0000-00-00 00:00:00'),(37,1375,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjQ2OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl1XYW50IHRvIFN0YXJ0IDxzcGFuIHN0eWxlPVwiY29sb3I6ICMxZTlhZTA7XCI+VHJhZGluZyBMaWtlIGEgUXVhbnQ8L3NwYW4+PyBHZXQgU3RhcnRlZCBOb3cuWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM5OiJyb3cgZml2ZS1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxNzE3MTc7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToyMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhOekUzTVRjaUxDSndZV1JrYVc1blZHOXdJam9pTWpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI0OiJ0aHJlZS1maWZ0aHMgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4OToiW3ZpZGVvX3BsYXllciB0eXBlPVwieW91dHViZVwiIHlvdXR1YmVfZm9yY2VfaGQ9XCJub25lXCIgd2lkdGg9XCI1NTBcIiBoZWlnaHQ9XCIzMDlcIiBhbGlnbj1cImxlZnRcIiBtYXJnaW5fdG9wPVwiMFwiIG1hcmdpbl9ib3R0b209XCIwXCJdYUhSMGNEb3ZMM2x2ZFhSMUxtSmxMM1JPY1hSQ2RFbGFjalJSWy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMzU6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyNVwiIGZvbnRfc2hhZG93PVwibm9uZVwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPlF1aWNrIHJldmlldyBvZiB0cmFkaW5nIHBlcmZvcm1hbmNlIGZvciB0aGUgd2VlayBvZiBNYXJjaCA5dGggLSAxNHRoIGluIFRoZSBUcmFkaW5nIFJvb20gVHJhZGVMQUIuPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdR2V0IEFjY2VzcyB0byBPdXIgTGl2ZSBUcmFkaW5nIFJvb21bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyOToiZWxlbWVudC1jb250YWluZXIgY2YgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1ODY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjZWVlYmRkXCIgYm90dG9tX3BhZGRpbmc9XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjM2NFwiIGxpbmVfaGVpZ2h0PVwiMjJcIl1UaGUgVHJhZGluZyBSb29twq7CoCBzZXNzaW9ucyBjb25kdWN0ZWQgYnkgdGhlIFJpb3NRdWFudCB0ZWFtIG9mZmVyIGEgcHJhZ21hdGljLCByZWFsIHdvcmxkIHBlcnNwZWN0aXZlIG9mIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzIGluIHJlYWwtdGltZS4gVHJhZGluZyBiZWdpbnMgYXQgNzozMCBhLm0uIEVUIE1vbmRheSB0aHJvdWdoIEZyaWRheS4gR2V0IGEgc25lYWsgdmlldyBvZiBoaWdoIHBlcmZvcm1pbmcgYWxnb3JpdGhtaWMgdHJhZGluZyBzeXN0ZW1zIGluIGFjdGlvbiBmcm9tIHRoZSBjb252ZW5pZW5jZSBvZiB5b3VyIGNvbXB1dGVyLiBFeHBlcmllbmNlIHRoZSBwb3dlciBvZiBtYXJrZXQgaW50ZWxsaWdlbmNlIHdpdGggb3VyIHF1YW50aXRhdGl2ZSB0cmFkaW5nIHRvb2xzLgoKPHA+Jm5ic3A7PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NjI0OiJbb3B0aW5fYm94IHN0eWxlPVwiMTRcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImVtYWlsXCIgcmVkaXJlY3RfdXJsPVwiaHR0cDovL3d3dy5yaW9zcXVhbnQuY29tL3N1YnNjcmliZT9wcm9kdWN0X2lkPTE2XCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdU0VDVVJFIFlPVVIgU1BPVCBOT1chWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mzg6ImVsZW1lbnQtY29udGFpbmVyIGNmIHBhZC1sZWZ0IGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU5MzoiYmFja2dyb3VuZDojZmNmY2ZjO2JhY2tncm91bmQ6LXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgY29sb3Itc3RvcCgwJSwgI2ZjZmNmYyksIGNvbG9yLXN0b3AoMTAwJSwgI2Y1ZjVmNSkpO2JhY2tncm91bmQ6LXdlYmtpdC1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1vei1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1zLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotby1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6bGluZWFyLWdyYWRpZW50KHRvIGJvdHRvbSwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtmaWx0ZXI6cHJvZ2lkOkRYSW1hZ2VUcmFuc2Zvcm0uTWljcm9zb2Z0LmdyYWRpZW50KHN0YXJ0Q29sb3JzdHI9I2ZjZmNmYywgZW5kQ29sb3JzdHI9I2Y1ZjVmNSwgR3JhZGllbnRUeXBlPTApO3BhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjE0MDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tWTJaalptTWlMQ0ppWVdOclozSnZkVzVrUTI5c2IzSkZibVFpT2lJalpqVm1OV1kxSWl3aWNHRmtaR2x1WjFSdmNDSTZJakl3SWl3aWNHRmtaR2x1WjBKdmRIUnZiU0k2SWpFMUluMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2MzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjM3XCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+UVVBTlRJVEFUSVZFIEFOQUxZU0lTICZhbXA7IEFMR09SSVRITUlDIFRSQURJTkc8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTQ3OiJbY3VzdG9tX2h0bWxdPGRpdiBpZD1cImZiLXJvb3RcIj48L2Rpdj4KPHNjcmlwdD4oZnVuY3Rpb24oZCwgcywgaWQpIHsKICB2YXIganMsIGZqcyA9IGQuZ2V0RWxlbWVudHNCeVRhZ05hbWUocylbMF07CiAgaWYgKGQuZ2V0RWxlbWVudEJ5SWQoaWQpKSByZXR1cm47CiAganMgPSBkLmNyZWF0ZUVsZW1lbnQocyk7IGpzLmlkID0gaWQ7CiAganMuc3JjID0gXCIvL2Nvbm5lY3QuZmFjZWJvb2submV0L2VuX0dCL2FsbC5qcyN4ZmJtbD0xJmFwcElkPTE5MjQwMTM1NDI0NTAxNVwiOwogIGZqcy5wYXJlbnROb2RlLmluc2VydEJlZm9yZShqcywgZmpzKTsKfShkb2N1bWVudCwgXCdzY3JpcHRcJywgXCdmYWNlYm9vay1qc3Nka1wnKSk7PC9zY3JpcHQ+CjxkaXYgY2xhc3M9XCJmYi1saWtlXCIgZGF0YS1ocmVmPVwiaHR0cDovL2RldmVsb3BlcnMuZmFjZWJvb2suY29tL2RvY3MvcmVmZXJlbmNlL3BsdWdpbnMvbGlrZVwiIGRhdGEtc2VuZD1cInRydWVcIiBkYXRhLXdpZHRoPVwiNDUwXCIgZGF0YS1zaG93LWZhY2VzPVwidHJ1ZVwiPjwvZGl2PlsvY3VzdG9tX2h0bWxdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19','publish','0000-00-00 00:00:00'),(38,1376,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjQ2OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl1XYW50IHRvIFN0YXJ0IDxzcGFuIHN0eWxlPVwiY29sb3I6ICMxZTlhZTA7XCI+VHJhZGluZyBMaWtlIGEgUXVhbnQ8L3NwYW4+PyBHZXQgU3RhcnRlZCBOb3cuWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM5OiJyb3cgZml2ZS1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxNzE3MTc7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToyMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhOekUzTVRjaUxDSndZV1JrYVc1blZHOXdJam9pTWpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI0OiJ0aHJlZS1maWZ0aHMgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4OToiW3ZpZGVvX3BsYXllciB0eXBlPVwieW91dHViZVwiIHlvdXR1YmVfZm9yY2VfaGQ9XCJub25lXCIgd2lkdGg9XCI1NTBcIiBoZWlnaHQ9XCIzMDlcIiBhbGlnbj1cImxlZnRcIiBtYXJnaW5fdG9wPVwiMFwiIG1hcmdpbl9ib3R0b209XCIwXCJdYUhSMGNEb3ZMM2x2ZFhSMUxtSmxMM1JPY1hSQ2RFbGFjalJSWy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMzU6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyNVwiIGZvbnRfc2hhZG93PVwibm9uZVwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPlF1aWNrIHJldmlldyBvZiB0cmFkaW5nIHBlcmZvcm1hbmNlIGZvciB0aGUgd2VlayBvZiBNYXJjaCA5dGggLSAxNHRoIGluIFRoZSBUcmFkaW5nIFJvb20gVHJhZGVMQUIuPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdR2V0IEFjY2VzcyB0byBPdXIgTGl2ZSBUcmFkaW5nIFJvb21bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyOToiZWxlbWVudC1jb250YWluZXIgY2YgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1ODY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjZWVlYmRkXCIgYm90dG9tX3BhZGRpbmc9XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjM2NFwiIGxpbmVfaGVpZ2h0PVwiMjJcIl1UaGUgVHJhZGluZyBSb29twq7CoCBzZXNzaW9ucyBjb25kdWN0ZWQgYnkgdGhlIFJpb3NRdWFudCB0ZWFtIG9mZmVyIGEgcHJhZ21hdGljLCByZWFsIHdvcmxkIHBlcnNwZWN0aXZlIG9mIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzIGluIHJlYWwtdGltZS4gVHJhZGluZyBiZWdpbnMgYXQgNzozMCBhLm0uIEVUIE1vbmRheSB0aHJvdWdoIEZyaWRheS4gR2V0IGEgc25lYWsgdmlldyBvZiBoaWdoIHBlcmZvcm1pbmcgYWxnb3JpdGhtaWMgdHJhZGluZyBzeXN0ZW1zIGluIGFjdGlvbiBmcm9tIHRoZSBjb252ZW5pZW5jZSBvZiB5b3VyIGNvbXB1dGVyLiBFeHBlcmllbmNlIHRoZSBwb3dlciBvZiBtYXJrZXQgaW50ZWxsaWdlbmNlIHdpdGggb3VyIHF1YW50aXRhdGl2ZSB0cmFkaW5nIHRvb2xzLgoKPHA+Jm5ic3A7PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTg1OiJbb3B0aW5fYm94IHN0eWxlPVwiMTRcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImVtYWlsXCIgZ290b3dlYmluYXI9XCJhMTk4MjEyMDc4XCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdU0VDVVJFIFlPVVIgU1BPVCBOT1chWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mzg6ImVsZW1lbnQtY29udGFpbmVyIGNmIHBhZC1sZWZ0IGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU5MzoiYmFja2dyb3VuZDojZmNmY2ZjO2JhY2tncm91bmQ6LXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgY29sb3Itc3RvcCgwJSwgI2ZjZmNmYyksIGNvbG9yLXN0b3AoMTAwJSwgI2Y1ZjVmNSkpO2JhY2tncm91bmQ6LXdlYmtpdC1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1vei1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1zLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotby1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6bGluZWFyLWdyYWRpZW50KHRvIGJvdHRvbSwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtmaWx0ZXI6cHJvZ2lkOkRYSW1hZ2VUcmFuc2Zvcm0uTWljcm9zb2Z0LmdyYWRpZW50KHN0YXJ0Q29sb3JzdHI9I2ZjZmNmYywgZW5kQ29sb3JzdHI9I2Y1ZjVmNSwgR3JhZGllbnRUeXBlPTApO3BhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjE0MDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tWTJaalptTWlMQ0ppWVdOclozSnZkVzVrUTI5c2IzSkZibVFpT2lJalpqVm1OV1kxSWl3aWNHRmtaR2x1WjFSdmNDSTZJakl3SWl3aWNHRmtaR2x1WjBKdmRIUnZiU0k2SWpFMUluMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2MzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjM3XCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+UVVBTlRJVEFUSVZFIEFOQUxZU0lTICZhbXA7IEFMR09SSVRITUlDIFRSQURJTkc8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTQ3OiJbY3VzdG9tX2h0bWxdPGRpdiBpZD1cImZiLXJvb3RcIj48L2Rpdj4KPHNjcmlwdD4oZnVuY3Rpb24oZCwgcywgaWQpIHsKICB2YXIganMsIGZqcyA9IGQuZ2V0RWxlbWVudHNCeVRhZ05hbWUocylbMF07CiAgaWYgKGQuZ2V0RWxlbWVudEJ5SWQoaWQpKSByZXR1cm47CiAganMgPSBkLmNyZWF0ZUVsZW1lbnQocyk7IGpzLmlkID0gaWQ7CiAganMuc3JjID0gXCIvL2Nvbm5lY3QuZmFjZWJvb2submV0L2VuX0dCL2FsbC5qcyN4ZmJtbD0xJmFwcElkPTE5MjQwMTM1NDI0NTAxNVwiOwogIGZqcy5wYXJlbnROb2RlLmluc2VydEJlZm9yZShqcywgZmpzKTsKfShkb2N1bWVudCwgXCdzY3JpcHRcJywgXCdmYWNlYm9vay1qc3Nka1wnKSk7PC9zY3JpcHQ+CjxkaXYgY2xhc3M9XCJmYi1saWtlXCIgZGF0YS1ocmVmPVwiaHR0cDovL2RldmVsb3BlcnMuZmFjZWJvb2suY29tL2RvY3MvcmVmZXJlbmNlL3BsdWdpbnMvbGlrZVwiIGRhdGEtc2VuZD1cInRydWVcIiBkYXRhLXdpZHRoPVwiNDUwXCIgZGF0YS1zaG93LWZhY2VzPVwidHJ1ZVwiPjwvZGl2PlsvY3VzdG9tX2h0bWxdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19','publish','0000-00-00 00:00:00'),(39,1378,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjQ2OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl1XYW50IHRvIFN0YXJ0IDxzcGFuIHN0eWxlPVwiY29sb3I6ICMxZTlhZTA7XCI+VHJhZGluZyBMaWtlIGEgUXVhbnQ8L3NwYW4+PyBHZXQgU3RhcnRlZCBOb3cuWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM5OiJyb3cgZml2ZS1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxNzE3MTc7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToyMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhOekUzTVRjaUxDSndZV1JrYVc1blZHOXdJam9pTWpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI0OiJ0aHJlZS1maWZ0aHMgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4OToiW3ZpZGVvX3BsYXllciB0eXBlPVwieW91dHViZVwiIHlvdXR1YmVfZm9yY2VfaGQ9XCJub25lXCIgd2lkdGg9XCI1NTBcIiBoZWlnaHQ9XCIzMDlcIiBhbGlnbj1cImxlZnRcIiBtYXJnaW5fdG9wPVwiMFwiIG1hcmdpbl9ib3R0b209XCIwXCJdYUhSMGNEb3ZMM2x2ZFhSMUxtSmxMM1JPY1hSQ2RFbGFjalJSWy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMzU6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyNVwiIGZvbnRfc2hhZG93PVwibm9uZVwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPlF1aWNrIHJldmlldyBvZiB0cmFkaW5nIHBlcmZvcm1hbmNlIGZvciB0aGUgd2VlayBvZiBNYXJjaCA5dGggLSAxNHRoIGluIFRoZSBUcmFkaW5nIFJvb20gVHJhZGVMQUIuPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdR2V0IEFjY2VzcyB0byBPdXIgTGl2ZSBUcmFkaW5nIFJvb21bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyOToiZWxlbWVudC1jb250YWluZXIgY2YgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1ODY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjZWVlYmRkXCIgYm90dG9tX3BhZGRpbmc9XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjM2NFwiIGxpbmVfaGVpZ2h0PVwiMjJcIl1UaGUgVHJhZGluZyBSb29twq7CoCBzZXNzaW9ucyBjb25kdWN0ZWQgYnkgdGhlIFJpb3NRdWFudCB0ZWFtIG9mZmVyIGEgcHJhZ21hdGljLCByZWFsIHdvcmxkIHBlcnNwZWN0aXZlIG9mIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzIGluIHJlYWwtdGltZS4gVHJhZGluZyBiZWdpbnMgYXQgNzozMCBhLm0uIEVUIE1vbmRheSB0aHJvdWdoIEZyaWRheS4gR2V0IGEgc25lYWsgdmlldyBvZiBoaWdoIHBlcmZvcm1pbmcgYWxnb3JpdGhtaWMgdHJhZGluZyBzeXN0ZW1zIGluIGFjdGlvbiBmcm9tIHRoZSBjb252ZW5pZW5jZSBvZiB5b3VyIGNvbXB1dGVyLiBFeHBlcmllbmNlIHRoZSBwb3dlciBvZiBtYXJrZXQgaW50ZWxsaWdlbmNlIHdpdGggb3VyIHF1YW50aXRhdGl2ZSB0cmFkaW5nIHRvb2xzLgoKPHA+Jm5ic3A7PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTg1OiJbb3B0aW5fYm94IHN0eWxlPVwiMTRcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImVtYWlsXCIgZ290b3dlYmluYXI9XCJhMTk4MjEyMDc4XCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdU0VDVVJFIFlPVVIgU1BPVCBOT1chWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mzg6ImVsZW1lbnQtY29udGFpbmVyIGNmIHBhZC1sZWZ0IGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU5MzoiYmFja2dyb3VuZDojZmNmY2ZjO2JhY2tncm91bmQ6LXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgY29sb3Itc3RvcCgwJSwgI2ZjZmNmYyksIGNvbG9yLXN0b3AoMTAwJSwgI2Y1ZjVmNSkpO2JhY2tncm91bmQ6LXdlYmtpdC1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1vei1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1zLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotby1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6bGluZWFyLWdyYWRpZW50KHRvIGJvdHRvbSwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtmaWx0ZXI6cHJvZ2lkOkRYSW1hZ2VUcmFuc2Zvcm0uTWljcm9zb2Z0LmdyYWRpZW50KHN0YXJ0Q29sb3JzdHI9I2ZjZmNmYywgZW5kQ29sb3JzdHI9I2Y1ZjVmNSwgR3JhZGllbnRUeXBlPTApO3BhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjE0MDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tWTJaalptTWlMQ0ppWVdOclozSnZkVzVrUTI5c2IzSkZibVFpT2lJalpqVm1OV1kxSWl3aWNHRmtaR2x1WjFSdmNDSTZJakl3SWl3aWNHRmtaR2x1WjBKdmRIUnZiU0k2SWpFMUluMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2MzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjM3XCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+UVVBTlRJVEFUSVZFIEFOQUxZU0lTICZhbXA7IEFMR09SSVRITUlDIFRSQURJTkc8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTQ3OiJbY3VzdG9tX2h0bWxdPGRpdiBpZD1cImZiLXJvb3RcIj48L2Rpdj4KPHNjcmlwdD4oZnVuY3Rpb24oZCwgcywgaWQpIHsKICB2YXIganMsIGZqcyA9IGQuZ2V0RWxlbWVudHNCeVRhZ05hbWUocylbMF07CiAgaWYgKGQuZ2V0RWxlbWVudEJ5SWQoaWQpKSByZXR1cm47CiAganMgPSBkLmNyZWF0ZUVsZW1lbnQocyk7IGpzLmlkID0gaWQ7CiAganMuc3JjID0gXCIvL2Nvbm5lY3QuZmFjZWJvb2submV0L2VuX0dCL2FsbC5qcyN4ZmJtbD0xJmFwcElkPTE5MjQwMTM1NDI0NTAxNVwiOwogIGZqcy5wYXJlbnROb2RlLmluc2VydEJlZm9yZShqcywgZmpzKTsKfShkb2N1bWVudCwgXCdzY3JpcHRcJywgXCdmYWNlYm9vay1qc3Nka1wnKSk7PC9zY3JpcHQ+CjxkaXYgY2xhc3M9XCJmYi1saWtlXCIgZGF0YS1ocmVmPVwiaHR0cDovL2RldmVsb3BlcnMuZmFjZWJvb2suY29tL2RvY3MvcmVmZXJlbmNlL3BsdWdpbnMvbGlrZVwiIGRhdGEtc2VuZD1cInRydWVcIiBkYXRhLXdpZHRoPVwiNDUwXCIgZGF0YS1zaG93LWZhY2VzPVwidHJ1ZVwiPjwvZGl2PlsvY3VzdG9tX2h0bWxdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19','publish','0000-00-00 00:00:00'),(40,1380,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjQ2OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl1XYW50IHRvIFN0YXJ0IDxzcGFuIHN0eWxlPVwiY29sb3I6ICMxZTlhZTA7XCI+VHJhZGluZyBMaWtlIGEgUXVhbnQ8L3NwYW4+PyBHZXQgU3RhcnRlZCBOb3cuWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM5OiJyb3cgZml2ZS1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxNzE3MTc7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToyMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhOekUzTVRjaUxDSndZV1JrYVc1blZHOXdJam9pTWpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI0OiJ0aHJlZS1maWZ0aHMgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4OToiW3ZpZGVvX3BsYXllciB0eXBlPVwieW91dHViZVwiIHlvdXR1YmVfZm9yY2VfaGQ9XCJub25lXCIgd2lkdGg9XCI1NTBcIiBoZWlnaHQ9XCIzMDlcIiBhbGlnbj1cImxlZnRcIiBtYXJnaW5fdG9wPVwiMFwiIG1hcmdpbl9ib3R0b209XCIwXCJdYUhSMGNEb3ZMM2x2ZFhSMUxtSmxMM1JPY1hSQ2RFbGFjalJSWy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMzU6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyNVwiIGZvbnRfc2hhZG93PVwibm9uZVwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPlF1aWNrIHJldmlldyBvZiB0cmFkaW5nIHBlcmZvcm1hbmNlIGZvciB0aGUgd2VlayBvZiBNYXJjaCA5dGggLSAxNHRoIGluIFRoZSBUcmFkaW5nIFJvb20gVHJhZGVMQUIuPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdR2V0IEFjY2VzcyB0byBPdXIgTGl2ZSBUcmFkaW5nIFJvb21bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyOToiZWxlbWVudC1jb250YWluZXIgY2YgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1ODY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjZWVlYmRkXCIgYm90dG9tX3BhZGRpbmc9XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjM2NFwiIGxpbmVfaGVpZ2h0PVwiMjJcIl1UaGUgVHJhZGluZyBSb29twq7CoCBzZXNzaW9ucyBjb25kdWN0ZWQgYnkgdGhlIFJpb3NRdWFudCB0ZWFtIG9mZmVyIGEgcHJhZ21hdGljLCByZWFsIHdvcmxkIHBlcnNwZWN0aXZlIG9mIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzIGluIHJlYWwtdGltZS4gVHJhZGluZyBiZWdpbnMgYXQgNzozMCBhLm0uIEVUIE1vbmRheSB0aHJvdWdoIEZyaWRheS4gR2V0IGEgc25lYWsgdmlldyBvZiBoaWdoIHBlcmZvcm1pbmcgYWxnb3JpdGhtaWMgdHJhZGluZyBzeXN0ZW1zIGluIGFjdGlvbiBmcm9tIHRoZSBjb252ZW5pZW5jZSBvZiB5b3VyIGNvbXB1dGVyLiBFeHBlcmllbmNlIHRoZSBwb3dlciBvZiBtYXJrZXQgaW50ZWxsaWdlbmNlIHdpdGggb3VyIHF1YW50aXRhdGl2ZSB0cmFkaW5nIHRvb2xzLgoKPHA+Jm5ic3A7PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTg1OiJbb3B0aW5fYm94IHN0eWxlPVwiMTRcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImVtYWlsXCIgZ290b3dlYmluYXI9XCJhMjA0NzE5MzAyXCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdU0VDVVJFIFlPVVIgU1BPVCBOT1chWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mzg6ImVsZW1lbnQtY29udGFpbmVyIGNmIHBhZC1sZWZ0IGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU5MzoiYmFja2dyb3VuZDojZmNmY2ZjO2JhY2tncm91bmQ6LXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgY29sb3Itc3RvcCgwJSwgI2ZjZmNmYyksIGNvbG9yLXN0b3AoMTAwJSwgI2Y1ZjVmNSkpO2JhY2tncm91bmQ6LXdlYmtpdC1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1vei1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1zLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotby1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6bGluZWFyLWdyYWRpZW50KHRvIGJvdHRvbSwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtmaWx0ZXI6cHJvZ2lkOkRYSW1hZ2VUcmFuc2Zvcm0uTWljcm9zb2Z0LmdyYWRpZW50KHN0YXJ0Q29sb3JzdHI9I2ZjZmNmYywgZW5kQ29sb3JzdHI9I2Y1ZjVmNSwgR3JhZGllbnRUeXBlPTApO3BhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjE0MDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tWTJaalptTWlMQ0ppWVdOclozSnZkVzVrUTI5c2IzSkZibVFpT2lJalpqVm1OV1kxSWl3aWNHRmtaR2x1WjFSdmNDSTZJakl3SWl3aWNHRmtaR2x1WjBKdmRIUnZiU0k2SWpFMUluMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2MzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjM3XCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+UVVBTlRJVEFUSVZFIEFOQUxZU0lTICZhbXA7IEFMR09SSVRITUlDIFRSQURJTkc8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTQ3OiJbY3VzdG9tX2h0bWxdPGRpdiBpZD1cImZiLXJvb3RcIj48L2Rpdj4KPHNjcmlwdD4oZnVuY3Rpb24oZCwgcywgaWQpIHsKICB2YXIganMsIGZqcyA9IGQuZ2V0RWxlbWVudHNCeVRhZ05hbWUocylbMF07CiAgaWYgKGQuZ2V0RWxlbWVudEJ5SWQoaWQpKSByZXR1cm47CiAganMgPSBkLmNyZWF0ZUVsZW1lbnQocyk7IGpzLmlkID0gaWQ7CiAganMuc3JjID0gXCIvL2Nvbm5lY3QuZmFjZWJvb2submV0L2VuX0dCL2FsbC5qcyN4ZmJtbD0xJmFwcElkPTE5MjQwMTM1NDI0NTAxNVwiOwogIGZqcy5wYXJlbnROb2RlLmluc2VydEJlZm9yZShqcywgZmpzKTsKfShkb2N1bWVudCwgXCdzY3JpcHRcJywgXCdmYWNlYm9vay1qc3Nka1wnKSk7PC9zY3JpcHQ+CjxkaXYgY2xhc3M9XCJmYi1saWtlXCIgZGF0YS1ocmVmPVwiaHR0cDovL2RldmVsb3BlcnMuZmFjZWJvb2suY29tL2RvY3MvcmVmZXJlbmNlL3BsdWdpbnMvbGlrZVwiIGRhdGEtc2VuZD1cInRydWVcIiBkYXRhLXdpZHRoPVwiNDUwXCIgZGF0YS1zaG93LWZhY2VzPVwidHJ1ZVwiPjwvZGl2PlsvY3VzdG9tX2h0bWxdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19','publish','0000-00-00 00:00:00'),(41,1382,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjQ2OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl1XYW50IHRvIFN0YXJ0IDxzcGFuIHN0eWxlPVwiY29sb3I6ICMxZTlhZTA7XCI+VHJhZGluZyBMaWtlIGEgUXVhbnQ8L3NwYW4+PyBHZXQgU3RhcnRlZCBOb3cuWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM5OiJyb3cgZml2ZS1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxNzE3MTc7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToyMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhOekUzTVRjaUxDSndZV1JrYVc1blZHOXdJam9pTWpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI0OiJ0aHJlZS1maWZ0aHMgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4OToiW3ZpZGVvX3BsYXllciB0eXBlPVwieW91dHViZVwiIHlvdXR1YmVfZm9yY2VfaGQ9XCJub25lXCIgd2lkdGg9XCI1NTBcIiBoZWlnaHQ9XCIzMDlcIiBhbGlnbj1cImxlZnRcIiBtYXJnaW5fdG9wPVwiMFwiIG1hcmdpbl9ib3R0b209XCIwXCJdYUhSMGNEb3ZMM2x2ZFhSMUxtSmxMM1JPY1hSQ2RFbGFjalJSWy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMzU6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyNVwiIGZvbnRfc2hhZG93PVwibm9uZVwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPlF1aWNrIHJldmlldyBvZiB0cmFkaW5nIHBlcmZvcm1hbmNlIGZvciB0aGUgd2VlayBvZiBNYXJjaCA5dGggLSAxNHRoIGluIFRoZSBUcmFkaW5nIFJvb20gVHJhZGVMQUIuPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdR2V0IEFjY2VzcyB0byBPdXIgTGl2ZSBUcmFkaW5nIFJvb21bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyOToiZWxlbWVudC1jb250YWluZXIgY2YgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1ODY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjZWVlYmRkXCIgYm90dG9tX3BhZGRpbmc9XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjM2NFwiIGxpbmVfaGVpZ2h0PVwiMjJcIl1UaGUgVHJhZGluZyBSb29twq7CoCBzZXNzaW9ucyBjb25kdWN0ZWQgYnkgdGhlIFJpb3NRdWFudCB0ZWFtIG9mZmVyIGEgcHJhZ21hdGljLCByZWFsIHdvcmxkIHBlcnNwZWN0aXZlIG9mIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzIGluIHJlYWwtdGltZS4gVHJhZGluZyBiZWdpbnMgYXQgNzozMCBhLm0uIEVUIE1vbmRheSB0aHJvdWdoIEZyaWRheS4gR2V0IGEgc25lYWsgdmlldyBvZiBoaWdoIHBlcmZvcm1pbmcgYWxnb3JpdGhtaWMgdHJhZGluZyBzeXN0ZW1zIGluIGFjdGlvbiBmcm9tIHRoZSBjb252ZW5pZW5jZSBvZiB5b3VyIGNvbXB1dGVyLiBFeHBlcmllbmNlIHRoZSBwb3dlciBvZiBtYXJrZXQgaW50ZWxsaWdlbmNlIHdpdGggb3VyIHF1YW50aXRhdGl2ZSB0cmFkaW5nIHRvb2xzLgoKPHA+Jm5ic3A7PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTg1OiJbb3B0aW5fYm94IHN0eWxlPVwiMTRcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImVtYWlsXCIgZ290b3dlYmluYXI9XCJhOTUzNDAyMTkwXCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdU0VDVVJFIFlPVVIgU1BPVCBOT1chWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mzg6ImVsZW1lbnQtY29udGFpbmVyIGNmIHBhZC1sZWZ0IGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU5MzoiYmFja2dyb3VuZDojZmNmY2ZjO2JhY2tncm91bmQ6LXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgY29sb3Itc3RvcCgwJSwgI2ZjZmNmYyksIGNvbG9yLXN0b3AoMTAwJSwgI2Y1ZjVmNSkpO2JhY2tncm91bmQ6LXdlYmtpdC1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1vei1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1zLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotby1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6bGluZWFyLWdyYWRpZW50KHRvIGJvdHRvbSwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtmaWx0ZXI6cHJvZ2lkOkRYSW1hZ2VUcmFuc2Zvcm0uTWljcm9zb2Z0LmdyYWRpZW50KHN0YXJ0Q29sb3JzdHI9I2ZjZmNmYywgZW5kQ29sb3JzdHI9I2Y1ZjVmNSwgR3JhZGllbnRUeXBlPTApO3BhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjE0MDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tWTJaalptTWlMQ0ppWVdOclozSnZkVzVrUTI5c2IzSkZibVFpT2lJalpqVm1OV1kxSWl3aWNHRmtaR2x1WjFSdmNDSTZJakl3SWl3aWNHRmtaR2x1WjBKdmRIUnZiU0k2SWpFMUluMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2MzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjM3XCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+UVVBTlRJVEFUSVZFIEFOQUxZU0lTICZhbXA7IEFMR09SSVRITUlDIFRSQURJTkc8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTQ3OiJbY3VzdG9tX2h0bWxdPGRpdiBpZD1cImZiLXJvb3RcIj48L2Rpdj4KPHNjcmlwdD4oZnVuY3Rpb24oZCwgcywgaWQpIHsKICB2YXIganMsIGZqcyA9IGQuZ2V0RWxlbWVudHNCeVRhZ05hbWUocylbMF07CiAgaWYgKGQuZ2V0RWxlbWVudEJ5SWQoaWQpKSByZXR1cm47CiAganMgPSBkLmNyZWF0ZUVsZW1lbnQocyk7IGpzLmlkID0gaWQ7CiAganMuc3JjID0gXCIvL2Nvbm5lY3QuZmFjZWJvb2submV0L2VuX0dCL2FsbC5qcyN4ZmJtbD0xJmFwcElkPTE5MjQwMTM1NDI0NTAxNVwiOwogIGZqcy5wYXJlbnROb2RlLmluc2VydEJlZm9yZShqcywgZmpzKTsKfShkb2N1bWVudCwgXCdzY3JpcHRcJywgXCdmYWNlYm9vay1qc3Nka1wnKSk7PC9zY3JpcHQ+CjxkaXYgY2xhc3M9XCJmYi1saWtlXCIgZGF0YS1ocmVmPVwiaHR0cDovL2RldmVsb3BlcnMuZmFjZWJvb2suY29tL2RvY3MvcmVmZXJlbmNlL3BsdWdpbnMvbGlrZVwiIGRhdGEtc2VuZD1cInRydWVcIiBkYXRhLXdpZHRoPVwiNDUwXCIgZGF0YS1zaG93LWZhY2VzPVwidHJ1ZVwiPjwvZGl2PlsvY3VzdG9tX2h0bWxdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19','publish','0000-00-00 00:00:00'),(42,1384,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjQ2OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl1XYW50IHRvIFN0YXJ0IDxzcGFuIHN0eWxlPVwiY29sb3I6ICMxZTlhZTA7XCI+VHJhZGluZyBMaWtlIGEgUXVhbnQ8L3NwYW4+PyBHZXQgU3RhcnRlZCBOb3cuWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM5OiJyb3cgZml2ZS1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxNzE3MTc7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToyMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhOekUzTVRjaUxDSndZV1JrYVc1blZHOXdJam9pTWpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI0OiJ0aHJlZS1maWZ0aHMgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4OToiW3ZpZGVvX3BsYXllciB0eXBlPVwieW91dHViZVwiIHlvdXR1YmVfZm9yY2VfaGQ9XCJub25lXCIgd2lkdGg9XCI1NTBcIiBoZWlnaHQ9XCIzMDlcIiBhbGlnbj1cImxlZnRcIiBtYXJnaW5fdG9wPVwiMFwiIG1hcmdpbl9ib3R0b209XCIwXCJdYUhSMGNEb3ZMM2x2ZFhSMUxtSmxMM1JPY1hSQ2RFbGFjalJSWy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMzU6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyNVwiIGZvbnRfc2hhZG93PVwibm9uZVwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPlF1aWNrIHJldmlldyBvZiB0cmFkaW5nIHBlcmZvcm1hbmNlIGZvciB0aGUgd2VlayBvZiBNYXJjaCA5dGggLSAxNHRoIGluIFRoZSBUcmFkaW5nIFJvb20gVHJhZGVMQUIuPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdR2V0IEFjY2VzcyB0byBPdXIgTGl2ZSBUcmFkaW5nIFJvb21bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyOToiZWxlbWVudC1jb250YWluZXIgY2YgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1ODY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjZWVlYmRkXCIgYm90dG9tX3BhZGRpbmc9XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjM2NFwiIGxpbmVfaGVpZ2h0PVwiMjJcIl1UaGUgVHJhZGluZyBSb29twq7CoCBzZXNzaW9ucyBjb25kdWN0ZWQgYnkgdGhlIFJpb3NRdWFudCB0ZWFtIG9mZmVyIGEgcHJhZ21hdGljLCByZWFsIHdvcmxkIHBlcnNwZWN0aXZlIG9mIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzIGluIHJlYWwtdGltZS4gVHJhZGluZyBiZWdpbnMgYXQgNzozMCBhLm0uIEVUIE1vbmRheSB0aHJvdWdoIEZyaWRheS4gR2V0IGEgc25lYWsgdmlldyBvZiBoaWdoIHBlcmZvcm1pbmcgYWxnb3JpdGhtaWMgdHJhZGluZyBzeXN0ZW1zIGluIGFjdGlvbiBmcm9tIHRoZSBjb252ZW5pZW5jZSBvZiB5b3VyIGNvbXB1dGVyLiBFeHBlcmllbmNlIHRoZSBwb3dlciBvZiBtYXJrZXQgaW50ZWxsaWdlbmNlIHdpdGggb3VyIHF1YW50aXRhdGl2ZSB0cmFkaW5nIHRvb2xzLgoKPHA+Jm5ic3A7PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTg1OiJbb3B0aW5fYm94IHN0eWxlPVwiMTRcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImVtYWlsXCIgZ290b3dlYmluYXI9XCJhMjkyMzEwMzc0XCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdU0VDVVJFIFlPVVIgU1BPVCBOT1chWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mzg6ImVsZW1lbnQtY29udGFpbmVyIGNmIHBhZC1sZWZ0IGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU5MzoiYmFja2dyb3VuZDojZmNmY2ZjO2JhY2tncm91bmQ6LXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgY29sb3Itc3RvcCgwJSwgI2ZjZmNmYyksIGNvbG9yLXN0b3AoMTAwJSwgI2Y1ZjVmNSkpO2JhY2tncm91bmQ6LXdlYmtpdC1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1vei1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1zLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotby1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6bGluZWFyLWdyYWRpZW50KHRvIGJvdHRvbSwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtmaWx0ZXI6cHJvZ2lkOkRYSW1hZ2VUcmFuc2Zvcm0uTWljcm9zb2Z0LmdyYWRpZW50KHN0YXJ0Q29sb3JzdHI9I2ZjZmNmYywgZW5kQ29sb3JzdHI9I2Y1ZjVmNSwgR3JhZGllbnRUeXBlPTApO3BhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjE0MDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tWTJaalptTWlMQ0ppWVdOclozSnZkVzVrUTI5c2IzSkZibVFpT2lJalpqVm1OV1kxSWl3aWNHRmtaR2x1WjFSdmNDSTZJakl3SWl3aWNHRmtaR2x1WjBKdmRIUnZiU0k2SWpFMUluMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2MzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjM3XCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+UVVBTlRJVEFUSVZFIEFOQUxZU0lTICZhbXA7IEFMR09SSVRITUlDIFRSQURJTkc8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTQ3OiJbY3VzdG9tX2h0bWxdPGRpdiBpZD1cImZiLXJvb3RcIj48L2Rpdj4KPHNjcmlwdD4oZnVuY3Rpb24oZCwgcywgaWQpIHsKICB2YXIganMsIGZqcyA9IGQuZ2V0RWxlbWVudHNCeVRhZ05hbWUocylbMF07CiAgaWYgKGQuZ2V0RWxlbWVudEJ5SWQoaWQpKSByZXR1cm47CiAganMgPSBkLmNyZWF0ZUVsZW1lbnQocyk7IGpzLmlkID0gaWQ7CiAganMuc3JjID0gXCIvL2Nvbm5lY3QuZmFjZWJvb2submV0L2VuX0dCL2FsbC5qcyN4ZmJtbD0xJmFwcElkPTE5MjQwMTM1NDI0NTAxNVwiOwogIGZqcy5wYXJlbnROb2RlLmluc2VydEJlZm9yZShqcywgZmpzKTsKfShkb2N1bWVudCwgXCdzY3JpcHRcJywgXCdmYWNlYm9vay1qc3Nka1wnKSk7PC9zY3JpcHQ+CjxkaXYgY2xhc3M9XCJmYi1saWtlXCIgZGF0YS1ocmVmPVwiaHR0cDovL2RldmVsb3BlcnMuZmFjZWJvb2suY29tL2RvY3MvcmVmZXJlbmNlL3BsdWdpbnMvbGlrZVwiIGRhdGEtc2VuZD1cInRydWVcIiBkYXRhLXdpZHRoPVwiNDUwXCIgZGF0YS1zaG93LWZhY2VzPVwidHJ1ZVwiPjwvZGl2PlsvY3VzdG9tX2h0bWxdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19','publish','0000-00-00 00:00:00'),(43,1388,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjI5OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjBcIiBmb250X2ZvbnQ9XCJBc2FwXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjMWE5ZWUwXCIgZm9udF9zcGFjaW5nPVwiLTFcIiBhbGlnbj1cImNlbnRlclwiXTxzdHJvbmc+TElWRSBXRUJJTkFSPC9zdHJvbmc+wqBXSVRIIFJJT1NRVUFOVCBQRVJGT1JNQU5DRSBDT0FDSCBTVEVWRSBTQ0hXQVJUWlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzFhOWVlMDtwYWRkaW5nLXRvcDozMHB4O3BhZGRpbmctYm90dG9tOjI1cHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeFlUbGxaVEFpTENKd1lXUmthVzVuVkc5d0lqb2lNekFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpVaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIwMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjMwXCIgZm9udF9mb250PVwiQXNhcFwiIGZvbnRfc3R5bGU9XCJib2xkXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBmb250X3NoYWRvdz1cImRhcmtcIiBhbGlnbj1cImNlbnRlclwiXUdFVCBBSEVBRCBGQVNURVIgd2l0aCBQcmVkaWN0aXZlIFRyYWRpbmcgSW5kaWNhdG9yWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzg6ImJhY2tncm91bmQ6IzIxMjEyMTtwYWRkaW5nLWJvdHRvbTowcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo3MjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU15TVRJeE1qRWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNQ0o5IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4NToiW2NhbGVuZGFyX2RhdGUgc3R5bGU9XCIxXCIgbW9udGg9XCJNYXJjaFwiIGNhbGVuZGFyX2Jhcl9jb2xvcj1cIiNmZjAwMDBcIiBkYXk9XCIyM1wiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjIxXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiB3aWR0aD1cIjIyMFwiXTxzdHJvbmc+VHVlc2RheSwgdGhlIDI1dGgKPC9zdHJvbmc+NzozMCBQTSBFYXN0ZXJuIFRpbWUKNjozMCBQTSBDZW50cmFsIFRpbWUKNDozMCBQTSBQYWNpZmljIFRpbWVbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjgwNzoiW29wdGluX2JveCBzdHlsZT1cIjdcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBkaXNhYmxlX25hbWU9XCJZXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIHJlZGlyZWN0X3VybD1cImh0dHBzOi8vd3d3My5nb3RvbWVldGluZy5jb20vcmVnaXN0ZXIvODYwNjkwNDYyXCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXUhlcmVcJ3MgVGhlIEhlYWRsaW5lIEZvciBUaGUgQm94Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdVEc5eVpXMGdhWEJ6ZFcwZ1pHOXNiM0lnYzJsMElHRnRaWFFzSUdOdmJuTmxZM1JsZEhWeUlHRmthWEJwYzJOcGJtY2daV3hwZEM0Z1JHOXVaV01nZG1Wc0lHNTFibU1nYm05dUlHeGhZM1Z6SUhabGJtVnVZWFJwY3lCamIyMXRiMlJ2TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdR2V0IEluc3RhbnQgQWNjZXNzIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjI7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTEwOiJiYWNrZ3JvdW5kLWltYWdlOnVybChodHRwOi8vb3B0aW1pemVwcmVzczIuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzA2L2JhY2sxLnBuZyk7YmFja2dyb3VuZC1yZXBlYXQ6cmVwZWF0OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTU2OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDI5d2RHbHRhWHBsY0hKbGMzTXlMbU52YlM5M2NDMWpiMjUwWlc1MEwzVndiRzloWkhNdk1qQXhNeTh3Tmk5aVlXTnJNUzV3Ym1jcElpd2lZbUZqYTJkeWIzVnVaRkJ2YzJsMGFXOXVJam9pZEdsc1pTSjkiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyOTY6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzNVwiIGFsaWduPVwibGVmdFwiIGxpbmVfaGVpZ2h0PVwiMzVcIl08ZGl2IGRhdGEtbGI9XCJlZGl0YWJsZS1yaWNoLXRleHRcIiBkYXRhLWxiLWlkPVwibWFpbi1oZWFkbGluZVwiIGRhdGEtbGItbmFtZT1cIk1haW4gSGVhZGxpbmUgVGV4dFwiPkRVUklORyBUSElTIDxzcGFuIHN0eWxlPVwiY29sb3I6ICMxYTllZTA7XCI+PHN0cm9uZz7CoEVEVUNBVElPTkFMIFdFQklOQVI8L3N0cm9uZz48L3NwYW4+IFlPVSBXSUxMIExFQVJOOjwvZGl2PlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0NzA6IltzdGVwX2dyYXBoaWNzIHN0eWxlPVwiM1wiIGNvbG9yPVwiIzFhOWVlMFwiXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIxXCIgaGVhZGxpbmU9XCJXaGF0IHRvIGxvb2sgZm9yIGluIGhpZ2ggcHJvYmFiaWxpdHkgdHJhZGUgc2V0IHVwcyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBcIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIkhvdyB0byByZWNvZ25pemUgbWFya2V0IGJlaGF2aW9yIGluIG1pbnV0ZXNcIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjNcIiBoZWFkbGluZT1cIlBpbnBvaW50IGJ1eSAmYW1wOyBzZWxsIHBvaW50cyBhaGVhZCBvZiB0aGUgbW92ZVwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjNcIiB0ZXh0PVwiNFwiIGhlYWRsaW5lPVwiV2hlbiB0byB3YWxrIGF3YXkgYW5kIG5vdCB0cmFkZVwiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozNzU6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxMlwiXTxoMz48L2gzPgo8aDM+PC9oMz4KPGgzPkRpc2NvdmVyIHdoYXQgcXVhbnQgdHJhZGluZyB0b29scyBjYW4gZG8gZm9yIHlvdXIgdHJhZGluZyBwZXJmb3JtYW5jZS4gSm9pbiBvdXIgcGVyZm9ybWFuY2UgY29hY2ggU3RldmUgU2Nod2FydHogaW4gYSBsaXZlIHRyYWluaW5nIHdvcmtzaG9wIGFuZCBsZWFybiBob3cgdG8gdXNlIGZvcndhcmQgbG9va2luZyBpbmRpY2F0b3JzIGZvciB0aGUgc3RvY2ssIGJvbmQsIGNvbW1vZGl0eSBhbmQgZm9yZXggbWFya2V0cy48L2gzPgo8aDM+PHN0cm9uZz7CoDwvc3Ryb25nPjwvaDM+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo3OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTkzOiJbaW1hZ2VzIHN0eWxlPVwiNVwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvZWluc3RlaW4tc2YtMy0xOC5qcGdcIiB3aWR0aD1cIjcwNlwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMTE6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyNFwiIGZvbnRfZm9udD1cIlNoYWRvd3MgSW50byBMaWdodFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCI0NjBcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5SaW9zUXVhbnQgVHJhZGluZyBUZWNobm9sb2d5PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MzthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjQ7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzI6Ilt2ZXJ0aWNhbF9zcGFjaW5nIGhlaWdodD1cIjMwXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMzM6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImNlbnRlclwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiM5MTkxOTFcIiBib3R0b21fcGFkZGluZz1cIjEwXCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjQ2MFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPlNoYXJlIHRoaXMgcGFnZSB3aXRoIHlvdXIgZnJpZW5kcy4uLjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNjQ6Iltzb2NpYWxfc2hhcmluZyBzdHlsZT1cInN0eWxlLTIwXCIgZmJfY29sb3I9XCJsaWdodFwiIGZiX2xhbmc9XCJlbl9HQlwiIGZiX3RleHQ9XCJyZWNvbW1lbmRcIiBmYl9idXR0b25fdGV4dD1cIlNoYXJlXCIgdHdfbGFuZz1cImVuXCIgdHdfYnV0dG9uX3RleHQ9XCJTaGFyZVwiIGdfbGFuZz1cImVuLUdCXCIgZ19idXR0b25fdGV4dD1cIlNoYXJlXCIgcF9kZXNjcmlwdGlvbj1cIlwiIGxpbmtlZGluX2xhbmc9XCJlbl9VU1wiIGFsaWdubWVudD1cImNlbnRlclwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiNlYTcxMTA7cGFkZGluZy10b3A6NDVweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTmxZVGN4TVRBaUxDSndZV1JrYVc1blZHOXdJam9pTkRVaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyOTY6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgYWxpZ249XCJjZW50ZXJcIl1XQVJOSU5HOiDCoFdlIG9ubHkgaGF2ZSAxMDAgc3BvdHMgb24gb3VyIHdlYmluYXIgc3lzdGVtIGF2YWlsYWJsZSBhbmTCoHNwYWNlIHdpbGwgZmlsbCB1cCBmYXN0IHNvIHJlZ2lzdGVyIG5vdyB0byBhdm9pZCBtaXNzaW5nIG91dC4gwqBUaGlzIHdlYmluYXIgaXMgcGFja2VkIHdpdGggaGlnaCBxdWFsaXR5IGNvbnRlbnQgYW5kIHdpbGwgZmlsbCB1cCBmYXN0IVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0MDE6Iltjb3VudGRvd25fdGltZXIgc3R5bGU9XCIxXCIgZW5kX2RhdGU9XCIyMDE0LzMvMjUgMTk6MzozMyBHTVQgLTRcIiB5ZWFyc190ZXh0PVwiWWVhcnNcIiB5ZWFyc190ZXh0X3Npbmd1bGFyPVwiWWVhclwiIG1vbnRoc190ZXh0PVwiTW9udGhzXCIgbW9udGhzX3RleHRfc2luZ3VsYXI9XCJNb250aFwiIGRheXNfdGV4dD1cIkRheXNcIiBkYXlzX3RleHRfc2luZ3VsYXI9XCJEYXlcIiBob3Vyc190ZXh0PVwiSG91cnNcIiBob3Vyc190ZXh0X3Npbmd1bGFyPVwiSG91clwiIG1pbnV0ZXNfdGV4dD1cIk1pbnV0ZXNcIiBtaW51dGVzX3RleHRfc2luZ3VsYXI9XCJNaW51dGVcIiBzZWNvbmRzX3RleHQ9XCJTZWNvbmRzXCIgc2Vjb25kc190ZXh0X3Npbmd1bGFyPVwiU2Vjb25kXCJdWy9jb3VudGRvd25fdGltZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjU7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTQ3OiJiYWNrZ3JvdW5kLWltYWdlOnVybChodHRwOi8vb3B0aW1pemVwcmVzczIuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzA2L2JhY2sxLnBuZyk7YmFja2dyb3VuZC1yZXBlYXQ6cmVwZWF0O3BhZGRpbmctdG9wOjMwcHg7cGFkZGluZy1ib3R0b206NTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjIwODoiZXlKaVlXTnJaM0p2ZFc1a1NXMWhaMlVpT2lKMWNtd29hSFIwY0RvdkwyOXdkR2x0YVhwbGNISmxjM015TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TXk4d05pOWlZV05yTVM1d2JtY3BJaXdpWW1GamEyZHliM1Z1WkZCdmMybDBhVzl1SWpvaWRHbHNaU0lzSW5CaFpHUnBibWRVYjNBaU9pSXpNQ0lzSW5CaFpHUnBibWRDYjNSMGIyMGlPaUkxTUNKOSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTg0OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjVcIiBmb250X3N0eWxlPVwibm9ybWFsXCIgYWxpZ249XCJjZW50ZXJcIiBib3R0b21fbWFyZ2luPVwiMjBcIl08c3Ryb25nPlRoaXMgb25lIHdpbGwgYmUgbm8gZXhjZXB0aW9uLsKgU28gY2xhaW0geW91ciBzcG90IGJlbG93ITwvc3Ryb25nPlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3ODg6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIHJlZGlyZWN0X3VybD1cImh0dHBzOi8vd3d3My5nb3RvbWVldGluZy5jb20vcmVnaXN0ZXIvODYwNjkwNDYyXCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXUhlcmVcJ3MgVGhlIEhlYWRsaW5lIEZvciBUaGUgQm94Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdVEc5eVpXMGdhWEJ6ZFcwZ1pHOXNiM0lnYzJsMElHRnRaWFFzSUdOdmJuTmxZM1JsZEhWeUlHRmthWEJwYzJOcGJtY2daV3hwZEM0Z1JHOXVaV01nZG1Wc0lHNTFibU1nYm05dUlHeGhZM1Z6SUhabGJtVnVZWFJwY3lCamIyMXRiMlJ2TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdR2V0IEluc3RhbnQgQWNjZXNzIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNTg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5USEVSRSBJUyBBIFNVQlNUQU5USUFMIFJJU0sgT0YgTE9TUyBJTiBUUkFESU5HIENPTU1PRElUWSBGVVRVUkVTLCBPUFRJT05TLCBBTkQgRk9SRUlHTiBFWENIQU5HRSBQUk9EVUNUUy4gUEFTVCBQRVJGT1JNQU5DRSBJUyBOT1QgSU5ESUNBVElWRSBPRiBGVVRVUkUgUkVTVUxUUy48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','publish','0000-00-00 00:00:00'),(44,1398,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjI5OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjBcIiBmb250X2ZvbnQ9XCJBc2FwXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjMWE5ZWUwXCIgZm9udF9zcGFjaW5nPVwiLTFcIiBhbGlnbj1cImNlbnRlclwiXTxzdHJvbmc+TElWRSBXRUJJTkFSPC9zdHJvbmc+wqBXSVRIIFJJT1NRVUFOVCBQRVJGT1JNQU5DRSBDT0FDSCBFRFdBUkQgUFJFU1RPTlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzFhOWVlMDtwYWRkaW5nLXRvcDozMHB4O3BhZGRpbmctYm90dG9tOjI1cHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeFlUbGxaVEFpTENKd1lXUmthVzVuVkc5d0lqb2lNekFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpVaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4OToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjMwXCIgZm9udF9mb250PVwiQXNhcFwiIGZvbnRfc3R5bGU9XCJib2xkXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBmb250X3NoYWRvdz1cImRhcmtcIiBhbGlnbj1cImNlbnRlclwiXVRIRSBORVhUIEJJRyBUSElORyA6IHdpbGwgeW91IGJlIHJlYWR5P1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM4OiJiYWNrZ3JvdW5kOiMyMTIxMjE7cGFkZGluZy1ib3R0b206MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NzI6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeU1USXhNakVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTUNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODU6IltjYWxlbmRhcl9kYXRlIHN0eWxlPVwiMVwiIG1vbnRoPVwiTWFyY2hcIiBjYWxlbmRhcl9iYXJfY29sb3I9XCIjZmYwMDAwXCIgZGF5PVwiMjZcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMTM6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyMVwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgd2lkdGg9XCIyMjBcIl08c3Ryb25nPlR1ZXNkYXksIHRoZSAyNXRoCjwvc3Ryb25nPjc6MzAgUE0gRWFzdGVybiBUaW1lCjY6MzAgUE0gQ2VudHJhbCBUaW1lCjQ6MzAgUE0gUGFjaWZpYyBUaW1lWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4MDc6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZGlzYWJsZV9uYW1lPVwiWVwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiByZWRpcmVjdF91cmw9XCJodHRwczovL3d3dzMuZ290b21lZXRpbmcuY29tL3JlZ2lzdGVyLzk0Mzg5ODg3MFwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1IZXJlXCdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXUdldCBJbnN0YW50IEFjY2VzcyFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319aToyO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fX1pOjM7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjExMDoiYmFja2dyb3VuZC1pbWFnZTp1cmwoaHR0cDovL29wdGltaXplcHJlc3MyLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8wNi9iYWNrMS5wbmcpO2JhY2tncm91bmQtcmVwZWF0OnJlcGVhdDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjE1NjoiZXlKaVlXTnJaM0p2ZFc1a1NXMWhaMlVpT2lKMWNtd29hSFIwY0RvdkwyOXdkR2x0YVhwbGNISmxjM015TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TXk4d05pOWlZV05yTVM1d2JtY3BJaXdpWW1GamEyZHliM1Z1WkZCdmMybDBhVzl1SWpvaWRHbHNaU0o5IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjk2OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMzVcIiBhbGlnbj1cImxlZnRcIiBsaW5lX2hlaWdodD1cIjM1XCJdPGRpdiBkYXRhLWxiPVwiZWRpdGFibGUtcmljaC10ZXh0XCIgZGF0YS1sYi1pZD1cIm1haW4taGVhZGxpbmVcIiBkYXRhLWxiLW5hbWU9XCJNYWluIEhlYWRsaW5lIFRleHRcIj5EVVJJTkcgVEhJUyA8c3BhbiBzdHlsZT1cImNvbG9yOiAjMWE5ZWUwO1wiPjxzdHJvbmc+wqBFRFVDQVRJT05BTCBXRUJJTkFSPC9zdHJvbmc+PC9zcGFuPiBZT1UgV0lMTCBMRUFSTjo8L2Rpdj5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDU3OiJbc3RlcF9ncmFwaGljcyBzdHlsZT1cIjNcIiBjb2xvcj1cIiMxYTllZTBcIl1bc3RlcCBzdHlsZT1cIjNcIiB0ZXh0PVwiMVwiIGhlYWRsaW5lPVwiSG93IGEgMiBjb250cmFjdCB0cmFkZSBjYXB0dXJlZCBvdmVyICQxLDkwMCBwcm9maXQgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjNcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiV2hpY2ggaW5kaWNhdG9yIGlkZW50aWZpZWQgdGhlIHRyYWRlXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIzXCIgaGVhZGxpbmU9XCJUaGUgcG93ZXIgb2YgdGhlIEdub3MgYnVsbGlzaCBhbmQgYmVhcmlzaCB0cmVuZHNcIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjRcIiBoZWFkbGluZT1cIkdldCB0aGUgYW5zd2VycyB0byB5b3VyIHF1ZXN0aW9uc1wiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozOTQ6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxMlwiXTxoMz48L2gzPgo8aDM+V2hhdCBpZiB5b3UgaGFkIGNyaXRpY2FsIGluZm9ybWF0aW9uIHRoYXQgY291bGQgaGVscCB5b3UgaWRlbnRpZnkgdGhlIE5FWFQgYmlnIHN3aW5nIGluIHRoZSBmaW5hbmNpYWwgbWFya2V0cz8gUGVyZm9ybWFuY2UgY29hY2ggRWR3YXJkIEVQIFByZXN0b24gY2FsbGVkIHRoZSByZWNlbnQgR29sZCBzZWxsLW9mZiB0aGF0IHN0YXJ0ZWQgb24gdGhlIGZpcnN0IGRheSBvZiB0cmFkZSB0aGlzIHdlZWsuIMKgV2hpY2ggbWFya2V0IHdpbGwgYmUgbmV4dD88L2gzPgo8aDM+PC9oMz4KPGgzPjxzdHJvbmc+wqA8L3N0cm9uZz48L2gzPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Nzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMDoiW2ltYWdlcyBzdHlsZT1cIjVcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL1JRLVJhbmtpbmctc2NyZWVuLXNob3QxLTEwMjR4NjkxLmpwZ1wiIHdpZHRoPVwiMTAyNFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMjg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyNFwiIGZvbnRfZm9udD1cIlNoYWRvd3MgSW50byBMaWdodFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCI0NjBcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj7CoEV4cGVyaWVuY2UgdGhlIFBvd2VyIG9mIE1hcmtldCBJbnRlbGxpZ2VuY2U8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319aTozO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6NDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMjoiW3ZlcnRpY2FsX3NwYWNpbmcgaGVpZ2h0PVwiMzBcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo1O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIzMzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwiY2VudGVyXCIgZm9udF9zaXplPVwiMTVcIiBmb250X2NvbG9yPVwiIzkxOTE5MVwiIGJvdHRvbV9wYWRkaW5nPVwiMTBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiNDYwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+U2hhcmUgdGhpcyBwYWdlIHdpdGggeW91ciBmcmllbmRzLi4uPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo2O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI2NDoiW3NvY2lhbF9zaGFyaW5nIHN0eWxlPVwic3R5bGUtMjBcIiBmYl9jb2xvcj1cImxpZ2h0XCIgZmJfbGFuZz1cImVuX0dCXCIgZmJfdGV4dD1cInJlY29tbWVuZFwiIGZiX2J1dHRvbl90ZXh0PVwiU2hhcmVcIiB0d19sYW5nPVwiZW5cIiB0d19idXR0b25fdGV4dD1cIlNoYXJlXCIgZ19sYW5nPVwiZW4tR0JcIiBnX2J1dHRvbl90ZXh0PVwiU2hhcmVcIiBwX2Rlc2NyaXB0aW9uPVwiXCIgbGlua2VkaW5fbGFuZz1cImVuX1VTXCIgYWxpZ25tZW50PVwiY2VudGVyXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjQ7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6I2VhNzExMDtwYWRkaW5nLXRvcDo0NXB4O3BhZGRpbmctYm90dG9tOjI1cHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObFlUY3hNVEFpTENKd1lXUmthVzVuVkc5d0lqb2lORFVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpVaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI5NjoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIwXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBhbGlnbj1cImNlbnRlclwiXVdBUk5JTkc6IMKgV2Ugb25seSBoYXZlIDEwMCBzcG90cyBvbiBvdXIgd2ViaW5hciBzeXN0ZW0gYXZhaWxhYmxlIGFuZMKgc3BhY2Ugd2lsbCBmaWxsIHVwIGZhc3Qgc28gcmVnaXN0ZXIgbm93IHRvIGF2b2lkIG1pc3Npbmcgb3V0LiDCoFRoaXMgd2ViaW5hciBpcyBwYWNrZWQgd2l0aCBoaWdoIHF1YWxpdHkgY29udGVudCBhbmQgd2lsbCBmaWxsIHVwIGZhc3QhWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQwMToiW2NvdW50ZG93bl90aW1lciBzdHlsZT1cIjFcIiBlbmRfZGF0ZT1cIjIwMTQvMy8yNiAxOTozOjU5IEdNVCAtNFwiIHllYXJzX3RleHQ9XCJZZWFyc1wiIHllYXJzX3RleHRfc2luZ3VsYXI9XCJZZWFyXCIgbW9udGhzX3RleHQ9XCJNb250aHNcIiBtb250aHNfdGV4dF9zaW5ndWxhcj1cIk1vbnRoXCIgZGF5c190ZXh0PVwiRGF5c1wiIGRheXNfdGV4dF9zaW5ndWxhcj1cIkRheVwiIGhvdXJzX3RleHQ9XCJIb3Vyc1wiIGhvdXJzX3RleHRfc2luZ3VsYXI9XCJIb3VyXCIgbWludXRlc190ZXh0PVwiTWludXRlc1wiIG1pbnV0ZXNfdGV4dF9zaW5ndWxhcj1cIk1pbnV0ZVwiIHNlY29uZHNfdGV4dD1cIlNlY29uZHNcIiBzZWNvbmRzX3RleHRfc2luZ3VsYXI9XCJTZWNvbmRcIl1bL2NvdW50ZG93bl90aW1lcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6NTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNDc6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbTo1MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MjA4OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDI5d2RHbHRhWHBsY0hKbGMzTXlMbU52YlM5M2NDMWpiMjUwWlc1MEwzVndiRzloWkhNdk1qQXhNeTh3Tmk5aVlXTnJNUzV3Ym1jcElpd2lZbUZqYTJkeWIzVnVaRkJ2YzJsMGFXOXVJam9pZEdsc1pTSXNJbkJoWkdScGJtZFViM0FpT2lJek1DSXNJbkJoWkdScGJtZENiM1IwYjIwaU9pSTFNQ0o5IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyNVwiIGZvbnRfc3R5bGU9XCJub3JtYWxcIiBhbGlnbj1cImNlbnRlclwiIGJvdHRvbV9tYXJnaW49XCIyMFwiXTxzdHJvbmc+VGhpcyBvbmUgd2lsbCBiZSBubyBleGNlcHRpb24uwqBTbyBjbGFpbSB5b3VyIHNwb3QgYmVsb3chPC9zdHJvbmc+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjgwNzoiW29wdGluX2JveCBzdHlsZT1cIjdcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBkaXNhYmxlX25hbWU9XCJZXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIHJlZGlyZWN0X3VybD1cImh0dHBzOi8vd3d3My5nb3RvbWVldGluZy5jb20vcmVnaXN0ZXIvOTQzODk4ODcwXCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXUhlcmVcJ3MgVGhlIEhlYWRsaW5lIEZvciBUaGUgQm94Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdVEc5eVpXMGdhWEJ6ZFcwZ1pHOXNiM0lnYzJsMElHRnRaWFFzSUdOdmJuTmxZM1JsZEhWeUlHRmthWEJwYzJOcGJtY2daV3hwZEM0Z1JHOXVaV01nZG1Wc0lHNTFibU1nYm05dUlHeGhZM1Z6SUhabGJtVnVZWFJwY3lCamIyMXRiMlJ2TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdR2V0IEluc3RhbnQgQWNjZXNzIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNTg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5USEVSRSBJUyBBIFNVQlNUQU5USUFMIFJJU0sgT0YgTE9TUyBJTiBUUkFESU5HIENPTU1PRElUWSBGVVRVUkVTLCBPUFRJT05TLCBBTkQgRk9SRUlHTiBFWENIQU5HRSBQUk9EVUNUUy4gUEFTVCBQRVJGT1JNQU5DRSBJUyBOT1QgSU5ESUNBVElWRSBPRiBGVVRVUkUgUkVTVUxUUy48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','publish','0000-00-00 00:00:00'),(45,1416,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzJhNzZiNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjEwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeVlUYzJZamNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTVRBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE1ODoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjI1XCIgZm9udF9zdHlsZT1cIjMwMFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgYWxpZ249XCJjZW50ZXJcIl1XT1chIMKgV0hBVCBBIFdFRUsgRk9SIFJJU0stT04gLyBSSVNLLU9GRiBBU1NFVFMhWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbToyMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTXpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3N0eWxlPVwibm9ybWFsXCIgZm9udF9jb2xvcj1cIiMyYTc2YjdcIiBmb250X3NwYWNpbmc9XCItMVwiIGFsaWduPVwiY2VudGVyXCJdPHN0cm9uZz5MaXZlIFRyYWluaW5nIFdlYmluYXI8L3N0cm9uZz4KU29sdmUgdGhlIE15c3Rlcnkgb2YgUmlzay1PbiAvIFJpc2stT0ZGIVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0Njg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5SaXNrLU9OIC8gUmlzay1PRkYgc2VudGltZW50IGRvbWluYXRlZCB0aGUgbWFya2V0cyB0aGlzIHdlZWsswqAgc2VuZGluZyBoYXZvYyB0byBkYXkgdHJhZGVycy4gRGlzY292ZXIgYSB1bmlxdWUgYW5kIGVhc3kgdG8gdXNlIHRyYWRpbmcgdG9vbCB0aGF0IHJlY29nbml6ZXMgd2hlbiB0aGUgbWFya2V0cyBhcmUgZnJpZW5kbHkgYW5kIHdoZW4gdGhleVwncmUgaG9zdGlsZSBmb3IgZGF5IHRyYWRpbmcuIMKgSm9pbiBSaW9zUXVhbnQgcGVyZm9ybWFuY2UgY29hY2ggU3RldmUgU2Nod2FydHogYW5kIGxlYXJuIGhvdyB0byBhcHBseSB0aGlzIHBvd2VyZnVsIGFsZ29yaXRobSB0byBoZWxwIHlvdSB0dXJuIGhhdm9jIGludG8gb3Bwb3J0dW5pdGllcy48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjUxOiJiYWNrZ3JvdW5kLWltYWdlOnVybChodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9iYWNrMS5wbmcpO2JhY2tncm91bmQtcmVwZWF0OnJlcGVhdDtwYWRkaW5nLWJvdHRvbTozMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlYmViZWI7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZWJlYmViOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MjQ4OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDNkM2R5NTBhR1YwY21Ga2FXNW5jbTl2YlM1amIyMHZkM0F0WTI5dWRHVnVkQzkxY0d4dllXUnpMekl3TVRRdk1ETXZZbUZqYXpFdWNHNW5LU0lzSW1KaFkydG5jbTkxYm1SUWIzTnBkR2x2YmlJNkluUnBiR1VpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaUxDSmliM0prWlhKWGFXUjBhQ0k2SWpFaUxDSmliM0prWlhKRGIyeHZjaUk2SWlObFltVmlaV0lpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2OToiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL3dlYmluYXItY2FsMS5wbmdcIiB3aWR0aD1cIjI1OVwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI0OiJ0aHJlZS1maWZ0aHMgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6NDp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3NzoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjI2XCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjMmM3OWJhXCIgYWxpZ249XCJsZWZ0XCIgYm90dG9tX21hcmdpbj1cIjIwXCJdVG9wIHRocmVlIHJlYXNvbnMgdG8gYXR0ZW5kIHRoaXMgbGl2ZSB3ZWJpbmFyOlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxMzY6IltidWxsZXRfYmxvY2sgIGxhcmdlX2ljb249XCIzOS5wbmdcIiB3aWR0aD1cIlwiIGFsaWdubWVudD1cImNlbnRlclwiXTx1bD48bGk+SWRlbnRpZnkgTWFya2V0IEJlaGF2aW9yIEluc3RhbnRseTwvbGk+PC91bD5bL2J1bGxldF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjEzNDoiW2J1bGxldF9ibG9jayAgbGFyZ2VfaWNvbj1cIjQwLnBuZ1wiIHdpZHRoPVwiXCIgYWxpZ25tZW50PVwiY2VudGVyXCJdPHVsPjxsaT5UcnVseSBVbmRlcnN0YW5kIE1hcmtldCBEeW5hbWljczwvbGk+PC91bD5bL2J1bGxldF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NzoiW2J1bGxldF9ibG9jayAgbGFyZ2VfaWNvbj1cIjQxLnBuZ1wiIHdpZHRoPVwiXCIgYWxpZ25tZW50PVwiY2VudGVyXCJdPHVsPjxsaT5QaW5wb2ludCBPcHRpbWFsIEJ1eSAmIFNlbGwgT3JkZXJzIEluIEFkdmFuY2U8L2xpPjwvdWw+Wy9idWxsZXRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjM7YTo0OntzOjk6InJvd19jbGFzcyI7czozOToicm93IGZpdmUtY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6NTBweDtwYWRkaW5nLWJvdHRvbTo1MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTlRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU5UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI5OiJ0d28tZmlmdGhzIGNvbHVtbiBjb2xzIG5hcnJvdyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU5OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgdG9wX3BhZGRpbmc9XCIxMFwiIHdpZHRoPVwiMzY0XCJdPGg0IHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPlNpZ24gVXAgTm93IGZvciBGcmVlPC9oND4KPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+Q29uZmlybSB5b3VyIHNwb3Qgb24gdGhlIHdlYmluYXIgbm93CnRvIGVuc3VyZSB5b3UgZG9uXCd0IG1pc3Mgb3V0ITwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjg3OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMTlcIiBmb250X3N0eWxlPVwibm9ybWFsXCIgZm9udF9jb2xvcj1cIiMyMjIyMjJcIiBib3R0b21fcGFkZGluZz1cIjEwXCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjU1NlwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjxzdHJvbmc+TmV4dCBXZWJpbmFyOjwvc3Ryb25nPiAyOSBKdW5lLCAxMDozMCBhbSBFYXN0ZXJuIFN0YW5kYXJkIFRpbWU8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTIyOiJbYnV0dG9uXzEgdGV4dD1cIlJlZ2lzdGVyIEZvciBUaGUgV2ViaW5hciBOb3dcIiB0ZXh0X3NpemU9XCIyNVwiIHRleHRfY29sb3I9XCIjZmZmZmZmXCIgdGV4dF9mb250PVwiU291cmNlIFNhbnMgUHJvO2dvb2dsZVwiIHRleHRfbGV0dGVyX3NwYWNpbmc9XCIwXCIgc3VidGV4dF9wYW5lbD1cIk5cIiB0ZXh0X3NoYWRvd19wYW5lbD1cIk5cIiBzdHlsaW5nX3dpZHRoPVwiMTAwXCIgc3R5bGluZ19oZWlnaHQ9XCIyNFwiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPVwiIzAwMDAwMFwiIHN0eWxpbmdfYm9yZGVyX3NpemU9XCIwXCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPVwiNlwiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9XCIxMDBcIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPVwiIzc3YWQwMVwiIGRyb3Bfc2hhZG93X3BhbmVsPVwiTlwiIGluc2V0X3NoYWRvd19wYW5lbD1cIk5cIiBhbGlnbj1cImNlbnRlclwiIGhyZWY9XCJodHRwczovL3d3dzMuZ290b21lZXRpbmcuY29tL3JlZ2lzdGVyLzYyNjA1NzgyMlwiL10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','publish','0000-00-00 00:00:00'),(46,1424,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI0NToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1UcmFkaW5nIEZ1dHVyZXMgU3VjY2Vzc2Z1bGx5IG9uIHRoZSDCoCDCoCDCoCDCoCDCoCBTaG91bGRlcnMgb2YgR2lhbnRzWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4MToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIyXCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cIjMwMFwiIGZvbnRfY29sb3I9XCIjMzk1NDY4XCIgYWxpZ249XCJjZW50ZXJcIl1ieSBEci4gRGVhbiBIYW5kbGV5IMKgLSDCoEZ1dHVyZXMgVHJ1dGggTWFnYXppbmVbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjE6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9mdXR1cmVzLXRydXRoLTI0NHgzMDAuanBnXCIgd2lkdGg9XCIyNDRcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMjY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl1SaW9zIFF1YW50aXRhdGl2ZVwncyBsaXZlIHRyYWRpbmcgcm9vbSDCoGlzIHJhbmtlZCBhbW9uZyB0aGUgdG9wIHRlbiBvdXQgb2YgNDIyIHJvb21zIGluIHJlY2VudCByZXNlYXJjaCByZXBvcnQuIMKgR2V0IHlvdXIgZnJlZSBjb3B5IG9mIHRoZSByZXBvcnQgYW5kIGZpbmQgb3V0IHdoaWNoIHRyYWRpbmcgcm9vbXMgYXJlIG1ha2luZyBwcm9maXRhYmxlIHRyYWRlcyBpbiBsaXZlIG1hcmtldHMgYW5kIHdoaWNoIG9uZXMgYXJlIG5vdCEKCjxwPiZuYnNwOzwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3MDY6IltvcHRpbl9ib3ggc3R5bGU9XCIxMVwiIHdpZHRoPVwiNDUwXCIgbWFyZ2luX3RvcD1cIjE1XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIHJlZGlyZWN0X3VybD1cImh0dHBzOi8vd3d3My5nb3RvbWVldGluZy5jb20vcmVnaXN0ZXIvNjcwNzE4OTQyXCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVJXNTBaWElnZVc5MWNpQnVZVzFsSUdGdVpDQmxiV0ZwYkNCaVpXeHZkeUJtYjNJZ2FXNXpkR0Z1ZENCaFkyTmxjM011TGk0PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIl1HZXQgSW5zdGFudCBBY2Nlc3MhWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjQ6ImUzMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI3NzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE3XCIgd2lkdGg9XCI5NDBcIl08aDIgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PHNwYW4gc3R5bGU9XCJjb2xvcjogIzQyNTA2MztcIj5Zb3VcJ3JlIMKgMy1TdGVwcyBBd2F5IHRvCkdldHRpbmcgU3RhcnRlZCBpbiBvdXIgTGl2ZSBUcmFkaW5nIFJvb23CoDwvc3Bhbj48L2gyPgo8cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NjYyOiJbc3RlcF9ncmFwaGljcyBzdHlsZT1cIjVcIiBjb2xvcj1cIiM0MjUwNjNcIl1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMVwiIGhlYWRsaW5lPVwiUmVzZXJ2ZSB5b3VyIHNwb3QgaW1tZWRpYXRlbHksIHNwYWNlIGlzIGxpbWl0ZWQuIEVudGVyIHlvdXIgZW1haWwgdG9kYXkgdG8gc2VjdXJlIHlvdXIgYWNjZXNzLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiTGl2ZSB0cmFkaW5nIHN0YXJ0cyBNb25kYXkgdGhyb3VnaCBGcmlkYXkgYXQgNzozMCBhLm0uIEVULCBzcGFjZSBpcyBsaW1pdGVkIHNvIGxvZyBpbiA3IG1pbnV0ZXMgZWFybHkuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIzXCIgaGVhZGxpbmU9XCJPbmNlIHlvdXJcJ2UgaW4sIHBheSBjbG9zZSBhdHRlbnRpb24gYW5kIHdhdGNoIHVzIHRyYWRlIHRoZSBsaXZlIG1hcmtldHMgd2l0aCBjdXR0aW5nIGVkZ2UgcXVhbnRpdGF0aXZlIHRvb2xzLiBIYXZlIHlvdXIgcGVuIGFuZCBwYXBlciByZWFkeSB0byB0YWtlIG5vdGVzIGFuZCBsZWFybiB3aGF0IHF1YW50IHRyYWRpbmcgaXMgYWxsIGFib3V0LiBBc2sgYXMgbWFueSBxdWVzdGlvbnMgYXMgeW91IGxpa2UuIEJlIHJlYWR5IHRvIGJlIGFtYXplZCFcIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzU3OiJbdGVzdGltb25pYWxzIHN0eWxlPVwiMlwiIG1hcmdpbl90b3A9XCJcIiBtYXJnaW5fYm90dG9tPVwiXCJdW3Rlc3RpbW9uaWFsIG5hbWU9XCJEZWFuIEhhbmRsZXksIFBoRCwgTUJBLCBKRFwiIGNvbXBhbnk9XCJEci4gSGFuZGxleSBoYXMgQlMtQmlvbG9neTsgTVMtQmlvY2hlbSwgUGhELU1vbGVjIEdlbmV0aWNzLCBGZWxsb3dzaGlwKSwgYW4gTUJBIGluIGZpbmFuY2UgYW5kICBhIEp1cmlzIERvY3RvcmF0ZSAoSkQpIGluIGludGVsbGVjdHVhbCBwcm9wZXJ0eS4gSGUgaGFzIGJlZW4gYW4gYWN0aXZlIGZ1dHVyZXMgdHJhZGVyIGZvciBuZWFybHkgZm91ciB5ZWFycy4gXCIgaHJlZj1cIlwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvZGVhbi1oYW5kbGV5LmpwZ1wiXTxwPlJpb3MgUXVhbnRpdGF0aXZlIC0gXCJUaGV5IHRyYWRlIHRoZSBncmVhdGVzdCBkaXZlcnNpdHkgb2YgZnV0dXJlcyBpbmRpY2VzIEkgaGF2ZSBldmVyIHNlZW4gYW5kIHByZXNlbnQgYXMgYSBvbmUtc3RvcCBmaW5hbmNpYWwgYm91dGlxdWUgc3BlY2lhbGl6aW5nIGluIGVsZWN0cm9uaWMgdHJhZGluZyBzdHJhdGVneS4uLiBUaGVpciB0ZWNobm9sb2d5IHByb3ZpZGVzIHRyYWRlcnMgYWNjZXNzIHRvIGlubm92YXRpdmUgbWV0aG9kcyB0byBwcm9maXQgZnJvbSB0aGUgbWFya2V0cyB3aGlsZSBjb250cm9sbGluZyByaXNrLlwiPC9wPlsvdGVzdGltb25pYWxdWy90ZXN0aW1vbmlhbHNdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjM7YTo0OntzOjk6InJvd19jbGFzcyI7czoyOToicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNjM6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5DT01NT0RJVFkgRlVUVVJFUywgT1BUSU9OUywgQU5EIEZPUkVYIFRSQURJTkcgSU5WT0xWRVMgU1VCU1RBTlRJQUwgUklTSyBBTkQgSVMgTk9UIFNVSVRBQkxFIEZPUiBBTEwgSU5WRVNUT1JTLiBQQVNUIFBFUkZPUk1BTkNFIElTIE5PVCBJTkRJQ0FUSVZFIE9GIEZVVFVSRSBSRVNVTFRTLjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19','publish','0000-00-00 00:00:00'),(47,1430,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjI5OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjBcIiBmb250X2ZvbnQ9XCJBc2FwXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjMWE5ZWUwXCIgZm9udF9zcGFjaW5nPVwiLTFcIiBhbGlnbj1cImNlbnRlclwiXTxzdHJvbmc+TElWRSBXRUJJTkFSPC9zdHJvbmc+wqBXSVRIIFJJT1NRVUFOVCBQRVJGT1JNQU5DRSBDT0FDSCBFRFdBUkQgUFJFU1RPTlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzFhOWVlMDtwYWRkaW5nLXRvcDozMHB4O3BhZGRpbmctYm90dG9tOjI1cHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeFlUbGxaVEFpTENKd1lXUmthVzVuVkc5d0lqb2lNekFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpVaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4OToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjMwXCIgZm9udF9mb250PVwiQXNhcFwiIGZvbnRfc3R5bGU9XCJib2xkXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBmb250X3NoYWRvdz1cImRhcmtcIiBhbGlnbj1cImNlbnRlclwiXVRIRSBORVhUIEJJRyBTV0lORyA6IHdpbGwgeW91IGJlIHJlYWR5P1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM4OiJiYWNrZ3JvdW5kOiMyMTIxMjE7cGFkZGluZy1ib3R0b206MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NzI6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeU1USXhNakVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTUNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODQ6IltjYWxlbmRhcl9kYXRlIHN0eWxlPVwiMVwiIG1vbnRoPVwiQXByaWxcIiBjYWxlbmRhcl9iYXJfY29sb3I9XCIjZmYwMDAwXCIgZGF5PVwiM1wiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjIxXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiB3aWR0aD1cIjIyMFwiXTxzdHJvbmc+VGh1cnNkYXksIHRoZSAzcmQKPC9zdHJvbmc+NzozMCBQTSBFYXN0ZXJuIFRpbWUKNjozMCBQTSBDZW50cmFsIFRpbWUKNDozMCBQTSBQYWNpZmljIFRpbWVbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc4ODoiW29wdGluX2JveCBzdHlsZT1cIjdcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBkaXNhYmxlX25hbWU9XCJZXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIGdvdG93ZWJpbmFyPVwiYTczNTQ1ODc5MFwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1IZXJlXCdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgZW1haWwgaW5ib3ghWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MjthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxMTA6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxNTY6ImV5SmlZV05yWjNKdmRXNWtTVzFoWjJVaU9pSjFjbXdvYUhSMGNEb3ZMMjl3ZEdsdGFYcGxjSEpsYzNNeUxtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE15OHdOaTlpWVdOck1TNXdibWNwSWl3aVltRmphMmR5YjNWdVpGQnZjMmwwYVc5dUlqb2lkR2xzWlNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI5NjoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM1XCIgYWxpZ249XCJsZWZ0XCIgbGluZV9oZWlnaHQ9XCIzNVwiXTxkaXYgZGF0YS1sYj1cImVkaXRhYmxlLXJpY2gtdGV4dFwiIGRhdGEtbGItaWQ9XCJtYWluLWhlYWRsaW5lXCIgZGF0YS1sYi1uYW1lPVwiTWFpbiBIZWFkbGluZSBUZXh0XCI+RFVSSU5HIFRISVMgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFhOWVlMDtcIj48c3Ryb25nPsKgRURVQ0FUSU9OQUwgV0VCSU5BUjwvc3Ryb25nPjwvc3Bhbj4gWU9VIFdJTEwgTEVBUk46PC9kaXY+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU4MjoiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCIzXCIgY29sb3I9XCIjMWE5ZWUwXCJdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIkJyZWFrZG93biBhbmFseXNpcyBmb3IgdGhlIHJlY2VudCB0cmFkZXMgZXhlY3V0ZWQgaW4gVGhlIFRyYWRpbmcgUm9vbSBUcmFkZUxBQi4gICAgICAgICAgICAgICAgICAgICAgICAgIFwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjNcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiTGVhcm4gaG93IHRvIHNwb3QgYnJlYWtvdXQgYW5kIGJyZWFrZG93biB0cmFkZSBvcHBvcnR1bml0aWVzIC5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjNcIiBoZWFkbGluZT1cIkhvdyB0byB1c2UgdGhlIHBvd2VyIG9mIHRoZSBHbm9zVElDSyBidWxsaXNoIGFuZCBiZWFyaXNoIHRyZW5kcy5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjRcIiBoZWFkbGluZT1cIlNoYXJlIHlvdXIgcXVlc3Rpb25zIHdpdGggRVAgYW5kIGdldCB0aGUgYW5zd2VycyB0aGF0IHlvdSBzZWVrIGZyb20gYSBwcm9mZXNzaW9uYWwgdHJhZGVyLlwiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozOTQ6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxMlwiXTxoMz48L2gzPgo8aDM+V2hhdCBpZiB5b3UgaGFkIGNyaXRpY2FsIGluZm9ybWF0aW9uIHRoYXQgY291bGQgaGVscCB5b3UgaWRlbnRpZnkgdGhlIE5FWFQgYmlnIHN3aW5nIGluIHRoZSBmaW5hbmNpYWwgbWFya2V0cz8gUGVyZm9ybWFuY2UgY29hY2ggRWR3YXJkIEVQIFByZXN0b24gd2lsbCBzaG93IHlvdSBleGFjdGx5IHdoYXQgaGUgZG9lcyB0byBzY2FuIHRoZSBtYXJrZXRzIGluIG9yZGVyIHRvIGlkZW50aWZ5IHBvdGVudGlhbCBiaWcgc3dpbmcgdHJhZGUgc2V0IHVwcy48L2gzPgo8aDM+PC9oMz4KPGgzPjxzdHJvbmc+wqA8L3N0cm9uZz48L2gzPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Nzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIwMDoiW2ltYWdlcyBzdHlsZT1cIjVcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA0L2VwLXB0ci1jbG9ja3MtMTAyNHg1ODcuanBnXCIgd2lkdGg9XCIxMDI0XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIyMDoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjI0XCIgZm9udF9mb250PVwiU2hhZG93cyBJbnRvIExpZ2h0XCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjQ2MFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPsKgUGVyZm9ybWFuY2UgQ29hY2ggRWR3YXJkIEVQIFByZXN0b248L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319aTozO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6NDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMjoiW3ZlcnRpY2FsX3NwYWNpbmcgaGVpZ2h0PVwiMzBcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo1O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIzMzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwiY2VudGVyXCIgZm9udF9zaXplPVwiMTVcIiBmb250X2NvbG9yPVwiIzkxOTE5MVwiIGJvdHRvbV9wYWRkaW5nPVwiMTBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiNDYwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+U2hhcmUgdGhpcyBwYWdlIHdpdGggeW91ciBmcmllbmRzLi4uPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo2O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI2NDoiW3NvY2lhbF9zaGFyaW5nIHN0eWxlPVwic3R5bGUtMjBcIiBmYl9jb2xvcj1cImxpZ2h0XCIgZmJfbGFuZz1cImVuX0dCXCIgZmJfdGV4dD1cInJlY29tbWVuZFwiIGZiX2J1dHRvbl90ZXh0PVwiU2hhcmVcIiB0d19sYW5nPVwiZW5cIiB0d19idXR0b25fdGV4dD1cIlNoYXJlXCIgZ19sYW5nPVwiZW4tR0JcIiBnX2J1dHRvbl90ZXh0PVwiU2hhcmVcIiBwX2Rlc2NyaXB0aW9uPVwiXCIgbGlua2VkaW5fbGFuZz1cImVuX1VTXCIgYWxpZ25tZW50PVwiY2VudGVyXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjQ7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6I2VhNzExMDtwYWRkaW5nLXRvcDo0NXB4O3BhZGRpbmctYm90dG9tOjI1cHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObFlUY3hNVEFpTENKd1lXUmthVzVuVkc5d0lqb2lORFVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpVaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI5NjoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIwXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBhbGlnbj1cImNlbnRlclwiXVdBUk5JTkc6IMKgV2Ugb25seSBoYXZlIDEwMCBzcG90cyBvbiBvdXIgd2ViaW5hciBzeXN0ZW0gYXZhaWxhYmxlIGFuZMKgc3BhY2Ugd2lsbCBmaWxsIHVwIGZhc3Qgc28gcmVnaXN0ZXIgbm93IHRvIGF2b2lkIG1pc3Npbmcgb3V0LiDCoFRoaXMgd2ViaW5hciBpcyBwYWNrZWQgd2l0aCBoaWdoIHF1YWxpdHkgY29udGVudCBhbmQgd2lsbCBmaWxsIHVwIGZhc3QhWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQwMDoiW2NvdW50ZG93bl90aW1lciBzdHlsZT1cIjFcIiBlbmRfZGF0ZT1cIjIwMTQvNC8zIDE5OjM6NTkgR01UIC00XCIgeWVhcnNfdGV4dD1cIlllYXJzXCIgeWVhcnNfdGV4dF9zaW5ndWxhcj1cIlllYXJcIiBtb250aHNfdGV4dD1cIk1vbnRoc1wiIG1vbnRoc190ZXh0X3Npbmd1bGFyPVwiTW9udGhcIiBkYXlzX3RleHQ9XCJEYXlzXCIgZGF5c190ZXh0X3Npbmd1bGFyPVwiRGF5XCIgaG91cnNfdGV4dD1cIkhvdXJzXCIgaG91cnNfdGV4dF9zaW5ndWxhcj1cIkhvdXJcIiBtaW51dGVzX3RleHQ9XCJNaW51dGVzXCIgbWludXRlc190ZXh0X3Npbmd1bGFyPVwiTWludXRlXCIgc2Vjb25kc190ZXh0PVwiU2Vjb25kc1wiIHNlY29uZHNfdGV4dF9zaW5ndWxhcj1cIlNlY29uZFwiXVsvY291bnRkb3duX3RpbWVyXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTo1O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE0NzoiYmFja2dyb3VuZC1pbWFnZTp1cmwoaHR0cDovL29wdGltaXplcHJlc3MyLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8wNi9iYWNrMS5wbmcpO2JhY2tncm91bmQtcmVwZWF0OnJlcGVhdDtwYWRkaW5nLXRvcDozMHB4O3BhZGRpbmctYm90dG9tOjUwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoyMDg6ImV5SmlZV05yWjNKdmRXNWtTVzFoWjJVaU9pSjFjbXdvYUhSMGNEb3ZMMjl3ZEdsdGFYcGxjSEpsYzNNeUxtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE15OHdOaTlpWVdOck1TNXdibWNwSWl3aVltRmphMmR5YjNWdVpGQnZjMmwwYVc5dUlqb2lkR2xzWlNJc0luQmhaR1JwYm1kVWIzQWlPaUl6TUNJc0luQmhaR1JwYm1kQ2IzUjBiMjBpT2lJMU1DSjkiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjI1XCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGFsaWduPVwiY2VudGVyXCIgYm90dG9tX21hcmdpbj1cIjIwXCJdPHN0cm9uZz5UaGlzIG9uZSB3aWxsIGJlIG5vIGV4Y2VwdGlvbi7CoFNvIGNsYWltIHlvdXIgc3BvdCBiZWxvdyE8L3N0cm9uZz5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Nzg4OiJbb3B0aW5fYm94IHN0eWxlPVwiN1wiIGFsaWdubWVudD1cImNlbnRlclwiIGRpc2FibGVfbmFtZT1cIllcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImVtYWlsXCIgZ290b3dlYmluYXI9XCJhNzM1NDU4NzkwXCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXUhlcmVcJ3MgVGhlIEhlYWRsaW5lIEZvciBUaGUgQm94Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdVEc5eVpXMGdhWEJ6ZFcwZ1pHOXNiM0lnYzJsMElHRnRaWFFzSUdOdmJuTmxZM1JsZEhWeUlHRmthWEJwYzJOcGJtY2daV3hwZEM0Z1JHOXVaV01nZG1Wc0lHNTFibU1nYm05dUlHeGhZM1Z6SUhabGJtVnVZWFJwY3lCamIyMXRiMlJ2TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdQ2xpY2sgaGVyZSBhbmQgZ28gdG8geW91ciBlbWFpbCBpbmJveCFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU4OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+VEhFUkUgSVMgQSBTVUJTVEFOVElBTCBSSVNLIE9GIExPU1MgSU4gVFJBRElORyBDT01NT0RJVFkgRlVUVVJFUywgT1BUSU9OUywgQU5EIEZPUkVJR04gRVhDSEFOR0UgUFJPRFVDVFMuIFBBU1QgUEVSRk9STUFOQ0UgSVMgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFJFU1VMVFMuPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','publish','0000-00-00 00:00:00'),(166,1796,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1FdmVyIHRoaW5rIG9mIHRyYWRpbmcgZm9yIGEgbGl2aW5nP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTU6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdRmluZCBvdXQgaWYgeW91IGhhdmUgd2hhdCBpdCB0YWtlcyEgU3RhcnQgYSAxNC1kYXkgZnJlZSB0cmlhbC5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzY6IltpbWFnZXMgc3R5bGU9XCI1XCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjU6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzU5OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUmlvc1F1YW50IG1lbWJlciBQaWVycmUgdG9vayAkMSw2MDAgaW4gcHJvZml0cyBmcm9tIHRoZSBmdXR1cmVzIG1hcmtldCBpbiB0d28gZGF5cywgNS8xNC8yMDE0IGFuZCA1LzE1LzIwMTQgd2l0aCAxMyB0cmFkZXMuIEhlIHRyYWRlcyBldmVyeSBtb3JuaW5nIHdpdGggb3RoZXIgbGlrZS1taW5kZWQgdHJhZGVycyBpbiBvdXIgbGl2ZSBvbmxpbmUgdHJhZGluZyByb29tLiBIZSBpcyBhIG1vbWVudHVtIHRyYWRlciBhbmQgdXNlcyB0aGUgUmlvc1F1YW50IGZvcndhcmQtbG9va2luZyB0cmFkaW5nIHN5c3RlbXMuJm5ic3A7Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY4OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGxhcmdlX2ltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvZXF1aXR5LWN1cnZlLXBpZXJyZS5qcGdcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc0MzoiW29wdGluX2JveCBzdHlsZT1cIjExXCIgd2lkdGg9XCI0NTBcIiBtYXJnaW5fdG9wPVwiMTVcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9maWVsZD1cImVtYWlsXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJhd2ViZXJcIiBsaXN0PVwiMzQ0NDY5OFwiIG5hbWVfZmllbGQ9XCJuYW1lXCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIiBuYW1lX3JlcXVpcmVkPVwiTlwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdUlc1MFpYSWdlVzkxY2lCdVlXMWxJR0Z1WkNCbGJXRnBiQ0JpWld4dmR5QjBieUJuWlhRZ2MzUmhjblJsWkM0dUxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCJdQ2xpY2sgdGhlbiBjaGVjayB5b3VyIGluYm94IGZvciBjb25maXJtYXRpb24hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjQ6ImUzMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI4ODoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE3XCIgd2lkdGg9XCI5NDBcIl08aDIgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PHNwYW4gc3R5bGU9XCJjb2xvcjogIzQyNTA2MztcIj5Zb3VcJ3JlIMKgMy1TdGVwcyBBd2F5IHRvCkdldHRpbmcgU3RhcnRlZCBXaXRoIFlvdXIgVHJhZGluZyBTeXN0ZW0gRnJlZSBUcmlhbMKgPC9zcGFuPjwvaDI+CjxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1OTI6IltzdGVwX2dyYXBoaWNzIHN0eWxlPVwiNVwiIGNvbG9yPVwiIzQyNTA2M1wiXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIxXCIgaGVhZGxpbmU9XCJJbnN0YWxsYXRpb24gLSBUZWNoIHN1cHBvcnQgbWVtYmVyIHdpbGwgd2FsayB5b3UgdGhyb3VnaCB0aGUgaW5zdGFsbGF0aW9uLCBtYWtpbmcgdGhlIHByb2Nlc3MgcXVpY2sgYW5kIHRyb3VibGUgZnJlZS5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIlRyYWluaW5nIC0gIE9uZS1vbi1vbmUgdHJhaW5pbmcgdG8gaW5zdXJlIHlvdSBsZWFybiBhbGwgdGhlIHRyYWRpbmcgc3lzdGVtIGhhcyB0byBvZmZlci5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjNcIiBoZWFkbGluZT1cIkxpdmUgVHJhZGluZyBSb29tIC0gRXhwZXJpZW5jZSB0aGUgcG93ZXIgb2YgbWFya2V0IGludGVsbGlnZW5jZSBpbiByZWFsIG1hcmtldCBlbnZpcm9ubWVudCB3aXRoIFJpb3NRdWFudCBtZW1iZXJzIGFuZCBjb2FjaGVzIHRvIGluc3VyZSB5b3UgZ2V0IHRoZSBtb3N0IG91dCBvZiB5b3VyIGZyZWUgdHJpYWwuXCJdWy9zdGVwXVsvc3RlcF9ncmFwaGljc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQyNDoiW3Rlc3RpbW9uaWFscyBzdHlsZT1cIjJcIiBtYXJnaW5fdG9wPVwiXCIgbWFyZ2luX2JvdHRvbT1cIlwiXVt0ZXN0aW1vbmlhbCBuYW1lPVwiUGllcnJlIC0gTmV3IEplcnNleSBVU0FcIiBjb21wYW55PVwiUmlvc1F1YW50IG1lbWJlciBzaW5jZSAyMDEyXCIgaHJlZj1cIlwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvcGllcnJlLWdhbWlsLXBpYy5qcGdcIl08cD5cIkNvdWxkIG5vdCBkbyBpdCB3aXRob3V0IHlvdS4uLiBJXCdsbCBuZXZlciBiZSBhYmxlIHRvIHRoYW5rIHlvdSBFUCBhbmQgU3RldmUgZW5vdWdoIGZvciB0aGUgZGVkaWNhdGlvbiB5b3Ugc2hvdyBhbmQgdGhlIHN1cHBvcnQgeW91IG9mZmVyIVwiPC9wPgpbL3Rlc3RpbW9uaWFsXVsvdGVzdGltb25pYWxzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzI5OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+Q09NTU9ESVRZIEZVVFVSRVMsIE9QVElPTlMsIEFORCBGT1JFWCBUUkFESU5HIElOVk9MVkVTIFNVQlNUQU5USUFMIFJJU0sgQU5EIElTIE5PVCBTVUlUQUJMRSBGT1IgQUxMIElOVkVTVE9SUy4gUEFTVCBQRVJGT1JNQU5DRSBJUyBOT1QgSU5ESUNBVElWRSBPRiBGVVRVUkUgUkVTVUxUUy4gVEVTVElNT05JQUxTIEFSRSBOT1QgSU5ESUNBVElWRSBPRiBGVVRVUkUgUEVSRk9STUFOQ0UgT1IgU1VDQ0VTUy48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','revision','2014-06-08 18:11:18'),(49,1455,'body','YTozOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzk6ImJhY2tncm91bmQ6I2YwZjBmMDtwYWRkaW5nLWJvdHRvbToyMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NzY6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObU1HWXdaakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE5NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjI2XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzIxMjEyMVwiIGZvbnRfc3BhY2luZz1cIi0xXCIgZm9udF9zaGFkb3c9XCJsaWdodFwiIGFsaWduPVwiY2VudGVyXCIgYm90dG9tX21hcmdpbj1cIjBcIl1GcmVlIFJlcG9ydCBSZXZlYWxzLi4uWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIwODoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjQwXCIgZm9udF9jb2xvcj1cIiMyNjk3ZGFcIiBmb250X3NwYWNpbmc9XCItMVwiIGZvbnRfc2hhZG93PVwibGlnaHRcIiBhbGlnbj1cImNlbnRlclwiXVwiVGhlIFNpbXBsZSAzLVN0ZXAgRm9ybXVsYSBGb3IgQnVpbGRpbmc8YnIgLz5NYXJrZXRpbmcgU2l0ZXMgVGhhdCBDb252ZXJ0XCJbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTk6InBhZGRpbmctYm90dG9tOjBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjI4OiJleUp3WVdSa2FXNW5RbTkwZEc5dElqb2lNQ0o5IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI5OiJ0d28tZmlmdGhzIGNvbHVtbiBjb2xzIG5hcnJvdyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjE0OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgd2lkdGg9XCIzNjRcIl08c3Ryb25nPldhdGNoIHRoZSB2aWRlbyBub3c8L3N0cm9uZz4gdG8gZGlzY292ZXIgdGhlIDMgc2ltcGxlIHR3ZWFrcyB5b3UgY2FuIG1ha2UgdG8geW91ciB3ZWJzaXRlIHRoYXQgY2FuIGJvb3N0IGNvbnZlcnNpb25zIGJ5IHVwIHRvIDIwMCVbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMTI6IltidWxsZXRfYmxvY2sgbGFyZ2VfaWNvbj1cIjE0LnBuZ1wiIHdpZHRoPVwiXCIgYWxpZ25tZW50PVwiY2VudGVyXCJdPHVsPjxsaT5Ib3cgb25lIHNpbXBsZSB0d2VhayB0byB5b3VyIGhlYWRsaW5lcyBjYW4gaW1wcm92ZSBjb252ZXJzaW9ucyBieSA1MCU8L2xpPjxsaT5UaGUgT05MWSBidXR0b24gdGV4dCB5b3Ugc2hvdWxkIGJlIHVzaW5nIGZvciB5b3VyIG9yZGVyIGJ1dHRvbnM8L2xpPjxsaT5UaGUgZWFzaWVzdCB3YXkgdG8gY3JlYXRlIGFsbCB5b3VyIG1hcmtldGluZyBwYWdlcyBpbiBtaW51dGVzPC9saT48L3VsPlsvYnVsbGV0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI0OiJ0aHJlZS1maWZ0aHMgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMyNToiW3ZpZGVvX3BsYXllciB0eXBlPVwidXJsXCIgdXJsMT1cIlwiIHVybDI9XCJcIiB3aWR0aD1cIjU2MFwiIGhlaWdodD1cIjMxNVwiIGFsaWduPVwiY2VudGVyXCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMjBcIiBib3JkZXJfc2l6ZT1cIjVcIiBib3JkZXJfY29sb3I9XCIjZWJlYmViXCJdYUhSMGNEb3ZMM2QzZHk1elkzSmxaVzVqWVhOMExtTnZiUzkxYzJWeWN5OVVjbUZrWlhKS2FXMHhNeTltYjJ4a1pYSnpMMFJsWm1GMWJIUXZiV1ZrYVdFdk1EYzNOak14TVdNdE56QTBOUzAwTlRJM0xUazJPV1F0TURObE1ESmpaalprTVRGaFsvdmlkZW9fcGxheWVyXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE2OiJwYWRkaW5nLXRvcDowcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoyNDoiZXlKd1lXUmthVzVuVkc5d0lqb2lNQ0o5IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo2MzQ6IltvcHRpbl9ib3ggc3R5bGU9XCIxMFwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXUhlcmVcJ3MgVGhlIEhlYWRsaW5lIEZvciBUaGUgQm94Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2NpbmcgZWxpdC4gRG9uZWMgdmVsIG51bmMgbm9uIGxhY3VzIHZlbmVuYXRpcyBjb21tb2RvLlsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIl1HZXQgSW5zdGFudCBBY2Nlc3MhWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','publish','0000-00-00 00:00:00'),(96,1650,'body','YTozOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzk6ImJhY2tncm91bmQ6I2YwZjBmMDtwYWRkaW5nLWJvdHRvbToyMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NzY6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObU1HWXdaakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIwMToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjI2XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzIxMjEyMVwiIGZvbnRfc3BhY2luZz1cIi0xXCIgZm9udF9zaGFkb3c9XCJsaWdodFwiIGFsaWduPVwiY2VudGVyXCIgYm90dG9tX21hcmdpbj1cIjBcIl1QYXJ0IDMgb2YgMTIgVHJhaW5pbmcgU2Vzc2lvblsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzk6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCI0MFwiIGZvbnRfY29sb3I9XCIjMjY5N2RhXCIgZm9udF9zcGFjaW5nPVwiLTFcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl05MCBEYXkgUXVhbnQgVHJhZGluZyBQcm9ncmFtIENvbnRpbnVlcyBUb25pZ2h0IVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozOToicm93IGZpdmUtY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxOToicGFkZGluZy1ib3R0b206MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6Mjg6ImV5SndZV1JrYVc1blFtOTBkRzl0SWpvaU1DSjkiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6Mjk6InR3by1maWZ0aHMgY29sdW1uIGNvbHMgbmFycm93IjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0MTc6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiB3aWR0aD1cIjM2NFwiXUR1cmluZyB0aGlzIDkwIGRheSB0cmFpbmluZyBwcm9ncmFtIHlvdSB3aWxsIHJlY2VpdmUgY29tcHJlaGVuc2l2ZSB0cmFpbmluZyBpbmNsdWRpbmcgdGhlIGNvbmNlcHQsIG1ldGhvZHMsIGFuZCB0b29scyBpbiBhbiBlYXN5IHRvIHVuZGVyc3RhbmQgc3RlcCBieSBzdGVwIGZvcm1hdC4gVGhlIGV4YWN0IGxvZ2ljIGlzIHJldmVhbGVkIHdpdGggYWxsIHRoZSBuZWNlc3NhcnkgcnVsZXMgbmVlZGVkIGZvciB1bmRlcnN0YW5kaW5nIGFuZCBpbXBsZW1lbnRpbmcgdGhlIFJpb3NRdWFudCBhcHByb2FjaCB0byB0cmFkaW5nIHRoZSBnbG9iYWwgZmluYW5jaWFsIG1hcmtldHMuCgo8cD4mbmJzcDs8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjIwOiJbYnVsbGV0X2Jsb2NrICBsYXJnZV9pY29uPVwiMTQucG5nXCIgd2lkdGg9XCJcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIl08dWw+PGxpPlNldHRpbmcgT3B0aW1hbCBUcmFpbGluZyBTdG9wczwvbGk+PGxpPlByb3RlY3RpbmcgUnVubmluZyBQcm9maXRzPC9saT48bGk+TWF4aW1pemluZyB0aGUgTW9zdCBvZiBSUSBUcmFkaW5nIFRlY2hub2xvZ3k8L2xpPjwvdWw+Wy9idWxsZXRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNDg6IltjYWxlbmRhcl9kYXRlIHN0eWxlPVwiMVwiIG1vbnRoPVwiQXByaWxcIiBjYWxlbmRhcl9iYXJfY29sb3I9XCIjZmYwMDAwXCIgZGF5PVwiMjNcIiBmdWxsX2RhdGU9XCJXZWRuZXNkYXkgLCAyM3JkIEFwcmlsXCIgdGltZXpvbmVfMT1cIjc6MzAgcG0gRVRcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyNDoidGhyZWUtZmlmdGhzIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMzM6Ilt2aWRlb19wbGF5ZXIgdHlwZT1cInlvdXR1YmVcIiB3aWR0aD1cIjU2MFwiIGhlaWdodD1cIjMxNVwiIGFsaWduPVwiY2VudGVyXCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMjBcIiBib3JkZXJfc2l6ZT1cIjVcIiBib3JkZXJfY29sb3I9XCIjZWJlYmViXCJdYUhSMGNITTZMeTkzZDNjdWVXOTFkSFZpWlM1amIyMHZkMkYwWTJnL2RqMXNRMjFtVWkxMmRqVnlUUT09Wy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxMTk6IltpbWFnZXMgc3R5bGU9XCI1XCIgY2FwdGlvbj1cIlBlcmZvcm1hbmNlIENvYWNoIEVkd2FyZCBFUCBQcmVzdG9uXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3MToiW2ltYWdlcyBzdHlsZT1cIjNcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIyOToiW2ltYWdlcyBzdHlsZT1cIjVcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA0L2VwLXB0ci1jbG9ja3MxLTEwMjR4NTg3LmpwZ1wiIHdpZHRoPVwiMTAyNFwiIGNhcHRpb249XCJQZXJmb3JtYW5jZSBDb2FjaCBFZHdhcmQgRVAgUHJlc3RvblwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE2OiJwYWRkaW5nLXRvcDowcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoyNDoiZXlKd1lXUmthVzVuVkc5d0lqb2lNQ0o5IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3NDY6IltvcHRpbl9ib3ggc3R5bGU9XCIxMFwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiBnb3Rvd2ViaW5hcj1cImE3MDU3MzY1ODJcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdSGVyZVwncyBUaGUgSGVhZGxpbmUgRm9yIFRoZSBCb3hbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1URzl5WlcwZ2FYQnpkVzBnWkc5c2IzSWdjMmwwSUdGdFpYUXNJR052Ym5ObFkzUmxkSFZ5SUdGa2FYQnBjMk5wYm1jZ1pXeHBkQzRnUkc5dVpXTWdkbVZzSUc1MWJtTWdibTl1SUd4aFkzVnpJSFpsYm1WdVlYUnBjeUJqYjIxdGIyUnZMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiXUNsaWNrIGhlcmUgdGhlbiBjaGVjayB5b3VyIGluYm94IVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19','publish','2014-05-11 22:15:20'),(97,1651,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl05MCBEYXkgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UcmFkaW5nIFByb2dyYW08L3NwYW4+IEdldCBTdGFydGVkIE5vdy5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU1OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTUwXCIgaGVpZ2h0PVwiMzA5XCIgYWxpZ249XCJsZWZ0XCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RRd01qVXdNemd1YUdRdWJYQTBQM005TkRRek5ERXpZelkxTW1NNU1qRm1OR1kxTWpNd1lqUTNNemcxWkRRMk5qTT1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdTGVhcm4gSG93IHRvIEJlY29tZSBhIFF1YW50IFRyYWRlclsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ5MToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiNlZWViZGRcIiBib3R0b21fcGFkZGluZz1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMzY0XCIgbGluZV9oZWlnaHQ9XCIyMlwiXUR1cmluZyB0aGlzIDkwIGRheSB0cmFpbmluZyBwcm9ncmFtIHlvdSB3aWxsIHJlY2VpdmUgY29tcHJlaGVuc2l2ZSB0cmFpbmluZyBpbmNsdWRpbmcgdGhlIGNvbmNlcHQsIG1ldGhvZHMgYW5kIHRvb2xzIGluIGFuIGVhc3kgdG8gdW5kZXJzdGFuZCBzdGVwLWJ5LXN0ZXAgZm9ybWF0LiBUaGUgZXhhY3QgbG9naWMgaXMgcmV2ZWFsZWQgd2l0aCBhbGwgdGhlIG5lY2Vzc2FyeSBydWxlcyBuZWVkZWQgZm9yIHVuZGVyc3RhbmRpbmcgYW5kIGltcGxlbWVudGluZyB0aGUgUmlvc1F1YW50IGFwcHJvYWNoIHRvIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU4ODoiW29wdGluX2JveCBzdHlsZT1cIjE0XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0MjU4MjJcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjFcIiB0ZXh0PVwiQ2xpY2sgaGVyZSBhbmQgY2hlY2sgeW91ciBpbmJveFwiIHRleHRfc2l6ZT1cIjE4XCIgdGV4dF9jb2xvcj1cIiM1MDQyMTBcIiB0ZXh0X2ZvbnQ9XCJIZWx2ZXRpY2E7ZGVmYXVsdFwiIHRleHRfYm9sZD1cIllcIiB0ZXh0X2xldHRlcl9zcGFjaW5nPVwiMFwiIHRleHRfc2hhZG93X3BhbmVsPVwiWVwiIHRleHRfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIHRleHRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgdGV4dF9zaGFkb3dfY29sb3I9XCIjZmZmZjllXCIgdGV4dF9zaGFkb3dfYmx1cj1cIjBcIiBzdHlsaW5nX3dpZHRoPVwiMTAwXCIgc3R5bGluZ19oZWlnaHQ9XCIxNFwiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPVwiI2Q2OTMwMFwiIHN0eWxpbmdfYm9yZGVyX3NpemU9XCIxXCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPVwiNlwiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9XCIxMDBcIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPVwiI2ZmY2YwYVwiIHN0eWxpbmdfZ3JhZGllbnRfZW5kX2NvbG9yPVwiI2ZmZGEyMlwiIGRyb3Bfc2hhZG93X3BhbmVsPVwiWVwiIGRyb3Bfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIGRyb3Bfc2hhZG93X2hvcml6b250YWw9XCIwXCIgZHJvcF9zaGFkb3dfYmx1cj1cIjFcIiBkcm9wX3NoYWRvd19zcHJlYWQ9XCIwXCIgZHJvcF9zaGFkb3dfY29sb3I9XCIjMDAwMDAwXCIgZHJvcF9zaGFkb3dfb3BhY2l0eT1cIjEwXCIgaW5zZXRfc2hhZG93X3BhbmVsPVwiWVwiIGluc2V0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBpbnNldF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiBpbnNldF9zaGFkb3dfYmx1cj1cIjBcIiBpbnNldF9zaGFkb3dfc3ByZWFkPVwiMFwiIGluc2V0X3NoYWRvd19jb2xvcj1cIiNmZmU1OTBcIiBpbnNldF9zaGFkb3dfb3BhY2l0eT1cIjEwMFwiIGxvY2F0aW9uPVwib3B0aW5fYm94X3N0eWxlXzE0XCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozODoiZWxlbWVudC1jb250YWluZXIgY2YgcGFkLWxlZnQgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkzOiJiYWNrZ3JvdW5kOiNmY2ZjZmM7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZmNmY2ZjKSwgY29sb3Itc3RvcCgxMDAlLCAjZjVmNWY1KSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZmNmY2ZjLCBlbmRDb2xvcnN0cj0jZjVmNWY1LCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZMlpqWm1NaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqSXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakUxSW4wPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fQ==','publish','2014-05-11 22:23:17'),(51,1464,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4MjoiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjIwIiBmb250X2ZvbnQ9IkFzYXAiIGZvbnRfc3R5bGU9Im5vcm1hbCIgZm9udF9jb2xvcj0iIzFhOWVlMCIgZm9udF9zcGFjaW5nPSItMSIgYWxpZ249ImNlbnRlciJdPHN0cm9uZz5MSVZFIFdFQklOQVI8L3N0cm9uZz7CoFdJVEggSE9TVCBOQU1FWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTWpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09Ijt9aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxYTllZTA7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjI3OiJbaGVhZGxpbmUgc3R5bGU9IjEiIGZvbnRfc2l6ZT0iMzAiIGZvbnRfZm9udD0iQXNhcCIgZm9udF9zdHlsZT0iYm9sZCIgZm9udF9jb2xvcj0iI2ZmZmZmZiIgZm9udF9zaGFkb3c9ImRhcmsiIGFsaWduPSJjZW50ZXIiXeKAnFRoZSA1IFJlYXNvbnMgWW91IE11c3QgQmUgVXNpbmcgUmVzcG9uc2l2ZQpEZXNpZ24gT24gWW91ciBXZWJzaXRlcyBpbiAyMDEzIEFuZCBCZXlvbmTigJ1bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeFlUbGxaVEFpTENKd1lXUmthVzVuVkc5d0lqb2lNekFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpVaWZRPT0iO31pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjIwNjoiYmFja2dyb3VuZC1pbWFnZTogbm9uZTsgYmFja2dyb3VuZC1jb2xvcjogcmdiKDMzLCAzMywgMzMpOyBwYWRkaW5nLWJvdHRvbTogMHB4OyBib3JkZXItdG9wLXdpZHRoOiAwcHg7IGJvcmRlci1ib3R0b20td2lkdGg6IDBweDsgYmFja2dyb3VuZC1wb3NpdGlvbjogaW5pdGlhbCBpbml0aWFsOyBiYWNrZ3JvdW5kLXJlcGVhdDogbm8tcmVwZWF0IG5vLXJlcGVhdDsiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc2OiJbY2FsZW5kYXJfZGF0ZSBzdHlsZT0iMSIgbW9udGg9Ikp1bmUiIGNhbGVuZGFyX2Jhcl9jb2xvcj0iI2ZmMDAwMCIgZGF5PSIyNSJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtOO319fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4NjoiW3RleHRfYmxvY2sgc3R5bGU9InN0eWxlXzEucG5nIiBhbGlnbj0ibGVmdCIgZm9udF9zaXplPSIyMSIgZm9udF9jb2xvcj0iI2ZmZmZmZiIgd2lkdGg9IjIyMCJdPHN0cm9uZz5GcmlkYXksIEp1bmUgMjV0aAo8L3N0cm9uZz4xMSBBTSBQYWNpZmljIFRpbWUKNCBQTSBFYXN0ZXJuIFRpbWUKOSBQTSBHTVRbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjY2NToiW29wdGluX2JveCBzdHlsZT0iNyIgYWxpZ25tZW50PSJjZW50ZXIiIGVtYWlsX2RlZmF1bHQ9IkVudGVyIHlvdXIgZW1haWwgYWRkcmVzcyIgaW50ZWdyYXRpb25fdHlwZT0iZW1haWwiIG5hbWVfZGVmYXVsdD0iRW50ZXIgeW91ciBmaXJzdCBuYW1lIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9ImhlYWRsaW5lIl1IZXJlJ3MgVGhlIEhlYWRsaW5lIEZvciBUaGUgQm94Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPSJwYXJhZ3JhcGgiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9InByaXZhY3kiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9InRvcF9jb2xvciJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT0iMCIgYnV0dG9uX2JlbG93PSJZIl1HZXQgSW5zdGFudCBBY2Nlc3MhWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MjthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo3MjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU15TVRJeE1qRWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNQ0o5Ijt9aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxMTA6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjYxOiJbaGVhZGxpbmUgc3R5bGU9IjEiIGZvbnRfc2l6ZT0iMzUiIGFsaWduPSJsZWZ0IiBsaW5lX2hlaWdodD0iMzUiXTxkaXYgZGF0YS1sYj0iZWRpdGFibGUtcmljaC10ZXh0IiBkYXRhLWxiLWlkPSJtYWluLWhlYWRsaW5lIiBkYXRhLWxiLW5hbWU9Ik1haW4gSGVhZGxpbmUgVGV4dCI+RFVSSU5HIFRISVMgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMWE5ZWUwOyI+PGI+RlJFRSBXRUJJTkFSPC9iPjwvc3Bhbj4gWU9VIFdJTEwgTEVBUk46PC9kaXY+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjUzODoiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9IjMiIGNvbG9yPSIjMWE5ZWUwIl1bc3RlcCBzdHlsZT0iMyIgdGV4dD0iMSIgaGVhZGxpbmU9IkxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaXNjaW5nIGVsaXQuIiBpbmZvcm1hdGlvbj0iPHA+TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2NpbmcgZWxpdC4gTWF1cmlzIGVsZW1lbnR1bSBmZXJtZW50dW0gbWF1cmlzLCBpbiBiaWJlbmR1bSBtYWduYSB1bHRyaWNlcyBzZWQuIDwvcD4KIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9IjMiIHRleHQ9IjIiIGhlYWRsaW5lPSJVdCBhIGxpZ3VsYSB2aXRhZSBhbnRlIHZ1bHB1dGF0ZSBjb25zZWN0ZXR1ciBxdWlzIGV1IHVybmEuIiBpbmZvcm1hdGlvbj0iPHA+QWVuZWFuIHRlbXBvciBzZW0gdXQgdml2ZXJyYSBzY2VsZXJpc3F1ZS4gQWVuZWFuIHZlaGljdWxhIGJpYmVuZHVtIG1hdXJpcywgdmVsIHBlbGxlbnRlc3F1ZSBuaXNsIHZhcml1cyBxdWlzLjwvcD4KIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo3OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTczOiJbaW1hZ2VzIHN0eWxlPSI1IiBpbWFnZT0iaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvcGVyc29uMTIxMi5qcGciIHdpZHRoPSIxNDkiIGFsaWduPSJjZW50ZXIiIHRvcF9tYXJnaW49IjAiIGJvdHRvbV9tYXJnaW49IjAiIGZ1bGxfd2lkdGg9IlkiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTc4OiJbdGV4dF9ibG9jayBzdHlsZT0ic3R5bGVfMS5wbmciIGFsaWduPSJsZWZ0IiBmb250X3NpemU9IjI0IiBmb250X2ZvbnQ9IlNoYWRvd3MgSW50byBMaWdodCIgYm90dG9tX21hcmdpbj0iMCIgd2lkdGg9IjQ2MCJdPHAgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlcjsiPkhvc3QgTmFtZTwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjM7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319aTo0O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMwOiJbdmVydGljYWxfc3BhY2luZyBoZWlnaHQ9IjMwIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo1O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxNzoiW3RleHRfYmxvY2sgc3R5bGU9InN0eWxlXzEucG5nIiBhbGlnbj0iY2VudGVyIiBmb250X3NpemU9IjE1IiBmb250X2NvbG9yPSIjOTE5MTkxIiBib3R0b21fcGFkZGluZz0iMTAiIGJvdHRvbV9tYXJnaW49IjAiIHdpZHRoPSI0NjAiXTxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXI7Ij5TaGFyZSB0aGlzIHBhZ2Ugd2l0aCB5b3VyIGZyaWVuZHMuLi48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjY7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjQwOiJbc29jaWFsX3NoYXJpbmcgc3R5bGU9InN0eWxlLTIwIiBmYl9jb2xvcj0ibGlnaHQiIGZiX2xhbmc9ImVuX0dCIiBmYl90ZXh0PSJyZWNvbW1lbmQiIGZiX2J1dHRvbl90ZXh0PSJTaGFyZSIgdHdfbGFuZz0iZW4iIHR3X2J1dHRvbl90ZXh0PSJTaGFyZSIgZ19sYW5nPSJlbi1HQiIgZ19idXR0b25fdGV4dD0iU2hhcmUiIHBfZGVzY3JpcHRpb249IiIgbGlua2VkaW5fbGFuZz0iZW5fVVMiIGFsaWdubWVudD0iY2VudGVyIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTU2OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDI5d2RHbHRhWHBsY0hKbGMzTXlMbU52YlM5M2NDMWpiMjUwWlc1MEwzVndiRzloWkhNdk1qQXhNeTh3Tmk5aVlXTnJNUzV3Ym1jcElpd2lZbUZqYTJkeWIzVnVaRkJ2YzJsMGFXOXVJam9pZEdsc1pTSjkiO31pOjQ7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjI4OiJiYWNrZ3JvdW5kLWltYWdlOiBub25lOyBiYWNrZ3JvdW5kLWNvbG9yOiByZ2IoMjM0LCAxMTMsIDE2KTsgcGFkZGluZy1ib3R0b206IDI1cHg7IGJvcmRlci10b3Atd2lkdGg6IDBweDsgYm9yZGVyLWJvdHRvbS13aWR0aDogMHB4OyBwYWRkaW5nLXRvcDogNDVweDsgYmFja2dyb3VuZC1wb3NpdGlvbjogaW5pdGlhbCBpbml0aWFsOyBiYWNrZ3JvdW5kLXJlcGVhdDogbm8tcmVwZWF0IG5vLXJlcGVhdDsiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI4OToiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjIwIiBmb250X2NvbG9yPSIjZmZmZmZmIiBhbGlnbj0iY2VudGVyIl1XQVJOSU5HOiDCoFdlIG9ubHkgaGF2ZSAxMDAwIHNwb3RzIG9uIG91ciB3ZWJpbmFyIHN5c3RlbSBhdmFpbGFibGUgYW5kwqBzcGFjZSB3aWxsIGZpbGwgdXAgZmFzdCBzbyByZWdpc3RlciBub3cgdG8gYXZvaWQgbWlzc2luZyBvdXQuIMKgVGhpcyB3ZWJpbmFyIGlzIHBhY2tlZCB3aXRoIGhpZ2ggcXVhbGl0eSBjb250ZW50IGFuZCB3aWxsIGZpbGwgdXAgZmFzdCFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObFlUY3hNVEFpTENKd1lXUmthVzVuVkc5d0lqb2lORFVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpVaWZRPT0iO31pOjU7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTQ3OiJiYWNrZ3JvdW5kLWltYWdlOnVybChodHRwOi8vb3B0aW1pemVwcmVzczIuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzA2L2JhY2sxLnBuZyk7YmFja2dyb3VuZC1yZXBlYXQ6cmVwZWF0O3BhZGRpbmctdG9wOjMwcHg7cGFkZGluZy1ib3R0b206NTBweDsiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3NDoiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjI1IiBmb250X3N0eWxlPSJub3JtYWwiIGFsaWduPSJjZW50ZXIiIGJvdHRvbV9tYXJnaW49IjIwIl08c3Ryb25nPlRoaXMgb25lIHdpbGwgYmUgbm8gZXhjZXB0aW9uLsKgU28gY2xhaW0geW91ciBzcG90IGJlbG93ITwvc3Ryb25nPlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo2NjU6IltvcHRpbl9ib3ggc3R5bGU9IjciIGFsaWdubWVudD0iY2VudGVyIiBlbWFpbF9kZWZhdWx0PSJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3MiIGludGVncmF0aW9uX3R5cGU9ImVtYWlsIiBuYW1lX2RlZmF1bHQ9IkVudGVyIHlvdXIgZmlyc3QgbmFtZSJdW29wdGluX2JveF9maWVsZCBuYW1lPSJoZWFkbGluZSJdSGVyZSdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT0icGFyYWdyYXBoIl1URzl5WlcwZ2FYQnpkVzBnWkc5c2IzSWdjMmwwSUdGdFpYUXNJR052Ym5ObFkzUmxkSFZ5SUdGa2FYQnBjMk5wYm1jZ1pXeHBkQzRnUkc5dVpXTWdkbVZzSUc1MWJtTWdibTl1SUd4aFkzVnpJSFpsYm1WdVlYUnBjeUJqYjIxdGIyUnZMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPSJwcml2YWN5Il1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPSJ0b3BfY29sb3IiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9IjAiIGJ1dHRvbl9iZWxvdz0iWSJdR2V0IEluc3RhbnQgQWNjZXNzIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fXM6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjIwODoiZXlKaVlXTnJaM0p2ZFc1a1NXMWhaMlVpT2lKMWNtd29hSFIwY0RvdkwyOXdkR2x0YVhwbGNISmxjM015TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TXk4d05pOWlZV05yTVM1d2JtY3BJaXdpWW1GamEyZHliM1Z1WkZCdmMybDBhVzl1SWpvaWRHbHNaU0lzSW5CaFpHUnBibWRVYjNBaU9pSXpNQ0lzSW5CaFpHUnBibWRDYjNSMGIyMGlPaUkxTUNKOSI7fX0=','publish','0000-00-00 00:00:00'),(52,1465,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxYTllZTA7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhZVGxsWlRBaUxDSndZV1JrYVc1blZHOXdJam9pTXpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMDg6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzMFwiIGZvbnRfZm9udD1cIkFzYXBcIiBmb250X3N0eWxlPVwiYm9sZFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgZm9udF9zaGFkb3c9XCJkYXJrXCIgYWxpZ249XCJjZW50ZXJcIl1FbCBTZW50aW1pZW50byBkZSBSaXNrLU9OIHkgUmlzay1PRkYgRG9taW5hIGxvcyBNZXJjYWRvcyHCoER1cmFudGUgZXN0ZSB0YWxsZXIgZGUgZm9ybWFjacOzbiBlc3BlY2lhbCBhcHJlbmRlcsOhIGEgcmVzb2x2ZXIgZWwgbWlzdGVyaW8gZGUgUmlzay1PTiB5IFJpc2stT0ZGLlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODI6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNC9tYXJrZXQtYW5hbHl6ZXItMTAyNHg1NzUuanBnXCIgd2lkdGg9XCIxMDI0XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM4OiJiYWNrZ3JvdW5kOiMyMTIxMjE7cGFkZGluZy1ib3R0b206MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NzI6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeU1USXhNakVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTUNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODk6IltjYWxlbmRhcl9kYXRlIHN0eWxlPVwiMVwiIG1vbnRoPVwiTWnDqXJjb2xlc1wiIGNhbGVuZGFyX2Jhcl9jb2xvcj1cIiNmZjAwMDBcIiBkYXk9XCI5XCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTc0OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjFcIiBmb250X2NvbG9yPVwiI2ZmZmZmZlwiIHdpZHRoPVwiMjIwXCJdPHN0cm9uZz5NacOpcmNvbGVzIC0gOSDCoGRlIEFicmlsIDIwMTQKPC9zdHJvbmc+NDowMCBwbSBFVFsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODI1OiJbb3B0aW5fYm94IHN0eWxlPVwiN1wiIGFsaWdubWVudD1cImNlbnRlclwiIG5ld193aW5kb3c9XCJZXCIgZW1haWxfZGVmYXVsdD1cIkluZ3Jlc2Ugc3UgZGlyZWNjacOzbiBkZSBjb3JyZW8gZWxlY3Ryw7NuaWNvIFwiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIHJlZGlyZWN0X3VybD1cImh0dHBzOi8vd3d3My5nb3RvbWVldGluZy5jb20vcmVnaXN0ZXIvMTY0ODA3Mjk0XCIgbmFtZV9kZWZhdWx0PVwiRXNjcmliYSBzdSBub21icmUgXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXUhlcmVcJ3MgVGhlIEhlYWRsaW5lIEZvciBUaGUgQm94Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdVEc5eVpXMGdhWEJ6ZFcwZ1pHOXNiM0lnYzJsMElHRnRaWFFzSUdOdmJuTmxZM1JsZEhWeUlHRmthWEJwYzJOcGJtY2daV3hwZEM0Z1JHOXVaV01nZG1Wc0lHNTFibU1nYm05dUlHeGhZM1Z6SUhabGJtVnVZWFJwY3lCamIyMXRiMlJ2TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1WYWxvcmFtb3Mgc3UgcHJpdmFjaWRhZCB5IG51bmNhIGxlIHNwYW1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1PYnRlbmdhIGFjY2VzbyBpbnN0YW50w6FuZW8hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MjthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxMTA6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxNTY6ImV5SmlZV05yWjNKdmRXNWtTVzFoWjJVaU9pSjFjbXdvYUhSMGNEb3ZMMjl3ZEdsdGFYcGxjSEpsYzNNeUxtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE15OHdOaTlpWVdOck1TNXdibWNwSWl3aVltRmphMmR5YjNWdVpGQnZjMmwwYVc5dUlqb2lkR2xzWlNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIzMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjQ0XCIgYWxpZ249XCJsZWZ0XCIgbGluZV9oZWlnaHQ9XCIzNVwiXTxkaXYgZGF0YS1sYj1cImVkaXRhYmxlLXJpY2gtdGV4dFwiIGRhdGEtbGItaWQ9XCJtYWluLWhlYWRsaW5lXCIgZGF0YS1sYi1uYW1lPVwiTWFpbiBIZWFkbGluZSBUZXh0XCI+CgrCoExPUyBURU1BUyBERSBESVNDVVRJUiBJTkNMVUlSw4FOOgoKPC9kaXY+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjM2NToiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCIzXCIgY29sb3I9XCIjMWE5ZWUwXCJdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIklkZW50aWZpY2FyIGVsIGNvbXBvcnRhbWllbnRvIGRlbCBtZXJjYWRvIGFsIGluc3RhbnRlIFwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjNcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiRW50ZW5kZXIgbGEgZGluw6FtaWNhIGRlbCBtZXJjYWRvXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIzXCIgaGVhZGxpbmU9XCJJZGVudGlmaWNhciDDs3B0aW1hcyDDs3JkZW5lcyBkZSBDb21wcmEtVmVudGEgYW50ZXMgZGVsIG1vdmltaWVudG8gXCJdWy9zdGVwXVsvc3RlcF9ncmFwaGljc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU4MToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXUVsIHNlbnRpbWllbnRvIGRlIFJpc2stT04geSBSaXNrLU9GRiBkb21pbmEgbG9zIG1lcmNhZG9zIGNhdXNhbmRvIGNhb3MgYSB0cmFkZXJzIGRlIGludHJhZMOtYS4gRGVzY3VicmEgdW5hIGhlcnJhbWllbnRhIGRlIHRyYWRpbmcgw7puaWNhIHkgZsOhY2lsIGRlIHVzYXIsIHF1ZSByZWNvbm9jZSBjdWFuZG8gbG9zIG1lcmNhZG9zIHNvbiBhbWFibGVzIHkgY3VhbmRvIHNvbiBob3N0aWxlcyBwYXJhIGVsIHRyYWRpbmcgZGUgaW50cmFkw61hLiDDmm5ldGUgYWwgUGVyZm9ybWFuY2UgQ29hY2ggZGUgUmlvc1F1YW50IEFndXN0aW4gQ3JpYWRvIHkgYXByZW5kYSBhIGFwbGljYXIgZXN0ZSBwb2Rlcm9zbyBhbGdvcml0bW8gcGFyYSBheXVkYXJsbyBhIGNvbnZlcnRpciBlbCBjYW9zIGVuIG9wb3J0dW5pZGFkZXMuIER1cmFudGUgZXN0ZSB0YWxsZXIgZGUgZm9ybWFjacOzbiBlc3BlY2lhbCBhcHJlbmRlcsOhIGEgcmVzb2x2ZXIgZWwgbWlzdGVyaW8gZGUgUmlzay1PTiB5IFJpc2stT0ZGLgoKPHA+Jm5ic3A7PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6NTp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTgzOiJbaW1hZ2VzIHN0eWxlPVwiNVwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvSm9lQHdvcmsuanBnXCIgd2lkdGg9XCI2NjdcIiBhbGlnbj1cImxlZnRcIiB0b3BfbWFyZ2luPVwiMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE5MToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjI1XCIgZm9udF9mb250PVwiU2hhZG93cyBJbnRvIExpZ2h0XCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjIyMFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkpvZSBSaW9zPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI5NToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXUpvZSBSw61vcyBlcyB1biByZWNvbm9jaWRvIHBpb25lcm8gZGUgc2lzdGVtYXMgY3VhbnRpdGF0aXZvcyB5IGVkdWNhY2nDs24gZGUgdHJhZGluZyBkZXNkZSAxOTk3LiBTdSBwcm9ncmFtYSBkZSB0cmFkaW5nIGFsdGFtZW50ZSByZWNvbm9jaWRvIHBvciBzZXIgcGFzby1hLXBhc28sIGVzdMOhIGRpc2XDsWFkbyBwYXJhIGF5dWRhcmxvIGEgY29udmVydGlyc2UgZW4gdW4gZXhpdG9zbyBRdWFudCBUcmFkZXIuWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4MToiW2ltYWdlcyBzdHlsZT1cIjVcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2d1Y2NpLmpwZ1wiIHdpZHRoPVwiMjA5XCIgYWxpZ249XCJyaWdodFwiIHRvcF9tYXJnaW49XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTk3OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjRcIiBmb250X2ZvbnQ9XCJTaGFkb3dzIEludG8gTGlnaHRcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMjIwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+QWd1c3RpbiBDcmlhZG88L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTkyOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdRGVzY3VicmEgbGFzIHZlcmRhZGVzIGRlbCB0cmFkaW5nIGN1YW50aXRhdGl2byBwb3IgZWwgbWVudG9yIHkgZW50cmVuYWRvciBkZSBSaW9zUXVhbnQgQWd1c3RpbiBDcmlhZG8gZW4gZXN0ZSBleGNsdXNpdm8gd2ViaW5hcmlvLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzI6Ilt2ZXJ0aWNhbF9zcGFjaW5nIGhlaWdodD1cIjMwXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMzM6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImNlbnRlclwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiM5MTkxOTFcIiBib3R0b21fcGFkZGluZz1cIjEwXCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjQ2MFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPlNoYXJlIHRoaXMgcGFnZSB3aXRoIHlvdXIgZnJpZW5kcy4uLjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozNDQ6Iltzb2NpYWxfc2hhcmluZyBzdHlsZT1cInN0eWxlLTIwXCIgZmJfbGlrZV91cmw9XCJodHRwczovL3d3dy5mYWNlYm9vay5jb20vcGFnZXMvUmlvcy1RdWFudC1UcmFkaW5nLWVuLUVzcGElQzMlQjFvbC8yNjUyNzYyOTY5NDAxMTFcIiBmYl9jb2xvcj1cImxpZ2h0XCIgZmJfbGFuZz1cImVzX0VTXCIgZmJfdGV4dD1cInJlY29tbWVuZFwiIGZiX2J1dHRvbl90ZXh0PVwiU2hhcmVcIiB0d19sYW5nPVwiZXNcIiB0d19idXR0b25fdGV4dD1cIlNoYXJlXCIgZ19sYW5nPVwiZW4tR0JcIiBnX2J1dHRvbl90ZXh0PVwiU2hhcmVcIiBsaW5rZWRpbl9sYW5nPVwiZW5fVVNcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIl0gIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjQ7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6I2VhNzExMDtwYWRkaW5nLXRvcDo0NXB4O3BhZGRpbmctYm90dG9tOjI1cHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObFlUY3hNVEFpTENKd1lXUmthVzVuVkc5d0lqb2lORFVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpVaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMxNzoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIwXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBhbGlnbj1cImNlbnRlclwiXUFEVkVSVEVOQ0lBOiBFbCBhY2Nlc28gYSBudWVzdHJvIHNpc3RlbWEgZGUgd2ViaW5hciBlc3TDoSBsaW1pdGFkbyB5IGVsIGVzcGFjaW8gc2UgbGxlbmFuIHLDoXBpZG8sIGFzw60gcXVlIHJlZ8Otc3RyZXNlIGFob3JhIHBhcmEgZXZpdGFyIHBlcmRlcnNlLsKgwqBFc3RlIHNlbWluYXJpbyBlc3TDoSBsbGVubyBkZSBjb250ZW5pZG8gZGUgYWx0YSBjYWxpZGFkIHkgc2UgbGxlbmFuIHLDoXBpZG8hWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6NTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNDc6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbTo1MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MjA4OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDI5d2RHbHRhWHBsY0hKbGMzTXlMbU52YlM5M2NDMWpiMjUwWlc1MEwzVndiRzloWkhNdk1qQXhNeTh3Tmk5aVlXTnJNUzV3Ym1jcElpd2lZbUZqYTJkeWIzVnVaRkJ2YzJsMGFXOXVJam9pZEdsc1pTSXNJbkJoWkdScGJtZFViM0FpT2lJek1DSXNJbkJoWkdScGJtZENiM1IwYjIwaU9pSTFNQ0o5IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzA6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyNVwiIGZvbnRfc3R5bGU9XCJub3JtYWxcIiBhbGlnbj1cImNlbnRlclwiIGJvdHRvbV9tYXJnaW49XCIyMFwiXcOJc3RlIGVzdGFyw6EgYSBzYWx2bywgYXPDrSBxdWUgcmVjbGFtYXIgZWwgYWNjZXNvIGRlIGFiYWpvIVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4MDk6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZGVmYXVsdD1cIkluZ3Jlc2Ugc3UgZGlyZWNjacOzbiBkZSBjb3JyZW8gZWxlY3Ryw7NuaWNvIFwiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIHJlZGlyZWN0X3VybD1cImh0dHBzOi8vd3d3My5nb3RvbWVldGluZy5jb20vcmVnaXN0ZXIvMTY0ODA3Mjk0XCIgbmFtZV9kZWZhdWx0PVwiRXNjcmliYSBzdSBub21icmUgXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXUhlcmVcJ3MgVGhlIEhlYWRsaW5lIEZvciBUaGUgQm94Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdVEc5eVpXMGdhWEJ6ZFcwZ1pHOXNiM0lnYzJsMElHRnRaWFFzSUdOdmJuTmxZM1JsZEhWeUlHRmthWEJwYzJOcGJtY2daV3hwZEM0Z1JHOXVaV01nZG1Wc0lHNTFibU1nYm05dUlHeGhZM1Z6SUhabGJtVnVZWFJwY3lCamIyMXRiMlJ2TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1WYWxvcmFtb3Mgc3UgcHJpdmFjaWRhZCB5IG51bmNhIGxlIHNwYW0gWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdT2J0ZW5nYSBBY2Nlc28gSW5zdGFudMOhbmVvIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19','publish','0000-00-00 00:00:00'),(53,1470,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjUxOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl1CZWNvbWUgYSDCoDxzcGFuIHN0eWxlPVwiY29sb3I6ICMxZTlhZTA7XCI+UXVhbnQgVHJhZGVyIDwvc3Bhbj5XaXRoaW4gOTAgRGF5cyAtIEdldCBTdGFydGVkIE5vdyFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTcwOiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDQvYnVsbHMtcnVubmluZy5qcGdcIiB3aWR0aD1cIjYxNVwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTM1OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjdcIiBmb250X2NvbG9yPVwiI2VkZThlY1wiXUFwcmlsIDEwdGggMjAxNCAtIDc6MzAgUE0gRWFzdGVyblsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2MToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdR2V0IE91ciA5MCBEYXkgUXVhbnQgVHJhZGluZyBQcm9ncmFtIC0gUGFydCAxIG9mIDEyWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDIzOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMTVcIiBmb250X2NvbG9yPVwiI2VlZWJkZFwiIGJvdHRvbV9wYWRkaW5nPVwiMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCIzNjRcIiBsaW5lX2hlaWdodD1cIjIyXCJdRGVzaWduZWQgdG8gZ2V0IHlvdSBvbiB0cmFjayB3aXRoIHRoZSBSaW9zUXVhbnQgdHJhZGluZyB0ZWNobm9sb2d5IGFuZCBtZXRob2RvbG9neS4gRHVyaW5nIHRoaXMgOTAgZGF5IHRyYWluaW5nIHByb2dyYW0geW91IHdpbGwgcmVjZWl2ZSBjb21wcmVoZW5zaXZlIHRyYWluaW5nIGluY2x1ZGluZyB0aGUgY29uY2VwdCwgbWV0aG9kcywgYW5kIHRvb2xzIGluIGFuIGVhc3kgdG8gdW5kZXJzdGFuZCBzdGVwIGJ5IHN0ZXAgZm9ybWF0LlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU0MDoiW29wdGluX2JveCBzdHlsZT1cIjE0XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIHJlZGlyZWN0X3VybD1cImh0dHBzOi8vd3d3My5nb3RvbWVldGluZy5jb20vcmVnaXN0ZXIvMTgzMTY5MzQyXCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjFcIiB0ZXh0PVwiR2V0IFN0YXJ0ZWQgTm93XCIgdGV4dF9zaXplPVwiMThcIiB0ZXh0X2NvbG9yPVwiIzUwNDIxMFwiIHRleHRfZm9udD1cIkhlbHZldGljYTtkZWZhdWx0XCIgdGV4dF9ib2xkPVwiWVwiIHRleHRfbGV0dGVyX3NwYWNpbmc9XCIwXCIgdGV4dF9zaGFkb3dfcGFuZWw9XCJZXCIgdGV4dF9zaGFkb3dfdmVydGljYWw9XCIxXCIgdGV4dF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiB0ZXh0X3NoYWRvd19jb2xvcj1cIiNmZmZmOWVcIiB0ZXh0X3NoYWRvd19ibHVyPVwiMFwiIHN0eWxpbmdfd2lkdGg9XCIxMDBcIiBzdHlsaW5nX2hlaWdodD1cIjE0XCIgc3R5bGluZ19ib3JkZXJfY29sb3I9XCIjZDY5MzAwXCIgc3R5bGluZ19ib3JkZXJfc2l6ZT1cIjFcIiBzdHlsaW5nX2JvcmRlcl9yYWRpdXM9XCI2XCIgc3R5bGluZ19ib3JkZXJfb3BhY2l0eT1cIjEwMFwiIHN0eWxpbmdfZ3JhZGllbnRfc3RhcnRfY29sb3I9XCIjZmZjZjBhXCIgc3R5bGluZ19ncmFkaWVudF9lbmRfY29sb3I9XCIjZmZkYTIyXCIgZHJvcF9zaGFkb3dfcGFuZWw9XCJZXCIgZHJvcF9zaGFkb3dfdmVydGljYWw9XCIxXCIgZHJvcF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiBkcm9wX3NoYWRvd19ibHVyPVwiMVwiIGRyb3Bfc2hhZG93X3NwcmVhZD1cIjBcIiBkcm9wX3NoYWRvd19jb2xvcj1cIiMwMDAwMDBcIiBkcm9wX3NoYWRvd19vcGFjaXR5PVwiMTBcIiBpbnNldF9zaGFkb3dfcGFuZWw9XCJZXCIgaW5zZXRfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIGluc2V0X3NoYWRvd19ob3Jpem9udGFsPVwiMFwiIGluc2V0X3NoYWRvd19ibHVyPVwiMFwiIGluc2V0X3NoYWRvd19zcHJlYWQ9XCIwXCIgaW5zZXRfc2hhZG93X2NvbG9yPVwiI2ZmZTU5MFwiIGluc2V0X3NoYWRvd19vcGFjaXR5PVwiMTAwXCIgbG9jYXRpb249XCJvcHRpbl9ib3hfc3R5bGVfMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1HZXQgU3RhcnRlZCBOb3dbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozODoiZWxlbWVudC1jb250YWluZXIgY2YgcGFkLWxlZnQgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkzOiJiYWNrZ3JvdW5kOiNmY2ZjZmM7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZmNmY2ZjKSwgY29sb3Itc3RvcCgxMDAlLCAjZjVmNWY1KSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZmNmY2ZjLCBlbmRDb2xvcnN0cj0jZjVmNWY1LCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZMlpqWm1NaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqSXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakUxSW4wPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTQ3OiJbY3VzdG9tX2h0bWxdPGRpdiBpZD1cImZiLXJvb3RcIj48L2Rpdj4KPHNjcmlwdD4oZnVuY3Rpb24oZCwgcywgaWQpIHsKICB2YXIganMsIGZqcyA9IGQuZ2V0RWxlbWVudHNCeVRhZ05hbWUocylbMF07CiAgaWYgKGQuZ2V0RWxlbWVudEJ5SWQoaWQpKSByZXR1cm47CiAganMgPSBkLmNyZWF0ZUVsZW1lbnQocyk7IGpzLmlkID0gaWQ7CiAganMuc3JjID0gXCIvL2Nvbm5lY3QuZmFjZWJvb2submV0L2VuX0dCL2FsbC5qcyN4ZmJtbD0xJmFwcElkPTE5MjQwMTM1NDI0NTAxNVwiOwogIGZqcy5wYXJlbnROb2RlLmluc2VydEJlZm9yZShqcywgZmpzKTsKfShkb2N1bWVudCwgXCdzY3JpcHRcJywgXCdmYWNlYm9vay1qc3Nka1wnKSk7PC9zY3JpcHQ+CjxkaXYgY2xhc3M9XCJmYi1saWtlXCIgZGF0YS1ocmVmPVwiaHR0cDovL2RldmVsb3BlcnMuZmFjZWJvb2suY29tL2RvY3MvcmVmZXJlbmNlL3BsdWdpbnMvbGlrZVwiIGRhdGEtc2VuZD1cInRydWVcIiBkYXRhLXdpZHRoPVwiNDUwXCIgZGF0YS1zaG93LWZhY2VzPVwidHJ1ZVwiPjwvZGl2PlsvY3VzdG9tX2h0bWxdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19','publish','0000-00-00 00:00:00'),(54,1499,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjI5OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjBcIiBmb250X2ZvbnQ9XCJBc2FwXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjMWE5ZWUwXCIgZm9udF9zcGFjaW5nPVwiLTFcIiBhbGlnbj1cImNlbnRlclwiXTxzdHJvbmc+TElWRSBUUkFJTklORyBXT1JLU0hPUDwvc3Ryb25nPsKgV0lUSCBQRVJGT1JNQU5DRSBDT0FDSCBTVEVWRSBTQ0hXQVJUWlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzFhOWVlMDtwYWRkaW5nLXRvcDozMHB4O3BhZGRpbmctYm90dG9tOjI1cHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeFlUbGxaVEFpTENKd1lXUmthVzVuVkc5d0lqb2lNekFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpVaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI0ODoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjMwXCIgZm9udF9mb250PVwiQXNhcFwiIGZvbnRfc3R5bGU9XCJib2xkXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBmb250X3NoYWRvdz1cImRhcmtcIiBhbGlnbj1cImNlbnRlclwiXUdldCBBaGVhZCBGYXN0ZXI6IEZpbmQgdGhlIFF1YW50IFNpZGUgb2YgdGhlIE1hcmtldCBmb3IgwqAgwqAgwqAgwqAgwqAgwqAgwqAgwqAgwqAgQW1hemluZyBSZXN1bHRzWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzg6ImJhY2tncm91bmQ6IzIxMjEyMTtwYWRkaW5nLWJvdHRvbTowcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo3MjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU15TVRJeE1qRWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNQ0o5IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4NToiW2NhbGVuZGFyX2RhdGUgc3R5bGU9XCIxXCIgbW9udGg9XCJBcHJpbFwiIGNhbGVuZGFyX2Jhcl9jb2xvcj1cIiNmZjAwMDBcIiBkYXk9XCIxNVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3OToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjIxXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiB3aWR0aD1cIjIyMFwiXTxzdHJvbmc+VHVlc2RheSAsIEFwcmlsIDE1dGggMjAxNAo8L3N0cm9uZz40OjMwIFBNIEVhc3Rlcm4gVGltZVsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODExOiJbb3B0aW5fYm94IHN0eWxlPVwiN1wiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiByZWRpcmVjdF91cmw9XCJodHRwOi8vY3RzLnZyZXNwLmNvbS9jLz9SaW9zUXVhbnRpdGF0aXZlTExDLzhlZDNiOTRjZTcvVEVTVC8wODFmNWFlZjNjXCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXUhlcmVcJ3MgVGhlIEhlYWRsaW5lIEZvciBUaGUgQm94Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdVEc5eVpXMGdhWEJ6ZFcwZ1pHOXNiM0lnYzJsMElHRnRaWFFzSUdOdmJuTmxZM1JsZEhWeUlHRmthWEJwYzJOcGJtY2daV3hwZEM0Z1JHOXVaV01nZG1Wc0lHNTFibU1nYm05dUlHeGhZM1Z6SUhabGJtVnVZWFJwY3lCamIyMXRiMlJ2TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdR2V0IEluc3RhbnQgQWNjZXNzIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjI7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTEwOiJiYWNrZ3JvdW5kLWltYWdlOnVybChodHRwOi8vb3B0aW1pemVwcmVzczIuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzA2L2JhY2sxLnBuZyk7YmFja2dyb3VuZC1yZXBlYXQ6cmVwZWF0OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTU2OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDI5d2RHbHRhWHBsY0hKbGMzTXlMbU52YlM5M2NDMWpiMjUwWlc1MEwzVndiRzloWkhNdk1qQXhNeTh3Tmk5aVlXTnJNUzV3Ym1jcElpd2lZbUZqYTJkeWIzVnVaRkJ2YzJsMGFXOXVJam9pZEdsc1pTSjkiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMDU6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzNVwiIGFsaWduPVwibGVmdFwiIGxpbmVfaGVpZ2h0PVwiMzVcIl08ZGl2IGRhdGEtbGI9XCJlZGl0YWJsZS1yaWNoLXRleHRcIiBkYXRhLWxiLWlkPVwibWFpbi1oZWFkbGluZVwiIGRhdGEtbGItbmFtZT1cIk1haW4gSGVhZGxpbmUgVGV4dFwiPkRVUklORyBUSElTIDxzcGFuIHN0eWxlPVwiY29sb3I6ICMxYTllZTA7XCI+PHN0cm9uZz5GUkVFIFRSQUlOSU5HIFdPUktTSE9QIFdFQklOQVI8L3N0cm9uZz48L3NwYW4+IFlPVSBXSUxMIExFQVJOOjwvZGl2PlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozODI6IltzdGVwX2dyYXBoaWNzIHN0eWxlPVwiM1wiIGNvbG9yPVwiIzFhOWVlMFwiXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIxXCIgaGVhZGxpbmU9XCJIb3cgdG8gdXNlIGZvcndhcmQgbG9va2luZyBpbmRpY2F0b3JzIHRvIHNlbGVjdCBtYXJrZXRzIHBvaXNlZCBmb3IgZXhwbG9zaXZlIHByaWNlIGFjdGlvblwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjNcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiRGVjb2RpbmcgcXVhbnQgbWF0aCBpbnRvIDNyZCBncmFkZSBhcml0aG1ldGljXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIyXCIgaGVhZGxpbmU9XCJXaHkgcXVhbnQgdHJhZGVycyBhcmUgcXVpY2sgYW5kIHNtYXJ0XCJdWy9zdGVwXVsvc3RlcF9ncmFwaGljc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Nzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE5NDoiW2ltYWdlcyBzdHlsZT1cIjVcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA0L2JlLXF1aWNrLWJlLXNtYXJ0LmpwZ1wiIHdpZHRoPVwiNTYyXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIyNjoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjI0XCIgZm9udF9mb250PVwiU2hhZG93cyBJbnRvIExpZ2h0XCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjQ2MFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkV4cGVyaWVuY2UgdGhlIFBvd2VyIG9mIE1hcmtldCBJbnRlbGxpZ2VuY2U8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319aTozO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6NDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMjoiW3ZlcnRpY2FsX3NwYWNpbmcgaGVpZ2h0PVwiMzBcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo1O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIzMzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwiY2VudGVyXCIgZm9udF9zaXplPVwiMTVcIiBmb250X2NvbG9yPVwiIzkxOTE5MVwiIGJvdHRvbV9wYWRkaW5nPVwiMTBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiNDYwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+U2hhcmUgdGhpcyBwYWdlIHdpdGggeW91ciBmcmllbmRzLi4uPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo2O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI2NDoiW3NvY2lhbF9zaGFyaW5nIHN0eWxlPVwic3R5bGUtMjBcIiBmYl9jb2xvcj1cImxpZ2h0XCIgZmJfbGFuZz1cImVuX0dCXCIgZmJfdGV4dD1cInJlY29tbWVuZFwiIGZiX2J1dHRvbl90ZXh0PVwiU2hhcmVcIiB0d19sYW5nPVwiZW5cIiB0d19idXR0b25fdGV4dD1cIlNoYXJlXCIgZ19sYW5nPVwiZW4tR0JcIiBnX2J1dHRvbl90ZXh0PVwiU2hhcmVcIiBwX2Rlc2NyaXB0aW9uPVwiXCIgbGlua2VkaW5fbGFuZz1cImVuX1VTXCIgYWxpZ25tZW50PVwiY2VudGVyXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjQ7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6I2VhNzExMDtwYWRkaW5nLXRvcDo0NXB4O3BhZGRpbmctYm90dG9tOjI1cHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObFlUY3hNVEFpTENKd1lXUmthVzVuVkc5d0lqb2lORFVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpVaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI5NjoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIwXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBhbGlnbj1cImNlbnRlclwiXVdBUk5JTkc6IMKgV2Ugb25seSBoYXZlIDEwMCBzcG90cyBvbiBvdXIgd2ViaW5hciBzeXN0ZW0gYXZhaWxhYmxlIGFuZMKgc3BhY2Ugd2lsbCBmaWxsIHVwIGZhc3Qgc28gcmVnaXN0ZXIgbm93IHRvIGF2b2lkIG1pc3Npbmcgb3V0LiDCoFRoaXMgd2ViaW5hciBpcyBwYWNrZWQgd2l0aCBoaWdoIHF1YWxpdHkgY29udGVudCBhbmQgd2lsbCBmaWxsIHVwIGZhc3QhWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6NTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNDc6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbTo1MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MjA4OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDI5d2RHbHRhWHBsY0hKbGMzTXlMbU52YlM5M2NDMWpiMjUwWlc1MEwzVndiRzloWkhNdk1qQXhNeTh3Tmk5aVlXTnJNUzV3Ym1jcElpd2lZbUZqYTJkeWIzVnVaRkJ2YzJsMGFXOXVJam9pZEdsc1pTSXNJbkJoWkdScGJtZFViM0FpT2lJek1DSXNJbkJoWkdScGJtZENiM1IwYjIwaU9pSTFNQ0o5IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyNVwiIGZvbnRfc3R5bGU9XCJub3JtYWxcIiBhbGlnbj1cImNlbnRlclwiIGJvdHRvbV9tYXJnaW49XCIyMFwiXTxzdHJvbmc+VGhpcyBvbmUgd2lsbCBiZSBubyBleGNlcHRpb24uwqBTbyBjbGFpbSB5b3VyIHNwb3QgYmVsb3chPC9zdHJvbmc+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc4OToiW29wdGluX2JveCBzdHlsZT1cIjdcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImVtYWlsXCIgZW1haWxfYWRkcmVzcz1cImh0dHBzOi8vd3d3My5nb3RvbWVldGluZy5jb20vcmVnaXN0ZXIvNTcxNDUyNTI2XCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXUhlcmVcJ3MgVGhlIEhlYWRsaW5lIEZvciBUaGUgQm94Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdVEc5eVpXMGdhWEJ6ZFcwZ1pHOXNiM0lnYzJsMElHRnRaWFFzSUdOdmJuTmxZM1JsZEhWeUlHRmthWEJwYzJOcGJtY2daV3hwZEM0Z1JHOXVaV01nZG1Wc0lHNTFibU1nYm05dUlHeGhZM1Z6SUhabGJtVnVZWFJwY3lCamIyMXRiMlJ2TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdR2V0IEluc3RhbnQgQWNjZXNzIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNjM6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5DT01NT0RJVFkgRlVUVVJFUywgT1BUSU9OUywgQU5EIEZPUkVYIFRSQURJTkcgSU5WT0xWRVMgU1VCU1RBTlRJQUwgUklTSyBBTkQgSVMgTk9UIFNVSVRBQkxFIEZPUiBBTEwgSU5WRVNUT1JTLiBQQVNUIFJFU1VMVFMgSVMgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFBFUkZPUk1BTkNFLjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19','publish','0000-00-00 00:00:00'),(55,1504,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjI5OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjBcIiBmb250X2ZvbnQ9XCJBc2FwXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjMWE5ZWUwXCIgZm9udF9zcGFjaW5nPVwiLTFcIiBhbGlnbj1cImNlbnRlclwiXTxzdHJvbmc+TElWRSBXRUJJTkFSPC9zdHJvbmc+wqBXSVRIIFJJT1NRVUFOVCBQRVJGT1JNQU5DRSBDT0FDSCBFRFdBUkQgUFJFU1RPTlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzFhOWVlMDtwYWRkaW5nLXRvcDozMHB4O3BhZGRpbmctYm90dG9tOjI1cHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeFlUbGxaVEFpTENKd1lXUmthVzVuVkc5d0lqb2lNekFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpVaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4OToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjMwXCIgZm9udF9mb250PVwiQXNhcFwiIGZvbnRfc3R5bGU9XCJib2xkXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBmb250X3NoYWRvdz1cImRhcmtcIiBhbGlnbj1cImNlbnRlclwiXVRIRSBORVhUIEJJRyBTV0lORyA6IHdpbGwgeW91IGJlIHJlYWR5P1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM4OiJiYWNrZ3JvdW5kOiMyMTIxMjE7cGFkZGluZy1ib3R0b206MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NzI6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeU1USXhNakVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTUNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODU6IltjYWxlbmRhcl9kYXRlIHN0eWxlPVwiMVwiIG1vbnRoPVwiQXByaWxcIiBjYWxlbmRhcl9iYXJfY29sb3I9XCIjZmYwMDAwXCIgZGF5PVwiMTZcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMTU6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyMVwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgd2lkdGg9XCIyMjBcIl08c3Ryb25nPldlZG5lc2RheSwgdGhlIDE2dGgKPC9zdHJvbmc+NzozMCBQTSBFYXN0ZXJuIFRpbWUKNjozMCBQTSBDZW50cmFsIFRpbWUKNDozMCBQTSBQYWNpZmljIFRpbWVbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc4ODoiW29wdGluX2JveCBzdHlsZT1cIjdcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBkaXNhYmxlX25hbWU9XCJZXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIGdvdG93ZWJpbmFyPVwiYTYyNDIxODAyMlwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1IZXJlXCdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgZW1haWwgaW5ib3ghWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MjthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxMTA6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxNTY6ImV5SmlZV05yWjNKdmRXNWtTVzFoWjJVaU9pSjFjbXdvYUhSMGNEb3ZMMjl3ZEdsdGFYcGxjSEpsYzNNeUxtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE15OHdOaTlpWVdOck1TNXdibWNwSWl3aVltRmphMmR5YjNWdVpGQnZjMmwwYVc5dUlqb2lkR2xzWlNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI5NjoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM1XCIgYWxpZ249XCJsZWZ0XCIgbGluZV9oZWlnaHQ9XCIzNVwiXTxkaXYgZGF0YS1sYj1cImVkaXRhYmxlLXJpY2gtdGV4dFwiIGRhdGEtbGItaWQ9XCJtYWluLWhlYWRsaW5lXCIgZGF0YS1sYi1uYW1lPVwiTWFpbiBIZWFkbGluZSBUZXh0XCI+RFVSSU5HIFRISVMgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFhOWVlMDtcIj48c3Ryb25nPsKgRURVQ0FUSU9OQUwgV0VCSU5BUjwvc3Ryb25nPjwvc3Bhbj4gWU9VIFdJTEwgTEVBUk46PC9kaXY+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU5MToiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCIzXCIgY29sb3I9XCIjMWE5ZWUwXCJdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIkJyZWFrZG93biBhbmFseXNpcyBmb3IgdGhlIHJlY2VudCB0cmFkZXMgZXhlY3V0ZWQgaW4gVGhlIFRyYWRpbmcgUm9vbSBUcmFkZUxBQi4gICAgICAgICAgICAgICAgICAgICAgICAgIFwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjNcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiTGVhcm4gaG93IHRvIHNwb3QgYnJlYWtvdXQgYW5kIGJyZWFrZG93biB0cmFkZSBvcHBvcnR1bml0aWVzIC5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjNcIiBoZWFkbGluZT1cIkhvdyB0byB1c2UgdGhlIHBvd2VyIG9mIHRoZSBHbm9zVElDSyBmb3IgcHJlZGljYXRpdmUgcHJpY2UgbWFwcGluZy5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjRcIiBoZWFkbGluZT1cIlNoYXJlIHlvdXIgcXVlc3Rpb25zIHdpdGggRVAgYW5kIGdldCB0aGUgYW5zd2VycyB0aGF0IHlvdSBzZWVrIGZyb20gYSBwcm9mZXNzaW9uYWwgcXVhbnQgdHJhZGVyLlwiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozOTQ6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxMlwiXTxoMz48L2gzPgo8aDM+V2hhdCBpZiB5b3UgaGFkIGNyaXRpY2FsIGluZm9ybWF0aW9uIHRoYXQgY291bGQgaGVscCB5b3UgaWRlbnRpZnkgdGhlIE5FWFQgYmlnIHN3aW5nIGluIHRoZSBmaW5hbmNpYWwgbWFya2V0cz8gUGVyZm9ybWFuY2UgY29hY2ggRWR3YXJkIEVQIFByZXN0b24gd2lsbCBzaG93IHlvdSBleGFjdGx5IHdoYXQgaGUgZG9lcyB0byBzY2FuIHRoZSBtYXJrZXRzIGluIG9yZGVyIHRvIGlkZW50aWZ5IHBvdGVudGlhbCBiaWcgc3dpbmcgdHJhZGUgc2V0IHVwcy48L2gzPgo8aDM+PC9oMz4KPGgzPjxzdHJvbmc+wqA8L3N0cm9uZz48L2gzPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Nzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIwMDoiW2ltYWdlcyBzdHlsZT1cIjVcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA0L2VwLXB0ci1jbG9ja3MtMTAyNHg1ODcuanBnXCIgd2lkdGg9XCIxMDI0XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIyMDoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjI0XCIgZm9udF9mb250PVwiU2hhZG93cyBJbnRvIExpZ2h0XCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjQ2MFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPsKgUGVyZm9ybWFuY2UgQ29hY2ggRWR3YXJkIEVQIFByZXN0b248L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319aTozO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6NDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMjoiW3ZlcnRpY2FsX3NwYWNpbmcgaGVpZ2h0PVwiMzBcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo1O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIzMzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwiY2VudGVyXCIgZm9udF9zaXplPVwiMTVcIiBmb250X2NvbG9yPVwiIzkxOTE5MVwiIGJvdHRvbV9wYWRkaW5nPVwiMTBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiNDYwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+U2hhcmUgdGhpcyBwYWdlIHdpdGggeW91ciBmcmllbmRzLi4uPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo2O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI2NDoiW3NvY2lhbF9zaGFyaW5nIHN0eWxlPVwic3R5bGUtMjBcIiBmYl9jb2xvcj1cImxpZ2h0XCIgZmJfbGFuZz1cImVuX0dCXCIgZmJfdGV4dD1cInJlY29tbWVuZFwiIGZiX2J1dHRvbl90ZXh0PVwiU2hhcmVcIiB0d19sYW5nPVwiZW5cIiB0d19idXR0b25fdGV4dD1cIlNoYXJlXCIgZ19sYW5nPVwiZW4tR0JcIiBnX2J1dHRvbl90ZXh0PVwiU2hhcmVcIiBwX2Rlc2NyaXB0aW9uPVwiXCIgbGlua2VkaW5fbGFuZz1cImVuX1VTXCIgYWxpZ25tZW50PVwiY2VudGVyXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjQ7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6I2VhNzExMDtwYWRkaW5nLXRvcDo0NXB4O3BhZGRpbmctYm90dG9tOjI1cHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObFlUY3hNVEFpTENKd1lXUmthVzVuVkc5d0lqb2lORFVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpVaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI5NjoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIwXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBhbGlnbj1cImNlbnRlclwiXVdBUk5JTkc6IMKgV2Ugb25seSBoYXZlIDEwMCBzcG90cyBvbiBvdXIgd2ViaW5hciBzeXN0ZW0gYXZhaWxhYmxlIGFuZMKgc3BhY2Ugd2lsbCBmaWxsIHVwIGZhc3Qgc28gcmVnaXN0ZXIgbm93IHRvIGF2b2lkIG1pc3Npbmcgb3V0LiDCoFRoaXMgd2ViaW5hciBpcyBwYWNrZWQgd2l0aCBoaWdoIHF1YWxpdHkgY29udGVudCBhbmQgd2lsbCBmaWxsIHVwIGZhc3QhWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQwMjoiW2NvdW50ZG93bl90aW1lciBzdHlsZT1cIjFcIiBlbmRfZGF0ZT1cIjIwMTQvNC8xNiAxOTowMTowMCBHTVQgLTRcIiB5ZWFyc190ZXh0PVwiWWVhcnNcIiB5ZWFyc190ZXh0X3Npbmd1bGFyPVwiWWVhclwiIG1vbnRoc190ZXh0PVwiTW9udGhzXCIgbW9udGhzX3RleHRfc2luZ3VsYXI9XCJNb250aFwiIGRheXNfdGV4dD1cIkRheXNcIiBkYXlzX3RleHRfc2luZ3VsYXI9XCJEYXlcIiBob3Vyc190ZXh0PVwiSG91cnNcIiBob3Vyc190ZXh0X3Npbmd1bGFyPVwiSG91clwiIG1pbnV0ZXNfdGV4dD1cIk1pbnV0ZXNcIiBtaW51dGVzX3RleHRfc2luZ3VsYXI9XCJNaW51dGVcIiBzZWNvbmRzX3RleHQ9XCJTZWNvbmRzXCIgc2Vjb25kc190ZXh0X3Npbmd1bGFyPVwiU2Vjb25kXCJdWy9jb3VudGRvd25fdGltZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjU7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTQ3OiJiYWNrZ3JvdW5kLWltYWdlOnVybChodHRwOi8vb3B0aW1pemVwcmVzczIuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzA2L2JhY2sxLnBuZyk7YmFja2dyb3VuZC1yZXBlYXQ6cmVwZWF0O3BhZGRpbmctdG9wOjMwcHg7cGFkZGluZy1ib3R0b206NTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjIwODoiZXlKaVlXTnJaM0p2ZFc1a1NXMWhaMlVpT2lKMWNtd29hSFIwY0RvdkwyOXdkR2x0YVhwbGNISmxjM015TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TXk4d05pOWlZV05yTVM1d2JtY3BJaXdpWW1GamEyZHliM1Z1WkZCdmMybDBhVzl1SWpvaWRHbHNaU0lzSW5CaFpHUnBibWRVYjNBaU9pSXpNQ0lzSW5CaFpHUnBibWRDYjNSMGIyMGlPaUkxTUNKOSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTg0OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjVcIiBmb250X3N0eWxlPVwibm9ybWFsXCIgYWxpZ249XCJjZW50ZXJcIiBib3R0b21fbWFyZ2luPVwiMjBcIl08c3Ryb25nPlRoaXMgb25lIHdpbGwgYmUgbm8gZXhjZXB0aW9uLsKgU28gY2xhaW0geW91ciBzcG90IGJlbG93ITwvc3Ryb25nPlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3ODg6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZGlzYWJsZV9uYW1lPVwiWVwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiBnb3Rvd2ViaW5hcj1cImE2MjQyMTgwMjJcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdSGVyZVwncyBUaGUgSGVhZGxpbmUgRm9yIFRoZSBCb3hbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1URzl5WlcwZ2FYQnpkVzBnWkc5c2IzSWdjMmwwSUdGdFpYUXNJR052Ym5ObFkzUmxkSFZ5SUdGa2FYQnBjMk5wYm1jZ1pXeHBkQzRnUkc5dVpXTWdkbVZzSUc1MWJtTWdibTl1SUd4aFkzVnpJSFpsYm1WdVlYUnBjeUJqYjIxdGIyUnZMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1DbGljayBoZXJlIGFuZCBnbyB0byB5b3VyIGVtYWlsIGluYm94IVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNTg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5USEVSRSBJUyBBIFNVQlNUQU5USUFMIFJJU0sgT0YgTE9TUyBJTiBUUkFESU5HIENPTU1PRElUWSBGVVRVUkVTLCBPUFRJT05TLCBBTkQgRk9SRUlHTiBFWENIQU5HRSBQUk9EVUNUUy4gUEFTVCBQRVJGT1JNQU5DRSBJUyBOT1QgSU5ESUNBVElWRSBPRiBGVVRVUkUgUkVTVUxUUy48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','publish','0000-00-00 00:00:00'),(56,1543,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjI5OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjBcIiBmb250X2ZvbnQ9XCJBc2FwXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjMWE5ZWUwXCIgZm9udF9zcGFjaW5nPVwiLTFcIiBhbGlnbj1cImNlbnRlclwiXTxzdHJvbmc+TElWRSBUUkFJTklORyBXT1JLU0hPUDwvc3Ryb25nPsKgV0lUSCBQRVJGT1JNQU5DRSBDT0FDSCBTVEVWRSBTQ0hXQVJUWlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzFhOWVlMDtwYWRkaW5nLXRvcDozMHB4O3BhZGRpbmctYm90dG9tOjI1cHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeFlUbGxaVEFpTENKd1lXUmthVzVuVkc5d0lqb2lNekFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpVaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxNDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjMwXCIgZm9udF9mb250PVwiQXNhcFwiIGZvbnRfc3R5bGU9XCJib2xkXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBmb250X3NoYWRvdz1cImRhcmtcIiBhbGlnbj1cImNlbnRlclwiXUdldCBBaGVhZCBGYXN0ZXI6IEhvdyB0byBhcHBseSB0aGlzIGluc2lnaHQgdG8geW91ciB0cmFkaW5nIHBsYW5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozODoiYmFja2dyb3VuZDojMjEyMTIxO3BhZGRpbmctYm90dG9tOjBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjcyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXlNVEl4TWpFaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1DSjkiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjg1OiJbY2FsZW5kYXJfZGF0ZSBzdHlsZT1cIjFcIiBtb250aD1cIkFwcmlsXCIgY2FsZW5kYXJfYmFyX2NvbG9yPVwiI2ZmMDAwMFwiIGRheT1cIjIyXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTc0OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjFcIiBmb250X2NvbG9yPVwiI2ZmZmZmZlwiIHdpZHRoPVwiMjIwXCJdPHN0cm9uZz5UdWVzZGF5ICwgQXByaWwgMjJuZAo8L3N0cm9uZz4xOjAwIFBNIEVhc3Rlcm4gVGltZVsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODM1OiJbb3B0aW5fYm94IHN0eWxlPVwiN1wiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiBnb3Rvd2ViaW5hcj1cImE2MjQxOTUzOThcIiByZWRpcmVjdF91cmw9XCJodHRwczovL3d3dzMuZ290b21lZXRpbmcuY29tL3JlZ2lzdGVyLzU4Njg0MTI4NlwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1IZXJlXCdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgdGhlbiBjaGVjayB5b3VyIGVtYWlsIGluYm94IVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjI7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTEwOiJiYWNrZ3JvdW5kLWltYWdlOnVybChodHRwOi8vb3B0aW1pemVwcmVzczIuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzA2L2JhY2sxLnBuZyk7YmFja2dyb3VuZC1yZXBlYXQ6cmVwZWF0OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTU2OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDI5d2RHbHRhWHBsY0hKbGMzTXlMbU52YlM5M2NDMWpiMjUwWlc1MEwzVndiRzloWkhNdk1qQXhNeTh3Tmk5aVlXTnJNUzV3Ym1jcElpd2lZbUZqYTJkeWIzVnVaRkJ2YzJsMGFXOXVJam9pZEdsc1pTSjkiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMDU6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzNVwiIGFsaWduPVwibGVmdFwiIGxpbmVfaGVpZ2h0PVwiMzVcIl08ZGl2IGRhdGEtbGI9XCJlZGl0YWJsZS1yaWNoLXRleHRcIiBkYXRhLWxiLWlkPVwibWFpbi1oZWFkbGluZVwiIGRhdGEtbGItbmFtZT1cIk1haW4gSGVhZGxpbmUgVGV4dFwiPkRVUklORyBUSElTIDxzcGFuIHN0eWxlPVwiY29sb3I6ICMxYTllZTA7XCI+PHN0cm9uZz5GUkVFIFRSQUlOSU5HIFdPUktTSE9QIFdFQklOQVI8L3N0cm9uZz48L3NwYW4+IFlPVSBXSUxMIExFQVJOOjwvZGl2PlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMjc6IltzdGVwX2dyYXBoaWNzIHN0eWxlPVwiM1wiIGNvbG9yPVwiIzFhOWVlMFwiXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIxXCIgaGVhZGxpbmU9XCJIb3cgdG8gdXNlIHRoZSBSaW9zUXVhbnQgZm9yd2FyZCBsb29raW5nIGluZGljYXRvcnMgdG8gc2VsZWN0IHRoZSBtYXJrZXRzIHBvaXNlZCBmb3IgZXhwbG9zaXZlIHByaWNlIGFjY3Rpb25cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIlRyYWRlIHdpdGggY29uc2lzdGVuY3kgYW5kIGJvb3N0IHlvdXIgdHJhZGluZyBwZXJmb3JtYW5jZSBcIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo3OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTk1OiJbaW1hZ2VzIHN0eWxlPVwiNVwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDQvYmUtcXVpY2stYmUtc21hcnQxLmpwZ1wiIHdpZHRoPVwiNTYyXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIyNjoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjI0XCIgZm9udF9mb250PVwiU2hhZG93cyBJbnRvIExpZ2h0XCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjQ2MFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkdldCB0aGUgSW5zaWdodCBhbmQgSnVtcCBTdGFydCBZb3VyIFRyYWRpbmc8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319aTozO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6NDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMjoiW3ZlcnRpY2FsX3NwYWNpbmcgaGVpZ2h0PVwiMzBcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo1O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIzMzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwiY2VudGVyXCIgZm9udF9zaXplPVwiMTVcIiBmb250X2NvbG9yPVwiIzkxOTE5MVwiIGJvdHRvbV9wYWRkaW5nPVwiMTBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiNDYwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+U2hhcmUgdGhpcyBwYWdlIHdpdGggeW91ciBmcmllbmRzLi4uPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo2O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI2NDoiW3NvY2lhbF9zaGFyaW5nIHN0eWxlPVwic3R5bGUtMjBcIiBmYl9jb2xvcj1cImxpZ2h0XCIgZmJfbGFuZz1cImVuX0dCXCIgZmJfdGV4dD1cInJlY29tbWVuZFwiIGZiX2J1dHRvbl90ZXh0PVwiU2hhcmVcIiB0d19sYW5nPVwiZW5cIiB0d19idXR0b25fdGV4dD1cIlNoYXJlXCIgZ19sYW5nPVwiZW4tR0JcIiBnX2J1dHRvbl90ZXh0PVwiU2hhcmVcIiBwX2Rlc2NyaXB0aW9uPVwiXCIgbGlua2VkaW5fbGFuZz1cImVuX1VTXCIgYWxpZ25tZW50PVwiY2VudGVyXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjQ7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6I2VhNzExMDtwYWRkaW5nLXRvcDo0NXB4O3BhZGRpbmctYm90dG9tOjI1cHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObFlUY3hNVEFpTENKd1lXUmthVzVuVkc5d0lqb2lORFVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpVaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI5NjoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIwXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBhbGlnbj1cImNlbnRlclwiXVdBUk5JTkc6IMKgV2Ugb25seSBoYXZlIDEwMCBzcG90cyBvbiBvdXIgd2ViaW5hciBzeXN0ZW0gYXZhaWxhYmxlIGFuZMKgc3BhY2Ugd2lsbCBmaWxsIHVwIGZhc3Qgc28gcmVnaXN0ZXIgbm93IHRvIGF2b2lkIG1pc3Npbmcgb3V0LiDCoFRoaXMgd2ViaW5hciBpcyBwYWNrZWQgd2l0aCBoaWdoIHF1YWxpdHkgY29udGVudCBhbmQgd2lsbCBmaWxsIHVwIGZhc3QhWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6NTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNDc6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbTo1MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MjA4OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDI5d2RHbHRhWHBsY0hKbGMzTXlMbU52YlM5M2NDMWpiMjUwWlc1MEwzVndiRzloWkhNdk1qQXhNeTh3Tmk5aVlXTnJNUzV3Ym1jcElpd2lZbUZqYTJkeWIzVnVaRkJ2YzJsMGFXOXVJam9pZEdsc1pTSXNJbkJoWkdScGJtZFViM0FpT2lJek1DSXNJbkJoWkdScGJtZENiM1IwYjIwaU9pSTFNQ0o5IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyNVwiIGZvbnRfc3R5bGU9XCJub3JtYWxcIiBhbGlnbj1cImNlbnRlclwiIGJvdHRvbV9tYXJnaW49XCIyMFwiXTxzdHJvbmc+VGhpcyBvbmUgd2lsbCBiZSBubyBleGNlcHRpb24uwqBTbyBjbGFpbSB5b3VyIHNwb3QgYmVsb3chPC9zdHJvbmc+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc2NDoiW29wdGluX2JveCBzdHlsZT1cIjdcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImVtYWlsXCIgZ290b3dlYmluYXI9XCJhNjI0MTk1Mzk4XCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXUhlcmVcJ3MgVGhlIEhlYWRsaW5lIEZvciBUaGUgQm94Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdVEc5eVpXMGdhWEJ6ZFcwZ1pHOXNiM0lnYzJsMElHRnRaWFFzSUdOdmJuTmxZM1JsZEhWeUlHRmthWEJwYzJOcGJtY2daV3hwZEM0Z1JHOXVaV01nZG1Wc0lHNTFibU1nYm05dUlHeGhZM1Z6SUhabGJtVnVZWFJwY3lCamIyMXRiMlJ2TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdQ2xpY2sgYW5kIGNoZWNrIHlvdXIgZW1haWwgaW5ib3ghWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI2MzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkNPTU1PRElUWSBGVVRVUkVTLCBPUFRJT05TLCBBTkQgRk9SRVggVFJBRElORyBJTlZPTFZFUyBTVUJTVEFOVElBTCBSSVNLIEFORCBJUyBOT1QgU1VJVEFCTEUgRk9SIEFMTCBJTlZFU1RPUlMuIFBBU1QgUkVTVUxUUyBJUyBOT1QgSU5ESUNBVElWRSBPRiBGVVRVUkUgUEVSRk9STUFOQ0UuPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','publish','0000-00-00 00:00:00'),(57,1550,'body','YToyOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozOToicm93IGZpdmUtY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czo1NzY6ImJhY2tncm91bmQ6IzNlNTE2YTtiYWNrZ3JvdW5kOi13ZWJraXQtZ3JhZGllbnQobGluZWFyLCBsZWZ0IHRvcCwgbGVmdCBib3R0b20sIGNvbG9yLXN0b3AoMCUsICMzZTUxNmEpLCBjb2xvci1zdG9wKDEwMCUsICMzMjQwNTMpKTtiYWNrZ3JvdW5kOi13ZWJraXQtbGluZWFyLWdyYWRpZW50KHRvcCwgIzNlNTE2YSAwJSwgIzMyNDA1MyAxMDAlKTtiYWNrZ3JvdW5kOi1tb3otbGluZWFyLWdyYWRpZW50KHRvcCwgIzNlNTE2YSAwJSwgIzMyNDA1MyAxMDAlKTtiYWNrZ3JvdW5kOi1tcy1saW5lYXItZ3JhZGllbnQodG9wLCAjM2U1MTZhIDAlLCAjMzI0MDUzIDEwMCUpO2JhY2tncm91bmQ6LW8tbGluZWFyLWdyYWRpZW50KHRvcCwgIzNlNTE2YSAwJSwgIzMyNDA1MyAxMDAlKTtiYWNrZ3JvdW5kOmxpbmVhci1ncmFkaWVudCh0byBib3R0b20sICMzZTUxNmEgMCUsICMzMjQwNTMgMTAwJSk7ZmlsdGVyOnByb2dpZDpEWEltYWdlVHJhbnNmb3JtLk1pY3Jvc29mdC5ncmFkaWVudChzdGFydENvbG9yc3RyPSMzZTUxNmEsIGVuZENvbG9yc3RyPSMzMjQwNTMsIEdyYWRpZW50VHlwZT0wKTtwYWRkaW5nLWJvdHRvbToyMHB4OyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3ODoiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjQ1IiBmb250X2ZvbnQ9IlNvdXJjZSBTYW5zIFBybyIgZm9udF9zdHlsZT0iYm9sZCIgZm9udF9jb2xvcj0iI2ZmZmZmZiIgZm9udF9zaGFkb3c9ImRhcmsiIGFsaWduPSJsZWZ0Il1TaW1wbGlmeSBZb3VyIDxiciAvPlNpdGUgQnVpbGRpbmdbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjYyOiJbdGV4dF9ibG9jayBzdHlsZT0ic3R5bGVfMS5wbmciIGFsaWduPSJsZWZ0IiBmb250X3NpemU9IjE5IiBmb250X2NvbG9yPSIjZmZmZmZmIiBib3R0b21fcGFkZGluZz0iMTAiIGJvdHRvbV9tYXJnaW49IjAiIHdpZHRoPSIzNjQiIGxpbmVfaGVpZ2h0PSIyNiJdRWFzaWx5IGNyZWF0ZSBzaXRlcyB0byBjb2xsZWN0IGxlYWRzLCBzZWxsIHlvdXIgcHJvZHVjdHMgYW5kIGRlbGl2ZXIgeW91ciBvbmxpbmUgY291cnNlcyBhbmQgdHJhaW5pbmdbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxMjI0OiJbb3B0aW5fYm94IHN0eWxlPSI3IiBhbGlnbm1lbnQ9ImNlbnRlciIgZGlzYWJsZV9uYW1lPSJZIiBlbWFpbF9kZWZhdWx0PSJZb3VyIGVtYWlsIGFkZHJlc3MiIGludGVncmF0aW9uX3R5cGU9ImVtYWlsIiBuYW1lX2RlZmF1bHQ9IkVudGVyIHlvdXIgZmlyc3QgbmFtZSJdW29wdGluX2JveF9maWVsZCBuYW1lPSJoZWFkbGluZSJdSGVyZSdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT0icGFyYWdyYXBoIl1Mb3JlbSBpcHN1bSBkb2xvciBzaXQgYW1ldCwgY29uc2VjdGV0dXIgYWRpcGlzY2luZyBlbGl0LiBEb25lYyB2ZWwgbnVuYyBub24gbGFjdXMgdmVuZW5hdGlzIGNvbW1vZG8uWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPSJwcml2YWN5Il1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPSJ0b3BfY29sb3IiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9IjEiIHRleHQ9IkdldCBTdGFydGVkIE5vdyIgdGV4dF9zaXplPSIyNiIgdGV4dF9jb2xvcj0iI2ZmZmZmZiIgdGV4dF9mb250PSJTb3VyY2UgU2FucyBQcm87Z29vZ2xlIiB0ZXh0X2JvbGQ9IlkiIHRleHRfc2hhZG93X3BhbmVsPSJZIiB0ZXh0X3NoYWRvd192ZXJ0aWNhbD0iMSIgdGV4dF9zaGFkb3dfY29sb3I9IiM3ZTNiMTUiIHN0eWxpbmdfd2lkdGg9IjEwMCIgc3R5bGluZ19oZWlnaHQ9IjE0IiBzdHlsaW5nX2JvcmRlcl9jb2xvcj0iI2UxODEzZCIgc3R5bGluZ19ib3JkZXJfc2l6ZT0iMSIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPSI2IiBzdHlsaW5nX2JvcmRlcl9vcGFjaXR5PSIxMDAiIHN0eWxpbmdfZ3JhZGllbnRfc3RhcnRfY29sb3I9IiNmZmExMDAiIHN0eWxpbmdfZ3JhZGllbnRfZW5kX2NvbG9yPSIjZmY2YjM1IiBkcm9wX3NoYWRvd19wYW5lbD0iTiIgaW5zZXRfc2hhZG93X3BhbmVsPSJZIiBpbnNldF9zaGFkb3dfdmVydGljYWw9IjEiIGluc2V0X3NoYWRvd19zcHJlYWQ9IjEiIGluc2V0X3NoYWRvd19jb2xvcj0iI2ZmYzYyOSIgaW5zZXRfc2hhZG93X29wYWNpdHk9IjUwIiBsb2NhdGlvbj0ib3B0aW5fYm94X3N0eWxlXzciIGJ1dHRvbl9iZWxvdz0iWSJdR2V0IFN0YXJ0ZWQgTm93Wy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyNDoidGhyZWUtZmlmdGhzIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMTE6Ilt2aWRlb19wbGF5ZXIgdHlwZT0idXJsIiB3aWR0aD0iNTMwIiBoZWlnaHQ9IjI5OCIgYWxpZ249InJpZ2h0IiBtYXJnaW5fdG9wPSIwIiBtYXJnaW5fYm90dG9tPSIwIiBib3JkZXJfc2l6ZT0iNSIgYm9yZGVyX2NvbG9yPSIjMzI0MDUzIl1hSFIwY0RvdkwyOXdMWE4wYVc1bkxuTXpMbUZ0WVhwdmJtRjNjeTVqYjIwdlQzVjBjSFYwTG0xd05BPT1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTE2OiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXpaVFV4Tm1FaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqTXpJME1EVXpJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakl3SW4wPSI7fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM5OiJyb3cgZm91ci1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU5MzoiYmFja2dyb3VuZDojZmFmYWZhO2JhY2tncm91bmQ6LXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgY29sb3Itc3RvcCgwJSwgI2ZhZmFmYSksIGNvbG9yLXN0b3AoMTAwJSwgI2Y1ZjVmNSkpO2JhY2tncm91bmQ6LXdlYmtpdC1saW5lYXItZ3JhZGllbnQodG9wLCAjZmFmYWZhIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1vei1saW5lYXItZ3JhZGllbnQodG9wLCAjZmFmYWZhIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1zLWxpbmVhci1ncmFkaWVudCh0b3AsICNmYWZhZmEgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotby1saW5lYXItZ3JhZGllbnQodG9wLCAjZmFmYWZhIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6bGluZWFyLWdyYWRpZW50KHRvIGJvdHRvbSwgI2ZhZmFmYSAwJSwgI2Y1ZjVmNSAxMDAlKTtmaWx0ZXI6cHJvZ2lkOkRYSW1hZ2VUcmFuc2Zvcm0uTWljcm9zb2Z0LmdyYWRpZW50KHN0YXJ0Q29sb3JzdHI9I2ZhZmFmYSwgZW5kQ29sb3JzdHI9I2Y1ZjVmNSwgR3JhZGllbnRUeXBlPTApO3BhZGRpbmctdG9wOjMwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6ODoiY2hpbGRyZW4iO2E6NDp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6Mjk6Im9uZS1mb3VydGggY29sdW1uIGNvbHMgbmFycm93IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3NToiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjIwIiBhbGlnbj0ibGVmdCJdRmVhdHVyZWQgUHJvZHVjdFsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzU6Ilt0ZXh0X2Jsb2NrIHN0eWxlPSJzdHlsZV8xLnBuZyIgYWxpZ249ImxlZnQiIHdpZHRoPSIyMjAiXVlvdSBjYW4gaW5jbHVkZSBpbmZvcm1hdGlvbiBhYm91dCB5b3VyIGZlYXR1cmVkIHByb2R1Y3QgaGVyZSB3aXRoIGEgPGEgaHJlZj0iIyI+bGluayB0byB5b3VyIHByb2R1Y3QgPC9hPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToib25lLWZvdXJ0aCBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjgwOiJbaGVhZGxpbmUgc3R5bGU9IjEiIGZvbnRfc2l6ZT0iMjAiIGFsaWduPSJsZWZ0Il1DdXN0b21lciBUZXN0aW1vbmlhbHNbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMwOiJbdGV4dF9ibG9jayBzdHlsZT0ic3R5bGVfMS5wbmciIGFsaWduPSJsZWZ0IiB3aWR0aD0iMjIwIl0iSSByZWFsbHkgbGlrZWQgdGhpcyBwcm9kdWN0LCBpdCBoZWxwZWQgbWUgZ2V0IHN0YXJ0ZWQgd2l0aCBwaG90b2dyYXBoeSBsaWtlIEkgaGFkIGFsd2F5cyBkcmVhbWVkIG9mISIKPGVtPi0tIDxzdHJvbmc+U2FyYWggV2lsbGlhbXMsPC9zdHJvbmc+IFRoZSBDb21wYW55IDwvZW0+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MjthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI5OiJvbmUtZm91cnRoIGNvbHVtbiBjb2xzIG5hcnJvdyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6OTc6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSIyMCIgYWxpZ249ImxlZnQiIGJvdHRvbV9tYXJnaW49IjE1Il1OZXdzwqBGcm9tIE91ciBCbG9nWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjUzOiJbcmVjZW50X3Bvc3RzIHN0eWxlPSIxIiBwb3N0c19udW09IjEiXVsvcmVjZW50X3Bvc3RzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MzthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI5OiJvbmUtZm91cnRoIGNvbHVtbiBjb2xzIG5hcnJvdyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTMxOiJbaGVhZGxpbmUgc3R5bGU9IjEiIGZvbnRfc2l6ZT0iMjAiIGZvbnRfZm9udD0iU291cmNlIFNhbnMgUHJvIiBhbGlnbj0ibGVmdCIgYm90dG9tX21hcmdpbj0iMTUiXUZvbGxvdyBNZSBPbgpTb2NpYWwgTWVkaWFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTQzOiJbdGV4dF9ibG9jayBzdHlsZT0ic3R5bGVfMS5wbmciIGFsaWduPSJsZWZ0IiBib3R0b21fcGFkZGluZz0iMTAiIGJvdHRvbV9tYXJnaW49IjAiIHdpZHRoPSIyMjAiXUZvbGxvdyBtZSBvbiB0aGVzZSBzb2NpYWwgbmV0d29ya3MuWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTA1NzoiW3RleHRfYmxvY2sgc3R5bGU9InN0eWxlXzEucG5nIiBhbGlnbj0ibGVmdCIgZm9udF9zaXplPSIxNyIgd2lkdGg9IjIyMCJdPGEgaHJlZj0iaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvZmFjZWJvb2tfaWNvbjExLmdpZiI+PGltZyBjbGFzcz0iYWxpZ25ub25lIHNpemUtZnVsbCB3cC1pbWFnZS03NDY2IiBhbHQ9ImZhY2Vib29rX2ljb24xIiBzcmM9Imh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2ZhY2Vib29rX2ljb24xMS5naWYiIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgLz48L2E+wqA8aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTc0NjgiIGFsdD0idHdpdHRlcl9pY29uMSIgc3JjPSJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy90d2l0dGVyX2ljb24xMS5naWYiIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgLz7CoDxhIGhyZWY9Imh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2dvb2dsZV9pY29uMTEuZ2lmIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTc0NjkiIGFsdD0iZ29vZ2xlX2ljb24xIiBzcmM9Imh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2dvb2dsZV9pY29uMTEuZ2lmIiB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIC8+PC9hPsKgPGEgaHJlZj0iaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMveW91dHViZV9pY29uMTEuZ2lmIj48aW1nIGNsYXNzPSJhbGlnbm5vbmUgc2l6ZS1mdWxsIHdwLWltYWdlLTc0NjciIGFsdD0ieW91dHViZV9pY29uMSIgc3JjPSJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy95b3V0dWJlX2ljb24xMS5naWYiIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgLz48L2E+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxNDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObVlXWmhabUVpTENKaVlXTnJaM0p2ZFc1a1EyOXNiM0pGYm1RaU9pSWpaalZtTldZMUlpd2ljR0ZrWkdsdVoxUnZjQ0k2SWpNd0lpd2ljR0ZrWkdsdVowSnZkSFJ2YlNJNklqRXdJbjA9Ijt9fQ==','publish','0000-00-00 00:00:00'),(58,1551,'body','YTozOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzk6ImJhY2tncm91bmQ6I2YwZjBmMDtwYWRkaW5nLWJvdHRvbToyMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NzY6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObU1HWXdaakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIwMToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjI2XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzIxMjEyMVwiIGZvbnRfc3BhY2luZz1cIi0xXCIgZm9udF9zaGFkb3c9XCJsaWdodFwiIGFsaWduPVwiY2VudGVyXCIgYm90dG9tX21hcmdpbj1cIjBcIl1QYXJ0IDMgb2YgMTIgVHJhaW5pbmcgU2Vzc2lvblsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzk6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCI0MFwiIGZvbnRfY29sb3I9XCIjMjY5N2RhXCIgZm9udF9zcGFjaW5nPVwiLTFcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl05MCBEYXkgUXVhbnQgVHJhZGluZyBQcm9ncmFtIENvbnRpbnVlcyBUb25pZ2h0IVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozOToicm93IGZpdmUtY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxOToicGFkZGluZy1ib3R0b206MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6Mjg6ImV5SndZV1JrYVc1blFtOTBkRzl0SWpvaU1DSjkiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6Mjk6InR3by1maWZ0aHMgY29sdW1uIGNvbHMgbmFycm93IjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0MTc6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiB3aWR0aD1cIjM2NFwiXUR1cmluZyB0aGlzIDkwIGRheSB0cmFpbmluZyBwcm9ncmFtIHlvdSB3aWxsIHJlY2VpdmUgY29tcHJlaGVuc2l2ZSB0cmFpbmluZyBpbmNsdWRpbmcgdGhlIGNvbmNlcHQsIG1ldGhvZHMsIGFuZCB0b29scyBpbiBhbiBlYXN5IHRvIHVuZGVyc3RhbmQgc3RlcCBieSBzdGVwIGZvcm1hdC4gVGhlIGV4YWN0IGxvZ2ljIGlzIHJldmVhbGVkIHdpdGggYWxsIHRoZSBuZWNlc3NhcnkgcnVsZXMgbmVlZGVkIGZvciB1bmRlcnN0YW5kaW5nIGFuZCBpbXBsZW1lbnRpbmcgdGhlIFJpb3NRdWFudCBhcHByb2FjaCB0byB0cmFkaW5nIHRoZSBnbG9iYWwgZmluYW5jaWFsIG1hcmtldHMuCgo8cD4mbmJzcDs8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjIwOiJbYnVsbGV0X2Jsb2NrICBsYXJnZV9pY29uPVwiMTQucG5nXCIgd2lkdGg9XCJcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIl08dWw+PGxpPlNldHRpbmcgT3B0aW1hbCBUcmFpbGluZyBTdG9wczwvbGk+PGxpPlByb3RlY3RpbmcgUnVubmluZyBQcm9maXRzPC9saT48bGk+TWF4aW1pemluZyB0aGUgTW9zdCBvZiBSUSBUcmFkaW5nIFRlY2hub2xvZ3k8L2xpPjwvdWw+Wy9idWxsZXRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNDg6IltjYWxlbmRhcl9kYXRlIHN0eWxlPVwiMVwiIG1vbnRoPVwiQXByaWxcIiBjYWxlbmRhcl9iYXJfY29sb3I9XCIjZmYwMDAwXCIgZGF5PVwiMjNcIiBmdWxsX2RhdGU9XCJXZWRuZXNkYXkgLCAyM3JkIEFwcmlsXCIgdGltZXpvbmVfMT1cIjc6MzAgcG0gRVRcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyNDoidGhyZWUtZmlmdGhzIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMzM6Ilt2aWRlb19wbGF5ZXIgdHlwZT1cInlvdXR1YmVcIiB3aWR0aD1cIjU2MFwiIGhlaWdodD1cIjMxNVwiIGFsaWduPVwiY2VudGVyXCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMjBcIiBib3JkZXJfc2l6ZT1cIjVcIiBib3JkZXJfY29sb3I9XCIjZWJlYmViXCJdYUhSMGNITTZMeTkzZDNjdWVXOTFkSFZpWlM1amIyMHZkMkYwWTJnL2RqMXNRMjFtVWkxMmRqVnlUUT09Wy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxMTk6IltpbWFnZXMgc3R5bGU9XCI1XCIgY2FwdGlvbj1cIlBlcmZvcm1hbmNlIENvYWNoIEVkd2FyZCBFUCBQcmVzdG9uXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3MToiW2ltYWdlcyBzdHlsZT1cIjNcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIyOToiW2ltYWdlcyBzdHlsZT1cIjVcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA0L2VwLXB0ci1jbG9ja3MxLTEwMjR4NTg3LmpwZ1wiIHdpZHRoPVwiMTAyNFwiIGNhcHRpb249XCJQZXJmb3JtYW5jZSBDb2FjaCBFZHdhcmQgRVAgUHJlc3RvblwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE2OiJwYWRkaW5nLXRvcDowcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoyNDoiZXlKd1lXUmthVzVuVkc5d0lqb2lNQ0o5IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3NDY6IltvcHRpbl9ib3ggc3R5bGU9XCIxMFwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiBnb3Rvd2ViaW5hcj1cImE3MDU3MzY1ODJcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdSGVyZVwncyBUaGUgSGVhZGxpbmUgRm9yIFRoZSBCb3hbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1URzl5WlcwZ2FYQnpkVzBnWkc5c2IzSWdjMmwwSUdGdFpYUXNJR052Ym5ObFkzUmxkSFZ5SUdGa2FYQnBjMk5wYm1jZ1pXeHBkQzRnUkc5dVpXTWdkbVZzSUc1MWJtTWdibTl1SUd4aFkzVnpJSFpsYm1WdVlYUnBjeUJqYjIxdGIyUnZMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiXUNsaWNrIGhlcmUgdGhlbiBjaGVjayB5b3VyIGluYm94IVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19','publish','0000-00-00 00:00:00'),(59,1554,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjQ2OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl1XYW50IHRvIFN0YXJ0IDxzcGFuIHN0eWxlPVwiY29sb3I6ICMxZTlhZTA7XCI+VHJhZGluZyBMaWtlIGEgUXVhbnQ8L3NwYW4+PyBHZXQgU3RhcnRlZCBOb3cuWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM5OiJyb3cgZml2ZS1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxNzE3MTc7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToyMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhOekUzTVRjaUxDSndZV1JrYVc1blZHOXdJam9pTWpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI0OiJ0aHJlZS1maWZ0aHMgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4OToiW3ZpZGVvX3BsYXllciB0eXBlPVwieW91dHViZVwiIHlvdXR1YmVfZm9yY2VfaGQ9XCJub25lXCIgd2lkdGg9XCI1NTBcIiBoZWlnaHQ9XCIzMDlcIiBhbGlnbj1cImxlZnRcIiBtYXJnaW5fdG9wPVwiMFwiIG1hcmdpbl9ib3R0b209XCIwXCJdYUhSMGNEb3ZMM2x2ZFhSMUxtSmxMM1JPY1hSQ2RFbGFjalJSWy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMzU6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyNVwiIGZvbnRfc2hhZG93PVwibm9uZVwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPlF1aWNrIHJldmlldyBvZiB0cmFkaW5nIHBlcmZvcm1hbmNlIGZvciB0aGUgd2VlayBvZiBNYXJjaCA5dGggLSAxNHRoIGluIFRoZSBUcmFkaW5nIFJvb20gVHJhZGVMQUIuPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdR2V0IEFjY2VzcyB0byBPdXIgTGl2ZSBUcmFkaW5nIFJvb21bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyOToiZWxlbWVudC1jb250YWluZXIgY2YgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1ODY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjZWVlYmRkXCIgYm90dG9tX3BhZGRpbmc9XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjM2NFwiIGxpbmVfaGVpZ2h0PVwiMjJcIl1UaGUgVHJhZGluZyBSb29twq7CoCBzZXNzaW9ucyBjb25kdWN0ZWQgYnkgdGhlIFJpb3NRdWFudCB0ZWFtIG9mZmVyIGEgcHJhZ21hdGljLCByZWFsIHdvcmxkIHBlcnNwZWN0aXZlIG9mIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzIGluIHJlYWwtdGltZS4gVHJhZGluZyBiZWdpbnMgYXQgNzozMCBhLm0uIEVUIE1vbmRheSB0aHJvdWdoIEZyaWRheS4gR2V0IGEgc25lYWsgdmlldyBvZiBoaWdoIHBlcmZvcm1pbmcgYWxnb3JpdGhtaWMgdHJhZGluZyBzeXN0ZW1zIGluIGFjdGlvbiBmcm9tIHRoZSBjb252ZW5pZW5jZSBvZiB5b3VyIGNvbXB1dGVyLiBFeHBlcmllbmNlIHRoZSBwb3dlciBvZiBtYXJrZXQgaW50ZWxsaWdlbmNlIHdpdGggb3VyIHF1YW50aXRhdGl2ZSB0cmFkaW5nIHRvb2xzLgoKPHA+Jm5ic3A7PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTg1OiJbb3B0aW5fYm94IHN0eWxlPVwiMTRcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImVtYWlsXCIgZ290b3dlYmluYXI9XCJhMTk4MjEyMDc4XCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdU0VDVVJFIFlPVVIgU1BPVCBOT1chWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mzg6ImVsZW1lbnQtY29udGFpbmVyIGNmIHBhZC1sZWZ0IGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU5MzoiYmFja2dyb3VuZDojZmNmY2ZjO2JhY2tncm91bmQ6LXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgY29sb3Itc3RvcCgwJSwgI2ZjZmNmYyksIGNvbG9yLXN0b3AoMTAwJSwgI2Y1ZjVmNSkpO2JhY2tncm91bmQ6LXdlYmtpdC1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1vei1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1zLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotby1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6bGluZWFyLWdyYWRpZW50KHRvIGJvdHRvbSwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtmaWx0ZXI6cHJvZ2lkOkRYSW1hZ2VUcmFuc2Zvcm0uTWljcm9zb2Z0LmdyYWRpZW50KHN0YXJ0Q29sb3JzdHI9I2ZjZmNmYywgZW5kQ29sb3JzdHI9I2Y1ZjVmNSwgR3JhZGllbnRUeXBlPTApO3BhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjE0MDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tWTJaalptTWlMQ0ppWVdOclozSnZkVzVrUTI5c2IzSkZibVFpT2lJalpqVm1OV1kxSWl3aWNHRmtaR2x1WjFSdmNDSTZJakl3SWl3aWNHRmtaR2x1WjBKdmRIUnZiU0k2SWpFMUluMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2MzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjM3XCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+UVVBTlRJVEFUSVZFIEFOQUxZU0lTICZhbXA7IEFMR09SSVRITUlDIFRSQURJTkc8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTQ3OiJbY3VzdG9tX2h0bWxdPGRpdiBpZD1cImZiLXJvb3RcIj48L2Rpdj4KPHNjcmlwdD4oZnVuY3Rpb24oZCwgcywgaWQpIHsKICB2YXIganMsIGZqcyA9IGQuZ2V0RWxlbWVudHNCeVRhZ05hbWUocylbMF07CiAgaWYgKGQuZ2V0RWxlbWVudEJ5SWQoaWQpKSByZXR1cm47CiAganMgPSBkLmNyZWF0ZUVsZW1lbnQocyk7IGpzLmlkID0gaWQ7CiAganMuc3JjID0gXCIvL2Nvbm5lY3QuZmFjZWJvb2submV0L2VuX0dCL2FsbC5qcyN4ZmJtbD0xJmFwcElkPTE5MjQwMTM1NDI0NTAxNVwiOwogIGZqcy5wYXJlbnROb2RlLmluc2VydEJlZm9yZShqcywgZmpzKTsKfShkb2N1bWVudCwgXCdzY3JpcHRcJywgXCdmYWNlYm9vay1qc3Nka1wnKSk7PC9zY3JpcHQ+CjxkaXYgY2xhc3M9XCJmYi1saWtlXCIgZGF0YS1ocmVmPVwiaHR0cDovL2RldmVsb3BlcnMuZmFjZWJvb2suY29tL2RvY3MvcmVmZXJlbmNlL3BsdWdpbnMvbGlrZVwiIGRhdGEtc2VuZD1cInRydWVcIiBkYXRhLXdpZHRoPVwiNDUwXCIgZGF0YS1zaG93LWZhY2VzPVwidHJ1ZVwiPjwvZGl2PlsvY3VzdG9tX2h0bWxdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19','publish','0000-00-00 00:00:00'),(60,1555,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjM0OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjBcIiBmb250X2ZvbnQ9XCJBc2FwXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjMWE5ZWUwXCIgZm9udF9zcGFjaW5nPVwiLTFcIiBhbGlnbj1cImNlbnRlclwiXTxzdHJvbmc+TElWRSBXRUJJTkFSIEV2ZW50IHdpdGggT3B0aW9ucyBUcmFkZXJzIEpvZSBDb250ZXMgYW5kIEtlbiBFcmlrc2VuPC9zdHJvbmc+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czo1NjoiYmFja2dyb3VuZDojMWE5ZWUwO3BhZGRpbmctdG9wOjMwcHg7cGFkZGluZy1ib3R0b206MjVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEwMDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU14WVRsbFpUQWlMQ0p3WVdSa2FXNW5WRzl3SWpvaU16QWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNalVpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjA0OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMzBcIiBmb250X2ZvbnQ9XCJBc2FwXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiI2ZmZmZmZlwiIGZvbnRfc2hhZG93PVwiZGFya1wiIGFsaWduPVwiY2VudGVyXCJdR2V0IEFoZWFkIEZhc3RlcjogTGVhcm4gb3B0aW9ucyB0cmFkaW5nIGluIGxpdmUgbWFya2V0Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzg6ImJhY2tncm91bmQ6IzIxMjEyMTtwYWRkaW5nLWJvdHRvbTowcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo3MjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU15TVRJeE1qRWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNQ0o5IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4NToiW2NhbGVuZGFyX2RhdGUgc3R5bGU9XCIxXCIgbW9udGg9XCJBcHJpbFwiIGNhbGVuZGFyX2Jhcl9jb2xvcj1cIiNmZjAwMDBcIiBkYXk9XCIyM1wiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMjoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjIxXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiB3aWR0aD1cIjIyMFwiXTxzdHJvbmc+V2VkbmVzZGF5LCBBcHJpbCAyM3JkCjwvc3Ryb25nPjM6MDAgUE0gRWFzdGVybiBUaW1lCjEyOjAwIFBNIFBhY2lmaWMgVGltZQoKPHA+Jm5ic3A7PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODI5OiJbb3B0aW5fYm94IHN0eWxlPVwiN1wiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiBnb3Rvd2ViaW5hcj1cImEyMzk4NzMzNzRcIiByZWRpcmVjdF91cmw9XCJodHRwczovL3d3dzMuZ290b21lZXRpbmcuY29tL3JlZ2lzdGVyLzUyODg3Njk4MlwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1IZXJlXCdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgdGhlbiBnbyB0byB5b3VyIGluYm94IVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjI7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTEwOiJiYWNrZ3JvdW5kLWltYWdlOnVybChodHRwOi8vb3B0aW1pemVwcmVzczIuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzA2L2JhY2sxLnBuZyk7YmFja2dyb3VuZC1yZXBlYXQ6cmVwZWF0OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTU2OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDI5d2RHbHRhWHBsY0hKbGMzTXlMbU52YlM5M2NDMWpiMjUwWlc1MEwzVndiRzloWkhNdk1qQXhNeTh3Tmk5aVlXTnJNUzV3Ym1jcElpd2lZbUZqYTJkeWIzVnVaRkJ2YzJsMGFXOXVJam9pZEdsc1pTSjkiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNzc6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzNVwiIGFsaWduPVwibGVmdFwiIGxpbmVfaGVpZ2h0PVwiMzVcIl08ZGl2IGRhdGEtbGI9XCJlZGl0YWJsZS1yaWNoLXRleHRcIiBkYXRhLWxiLWlkPVwibWFpbi1oZWFkbGluZVwiIGRhdGEtbGItbmFtZT1cIk1haW4gSGVhZGxpbmUgVGV4dFwiPkRVUklORyBUSElTIDxzcGFuIHN0eWxlPVwiY29sb3I6ICMxYTllZTA7XCI+PGI+RlJFRSBXRUJJTkFSPC9iPjwvc3Bhbj4gWU9VIFdJTEwgTEVBUk46PC9kaXY+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI0NzoiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCIzXCIgY29sb3I9XCIjMWE5ZWUwXCJdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIk9wdGlvbnMgdHJhZGluZyBpbiBsaXZlIHRyYWRpbmcgZW52aXJvbm1lbnRcIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIklubm92YXRpdmUgYXBwcm9hY2ggd2l0aCBxdWFudGl0YXRpdmUgdG9vbHNcIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDk0OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdPHA+Jm5ic3A7PC9wPk5ldyBMaXZlIFRyYWRpbmcgUm9vbSBEZWRpY2F0ZWQgdG8gU3RvY2tzIC8gRVRGcyBhbmQgT3B0aW9ucyBUcmFkaW5nIQoKRGlzY292ZXIgYSBtZXRob2QgdG8gdGFrZSB0aGUgaGlnaC1zdHJlc3Mgb3V0IG9mIHlvdXIgdHJhZGluZyBleHBlcmllbmNlLiBHZXQgdGhlIGtub3ctaG93IGF0IG91ciB1cGNvbWluZyBpbmZvcm1hdGl2ZSBsaXZlIHRyYWRpbmcgcm9vbSB3ZWJpbmFyLgoKRG9u4oCZdCBtaXNzIHRoaXMgZXhjaXRpbmcgbGl2ZSB0cmFkZSBzZXNzaW9uIHdpdGggUmlvc1F1YW50IHRyYWRlcnMgYW5kIGNvYWNoZXMgSm9lIENvbnRlcyBhbmQgS2VuIEVyaWtzZW4uIERpc2NvdmVyIGhvdyB0cmFkaW5nIHdpdGggUlEgVGVjaG5vbG9neSByZXZlYWxzIHRyYWRlcyBpbiBhZHZhbmNlLiBXZSBpbnZpdGUgeW91IHRvIGpvaW4gaW4hWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo3OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTk3OiJbaW1hZ2VzIHN0eWxlPVwiNVwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvcnEtZ2xhc3Mtb2ZmaWNlLXNuaXAuanBnXCIgd2lkdGg9XCI5MDNcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjE2OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjRcIiBmb250X2ZvbnQ9XCJTaGFkb3dzIEludG8gTGlnaHRcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiNDYwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+Rk9DVVNFRCBPTiBUSEUgU0NJRU5DRSBPRiBUUkFESU5HPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MzthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjQ7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzI6Ilt2ZXJ0aWNhbF9zcGFjaW5nIGhlaWdodD1cIjMwXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMzM6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImNlbnRlclwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiM5MTkxOTFcIiBib3R0b21fcGFkZGluZz1cIjEwXCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjQ2MFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPlNoYXJlIHRoaXMgcGFnZSB3aXRoIHlvdXIgZnJpZW5kcy4uLjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNjQ6Iltzb2NpYWxfc2hhcmluZyBzdHlsZT1cInN0eWxlLTIwXCIgZmJfY29sb3I9XCJsaWdodFwiIGZiX2xhbmc9XCJlbl9HQlwiIGZiX3RleHQ9XCJyZWNvbW1lbmRcIiBmYl9idXR0b25fdGV4dD1cIlNoYXJlXCIgdHdfbGFuZz1cImVuXCIgdHdfYnV0dG9uX3RleHQ9XCJTaGFyZVwiIGdfbGFuZz1cImVuLUdCXCIgZ19idXR0b25fdGV4dD1cIlNoYXJlXCIgcF9kZXNjcmlwdGlvbj1cIlwiIGxpbmtlZGluX2xhbmc9XCJlbl9VU1wiIGFsaWdubWVudD1cImNlbnRlclwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiNlYTcxMTA7cGFkZGluZy10b3A6NDVweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTmxZVGN4TVRBaUxDSndZV1JrYVc1blZHOXdJam9pTkRVaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyOTY6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgYWxpZ249XCJjZW50ZXJcIl1XQVJOSU5HOiDCoFdlIG9ubHkgaGF2ZSAxMDAgc3BvdHMgb24gb3VyIHdlYmluYXIgc3lzdGVtIGF2YWlsYWJsZSBhbmTCoHNwYWNlIHdpbGwgZmlsbCB1cCBmYXN0IHNvIHJlZ2lzdGVyIG5vdyB0byBhdm9pZCBtaXNzaW5nIG91dC4gwqBUaGlzIHdlYmluYXIgaXMgcGFja2VkIHdpdGggaGlnaCBxdWFsaXR5IGNvbnRlbnQgYW5kIHdpbGwgZmlsbCB1cCBmYXN0IVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjU7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTQ3OiJiYWNrZ3JvdW5kLWltYWdlOnVybChodHRwOi8vb3B0aW1pemVwcmVzczIuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzA2L2JhY2sxLnBuZyk7YmFja2dyb3VuZC1yZXBlYXQ6cmVwZWF0O3BhZGRpbmctdG9wOjMwcHg7cGFkZGluZy1ib3R0b206NTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjIwODoiZXlKaVlXTnJaM0p2ZFc1a1NXMWhaMlVpT2lKMWNtd29hSFIwY0RvdkwyOXdkR2x0YVhwbGNISmxjM015TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TXk4d05pOWlZV05yTVM1d2JtY3BJaXdpWW1GamEyZHliM1Z1WkZCdmMybDBhVzl1SWpvaWRHbHNaU0lzSW5CaFpHUnBibWRVYjNBaU9pSXpNQ0lzSW5CaFpHUnBibWRDYjNSMGIyMGlPaUkxTUNKOSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTg0OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjVcIiBmb250X3N0eWxlPVwibm9ybWFsXCIgYWxpZ249XCJjZW50ZXJcIiBib3R0b21fbWFyZ2luPVwiMjBcIl08c3Ryb25nPlRoaXMgb25lIHdpbGwgYmUgbm8gZXhjZXB0aW9uLsKgU28gY2xhaW0geW91ciBzcG90IGJlbG93ITwvc3Ryb25nPlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4MTU6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIGdvdG93ZWJpbmFyPVwiYTIzOTg3MzM3NFwiIHJlZGlyZWN0X3VybD1cImh0dHBzOi8vd3d3My5nb3RvbWVldGluZy5jb20vcmVnaXN0ZXIvNTI4ODc2OTgyXCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXUhlcmVcJ3MgVGhlIEhlYWRsaW5lIEZvciBUaGUgQm94Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdVEc5eVpXMGdhWEJ6ZFcwZ1pHOXNiM0lnYzJsMElHRnRaWFFzSUdOdmJuTmxZM1JsZEhWeUlHRmthWEJwYzJOcGJtY2daV3hwZEM0Z1JHOXVaV01nZG1Wc0lHNTFibU1nYm05dUlHeGhZM1Z6SUhabGJtVnVZWFJwY3lCamIyMXRiMlJ2TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdR2V0IEluc3RhbnQgQWNjZXNzIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNzM6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5DT01NT0RJVFkgRlVUVVJFUywgT1BUSU9OUywgQU5EIEZPUkVYIFRSQURJTkcgSU5WT0xWRVMgU1VCU1RBTlRJQUwgUklTSyBBTkQgSVMgTk9UIFNVSVRBQkxFIEZPUiBBTEwgSU5WRVNUT1JTIC4gUEFTVCBSRVNVTFRTIEFSRSBOT1QgTkVDRVNTQVJJTFkgSU5ESUNBVElWRSBPRiBGVVRVUkUgUkVTVUxUUy48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','publish','0000-00-00 00:00:00'),(61,1561,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjI5OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjBcIiBmb250X2ZvbnQ9XCJBc2FwXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjMWE5ZWUwXCIgZm9udF9zcGFjaW5nPVwiLTFcIiBhbGlnbj1cImNlbnRlclwiXTxzdHJvbmc+TElWRSBUUkFJTklORyBXT1JLU0hPUDwvc3Ryb25nPsKgV0lUSCBQRVJGT1JNQU5DRSBDT0FDSCBTVEVWRSBTQ0hXQVJUWlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzFhOWVlMDtwYWRkaW5nLXRvcDozMHB4O3BhZGRpbmctYm90dG9tOjI1cHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeFlUbGxaVEFpTENKd1lXUmthVzVuVkc5d0lqb2lNekFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpVaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE5NzoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjMwXCIgZm9udF9mb250PVwiQXNhcFwiIGZvbnRfc3R5bGU9XCJib2xkXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBmb250X3NoYWRvdz1cImRhcmtcIiBhbGlnbj1cImNlbnRlclwiXUdldCBBaGVhZCBGYXN0ZXI6IEhvdyB0byBGb2xsb3cgdGhlIE1vbmV5IFRyYWlsWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzg6ImJhY2tncm91bmQ6IzIxMjEyMTtwYWRkaW5nLWJvdHRvbTowcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo3MjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU15TVRJeE1qRWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNQ0o5IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4NToiW2NhbGVuZGFyX2RhdGUgc3R5bGU9XCIxXCIgbW9udGg9XCJBcHJpbFwiIGNhbGVuZGFyX2Jhcl9jb2xvcj1cIiNmZjAwMDBcIiBkYXk9XCIyNlwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3NjoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjIxXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiB3aWR0aD1cIjIyMFwiXTxzdHJvbmc+U2F0dXJkYXkgLCBBcHJpbCAyNnRoCjwvc3Ryb25nPjEwOjMwIFBNIEVhc3Rlcm4gVGltZVsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODI5OiJbb3B0aW5fYm94IHN0eWxlPVwiN1wiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiBnb3Rvd2ViaW5hcj1cImE3Mzk0NDMyMjJcIiByZWRpcmVjdF91cmw9XCJodHRwczovL3d3dzMuZ290b21lZXRpbmcuY29tL3JlZ2lzdGVyLzU4Njg0MTI4NlwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1IZXJlXCdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgdGhlbiBjaGVjayB5b3VyIGluYm94IVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjI7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTEwOiJiYWNrZ3JvdW5kLWltYWdlOnVybChodHRwOi8vb3B0aW1pemVwcmVzczIuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzA2L2JhY2sxLnBuZyk7YmFja2dyb3VuZC1yZXBlYXQ6cmVwZWF0OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTU2OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDI5d2RHbHRhWHBsY0hKbGMzTXlMbU52YlM5M2NDMWpiMjUwWlc1MEwzVndiRzloWkhNdk1qQXhNeTh3Tmk5aVlXTnJNUzV3Ym1jcElpd2lZbUZqYTJkeWIzVnVaRkJ2YzJsMGFXOXVJam9pZEdsc1pTSjkiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMDU6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzNVwiIGFsaWduPVwibGVmdFwiIGxpbmVfaGVpZ2h0PVwiMzVcIl08ZGl2IGRhdGEtbGI9XCJlZGl0YWJsZS1yaWNoLXRleHRcIiBkYXRhLWxiLWlkPVwibWFpbi1oZWFkbGluZVwiIGRhdGEtbGItbmFtZT1cIk1haW4gSGVhZGxpbmUgVGV4dFwiPkRVUklORyBUSElTIDxzcGFuIHN0eWxlPVwiY29sb3I6ICMxYTllZTA7XCI+PHN0cm9uZz5GUkVFIFRSQUlOSU5HIFdPUktTSE9QIFdFQklOQVI8L3N0cm9uZz48L3NwYW4+IFlPVSBXSUxMIExFQVJOOjwvZGl2PlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyOTA6IltzdGVwX2dyYXBoaWNzIHN0eWxlPVwiM1wiIGNvbG9yPVwiIzFhOWVlMFwiXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIxXCIgaGVhZGxpbmU9XCJIb3cgdG8gaWRlbnRpZnkgYWdncmVzc2l2ZSByb3RhdGlvbiBmbG93cyBmb3Igc3RvY2tzLCBib25kcywgY29tbW9kaXRpZXMgYW5kIGN1cnJlbmNpZXMuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIyXCIgaGVhZGxpbmU9XCJIb3cgbWFya2V0IHNlbnRpbWVudCBpbXBhY3RzIGRheSB0cmFkaW5nLlwiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMzE6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl08cD4mbmJzcDs8L3A+IFVuZGVyc3RhbmRpbmcgaG93IHRoZSBmaW5hbmNpYWwgbWFya2V0cyByZWFsbHkgd29yayBjYW4gaGVscCB5b3UgaWRlbnRpZnkgdGhlIG1hcmtldHMgbW9zdCBwb2lzZWQgZm9yIGV4cGxvc2l2ZSBtb3Zlcy4gSm9pbiB1cyBpbiBvdXIgc3BlY2lhbCBSUS1FRFUgV29ya3Nob3AgYW5kIGRpc2NvdmVyIGhvdyBSaW9zUXVhbnQgVGVjaG5vbG9neSBicmVha3MgdGhlIHRyYWRpbmcgY29kZSBoZWxwaW5nIHlvdSBmb2xsb3cgdGhlIG1vbmV5IHRyYWlsLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Nzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMDoiW2ltYWdlcyBzdHlsZT1cIjVcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL1JRLVJhbmtpbmctc2NyZWVuLXNob3QxLTEwMjR4NjkxLmpwZ1wiIHdpZHRoPVwiMTAyNFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMjY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyNFwiIGZvbnRfZm9udD1cIlNoYWRvd3MgSW50byBMaWdodFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCI0NjBcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5FeHBlcmllbmNlIHRoZSBQb3dlciBvZiBNYXJrZXQgSW50ZWxsaWdlbmNlPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MzthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjQ7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzI6Ilt2ZXJ0aWNhbF9zcGFjaW5nIGhlaWdodD1cIjMwXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMzM6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImNlbnRlclwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiM5MTkxOTFcIiBib3R0b21fcGFkZGluZz1cIjEwXCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjQ2MFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPlNoYXJlIHRoaXMgcGFnZSB3aXRoIHlvdXIgZnJpZW5kcy4uLjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMDI6Iltzb2NpYWxfc2hhcmluZyBzdHlsZT1cInN0eWxlLTIwXCIgZmJfbGlrZV91cmw9XCJodHRwczovL3d3dy5mYWNlYm9vay5jb20vcnF0cmFkZXIvbGlrZXNcIiBmYl9jb2xvcj1cImxpZ2h0XCIgZmJfbGFuZz1cImVuX0dCXCIgZmJfdGV4dD1cInJlY29tbWVuZFwiIGZiX2J1dHRvbl90ZXh0PVwiU2hhcmVcIiB0d19sYW5nPVwiZW5cIiB0d19idXR0b25fdGV4dD1cIlNoYXJlXCIgZ19sYW5nPVwiZW4tR0JcIiBnX2J1dHRvbl90ZXh0PVwiU2hhcmVcIiBsaW5rZWRpbl9sYW5nPVwiZW5fVVNcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIl0gIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjQ7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6I2VhNzExMDtwYWRkaW5nLXRvcDo0NXB4O3BhZGRpbmctYm90dG9tOjI1cHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObFlUY3hNVEFpTENKd1lXUmthVzVuVkc5d0lqb2lORFVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpVaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI5NjoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIwXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBhbGlnbj1cImNlbnRlclwiXVdBUk5JTkc6IMKgV2Ugb25seSBoYXZlIDEwMCBzcG90cyBvbiBvdXIgd2ViaW5hciBzeXN0ZW0gYXZhaWxhYmxlIGFuZMKgc3BhY2Ugd2lsbCBmaWxsIHVwIGZhc3Qgc28gcmVnaXN0ZXIgbm93IHRvIGF2b2lkIG1pc3Npbmcgb3V0LiDCoFRoaXMgd2ViaW5hciBpcyBwYWNrZWQgd2l0aCBoaWdoIHF1YWxpdHkgY29udGVudCBhbmQgd2lsbCBmaWxsIHVwIGZhc3QhWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6NTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNDc6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbTo1MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MjA4OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDI5d2RHbHRhWHBsY0hKbGMzTXlMbU52YlM5M2NDMWpiMjUwWlc1MEwzVndiRzloWkhNdk1qQXhNeTh3Tmk5aVlXTnJNUzV3Ym1jcElpd2lZbUZqYTJkeWIzVnVaRkJ2YzJsMGFXOXVJam9pZEdsc1pTSXNJbkJoWkdScGJtZFViM0FpT2lJek1DSXNJbkJoWkdScGJtZENiM1IwYjIwaU9pSTFNQ0o5IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyNVwiIGZvbnRfc3R5bGU9XCJub3JtYWxcIiBhbGlnbj1cImNlbnRlclwiIGJvdHRvbV9tYXJnaW49XCIyMFwiXTxzdHJvbmc+VGhpcyBvbmUgd2lsbCBiZSBubyBleGNlcHRpb24uwqBTbyBjbGFpbSB5b3VyIHNwb3QgYmVsb3chPC9zdHJvbmc+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjgzMToiW29wdGluX2JveCBzdHlsZT1cIjdcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImVtYWlsXCIgZ290b3dlYmluYXI9XCJhNzM5NDQzMjIyXCIgZW1haWxfYWRkcmVzcz1cImh0dHBzOi8vd3d3My5nb3RvbWVldGluZy5jb20vcmVnaXN0ZXIvNTg2ODQxMjg2XCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXUhlcmVcJ3MgVGhlIEhlYWRsaW5lIEZvciBUaGUgQm94Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdVEc5eVpXMGdhWEJ6ZFcwZ1pHOXNiM0lnYzJsMElHRnRaWFFzSUdOdmJuTmxZM1JsZEhWeUlHRmthWEJwYzJOcGJtY2daV3hwZEM0Z1JHOXVaV01nZG1Wc0lHNTFibU1nYm05dUlHeGhZM1Z6SUhabGJtVnVZWFJwY3lCamIyMXRiMlJ2TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdQ2xpY2sgdGhlbiBnbyB0byB5b3VyIGVtYWlsIGluYm94IVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNjM6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5DT01NT0RJVFkgRlVUVVJFUywgT1BUSU9OUywgQU5EIEZPUkVYIFRSQURJTkcgSU5WT0xWRVMgU1VCU1RBTlRJQUwgUklTSyBBTkQgSVMgTk9UIFNVSVRBQkxFIEZPUiBBTEwgSU5WRVNUT1JTLiBQQVNUIFJFU1VMVFMgSVMgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFBFUkZPUk1BTkNFLjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19','publish','0000-00-00 00:00:00'),(62,1570,'body','YTozOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzk6ImJhY2tncm91bmQ6I2YwZjBmMDtwYWRkaW5nLWJvdHRvbToyMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NzY6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObU1HWXdaakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIwMToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjI2XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzIxMjEyMVwiIGZvbnRfc3BhY2luZz1cIi0xXCIgZm9udF9zaGFkb3c9XCJsaWdodFwiIGFsaWduPVwiY2VudGVyXCIgYm90dG9tX21hcmdpbj1cIjBcIl1QYXJ0IDMgb2YgMTIgVHJhaW5pbmcgU2Vzc2lvblsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzk6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCI0MFwiIGZvbnRfY29sb3I9XCIjMjY5N2RhXCIgZm9udF9zcGFjaW5nPVwiLTFcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl05MCBEYXkgUXVhbnQgVHJhZGluZyBQcm9ncmFtIENvbnRpbnVlcyBUb25pZ2h0IVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozOToicm93IGZpdmUtY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxOToicGFkZGluZy1ib3R0b206MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6Mjg6ImV5SndZV1JrYVc1blFtOTBkRzl0SWpvaU1DSjkiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6Mjk6InR3by1maWZ0aHMgY29sdW1uIGNvbHMgbmFycm93IjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0MTc6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiB3aWR0aD1cIjM2NFwiXUR1cmluZyB0aGlzIDkwIGRheSB0cmFpbmluZyBwcm9ncmFtIHlvdSB3aWxsIHJlY2VpdmUgY29tcHJlaGVuc2l2ZSB0cmFpbmluZyBpbmNsdWRpbmcgdGhlIGNvbmNlcHQsIG1ldGhvZHMsIGFuZCB0b29scyBpbiBhbiBlYXN5IHRvIHVuZGVyc3RhbmQgc3RlcCBieSBzdGVwIGZvcm1hdC4gVGhlIGV4YWN0IGxvZ2ljIGlzIHJldmVhbGVkIHdpdGggYWxsIHRoZSBuZWNlc3NhcnkgcnVsZXMgbmVlZGVkIGZvciB1bmRlcnN0YW5kaW5nIGFuZCBpbXBsZW1lbnRpbmcgdGhlIFJpb3NRdWFudCBhcHByb2FjaCB0byB0cmFkaW5nIHRoZSBnbG9iYWwgZmluYW5jaWFsIG1hcmtldHMuCgo8cD4mbmJzcDs8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjIwOiJbYnVsbGV0X2Jsb2NrICBsYXJnZV9pY29uPVwiMTQucG5nXCIgd2lkdGg9XCJcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIl08dWw+PGxpPlNldHRpbmcgT3B0aW1hbCBUcmFpbGluZyBTdG9wczwvbGk+PGxpPlByb3RlY3RpbmcgUnVubmluZyBQcm9maXRzPC9saT48bGk+TWF4aW1pemluZyB0aGUgTW9zdCBvZiBSUSBUcmFkaW5nIFRlY2hub2xvZ3k8L2xpPjwvdWw+Wy9idWxsZXRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNDg6IltjYWxlbmRhcl9kYXRlIHN0eWxlPVwiMVwiIG1vbnRoPVwiQXByaWxcIiBjYWxlbmRhcl9iYXJfY29sb3I9XCIjZmYwMDAwXCIgZGF5PVwiMjNcIiBmdWxsX2RhdGU9XCJXZWRuZXNkYXkgLCAyM3JkIEFwcmlsXCIgdGltZXpvbmVfMT1cIjc6MzAgcG0gRVRcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyNDoidGhyZWUtZmlmdGhzIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMzM6Ilt2aWRlb19wbGF5ZXIgdHlwZT1cInlvdXR1YmVcIiB3aWR0aD1cIjU2MFwiIGhlaWdodD1cIjMxNVwiIGFsaWduPVwiY2VudGVyXCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMjBcIiBib3JkZXJfc2l6ZT1cIjVcIiBib3JkZXJfY29sb3I9XCIjZWJlYmViXCJdYUhSMGNITTZMeTkzZDNjdWVXOTFkSFZpWlM1amIyMHZkMkYwWTJnL2RqMXNRMjFtVWkxMmRqVnlUUT09Wy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxMTk6IltpbWFnZXMgc3R5bGU9XCI1XCIgY2FwdGlvbj1cIlBlcmZvcm1hbmNlIENvYWNoIEVkd2FyZCBFUCBQcmVzdG9uXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3MToiW2ltYWdlcyBzdHlsZT1cIjNcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIyOToiW2ltYWdlcyBzdHlsZT1cIjVcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA0L2VwLXB0ci1jbG9ja3MxLTEwMjR4NTg3LmpwZ1wiIHdpZHRoPVwiMTAyNFwiIGNhcHRpb249XCJQZXJmb3JtYW5jZSBDb2FjaCBFZHdhcmQgRVAgUHJlc3RvblwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE2OiJwYWRkaW5nLXRvcDowcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoyNDoiZXlKd1lXUmthVzVuVkc5d0lqb2lNQ0o5IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3NDY6IltvcHRpbl9ib3ggc3R5bGU9XCIxMFwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiBnb3Rvd2ViaW5hcj1cImE3MDU3MzY1ODJcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdSGVyZVwncyBUaGUgSGVhZGxpbmUgRm9yIFRoZSBCb3hbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1URzl5WlcwZ2FYQnpkVzBnWkc5c2IzSWdjMmwwSUdGdFpYUXNJR052Ym5ObFkzUmxkSFZ5SUdGa2FYQnBjMk5wYm1jZ1pXeHBkQzRnUkc5dVpXTWdkbVZzSUc1MWJtTWdibTl1SUd4aFkzVnpJSFpsYm1WdVlYUnBjeUJqYjIxdGIyUnZMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiXUNsaWNrIGhlcmUgdGhlbiBjaGVjayB5b3VyIGluYm94IVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19','publish','2014-05-05 14:57:27'),(63,1571,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI0NToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1UcmFkaW5nIEZ1dHVyZXMgU3VjY2Vzc2Z1bGx5IG9uIHRoZSDCoCDCoCDCoCDCoCDCoCBTaG91bGRlcnMgb2YgR2lhbnRzWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4MToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIyXCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cIjMwMFwiIGZvbnRfY29sb3I9XCIjMzk1NDY4XCIgYWxpZ249XCJjZW50ZXJcIl1ieSBEci4gRGVhbiBIYW5kbGV5IMKgLSDCoEZ1dHVyZXMgVHJ1dGggTWFnYXppbmVbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozMTA6ImJhY2tncm91bmQtaW1hZ2U6IG5vbmU7IGJhY2tncm91bmQtY29sb3I6IHJnYigyNDIsIDI0MiwgMjQyKTsgcGFkZGluZy1ib3R0b206IDIwcHg7IGJvcmRlci10b3Atd2lkdGg6IDFweDsgYm9yZGVyLWJvdHRvbS13aWR0aDogMXB4OyBib3JkZXItc3R5bGU6IHNvbGlkOyBib3JkZXItdG9wLWNvbG9yOiByZ2IoMjI3LCAyMjcsIDIyNyk7IGJvcmRlci1ib3R0b20tY29sb3I6IHJnYigyMjcsIDIyNywgMjI3KTsgYmFja2dyb3VuZC1wb3NpdGlvbjogaW5pdGlhbCBpbml0aWFsOyBiYWNrZ3JvdW5kLXJlcGVhdDogbm8tcmVwZWF0IG5vLXJlcGVhdDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEzMjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tTW1ZeVpqSWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNakFpTENKaWIzSmtaWEpYYVdSMGFDSTZJakVpTENKaWIzSmtaWEpEYjJ4dmNpSTZJaU5sTTJVelpUTWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTYxOiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvZnV0dXJlcy10cnV0aC0yNDR4MzAwLmpwZ1wiIHdpZHRoPVwiMjQ0XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzI2OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUmlvcyBRdWFudGl0YXRpdmVcJ3MgbGl2ZSB0cmFkaW5nIHJvb20gwqBpcyByYW5rZWQgYW1vbmcgdGhlIHRvcCB0ZW4gb3V0IG9mIDQyMiByb29tcyBpbiByZWNlbnQgcmVzZWFyY2ggcmVwb3J0LiDCoEdldCB5b3VyIGZyZWUgY29weSBvZiB0aGUgcmVwb3J0IGFuZCBmaW5kIG91dCB3aGljaCB0cmFkaW5nIHJvb21zIGFyZSBtYWtpbmcgcHJvZml0YWJsZSB0cmFkZXMgaW4gbGl2ZSBtYXJrZXRzIGFuZCB3aGljaCBvbmVzIGFyZSBub3QhCgo8cD4mbmJzcDs8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzA2OiJbb3B0aW5fYm94IHN0eWxlPVwiMTFcIiB3aWR0aD1cIjQ1MFwiIG1hcmdpbl90b3A9XCIxNVwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiByZWRpcmVjdF91cmw9XCJodHRwczovL3d3dzMuZ290b21lZXRpbmcuY29tL3JlZ2lzdGVyLzg0NDgyNDc1OFwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1SVzUwWlhJZ2VXOTFjaUJ1WVcxbElHRnVaQ0JsYldGcGJDQmlaV3h2ZHlCbWIzSWdhVzV6ZEdGdWRDQmhZMk5sYzNNdUxpND1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCJdR2V0IEluc3RhbnQgQWNjZXNzIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo0OiJlMzA9IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNzc6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxN1wiIHdpZHRoPVwiOTQwXCJdPGgyIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjxzcGFuIHN0eWxlPVwiY29sb3I6ICM0MjUwNjM7XCI+WW91XCdyZSDCoDMtU3RlcHMgQXdheSB0bwpHZXR0aW5nIFN0YXJ0ZWQgaW4gb3VyIExpdmUgVHJhZGluZyBSb29twqA8L3NwYW4+PC9oMj4KPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjY2MjoiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCI1XCIgY29sb3I9XCIjNDI1MDYzXCJdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIlJlc2VydmUgeW91ciBzcG90IGltbWVkaWF0ZWx5LCBzcGFjZSBpcyBsaW1pdGVkLiBFbnRlciB5b3VyIGVtYWlsIHRvZGF5IHRvIHNlY3VyZSB5b3VyIGFjY2Vzcy5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIkxpdmUgdHJhZGluZyBzdGFydHMgTW9uZGF5IHRocm91Z2ggRnJpZGF5IGF0IDc6MzAgYS5tLiBFVCwgc3BhY2UgaXMgbGltaXRlZCBzbyBsb2cgaW4gNyBtaW51dGVzIGVhcmx5LlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiM1wiIGhlYWRsaW5lPVwiT25jZSB5b3VyXCdlIGluLCBwYXkgY2xvc2UgYXR0ZW50aW9uIGFuZCB3YXRjaCB1cyB0cmFkZSB0aGUgbGl2ZSBtYXJrZXRzIHdpdGggY3V0dGluZyBlZGdlIHF1YW50aXRhdGl2ZSB0b29scy4gSGF2ZSB5b3VyIHBlbiBhbmQgcGFwZXIgcmVhZHkgdG8gdGFrZSBub3RlcyBhbmQgbGVhcm4gd2hhdCBxdWFudCB0cmFkaW5nIGlzIGFsbCBhYm91dC4gQXNrIGFzIG1hbnkgcXVlc3Rpb25zIGFzIHlvdSBsaWtlLiBCZSByZWFkeSB0byBiZSBhbWF6ZWQhXCJdWy9zdGVwXVsvc3RlcF9ncmFwaGljc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc1ODoiW3Rlc3RpbW9uaWFscyBzdHlsZT1cIjJcIiBtYXJnaW5fdG9wPVwiXCIgbWFyZ2luX2JvdHRvbT1cIlwiXVt0ZXN0aW1vbmlhbCBuYW1lPVwiRGVhbiBIYW5kbGV5LCBQaEQsIE1CQSwgSkRcIiBjb21wYW55PVwiRHIuIEhhbmRsZXkgaGFzIEJTLUJpb2xvZ3k7IE1TLUJpb2NoZW0sIFBoRC1Nb2xlYyBHZW5ldGljcywgRmVsbG93c2hpcCksIGFuIE1CQSBpbiBmaW5hbmNlIGFuZCAgYSBKdXJpcyBEb2N0b3JhdGUgKEpEKSBpbiBpbnRlbGxlY3R1YWwgcHJvcGVydHkuIEhlIGhhcyBiZWVuIGFuIGFjdGl2ZSBmdXR1cmVzIHRyYWRlciBmb3IgbmVhcmx5IGZvdXIgeWVhcnMuIFwiIGhyZWY9XCJcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2RlYW4taGFuZGxleS5qcGdcIl08cD5SaW9zIFF1YW50aXRhdGl2ZSAtIFwiVGhleSB0cmFkZSB0aGUgZ3JlYXRlc3QgZGl2ZXJzaXR5IG9mIGZ1dHVyZXMgaW5kaWNlcyBJIGhhdmUgZXZlciBzZWVuIGFuZCBwcmVzZW50IGFzIGEgb25lLXN0b3AgZmluYW5jaWFsIGJvdXRpcXVlIHNwZWNpYWxpemluZyBpbiBlbGVjdHJvbmljIHRyYWRpbmcgc3RyYXRlZ3kuLi4gVGhlaXIgdGVjaG5vbG9neSBwcm92aWRlcyB0cmFkZXJzIGFjY2VzcyB0byBpbm5vdmF0aXZlIG1ldGhvZHMgdG8gcHJvZml0IGZyb20gdGhlIG1hcmtldHMgd2hpbGUgY29udHJvbGxpbmcgcmlzay5cIjwvcD4KWy90ZXN0aW1vbmlhbF1bL3Rlc3RpbW9uaWFsc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI2MzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkNPTU1PRElUWSBGVVRVUkVTLCBPUFRJT05TLCBBTkQgRk9SRVggVFJBRElORyBJTlZPTFZFUyBTVUJTVEFOVElBTCBSSVNLIEFORCBJUyBOT1QgU1VJVEFCTEUgRk9SIEFMTCBJTlZFU1RPUlMuIFBBU1QgUEVSRk9STUFOQ0UgSVMgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFJFU1VMVFMuPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','publish','2014-05-05 15:01:03'),(64,1572,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI0NToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1UcmFkaW5nIEZ1dHVyZXMgU3VjY2Vzc2Z1bGx5IG9uIHRoZSDCoCDCoCDCoCDCoCDCoCBTaG91bGRlcnMgb2YgR2lhbnRzWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4MToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIyXCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cIjMwMFwiIGZvbnRfY29sb3I9XCIjMzk1NDY4XCIgYWxpZ249XCJjZW50ZXJcIl1ieSBEci4gRGVhbiBIYW5kbGV5IMKgLSDCoEZ1dHVyZXMgVHJ1dGggTWFnYXppbmVbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozMTA6ImJhY2tncm91bmQtaW1hZ2U6IG5vbmU7IGJhY2tncm91bmQtY29sb3I6IHJnYigyNDIsIDI0MiwgMjQyKTsgcGFkZGluZy1ib3R0b206IDIwcHg7IGJvcmRlci10b3Atd2lkdGg6IDFweDsgYm9yZGVyLWJvdHRvbS13aWR0aDogMXB4OyBib3JkZXItc3R5bGU6IHNvbGlkOyBib3JkZXItdG9wLWNvbG9yOiByZ2IoMjI3LCAyMjcsIDIyNyk7IGJvcmRlci1ib3R0b20tY29sb3I6IHJnYigyMjcsIDIyNywgMjI3KTsgYmFja2dyb3VuZC1wb3NpdGlvbjogaW5pdGlhbCBpbml0aWFsOyBiYWNrZ3JvdW5kLXJlcGVhdDogbm8tcmVwZWF0IG5vLXJlcGVhdDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEzMjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tTW1ZeVpqSWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNakFpTENKaWIzSmtaWEpYYVdSMGFDSTZJakVpTENKaWIzSmtaWEpEYjJ4dmNpSTZJaU5sTTJVelpUTWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTYxOiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvZnV0dXJlcy10cnV0aC0yNDR4MzAwLmpwZ1wiIHdpZHRoPVwiMjQ0XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzI2OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUmlvcyBRdWFudGl0YXRpdmVcJ3MgbGl2ZSB0cmFkaW5nIHJvb20gwqBpcyByYW5rZWQgYW1vbmcgdGhlIHRvcCB0ZW4gb3V0IG9mIDQyMiByb29tcyBpbiByZWNlbnQgcmVzZWFyY2ggcmVwb3J0LiDCoEdldCB5b3VyIGZyZWUgY29weSBvZiB0aGUgcmVwb3J0IGFuZCBmaW5kIG91dCB3aGljaCB0cmFkaW5nIHJvb21zIGFyZSBtYWtpbmcgcHJvZml0YWJsZSB0cmFkZXMgaW4gbGl2ZSBtYXJrZXRzIGFuZCB3aGljaCBvbmVzIGFyZSBub3QhCgo8cD4mbmJzcDs8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzA2OiJbb3B0aW5fYm94IHN0eWxlPVwiMTFcIiB3aWR0aD1cIjQ1MFwiIG1hcmdpbl90b3A9XCIxNVwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiByZWRpcmVjdF91cmw9XCJodHRwczovL3d3dzMuZ290b21lZXRpbmcuY29tL3JlZ2lzdGVyLzg0NDgyNDc1OFwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1SVzUwWlhJZ2VXOTFjaUJ1WVcxbElHRnVaQ0JsYldGcGJDQmlaV3h2ZHlCbWIzSWdhVzV6ZEdGdWRDQmhZMk5sYzNNdUxpND1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCJdR2V0IEluc3RhbnQgQWNjZXNzIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo0OiJlMzA9IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNzc6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxN1wiIHdpZHRoPVwiOTQwXCJdPGgyIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjxzcGFuIHN0eWxlPVwiY29sb3I6ICM0MjUwNjM7XCI+WW91XCdyZSDCoDMtU3RlcHMgQXdheSB0bwpHZXR0aW5nIFN0YXJ0ZWQgaW4gb3VyIExpdmUgVHJhZGluZyBSb29twqA8L3NwYW4+PC9oMj4KPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjY2MjoiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCI1XCIgY29sb3I9XCIjNDI1MDYzXCJdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIlJlc2VydmUgeW91ciBzcG90IGltbWVkaWF0ZWx5LCBzcGFjZSBpcyBsaW1pdGVkLiBFbnRlciB5b3VyIGVtYWlsIHRvZGF5IHRvIHNlY3VyZSB5b3VyIGFjY2Vzcy5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIkxpdmUgdHJhZGluZyBzdGFydHMgTW9uZGF5IHRocm91Z2ggRnJpZGF5IGF0IDc6MzAgYS5tLiBFVCwgc3BhY2UgaXMgbGltaXRlZCBzbyBsb2cgaW4gNyBtaW51dGVzIGVhcmx5LlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiM1wiIGhlYWRsaW5lPVwiT25jZSB5b3VyXCdlIGluLCBwYXkgY2xvc2UgYXR0ZW50aW9uIGFuZCB3YXRjaCB1cyB0cmFkZSB0aGUgbGl2ZSBtYXJrZXRzIHdpdGggY3V0dGluZyBlZGdlIHF1YW50aXRhdGl2ZSB0b29scy4gSGF2ZSB5b3VyIHBlbiBhbmQgcGFwZXIgcmVhZHkgdG8gdGFrZSBub3RlcyBhbmQgbGVhcm4gd2hhdCBxdWFudCB0cmFkaW5nIGlzIGFsbCBhYm91dC4gQXNrIGFzIG1hbnkgcXVlc3Rpb25zIGFzIHlvdSBsaWtlLiBCZSByZWFkeSB0byBiZSBhbWF6ZWQhXCJdWy9zdGVwXVsvc3RlcF9ncmFwaGljc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc1ODoiW3Rlc3RpbW9uaWFscyBzdHlsZT1cIjJcIiBtYXJnaW5fdG9wPVwiXCIgbWFyZ2luX2JvdHRvbT1cIlwiXVt0ZXN0aW1vbmlhbCBuYW1lPVwiRGVhbiBIYW5kbGV5LCBQaEQsIE1CQSwgSkRcIiBjb21wYW55PVwiRHIuIEhhbmRsZXkgaGFzIEJTLUJpb2xvZ3k7IE1TLUJpb2NoZW0sIFBoRC1Nb2xlYyBHZW5ldGljcywgRmVsbG93c2hpcCksIGFuIE1CQSBpbiBmaW5hbmNlIGFuZCAgYSBKdXJpcyBEb2N0b3JhdGUgKEpEKSBpbiBpbnRlbGxlY3R1YWwgcHJvcGVydHkuIEhlIGhhcyBiZWVuIGFuIGFjdGl2ZSBmdXR1cmVzIHRyYWRlciBmb3IgbmVhcmx5IGZvdXIgeWVhcnMuIFwiIGhyZWY9XCJcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2RlYW4taGFuZGxleS5qcGdcIl08cD5SaW9zIFF1YW50aXRhdGl2ZSAtIFwiVGhleSB0cmFkZSB0aGUgZ3JlYXRlc3QgZGl2ZXJzaXR5IG9mIGZ1dHVyZXMgaW5kaWNlcyBJIGhhdmUgZXZlciBzZWVuIGFuZCBwcmVzZW50IGFzIGEgb25lLXN0b3AgZmluYW5jaWFsIGJvdXRpcXVlIHNwZWNpYWxpemluZyBpbiBlbGVjdHJvbmljIHRyYWRpbmcgc3RyYXRlZ3kuLi4gVGhlaXIgdGVjaG5vbG9neSBwcm92aWRlcyB0cmFkZXJzIGFjY2VzcyB0byBpbm5vdmF0aXZlIG1ldGhvZHMgdG8gcHJvZml0IGZyb20gdGhlIG1hcmtldHMgd2hpbGUgY29udHJvbGxpbmcgcmlzay5cIjwvcD4KWy90ZXN0aW1vbmlhbF1bL3Rlc3RpbW9uaWFsc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI2MzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkNPTU1PRElUWSBGVVRVUkVTLCBPUFRJT05TLCBBTkQgRk9SRVggVFJBRElORyBJTlZPTFZFUyBTVUJTVEFOVElBTCBSSVNLIEFORCBJUyBOT1QgU1VJVEFCTEUgRk9SIEFMTCBJTlZFU1RPUlMuIFBBU1QgUEVSRk9STUFOQ0UgSVMgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFJFU1VMVFMuPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','revision','2014-05-05 15:18:54'),(65,1572,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI0NToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1UcmFkaW5nIEZ1dHVyZXMgU3VjY2Vzc2Z1bGx5IG9uIHRoZSDCoCDCoCDCoCDCoCDCoCBTaG91bGRlcnMgb2YgR2lhbnRzWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4MToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIyXCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cIjMwMFwiIGZvbnRfY29sb3I9XCIjMzk1NDY4XCIgYWxpZ249XCJjZW50ZXJcIl1ieSBEci4gRGVhbiBIYW5kbGV5IMKgLSDCoEZ1dHVyZXMgVHJ1dGggTWFnYXppbmVbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjE6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9mdXR1cmVzLXRydXRoLTI0NHgzMDAuanBnXCIgd2lkdGg9XCIyNDRcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMjY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl1SaW9zIFF1YW50aXRhdGl2ZVwncyBsaXZlIHRyYWRpbmcgcm9vbSDCoGlzIHJhbmtlZCBhbW9uZyB0aGUgdG9wIHRlbiBvdXQgb2YgNDIyIHJvb21zIGluIHJlY2VudCByZXNlYXJjaCByZXBvcnQuIMKgR2V0IHlvdXIgZnJlZSBjb3B5IG9mIHRoZSByZXBvcnQgYW5kIGZpbmQgb3V0IHdoaWNoIHRyYWRpbmcgcm9vbXMgYXJlIG1ha2luZyBwcm9maXRhYmxlIHRyYWRlcyBpbiBsaXZlIG1hcmtldHMgYW5kIHdoaWNoIG9uZXMgYXJlIG5vdCEKCjxwPiZuYnNwOzwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3NDc6IltvcHRpbl9ib3ggc3R5bGU9XCIxMVwiIHdpZHRoPVwiNDUwXCIgbWFyZ2luX3RvcD1cIjE1XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0MjYwOTNcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVJXNTBaWElnZVc5MWNpQnVZVzFsSUdGdVpDQmxiV0ZwYkNCaVpXeHZkeUJtYjNJZ2FXNXpkR0Z1ZENCaFkyTmxjM011TGk0PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIl1DbGljayB0aGVuIGNoZWNrIHlvdXIgaW5ib3ggZm9yIGNvbmZpcm1hdGlvbiFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NDoiZTMwPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjc3OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMTdcIiB3aWR0aD1cIjk0MFwiXTxoMiBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3BhbiBzdHlsZT1cImNvbG9yOiAjNDI1MDYzO1wiPllvdVwncmUgwqAzLVN0ZXBzIEF3YXkgdG8KR2V0dGluZyBTdGFydGVkIGluIG91ciBMaXZlIFRyYWRpbmcgUm9vbcKgPC9zcGFuPjwvaDI+CjxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo2NjI6IltzdGVwX2dyYXBoaWNzIHN0eWxlPVwiNVwiIGNvbG9yPVwiIzQyNTA2M1wiXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIxXCIgaGVhZGxpbmU9XCJSZXNlcnZlIHlvdXIgc3BvdCBpbW1lZGlhdGVseSwgc3BhY2UgaXMgbGltaXRlZC4gRW50ZXIgeW91ciBlbWFpbCB0b2RheSB0byBzZWN1cmUgeW91ciBhY2Nlc3MuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIyXCIgaGVhZGxpbmU9XCJMaXZlIHRyYWRpbmcgc3RhcnRzIE1vbmRheSB0aHJvdWdoIEZyaWRheSBhdCA3OjMwIGEubS4gRVQsIHNwYWNlIGlzIGxpbWl0ZWQgc28gbG9nIGluIDcgbWludXRlcyBlYXJseS5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjNcIiBoZWFkbGluZT1cIk9uY2UgeW91clwnZSBpbiwgcGF5IGNsb3NlIGF0dGVudGlvbiBhbmQgd2F0Y2ggdXMgdHJhZGUgdGhlIGxpdmUgbWFya2V0cyB3aXRoIGN1dHRpbmcgZWRnZSBxdWFudGl0YXRpdmUgdG9vbHMuIEhhdmUgeW91ciBwZW4gYW5kIHBhcGVyIHJlYWR5IHRvIHRha2Ugbm90ZXMgYW5kIGxlYXJuIHdoYXQgcXVhbnQgdHJhZGluZyBpcyBhbGwgYWJvdXQuIEFzayBhcyBtYW55IHF1ZXN0aW9ucyBhcyB5b3UgbGlrZS4gQmUgcmVhZHkgdG8gYmUgYW1hemVkIVwiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3NTc6Ilt0ZXN0aW1vbmlhbHMgc3R5bGU9XCIyXCIgbWFyZ2luX3RvcD1cIlwiIG1hcmdpbl9ib3R0b209XCJcIl1bdGVzdGltb25pYWwgbmFtZT1cIkRlYW4gSGFuZGxleSwgUGhELCBNQkEsIEpEXCIgY29tcGFueT1cIkRyLiBIYW5kbGV5IGhhcyBCUy1CaW9sb2d5OyBNUy1CaW9jaGVtLCBQaEQtTW9sZWMgR2VuZXRpY3MsIEZlbGxvd3NoaXApLCBhbiBNQkEgaW4gZmluYW5jZSBhbmQgIGEgSnVyaXMgRG9jdG9yYXRlIChKRCkgaW4gaW50ZWxsZWN0dWFsIHByb3BlcnR5LiBIZSBoYXMgYmVlbiBhbiBhY3RpdmUgZnV0dXJlcyB0cmFkZXIgZm9yIG5lYXJseSBmb3VyIHllYXJzLiBcIiBocmVmPVwiXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9kZWFuLWhhbmRsZXkuanBnXCJdPHA+UmlvcyBRdWFudGl0YXRpdmUgLSBcIlRoZXkgdHJhZGUgdGhlIGdyZWF0ZXN0IGRpdmVyc2l0eSBvZiBmdXR1cmVzIGluZGljZXMgSSBoYXZlIGV2ZXIgc2VlbiBhbmQgcHJlc2VudCBhcyBhIG9uZS1zdG9wIGZpbmFuY2lhbCBib3V0aXF1ZSBzcGVjaWFsaXppbmcgaW4gZWxlY3Ryb25pYyB0cmFkaW5nIHN0cmF0ZWd5Li4uIFRoZWlyIHRlY2hub2xvZ3kgcHJvdmlkZXMgdHJhZGVycyBhY2Nlc3MgdG8gaW5ub3ZhdGl2ZSBtZXRob2RzIHRvIHByb2ZpdCBmcm9tIHRoZSBtYXJrZXRzIHdoaWxlIGNvbnRyb2xsaW5nIHJpc2suXCI8L3A+Wy90ZXN0aW1vbmlhbF1bL3Rlc3RpbW9uaWFsc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI2MzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkNPTU1PRElUWSBGVVRVUkVTLCBPUFRJT05TLCBBTkQgRk9SRVggVFJBRElORyBJTlZPTFZFUyBTVUJTVEFOVElBTCBSSVNLIEFORCBJUyBOT1QgU1VJVEFCTEUgRk9SIEFMTCBJTlZFU1RPUlMuIFBBU1QgUEVSRk9STUFOQ0UgSVMgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFJFU1VMVFMuPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','publish','2014-05-05 15:21:02'),(66,1574,'body','YTozOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzk6ImJhY2tncm91bmQ6I2YwZjBmMDtwYWRkaW5nLWJvdHRvbToyMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NzY6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObU1HWXdaakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIwMToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjI2XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzIxMjEyMVwiIGZvbnRfc3BhY2luZz1cIi0xXCIgZm9udF9zaGFkb3c9XCJsaWdodFwiIGFsaWduPVwiY2VudGVyXCIgYm90dG9tX21hcmdpbj1cIjBcIl1QYXJ0IDMgb2YgMTIgVHJhaW5pbmcgU2Vzc2lvblsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzk6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCI0MFwiIGZvbnRfY29sb3I9XCIjMjY5N2RhXCIgZm9udF9zcGFjaW5nPVwiLTFcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl05MCBEYXkgUXVhbnQgVHJhZGluZyBQcm9ncmFtIENvbnRpbnVlcyBUb25pZ2h0IVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozOToicm93IGZpdmUtY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxOToicGFkZGluZy1ib3R0b206MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6Mjg6ImV5SndZV1JrYVc1blFtOTBkRzl0SWpvaU1DSjkiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6Mjk6InR3by1maWZ0aHMgY29sdW1uIGNvbHMgbmFycm93IjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0MTc6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiB3aWR0aD1cIjM2NFwiXUR1cmluZyB0aGlzIDkwIGRheSB0cmFpbmluZyBwcm9ncmFtIHlvdSB3aWxsIHJlY2VpdmUgY29tcHJlaGVuc2l2ZSB0cmFpbmluZyBpbmNsdWRpbmcgdGhlIGNvbmNlcHQsIG1ldGhvZHMsIGFuZCB0b29scyBpbiBhbiBlYXN5IHRvIHVuZGVyc3RhbmQgc3RlcCBieSBzdGVwIGZvcm1hdC4gVGhlIGV4YWN0IGxvZ2ljIGlzIHJldmVhbGVkIHdpdGggYWxsIHRoZSBuZWNlc3NhcnkgcnVsZXMgbmVlZGVkIGZvciB1bmRlcnN0YW5kaW5nIGFuZCBpbXBsZW1lbnRpbmcgdGhlIFJpb3NRdWFudCBhcHByb2FjaCB0byB0cmFkaW5nIHRoZSBnbG9iYWwgZmluYW5jaWFsIG1hcmtldHMuCgo8cD4mbmJzcDs8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjIwOiJbYnVsbGV0X2Jsb2NrICBsYXJnZV9pY29uPVwiMTQucG5nXCIgd2lkdGg9XCJcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIl08dWw+PGxpPlNldHRpbmcgT3B0aW1hbCBUcmFpbGluZyBTdG9wczwvbGk+PGxpPlByb3RlY3RpbmcgUnVubmluZyBQcm9maXRzPC9saT48bGk+TWF4aW1pemluZyB0aGUgTW9zdCBvZiBSUSBUcmFkaW5nIFRlY2hub2xvZ3k8L2xpPjwvdWw+Wy9idWxsZXRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNDg6IltjYWxlbmRhcl9kYXRlIHN0eWxlPVwiMVwiIG1vbnRoPVwiQXByaWxcIiBjYWxlbmRhcl9iYXJfY29sb3I9XCIjZmYwMDAwXCIgZGF5PVwiMjNcIiBmdWxsX2RhdGU9XCJXZWRuZXNkYXkgLCAyM3JkIEFwcmlsXCIgdGltZXpvbmVfMT1cIjc6MzAgcG0gRVRcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyNDoidGhyZWUtZmlmdGhzIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMzM6Ilt2aWRlb19wbGF5ZXIgdHlwZT1cInlvdXR1YmVcIiB3aWR0aD1cIjU2MFwiIGhlaWdodD1cIjMxNVwiIGFsaWduPVwiY2VudGVyXCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMjBcIiBib3JkZXJfc2l6ZT1cIjVcIiBib3JkZXJfY29sb3I9XCIjZWJlYmViXCJdYUhSMGNITTZMeTkzZDNjdWVXOTFkSFZpWlM1amIyMHZkMkYwWTJnL2RqMXNRMjFtVWkxMmRqVnlUUT09Wy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxMTk6IltpbWFnZXMgc3R5bGU9XCI1XCIgY2FwdGlvbj1cIlBlcmZvcm1hbmNlIENvYWNoIEVkd2FyZCBFUCBQcmVzdG9uXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3MToiW2ltYWdlcyBzdHlsZT1cIjNcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIyOToiW2ltYWdlcyBzdHlsZT1cIjVcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA0L2VwLXB0ci1jbG9ja3MxLTEwMjR4NTg3LmpwZ1wiIHdpZHRoPVwiMTAyNFwiIGNhcHRpb249XCJQZXJmb3JtYW5jZSBDb2FjaCBFZHdhcmQgRVAgUHJlc3RvblwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE2OiJwYWRkaW5nLXRvcDowcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoyNDoiZXlKd1lXUmthVzVuVkc5d0lqb2lNQ0o5IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3NDY6IltvcHRpbl9ib3ggc3R5bGU9XCIxMFwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiBnb3Rvd2ViaW5hcj1cImE3MDU3MzY1ODJcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdSGVyZVwncyBUaGUgSGVhZGxpbmUgRm9yIFRoZSBCb3hbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1URzl5WlcwZ2FYQnpkVzBnWkc5c2IzSWdjMmwwSUdGdFpYUXNJR052Ym5ObFkzUmxkSFZ5SUdGa2FYQnBjMk5wYm1jZ1pXeHBkQzRnUkc5dVpXTWdkbVZzSUc1MWJtTWdibTl1SUd4aFkzVnpJSFpsYm1WdVlYUnBjeUJqYjIxdGIyUnZMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiXUNsaWNrIGhlcmUgdGhlbiBjaGVjayB5b3VyIGluYm94IVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19','publish','2014-05-05 19:53:51'),(67,1575,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjM0OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjBcIiBmb250X2ZvbnQ9XCJBc2FwXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjMWE5ZWUwXCIgZm9udF9zcGFjaW5nPVwiLTFcIiBhbGlnbj1cImNlbnRlclwiXTxzdHJvbmc+TElWRSBXRUJJTkFSIEV2ZW50IHdpdGggT3B0aW9ucyBUcmFkZXJzIEpvZSBDb250ZXMgYW5kIEtlbiBFcmlrc2VuPC9zdHJvbmc+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czo1NjoiYmFja2dyb3VuZDojMWE5ZWUwO3BhZGRpbmctdG9wOjMwcHg7cGFkZGluZy1ib3R0b206MjVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEwMDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU14WVRsbFpUQWlMQ0p3WVdSa2FXNW5WRzl3SWpvaU16QWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNalVpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTk2OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMzBcIiBmb250X2ZvbnQ9XCJBc2FwXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiI2ZmZmZmZlwiIGZvbnRfc2hhZG93PVwiZGFya1wiIGFsaWduPVwiY2VudGVyXCJdVGhlIE9uZSBJbmRpY2F0b3I6IFdoYXRcJ3MgSG90IGFuZCBXaGF0XCdzIE5vdFsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM4OiJiYWNrZ3JvdW5kOiMyMTIxMjE7cGFkZGluZy1ib3R0b206MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NzI6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeU1USXhNakVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTUNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODU6IltjYWxlbmRhcl9kYXRlIHN0eWxlPVwiMVwiIG1vbnRoPVwiTWFyY2hcIiBjYWxlbmRhcl9iYXJfY29sb3I9XCIjZmYwMDAwXCIgZGF5PVwiMTNcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMDg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyMVwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgd2lkdGg9XCIyMjBcIl08c3Ryb25nPk1vbmRheSwgTWFyY2ggMTB0aAo8L3N0cm9uZz4zOjAwIFBNIEVhc3Rlcm4gVGltZQoyOjAwIFBNIENlbnRyYWwgVGltZQoKPHA+Jm5ic3A7PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Nzg4OiJbb3B0aW5fYm94IHN0eWxlPVwiN1wiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiByZWRpcmVjdF91cmw9XCJodHRwczovL3d3dzMuZ290b21lZXRpbmcuY29tL3JlZ2lzdGVyLzM3MDU4MzUyNlwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1IZXJlXCdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXUdldCBJbnN0YW50IEFjY2VzcyFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319aToyO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fX1pOjM7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjExMDoiYmFja2dyb3VuZC1pbWFnZTp1cmwoaHR0cDovL29wdGltaXplcHJlc3MyLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8wNi9iYWNrMS5wbmcpO2JhY2tncm91bmQtcmVwZWF0OnJlcGVhdDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjE1NjoiZXlKaVlXTnJaM0p2ZFc1a1NXMWhaMlVpT2lKMWNtd29hSFIwY0RvdkwyOXdkR2x0YVhwbGNISmxjM015TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TXk4d05pOWlZV05yTVM1d2JtY3BJaXdpWW1GamEyZHliM1Z1WkZCdmMybDBhVzl1SWpvaWRHbHNaU0o5IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjc3OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMzVcIiBhbGlnbj1cImxlZnRcIiBsaW5lX2hlaWdodD1cIjM1XCJdPGRpdiBkYXRhLWxiPVwiZWRpdGFibGUtcmljaC10ZXh0XCIgZGF0YS1sYi1pZD1cIm1haW4taGVhZGxpbmVcIiBkYXRhLWxiLW5hbWU9XCJNYWluIEhlYWRsaW5lIFRleHRcIj5EVVJJTkcgVEhJUyA8c3BhbiBzdHlsZT1cImNvbG9yOiAjMWE5ZWUwO1wiPjxiPkZSRUUgV0VCSU5BUjwvYj48L3NwYW4+IFlPVSBXSUxMIExFQVJOOjwvZGl2PlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNDE6IltzdGVwX2dyYXBoaWNzIHN0eWxlPVwiM1wiIGNvbG9yPVwiIzFhOWVlMFwiXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIxXCIgaGVhZGxpbmU9XCJIb3cgdG8gSWRlbnRpZnkgVGhlIE5leHQgQmlnIE1vdmVcIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIkN1dHRpbmcgRWRnZSBUZWNobm9sb2d5IGZvciBQaW5wb2ludGluZyBFbnRyaWVzXCJdWy9zdGVwXVsvc3RlcF9ncmFwaGljc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI5NToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXTxwPiZuYnNwOzwvcD5Kb2luIHRyYWRlcnMgSm9lIENvbnRlcyBhbmQgS2VuIEVyaWtzZW4gYXMgdGhleSBjb21iIHRoZSBtYXJrZXRzIGFuZCBzZWFyY2ggZm9yIHRoZSBuZXh0IGJpZyBtYXJrZXQgbW92ZXJzLiBKb2UgaWRlbnRpZmllcyB3aGF04oCZcyBob3QgYW5kIHdoYXTigJlzIG5vdCBhbmQgcmV2ZWFscyBoaXMgb25lIGluZGljYXRvciBoZSB1c2VzIHRvIHVuY292ZXIgdGhlIG5leHQgYmlnIG1vdmUuWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo3OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjE2OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjRcIiBmb250X2ZvbnQ9XCJTaGFkb3dzIEludG8gTGlnaHRcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiNDYwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+Rk9DVVNFRCBPTiBUSEUgU0NJRU5DRSBPRiBUUkFESU5HPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4MToiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL1JRLVJhbmtpbmctc2NyZWVuLXNob3QxLmpwZ1wiIHdpZHRoPVwiMTI1OFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319aTozO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6NDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMjoiW3ZlcnRpY2FsX3NwYWNpbmcgaGVpZ2h0PVwiMzBcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo1O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIzMzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwiY2VudGVyXCIgZm9udF9zaXplPVwiMTVcIiBmb250X2NvbG9yPVwiIzkxOTE5MVwiIGJvdHRvbV9wYWRkaW5nPVwiMTBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiNDYwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+U2hhcmUgdGhpcyBwYWdlIHdpdGggeW91ciBmcmllbmRzLi4uPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo2O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI2NDoiW3NvY2lhbF9zaGFyaW5nIHN0eWxlPVwic3R5bGUtMjBcIiBmYl9jb2xvcj1cImxpZ2h0XCIgZmJfbGFuZz1cImVuX0dCXCIgZmJfdGV4dD1cInJlY29tbWVuZFwiIGZiX2J1dHRvbl90ZXh0PVwiU2hhcmVcIiB0d19sYW5nPVwiZW5cIiB0d19idXR0b25fdGV4dD1cIlNoYXJlXCIgZ19sYW5nPVwiZW4tR0JcIiBnX2J1dHRvbl90ZXh0PVwiU2hhcmVcIiBwX2Rlc2NyaXB0aW9uPVwiXCIgbGlua2VkaW5fbGFuZz1cImVuX1VTXCIgYWxpZ25tZW50PVwiY2VudGVyXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjQ7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6I2VhNzExMDtwYWRkaW5nLXRvcDo0NXB4O3BhZGRpbmctYm90dG9tOjI1cHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObFlUY3hNVEFpTENKd1lXUmthVzVuVkc5d0lqb2lORFVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpVaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI5NjoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIwXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBhbGlnbj1cImNlbnRlclwiXVdBUk5JTkc6IMKgV2Ugb25seSBoYXZlIDEwMCBzcG90cyBvbiBvdXIgd2ViaW5hciBzeXN0ZW0gYXZhaWxhYmxlIGFuZMKgc3BhY2Ugd2lsbCBmaWxsIHVwIGZhc3Qgc28gcmVnaXN0ZXIgbm93IHRvIGF2b2lkIG1pc3Npbmcgb3V0LiDCoFRoaXMgd2ViaW5hciBpcyBwYWNrZWQgd2l0aCBoaWdoIHF1YWxpdHkgY29udGVudCBhbmQgd2lsbCBmaWxsIHVwIGZhc3QhWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6NTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNDc6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbTo1MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MjA4OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDI5d2RHbHRhWHBsY0hKbGMzTXlMbU52YlM5M2NDMWpiMjUwWlc1MEwzVndiRzloWkhNdk1qQXhNeTh3Tmk5aVlXTnJNUzV3Ym1jcElpd2lZbUZqYTJkeWIzVnVaRkJ2YzJsMGFXOXVJam9pZEdsc1pTSXNJbkJoWkdScGJtZFViM0FpT2lJek1DSXNJbkJoWkdScGJtZENiM1IwYjIwaU9pSTFNQ0o5IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyNVwiIGZvbnRfc3R5bGU9XCJub3JtYWxcIiBhbGlnbj1cImNlbnRlclwiIGJvdHRvbV9tYXJnaW49XCIyMFwiXTxzdHJvbmc+VGhpcyBvbmUgd2lsbCBiZSBubyBleGNlcHRpb24uwqBTbyBjbGFpbSB5b3VyIHNwb3QgYmVsb3chPC9zdHJvbmc+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc4ODoiW29wdGluX2JveCBzdHlsZT1cIjdcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImVtYWlsXCIgcmVkaXJlY3RfdXJsPVwiaHR0cHM6Ly93d3czLmdvdG9tZWV0aW5nLmNvbS9yZWdpc3Rlci8zNzA1ODM1MjZcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdSGVyZVwncyBUaGUgSGVhZGxpbmUgRm9yIFRoZSBCb3hbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1URzl5WlcwZ2FYQnpkVzBnWkc5c2IzSWdjMmwwSUdGdFpYUXNJR052Ym5ObFkzUmxkSFZ5SUdGa2FYQnBjMk5wYm1jZ1pXeHBkQzRnUkc5dVpXTWdkbVZzSUc1MWJtTWdibTl1SUd4aFkzVnpJSFpsYm1WdVlYUnBjeUJqYjIxdGIyUnZMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1HZXQgSW5zdGFudCBBY2Nlc3MhWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI3MzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkNPTU1PRElUWSBGVVRVUkVTLCBPUFRJT05TLCBBTkQgRk9SRVggVFJBRElORyBJTlZPTFZFUyBTVUJTVEFOVElBTCBSSVNLIEFORCBJUyBOT1QgU1VJVEFCTEUgRk9SIEFMTCBJTlZFU1RPUlMgLiBQQVNUIFJFU1VMVFMgQVJFIE5PVCBORUNFU1NBUklMWSBJTkRJQ0FUSVZFIE9GIEZVVFVSRSBSRVNVTFRTLjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19','publish','2014-05-05 19:56:57'),(68,1576,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI0MjoiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjI3IiBmb250X2ZvbnQ9Ik1vbnRzZXJyYXQiIGZvbnRfc3R5bGU9ImJvbGQiIGZvbnRfY29sb3I9IiMzMDMwMzAiIGZvbnRfc3BhY2luZz0iLTEiIGFsaWduPSJjZW50ZXIiXVdhbnQgdG8gQnVpbGQgYSA8c3BhbiBzdHlsZT0iY29sb3I6ICMxZTlhZTA7Ij5TdHVubmluZyBXZWJzaXRlPC9zcGFuPiBJbiAzMCBNaW51dGVzPyBHZXQgU3RhcnRlZCBOb3cuWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTkRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU16QWlmUT09Ijt9aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI0OiJ0aHJlZS1maWZ0aHMgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE5NToiW3ZpZGVvX3BsYXllciB0eXBlPSJ5b3V0dWJlIiB5b3V0dWJlX2ZvcmNlX2hkPSJub25lIiB3aWR0aD0iNTUwIiBoZWlnaHQ9IjMwOSIgYWxpZ249ImxlZnQiIG1hcmdpbl90b3A9IjAiIG1hcmdpbl9ib3R0b209IjAiXWFIUjBjRG92TDNkM2R5NTViM1YwZFdKbExtTnZiUzkzWVhSamFEOTJQVXRJVHpSTVZYQkVRMUJaWy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6Mjk6InR3by1maWZ0aHMgY29sdW1uIGNvbHMgbmFycm93IjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxMzY6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSIyMyIgZm9udF9zdHlsZT0ibm9ybWFsIiBmb250X2NvbG9yPSIjZWNlYmU0IiBhbGlnbj0ibGVmdCJdR2V0IE91ciBGcmVlIFNpdGUgQnVpbGRpbmcgQmx1ZXByaW50Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzAyOiJbdGV4dF9ibG9jayBzdHlsZT0ic3R5bGVfMS5wbmciIGFsaWduPSJsZWZ0IiBmb250X3NpemU9IjE1IiBmb250X2NvbG9yPSIjZWVlYmRkIiBib3R0b21fcGFkZGluZz0iMCIgYm90dG9tX21hcmdpbj0iMCIgd2lkdGg9IjM2NCIgbGluZV9oZWlnaHQ9IjIyIl1JbnN0YW50bHkgZG93bmxvYWQgb3VyIHNpdGUtYnVpbGRpbmcgYmx1ZXByaW50IHRvIGRpc2NvdmVyIHRoZSBzZWNyZXQgdG8gYnVpbGRpbmcgYSBzdHVubmluZyBhbmQgaGlnaCBjb252ZXJ0aW5nIHdlYnNpdGUgaW4gMzAgbWludXRlcyBvciBsZXNzWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyOToiZWxlbWVudC1jb250YWluZXIgY2YgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxMTM4OiJbb3B0aW5fYm94IHN0eWxlPSIxNCIgYWxpZ25tZW50PSJjZW50ZXIiIGVtYWlsX2RlZmF1bHQ9IkVudGVyIHlvdXIgZW1haWwgYWRkcmVzcyIgaW50ZWdyYXRpb25fdHlwZT0iZW1haWwiIG5hbWVfZGVmYXVsdD0iRW50ZXIgeW91ciBmaXJzdCBuYW1lIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9ImhlYWRsaW5lIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9InBhcmFncmFwaCJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPSJwcml2YWN5Il1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPSJ0b3BfY29sb3IiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9IjEiIHRleHQ9IkdldCBTdGFydGVkIE5vdyIgdGV4dF9zaXplPSIxOCIgdGV4dF9jb2xvcj0iIzUwNDIxMCIgdGV4dF9mb250PSJIZWx2ZXRpY2E7ZGVmYXVsdCIgdGV4dF9ib2xkPSJZIiB0ZXh0X3NoYWRvd19wYW5lbD0iWSIgdGV4dF9zaGFkb3dfdmVydGljYWw9IjEiIHRleHRfc2hhZG93X2NvbG9yPSIjZmZmZjllIiBzdHlsaW5nX3dpZHRoPSIxMDAiIHN0eWxpbmdfaGVpZ2h0PSIxNCIgc3R5bGluZ19ib3JkZXJfY29sb3I9IiNkNjkzMDAiIHN0eWxpbmdfYm9yZGVyX3NpemU9IjEiIHN0eWxpbmdfYm9yZGVyX3JhZGl1cz0iNiIgc3R5bGluZ19ib3JkZXJfb3BhY2l0eT0iMTAwIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPSIjZmZjZjBhIiBzdHlsaW5nX2dyYWRpZW50X2VuZF9jb2xvcj0iI2ZmZGEyMiIgZHJvcF9zaGFkb3dfcGFuZWw9IlkiIGRyb3Bfc2hhZG93X3ZlcnRpY2FsPSIxIiBkcm9wX3NoYWRvd19ibHVyPSIxIiBkcm9wX3NoYWRvd19jb2xvcj0iIzAwMDAwMCIgZHJvcF9zaGFkb3dfb3BhY2l0eT0iMTAiIGluc2V0X3NoYWRvd19wYW5lbD0iWSIgaW5zZXRfc2hhZG93X3ZlcnRpY2FsPSIxIiBpbnNldF9zaGFkb3dfY29sb3I9IiNmZmU1OTAiIGluc2V0X3NoYWRvd19vcGFjaXR5PSIxMDAiIGxvY2F0aW9uPSJvcHRpbl9ib3hfc3R5bGVfMTQiXUdldCBTdGFydGVkIE5vd1svb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjM4OiJlbGVtZW50LWNvbnRhaW5lciBjZiBwYWQtbGVmdCBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhOekUzTVRjaUxDSndZV1JrYVc1blZHOXdJam9pTWpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlmUT09Ijt9aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU5MzoiYmFja2dyb3VuZDojZmNmY2ZjO2JhY2tncm91bmQ6LXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgY29sb3Itc3RvcCgwJSwgI2ZjZmNmYyksIGNvbG9yLXN0b3AoMTAwJSwgI2Y1ZjVmNSkpO2JhY2tncm91bmQ6LXdlYmtpdC1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1vei1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1zLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotby1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6bGluZWFyLWdyYWRpZW50KHRvIGJvdHRvbSwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtmaWx0ZXI6cHJvZ2lkOkRYSW1hZ2VUcmFuc2Zvcm0uTWljcm9zb2Z0LmdyYWRpZW50KHN0YXJ0Q29sb3JzdHI9I2ZjZmNmYywgZW5kQ29sb3JzdHI9I2Y1ZjVmNSwgR3JhZGllbnRUeXBlPTApO3BhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTVweDsiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2OToiW2ltYWdlcyBzdHlsZT0iMCIgaW1hZ2U9Imh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2Fzb3MxMS5wbmciIHdpZHRoPSI5NjAiIGFsaWduPSJjZW50ZXIiIHRvcF9tYXJnaW49IjAiIGJvdHRvbV9tYXJnaW49IjAiIGZ1bGxfd2lkdGg9IlkiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxNDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObVkyWmpabU1pTENKaVlXTnJaM0p2ZFc1a1EyOXNiM0pGYm1RaU9pSWpaalZtTldZMUlpd2ljR0ZrWkdsdVoxUnZjQ0k2SWpJd0lpd2ljR0ZrWkdsdVowSnZkSFJ2YlNJNklqRTFJbjA9Ijt9aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjUyOToiW2N1c3RvbV9odG1sXTxkaXYgaWQ9ImZiLXJvb3QiPjwvZGl2Pgo8c2NyaXB0PihmdW5jdGlvbihkLCBzLCBpZCkgewogIHZhciBqcywgZmpzID0gZC5nZXRFbGVtZW50c0J5VGFnTmFtZShzKVswXTsKICBpZiAoZC5nZXRFbGVtZW50QnlJZChpZCkpIHJldHVybjsKICBqcyA9IGQuY3JlYXRlRWxlbWVudChzKTsganMuaWQgPSBpZDsKICBqcy5zcmMgPSAiLy9jb25uZWN0LmZhY2Vib29rLm5ldC9lbl9HQi9hbGwuanMjeGZibWw9MSZhcHBJZD0xOTI0MDEzNTQyNDUwMTUiOwogIGZqcy5wYXJlbnROb2RlLmluc2VydEJlZm9yZShqcywgZmpzKTsKfShkb2N1bWVudCwgJ3NjcmlwdCcsICdmYWNlYm9vay1qc3NkaycpKTs8L3NjcmlwdD4KPGRpdiBjbGFzcz0iZmItbGlrZSIgZGF0YS1ocmVmPSJodHRwOi8vZGV2ZWxvcGVycy5mYWNlYm9vay5jb20vZG9jcy9yZWZlcmVuY2UvcGx1Z2lucy9saWtlIiBkYXRhLXNlbmQ9InRydWUiIGRhdGEtd2lkdGg9IjQ1MCIgZGF0YS1zaG93LWZhY2VzPSJ0cnVlIj48L2Rpdj5bL2N1c3RvbV9odG1sXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo1NjoiZXlKd1lXUmthVzVuVkc5d0lqb2lNVEFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTVRBaWZRPT0iO319','revision','2014-05-05 19:57:59'),(69,1576,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl05MCBEYXkgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UcmFkaW5nIFByb2dyYW08L3NwYW4+IEdldCBTdGFydGVkIE5vdy5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjA5OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ5b3V0dWJlXCIgeW91dHViZV9mb3JjZV9oZD1cIm5vbmVcIiB3aWR0aD1cIjU1MFwiIGhlaWdodD1cIjMwOVwiIGFsaWduPVwibGVmdFwiIG1hcmdpbl90b3A9XCIwXCIgbWFyZ2luX2JvdHRvbT1cIjBcIl1hSFIwY0RvdkwzZDNkeTU1YjNWMGRXSmxMbU52YlM5M1lYUmphRDkyUFV0SVR6Uk1WWEJFUTFCWlsvdmlkZW9fcGxheWVyXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI5OiJ0d28tZmlmdGhzIGNvbHVtbiBjb2xzIG5hcnJvdyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTQ0OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjNcIiBmb250X3N0eWxlPVwibm9ybWFsXCIgZm9udF9jb2xvcj1cIiNlY2ViZTRcIiBhbGlnbj1cImxlZnRcIl1MZWFybiBIb3cgdG8gQmVjb21lIGEgUXVhbnQgVHJhZGVyWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzE4OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMTVcIiBmb250X2NvbG9yPVwiI2VlZWJkZFwiIGJvdHRvbV9wYWRkaW5nPVwiMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCIzNjRcIiBsaW5lX2hlaWdodD1cIjIyXCJdSW5zdGFudGx5IGRvd25sb2FkIG91ciBzaXRlLWJ1aWxkaW5nIGJsdWVwcmludCB0byBkaXNjb3ZlciB0aGUgc2VjcmV0IHRvIGJ1aWxkaW5nIGEgc3R1bm5pbmcgYW5kIGhpZ2ggY29udmVydGluZyB3ZWJzaXRlIGluIDMwIG1pbnV0ZXMgb3IgbGVzc1svdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTIxMDoiW29wdGluX2JveCBzdHlsZT1cIjE0XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMVwiIHRleHQ9XCJHZXQgU3RhcnRlZCBOb3dcIiB0ZXh0X3NpemU9XCIxOFwiIHRleHRfY29sb3I9XCIjNTA0MjEwXCIgdGV4dF9mb250PVwiSGVsdmV0aWNhO2RlZmF1bHRcIiB0ZXh0X2JvbGQ9XCJZXCIgdGV4dF9zaGFkb3dfcGFuZWw9XCJZXCIgdGV4dF9zaGFkb3dfdmVydGljYWw9XCIxXCIgdGV4dF9zaGFkb3dfY29sb3I9XCIjZmZmZjllXCIgc3R5bGluZ193aWR0aD1cIjEwMFwiIHN0eWxpbmdfaGVpZ2h0PVwiMTRcIiBzdHlsaW5nX2JvcmRlcl9jb2xvcj1cIiNkNjkzMDBcIiBzdHlsaW5nX2JvcmRlcl9zaXplPVwiMVwiIHN0eWxpbmdfYm9yZGVyX3JhZGl1cz1cIjZcIiBzdHlsaW5nX2JvcmRlcl9vcGFjaXR5PVwiMTAwXCIgc3R5bGluZ19ncmFkaWVudF9zdGFydF9jb2xvcj1cIiNmZmNmMGFcIiBzdHlsaW5nX2dyYWRpZW50X2VuZF9jb2xvcj1cIiNmZmRhMjJcIiBkcm9wX3NoYWRvd19wYW5lbD1cIllcIiBkcm9wX3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBkcm9wX3NoYWRvd19ibHVyPVwiMVwiIGRyb3Bfc2hhZG93X2NvbG9yPVwiIzAwMDAwMFwiIGRyb3Bfc2hhZG93X29wYWNpdHk9XCIxMFwiIGluc2V0X3NoYWRvd19wYW5lbD1cIllcIiBpbnNldF9zaGFkb3dfdmVydGljYWw9XCIxXCIgaW5zZXRfc2hhZG93X2NvbG9yPVwiI2ZmZTU5MFwiIGluc2V0X3NoYWRvd19vcGFjaXR5PVwiMTAwXCIgbG9jYXRpb249XCJvcHRpbl9ib3hfc3R5bGVfMTRcIl1HZXQgU3RhcnRlZCBOb3dbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozODoiZWxlbWVudC1jb250YWluZXIgY2YgcGFkLWxlZnQgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkzOiJiYWNrZ3JvdW5kOiNmY2ZjZmM7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZmNmY2ZjKSwgY29sb3Itc3RvcCgxMDAlLCAjZjVmNWY1KSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZmNmY2ZjLCBlbmRDb2xvcnN0cj0jZjVmNWY1LCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZMlpqWm1NaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqSXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakUxSW4wPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTgzOiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvYXNvczExLnBuZ1wiIHdpZHRoPVwiOTYwXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjEwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1UQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU0NzoiW2N1c3RvbV9odG1sXTxkaXYgaWQ9XCJmYi1yb290XCI+PC9kaXY+CjxzY3JpcHQ+KGZ1bmN0aW9uKGQsIHMsIGlkKSB7CiAgdmFyIGpzLCBmanMgPSBkLmdldEVsZW1lbnRzQnlUYWdOYW1lKHMpWzBdOwogIGlmIChkLmdldEVsZW1lbnRCeUlkKGlkKSkgcmV0dXJuOwogIGpzID0gZC5jcmVhdGVFbGVtZW50KHMpOyBqcy5pZCA9IGlkOwogIGpzLnNyYyA9IFwiLy9jb25uZWN0LmZhY2Vib29rLm5ldC9lbl9HQi9hbGwuanMjeGZibWw9MSZhcHBJZD0xOTI0MDEzNTQyNDUwMTVcIjsKICBmanMucGFyZW50Tm9kZS5pbnNlcnRCZWZvcmUoanMsIGZqcyk7Cn0oZG9jdW1lbnQsIFwnc2NyaXB0XCcsIFwnZmFjZWJvb2stanNzZGtcJykpOzwvc2NyaXB0Pgo8ZGl2IGNsYXNzPVwiZmItbGlrZVwiIGRhdGEtaHJlZj1cImh0dHA6Ly9kZXZlbG9wZXJzLmZhY2Vib29rLmNvbS9kb2NzL3JlZmVyZW5jZS9wbHVnaW5zL2xpa2VcIiBkYXRhLXNlbmQ9XCJ0cnVlXCIgZGF0YS13aWR0aD1cIjQ1MFwiIGRhdGEtc2hvdy1mYWNlcz1cInRydWVcIj48L2Rpdj5bL2N1c3RvbV9odG1sXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fQ==','revision','2014-05-05 20:03:18'),(70,1576,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl05MCBEYXkgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UcmFkaW5nIFByb2dyYW08L3NwYW4+IEdldCBTdGFydGVkIE5vdy5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjA5OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ5b3V0dWJlXCIgeW91dHViZV9mb3JjZV9oZD1cIm5vbmVcIiB3aWR0aD1cIjU1MFwiIGhlaWdodD1cIjMwOVwiIGFsaWduPVwibGVmdFwiIG1hcmdpbl90b3A9XCIwXCIgbWFyZ2luX2JvdHRvbT1cIjBcIl1hSFIwY0RvdkwzZDNkeTU1YjNWMGRXSmxMbU52YlM5M1lYUmphRDkyUFV0SVR6Uk1WWEJFUTFCWlsvdmlkZW9fcGxheWVyXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI5OiJ0d28tZmlmdGhzIGNvbHVtbiBjb2xzIG5hcnJvdyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTQ0OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjNcIiBmb250X3N0eWxlPVwibm9ybWFsXCIgZm9udF9jb2xvcj1cIiNlY2ViZTRcIiBhbGlnbj1cImxlZnRcIl1MZWFybiBIb3cgdG8gQmVjb21lIGEgUXVhbnQgVHJhZGVyWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDkxOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMTVcIiBmb250X2NvbG9yPVwiI2VlZWJkZFwiIGJvdHRvbV9wYWRkaW5nPVwiMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCIzNjRcIiBsaW5lX2hlaWdodD1cIjIyXCJdRHVyaW5nIHRoaXMgOTAgZGF5IHRyYWluaW5nIHByb2dyYW0geW91IHdpbGwgcmVjZWl2ZSBjb21wcmVoZW5zaXZlIHRyYWluaW5nIGluY2x1ZGluZyB0aGUgY29uY2VwdCwgbWV0aG9kcyBhbmQgdG9vbHMgaW4gYW4gZWFzeSB0byB1bmRlcnN0YW5kIHN0ZXAtYnktc3RlcCBmb3JtYXQuIFRoZSBleGFjdCBsb2dpYyBpcyByZXZlYWxlZCB3aXRoIGFsbCB0aGUgbmVjZXNzYXJ5IHJ1bGVzIG5lZWRlZCBmb3IgdW5kZXJzdGFuZGluZyBhbmQgaW1wbGVtZW50aW5nIHRoZSBSaW9zUXVhbnQgYXBwcm9hY2ggdG8gdHJhZGluZyB0aGUgZ2xvYmFsIG1hcmtldHMuWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyOToiZWxlbWVudC1jb250YWluZXIgY2YgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNTg4OiJbb3B0aW5fYm94IHN0eWxlPVwiMTRcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9maWVsZD1cImVtYWlsXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJhd2ViZXJcIiBsaXN0PVwiMzQyNTgyMlwiIG5hbWVfZmllbGQ9XCJuYW1lXCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIiBuYW1lX3JlcXVpcmVkPVwiTlwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMVwiIHRleHQ9XCJDbGljayBoZXJlIGFuZCBjaGVjayB5b3VyIGluYm94XCIgdGV4dF9zaXplPVwiMThcIiB0ZXh0X2NvbG9yPVwiIzUwNDIxMFwiIHRleHRfZm9udD1cIkhlbHZldGljYTtkZWZhdWx0XCIgdGV4dF9ib2xkPVwiWVwiIHRleHRfbGV0dGVyX3NwYWNpbmc9XCIwXCIgdGV4dF9zaGFkb3dfcGFuZWw9XCJZXCIgdGV4dF9zaGFkb3dfdmVydGljYWw9XCIxXCIgdGV4dF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiB0ZXh0X3NoYWRvd19jb2xvcj1cIiNmZmZmOWVcIiB0ZXh0X3NoYWRvd19ibHVyPVwiMFwiIHN0eWxpbmdfd2lkdGg9XCIxMDBcIiBzdHlsaW5nX2hlaWdodD1cIjE0XCIgc3R5bGluZ19ib3JkZXJfY29sb3I9XCIjZDY5MzAwXCIgc3R5bGluZ19ib3JkZXJfc2l6ZT1cIjFcIiBzdHlsaW5nX2JvcmRlcl9yYWRpdXM9XCI2XCIgc3R5bGluZ19ib3JkZXJfb3BhY2l0eT1cIjEwMFwiIHN0eWxpbmdfZ3JhZGllbnRfc3RhcnRfY29sb3I9XCIjZmZjZjBhXCIgc3R5bGluZ19ncmFkaWVudF9lbmRfY29sb3I9XCIjZmZkYTIyXCIgZHJvcF9zaGFkb3dfcGFuZWw9XCJZXCIgZHJvcF9zaGFkb3dfdmVydGljYWw9XCIxXCIgZHJvcF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiBkcm9wX3NoYWRvd19ibHVyPVwiMVwiIGRyb3Bfc2hhZG93X3NwcmVhZD1cIjBcIiBkcm9wX3NoYWRvd19jb2xvcj1cIiMwMDAwMDBcIiBkcm9wX3NoYWRvd19vcGFjaXR5PVwiMTBcIiBpbnNldF9zaGFkb3dfcGFuZWw9XCJZXCIgaW5zZXRfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIGluc2V0X3NoYWRvd19ob3Jpem9udGFsPVwiMFwiIGluc2V0X3NoYWRvd19ibHVyPVwiMFwiIGluc2V0X3NoYWRvd19zcHJlYWQ9XCIwXCIgaW5zZXRfc2hhZG93X2NvbG9yPVwiI2ZmZTU5MFwiIGluc2V0X3NoYWRvd19vcGFjaXR5PVwiMTAwXCIgbG9jYXRpb249XCJvcHRpbl9ib3hfc3R5bGVfMTRcIiBidXR0b25fYmVsb3c9XCJZXCJdQ2xpY2sgaGVyZSBhbmQgY2hlY2sgeW91ciBpbmJveFsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjM4OiJlbGVtZW50LWNvbnRhaW5lciBjZiBwYWQtbGVmdCBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czo1OTM6ImJhY2tncm91bmQ6I2ZjZmNmYztiYWNrZ3JvdW5kOi13ZWJraXQtZ3JhZGllbnQobGluZWFyLCBsZWZ0IHRvcCwgbGVmdCBib3R0b20sIGNvbG9yLXN0b3AoMCUsICNmY2ZjZmMpLCBjb2xvci1zdG9wKDEwMCUsICNmNWY1ZjUpKTtiYWNrZ3JvdW5kOi13ZWJraXQtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1tb3otbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1tcy1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW8tbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOmxpbmVhci1ncmFkaWVudCh0byBib3R0b20sICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7ZmlsdGVyOnByb2dpZDpEWEltYWdlVHJhbnNmb3JtLk1pY3Jvc29mdC5ncmFkaWVudChzdGFydENvbG9yc3RyPSNmY2ZjZmMsIGVuZENvbG9yc3RyPSNmNWY1ZjUsIEdyYWRpZW50VHlwZT0wKTtwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjE1cHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxNDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObVkyWmpabU1pTENKaVlXTnJaM0p2ZFc1a1EyOXNiM0pGYm1RaU9pSWpaalZtTldZMUlpd2ljR0ZrWkdsdVoxUnZjQ0k2SWpJd0lpd2ljR0ZrWkdsdVowSnZkSFJ2YlNJNklqRTFJbjA9IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODM6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9hc29zMTEucG5nXCIgd2lkdGg9XCI5NjBcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTQ3OiJbY3VzdG9tX2h0bWxdPGRpdiBpZD1cImZiLXJvb3RcIj48L2Rpdj4KPHNjcmlwdD4oZnVuY3Rpb24oZCwgcywgaWQpIHsKICB2YXIganMsIGZqcyA9IGQuZ2V0RWxlbWVudHNCeVRhZ05hbWUocylbMF07CiAgaWYgKGQuZ2V0RWxlbWVudEJ5SWQoaWQpKSByZXR1cm47CiAganMgPSBkLmNyZWF0ZUVsZW1lbnQocyk7IGpzLmlkID0gaWQ7CiAganMuc3JjID0gXCIvL2Nvbm5lY3QuZmFjZWJvb2submV0L2VuX0dCL2FsbC5qcyN4ZmJtbD0xJmFwcElkPTE5MjQwMTM1NDI0NTAxNVwiOwogIGZqcy5wYXJlbnROb2RlLmluc2VydEJlZm9yZShqcywgZmpzKTsKfShkb2N1bWVudCwgXCdzY3JpcHRcJywgXCdmYWNlYm9vay1qc3Nka1wnKSk7PC9zY3JpcHQ+CjxkaXYgY2xhc3M9XCJmYi1saWtlXCIgZGF0YS1ocmVmPVwiaHR0cDovL2RldmVsb3BlcnMuZmFjZWJvb2suY29tL2RvY3MvcmVmZXJlbmNlL3BsdWdpbnMvbGlrZVwiIGRhdGEtc2VuZD1cInRydWVcIiBkYXRhLXdpZHRoPVwiNDUwXCIgZGF0YS1zaG93LWZhY2VzPVwidHJ1ZVwiPjwvZGl2PlsvY3VzdG9tX2h0bWxdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19','revision','2014-05-05 20:08:18'),(71,1576,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl05MCBEYXkgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UcmFkaW5nIFByb2dyYW08L3NwYW4+IEdldCBTdGFydGVkIE5vdy5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjA5OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ5b3V0dWJlXCIgeW91dHViZV9mb3JjZV9oZD1cIm5vbmVcIiB3aWR0aD1cIjU1MFwiIGhlaWdodD1cIjMwOVwiIGFsaWduPVwibGVmdFwiIG1hcmdpbl90b3A9XCIwXCIgbWFyZ2luX2JvdHRvbT1cIjBcIl1hSFIwY0RvdkwzZDNkeTU1YjNWMGRXSmxMbU52YlM5M1lYUmphRDkyUFV0SVR6Uk1WWEJFUTFCWlsvdmlkZW9fcGxheWVyXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI5OiJ0d28tZmlmdGhzIGNvbHVtbiBjb2xzIG5hcnJvdyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTQ0OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjNcIiBmb250X3N0eWxlPVwibm9ybWFsXCIgZm9udF9jb2xvcj1cIiNlY2ViZTRcIiBhbGlnbj1cImxlZnRcIl1MZWFybiBIb3cgdG8gQmVjb21lIGEgUXVhbnQgVHJhZGVyWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDkxOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMTVcIiBmb250X2NvbG9yPVwiI2VlZWJkZFwiIGJvdHRvbV9wYWRkaW5nPVwiMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCIzNjRcIiBsaW5lX2hlaWdodD1cIjIyXCJdRHVyaW5nIHRoaXMgOTAgZGF5IHRyYWluaW5nIHByb2dyYW0geW91IHdpbGwgcmVjZWl2ZSBjb21wcmVoZW5zaXZlIHRyYWluaW5nIGluY2x1ZGluZyB0aGUgY29uY2VwdCwgbWV0aG9kcyBhbmQgdG9vbHMgaW4gYW4gZWFzeSB0byB1bmRlcnN0YW5kIHN0ZXAtYnktc3RlcCBmb3JtYXQuIFRoZSBleGFjdCBsb2dpYyBpcyByZXZlYWxlZCB3aXRoIGFsbCB0aGUgbmVjZXNzYXJ5IHJ1bGVzIG5lZWRlZCBmb3IgdW5kZXJzdGFuZGluZyBhbmQgaW1wbGVtZW50aW5nIHRoZSBSaW9zUXVhbnQgYXBwcm9hY2ggdG8gdHJhZGluZyB0aGUgZ2xvYmFsIG1hcmtldHMuWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyOToiZWxlbWVudC1jb250YWluZXIgY2YgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNTg4OiJbb3B0aW5fYm94IHN0eWxlPVwiMTRcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9maWVsZD1cImVtYWlsXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJhd2ViZXJcIiBsaXN0PVwiMzQyNTgyMlwiIG5hbWVfZmllbGQ9XCJuYW1lXCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIiBuYW1lX3JlcXVpcmVkPVwiTlwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMVwiIHRleHQ9XCJDbGljayBoZXJlIGFuZCBjaGVjayB5b3VyIGluYm94XCIgdGV4dF9zaXplPVwiMThcIiB0ZXh0X2NvbG9yPVwiIzUwNDIxMFwiIHRleHRfZm9udD1cIkhlbHZldGljYTtkZWZhdWx0XCIgdGV4dF9ib2xkPVwiWVwiIHRleHRfbGV0dGVyX3NwYWNpbmc9XCIwXCIgdGV4dF9zaGFkb3dfcGFuZWw9XCJZXCIgdGV4dF9zaGFkb3dfdmVydGljYWw9XCIxXCIgdGV4dF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiB0ZXh0X3NoYWRvd19jb2xvcj1cIiNmZmZmOWVcIiB0ZXh0X3NoYWRvd19ibHVyPVwiMFwiIHN0eWxpbmdfd2lkdGg9XCIxMDBcIiBzdHlsaW5nX2hlaWdodD1cIjE0XCIgc3R5bGluZ19ib3JkZXJfY29sb3I9XCIjZDY5MzAwXCIgc3R5bGluZ19ib3JkZXJfc2l6ZT1cIjFcIiBzdHlsaW5nX2JvcmRlcl9yYWRpdXM9XCI2XCIgc3R5bGluZ19ib3JkZXJfb3BhY2l0eT1cIjEwMFwiIHN0eWxpbmdfZ3JhZGllbnRfc3RhcnRfY29sb3I9XCIjZmZjZjBhXCIgc3R5bGluZ19ncmFkaWVudF9lbmRfY29sb3I9XCIjZmZkYTIyXCIgZHJvcF9zaGFkb3dfcGFuZWw9XCJZXCIgZHJvcF9zaGFkb3dfdmVydGljYWw9XCIxXCIgZHJvcF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiBkcm9wX3NoYWRvd19ibHVyPVwiMVwiIGRyb3Bfc2hhZG93X3NwcmVhZD1cIjBcIiBkcm9wX3NoYWRvd19jb2xvcj1cIiMwMDAwMDBcIiBkcm9wX3NoYWRvd19vcGFjaXR5PVwiMTBcIiBpbnNldF9zaGFkb3dfcGFuZWw9XCJZXCIgaW5zZXRfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIGluc2V0X3NoYWRvd19ob3Jpem9udGFsPVwiMFwiIGluc2V0X3NoYWRvd19ibHVyPVwiMFwiIGluc2V0X3NoYWRvd19zcHJlYWQ9XCIwXCIgaW5zZXRfc2hhZG93X2NvbG9yPVwiI2ZmZTU5MFwiIGluc2V0X3NoYWRvd19vcGFjaXR5PVwiMTAwXCIgbG9jYXRpb249XCJvcHRpbl9ib3hfc3R5bGVfMTRcIiBidXR0b25fYmVsb3c9XCJZXCJdQ2xpY2sgaGVyZSBhbmQgY2hlY2sgeW91ciBpbmJveFsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjM4OiJlbGVtZW50LWNvbnRhaW5lciBjZiBwYWQtbGVmdCBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czo1OTM6ImJhY2tncm91bmQ6I2ZjZmNmYztiYWNrZ3JvdW5kOi13ZWJraXQtZ3JhZGllbnQobGluZWFyLCBsZWZ0IHRvcCwgbGVmdCBib3R0b20sIGNvbG9yLXN0b3AoMCUsICNmY2ZjZmMpLCBjb2xvci1zdG9wKDEwMCUsICNmNWY1ZjUpKTtiYWNrZ3JvdW5kOi13ZWJraXQtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1tb3otbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1tcy1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW8tbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOmxpbmVhci1ncmFkaWVudCh0byBib3R0b20sICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7ZmlsdGVyOnByb2dpZDpEWEltYWdlVHJhbnNmb3JtLk1pY3Jvc29mdC5ncmFkaWVudChzdGFydENvbG9yc3RyPSNmY2ZjZmMsIGVuZENvbG9yc3RyPSNmNWY1ZjUsIEdyYWRpZW50VHlwZT0wKTtwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjE1cHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxNDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObVkyWmpabU1pTENKaVlXTnJaM0p2ZFc1a1EyOXNiM0pGYm1RaU9pSWpaalZtTldZMUlpd2ljR0ZrWkdsdVoxUnZjQ0k2SWpJd0lpd2ljR0ZrWkdsdVowSnZkSFJ2YlNJNklqRTFJbjA9IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX1pOjM7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM3OiJwYWRkaW5nLXRvcDoxMHB4O3BhZGRpbmctYm90dG9tOjEwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo1NjoiZXlKd1lXUmthVzVuVkc5d0lqb2lNVEFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTVRBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19','revision','2014-05-05 20:09:31'),(72,1576,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl05MCBEYXkgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UcmFkaW5nIFByb2dyYW08L3NwYW4+IEdldCBTdGFydGVkIE5vdy5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzEyOiJbdmlkZW9fcGxheWVyIHR5cGU9XCJlbWJlZFwiIHdpZHRoPVwiNTUwXCIgaGVpZ2h0PVwiMzA5XCIgYWxpZ249XCJsZWZ0XCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMFwiXTxpbWcgc3JjPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC9wbHVnaW5zL29wdGltaXplUHJlc3NQbHVnaW4vbGliL2ltYWdlcy92aWRlb19wbGFjZWhvbGRlci5wbmdcIiBhbHQ9XCJhSFIwY0hNNkx5OTJhVzFsYnk1amIyMHZPVFF3TWpVd016Zz1cIiB3aWR0aD1cIjFcIiBoZWlnaHQ9XCIxXCIgLz5bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdTGVhcm4gSG93IHRvIEJlY29tZSBhIFF1YW50IFRyYWRlclsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ5MToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiNlZWViZGRcIiBib3R0b21fcGFkZGluZz1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMzY0XCIgbGluZV9oZWlnaHQ9XCIyMlwiXUR1cmluZyB0aGlzIDkwIGRheSB0cmFpbmluZyBwcm9ncmFtIHlvdSB3aWxsIHJlY2VpdmUgY29tcHJlaGVuc2l2ZSB0cmFpbmluZyBpbmNsdWRpbmcgdGhlIGNvbmNlcHQsIG1ldGhvZHMgYW5kIHRvb2xzIGluIGFuIGVhc3kgdG8gdW5kZXJzdGFuZCBzdGVwLWJ5LXN0ZXAgZm9ybWF0LiBUaGUgZXhhY3QgbG9naWMgaXMgcmV2ZWFsZWQgd2l0aCBhbGwgdGhlIG5lY2Vzc2FyeSBydWxlcyBuZWVkZWQgZm9yIHVuZGVyc3RhbmRpbmcgYW5kIGltcGxlbWVudGluZyB0aGUgUmlvc1F1YW50IGFwcHJvYWNoIHRvIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU4ODoiW29wdGluX2JveCBzdHlsZT1cIjE0XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0MjU4MjJcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjFcIiB0ZXh0PVwiQ2xpY2sgaGVyZSBhbmQgY2hlY2sgeW91ciBpbmJveFwiIHRleHRfc2l6ZT1cIjE4XCIgdGV4dF9jb2xvcj1cIiM1MDQyMTBcIiB0ZXh0X2ZvbnQ9XCJIZWx2ZXRpY2E7ZGVmYXVsdFwiIHRleHRfYm9sZD1cIllcIiB0ZXh0X2xldHRlcl9zcGFjaW5nPVwiMFwiIHRleHRfc2hhZG93X3BhbmVsPVwiWVwiIHRleHRfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIHRleHRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgdGV4dF9zaGFkb3dfY29sb3I9XCIjZmZmZjllXCIgdGV4dF9zaGFkb3dfYmx1cj1cIjBcIiBzdHlsaW5nX3dpZHRoPVwiMTAwXCIgc3R5bGluZ19oZWlnaHQ9XCIxNFwiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPVwiI2Q2OTMwMFwiIHN0eWxpbmdfYm9yZGVyX3NpemU9XCIxXCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPVwiNlwiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9XCIxMDBcIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPVwiI2ZmY2YwYVwiIHN0eWxpbmdfZ3JhZGllbnRfZW5kX2NvbG9yPVwiI2ZmZGEyMlwiIGRyb3Bfc2hhZG93X3BhbmVsPVwiWVwiIGRyb3Bfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIGRyb3Bfc2hhZG93X2hvcml6b250YWw9XCIwXCIgZHJvcF9zaGFkb3dfYmx1cj1cIjFcIiBkcm9wX3NoYWRvd19zcHJlYWQ9XCIwXCIgZHJvcF9zaGFkb3dfY29sb3I9XCIjMDAwMDAwXCIgZHJvcF9zaGFkb3dfb3BhY2l0eT1cIjEwXCIgaW5zZXRfc2hhZG93X3BhbmVsPVwiWVwiIGluc2V0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBpbnNldF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiBpbnNldF9zaGFkb3dfYmx1cj1cIjBcIiBpbnNldF9zaGFkb3dfc3ByZWFkPVwiMFwiIGluc2V0X3NoYWRvd19jb2xvcj1cIiNmZmU1OTBcIiBpbnNldF9zaGFkb3dfb3BhY2l0eT1cIjEwMFwiIGxvY2F0aW9uPVwib3B0aW5fYm94X3N0eWxlXzE0XCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozODoiZWxlbWVudC1jb250YWluZXIgY2YgcGFkLWxlZnQgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkzOiJiYWNrZ3JvdW5kOiNmY2ZjZmM7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZmNmY2ZjKSwgY29sb3Itc3RvcCgxMDAlLCAjZjVmNWY1KSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZmNmY2ZjLCBlbmRDb2xvcnN0cj0jZjVmNWY1LCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZMlpqWm1NaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqSXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakUxSW4wPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fQ==','revision','2014-05-05 20:13:41'),(73,1576,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl05MCBEYXkgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UcmFkaW5nIFByb2dyYW08L3NwYW4+IEdldCBTdGFydGVkIE5vdy5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzMyOiJbdmlkZW9fcGxheWVyIHR5cGU9XCJlbWJlZFwiIHdpZHRoPVwiNTUwXCIgaGVpZ2h0PVwiMzA5XCIgYWxpZ249XCJsZWZ0XCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMFwiXTxpbWcgc3JjPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC9wbHVnaW5zL29wdGltaXplUHJlc3NQbHVnaW4vbGliL2ltYWdlcy92aWRlb19wbGFjZWhvbGRlci5wbmdcIiBhbHQ9XCJhSFIwY0hNNkx5OTJhVzFsYnk1amIyMHZPVFF3TWpVd016Z3ZjMlYwZEdsdVozTXZaVzFpWldRPVwiIHdpZHRoPVwiMVwiIGhlaWdodD1cIjFcIiAvPlsvdmlkZW9fcGxheWVyXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI5OiJ0d28tZmlmdGhzIGNvbHVtbiBjb2xzIG5hcnJvdyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTQ0OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjNcIiBmb250X3N0eWxlPVwibm9ybWFsXCIgZm9udF9jb2xvcj1cIiNlY2ViZTRcIiBhbGlnbj1cImxlZnRcIl1MZWFybiBIb3cgdG8gQmVjb21lIGEgUXVhbnQgVHJhZGVyWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDkxOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMTVcIiBmb250X2NvbG9yPVwiI2VlZWJkZFwiIGJvdHRvbV9wYWRkaW5nPVwiMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCIzNjRcIiBsaW5lX2hlaWdodD1cIjIyXCJdRHVyaW5nIHRoaXMgOTAgZGF5IHRyYWluaW5nIHByb2dyYW0geW91IHdpbGwgcmVjZWl2ZSBjb21wcmVoZW5zaXZlIHRyYWluaW5nIGluY2x1ZGluZyB0aGUgY29uY2VwdCwgbWV0aG9kcyBhbmQgdG9vbHMgaW4gYW4gZWFzeSB0byB1bmRlcnN0YW5kIHN0ZXAtYnktc3RlcCBmb3JtYXQuIFRoZSBleGFjdCBsb2dpYyBpcyByZXZlYWxlZCB3aXRoIGFsbCB0aGUgbmVjZXNzYXJ5IHJ1bGVzIG5lZWRlZCBmb3IgdW5kZXJzdGFuZGluZyBhbmQgaW1wbGVtZW50aW5nIHRoZSBSaW9zUXVhbnQgYXBwcm9hY2ggdG8gdHJhZGluZyB0aGUgZ2xvYmFsIG1hcmtldHMuWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyOToiZWxlbWVudC1jb250YWluZXIgY2YgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNTg4OiJbb3B0aW5fYm94IHN0eWxlPVwiMTRcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9maWVsZD1cImVtYWlsXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJhd2ViZXJcIiBsaXN0PVwiMzQyNTgyMlwiIG5hbWVfZmllbGQ9XCJuYW1lXCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIiBuYW1lX3JlcXVpcmVkPVwiTlwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMVwiIHRleHQ9XCJDbGljayBoZXJlIGFuZCBjaGVjayB5b3VyIGluYm94XCIgdGV4dF9zaXplPVwiMThcIiB0ZXh0X2NvbG9yPVwiIzUwNDIxMFwiIHRleHRfZm9udD1cIkhlbHZldGljYTtkZWZhdWx0XCIgdGV4dF9ib2xkPVwiWVwiIHRleHRfbGV0dGVyX3NwYWNpbmc9XCIwXCIgdGV4dF9zaGFkb3dfcGFuZWw9XCJZXCIgdGV4dF9zaGFkb3dfdmVydGljYWw9XCIxXCIgdGV4dF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiB0ZXh0X3NoYWRvd19jb2xvcj1cIiNmZmZmOWVcIiB0ZXh0X3NoYWRvd19ibHVyPVwiMFwiIHN0eWxpbmdfd2lkdGg9XCIxMDBcIiBzdHlsaW5nX2hlaWdodD1cIjE0XCIgc3R5bGluZ19ib3JkZXJfY29sb3I9XCIjZDY5MzAwXCIgc3R5bGluZ19ib3JkZXJfc2l6ZT1cIjFcIiBzdHlsaW5nX2JvcmRlcl9yYWRpdXM9XCI2XCIgc3R5bGluZ19ib3JkZXJfb3BhY2l0eT1cIjEwMFwiIHN0eWxpbmdfZ3JhZGllbnRfc3RhcnRfY29sb3I9XCIjZmZjZjBhXCIgc3R5bGluZ19ncmFkaWVudF9lbmRfY29sb3I9XCIjZmZkYTIyXCIgZHJvcF9zaGFkb3dfcGFuZWw9XCJZXCIgZHJvcF9zaGFkb3dfdmVydGljYWw9XCIxXCIgZHJvcF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiBkcm9wX3NoYWRvd19ibHVyPVwiMVwiIGRyb3Bfc2hhZG93X3NwcmVhZD1cIjBcIiBkcm9wX3NoYWRvd19jb2xvcj1cIiMwMDAwMDBcIiBkcm9wX3NoYWRvd19vcGFjaXR5PVwiMTBcIiBpbnNldF9zaGFkb3dfcGFuZWw9XCJZXCIgaW5zZXRfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIGluc2V0X3NoYWRvd19ob3Jpem9udGFsPVwiMFwiIGluc2V0X3NoYWRvd19ibHVyPVwiMFwiIGluc2V0X3NoYWRvd19zcHJlYWQ9XCIwXCIgaW5zZXRfc2hhZG93X2NvbG9yPVwiI2ZmZTU5MFwiIGluc2V0X3NoYWRvd19vcGFjaXR5PVwiMTAwXCIgbG9jYXRpb249XCJvcHRpbl9ib3hfc3R5bGVfMTRcIiBidXR0b25fYmVsb3c9XCJZXCJdQ2xpY2sgaGVyZSBhbmQgY2hlY2sgeW91ciBpbmJveFsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjM4OiJlbGVtZW50LWNvbnRhaW5lciBjZiBwYWQtbGVmdCBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czo1OTM6ImJhY2tncm91bmQ6I2ZjZmNmYztiYWNrZ3JvdW5kOi13ZWJraXQtZ3JhZGllbnQobGluZWFyLCBsZWZ0IHRvcCwgbGVmdCBib3R0b20sIGNvbG9yLXN0b3AoMCUsICNmY2ZjZmMpLCBjb2xvci1zdG9wKDEwMCUsICNmNWY1ZjUpKTtiYWNrZ3JvdW5kOi13ZWJraXQtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1tb3otbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1tcy1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW8tbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOmxpbmVhci1ncmFkaWVudCh0byBib3R0b20sICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7ZmlsdGVyOnByb2dpZDpEWEltYWdlVHJhbnNmb3JtLk1pY3Jvc29mdC5ncmFkaWVudChzdGFydENvbG9yc3RyPSNmY2ZjZmMsIGVuZENvbG9yc3RyPSNmNWY1ZjUsIEdyYWRpZW50VHlwZT0wKTtwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjE1cHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxNDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObVkyWmpabU1pTENKaVlXTnJaM0p2ZFc1a1EyOXNiM0pGYm1RaU9pSWpaalZtTldZMUlpd2ljR0ZrWkdsdVoxUnZjQ0k2SWpJd0lpd2ljR0ZrWkdsdVowSnZkSFJ2YlNJNklqRTFJbjA9IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX1pOjM7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM3OiJwYWRkaW5nLXRvcDoxMHB4O3BhZGRpbmctYm90dG9tOjEwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo1NjoiZXlKd1lXUmthVzVuVkc5d0lqb2lNVEFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTVRBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19','revision','2014-05-05 20:17:42'),(74,1576,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl05MCBEYXkgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UcmFkaW5nIFByb2dyYW08L3NwYW4+IEdldCBTdGFydGVkIE5vdy5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU1OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTUwXCIgaGVpZ2h0PVwiMzA5XCIgYWxpZ249XCJsZWZ0XCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RRd01qVXdNemd1YUdRdWJYQTBQM005TkRRek5ERXpZelkxTW1NNU1qRm1OR1kxTWpNd1lqUTNNemcxWkRRMk5qTT1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdTGVhcm4gSG93IHRvIEJlY29tZSBhIFF1YW50IFRyYWRlclsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ5MToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiNlZWViZGRcIiBib3R0b21fcGFkZGluZz1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMzY0XCIgbGluZV9oZWlnaHQ9XCIyMlwiXUR1cmluZyB0aGlzIDkwIGRheSB0cmFpbmluZyBwcm9ncmFtIHlvdSB3aWxsIHJlY2VpdmUgY29tcHJlaGVuc2l2ZSB0cmFpbmluZyBpbmNsdWRpbmcgdGhlIGNvbmNlcHQsIG1ldGhvZHMgYW5kIHRvb2xzIGluIGFuIGVhc3kgdG8gdW5kZXJzdGFuZCBzdGVwLWJ5LXN0ZXAgZm9ybWF0LiBUaGUgZXhhY3QgbG9naWMgaXMgcmV2ZWFsZWQgd2l0aCBhbGwgdGhlIG5lY2Vzc2FyeSBydWxlcyBuZWVkZWQgZm9yIHVuZGVyc3RhbmRpbmcgYW5kIGltcGxlbWVudGluZyB0aGUgUmlvc1F1YW50IGFwcHJvYWNoIHRvIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU4ODoiW29wdGluX2JveCBzdHlsZT1cIjE0XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0MjU4MjJcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjFcIiB0ZXh0PVwiQ2xpY2sgaGVyZSBhbmQgY2hlY2sgeW91ciBpbmJveFwiIHRleHRfc2l6ZT1cIjE4XCIgdGV4dF9jb2xvcj1cIiM1MDQyMTBcIiB0ZXh0X2ZvbnQ9XCJIZWx2ZXRpY2E7ZGVmYXVsdFwiIHRleHRfYm9sZD1cIllcIiB0ZXh0X2xldHRlcl9zcGFjaW5nPVwiMFwiIHRleHRfc2hhZG93X3BhbmVsPVwiWVwiIHRleHRfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIHRleHRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgdGV4dF9zaGFkb3dfY29sb3I9XCIjZmZmZjllXCIgdGV4dF9zaGFkb3dfYmx1cj1cIjBcIiBzdHlsaW5nX3dpZHRoPVwiMTAwXCIgc3R5bGluZ19oZWlnaHQ9XCIxNFwiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPVwiI2Q2OTMwMFwiIHN0eWxpbmdfYm9yZGVyX3NpemU9XCIxXCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPVwiNlwiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9XCIxMDBcIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPVwiI2ZmY2YwYVwiIHN0eWxpbmdfZ3JhZGllbnRfZW5kX2NvbG9yPVwiI2ZmZGEyMlwiIGRyb3Bfc2hhZG93X3BhbmVsPVwiWVwiIGRyb3Bfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIGRyb3Bfc2hhZG93X2hvcml6b250YWw9XCIwXCIgZHJvcF9zaGFkb3dfYmx1cj1cIjFcIiBkcm9wX3NoYWRvd19zcHJlYWQ9XCIwXCIgZHJvcF9zaGFkb3dfY29sb3I9XCIjMDAwMDAwXCIgZHJvcF9zaGFkb3dfb3BhY2l0eT1cIjEwXCIgaW5zZXRfc2hhZG93X3BhbmVsPVwiWVwiIGluc2V0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBpbnNldF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiBpbnNldF9zaGFkb3dfYmx1cj1cIjBcIiBpbnNldF9zaGFkb3dfc3ByZWFkPVwiMFwiIGluc2V0X3NoYWRvd19jb2xvcj1cIiNmZmU1OTBcIiBpbnNldF9zaGFkb3dfb3BhY2l0eT1cIjEwMFwiIGxvY2F0aW9uPVwib3B0aW5fYm94X3N0eWxlXzE0XCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozODoiZWxlbWVudC1jb250YWluZXIgY2YgcGFkLWxlZnQgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkzOiJiYWNrZ3JvdW5kOiNmY2ZjZmM7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZmNmY2ZjKSwgY29sb3Itc3RvcCgxMDAlLCAjZjVmNWY1KSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZmNmY2ZjLCBlbmRDb2xvcnN0cj0jZjVmNWY1LCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZMlpqWm1NaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqSXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakUxSW4wPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fQ==','revision','2014-05-05 20:19:15'),(75,1576,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl05MCBEYXkgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UcmFkaW5nIFByb2dyYW08L3NwYW4+IEdldCBTdGFydGVkIE5vdy5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU1OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTUwXCIgaGVpZ2h0PVwiMzA5XCIgYWxpZ249XCJsZWZ0XCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RRd01qVXdNemd1YUdRdWJYQTBQM005TkRRek5ERXpZelkxTW1NNU1qRm1OR1kxTWpNd1lqUTNNemcxWkRRMk5qTT1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdTGVhcm4gSG93IHRvIEJlY29tZSBhIFF1YW50IFRyYWRlclsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ5MToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiNlZWViZGRcIiBib3R0b21fcGFkZGluZz1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMzY0XCIgbGluZV9oZWlnaHQ9XCIyMlwiXUR1cmluZyB0aGlzIDkwIGRheSB0cmFpbmluZyBwcm9ncmFtIHlvdSB3aWxsIHJlY2VpdmUgY29tcHJlaGVuc2l2ZSB0cmFpbmluZyBpbmNsdWRpbmcgdGhlIGNvbmNlcHQsIG1ldGhvZHMgYW5kIHRvb2xzIGluIGFuIGVhc3kgdG8gdW5kZXJzdGFuZCBzdGVwLWJ5LXN0ZXAgZm9ybWF0LiBUaGUgZXhhY3QgbG9naWMgaXMgcmV2ZWFsZWQgd2l0aCBhbGwgdGhlIG5lY2Vzc2FyeSBydWxlcyBuZWVkZWQgZm9yIHVuZGVyc3RhbmRpbmcgYW5kIGltcGxlbWVudGluZyB0aGUgUmlvc1F1YW50IGFwcHJvYWNoIHRvIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU4ODoiW29wdGluX2JveCBzdHlsZT1cIjE0XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0MjU4MjJcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjFcIiB0ZXh0PVwiQ2xpY2sgaGVyZSBhbmQgY2hlY2sgeW91ciBpbmJveFwiIHRleHRfc2l6ZT1cIjE4XCIgdGV4dF9jb2xvcj1cIiM1MDQyMTBcIiB0ZXh0X2ZvbnQ9XCJIZWx2ZXRpY2E7ZGVmYXVsdFwiIHRleHRfYm9sZD1cIllcIiB0ZXh0X2xldHRlcl9zcGFjaW5nPVwiMFwiIHRleHRfc2hhZG93X3BhbmVsPVwiWVwiIHRleHRfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIHRleHRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgdGV4dF9zaGFkb3dfY29sb3I9XCIjZmZmZjllXCIgdGV4dF9zaGFkb3dfYmx1cj1cIjBcIiBzdHlsaW5nX3dpZHRoPVwiMTAwXCIgc3R5bGluZ19oZWlnaHQ9XCIxNFwiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPVwiI2Q2OTMwMFwiIHN0eWxpbmdfYm9yZGVyX3NpemU9XCIxXCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPVwiNlwiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9XCIxMDBcIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPVwiI2ZmY2YwYVwiIHN0eWxpbmdfZ3JhZGllbnRfZW5kX2NvbG9yPVwiI2ZmZGEyMlwiIGRyb3Bfc2hhZG93X3BhbmVsPVwiWVwiIGRyb3Bfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIGRyb3Bfc2hhZG93X2hvcml6b250YWw9XCIwXCIgZHJvcF9zaGFkb3dfYmx1cj1cIjFcIiBkcm9wX3NoYWRvd19zcHJlYWQ9XCIwXCIgZHJvcF9zaGFkb3dfY29sb3I9XCIjMDAwMDAwXCIgZHJvcF9zaGFkb3dfb3BhY2l0eT1cIjEwXCIgaW5zZXRfc2hhZG93X3BhbmVsPVwiWVwiIGluc2V0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBpbnNldF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiBpbnNldF9zaGFkb3dfYmx1cj1cIjBcIiBpbnNldF9zaGFkb3dfc3ByZWFkPVwiMFwiIGluc2V0X3NoYWRvd19jb2xvcj1cIiNmZmU1OTBcIiBpbnNldF9zaGFkb3dfb3BhY2l0eT1cIjEwMFwiIGxvY2F0aW9uPVwib3B0aW5fYm94X3N0eWxlXzE0XCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozODoiZWxlbWVudC1jb250YWluZXIgY2YgcGFkLWxlZnQgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkzOiJiYWNrZ3JvdW5kOiNmY2ZjZmM7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZmNmY2ZjKSwgY29sb3Itc3RvcCgxMDAlLCAjZjVmNWY1KSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZmNmY2ZjLCBlbmRDb2xvcnN0cj0jZjVmNWY1LCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZMlpqWm1NaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqSXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakUxSW4wPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fQ==','revision','2014-05-05 20:47:48'),(76,1576,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl05MCBEYXkgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UcmFkaW5nIFByb2dyYW08L3NwYW4+IEdldCBTdGFydGVkIE5vdy5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU1OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTUwXCIgaGVpZ2h0PVwiMzA5XCIgYWxpZ249XCJsZWZ0XCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RRd05qZ3dOekF1YUdRdWJYQTBQM005WW1FMU9HWm1NVEF3Tm1Oa016azJPRE5pTmpCaE9USmhNelZtWkdSa1lqTT1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdTGVhcm4gSG93IHRvIEJlY29tZSBhIFF1YW50IFRyYWRlclsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ5MToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiNlZWViZGRcIiBib3R0b21fcGFkZGluZz1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMzY0XCIgbGluZV9oZWlnaHQ9XCIyMlwiXUR1cmluZyB0aGlzIDkwIGRheSB0cmFpbmluZyBwcm9ncmFtIHlvdSB3aWxsIHJlY2VpdmUgY29tcHJlaGVuc2l2ZSB0cmFpbmluZyBpbmNsdWRpbmcgdGhlIGNvbmNlcHQsIG1ldGhvZHMgYW5kIHRvb2xzIGluIGFuIGVhc3kgdG8gdW5kZXJzdGFuZCBzdGVwLWJ5LXN0ZXAgZm9ybWF0LiBUaGUgZXhhY3QgbG9naWMgaXMgcmV2ZWFsZWQgd2l0aCBhbGwgdGhlIG5lY2Vzc2FyeSBydWxlcyBuZWVkZWQgZm9yIHVuZGVyc3RhbmRpbmcgYW5kIGltcGxlbWVudGluZyB0aGUgUmlvc1F1YW50IGFwcHJvYWNoIHRvIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU4ODoiW29wdGluX2JveCBzdHlsZT1cIjE0XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0MjU4MjJcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjFcIiB0ZXh0PVwiQ2xpY2sgaGVyZSBhbmQgY2hlY2sgeW91ciBpbmJveFwiIHRleHRfc2l6ZT1cIjE4XCIgdGV4dF9jb2xvcj1cIiM1MDQyMTBcIiB0ZXh0X2ZvbnQ9XCJIZWx2ZXRpY2E7ZGVmYXVsdFwiIHRleHRfYm9sZD1cIllcIiB0ZXh0X2xldHRlcl9zcGFjaW5nPVwiMFwiIHRleHRfc2hhZG93X3BhbmVsPVwiWVwiIHRleHRfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIHRleHRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgdGV4dF9zaGFkb3dfY29sb3I9XCIjZmZmZjllXCIgdGV4dF9zaGFkb3dfYmx1cj1cIjBcIiBzdHlsaW5nX3dpZHRoPVwiMTAwXCIgc3R5bGluZ19oZWlnaHQ9XCIxNFwiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPVwiI2Q2OTMwMFwiIHN0eWxpbmdfYm9yZGVyX3NpemU9XCIxXCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPVwiNlwiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9XCIxMDBcIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPVwiI2ZmY2YwYVwiIHN0eWxpbmdfZ3JhZGllbnRfZW5kX2NvbG9yPVwiI2ZmZGEyMlwiIGRyb3Bfc2hhZG93X3BhbmVsPVwiWVwiIGRyb3Bfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIGRyb3Bfc2hhZG93X2hvcml6b250YWw9XCIwXCIgZHJvcF9zaGFkb3dfYmx1cj1cIjFcIiBkcm9wX3NoYWRvd19zcHJlYWQ9XCIwXCIgZHJvcF9zaGFkb3dfY29sb3I9XCIjMDAwMDAwXCIgZHJvcF9zaGFkb3dfb3BhY2l0eT1cIjEwXCIgaW5zZXRfc2hhZG93X3BhbmVsPVwiWVwiIGluc2V0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBpbnNldF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiBpbnNldF9zaGFkb3dfYmx1cj1cIjBcIiBpbnNldF9zaGFkb3dfc3ByZWFkPVwiMFwiIGluc2V0X3NoYWRvd19jb2xvcj1cIiNmZmU1OTBcIiBpbnNldF9zaGFkb3dfb3BhY2l0eT1cIjEwMFwiIGxvY2F0aW9uPVwib3B0aW5fYm94X3N0eWxlXzE0XCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozODoiZWxlbWVudC1jb250YWluZXIgY2YgcGFkLWxlZnQgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkzOiJiYWNrZ3JvdW5kOiNmY2ZjZmM7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZmNmY2ZjKSwgY29sb3Itc3RvcCgxMDAlLCAjZjVmNWY1KSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZmNmY2ZjLCBlbmRDb2xvcnN0cj0jZjVmNWY1LCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZMlpqWm1NaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqSXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakUxSW4wPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fQ==','publish','2014-05-05 21:23:43'),(89,1580,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxYTllZTA7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhZVGxsWlRBaUxDSndZV1JrYVc1blZHOXdJam9pTXpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzMFwiIGZvbnRfZm9udD1cIkFzYXBcIiBmb250X3N0eWxlPVwiYm9sZFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgZm9udF9zaGFkb3c9XCJkYXJrXCIgYWxpZ249XCJjZW50ZXJcIl1RVUFOVCBUUkFESU5HOiBHZXQgdGhlIGxvZ2ljIGZlZWwgdGhlIHBvd2VyIVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzA6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNC9idWxscy1ydW5uaW5nLmpwZ1wiIHdpZHRoPVwiNjE1XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM4OiJiYWNrZ3JvdW5kOiMyMTIxMjE7cGFkZGluZy1ib3R0b206MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NzI6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeU1USXhNakVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTUNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODI6IltjYWxlbmRhcl9kYXRlIHN0eWxlPVwiMVwiIG1vbnRoPVwiTWF5XCIgY2FsZW5kYXJfYmFyX2NvbG9yPVwiI2ZmMDAwMFwiIGRheT1cIjZcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyMVwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgd2lkdGg9XCIyMjBcIl08c3Ryb25nPlR1ZXNkYXkgLcKgTWF5IDZ0aCAgMjAxNAo8L3N0cm9uZz43OjAwIHBtIEVUWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3NjA6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIGdvdG93ZWJpbmFyPVwiYTgyOTEyMzU2NlwiIG5hbWVfZGVmYXVsdD1cIk5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1IZXJlXCdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdVmFsb3JhbW9zIHN1IHByaXZhY2lkYWQgeSBudW5jYSBsZSBzcGFtWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdQ2xpY2sgaGVyZSB0aGVuIGdvIHRvIHlvdXIgaW5ib3ghWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MjthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxMTA6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxNTY6ImV5SmlZV05yWjNKdmRXNWtTVzFoWjJVaU9pSjFjbXdvYUhSMGNEb3ZMMjl3ZEdsdGFYcGxjSEpsYzNNeUxtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE15OHdOaTlpWVdOck1TNXdibWNwSWl3aVltRmphMmR5YjNWdVpGQnZjMmwwYVc5dUlqb2lkR2xzWlNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMzNDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjQ0XCIgYWxpZ249XCJsZWZ0XCIgbGluZV9oZWlnaHQ9XCIzNVwiXTxkaXYgZGF0YS1sYj1cImVkaXRhYmxlLXJpY2gtdGV4dFwiIGRhdGEtbGItaWQ9XCJtYWluLWhlYWRsaW5lXCIgZGF0YS1sYi1uYW1lPVwiTWFpbiBIZWFkbGluZSBUZXh0XCI+CgrCoFJpb3NRdWFudCBwZXJmb3JtYW5jZSBjb2FjaCBTdGV2ZSBTY2h3YXJ0eiB3aWxsIHNoYXJlIGhpcyBpbnNpZ2h0cyBkdXJpbmcgdGhpcyBzcGVjaWFsIG9ubGluZSB0cmFpbmluZyBzZXNzaW9uLiAKVE9OSUdIVFwnUyBUT1BJQ1MgSU5DTFVERTo8L2Rpdj5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzQxOiJbc3RlcF9ncmFwaGljcyBzdHlsZT1cIjNcIiBjb2xvcj1cIiMxYTllZTBcIl1bc3RlcCBzdHlsZT1cIjNcIiB0ZXh0PVwiMVwiIGhlYWRsaW5lPVwiSG93IHRvIGlkZW50aWZ5IG1hcmtldCBlbnZpcm9ubWVudCBpbnN0YW50bHlcIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIkZpbmRpbmcgaGlnaCBwcm9iYWJpbGl0eSB0cmFkZSBzZXQgdXBzXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIzXCIgaGVhZGxpbmU9XCJUaGUgb25lIGluZGljYXRvciB5b3Ugc2hvdWxkIG5ldmVyIHRyYWRlIHdpdGhvdXRcIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY5OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvYmJjMy0zMDB4MTM3LmpwZ1wiIHdpZHRoPVwiMzAwXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjU6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNzY6Ilt2aWRlb19wbGF5ZXIgdHlwZT1cInVybFwiIGF1dG9fYnVmZmVyPVwiWVwiIHVybDE9XCJcIiB1cmwyPVwiXCIgd2lkdGg9XCI1NjBcIiBoZWlnaHQ9XCIzMTVcIiBhbGlnbj1cImNlbnRlclwiIG1hcmdpbl90b3A9XCIwXCIgbWFyZ2luX2JvdHRvbT1cIjIwXCJdYUhSMGNEb3ZMM0JzWVhsbGNpNTJhVzFsYnk1amIyMHZaWGgwWlhKdVlXd3ZPVFF3Tmpnd056QXVhR1F1YlhBMFAzTTlZbUUxT0dabU1UQXdObU5rTXprMk9ETmlOakJoT1RKaE16Vm1aR1JrWWpNPVsvdmlkZW9fcGxheWVyXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDgzOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJd4oCcRmlybXMgYXJlIG5vdyBlbXBsb3lpbmcgZ2lmdGVkIGFjYWRlbWljIHN0YXRpc3RpY2lhbnMgdG8gdHJhY2sgcGF0dGVybnMgb3IgdHJlbmRzIGluIHRyYWRpbmcgYmVoYXZpb3IgYW5kIGNyZWF0ZSBmb3JtdWxhZSB0byBwcmVkaWN0IGZ1dHVyZSBtYXJrZXQgbW92ZW1lbnRzLiBUaGVzZSBmb3JtdWxhZSBhcmUgdGhlbiBmZWQgaW50byBwb3dlcmZ1bCBjb21wdXRlcnMg4oCm4oCdIOKAnFRoZXNlIHByb2dyYW1zIGFyZSBpbW1lbnNlbHkgcG93ZXJmdWwsIGNvbnN0YW50bHkgbW9uaXRvcmluZyBtYXJrZXQgbW92ZW1lbnRzLCB0cmFkaW5nIHBhdHRlcm5z4oCm4oCdICBcIkl0IGRyaXZlcyBhbG1vc3QgZXZlcnl0aGluZyB0aGF0IGdvZXMgb24gdGhlIFN0cmVldC7igJ0KCi3CoCBCcml0aXNoIEJyb2FkY2FzdGluZyBDb3Jwb3JhdGlvblsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MzthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjQ7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJjZW50ZXJcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjOTE5MTkxXCIgYm90dG9tX3BhZGRpbmc9XCIxMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCI0NjBcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5TaGFyZSB0aGlzIHBhZ2Ugd2l0aCB5b3VyIGZyaWVuZHMuLi48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiNlYTcxMTA7cGFkZGluZy10b3A6NDVweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTmxZVGN4TVRBaUxDSndZV1JrYVc1blZHOXdJam9pTkRVaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNDg6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgYWxpZ249XCJjZW50ZXJcIl1TZWF0aW5nIGlzIGxpbWl0ZWQgc28gZG9uXCd0IGRlbGF5LCByZXNlcnZlIHlvdXIgc3BvdCBub3chWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','revision','2014-05-06 12:26:04'),(90,1580,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxYTllZTA7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhZVGxsWlRBaUxDSndZV1JrYVc1blZHOXdJam9pTXpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzMFwiIGZvbnRfZm9udD1cIkFzYXBcIiBmb250X3N0eWxlPVwiYm9sZFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgZm9udF9zaGFkb3c9XCJkYXJrXCIgYWxpZ249XCJjZW50ZXJcIl1RVUFOVCBUUkFESU5HOiBHZXQgdGhlIGxvZ2ljIGZlZWwgdGhlIHBvd2VyIVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzA6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNC9idWxscy1ydW5uaW5nLmpwZ1wiIHdpZHRoPVwiNjE1XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM4OiJiYWNrZ3JvdW5kOiMyMTIxMjE7cGFkZGluZy1ib3R0b206MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NzI6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeU1USXhNakVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTUNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODI6IltjYWxlbmRhcl9kYXRlIHN0eWxlPVwiMVwiIG1vbnRoPVwiTWF5XCIgY2FsZW5kYXJfYmFyX2NvbG9yPVwiI2ZmMDAwMFwiIGRheT1cIjZcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyMVwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgd2lkdGg9XCIyMjBcIl08c3Ryb25nPlR1ZXNkYXkgLcKgTWF5IDZ0aCAgMjAxNAo8L3N0cm9uZz43OjAwIHBtIEVUWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3NjA6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIGdvdG93ZWJpbmFyPVwiYTgyNzkxOTAwNlwiIG5hbWVfZGVmYXVsdD1cIk5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1IZXJlXCdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdVmFsb3JhbW9zIHN1IHByaXZhY2lkYWQgeSBudW5jYSBsZSBzcGFtWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdQ2xpY2sgaGVyZSB0aGVuIGdvIHRvIHlvdXIgaW5ib3ghWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MjthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxMTA6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxNTY6ImV5SmlZV05yWjNKdmRXNWtTVzFoWjJVaU9pSjFjbXdvYUhSMGNEb3ZMMjl3ZEdsdGFYcGxjSEpsYzNNeUxtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE15OHdOaTlpWVdOck1TNXdibWNwSWl3aVltRmphMmR5YjNWdVpGQnZjMmwwYVc5dUlqb2lkR2xzWlNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMzNDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjQ0XCIgYWxpZ249XCJsZWZ0XCIgbGluZV9oZWlnaHQ9XCIzNVwiXTxkaXYgZGF0YS1sYj1cImVkaXRhYmxlLXJpY2gtdGV4dFwiIGRhdGEtbGItaWQ9XCJtYWluLWhlYWRsaW5lXCIgZGF0YS1sYi1uYW1lPVwiTWFpbiBIZWFkbGluZSBUZXh0XCI+CgrCoFJpb3NRdWFudCBwZXJmb3JtYW5jZSBjb2FjaCBTdGV2ZSBTY2h3YXJ0eiB3aWxsIHNoYXJlIGhpcyBpbnNpZ2h0cyBkdXJpbmcgdGhpcyBzcGVjaWFsIG9ubGluZSB0cmFpbmluZyBzZXNzaW9uLiAKVE9OSUdIVFwnUyBUT1BJQ1MgSU5DTFVERTo8L2Rpdj5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzQxOiJbc3RlcF9ncmFwaGljcyBzdHlsZT1cIjNcIiBjb2xvcj1cIiMxYTllZTBcIl1bc3RlcCBzdHlsZT1cIjNcIiB0ZXh0PVwiMVwiIGhlYWRsaW5lPVwiSG93IHRvIGlkZW50aWZ5IG1hcmtldCBlbnZpcm9ubWVudCBpbnN0YW50bHlcIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIkZpbmRpbmcgaGlnaCBwcm9iYWJpbGl0eSB0cmFkZSBzZXQgdXBzXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIzXCIgaGVhZGxpbmU9XCJUaGUgb25lIGluZGljYXRvciB5b3Ugc2hvdWxkIG5ldmVyIHRyYWRlIHdpdGhvdXRcIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY5OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvYmJjMy0zMDB4MTM3LmpwZ1wiIHdpZHRoPVwiMzAwXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjU6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNzY6Ilt2aWRlb19wbGF5ZXIgdHlwZT1cInVybFwiIGF1dG9fYnVmZmVyPVwiWVwiIHVybDE9XCJcIiB1cmwyPVwiXCIgd2lkdGg9XCI1NjBcIiBoZWlnaHQ9XCIzMTVcIiBhbGlnbj1cImNlbnRlclwiIG1hcmdpbl90b3A9XCIwXCIgbWFyZ2luX2JvdHRvbT1cIjIwXCJdYUhSMGNEb3ZMM0JzWVhsbGNpNTJhVzFsYnk1amIyMHZaWGgwWlhKdVlXd3ZPVFF3Tmpnd056QXVhR1F1YlhBMFAzTTlZbUUxT0dabU1UQXdObU5rTXprMk9ETmlOakJoT1RKaE16Vm1aR1JrWWpNPVsvdmlkZW9fcGxheWVyXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDgzOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJd4oCcRmlybXMgYXJlIG5vdyBlbXBsb3lpbmcgZ2lmdGVkIGFjYWRlbWljIHN0YXRpc3RpY2lhbnMgdG8gdHJhY2sgcGF0dGVybnMgb3IgdHJlbmRzIGluIHRyYWRpbmcgYmVoYXZpb3IgYW5kIGNyZWF0ZSBmb3JtdWxhZSB0byBwcmVkaWN0IGZ1dHVyZSBtYXJrZXQgbW92ZW1lbnRzLiBUaGVzZSBmb3JtdWxhZSBhcmUgdGhlbiBmZWQgaW50byBwb3dlcmZ1bCBjb21wdXRlcnMg4oCm4oCdIOKAnFRoZXNlIHByb2dyYW1zIGFyZSBpbW1lbnNlbHkgcG93ZXJmdWwsIGNvbnN0YW50bHkgbW9uaXRvcmluZyBtYXJrZXQgbW92ZW1lbnRzLCB0cmFkaW5nIHBhdHRlcm5z4oCm4oCdICBcIkl0IGRyaXZlcyBhbG1vc3QgZXZlcnl0aGluZyB0aGF0IGdvZXMgb24gdGhlIFN0cmVldC7igJ0KCi3CoCBCcml0aXNoIEJyb2FkY2FzdGluZyBDb3Jwb3JhdGlvblsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MzthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjQ7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJjZW50ZXJcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjOTE5MTkxXCIgYm90dG9tX3BhZGRpbmc9XCIxMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCI0NjBcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5TaGFyZSB0aGlzIHBhZ2Ugd2l0aCB5b3VyIGZyaWVuZHMuLi48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiNlYTcxMTA7cGFkZGluZy10b3A6NDVweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTmxZVGN4TVRBaUxDSndZV1JrYVc1blZHOXdJam9pTkRVaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNDg6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgYWxpZ249XCJjZW50ZXJcIl1TZWF0aW5nIGlzIGxpbWl0ZWQgc28gZG9uXCd0IGRlbGF5LCByZXNlcnZlIHlvdXIgc3BvdCBub3chWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','revision','2014-05-06 12:28:37'),(99,1654,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl05MCBEYXkgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UcmFkaW5nIFByb2dyYW08L3NwYW4+IEdldCBTdGFydGVkIE5vdy5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU1OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTUwXCIgaGVpZ2h0PVwiMzA5XCIgYWxpZ249XCJsZWZ0XCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RRd01qVXdNemd1YUdRdWJYQTBQM005TkRRek5ERXpZelkxTW1NNU1qRm1OR1kxTWpNd1lqUTNNemcxWkRRMk5qTT1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdTGVhcm4gSG93IHRvIEJlY29tZSBhIFF1YW50IFRyYWRlclsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ5MToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiNlZWViZGRcIiBib3R0b21fcGFkZGluZz1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMzY0XCIgbGluZV9oZWlnaHQ9XCIyMlwiXUR1cmluZyB0aGlzIDkwIGRheSB0cmFpbmluZyBwcm9ncmFtIHlvdSB3aWxsIHJlY2VpdmUgY29tcHJlaGVuc2l2ZSB0cmFpbmluZyBpbmNsdWRpbmcgdGhlIGNvbmNlcHQsIG1ldGhvZHMgYW5kIHRvb2xzIGluIGFuIGVhc3kgdG8gdW5kZXJzdGFuZCBzdGVwLWJ5LXN0ZXAgZm9ybWF0LiBUaGUgZXhhY3QgbG9naWMgaXMgcmV2ZWFsZWQgd2l0aCBhbGwgdGhlIG5lY2Vzc2FyeSBydWxlcyBuZWVkZWQgZm9yIHVuZGVyc3RhbmRpbmcgYW5kIGltcGxlbWVudGluZyB0aGUgUmlvc1F1YW50IGFwcHJvYWNoIHRvIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU4ODoiW29wdGluX2JveCBzdHlsZT1cIjE0XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0MjU4MjJcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjFcIiB0ZXh0PVwiQ2xpY2sgaGVyZSBhbmQgY2hlY2sgeW91ciBpbmJveFwiIHRleHRfc2l6ZT1cIjE4XCIgdGV4dF9jb2xvcj1cIiM1MDQyMTBcIiB0ZXh0X2ZvbnQ9XCJIZWx2ZXRpY2E7ZGVmYXVsdFwiIHRleHRfYm9sZD1cIllcIiB0ZXh0X2xldHRlcl9zcGFjaW5nPVwiMFwiIHRleHRfc2hhZG93X3BhbmVsPVwiWVwiIHRleHRfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIHRleHRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgdGV4dF9zaGFkb3dfY29sb3I9XCIjZmZmZjllXCIgdGV4dF9zaGFkb3dfYmx1cj1cIjBcIiBzdHlsaW5nX3dpZHRoPVwiMTAwXCIgc3R5bGluZ19oZWlnaHQ9XCIxNFwiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPVwiI2Q2OTMwMFwiIHN0eWxpbmdfYm9yZGVyX3NpemU9XCIxXCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPVwiNlwiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9XCIxMDBcIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPVwiI2ZmY2YwYVwiIHN0eWxpbmdfZ3JhZGllbnRfZW5kX2NvbG9yPVwiI2ZmZGEyMlwiIGRyb3Bfc2hhZG93X3BhbmVsPVwiWVwiIGRyb3Bfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIGRyb3Bfc2hhZG93X2hvcml6b250YWw9XCIwXCIgZHJvcF9zaGFkb3dfYmx1cj1cIjFcIiBkcm9wX3NoYWRvd19zcHJlYWQ9XCIwXCIgZHJvcF9zaGFkb3dfY29sb3I9XCIjMDAwMDAwXCIgZHJvcF9zaGFkb3dfb3BhY2l0eT1cIjEwXCIgaW5zZXRfc2hhZG93X3BhbmVsPVwiWVwiIGluc2V0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBpbnNldF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiBpbnNldF9zaGFkb3dfYmx1cj1cIjBcIiBpbnNldF9zaGFkb3dfc3ByZWFkPVwiMFwiIGluc2V0X3NoYWRvd19jb2xvcj1cIiNmZmU1OTBcIiBpbnNldF9zaGFkb3dfb3BhY2l0eT1cIjEwMFwiIGxvY2F0aW9uPVwib3B0aW5fYm94X3N0eWxlXzE0XCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozODoiZWxlbWVudC1jb250YWluZXIgY2YgcGFkLWxlZnQgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkzOiJiYWNrZ3JvdW5kOiNmY2ZjZmM7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZmNmY2ZjKSwgY29sb3Itc3RvcCgxMDAlLCAjZjVmNWY1KSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZmNmY2ZjLCBlbmRDb2xvcnN0cj0jZjVmNWY1LCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZMlpqWm1NaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqSXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakUxSW4wPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fQ==','revision','2014-05-11 23:15:38'),(91,1580,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxYTllZTA7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhZVGxsWlRBaUxDSndZV1JrYVc1blZHOXdJam9pTXpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzMFwiIGZvbnRfZm9udD1cIkFzYXBcIiBmb250X3N0eWxlPVwiYm9sZFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgZm9udF9zaGFkb3c9XCJkYXJrXCIgYWxpZ249XCJjZW50ZXJcIl1RVUFOVCBUUkFESU5HOiBHZXQgdGhlIGxvZ2ljIGZlZWwgdGhlIHBvd2VyIVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzA6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNC9idWxscy1ydW5uaW5nLmpwZ1wiIHdpZHRoPVwiNjE1XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM4OiJiYWNrZ3JvdW5kOiMyMTIxMjE7cGFkZGluZy1ib3R0b206MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NzI6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeU1USXhNakVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTUNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODI6IltjYWxlbmRhcl9kYXRlIHN0eWxlPVwiMVwiIG1vbnRoPVwiTWF5XCIgY2FsZW5kYXJfYmFyX2NvbG9yPVwiI2ZmMDAwMFwiIGRheT1cIjZcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyMVwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgd2lkdGg9XCIyMjBcIl08c3Ryb25nPlR1ZXNkYXkgLcKgTWF5IDZ0aCAgMjAxNAo8L3N0cm9uZz43OjAwIHBtIEVUWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3Nzc6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgbmV3X3dpbmRvdz1cIllcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImVtYWlsXCIgZ290b3dlYmluYXI9XCJhODI1NDUyNzc0XCIgbmFtZV9kZWZhdWx0PVwiTmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXUhlcmVcJ3MgVGhlIEhlYWRsaW5lIEZvciBUaGUgQm94Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdVEc5eVpXMGdhWEJ6ZFcwZ1pHOXNiM0lnYzJsMElHRnRaWFFzSUdOdmJuTmxZM1JsZEhWeUlHRmthWEJwYzJOcGJtY2daV3hwZEM0Z1JHOXVaV01nZG1Wc0lHNTFibU1nYm05dUlHeGhZM1Z6SUhabGJtVnVZWFJwY3lCamIyMXRiMlJ2TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1WYWxvcmFtb3Mgc3UgcHJpdmFjaWRhZCB5IG51bmNhIGxlIHNwYW1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1DbGljayBoZXJlIHRoZW4gZ28gdG8geW91ciBpbmJveCFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319aToyO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fX1pOjM7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjExMDoiYmFja2dyb3VuZC1pbWFnZTp1cmwoaHR0cDovL29wdGltaXplcHJlc3MyLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8wNi9iYWNrMS5wbmcpO2JhY2tncm91bmQtcmVwZWF0OnJlcGVhdDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjE1NjoiZXlKaVlXTnJaM0p2ZFc1a1NXMWhaMlVpT2lKMWNtd29hSFIwY0RvdkwyOXdkR2x0YVhwbGNISmxjM015TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TXk4d05pOWlZV05yTVM1d2JtY3BJaXdpWW1GamEyZHliM1Z1WkZCdmMybDBhVzl1SWpvaWRHbHNaU0o5IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzM0OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiNDRcIiBhbGlnbj1cImxlZnRcIiBsaW5lX2hlaWdodD1cIjM1XCJdPGRpdiBkYXRhLWxiPVwiZWRpdGFibGUtcmljaC10ZXh0XCIgZGF0YS1sYi1pZD1cIm1haW4taGVhZGxpbmVcIiBkYXRhLWxiLW5hbWU9XCJNYWluIEhlYWRsaW5lIFRleHRcIj4KCsKgUmlvc1F1YW50IHBlcmZvcm1hbmNlIGNvYWNoIFN0ZXZlIFNjaHdhcnR6IHdpbGwgc2hhcmUgaGlzIGluc2lnaHRzIGR1cmluZyB0aGlzIHNwZWNpYWwgb25saW5lIHRyYWluaW5nIHNlc3Npb24uIApUT05JR0hUXCdTIFRPUElDUyBJTkNMVURFOjwvZGl2PlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozNDE6IltzdGVwX2dyYXBoaWNzIHN0eWxlPVwiM1wiIGNvbG9yPVwiIzFhOWVlMFwiXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIxXCIgaGVhZGxpbmU9XCJIb3cgdG8gaWRlbnRpZnkgbWFya2V0IGVudmlyb25tZW50IGluc3RhbnRseVwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjNcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiRmluZGluZyBoaWdoIHByb2JhYmlsaXR5IHRyYWRlIHNldCB1cHNcIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjNcIiBoZWFkbGluZT1cIlRoZSBvbmUgaW5kaWNhdG9yIHlvdSBzaG91bGQgbmV2ZXIgdHJhZGUgd2l0aG91dFwiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjk6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9iYmMzLTMwMHgxMzcuanBnXCIgd2lkdGg9XCIzMDBcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6NTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI3NjoiW3ZpZGVvX3BsYXllciB0eXBlPVwidXJsXCIgYXV0b19idWZmZXI9XCJZXCIgdXJsMT1cIlwiIHVybDI9XCJcIiB3aWR0aD1cIjU2MFwiIGhlaWdodD1cIjMxNVwiIGFsaWduPVwiY2VudGVyXCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMjBcIl1hSFIwY0RvdkwzQnNZWGxsY2k1MmFXMWxieTVqYjIwdlpYaDBaWEp1WVd3dk9UUXdOamd3TnpBdWFHUXViWEEwUDNNOVltRTFPR1ptTVRBd05tTmtNemsyT0ROaU5qQmhPVEpoTXpWbVpHUmtZak09Wy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0ODM6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl3igJxGaXJtcyBhcmUgbm93IGVtcGxveWluZyBnaWZ0ZWQgYWNhZGVtaWMgc3RhdGlzdGljaWFucyB0byB0cmFjayBwYXR0ZXJucyBvciB0cmVuZHMgaW4gdHJhZGluZyBiZWhhdmlvciBhbmQgY3JlYXRlIGZvcm11bGFlIHRvIHByZWRpY3QgZnV0dXJlIG1hcmtldCBtb3ZlbWVudHMuIFRoZXNlIGZvcm11bGFlIGFyZSB0aGVuIGZlZCBpbnRvIHBvd2VyZnVsIGNvbXB1dGVycyDigKbigJ0g4oCcVGhlc2UgcHJvZ3JhbXMgYXJlIGltbWVuc2VseSBwb3dlcmZ1bCwgY29uc3RhbnRseSBtb25pdG9yaW5nIG1hcmtldCBtb3ZlbWVudHMsIHRyYWRpbmcgcGF0dGVybnPigKbigJ0gIFwiSXQgZHJpdmVzIGFsbW9zdCBldmVyeXRoaW5nIHRoYXQgZ29lcyBvbiB0aGUgU3RyZWV0LuKAnQoKLcKgIEJyaXRpc2ggQnJvYWRjYXN0aW5nIENvcnBvcmF0aW9uWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319aTozO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6NDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMzM6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImNlbnRlclwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiM5MTkxOTFcIiBib3R0b21fcGFkZGluZz1cIjEwXCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjQ2MFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPlNoYXJlIHRoaXMgcGFnZSB3aXRoIHlvdXIgZnJpZW5kcy4uLjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjQ7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6I2VhNzExMDtwYWRkaW5nLXRvcDo0NXB4O3BhZGRpbmctYm90dG9tOjI1cHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObFlUY3hNVEFpTENKd1lXUmthVzVuVkc5d0lqb2lORFVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpVaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0ODoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIwXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBhbGlnbj1cImNlbnRlclwiXVNlYXRpbmcgaXMgbGltaXRlZCBzbyBkb25cJ3QgZGVsYXksIHJlc2VydmUgeW91ciBzcG90IG5vdyFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','revision','2014-05-06 12:29:59'),(98,1653,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl05MCBEYXkgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UcmFkaW5nIFByb2dyYW08L3NwYW4+IEdldCBTdGFydGVkIE5vdy5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU1OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTUwXCIgaGVpZ2h0PVwiMzA5XCIgYWxpZ249XCJsZWZ0XCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RRd01qVXdNemd1YUdRdWJYQTBQM005TkRRek5ERXpZelkxTW1NNU1qRm1OR1kxTWpNd1lqUTNNemcxWkRRMk5qTT1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdTGVhcm4gSG93IHRvIEJlY29tZSBhIFF1YW50IFRyYWRlclsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ5MToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiNlZWViZGRcIiBib3R0b21fcGFkZGluZz1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMzY0XCIgbGluZV9oZWlnaHQ9XCIyMlwiXUR1cmluZyB0aGlzIDkwIGRheSB0cmFpbmluZyBwcm9ncmFtIHlvdSB3aWxsIHJlY2VpdmUgY29tcHJlaGVuc2l2ZSB0cmFpbmluZyBpbmNsdWRpbmcgdGhlIGNvbmNlcHQsIG1ldGhvZHMgYW5kIHRvb2xzIGluIGFuIGVhc3kgdG8gdW5kZXJzdGFuZCBzdGVwLWJ5LXN0ZXAgZm9ybWF0LiBUaGUgZXhhY3QgbG9naWMgaXMgcmV2ZWFsZWQgd2l0aCBhbGwgdGhlIG5lY2Vzc2FyeSBydWxlcyBuZWVkZWQgZm9yIHVuZGVyc3RhbmRpbmcgYW5kIGltcGxlbWVudGluZyB0aGUgUmlvc1F1YW50IGFwcHJvYWNoIHRvIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU4ODoiW29wdGluX2JveCBzdHlsZT1cIjE0XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0MjU4MjJcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjFcIiB0ZXh0PVwiQ2xpY2sgaGVyZSBhbmQgY2hlY2sgeW91ciBpbmJveFwiIHRleHRfc2l6ZT1cIjE4XCIgdGV4dF9jb2xvcj1cIiM1MDQyMTBcIiB0ZXh0X2ZvbnQ9XCJIZWx2ZXRpY2E7ZGVmYXVsdFwiIHRleHRfYm9sZD1cIllcIiB0ZXh0X2xldHRlcl9zcGFjaW5nPVwiMFwiIHRleHRfc2hhZG93X3BhbmVsPVwiWVwiIHRleHRfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIHRleHRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgdGV4dF9zaGFkb3dfY29sb3I9XCIjZmZmZjllXCIgdGV4dF9zaGFkb3dfYmx1cj1cIjBcIiBzdHlsaW5nX3dpZHRoPVwiMTAwXCIgc3R5bGluZ19oZWlnaHQ9XCIxNFwiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPVwiI2Q2OTMwMFwiIHN0eWxpbmdfYm9yZGVyX3NpemU9XCIxXCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPVwiNlwiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9XCIxMDBcIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPVwiI2ZmY2YwYVwiIHN0eWxpbmdfZ3JhZGllbnRfZW5kX2NvbG9yPVwiI2ZmZGEyMlwiIGRyb3Bfc2hhZG93X3BhbmVsPVwiWVwiIGRyb3Bfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIGRyb3Bfc2hhZG93X2hvcml6b250YWw9XCIwXCIgZHJvcF9zaGFkb3dfYmx1cj1cIjFcIiBkcm9wX3NoYWRvd19zcHJlYWQ9XCIwXCIgZHJvcF9zaGFkb3dfY29sb3I9XCIjMDAwMDAwXCIgZHJvcF9zaGFkb3dfb3BhY2l0eT1cIjEwXCIgaW5zZXRfc2hhZG93X3BhbmVsPVwiWVwiIGluc2V0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBpbnNldF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiBpbnNldF9zaGFkb3dfYmx1cj1cIjBcIiBpbnNldF9zaGFkb3dfc3ByZWFkPVwiMFwiIGluc2V0X3NoYWRvd19jb2xvcj1cIiNmZmU1OTBcIiBpbnNldF9zaGFkb3dfb3BhY2l0eT1cIjEwMFwiIGxvY2F0aW9uPVwib3B0aW5fYm94X3N0eWxlXzE0XCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozODoiZWxlbWVudC1jb250YWluZXIgY2YgcGFkLWxlZnQgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkzOiJiYWNrZ3JvdW5kOiNmY2ZjZmM7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZmNmY2ZjKSwgY29sb3Itc3RvcCgxMDAlLCAjZjVmNWY1KSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZmNmY2ZjLCBlbmRDb2xvcnN0cj0jZjVmNWY1LCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZMlpqWm1NaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqSXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakUxSW4wPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fQ==','publish','2014-05-11 23:12:48'),(92,1580,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxYTllZTA7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhZVGxsWlRBaUxDSndZV1JrYVc1blZHOXdJam9pTXpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzMFwiIGZvbnRfZm9udD1cIkFzYXBcIiBmb250X3N0eWxlPVwiYm9sZFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgZm9udF9zaGFkb3c9XCJkYXJrXCIgYWxpZ249XCJjZW50ZXJcIl1RVUFOVCBUUkFESU5HOiBHZXQgdGhlIGxvZ2ljIGZlZWwgdGhlIHBvd2VyIVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzA6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNC9idWxscy1ydW5uaW5nLmpwZ1wiIHdpZHRoPVwiNjE1XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM4OiJiYWNrZ3JvdW5kOiMyMTIxMjE7cGFkZGluZy1ib3R0b206MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NzI6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeU1USXhNakVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTUNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODI6IltjYWxlbmRhcl9kYXRlIHN0eWxlPVwiMVwiIG1vbnRoPVwiTWF5XCIgY2FsZW5kYXJfYmFyX2NvbG9yPVwiI2ZmMDAwMFwiIGRheT1cIjZcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyMVwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgd2lkdGg9XCIyMjBcIl08c3Ryb25nPlR1ZXNkYXkgLcKgTWF5IDZ0aCAgMjAxNAo8L3N0cm9uZz43OjAwIHBtIEVUWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3Nzk6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgbmV3X3dpbmRvdz1cIllcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImVtYWlsXCIgZ290b3dlYmluYXI9XCJhODI1NDUyNzc0XCIgbmFtZV9kZWZhdWx0PVwiTmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXUhlcmVcJ3MgVGhlIEhlYWRsaW5lIEZvciBUaGUgQm94Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdVEc5eVpXMGdhWEJ6ZFcwZ1pHOXNiM0lnYzJsMElHRnRaWFFzSUdOdmJuTmxZM1JsZEhWeUlHRmthWEJwYzJOcGJtY2daV3hwZEM0Z1JHOXVaV01nZG1Wc0lHNTFibU1nYm05dUlHeGhZM1Z6SUhabGJtVnVZWFJwY3lCamIyMXRiMlJ2TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSByZXNwZWN0IHlvdXIgcHJpdmFjeSBhbmQgd2UgbmV2ZXIgc3BhbVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgdGhlbiBnbyB0byB5b3VyIGluYm94IVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjI7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTEwOiJiYWNrZ3JvdW5kLWltYWdlOnVybChodHRwOi8vb3B0aW1pemVwcmVzczIuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzA2L2JhY2sxLnBuZyk7YmFja2dyb3VuZC1yZXBlYXQ6cmVwZWF0OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTU2OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDI5d2RHbHRhWHBsY0hKbGMzTXlMbU52YlM5M2NDMWpiMjUwWlc1MEwzVndiRzloWkhNdk1qQXhNeTh3Tmk5aVlXTnJNUzV3Ym1jcElpd2lZbUZqYTJkeWIzVnVaRkJ2YzJsMGFXOXVJam9pZEdsc1pTSjkiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMzQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCI0NFwiIGFsaWduPVwibGVmdFwiIGxpbmVfaGVpZ2h0PVwiMzVcIl08ZGl2IGRhdGEtbGI9XCJlZGl0YWJsZS1yaWNoLXRleHRcIiBkYXRhLWxiLWlkPVwibWFpbi1oZWFkbGluZVwiIGRhdGEtbGItbmFtZT1cIk1haW4gSGVhZGxpbmUgVGV4dFwiPgoKwqBSaW9zUXVhbnQgcGVyZm9ybWFuY2UgY29hY2ggU3RldmUgU2Nod2FydHogd2lsbCBzaGFyZSBoaXMgaW5zaWdodHMgZHVyaW5nIHRoaXMgc3BlY2lhbCBvbmxpbmUgdHJhaW5pbmcgc2Vzc2lvbi4gClRPTklHSFRcJ1MgVE9QSUNTIElOQ0xVREU6PC9kaXY+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjM0MToiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCIzXCIgY29sb3I9XCIjMWE5ZWUwXCJdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIkhvdyB0byBpZGVudGlmeSBtYXJrZXQgZW52aXJvbm1lbnQgaW5zdGFudGx5XCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIyXCIgaGVhZGxpbmU9XCJGaW5kaW5nIGhpZ2ggcHJvYmFiaWxpdHkgdHJhZGUgc2V0IHVwc1wiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjNcIiB0ZXh0PVwiM1wiIGhlYWRsaW5lPVwiVGhlIG9uZSBpbmRpY2F0b3IgeW91IHNob3VsZCBuZXZlciB0cmFkZSB3aXRob3V0XCJdWy9zdGVwXVsvc3RlcF9ncmFwaGljc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2OToiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2JiYzMtMzAweDEzNy5qcGdcIiB3aWR0aD1cIjMwMFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo1OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjc2OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiBhdXRvX2J1ZmZlcj1cIllcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTYwXCIgaGVpZ2h0PVwiMzE1XCIgYWxpZ249XCJjZW50ZXJcIiBtYXJnaW5fdG9wPVwiMFwiIG1hcmdpbl9ib3R0b209XCIyMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RRd05qZ3dOekF1YUdRdWJYQTBQM005WW1FMU9HWm1NVEF3Tm1Oa016azJPRE5pTmpCaE9USmhNelZtWkdSa1lqTT1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ4MzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXeKAnEZpcm1zIGFyZSBub3cgZW1wbG95aW5nIGdpZnRlZCBhY2FkZW1pYyBzdGF0aXN0aWNpYW5zIHRvIHRyYWNrIHBhdHRlcm5zIG9yIHRyZW5kcyBpbiB0cmFkaW5nIGJlaGF2aW9yIGFuZCBjcmVhdGUgZm9ybXVsYWUgdG8gcHJlZGljdCBmdXR1cmUgbWFya2V0IG1vdmVtZW50cy4gVGhlc2UgZm9ybXVsYWUgYXJlIHRoZW4gZmVkIGludG8gcG93ZXJmdWwgY29tcHV0ZXJzIOKApuKAnSDigJxUaGVzZSBwcm9ncmFtcyBhcmUgaW1tZW5zZWx5IHBvd2VyZnVsLCBjb25zdGFudGx5IG1vbml0b3JpbmcgbWFya2V0IG1vdmVtZW50cywgdHJhZGluZyBwYXR0ZXJuc+KApuKAnSAgXCJJdCBkcml2ZXMgYWxtb3N0IGV2ZXJ5dGhpbmcgdGhhdCBnb2VzIG9uIHRoZSBTdHJlZXQu4oCdCgotwqAgQnJpdGlzaCBCcm9hZGNhc3RpbmcgQ29ycG9yYXRpb25bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjM7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319aTo0O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIzMzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwiY2VudGVyXCIgZm9udF9zaXplPVwiMTVcIiBmb250X2NvbG9yPVwiIzkxOTE5MVwiIGJvdHRvbV9wYWRkaW5nPVwiMTBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiNDYwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+U2hhcmUgdGhpcyBwYWdlIHdpdGggeW91ciBmcmllbmRzLi4uPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6NDthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czo1NjoiYmFja2dyb3VuZDojZWE3MTEwO3BhZGRpbmctdG9wOjQ1cHg7cGFkZGluZy1ib3R0b206MjVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEwMDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5sWVRjeE1UQWlMQ0p3WVdSa2FXNW5WRzl3SWpvaU5EVWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNalVpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTQ4OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjBcIiBmb250X2NvbG9yPVwiI2ZmZmZmZlwiIGFsaWduPVwiY2VudGVyXCJdU2VhdGluZyBpcyBsaW1pdGVkIHNvIGRvblwndCBkZWxheSwgcmVzZXJ2ZSB5b3VyIHNwb3Qgbm93IVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19','revision','2014-05-06 12:33:07'),(93,1580,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxYTllZTA7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhZVGxsWlRBaUxDSndZV1JrYVc1blZHOXdJam9pTXpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzMFwiIGZvbnRfZm9udD1cIkFzYXBcIiBmb250X3N0eWxlPVwiYm9sZFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgZm9udF9zaGFkb3c9XCJkYXJrXCIgYWxpZ249XCJjZW50ZXJcIl1RVUFOVCBUUkFESU5HOiBHZXQgdGhlIGxvZ2ljIGZlZWwgdGhlIHBvd2VyIVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzA6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNC9idWxscy1ydW5uaW5nLmpwZ1wiIHdpZHRoPVwiNjE1XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM4OiJiYWNrZ3JvdW5kOiMyMTIxMjE7cGFkZGluZy1ib3R0b206MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NzI6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeU1USXhNakVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTUNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODI6IltjYWxlbmRhcl9kYXRlIHN0eWxlPVwiMVwiIG1vbnRoPVwiTWF5XCIgY2FsZW5kYXJfYmFyX2NvbG9yPVwiI2ZmMDAwMFwiIGRheT1cIjZcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyMVwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgd2lkdGg9XCIyMjBcIl08c3Ryb25nPlR1ZXNkYXkgLcKgTWF5IDZ0aCAgMjAxNAo8L3N0cm9uZz43OjAwIHBtIEVUWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3Nzk6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgbmV3X3dpbmRvdz1cIllcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImVtYWlsXCIgZ290b3dlYmluYXI9XCJhODI1NDUyNzc0XCIgbmFtZV9kZWZhdWx0PVwiTmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXUhlcmVcJ3MgVGhlIEhlYWRsaW5lIEZvciBUaGUgQm94Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdVEc5eVpXMGdhWEJ6ZFcwZ1pHOXNiM0lnYzJsMElHRnRaWFFzSUdOdmJuTmxZM1JsZEhWeUlHRmthWEJwYzJOcGJtY2daV3hwZEM0Z1JHOXVaV01nZG1Wc0lHNTFibU1nYm05dUlHeGhZM1Z6SUhabGJtVnVZWFJwY3lCamIyMXRiMlJ2TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSByZXNwZWN0IHlvdXIgcHJpdmFjeSBhbmQgd2UgbmV2ZXIgc3BhbVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgdGhlbiBnbyB0byB5b3VyIGluYm94IVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjI7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTEwOiJiYWNrZ3JvdW5kLWltYWdlOnVybChodHRwOi8vb3B0aW1pemVwcmVzczIuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzA2L2JhY2sxLnBuZyk7YmFja2dyb3VuZC1yZXBlYXQ6cmVwZWF0OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTU2OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDI5d2RHbHRhWHBsY0hKbGMzTXlMbU52YlM5M2NDMWpiMjUwWlc1MEwzVndiRzloWkhNdk1qQXhNeTh3Tmk5aVlXTnJNUzV3Ym1jcElpd2lZbUZqYTJkeWIzVnVaRkJ2YzJsMGFXOXVJam9pZEdsc1pTSjkiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjU6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMzQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCI0NFwiIGFsaWduPVwibGVmdFwiIGxpbmVfaGVpZ2h0PVwiMzVcIl08ZGl2IGRhdGEtbGI9XCJlZGl0YWJsZS1yaWNoLXRleHRcIiBkYXRhLWxiLWlkPVwibWFpbi1oZWFkbGluZVwiIGRhdGEtbGItbmFtZT1cIk1haW4gSGVhZGxpbmUgVGV4dFwiPgoKwqBSaW9zUXVhbnQgcGVyZm9ybWFuY2UgY29hY2ggU3RldmUgU2Nod2FydHogd2lsbCBzaGFyZSBoaXMgaW5zaWdodHMgZHVyaW5nIHRoaXMgc3BlY2lhbCBvbmxpbmUgdHJhaW5pbmcgc2Vzc2lvbi4gClRPTklHSFRcJ1MgVE9QSUNTIElOQ0xVREU6PC9kaXY+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjM0MToiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCIzXCIgY29sb3I9XCIjMWE5ZWUwXCJdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIkhvdyB0byBpZGVudGlmeSBtYXJrZXQgZW52aXJvbm1lbnQgaW5zdGFudGx5XCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIyXCIgaGVhZGxpbmU9XCJGaW5kaW5nIGhpZ2ggcHJvYmFiaWxpdHkgdHJhZGUgc2V0IHVwc1wiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjNcIiB0ZXh0PVwiM1wiIGhlYWRsaW5lPVwiVGhlIG9uZSBpbmRpY2F0b3IgeW91IHNob3VsZCBuZXZlciB0cmFkZSB3aXRob3V0XCJdWy9zdGVwXVsvc3RlcF9ncmFwaGljc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjYzOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdIFsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjYzOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdIFsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo0O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2OToiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2JiYzMtMzAweDEzNy5qcGdcIiB3aWR0aD1cIjMwMFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo1OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjc2OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiBhdXRvX2J1ZmZlcj1cIllcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTYwXCIgaGVpZ2h0PVwiMzE1XCIgYWxpZ249XCJjZW50ZXJcIiBtYXJnaW5fdG9wPVwiMFwiIG1hcmdpbl9ib3R0b209XCIyMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RRd05qZ3dOekF1YUdRdWJYQTBQM005WW1FMU9HWm1NVEF3Tm1Oa016azJPRE5pTmpCaE9USmhNelZtWkdSa1lqTT1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ4MzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXeKAnEZpcm1zIGFyZSBub3cgZW1wbG95aW5nIGdpZnRlZCBhY2FkZW1pYyBzdGF0aXN0aWNpYW5zIHRvIHRyYWNrIHBhdHRlcm5zIG9yIHRyZW5kcyBpbiB0cmFkaW5nIGJlaGF2aW9yIGFuZCBjcmVhdGUgZm9ybXVsYWUgdG8gcHJlZGljdCBmdXR1cmUgbWFya2V0IG1vdmVtZW50cy4gVGhlc2UgZm9ybXVsYWUgYXJlIHRoZW4gZmVkIGludG8gcG93ZXJmdWwgY29tcHV0ZXJzIOKApuKAnSDigJxUaGVzZSBwcm9ncmFtcyBhcmUgaW1tZW5zZWx5IHBvd2VyZnVsLCBjb25zdGFudGx5IG1vbml0b3JpbmcgbWFya2V0IG1vdmVtZW50cywgdHJhZGluZyBwYXR0ZXJuc+KApuKAnSAgXCJJdCBkcml2ZXMgYWxtb3N0IGV2ZXJ5dGhpbmcgdGhhdCBnb2VzIG9uIHRoZSBTdHJlZXQu4oCdCgotwqAgQnJpdGlzaCBCcm9hZGNhc3RpbmcgQ29ycG9yYXRpb25bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjM7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319aTo0O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIzMzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwiY2VudGVyXCIgZm9udF9zaXplPVwiMTVcIiBmb250X2NvbG9yPVwiIzkxOTE5MVwiIGJvdHRvbV9wYWRkaW5nPVwiMTBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiNDYwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+U2hhcmUgdGhpcyBwYWdlIHdpdGggeW91ciBmcmllbmRzLi4uPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6NDthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czo1NjoiYmFja2dyb3VuZDojZWE3MTEwO3BhZGRpbmctdG9wOjQ1cHg7cGFkZGluZy1ib3R0b206MjVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEwMDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5sWVRjeE1UQWlMQ0p3WVdSa2FXNW5WRzl3SWpvaU5EVWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNalVpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTQ4OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjBcIiBmb250X2NvbG9yPVwiI2ZmZmZmZlwiIGFsaWduPVwiY2VudGVyXCJdU2VhdGluZyBpcyBsaW1pdGVkIHNvIGRvblwndCBkZWxheSwgcmVzZXJ2ZSB5b3VyIHNwb3Qgbm93IVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19','revision','2014-05-06 12:35:47'),(94,1580,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxYTllZTA7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhZVGxsWlRBaUxDSndZV1JrYVc1blZHOXdJam9pTXpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzMFwiIGZvbnRfZm9udD1cIkFzYXBcIiBmb250X3N0eWxlPVwiYm9sZFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgZm9udF9zaGFkb3c9XCJkYXJrXCIgYWxpZ249XCJjZW50ZXJcIl1RVUFOVCBUUkFESU5HOiBHZXQgdGhlIGxvZ2ljIGZlZWwgdGhlIHBvd2VyIVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzA6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNC9idWxscy1ydW5uaW5nLmpwZ1wiIHdpZHRoPVwiNjE1XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM4OiJiYWNrZ3JvdW5kOiMyMTIxMjE7cGFkZGluZy1ib3R0b206MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NzI6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeU1USXhNakVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTUNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODI6IltjYWxlbmRhcl9kYXRlIHN0eWxlPVwiMVwiIG1vbnRoPVwiTWF5XCIgY2FsZW5kYXJfYmFyX2NvbG9yPVwiI2ZmMDAwMFwiIGRheT1cIjZcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyMVwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgd2lkdGg9XCIyMjBcIl08c3Ryb25nPlR1ZXNkYXkgLcKgTWF5IDZ0aCAgMjAxNAo8L3N0cm9uZz43OjAwIHBtIEVUWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4MDU6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIGdvdG93ZWJpbmFyPVwiYTgyNTQ1Mjc3NFwiIHJlZGlyZWN0X3VybD1cImh0dHA6Ly93d3cucmlvc3F1YW50LmNvbS9cIiBuYW1lX2RlZmF1bHQ9XCJOYW1lXCIgbmFtZV9vcmRlcj1cIjBcIiBuYW1lX3JlcXVpcmVkPVwiTlwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdSGVyZVwncyBUaGUgSGVhZGxpbmUgRm9yIFRoZSBCb3hbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1URzl5WlcwZ2FYQnpkVzBnWkc5c2IzSWdjMmwwSUdGdFpYUXNJR052Ym5ObFkzUmxkSFZ5SUdGa2FYQnBjMk5wYm1jZ1pXeHBkQzRnUkc5dVpXTWdkbVZzSUc1MWJtTWdibTl1SUd4aFkzVnpJSFpsYm1WdVlYUnBjeUJqYjIxdGIyUnZMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHJlc3BlY3QgeW91ciBwcml2YWN5IGFuZCB3ZSBuZXZlciBzcGFtWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdQ2xpY2sgaGVyZSB0aGVuIGdvIHRvIHlvdXIgaW5ib3ghWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MjthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxMTA6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxNTY6ImV5SmlZV05yWjNKdmRXNWtTVzFoWjJVaU9pSjFjbXdvYUhSMGNEb3ZMMjl3ZEdsdGFYcGxjSEpsYzNNeUxtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE15OHdOaTlpWVdOck1TNXdibWNwSWl3aVltRmphMmR5YjNWdVpGQnZjMmwwYVc5dUlqb2lkR2xzWlNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6NTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMzNDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjQ0XCIgYWxpZ249XCJsZWZ0XCIgbGluZV9oZWlnaHQ9XCIzNVwiXTxkaXYgZGF0YS1sYj1cImVkaXRhYmxlLXJpY2gtdGV4dFwiIGRhdGEtbGItaWQ9XCJtYWluLWhlYWRsaW5lXCIgZGF0YS1sYi1uYW1lPVwiTWFpbiBIZWFkbGluZSBUZXh0XCI+CgrCoFJpb3NRdWFudCBwZXJmb3JtYW5jZSBjb2FjaCBTdGV2ZSBTY2h3YXJ0eiB3aWxsIHNoYXJlIGhpcyBpbnNpZ2h0cyBkdXJpbmcgdGhpcyBzcGVjaWFsIG9ubGluZSB0cmFpbmluZyBzZXNzaW9uLiAKVE9OSUdIVFwnUyBUT1BJQ1MgSU5DTFVERTo8L2Rpdj5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzQxOiJbc3RlcF9ncmFwaGljcyBzdHlsZT1cIjNcIiBjb2xvcj1cIiMxYTllZTBcIl1bc3RlcCBzdHlsZT1cIjNcIiB0ZXh0PVwiMVwiIGhlYWRsaW5lPVwiSG93IHRvIGlkZW50aWZ5IG1hcmtldCBlbnZpcm9ubWVudCBpbnN0YW50bHlcIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIkZpbmRpbmcgaGlnaCBwcm9iYWJpbGl0eSB0cmFkZSBzZXQgdXBzXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIzXCIgaGVhZGxpbmU9XCJUaGUgb25lIGluZGljYXRvciB5b3Ugc2hvdWxkIG5ldmVyIHRyYWRlIHdpdGhvdXRcIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NjM6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl0gWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NjM6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl0gWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjQ7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY5OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvYmJjMy0zMDB4MTM3LmpwZ1wiIHdpZHRoPVwiMzAwXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjU6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNzY6Ilt2aWRlb19wbGF5ZXIgdHlwZT1cInVybFwiIGF1dG9fYnVmZmVyPVwiWVwiIHVybDE9XCJcIiB1cmwyPVwiXCIgd2lkdGg9XCI1NjBcIiBoZWlnaHQ9XCIzMTVcIiBhbGlnbj1cImNlbnRlclwiIG1hcmdpbl90b3A9XCIwXCIgbWFyZ2luX2JvdHRvbT1cIjIwXCJdYUhSMGNEb3ZMM0JzWVhsbGNpNTJhVzFsYnk1amIyMHZaWGgwWlhKdVlXd3ZPVFF3Tmpnd056QXVhR1F1YlhBMFAzTTlZbUUxT0dabU1UQXdObU5rTXprMk9ETmlOakJoT1RKaE16Vm1aR1JrWWpNPVsvdmlkZW9fcGxheWVyXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDgzOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJd4oCcRmlybXMgYXJlIG5vdyBlbXBsb3lpbmcgZ2lmdGVkIGFjYWRlbWljIHN0YXRpc3RpY2lhbnMgdG8gdHJhY2sgcGF0dGVybnMgb3IgdHJlbmRzIGluIHRyYWRpbmcgYmVoYXZpb3IgYW5kIGNyZWF0ZSBmb3JtdWxhZSB0byBwcmVkaWN0IGZ1dHVyZSBtYXJrZXQgbW92ZW1lbnRzLiBUaGVzZSBmb3JtdWxhZSBhcmUgdGhlbiBmZWQgaW50byBwb3dlcmZ1bCBjb21wdXRlcnMg4oCm4oCdIOKAnFRoZXNlIHByb2dyYW1zIGFyZSBpbW1lbnNlbHkgcG93ZXJmdWwsIGNvbnN0YW50bHkgbW9uaXRvcmluZyBtYXJrZXQgbW92ZW1lbnRzLCB0cmFkaW5nIHBhdHRlcm5z4oCm4oCdICBcIkl0IGRyaXZlcyBhbG1vc3QgZXZlcnl0aGluZyB0aGF0IGdvZXMgb24gdGhlIFN0cmVldC7igJ0KCi3CoCBCcml0aXNoIEJyb2FkY2FzdGluZyBDb3Jwb3JhdGlvblsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MzthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjQ7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJjZW50ZXJcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjOTE5MTkxXCIgYm90dG9tX3BhZGRpbmc9XCIxMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCI0NjBcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5TaGFyZSB0aGlzIHBhZ2Ugd2l0aCB5b3VyIGZyaWVuZHMuLi48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiNlYTcxMTA7cGFkZGluZy10b3A6NDVweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTmxZVGN4TVRBaUxDSndZV1JrYVc1blZHOXdJam9pTkRVaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNDg6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgYWxpZ249XCJjZW50ZXJcIl1TZWF0aW5nIGlzIGxpbWl0ZWQgc28gZG9uXCd0IGRlbGF5LCByZXNlcnZlIHlvdXIgc3BvdCBub3chWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','publish','2014-05-06 12:37:53'),(95,1582,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjI5OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjBcIiBmb250X2ZvbnQ9XCJBc2FwXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjMWE5ZWUwXCIgZm9udF9zcGFjaW5nPVwiLTFcIiBhbGlnbj1cImNlbnRlclwiXTxzdHJvbmc+TElWRSBXRUJJTkFSPC9zdHJvbmc+wqBXSVRIIFJJT1NRVUFOVCBQRVJGT1JNQU5DRSBDT0FDSCBFRFdBUkQgUFJFU1RPTlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzFhOWVlMDtwYWRkaW5nLXRvcDozMHB4O3BhZGRpbmctYm90dG9tOjI1cHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeFlUbGxaVEFpTENKd1lXUmthVzVuVkc5d0lqb2lNekFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpVaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4OToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjMwXCIgZm9udF9mb250PVwiQXNhcFwiIGZvbnRfc3R5bGU9XCJib2xkXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBmb250X3NoYWRvdz1cImRhcmtcIiBhbGlnbj1cImNlbnRlclwiXVRIRSBORVhUIEJJRyBTV0lORyA6IHdpbGwgeW91IGJlIHJlYWR5P1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM4OiJiYWNrZ3JvdW5kOiMyMTIxMjE7cGFkZGluZy1ib3R0b206MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NzI6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeU1USXhNakVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTUNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODQ6IltjYWxlbmRhcl9kYXRlIHN0eWxlPVwiMVwiIG1vbnRoPVwiQXByaWxcIiBjYWxlbmRhcl9iYXJfY29sb3I9XCIjZmYwMDAwXCIgZGF5PVwiM1wiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjIxXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiB3aWR0aD1cIjIyMFwiXTxzdHJvbmc+VGh1cnNkYXksIHRoZSAzcmQKPC9zdHJvbmc+NzozMCBQTSBFYXN0ZXJuIFRpbWUKNjozMCBQTSBDZW50cmFsIFRpbWUKNDozMCBQTSBQYWNpZmljIFRpbWVbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc4ODoiW29wdGluX2JveCBzdHlsZT1cIjdcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBkaXNhYmxlX25hbWU9XCJZXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIGdvdG93ZWJpbmFyPVwiYTczNTQ1ODc5MFwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1IZXJlXCdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgZW1haWwgaW5ib3ghWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MjthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxMTA6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxNTY6ImV5SmlZV05yWjNKdmRXNWtTVzFoWjJVaU9pSjFjbXdvYUhSMGNEb3ZMMjl3ZEdsdGFYcGxjSEpsYzNNeUxtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE15OHdOaTlpWVdOck1TNXdibWNwSWl3aVltRmphMmR5YjNWdVpGQnZjMmwwYVc5dUlqb2lkR2xzWlNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI5NjoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM1XCIgYWxpZ249XCJsZWZ0XCIgbGluZV9oZWlnaHQ9XCIzNVwiXTxkaXYgZGF0YS1sYj1cImVkaXRhYmxlLXJpY2gtdGV4dFwiIGRhdGEtbGItaWQ9XCJtYWluLWhlYWRsaW5lXCIgZGF0YS1sYi1uYW1lPVwiTWFpbiBIZWFkbGluZSBUZXh0XCI+RFVSSU5HIFRISVMgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFhOWVlMDtcIj48c3Ryb25nPsKgRURVQ0FUSU9OQUwgV0VCSU5BUjwvc3Ryb25nPjwvc3Bhbj4gWU9VIFdJTEwgTEVBUk46PC9kaXY+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU4MjoiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCIzXCIgY29sb3I9XCIjMWE5ZWUwXCJdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIkJyZWFrZG93biBhbmFseXNpcyBmb3IgdGhlIHJlY2VudCB0cmFkZXMgZXhlY3V0ZWQgaW4gVGhlIFRyYWRpbmcgUm9vbSBUcmFkZUxBQi4gICAgICAgICAgICAgICAgICAgICAgICAgIFwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjNcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiTGVhcm4gaG93IHRvIHNwb3QgYnJlYWtvdXQgYW5kIGJyZWFrZG93biB0cmFkZSBvcHBvcnR1bml0aWVzIC5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjNcIiBoZWFkbGluZT1cIkhvdyB0byB1c2UgdGhlIHBvd2VyIG9mIHRoZSBHbm9zVElDSyBidWxsaXNoIGFuZCBiZWFyaXNoIHRyZW5kcy5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjRcIiBoZWFkbGluZT1cIlNoYXJlIHlvdXIgcXVlc3Rpb25zIHdpdGggRVAgYW5kIGdldCB0aGUgYW5zd2VycyB0aGF0IHlvdSBzZWVrIGZyb20gYSBwcm9mZXNzaW9uYWwgdHJhZGVyLlwiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozOTQ6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxMlwiXTxoMz48L2gzPgo8aDM+V2hhdCBpZiB5b3UgaGFkIGNyaXRpY2FsIGluZm9ybWF0aW9uIHRoYXQgY291bGQgaGVscCB5b3UgaWRlbnRpZnkgdGhlIE5FWFQgYmlnIHN3aW5nIGluIHRoZSBmaW5hbmNpYWwgbWFya2V0cz8gUGVyZm9ybWFuY2UgY29hY2ggRWR3YXJkIEVQIFByZXN0b24gd2lsbCBzaG93IHlvdSBleGFjdGx5IHdoYXQgaGUgZG9lcyB0byBzY2FuIHRoZSBtYXJrZXRzIGluIG9yZGVyIHRvIGlkZW50aWZ5IHBvdGVudGlhbCBiaWcgc3dpbmcgdHJhZGUgc2V0IHVwcy48L2gzPgo8aDM+PC9oMz4KPGgzPjxzdHJvbmc+wqA8L3N0cm9uZz48L2gzPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Nzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIwMDoiW2ltYWdlcyBzdHlsZT1cIjVcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA0L2VwLXB0ci1jbG9ja3MtMTAyNHg1ODcuanBnXCIgd2lkdGg9XCIxMDI0XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIyMDoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjI0XCIgZm9udF9mb250PVwiU2hhZG93cyBJbnRvIExpZ2h0XCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjQ2MFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPsKgUGVyZm9ybWFuY2UgQ29hY2ggRWR3YXJkIEVQIFByZXN0b248L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319aTozO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6NDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMjoiW3ZlcnRpY2FsX3NwYWNpbmcgaGVpZ2h0PVwiMzBcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo1O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIzMzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwiY2VudGVyXCIgZm9udF9zaXplPVwiMTVcIiBmb250X2NvbG9yPVwiIzkxOTE5MVwiIGJvdHRvbV9wYWRkaW5nPVwiMTBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiNDYwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+U2hhcmUgdGhpcyBwYWdlIHdpdGggeW91ciBmcmllbmRzLi4uPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo2O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI2NDoiW3NvY2lhbF9zaGFyaW5nIHN0eWxlPVwic3R5bGUtMjBcIiBmYl9jb2xvcj1cImxpZ2h0XCIgZmJfbGFuZz1cImVuX0dCXCIgZmJfdGV4dD1cInJlY29tbWVuZFwiIGZiX2J1dHRvbl90ZXh0PVwiU2hhcmVcIiB0d19sYW5nPVwiZW5cIiB0d19idXR0b25fdGV4dD1cIlNoYXJlXCIgZ19sYW5nPVwiZW4tR0JcIiBnX2J1dHRvbl90ZXh0PVwiU2hhcmVcIiBwX2Rlc2NyaXB0aW9uPVwiXCIgbGlua2VkaW5fbGFuZz1cImVuX1VTXCIgYWxpZ25tZW50PVwiY2VudGVyXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjQ7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6I2VhNzExMDtwYWRkaW5nLXRvcDo0NXB4O3BhZGRpbmctYm90dG9tOjI1cHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObFlUY3hNVEFpTENKd1lXUmthVzVuVkc5d0lqb2lORFVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpVaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI5NjoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIwXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBhbGlnbj1cImNlbnRlclwiXVdBUk5JTkc6IMKgV2Ugb25seSBoYXZlIDEwMCBzcG90cyBvbiBvdXIgd2ViaW5hciBzeXN0ZW0gYXZhaWxhYmxlIGFuZMKgc3BhY2Ugd2lsbCBmaWxsIHVwIGZhc3Qgc28gcmVnaXN0ZXIgbm93IHRvIGF2b2lkIG1pc3Npbmcgb3V0LiDCoFRoaXMgd2ViaW5hciBpcyBwYWNrZWQgd2l0aCBoaWdoIHF1YWxpdHkgY29udGVudCBhbmQgd2lsbCBmaWxsIHVwIGZhc3QhWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQwMDoiW2NvdW50ZG93bl90aW1lciBzdHlsZT1cIjFcIiBlbmRfZGF0ZT1cIjIwMTQvNC8zIDE5OjM6NTkgR01UIC00XCIgeWVhcnNfdGV4dD1cIlllYXJzXCIgeWVhcnNfdGV4dF9zaW5ndWxhcj1cIlllYXJcIiBtb250aHNfdGV4dD1cIk1vbnRoc1wiIG1vbnRoc190ZXh0X3Npbmd1bGFyPVwiTW9udGhcIiBkYXlzX3RleHQ9XCJEYXlzXCIgZGF5c190ZXh0X3Npbmd1bGFyPVwiRGF5XCIgaG91cnNfdGV4dD1cIkhvdXJzXCIgaG91cnNfdGV4dF9zaW5ndWxhcj1cIkhvdXJcIiBtaW51dGVzX3RleHQ9XCJNaW51dGVzXCIgbWludXRlc190ZXh0X3Npbmd1bGFyPVwiTWludXRlXCIgc2Vjb25kc190ZXh0PVwiU2Vjb25kc1wiIHNlY29uZHNfdGV4dF9zaW5ndWxhcj1cIlNlY29uZFwiXVsvY291bnRkb3duX3RpbWVyXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTo1O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE0NzoiYmFja2dyb3VuZC1pbWFnZTp1cmwoaHR0cDovL29wdGltaXplcHJlc3MyLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8wNi9iYWNrMS5wbmcpO2JhY2tncm91bmQtcmVwZWF0OnJlcGVhdDtwYWRkaW5nLXRvcDozMHB4O3BhZGRpbmctYm90dG9tOjUwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoyMDg6ImV5SmlZV05yWjNKdmRXNWtTVzFoWjJVaU9pSjFjbXdvYUhSMGNEb3ZMMjl3ZEdsdGFYcGxjSEpsYzNNeUxtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE15OHdOaTlpWVdOck1TNXdibWNwSWl3aVltRmphMmR5YjNWdVpGQnZjMmwwYVc5dUlqb2lkR2xzWlNJc0luQmhaR1JwYm1kVWIzQWlPaUl6TUNJc0luQmhaR1JwYm1kQ2IzUjBiMjBpT2lJMU1DSjkiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjI1XCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGFsaWduPVwiY2VudGVyXCIgYm90dG9tX21hcmdpbj1cIjIwXCJdPHN0cm9uZz5UaGlzIG9uZSB3aWxsIGJlIG5vIGV4Y2VwdGlvbi7CoFNvIGNsYWltIHlvdXIgc3BvdCBiZWxvdyE8L3N0cm9uZz5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Nzg4OiJbb3B0aW5fYm94IHN0eWxlPVwiN1wiIGFsaWdubWVudD1cImNlbnRlclwiIGRpc2FibGVfbmFtZT1cIllcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImVtYWlsXCIgZ290b3dlYmluYXI9XCJhNzM1NDU4NzkwXCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXUhlcmVcJ3MgVGhlIEhlYWRsaW5lIEZvciBUaGUgQm94Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdVEc5eVpXMGdhWEJ6ZFcwZ1pHOXNiM0lnYzJsMElHRnRaWFFzSUdOdmJuTmxZM1JsZEhWeUlHRmthWEJwYzJOcGJtY2daV3hwZEM0Z1JHOXVaV01nZG1Wc0lHNTFibU1nYm05dUlHeGhZM1Z6SUhabGJtVnVZWFJwY3lCamIyMXRiMlJ2TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdQ2xpY2sgaGVyZSBhbmQgZ28gdG8geW91ciBlbWFpbCBpbmJveCFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU4OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+VEhFUkUgSVMgQSBTVUJTVEFOVElBTCBSSVNLIE9GIExPU1MgSU4gVFJBRElORyBDT01NT0RJVFkgRlVUVVJFUywgT1BUSU9OUywgQU5EIEZPUkVJR04gRVhDSEFOR0UgUFJPRFVDVFMuIFBBU1QgUEVSRk9STUFOQ0UgSVMgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFJFU1VMVFMuPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','publish','2014-05-06 17:04:30'),(84,1580,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxYTllZTA7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhZVGxsWlRBaUxDSndZV1JrYVc1blZHOXdJam9pTXpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzMFwiIGZvbnRfZm9udD1cIkFzYXBcIiBmb250X3N0eWxlPVwiYm9sZFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgZm9udF9zaGFkb3c9XCJkYXJrXCIgYWxpZ249XCJjZW50ZXJcIl1RVUFOVCBUUkFESU5HOiBHZXQgdGhlIGxvZ2ljIGZlZWwgdGhlIHBvd2VyIVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzA6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNC9idWxscy1ydW5uaW5nLmpwZ1wiIHdpZHRoPVwiNjE1XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM4OiJiYWNrZ3JvdW5kOiMyMTIxMjE7cGFkZGluZy1ib3R0b206MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NzI6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeU1USXhNakVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTUNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODI6IltjYWxlbmRhcl9kYXRlIHN0eWxlPVwiMVwiIG1vbnRoPVwiTWF5XCIgY2FsZW5kYXJfYmFyX2NvbG9yPVwiI2ZmMDAwMFwiIGRheT1cIjZcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyMVwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgd2lkdGg9XCIyMjBcIl08c3Ryb25nPlR1ZXNkYXkgLcKgTWF5IDZ0aCAgMjAxNAo8L3N0cm9uZz43OjAwIHBtIEVUWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3MzM6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIG5hbWVfZGVmYXVsdD1cIk5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1IZXJlXCdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdVmFsb3JhbW9zIHN1IHByaXZhY2lkYWQgeSBudW5jYSBsZSBzcGFtWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdQ2xpY2sgaGVyZSB0aGVuIGdvIHRvIHlvdXIgaW5ib3ghWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MjthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxMTA6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxNTY6ImV5SmlZV05yWjNKdmRXNWtTVzFoWjJVaU9pSjFjbXdvYUhSMGNEb3ZMMjl3ZEdsdGFYcGxjSEpsYzNNeUxtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE15OHdOaTlpWVdOck1TNXdibWNwSWl3aVltRmphMmR5YjNWdVpGQnZjMmwwYVc5dUlqb2lkR2xzWlNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMzNDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjQ0XCIgYWxpZ249XCJsZWZ0XCIgbGluZV9oZWlnaHQ9XCIzNVwiXTxkaXYgZGF0YS1sYj1cImVkaXRhYmxlLXJpY2gtdGV4dFwiIGRhdGEtbGItaWQ9XCJtYWluLWhlYWRsaW5lXCIgZGF0YS1sYi1uYW1lPVwiTWFpbiBIZWFkbGluZSBUZXh0XCI+CgrCoFJpb3NRdWFudCBwZXJmb3JtYW5jZSBjb2FjaCBTdGV2ZSBTY2h3YXJ0eiB3aWxsIHNoYXJlIGhpcyBpbnNpZ2h0cyBkdXJpbmcgdGhpcyBzcGVjaWFsIG9ubGluZSB0cmFpbmluZyBzZXNzaW9uLiAKVE9OSUdIVFwnUyBUT1BJQ1MgSU5DTFVERTo8L2Rpdj5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzQxOiJbc3RlcF9ncmFwaGljcyBzdHlsZT1cIjNcIiBjb2xvcj1cIiMxYTllZTBcIl1bc3RlcCBzdHlsZT1cIjNcIiB0ZXh0PVwiMVwiIGhlYWRsaW5lPVwiSG93IHRvIGlkZW50aWZ5IG1hcmtldCBlbnZpcm9ubWVudCBpbnN0YW50bHlcIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIkZpbmRpbmcgaGlnaCBwcm9iYWJpbGl0eSB0cmFkZSBzZXQgdXBzXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIzXCIgaGVhZGxpbmU9XCJUaGUgb25lIGluZGljYXRvciB5b3Ugc2hvdWxkIG5ldmVyIHRyYWRlIHdpdGhvdXRcIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY5OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvYmJjMy0zMDB4MTM3LmpwZ1wiIHdpZHRoPVwiMzAwXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjg6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozOTE6Ilt2aWRlb19wbGF5ZXIgdHlwZT1cImVtYmVkXCIgd2lkdGg9XCI1NjBcIiBoZWlnaHQ9XCIzMTVcIiBhbGlnbj1cImNlbnRlclwiIG1hcmdpbl90b3A9XCIwXCIgbWFyZ2luX2JvdHRvbT1cIjIwXCJdPGltZyBzcmM9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3BsdWdpbnMvb3B0aW1pemVQcmVzc1BsdWdpbi9saWIvaW1hZ2VzL3ZpZGVvX3BsYWNlaG9sZGVyLnBuZ1wiIGFsdD1cImFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RRd05qZ3dOekF1YUdRdWJYQTBQM005WW1FMU9HWm1NVEF3Tm1Oa016azJPRE5pTmpCaE9USmhNelZtWkdSa1lqTT1cIiB3aWR0aD1cIjFcIiBoZWlnaHQ9XCIxXCIgLz5bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjYzOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdIFsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ4MzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXeKAnEZpcm1zIGFyZSBub3cgZW1wbG95aW5nIGdpZnRlZCBhY2FkZW1pYyBzdGF0aXN0aWNpYW5zIHRvIHRyYWNrIHBhdHRlcm5zIG9yIHRyZW5kcyBpbiB0cmFkaW5nIGJlaGF2aW9yIGFuZCBjcmVhdGUgZm9ybXVsYWUgdG8gcHJlZGljdCBmdXR1cmUgbWFya2V0IG1vdmVtZW50cy4gVGhlc2UgZm9ybXVsYWUgYXJlIHRoZW4gZmVkIGludG8gcG93ZXJmdWwgY29tcHV0ZXJzIOKApuKAnSDigJxUaGVzZSBwcm9ncmFtcyBhcmUgaW1tZW5zZWx5IHBvd2VyZnVsLCBjb25zdGFudGx5IG1vbml0b3JpbmcgbWFya2V0IG1vdmVtZW50cywgdHJhZGluZyBwYXR0ZXJuc+KApuKAnSAgXCJJdCBkcml2ZXMgYWxtb3N0IGV2ZXJ5dGhpbmcgdGhhdCBnb2VzIG9uIHRoZSBTdHJlZXQu4oCdCgotwqAgQnJpdGlzaCBCcm9hZGNhc3RpbmcgQ29ycG9yYXRpb25bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjQ7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319aTo1O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMyOiJbdmVydGljYWxfc3BhY2luZyBoZWlnaHQ9XCIzMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjY7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJjZW50ZXJcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjOTE5MTkxXCIgYm90dG9tX3BhZGRpbmc9XCIxMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCI0NjBcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5TaGFyZSB0aGlzIHBhZ2Ugd2l0aCB5b3VyIGZyaWVuZHMuLi48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjc7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzQ0OiJbc29jaWFsX3NoYXJpbmcgc3R5bGU9XCJzdHlsZS0yMFwiIGZiX2xpa2VfdXJsPVwiaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL3BhZ2VzL1Jpb3MtUXVhbnQtVHJhZGluZy1lbi1Fc3BhJUMzJUIxb2wvMjY1Mjc2Mjk2OTQwMTExXCIgZmJfY29sb3I9XCJsaWdodFwiIGZiX2xhbmc9XCJlc19FU1wiIGZiX3RleHQ9XCJyZWNvbW1lbmRcIiBmYl9idXR0b25fdGV4dD1cIlNoYXJlXCIgdHdfbGFuZz1cImVzXCIgdHdfYnV0dG9uX3RleHQ9XCJTaGFyZVwiIGdfbGFuZz1cImVuLUdCXCIgZ19idXR0b25fdGV4dD1cIlNoYXJlXCIgbGlua2VkaW5fbGFuZz1cImVuX1VTXCIgYWxpZ25tZW50PVwiY2VudGVyXCJdICI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiNlYTcxMTA7cGFkZGluZy10b3A6NDVweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTmxZVGN4TVRBaUxDSndZV1JrYVc1blZHOXdJam9pTkRVaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNDg6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgYWxpZ249XCJjZW50ZXJcIl1TZWF0aW5nIGlzIGxpbWl0ZWQgc28gZG9uXCd0IGRlbGF5LCByZXNlcnZlIHlvdXIgc3BvdCBub3chWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','revision','2014-05-06 12:17:32'),(85,1580,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxYTllZTA7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhZVGxsWlRBaUxDSndZV1JrYVc1blZHOXdJam9pTXpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzMFwiIGZvbnRfZm9udD1cIkFzYXBcIiBmb250X3N0eWxlPVwiYm9sZFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgZm9udF9zaGFkb3c9XCJkYXJrXCIgYWxpZ249XCJjZW50ZXJcIl1RVUFOVCBUUkFESU5HOiBHZXQgdGhlIGxvZ2ljIGZlZWwgdGhlIHBvd2VyIVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzA6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNC9idWxscy1ydW5uaW5nLmpwZ1wiIHdpZHRoPVwiNjE1XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM4OiJiYWNrZ3JvdW5kOiMyMTIxMjE7cGFkZGluZy1ib3R0b206MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NzI6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeU1USXhNakVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTUNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODI6IltjYWxlbmRhcl9kYXRlIHN0eWxlPVwiMVwiIG1vbnRoPVwiTWF5XCIgY2FsZW5kYXJfYmFyX2NvbG9yPVwiI2ZmMDAwMFwiIGRheT1cIjZcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyMVwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgd2lkdGg9XCIyMjBcIl08c3Ryb25nPlR1ZXNkYXkgLcKgTWF5IDZ0aCAgMjAxNAo8L3N0cm9uZz43OjAwIHBtIEVUWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3MzM6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIG5hbWVfZGVmYXVsdD1cIk5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1IZXJlXCdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdVmFsb3JhbW9zIHN1IHByaXZhY2lkYWQgeSBudW5jYSBsZSBzcGFtWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdQ2xpY2sgaGVyZSB0aGVuIGdvIHRvIHlvdXIgaW5ib3ghWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MjthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxMTA6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxNTY6ImV5SmlZV05yWjNKdmRXNWtTVzFoWjJVaU9pSjFjbXdvYUhSMGNEb3ZMMjl3ZEdsdGFYcGxjSEpsYzNNeUxtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE15OHdOaTlpWVdOck1TNXdibWNwSWl3aVltRmphMmR5YjNWdVpGQnZjMmwwYVc5dUlqb2lkR2xzWlNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMzNDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjQ0XCIgYWxpZ249XCJsZWZ0XCIgbGluZV9oZWlnaHQ9XCIzNVwiXTxkaXYgZGF0YS1sYj1cImVkaXRhYmxlLXJpY2gtdGV4dFwiIGRhdGEtbGItaWQ9XCJtYWluLWhlYWRsaW5lXCIgZGF0YS1sYi1uYW1lPVwiTWFpbiBIZWFkbGluZSBUZXh0XCI+CgrCoFJpb3NRdWFudCBwZXJmb3JtYW5jZSBjb2FjaCBTdGV2ZSBTY2h3YXJ0eiB3aWxsIHNoYXJlIGhpcyBpbnNpZ2h0cyBkdXJpbmcgdGhpcyBzcGVjaWFsIG9ubGluZSB0cmFpbmluZyBzZXNzaW9uLiAKVE9OSUdIVFwnUyBUT1BJQ1MgSU5DTFVERTo8L2Rpdj5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzQxOiJbc3RlcF9ncmFwaGljcyBzdHlsZT1cIjNcIiBjb2xvcj1cIiMxYTllZTBcIl1bc3RlcCBzdHlsZT1cIjNcIiB0ZXh0PVwiMVwiIGhlYWRsaW5lPVwiSG93IHRvIGlkZW50aWZ5IG1hcmtldCBlbnZpcm9ubWVudCBpbnN0YW50bHlcIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIkZpbmRpbmcgaGlnaCBwcm9iYWJpbGl0eSB0cmFkZSBzZXQgdXBzXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIzXCIgaGVhZGxpbmU9XCJUaGUgb25lIGluZGljYXRvciB5b3Ugc2hvdWxkIG5ldmVyIHRyYWRlIHdpdGhvdXRcIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY5OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvYmJjMy0zMDB4MTM3LmpwZ1wiIHdpZHRoPVwiMzAwXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjc6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozOTE6Ilt2aWRlb19wbGF5ZXIgdHlwZT1cImVtYmVkXCIgd2lkdGg9XCI1NjBcIiBoZWlnaHQ9XCIzMTVcIiBhbGlnbj1cImNlbnRlclwiIG1hcmdpbl90b3A9XCIwXCIgbWFyZ2luX2JvdHRvbT1cIjIwXCJdPGltZyBzcmM9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3BsdWdpbnMvb3B0aW1pemVQcmVzc1BsdWdpbi9saWIvaW1hZ2VzL3ZpZGVvX3BsYWNlaG9sZGVyLnBuZ1wiIGFsdD1cImFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RRd05qZ3dOekF1YUdRdWJYQTBQM005WW1FMU9HWm1NVEF3Tm1Oa016azJPRE5pTmpCaE9USmhNelZtWkdSa1lqTT1cIiB3aWR0aD1cIjFcIiBoZWlnaHQ9XCIxXCIgLz5bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ4MzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXeKAnEZpcm1zIGFyZSBub3cgZW1wbG95aW5nIGdpZnRlZCBhY2FkZW1pYyBzdGF0aXN0aWNpYW5zIHRvIHRyYWNrIHBhdHRlcm5zIG9yIHRyZW5kcyBpbiB0cmFkaW5nIGJlaGF2aW9yIGFuZCBjcmVhdGUgZm9ybXVsYWUgdG8gcHJlZGljdCBmdXR1cmUgbWFya2V0IG1vdmVtZW50cy4gVGhlc2UgZm9ybXVsYWUgYXJlIHRoZW4gZmVkIGludG8gcG93ZXJmdWwgY29tcHV0ZXJzIOKApuKAnSDigJxUaGVzZSBwcm9ncmFtcyBhcmUgaW1tZW5zZWx5IHBvd2VyZnVsLCBjb25zdGFudGx5IG1vbml0b3JpbmcgbWFya2V0IG1vdmVtZW50cywgdHJhZGluZyBwYXR0ZXJuc+KApuKAnSAgXCJJdCBkcml2ZXMgYWxtb3N0IGV2ZXJ5dGhpbmcgdGhhdCBnb2VzIG9uIHRoZSBTdHJlZXQu4oCdCgotwqAgQnJpdGlzaCBCcm9hZGNhc3RpbmcgQ29ycG9yYXRpb25bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjM7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319aTo0O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMyOiJbdmVydGljYWxfc3BhY2luZyBoZWlnaHQ9XCIzMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjU7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJjZW50ZXJcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjOTE5MTkxXCIgYm90dG9tX3BhZGRpbmc9XCIxMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCI0NjBcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5TaGFyZSB0aGlzIHBhZ2Ugd2l0aCB5b3VyIGZyaWVuZHMuLi48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjY7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzQ0OiJbc29jaWFsX3NoYXJpbmcgc3R5bGU9XCJzdHlsZS0yMFwiIGZiX2xpa2VfdXJsPVwiaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL3BhZ2VzL1Jpb3MtUXVhbnQtVHJhZGluZy1lbi1Fc3BhJUMzJUIxb2wvMjY1Mjc2Mjk2OTQwMTExXCIgZmJfY29sb3I9XCJsaWdodFwiIGZiX2xhbmc9XCJlc19FU1wiIGZiX3RleHQ9XCJyZWNvbW1lbmRcIiBmYl9idXR0b25fdGV4dD1cIlNoYXJlXCIgdHdfbGFuZz1cImVzXCIgdHdfYnV0dG9uX3RleHQ9XCJTaGFyZVwiIGdfbGFuZz1cImVuLUdCXCIgZ19idXR0b25fdGV4dD1cIlNoYXJlXCIgbGlua2VkaW5fbGFuZz1cImVuX1VTXCIgYWxpZ25tZW50PVwiY2VudGVyXCJdICI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiNlYTcxMTA7cGFkZGluZy10b3A6NDVweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTmxZVGN4TVRBaUxDSndZV1JrYVc1blZHOXdJam9pTkRVaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNDg6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgYWxpZ249XCJjZW50ZXJcIl1TZWF0aW5nIGlzIGxpbWl0ZWQgc28gZG9uXCd0IGRlbGF5LCByZXNlcnZlIHlvdXIgc3BvdCBub3chWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','revision','2014-05-06 12:18:22'),(86,1580,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxYTllZTA7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhZVGxsWlRBaUxDSndZV1JrYVc1blZHOXdJam9pTXpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzMFwiIGZvbnRfZm9udD1cIkFzYXBcIiBmb250X3N0eWxlPVwiYm9sZFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgZm9udF9zaGFkb3c9XCJkYXJrXCIgYWxpZ249XCJjZW50ZXJcIl1RVUFOVCBUUkFESU5HOiBHZXQgdGhlIGxvZ2ljIGZlZWwgdGhlIHBvd2VyIVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzA6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNC9idWxscy1ydW5uaW5nLmpwZ1wiIHdpZHRoPVwiNjE1XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM4OiJiYWNrZ3JvdW5kOiMyMTIxMjE7cGFkZGluZy1ib3R0b206MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NzI6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeU1USXhNakVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTUNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODI6IltjYWxlbmRhcl9kYXRlIHN0eWxlPVwiMVwiIG1vbnRoPVwiTWF5XCIgY2FsZW5kYXJfYmFyX2NvbG9yPVwiI2ZmMDAwMFwiIGRheT1cIjZcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyMVwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgd2lkdGg9XCIyMjBcIl08c3Ryb25nPlR1ZXNkYXkgLcKgTWF5IDZ0aCAgMjAxNAo8L3N0cm9uZz43OjAwIHBtIEVUWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3MzM6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIG5hbWVfZGVmYXVsdD1cIk5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1IZXJlXCdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdVmFsb3JhbW9zIHN1IHByaXZhY2lkYWQgeSBudW5jYSBsZSBzcGFtWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdQ2xpY2sgaGVyZSB0aGVuIGdvIHRvIHlvdXIgaW5ib3ghWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MjthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxMTA6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxNTY6ImV5SmlZV05yWjNKdmRXNWtTVzFoWjJVaU9pSjFjbXdvYUhSMGNEb3ZMMjl3ZEdsdGFYcGxjSEpsYzNNeUxtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE15OHdOaTlpWVdOck1TNXdibWNwSWl3aVltRmphMmR5YjNWdVpGQnZjMmwwYVc5dUlqb2lkR2xzWlNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMzNDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjQ0XCIgYWxpZ249XCJsZWZ0XCIgbGluZV9oZWlnaHQ9XCIzNVwiXTxkaXYgZGF0YS1sYj1cImVkaXRhYmxlLXJpY2gtdGV4dFwiIGRhdGEtbGItaWQ9XCJtYWluLWhlYWRsaW5lXCIgZGF0YS1sYi1uYW1lPVwiTWFpbiBIZWFkbGluZSBUZXh0XCI+CgrCoFJpb3NRdWFudCBwZXJmb3JtYW5jZSBjb2FjaCBTdGV2ZSBTY2h3YXJ0eiB3aWxsIHNoYXJlIGhpcyBpbnNpZ2h0cyBkdXJpbmcgdGhpcyBzcGVjaWFsIG9ubGluZSB0cmFpbmluZyBzZXNzaW9uLiAKVE9OSUdIVFwnUyBUT1BJQ1MgSU5DTFVERTo8L2Rpdj5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzQxOiJbc3RlcF9ncmFwaGljcyBzdHlsZT1cIjNcIiBjb2xvcj1cIiMxYTllZTBcIl1bc3RlcCBzdHlsZT1cIjNcIiB0ZXh0PVwiMVwiIGhlYWRsaW5lPVwiSG93IHRvIGlkZW50aWZ5IG1hcmtldCBlbnZpcm9ubWVudCBpbnN0YW50bHlcIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIkZpbmRpbmcgaGlnaCBwcm9iYWJpbGl0eSB0cmFkZSBzZXQgdXBzXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIzXCIgaGVhZGxpbmU9XCJUaGUgb25lIGluZGljYXRvciB5b3Ugc2hvdWxkIG5ldmVyIHRyYWRlIHdpdGhvdXRcIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY5OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvYmJjMy0zMDB4MTM3LmpwZ1wiIHdpZHRoPVwiMzAwXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjU6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozOTE6Ilt2aWRlb19wbGF5ZXIgdHlwZT1cImVtYmVkXCIgd2lkdGg9XCI1NjBcIiBoZWlnaHQ9XCIzMTVcIiBhbGlnbj1cImNlbnRlclwiIG1hcmdpbl90b3A9XCIwXCIgbWFyZ2luX2JvdHRvbT1cIjIwXCJdPGltZyBzcmM9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3BsdWdpbnMvb3B0aW1pemVQcmVzc1BsdWdpbi9saWIvaW1hZ2VzL3ZpZGVvX3BsYWNlaG9sZGVyLnBuZ1wiIGFsdD1cImFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RRd05qZ3dOekF1YUdRdWJYQTBQM005WW1FMU9HWm1NVEF3Tm1Oa016azJPRE5pTmpCaE9USmhNelZtWkdSa1lqTT1cIiB3aWR0aD1cIjFcIiBoZWlnaHQ9XCIxXCIgLz5bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ4MzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXeKAnEZpcm1zIGFyZSBub3cgZW1wbG95aW5nIGdpZnRlZCBhY2FkZW1pYyBzdGF0aXN0aWNpYW5zIHRvIHRyYWNrIHBhdHRlcm5zIG9yIHRyZW5kcyBpbiB0cmFkaW5nIGJlaGF2aW9yIGFuZCBjcmVhdGUgZm9ybXVsYWUgdG8gcHJlZGljdCBmdXR1cmUgbWFya2V0IG1vdmVtZW50cy4gVGhlc2UgZm9ybXVsYWUgYXJlIHRoZW4gZmVkIGludG8gcG93ZXJmdWwgY29tcHV0ZXJzIOKApuKAnSDigJxUaGVzZSBwcm9ncmFtcyBhcmUgaW1tZW5zZWx5IHBvd2VyZnVsLCBjb25zdGFudGx5IG1vbml0b3JpbmcgbWFya2V0IG1vdmVtZW50cywgdHJhZGluZyBwYXR0ZXJuc+KApuKAnSAgXCJJdCBkcml2ZXMgYWxtb3N0IGV2ZXJ5dGhpbmcgdGhhdCBnb2VzIG9uIHRoZSBTdHJlZXQu4oCdCgotwqAgQnJpdGlzaCBCcm9hZGNhc3RpbmcgQ29ycG9yYXRpb25bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjM7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319aTo0O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIzMzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwiY2VudGVyXCIgZm9udF9zaXplPVwiMTVcIiBmb250X2NvbG9yPVwiIzkxOTE5MVwiIGJvdHRvbV9wYWRkaW5nPVwiMTBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiNDYwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+U2hhcmUgdGhpcyBwYWdlIHdpdGggeW91ciBmcmllbmRzLi4uPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6NDthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czo1NjoiYmFja2dyb3VuZDojZWE3MTEwO3BhZGRpbmctdG9wOjQ1cHg7cGFkZGluZy1ib3R0b206MjVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEwMDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5sWVRjeE1UQWlMQ0p3WVdSa2FXNW5WRzl3SWpvaU5EVWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNalVpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTQ4OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjBcIiBmb250X2NvbG9yPVwiI2ZmZmZmZlwiIGFsaWduPVwiY2VudGVyXCJdU2VhdGluZyBpcyBsaW1pdGVkIHNvIGRvblwndCBkZWxheSwgcmVzZXJ2ZSB5b3VyIHNwb3Qgbm93IVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19','revision','2014-05-06 12:19:19'),(87,1580,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxYTllZTA7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhZVGxsWlRBaUxDSndZV1JrYVc1blZHOXdJam9pTXpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzMFwiIGZvbnRfZm9udD1cIkFzYXBcIiBmb250X3N0eWxlPVwiYm9sZFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgZm9udF9zaGFkb3c9XCJkYXJrXCIgYWxpZ249XCJjZW50ZXJcIl1RVUFOVCBUUkFESU5HOiBHZXQgdGhlIGxvZ2ljIGZlZWwgdGhlIHBvd2VyIVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzA6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNC9idWxscy1ydW5uaW5nLmpwZ1wiIHdpZHRoPVwiNjE1XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM4OiJiYWNrZ3JvdW5kOiMyMTIxMjE7cGFkZGluZy1ib3R0b206MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NzI6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeU1USXhNakVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTUNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODI6IltjYWxlbmRhcl9kYXRlIHN0eWxlPVwiMVwiIG1vbnRoPVwiTWF5XCIgY2FsZW5kYXJfYmFyX2NvbG9yPVwiI2ZmMDAwMFwiIGRheT1cIjZcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyMVwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgd2lkdGg9XCIyMjBcIl08c3Ryb25nPlR1ZXNkYXkgLcKgTWF5IDZ0aCAgMjAxNAo8L3N0cm9uZz43OjAwIHBtIEVUWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3MzM6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIG5hbWVfZGVmYXVsdD1cIk5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1IZXJlXCdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdVmFsb3JhbW9zIHN1IHByaXZhY2lkYWQgeSBudW5jYSBsZSBzcGFtWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdQ2xpY2sgaGVyZSB0aGVuIGdvIHRvIHlvdXIgaW5ib3ghWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MjthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxMTA6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxNTY6ImV5SmlZV05yWjNKdmRXNWtTVzFoWjJVaU9pSjFjbXdvYUhSMGNEb3ZMMjl3ZEdsdGFYcGxjSEpsYzNNeUxtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE15OHdOaTlpWVdOck1TNXdibWNwSWl3aVltRmphMmR5YjNWdVpGQnZjMmwwYVc5dUlqb2lkR2xzWlNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMzNDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjQ0XCIgYWxpZ249XCJsZWZ0XCIgbGluZV9oZWlnaHQ9XCIzNVwiXTxkaXYgZGF0YS1sYj1cImVkaXRhYmxlLXJpY2gtdGV4dFwiIGRhdGEtbGItaWQ9XCJtYWluLWhlYWRsaW5lXCIgZGF0YS1sYi1uYW1lPVwiTWFpbiBIZWFkbGluZSBUZXh0XCI+CgrCoFJpb3NRdWFudCBwZXJmb3JtYW5jZSBjb2FjaCBTdGV2ZSBTY2h3YXJ0eiB3aWxsIHNoYXJlIGhpcyBpbnNpZ2h0cyBkdXJpbmcgdGhpcyBzcGVjaWFsIG9ubGluZSB0cmFpbmluZyBzZXNzaW9uLiAKVE9OSUdIVFwnUyBUT1BJQ1MgSU5DTFVERTo8L2Rpdj5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzQxOiJbc3RlcF9ncmFwaGljcyBzdHlsZT1cIjNcIiBjb2xvcj1cIiMxYTllZTBcIl1bc3RlcCBzdHlsZT1cIjNcIiB0ZXh0PVwiMVwiIGhlYWRsaW5lPVwiSG93IHRvIGlkZW50aWZ5IG1hcmtldCBlbnZpcm9ubWVudCBpbnN0YW50bHlcIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIkZpbmRpbmcgaGlnaCBwcm9iYWJpbGl0eSB0cmFkZSBzZXQgdXBzXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIzXCIgaGVhZGxpbmU9XCJUaGUgb25lIGluZGljYXRvciB5b3Ugc2hvdWxkIG5ldmVyIHRyYWRlIHdpdGhvdXRcIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY5OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvYmJjMy0zMDB4MTM3LmpwZ1wiIHdpZHRoPVwiMzAwXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjU6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNTg6Ilt2aWRlb19wbGF5ZXIgdHlwZT1cInVybFwiIHVybDE9XCJcIiB1cmwyPVwiXCIgd2lkdGg9XCI1NjBcIiBoZWlnaHQ9XCIzMTVcIiBhbGlnbj1cImNlbnRlclwiIG1hcmdpbl90b3A9XCIwXCIgbWFyZ2luX2JvdHRvbT1cIjIwXCJdYUhSMGNEb3ZMM0JzWVhsbGNpNTJhVzFsYnk1amIyMHZaWGgwWlhKdVlXd3ZPVFF3Tmpnd056QXVhR1F1YlhBMFAzTTlZbUUxT0dabU1UQXdObU5rTXprMk9ETmlOakJoT1RKaE16Vm1aR1JrWWpNPVsvdmlkZW9fcGxheWVyXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDgzOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJd4oCcRmlybXMgYXJlIG5vdyBlbXBsb3lpbmcgZ2lmdGVkIGFjYWRlbWljIHN0YXRpc3RpY2lhbnMgdG8gdHJhY2sgcGF0dGVybnMgb3IgdHJlbmRzIGluIHRyYWRpbmcgYmVoYXZpb3IgYW5kIGNyZWF0ZSBmb3JtdWxhZSB0byBwcmVkaWN0IGZ1dHVyZSBtYXJrZXQgbW92ZW1lbnRzLiBUaGVzZSBmb3JtdWxhZSBhcmUgdGhlbiBmZWQgaW50byBwb3dlcmZ1bCBjb21wdXRlcnMg4oCm4oCdIOKAnFRoZXNlIHByb2dyYW1zIGFyZSBpbW1lbnNlbHkgcG93ZXJmdWwsIGNvbnN0YW50bHkgbW9uaXRvcmluZyBtYXJrZXQgbW92ZW1lbnRzLCB0cmFkaW5nIHBhdHRlcm5z4oCm4oCdICBcIkl0IGRyaXZlcyBhbG1vc3QgZXZlcnl0aGluZyB0aGF0IGdvZXMgb24gdGhlIFN0cmVldC7igJ0KCi3CoCBCcml0aXNoIEJyb2FkY2FzdGluZyBDb3Jwb3JhdGlvblsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MzthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjQ7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJjZW50ZXJcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjOTE5MTkxXCIgYm90dG9tX3BhZGRpbmc9XCIxMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCI0NjBcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5TaGFyZSB0aGlzIHBhZ2Ugd2l0aCB5b3VyIGZyaWVuZHMuLi48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiNlYTcxMTA7cGFkZGluZy10b3A6NDVweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTmxZVGN4TVRBaUxDSndZV1JrYVc1blZHOXdJam9pTkRVaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNDg6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgYWxpZ249XCJjZW50ZXJcIl1TZWF0aW5nIGlzIGxpbWl0ZWQgc28gZG9uXCd0IGRlbGF5LCByZXNlcnZlIHlvdXIgc3BvdCBub3chWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','revision','2014-05-06 12:22:53'),(88,1580,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxYTllZTA7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhZVGxsWlRBaUxDSndZV1JrYVc1blZHOXdJam9pTXpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzMFwiIGZvbnRfZm9udD1cIkFzYXBcIiBmb250X3N0eWxlPVwiYm9sZFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgZm9udF9zaGFkb3c9XCJkYXJrXCIgYWxpZ249XCJjZW50ZXJcIl1RVUFOVCBUUkFESU5HOiBHZXQgdGhlIGxvZ2ljIGZlZWwgdGhlIHBvd2VyIVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzA6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNC9idWxscy1ydW5uaW5nLmpwZ1wiIHdpZHRoPVwiNjE1XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM4OiJiYWNrZ3JvdW5kOiMyMTIxMjE7cGFkZGluZy1ib3R0b206MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NzI6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeU1USXhNakVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTUNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODI6IltjYWxlbmRhcl9kYXRlIHN0eWxlPVwiMVwiIG1vbnRoPVwiTWF5XCIgY2FsZW5kYXJfYmFyX2NvbG9yPVwiI2ZmMDAwMFwiIGRheT1cIjZcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyMVwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgd2lkdGg9XCIyMjBcIl08c3Ryb25nPlR1ZXNkYXkgLcKgTWF5IDZ0aCAgMjAxNAo8L3N0cm9uZz43OjAwIHBtIEVUWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3MzM6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIG5hbWVfZGVmYXVsdD1cIk5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1IZXJlXCdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdVmFsb3JhbW9zIHN1IHByaXZhY2lkYWQgeSBudW5jYSBsZSBzcGFtWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdQ2xpY2sgaGVyZSB0aGVuIGdvIHRvIHlvdXIgaW5ib3ghWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MjthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxMTA6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxNTY6ImV5SmlZV05yWjNKdmRXNWtTVzFoWjJVaU9pSjFjbXdvYUhSMGNEb3ZMMjl3ZEdsdGFYcGxjSEpsYzNNeUxtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE15OHdOaTlpWVdOck1TNXdibWNwSWl3aVltRmphMmR5YjNWdVpGQnZjMmwwYVc5dUlqb2lkR2xzWlNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMzNDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjQ0XCIgYWxpZ249XCJsZWZ0XCIgbGluZV9oZWlnaHQ9XCIzNVwiXTxkaXYgZGF0YS1sYj1cImVkaXRhYmxlLXJpY2gtdGV4dFwiIGRhdGEtbGItaWQ9XCJtYWluLWhlYWRsaW5lXCIgZGF0YS1sYi1uYW1lPVwiTWFpbiBIZWFkbGluZSBUZXh0XCI+CgrCoFJpb3NRdWFudCBwZXJmb3JtYW5jZSBjb2FjaCBTdGV2ZSBTY2h3YXJ0eiB3aWxsIHNoYXJlIGhpcyBpbnNpZ2h0cyBkdXJpbmcgdGhpcyBzcGVjaWFsIG9ubGluZSB0cmFpbmluZyBzZXNzaW9uLiAKVE9OSUdIVFwnUyBUT1BJQ1MgSU5DTFVERTo8L2Rpdj5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzQxOiJbc3RlcF9ncmFwaGljcyBzdHlsZT1cIjNcIiBjb2xvcj1cIiMxYTllZTBcIl1bc3RlcCBzdHlsZT1cIjNcIiB0ZXh0PVwiMVwiIGhlYWRsaW5lPVwiSG93IHRvIGlkZW50aWZ5IG1hcmtldCBlbnZpcm9ubWVudCBpbnN0YW50bHlcIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIkZpbmRpbmcgaGlnaCBwcm9iYWJpbGl0eSB0cmFkZSBzZXQgdXBzXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIzXCIgaGVhZGxpbmU9XCJUaGUgb25lIGluZGljYXRvciB5b3Ugc2hvdWxkIG5ldmVyIHRyYWRlIHdpdGhvdXRcIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY5OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvYmJjMy0zMDB4MTM3LmpwZ1wiIHdpZHRoPVwiMzAwXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjU6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNzY6Ilt2aWRlb19wbGF5ZXIgdHlwZT1cInVybFwiIGF1dG9fYnVmZmVyPVwiWVwiIHVybDE9XCJcIiB1cmwyPVwiXCIgd2lkdGg9XCI1NjBcIiBoZWlnaHQ9XCIzMTVcIiBhbGlnbj1cImNlbnRlclwiIG1hcmdpbl90b3A9XCIwXCIgbWFyZ2luX2JvdHRvbT1cIjIwXCJdYUhSMGNEb3ZMM0JzWVhsbGNpNTJhVzFsYnk1amIyMHZaWGgwWlhKdVlXd3ZPVFF3Tmpnd056QXVhR1F1YlhBMFAzTTlZbUUxT0dabU1UQXdObU5rTXprMk9ETmlOakJoT1RKaE16Vm1aR1JrWWpNPVsvdmlkZW9fcGxheWVyXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDgzOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJd4oCcRmlybXMgYXJlIG5vdyBlbXBsb3lpbmcgZ2lmdGVkIGFjYWRlbWljIHN0YXRpc3RpY2lhbnMgdG8gdHJhY2sgcGF0dGVybnMgb3IgdHJlbmRzIGluIHRyYWRpbmcgYmVoYXZpb3IgYW5kIGNyZWF0ZSBmb3JtdWxhZSB0byBwcmVkaWN0IGZ1dHVyZSBtYXJrZXQgbW92ZW1lbnRzLiBUaGVzZSBmb3JtdWxhZSBhcmUgdGhlbiBmZWQgaW50byBwb3dlcmZ1bCBjb21wdXRlcnMg4oCm4oCdIOKAnFRoZXNlIHByb2dyYW1zIGFyZSBpbW1lbnNlbHkgcG93ZXJmdWwsIGNvbnN0YW50bHkgbW9uaXRvcmluZyBtYXJrZXQgbW92ZW1lbnRzLCB0cmFkaW5nIHBhdHRlcm5z4oCm4oCdICBcIkl0IGRyaXZlcyBhbG1vc3QgZXZlcnl0aGluZyB0aGF0IGdvZXMgb24gdGhlIFN0cmVldC7igJ0KCi3CoCBCcml0aXNoIEJyb2FkY2FzdGluZyBDb3Jwb3JhdGlvblsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MzthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjQ7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJjZW50ZXJcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjOTE5MTkxXCIgYm90dG9tX3BhZGRpbmc9XCIxMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCI0NjBcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5TaGFyZSB0aGlzIHBhZ2Ugd2l0aCB5b3VyIGZyaWVuZHMuLi48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiNlYTcxMTA7cGFkZGluZy10b3A6NDVweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTmxZVGN4TVRBaUxDSndZV1JrYVc1blZHOXdJam9pTkRVaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNDg6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgYWxpZ249XCJjZW50ZXJcIl1TZWF0aW5nIGlzIGxpbWl0ZWQgc28gZG9uXCd0IGRlbGF5LCByZXNlcnZlIHlvdXIgc3BvdCBub3chWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','revision','2014-05-06 12:24:07'),(100,1654,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl05MCBEYXkgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UcmFkaW5nIFByb2dyYW08L3NwYW4+IEdldCBTdGFydGVkIE5vdy5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU1OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTUwXCIgaGVpZ2h0PVwiMzA5XCIgYWxpZ249XCJsZWZ0XCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RRd01qVXdNemd1YUdRdWJYQTBQM005TkRRek5ERXpZelkxTW1NNU1qRm1OR1kxTWpNd1lqUTNNemcxWkRRMk5qTT1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdTGVhcm4gSG93IHRvIEJlY29tZSBhIFF1YW50IFRyYWRlclsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ5MToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiNlZWViZGRcIiBib3R0b21fcGFkZGluZz1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMzY0XCIgbGluZV9oZWlnaHQ9XCIyMlwiXUR1cmluZyB0aGlzIDkwIGRheSB0cmFpbmluZyBwcm9ncmFtIHlvdSB3aWxsIHJlY2VpdmUgY29tcHJlaGVuc2l2ZSB0cmFpbmluZyBpbmNsdWRpbmcgdGhlIGNvbmNlcHQsIG1ldGhvZHMgYW5kIHRvb2xzIGluIGFuIGVhc3kgdG8gdW5kZXJzdGFuZCBzdGVwLWJ5LXN0ZXAgZm9ybWF0LiBUaGUgZXhhY3QgbG9naWMgaXMgcmV2ZWFsZWQgd2l0aCBhbGwgdGhlIG5lY2Vzc2FyeSBydWxlcyBuZWVkZWQgZm9yIHVuZGVyc3RhbmRpbmcgYW5kIGltcGxlbWVudGluZyB0aGUgUmlvc1F1YW50IGFwcHJvYWNoIHRvIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU4ODoiW29wdGluX2JveCBzdHlsZT1cIjE0XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0Mzc5ODJcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjFcIiB0ZXh0PVwiQ2xpY2sgaGVyZSBhbmQgY2hlY2sgeW91ciBpbmJveFwiIHRleHRfc2l6ZT1cIjE4XCIgdGV4dF9jb2xvcj1cIiM1MDQyMTBcIiB0ZXh0X2ZvbnQ9XCJIZWx2ZXRpY2E7ZGVmYXVsdFwiIHRleHRfYm9sZD1cIllcIiB0ZXh0X2xldHRlcl9zcGFjaW5nPVwiMFwiIHRleHRfc2hhZG93X3BhbmVsPVwiWVwiIHRleHRfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIHRleHRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgdGV4dF9zaGFkb3dfY29sb3I9XCIjZmZmZjllXCIgdGV4dF9zaGFkb3dfYmx1cj1cIjBcIiBzdHlsaW5nX3dpZHRoPVwiMTAwXCIgc3R5bGluZ19oZWlnaHQ9XCIxNFwiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPVwiI2Q2OTMwMFwiIHN0eWxpbmdfYm9yZGVyX3NpemU9XCIxXCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPVwiNlwiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9XCIxMDBcIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPVwiI2ZmY2YwYVwiIHN0eWxpbmdfZ3JhZGllbnRfZW5kX2NvbG9yPVwiI2ZmZGEyMlwiIGRyb3Bfc2hhZG93X3BhbmVsPVwiWVwiIGRyb3Bfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIGRyb3Bfc2hhZG93X2hvcml6b250YWw9XCIwXCIgZHJvcF9zaGFkb3dfYmx1cj1cIjFcIiBkcm9wX3NoYWRvd19zcHJlYWQ9XCIwXCIgZHJvcF9zaGFkb3dfY29sb3I9XCIjMDAwMDAwXCIgZHJvcF9zaGFkb3dfb3BhY2l0eT1cIjEwXCIgaW5zZXRfc2hhZG93X3BhbmVsPVwiWVwiIGluc2V0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBpbnNldF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiBpbnNldF9zaGFkb3dfYmx1cj1cIjBcIiBpbnNldF9zaGFkb3dfc3ByZWFkPVwiMFwiIGluc2V0X3NoYWRvd19jb2xvcj1cIiNmZmU1OTBcIiBpbnNldF9zaGFkb3dfb3BhY2l0eT1cIjEwMFwiIGxvY2F0aW9uPVwib3B0aW5fYm94X3N0eWxlXzE0XCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozODoiZWxlbWVudC1jb250YWluZXIgY2YgcGFkLWxlZnQgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkzOiJiYWNrZ3JvdW5kOiNmY2ZjZmM7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZmNmY2ZjKSwgY29sb3Itc3RvcCgxMDAlLCAjZjVmNWY1KSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZmNmY2ZjLCBlbmRDb2xvcnN0cj0jZjVmNWY1LCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZMlpqWm1NaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqSXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakUxSW4wPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fQ==','revision','2014-05-11 23:23:20'),(101,1654,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl05MCBEYXkgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UcmFkaW5nIFByb2dyYW08L3NwYW4+IEdldCBTdGFydGVkIE5vdy5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU1OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTUwXCIgaGVpZ2h0PVwiMzA5XCIgYWxpZ249XCJsZWZ0XCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RRd05qZ3dOekF1YUdRdWJYQTBQM005WW1FMU9HWm1NVEF3Tm1Oa016azJPRE5pTmpCaE9USmhNelZtWkdSa1lqTT1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdTGVhcm4gSG93IHRvIEJlY29tZSBhIFF1YW50IFRyYWRlclsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ5MToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiNlZWViZGRcIiBib3R0b21fcGFkZGluZz1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMzY0XCIgbGluZV9oZWlnaHQ9XCIyMlwiXUR1cmluZyB0aGlzIDkwIGRheSB0cmFpbmluZyBwcm9ncmFtIHlvdSB3aWxsIHJlY2VpdmUgY29tcHJlaGVuc2l2ZSB0cmFpbmluZyBpbmNsdWRpbmcgdGhlIGNvbmNlcHQsIG1ldGhvZHMgYW5kIHRvb2xzIGluIGFuIGVhc3kgdG8gdW5kZXJzdGFuZCBzdGVwLWJ5LXN0ZXAgZm9ybWF0LiBUaGUgZXhhY3QgbG9naWMgaXMgcmV2ZWFsZWQgd2l0aCBhbGwgdGhlIG5lY2Vzc2FyeSBydWxlcyBuZWVkZWQgZm9yIHVuZGVyc3RhbmRpbmcgYW5kIGltcGxlbWVudGluZyB0aGUgUmlvc1F1YW50IGFwcHJvYWNoIHRvIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU4ODoiW29wdGluX2JveCBzdHlsZT1cIjE0XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0Mzc5ODJcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjFcIiB0ZXh0PVwiQ2xpY2sgaGVyZSBhbmQgY2hlY2sgeW91ciBpbmJveFwiIHRleHRfc2l6ZT1cIjE4XCIgdGV4dF9jb2xvcj1cIiM1MDQyMTBcIiB0ZXh0X2ZvbnQ9XCJIZWx2ZXRpY2E7ZGVmYXVsdFwiIHRleHRfYm9sZD1cIllcIiB0ZXh0X2xldHRlcl9zcGFjaW5nPVwiMFwiIHRleHRfc2hhZG93X3BhbmVsPVwiWVwiIHRleHRfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIHRleHRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgdGV4dF9zaGFkb3dfY29sb3I9XCIjZmZmZjllXCIgdGV4dF9zaGFkb3dfYmx1cj1cIjBcIiBzdHlsaW5nX3dpZHRoPVwiMTAwXCIgc3R5bGluZ19oZWlnaHQ9XCIxNFwiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPVwiI2Q2OTMwMFwiIHN0eWxpbmdfYm9yZGVyX3NpemU9XCIxXCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPVwiNlwiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9XCIxMDBcIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPVwiI2ZmY2YwYVwiIHN0eWxpbmdfZ3JhZGllbnRfZW5kX2NvbG9yPVwiI2ZmZGEyMlwiIGRyb3Bfc2hhZG93X3BhbmVsPVwiWVwiIGRyb3Bfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIGRyb3Bfc2hhZG93X2hvcml6b250YWw9XCIwXCIgZHJvcF9zaGFkb3dfYmx1cj1cIjFcIiBkcm9wX3NoYWRvd19zcHJlYWQ9XCIwXCIgZHJvcF9zaGFkb3dfY29sb3I9XCIjMDAwMDAwXCIgZHJvcF9zaGFkb3dfb3BhY2l0eT1cIjEwXCIgaW5zZXRfc2hhZG93X3BhbmVsPVwiWVwiIGluc2V0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBpbnNldF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiBpbnNldF9zaGFkb3dfYmx1cj1cIjBcIiBpbnNldF9zaGFkb3dfc3ByZWFkPVwiMFwiIGluc2V0X3NoYWRvd19jb2xvcj1cIiNmZmU1OTBcIiBpbnNldF9zaGFkb3dfb3BhY2l0eT1cIjEwMFwiIGxvY2F0aW9uPVwib3B0aW5fYm94X3N0eWxlXzE0XCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozODoiZWxlbWVudC1jb250YWluZXIgY2YgcGFkLWxlZnQgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkzOiJiYWNrZ3JvdW5kOiNmY2ZjZmM7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZmNmY2ZjKSwgY29sb3Itc3RvcCgxMDAlLCAjZjVmNWY1KSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZmNmY2ZjLCBlbmRDb2xvcnN0cj0jZjVmNWY1LCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZMlpqWm1NaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqSXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakUxSW4wPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fQ==','publish','2014-05-11 23:25:58'),(102,1662,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl05MCBEYXkgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UcmFkaW5nIFByb2dyYW08L3NwYW4+IEdldCBTdGFydGVkIE5vdy5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU1OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTUwXCIgaGVpZ2h0PVwiMzA5XCIgYWxpZ249XCJsZWZ0XCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RRd01qVXdNemd1YUdRdWJYQTBQM005TkRRek5ERXpZelkxTW1NNU1qRm1OR1kxTWpNd1lqUTNNemcxWkRRMk5qTT1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdTGVhcm4gSG93IHRvIEJlY29tZSBhIFF1YW50IFRyYWRlclsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ5MToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiNlZWViZGRcIiBib3R0b21fcGFkZGluZz1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMzY0XCIgbGluZV9oZWlnaHQ9XCIyMlwiXUR1cmluZyB0aGlzIDkwIGRheSB0cmFpbmluZyBwcm9ncmFtIHlvdSB3aWxsIHJlY2VpdmUgY29tcHJlaGVuc2l2ZSB0cmFpbmluZyBpbmNsdWRpbmcgdGhlIGNvbmNlcHQsIG1ldGhvZHMgYW5kIHRvb2xzIGluIGFuIGVhc3kgdG8gdW5kZXJzdGFuZCBzdGVwLWJ5LXN0ZXAgZm9ybWF0LiBUaGUgZXhhY3QgbG9naWMgaXMgcmV2ZWFsZWQgd2l0aCBhbGwgdGhlIG5lY2Vzc2FyeSBydWxlcyBuZWVkZWQgZm9yIHVuZGVyc3RhbmRpbmcgYW5kIGltcGxlbWVudGluZyB0aGUgUmlvc1F1YW50IGFwcHJvYWNoIHRvIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU4ODoiW29wdGluX2JveCBzdHlsZT1cIjE0XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0MjU4MjJcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjFcIiB0ZXh0PVwiQ2xpY2sgaGVyZSBhbmQgY2hlY2sgeW91ciBpbmJveFwiIHRleHRfc2l6ZT1cIjE4XCIgdGV4dF9jb2xvcj1cIiM1MDQyMTBcIiB0ZXh0X2ZvbnQ9XCJIZWx2ZXRpY2E7ZGVmYXVsdFwiIHRleHRfYm9sZD1cIllcIiB0ZXh0X2xldHRlcl9zcGFjaW5nPVwiMFwiIHRleHRfc2hhZG93X3BhbmVsPVwiWVwiIHRleHRfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIHRleHRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgdGV4dF9zaGFkb3dfY29sb3I9XCIjZmZmZjllXCIgdGV4dF9zaGFkb3dfYmx1cj1cIjBcIiBzdHlsaW5nX3dpZHRoPVwiMTAwXCIgc3R5bGluZ19oZWlnaHQ9XCIxNFwiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPVwiI2Q2OTMwMFwiIHN0eWxpbmdfYm9yZGVyX3NpemU9XCIxXCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPVwiNlwiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9XCIxMDBcIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPVwiI2ZmY2YwYVwiIHN0eWxpbmdfZ3JhZGllbnRfZW5kX2NvbG9yPVwiI2ZmZGEyMlwiIGRyb3Bfc2hhZG93X3BhbmVsPVwiWVwiIGRyb3Bfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIGRyb3Bfc2hhZG93X2hvcml6b250YWw9XCIwXCIgZHJvcF9zaGFkb3dfYmx1cj1cIjFcIiBkcm9wX3NoYWRvd19zcHJlYWQ9XCIwXCIgZHJvcF9zaGFkb3dfY29sb3I9XCIjMDAwMDAwXCIgZHJvcF9zaGFkb3dfb3BhY2l0eT1cIjEwXCIgaW5zZXRfc2hhZG93X3BhbmVsPVwiWVwiIGluc2V0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBpbnNldF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiBpbnNldF9zaGFkb3dfYmx1cj1cIjBcIiBpbnNldF9zaGFkb3dfc3ByZWFkPVwiMFwiIGluc2V0X3NoYWRvd19jb2xvcj1cIiNmZmU1OTBcIiBpbnNldF9zaGFkb3dfb3BhY2l0eT1cIjEwMFwiIGxvY2F0aW9uPVwib3B0aW5fYm94X3N0eWxlXzE0XCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozODoiZWxlbWVudC1jb250YWluZXIgY2YgcGFkLWxlZnQgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkzOiJiYWNrZ3JvdW5kOiNmY2ZjZmM7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZmNmY2ZjKSwgY29sb3Itc3RvcCgxMDAlLCAjZjVmNWY1KSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZmNmY2ZjLCBlbmRDb2xvcnN0cj0jZjVmNWY1LCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZMlpqWm1NaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqSXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakUxSW4wPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fQ==','publish','2014-05-12 15:50:29'),(103,1663,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl05MCBEYXkgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UcmFkaW5nIFByb2dyYW08L3NwYW4+IEdldCBTdGFydGVkIE5vdy5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU1OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTUwXCIgaGVpZ2h0PVwiMzA5XCIgYWxpZ249XCJsZWZ0XCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RRd01qVXdNemd1YUdRdWJYQTBQM005TkRRek5ERXpZelkxTW1NNU1qRm1OR1kxTWpNd1lqUTNNemcxWkRRMk5qTT1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdTGVhcm4gSG93IHRvIEJlY29tZSBhIFF1YW50IFRyYWRlclsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ5MToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiNlZWViZGRcIiBib3R0b21fcGFkZGluZz1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMzY0XCIgbGluZV9oZWlnaHQ9XCIyMlwiXUR1cmluZyB0aGlzIDkwIGRheSB0cmFpbmluZyBwcm9ncmFtIHlvdSB3aWxsIHJlY2VpdmUgY29tcHJlaGVuc2l2ZSB0cmFpbmluZyBpbmNsdWRpbmcgdGhlIGNvbmNlcHQsIG1ldGhvZHMgYW5kIHRvb2xzIGluIGFuIGVhc3kgdG8gdW5kZXJzdGFuZCBzdGVwLWJ5LXN0ZXAgZm9ybWF0LiBUaGUgZXhhY3QgbG9naWMgaXMgcmV2ZWFsZWQgd2l0aCBhbGwgdGhlIG5lY2Vzc2FyeSBydWxlcyBuZWVkZWQgZm9yIHVuZGVyc3RhbmRpbmcgYW5kIGltcGxlbWVudGluZyB0aGUgUmlvc1F1YW50IGFwcHJvYWNoIHRvIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU4ODoiW29wdGluX2JveCBzdHlsZT1cIjE0XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0MjU4MjJcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjFcIiB0ZXh0PVwiQ2xpY2sgaGVyZSBhbmQgY2hlY2sgeW91ciBpbmJveFwiIHRleHRfc2l6ZT1cIjE4XCIgdGV4dF9jb2xvcj1cIiM1MDQyMTBcIiB0ZXh0X2ZvbnQ9XCJIZWx2ZXRpY2E7ZGVmYXVsdFwiIHRleHRfYm9sZD1cIllcIiB0ZXh0X2xldHRlcl9zcGFjaW5nPVwiMFwiIHRleHRfc2hhZG93X3BhbmVsPVwiWVwiIHRleHRfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIHRleHRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgdGV4dF9zaGFkb3dfY29sb3I9XCIjZmZmZjllXCIgdGV4dF9zaGFkb3dfYmx1cj1cIjBcIiBzdHlsaW5nX3dpZHRoPVwiMTAwXCIgc3R5bGluZ19oZWlnaHQ9XCIxNFwiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPVwiI2Q2OTMwMFwiIHN0eWxpbmdfYm9yZGVyX3NpemU9XCIxXCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPVwiNlwiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9XCIxMDBcIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPVwiI2ZmY2YwYVwiIHN0eWxpbmdfZ3JhZGllbnRfZW5kX2NvbG9yPVwiI2ZmZGEyMlwiIGRyb3Bfc2hhZG93X3BhbmVsPVwiWVwiIGRyb3Bfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIGRyb3Bfc2hhZG93X2hvcml6b250YWw9XCIwXCIgZHJvcF9zaGFkb3dfYmx1cj1cIjFcIiBkcm9wX3NoYWRvd19zcHJlYWQ9XCIwXCIgZHJvcF9zaGFkb3dfY29sb3I9XCIjMDAwMDAwXCIgZHJvcF9zaGFkb3dfb3BhY2l0eT1cIjEwXCIgaW5zZXRfc2hhZG93X3BhbmVsPVwiWVwiIGluc2V0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBpbnNldF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiBpbnNldF9zaGFkb3dfYmx1cj1cIjBcIiBpbnNldF9zaGFkb3dfc3ByZWFkPVwiMFwiIGluc2V0X3NoYWRvd19jb2xvcj1cIiNmZmU1OTBcIiBpbnNldF9zaGFkb3dfb3BhY2l0eT1cIjEwMFwiIGxvY2F0aW9uPVwib3B0aW5fYm94X3N0eWxlXzE0XCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozODoiZWxlbWVudC1jb250YWluZXIgY2YgcGFkLWxlZnQgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkzOiJiYWNrZ3JvdW5kOiNmY2ZjZmM7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZmNmY2ZjKSwgY29sb3Itc3RvcCgxMDAlLCAjZjVmNWY1KSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZmNmY2ZjLCBlbmRDb2xvcnN0cj0jZjVmNWY1LCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZMlpqWm1NaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqSXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakUxSW4wPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fQ==','publish','2014-05-12 15:52:28'),(104,1665,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjQ2OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl1XYW50IHRvIFN0YXJ0IDxzcGFuIHN0eWxlPVwiY29sb3I6ICMxZTlhZTA7XCI+VHJhZGluZyBMaWtlIGEgUXVhbnQ8L3NwYW4+PyBHZXQgU3RhcnRlZCBOb3cuWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM5OiJyb3cgZml2ZS1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxNzE3MTc7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToyMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhOekUzTVRjaUxDSndZV1JrYVc1blZHOXdJam9pTWpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI0OiJ0aHJlZS1maWZ0aHMgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4OToiW3ZpZGVvX3BsYXllciB0eXBlPVwieW91dHViZVwiIHlvdXR1YmVfZm9yY2VfaGQ9XCJub25lXCIgd2lkdGg9XCI1NTBcIiBoZWlnaHQ9XCIzMDlcIiBhbGlnbj1cImxlZnRcIiBtYXJnaW5fdG9wPVwiMFwiIG1hcmdpbl9ib3R0b209XCIwXCJdYUhSMGNEb3ZMM2x2ZFhSMUxtSmxMM1JPY1hSQ2RFbGFjalJSWy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMzU6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyNVwiIGZvbnRfc2hhZG93PVwibm9uZVwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPlF1aWNrIHJldmlldyBvZiB0cmFkaW5nIHBlcmZvcm1hbmNlIGZvciB0aGUgd2VlayBvZiBNYXJjaCA5dGggLSAxNHRoIGluIFRoZSBUcmFkaW5nIFJvb20gVHJhZGVMQUIuPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdR2V0IEFjY2VzcyB0byBPdXIgTGl2ZSBUcmFkaW5nIFJvb21bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyOToiZWxlbWVudC1jb250YWluZXIgY2YgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1ODY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjZWVlYmRkXCIgYm90dG9tX3BhZGRpbmc9XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjM2NFwiIGxpbmVfaGVpZ2h0PVwiMjJcIl1UaGUgVHJhZGluZyBSb29twq7CoCBzZXNzaW9ucyBjb25kdWN0ZWQgYnkgdGhlIFJpb3NRdWFudCB0ZWFtIG9mZmVyIGEgcHJhZ21hdGljLCByZWFsIHdvcmxkIHBlcnNwZWN0aXZlIG9mIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzIGluIHJlYWwtdGltZS4gVHJhZGluZyBiZWdpbnMgYXQgNzozMCBhLm0uIEVUIE1vbmRheSB0aHJvdWdoIEZyaWRheS4gR2V0IGEgc25lYWsgdmlldyBvZiBoaWdoIHBlcmZvcm1pbmcgYWxnb3JpdGhtaWMgdHJhZGluZyBzeXN0ZW1zIGluIGFjdGlvbiBmcm9tIHRoZSBjb252ZW5pZW5jZSBvZiB5b3VyIGNvbXB1dGVyLiBFeHBlcmllbmNlIHRoZSBwb3dlciBvZiBtYXJrZXQgaW50ZWxsaWdlbmNlIHdpdGggb3VyIHF1YW50aXRhdGl2ZSB0cmFkaW5nIHRvb2xzLgoKPHA+Jm5ic3A7PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTg1OiJbb3B0aW5fYm94IHN0eWxlPVwiMTRcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImVtYWlsXCIgZ290b3dlYmluYXI9XCJhMTk4MjEyMDc4XCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdU0VDVVJFIFlPVVIgU1BPVCBOT1chWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mzg6ImVsZW1lbnQtY29udGFpbmVyIGNmIHBhZC1sZWZ0IGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU5MzoiYmFja2dyb3VuZDojZmNmY2ZjO2JhY2tncm91bmQ6LXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgY29sb3Itc3RvcCgwJSwgI2ZjZmNmYyksIGNvbG9yLXN0b3AoMTAwJSwgI2Y1ZjVmNSkpO2JhY2tncm91bmQ6LXdlYmtpdC1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1vei1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1zLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotby1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6bGluZWFyLWdyYWRpZW50KHRvIGJvdHRvbSwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtmaWx0ZXI6cHJvZ2lkOkRYSW1hZ2VUcmFuc2Zvcm0uTWljcm9zb2Z0LmdyYWRpZW50KHN0YXJ0Q29sb3JzdHI9I2ZjZmNmYywgZW5kQ29sb3JzdHI9I2Y1ZjVmNSwgR3JhZGllbnRUeXBlPTApO3BhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjE0MDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tWTJaalptTWlMQ0ppWVdOclozSnZkVzVrUTI5c2IzSkZibVFpT2lJalpqVm1OV1kxSWl3aWNHRmtaR2x1WjFSdmNDSTZJakl3SWl3aWNHRmtaR2x1WjBKdmRIUnZiU0k2SWpFMUluMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2MzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjM3XCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+UVVBTlRJVEFUSVZFIEFOQUxZU0lTICZhbXA7IEFMR09SSVRITUlDIFRSQURJTkc8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTQ3OiJbY3VzdG9tX2h0bWxdPGRpdiBpZD1cImZiLXJvb3RcIj48L2Rpdj4KPHNjcmlwdD4oZnVuY3Rpb24oZCwgcywgaWQpIHsKICB2YXIganMsIGZqcyA9IGQuZ2V0RWxlbWVudHNCeVRhZ05hbWUocylbMF07CiAgaWYgKGQuZ2V0RWxlbWVudEJ5SWQoaWQpKSByZXR1cm47CiAganMgPSBkLmNyZWF0ZUVsZW1lbnQocyk7IGpzLmlkID0gaWQ7CiAganMuc3JjID0gXCIvL2Nvbm5lY3QuZmFjZWJvb2submV0L2VuX0dCL2FsbC5qcyN4ZmJtbD0xJmFwcElkPTE5MjQwMTM1NDI0NTAxNVwiOwogIGZqcy5wYXJlbnROb2RlLmluc2VydEJlZm9yZShqcywgZmpzKTsKfShkb2N1bWVudCwgXCdzY3JpcHRcJywgXCdmYWNlYm9vay1qc3Nka1wnKSk7PC9zY3JpcHQ+CjxkaXYgY2xhc3M9XCJmYi1saWtlXCIgZGF0YS1ocmVmPVwiaHR0cDovL2RldmVsb3BlcnMuZmFjZWJvb2suY29tL2RvY3MvcmVmZXJlbmNlL3BsdWdpbnMvbGlrZVwiIGRhdGEtc2VuZD1cInRydWVcIiBkYXRhLXdpZHRoPVwiNDUwXCIgZGF0YS1zaG93LWZhY2VzPVwidHJ1ZVwiPjwvZGl2PlsvY3VzdG9tX2h0bWxdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19','publish','2014-05-12 19:07:14');
INSERT INTO `wp_optimizepress_post_layouts` VALUES (105,1666,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI0NToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1UcmFkaW5nIEZ1dHVyZXMgU3VjY2Vzc2Z1bGx5IG9uIHRoZSDCoCDCoCDCoCDCoCDCoCBTaG91bGRlcnMgb2YgR2lhbnRzWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4MToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIyXCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cIjMwMFwiIGZvbnRfY29sb3I9XCIjMzk1NDY4XCIgYWxpZ249XCJjZW50ZXJcIl1ieSBEci4gRGVhbiBIYW5kbGV5IMKgLSDCoEZ1dHVyZXMgVHJ1dGggTWFnYXppbmVbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjE6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9mdXR1cmVzLXRydXRoLTI0NHgzMDAuanBnXCIgd2lkdGg9XCIyNDRcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMjY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl1SaW9zIFF1YW50aXRhdGl2ZVwncyBsaXZlIHRyYWRpbmcgcm9vbSDCoGlzIHJhbmtlZCBhbW9uZyB0aGUgdG9wIHRlbiBvdXQgb2YgNDIyIHJvb21zIGluIHJlY2VudCByZXNlYXJjaCByZXBvcnQuIMKgR2V0IHlvdXIgZnJlZSBjb3B5IG9mIHRoZSByZXBvcnQgYW5kIGZpbmQgb3V0IHdoaWNoIHRyYWRpbmcgcm9vbXMgYXJlIG1ha2luZyBwcm9maXRhYmxlIHRyYWRlcyBpbiBsaXZlIG1hcmtldHMgYW5kIHdoaWNoIG9uZXMgYXJlIG5vdCEKCjxwPiZuYnNwOzwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3NDc6IltvcHRpbl9ib3ggc3R5bGU9XCIxMVwiIHdpZHRoPVwiNDUwXCIgbWFyZ2luX3RvcD1cIjE1XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0MjYwOTNcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVJXNTBaWElnZVc5MWNpQnVZVzFsSUdGdVpDQmxiV0ZwYkNCaVpXeHZkeUJtYjNJZ2FXNXpkR0Z1ZENCaFkyTmxjM011TGk0PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIl1DbGljayB0aGVuIGNoZWNrIHlvdXIgaW5ib3ggZm9yIGNvbmZpcm1hdGlvbiFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NDoiZTMwPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjc3OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMTdcIiB3aWR0aD1cIjk0MFwiXTxoMiBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3BhbiBzdHlsZT1cImNvbG9yOiAjNDI1MDYzO1wiPllvdVwncmUgwqAzLVN0ZXBzIEF3YXkgdG8KR2V0dGluZyBTdGFydGVkIGluIG91ciBMaXZlIFRyYWRpbmcgUm9vbcKgPC9zcGFuPjwvaDI+CjxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo2NjI6IltzdGVwX2dyYXBoaWNzIHN0eWxlPVwiNVwiIGNvbG9yPVwiIzQyNTA2M1wiXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIxXCIgaGVhZGxpbmU9XCJSZXNlcnZlIHlvdXIgc3BvdCBpbW1lZGlhdGVseSwgc3BhY2UgaXMgbGltaXRlZC4gRW50ZXIgeW91ciBlbWFpbCB0b2RheSB0byBzZWN1cmUgeW91ciBhY2Nlc3MuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIyXCIgaGVhZGxpbmU9XCJMaXZlIHRyYWRpbmcgc3RhcnRzIE1vbmRheSB0aHJvdWdoIEZyaWRheSBhdCA3OjMwIGEubS4gRVQsIHNwYWNlIGlzIGxpbWl0ZWQgc28gbG9nIGluIDcgbWludXRlcyBlYXJseS5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjNcIiBoZWFkbGluZT1cIk9uY2UgeW91clwnZSBpbiwgcGF5IGNsb3NlIGF0dGVudGlvbiBhbmQgd2F0Y2ggdXMgdHJhZGUgdGhlIGxpdmUgbWFya2V0cyB3aXRoIGN1dHRpbmcgZWRnZSBxdWFudGl0YXRpdmUgdG9vbHMuIEhhdmUgeW91ciBwZW4gYW5kIHBhcGVyIHJlYWR5IHRvIHRha2Ugbm90ZXMgYW5kIGxlYXJuIHdoYXQgcXVhbnQgdHJhZGluZyBpcyBhbGwgYWJvdXQuIEFzayBhcyBtYW55IHF1ZXN0aW9ucyBhcyB5b3UgbGlrZS4gQmUgcmVhZHkgdG8gYmUgYW1hemVkIVwiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3NTc6Ilt0ZXN0aW1vbmlhbHMgc3R5bGU9XCIyXCIgbWFyZ2luX3RvcD1cIlwiIG1hcmdpbl9ib3R0b209XCJcIl1bdGVzdGltb25pYWwgbmFtZT1cIkRlYW4gSGFuZGxleSwgUGhELCBNQkEsIEpEXCIgY29tcGFueT1cIkRyLiBIYW5kbGV5IGhhcyBCUy1CaW9sb2d5OyBNUy1CaW9jaGVtLCBQaEQtTW9sZWMgR2VuZXRpY3MsIEZlbGxvd3NoaXApLCBhbiBNQkEgaW4gZmluYW5jZSBhbmQgIGEgSnVyaXMgRG9jdG9yYXRlIChKRCkgaW4gaW50ZWxsZWN0dWFsIHByb3BlcnR5LiBIZSBoYXMgYmVlbiBhbiBhY3RpdmUgZnV0dXJlcyB0cmFkZXIgZm9yIG5lYXJseSBmb3VyIHllYXJzLiBcIiBocmVmPVwiXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9kZWFuLWhhbmRsZXkuanBnXCJdPHA+UmlvcyBRdWFudGl0YXRpdmUgLSBcIlRoZXkgdHJhZGUgdGhlIGdyZWF0ZXN0IGRpdmVyc2l0eSBvZiBmdXR1cmVzIGluZGljZXMgSSBoYXZlIGV2ZXIgc2VlbiBhbmQgcHJlc2VudCBhcyBhIG9uZS1zdG9wIGZpbmFuY2lhbCBib3V0aXF1ZSBzcGVjaWFsaXppbmcgaW4gZWxlY3Ryb25pYyB0cmFkaW5nIHN0cmF0ZWd5Li4uIFRoZWlyIHRlY2hub2xvZ3kgcHJvdmlkZXMgdHJhZGVycyBhY2Nlc3MgdG8gaW5ub3ZhdGl2ZSBtZXRob2RzIHRvIHByb2ZpdCBmcm9tIHRoZSBtYXJrZXRzIHdoaWxlIGNvbnRyb2xsaW5nIHJpc2suXCI8L3A+Wy90ZXN0aW1vbmlhbF1bL3Rlc3RpbW9uaWFsc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI2MzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkNPTU1PRElUWSBGVVRVUkVTLCBPUFRJT05TLCBBTkQgRk9SRVggVFJBRElORyBJTlZPTFZFUyBTVUJTVEFOVElBTCBSSVNLIEFORCBJUyBOT1QgU1VJVEFCTEUgRk9SIEFMTCBJTlZFU1RPUlMuIFBBU1QgUEVSRk9STUFOQ0UgSVMgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFJFU1VMVFMuPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','publish','2014-05-12 19:09:03'),(106,1667,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI0NToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1UcmFkaW5nIEZ1dHVyZXMgU3VjY2Vzc2Z1bGx5IG9uIHRoZSDCoCDCoCDCoCDCoCDCoCBTaG91bGRlcnMgb2YgR2lhbnRzWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4MToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIyXCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cIjMwMFwiIGZvbnRfY29sb3I9XCIjMzk1NDY4XCIgYWxpZ249XCJjZW50ZXJcIl1ieSBEci4gRGVhbiBIYW5kbGV5IMKgLSDCoEZ1dHVyZXMgVHJ1dGggTWFnYXppbmVbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjE6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9mdXR1cmVzLXRydXRoLTI0NHgzMDAuanBnXCIgd2lkdGg9XCIyNDRcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMjY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl1SaW9zIFF1YW50aXRhdGl2ZVwncyBsaXZlIHRyYWRpbmcgcm9vbSDCoGlzIHJhbmtlZCBhbW9uZyB0aGUgdG9wIHRlbiBvdXQgb2YgNDIyIHJvb21zIGluIHJlY2VudCByZXNlYXJjaCByZXBvcnQuIMKgR2V0IHlvdXIgZnJlZSBjb3B5IG9mIHRoZSByZXBvcnQgYW5kIGZpbmQgb3V0IHdoaWNoIHRyYWRpbmcgcm9vbXMgYXJlIG1ha2luZyBwcm9maXRhYmxlIHRyYWRlcyBpbiBsaXZlIG1hcmtldHMgYW5kIHdoaWNoIG9uZXMgYXJlIG5vdCEKCjxwPiZuYnNwOzwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3NDc6IltvcHRpbl9ib3ggc3R5bGU9XCIxMVwiIHdpZHRoPVwiNDUwXCIgbWFyZ2luX3RvcD1cIjE1XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0MjYwOTNcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVJXNTBaWElnZVc5MWNpQnVZVzFsSUdGdVpDQmxiV0ZwYkNCaVpXeHZkeUJtYjNJZ2FXNXpkR0Z1ZENCaFkyTmxjM011TGk0PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIl1DbGljayB0aGVuIGNoZWNrIHlvdXIgaW5ib3ggZm9yIGNvbmZpcm1hdGlvbiFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NDoiZTMwPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjc3OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMTdcIiB3aWR0aD1cIjk0MFwiXTxoMiBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3BhbiBzdHlsZT1cImNvbG9yOiAjNDI1MDYzO1wiPllvdVwncmUgwqAzLVN0ZXBzIEF3YXkgdG8KR2V0dGluZyBTdGFydGVkIGluIG91ciBMaXZlIFRyYWRpbmcgUm9vbcKgPC9zcGFuPjwvaDI+CjxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo2NjI6IltzdGVwX2dyYXBoaWNzIHN0eWxlPVwiNVwiIGNvbG9yPVwiIzQyNTA2M1wiXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIxXCIgaGVhZGxpbmU9XCJSZXNlcnZlIHlvdXIgc3BvdCBpbW1lZGlhdGVseSwgc3BhY2UgaXMgbGltaXRlZC4gRW50ZXIgeW91ciBlbWFpbCB0b2RheSB0byBzZWN1cmUgeW91ciBhY2Nlc3MuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIyXCIgaGVhZGxpbmU9XCJMaXZlIHRyYWRpbmcgc3RhcnRzIE1vbmRheSB0aHJvdWdoIEZyaWRheSBhdCA3OjMwIGEubS4gRVQsIHNwYWNlIGlzIGxpbWl0ZWQgc28gbG9nIGluIDcgbWludXRlcyBlYXJseS5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjNcIiBoZWFkbGluZT1cIk9uY2UgeW91clwnZSBpbiwgcGF5IGNsb3NlIGF0dGVudGlvbiBhbmQgd2F0Y2ggdXMgdHJhZGUgdGhlIGxpdmUgbWFya2V0cyB3aXRoIGN1dHRpbmcgZWRnZSBxdWFudGl0YXRpdmUgdG9vbHMuIEhhdmUgeW91ciBwZW4gYW5kIHBhcGVyIHJlYWR5IHRvIHRha2Ugbm90ZXMgYW5kIGxlYXJuIHdoYXQgcXVhbnQgdHJhZGluZyBpcyBhbGwgYWJvdXQuIEFzayBhcyBtYW55IHF1ZXN0aW9ucyBhcyB5b3UgbGlrZS4gQmUgcmVhZHkgdG8gYmUgYW1hemVkIVwiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3NTc6Ilt0ZXN0aW1vbmlhbHMgc3R5bGU9XCIyXCIgbWFyZ2luX3RvcD1cIlwiIG1hcmdpbl9ib3R0b209XCJcIl1bdGVzdGltb25pYWwgbmFtZT1cIkRlYW4gSGFuZGxleSwgUGhELCBNQkEsIEpEXCIgY29tcGFueT1cIkRyLiBIYW5kbGV5IGhhcyBCUy1CaW9sb2d5OyBNUy1CaW9jaGVtLCBQaEQtTW9sZWMgR2VuZXRpY3MsIEZlbGxvd3NoaXApLCBhbiBNQkEgaW4gZmluYW5jZSBhbmQgIGEgSnVyaXMgRG9jdG9yYXRlIChKRCkgaW4gaW50ZWxsZWN0dWFsIHByb3BlcnR5LiBIZSBoYXMgYmVlbiBhbiBhY3RpdmUgZnV0dXJlcyB0cmFkZXIgZm9yIG5lYXJseSBmb3VyIHllYXJzLiBcIiBocmVmPVwiXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9kZWFuLWhhbmRsZXkuanBnXCJdPHA+UmlvcyBRdWFudGl0YXRpdmUgLSBcIlRoZXkgdHJhZGUgdGhlIGdyZWF0ZXN0IGRpdmVyc2l0eSBvZiBmdXR1cmVzIGluZGljZXMgSSBoYXZlIGV2ZXIgc2VlbiBhbmQgcHJlc2VudCBhcyBhIG9uZS1zdG9wIGZpbmFuY2lhbCBib3V0aXF1ZSBzcGVjaWFsaXppbmcgaW4gZWxlY3Ryb25pYyB0cmFkaW5nIHN0cmF0ZWd5Li4uIFRoZWlyIHRlY2hub2xvZ3kgcHJvdmlkZXMgdHJhZGVycyBhY2Nlc3MgdG8gaW5ub3ZhdGl2ZSBtZXRob2RzIHRvIHByb2ZpdCBmcm9tIHRoZSBtYXJrZXRzIHdoaWxlIGNvbnRyb2xsaW5nIHJpc2suXCI8L3A+Wy90ZXN0aW1vbmlhbF1bL3Rlc3RpbW9uaWFsc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI2MzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkNPTU1PRElUWSBGVVRVUkVTLCBPUFRJT05TLCBBTkQgRk9SRVggVFJBRElORyBJTlZPTFZFUyBTVUJTVEFOVElBTCBSSVNLIEFORCBJUyBOT1QgU1VJVEFCTEUgRk9SIEFMTCBJTlZFU1RPUlMuIFBBU1QgUEVSRk9STUFOQ0UgSVMgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFJFU1VMVFMuPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','revision','2014-05-12 19:11:29'),(107,1667,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIzMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1UcmFkaW5nIEZ1dHVyZXMgU3VjY2Vzc2Z1bGx5IG9uIHRoZSBTaG91bGRlcnMgb2YgR2lhbnRzWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4MToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIyXCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cIjMwMFwiIGZvbnRfY29sb3I9XCIjMzk1NDY4XCIgYWxpZ249XCJjZW50ZXJcIl1ieSBEci4gRGVhbiBIYW5kbGV5IMKgLSDCoEZ1dHVyZXMgVHJ1dGggTWFnYXppbmVbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjE6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9mdXR1cmVzLXRydXRoLTI0NHgzMDAuanBnXCIgd2lkdGg9XCIyNDRcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMjY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl1SaW9zIFF1YW50aXRhdGl2ZVwncyBsaXZlIHRyYWRpbmcgcm9vbSDCoGlzIHJhbmtlZCBhbW9uZyB0aGUgdG9wIHRlbiBvdXQgb2YgNDIyIHJvb21zIGluIHJlY2VudCByZXNlYXJjaCByZXBvcnQuIMKgR2V0IHlvdXIgZnJlZSBjb3B5IG9mIHRoZSByZXBvcnQgYW5kIGZpbmQgb3V0IHdoaWNoIHRyYWRpbmcgcm9vbXMgYXJlIG1ha2luZyBwcm9maXRhYmxlIHRyYWRlcyBpbiBsaXZlIG1hcmtldHMgYW5kIHdoaWNoIG9uZXMgYXJlIG5vdCEKCjxwPiZuYnNwOzwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3NzE6IltvcHRpbl9ib3ggc3R5bGU9XCIxMVwiIHdpZHRoPVwiNDUwXCIgbWFyZ2luX3RvcD1cIjE1XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgbmV3X3dpbmRvdz1cIllcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImVtYWlsXCIgZW1haWxfYWRkcmVzcz1cImh0dHA6Ly93d3cucmlvc3F1YW50LmNvbS9zdWJzY3JpYmU/cHJvZHVjdF9pZD0xNlwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVJXNTBaWElnZVc5MWNpQnVZVzFsSUdGdVpDQmxiV0ZwYkNCaVpXeHZkeUJtYjNJZ2FXNXpkR0Z1ZENCaFkyTmxjM011TGk0PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIl1DbGljayB0aGVuIGNoZWNrIHlvdXIgaW5ib3ggZm9yIGNvbmZpcm1hdGlvbiFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NDoiZTMwPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjc3OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMTdcIiB3aWR0aD1cIjk0MFwiXTxoMiBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3BhbiBzdHlsZT1cImNvbG9yOiAjNDI1MDYzO1wiPllvdVwncmUgwqAzLVN0ZXBzIEF3YXkgdG8KR2V0dGluZyBTdGFydGVkIGluIG91ciBMaXZlIFRyYWRpbmcgUm9vbcKgPC9zcGFuPjwvaDI+CjxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo2NjI6IltzdGVwX2dyYXBoaWNzIHN0eWxlPVwiNVwiIGNvbG9yPVwiIzQyNTA2M1wiXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIxXCIgaGVhZGxpbmU9XCJSZXNlcnZlIHlvdXIgc3BvdCBpbW1lZGlhdGVseSwgc3BhY2UgaXMgbGltaXRlZC4gRW50ZXIgeW91ciBlbWFpbCB0b2RheSB0byBzZWN1cmUgeW91ciBhY2Nlc3MuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIyXCIgaGVhZGxpbmU9XCJMaXZlIHRyYWRpbmcgc3RhcnRzIE1vbmRheSB0aHJvdWdoIEZyaWRheSBhdCA3OjMwIGEubS4gRVQsIHNwYWNlIGlzIGxpbWl0ZWQgc28gbG9nIGluIDcgbWludXRlcyBlYXJseS5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjNcIiBoZWFkbGluZT1cIk9uY2UgeW91clwnZSBpbiwgcGF5IGNsb3NlIGF0dGVudGlvbiBhbmQgd2F0Y2ggdXMgdHJhZGUgdGhlIGxpdmUgbWFya2V0cyB3aXRoIGN1dHRpbmcgZWRnZSBxdWFudGl0YXRpdmUgdG9vbHMuIEhhdmUgeW91ciBwZW4gYW5kIHBhcGVyIHJlYWR5IHRvIHRha2Ugbm90ZXMgYW5kIGxlYXJuIHdoYXQgcXVhbnQgdHJhZGluZyBpcyBhbGwgYWJvdXQuIEFzayBhcyBtYW55IHF1ZXN0aW9ucyBhcyB5b3UgbGlrZS4gQmUgcmVhZHkgdG8gYmUgYW1hemVkIVwiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3NTc6Ilt0ZXN0aW1vbmlhbHMgc3R5bGU9XCIyXCIgbWFyZ2luX3RvcD1cIlwiIG1hcmdpbl9ib3R0b209XCJcIl1bdGVzdGltb25pYWwgbmFtZT1cIkRlYW4gSGFuZGxleSwgUGhELCBNQkEsIEpEXCIgY29tcGFueT1cIkRyLiBIYW5kbGV5IGhhcyBCUy1CaW9sb2d5OyBNUy1CaW9jaGVtLCBQaEQtTW9sZWMgR2VuZXRpY3MsIEZlbGxvd3NoaXApLCBhbiBNQkEgaW4gZmluYW5jZSBhbmQgIGEgSnVyaXMgRG9jdG9yYXRlIChKRCkgaW4gaW50ZWxsZWN0dWFsIHByb3BlcnR5LiBIZSBoYXMgYmVlbiBhbiBhY3RpdmUgZnV0dXJlcyB0cmFkZXIgZm9yIG5lYXJseSBmb3VyIHllYXJzLiBcIiBocmVmPVwiXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9kZWFuLWhhbmRsZXkuanBnXCJdPHA+UmlvcyBRdWFudGl0YXRpdmUgLSBcIlRoZXkgdHJhZGUgdGhlIGdyZWF0ZXN0IGRpdmVyc2l0eSBvZiBmdXR1cmVzIGluZGljZXMgSSBoYXZlIGV2ZXIgc2VlbiBhbmQgcHJlc2VudCBhcyBhIG9uZS1zdG9wIGZpbmFuY2lhbCBib3V0aXF1ZSBzcGVjaWFsaXppbmcgaW4gZWxlY3Ryb25pYyB0cmFkaW5nIHN0cmF0ZWd5Li4uIFRoZWlyIHRlY2hub2xvZ3kgcHJvdmlkZXMgdHJhZGVycyBhY2Nlc3MgdG8gaW5ub3ZhdGl2ZSBtZXRob2RzIHRvIHByb2ZpdCBmcm9tIHRoZSBtYXJrZXRzIHdoaWxlIGNvbnRyb2xsaW5nIHJpc2suXCI8L3A+Wy90ZXN0aW1vbmlhbF1bL3Rlc3RpbW9uaWFsc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI2MzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkNPTU1PRElUWSBGVVRVUkVTLCBPUFRJT05TLCBBTkQgRk9SRVggVFJBRElORyBJTlZPTFZFUyBTVUJTVEFOVElBTCBSSVNLIEFORCBJUyBOT1QgU1VJVEFCTEUgRk9SIEFMTCBJTlZFU1RPUlMuIFBBU1QgUEVSRk9STUFOQ0UgSVMgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFJFU1VMVFMuPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','revision','2014-05-12 19:14:44'),(108,1667,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIzMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1UcmFkaW5nIEZ1dHVyZXMgU3VjY2Vzc2Z1bGx5IG9uIHRoZSBTaG91bGRlcnMgb2YgR2lhbnRzWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4MToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIyXCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cIjMwMFwiIGZvbnRfY29sb3I9XCIjMzk1NDY4XCIgYWxpZ249XCJjZW50ZXJcIl1ieSBEci4gRGVhbiBIYW5kbGV5IMKgLSDCoEZ1dHVyZXMgVHJ1dGggTWFnYXppbmVbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjE6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9mdXR1cmVzLXRydXRoLTI0NHgzMDAuanBnXCIgd2lkdGg9XCIyNDRcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMjY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl1SaW9zIFF1YW50aXRhdGl2ZVwncyBsaXZlIHRyYWRpbmcgcm9vbSDCoGlzIHJhbmtlZCBhbW9uZyB0aGUgdG9wIHRlbiBvdXQgb2YgNDIyIHJvb21zIGluIHJlY2VudCByZXNlYXJjaCByZXBvcnQuIMKgR2V0IHlvdXIgZnJlZSBjb3B5IG9mIHRoZSByZXBvcnQgYW5kIGZpbmQgb3V0IHdoaWNoIHRyYWRpbmcgcm9vbXMgYXJlIG1ha2luZyBwcm9maXRhYmxlIHRyYWRlcyBpbiBsaXZlIG1hcmtldHMgYW5kIHdoaWNoIG9uZXMgYXJlIG5vdCEKCjxwPiZuYnNwOzwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3NjQ6IltvcHRpbl9ib3ggc3R5bGU9XCIxMVwiIHdpZHRoPVwiNDUwXCIgbWFyZ2luX3RvcD1cIjE1XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgbmV3X3dpbmRvdz1cIllcIiBlbWFpbF9maWVsZD1cImVtYWlsXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJhd2ViZXJcIiBsaXN0PVwiMzQzOTM2MFwiIG5hbWVfZmllbGQ9XCJuYW1lXCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIiBuYW1lX3JlcXVpcmVkPVwiTlwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdUlc1MFpYSWdlVzkxY2lCdVlXMWxJR0Z1WkNCbGJXRnBiQ0JpWld4dmR5Qm1iM0lnYVc1emRHRnVkQ0JoWTJObGMzTXVMaTQ9Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiXUNsaWNrIHRoZW4gY2hlY2sgeW91ciBpbmJveCBmb3IgY29uZmlybWF0aW9uIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo0OiJlMzA9IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNzc6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxN1wiIHdpZHRoPVwiOTQwXCJdPGgyIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjxzcGFuIHN0eWxlPVwiY29sb3I6ICM0MjUwNjM7XCI+WW91XCdyZSDCoDMtU3RlcHMgQXdheSB0bwpHZXR0aW5nIFN0YXJ0ZWQgaW4gb3VyIExpdmUgVHJhZGluZyBSb29twqA8L3NwYW4+PC9oMj4KPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjY2MjoiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCI1XCIgY29sb3I9XCIjNDI1MDYzXCJdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIlJlc2VydmUgeW91ciBzcG90IGltbWVkaWF0ZWx5LCBzcGFjZSBpcyBsaW1pdGVkLiBFbnRlciB5b3VyIGVtYWlsIHRvZGF5IHRvIHNlY3VyZSB5b3VyIGFjY2Vzcy5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIkxpdmUgdHJhZGluZyBzdGFydHMgTW9uZGF5IHRocm91Z2ggRnJpZGF5IGF0IDc6MzAgYS5tLiBFVCwgc3BhY2UgaXMgbGltaXRlZCBzbyBsb2cgaW4gNyBtaW51dGVzIGVhcmx5LlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiM1wiIGhlYWRsaW5lPVwiT25jZSB5b3VyXCdlIGluLCBwYXkgY2xvc2UgYXR0ZW50aW9uIGFuZCB3YXRjaCB1cyB0cmFkZSB0aGUgbGl2ZSBtYXJrZXRzIHdpdGggY3V0dGluZyBlZGdlIHF1YW50aXRhdGl2ZSB0b29scy4gSGF2ZSB5b3VyIHBlbiBhbmQgcGFwZXIgcmVhZHkgdG8gdGFrZSBub3RlcyBhbmQgbGVhcm4gd2hhdCBxdWFudCB0cmFkaW5nIGlzIGFsbCBhYm91dC4gQXNrIGFzIG1hbnkgcXVlc3Rpb25zIGFzIHlvdSBsaWtlLiBCZSByZWFkeSB0byBiZSBhbWF6ZWQhXCJdWy9zdGVwXVsvc3RlcF9ncmFwaGljc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc1NzoiW3Rlc3RpbW9uaWFscyBzdHlsZT1cIjJcIiBtYXJnaW5fdG9wPVwiXCIgbWFyZ2luX2JvdHRvbT1cIlwiXVt0ZXN0aW1vbmlhbCBuYW1lPVwiRGVhbiBIYW5kbGV5LCBQaEQsIE1CQSwgSkRcIiBjb21wYW55PVwiRHIuIEhhbmRsZXkgaGFzIEJTLUJpb2xvZ3k7IE1TLUJpb2NoZW0sIFBoRC1Nb2xlYyBHZW5ldGljcywgRmVsbG93c2hpcCksIGFuIE1CQSBpbiBmaW5hbmNlIGFuZCAgYSBKdXJpcyBEb2N0b3JhdGUgKEpEKSBpbiBpbnRlbGxlY3R1YWwgcHJvcGVydHkuIEhlIGhhcyBiZWVuIGFuIGFjdGl2ZSBmdXR1cmVzIHRyYWRlciBmb3IgbmVhcmx5IGZvdXIgeWVhcnMuIFwiIGhyZWY9XCJcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2RlYW4taGFuZGxleS5qcGdcIl08cD5SaW9zIFF1YW50aXRhdGl2ZSAtIFwiVGhleSB0cmFkZSB0aGUgZ3JlYXRlc3QgZGl2ZXJzaXR5IG9mIGZ1dHVyZXMgaW5kaWNlcyBJIGhhdmUgZXZlciBzZWVuIGFuZCBwcmVzZW50IGFzIGEgb25lLXN0b3AgZmluYW5jaWFsIGJvdXRpcXVlIHNwZWNpYWxpemluZyBpbiBlbGVjdHJvbmljIHRyYWRpbmcgc3RyYXRlZ3kuLi4gVGhlaXIgdGVjaG5vbG9neSBwcm92aWRlcyB0cmFkZXJzIGFjY2VzcyB0byBpbm5vdmF0aXZlIG1ldGhvZHMgdG8gcHJvZml0IGZyb20gdGhlIG1hcmtldHMgd2hpbGUgY29udHJvbGxpbmcgcmlzay5cIjwvcD5bL3Rlc3RpbW9uaWFsXVsvdGVzdGltb25pYWxzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjYzOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+Q09NTU9ESVRZIEZVVFVSRVMsIE9QVElPTlMsIEFORCBGT1JFWCBUUkFESU5HIElOVk9MVkVTIFNVQlNUQU5USUFMIFJJU0sgQU5EIElTIE5PVCBTVUlUQUJMRSBGT1IgQUxMIElOVkVTVE9SUy4gUEFTVCBQRVJGT1JNQU5DRSBJUyBOT1QgSU5ESUNBVElWRSBPRiBGVVRVUkUgUkVTVUxUUy48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','publish','2014-05-12 19:31:40'),(109,1672,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjI5OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjBcIiBmb250X2ZvbnQ9XCJBc2FwXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjMWE5ZWUwXCIgZm9udF9zcGFjaW5nPVwiLTFcIiBhbGlnbj1cImNlbnRlclwiXTxzdHJvbmc+TElWRSBXRUJJTkFSPC9zdHJvbmc+wqBXSVRIIFJJT1NRVUFOVCBQRVJGT1JNQU5DRSBDT0FDSCBFRFdBUkQgUFJFU1RPTlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzFhOWVlMDtwYWRkaW5nLXRvcDozMHB4O3BhZGRpbmctYm90dG9tOjI1cHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeFlUbGxaVEFpTENKd1lXUmthVzVuVkc5d0lqb2lNekFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpVaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4OToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjMwXCIgZm9udF9mb250PVwiQXNhcFwiIGZvbnRfc3R5bGU9XCJib2xkXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBmb250X3NoYWRvdz1cImRhcmtcIiBhbGlnbj1cImNlbnRlclwiXVRIRSBORVhUIEJJRyBTV0lORyA6IHdpbGwgeW91IGJlIHJlYWR5P1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM4OiJiYWNrZ3JvdW5kOiMyMTIxMjE7cGFkZGluZy1ib3R0b206MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NzI6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeU1USXhNakVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTUNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODQ6IltjYWxlbmRhcl9kYXRlIHN0eWxlPVwiMVwiIG1vbnRoPVwiQXByaWxcIiBjYWxlbmRhcl9iYXJfY29sb3I9XCIjZmYwMDAwXCIgZGF5PVwiM1wiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjIxXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiB3aWR0aD1cIjIyMFwiXTxzdHJvbmc+VGh1cnNkYXksIHRoZSAzcmQKPC9zdHJvbmc+NzozMCBQTSBFYXN0ZXJuIFRpbWUKNjozMCBQTSBDZW50cmFsIFRpbWUKNDozMCBQTSBQYWNpZmljIFRpbWVbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc4ODoiW29wdGluX2JveCBzdHlsZT1cIjdcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBkaXNhYmxlX25hbWU9XCJZXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIGdvdG93ZWJpbmFyPVwiYTczNTQ1ODc5MFwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1IZXJlXCdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgZW1haWwgaW5ib3ghWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MjthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxMTA6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxNTY6ImV5SmlZV05yWjNKdmRXNWtTVzFoWjJVaU9pSjFjbXdvYUhSMGNEb3ZMMjl3ZEdsdGFYcGxjSEpsYzNNeUxtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE15OHdOaTlpWVdOck1TNXdibWNwSWl3aVltRmphMmR5YjNWdVpGQnZjMmwwYVc5dUlqb2lkR2xzWlNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI5NjoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM1XCIgYWxpZ249XCJsZWZ0XCIgbGluZV9oZWlnaHQ9XCIzNVwiXTxkaXYgZGF0YS1sYj1cImVkaXRhYmxlLXJpY2gtdGV4dFwiIGRhdGEtbGItaWQ9XCJtYWluLWhlYWRsaW5lXCIgZGF0YS1sYi1uYW1lPVwiTWFpbiBIZWFkbGluZSBUZXh0XCI+RFVSSU5HIFRISVMgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFhOWVlMDtcIj48c3Ryb25nPsKgRURVQ0FUSU9OQUwgV0VCSU5BUjwvc3Ryb25nPjwvc3Bhbj4gWU9VIFdJTEwgTEVBUk46PC9kaXY+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU4MjoiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCIzXCIgY29sb3I9XCIjMWE5ZWUwXCJdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIkJyZWFrZG93biBhbmFseXNpcyBmb3IgdGhlIHJlY2VudCB0cmFkZXMgZXhlY3V0ZWQgaW4gVGhlIFRyYWRpbmcgUm9vbSBUcmFkZUxBQi4gICAgICAgICAgICAgICAgICAgICAgICAgIFwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjNcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiTGVhcm4gaG93IHRvIHNwb3QgYnJlYWtvdXQgYW5kIGJyZWFrZG93biB0cmFkZSBvcHBvcnR1bml0aWVzIC5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjNcIiBoZWFkbGluZT1cIkhvdyB0byB1c2UgdGhlIHBvd2VyIG9mIHRoZSBHbm9zVElDSyBidWxsaXNoIGFuZCBiZWFyaXNoIHRyZW5kcy5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjRcIiBoZWFkbGluZT1cIlNoYXJlIHlvdXIgcXVlc3Rpb25zIHdpdGggRVAgYW5kIGdldCB0aGUgYW5zd2VycyB0aGF0IHlvdSBzZWVrIGZyb20gYSBwcm9mZXNzaW9uYWwgdHJhZGVyLlwiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozOTQ6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxMlwiXTxoMz48L2gzPgo8aDM+V2hhdCBpZiB5b3UgaGFkIGNyaXRpY2FsIGluZm9ybWF0aW9uIHRoYXQgY291bGQgaGVscCB5b3UgaWRlbnRpZnkgdGhlIE5FWFQgYmlnIHN3aW5nIGluIHRoZSBmaW5hbmNpYWwgbWFya2V0cz8gUGVyZm9ybWFuY2UgY29hY2ggRWR3YXJkIEVQIFByZXN0b24gd2lsbCBzaG93IHlvdSBleGFjdGx5IHdoYXQgaGUgZG9lcyB0byBzY2FuIHRoZSBtYXJrZXRzIGluIG9yZGVyIHRvIGlkZW50aWZ5IHBvdGVudGlhbCBiaWcgc3dpbmcgdHJhZGUgc2V0IHVwcy48L2gzPgo8aDM+PC9oMz4KPGgzPjxzdHJvbmc+wqA8L3N0cm9uZz48L2gzPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Nzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIwMDoiW2ltYWdlcyBzdHlsZT1cIjVcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA0L2VwLXB0ci1jbG9ja3MtMTAyNHg1ODcuanBnXCIgd2lkdGg9XCIxMDI0XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIyMDoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjI0XCIgZm9udF9mb250PVwiU2hhZG93cyBJbnRvIExpZ2h0XCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjQ2MFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPsKgUGVyZm9ybWFuY2UgQ29hY2ggRWR3YXJkIEVQIFByZXN0b248L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319aTozO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6NDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMjoiW3ZlcnRpY2FsX3NwYWNpbmcgaGVpZ2h0PVwiMzBcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo1O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIzMzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwiY2VudGVyXCIgZm9udF9zaXplPVwiMTVcIiBmb250X2NvbG9yPVwiIzkxOTE5MVwiIGJvdHRvbV9wYWRkaW5nPVwiMTBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiNDYwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+U2hhcmUgdGhpcyBwYWdlIHdpdGggeW91ciBmcmllbmRzLi4uPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo2O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI2NDoiW3NvY2lhbF9zaGFyaW5nIHN0eWxlPVwic3R5bGUtMjBcIiBmYl9jb2xvcj1cImxpZ2h0XCIgZmJfbGFuZz1cImVuX0dCXCIgZmJfdGV4dD1cInJlY29tbWVuZFwiIGZiX2J1dHRvbl90ZXh0PVwiU2hhcmVcIiB0d19sYW5nPVwiZW5cIiB0d19idXR0b25fdGV4dD1cIlNoYXJlXCIgZ19sYW5nPVwiZW4tR0JcIiBnX2J1dHRvbl90ZXh0PVwiU2hhcmVcIiBwX2Rlc2NyaXB0aW9uPVwiXCIgbGlua2VkaW5fbGFuZz1cImVuX1VTXCIgYWxpZ25tZW50PVwiY2VudGVyXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjQ7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6I2VhNzExMDtwYWRkaW5nLXRvcDo0NXB4O3BhZGRpbmctYm90dG9tOjI1cHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObFlUY3hNVEFpTENKd1lXUmthVzVuVkc5d0lqb2lORFVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpVaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI5NjoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIwXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBhbGlnbj1cImNlbnRlclwiXVdBUk5JTkc6IMKgV2Ugb25seSBoYXZlIDEwMCBzcG90cyBvbiBvdXIgd2ViaW5hciBzeXN0ZW0gYXZhaWxhYmxlIGFuZMKgc3BhY2Ugd2lsbCBmaWxsIHVwIGZhc3Qgc28gcmVnaXN0ZXIgbm93IHRvIGF2b2lkIG1pc3Npbmcgb3V0LiDCoFRoaXMgd2ViaW5hciBpcyBwYWNrZWQgd2l0aCBoaWdoIHF1YWxpdHkgY29udGVudCBhbmQgd2lsbCBmaWxsIHVwIGZhc3QhWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQwMDoiW2NvdW50ZG93bl90aW1lciBzdHlsZT1cIjFcIiBlbmRfZGF0ZT1cIjIwMTQvNC8zIDE5OjM6NTkgR01UIC00XCIgeWVhcnNfdGV4dD1cIlllYXJzXCIgeWVhcnNfdGV4dF9zaW5ndWxhcj1cIlllYXJcIiBtb250aHNfdGV4dD1cIk1vbnRoc1wiIG1vbnRoc190ZXh0X3Npbmd1bGFyPVwiTW9udGhcIiBkYXlzX3RleHQ9XCJEYXlzXCIgZGF5c190ZXh0X3Npbmd1bGFyPVwiRGF5XCIgaG91cnNfdGV4dD1cIkhvdXJzXCIgaG91cnNfdGV4dF9zaW5ndWxhcj1cIkhvdXJcIiBtaW51dGVzX3RleHQ9XCJNaW51dGVzXCIgbWludXRlc190ZXh0X3Npbmd1bGFyPVwiTWludXRlXCIgc2Vjb25kc190ZXh0PVwiU2Vjb25kc1wiIHNlY29uZHNfdGV4dF9zaW5ndWxhcj1cIlNlY29uZFwiXVsvY291bnRkb3duX3RpbWVyXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTo1O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE0NzoiYmFja2dyb3VuZC1pbWFnZTp1cmwoaHR0cDovL29wdGltaXplcHJlc3MyLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8wNi9iYWNrMS5wbmcpO2JhY2tncm91bmQtcmVwZWF0OnJlcGVhdDtwYWRkaW5nLXRvcDozMHB4O3BhZGRpbmctYm90dG9tOjUwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoyMDg6ImV5SmlZV05yWjNKdmRXNWtTVzFoWjJVaU9pSjFjbXdvYUhSMGNEb3ZMMjl3ZEdsdGFYcGxjSEpsYzNNeUxtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE15OHdOaTlpWVdOck1TNXdibWNwSWl3aVltRmphMmR5YjNWdVpGQnZjMmwwYVc5dUlqb2lkR2xzWlNJc0luQmhaR1JwYm1kVWIzQWlPaUl6TUNJc0luQmhaR1JwYm1kQ2IzUjBiMjBpT2lJMU1DSjkiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjI1XCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGFsaWduPVwiY2VudGVyXCIgYm90dG9tX21hcmdpbj1cIjIwXCJdPHN0cm9uZz5UaGlzIG9uZSB3aWxsIGJlIG5vIGV4Y2VwdGlvbi7CoFNvIGNsYWltIHlvdXIgc3BvdCBiZWxvdyE8L3N0cm9uZz5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Nzg4OiJbb3B0aW5fYm94IHN0eWxlPVwiN1wiIGFsaWdubWVudD1cImNlbnRlclwiIGRpc2FibGVfbmFtZT1cIllcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImVtYWlsXCIgZ290b3dlYmluYXI9XCJhNzM1NDU4NzkwXCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXUhlcmVcJ3MgVGhlIEhlYWRsaW5lIEZvciBUaGUgQm94Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdVEc5eVpXMGdhWEJ6ZFcwZ1pHOXNiM0lnYzJsMElHRnRaWFFzSUdOdmJuTmxZM1JsZEhWeUlHRmthWEJwYzJOcGJtY2daV3hwZEM0Z1JHOXVaV01nZG1Wc0lHNTFibU1nYm05dUlHeGhZM1Z6SUhabGJtVnVZWFJwY3lCamIyMXRiMlJ2TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdQ2xpY2sgaGVyZSBhbmQgZ28gdG8geW91ciBlbWFpbCBpbmJveCFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU4OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+VEhFUkUgSVMgQSBTVUJTVEFOVElBTCBSSVNLIE9GIExPU1MgSU4gVFJBRElORyBDT01NT0RJVFkgRlVUVVJFUywgT1BUSU9OUywgQU5EIEZPUkVJR04gRVhDSEFOR0UgUFJPRFVDVFMuIFBBU1QgUEVSRk9STUFOQ0UgSVMgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFJFU1VMVFMuPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','revision','2014-05-13 15:11:14'),(110,1672,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjM4OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjBcIiBmb250X2ZvbnQ9XCJBc2FwXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjMWE5ZWUwXCIgZm9udF9zcGFjaW5nPVwiLTFcIiBhbGlnbj1cImNlbnRlclwiXTxzdHJvbmc+TElWRSBUUkFJTklORyBXRUJJTkFSPC9zdHJvbmc+wqBXSVRIIFJJT1NRVUFOVCBQRVJGT1JNQU5DRSBDT0FDSCBTVEVWRSBTQ0hXQVJUWlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzFhOWVlMDtwYWRkaW5nLXRvcDozMHB4O3BhZGRpbmctYm90dG9tOjI1cHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeFlUbGxaVEFpTENKd1lXUmthVzVuVkc5d0lqb2lNekFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpVaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4NzoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjMwXCIgZm9udF9mb250PVwiQXNhcFwiIGZvbnRfc3R5bGU9XCJib2xkXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBmb250X3NoYWRvdz1cImRhcmtcIiBhbGlnbj1cImNlbnRlclwiXU1PTUVOVFVNIFRSQURJTkcgOiB3aWxsIHlvdSBiZSByZWFkeT9bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozODoiYmFja2dyb3VuZDojMjEyMTIxO3BhZGRpbmctYm90dG9tOjBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjcyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXlNVEl4TWpFaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1DSjkiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjg0OiJbY2FsZW5kYXJfZGF0ZSBzdHlsZT1cIjFcIiBtb250aD1cIk1heSBcIiBjYWxlbmRhcl9iYXJfY29sb3I9XCIjZmYwMDAwXCIgZGF5PVwiMTNcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMTM6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyMVwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgd2lkdGg9XCIyMjBcIl08c3Ryb25nPlR1ZXNkYXksIHRoZSAxM3RoCjwvc3Ryb25nPjQ6MzAgUE0gRWFzdGVybiBUaW1lCjM6MzAgUE0gQ2VudHJhbCBUaW1lCjE6MzAgUE0gUGFjaWZpYyBUaW1lWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3ODg6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZGlzYWJsZV9uYW1lPVwiWVwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiBnb3Rvd2ViaW5hcj1cImE3MzU0NTg3OTBcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdSGVyZVwncyBUaGUgSGVhZGxpbmUgRm9yIFRoZSBCb3hbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1URzl5WlcwZ2FYQnpkVzBnWkc5c2IzSWdjMmwwSUdGdFpYUXNJR052Ym5ObFkzUmxkSFZ5SUdGa2FYQnBjMk5wYm1jZ1pXeHBkQzRnUkc5dVpXTWdkbVZzSUc1MWJtTWdibTl1SUd4aFkzVnpJSFpsYm1WdVlYUnBjeUJqYjIxdGIyUnZMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1DbGljayBoZXJlIGFuZCBjaGVjayB5b3VyIGVtYWlsIGluYm94IVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjI7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTEwOiJiYWNrZ3JvdW5kLWltYWdlOnVybChodHRwOi8vb3B0aW1pemVwcmVzczIuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzA2L2JhY2sxLnBuZyk7YmFja2dyb3VuZC1yZXBlYXQ6cmVwZWF0OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTU2OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDI5d2RHbHRhWHBsY0hKbGMzTXlMbU52YlM5M2NDMWpiMjUwWlc1MEwzVndiRzloWkhNdk1qQXhNeTh3Tmk5aVlXTnJNUzV3Ym1jcElpd2lZbUZqYTJkeWIzVnVaRkJ2YzJsMGFXOXVJam9pZEdsc1pTSjkiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyOTY6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzNVwiIGFsaWduPVwibGVmdFwiIGxpbmVfaGVpZ2h0PVwiMzVcIl08ZGl2IGRhdGEtbGI9XCJlZGl0YWJsZS1yaWNoLXRleHRcIiBkYXRhLWxiLWlkPVwibWFpbi1oZWFkbGluZVwiIGRhdGEtbGItbmFtZT1cIk1haW4gSGVhZGxpbmUgVGV4dFwiPkRVUklORyBUSElTIDxzcGFuIHN0eWxlPVwiY29sb3I6ICMxYTllZTA7XCI+PHN0cm9uZz7CoEVEVUNBVElPTkFMIFdFQklOQVI8L3N0cm9uZz48L3NwYW4+IFlPVSBXSUxMIExFQVJOOjwvZGl2PlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1ODI6IltzdGVwX2dyYXBoaWNzIHN0eWxlPVwiM1wiIGNvbG9yPVwiIzFhOWVlMFwiXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIxXCIgaGVhZGxpbmU9XCJCcmVha2Rvd24gYW5hbHlzaXMgZm9yIHRoZSByZWNlbnQgdHJhZGVzIGV4ZWN1dGVkIGluIFRoZSBUcmFkaW5nIFJvb20gVHJhZGVMQUIuICAgICAgICAgICAgICAgICAgICAgICAgICBcIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIkxlYXJuIGhvdyB0byBzcG90IGJyZWFrb3V0IGFuZCBicmVha2Rvd24gdHJhZGUgb3Bwb3J0dW5pdGllcyAuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIzXCIgaGVhZGxpbmU9XCJIb3cgdG8gdXNlIHRoZSBwb3dlciBvZiB0aGUgR25vc1RJQ0sgYnVsbGlzaCBhbmQgYmVhcmlzaCB0cmVuZHMuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCI0XCIgaGVhZGxpbmU9XCJTaGFyZSB5b3VyIHF1ZXN0aW9ucyB3aXRoIEVQIGFuZCBnZXQgdGhlIGFuc3dlcnMgdGhhdCB5b3Ugc2VlayBmcm9tIGEgcHJvZmVzc2lvbmFsIHRyYWRlci5cIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mzk0OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMTJcIl08aDM+PC9oMz4KPGgzPldoYXQgaWYgeW91IGhhZCBjcml0aWNhbCBpbmZvcm1hdGlvbiB0aGF0IGNvdWxkIGhlbHAgeW91IGlkZW50aWZ5IHRoZSBORVhUIGJpZyBzd2luZyBpbiB0aGUgZmluYW5jaWFsIG1hcmtldHM/IFBlcmZvcm1hbmNlIGNvYWNoIEVkd2FyZCBFUCBQcmVzdG9uIHdpbGwgc2hvdyB5b3UgZXhhY3RseSB3aGF0IGhlIGRvZXMgdG8gc2NhbiB0aGUgbWFya2V0cyBpbiBvcmRlciB0byBpZGVudGlmeSBwb3RlbnRpYWwgYmlnIHN3aW5nIHRyYWRlIHNldCB1cHMuPC9oMz4KPGgzPjwvaDM+CjxoMz48c3Ryb25nPsKgPC9zdHJvbmc+PC9oMz5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjc6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMDA6IltpbWFnZXMgc3R5bGU9XCI1XCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNC9lcC1wdHItY2xvY2tzLTEwMjR4NTg3LmpwZ1wiIHdpZHRoPVwiMTAyNFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMjA6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyNFwiIGZvbnRfZm9udD1cIlNoYWRvd3MgSW50byBMaWdodFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCI0NjBcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj7CoFBlcmZvcm1hbmNlIENvYWNoIEVkd2FyZCBFUCBQcmVzdG9uPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MzthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjQ7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzI6Ilt2ZXJ0aWNhbF9zcGFjaW5nIGhlaWdodD1cIjMwXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMzM6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImNlbnRlclwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiM5MTkxOTFcIiBib3R0b21fcGFkZGluZz1cIjEwXCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjQ2MFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPlNoYXJlIHRoaXMgcGFnZSB3aXRoIHlvdXIgZnJpZW5kcy4uLjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNjQ6Iltzb2NpYWxfc2hhcmluZyBzdHlsZT1cInN0eWxlLTIwXCIgZmJfY29sb3I9XCJsaWdodFwiIGZiX2xhbmc9XCJlbl9HQlwiIGZiX3RleHQ9XCJyZWNvbW1lbmRcIiBmYl9idXR0b25fdGV4dD1cIlNoYXJlXCIgdHdfbGFuZz1cImVuXCIgdHdfYnV0dG9uX3RleHQ9XCJTaGFyZVwiIGdfbGFuZz1cImVuLUdCXCIgZ19idXR0b25fdGV4dD1cIlNoYXJlXCIgcF9kZXNjcmlwdGlvbj1cIlwiIGxpbmtlZGluX2xhbmc9XCJlbl9VU1wiIGFsaWdubWVudD1cImNlbnRlclwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiNlYTcxMTA7cGFkZGluZy10b3A6NDVweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTmxZVGN4TVRBaUxDSndZV1JrYVc1blZHOXdJam9pTkRVaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyOTY6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgYWxpZ249XCJjZW50ZXJcIl1XQVJOSU5HOiDCoFdlIG9ubHkgaGF2ZSAxMDAgc3BvdHMgb24gb3VyIHdlYmluYXIgc3lzdGVtIGF2YWlsYWJsZSBhbmTCoHNwYWNlIHdpbGwgZmlsbCB1cCBmYXN0IHNvIHJlZ2lzdGVyIG5vdyB0byBhdm9pZCBtaXNzaW5nIG91dC4gwqBUaGlzIHdlYmluYXIgaXMgcGFja2VkIHdpdGggaGlnaCBxdWFsaXR5IGNvbnRlbnQgYW5kIHdpbGwgZmlsbCB1cCBmYXN0IVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0MDA6Iltjb3VudGRvd25fdGltZXIgc3R5bGU9XCIxXCIgZW5kX2RhdGU9XCIyMDE0LzQvMyAxOTozOjU5IEdNVCAtNFwiIHllYXJzX3RleHQ9XCJZZWFyc1wiIHllYXJzX3RleHRfc2luZ3VsYXI9XCJZZWFyXCIgbW9udGhzX3RleHQ9XCJNb250aHNcIiBtb250aHNfdGV4dF9zaW5ndWxhcj1cIk1vbnRoXCIgZGF5c190ZXh0PVwiRGF5c1wiIGRheXNfdGV4dF9zaW5ndWxhcj1cIkRheVwiIGhvdXJzX3RleHQ9XCJIb3Vyc1wiIGhvdXJzX3RleHRfc2luZ3VsYXI9XCJIb3VyXCIgbWludXRlc190ZXh0PVwiTWludXRlc1wiIG1pbnV0ZXNfdGV4dF9zaW5ndWxhcj1cIk1pbnV0ZVwiIHNlY29uZHNfdGV4dD1cIlNlY29uZHNcIiBzZWNvbmRzX3RleHRfc2luZ3VsYXI9XCJTZWNvbmRcIl1bL2NvdW50ZG93bl90aW1lcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6NTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNDc6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbTo1MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MjA4OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDI5d2RHbHRhWHBsY0hKbGMzTXlMbU52YlM5M2NDMWpiMjUwWlc1MEwzVndiRzloWkhNdk1qQXhNeTh3Tmk5aVlXTnJNUzV3Ym1jcElpd2lZbUZqYTJkeWIzVnVaRkJ2YzJsMGFXOXVJam9pZEdsc1pTSXNJbkJoWkdScGJtZFViM0FpT2lJek1DSXNJbkJoWkdScGJtZENiM1IwYjIwaU9pSTFNQ0o5IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyNVwiIGZvbnRfc3R5bGU9XCJub3JtYWxcIiBhbGlnbj1cImNlbnRlclwiIGJvdHRvbV9tYXJnaW49XCIyMFwiXTxzdHJvbmc+VGhpcyBvbmUgd2lsbCBiZSBubyBleGNlcHRpb24uwqBTbyBjbGFpbSB5b3VyIHNwb3QgYmVsb3chPC9zdHJvbmc+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc4ODoiW29wdGluX2JveCBzdHlsZT1cIjdcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBkaXNhYmxlX25hbWU9XCJZXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIGdvdG93ZWJpbmFyPVwiYTczNTQ1ODc5MFwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1IZXJlXCdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGdvIHRvIHlvdXIgZW1haWwgaW5ib3ghWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI1ODoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPlRIRVJFIElTIEEgU1VCU1RBTlRJQUwgUklTSyBPRiBMT1NTIElOIFRSQURJTkcgQ09NTU9ESVRZIEZVVFVSRVMsIE9QVElPTlMsIEFORCBGT1JFSUdOIEVYQ0hBTkdFIFBST0RVQ1RTLiBQQVNUIFBFUkZPUk1BTkNFIElTIE5PVCBJTkRJQ0FUSVZFIE9GIEZVVFVSRSBSRVNVTFRTLjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19','revision','2014-05-13 15:16:25'),(111,1672,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjM4OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjBcIiBmb250X2ZvbnQ9XCJBc2FwXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjMWE5ZWUwXCIgZm9udF9zcGFjaW5nPVwiLTFcIiBhbGlnbj1cImNlbnRlclwiXTxzdHJvbmc+TElWRSBUUkFJTklORyBXRUJJTkFSPC9zdHJvbmc+wqBXSVRIIFJJT1NRVUFOVCBQRVJGT1JNQU5DRSBDT0FDSCBTVEVWRSBTQ0hXQVJUWlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzFhOWVlMDtwYWRkaW5nLXRvcDozMHB4O3BhZGRpbmctYm90dG9tOjI1cHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeFlUbGxaVEFpTENKd1lXUmthVzVuVkc5d0lqb2lNekFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpVaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4NzoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjMwXCIgZm9udF9mb250PVwiQXNhcFwiIGZvbnRfc3R5bGU9XCJib2xkXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBmb250X3NoYWRvdz1cImRhcmtcIiBhbGlnbj1cImNlbnRlclwiXU1PTUVOVFVNIFRSQURJTkcgOiB3aWxsIHlvdSBiZSByZWFkeT9bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozODoiYmFja2dyb3VuZDojMjEyMTIxO3BhZGRpbmctYm90dG9tOjBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjcyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXlNVEl4TWpFaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1DSjkiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjg0OiJbY2FsZW5kYXJfZGF0ZSBzdHlsZT1cIjFcIiBtb250aD1cIk1heSBcIiBjYWxlbmRhcl9iYXJfY29sb3I9XCIjZmYwMDAwXCIgZGF5PVwiMTNcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMTM6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyMVwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgd2lkdGg9XCIyMjBcIl08c3Ryb25nPlR1ZXNkYXksIHRoZSAxM3RoCjwvc3Ryb25nPjQ6MzAgUE0gRWFzdGVybiBUaW1lCjM6MzAgUE0gQ2VudHJhbCBUaW1lCjE6MzAgUE0gUGFjaWZpYyBUaW1lWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3ODg6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZGlzYWJsZV9uYW1lPVwiWVwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiBnb3Rvd2ViaW5hcj1cImE3MzU0NTg3OTBcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdSGVyZVwncyBUaGUgSGVhZGxpbmUgRm9yIFRoZSBCb3hbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1URzl5WlcwZ2FYQnpkVzBnWkc5c2IzSWdjMmwwSUdGdFpYUXNJR052Ym5ObFkzUmxkSFZ5SUdGa2FYQnBjMk5wYm1jZ1pXeHBkQzRnUkc5dVpXTWdkbVZzSUc1MWJtTWdibTl1SUd4aFkzVnpJSFpsYm1WdVlYUnBjeUJqYjIxdGIyUnZMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1DbGljayBoZXJlIGFuZCBjaGVjayB5b3VyIGVtYWlsIGluYm94IVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjI7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTEwOiJiYWNrZ3JvdW5kLWltYWdlOnVybChodHRwOi8vb3B0aW1pemVwcmVzczIuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzA2L2JhY2sxLnBuZyk7YmFja2dyb3VuZC1yZXBlYXQ6cmVwZWF0OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTU2OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDI5d2RHbHRhWHBsY0hKbGMzTXlMbU52YlM5M2NDMWpiMjUwWlc1MEwzVndiRzloWkhNdk1qQXhNeTh3Tmk5aVlXTnJNUzV3Ym1jcElpd2lZbUZqYTJkeWIzVnVaRkJ2YzJsMGFXOXVJam9pZEdsc1pTSjkiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyOTY6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzNVwiIGFsaWduPVwibGVmdFwiIGxpbmVfaGVpZ2h0PVwiMzVcIl08ZGl2IGRhdGEtbGI9XCJlZGl0YWJsZS1yaWNoLXRleHRcIiBkYXRhLWxiLWlkPVwibWFpbi1oZWFkbGluZVwiIGRhdGEtbGItbmFtZT1cIk1haW4gSGVhZGxpbmUgVGV4dFwiPkRVUklORyBUSElTIDxzcGFuIHN0eWxlPVwiY29sb3I6ICMxYTllZTA7XCI+PHN0cm9uZz7CoEVEVUNBVElPTkFMIFdFQklOQVI8L3N0cm9uZz48L3NwYW4+IFlPVSBXSUxMIExFQVJOOjwvZGl2PlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1NDY6IltzdGVwX2dyYXBoaWNzIHN0eWxlPVwiM1wiIGNvbG9yPVwiIzFhOWVlMFwiXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIxXCIgaGVhZGxpbmU9XCJIb3cgdG8gaWRlbnRpZnkgbWFya2V0IHNlbnRpbWVudCBpbnN0YW50bHkuICAgICAgICAgICAgICAgICAgICAgICAgIFwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjNcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiTGVhcm4gaG93IHRvIHNwb3QgdGhlIHZlbG9jaXR5IGxlYWRlcnMgaW4gdGhlIG1hcmtldHMuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIzXCIgaGVhZGxpbmU9XCJEaXNjb3ZlciBob3cgdG8gbG9jYXRlIG9wdGltYWwgcG9pbnRzIGZvciBoaWdoIHByb2JhYmlsaXR5IGJyZWFrIG91dHMuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCI0XCIgaGVhZGxpbmU9XCJTaGFyZSB5b3VyIHF1ZXN0aW9ucyB3aXRoIFN0ZXZlIGFuZCBnZXQgdGhlIGFuc3dlcnMgdGhhdCB5b3Ugc2VlayBmcm9tIGEgcHJvZmVzc2lvbmFsIHRyYWRlci5cIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mzk0OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMTJcIl08aDM+PC9oMz4KPGgzPldoYXQgaWYgeW91IGhhZCBjcml0aWNhbCBpbmZvcm1hdGlvbiB0aGF0IGNvdWxkIGhlbHAgeW91IGlkZW50aWZ5IHRoZSBORVhUIGJpZyBzd2luZyBpbiB0aGUgZmluYW5jaWFsIG1hcmtldHM/IFBlcmZvcm1hbmNlIGNvYWNoIEVkd2FyZCBFUCBQcmVzdG9uIHdpbGwgc2hvdyB5b3UgZXhhY3RseSB3aGF0IGhlIGRvZXMgdG8gc2NhbiB0aGUgbWFya2V0cyBpbiBvcmRlciB0byBpZGVudGlmeSBwb3RlbnRpYWwgYmlnIHN3aW5nIHRyYWRlIHNldCB1cHMuPC9oMz4KPGgzPjwvaDM+CjxoMz48c3Ryb25nPsKgPC9zdHJvbmc+PC9oMz5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjc6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMDA6IltpbWFnZXMgc3R5bGU9XCI1XCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNC9lcC1wdHItY2xvY2tzLTEwMjR4NTg3LmpwZ1wiIHdpZHRoPVwiMTAyNFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMjA6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyNFwiIGZvbnRfZm9udD1cIlNoYWRvd3MgSW50byBMaWdodFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCI0NjBcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj7CoFBlcmZvcm1hbmNlIENvYWNoIEVkd2FyZCBFUCBQcmVzdG9uPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MzthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjQ7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzI6Ilt2ZXJ0aWNhbF9zcGFjaW5nIGhlaWdodD1cIjMwXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMzM6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImNlbnRlclwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiM5MTkxOTFcIiBib3R0b21fcGFkZGluZz1cIjEwXCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjQ2MFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPlNoYXJlIHRoaXMgcGFnZSB3aXRoIHlvdXIgZnJpZW5kcy4uLjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNjQ6Iltzb2NpYWxfc2hhcmluZyBzdHlsZT1cInN0eWxlLTIwXCIgZmJfY29sb3I9XCJsaWdodFwiIGZiX2xhbmc9XCJlbl9HQlwiIGZiX3RleHQ9XCJyZWNvbW1lbmRcIiBmYl9idXR0b25fdGV4dD1cIlNoYXJlXCIgdHdfbGFuZz1cImVuXCIgdHdfYnV0dG9uX3RleHQ9XCJTaGFyZVwiIGdfbGFuZz1cImVuLUdCXCIgZ19idXR0b25fdGV4dD1cIlNoYXJlXCIgcF9kZXNjcmlwdGlvbj1cIlwiIGxpbmtlZGluX2xhbmc9XCJlbl9VU1wiIGFsaWdubWVudD1cImNlbnRlclwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiNlYTcxMTA7cGFkZGluZy10b3A6NDVweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTmxZVGN4TVRBaUxDSndZV1JrYVc1blZHOXdJam9pTkRVaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyOTY6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgYWxpZ249XCJjZW50ZXJcIl1XQVJOSU5HOiDCoFdlIG9ubHkgaGF2ZSAxMDAgc3BvdHMgb24gb3VyIHdlYmluYXIgc3lzdGVtIGF2YWlsYWJsZSBhbmTCoHNwYWNlIHdpbGwgZmlsbCB1cCBmYXN0IHNvIHJlZ2lzdGVyIG5vdyB0byBhdm9pZCBtaXNzaW5nIG91dC4gwqBUaGlzIHdlYmluYXIgaXMgcGFja2VkIHdpdGggaGlnaCBxdWFsaXR5IGNvbnRlbnQgYW5kIHdpbGwgZmlsbCB1cCBmYXN0IVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0MDA6Iltjb3VudGRvd25fdGltZXIgc3R5bGU9XCIxXCIgZW5kX2RhdGU9XCIyMDE0LzQvMyAxOTozOjU5IEdNVCAtNFwiIHllYXJzX3RleHQ9XCJZZWFyc1wiIHllYXJzX3RleHRfc2luZ3VsYXI9XCJZZWFyXCIgbW9udGhzX3RleHQ9XCJNb250aHNcIiBtb250aHNfdGV4dF9zaW5ndWxhcj1cIk1vbnRoXCIgZGF5c190ZXh0PVwiRGF5c1wiIGRheXNfdGV4dF9zaW5ndWxhcj1cIkRheVwiIGhvdXJzX3RleHQ9XCJIb3Vyc1wiIGhvdXJzX3RleHRfc2luZ3VsYXI9XCJIb3VyXCIgbWludXRlc190ZXh0PVwiTWludXRlc1wiIG1pbnV0ZXNfdGV4dF9zaW5ndWxhcj1cIk1pbnV0ZVwiIHNlY29uZHNfdGV4dD1cIlNlY29uZHNcIiBzZWNvbmRzX3RleHRfc2luZ3VsYXI9XCJTZWNvbmRcIl1bL2NvdW50ZG93bl90aW1lcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6NTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNDc6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbTo1MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MjA4OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDI5d2RHbHRhWHBsY0hKbGMzTXlMbU52YlM5M2NDMWpiMjUwWlc1MEwzVndiRzloWkhNdk1qQXhNeTh3Tmk5aVlXTnJNUzV3Ym1jcElpd2lZbUZqYTJkeWIzVnVaRkJ2YzJsMGFXOXVJam9pZEdsc1pTSXNJbkJoWkdScGJtZFViM0FpT2lJek1DSXNJbkJoWkdScGJtZENiM1IwYjIwaU9pSTFNQ0o5IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyNVwiIGZvbnRfc3R5bGU9XCJub3JtYWxcIiBhbGlnbj1cImNlbnRlclwiIGJvdHRvbV9tYXJnaW49XCIyMFwiXTxzdHJvbmc+VGhpcyBvbmUgd2lsbCBiZSBubyBleGNlcHRpb24uwqBTbyBjbGFpbSB5b3VyIHNwb3QgYmVsb3chPC9zdHJvbmc+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc4ODoiW29wdGluX2JveCBzdHlsZT1cIjdcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBkaXNhYmxlX25hbWU9XCJZXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIGdvdG93ZWJpbmFyPVwiYTczNTQ1ODc5MFwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1IZXJlXCdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGdvIHRvIHlvdXIgZW1haWwgaW5ib3ghWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI1ODoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPlRIRVJFIElTIEEgU1VCU1RBTlRJQUwgUklTSyBPRiBMT1NTIElOIFRSQURJTkcgQ09NTU9ESVRZIEZVVFVSRVMsIE9QVElPTlMsIEFORCBGT1JFSUdOIEVYQ0hBTkdFIFBST0RVQ1RTLiBQQVNUIFBFUkZPUk1BTkNFIElTIE5PVCBJTkRJQ0FUSVZFIE9GIEZVVFVSRSBSRVNVTFRTLjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19','revision','2014-05-13 15:21:25'),(112,1672,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjM4OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjBcIiBmb250X2ZvbnQ9XCJBc2FwXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjMWE5ZWUwXCIgZm9udF9zcGFjaW5nPVwiLTFcIiBhbGlnbj1cImNlbnRlclwiXTxzdHJvbmc+TElWRSBUUkFJTklORyBXRUJJTkFSPC9zdHJvbmc+wqBXSVRIIFJJT1NRVUFOVCBQRVJGT1JNQU5DRSBDT0FDSCBTVEVWRSBTQ0hXQVJUWlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzFhOWVlMDtwYWRkaW5nLXRvcDozMHB4O3BhZGRpbmctYm90dG9tOjI1cHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeFlUbGxaVEFpTENKd1lXUmthVzVuVkc5d0lqb2lNekFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpVaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4NzoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjMwXCIgZm9udF9mb250PVwiQXNhcFwiIGZvbnRfc3R5bGU9XCJib2xkXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBmb250X3NoYWRvdz1cImRhcmtcIiBhbGlnbj1cImNlbnRlclwiXU1PTUVOVFVNIFRSQURJTkcgOiB3aWxsIHlvdSBiZSByZWFkeT9bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozODoiYmFja2dyb3VuZDojMjEyMTIxO3BhZGRpbmctYm90dG9tOjBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjcyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXlNVEl4TWpFaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1DSjkiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjg0OiJbY2FsZW5kYXJfZGF0ZSBzdHlsZT1cIjFcIiBtb250aD1cIk1heSBcIiBjYWxlbmRhcl9iYXJfY29sb3I9XCIjZmYwMDAwXCIgZGF5PVwiMTNcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMTM6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyMVwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgd2lkdGg9XCIyMjBcIl08c3Ryb25nPlR1ZXNkYXksIHRoZSAxM3RoCjwvc3Ryb25nPjQ6MzAgUE0gRWFzdGVybiBUaW1lCjM6MzAgUE0gQ2VudHJhbCBUaW1lCjE6MzAgUE0gUGFjaWZpYyBUaW1lWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3ODg6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZGlzYWJsZV9uYW1lPVwiWVwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiBnb3Rvd2ViaW5hcj1cImE3MzU0NTg3OTBcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdSGVyZVwncyBUaGUgSGVhZGxpbmUgRm9yIFRoZSBCb3hbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1URzl5WlcwZ2FYQnpkVzBnWkc5c2IzSWdjMmwwSUdGdFpYUXNJR052Ym5ObFkzUmxkSFZ5SUdGa2FYQnBjMk5wYm1jZ1pXeHBkQzRnUkc5dVpXTWdkbVZzSUc1MWJtTWdibTl1SUd4aFkzVnpJSFpsYm1WdVlYUnBjeUJqYjIxdGIyUnZMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1DbGljayBoZXJlIGFuZCBjaGVjayB5b3VyIGVtYWlsIGluYm94IVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjI7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTEwOiJiYWNrZ3JvdW5kLWltYWdlOnVybChodHRwOi8vb3B0aW1pemVwcmVzczIuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzA2L2JhY2sxLnBuZyk7YmFja2dyb3VuZC1yZXBlYXQ6cmVwZWF0OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTU2OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDI5d2RHbHRhWHBsY0hKbGMzTXlMbU52YlM5M2NDMWpiMjUwWlc1MEwzVndiRzloWkhNdk1qQXhNeTh3Tmk5aVlXTnJNUzV3Ym1jcElpd2lZbUZqYTJkeWIzVnVaRkJ2YzJsMGFXOXVJam9pZEdsc1pTSjkiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyOTY6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzNVwiIGFsaWduPVwibGVmdFwiIGxpbmVfaGVpZ2h0PVwiMzVcIl08ZGl2IGRhdGEtbGI9XCJlZGl0YWJsZS1yaWNoLXRleHRcIiBkYXRhLWxiLWlkPVwibWFpbi1oZWFkbGluZVwiIGRhdGEtbGItbmFtZT1cIk1haW4gSGVhZGxpbmUgVGV4dFwiPkRVUklORyBUSElTIDxzcGFuIHN0eWxlPVwiY29sb3I6ICMxYTllZTA7XCI+PHN0cm9uZz7CoEVEVUNBVElPTkFMIFdFQklOQVI8L3N0cm9uZz48L3NwYW4+IFlPVSBXSUxMIExFQVJOOjwvZGl2PlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1NDM6IltzdGVwX2dyYXBoaWNzIHN0eWxlPVwiM1wiIGNvbG9yPVwiIzFhOWVlMFwiXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIxXCIgaGVhZGxpbmU9XCJIb3cgdG8gaWRlbnRpZnkgbWFya2V0IHNlbnRpbWVudCBpbnN0YW50bHkuICAgICAgICAgICAgICAgICAgICAgICAgIFwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjNcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiVGhlIGJlc3QgdG9vbCB0byBzcG90IHRoZSB2ZWxvY2l0eSBsZWFkZXJzIGluIHRoZSBtYXJrZXRzLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjNcIiB0ZXh0PVwiM1wiIGhlYWRsaW5lPVwiV2hlcmUgdG8gbG9jYXRlIG9wdGltYWwgcG9pbnRzIGZvciBoaWdoIHByb2JhYmlsaXR5IGJyZWFrIG91dHMuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCI0XCIgaGVhZGxpbmU9XCJTaGFyZSB5b3VyIHF1ZXN0aW9ucyB3aXRoIFN0ZXZlIGFuZCBnZXQgdGhlIGFuc3dlcnMgdGhhdCB5b3Ugc2VlayBmcm9tIGEgcHJvZmVzc2lvbmFsIHRyYWRlci5cIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mzk0OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMTJcIl08aDM+PC9oMz4KPGgzPldoYXQgaWYgeW91IGhhZCBjcml0aWNhbCBpbmZvcm1hdGlvbiB0aGF0IGNvdWxkIGhlbHAgeW91IGlkZW50aWZ5IHRoZSBORVhUIG1vbWVudHVtIG1vdmUgaW4gdGhlIGZpbmFuY2lhbCBtYXJrZXRzPyBQZXJmb3JtYW5jZSBjb2FjaCBTdGV2ZSBTY2h3YXJ0eiB3aWxsIHNob3cgeW91IGV4YWN0bHkgd2hhdCBoZSBkb2VzIHRvIHNjYW4gdGhlIG1hcmtldHMgaW4gb3JkZXIgdG8gaWRlbnRpZnkgcG90ZW50aWFsIG1vbWVudHVtIHRyYWRlIHNldCB1cHMuPC9oMz4KPGgzPjwvaDM+CjxoMz48c3Ryb25nPsKgPC9zdHJvbmc+PC9oMz5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjc6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMDA6IltpbWFnZXMgc3R5bGU9XCI1XCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNC9lcC1wdHItY2xvY2tzLTEwMjR4NTg3LmpwZ1wiIHdpZHRoPVwiMTAyNFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMjA6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyNFwiIGZvbnRfZm9udD1cIlNoYWRvd3MgSW50byBMaWdodFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCI0NjBcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj7CoFBlcmZvcm1hbmNlIENvYWNoIEVkd2FyZCBFUCBQcmVzdG9uPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MzthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjQ7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzI6Ilt2ZXJ0aWNhbF9zcGFjaW5nIGhlaWdodD1cIjMwXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMzM6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImNlbnRlclwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiM5MTkxOTFcIiBib3R0b21fcGFkZGluZz1cIjEwXCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjQ2MFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPlNoYXJlIHRoaXMgcGFnZSB3aXRoIHlvdXIgZnJpZW5kcy4uLjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNjQ6Iltzb2NpYWxfc2hhcmluZyBzdHlsZT1cInN0eWxlLTIwXCIgZmJfY29sb3I9XCJsaWdodFwiIGZiX2xhbmc9XCJlbl9HQlwiIGZiX3RleHQ9XCJyZWNvbW1lbmRcIiBmYl9idXR0b25fdGV4dD1cIlNoYXJlXCIgdHdfbGFuZz1cImVuXCIgdHdfYnV0dG9uX3RleHQ9XCJTaGFyZVwiIGdfbGFuZz1cImVuLUdCXCIgZ19idXR0b25fdGV4dD1cIlNoYXJlXCIgcF9kZXNjcmlwdGlvbj1cIlwiIGxpbmtlZGluX2xhbmc9XCJlbl9VU1wiIGFsaWdubWVudD1cImNlbnRlclwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiNlYTcxMTA7cGFkZGluZy10b3A6NDVweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTmxZVGN4TVRBaUxDSndZV1JrYVc1blZHOXdJam9pTkRVaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyOTY6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgYWxpZ249XCJjZW50ZXJcIl1XQVJOSU5HOiDCoFdlIG9ubHkgaGF2ZSAxMDAgc3BvdHMgb24gb3VyIHdlYmluYXIgc3lzdGVtIGF2YWlsYWJsZSBhbmTCoHNwYWNlIHdpbGwgZmlsbCB1cCBmYXN0IHNvIHJlZ2lzdGVyIG5vdyB0byBhdm9pZCBtaXNzaW5nIG91dC4gwqBUaGlzIHdlYmluYXIgaXMgcGFja2VkIHdpdGggaGlnaCBxdWFsaXR5IGNvbnRlbnQgYW5kIHdpbGwgZmlsbCB1cCBmYXN0IVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0MDA6Iltjb3VudGRvd25fdGltZXIgc3R5bGU9XCIxXCIgZW5kX2RhdGU9XCIyMDE0LzQvMyAxOTozOjU5IEdNVCAtNFwiIHllYXJzX3RleHQ9XCJZZWFyc1wiIHllYXJzX3RleHRfc2luZ3VsYXI9XCJZZWFyXCIgbW9udGhzX3RleHQ9XCJNb250aHNcIiBtb250aHNfdGV4dF9zaW5ndWxhcj1cIk1vbnRoXCIgZGF5c190ZXh0PVwiRGF5c1wiIGRheXNfdGV4dF9zaW5ndWxhcj1cIkRheVwiIGhvdXJzX3RleHQ9XCJIb3Vyc1wiIGhvdXJzX3RleHRfc2luZ3VsYXI9XCJIb3VyXCIgbWludXRlc190ZXh0PVwiTWludXRlc1wiIG1pbnV0ZXNfdGV4dF9zaW5ndWxhcj1cIk1pbnV0ZVwiIHNlY29uZHNfdGV4dD1cIlNlY29uZHNcIiBzZWNvbmRzX3RleHRfc2luZ3VsYXI9XCJTZWNvbmRcIl1bL2NvdW50ZG93bl90aW1lcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6NTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNDc6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbTo1MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MjA4OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDI5d2RHbHRhWHBsY0hKbGMzTXlMbU52YlM5M2NDMWpiMjUwWlc1MEwzVndiRzloWkhNdk1qQXhNeTh3Tmk5aVlXTnJNUzV3Ym1jcElpd2lZbUZqYTJkeWIzVnVaRkJ2YzJsMGFXOXVJam9pZEdsc1pTSXNJbkJoWkdScGJtZFViM0FpT2lJek1DSXNJbkJoWkdScGJtZENiM1IwYjIwaU9pSTFNQ0o5IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyNVwiIGZvbnRfc3R5bGU9XCJub3JtYWxcIiBhbGlnbj1cImNlbnRlclwiIGJvdHRvbV9tYXJnaW49XCIyMFwiXTxzdHJvbmc+VGhpcyBvbmUgd2lsbCBiZSBubyBleGNlcHRpb24uwqBTbyBjbGFpbSB5b3VyIHNwb3QgYmVsb3chPC9zdHJvbmc+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc4ODoiW29wdGluX2JveCBzdHlsZT1cIjdcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBkaXNhYmxlX25hbWU9XCJZXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIGdvdG93ZWJpbmFyPVwiYTczNTQ1ODc5MFwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1IZXJlXCdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGdvIHRvIHlvdXIgZW1haWwgaW5ib3ghWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI1ODoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPlRIRVJFIElTIEEgU1VCU1RBTlRJQUwgUklTSyBPRiBMT1NTIElOIFRSQURJTkcgQ09NTU9ESVRZIEZVVFVSRVMsIE9QVElPTlMsIEFORCBGT1JFSUdOIEVYQ0hBTkdFIFBST0RVQ1RTLiBQQVNUIFBFUkZPUk1BTkNFIElTIE5PVCBJTkRJQ0FUSVZFIE9GIEZVVFVSRSBSRVNVTFRTLjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19','revision','2014-05-13 15:26:25'),(113,1672,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjM4OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjBcIiBmb250X2ZvbnQ9XCJBc2FwXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjMWE5ZWUwXCIgZm9udF9zcGFjaW5nPVwiLTFcIiBhbGlnbj1cImNlbnRlclwiXTxzdHJvbmc+TElWRSBUUkFJTklORyBXRUJJTkFSPC9zdHJvbmc+wqBXSVRIIFJJT1NRVUFOVCBQRVJGT1JNQU5DRSBDT0FDSCBTVEVWRSBTQ0hXQVJUWlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzFhOWVlMDtwYWRkaW5nLXRvcDozMHB4O3BhZGRpbmctYm90dG9tOjI1cHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeFlUbGxaVEFpTENKd1lXUmthVzVuVkc5d0lqb2lNekFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpVaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4NzoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjMwXCIgZm9udF9mb250PVwiQXNhcFwiIGZvbnRfc3R5bGU9XCJib2xkXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBmb250X3NoYWRvdz1cImRhcmtcIiBhbGlnbj1cImNlbnRlclwiXU1PTUVOVFVNIFRSQURJTkcgOiB3aWxsIHlvdSBiZSByZWFkeT9bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozODoiYmFja2dyb3VuZDojMjEyMTIxO3BhZGRpbmctYm90dG9tOjBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjcyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXlNVEl4TWpFaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1DSjkiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjg0OiJbY2FsZW5kYXJfZGF0ZSBzdHlsZT1cIjFcIiBtb250aD1cIk1heSBcIiBjYWxlbmRhcl9iYXJfY29sb3I9XCIjZmYwMDAwXCIgZGF5PVwiMTNcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMTM6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyMVwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgd2lkdGg9XCIyMjBcIl08c3Ryb25nPlR1ZXNkYXksIHRoZSAxM3RoCjwvc3Ryb25nPjQ6MzAgUE0gRWFzdGVybiBUaW1lCjM6MzAgUE0gQ2VudHJhbCBUaW1lCjE6MzAgUE0gUGFjaWZpYyBUaW1lWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3ODg6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZGlzYWJsZV9uYW1lPVwiWVwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiBnb3Rvd2ViaW5hcj1cImE3MzU0NTg3OTBcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdSGVyZVwncyBUaGUgSGVhZGxpbmUgRm9yIFRoZSBCb3hbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1URzl5WlcwZ2FYQnpkVzBnWkc5c2IzSWdjMmwwSUdGdFpYUXNJR052Ym5ObFkzUmxkSFZ5SUdGa2FYQnBjMk5wYm1jZ1pXeHBkQzRnUkc5dVpXTWdkbVZzSUc1MWJtTWdibTl1SUd4aFkzVnpJSFpsYm1WdVlYUnBjeUJqYjIxdGIyUnZMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1DbGljayBoZXJlIGFuZCBjaGVjayB5b3VyIGVtYWlsIGluYm94IVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjI7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTEwOiJiYWNrZ3JvdW5kLWltYWdlOnVybChodHRwOi8vb3B0aW1pemVwcmVzczIuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzA2L2JhY2sxLnBuZyk7YmFja2dyb3VuZC1yZXBlYXQ6cmVwZWF0OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTU2OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDI5d2RHbHRhWHBsY0hKbGMzTXlMbU52YlM5M2NDMWpiMjUwWlc1MEwzVndiRzloWkhNdk1qQXhNeTh3Tmk5aVlXTnJNUzV3Ym1jcElpd2lZbUZqYTJkeWIzVnVaRkJ2YzJsMGFXOXVJam9pZEdsc1pTSjkiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyOTY6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzNVwiIGFsaWduPVwibGVmdFwiIGxpbmVfaGVpZ2h0PVwiMzVcIl08ZGl2IGRhdGEtbGI9XCJlZGl0YWJsZS1yaWNoLXRleHRcIiBkYXRhLWxiLWlkPVwibWFpbi1oZWFkbGluZVwiIGRhdGEtbGItbmFtZT1cIk1haW4gSGVhZGxpbmUgVGV4dFwiPkRVUklORyBUSElTIDxzcGFuIHN0eWxlPVwiY29sb3I6ICMxYTllZTA7XCI+PHN0cm9uZz7CoEVEVUNBVElPTkFMIFdFQklOQVI8L3N0cm9uZz48L3NwYW4+IFlPVSBXSUxMIExFQVJOOjwvZGl2PlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1NDM6IltzdGVwX2dyYXBoaWNzIHN0eWxlPVwiM1wiIGNvbG9yPVwiIzFhOWVlMFwiXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIxXCIgaGVhZGxpbmU9XCJIb3cgdG8gaWRlbnRpZnkgbWFya2V0IHNlbnRpbWVudCBpbnN0YW50bHkuICAgICAgICAgICAgICAgICAgICAgICAgIFwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjNcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiVGhlIGJlc3QgdG9vbCB0byBzcG90IHRoZSB2ZWxvY2l0eSBsZWFkZXJzIGluIHRoZSBtYXJrZXRzLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjNcIiB0ZXh0PVwiM1wiIGhlYWRsaW5lPVwiV2hlcmUgdG8gbG9jYXRlIG9wdGltYWwgcG9pbnRzIGZvciBoaWdoIHByb2JhYmlsaXR5IGJyZWFrIG91dHMuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCI0XCIgaGVhZGxpbmU9XCJTaGFyZSB5b3VyIHF1ZXN0aW9ucyB3aXRoIFN0ZXZlIGFuZCBnZXQgdGhlIGFuc3dlcnMgdGhhdCB5b3Ugc2VlayBmcm9tIGEgcHJvZmVzc2lvbmFsIHRyYWRlci5cIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mzk0OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMTJcIl08aDM+PC9oMz4KPGgzPldoYXQgaWYgeW91IGhhZCBjcml0aWNhbCBpbmZvcm1hdGlvbiB0aGF0IGNvdWxkIGhlbHAgeW91IGlkZW50aWZ5IHRoZSBORVhUIG1vbWVudHVtIG1vdmUgaW4gdGhlIGZpbmFuY2lhbCBtYXJrZXRzPyBQZXJmb3JtYW5jZSBjb2FjaCBTdGV2ZSBTY2h3YXJ0eiB3aWxsIHNob3cgeW91IGV4YWN0bHkgd2hhdCBoZSBkb2VzIHRvIHNjYW4gdGhlIG1hcmtldHMgaW4gb3JkZXIgdG8gaWRlbnRpZnkgcG90ZW50aWFsIG1vbWVudHVtIHRyYWRlIHNldCB1cHMuPC9oMz4KPGgzPjwvaDM+CjxoMz48c3Ryb25nPsKgPC9zdHJvbmc+PC9oMz5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjc6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMDE6IltpbWFnZXMgc3R5bGU9XCI1XCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9tYXJrZXRhbmFseXplci0xMDI0eDU3NS5qcGdcIiB3aWR0aD1cIjEwMjRcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjI4OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjRcIiBmb250X2ZvbnQ9XCJTaGFkb3dzIEludG8gTGlnaHRcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiNDYwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+wqBFeHBlcmllbmNlIHRoZSBQb3dlciBvZiBNYXJrZXQgSW50ZWxsaWdlbmNlPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MzthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjQ7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzI6Ilt2ZXJ0aWNhbF9zcGFjaW5nIGhlaWdodD1cIjMwXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMzM6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImNlbnRlclwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiM5MTkxOTFcIiBib3R0b21fcGFkZGluZz1cIjEwXCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjQ2MFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPlNoYXJlIHRoaXMgcGFnZSB3aXRoIHlvdXIgZnJpZW5kcy4uLjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozODI6Iltzb2NpYWxfc2hhcmluZyBzdHlsZT1cInN0eWxlLTIwXCIgZmJfbGlrZV91cmw9XCJodHRwczovL3d3dy5mYWNlYm9vay5jb20vcGhvdG8ucGhwP2ZiaWQ9MjM4MjExNzQ2Mzc4NTMxJnNldD1hLjE1NjY4MzkwNDUzMTMxNi4xMDczNzQxODI4LjE1NjY4MDY0MTE5ODMwOSZ0eXBlPTEmdGhlYXRlclwiIGZiX2NvbG9yPVwibGlnaHRcIiBmYl9sYW5nPVwiZW5fR0JcIiBmYl90ZXh0PVwicmVjb21tZW5kXCIgZmJfYnV0dG9uX3RleHQ9XCJTaGFyZVwiIHR3X2xhbmc9XCJlblwiIHR3X2J1dHRvbl90ZXh0PVwiU2hhcmVcIiBnX2xhbmc9XCJlbi1HQlwiIGdfYnV0dG9uX3RleHQ9XCJTaGFyZVwiIGxpbmtlZGluX2xhbmc9XCJlbl9VU1wiIGFsaWdubWVudD1cImNlbnRlclwiXSAiO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6NDthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czo1NjoiYmFja2dyb3VuZDojZWE3MTEwO3BhZGRpbmctdG9wOjQ1cHg7cGFkZGluZy1ib3R0b206MjVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEwMDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5sWVRjeE1UQWlMQ0p3WVdSa2FXNW5WRzl3SWpvaU5EVWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNalVpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjk2OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjBcIiBmb250X2NvbG9yPVwiI2ZmZmZmZlwiIGFsaWduPVwiY2VudGVyXCJdV0FSTklORzogwqBXZSBvbmx5IGhhdmUgMTAwIHNwb3RzIG9uIG91ciB3ZWJpbmFyIHN5c3RlbSBhdmFpbGFibGUgYW5kwqBzcGFjZSB3aWxsIGZpbGwgdXAgZmFzdCBzbyByZWdpc3RlciBub3cgdG8gYXZvaWQgbWlzc2luZyBvdXQuIMKgVGhpcyB3ZWJpbmFyIGlzIHBhY2tlZCB3aXRoIGhpZ2ggcXVhbGl0eSBjb250ZW50IGFuZCB3aWxsIGZpbGwgdXAgZmFzdCFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDAwOiJbY291bnRkb3duX3RpbWVyIHN0eWxlPVwiMVwiIGVuZF9kYXRlPVwiMjAxNC80LzMgMTk6Mzo1OSBHTVQgLTRcIiB5ZWFyc190ZXh0PVwiWWVhcnNcIiB5ZWFyc190ZXh0X3Npbmd1bGFyPVwiWWVhclwiIG1vbnRoc190ZXh0PVwiTW9udGhzXCIgbW9udGhzX3RleHRfc2luZ3VsYXI9XCJNb250aFwiIGRheXNfdGV4dD1cIkRheXNcIiBkYXlzX3RleHRfc2luZ3VsYXI9XCJEYXlcIiBob3Vyc190ZXh0PVwiSG91cnNcIiBob3Vyc190ZXh0X3Npbmd1bGFyPVwiSG91clwiIG1pbnV0ZXNfdGV4dD1cIk1pbnV0ZXNcIiBtaW51dGVzX3RleHRfc2luZ3VsYXI9XCJNaW51dGVcIiBzZWNvbmRzX3RleHQ9XCJTZWNvbmRzXCIgc2Vjb25kc190ZXh0X3Npbmd1bGFyPVwiU2Vjb25kXCJdWy9jb3VudGRvd25fdGltZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjU7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTQ3OiJiYWNrZ3JvdW5kLWltYWdlOnVybChodHRwOi8vb3B0aW1pemVwcmVzczIuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzA2L2JhY2sxLnBuZyk7YmFja2dyb3VuZC1yZXBlYXQ6cmVwZWF0O3BhZGRpbmctdG9wOjMwcHg7cGFkZGluZy1ib3R0b206NTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjIwODoiZXlKaVlXTnJaM0p2ZFc1a1NXMWhaMlVpT2lKMWNtd29hSFIwY0RvdkwyOXdkR2x0YVhwbGNISmxjM015TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TXk4d05pOWlZV05yTVM1d2JtY3BJaXdpWW1GamEyZHliM1Z1WkZCdmMybDBhVzl1SWpvaWRHbHNaU0lzSW5CaFpHUnBibWRVYjNBaU9pSXpNQ0lzSW5CaFpHUnBibWRDYjNSMGIyMGlPaUkxTUNKOSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTg0OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjVcIiBmb250X3N0eWxlPVwibm9ybWFsXCIgYWxpZ249XCJjZW50ZXJcIiBib3R0b21fbWFyZ2luPVwiMjBcIl08c3Ryb25nPlRoaXMgb25lIHdpbGwgYmUgbm8gZXhjZXB0aW9uLsKgU28gY2xhaW0geW91ciBzcG90IGJlbG93ITwvc3Ryb25nPlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3ODg6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZGlzYWJsZV9uYW1lPVwiWVwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiBnb3Rvd2ViaW5hcj1cImE3MzU0NTg3OTBcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdSGVyZVwncyBUaGUgSGVhZGxpbmUgRm9yIFRoZSBCb3hbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1URzl5WlcwZ2FYQnpkVzBnWkc5c2IzSWdjMmwwSUdGdFpYUXNJR052Ym5ObFkzUmxkSFZ5SUdGa2FYQnBjMk5wYm1jZ1pXeHBkQzRnUkc5dVpXTWdkbVZzSUc1MWJtTWdibTl1SUd4aFkzVnpJSFpsYm1WdVlYUnBjeUJqYjIxdGIyUnZMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1DbGljayBoZXJlIGFuZCBnbyB0byB5b3VyIGVtYWlsIGluYm94IVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNTg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5USEVSRSBJUyBBIFNVQlNUQU5USUFMIFJJU0sgT0YgTE9TUyBJTiBUUkFESU5HIENPTU1PRElUWSBGVVRVUkVTLCBPUFRJT05TLCBBTkQgRk9SRUlHTiBFWENIQU5HRSBQUk9EVUNUUy4gUEFTVCBQRVJGT1JNQU5DRSBJUyBOT1QgSU5ESUNBVElWRSBPRiBGVVRVUkUgUkVTVUxUUy48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','revision','2014-05-13 15:31:25'),(114,1672,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjM4OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjBcIiBmb250X2ZvbnQ9XCJBc2FwXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjMWE5ZWUwXCIgZm9udF9zcGFjaW5nPVwiLTFcIiBhbGlnbj1cImNlbnRlclwiXTxzdHJvbmc+TElWRSBUUkFJTklORyBXRUJJTkFSPC9zdHJvbmc+wqBXSVRIIFJJT1NRVUFOVCBQRVJGT1JNQU5DRSBDT0FDSCBTVEVWRSBTQ0hXQVJUWlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzFhOWVlMDtwYWRkaW5nLXRvcDozMHB4O3BhZGRpbmctYm90dG9tOjI1cHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeFlUbGxaVEFpTENKd1lXUmthVzVuVkc5d0lqb2lNekFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpVaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4NzoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjMwXCIgZm9udF9mb250PVwiQXNhcFwiIGZvbnRfc3R5bGU9XCJib2xkXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBmb250X3NoYWRvdz1cImRhcmtcIiBhbGlnbj1cImNlbnRlclwiXU1PTUVOVFVNIFRSQURJTkcgOiB3aWxsIHlvdSBiZSByZWFkeT9bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozODoiYmFja2dyb3VuZDojMjEyMTIxO3BhZGRpbmctYm90dG9tOjBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjcyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXlNVEl4TWpFaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1DSjkiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjg0OiJbY2FsZW5kYXJfZGF0ZSBzdHlsZT1cIjFcIiBtb250aD1cIk1heSBcIiBjYWxlbmRhcl9iYXJfY29sb3I9XCIjZmYwMDAwXCIgZGF5PVwiMTNcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMTM6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyMVwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgd2lkdGg9XCIyMjBcIl08c3Ryb25nPlR1ZXNkYXksIHRoZSAxM3RoCjwvc3Ryb25nPjQ6MzAgUE0gRWFzdGVybiBUaW1lCjM6MzAgUE0gQ2VudHJhbCBUaW1lCjE6MzAgUE0gUGFjaWZpYyBUaW1lWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3ODg6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZGlzYWJsZV9uYW1lPVwiWVwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiBnb3Rvd2ViaW5hcj1cImE3MzU0NTg3OTBcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdSGVyZVwncyBUaGUgSGVhZGxpbmUgRm9yIFRoZSBCb3hbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1URzl5WlcwZ2FYQnpkVzBnWkc5c2IzSWdjMmwwSUdGdFpYUXNJR052Ym5ObFkzUmxkSFZ5SUdGa2FYQnBjMk5wYm1jZ1pXeHBkQzRnUkc5dVpXTWdkbVZzSUc1MWJtTWdibTl1SUd4aFkzVnpJSFpsYm1WdVlYUnBjeUJqYjIxdGIyUnZMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1DbGljayBoZXJlIGFuZCBjaGVjayB5b3VyIGVtYWlsIGluYm94IVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjI7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTEwOiJiYWNrZ3JvdW5kLWltYWdlOnVybChodHRwOi8vb3B0aW1pemVwcmVzczIuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzA2L2JhY2sxLnBuZyk7YmFja2dyb3VuZC1yZXBlYXQ6cmVwZWF0OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTU2OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDI5d2RHbHRhWHBsY0hKbGMzTXlMbU52YlM5M2NDMWpiMjUwWlc1MEwzVndiRzloWkhNdk1qQXhNeTh3Tmk5aVlXTnJNUzV3Ym1jcElpd2lZbUZqYTJkeWIzVnVaRkJ2YzJsMGFXOXVJam9pZEdsc1pTSjkiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyOTY6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzNVwiIGFsaWduPVwibGVmdFwiIGxpbmVfaGVpZ2h0PVwiMzVcIl08ZGl2IGRhdGEtbGI9XCJlZGl0YWJsZS1yaWNoLXRleHRcIiBkYXRhLWxiLWlkPVwibWFpbi1oZWFkbGluZVwiIGRhdGEtbGItbmFtZT1cIk1haW4gSGVhZGxpbmUgVGV4dFwiPkRVUklORyBUSElTIDxzcGFuIHN0eWxlPVwiY29sb3I6ICMxYTllZTA7XCI+PHN0cm9uZz7CoEVEVUNBVElPTkFMIFdFQklOQVI8L3N0cm9uZz48L3NwYW4+IFlPVSBXSUxMIExFQVJOOjwvZGl2PlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1NDM6IltzdGVwX2dyYXBoaWNzIHN0eWxlPVwiM1wiIGNvbG9yPVwiIzFhOWVlMFwiXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIxXCIgaGVhZGxpbmU9XCJIb3cgdG8gaWRlbnRpZnkgbWFya2V0IHNlbnRpbWVudCBpbnN0YW50bHkuICAgICAgICAgICAgICAgICAgICAgICAgIFwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjNcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiVGhlIGJlc3QgdG9vbCB0byBzcG90IHRoZSB2ZWxvY2l0eSBsZWFkZXJzIGluIHRoZSBtYXJrZXRzLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjNcIiB0ZXh0PVwiM1wiIGhlYWRsaW5lPVwiV2hlcmUgdG8gbG9jYXRlIG9wdGltYWwgcG9pbnRzIGZvciBoaWdoIHByb2JhYmlsaXR5IGJyZWFrIG91dHMuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCI0XCIgaGVhZGxpbmU9XCJTaGFyZSB5b3VyIHF1ZXN0aW9ucyB3aXRoIFN0ZXZlIGFuZCBnZXQgdGhlIGFuc3dlcnMgdGhhdCB5b3Ugc2VlayBmcm9tIGEgcHJvZmVzc2lvbmFsIHRyYWRlci5cIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mzk0OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMTJcIl08aDM+PC9oMz4KPGgzPldoYXQgaWYgeW91IGhhZCBjcml0aWNhbCBpbmZvcm1hdGlvbiB0aGF0IGNvdWxkIGhlbHAgeW91IGlkZW50aWZ5IHRoZSBORVhUIG1vbWVudHVtIG1vdmUgaW4gdGhlIGZpbmFuY2lhbCBtYXJrZXRzPyBQZXJmb3JtYW5jZSBjb2FjaCBTdGV2ZSBTY2h3YXJ0eiB3aWxsIHNob3cgeW91IGV4YWN0bHkgd2hhdCBoZSBkb2VzIHRvIHNjYW4gdGhlIG1hcmtldHMgaW4gb3JkZXIgdG8gaWRlbnRpZnkgcG90ZW50aWFsIG1vbWVudHVtIHRyYWRlIHNldCB1cHMuPC9oMz4KPGgzPjwvaDM+CjxoMz48c3Ryb25nPsKgPC9zdHJvbmc+PC9oMz5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjc6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMDE6IltpbWFnZXMgc3R5bGU9XCI1XCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9tYXJrZXRhbmFseXplci0xMDI0eDU3NS5qcGdcIiB3aWR0aD1cIjEwMjRcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjI4OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjRcIiBmb250X2ZvbnQ9XCJTaGFkb3dzIEludG8gTGlnaHRcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiNDYwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+wqBFeHBlcmllbmNlIHRoZSBQb3dlciBvZiBNYXJrZXQgSW50ZWxsaWdlbmNlPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MzthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjQ7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzI6Ilt2ZXJ0aWNhbF9zcGFjaW5nIGhlaWdodD1cIjMwXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMzM6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImNlbnRlclwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiM5MTkxOTFcIiBib3R0b21fcGFkZGluZz1cIjEwXCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjQ2MFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPlNoYXJlIHRoaXMgcGFnZSB3aXRoIHlvdXIgZnJpZW5kcy4uLjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0MjI6Iltzb2NpYWxfc2hhcmluZyBzdHlsZT1cInN0eWxlLTIwXCIgZmJfbGlrZV91cmw9XCJodHRwczovL3d3dy5mYWNlYm9vay5jb20vcGhvdG8ucGhwP2ZiaWQ9MjM4MjExNzQ2Mzc4NTMxJnNldD1hLjE1NjY4MzkwNDUzMTMxNi4xMDczNzQxODI4LjE1NjY4MDY0MTE5ODMwOSZ0eXBlPTEmdGhlYXRlclwiIGZiX2NvbG9yPVwibGlnaHRcIiBmYl9sYW5nPVwiZW5fR0JcIiBmYl90ZXh0PVwicmVjb21tZW5kXCIgZmJfYnV0dG9uX3RleHQ9XCJTaGFyZVwiIHR3X2xhbmc9XCJlblwiIHR3X3VybD1cImh0dHBzOi8vdHdpdHRlci5jb20vSm9lR1Jpb3NcIiB0d19idXR0b25fdGV4dD1cIlNoYXJlXCIgZ19sYW5nPVwiZW4tR0JcIiBnX2J1dHRvbl90ZXh0PVwiU2hhcmVcIiBsaW5rZWRpbl9sYW5nPVwiZW5fVVNcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIl0gIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjQ7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6I2VhNzExMDtwYWRkaW5nLXRvcDo0NXB4O3BhZGRpbmctYm90dG9tOjI1cHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObFlUY3hNVEFpTENKd1lXUmthVzVuVkc5d0lqb2lORFVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpVaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI5NjoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIwXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBhbGlnbj1cImNlbnRlclwiXVdBUk5JTkc6IMKgV2Ugb25seSBoYXZlIDEwMCBzcG90cyBvbiBvdXIgd2ViaW5hciBzeXN0ZW0gYXZhaWxhYmxlIGFuZMKgc3BhY2Ugd2lsbCBmaWxsIHVwIGZhc3Qgc28gcmVnaXN0ZXIgbm93IHRvIGF2b2lkIG1pc3Npbmcgb3V0LiDCoFRoaXMgd2ViaW5hciBpcyBwYWNrZWQgd2l0aCBoaWdoIHF1YWxpdHkgY29udGVudCBhbmQgd2lsbCBmaWxsIHVwIGZhc3QhWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6NTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNDc6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbTo1MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MjA4OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDI5d2RHbHRhWHBsY0hKbGMzTXlMbU52YlM5M2NDMWpiMjUwWlc1MEwzVndiRzloWkhNdk1qQXhNeTh3Tmk5aVlXTnJNUzV3Ym1jcElpd2lZbUZqYTJkeWIzVnVaRkJ2YzJsMGFXOXVJam9pZEdsc1pTSXNJbkJoWkdScGJtZFViM0FpT2lJek1DSXNJbkJoWkdScGJtZENiM1IwYjIwaU9pSTFNQ0o5IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyNVwiIGZvbnRfc3R5bGU9XCJub3JtYWxcIiBhbGlnbj1cImNlbnRlclwiIGJvdHRvbV9tYXJnaW49XCIyMFwiXTxzdHJvbmc+VGhpcyBvbmUgd2lsbCBiZSBubyBleGNlcHRpb24uwqBTbyBjbGFpbSB5b3VyIHNwb3QgYmVsb3chPC9zdHJvbmc+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjgwODoiW29wdGluX2JveCBzdHlsZT1cIjdcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBkaXNhYmxlX25hbWU9XCJZXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIGdvdG93ZWJpbmFyPVwiYTExNDg0MTk5MFwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXUhlcmVcJ3MgVGhlIEhlYWRsaW5lIEZvciBUaGUgQm94Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdVEc5eVpXMGdhWEJ6ZFcwZ1pHOXNiM0lnYzJsMElHRnRaWFFzSUdOdmJuTmxZM1JsZEhWeUlHRmthWEJwYzJOcGJtY2daV3hwZEM0Z1JHOXVaV01nZG1Wc0lHNTFibU1nYm05dUlHeGhZM1Z6SUhabGJtVnVZWFJwY3lCamIyMXRiMlJ2TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdQ2xpY2sgaGVyZSBhbmQgZ28gdG8geW91ciBlbWFpbCBpbmJveCFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU4OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+VEhFUkUgSVMgQSBTVUJTVEFOVElBTCBSSVNLIE9GIExPU1MgSU4gVFJBRElORyBDT01NT0RJVFkgRlVUVVJFUywgT1BUSU9OUywgQU5EIEZPUkVJR04gRVhDSEFOR0UgUFJPRFVDVFMuIFBBU1QgUEVSRk9STUFOQ0UgSVMgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFJFU1VMVFMuPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','revision','2014-05-13 15:33:35'),(115,1672,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjM4OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjBcIiBmb250X2ZvbnQ9XCJBc2FwXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjMWE5ZWUwXCIgZm9udF9zcGFjaW5nPVwiLTFcIiBhbGlnbj1cImNlbnRlclwiXTxzdHJvbmc+TElWRSBUUkFJTklORyBXRUJJTkFSPC9zdHJvbmc+wqBXSVRIIFJJT1NRVUFOVCBQRVJGT1JNQU5DRSBDT0FDSCBTVEVWRSBTQ0hXQVJUWlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzFhOWVlMDtwYWRkaW5nLXRvcDozMHB4O3BhZGRpbmctYm90dG9tOjI1cHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeFlUbGxaVEFpTENKd1lXUmthVzVuVkc5d0lqb2lNekFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpVaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4NzoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjMwXCIgZm9udF9mb250PVwiQXNhcFwiIGZvbnRfc3R5bGU9XCJib2xkXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBmb250X3NoYWRvdz1cImRhcmtcIiBhbGlnbj1cImNlbnRlclwiXU1PTUVOVFVNIFRSQURJTkcgOiB3aWxsIHlvdSBiZSByZWFkeT9bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozODoiYmFja2dyb3VuZDojMjEyMTIxO3BhZGRpbmctYm90dG9tOjBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjcyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXlNVEl4TWpFaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1DSjkiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjg0OiJbY2FsZW5kYXJfZGF0ZSBzdHlsZT1cIjFcIiBtb250aD1cIk1heSBcIiBjYWxlbmRhcl9iYXJfY29sb3I9XCIjZmYwMDAwXCIgZGF5PVwiMTNcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMTM6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyMVwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgd2lkdGg9XCIyMjBcIl08c3Ryb25nPlR1ZXNkYXksIHRoZSAxM3RoCjwvc3Ryb25nPjQ6MzAgUE0gRWFzdGVybiBUaW1lCjM6MzAgUE0gQ2VudHJhbCBUaW1lCjE6MzAgUE0gUGFjaWZpYyBUaW1lWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4MDg6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZGlzYWJsZV9uYW1lPVwiWVwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiBnb3Rvd2ViaW5hcj1cImExMTQ4NDE5OTBcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1IZXJlXCdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgZW1haWwgaW5ib3ghWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MjthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxMTA6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxNTY6ImV5SmlZV05yWjNKdmRXNWtTVzFoWjJVaU9pSjFjbXdvYUhSMGNEb3ZMMjl3ZEdsdGFYcGxjSEpsYzNNeUxtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE15OHdOaTlpWVdOck1TNXdibWNwSWl3aVltRmphMmR5YjNWdVpGQnZjMmwwYVc5dUlqb2lkR2xzWlNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI5NjoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM1XCIgYWxpZ249XCJsZWZ0XCIgbGluZV9oZWlnaHQ9XCIzNVwiXTxkaXYgZGF0YS1sYj1cImVkaXRhYmxlLXJpY2gtdGV4dFwiIGRhdGEtbGItaWQ9XCJtYWluLWhlYWRsaW5lXCIgZGF0YS1sYi1uYW1lPVwiTWFpbiBIZWFkbGluZSBUZXh0XCI+RFVSSU5HIFRISVMgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFhOWVlMDtcIj48c3Ryb25nPsKgRURVQ0FUSU9OQUwgV0VCSU5BUjwvc3Ryb25nPjwvc3Bhbj4gWU9VIFdJTEwgTEVBUk46PC9kaXY+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU0MzoiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCIzXCIgY29sb3I9XCIjMWE5ZWUwXCJdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIkhvdyB0byBpZGVudGlmeSBtYXJrZXQgc2VudGltZW50IGluc3RhbnRseS4gICAgICAgICAgICAgICAgICAgICAgICAgXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIyXCIgaGVhZGxpbmU9XCJUaGUgYmVzdCB0b29sIHRvIHNwb3QgdGhlIHZlbG9jaXR5IGxlYWRlcnMgaW4gdGhlIG1hcmtldHMuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIzXCIgaGVhZGxpbmU9XCJXaGVyZSB0byBsb2NhdGUgb3B0aW1hbCBwb2ludHMgZm9yIGhpZ2ggcHJvYmFiaWxpdHkgYnJlYWsgb3V0cy5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjRcIiBoZWFkbGluZT1cIlNoYXJlIHlvdXIgcXVlc3Rpb25zIHdpdGggU3RldmUgYW5kIGdldCB0aGUgYW5zd2VycyB0aGF0IHlvdSBzZWVrIGZyb20gYSBwcm9mZXNzaW9uYWwgdHJhZGVyLlwiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozOTQ6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxMlwiXTxoMz48L2gzPgo8aDM+V2hhdCBpZiB5b3UgaGFkIGNyaXRpY2FsIGluZm9ybWF0aW9uIHRoYXQgY291bGQgaGVscCB5b3UgaWRlbnRpZnkgdGhlIE5FWFQgbW9tZW50dW0gbW92ZSBpbiB0aGUgZmluYW5jaWFsIG1hcmtldHM/IFBlcmZvcm1hbmNlIGNvYWNoIFN0ZXZlIFNjaHdhcnR6IHdpbGwgc2hvdyB5b3UgZXhhY3RseSB3aGF0IGhlIGRvZXMgdG8gc2NhbiB0aGUgbWFya2V0cyBpbiBvcmRlciB0byBpZGVudGlmeSBwb3RlbnRpYWwgbW9tZW50dW0gdHJhZGUgc2V0IHVwcy48L2gzPgo8aDM+PC9oMz4KPGgzPjxzdHJvbmc+wqA8L3N0cm9uZz48L2gzPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Nzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIwMToiW2ltYWdlcyBzdHlsZT1cIjVcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L21hcmtldGFuYWx5emVyLTEwMjR4NTc1LmpwZ1wiIHdpZHRoPVwiMTAyNFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMjg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyNFwiIGZvbnRfZm9udD1cIlNoYWRvd3MgSW50byBMaWdodFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCI0NjBcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj7CoEV4cGVyaWVuY2UgdGhlIFBvd2VyIG9mIE1hcmtldCBJbnRlbGxpZ2VuY2U8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319aTozO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6NDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMjoiW3ZlcnRpY2FsX3NwYWNpbmcgaGVpZ2h0PVwiMzBcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo1O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIzMzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwiY2VudGVyXCIgZm9udF9zaXplPVwiMTVcIiBmb250X2NvbG9yPVwiIzkxOTE5MVwiIGJvdHRvbV9wYWRkaW5nPVwiMTBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiNDYwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+U2hhcmUgdGhpcyBwYWdlIHdpdGggeW91ciBmcmllbmRzLi4uPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo2O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQyMjoiW3NvY2lhbF9zaGFyaW5nIHN0eWxlPVwic3R5bGUtMjBcIiBmYl9saWtlX3VybD1cImh0dHBzOi8vd3d3LmZhY2Vib29rLmNvbS9waG90by5waHA/ZmJpZD0yMzgyMTE3NDYzNzg1MzEmc2V0PWEuMTU2NjgzOTA0NTMxMzE2LjEwNzM3NDE4MjguMTU2NjgwNjQxMTk4MzA5JnR5cGU9MSZ0aGVhdGVyXCIgZmJfY29sb3I9XCJsaWdodFwiIGZiX2xhbmc9XCJlbl9HQlwiIGZiX3RleHQ9XCJyZWNvbW1lbmRcIiBmYl9idXR0b25fdGV4dD1cIlNoYXJlXCIgdHdfbGFuZz1cImVuXCIgdHdfdXJsPVwiaHR0cHM6Ly90d2l0dGVyLmNvbS9Kb2VHUmlvc1wiIHR3X2J1dHRvbl90ZXh0PVwiU2hhcmVcIiBnX2xhbmc9XCJlbi1HQlwiIGdfYnV0dG9uX3RleHQ9XCJTaGFyZVwiIGxpbmtlZGluX2xhbmc9XCJlbl9VU1wiIGFsaWdubWVudD1cImNlbnRlclwiXSAiO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6NDthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czo1NjoiYmFja2dyb3VuZDojZWE3MTEwO3BhZGRpbmctdG9wOjQ1cHg7cGFkZGluZy1ib3R0b206MjVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEwMDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5sWVRjeE1UQWlMQ0p3WVdSa2FXNW5WRzl3SWpvaU5EVWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNalVpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjk2OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjBcIiBmb250X2NvbG9yPVwiI2ZmZmZmZlwiIGFsaWduPVwiY2VudGVyXCJdV0FSTklORzogwqBXZSBvbmx5IGhhdmUgMTAwIHNwb3RzIG9uIG91ciB3ZWJpbmFyIHN5c3RlbSBhdmFpbGFibGUgYW5kwqBzcGFjZSB3aWxsIGZpbGwgdXAgZmFzdCBzbyByZWdpc3RlciBub3cgdG8gYXZvaWQgbWlzc2luZyBvdXQuIMKgVGhpcyB3ZWJpbmFyIGlzIHBhY2tlZCB3aXRoIGhpZ2ggcXVhbGl0eSBjb250ZW50IGFuZCB3aWxsIGZpbGwgdXAgZmFzdCFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTo1O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE0NzoiYmFja2dyb3VuZC1pbWFnZTp1cmwoaHR0cDovL29wdGltaXplcHJlc3MyLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8wNi9iYWNrMS5wbmcpO2JhY2tncm91bmQtcmVwZWF0OnJlcGVhdDtwYWRkaW5nLXRvcDozMHB4O3BhZGRpbmctYm90dG9tOjUwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoyMDg6ImV5SmlZV05yWjNKdmRXNWtTVzFoWjJVaU9pSjFjbXdvYUhSMGNEb3ZMMjl3ZEdsdGFYcGxjSEpsYzNNeUxtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE15OHdOaTlpWVdOck1TNXdibWNwSWl3aVltRmphMmR5YjNWdVpGQnZjMmwwYVc5dUlqb2lkR2xzWlNJc0luQmhaR1JwYm1kVWIzQWlPaUl6TUNJc0luQmhaR1JwYm1kQ2IzUjBiMjBpT2lJMU1DSjkiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjI1XCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGFsaWduPVwiY2VudGVyXCIgYm90dG9tX21hcmdpbj1cIjIwXCJdPHN0cm9uZz5UaGlzIG9uZSB3aWxsIGJlIG5vIGV4Y2VwdGlvbi7CoFNvIGNsYWltIHlvdXIgc3BvdCBiZWxvdyE8L3N0cm9uZz5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODA4OiJbb3B0aW5fYm94IHN0eWxlPVwiN1wiIGFsaWdubWVudD1cImNlbnRlclwiIGRpc2FibGVfbmFtZT1cIllcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImVtYWlsXCIgZ290b3dlYmluYXI9XCJhMTE0ODQxOTkwXCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIiBuYW1lX3JlcXVpcmVkPVwiTlwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdSGVyZVwncyBUaGUgSGVhZGxpbmUgRm9yIFRoZSBCb3hbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1URzl5WlcwZ2FYQnpkVzBnWkc5c2IzSWdjMmwwSUdGdFpYUXNJR052Ym5ObFkzUmxkSFZ5SUdGa2FYQnBjMk5wYm1jZ1pXeHBkQzRnUkc5dVpXTWdkbVZzSUc1MWJtTWdibTl1SUd4aFkzVnpJSFpsYm1WdVlYUnBjeUJqYjIxdGIyUnZMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1DbGljayBoZXJlIGFuZCBnbyB0byB5b3VyIGVtYWlsIGluYm94IVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNTg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5USEVSRSBJUyBBIFNVQlNUQU5USUFMIFJJU0sgT0YgTE9TUyBJTiBUUkFESU5HIENPTU1PRElUWSBGVVRVUkVTLCBPUFRJT05TLCBBTkQgRk9SRUlHTiBFWENIQU5HRSBQUk9EVUNUUy4gUEFTVCBQRVJGT1JNQU5DRSBJUyBOT1QgSU5ESUNBVElWRSBPRiBGVVRVUkUgUkVTVUxUUy48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','publish','2014-05-13 15:36:07'),(116,1674,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIzMToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1PcGVyZSBGdXR1cm9zIEV4aXRvc2FtZW50ZSBTb2JyZSBsb3MgSG9tYnJvcyBkZSBHaWdhbnRlc1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODI6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdcG9yIERyLiBEZWFuIEhhbmRsZXkgwqAtIMKgRnV0dXJlcyBUcnV0aCBNYWdhemluZVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE1NjoiYmFja2dyb3VuZDojZjJmMmYyO3BhZGRpbmctYm90dG9tOjIwcHg7Ym9yZGVyLXRvcC13aWR0aDoxcHg7Ym9yZGVyLWJvdHRvbS13aWR0aDoxcHg7Ym9yZGVyLXN0eWxlOnNvbGlkO2JvcmRlci10b3AtY29sb3I6I2UzZTNlMztib3JkZXItYm90dG9tLWNvbG9yOiNlM2UzZTM7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMzI6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObU1tWXlaaklpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaUxDSmliM0prWlhKWGFXUjBhQ0k2SWpFaUxDSmliM0prWlhKRGIyeHZjaUk2SWlObE0yVXpaVE1pZlE9PSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2MToiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2Z1dHVyZXMtdHJ1dGgtMjQ0eDMwMC5qcGdcIiB3aWR0aD1cIjI0NFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMxOToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXVJpb3MgUXVhbnRpdGF0aXZlwqDCoGZ1ZSBzZWxlY2Npb25hZG8gY29tbyB1bmEgZGUgbGFzIGRpZXogbWVqb3JlcyBzYWxhcyBkZSB0cmFkaW5nIGVuIG3DoXMgZGUgNDIyIHNhbGFzIGVuIHVuIHJlY2llbnRlIHJlcG9ydGUuIE9idGVuZ2EgdW5hIGNvcGlhIGdyYXR1aXRhIGRlbCBpbmZvcm1lIHkgZGVzY3VicmEgcXVlIHNhbGFzIGRlIHRyYWRpbmcgc29uIHJlbnRhYmxlcyBlbiB2aXZvIHkgY3XDoWxlcyBubyBsbyBzb24hCgo8cD4mbmJzcDs8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzA1OiJbb3B0aW5fYm94IHN0eWxlPVwiMTFcIiB3aWR0aD1cIjQ1MFwiIG1hcmdpbl90b3A9XCIxNVwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2RlZmF1bHQ9XCJJbmdyZXNlIHN1IGRpcmVjY2nDs24gZGUgY29ycmVvIGVsZWN0csOzbmljb1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIGdvdG93ZWJpbmFyPVwiYTk1MDEzOTM0MlwiIG5hbWVfZGVmYXVsdD1cIkluZ3Jlc2Ugc3Ugbm9tYnJlXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVNXNW5jbVZ6WlNCemRTQnViMjFpY21VZ2VTQmxiV0ZwYkNCd1lYSmhJSFJsYm1WeUlHRmpZMlZ6YnlCcGJuTjBZVzUwdzZGdVpXOHVMaTQ9Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVZhbG9yYW1vcyBzdSBwcml2YWNpZGFkIHkgbnVuY2EgbGUgZW52aWFyZW1vcyBzcGFtWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIl1PYnRlbmdhIEFjY2VzbyBJbnN0YW50w6FuZW8hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjQ6ImUzMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjM3NToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE3XCIgd2lkdGg9XCI5NDBcIl08aDIgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PHNwYW4gc3R5bGU9XCJjb2xvcjogIzQyNTA2MztcIj5Fc3TDoSBhIDMgUGFzb3MgUGFyYSBDb21lbnphciBDb24gTnVlc3RyYSBTYWxhIGRlIMKgIMKgIMKgIMKgIMKgIMKgIMKgVHJhZGluZyDCoDwvc3Bhbj48c3BhbiBzdHlsZT1cImNvbG9yOiAjNDI1MDYzO1wiPmVuIFZpdm88L3NwYW4+PHNwYW4gc3R5bGU9XCJjb2xvcjogIzQyNTA2MztcIj4KPC9zcGFuPjwvaDI+CjxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3MjI6IltzdGVwX2dyYXBoaWNzIHN0eWxlPVwiNVwiIGNvbG9yPVwiIzQyNTA2M1wiXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIxXCIgaGVhZGxpbmU9XCJSZXNlcnZlIHN1IGx1Z2FyIGRlIGlubWVkaWF0bywgZWwgZXNwYWNpbyBlcyBsaW1pdGFkby4gSW5ncmVzZSBzdSBjb3JyZW8gZWxlY3Ryw7NuaWNvIGhveSBwYXJhIGFzZWd1cmFyIHN1IGFjY2Vzby5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIkVsIHRyYWRpbmcgZW4gdml2byBjb21pZW56YSBkZSBsdW5lcyBhIHZpZXJuZXMgYSBsYXMgNzozMGFtIEVULCBlbCBlc3BhY2lvIGVzIGxpbWl0YWRvIGFzw60gcXVlIGluZ3Jlc2UgNSBtaW51dG9zIGFudGVzLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiM1wiIGhlYWRsaW5lPVwiIFVuYSB2ZXogZGVudHJvLCBwcmVzdGUgbXVjaGEgYXRlbmNpw7NuIHkgdmVhIGNvbW8gb3BlcmFtb3MgbG9zIG1lcmNhZG9zIGNvbiBpbm5vdmFkb3JhcyBoZXJyYW1pZW50YXMgY3VhbnRpdGF0aXZhcy4gVGVuZ2Egc3UgcGx1bWEgeSBwYXBlbCBsaXN0byBwYXJhIHRvbWFyIG5vdGFzIHkgYXByZW5kZXIgZGUgcXVlIHNlIHRyYXRhIGVsIFF1YW50IFRyYWRpbmcuIEhhZ2EgdG9kYXMgbGFzIHByZWd1bnRhcyBxdWUgcXVpZXJhLiBQcmVww6FyZXNlIHBhcmEgc2VyIHNvcnByZW5kaWRvIVwiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3ODc6Ilt0ZXN0aW1vbmlhbHMgc3R5bGU9XCIyXCIgbWFyZ2luX3RvcD1cIlwiIG1hcmdpbl9ib3R0b209XCJcIl1bdGVzdGltb25pYWwgbmFtZT1cIkRlYW4gSGFuZGxleSwgUGhELCBNQkEsIEpEXCIgY29tcGFueT1cIiBEci4gSGFuZGxleSB0aWVuZSB1biBCUy1CaW9sb2fDrWE7IE1TLUJpb2NoZW0sIFBoRC1tb2xlYyBHZW5ldGljcywgRmVsbG93c2hpcCwgdW4gTUJBIGVuIGZpbmFuemFzIHkgdW4gSnVyaXMgRG9jdG9yYXRlIChKRCkgZW4gUHJvcGllZGFkIEludGVsZWN0dWFsLiDDiWwgaGEgc2lkbyB1biB0cmFkZXIgYWN0aXZvIGRlIGZ1dHVyb3MgZHVyYW50ZSBjYXNpIGN1YXRybyBhw7Fvcy5cIiBocmVmPVwiXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9kZWFuLWhhbmRsZXkuanBnXCJdPHA+UmlvcyBRdWFudGl0YXRpdmUgLcKgwqBcIk9wZXJhbiBsYSBtYXlvciBkaXZlcnNpZGFkIGRlIGZ1dHVyb3MgZGUgw61uZGljZXMgcXVlIGhlIHZpc3RvIHkgc2UgcHJlc2VudGFuIGNvbW8gdW5hIGJvdXRpcXVlIGZpbmFuY2llcmEgZXNwZWNpYWxpemFkYSBlbiBlc3RyYXRlZ2lhcyBkZSB0cmFkaW5nIGVsZWN0csOzbmljbyAuLi4gU3UgdGVjbm9sb2fDrWEgcHJvcG9yY2lvbmEgYSB0cmFkZXJzIGFjY2VzbyBhIG3DqXRvZG9zIGlubm92YWRvcmVzIHBhcmEgc2FjYXIgcHJvdmVjaG8gZGUgbG9zIG1lcmNhZG9zIGNvbnRyb2xhbmRvIGVsIHJpZXNnby5cIjwvcD4KWy90ZXN0aW1vbmlhbF1bL3Rlc3RpbW9uaWFsc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI4MzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPk1FUkNBRE9TIERFIEZVVFVST1MsIENGRCwgT1BDSU9ORVMsIFkgRk9SRVggSU1QTElDQU4gVU4gUklFU0dPIFNVU1RBTkNJQUwgWSBOTyBFUyBBREVDVUFETyBQQVJBIFRPRE9TIExPUyBJTlZFUlNPUkVTLiBMT1MgUkVORElNSUVOVE9TIFBBU0FET1MgTk8gU09OIElORElDQVRJVk9TIERFIFJFU1VMVEFET1MgRlVUVVJPUy48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','revision','2014-05-13 22:08:40'),(117,1674,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIzMToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1PcGVyZSBGdXR1cm9zIEV4aXRvc2FtZW50ZSBTb2JyZSBsb3MgSG9tYnJvcyBkZSBHaWdhbnRlc1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODI6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdcG9yIERyLiBEZWFuIEhhbmRsZXkgwqAtIMKgRnV0dXJlcyBUcnV0aCBNYWdhemluZVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE1NjoiYmFja2dyb3VuZDojZjJmMmYyO3BhZGRpbmctYm90dG9tOjIwcHg7Ym9yZGVyLXRvcC13aWR0aDoxcHg7Ym9yZGVyLWJvdHRvbS13aWR0aDoxcHg7Ym9yZGVyLXN0eWxlOnNvbGlkO2JvcmRlci10b3AtY29sb3I6I2UzZTNlMztib3JkZXItYm90dG9tLWNvbG9yOiNlM2UzZTM7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMzI6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObU1tWXlaaklpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaUxDSmliM0prWlhKWGFXUjBhQ0k2SWpFaUxDSmliM0prWlhKRGIyeHZjaUk2SWlObE0yVXpaVE1pZlE9PSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2MToiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2Z1dHVyZXMtdHJ1dGgtMjQ0eDMwMC5qcGdcIiB3aWR0aD1cIjI0NFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMxOToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXVJpb3MgUXVhbnRpdGF0aXZlwqDCoGZ1ZSBzZWxlY2Npb25hZG8gY29tbyB1bmEgZGUgbGFzIGRpZXogbWVqb3JlcyBzYWxhcyBkZSB0cmFkaW5nIGVuIG3DoXMgZGUgNDIyIHNhbGFzIGVuIHVuIHJlY2llbnRlIHJlcG9ydGUuIE9idGVuZ2EgdW5hIGNvcGlhIGdyYXR1aXRhIGRlbCBpbmZvcm1lIHkgZGVzY3VicmEgcXVlIHNhbGFzIGRlIHRyYWRpbmcgc29uIHJlbnRhYmxlcyBlbiB2aXZvIHkgY3XDoWxlcyBubyBsbyBzb24hCgo8cD4mbmJzcDs8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzA1OiJbb3B0aW5fYm94IHN0eWxlPVwiMTFcIiB3aWR0aD1cIjQ1MFwiIG1hcmdpbl90b3A9XCIxNVwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2RlZmF1bHQ9XCJJbmdyZXNlIHN1IGRpcmVjY2nDs24gZGUgY29ycmVvIGVsZWN0csOzbmljb1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIGdvdG93ZWJpbmFyPVwiYTk1MDEzOTM0MlwiIG5hbWVfZGVmYXVsdD1cIkluZ3Jlc2Ugc3Ugbm9tYnJlXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVNXNW5jbVZ6WlNCemRTQnViMjFpY21VZ2VTQmxiV0ZwYkNCd1lYSmhJSFJsYm1WeUlHRmpZMlZ6YnlCcGJuTjBZVzUwdzZGdVpXOHVMaTQ9Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVZhbG9yYW1vcyBzdSBwcml2YWNpZGFkIHkgbnVuY2EgbGUgZW52aWFyZW1vcyBzcGFtWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIl1PYnRlbmdhIEFjY2VzbyBJbnN0YW50w6FuZW8hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjQ6ImUzMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjM3NToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE3XCIgd2lkdGg9XCI5NDBcIl08aDIgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PHNwYW4gc3R5bGU9XCJjb2xvcjogIzQyNTA2MztcIj5Fc3TDoSBhIDMgUGFzb3MgUGFyYSBDb21lbnphciBDb24gTnVlc3RyYSBTYWxhIGRlIMKgIMKgIMKgIMKgIMKgIMKgIMKgVHJhZGluZyDCoDwvc3Bhbj48c3BhbiBzdHlsZT1cImNvbG9yOiAjNDI1MDYzO1wiPmVuIFZpdm88L3NwYW4+PHNwYW4gc3R5bGU9XCJjb2xvcjogIzQyNTA2MztcIj4KPC9zcGFuPjwvaDI+CjxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3MjI6IltzdGVwX2dyYXBoaWNzIHN0eWxlPVwiNVwiIGNvbG9yPVwiIzQyNTA2M1wiXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIxXCIgaGVhZGxpbmU9XCJSZXNlcnZlIHN1IGx1Z2FyIGRlIGlubWVkaWF0bywgZWwgZXNwYWNpbyBlcyBsaW1pdGFkby4gSW5ncmVzZSBzdSBjb3JyZW8gZWxlY3Ryw7NuaWNvIGhveSBwYXJhIGFzZWd1cmFyIHN1IGFjY2Vzby5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIkVsIHRyYWRpbmcgZW4gdml2byBjb21pZW56YSBkZSBsdW5lcyBhIHZpZXJuZXMgYSBsYXMgNzozMGFtIEVULCBlbCBlc3BhY2lvIGVzIGxpbWl0YWRvIGFzw60gcXVlIGluZ3Jlc2UgNSBtaW51dG9zIGFudGVzLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiM1wiIGhlYWRsaW5lPVwiIFVuYSB2ZXogZGVudHJvLCBwcmVzdGUgbXVjaGEgYXRlbmNpw7NuIHkgdmVhIGNvbW8gb3BlcmFtb3MgbG9zIG1lcmNhZG9zIGNvbiBpbm5vdmFkb3JhcyBoZXJyYW1pZW50YXMgY3VhbnRpdGF0aXZhcy4gVGVuZ2Egc3UgcGx1bWEgeSBwYXBlbCBsaXN0byBwYXJhIHRvbWFyIG5vdGFzIHkgYXByZW5kZXIgZGUgcXVlIHNlIHRyYXRhIGVsIFF1YW50IFRyYWRpbmcuIEhhZ2EgdG9kYXMgbGFzIHByZWd1bnRhcyBxdWUgcXVpZXJhLiBQcmVww6FyZXNlIHBhcmEgc2VyIHNvcnByZW5kaWRvIVwiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3ODY6Ilt0ZXN0aW1vbmlhbHMgc3R5bGU9XCIyXCIgbWFyZ2luX3RvcD1cIlwiIG1hcmdpbl9ib3R0b209XCJcIl1bdGVzdGltb25pYWwgbmFtZT1cIkRlYW4gSGFuZGxleSwgUGhELCBNQkEsIEpEXCIgY29tcGFueT1cIiBEci4gSGFuZGxleSB0aWVuZSB1biBCUy1CaW9sb2fDrWE7IE1TLUJpb2NoZW0sIFBoRC1tb2xlYyBHZW5ldGljcywgRmVsbG93c2hpcCwgdW4gTUJBIGVuIGZpbmFuemFzIHkgdW4gSnVyaXMgRG9jdG9yYXRlIChKRCkgZW4gUHJvcGllZGFkIEludGVsZWN0dWFsLiDDiWwgaGEgc2lkbyB1biB0cmFkZXIgYWN0aXZvIGRlIGZ1dHVyb3MgZHVyYW50ZSBjYXNpIGN1YXRybyBhw7Fvcy5cIiBocmVmPVwiXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9kZWFuLWhhbmRsZXkuanBnXCJdPHA+UmlvcyBRdWFudGl0YXRpdmUgLcKgwqBcIk9wZXJhbiBsYSBtYXlvciBkaXZlcnNpZGFkIGRlIGZ1dHVyb3MgZGUgw61uZGljZXMgcXVlIGhlIHZpc3RvIHkgc2UgcHJlc2VudGFuIGNvbW8gdW5hIGJvdXRpcXVlIGZpbmFuY2llcmEgZXNwZWNpYWxpemFkYSBlbiBlc3RyYXRlZ2lhcyBkZSB0cmFkaW5nIGVsZWN0csOzbmljbyAuLi4gU3UgdGVjbm9sb2fDrWEgcHJvcG9yY2lvbmEgYSB0cmFkZXJzIGFjY2VzbyBhIG3DqXRvZG9zIGlubm92YWRvcmVzIHBhcmEgc2FjYXIgcHJvdmVjaG8gZGUgbG9zIG1lcmNhZG9zIGNvbnRyb2xhbmRvIGVsIHJpZXNnby5cIjwvcD5bL3Rlc3RpbW9uaWFsXVsvdGVzdGltb25pYWxzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjgzOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+TUVSQ0FET1MgREUgRlVUVVJPUywgQ0ZELCBPUENJT05FUywgWSBGT1JFWCBJTVBMSUNBTiBVTiBSSUVTR08gU1VTVEFOQ0lBTCBZIE5PIEVTIEFERUNVQURPIFBBUkEgVE9ET1MgTE9TIElOVkVSU09SRVMuIExPUyBSRU5ESU1JRU5UT1MgUEFTQURPUyBOTyBTT04gSU5ESUNBVElWT1MgREUgUkVTVUxUQURPUyBGVVRVUk9TLjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19','publish','2014-05-13 22:13:51'),(130,1686,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1FdmVyIHRoaW5rIG9mIHRyYWRpbmcgZm9yIGEgbGl2aW5nP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTU6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdRmluZCBvdXQgaWYgeW91IGhhdmUgd2hhdCBpdCB0YWtlcyEgU3RhcnQgYSAxNC1kYXkgZnJlZSB0cmlhbC5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNTk6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzU5OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUmlvc1F1YW50IG1lbWJlciBQaWVycmUgdG9vayAkMSw2MDAgaW4gcHJvZml0cyBmcm9tIHRoZSBmdXR1cmVzIG1hcmtldCBpbiB0d28gZGF5cywgNS8xNC8yMDE0IGFuZCA1LzE1LzIwMTQgd2l0aCAxMyB0cmFkZXMuIEhlIHRyYWRlcyBldmVyeSBtb3JuaW5nIHdpdGggb3RoZXIgbGlrZS1taW5kZWQgdHJhZGVycyBpbiBvdXIgbGl2ZSBvbmxpbmUgdHJhZGluZyByb29tLiBIZSBpcyBhIG1vbWVudHVtIHRyYWRlciBhbmQgdXNlcyB0aGUgUmlvc1F1YW50IGZvcndhcmQtbG9va2luZyB0cmFkaW5nIHN5c3RlbXMuJm5ic3A7Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzQzOiJbb3B0aW5fYm94IHN0eWxlPVwiMTFcIiB3aWR0aD1cIjQ1MFwiIG1hcmdpbl90b3A9XCIxNVwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNDQ0Njk4XCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1SVzUwWlhJZ2VXOTFjaUJ1WVcxbElHRnVaQ0JsYldGcGJDQmlaV3h2ZHlCMGJ5Qm5aWFFnYzNSaGNuUmxaQzR1TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIl1DbGljayB0aGVuIGNoZWNrIHlvdXIgaW5ib3ggZm9yIGNvbmZpcm1hdGlvbiFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NDoiZTMwPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjg4OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMTdcIiB3aWR0aD1cIjk0MFwiXTxoMiBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3BhbiBzdHlsZT1cImNvbG9yOiAjNDI1MDYzO1wiPllvdVwncmUgwqAzLVN0ZXBzIEF3YXkgdG8KR2V0dGluZyBTdGFydGVkIFdpdGggWW91ciBUcmFkaW5nIFN5c3RlbSBGcmVlIFRyaWFswqA8L3NwYW4+PC9oMj4KPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU5MjoiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCI1XCIgY29sb3I9XCIjNDI1MDYzXCJdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIkluc3RhbGxhdGlvbiAtIFRlY2ggc3VwcG9ydCBtZW1iZXIgd2lsbCB3YWxrIHlvdSB0aHJvdWdoIHRoZSBpbnN0YWxsYXRpb24sIG1ha2luZyB0aGUgcHJvY2VzcyBxdWljayBhbmQgdHJvdWJsZSBmcmVlLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiVHJhaW5pbmcgLSAgT25lLW9uLW9uZSB0cmFpbmluZyB0byBpbnN1cmUgeW91IGxlYXJuIGFsbCB0aGUgdHJhZGluZyBzeXN0ZW0gaGFzIHRvIG9mZmVyLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiM1wiIGhlYWRsaW5lPVwiTGl2ZSBUcmFkaW5nIFJvb20gLSBFeHBlcmllbmNlIHRoZSBwb3dlciBvZiBtYXJrZXQgaW50ZWxsaWdlbmNlIGluIHJlYWwgbWFya2V0IGVudmlyb25tZW50IHdpdGggUmlvc1F1YW50IG1lbWJlcnMgYW5kIGNvYWNoZXMgdG8gaW5zdXJlIHlvdSBnZXQgdGhlIG1vc3Qgb3V0IG9mIHlvdXIgZnJlZSB0cmlhbC5cIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDI0OiJbdGVzdGltb25pYWxzIHN0eWxlPVwiMlwiIG1hcmdpbl90b3A9XCJcIiBtYXJnaW5fYm90dG9tPVwiXCJdW3Rlc3RpbW9uaWFsIG5hbWU9XCJQaWVycmUgLSBOZXcgSmVyc2V5IFVTQVwiIGNvbXBhbnk9XCJSaW9zUXVhbnQgbWVtYmVyIHNpbmNlIDIwMTJcIiBocmVmPVwiXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9waWVycmUtZ2FtaWwtcGljLmpwZ1wiXTxwPlwiQ291bGQgbm90IGRvIGl0IHdpdGhvdXQgeW91Li4uIElcJ2xsIG5ldmVyIGJlIGFibGUgdG8gdGhhbmsgeW91IEVQIGFuZCBTdGV2ZSBlbm91Z2ggZm9yIHRoZSBkZWRpY2F0aW9uIHlvdSBzaG93IGFuZCB0aGUgc3VwcG9ydCB5b3Ugb2ZmZXIhXCI8L3A+ClsvdGVzdGltb25pYWxdWy90ZXN0aW1vbmlhbHNdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjM7YTo0OntzOjk6InJvd19jbGFzcyI7czoyOToicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMjk6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5DT01NT0RJVFkgRlVUVVJFUywgT1BUSU9OUywgQU5EIEZPUkVYIFRSQURJTkcgSU5WT0xWRVMgU1VCU1RBTlRJQUwgUklTSyBBTkQgSVMgTk9UIFNVSVRBQkxFIEZPUiBBTEwgSU5WRVNUT1JTLiBQQVNUIFBFUkZPUk1BTkNFIElTIE5PVCBJTkRJQ0FUSVZFIE9GIEZVVFVSRSBSRVNVTFRTLiBURVNUSU1PTklBTFMgQVJFIE5PVCBJTkRJQ0FUSVZFIE9GIEZVVFVSRSBQRVJGT1JNQU5DRSBPUiBTVUNDRVNTLjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19','revision','2014-05-15 22:37:30'),(132,1686,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1FdmVyIHRoaW5rIG9mIHRyYWRpbmcgZm9yIGEgbGl2aW5nP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTU6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdRmluZCBvdXQgaWYgeW91IGhhdmUgd2hhdCBpdCB0YWtlcyEgU3RhcnQgYSAxNC1kYXkgZnJlZSB0cmlhbC5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjU6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzU5OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUmlvc1F1YW50IG1lbWJlciBQaWVycmUgdG9vayAkMSw2MDAgaW4gcHJvZml0cyBmcm9tIHRoZSBmdXR1cmVzIG1hcmtldCBpbiB0d28gZGF5cywgNS8xNC8yMDE0IGFuZCA1LzE1LzIwMTQgd2l0aCAxMyB0cmFkZXMuIEhlIHRyYWRlcyBldmVyeSBtb3JuaW5nIHdpdGggb3RoZXIgbGlrZS1taW5kZWQgdHJhZGVycyBpbiBvdXIgbGl2ZSBvbmxpbmUgdHJhZGluZyByb29tLiBIZSBpcyBhIG1vbWVudHVtIHRyYWRlciBhbmQgdXNlcyB0aGUgUmlvc1F1YW50IGZvcndhcmQtbG9va2luZyB0cmFkaW5nIHN5c3RlbXMuJm5ic3A7Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY4OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGxhcmdlX2ltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvZXF1aXR5LWN1cnZlLXBpZXJyZS5qcGdcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3NjoiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L2VxdWl0eS1jdXJ2ZS1waWVycmUuanBnXCIgd2lkdGg9XCI4MDhcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc0MzoiW29wdGluX2JveCBzdHlsZT1cIjExXCIgd2lkdGg9XCI0NTBcIiBtYXJnaW5fdG9wPVwiMTVcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9maWVsZD1cImVtYWlsXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJhd2ViZXJcIiBsaXN0PVwiMzQ0NDY5OFwiIG5hbWVfZmllbGQ9XCJuYW1lXCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIiBuYW1lX3JlcXVpcmVkPVwiTlwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdUlc1MFpYSWdlVzkxY2lCdVlXMWxJR0Z1WkNCbGJXRnBiQ0JpWld4dmR5QjBieUJuWlhRZ2MzUmhjblJsWkM0dUxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCJdQ2xpY2sgdGhlbiBjaGVjayB5b3VyIGluYm94IGZvciBjb25maXJtYXRpb24hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjQ6ImUzMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI4ODoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE3XCIgd2lkdGg9XCI5NDBcIl08aDIgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PHNwYW4gc3R5bGU9XCJjb2xvcjogIzQyNTA2MztcIj5Zb3VcJ3JlIMKgMy1TdGVwcyBBd2F5IHRvCkdldHRpbmcgU3RhcnRlZCBXaXRoIFlvdXIgVHJhZGluZyBTeXN0ZW0gRnJlZSBUcmlhbMKgPC9zcGFuPjwvaDI+CjxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1OTI6IltzdGVwX2dyYXBoaWNzIHN0eWxlPVwiNVwiIGNvbG9yPVwiIzQyNTA2M1wiXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIxXCIgaGVhZGxpbmU9XCJJbnN0YWxsYXRpb24gLSBUZWNoIHN1cHBvcnQgbWVtYmVyIHdpbGwgd2FsayB5b3UgdGhyb3VnaCB0aGUgaW5zdGFsbGF0aW9uLCBtYWtpbmcgdGhlIHByb2Nlc3MgcXVpY2sgYW5kIHRyb3VibGUgZnJlZS5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIlRyYWluaW5nIC0gIE9uZS1vbi1vbmUgdHJhaW5pbmcgdG8gaW5zdXJlIHlvdSBsZWFybiBhbGwgdGhlIHRyYWRpbmcgc3lzdGVtIGhhcyB0byBvZmZlci5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjNcIiBoZWFkbGluZT1cIkxpdmUgVHJhZGluZyBSb29tIC0gRXhwZXJpZW5jZSB0aGUgcG93ZXIgb2YgbWFya2V0IGludGVsbGlnZW5jZSBpbiByZWFsIG1hcmtldCBlbnZpcm9ubWVudCB3aXRoIFJpb3NRdWFudCBtZW1iZXJzIGFuZCBjb2FjaGVzIHRvIGluc3VyZSB5b3UgZ2V0IHRoZSBtb3N0IG91dCBvZiB5b3VyIGZyZWUgdHJpYWwuXCJdWy9zdGVwXVsvc3RlcF9ncmFwaGljc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQyNDoiW3Rlc3RpbW9uaWFscyBzdHlsZT1cIjJcIiBtYXJnaW5fdG9wPVwiXCIgbWFyZ2luX2JvdHRvbT1cIlwiXVt0ZXN0aW1vbmlhbCBuYW1lPVwiUGllcnJlIC0gTmV3IEplcnNleSBVU0FcIiBjb21wYW55PVwiUmlvc1F1YW50IG1lbWJlciBzaW5jZSAyMDEyXCIgaHJlZj1cIlwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvcGllcnJlLWdhbWlsLXBpYy5qcGdcIl08cD5cIkNvdWxkIG5vdCBkbyBpdCB3aXRob3V0IHlvdS4uLiBJXCdsbCBuZXZlciBiZSBhYmxlIHRvIHRoYW5rIHlvdSBFUCBhbmQgU3RldmUgZW5vdWdoIGZvciB0aGUgZGVkaWNhdGlvbiB5b3Ugc2hvdyBhbmQgdGhlIHN1cHBvcnQgeW91IG9mZmVyIVwiPC9wPgpbL3Rlc3RpbW9uaWFsXVsvdGVzdGltb25pYWxzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzI5OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+Q09NTU9ESVRZIEZVVFVSRVMsIE9QVElPTlMsIEFORCBGT1JFWCBUUkFESU5HIElOVk9MVkVTIFNVQlNUQU5USUFMIFJJU0sgQU5EIElTIE5PVCBTVUlUQUJMRSBGT1IgQUxMIElOVkVTVE9SUy4gUEFTVCBQRVJGT1JNQU5DRSBJUyBOT1QgSU5ESUNBVElWRSBPRiBGVVRVUkUgUkVTVUxUUy4gVEVTVElNT05JQUxTIEFSRSBOT1QgSU5ESUNBVElWRSBPRiBGVVRVUkUgUEVSRk9STUFOQ0UgT1IgU1VDQ0VTUy48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','revision','2014-05-15 22:43:56'),(131,1686,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1FdmVyIHRoaW5rIG9mIHRyYWRpbmcgZm9yIGEgbGl2aW5nP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTU6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdRmluZCBvdXQgaWYgeW91IGhhdmUgd2hhdCBpdCB0YWtlcyEgU3RhcnQgYSAxNC1kYXkgZnJlZSB0cmlhbC5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjU6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzU5OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUmlvc1F1YW50IG1lbWJlciBQaWVycmUgdG9vayAkMSw2MDAgaW4gcHJvZml0cyBmcm9tIHRoZSBmdXR1cmVzIG1hcmtldCBpbiB0d28gZGF5cywgNS8xNC8yMDE0IGFuZCA1LzE1LzIwMTQgd2l0aCAxMyB0cmFkZXMuIEhlIHRyYWRlcyBldmVyeSBtb3JuaW5nIHdpdGggb3RoZXIgbGlrZS1taW5kZWQgdHJhZGVycyBpbiBvdXIgbGl2ZSBvbmxpbmUgdHJhZGluZyByb29tLiBIZSBpcyBhIG1vbWVudHVtIHRyYWRlciBhbmQgdXNlcyB0aGUgUmlvc1F1YW50IGZvcndhcmQtbG9va2luZyB0cmFkaW5nIHN5c3RlbXMuJm5ic3A7Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzQzOiJbb3B0aW5fYm94IHN0eWxlPVwiMTFcIiB3aWR0aD1cIjQ1MFwiIG1hcmdpbl90b3A9XCIxNVwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNDQ0Njk4XCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1SVzUwWlhJZ2VXOTFjaUJ1WVcxbElHRnVaQ0JsYldGcGJDQmlaV3h2ZHlCMGJ5Qm5aWFFnYzNSaGNuUmxaQzR1TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIl1DbGljayB0aGVuIGNoZWNrIHlvdXIgaW5ib3ggZm9yIGNvbmZpcm1hdGlvbiFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NDoiZTMwPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjg4OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMTdcIiB3aWR0aD1cIjk0MFwiXTxoMiBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3BhbiBzdHlsZT1cImNvbG9yOiAjNDI1MDYzO1wiPllvdVwncmUgwqAzLVN0ZXBzIEF3YXkgdG8KR2V0dGluZyBTdGFydGVkIFdpdGggWW91ciBUcmFkaW5nIFN5c3RlbSBGcmVlIFRyaWFswqA8L3NwYW4+PC9oMj4KPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU5MjoiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCI1XCIgY29sb3I9XCIjNDI1MDYzXCJdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIkluc3RhbGxhdGlvbiAtIFRlY2ggc3VwcG9ydCBtZW1iZXIgd2lsbCB3YWxrIHlvdSB0aHJvdWdoIHRoZSBpbnN0YWxsYXRpb24sIG1ha2luZyB0aGUgcHJvY2VzcyBxdWljayBhbmQgdHJvdWJsZSBmcmVlLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiVHJhaW5pbmcgLSAgT25lLW9uLW9uZSB0cmFpbmluZyB0byBpbnN1cmUgeW91IGxlYXJuIGFsbCB0aGUgdHJhZGluZyBzeXN0ZW0gaGFzIHRvIG9mZmVyLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiM1wiIGhlYWRsaW5lPVwiTGl2ZSBUcmFkaW5nIFJvb20gLSBFeHBlcmllbmNlIHRoZSBwb3dlciBvZiBtYXJrZXQgaW50ZWxsaWdlbmNlIGluIHJlYWwgbWFya2V0IGVudmlyb25tZW50IHdpdGggUmlvc1F1YW50IG1lbWJlcnMgYW5kIGNvYWNoZXMgdG8gaW5zdXJlIHlvdSBnZXQgdGhlIG1vc3Qgb3V0IG9mIHlvdXIgZnJlZSB0cmlhbC5cIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDI0OiJbdGVzdGltb25pYWxzIHN0eWxlPVwiMlwiIG1hcmdpbl90b3A9XCJcIiBtYXJnaW5fYm90dG9tPVwiXCJdW3Rlc3RpbW9uaWFsIG5hbWU9XCJQaWVycmUgLSBOZXcgSmVyc2V5IFVTQVwiIGNvbXBhbnk9XCJSaW9zUXVhbnQgbWVtYmVyIHNpbmNlIDIwMTJcIiBocmVmPVwiXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9waWVycmUtZ2FtaWwtcGljLmpwZ1wiXTxwPlwiQ291bGQgbm90IGRvIGl0IHdpdGhvdXQgeW91Li4uIElcJ2xsIG5ldmVyIGJlIGFibGUgdG8gdGhhbmsgeW91IEVQIGFuZCBTdGV2ZSBlbm91Z2ggZm9yIHRoZSBkZWRpY2F0aW9uIHlvdSBzaG93IGFuZCB0aGUgc3VwcG9ydCB5b3Ugb2ZmZXIhXCI8L3A+ClsvdGVzdGltb25pYWxdWy90ZXN0aW1vbmlhbHNdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjM7YTo0OntzOjk6InJvd19jbGFzcyI7czoyOToicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMjk6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5DT01NT0RJVFkgRlVUVVJFUywgT1BUSU9OUywgQU5EIEZPUkVYIFRSQURJTkcgSU5WT0xWRVMgU1VCU1RBTlRJQUwgUklTSyBBTkQgSVMgTk9UIFNVSVRBQkxFIEZPUiBBTEwgSU5WRVNUT1JTLiBQQVNUIFBFUkZPUk1BTkNFIElTIE5PVCBJTkRJQ0FUSVZFIE9GIEZVVFVSRSBSRVNVTFRTLiBURVNUSU1PTklBTFMgQVJFIE5PVCBJTkRJQ0FUSVZFIE9GIEZVVFVSRSBQRVJGT1JNQU5DRSBPUiBTVUNDRVNTLjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19','revision','2014-05-15 22:40:38'),(135,1693,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1FdmVyIHRoaW5rIG9mIHRyYWRpbmcgZm9yIGEgbGl2aW5nP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTU6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdRmluZCBvdXQgaWYgeW91IGhhdmUgd2hhdCBpdCB0YWtlcyEgU3RhcnQgYSAxNC1kYXkgZnJlZSB0cmlhbC5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzY6IltpbWFnZXMgc3R5bGU9XCI1XCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjU6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzU5OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUmlvc1F1YW50IG1lbWJlciBQaWVycmUgdG9vayAkMSw2MDAgaW4gcHJvZml0cyBmcm9tIHRoZSBmdXR1cmVzIG1hcmtldCBpbiB0d28gZGF5cywgNS8xNC8yMDE0IGFuZCA1LzE1LzIwMTQgd2l0aCAxMyB0cmFkZXMuIEhlIHRyYWRlcyBldmVyeSBtb3JuaW5nIHdpdGggb3RoZXIgbGlrZS1taW5kZWQgdHJhZGVycyBpbiBvdXIgbGl2ZSBvbmxpbmUgdHJhZGluZyByb29tLiBIZSBpcyBhIG1vbWVudHVtIHRyYWRlciBhbmQgdXNlcyB0aGUgUmlvc1F1YW50IGZvcndhcmQtbG9va2luZyB0cmFkaW5nIHN5c3RlbXMuJm5ic3A7Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY4OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGxhcmdlX2ltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvZXF1aXR5LWN1cnZlLXBpZXJyZS5qcGdcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc0MzoiW29wdGluX2JveCBzdHlsZT1cIjExXCIgd2lkdGg9XCI0NTBcIiBtYXJnaW5fdG9wPVwiMTVcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9maWVsZD1cImVtYWlsXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJhd2ViZXJcIiBsaXN0PVwiMzQ0NDY5OFwiIG5hbWVfZmllbGQ9XCJuYW1lXCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIiBuYW1lX3JlcXVpcmVkPVwiTlwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdUlc1MFpYSWdlVzkxY2lCdVlXMWxJR0Z1WkNCbGJXRnBiQ0JpWld4dmR5QjBieUJuWlhRZ2MzUmhjblJsWkM0dUxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCJdQ2xpY2sgdGhlbiBjaGVjayB5b3VyIGluYm94IGZvciBjb25maXJtYXRpb24hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjQ6ImUzMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI4ODoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE3XCIgd2lkdGg9XCI5NDBcIl08aDIgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PHNwYW4gc3R5bGU9XCJjb2xvcjogIzQyNTA2MztcIj5Zb3VcJ3JlIMKgMy1TdGVwcyBBd2F5IHRvCkdldHRpbmcgU3RhcnRlZCBXaXRoIFlvdXIgVHJhZGluZyBTeXN0ZW0gRnJlZSBUcmlhbMKgPC9zcGFuPjwvaDI+CjxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1OTI6IltzdGVwX2dyYXBoaWNzIHN0eWxlPVwiNVwiIGNvbG9yPVwiIzQyNTA2M1wiXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIxXCIgaGVhZGxpbmU9XCJJbnN0YWxsYXRpb24gLSBUZWNoIHN1cHBvcnQgbWVtYmVyIHdpbGwgd2FsayB5b3UgdGhyb3VnaCB0aGUgaW5zdGFsbGF0aW9uLCBtYWtpbmcgdGhlIHByb2Nlc3MgcXVpY2sgYW5kIHRyb3VibGUgZnJlZS5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIlRyYWluaW5nIC0gIE9uZS1vbi1vbmUgdHJhaW5pbmcgdG8gaW5zdXJlIHlvdSBsZWFybiBhbGwgdGhlIHRyYWRpbmcgc3lzdGVtIGhhcyB0byBvZmZlci5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjNcIiBoZWFkbGluZT1cIkxpdmUgVHJhZGluZyBSb29tIC0gRXhwZXJpZW5jZSB0aGUgcG93ZXIgb2YgbWFya2V0IGludGVsbGlnZW5jZSBpbiByZWFsIG1hcmtldCBlbnZpcm9ubWVudCB3aXRoIFJpb3NRdWFudCBtZW1iZXJzIGFuZCBjb2FjaGVzIHRvIGluc3VyZSB5b3UgZ2V0IHRoZSBtb3N0IG91dCBvZiB5b3VyIGZyZWUgdHJpYWwuXCJdWy9zdGVwXVsvc3RlcF9ncmFwaGljc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQyNDoiW3Rlc3RpbW9uaWFscyBzdHlsZT1cIjJcIiBtYXJnaW5fdG9wPVwiXCIgbWFyZ2luX2JvdHRvbT1cIlwiXVt0ZXN0aW1vbmlhbCBuYW1lPVwiUGllcnJlIC0gTmV3IEplcnNleSBVU0FcIiBjb21wYW55PVwiUmlvc1F1YW50IG1lbWJlciBzaW5jZSAyMDEyXCIgaHJlZj1cIlwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvcGllcnJlLWdhbWlsLXBpYy5qcGdcIl08cD5cIkNvdWxkIG5vdCBkbyBpdCB3aXRob3V0IHlvdS4uLiBJXCdsbCBuZXZlciBiZSBhYmxlIHRvIHRoYW5rIHlvdSBFUCBhbmQgU3RldmUgZW5vdWdoIGZvciB0aGUgZGVkaWNhdGlvbiB5b3Ugc2hvdyBhbmQgdGhlIHN1cHBvcnQgeW91IG9mZmVyIVwiPC9wPgpbL3Rlc3RpbW9uaWFsXVsvdGVzdGltb25pYWxzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzI5OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+Q09NTU9ESVRZIEZVVFVSRVMsIE9QVElPTlMsIEFORCBGT1JFWCBUUkFESU5HIElOVk9MVkVTIFNVQlNUQU5USUFMIFJJU0sgQU5EIElTIE5PVCBTVUlUQUJMRSBGT1IgQUxMIElOVkVTVE9SUy4gUEFTVCBQRVJGT1JNQU5DRSBJUyBOT1QgSU5ESUNBVElWRSBPRiBGVVRVUkUgUkVTVUxUUy4gVEVTVElNT05JQUxTIEFSRSBOT1QgSU5ESUNBVElWRSBPRiBGVVRVUkUgUEVSRk9STUFOQ0UgT1IgU1VDQ0VTUy48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','revision','2014-05-17 12:45:12'),(124,1686,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1FdmVyIHRoaW5rIG9mIHRyYWRpbmcgZm9yIGEgbGl2aW5nP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjg6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdRmluZCBvdXQgaWYgeW91IGhhdmUgd2hhdCBpdCB0YWtlcyFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNTk6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzIwOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUmlvc1F1YW50IG1lbWJlciBQaWVycmUgdG9vayAkMSw2MDAgaW4gcHJvZml0cyBmcm9tIHRoZSBmdXR1cmVzIG1hcmtldCBpbiB0d28gZGF5cywgNS8xNC8yMDE0IGFuZCA1LzE1LzIwMTQgd2l0aCAxMyB0cmFkZXMuIEhlIHRyYWRlcyBldmVyeSBtb3JuaW5nIHdpdGggdXMgaW4gb3VyIGxpdmUgb25saW5lIHRyYWRpbmcgcm9vbS4gSGUgaXMgYSBtb21lbnR1bSB0cmFkZXIgYW5kIHVzZXMgdGhlIFJpb3NRdWFudCB0cmFkaW5nIHN5c3RlbXMuJm5ic3A7Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzQ3OiJbb3B0aW5fYm94IHN0eWxlPVwiMTFcIiB3aWR0aD1cIjQ1MFwiIG1hcmdpbl90b3A9XCIxNVwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNDQ0Njk4XCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1SVzUwWlhJZ2VXOTFjaUJ1WVcxbElHRnVaQ0JsYldGcGJDQmlaV3h2ZHlCbWIzSWdhVzV6ZEdGdWRDQmhZMk5sYzNNdUxpND1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCJdQ2xpY2sgdGhlbiBjaGVjayB5b3VyIGluYm94IGZvciBjb25maXJtYXRpb24hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjQ6ImUzMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI4ODoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE3XCIgd2lkdGg9XCI5NDBcIl08aDIgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PHNwYW4gc3R5bGU9XCJjb2xvcjogIzQyNTA2MztcIj5Zb3VcJ3JlIMKgMy1TdGVwcyBBd2F5IHRvCkdldHRpbmcgU3RhcnRlZCBXaXRoIFlvdXIgVHJhZGluZyBTeXN0ZW0gRnJlZSBUcmlhbMKgPC9zcGFuPjwvaDI+CjxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1MzU6IltzdGVwX2dyYXBoaWNzIHN0eWxlPVwiNVwiIGNvbG9yPVwiIzQyNTA2M1wiXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIxXCIgaGVhZGxpbmU9XCJJbnN0YWxsYXRpb24gLSBUZWNoIHN1cHBvcnQgbWVtYmVyIHdpbGwgd2FsayB5b3UgdGhyb3VnaCB0aGUgaW5zdGFsbGF0aW9uLCBtYWtpbmcgdGhlIHByb2Nlc3MgcXVpY2sgYW5kIHRyb3VibGUgZnJlZS5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIlRyYWluaW5nIC0gIE9uZS1vbi1vbmUgdHJhaW5pbmcgdG8gaW5zdXJlIHlvdSBsZWFybiBhbGwgdGhlIHRyYWRpbmcgc3lzdGVtIGhhcyB0byBvZmZlci5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjNcIiBoZWFkbGluZT1cIkxpdmUgVHJhZGluZyBSb29tIC0gTWVldCBvdGhlciBSaW9zUXVhbnQgc3lzdGVtcyB0cmFkZXJzIGFuZCBjb2FjaGVzIHRvIGluc3VyZSB5b3UgZ2V0IHRoZSBtb3N0IG91dCBvZiB5b3VyIGZyZWUgdHJpYWwuXCJdWy9zdGVwXVsvc3RlcF9ncmFwaGljc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQyNDoiW3Rlc3RpbW9uaWFscyBzdHlsZT1cIjJcIiBtYXJnaW5fdG9wPVwiXCIgbWFyZ2luX2JvdHRvbT1cIlwiXVt0ZXN0aW1vbmlhbCBuYW1lPVwiUGllcnJlIC0gTmV3IEplcnNleSBVU0FcIiBjb21wYW55PVwiUmlvc1F1YW50IG1lbWJlciBzaW5jZSAyMDEyXCIgaHJlZj1cIlwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvcGllcnJlLWdhbWlsLXBpYy5qcGdcIl08cD5cIkNvdWxkIG5vdCBkbyBpdCB3aXRob3V0IHlvdS4uLiBJXCdsbCBuZXZlciBiZSBhYmxlIHRvIHRoYW5rIHlvdSBFUCBhbmQgU3RldmUgZW5vdWdoIGZvciB0aGUgZGVkaWNhdGlvbiB5b3Ugc2hvdyBhbmQgdGhlIHN1cHBvcnQgeW91IG9mZmVyIVwiPC9wPgpbL3Rlc3RpbW9uaWFsXVsvdGVzdGltb25pYWxzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzI5OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+Q09NTU9ESVRZIEZVVFVSRVMsIE9QVElPTlMsIEFORCBGT1JFWCBUUkFESU5HIElOVk9MVkVTIFNVQlNUQU5USUFMIFJJU0sgQU5EIElTIE5PVCBTVUlUQUJMRSBGT1IgQUxMIElOVkVTVE9SUy4gUEFTVCBQRVJGT1JNQU5DRSBJUyBOT1QgSU5ESUNBVElWRSBPRiBGVVRVUkUgUkVTVUxUUy4gVEVTVElNT05JQUxTIEFSRSBOT1QgSU5ESUNBVElWRSBPRiBGVVRVUkUgUEVSRk9STUFOQ0UgT1IgU1VDQ0VTUy48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','revision','2014-05-15 22:17:01'),(125,1686,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1FdmVyIHRoaW5rIG9mIHRyYWRpbmcgZm9yIGEgbGl2aW5nP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjg6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdRmluZCBvdXQgaWYgeW91IGhhdmUgd2hhdCBpdCB0YWtlcyFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNTk6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzIwOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUmlvc1F1YW50IG1lbWJlciBQaWVycmUgdG9vayAkMSw2MDAgaW4gcHJvZml0cyBmcm9tIHRoZSBmdXR1cmVzIG1hcmtldCBpbiB0d28gZGF5cywgNS8xNC8yMDE0IGFuZCA1LzE1LzIwMTQgd2l0aCAxMyB0cmFkZXMuIEhlIHRyYWRlcyBldmVyeSBtb3JuaW5nIHdpdGggdXMgaW4gb3VyIGxpdmUgb25saW5lIHRyYWRpbmcgcm9vbS4gSGUgaXMgYSBtb21lbnR1bSB0cmFkZXIgYW5kIHVzZXMgdGhlIFJpb3NRdWFudCB0cmFkaW5nIHN5c3RlbXMuJm5ic3A7Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzQ3OiJbb3B0aW5fYm94IHN0eWxlPVwiMTFcIiB3aWR0aD1cIjQ1MFwiIG1hcmdpbl90b3A9XCIxNVwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNDQ0Njk4XCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1SVzUwWlhJZ2VXOTFjaUJ1WVcxbElHRnVaQ0JsYldGcGJDQmlaV3h2ZHlCbWIzSWdhVzV6ZEdGdWRDQmhZMk5sYzNNdUxpND1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCJdQ2xpY2sgdGhlbiBjaGVjayB5b3VyIGluYm94IGZvciBjb25maXJtYXRpb24hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjQ6ImUzMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI4ODoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE3XCIgd2lkdGg9XCI5NDBcIl08aDIgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PHNwYW4gc3R5bGU9XCJjb2xvcjogIzQyNTA2MztcIj5Zb3VcJ3JlIMKgMy1TdGVwcyBBd2F5IHRvCkdldHRpbmcgU3RhcnRlZCBXaXRoIFlvdXIgVHJhZGluZyBTeXN0ZW0gRnJlZSBUcmlhbMKgPC9zcGFuPjwvaDI+CjxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1NTQ6IltzdGVwX2dyYXBoaWNzIHN0eWxlPVwiNVwiIGNvbG9yPVwiIzQyNTA2M1wiXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIxXCIgaGVhZGxpbmU9XCJJbnN0YWxsYXRpb24gLSBUZWNoIHN1cHBvcnQgbWVtYmVyIHdpbGwgd2FsayB5b3UgdGhyb3VnaCB0aGUgaW5zdGFsbGF0aW9uLCBtYWtpbmcgdGhlIHByb2Nlc3MgcXVpY2sgYW5kIHRyb3VibGUgZnJlZS5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIlRyYWluaW5nIC0gIE9uZS1vbi1vbmUgdHJhaW5pbmcgdG8gaW5zdXJlIHlvdSBsZWFybiBhbGwgdGhlIHRyYWRpbmcgc3lzdGVtIGhhcyB0byBvZmZlci5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjNcIiBoZWFkbGluZT1cIkxpdmUgVHJhZGluZyBSb29tIC0gVHJhZGUgaW4gcmVhbCBtYXJrZXQgZW52aXJvbm1lbnQgd2l0aCBSaW9zUXVhbnQgbWVtYmVycyBhbmQgY29hY2hlcyB0byBpbnN1cmUgeW91IGdldCB0aGUgbW9zdCBvdXQgb2YgeW91ciBmcmVlIHRyaWFsLlwiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0MjQ6Ilt0ZXN0aW1vbmlhbHMgc3R5bGU9XCIyXCIgbWFyZ2luX3RvcD1cIlwiIG1hcmdpbl9ib3R0b209XCJcIl1bdGVzdGltb25pYWwgbmFtZT1cIlBpZXJyZSAtIE5ldyBKZXJzZXkgVVNBXCIgY29tcGFueT1cIlJpb3NRdWFudCBtZW1iZXIgc2luY2UgMjAxMlwiIGhyZWY9XCJcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L3BpZXJyZS1nYW1pbC1waWMuanBnXCJdPHA+XCJDb3VsZCBub3QgZG8gaXQgd2l0aG91dCB5b3UuLi4gSVwnbGwgbmV2ZXIgYmUgYWJsZSB0byB0aGFuayB5b3UgRVAgYW5kIFN0ZXZlIGVub3VnaCBmb3IgdGhlIGRlZGljYXRpb24geW91IHNob3cgYW5kIHRoZSBzdXBwb3J0IHlvdSBvZmZlciFcIjwvcD4KWy90ZXN0aW1vbmlhbF1bL3Rlc3RpbW9uaWFsc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMyOToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkNPTU1PRElUWSBGVVRVUkVTLCBPUFRJT05TLCBBTkQgRk9SRVggVFJBRElORyBJTlZPTFZFUyBTVUJTVEFOVElBTCBSSVNLIEFORCBJUyBOT1QgU1VJVEFCTEUgRk9SIEFMTCBJTlZFU1RPUlMuIFBBU1QgUEVSRk9STUFOQ0UgSVMgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFJFU1VMVFMuIFRFU1RJTU9OSUFMUyBBUkUgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFBFUkZPUk1BTkNFIE9SIFNVQ0NFU1MuPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','revision','2014-05-15 22:25:24'),(126,1686,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1FdmVyIHRoaW5rIG9mIHRyYWRpbmcgZm9yIGEgbGl2aW5nP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODk6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdRmluZCBvdXQgaWYgeW91IGhhdmUgd2hhdCBpdCB0YWtlcyEgVGFrZSBvdXIgZnJlZSB0cmlhbC5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNTk6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzQzOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUmlvc1F1YW50IG1lbWJlciBQaWVycmUgdG9vayAkMSw2MDAgaW4gcHJvZml0cyBmcm9tIHRoZSBmdXR1cmVzIG1hcmtldCBpbiB0d28gZGF5cywgNS8xNC8yMDE0IGFuZCA1LzE1LzIwMTQgd2l0aCAxMyB0cmFkZXMuIEhlIHRyYWRlcyBldmVyeSBtb3JuaW5nIHdpdGggb3RoZXIgbGlrZS1taW5kZWQgdHJhZGVycyBpbiBvdXIgbGl2ZSBvbmxpbmUgdHJhZGluZyByb29tLiBIZSBpcyBhIG1vbWVudHVtIHRyYWRlciBhbmQgdXNlcyB0aGUgUmlvc1F1YW50IHRyYWRpbmcgc3lzdGVtcy4mbmJzcDtbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3NDc6IltvcHRpbl9ib3ggc3R5bGU9XCIxMVwiIHdpZHRoPVwiNDUwXCIgbWFyZ2luX3RvcD1cIjE1XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0NDQ2OThcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVJXNTBaWElnZVc5MWNpQnVZVzFsSUdGdVpDQmxiV0ZwYkNCaVpXeHZkeUJtYjNJZ2FXNXpkR0Z1ZENCaFkyTmxjM011TGk0PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIl1DbGljayB0aGVuIGNoZWNrIHlvdXIgaW5ib3ggZm9yIGNvbmZpcm1hdGlvbiFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NDoiZTMwPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjg4OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMTdcIiB3aWR0aD1cIjk0MFwiXTxoMiBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3BhbiBzdHlsZT1cImNvbG9yOiAjNDI1MDYzO1wiPllvdVwncmUgwqAzLVN0ZXBzIEF3YXkgdG8KR2V0dGluZyBTdGFydGVkIFdpdGggWW91ciBUcmFkaW5nIFN5c3RlbSBGcmVlIFRyaWFswqA8L3NwYW4+PC9oMj4KPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU1NDoiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCI1XCIgY29sb3I9XCIjNDI1MDYzXCJdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIkluc3RhbGxhdGlvbiAtIFRlY2ggc3VwcG9ydCBtZW1iZXIgd2lsbCB3YWxrIHlvdSB0aHJvdWdoIHRoZSBpbnN0YWxsYXRpb24sIG1ha2luZyB0aGUgcHJvY2VzcyBxdWljayBhbmQgdHJvdWJsZSBmcmVlLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiVHJhaW5pbmcgLSAgT25lLW9uLW9uZSB0cmFpbmluZyB0byBpbnN1cmUgeW91IGxlYXJuIGFsbCB0aGUgdHJhZGluZyBzeXN0ZW0gaGFzIHRvIG9mZmVyLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiM1wiIGhlYWRsaW5lPVwiTGl2ZSBUcmFkaW5nIFJvb20gLSBUcmFkZSBpbiByZWFsIG1hcmtldCBlbnZpcm9ubWVudCB3aXRoIFJpb3NRdWFudCBtZW1iZXJzIGFuZCBjb2FjaGVzIHRvIGluc3VyZSB5b3UgZ2V0IHRoZSBtb3N0IG91dCBvZiB5b3VyIGZyZWUgdHJpYWwuXCJdWy9zdGVwXVsvc3RlcF9ncmFwaGljc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQyNDoiW3Rlc3RpbW9uaWFscyBzdHlsZT1cIjJcIiBtYXJnaW5fdG9wPVwiXCIgbWFyZ2luX2JvdHRvbT1cIlwiXVt0ZXN0aW1vbmlhbCBuYW1lPVwiUGllcnJlIC0gTmV3IEplcnNleSBVU0FcIiBjb21wYW55PVwiUmlvc1F1YW50IG1lbWJlciBzaW5jZSAyMDEyXCIgaHJlZj1cIlwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvcGllcnJlLWdhbWlsLXBpYy5qcGdcIl08cD5cIkNvdWxkIG5vdCBkbyBpdCB3aXRob3V0IHlvdS4uLiBJXCdsbCBuZXZlciBiZSBhYmxlIHRvIHRoYW5rIHlvdSBFUCBhbmQgU3RldmUgZW5vdWdoIGZvciB0aGUgZGVkaWNhdGlvbiB5b3Ugc2hvdyBhbmQgdGhlIHN1cHBvcnQgeW91IG9mZmVyIVwiPC9wPgpbL3Rlc3RpbW9uaWFsXVsvdGVzdGltb25pYWxzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzI5OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+Q09NTU9ESVRZIEZVVFVSRVMsIE9QVElPTlMsIEFORCBGT1JFWCBUUkFESU5HIElOVk9MVkVTIFNVQlNUQU5USUFMIFJJU0sgQU5EIElTIE5PVCBTVUlUQUJMRSBGT1IgQUxMIElOVkVTVE9SUy4gUEFTVCBQRVJGT1JNQU5DRSBJUyBOT1QgSU5ESUNBVElWRSBPRiBGVVRVUkUgUkVTVUxUUy4gVEVTVElNT05JQUxTIEFSRSBOT1QgSU5ESUNBVElWRSBPRiBGVVRVUkUgUEVSRk9STUFOQ0UgT1IgU1VDQ0VTUy48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','revision','2014-05-15 22:28:47'),(127,1686,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1FdmVyIHRoaW5rIG9mIHRyYWRpbmcgZm9yIGEgbGl2aW5nP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODk6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdRmluZCBvdXQgaWYgeW91IGhhdmUgd2hhdCBpdCB0YWtlcyEgVGFrZSBvdXIgZnJlZSB0cmlhbC5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNTk6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzQzOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUmlvc1F1YW50IG1lbWJlciBQaWVycmUgdG9vayAkMSw2MDAgaW4gcHJvZml0cyBmcm9tIHRoZSBmdXR1cmVzIG1hcmtldCBpbiB0d28gZGF5cywgNS8xNC8yMDE0IGFuZCA1LzE1LzIwMTQgd2l0aCAxMyB0cmFkZXMuIEhlIHRyYWRlcyBldmVyeSBtb3JuaW5nIHdpdGggb3RoZXIgbGlrZS1taW5kZWQgdHJhZGVycyBpbiBvdXIgbGl2ZSBvbmxpbmUgdHJhZGluZyByb29tLiBIZSBpcyBhIG1vbWVudHVtIHRyYWRlciBhbmQgdXNlcyB0aGUgUmlvc1F1YW50IHRyYWRpbmcgc3lzdGVtcy4mbmJzcDtbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3NDc6IltvcHRpbl9ib3ggc3R5bGU9XCIxMVwiIHdpZHRoPVwiNDUwXCIgbWFyZ2luX3RvcD1cIjE1XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0NDQ2OThcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVJXNTBaWElnZVc5MWNpQnVZVzFsSUdGdVpDQmxiV0ZwYkNCaVpXeHZkeUJtYjNJZ2FXNXpkR0Z1ZENCaFkyTmxjM011TGk0PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIl1DbGljayB0aGVuIGNoZWNrIHlvdXIgaW5ib3ggZm9yIGNvbmZpcm1hdGlvbiFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NDoiZTMwPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjg4OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMTdcIiB3aWR0aD1cIjk0MFwiXTxoMiBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3BhbiBzdHlsZT1cImNvbG9yOiAjNDI1MDYzO1wiPllvdVwncmUgwqAzLVN0ZXBzIEF3YXkgdG8KR2V0dGluZyBTdGFydGVkIFdpdGggWW91ciBUcmFkaW5nIFN5c3RlbSBGcmVlIFRyaWFswqA8L3NwYW4+PC9oMj4KPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU5MjoiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCI1XCIgY29sb3I9XCIjNDI1MDYzXCJdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIkluc3RhbGxhdGlvbiAtIFRlY2ggc3VwcG9ydCBtZW1iZXIgd2lsbCB3YWxrIHlvdSB0aHJvdWdoIHRoZSBpbnN0YWxsYXRpb24sIG1ha2luZyB0aGUgcHJvY2VzcyBxdWljayBhbmQgdHJvdWJsZSBmcmVlLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiVHJhaW5pbmcgLSAgT25lLW9uLW9uZSB0cmFpbmluZyB0byBpbnN1cmUgeW91IGxlYXJuIGFsbCB0aGUgdHJhZGluZyBzeXN0ZW0gaGFzIHRvIG9mZmVyLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiM1wiIGhlYWRsaW5lPVwiTGl2ZSBUcmFkaW5nIFJvb20gLSBFeHBlcmllbmNlIHRoZSBwb3dlciBvZiBtYXJrZXQgaW50ZWxsaWdlbmNlIGluIHJlYWwgbWFya2V0IGVudmlyb25tZW50IHdpdGggUmlvc1F1YW50IG1lbWJlcnMgYW5kIGNvYWNoZXMgdG8gaW5zdXJlIHlvdSBnZXQgdGhlIG1vc3Qgb3V0IG9mIHlvdXIgZnJlZSB0cmlhbC5cIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDI0OiJbdGVzdGltb25pYWxzIHN0eWxlPVwiMlwiIG1hcmdpbl90b3A9XCJcIiBtYXJnaW5fYm90dG9tPVwiXCJdW3Rlc3RpbW9uaWFsIG5hbWU9XCJQaWVycmUgLSBOZXcgSmVyc2V5IFVTQVwiIGNvbXBhbnk9XCJSaW9zUXVhbnQgbWVtYmVyIHNpbmNlIDIwMTJcIiBocmVmPVwiXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9waWVycmUtZ2FtaWwtcGljLmpwZ1wiXTxwPlwiQ291bGQgbm90IGRvIGl0IHdpdGhvdXQgeW91Li4uIElcJ2xsIG5ldmVyIGJlIGFibGUgdG8gdGhhbmsgeW91IEVQIGFuZCBTdGV2ZSBlbm91Z2ggZm9yIHRoZSBkZWRpY2F0aW9uIHlvdSBzaG93IGFuZCB0aGUgc3VwcG9ydCB5b3Ugb2ZmZXIhXCI8L3A+ClsvdGVzdGltb25pYWxdWy90ZXN0aW1vbmlhbHNdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjM7YTo0OntzOjk6InJvd19jbGFzcyI7czoyOToicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMjk6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5DT01NT0RJVFkgRlVUVVJFUywgT1BUSU9OUywgQU5EIEZPUkVYIFRSQURJTkcgSU5WT0xWRVMgU1VCU1RBTlRJQUwgUklTSyBBTkQgSVMgTk9UIFNVSVRBQkxFIEZPUiBBTEwgSU5WRVNUT1JTLiBQQVNUIFBFUkZPUk1BTkNFIElTIE5PVCBJTkRJQ0FUSVZFIE9GIEZVVFVSRSBSRVNVTFRTLiBURVNUSU1PTklBTFMgQVJFIE5PVCBJTkRJQ0FUSVZFIE9GIEZVVFVSRSBQRVJGT1JNQU5DRSBPUiBTVUNDRVNTLjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19','revision','2014-05-15 22:31:18'),(128,1686,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1FdmVyIHRoaW5rIG9mIHRyYWRpbmcgZm9yIGEgbGl2aW5nP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODk6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdRmluZCBvdXQgaWYgeW91IGhhdmUgd2hhdCBpdCB0YWtlcyEgVGFrZSBvdXIgZnJlZSB0cmlhbC5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNTk6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzQzOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUmlvc1F1YW50IG1lbWJlciBQaWVycmUgdG9vayAkMSw2MDAgaW4gcHJvZml0cyBmcm9tIHRoZSBmdXR1cmVzIG1hcmtldCBpbiB0d28gZGF5cywgNS8xNC8yMDE0IGFuZCA1LzE1LzIwMTQgd2l0aCAxMyB0cmFkZXMuIEhlIHRyYWRlcyBldmVyeSBtb3JuaW5nIHdpdGggb3RoZXIgbGlrZS1taW5kZWQgdHJhZGVycyBpbiBvdXIgbGl2ZSBvbmxpbmUgdHJhZGluZyByb29tLiBIZSBpcyBhIG1vbWVudHVtIHRyYWRlciBhbmQgdXNlcyB0aGUgUmlvc1F1YW50IHRyYWRpbmcgc3lzdGVtcy4mbmJzcDtbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3NDM6IltvcHRpbl9ib3ggc3R5bGU9XCIxMVwiIHdpZHRoPVwiNDUwXCIgbWFyZ2luX3RvcD1cIjE1XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0NDQ2OThcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVJXNTBaWElnZVc5MWNpQnVZVzFsSUdGdVpDQmxiV0ZwYkNCaVpXeHZkeUIwYnlCblpYUWdjM1JoY25SbFpDNHVMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiXUNsaWNrIHRoZW4gY2hlY2sgeW91ciBpbmJveCBmb3IgY29uZmlybWF0aW9uIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo0OiJlMzA9IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyODg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxN1wiIHdpZHRoPVwiOTQwXCJdPGgyIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjxzcGFuIHN0eWxlPVwiY29sb3I6ICM0MjUwNjM7XCI+WW91XCdyZSDCoDMtU3RlcHMgQXdheSB0bwpHZXR0aW5nIFN0YXJ0ZWQgV2l0aCBZb3VyIFRyYWRpbmcgU3lzdGVtIEZyZWUgVHJpYWzCoDwvc3Bhbj48L2gyPgo8cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTkyOiJbc3RlcF9ncmFwaGljcyBzdHlsZT1cIjVcIiBjb2xvcj1cIiM0MjUwNjNcIl1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMVwiIGhlYWRsaW5lPVwiSW5zdGFsbGF0aW9uIC0gVGVjaCBzdXBwb3J0IG1lbWJlciB3aWxsIHdhbGsgeW91IHRocm91Z2ggdGhlIGluc3RhbGxhdGlvbiwgbWFraW5nIHRoZSBwcm9jZXNzIHF1aWNrIGFuZCB0cm91YmxlIGZyZWUuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIyXCIgaGVhZGxpbmU9XCJUcmFpbmluZyAtICBPbmUtb24tb25lIHRyYWluaW5nIHRvIGluc3VyZSB5b3UgbGVhcm4gYWxsIHRoZSB0cmFkaW5nIHN5c3RlbSBoYXMgdG8gb2ZmZXIuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIzXCIgaGVhZGxpbmU9XCJMaXZlIFRyYWRpbmcgUm9vbSAtIEV4cGVyaWVuY2UgdGhlIHBvd2VyIG9mIG1hcmtldCBpbnRlbGxpZ2VuY2UgaW4gcmVhbCBtYXJrZXQgZW52aXJvbm1lbnQgd2l0aCBSaW9zUXVhbnQgbWVtYmVycyBhbmQgY29hY2hlcyB0byBpbnN1cmUgeW91IGdldCB0aGUgbW9zdCBvdXQgb2YgeW91ciBmcmVlIHRyaWFsLlwiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0MjQ6Ilt0ZXN0aW1vbmlhbHMgc3R5bGU9XCIyXCIgbWFyZ2luX3RvcD1cIlwiIG1hcmdpbl9ib3R0b209XCJcIl1bdGVzdGltb25pYWwgbmFtZT1cIlBpZXJyZSAtIE5ldyBKZXJzZXkgVVNBXCIgY29tcGFueT1cIlJpb3NRdWFudCBtZW1iZXIgc2luY2UgMjAxMlwiIGhyZWY9XCJcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L3BpZXJyZS1nYW1pbC1waWMuanBnXCJdPHA+XCJDb3VsZCBub3QgZG8gaXQgd2l0aG91dCB5b3UuLi4gSVwnbGwgbmV2ZXIgYmUgYWJsZSB0byB0aGFuayB5b3UgRVAgYW5kIFN0ZXZlIGVub3VnaCBmb3IgdGhlIGRlZGljYXRpb24geW91IHNob3cgYW5kIHRoZSBzdXBwb3J0IHlvdSBvZmZlciFcIjwvcD4KWy90ZXN0aW1vbmlhbF1bL3Rlc3RpbW9uaWFsc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMyOToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkNPTU1PRElUWSBGVVRVUkVTLCBPUFRJT05TLCBBTkQgRk9SRVggVFJBRElORyBJTlZPTFZFUyBTVUJTVEFOVElBTCBSSVNLIEFORCBJUyBOT1QgU1VJVEFCTEUgRk9SIEFMTCBJTlZFU1RPUlMuIFBBU1QgUEVSRk9STUFOQ0UgSVMgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFJFU1VMVFMuIFRFU1RJTU9OSUFMUyBBUkUgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFBFUkZPUk1BTkNFIE9SIFNVQ0NFU1MuPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','revision','2014-05-15 22:32:23'),(129,1686,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1FdmVyIHRoaW5rIG9mIHRyYWRpbmcgZm9yIGEgbGl2aW5nP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTU6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdRmluZCBvdXQgaWYgeW91IGhhdmUgd2hhdCBpdCB0YWtlcyEgU3RhcnQgYSAxNC1kYXkgZnJlZSB0cmlhbC5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNTk6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzQzOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUmlvc1F1YW50IG1lbWJlciBQaWVycmUgdG9vayAkMSw2MDAgaW4gcHJvZml0cyBmcm9tIHRoZSBmdXR1cmVzIG1hcmtldCBpbiB0d28gZGF5cywgNS8xNC8yMDE0IGFuZCA1LzE1LzIwMTQgd2l0aCAxMyB0cmFkZXMuIEhlIHRyYWRlcyBldmVyeSBtb3JuaW5nIHdpdGggb3RoZXIgbGlrZS1taW5kZWQgdHJhZGVycyBpbiBvdXIgbGl2ZSBvbmxpbmUgdHJhZGluZyByb29tLiBIZSBpcyBhIG1vbWVudHVtIHRyYWRlciBhbmQgdXNlcyB0aGUgUmlvc1F1YW50IHRyYWRpbmcgc3lzdGVtcy4mbmJzcDtbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3NDM6IltvcHRpbl9ib3ggc3R5bGU9XCIxMVwiIHdpZHRoPVwiNDUwXCIgbWFyZ2luX3RvcD1cIjE1XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0NDQ2OThcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVJXNTBaWElnZVc5MWNpQnVZVzFsSUdGdVpDQmxiV0ZwYkNCaVpXeHZkeUIwYnlCblpYUWdjM1JoY25SbFpDNHVMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiXUNsaWNrIHRoZW4gY2hlY2sgeW91ciBpbmJveCBmb3IgY29uZmlybWF0aW9uIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo0OiJlMzA9IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyODg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxN1wiIHdpZHRoPVwiOTQwXCJdPGgyIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjxzcGFuIHN0eWxlPVwiY29sb3I6ICM0MjUwNjM7XCI+WW91XCdyZSDCoDMtU3RlcHMgQXdheSB0bwpHZXR0aW5nIFN0YXJ0ZWQgV2l0aCBZb3VyIFRyYWRpbmcgU3lzdGVtIEZyZWUgVHJpYWzCoDwvc3Bhbj48L2gyPgo8cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTkyOiJbc3RlcF9ncmFwaGljcyBzdHlsZT1cIjVcIiBjb2xvcj1cIiM0MjUwNjNcIl1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMVwiIGhlYWRsaW5lPVwiSW5zdGFsbGF0aW9uIC0gVGVjaCBzdXBwb3J0IG1lbWJlciB3aWxsIHdhbGsgeW91IHRocm91Z2ggdGhlIGluc3RhbGxhdGlvbiwgbWFraW5nIHRoZSBwcm9jZXNzIHF1aWNrIGFuZCB0cm91YmxlIGZyZWUuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIyXCIgaGVhZGxpbmU9XCJUcmFpbmluZyAtICBPbmUtb24tb25lIHRyYWluaW5nIHRvIGluc3VyZSB5b3UgbGVhcm4gYWxsIHRoZSB0cmFkaW5nIHN5c3RlbSBoYXMgdG8gb2ZmZXIuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIzXCIgaGVhZGxpbmU9XCJMaXZlIFRyYWRpbmcgUm9vbSAtIEV4cGVyaWVuY2UgdGhlIHBvd2VyIG9mIG1hcmtldCBpbnRlbGxpZ2VuY2UgaW4gcmVhbCBtYXJrZXQgZW52aXJvbm1lbnQgd2l0aCBSaW9zUXVhbnQgbWVtYmVycyBhbmQgY29hY2hlcyB0byBpbnN1cmUgeW91IGdldCB0aGUgbW9zdCBvdXQgb2YgeW91ciBmcmVlIHRyaWFsLlwiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0MjQ6Ilt0ZXN0aW1vbmlhbHMgc3R5bGU9XCIyXCIgbWFyZ2luX3RvcD1cIlwiIG1hcmdpbl9ib3R0b209XCJcIl1bdGVzdGltb25pYWwgbmFtZT1cIlBpZXJyZSAtIE5ldyBKZXJzZXkgVVNBXCIgY29tcGFueT1cIlJpb3NRdWFudCBtZW1iZXIgc2luY2UgMjAxMlwiIGhyZWY9XCJcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L3BpZXJyZS1nYW1pbC1waWMuanBnXCJdPHA+XCJDb3VsZCBub3QgZG8gaXQgd2l0aG91dCB5b3UuLi4gSVwnbGwgbmV2ZXIgYmUgYWJsZSB0byB0aGFuayB5b3UgRVAgYW5kIFN0ZXZlIGVub3VnaCBmb3IgdGhlIGRlZGljYXRpb24geW91IHNob3cgYW5kIHRoZSBzdXBwb3J0IHlvdSBvZmZlciFcIjwvcD4KWy90ZXN0aW1vbmlhbF1bL3Rlc3RpbW9uaWFsc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMyOToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkNPTU1PRElUWSBGVVRVUkVTLCBPUFRJT05TLCBBTkQgRk9SRVggVFJBRElORyBJTlZPTFZFUyBTVUJTVEFOVElBTCBSSVNLIEFORCBJUyBOT1QgU1VJVEFCTEUgRk9SIEFMTCBJTlZFU1RPUlMuIFBBU1QgUEVSRk9STUFOQ0UgSVMgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFJFU1VMVFMuIFRFU1RJTU9OSUFMUyBBUkUgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFBFUkZPUk1BTkNFIE9SIFNVQ0NFU1MuPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','revision','2014-05-15 22:34:59'),(133,1686,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1FdmVyIHRoaW5rIG9mIHRyYWRpbmcgZm9yIGEgbGl2aW5nP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTU6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdRmluZCBvdXQgaWYgeW91IGhhdmUgd2hhdCBpdCB0YWtlcyEgU3RhcnQgYSAxNC1kYXkgZnJlZSB0cmlhbC5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjU6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjU6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzU5OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUmlvc1F1YW50IG1lbWJlciBQaWVycmUgdG9vayAkMSw2MDAgaW4gcHJvZml0cyBmcm9tIHRoZSBmdXR1cmVzIG1hcmtldCBpbiB0d28gZGF5cywgNS8xNC8yMDE0IGFuZCA1LzE1LzIwMTQgd2l0aCAxMyB0cmFkZXMuIEhlIHRyYWRlcyBldmVyeSBtb3JuaW5nIHdpdGggb3RoZXIgbGlrZS1taW5kZWQgdHJhZGVycyBpbiBvdXIgbGl2ZSBvbmxpbmUgdHJhZGluZyByb29tLiBIZSBpcyBhIG1vbWVudHVtIHRyYWRlciBhbmQgdXNlcyB0aGUgUmlvc1F1YW50IGZvcndhcmQtbG9va2luZyB0cmFkaW5nIHN5c3RlbXMuJm5ic3A7Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY4OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGxhcmdlX2ltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvZXF1aXR5LWN1cnZlLXBpZXJyZS5qcGdcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3NjoiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L2VxdWl0eS1jdXJ2ZS1waWVycmUuanBnXCIgd2lkdGg9XCI4MDhcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo0O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3NjoiW2ltYWdlcyBzdHlsZT1cIjVcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L2VxdWl0eS1jdXJ2ZS1waWVycmUuanBnXCIgd2lkdGg9XCI4MDhcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc0MzoiW29wdGluX2JveCBzdHlsZT1cIjExXCIgd2lkdGg9XCI0NTBcIiBtYXJnaW5fdG9wPVwiMTVcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9maWVsZD1cImVtYWlsXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJhd2ViZXJcIiBsaXN0PVwiMzQ0NDY5OFwiIG5hbWVfZmllbGQ9XCJuYW1lXCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIiBuYW1lX3JlcXVpcmVkPVwiTlwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdUlc1MFpYSWdlVzkxY2lCdVlXMWxJR0Z1WkNCbGJXRnBiQ0JpWld4dmR5QjBieUJuWlhRZ2MzUmhjblJsWkM0dUxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCJdQ2xpY2sgdGhlbiBjaGVjayB5b3VyIGluYm94IGZvciBjb25maXJtYXRpb24hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjQ6ImUzMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI4ODoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE3XCIgd2lkdGg9XCI5NDBcIl08aDIgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PHNwYW4gc3R5bGU9XCJjb2xvcjogIzQyNTA2MztcIj5Zb3VcJ3JlIMKgMy1TdGVwcyBBd2F5IHRvCkdldHRpbmcgU3RhcnRlZCBXaXRoIFlvdXIgVHJhZGluZyBTeXN0ZW0gRnJlZSBUcmlhbMKgPC9zcGFuPjwvaDI+CjxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1OTI6IltzdGVwX2dyYXBoaWNzIHN0eWxlPVwiNVwiIGNvbG9yPVwiIzQyNTA2M1wiXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIxXCIgaGVhZGxpbmU9XCJJbnN0YWxsYXRpb24gLSBUZWNoIHN1cHBvcnQgbWVtYmVyIHdpbGwgd2FsayB5b3UgdGhyb3VnaCB0aGUgaW5zdGFsbGF0aW9uLCBtYWtpbmcgdGhlIHByb2Nlc3MgcXVpY2sgYW5kIHRyb3VibGUgZnJlZS5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIlRyYWluaW5nIC0gIE9uZS1vbi1vbmUgdHJhaW5pbmcgdG8gaW5zdXJlIHlvdSBsZWFybiBhbGwgdGhlIHRyYWRpbmcgc3lzdGVtIGhhcyB0byBvZmZlci5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjNcIiBoZWFkbGluZT1cIkxpdmUgVHJhZGluZyBSb29tIC0gRXhwZXJpZW5jZSB0aGUgcG93ZXIgb2YgbWFya2V0IGludGVsbGlnZW5jZSBpbiByZWFsIG1hcmtldCBlbnZpcm9ubWVudCB3aXRoIFJpb3NRdWFudCBtZW1iZXJzIGFuZCBjb2FjaGVzIHRvIGluc3VyZSB5b3UgZ2V0IHRoZSBtb3N0IG91dCBvZiB5b3VyIGZyZWUgdHJpYWwuXCJdWy9zdGVwXVsvc3RlcF9ncmFwaGljc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQyNDoiW3Rlc3RpbW9uaWFscyBzdHlsZT1cIjJcIiBtYXJnaW5fdG9wPVwiXCIgbWFyZ2luX2JvdHRvbT1cIlwiXVt0ZXN0aW1vbmlhbCBuYW1lPVwiUGllcnJlIC0gTmV3IEplcnNleSBVU0FcIiBjb21wYW55PVwiUmlvc1F1YW50IG1lbWJlciBzaW5jZSAyMDEyXCIgaHJlZj1cIlwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvcGllcnJlLWdhbWlsLXBpYy5qcGdcIl08cD5cIkNvdWxkIG5vdCBkbyBpdCB3aXRob3V0IHlvdS4uLiBJXCdsbCBuZXZlciBiZSBhYmxlIHRvIHRoYW5rIHlvdSBFUCBhbmQgU3RldmUgZW5vdWdoIGZvciB0aGUgZGVkaWNhdGlvbiB5b3Ugc2hvdyBhbmQgdGhlIHN1cHBvcnQgeW91IG9mZmVyIVwiPC9wPgpbL3Rlc3RpbW9uaWFsXVsvdGVzdGltb25pYWxzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzI5OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+Q09NTU9ESVRZIEZVVFVSRVMsIE9QVElPTlMsIEFORCBGT1JFWCBUUkFESU5HIElOVk9MVkVTIFNVQlNUQU5USUFMIFJJU0sgQU5EIElTIE5PVCBTVUlUQUJMRSBGT1IgQUxMIElOVkVTVE9SUy4gUEFTVCBQRVJGT1JNQU5DRSBJUyBOT1QgSU5ESUNBVElWRSBPRiBGVVRVUkUgUkVTVUxUUy4gVEVTVElNT05JQUxTIEFSRSBOT1QgSU5ESUNBVElWRSBPRiBGVVRVUkUgUEVSRk9STUFOQ0UgT1IgU1VDQ0VTUy48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','revision','2014-05-15 22:45:40'),(134,1686,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1FdmVyIHRoaW5rIG9mIHRyYWRpbmcgZm9yIGEgbGl2aW5nP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTU6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdRmluZCBvdXQgaWYgeW91IGhhdmUgd2hhdCBpdCB0YWtlcyEgU3RhcnQgYSAxNC1kYXkgZnJlZSB0cmlhbC5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzY6IltpbWFnZXMgc3R5bGU9XCI1XCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjU6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzU5OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUmlvc1F1YW50IG1lbWJlciBQaWVycmUgdG9vayAkMSw2MDAgaW4gcHJvZml0cyBmcm9tIHRoZSBmdXR1cmVzIG1hcmtldCBpbiB0d28gZGF5cywgNS8xNC8yMDE0IGFuZCA1LzE1LzIwMTQgd2l0aCAxMyB0cmFkZXMuIEhlIHRyYWRlcyBldmVyeSBtb3JuaW5nIHdpdGggb3RoZXIgbGlrZS1taW5kZWQgdHJhZGVycyBpbiBvdXIgbGl2ZSBvbmxpbmUgdHJhZGluZyByb29tLiBIZSBpcyBhIG1vbWVudHVtIHRyYWRlciBhbmQgdXNlcyB0aGUgUmlvc1F1YW50IGZvcndhcmQtbG9va2luZyB0cmFkaW5nIHN5c3RlbXMuJm5ic3A7Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY4OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGxhcmdlX2ltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvZXF1aXR5LWN1cnZlLXBpZXJyZS5qcGdcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc0MzoiW29wdGluX2JveCBzdHlsZT1cIjExXCIgd2lkdGg9XCI0NTBcIiBtYXJnaW5fdG9wPVwiMTVcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9maWVsZD1cImVtYWlsXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJhd2ViZXJcIiBsaXN0PVwiMzQ0NDY5OFwiIG5hbWVfZmllbGQ9XCJuYW1lXCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIiBuYW1lX3JlcXVpcmVkPVwiTlwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdUlc1MFpYSWdlVzkxY2lCdVlXMWxJR0Z1WkNCbGJXRnBiQ0JpWld4dmR5QjBieUJuWlhRZ2MzUmhjblJsWkM0dUxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCJdQ2xpY2sgdGhlbiBjaGVjayB5b3VyIGluYm94IGZvciBjb25maXJtYXRpb24hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjQ6ImUzMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI4ODoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE3XCIgd2lkdGg9XCI5NDBcIl08aDIgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PHNwYW4gc3R5bGU9XCJjb2xvcjogIzQyNTA2MztcIj5Zb3VcJ3JlIMKgMy1TdGVwcyBBd2F5IHRvCkdldHRpbmcgU3RhcnRlZCBXaXRoIFlvdXIgVHJhZGluZyBTeXN0ZW0gRnJlZSBUcmlhbMKgPC9zcGFuPjwvaDI+CjxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1OTI6IltzdGVwX2dyYXBoaWNzIHN0eWxlPVwiNVwiIGNvbG9yPVwiIzQyNTA2M1wiXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIxXCIgaGVhZGxpbmU9XCJJbnN0YWxsYXRpb24gLSBUZWNoIHN1cHBvcnQgbWVtYmVyIHdpbGwgd2FsayB5b3UgdGhyb3VnaCB0aGUgaW5zdGFsbGF0aW9uLCBtYWtpbmcgdGhlIHByb2Nlc3MgcXVpY2sgYW5kIHRyb3VibGUgZnJlZS5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIlRyYWluaW5nIC0gIE9uZS1vbi1vbmUgdHJhaW5pbmcgdG8gaW5zdXJlIHlvdSBsZWFybiBhbGwgdGhlIHRyYWRpbmcgc3lzdGVtIGhhcyB0byBvZmZlci5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjNcIiBoZWFkbGluZT1cIkxpdmUgVHJhZGluZyBSb29tIC0gRXhwZXJpZW5jZSB0aGUgcG93ZXIgb2YgbWFya2V0IGludGVsbGlnZW5jZSBpbiByZWFsIG1hcmtldCBlbnZpcm9ubWVudCB3aXRoIFJpb3NRdWFudCBtZW1iZXJzIGFuZCBjb2FjaGVzIHRvIGluc3VyZSB5b3UgZ2V0IHRoZSBtb3N0IG91dCBvZiB5b3VyIGZyZWUgdHJpYWwuXCJdWy9zdGVwXVsvc3RlcF9ncmFwaGljc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQyNDoiW3Rlc3RpbW9uaWFscyBzdHlsZT1cIjJcIiBtYXJnaW5fdG9wPVwiXCIgbWFyZ2luX2JvdHRvbT1cIlwiXVt0ZXN0aW1vbmlhbCBuYW1lPVwiUGllcnJlIC0gTmV3IEplcnNleSBVU0FcIiBjb21wYW55PVwiUmlvc1F1YW50IG1lbWJlciBzaW5jZSAyMDEyXCIgaHJlZj1cIlwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvcGllcnJlLWdhbWlsLXBpYy5qcGdcIl08cD5cIkNvdWxkIG5vdCBkbyBpdCB3aXRob3V0IHlvdS4uLiBJXCdsbCBuZXZlciBiZSBhYmxlIHRvIHRoYW5rIHlvdSBFUCBhbmQgU3RldmUgZW5vdWdoIGZvciB0aGUgZGVkaWNhdGlvbiB5b3Ugc2hvdyBhbmQgdGhlIHN1cHBvcnQgeW91IG9mZmVyIVwiPC9wPgpbL3Rlc3RpbW9uaWFsXVsvdGVzdGltb25pYWxzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzI5OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+Q09NTU9ESVRZIEZVVFVSRVMsIE9QVElPTlMsIEFORCBGT1JFWCBUUkFESU5HIElOVk9MVkVTIFNVQlNUQU5USUFMIFJJU0sgQU5EIElTIE5PVCBTVUlUQUJMRSBGT1IgQUxMIElOVkVTVE9SUy4gUEFTVCBQRVJGT1JNQU5DRSBJUyBOT1QgSU5ESUNBVElWRSBPRiBGVVRVUkUgUkVTVUxUUy4gVEVTVElNT05JQUxTIEFSRSBOT1QgSU5ESUNBVElWRSBPRiBGVVRVUkUgUEVSRk9STUFOQ0UgT1IgU1VDQ0VTUy48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','publish','2014-05-15 22:46:22'),(136,1693,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl3Cv0hhcyBwZW5zYWRvIGVuIHZpdmlyIGRlbCB0cmFkaW5nP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMDE6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdRGVzY3VicmUgc2kgcHVlZGVzIGxvZ3JhcmxvISBJbmljaWEgdW5hIHBydWViYSBncmF0dWl0YSBkZSAxNCBkw61hcy5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzY6IltpbWFnZXMgc3R5bGU9XCI1XCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjU6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzkxOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUGllcnJlLCBtaWVtYnJvIGRlIFJpb3NRdWFudCwgdG9tw7MgICQxLjYwMCBkZSB1dGlsaWRhZGVzIGVuIGxvcyBtZXJjYWRvcyBkZSBmdXR1cm9zIGVuIGRvcyBkw61hcywgMTQvMDUvMjAxNCB5IDE1LzA1LzIwMTQgY29uIDEzIG9wZXJhY2lvbnMuIMOJbCBvcGVyYSBjYWRhIG1hw7FhbmEgY29uIG90cm9zIHRyYWRlcnMgc2VtZWphbnRlcyBhIGVsIGVuIG51ZXN0cmEgc2FsYSBkZSB0cmFkaW5nIGVuIHZpdm8uIMOJbCBlcyB1biB0cmFkZXIgZGUgaW1wdWxzbyB5IHV0aWxpemEgbG9zIHNpc3RlbWFzIHByZWRpY3Rpdm9zIGRlIHRyYWRpbmcgZGUgUmlvc1F1YW50Li4mbmJzcDtbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjg6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzQzOiJbb3B0aW5fYm94IHN0eWxlPVwiMTFcIiB3aWR0aD1cIjQ1MFwiIG1hcmdpbl90b3A9XCIxNVwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNDQ0Njk4XCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1SVzUwWlhJZ2VXOTFjaUJ1WVcxbElHRnVaQ0JsYldGcGJDQmlaV3h2ZHlCMGJ5Qm5aWFFnYzNSaGNuUmxaQzR1TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIl1DbGljayB0aGVuIGNoZWNrIHlvdXIgaW5ib3ggZm9yIGNvbmZpcm1hdGlvbiFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NDoiZTMwPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjg4OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMTdcIiB3aWR0aD1cIjk0MFwiXTxoMiBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3BhbiBzdHlsZT1cImNvbG9yOiAjNDI1MDYzO1wiPllvdVwncmUgwqAzLVN0ZXBzIEF3YXkgdG8KR2V0dGluZyBTdGFydGVkIFdpdGggWW91ciBUcmFkaW5nIFN5c3RlbSBGcmVlIFRyaWFswqA8L3NwYW4+PC9oMj4KPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU5MjoiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCI1XCIgY29sb3I9XCIjNDI1MDYzXCJdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIkluc3RhbGxhdGlvbiAtIFRlY2ggc3VwcG9ydCBtZW1iZXIgd2lsbCB3YWxrIHlvdSB0aHJvdWdoIHRoZSBpbnN0YWxsYXRpb24sIG1ha2luZyB0aGUgcHJvY2VzcyBxdWljayBhbmQgdHJvdWJsZSBmcmVlLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiVHJhaW5pbmcgLSAgT25lLW9uLW9uZSB0cmFpbmluZyB0byBpbnN1cmUgeW91IGxlYXJuIGFsbCB0aGUgdHJhZGluZyBzeXN0ZW0gaGFzIHRvIG9mZmVyLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiM1wiIGhlYWRsaW5lPVwiTGl2ZSBUcmFkaW5nIFJvb20gLSBFeHBlcmllbmNlIHRoZSBwb3dlciBvZiBtYXJrZXQgaW50ZWxsaWdlbmNlIGluIHJlYWwgbWFya2V0IGVudmlyb25tZW50IHdpdGggUmlvc1F1YW50IG1lbWJlcnMgYW5kIGNvYWNoZXMgdG8gaW5zdXJlIHlvdSBnZXQgdGhlIG1vc3Qgb3V0IG9mIHlvdXIgZnJlZSB0cmlhbC5cIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDIzOiJbdGVzdGltb25pYWxzIHN0eWxlPVwiMlwiIG1hcmdpbl90b3A9XCJcIiBtYXJnaW5fYm90dG9tPVwiXCJdW3Rlc3RpbW9uaWFsIG5hbWU9XCJQaWVycmUgLSBOZXcgSmVyc2V5IFVTQVwiIGNvbXBhbnk9XCJSaW9zUXVhbnQgbWVtYmVyIHNpbmNlIDIwMTJcIiBocmVmPVwiXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9waWVycmUtZ2FtaWwtcGljLmpwZ1wiXTxwPlwiQ291bGQgbm90IGRvIGl0IHdpdGhvdXQgeW91Li4uIElcJ2xsIG5ldmVyIGJlIGFibGUgdG8gdGhhbmsgeW91IEVQIGFuZCBTdGV2ZSBlbm91Z2ggZm9yIHRoZSBkZWRpY2F0aW9uIHlvdSBzaG93IGFuZCB0aGUgc3VwcG9ydCB5b3Ugb2ZmZXIhXCI8L3A+Wy90ZXN0aW1vbmlhbF1bL3Rlc3RpbW9uaWFsc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMyOToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkNPTU1PRElUWSBGVVRVUkVTLCBPUFRJT05TLCBBTkQgRk9SRVggVFJBRElORyBJTlZPTFZFUyBTVUJTVEFOVElBTCBSSVNLIEFORCBJUyBOT1QgU1VJVEFCTEUgRk9SIEFMTCBJTlZFU1RPUlMuIFBBU1QgUEVSRk9STUFOQ0UgSVMgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFJFU1VMVFMuIFRFU1RJTU9OSUFMUyBBUkUgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFBFUkZPUk1BTkNFIE9SIFNVQ0NFU1MuPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','revision','2014-05-17 12:50:21'),(137,1693,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl3Cv0hhcyBwZW5zYWRvIGVuIHZpdmlyIGRlbCB0cmFkaW5nP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMDE6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdRGVzY3VicmUgc2kgcHVlZGVzIGxvZ3JhcmxvISBJbmljaWEgdW5hIHBydWViYSBncmF0dWl0YSBkZSAxNCBkw61hcy5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzY6IltpbWFnZXMgc3R5bGU9XCI1XCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjU6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzkxOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUGllcnJlLCBtaWVtYnJvIGRlIFJpb3NRdWFudCwgdG9tw7MgICQxLjYwMCBkZSB1dGlsaWRhZGVzIGVuIGxvcyBtZXJjYWRvcyBkZSBmdXR1cm9zIGVuIGRvcyBkw61hcywgMTQvMDUvMjAxNCB5IDE1LzA1LzIwMTQgY29uIDEzIG9wZXJhY2lvbnMuIMOJbCBvcGVyYSBjYWRhIG1hw7FhbmEgY29uIG90cm9zIHRyYWRlcnMgc2VtZWphbnRlcyBhIGVsIGVuIG51ZXN0cmEgc2FsYSBkZSB0cmFkaW5nIGVuIHZpdm8uIMOJbCBlcyB1biB0cmFkZXIgZGUgaW1wdWxzbyB5IHV0aWxpemEgbG9zIHNpc3RlbWFzIHByZWRpY3Rpdm9zIGRlIHRyYWRpbmcgZGUgUmlvc1F1YW50Li4mbmJzcDtbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjg6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Nzk2OiJbb3B0aW5fYm94IHN0eWxlPVwiMTFcIiB3aWR0aD1cIjQ1MFwiIG1hcmdpbl90b3A9XCIxNVwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiSW5ncmVzZSBzdSBkaXJlY2Npw7NuIGRlIGNvcnJlbyBlbGVjdHLDs25pY29cIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0NDQ2OThcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkluZ3Jlc2Ugc3Ugbm9tYnJlXCIgbmFtZV9vcmRlcj1cIjBcIiBuYW1lX3JlcXVpcmVkPVwiTlwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdU1c1bmNtVnpaU0J6ZFNCdWIyMWljbVVnZVNCbGJXRnBiQ0J3WVhKaElIUmxibVZ5SUdGalkyVnpieUJwYm5OMFlXNTB3NkZ1Wlc4dUxpND1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdVmFsb3JhbW9zIHN1IHByaXZhY2lkYWQgeSBudW5jYSBsZSBlbnZpYXJlbW9zIHNwYW1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiXUNsaWNrIHkgbHVlZ28gcmV2aXNlIHN1IGJhbmRlamEgZGUgZW50cmFkYSBwYXJhIHVuYSBjb25maXJtYWNpw7NuIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo0OiJlMzA9IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNjk6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxN1wiIHdpZHRoPVwiOTQwXCJdPGgyIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjxzcGFuIHN0eWxlPVwiY29sb3I6ICM0MjUwNjM7XCI+RXN0w6EgYSAzIFBhc29zIERlIENvbWVuemFyIFN1IFBydWViYSBHcmF0dWl0YSBkZWwgU2lzdGVtYcKgPC9zcGFuPjwvaDI+CjxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo2NDE6IltzdGVwX2dyYXBoaWNzIHN0eWxlPVwiNVwiIGNvbG9yPVwiIzQyNTA2M1wiXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIxXCIgaGVhZGxpbmU9XCIgIEluc3RhbGFjacOzbiAtIFVuIG1pZW1icm8gZGUgc29wb3J0ZSB0w6ljbmljbyBsbyBndWlhcsOhIGEgdHJhdsOpcyBkZSBsYSBpbnN0YWxhY2nDs24sIGhhY2llbmRvIGVsIHByb2Nlc28gcsOhcGlkbyB5IHNpbiBwcm9ibGVtYXMubmQgdHJvdWJsZSBmcmVlLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiRW50cmVuYW1pZW50byAtIFNlc2lvbmVzIGRlIHBlcnNvbmFsaXphZGFzIHBhcmEgYXByZW5kZXIgYSB1dGlsaXphciBlbCBzaXN0ZW1hLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiM1wiIGhlYWRsaW5lPVwiU2FsYSBkZSBUcmFkaW5nIGVuIFZpdm8gLSBFeHBlcmltZW50ZSBlbCBwb2RlciBkZSBpbnRlbGlnZW5jaWEgZGUgdHJhZGluZyBhIHRpZW1wbyByZWFsIGNvbiBsb3MgbWllbWJyb3MgeSBlbnRyZW5hZG9yZXMgZGUgUmlvc1F1YW50IHBhcmEgYXNlZ3VyYXJzZSBkZSBvYnRlbmVyIGVsIG3DoXhpbW8gcHJvdmVjaG8gZGUgdHUgcHJ1ZWJhIGdyYXR1aXRhLlwiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0NDY6Ilt0ZXN0aW1vbmlhbHMgc3R5bGU9XCIyXCIgbWFyZ2luX3RvcD1cIlwiIG1hcmdpbl9ib3R0b209XCJcIl1bdGVzdGltb25pYWwgbmFtZT1cIlBpZXJyZSAtIE5ldyBKZXJzZXkgVVNBXCIgY29tcGFueT1cIk1pZW1icm8gZGUgUmlvc1F1YW50IGRlc2RlIDIwMTJcIiBocmVmPVwiXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9waWVycmUtZ2FtaWwtcGljLmpwZ1wiXTxwPlwiTm8gcG9kcsOtYSBoYWJlcmxvIGhlY2hvIHNpbiB1c3RlZGVzLi4uIE51bmNhIHBvZHLDqSBhZ3JhZGVjZXIgbG8gc3VmaWNpZW50ZSBhIEpvZSBSaW9zLCBFUCwgeSBTdGV2ZSBwb3IgbGEgZGVkaWNhY2nDs24gcXVlIG11ZXN0cmFuIHkgZWwgYXBveW8gcXVlIG9mcmVjZW4hXCI8L3A+ClsvdGVzdGltb25pYWxdWy90ZXN0aW1vbmlhbHNdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjM7YTo0OntzOjk6InJvd19jbGFzcyI7czoyOToicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMjE6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5FWElTVEUgVU4gUklFU0dPIFNVU1RBTkNJQUwgREUgUMOJUkRJREEgRU4gTEEgTkVHT0NJQUNJw5NOIERFIEZVVFVST1MgREUgQ09NTU9ESVRJRVMsIENGRCwgT1BDSU9ORVMgWSBQUk9EVUNUT1MgREUgRElWSVNBUzwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19','revision','2014-05-17 12:54:55'),(138,1693,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl3Cv0hhcyBwZW5zYWRvIGVuIHZpdmlyIGRlbCB0cmFkaW5nP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMDE6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdRGVzY3VicmUgc2kgcHVlZGVzIGxvZ3JhcmxvISBJbmljaWEgdW5hIHBydWViYSBncmF0dWl0YSBkZSAxNCBkw61hcy5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzY6IltpbWFnZXMgc3R5bGU9XCI1XCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjU6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzkxOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUGllcnJlLCBtaWVtYnJvIGRlIFJpb3NRdWFudCwgdG9tw7MgICQxLjYwMCBkZSB1dGlsaWRhZGVzIGVuIGxvcyBtZXJjYWRvcyBkZSBmdXR1cm9zIGVuIGRvcyBkw61hcywgMTQvMDUvMjAxNCB5IDE1LzA1LzIwMTQgY29uIDEzIG9wZXJhY2lvbnMuIMOJbCBvcGVyYSBjYWRhIG1hw7FhbmEgY29uIG90cm9zIHRyYWRlcnMgc2VtZWphbnRlcyBhIGVsIGVuIG51ZXN0cmEgc2FsYSBkZSB0cmFkaW5nIGVuIHZpdm8uIMOJbCBlcyB1biB0cmFkZXIgZGUgaW1wdWxzbyB5IHV0aWxpemEgbG9zIHNpc3RlbWFzIHByZWRpY3Rpdm9zIGRlIHRyYWRpbmcgZGUgUmlvc1F1YW50Li4mbmJzcDtbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjg6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODA0OiJbb3B0aW5fYm94IHN0eWxlPVwiMTFcIiB3aWR0aD1cIjQ1MFwiIG1hcmdpbl90b3A9XCIxNVwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2RlZmF1bHQ9XCJJbmdyZXNlIHN1IGRpcmVjY2nDs24gZGUgY29ycmVvIGVsZWN0csOzbmljb1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIHJlZGlyZWN0X3VybD1cImh0dHA6Ly93d3cucmlvc3F1YW50LmNvbS9yZXF1ZXN0aW5mbz9wcm9kdWN0X2lkPTIzXCIgbmFtZV9kZWZhdWx0PVwiSW5ncmVzZSBzdSBub21icmVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1TVzVuY21WelpTQnpkU0J1YjIxaWNtVWdlU0JsYldGcGJDQndZWEpoSUhSbGJtVnlJR0ZqWTJWemJ5QnBibk4wWVc1MHc2RnVaVzh1TGk0PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1WYWxvcmFtb3Mgc3UgcHJpdmFjaWRhZCB5IG51bmNhIGxlIGVudmlhcmVtb3Mgc3BhbVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCJdQ2xpY2sgeSBsdWVnbyByZXZpc2Ugc3UgYmFuZGVqYSBkZSBlbnRyYWRhIHBhcmEgdW5hIGNvbmZpcm1hY2nDs24hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjQ6ImUzMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI2OToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE3XCIgd2lkdGg9XCI5NDBcIl08aDIgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PHNwYW4gc3R5bGU9XCJjb2xvcjogIzQyNTA2MztcIj5Fc3TDoSBhIDMgUGFzb3MgRGUgQ29tZW56YXIgU3UgUHJ1ZWJhIEdyYXR1aXRhIGRlbCBTaXN0ZW1hwqA8L3NwYW4+PC9oMj4KPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjY0MToiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCI1XCIgY29sb3I9XCIjNDI1MDYzXCJdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIiAgSW5zdGFsYWNpw7NuIC0gVW4gbWllbWJybyBkZSBzb3BvcnRlIHTDqWNuaWNvIGxvIGd1aWFyw6EgYSB0cmF2w6lzIGRlIGxhIGluc3RhbGFjacOzbiwgaGFjaWVuZG8gZWwgcHJvY2VzbyByw6FwaWRvIHkgc2luIHByb2JsZW1hcy5uZCB0cm91YmxlIGZyZWUuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIyXCIgaGVhZGxpbmU9XCJFbnRyZW5hbWllbnRvIC0gU2VzaW9uZXMgZGUgcGVyc29uYWxpemFkYXMgcGFyYSBhcHJlbmRlciBhIHV0aWxpemFyIGVsIHNpc3RlbWEuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIzXCIgaGVhZGxpbmU9XCJTYWxhIGRlIFRyYWRpbmcgZW4gVml2byAtIEV4cGVyaW1lbnRlIGVsIHBvZGVyIGRlIGludGVsaWdlbmNpYSBkZSB0cmFkaW5nIGEgdGllbXBvIHJlYWwgY29uIGxvcyBtaWVtYnJvcyB5IGVudHJlbmFkb3JlcyBkZSBSaW9zUXVhbnQgcGFyYSBhc2VndXJhcnNlIGRlIG9idGVuZXIgZWwgbcOheGltbyBwcm92ZWNobyBkZSB0dSBwcnVlYmEgZ3JhdHVpdGEuXCJdWy9zdGVwXVsvc3RlcF9ncmFwaGljc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ0NjoiW3Rlc3RpbW9uaWFscyBzdHlsZT1cIjJcIiBtYXJnaW5fdG9wPVwiXCIgbWFyZ2luX2JvdHRvbT1cIlwiXVt0ZXN0aW1vbmlhbCBuYW1lPVwiUGllcnJlIC0gTmV3IEplcnNleSBVU0FcIiBjb21wYW55PVwiTWllbWJybyBkZSBSaW9zUXVhbnQgZGVzZGUgMjAxMlwiIGhyZWY9XCJcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L3BpZXJyZS1nYW1pbC1waWMuanBnXCJdPHA+XCJObyBwb2Ryw61hIGhhYmVybG8gaGVjaG8gc2luIHVzdGVkZXMuLi4gTnVuY2EgcG9kcsOpIGFncmFkZWNlciBsbyBzdWZpY2llbnRlIGEgSm9lIFJpb3MsIEVQLCB5IFN0ZXZlIHBvciBsYSBkZWRpY2FjacOzbiBxdWUgbXVlc3RyYW4geSBlbCBhcG95byBxdWUgb2ZyZWNlbiFcIjwvcD4KWy90ZXN0aW1vbmlhbF1bL3Rlc3RpbW9uaWFsc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIyMToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkVYSVNURSBVTiBSSUVTR08gU1VTVEFOQ0lBTCBERSBQw4lSRElEQSBFTiBMQSBORUdPQ0lBQ0nDk04gREUgRlVUVVJPUyBERSBDT01NT0RJVElFUywgQ0ZELCBPUENJT05FUyBZIFBST0RVQ1RPUyBERSBESVZJU0FTPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','publish','2014-05-17 17:41:42'),(139,1726,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl3Cv0hhcyBwZW5zYWRvIGVuIHZpdmlyIGRlbCB0cmFkaW5nP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMDE6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdRGVzY3VicmUgc2kgcHVlZGVzIGxvZ3JhcmxvISBJbmljaWEgdW5hIHBydWViYSBncmF0dWl0YSBkZSAxNCBkw61hcy5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzY6IltpbWFnZXMgc3R5bGU9XCI1XCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjU6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzkxOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUGllcnJlLCBtaWVtYnJvIGRlIFJpb3NRdWFudCwgdG9tw7MgICQxLjYwMCBkZSB1dGlsaWRhZGVzIGVuIGxvcyBtZXJjYWRvcyBkZSBmdXR1cm9zIGVuIGRvcyBkw61hcywgMTQvMDUvMjAxNCB5IDE1LzA1LzIwMTQgY29uIDEzIG9wZXJhY2lvbnMuIMOJbCBvcGVyYSBjYWRhIG1hw7FhbmEgY29uIG90cm9zIHRyYWRlcnMgc2VtZWphbnRlcyBhIGVsIGVuIG51ZXN0cmEgc2FsYSBkZSB0cmFkaW5nIGVuIHZpdm8uIMOJbCBlcyB1biB0cmFkZXIgZGUgaW1wdWxzbyB5IHV0aWxpemEgbG9zIHNpc3RlbWFzIHByZWRpY3Rpdm9zIGRlIHRyYWRpbmcgZGUgUmlvc1F1YW50Li4mbmJzcDtbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjg6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Nzk2OiJbb3B0aW5fYm94IHN0eWxlPVwiMTFcIiB3aWR0aD1cIjQ1MFwiIG1hcmdpbl90b3A9XCIxNVwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiSW5ncmVzZSBzdSBkaXJlY2Npw7NuIGRlIGNvcnJlbyBlbGVjdHLDs25pY29cIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0NDQ2OThcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkluZ3Jlc2Ugc3Ugbm9tYnJlXCIgbmFtZV9vcmRlcj1cIjBcIiBuYW1lX3JlcXVpcmVkPVwiTlwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdU1c1bmNtVnpaU0J6ZFNCdWIyMWljbVVnZVNCbGJXRnBiQ0J3WVhKaElIUmxibVZ5SUdGalkyVnpieUJwYm5OMFlXNTB3NkZ1Wlc4dUxpND1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdVmFsb3JhbW9zIHN1IHByaXZhY2lkYWQgeSBudW5jYSBsZSBlbnZpYXJlbW9zIHNwYW1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiXUNsaWNrIHkgbHVlZ28gcmV2aXNlIHN1IGJhbmRlamEgZGUgZW50cmFkYSBwYXJhIHVuYSBjb25maXJtYWNpw7NuIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo0OiJlMzA9IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNjk6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxN1wiIHdpZHRoPVwiOTQwXCJdPGgyIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjxzcGFuIHN0eWxlPVwiY29sb3I6ICM0MjUwNjM7XCI+RXN0w6EgYSAzIFBhc29zIERlIENvbWVuemFyIFN1IFBydWViYSBHcmF0dWl0YSBkZWwgU2lzdGVtYcKgPC9zcGFuPjwvaDI+CjxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo2NDE6IltzdGVwX2dyYXBoaWNzIHN0eWxlPVwiNVwiIGNvbG9yPVwiIzQyNTA2M1wiXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIxXCIgaGVhZGxpbmU9XCIgIEluc3RhbGFjacOzbiAtIFVuIG1pZW1icm8gZGUgc29wb3J0ZSB0w6ljbmljbyBsbyBndWlhcsOhIGEgdHJhdsOpcyBkZSBsYSBpbnN0YWxhY2nDs24sIGhhY2llbmRvIGVsIHByb2Nlc28gcsOhcGlkbyB5IHNpbiBwcm9ibGVtYXMubmQgdHJvdWJsZSBmcmVlLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiRW50cmVuYW1pZW50byAtIFNlc2lvbmVzIGRlIHBlcnNvbmFsaXphZGFzIHBhcmEgYXByZW5kZXIgYSB1dGlsaXphciBlbCBzaXN0ZW1hLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiM1wiIGhlYWRsaW5lPVwiU2FsYSBkZSBUcmFkaW5nIGVuIFZpdm8gLSBFeHBlcmltZW50ZSBlbCBwb2RlciBkZSBpbnRlbGlnZW5jaWEgZGUgdHJhZGluZyBhIHRpZW1wbyByZWFsIGNvbiBsb3MgbWllbWJyb3MgeSBlbnRyZW5hZG9yZXMgZGUgUmlvc1F1YW50IHBhcmEgYXNlZ3VyYXJzZSBkZSBvYnRlbmVyIGVsIG3DoXhpbW8gcHJvdmVjaG8gZGUgdHUgcHJ1ZWJhIGdyYXR1aXRhLlwiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0NDY6Ilt0ZXN0aW1vbmlhbHMgc3R5bGU9XCIyXCIgbWFyZ2luX3RvcD1cIlwiIG1hcmdpbl9ib3R0b209XCJcIl1bdGVzdGltb25pYWwgbmFtZT1cIlBpZXJyZSAtIE5ldyBKZXJzZXkgVVNBXCIgY29tcGFueT1cIk1pZW1icm8gZGUgUmlvc1F1YW50IGRlc2RlIDIwMTJcIiBocmVmPVwiXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9waWVycmUtZ2FtaWwtcGljLmpwZ1wiXTxwPlwiTm8gcG9kcsOtYSBoYWJlcmxvIGhlY2hvIHNpbiB1c3RlZGVzLi4uIE51bmNhIHBvZHLDqSBhZ3JhZGVjZXIgbG8gc3VmaWNpZW50ZSBhIEpvZSBSaW9zLCBFUCwgeSBTdGV2ZSBwb3IgbGEgZGVkaWNhY2nDs24gcXVlIG11ZXN0cmFuIHkgZWwgYXBveW8gcXVlIG9mcmVjZW4hXCI8L3A+ClsvdGVzdGltb25pYWxdWy90ZXN0aW1vbmlhbHNdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjM7YTo0OntzOjk6InJvd19jbGFzcyI7czoyOToicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMjE6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5FWElTVEUgVU4gUklFU0dPIFNVU1RBTkNJQUwgREUgUMOJUkRJREEgRU4gTEEgTkVHT0NJQUNJw5NOIERFIEZVVFVST1MgREUgQ09NTU9ESVRJRVMsIENGRCwgT1BDSU9ORVMgWSBQUk9EVUNUT1MgREUgRElWSVNBUzwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19','revision','2014-05-19 15:47:33'),(140,1726,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl3Cv0hhcyBwZW5zYWRvIGVuIHZpdmlyIGRlbCB0cmFkaW5nP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMDE6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdRGVzY3VicmUgc2kgcHVlZGVzIGxvZ3JhcmxvISBJbmljaWEgdW5hIHBydWViYSBncmF0dWl0YSBkZSAxNCBkw61hcy5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzY6IltpbWFnZXMgc3R5bGU9XCI1XCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjU6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzkxOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUGllcnJlLCBtaWVtYnJvIGRlIFJpb3NRdWFudCwgdG9tw7MgICQxLjYwMCBkZSB1dGlsaWRhZGVzIGVuIGxvcyBtZXJjYWRvcyBkZSBmdXR1cm9zIGVuIGRvcyBkw61hcywgMTQvMDUvMjAxNCB5IDE1LzA1LzIwMTQgY29uIDEzIG9wZXJhY2lvbnMuIMOJbCBvcGVyYSBjYWRhIG1hw7FhbmEgY29uIG90cm9zIHRyYWRlcnMgc2VtZWphbnRlcyBhIGVsIGVuIG51ZXN0cmEgc2FsYSBkZSB0cmFkaW5nIGVuIHZpdm8uIMOJbCBlcyB1biB0cmFkZXIgZGUgaW1wdWxzbyB5IHV0aWxpemEgbG9zIHNpc3RlbWFzIHByZWRpY3Rpdm9zIGRlIHRyYWRpbmcgZGUgUmlvc1F1YW50Li4mbmJzcDtbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjg6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Nzk2OiJbb3B0aW5fYm94IHN0eWxlPVwiMTFcIiB3aWR0aD1cIjQ1MFwiIG1hcmdpbl90b3A9XCIxNVwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiSW5ncmVzZSBzdSBkaXJlY2Npw7NuIGRlIGNvcnJlbyBlbGVjdHLDs25pY29cIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0NDgzOTRcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkluZ3Jlc2Ugc3Ugbm9tYnJlXCIgbmFtZV9vcmRlcj1cIjBcIiBuYW1lX3JlcXVpcmVkPVwiTlwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdU1c1bmNtVnpaU0J6ZFNCdWIyMWljbVVnZVNCbGJXRnBiQ0J3WVhKaElIUmxibVZ5SUdGalkyVnpieUJwYm5OMFlXNTB3NkZ1Wlc4dUxpND1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdVmFsb3JhbW9zIHN1IHByaXZhY2lkYWQgeSBudW5jYSBsZSBlbnZpYXJlbW9zIHNwYW1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiXUNsaWNrIHkgbHVlZ28gcmV2aXNlIHN1IGJhbmRlamEgZGUgZW50cmFkYSBwYXJhIHVuYSBjb25maXJtYWNpw7NuIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo0OiJlMzA9IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNjk6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxN1wiIHdpZHRoPVwiOTQwXCJdPGgyIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjxzcGFuIHN0eWxlPVwiY29sb3I6ICM0MjUwNjM7XCI+RXN0w6EgYSAzIFBhc29zIERlIENvbWVuemFyIFN1IFBydWViYSBHcmF0dWl0YSBkZWwgU2lzdGVtYcKgPC9zcGFuPjwvaDI+CjxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo2NDE6IltzdGVwX2dyYXBoaWNzIHN0eWxlPVwiNVwiIGNvbG9yPVwiIzQyNTA2M1wiXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIxXCIgaGVhZGxpbmU9XCIgIEluc3RhbGFjacOzbiAtIFVuIG1pZW1icm8gZGUgc29wb3J0ZSB0w6ljbmljbyBsbyBndWlhcsOhIGEgdHJhdsOpcyBkZSBsYSBpbnN0YWxhY2nDs24sIGhhY2llbmRvIGVsIHByb2Nlc28gcsOhcGlkbyB5IHNpbiBwcm9ibGVtYXMubmQgdHJvdWJsZSBmcmVlLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiRW50cmVuYW1pZW50byAtIFNlc2lvbmVzIGRlIHBlcnNvbmFsaXphZGFzIHBhcmEgYXByZW5kZXIgYSB1dGlsaXphciBlbCBzaXN0ZW1hLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiM1wiIGhlYWRsaW5lPVwiU2FsYSBkZSBUcmFkaW5nIGVuIFZpdm8gLSBFeHBlcmltZW50ZSBlbCBwb2RlciBkZSBpbnRlbGlnZW5jaWEgZGUgdHJhZGluZyBhIHRpZW1wbyByZWFsIGNvbiBsb3MgbWllbWJyb3MgeSBlbnRyZW5hZG9yZXMgZGUgUmlvc1F1YW50IHBhcmEgYXNlZ3VyYXJzZSBkZSBvYnRlbmVyIGVsIG3DoXhpbW8gcHJvdmVjaG8gZGUgdHUgcHJ1ZWJhIGdyYXR1aXRhLlwiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0NDU6Ilt0ZXN0aW1vbmlhbHMgc3R5bGU9XCIyXCIgbWFyZ2luX3RvcD1cIlwiIG1hcmdpbl9ib3R0b209XCJcIl1bdGVzdGltb25pYWwgbmFtZT1cIlBpZXJyZSAtIE5ldyBKZXJzZXkgVVNBXCIgY29tcGFueT1cIk1pZW1icm8gZGUgUmlvc1F1YW50IGRlc2RlIDIwMTJcIiBocmVmPVwiXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9waWVycmUtZ2FtaWwtcGljLmpwZ1wiXTxwPlwiTm8gcG9kcsOtYSBoYWJlcmxvIGhlY2hvIHNpbiB1c3RlZGVzLi4uIE51bmNhIHBvZHLDqSBhZ3JhZGVjZXIgbG8gc3VmaWNpZW50ZSBhIEpvZSBSaW9zLCBFUCwgeSBTdGV2ZSBwb3IgbGEgZGVkaWNhY2nDs24gcXVlIG11ZXN0cmFuIHkgZWwgYXBveW8gcXVlIG9mcmVjZW4hXCI8L3A+Wy90ZXN0aW1vbmlhbF1bL3Rlc3RpbW9uaWFsc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIyMToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkVYSVNURSBVTiBSSUVTR08gU1VTVEFOQ0lBTCBERSBQw4lSRElEQSBFTiBMQSBORUdPQ0lBQ0nDk04gREUgRlVUVVJPUyBERSBDT01NT0RJVElFUywgQ0ZELCBPUENJT05FUyBZIFBST0RVQ1RPUyBERSBESVZJU0FTPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','publish','2014-05-19 15:50:37'),(141,1773,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIzMToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1PcGVyZSBGdXR1cm9zIEV4aXRvc2FtZW50ZSBTb2JyZSBsb3MgSG9tYnJvcyBkZSBHaWdhbnRlc1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODI6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdcG9yIERyLiBEZWFuIEhhbmRsZXkgwqAtIMKgRnV0dXJlcyBUcnV0aCBNYWdhemluZVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE1NjoiYmFja2dyb3VuZDojZjJmMmYyO3BhZGRpbmctYm90dG9tOjIwcHg7Ym9yZGVyLXRvcC13aWR0aDoxcHg7Ym9yZGVyLWJvdHRvbS13aWR0aDoxcHg7Ym9yZGVyLXN0eWxlOnNvbGlkO2JvcmRlci10b3AtY29sb3I6I2UzZTNlMztib3JkZXItYm90dG9tLWNvbG9yOiNlM2UzZTM7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMzI6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObU1tWXlaaklpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaUxDSmliM0prWlhKWGFXUjBhQ0k2SWpFaUxDSmliM0prWlhKRGIyeHZjaUk2SWlObE0yVXpaVE1pZlE9PSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2MToiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2Z1dHVyZXMtdHJ1dGgtMjQ0eDMwMC5qcGdcIiB3aWR0aD1cIjI0NFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMxOToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXVJpb3MgUXVhbnRpdGF0aXZlwqDCoGZ1ZSBzZWxlY2Npb25hZG8gY29tbyB1bmEgZGUgbGFzIGRpZXogbWVqb3JlcyBzYWxhcyBkZSB0cmFkaW5nIGVuIG3DoXMgZGUgNDIyIHNhbGFzIGVuIHVuIHJlY2llbnRlIHJlcG9ydGUuIE9idGVuZ2EgdW5hIGNvcGlhIGdyYXR1aXRhIGRlbCBpbmZvcm1lIHkgZGVzY3VicmEgcXVlIHNhbGFzIGRlIHRyYWRpbmcgc29uIHJlbnRhYmxlcyBlbiB2aXZvIHkgY3XDoWxlcyBubyBsbyBzb24hCgo8cD4mbmJzcDs8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzA1OiJbb3B0aW5fYm94IHN0eWxlPVwiMTFcIiB3aWR0aD1cIjQ1MFwiIG1hcmdpbl90b3A9XCIxNVwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2RlZmF1bHQ9XCJJbmdyZXNlIHN1IGRpcmVjY2nDs24gZGUgY29ycmVvIGVsZWN0csOzbmljb1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIGdvdG93ZWJpbmFyPVwiYTk1MDEzOTM0MlwiIG5hbWVfZGVmYXVsdD1cIkluZ3Jlc2Ugc3Ugbm9tYnJlXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVNXNW5jbVZ6WlNCemRTQnViMjFpY21VZ2VTQmxiV0ZwYkNCd1lYSmhJSFJsYm1WeUlHRmpZMlZ6YnlCcGJuTjBZVzUwdzZGdVpXOHVMaTQ9Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVZhbG9yYW1vcyBzdSBwcml2YWNpZGFkIHkgbnVuY2EgbGUgZW52aWFyZW1vcyBzcGFtWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIl1PYnRlbmdhIEFjY2VzbyBJbnN0YW50w6FuZW8hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjQ6ImUzMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjM3NToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE3XCIgd2lkdGg9XCI5NDBcIl08aDIgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PHNwYW4gc3R5bGU9XCJjb2xvcjogIzQyNTA2MztcIj5Fc3TDoSBhIDMgUGFzb3MgUGFyYSBDb21lbnphciBDb24gTnVlc3RyYSBTYWxhIGRlIMKgIMKgIMKgIMKgIMKgIMKgIMKgVHJhZGluZyDCoDwvc3Bhbj48c3BhbiBzdHlsZT1cImNvbG9yOiAjNDI1MDYzO1wiPmVuIFZpdm88L3NwYW4+PHNwYW4gc3R5bGU9XCJjb2xvcjogIzQyNTA2MztcIj4KPC9zcGFuPjwvaDI+CjxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3MjI6IltzdGVwX2dyYXBoaWNzIHN0eWxlPVwiNVwiIGNvbG9yPVwiIzQyNTA2M1wiXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIxXCIgaGVhZGxpbmU9XCJSZXNlcnZlIHN1IGx1Z2FyIGRlIGlubWVkaWF0bywgZWwgZXNwYWNpbyBlcyBsaW1pdGFkby4gSW5ncmVzZSBzdSBjb3JyZW8gZWxlY3Ryw7NuaWNvIGhveSBwYXJhIGFzZWd1cmFyIHN1IGFjY2Vzby5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIkVsIHRyYWRpbmcgZW4gdml2byBjb21pZW56YSBkZSBsdW5lcyBhIHZpZXJuZXMgYSBsYXMgNzozMGFtIEVULCBlbCBlc3BhY2lvIGVzIGxpbWl0YWRvIGFzw60gcXVlIGluZ3Jlc2UgNSBtaW51dG9zIGFudGVzLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiM1wiIGhlYWRsaW5lPVwiIFVuYSB2ZXogZGVudHJvLCBwcmVzdGUgbXVjaGEgYXRlbmNpw7NuIHkgdmVhIGNvbW8gb3BlcmFtb3MgbG9zIG1lcmNhZG9zIGNvbiBpbm5vdmFkb3JhcyBoZXJyYW1pZW50YXMgY3VhbnRpdGF0aXZhcy4gVGVuZ2Egc3UgcGx1bWEgeSBwYXBlbCBsaXN0byBwYXJhIHRvbWFyIG5vdGFzIHkgYXByZW5kZXIgZGUgcXVlIHNlIHRyYXRhIGVsIFF1YW50IFRyYWRpbmcuIEhhZ2EgdG9kYXMgbGFzIHByZWd1bnRhcyBxdWUgcXVpZXJhLiBQcmVww6FyZXNlIHBhcmEgc2VyIHNvcnByZW5kaWRvIVwiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3ODc6Ilt0ZXN0aW1vbmlhbHMgc3R5bGU9XCIyXCIgbWFyZ2luX3RvcD1cIlwiIG1hcmdpbl9ib3R0b209XCJcIl1bdGVzdGltb25pYWwgbmFtZT1cIkRlYW4gSGFuZGxleSwgUGhELCBNQkEsIEpEXCIgY29tcGFueT1cIiBEci4gSGFuZGxleSB0aWVuZSB1biBCUy1CaW9sb2fDrWE7IE1TLUJpb2NoZW0sIFBoRC1tb2xlYyBHZW5ldGljcywgRmVsbG93c2hpcCwgdW4gTUJBIGVuIGZpbmFuemFzIHkgdW4gSnVyaXMgRG9jdG9yYXRlIChKRCkgZW4gUHJvcGllZGFkIEludGVsZWN0dWFsLiDDiWwgaGEgc2lkbyB1biB0cmFkZXIgYWN0aXZvIGRlIGZ1dHVyb3MgZHVyYW50ZSBjYXNpIGN1YXRybyBhw7Fvcy5cIiBocmVmPVwiXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9kZWFuLWhhbmRsZXkuanBnXCJdPHA+UmlvcyBRdWFudGl0YXRpdmUgLcKgwqBcIk9wZXJhbiBsYSBtYXlvciBkaXZlcnNpZGFkIGRlIGZ1dHVyb3MgZGUgw61uZGljZXMgcXVlIGhlIHZpc3RvIHkgc2UgcHJlc2VudGFuIGNvbW8gdW5hIGJvdXRpcXVlIGZpbmFuY2llcmEgZXNwZWNpYWxpemFkYSBlbiBlc3RyYXRlZ2lhcyBkZSB0cmFkaW5nIGVsZWN0csOzbmljbyAuLi4gU3UgdGVjbm9sb2fDrWEgcHJvcG9yY2lvbmEgYSB0cmFkZXJzIGFjY2VzbyBhIG3DqXRvZG9zIGlubm92YWRvcmVzIHBhcmEgc2FjYXIgcHJvdmVjaG8gZGUgbG9zIG1lcmNhZG9zIGNvbnRyb2xhbmRvIGVsIHJpZXNnby5cIjwvcD4KWy90ZXN0aW1vbmlhbF1bL3Rlc3RpbW9uaWFsc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI4MzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPk1FUkNBRE9TIERFIEZVVFVST1MsIENGRCwgT1BDSU9ORVMsIFkgRk9SRVggSU1QTElDQU4gVU4gUklFU0dPIFNVU1RBTkNJQUwgWSBOTyBFUyBBREVDVUFETyBQQVJBIFRPRE9TIExPUyBJTlZFUlNPUkVTLiBMT1MgUkVORElNSUVOVE9TIFBBU0FET1MgTk8gU09OIElORElDQVRJVk9TIERFIFJFU1VMVEFET1MgRlVUVVJPUy48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','publish','2014-06-01 15:38:51'),(142,1774,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl05MCBEYXkgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UcmFkaW5nIFByb2dyYW08L3NwYW4+IEdldCBTdGFydGVkIE5vdy5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU1OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTUwXCIgaGVpZ2h0PVwiMzA5XCIgYWxpZ249XCJsZWZ0XCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RRd01qVXdNemd1YUdRdWJYQTBQM005TkRRek5ERXpZelkxTW1NNU1qRm1OR1kxTWpNd1lqUTNNemcxWkRRMk5qTT1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdTGVhcm4gSG93IHRvIEJlY29tZSBhIFF1YW50IFRyYWRlclsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ5MToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiNlZWViZGRcIiBib3R0b21fcGFkZGluZz1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMzY0XCIgbGluZV9oZWlnaHQ9XCIyMlwiXUR1cmluZyB0aGlzIDkwIGRheSB0cmFpbmluZyBwcm9ncmFtIHlvdSB3aWxsIHJlY2VpdmUgY29tcHJlaGVuc2l2ZSB0cmFpbmluZyBpbmNsdWRpbmcgdGhlIGNvbmNlcHQsIG1ldGhvZHMgYW5kIHRvb2xzIGluIGFuIGVhc3kgdG8gdW5kZXJzdGFuZCBzdGVwLWJ5LXN0ZXAgZm9ybWF0LiBUaGUgZXhhY3QgbG9naWMgaXMgcmV2ZWFsZWQgd2l0aCBhbGwgdGhlIG5lY2Vzc2FyeSBydWxlcyBuZWVkZWQgZm9yIHVuZGVyc3RhbmRpbmcgYW5kIGltcGxlbWVudGluZyB0aGUgUmlvc1F1YW50IGFwcHJvYWNoIHRvIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU4ODoiW29wdGluX2JveCBzdHlsZT1cIjE0XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0MjU4MjJcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjFcIiB0ZXh0PVwiQ2xpY2sgaGVyZSBhbmQgY2hlY2sgeW91ciBpbmJveFwiIHRleHRfc2l6ZT1cIjE4XCIgdGV4dF9jb2xvcj1cIiM1MDQyMTBcIiB0ZXh0X2ZvbnQ9XCJIZWx2ZXRpY2E7ZGVmYXVsdFwiIHRleHRfYm9sZD1cIllcIiB0ZXh0X2xldHRlcl9zcGFjaW5nPVwiMFwiIHRleHRfc2hhZG93X3BhbmVsPVwiWVwiIHRleHRfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIHRleHRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgdGV4dF9zaGFkb3dfY29sb3I9XCIjZmZmZjllXCIgdGV4dF9zaGFkb3dfYmx1cj1cIjBcIiBzdHlsaW5nX3dpZHRoPVwiMTAwXCIgc3R5bGluZ19oZWlnaHQ9XCIxNFwiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPVwiI2Q2OTMwMFwiIHN0eWxpbmdfYm9yZGVyX3NpemU9XCIxXCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPVwiNlwiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9XCIxMDBcIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPVwiI2ZmY2YwYVwiIHN0eWxpbmdfZ3JhZGllbnRfZW5kX2NvbG9yPVwiI2ZmZGEyMlwiIGRyb3Bfc2hhZG93X3BhbmVsPVwiWVwiIGRyb3Bfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIGRyb3Bfc2hhZG93X2hvcml6b250YWw9XCIwXCIgZHJvcF9zaGFkb3dfYmx1cj1cIjFcIiBkcm9wX3NoYWRvd19zcHJlYWQ9XCIwXCIgZHJvcF9zaGFkb3dfY29sb3I9XCIjMDAwMDAwXCIgZHJvcF9zaGFkb3dfb3BhY2l0eT1cIjEwXCIgaW5zZXRfc2hhZG93X3BhbmVsPVwiWVwiIGluc2V0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBpbnNldF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiBpbnNldF9zaGFkb3dfYmx1cj1cIjBcIiBpbnNldF9zaGFkb3dfc3ByZWFkPVwiMFwiIGluc2V0X3NoYWRvd19jb2xvcj1cIiNmZmU1OTBcIiBpbnNldF9zaGFkb3dfb3BhY2l0eT1cIjEwMFwiIGxvY2F0aW9uPVwib3B0aW5fYm94X3N0eWxlXzE0XCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozODoiZWxlbWVudC1jb250YWluZXIgY2YgcGFkLWxlZnQgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkzOiJiYWNrZ3JvdW5kOiNmY2ZjZmM7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZmNmY2ZjKSwgY29sb3Itc3RvcCgxMDAlLCAjZjVmNWY1KSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZmNmY2ZjLCBlbmRDb2xvcnN0cj0jZjVmNWY1LCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZMlpqWm1NaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqSXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakUxSW4wPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fQ==','publish','2014-06-01 15:49:03'),(155,1776,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl3Cv0hhcyBwZW5zYWRvIGVuIHZpdmlyIGRlbCB0cmFkaW5nP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMDE6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdRGVzY3VicmUgc2kgcHVlZGVzIGxvZ3JhcmxvISBJbmljaWEgdW5hIHBydWViYSBncmF0dWl0YSBkZSAxNCBkw61hcy5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjU6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzY2OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUGllcnJlLCBtaWVtYnJvIGRlIFJpb3NRdWFudCwgdG9tw7MgICQxLjYwMCBkZSB1dGlsaWRhZGVzIGVuIGxvcyBtZXJjYWRvcyBkZSBmdXR1cm9zIGVuIGRvcyBkw61hcyBjb24gMTMgb3BlcmFjaW9ucy4gw4lsIG9wZXJhIGNhZGEgbWHDsWFuYSBjb24gb3Ryb3MgdHJhZGVycyBzZW1lamFudGVzIGEgZWwgZW4gbnVlc3RyYSBzYWxhIGRlIHRyYWRpbmcgZW4gdml2by4gw4lsIGVzIHVuIHRyYWRlciBkZSBpbXB1bHNvIHkgdXRpbGl6YSBsb3Mgc2lzdGVtYXMgcHJlZGljdGl2b3MgZGUgdHJhZGluZyBkZSBSaW9zUXVhbnQuLiZuYnNwO1svdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3NjoiW2ltYWdlcyBzdHlsZT1cIjVcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L2VxdWl0eS1jdXJ2ZS1waWVycmUuanBnXCIgd2lkdGg9XCI4MDhcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2ODoiW2ltYWdlcyBzdHlsZT1cIjBcIiBsYXJnZV9pbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L2VxdWl0eS1jdXJ2ZS1waWVycmUuanBnXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNzQ6Ilt2aWRlb19wbGF5ZXIgdHlwZT1cInVybFwiIGF1dG9fcGxheT1cIllcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTYwXCIgaGVpZ2h0PVwiMzE1XCIgYWxpZ249XCJjZW50ZXJcIiBtYXJnaW5fdG9wPVwiMFwiIG1hcmdpbl9ib3R0b209XCIyMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1Rjd05EZzBOVGN1YUdRdWJYQTBQM005T0dGa1lXUTRNRE5pWkRkak5tVmlNR00wT0RKa056QTFaREUwTm1SbE56az1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc2NDoiW29wdGluX2JveCBzdHlsZT1cIjExXCIgd2lkdGg9XCI0NTBcIiBtYXJnaW5fdG9wPVwiMTVcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9maWVsZD1cImVtYWlsXCIgZW1haWxfZGVmYXVsdD1cIkluZ3Jlc2Ugc3UgZGlyZWNjacOzbiBkZSBjb3JyZW8gZWxlY3Ryw7NuaWNvXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNDQ0Njk4XCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJJbmdyZXNlIHN1IG5vbWJyZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVJYTjBZU0JsY3lCc1lTQm9hWE4wYjNKcFlTQmtaU0JRYVdWeWNtVWdJSFpwWkdWdlsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1WYWxvcmFtb3Mgc3UgcHJpdmFjaWRhZCB5IG51bmNhIGxlIGVudmlhcmVtb3Mgc3BhbVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCJdQ2xpY2sgeSBsdWVnbyByZXZpc2Ugc3UgYmFuZGVqYSBkZSBlbnRyYWRhIHBhcmEgdW5hIGNvbmZpcm1hY2nDs24hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjQ6ImUzMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI2OToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE3XCIgd2lkdGg9XCI5NDBcIl08aDIgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PHNwYW4gc3R5bGU9XCJjb2xvcjogIzQyNTA2MztcIj5Fc3TDoSBhIDMgUGFzb3MgRGUgQ29tZW56YXIgU3UgUHJ1ZWJhIEdyYXR1aXRhIGRlbCBTaXN0ZW1hwqA8L3NwYW4+PC9oMj4KPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjY0MToiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCI1XCIgY29sb3I9XCIjNDI1MDYzXCJdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIiAgSW5zdGFsYWNpw7NuIC0gVW4gbWllbWJybyBkZSBzb3BvcnRlIHTDqWNuaWNvIGxvIGd1aWFyw6EgYSB0cmF2w6lzIGRlIGxhIGluc3RhbGFjacOzbiwgaGFjaWVuZG8gZWwgcHJvY2VzbyByw6FwaWRvIHkgc2luIHByb2JsZW1hcy5uZCB0cm91YmxlIGZyZWUuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIyXCIgaGVhZGxpbmU9XCJFbnRyZW5hbWllbnRvIC0gU2VzaW9uZXMgZGUgcGVyc29uYWxpemFkYXMgcGFyYSBhcHJlbmRlciBhIHV0aWxpemFyIGVsIHNpc3RlbWEuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIzXCIgaGVhZGxpbmU9XCJTYWxhIGRlIFRyYWRpbmcgZW4gVml2byAtIEV4cGVyaW1lbnRlIGVsIHBvZGVyIGRlIGludGVsaWdlbmNpYSBkZSB0cmFkaW5nIGEgdGllbXBvIHJlYWwgY29uIGxvcyBtaWVtYnJvcyB5IGVudHJlbmFkb3JlcyBkZSBSaW9zUXVhbnQgcGFyYSBhc2VndXJhcnNlIGRlIG9idGVuZXIgZWwgbcOheGltbyBwcm92ZWNobyBkZSB0dSBwcnVlYmEgZ3JhdHVpdGEuXCJdWy9zdGVwXVsvc3RlcF9ncmFwaGljc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ0NToiW3Rlc3RpbW9uaWFscyBzdHlsZT1cIjJcIiBtYXJnaW5fdG9wPVwiXCIgbWFyZ2luX2JvdHRvbT1cIlwiXVt0ZXN0aW1vbmlhbCBuYW1lPVwiUGllcnJlIC0gTmV3IEplcnNleSBVU0FcIiBjb21wYW55PVwiTWllbWJybyBkZSBSaW9zUXVhbnQgZGVzZGUgMjAxMlwiIGhyZWY9XCJcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L3BpZXJyZS1nYW1pbC1waWMuanBnXCJdPHA+XCJObyBwb2Ryw61hIGhhYmVybG8gaGVjaG8gc2luIHVzdGVkZXMuLi4gTnVuY2EgcG9kcsOpIGFncmFkZWNlciBsbyBzdWZpY2llbnRlIGEgSm9lIFJpb3MsIEVQLCB5IFN0ZXZlIHBvciBsYSBkZWRpY2FjacOzbiBxdWUgbXVlc3RyYW4geSBlbCBhcG95byBxdWUgb2ZyZWNlbiFcIjwvcD5bL3Rlc3RpbW9uaWFsXVsvdGVzdGltb25pYWxzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6MzA6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo5OTY6IltvcHRpbl9ib3ggc3R5bGU9XCI2XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJudWxsXCIgZW1haWxfZGVmYXVsdD1cIkluZ3Jlc2EgdHUgY29ycmVvIGVsZWN0csOzbmljb1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJjdXN0b21cIiBkb3VibGVfb3B0aW49XCJZXCIgbmFtZV9kZWZhdWx0PVwiSW5ncmVzZSBzdSBub21icmVcIl1bb3B0aW5fYm94X2NvZGVdPGRpdiBzdHlsZT1cImRpc3BsYXk6bm9uZVwiPjwvZGl2Plsvb3B0aW5fYm94X2NvZGVdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1IZXJlXCdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVVtVnpaWEoyWlNCemRTQnNkV2RoY2lCa1pTQnBibTFsWkdsaGRHOHNJR1ZzSUdWemNHRmphVzhnWlhNZ2JHbHRhWFJoWkc4dUlFbHVaM0psYzJVZ2MzVWdZMjl5Y21WdklHVnNaV04wY3NPemJtbGpieUJvYjNrZ2NHRnlZU0JoYzJWbmRYSmhjaUJ6ZFNCaFkyTmxjMjh1SUVWc0lIUnlZV1JwYm1jZ1pXNGdkbWwyYnlCamIyMXBaVzU2WVNCa1pTQnNkVzVsY3lCaElIWnBaWEp1WlhNZ1lTQnNZWE1nTnpvek1HRnRJRVZVTENCbGJDQmxjM0JoWTJsdklHVnpJR3hwYldsMFlXUnZJR0Z6dzYwZ2NYVmxJR2x1WjNKbGMyVWdOU0J0YVc1MWRHOXpJR0Z1ZEdWekxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdVmFsb3JhbW9zIHN1IHByaXZhY2lkYWQgeSBudW5jYSBsZSBlbnZpYXJlbW9zIHNwYW1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1PYnRlbmdhIEFjY2VzbyFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTo1O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjIxOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+RVhJU1RFIFVOIFJJRVNHTyBTVVNUQU5DSUFMIERFIFDDiVJESURBIEVOIExBIE5FR09DSUFDScOTTiBERSBGVVRVUk9TIERFIENPTU1PRElUSUVTLCBDRkQsIE9QQ0lPTkVTIFkgUFJPRFVDVE9TIERFIERJVklTQVM8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','revision','2014-06-01 16:56:51'),(167,1796,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1FdmVyIHRoaW5rIG9mIHRyYWRpbmcgZm9yIGEgbGl2aW5nP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTU6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdRmluZCBvdXQgaWYgeW91IGhhdmUgd2hhdCBpdCB0YWtlcyEgU3RhcnQgYSAxNC1kYXkgZnJlZSB0cmlhbC5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzY6IltpbWFnZXMgc3R5bGU9XCI1XCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjU6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzM0OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUmlvc1F1YW50IG1lbWJlciBQaWVycmUgdG9vayAkMSw2MDAgaW4gcHJvZml0cyBmcm9tIHRoZSBmdXR1cmVzIG1hcmtldCBpbiB0d28gZGF5cyB3aXRoIDEzIHRyYWRlcy4gSGUgdHJhZGVzIGV2ZXJ5IG1vcm5pbmcgd2l0aCBvdGhlciBsaWtlLW1pbmRlZCB0cmFkZXJzIGluIG91ciBsaXZlIG9ubGluZSB0cmFkaW5nIHJvb20uIEhlIGlzIGEgbW9tZW50dW0gdHJhZGVyIGFuZCB1c2VzIHRoZSBSaW9zUXVhbnQgZm9yd2FyZC1sb29raW5nIHRyYWRpbmcgc3lzdGVtcy4mbmJzcDtbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjg6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzQzOiJbb3B0aW5fYm94IHN0eWxlPVwiMTFcIiB3aWR0aD1cIjQ1MFwiIG1hcmdpbl90b3A9XCIxNVwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNDQ0Njk4XCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1SVzUwWlhJZ2VXOTFjaUJ1WVcxbElHRnVaQ0JsYldGcGJDQmlaV3h2ZHlCMGJ5Qm5aWFFnYzNSaGNuUmxaQzR1TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIl1DbGljayB0aGVuIGNoZWNrIHlvdXIgaW5ib3ggZm9yIGNvbmZpcm1hdGlvbiFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NDoiZTMwPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjg4OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMTdcIiB3aWR0aD1cIjk0MFwiXTxoMiBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3BhbiBzdHlsZT1cImNvbG9yOiAjNDI1MDYzO1wiPllvdVwncmUgwqAzLVN0ZXBzIEF3YXkgdG8KR2V0dGluZyBTdGFydGVkIFdpdGggWW91ciBUcmFkaW5nIFN5c3RlbSBGcmVlIFRyaWFswqA8L3NwYW4+PC9oMj4KPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU5MjoiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCI1XCIgY29sb3I9XCIjNDI1MDYzXCJdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIkluc3RhbGxhdGlvbiAtIFRlY2ggc3VwcG9ydCBtZW1iZXIgd2lsbCB3YWxrIHlvdSB0aHJvdWdoIHRoZSBpbnN0YWxsYXRpb24sIG1ha2luZyB0aGUgcHJvY2VzcyBxdWljayBhbmQgdHJvdWJsZSBmcmVlLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiVHJhaW5pbmcgLSAgT25lLW9uLW9uZSB0cmFpbmluZyB0byBpbnN1cmUgeW91IGxlYXJuIGFsbCB0aGUgdHJhZGluZyBzeXN0ZW0gaGFzIHRvIG9mZmVyLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiM1wiIGhlYWRsaW5lPVwiTGl2ZSBUcmFkaW5nIFJvb20gLSBFeHBlcmllbmNlIHRoZSBwb3dlciBvZiBtYXJrZXQgaW50ZWxsaWdlbmNlIGluIHJlYWwgbWFya2V0IGVudmlyb25tZW50IHdpdGggUmlvc1F1YW50IG1lbWJlcnMgYW5kIGNvYWNoZXMgdG8gaW5zdXJlIHlvdSBnZXQgdGhlIG1vc3Qgb3V0IG9mIHlvdXIgZnJlZSB0cmlhbC5cIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDIzOiJbdGVzdGltb25pYWxzIHN0eWxlPVwiMlwiIG1hcmdpbl90b3A9XCJcIiBtYXJnaW5fYm90dG9tPVwiXCJdW3Rlc3RpbW9uaWFsIG5hbWU9XCJQaWVycmUgLSBOZXcgSmVyc2V5IFVTQVwiIGNvbXBhbnk9XCJSaW9zUXVhbnQgbWVtYmVyIHNpbmNlIDIwMTJcIiBocmVmPVwiXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9waWVycmUtZ2FtaWwtcGljLmpwZ1wiXTxwPlwiQ291bGQgbm90IGRvIGl0IHdpdGhvdXQgeW91Li4uIElcJ2xsIG5ldmVyIGJlIGFibGUgdG8gdGhhbmsgeW91IEVQIGFuZCBTdGV2ZSBlbm91Z2ggZm9yIHRoZSBkZWRpY2F0aW9uIHlvdSBzaG93IGFuZCB0aGUgc3VwcG9ydCB5b3Ugb2ZmZXIhXCI8L3A+Wy90ZXN0aW1vbmlhbF1bL3Rlc3RpbW9uaWFsc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMyOToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkNPTU1PRElUWSBGVVRVUkVTLCBPUFRJT05TLCBBTkQgRk9SRVggVFJBRElORyBJTlZPTFZFUyBTVUJTVEFOVElBTCBSSVNLIEFORCBJUyBOT1QgU1VJVEFCTEUgRk9SIEFMTCBJTlZFU1RPUlMuIFBBU1QgUEVSRk9STUFOQ0UgSVMgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFJFU1VMVFMuIFRFU1RJTU9OSUFMUyBBUkUgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFBFUkZPUk1BTkNFIE9SIFNVQ0NFU1MuPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','revision','2014-06-08 18:12:23'),(168,1796,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1FdmVyIHRoaW5rIG9mIHRyYWRpbmcgZm9yIGEgbGl2aW5nP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTU6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdRmluZCBvdXQgaWYgeW91IGhhdmUgd2hhdCBpdCB0YWtlcyEgU3RhcnQgYSAxNC1kYXkgZnJlZSB0cmlhbC5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzY6IltpbWFnZXMgc3R5bGU9XCI1XCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjU6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzM0OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUmlvc1F1YW50IG1lbWJlciBQaWVycmUgdG9vayAkMSw2MDAgaW4gcHJvZml0cyBmcm9tIHRoZSBmdXR1cmVzIG1hcmtldCBpbiB0d28gZGF5cyB3aXRoIDEzIHRyYWRlcy4gSGUgdHJhZGVzIGV2ZXJ5IG1vcm5pbmcgd2l0aCBvdGhlciBsaWtlLW1pbmRlZCB0cmFkZXJzIGluIG91ciBsaXZlIG9ubGluZSB0cmFkaW5nIHJvb20uIEhlIGlzIGEgbW9tZW50dW0gdHJhZGVyIGFuZCB1c2VzIHRoZSBSaW9zUXVhbnQgZm9yd2FyZC1sb29raW5nIHRyYWRpbmcgc3lzdGVtcy4mbmJzcDtbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjg6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzQzOiJbb3B0aW5fYm94IHN0eWxlPVwiMTFcIiB3aWR0aD1cIjQ1MFwiIG1hcmdpbl90b3A9XCIxNVwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNDQ0Njk4XCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1SVzUwWlhJZ2VXOTFjaUJ1WVcxbElHRnVaQ0JsYldGcGJDQmlaV3h2ZHlCMGJ5Qm5aWFFnYzNSaGNuUmxaQzR1TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIl1DbGljayB0aGVuIGNoZWNrIHlvdXIgaW5ib3ggZm9yIGNvbmZpcm1hdGlvbiFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjc0OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiBhdXRvX3BsYXk9XCJZXCIgdXJsMT1cIlwiIHVybDI9XCJcIiB3aWR0aD1cIjU2MFwiIGhlaWdodD1cIjMxNVwiIGFsaWduPVwiY2VudGVyXCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMjBcIl1hSFIwY0RvdkwzQnNZWGxsY2k1MmFXMWxieTVqYjIwdlpYaDBaWEp1WVd3dk9UYzJOakkzTlRFdWMyUXViWEEwUDNNOVlXVTVPRGsxTXpFNFlqVXhaRGsxTmpVM1kySTNORE5rTVdVeU1tUTRZVE09Wy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo0OiJlMzA9IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyODg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxN1wiIHdpZHRoPVwiOTQwXCJdPGgyIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjxzcGFuIHN0eWxlPVwiY29sb3I6ICM0MjUwNjM7XCI+WW91XCdyZSDCoDMtU3RlcHMgQXdheSB0bwpHZXR0aW5nIFN0YXJ0ZWQgV2l0aCBZb3VyIFRyYWRpbmcgU3lzdGVtIEZyZWUgVHJpYWzCoDwvc3Bhbj48L2gyPgo8cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTkyOiJbc3RlcF9ncmFwaGljcyBzdHlsZT1cIjVcIiBjb2xvcj1cIiM0MjUwNjNcIl1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMVwiIGhlYWRsaW5lPVwiSW5zdGFsbGF0aW9uIC0gVGVjaCBzdXBwb3J0IG1lbWJlciB3aWxsIHdhbGsgeW91IHRocm91Z2ggdGhlIGluc3RhbGxhdGlvbiwgbWFraW5nIHRoZSBwcm9jZXNzIHF1aWNrIGFuZCB0cm91YmxlIGZyZWUuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIyXCIgaGVhZGxpbmU9XCJUcmFpbmluZyAtICBPbmUtb24tb25lIHRyYWluaW5nIHRvIGluc3VyZSB5b3UgbGVhcm4gYWxsIHRoZSB0cmFkaW5nIHN5c3RlbSBoYXMgdG8gb2ZmZXIuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIzXCIgaGVhZGxpbmU9XCJMaXZlIFRyYWRpbmcgUm9vbSAtIEV4cGVyaWVuY2UgdGhlIHBvd2VyIG9mIG1hcmtldCBpbnRlbGxpZ2VuY2UgaW4gcmVhbCBtYXJrZXQgZW52aXJvbm1lbnQgd2l0aCBSaW9zUXVhbnQgbWVtYmVycyBhbmQgY29hY2hlcyB0byBpbnN1cmUgeW91IGdldCB0aGUgbW9zdCBvdXQgb2YgeW91ciBmcmVlIHRyaWFsLlwiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0MjM6Ilt0ZXN0aW1vbmlhbHMgc3R5bGU9XCIyXCIgbWFyZ2luX3RvcD1cIlwiIG1hcmdpbl9ib3R0b209XCJcIl1bdGVzdGltb25pYWwgbmFtZT1cIlBpZXJyZSAtIE5ldyBKZXJzZXkgVVNBXCIgY29tcGFueT1cIlJpb3NRdWFudCBtZW1iZXIgc2luY2UgMjAxMlwiIGhyZWY9XCJcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L3BpZXJyZS1nYW1pbC1waWMuanBnXCJdPHA+XCJDb3VsZCBub3QgZG8gaXQgd2l0aG91dCB5b3UuLi4gSVwnbGwgbmV2ZXIgYmUgYWJsZSB0byB0aGFuayB5b3UgRVAgYW5kIFN0ZXZlIGVub3VnaCBmb3IgdGhlIGRlZGljYXRpb24geW91IHNob3cgYW5kIHRoZSBzdXBwb3J0IHlvdSBvZmZlciFcIjwvcD5bL3Rlc3RpbW9uaWFsXVsvdGVzdGltb25pYWxzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzI5OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+Q09NTU9ESVRZIEZVVFVSRVMsIE9QVElPTlMsIEFORCBGT1JFWCBUUkFESU5HIElOVk9MVkVTIFNVQlNUQU5USUFMIFJJU0sgQU5EIElTIE5PVCBTVUlUQUJMRSBGT1IgQUxMIElOVkVTVE9SUy4gUEFTVCBQRVJGT1JNQU5DRSBJUyBOT1QgSU5ESUNBVElWRSBPRiBGVVRVUkUgUkVTVUxUUy4gVEVTVElNT05JQUxTIEFSRSBOT1QgSU5ESUNBVElWRSBPRiBGVVRVUkUgUEVSRk9STUFOQ0UgT1IgU1VDQ0VTUy48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','revision','2014-06-08 18:23:46'),(156,1776,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl3Cv0hhcyBwZW5zYWRvIGVuIHZpdmlyIGRlbCB0cmFkaW5nP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMDE6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdRGVzY3VicmUgc2kgcHVlZGVzIGxvZ3JhcmxvISBJbmljaWEgdW5hIHBydWViYSBncmF0dWl0YSBkZSAxNCBkw61hcy5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjU6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzY2OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUGllcnJlLCBtaWVtYnJvIGRlIFJpb3NRdWFudCwgdG9tw7MgICQxLjYwMCBkZSB1dGlsaWRhZGVzIGVuIGxvcyBtZXJjYWRvcyBkZSBmdXR1cm9zIGVuIGRvcyBkw61hcyBjb24gMTMgb3BlcmFjaW9ucy4gw4lsIG9wZXJhIGNhZGEgbWHDsWFuYSBjb24gb3Ryb3MgdHJhZGVycyBzZW1lamFudGVzIGEgZWwgZW4gbnVlc3RyYSBzYWxhIGRlIHRyYWRpbmcgZW4gdml2by4gw4lsIGVzIHVuIHRyYWRlciBkZSBpbXB1bHNvIHkgdXRpbGl6YSBsb3Mgc2lzdGVtYXMgcHJlZGljdGl2b3MgZGUgdHJhZGluZyBkZSBSaW9zUXVhbnQuLiZuYnNwO1svdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3NjoiW2ltYWdlcyBzdHlsZT1cIjVcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L2VxdWl0eS1jdXJ2ZS1waWVycmUuanBnXCIgd2lkdGg9XCI4MDhcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2ODoiW2ltYWdlcyBzdHlsZT1cIjBcIiBsYXJnZV9pbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L2VxdWl0eS1jdXJ2ZS1waWVycmUuanBnXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNzQ6Ilt2aWRlb19wbGF5ZXIgdHlwZT1cInVybFwiIGF1dG9fcGxheT1cIllcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTYwXCIgaGVpZ2h0PVwiMzE1XCIgYWxpZ249XCJjZW50ZXJcIiBtYXJnaW5fdG9wPVwiMFwiIG1hcmdpbl9ib3R0b209XCIyMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1Rjd05EZzBOVGN1YUdRdWJYQTBQM005T0dGa1lXUTRNRE5pWkRkak5tVmlNR00wT0RKa056QTFaREUwTm1SbE56az1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc2NDoiW29wdGluX2JveCBzdHlsZT1cIjExXCIgd2lkdGg9XCI0NTBcIiBtYXJnaW5fdG9wPVwiMTVcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9maWVsZD1cImVtYWlsXCIgZW1haWxfZGVmYXVsdD1cIkluZ3Jlc2Ugc3UgZGlyZWNjacOzbiBkZSBjb3JyZW8gZWxlY3Ryw7NuaWNvXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNDQ0Njk4XCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJJbmdyZXNlIHN1IG5vbWJyZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVJYTjBZU0JsY3lCc1lTQm9hWE4wYjNKcFlTQmtaU0JRYVdWeWNtVWdJSFpwWkdWdlsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1WYWxvcmFtb3Mgc3UgcHJpdmFjaWRhZCB5IG51bmNhIGxlIGVudmlhcmVtb3Mgc3BhbVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCJdQ2xpY2sgeSBsdWVnbyByZXZpc2Ugc3UgYmFuZGVqYSBkZSBlbnRyYWRhIHBhcmEgdW5hIGNvbmZpcm1hY2nDs24hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjQ6ImUzMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI2OToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE3XCIgd2lkdGg9XCI5NDBcIl08aDIgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PHNwYW4gc3R5bGU9XCJjb2xvcjogIzQyNTA2MztcIj5Fc3TDoSBhIDMgUGFzb3MgRGUgQ29tZW56YXIgU3UgUHJ1ZWJhIEdyYXR1aXRhIGRlbCBTaXN0ZW1hwqA8L3NwYW4+PC9oMj4KPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjY0MToiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCI1XCIgY29sb3I9XCIjNDI1MDYzXCJdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIiAgSW5zdGFsYWNpw7NuIC0gVW4gbWllbWJybyBkZSBzb3BvcnRlIHTDqWNuaWNvIGxvIGd1aWFyw6EgYSB0cmF2w6lzIGRlIGxhIGluc3RhbGFjacOzbiwgaGFjaWVuZG8gZWwgcHJvY2VzbyByw6FwaWRvIHkgc2luIHByb2JsZW1hcy5uZCB0cm91YmxlIGZyZWUuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIyXCIgaGVhZGxpbmU9XCJFbnRyZW5hbWllbnRvIC0gU2VzaW9uZXMgZGUgcGVyc29uYWxpemFkYXMgcGFyYSBhcHJlbmRlciBhIHV0aWxpemFyIGVsIHNpc3RlbWEuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIzXCIgaGVhZGxpbmU9XCJTYWxhIGRlIFRyYWRpbmcgZW4gVml2byAtIEV4cGVyaW1lbnRlIGVsIHBvZGVyIGRlIGludGVsaWdlbmNpYSBkZSB0cmFkaW5nIGEgdGllbXBvIHJlYWwgY29uIGxvcyBtaWVtYnJvcyB5IGVudHJlbmFkb3JlcyBkZSBSaW9zUXVhbnQgcGFyYSBhc2VndXJhcnNlIGRlIG9idGVuZXIgZWwgbcOheGltbyBwcm92ZWNobyBkZSB0dSBwcnVlYmEgZ3JhdHVpdGEuXCJdWy9zdGVwXVsvc3RlcF9ncmFwaGljc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ0NToiW3Rlc3RpbW9uaWFscyBzdHlsZT1cIjJcIiBtYXJnaW5fdG9wPVwiXCIgbWFyZ2luX2JvdHRvbT1cIlwiXVt0ZXN0aW1vbmlhbCBuYW1lPVwiUGllcnJlIC0gTmV3IEplcnNleSBVU0FcIiBjb21wYW55PVwiTWllbWJybyBkZSBSaW9zUXVhbnQgZGVzZGUgMjAxMlwiIGhyZWY9XCJcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L3BpZXJyZS1nYW1pbC1waWMuanBnXCJdPHA+XCJObyBwb2Ryw61hIGhhYmVybG8gaGVjaG8gc2luIHVzdGVkZXMuLi4gTnVuY2EgcG9kcsOpIGFncmFkZWNlciBsbyBzdWZpY2llbnRlIGEgSm9lIFJpb3MsIEVQLCB5IFN0ZXZlIHBvciBsYSBkZWRpY2FjacOzbiBxdWUgbXVlc3RyYW4geSBlbCBhcG95byBxdWUgb2ZyZWNlbiFcIjwvcD5bL3Rlc3RpbW9uaWFsXVsvdGVzdGltb25pYWxzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6MzA6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo5OTY6IltvcHRpbl9ib3ggc3R5bGU9XCI2XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJudWxsXCIgZW1haWxfZGVmYXVsdD1cIkluZ3Jlc2EgdHUgY29ycmVvIGVsZWN0csOzbmljb1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJjdXN0b21cIiBkb3VibGVfb3B0aW49XCJZXCIgbmFtZV9kZWZhdWx0PVwiSW5ncmVzZSBzdSBub21icmVcIl1bb3B0aW5fYm94X2NvZGVdPGRpdiBzdHlsZT1cImRpc3BsYXk6bm9uZVwiPjwvZGl2Plsvb3B0aW5fYm94X2NvZGVdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1IZXJlXCdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVVtVnpaWEoyWlNCemRTQnNkV2RoY2lCa1pTQnBibTFsWkdsaGRHOHNJR1ZzSUdWemNHRmphVzhnWlhNZ2JHbHRhWFJoWkc4dUlFbHVaM0psYzJVZ2MzVWdZMjl5Y21WdklHVnNaV04wY3NPemJtbGpieUJvYjNrZ2NHRnlZU0JoYzJWbmRYSmhjaUJ6ZFNCaFkyTmxjMjh1SUVWc0lIUnlZV1JwYm1jZ1pXNGdkbWwyYnlCamIyMXBaVzU2WVNCa1pTQnNkVzVsY3lCaElIWnBaWEp1WlhNZ1lTQnNZWE1nTnpvek1HRnRJRVZVTENCbGJDQmxjM0JoWTJsdklHVnpJR3hwYldsMFlXUnZJR0Z6dzYwZ2NYVmxJR2x1WjNKbGMyVWdOU0J0YVc1MWRHOXpJR0Z1ZEdWekxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdVmFsb3JhbW9zIHN1IHByaXZhY2lkYWQgeSBudW5jYSBsZSBlbnZpYXJlbW9zIHNwYW1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1PYnRlbmdhIEFjY2VzbyFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDY4OiJbaW1nX3RleHRfYXNpZGUgc3R5bGU9XCIyXCIgaW1hZ2U9XCJcIiBpbWFnZV9hbGlnbm1lbnQ9XCJsZWZ0XCIgaGVhZGxpbmU9XCJPcGVyZSBGdXR1cm9zIEV4aXRvc2FtZW50ZSBTb2JyZSBsb3MgSG9tYnJvcyBkZSBHaWdhbnRlc1wiIHRleHQ9XCItIHBvciBEci4gRGVhbiBIYW5kbGV5CkZ1dHVyZXMgVHJ1dGggTWFnYXppbmUKUmlvcyBRdWFudGl0YXRpdmUgIGZ1ZSBzZWxlY2Npb25hZG8gY29tbyB1bmEgZGUgbGFzIGRpZXogbWVqb3JlcyBzYWxhcyBkZSB0cmFkaW5nIGVuIG3DoXMgZGUgNDIyIHNhbGFzIGVuIHVuIHJlY2llbnRlIHJlcG9ydGUuIE9idGVuZ2EgdW5hIGNvcGlhIGdyYXR1aXRhIGRlbCBpbmZvcm1lIHkgZGVzY3VicmEgcXVlIHNhbGFzIGRlIHRyYWRpbmcgc29uIHJlbnRhYmxlcyBlbiB2aXZvIHkgY3XDoWxlcyBubyBsbyBzb24hXCIgYWxpZ25tZW50PVwiY2VudGVyXCJdWy9pbWdfdGV4dF9hc2lkZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU1MToiW2ltZ190ZXh0X2FzaWRlIHN0eWxlPVwiMlwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvZnV0dXJlcy10cnV0aC0yNDR4MzAwLmpwZ1wiIGltYWdlX2FsaWdubWVudD1cImxlZnRcIiBoZWFkbGluZT1cIk9wZXJlIEZ1dHVyb3MgRXhpdG9zYW1lbnRlIFNvYnJlIGxvcyBIb21icm9zIGRlIEdpZ2FudGVzXCIgdGV4dD1cIi0gcG9yIERyLiBEZWFuIEhhbmRsZXkKIEZ1dHVyZXMgVHJ1dGggTWFnYXppbmUKUmlvcyBRdWFudGl0YXRpdmUgIGZ1ZSBzZWxlY2Npb25hZG8gY29tbyB1bmEgZGUgbGFzIGRpZXogbWVqb3JlcyBzYWxhcyBkZSB0cmFkaW5nIGVuIG3DoXMgZGUgNDIyIHNhbGFzIGVuIHVuIHJlY2llbnRlIHJlcG9ydGUuIE9idGVuZ2EgdW5hIGNvcGlhIGdyYXR1aXRhIGRlbCBpbmZvcm1lIHkgZGVzY3VicmEgcXVlIHNhbGFzIGRlIHRyYWRpbmcgc29uIHJlbnRhYmxlcyBlbiB2aXZvIHkgY3XDoWxlcyBubyBsbyBzb24hXCIgYWxpZ25tZW50PVwiY2VudGVyXCJdWy9pbWdfdGV4dF9hc2lkZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6NTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIyMToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkVYSVNURSBVTiBSSUVTR08gU1VTVEFOQ0lBTCBERSBQw4lSRElEQSBFTiBMQSBORUdPQ0lBQ0nDk04gREUgRlVUVVJPUyBERSBDT01NT0RJVElFUywgQ0ZELCBPUENJT05FUyBZIFBST0RVQ1RPUyBERSBESVZJU0FTPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','revision','2014-06-01 17:01:52'),(157,1776,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl3Cv0hhcyBwZW5zYWRvIGVuIHZpdmlyIGRlbCB0cmFkaW5nP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMDE6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdRGVzY3VicmUgc2kgcHVlZGVzIGxvZ3JhcmxvISBJbmljaWEgdW5hIHBydWViYSBncmF0dWl0YSBkZSAxNCBkw61hcy5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjU6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzY2OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUGllcnJlLCBtaWVtYnJvIGRlIFJpb3NRdWFudCwgdG9tw7MgICQxLjYwMCBkZSB1dGlsaWRhZGVzIGVuIGxvcyBtZXJjYWRvcyBkZSBmdXR1cm9zIGVuIGRvcyBkw61hcyBjb24gMTMgb3BlcmFjaW9ucy4gw4lsIG9wZXJhIGNhZGEgbWHDsWFuYSBjb24gb3Ryb3MgdHJhZGVycyBzZW1lamFudGVzIGEgZWwgZW4gbnVlc3RyYSBzYWxhIGRlIHRyYWRpbmcgZW4gdml2by4gw4lsIGVzIHVuIHRyYWRlciBkZSBpbXB1bHNvIHkgdXRpbGl6YSBsb3Mgc2lzdGVtYXMgcHJlZGljdGl2b3MgZGUgdHJhZGluZyBkZSBSaW9zUXVhbnQuLiZuYnNwO1svdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3NjoiW2ltYWdlcyBzdHlsZT1cIjVcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L2VxdWl0eS1jdXJ2ZS1waWVycmUuanBnXCIgd2lkdGg9XCI4MDhcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2ODoiW2ltYWdlcyBzdHlsZT1cIjBcIiBsYXJnZV9pbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L2VxdWl0eS1jdXJ2ZS1waWVycmUuanBnXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNzQ6Ilt2aWRlb19wbGF5ZXIgdHlwZT1cInVybFwiIGF1dG9fcGxheT1cIllcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTYwXCIgaGVpZ2h0PVwiMzE1XCIgYWxpZ249XCJjZW50ZXJcIiBtYXJnaW5fdG9wPVwiMFwiIG1hcmdpbl9ib3R0b209XCIyMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1Rjd05EZzBOVGN1YUdRdWJYQTBQM005T0dGa1lXUTRNRE5pWkRkak5tVmlNR00wT0RKa056QTFaREUwTm1SbE56az1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc2NDoiW29wdGluX2JveCBzdHlsZT1cIjExXCIgd2lkdGg9XCI0NTBcIiBtYXJnaW5fdG9wPVwiMTVcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9maWVsZD1cImVtYWlsXCIgZW1haWxfZGVmYXVsdD1cIkluZ3Jlc2Ugc3UgZGlyZWNjacOzbiBkZSBjb3JyZW8gZWxlY3Ryw7NuaWNvXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNDQ0Njk4XCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJJbmdyZXNlIHN1IG5vbWJyZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVJYTjBZU0JsY3lCc1lTQm9hWE4wYjNKcFlTQmtaU0JRYVdWeWNtVWdJSFpwWkdWdlsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1WYWxvcmFtb3Mgc3UgcHJpdmFjaWRhZCB5IG51bmNhIGxlIGVudmlhcmVtb3Mgc3BhbVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCJdQ2xpY2sgeSBsdWVnbyByZXZpc2Ugc3UgYmFuZGVqYSBkZSBlbnRyYWRhIHBhcmEgdW5hIGNvbmZpcm1hY2nDs24hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjQ6ImUzMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI2OToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE3XCIgd2lkdGg9XCI5NDBcIl08aDIgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PHNwYW4gc3R5bGU9XCJjb2xvcjogIzQyNTA2MztcIj5Fc3TDoSBhIDMgUGFzb3MgRGUgQ29tZW56YXIgU3UgUHJ1ZWJhIEdyYXR1aXRhIGRlbCBTaXN0ZW1hwqA8L3NwYW4+PC9oMj4KPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjY0MToiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCI1XCIgY29sb3I9XCIjNDI1MDYzXCJdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIiAgSW5zdGFsYWNpw7NuIC0gVW4gbWllbWJybyBkZSBzb3BvcnRlIHTDqWNuaWNvIGxvIGd1aWFyw6EgYSB0cmF2w6lzIGRlIGxhIGluc3RhbGFjacOzbiwgaGFjaWVuZG8gZWwgcHJvY2VzbyByw6FwaWRvIHkgc2luIHByb2JsZW1hcy5uZCB0cm91YmxlIGZyZWUuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIyXCIgaGVhZGxpbmU9XCJFbnRyZW5hbWllbnRvIC0gU2VzaW9uZXMgZGUgcGVyc29uYWxpemFkYXMgcGFyYSBhcHJlbmRlciBhIHV0aWxpemFyIGVsIHNpc3RlbWEuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIzXCIgaGVhZGxpbmU9XCJTYWxhIGRlIFRyYWRpbmcgZW4gVml2byAtIEV4cGVyaW1lbnRlIGVsIHBvZGVyIGRlIGludGVsaWdlbmNpYSBkZSB0cmFkaW5nIGEgdGllbXBvIHJlYWwgY29uIGxvcyBtaWVtYnJvcyB5IGVudHJlbmFkb3JlcyBkZSBSaW9zUXVhbnQgcGFyYSBhc2VndXJhcnNlIGRlIG9idGVuZXIgZWwgbcOheGltbyBwcm92ZWNobyBkZSB0dSBwcnVlYmEgZ3JhdHVpdGEuXCJdWy9zdGVwXVsvc3RlcF9ncmFwaGljc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ0NToiW3Rlc3RpbW9uaWFscyBzdHlsZT1cIjJcIiBtYXJnaW5fdG9wPVwiXCIgbWFyZ2luX2JvdHRvbT1cIlwiXVt0ZXN0aW1vbmlhbCBuYW1lPVwiUGllcnJlIC0gTmV3IEplcnNleSBVU0FcIiBjb21wYW55PVwiTWllbWJybyBkZSBSaW9zUXVhbnQgZGVzZGUgMjAxMlwiIGhyZWY9XCJcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L3BpZXJyZS1nYW1pbC1waWMuanBnXCJdPHA+XCJObyBwb2Ryw61hIGhhYmVybG8gaGVjaG8gc2luIHVzdGVkZXMuLi4gTnVuY2EgcG9kcsOpIGFncmFkZWNlciBsbyBzdWZpY2llbnRlIGEgSm9lIFJpb3MsIEVQLCB5IFN0ZXZlIHBvciBsYSBkZWRpY2FjacOzbiBxdWUgbXVlc3RyYW4geSBlbCBhcG95byBxdWUgb2ZyZWNlbiFcIjwvcD5bL3Rlc3RpbW9uaWFsXVsvdGVzdGltb25pYWxzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6MzA6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo5OTY6IltvcHRpbl9ib3ggc3R5bGU9XCI2XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJudWxsXCIgZW1haWxfZGVmYXVsdD1cIkluZ3Jlc2EgdHUgY29ycmVvIGVsZWN0csOzbmljb1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJjdXN0b21cIiBkb3VibGVfb3B0aW49XCJZXCIgbmFtZV9kZWZhdWx0PVwiSW5ncmVzZSBzdSBub21icmVcIl1bb3B0aW5fYm94X2NvZGVdPGRpdiBzdHlsZT1cImRpc3BsYXk6bm9uZVwiPjwvZGl2Plsvb3B0aW5fYm94X2NvZGVdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1IZXJlXCdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVVtVnpaWEoyWlNCemRTQnNkV2RoY2lCa1pTQnBibTFsWkdsaGRHOHNJR1ZzSUdWemNHRmphVzhnWlhNZ2JHbHRhWFJoWkc4dUlFbHVaM0psYzJVZ2MzVWdZMjl5Y21WdklHVnNaV04wY3NPemJtbGpieUJvYjNrZ2NHRnlZU0JoYzJWbmRYSmhjaUJ6ZFNCaFkyTmxjMjh1SUVWc0lIUnlZV1JwYm1jZ1pXNGdkbWwyYnlCamIyMXBaVzU2WVNCa1pTQnNkVzVsY3lCaElIWnBaWEp1WlhNZ1lTQnNZWE1nTnpvek1HRnRJRVZVTENCbGJDQmxjM0JoWTJsdklHVnpJR3hwYldsMFlXUnZJR0Z6dzYwZ2NYVmxJR2x1WjNKbGMyVWdOU0J0YVc1MWRHOXpJR0Z1ZEdWekxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdVmFsb3JhbW9zIHN1IHByaXZhY2lkYWQgeSBudW5jYSBsZSBlbnZpYXJlbW9zIHNwYW1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1PYnRlbmdhIEFjY2VzbyFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDY4OiJbaW1nX3RleHRfYXNpZGUgc3R5bGU9XCIyXCIgaW1hZ2U9XCJcIiBpbWFnZV9hbGlnbm1lbnQ9XCJsZWZ0XCIgaGVhZGxpbmU9XCJPcGVyZSBGdXR1cm9zIEV4aXRvc2FtZW50ZSBTb2JyZSBsb3MgSG9tYnJvcyBkZSBHaWdhbnRlc1wiIHRleHQ9XCItIHBvciBEci4gRGVhbiBIYW5kbGV5CkZ1dHVyZXMgVHJ1dGggTWFnYXppbmUKUmlvcyBRdWFudGl0YXRpdmUgIGZ1ZSBzZWxlY2Npb25hZG8gY29tbyB1bmEgZGUgbGFzIGRpZXogbWVqb3JlcyBzYWxhcyBkZSB0cmFkaW5nIGVuIG3DoXMgZGUgNDIyIHNhbGFzIGVuIHVuIHJlY2llbnRlIHJlcG9ydGUuIE9idGVuZ2EgdW5hIGNvcGlhIGdyYXR1aXRhIGRlbCBpbmZvcm1lIHkgZGVzY3VicmEgcXVlIHNhbGFzIGRlIHRyYWRpbmcgc29uIHJlbnRhYmxlcyBlbiB2aXZvIHkgY3XDoWxlcyBubyBsbyBzb24hXCIgYWxpZ25tZW50PVwiY2VudGVyXCJdWy9pbWdfdGV4dF9hc2lkZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU0MzoiW2ltZ190ZXh0X2FzaWRlIHN0eWxlPVwiMlwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvZnV0dXJlcy10cnV0aC5qcGdcIiBpbWFnZV9hbGlnbm1lbnQ9XCJsZWZ0XCIgaGVhZGxpbmU9XCJPcGVyZSBGdXR1cm9zIEV4aXRvc2FtZW50ZSBTb2JyZSBsb3MgSG9tYnJvcyBkZSBHaWdhbnRlc1wiIHRleHQ9XCItIHBvciBEci4gRGVhbiBIYW5kbGV5CiBGdXR1cmVzIFRydXRoIE1hZ2F6aW5lClJpb3MgUXVhbnRpdGF0aXZlICBmdWUgc2VsZWNjaW9uYWRvIGNvbW8gdW5hIGRlIGxhcyBkaWV6IG1lam9yZXMgc2FsYXMgZGUgdHJhZGluZyBlbiBtw6FzIGRlIDQyMiBzYWxhcyBlbiB1biByZWNpZW50ZSByZXBvcnRlLiBPYnRlbmdhIHVuYSBjb3BpYSBncmF0dWl0YSBkZWwgaW5mb3JtZSB5IGRlc2N1YnJhIHF1ZSBzYWxhcyBkZSB0cmFkaW5nIHNvbiByZW50YWJsZXMgZW4gdml2byB5IGN1w6FsZXMgbm8gbG8gc29uIVwiIGFsaWdubWVudD1cImNlbnRlclwiXVsvaW1nX3RleHRfYXNpZGVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjU7YTo0OntzOjk6InJvd19jbGFzcyI7czoyOToicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMjE6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5FWElTVEUgVU4gUklFU0dPIFNVU1RBTkNJQUwgREUgUMOJUkRJREEgRU4gTEEgTkVHT0NJQUNJw5NOIERFIEZVVFVST1MgREUgQ09NTU9ESVRJRVMsIENGRCwgT1BDSU9ORVMgWSBQUk9EVUNUT1MgREUgRElWSVNBUzwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19','revision','2014-06-01 17:02:57'),(158,1776,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl3Cv0hhcyBwZW5zYWRvIGVuIHZpdmlyIGRlbCB0cmFkaW5nP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMDE6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdRGVzY3VicmUgc2kgcHVlZGVzIGxvZ3JhcmxvISBJbmljaWEgdW5hIHBydWViYSBncmF0dWl0YSBkZSAxNCBkw61hcy5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjU6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzY2OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUGllcnJlLCBtaWVtYnJvIGRlIFJpb3NRdWFudCwgdG9tw7MgICQxLjYwMCBkZSB1dGlsaWRhZGVzIGVuIGxvcyBtZXJjYWRvcyBkZSBmdXR1cm9zIGVuIGRvcyBkw61hcyBjb24gMTMgb3BlcmFjaW9ucy4gw4lsIG9wZXJhIGNhZGEgbWHDsWFuYSBjb24gb3Ryb3MgdHJhZGVycyBzZW1lamFudGVzIGEgZWwgZW4gbnVlc3RyYSBzYWxhIGRlIHRyYWRpbmcgZW4gdml2by4gw4lsIGVzIHVuIHRyYWRlciBkZSBpbXB1bHNvIHkgdXRpbGl6YSBsb3Mgc2lzdGVtYXMgcHJlZGljdGl2b3MgZGUgdHJhZGluZyBkZSBSaW9zUXVhbnQuLiZuYnNwO1svdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3NjoiW2ltYWdlcyBzdHlsZT1cIjVcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L2VxdWl0eS1jdXJ2ZS1waWVycmUuanBnXCIgd2lkdGg9XCI4MDhcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2ODoiW2ltYWdlcyBzdHlsZT1cIjBcIiBsYXJnZV9pbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L2VxdWl0eS1jdXJ2ZS1waWVycmUuanBnXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNzQ6Ilt2aWRlb19wbGF5ZXIgdHlwZT1cInVybFwiIGF1dG9fcGxheT1cIllcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTYwXCIgaGVpZ2h0PVwiMzE1XCIgYWxpZ249XCJjZW50ZXJcIiBtYXJnaW5fdG9wPVwiMFwiIG1hcmdpbl9ib3R0b209XCIyMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1Rjd05EZzBOVGN1YUdRdWJYQTBQM005T0dGa1lXUTRNRE5pWkRkak5tVmlNR00wT0RKa056QTFaREUwTm1SbE56az1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc2NDoiW29wdGluX2JveCBzdHlsZT1cIjExXCIgd2lkdGg9XCI0NTBcIiBtYXJnaW5fdG9wPVwiMTVcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9maWVsZD1cImVtYWlsXCIgZW1haWxfZGVmYXVsdD1cIkluZ3Jlc2Ugc3UgZGlyZWNjacOzbiBkZSBjb3JyZW8gZWxlY3Ryw7NuaWNvXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNDQ0Njk4XCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJJbmdyZXNlIHN1IG5vbWJyZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVJYTjBZU0JsY3lCc1lTQm9hWE4wYjNKcFlTQmtaU0JRYVdWeWNtVWdJSFpwWkdWdlsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1WYWxvcmFtb3Mgc3UgcHJpdmFjaWRhZCB5IG51bmNhIGxlIGVudmlhcmVtb3Mgc3BhbVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCJdQ2xpY2sgeSBsdWVnbyByZXZpc2Ugc3UgYmFuZGVqYSBkZSBlbnRyYWRhIHBhcmEgdW5hIGNvbmZpcm1hY2nDs24hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjQ6ImUzMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI2OToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE3XCIgd2lkdGg9XCI5NDBcIl08aDIgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PHNwYW4gc3R5bGU9XCJjb2xvcjogIzQyNTA2MztcIj5Fc3TDoSBhIDMgUGFzb3MgRGUgQ29tZW56YXIgU3UgUHJ1ZWJhIEdyYXR1aXRhIGRlbCBTaXN0ZW1hwqA8L3NwYW4+PC9oMj4KPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjY0MToiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCI1XCIgY29sb3I9XCIjNDI1MDYzXCJdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIiAgSW5zdGFsYWNpw7NuIC0gVW4gbWllbWJybyBkZSBzb3BvcnRlIHTDqWNuaWNvIGxvIGd1aWFyw6EgYSB0cmF2w6lzIGRlIGxhIGluc3RhbGFjacOzbiwgaGFjaWVuZG8gZWwgcHJvY2VzbyByw6FwaWRvIHkgc2luIHByb2JsZW1hcy5uZCB0cm91YmxlIGZyZWUuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIyXCIgaGVhZGxpbmU9XCJFbnRyZW5hbWllbnRvIC0gU2VzaW9uZXMgZGUgcGVyc29uYWxpemFkYXMgcGFyYSBhcHJlbmRlciBhIHV0aWxpemFyIGVsIHNpc3RlbWEuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIzXCIgaGVhZGxpbmU9XCJTYWxhIGRlIFRyYWRpbmcgZW4gVml2byAtIEV4cGVyaW1lbnRlIGVsIHBvZGVyIGRlIGludGVsaWdlbmNpYSBkZSB0cmFkaW5nIGEgdGllbXBvIHJlYWwgY29uIGxvcyBtaWVtYnJvcyB5IGVudHJlbmFkb3JlcyBkZSBSaW9zUXVhbnQgcGFyYSBhc2VndXJhcnNlIGRlIG9idGVuZXIgZWwgbcOheGltbyBwcm92ZWNobyBkZSB0dSBwcnVlYmEgZ3JhdHVpdGEuXCJdWy9zdGVwXVsvc3RlcF9ncmFwaGljc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ0NToiW3Rlc3RpbW9uaWFscyBzdHlsZT1cIjJcIiBtYXJnaW5fdG9wPVwiXCIgbWFyZ2luX2JvdHRvbT1cIlwiXVt0ZXN0aW1vbmlhbCBuYW1lPVwiUGllcnJlIC0gTmV3IEplcnNleSBVU0FcIiBjb21wYW55PVwiTWllbWJybyBkZSBSaW9zUXVhbnQgZGVzZGUgMjAxMlwiIGhyZWY9XCJcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L3BpZXJyZS1nYW1pbC1waWMuanBnXCJdPHA+XCJObyBwb2Ryw61hIGhhYmVybG8gaGVjaG8gc2luIHVzdGVkZXMuLi4gTnVuY2EgcG9kcsOpIGFncmFkZWNlciBsbyBzdWZpY2llbnRlIGEgSm9lIFJpb3MsIEVQLCB5IFN0ZXZlIHBvciBsYSBkZWRpY2FjacOzbiBxdWUgbXVlc3RyYW4geSBlbCBhcG95byBxdWUgb2ZyZWNlbiFcIjwvcD5bL3Rlc3RpbW9uaWFsXVsvdGVzdGltb25pYWxzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6MzA6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxMDAzOiJbb3B0aW5fYm94IHN0eWxlPVwiNlwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwibnVsbFwiIGVtYWlsX2RlZmF1bHQ9XCJJbmdyZXNhIHR1IGNvcnJlbyBlbGVjdHLDs25pY29cIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiY3VzdG9tXCIgZG91YmxlX29wdGluPVwiWVwiIG5hbWVfZGVmYXVsdD1cIkluZ3Jlc2Ugc3Ugbm9tYnJlXCJdW29wdGluX2JveF9jb2RlXTxkaXYgc3R5bGU9XCJkaXNwbGF5Om5vbmVcIj48L2Rpdj5bL29wdGluX2JveF9jb2RlXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdIEFjY2VkZSBhIE51ZXN0cm8gUHJlbWlhZG8gVHJhZGluZyBSb29tWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdVW1WelpYSjJaU0J6ZFNCc2RXZGhjaUJrWlNCcGJtMWxaR2xoZEc4c0lHVnNJR1Z6Y0dGamFXOGdaWE1nYkdsdGFYUmhaRzh1SUVsdVozSmxjMlVnYzNVZ1kyOXljbVZ2SUdWc1pXTjBjc096Ym1samJ5Qm9iM2tnY0dGeVlTQmhjMlZuZFhKaGNpQnpkU0JoWTJObGMyOHVJRVZzSUhSeVlXUnBibWNnWlc0Z2RtbDJieUJqYjIxcFpXNTZZU0JrWlNCc2RXNWxjeUJoSUhacFpYSnVaWE1nWVNCc1lYTWdOem96TUdGdElFVlVMQ0JsYkNCbGMzQmhZMmx2SUdWeklHeHBiV2wwWVdSdklHRnp3NjBnY1hWbElHbHVaM0psYzJVZ05TQnRhVzUxZEc5eklHRnVkR1Z6TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1WYWxvcmFtb3Mgc3UgcHJpdmFjaWRhZCB5IG51bmNhIGxlIGVudmlhcmVtb3Mgc3BhbVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXU9idGVuZ2EgQWNjZXNvIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0Njg6IltpbWdfdGV4dF9hc2lkZSBzdHlsZT1cIjJcIiBpbWFnZT1cIlwiIGltYWdlX2FsaWdubWVudD1cImxlZnRcIiBoZWFkbGluZT1cIk9wZXJlIEZ1dHVyb3MgRXhpdG9zYW1lbnRlIFNvYnJlIGxvcyBIb21icm9zIGRlIEdpZ2FudGVzXCIgdGV4dD1cIi0gcG9yIERyLiBEZWFuIEhhbmRsZXkKRnV0dXJlcyBUcnV0aCBNYWdhemluZQpSaW9zIFF1YW50aXRhdGl2ZSAgZnVlIHNlbGVjY2lvbmFkbyBjb21vIHVuYSBkZSBsYXMgZGlleiBtZWpvcmVzIHNhbGFzIGRlIHRyYWRpbmcgZW4gbcOhcyBkZSA0MjIgc2FsYXMgZW4gdW4gcmVjaWVudGUgcmVwb3J0ZS4gT2J0ZW5nYSB1bmEgY29waWEgZ3JhdHVpdGEgZGVsIGluZm9ybWUgeSBkZXNjdWJyYSBxdWUgc2FsYXMgZGUgdHJhZGluZyBzb24gcmVudGFibGVzIGVuIHZpdm8geSBjdcOhbGVzIG5vIGxvIHNvbiFcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIl1bL2ltZ190ZXh0X2FzaWRlXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTQxOiJbaW1nX3RleHRfYXNpZGUgc3R5bGU9XCIyXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9mdXR1cmVzLXRydXRoLmpwZ1wiIGltYWdlX2FsaWdubWVudD1cImxlZnRcIiBoZWFkbGluZT1cIk9wZXJlIEZ1dHVyb3MgRXhpdG9zYW1lbnRlIFNvYnJlIGxvcyBIb21icm9zIGRlIEdpZ2FudGVzXCIgdGV4dD1cIi0gcG9yIERyLiBEZWFuIEhhbmRsZXkKIEZ1dHVyZXMgVHJ1dGggTWFnYXppbmUKUmlvcyBRdWFudGl0YXRpdmUgIGZ1ZSBzZWxlY2Npb25hZG8gY29tbyB1bmEgZGUgbGFzIGRpZXogbWVqb3JlcyBzYWxhcyBkZSB0cmFkaW5nIGVuIG3DoXMgZGUgNDIyIHNhbGFzIGVuIHVuIHJlY2llbnRlIHJlcG9ydGUuIE9idGVuZ2EgdW5hIGNvcGlhIGdyYXR1aXRhIGRlbCBpbmZvcm1lIHkgZGVzY3VicmEgcXVlIHNhbGFzIGRlIHRyYWRpbmcgc29uIHJlbnRhYmxlcyBlbiB2aXZvIHkgY3XDoWxlcyBubyBsbyBzb24hXCIgYWxpZ25tZW50PVwibGVmdFwiXVsvaW1nX3RleHRfYXNpZGVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjU7YTo0OntzOjk6InJvd19jbGFzcyI7czoyOToicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMTE6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5FWElTVEUgVU4gUklFU0dPIFNVU1RBTkNJQUwgREUgUMOJUkRJREEgRU4gTEEgTkVHT0NJQUNJw5NOIERFIEZVVFVST1MgREUgQ09NTU9ESVRJRVMsIENGRCBZIFBST0RVQ1RPUyBERSBESVZJU0FTPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','revision','2014-06-01 17:06:53'),(159,1776,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE5MzoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1UaGUgVHJhZGluZyBSb29twq5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjAxOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjJcIiBmb250X2ZvbnQ9XCJPcGVuIFNhbnNcIiBmb250X3N0eWxlPVwiMzAwXCIgZm9udF9jb2xvcj1cIiMzOTU0NjhcIiBhbGlnbj1cImNlbnRlclwiXURlc2N1YnJlIHNpIHB1ZWRlcyBsb2dyYXJsbyEgSW5pY2lhIHVuYSBwcnVlYmEgZ3JhdHVpdGEgZGUgMTQgZMOtYXMuWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTU2OiJiYWNrZ3JvdW5kOiNmMmYyZjI7cGFkZGluZy1ib3R0b206MjBweDtib3JkZXItdG9wLXdpZHRoOjFweDtib3JkZXItYm90dG9tLXdpZHRoOjFweDtib3JkZXItc3R5bGU6c29saWQ7Ym9yZGVyLXRvcC1jb2xvcjojZTNlM2UzO2JvcmRlci1ib3R0b20tY29sb3I6I2UzZTNlMzsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEzMjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tTW1ZeVpqSWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNakFpTENKaWIzSmtaWEpYYVdSMGFDSTZJakVpTENKaWIzSmtaWEpEYjJ4dmNpSTZJaU5sTTJVelpUTWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo0OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY1OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGxhcmdlX2ltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvZXF1aXR5LWN1cnZlLXBpZXJyZS5qcGdcIiB3aWR0aD1cIjgwOFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjM2NjoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXVBpZXJyZSwgbWllbWJybyBkZSBSaW9zUXVhbnQsIHRvbcOzICAkMS42MDAgZGUgdXRpbGlkYWRlcyBlbiBsb3MgbWVyY2Fkb3MgZGUgZnV0dXJvcyBlbiBkb3MgZMOtYXMgY29uIDEzIG9wZXJhY2lvbnMuIMOJbCBvcGVyYSBjYWRhIG1hw7FhbmEgY29uIG90cm9zIHRyYWRlcnMgc2VtZWphbnRlcyBhIGVsIGVuIG51ZXN0cmEgc2FsYSBkZSB0cmFkaW5nIGVuIHZpdm8uIMOJbCBlcyB1biB0cmFkZXIgZGUgaW1wdWxzbyB5IHV0aWxpemEgbG9zIHNpc3RlbWFzIHByZWRpY3Rpdm9zIGRlIHRyYWRpbmcgZGUgUmlvc1F1YW50Li4mbmJzcDtbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzY6IltpbWFnZXMgc3R5bGU9XCI1XCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjg6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjc0OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiBhdXRvX3BsYXk9XCJZXCIgdXJsMT1cIlwiIHVybDI9XCJcIiB3aWR0aD1cIjU2MFwiIGhlaWdodD1cIjMxNVwiIGFsaWduPVwiY2VudGVyXCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMjBcIl1hSFIwY0RvdkwzQnNZWGxsY2k1MmFXMWxieTVqYjIwdlpYaDBaWEp1WVd3dk9UY3dORGcwTlRjdWFHUXViWEEwUDNNOU9HRmtZV1E0TUROaVpEZGpObVZpTUdNME9ESmtOekExWkRFME5tUmxOems9Wy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3OTY6IltvcHRpbl9ib3ggc3R5bGU9XCIxMVwiIHdpZHRoPVwiNDUwXCIgbWFyZ2luX3RvcD1cIjE1XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJJbmdyZXNlIHN1IGRpcmVjY2nDs24gZGUgY29ycmVvIGVsZWN0csOzbmljb1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJhd2ViZXJcIiBsaXN0PVwiMzQ0ODM5NFwiIG5hbWVfZmllbGQ9XCJuYW1lXCIgbmFtZV9kZWZhdWx0PVwiSW5ncmVzZSBzdSBub21icmVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1SWE4wWVNCbGN5QnNZU0JvYVhOMGIzSnBZU0JrWlNCUWFXVnljbVVnTFNBZ2FHRm5ZU0JqYkdsaklIQmhjbUVnZG1WeUlHVnNJSFpwWkdWdlsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1WYWxvcmFtb3Mgc3UgcHJpdmFjaWRhZCB5IG51bmNhIGxlIGVudmlhcmVtb3Mgc3BhbVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCJdQ2xpY2sgeSBsdWVnbyByZXZpc2Ugc3UgYmFuZGVqYSBkZSBlbnRyYWRhIHBhcmEgdW5hIGNvbmZpcm1hY2nDs24hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjQ6ImUzMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI2OToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE3XCIgd2lkdGg9XCI5NDBcIl08aDIgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PHNwYW4gc3R5bGU9XCJjb2xvcjogIzQyNTA2MztcIj5Fc3TDoSBhIDMgUGFzb3MgRGUgQ29tZW56YXIgU3UgUHJ1ZWJhIEdyYXR1aXRhIGRlbCBTaXN0ZW1hwqA8L3NwYW4+PC9oMj4KPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjY0MToiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCI1XCIgY29sb3I9XCIjNDI1MDYzXCJdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIiAgSW5zdGFsYWNpw7NuIC0gVW4gbWllbWJybyBkZSBzb3BvcnRlIHTDqWNuaWNvIGxvIGd1aWFyw6EgYSB0cmF2w6lzIGRlIGxhIGluc3RhbGFjacOzbiwgaGFjaWVuZG8gZWwgcHJvY2VzbyByw6FwaWRvIHkgc2luIHByb2JsZW1hcy5uZCB0cm91YmxlIGZyZWUuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIyXCIgaGVhZGxpbmU9XCJFbnRyZW5hbWllbnRvIC0gU2VzaW9uZXMgZGUgcGVyc29uYWxpemFkYXMgcGFyYSBhcHJlbmRlciBhIHV0aWxpemFyIGVsIHNpc3RlbWEuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIzXCIgaGVhZGxpbmU9XCJTYWxhIGRlIFRyYWRpbmcgZW4gVml2byAtIEV4cGVyaW1lbnRlIGVsIHBvZGVyIGRlIGludGVsaWdlbmNpYSBkZSB0cmFkaW5nIGEgdGllbXBvIHJlYWwgY29uIGxvcyBtaWVtYnJvcyB5IGVudHJlbmFkb3JlcyBkZSBSaW9zUXVhbnQgcGFyYSBhc2VndXJhcnNlIGRlIG9idGVuZXIgZWwgbcOheGltbyBwcm92ZWNobyBkZSB0dSBwcnVlYmEgZ3JhdHVpdGEuXCJdWy9zdGVwXVsvc3RlcF9ncmFwaGljc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ0NToiW3Rlc3RpbW9uaWFscyBzdHlsZT1cIjJcIiBtYXJnaW5fdG9wPVwiXCIgbWFyZ2luX2JvdHRvbT1cIlwiXVt0ZXN0aW1vbmlhbCBuYW1lPVwiUGllcnJlIC0gTmV3IEplcnNleSBVU0FcIiBjb21wYW55PVwiTWllbWJybyBkZSBSaW9zUXVhbnQgZGVzZGUgMjAxMlwiIGhyZWY9XCJcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L3BpZXJyZS1nYW1pbC1waWMuanBnXCJdPHA+XCJObyBwb2Ryw61hIGhhYmVybG8gaGVjaG8gc2luIHVzdGVkZXMuLi4gTnVuY2EgcG9kcsOpIGFncmFkZWNlciBsbyBzdWZpY2llbnRlIGEgSm9lIFJpb3MsIEVQLCB5IFN0ZXZlIHBvciBsYSBkZWRpY2FjacOzbiBxdWUgbXVlc3RyYW4geSBlbCBhcG95byBxdWUgb2ZyZWNlbiFcIjwvcD5bL3Rlc3RpbW9uaWFsXVsvdGVzdGltb25pYWxzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6MzA6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxMDExOiJbb3B0aW5fYm94IHN0eWxlPVwiNlwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiSW5ncmVzYSB0dSBjb3JyZW8gZWxlY3Ryw7NuaWNvXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGRvdWJsZV9vcHRpbj1cIllcIiBsaXN0PVwiMzQ0ODM5NFwiIG5hbWVfZmllbGQ9XCJuYW1lXCIgbmFtZV9kZWZhdWx0PVwiSW5ncmVzZSBzdSBub21icmVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl0gQWNjZWRlIGEgTnVlc3RybyBQcmVtaWFkbyBUcmFkaW5nIFJvb21bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1VbVZ6WlhKMlpTQnpkU0JzZFdkaGNpQmtaU0JwYm0xbFpHbGhkRzhzSUdWc0lHVnpjR0ZqYVc4Z1pYTWdiR2x0YVhSaFpHOHVJRWx1WjNKbGMyVWdjM1VnWTI5eWNtVnZJR1ZzWldOMGNzT3pibWxqYnlCb2Iza2djR0Z5WVNCaGMyVm5kWEpoY2lCemRTQmhZMk5sYzI4dUlFVnNJSFJ5WVdScGJtY2daVzRnZG1sMmJ5QmpiMjFwWlc1NllTQmtaU0JzZFc1bGN5QmhJSFpwWlhKdVpYTWdZU0JzWVhNZ056b3pNR0Z0SUVWVUxDQmxiQ0JsYzNCaFkybHZJR1Z6SUd4cGJXbDBZV1J2SUdGenc2MGdjWFZsSUdsdVozSmxjMlVnTlNCdGFXNTFkRzl6SUdGdWRHVnpMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVZhbG9yYW1vcyBzdSBwcml2YWNpZGFkIHkgbnVuY2EgbGUgZW52aWFyZW1vcyBzcGFtWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdT2J0ZW5nYSBBY2Nlc28hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ2ODoiW2ltZ190ZXh0X2FzaWRlIHN0eWxlPVwiMlwiIGltYWdlPVwiXCIgaW1hZ2VfYWxpZ25tZW50PVwibGVmdFwiIGhlYWRsaW5lPVwiT3BlcmUgRnV0dXJvcyBFeGl0b3NhbWVudGUgU29icmUgbG9zIEhvbWJyb3MgZGUgR2lnYW50ZXNcIiB0ZXh0PVwiLSBwb3IgRHIuIERlYW4gSGFuZGxleQpGdXR1cmVzIFRydXRoIE1hZ2F6aW5lClJpb3MgUXVhbnRpdGF0aXZlICBmdWUgc2VsZWNjaW9uYWRvIGNvbW8gdW5hIGRlIGxhcyBkaWV6IG1lam9yZXMgc2FsYXMgZGUgdHJhZGluZyBlbiBtw6FzIGRlIDQyMiBzYWxhcyBlbiB1biByZWNpZW50ZSByZXBvcnRlLiBPYnRlbmdhIHVuYSBjb3BpYSBncmF0dWl0YSBkZWwgaW5mb3JtZSB5IGRlc2N1YnJhIHF1ZSBzYWxhcyBkZSB0cmFkaW5nIHNvbiByZW50YWJsZXMgZW4gdml2byB5IGN1w6FsZXMgbm8gbG8gc29uIVwiIGFsaWdubWVudD1cImNlbnRlclwiXVsvaW1nX3RleHRfYXNpZGVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1NDE6IltpbWdfdGV4dF9hc2lkZSBzdHlsZT1cIjJcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2Z1dHVyZXMtdHJ1dGguanBnXCIgaW1hZ2VfYWxpZ25tZW50PVwibGVmdFwiIGhlYWRsaW5lPVwiT3BlcmUgRnV0dXJvcyBFeGl0b3NhbWVudGUgU29icmUgbG9zIEhvbWJyb3MgZGUgR2lnYW50ZXNcIiB0ZXh0PVwiLSBwb3IgRHIuIERlYW4gSGFuZGxleQogRnV0dXJlcyBUcnV0aCBNYWdhemluZQpSaW9zIFF1YW50aXRhdGl2ZSAgZnVlIHNlbGVjY2lvbmFkbyBjb21vIHVuYSBkZSBsYXMgZGlleiBtZWpvcmVzIHNhbGFzIGRlIHRyYWRpbmcgZW4gbcOhcyBkZSA0MjIgc2FsYXMgZW4gdW4gcmVjaWVudGUgcmVwb3J0ZS4gT2J0ZW5nYSB1bmEgY29waWEgZ3JhdHVpdGEgZGVsIGluZm9ybWUgeSBkZXNjdWJyYSBxdWUgc2FsYXMgZGUgdHJhZGluZyBzb24gcmVudGFibGVzIGVuIHZpdm8geSBjdcOhbGVzIG5vIGxvIHNvbiFcIiBhbGlnbm1lbnQ9XCJsZWZ0XCJdWy9pbWdfdGV4dF9hc2lkZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6NDthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkVYSVNURSBVTiBSSUVTR08gU1VTVEFOQ0lBTCBERSBQw4lSRElEQSBFTiBMQSBORUdPQ0lBQ0nDk04gREUgRlVUVVJPUyBERSBDT01NT0RJVElFUywgQ0ZEIFkgUFJPRFVDVE9TIERFIERJVklTQVM8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','revision','2014-06-01 17:11:55'),(160,1776,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE5MzoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1UaGUgVHJhZGluZyBSb29twq5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTkxOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjJcIiBmb250X2ZvbnQ9XCJPcGVuIFNhbnNcIiBmb250X3N0eWxlPVwiMzAwXCIgZm9udF9jb2xvcj1cIiMzOTU0NjhcIiBhbGlnbj1cImNlbnRlclwiXUV4Y2VsZW5jaWEgZGVzZGUgMTk5NyAtIENvbWllbnphIHR1IHBydWViYSBncmF0dWl0YSBhaG9yYSFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjU6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzY2OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUGllcnJlLCBtaWVtYnJvIGRlIFJpb3NRdWFudCwgdG9tw7MgICQxLjYwMCBkZSB1dGlsaWRhZGVzIGVuIGxvcyBtZXJjYWRvcyBkZSBmdXR1cm9zIGVuIGRvcyBkw61hcyBjb24gMTMgb3BlcmFjaW9ucy4gw4lsIG9wZXJhIGNhZGEgbWHDsWFuYSBjb24gb3Ryb3MgdHJhZGVycyBzZW1lamFudGVzIGEgZWwgZW4gbnVlc3RyYSBzYWxhIGRlIHRyYWRpbmcgZW4gdml2by4gw4lsIGVzIHVuIHRyYWRlciBkZSBpbXB1bHNvIHkgdXRpbGl6YSBsb3Mgc2lzdGVtYXMgcHJlZGljdGl2b3MgZGUgdHJhZGluZyBkZSBSaW9zUXVhbnQuLiZuYnNwO1svdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3NjoiW2ltYWdlcyBzdHlsZT1cIjVcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L2VxdWl0eS1jdXJ2ZS1waWVycmUuanBnXCIgd2lkdGg9XCI4MDhcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2ODoiW2ltYWdlcyBzdHlsZT1cIjBcIiBsYXJnZV9pbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L2VxdWl0eS1jdXJ2ZS1waWVycmUuanBnXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNzQ6Ilt2aWRlb19wbGF5ZXIgdHlwZT1cInVybFwiIGF1dG9fcGxheT1cIllcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTYwXCIgaGVpZ2h0PVwiMzE1XCIgYWxpZ249XCJjZW50ZXJcIiBtYXJnaW5fdG9wPVwiMFwiIG1hcmdpbl9ib3R0b209XCIyMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1Rjd05EZzBOVGN1YUdRdWJYQTBQM005T0dGa1lXUTRNRE5pWkRkak5tVmlNR00wT0RKa056QTFaREUwTm1SbE56az1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc5NjoiW29wdGluX2JveCBzdHlsZT1cIjExXCIgd2lkdGg9XCI0NTBcIiBtYXJnaW5fdG9wPVwiMTVcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9maWVsZD1cImVtYWlsXCIgZW1haWxfZGVmYXVsdD1cIkluZ3Jlc2Ugc3UgZGlyZWNjacOzbiBkZSBjb3JyZW8gZWxlY3Ryw7NuaWNvXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNDQ4Mzk0XCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJJbmdyZXNlIHN1IG5vbWJyZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVJYTjBZU0JsY3lCc1lTQm9hWE4wYjNKcFlTQmtaU0JRYVdWeWNtVWdMU0FnYUdGbllTQmpiR2xqSUhCaGNtRWdkbVZ5SUdWc0lIWnBaR1Z2Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVZhbG9yYW1vcyBzdSBwcml2YWNpZGFkIHkgbnVuY2EgbGUgZW52aWFyZW1vcyBzcGFtWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIl1DbGljayB5IGx1ZWdvIHJldmlzZSBzdSBiYW5kZWphIGRlIGVudHJhZGEgcGFyYSB1bmEgY29uZmlybWFjacOzbiFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NDoiZTMwPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjY5OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMTdcIiB3aWR0aD1cIjk0MFwiXTxoMiBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3BhbiBzdHlsZT1cImNvbG9yOiAjNDI1MDYzO1wiPkVzdMOhIGEgMyBQYXNvcyBEZSBDb21lbnphciBTdSBQcnVlYmEgR3JhdHVpdGEgZGVsIFNpc3RlbWHCoDwvc3Bhbj48L2gyPgo8cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NjQxOiJbc3RlcF9ncmFwaGljcyBzdHlsZT1cIjVcIiBjb2xvcj1cIiM0MjUwNjNcIl1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMVwiIGhlYWRsaW5lPVwiICBJbnN0YWxhY2nDs24gLSBVbiBtaWVtYnJvIGRlIHNvcG9ydGUgdMOpY25pY28gbG8gZ3VpYXLDoSBhIHRyYXbDqXMgZGUgbGEgaW5zdGFsYWNpw7NuLCBoYWNpZW5kbyBlbCBwcm9jZXNvIHLDoXBpZG8geSBzaW4gcHJvYmxlbWFzLm5kIHRyb3VibGUgZnJlZS5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIkVudHJlbmFtaWVudG8gLSBTZXNpb25lcyBkZSBwZXJzb25hbGl6YWRhcyBwYXJhIGFwcmVuZGVyIGEgdXRpbGl6YXIgZWwgc2lzdGVtYS5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjNcIiBoZWFkbGluZT1cIlNhbGEgZGUgVHJhZGluZyBlbiBWaXZvIC0gRXhwZXJpbWVudGUgZWwgcG9kZXIgZGUgaW50ZWxpZ2VuY2lhIGRlIHRyYWRpbmcgYSB0aWVtcG8gcmVhbCBjb24gbG9zIG1pZW1icm9zIHkgZW50cmVuYWRvcmVzIGRlIFJpb3NRdWFudCBwYXJhIGFzZWd1cmFyc2UgZGUgb2J0ZW5lciBlbCBtw6F4aW1vIHByb3ZlY2hvIGRlIHR1IHBydWViYSBncmF0dWl0YS5cIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDQ1OiJbdGVzdGltb25pYWxzIHN0eWxlPVwiMlwiIG1hcmdpbl90b3A9XCJcIiBtYXJnaW5fYm90dG9tPVwiXCJdW3Rlc3RpbW9uaWFsIG5hbWU9XCJQaWVycmUgLSBOZXcgSmVyc2V5IFVTQVwiIGNvbXBhbnk9XCJNaWVtYnJvIGRlIFJpb3NRdWFudCBkZXNkZSAyMDEyXCIgaHJlZj1cIlwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvcGllcnJlLWdhbWlsLXBpYy5qcGdcIl08cD5cIk5vIHBvZHLDrWEgaGFiZXJsbyBoZWNobyBzaW4gdXN0ZWRlcy4uLiBOdW5jYSBwb2Ryw6kgYWdyYWRlY2VyIGxvIHN1ZmljaWVudGUgYSBKb2UgUmlvcywgRVAsIHkgU3RldmUgcG9yIGxhIGRlZGljYWNpw7NuIHF1ZSBtdWVzdHJhbiB5IGVsIGFwb3lvIHF1ZSBvZnJlY2VuIVwiPC9wPlsvdGVzdGltb25pYWxdWy90ZXN0aW1vbmlhbHNdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjM7YTo0OntzOjk6InJvd19jbGFzcyI7czozMDoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjEwMTE6IltvcHRpbl9ib3ggc3R5bGU9XCI2XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJJbmdyZXNhIHR1IGNvcnJlbyBlbGVjdHLDs25pY29cIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgZG91YmxlX29wdGluPVwiWVwiIGxpc3Q9XCIzNDQ4Mzk0XCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJJbmdyZXNlIHN1IG5vbWJyZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXSBBY2NlZGUgYSBOdWVzdHJvIFByZW1pYWRvIFRyYWRpbmcgUm9vbVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVVtVnpaWEoyWlNCemRTQnNkV2RoY2lCa1pTQnBibTFsWkdsaGRHOHNJR1ZzSUdWemNHRmphVzhnWlhNZ2JHbHRhWFJoWkc4dUlFbHVaM0psYzJVZ2MzVWdZMjl5Y21WdklHVnNaV04wY3NPemJtbGpieUJvYjNrZ2NHRnlZU0JoYzJWbmRYSmhjaUJ6ZFNCaFkyTmxjMjh1SUVWc0lIUnlZV1JwYm1jZ1pXNGdkbWwyYnlCamIyMXBaVzU2WVNCa1pTQnNkVzVsY3lCaElIWnBaWEp1WlhNZ1lTQnNZWE1nTnpvek1HRnRJRVZVTENCbGJDQmxjM0JoWTJsdklHVnpJR3hwYldsMFlXUnZJR0Z6dzYwZ2NYVmxJR2x1WjNKbGMyVWdOU0J0YVc1MWRHOXpJR0Z1ZEdWekxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdVmFsb3JhbW9zIHN1IHByaXZhY2lkYWQgeSBudW5jYSBsZSBlbnZpYXJlbW9zIHNwYW1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1PYnRlbmdhIEFjY2VzbyFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDY4OiJbaW1nX3RleHRfYXNpZGUgc3R5bGU9XCIyXCIgaW1hZ2U9XCJcIiBpbWFnZV9hbGlnbm1lbnQ9XCJsZWZ0XCIgaGVhZGxpbmU9XCJPcGVyZSBGdXR1cm9zIEV4aXRvc2FtZW50ZSBTb2JyZSBsb3MgSG9tYnJvcyBkZSBHaWdhbnRlc1wiIHRleHQ9XCItIHBvciBEci4gRGVhbiBIYW5kbGV5CkZ1dHVyZXMgVHJ1dGggTWFnYXppbmUKUmlvcyBRdWFudGl0YXRpdmUgIGZ1ZSBzZWxlY2Npb25hZG8gY29tbyB1bmEgZGUgbGFzIGRpZXogbWVqb3JlcyBzYWxhcyBkZSB0cmFkaW5nIGVuIG3DoXMgZGUgNDIyIHNhbGFzIGVuIHVuIHJlY2llbnRlIHJlcG9ydGUuIE9idGVuZ2EgdW5hIGNvcGlhIGdyYXR1aXRhIGRlbCBpbmZvcm1lIHkgZGVzY3VicmEgcXVlIHNhbGFzIGRlIHRyYWRpbmcgc29uIHJlbnRhYmxlcyBlbiB2aXZvIHkgY3XDoWxlcyBubyBsbyBzb24hXCIgYWxpZ25tZW50PVwiY2VudGVyXCJdWy9pbWdfdGV4dF9hc2lkZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU0MToiW2ltZ190ZXh0X2FzaWRlIHN0eWxlPVwiMlwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvZnV0dXJlcy10cnV0aC5qcGdcIiBpbWFnZV9hbGlnbm1lbnQ9XCJsZWZ0XCIgaGVhZGxpbmU9XCJPcGVyZSBGdXR1cm9zIEV4aXRvc2FtZW50ZSBTb2JyZSBsb3MgSG9tYnJvcyBkZSBHaWdhbnRlc1wiIHRleHQ9XCItIHBvciBEci4gRGVhbiBIYW5kbGV5CiBGdXR1cmVzIFRydXRoIE1hZ2F6aW5lClJpb3MgUXVhbnRpdGF0aXZlICBmdWUgc2VsZWNjaW9uYWRvIGNvbW8gdW5hIGRlIGxhcyBkaWV6IG1lam9yZXMgc2FsYXMgZGUgdHJhZGluZyBlbiBtw6FzIGRlIDQyMiBzYWxhcyBlbiB1biByZWNpZW50ZSByZXBvcnRlLiBPYnRlbmdhIHVuYSBjb3BpYSBncmF0dWl0YSBkZWwgaW5mb3JtZSB5IGRlc2N1YnJhIHF1ZSBzYWxhcyBkZSB0cmFkaW5nIHNvbiByZW50YWJsZXMgZW4gdml2byB5IGN1w6FsZXMgbm8gbG8gc29uIVwiIGFsaWdubWVudD1cImxlZnRcIl1bL2ltZ190ZXh0X2FzaWRlXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjExOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+RVhJU1RFIFVOIFJJRVNHTyBTVVNUQU5DSUFMIERFIFDDiVJESURBIEVOIExBIE5FR09DSUFDScOTTiBERSBGVVRVUk9TIERFIENPTU1PRElUSUVTLCBDRkQgWSBQUk9EVUNUT1MgREUgRElWSVNBUzwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19','revision','2014-06-01 17:15:44'),(161,1776,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE5MzoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1UaGUgVHJhZGluZyBSb29twq5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTkxOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjJcIiBmb250X2ZvbnQ9XCJPcGVuIFNhbnNcIiBmb250X3N0eWxlPVwiMzAwXCIgZm9udF9jb2xvcj1cIiMzOTU0NjhcIiBhbGlnbj1cImNlbnRlclwiXUV4Y2VsZW5jaWEgZGVzZGUgMTk5NyAtIENvbWllbnphIHR1IHBydWViYSBncmF0dWl0YSBhaG9yYSFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjU6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzY2OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUGllcnJlLCBtaWVtYnJvIGRlIFJpb3NRdWFudCwgdG9tw7MgICQxLjYwMCBkZSB1dGlsaWRhZGVzIGVuIGxvcyBtZXJjYWRvcyBkZSBmdXR1cm9zIGVuIGRvcyBkw61hcyBjb24gMTMgb3BlcmFjaW9ucy4gw4lsIG9wZXJhIGNhZGEgbWHDsWFuYSBjb24gb3Ryb3MgdHJhZGVycyBzZW1lamFudGVzIGEgZWwgZW4gbnVlc3RyYSBzYWxhIGRlIHRyYWRpbmcgZW4gdml2by4gw4lsIGVzIHVuIHRyYWRlciBkZSBpbXB1bHNvIHkgdXRpbGl6YSBsb3Mgc2lzdGVtYXMgcHJlZGljdGl2b3MgZGUgdHJhZGluZyBkZSBSaW9zUXVhbnQuLiZuYnNwO1svdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3NjoiW2ltYWdlcyBzdHlsZT1cIjVcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L2VxdWl0eS1jdXJ2ZS1waWVycmUuanBnXCIgd2lkdGg9XCI4MDhcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2ODoiW2ltYWdlcyBzdHlsZT1cIjBcIiBsYXJnZV9pbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L2VxdWl0eS1jdXJ2ZS1waWVycmUuanBnXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNzQ6Ilt2aWRlb19wbGF5ZXIgdHlwZT1cInVybFwiIGF1dG9fcGxheT1cIllcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTYwXCIgaGVpZ2h0PVwiMzE1XCIgYWxpZ249XCJjZW50ZXJcIiBtYXJnaW5fdG9wPVwiMFwiIG1hcmdpbl9ib3R0b209XCIyMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1Rjd05EZzBOVGN1YUdRdWJYQTBQM005T0dGa1lXUTRNRE5pWkRkak5tVmlNR00wT0RKa056QTFaREUwTm1SbE56az1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc5NjoiW29wdGluX2JveCBzdHlsZT1cIjExXCIgd2lkdGg9XCI0NTBcIiBtYXJnaW5fdG9wPVwiMTVcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9maWVsZD1cImVtYWlsXCIgZW1haWxfZGVmYXVsdD1cIkluZ3Jlc2Ugc3UgZGlyZWNjacOzbiBkZSBjb3JyZW8gZWxlY3Ryw7NuaWNvXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNDQ4Mzk0XCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJJbmdyZXNlIHN1IG5vbWJyZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVJYTjBZU0JsY3lCc1lTQm9hWE4wYjNKcFlTQmtaU0JRYVdWeWNtVWdMU0FnYUdGbllTQmpiR2xqSUhCaGNtRWdkbVZ5SUdWc0lIWnBaR1Z2Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVZhbG9yYW1vcyBzdSBwcml2YWNpZGFkIHkgbnVuY2EgbGUgZW52aWFyZW1vcyBzcGFtWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIl1DbGljayB5IGx1ZWdvIHJldmlzZSBzdSBiYW5kZWphIGRlIGVudHJhZGEgcGFyYSB1bmEgY29uZmlybWFjacOzbiFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NDoiZTMwPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjY5OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMTdcIiB3aWR0aD1cIjk0MFwiXTxoMiBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3BhbiBzdHlsZT1cImNvbG9yOiAjNDI1MDYzO1wiPkVzdMOhIGEgMyBQYXNvcyBEZSBDb21lbnphciBTdSBQcnVlYmEgR3JhdHVpdGEgZGVsIFNpc3RlbWHCoDwvc3Bhbj48L2gyPgo8cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NjQxOiJbc3RlcF9ncmFwaGljcyBzdHlsZT1cIjVcIiBjb2xvcj1cIiM0MjUwNjNcIl1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMVwiIGhlYWRsaW5lPVwiICBJbnN0YWxhY2nDs24gLSBVbiBtaWVtYnJvIGRlIHNvcG9ydGUgdMOpY25pY28gbG8gZ3VpYXLDoSBhIHRyYXbDqXMgZGUgbGEgaW5zdGFsYWNpw7NuLCBoYWNpZW5kbyBlbCBwcm9jZXNvIHLDoXBpZG8geSBzaW4gcHJvYmxlbWFzLm5kIHRyb3VibGUgZnJlZS5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIkVudHJlbmFtaWVudG8gLSBTZXNpb25lcyBkZSBwZXJzb25hbGl6YWRhcyBwYXJhIGFwcmVuZGVyIGEgdXRpbGl6YXIgZWwgc2lzdGVtYS5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjNcIiBoZWFkbGluZT1cIlNhbGEgZGUgVHJhZGluZyBlbiBWaXZvIC0gRXhwZXJpbWVudGUgZWwgcG9kZXIgZGUgaW50ZWxpZ2VuY2lhIGRlIHRyYWRpbmcgYSB0aWVtcG8gcmVhbCBjb24gbG9zIG1pZW1icm9zIHkgZW50cmVuYWRvcmVzIGRlIFJpb3NRdWFudCBwYXJhIGFzZWd1cmFyc2UgZGUgb2J0ZW5lciBlbCBtw6F4aW1vIHByb3ZlY2hvIGRlIHR1IHBydWViYSBncmF0dWl0YS5cIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDQ1OiJbdGVzdGltb25pYWxzIHN0eWxlPVwiMlwiIG1hcmdpbl90b3A9XCJcIiBtYXJnaW5fYm90dG9tPVwiXCJdW3Rlc3RpbW9uaWFsIG5hbWU9XCJQaWVycmUgLSBOZXcgSmVyc2V5IFVTQVwiIGNvbXBhbnk9XCJNaWVtYnJvIGRlIFJpb3NRdWFudCBkZXNkZSAyMDEyXCIgaHJlZj1cIlwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvcGllcnJlLWdhbWlsLXBpYy5qcGdcIl08cD5cIk5vIHBvZHLDrWEgaGFiZXJsbyBoZWNobyBzaW4gdXN0ZWRlcy4uLiBOdW5jYSBwb2Ryw6kgYWdyYWRlY2VyIGxvIHN1ZmljaWVudGUgYSBKb2UgUmlvcywgRVAsIHkgU3RldmUgcG9yIGxhIGRlZGljYWNpw7NuIHF1ZSBtdWVzdHJhbiB5IGVsIGFwb3lvIHF1ZSBvZnJlY2VuIVwiPC9wPlsvdGVzdGltb25pYWxdWy90ZXN0aW1vbmlhbHNdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjM7YTo0OntzOjk6InJvd19jbGFzcyI7czozMDoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjEwNDI6IltvcHRpbl9ib3ggc3R5bGU9XCI2XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJJbmdyZXNhIHR1IGNvcnJlbyBlbGVjdHLDs25pY29cIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgZG91YmxlX29wdGluPVwiWVwiIGxpc3Q9XCIzNDQ4Mzk0XCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJJbmdyZXNlIHN1IG5vbWJyZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXSBBY2NlZGUgYSBOdWVzdHJvIFByZW1pYWRvIFRyYWRpbmcgUm9vbSAtIENvbWllbnphIHR1IHBydWViYSBncmF0dWl0YSBbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1VbVZ6WlhKMlpTQnpkU0JzZFdkaGNpQmtaU0JwYm0xbFpHbGhkRzhzSUdWc0lHVnpjR0ZqYVc4Z1pYTWdiR2x0YVhSaFpHOHVJRWx1WjNKbGMyVWdjM1VnWTI5eWNtVnZJR1ZzWldOMGNzT3pibWxqYnlCb2Iza2djR0Z5WVNCaGMyVm5kWEpoY2lCemRTQmhZMk5sYzI4dUlFVnNJSFJ5WVdScGJtY2daVzRnZG1sMmJ5QmpiMjFwWlc1NllTQmtaU0JzZFc1bGN5QmhJSFpwWlhKdVpYTWdZU0JzWVhNZ056b3pNR0Z0SUVWVUxDQmxiQ0JsYzNCaFkybHZJR1Z6SUd4cGJXbDBZV1J2SUdGenc2MGdjWFZsSUdsdVozSmxjMlVnTlNCdGFXNTFkRzl6SUdGdWRHVnpMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVZhbG9yYW1vcyBzdSBwcml2YWNpZGFkIHkgbnVuY2EgbGUgZW52aWFyZW1vcyBzcGFtWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdT2J0ZW5nYSBBY2Nlc28hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ2ODoiW2ltZ190ZXh0X2FzaWRlIHN0eWxlPVwiMlwiIGltYWdlPVwiXCIgaW1hZ2VfYWxpZ25tZW50PVwibGVmdFwiIGhlYWRsaW5lPVwiT3BlcmUgRnV0dXJvcyBFeGl0b3NhbWVudGUgU29icmUgbG9zIEhvbWJyb3MgZGUgR2lnYW50ZXNcIiB0ZXh0PVwiLSBwb3IgRHIuIERlYW4gSGFuZGxleQpGdXR1cmVzIFRydXRoIE1hZ2F6aW5lClJpb3MgUXVhbnRpdGF0aXZlICBmdWUgc2VsZWNjaW9uYWRvIGNvbW8gdW5hIGRlIGxhcyBkaWV6IG1lam9yZXMgc2FsYXMgZGUgdHJhZGluZyBlbiBtw6FzIGRlIDQyMiBzYWxhcyBlbiB1biByZWNpZW50ZSByZXBvcnRlLiBPYnRlbmdhIHVuYSBjb3BpYSBncmF0dWl0YSBkZWwgaW5mb3JtZSB5IGRlc2N1YnJhIHF1ZSBzYWxhcyBkZSB0cmFkaW5nIHNvbiByZW50YWJsZXMgZW4gdml2byB5IGN1w6FsZXMgbm8gbG8gc29uIVwiIGFsaWdubWVudD1cImNlbnRlclwiXVsvaW1nX3RleHRfYXNpZGVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1NDE6IltpbWdfdGV4dF9hc2lkZSBzdHlsZT1cIjJcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2Z1dHVyZXMtdHJ1dGguanBnXCIgaW1hZ2VfYWxpZ25tZW50PVwibGVmdFwiIGhlYWRsaW5lPVwiT3BlcmUgRnV0dXJvcyBFeGl0b3NhbWVudGUgU29icmUgbG9zIEhvbWJyb3MgZGUgR2lnYW50ZXNcIiB0ZXh0PVwiLSBwb3IgRHIuIERlYW4gSGFuZGxleQogRnV0dXJlcyBUcnV0aCBNYWdhemluZQpSaW9zIFF1YW50aXRhdGl2ZSAgZnVlIHNlbGVjY2lvbmFkbyBjb21vIHVuYSBkZSBsYXMgZGlleiBtZWpvcmVzIHNhbGFzIGRlIHRyYWRpbmcgZW4gbcOhcyBkZSA0MjIgc2FsYXMgZW4gdW4gcmVjaWVudGUgcmVwb3J0ZS4gT2J0ZW5nYSB1bmEgY29waWEgZ3JhdHVpdGEgZGVsIGluZm9ybWUgeSBkZXNjdWJyYSBxdWUgc2FsYXMgZGUgdHJhZGluZyBzb24gcmVudGFibGVzIGVuIHZpdm8geSBjdcOhbGVzIG5vIGxvIHNvbiFcIiBhbGlnbm1lbnQ9XCJsZWZ0XCJdWy9pbWdfdGV4dF9hc2lkZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6NDthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkVYSVNURSBVTiBSSUVTR08gU1VTVEFOQ0lBTCBERSBQw4lSRElEQSBFTiBMQSBORUdPQ0lBQ0nDk04gREUgRlVUVVJPUyBERSBDT01NT0RJVElFUywgQ0ZEIFkgUFJPRFVDVE9TIERFIERJVklTQVM8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','revision','2014-06-01 17:18:03'),(162,1776,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE5MzoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1UaGUgVHJhZGluZyBSb29twq5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTkxOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjJcIiBmb250X2ZvbnQ9XCJPcGVuIFNhbnNcIiBmb250X3N0eWxlPVwiMzAwXCIgZm9udF9jb2xvcj1cIiMzOTU0NjhcIiBhbGlnbj1cImNlbnRlclwiXUV4Y2VsZW5jaWEgZGVzZGUgMTk5NyAtIENvbWllbnphIHR1IHBydWViYSBncmF0dWl0YSBhaG9yYSFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjU6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzY2OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUGllcnJlLCBtaWVtYnJvIGRlIFJpb3NRdWFudCwgdG9tw7MgICQxLjYwMCBkZSB1dGlsaWRhZGVzIGVuIGxvcyBtZXJjYWRvcyBkZSBmdXR1cm9zIGVuIGRvcyBkw61hcyBjb24gMTMgb3BlcmFjaW9ucy4gw4lsIG9wZXJhIGNhZGEgbWHDsWFuYSBjb24gb3Ryb3MgdHJhZGVycyBzZW1lamFudGVzIGEgZWwgZW4gbnVlc3RyYSBzYWxhIGRlIHRyYWRpbmcgZW4gdml2by4gw4lsIGVzIHVuIHRyYWRlciBkZSBpbXB1bHNvIHkgdXRpbGl6YSBsb3Mgc2lzdGVtYXMgcHJlZGljdGl2b3MgZGUgdHJhZGluZyBkZSBSaW9zUXVhbnQuLiZuYnNwO1svdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3NjoiW2ltYWdlcyBzdHlsZT1cIjVcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L2VxdWl0eS1jdXJ2ZS1waWVycmUuanBnXCIgd2lkdGg9XCI4MDhcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2ODoiW2ltYWdlcyBzdHlsZT1cIjBcIiBsYXJnZV9pbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L2VxdWl0eS1jdXJ2ZS1waWVycmUuanBnXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNzQ6Ilt2aWRlb19wbGF5ZXIgdHlwZT1cInVybFwiIGF1dG9fcGxheT1cIllcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTYwXCIgaGVpZ2h0PVwiMzE1XCIgYWxpZ249XCJjZW50ZXJcIiBtYXJnaW5fdG9wPVwiMFwiIG1hcmdpbl9ib3R0b209XCIyMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1Rjd05EZzBOVGN1YUdRdWJYQTBQM005T0dGa1lXUTRNRE5pWkRkak5tVmlNR00wT0RKa056QTFaREUwTm1SbE56az1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc5NjoiW29wdGluX2JveCBzdHlsZT1cIjExXCIgd2lkdGg9XCI0NTBcIiBtYXJnaW5fdG9wPVwiMTVcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9maWVsZD1cImVtYWlsXCIgZW1haWxfZGVmYXVsdD1cIkluZ3Jlc2EgdHUgZGlyZWNjacOzbiBkZSBjb3JyZW8gZWxlY3Ryw7NuaWNvXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNDQ4Mzk0XCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJJbmdyZXNhIHR1IG5vbWJyZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVJYTjBZU0JsY3lCc1lTQm9hWE4wYjNKcFlTQmtaU0JRYVdWeWNtVWdMU0FnYUdGbllTQmpiR2xqSUhCaGNtRWdkbVZ5SUdWc0lIWnBaR1Z2Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVZhbG9yYW1vcyBzdSBwcml2YWNpZGFkIHkgbnVuY2EgbGUgZW52aWFyZW1vcyBzcGFtWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIl1DbGljayB5IGx1ZWdvIHJldmlzZSBzdSBiYW5kZWphIGRlIGVudHJhZGEgcGFyYSB1bmEgY29uZmlybWFjacOzbiFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NDoiZTMwPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjYzOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMTdcIiB3aWR0aD1cIjk0MFwiXTxoMiBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3BhbiBzdHlsZT1cImNvbG9yOiAjNDI1MDYzO1wiPjMgUGFzb3MgUGFyYSBDb21lbnphciBUdSBQcnVlYmEgR3JhdHVpdGEgZGVsIFNpc3RlbWHCoDwvc3Bhbj48L2gyPgo8cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTk3OiJbc3RlcF9ncmFwaGljcyBzdHlsZT1cIjVcIiBjb2xvcj1cIiM0MjUwNjNcIl1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMVwiIGhlYWRsaW5lPVwiICBJbnN0YWxhY2nDs24gLSBVbiBtaWVtYnJvIGRlIHNvcG9ydGUgdMOpY25pY28gbG8gZ3VpYXLDoSBhIHRyYXbDqXMgZGUgbGEgaW5zdGFsYWNpw7NuLCBoYWNpZW5kbyBlbCBwcm9jZXNvIHLDoXBpZG8geSBzaW4gcHJvYmxlbWFzLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiRW50cmVuYW1pZW50byAtIFNlc2lvbmVzIHBlcnNvbmFsaXphZGFzIHkgZ3J1cGFsZXMuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIzXCIgaGVhZGxpbmU9XCJTYWxhIGRlIFRyYWRpbmcgZW4gVml2byAtIEV4cGVyaW1lbnRlIGVsIHBvZGVyIGRlIGludGVsaWdlbmNpYSBkZSB0cmFkaW5nIGEgdGllbXBvIHJlYWwgY29uIGxvcyBtaWVtYnJvcyB5IGVudHJlbmFkb3JlcyBkZSBSaW9zUXVhbnQgcGFyYSBhc2VndXJhcnNlIGRlIG9idGVuZXIgZWwgbcOheGltbyBwcm92ZWNobyBkZSB0dSBwcnVlYmEgZ3JhdHVpdGEuXCJdWy9zdGVwXVsvc3RlcF9ncmFwaGljc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ0NToiW3Rlc3RpbW9uaWFscyBzdHlsZT1cIjJcIiBtYXJnaW5fdG9wPVwiXCIgbWFyZ2luX2JvdHRvbT1cIlwiXVt0ZXN0aW1vbmlhbCBuYW1lPVwiUGllcnJlIC0gTmV3IEplcnNleSBVU0FcIiBjb21wYW55PVwiTWllbWJybyBkZSBSaW9zUXVhbnQgZGVzZGUgMjAxMlwiIGhyZWY9XCJcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L3BpZXJyZS1nYW1pbC1waWMuanBnXCJdPHA+XCJObyBwb2Ryw61hIGhhYmVybG8gaGVjaG8gc2luIHVzdGVkZXMuLi4gTnVuY2EgcG9kcsOpIGFncmFkZWNlciBsbyBzdWZpY2llbnRlIGEgSm9lIFJpb3MsIEVQLCB5IFN0ZXZlIHBvciBsYSBkZWRpY2FjacOzbiBxdWUgbXVlc3RyYW4geSBlbCBhcG95byBxdWUgb2ZyZWNlbiFcIjwvcD5bL3Rlc3RpbW9uaWFsXVsvdGVzdGltb25pYWxzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6MzA6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxMDQyOiJbb3B0aW5fYm94IHN0eWxlPVwiNlwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiSW5ncmVzYSB0dSBjb3JyZW8gZWxlY3Ryw7NuaWNvXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGRvdWJsZV9vcHRpbj1cIllcIiBsaXN0PVwiMzQ0ODM5NFwiIG5hbWVfZmllbGQ9XCJuYW1lXCIgbmFtZV9kZWZhdWx0PVwiSW5ncmVzZSBzdSBub21icmVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl0gQWNjZWRlIGEgTnVlc3RybyBQcmVtaWFkbyBUcmFkaW5nIFJvb20gLSBDb21pZW56YSB0dSBwcnVlYmEgZ3JhdHVpdGEgWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdVW1WelpYSjJaU0J6ZFNCc2RXZGhjaUJrWlNCcGJtMWxaR2xoZEc4c0lHVnNJR1Z6Y0dGamFXOGdaWE1nYkdsdGFYUmhaRzh1SUVsdVozSmxjMlVnYzNVZ1kyOXljbVZ2SUdWc1pXTjBjc096Ym1samJ5Qm9iM2tnY0dGeVlTQmhjMlZuZFhKaGNpQnpkU0JoWTJObGMyOHVJRVZzSUhSeVlXUnBibWNnWlc0Z2RtbDJieUJqYjIxcFpXNTZZU0JrWlNCc2RXNWxjeUJoSUhacFpYSnVaWE1nWVNCc1lYTWdOem96TUdGdElFVlVMQ0JsYkNCbGMzQmhZMmx2SUdWeklHeHBiV2wwWVdSdklHRnp3NjBnY1hWbElHbHVaM0psYzJVZ05TQnRhVzUxZEc5eklHRnVkR1Z6TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1WYWxvcmFtb3Mgc3UgcHJpdmFjaWRhZCB5IG51bmNhIGxlIGVudmlhcmVtb3Mgc3BhbVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXU9idGVuZ2EgQWNjZXNvIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0Njg6IltpbWdfdGV4dF9hc2lkZSBzdHlsZT1cIjJcIiBpbWFnZT1cIlwiIGltYWdlX2FsaWdubWVudD1cImxlZnRcIiBoZWFkbGluZT1cIk9wZXJlIEZ1dHVyb3MgRXhpdG9zYW1lbnRlIFNvYnJlIGxvcyBIb21icm9zIGRlIEdpZ2FudGVzXCIgdGV4dD1cIi0gcG9yIERyLiBEZWFuIEhhbmRsZXkKRnV0dXJlcyBUcnV0aCBNYWdhemluZQpSaW9zIFF1YW50aXRhdGl2ZSAgZnVlIHNlbGVjY2lvbmFkbyBjb21vIHVuYSBkZSBsYXMgZGlleiBtZWpvcmVzIHNhbGFzIGRlIHRyYWRpbmcgZW4gbcOhcyBkZSA0MjIgc2FsYXMgZW4gdW4gcmVjaWVudGUgcmVwb3J0ZS4gT2J0ZW5nYSB1bmEgY29waWEgZ3JhdHVpdGEgZGVsIGluZm9ybWUgeSBkZXNjdWJyYSBxdWUgc2FsYXMgZGUgdHJhZGluZyBzb24gcmVudGFibGVzIGVuIHZpdm8geSBjdcOhbGVzIG5vIGxvIHNvbiFcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIl1bL2ltZ190ZXh0X2FzaWRlXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTQxOiJbaW1nX3RleHRfYXNpZGUgc3R5bGU9XCIyXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9mdXR1cmVzLXRydXRoLmpwZ1wiIGltYWdlX2FsaWdubWVudD1cImxlZnRcIiBoZWFkbGluZT1cIk9wZXJlIEZ1dHVyb3MgRXhpdG9zYW1lbnRlIFNvYnJlIGxvcyBIb21icm9zIGRlIEdpZ2FudGVzXCIgdGV4dD1cIi0gcG9yIERyLiBEZWFuIEhhbmRsZXkKIEZ1dHVyZXMgVHJ1dGggTWFnYXppbmUKUmlvcyBRdWFudGl0YXRpdmUgIGZ1ZSBzZWxlY2Npb25hZG8gY29tbyB1bmEgZGUgbGFzIGRpZXogbWVqb3JlcyBzYWxhcyBkZSB0cmFkaW5nIGVuIG3DoXMgZGUgNDIyIHNhbGFzIGVuIHVuIHJlY2llbnRlIHJlcG9ydGUuIE9idGVuZ2EgdW5hIGNvcGlhIGdyYXR1aXRhIGRlbCBpbmZvcm1lIHkgZGVzY3VicmEgcXVlIHNhbGFzIGRlIHRyYWRpbmcgc29uIHJlbnRhYmxlcyBlbiB2aXZvIHkgY3XDoWxlcyBubyBsbyBzb24hXCIgYWxpZ25tZW50PVwibGVmdFwiXVsvaW1nX3RleHRfYXNpZGVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjQ7YTo0OntzOjk6InJvd19jbGFzcyI7czoyOToicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMTE6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5FWElTVEUgVU4gUklFU0dPIFNVU1RBTkNJQUwgREUgUMOJUkRJREEgRU4gTEEgTkVHT0NJQUNJw5NOIERFIEZVVFVST1MgREUgQ09NTU9ESVRJRVMsIENGRCBZIFBST0RVQ1RPUyBERSBESVZJU0FTPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','revision','2014-06-01 17:42:04'),(163,1776,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE5MzoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1UaGUgVHJhZGluZyBSb29twq5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTkxOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjJcIiBmb250X2ZvbnQ9XCJPcGVuIFNhbnNcIiBmb250X3N0eWxlPVwiMzAwXCIgZm9udF9jb2xvcj1cIiMzOTU0NjhcIiBhbGlnbj1cImNlbnRlclwiXUV4Y2VsZW5jaWEgZGVzZGUgMTk5NyAtIENvbWllbnphIHR1IHBydWViYSBncmF0dWl0YSBhaG9yYSFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjU6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzY2OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUGllcnJlLCBtaWVtYnJvIGRlIFJpb3NRdWFudCwgdG9tw7MgICQxLjYwMCBkZSB1dGlsaWRhZGVzIGVuIGxvcyBtZXJjYWRvcyBkZSBmdXR1cm9zIGVuIGRvcyBkw61hcyBjb24gMTMgb3BlcmFjaW9ucy4gw4lsIG9wZXJhIGNhZGEgbWHDsWFuYSBjb24gb3Ryb3MgdHJhZGVycyBzZW1lamFudGVzIGEgZWwgZW4gbnVlc3RyYSBzYWxhIGRlIHRyYWRpbmcgZW4gdml2by4gw4lsIGVzIHVuIHRyYWRlciBkZSBpbXB1bHNvIHkgdXRpbGl6YSBsb3Mgc2lzdGVtYXMgcHJlZGljdGl2b3MgZGUgdHJhZGluZyBkZSBSaW9zUXVhbnQuLiZuYnNwO1svdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3NjoiW2ltYWdlcyBzdHlsZT1cIjVcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L2VxdWl0eS1jdXJ2ZS1waWVycmUuanBnXCIgd2lkdGg9XCI4MDhcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2ODoiW2ltYWdlcyBzdHlsZT1cIjBcIiBsYXJnZV9pbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L2VxdWl0eS1jdXJ2ZS1waWVycmUuanBnXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNzQ6Ilt2aWRlb19wbGF5ZXIgdHlwZT1cInVybFwiIGF1dG9fcGxheT1cIllcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTYwXCIgaGVpZ2h0PVwiMzE1XCIgYWxpZ249XCJjZW50ZXJcIiBtYXJnaW5fdG9wPVwiMFwiIG1hcmdpbl9ib3R0b209XCIyMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1Rjd05EZzBOVGN1YUdRdWJYQTBQM005T0dGa1lXUTRNRE5pWkRkak5tVmlNR00wT0RKa056QTFaREUwTm1SbE56az1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc5NjoiW29wdGluX2JveCBzdHlsZT1cIjExXCIgd2lkdGg9XCI0NTBcIiBtYXJnaW5fdG9wPVwiMTVcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9maWVsZD1cImVtYWlsXCIgZW1haWxfZGVmYXVsdD1cIkluZ3Jlc2EgdHUgZGlyZWNjacOzbiBkZSBjb3JyZW8gZWxlY3Ryw7NuaWNvXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNDQ4Mzk0XCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJJbmdyZXNhIHR1IG5vbWJyZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVJYTjBZU0JsY3lCc1lTQm9hWE4wYjNKcFlTQmtaU0JRYVdWeWNtVWdMU0FnYUdGbllTQmpiR2xqSUhCaGNtRWdkbVZ5SUdWc0lIWnBaR1Z2Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVZhbG9yYW1vcyBzdSBwcml2YWNpZGFkIHkgbnVuY2EgbGUgZW52aWFyZW1vcyBzcGFtWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIl1DbGljayB5IGx1ZWdvIHJldmlzZSBzdSBiYW5kZWphIGRlIGVudHJhZGEgcGFyYSB1bmEgY29uZmlybWFjacOzbiFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NDoiZTMwPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjYzOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMTdcIiB3aWR0aD1cIjk0MFwiXTxoMiBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3BhbiBzdHlsZT1cImNvbG9yOiAjNDI1MDYzO1wiPjMgUGFzb3MgUGFyYSBDb21lbnphciBUdSBQcnVlYmEgR3JhdHVpdGEgZGVsIFNpc3RlbWHCoDwvc3Bhbj48L2gyPgo8cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTk3OiJbc3RlcF9ncmFwaGljcyBzdHlsZT1cIjVcIiBjb2xvcj1cIiM0MjUwNjNcIl1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMVwiIGhlYWRsaW5lPVwiICBJbnN0YWxhY2nDs24gLSBVbiBtaWVtYnJvIGRlIHNvcG9ydGUgdMOpY25pY28gbG8gZ3VpYXLDoSBhIHRyYXbDqXMgZGUgbGEgaW5zdGFsYWNpw7NuLCBoYWNpZW5kbyBlbCBwcm9jZXNvIHLDoXBpZG8geSBzaW4gcHJvYmxlbWFzLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiRW50cmVuYW1pZW50byAtIFNlc2lvbmVzIHBlcnNvbmFsaXphZGFzIHkgZ3J1cGFsZXMuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIzXCIgaGVhZGxpbmU9XCJTYWxhIGRlIFRyYWRpbmcgZW4gVml2byAtIEV4cGVyaW1lbnRlIGVsIHBvZGVyIGRlIGludGVsaWdlbmNpYSBkZSB0cmFkaW5nIGEgdGllbXBvIHJlYWwgY29uIGxvcyBtaWVtYnJvcyB5IGVudHJlbmFkb3JlcyBkZSBSaW9zUXVhbnQgcGFyYSBhc2VndXJhcnNlIGRlIG9idGVuZXIgZWwgbcOheGltbyBwcm92ZWNobyBkZSB0dSBwcnVlYmEgZ3JhdHVpdGEuXCJdWy9zdGVwXVsvc3RlcF9ncmFwaGljc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ0NToiW3Rlc3RpbW9uaWFscyBzdHlsZT1cIjJcIiBtYXJnaW5fdG9wPVwiXCIgbWFyZ2luX2JvdHRvbT1cIlwiXVt0ZXN0aW1vbmlhbCBuYW1lPVwiUGllcnJlIC0gTmV3IEplcnNleSBVU0FcIiBjb21wYW55PVwiTWllbWJybyBkZSBSaW9zUXVhbnQgZGVzZGUgMjAxMlwiIGhyZWY9XCJcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L3BpZXJyZS1nYW1pbC1waWMuanBnXCJdPHA+XCJObyBwb2Ryw61hIGhhYmVybG8gaGVjaG8gc2luIHVzdGVkZXMuLi4gTnVuY2EgcG9kcsOpIGFncmFkZWNlciBsbyBzdWZpY2llbnRlIGEgSm9lIFJpb3MsIEVQLCB5IFN0ZXZlIHBvciBsYSBkZWRpY2FjacOzbiBxdWUgbXVlc3RyYW4geSBlbCBhcG95byBxdWUgb2ZyZWNlbiFcIjwvcD5bL3Rlc3RpbW9uaWFsXVsvdGVzdGltb25pYWxzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6MzA6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxMDQyOiJbb3B0aW5fYm94IHN0eWxlPVwiNlwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiSW5ncmVzYSB0dSBjb3JyZW8gZWxlY3Ryw7NuaWNvXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGRvdWJsZV9vcHRpbj1cIllcIiBsaXN0PVwiMzQ0ODM5NFwiIG5hbWVfZmllbGQ9XCJuYW1lXCIgbmFtZV9kZWZhdWx0PVwiSW5ncmVzZSBzdSBub21icmVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl0gQWNjZWRlIGEgTnVlc3RybyBQcmVtaWFkbyBUcmFkaW5nIFJvb20gLSBDb21pZW56YSB0dSBwcnVlYmEgZ3JhdHVpdGEgWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdVW1WelpYSjJZU0IwZFNCc2RXZGhjaUJrWlNCcGJtMWxaR2xoZEc4c0lHVnNJR1Z6Y0dGamFXOGdaWE1nYkdsdGFYUmhaRzh1SUVsdVozSmxjMkVnZEhVZ1kyOXljbVZ2SUdWc1pXTjBjc096Ym1samJ5Qm9iM2tnY0dGeVlTQmhjMlZuZFhKaGNpQnpkU0JoWTJObGMyOHVJRVZzSUhSeVlXUnBibWNnWlc0Z2RtbDJieUJqYjIxcFpXNTZZU0JrWlNCc2RXNWxjeUJoSUhacFpYSnVaWE1nWVNCc1lYTWdOem96TUdGdElFVlVMQ0JsYkNCbGMzQmhZMmx2SUdWeklHeHBiV2wwWVdSdklHRnp3NjBnY1hWbElHbHVaM0psYzJFZ05TQnRhVzUxZEc5eklHRnVkR1Z6TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1WYWxvcmFtb3Mgc3UgcHJpdmFjaWRhZCB5IG51bmNhIGxlIGVudmlhcmVtb3Mgc3BhbVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXU9idGVuZ2EgQWNjZXNvIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0Njg6IltpbWdfdGV4dF9hc2lkZSBzdHlsZT1cIjJcIiBpbWFnZT1cIlwiIGltYWdlX2FsaWdubWVudD1cImxlZnRcIiBoZWFkbGluZT1cIk9wZXJlIEZ1dHVyb3MgRXhpdG9zYW1lbnRlIFNvYnJlIGxvcyBIb21icm9zIGRlIEdpZ2FudGVzXCIgdGV4dD1cIi0gcG9yIERyLiBEZWFuIEhhbmRsZXkKRnV0dXJlcyBUcnV0aCBNYWdhemluZQpSaW9zIFF1YW50aXRhdGl2ZSAgZnVlIHNlbGVjY2lvbmFkbyBjb21vIHVuYSBkZSBsYXMgZGlleiBtZWpvcmVzIHNhbGFzIGRlIHRyYWRpbmcgZW4gbcOhcyBkZSA0MjIgc2FsYXMgZW4gdW4gcmVjaWVudGUgcmVwb3J0ZS4gT2J0ZW5nYSB1bmEgY29waWEgZ3JhdHVpdGEgZGVsIGluZm9ybWUgeSBkZXNjdWJyYSBxdWUgc2FsYXMgZGUgdHJhZGluZyBzb24gcmVudGFibGVzIGVuIHZpdm8geSBjdcOhbGVzIG5vIGxvIHNvbiFcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIl1bL2ltZ190ZXh0X2FzaWRlXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTQxOiJbaW1nX3RleHRfYXNpZGUgc3R5bGU9XCIyXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9mdXR1cmVzLXRydXRoLmpwZ1wiIGltYWdlX2FsaWdubWVudD1cImxlZnRcIiBoZWFkbGluZT1cIk9wZXJlIEZ1dHVyb3MgRXhpdG9zYW1lbnRlIFNvYnJlIGxvcyBIb21icm9zIGRlIEdpZ2FudGVzXCIgdGV4dD1cIi0gcG9yIERyLiBEZWFuIEhhbmRsZXkKIEZ1dHVyZXMgVHJ1dGggTWFnYXppbmUKUmlvcyBRdWFudGl0YXRpdmUgIGZ1ZSBzZWxlY2Npb25hZG8gY29tbyB1bmEgZGUgbGFzIGRpZXogbWVqb3JlcyBzYWxhcyBkZSB0cmFkaW5nIGVuIG3DoXMgZGUgNDIyIHNhbGFzIGVuIHVuIHJlY2llbnRlIHJlcG9ydGUuIE9idGVuZ2EgdW5hIGNvcGlhIGdyYXR1aXRhIGRlbCBpbmZvcm1lIHkgZGVzY3VicmEgcXVlIHNhbGFzIGRlIHRyYWRpbmcgc29uIHJlbnRhYmxlcyBlbiB2aXZvIHkgY3XDoWxlcyBubyBsbyBzb24hXCIgYWxpZ25tZW50PVwibGVmdFwiXVsvaW1nX3RleHRfYXNpZGVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjQ7YTo0OntzOjk6InJvd19jbGFzcyI7czoyOToicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMTE6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5FWElTVEUgVU4gUklFU0dPIFNVU1RBTkNJQUwgREUgUMOJUkRJREEgRU4gTEEgTkVHT0NJQUNJw5NOIERFIEZVVFVST1MgREUgQ09NTU9ESVRJRVMsIENGRCBZIFBST0RVQ1RPUyBERSBESVZJU0FTPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','revision','2014-06-01 17:42:16'),(164,1776,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE5MzoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1UaGUgVHJhZGluZyBSb29twq5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTkxOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjJcIiBmb250X2ZvbnQ9XCJPcGVuIFNhbnNcIiBmb250X3N0eWxlPVwiMzAwXCIgZm9udF9jb2xvcj1cIiMzOTU0NjhcIiBhbGlnbj1cImNlbnRlclwiXUV4Y2VsZW5jaWEgZGVzZGUgMTk5NyAtIENvbWllbnphIHR1IHBydWViYSBncmF0dWl0YSBhaG9yYSFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjU6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzY2OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUGllcnJlLCBtaWVtYnJvIGRlIFJpb3NRdWFudCwgdG9tw7MgICQxLjYwMCBkZSB1dGlsaWRhZGVzIGVuIGxvcyBtZXJjYWRvcyBkZSBmdXR1cm9zIGVuIGRvcyBkw61hcyBjb24gMTMgb3BlcmFjaW9ucy4gw4lsIG9wZXJhIGNhZGEgbWHDsWFuYSBjb24gb3Ryb3MgdHJhZGVycyBzZW1lamFudGVzIGEgZWwgZW4gbnVlc3RyYSBzYWxhIGRlIHRyYWRpbmcgZW4gdml2by4gw4lsIGVzIHVuIHRyYWRlciBkZSBpbXB1bHNvIHkgdXRpbGl6YSBsb3Mgc2lzdGVtYXMgcHJlZGljdGl2b3MgZGUgdHJhZGluZyBkZSBSaW9zUXVhbnQuLiZuYnNwO1svdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3NjoiW2ltYWdlcyBzdHlsZT1cIjVcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L2VxdWl0eS1jdXJ2ZS1waWVycmUuanBnXCIgd2lkdGg9XCI4MDhcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2ODoiW2ltYWdlcyBzdHlsZT1cIjBcIiBsYXJnZV9pbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L2VxdWl0eS1jdXJ2ZS1waWVycmUuanBnXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNzQ6Ilt2aWRlb19wbGF5ZXIgdHlwZT1cInVybFwiIGF1dG9fcGxheT1cIllcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTYwXCIgaGVpZ2h0PVwiMzE1XCIgYWxpZ249XCJjZW50ZXJcIiBtYXJnaW5fdG9wPVwiMFwiIG1hcmdpbl9ib3R0b209XCIyMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1Rjd05EZzBOVGN1YUdRdWJYQTBQM005T0dGa1lXUTRNRE5pWkRkak5tVmlNR00wT0RKa056QTFaREUwTm1SbE56az1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjgwMzoiW29wdGluX2JveCBzdHlsZT1cIjExXCIgd2lkdGg9XCI0NTBcIiBtYXJnaW5fdG9wPVwiMTVcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9maWVsZD1cImVtYWlsXCIgZW1haWxfZGVmYXVsdD1cIkluZ3Jlc2EgdHUgZGlyZWNjacOzbiBkZSBjb3JyZW8gZWxlY3Ryw7NuaWNvXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNDQ4Mzk0XCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJJbmdyZXNhIHR1IG5vbWJyZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVJYTjBZU0JsY3lCc1lTQm9hWE4wYjNKcFlTQmtaU0JRYVdWeWNtVWdMU0FnYUdGbllTQmpiR2xqSUhCaGNtRWdkbVZ5SUdWc0lIWnBaR1Z2Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVZhbG9yYW1vcyBzdSBwcml2YWNpZGFkIHkgbnVuY2EgbGUgZW52aWFyZW1vcyBzcGFtWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIl1DbGljayBhcXXDrSB5IGx1ZWdvIHJldmlzYSB0dSBiYW5kZWphIGRlIGVudHJhZGEgcGFyYSBjb25maXJtYXIgZWwgZW1haWwhWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjQ6ImUzMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI2MzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE3XCIgd2lkdGg9XCI5NDBcIl08aDIgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PHNwYW4gc3R5bGU9XCJjb2xvcjogIzQyNTA2MztcIj4zIFBhc29zIFBhcmEgQ29tZW56YXIgVHUgUHJ1ZWJhIEdyYXR1aXRhIGRlbCBTaXN0ZW1hwqA8L3NwYW4+PC9oMj4KPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU5NzoiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCI1XCIgY29sb3I9XCIjNDI1MDYzXCJdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIiAgSW5zdGFsYWNpw7NuIC0gVW4gbWllbWJybyBkZSBzb3BvcnRlIHTDqWNuaWNvIGxvIGd1aWFyw6EgYSB0cmF2w6lzIGRlIGxhIGluc3RhbGFjacOzbiwgaGFjaWVuZG8gZWwgcHJvY2VzbyByw6FwaWRvIHkgc2luIHByb2JsZW1hcy5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIkVudHJlbmFtaWVudG8gLSBTZXNpb25lcyBwZXJzb25hbGl6YWRhcyB5IGdydXBhbGVzLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiM1wiIGhlYWRsaW5lPVwiU2FsYSBkZSBUcmFkaW5nIGVuIFZpdm8gLSBFeHBlcmltZW50ZSBlbCBwb2RlciBkZSBpbnRlbGlnZW5jaWEgZGUgdHJhZGluZyBhIHRpZW1wbyByZWFsIGNvbiBsb3MgbWllbWJyb3MgeSBlbnRyZW5hZG9yZXMgZGUgUmlvc1F1YW50IHBhcmEgYXNlZ3VyYXJzZSBkZSBvYnRlbmVyIGVsIG3DoXhpbW8gcHJvdmVjaG8gZGUgdHUgcHJ1ZWJhIGdyYXR1aXRhLlwiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0NDU6Ilt0ZXN0aW1vbmlhbHMgc3R5bGU9XCIyXCIgbWFyZ2luX3RvcD1cIlwiIG1hcmdpbl9ib3R0b209XCJcIl1bdGVzdGltb25pYWwgbmFtZT1cIlBpZXJyZSAtIE5ldyBKZXJzZXkgVVNBXCIgY29tcGFueT1cIk1pZW1icm8gZGUgUmlvc1F1YW50IGRlc2RlIDIwMTJcIiBocmVmPVwiXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9waWVycmUtZ2FtaWwtcGljLmpwZ1wiXTxwPlwiTm8gcG9kcsOtYSBoYWJlcmxvIGhlY2hvIHNpbiB1c3RlZGVzLi4uIE51bmNhIHBvZHLDqSBhZ3JhZGVjZXIgbG8gc3VmaWNpZW50ZSBhIEpvZSBSaW9zLCBFUCwgeSBTdGV2ZSBwb3IgbGEgZGVkaWNhY2nDs24gcXVlIG11ZXN0cmFuIHkgZWwgYXBveW8gcXVlIG9mcmVjZW4hXCI8L3A+Wy90ZXN0aW1vbmlhbF1bL3Rlc3RpbW9uaWFsc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjMwOiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTA0MjoiW29wdGluX2JveCBzdHlsZT1cIjZcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9maWVsZD1cImVtYWlsXCIgZW1haWxfZGVmYXVsdD1cIkluZ3Jlc2EgdHUgY29ycmVvIGVsZWN0csOzbmljb1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJhd2ViZXJcIiBkb3VibGVfb3B0aW49XCJZXCIgbGlzdD1cIjM0NDgzOTRcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkluZ3Jlc2Ugc3Ugbm9tYnJlXCIgbmFtZV9vcmRlcj1cIjBcIiBuYW1lX3JlcXVpcmVkPVwiTlwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdIEFjY2VkZSBhIE51ZXN0cm8gUHJlbWlhZG8gVHJhZGluZyBSb29tIC0gQ29taWVuemEgdHUgcHJ1ZWJhIGdyYXR1aXRhIFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVVtVnpaWEoyWVNCMGRTQnNkV2RoY2lCa1pTQnBibTFsWkdsaGRHOHNJR1ZzSUdWemNHRmphVzhnWlhNZ2JHbHRhWFJoWkc4dUlFbHVaM0psYzJFZ2RIVWdZMjl5Y21WdklHVnNaV04wY3NPemJtbGpieUJvYjNrZ2NHRnlZU0JoYzJWbmRYSmhjaUJ6ZFNCaFkyTmxjMjh1SUVWc0lIUnlZV1JwYm1jZ1pXNGdkbWwyYnlCamIyMXBaVzU2WVNCa1pTQnNkVzVsY3lCaElIWnBaWEp1WlhNZ1lTQnNZWE1nTnpvek1HRnRJRVZVTENCbGJDQmxjM0JoWTJsdklHVnpJR3hwYldsMFlXUnZJR0Z6dzYwZ2NYVmxJR2x1WjNKbGMyRWdOU0J0YVc1MWRHOXpJR0Z1ZEdWekxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdVmFsb3JhbW9zIHN1IHByaXZhY2lkYWQgeSBudW5jYSBsZSBlbnZpYXJlbW9zIHNwYW1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1PYnRlbmdhIEFjY2VzbyFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDY4OiJbaW1nX3RleHRfYXNpZGUgc3R5bGU9XCIyXCIgaW1hZ2U9XCJcIiBpbWFnZV9hbGlnbm1lbnQ9XCJsZWZ0XCIgaGVhZGxpbmU9XCJPcGVyZSBGdXR1cm9zIEV4aXRvc2FtZW50ZSBTb2JyZSBsb3MgSG9tYnJvcyBkZSBHaWdhbnRlc1wiIHRleHQ9XCItIHBvciBEci4gRGVhbiBIYW5kbGV5CkZ1dHVyZXMgVHJ1dGggTWFnYXppbmUKUmlvcyBRdWFudGl0YXRpdmUgIGZ1ZSBzZWxlY2Npb25hZG8gY29tbyB1bmEgZGUgbGFzIGRpZXogbWVqb3JlcyBzYWxhcyBkZSB0cmFkaW5nIGVuIG3DoXMgZGUgNDIyIHNhbGFzIGVuIHVuIHJlY2llbnRlIHJlcG9ydGUuIE9idGVuZ2EgdW5hIGNvcGlhIGdyYXR1aXRhIGRlbCBpbmZvcm1lIHkgZGVzY3VicmEgcXVlIHNhbGFzIGRlIHRyYWRpbmcgc29uIHJlbnRhYmxlcyBlbiB2aXZvIHkgY3XDoWxlcyBubyBsbyBzb24hXCIgYWxpZ25tZW50PVwiY2VudGVyXCJdWy9pbWdfdGV4dF9hc2lkZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU0MToiW2ltZ190ZXh0X2FzaWRlIHN0eWxlPVwiMlwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvZnV0dXJlcy10cnV0aC5qcGdcIiBpbWFnZV9hbGlnbm1lbnQ9XCJsZWZ0XCIgaGVhZGxpbmU9XCJPcGVyZSBGdXR1cm9zIEV4aXRvc2FtZW50ZSBTb2JyZSBsb3MgSG9tYnJvcyBkZSBHaWdhbnRlc1wiIHRleHQ9XCItIHBvciBEci4gRGVhbiBIYW5kbGV5CiBGdXR1cmVzIFRydXRoIE1hZ2F6aW5lClJpb3MgUXVhbnRpdGF0aXZlICBmdWUgc2VsZWNjaW9uYWRvIGNvbW8gdW5hIGRlIGxhcyBkaWV6IG1lam9yZXMgc2FsYXMgZGUgdHJhZGluZyBlbiBtw6FzIGRlIDQyMiBzYWxhcyBlbiB1biByZWNpZW50ZSByZXBvcnRlLiBPYnRlbmdhIHVuYSBjb3BpYSBncmF0dWl0YSBkZWwgaW5mb3JtZSB5IGRlc2N1YnJhIHF1ZSBzYWxhcyBkZSB0cmFkaW5nIHNvbiByZW50YWJsZXMgZW4gdml2byB5IGN1w6FsZXMgbm8gbG8gc29uIVwiIGFsaWdubWVudD1cImxlZnRcIl1bL2ltZ190ZXh0X2FzaWRlXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjExOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+RVhJU1RFIFVOIFJJRVNHTyBTVVNUQU5DSUFMIERFIFDDiVJESURBIEVOIExBIE5FR09DSUFDScOTTiBERSBGVVRVUk9TIERFIENPTU1PRElUSUVTLCBDRkQgWSBQUk9EVUNUT1MgREUgRElWSVNBUzwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19','revision','2014-06-01 18:17:04'),(165,1776,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE5MzoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1UaGUgVHJhZGluZyBSb29twq5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTkxOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjJcIiBmb250X2ZvbnQ9XCJPcGVuIFNhbnNcIiBmb250X3N0eWxlPVwiMzAwXCIgZm9udF9jb2xvcj1cIiMzOTU0NjhcIiBhbGlnbj1cImNlbnRlclwiXUV4Y2VsZW5jaWEgZGVzZGUgMTk5NyAtIENvbWllbnphIHR1IHBydWViYSBncmF0dWl0YSBhaG9yYSFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjU6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzY2OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUGllcnJlLCBtaWVtYnJvIGRlIFJpb3NRdWFudCwgdG9tw7MgICQxLjYwMCBkZSB1dGlsaWRhZGVzIGVuIGxvcyBtZXJjYWRvcyBkZSBmdXR1cm9zIGVuIGRvcyBkw61hcyBjb24gMTMgb3BlcmFjaW9ucy4gw4lsIG9wZXJhIGNhZGEgbWHDsWFuYSBjb24gb3Ryb3MgdHJhZGVycyBzZW1lamFudGVzIGEgZWwgZW4gbnVlc3RyYSBzYWxhIGRlIHRyYWRpbmcgZW4gdml2by4gw4lsIGVzIHVuIHRyYWRlciBkZSBpbXB1bHNvIHkgdXRpbGl6YSBsb3Mgc2lzdGVtYXMgcHJlZGljdGl2b3MgZGUgdHJhZGluZyBkZSBSaW9zUXVhbnQuLiZuYnNwO1svdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3NjoiW2ltYWdlcyBzdHlsZT1cIjVcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L2VxdWl0eS1jdXJ2ZS1waWVycmUuanBnXCIgd2lkdGg9XCI4MDhcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2ODoiW2ltYWdlcyBzdHlsZT1cIjBcIiBsYXJnZV9pbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L2VxdWl0eS1jdXJ2ZS1waWVycmUuanBnXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNzQ6Ilt2aWRlb19wbGF5ZXIgdHlwZT1cInVybFwiIGF1dG9fcGxheT1cIllcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTYwXCIgaGVpZ2h0PVwiMzE1XCIgYWxpZ249XCJjZW50ZXJcIiBtYXJnaW5fdG9wPVwiMFwiIG1hcmdpbl9ib3R0b209XCIyMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1Rjd05EZzBOVGN1YUdRdWJYQTBQM005T0dGa1lXUTRNRE5pWkRkak5tVmlNR00wT0RKa056QTFaREUwTm1SbE56az1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjgwMzoiW29wdGluX2JveCBzdHlsZT1cIjExXCIgd2lkdGg9XCI0NTBcIiBtYXJnaW5fdG9wPVwiMTVcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9maWVsZD1cImVtYWlsXCIgZW1haWxfZGVmYXVsdD1cIkluZ3Jlc2EgdHUgZGlyZWNjacOzbiBkZSBjb3JyZW8gZWxlY3Ryw7NuaWNvXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNDQ4Mzk0XCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJJbmdyZXNhIHR1IG5vbWJyZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVJYTjBZU0JsY3lCc1lTQm9hWE4wYjNKcFlTQmtaU0JRYVdWeWNtVWdMU0FnYUdGbllTQmpiR2xqSUhCaGNtRWdkbVZ5SUdWc0lIWnBaR1Z2Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVZhbG9yYW1vcyBzdSBwcml2YWNpZGFkIHkgbnVuY2EgbGUgZW52aWFyZW1vcyBzcGFtWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIl1DbGljayBhcXXDrSB5IGx1ZWdvIHJldmlzYSB0dSBiYW5kZWphIGRlIGVudHJhZGEgcGFyYSBjb25maXJtYXIgZWwgZW1haWwhWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjQ6ImUzMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI2MzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE3XCIgd2lkdGg9XCI5NDBcIl08aDIgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PHNwYW4gc3R5bGU9XCJjb2xvcjogIzQyNTA2MztcIj4zIFBhc29zIFBhcmEgQ29tZW56YXIgVHUgUHJ1ZWJhIEdyYXR1aXRhIGRlbCBTaXN0ZW1hwqA8L3NwYW4+PC9oMj4KPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU5NzoiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCI1XCIgY29sb3I9XCIjNDI1MDYzXCJdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIiAgSW5zdGFsYWNpw7NuIC0gVW4gbWllbWJybyBkZSBzb3BvcnRlIHTDqWNuaWNvIHRlIGd1aWFyw6EgYSB0cmF2w6lzIGRlIGxhIGluc3RhbGFjacOzbiwgaGFjaWVuZG8gZWwgcHJvY2VzbyByw6FwaWRvIHkgc2luIHByb2JsZW1hcy5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIkVudHJlbmFtaWVudG8gLSBTZXNpb25lcyBwZXJzb25hbGl6YWRhcyB5IGdydXBhbGVzLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiM1wiIGhlYWRsaW5lPVwiU2FsYSBkZSBUcmFkaW5nIGVuIFZpdm8gLSBFeHBlcmltZW50ZSBlbCBwb2RlciBkZSBpbnRlbGlnZW5jaWEgZGUgdHJhZGluZyBhIHRpZW1wbyByZWFsIGNvbiBsb3MgbWllbWJyb3MgeSBlbnRyZW5hZG9yZXMgZGUgUmlvc1F1YW50IHBhcmEgYXNlZ3VyYXJzZSBkZSBvYnRlbmVyIGVsIG3DoXhpbW8gcHJvdmVjaG8gZGUgdHUgcHJ1ZWJhIGdyYXR1aXRhLlwiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0NDU6Ilt0ZXN0aW1vbmlhbHMgc3R5bGU9XCIyXCIgbWFyZ2luX3RvcD1cIlwiIG1hcmdpbl9ib3R0b209XCJcIl1bdGVzdGltb25pYWwgbmFtZT1cIlBpZXJyZSAtIE5ldyBKZXJzZXkgVVNBXCIgY29tcGFueT1cIk1pZW1icm8gZGUgUmlvc1F1YW50IGRlc2RlIDIwMTJcIiBocmVmPVwiXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9waWVycmUtZ2FtaWwtcGljLmpwZ1wiXTxwPlwiTm8gcG9kcsOtYSBoYWJlcmxvIGhlY2hvIHNpbiB1c3RlZGVzLi4uIE51bmNhIHBvZHLDqSBhZ3JhZGVjZXIgbG8gc3VmaWNpZW50ZSBhIEpvZSBSaW9zLCBFUCwgeSBTdGV2ZSBwb3IgbGEgZGVkaWNhY2nDs24gcXVlIG11ZXN0cmFuIHkgZWwgYXBveW8gcXVlIG9mcmVjZW4hXCI8L3A+Wy90ZXN0aW1vbmlhbF1bL3Rlc3RpbW9uaWFsc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjMwOiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTA0MjoiW29wdGluX2JveCBzdHlsZT1cIjZcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9maWVsZD1cImVtYWlsXCIgZW1haWxfZGVmYXVsdD1cIkluZ3Jlc2EgdHUgY29ycmVvIGVsZWN0csOzbmljb1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJhd2ViZXJcIiBkb3VibGVfb3B0aW49XCJZXCIgbGlzdD1cIjM0NDgzOTRcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkluZ3Jlc2Ugc3Ugbm9tYnJlXCIgbmFtZV9vcmRlcj1cIjBcIiBuYW1lX3JlcXVpcmVkPVwiTlwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdIEFjY2VkZSBhIE51ZXN0cm8gUHJlbWlhZG8gVHJhZGluZyBSb29tIC0gQ29taWVuemEgdHUgcHJ1ZWJhIGdyYXR1aXRhIFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVVtVnpaWEoyWVNCMGRTQnNkV2RoY2lCa1pTQnBibTFsWkdsaGRHOHNJR1ZzSUdWemNHRmphVzhnWlhNZ2JHbHRhWFJoWkc4dUlFbHVaM0psYzJFZ2RIVWdZMjl5Y21WdklHVnNaV04wY3NPemJtbGpieUJvYjNrZ2NHRnlZU0JoYzJWbmRYSmhjaUJ6ZFNCaFkyTmxjMjh1SUVWc0lIUnlZV1JwYm1jZ1pXNGdkbWwyYnlCamIyMXBaVzU2WVNCa1pTQnNkVzVsY3lCaElIWnBaWEp1WlhNZ1lTQnNZWE1nTnpvek1HRnRJRVZVTENCbGJDQmxjM0JoWTJsdklHVnpJR3hwYldsMFlXUnZJR0Z6dzYwZ2NYVmxJR2x1WjNKbGMyRWdOU0J0YVc1MWRHOXpJR0Z1ZEdWekxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdVmFsb3JhbW9zIHN1IHByaXZhY2lkYWQgeSBudW5jYSBsZSBlbnZpYXJlbW9zIHNwYW1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1PYnRlbmdhIEFjY2VzbyFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDY4OiJbaW1nX3RleHRfYXNpZGUgc3R5bGU9XCIyXCIgaW1hZ2U9XCJcIiBpbWFnZV9hbGlnbm1lbnQ9XCJsZWZ0XCIgaGVhZGxpbmU9XCJPcGVyZSBGdXR1cm9zIEV4aXRvc2FtZW50ZSBTb2JyZSBsb3MgSG9tYnJvcyBkZSBHaWdhbnRlc1wiIHRleHQ9XCItIHBvciBEci4gRGVhbiBIYW5kbGV5CkZ1dHVyZXMgVHJ1dGggTWFnYXppbmUKUmlvcyBRdWFudGl0YXRpdmUgIGZ1ZSBzZWxlY2Npb25hZG8gY29tbyB1bmEgZGUgbGFzIGRpZXogbWVqb3JlcyBzYWxhcyBkZSB0cmFkaW5nIGVuIG3DoXMgZGUgNDIyIHNhbGFzIGVuIHVuIHJlY2llbnRlIHJlcG9ydGUuIE9idGVuZ2EgdW5hIGNvcGlhIGdyYXR1aXRhIGRlbCBpbmZvcm1lIHkgZGVzY3VicmEgcXVlIHNhbGFzIGRlIHRyYWRpbmcgc29uIHJlbnRhYmxlcyBlbiB2aXZvIHkgY3XDoWxlcyBubyBsbyBzb24hXCIgYWxpZ25tZW50PVwiY2VudGVyXCJdWy9pbWdfdGV4dF9hc2lkZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU0MToiW2ltZ190ZXh0X2FzaWRlIHN0eWxlPVwiMlwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvZnV0dXJlcy10cnV0aC5qcGdcIiBpbWFnZV9hbGlnbm1lbnQ9XCJsZWZ0XCIgaGVhZGxpbmU9XCJPcGVyZSBGdXR1cm9zIEV4aXRvc2FtZW50ZSBTb2JyZSBsb3MgSG9tYnJvcyBkZSBHaWdhbnRlc1wiIHRleHQ9XCItIHBvciBEci4gRGVhbiBIYW5kbGV5CiBGdXR1cmVzIFRydXRoIE1hZ2F6aW5lClJpb3MgUXVhbnRpdGF0aXZlICBmdWUgc2VsZWNjaW9uYWRvIGNvbW8gdW5hIGRlIGxhcyBkaWV6IG1lam9yZXMgc2FsYXMgZGUgdHJhZGluZyBlbiBtw6FzIGRlIDQyMiBzYWxhcyBlbiB1biByZWNpZW50ZSByZXBvcnRlLiBPYnRlbmdhIHVuYSBjb3BpYSBncmF0dWl0YSBkZWwgaW5mb3JtZSB5IGRlc2N1YnJhIHF1ZSBzYWxhcyBkZSB0cmFkaW5nIHNvbiByZW50YWJsZXMgZW4gdml2byB5IGN1w6FsZXMgbm8gbG8gc29uIVwiIGFsaWdubWVudD1cImxlZnRcIl1bL2ltZ190ZXh0X2FzaWRlXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjExOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+RVhJU1RFIFVOIFJJRVNHTyBTVVNUQU5DSUFMIERFIFDDiVJESURBIEVOIExBIE5FR09DSUFDScOTTiBERSBGVVRVUk9TIERFIENPTU1PRElUSUVTLCBDRkQgWSBQUk9EVUNUT1MgREUgRElWSVNBUzwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19','publish','2014-06-01 18:21:39'),(169,1796,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1FdmVyIHRoaW5rIG9mIHRyYWRpbmcgZm9yIGEgbGl2aW5nP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMDQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdRXhwZXJpZW5jZSB0aGUgcG93ZXIgb2YgbWFya2V0IGludGVsbGlnZW5jZSEgU3RhcnQgYSAxNC1kYXkgZnJlZSB0cmlhbC5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzY6IltpbWFnZXMgc3R5bGU9XCI1XCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjU6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzM0OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUmlvc1F1YW50IG1lbWJlciBQaWVycmUgdG9vayAkMSw2MDAgaW4gcHJvZml0cyBmcm9tIHRoZSBmdXR1cmVzIG1hcmtldCBpbiB0d28gZGF5cyB3aXRoIDEzIHRyYWRlcy4gSGUgdHJhZGVzIGV2ZXJ5IG1vcm5pbmcgd2l0aCBvdGhlciBsaWtlLW1pbmRlZCB0cmFkZXJzIGluIG91ciBsaXZlIG9ubGluZSB0cmFkaW5nIHJvb20uIEhlIGlzIGEgbW9tZW50dW0gdHJhZGVyIGFuZCB1c2VzIHRoZSBSaW9zUXVhbnQgZm9yd2FyZC1sb29raW5nIHRyYWRpbmcgc3lzdGVtcy4mbmJzcDtbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjg6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzQzOiJbb3B0aW5fYm94IHN0eWxlPVwiMTFcIiB3aWR0aD1cIjQ1MFwiIG1hcmdpbl90b3A9XCIxNVwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNDQ0Njk4XCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1SVzUwWlhJZ2VXOTFjaUJ1WVcxbElHRnVaQ0JsYldGcGJDQmlaV3h2ZHlCMGJ5Qm5aWFFnYzNSaGNuUmxaQzR1TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIl1DbGljayB0aGVuIGNoZWNrIHlvdXIgaW5ib3ggZm9yIGNvbmZpcm1hdGlvbiFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjc0OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiBhdXRvX3BsYXk9XCJZXCIgdXJsMT1cIlwiIHVybDI9XCJcIiB3aWR0aD1cIjU2MFwiIGhlaWdodD1cIjMxNVwiIGFsaWduPVwiY2VudGVyXCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMjBcIl1hSFIwY0RvdkwzQnNZWGxsY2k1MmFXMWxieTVqYjIwdlpYaDBaWEp1WVd3dk9UYzJOakkzTlRFdWMyUXViWEEwUDNNOVlXVTVPRGsxTXpFNFlqVXhaRGsxTmpVM1kySTNORE5rTVdVeU1tUTRZVE09Wy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo0OiJlMzA9IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyODg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxN1wiIHdpZHRoPVwiOTQwXCJdPGgyIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjxzcGFuIHN0eWxlPVwiY29sb3I6ICM0MjUwNjM7XCI+WW91XCdyZSDCoDMtU3RlcHMgQXdheSB0bwpHZXR0aW5nIFN0YXJ0ZWQgV2l0aCBZb3VyIFRyYWRpbmcgU3lzdGVtIEZyZWUgVHJpYWzCoDwvc3Bhbj48L2gyPgo8cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTkyOiJbc3RlcF9ncmFwaGljcyBzdHlsZT1cIjVcIiBjb2xvcj1cIiM0MjUwNjNcIl1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMVwiIGhlYWRsaW5lPVwiSW5zdGFsbGF0aW9uIC0gVGVjaCBzdXBwb3J0IG1lbWJlciB3aWxsIHdhbGsgeW91IHRocm91Z2ggdGhlIGluc3RhbGxhdGlvbiwgbWFraW5nIHRoZSBwcm9jZXNzIHF1aWNrIGFuZCB0cm91YmxlIGZyZWUuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIyXCIgaGVhZGxpbmU9XCJUcmFpbmluZyAtICBPbmUtb24tb25lIHRyYWluaW5nIHRvIGluc3VyZSB5b3UgbGVhcm4gYWxsIHRoZSB0cmFkaW5nIHN5c3RlbSBoYXMgdG8gb2ZmZXIuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIzXCIgaGVhZGxpbmU9XCJMaXZlIFRyYWRpbmcgUm9vbSAtIEV4cGVyaWVuY2UgdGhlIHBvd2VyIG9mIG1hcmtldCBpbnRlbGxpZ2VuY2UgaW4gcmVhbCBtYXJrZXQgZW52aXJvbm1lbnQgd2l0aCBSaW9zUXVhbnQgbWVtYmVycyBhbmQgY29hY2hlcyB0byBpbnN1cmUgeW91IGdldCB0aGUgbW9zdCBvdXQgb2YgeW91ciBmcmVlIHRyaWFsLlwiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0MjM6Ilt0ZXN0aW1vbmlhbHMgc3R5bGU9XCIyXCIgbWFyZ2luX3RvcD1cIlwiIG1hcmdpbl9ib3R0b209XCJcIl1bdGVzdGltb25pYWwgbmFtZT1cIlBpZXJyZSAtIE5ldyBKZXJzZXkgVVNBXCIgY29tcGFueT1cIlJpb3NRdWFudCBtZW1iZXIgc2luY2UgMjAxMlwiIGhyZWY9XCJcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L3BpZXJyZS1nYW1pbC1waWMuanBnXCJdPHA+XCJDb3VsZCBub3QgZG8gaXQgd2l0aG91dCB5b3UuLi4gSVwnbGwgbmV2ZXIgYmUgYWJsZSB0byB0aGFuayB5b3UgRVAgYW5kIFN0ZXZlIGVub3VnaCBmb3IgdGhlIGRlZGljYXRpb24geW91IHNob3cgYW5kIHRoZSBzdXBwb3J0IHlvdSBvZmZlciFcIjwvcD5bL3Rlc3RpbW9uaWFsXVsvdGVzdGltb25pYWxzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzI5OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+Q09NTU9ESVRZIEZVVFVSRVMsIE9QVElPTlMsIEFORCBGT1JFWCBUUkFESU5HIElOVk9MVkVTIFNVQlNUQU5USUFMIFJJU0sgQU5EIElTIE5PVCBTVUlUQUJMRSBGT1IgQUxMIElOVkVTVE9SUy4gUEFTVCBQRVJGT1JNQU5DRSBJUyBOT1QgSU5ESUNBVElWRSBPRiBGVVRVUkUgUkVTVUxUUy4gVEVTVElNT05JQUxTIEFSRSBOT1QgSU5ESUNBVElWRSBPRiBGVVRVUkUgUEVSRk9STUFOQ0UgT1IgU1VDQ0VTUy48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','revision','2014-06-08 18:26:29'),(170,1796,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1FdmVyIHRoaW5rIG9mIHRyYWRpbmcgZm9yIGEgbGl2aW5nP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMDQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdRXhwZXJpZW5jZSB0aGUgcG93ZXIgb2YgbWFya2V0IGludGVsbGlnZW5jZSEgU3RhcnQgYSAxNC1kYXkgZnJlZSB0cmlhbC5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoyMTM6InBhZGRpbmctYm90dG9tOiAyMHB4OyBib3JkZXItdG9wLXdpZHRoOiAxcHg7IGJvcmRlci1ib3R0b20td2lkdGg6IDFweDsgYm9yZGVyLXRvcC1jb2xvcjogcmdiKDIyNywgMjI3LCAyMjcpOyBib3JkZXItYm90dG9tLWNvbG9yOiByZ2IoMjI3LCAyMjcsIDIyNyk7IGJvcmRlci1zdHlsZTogc29saWQ7IGJhY2tncm91bmQ6IG5vbmUgbm8tcmVwZWF0IHJnYigyMCwgMSwgMTUpOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQ0OiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhOREF4TUdZaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaUxDSmhaR1J2YmlJNmUzMTkiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzY6IltpbWFnZXMgc3R5bGU9XCI1XCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjU6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzM0OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUmlvc1F1YW50IG1lbWJlciBQaWVycmUgdG9vayAkMSw2MDAgaW4gcHJvZml0cyBmcm9tIHRoZSBmdXR1cmVzIG1hcmtldCBpbiB0d28gZGF5cyB3aXRoIDEzIHRyYWRlcy4gSGUgdHJhZGVzIGV2ZXJ5IG1vcm5pbmcgd2l0aCBvdGhlciBsaWtlLW1pbmRlZCB0cmFkZXJzIGluIG91ciBsaXZlIG9ubGluZSB0cmFkaW5nIHJvb20uIEhlIGlzIGEgbW9tZW50dW0gdHJhZGVyIGFuZCB1c2VzIHRoZSBSaW9zUXVhbnQgZm9yd2FyZC1sb29raW5nIHRyYWRpbmcgc3lzdGVtcy4mbmJzcDtbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjg6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzQzOiJbb3B0aW5fYm94IHN0eWxlPVwiMTFcIiB3aWR0aD1cIjQ1MFwiIG1hcmdpbl90b3A9XCIxNVwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNDQ0Njk4XCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1SVzUwWlhJZ2VXOTFjaUJ1WVcxbElHRnVaQ0JsYldGcGJDQmlaV3h2ZHlCMGJ5Qm5aWFFnYzNSaGNuUmxaQzR1TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIl1DbGljayB0aGVuIGNoZWNrIHlvdXIgaW5ib3ggZm9yIGNvbmZpcm1hdGlvbiFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjc0OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiBhdXRvX3BsYXk9XCJZXCIgdXJsMT1cIlwiIHVybDI9XCJcIiB3aWR0aD1cIjU2MFwiIGhlaWdodD1cIjMxNVwiIGFsaWduPVwiY2VudGVyXCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMjBcIl1hSFIwY0RvdkwzQnNZWGxsY2k1MmFXMWxieTVqYjIwdlpYaDBaWEp1WVd3dk9UYzJOalF4TmpFdWFHUXViWEEwUDNNOVl6bGpZbVptTjJVMk1qQXhNalExTkdKa01tUTFaR1U1TURnd09UaGpNR0U9Wy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo0OiJlMzA9IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyODg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxN1wiIHdpZHRoPVwiOTQwXCJdPGgyIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjxzcGFuIHN0eWxlPVwiY29sb3I6ICM0MjUwNjM7XCI+WW91XCdyZSDCoDMtU3RlcHMgQXdheSB0bwpHZXR0aW5nIFN0YXJ0ZWQgV2l0aCBZb3VyIFRyYWRpbmcgU3lzdGVtIEZyZWUgVHJpYWzCoDwvc3Bhbj48L2gyPgo8cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTkyOiJbc3RlcF9ncmFwaGljcyBzdHlsZT1cIjVcIiBjb2xvcj1cIiM0MjUwNjNcIl1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMVwiIGhlYWRsaW5lPVwiSW5zdGFsbGF0aW9uIC0gVGVjaCBzdXBwb3J0IG1lbWJlciB3aWxsIHdhbGsgeW91IHRocm91Z2ggdGhlIGluc3RhbGxhdGlvbiwgbWFraW5nIHRoZSBwcm9jZXNzIHF1aWNrIGFuZCB0cm91YmxlIGZyZWUuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIyXCIgaGVhZGxpbmU9XCJUcmFpbmluZyAtICBPbmUtb24tb25lIHRyYWluaW5nIHRvIGluc3VyZSB5b3UgbGVhcm4gYWxsIHRoZSB0cmFkaW5nIHN5c3RlbSBoYXMgdG8gb2ZmZXIuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIzXCIgaGVhZGxpbmU9XCJMaXZlIFRyYWRpbmcgUm9vbSAtIEV4cGVyaWVuY2UgdGhlIHBvd2VyIG9mIG1hcmtldCBpbnRlbGxpZ2VuY2UgaW4gcmVhbCBtYXJrZXQgZW52aXJvbm1lbnQgd2l0aCBSaW9zUXVhbnQgbWVtYmVycyBhbmQgY29hY2hlcyB0byBpbnN1cmUgeW91IGdldCB0aGUgbW9zdCBvdXQgb2YgeW91ciBmcmVlIHRyaWFsLlwiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0MjM6Ilt0ZXN0aW1vbmlhbHMgc3R5bGU9XCIyXCIgbWFyZ2luX3RvcD1cIlwiIG1hcmdpbl9ib3R0b209XCJcIl1bdGVzdGltb25pYWwgbmFtZT1cIlBpZXJyZSAtIE5ldyBKZXJzZXkgVVNBXCIgY29tcGFueT1cIlJpb3NRdWFudCBtZW1iZXIgc2luY2UgMjAxMlwiIGhyZWY9XCJcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L3BpZXJyZS1nYW1pbC1waWMuanBnXCJdPHA+XCJDb3VsZCBub3QgZG8gaXQgd2l0aG91dCB5b3UuLi4gSVwnbGwgbmV2ZXIgYmUgYWJsZSB0byB0aGFuayB5b3UgRVAgYW5kIFN0ZXZlIGVub3VnaCBmb3IgdGhlIGRlZGljYXRpb24geW91IHNob3cgYW5kIHRoZSBzdXBwb3J0IHlvdSBvZmZlciFcIjwvcD5bL3Rlc3RpbW9uaWFsXVsvdGVzdGltb25pYWxzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzI5OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+Q09NTU9ESVRZIEZVVFVSRVMsIE9QVElPTlMsIEFORCBGT1JFWCBUUkFESU5HIElOVk9MVkVTIFNVQlNUQU5USUFMIFJJU0sgQU5EIElTIE5PVCBTVUlUQUJMRSBGT1IgQUxMIElOVkVTVE9SUy4gUEFTVCBQRVJGT1JNQU5DRSBJUyBOT1QgSU5ESUNBVElWRSBPRiBGVVRVUkUgUkVTVUxUUy4gVEVTVElNT05JQUxTIEFSRSBOT1QgSU5ESUNBVElWRSBPRiBGVVRVUkUgUEVSRk9STUFOQ0UgT1IgU1VDQ0VTUy48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','revision','2014-06-08 18:50:42'),(171,1796,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1FdmVyIGRyZWFtIG9mIHRyYWRpbmcgZm9yIGEgbGl2aW5nP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMDQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdRXhwZXJpZW5jZSB0aGUgcG93ZXIgb2YgbWFya2V0IGludGVsbGlnZW5jZSEgU3RhcnQgYSAxNC1kYXkgZnJlZSB0cmlhbC5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoyMTM6InBhZGRpbmctYm90dG9tOiAyMHB4OyBib3JkZXItdG9wLXdpZHRoOiAxcHg7IGJvcmRlci1ib3R0b20td2lkdGg6IDFweDsgYm9yZGVyLXRvcC1jb2xvcjogcmdiKDIyNywgMjI3LCAyMjcpOyBib3JkZXItYm90dG9tLWNvbG9yOiByZ2IoMjI3LCAyMjcsIDIyNyk7IGJvcmRlci1zdHlsZTogc29saWQ7IGJhY2tncm91bmQ6IG5vbmUgbm8tcmVwZWF0IHJnYigyMCwgMSwgMTUpOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQ0OiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhOREF4TUdZaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaUxDSmhaR1J2YmlJNmUzMTkiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzY6IltpbWFnZXMgc3R5bGU9XCI1XCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjU6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzM0OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUmlvc1F1YW50IG1lbWJlciBQaWVycmUgdG9vayAkMSw2MDAgaW4gcHJvZml0cyBmcm9tIHRoZSBmdXR1cmVzIG1hcmtldCBpbiB0d28gZGF5cyB3aXRoIDEzIHRyYWRlcy4gSGUgdHJhZGVzIGV2ZXJ5IG1vcm5pbmcgd2l0aCBvdGhlciBsaWtlLW1pbmRlZCB0cmFkZXJzIGluIG91ciBsaXZlIG9ubGluZSB0cmFkaW5nIHJvb20uIEhlIGlzIGEgbW9tZW50dW0gdHJhZGVyIGFuZCB1c2VzIHRoZSBSaW9zUXVhbnQgZm9yd2FyZC1sb29raW5nIHRyYWRpbmcgc3lzdGVtcy4mbmJzcDtbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjg6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzQzOiJbb3B0aW5fYm94IHN0eWxlPVwiMTFcIiB3aWR0aD1cIjQ1MFwiIG1hcmdpbl90b3A9XCIxNVwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNDQ0Njk4XCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1SVzUwWlhJZ2VXOTFjaUJ1WVcxbElHRnVaQ0JsYldGcGJDQmlaV3h2ZHlCMGJ5Qm5aWFFnYzNSaGNuUmxaQzR1TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIl1DbGljayB0aGVuIGNoZWNrIHlvdXIgaW5ib3ggZm9yIGNvbmZpcm1hdGlvbiFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjc0OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiBhdXRvX3BsYXk9XCJZXCIgdXJsMT1cIlwiIHVybDI9XCJcIiB3aWR0aD1cIjU2MFwiIGhlaWdodD1cIjMxNVwiIGFsaWduPVwiY2VudGVyXCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMjBcIl1hSFIwY0RvdkwzQnNZWGxsY2k1MmFXMWxieTVqYjIwdlpYaDBaWEp1WVd3dk9UYzJOalF4TmpFdWFHUXViWEEwUDNNOVl6bGpZbVptTjJVMk1qQXhNalExTkdKa01tUTFaR1U1TURnd09UaGpNR0U9Wy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo0OiJlMzA9IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyODg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxN1wiIHdpZHRoPVwiOTQwXCJdPGgyIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjxzcGFuIHN0eWxlPVwiY29sb3I6ICM0MjUwNjM7XCI+WW91XCdyZSDCoDMtU3RlcHMgQXdheSB0bwpHZXR0aW5nIFN0YXJ0ZWQgV2l0aCBZb3VyIFRyYWRpbmcgU3lzdGVtIEZyZWUgVHJpYWzCoDwvc3Bhbj48L2gyPgo8cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTkyOiJbc3RlcF9ncmFwaGljcyBzdHlsZT1cIjVcIiBjb2xvcj1cIiM0MjUwNjNcIl1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMVwiIGhlYWRsaW5lPVwiSW5zdGFsbGF0aW9uIC0gVGVjaCBzdXBwb3J0IG1lbWJlciB3aWxsIHdhbGsgeW91IHRocm91Z2ggdGhlIGluc3RhbGxhdGlvbiwgbWFraW5nIHRoZSBwcm9jZXNzIHF1aWNrIGFuZCB0cm91YmxlIGZyZWUuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIyXCIgaGVhZGxpbmU9XCJUcmFpbmluZyAtICBPbmUtb24tb25lIHRyYWluaW5nIHRvIGluc3VyZSB5b3UgbGVhcm4gYWxsIHRoZSB0cmFkaW5nIHN5c3RlbSBoYXMgdG8gb2ZmZXIuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIzXCIgaGVhZGxpbmU9XCJMaXZlIFRyYWRpbmcgUm9vbSAtIEV4cGVyaWVuY2UgdGhlIHBvd2VyIG9mIG1hcmtldCBpbnRlbGxpZ2VuY2UgaW4gcmVhbCBtYXJrZXQgZW52aXJvbm1lbnQgd2l0aCBSaW9zUXVhbnQgbWVtYmVycyBhbmQgY29hY2hlcyB0byBpbnN1cmUgeW91IGdldCB0aGUgbW9zdCBvdXQgb2YgeW91ciBmcmVlIHRyaWFsLlwiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0MjM6Ilt0ZXN0aW1vbmlhbHMgc3R5bGU9XCIyXCIgbWFyZ2luX3RvcD1cIlwiIG1hcmdpbl9ib3R0b209XCJcIl1bdGVzdGltb25pYWwgbmFtZT1cIlBpZXJyZSAtIE5ldyBKZXJzZXkgVVNBXCIgY29tcGFueT1cIlJpb3NRdWFudCBtZW1iZXIgc2luY2UgMjAxMlwiIGhyZWY9XCJcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L3BpZXJyZS1nYW1pbC1waWMuanBnXCJdPHA+XCJDb3VsZCBub3QgZG8gaXQgd2l0aG91dCB5b3UuLi4gSVwnbGwgbmV2ZXIgYmUgYWJsZSB0byB0aGFuayB5b3UgRVAgYW5kIFN0ZXZlIGVub3VnaCBmb3IgdGhlIGRlZGljYXRpb24geW91IHNob3cgYW5kIHRoZSBzdXBwb3J0IHlvdSBvZmZlciFcIjwvcD5bL3Rlc3RpbW9uaWFsXVsvdGVzdGltb25pYWxzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzI5OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+Q09NTU9ESVRZIEZVVFVSRVMsIE9QVElPTlMsIEFORCBGT1JFWCBUUkFESU5HIElOVk9MVkVTIFNVQlNUQU5USUFMIFJJU0sgQU5EIElTIE5PVCBTVUlUQUJMRSBGT1IgQUxMIElOVkVTVE9SUy4gUEFTVCBQRVJGT1JNQU5DRSBJUyBOT1QgSU5ESUNBVElWRSBPRiBGVVRVUkUgUkVTVUxUUy4gVEVTVElNT05JQUxTIEFSRSBOT1QgSU5ESUNBVElWRSBPRiBGVVRVUkUgUEVSRk9STUFOQ0UgT1IgU1VDQ0VTUy48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','revision','2014-06-08 18:51:51'),(172,1796,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czoyOToicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjE1ODoicGFkZGluZy1ib3R0b206IDMwcHg7IGJvcmRlci10b3Atd2lkdGg6IDBweDsgYm9yZGVyLWJvdHRvbS13aWR0aDogMHB4OyBiYWNrZ3JvdW5kLWltYWdlOiBub25lOyBiYWNrZ3JvdW5kLWNvbG9yOiByZ2IoMjAsIDEsIDE1KTsgYmFja2dyb3VuZC1yZXBlYXQ6IG5vLXJlcGVhdDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjg4OiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhOREF4TUdZaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU16QWlMQ0poWkdSdmJpSTZlMzE5IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMTA6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzN1wiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCJib2xkXCIgZm9udF9jb2xvcj1cIiNmMGY2ZmZcIiBmb250X3NwYWNpbmc9XCIwXCIgZm9udF9zaGFkb3c9XCJsaWdodFwiIGFsaWduPVwiY2VudGVyXCJdRXZlciBkcmVhbSBvZiB0cmFkaW5nIGZvciBhIGxpdmluZz9bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjA0OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjJcIiBmb250X2ZvbnQ9XCJPcGVuIFNhbnNcIiBmb250X3N0eWxlPVwiMzAwXCIgZm9udF9jb2xvcj1cIiNlYmY2ZmVcIiBhbGlnbj1cImNlbnRlclwiXUV4cGVyaWVuY2UgdGhlIHBvd2VyIG9mIG1hcmtldCBpbnRlbGxpZ2VuY2UhIFN0YXJ0IGEgMTQtZGF5IGZyZWUgdHJpYWwuWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjEzOiJwYWRkaW5nLWJvdHRvbTogMjBweDsgYm9yZGVyLXRvcC13aWR0aDogMXB4OyBib3JkZXItYm90dG9tLXdpZHRoOiAxcHg7IGJvcmRlci10b3AtY29sb3I6IHJnYigyMjcsIDIyNywgMjI3KTsgYm9yZGVyLWJvdHRvbS1jb2xvcjogcmdiKDIyNywgMjI3LCAyMjcpOyBib3JkZXItc3R5bGU6IHNvbGlkOyBiYWNrZ3JvdW5kOiBub25lIG5vLXJlcGVhdCByZ2IoMjAsIDEsIDE1KTsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjE0NDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU14TkRBeE1HWWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNakFpTENKaWIzSmtaWEpYYVdSMGFDSTZJakVpTENKaWIzSmtaWEpEYjJ4dmNpSTZJaU5sTTJVelpUTWlMQ0poWkdSdmJpSTZlMzE5IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo0OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTc2OiJbaW1hZ2VzIHN0eWxlPVwiNVwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvZXF1aXR5LWN1cnZlLXBpZXJyZS5qcGdcIiB3aWR0aD1cIjgwOFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY1OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGxhcmdlX2ltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvZXF1aXR5LWN1cnZlLXBpZXJyZS5qcGdcIiB3aWR0aD1cIjgwOFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMzNDoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXVJpb3NRdWFudCBtZW1iZXIgUGllcnJlIHRvb2sgJDEsNjAwIGluIHByb2ZpdHMgZnJvbSB0aGUgZnV0dXJlcyBtYXJrZXQgaW4gdHdvIGRheXMgd2l0aCAxMyB0cmFkZXMuIEhlIHRyYWRlcyBldmVyeSBtb3JuaW5nIHdpdGggb3RoZXIgbGlrZS1taW5kZWQgdHJhZGVycyBpbiBvdXIgbGl2ZSBvbmxpbmUgdHJhZGluZyByb29tLiBIZSBpcyBhIG1vbWVudHVtIHRyYWRlciBhbmQgdXNlcyB0aGUgUmlvc1F1YW50IGZvcndhcmQtbG9va2luZyB0cmFkaW5nIHN5c3RlbXMuJm5ic3A7Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY4OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGxhcmdlX2ltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvZXF1aXR5LWN1cnZlLXBpZXJyZS5qcGdcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc0MzoiW29wdGluX2JveCBzdHlsZT1cIjExXCIgd2lkdGg9XCI0NTBcIiBtYXJnaW5fdG9wPVwiMTVcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9maWVsZD1cImVtYWlsXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJhd2ViZXJcIiBsaXN0PVwiMzQ0NDY5OFwiIG5hbWVfZmllbGQ9XCJuYW1lXCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIiBuYW1lX3JlcXVpcmVkPVwiTlwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdUlc1MFpYSWdlVzkxY2lCdVlXMWxJR0Z1WkNCbGJXRnBiQ0JpWld4dmR5QjBieUJuWlhRZ2MzUmhjblJsWkM0dUxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCJdQ2xpY2sgdGhlbiBjaGVjayB5b3VyIGluYm94IGZvciBjb25maXJtYXRpb24hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI3NDoiW3ZpZGVvX3BsYXllciB0eXBlPVwidXJsXCIgYXV0b19wbGF5PVwiWVwiIHVybDE9XCJcIiB1cmwyPVwiXCIgd2lkdGg9XCI1NjBcIiBoZWlnaHQ9XCIzMTVcIiBhbGlnbj1cImNlbnRlclwiIG1hcmdpbl90b3A9XCIwXCIgbWFyZ2luX2JvdHRvbT1cIjIwXCJdYUhSMGNEb3ZMM0JzWVhsbGNpNTJhVzFsYnk1amIyMHZaWGgwWlhKdVlXd3ZPVGMyTmpReE5qRXVhR1F1YlhBMFAzTTlZemxqWW1abU4yVTJNakF4TWpRMU5HSmtNbVExWkdVNU1EZ3dPVGhqTUdFPVsvdmlkZW9fcGxheWVyXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NDoiZTMwPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjg4OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMTdcIiB3aWR0aD1cIjk0MFwiXTxoMiBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3BhbiBzdHlsZT1cImNvbG9yOiAjNDI1MDYzO1wiPllvdVwncmUgwqAzLVN0ZXBzIEF3YXkgdG8KR2V0dGluZyBTdGFydGVkIFdpdGggWW91ciBUcmFkaW5nIFN5c3RlbSBGcmVlIFRyaWFswqA8L3NwYW4+PC9oMj4KPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU5MjoiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCI1XCIgY29sb3I9XCIjNDI1MDYzXCJdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIkluc3RhbGxhdGlvbiAtIFRlY2ggc3VwcG9ydCBtZW1iZXIgd2lsbCB3YWxrIHlvdSB0aHJvdWdoIHRoZSBpbnN0YWxsYXRpb24sIG1ha2luZyB0aGUgcHJvY2VzcyBxdWljayBhbmQgdHJvdWJsZSBmcmVlLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiVHJhaW5pbmcgLSAgT25lLW9uLW9uZSB0cmFpbmluZyB0byBpbnN1cmUgeW91IGxlYXJuIGFsbCB0aGUgdHJhZGluZyBzeXN0ZW0gaGFzIHRvIG9mZmVyLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiM1wiIGhlYWRsaW5lPVwiTGl2ZSBUcmFkaW5nIFJvb20gLSBFeHBlcmllbmNlIHRoZSBwb3dlciBvZiBtYXJrZXQgaW50ZWxsaWdlbmNlIGluIHJlYWwgbWFya2V0IGVudmlyb25tZW50IHdpdGggUmlvc1F1YW50IG1lbWJlcnMgYW5kIGNvYWNoZXMgdG8gaW5zdXJlIHlvdSBnZXQgdGhlIG1vc3Qgb3V0IG9mIHlvdXIgZnJlZSB0cmlhbC5cIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDIzOiJbdGVzdGltb25pYWxzIHN0eWxlPVwiMlwiIG1hcmdpbl90b3A9XCJcIiBtYXJnaW5fYm90dG9tPVwiXCJdW3Rlc3RpbW9uaWFsIG5hbWU9XCJQaWVycmUgLSBOZXcgSmVyc2V5IFVTQVwiIGNvbXBhbnk9XCJSaW9zUXVhbnQgbWVtYmVyIHNpbmNlIDIwMTJcIiBocmVmPVwiXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9waWVycmUtZ2FtaWwtcGljLmpwZ1wiXTxwPlwiQ291bGQgbm90IGRvIGl0IHdpdGhvdXQgeW91Li4uIElcJ2xsIG5ldmVyIGJlIGFibGUgdG8gdGhhbmsgeW91IEVQIGFuZCBTdGV2ZSBlbm91Z2ggZm9yIHRoZSBkZWRpY2F0aW9uIHlvdSBzaG93IGFuZCB0aGUgc3VwcG9ydCB5b3Ugb2ZmZXIhXCI8L3A+Wy90ZXN0aW1vbmlhbF1bL3Rlc3RpbW9uaWFsc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMyOToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkNPTU1PRElUWSBGVVRVUkVTLCBPUFRJT05TLCBBTkQgRk9SRVggVFJBRElORyBJTlZPTFZFUyBTVUJTVEFOVElBTCBSSVNLIEFORCBJUyBOT1QgU1VJVEFCTEUgRk9SIEFMTCBJTlZFU1RPUlMuIFBBU1QgUEVSRk9STUFOQ0UgSVMgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFJFU1VMVFMuIFRFU1RJTU9OSUFMUyBBUkUgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFBFUkZPUk1BTkNFIE9SIFNVQ0NFU1MuPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','revision','2014-06-08 18:53:49'),(173,1796,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czoyOToicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjE1ODoicGFkZGluZy1ib3R0b206IDMwcHg7IGJvcmRlci10b3Atd2lkdGg6IDBweDsgYm9yZGVyLWJvdHRvbS13aWR0aDogMHB4OyBiYWNrZ3JvdW5kLWltYWdlOiBub25lOyBiYWNrZ3JvdW5kLWNvbG9yOiByZ2IoMjAsIDEsIDE1KTsgYmFja2dyb3VuZC1yZXBlYXQ6IG5vLXJlcGVhdDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjg4OiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhOREF4TUdZaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU16QWlMQ0poWkdSdmJpSTZlMzE5IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMTA6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzN1wiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCJib2xkXCIgZm9udF9jb2xvcj1cIiNmMGY2ZmZcIiBmb250X3NwYWNpbmc9XCIwXCIgZm9udF9zaGFkb3c9XCJsaWdodFwiIGFsaWduPVwiY2VudGVyXCJdRXZlciBkcmVhbSBvZiB0cmFkaW5nIGZvciBhIGxpdmluZz9bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjA0OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjJcIiBmb250X2ZvbnQ9XCJPcGVuIFNhbnNcIiBmb250X3N0eWxlPVwiMzAwXCIgZm9udF9jb2xvcj1cIiNlYmY2ZmVcIiBhbGlnbj1cImNlbnRlclwiXUV4cGVyaWVuY2UgdGhlIHBvd2VyIG9mIG1hcmtldCBpbnRlbGxpZ2VuY2UhIFN0YXJ0IGEgMTQtZGF5IGZyZWUgdHJpYWwuWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjEzOiJwYWRkaW5nLWJvdHRvbTogMjBweDsgYm9yZGVyLXRvcC13aWR0aDogMXB4OyBib3JkZXItYm90dG9tLXdpZHRoOiAxcHg7IGJvcmRlci10b3AtY29sb3I6IHJnYigyMjcsIDIyNywgMjI3KTsgYm9yZGVyLWJvdHRvbS1jb2xvcjogcmdiKDIyNywgMjI3LCAyMjcpOyBib3JkZXItc3R5bGU6IHNvbGlkOyBiYWNrZ3JvdW5kOiBub25lIG5vLXJlcGVhdCByZ2IoMjAsIDEsIDE1KTsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjE0NDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU14TkRBeE1HWWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNakFpTENKaWIzSmtaWEpYYVdSMGFDSTZJakVpTENKaWIzSmtaWEpEYjJ4dmNpSTZJaU5sTTJVelpUTWlMQ0poWkdSdmJpSTZlMzE5IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo0OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTc2OiJbaW1hZ2VzIHN0eWxlPVwiNVwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvZXF1aXR5LWN1cnZlLXBpZXJyZS5qcGdcIiB3aWR0aD1cIjgwOFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY1OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGxhcmdlX2ltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvZXF1aXR5LWN1cnZlLXBpZXJyZS5qcGdcIiB3aWR0aD1cIjgwOFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMzNDoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXVJpb3NRdWFudCBtZW1iZXIgUGllcnJlIHRvb2sgJDEsNjAwIGluIHByb2ZpdHMgZnJvbSB0aGUgZnV0dXJlcyBtYXJrZXQgaW4gdHdvIGRheXMgd2l0aCAxMyB0cmFkZXMuIEhlIHRyYWRlcyBldmVyeSBtb3JuaW5nIHdpdGggb3RoZXIgbGlrZS1taW5kZWQgdHJhZGVycyBpbiBvdXIgbGl2ZSBvbmxpbmUgdHJhZGluZyByb29tLiBIZSBpcyBhIG1vbWVudHVtIHRyYWRlciBhbmQgdXNlcyB0aGUgUmlvc1F1YW50IGZvcndhcmQtbG9va2luZyB0cmFkaW5nIHN5c3RlbXMuJm5ic3A7Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY4OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGxhcmdlX2ltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvZXF1aXR5LWN1cnZlLXBpZXJyZS5qcGdcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc0MzoiW29wdGluX2JveCBzdHlsZT1cIjExXCIgd2lkdGg9XCI0NTBcIiBtYXJnaW5fdG9wPVwiMTVcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9maWVsZD1cImVtYWlsXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJhd2ViZXJcIiBsaXN0PVwiMzQ3Njg3NVwiIG5hbWVfZmllbGQ9XCJuYW1lXCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIiBuYW1lX3JlcXVpcmVkPVwiTlwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdUlc1MFpYSWdlVzkxY2lCdVlXMWxJR0Z1WkNCbGJXRnBiQ0JpWld4dmR5QjBieUJuWlhRZ2MzUmhjblJsWkM0dUxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCJdQ2xpY2sgdGhlbiBjaGVjayB5b3VyIGluYm94IGZvciBjb25maXJtYXRpb24hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI3NDoiW3ZpZGVvX3BsYXllciB0eXBlPVwidXJsXCIgYXV0b19wbGF5PVwiWVwiIHVybDE9XCJcIiB1cmwyPVwiXCIgd2lkdGg9XCI1NjBcIiBoZWlnaHQ9XCIzMTVcIiBhbGlnbj1cImNlbnRlclwiIG1hcmdpbl90b3A9XCIwXCIgbWFyZ2luX2JvdHRvbT1cIjIwXCJdYUhSMGNEb3ZMM0JzWVhsbGNpNTJhVzFsYnk1amIyMHZaWGgwWlhKdVlXd3ZPVGMyTmpReE5qRXVhR1F1YlhBMFAzTTlZemxqWW1abU4yVTJNakF4TWpRMU5HSmtNbVExWkdVNU1EZ3dPVGhqTUdFPVsvdmlkZW9fcGxheWVyXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NDoiZTMwPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjg4OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMTdcIiB3aWR0aD1cIjk0MFwiXTxoMiBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3BhbiBzdHlsZT1cImNvbG9yOiAjNDI1MDYzO1wiPllvdVwncmUgwqAzLVN0ZXBzIEF3YXkgdG8KR2V0dGluZyBTdGFydGVkIFdpdGggWW91ciBUcmFkaW5nIFN5c3RlbSBGcmVlIFRyaWFswqA8L3NwYW4+PC9oMj4KPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU5MjoiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCI1XCIgY29sb3I9XCIjNDI1MDYzXCJdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIkluc3RhbGxhdGlvbiAtIFRlY2ggc3VwcG9ydCBtZW1iZXIgd2lsbCB3YWxrIHlvdSB0aHJvdWdoIHRoZSBpbnN0YWxsYXRpb24sIG1ha2luZyB0aGUgcHJvY2VzcyBxdWljayBhbmQgdHJvdWJsZSBmcmVlLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiVHJhaW5pbmcgLSAgT25lLW9uLW9uZSB0cmFpbmluZyB0byBpbnN1cmUgeW91IGxlYXJuIGFsbCB0aGUgdHJhZGluZyBzeXN0ZW0gaGFzIHRvIG9mZmVyLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiM1wiIGhlYWRsaW5lPVwiTGl2ZSBUcmFkaW5nIFJvb20gLSBFeHBlcmllbmNlIHRoZSBwb3dlciBvZiBtYXJrZXQgaW50ZWxsaWdlbmNlIGluIHJlYWwgbWFya2V0IGVudmlyb25tZW50IHdpdGggUmlvc1F1YW50IG1lbWJlcnMgYW5kIGNvYWNoZXMgdG8gaW5zdXJlIHlvdSBnZXQgdGhlIG1vc3Qgb3V0IG9mIHlvdXIgZnJlZSB0cmlhbC5cIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDIzOiJbdGVzdGltb25pYWxzIHN0eWxlPVwiMlwiIG1hcmdpbl90b3A9XCJcIiBtYXJnaW5fYm90dG9tPVwiXCJdW3Rlc3RpbW9uaWFsIG5hbWU9XCJQaWVycmUgLSBOZXcgSmVyc2V5IFVTQVwiIGNvbXBhbnk9XCJSaW9zUXVhbnQgbWVtYmVyIHNpbmNlIDIwMTJcIiBocmVmPVwiXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9waWVycmUtZ2FtaWwtcGljLmpwZ1wiXTxwPlwiQ291bGQgbm90IGRvIGl0IHdpdGhvdXQgeW91Li4uIElcJ2xsIG5ldmVyIGJlIGFibGUgdG8gdGhhbmsgeW91IEVQIGFuZCBTdGV2ZSBlbm91Z2ggZm9yIHRoZSBkZWRpY2F0aW9uIHlvdSBzaG93IGFuZCB0aGUgc3VwcG9ydCB5b3Ugb2ZmZXIhXCI8L3A+Wy90ZXN0aW1vbmlhbF1bL3Rlc3RpbW9uaWFsc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMyOToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkNPTU1PRElUWSBGVVRVUkVTLCBPUFRJT05TLCBBTkQgRk9SRVggVFJBRElORyBJTlZPTFZFUyBTVUJTVEFOVElBTCBSSVNLIEFORCBJUyBOT1QgU1VJVEFCTEUgRk9SIEFMTCBJTlZFU1RPUlMuIFBBU1QgUEVSRk9STUFOQ0UgSVMgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFJFU1VMVFMuIFRFU1RJTU9OSUFMUyBBUkUgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFBFUkZPUk1BTkNFIE9SIFNVQ0NFU1MuPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','publish','2014-06-08 18:56:52'),(174,1798,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1FdmVyIHRoaW5rIG9mIHRyYWRpbmcgZm9yIGEgbGl2aW5nP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMDQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdRXhwZXJpZW5jZSB0aGUgcG93ZXIgb2YgbWFya2V0IGludGVsbGlnZW5jZSEgU3RhcnQgYSAxNC1kYXkgZnJlZSB0cmlhbC5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzY6IltpbWFnZXMgc3R5bGU9XCI1XCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjU6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzM0OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUmlvc1F1YW50IG1lbWJlciBQaWVycmUgdG9vayAkMSw2MDAgaW4gcHJvZml0cyBmcm9tIHRoZSBmdXR1cmVzIG1hcmtldCBpbiB0d28gZGF5cyB3aXRoIDEzIHRyYWRlcy4gSGUgdHJhZGVzIGV2ZXJ5IG1vcm5pbmcgd2l0aCBvdGhlciBsaWtlLW1pbmRlZCB0cmFkZXJzIGluIG91ciBsaXZlIG9ubGluZSB0cmFkaW5nIHJvb20uIEhlIGlzIGEgbW9tZW50dW0gdHJhZGVyIGFuZCB1c2VzIHRoZSBSaW9zUXVhbnQgZm9yd2FyZC1sb29raW5nIHRyYWRpbmcgc3lzdGVtcy4mbmJzcDtbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjg6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzQzOiJbb3B0aW5fYm94IHN0eWxlPVwiMTFcIiB3aWR0aD1cIjQ1MFwiIG1hcmdpbl90b3A9XCIxNVwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNDQ0Njk4XCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1SVzUwWlhJZ2VXOTFjaUJ1WVcxbElHRnVaQ0JsYldGcGJDQmlaV3h2ZHlCMGJ5Qm5aWFFnYzNSaGNuUmxaQzR1TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIl1DbGljayB0aGVuIGNoZWNrIHlvdXIgaW5ib3ggZm9yIGNvbmZpcm1hdGlvbiFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjc0OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiBhdXRvX3BsYXk9XCJZXCIgdXJsMT1cIlwiIHVybDI9XCJcIiB3aWR0aD1cIjU2MFwiIGhlaWdodD1cIjMxNVwiIGFsaWduPVwiY2VudGVyXCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMjBcIl1hSFIwY0RvdkwzQnNZWGxsY2k1MmFXMWxieTVqYjIwdlpYaDBaWEp1WVd3dk9UYzJOakkzTlRFdWMyUXViWEEwUDNNOVlXVTVPRGsxTXpFNFlqVXhaRGsxTmpVM1kySTNORE5rTVdVeU1tUTRZVE09Wy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo0OiJlMzA9IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyODg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxN1wiIHdpZHRoPVwiOTQwXCJdPGgyIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjxzcGFuIHN0eWxlPVwiY29sb3I6ICM0MjUwNjM7XCI+WW91XCdyZSDCoDMtU3RlcHMgQXdheSB0bwpHZXR0aW5nIFN0YXJ0ZWQgV2l0aCBZb3VyIFRyYWRpbmcgU3lzdGVtIEZyZWUgVHJpYWzCoDwvc3Bhbj48L2gyPgo8cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTkyOiJbc3RlcF9ncmFwaGljcyBzdHlsZT1cIjVcIiBjb2xvcj1cIiM0MjUwNjNcIl1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMVwiIGhlYWRsaW5lPVwiSW5zdGFsbGF0aW9uIC0gVGVjaCBzdXBwb3J0IG1lbWJlciB3aWxsIHdhbGsgeW91IHRocm91Z2ggdGhlIGluc3RhbGxhdGlvbiwgbWFraW5nIHRoZSBwcm9jZXNzIHF1aWNrIGFuZCB0cm91YmxlIGZyZWUuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIyXCIgaGVhZGxpbmU9XCJUcmFpbmluZyAtICBPbmUtb24tb25lIHRyYWluaW5nIHRvIGluc3VyZSB5b3UgbGVhcm4gYWxsIHRoZSB0cmFkaW5nIHN5c3RlbSBoYXMgdG8gb2ZmZXIuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIzXCIgaGVhZGxpbmU9XCJMaXZlIFRyYWRpbmcgUm9vbSAtIEV4cGVyaWVuY2UgdGhlIHBvd2VyIG9mIG1hcmtldCBpbnRlbGxpZ2VuY2UgaW4gcmVhbCBtYXJrZXQgZW52aXJvbm1lbnQgd2l0aCBSaW9zUXVhbnQgbWVtYmVycyBhbmQgY29hY2hlcyB0byBpbnN1cmUgeW91IGdldCB0aGUgbW9zdCBvdXQgb2YgeW91ciBmcmVlIHRyaWFsLlwiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0MjM6Ilt0ZXN0aW1vbmlhbHMgc3R5bGU9XCIyXCIgbWFyZ2luX3RvcD1cIlwiIG1hcmdpbl9ib3R0b209XCJcIl1bdGVzdGltb25pYWwgbmFtZT1cIlBpZXJyZSAtIE5ldyBKZXJzZXkgVVNBXCIgY29tcGFueT1cIlJpb3NRdWFudCBtZW1iZXIgc2luY2UgMjAxMlwiIGhyZWY9XCJcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L3BpZXJyZS1nYW1pbC1waWMuanBnXCJdPHA+XCJDb3VsZCBub3QgZG8gaXQgd2l0aG91dCB5b3UuLi4gSVwnbGwgbmV2ZXIgYmUgYWJsZSB0byB0aGFuayB5b3UgRVAgYW5kIFN0ZXZlIGVub3VnaCBmb3IgdGhlIGRlZGljYXRpb24geW91IHNob3cgYW5kIHRoZSBzdXBwb3J0IHlvdSBvZmZlciFcIjwvcD5bL3Rlc3RpbW9uaWFsXVsvdGVzdGltb25pYWxzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzI5OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+Q09NTU9ESVRZIEZVVFVSRVMsIE9QVElPTlMsIEFORCBGT1JFWCBUUkFESU5HIElOVk9MVkVTIFNVQlNUQU5USUFMIFJJU0sgQU5EIElTIE5PVCBTVUlUQUJMRSBGT1IgQUxMIElOVkVTVE9SUy4gUEFTVCBQRVJGT1JNQU5DRSBJUyBOT1QgSU5ESUNBVElWRSBPRiBGVVRVUkUgUkVTVUxUUy4gVEVTVElNT05JQUxTIEFSRSBOT1QgSU5ESUNBVElWRSBPRiBGVVRVUkUgUEVSRk9STUFOQ0UgT1IgU1VDQ0VTUy48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','revision','2014-06-08 22:35:32'),(175,1798,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1FdmVyIGRyZWFtIG9mIHRyYWRpbmcgZm9yIGEgbGl2aW5nP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMjA6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdRXhwZXJpZW5jZSB0aGUgcG93ZXIgb2YgbWFya2V0IGludGVsbGlnZW5jZSEgU3RhcnQgeW91ciBmcmVlIHRyaWFsIGluIHRocmVlIGVhc3kgc3RlcHMhWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTU2OiJiYWNrZ3JvdW5kOiNmMmYyZjI7cGFkZGluZy1ib3R0b206MjBweDtib3JkZXItdG9wLXdpZHRoOjFweDtib3JkZXItYm90dG9tLXdpZHRoOjFweDtib3JkZXItc3R5bGU6c29saWQ7Ym9yZGVyLXRvcC1jb2xvcjojZTNlM2UzO2JvcmRlci1ib3R0b20tY29sb3I6I2UzZTNlMzsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEzMjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tTW1ZeVpqSWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNakFpTENKaWIzSmtaWEpYYVdSMGFDSTZJakVpTENKaWIzSmtaWEpEYjJ4dmNpSTZJaU5sTTJVelpUTWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo0OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTc2OiJbaW1hZ2VzIHN0eWxlPVwiNVwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvZXF1aXR5LWN1cnZlLXBpZXJyZS5qcGdcIiB3aWR0aD1cIjgwOFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY1OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGxhcmdlX2ltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvZXF1aXR5LWN1cnZlLXBpZXJyZS5qcGdcIiB3aWR0aD1cIjgwOFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMzNDoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXVJpb3NRdWFudCBtZW1iZXIgUGllcnJlIHRvb2sgJDEsNjAwIGluIHByb2ZpdHMgZnJvbSB0aGUgZnV0dXJlcyBtYXJrZXQgaW4gdHdvIGRheXMgd2l0aCAxMyB0cmFkZXMuIEhlIHRyYWRlcyBldmVyeSBtb3JuaW5nIHdpdGggb3RoZXIgbGlrZS1taW5kZWQgdHJhZGVycyBpbiBvdXIgbGl2ZSBvbmxpbmUgdHJhZGluZyByb29tLiBIZSBpcyBhIG1vbWVudHVtIHRyYWRlciBhbmQgdXNlcyB0aGUgUmlvc1F1YW50IGZvcndhcmQtbG9va2luZyB0cmFkaW5nIHN5c3RlbXMuJm5ic3A7Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY4OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGxhcmdlX2ltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvZXF1aXR5LWN1cnZlLXBpZXJyZS5qcGdcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc0MzoiW29wdGluX2JveCBzdHlsZT1cIjExXCIgd2lkdGg9XCI0NTBcIiBtYXJnaW5fdG9wPVwiMTVcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9maWVsZD1cImVtYWlsXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJhd2ViZXJcIiBsaXN0PVwiMzQ0NDY5OFwiIG5hbWVfZmllbGQ9XCJuYW1lXCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIiBuYW1lX3JlcXVpcmVkPVwiTlwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdUlc1MFpYSWdlVzkxY2lCdVlXMWxJR0Z1WkNCbGJXRnBiQ0JpWld4dmR5QjBieUJuWlhRZ2MzUmhjblJsWkM0dUxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCJdQ2xpY2sgdGhlbiBjaGVjayB5b3VyIGluYm94IGZvciBjb25maXJtYXRpb24hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI3NDoiW3ZpZGVvX3BsYXllciB0eXBlPVwidXJsXCIgYXV0b19wbGF5PVwiWVwiIHVybDE9XCJcIiB1cmwyPVwiXCIgd2lkdGg9XCI1NjBcIiBoZWlnaHQ9XCIzMTVcIiBhbGlnbj1cImNlbnRlclwiIG1hcmdpbl90b3A9XCIwXCIgbWFyZ2luX2JvdHRvbT1cIjIwXCJdYUhSMGNEb3ZMM0JzWVhsbGNpNTJhVzFsYnk1amIyMHZaWGgwWlhKdVlXd3ZPVGMyTmpJM05URXVjMlF1YlhBMFAzTTlZV1U1T0RrMU16RTRZalV4WkRrMU5qVTNZMkkzTkROa01XVXlNbVE0WVRNPVsvdmlkZW9fcGxheWVyXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NDoiZTMwPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjg4OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMTdcIiB3aWR0aD1cIjk0MFwiXTxoMiBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3BhbiBzdHlsZT1cImNvbG9yOiAjNDI1MDYzO1wiPllvdVwncmUgwqAzLVN0ZXBzIEF3YXkgdG8KR2V0dGluZyBTdGFydGVkIFdpdGggWW91ciBUcmFkaW5nIFN5c3RlbSBGcmVlIFRyaWFswqA8L3NwYW4+PC9oMj4KPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU5MjoiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCI1XCIgY29sb3I9XCIjNDI1MDYzXCJdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIkluc3RhbGxhdGlvbiAtIFRlY2ggc3VwcG9ydCBtZW1iZXIgd2lsbCB3YWxrIHlvdSB0aHJvdWdoIHRoZSBpbnN0YWxsYXRpb24sIG1ha2luZyB0aGUgcHJvY2VzcyBxdWljayBhbmQgdHJvdWJsZSBmcmVlLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiVHJhaW5pbmcgLSAgT25lLW9uLW9uZSB0cmFpbmluZyB0byBpbnN1cmUgeW91IGxlYXJuIGFsbCB0aGUgdHJhZGluZyBzeXN0ZW0gaGFzIHRvIG9mZmVyLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiM1wiIGhlYWRsaW5lPVwiTGl2ZSBUcmFkaW5nIFJvb20gLSBFeHBlcmllbmNlIHRoZSBwb3dlciBvZiBtYXJrZXQgaW50ZWxsaWdlbmNlIGluIHJlYWwgbWFya2V0IGVudmlyb25tZW50IHdpdGggUmlvc1F1YW50IG1lbWJlcnMgYW5kIGNvYWNoZXMgdG8gaW5zdXJlIHlvdSBnZXQgdGhlIG1vc3Qgb3V0IG9mIHlvdXIgZnJlZSB0cmlhbC5cIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDIzOiJbdGVzdGltb25pYWxzIHN0eWxlPVwiMlwiIG1hcmdpbl90b3A9XCJcIiBtYXJnaW5fYm90dG9tPVwiXCJdW3Rlc3RpbW9uaWFsIG5hbWU9XCJQaWVycmUgLSBOZXcgSmVyc2V5IFVTQVwiIGNvbXBhbnk9XCJSaW9zUXVhbnQgbWVtYmVyIHNpbmNlIDIwMTJcIiBocmVmPVwiXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9waWVycmUtZ2FtaWwtcGljLmpwZ1wiXTxwPlwiQ291bGQgbm90IGRvIGl0IHdpdGhvdXQgeW91Li4uIElcJ2xsIG5ldmVyIGJlIGFibGUgdG8gdGhhbmsgeW91IEVQIGFuZCBTdGV2ZSBlbm91Z2ggZm9yIHRoZSBkZWRpY2F0aW9uIHlvdSBzaG93IGFuZCB0aGUgc3VwcG9ydCB5b3Ugb2ZmZXIhXCI8L3A+Wy90ZXN0aW1vbmlhbF1bL3Rlc3RpbW9uaWFsc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMyOToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkNPTU1PRElUWSBGVVRVUkVTLCBPUFRJT05TLCBBTkQgRk9SRVggVFJBRElORyBJTlZPTFZFUyBTVUJTVEFOVElBTCBSSVNLIEFORCBJUyBOT1QgU1VJVEFCTEUgRk9SIEFMTCBJTlZFU1RPUlMuIFBBU1QgUEVSRk9STUFOQ0UgSVMgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFJFU1VMVFMuIFRFU1RJTU9OSUFMUyBBUkUgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFBFUkZPUk1BTkNFIE9SIFNVQ0NFU1MuPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','publish','2014-06-08 22:54:44'),(188,1833,'body','YTozOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzk6ImJhY2tncm91bmQ6I2YwZjBmMDtwYWRkaW5nLWJvdHRvbToyMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NzY6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObU1HWXdaakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIwMToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjI2XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzIxMjEyMVwiIGZvbnRfc3BhY2luZz1cIi0xXCIgZm9udF9zaGFkb3c9XCJsaWdodFwiIGFsaWduPVwiY2VudGVyXCIgYm90dG9tX21hcmdpbj1cIjBcIl1QYXJ0IDMgb2YgMTIgVHJhaW5pbmcgU2Vzc2lvblsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzk6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCI0MFwiIGZvbnRfY29sb3I9XCIjMjY5N2RhXCIgZm9udF9zcGFjaW5nPVwiLTFcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl05MCBEYXkgUXVhbnQgVHJhZGluZyBQcm9ncmFtIENvbnRpbnVlcyBUb25pZ2h0IVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozOToicm93IGZpdmUtY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxOToicGFkZGluZy1ib3R0b206MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6Mjg6ImV5SndZV1JrYVc1blFtOTBkRzl0SWpvaU1DSjkiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6Mjk6InR3by1maWZ0aHMgY29sdW1uIGNvbHMgbmFycm93IjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0MTc6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiB3aWR0aD1cIjM2NFwiXUR1cmluZyB0aGlzIDkwIGRheSB0cmFpbmluZyBwcm9ncmFtIHlvdSB3aWxsIHJlY2VpdmUgY29tcHJlaGVuc2l2ZSB0cmFpbmluZyBpbmNsdWRpbmcgdGhlIGNvbmNlcHQsIG1ldGhvZHMsIGFuZCB0b29scyBpbiBhbiBlYXN5IHRvIHVuZGVyc3RhbmQgc3RlcCBieSBzdGVwIGZvcm1hdC4gVGhlIGV4YWN0IGxvZ2ljIGlzIHJldmVhbGVkIHdpdGggYWxsIHRoZSBuZWNlc3NhcnkgcnVsZXMgbmVlZGVkIGZvciB1bmRlcnN0YW5kaW5nIGFuZCBpbXBsZW1lbnRpbmcgdGhlIFJpb3NRdWFudCBhcHByb2FjaCB0byB0cmFkaW5nIHRoZSBnbG9iYWwgZmluYW5jaWFsIG1hcmtldHMuCgo8cD4mbmJzcDs8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjIwOiJbYnVsbGV0X2Jsb2NrICBsYXJnZV9pY29uPVwiMTQucG5nXCIgd2lkdGg9XCJcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIl08dWw+PGxpPlNldHRpbmcgT3B0aW1hbCBUcmFpbGluZyBTdG9wczwvbGk+PGxpPlByb3RlY3RpbmcgUnVubmluZyBQcm9maXRzPC9saT48bGk+TWF4aW1pemluZyB0aGUgTW9zdCBvZiBSUSBUcmFkaW5nIFRlY2hub2xvZ3k8L2xpPjwvdWw+Wy9idWxsZXRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNDg6IltjYWxlbmRhcl9kYXRlIHN0eWxlPVwiMVwiIG1vbnRoPVwiQXByaWxcIiBjYWxlbmRhcl9iYXJfY29sb3I9XCIjZmYwMDAwXCIgZGF5PVwiMjNcIiBmdWxsX2RhdGU9XCJXZWRuZXNkYXkgLCAyM3JkIEFwcmlsXCIgdGltZXpvbmVfMT1cIjc6MzAgcG0gRVRcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyNDoidGhyZWUtZmlmdGhzIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMzM6Ilt2aWRlb19wbGF5ZXIgdHlwZT1cInlvdXR1YmVcIiB3aWR0aD1cIjU2MFwiIGhlaWdodD1cIjMxNVwiIGFsaWduPVwiY2VudGVyXCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMjBcIiBib3JkZXJfc2l6ZT1cIjVcIiBib3JkZXJfY29sb3I9XCIjZWJlYmViXCJdYUhSMGNITTZMeTkzZDNjdWVXOTFkSFZpWlM1amIyMHZkMkYwWTJnL2RqMXNRMjFtVWkxMmRqVnlUUT09Wy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxMTk6IltpbWFnZXMgc3R5bGU9XCI1XCIgY2FwdGlvbj1cIlBlcmZvcm1hbmNlIENvYWNoIEVkd2FyZCBFUCBQcmVzdG9uXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3MToiW2ltYWdlcyBzdHlsZT1cIjNcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIyOToiW2ltYWdlcyBzdHlsZT1cIjVcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA0L2VwLXB0ci1jbG9ja3MxLTEwMjR4NTg3LmpwZ1wiIHdpZHRoPVwiMTAyNFwiIGNhcHRpb249XCJQZXJmb3JtYW5jZSBDb2FjaCBFZHdhcmQgRVAgUHJlc3RvblwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE2OiJwYWRkaW5nLXRvcDowcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoyNDoiZXlKd1lXUmthVzVuVkc5d0lqb2lNQ0o5IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3NDY6IltvcHRpbl9ib3ggc3R5bGU9XCIxMFwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiBnb3Rvd2ViaW5hcj1cImE3MDU3MzY1ODJcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdSGVyZVwncyBUaGUgSGVhZGxpbmUgRm9yIFRoZSBCb3hbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1URzl5WlcwZ2FYQnpkVzBnWkc5c2IzSWdjMmwwSUdGdFpYUXNJR052Ym5ObFkzUmxkSFZ5SUdGa2FYQnBjMk5wYm1jZ1pXeHBkQzRnUkc5dVpXTWdkbVZzSUc1MWJtTWdibTl1SUd4aFkzVnpJSFpsYm1WdVlYUnBjeUJqYjIxdGIyUnZMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiXUNsaWNrIGhlcmUgdGhlbiBjaGVjayB5b3VyIGluYm94IVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19','publish','2014-06-14 19:32:27'),(189,1834,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl3Cv0hhcyBwZW5zYWRvIGVuIHZpdmlyIGRlbCB0cmFkaW5nP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMDE6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdRGVzY3VicmUgc2kgcHVlZGVzIGxvZ3JhcmxvISBJbmljaWEgdW5hIHBydWViYSBncmF0dWl0YSBkZSAxNCBkw61hcy5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzY6IltpbWFnZXMgc3R5bGU9XCI1XCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjU6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzkxOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUGllcnJlLCBtaWVtYnJvIGRlIFJpb3NRdWFudCwgdG9tw7MgICQxLjYwMCBkZSB1dGlsaWRhZGVzIGVuIGxvcyBtZXJjYWRvcyBkZSBmdXR1cm9zIGVuIGRvcyBkw61hcywgMTQvMDUvMjAxNCB5IDE1LzA1LzIwMTQgY29uIDEzIG9wZXJhY2lvbnMuIMOJbCBvcGVyYSBjYWRhIG1hw7FhbmEgY29uIG90cm9zIHRyYWRlcnMgc2VtZWphbnRlcyBhIGVsIGVuIG51ZXN0cmEgc2FsYSBkZSB0cmFkaW5nIGVuIHZpdm8uIMOJbCBlcyB1biB0cmFkZXIgZGUgaW1wdWxzbyB5IHV0aWxpemEgbG9zIHNpc3RlbWFzIHByZWRpY3Rpdm9zIGRlIHRyYWRpbmcgZGUgUmlvc1F1YW50Li4mbmJzcDtbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjg6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Nzk2OiJbb3B0aW5fYm94IHN0eWxlPVwiMTFcIiB3aWR0aD1cIjQ1MFwiIG1hcmdpbl90b3A9XCIxNVwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiSW5ncmVzZSBzdSBkaXJlY2Npw7NuIGRlIGNvcnJlbyBlbGVjdHLDs25pY29cIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0NDQ2OThcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkluZ3Jlc2Ugc3Ugbm9tYnJlXCIgbmFtZV9vcmRlcj1cIjBcIiBuYW1lX3JlcXVpcmVkPVwiTlwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdU1c1bmNtVnpaU0J6ZFNCdWIyMWljbVVnZVNCbGJXRnBiQ0J3WVhKaElIUmxibVZ5SUdGalkyVnpieUJwYm5OMFlXNTB3NkZ1Wlc4dUxpND1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdVmFsb3JhbW9zIHN1IHByaXZhY2lkYWQgeSBudW5jYSBsZSBlbnZpYXJlbW9zIHNwYW1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiXUNsaWNrIHkgbHVlZ28gcmV2aXNlIHN1IGJhbmRlamEgZGUgZW50cmFkYSBwYXJhIHVuYSBjb25maXJtYWNpw7NuIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo0OiJlMzA9IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNjk6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxN1wiIHdpZHRoPVwiOTQwXCJdPGgyIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjxzcGFuIHN0eWxlPVwiY29sb3I6ICM0MjUwNjM7XCI+RXN0w6EgYSAzIFBhc29zIERlIENvbWVuemFyIFN1IFBydWViYSBHcmF0dWl0YSBkZWwgU2lzdGVtYcKgPC9zcGFuPjwvaDI+CjxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo2NDE6IltzdGVwX2dyYXBoaWNzIHN0eWxlPVwiNVwiIGNvbG9yPVwiIzQyNTA2M1wiXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIxXCIgaGVhZGxpbmU9XCIgIEluc3RhbGFjacOzbiAtIFVuIG1pZW1icm8gZGUgc29wb3J0ZSB0w6ljbmljbyBsbyBndWlhcsOhIGEgdHJhdsOpcyBkZSBsYSBpbnN0YWxhY2nDs24sIGhhY2llbmRvIGVsIHByb2Nlc28gcsOhcGlkbyB5IHNpbiBwcm9ibGVtYXMubmQgdHJvdWJsZSBmcmVlLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiRW50cmVuYW1pZW50byAtIFNlc2lvbmVzIGRlIHBlcnNvbmFsaXphZGFzIHBhcmEgYXByZW5kZXIgYSB1dGlsaXphciBlbCBzaXN0ZW1hLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiM1wiIGhlYWRsaW5lPVwiU2FsYSBkZSBUcmFkaW5nIGVuIFZpdm8gLSBFeHBlcmltZW50ZSBlbCBwb2RlciBkZSBpbnRlbGlnZW5jaWEgZGUgdHJhZGluZyBhIHRpZW1wbyByZWFsIGNvbiBsb3MgbWllbWJyb3MgeSBlbnRyZW5hZG9yZXMgZGUgUmlvc1F1YW50IHBhcmEgYXNlZ3VyYXJzZSBkZSBvYnRlbmVyIGVsIG3DoXhpbW8gcHJvdmVjaG8gZGUgdHUgcHJ1ZWJhIGdyYXR1aXRhLlwiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0NDY6Ilt0ZXN0aW1vbmlhbHMgc3R5bGU9XCIyXCIgbWFyZ2luX3RvcD1cIlwiIG1hcmdpbl9ib3R0b209XCJcIl1bdGVzdGltb25pYWwgbmFtZT1cIlBpZXJyZSAtIE5ldyBKZXJzZXkgVVNBXCIgY29tcGFueT1cIk1pZW1icm8gZGUgUmlvc1F1YW50IGRlc2RlIDIwMTJcIiBocmVmPVwiXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9waWVycmUtZ2FtaWwtcGljLmpwZ1wiXTxwPlwiTm8gcG9kcsOtYSBoYWJlcmxvIGhlY2hvIHNpbiB1c3RlZGVzLi4uIE51bmNhIHBvZHLDqSBhZ3JhZGVjZXIgbG8gc3VmaWNpZW50ZSBhIEpvZSBSaW9zLCBFUCwgeSBTdGV2ZSBwb3IgbGEgZGVkaWNhY2nDs24gcXVlIG11ZXN0cmFuIHkgZWwgYXBveW8gcXVlIG9mcmVjZW4hXCI8L3A+ClsvdGVzdGltb25pYWxdWy90ZXN0aW1vbmlhbHNdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjM7YTo0OntzOjk6InJvd19jbGFzcyI7czoyOToicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMjE6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5FWElTVEUgVU4gUklFU0dPIFNVU1RBTkNJQUwgREUgUMOJUkRJREEgRU4gTEEgTkVHT0NJQUNJw5NOIERFIEZVVFVST1MgREUgQ09NTU9ESVRJRVMsIENGRCwgT1BDSU9ORVMgWSBQUk9EVUNUT1MgREUgRElWSVNBUzwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19','revision','2014-06-14 19:36:45'),(177,1828,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl05MCBEYXkgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UcmFkaW5nIFByb2dyYW08L3NwYW4+IEdldCBTdGFydGVkIE5vdy5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU1OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTUwXCIgaGVpZ2h0PVwiMzA5XCIgYWxpZ249XCJsZWZ0XCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RRd01qVXdNemd1YUdRdWJYQTBQM005TkRRek5ERXpZelkxTW1NNU1qRm1OR1kxTWpNd1lqUTNNemcxWkRRMk5qTT1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc0NjoiW2ltZ190ZXh0X2FzaWRlIHN0eWxlPVwiMVwiIGltYWdlPVwiXCIgaW1hZ2VfYWxpZ25tZW50PVwicmlnaHRcIiBoZWFkbGluZT1cIlRIRSBORVhUIEJJRyBTV0lORzogd2lsbCB5b3UgYmUgcmVhZHk/XCIgdGV4dD1cIkVhcmxpZXIgdG9kYXkgUmlvc1F1YW50IHBlcmZvcm1hbmNlIGNvYWNoIEVQIFByZXN0b24gdG9vayBvbmUgY29udHJhY3QgbG9uZyBpbiBDcnVkZSBPaWwgZnV0dXJlcyBmb3IgJDU0MC4wMCBwcm9maXQgdXNpbmcgdGhlIEdub3NUSUNLIFRlY2hub2xvZ3kuIEEgY2xhc3NpYyB0cmFkZSBmb3IgR25vc1RJQ0sgdHJhZGVycyB0YWtpbmcgdGhlIHByb2ZpdCB0YXJnZXQgZXhpdCB0byBleHRyZW1lIGNyaXRpY2FsIFIyLiBIZSBhbHNvIHRvb2sgJDMzMC4wMCBwcm9maXQgdHJhZGluZyB0aGUgTmF0dXJhbCBHYXMgc3RvcmFnZSByZXBvcnQsIHRoYXQgdHJhZGUgdG9vayBhIGZldyBzaG9ydCBtaW51dGVzLiBUaGUgZW5lcmd5IG1hcmtldHMgcm9ja2VkIHRvZGF5ISBMZWFybiB0aGUgdGVjaG5pcXVlcyB0byBpZGVudGlmeSBtYXJrZXRzIHBvaXNlZCBmb3IgcG93ZXJmdWwgbW92ZXMuIEpvaW4gdXMgdG9uaWdodCBhbmQgbGVhcm4gaG93IHRvIHRyYWRlIHRoZSBSaW9zUXVhbnQgbWV0aG9kIGZyb20gYSB0cmFkZXIgdGhhdCBoYXMgYmVlbiBjb25zaXN0ZW50bHkgdHJhZGluZyB0aGUgbWV0aG9kIGZvciBvdmVyIDcgeWVhcnMuXCIgYWxpZ25tZW50PVwiY2VudGVyXCJdWy9pbWdfdGV4dF9hc2lkZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdTGVhcm4gSG93IHRvIEJlY29tZSBhIFF1YW50IFRyYWRlclsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ5MToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiNlZWViZGRcIiBib3R0b21fcGFkZGluZz1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMzY0XCIgbGluZV9oZWlnaHQ9XCIyMlwiXUR1cmluZyB0aGlzIDkwIGRheSB0cmFpbmluZyBwcm9ncmFtIHlvdSB3aWxsIHJlY2VpdmUgY29tcHJlaGVuc2l2ZSB0cmFpbmluZyBpbmNsdWRpbmcgdGhlIGNvbmNlcHQsIG1ldGhvZHMgYW5kIHRvb2xzIGluIGFuIGVhc3kgdG8gdW5kZXJzdGFuZCBzdGVwLWJ5LXN0ZXAgZm9ybWF0LiBUaGUgZXhhY3QgbG9naWMgaXMgcmV2ZWFsZWQgd2l0aCBhbGwgdGhlIG5lY2Vzc2FyeSBydWxlcyBuZWVkZWQgZm9yIHVuZGVyc3RhbmRpbmcgYW5kIGltcGxlbWVudGluZyB0aGUgUmlvc1F1YW50IGFwcHJvYWNoIHRvIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU4ODoiW29wdGluX2JveCBzdHlsZT1cIjE0XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0MjU4MjJcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjFcIiB0ZXh0PVwiQ2xpY2sgaGVyZSBhbmQgY2hlY2sgeW91ciBpbmJveFwiIHRleHRfc2l6ZT1cIjE4XCIgdGV4dF9jb2xvcj1cIiM1MDQyMTBcIiB0ZXh0X2ZvbnQ9XCJIZWx2ZXRpY2E7ZGVmYXVsdFwiIHRleHRfYm9sZD1cIllcIiB0ZXh0X2xldHRlcl9zcGFjaW5nPVwiMFwiIHRleHRfc2hhZG93X3BhbmVsPVwiWVwiIHRleHRfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIHRleHRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgdGV4dF9zaGFkb3dfY29sb3I9XCIjZmZmZjllXCIgdGV4dF9zaGFkb3dfYmx1cj1cIjBcIiBzdHlsaW5nX3dpZHRoPVwiMTAwXCIgc3R5bGluZ19oZWlnaHQ9XCIxNFwiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPVwiI2Q2OTMwMFwiIHN0eWxpbmdfYm9yZGVyX3NpemU9XCIxXCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPVwiNlwiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9XCIxMDBcIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPVwiI2ZmY2YwYVwiIHN0eWxpbmdfZ3JhZGllbnRfZW5kX2NvbG9yPVwiI2ZmZGEyMlwiIGRyb3Bfc2hhZG93X3BhbmVsPVwiWVwiIGRyb3Bfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIGRyb3Bfc2hhZG93X2hvcml6b250YWw9XCIwXCIgZHJvcF9zaGFkb3dfYmx1cj1cIjFcIiBkcm9wX3NoYWRvd19zcHJlYWQ9XCIwXCIgZHJvcF9zaGFkb3dfY29sb3I9XCIjMDAwMDAwXCIgZHJvcF9zaGFkb3dfb3BhY2l0eT1cIjEwXCIgaW5zZXRfc2hhZG93X3BhbmVsPVwiWVwiIGluc2V0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBpbnNldF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiBpbnNldF9zaGFkb3dfYmx1cj1cIjBcIiBpbnNldF9zaGFkb3dfc3ByZWFkPVwiMFwiIGluc2V0X3NoYWRvd19jb2xvcj1cIiNmZmU1OTBcIiBpbnNldF9zaGFkb3dfb3BhY2l0eT1cIjEwMFwiIGxvY2F0aW9uPVwib3B0aW5fYm94X3N0eWxlXzE0XCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozODoiZWxlbWVudC1jb250YWluZXIgY2YgcGFkLWxlZnQgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkzOiJiYWNrZ3JvdW5kOiNmY2ZjZmM7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZmNmY2ZjKSwgY29sb3Itc3RvcCgxMDAlLCAjZjVmNWY1KSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZmNmY2ZjLCBlbmRDb2xvcnN0cj0jZjVmNWY1LCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZMlpqWm1NaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqSXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakUxSW4wPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzQ2OiJbaW1nX3RleHRfYXNpZGUgc3R5bGU9XCIxXCIgaW1hZ2U9XCJcIiBpbWFnZV9hbGlnbm1lbnQ9XCJyaWdodFwiIGhlYWRsaW5lPVwiVEhFIE5FWFQgQklHIFNXSU5HOiB3aWxsIHlvdSBiZSByZWFkeT9cIiB0ZXh0PVwiRWFybGllciB0b2RheSBSaW9zUXVhbnQgcGVyZm9ybWFuY2UgY29hY2ggRVAgUHJlc3RvbiB0b29rIG9uZSBjb250cmFjdCBsb25nIGluIENydWRlIE9pbCBmdXR1cmVzIGZvciAkNTQwLjAwIHByb2ZpdCB1c2luZyB0aGUgR25vc1RJQ0sgVGVjaG5vbG9neS4gQSBjbGFzc2ljIHRyYWRlIGZvciBHbm9zVElDSyB0cmFkZXJzIHRha2luZyB0aGUgcHJvZml0IHRhcmdldCBleGl0IHRvIGV4dHJlbWUgY3JpdGljYWwgUjIuIEhlIGFsc28gdG9vayAkMzMwLjAwIHByb2ZpdCB0cmFkaW5nIHRoZSBOYXR1cmFsIEdhcyBzdG9yYWdlIHJlcG9ydCwgdGhhdCB0cmFkZSB0b29rIGEgZmV3IHNob3J0IG1pbnV0ZXMuIFRoZSBlbmVyZ3kgbWFya2V0cyByb2NrZWQgdG9kYXkhIExlYXJuIHRoZSB0ZWNobmlxdWVzIHRvIGlkZW50aWZ5IG1hcmtldHMgcG9pc2VkIGZvciBwb3dlcmZ1bCBtb3Zlcy4gSm9pbiB1cyB0b25pZ2h0IGFuZCBsZWFybiBob3cgdG8gdHJhZGUgdGhlIFJpb3NRdWFudCBtZXRob2QgZnJvbSBhIHRyYWRlciB0aGF0IGhhcyBiZWVuIGNvbnNpc3RlbnRseSB0cmFkaW5nIHRoZSBtZXRob2QgZm9yIG92ZXIgNyB5ZWFycy5cIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIl1bL2ltZ190ZXh0X2FzaWRlXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fQ==','revision','2014-06-12 16:27:30'),(178,1828,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl05MCBEYXkgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UcmFkaW5nIFByb2dyYW08L3NwYW4+IEdldCBTdGFydGVkIE5vdy5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU1OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTUwXCIgaGVpZ2h0PVwiMzA5XCIgYWxpZ249XCJsZWZ0XCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RRd01qVXdNemd1YUdRdWJYQTBQM005TkRRek5ERXpZelkxTW1NNU1qRm1OR1kxTWpNd1lqUTNNemcxWkRRMk5qTT1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc0NjoiW2ltZ190ZXh0X2FzaWRlIHN0eWxlPVwiMVwiIGltYWdlPVwiXCIgaW1hZ2VfYWxpZ25tZW50PVwicmlnaHRcIiBoZWFkbGluZT1cIlRIRSBORVhUIEJJRyBTV0lORzogd2lsbCB5b3UgYmUgcmVhZHk/XCIgdGV4dD1cIkVhcmxpZXIgdG9kYXkgUmlvc1F1YW50IHBlcmZvcm1hbmNlIGNvYWNoIEVQIFByZXN0b24gdG9vayBvbmUgY29udHJhY3QgbG9uZyBpbiBDcnVkZSBPaWwgZnV0dXJlcyBmb3IgJDU0MC4wMCBwcm9maXQgdXNpbmcgdGhlIEdub3NUSUNLIFRlY2hub2xvZ3kuIEEgY2xhc3NpYyB0cmFkZSBmb3IgR25vc1RJQ0sgdHJhZGVycyB0YWtpbmcgdGhlIHByb2ZpdCB0YXJnZXQgZXhpdCB0byBleHRyZW1lIGNyaXRpY2FsIFIyLiBIZSBhbHNvIHRvb2sgJDMzMC4wMCBwcm9maXQgdHJhZGluZyB0aGUgTmF0dXJhbCBHYXMgc3RvcmFnZSByZXBvcnQsIHRoYXQgdHJhZGUgdG9vayBhIGZldyBzaG9ydCBtaW51dGVzLiBUaGUgZW5lcmd5IG1hcmtldHMgcm9ja2VkIHRvZGF5ISBMZWFybiB0aGUgdGVjaG5pcXVlcyB0byBpZGVudGlmeSBtYXJrZXRzIHBvaXNlZCBmb3IgcG93ZXJmdWwgbW92ZXMuIEpvaW4gdXMgdG9uaWdodCBhbmQgbGVhcm4gaG93IHRvIHRyYWRlIHRoZSBSaW9zUXVhbnQgbWV0aG9kIGZyb20gYSB0cmFkZXIgdGhhdCBoYXMgYmVlbiBjb25zaXN0ZW50bHkgdHJhZGluZyB0aGUgbWV0aG9kIGZvciBvdmVyIDcgeWVhcnMuXCIgYWxpZ25tZW50PVwiY2VudGVyXCJdWy9pbWdfdGV4dF9hc2lkZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdTGVhcm4gSG93IHRvIEJlY29tZSBhIFF1YW50IFRyYWRlclsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ5MToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiNlZWViZGRcIiBib3R0b21fcGFkZGluZz1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMzY0XCIgbGluZV9oZWlnaHQ9XCIyMlwiXUR1cmluZyB0aGlzIDkwIGRheSB0cmFpbmluZyBwcm9ncmFtIHlvdSB3aWxsIHJlY2VpdmUgY29tcHJlaGVuc2l2ZSB0cmFpbmluZyBpbmNsdWRpbmcgdGhlIGNvbmNlcHQsIG1ldGhvZHMgYW5kIHRvb2xzIGluIGFuIGVhc3kgdG8gdW5kZXJzdGFuZCBzdGVwLWJ5LXN0ZXAgZm9ybWF0LiBUaGUgZXhhY3QgbG9naWMgaXMgcmV2ZWFsZWQgd2l0aCBhbGwgdGhlIG5lY2Vzc2FyeSBydWxlcyBuZWVkZWQgZm9yIHVuZGVyc3RhbmRpbmcgYW5kIGltcGxlbWVudGluZyB0aGUgUmlvc1F1YW50IGFwcHJvYWNoIHRvIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU4ODoiW29wdGluX2JveCBzdHlsZT1cIjE0XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0MjU4MjJcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjFcIiB0ZXh0PVwiQ2xpY2sgaGVyZSBhbmQgY2hlY2sgeW91ciBpbmJveFwiIHRleHRfc2l6ZT1cIjE4XCIgdGV4dF9jb2xvcj1cIiM1MDQyMTBcIiB0ZXh0X2ZvbnQ9XCJIZWx2ZXRpY2E7ZGVmYXVsdFwiIHRleHRfYm9sZD1cIllcIiB0ZXh0X2xldHRlcl9zcGFjaW5nPVwiMFwiIHRleHRfc2hhZG93X3BhbmVsPVwiWVwiIHRleHRfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIHRleHRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgdGV4dF9zaGFkb3dfY29sb3I9XCIjZmZmZjllXCIgdGV4dF9zaGFkb3dfYmx1cj1cIjBcIiBzdHlsaW5nX3dpZHRoPVwiMTAwXCIgc3R5bGluZ19oZWlnaHQ9XCIxNFwiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPVwiI2Q2OTMwMFwiIHN0eWxpbmdfYm9yZGVyX3NpemU9XCIxXCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPVwiNlwiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9XCIxMDBcIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPVwiI2ZmY2YwYVwiIHN0eWxpbmdfZ3JhZGllbnRfZW5kX2NvbG9yPVwiI2ZmZGEyMlwiIGRyb3Bfc2hhZG93X3BhbmVsPVwiWVwiIGRyb3Bfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIGRyb3Bfc2hhZG93X2hvcml6b250YWw9XCIwXCIgZHJvcF9zaGFkb3dfYmx1cj1cIjFcIiBkcm9wX3NoYWRvd19zcHJlYWQ9XCIwXCIgZHJvcF9zaGFkb3dfY29sb3I9XCIjMDAwMDAwXCIgZHJvcF9zaGFkb3dfb3BhY2l0eT1cIjEwXCIgaW5zZXRfc2hhZG93X3BhbmVsPVwiWVwiIGluc2V0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBpbnNldF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiBpbnNldF9zaGFkb3dfYmx1cj1cIjBcIiBpbnNldF9zaGFkb3dfc3ByZWFkPVwiMFwiIGluc2V0X3NoYWRvd19jb2xvcj1cIiNmZmU1OTBcIiBpbnNldF9zaGFkb3dfb3BhY2l0eT1cIjEwMFwiIGxvY2F0aW9uPVwib3B0aW5fYm94X3N0eWxlXzE0XCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozODoiZWxlbWVudC1jb250YWluZXIgY2YgcGFkLWxlZnQgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkzOiJiYWNrZ3JvdW5kOiNmY2ZjZmM7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZmNmY2ZjKSwgY29sb3Itc3RvcCgxMDAlLCAjZjVmNWY1KSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZmNmY2ZjLCBlbmRDb2xvcnN0cj0jZjVmNWY1LCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZMlpqWm1NaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqSXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakUxSW4wPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzQ2OiJbaW1nX3RleHRfYXNpZGUgc3R5bGU9XCIxXCIgaW1hZ2U9XCJcIiBpbWFnZV9hbGlnbm1lbnQ9XCJyaWdodFwiIGhlYWRsaW5lPVwiVEhFIE5FWFQgQklHIFNXSU5HOiB3aWxsIHlvdSBiZSByZWFkeT9cIiB0ZXh0PVwiRWFybGllciB0b2RheSBSaW9zUXVhbnQgcGVyZm9ybWFuY2UgY29hY2ggRVAgUHJlc3RvbiB0b29rIG9uZSBjb250cmFjdCBsb25nIGluIENydWRlIE9pbCBmdXR1cmVzIGZvciAkNTQwLjAwIHByb2ZpdCB1c2luZyB0aGUgR25vc1RJQ0sgVGVjaG5vbG9neS4gQSBjbGFzc2ljIHRyYWRlIGZvciBHbm9zVElDSyB0cmFkZXJzIHRha2luZyB0aGUgcHJvZml0IHRhcmdldCBleGl0IHRvIGV4dHJlbWUgY3JpdGljYWwgUjIuIEhlIGFsc28gdG9vayAkMzMwLjAwIHByb2ZpdCB0cmFkaW5nIHRoZSBOYXR1cmFsIEdhcyBzdG9yYWdlIHJlcG9ydCwgdGhhdCB0cmFkZSB0b29rIGEgZmV3IHNob3J0IG1pbnV0ZXMuIFRoZSBlbmVyZ3kgbWFya2V0cyByb2NrZWQgdG9kYXkhIExlYXJuIHRoZSB0ZWNobmlxdWVzIHRvIGlkZW50aWZ5IG1hcmtldHMgcG9pc2VkIGZvciBwb3dlcmZ1bCBtb3Zlcy4gSm9pbiB1cyB0b25pZ2h0IGFuZCBsZWFybiBob3cgdG8gdHJhZGUgdGhlIFJpb3NRdWFudCBtZXRob2QgZnJvbSBhIHRyYWRlciB0aGF0IGhhcyBiZWVuIGNvbnNpc3RlbnRseSB0cmFkaW5nIHRoZSBtZXRob2QgZm9yIG92ZXIgNyB5ZWFycy5cIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIl1bL2ltZ190ZXh0X2FzaWRlXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODE5OiJbaW1nX3RleHRfYXNpZGUgc3R5bGU9XCIxXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNi9lcC1wZXJmLTYtMTIuanBnXCIgaW1hZ2VfYWxpZ25tZW50PVwicmlnaHRcIiBoZWFkbGluZT1cIlRIRSBORVhUIEJJRyBTV0lORzogd2lsbCB5b3UgYmUgcmVhZHk/XCIgdGV4dD1cIkVhcmxpZXIgdG9kYXkgUmlvc1F1YW50IHBlcmZvcm1hbmNlIGNvYWNoIEVQIFByZXN0b24gdG9vayBvbmUgY29udHJhY3QgbG9uZyBpbiBDcnVkZSBPaWwgZnV0dXJlcyBmb3IgJDU0MC4wMCBwcm9maXQgdXNpbmcgdGhlIEdub3NUSUNLIFRlY2hub2xvZ3kuIEEgY2xhc3NpYyB0cmFkZSBmb3IgR25vc1RJQ0sgdHJhZGVycyB0YWtpbmcgdGhlIHByb2ZpdCB0YXJnZXQgZXhpdCB0byBleHRyZW1lIGNyaXRpY2FsIFIyLiBIZSBhbHNvIHRvb2sgJDMzMC4wMCBwcm9maXQgdHJhZGluZyB0aGUgTmF0dXJhbCBHYXMgc3RvcmFnZSByZXBvcnQsIHRoYXQgdHJhZGUgdG9vayBhIGZldyBzaG9ydCBtaW51dGVzLiBUaGUgZW5lcmd5IG1hcmtldHMgcm9ja2VkIHRvZGF5ISBMZWFybiB0aGUgdGVjaG5pcXVlcyB0byBpZGVudGlmeSBtYXJrZXRzIHBvaXNlZCBmb3IgcG93ZXJmdWwgbW92ZXMuIEpvaW4gdXMgdG9uaWdodCBhbmQgbGVhcm4gaG93IHRvIHRyYWRlIHRoZSBSaW9zUXVhbnQgbWV0aG9kIGZyb20gYSB0cmFkZXIgdGhhdCBoYXMgYmVlbiBjb25zaXN0ZW50bHkgdHJhZGluZyB0aGUgbWV0aG9kIGZvciBvdmVyIDcgeWVhcnMuXCIgYWxpZ25tZW50PVwiY2VudGVyXCJdWy9pbWdfdGV4dF9hc2lkZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fWk6NDthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjEwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1UQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX0=','revision','2014-06-12 16:28:50'),(179,1828,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl05MCBEYXkgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UcmFkaW5nIFByb2dyYW08L3NwYW4+IEdldCBTdGFydGVkIE5vdy5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU1OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTUwXCIgaGVpZ2h0PVwiMzA5XCIgYWxpZ249XCJsZWZ0XCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RRd01qVXdNemd1YUdRdWJYQTBQM005TkRRek5ERXpZelkxTW1NNU1qRm1OR1kxTWpNd1lqUTNNemcxWkRRMk5qTT1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc0NjoiW2ltZ190ZXh0X2FzaWRlIHN0eWxlPVwiMVwiIGltYWdlPVwiXCIgaW1hZ2VfYWxpZ25tZW50PVwicmlnaHRcIiBoZWFkbGluZT1cIlRIRSBORVhUIEJJRyBTV0lORzogd2lsbCB5b3UgYmUgcmVhZHk/XCIgdGV4dD1cIkVhcmxpZXIgdG9kYXkgUmlvc1F1YW50IHBlcmZvcm1hbmNlIGNvYWNoIEVQIFByZXN0b24gdG9vayBvbmUgY29udHJhY3QgbG9uZyBpbiBDcnVkZSBPaWwgZnV0dXJlcyBmb3IgJDU0MC4wMCBwcm9maXQgdXNpbmcgdGhlIEdub3NUSUNLIFRlY2hub2xvZ3kuIEEgY2xhc3NpYyB0cmFkZSBmb3IgR25vc1RJQ0sgdHJhZGVycyB0YWtpbmcgdGhlIHByb2ZpdCB0YXJnZXQgZXhpdCB0byBleHRyZW1lIGNyaXRpY2FsIFIyLiBIZSBhbHNvIHRvb2sgJDMzMC4wMCBwcm9maXQgdHJhZGluZyB0aGUgTmF0dXJhbCBHYXMgc3RvcmFnZSByZXBvcnQsIHRoYXQgdHJhZGUgdG9vayBhIGZldyBzaG9ydCBtaW51dGVzLiBUaGUgZW5lcmd5IG1hcmtldHMgcm9ja2VkIHRvZGF5ISBMZWFybiB0aGUgdGVjaG5pcXVlcyB0byBpZGVudGlmeSBtYXJrZXRzIHBvaXNlZCBmb3IgcG93ZXJmdWwgbW92ZXMuIEpvaW4gdXMgdG9uaWdodCBhbmQgbGVhcm4gaG93IHRvIHRyYWRlIHRoZSBSaW9zUXVhbnQgbWV0aG9kIGZyb20gYSB0cmFkZXIgdGhhdCBoYXMgYmVlbiBjb25zaXN0ZW50bHkgdHJhZGluZyB0aGUgbWV0aG9kIGZvciBvdmVyIDcgeWVhcnMuXCIgYWxpZ25tZW50PVwiY2VudGVyXCJdWy9pbWdfdGV4dF9hc2lkZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdTGVhcm4gSG93IHRvIEJlY29tZSBhIFF1YW50IFRyYWRlclsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ5MToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiNlZWViZGRcIiBib3R0b21fcGFkZGluZz1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMzY0XCIgbGluZV9oZWlnaHQ9XCIyMlwiXUR1cmluZyB0aGlzIDkwIGRheSB0cmFpbmluZyBwcm9ncmFtIHlvdSB3aWxsIHJlY2VpdmUgY29tcHJlaGVuc2l2ZSB0cmFpbmluZyBpbmNsdWRpbmcgdGhlIGNvbmNlcHQsIG1ldGhvZHMgYW5kIHRvb2xzIGluIGFuIGVhc3kgdG8gdW5kZXJzdGFuZCBzdGVwLWJ5LXN0ZXAgZm9ybWF0LiBUaGUgZXhhY3QgbG9naWMgaXMgcmV2ZWFsZWQgd2l0aCBhbGwgdGhlIG5lY2Vzc2FyeSBydWxlcyBuZWVkZWQgZm9yIHVuZGVyc3RhbmRpbmcgYW5kIGltcGxlbWVudGluZyB0aGUgUmlvc1F1YW50IGFwcHJvYWNoIHRvIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU4ODoiW29wdGluX2JveCBzdHlsZT1cIjE0XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0MjU4MjJcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjFcIiB0ZXh0PVwiQ2xpY2sgaGVyZSBhbmQgY2hlY2sgeW91ciBpbmJveFwiIHRleHRfc2l6ZT1cIjE4XCIgdGV4dF9jb2xvcj1cIiM1MDQyMTBcIiB0ZXh0X2ZvbnQ9XCJIZWx2ZXRpY2E7ZGVmYXVsdFwiIHRleHRfYm9sZD1cIllcIiB0ZXh0X2xldHRlcl9zcGFjaW5nPVwiMFwiIHRleHRfc2hhZG93X3BhbmVsPVwiWVwiIHRleHRfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIHRleHRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgdGV4dF9zaGFkb3dfY29sb3I9XCIjZmZmZjllXCIgdGV4dF9zaGFkb3dfYmx1cj1cIjBcIiBzdHlsaW5nX3dpZHRoPVwiMTAwXCIgc3R5bGluZ19oZWlnaHQ9XCIxNFwiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPVwiI2Q2OTMwMFwiIHN0eWxpbmdfYm9yZGVyX3NpemU9XCIxXCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPVwiNlwiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9XCIxMDBcIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPVwiI2ZmY2YwYVwiIHN0eWxpbmdfZ3JhZGllbnRfZW5kX2NvbG9yPVwiI2ZmZGEyMlwiIGRyb3Bfc2hhZG93X3BhbmVsPVwiWVwiIGRyb3Bfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIGRyb3Bfc2hhZG93X2hvcml6b250YWw9XCIwXCIgZHJvcF9zaGFkb3dfYmx1cj1cIjFcIiBkcm9wX3NoYWRvd19zcHJlYWQ9XCIwXCIgZHJvcF9zaGFkb3dfY29sb3I9XCIjMDAwMDAwXCIgZHJvcF9zaGFkb3dfb3BhY2l0eT1cIjEwXCIgaW5zZXRfc2hhZG93X3BhbmVsPVwiWVwiIGluc2V0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBpbnNldF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiBpbnNldF9zaGFkb3dfYmx1cj1cIjBcIiBpbnNldF9zaGFkb3dfc3ByZWFkPVwiMFwiIGluc2V0X3NoYWRvd19jb2xvcj1cIiNmZmU1OTBcIiBpbnNldF9zaGFkb3dfb3BhY2l0eT1cIjEwMFwiIGxvY2F0aW9uPVwib3B0aW5fYm94X3N0eWxlXzE0XCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozODoiZWxlbWVudC1jb250YWluZXIgY2YgcGFkLWxlZnQgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkzOiJiYWNrZ3JvdW5kOiNmY2ZjZmM7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZmNmY2ZjKSwgY29sb3Itc3RvcCgxMDAlLCAjZjVmNWY1KSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZmNmY2ZjLCBlbmRDb2xvcnN0cj0jZjVmNWY1LCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZMlpqWm1NaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqSXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakUxSW4wPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzQwOiJbaW1nX3RleHRfYXNpZGUgc3R5bGU9XCIxXCIgaW1hZ2U9XCJcIiBpbWFnZV9hbGlnbm1lbnQ9XCJyaWdodFwiIGhlYWRsaW5lPVwiVEhFIE5FWFQgQklHIFNXSU5HOiBhcmUgeW91IHJlYWR5P1wiIHRleHQ9XCJFYXJsaWVyIHRvZGF5IFJpb3NRdWFudCBwZXJmb3JtYW5jZSBjb2FjaCBFUCBQcmVzdG9uIHRvb2sgb25lIGNvbnRyYWN0IGxvbmcgaW4gQ3J1ZGUgT2lsIGZ1dHVyZXMgZm9yICQ1NDAuMDAgcHJvZml0IHVzaW5nIHRoZSBHbm9zVElDSyBUZWNobm9sb2d5LiBBIGNsYXNzaWMgdHJhZGUgZm9yIEdub3NUSUNLIHRyYWRlcnMgdGFraW5nIHRoZSBwcm9maXQgdGFyZ2V0IGV4aXQgdG8gZXh0cmVtZSBjcml0aWNhbCBSMi4gSGUgYWxzbyB0b29rICQzMzAuMDAgcHJvZml0IHRyYWRpbmcgdGhlIE5hdHVyYWwgR2FzIHN0b3JhZ2UgcmVwb3J0LCB0aGF0IHRyYWRlIHRvb2sgYSBmZXcgc2hvcnQgbWludXRlcy4gVGhlIGVuZXJneSBtYXJrZXRzIHJvY2tlZCB0b2RheSEgTGVhcm4gdGhlIHRlY2huaXF1ZXMgdG8gaWRlbnRpZnkgbWFya2V0cyBwb2lzZWQgZm9yIHBvd2VyZnVsIG1vdmVzLiBKb2luIHVzIHRvbmlnaHQgYW5kIGxlYXJuIGhvdyB0byB0cmFkZSB0aGUgUmlvc1F1YW50IG1ldGhvZCBmcm9tIGEgdHJhZGVyIHRoYXQgaGFzIGJlZW4gY29uc2lzdGVudGx5IHRyYWRpbmcgdGhlIG1ldGhvZCBmb3Igb3ZlciA3IHllYXJzLlwiIGFsaWdubWVudD1cImxlZnRcIl1bL2ltZ190ZXh0X2FzaWRlXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODExOiJbaW1nX3RleHRfYXNpZGUgc3R5bGU9XCIxXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNi9lcC1wZXJmLTYtMTIuanBnXCIgaW1hZ2VfYWxpZ25tZW50PVwicmlnaHRcIiBoZWFkbGluZT1cIlRIRSBORVhUIEJJRyBTV0lORzogeW91IHJlYWR5P1wiIHRleHQ9XCJFYXJsaWVyIHRvZGF5IFJpb3NRdWFudCBwZXJmb3JtYW5jZSBjb2FjaCBFUCBQcmVzdG9uIHRvb2sgb25lIGNvbnRyYWN0IGxvbmcgaW4gQ3J1ZGUgT2lsIGZ1dHVyZXMgZm9yICQ1NDAuMDAgcHJvZml0IHVzaW5nIHRoZSBHbm9zVElDSyBUZWNobm9sb2d5LiBBIGNsYXNzaWMgdHJhZGUgZm9yIEdub3NUSUNLIHRyYWRlcnMgdGFraW5nIHRoZSBwcm9maXQgdGFyZ2V0IGV4aXQgdG8gZXh0cmVtZSBjcml0aWNhbCBSMi4gSGUgYWxzbyB0b29rICQzMzAuMDAgcHJvZml0IHRyYWRpbmcgdGhlIE5hdHVyYWwgR2FzIHN0b3JhZ2UgcmVwb3J0LCB0aGF0IHRyYWRlIHRvb2sgYSBmZXcgc2hvcnQgbWludXRlcy4gVGhlIGVuZXJneSBtYXJrZXRzIHJvY2tlZCB0b2RheSEgTGVhcm4gdGhlIHRlY2huaXF1ZXMgdG8gaWRlbnRpZnkgbWFya2V0cyBwb2lzZWQgZm9yIHBvd2VyZnVsIG1vdmVzLiBKb2luIHVzIHRvbmlnaHQgYW5kIGxlYXJuIGhvdyB0byB0cmFkZSB0aGUgUmlvc1F1YW50IG1ldGhvZCBmcm9tIGEgdHJhZGVyIHRoYXQgaGFzIGJlZW4gY29uc2lzdGVudGx5IHRyYWRpbmcgdGhlIG1ldGhvZCBmb3Igb3ZlciA3IHllYXJzLlwiIGFsaWdubWVudD1cImNlbnRlclwiXVsvaW1nX3RleHRfYXNpZGVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjM7YTo0OntzOjk6InJvd19jbGFzcyI7czoyOToicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX1pOjQ7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM3OiJwYWRkaW5nLXRvcDoxMHB4O3BhZGRpbmctYm90dG9tOjEwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo1NjoiZXlKd1lXUmthVzVuVkc5d0lqb2lNVEFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTVRBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19','revision','2014-06-12 16:33:48'),(180,1828,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl05MCBEYXkgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UcmFkaW5nIFByb2dyYW08L3NwYW4+IEdldCBTdGFydGVkIE5vdy5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU1OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTUwXCIgaGVpZ2h0PVwiMzA5XCIgYWxpZ249XCJsZWZ0XCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RRd01qVXdNemd1YUdRdWJYQTBQM005TkRRek5ERXpZelkxTW1NNU1qRm1OR1kxTWpNd1lqUTNNemcxWkRRMk5qTT1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc0NjoiW2ltZ190ZXh0X2FzaWRlIHN0eWxlPVwiMVwiIGltYWdlPVwiXCIgaW1hZ2VfYWxpZ25tZW50PVwicmlnaHRcIiBoZWFkbGluZT1cIlRIRSBORVhUIEJJRyBTV0lORzogd2lsbCB5b3UgYmUgcmVhZHk/XCIgdGV4dD1cIkVhcmxpZXIgdG9kYXkgUmlvc1F1YW50IHBlcmZvcm1hbmNlIGNvYWNoIEVQIFByZXN0b24gdG9vayBvbmUgY29udHJhY3QgbG9uZyBpbiBDcnVkZSBPaWwgZnV0dXJlcyBmb3IgJDU0MC4wMCBwcm9maXQgdXNpbmcgdGhlIEdub3NUSUNLIFRlY2hub2xvZ3kuIEEgY2xhc3NpYyB0cmFkZSBmb3IgR25vc1RJQ0sgdHJhZGVycyB0YWtpbmcgdGhlIHByb2ZpdCB0YXJnZXQgZXhpdCB0byBleHRyZW1lIGNyaXRpY2FsIFIyLiBIZSBhbHNvIHRvb2sgJDMzMC4wMCBwcm9maXQgdHJhZGluZyB0aGUgTmF0dXJhbCBHYXMgc3RvcmFnZSByZXBvcnQsIHRoYXQgdHJhZGUgdG9vayBhIGZldyBzaG9ydCBtaW51dGVzLiBUaGUgZW5lcmd5IG1hcmtldHMgcm9ja2VkIHRvZGF5ISBMZWFybiB0aGUgdGVjaG5pcXVlcyB0byBpZGVudGlmeSBtYXJrZXRzIHBvaXNlZCBmb3IgcG93ZXJmdWwgbW92ZXMuIEpvaW4gdXMgdG9uaWdodCBhbmQgbGVhcm4gaG93IHRvIHRyYWRlIHRoZSBSaW9zUXVhbnQgbWV0aG9kIGZyb20gYSB0cmFkZXIgdGhhdCBoYXMgYmVlbiBjb25zaXN0ZW50bHkgdHJhZGluZyB0aGUgbWV0aG9kIGZvciBvdmVyIDcgeWVhcnMuXCIgYWxpZ25tZW50PVwiY2VudGVyXCJdWy9pbWdfdGV4dF9hc2lkZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdTGVhcm4gSG93IHRvIEJlY29tZSBhIFF1YW50IFRyYWRlclsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ5MToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiNlZWViZGRcIiBib3R0b21fcGFkZGluZz1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMzY0XCIgbGluZV9oZWlnaHQ9XCIyMlwiXUR1cmluZyB0aGlzIDkwIGRheSB0cmFpbmluZyBwcm9ncmFtIHlvdSB3aWxsIHJlY2VpdmUgY29tcHJlaGVuc2l2ZSB0cmFpbmluZyBpbmNsdWRpbmcgdGhlIGNvbmNlcHQsIG1ldGhvZHMgYW5kIHRvb2xzIGluIGFuIGVhc3kgdG8gdW5kZXJzdGFuZCBzdGVwLWJ5LXN0ZXAgZm9ybWF0LiBUaGUgZXhhY3QgbG9naWMgaXMgcmV2ZWFsZWQgd2l0aCBhbGwgdGhlIG5lY2Vzc2FyeSBydWxlcyBuZWVkZWQgZm9yIHVuZGVyc3RhbmRpbmcgYW5kIGltcGxlbWVudGluZyB0aGUgUmlvc1F1YW50IGFwcHJvYWNoIHRvIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU4ODoiW29wdGluX2JveCBzdHlsZT1cIjE0XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0MjU4MjJcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjFcIiB0ZXh0PVwiQ2xpY2sgaGVyZSBhbmQgY2hlY2sgeW91ciBpbmJveFwiIHRleHRfc2l6ZT1cIjE4XCIgdGV4dF9jb2xvcj1cIiM1MDQyMTBcIiB0ZXh0X2ZvbnQ9XCJIZWx2ZXRpY2E7ZGVmYXVsdFwiIHRleHRfYm9sZD1cIllcIiB0ZXh0X2xldHRlcl9zcGFjaW5nPVwiMFwiIHRleHRfc2hhZG93X3BhbmVsPVwiWVwiIHRleHRfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIHRleHRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgdGV4dF9zaGFkb3dfY29sb3I9XCIjZmZmZjllXCIgdGV4dF9zaGFkb3dfYmx1cj1cIjBcIiBzdHlsaW5nX3dpZHRoPVwiMTAwXCIgc3R5bGluZ19oZWlnaHQ9XCIxNFwiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPVwiI2Q2OTMwMFwiIHN0eWxpbmdfYm9yZGVyX3NpemU9XCIxXCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPVwiNlwiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9XCIxMDBcIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPVwiI2ZmY2YwYVwiIHN0eWxpbmdfZ3JhZGllbnRfZW5kX2NvbG9yPVwiI2ZmZGEyMlwiIGRyb3Bfc2hhZG93X3BhbmVsPVwiWVwiIGRyb3Bfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIGRyb3Bfc2hhZG93X2hvcml6b250YWw9XCIwXCIgZHJvcF9zaGFkb3dfYmx1cj1cIjFcIiBkcm9wX3NoYWRvd19zcHJlYWQ9XCIwXCIgZHJvcF9zaGFkb3dfY29sb3I9XCIjMDAwMDAwXCIgZHJvcF9zaGFkb3dfb3BhY2l0eT1cIjEwXCIgaW5zZXRfc2hhZG93X3BhbmVsPVwiWVwiIGluc2V0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBpbnNldF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiBpbnNldF9zaGFkb3dfYmx1cj1cIjBcIiBpbnNldF9zaGFkb3dfc3ByZWFkPVwiMFwiIGluc2V0X3NoYWRvd19jb2xvcj1cIiNmZmU1OTBcIiBpbnNldF9zaGFkb3dfb3BhY2l0eT1cIjEwMFwiIGxvY2F0aW9uPVwib3B0aW5fYm94X3N0eWxlXzE0XCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozODoiZWxlbWVudC1jb250YWluZXIgY2YgcGFkLWxlZnQgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkzOiJiYWNrZ3JvdW5kOiNmY2ZjZmM7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZmNmY2ZjKSwgY29sb3Itc3RvcCgxMDAlLCAjZjVmNWY1KSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZmNmY2ZjLCBlbmRDb2xvcnN0cj0jZjVmNWY1LCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZMlpqWm1NaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqSXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakUxSW4wPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzQwOiJbaW1nX3RleHRfYXNpZGUgc3R5bGU9XCIxXCIgaW1hZ2U9XCJcIiBpbWFnZV9hbGlnbm1lbnQ9XCJyaWdodFwiIGhlYWRsaW5lPVwiVEhFIE5FWFQgQklHIFNXSU5HOiBhcmUgeW91IHJlYWR5P1wiIHRleHQ9XCJFYXJsaWVyIHRvZGF5IFJpb3NRdWFudCBwZXJmb3JtYW5jZSBjb2FjaCBFUCBQcmVzdG9uIHRvb2sgb25lIGNvbnRyYWN0IGxvbmcgaW4gQ3J1ZGUgT2lsIGZ1dHVyZXMgZm9yICQ1NDAuMDAgcHJvZml0IHVzaW5nIHRoZSBHbm9zVElDSyBUZWNobm9sb2d5LiBBIGNsYXNzaWMgdHJhZGUgZm9yIEdub3NUSUNLIHRyYWRlcnMgdGFraW5nIHRoZSBwcm9maXQgdGFyZ2V0IGV4aXQgdG8gZXh0cmVtZSBjcml0aWNhbCBSMi4gSGUgYWxzbyB0b29rICQzMzAuMDAgcHJvZml0IHRyYWRpbmcgdGhlIE5hdHVyYWwgR2FzIHN0b3JhZ2UgcmVwb3J0LCB0aGF0IHRyYWRlIHRvb2sgYSBmZXcgc2hvcnQgbWludXRlcy4gVGhlIGVuZXJneSBtYXJrZXRzIHJvY2tlZCB0b2RheSEgTGVhcm4gdGhlIHRlY2huaXF1ZXMgdG8gaWRlbnRpZnkgbWFya2V0cyBwb2lzZWQgZm9yIHBvd2VyZnVsIG1vdmVzLiBKb2luIHVzIHRvbmlnaHQgYW5kIGxlYXJuIGhvdyB0byB0cmFkZSB0aGUgUmlvc1F1YW50IG1ldGhvZCBmcm9tIGEgdHJhZGVyIHRoYXQgaGFzIGJlZW4gY29uc2lzdGVudGx5IHRyYWRpbmcgdGhlIG1ldGhvZCBmb3Igb3ZlciA3IHllYXJzLlwiIGFsaWdubWVudD1cImxlZnRcIl1bL2ltZ190ZXh0X2FzaWRlXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODExOiJbaW1nX3RleHRfYXNpZGUgc3R5bGU9XCIxXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNi9lcC1wZXJmLTYtMTIuanBnXCIgaW1hZ2VfYWxpZ25tZW50PVwicmlnaHRcIiBoZWFkbGluZT1cIlRIRSBORVhUIEJJRyBTV0lORzogeW91IHJlYWR5P1wiIHRleHQ9XCJFYXJsaWVyIHRvZGF5IFJpb3NRdWFudCBwZXJmb3JtYW5jZSBjb2FjaCBFUCBQcmVzdG9uIHRvb2sgb25lIGNvbnRyYWN0IGxvbmcgaW4gQ3J1ZGUgT2lsIGZ1dHVyZXMgZm9yICQ1NDAuMDAgcHJvZml0IHVzaW5nIHRoZSBHbm9zVElDSyBUZWNobm9sb2d5LiBBIGNsYXNzaWMgdHJhZGUgZm9yIEdub3NUSUNLIHRyYWRlcnMgdGFraW5nIHRoZSBwcm9maXQgdGFyZ2V0IGV4aXQgdG8gZXh0cmVtZSBjcml0aWNhbCBSMi4gSGUgYWxzbyB0b29rICQzMzAuMDAgcHJvZml0IHRyYWRpbmcgdGhlIE5hdHVyYWwgR2FzIHN0b3JhZ2UgcmVwb3J0LCB0aGF0IHRyYWRlIHRvb2sgYSBmZXcgc2hvcnQgbWludXRlcy4gVGhlIGVuZXJneSBtYXJrZXRzIHJvY2tlZCB0b2RheSEgTGVhcm4gdGhlIHRlY2huaXF1ZXMgdG8gaWRlbnRpZnkgbWFya2V0cyBwb2lzZWQgZm9yIHBvd2VyZnVsIG1vdmVzLiBKb2luIHVzIHRvbmlnaHQgYW5kIGxlYXJuIGhvdyB0byB0cmFkZSB0aGUgUmlvc1F1YW50IG1ldGhvZCBmcm9tIGEgdHJhZGVyIHRoYXQgaGFzIGJlZW4gY29uc2lzdGVudGx5IHRyYWRpbmcgdGhlIG1ldGhvZCBmb3Igb3ZlciA3IHllYXJzLlwiIGFsaWdubWVudD1cImNlbnRlclwiXVsvaW1nX3RleHRfYXNpZGVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMzU6IltjYWxlbmRhcl9kYXRlIHN0eWxlPVwiMVwiIG1vbnRoPVwiSnVuZVwiIGNhbGVuZGFyX2Jhcl9jb2xvcj1cIiNmZjAwMDBcIiBkYXk9XCIxMlwiIGZ1bGxfZGF0ZT1cIlRodXJzZGF5LCAxMnRoIEp1bmVcIiB0aW1lXzE9XCI3OjMwIHBtIEVUXCIgdGltZV8yPVwiSm9pbiBmcmVlIG9ubGluZSBjbGFzcyBmb3IgdG9uaWdodCFcIiB0aW1lXzM9XCJMZWFybiBmcm9tIHRoZSBleHBlcnQgcXVhbnQgdHJhZGVycyFcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fWk6NDthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjEwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1UQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX0=','revision','2014-06-12 16:39:06'),(181,1828,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl05MCBEYXkgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UcmFkaW5nIFByb2dyYW08L3NwYW4+IEdldCBTdGFydGVkIE5vdy5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU1OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTUwXCIgaGVpZ2h0PVwiMzA5XCIgYWxpZ249XCJsZWZ0XCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RRd01qVXdNemd1YUdRdWJYQTBQM005TkRRek5ERXpZelkxTW1NNU1qRm1OR1kxTWpNd1lqUTNNemcxWkRRMk5qTT1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc0NjoiW2ltZ190ZXh0X2FzaWRlIHN0eWxlPVwiMVwiIGltYWdlPVwiXCIgaW1hZ2VfYWxpZ25tZW50PVwicmlnaHRcIiBoZWFkbGluZT1cIlRIRSBORVhUIEJJRyBTV0lORzogd2lsbCB5b3UgYmUgcmVhZHk/XCIgdGV4dD1cIkVhcmxpZXIgdG9kYXkgUmlvc1F1YW50IHBlcmZvcm1hbmNlIGNvYWNoIEVQIFByZXN0b24gdG9vayBvbmUgY29udHJhY3QgbG9uZyBpbiBDcnVkZSBPaWwgZnV0dXJlcyBmb3IgJDU0MC4wMCBwcm9maXQgdXNpbmcgdGhlIEdub3NUSUNLIFRlY2hub2xvZ3kuIEEgY2xhc3NpYyB0cmFkZSBmb3IgR25vc1RJQ0sgdHJhZGVycyB0YWtpbmcgdGhlIHByb2ZpdCB0YXJnZXQgZXhpdCB0byBleHRyZW1lIGNyaXRpY2FsIFIyLiBIZSBhbHNvIHRvb2sgJDMzMC4wMCBwcm9maXQgdHJhZGluZyB0aGUgTmF0dXJhbCBHYXMgc3RvcmFnZSByZXBvcnQsIHRoYXQgdHJhZGUgdG9vayBhIGZldyBzaG9ydCBtaW51dGVzLiBUaGUgZW5lcmd5IG1hcmtldHMgcm9ja2VkIHRvZGF5ISBMZWFybiB0aGUgdGVjaG5pcXVlcyB0byBpZGVudGlmeSBtYXJrZXRzIHBvaXNlZCBmb3IgcG93ZXJmdWwgbW92ZXMuIEpvaW4gdXMgdG9uaWdodCBhbmQgbGVhcm4gaG93IHRvIHRyYWRlIHRoZSBSaW9zUXVhbnQgbWV0aG9kIGZyb20gYSB0cmFkZXIgdGhhdCBoYXMgYmVlbiBjb25zaXN0ZW50bHkgdHJhZGluZyB0aGUgbWV0aG9kIGZvciBvdmVyIDcgeWVhcnMuXCIgYWxpZ25tZW50PVwiY2VudGVyXCJdWy9pbWdfdGV4dF9hc2lkZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdTGVhcm4gSG93IHRvIEJlY29tZSBhIFF1YW50IFRyYWRlclsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ5MToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiNlZWViZGRcIiBib3R0b21fcGFkZGluZz1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMzY0XCIgbGluZV9oZWlnaHQ9XCIyMlwiXUR1cmluZyB0aGlzIDkwIGRheSB0cmFpbmluZyBwcm9ncmFtIHlvdSB3aWxsIHJlY2VpdmUgY29tcHJlaGVuc2l2ZSB0cmFpbmluZyBpbmNsdWRpbmcgdGhlIGNvbmNlcHQsIG1ldGhvZHMgYW5kIHRvb2xzIGluIGFuIGVhc3kgdG8gdW5kZXJzdGFuZCBzdGVwLWJ5LXN0ZXAgZm9ybWF0LiBUaGUgZXhhY3QgbG9naWMgaXMgcmV2ZWFsZWQgd2l0aCBhbGwgdGhlIG5lY2Vzc2FyeSBydWxlcyBuZWVkZWQgZm9yIHVuZGVyc3RhbmRpbmcgYW5kIGltcGxlbWVudGluZyB0aGUgUmlvc1F1YW50IGFwcHJvYWNoIHRvIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU4ODoiW29wdGluX2JveCBzdHlsZT1cIjE0XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0MjU4MjJcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjFcIiB0ZXh0PVwiQ2xpY2sgaGVyZSBhbmQgY2hlY2sgeW91ciBpbmJveFwiIHRleHRfc2l6ZT1cIjE4XCIgdGV4dF9jb2xvcj1cIiM1MDQyMTBcIiB0ZXh0X2ZvbnQ9XCJIZWx2ZXRpY2E7ZGVmYXVsdFwiIHRleHRfYm9sZD1cIllcIiB0ZXh0X2xldHRlcl9zcGFjaW5nPVwiMFwiIHRleHRfc2hhZG93X3BhbmVsPVwiWVwiIHRleHRfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIHRleHRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgdGV4dF9zaGFkb3dfY29sb3I9XCIjZmZmZjllXCIgdGV4dF9zaGFkb3dfYmx1cj1cIjBcIiBzdHlsaW5nX3dpZHRoPVwiMTAwXCIgc3R5bGluZ19oZWlnaHQ9XCIxNFwiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPVwiI2Q2OTMwMFwiIHN0eWxpbmdfYm9yZGVyX3NpemU9XCIxXCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPVwiNlwiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9XCIxMDBcIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPVwiI2ZmY2YwYVwiIHN0eWxpbmdfZ3JhZGllbnRfZW5kX2NvbG9yPVwiI2ZmZGEyMlwiIGRyb3Bfc2hhZG93X3BhbmVsPVwiWVwiIGRyb3Bfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIGRyb3Bfc2hhZG93X2hvcml6b250YWw9XCIwXCIgZHJvcF9zaGFkb3dfYmx1cj1cIjFcIiBkcm9wX3NoYWRvd19zcHJlYWQ9XCIwXCIgZHJvcF9zaGFkb3dfY29sb3I9XCIjMDAwMDAwXCIgZHJvcF9zaGFkb3dfb3BhY2l0eT1cIjEwXCIgaW5zZXRfc2hhZG93X3BhbmVsPVwiWVwiIGluc2V0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBpbnNldF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiBpbnNldF9zaGFkb3dfYmx1cj1cIjBcIiBpbnNldF9zaGFkb3dfc3ByZWFkPVwiMFwiIGluc2V0X3NoYWRvd19jb2xvcj1cIiNmZmU1OTBcIiBpbnNldF9zaGFkb3dfb3BhY2l0eT1cIjEwMFwiIGxvY2F0aW9uPVwib3B0aW5fYm94X3N0eWxlXzE0XCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozODoiZWxlbWVudC1jb250YWluZXIgY2YgcGFkLWxlZnQgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkzOiJiYWNrZ3JvdW5kOiNmY2ZjZmM7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZmNmY2ZjKSwgY29sb3Itc3RvcCgxMDAlLCAjZjVmNWY1KSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZmNmY2ZjLCBlbmRDb2xvcnN0cj0jZjVmNWY1LCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZMlpqWm1NaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqSXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakUxSW4wPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzQwOiJbaW1nX3RleHRfYXNpZGUgc3R5bGU9XCIxXCIgaW1hZ2U9XCJcIiBpbWFnZV9hbGlnbm1lbnQ9XCJyaWdodFwiIGhlYWRsaW5lPVwiVEhFIE5FWFQgQklHIFNXSU5HOiBhcmUgeW91IHJlYWR5P1wiIHRleHQ9XCJFYXJsaWVyIHRvZGF5IFJpb3NRdWFudCBwZXJmb3JtYW5jZSBjb2FjaCBFUCBQcmVzdG9uIHRvb2sgb25lIGNvbnRyYWN0IGxvbmcgaW4gQ3J1ZGUgT2lsIGZ1dHVyZXMgZm9yICQ1NDAuMDAgcHJvZml0IHVzaW5nIHRoZSBHbm9zVElDSyBUZWNobm9sb2d5LiBBIGNsYXNzaWMgdHJhZGUgZm9yIEdub3NUSUNLIHRyYWRlcnMgdGFraW5nIHRoZSBwcm9maXQgdGFyZ2V0IGV4aXQgdG8gZXh0cmVtZSBjcml0aWNhbCBSMi4gSGUgYWxzbyB0b29rICQzMzAuMDAgcHJvZml0IHRyYWRpbmcgdGhlIE5hdHVyYWwgR2FzIHN0b3JhZ2UgcmVwb3J0LCB0aGF0IHRyYWRlIHRvb2sgYSBmZXcgc2hvcnQgbWludXRlcy4gVGhlIGVuZXJneSBtYXJrZXRzIHJvY2tlZCB0b2RheSEgTGVhcm4gdGhlIHRlY2huaXF1ZXMgdG8gaWRlbnRpZnkgbWFya2V0cyBwb2lzZWQgZm9yIHBvd2VyZnVsIG1vdmVzLiBKb2luIHVzIHRvbmlnaHQgYW5kIGxlYXJuIGhvdyB0byB0cmFkZSB0aGUgUmlvc1F1YW50IG1ldGhvZCBmcm9tIGEgdHJhZGVyIHRoYXQgaGFzIGJlZW4gY29uc2lzdGVudGx5IHRyYWRpbmcgdGhlIG1ldGhvZCBmb3Igb3ZlciA3IHllYXJzLlwiIGFsaWdubWVudD1cImxlZnRcIl1bL2ltZ190ZXh0X2FzaWRlXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODExOiJbaW1nX3RleHRfYXNpZGUgc3R5bGU9XCIxXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNi9lcC1wZXJmLTYtMTIuanBnXCIgaW1hZ2VfYWxpZ25tZW50PVwicmlnaHRcIiBoZWFkbGluZT1cIlRIRSBORVhUIEJJRyBTV0lORzogeW91IHJlYWR5P1wiIHRleHQ9XCJFYXJsaWVyIHRvZGF5IFJpb3NRdWFudCBwZXJmb3JtYW5jZSBjb2FjaCBFUCBQcmVzdG9uIHRvb2sgb25lIGNvbnRyYWN0IGxvbmcgaW4gQ3J1ZGUgT2lsIGZ1dHVyZXMgZm9yICQ1NDAuMDAgcHJvZml0IHVzaW5nIHRoZSBHbm9zVElDSyBUZWNobm9sb2d5LiBBIGNsYXNzaWMgdHJhZGUgZm9yIEdub3NUSUNLIHRyYWRlcnMgdGFraW5nIHRoZSBwcm9maXQgdGFyZ2V0IGV4aXQgdG8gZXh0cmVtZSBjcml0aWNhbCBSMi4gSGUgYWxzbyB0b29rICQzMzAuMDAgcHJvZml0IHRyYWRpbmcgdGhlIE5hdHVyYWwgR2FzIHN0b3JhZ2UgcmVwb3J0LCB0aGF0IHRyYWRlIHRvb2sgYSBmZXcgc2hvcnQgbWludXRlcy4gVGhlIGVuZXJneSBtYXJrZXRzIHJvY2tlZCB0b2RheSEgTGVhcm4gdGhlIHRlY2huaXF1ZXMgdG8gaWRlbnRpZnkgbWFya2V0cyBwb2lzZWQgZm9yIHBvd2VyZnVsIG1vdmVzLiBKb2luIHVzIHRvbmlnaHQgYW5kIGxlYXJuIGhvdyB0byB0cmFkZSB0aGUgUmlvc1F1YW50IG1ldGhvZCBmcm9tIGEgdHJhZGVyIHRoYXQgaGFzIGJlZW4gY29uc2lzdGVudGx5IHRyYWRpbmcgdGhlIG1ldGhvZCBmb3Igb3ZlciA3IHllYXJzLlwiIGFsaWdubWVudD1cImNlbnRlclwiXVsvaW1nX3RleHRfYXNpZGVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjM7YTo0OntzOjk6InJvd19jbGFzcyI7czoyOToicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX1pOjQ7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM3OiJwYWRkaW5nLXRvcDoxMHB4O3BhZGRpbmctYm90dG9tOjEwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo1NjoiZXlKd1lXUmthVzVuVkc5d0lqb2lNVEFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTVRBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19','revision','2014-06-12 16:44:10'),(182,1828,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl05MCBEYXkgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UcmFkaW5nIFByb2dyYW08L3NwYW4+IEdldCBTdGFydGVkIE5vdy5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU1OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTUwXCIgaGVpZ2h0PVwiMzA5XCIgYWxpZ249XCJsZWZ0XCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RRd01qVXdNemd1YUdRdWJYQTBQM005TkRRek5ERXpZelkxTW1NNU1qRm1OR1kxTWpNd1lqUTNNemcxWkRRMk5qTT1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc0NjoiW2ltZ190ZXh0X2FzaWRlIHN0eWxlPVwiMVwiIGltYWdlPVwiXCIgaW1hZ2VfYWxpZ25tZW50PVwicmlnaHRcIiBoZWFkbGluZT1cIlRIRSBORVhUIEJJRyBTV0lORzogd2lsbCB5b3UgYmUgcmVhZHk/XCIgdGV4dD1cIkVhcmxpZXIgdG9kYXkgUmlvc1F1YW50IHBlcmZvcm1hbmNlIGNvYWNoIEVQIFByZXN0b24gdG9vayBvbmUgY29udHJhY3QgbG9uZyBpbiBDcnVkZSBPaWwgZnV0dXJlcyBmb3IgJDU0MC4wMCBwcm9maXQgdXNpbmcgdGhlIEdub3NUSUNLIFRlY2hub2xvZ3kuIEEgY2xhc3NpYyB0cmFkZSBmb3IgR25vc1RJQ0sgdHJhZGVycyB0YWtpbmcgdGhlIHByb2ZpdCB0YXJnZXQgZXhpdCB0byBleHRyZW1lIGNyaXRpY2FsIFIyLiBIZSBhbHNvIHRvb2sgJDMzMC4wMCBwcm9maXQgdHJhZGluZyB0aGUgTmF0dXJhbCBHYXMgc3RvcmFnZSByZXBvcnQsIHRoYXQgdHJhZGUgdG9vayBhIGZldyBzaG9ydCBtaW51dGVzLiBUaGUgZW5lcmd5IG1hcmtldHMgcm9ja2VkIHRvZGF5ISBMZWFybiB0aGUgdGVjaG5pcXVlcyB0byBpZGVudGlmeSBtYXJrZXRzIHBvaXNlZCBmb3IgcG93ZXJmdWwgbW92ZXMuIEpvaW4gdXMgdG9uaWdodCBhbmQgbGVhcm4gaG93IHRvIHRyYWRlIHRoZSBSaW9zUXVhbnQgbWV0aG9kIGZyb20gYSB0cmFkZXIgdGhhdCBoYXMgYmVlbiBjb25zaXN0ZW50bHkgdHJhZGluZyB0aGUgbWV0aG9kIGZvciBvdmVyIDcgeWVhcnMuXCIgYWxpZ25tZW50PVwiY2VudGVyXCJdWy9pbWdfdGV4dF9hc2lkZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdTGVhcm4gSG93IHRvIEJlY29tZSBhIFF1YW50IFRyYWRlclsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ5MToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiNlZWViZGRcIiBib3R0b21fcGFkZGluZz1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMzY0XCIgbGluZV9oZWlnaHQ9XCIyMlwiXUR1cmluZyB0aGlzIDkwIGRheSB0cmFpbmluZyBwcm9ncmFtIHlvdSB3aWxsIHJlY2VpdmUgY29tcHJlaGVuc2l2ZSB0cmFpbmluZyBpbmNsdWRpbmcgdGhlIGNvbmNlcHQsIG1ldGhvZHMgYW5kIHRvb2xzIGluIGFuIGVhc3kgdG8gdW5kZXJzdGFuZCBzdGVwLWJ5LXN0ZXAgZm9ybWF0LiBUaGUgZXhhY3QgbG9naWMgaXMgcmV2ZWFsZWQgd2l0aCBhbGwgdGhlIG5lY2Vzc2FyeSBydWxlcyBuZWVkZWQgZm9yIHVuZGVyc3RhbmRpbmcgYW5kIGltcGxlbWVudGluZyB0aGUgUmlvc1F1YW50IGFwcHJvYWNoIHRvIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU4ODoiW29wdGluX2JveCBzdHlsZT1cIjE0XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0MjU4MjJcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjFcIiB0ZXh0PVwiQ2xpY2sgaGVyZSBhbmQgY2hlY2sgeW91ciBpbmJveFwiIHRleHRfc2l6ZT1cIjE4XCIgdGV4dF9jb2xvcj1cIiM1MDQyMTBcIiB0ZXh0X2ZvbnQ9XCJIZWx2ZXRpY2E7ZGVmYXVsdFwiIHRleHRfYm9sZD1cIllcIiB0ZXh0X2xldHRlcl9zcGFjaW5nPVwiMFwiIHRleHRfc2hhZG93X3BhbmVsPVwiWVwiIHRleHRfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIHRleHRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgdGV4dF9zaGFkb3dfY29sb3I9XCIjZmZmZjllXCIgdGV4dF9zaGFkb3dfYmx1cj1cIjBcIiBzdHlsaW5nX3dpZHRoPVwiMTAwXCIgc3R5bGluZ19oZWlnaHQ9XCIxNFwiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPVwiI2Q2OTMwMFwiIHN0eWxpbmdfYm9yZGVyX3NpemU9XCIxXCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPVwiNlwiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9XCIxMDBcIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPVwiI2ZmY2YwYVwiIHN0eWxpbmdfZ3JhZGllbnRfZW5kX2NvbG9yPVwiI2ZmZGEyMlwiIGRyb3Bfc2hhZG93X3BhbmVsPVwiWVwiIGRyb3Bfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIGRyb3Bfc2hhZG93X2hvcml6b250YWw9XCIwXCIgZHJvcF9zaGFkb3dfYmx1cj1cIjFcIiBkcm9wX3NoYWRvd19zcHJlYWQ9XCIwXCIgZHJvcF9zaGFkb3dfY29sb3I9XCIjMDAwMDAwXCIgZHJvcF9zaGFkb3dfb3BhY2l0eT1cIjEwXCIgaW5zZXRfc2hhZG93X3BhbmVsPVwiWVwiIGluc2V0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBpbnNldF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiBpbnNldF9zaGFkb3dfYmx1cj1cIjBcIiBpbnNldF9zaGFkb3dfc3ByZWFkPVwiMFwiIGluc2V0X3NoYWRvd19jb2xvcj1cIiNmZmU1OTBcIiBpbnNldF9zaGFkb3dfb3BhY2l0eT1cIjEwMFwiIGxvY2F0aW9uPVwib3B0aW5fYm94X3N0eWxlXzE0XCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozODoiZWxlbWVudC1jb250YWluZXIgY2YgcGFkLWxlZnQgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkzOiJiYWNrZ3JvdW5kOiNmY2ZjZmM7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZmNmY2ZjKSwgY29sb3Itc3RvcCgxMDAlLCAjZjVmNWY1KSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZmNmY2ZjLCBlbmRDb2xvcnN0cj0jZjVmNWY1LCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZMlpqWm1NaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqSXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakUxSW4wPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzQwOiJbaW1nX3RleHRfYXNpZGUgc3R5bGU9XCIxXCIgaW1hZ2U9XCJcIiBpbWFnZV9hbGlnbm1lbnQ9XCJyaWdodFwiIGhlYWRsaW5lPVwiVEhFIE5FWFQgQklHIFNXSU5HOiBhcmUgeW91IHJlYWR5P1wiIHRleHQ9XCJFYXJsaWVyIHRvZGF5IFJpb3NRdWFudCBwZXJmb3JtYW5jZSBjb2FjaCBFUCBQcmVzdG9uIHRvb2sgb25lIGNvbnRyYWN0IGxvbmcgaW4gQ3J1ZGUgT2lsIGZ1dHVyZXMgZm9yICQ1NDAuMDAgcHJvZml0IHVzaW5nIHRoZSBHbm9zVElDSyBUZWNobm9sb2d5LiBBIGNsYXNzaWMgdHJhZGUgZm9yIEdub3NUSUNLIHRyYWRlcnMgdGFraW5nIHRoZSBwcm9maXQgdGFyZ2V0IGV4aXQgdG8gZXh0cmVtZSBjcml0aWNhbCBSMi4gSGUgYWxzbyB0b29rICQzMzAuMDAgcHJvZml0IHRyYWRpbmcgdGhlIE5hdHVyYWwgR2FzIHN0b3JhZ2UgcmVwb3J0LCB0aGF0IHRyYWRlIHRvb2sgYSBmZXcgc2hvcnQgbWludXRlcy4gVGhlIGVuZXJneSBtYXJrZXRzIHJvY2tlZCB0b2RheSEgTGVhcm4gdGhlIHRlY2huaXF1ZXMgdG8gaWRlbnRpZnkgbWFya2V0cyBwb2lzZWQgZm9yIHBvd2VyZnVsIG1vdmVzLiBKb2luIHVzIHRvbmlnaHQgYW5kIGxlYXJuIGhvdyB0byB0cmFkZSB0aGUgUmlvc1F1YW50IG1ldGhvZCBmcm9tIGEgdHJhZGVyIHRoYXQgaGFzIGJlZW4gY29uc2lzdGVudGx5IHRyYWRpbmcgdGhlIG1ldGhvZCBmb3Igb3ZlciA3IHllYXJzLlwiIGFsaWdubWVudD1cImxlZnRcIl1bL2ltZ190ZXh0X2FzaWRlXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODExOiJbaW1nX3RleHRfYXNpZGUgc3R5bGU9XCIxXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNi9lcC1wZXJmLTYtMTIuanBnXCIgaW1hZ2VfYWxpZ25tZW50PVwicmlnaHRcIiBoZWFkbGluZT1cIlRIRSBORVhUIEJJRyBTV0lORzogeW91IHJlYWR5P1wiIHRleHQ9XCJFYXJsaWVyIHRvZGF5IFJpb3NRdWFudCBwZXJmb3JtYW5jZSBjb2FjaCBFUCBQcmVzdG9uIHRvb2sgb25lIGNvbnRyYWN0IGxvbmcgaW4gQ3J1ZGUgT2lsIGZ1dHVyZXMgZm9yICQ1NDAuMDAgcHJvZml0IHVzaW5nIHRoZSBHbm9zVElDSyBUZWNobm9sb2d5LiBBIGNsYXNzaWMgdHJhZGUgZm9yIEdub3NUSUNLIHRyYWRlcnMgdGFraW5nIHRoZSBwcm9maXQgdGFyZ2V0IGV4aXQgdG8gZXh0cmVtZSBjcml0aWNhbCBSMi4gSGUgYWxzbyB0b29rICQzMzAuMDAgcHJvZml0IHRyYWRpbmcgdGhlIE5hdHVyYWwgR2FzIHN0b3JhZ2UgcmVwb3J0LCB0aGF0IHRyYWRlIHRvb2sgYSBmZXcgc2hvcnQgbWludXRlcy4gVGhlIGVuZXJneSBtYXJrZXRzIHJvY2tlZCB0b2RheSEgTGVhcm4gdGhlIHRlY2huaXF1ZXMgdG8gaWRlbnRpZnkgbWFya2V0cyBwb2lzZWQgZm9yIHBvd2VyZnVsIG1vdmVzLiBKb2luIHVzIHRvbmlnaHQgYW5kIGxlYXJuIGhvdyB0byB0cmFkZSB0aGUgUmlvc1F1YW50IG1ldGhvZCBmcm9tIGEgdHJhZGVyIHRoYXQgaGFzIGJlZW4gY29uc2lzdGVudGx5IHRyYWRpbmcgdGhlIG1ldGhvZCBmb3Igb3ZlciA3IHllYXJzLlwiIGFsaWdubWVudD1cImNlbnRlclwiXVsvaW1nX3RleHRfYXNpZGVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjM7YTo0OntzOjk6InJvd19jbGFzcyI7czoyOToicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX1pOjQ7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM3OiJwYWRkaW5nLXRvcDoxMHB4O3BhZGRpbmctYm90dG9tOjEwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo1NjoiZXlKd1lXUmthVzVuVkc5d0lqb2lNVEFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTVRBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNDA6IltjYWxlbmRhcl9kYXRlIHN0eWxlPVwiMVwiIG1vbnRoPVwiSnVuZVwiIGNhbGVuZGFyX2Jhcl9jb2xvcj1cIiNmZjAwMDBcIiBkYXk9XCIxMlwiIGZ1bGxfZGF0ZT1cIlRodXJzZGF5LCAxMnRoIEp1bmVcIiB0aW1lXzE9XCI3OjMwIHBtIEVUXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3MDk6IltmZWF0dXJlX2JveCBzdHlsZT1cIjNcIiBvbmx5X2FkdmFuY2VkPVwiVGhlcmUgYXJlIG5vIHRpdGxlIG9wdGlvbnMgZm9yIHRoZSBjaG9vc2VuIHN0eWxlXCIgd2lkdGg9XCI0NjBcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIl1bb3BfbGl2ZWVkaXRvcl9lbGVtZW50c10gW29wX2xpdmVlZGl0b3JfZWxlbWVudCBkYXRhLXN0eWxlPVwiXCJdW3RleHRfYmxvY2sgc3R5bGU9XCJ1bmRlZmluZWRcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxNVwiXUR1cmluZyB0aGlzIGVkdWNhdGlvbmFsIG9ubGluZSBjbGFzcyB5b3Ugd2lsbCBsZWFybjoKCuKAoiBCcmVha2Rvd24gZm9yIHRoZSByZWNlbnQgdHJhZGVzIGV4ZWN1dGVkIGluIG91ciBsaXZlIFRoZSBUcmFkaW5nIFJvb20gVHJhZGVMQUIuCuKAoiBUZWNobmlxdWVzIHRvIHNwb3QgYnJlYWtvdXQgYW5kIGJyZWFrZG93biB0cmFkZSBvcHBvcnR1bml0aWVzLgrigKIgSG93IHRvIHVzZSB0aGUgcG93ZXIgb2YgdGhlIEdub3NUSUNLIGZvciBwcmVkaWNhdGl2ZSBwcmljZSBtYXBwaW5nLgrigKIgU2hhcmUgeW91ciBxdWVzdGlvbnMgd2l0aCBFUCBhbmQgZ2V0IHRoZSBhbnN3ZXJzIHRoYXQgeW91IHNlZWsgZnJvbSBhIHByb2Zlc3Npb25hbCBxdWFudCB0cmFkZXIuWy90ZXh0X2Jsb2NrXVsvb3BfbGl2ZWVkaXRvcl9lbGVtZW50XSBbL29wX2xpdmVlZGl0b3JfZWxlbWVudHNdWy9mZWF0dXJlX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','revision','2014-06-12 16:49:10'),(183,1828,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl05MCBEYXkgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UcmFkaW5nIFByb2dyYW08L3NwYW4+IEdldCBTdGFydGVkIE5vdy5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU1OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTUwXCIgaGVpZ2h0PVwiMzA5XCIgYWxpZ249XCJsZWZ0XCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RRd01qVXdNemd1YUdRdWJYQTBQM005TkRRek5ERXpZelkxTW1NNU1qRm1OR1kxTWpNd1lqUTNNemcxWkRRMk5qTT1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc0NjoiW2ltZ190ZXh0X2FzaWRlIHN0eWxlPVwiMVwiIGltYWdlPVwiXCIgaW1hZ2VfYWxpZ25tZW50PVwicmlnaHRcIiBoZWFkbGluZT1cIlRIRSBORVhUIEJJRyBTV0lORzogd2lsbCB5b3UgYmUgcmVhZHk/XCIgdGV4dD1cIkVhcmxpZXIgdG9kYXkgUmlvc1F1YW50IHBlcmZvcm1hbmNlIGNvYWNoIEVQIFByZXN0b24gdG9vayBvbmUgY29udHJhY3QgbG9uZyBpbiBDcnVkZSBPaWwgZnV0dXJlcyBmb3IgJDU0MC4wMCBwcm9maXQgdXNpbmcgdGhlIEdub3NUSUNLIFRlY2hub2xvZ3kuIEEgY2xhc3NpYyB0cmFkZSBmb3IgR25vc1RJQ0sgdHJhZGVycyB0YWtpbmcgdGhlIHByb2ZpdCB0YXJnZXQgZXhpdCB0byBleHRyZW1lIGNyaXRpY2FsIFIyLiBIZSBhbHNvIHRvb2sgJDMzMC4wMCBwcm9maXQgdHJhZGluZyB0aGUgTmF0dXJhbCBHYXMgc3RvcmFnZSByZXBvcnQsIHRoYXQgdHJhZGUgdG9vayBhIGZldyBzaG9ydCBtaW51dGVzLiBUaGUgZW5lcmd5IG1hcmtldHMgcm9ja2VkIHRvZGF5ISBMZWFybiB0aGUgdGVjaG5pcXVlcyB0byBpZGVudGlmeSBtYXJrZXRzIHBvaXNlZCBmb3IgcG93ZXJmdWwgbW92ZXMuIEpvaW4gdXMgdG9uaWdodCBhbmQgbGVhcm4gaG93IHRvIHRyYWRlIHRoZSBSaW9zUXVhbnQgbWV0aG9kIGZyb20gYSB0cmFkZXIgdGhhdCBoYXMgYmVlbiBjb25zaXN0ZW50bHkgdHJhZGluZyB0aGUgbWV0aG9kIGZvciBvdmVyIDcgeWVhcnMuXCIgYWxpZ25tZW50PVwiY2VudGVyXCJdWy9pbWdfdGV4dF9hc2lkZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdTGVhcm4gSG93IHRvIEJlY29tZSBhIFF1YW50IFRyYWRlclsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ5MToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiNlZWViZGRcIiBib3R0b21fcGFkZGluZz1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMzY0XCIgbGluZV9oZWlnaHQ9XCIyMlwiXUR1cmluZyB0aGlzIDkwIGRheSB0cmFpbmluZyBwcm9ncmFtIHlvdSB3aWxsIHJlY2VpdmUgY29tcHJlaGVuc2l2ZSB0cmFpbmluZyBpbmNsdWRpbmcgdGhlIGNvbmNlcHQsIG1ldGhvZHMgYW5kIHRvb2xzIGluIGFuIGVhc3kgdG8gdW5kZXJzdGFuZCBzdGVwLWJ5LXN0ZXAgZm9ybWF0LiBUaGUgZXhhY3QgbG9naWMgaXMgcmV2ZWFsZWQgd2l0aCBhbGwgdGhlIG5lY2Vzc2FyeSBydWxlcyBuZWVkZWQgZm9yIHVuZGVyc3RhbmRpbmcgYW5kIGltcGxlbWVudGluZyB0aGUgUmlvc1F1YW50IGFwcHJvYWNoIHRvIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU4ODoiW29wdGluX2JveCBzdHlsZT1cIjE0XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0MjU4MjJcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjFcIiB0ZXh0PVwiQ2xpY2sgaGVyZSBhbmQgY2hlY2sgeW91ciBpbmJveFwiIHRleHRfc2l6ZT1cIjE4XCIgdGV4dF9jb2xvcj1cIiM1MDQyMTBcIiB0ZXh0X2ZvbnQ9XCJIZWx2ZXRpY2E7ZGVmYXVsdFwiIHRleHRfYm9sZD1cIllcIiB0ZXh0X2xldHRlcl9zcGFjaW5nPVwiMFwiIHRleHRfc2hhZG93X3BhbmVsPVwiWVwiIHRleHRfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIHRleHRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgdGV4dF9zaGFkb3dfY29sb3I9XCIjZmZmZjllXCIgdGV4dF9zaGFkb3dfYmx1cj1cIjBcIiBzdHlsaW5nX3dpZHRoPVwiMTAwXCIgc3R5bGluZ19oZWlnaHQ9XCIxNFwiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPVwiI2Q2OTMwMFwiIHN0eWxpbmdfYm9yZGVyX3NpemU9XCIxXCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPVwiNlwiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9XCIxMDBcIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPVwiI2ZmY2YwYVwiIHN0eWxpbmdfZ3JhZGllbnRfZW5kX2NvbG9yPVwiI2ZmZGEyMlwiIGRyb3Bfc2hhZG93X3BhbmVsPVwiWVwiIGRyb3Bfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIGRyb3Bfc2hhZG93X2hvcml6b250YWw9XCIwXCIgZHJvcF9zaGFkb3dfYmx1cj1cIjFcIiBkcm9wX3NoYWRvd19zcHJlYWQ9XCIwXCIgZHJvcF9zaGFkb3dfY29sb3I9XCIjMDAwMDAwXCIgZHJvcF9zaGFkb3dfb3BhY2l0eT1cIjEwXCIgaW5zZXRfc2hhZG93X3BhbmVsPVwiWVwiIGluc2V0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBpbnNldF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiBpbnNldF9zaGFkb3dfYmx1cj1cIjBcIiBpbnNldF9zaGFkb3dfc3ByZWFkPVwiMFwiIGluc2V0X3NoYWRvd19jb2xvcj1cIiNmZmU1OTBcIiBpbnNldF9zaGFkb3dfb3BhY2l0eT1cIjEwMFwiIGxvY2F0aW9uPVwib3B0aW5fYm94X3N0eWxlXzE0XCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozODoiZWxlbWVudC1jb250YWluZXIgY2YgcGFkLWxlZnQgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkzOiJiYWNrZ3JvdW5kOiNmY2ZjZmM7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZmNmY2ZjKSwgY29sb3Itc3RvcCgxMDAlLCAjZjVmNWY1KSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZmNmY2ZjLCBlbmRDb2xvcnN0cj0jZjVmNWY1LCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZMlpqWm1NaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqSXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakUxSW4wPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzQwOiJbaW1nX3RleHRfYXNpZGUgc3R5bGU9XCIxXCIgaW1hZ2U9XCJcIiBpbWFnZV9hbGlnbm1lbnQ9XCJyaWdodFwiIGhlYWRsaW5lPVwiVEhFIE5FWFQgQklHIFNXSU5HOiBhcmUgeW91IHJlYWR5P1wiIHRleHQ9XCJFYXJsaWVyIHRvZGF5IFJpb3NRdWFudCBwZXJmb3JtYW5jZSBjb2FjaCBFUCBQcmVzdG9uIHRvb2sgb25lIGNvbnRyYWN0IGxvbmcgaW4gQ3J1ZGUgT2lsIGZ1dHVyZXMgZm9yICQ1NDAuMDAgcHJvZml0IHVzaW5nIHRoZSBHbm9zVElDSyBUZWNobm9sb2d5LiBBIGNsYXNzaWMgdHJhZGUgZm9yIEdub3NUSUNLIHRyYWRlcnMgdGFraW5nIHRoZSBwcm9maXQgdGFyZ2V0IGV4aXQgdG8gZXh0cmVtZSBjcml0aWNhbCBSMi4gSGUgYWxzbyB0b29rICQzMzAuMDAgcHJvZml0IHRyYWRpbmcgdGhlIE5hdHVyYWwgR2FzIHN0b3JhZ2UgcmVwb3J0LCB0aGF0IHRyYWRlIHRvb2sgYSBmZXcgc2hvcnQgbWludXRlcy4gVGhlIGVuZXJneSBtYXJrZXRzIHJvY2tlZCB0b2RheSEgTGVhcm4gdGhlIHRlY2huaXF1ZXMgdG8gaWRlbnRpZnkgbWFya2V0cyBwb2lzZWQgZm9yIHBvd2VyZnVsIG1vdmVzLiBKb2luIHVzIHRvbmlnaHQgYW5kIGxlYXJuIGhvdyB0byB0cmFkZSB0aGUgUmlvc1F1YW50IG1ldGhvZCBmcm9tIGEgdHJhZGVyIHRoYXQgaGFzIGJlZW4gY29uc2lzdGVudGx5IHRyYWRpbmcgdGhlIG1ldGhvZCBmb3Igb3ZlciA3IHllYXJzLlwiIGFsaWdubWVudD1cImxlZnRcIl1bL2ltZ190ZXh0X2FzaWRlXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODExOiJbaW1nX3RleHRfYXNpZGUgc3R5bGU9XCIxXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNi9lcC1wZXJmLTYtMTIuanBnXCIgaW1hZ2VfYWxpZ25tZW50PVwicmlnaHRcIiBoZWFkbGluZT1cIlRIRSBORVhUIEJJRyBTV0lORzogeW91IHJlYWR5P1wiIHRleHQ9XCJFYXJsaWVyIHRvZGF5IFJpb3NRdWFudCBwZXJmb3JtYW5jZSBjb2FjaCBFUCBQcmVzdG9uIHRvb2sgb25lIGNvbnRyYWN0IGxvbmcgaW4gQ3J1ZGUgT2lsIGZ1dHVyZXMgZm9yICQ1NDAuMDAgcHJvZml0IHVzaW5nIHRoZSBHbm9zVElDSyBUZWNobm9sb2d5LiBBIGNsYXNzaWMgdHJhZGUgZm9yIEdub3NUSUNLIHRyYWRlcnMgdGFraW5nIHRoZSBwcm9maXQgdGFyZ2V0IGV4aXQgdG8gZXh0cmVtZSBjcml0aWNhbCBSMi4gSGUgYWxzbyB0b29rICQzMzAuMDAgcHJvZml0IHRyYWRpbmcgdGhlIE5hdHVyYWwgR2FzIHN0b3JhZ2UgcmVwb3J0LCB0aGF0IHRyYWRlIHRvb2sgYSBmZXcgc2hvcnQgbWludXRlcy4gVGhlIGVuZXJneSBtYXJrZXRzIHJvY2tlZCB0b2RheSEgTGVhcm4gdGhlIHRlY2huaXF1ZXMgdG8gaWRlbnRpZnkgbWFya2V0cyBwb2lzZWQgZm9yIHBvd2VyZnVsIG1vdmVzLiBKb2luIHVzIHRvbmlnaHQgYW5kIGxlYXJuIGhvdyB0byB0cmFkZSB0aGUgUmlvc1F1YW50IG1ldGhvZCBmcm9tIGEgdHJhZGVyIHRoYXQgaGFzIGJlZW4gY29uc2lzdGVudGx5IHRyYWRpbmcgdGhlIG1ldGhvZCBmb3Igb3ZlciA3IHllYXJzLlwiIGFsaWdubWVudD1cImNlbnRlclwiXVsvaW1nX3RleHRfYXNpZGVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjM7YTo0OntzOjk6InJvd19jbGFzcyI7czoyOToicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX1pOjQ7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM3OiJwYWRkaW5nLXRvcDoxMHB4O3BhZGRpbmctYm90dG9tOjEwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo1NjoiZXlKd1lXUmthVzVuVkc5d0lqb2lNVEFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTVRBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNDA6IltjYWxlbmRhcl9kYXRlIHN0eWxlPVwiMVwiIG1vbnRoPVwiSnVuZVwiIGNhbGVuZGFyX2Jhcl9jb2xvcj1cIiNmZjAwMDBcIiBkYXk9XCIxMlwiIGZ1bGxfZGF0ZT1cIlRodXJzZGF5LCAxMnRoIEp1bmVcIiB0aW1lXzE9XCI3OjMwIHBtIEVUXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo5Mjk6IltmZWF0dXJlX2JveCBzdHlsZT1cIjNcIiBvbmx5X2FkdmFuY2VkPVwiVGhlcmUgYXJlIG5vIHRpdGxlIG9wdGlvbnMgZm9yIHRoZSBjaG9vc2VuIHN0eWxlXCIgd2lkdGg9XCI0NjBcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIl1bb3BfbGl2ZWVkaXRvcl9lbGVtZW50c10gW29wX2xpdmVlZGl0b3JfZWxlbWVudCBkYXRhLXN0eWxlPVwiXCJdW3RleHRfYmxvY2sgc3R5bGU9XCJ1bmRlZmluZWRcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxNVwiXURVUklORyBUSElTIE9OTElORSBUUkFESU5HIENMQVNTIFlPVSBXSUxMIExFQVJOOgoK4oCiIEJyZWFrZG93biBmb3IgdGhlIHJlY2VudCB0cmFkZXMgZXhlY3V0ZWQgaW4gb3VyIGxpdmUgdHJhZGluZyByb29tLgrigKIgVGVjaG5pcXVlcyB0byBzcG90IGJyZWFrb3V0IGFuZCBicmVha2Rvd24gdHJhZGUgb3Bwb3J0dW5pdGllcy4K4oCiIEhvdyB0byB1c2UgdGhlIHBvd2VyIG9mIHRoZSBHbm9zVElDSyBmb3IgcHJlZGljYXRpdmUgcHJpY2UgbWFwcGluZy4K4oCiIFNoYXJlIHlvdXIgcXVlc3Rpb25zIHdpdGggRVAgYW5kIGdldCB0aGUgYW5zd2VycyB0aGF0IHlvdSBzZWVrIGZyb20gYSBwcm9mZXNzaW9uYWwgcXVhbnQgdHJhZGVyLgpSZWFsIHJlc3VsdHMgZnJvbSByZWFsIHF1YW50IHRyYWRlcnMuIEdldCB0aGUgdG9vbHMgYW5kIHRoZSB0ZWNobmlxdWVzIGZyb20gYSByZWNvZ25pemVkIGdsb2JhbCBsZWFkZXIgaW4gdHJhZGluZyB0ZWNobm9sb2d5IGFuZCB0cmFkZXIgZWR1Y2F0aW9uIHNpbmNlIDE5OTcuClNlZSB5b3UgdG9uaWdodCEKCkpvZSBSaW9zIApGb3VuZGVyIC0gUmlvcyBRdWFudGl0YXRpdmUgTExDClRoZSBUcmFkaW5nIFJvb23CrlsvdGV4dF9ibG9ja11bL29wX2xpdmVlZGl0b3JfZWxlbWVudF0gWy9vcF9saXZlZWRpdG9yX2VsZW1lbnRzXVsvZmVhdHVyZV9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19','revision','2014-06-12 16:51:08'),(184,1828,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl05MCBEYXkgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UcmFkaW5nIFByb2dyYW08L3NwYW4+IEdldCBTdGFydGVkIE5vdy5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU1OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTUwXCIgaGVpZ2h0PVwiMzA5XCIgYWxpZ249XCJsZWZ0XCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RRd01qVXdNemd1YUdRdWJYQTBQM005TkRRek5ERXpZelkxTW1NNU1qRm1OR1kxTWpNd1lqUTNNemcxWkRRMk5qTT1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc0NjoiW2ltZ190ZXh0X2FzaWRlIHN0eWxlPVwiMVwiIGltYWdlPVwiXCIgaW1hZ2VfYWxpZ25tZW50PVwicmlnaHRcIiBoZWFkbGluZT1cIlRIRSBORVhUIEJJRyBTV0lORzogd2lsbCB5b3UgYmUgcmVhZHk/XCIgdGV4dD1cIkVhcmxpZXIgdG9kYXkgUmlvc1F1YW50IHBlcmZvcm1hbmNlIGNvYWNoIEVQIFByZXN0b24gdG9vayBvbmUgY29udHJhY3QgbG9uZyBpbiBDcnVkZSBPaWwgZnV0dXJlcyBmb3IgJDU0MC4wMCBwcm9maXQgdXNpbmcgdGhlIEdub3NUSUNLIFRlY2hub2xvZ3kuIEEgY2xhc3NpYyB0cmFkZSBmb3IgR25vc1RJQ0sgdHJhZGVycyB0YWtpbmcgdGhlIHByb2ZpdCB0YXJnZXQgZXhpdCB0byBleHRyZW1lIGNyaXRpY2FsIFIyLiBIZSBhbHNvIHRvb2sgJDMzMC4wMCBwcm9maXQgdHJhZGluZyB0aGUgTmF0dXJhbCBHYXMgc3RvcmFnZSByZXBvcnQsIHRoYXQgdHJhZGUgdG9vayBhIGZldyBzaG9ydCBtaW51dGVzLiBUaGUgZW5lcmd5IG1hcmtldHMgcm9ja2VkIHRvZGF5ISBMZWFybiB0aGUgdGVjaG5pcXVlcyB0byBpZGVudGlmeSBtYXJrZXRzIHBvaXNlZCBmb3IgcG93ZXJmdWwgbW92ZXMuIEpvaW4gdXMgdG9uaWdodCBhbmQgbGVhcm4gaG93IHRvIHRyYWRlIHRoZSBSaW9zUXVhbnQgbWV0aG9kIGZyb20gYSB0cmFkZXIgdGhhdCBoYXMgYmVlbiBjb25zaXN0ZW50bHkgdHJhZGluZyB0aGUgbWV0aG9kIGZvciBvdmVyIDcgeWVhcnMuXCIgYWxpZ25tZW50PVwiY2VudGVyXCJdWy9pbWdfdGV4dF9hc2lkZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdTGVhcm4gSG93IHRvIEJlY29tZSBhIFF1YW50IFRyYWRlclsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ5MToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiNlZWViZGRcIiBib3R0b21fcGFkZGluZz1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMzY0XCIgbGluZV9oZWlnaHQ9XCIyMlwiXUR1cmluZyB0aGlzIDkwIGRheSB0cmFpbmluZyBwcm9ncmFtIHlvdSB3aWxsIHJlY2VpdmUgY29tcHJlaGVuc2l2ZSB0cmFpbmluZyBpbmNsdWRpbmcgdGhlIGNvbmNlcHQsIG1ldGhvZHMgYW5kIHRvb2xzIGluIGFuIGVhc3kgdG8gdW5kZXJzdGFuZCBzdGVwLWJ5LXN0ZXAgZm9ybWF0LiBUaGUgZXhhY3QgbG9naWMgaXMgcmV2ZWFsZWQgd2l0aCBhbGwgdGhlIG5lY2Vzc2FyeSBydWxlcyBuZWVkZWQgZm9yIHVuZGVyc3RhbmRpbmcgYW5kIGltcGxlbWVudGluZyB0aGUgUmlvc1F1YW50IGFwcHJvYWNoIHRvIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU4ODoiW29wdGluX2JveCBzdHlsZT1cIjE0XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0MjU4MjJcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjFcIiB0ZXh0PVwiQ2xpY2sgaGVyZSBhbmQgY2hlY2sgeW91ciBpbmJveFwiIHRleHRfc2l6ZT1cIjE4XCIgdGV4dF9jb2xvcj1cIiM1MDQyMTBcIiB0ZXh0X2ZvbnQ9XCJIZWx2ZXRpY2E7ZGVmYXVsdFwiIHRleHRfYm9sZD1cIllcIiB0ZXh0X2xldHRlcl9zcGFjaW5nPVwiMFwiIHRleHRfc2hhZG93X3BhbmVsPVwiWVwiIHRleHRfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIHRleHRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgdGV4dF9zaGFkb3dfY29sb3I9XCIjZmZmZjllXCIgdGV4dF9zaGFkb3dfYmx1cj1cIjBcIiBzdHlsaW5nX3dpZHRoPVwiMTAwXCIgc3R5bGluZ19oZWlnaHQ9XCIxNFwiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPVwiI2Q2OTMwMFwiIHN0eWxpbmdfYm9yZGVyX3NpemU9XCIxXCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPVwiNlwiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9XCIxMDBcIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPVwiI2ZmY2YwYVwiIHN0eWxpbmdfZ3JhZGllbnRfZW5kX2NvbG9yPVwiI2ZmZGEyMlwiIGRyb3Bfc2hhZG93X3BhbmVsPVwiWVwiIGRyb3Bfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIGRyb3Bfc2hhZG93X2hvcml6b250YWw9XCIwXCIgZHJvcF9zaGFkb3dfYmx1cj1cIjFcIiBkcm9wX3NoYWRvd19zcHJlYWQ9XCIwXCIgZHJvcF9zaGFkb3dfY29sb3I9XCIjMDAwMDAwXCIgZHJvcF9zaGFkb3dfb3BhY2l0eT1cIjEwXCIgaW5zZXRfc2hhZG93X3BhbmVsPVwiWVwiIGluc2V0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBpbnNldF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiBpbnNldF9zaGFkb3dfYmx1cj1cIjBcIiBpbnNldF9zaGFkb3dfc3ByZWFkPVwiMFwiIGluc2V0X3NoYWRvd19jb2xvcj1cIiNmZmU1OTBcIiBpbnNldF9zaGFkb3dfb3BhY2l0eT1cIjEwMFwiIGxvY2F0aW9uPVwib3B0aW5fYm94X3N0eWxlXzE0XCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozODoiZWxlbWVudC1jb250YWluZXIgY2YgcGFkLWxlZnQgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkzOiJiYWNrZ3JvdW5kOiNmY2ZjZmM7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZmNmY2ZjKSwgY29sb3Itc3RvcCgxMDAlLCAjZjVmNWY1KSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZmNmY2ZjLCBlbmRDb2xvcnN0cj0jZjVmNWY1LCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZMlpqWm1NaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqSXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakUxSW4wPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzQwOiJbaW1nX3RleHRfYXNpZGUgc3R5bGU9XCIxXCIgaW1hZ2U9XCJcIiBpbWFnZV9hbGlnbm1lbnQ9XCJyaWdodFwiIGhlYWRsaW5lPVwiVEhFIE5FWFQgQklHIFNXSU5HOiBhcmUgeW91IHJlYWR5P1wiIHRleHQ9XCJFYXJsaWVyIHRvZGF5IFJpb3NRdWFudCBwZXJmb3JtYW5jZSBjb2FjaCBFUCBQcmVzdG9uIHRvb2sgb25lIGNvbnRyYWN0IGxvbmcgaW4gQ3J1ZGUgT2lsIGZ1dHVyZXMgZm9yICQ1NDAuMDAgcHJvZml0IHVzaW5nIHRoZSBHbm9zVElDSyBUZWNobm9sb2d5LiBBIGNsYXNzaWMgdHJhZGUgZm9yIEdub3NUSUNLIHRyYWRlcnMgdGFraW5nIHRoZSBwcm9maXQgdGFyZ2V0IGV4aXQgdG8gZXh0cmVtZSBjcml0aWNhbCBSMi4gSGUgYWxzbyB0b29rICQzMzAuMDAgcHJvZml0IHRyYWRpbmcgdGhlIE5hdHVyYWwgR2FzIHN0b3JhZ2UgcmVwb3J0LCB0aGF0IHRyYWRlIHRvb2sgYSBmZXcgc2hvcnQgbWludXRlcy4gVGhlIGVuZXJneSBtYXJrZXRzIHJvY2tlZCB0b2RheSEgTGVhcm4gdGhlIHRlY2huaXF1ZXMgdG8gaWRlbnRpZnkgbWFya2V0cyBwb2lzZWQgZm9yIHBvd2VyZnVsIG1vdmVzLiBKb2luIHVzIHRvbmlnaHQgYW5kIGxlYXJuIGhvdyB0byB0cmFkZSB0aGUgUmlvc1F1YW50IG1ldGhvZCBmcm9tIGEgdHJhZGVyIHRoYXQgaGFzIGJlZW4gY29uc2lzdGVudGx5IHRyYWRpbmcgdGhlIG1ldGhvZCBmb3Igb3ZlciA3IHllYXJzLlwiIGFsaWdubWVudD1cImxlZnRcIl1bL2ltZ190ZXh0X2FzaWRlXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODExOiJbaW1nX3RleHRfYXNpZGUgc3R5bGU9XCIxXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNi9lcC1wZXJmLTYtMTIuanBnXCIgaW1hZ2VfYWxpZ25tZW50PVwicmlnaHRcIiBoZWFkbGluZT1cIlRIRSBORVhUIEJJRyBTV0lORzogeW91IHJlYWR5P1wiIHRleHQ9XCJFYXJsaWVyIHRvZGF5IFJpb3NRdWFudCBwZXJmb3JtYW5jZSBjb2FjaCBFUCBQcmVzdG9uIHRvb2sgb25lIGNvbnRyYWN0IGxvbmcgaW4gQ3J1ZGUgT2lsIGZ1dHVyZXMgZm9yICQ1NDAuMDAgcHJvZml0IHVzaW5nIHRoZSBHbm9zVElDSyBUZWNobm9sb2d5LiBBIGNsYXNzaWMgdHJhZGUgZm9yIEdub3NUSUNLIHRyYWRlcnMgdGFraW5nIHRoZSBwcm9maXQgdGFyZ2V0IGV4aXQgdG8gZXh0cmVtZSBjcml0aWNhbCBSMi4gSGUgYWxzbyB0b29rICQzMzAuMDAgcHJvZml0IHRyYWRpbmcgdGhlIE5hdHVyYWwgR2FzIHN0b3JhZ2UgcmVwb3J0LCB0aGF0IHRyYWRlIHRvb2sgYSBmZXcgc2hvcnQgbWludXRlcy4gVGhlIGVuZXJneSBtYXJrZXRzIHJvY2tlZCB0b2RheSEgTGVhcm4gdGhlIHRlY2huaXF1ZXMgdG8gaWRlbnRpZnkgbWFya2V0cyBwb2lzZWQgZm9yIHBvd2VyZnVsIG1vdmVzLiBKb2luIHVzIHRvbmlnaHQgYW5kIGxlYXJuIGhvdyB0byB0cmFkZSB0aGUgUmlvc1F1YW50IG1ldGhvZCBmcm9tIGEgdHJhZGVyIHRoYXQgaGFzIGJlZW4gY29uc2lzdGVudGx5IHRyYWRpbmcgdGhlIG1ldGhvZCBmb3Igb3ZlciA3IHllYXJzLlwiIGFsaWdubWVudD1cImNlbnRlclwiXVsvaW1nX3RleHRfYXNpZGVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjM7YTo0OntzOjk6InJvd19jbGFzcyI7czoyOToicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX1pOjQ7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM3OiJwYWRkaW5nLXRvcDoxMHB4O3BhZGRpbmctYm90dG9tOjEwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo1NjoiZXlKd1lXUmthVzVuVkc5d0lqb2lNVEFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTVRBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNDA6IltjYWxlbmRhcl9kYXRlIHN0eWxlPVwiMVwiIG1vbnRoPVwiSnVuZVwiIGNhbGVuZGFyX2Jhcl9jb2xvcj1cIiNmZjAwMDBcIiBkYXk9XCIxMlwiIGZ1bGxfZGF0ZT1cIlRodXJzZGF5LCAxMnRoIEp1bmVcIiB0aW1lXzE9XCI3OjMwIHBtIEVUXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4MzI6IltmZWF0dXJlX2JveCBzdHlsZT1cIjNcIiBvbmx5X2FkdmFuY2VkPVwiVGhlcmUgYXJlIG5vIHRpdGxlIG9wdGlvbnMgZm9yIHRoZSBjaG9vc2VuIHN0eWxlXCIgd2lkdGg9XCI0NjBcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIl1bb3BfbGl2ZWVkaXRvcl9lbGVtZW50c10gW29wX2xpdmVlZGl0b3JfZWxlbWVudCBkYXRhLXN0eWxlPVwiXCJdW3RleHRfYmxvY2sgc3R5bGU9XCJ1bmRlZmluZWRcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxNVwiXURVUklORyBUSElTIE9OTElORSBUUkFESU5HIENMQVNTIFlPVSBXSUxMIExFQVJOOgoK4oCiIEJyZWFrZG93biBmb3IgdGhlIHRyYWRlcyBleGVjdXRlZCBpbiBvdXIgbGl2ZSB0cmFkaW5nIHJvb20uCuKAoiBUZWNobmlxdWVzIHRvIHNwb3QgYnJlYWtvdXQgYW5kIGJyZWFrZG93biB0cmFkZSBvcHBvcnR1bml0aWVzLgrigKIgSG93IHRvIHVzZSB0aGUgcG93ZXIgb2YgdGhlIEdub3NUSUNLIGZvciBwcmVkaWNhdGl2ZSBwcmljZSBtYXBwaW5nLgrigKIgU2hhcmUgeW91ciBxdWVzdGlvbnMgd2l0aCBFUCBhbmQgZ2V0IHRoZSBhbnN3ZXJzIHRoYXQgeW91IHNlZWsgZnJvbSBhIHByb2Zlc3Npb25hbC4gCgpSZWFsIHJlc3VsdHMgZnJvbSByZWFsIHF1YW50IHRyYWRlcnMuIEdldCB0aGUgdG9vbHMgYW5kIHRoZSB0ZWNobmlxdWVzIGZyb20gYSByZWNvZ25pemVkIGdsb2JhbCBsZWFkZXIgaW4gdHJhZGluZyB0ZWNobm9sb2d5IGFuZCB0cmFkZXIgZWR1Y2F0aW9uIHNpbmNlIDE5OTcuWy90ZXh0X2Jsb2NrXVsvb3BfbGl2ZWVkaXRvcl9lbGVtZW50XSBbL29wX2xpdmVlZGl0b3JfZWxlbWVudHNdWy9mZWF0dXJlX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','revision','2014-06-12 16:52:32'),(185,1828,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl05MCBEYXkgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UcmFkaW5nIFByb2dyYW08L3NwYW4+IEdldCBTdGFydGVkIE5vdy5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU1OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTUwXCIgaGVpZ2h0PVwiMzA5XCIgYWxpZ249XCJsZWZ0XCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RRd01qVXdNemd1YUdRdWJYQTBQM005TkRRek5ERXpZelkxTW1NNU1qRm1OR1kxTWpNd1lqUTNNemcxWkRRMk5qTT1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc0NjoiW2ltZ190ZXh0X2FzaWRlIHN0eWxlPVwiMVwiIGltYWdlPVwiXCIgaW1hZ2VfYWxpZ25tZW50PVwicmlnaHRcIiBoZWFkbGluZT1cIlRIRSBORVhUIEJJRyBTV0lORzogd2lsbCB5b3UgYmUgcmVhZHk/XCIgdGV4dD1cIkVhcmxpZXIgdG9kYXkgUmlvc1F1YW50IHBlcmZvcm1hbmNlIGNvYWNoIEVQIFByZXN0b24gdG9vayBvbmUgY29udHJhY3QgbG9uZyBpbiBDcnVkZSBPaWwgZnV0dXJlcyBmb3IgJDU0MC4wMCBwcm9maXQgdXNpbmcgdGhlIEdub3NUSUNLIFRlY2hub2xvZ3kuIEEgY2xhc3NpYyB0cmFkZSBmb3IgR25vc1RJQ0sgdHJhZGVycyB0YWtpbmcgdGhlIHByb2ZpdCB0YXJnZXQgZXhpdCB0byBleHRyZW1lIGNyaXRpY2FsIFIyLiBIZSBhbHNvIHRvb2sgJDMzMC4wMCBwcm9maXQgdHJhZGluZyB0aGUgTmF0dXJhbCBHYXMgc3RvcmFnZSByZXBvcnQsIHRoYXQgdHJhZGUgdG9vayBhIGZldyBzaG9ydCBtaW51dGVzLiBUaGUgZW5lcmd5IG1hcmtldHMgcm9ja2VkIHRvZGF5ISBMZWFybiB0aGUgdGVjaG5pcXVlcyB0byBpZGVudGlmeSBtYXJrZXRzIHBvaXNlZCBmb3IgcG93ZXJmdWwgbW92ZXMuIEpvaW4gdXMgdG9uaWdodCBhbmQgbGVhcm4gaG93IHRvIHRyYWRlIHRoZSBSaW9zUXVhbnQgbWV0aG9kIGZyb20gYSB0cmFkZXIgdGhhdCBoYXMgYmVlbiBjb25zaXN0ZW50bHkgdHJhZGluZyB0aGUgbWV0aG9kIGZvciBvdmVyIDcgeWVhcnMuXCIgYWxpZ25tZW50PVwiY2VudGVyXCJdWy9pbWdfdGV4dF9hc2lkZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdTGVhcm4gSG93IHRvIEJlY29tZSBhIFF1YW50IFRyYWRlclsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ5MToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiNlZWViZGRcIiBib3R0b21fcGFkZGluZz1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMzY0XCIgbGluZV9oZWlnaHQ9XCIyMlwiXUR1cmluZyB0aGlzIDkwIGRheSB0cmFpbmluZyBwcm9ncmFtIHlvdSB3aWxsIHJlY2VpdmUgY29tcHJlaGVuc2l2ZSB0cmFpbmluZyBpbmNsdWRpbmcgdGhlIGNvbmNlcHQsIG1ldGhvZHMgYW5kIHRvb2xzIGluIGFuIGVhc3kgdG8gdW5kZXJzdGFuZCBzdGVwLWJ5LXN0ZXAgZm9ybWF0LiBUaGUgZXhhY3QgbG9naWMgaXMgcmV2ZWFsZWQgd2l0aCBhbGwgdGhlIG5lY2Vzc2FyeSBydWxlcyBuZWVkZWQgZm9yIHVuZGVyc3RhbmRpbmcgYW5kIGltcGxlbWVudGluZyB0aGUgUmlvc1F1YW50IGFwcHJvYWNoIHRvIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY2NDoiW29wdGluX2JveCBzdHlsZT1cIjE0XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJudWxsXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJjdXN0b21cIiBnb3Rvd2ViaW5hcj1cImEzNTg2NjgzOTBcIiBuYW1lX2ZpZWxkPVwibnVsbFwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIl1bb3B0aW5fYm94X2NvZGVdPGRpdiBzdHlsZT1cImRpc3BsYXk6bm9uZVwiPjwvZGl2Plsvb3B0aW5fYm94X2NvZGVdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIxXCIgdGV4dD1cIkNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hcIiB0ZXh0X3NpemU9XCIxOFwiIHRleHRfY29sb3I9XCIjNTA0MjEwXCIgdGV4dF9mb250PVwiSGVsdmV0aWNhO2RlZmF1bHRcIiB0ZXh0X2JvbGQ9XCJZXCIgdGV4dF9sZXR0ZXJfc3BhY2luZz1cIjBcIiB0ZXh0X3NoYWRvd19wYW5lbD1cIllcIiB0ZXh0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiB0ZXh0X3NoYWRvd19ob3Jpem9udGFsPVwiMFwiIHRleHRfc2hhZG93X2NvbG9yPVwiI2ZmZmY5ZVwiIHRleHRfc2hhZG93X2JsdXI9XCIwXCIgc3R5bGluZ193aWR0aD1cIjEwMFwiIHN0eWxpbmdfaGVpZ2h0PVwiMTRcIiBzdHlsaW5nX2JvcmRlcl9jb2xvcj1cIiNkNjkzMDBcIiBzdHlsaW5nX2JvcmRlcl9zaXplPVwiMVwiIHN0eWxpbmdfYm9yZGVyX3JhZGl1cz1cIjZcIiBzdHlsaW5nX2JvcmRlcl9vcGFjaXR5PVwiMTAwXCIgc3R5bGluZ19ncmFkaWVudF9zdGFydF9jb2xvcj1cIiNmZmNmMGFcIiBzdHlsaW5nX2dyYWRpZW50X2VuZF9jb2xvcj1cIiNmZmRhMjJcIiBkcm9wX3NoYWRvd19wYW5lbD1cIllcIiBkcm9wX3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBkcm9wX3NoYWRvd19ob3Jpem9udGFsPVwiMFwiIGRyb3Bfc2hhZG93X2JsdXI9XCIxXCIgZHJvcF9zaGFkb3dfc3ByZWFkPVwiMFwiIGRyb3Bfc2hhZG93X2NvbG9yPVwiIzAwMDAwMFwiIGRyb3Bfc2hhZG93X29wYWNpdHk9XCIxMFwiIGluc2V0X3NoYWRvd19wYW5lbD1cIllcIiBpbnNldF9zaGFkb3dfdmVydGljYWw9XCIxXCIgaW5zZXRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgaW5zZXRfc2hhZG93X2JsdXI9XCIwXCIgaW5zZXRfc2hhZG93X3NwcmVhZD1cIjBcIiBpbnNldF9zaGFkb3dfY29sb3I9XCIjZmZlNTkwXCIgaW5zZXRfc2hhZG93X29wYWNpdHk9XCIxMDBcIiBsb2NhdGlvbj1cIm9wdGluX2JveF9zdHlsZV8xNFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1DbGljayBoZXJlIGFuZCBjaGVjayB5b3VyIGluYm94Wy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mzg6ImVsZW1lbnQtY29udGFpbmVyIGNmIHBhZC1sZWZ0IGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU5MzoiYmFja2dyb3VuZDojZmNmY2ZjO2JhY2tncm91bmQ6LXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgY29sb3Itc3RvcCgwJSwgI2ZjZmNmYyksIGNvbG9yLXN0b3AoMTAwJSwgI2Y1ZjVmNSkpO2JhY2tncm91bmQ6LXdlYmtpdC1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1vei1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1zLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotby1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6bGluZWFyLWdyYWRpZW50KHRvIGJvdHRvbSwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtmaWx0ZXI6cHJvZ2lkOkRYSW1hZ2VUcmFuc2Zvcm0uTWljcm9zb2Z0LmdyYWRpZW50KHN0YXJ0Q29sb3JzdHI9I2ZjZmNmYywgZW5kQ29sb3JzdHI9I2Y1ZjVmNSwgR3JhZGllbnRUeXBlPTApO3BhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjE0MDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tWTJaalptTWlMQ0ppWVdOclozSnZkVzVrUTI5c2IzSkZibVFpT2lJalpqVm1OV1kxSWl3aWNHRmtaR2x1WjFSdmNDSTZJakl3SWl3aWNHRmtaR2x1WjBKdmRIUnZiU0k2SWpFMUluMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc0MDoiW2ltZ190ZXh0X2FzaWRlIHN0eWxlPVwiMVwiIGltYWdlPVwiXCIgaW1hZ2VfYWxpZ25tZW50PVwicmlnaHRcIiBoZWFkbGluZT1cIlRIRSBORVhUIEJJRyBTV0lORzogYXJlIHlvdSByZWFkeT9cIiB0ZXh0PVwiRWFybGllciB0b2RheSBSaW9zUXVhbnQgcGVyZm9ybWFuY2UgY29hY2ggRVAgUHJlc3RvbiB0b29rIG9uZSBjb250cmFjdCBsb25nIGluIENydWRlIE9pbCBmdXR1cmVzIGZvciAkNTQwLjAwIHByb2ZpdCB1c2luZyB0aGUgR25vc1RJQ0sgVGVjaG5vbG9neS4gQSBjbGFzc2ljIHRyYWRlIGZvciBHbm9zVElDSyB0cmFkZXJzIHRha2luZyB0aGUgcHJvZml0IHRhcmdldCBleGl0IHRvIGV4dHJlbWUgY3JpdGljYWwgUjIuIEhlIGFsc28gdG9vayAkMzMwLjAwIHByb2ZpdCB0cmFkaW5nIHRoZSBOYXR1cmFsIEdhcyBzdG9yYWdlIHJlcG9ydCwgdGhhdCB0cmFkZSB0b29rIGEgZmV3IHNob3J0IG1pbnV0ZXMuIFRoZSBlbmVyZ3kgbWFya2V0cyByb2NrZWQgdG9kYXkhIExlYXJuIHRoZSB0ZWNobmlxdWVzIHRvIGlkZW50aWZ5IG1hcmtldHMgcG9pc2VkIGZvciBwb3dlcmZ1bCBtb3Zlcy4gSm9pbiB1cyB0b25pZ2h0IGFuZCBsZWFybiBob3cgdG8gdHJhZGUgdGhlIFJpb3NRdWFudCBtZXRob2QgZnJvbSBhIHRyYWRlciB0aGF0IGhhcyBiZWVuIGNvbnNpc3RlbnRseSB0cmFkaW5nIHRoZSBtZXRob2QgZm9yIG92ZXIgNyB5ZWFycy5cIiBhbGlnbm1lbnQ9XCJsZWZ0XCJdWy9pbWdfdGV4dF9hc2lkZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjgxMToiW2ltZ190ZXh0X2FzaWRlIHN0eWxlPVwiMVwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDYvZXAtcGVyZi02LTEyLmpwZ1wiIGltYWdlX2FsaWdubWVudD1cInJpZ2h0XCIgaGVhZGxpbmU9XCJUSEUgTkVYVCBCSUcgU1dJTkc6IHlvdSByZWFkeT9cIiB0ZXh0PVwiRWFybGllciB0b2RheSBSaW9zUXVhbnQgcGVyZm9ybWFuY2UgY29hY2ggRVAgUHJlc3RvbiB0b29rIG9uZSBjb250cmFjdCBsb25nIGluIENydWRlIE9pbCBmdXR1cmVzIGZvciAkNTQwLjAwIHByb2ZpdCB1c2luZyB0aGUgR25vc1RJQ0sgVGVjaG5vbG9neS4gQSBjbGFzc2ljIHRyYWRlIGZvciBHbm9zVElDSyB0cmFkZXJzIHRha2luZyB0aGUgcHJvZml0IHRhcmdldCBleGl0IHRvIGV4dHJlbWUgY3JpdGljYWwgUjIuIEhlIGFsc28gdG9vayAkMzMwLjAwIHByb2ZpdCB0cmFkaW5nIHRoZSBOYXR1cmFsIEdhcyBzdG9yYWdlIHJlcG9ydCwgdGhhdCB0cmFkZSB0b29rIGEgZmV3IHNob3J0IG1pbnV0ZXMuIFRoZSBlbmVyZ3kgbWFya2V0cyByb2NrZWQgdG9kYXkhIExlYXJuIHRoZSB0ZWNobmlxdWVzIHRvIGlkZW50aWZ5IG1hcmtldHMgcG9pc2VkIGZvciBwb3dlcmZ1bCBtb3Zlcy4gSm9pbiB1cyB0b25pZ2h0IGFuZCBsZWFybiBob3cgdG8gdHJhZGUgdGhlIFJpb3NRdWFudCBtZXRob2QgZnJvbSBhIHRyYWRlciB0aGF0IGhhcyBiZWVuIGNvbnNpc3RlbnRseSB0cmFkaW5nIHRoZSBtZXRob2QgZm9yIG92ZXIgNyB5ZWFycy5cIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIl1bL2ltZ190ZXh0X2FzaWRlXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTQwOiJbY2FsZW5kYXJfZGF0ZSBzdHlsZT1cIjFcIiBtb250aD1cIkp1bmVcIiBjYWxlbmRhcl9iYXJfY29sb3I9XCIjZmYwMDAwXCIgZGF5PVwiMTJcIiBmdWxsX2RhdGU9XCJUaHVyc2RheSwgMTJ0aCBKdW5lXCIgdGltZV8xPVwiNzozMCBwbSBFVFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODMyOiJbZmVhdHVyZV9ib3ggc3R5bGU9XCIzXCIgb25seV9hZHZhbmNlZD1cIlRoZXJlIGFyZSBubyB0aXRsZSBvcHRpb25zIGZvciB0aGUgY2hvb3NlbiBzdHlsZVwiIHdpZHRoPVwiNDYwXCIgYWxpZ25tZW50PVwiY2VudGVyXCJdW29wX2xpdmVlZGl0b3JfZWxlbWVudHNdIFtvcF9saXZlZWRpdG9yX2VsZW1lbnQgZGF0YS1zdHlsZT1cIlwiXVt0ZXh0X2Jsb2NrIHN0eWxlPVwidW5kZWZpbmVkXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMTVcIl1EVVJJTkcgVEhJUyBPTkxJTkUgVFJBRElORyBDTEFTUyBZT1UgV0lMTCBMRUFSTjoKCuKAoiBCcmVha2Rvd24gZm9yIHRoZSB0cmFkZXMgZXhlY3V0ZWQgaW4gb3VyIGxpdmUgdHJhZGluZyByb29tLgrigKIgVGVjaG5pcXVlcyB0byBzcG90IGJyZWFrb3V0IGFuZCBicmVha2Rvd24gdHJhZGUgb3Bwb3J0dW5pdGllcy4K4oCiIEhvdyB0byB1c2UgdGhlIHBvd2VyIG9mIHRoZSBHbm9zVElDSyBmb3IgcHJlZGljYXRpdmUgcHJpY2UgbWFwcGluZy4K4oCiIFNoYXJlIHlvdXIgcXVlc3Rpb25zIHdpdGggRVAgYW5kIGdldCB0aGUgYW5zd2VycyB0aGF0IHlvdSBzZWVrIGZyb20gYSBwcm9mZXNzaW9uYWwuIAoKUmVhbCByZXN1bHRzIGZyb20gcmVhbCBxdWFudCB0cmFkZXJzLiBHZXQgdGhlIHRvb2xzIGFuZCB0aGUgdGVjaG5pcXVlcyBmcm9tIGEgcmVjb2duaXplZCBnbG9iYWwgbGVhZGVyIGluIHRyYWRpbmcgdGVjaG5vbG9neSBhbmQgdHJhZGVyIGVkdWNhdGlvbiBzaW5jZSAxOTk3LlsvdGV4dF9ibG9ja11bL29wX2xpdmVlZGl0b3JfZWxlbWVudF0gWy9vcF9saXZlZWRpdG9yX2VsZW1lbnRzXVsvZmVhdHVyZV9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19','revision','2014-06-12 16:55:11'),(186,1828,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl05MCBEYXkgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UcmFkaW5nIFByb2dyYW08L3NwYW4+IEdldCBTdGFydGVkIE5vdy5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU1OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTUwXCIgaGVpZ2h0PVwiMzA5XCIgYWxpZ249XCJsZWZ0XCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RRd01qVXdNemd1YUdRdWJYQTBQM005TkRRek5ERXpZelkxTW1NNU1qRm1OR1kxTWpNd1lqUTNNemcxWkRRMk5qTT1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc0NjoiW2ltZ190ZXh0X2FzaWRlIHN0eWxlPVwiMVwiIGltYWdlPVwiXCIgaW1hZ2VfYWxpZ25tZW50PVwicmlnaHRcIiBoZWFkbGluZT1cIlRIRSBORVhUIEJJRyBTV0lORzogd2lsbCB5b3UgYmUgcmVhZHk/XCIgdGV4dD1cIkVhcmxpZXIgdG9kYXkgUmlvc1F1YW50IHBlcmZvcm1hbmNlIGNvYWNoIEVQIFByZXN0b24gdG9vayBvbmUgY29udHJhY3QgbG9uZyBpbiBDcnVkZSBPaWwgZnV0dXJlcyBmb3IgJDU0MC4wMCBwcm9maXQgdXNpbmcgdGhlIEdub3NUSUNLIFRlY2hub2xvZ3kuIEEgY2xhc3NpYyB0cmFkZSBmb3IgR25vc1RJQ0sgdHJhZGVycyB0YWtpbmcgdGhlIHByb2ZpdCB0YXJnZXQgZXhpdCB0byBleHRyZW1lIGNyaXRpY2FsIFIyLiBIZSBhbHNvIHRvb2sgJDMzMC4wMCBwcm9maXQgdHJhZGluZyB0aGUgTmF0dXJhbCBHYXMgc3RvcmFnZSByZXBvcnQsIHRoYXQgdHJhZGUgdG9vayBhIGZldyBzaG9ydCBtaW51dGVzLiBUaGUgZW5lcmd5IG1hcmtldHMgcm9ja2VkIHRvZGF5ISBMZWFybiB0aGUgdGVjaG5pcXVlcyB0byBpZGVudGlmeSBtYXJrZXRzIHBvaXNlZCBmb3IgcG93ZXJmdWwgbW92ZXMuIEpvaW4gdXMgdG9uaWdodCBhbmQgbGVhcm4gaG93IHRvIHRyYWRlIHRoZSBSaW9zUXVhbnQgbWV0aG9kIGZyb20gYSB0cmFkZXIgdGhhdCBoYXMgYmVlbiBjb25zaXN0ZW50bHkgdHJhZGluZyB0aGUgbWV0aG9kIGZvciBvdmVyIDcgeWVhcnMuXCIgYWxpZ25tZW50PVwiY2VudGVyXCJdWy9pbWdfdGV4dF9hc2lkZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdTGVhcm4gSG93IHRvIEJlY29tZSBhIFF1YW50IFRyYWRlclsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ5MToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiNlZWViZGRcIiBib3R0b21fcGFkZGluZz1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMzY0XCIgbGluZV9oZWlnaHQ9XCIyMlwiXUR1cmluZyB0aGlzIDkwIGRheSB0cmFpbmluZyBwcm9ncmFtIHlvdSB3aWxsIHJlY2VpdmUgY29tcHJlaGVuc2l2ZSB0cmFpbmluZyBpbmNsdWRpbmcgdGhlIGNvbmNlcHQsIG1ldGhvZHMgYW5kIHRvb2xzIGluIGFuIGVhc3kgdG8gdW5kZXJzdGFuZCBzdGVwLWJ5LXN0ZXAgZm9ybWF0LiBUaGUgZXhhY3QgbG9naWMgaXMgcmV2ZWFsZWQgd2l0aCBhbGwgdGhlIG5lY2Vzc2FyeSBydWxlcyBuZWVkZWQgZm9yIHVuZGVyc3RhbmRpbmcgYW5kIGltcGxlbWVudGluZyB0aGUgUmlvc1F1YW50IGFwcHJvYWNoIHRvIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU1NToiW29wdGluX2JveCBzdHlsZT1cIjE0XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIGdvdG93ZWJpbmFyPVwiYTM1ODY2ODM5MFwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjFcIiB0ZXh0PVwiQ2xpY2sgaGVyZSBhbmQgY2hlY2sgeW91ciBpbmJveFwiIHRleHRfc2l6ZT1cIjE4XCIgdGV4dF9jb2xvcj1cIiM1MDQyMTBcIiB0ZXh0X2ZvbnQ9XCJIZWx2ZXRpY2E7ZGVmYXVsdFwiIHRleHRfYm9sZD1cIllcIiB0ZXh0X2xldHRlcl9zcGFjaW5nPVwiMFwiIHRleHRfc2hhZG93X3BhbmVsPVwiWVwiIHRleHRfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIHRleHRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgdGV4dF9zaGFkb3dfY29sb3I9XCIjZmZmZjllXCIgdGV4dF9zaGFkb3dfYmx1cj1cIjBcIiBzdHlsaW5nX3dpZHRoPVwiMTAwXCIgc3R5bGluZ19oZWlnaHQ9XCIxNFwiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPVwiI2Q2OTMwMFwiIHN0eWxpbmdfYm9yZGVyX3NpemU9XCIxXCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPVwiNlwiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9XCIxMDBcIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPVwiI2ZmY2YwYVwiIHN0eWxpbmdfZ3JhZGllbnRfZW5kX2NvbG9yPVwiI2ZmZGEyMlwiIGRyb3Bfc2hhZG93X3BhbmVsPVwiWVwiIGRyb3Bfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIGRyb3Bfc2hhZG93X2hvcml6b250YWw9XCIwXCIgZHJvcF9zaGFkb3dfYmx1cj1cIjFcIiBkcm9wX3NoYWRvd19zcHJlYWQ9XCIwXCIgZHJvcF9zaGFkb3dfY29sb3I9XCIjMDAwMDAwXCIgZHJvcF9zaGFkb3dfb3BhY2l0eT1cIjEwXCIgaW5zZXRfc2hhZG93X3BhbmVsPVwiWVwiIGluc2V0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBpbnNldF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiBpbnNldF9zaGFkb3dfYmx1cj1cIjBcIiBpbnNldF9zaGFkb3dfc3ByZWFkPVwiMFwiIGluc2V0X3NoYWRvd19jb2xvcj1cIiNmZmU1OTBcIiBpbnNldF9zaGFkb3dfb3BhY2l0eT1cIjEwMFwiIGxvY2F0aW9uPVwib3B0aW5fYm94X3N0eWxlXzE0XCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozODoiZWxlbWVudC1jb250YWluZXIgY2YgcGFkLWxlZnQgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkzOiJiYWNrZ3JvdW5kOiNmY2ZjZmM7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZmNmY2ZjKSwgY29sb3Itc3RvcCgxMDAlLCAjZjVmNWY1KSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZmNmY2ZjLCBlbmRDb2xvcnN0cj0jZjVmNWY1LCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZMlpqWm1NaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqSXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakUxSW4wPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzQwOiJbaW1nX3RleHRfYXNpZGUgc3R5bGU9XCIxXCIgaW1hZ2U9XCJcIiBpbWFnZV9hbGlnbm1lbnQ9XCJyaWdodFwiIGhlYWRsaW5lPVwiVEhFIE5FWFQgQklHIFNXSU5HOiBhcmUgeW91IHJlYWR5P1wiIHRleHQ9XCJFYXJsaWVyIHRvZGF5IFJpb3NRdWFudCBwZXJmb3JtYW5jZSBjb2FjaCBFUCBQcmVzdG9uIHRvb2sgb25lIGNvbnRyYWN0IGxvbmcgaW4gQ3J1ZGUgT2lsIGZ1dHVyZXMgZm9yICQ1NDAuMDAgcHJvZml0IHVzaW5nIHRoZSBHbm9zVElDSyBUZWNobm9sb2d5LiBBIGNsYXNzaWMgdHJhZGUgZm9yIEdub3NUSUNLIHRyYWRlcnMgdGFraW5nIHRoZSBwcm9maXQgdGFyZ2V0IGV4aXQgdG8gZXh0cmVtZSBjcml0aWNhbCBSMi4gSGUgYWxzbyB0b29rICQzMzAuMDAgcHJvZml0IHRyYWRpbmcgdGhlIE5hdHVyYWwgR2FzIHN0b3JhZ2UgcmVwb3J0LCB0aGF0IHRyYWRlIHRvb2sgYSBmZXcgc2hvcnQgbWludXRlcy4gVGhlIGVuZXJneSBtYXJrZXRzIHJvY2tlZCB0b2RheSEgTGVhcm4gdGhlIHRlY2huaXF1ZXMgdG8gaWRlbnRpZnkgbWFya2V0cyBwb2lzZWQgZm9yIHBvd2VyZnVsIG1vdmVzLiBKb2luIHVzIHRvbmlnaHQgYW5kIGxlYXJuIGhvdyB0byB0cmFkZSB0aGUgUmlvc1F1YW50IG1ldGhvZCBmcm9tIGEgdHJhZGVyIHRoYXQgaGFzIGJlZW4gY29uc2lzdGVudGx5IHRyYWRpbmcgdGhlIG1ldGhvZCBmb3Igb3ZlciA3IHllYXJzLlwiIGFsaWdubWVudD1cImxlZnRcIl1bL2ltZ190ZXh0X2FzaWRlXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODExOiJbaW1nX3RleHRfYXNpZGUgc3R5bGU9XCIxXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNi9lcC1wZXJmLTYtMTIuanBnXCIgaW1hZ2VfYWxpZ25tZW50PVwicmlnaHRcIiBoZWFkbGluZT1cIlRIRSBORVhUIEJJRyBTV0lORzogeW91IHJlYWR5P1wiIHRleHQ9XCJFYXJsaWVyIHRvZGF5IFJpb3NRdWFudCBwZXJmb3JtYW5jZSBjb2FjaCBFUCBQcmVzdG9uIHRvb2sgb25lIGNvbnRyYWN0IGxvbmcgaW4gQ3J1ZGUgT2lsIGZ1dHVyZXMgZm9yICQ1NDAuMDAgcHJvZml0IHVzaW5nIHRoZSBHbm9zVElDSyBUZWNobm9sb2d5LiBBIGNsYXNzaWMgdHJhZGUgZm9yIEdub3NUSUNLIHRyYWRlcnMgdGFraW5nIHRoZSBwcm9maXQgdGFyZ2V0IGV4aXQgdG8gZXh0cmVtZSBjcml0aWNhbCBSMi4gSGUgYWxzbyB0b29rICQzMzAuMDAgcHJvZml0IHRyYWRpbmcgdGhlIE5hdHVyYWwgR2FzIHN0b3JhZ2UgcmVwb3J0LCB0aGF0IHRyYWRlIHRvb2sgYSBmZXcgc2hvcnQgbWludXRlcy4gVGhlIGVuZXJneSBtYXJrZXRzIHJvY2tlZCB0b2RheSEgTGVhcm4gdGhlIHRlY2huaXF1ZXMgdG8gaWRlbnRpZnkgbWFya2V0cyBwb2lzZWQgZm9yIHBvd2VyZnVsIG1vdmVzLiBKb2luIHVzIHRvbmlnaHQgYW5kIGxlYXJuIGhvdyB0byB0cmFkZSB0aGUgUmlvc1F1YW50IG1ldGhvZCBmcm9tIGEgdHJhZGVyIHRoYXQgaGFzIGJlZW4gY29uc2lzdGVudGx5IHRyYWRpbmcgdGhlIG1ldGhvZCBmb3Igb3ZlciA3IHllYXJzLlwiIGFsaWdubWVudD1cImNlbnRlclwiXVsvaW1nX3RleHRfYXNpZGVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjM7YTo0OntzOjk6InJvd19jbGFzcyI7czoyOToicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX1pOjQ7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM3OiJwYWRkaW5nLXRvcDoxMHB4O3BhZGRpbmctYm90dG9tOjEwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo1NjoiZXlKd1lXUmthVzVuVkc5d0lqb2lNVEFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTVRBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNDA6IltjYWxlbmRhcl9kYXRlIHN0eWxlPVwiMVwiIG1vbnRoPVwiSnVuZVwiIGNhbGVuZGFyX2Jhcl9jb2xvcj1cIiNmZjAwMDBcIiBkYXk9XCIxMlwiIGZ1bGxfZGF0ZT1cIlRodXJzZGF5LCAxMnRoIEp1bmVcIiB0aW1lXzE9XCI3OjMwIHBtIEVUXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4MzI6IltmZWF0dXJlX2JveCBzdHlsZT1cIjNcIiBvbmx5X2FkdmFuY2VkPVwiVGhlcmUgYXJlIG5vIHRpdGxlIG9wdGlvbnMgZm9yIHRoZSBjaG9vc2VuIHN0eWxlXCIgd2lkdGg9XCI0NjBcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIl1bb3BfbGl2ZWVkaXRvcl9lbGVtZW50c10gW29wX2xpdmVlZGl0b3JfZWxlbWVudCBkYXRhLXN0eWxlPVwiXCJdW3RleHRfYmxvY2sgc3R5bGU9XCJ1bmRlZmluZWRcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxNVwiXURVUklORyBUSElTIE9OTElORSBUUkFESU5HIENMQVNTIFlPVSBXSUxMIExFQVJOOgoK4oCiIEJyZWFrZG93biBmb3IgdGhlIHRyYWRlcyBleGVjdXRlZCBpbiBvdXIgbGl2ZSB0cmFkaW5nIHJvb20uCuKAoiBUZWNobmlxdWVzIHRvIHNwb3QgYnJlYWtvdXQgYW5kIGJyZWFrZG93biB0cmFkZSBvcHBvcnR1bml0aWVzLgrigKIgSG93IHRvIHVzZSB0aGUgcG93ZXIgb2YgdGhlIEdub3NUSUNLIGZvciBwcmVkaWNhdGl2ZSBwcmljZSBtYXBwaW5nLgrigKIgU2hhcmUgeW91ciBxdWVzdGlvbnMgd2l0aCBFUCBhbmQgZ2V0IHRoZSBhbnN3ZXJzIHRoYXQgeW91IHNlZWsgZnJvbSBhIHByb2Zlc3Npb25hbC4gCgpSZWFsIHJlc3VsdHMgZnJvbSByZWFsIHF1YW50IHRyYWRlcnMuIEdldCB0aGUgdG9vbHMgYW5kIHRoZSB0ZWNobmlxdWVzIGZyb20gYSByZWNvZ25pemVkIGdsb2JhbCBsZWFkZXIgaW4gdHJhZGluZyB0ZWNobm9sb2d5IGFuZCB0cmFkZXIgZWR1Y2F0aW9uIHNpbmNlIDE5OTcuWy90ZXh0X2Jsb2NrXVsvb3BfbGl2ZWVkaXRvcl9lbGVtZW50XSBbL29wX2xpdmVlZGl0b3JfZWxlbWVudHNdWy9mZWF0dXJlX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','revision','2014-06-12 16:56:56'),(187,1828,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl05MCBEYXkgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UcmFkaW5nIFByb2dyYW08L3NwYW4+IEdldCBTdGFydGVkIE5vdy5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU1OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTUwXCIgaGVpZ2h0PVwiMzA5XCIgYWxpZ249XCJsZWZ0XCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RRd01qVXdNemd1YUdRdWJYQTBQM005TkRRek5ERXpZelkxTW1NNU1qRm1OR1kxTWpNd1lqUTNNemcxWkRRMk5qTT1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc0NjoiW2ltZ190ZXh0X2FzaWRlIHN0eWxlPVwiMVwiIGltYWdlPVwiXCIgaW1hZ2VfYWxpZ25tZW50PVwicmlnaHRcIiBoZWFkbGluZT1cIlRIRSBORVhUIEJJRyBTV0lORzogd2lsbCB5b3UgYmUgcmVhZHk/XCIgdGV4dD1cIkVhcmxpZXIgdG9kYXkgUmlvc1F1YW50IHBlcmZvcm1hbmNlIGNvYWNoIEVQIFByZXN0b24gdG9vayBvbmUgY29udHJhY3QgbG9uZyBpbiBDcnVkZSBPaWwgZnV0dXJlcyBmb3IgJDU0MC4wMCBwcm9maXQgdXNpbmcgdGhlIEdub3NUSUNLIFRlY2hub2xvZ3kuIEEgY2xhc3NpYyB0cmFkZSBmb3IgR25vc1RJQ0sgdHJhZGVycyB0YWtpbmcgdGhlIHByb2ZpdCB0YXJnZXQgZXhpdCB0byBleHRyZW1lIGNyaXRpY2FsIFIyLiBIZSBhbHNvIHRvb2sgJDMzMC4wMCBwcm9maXQgdHJhZGluZyB0aGUgTmF0dXJhbCBHYXMgc3RvcmFnZSByZXBvcnQsIHRoYXQgdHJhZGUgdG9vayBhIGZldyBzaG9ydCBtaW51dGVzLiBUaGUgZW5lcmd5IG1hcmtldHMgcm9ja2VkIHRvZGF5ISBMZWFybiB0aGUgdGVjaG5pcXVlcyB0byBpZGVudGlmeSBtYXJrZXRzIHBvaXNlZCBmb3IgcG93ZXJmdWwgbW92ZXMuIEpvaW4gdXMgdG9uaWdodCBhbmQgbGVhcm4gaG93IHRvIHRyYWRlIHRoZSBSaW9zUXVhbnQgbWV0aG9kIGZyb20gYSB0cmFkZXIgdGhhdCBoYXMgYmVlbiBjb25zaXN0ZW50bHkgdHJhZGluZyB0aGUgbWV0aG9kIGZvciBvdmVyIDcgeWVhcnMuXCIgYWxpZ25tZW50PVwiY2VudGVyXCJdWy9pbWdfdGV4dF9hc2lkZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdTGVhcm4gSG93IHRvIEJlY29tZSBhIFF1YW50IFRyYWRlclsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ5MToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiNlZWViZGRcIiBib3R0b21fcGFkZGluZz1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMzY0XCIgbGluZV9oZWlnaHQ9XCIyMlwiXUR1cmluZyB0aGlzIDkwIGRheSB0cmFpbmluZyBwcm9ncmFtIHlvdSB3aWxsIHJlY2VpdmUgY29tcHJlaGVuc2l2ZSB0cmFpbmluZyBpbmNsdWRpbmcgdGhlIGNvbmNlcHQsIG1ldGhvZHMgYW5kIHRvb2xzIGluIGFuIGVhc3kgdG8gdW5kZXJzdGFuZCBzdGVwLWJ5LXN0ZXAgZm9ybWF0LiBUaGUgZXhhY3QgbG9naWMgaXMgcmV2ZWFsZWQgd2l0aCBhbGwgdGhlIG5lY2Vzc2FyeSBydWxlcyBuZWVkZWQgZm9yIHVuZGVyc3RhbmRpbmcgYW5kIGltcGxlbWVudGluZyB0aGUgUmlvc1F1YW50IGFwcHJvYWNoIHRvIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU4ODoiW29wdGluX2JveCBzdHlsZT1cIjE0XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0MjU4MjJcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjFcIiB0ZXh0PVwiQ2xpY2sgaGVyZSBhbmQgY2hlY2sgeW91ciBpbmJveFwiIHRleHRfc2l6ZT1cIjE4XCIgdGV4dF9jb2xvcj1cIiM1MDQyMTBcIiB0ZXh0X2ZvbnQ9XCJIZWx2ZXRpY2E7ZGVmYXVsdFwiIHRleHRfYm9sZD1cIllcIiB0ZXh0X2xldHRlcl9zcGFjaW5nPVwiMFwiIHRleHRfc2hhZG93X3BhbmVsPVwiWVwiIHRleHRfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIHRleHRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgdGV4dF9zaGFkb3dfY29sb3I9XCIjZmZmZjllXCIgdGV4dF9zaGFkb3dfYmx1cj1cIjBcIiBzdHlsaW5nX3dpZHRoPVwiMTAwXCIgc3R5bGluZ19oZWlnaHQ9XCIxNFwiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPVwiI2Q2OTMwMFwiIHN0eWxpbmdfYm9yZGVyX3NpemU9XCIxXCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPVwiNlwiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9XCIxMDBcIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPVwiI2ZmY2YwYVwiIHN0eWxpbmdfZ3JhZGllbnRfZW5kX2NvbG9yPVwiI2ZmZGEyMlwiIGRyb3Bfc2hhZG93X3BhbmVsPVwiWVwiIGRyb3Bfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIGRyb3Bfc2hhZG93X2hvcml6b250YWw9XCIwXCIgZHJvcF9zaGFkb3dfYmx1cj1cIjFcIiBkcm9wX3NoYWRvd19zcHJlYWQ9XCIwXCIgZHJvcF9zaGFkb3dfY29sb3I9XCIjMDAwMDAwXCIgZHJvcF9zaGFkb3dfb3BhY2l0eT1cIjEwXCIgaW5zZXRfc2hhZG93X3BhbmVsPVwiWVwiIGluc2V0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBpbnNldF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiBpbnNldF9zaGFkb3dfYmx1cj1cIjBcIiBpbnNldF9zaGFkb3dfc3ByZWFkPVwiMFwiIGluc2V0X3NoYWRvd19jb2xvcj1cIiNmZmU1OTBcIiBpbnNldF9zaGFkb3dfb3BhY2l0eT1cIjEwMFwiIGxvY2F0aW9uPVwib3B0aW5fYm94X3N0eWxlXzE0XCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozODoiZWxlbWVudC1jb250YWluZXIgY2YgcGFkLWxlZnQgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkzOiJiYWNrZ3JvdW5kOiNmY2ZjZmM7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZmNmY2ZjKSwgY29sb3Itc3RvcCgxMDAlLCAjZjVmNWY1KSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZmNmY2ZjLCBlbmRDb2xvcnN0cj0jZjVmNWY1LCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZMlpqWm1NaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqSXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakUxSW4wPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzQwOiJbaW1nX3RleHRfYXNpZGUgc3R5bGU9XCIxXCIgaW1hZ2U9XCJcIiBpbWFnZV9hbGlnbm1lbnQ9XCJyaWdodFwiIGhlYWRsaW5lPVwiVEhFIE5FWFQgQklHIFNXSU5HOiBhcmUgeW91IHJlYWR5P1wiIHRleHQ9XCJFYXJsaWVyIHRvZGF5IFJpb3NRdWFudCBwZXJmb3JtYW5jZSBjb2FjaCBFUCBQcmVzdG9uIHRvb2sgb25lIGNvbnRyYWN0IGxvbmcgaW4gQ3J1ZGUgT2lsIGZ1dHVyZXMgZm9yICQ1NDAuMDAgcHJvZml0IHVzaW5nIHRoZSBHbm9zVElDSyBUZWNobm9sb2d5LiBBIGNsYXNzaWMgdHJhZGUgZm9yIEdub3NUSUNLIHRyYWRlcnMgdGFraW5nIHRoZSBwcm9maXQgdGFyZ2V0IGV4aXQgdG8gZXh0cmVtZSBjcml0aWNhbCBSMi4gSGUgYWxzbyB0b29rICQzMzAuMDAgcHJvZml0IHRyYWRpbmcgdGhlIE5hdHVyYWwgR2FzIHN0b3JhZ2UgcmVwb3J0LCB0aGF0IHRyYWRlIHRvb2sgYSBmZXcgc2hvcnQgbWludXRlcy4gVGhlIGVuZXJneSBtYXJrZXRzIHJvY2tlZCB0b2RheSEgTGVhcm4gdGhlIHRlY2huaXF1ZXMgdG8gaWRlbnRpZnkgbWFya2V0cyBwb2lzZWQgZm9yIHBvd2VyZnVsIG1vdmVzLiBKb2luIHVzIHRvbmlnaHQgYW5kIGxlYXJuIGhvdyB0byB0cmFkZSB0aGUgUmlvc1F1YW50IG1ldGhvZCBmcm9tIGEgdHJhZGVyIHRoYXQgaGFzIGJlZW4gY29uc2lzdGVudGx5IHRyYWRpbmcgdGhlIG1ldGhvZCBmb3Igb3ZlciA3IHllYXJzLlwiIGFsaWdubWVudD1cImxlZnRcIl1bL2ltZ190ZXh0X2FzaWRlXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODExOiJbaW1nX3RleHRfYXNpZGUgc3R5bGU9XCIxXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNi9lcC1wZXJmLTYtMTIuanBnXCIgaW1hZ2VfYWxpZ25tZW50PVwicmlnaHRcIiBoZWFkbGluZT1cIlRIRSBORVhUIEJJRyBTV0lORzogeW91IHJlYWR5P1wiIHRleHQ9XCJFYXJsaWVyIHRvZGF5IFJpb3NRdWFudCBwZXJmb3JtYW5jZSBjb2FjaCBFUCBQcmVzdG9uIHRvb2sgb25lIGNvbnRyYWN0IGxvbmcgaW4gQ3J1ZGUgT2lsIGZ1dHVyZXMgZm9yICQ1NDAuMDAgcHJvZml0IHVzaW5nIHRoZSBHbm9zVElDSyBUZWNobm9sb2d5LiBBIGNsYXNzaWMgdHJhZGUgZm9yIEdub3NUSUNLIHRyYWRlcnMgdGFraW5nIHRoZSBwcm9maXQgdGFyZ2V0IGV4aXQgdG8gZXh0cmVtZSBjcml0aWNhbCBSMi4gSGUgYWxzbyB0b29rICQzMzAuMDAgcHJvZml0IHRyYWRpbmcgdGhlIE5hdHVyYWwgR2FzIHN0b3JhZ2UgcmVwb3J0LCB0aGF0IHRyYWRlIHRvb2sgYSBmZXcgc2hvcnQgbWludXRlcy4gVGhlIGVuZXJneSBtYXJrZXRzIHJvY2tlZCB0b2RheSEgTGVhcm4gdGhlIHRlY2huaXF1ZXMgdG8gaWRlbnRpZnkgbWFya2V0cyBwb2lzZWQgZm9yIHBvd2VyZnVsIG1vdmVzLiBKb2luIHVzIHRvbmlnaHQgYW5kIGxlYXJuIGhvdyB0byB0cmFkZSB0aGUgUmlvc1F1YW50IG1ldGhvZCBmcm9tIGEgdHJhZGVyIHRoYXQgaGFzIGJlZW4gY29uc2lzdGVudGx5IHRyYWRpbmcgdGhlIG1ldGhvZCBmb3Igb3ZlciA3IHllYXJzLlwiIGFsaWdubWVudD1cImNlbnRlclwiXVsvaW1nX3RleHRfYXNpZGVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjM7YTo0OntzOjk6InJvd19jbGFzcyI7czoyOToicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX1pOjQ7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM3OiJwYWRkaW5nLXRvcDoxMHB4O3BhZGRpbmctYm90dG9tOjEwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo1NjoiZXlKd1lXUmthVzVuVkc5d0lqb2lNVEFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTVRBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNDA6IltjYWxlbmRhcl9kYXRlIHN0eWxlPVwiMVwiIG1vbnRoPVwiSnVuZVwiIGNhbGVuZGFyX2Jhcl9jb2xvcj1cIiNmZjAwMDBcIiBkYXk9XCIxMlwiIGZ1bGxfZGF0ZT1cIlRodXJzZGF5LCAxMnRoIEp1bmVcIiB0aW1lXzE9XCI3OjMwIHBtIEVUXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4MzI6IltmZWF0dXJlX2JveCBzdHlsZT1cIjNcIiBvbmx5X2FkdmFuY2VkPVwiVGhlcmUgYXJlIG5vIHRpdGxlIG9wdGlvbnMgZm9yIHRoZSBjaG9vc2VuIHN0eWxlXCIgd2lkdGg9XCI0NjBcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIl1bb3BfbGl2ZWVkaXRvcl9lbGVtZW50c10gW29wX2xpdmVlZGl0b3JfZWxlbWVudCBkYXRhLXN0eWxlPVwiXCJdW3RleHRfYmxvY2sgc3R5bGU9XCJ1bmRlZmluZWRcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxNVwiXURVUklORyBUSElTIE9OTElORSBUUkFESU5HIENMQVNTIFlPVSBXSUxMIExFQVJOOgoK4oCiIEJyZWFrZG93biBmb3IgdGhlIHRyYWRlcyBleGVjdXRlZCBpbiBvdXIgbGl2ZSB0cmFkaW5nIHJvb20uCuKAoiBUZWNobmlxdWVzIHRvIHNwb3QgYnJlYWtvdXQgYW5kIGJyZWFrZG93biB0cmFkZSBvcHBvcnR1bml0aWVzLgrigKIgSG93IHRvIHVzZSB0aGUgcG93ZXIgb2YgdGhlIEdub3NUSUNLIGZvciBwcmVkaWNhdGl2ZSBwcmljZSBtYXBwaW5nLgrigKIgU2hhcmUgeW91ciBxdWVzdGlvbnMgd2l0aCBFUCBhbmQgZ2V0IHRoZSBhbnN3ZXJzIHRoYXQgeW91IHNlZWsgZnJvbSBhIHByb2Zlc3Npb25hbC4gCgpSZWFsIHJlc3VsdHMgZnJvbSByZWFsIHF1YW50IHRyYWRlcnMuIEdldCB0aGUgdG9vbHMgYW5kIHRoZSB0ZWNobmlxdWVzIGZyb20gYSByZWNvZ25pemVkIGdsb2JhbCBsZWFkZXIgaW4gdHJhZGluZyB0ZWNobm9sb2d5IGFuZCB0cmFkZXIgZWR1Y2F0aW9uIHNpbmNlIDE5OTcuWy90ZXh0X2Jsb2NrXVsvb3BfbGl2ZWVkaXRvcl9lbGVtZW50XSBbL29wX2xpdmVlZGl0b3JfZWxlbWVudHNdWy9mZWF0dXJlX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','publish','2014-06-12 17:02:36'),(190,1834,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl3Cv0hhcyBwZW5zYWRvIGVuIHZpdmlyIGRlbCB0cmFkaW5nP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODk6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdRGVzY3VicmUgc2kgcHVlZGVzIGxvZ3JhcmxvISBJbmljaWEgdW5hIHBydWViYSBncmF0dWl0YS5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzY6IltpbWFnZXMgc3R5bGU9XCI1XCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjU6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzY2OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUGllcnJlLCBtaWVtYnJvIGRlIFJpb3NRdWFudCwgdG9tw7MgICQxLjYwMCBkZSB1dGlsaWRhZGVzIGVuIGxvcyBtZXJjYWRvcyBkZSBmdXR1cm9zIGVuIGRvcyBkw61hcyBjb24gMTMgb3BlcmFjaW9ucy4gw4lsIG9wZXJhIGNhZGEgbWHDsWFuYSBjb24gb3Ryb3MgdHJhZGVycyBzZW1lamFudGVzIGEgZWwgZW4gbnVlc3RyYSBzYWxhIGRlIHRyYWRpbmcgZW4gdml2by4gw4lsIGVzIHVuIHRyYWRlciBkZSBpbXB1bHNvIHkgdXRpbGl6YSBsb3Mgc2lzdGVtYXMgcHJlZGljdGl2b3MgZGUgdHJhZGluZyBkZSBSaW9zUXVhbnQuLiZuYnNwO1svdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2ODoiW2ltYWdlcyBzdHlsZT1cIjBcIiBsYXJnZV9pbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L2VxdWl0eS1jdXJ2ZS1waWVycmUuanBnXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3OTY6IltvcHRpbl9ib3ggc3R5bGU9XCIxMVwiIHdpZHRoPVwiNDUwXCIgbWFyZ2luX3RvcD1cIjE1XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJJbmdyZXNlIHN1IGRpcmVjY2nDs24gZGUgY29ycmVvIGVsZWN0csOzbmljb1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJhd2ViZXJcIiBsaXN0PVwiMzQzODkzOFwiIG5hbWVfZmllbGQ9XCJuYW1lXCIgbmFtZV9kZWZhdWx0PVwiSW5ncmVzZSBzdSBub21icmVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1TVzVuY21WelpTQnpkU0J1YjIxaWNtVWdlU0JsYldGcGJDQndZWEpoSUhSbGJtVnlJR0ZqWTJWemJ5QnBibk4wWVc1MHc2RnVaVzh1TGk0PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1WYWxvcmFtb3Mgc3UgcHJpdmFjaWRhZCB5IG51bmNhIGxlIGVudmlhcmVtb3Mgc3BhbVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCJdQ2xpY2sgeSBsdWVnbyByZXZpc2Ugc3UgYmFuZGVqYSBkZSBlbnRyYWRhIHBhcmEgdW5hIGNvbmZpcm1hY2nDs24hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjQ6ImUzMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI2OToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE3XCIgd2lkdGg9XCI5NDBcIl08aDIgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PHNwYW4gc3R5bGU9XCJjb2xvcjogIzQyNTA2MztcIj5Fc3TDoSBhIDMgUGFzb3MgRGUgQ29tZW56YXIgU3UgUHJ1ZWJhIEdyYXR1aXRhIGRlbCBTaXN0ZW1hwqA8L3NwYW4+PC9oMj4KPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjYyNToiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCI1XCIgY29sb3I9XCIjNDI1MDYzXCJdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIiAgSW5zdGFsYWNpw7NuIC0gVW4gbWllbWJybyBkZSBzb3BvcnRlIHTDqWNuaWNvIGxvIGd1aWFyw6EgYSB0cmF2w6lzIGRlIGxhIGluc3RhbGFjacOzbiwgaGFjaWVuZG8gZWwgcHJvY2VzbyByw6FwaWRvIHkgc2luIHByb2JsZW1hcy5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIkVudHJlbmFtaWVudG8gLSBTZXNpb25lcyBkZSBwZXJzb25hbGl6YWRhcyBwYXJhIGFwcmVuZGVyIGEgdXRpbGl6YXIgZWwgc2lzdGVtYS5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjNcIiBoZWFkbGluZT1cIlNhbGEgZGUgVHJhZGluZyBlbiBWaXZvIC0gRXhwZXJpbWVudGUgZWwgcG9kZXIgZGUgaW50ZWxpZ2VuY2lhIGRlIHRyYWRpbmcgYSB0aWVtcG8gcmVhbCBjb24gbG9zIG1pZW1icm9zIHkgZW50cmVuYWRvcmVzIGRlIFJpb3NRdWFudCBwYXJhIGFzZWd1cmFyc2UgZGUgb2J0ZW5lciBlbCBtw6F4aW1vIHByb3ZlY2hvIGRlIHR1IHBydWViYSBncmF0dWl0YS5cIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDQ1OiJbdGVzdGltb25pYWxzIHN0eWxlPVwiMlwiIG1hcmdpbl90b3A9XCJcIiBtYXJnaW5fYm90dG9tPVwiXCJdW3Rlc3RpbW9uaWFsIG5hbWU9XCJQaWVycmUgLSBOZXcgSmVyc2V5IFVTQVwiIGNvbXBhbnk9XCJNaWVtYnJvIGRlIFJpb3NRdWFudCBkZXNkZSAyMDEyXCIgaHJlZj1cIlwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvcGllcnJlLWdhbWlsLXBpYy5qcGdcIl08cD5cIk5vIHBvZHLDrWEgaGFiZXJsbyBoZWNobyBzaW4gdXN0ZWRlcy4uLiBOdW5jYSBwb2Ryw6kgYWdyYWRlY2VyIGxvIHN1ZmljaWVudGUgYSBKb2UgUmlvcywgRVAsIHkgU3RldmUgcG9yIGxhIGRlZGljYWNpw7NuIHF1ZSBtdWVzdHJhbiB5IGVsIGFwb3lvIHF1ZSBvZnJlY2VuIVwiPC9wPlsvdGVzdGltb25pYWxdWy90ZXN0aW1vbmlhbHNdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjM7YTo0OntzOjk6InJvd19jbGFzcyI7czoyOToicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMjE6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5FWElTVEUgVU4gUklFU0dPIFNVU1RBTkNJQUwgREUgUMOJUkRJREEgRU4gTEEgTkVHT0NJQUNJw5NOIERFIEZVVFVST1MgREUgQ09NTU9ESVRJRVMsIENGRCwgT1BDSU9ORVMgWSBQUk9EVUNUT1MgREUgRElWSVNBUzwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19','revision','2014-06-14 19:40:25'),(191,1834,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl3Cv0hhcyBwZW5zYWRvIGVuIHZpdmlyIGRlbCB0cmFkaW5nP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODk6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdRGVzY3VicmUgc2kgcHVlZGVzIGxvZ3JhcmxvISBJbmljaWEgdW5hIHBydWViYSBncmF0dWl0YS5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzY6IltpbWFnZXMgc3R5bGU9XCI1XCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjU6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzY2OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUGllcnJlLCBtaWVtYnJvIGRlIFJpb3NRdWFudCwgdG9tw7MgICQxLjYwMCBkZSB1dGlsaWRhZGVzIGVuIGxvcyBtZXJjYWRvcyBkZSBmdXR1cm9zIGVuIGRvcyBkw61hcyBjb24gMTMgb3BlcmFjaW9ucy4gw4lsIG9wZXJhIGNhZGEgbWHDsWFuYSBjb24gb3Ryb3MgdHJhZGVycyBzZW1lamFudGVzIGEgZWwgZW4gbnVlc3RyYSBzYWxhIGRlIHRyYWRpbmcgZW4gdml2by4gw4lsIGVzIHVuIHRyYWRlciBkZSBpbXB1bHNvIHkgdXRpbGl6YSBsb3Mgc2lzdGVtYXMgcHJlZGljdGl2b3MgZGUgdHJhZGluZyBkZSBSaW9zUXVhbnQuLiZuYnNwO1svdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2ODoiW2ltYWdlcyBzdHlsZT1cIjBcIiBsYXJnZV9pbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L2VxdWl0eS1jdXJ2ZS1waWVycmUuanBnXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3OTY6IltvcHRpbl9ib3ggc3R5bGU9XCIxMVwiIHdpZHRoPVwiNDUwXCIgbWFyZ2luX3RvcD1cIjE1XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJJbmdyZXNlIHN1IGRpcmVjY2nDs24gZGUgY29ycmVvIGVsZWN0csOzbmljb1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJhd2ViZXJcIiBsaXN0PVwiMzQzODkzOFwiIG5hbWVfZmllbGQ9XCJuYW1lXCIgbmFtZV9kZWZhdWx0PVwiSW5ncmVzZSBzdSBub21icmVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1TVzVuY21WelpTQnpkU0J1YjIxaWNtVWdlU0JsYldGcGJDQndZWEpoSUhSbGJtVnlJR0ZqWTJWemJ5QnBibk4wWVc1MHc2RnVaVzh1TGk0PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1WYWxvcmFtb3Mgc3UgcHJpdmFjaWRhZCB5IG51bmNhIGxlIGVudmlhcmVtb3Mgc3BhbVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCJdQ2xpY2sgeSBsdWVnbyByZXZpc2Ugc3UgYmFuZGVqYSBkZSBlbnRyYWRhIHBhcmEgdW5hIGNvbmZpcm1hY2nDs24hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjQ6ImUzMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI2OToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE3XCIgd2lkdGg9XCI5NDBcIl08aDIgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PHNwYW4gc3R5bGU9XCJjb2xvcjogIzQyNTA2MztcIj5Fc3TDoSBhIDMgUGFzb3MgRGUgQ29tZW56YXIgU3UgUHJ1ZWJhIEdyYXR1aXRhIGRlbCBTaXN0ZW1hwqA8L3NwYW4+PC9oMj4KPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjYyNToiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCI1XCIgY29sb3I9XCIjNDI1MDYzXCJdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIiAgSW5zdGFsYWNpw7NuIC0gVW4gbWllbWJybyBkZSBzb3BvcnRlIHTDqWNuaWNvIGxvIGd1aWFyw6EgYSB0cmF2w6lzIGRlIGxhIGluc3RhbGFjacOzbiwgaGFjaWVuZG8gZWwgcHJvY2VzbyByw6FwaWRvIHkgc2luIHByb2JsZW1hcy5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIkVudHJlbmFtaWVudG8gLSBTZXNpb25lcyBkZSBwZXJzb25hbGl6YWRhcyBwYXJhIGFwcmVuZGVyIGEgdXRpbGl6YXIgZWwgc2lzdGVtYS5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjNcIiBoZWFkbGluZT1cIlNhbGEgZGUgVHJhZGluZyBlbiBWaXZvIC0gRXhwZXJpbWVudGUgZWwgcG9kZXIgZGUgaW50ZWxpZ2VuY2lhIGRlIHRyYWRpbmcgYSB0aWVtcG8gcmVhbCBjb24gbG9zIG1pZW1icm9zIHkgZW50cmVuYWRvcmVzIGRlIFJpb3NRdWFudCBwYXJhIGFzZWd1cmFyc2UgZGUgb2J0ZW5lciBlbCBtw6F4aW1vIHByb3ZlY2hvIGRlIHR1IHBydWViYSBncmF0dWl0YS5cIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDQ1OiJbdGVzdGltb25pYWxzIHN0eWxlPVwiMlwiIG1hcmdpbl90b3A9XCJcIiBtYXJnaW5fYm90dG9tPVwiXCJdW3Rlc3RpbW9uaWFsIG5hbWU9XCJQaWVycmUgLSBOZXcgSmVyc2V5IFVTQVwiIGNvbXBhbnk9XCJNaWVtYnJvIGRlIFJpb3NRdWFudCBkZXNkZSAyMDEyXCIgaHJlZj1cIlwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvcGllcnJlLWdhbWlsLXBpYy5qcGdcIl08cD5cIk5vIHBvZHLDrWEgaGFiZXJsbyBoZWNobyBzaW4gdXN0ZWRlcy4uLiBOdW5jYSBwb2Ryw6kgYWdyYWRlY2VyIGxvIHN1ZmljaWVudGUgYSBKb2UgUmlvcywgRVAsIHkgU3RldmUgcG9yIGxhIGRlZGljYWNpw7NuIHF1ZSBtdWVzdHJhbiB5IGVsIGFwb3lvIHF1ZSBvZnJlY2VuIVwiPC9wPlsvdGVzdGltb25pYWxdWy90ZXN0aW1vbmlhbHNdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjM7YTo0OntzOjk6InJvd19jbGFzcyI7czoyOToicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMTY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5FWElTVEUgVU4gUklFU0dPIFNVU1RBTkNJQUwgREUgUMOJUkRJREEgRU4gTEEgTkVHT0NJQUNJw5NOIERFIEZVVFVST1MgREUgQ09NTU9ESVRJRVMsIE9QQ0lPTkVTIFkgUFJPRFVDVE9TIERFIERJVklTQVM8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','revision','2014-06-14 19:41:27'),(192,1834,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl3Cv0hhcyBwZW5zYWRvIGVuIHZpdmlyIGRlbCB0cmFkaW5nP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODk6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdRGVzY3VicmUgc2kgcHVlZGVzIGxvZ3JhcmxvISBJbmljaWEgdW5hIHBydWViYSBncmF0dWl0YS5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzY6IltpbWFnZXMgc3R5bGU9XCI1XCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjU6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzY2OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUGllcnJlLCBtaWVtYnJvIGRlIFJpb3NRdWFudCwgdG9tw7MgICQxLjYwMCBkZSB1dGlsaWRhZGVzIGVuIGxvcyBtZXJjYWRvcyBkZSBmdXR1cm9zIGVuIGRvcyBkw61hcyBjb24gMTMgb3BlcmFjaW9ucy4gw4lsIG9wZXJhIGNhZGEgbWHDsWFuYSBjb24gb3Ryb3MgdHJhZGVycyBzZW1lamFudGVzIGEgZWwgZW4gbnVlc3RyYSBzYWxhIGRlIHRyYWRpbmcgZW4gdml2by4gw4lsIGVzIHVuIHRyYWRlciBkZSBpbXB1bHNvIHkgdXRpbGl6YSBsb3Mgc2lzdGVtYXMgcHJlZGljdGl2b3MgZGUgdHJhZGluZyBkZSBSaW9zUXVhbnQuLiZuYnNwO1svdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2ODoiW2ltYWdlcyBzdHlsZT1cIjBcIiBsYXJnZV9pbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L2VxdWl0eS1jdXJ2ZS1waWVycmUuanBnXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3OTY6IltvcHRpbl9ib3ggc3R5bGU9XCIxMVwiIHdpZHRoPVwiNDUwXCIgbWFyZ2luX3RvcD1cIjE1XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJJbmdyZXNlIHN1IGRpcmVjY2nDs24gZGUgY29ycmVvIGVsZWN0csOzbmljb1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJhd2ViZXJcIiBsaXN0PVwiMzQzODkzOFwiIG5hbWVfZmllbGQ9XCJuYW1lXCIgbmFtZV9kZWZhdWx0PVwiSW5ncmVzZSBzdSBub21icmVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1TVzVuY21WelpTQnpkU0J1YjIxaWNtVWdlU0JsYldGcGJDQndZWEpoSUhSbGJtVnlJR0ZqWTJWemJ5QnBibk4wWVc1MHc2RnVaVzh1TGk0PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1WYWxvcmFtb3Mgc3UgcHJpdmFjaWRhZCB5IG51bmNhIGxlIGVudmlhcmVtb3Mgc3BhbVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCJdQ2xpY2sgeSBsdWVnbyByZXZpc2Ugc3UgYmFuZGVqYSBkZSBlbnRyYWRhIHBhcmEgdW5hIGNvbmZpcm1hY2nDs24hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjQ6ImUzMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI2OToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE3XCIgd2lkdGg9XCI5NDBcIl08aDIgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PHNwYW4gc3R5bGU9XCJjb2xvcjogIzQyNTA2MztcIj5Fc3TDoSBhIDMgUGFzb3MgRGUgQ29tZW56YXIgU3UgUHJ1ZWJhIEdyYXR1aXRhIGRlbCBTaXN0ZW1hwqA8L3NwYW4+PC9oMj4KPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjYyNToiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCI1XCIgY29sb3I9XCIjNDI1MDYzXCJdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIiAgSW5zdGFsYWNpw7NuIC0gVW4gbWllbWJybyBkZSBzb3BvcnRlIHTDqWNuaWNvIGxvIGd1aWFyw6EgYSB0cmF2w6lzIGRlIGxhIGluc3RhbGFjacOzbiwgaGFjaWVuZG8gZWwgcHJvY2VzbyByw6FwaWRvIHkgc2luIHByb2JsZW1hcy5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIkVudHJlbmFtaWVudG8gLSBTZXNpb25lcyBkZSBwZXJzb25hbGl6YWRhcyBwYXJhIGFwcmVuZGVyIGEgdXRpbGl6YXIgZWwgc2lzdGVtYS5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjNcIiBoZWFkbGluZT1cIlNhbGEgZGUgVHJhZGluZyBlbiBWaXZvIC0gRXhwZXJpbWVudGUgZWwgcG9kZXIgZGUgaW50ZWxpZ2VuY2lhIGRlIHRyYWRpbmcgYSB0aWVtcG8gcmVhbCBjb24gbG9zIG1pZW1icm9zIHkgZW50cmVuYWRvcmVzIGRlIFJpb3NRdWFudCBwYXJhIGFzZWd1cmFyc2UgZGUgb2J0ZW5lciBlbCBtw6F4aW1vIHByb3ZlY2hvIGRlIHR1IHBydWViYSBncmF0dWl0YS5cIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDQ1OiJbdGVzdGltb25pYWxzIHN0eWxlPVwiMlwiIG1hcmdpbl90b3A9XCJcIiBtYXJnaW5fYm90dG9tPVwiXCJdW3Rlc3RpbW9uaWFsIG5hbWU9XCJQaWVycmUgLSBOZXcgSmVyc2V5IFVTQVwiIGNvbXBhbnk9XCJNaWVtYnJvIGRlIFJpb3NRdWFudCBkZXNkZSAyMDEyXCIgaHJlZj1cIlwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvcGllcnJlLWdhbWlsLXBpYy5qcGdcIl08cD5cIk5vIHBvZHLDrWEgaGFiZXJsbyBoZWNobyBzaW4gdXN0ZWRlcy4uLiBOdW5jYSBwb2Ryw6kgYWdyYWRlY2VyIGxvIHN1ZmljaWVudGUgYSBKb2UgUmlvcywgRVAsIHkgU3RldmUgcG9yIGxhIGRlZGljYWNpw7NuIHF1ZSBtdWVzdHJhbiB5IGVsIGFwb3lvIHF1ZSBvZnJlY2VuIVwiPC9wPlsvdGVzdGltb25pYWxdWy90ZXN0aW1vbmlhbHNdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjM7YTo0OntzOjk6InJvd19jbGFzcyI7czoyOToicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMTM6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5FWElTVEUgVU4gUklFU0dPIFNVU1RBTkNJQUwgREUgUMOJUkRJREEgRU4gTEEgTkVHT0NJQUNJw5NOIERFIEZVVFVST1MgREUgQ09NTU9ESVRJRVMsIENGRHMsIFkgUFJPRFVDVE9TIERFIERJVklTQVM8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','publish','2014-06-14 19:42:06'),(193,1853,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl05MCBEYXkgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UcmFkaW5nIFByb2dyYW08L3NwYW4+IEdldCBTdGFydGVkIE5vdy5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU1OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTUwXCIgaGVpZ2h0PVwiMzA5XCIgYWxpZ249XCJsZWZ0XCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RRd01qVXdNemd1YUdRdWJYQTBQM005TkRRek5ERXpZelkxTW1NNU1qRm1OR1kxTWpNd1lqUTNNemcxWkRRMk5qTT1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdTGVhcm4gSG93IHRvIEJlY29tZSBhIFF1YW50IFRyYWRlclsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ5MToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiNlZWViZGRcIiBib3R0b21fcGFkZGluZz1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMzY0XCIgbGluZV9oZWlnaHQ9XCIyMlwiXUR1cmluZyB0aGlzIDkwIGRheSB0cmFpbmluZyBwcm9ncmFtIHlvdSB3aWxsIHJlY2VpdmUgY29tcHJlaGVuc2l2ZSB0cmFpbmluZyBpbmNsdWRpbmcgdGhlIGNvbmNlcHQsIG1ldGhvZHMgYW5kIHRvb2xzIGluIGFuIGVhc3kgdG8gdW5kZXJzdGFuZCBzdGVwLWJ5LXN0ZXAgZm9ybWF0LiBUaGUgZXhhY3QgbG9naWMgaXMgcmV2ZWFsZWQgd2l0aCBhbGwgdGhlIG5lY2Vzc2FyeSBydWxlcyBuZWVkZWQgZm9yIHVuZGVyc3RhbmRpbmcgYW5kIGltcGxlbWVudGluZyB0aGUgUmlvc1F1YW50IGFwcHJvYWNoIHRvIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU4ODoiW29wdGluX2JveCBzdHlsZT1cIjE0XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0MjU4MjJcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjFcIiB0ZXh0PVwiQ2xpY2sgaGVyZSBhbmQgY2hlY2sgeW91ciBpbmJveFwiIHRleHRfc2l6ZT1cIjE4XCIgdGV4dF9jb2xvcj1cIiM1MDQyMTBcIiB0ZXh0X2ZvbnQ9XCJIZWx2ZXRpY2E7ZGVmYXVsdFwiIHRleHRfYm9sZD1cIllcIiB0ZXh0X2xldHRlcl9zcGFjaW5nPVwiMFwiIHRleHRfc2hhZG93X3BhbmVsPVwiWVwiIHRleHRfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIHRleHRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgdGV4dF9zaGFkb3dfY29sb3I9XCIjZmZmZjllXCIgdGV4dF9zaGFkb3dfYmx1cj1cIjBcIiBzdHlsaW5nX3dpZHRoPVwiMTAwXCIgc3R5bGluZ19oZWlnaHQ9XCIxNFwiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPVwiI2Q2OTMwMFwiIHN0eWxpbmdfYm9yZGVyX3NpemU9XCIxXCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPVwiNlwiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9XCIxMDBcIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPVwiI2ZmY2YwYVwiIHN0eWxpbmdfZ3JhZGllbnRfZW5kX2NvbG9yPVwiI2ZmZGEyMlwiIGRyb3Bfc2hhZG93X3BhbmVsPVwiWVwiIGRyb3Bfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIGRyb3Bfc2hhZG93X2hvcml6b250YWw9XCIwXCIgZHJvcF9zaGFkb3dfYmx1cj1cIjFcIiBkcm9wX3NoYWRvd19zcHJlYWQ9XCIwXCIgZHJvcF9zaGFkb3dfY29sb3I9XCIjMDAwMDAwXCIgZHJvcF9zaGFkb3dfb3BhY2l0eT1cIjEwXCIgaW5zZXRfc2hhZG93X3BhbmVsPVwiWVwiIGluc2V0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBpbnNldF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiBpbnNldF9zaGFkb3dfYmx1cj1cIjBcIiBpbnNldF9zaGFkb3dfc3ByZWFkPVwiMFwiIGluc2V0X3NoYWRvd19jb2xvcj1cIiNmZmU1OTBcIiBpbnNldF9zaGFkb3dfb3BhY2l0eT1cIjEwMFwiIGxvY2F0aW9uPVwib3B0aW5fYm94X3N0eWxlXzE0XCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozODoiZWxlbWVudC1jb250YWluZXIgY2YgcGFkLWxlZnQgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkzOiJiYWNrZ3JvdW5kOiNmY2ZjZmM7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZmNmY2ZjKSwgY29sb3Itc3RvcCgxMDAlLCAjZjVmNWY1KSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZmNmY2ZjLCBlbmRDb2xvcnN0cj0jZjVmNWY1LCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZMlpqWm1NaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqSXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakUxSW4wPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fQ==','revision','2014-06-21 13:22:41'),(194,1853,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjQyOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl1MaXZlIFRyYWRpbmcgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UaGUgVHJhZGluZyBSb29twq48L3NwYW4+IEdldCBTdGFydGVkIE5vdyFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU1OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTUwXCIgaGVpZ2h0PVwiMzA5XCIgYWxpZ249XCJsZWZ0XCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RnNE1ETXpNVGd1YUdRdWJYQTBQM005TnpBMU5HUXhZemszTkdZelpEVXpOR1U0TUdZNU5tVXpaR1l4WkdZMU5Uaz1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdTGVhcm4gSG93IHRvIEJlY29tZSBhIFF1YW50IFRyYWRlclsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ5MToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiNlZWViZGRcIiBib3R0b21fcGFkZGluZz1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMzY0XCIgbGluZV9oZWlnaHQ9XCIyMlwiXUR1cmluZyB0aGlzIDkwIGRheSB0cmFpbmluZyBwcm9ncmFtIHlvdSB3aWxsIHJlY2VpdmUgY29tcHJlaGVuc2l2ZSB0cmFpbmluZyBpbmNsdWRpbmcgdGhlIGNvbmNlcHQsIG1ldGhvZHMgYW5kIHRvb2xzIGluIGFuIGVhc3kgdG8gdW5kZXJzdGFuZCBzdGVwLWJ5LXN0ZXAgZm9ybWF0LiBUaGUgZXhhY3QgbG9naWMgaXMgcmV2ZWFsZWQgd2l0aCBhbGwgdGhlIG5lY2Vzc2FyeSBydWxlcyBuZWVkZWQgZm9yIHVuZGVyc3RhbmRpbmcgYW5kIGltcGxlbWVudGluZyB0aGUgUmlvc1F1YW50IGFwcHJvYWNoIHRvIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU4ODoiW29wdGluX2JveCBzdHlsZT1cIjE0XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0MjU4MjJcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjFcIiB0ZXh0PVwiQ2xpY2sgaGVyZSBhbmQgY2hlY2sgeW91ciBpbmJveFwiIHRleHRfc2l6ZT1cIjE4XCIgdGV4dF9jb2xvcj1cIiM1MDQyMTBcIiB0ZXh0X2ZvbnQ9XCJIZWx2ZXRpY2E7ZGVmYXVsdFwiIHRleHRfYm9sZD1cIllcIiB0ZXh0X2xldHRlcl9zcGFjaW5nPVwiMFwiIHRleHRfc2hhZG93X3BhbmVsPVwiWVwiIHRleHRfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIHRleHRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgdGV4dF9zaGFkb3dfY29sb3I9XCIjZmZmZjllXCIgdGV4dF9zaGFkb3dfYmx1cj1cIjBcIiBzdHlsaW5nX3dpZHRoPVwiMTAwXCIgc3R5bGluZ19oZWlnaHQ9XCIxNFwiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPVwiI2Q2OTMwMFwiIHN0eWxpbmdfYm9yZGVyX3NpemU9XCIxXCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPVwiNlwiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9XCIxMDBcIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPVwiI2ZmY2YwYVwiIHN0eWxpbmdfZ3JhZGllbnRfZW5kX2NvbG9yPVwiI2ZmZGEyMlwiIGRyb3Bfc2hhZG93X3BhbmVsPVwiWVwiIGRyb3Bfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIGRyb3Bfc2hhZG93X2hvcml6b250YWw9XCIwXCIgZHJvcF9zaGFkb3dfYmx1cj1cIjFcIiBkcm9wX3NoYWRvd19zcHJlYWQ9XCIwXCIgZHJvcF9zaGFkb3dfY29sb3I9XCIjMDAwMDAwXCIgZHJvcF9zaGFkb3dfb3BhY2l0eT1cIjEwXCIgaW5zZXRfc2hhZG93X3BhbmVsPVwiWVwiIGluc2V0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBpbnNldF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiBpbnNldF9zaGFkb3dfYmx1cj1cIjBcIiBpbnNldF9zaGFkb3dfc3ByZWFkPVwiMFwiIGluc2V0X3NoYWRvd19jb2xvcj1cIiNmZmU1OTBcIiBpbnNldF9zaGFkb3dfb3BhY2l0eT1cIjEwMFwiIGxvY2F0aW9uPVwib3B0aW5fYm94X3N0eWxlXzE0XCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozODoiZWxlbWVudC1jb250YWluZXIgY2YgcGFkLWxlZnQgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkzOiJiYWNrZ3JvdW5kOiNmY2ZjZmM7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZmNmY2ZjKSwgY29sb3Itc3RvcCgxMDAlLCAjZjVmNWY1KSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZmNmY2ZjLCBlbmRDb2xvcnN0cj0jZjVmNWY1LCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZMlpqWm1NaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqSXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakUxSW4wPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fQ==','revision','2014-06-21 13:27:56'),(195,1853,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjQyOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl1MaXZlIFRyYWRpbmcgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UaGUgVHJhZGluZyBSb29twq48L3NwYW4+IEdldCBTdGFydGVkIE5vdyFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU1OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTUwXCIgaGVpZ2h0PVwiMzA5XCIgYWxpZ249XCJsZWZ0XCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RnNE1ETXpNVGd1YUdRdWJYQTBQM005TnpBMU5HUXhZemszTkdZelpEVXpOR1U0TUdZNU5tVXpaR1l4WkdZMU5Uaz1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdTGVhcm4gSG93IHRvIEJlY29tZSBhIFF1YW50IFRyYWRlclsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjczNjoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiNlZWViZGRcIiBib3R0b21fcGFkZGluZz1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMzY0XCIgbGluZV9oZWlnaHQ9XCIyMlwiXVdhdGNoIGhvdyBSaW9zUXVhbnQgcGVyZm9ybWFuY2UgY29hY2ggRVAgUHJlc3RvbiB0b29rIG92ZXIgJDEsMzAwIGluIHByb2ZpdHMgZHVyaW5nIEZyaWRheVwncyB0cmFkaW5nIHJvb20gaW4gbGl2ZSBtYXJrZXRzLiBJZiB5b3UgbGlrZSB3aGF0IHlvdSBzZWUsIHRoZW4gc2lnbiB1cCBmb3IgYSBmcmVlIHRyaWFsIG9mIHRoZSBSaW9zUXVhbnQgVHJhZGluZyBUZWNobm9sb2d5IGFuZCBnYWluIGFjY2VzcyB0byBhIHJlYWwgbGl2ZSB0cmFkaW5nIHJvb20uIEluIG91ciB0cmFkaW5nIHJvb20geW91IHdpbGwgcmVjZWl2ZSBjb21wcmVoZW5zaXZlIHRyYWluaW5nIGluY2x1ZGluZyB0aGUgY29uY2VwdCwgbWV0aG9kcyBhbmQgdG9vbHMgaW4gYW4gZWFzeSB0byB1bmRlcnN0YW5kIHN0ZXAtYnktc3RlcCBmb3JtYXQuIFRoZSBleGFjdCBsb2dpYyBpcyByZXZlYWxlZCB3aXRoIGFsbCB0aGUgbmVjZXNzYXJ5IHJ1bGVzIG5lZWRlZCBmb3IgdW5kZXJzdGFuZGluZyBhbmQgaW1wbGVtZW50aW5nIHRoZSBSaW9zUXVhbnQgYXBwcm9hY2ggdG8gdHJhZGluZyB0aGUgZ2xvYmFsIG1hcmtldHMuWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyOToiZWxlbWVudC1jb250YWluZXIgY2YgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNTg4OiJbb3B0aW5fYm94IHN0eWxlPVwiMTRcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9maWVsZD1cImVtYWlsXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJhd2ViZXJcIiBsaXN0PVwiMzQyNTgyMlwiIG5hbWVfZmllbGQ9XCJuYW1lXCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIiBuYW1lX3JlcXVpcmVkPVwiTlwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMVwiIHRleHQ9XCJDbGljayBoZXJlIGFuZCBjaGVjayB5b3VyIGluYm94XCIgdGV4dF9zaXplPVwiMThcIiB0ZXh0X2NvbG9yPVwiIzUwNDIxMFwiIHRleHRfZm9udD1cIkhlbHZldGljYTtkZWZhdWx0XCIgdGV4dF9ib2xkPVwiWVwiIHRleHRfbGV0dGVyX3NwYWNpbmc9XCIwXCIgdGV4dF9zaGFkb3dfcGFuZWw9XCJZXCIgdGV4dF9zaGFkb3dfdmVydGljYWw9XCIxXCIgdGV4dF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiB0ZXh0X3NoYWRvd19jb2xvcj1cIiNmZmZmOWVcIiB0ZXh0X3NoYWRvd19ibHVyPVwiMFwiIHN0eWxpbmdfd2lkdGg9XCIxMDBcIiBzdHlsaW5nX2hlaWdodD1cIjE0XCIgc3R5bGluZ19ib3JkZXJfY29sb3I9XCIjZDY5MzAwXCIgc3R5bGluZ19ib3JkZXJfc2l6ZT1cIjFcIiBzdHlsaW5nX2JvcmRlcl9yYWRpdXM9XCI2XCIgc3R5bGluZ19ib3JkZXJfb3BhY2l0eT1cIjEwMFwiIHN0eWxpbmdfZ3JhZGllbnRfc3RhcnRfY29sb3I9XCIjZmZjZjBhXCIgc3R5bGluZ19ncmFkaWVudF9lbmRfY29sb3I9XCIjZmZkYTIyXCIgZHJvcF9zaGFkb3dfcGFuZWw9XCJZXCIgZHJvcF9zaGFkb3dfdmVydGljYWw9XCIxXCIgZHJvcF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiBkcm9wX3NoYWRvd19ibHVyPVwiMVwiIGRyb3Bfc2hhZG93X3NwcmVhZD1cIjBcIiBkcm9wX3NoYWRvd19jb2xvcj1cIiMwMDAwMDBcIiBkcm9wX3NoYWRvd19vcGFjaXR5PVwiMTBcIiBpbnNldF9zaGFkb3dfcGFuZWw9XCJZXCIgaW5zZXRfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIGluc2V0X3NoYWRvd19ob3Jpem9udGFsPVwiMFwiIGluc2V0X3NoYWRvd19ibHVyPVwiMFwiIGluc2V0X3NoYWRvd19zcHJlYWQ9XCIwXCIgaW5zZXRfc2hhZG93X2NvbG9yPVwiI2ZmZTU5MFwiIGluc2V0X3NoYWRvd19vcGFjaXR5PVwiMTAwXCIgbG9jYXRpb249XCJvcHRpbl9ib3hfc3R5bGVfMTRcIiBidXR0b25fYmVsb3c9XCJZXCJdQ2xpY2sgaGVyZSBhbmQgY2hlY2sgeW91ciBpbmJveFsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjM4OiJlbGVtZW50LWNvbnRhaW5lciBjZiBwYWQtbGVmdCBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czo1OTM6ImJhY2tncm91bmQ6I2ZjZmNmYztiYWNrZ3JvdW5kOi13ZWJraXQtZ3JhZGllbnQobGluZWFyLCBsZWZ0IHRvcCwgbGVmdCBib3R0b20sIGNvbG9yLXN0b3AoMCUsICNmY2ZjZmMpLCBjb2xvci1zdG9wKDEwMCUsICNmNWY1ZjUpKTtiYWNrZ3JvdW5kOi13ZWJraXQtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1tb3otbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1tcy1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW8tbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOmxpbmVhci1ncmFkaWVudCh0byBib3R0b20sICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7ZmlsdGVyOnByb2dpZDpEWEltYWdlVHJhbnNmb3JtLk1pY3Jvc29mdC5ncmFkaWVudChzdGFydENvbG9yc3RyPSNmY2ZjZmMsIGVuZENvbG9yc3RyPSNmNWY1ZjUsIEdyYWRpZW50VHlwZT0wKTtwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjE1cHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxNDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObVkyWmpabU1pTENKaVlXTnJaM0p2ZFc1a1EyOXNiM0pGYm1RaU9pSWpaalZtTldZMUlpd2ljR0ZrWkdsdVoxUnZjQ0k2SWpJd0lpd2ljR0ZrWkdsdVowSnZkSFJ2YlNJNklqRTFJbjA9IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX1pOjM7YTo0OntzOjk6InJvd19jbGFzcyI7czoyOToicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX1pOjQ7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM3OiJwYWRkaW5nLXRvcDoxMHB4O3BhZGRpbmctYm90dG9tOjEwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo1NjoiZXlKd1lXUmthVzVuVkc5d0lqb2lNVEFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTVRBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19','revision','2014-06-21 13:32:07'),(196,1853,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjQyOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl1MaXZlIFRyYWRpbmcgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UaGUgVHJhZGluZyBSb29twq48L3NwYW4+IEdldCBTdGFydGVkIE5vdyFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU1OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTUwXCIgaGVpZ2h0PVwiMzA5XCIgYWxpZ249XCJsZWZ0XCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RnNE1ETXpNVGd1YUdRdWJYQTBQM005TnpBMU5HUXhZemszTkdZelpEVXpOR1U0TUdZNU5tVXpaR1l4WkdZMU5Uaz1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdTGVhcm4gSG93IHRvIEJlY29tZSBhIFF1YW50IFRyYWRlclsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjcxNjoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiNlZWViZGRcIiBib3R0b21fcGFkZGluZz1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMzY0XCIgbGluZV9oZWlnaHQ9XCIyMlwiXVdhdGNoIGhvdyBSaW9zUXVhbnQgcGVyZm9ybWFuY2UgY29hY2ggRVAgUHJlc3RvbiB0b29rIG92ZXIgJDEsMzAwIGluIHByb2ZpdHMgZHVyaW5nIEZyaWRheVwncyB0cmFkaW5nIHJvb20gaW4gbGl2ZSBtYXJrZXRzLiBJZiB5b3UgbGlrZSB3aGF0IHlvdSBzZWUsIHRoZW4gc2lnbiB1cCBmb3IgYSBmcmVlIHRyaWFsIG9mIHRoZSBSaW9zUXVhbnQgVHJhZGluZyBUZWNobm9sb2d5IGFuZCBnYWluIGFjY2VzcyB0byBhIHJlYWwgbGl2ZSB0cmFkaW5nIHJvb20uIFlvdSB3aWxsIHJlY2VpdmUgY29tcHJlaGVuc2l2ZSB0cmFpbmluZyBpbmNsdWRpbmcgdGhlIGNvbmNlcHQsIG1ldGhvZHMgYW5kIHRvb2xzIGluIGFuIGVhc3kgdG8gdW5kZXJzdGFuZCBzdGVwLWJ5LXN0ZXAgZm9ybWF0LiBUaGUgZXhhY3QgbG9naWMgaXMgcmV2ZWFsZWQgd2l0aCBhbGwgdGhlIG5lY2Vzc2FyeSBydWxlcyBuZWVkZWQgZm9yIHVuZGVyc3RhbmRpbmcgYW5kIGltcGxlbWVudGluZyB0aGUgUmlvc1F1YW50IGFwcHJvYWNoIHRvIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU4ODoiW29wdGluX2JveCBzdHlsZT1cIjE0XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0MzkzNjBcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjFcIiB0ZXh0PVwiQ2xpY2sgaGVyZSBhbmQgY2hlY2sgeW91ciBpbmJveFwiIHRleHRfc2l6ZT1cIjE4XCIgdGV4dF9jb2xvcj1cIiM1MDQyMTBcIiB0ZXh0X2ZvbnQ9XCJIZWx2ZXRpY2E7ZGVmYXVsdFwiIHRleHRfYm9sZD1cIllcIiB0ZXh0X2xldHRlcl9zcGFjaW5nPVwiMFwiIHRleHRfc2hhZG93X3BhbmVsPVwiWVwiIHRleHRfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIHRleHRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgdGV4dF9zaGFkb3dfY29sb3I9XCIjZmZmZjllXCIgdGV4dF9zaGFkb3dfYmx1cj1cIjBcIiBzdHlsaW5nX3dpZHRoPVwiMTAwXCIgc3R5bGluZ19oZWlnaHQ9XCIxNFwiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPVwiI2Q2OTMwMFwiIHN0eWxpbmdfYm9yZGVyX3NpemU9XCIxXCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPVwiNlwiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9XCIxMDBcIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPVwiI2ZmY2YwYVwiIHN0eWxpbmdfZ3JhZGllbnRfZW5kX2NvbG9yPVwiI2ZmZGEyMlwiIGRyb3Bfc2hhZG93X3BhbmVsPVwiWVwiIGRyb3Bfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIGRyb3Bfc2hhZG93X2hvcml6b250YWw9XCIwXCIgZHJvcF9zaGFkb3dfYmx1cj1cIjFcIiBkcm9wX3NoYWRvd19zcHJlYWQ9XCIwXCIgZHJvcF9zaGFkb3dfY29sb3I9XCIjMDAwMDAwXCIgZHJvcF9zaGFkb3dfb3BhY2l0eT1cIjEwXCIgaW5zZXRfc2hhZG93X3BhbmVsPVwiWVwiIGluc2V0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBpbnNldF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiBpbnNldF9zaGFkb3dfYmx1cj1cIjBcIiBpbnNldF9zaGFkb3dfc3ByZWFkPVwiMFwiIGluc2V0X3NoYWRvd19jb2xvcj1cIiNmZmU1OTBcIiBpbnNldF9zaGFkb3dfb3BhY2l0eT1cIjEwMFwiIGxvY2F0aW9uPVwib3B0aW5fYm94X3N0eWxlXzE0XCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozODoiZWxlbWVudC1jb250YWluZXIgY2YgcGFkLWxlZnQgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkzOiJiYWNrZ3JvdW5kOiNmY2ZjZmM7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZmNmY2ZjKSwgY29sb3Itc3RvcCgxMDAlLCAjZjVmNWY1KSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZmNmY2ZjLCBlbmRDb2xvcnN0cj0jZjVmNWY1LCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZMlpqWm1NaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqSXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakUxSW4wPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fQ==','publish','2014-06-21 13:36:12'),(197,1855,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjQyOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl1MaXZlIFRyYWRpbmcgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UaGUgVHJhZGluZyBSb29twq48L3NwYW4+IEdldCBTdGFydGVkIE5vdyFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU1OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTUwXCIgaGVpZ2h0PVwiMzA5XCIgYWxpZ249XCJsZWZ0XCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RnNE1ETXpNVGd1YUdRdWJYQTBQM005TnpBMU5HUXhZemszTkdZelpEVXpOR1U0TUdZNU5tVXpaR1l4WkdZMU5Uaz1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdTGVhcm4gSG93IHRvIEJlY29tZSBhIFF1YW50IFRyYWRlclsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjcxNjoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiNlZWViZGRcIiBib3R0b21fcGFkZGluZz1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMzY0XCIgbGluZV9oZWlnaHQ9XCIyMlwiXVdhdGNoIGhvdyBSaW9zUXVhbnQgcGVyZm9ybWFuY2UgY29hY2ggRVAgUHJlc3RvbiB0b29rIG92ZXIgJDEsMzAwIGluIHByb2ZpdHMgZHVyaW5nIEZyaWRheVwncyB0cmFkaW5nIHJvb20gaW4gbGl2ZSBtYXJrZXRzLiBJZiB5b3UgbGlrZSB3aGF0IHlvdSBzZWUsIHRoZW4gc2lnbiB1cCBmb3IgYSBmcmVlIHRyaWFsIG9mIHRoZSBSaW9zUXVhbnQgVHJhZGluZyBUZWNobm9sb2d5IGFuZCBnYWluIGFjY2VzcyB0byBhIHJlYWwgbGl2ZSB0cmFkaW5nIHJvb20uIFlvdSB3aWxsIHJlY2VpdmUgY29tcHJlaGVuc2l2ZSB0cmFpbmluZyBpbmNsdWRpbmcgdGhlIGNvbmNlcHQsIG1ldGhvZHMgYW5kIHRvb2xzIGluIGFuIGVhc3kgdG8gdW5kZXJzdGFuZCBzdGVwLWJ5LXN0ZXAgZm9ybWF0LiBUaGUgZXhhY3QgbG9naWMgaXMgcmV2ZWFsZWQgd2l0aCBhbGwgdGhlIG5lY2Vzc2FyeSBydWxlcyBuZWVkZWQgZm9yIHVuZGVyc3RhbmRpbmcgYW5kIGltcGxlbWVudGluZyB0aGUgUmlvc1F1YW50IGFwcHJvYWNoIHRvIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU4ODoiW29wdGluX2JveCBzdHlsZT1cIjE0XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0MzkzNjBcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjFcIiB0ZXh0PVwiQ2xpY2sgaGVyZSBhbmQgY2hlY2sgeW91ciBpbmJveFwiIHRleHRfc2l6ZT1cIjE4XCIgdGV4dF9jb2xvcj1cIiM1MDQyMTBcIiB0ZXh0X2ZvbnQ9XCJIZWx2ZXRpY2E7ZGVmYXVsdFwiIHRleHRfYm9sZD1cIllcIiB0ZXh0X2xldHRlcl9zcGFjaW5nPVwiMFwiIHRleHRfc2hhZG93X3BhbmVsPVwiWVwiIHRleHRfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIHRleHRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgdGV4dF9zaGFkb3dfY29sb3I9XCIjZmZmZjllXCIgdGV4dF9zaGFkb3dfYmx1cj1cIjBcIiBzdHlsaW5nX3dpZHRoPVwiMTAwXCIgc3R5bGluZ19oZWlnaHQ9XCIxNFwiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPVwiI2Q2OTMwMFwiIHN0eWxpbmdfYm9yZGVyX3NpemU9XCIxXCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPVwiNlwiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9XCIxMDBcIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPVwiI2ZmY2YwYVwiIHN0eWxpbmdfZ3JhZGllbnRfZW5kX2NvbG9yPVwiI2ZmZGEyMlwiIGRyb3Bfc2hhZG93X3BhbmVsPVwiWVwiIGRyb3Bfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIGRyb3Bfc2hhZG93X2hvcml6b250YWw9XCIwXCIgZHJvcF9zaGFkb3dfYmx1cj1cIjFcIiBkcm9wX3NoYWRvd19zcHJlYWQ9XCIwXCIgZHJvcF9zaGFkb3dfY29sb3I9XCIjMDAwMDAwXCIgZHJvcF9zaGFkb3dfb3BhY2l0eT1cIjEwXCIgaW5zZXRfc2hhZG93X3BhbmVsPVwiWVwiIGluc2V0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBpbnNldF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiBpbnNldF9zaGFkb3dfYmx1cj1cIjBcIiBpbnNldF9zaGFkb3dfc3ByZWFkPVwiMFwiIGluc2V0X3NoYWRvd19jb2xvcj1cIiNmZmU1OTBcIiBpbnNldF9zaGFkb3dfb3BhY2l0eT1cIjEwMFwiIGxvY2F0aW9uPVwib3B0aW5fYm94X3N0eWxlXzE0XCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozODoiZWxlbWVudC1jb250YWluZXIgY2YgcGFkLWxlZnQgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkzOiJiYWNrZ3JvdW5kOiNmY2ZjZmM7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZmNmY2ZjKSwgY29sb3Itc3RvcCgxMDAlLCAjZjVmNWY1KSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZmNmY2ZjLCBlbmRDb2xvcnN0cj0jZjVmNWY1LCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZMlpqWm1NaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqSXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakUxSW4wPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fQ==','revision','2014-06-21 18:39:58'),(198,1855,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjQyOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl1MaXZlIFRyYWRpbmcgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UaGUgVHJhZGluZyBSb29twq48L3NwYW4+IEdldCBTdGFydGVkIE5vdyFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU1OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTUwXCIgaGVpZ2h0PVwiMzA5XCIgYWxpZ249XCJsZWZ0XCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RnNE1ETXpNVGd1YUdRdWJYQTBQM005TnpBMU5HUXhZemszTkdZelpEVXpOR1U0TUdZNU5tVXpaR1l4WkdZMU5Uaz1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdTGVhcm4gSG93IHRvIEJlY29tZSBhIFF1YW50IFRyYWRlclsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjcxNjoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiNlZWViZGRcIiBib3R0b21fcGFkZGluZz1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMzY0XCIgbGluZV9oZWlnaHQ9XCIyMlwiXVdhdGNoIGhvdyBSaW9zUXVhbnQgcGVyZm9ybWFuY2UgY29hY2ggRVAgUHJlc3RvbiB0b29rIG92ZXIgJDEsMzAwIGluIHByb2ZpdHMgZHVyaW5nIEZyaWRheVwncyB0cmFkaW5nIHJvb20gaW4gbGl2ZSBtYXJrZXRzLiBJZiB5b3UgbGlrZSB3aGF0IHlvdSBzZWUsIHRoZW4gc2lnbiB1cCBmb3IgYSBmcmVlIHRyaWFsIG9mIHRoZSBSaW9zUXVhbnQgVHJhZGluZyBUZWNobm9sb2d5IGFuZCBnYWluIGFjY2VzcyB0byBhIHJlYWwgbGl2ZSB0cmFkaW5nIHJvb20uIFlvdSB3aWxsIHJlY2VpdmUgY29tcHJlaGVuc2l2ZSB0cmFpbmluZyBpbmNsdWRpbmcgdGhlIGNvbmNlcHQsIG1ldGhvZHMgYW5kIHRvb2xzIGluIGFuIGVhc3kgdG8gdW5kZXJzdGFuZCBzdGVwLWJ5LXN0ZXAgZm9ybWF0LiBUaGUgZXhhY3QgbG9naWMgaXMgcmV2ZWFsZWQgd2l0aCBhbGwgdGhlIG5lY2Vzc2FyeSBydWxlcyBuZWVkZWQgZm9yIHVuZGVyc3RhbmRpbmcgYW5kIGltcGxlbWVudGluZyB0aGUgUmlvc1F1YW50IGFwcHJvYWNoIHRvIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU4ODoiW29wdGluX2JveCBzdHlsZT1cIjE0XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0OTMyODFcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjFcIiB0ZXh0PVwiQ2xpY2sgaGVyZSBhbmQgY2hlY2sgeW91ciBpbmJveFwiIHRleHRfc2l6ZT1cIjE4XCIgdGV4dF9jb2xvcj1cIiM1MDQyMTBcIiB0ZXh0X2ZvbnQ9XCJIZWx2ZXRpY2E7ZGVmYXVsdFwiIHRleHRfYm9sZD1cIllcIiB0ZXh0X2xldHRlcl9zcGFjaW5nPVwiMFwiIHRleHRfc2hhZG93X3BhbmVsPVwiWVwiIHRleHRfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIHRleHRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgdGV4dF9zaGFkb3dfY29sb3I9XCIjZmZmZjllXCIgdGV4dF9zaGFkb3dfYmx1cj1cIjBcIiBzdHlsaW5nX3dpZHRoPVwiMTAwXCIgc3R5bGluZ19oZWlnaHQ9XCIxNFwiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPVwiI2Q2OTMwMFwiIHN0eWxpbmdfYm9yZGVyX3NpemU9XCIxXCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPVwiNlwiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9XCIxMDBcIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPVwiI2ZmY2YwYVwiIHN0eWxpbmdfZ3JhZGllbnRfZW5kX2NvbG9yPVwiI2ZmZGEyMlwiIGRyb3Bfc2hhZG93X3BhbmVsPVwiWVwiIGRyb3Bfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIGRyb3Bfc2hhZG93X2hvcml6b250YWw9XCIwXCIgZHJvcF9zaGFkb3dfYmx1cj1cIjFcIiBkcm9wX3NoYWRvd19zcHJlYWQ9XCIwXCIgZHJvcF9zaGFkb3dfY29sb3I9XCIjMDAwMDAwXCIgZHJvcF9zaGFkb3dfb3BhY2l0eT1cIjEwXCIgaW5zZXRfc2hhZG93X3BhbmVsPVwiWVwiIGluc2V0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBpbnNldF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiBpbnNldF9zaGFkb3dfYmx1cj1cIjBcIiBpbnNldF9zaGFkb3dfc3ByZWFkPVwiMFwiIGluc2V0X3NoYWRvd19jb2xvcj1cIiNmZmU1OTBcIiBpbnNldF9zaGFkb3dfb3BhY2l0eT1cIjEwMFwiIGxvY2F0aW9uPVwib3B0aW5fYm94X3N0eWxlXzE0XCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozODoiZWxlbWVudC1jb250YWluZXIgY2YgcGFkLWxlZnQgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkzOiJiYWNrZ3JvdW5kOiNmY2ZjZmM7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZmNmY2ZjKSwgY29sb3Itc3RvcCgxMDAlLCAjZjVmNWY1KSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZmNmY2ZjLCBlbmRDb2xvcnN0cj0jZjVmNWY1LCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZMlpqWm1NaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqSXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakUxSW4wPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fQ==','revision','2014-06-21 19:12:13'),(199,1855,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjQyOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl1MaXZlIFRyYWRpbmcgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UaGUgVHJhZGluZyBSb29twq48L3NwYW4+IEdldCBTdGFydGVkIE5vdyFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU1OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTUwXCIgaGVpZ2h0PVwiMzA5XCIgYWxpZ249XCJsZWZ0XCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RnNE1ETXpNVGd1YUdRdWJYQTBQM005TnpBMU5HUXhZemszTkdZelpEVXpOR1U0TUdZNU5tVXpaR1l4WkdZMU5Uaz1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjg0OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIHdpZHRoPVwiODBcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3NzoiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA2L2VwLWxpdmUtZnJpZGF5LWJsYWNrLmpwZ1wiIHdpZHRoPVwiNTQyXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6Mjk6InR3by1maWZ0aHMgY29sdW1uIGNvbHMgbmFycm93IjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNDQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyM1wiIGZvbnRfc3R5bGU9XCJub3JtYWxcIiBmb250X2NvbG9yPVwiI2VjZWJlNFwiIGFsaWduPVwibGVmdFwiXUxlYXJuIEhvdyB0byBCZWNvbWUgYSBRdWFudCBUcmFkZXJbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyOToiZWxlbWVudC1jb250YWluZXIgY2YgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3MTY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjZWVlYmRkXCIgYm90dG9tX3BhZGRpbmc9XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjM2NFwiIGxpbmVfaGVpZ2h0PVwiMjJcIl1XYXRjaCBob3cgUmlvc1F1YW50IHBlcmZvcm1hbmNlIGNvYWNoIEVQIFByZXN0b24gdG9vayBvdmVyICQxLDMwMCBpbiBwcm9maXRzIGR1cmluZyBGcmlkYXlcJ3MgdHJhZGluZyByb29tIGluIGxpdmUgbWFya2V0cy4gSWYgeW91IGxpa2Ugd2hhdCB5b3Ugc2VlLCB0aGVuIHNpZ24gdXAgZm9yIGEgZnJlZSB0cmlhbCBvZiB0aGUgUmlvc1F1YW50IFRyYWRpbmcgVGVjaG5vbG9neSBhbmQgZ2FpbiBhY2Nlc3MgdG8gYSByZWFsIGxpdmUgdHJhZGluZyByb29tLiBZb3Ugd2lsbCByZWNlaXZlIGNvbXByZWhlbnNpdmUgdHJhaW5pbmcgaW5jbHVkaW5nIHRoZSBjb25jZXB0LCBtZXRob2RzIGFuZCB0b29scyBpbiBhbiBlYXN5IHRvIHVuZGVyc3RhbmQgc3RlcC1ieS1zdGVwIGZvcm1hdC4gVGhlIGV4YWN0IGxvZ2ljIGlzIHJldmVhbGVkIHdpdGggYWxsIHRoZSBuZWNlc3NhcnkgcnVsZXMgbmVlZGVkIGZvciB1bmRlcnN0YW5kaW5nIGFuZCBpbXBsZW1lbnRpbmcgdGhlIFJpb3NRdWFudCBhcHByb2FjaCB0byB0cmFkaW5nIHRoZSBnbG9iYWwgbWFya2V0cy5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE1ODg6IltvcHRpbl9ib3ggc3R5bGU9XCIxNFwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNDkzMjgxXCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIxXCIgdGV4dD1cIkNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hcIiB0ZXh0X3NpemU9XCIxOFwiIHRleHRfY29sb3I9XCIjNTA0MjEwXCIgdGV4dF9mb250PVwiSGVsdmV0aWNhO2RlZmF1bHRcIiB0ZXh0X2JvbGQ9XCJZXCIgdGV4dF9sZXR0ZXJfc3BhY2luZz1cIjBcIiB0ZXh0X3NoYWRvd19wYW5lbD1cIllcIiB0ZXh0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiB0ZXh0X3NoYWRvd19ob3Jpem9udGFsPVwiMFwiIHRleHRfc2hhZG93X2NvbG9yPVwiI2ZmZmY5ZVwiIHRleHRfc2hhZG93X2JsdXI9XCIwXCIgc3R5bGluZ193aWR0aD1cIjEwMFwiIHN0eWxpbmdfaGVpZ2h0PVwiMTRcIiBzdHlsaW5nX2JvcmRlcl9jb2xvcj1cIiNkNjkzMDBcIiBzdHlsaW5nX2JvcmRlcl9zaXplPVwiMVwiIHN0eWxpbmdfYm9yZGVyX3JhZGl1cz1cIjZcIiBzdHlsaW5nX2JvcmRlcl9vcGFjaXR5PVwiMTAwXCIgc3R5bGluZ19ncmFkaWVudF9zdGFydF9jb2xvcj1cIiNmZmNmMGFcIiBzdHlsaW5nX2dyYWRpZW50X2VuZF9jb2xvcj1cIiNmZmRhMjJcIiBkcm9wX3NoYWRvd19wYW5lbD1cIllcIiBkcm9wX3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBkcm9wX3NoYWRvd19ob3Jpem9udGFsPVwiMFwiIGRyb3Bfc2hhZG93X2JsdXI9XCIxXCIgZHJvcF9zaGFkb3dfc3ByZWFkPVwiMFwiIGRyb3Bfc2hhZG93X2NvbG9yPVwiIzAwMDAwMFwiIGRyb3Bfc2hhZG93X29wYWNpdHk9XCIxMFwiIGluc2V0X3NoYWRvd19wYW5lbD1cIllcIiBpbnNldF9zaGFkb3dfdmVydGljYWw9XCIxXCIgaW5zZXRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgaW5zZXRfc2hhZG93X2JsdXI9XCIwXCIgaW5zZXRfc2hhZG93X3NwcmVhZD1cIjBcIiBpbnNldF9zaGFkb3dfY29sb3I9XCIjZmZlNTkwXCIgaW5zZXRfc2hhZG93X29wYWNpdHk9XCIxMDBcIiBsb2NhdGlvbj1cIm9wdGluX2JveF9zdHlsZV8xNFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1DbGljayBoZXJlIGFuZCBjaGVjayB5b3VyIGluYm94Wy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mzg6ImVsZW1lbnQtY29udGFpbmVyIGNmIHBhZC1sZWZ0IGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU5MzoiYmFja2dyb3VuZDojZmNmY2ZjO2JhY2tncm91bmQ6LXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgY29sb3Itc3RvcCgwJSwgI2ZjZmNmYyksIGNvbG9yLXN0b3AoMTAwJSwgI2Y1ZjVmNSkpO2JhY2tncm91bmQ6LXdlYmtpdC1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1vei1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1zLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotby1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6bGluZWFyLWdyYWRpZW50KHRvIGJvdHRvbSwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtmaWx0ZXI6cHJvZ2lkOkRYSW1hZ2VUcmFuc2Zvcm0uTWljcm9zb2Z0LmdyYWRpZW50KHN0YXJ0Q29sb3JzdHI9I2ZjZmNmYywgZW5kQ29sb3JzdHI9I2Y1ZjVmNSwgR3JhZGllbnRUeXBlPTApO3BhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjE0MDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tWTJaalptTWlMQ0ppWVdOclozSnZkVzVrUTI5c2IzSkZibVFpT2lJalpqVm1OV1kxSWl3aWNHRmtaR2x1WjFSdmNDSTZJakl3SWl3aWNHRmtaR2x1WjBKdmRIUnZiU0k2SWpFMUluMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fWk6NDthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjEwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1UQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX0=','revision','2014-06-21 19:24:57'),(200,1855,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjQyOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl1MaXZlIFRyYWRpbmcgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UaGUgVHJhZGluZyBSb29twq48L3NwYW4+IEdldCBTdGFydGVkIE5vdyFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTc3OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDYvZXAtbGl2ZS1mcmlkYXktYmxhY2suanBnXCIgd2lkdGg9XCI1NDJcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI1NToiW3ZpZGVvX3BsYXllciB0eXBlPVwidXJsXCIgdXJsMT1cIlwiIHVybDI9XCJcIiB3aWR0aD1cIjU1MFwiIGhlaWdodD1cIjMwOVwiIGFsaWduPVwibGVmdFwiIG1hcmdpbl90b3A9XCIwXCIgbWFyZ2luX2JvdHRvbT1cIjBcIl1hSFIwY0RvdkwzQnNZWGxsY2k1MmFXMWxieTVqYjIwdlpYaDBaWEp1WVd3dk9UZzRNRE16TVRndWFHUXViWEEwUDNNOU56QTFOR1F4WXprM05HWXpaRFV6TkdVNE1HWTVObVV6WkdZeFpHWTFOVGs9Wy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4NDoiW2ltYWdlcyBzdHlsZT1cIjBcIiB3aWR0aD1cIjgwXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6Mjk6InR3by1maWZ0aHMgY29sdW1uIGNvbHMgbmFycm93IjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNDQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyM1wiIGZvbnRfc3R5bGU9XCJub3JtYWxcIiBmb250X2NvbG9yPVwiI2VjZWJlNFwiIGFsaWduPVwibGVmdFwiXUxlYXJuIEhvdyB0byBCZWNvbWUgYSBRdWFudCBUcmFkZXJbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyOToiZWxlbWVudC1jb250YWluZXIgY2YgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3MTY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjZWVlYmRkXCIgYm90dG9tX3BhZGRpbmc9XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjM2NFwiIGxpbmVfaGVpZ2h0PVwiMjJcIl1XYXRjaCBob3cgUmlvc1F1YW50IHBlcmZvcm1hbmNlIGNvYWNoIEVQIFByZXN0b24gdG9vayBvdmVyICQxLDMwMCBpbiBwcm9maXRzIGR1cmluZyBGcmlkYXlcJ3MgdHJhZGluZyByb29tIGluIGxpdmUgbWFya2V0cy4gSWYgeW91IGxpa2Ugd2hhdCB5b3Ugc2VlLCB0aGVuIHNpZ24gdXAgZm9yIGEgZnJlZSB0cmlhbCBvZiB0aGUgUmlvc1F1YW50IFRyYWRpbmcgVGVjaG5vbG9neSBhbmQgZ2FpbiBhY2Nlc3MgdG8gYSByZWFsIGxpdmUgdHJhZGluZyByb29tLiBZb3Ugd2lsbCByZWNlaXZlIGNvbXByZWhlbnNpdmUgdHJhaW5pbmcgaW5jbHVkaW5nIHRoZSBjb25jZXB0LCBtZXRob2RzIGFuZCB0b29scyBpbiBhbiBlYXN5IHRvIHVuZGVyc3RhbmQgc3RlcC1ieS1zdGVwIGZvcm1hdC4gVGhlIGV4YWN0IGxvZ2ljIGlzIHJldmVhbGVkIHdpdGggYWxsIHRoZSBuZWNlc3NhcnkgcnVsZXMgbmVlZGVkIGZvciB1bmRlcnN0YW5kaW5nIGFuZCBpbXBsZW1lbnRpbmcgdGhlIFJpb3NRdWFudCBhcHByb2FjaCB0byB0cmFkaW5nIHRoZSBnbG9iYWwgbWFya2V0cy5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE1ODg6IltvcHRpbl9ib3ggc3R5bGU9XCIxNFwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNDkzMjgxXCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIxXCIgdGV4dD1cIkNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hcIiB0ZXh0X3NpemU9XCIxOFwiIHRleHRfY29sb3I9XCIjNTA0MjEwXCIgdGV4dF9mb250PVwiSGVsdmV0aWNhO2RlZmF1bHRcIiB0ZXh0X2JvbGQ9XCJZXCIgdGV4dF9sZXR0ZXJfc3BhY2luZz1cIjBcIiB0ZXh0X3NoYWRvd19wYW5lbD1cIllcIiB0ZXh0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiB0ZXh0X3NoYWRvd19ob3Jpem9udGFsPVwiMFwiIHRleHRfc2hhZG93X2NvbG9yPVwiI2ZmZmY5ZVwiIHRleHRfc2hhZG93X2JsdXI9XCIwXCIgc3R5bGluZ193aWR0aD1cIjEwMFwiIHN0eWxpbmdfaGVpZ2h0PVwiMTRcIiBzdHlsaW5nX2JvcmRlcl9jb2xvcj1cIiNkNjkzMDBcIiBzdHlsaW5nX2JvcmRlcl9zaXplPVwiMVwiIHN0eWxpbmdfYm9yZGVyX3JhZGl1cz1cIjZcIiBzdHlsaW5nX2JvcmRlcl9vcGFjaXR5PVwiMTAwXCIgc3R5bGluZ19ncmFkaWVudF9zdGFydF9jb2xvcj1cIiNmZmNmMGFcIiBzdHlsaW5nX2dyYWRpZW50X2VuZF9jb2xvcj1cIiNmZmRhMjJcIiBkcm9wX3NoYWRvd19wYW5lbD1cIllcIiBkcm9wX3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBkcm9wX3NoYWRvd19ob3Jpem9udGFsPVwiMFwiIGRyb3Bfc2hhZG93X2JsdXI9XCIxXCIgZHJvcF9zaGFkb3dfc3ByZWFkPVwiMFwiIGRyb3Bfc2hhZG93X2NvbG9yPVwiIzAwMDAwMFwiIGRyb3Bfc2hhZG93X29wYWNpdHk9XCIxMFwiIGluc2V0X3NoYWRvd19wYW5lbD1cIllcIiBpbnNldF9zaGFkb3dfdmVydGljYWw9XCIxXCIgaW5zZXRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgaW5zZXRfc2hhZG93X2JsdXI9XCIwXCIgaW5zZXRfc2hhZG93X3NwcmVhZD1cIjBcIiBpbnNldF9zaGFkb3dfY29sb3I9XCIjZmZlNTkwXCIgaW5zZXRfc2hhZG93X29wYWNpdHk9XCIxMDBcIiBsb2NhdGlvbj1cIm9wdGluX2JveF9zdHlsZV8xNFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1DbGljayBoZXJlIGFuZCBjaGVjayB5b3VyIGluYm94Wy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mzg6ImVsZW1lbnQtY29udGFpbmVyIGNmIHBhZC1sZWZ0IGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU5MzoiYmFja2dyb3VuZDojZmNmY2ZjO2JhY2tncm91bmQ6LXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgY29sb3Itc3RvcCgwJSwgI2ZjZmNmYyksIGNvbG9yLXN0b3AoMTAwJSwgI2Y1ZjVmNSkpO2JhY2tncm91bmQ6LXdlYmtpdC1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1vei1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1zLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotby1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6bGluZWFyLWdyYWRpZW50KHRvIGJvdHRvbSwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtmaWx0ZXI6cHJvZ2lkOkRYSW1hZ2VUcmFuc2Zvcm0uTWljcm9zb2Z0LmdyYWRpZW50KHN0YXJ0Q29sb3JzdHI9I2ZjZmNmYywgZW5kQ29sb3JzdHI9I2Y1ZjVmNSwgR3JhZGllbnRUeXBlPTApO3BhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjE0MDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tWTJaalptTWlMQ0ppWVdOclozSnZkVzVrUTI5c2IzSkZibVFpT2lJalpqVm1OV1kxSWl3aWNHRmtaR2x1WjFSdmNDSTZJakl3SWl3aWNHRmtaR2x1WjBKdmRIUnZiU0k2SWpFMUluMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fWk6NDthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjEwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1UQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX0=','revision','2014-06-21 19:26:41'),(201,1855,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjQyOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl1MaXZlIFRyYWRpbmcgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UaGUgVHJhZGluZyBSb29twq48L3NwYW4+IEdldCBTdGFydGVkIE5vdyFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjQyOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl1MaXZlIFRyYWRpbmcgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UaGUgVHJhZGluZyBSb29twq48L3NwYW4+IEdldCBTdGFydGVkIE5vdyFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU1OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTUwXCIgaGVpZ2h0PVwiMzA5XCIgYWxpZ249XCJsZWZ0XCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RnNE1ETXpNVGd1YUdRdWJYQTBQM005TnpBMU5HUXhZemszTkdZelpEVXpOR1U0TUdZNU5tVXpaR1l4WkdZMU5Uaz1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3NzoiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA2L2VwLWxpdmUtZnJpZGF5LWJsYWNrLmpwZ1wiIHdpZHRoPVwiNTQyXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4NDoiW2ltYWdlcyBzdHlsZT1cIjBcIiB3aWR0aD1cIjgwXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6Mjk6InR3by1maWZ0aHMgY29sdW1uIGNvbHMgbmFycm93IjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNDQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyM1wiIGZvbnRfc3R5bGU9XCJub3JtYWxcIiBmb250X2NvbG9yPVwiI2VjZWJlNFwiIGFsaWduPVwibGVmdFwiXUxlYXJuIEhvdyB0byBCZWNvbWUgYSBRdWFudCBUcmFkZXJbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyOToiZWxlbWVudC1jb250YWluZXIgY2YgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3MTY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjZWVlYmRkXCIgYm90dG9tX3BhZGRpbmc9XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjM2NFwiIGxpbmVfaGVpZ2h0PVwiMjJcIl1XYXRjaCBob3cgUmlvc1F1YW50IHBlcmZvcm1hbmNlIGNvYWNoIEVQIFByZXN0b24gdG9vayBvdmVyICQxLDMwMCBpbiBwcm9maXRzIGR1cmluZyBGcmlkYXlcJ3MgdHJhZGluZyByb29tIGluIGxpdmUgbWFya2V0cy4gSWYgeW91IGxpa2Ugd2hhdCB5b3Ugc2VlLCB0aGVuIHNpZ24gdXAgZm9yIGEgZnJlZSB0cmlhbCBvZiB0aGUgUmlvc1F1YW50IFRyYWRpbmcgVGVjaG5vbG9neSBhbmQgZ2FpbiBhY2Nlc3MgdG8gYSByZWFsIGxpdmUgdHJhZGluZyByb29tLiBZb3Ugd2lsbCByZWNlaXZlIGNvbXByZWhlbnNpdmUgdHJhaW5pbmcgaW5jbHVkaW5nIHRoZSBjb25jZXB0LCBtZXRob2RzIGFuZCB0b29scyBpbiBhbiBlYXN5IHRvIHVuZGVyc3RhbmQgc3RlcC1ieS1zdGVwIGZvcm1hdC4gVGhlIGV4YWN0IGxvZ2ljIGlzIHJldmVhbGVkIHdpdGggYWxsIHRoZSBuZWNlc3NhcnkgcnVsZXMgbmVlZGVkIGZvciB1bmRlcnN0YW5kaW5nIGFuZCBpbXBsZW1lbnRpbmcgdGhlIFJpb3NRdWFudCBhcHByb2FjaCB0byB0cmFkaW5nIHRoZSBnbG9iYWwgbWFya2V0cy5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE1ODg6IltvcHRpbl9ib3ggc3R5bGU9XCIxNFwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNDkzMjgxXCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIxXCIgdGV4dD1cIkNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hcIiB0ZXh0X3NpemU9XCIxOFwiIHRleHRfY29sb3I9XCIjNTA0MjEwXCIgdGV4dF9mb250PVwiSGVsdmV0aWNhO2RlZmF1bHRcIiB0ZXh0X2JvbGQ9XCJZXCIgdGV4dF9sZXR0ZXJfc3BhY2luZz1cIjBcIiB0ZXh0X3NoYWRvd19wYW5lbD1cIllcIiB0ZXh0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiB0ZXh0X3NoYWRvd19ob3Jpem9udGFsPVwiMFwiIHRleHRfc2hhZG93X2NvbG9yPVwiI2ZmZmY5ZVwiIHRleHRfc2hhZG93X2JsdXI9XCIwXCIgc3R5bGluZ193aWR0aD1cIjEwMFwiIHN0eWxpbmdfaGVpZ2h0PVwiMTRcIiBzdHlsaW5nX2JvcmRlcl9jb2xvcj1cIiNkNjkzMDBcIiBzdHlsaW5nX2JvcmRlcl9zaXplPVwiMVwiIHN0eWxpbmdfYm9yZGVyX3JhZGl1cz1cIjZcIiBzdHlsaW5nX2JvcmRlcl9vcGFjaXR5PVwiMTAwXCIgc3R5bGluZ19ncmFkaWVudF9zdGFydF9jb2xvcj1cIiNmZmNmMGFcIiBzdHlsaW5nX2dyYWRpZW50X2VuZF9jb2xvcj1cIiNmZmRhMjJcIiBkcm9wX3NoYWRvd19wYW5lbD1cIllcIiBkcm9wX3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBkcm9wX3NoYWRvd19ob3Jpem9udGFsPVwiMFwiIGRyb3Bfc2hhZG93X2JsdXI9XCIxXCIgZHJvcF9zaGFkb3dfc3ByZWFkPVwiMFwiIGRyb3Bfc2hhZG93X2NvbG9yPVwiIzAwMDAwMFwiIGRyb3Bfc2hhZG93X29wYWNpdHk9XCIxMFwiIGluc2V0X3NoYWRvd19wYW5lbD1cIllcIiBpbnNldF9zaGFkb3dfdmVydGljYWw9XCIxXCIgaW5zZXRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgaW5zZXRfc2hhZG93X2JsdXI9XCIwXCIgaW5zZXRfc2hhZG93X3NwcmVhZD1cIjBcIiBpbnNldF9zaGFkb3dfY29sb3I9XCIjZmZlNTkwXCIgaW5zZXRfc2hhZG93X29wYWNpdHk9XCIxMDBcIiBsb2NhdGlvbj1cIm9wdGluX2JveF9zdHlsZV8xNFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1DbGljayBoZXJlIGFuZCBjaGVjayB5b3VyIGluYm94Wy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mzg6ImVsZW1lbnQtY29udGFpbmVyIGNmIHBhZC1sZWZ0IGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU5MzoiYmFja2dyb3VuZDojZmNmY2ZjO2JhY2tncm91bmQ6LXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgY29sb3Itc3RvcCgwJSwgI2ZjZmNmYyksIGNvbG9yLXN0b3AoMTAwJSwgI2Y1ZjVmNSkpO2JhY2tncm91bmQ6LXdlYmtpdC1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1vei1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1zLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotby1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6bGluZWFyLWdyYWRpZW50KHRvIGJvdHRvbSwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtmaWx0ZXI6cHJvZ2lkOkRYSW1hZ2VUcmFuc2Zvcm0uTWljcm9zb2Z0LmdyYWRpZW50KHN0YXJ0Q29sb3JzdHI9I2ZjZmNmYywgZW5kQ29sb3JzdHI9I2Y1ZjVmNSwgR3JhZGllbnRUeXBlPTApO3BhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjE0MDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tWTJaalptTWlMQ0ppWVdOclozSnZkVzVrUTI5c2IzSkZibVFpT2lJalpqVm1OV1kxSWl3aWNHRmtaR2x1WjFSdmNDSTZJakl3SWl3aWNHRmtaR2x1WjBKdmRIUnZiU0k2SWpFMUluMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fWk6NDthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjEwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1UQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX0=','revision','2014-06-21 19:30:11'),(202,1855,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjQyOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl1MaXZlIFRyYWRpbmcgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UaGUgVHJhZGluZyBSb29twq48L3NwYW4+IEdldCBTdGFydGVkIE5vdyFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjI3OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl1cIkhvdyBJIHRvb2sgb3ZlciAkMSwzMDAgaW4gcHJvZml0cyBkdXJpbmcgRnJpZGF5XCdzIGxpdmUgdHJhZGluZyByb29tXCJbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU1OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTUwXCIgaGVpZ2h0PVwiMzA5XCIgYWxpZ249XCJsZWZ0XCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RnNE1ETXpNVGd1YUdRdWJYQTBQM005TnpBMU5HUXhZemszTkdZelpEVXpOR1U0TUdZNU5tVXpaR1l4WkdZMU5Uaz1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3NzoiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA2L2VwLWxpdmUtZnJpZGF5LWJsYWNrLmpwZ1wiIHdpZHRoPVwiNTQyXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4NDoiW2ltYWdlcyBzdHlsZT1cIjBcIiB3aWR0aD1cIjgwXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6Mjk6InR3by1maWZ0aHMgY29sdW1uIGNvbHMgbmFycm93IjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNDQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyM1wiIGZvbnRfc3R5bGU9XCJub3JtYWxcIiBmb250X2NvbG9yPVwiI2VjZWJlNFwiIGFsaWduPVwibGVmdFwiXUxlYXJuIEhvdyB0byBCZWNvbWUgYSBRdWFudCBUcmFkZXJbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyOToiZWxlbWVudC1jb250YWluZXIgY2YgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3MTY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjZWVlYmRkXCIgYm90dG9tX3BhZGRpbmc9XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjM2NFwiIGxpbmVfaGVpZ2h0PVwiMjJcIl1XYXRjaCBob3cgUmlvc1F1YW50IHBlcmZvcm1hbmNlIGNvYWNoIEVQIFByZXN0b24gdG9vayBvdmVyICQxLDMwMCBpbiBwcm9maXRzIGR1cmluZyBGcmlkYXlcJ3MgdHJhZGluZyByb29tIGluIGxpdmUgbWFya2V0cy4gSWYgeW91IGxpa2Ugd2hhdCB5b3Ugc2VlLCB0aGVuIHNpZ24gdXAgZm9yIGEgZnJlZSB0cmlhbCBvZiB0aGUgUmlvc1F1YW50IFRyYWRpbmcgVGVjaG5vbG9neSBhbmQgZ2FpbiBhY2Nlc3MgdG8gYSByZWFsIGxpdmUgdHJhZGluZyByb29tLiBZb3Ugd2lsbCByZWNlaXZlIGNvbXByZWhlbnNpdmUgdHJhaW5pbmcgaW5jbHVkaW5nIHRoZSBjb25jZXB0LCBtZXRob2RzIGFuZCB0b29scyBpbiBhbiBlYXN5IHRvIHVuZGVyc3RhbmQgc3RlcC1ieS1zdGVwIGZvcm1hdC4gVGhlIGV4YWN0IGxvZ2ljIGlzIHJldmVhbGVkIHdpdGggYWxsIHRoZSBuZWNlc3NhcnkgcnVsZXMgbmVlZGVkIGZvciB1bmRlcnN0YW5kaW5nIGFuZCBpbXBsZW1lbnRpbmcgdGhlIFJpb3NRdWFudCBhcHByb2FjaCB0byB0cmFkaW5nIHRoZSBnbG9iYWwgbWFya2V0cy5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE1ODg6IltvcHRpbl9ib3ggc3R5bGU9XCIxNFwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNDkzMjgxXCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIxXCIgdGV4dD1cIkNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hcIiB0ZXh0X3NpemU9XCIxOFwiIHRleHRfY29sb3I9XCIjNTA0MjEwXCIgdGV4dF9mb250PVwiSGVsdmV0aWNhO2RlZmF1bHRcIiB0ZXh0X2JvbGQ9XCJZXCIgdGV4dF9sZXR0ZXJfc3BhY2luZz1cIjBcIiB0ZXh0X3NoYWRvd19wYW5lbD1cIllcIiB0ZXh0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiB0ZXh0X3NoYWRvd19ob3Jpem9udGFsPVwiMFwiIHRleHRfc2hhZG93X2NvbG9yPVwiI2ZmZmY5ZVwiIHRleHRfc2hhZG93X2JsdXI9XCIwXCIgc3R5bGluZ193aWR0aD1cIjEwMFwiIHN0eWxpbmdfaGVpZ2h0PVwiMTRcIiBzdHlsaW5nX2JvcmRlcl9jb2xvcj1cIiNkNjkzMDBcIiBzdHlsaW5nX2JvcmRlcl9zaXplPVwiMVwiIHN0eWxpbmdfYm9yZGVyX3JhZGl1cz1cIjZcIiBzdHlsaW5nX2JvcmRlcl9vcGFjaXR5PVwiMTAwXCIgc3R5bGluZ19ncmFkaWVudF9zdGFydF9jb2xvcj1cIiNmZmNmMGFcIiBzdHlsaW5nX2dyYWRpZW50X2VuZF9jb2xvcj1cIiNmZmRhMjJcIiBkcm9wX3NoYWRvd19wYW5lbD1cIllcIiBkcm9wX3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBkcm9wX3NoYWRvd19ob3Jpem9udGFsPVwiMFwiIGRyb3Bfc2hhZG93X2JsdXI9XCIxXCIgZHJvcF9zaGFkb3dfc3ByZWFkPVwiMFwiIGRyb3Bfc2hhZG93X2NvbG9yPVwiIzAwMDAwMFwiIGRyb3Bfc2hhZG93X29wYWNpdHk9XCIxMFwiIGluc2V0X3NoYWRvd19wYW5lbD1cIllcIiBpbnNldF9zaGFkb3dfdmVydGljYWw9XCIxXCIgaW5zZXRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgaW5zZXRfc2hhZG93X2JsdXI9XCIwXCIgaW5zZXRfc2hhZG93X3NwcmVhZD1cIjBcIiBpbnNldF9zaGFkb3dfY29sb3I9XCIjZmZlNTkwXCIgaW5zZXRfc2hhZG93X29wYWNpdHk9XCIxMDBcIiBsb2NhdGlvbj1cIm9wdGluX2JveF9zdHlsZV8xNFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1DbGljayBoZXJlIGFuZCBjaGVjayB5b3VyIGluYm94Wy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mzg6ImVsZW1lbnQtY29udGFpbmVyIGNmIHBhZC1sZWZ0IGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU5MzoiYmFja2dyb3VuZDojZmNmY2ZjO2JhY2tncm91bmQ6LXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgY29sb3Itc3RvcCgwJSwgI2ZjZmNmYyksIGNvbG9yLXN0b3AoMTAwJSwgI2Y1ZjVmNSkpO2JhY2tncm91bmQ6LXdlYmtpdC1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1vei1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1zLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotby1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6bGluZWFyLWdyYWRpZW50KHRvIGJvdHRvbSwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtmaWx0ZXI6cHJvZ2lkOkRYSW1hZ2VUcmFuc2Zvcm0uTWljcm9zb2Z0LmdyYWRpZW50KHN0YXJ0Q29sb3JzdHI9I2ZjZmNmYywgZW5kQ29sb3JzdHI9I2Y1ZjVmNSwgR3JhZGllbnRUeXBlPTApO3BhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjE0MDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tWTJaalptTWlMQ0ppWVdOclozSnZkVzVrUTI5c2IzSkZibVFpT2lJalpqVm1OV1kxSWl3aWNHRmtaR2x1WjFSdmNDSTZJakl3SWl3aWNHRmtaR2x1WjBKdmRIUnZiU0k2SWpFMUluMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fWk6NDthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjEwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1UQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX0=','revision','2014-06-21 19:31:55'),(203,1855,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjQyOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl1MaXZlIFRyYWRpbmcgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UaGUgVHJhZGluZyBSb29twq48L3NwYW4+IEdldCBTdGFydGVkIE5vdyFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjI3OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl1cIkhvdyBJIHRvb2sgb3ZlciAkMSwzMDAgaW4gcHJvZml0cyBkdXJpbmcgRnJpZGF5XCdzIGxpdmUgdHJhZGluZyByb29tXCJbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU1OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTUwXCIgaGVpZ2h0PVwiMzA5XCIgYWxpZ249XCJsZWZ0XCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RnNE1ETXpNVGd1YUdRdWJYQTBQM005TnpBMU5HUXhZemszTkdZelpEVXpOR1U0TUdZNU5tVXpaR1l4WkdZMU5Uaz1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4NToiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA2L2VwLWxpdmUtZnJpZGF5LWJsYWNrLTMwMHgyMjEuanBnXCIgd2lkdGg9XCIzMDBcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjg0OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIHdpZHRoPVwiODBcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdTGVhcm4gSG93IHRvIEJlY29tZSBhIFF1YW50IFRyYWRlclsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjcxNjoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiNlZWViZGRcIiBib3R0b21fcGFkZGluZz1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMzY0XCIgbGluZV9oZWlnaHQ9XCIyMlwiXVdhdGNoIGhvdyBSaW9zUXVhbnQgcGVyZm9ybWFuY2UgY29hY2ggRVAgUHJlc3RvbiB0b29rIG92ZXIgJDEsMzAwIGluIHByb2ZpdHMgZHVyaW5nIEZyaWRheVwncyB0cmFkaW5nIHJvb20gaW4gbGl2ZSBtYXJrZXRzLiBJZiB5b3UgbGlrZSB3aGF0IHlvdSBzZWUsIHRoZW4gc2lnbiB1cCBmb3IgYSBmcmVlIHRyaWFsIG9mIHRoZSBSaW9zUXVhbnQgVHJhZGluZyBUZWNobm9sb2d5IGFuZCBnYWluIGFjY2VzcyB0byBhIHJlYWwgbGl2ZSB0cmFkaW5nIHJvb20uIFlvdSB3aWxsIHJlY2VpdmUgY29tcHJlaGVuc2l2ZSB0cmFpbmluZyBpbmNsdWRpbmcgdGhlIGNvbmNlcHQsIG1ldGhvZHMgYW5kIHRvb2xzIGluIGFuIGVhc3kgdG8gdW5kZXJzdGFuZCBzdGVwLWJ5LXN0ZXAgZm9ybWF0LiBUaGUgZXhhY3QgbG9naWMgaXMgcmV2ZWFsZWQgd2l0aCBhbGwgdGhlIG5lY2Vzc2FyeSBydWxlcyBuZWVkZWQgZm9yIHVuZGVyc3RhbmRpbmcgYW5kIGltcGxlbWVudGluZyB0aGUgUmlvc1F1YW50IGFwcHJvYWNoIHRvIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU4ODoiW29wdGluX2JveCBzdHlsZT1cIjE0XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0OTMyODFcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjFcIiB0ZXh0PVwiQ2xpY2sgaGVyZSBhbmQgY2hlY2sgeW91ciBpbmJveFwiIHRleHRfc2l6ZT1cIjE4XCIgdGV4dF9jb2xvcj1cIiM1MDQyMTBcIiB0ZXh0X2ZvbnQ9XCJIZWx2ZXRpY2E7ZGVmYXVsdFwiIHRleHRfYm9sZD1cIllcIiB0ZXh0X2xldHRlcl9zcGFjaW5nPVwiMFwiIHRleHRfc2hhZG93X3BhbmVsPVwiWVwiIHRleHRfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIHRleHRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgdGV4dF9zaGFkb3dfY29sb3I9XCIjZmZmZjllXCIgdGV4dF9zaGFkb3dfYmx1cj1cIjBcIiBzdHlsaW5nX3dpZHRoPVwiMTAwXCIgc3R5bGluZ19oZWlnaHQ9XCIxNFwiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPVwiI2Q2OTMwMFwiIHN0eWxpbmdfYm9yZGVyX3NpemU9XCIxXCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPVwiNlwiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9XCIxMDBcIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPVwiI2ZmY2YwYVwiIHN0eWxpbmdfZ3JhZGllbnRfZW5kX2NvbG9yPVwiI2ZmZGEyMlwiIGRyb3Bfc2hhZG93X3BhbmVsPVwiWVwiIGRyb3Bfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIGRyb3Bfc2hhZG93X2hvcml6b250YWw9XCIwXCIgZHJvcF9zaGFkb3dfYmx1cj1cIjFcIiBkcm9wX3NoYWRvd19zcHJlYWQ9XCIwXCIgZHJvcF9zaGFkb3dfY29sb3I9XCIjMDAwMDAwXCIgZHJvcF9zaGFkb3dfb3BhY2l0eT1cIjEwXCIgaW5zZXRfc2hhZG93X3BhbmVsPVwiWVwiIGluc2V0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBpbnNldF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiBpbnNldF9zaGFkb3dfYmx1cj1cIjBcIiBpbnNldF9zaGFkb3dfc3ByZWFkPVwiMFwiIGluc2V0X3NoYWRvd19jb2xvcj1cIiNmZmU1OTBcIiBpbnNldF9zaGFkb3dfb3BhY2l0eT1cIjEwMFwiIGxvY2F0aW9uPVwib3B0aW5fYm94X3N0eWxlXzE0XCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozODoiZWxlbWVudC1jb250YWluZXIgY2YgcGFkLWxlZnQgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkzOiJiYWNrZ3JvdW5kOiNmY2ZjZmM7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZmNmY2ZjKSwgY29sb3Itc3RvcCgxMDAlLCAjZjVmNWY1KSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZmNmY2ZjLCBlbmRDb2xvcnN0cj0jZjVmNWY1LCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZMlpqWm1NaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqSXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakUxSW4wPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fQ==','revision','2014-06-21 19:33:20'),(204,1855,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjQyOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl1MaXZlIFRyYWRpbmcgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UaGUgVHJhZGluZyBSb29twq48L3NwYW4+IEdldCBTdGFydGVkIE5vdyFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU1OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTUwXCIgaGVpZ2h0PVwiMzA5XCIgYWxpZ249XCJsZWZ0XCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RnNE1ETXpNVGd1YUdRdWJYQTBQM005TnpBMU5HUXhZemszTkdZelpEVXpOR1U0TUdZNU5tVXpaR1l4WkdZMU5Uaz1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4NToiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA2L2VwLWxpdmUtZnJpZGF5LWJsYWNrLTMwMHgyMjEuanBnXCIgd2lkdGg9XCIzMDBcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjg0OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIHdpZHRoPVwiODBcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdTGVhcm4gSG93IHRvIEJlY29tZSBhIFF1YW50IFRyYWRlclsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjcxNjoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiNlZWViZGRcIiBib3R0b21fcGFkZGluZz1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMzY0XCIgbGluZV9oZWlnaHQ9XCIyMlwiXVdhdGNoIGhvdyBSaW9zUXVhbnQgcGVyZm9ybWFuY2UgY29hY2ggRVAgUHJlc3RvbiB0b29rIG92ZXIgJDEsMzAwIGluIHByb2ZpdHMgZHVyaW5nIEZyaWRheVwncyB0cmFkaW5nIHJvb20gaW4gbGl2ZSBtYXJrZXRzLiBJZiB5b3UgbGlrZSB3aGF0IHlvdSBzZWUsIHRoZW4gc2lnbiB1cCBmb3IgYSBmcmVlIHRyaWFsIG9mIHRoZSBSaW9zUXVhbnQgVHJhZGluZyBUZWNobm9sb2d5IGFuZCBnYWluIGFjY2VzcyB0byBhIHJlYWwgbGl2ZSB0cmFkaW5nIHJvb20uIFlvdSB3aWxsIHJlY2VpdmUgY29tcHJlaGVuc2l2ZSB0cmFpbmluZyBpbmNsdWRpbmcgdGhlIGNvbmNlcHQsIG1ldGhvZHMgYW5kIHRvb2xzIGluIGFuIGVhc3kgdG8gdW5kZXJzdGFuZCBzdGVwLWJ5LXN0ZXAgZm9ybWF0LiBUaGUgZXhhY3QgbG9naWMgaXMgcmV2ZWFsZWQgd2l0aCBhbGwgdGhlIG5lY2Vzc2FyeSBydWxlcyBuZWVkZWQgZm9yIHVuZGVyc3RhbmRpbmcgYW5kIGltcGxlbWVudGluZyB0aGUgUmlvc1F1YW50IGFwcHJvYWNoIHRvIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU4ODoiW29wdGluX2JveCBzdHlsZT1cIjE0XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0OTMyODFcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjFcIiB0ZXh0PVwiQ2xpY2sgaGVyZSBhbmQgY2hlY2sgeW91ciBpbmJveFwiIHRleHRfc2l6ZT1cIjE4XCIgdGV4dF9jb2xvcj1cIiM1MDQyMTBcIiB0ZXh0X2ZvbnQ9XCJIZWx2ZXRpY2E7ZGVmYXVsdFwiIHRleHRfYm9sZD1cIllcIiB0ZXh0X2xldHRlcl9zcGFjaW5nPVwiMFwiIHRleHRfc2hhZG93X3BhbmVsPVwiWVwiIHRleHRfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIHRleHRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgdGV4dF9zaGFkb3dfY29sb3I9XCIjZmZmZjllXCIgdGV4dF9zaGFkb3dfYmx1cj1cIjBcIiBzdHlsaW5nX3dpZHRoPVwiMTAwXCIgc3R5bGluZ19oZWlnaHQ9XCIxNFwiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPVwiI2Q2OTMwMFwiIHN0eWxpbmdfYm9yZGVyX3NpemU9XCIxXCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPVwiNlwiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9XCIxMDBcIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPVwiI2ZmY2YwYVwiIHN0eWxpbmdfZ3JhZGllbnRfZW5kX2NvbG9yPVwiI2ZmZGEyMlwiIGRyb3Bfc2hhZG93X3BhbmVsPVwiWVwiIGRyb3Bfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIGRyb3Bfc2hhZG93X2hvcml6b250YWw9XCIwXCIgZHJvcF9zaGFkb3dfYmx1cj1cIjFcIiBkcm9wX3NoYWRvd19zcHJlYWQ9XCIwXCIgZHJvcF9zaGFkb3dfY29sb3I9XCIjMDAwMDAwXCIgZHJvcF9zaGFkb3dfb3BhY2l0eT1cIjEwXCIgaW5zZXRfc2hhZG93X3BhbmVsPVwiWVwiIGluc2V0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBpbnNldF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiBpbnNldF9zaGFkb3dfYmx1cj1cIjBcIiBpbnNldF9zaGFkb3dfc3ByZWFkPVwiMFwiIGluc2V0X3NoYWRvd19jb2xvcj1cIiNmZmU1OTBcIiBpbnNldF9zaGFkb3dfb3BhY2l0eT1cIjEwMFwiIGxvY2F0aW9uPVwib3B0aW5fYm94X3N0eWxlXzE0XCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozODoiZWxlbWVudC1jb250YWluZXIgY2YgcGFkLWxlZnQgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkzOiJiYWNrZ3JvdW5kOiNmY2ZjZmM7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZmNmY2ZjKSwgY29sb3Itc3RvcCgxMDAlLCAjZjVmNWY1KSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZmNmY2ZjLCBlbmRDb2xvcnN0cj0jZjVmNWY1LCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZMlpqWm1NaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqSXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakUxSW4wPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fQ==','revision','2014-06-21 19:35:18'),(205,1855,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjQyOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl1MaXZlIFRyYWRpbmcgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UaGUgVHJhZGluZyBSb29twq48L3NwYW4+IEdldCBTdGFydGVkIE5vdyFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU1OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTUwXCIgaGVpZ2h0PVwiMzA5XCIgYWxpZ249XCJsZWZ0XCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RnNE1ETXpNVGd1YUdRdWJYQTBQM005TnpBMU5HUXhZemszTkdZelpEVXpOR1U0TUdZNU5tVXpaR1l4WkdZMU5Uaz1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4NToiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA2L2VwLWxpdmUtdHJhZGluZy1ncmF5LTMwMHgyMTcuanBnXCIgd2lkdGg9XCIzMDBcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjg0OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIHdpZHRoPVwiODBcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdTGVhcm4gSG93IHRvIEJlY29tZSBhIFF1YW50IFRyYWRlclsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjcxNjoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiNlZWViZGRcIiBib3R0b21fcGFkZGluZz1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMzY0XCIgbGluZV9oZWlnaHQ9XCIyMlwiXVdhdGNoIGhvdyBSaW9zUXVhbnQgcGVyZm9ybWFuY2UgY29hY2ggRVAgUHJlc3RvbiB0b29rIG92ZXIgJDEsMzAwIGluIHByb2ZpdHMgZHVyaW5nIEZyaWRheVwncyB0cmFkaW5nIHJvb20gaW4gbGl2ZSBtYXJrZXRzLiBJZiB5b3UgbGlrZSB3aGF0IHlvdSBzZWUsIHRoZW4gc2lnbiB1cCBmb3IgYSBmcmVlIHRyaWFsIG9mIHRoZSBSaW9zUXVhbnQgVHJhZGluZyBUZWNobm9sb2d5IGFuZCBnYWluIGFjY2VzcyB0byBhIHJlYWwgbGl2ZSB0cmFkaW5nIHJvb20uIFlvdSB3aWxsIHJlY2VpdmUgY29tcHJlaGVuc2l2ZSB0cmFpbmluZyBpbmNsdWRpbmcgdGhlIGNvbmNlcHQsIG1ldGhvZHMgYW5kIHRvb2xzIGluIGFuIGVhc3kgdG8gdW5kZXJzdGFuZCBzdGVwLWJ5LXN0ZXAgZm9ybWF0LiBUaGUgZXhhY3QgbG9naWMgaXMgcmV2ZWFsZWQgd2l0aCBhbGwgdGhlIG5lY2Vzc2FyeSBydWxlcyBuZWVkZWQgZm9yIHVuZGVyc3RhbmRpbmcgYW5kIGltcGxlbWVudGluZyB0aGUgUmlvc1F1YW50IGFwcHJvYWNoIHRvIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU4ODoiW29wdGluX2JveCBzdHlsZT1cIjE0XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0OTMyODFcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjFcIiB0ZXh0PVwiQ2xpY2sgaGVyZSBhbmQgY2hlY2sgeW91ciBpbmJveFwiIHRleHRfc2l6ZT1cIjE4XCIgdGV4dF9jb2xvcj1cIiM1MDQyMTBcIiB0ZXh0X2ZvbnQ9XCJIZWx2ZXRpY2E7ZGVmYXVsdFwiIHRleHRfYm9sZD1cIllcIiB0ZXh0X2xldHRlcl9zcGFjaW5nPVwiMFwiIHRleHRfc2hhZG93X3BhbmVsPVwiWVwiIHRleHRfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIHRleHRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgdGV4dF9zaGFkb3dfY29sb3I9XCIjZmZmZjllXCIgdGV4dF9zaGFkb3dfYmx1cj1cIjBcIiBzdHlsaW5nX3dpZHRoPVwiMTAwXCIgc3R5bGluZ19oZWlnaHQ9XCIxNFwiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPVwiI2Q2OTMwMFwiIHN0eWxpbmdfYm9yZGVyX3NpemU9XCIxXCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPVwiNlwiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9XCIxMDBcIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPVwiI2ZmY2YwYVwiIHN0eWxpbmdfZ3JhZGllbnRfZW5kX2NvbG9yPVwiI2ZmZGEyMlwiIGRyb3Bfc2hhZG93X3BhbmVsPVwiWVwiIGRyb3Bfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIGRyb3Bfc2hhZG93X2hvcml6b250YWw9XCIwXCIgZHJvcF9zaGFkb3dfYmx1cj1cIjFcIiBkcm9wX3NoYWRvd19zcHJlYWQ9XCIwXCIgZHJvcF9zaGFkb3dfY29sb3I9XCIjMDAwMDAwXCIgZHJvcF9zaGFkb3dfb3BhY2l0eT1cIjEwXCIgaW5zZXRfc2hhZG93X3BhbmVsPVwiWVwiIGluc2V0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBpbnNldF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiBpbnNldF9zaGFkb3dfYmx1cj1cIjBcIiBpbnNldF9zaGFkb3dfc3ByZWFkPVwiMFwiIGluc2V0X3NoYWRvd19jb2xvcj1cIiNmZmU1OTBcIiBpbnNldF9zaGFkb3dfb3BhY2l0eT1cIjEwMFwiIGxvY2F0aW9uPVwib3B0aW5fYm94X3N0eWxlXzE0XCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozODoiZWxlbWVudC1jb250YWluZXIgY2YgcGFkLWxlZnQgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkzOiJiYWNrZ3JvdW5kOiNmY2ZjZmM7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZmNmY2ZjKSwgY29sb3Itc3RvcCgxMDAlLCAjZjVmNWY1KSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZmNmY2ZjLCBlbmRDb2xvcnN0cj0jZjVmNWY1LCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZMlpqWm1NaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqSXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakUxSW4wPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fQ==','publish','2014-06-21 19:36:08'),(206,1859,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjQyOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl1MaXZlIFRyYWRpbmcgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UaGUgVHJhZGluZyBSb29twq48L3NwYW4+IEdldCBTdGFydGVkIE5vdyFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU1OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTUwXCIgaGVpZ2h0PVwiMzA5XCIgYWxpZ249XCJsZWZ0XCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RnNE1ETXpNVGd1YUdRdWJYQTBQM005TnpBMU5HUXhZemszTkdZelpEVXpOR1U0TUdZNU5tVXpaR1l4WkdZMU5Uaz1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdTGVhcm4gSG93IHRvIEJlY29tZSBhIFF1YW50IFRyYWRlclsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjcxNjoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiNlZWViZGRcIiBib3R0b21fcGFkZGluZz1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMzY0XCIgbGluZV9oZWlnaHQ9XCIyMlwiXVdhdGNoIGhvdyBSaW9zUXVhbnQgcGVyZm9ybWFuY2UgY29hY2ggRVAgUHJlc3RvbiB0b29rIG92ZXIgJDEsMzAwIGluIHByb2ZpdHMgZHVyaW5nIEZyaWRheVwncyB0cmFkaW5nIHJvb20gaW4gbGl2ZSBtYXJrZXRzLiBJZiB5b3UgbGlrZSB3aGF0IHlvdSBzZWUsIHRoZW4gc2lnbiB1cCBmb3IgYSBmcmVlIHRyaWFsIG9mIHRoZSBSaW9zUXVhbnQgVHJhZGluZyBUZWNobm9sb2d5IGFuZCBnYWluIGFjY2VzcyB0byBhIHJlYWwgbGl2ZSB0cmFkaW5nIHJvb20uIFlvdSB3aWxsIHJlY2VpdmUgY29tcHJlaGVuc2l2ZSB0cmFpbmluZyBpbmNsdWRpbmcgdGhlIGNvbmNlcHQsIG1ldGhvZHMgYW5kIHRvb2xzIGluIGFuIGVhc3kgdG8gdW5kZXJzdGFuZCBzdGVwLWJ5LXN0ZXAgZm9ybWF0LiBUaGUgZXhhY3QgbG9naWMgaXMgcmV2ZWFsZWQgd2l0aCBhbGwgdGhlIG5lY2Vzc2FyeSBydWxlcyBuZWVkZWQgZm9yIHVuZGVyc3RhbmRpbmcgYW5kIGltcGxlbWVudGluZyB0aGUgUmlvc1F1YW50IGFwcHJvYWNoIHRvIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU4ODoiW29wdGluX2JveCBzdHlsZT1cIjE0XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0MzkzNjBcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjFcIiB0ZXh0PVwiQ2xpY2sgaGVyZSBhbmQgY2hlY2sgeW91ciBpbmJveFwiIHRleHRfc2l6ZT1cIjE4XCIgdGV4dF9jb2xvcj1cIiM1MDQyMTBcIiB0ZXh0X2ZvbnQ9XCJIZWx2ZXRpY2E7ZGVmYXVsdFwiIHRleHRfYm9sZD1cIllcIiB0ZXh0X2xldHRlcl9zcGFjaW5nPVwiMFwiIHRleHRfc2hhZG93X3BhbmVsPVwiWVwiIHRleHRfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIHRleHRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgdGV4dF9zaGFkb3dfY29sb3I9XCIjZmZmZjllXCIgdGV4dF9zaGFkb3dfYmx1cj1cIjBcIiBzdHlsaW5nX3dpZHRoPVwiMTAwXCIgc3R5bGluZ19oZWlnaHQ9XCIxNFwiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPVwiI2Q2OTMwMFwiIHN0eWxpbmdfYm9yZGVyX3NpemU9XCIxXCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPVwiNlwiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9XCIxMDBcIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPVwiI2ZmY2YwYVwiIHN0eWxpbmdfZ3JhZGllbnRfZW5kX2NvbG9yPVwiI2ZmZGEyMlwiIGRyb3Bfc2hhZG93X3BhbmVsPVwiWVwiIGRyb3Bfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIGRyb3Bfc2hhZG93X2hvcml6b250YWw9XCIwXCIgZHJvcF9zaGFkb3dfYmx1cj1cIjFcIiBkcm9wX3NoYWRvd19zcHJlYWQ9XCIwXCIgZHJvcF9zaGFkb3dfY29sb3I9XCIjMDAwMDAwXCIgZHJvcF9zaGFkb3dfb3BhY2l0eT1cIjEwXCIgaW5zZXRfc2hhZG93X3BhbmVsPVwiWVwiIGluc2V0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBpbnNldF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiBpbnNldF9zaGFkb3dfYmx1cj1cIjBcIiBpbnNldF9zaGFkb3dfc3ByZWFkPVwiMFwiIGluc2V0X3NoYWRvd19jb2xvcj1cIiNmZmU1OTBcIiBpbnNldF9zaGFkb3dfb3BhY2l0eT1cIjEwMFwiIGxvY2F0aW9uPVwib3B0aW5fYm94X3N0eWxlXzE0XCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozODoiZWxlbWVudC1jb250YWluZXIgY2YgcGFkLWxlZnQgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkzOiJiYWNrZ3JvdW5kOiNmY2ZjZmM7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZmNmY2ZjKSwgY29sb3Itc3RvcCgxMDAlLCAjZjVmNWY1KSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZmNmY2ZjLCBlbmRDb2xvcnN0cj0jZjVmNWY1LCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZMlpqWm1NaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqSXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakUxSW4wPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fQ==','revision','2014-06-21 19:39:37'),(207,1859,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjQyOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl1MaXZlIFRyYWRpbmcgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UaGUgVHJhZGluZyBSb29twq48L3NwYW4+IEdldCBTdGFydGVkIE5vdyFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU1OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTUwXCIgaGVpZ2h0PVwiMzA5XCIgYWxpZ249XCJsZWZ0XCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RnNE1ETXpNVGd1YUdRdWJYQTBQM005TnpBMU5HUXhZemszTkdZelpEVXpOR1U0TUdZNU5tVXpaR1l4WkdZMU5Uaz1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4NToiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA2L2VwLWxpdmUtdHJhZGluZy1ncmF5LTMwMHgyMTcuanBnXCIgd2lkdGg9XCIzMDBcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdTGVhcm4gSG93IHRvIEJlY29tZSBhIFF1YW50IFRyYWRlclsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjcxNjoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiNlZWViZGRcIiBib3R0b21fcGFkZGluZz1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMzY0XCIgbGluZV9oZWlnaHQ9XCIyMlwiXVdhdGNoIGhvdyBSaW9zUXVhbnQgcGVyZm9ybWFuY2UgY29hY2ggRVAgUHJlc3RvbiB0b29rIG92ZXIgJDEsMzAwIGluIHByb2ZpdHMgZHVyaW5nIEZyaWRheVwncyB0cmFkaW5nIHJvb20gaW4gbGl2ZSBtYXJrZXRzLiBJZiB5b3UgbGlrZSB3aGF0IHlvdSBzZWUsIHRoZW4gc2lnbiB1cCBmb3IgYSBmcmVlIHRyaWFsIG9mIHRoZSBSaW9zUXVhbnQgVHJhZGluZyBUZWNobm9sb2d5IGFuZCBnYWluIGFjY2VzcyB0byBhIHJlYWwgbGl2ZSB0cmFkaW5nIHJvb20uIFlvdSB3aWxsIHJlY2VpdmUgY29tcHJlaGVuc2l2ZSB0cmFpbmluZyBpbmNsdWRpbmcgdGhlIGNvbmNlcHQsIG1ldGhvZHMgYW5kIHRvb2xzIGluIGFuIGVhc3kgdG8gdW5kZXJzdGFuZCBzdGVwLWJ5LXN0ZXAgZm9ybWF0LiBUaGUgZXhhY3QgbG9naWMgaXMgcmV2ZWFsZWQgd2l0aCBhbGwgdGhlIG5lY2Vzc2FyeSBydWxlcyBuZWVkZWQgZm9yIHVuZGVyc3RhbmRpbmcgYW5kIGltcGxlbWVudGluZyB0aGUgUmlvc1F1YW50IGFwcHJvYWNoIHRvIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU4ODoiW29wdGluX2JveCBzdHlsZT1cIjE0XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0OTMyODFcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjFcIiB0ZXh0PVwiQ2xpY2sgaGVyZSBhbmQgY2hlY2sgeW91ciBpbmJveFwiIHRleHRfc2l6ZT1cIjE4XCIgdGV4dF9jb2xvcj1cIiM1MDQyMTBcIiB0ZXh0X2ZvbnQ9XCJIZWx2ZXRpY2E7ZGVmYXVsdFwiIHRleHRfYm9sZD1cIllcIiB0ZXh0X2xldHRlcl9zcGFjaW5nPVwiMFwiIHRleHRfc2hhZG93X3BhbmVsPVwiWVwiIHRleHRfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIHRleHRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgdGV4dF9zaGFkb3dfY29sb3I9XCIjZmZmZjllXCIgdGV4dF9zaGFkb3dfYmx1cj1cIjBcIiBzdHlsaW5nX3dpZHRoPVwiMTAwXCIgc3R5bGluZ19oZWlnaHQ9XCIxNFwiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPVwiI2Q2OTMwMFwiIHN0eWxpbmdfYm9yZGVyX3NpemU9XCIxXCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPVwiNlwiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9XCIxMDBcIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPVwiI2ZmY2YwYVwiIHN0eWxpbmdfZ3JhZGllbnRfZW5kX2NvbG9yPVwiI2ZmZGEyMlwiIGRyb3Bfc2hhZG93X3BhbmVsPVwiWVwiIGRyb3Bfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIGRyb3Bfc2hhZG93X2hvcml6b250YWw9XCIwXCIgZHJvcF9zaGFkb3dfYmx1cj1cIjFcIiBkcm9wX3NoYWRvd19zcHJlYWQ9XCIwXCIgZHJvcF9zaGFkb3dfY29sb3I9XCIjMDAwMDAwXCIgZHJvcF9zaGFkb3dfb3BhY2l0eT1cIjEwXCIgaW5zZXRfc2hhZG93X3BhbmVsPVwiWVwiIGluc2V0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBpbnNldF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiBpbnNldF9zaGFkb3dfYmx1cj1cIjBcIiBpbnNldF9zaGFkb3dfc3ByZWFkPVwiMFwiIGluc2V0X3NoYWRvd19jb2xvcj1cIiNmZmU1OTBcIiBpbnNldF9zaGFkb3dfb3BhY2l0eT1cIjEwMFwiIGxvY2F0aW9uPVwib3B0aW5fYm94X3N0eWxlXzE0XCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozODoiZWxlbWVudC1jb250YWluZXIgY2YgcGFkLWxlZnQgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkzOiJiYWNrZ3JvdW5kOiNmY2ZjZmM7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZmNmY2ZjKSwgY29sb3Itc3RvcCgxMDAlLCAjZjVmNWY1KSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZmNmY2ZjLCBlbmRDb2xvcnN0cj0jZjVmNWY1LCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZMlpqWm1NaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqSXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakUxSW4wPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fQ==','revision','2014-06-21 19:41:16'),(208,1859,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjQyOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl1MaXZlIFRyYWRpbmcgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UaGUgVHJhZGluZyBSb29twq48L3NwYW4+IEdldCBTdGFydGVkIE5vdyFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU1OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTUwXCIgaGVpZ2h0PVwiMzA5XCIgYWxpZ249XCJsZWZ0XCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RnNE1ETXpNVGd1YUdRdWJYQTBQM005TnpBMU5HUXhZemszTkdZelpEVXpOR1U0TUdZNU5tVXpaR1l4WkdZMU5Uaz1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjg1OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIHdpZHRoPVwiMzAwXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTc6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNi9lcC1saXZlLXRyYWRpbmctZ3JleS1ibGFjay1mYWRlMi0zMDB4MjI0LmpwZ1wiIHdpZHRoPVwiMzAwXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6Mjk6InR3by1maWZ0aHMgY29sdW1uIGNvbHMgbmFycm93IjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNDQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyM1wiIGZvbnRfc3R5bGU9XCJub3JtYWxcIiBmb250X2NvbG9yPVwiI2VjZWJlNFwiIGFsaWduPVwibGVmdFwiXUxlYXJuIEhvdyB0byBCZWNvbWUgYSBRdWFudCBUcmFkZXJbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyOToiZWxlbWVudC1jb250YWluZXIgY2YgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3MTY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjZWVlYmRkXCIgYm90dG9tX3BhZGRpbmc9XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjM2NFwiIGxpbmVfaGVpZ2h0PVwiMjJcIl1XYXRjaCBob3cgUmlvc1F1YW50IHBlcmZvcm1hbmNlIGNvYWNoIEVQIFByZXN0b24gdG9vayBvdmVyICQxLDMwMCBpbiBwcm9maXRzIGR1cmluZyBGcmlkYXlcJ3MgdHJhZGluZyByb29tIGluIGxpdmUgbWFya2V0cy4gSWYgeW91IGxpa2Ugd2hhdCB5b3Ugc2VlLCB0aGVuIHNpZ24gdXAgZm9yIGEgZnJlZSB0cmlhbCBvZiB0aGUgUmlvc1F1YW50IFRyYWRpbmcgVGVjaG5vbG9neSBhbmQgZ2FpbiBhY2Nlc3MgdG8gYSByZWFsIGxpdmUgdHJhZGluZyByb29tLiBZb3Ugd2lsbCByZWNlaXZlIGNvbXByZWhlbnNpdmUgdHJhaW5pbmcgaW5jbHVkaW5nIHRoZSBjb25jZXB0LCBtZXRob2RzIGFuZCB0b29scyBpbiBhbiBlYXN5IHRvIHVuZGVyc3RhbmQgc3RlcC1ieS1zdGVwIGZvcm1hdC4gVGhlIGV4YWN0IGxvZ2ljIGlzIHJldmVhbGVkIHdpdGggYWxsIHRoZSBuZWNlc3NhcnkgcnVsZXMgbmVlZGVkIGZvciB1bmRlcnN0YW5kaW5nIGFuZCBpbXBsZW1lbnRpbmcgdGhlIFJpb3NRdWFudCBhcHByb2FjaCB0byB0cmFkaW5nIHRoZSBnbG9iYWwgbWFya2V0cy5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE1ODg6IltvcHRpbl9ib3ggc3R5bGU9XCIxNFwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNDkzMjgxXCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIxXCIgdGV4dD1cIkNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hcIiB0ZXh0X3NpemU9XCIxOFwiIHRleHRfY29sb3I9XCIjNTA0MjEwXCIgdGV4dF9mb250PVwiSGVsdmV0aWNhO2RlZmF1bHRcIiB0ZXh0X2JvbGQ9XCJZXCIgdGV4dF9sZXR0ZXJfc3BhY2luZz1cIjBcIiB0ZXh0X3NoYWRvd19wYW5lbD1cIllcIiB0ZXh0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiB0ZXh0X3NoYWRvd19ob3Jpem9udGFsPVwiMFwiIHRleHRfc2hhZG93X2NvbG9yPVwiI2ZmZmY5ZVwiIHRleHRfc2hhZG93X2JsdXI9XCIwXCIgc3R5bGluZ193aWR0aD1cIjEwMFwiIHN0eWxpbmdfaGVpZ2h0PVwiMTRcIiBzdHlsaW5nX2JvcmRlcl9jb2xvcj1cIiNkNjkzMDBcIiBzdHlsaW5nX2JvcmRlcl9zaXplPVwiMVwiIHN0eWxpbmdfYm9yZGVyX3JhZGl1cz1cIjZcIiBzdHlsaW5nX2JvcmRlcl9vcGFjaXR5PVwiMTAwXCIgc3R5bGluZ19ncmFkaWVudF9zdGFydF9jb2xvcj1cIiNmZmNmMGFcIiBzdHlsaW5nX2dyYWRpZW50X2VuZF9jb2xvcj1cIiNmZmRhMjJcIiBkcm9wX3NoYWRvd19wYW5lbD1cIllcIiBkcm9wX3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBkcm9wX3NoYWRvd19ob3Jpem9udGFsPVwiMFwiIGRyb3Bfc2hhZG93X2JsdXI9XCIxXCIgZHJvcF9zaGFkb3dfc3ByZWFkPVwiMFwiIGRyb3Bfc2hhZG93X2NvbG9yPVwiIzAwMDAwMFwiIGRyb3Bfc2hhZG93X29wYWNpdHk9XCIxMFwiIGluc2V0X3NoYWRvd19wYW5lbD1cIllcIiBpbnNldF9zaGFkb3dfdmVydGljYWw9XCIxXCIgaW5zZXRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgaW5zZXRfc2hhZG93X2JsdXI9XCIwXCIgaW5zZXRfc2hhZG93X3NwcmVhZD1cIjBcIiBpbnNldF9zaGFkb3dfY29sb3I9XCIjZmZlNTkwXCIgaW5zZXRfc2hhZG93X29wYWNpdHk9XCIxMDBcIiBsb2NhdGlvbj1cIm9wdGluX2JveF9zdHlsZV8xNFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1DbGljayBoZXJlIGFuZCBjaGVjayB5b3VyIGluYm94Wy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mzg6ImVsZW1lbnQtY29udGFpbmVyIGNmIHBhZC1sZWZ0IGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU5MzoiYmFja2dyb3VuZDojZmNmY2ZjO2JhY2tncm91bmQ6LXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgY29sb3Itc3RvcCgwJSwgI2ZjZmNmYyksIGNvbG9yLXN0b3AoMTAwJSwgI2Y1ZjVmNSkpO2JhY2tncm91bmQ6LXdlYmtpdC1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1vei1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1zLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotby1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6bGluZWFyLWdyYWRpZW50KHRvIGJvdHRvbSwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtmaWx0ZXI6cHJvZ2lkOkRYSW1hZ2VUcmFuc2Zvcm0uTWljcm9zb2Z0LmdyYWRpZW50KHN0YXJ0Q29sb3JzdHI9I2ZjZmNmYywgZW5kQ29sb3JzdHI9I2Y1ZjVmNSwgR3JhZGllbnRUeXBlPTApO3BhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjE0MDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tWTJaalptTWlMQ0ppWVdOclozSnZkVzVrUTI5c2IzSkZibVFpT2lJalpqVm1OV1kxSWl3aWNHRmtaR2x1WjFSdmNDSTZJakl3SWl3aWNHRmtaR2x1WjBKdmRIUnZiU0k2SWpFMUluMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fWk6NDthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjEwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1UQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX0=','revision','2014-06-21 19:47:56'),(209,1859,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjQyOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl1MaXZlIFRyYWRpbmcgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UaGUgVHJhZGluZyBSb29twq48L3NwYW4+IEdldCBTdGFydGVkIE5vdyFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU1OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTUwXCIgaGVpZ2h0PVwiMzA5XCIgYWxpZ249XCJsZWZ0XCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RnNE1ETXpNVGd1YUdRdWJYQTBQM005TnpBMU5HUXhZemszTkdZelpEVXpOR1U0TUdZNU5tVXpaR1l4WkdZMU5Uaz1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjg1OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIHdpZHRoPVwiMzAwXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTc6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNi9lcC1saXZlLXRyYWRpbmctZ3JleS1ibGFjay1mYWRlMi0zMDB4MjI0LmpwZ1wiIHdpZHRoPVwiMzAwXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6Mjk6InR3by1maWZ0aHMgY29sdW1uIGNvbHMgbmFycm93IjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNDE6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyM1wiIGZvbnRfc3R5bGU9XCJub3JtYWxcIiBmb250X2NvbG9yPVwiI2VjZWJlNFwiIGFsaWduPVwibGVmdFwiXUxlYXJuIEhvdyB0byBUcmFkZSBmb3IgYSBMaXZpbmdbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyOToiZWxlbWVudC1jb250YWluZXIgY2YgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3MTY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjZWVlYmRkXCIgYm90dG9tX3BhZGRpbmc9XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjM2NFwiIGxpbmVfaGVpZ2h0PVwiMjJcIl1XYXRjaCBob3cgUmlvc1F1YW50IHBlcmZvcm1hbmNlIGNvYWNoIEVQIFByZXN0b24gdG9vayBvdmVyICQxLDMwMCBpbiBwcm9maXRzIGR1cmluZyBGcmlkYXlcJ3MgdHJhZGluZyByb29tIGluIGxpdmUgbWFya2V0cy4gSWYgeW91IGxpa2Ugd2hhdCB5b3Ugc2VlLCB0aGVuIHNpZ24gdXAgZm9yIGEgZnJlZSB0cmlhbCBvZiB0aGUgUmlvc1F1YW50IFRyYWRpbmcgVGVjaG5vbG9neSBhbmQgZ2FpbiBhY2Nlc3MgdG8gYSByZWFsIGxpdmUgdHJhZGluZyByb29tLiBZb3Ugd2lsbCByZWNlaXZlIGNvbXByZWhlbnNpdmUgdHJhaW5pbmcgaW5jbHVkaW5nIHRoZSBjb25jZXB0LCBtZXRob2RzIGFuZCB0b29scyBpbiBhbiBlYXN5IHRvIHVuZGVyc3RhbmQgc3RlcC1ieS1zdGVwIGZvcm1hdC4gVGhlIGV4YWN0IGxvZ2ljIGlzIHJldmVhbGVkIHdpdGggYWxsIHRoZSBuZWNlc3NhcnkgcnVsZXMgbmVlZGVkIGZvciB1bmRlcnN0YW5kaW5nIGFuZCBpbXBsZW1lbnRpbmcgdGhlIFJpb3NRdWFudCBhcHByb2FjaCB0byB0cmFkaW5nIHRoZSBnbG9iYWwgbWFya2V0cy5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE1ODg6IltvcHRpbl9ib3ggc3R5bGU9XCIxNFwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNDkzMjgxXCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIxXCIgdGV4dD1cIkNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hcIiB0ZXh0X3NpemU9XCIxOFwiIHRleHRfY29sb3I9XCIjNTA0MjEwXCIgdGV4dF9mb250PVwiSGVsdmV0aWNhO2RlZmF1bHRcIiB0ZXh0X2JvbGQ9XCJZXCIgdGV4dF9sZXR0ZXJfc3BhY2luZz1cIjBcIiB0ZXh0X3NoYWRvd19wYW5lbD1cIllcIiB0ZXh0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiB0ZXh0X3NoYWRvd19ob3Jpem9udGFsPVwiMFwiIHRleHRfc2hhZG93X2NvbG9yPVwiI2ZmZmY5ZVwiIHRleHRfc2hhZG93X2JsdXI9XCIwXCIgc3R5bGluZ193aWR0aD1cIjEwMFwiIHN0eWxpbmdfaGVpZ2h0PVwiMTRcIiBzdHlsaW5nX2JvcmRlcl9jb2xvcj1cIiNkNjkzMDBcIiBzdHlsaW5nX2JvcmRlcl9zaXplPVwiMVwiIHN0eWxpbmdfYm9yZGVyX3JhZGl1cz1cIjZcIiBzdHlsaW5nX2JvcmRlcl9vcGFjaXR5PVwiMTAwXCIgc3R5bGluZ19ncmFkaWVudF9zdGFydF9jb2xvcj1cIiNmZmNmMGFcIiBzdHlsaW5nX2dyYWRpZW50X2VuZF9jb2xvcj1cIiNmZmRhMjJcIiBkcm9wX3NoYWRvd19wYW5lbD1cIllcIiBkcm9wX3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBkcm9wX3NoYWRvd19ob3Jpem9udGFsPVwiMFwiIGRyb3Bfc2hhZG93X2JsdXI9XCIxXCIgZHJvcF9zaGFkb3dfc3ByZWFkPVwiMFwiIGRyb3Bfc2hhZG93X2NvbG9yPVwiIzAwMDAwMFwiIGRyb3Bfc2hhZG93X29wYWNpdHk9XCIxMFwiIGluc2V0X3NoYWRvd19wYW5lbD1cIllcIiBpbnNldF9zaGFkb3dfdmVydGljYWw9XCIxXCIgaW5zZXRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgaW5zZXRfc2hhZG93X2JsdXI9XCIwXCIgaW5zZXRfc2hhZG93X3NwcmVhZD1cIjBcIiBpbnNldF9zaGFkb3dfY29sb3I9XCIjZmZlNTkwXCIgaW5zZXRfc2hhZG93X29wYWNpdHk9XCIxMDBcIiBsb2NhdGlvbj1cIm9wdGluX2JveF9zdHlsZV8xNFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1DbGljayBoZXJlIGFuZCBjaGVjayB5b3VyIGluYm94Wy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mzg6ImVsZW1lbnQtY29udGFpbmVyIGNmIHBhZC1sZWZ0IGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU5MzoiYmFja2dyb3VuZDojZmNmY2ZjO2JhY2tncm91bmQ6LXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgY29sb3Itc3RvcCgwJSwgI2ZjZmNmYyksIGNvbG9yLXN0b3AoMTAwJSwgI2Y1ZjVmNSkpO2JhY2tncm91bmQ6LXdlYmtpdC1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1vei1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1zLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotby1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6bGluZWFyLWdyYWRpZW50KHRvIGJvdHRvbSwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtmaWx0ZXI6cHJvZ2lkOkRYSW1hZ2VUcmFuc2Zvcm0uTWljcm9zb2Z0LmdyYWRpZW50KHN0YXJ0Q29sb3JzdHI9I2ZjZmNmYywgZW5kQ29sb3JzdHI9I2Y1ZjVmNSwgR3JhZGllbnRUeXBlPTApO3BhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjE0MDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tWTJaalptTWlMQ0ppWVdOclozSnZkVzVrUTI5c2IzSkZibVFpT2lJalpqVm1OV1kxSWl3aWNHRmtaR2x1WjFSdmNDSTZJakl3SWl3aWNHRmtaR2x1WjBKdmRIUnZiU0k2SWpFMUluMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fWk6NDthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjEwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1UQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX0=','publish','2014-06-21 20:53:31'),(210,2006,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI0NToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1UcmFkaW5nIEZ1dHVyZXMgU3VjY2Vzc2Z1bGx5IG9uIHRoZSDCoCDCoCDCoCDCoCDCoCBTaG91bGRlcnMgb2YgR2lhbnRzWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4MToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIyXCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cIjMwMFwiIGZvbnRfY29sb3I9XCIjMzk1NDY4XCIgYWxpZ249XCJjZW50ZXJcIl1ieSBEci4gRGVhbiBIYW5kbGV5IMKgLSDCoEZ1dHVyZXMgVHJ1dGggTWFnYXppbmVbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjE6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9mdXR1cmVzLXRydXRoLTI0NHgzMDAuanBnXCIgd2lkdGg9XCIyNDRcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMjY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl1SaW9zIFF1YW50aXRhdGl2ZVwncyBsaXZlIHRyYWRpbmcgcm9vbSDCoGlzIHJhbmtlZCBhbW9uZyB0aGUgdG9wIHRlbiBvdXQgb2YgNDIyIHJvb21zIGluIHJlY2VudCByZXNlYXJjaCByZXBvcnQuIMKgR2V0IHlvdXIgZnJlZSBjb3B5IG9mIHRoZSByZXBvcnQgYW5kIGZpbmQgb3V0IHdoaWNoIHRyYWRpbmcgcm9vbXMgYXJlIG1ha2luZyBwcm9maXRhYmxlIHRyYWRlcyBpbiBsaXZlIG1hcmtldHMgYW5kIHdoaWNoIG9uZXMgYXJlIG5vdCEKCjxwPiZuYnNwOzwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3NDc6IltvcHRpbl9ib3ggc3R5bGU9XCIxMVwiIHdpZHRoPVwiNDUwXCIgbWFyZ2luX3RvcD1cIjE1XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0MjYwOTNcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVJXNTBaWElnZVc5MWNpQnVZVzFsSUdGdVpDQmxiV0ZwYkNCaVpXeHZkeUJtYjNJZ2FXNXpkR0Z1ZENCaFkyTmxjM011TGk0PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIl1DbGljayB0aGVuIGNoZWNrIHlvdXIgaW5ib3ggZm9yIGNvbmZpcm1hdGlvbiFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NDoiZTMwPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjc3OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMTdcIiB3aWR0aD1cIjk0MFwiXTxoMiBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3BhbiBzdHlsZT1cImNvbG9yOiAjNDI1MDYzO1wiPllvdVwncmUgwqAzLVN0ZXBzIEF3YXkgdG8KR2V0dGluZyBTdGFydGVkIGluIG91ciBMaXZlIFRyYWRpbmcgUm9vbcKgPC9zcGFuPjwvaDI+CjxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo2NjI6IltzdGVwX2dyYXBoaWNzIHN0eWxlPVwiNVwiIGNvbG9yPVwiIzQyNTA2M1wiXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIxXCIgaGVhZGxpbmU9XCJSZXNlcnZlIHlvdXIgc3BvdCBpbW1lZGlhdGVseSwgc3BhY2UgaXMgbGltaXRlZC4gRW50ZXIgeW91ciBlbWFpbCB0b2RheSB0byBzZWN1cmUgeW91ciBhY2Nlc3MuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIyXCIgaGVhZGxpbmU9XCJMaXZlIHRyYWRpbmcgc3RhcnRzIE1vbmRheSB0aHJvdWdoIEZyaWRheSBhdCA3OjMwIGEubS4gRVQsIHNwYWNlIGlzIGxpbWl0ZWQgc28gbG9nIGluIDcgbWludXRlcyBlYXJseS5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjNcIiBoZWFkbGluZT1cIk9uY2UgeW91clwnZSBpbiwgcGF5IGNsb3NlIGF0dGVudGlvbiBhbmQgd2F0Y2ggdXMgdHJhZGUgdGhlIGxpdmUgbWFya2V0cyB3aXRoIGN1dHRpbmcgZWRnZSBxdWFudGl0YXRpdmUgdG9vbHMuIEhhdmUgeW91ciBwZW4gYW5kIHBhcGVyIHJlYWR5IHRvIHRha2Ugbm90ZXMgYW5kIGxlYXJuIHdoYXQgcXVhbnQgdHJhZGluZyBpcyBhbGwgYWJvdXQuIEFzayBhcyBtYW55IHF1ZXN0aW9ucyBhcyB5b3UgbGlrZS4gQmUgcmVhZHkgdG8gYmUgYW1hemVkIVwiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3NTc6Ilt0ZXN0aW1vbmlhbHMgc3R5bGU9XCIyXCIgbWFyZ2luX3RvcD1cIlwiIG1hcmdpbl9ib3R0b209XCJcIl1bdGVzdGltb25pYWwgbmFtZT1cIkRlYW4gSGFuZGxleSwgUGhELCBNQkEsIEpEXCIgY29tcGFueT1cIkRyLiBIYW5kbGV5IGhhcyBCUy1CaW9sb2d5OyBNUy1CaW9jaGVtLCBQaEQtTW9sZWMgR2VuZXRpY3MsIEZlbGxvd3NoaXApLCBhbiBNQkEgaW4gZmluYW5jZSBhbmQgIGEgSnVyaXMgRG9jdG9yYXRlIChKRCkgaW4gaW50ZWxsZWN0dWFsIHByb3BlcnR5LiBIZSBoYXMgYmVlbiBhbiBhY3RpdmUgZnV0dXJlcyB0cmFkZXIgZm9yIG5lYXJseSBmb3VyIHllYXJzLiBcIiBocmVmPVwiXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9kZWFuLWhhbmRsZXkuanBnXCJdPHA+UmlvcyBRdWFudGl0YXRpdmUgLSBcIlRoZXkgdHJhZGUgdGhlIGdyZWF0ZXN0IGRpdmVyc2l0eSBvZiBmdXR1cmVzIGluZGljZXMgSSBoYXZlIGV2ZXIgc2VlbiBhbmQgcHJlc2VudCBhcyBhIG9uZS1zdG9wIGZpbmFuY2lhbCBib3V0aXF1ZSBzcGVjaWFsaXppbmcgaW4gZWxlY3Ryb25pYyB0cmFkaW5nIHN0cmF0ZWd5Li4uIFRoZWlyIHRlY2hub2xvZ3kgcHJvdmlkZXMgdHJhZGVycyBhY2Nlc3MgdG8gaW5ub3ZhdGl2ZSBtZXRob2RzIHRvIHByb2ZpdCBmcm9tIHRoZSBtYXJrZXRzIHdoaWxlIGNvbnRyb2xsaW5nIHJpc2suXCI8L3A+Wy90ZXN0aW1vbmlhbF1bL3Rlc3RpbW9uaWFsc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI2MzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkNPTU1PRElUWSBGVVRVUkVTLCBPUFRJT05TLCBBTkQgRk9SRVggVFJBRElORyBJTlZPTFZFUyBTVUJTVEFOVElBTCBSSVNLIEFORCBJUyBOT1QgU1VJVEFCTEUgRk9SIEFMTCBJTlZFU1RPUlMuIFBBU1QgUEVSRk9STUFOQ0UgSVMgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFJFU1VMVFMuPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','publish','2014-08-02 13:32:42'),(211,2007,'body','YToxOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czoyNjoicm93IG9uZS1jb2wgY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjE1OiJvbmUgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6NDp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxNDoiW2ltYWdlcyBzdHlsZT0iMCIgaW1hZ2U9Imh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvcGx1Z2lucy9vcHRpbWl6ZVByZXNzUGx1Z2luL3BhZ2VzL2xhbmRpbmcvMi9zdHlsZXMvU2FtcGxlTG9nby1EYXJrLnBuZyIgd2lkdGg9IjI2MyIgYWxpZ249ImNlbnRlciIgdG9wX21hcmdpbj0iMCIgYm90dG9tX21hcmdpbj0iNTAiIGZ1bGxfd2lkdGg9IlkiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTI4OiJbaGVhZGxpbmUgc3R5bGU9IjEiIGZvbnRfY29sb3I9IiMwMDAwMDAiIGFsaWduPSJjZW50ZXIiXURpc2NvdmVyIEhvdyBZb3UgQ2FuIEJ1aWxkIFBhZ2VzIEp1c3QgTGlrZSBUaGlzIEluIFNlY29uZHMuLi5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTgzOiJbdGV4dF9ibG9jayBzdHlsZT0ic3R5bGVfMS5wbmciIGFsaWduPSJsZWZ0Il1Zb3VyIGhpZ2ggaW1wYWN0IHN1Yi1oZWFkbGluZSBvciBjYWxsIHRvIGFjdGlvbiB0ZXh0IHdvdWxkIGJlIHBsYWNlZCBoZXJlLiBFbnRlciB5b3VyIG5hbWUgYW5kIGVtYWlsIGJlbG93IGZvciBpbnN0YW50IGFjY2Vzc1svdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc4NToiW29wdGluX2JveCBzdHlsZT0iNyIgYWxpZ25tZW50PSJjZW50ZXIiIGVtYWlsX2ZpZWxkPSJudWxsIiBlbWFpbF9kZWZhdWx0PSJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3MiIGludGVncmF0aW9uX3R5cGU9ImN1c3RvbSIgZG91YmxlX29wdGluPSJZIiBuYW1lX2ZpZWxkPSJudWxsIiBuYW1lX2RlZmF1bHQ9IkVudGVyIHlvdXIgZmlyc3QgbmFtZSJdW29wdGluX2JveF9jb2RlXTxkaXYgc3R5bGU9ImRpc3BsYXk6bm9uZSI+PC9kaXY+Wy9vcHRpbl9ib3hfY29kZV1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9ImhlYWRsaW5lIl1IZXJlJ3MgVGhlIEhlYWRsaW5lIEZvciBUaGUgQm94Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPSJwYXJhZ3JhcGgiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9InByaXZhY3kiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9InRvcF9jb2xvciJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT0iMCIgYnV0dG9uX2JlbG93PSJZIl1HZXQgSW5zdGFudCBBY2Nlc3MhWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','revision','2014-08-02 13:37:07'),(212,2007,'body','YToxOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czoyNjoicm93IG9uZS1jb2wgY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjE1OiJvbmUgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6NDp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE5MDoiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L3JxbG9nb2JsYWNrMy5qcGdcIiB3aWR0aD1cIjUzMVwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBib3R0b21fbWFyZ2luPVwiNTBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6OTQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X2NvbG9yPVwiIzAwMDAwMFwiIGFsaWduPVwiY2VudGVyXCJdRGlzY292ZXIgYSBOZXcgV2F5Li4uWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4NzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXVlvdXIgaGlnaCBpbXBhY3Qgc3ViLWhlYWRsaW5lIG9yIGNhbGwgdG8gYWN0aW9uIHRleHQgd291bGQgYmUgcGxhY2VkIGhlcmUuIEVudGVyIHlvdXIgbmFtZSBhbmQgZW1haWwgYmVsb3cgZm9yIGluc3RhbnQgYWNjZXNzWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODE2OiJbb3B0aW5fYm94IHN0eWxlPVwiN1wiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwibnVsbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBpbnRlZ3JhdGlvbl90eXBlPVwiY3VzdG9tXCIgZG91YmxlX29wdGluPVwiWVwiIG5hbWVfZmllbGQ9XCJudWxsXCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCJdW29wdGluX2JveF9jb2RlXTxkaXYgc3R5bGU9XCJkaXNwbGF5Om5vbmVcIj48L2Rpdj5bL29wdGluX2JveF9jb2RlXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdSGVyZVwncyBUaGUgSGVhZGxpbmUgRm9yIFRoZSBCb3hbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1URzl5WlcwZ2FYQnpkVzBnWkc5c2IzSWdjMmwwSUdGdFpYUXNJR052Ym5ObFkzUmxkSFZ5SUdGa2FYQnBjMk5wYm1jZ1pXeHBkQzRnUkc5dVpXTWdkbVZzSUc1MWJtTWdibTl1SUd4aFkzVnpJSFpsYm1WdVlYUnBjeUJqYjIxdGIyUnZMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1HZXQgSW5zdGFudCBBY2Nlc3MhWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','revision','2014-08-02 14:01:38'),(213,2007,'body','YToxOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czoyNjoicm93IG9uZS1jb2wgY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjE1OiJvbmUgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6NDp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE5MDoiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L3JxbG9nb2JsYWNrMy5qcGdcIiB3aWR0aD1cIjUzMVwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBib3R0b21fbWFyZ2luPVwiNTBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODM6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X2NvbG9yPVwiIzAwMDAwMFwiIGFsaWduPVwiY2VudGVyXCJdQmUgQW1hemVkIVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl1UaGlzIGlzIHRoZSBuZXh0IGdlbmVyYXRpb24gb2YgdHJhZGluZyB0aGUgZ2xvYmFsIG1hcmtldHMuIFdlIGludml0ZSB5b3UgdG8gYmUgYSBwYXJ0IG9mIGl0LiBHZXQgcmVhZHkgdG8gYmUgYW1hemVkIVsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjg2MjoiW29wdGluX2JveCBzdHlsZT1cIjdcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9maWVsZD1cIm51bGxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImN1c3RvbVwiIGRvdWJsZV9vcHRpbj1cIllcIiBuYW1lX2ZpZWxkPVwibnVsbFwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIl1bb3B0aW5fYm94X2NvZGVdPGRpdiBzdHlsZT1cImRpc3BsYXk6bm9uZVwiPjwvZGl2Plsvb3B0aW5fYm94X2NvZGVdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1IZXJlXCdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXUxldFwncyBHTyFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','publish','2014-08-02 14:06:29'),(214,2010,'body','YToxOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czoyNjoicm93IG9uZS1jb2wgY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjE1OiJvbmUgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6NDp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE5MDoiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L3JxbG9nb2JsYWNrMy5qcGdcIiB3aWR0aD1cIjUzMVwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBib3R0b21fbWFyZ2luPVwiNTBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODM6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X2NvbG9yPVwiIzAwMDAwMFwiIGFsaWduPVwiY2VudGVyXCJdQmUgQW1hemVkIVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl1UaGlzIGlzIHRoZSBuZXh0IGdlbmVyYXRpb24gb2YgdHJhZGluZyB0aGUgZ2xvYmFsIG1hcmtldHMuIFdlIGludml0ZSB5b3UgdG8gYmUgYSBwYXJ0IG9mIGl0LiBHZXQgcmVhZHkgdG8gYmUgYW1hemVkIVsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjg2MjoiW29wdGluX2JveCBzdHlsZT1cIjdcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9maWVsZD1cIm51bGxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImN1c3RvbVwiIGRvdWJsZV9vcHRpbj1cIllcIiBuYW1lX2ZpZWxkPVwibnVsbFwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIl1bb3B0aW5fYm94X2NvZGVdPGRpdiBzdHlsZT1cImRpc3BsYXk6bm9uZVwiPjwvZGl2Plsvb3B0aW5fYm94X2NvZGVdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1IZXJlXCdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXUxldFwncyBHTyFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','revision','2014-08-02 14:08:25'),(215,2010,'body','YToxOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czoyNjoicm93IG9uZS1jb2wgY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjE1OiJvbmUgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6NDp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE5MDoiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L3JxbG9nb2JsYWNrMy5qcGdcIiB3aWR0aD1cIjUzMVwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBib3R0b21fbWFyZ2luPVwiNTBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODM6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X2NvbG9yPVwiIzAwMDAwMFwiIGFsaWduPVwiY2VudGVyXCJdQmUgQW1hemVkIVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl1UaGlzIGlzIHRoZSBuZXh0IGdlbmVyYXRpb24gb2YgdHJhZGluZyB0aGUgZ2xvYmFsIGZpbmFuY2lhbCBtYXJrZXRzLiBXZSBpbnZpdGUgeW91IHRvIGJlIGEgcGFydCBvZiBpdC4gR2V0IHJlYWR5IHRvIGJlIGFtYXplZCFbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4NjI6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJudWxsXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJjdXN0b21cIiBkb3VibGVfb3B0aW49XCJZXCIgbmFtZV9maWVsZD1cIm51bGxcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCJdW29wdGluX2JveF9jb2RlXTxkaXYgc3R5bGU9XCJkaXNwbGF5Om5vbmVcIj48L2Rpdj5bL29wdGluX2JveF9jb2RlXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdSGVyZVwncyBUaGUgSGVhZGxpbmUgRm9yIFRoZSBCb3hbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1URzl5WlcwZ2FYQnpkVzBnWkc5c2IzSWdjMmwwSUdGdFpYUXNJR052Ym5ObFkzUmxkSFZ5SUdGa2FYQnBjMk5wYm1jZ1pXeHBkQzRnUkc5dVpXTWdkbVZzSUc1MWJtTWdibTl1SUd4aFkzVnpJSFpsYm1WdVlYUnBjeUJqYjIxdGIyUnZMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1MZXRcJ3MgR08hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','revision','2014-08-02 14:16:29'),(216,2010,'body','YToxOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czoyNjoicm93IG9uZS1jb2wgY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjE1OiJvbmUgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6NDp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE5MDoiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L3JxbG9nb2JsYWNrMy5qcGdcIiB3aWR0aD1cIjUzMVwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBib3R0b21fbWFyZ2luPVwiNTBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODM6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X2NvbG9yPVwiIzAwMDAwMFwiIGFsaWduPVwiY2VudGVyXCJdQmUgQW1hemVkIVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl1UaGlzIGlzIHRoZSBuZXh0IGdlbmVyYXRpb24gb2YgdHJhZGluZyB0aGUgZ2xvYmFsIGZpbmFuY2lhbCBtYXJrZXRzLiBXZSBpbnZpdGUgeW91IHRvIGJlIGEgcGFydCBvZiBpdC4gR2V0IHJlYWR5IHRvIGJlIGFtYXplZCFbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4MTM6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgZG91YmxlX29wdGluPVwiWVwiIGxpc3Q9XCIzNTQwNzg1XCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1IZXJlXCdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXUxldFwncyBHTyFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','revision','2014-08-02 14:36:23'),(217,2010,'body','YToxOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czoyNjoicm93IG9uZS1jb2wgY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjE1OiJvbmUgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6NDp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE5MDoiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L3JxbG9nb2JsYWNrMy5qcGdcIiB3aWR0aD1cIjUzMVwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBib3R0b21fbWFyZ2luPVwiNTBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODM6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X2NvbG9yPVwiIzAwMDAwMFwiIGFsaWduPVwiY2VudGVyXCJdQmUgQW1hemVkIVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl1UaGlzIGlzIHRoZSBuZXh0IGdlbmVyYXRpb24gb2YgdHJhZGluZyB0aGUgZ2xvYmFsIGZpbmFuY2lhbCBtYXJrZXRzLiBXZSBpbnZpdGUgeW91IHRvIGJlIGEgcGFydCBvZiBpdC4gR2V0IHJlYWR5IHRvIGJlIGFtYXplZCFbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4MzA6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgZG91YmxlX29wdGluPVwiWVwiIGxpc3Q9XCIzNTQwNzg1XCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1IZXJlXCdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGFuZCBjaGVjayB5b3VyIGluYm94IVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19','publish','2014-08-02 14:39:47'),(218,2025,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1FdmVyIGRyZWFtIG9mIHRyYWRpbmcgZm9yIGEgbGl2aW5nP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMjA6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdRXhwZXJpZW5jZSB0aGUgcG93ZXIgb2YgbWFya2V0IGludGVsbGlnZW5jZSEgU3RhcnQgeW91ciBmcmVlIHRyaWFsIGluIHRocmVlIGVhc3kgc3RlcHMhWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTU2OiJiYWNrZ3JvdW5kOiNmMmYyZjI7cGFkZGluZy1ib3R0b206MjBweDtib3JkZXItdG9wLXdpZHRoOjFweDtib3JkZXItYm90dG9tLXdpZHRoOjFweDtib3JkZXItc3R5bGU6c29saWQ7Ym9yZGVyLXRvcC1jb2xvcjojZTNlM2UzO2JvcmRlci1ib3R0b20tY29sb3I6I2UzZTNlMzsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEzMjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tTW1ZeVpqSWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNakFpTENKaWIzSmtaWEpYYVdSMGFDSTZJakVpTENKaWIzSmtaWEpEYjJ4dmNpSTZJaU5sTTJVelpUTWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo0OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTc2OiJbaW1hZ2VzIHN0eWxlPVwiNVwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvZXF1aXR5LWN1cnZlLXBpZXJyZS5qcGdcIiB3aWR0aD1cIjgwOFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY1OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGxhcmdlX2ltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvZXF1aXR5LWN1cnZlLXBpZXJyZS5qcGdcIiB3aWR0aD1cIjgwOFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMzNDoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXVJpb3NRdWFudCBtZW1iZXIgUGllcnJlIHRvb2sgJDEsNjAwIGluIHByb2ZpdHMgZnJvbSB0aGUgZnV0dXJlcyBtYXJrZXQgaW4gdHdvIGRheXMgd2l0aCAxMyB0cmFkZXMuIEhlIHRyYWRlcyBldmVyeSBtb3JuaW5nIHdpdGggb3RoZXIgbGlrZS1taW5kZWQgdHJhZGVycyBpbiBvdXIgbGl2ZSBvbmxpbmUgdHJhZGluZyByb29tLiBIZSBpcyBhIG1vbWVudHVtIHRyYWRlciBhbmQgdXNlcyB0aGUgUmlvc1F1YW50IGZvcndhcmQtbG9va2luZyB0cmFkaW5nIHN5c3RlbXMuJm5ic3A7Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY4OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGxhcmdlX2ltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvZXF1aXR5LWN1cnZlLXBpZXJyZS5qcGdcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc0MzoiW29wdGluX2JveCBzdHlsZT1cIjExXCIgd2lkdGg9XCI0NTBcIiBtYXJnaW5fdG9wPVwiMTVcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9maWVsZD1cImVtYWlsXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJhd2ViZXJcIiBsaXN0PVwiMzQ0NDY5OFwiIG5hbWVfZmllbGQ9XCJuYW1lXCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIiBuYW1lX3JlcXVpcmVkPVwiTlwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdUlc1MFpYSWdlVzkxY2lCdVlXMWxJR0Z1WkNCbGJXRnBiQ0JpWld4dmR5QjBieUJuWlhRZ2MzUmhjblJsWkM0dUxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCJdQ2xpY2sgdGhlbiBjaGVjayB5b3VyIGluYm94IGZvciBjb25maXJtYXRpb24hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI3NDoiW3ZpZGVvX3BsYXllciB0eXBlPVwidXJsXCIgYXV0b19wbGF5PVwiWVwiIHVybDE9XCJcIiB1cmwyPVwiXCIgd2lkdGg9XCI1NjBcIiBoZWlnaHQ9XCIzMTVcIiBhbGlnbj1cImNlbnRlclwiIG1hcmdpbl90b3A9XCIwXCIgbWFyZ2luX2JvdHRvbT1cIjIwXCJdYUhSMGNEb3ZMM0JzWVhsbGNpNTJhVzFsYnk1amIyMHZaWGgwWlhKdVlXd3ZPVGMyTmpJM05URXVjMlF1YlhBMFAzTTlZV1U1T0RrMU16RTRZalV4WkRrMU5qVTNZMkkzTkROa01XVXlNbVE0WVRNPVsvdmlkZW9fcGxheWVyXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NDoiZTMwPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjg4OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMTdcIiB3aWR0aD1cIjk0MFwiXTxoMiBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3BhbiBzdHlsZT1cImNvbG9yOiAjNDI1MDYzO1wiPllvdVwncmUgwqAzLVN0ZXBzIEF3YXkgdG8KR2V0dGluZyBTdGFydGVkIFdpdGggWW91ciBUcmFkaW5nIFN5c3RlbSBGcmVlIFRyaWFswqA8L3NwYW4+PC9oMj4KPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU5MjoiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCI1XCIgY29sb3I9XCIjNDI1MDYzXCJdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIkluc3RhbGxhdGlvbiAtIFRlY2ggc3VwcG9ydCBtZW1iZXIgd2lsbCB3YWxrIHlvdSB0aHJvdWdoIHRoZSBpbnN0YWxsYXRpb24sIG1ha2luZyB0aGUgcHJvY2VzcyBxdWljayBhbmQgdHJvdWJsZSBmcmVlLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiVHJhaW5pbmcgLSAgT25lLW9uLW9uZSB0cmFpbmluZyB0byBpbnN1cmUgeW91IGxlYXJuIGFsbCB0aGUgdHJhZGluZyBzeXN0ZW0gaGFzIHRvIG9mZmVyLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiM1wiIGhlYWRsaW5lPVwiTGl2ZSBUcmFkaW5nIFJvb20gLSBFeHBlcmllbmNlIHRoZSBwb3dlciBvZiBtYXJrZXQgaW50ZWxsaWdlbmNlIGluIHJlYWwgbWFya2V0IGVudmlyb25tZW50IHdpdGggUmlvc1F1YW50IG1lbWJlcnMgYW5kIGNvYWNoZXMgdG8gaW5zdXJlIHlvdSBnZXQgdGhlIG1vc3Qgb3V0IG9mIHlvdXIgZnJlZSB0cmlhbC5cIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDIzOiJbdGVzdGltb25pYWxzIHN0eWxlPVwiMlwiIG1hcmdpbl90b3A9XCJcIiBtYXJnaW5fYm90dG9tPVwiXCJdW3Rlc3RpbW9uaWFsIG5hbWU9XCJQaWVycmUgLSBOZXcgSmVyc2V5IFVTQVwiIGNvbXBhbnk9XCJSaW9zUXVhbnQgbWVtYmVyIHNpbmNlIDIwMTJcIiBocmVmPVwiXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9waWVycmUtZ2FtaWwtcGljLmpwZ1wiXTxwPlwiQ291bGQgbm90IGRvIGl0IHdpdGhvdXQgeW91Li4uIElcJ2xsIG5ldmVyIGJlIGFibGUgdG8gdGhhbmsgeW91IEVQIGFuZCBTdGV2ZSBlbm91Z2ggZm9yIHRoZSBkZWRpY2F0aW9uIHlvdSBzaG93IGFuZCB0aGUgc3VwcG9ydCB5b3Ugb2ZmZXIhXCI8L3A+Wy90ZXN0aW1vbmlhbF1bL3Rlc3RpbW9uaWFsc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMyOToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkNPTU1PRElUWSBGVVRVUkVTLCBPUFRJT05TLCBBTkQgRk9SRVggVFJBRElORyBJTlZPTFZFUyBTVUJTVEFOVElBTCBSSVNLIEFORCBJUyBOT1QgU1VJVEFCTEUgRk9SIEFMTCBJTlZFU1RPUlMuIFBBU1QgUEVSRk9STUFOQ0UgSVMgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFJFU1VMVFMuIFRFU1RJTU9OSUFMUyBBUkUgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFBFUkZPUk1BTkNFIE9SIFNVQ0NFU1MuPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','revision','2014-08-05 11:58:30'),(219,2025,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1FdmVyIGRyZWFtIG9mIHRyYWRpbmcgZm9yIGEgbGl2aW5nP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMjA6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdRXhwZXJpZW5jZSB0aGUgcG93ZXIgb2YgbWFya2V0IGludGVsbGlnZW5jZSEgU3RhcnQgeW91ciBmcmVlIHRyaWFsIGluIHRocmVlIGVhc3kgc3RlcHMhWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTU2OiJiYWNrZ3JvdW5kOiNmMmYyZjI7cGFkZGluZy1ib3R0b206MjBweDtib3JkZXItdG9wLXdpZHRoOjFweDtib3JkZXItYm90dG9tLXdpZHRoOjFweDtib3JkZXItc3R5bGU6c29saWQ7Ym9yZGVyLXRvcC1jb2xvcjojZTNlM2UzO2JvcmRlci1ib3R0b20tY29sb3I6I2UzZTNlMzsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEzMjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tTW1ZeVpqSWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNakFpTENKaWIzSmtaWEpYYVdSMGFDSTZJakVpTENKaWIzSmtaWEpEYjJ4dmNpSTZJaU5sTTJVelpUTWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo0OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY5OiJbaW1hZ2VzIHN0eWxlPVwiNVwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDgvcGllcnJlLWN1cnZlLmpwZ1wiIHdpZHRoPVwiNjc4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjU6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzM0OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUmlvc1F1YW50IG1lbWJlciBQaWVycmUgdG9vayAkMSw2MDAgaW4gcHJvZml0cyBmcm9tIHRoZSBmdXR1cmVzIG1hcmtldCBpbiB0d28gZGF5cyB3aXRoIDEzIHRyYWRlcy4gSGUgdHJhZGVzIGV2ZXJ5IG1vcm5pbmcgd2l0aCBvdGhlciBsaWtlLW1pbmRlZCB0cmFkZXJzIGluIG91ciBsaXZlIG9ubGluZSB0cmFkaW5nIHJvb20uIEhlIGlzIGEgbW9tZW50dW0gdHJhZGVyIGFuZCB1c2VzIHRoZSBSaW9zUXVhbnQgZm9yd2FyZC1sb29raW5nIHRyYWRpbmcgc3lzdGVtcy4mbmJzcDtbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjg6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzQzOiJbb3B0aW5fYm94IHN0eWxlPVwiMTFcIiB3aWR0aD1cIjQ1MFwiIG1hcmdpbl90b3A9XCIxNVwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNDQ0Njk4XCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1SVzUwWlhJZ2VXOTFjaUJ1WVcxbElHRnVaQ0JsYldGcGJDQmlaV3h2ZHlCMGJ5Qm5aWFFnYzNSaGNuUmxaQzR1TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIl1DbGljayB0aGVuIGNoZWNrIHlvdXIgaW5ib3ggZm9yIGNvbmZpcm1hdGlvbiFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjc0OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiBhdXRvX3BsYXk9XCJZXCIgdXJsMT1cIlwiIHVybDI9XCJcIiB3aWR0aD1cIjU2MFwiIGhlaWdodD1cIjMxNVwiIGFsaWduPVwiY2VudGVyXCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMjBcIl1hSFIwY0RvdkwzQnNZWGxsY2k1MmFXMWxieTVqYjIwdlpYaDBaWEp1WVd3dk9UYzJOakkzTlRFdWMyUXViWEEwUDNNOVlXVTVPRGsxTXpFNFlqVXhaRGsxTmpVM1kySTNORE5rTVdVeU1tUTRZVE09Wy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo0OiJlMzA9IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyODg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxN1wiIHdpZHRoPVwiOTQwXCJdPGgyIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjxzcGFuIHN0eWxlPVwiY29sb3I6ICM0MjUwNjM7XCI+WW91XCdyZSDCoDMtU3RlcHMgQXdheSB0bwpHZXR0aW5nIFN0YXJ0ZWQgV2l0aCBZb3VyIFRyYWRpbmcgU3lzdGVtIEZyZWUgVHJpYWzCoDwvc3Bhbj48L2gyPgo8cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTkyOiJbc3RlcF9ncmFwaGljcyBzdHlsZT1cIjVcIiBjb2xvcj1cIiM0MjUwNjNcIl1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMVwiIGhlYWRsaW5lPVwiSW5zdGFsbGF0aW9uIC0gVGVjaCBzdXBwb3J0IG1lbWJlciB3aWxsIHdhbGsgeW91IHRocm91Z2ggdGhlIGluc3RhbGxhdGlvbiwgbWFraW5nIHRoZSBwcm9jZXNzIHF1aWNrIGFuZCB0cm91YmxlIGZyZWUuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIyXCIgaGVhZGxpbmU9XCJUcmFpbmluZyAtICBPbmUtb24tb25lIHRyYWluaW5nIHRvIGluc3VyZSB5b3UgbGVhcm4gYWxsIHRoZSB0cmFkaW5nIHN5c3RlbSBoYXMgdG8gb2ZmZXIuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIzXCIgaGVhZGxpbmU9XCJMaXZlIFRyYWRpbmcgUm9vbSAtIEV4cGVyaWVuY2UgdGhlIHBvd2VyIG9mIG1hcmtldCBpbnRlbGxpZ2VuY2UgaW4gcmVhbCBtYXJrZXQgZW52aXJvbm1lbnQgd2l0aCBSaW9zUXVhbnQgbWVtYmVycyBhbmQgY29hY2hlcyB0byBpbnN1cmUgeW91IGdldCB0aGUgbW9zdCBvdXQgb2YgeW91ciBmcmVlIHRyaWFsLlwiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0MjM6Ilt0ZXN0aW1vbmlhbHMgc3R5bGU9XCIyXCIgbWFyZ2luX3RvcD1cIlwiIG1hcmdpbl9ib3R0b209XCJcIl1bdGVzdGltb25pYWwgbmFtZT1cIlBpZXJyZSAtIE5ldyBKZXJzZXkgVVNBXCIgY29tcGFueT1cIlJpb3NRdWFudCBtZW1iZXIgc2luY2UgMjAxMlwiIGhyZWY9XCJcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L3BpZXJyZS1nYW1pbC1waWMuanBnXCJdPHA+XCJDb3VsZCBub3QgZG8gaXQgd2l0aG91dCB5b3UuLi4gSVwnbGwgbmV2ZXIgYmUgYWJsZSB0byB0aGFuayB5b3UgRVAgYW5kIFN0ZXZlIGVub3VnaCBmb3IgdGhlIGRlZGljYXRpb24geW91IHNob3cgYW5kIHRoZSBzdXBwb3J0IHlvdSBvZmZlciFcIjwvcD5bL3Rlc3RpbW9uaWFsXVsvdGVzdGltb25pYWxzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzI5OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+Q09NTU9ESVRZIEZVVFVSRVMsIE9QVElPTlMsIEFORCBGT1JFWCBUUkFESU5HIElOVk9MVkVTIFNVQlNUQU5USUFMIFJJU0sgQU5EIElTIE5PVCBTVUlUQUJMRSBGT1IgQUxMIElOVkVTVE9SUy4gUEFTVCBQRVJGT1JNQU5DRSBJUyBOT1QgSU5ESUNBVElWRSBPRiBGVVRVUkUgUkVTVUxUUy4gVEVTVElNT05JQUxTIEFSRSBOT1QgSU5ESUNBVElWRSBPRiBGVVRVUkUgUEVSRk9STUFOQ0UgT1IgU1VDQ0VTUy48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','revision','2014-08-05 12:13:38'),(220,2025,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1FdmVyIGRyZWFtIG9mIHRyYWRpbmcgZm9yIGEgbGl2aW5nP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMjA6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdRXhwZXJpZW5jZSB0aGUgcG93ZXIgb2YgbWFya2V0IGludGVsbGlnZW5jZSEgU3RhcnQgeW91ciBmcmVlIHRyaWFsIGluIHRocmVlIGVhc3kgc3RlcHMhWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTU2OiJiYWNrZ3JvdW5kOiNmMmYyZjI7cGFkZGluZy1ib3R0b206MjBweDtib3JkZXItdG9wLXdpZHRoOjFweDtib3JkZXItYm90dG9tLXdpZHRoOjFweDtib3JkZXItc3R5bGU6c29saWQ7Ym9yZGVyLXRvcC1jb2xvcjojZTNlM2UzO2JvcmRlci1ib3R0b20tY29sb3I6I2UzZTNlMzsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEzMjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tTW1ZeVpqSWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNakFpTENKaWIzSmtaWEpYYVdSMGFDSTZJakVpTENKaWIzSmtaWEpEYjJ4dmNpSTZJaU5sTTJVelpUTWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo0OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY5OiJbaW1hZ2VzIHN0eWxlPVwiNVwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDgvcGllcnJlLWN1cnZlLmpwZ1wiIHdpZHRoPVwiNjc4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjU6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzE5OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUmlvc1F1YW50IG1lbWJlciBQaWVycmUgdG9vayBvdmVyICQxLDgwMCBpbiBwcm9maXRzIGZyb20gdGhlIGZ1dHVyZXMgbWFya2V0IGluIGZvdXIgZGF5cy4gSGUgdHJhZGVzIGV2ZXJ5IG1vcm5pbmcgd2l0aCBvdGhlciBsaWtlLW1pbmRlZCB0cmFkZXJzIGluIG91ciBsaXZlIG9ubGluZSB0cmFkaW5nIHJvb20uIEhlIGlzIGEgbW9tZW50dW0gdHJhZGVyIGFuZCB1c2VzIHRoZSBSaW9zUXVhbnQgZm9yd2FyZC1sb29raW5nIHRyYWRpbmcgc3lzdGVtcy5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjg6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzQzOiJbb3B0aW5fYm94IHN0eWxlPVwiMTFcIiB3aWR0aD1cIjQ1MFwiIG1hcmdpbl90b3A9XCIxNVwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNDQ0Njk4XCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1SVzUwWlhJZ2VXOTFjaUJ1WVcxbElHRnVaQ0JsYldGcGJDQmlaV3h2ZHlCMGJ5Qm5aWFFnYzNSaGNuUmxaQzR1TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIl1DbGljayB0aGVuIGNoZWNrIHlvdXIgaW5ib3ggZm9yIGNvbmZpcm1hdGlvbiFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjc0OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiBhdXRvX3BsYXk9XCJZXCIgdXJsMT1cIlwiIHVybDI9XCJcIiB3aWR0aD1cIjU2MFwiIGhlaWdodD1cIjMxNVwiIGFsaWduPVwiY2VudGVyXCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMjBcIl1hSFIwY0RvdkwzQnNZWGxsY2k1MmFXMWxieTVqYjIwdlpYaDBaWEp1WVd3dk9UYzJOakkzTlRFdWMyUXViWEEwUDNNOVlXVTVPRGsxTXpFNFlqVXhaRGsxTmpVM1kySTNORE5rTVdVeU1tUTRZVE09Wy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo0OiJlMzA9IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyODg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxN1wiIHdpZHRoPVwiOTQwXCJdPGgyIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjxzcGFuIHN0eWxlPVwiY29sb3I6ICM0MjUwNjM7XCI+WW91XCdyZSDCoDMtU3RlcHMgQXdheSB0bwpHZXR0aW5nIFN0YXJ0ZWQgV2l0aCBZb3VyIFRyYWRpbmcgU3lzdGVtIEZyZWUgVHJpYWzCoDwvc3Bhbj48L2gyPgo8cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTkyOiJbc3RlcF9ncmFwaGljcyBzdHlsZT1cIjVcIiBjb2xvcj1cIiM0MjUwNjNcIl1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMVwiIGhlYWRsaW5lPVwiSW5zdGFsbGF0aW9uIC0gVGVjaCBzdXBwb3J0IG1lbWJlciB3aWxsIHdhbGsgeW91IHRocm91Z2ggdGhlIGluc3RhbGxhdGlvbiwgbWFraW5nIHRoZSBwcm9jZXNzIHF1aWNrIGFuZCB0cm91YmxlIGZyZWUuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIyXCIgaGVhZGxpbmU9XCJUcmFpbmluZyAtICBPbmUtb24tb25lIHRyYWluaW5nIHRvIGluc3VyZSB5b3UgbGVhcm4gYWxsIHRoZSB0cmFkaW5nIHN5c3RlbSBoYXMgdG8gb2ZmZXIuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIzXCIgaGVhZGxpbmU9XCJMaXZlIFRyYWRpbmcgUm9vbSAtIEV4cGVyaWVuY2UgdGhlIHBvd2VyIG9mIG1hcmtldCBpbnRlbGxpZ2VuY2UgaW4gcmVhbCBtYXJrZXQgZW52aXJvbm1lbnQgd2l0aCBSaW9zUXVhbnQgbWVtYmVycyBhbmQgY29hY2hlcyB0byBpbnN1cmUgeW91IGdldCB0aGUgbW9zdCBvdXQgb2YgeW91ciBmcmVlIHRyaWFsLlwiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0MjM6Ilt0ZXN0aW1vbmlhbHMgc3R5bGU9XCIyXCIgbWFyZ2luX3RvcD1cIlwiIG1hcmdpbl9ib3R0b209XCJcIl1bdGVzdGltb25pYWwgbmFtZT1cIlBpZXJyZSAtIE5ldyBKZXJzZXkgVVNBXCIgY29tcGFueT1cIlJpb3NRdWFudCBtZW1iZXIgc2luY2UgMjAxMlwiIGhyZWY9XCJcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L3BpZXJyZS1nYW1pbC1waWMuanBnXCJdPHA+XCJDb3VsZCBub3QgZG8gaXQgd2l0aG91dCB5b3UuLi4gSVwnbGwgbmV2ZXIgYmUgYWJsZSB0byB0aGFuayB5b3UgRVAgYW5kIFN0ZXZlIGVub3VnaCBmb3IgdGhlIGRlZGljYXRpb24geW91IHNob3cgYW5kIHRoZSBzdXBwb3J0IHlvdSBvZmZlciFcIjwvcD5bL3Rlc3RpbW9uaWFsXVsvdGVzdGltb25pYWxzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzI5OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+Q09NTU9ESVRZIEZVVFVSRVMsIE9QVElPTlMsIEFORCBGT1JFWCBUUkFESU5HIElOVk9MVkVTIFNVQlNUQU5USUFMIFJJU0sgQU5EIElTIE5PVCBTVUlUQUJMRSBGT1IgQUxMIElOVkVTVE9SUy4gUEFTVCBQRVJGT1JNQU5DRSBJUyBOT1QgSU5ESUNBVElWRSBPRiBGVVRVUkUgUkVTVUxUUy4gVEVTVElNT05JQUxTIEFSRSBOT1QgSU5ESUNBVElWRSBPRiBGVVRVUkUgUEVSRk9STUFOQ0UgT1IgU1VDQ0VTUy48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','revision','2014-08-05 12:18:38'),(221,2025,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1FdmVyIGRyZWFtIG9mIHRyYWRpbmcgZm9yIGEgbGl2aW5nP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMjA6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdRXhwZXJpZW5jZSB0aGUgcG93ZXIgb2YgbWFya2V0IGludGVsbGlnZW5jZSEgU3RhcnQgeW91ciBmcmVlIHRyaWFsIGluIHRocmVlIGVhc3kgc3RlcHMhWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTU2OiJiYWNrZ3JvdW5kOiNmMmYyZjI7cGFkZGluZy1ib3R0b206MjBweDtib3JkZXItdG9wLXdpZHRoOjFweDtib3JkZXItYm90dG9tLXdpZHRoOjFweDtib3JkZXItc3R5bGU6c29saWQ7Ym9yZGVyLXRvcC1jb2xvcjojZTNlM2UzO2JvcmRlci1ib3R0b20tY29sb3I6I2UzZTNlMzsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEzMjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tTW1ZeVpqSWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNakFpTENKaWIzSmtaWEpYYVdSMGFDSTZJakVpTENKaWIzSmtaWEpEYjJ4dmNpSTZJaU5sTTJVelpUTWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo0OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY5OiJbaW1hZ2VzIHN0eWxlPVwiNVwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDgvcGllcnJlLWN1cnZlLmpwZ1wiIHdpZHRoPVwiNjc4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjU6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzE5OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUmlvc1F1YW50IG1lbWJlciBQaWVycmUgdG9vayBvdmVyICQxLDgwMCBpbiBwcm9maXRzIGZyb20gdGhlIGZ1dHVyZXMgbWFya2V0IGluIGZvdXIgZGF5cy4gSGUgdHJhZGVzIGV2ZXJ5IG1vcm5pbmcgd2l0aCBvdGhlciBsaWtlLW1pbmRlZCB0cmFkZXJzIGluIG91ciBsaXZlIG9ubGluZSB0cmFkaW5nIHJvb20uIEhlIGlzIGEgbW9tZW50dW0gdHJhZGVyIGFuZCB1c2VzIHRoZSBSaW9zUXVhbnQgZm9yd2FyZC1sb29raW5nIHRyYWRpbmcgc3lzdGVtcy5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjg6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzQzOiJbb3B0aW5fYm94IHN0eWxlPVwiMTFcIiB3aWR0aD1cIjQ1MFwiIG1hcmdpbl90b3A9XCIxNVwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNDQ0Njk4XCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1SVzUwWlhJZ2VXOTFjaUJ1WVcxbElHRnVaQ0JsYldGcGJDQmlaV3h2ZHlCMGJ5Qm5aWFFnYzNSaGNuUmxaQzR1TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIl1DbGljayB0aGVuIGNoZWNrIHlvdXIgaW5ib3ggZm9yIGNvbmZpcm1hdGlvbiFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjc0OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiBhdXRvX3BsYXk9XCJZXCIgdXJsMT1cIlwiIHVybDI9XCJcIiB3aWR0aD1cIjU2MFwiIGhlaWdodD1cIjMxNVwiIGFsaWduPVwiY2VudGVyXCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMjBcIl1hSFIwY0RvdkwzQnNZWGxsY2k1MmFXMWxieTVqYjIwdlpYaDBaWEp1WVd3dk1UQXlNak0zTkRRM0xtaGtMbTF3TkQ5elBXSXhabVV3TkRJM1ptWmxNV0kzWlRjNFltUTRNakJpTkRnek1tWXdNR1ZsWy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo0OiJlMzA9IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyODg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxN1wiIHdpZHRoPVwiOTQwXCJdPGgyIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjxzcGFuIHN0eWxlPVwiY29sb3I6ICM0MjUwNjM7XCI+WW91XCdyZSDCoDMtU3RlcHMgQXdheSB0bwpHZXR0aW5nIFN0YXJ0ZWQgV2l0aCBZb3VyIFRyYWRpbmcgU3lzdGVtIEZyZWUgVHJpYWzCoDwvc3Bhbj48L2gyPgo8cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTkyOiJbc3RlcF9ncmFwaGljcyBzdHlsZT1cIjVcIiBjb2xvcj1cIiM0MjUwNjNcIl1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMVwiIGhlYWRsaW5lPVwiSW5zdGFsbGF0aW9uIC0gVGVjaCBzdXBwb3J0IG1lbWJlciB3aWxsIHdhbGsgeW91IHRocm91Z2ggdGhlIGluc3RhbGxhdGlvbiwgbWFraW5nIHRoZSBwcm9jZXNzIHF1aWNrIGFuZCB0cm91YmxlIGZyZWUuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIyXCIgaGVhZGxpbmU9XCJUcmFpbmluZyAtICBPbmUtb24tb25lIHRyYWluaW5nIHRvIGluc3VyZSB5b3UgbGVhcm4gYWxsIHRoZSB0cmFkaW5nIHN5c3RlbSBoYXMgdG8gb2ZmZXIuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIzXCIgaGVhZGxpbmU9XCJMaXZlIFRyYWRpbmcgUm9vbSAtIEV4cGVyaWVuY2UgdGhlIHBvd2VyIG9mIG1hcmtldCBpbnRlbGxpZ2VuY2UgaW4gcmVhbCBtYXJrZXQgZW52aXJvbm1lbnQgd2l0aCBSaW9zUXVhbnQgbWVtYmVycyBhbmQgY29hY2hlcyB0byBpbnN1cmUgeW91IGdldCB0aGUgbW9zdCBvdXQgb2YgeW91ciBmcmVlIHRyaWFsLlwiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0MjM6Ilt0ZXN0aW1vbmlhbHMgc3R5bGU9XCIyXCIgbWFyZ2luX3RvcD1cIlwiIG1hcmdpbl9ib3R0b209XCJcIl1bdGVzdGltb25pYWwgbmFtZT1cIlBpZXJyZSAtIE5ldyBKZXJzZXkgVVNBXCIgY29tcGFueT1cIlJpb3NRdWFudCBtZW1iZXIgc2luY2UgMjAxMlwiIGhyZWY9XCJcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L3BpZXJyZS1nYW1pbC1waWMuanBnXCJdPHA+XCJDb3VsZCBub3QgZG8gaXQgd2l0aG91dCB5b3UuLi4gSVwnbGwgbmV2ZXIgYmUgYWJsZSB0byB0aGFuayB5b3UgRVAgYW5kIFN0ZXZlIGVub3VnaCBmb3IgdGhlIGRlZGljYXRpb24geW91IHNob3cgYW5kIHRoZSBzdXBwb3J0IHlvdSBvZmZlciFcIjwvcD5bL3Rlc3RpbW9uaWFsXVsvdGVzdGltb25pYWxzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzI5OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+Q09NTU9ESVRZIEZVVFVSRVMsIE9QVElPTlMsIEFORCBGT1JFWCBUUkFESU5HIElOVk9MVkVTIFNVQlNUQU5USUFMIFJJU0sgQU5EIElTIE5PVCBTVUlUQUJMRSBGT1IgQUxMIElOVkVTVE9SUy4gUEFTVCBQRVJGT1JNQU5DRSBJUyBOT1QgSU5ESUNBVElWRSBPRiBGVVRVUkUgUkVTVUxUUy4gVEVTVElNT05JQUxTIEFSRSBOT1QgSU5ESUNBVElWRSBPRiBGVVRVUkUgUEVSRk9STUFOQ0UgT1IgU1VDQ0VTUy48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','revision','2014-08-05 12:21:11'),(222,2025,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1FdmVyIGRyZWFtIG9mIHRyYWRpbmcgZm9yIGEgbGl2aW5nP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMjA6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdRXhwZXJpZW5jZSB0aGUgcG93ZXIgb2YgbWFya2V0IGludGVsbGlnZW5jZSEgU3RhcnQgeW91ciBmcmVlIHRyaWFsIGluIHRocmVlIGVhc3kgc3RlcHMhWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTU2OiJiYWNrZ3JvdW5kOiNmMmYyZjI7cGFkZGluZy1ib3R0b206MjBweDtib3JkZXItdG9wLXdpZHRoOjFweDtib3JkZXItYm90dG9tLXdpZHRoOjFweDtib3JkZXItc3R5bGU6c29saWQ7Ym9yZGVyLXRvcC1jb2xvcjojZTNlM2UzO2JvcmRlci1ib3R0b20tY29sb3I6I2UzZTNlMzsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEzMjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tTW1ZeVpqSWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNakFpTENKaWIzSmtaWEpYYVdSMGFDSTZJakVpTENKaWIzSmtaWEpEYjJ4dmNpSTZJaU5sTTJVelpUTWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo0OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY5OiJbaW1hZ2VzIHN0eWxlPVwiNVwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDgvcGllcnJlLWN1cnZlLmpwZ1wiIHdpZHRoPVwiNjc4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjU6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzE5OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUmlvc1F1YW50IG1lbWJlciBQaWVycmUgdG9vayBvdmVyICQxLDgwMCBpbiBwcm9maXRzIGZyb20gdGhlIGZ1dHVyZXMgbWFya2V0IGluIGZvdXIgZGF5cy4gSGUgdHJhZGVzIGV2ZXJ5IG1vcm5pbmcgd2l0aCBvdGhlciBsaWtlLW1pbmRlZCB0cmFkZXJzIGluIG91ciBsaXZlIG9ubGluZSB0cmFkaW5nIHJvb20uIEhlIGlzIGEgbW9tZW50dW0gdHJhZGVyIGFuZCB1c2VzIHRoZSBSaW9zUXVhbnQgZm9yd2FyZC1sb29raW5nIHRyYWRpbmcgc3lzdGVtcy5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjg6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzcwOiJbb3B0aW5fYm94IHN0eWxlPVwiMTFcIiB3aWR0aD1cIjQ1MFwiIG1hcmdpbl90b3A9XCIxNVwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNDQ0Njk4XCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIG5hbWUgYW5kIHBob25lIG51bWJlclwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVJXNTBaWElnZVc5MWNpQnVZVzFsTENCd2FHOXVaU0J1ZFcxaVpYSWdZVzVrSUdWdFlXbHNJR0psYkc5M0lIUnZJR2RsZENCemRHRnlkR1ZrTGk0dVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIl1DbGljayB0aGVuIGNoZWNrIHlvdXIgaW5ib3ggZm9yIGNvbmZpcm1hdGlvbiFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjc0OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiBhdXRvX3BsYXk9XCJZXCIgdXJsMT1cIlwiIHVybDI9XCJcIiB3aWR0aD1cIjU2MFwiIGhlaWdodD1cIjMxNVwiIGFsaWduPVwiY2VudGVyXCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMjBcIl1hSFIwY0RvdkwzQnNZWGxsY2k1MmFXMWxieTVqYjIwdlpYaDBaWEp1WVd3dk1UQXlNak0zTkRRM0xtaGtMbTF3TkQ5elBXSXhabVV3TkRJM1ptWmxNV0kzWlRjNFltUTRNakJpTkRnek1tWXdNR1ZsWy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo0OiJlMzA9IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyODg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxN1wiIHdpZHRoPVwiOTQwXCJdPGgyIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjxzcGFuIHN0eWxlPVwiY29sb3I6ICM0MjUwNjM7XCI+WW91XCdyZSDCoDMtU3RlcHMgQXdheSB0bwpHZXR0aW5nIFN0YXJ0ZWQgV2l0aCBZb3VyIFRyYWRpbmcgU3lzdGVtIEZyZWUgVHJpYWzCoDwvc3Bhbj48L2gyPgo8cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTkyOiJbc3RlcF9ncmFwaGljcyBzdHlsZT1cIjVcIiBjb2xvcj1cIiM0MjUwNjNcIl1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMVwiIGhlYWRsaW5lPVwiSW5zdGFsbGF0aW9uIC0gVGVjaCBzdXBwb3J0IG1lbWJlciB3aWxsIHdhbGsgeW91IHRocm91Z2ggdGhlIGluc3RhbGxhdGlvbiwgbWFraW5nIHRoZSBwcm9jZXNzIHF1aWNrIGFuZCB0cm91YmxlIGZyZWUuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIyXCIgaGVhZGxpbmU9XCJUcmFpbmluZyAtICBPbmUtb24tb25lIHRyYWluaW5nIHRvIGluc3VyZSB5b3UgbGVhcm4gYWxsIHRoZSB0cmFkaW5nIHN5c3RlbSBoYXMgdG8gb2ZmZXIuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIzXCIgaGVhZGxpbmU9XCJMaXZlIFRyYWRpbmcgUm9vbSAtIEV4cGVyaWVuY2UgdGhlIHBvd2VyIG9mIG1hcmtldCBpbnRlbGxpZ2VuY2UgaW4gcmVhbCBtYXJrZXQgZW52aXJvbm1lbnQgd2l0aCBSaW9zUXVhbnQgbWVtYmVycyBhbmQgY29hY2hlcyB0byBpbnN1cmUgeW91IGdldCB0aGUgbW9zdCBvdXQgb2YgeW91ciBmcmVlIHRyaWFsLlwiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0MjM6Ilt0ZXN0aW1vbmlhbHMgc3R5bGU9XCIyXCIgbWFyZ2luX3RvcD1cIlwiIG1hcmdpbl9ib3R0b209XCJcIl1bdGVzdGltb25pYWwgbmFtZT1cIlBpZXJyZSAtIE5ldyBKZXJzZXkgVVNBXCIgY29tcGFueT1cIlJpb3NRdWFudCBtZW1iZXIgc2luY2UgMjAxMlwiIGhyZWY9XCJcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L3BpZXJyZS1nYW1pbC1waWMuanBnXCJdPHA+XCJDb3VsZCBub3QgZG8gaXQgd2l0aG91dCB5b3UuLi4gSVwnbGwgbmV2ZXIgYmUgYWJsZSB0byB0aGFuayB5b3UgRVAgYW5kIFN0ZXZlIGVub3VnaCBmb3IgdGhlIGRlZGljYXRpb24geW91IHNob3cgYW5kIHRoZSBzdXBwb3J0IHlvdSBvZmZlciFcIjwvcD5bL3Rlc3RpbW9uaWFsXVsvdGVzdGltb25pYWxzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzI5OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+Q09NTU9ESVRZIEZVVFVSRVMsIE9QVElPTlMsIEFORCBGT1JFWCBUUkFESU5HIElOVk9MVkVTIFNVQlNUQU5USUFMIFJJU0sgQU5EIElTIE5PVCBTVUlUQUJMRSBGT1IgQUxMIElOVkVTVE9SUy4gUEFTVCBQRVJGT1JNQU5DRSBJUyBOT1QgSU5ESUNBVElWRSBPRiBGVVRVUkUgUkVTVUxUUy4gVEVTVElNT05JQUxTIEFSRSBOT1QgSU5ESUNBVElWRSBPRiBGVVRVUkUgUEVSRk9STUFOQ0UgT1IgU1VDQ0VTUy48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','revision','2014-08-05 12:53:42'),(223,2025,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1FdmVyIGRyZWFtIG9mIHRyYWRpbmcgZm9yIGEgbGl2aW5nP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMjA6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdRXhwZXJpZW5jZSB0aGUgcG93ZXIgb2YgbWFya2V0IGludGVsbGlnZW5jZSEgU3RhcnQgeW91ciBmcmVlIHRyaWFsIGluIHRocmVlIGVhc3kgc3RlcHMhWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTU2OiJiYWNrZ3JvdW5kOiNmMmYyZjI7cGFkZGluZy1ib3R0b206MjBweDtib3JkZXItdG9wLXdpZHRoOjFweDtib3JkZXItYm90dG9tLXdpZHRoOjFweDtib3JkZXItc3R5bGU6c29saWQ7Ym9yZGVyLXRvcC1jb2xvcjojZTNlM2UzO2JvcmRlci1ib3R0b20tY29sb3I6I2UzZTNlMzsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEzMjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tTW1ZeVpqSWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNakFpTENKaWIzSmtaWEpYYVdSMGFDSTZJakVpTENKaWIzSmtaWEpEYjJ4dmNpSTZJaU5sTTJVelpUTWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo0OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY5OiJbaW1hZ2VzIHN0eWxlPVwiNVwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDgvcGllcnJlLWN1cnZlLmpwZ1wiIHdpZHRoPVwiNjc4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjU6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzE5OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUmlvc1F1YW50IG1lbWJlciBQaWVycmUgdG9vayBvdmVyICQxLDgwMCBpbiBwcm9maXRzIGZyb20gdGhlIGZ1dHVyZXMgbWFya2V0IGluIGZvdXIgZGF5cy4gSGUgdHJhZGVzIGV2ZXJ5IG1vcm5pbmcgd2l0aCBvdGhlciBsaWtlLW1pbmRlZCB0cmFkZXJzIGluIG91ciBsaXZlIG9ubGluZSB0cmFkaW5nIHJvb20uIEhlIGlzIGEgbW9tZW50dW0gdHJhZGVyIGFuZCB1c2VzIHRoZSBSaW9zUXVhbnQgZm9yd2FyZC1sb29raW5nIHRyYWRpbmcgc3lzdGVtcy5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjg6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzcwOiJbb3B0aW5fYm94IHN0eWxlPVwiMTFcIiB3aWR0aD1cIjQ1MFwiIG1hcmdpbl90b3A9XCIxNVwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNTQzOTY3XCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIG5hbWUgYW5kIHBob25lIG51bWJlclwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVJXNTBaWElnZVc5MWNpQnVZVzFsTENCd2FHOXVaU0J1ZFcxaVpYSWdZVzVrSUdWdFlXbHNJR0psYkc5M0lIUnZJR2RsZENCemRHRnlkR1ZrTGk0dVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIl1DbGljayB0aGVuIGNoZWNrIHlvdXIgaW5ib3ggZm9yIGNvbmZpcm1hdGlvbiFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjc0OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiBhdXRvX3BsYXk9XCJZXCIgdXJsMT1cIlwiIHVybDI9XCJcIiB3aWR0aD1cIjU2MFwiIGhlaWdodD1cIjMxNVwiIGFsaWduPVwiY2VudGVyXCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMjBcIl1hSFIwY0RvdkwzQnNZWGxsY2k1MmFXMWxieTVqYjIwdlpYaDBaWEp1WVd3dk1UQXlNak0zTkRRM0xtaGtMbTF3TkQ5elBXSXhabVV3TkRJM1ptWmxNV0kzWlRjNFltUTRNakJpTkRnek1tWXdNR1ZsWy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo0OiJlMzA9IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyODg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxN1wiIHdpZHRoPVwiOTQwXCJdPGgyIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjxzcGFuIHN0eWxlPVwiY29sb3I6ICM0MjUwNjM7XCI+WW91XCdyZSDCoDMtU3RlcHMgQXdheSB0bwpHZXR0aW5nIFN0YXJ0ZWQgV2l0aCBZb3VyIFRyYWRpbmcgU3lzdGVtIEZyZWUgVHJpYWzCoDwvc3Bhbj48L2gyPgo8cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTkyOiJbc3RlcF9ncmFwaGljcyBzdHlsZT1cIjVcIiBjb2xvcj1cIiM0MjUwNjNcIl1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMVwiIGhlYWRsaW5lPVwiSW5zdGFsbGF0aW9uIC0gVGVjaCBzdXBwb3J0IG1lbWJlciB3aWxsIHdhbGsgeW91IHRocm91Z2ggdGhlIGluc3RhbGxhdGlvbiwgbWFraW5nIHRoZSBwcm9jZXNzIHF1aWNrIGFuZCB0cm91YmxlIGZyZWUuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIyXCIgaGVhZGxpbmU9XCJUcmFpbmluZyAtICBPbmUtb24tb25lIHRyYWluaW5nIHRvIGluc3VyZSB5b3UgbGVhcm4gYWxsIHRoZSB0cmFkaW5nIHN5c3RlbSBoYXMgdG8gb2ZmZXIuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIzXCIgaGVhZGxpbmU9XCJMaXZlIFRyYWRpbmcgUm9vbSAtIEV4cGVyaWVuY2UgdGhlIHBvd2VyIG9mIG1hcmtldCBpbnRlbGxpZ2VuY2UgaW4gcmVhbCBtYXJrZXQgZW52aXJvbm1lbnQgd2l0aCBSaW9zUXVhbnQgbWVtYmVycyBhbmQgY29hY2hlcyB0byBpbnN1cmUgeW91IGdldCB0aGUgbW9zdCBvdXQgb2YgeW91ciBmcmVlIHRyaWFsLlwiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0MjM6Ilt0ZXN0aW1vbmlhbHMgc3R5bGU9XCIyXCIgbWFyZ2luX3RvcD1cIlwiIG1hcmdpbl9ib3R0b209XCJcIl1bdGVzdGltb25pYWwgbmFtZT1cIlBpZXJyZSAtIE5ldyBKZXJzZXkgVVNBXCIgY29tcGFueT1cIlJpb3NRdWFudCBtZW1iZXIgc2luY2UgMjAxMlwiIGhyZWY9XCJcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L3BpZXJyZS1nYW1pbC1waWMuanBnXCJdPHA+XCJDb3VsZCBub3QgZG8gaXQgd2l0aG91dCB5b3UuLi4gSVwnbGwgbmV2ZXIgYmUgYWJsZSB0byB0aGFuayB5b3UgRVAgYW5kIFN0ZXZlIGVub3VnaCBmb3IgdGhlIGRlZGljYXRpb24geW91IHNob3cgYW5kIHRoZSBzdXBwb3J0IHlvdSBvZmZlciFcIjwvcD5bL3Rlc3RpbW9uaWFsXVsvdGVzdGltb25pYWxzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzI5OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+Q09NTU9ESVRZIEZVVFVSRVMsIE9QVElPTlMsIEFORCBGT1JFWCBUUkFESU5HIElOVk9MVkVTIFNVQlNUQU5USUFMIFJJU0sgQU5EIElTIE5PVCBTVUlUQUJMRSBGT1IgQUxMIElOVkVTVE9SUy4gUEFTVCBQRVJGT1JNQU5DRSBJUyBOT1QgSU5ESUNBVElWRSBPRiBGVVRVUkUgUkVTVUxUUy4gVEVTVElNT05JQUxTIEFSRSBOT1QgSU5ESUNBVElWRSBPRiBGVVRVUkUgUEVSRk9STUFOQ0UgT1IgU1VDQ0VTUy48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','revision','2014-08-05 13:09:19'),(224,2025,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1FdmVyIGRyZWFtIG9mIHRyYWRpbmcgZm9yIGEgbGl2aW5nP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMjA6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdRXhwZXJpZW5jZSB0aGUgcG93ZXIgb2YgbWFya2V0IGludGVsbGlnZW5jZSEgU3RhcnQgeW91ciBmcmVlIHRyaWFsIGluIHRocmVlIGVhc3kgc3RlcHMhWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTU2OiJiYWNrZ3JvdW5kOiNmMmYyZjI7cGFkZGluZy1ib3R0b206MjBweDtib3JkZXItdG9wLXdpZHRoOjFweDtib3JkZXItYm90dG9tLXdpZHRoOjFweDtib3JkZXItc3R5bGU6c29saWQ7Ym9yZGVyLXRvcC1jb2xvcjojZTNlM2UzO2JvcmRlci1ib3R0b20tY29sb3I6I2UzZTNlMzsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEzMjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tTW1ZeVpqSWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNakFpTENKaWIzSmtaWEpYYVdSMGFDSTZJakVpTENKaWIzSmtaWEpEYjJ4dmNpSTZJaU5sTTJVelpUTWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo0OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY5OiJbaW1hZ2VzIHN0eWxlPVwiNVwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDgvcGllcnJlLWN1cnZlLmpwZ1wiIHdpZHRoPVwiNjc4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjU6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzE5OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUmlvc1F1YW50IG1lbWJlciBQaWVycmUgdG9vayBvdmVyICQxLDgwMCBpbiBwcm9maXRzIGZyb20gdGhlIGZ1dHVyZXMgbWFya2V0IGluIGZvdXIgZGF5cy4gSGUgdHJhZGVzIGV2ZXJ5IG1vcm5pbmcgd2l0aCBvdGhlciBsaWtlLW1pbmRlZCB0cmFkZXJzIGluIG91ciBsaXZlIG9ubGluZSB0cmFkaW5nIHJvb20uIEhlIGlzIGEgbW9tZW50dW0gdHJhZGVyIGFuZCB1c2VzIHRoZSBSaW9zUXVhbnQgZm9yd2FyZC1sb29raW5nIHRyYWRpbmcgc3lzdGVtcy5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjg6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODQ2OiJbb3B0aW5fYm94IHN0eWxlPVwiMTFcIiB3aWR0aD1cIjQ1MFwiIG1hcmdpbl90b3A9XCIxNVwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNTQzOTY3XCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIG5hbWUgYW5kIHBob25lIG51bWJlclwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVJXNTBaWElnZVc5MWNpQnVZVzFsTENCd2FHOXVaU0J1ZFcxaVpYSWdZVzVrSUdWdFlXbHNJR0psYkc5M0lIUnZJR2RsZENCemRHRnlkR1ZrSUhkcGRHZ2dlVzkxY2lCU2FXOXpVWFZoYm5RZ2RISmhaR2x1WnlCMFpXTm9ibTlzYjJkNUlHWnZjaUJPYVc1cVlWUnlZV1JsY2lBdUxpND1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCJdQ2xpY2sgdGhlbiBjaGVjayB5b3VyIGluYm94IGZvciBjb25maXJtYXRpb24hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI3NDoiW3ZpZGVvX3BsYXllciB0eXBlPVwidXJsXCIgYXV0b19wbGF5PVwiWVwiIHVybDE9XCJcIiB1cmwyPVwiXCIgd2lkdGg9XCI1NjBcIiBoZWlnaHQ9XCIzMTVcIiBhbGlnbj1cImNlbnRlclwiIG1hcmdpbl90b3A9XCIwXCIgbWFyZ2luX2JvdHRvbT1cIjIwXCJdYUhSMGNEb3ZMM0JzWVhsbGNpNTJhVzFsYnk1amIyMHZaWGgwWlhKdVlXd3ZNVEF5TWpNM05EUTNMbWhrTG0xd05EOXpQV0l4Wm1Vd05ESTNabVpsTVdJM1pUYzRZbVE0TWpCaU5EZ3pNbVl3TUdWbFsvdmlkZW9fcGxheWVyXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NDoiZTMwPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjg4OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMTdcIiB3aWR0aD1cIjk0MFwiXTxoMiBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3BhbiBzdHlsZT1cImNvbG9yOiAjNDI1MDYzO1wiPllvdVwncmUgwqAzLVN0ZXBzIEF3YXkgdG8KR2V0dGluZyBTdGFydGVkIFdpdGggWW91ciBUcmFkaW5nIFN5c3RlbSBGcmVlIFRyaWFswqA8L3NwYW4+PC9oMj4KPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU5MjoiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCI1XCIgY29sb3I9XCIjNDI1MDYzXCJdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIkluc3RhbGxhdGlvbiAtIFRlY2ggc3VwcG9ydCBtZW1iZXIgd2lsbCB3YWxrIHlvdSB0aHJvdWdoIHRoZSBpbnN0YWxsYXRpb24sIG1ha2luZyB0aGUgcHJvY2VzcyBxdWljayBhbmQgdHJvdWJsZSBmcmVlLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiVHJhaW5pbmcgLSAgT25lLW9uLW9uZSB0cmFpbmluZyB0byBpbnN1cmUgeW91IGxlYXJuIGFsbCB0aGUgdHJhZGluZyBzeXN0ZW0gaGFzIHRvIG9mZmVyLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiM1wiIGhlYWRsaW5lPVwiTGl2ZSBUcmFkaW5nIFJvb20gLSBFeHBlcmllbmNlIHRoZSBwb3dlciBvZiBtYXJrZXQgaW50ZWxsaWdlbmNlIGluIHJlYWwgbWFya2V0IGVudmlyb25tZW50IHdpdGggUmlvc1F1YW50IG1lbWJlcnMgYW5kIGNvYWNoZXMgdG8gaW5zdXJlIHlvdSBnZXQgdGhlIG1vc3Qgb3V0IG9mIHlvdXIgZnJlZSB0cmlhbC5cIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDIzOiJbdGVzdGltb25pYWxzIHN0eWxlPVwiMlwiIG1hcmdpbl90b3A9XCJcIiBtYXJnaW5fYm90dG9tPVwiXCJdW3Rlc3RpbW9uaWFsIG5hbWU9XCJQaWVycmUgLSBOZXcgSmVyc2V5IFVTQVwiIGNvbXBhbnk9XCJSaW9zUXVhbnQgbWVtYmVyIHNpbmNlIDIwMTJcIiBocmVmPVwiXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9waWVycmUtZ2FtaWwtcGljLmpwZ1wiXTxwPlwiQ291bGQgbm90IGRvIGl0IHdpdGhvdXQgeW91Li4uIElcJ2xsIG5ldmVyIGJlIGFibGUgdG8gdGhhbmsgeW91IEVQIGFuZCBTdGV2ZSBlbm91Z2ggZm9yIHRoZSBkZWRpY2F0aW9uIHlvdSBzaG93IGFuZCB0aGUgc3VwcG9ydCB5b3Ugb2ZmZXIhXCI8L3A+Wy90ZXN0aW1vbmlhbF1bL3Rlc3RpbW9uaWFsc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMyOToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkNPTU1PRElUWSBGVVRVUkVTLCBPUFRJT05TLCBBTkQgRk9SRVggVFJBRElORyBJTlZPTFZFUyBTVUJTVEFOVElBTCBSSVNLIEFORCBJUyBOT1QgU1VJVEFCTEUgRk9SIEFMTCBJTlZFU1RPUlMuIFBBU1QgUEVSRk9STUFOQ0UgSVMgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFJFU1VMVFMuIFRFU1RJTU9OSUFMUyBBUkUgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFBFUkZPUk1BTkNFIE9SIFNVQ0NFU1MuPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','revision','2014-08-05 13:13:51'),(225,2025,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1FdmVyIGRyZWFtIG9mIHRyYWRpbmcgZm9yIGEgbGl2aW5nP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMjA6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdRXhwZXJpZW5jZSB0aGUgcG93ZXIgb2YgbWFya2V0IGludGVsbGlnZW5jZSEgU3RhcnQgeW91ciBmcmVlIHRyaWFsIGluIHRocmVlIGVhc3kgc3RlcHMhWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTU2OiJiYWNrZ3JvdW5kOiNmMmYyZjI7cGFkZGluZy1ib3R0b206MjBweDtib3JkZXItdG9wLXdpZHRoOjFweDtib3JkZXItYm90dG9tLXdpZHRoOjFweDtib3JkZXItc3R5bGU6c29saWQ7Ym9yZGVyLXRvcC1jb2xvcjojZTNlM2UzO2JvcmRlci1ib3R0b20tY29sb3I6I2UzZTNlMzsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEzMjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tTW1ZeVpqSWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNakFpTENKaWIzSmtaWEpYYVdSMGFDSTZJakVpTENKaWIzSmtaWEpEYjJ4dmNpSTZJaU5sTTJVelpUTWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo0OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY5OiJbaW1hZ2VzIHN0eWxlPVwiNVwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDgvcGllcnJlLWN1cnZlLmpwZ1wiIHdpZHRoPVwiNjc4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjU6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDkwOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUmlvc1F1YW50IG1lbWJlciBQaWVycmUgdG9vayBvdmVyICQxLDgwMCBpbiBwcm9maXRzIGZyb20gdGhlIGZ1dHVyZXMgbWFya2V0IGluIGZvdXIgZGF5cy4gSGUgdHJhZGVzIGV2ZXJ5IG1vcm5pbmcgd2l0aCBvdGhlciBsaWtlLW1pbmRlZCB0cmFkZXJzIGluIG91ciBsaXZlIG9ubGluZSB0cmFkaW5nIHJvb20uIEhlIGlzIGEgbW9tZW50dW0gdHJhZGVyIGFuZCB1c2VzIHRoZSBSaW9zUXVhbnQgZm9yd2FyZC1sb29raW5nIHRyYWRpbmcgc3lzdGVtcy4KCldhdGNoIHRoZSBzaG9ydCB2aWRlbyB0byB0aGUgcmlnaHQgYW5kIHNlZSBob3cgUmlvc1F1YW50IHBlcmZvcm1hbmNlIGNvYWNoIEVQIFByZXN0b24gdHJhZGVkIGEgcmVjZW50IHVuZW1wbG95bWVudCByZXBvcnQgdXNpbmcgdGhlIFJpb3NRdWFudCBmb3J3YXJkIGxvb2tpbmcgaW5kaWNhdG9ycy5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjg6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODQ2OiJbb3B0aW5fYm94IHN0eWxlPVwiMTFcIiB3aWR0aD1cIjQ1MFwiIG1hcmdpbl90b3A9XCIxNVwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNTQzOTY3XCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIG5hbWUgYW5kIHBob25lIG51bWJlclwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVJXNTBaWElnZVc5MWNpQnVZVzFsTENCd2FHOXVaU0J1ZFcxaVpYSWdZVzVrSUdWdFlXbHNJR0psYkc5M0lIUnZJR2RsZENCemRHRnlkR1ZrSUhkcGRHZ2dlVzkxY2lCU2FXOXpVWFZoYm5RZ2RISmhaR2x1WnlCMFpXTm9ibTlzYjJkNUlHWnZjaUJPYVc1cVlWUnlZV1JsY2lBdUxpND1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCJdQ2xpY2sgdGhlbiBjaGVjayB5b3VyIGluYm94IGZvciBjb25maXJtYXRpb24hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI3NDoiW3ZpZGVvX3BsYXllciB0eXBlPVwidXJsXCIgYXV0b19wbGF5PVwiWVwiIHVybDE9XCJcIiB1cmwyPVwiXCIgd2lkdGg9XCI1NjBcIiBoZWlnaHQ9XCIzMTVcIiBhbGlnbj1cImNlbnRlclwiIG1hcmdpbl90b3A9XCIwXCIgbWFyZ2luX2JvdHRvbT1cIjIwXCJdYUhSMGNEb3ZMM0JzWVhsbGNpNTJhVzFsYnk1amIyMHZaWGgwWlhKdVlXd3ZNVEF5TWpNM05EUTNMbWhrTG0xd05EOXpQV0l4Wm1Vd05ESTNabVpsTVdJM1pUYzRZbVE0TWpCaU5EZ3pNbVl3TUdWbFsvdmlkZW9fcGxheWVyXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NDoiZTMwPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjg4OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMTdcIiB3aWR0aD1cIjk0MFwiXTxoMiBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3BhbiBzdHlsZT1cImNvbG9yOiAjNDI1MDYzO1wiPllvdVwncmUgwqAzLVN0ZXBzIEF3YXkgdG8KR2V0dGluZyBTdGFydGVkIFdpdGggWW91ciBUcmFkaW5nIFN5c3RlbSBGcmVlIFRyaWFswqA8L3NwYW4+PC9oMj4KPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU5MjoiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCI1XCIgY29sb3I9XCIjNDI1MDYzXCJdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIkluc3RhbGxhdGlvbiAtIFRlY2ggc3VwcG9ydCBtZW1iZXIgd2lsbCB3YWxrIHlvdSB0aHJvdWdoIHRoZSBpbnN0YWxsYXRpb24sIG1ha2luZyB0aGUgcHJvY2VzcyBxdWljayBhbmQgdHJvdWJsZSBmcmVlLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiVHJhaW5pbmcgLSAgT25lLW9uLW9uZSB0cmFpbmluZyB0byBpbnN1cmUgeW91IGxlYXJuIGFsbCB0aGUgdHJhZGluZyBzeXN0ZW0gaGFzIHRvIG9mZmVyLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiM1wiIGhlYWRsaW5lPVwiTGl2ZSBUcmFkaW5nIFJvb20gLSBFeHBlcmllbmNlIHRoZSBwb3dlciBvZiBtYXJrZXQgaW50ZWxsaWdlbmNlIGluIHJlYWwgbWFya2V0IGVudmlyb25tZW50IHdpdGggUmlvc1F1YW50IG1lbWJlcnMgYW5kIGNvYWNoZXMgdG8gaW5zdXJlIHlvdSBnZXQgdGhlIG1vc3Qgb3V0IG9mIHlvdXIgZnJlZSB0cmlhbC5cIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDIzOiJbdGVzdGltb25pYWxzIHN0eWxlPVwiMlwiIG1hcmdpbl90b3A9XCJcIiBtYXJnaW5fYm90dG9tPVwiXCJdW3Rlc3RpbW9uaWFsIG5hbWU9XCJQaWVycmUgLSBOZXcgSmVyc2V5IFVTQVwiIGNvbXBhbnk9XCJSaW9zUXVhbnQgbWVtYmVyIHNpbmNlIDIwMTJcIiBocmVmPVwiXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9waWVycmUtZ2FtaWwtcGljLmpwZ1wiXTxwPlwiQ291bGQgbm90IGRvIGl0IHdpdGhvdXQgeW91Li4uIElcJ2xsIG5ldmVyIGJlIGFibGUgdG8gdGhhbmsgeW91IEVQIGFuZCBTdGV2ZSBlbm91Z2ggZm9yIHRoZSBkZWRpY2F0aW9uIHlvdSBzaG93IGFuZCB0aGUgc3VwcG9ydCB5b3Ugb2ZmZXIhXCI8L3A+Wy90ZXN0aW1vbmlhbF1bL3Rlc3RpbW9uaWFsc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMyOToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkNPTU1PRElUWSBGVVRVUkVTLCBPUFRJT05TLCBBTkQgRk9SRVggVFJBRElORyBJTlZPTFZFUyBTVUJTVEFOVElBTCBSSVNLIEFORCBJUyBOT1QgU1VJVEFCTEUgRk9SIEFMTCBJTlZFU1RPUlMuIFBBU1QgUEVSRk9STUFOQ0UgSVMgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFJFU1VMVFMuIFRFU1RJTU9OSUFMUyBBUkUgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFBFUkZPUk1BTkNFIE9SIFNVQ0NFU1MuPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','publish','2014-08-05 13:32:28'),(226,2029,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1FdmVyIGRyZWFtIG9mIHRyYWRpbmcgZm9yIGEgbGl2aW5nP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMjA6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdRXhwZXJpZW5jZSB0aGUgcG93ZXIgb2YgbWFya2V0IGludGVsbGlnZW5jZSEgU3RhcnQgeW91ciBmcmVlIHRyaWFsIGluIHRocmVlIGVhc3kgc3RlcHMhWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTU2OiJiYWNrZ3JvdW5kOiNmMmYyZjI7cGFkZGluZy1ib3R0b206MjBweDtib3JkZXItdG9wLXdpZHRoOjFweDtib3JkZXItYm90dG9tLXdpZHRoOjFweDtib3JkZXItc3R5bGU6c29saWQ7Ym9yZGVyLXRvcC1jb2xvcjojZTNlM2UzO2JvcmRlci1ib3R0b20tY29sb3I6I2UzZTNlMzsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEzMjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tTW1ZeVpqSWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNakFpTENKaWIzSmtaWEpYYVdSMGFDSTZJakVpTENKaWIzSmtaWEpEYjJ4dmNpSTZJaU5sTTJVelpUTWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo0OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY5OiJbaW1hZ2VzIHN0eWxlPVwiNVwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDgvcGllcnJlLWN1cnZlLmpwZ1wiIHdpZHRoPVwiNjc4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjU6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDkwOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUmlvc1F1YW50IG1lbWJlciBQaWVycmUgdG9vayBvdmVyICQxLDgwMCBpbiBwcm9maXRzIGZyb20gdGhlIGZ1dHVyZXMgbWFya2V0IGluIGZvdXIgZGF5cy4gSGUgdHJhZGVzIGV2ZXJ5IG1vcm5pbmcgd2l0aCBvdGhlciBsaWtlLW1pbmRlZCB0cmFkZXJzIGluIG91ciBsaXZlIG9ubGluZSB0cmFkaW5nIHJvb20uIEhlIGlzIGEgbW9tZW50dW0gdHJhZGVyIGFuZCB1c2VzIHRoZSBSaW9zUXVhbnQgZm9yd2FyZC1sb29raW5nIHRyYWRpbmcgc3lzdGVtcy4KCldhdGNoIHRoZSBzaG9ydCB2aWRlbyB0byB0aGUgcmlnaHQgYW5kIHNlZSBob3cgUmlvc1F1YW50IHBlcmZvcm1hbmNlIGNvYWNoIEVQIFByZXN0b24gdHJhZGVkIGEgcmVjZW50IHVuZW1wbG95bWVudCByZXBvcnQgdXNpbmcgdGhlIFJpb3NRdWFudCBmb3J3YXJkIGxvb2tpbmcgaW5kaWNhdG9ycy5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjg6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODQ2OiJbb3B0aW5fYm94IHN0eWxlPVwiMTFcIiB3aWR0aD1cIjQ1MFwiIG1hcmdpbl90b3A9XCIxNVwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNTQzOTY3XCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIG5hbWUgYW5kIHBob25lIG51bWJlclwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVJXNTBaWElnZVc5MWNpQnVZVzFsTENCd2FHOXVaU0J1ZFcxaVpYSWdZVzVrSUdWdFlXbHNJR0psYkc5M0lIUnZJR2RsZENCemRHRnlkR1ZrSUhkcGRHZ2dlVzkxY2lCU2FXOXpVWFZoYm5RZ2RISmhaR2x1WnlCMFpXTm9ibTlzYjJkNUlHWnZjaUJPYVc1cVlWUnlZV1JsY2lBdUxpND1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCJdQ2xpY2sgdGhlbiBjaGVjayB5b3VyIGluYm94IGZvciBjb25maXJtYXRpb24hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI3NDoiW3ZpZGVvX3BsYXllciB0eXBlPVwidXJsXCIgYXV0b19wbGF5PVwiWVwiIHVybDE9XCJcIiB1cmwyPVwiXCIgd2lkdGg9XCI1NjBcIiBoZWlnaHQ9XCIzMTVcIiBhbGlnbj1cImNlbnRlclwiIG1hcmdpbl90b3A9XCIwXCIgbWFyZ2luX2JvdHRvbT1cIjIwXCJdYUhSMGNEb3ZMM0JzWVhsbGNpNTJhVzFsYnk1amIyMHZaWGgwWlhKdVlXd3ZNVEF5TWpNM05EUTNMbWhrTG0xd05EOXpQV0l4Wm1Vd05ESTNabVpsTVdJM1pUYzRZbVE0TWpCaU5EZ3pNbVl3TUdWbFsvdmlkZW9fcGxheWVyXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NDoiZTMwPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjg4OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMTdcIiB3aWR0aD1cIjk0MFwiXTxoMiBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3BhbiBzdHlsZT1cImNvbG9yOiAjNDI1MDYzO1wiPllvdVwncmUgwqAzLVN0ZXBzIEF3YXkgdG8KR2V0dGluZyBTdGFydGVkIFdpdGggWW91ciBUcmFkaW5nIFN5c3RlbSBGcmVlIFRyaWFswqA8L3NwYW4+PC9oMj4KPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU5MjoiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCI1XCIgY29sb3I9XCIjNDI1MDYzXCJdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIkluc3RhbGxhdGlvbiAtIFRlY2ggc3VwcG9ydCBtZW1iZXIgd2lsbCB3YWxrIHlvdSB0aHJvdWdoIHRoZSBpbnN0YWxsYXRpb24sIG1ha2luZyB0aGUgcHJvY2VzcyBxdWljayBhbmQgdHJvdWJsZSBmcmVlLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiVHJhaW5pbmcgLSAgT25lLW9uLW9uZSB0cmFpbmluZyB0byBpbnN1cmUgeW91IGxlYXJuIGFsbCB0aGUgdHJhZGluZyBzeXN0ZW0gaGFzIHRvIG9mZmVyLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiM1wiIGhlYWRsaW5lPVwiTGl2ZSBUcmFkaW5nIFJvb20gLSBFeHBlcmllbmNlIHRoZSBwb3dlciBvZiBtYXJrZXQgaW50ZWxsaWdlbmNlIGluIHJlYWwgbWFya2V0IGVudmlyb25tZW50IHdpdGggUmlvc1F1YW50IG1lbWJlcnMgYW5kIGNvYWNoZXMgdG8gaW5zdXJlIHlvdSBnZXQgdGhlIG1vc3Qgb3V0IG9mIHlvdXIgZnJlZSB0cmlhbC5cIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDIzOiJbdGVzdGltb25pYWxzIHN0eWxlPVwiMlwiIG1hcmdpbl90b3A9XCJcIiBtYXJnaW5fYm90dG9tPVwiXCJdW3Rlc3RpbW9uaWFsIG5hbWU9XCJQaWVycmUgLSBOZXcgSmVyc2V5IFVTQVwiIGNvbXBhbnk9XCJSaW9zUXVhbnQgbWVtYmVyIHNpbmNlIDIwMTJcIiBocmVmPVwiXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9waWVycmUtZ2FtaWwtcGljLmpwZ1wiXTxwPlwiQ291bGQgbm90IGRvIGl0IHdpdGhvdXQgeW91Li4uIElcJ2xsIG5ldmVyIGJlIGFibGUgdG8gdGhhbmsgeW91IEVQIGFuZCBTdGV2ZSBlbm91Z2ggZm9yIHRoZSBkZWRpY2F0aW9uIHlvdSBzaG93IGFuZCB0aGUgc3VwcG9ydCB5b3Ugb2ZmZXIhXCI8L3A+Wy90ZXN0aW1vbmlhbF1bL3Rlc3RpbW9uaWFsc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMyOToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkNPTU1PRElUWSBGVVRVUkVTLCBPUFRJT05TLCBBTkQgRk9SRVggVFJBRElORyBJTlZPTFZFUyBTVUJTVEFOVElBTCBSSVNLIEFORCBJUyBOT1QgU1VJVEFCTEUgRk9SIEFMTCBJTlZFU1RPUlMuIFBBU1QgUEVSRk9STUFOQ0UgSVMgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFJFU1VMVFMuIFRFU1RJTU9OSUFMUyBBUkUgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFBFUkZPUk1BTkNFIE9SIFNVQ0NFU1MuPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','publish','2014-08-06 00:06:34'),(227,2213,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl05MCBEYXkgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UcmFkaW5nIFByb2dyYW08L3NwYW4+IEdldCBTdGFydGVkIE5vdy5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU1OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTUwXCIgaGVpZ2h0PVwiMzA5XCIgYWxpZ249XCJsZWZ0XCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RRd01qVXdNemd1YUdRdWJYQTBQM005TkRRek5ERXpZelkxTW1NNU1qRm1OR1kxTWpNd1lqUTNNemcxWkRRMk5qTT1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdTGVhcm4gSG93IHRvIEJlY29tZSBhIFF1YW50IFRyYWRlclsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ5MToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiNlZWViZGRcIiBib3R0b21fcGFkZGluZz1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMzY0XCIgbGluZV9oZWlnaHQ9XCIyMlwiXUR1cmluZyB0aGlzIDkwIGRheSB0cmFpbmluZyBwcm9ncmFtIHlvdSB3aWxsIHJlY2VpdmUgY29tcHJlaGVuc2l2ZSB0cmFpbmluZyBpbmNsdWRpbmcgdGhlIGNvbmNlcHQsIG1ldGhvZHMgYW5kIHRvb2xzIGluIGFuIGVhc3kgdG8gdW5kZXJzdGFuZCBzdGVwLWJ5LXN0ZXAgZm9ybWF0LiBUaGUgZXhhY3QgbG9naWMgaXMgcmV2ZWFsZWQgd2l0aCBhbGwgdGhlIG5lY2Vzc2FyeSBydWxlcyBuZWVkZWQgZm9yIHVuZGVyc3RhbmRpbmcgYW5kIGltcGxlbWVudGluZyB0aGUgUmlvc1F1YW50IGFwcHJvYWNoIHRvIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU4ODoiW29wdGluX2JveCBzdHlsZT1cIjE0XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0MjU4MjJcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjFcIiB0ZXh0PVwiQ2xpY2sgaGVyZSBhbmQgY2hlY2sgeW91ciBpbmJveFwiIHRleHRfc2l6ZT1cIjE4XCIgdGV4dF9jb2xvcj1cIiM1MDQyMTBcIiB0ZXh0X2ZvbnQ9XCJIZWx2ZXRpY2E7ZGVmYXVsdFwiIHRleHRfYm9sZD1cIllcIiB0ZXh0X2xldHRlcl9zcGFjaW5nPVwiMFwiIHRleHRfc2hhZG93X3BhbmVsPVwiWVwiIHRleHRfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIHRleHRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgdGV4dF9zaGFkb3dfY29sb3I9XCIjZmZmZjllXCIgdGV4dF9zaGFkb3dfYmx1cj1cIjBcIiBzdHlsaW5nX3dpZHRoPVwiMTAwXCIgc3R5bGluZ19oZWlnaHQ9XCIxNFwiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPVwiI2Q2OTMwMFwiIHN0eWxpbmdfYm9yZGVyX3NpemU9XCIxXCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPVwiNlwiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9XCIxMDBcIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPVwiI2ZmY2YwYVwiIHN0eWxpbmdfZ3JhZGllbnRfZW5kX2NvbG9yPVwiI2ZmZGEyMlwiIGRyb3Bfc2hhZG93X3BhbmVsPVwiWVwiIGRyb3Bfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIGRyb3Bfc2hhZG93X2hvcml6b250YWw9XCIwXCIgZHJvcF9zaGFkb3dfYmx1cj1cIjFcIiBkcm9wX3NoYWRvd19zcHJlYWQ9XCIwXCIgZHJvcF9zaGFkb3dfY29sb3I9XCIjMDAwMDAwXCIgZHJvcF9zaGFkb3dfb3BhY2l0eT1cIjEwXCIgaW5zZXRfc2hhZG93X3BhbmVsPVwiWVwiIGluc2V0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBpbnNldF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiBpbnNldF9zaGFkb3dfYmx1cj1cIjBcIiBpbnNldF9zaGFkb3dfc3ByZWFkPVwiMFwiIGluc2V0X3NoYWRvd19jb2xvcj1cIiNmZmU1OTBcIiBpbnNldF9zaGFkb3dfb3BhY2l0eT1cIjEwMFwiIGxvY2F0aW9uPVwib3B0aW5fYm94X3N0eWxlXzE0XCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozODoiZWxlbWVudC1jb250YWluZXIgY2YgcGFkLWxlZnQgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkzOiJiYWNrZ3JvdW5kOiNmY2ZjZmM7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZmNmY2ZjKSwgY29sb3Itc3RvcCgxMDAlLCAjZjVmNWY1KSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZmNmY2ZjLCBlbmRDb2xvcnN0cj0jZjVmNWY1LCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZMlpqWm1NaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqSXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakUxSW4wPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fQ==','revision','2014-11-09 22:57:28'),(228,2213,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl05MCBEYXkgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UcmFkaW5nIFByb2dyYW08L3NwYW4+IEdldCBTdGFydGVkIE5vdy5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU1OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTUwXCIgaGVpZ2h0PVwiMzA5XCIgYWxpZ249XCJsZWZ0XCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RRd01qVXdNemd1YUdRdWJYQTBQM005TkRRek5ERXpZelkxTW1NNU1qRm1OR1kxTWpNd1lqUTNNemcxWkRRMk5qTT1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdTGVhcm4gSG93IHRvIEJlY29tZSBhIFF1YW50IFRyYWRlclsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ5MToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiNlZWViZGRcIiBib3R0b21fcGFkZGluZz1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMzY0XCIgbGluZV9oZWlnaHQ9XCIyMlwiXUR1cmluZyB0aGlzIDkwIGRheSB0cmFpbmluZyBwcm9ncmFtIHlvdSB3aWxsIHJlY2VpdmUgY29tcHJlaGVuc2l2ZSB0cmFpbmluZyBpbmNsdWRpbmcgdGhlIGNvbmNlcHQsIG1ldGhvZHMgYW5kIHRvb2xzIGluIGFuIGVhc3kgdG8gdW5kZXJzdGFuZCBzdGVwLWJ5LXN0ZXAgZm9ybWF0LiBUaGUgZXhhY3QgbG9naWMgaXMgcmV2ZWFsZWQgd2l0aCBhbGwgdGhlIG5lY2Vzc2FyeSBydWxlcyBuZWVkZWQgZm9yIHVuZGVyc3RhbmRpbmcgYW5kIGltcGxlbWVudGluZyB0aGUgUmlvc1F1YW50IGFwcHJvYWNoIHRvIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU4ODoiW29wdGluX2JveCBzdHlsZT1cIjE0XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM2NjAzNjRcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjFcIiB0ZXh0PVwiQ2xpY2sgaGVyZSBhbmQgY2hlY2sgeW91ciBpbmJveFwiIHRleHRfc2l6ZT1cIjE4XCIgdGV4dF9jb2xvcj1cIiM1MDQyMTBcIiB0ZXh0X2ZvbnQ9XCJIZWx2ZXRpY2E7ZGVmYXVsdFwiIHRleHRfYm9sZD1cIllcIiB0ZXh0X2xldHRlcl9zcGFjaW5nPVwiMFwiIHRleHRfc2hhZG93X3BhbmVsPVwiWVwiIHRleHRfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIHRleHRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgdGV4dF9zaGFkb3dfY29sb3I9XCIjZmZmZjllXCIgdGV4dF9zaGFkb3dfYmx1cj1cIjBcIiBzdHlsaW5nX3dpZHRoPVwiMTAwXCIgc3R5bGluZ19oZWlnaHQ9XCIxNFwiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPVwiI2Q2OTMwMFwiIHN0eWxpbmdfYm9yZGVyX3NpemU9XCIxXCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPVwiNlwiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9XCIxMDBcIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPVwiI2ZmY2YwYVwiIHN0eWxpbmdfZ3JhZGllbnRfZW5kX2NvbG9yPVwiI2ZmZGEyMlwiIGRyb3Bfc2hhZG93X3BhbmVsPVwiWVwiIGRyb3Bfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIGRyb3Bfc2hhZG93X2hvcml6b250YWw9XCIwXCIgZHJvcF9zaGFkb3dfYmx1cj1cIjFcIiBkcm9wX3NoYWRvd19zcHJlYWQ9XCIwXCIgZHJvcF9zaGFkb3dfY29sb3I9XCIjMDAwMDAwXCIgZHJvcF9zaGFkb3dfb3BhY2l0eT1cIjEwXCIgaW5zZXRfc2hhZG93X3BhbmVsPVwiWVwiIGluc2V0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBpbnNldF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiBpbnNldF9zaGFkb3dfYmx1cj1cIjBcIiBpbnNldF9zaGFkb3dfc3ByZWFkPVwiMFwiIGluc2V0X3NoYWRvd19jb2xvcj1cIiNmZmU1OTBcIiBpbnNldF9zaGFkb3dfb3BhY2l0eT1cIjEwMFwiIGxvY2F0aW9uPVwib3B0aW5fYm94X3N0eWxlXzE0XCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozODoiZWxlbWVudC1jb250YWluZXIgY2YgcGFkLWxlZnQgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkzOiJiYWNrZ3JvdW5kOiNmY2ZjZmM7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZmNmY2ZjKSwgY29sb3Itc3RvcCgxMDAlLCAjZjVmNWY1KSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZmNmY2ZjLCBlbmRDb2xvcnN0cj0jZjVmNWY1LCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZMlpqWm1NaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqSXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakUxSW4wPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fQ==','revision','2014-11-09 23:02:38'),(229,2213,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl05MCBEYXkgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UcmFkaW5nIFByb2dyYW08L3NwYW4+IEdldCBTdGFydGVkIE5vdy5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU1OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTUwXCIgaGVpZ2h0PVwiMzA5XCIgYWxpZ249XCJsZWZ0XCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2TVRFeE16UTROakF4TG5Oa0xtMXdORDl6UFRJMU56Z3daVFExWkdRMk1tVXlabVprWmpNMk1UY3hNamhqWm1Nek1USTRbL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdTGVhcm4gSG93IHRvIEJlY29tZSBhIFF1YW50IFRyYWRlclsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ5MToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiNlZWViZGRcIiBib3R0b21fcGFkZGluZz1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMzY0XCIgbGluZV9oZWlnaHQ9XCIyMlwiXUR1cmluZyB0aGlzIDkwIGRheSB0cmFpbmluZyBwcm9ncmFtIHlvdSB3aWxsIHJlY2VpdmUgY29tcHJlaGVuc2l2ZSB0cmFpbmluZyBpbmNsdWRpbmcgdGhlIGNvbmNlcHQsIG1ldGhvZHMgYW5kIHRvb2xzIGluIGFuIGVhc3kgdG8gdW5kZXJzdGFuZCBzdGVwLWJ5LXN0ZXAgZm9ybWF0LiBUaGUgZXhhY3QgbG9naWMgaXMgcmV2ZWFsZWQgd2l0aCBhbGwgdGhlIG5lY2Vzc2FyeSBydWxlcyBuZWVkZWQgZm9yIHVuZGVyc3RhbmRpbmcgYW5kIGltcGxlbWVudGluZyB0aGUgUmlvc1F1YW50IGFwcHJvYWNoIHRvIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU4ODoiW29wdGluX2JveCBzdHlsZT1cIjE0XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM2NjAzNjRcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjFcIiB0ZXh0PVwiQ2xpY2sgaGVyZSBhbmQgY2hlY2sgeW91ciBpbmJveFwiIHRleHRfc2l6ZT1cIjE4XCIgdGV4dF9jb2xvcj1cIiM1MDQyMTBcIiB0ZXh0X2ZvbnQ9XCJIZWx2ZXRpY2E7ZGVmYXVsdFwiIHRleHRfYm9sZD1cIllcIiB0ZXh0X2xldHRlcl9zcGFjaW5nPVwiMFwiIHRleHRfc2hhZG93X3BhbmVsPVwiWVwiIHRleHRfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIHRleHRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgdGV4dF9zaGFkb3dfY29sb3I9XCIjZmZmZjllXCIgdGV4dF9zaGFkb3dfYmx1cj1cIjBcIiBzdHlsaW5nX3dpZHRoPVwiMTAwXCIgc3R5bGluZ19oZWlnaHQ9XCIxNFwiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPVwiI2Q2OTMwMFwiIHN0eWxpbmdfYm9yZGVyX3NpemU9XCIxXCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPVwiNlwiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9XCIxMDBcIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPVwiI2ZmY2YwYVwiIHN0eWxpbmdfZ3JhZGllbnRfZW5kX2NvbG9yPVwiI2ZmZGEyMlwiIGRyb3Bfc2hhZG93X3BhbmVsPVwiWVwiIGRyb3Bfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIGRyb3Bfc2hhZG93X2hvcml6b250YWw9XCIwXCIgZHJvcF9zaGFkb3dfYmx1cj1cIjFcIiBkcm9wX3NoYWRvd19zcHJlYWQ9XCIwXCIgZHJvcF9zaGFkb3dfY29sb3I9XCIjMDAwMDAwXCIgZHJvcF9zaGFkb3dfb3BhY2l0eT1cIjEwXCIgaW5zZXRfc2hhZG93X3BhbmVsPVwiWVwiIGluc2V0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBpbnNldF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiBpbnNldF9zaGFkb3dfYmx1cj1cIjBcIiBpbnNldF9zaGFkb3dfc3ByZWFkPVwiMFwiIGluc2V0X3NoYWRvd19jb2xvcj1cIiNmZmU1OTBcIiBpbnNldF9zaGFkb3dfb3BhY2l0eT1cIjEwMFwiIGxvY2F0aW9uPVwib3B0aW5fYm94X3N0eWxlXzE0XCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozODoiZWxlbWVudC1jb250YWluZXIgY2YgcGFkLWxlZnQgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkzOiJiYWNrZ3JvdW5kOiNmY2ZjZmM7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZmNmY2ZjKSwgY29sb3Itc3RvcCgxMDAlLCAjZjVmNWY1KSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZmNmY2ZjLCBlbmRDb2xvcnN0cj0jZjVmNWY1LCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZMlpqWm1NaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqSXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakUxSW4wPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fQ==','revision','2014-11-09 23:07:38'),(230,2213,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl05MCBEYXkgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UcmFkaW5nIFByb2dyYW08L3NwYW4+IEdldCBTdGFydGVkIE5vdy5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjM3OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl1TdGFydCBhICA8c3BhbiBzdHlsZT1cImNvbG9yOiAjMWU5YWUwO1wiPjE0LWRheSBmcmVlIHRyaWFsPC9zcGFuPiAgR2V0IFN0YXJ0ZWQgTm93Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM5OiJyb3cgZml2ZS1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxNzE3MTc7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToyMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhOekUzTVRjaUxDSndZV1JrYVc1blZHOXdJam9pTWpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI0OiJ0aHJlZS1maWZ0aHMgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI1NToiW3ZpZGVvX3BsYXllciB0eXBlPVwidXJsXCIgdXJsMT1cIlwiIHVybDI9XCJcIiB3aWR0aD1cIjU1MFwiIGhlaWdodD1cIjMwOVwiIGFsaWduPVwibGVmdFwiIG1hcmdpbl90b3A9XCIwXCIgbWFyZ2luX2JvdHRvbT1cIjBcIl1hSFIwY0RvdkwzQnNZWGxsY2k1MmFXMWxieTVqYjIwdlpYaDBaWEp1WVd3dk1URXhNelE0TmpBeExuTmtMbTF3TkQ5elBUSTFOemd3WlRRMVpHUTJNbVV5Wm1aa1pqTTJNVGN4TWpoalptTXpNVEk0Wy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6Mjk6InR3by1maWZ0aHMgY29sdW1uIGNvbHMgbmFycm93IjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNDQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyM1wiIGZvbnRfc3R5bGU9XCJub3JtYWxcIiBmb250X2NvbG9yPVwiI2VjZWJlNFwiIGFsaWduPVwibGVmdFwiXUxlYXJuIEhvdyB0byBCZWNvbWUgYSBRdWFudCBUcmFkZXJbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyOToiZWxlbWVudC1jb250YWluZXIgY2YgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0OTE6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjZWVlYmRkXCIgYm90dG9tX3BhZGRpbmc9XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjM2NFwiIGxpbmVfaGVpZ2h0PVwiMjJcIl1EdXJpbmcgdGhpcyA5MCBkYXkgdHJhaW5pbmcgcHJvZ3JhbSB5b3Ugd2lsbCByZWNlaXZlIGNvbXByZWhlbnNpdmUgdHJhaW5pbmcgaW5jbHVkaW5nIHRoZSBjb25jZXB0LCBtZXRob2RzIGFuZCB0b29scyBpbiBhbiBlYXN5IHRvIHVuZGVyc3RhbmQgc3RlcC1ieS1zdGVwIGZvcm1hdC4gVGhlIGV4YWN0IGxvZ2ljIGlzIHJldmVhbGVkIHdpdGggYWxsIHRoZSBuZWNlc3NhcnkgcnVsZXMgbmVlZGVkIGZvciB1bmRlcnN0YW5kaW5nIGFuZCBpbXBsZW1lbnRpbmcgdGhlIFJpb3NRdWFudCBhcHByb2FjaCB0byB0cmFkaW5nIHRoZSBnbG9iYWwgbWFya2V0cy5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE1ODg6IltvcHRpbl9ib3ggc3R5bGU9XCIxNFwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNjYwMzY0XCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIxXCIgdGV4dD1cIkNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hcIiB0ZXh0X3NpemU9XCIxOFwiIHRleHRfY29sb3I9XCIjNTA0MjEwXCIgdGV4dF9mb250PVwiSGVsdmV0aWNhO2RlZmF1bHRcIiB0ZXh0X2JvbGQ9XCJZXCIgdGV4dF9sZXR0ZXJfc3BhY2luZz1cIjBcIiB0ZXh0X3NoYWRvd19wYW5lbD1cIllcIiB0ZXh0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiB0ZXh0X3NoYWRvd19ob3Jpem9udGFsPVwiMFwiIHRleHRfc2hhZG93X2NvbG9yPVwiI2ZmZmY5ZVwiIHRleHRfc2hhZG93X2JsdXI9XCIwXCIgc3R5bGluZ193aWR0aD1cIjEwMFwiIHN0eWxpbmdfaGVpZ2h0PVwiMTRcIiBzdHlsaW5nX2JvcmRlcl9jb2xvcj1cIiNkNjkzMDBcIiBzdHlsaW5nX2JvcmRlcl9zaXplPVwiMVwiIHN0eWxpbmdfYm9yZGVyX3JhZGl1cz1cIjZcIiBzdHlsaW5nX2JvcmRlcl9vcGFjaXR5PVwiMTAwXCIgc3R5bGluZ19ncmFkaWVudF9zdGFydF9jb2xvcj1cIiNmZmNmMGFcIiBzdHlsaW5nX2dyYWRpZW50X2VuZF9jb2xvcj1cIiNmZmRhMjJcIiBkcm9wX3NoYWRvd19wYW5lbD1cIllcIiBkcm9wX3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBkcm9wX3NoYWRvd19ob3Jpem9udGFsPVwiMFwiIGRyb3Bfc2hhZG93X2JsdXI9XCIxXCIgZHJvcF9zaGFkb3dfc3ByZWFkPVwiMFwiIGRyb3Bfc2hhZG93X2NvbG9yPVwiIzAwMDAwMFwiIGRyb3Bfc2hhZG93X29wYWNpdHk9XCIxMFwiIGluc2V0X3NoYWRvd19wYW5lbD1cIllcIiBpbnNldF9zaGFkb3dfdmVydGljYWw9XCIxXCIgaW5zZXRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgaW5zZXRfc2hhZG93X2JsdXI9XCIwXCIgaW5zZXRfc2hhZG93X3NwcmVhZD1cIjBcIiBpbnNldF9zaGFkb3dfY29sb3I9XCIjZmZlNTkwXCIgaW5zZXRfc2hhZG93X29wYWNpdHk9XCIxMDBcIiBsb2NhdGlvbj1cIm9wdGluX2JveF9zdHlsZV8xNFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1DbGljayBoZXJlIGFuZCBjaGVjayB5b3VyIGluYm94Wy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mzg6ImVsZW1lbnQtY29udGFpbmVyIGNmIHBhZC1sZWZ0IGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU5MzoiYmFja2dyb3VuZDojZmNmY2ZjO2JhY2tncm91bmQ6LXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgY29sb3Itc3RvcCgwJSwgI2ZjZmNmYyksIGNvbG9yLXN0b3AoMTAwJSwgI2Y1ZjVmNSkpO2JhY2tncm91bmQ6LXdlYmtpdC1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1vei1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1zLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotby1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6bGluZWFyLWdyYWRpZW50KHRvIGJvdHRvbSwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtmaWx0ZXI6cHJvZ2lkOkRYSW1hZ2VUcmFuc2Zvcm0uTWljcm9zb2Z0LmdyYWRpZW50KHN0YXJ0Q29sb3JzdHI9I2ZjZmNmYywgZW5kQ29sb3JzdHI9I2Y1ZjVmNSwgR3JhZGllbnRUeXBlPTApO3BhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjE0MDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tWTJaalptTWlMQ0ppWVdOclozSnZkVzVrUTI5c2IzSkZibVFpT2lJalpqVm1OV1kxSWl3aWNHRmtaR2x1WjFSdmNDSTZJakl3SWl3aWNHRmtaR2x1WjBKdmRIUnZiU0k2SWpFMUluMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fWk6NDthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjEwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1UQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX0=','revision','2014-11-09 23:12:38'),(231,2213,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjI5OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl08c3BhbiBzdHlsZT1cImNvbG9yOiAjMWU5YWUwO1wiPkV2ZXIgZHJlYW0gb2YgdHJhZGluZyBmb3IgYSBsaXZpbmc/PC9zcGFuPlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMDA6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyN1wiIGZvbnRfZm9udD1cIk1vbnRzZXJyYXRcIiBmb250X3N0eWxlPVwiYm9sZFwiIGZvbnRfY29sb3I9XCIjMzAzMDMwXCIgZm9udF9zcGFjaW5nPVwiLTFcIiBhbGlnbj1cImNlbnRlclwiXVN0YXJ0IGEgMTQtZGF5IGZyZWUgdHJpYWwgIC0gR2V0IHN0YXJ0ZWQgbm93IVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozOToicm93IGZpdmUtY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czo1NjoiYmFja2dyb3VuZDojMTcxNzE3O3BhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MjBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEwMDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU14TnpFM01UY2lMQ0p3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNakFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyNDoidGhyZWUtZmlmdGhzIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNTU6Ilt2aWRlb19wbGF5ZXIgdHlwZT1cInVybFwiIHVybDE9XCJcIiB1cmwyPVwiXCIgd2lkdGg9XCI1NTBcIiBoZWlnaHQ9XCIzMDlcIiBhbGlnbj1cImxlZnRcIiBtYXJnaW5fdG9wPVwiMFwiIG1hcmdpbl9ib3R0b209XCIwXCJdYUhSMGNEb3ZMM0JzWVhsbGNpNTJhVzFsYnk1amIyMHZaWGgwWlhKdVlXd3ZNVEV4TXpRNE5qQXhMbk5rTG0xd05EOXpQVEkxTnpnd1pUUTFaR1EyTW1VeVptWmtaak0yTVRjeE1qaGpabU16TVRJNFsvdmlkZW9fcGxheWVyXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI5OiJ0d28tZmlmdGhzIGNvbHVtbiBjb2xzIG5hcnJvdyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTQ0OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjNcIiBmb250X3N0eWxlPVwibm9ybWFsXCIgZm9udF9jb2xvcj1cIiNlY2ViZTRcIiBhbGlnbj1cImxlZnRcIl1MZWFybiBIb3cgdG8gQmVjb21lIGEgUXVhbnQgVHJhZGVyWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTM3OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMTVcIiBmb250X2NvbG9yPVwiI2VlZWJkZFwiIGJvdHRvbV9wYWRkaW5nPVwiMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCIzNjRcIiBsaW5lX2hlaWdodD1cIjIyXCJdRHVyaW5nIHRoZSBoaWdobHkgYWNjbGFpbWVkIFJpb3NRdWFudCBhbGdvcml0aG1pYyBhbmQgcXVhbnRpdGF0aXZlIHRyYWRpbmcgY291cnNlIHlvdSB3aWxsIHJlY2VpdmUgY29tcHJlaGVuc2l2ZSB0cmFpbmluZyBpbmNsdWRpbmcgdGhlIGNvbmNlcHQsIG1ldGhvZHMgYW5kIHRvb2xzIGluIGFuIGVhc3kgdG8gdW5kZXJzdGFuZCBzdGVwLWJ5LXN0ZXAgZm9ybWF0LiBUaGUgZXhhY3QgbG9naWMgaXMgcmV2ZWFsZWQgd2l0aCBhbGwgdGhlIG5lY2Vzc2FyeSBydWxlcyBuZWVkZWQgZm9yIHVuZGVyc3RhbmRpbmcgYW5kIGltcGxlbWVudGluZyB0aGUgUmlvc1F1YW50IGFwcHJvYWNoIHRvIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU4ODoiW29wdGluX2JveCBzdHlsZT1cIjE0XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM2NjAzNjRcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjFcIiB0ZXh0PVwiQ2xpY2sgaGVyZSBhbmQgY2hlY2sgeW91ciBpbmJveFwiIHRleHRfc2l6ZT1cIjE4XCIgdGV4dF9jb2xvcj1cIiM1MDQyMTBcIiB0ZXh0X2ZvbnQ9XCJIZWx2ZXRpY2E7ZGVmYXVsdFwiIHRleHRfYm9sZD1cIllcIiB0ZXh0X2xldHRlcl9zcGFjaW5nPVwiMFwiIHRleHRfc2hhZG93X3BhbmVsPVwiWVwiIHRleHRfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIHRleHRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgdGV4dF9zaGFkb3dfY29sb3I9XCIjZmZmZjllXCIgdGV4dF9zaGFkb3dfYmx1cj1cIjBcIiBzdHlsaW5nX3dpZHRoPVwiMTAwXCIgc3R5bGluZ19oZWlnaHQ9XCIxNFwiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPVwiI2Q2OTMwMFwiIHN0eWxpbmdfYm9yZGVyX3NpemU9XCIxXCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPVwiNlwiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9XCIxMDBcIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPVwiI2ZmY2YwYVwiIHN0eWxpbmdfZ3JhZGllbnRfZW5kX2NvbG9yPVwiI2ZmZGEyMlwiIGRyb3Bfc2hhZG93X3BhbmVsPVwiWVwiIGRyb3Bfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIGRyb3Bfc2hhZG93X2hvcml6b250YWw9XCIwXCIgZHJvcF9zaGFkb3dfYmx1cj1cIjFcIiBkcm9wX3NoYWRvd19zcHJlYWQ9XCIwXCIgZHJvcF9zaGFkb3dfY29sb3I9XCIjMDAwMDAwXCIgZHJvcF9zaGFkb3dfb3BhY2l0eT1cIjEwXCIgaW5zZXRfc2hhZG93X3BhbmVsPVwiWVwiIGluc2V0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBpbnNldF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiBpbnNldF9zaGFkb3dfYmx1cj1cIjBcIiBpbnNldF9zaGFkb3dfc3ByZWFkPVwiMFwiIGluc2V0X3NoYWRvd19jb2xvcj1cIiNmZmU1OTBcIiBpbnNldF9zaGFkb3dfb3BhY2l0eT1cIjEwMFwiIGxvY2F0aW9uPVwib3B0aW5fYm94X3N0eWxlXzE0XCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozODoiZWxlbWVudC1jb250YWluZXIgY2YgcGFkLWxlZnQgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkzOiJiYWNrZ3JvdW5kOiNmY2ZjZmM7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZmNmY2ZjKSwgY29sb3Itc3RvcCgxMDAlLCAjZjVmNWY1KSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZmNmY2ZjLCBlbmRDb2xvcnN0cj0jZjVmNWY1LCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZMlpqWm1NaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqSXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakUxSW4wPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fQ==','revision','2014-11-09 23:17:36'),(232,2213,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjI5OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl08c3BhbiBzdHlsZT1cImNvbG9yOiAjMWU5YWUwO1wiPkV2ZXIgZHJlYW0gb2YgdHJhZGluZyBmb3IgYSBsaXZpbmc/PC9zcGFuPlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMDA6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyN1wiIGZvbnRfZm9udD1cIk1vbnRzZXJyYXRcIiBmb250X3N0eWxlPVwiYm9sZFwiIGZvbnRfY29sb3I9XCIjMzAzMDMwXCIgZm9udF9zcGFjaW5nPVwiLTFcIiBhbGlnbj1cImNlbnRlclwiXVN0YXJ0IGEgMTQtZGF5IGZyZWUgdHJpYWwgIC0gR2V0IHN0YXJ0ZWQgbm93IVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozOToicm93IGZpdmUtY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czo1NjoiYmFja2dyb3VuZDojMTcxNzE3O3BhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MjBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEwMDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU14TnpFM01UY2lMQ0p3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNakFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyNDoidGhyZWUtZmlmdGhzIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNTU6Ilt2aWRlb19wbGF5ZXIgdHlwZT1cInVybFwiIHVybDE9XCJcIiB1cmwyPVwiXCIgd2lkdGg9XCI1NTBcIiBoZWlnaHQ9XCIzMDlcIiBhbGlnbj1cImxlZnRcIiBtYXJnaW5fdG9wPVwiMFwiIG1hcmdpbl9ib3R0b209XCIwXCJdYUhSMGNEb3ZMM0JzWVhsbGNpNTJhVzFsYnk1amIyMHZaWGgwWlhKdVlXd3ZNVEV4TXpRNE5qQXhMbk5rTG0xd05EOXpQVEkxTnpnd1pUUTFaR1EyTW1VeVptWmtaak0yTVRjeE1qaGpabU16TVRJNFsvdmlkZW9fcGxheWVyXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI5OiJ0d28tZmlmdGhzIGNvbHVtbiBjb2xzIG5hcnJvdyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTQxOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjNcIiBmb250X3N0eWxlPVwibm9ybWFsXCIgZm9udF9jb2xvcj1cIiNlY2ViZTRcIiBhbGlnbj1cImxlZnRcIl1MZWFybiBIb3cgdG8gVHJhZGUgZm9yIGEgTGl2aW5nWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTM3OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMTVcIiBmb250X2NvbG9yPVwiI2VlZWJkZFwiIGJvdHRvbV9wYWRkaW5nPVwiMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCIzNjRcIiBsaW5lX2hlaWdodD1cIjIyXCJdRHVyaW5nIHRoZSBoaWdobHkgYWNjbGFpbWVkIFJpb3NRdWFudCBhbGdvcml0aG1pYyBhbmQgcXVhbnRpdGF0aXZlIHRyYWRpbmcgY291cnNlIHlvdSB3aWxsIHJlY2VpdmUgY29tcHJlaGVuc2l2ZSB0cmFpbmluZyBpbmNsdWRpbmcgdGhlIGNvbmNlcHQsIG1ldGhvZHMgYW5kIHRvb2xzIGluIGFuIGVhc3kgdG8gdW5kZXJzdGFuZCBzdGVwLWJ5LXN0ZXAgZm9ybWF0LiBUaGUgZXhhY3QgbG9naWMgaXMgcmV2ZWFsZWQgd2l0aCBhbGwgdGhlIG5lY2Vzc2FyeSBydWxlcyBuZWVkZWQgZm9yIHVuZGVyc3RhbmRpbmcgYW5kIGltcGxlbWVudGluZyB0aGUgUmlvc1F1YW50IGFwcHJvYWNoIHRvIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU4ODoiW29wdGluX2JveCBzdHlsZT1cIjE0XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM2NjAzNjRcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjFcIiB0ZXh0PVwiQ2xpY2sgaGVyZSBhbmQgY2hlY2sgeW91ciBpbmJveFwiIHRleHRfc2l6ZT1cIjE4XCIgdGV4dF9jb2xvcj1cIiM1MDQyMTBcIiB0ZXh0X2ZvbnQ9XCJIZWx2ZXRpY2E7ZGVmYXVsdFwiIHRleHRfYm9sZD1cIllcIiB0ZXh0X2xldHRlcl9zcGFjaW5nPVwiMFwiIHRleHRfc2hhZG93X3BhbmVsPVwiWVwiIHRleHRfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIHRleHRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgdGV4dF9zaGFkb3dfY29sb3I9XCIjZmZmZjllXCIgdGV4dF9zaGFkb3dfYmx1cj1cIjBcIiBzdHlsaW5nX3dpZHRoPVwiMTAwXCIgc3R5bGluZ19oZWlnaHQ9XCIxNFwiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPVwiI2Q2OTMwMFwiIHN0eWxpbmdfYm9yZGVyX3NpemU9XCIxXCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPVwiNlwiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9XCIxMDBcIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPVwiI2ZmY2YwYVwiIHN0eWxpbmdfZ3JhZGllbnRfZW5kX2NvbG9yPVwiI2ZmZGEyMlwiIGRyb3Bfc2hhZG93X3BhbmVsPVwiWVwiIGRyb3Bfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIGRyb3Bfc2hhZG93X2hvcml6b250YWw9XCIwXCIgZHJvcF9zaGFkb3dfYmx1cj1cIjFcIiBkcm9wX3NoYWRvd19zcHJlYWQ9XCIwXCIgZHJvcF9zaGFkb3dfY29sb3I9XCIjMDAwMDAwXCIgZHJvcF9zaGFkb3dfb3BhY2l0eT1cIjEwXCIgaW5zZXRfc2hhZG93X3BhbmVsPVwiWVwiIGluc2V0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBpbnNldF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiBpbnNldF9zaGFkb3dfYmx1cj1cIjBcIiBpbnNldF9zaGFkb3dfc3ByZWFkPVwiMFwiIGluc2V0X3NoYWRvd19jb2xvcj1cIiNmZmU1OTBcIiBpbnNldF9zaGFkb3dfb3BhY2l0eT1cIjEwMFwiIGxvY2F0aW9uPVwib3B0aW5fYm94X3N0eWxlXzE0XCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozODoiZWxlbWVudC1jb250YWluZXIgY2YgcGFkLWxlZnQgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkzOiJiYWNrZ3JvdW5kOiNmY2ZjZmM7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZmNmY2ZjKSwgY29sb3Itc3RvcCgxMDAlLCAjZjVmNWY1KSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZmNmY2ZjLCBlbmRDb2xvcnN0cj0jZjVmNWY1LCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZMlpqWm1NaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqSXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakUxSW4wPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fQ==','revision','2014-11-09 23:39:46'),(233,2213,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjI5OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl08c3BhbiBzdHlsZT1cImNvbG9yOiAjMWU5YWUwO1wiPkV2ZXIgZHJlYW0gb2YgdHJhZGluZyBmb3IgYSBsaXZpbmc/PC9zcGFuPlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMjA6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyN1wiIGZvbnRfZm9udD1cIk1vbnRzZXJyYXRcIiBmb250X3N0eWxlPVwiYm9sZFwiIGZvbnRfY29sb3I9XCIjMzAzMDMwXCIgZm9udF9zcGFjaW5nPVwiLTFcIiBhbGlnbj1cImNlbnRlclwiXVVuY292ZXIgdGhlIG15c3Rlcnkgb2YgcXVhbnQgdHJhZGluZyAtIFN0YXJ0IGEgMTQtZGF5IGZyZWUgdHJpYWwhWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM5OiJyb3cgZml2ZS1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxNzE3MTc7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToyMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhOekUzTVRjaUxDSndZV1JrYVc1blZHOXdJam9pTWpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI0OiJ0aHJlZS1maWZ0aHMgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI1NToiW3ZpZGVvX3BsYXllciB0eXBlPVwidXJsXCIgdXJsMT1cIlwiIHVybDI9XCJcIiB3aWR0aD1cIjU1MFwiIGhlaWdodD1cIjMwOVwiIGFsaWduPVwibGVmdFwiIG1hcmdpbl90b3A9XCIwXCIgbWFyZ2luX2JvdHRvbT1cIjBcIl1hSFIwY0RvdkwzQnNZWGxsY2k1MmFXMWxieTVqYjIwdlpYaDBaWEp1WVd3dk1URXhNelE0TmpBeExuTmtMbTF3TkQ5elBUSTFOemd3WlRRMVpHUTJNbVV5Wm1aa1pqTTJNVGN4TWpoalptTXpNVEk0Wy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6Mjk6InR3by1maWZ0aHMgY29sdW1uIGNvbHMgbmFycm93IjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNDE6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyM1wiIGZvbnRfc3R5bGU9XCJub3JtYWxcIiBmb250X2NvbG9yPVwiI2VjZWJlNFwiIGFsaWduPVwibGVmdFwiXUxlYXJuIEhvdyB0byBUcmFkZSBmb3IgYSBMaXZpbmdbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyOToiZWxlbWVudC1jb250YWluZXIgY2YgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1Mzc6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjZWVlYmRkXCIgYm90dG9tX3BhZGRpbmc9XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjM2NFwiIGxpbmVfaGVpZ2h0PVwiMjJcIl1EdXJpbmcgdGhlIGhpZ2hseSBhY2NsYWltZWQgUmlvc1F1YW50IGFsZ29yaXRobWljIGFuZCBxdWFudGl0YXRpdmUgdHJhZGluZyBjb3Vyc2UgeW91IHdpbGwgcmVjZWl2ZSBjb21wcmVoZW5zaXZlIHRyYWluaW5nIGluY2x1ZGluZyB0aGUgY29uY2VwdCwgbWV0aG9kcyBhbmQgdG9vbHMgaW4gYW4gZWFzeSB0byB1bmRlcnN0YW5kIHN0ZXAtYnktc3RlcCBmb3JtYXQuIFRoZSBleGFjdCBsb2dpYyBpcyByZXZlYWxlZCB3aXRoIGFsbCB0aGUgbmVjZXNzYXJ5IHJ1bGVzIG5lZWRlZCBmb3IgdW5kZXJzdGFuZGluZyBhbmQgaW1wbGVtZW50aW5nIHRoZSBSaW9zUXVhbnQgYXBwcm9hY2ggdG8gdHJhZGluZyB0aGUgZ2xvYmFsIG1hcmtldHMuWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyOToiZWxlbWVudC1jb250YWluZXIgY2YgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNTg4OiJbb3B0aW5fYm94IHN0eWxlPVwiMTRcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9maWVsZD1cImVtYWlsXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJhd2ViZXJcIiBsaXN0PVwiMzY2MDM2NFwiIG5hbWVfZmllbGQ9XCJuYW1lXCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIiBuYW1lX3JlcXVpcmVkPVwiTlwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMVwiIHRleHQ9XCJDbGljayBoZXJlIGFuZCBjaGVjayB5b3VyIGluYm94XCIgdGV4dF9zaXplPVwiMThcIiB0ZXh0X2NvbG9yPVwiIzUwNDIxMFwiIHRleHRfZm9udD1cIkhlbHZldGljYTtkZWZhdWx0XCIgdGV4dF9ib2xkPVwiWVwiIHRleHRfbGV0dGVyX3NwYWNpbmc9XCIwXCIgdGV4dF9zaGFkb3dfcGFuZWw9XCJZXCIgdGV4dF9zaGFkb3dfdmVydGljYWw9XCIxXCIgdGV4dF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiB0ZXh0X3NoYWRvd19jb2xvcj1cIiNmZmZmOWVcIiB0ZXh0X3NoYWRvd19ibHVyPVwiMFwiIHN0eWxpbmdfd2lkdGg9XCIxMDBcIiBzdHlsaW5nX2hlaWdodD1cIjE0XCIgc3R5bGluZ19ib3JkZXJfY29sb3I9XCIjZDY5MzAwXCIgc3R5bGluZ19ib3JkZXJfc2l6ZT1cIjFcIiBzdHlsaW5nX2JvcmRlcl9yYWRpdXM9XCI2XCIgc3R5bGluZ19ib3JkZXJfb3BhY2l0eT1cIjEwMFwiIHN0eWxpbmdfZ3JhZGllbnRfc3RhcnRfY29sb3I9XCIjZmZjZjBhXCIgc3R5bGluZ19ncmFkaWVudF9lbmRfY29sb3I9XCIjZmZkYTIyXCIgZHJvcF9zaGFkb3dfcGFuZWw9XCJZXCIgZHJvcF9zaGFkb3dfdmVydGljYWw9XCIxXCIgZHJvcF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiBkcm9wX3NoYWRvd19ibHVyPVwiMVwiIGRyb3Bfc2hhZG93X3NwcmVhZD1cIjBcIiBkcm9wX3NoYWRvd19jb2xvcj1cIiMwMDAwMDBcIiBkcm9wX3NoYWRvd19vcGFjaXR5PVwiMTBcIiBpbnNldF9zaGFkb3dfcGFuZWw9XCJZXCIgaW5zZXRfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIGluc2V0X3NoYWRvd19ob3Jpem9udGFsPVwiMFwiIGluc2V0X3NoYWRvd19ibHVyPVwiMFwiIGluc2V0X3NoYWRvd19zcHJlYWQ9XCIwXCIgaW5zZXRfc2hhZG93X2NvbG9yPVwiI2ZmZTU5MFwiIGluc2V0X3NoYWRvd19vcGFjaXR5PVwiMTAwXCIgbG9jYXRpb249XCJvcHRpbl9ib3hfc3R5bGVfMTRcIiBidXR0b25fYmVsb3c9XCJZXCJdQ2xpY2sgaGVyZSBhbmQgY2hlY2sgeW91ciBpbmJveFsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjM4OiJlbGVtZW50LWNvbnRhaW5lciBjZiBwYWQtbGVmdCBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czo1OTM6ImJhY2tncm91bmQ6I2ZjZmNmYztiYWNrZ3JvdW5kOi13ZWJraXQtZ3JhZGllbnQobGluZWFyLCBsZWZ0IHRvcCwgbGVmdCBib3R0b20sIGNvbG9yLXN0b3AoMCUsICNmY2ZjZmMpLCBjb2xvci1zdG9wKDEwMCUsICNmNWY1ZjUpKTtiYWNrZ3JvdW5kOi13ZWJraXQtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1tb3otbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1tcy1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW8tbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOmxpbmVhci1ncmFkaWVudCh0byBib3R0b20sICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7ZmlsdGVyOnByb2dpZDpEWEltYWdlVHJhbnNmb3JtLk1pY3Jvc29mdC5ncmFkaWVudChzdGFydENvbG9yc3RyPSNmY2ZjZmMsIGVuZENvbG9yc3RyPSNmNWY1ZjUsIEdyYWRpZW50VHlwZT0wKTtwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjE1cHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxNDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObVkyWmpabU1pTENKaVlXTnJaM0p2ZFc1a1EyOXNiM0pGYm1RaU9pSWpaalZtTldZMUlpd2ljR0ZrWkdsdVoxUnZjQ0k2SWpJd0lpd2ljR0ZrWkdsdVowSnZkSFJ2YlNJNklqRTFJbjA9IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX1pOjM7YTo0OntzOjk6InJvd19jbGFzcyI7czoyOToicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX1pOjQ7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM3OiJwYWRkaW5nLXRvcDoxMHB4O3BhZGRpbmctYm90dG9tOjEwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo1NjoiZXlKd1lXUmthVzVuVkc5d0lqb2lNVEFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTVRBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19','revision','2014-11-09 23:40:41'),(234,2213,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjI5OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl08c3BhbiBzdHlsZT1cImNvbG9yOiAjMWU5YWUwO1wiPkV2ZXIgZHJlYW0gb2YgdHJhZGluZyBmb3IgYSBsaXZpbmc/PC9zcGFuPlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMjA6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyN1wiIGZvbnRfZm9udD1cIk1vbnRzZXJyYXRcIiBmb250X3N0eWxlPVwiYm9sZFwiIGZvbnRfY29sb3I9XCIjMzAzMDMwXCIgZm9udF9zcGFjaW5nPVwiLTFcIiBhbGlnbj1cImNlbnRlclwiXVVuY292ZXIgdGhlIG15c3Rlcnkgb2YgcXVhbnQgdHJhZGluZyAtIFN0YXJ0IGEgMTQtZGF5IGZyZWUgdHJpYWwhWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM5OiJyb3cgZml2ZS1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxNzE3MTc7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToyMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhOekUzTVRjaUxDSndZV1JrYVc1blZHOXdJam9pTWpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI0OiJ0aHJlZS1maWZ0aHMgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ4NDoiW3ZpZGVvX3BsYXllciB0eXBlPVwiZW1iZWRcIiB3aWR0aD1cIjU1MFwiIGhlaWdodD1cIjMwOVwiIGFsaWduPVwibGVmdFwiIG1hcmdpbl90b3A9XCIwXCIgbWFyZ2luX2JvdHRvbT1cIjBcIl08aW1nIHNyYz1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvcGx1Z2lucy9vcHRpbWl6ZVByZXNzUGx1Z2luL2xpYi9pbWFnZXMvdmlkZW9fcGxhY2Vob2xkZXIucG5nXCIgYWx0PVwiUEdsbWNtRnRaU0J6Y21NOUlpOHZjR3hoZVdWeUxuWnBiV1Z2TG1OdmJTOTJhV1JsYnk4eE1URXpORGcyTURFaUlIZHBaSFJvUFNJMU1EQWlJR2hsYVdkb2REMGlNamd4SWlCbWNtRnRaV0p2Y21SbGNqMGlNQ0lnZDJWaWEybDBZV3hzYjNkbWRXeHNjMk55WldWdUlHMXZlbUZzYkc5M1puVnNiSE5qY21WbGJpQmhiR3h2ZDJaMWJHeHpZM0psWlc0K1BDOXBabkpoYldVK1wiIHdpZHRoPVwiMVwiIGhlaWdodD1cIjFcIiAvPlsvdmlkZW9fcGxheWVyXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI5OiJ0d28tZmlmdGhzIGNvbHVtbiBjb2xzIG5hcnJvdyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTQxOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjNcIiBmb250X3N0eWxlPVwibm9ybWFsXCIgZm9udF9jb2xvcj1cIiNlY2ViZTRcIiBhbGlnbj1cImxlZnRcIl1MZWFybiBIb3cgdG8gVHJhZGUgZm9yIGEgTGl2aW5nWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTM3OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMTVcIiBmb250X2NvbG9yPVwiI2VlZWJkZFwiIGJvdHRvbV9wYWRkaW5nPVwiMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCIzNjRcIiBsaW5lX2hlaWdodD1cIjIyXCJdRHVyaW5nIHRoZSBoaWdobHkgYWNjbGFpbWVkIFJpb3NRdWFudCBhbGdvcml0aG1pYyBhbmQgcXVhbnRpdGF0aXZlIHRyYWRpbmcgY291cnNlIHlvdSB3aWxsIHJlY2VpdmUgY29tcHJlaGVuc2l2ZSB0cmFpbmluZyBpbmNsdWRpbmcgdGhlIGNvbmNlcHQsIG1ldGhvZHMgYW5kIHRvb2xzIGluIGFuIGVhc3kgdG8gdW5kZXJzdGFuZCBzdGVwLWJ5LXN0ZXAgZm9ybWF0LiBUaGUgZXhhY3QgbG9naWMgaXMgcmV2ZWFsZWQgd2l0aCBhbGwgdGhlIG5lY2Vzc2FyeSBydWxlcyBuZWVkZWQgZm9yIHVuZGVyc3RhbmRpbmcgYW5kIGltcGxlbWVudGluZyB0aGUgUmlvc1F1YW50IGFwcHJvYWNoIHRvIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU4ODoiW29wdGluX2JveCBzdHlsZT1cIjE0XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM2NjAzNjRcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjFcIiB0ZXh0PVwiQ2xpY2sgaGVyZSBhbmQgY2hlY2sgeW91ciBpbmJveFwiIHRleHRfc2l6ZT1cIjE4XCIgdGV4dF9jb2xvcj1cIiM1MDQyMTBcIiB0ZXh0X2ZvbnQ9XCJIZWx2ZXRpY2E7ZGVmYXVsdFwiIHRleHRfYm9sZD1cIllcIiB0ZXh0X2xldHRlcl9zcGFjaW5nPVwiMFwiIHRleHRfc2hhZG93X3BhbmVsPVwiWVwiIHRleHRfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIHRleHRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgdGV4dF9zaGFkb3dfY29sb3I9XCIjZmZmZjllXCIgdGV4dF9zaGFkb3dfYmx1cj1cIjBcIiBzdHlsaW5nX3dpZHRoPVwiMTAwXCIgc3R5bGluZ19oZWlnaHQ9XCIxNFwiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPVwiI2Q2OTMwMFwiIHN0eWxpbmdfYm9yZGVyX3NpemU9XCIxXCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPVwiNlwiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9XCIxMDBcIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPVwiI2ZmY2YwYVwiIHN0eWxpbmdfZ3JhZGllbnRfZW5kX2NvbG9yPVwiI2ZmZGEyMlwiIGRyb3Bfc2hhZG93X3BhbmVsPVwiWVwiIGRyb3Bfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIGRyb3Bfc2hhZG93X2hvcml6b250YWw9XCIwXCIgZHJvcF9zaGFkb3dfYmx1cj1cIjFcIiBkcm9wX3NoYWRvd19zcHJlYWQ9XCIwXCIgZHJvcF9zaGFkb3dfY29sb3I9XCIjMDAwMDAwXCIgZHJvcF9zaGFkb3dfb3BhY2l0eT1cIjEwXCIgaW5zZXRfc2hhZG93X3BhbmVsPVwiWVwiIGluc2V0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBpbnNldF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiBpbnNldF9zaGFkb3dfYmx1cj1cIjBcIiBpbnNldF9zaGFkb3dfc3ByZWFkPVwiMFwiIGluc2V0X3NoYWRvd19jb2xvcj1cIiNmZmU1OTBcIiBpbnNldF9zaGFkb3dfb3BhY2l0eT1cIjEwMFwiIGxvY2F0aW9uPVwib3B0aW5fYm94X3N0eWxlXzE0XCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozODoiZWxlbWVudC1jb250YWluZXIgY2YgcGFkLWxlZnQgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkzOiJiYWNrZ3JvdW5kOiNmY2ZjZmM7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZmNmY2ZjKSwgY29sb3Itc3RvcCgxMDAlLCAjZjVmNWY1KSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZmNmY2ZjLCBlbmRDb2xvcnN0cj0jZjVmNWY1LCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZMlpqWm1NaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqSXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakUxSW4wPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fQ==','publish','2014-11-09 23:50:05');
INSERT INTO `wp_optimizepress_post_layouts` VALUES (235,2234,'body','YToyOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzk6ImJhY2tncm91bmQ6I2YwZjBmMDtwYWRkaW5nLWJvdHRvbTozMHB4OyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTk2OiJbaW1hZ2VzIHN0eWxlPSIwIiBpbWFnZT0iaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvU21hcnQtSWRlYTEucG5nIiBjdXN0b21fd2lkdGg9IlkiIHdpZHRoPSI2MzAiIGN1c3RvbV93aWR0aF92YWw9IjEwMCIgYWxpZ249ImNlbnRlciIgdG9wX21hcmdpbj0iMCIgZnVsbF93aWR0aD0iWSJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3NDoiW2hlYWRsaW5lIHN0eWxlPSIxIiBhbGlnbj0iY2VudGVyIl1Ib3cgdG8gQ3JlYXRlIFlvdXIgT3duIEVib29rWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2NDoiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjIwIiBmb250X3N0eWxlPSJub3JtYWwiIGFsaWduPSJjZW50ZXIiXUluIHRoaXMgY291cnNlIHlvdSB3aWxsIGxlYXJuIGV2ZXJ5IHN0ZXAgb2YgdGhlIHByb2Nlc3MgZm9yIGNyZWF0aW5nIHlvdXIgb3duIGVib29rWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NzY6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObU1HWXdaakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO31pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozMToicm93IGZvdXItY29sdW1ucyBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI1OiJ0aHJlZS1mb3VydGhzIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3MToiW21lbWJlcnNoaXBfcGFnZV9saXN0aW5ncyBzdHlsZT0iMiIgY29sdW1ucz0iMSIgcHJvZHVjdD0iNTE3MSIgb3BtPSIxIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToib25lLWZvdXJ0aCBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIzNjoiW3RleHRfYmxvY2sgc3R5bGU9InN0eWxlXzEucG5nIiBhbGlnbj0ibGVmdCIgd2lkdGg9IjIyMCJdPGg0PldlbGNvbWU8L2g0PgpXZWxjb21lIHRvIHRoZSDigJxIb3cgVG8gQ3JlYXRlIFlvdXIgT3duIEVib29r4oCdIENvdXJzZS4gwqBNeSBuYW1lIGlzIEphbWVzIER5c29uIGFuZCBJIHdpbGwgYmUgdGFraW5nIHlvdSB0aHJvdWdoIHRoaXMgY291cnNlIG92ZXIgdGhlIG5leHQgNiB3ZWVrc1svdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE5OiJbZGl2aWRlciBzdHlsZT0iMCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyOTI6Ilt0ZXh0X2Jsb2NrIHN0eWxlPSJzdHlsZV8xLnBuZyIgYWxpZ249ImxlZnQiIHdpZHRoPSIyMjAiXTxoND5VcGNvbWluZyBUcmFpbmluZzwvaDQ+CllvdSBtaWdodCBsaWtlIHRvIGhpZ2hsaWdodCBzb21lIG9mIHlvdXIgdXBjb21pbmcgdHJhaW5pbmcgaGVyZSBvciBwbGFjZSBvdGhlciBpbmZvcm1hdGlvbi4gWW91IGNhbiBsaXRlcmFsbHkgcGxhY2UgYW55dGhpbmcgeW91IHdhbnQgaW50byB0aGlzIGFyZWEgd2l0aCBvdXIgZWxlbWVudCBicm93c2VyIGFuZCBMaXZlRWRpdG9yIHN5c3RlbVsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjt9fQ==','revision','2014-11-29 17:01:35'),(236,2234,'body','YToyOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzk6ImJhY2tncm91bmQ6I2YwZjBmMDtwYWRkaW5nLWJvdHRvbTozMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NzY6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObU1HWXdaakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMjoiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL1NtYXJ0LUlkZWExLnBuZ1wiIGN1c3RvbV93aWR0aD1cIllcIiB3aWR0aD1cIjYzMFwiIGN1c3RvbV93aWR0aF92YWw9XCIxMDBcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc4OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgYWxpZ249XCJjZW50ZXJcIl1Ib3cgdG8gQ3JlYXRlIFlvdXIgT3duIEVib29rWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3MjoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIwXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGFsaWduPVwiY2VudGVyXCJdSW4gdGhpcyBjb3Vyc2UgeW91IHdpbGwgbGVhcm4gZXZlcnkgc3RlcCBvZiB0aGUgcHJvY2VzcyBmb3IgY3JlYXRpbmcgeW91ciBvd24gZWJvb2tbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6MzE6InJvdyBmb3VyLWNvbHVtbnMgY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI1OiJ0aHJlZS1mb3VydGhzIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3OToiW21lbWJlcnNoaXBfcGFnZV9saXN0aW5ncyBzdHlsZT1cIjJcIiBjb2x1bW5zPVwiMVwiIHByb2R1Y3Q9XCI1MTcxXCIgb3BtPVwiMVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI5OiJvbmUtZm91cnRoIGNvbHVtbiBjb2xzIG5hcnJvdyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjQyOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgd2lkdGg9XCIyMjBcIl08aDQ+V2VsY29tZTwvaDQ+CldlbGNvbWUgdG8gdGhlIOKAnEhvdyBUbyBDcmVhdGUgWW91ciBPd24gRWJvb2vigJ0gQ291cnNlLiDCoE15IG5hbWUgaXMgSmFtZXMgRHlzb24gYW5kIEkgd2lsbCBiZSB0YWtpbmcgeW91IHRocm91Z2ggdGhpcyBjb3Vyc2Ugb3ZlciB0aGUgbmV4dCA2IHdlZWtzWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjE6IltkaXZpZGVyIHN0eWxlPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjk4OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgd2lkdGg9XCIyMjBcIl08aDQ+VXBjb21pbmcgVHJhaW5pbmc8L2g0PgpZb3UgbWlnaHQgbGlrZSB0byBoaWdobGlnaHQgc29tZSBvZiB5b3VyIHVwY29taW5nIHRyYWluaW5nIGhlcmUgb3IgcGxhY2Ugb3RoZXIgaW5mb3JtYXRpb24uIFlvdSBjYW4gbGl0ZXJhbGx5IHBsYWNlIGFueXRoaW5nIHlvdSB3YW50IGludG8gdGhpcyBhcmVhIHdpdGggb3VyIGVsZW1lbnQgYnJvd3NlciBhbmQgTGl2ZUVkaXRvciBzeXN0ZW1bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19','revision','2014-11-29 17:06:40'),(237,2234,'body','YToyOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzk6ImJhY2tncm91bmQ6I2YwZjBmMDtwYWRkaW5nLWJvdHRvbTozMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NzY6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObU1HWXdaakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMjoiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL1NtYXJ0LUlkZWExLnBuZ1wiIGN1c3RvbV93aWR0aD1cIllcIiB3aWR0aD1cIjYzMFwiIGN1c3RvbV93aWR0aF92YWw9XCIxMDBcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc4OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgYWxpZ249XCJjZW50ZXJcIl1Ib3cgdG8gQ3JlYXRlIFlvdXIgT3duIEVib29rWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3MjoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIwXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGFsaWduPVwiY2VudGVyXCJdSW4gdGhpcyBjb3Vyc2UgeW91IHdpbGwgbGVhcm4gZXZlcnkgc3RlcCBvZiB0aGUgcHJvY2VzcyBmb3IgY3JlYXRpbmcgeW91ciBvd24gZWJvb2tbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6MzE6InJvdyBmb3VyLWNvbHVtbnMgY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI1OiJ0aHJlZS1mb3VydGhzIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3OToiW21lbWJlcnNoaXBfcGFnZV9saXN0aW5ncyBzdHlsZT1cIjJcIiBjb2x1bW5zPVwiMVwiIHByb2R1Y3Q9XCI1MTcxXCIgb3BtPVwiMVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzI6IlttZW1iZXJzaGlwX3NpZGViYXIgc3R5bGU9XCIxXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6Mjk6Im9uZS1mb3VydGggY29sdW1uIGNvbHMgbmFycm93IjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNDI6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiB3aWR0aD1cIjIyMFwiXTxoND5XZWxjb21lPC9oND4KV2VsY29tZSB0byB0aGUg4oCcSG93IFRvIENyZWF0ZSBZb3VyIE93biBFYm9va+KAnSBDb3Vyc2UuIMKgTXkgbmFtZSBpcyBKYW1lcyBEeXNvbiBhbmQgSSB3aWxsIGJlIHRha2luZyB5b3UgdGhyb3VnaCB0aGlzIGNvdXJzZSBvdmVyIHRoZSBuZXh0IDYgd2Vla3NbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMToiW2RpdmlkZXIgc3R5bGU9XCIwXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyOTg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiB3aWR0aD1cIjIyMFwiXTxoND5VcGNvbWluZyBUcmFpbmluZzwvaDQ+CllvdSBtaWdodCBsaWtlIHRvIGhpZ2hsaWdodCBzb21lIG9mIHlvdXIgdXBjb21pbmcgdHJhaW5pbmcgaGVyZSBvciBwbGFjZSBvdGhlciBpbmZvcm1hdGlvbi4gWW91IGNhbiBsaXRlcmFsbHkgcGxhY2UgYW55dGhpbmcgeW91IHdhbnQgaW50byB0aGlzIGFyZWEgd2l0aCBvdXIgZWxlbWVudCBicm93c2VyIGFuZCBMaXZlRWRpdG9yIHN5c3RlbVsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','publish','2014-11-29 17:29:45'),(238,2248,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MjBweDsiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE1NDoiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3N0eWxlPSJub3JtYWwiIGZvbnRfY29sb3I9IiM0ZDRkNGQiIGFsaWduPSJjZW50ZXIiIGJvdHRvbV9tYXJnaW49IjIwIl1CdWlsZCBNYXJrZXRpbmcgUGFnZXMgSW4gTWludXRlcywgV2l0aCBaZXJvIENvZGVbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzE5OiJbaGVhZGxpbmUgc3R5bGU9IjEiIGZvbnRfc2l6ZT0iMjIiIGZvbnRfZm9udD0iU291cmNlIFNhbnMgUHJvIiBmb250X3N0eWxlPSJub3JtYWwiIGZvbnRfY29sb3I9IiM2OTY5NjkiIGFsaWduPSJjZW50ZXIiIGxpbmVfaGVpZ2h0PSIzMyIgYm90dG9tX21hcmdpbj0iNDAiXUxvcmVtIElwc3VtwqBpcyBzaW1wbHkgZHVtbXkgdGV4dCBvZiB0aGUgcHJpbnRpbmcgYW5kIHR5cGVzZXR0aW5nIGluZHVzdHJ5LiBMb3JlbSBJcHN1bSBoYXMgYmVlbiB0aGUgaW5kdXN0cnkncyBzdGFuZGFyZCBkdW1teSB0ZXh0IGV2ZXIgc2luY2UgdGhlIDE1MDBzLlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjM6IltpbWFnZXMgc3R5bGU9IjAiIGltYWdlPSJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9zY3JlZW5zaG90LW1vY2t1cDEucG5nIiB3aWR0aD0iNzYwIiBhbGlnbj0iY2VudGVyIiB0b3BfbWFyZ2luPSIwIiBmdWxsX3dpZHRoPSJZIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTkRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlmUT09Ijt9aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNjoicGFkZGluZy10b3A6MHB4OyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjEwNToiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3N0eWxlPSJub3JtYWwiIGFsaWduPSJsZWZ0IiBib3R0b21fbWFyZ2luPSIyMCJdSW5zZXJ0IEEgSGVhZGxpbmUgSGVyZVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNjk6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSIyMiIgZm9udF9mb250PSJTb3VyY2UgU2FucyBQcm8iIGZvbnRfc3R5bGU9Im5vcm1hbCIgZm9udF9jb2xvcj0iIzY5Njk2OSIgYWxpZ249ImxlZnQiIGxpbmVfaGVpZ2h0PSIzMiJdSXQgaXMgYSBsb25nIGVzdGFibGlzaGVkIGZhY3QgdGhhdCBhIHJlYWRlciB3aWxsIGJlIGRpc3RyYWN0ZWQgYnkgdGhlIHJlYWRhYmxlIGNvbnRlbnQgb2YgYSBwYWdlIHdoZW4gbG9va2luZyBhdCBpdHMgbGF5b3V0LlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMDoiW3ZlcnRpY2FsX3NwYWNpbmcgaGVpZ2h0PSI0NSJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozNjQ6IltidXR0b25fMSB0ZXh0PSJHZXQgU3RhcnRlZCBOb3ciIHRleHRfc2l6ZT0iMzIiIHRleHRfY29sb3I9IiNmZmZmZmYiIHRleHRfZm9udD0iSGVsdmV0aWNhO2RlZmF1bHQiIHN1YnRleHRfcGFuZWw9Ik4iIHRleHRfc2hhZG93X3BhbmVsPSJOIiBzdHlsaW5nX3dpZHRoPSI4NyIgc3R5bGluZ19oZWlnaHQ9IjQwIiBzdHlsaW5nX2JvcmRlcl9jb2xvcj0iIzAwMDAwMCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPSI2IiBzdHlsaW5nX2JvcmRlcl9vcGFjaXR5PSIxMDAiIHN0eWxpbmdfZ3JhZGllbnRfc3RhcnRfY29sb3I9IiM1M2E1NDAiIGRyb3Bfc2hhZG93X3BhbmVsPSJOIiBpbnNldF9zaGFkb3dfcGFuZWw9Ik4iIGFsaWduPSJjZW50ZXIiL10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MjQ6ImV5SndZV1JrYVc1blZHOXdJam9pTUNKOSI7fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxMzY6ImJhY2tncm91bmQ6I2YwZjBmMDtib3JkZXItdG9wLXdpZHRoOjFweDtib3JkZXItYm90dG9tLXdpZHRoOjFweDtib3JkZXItc3R5bGU6c29saWQ7Ym9yZGVyLXRvcC1jb2xvcjojZWJlYmViO2JvcmRlci1ib3R0b20tY29sb3I6I2ViZWJlYjsiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjEyNzoiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3N0eWxlPSIzMDAiIGFsaWduPSJjZW50ZXIiIGJvdHRvbV9tYXJnaW49IjIwIl1BZW5lYW4gdGluY2lkdW50IHNlZCBpcHN1bSBtYWxlc3VhZGEgY29tbW9kby5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzIzOiJbaGVhZGxpbmUgc3R5bGU9IjEiIGZvbnRfc2l6ZT0iMjIiIGZvbnRfZm9udD0iU291cmNlIFNhbnMgUHJvIiBmb250X3N0eWxlPSJub3JtYWwiIGZvbnRfY29sb3I9IiM2OTY5NjkiIGFsaWduPSJjZW50ZXIiIGxpbmVfaGVpZ2h0PSIzMyIgYm90dG9tX21hcmdpbj0iMzAiXUNsYXNzIGFwdGVudCB0YWNpdGkgc29jaW9zcXUgYWQgbGl0b3JhIHRvcnF1ZW50IHBlciBjb251YmlhIG5vc3RyYSwgcGVyIGluY2VwdG9zIGhpbWVuYWVvcy4gTW9yYmkgYXVndWUgbGliZXJvLCB0ZW1wdXMgbmVjIHRvcnRvciBhYywgdWx0cmljZXMgaGVuZHJlcml0IHNlbS5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzQ2OiJbZmVhdHVyZV9ibG9jayBzdHlsZT0iaWNvbiIgY29sdW1ucz0iMyIgaWNvbl9zdHlsZT0iMSIgZm9udF9zaXplPSIyMSIgZm9udF9zdHlsZT0ibm9ybWFsIiBjb250ZW50X2ZvbnRfZm9udD0iU291cmNlIFNhbnMgUHJvIiBjb250ZW50X2ZvbnRfY29sb3I9IiM3MDcwNzAiXVtmZWF0dXJlIHRpdGxlPSJBZW5lYW4gdGluY2lkdW50IHNlZCBpcHN1bSAiIGljb249IjEucG5nIiBiZ19jb2xvcj0iIl1DdXJhYml0dXIgcXVpcyB1bHRyaWNlcyBzYXBpZW4uIERvbmVjIHRpbmNpZHVudCBpbnRlcmR1bSBjb21tb2RvLiBQZWxsZW50ZXNxdWUgbG9ib3J0aXMgZGlhbSB1dCB2ZXN0aWJ1bHVtIGN1cnN1cy5bL2ZlYXR1cmVdIFtmZWF0dXJlIHRpdGxlPSJOYWxlc3VhZGEgY29tbW9kby4iIGljb249IjIyLnBuZyIgYmdfY29sb3I9IiJdQ3VyYWJpdHVyIHF1aXMgdWx0cmljZXMgc2FwaWVuLiBEb25lYyB0aW5jaWR1bnQgaW50ZXJkdW0gY29tbW9kby4gUGVsbGVudGVzcXVlIGxvYm9ydGlzIGRpYW0gdXQgdmVzdGlidWx1bSBjdXJzdXMuWy9mZWF0dXJlXSBbZmVhdHVyZSB0aXRsZT0iTnVsbGFtIHRyaXN0aXF1ZSBwb3N1ZXJlIiBpY29uPSI1OC5wbmciIGJnX2NvbG9yPSIiXUN1cmFiaXR1ciBxdWlzIHVsdHJpY2VzIHNhcGllbi4gRG9uZWMgdGluY2lkdW50IGludGVyZHVtIGNvbW1vZG8uIFBlbGxlbnRlc3F1ZSBsb2JvcnRpcyBkaWFtIHV0IHZlc3RpYnVsdW0gY3Vyc3VzLlsvZmVhdHVyZV0gWy9mZWF0dXJlX2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDQ6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObU1HWXdaakFpTENKaWIzSmtaWEpYYVdSMGFDSTZJakVpTENKaWIzSmtaWEpEYjJ4dmNpSTZJaU5sWW1WaVpXSWlmUT09Ijt9aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE5OiJwYWRkaW5nLWJvdHRvbTowcHg7IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNDc6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zdHlsZT0ibm9ybWFsIiBmb250X2NvbG9yPSIjNGQ0ZDRkIiBhbGlnbj0iY2VudGVyIiBib3R0b21fbWFyZ2luPSIyMCJdVXQgcG9ydGEgYXVndWUgYXQgbWFzc2EgdGVtcHVzIGVsZW1lbnR1bS5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzM1OiJbaGVhZGxpbmUgc3R5bGU9IjEiIGZvbnRfc2l6ZT0iMjIiIGZvbnRfZm9udD0iU291cmNlIFNhbnMgUHJvIiBmb250X3N0eWxlPSJub3JtYWwiIGZvbnRfY29sb3I9IiM2OTY5NjkiIGFsaWduPSJjZW50ZXIiIGxpbmVfaGVpZ2h0PSIzMyJdRHVpcyBwdWx2aW5hciBkdWkgbmlzbCwgdXQgdHJpc3RpcXVlIGRvbG9yIHBvcnRhIHZpdGFlLiBTdXNwZW5kaXNzZSBwb3RlbnRpLiBTZWQgdml2ZXJyYSBsYW9yZWV0IGRpYW0sIG5lYyB0aW5jaWR1bnQgZGlhbS4gRHVpcyBpbiBtYWduYSBldWlzbW9kLCBpYWN1bGlzIHRvcnRvciBjb25kaW1lbnR1bSwgZGFwaWJ1cyB2ZWxpdC5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTcwOiJbaW1hZ2VzIHN0eWxlPSIwIiBpbWFnZT0iaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvZ3JvdXAxLnBuZyIgd2lkdGg9IjgxMiIgYWxpZ249ImNlbnRlciIgdG9wX21hcmdpbj0iMzAiIGJvdHRvbV9tYXJnaW49IjAiIGZ1bGxfd2lkdGg9IlkiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoyODoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTUNKOSI7fWk6NDthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxMzY6ImJhY2tncm91bmQ6I2Y3ZjdmNztib3JkZXItdG9wLXdpZHRoOjFweDtib3JkZXItYm90dG9tLXdpZHRoOjFweDtib3JkZXItc3R5bGU6c29saWQ7Ym9yZGVyLXRvcC1jb2xvcjojZjBmMGYwO2JvcmRlci1ib3R0b20tY29sb3I6I2YwZjBmMDsiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3NjoiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3N0eWxlPSJub3JtYWwiIGZvbnRfY29sb3I9IiM0ZDRkNGQiIGFsaWduPSJjZW50ZXIiIGJvdHRvbV9tYXJnaW49IjIwIl08ZGl2IGlkPSJsaXBzdW0iPsKgUGhhc2VsbHVzIG9ybmFyZSBjb252YWxsaXMgbmlzbCBlZ2V0IGFsaXF1ZXQuPC9kaXY+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjM2NToiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjIyIiBmb250X2ZvbnQ9IlNvdXJjZSBTYW5zIFBybyIgZm9udF9zdHlsZT0ibm9ybWFsIiBmb250X2NvbG9yPSIjNjk2OTY5IiBhbGlnbj0iY2VudGVyIiBsaW5lX2hlaWdodD0iMzMiIGJvdHRvbV9tYXJnaW49IjQwIl1OdW5jIGF0IHJob25jdXMgcHVydXMuIFNlZCBiaWJlbmR1bSBjb25zZXF1YXQgb2RpbywgbmVjIGxhb3JlZXQgbGVvIGNvbnNlY3RldHVyIHNlZC4gRG9uZWMgYWxpcXVldCwgbmlzaSBxdWlzIGNvbnZhbGxpcyBzb2xsaWNpdHVkaW4sIG1pIHNhcGllbiBtYWxlc3VhZGEgZWxpdCwgYXQgYmliZW5kdW0gbWV0dXMgcXVhbSBzaXQgYW1ldCBsaWd1bGEuWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjEyMTg6IltmZWF0dXJlX2Jsb2NrIHN0eWxlPSJpbWFnZSIgY29sdW1ucz0iMyIgaWNvbl9zdHlsZT0iIiBmb250X3NpemU9IjIxIiBmb250X3N0eWxlPSJub3JtYWwiXVtmZWF0dXJlIHRpdGxlPSJDdXJhYml0dXIgcXVpcyB1bHRyaWNlcyAiIHVwbG9hZF9pY29uPSJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9NYXJrZXQtUmVzZWFyY2gucG5nIiBpbWFnZT0iaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvTWFya2V0LVJlc2VhcmNoLnBuZyIgYmdfY29sb3I9IiJdTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2NpbmcgZWxpdC4gTW9yYmkgc2l0IGFtZXQgc2VtcGVyIHRvcnRvciwgaWQgZWdlc3RhcyBkaWFtLiBOYW0gdml0YWUganVzdG8gc2l0LlsvZmVhdHVyZV0gW2ZlYXR1cmUgdGl0bGU9Ik51bmMgYXQgcmhvbmN1cyBwdXJ1cy4gIiB1cGxvYWRfaWNvbj0iaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvT25saW5lLVByZXNlbmNlLU1hbmFnZW1lbnQucG5nIiBpbWFnZT0iaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvT25saW5lLVByZXNlbmNlLU1hbmFnZW1lbnQucG5nIiBiZ19jb2xvcj0iIl1Mb3JlbSBpcHN1bSBkb2xvciBzaXQgYW1ldCwgY29uc2VjdGV0dXIgYWRpcGlzY2luZyBlbGl0LiBNb3JiaSBzaXQgYW1ldCBzZW1wZXIgdG9ydG9yLCBpZCBlZ2VzdGFzIGRpYW0uIE5hbSB2aXRhZSBqdXN0byBzaXQuWy9mZWF0dXJlXSBbZmVhdHVyZSB0aXRsZT0iQ2xhc3MgYXB0ZW50IHRhY2l0aSAiIHVwbG9hZF9pY29uPSJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9WaWRlby1NYXJrZXRpbmcucG5nIiBpbWFnZT0iaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvVmlkZW8tTWFya2V0aW5nLnBuZyIgYmdfY29sb3I9IiJdTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2NpbmcgZWxpdC4gTW9yYmkgc2l0IGFtZXQgc2VtcGVyIHRvcnRvciwgaWQgZWdlc3RhcyBkaWFtLiBOYW0gdml0YWUganVzdG8gc2l0LlsvZmVhdHVyZV0gWy9mZWF0dXJlX2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDQ6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObU4yWTNaamNpTENKaWIzSmtaWEpYYVdSMGFDSTZJakVpTENKaWIzSmtaWEpEYjJ4dmNpSTZJaU5tTUdZd1pqQWlmUT09Ijt9aTo1O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6NDA6InJvdyB0aHJlZS1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE5OiJiYWNrZ3JvdW5kOiNjOWM5Yzk7IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJ0d28tdGhpcmRzIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjY6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSIyOCIgZm9udF9zdHlsZT0iYm9sZCIgZm9udF9jb2xvcj0iI2ZmZmZmZiIgZm9udF9zaGFkb3c9ImRhcmsiIGFsaWduPSJsZWZ0Il1UcnkgaXQgZnJlZSBmb3IgMzAgZGF5cy4gTm8gY3JlZGl0IGNhcmQgcmVxdWlyZWQuWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3NToiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjIyIiBmb250X3N0eWxlPSJub3JtYWwiIGZvbnRfY29sb3I9IiM0ZjRmNGYiIGZvbnRfc2hhZG93PSJsaWdodCIgYWxpZ249ImxlZnQiXUR1aXMgcHVsdmluYXIgZHVpIG5pc2wsIHV0IHRyaXN0aXF1ZSBkb2xvciBwb3J0YSB2aXRhZS5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI4OiJvbmUtdGhpcmQgY29sdW1uIGNvbHMgbmFycm93IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozNzM6IltidXR0b25fMSB0ZXh0PSJTdGFydCBBIEZyZWUgVHJpYWwgVG9kYXkiIHRleHRfc2l6ZT0iMjAiIHRleHRfY29sb3I9IiNmZmZmZmYiIHRleHRfZm9udD0iTW9udHNlcnJhdDtnb29nbGUiIHN1YnRleHRfcGFuZWw9Ik4iIHRleHRfc2hhZG93X3BhbmVsPSJOIiBzdHlsaW5nX3dpZHRoPSIyMiIgc3R5bGluZ19oZWlnaHQ9IjI5IiBzdHlsaW5nX2JvcmRlcl9jb2xvcj0iIzAwMDAwMCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPSI2IiBzdHlsaW5nX2JvcmRlcl9vcGFjaXR5PSIxMDAiIHN0eWxpbmdfZ3JhZGllbnRfc3RhcnRfY29sb3I9IiM1M2E1NDAiIGRyb3Bfc2hhZG93X3BhbmVsPSJOIiBpbnNldF9zaGFkb3dfcGFuZWw9Ik4iIGFsaWduPSJjZW50ZXIiL10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NDg6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlOak9XTTVZemtpZlE9PSI7fX0=','publish','2014-12-15 16:51:00'),(239,2248,'footer','YToxOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozMDoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1NToiW25hdmlnYXRpb24gc3R5bGU9IjYiIG5hdl9pZD0icHJpbWFyeSIgdGl0bGU9IlByb2R1Y3QiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTA6IltuYXZpZ2F0aW9uIHN0eWxlPSI2IiBuYXZfaWQ9Im1tIiB0aXRsZT0iQ29tcGFueSJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fXM6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7fX0=','publish','2014-12-15 16:51:00'),(264,2249,'body','YToyOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTU6ImJhY2tncm91bmQ6IzAxOTRlMztwYWRkaW5nLXRvcDo0MHB4O3BhZGRpbmctYm90dG9tOjBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjk2OiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXdNVGswWlRNaUxDSndZV1JrYVc1blZHOXdJam9pTkRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1DSjkiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6NDp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0OToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM0XCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBmb250X3NoYWRvdz1cImRhcmtcIiBhbGlnbj1cImNlbnRlclwiXUJpZ2dlciBQcm9maXQgUG90ZW50aWFsIFdpdGggTGVzcyBSaXNrWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE1OToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIwXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBmb250X3NoYWRvdz1cImRhcmtcIiBhbGlnbj1cImNlbnRlclwiXUFyZSBZb3UgUmVhZHkgdG8gSGl0IHRoZSBHcm91bmQgUnVubmluZyBpbiAyMDE1P1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODc6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8xMi9ycS1iYW5uZXIuanBnXCIgd2lkdGg9XCI4NzZcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIyMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjEwNzoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfY29sb3I9XCIjZmRmY2ZjXCIgYWxpZ249XCJjZW50ZXJcIl1NYXhpbWl6aW5nIFByb2ZpdCBUZWNobmlxdWVzIENsYXNzWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoyMDoicGFkZGluZy1ib3R0b206NzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjMyOiJleUp3WVdSa2FXNW5RbTkwZEc5dElqb2lOekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo1OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzI1OiJbZmVhdHVyZV9ibG9jayBzdHlsZT1cImljb25cIiAgb3ZlcmFsbF9zdHlsZT1cImljb25cIiBjb2x1bW5zPVwiNFwiIGljb25fc3R5bGU9XCI0XCJdW2ZlYXR1cmUgdGl0bGU9XCJTcG90IHRoZSB0cmFkZXMgd2l0aCA0WCBtb3JlIHByb2ZpdCBwb3RlbnRpYWwuXCIgaWNvbj1cIjE4MS1hbHQucG5nXCIgdXBsb2FkX2ljb249XCJcIiBiZ19jb2xvcj1cIiMwMTk0ZTNcIiBocmVmPVwiXCJdWy9mZWF0dXJlXSBbZmVhdHVyZSB0aXRsZT1cIkVhc2lseSBlbXBsb3kgYSBzaW1wbGUgZm9ybXVsYSB0byBzcXVlZXplIG1vcmUgcHJvZml0cyBmcm9tIHlvdXIgdHJhZGVzLlwiIGljb249XCIzMTgtYWx0LnBuZ1wiIHVwbG9hZF9pY29uPVwiXCIgYmdfY29sb3I9XCIjMDE5NGUzXCIgaHJlZj1cIlwiXVsvZmVhdHVyZV0gW2ZlYXR1cmUgdGl0bGU9XCJTY2FsZSB5b3VyIHBvc2l0aW9uIHRvIG1heGltaXplIHlvdXIgcHJvZml0cyBvbmNlIHlvdSBoYXZlIGEgd2lubmVyLlwiIGljb249XCIyNDItYWx0LnBuZ1wiIHVwbG9hZF9pY29uPVwiXCIgYmdfY29sb3I9XCIjMDE5NGUzXCIgaHJlZj1cIlwiXVsvZmVhdHVyZV0gW2ZlYXR1cmUgdGl0bGU9XCJQb3dlciB1cCBhbmQgbWFrZSAyMDE1IHlvdXIgYmVzdCB5ZWFyLlwiIGljb249XCIyODItYWx0LnBuZ1wiIHVwbG9hZF9pY29uPVwiXCIgYmdfY29sb3I9XCIjMDE5NGUzXCIgaHJlZj1cIlwiXVsvZmVhdHVyZV0gWy9mZWF0dXJlX2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY5OiJbY2FsZW5kYXJfZGF0ZSBzdHlsZT1cIjNcIiBtb250aD1cIkRlY2VtYmVyXCIgY2FsZW5kYXJfYmFyX2NvbG9yPVwiI2ZmMDAwMFwiIGRheT1cIjE4XCIgZnVsbF9kYXRlPVwiVGh1cnNkYXksIDE4dGggRGVjZW1iZXJcIiB0aW1lXzE9XCI4OjAwIFBNXCIgdGltZXpvbmVfMT1cIk5ldyBZb3JrXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3ODk6IltmZWF0dXJlX2Jsb2NrIHN0eWxlPVwiaWNvblwiIGNvbHVtbnM9XCI0XCIgaWNvbl9zdHlsZT1cIjRcIl1bZmVhdHVyZSB0aXRsZT1cIiBDbGFzcyBBcHRlbnQgVGFjaXRpIFwiIGljb249XCIxMzYtYWx0LnBuZ1wiIGJnX2NvbG9yPVwiIzAxOTRlM1wiXURvbmVjIGRpZ25pc3NpbSBpZCBvcmNpIHNlZCBlbGVtZW50dW0uIEluIG9ybmFyZSBjb25zZXF1YXQgbGFjdXMgYWMgaW1wZXJkaWV0LlsvZmVhdHVyZV0gW2ZlYXR1cmUgdGl0bGU9XCJWaXZhbXVzIEVsZW1lbnR1bVwiIGljb249XCIxNTctYWx0LnBuZ1wiIGJnX2NvbG9yPVwiIzAxOTRlM1wiXVZpdmFtdXMgZWxlbWVudHVtIGlwc3VtIGZldWdpYXQgcmlzdXMgZmVybWVudHVtLCBxdWlzIHRlbXBvciBlcmF0IGJpYmVuZHVtLlsvZmVhdHVyZV0gW2ZlYXR1cmUgdGl0bGU9XCIgTnVsbGFtIEVsZW1lbnR1bVwiIGljb249XCIxNzctYWx0LnBuZ1wiIGJnX2NvbG9yPVwiIzAxOTRlM1wiXUFsaXF1YW0gdWx0cmljZXMgc3VzY2lwaXQgbGliZXJvLCBldCB2ZWhpY3VsYSBtYXNzYSBjdXJzdXMgdXQuIFZpdmFtdXMgZGFwaWJ1cyBmZXJtZW50dW0gdG9ydG9yIGluIGlhY3VsaXMuWy9mZWF0dXJlXSBbZmVhdHVyZSB0aXRsZT1cIkNvbnNlcXVhdCBFdWlzbW9kXCIgaWNvbj1cIjIxMC1hbHQucG5nXCIgYmdfY29sb3I9XCIjMDE5NGUzXCJdRnVzY2UgZWxpdCByaXN1cywgY29uZGltZW50dW0gaWQgZmVsaXMgZXQsIHNvZGFsZXMgZmF1Y2lidXMgb2Rpby4gUHJvaW4gbGFvcmVldCBhYyB1cm5hLlsvZmVhdHVyZV0gWy9mZWF0dXJlX2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6OTQ6Ilt0d29fY29sdW1uX2Jsb2NrIHN0eWxlPVwiMVwiXSBbY29udGVudDFdWy9jb250ZW50MV0gW2NvbnRlbnQyXVsvY29udGVudDJdIFsvdHdvX2NvbHVtbl9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo0O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU3OiJbdG91ciBzdHlsZT1cIjZcIiBnZXRfc3RhcnRlZF90ZXh0PVwiR2V0IFN0YXJ0ZWQgVG9kYXlcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','revision','2014-12-16 02:42:25'),(290,2416,'body','YToyOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozMToicm93IGZpdmUtY29sdW1ucyBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo3OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTMwOiJbaGVhZGxpbmUgc3R5bGU9XCIxNVwiIGZvbnRfc2l6ZT1cIjIwXCIgYWxpZ249XCJjZW50ZXJcIiBib3R0b21fbWFyZ2luPVwiMTVcIl1OZWVkIHRvIGltcHJvdmUgeW91ciB0cmFkaW5nIHBlcmZvcm1hbmNlP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNTU6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCI0MFwiIGZvbnRfY29sb3I9XCIjYzcyODBmXCIgYWxpZ249XCJjZW50ZXJcIiBib3R0b21fbWFyZ2luPVwiMjBcIl1UcnkgVGhlIFRyYWRpbmcgUm9vbcKuIApSYW5rZWQgaW4gdGhlIFRvcCAyJVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyMFwiIHdpZHRoPVwiNTU2XCJdRGV2ZWxvcCBuZXcgc2tpbGxzLCBsZWFybiBuZXcgbWV0aG9kcyBhbmQgZ2FpbiBkaXNjaXBsaW5lLgpUcmFkZXJzIHVzZSBUaGUgVHJhZGluZyBSb29twq4gdG86Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzYwOiJbYnVsbGV0X2Jsb2NrICBsYXJnZV9pY29uPVwiMzgucG5nXCIgd2lkdGg9XCJcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBmb250X3NpemU9XCIyMFwiXTx1bD48bGk+CUdldCBsaXZlIHRyYWRlIGNhbGxzIGluIHJlYWwtdGltZSB3aXRoIGV4YWN0IGVudHJpZXMsIHN0b3BzIGFuZCB0YXJnZXRzLjwvbGk+PGxpPglNYXN0ZXIgbW9yZSBtYXJrZXRzIGluY2x1ZGluZyB0aGUgRmluYW5jaWFscywgTWV0YWxzLCBFbmVyZ2llcywgR3JhaW5zIGFuZCBDdXJyZW5jaWVzLjwvbGk+PGxpPglUcmFkZSBpbiBhIGR5bmFtaWMgb25saW5lIGNvbW11bml0eSB3aXRoIHByb2Zlc3Npb25hbCB0cmFkZXJzLjwvbGk+PC91bD5bL2J1bGxldF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo0O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2MToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjIwXCIgd2lkdGg9XCI1NTZcIl1PdXIgbWVtYmVycyBjb21lIGhlcmUgZm9yIGEgcmVhc29uLCAgPHN0cm9uZz5maW5kIHlvdXJzLi4uIDwvc3Ryb25nPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo1O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjg1OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIHdpZHRoPVwiNTg1XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzM6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNC90cmFkaW5nLXJvb20tYXJ0LmpwZ1wiIHdpZHRoPVwiNTg1XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6Mjk6InR3by1maWZ0aHMgY29sdW1uIGNvbHMgbmFycm93IjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0OTk6Ilt2aWRlb19wbGF5ZXIgdHlwZT1cImVtYmVkXCIgd2lkdGg9XCIzNTBcIiBoZWlnaHQ9XCIxOTdcIiBhbGlnbj1cImNlbnRlclwiIG1hcmdpbl90b3A9XCIwXCIgbWFyZ2luX2JvdHRvbT1cIjE1XCJdPGltZyBzcmM9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3BsdWdpbnMvb3B0aW1pemVQcmVzc1BsdWdpbi9saWIvaW1hZ2VzL3ZpZGVvX3BsYWNlaG9sZGVyLnBuZ1wiIGFsdD1cIlBHbG1jbUZ0WlNCemNtTTlJbWgwZEhCek9pOHZjR3hoZVdWeUxuWnBiV1Z2TG1OdmJTOTJhV1JsYnk4eE1URXpOVEl3TXpNaUlIZHBaSFJvUFNJMU1EQWlJR2hsYVdkb2REMGlNamd4SWlCbWNtRnRaV0p2Y21SbGNqMGlNQ0lnZDJWaWEybDBZV3hzYjNkbWRXeHNjMk55WldWdUlHMXZlbUZzYkc5M1puVnNiSE5qY21WbGJpQmhiR3h2ZDJaMWJHeHpZM0psWlc0K1BDOXBabkpoYldVK0NnPT1cIiB3aWR0aD1cIjFcIiBoZWlnaHQ9XCIxXCIgLz5bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0MjoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM1XCIgZm9udF9mb250PVwiU2hhZG93cyBJbnRvIExpZ2h0XCIgZm9udF9jb2xvcj1cIiNlODAwMDBcIiBhbGlnbj1cImNlbnRlclwiXVR3byBXZWVrIEZyZWUgVHJpYWxbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTE6IlthcnJvd3Mgc3R5bGU9XCJhcnJvdy1yZWQtMi5wbmdcIiBhbGlnbj1cImNlbnRlclwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzEyOiJbb3B0aW5fYm94IHN0eWxlPVwiN1wiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNzgzNzU0XCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1SVzUwWlhJZ2VXOTFjaUJ1WVcxbElHRnVaQ0JsYldGcGJDQmlaV3h2ZHlBOGMzUnliMjVuUG01dmR5NHVMand2YzNSeWIyNW5QZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1Ud28gV2VlayBGcmVlIFRyaWFsIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czoyOToicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjEwMjoiYm9yZGVyLXRvcC13aWR0aDogMHB4OyBib3JkZXItYm90dG9tLXdpZHRoOiAwcHg7IGJhY2tncm91bmQtaW1hZ2U6IG5vbmU7IGJhY2tncm91bmQtcmVwZWF0OiBuby1yZXBlYXQ7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozNDA6ImV5SmpiMlJsUW1WbWIzSmxJam9pVkVoRlVrVWdTVk1nUVNCVFZVSlRWRUZPVkVsQlRDQlNTVk5MSUU5R0lFeFBVMU1nU1U0Z1ZGSkJSRWxPUnlCRFQwMU5UMFJKVkZrZ1JsVlVWVkpGVXl3Z1QxQlVTVTlPVXl3Z1FVNUVJRVpQVWtWSlIwNGdSVmhEU0VGT1IwVWdVRkpQUkZWRFZGTXVJRkJCVTFRZ1VFVlNSazlTVFVGT1EwVWdTVk1nVGs5VUlFbE9SRWxEUVZSSlZrVWdUMFlnUmxWVVZWSkZJRkpGVTFWTVZGTXVJRlJGVTFSSlRVOU9TVUZNVXlCQlVrVWdUazlVSUVsT1JFbERRVlJKVmtVZ1QwWWdSbFZVVlZKRklGQkZVa1pQVWsxQlRrTkZJRTlTSUZOVlEwTkZVMU11SUNJc0ltRmtaRzl1SWpwN2ZYMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX0=','revision','2015-04-14 21:44:17'),(291,2421,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjQyOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl1MaXZlIFRyYWRpbmcgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UaGUgVHJhZGluZyBSb29twq48L3NwYW4+IEdldCBTdGFydGVkIE5vdyFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU1OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTUwXCIgaGVpZ2h0PVwiMzA5XCIgYWxpZ249XCJsZWZ0XCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RnNE1ETXpNVGd1YUdRdWJYQTBQM005TnpBMU5HUXhZemszTkdZelpEVXpOR1U0TUdZNU5tVXpaR1l4WkdZMU5Uaz1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4NToiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA2L2VwLWxpdmUtdHJhZGluZy1ncmF5LTMwMHgyMTcuanBnXCIgd2lkdGg9XCIzMDBcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdTGVhcm4gSG93IHRvIEJlY29tZSBhIFF1YW50IFRyYWRlclsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjcxNjoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiNlZWViZGRcIiBib3R0b21fcGFkZGluZz1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMzY0XCIgbGluZV9oZWlnaHQ9XCIyMlwiXVdhdGNoIGhvdyBSaW9zUXVhbnQgcGVyZm9ybWFuY2UgY29hY2ggRVAgUHJlc3RvbiB0b29rIG92ZXIgJDEsMzAwIGluIHByb2ZpdHMgZHVyaW5nIEZyaWRheVwncyB0cmFkaW5nIHJvb20gaW4gbGl2ZSBtYXJrZXRzLiBJZiB5b3UgbGlrZSB3aGF0IHlvdSBzZWUsIHRoZW4gc2lnbiB1cCBmb3IgYSBmcmVlIHRyaWFsIG9mIHRoZSBSaW9zUXVhbnQgVHJhZGluZyBUZWNobm9sb2d5IGFuZCBnYWluIGFjY2VzcyB0byBhIHJlYWwgbGl2ZSB0cmFkaW5nIHJvb20uIFlvdSB3aWxsIHJlY2VpdmUgY29tcHJlaGVuc2l2ZSB0cmFpbmluZyBpbmNsdWRpbmcgdGhlIGNvbmNlcHQsIG1ldGhvZHMgYW5kIHRvb2xzIGluIGFuIGVhc3kgdG8gdW5kZXJzdGFuZCBzdGVwLWJ5LXN0ZXAgZm9ybWF0LiBUaGUgZXhhY3QgbG9naWMgaXMgcmV2ZWFsZWQgd2l0aCBhbGwgdGhlIG5lY2Vzc2FyeSBydWxlcyBuZWVkZWQgZm9yIHVuZGVyc3RhbmRpbmcgYW5kIGltcGxlbWVudGluZyB0aGUgUmlvc1F1YW50IGFwcHJvYWNoIHRvIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU4ODoiW29wdGluX2JveCBzdHlsZT1cIjE0XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0OTMyODFcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjFcIiB0ZXh0PVwiQ2xpY2sgaGVyZSBhbmQgY2hlY2sgeW91ciBpbmJveFwiIHRleHRfc2l6ZT1cIjE4XCIgdGV4dF9jb2xvcj1cIiM1MDQyMTBcIiB0ZXh0X2ZvbnQ9XCJIZWx2ZXRpY2E7ZGVmYXVsdFwiIHRleHRfYm9sZD1cIllcIiB0ZXh0X2xldHRlcl9zcGFjaW5nPVwiMFwiIHRleHRfc2hhZG93X3BhbmVsPVwiWVwiIHRleHRfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIHRleHRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgdGV4dF9zaGFkb3dfY29sb3I9XCIjZmZmZjllXCIgdGV4dF9zaGFkb3dfYmx1cj1cIjBcIiBzdHlsaW5nX3dpZHRoPVwiMTAwXCIgc3R5bGluZ19oZWlnaHQ9XCIxNFwiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPVwiI2Q2OTMwMFwiIHN0eWxpbmdfYm9yZGVyX3NpemU9XCIxXCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPVwiNlwiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9XCIxMDBcIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPVwiI2ZmY2YwYVwiIHN0eWxpbmdfZ3JhZGllbnRfZW5kX2NvbG9yPVwiI2ZmZGEyMlwiIGRyb3Bfc2hhZG93X3BhbmVsPVwiWVwiIGRyb3Bfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIGRyb3Bfc2hhZG93X2hvcml6b250YWw9XCIwXCIgZHJvcF9zaGFkb3dfYmx1cj1cIjFcIiBkcm9wX3NoYWRvd19zcHJlYWQ9XCIwXCIgZHJvcF9zaGFkb3dfY29sb3I9XCIjMDAwMDAwXCIgZHJvcF9zaGFkb3dfb3BhY2l0eT1cIjEwXCIgaW5zZXRfc2hhZG93X3BhbmVsPVwiWVwiIGluc2V0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBpbnNldF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiBpbnNldF9zaGFkb3dfYmx1cj1cIjBcIiBpbnNldF9zaGFkb3dfc3ByZWFkPVwiMFwiIGluc2V0X3NoYWRvd19jb2xvcj1cIiNmZmU1OTBcIiBpbnNldF9zaGFkb3dfb3BhY2l0eT1cIjEwMFwiIGxvY2F0aW9uPVwib3B0aW5fYm94X3N0eWxlXzE0XCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozODoiZWxlbWVudC1jb250YWluZXIgY2YgcGFkLWxlZnQgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkzOiJiYWNrZ3JvdW5kOiNmY2ZjZmM7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZmNmY2ZjKSwgY29sb3Itc3RvcCgxMDAlLCAjZjVmNWY1KSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZmNmY2ZjLCBlbmRDb2xvcnN0cj0jZjVmNWY1LCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZMlpqWm1NaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqSXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakUxSW4wPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fQ==','publish','2015-04-14 21:41:36'),(265,2249,'body','YToyOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTU6ImJhY2tncm91bmQ6IzAxOTRlMztwYWRkaW5nLXRvcDo0MHB4O3BhZGRpbmctYm90dG9tOjBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjk2OiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXdNVGswWlRNaUxDSndZV1JrYVc1blZHOXdJam9pTkRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1DSjkiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6NDp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0OToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM0XCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBmb250X3NoYWRvdz1cImRhcmtcIiBhbGlnbj1cImNlbnRlclwiXUJpZ2dlciBQcm9maXQgUG90ZW50aWFsIFdpdGggTGVzcyBSaXNrWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE1OToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIwXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBmb250X3NoYWRvdz1cImRhcmtcIiBhbGlnbj1cImNlbnRlclwiXUFyZSBZb3UgUmVhZHkgdG8gSGl0IHRoZSBHcm91bmQgUnVubmluZyBpbiAyMDE1P1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODc6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8xMi9ycS1iYW5uZXIuanBnXCIgd2lkdGg9XCI4NzZcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIyMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjEwNzoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfY29sb3I9XCIjZmRmY2ZjXCIgYWxpZ249XCJjZW50ZXJcIl1NYXhpbWl6aW5nIFByb2ZpdCBUZWNobmlxdWVzIENsYXNzWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoyMDoicGFkZGluZy1ib3R0b206NzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjMyOiJleUp3WVdSa2FXNW5RbTkwZEc5dElqb2lOekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo1OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzI1OiJbZmVhdHVyZV9ibG9jayBzdHlsZT1cImljb25cIiAgb3ZlcmFsbF9zdHlsZT1cImljb25cIiBjb2x1bW5zPVwiNFwiIGljb25fc3R5bGU9XCI0XCJdW2ZlYXR1cmUgdGl0bGU9XCJTcG90IHRoZSB0cmFkZXMgd2l0aCA0WCBtb3JlIHByb2ZpdCBwb3RlbnRpYWwuXCIgaWNvbj1cIjE4MS1hbHQucG5nXCIgdXBsb2FkX2ljb249XCJcIiBiZ19jb2xvcj1cIiMwMTk0ZTNcIiBocmVmPVwiXCJdWy9mZWF0dXJlXSBbZmVhdHVyZSB0aXRsZT1cIkVhc2lseSBlbXBsb3kgYSBzaW1wbGUgZm9ybXVsYSB0byBzcXVlZXplIG1vcmUgcHJvZml0cyBmcm9tIHlvdXIgdHJhZGVzLlwiIGljb249XCIzMTgtYWx0LnBuZ1wiIHVwbG9hZF9pY29uPVwiXCIgYmdfY29sb3I9XCIjMDE5NGUzXCIgaHJlZj1cIlwiXVsvZmVhdHVyZV0gW2ZlYXR1cmUgdGl0bGU9XCJTY2FsZSB5b3VyIHBvc2l0aW9uIHRvIG1heGltaXplIHlvdXIgcHJvZml0cyBvbmNlIHlvdSBoYXZlIGEgd2lubmVyLlwiIGljb249XCIyNDItYWx0LnBuZ1wiIHVwbG9hZF9pY29uPVwiXCIgYmdfY29sb3I9XCIjMDE5NGUzXCIgaHJlZj1cIlwiXVsvZmVhdHVyZV0gW2ZlYXR1cmUgdGl0bGU9XCJQb3dlciB1cCBhbmQgbWFrZSAyMDE1IHlvdXIgYmVzdCB5ZWFyLlwiIGljb249XCIyODItYWx0LnBuZ1wiIHVwbG9hZF9pY29uPVwiXCIgYmdfY29sb3I9XCIjMDE5NGUzXCIgaHJlZj1cIlwiXVsvZmVhdHVyZV0gWy9mZWF0dXJlX2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY5OiJbY2FsZW5kYXJfZGF0ZSBzdHlsZT1cIjNcIiBtb250aD1cIkRlY2VtYmVyXCIgY2FsZW5kYXJfYmFyX2NvbG9yPVwiI2ZmMDAwMFwiIGRheT1cIjE4XCIgZnVsbF9kYXRlPVwiVGh1cnNkYXksIDE4dGggRGVjZW1iZXJcIiB0aW1lXzE9XCI4OjAwIFBNXCIgdGltZXpvbmVfMT1cIk5ldyBZb3JrXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3ODk6IltmZWF0dXJlX2Jsb2NrIHN0eWxlPVwiaWNvblwiIGNvbHVtbnM9XCI0XCIgaWNvbl9zdHlsZT1cIjRcIl1bZmVhdHVyZSB0aXRsZT1cIiBDbGFzcyBBcHRlbnQgVGFjaXRpIFwiIGljb249XCIxMzYtYWx0LnBuZ1wiIGJnX2NvbG9yPVwiIzAxOTRlM1wiXURvbmVjIGRpZ25pc3NpbSBpZCBvcmNpIHNlZCBlbGVtZW50dW0uIEluIG9ybmFyZSBjb25zZXF1YXQgbGFjdXMgYWMgaW1wZXJkaWV0LlsvZmVhdHVyZV0gW2ZlYXR1cmUgdGl0bGU9XCJWaXZhbXVzIEVsZW1lbnR1bVwiIGljb249XCIxNTctYWx0LnBuZ1wiIGJnX2NvbG9yPVwiIzAxOTRlM1wiXVZpdmFtdXMgZWxlbWVudHVtIGlwc3VtIGZldWdpYXQgcmlzdXMgZmVybWVudHVtLCBxdWlzIHRlbXBvciBlcmF0IGJpYmVuZHVtLlsvZmVhdHVyZV0gW2ZlYXR1cmUgdGl0bGU9XCIgTnVsbGFtIEVsZW1lbnR1bVwiIGljb249XCIxNzctYWx0LnBuZ1wiIGJnX2NvbG9yPVwiIzAxOTRlM1wiXUFsaXF1YW0gdWx0cmljZXMgc3VzY2lwaXQgbGliZXJvLCBldCB2ZWhpY3VsYSBtYXNzYSBjdXJzdXMgdXQuIFZpdmFtdXMgZGFwaWJ1cyBmZXJtZW50dW0gdG9ydG9yIGluIGlhY3VsaXMuWy9mZWF0dXJlXSBbZmVhdHVyZSB0aXRsZT1cIkNvbnNlcXVhdCBFdWlzbW9kXCIgaWNvbj1cIjIxMC1hbHQucG5nXCIgYmdfY29sb3I9XCIjMDE5NGUzXCJdRnVzY2UgZWxpdCByaXN1cywgY29uZGltZW50dW0gaWQgZmVsaXMgZXQsIHNvZGFsZXMgZmF1Y2lidXMgb2Rpby4gUHJvaW4gbGFvcmVldCBhYyB1cm5hLlsvZmVhdHVyZV0gWy9mZWF0dXJlX2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6OTQ6Ilt0d29fY29sdW1uX2Jsb2NrIHN0eWxlPVwiMVwiXSBbY29udGVudDFdWy9jb250ZW50MV0gW2NvbnRlbnQyXVsvY29udGVudDJdIFsvdHdvX2NvbHVtbl9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo0O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU3OiJbdG91ciBzdHlsZT1cIjZcIiBnZXRfc3RhcnRlZF90ZXh0PVwiR2V0IFN0YXJ0ZWQgVG9kYXlcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NzIwOiJleUpqYjJSbFFtVm1iM0psSWpvaVBHWnZjbTBnWVdOMGFXOXVQVndpYUhSMGNITTZMeTkzZDNjdWNHRjVjR0ZzTG1OdmJTOWpaMmt0WW1sdUwzZGxZbk5qY2x3aUlHMWxkR2h2WkQxY0luQnZjM1JjSWlCMFlYSm5aWFE5WENKZmRHOXdYQ0krWEc0OGFXNXdkWFFnZEhsd1pUMWNJbWhwWkdSbGJsd2lJRzVoYldVOVhDSmpiV1JjSWlCMllXeDFaVDFjSWw5ekxYaGpiR2xqYTF3aVBseHVQR2x1Y0hWMElIUjVjR1U5WENKb2FXUmtaVzVjSWlCdVlXMWxQVndpYUc5emRHVmtYMkoxZEhSdmJsOXBaRndpSUhaaGJIVmxQVndpV1U1RlJqbFJOVkJGVFRsSFExd2lQbHh1UEdsdWNIVjBJSFI1Y0dVOVhDSnBiV0ZuWlZ3aUlITnlZejFjSW1oMGRIQnpPaTh2ZDNkM0xuQmhlWEJoYkc5aWFtVmpkSE11WTI5dEwyVnVYMVZUTDJrdlluUnVMMkowYmw5aWRYbHViM2REUTE5TVJ5NW5hV1pjSWlCaWIzSmtaWEk5WENJd1hDSWdibUZ0WlQxY0luTjFZbTFwZEZ3aUlHRnNkRDFjSWxCaGVWQmhiQ0F0SUZSb1pTQnpZV1psY2l3Z1pXRnphV1Z5SUhkaGVTQjBieUJ3WVhrZ2IyNXNhVzVsSVZ3aVBseHVQR2x0WnlCaGJIUTlYQ0pjSWlCaWIzSmtaWEk5WENJd1hDSWdjM0pqUFZ3aWFIUjBjSE02THk5M2QzY3VjR0Y1Y0dGc2IySnFaV04wY3k1amIyMHZaVzVmVlZNdmFTOXpZM0l2Y0dsNFpXd3VaMmxtWENJZ2QybGtkR2c5WENJeFhDSWdhR1ZwWjJoMFBWd2lNVndpUGx4dVBDOW1iM0p0UGx4dUluMD0iO319fX19fQ==','revision','2014-12-16 02:47:26'),(266,2249,'body','YToyOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTU6ImJhY2tncm91bmQ6IzAxOTRlMztwYWRkaW5nLXRvcDo0MHB4O3BhZGRpbmctYm90dG9tOjBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjk2OiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXdNVGswWlRNaUxDSndZV1JrYVc1blZHOXdJam9pTkRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1DSjkiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6NDp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0OToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM0XCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBmb250X3NoYWRvdz1cImRhcmtcIiBhbGlnbj1cImNlbnRlclwiXUJpZ2dlciBQcm9maXQgUG90ZW50aWFsIFdpdGggTGVzcyBSaXNrWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE1OToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIwXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBmb250X3NoYWRvdz1cImRhcmtcIiBhbGlnbj1cImNlbnRlclwiXUFyZSBZb3UgUmVhZHkgdG8gSGl0IHRoZSBHcm91bmQgUnVubmluZyBpbiAyMDE1P1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODc6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8xMi9ycS1iYW5uZXIuanBnXCIgd2lkdGg9XCI4NzZcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIyMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjEwNzoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfY29sb3I9XCIjZmRmY2ZjXCIgYWxpZ249XCJjZW50ZXJcIl1NYXhpbWl6aW5nIFByb2ZpdCBUZWNobmlxdWVzIENsYXNzWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoyMDoicGFkZGluZy1ib3R0b206NzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjMyOiJleUp3WVdSa2FXNW5RbTkwZEc5dElqb2lOekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo1OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzI1OiJbZmVhdHVyZV9ibG9jayBzdHlsZT1cImljb25cIiAgb3ZlcmFsbF9zdHlsZT1cImljb25cIiBjb2x1bW5zPVwiNFwiIGljb25fc3R5bGU9XCI0XCJdW2ZlYXR1cmUgdGl0bGU9XCJTcG90IHRoZSB0cmFkZXMgd2l0aCA0WCBtb3JlIHByb2ZpdCBwb3RlbnRpYWwuXCIgaWNvbj1cIjE4MS1hbHQucG5nXCIgdXBsb2FkX2ljb249XCJcIiBiZ19jb2xvcj1cIiMwMTk0ZTNcIiBocmVmPVwiXCJdWy9mZWF0dXJlXSBbZmVhdHVyZSB0aXRsZT1cIkVhc2lseSBlbXBsb3kgYSBzaW1wbGUgZm9ybXVsYSB0byBzcXVlZXplIG1vcmUgcHJvZml0cyBmcm9tIHlvdXIgdHJhZGVzLlwiIGljb249XCIzMTgtYWx0LnBuZ1wiIHVwbG9hZF9pY29uPVwiXCIgYmdfY29sb3I9XCIjMDE5NGUzXCIgaHJlZj1cIlwiXVsvZmVhdHVyZV0gW2ZlYXR1cmUgdGl0bGU9XCJTY2FsZSB5b3VyIHBvc2l0aW9uIHRvIG1heGltaXplIHlvdXIgcHJvZml0cyBvbmNlIHlvdSBoYXZlIGEgd2lubmVyLlwiIGljb249XCIyNDItYWx0LnBuZ1wiIHVwbG9hZF9pY29uPVwiXCIgYmdfY29sb3I9XCIjMDE5NGUzXCIgaHJlZj1cIlwiXVsvZmVhdHVyZV0gW2ZlYXR1cmUgdGl0bGU9XCJQb3dlciB1cCBhbmQgbWFrZSAyMDE1IHlvdXIgYmVzdCB5ZWFyLlwiIGljb249XCIyODItYWx0LnBuZ1wiIHVwbG9hZF9pY29uPVwiXCIgYmdfY29sb3I9XCIjMDE5NGUzXCIgaHJlZj1cIlwiXVsvZmVhdHVyZV0gWy9mZWF0dXJlX2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY5OiJbY2FsZW5kYXJfZGF0ZSBzdHlsZT1cIjNcIiBtb250aD1cIkRlY2VtYmVyXCIgY2FsZW5kYXJfYmFyX2NvbG9yPVwiI2ZmMDAwMFwiIGRheT1cIjE4XCIgZnVsbF9kYXRlPVwiVGh1cnNkYXksIDE4dGggRGVjZW1iZXJcIiB0aW1lXzE9XCI4OjAwIFBNXCIgdGltZXpvbmVfMT1cIk5ldyBZb3JrXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo5NTg6IltmZWF0dXJlX2Jsb2NrIHN0eWxlPVwiaWNvblwiICBvdmVyYWxsX3N0eWxlPVwiaWNvblwiIGNvbHVtbnM9XCI0XCIgaWNvbl9zdHlsZT1cIjRcIl1bZmVhdHVyZSB0aXRsZT1cIlRodXJzZGF5IC0gRGVjZW1iZXIgMTh0aCAtIDg6MDAgcG0gRVRcIiBpY29uPVwiMjYxLWFsdC5wbmdcIiB1cGxvYWRfaWNvbj1cIlwiIGJnX2NvbG9yPVwiIzAxOTRlM1wiIGhyZWY9XCJcIl1Eb25lYyBkaWduaXNzaW0gaWQgb3JjaSBzZWQgZWxlbWVudHVtLiBJbiBvcm5hcmUgY29uc2VxdWF0IGxhY3VzIGFjIGltcGVyZGlldC5bL2ZlYXR1cmVdIFtmZWF0dXJlIHRpdGxlPVwiSm9lIFJpb3MgLSAyNSBZZWFyIFdhbGwgU3RyZWV0IEluc2lkZXJcIiBpY29uPVwiMTI4LWFsdC5wbmdcIiB1cGxvYWRfaWNvbj1cIlwiIGJnX2NvbG9yPVwiIzAxOTRlM1wiIGhyZWY9XCJcIl1WaXZhbXVzIGVsZW1lbnR1bSBpcHN1bSBmZXVnaWF0IHJpc3VzIGZlcm1lbnR1bSwgcXVpcyB0ZW1wb3IgZXJhdCBiaWJlbmR1bS5bL2ZlYXR1cmVdIFtmZWF0dXJlIHRpdGxlPVwiIE51bGxhbSBFbGVtZW50dW1cIiBpY29uPVwiMTc3LWFsdC5wbmdcIiB1cGxvYWRfaWNvbj1cIlwiIGJnX2NvbG9yPVwiIzAxOTRlM1wiIGhyZWY9XCJcIl1BbGlxdWFtIHVsdHJpY2VzIHN1c2NpcGl0IGxpYmVybywgZXQgdmVoaWN1bGEgbWFzc2EgY3Vyc3VzIHV0LiBWaXZhbXVzIGRhcGlidXMgZmVybWVudHVtIHRvcnRvciBpbiBpYWN1bGlzLlsvZmVhdHVyZV0gW2ZlYXR1cmUgdGl0bGU9XCJDb25zZXF1YXQgRXVpc21vZFwiIGljb249XCIyMTAtYWx0LnBuZ1wiIHVwbG9hZF9pY29uPVwiXCIgYmdfY29sb3I9XCIjMDE5NGUzXCIgaHJlZj1cIlwiXUZ1c2NlIGVsaXQgcmlzdXMsIGNvbmRpbWVudHVtIGlkIGZlbGlzIGV0LCBzb2RhbGVzIGZhdWNpYnVzIG9kaW8uIFByb2luIGxhb3JlZXQgYWMgdXJuYS5bL2ZlYXR1cmVdIFsvZmVhdHVyZV9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjk0OiJbdHdvX2NvbHVtbl9ibG9jayBzdHlsZT1cIjFcIl0gW2NvbnRlbnQxXVsvY29udGVudDFdIFtjb250ZW50Ml1bL2NvbnRlbnQyXSBbL3R3b19jb2x1bW5fYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1NzoiW3RvdXIgc3R5bGU9XCI2XCIgZ2V0X3N0YXJ0ZWRfdGV4dD1cIkdldCBTdGFydGVkIFRvZGF5XCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjcyMDoiZXlKamIyUmxRbVZtYjNKbElqb2lQR1p2Y20wZ1lXTjBhVzl1UFZ3aWFIUjBjSE02THk5M2QzY3VjR0Y1Y0dGc0xtTnZiUzlqWjJrdFltbHVMM2RsWW5OamNsd2lJRzFsZEdodlpEMWNJbkJ2YzNSY0lpQjBZWEpuWlhROVhDSmZkRzl3WENJK1hHNDhhVzV3ZFhRZ2RIbHdaVDFjSW1ocFpHUmxibHdpSUc1aGJXVTlYQ0pqYldSY0lpQjJZV3gxWlQxY0lsOXpMWGhqYkdsamExd2lQbHh1UEdsdWNIVjBJSFI1Y0dVOVhDSm9hV1JrWlc1Y0lpQnVZVzFsUFZ3aWFHOXpkR1ZrWDJKMWRIUnZibDlwWkZ3aUlIWmhiSFZsUFZ3aVdVNUZSamxSTlZCRlRUbEhRMXdpUGx4dVBHbHVjSFYwSUhSNWNHVTlYQ0pwYldGblpWd2lJSE55WXoxY0ltaDBkSEJ6T2k4dmQzZDNMbkJoZVhCaGJHOWlhbVZqZEhNdVkyOXRMMlZ1WDFWVEwya3ZZblJ1TDJKMGJsOWlkWGx1YjNkRFExOU1SeTVuYVdaY0lpQmliM0prWlhJOVhDSXdYQ0lnYm1GdFpUMWNJbk4xWW0xcGRGd2lJR0ZzZEQxY0lsQmhlVkJoYkNBdElGUm9aU0J6WVdabGNpd2daV0Z6YVdWeUlIZGhlU0IwYnlCd1lYa2diMjVzYVc1bElWd2lQbHh1UEdsdFp5QmhiSFE5WENKY0lpQmliM0prWlhJOVhDSXdYQ0lnYzNKalBWd2lhSFIwY0hNNkx5OTNkM2N1Y0dGNWNHRnNiMkpxWldOMGN5NWpiMjB2Wlc1ZlZWTXZhUzl6WTNJdmNHbDRaV3d1WjJsbVhDSWdkMmxrZEdnOVhDSXhYQ0lnYUdWcFoyaDBQVndpTVZ3aVBseHVQQzltYjNKdFBseHVJbjA9Ijt9fX19fX0=','revision','2014-12-16 03:42:27'),(269,2249,'body','YToyOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTU6ImJhY2tncm91bmQ6IzAxOTRlMztwYWRkaW5nLXRvcDo0MHB4O3BhZGRpbmctYm90dG9tOjBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjk2OiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXdNVGswWlRNaUxDSndZV1JrYVc1blZHOXdJam9pTkRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1DSjkiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6NDp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0OToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM0XCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBmb250X3NoYWRvdz1cImRhcmtcIiBhbGlnbj1cImNlbnRlclwiXUJpZ2dlciBQcm9maXQgUG90ZW50aWFsIFdpdGggTGVzcyBSaXNrWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE1OToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIwXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBmb250X3NoYWRvdz1cImRhcmtcIiBhbGlnbj1cImNlbnRlclwiXUFyZSBZb3UgUmVhZHkgdG8gSGl0IHRoZSBHcm91bmQgUnVubmluZyBpbiAyMDE1P1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODc6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8xMi9ycS1iYW5uZXIuanBnXCIgd2lkdGg9XCI4NzZcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIyMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjEwNzoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfY29sb3I9XCIjZmRmY2ZjXCIgYWxpZ249XCJjZW50ZXJcIl1NYXhpbWl6aW5nIFByb2ZpdCBUZWNobmlxdWVzIENsYXNzWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoyMDoicGFkZGluZy1ib3R0b206NzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjMyOiJleUp3WVdSa2FXNW5RbTkwZEc5dElqb2lOekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzI1OiJbZmVhdHVyZV9ibG9jayBzdHlsZT1cImljb25cIiAgb3ZlcmFsbF9zdHlsZT1cImljb25cIiBjb2x1bW5zPVwiNFwiIGljb25fc3R5bGU9XCI0XCJdW2ZlYXR1cmUgdGl0bGU9XCJTcG90IHRoZSB0cmFkZXMgd2l0aCA0WCBtb3JlIHByb2ZpdCBwb3RlbnRpYWwuXCIgaWNvbj1cIjE4MS1hbHQucG5nXCIgdXBsb2FkX2ljb249XCJcIiBiZ19jb2xvcj1cIiMwMTk0ZTNcIiBocmVmPVwiXCJdWy9mZWF0dXJlXSBbZmVhdHVyZSB0aXRsZT1cIkVhc2lseSBlbXBsb3kgYSBzaW1wbGUgZm9ybXVsYSB0byBzcXVlZXplIG1vcmUgcHJvZml0cyBmcm9tIHlvdXIgdHJhZGVzLlwiIGljb249XCIzMTgtYWx0LnBuZ1wiIHVwbG9hZF9pY29uPVwiXCIgYmdfY29sb3I9XCIjMDE5NGUzXCIgaHJlZj1cIlwiXVsvZmVhdHVyZV0gW2ZlYXR1cmUgdGl0bGU9XCJTY2FsZSB5b3VyIHBvc2l0aW9uIHRvIG1heGltaXplIHlvdXIgcHJvZml0cyBvbmNlIHlvdSBoYXZlIGEgd2lubmVyLlwiIGljb249XCIyNDItYWx0LnBuZ1wiIHVwbG9hZF9pY29uPVwiXCIgYmdfY29sb3I9XCIjMDE5NGUzXCIgaHJlZj1cIlwiXVsvZmVhdHVyZV0gW2ZlYXR1cmUgdGl0bGU9XCJQb3dlciB1cCBhbmQgbWFrZSAyMDE1IHlvdXIgYmVzdCB5ZWFyLlwiIGljb249XCIyODItYWx0LnBuZ1wiIHVwbG9hZF9pY29uPVwiXCIgYmdfY29sb3I9XCIjMDE5NGUzXCIgaHJlZj1cIlwiXVsvZmVhdHVyZV0gWy9mZWF0dXJlX2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Nzg5OiJbZmVhdHVyZV9ibG9jayBzdHlsZT1cImljb25cIiAgb3ZlcmFsbF9zdHlsZT1cImljb25cIiBjb2x1bW5zPVwiNFwiIGljb25fc3R5bGU9XCI0XCJdW2ZlYXR1cmUgdGl0bGU9XCJUaHVyc2RheSAtIERlY2VtYmVyIDE4dGggLSA4OjAwIHBtIEVUXCIgaWNvbj1cIjI2MS1hbHQucG5nXCIgdXBsb2FkX2ljb249XCJcIiBiZ19jb2xvcj1cIiMwMTk0ZTNcIiBocmVmPVwiXCJdWy9mZWF0dXJlXSBbZmVhdHVyZSB0aXRsZT1cIkpvZSBSaW9zIC0gUHJvZmVzc2lvbmFsIDI1IHllYXIgV2FsbCBTdHJlZXQgaW5zaWRlciBhbmQgYSByZWdpc3RlcmVkIENUQS5cIiBpY29uPVwiMTI4LWFsdC5wbmdcIiB1cGxvYWRfaWNvbj1cIlwiIGJnX2NvbG9yPVwiIzAxOTRlM1wiIGhyZWY9XCJcIl1bL2ZlYXR1cmVdIFtmZWF0dXJlIHRpdGxlPVwiUmVjb2duaXplZCB3b3JsZCB3aWRlIGFzIGFuIGlubm92YXRvciBhbmQgZGV2ZWxvcGVyIG9mIHRyYWRpbmcgc3RyYXRlZ2llcy5cIiBpY29uPVwiMTY3LWFsdC5wbmdcIiB1cGxvYWRfaWNvbj1cIlwiIGJnX2NvbG9yPVwiIzAxOTRlM1wiIGhyZWY9XCJcIl1bL2ZlYXR1cmVdIFtmZWF0dXJlIHRpdGxlPVwiLi4ubmV2ZXIgZmFpbCB0byBwaWNrIHVwIG9uIG5ldyBpbnNpZ2h0IGFuZCBuZXcgdW5kZXJzdGFuZGluZywganVzdCBncmVhdC4gVGhhbmtzIHNvIG11Y2ghIC0gUi5HLiBIYXdhaWlcIiBpY29uPVwiMjQ1LWFsdC5wbmdcIiB1cGxvYWRfaWNvbj1cIlwiIGJnX2NvbG9yPVwiIzAxOTRlM1wiIGhyZWY9XCJcIl1bL2ZlYXR1cmVdIFsvZmVhdHVyZV9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjk0OiJbdHdvX2NvbHVtbl9ibG9jayBzdHlsZT1cIjFcIl0gW2NvbnRlbnQxXVsvY29udGVudDFdIFtjb250ZW50Ml1bL2NvbnRlbnQyXSBbL3R3b19jb2x1bW5fYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19','revision','2014-12-16 03:58:29'),(276,2403,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIzMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1UcmFkaW5nIEZ1dHVyZXMgU3VjY2Vzc2Z1bGx5IG9uIHRoZSBTaG91bGRlcnMgb2YgR2lhbnRzWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4MToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIyXCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cIjMwMFwiIGZvbnRfY29sb3I9XCIjMzk1NDY4XCIgYWxpZ249XCJjZW50ZXJcIl1ieSBEci4gRGVhbiBIYW5kbGV5IMKgLSDCoEZ1dHVyZXMgVHJ1dGggTWFnYXppbmVbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjE6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9mdXR1cmVzLXRydXRoLTI0NHgzMDAuanBnXCIgd2lkdGg9XCIyNDRcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMjY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl1SaW9zIFF1YW50aXRhdGl2ZVwncyBsaXZlIHRyYWRpbmcgcm9vbSDCoGlzIHJhbmtlZCBhbW9uZyB0aGUgdG9wIHRlbiBvdXQgb2YgNDIyIHJvb21zIGluIHJlY2VudCByZXNlYXJjaCByZXBvcnQuIMKgR2V0IHlvdXIgZnJlZSBjb3B5IG9mIHRoZSByZXBvcnQgYW5kIGZpbmQgb3V0IHdoaWNoIHRyYWRpbmcgcm9vbXMgYXJlIG1ha2luZyBwcm9maXRhYmxlIHRyYWRlcyBpbiBsaXZlIG1hcmtldHMgYW5kIHdoaWNoIG9uZXMgYXJlIG5vdCEKCjxwPiZuYnNwOzwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3NjQ6IltvcHRpbl9ib3ggc3R5bGU9XCIxMVwiIHdpZHRoPVwiNDUwXCIgbWFyZ2luX3RvcD1cIjE1XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgbmV3X3dpbmRvdz1cIllcIiBlbWFpbF9maWVsZD1cImVtYWlsXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJhd2ViZXJcIiBsaXN0PVwiMzQzOTM2MFwiIG5hbWVfZmllbGQ9XCJuYW1lXCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIiBuYW1lX3JlcXVpcmVkPVwiTlwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdUlc1MFpYSWdlVzkxY2lCdVlXMWxJR0Z1WkNCbGJXRnBiQ0JpWld4dmR5Qm1iM0lnYVc1emRHRnVkQ0JoWTJObGMzTXVMaTQ9Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiXUNsaWNrIHRoZW4gY2hlY2sgeW91ciBpbmJveCBmb3IgY29uZmlybWF0aW9uIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo0OiJlMzA9IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNzc6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxN1wiIHdpZHRoPVwiOTQwXCJdPGgyIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjxzcGFuIHN0eWxlPVwiY29sb3I6ICM0MjUwNjM7XCI+WW91XCdyZSDCoDMtU3RlcHMgQXdheSB0bwpHZXR0aW5nIFN0YXJ0ZWQgaW4gb3VyIExpdmUgVHJhZGluZyBSb29twqA8L3NwYW4+PC9oMj4KPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjY2MjoiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCI1XCIgY29sb3I9XCIjNDI1MDYzXCJdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIlJlc2VydmUgeW91ciBzcG90IGltbWVkaWF0ZWx5LCBzcGFjZSBpcyBsaW1pdGVkLiBFbnRlciB5b3VyIGVtYWlsIHRvZGF5IHRvIHNlY3VyZSB5b3VyIGFjY2Vzcy5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIkxpdmUgdHJhZGluZyBzdGFydHMgTW9uZGF5IHRocm91Z2ggRnJpZGF5IGF0IDc6MzAgYS5tLiBFVCwgc3BhY2UgaXMgbGltaXRlZCBzbyBsb2cgaW4gNyBtaW51dGVzIGVhcmx5LlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiM1wiIGhlYWRsaW5lPVwiT25jZSB5b3VyXCdlIGluLCBwYXkgY2xvc2UgYXR0ZW50aW9uIGFuZCB3YXRjaCB1cyB0cmFkZSB0aGUgbGl2ZSBtYXJrZXRzIHdpdGggY3V0dGluZyBlZGdlIHF1YW50aXRhdGl2ZSB0b29scy4gSGF2ZSB5b3VyIHBlbiBhbmQgcGFwZXIgcmVhZHkgdG8gdGFrZSBub3RlcyBhbmQgbGVhcm4gd2hhdCBxdWFudCB0cmFkaW5nIGlzIGFsbCBhYm91dC4gQXNrIGFzIG1hbnkgcXVlc3Rpb25zIGFzIHlvdSBsaWtlLiBCZSByZWFkeSB0byBiZSBhbWF6ZWQhXCJdWy9zdGVwXVsvc3RlcF9ncmFwaGljc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc1NzoiW3Rlc3RpbW9uaWFscyBzdHlsZT1cIjJcIiBtYXJnaW5fdG9wPVwiXCIgbWFyZ2luX2JvdHRvbT1cIlwiXVt0ZXN0aW1vbmlhbCBuYW1lPVwiRGVhbiBIYW5kbGV5LCBQaEQsIE1CQSwgSkRcIiBjb21wYW55PVwiRHIuIEhhbmRsZXkgaGFzIEJTLUJpb2xvZ3k7IE1TLUJpb2NoZW0sIFBoRC1Nb2xlYyBHZW5ldGljcywgRmVsbG93c2hpcCksIGFuIE1CQSBpbiBmaW5hbmNlIGFuZCAgYSBKdXJpcyBEb2N0b3JhdGUgKEpEKSBpbiBpbnRlbGxlY3R1YWwgcHJvcGVydHkuIEhlIGhhcyBiZWVuIGFuIGFjdGl2ZSBmdXR1cmVzIHRyYWRlciBmb3IgbmVhcmx5IGZvdXIgeWVhcnMuIFwiIGhyZWY9XCJcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2RlYW4taGFuZGxleS5qcGdcIl08cD5SaW9zIFF1YW50aXRhdGl2ZSAtIFwiVGhleSB0cmFkZSB0aGUgZ3JlYXRlc3QgZGl2ZXJzaXR5IG9mIGZ1dHVyZXMgaW5kaWNlcyBJIGhhdmUgZXZlciBzZWVuIGFuZCBwcmVzZW50IGFzIGEgb25lLXN0b3AgZmluYW5jaWFsIGJvdXRpcXVlIHNwZWNpYWxpemluZyBpbiBlbGVjdHJvbmljIHRyYWRpbmcgc3RyYXRlZ3kuLi4gVGhlaXIgdGVjaG5vbG9neSBwcm92aWRlcyB0cmFkZXJzIGFjY2VzcyB0byBpbm5vdmF0aXZlIG1ldGhvZHMgdG8gcHJvZml0IGZyb20gdGhlIG1hcmtldHMgd2hpbGUgY29udHJvbGxpbmcgcmlzay5cIjwvcD5bL3Rlc3RpbW9uaWFsXVsvdGVzdGltb25pYWxzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjYzOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+Q09NTU9ESVRZIEZVVFVSRVMsIE9QVElPTlMsIEFORCBGT1JFWCBUUkFESU5HIElOVk9MVkVTIFNVQlNUQU5USUFMIFJJU0sgQU5EIElTIE5PVCBTVUlUQUJMRSBGT1IgQUxMIElOVkVTVE9SUy4gUEFTVCBQRVJGT1JNQU5DRSBJUyBOT1QgSU5ESUNBVElWRSBPRiBGVVRVUkUgUkVTVUxUUy48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','revision','2015-04-07 21:10:46'),(267,2249,'body','YToyOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTU6ImJhY2tncm91bmQ6IzAxOTRlMztwYWRkaW5nLXRvcDo0MHB4O3BhZGRpbmctYm90dG9tOjBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjk2OiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXdNVGswWlRNaUxDSndZV1JrYVc1blZHOXdJam9pTkRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1DSjkiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6NDp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0OToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM0XCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBmb250X3NoYWRvdz1cImRhcmtcIiBhbGlnbj1cImNlbnRlclwiXUJpZ2dlciBQcm9maXQgUG90ZW50aWFsIFdpdGggTGVzcyBSaXNrWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE1OToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIwXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBmb250X3NoYWRvdz1cImRhcmtcIiBhbGlnbj1cImNlbnRlclwiXUFyZSBZb3UgUmVhZHkgdG8gSGl0IHRoZSBHcm91bmQgUnVubmluZyBpbiAyMDE1P1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODc6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8xMi9ycS1iYW5uZXIuanBnXCIgd2lkdGg9XCI4NzZcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIyMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjEwNzoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfY29sb3I9XCIjZmRmY2ZjXCIgYWxpZ249XCJjZW50ZXJcIl1NYXhpbWl6aW5nIFByb2ZpdCBUZWNobmlxdWVzIENsYXNzWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoyMDoicGFkZGluZy1ib3R0b206NzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjMyOiJleUp3WVdSa2FXNW5RbTkwZEc5dElqb2lOekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo1OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzI1OiJbZmVhdHVyZV9ibG9jayBzdHlsZT1cImljb25cIiAgb3ZlcmFsbF9zdHlsZT1cImljb25cIiBjb2x1bW5zPVwiNFwiIGljb25fc3R5bGU9XCI0XCJdW2ZlYXR1cmUgdGl0bGU9XCJTcG90IHRoZSB0cmFkZXMgd2l0aCA0WCBtb3JlIHByb2ZpdCBwb3RlbnRpYWwuXCIgaWNvbj1cIjE4MS1hbHQucG5nXCIgdXBsb2FkX2ljb249XCJcIiBiZ19jb2xvcj1cIiMwMTk0ZTNcIiBocmVmPVwiXCJdWy9mZWF0dXJlXSBbZmVhdHVyZSB0aXRsZT1cIkVhc2lseSBlbXBsb3kgYSBzaW1wbGUgZm9ybXVsYSB0byBzcXVlZXplIG1vcmUgcHJvZml0cyBmcm9tIHlvdXIgdHJhZGVzLlwiIGljb249XCIzMTgtYWx0LnBuZ1wiIHVwbG9hZF9pY29uPVwiXCIgYmdfY29sb3I9XCIjMDE5NGUzXCIgaHJlZj1cIlwiXVsvZmVhdHVyZV0gW2ZlYXR1cmUgdGl0bGU9XCJTY2FsZSB5b3VyIHBvc2l0aW9uIHRvIG1heGltaXplIHlvdXIgcHJvZml0cyBvbmNlIHlvdSBoYXZlIGEgd2lubmVyLlwiIGljb249XCIyNDItYWx0LnBuZ1wiIHVwbG9hZF9pY29uPVwiXCIgYmdfY29sb3I9XCIjMDE5NGUzXCIgaHJlZj1cIlwiXVsvZmVhdHVyZV0gW2ZlYXR1cmUgdGl0bGU9XCJQb3dlciB1cCBhbmQgbWFrZSAyMDE1IHlvdXIgYmVzdCB5ZWFyLlwiIGljb249XCIyODItYWx0LnBuZ1wiIHVwbG9hZF9pY29uPVwiXCIgYmdfY29sb3I9XCIjMDE5NGUzXCIgaHJlZj1cIlwiXVsvZmVhdHVyZV0gWy9mZWF0dXJlX2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY5OiJbY2FsZW5kYXJfZGF0ZSBzdHlsZT1cIjNcIiBtb250aD1cIkRlY2VtYmVyXCIgY2FsZW5kYXJfYmFyX2NvbG9yPVwiI2ZmMDAwMFwiIGRheT1cIjE4XCIgZnVsbF9kYXRlPVwiVGh1cnNkYXksIDE4dGggRGVjZW1iZXJcIiB0aW1lXzE9XCI4OjAwIFBNXCIgdGltZXpvbmVfMT1cIk5ldyBZb3JrXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxMDM3OiJbZmVhdHVyZV9ibG9jayBzdHlsZT1cImljb25cIiAgb3ZlcmFsbF9zdHlsZT1cImljb25cIiBjb2x1bW5zPVwiNFwiIGljb25fc3R5bGU9XCI0XCJdW2ZlYXR1cmUgdGl0bGU9XCJUaHVyc2RheSAtIERlY2VtYmVyIDE4dGggLSA4OjAwIHBtIEVUXCIgaWNvbj1cIjI2MS1hbHQucG5nXCIgdXBsb2FkX2ljb249XCJcIiBiZ19jb2xvcj1cIiMwMTk0ZTNcIiBocmVmPVwiXCJdRG9uZWMgZGlnbmlzc2ltIGlkIG9yY2kgc2VkIGVsZW1lbnR1bS4gSW4gb3JuYXJlIGNvbnNlcXVhdCBsYWN1cyBhYyBpbXBlcmRpZXQuWy9mZWF0dXJlXSBbZmVhdHVyZSB0aXRsZT1cIkpvZSBSaW9zIC0gUmlvc1F1YW50IEZvdW5kZXIgYW5kIDI1IFllYXIgV2FsbCBTdHJlZXQgSW5zaWRlclwiIGljb249XCIxMjgtYWx0LnBuZ1wiIHVwbG9hZF9pY29uPVwiXCIgYmdfY29sb3I9XCIjMDE5NGUzXCIgaHJlZj1cIlwiXVZpdmFtdXMgZWxlbWVudHVtIGlwc3VtIGZldWdpYXQgcmlzdXMgZmVybWVudHVtLCBxdWlzIHRlbXBvciBlcmF0IGJpYmVuZHVtLlsvZmVhdHVyZV0gW2ZlYXR1cmUgdGl0bGU9XCJSZWNvZ25pemVkIFdvcmxkIFdpZGUgYXMgYW4gSW5ub3ZhdG9yIGFuZCBEZXZlbG9wZXIgb2YgVHJhZGluZyBTdHJhdGVnaWVzLlwiIGljb249XCIxNjctYWx0LnBuZ1wiIHVwbG9hZF9pY29uPVwiXCIgYmdfY29sb3I9XCIjMDE5NGUzXCIgaHJlZj1cIlwiXUFsaXF1YW0gdWx0cmljZXMgc3VzY2lwaXQgbGliZXJvLCBldCB2ZWhpY3VsYSBtYXNzYSBjdXJzdXMgdXQuIFZpdmFtdXMgZGFwaWJ1cyBmZXJtZW50dW0gdG9ydG9yIGluIGlhY3VsaXMuWy9mZWF0dXJlXSBbZmVhdHVyZSB0aXRsZT1cIkNvbnNlcXVhdCBFdWlzbW9kXCIgaWNvbj1cIjIxMC1hbHQucG5nXCIgdXBsb2FkX2ljb249XCJcIiBiZ19jb2xvcj1cIiMwMTk0ZTNcIiBocmVmPVwiXCJdRnVzY2UgZWxpdCByaXN1cywgY29uZGltZW50dW0gaWQgZmVsaXMgZXQsIHNvZGFsZXMgZmF1Y2lidXMgb2Rpby4gUHJvaW4gbGFvcmVldCBhYyB1cm5hLlsvZmVhdHVyZV0gWy9mZWF0dXJlX2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6OTQ6Ilt0d29fY29sdW1uX2Jsb2NrIHN0eWxlPVwiMVwiXSBbY29udGVudDFdWy9jb250ZW50MV0gW2NvbnRlbnQyXVsvY29udGVudDJdIFsvdHdvX2NvbHVtbl9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo0O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU3OiJbdG91ciBzdHlsZT1cIjZcIiBnZXRfc3RhcnRlZF90ZXh0PVwiR2V0IFN0YXJ0ZWQgVG9kYXlcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NzIwOiJleUpqYjJSbFFtVm1iM0psSWpvaVBHWnZjbTBnWVdOMGFXOXVQVndpYUhSMGNITTZMeTkzZDNjdWNHRjVjR0ZzTG1OdmJTOWpaMmt0WW1sdUwzZGxZbk5qY2x3aUlHMWxkR2h2WkQxY0luQnZjM1JjSWlCMFlYSm5aWFE5WENKZmRHOXdYQ0krWEc0OGFXNXdkWFFnZEhsd1pUMWNJbWhwWkdSbGJsd2lJRzVoYldVOVhDSmpiV1JjSWlCMllXeDFaVDFjSWw5ekxYaGpiR2xqYTF3aVBseHVQR2x1Y0hWMElIUjVjR1U5WENKb2FXUmtaVzVjSWlCdVlXMWxQVndpYUc5emRHVmtYMkoxZEhSdmJsOXBaRndpSUhaaGJIVmxQVndpV1U1RlJqbFJOVkJGVFRsSFExd2lQbHh1UEdsdWNIVjBJSFI1Y0dVOVhDSnBiV0ZuWlZ3aUlITnlZejFjSW1oMGRIQnpPaTh2ZDNkM0xuQmhlWEJoYkc5aWFtVmpkSE11WTI5dEwyVnVYMVZUTDJrdlluUnVMMkowYmw5aWRYbHViM2REUTE5TVJ5NW5hV1pjSWlCaWIzSmtaWEk5WENJd1hDSWdibUZ0WlQxY0luTjFZbTFwZEZ3aUlHRnNkRDFjSWxCaGVWQmhiQ0F0SUZSb1pTQnpZV1psY2l3Z1pXRnphV1Z5SUhkaGVTQjBieUJ3WVhrZ2IyNXNhVzVsSVZ3aVBseHVQR2x0WnlCaGJIUTlYQ0pjSWlCaWIzSmtaWEk5WENJd1hDSWdjM0pqUFZ3aWFIUjBjSE02THk5M2QzY3VjR0Y1Y0dGc2IySnFaV04wY3k1amIyMHZaVzVmVlZNdmFTOXpZM0l2Y0dsNFpXd3VaMmxtWENJZ2QybGtkR2c5WENJeFhDSWdhR1ZwWjJoMFBWd2lNVndpUGx4dVBDOW1iM0p0UGx4dUluMD0iO319fX19fQ==','revision','2014-12-16 03:47:27'),(263,2249,'body','YToyOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTU6ImJhY2tncm91bmQ6IzAxOTRlMztwYWRkaW5nLXRvcDo0MHB4O3BhZGRpbmctYm90dG9tOjBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjk2OiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXdNVGswWlRNaUxDSndZV1JrYVc1blZHOXdJam9pTkRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1DSjkiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6NDp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0OToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM0XCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBmb250X3NoYWRvdz1cImRhcmtcIiBhbGlnbj1cImNlbnRlclwiXUJpZ2dlciBQcm9maXQgUG90ZW50aWFsIFdpdGggTGVzcyBSaXNrWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE1OToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIwXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBmb250X3NoYWRvdz1cImRhcmtcIiBhbGlnbj1cImNlbnRlclwiXUFyZSBZb3UgUmVhZHkgdG8gSGl0IHRoZSBHcm91bmQgUnVubmluZyBpbiAyMDE1P1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODc6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8xMi9ycS1iYW5uZXIuanBnXCIgd2lkdGg9XCI4NzZcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIyMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjEwNzoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfY29sb3I9XCIjZmRmY2ZjXCIgYWxpZ249XCJjZW50ZXJcIl1NYXhpbWl6aW5nIFByb2ZpdCBUZWNobmlxdWVzIENsYXNzWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoyMDoicGFkZGluZy1ib3R0b206NzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjMyOiJleUp3WVdSa2FXNW5RbTkwZEc5dElqb2lOekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo2OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzI1OiJbZmVhdHVyZV9ibG9jayBzdHlsZT1cImljb25cIiAgb3ZlcmFsbF9zdHlsZT1cImljb25cIiBjb2x1bW5zPVwiNFwiIGljb25fc3R5bGU9XCI0XCJdW2ZlYXR1cmUgdGl0bGU9XCJTcG90IHRoZSB0cmFkZXMgd2l0aCA0WCBtb3JlIHByb2ZpdCBwb3RlbnRpYWwuXCIgaWNvbj1cIjE4MS1hbHQucG5nXCIgdXBsb2FkX2ljb249XCJcIiBiZ19jb2xvcj1cIiMwMTk0ZTNcIiBocmVmPVwiXCJdWy9mZWF0dXJlXSBbZmVhdHVyZSB0aXRsZT1cIkVhc2lseSBlbXBsb3kgYSBzaW1wbGUgZm9ybXVsYSB0byBzcXVlZXplIG1vcmUgcHJvZml0cyBmcm9tIHlvdXIgdHJhZGVzLlwiIGljb249XCIzMTgtYWx0LnBuZ1wiIHVwbG9hZF9pY29uPVwiXCIgYmdfY29sb3I9XCIjMDE5NGUzXCIgaHJlZj1cIlwiXVsvZmVhdHVyZV0gW2ZlYXR1cmUgdGl0bGU9XCJTY2FsZSB5b3VyIHBvc2l0aW9uIHRvIG1heGltaXplIHlvdXIgcHJvZml0cyBvbmNlIHlvdSBoYXZlIGEgd2lubmVyLlwiIGljb249XCIyNDItYWx0LnBuZ1wiIHVwbG9hZF9pY29uPVwiXCIgYmdfY29sb3I9XCIjMDE5NGUzXCIgaHJlZj1cIlwiXVsvZmVhdHVyZV0gW2ZlYXR1cmUgdGl0bGU9XCJQb3dlciB1cCBhbmQgbWFrZSAyMDE1IHlvdXIgYmVzdCB5ZWFyLlwiIGljb249XCIyODItYWx0LnBuZ1wiIHVwbG9hZF9pY29uPVwiXCIgYmdfY29sb3I9XCIjMDE5NGUzXCIgaHJlZj1cIlwiXVsvZmVhdHVyZV0gWy9mZWF0dXJlX2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY5OiJbY2FsZW5kYXJfZGF0ZSBzdHlsZT1cIjNcIiBtb250aD1cIkRlY2VtYmVyXCIgY2FsZW5kYXJfYmFyX2NvbG9yPVwiI2ZmMDAwMFwiIGRheT1cIjE4XCIgZnVsbF9kYXRlPVwiVGh1cnNkYXksIDE4dGggRGVjZW1iZXJcIiB0aW1lXzE9XCI4OjAwIFBNXCIgdGltZXpvbmVfMT1cIk5ldyBZb3JrXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1NDQ6IltjdXN0b21faHRtbF0KPGZvcm0gYWN0aW9uPVwiaHR0cHM6Ly93d3cucGF5cGFsLmNvbS9jZ2ktYmluL3dlYnNjclwiIG1ldGhvZD1cInBvc3RcIiB0YXJnZXQ9XCJfdG9wXCI+CjxpbnB1dCB0eXBlPVwiaGlkZGVuXCIgbmFtZT1cImNtZFwiIHZhbHVlPVwiX3MteGNsaWNrXCI+CjxpbnB1dCB0eXBlPVwiaGlkZGVuXCIgbmFtZT1cImhvc3RlZF9idXR0b25faWRcIiB2YWx1ZT1cIllORUY5UTVQRU05R0NcIj4KPGlucHV0IHR5cGU9XCJpbWFnZVwiIHNyYz1cImh0dHBzOi8vd3d3LnBheXBhbG9iamVjdHMuY29tL2VuX1VTL2kvYnRuL2J0bl9idXlub3dDQ19MRy5naWZcIiBib3JkZXI9XCIwXCIgbmFtZT1cInN1Ym1pdFwiIGFsdD1cIlBheVBhbCAtIFRoZSBzYWZlciwgZWFzaWVyIHdheSB0byBwYXkgb25saW5lIVwiPgo8aW1nIGFsdD1cIlwiIGJvcmRlcj1cIjBcIiBzcmM9XCJodHRwczovL3d3dy5wYXlwYWxvYmplY3RzLmNvbS9lbl9VUy9pL3Njci9waXhlbC5naWZcIiB3aWR0aD1cIjFcIiBoZWlnaHQ9XCIxXCI+CjwvZm9ybT4KWy9jdXN0b21faHRtbF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NzE2OiJleUpqYjJSbFFtVm1iM0psSWpvaVBHWnZjbTBnWVdOMGFXOXVQVndpYUhSMGNITTZMeTkzZDNjdWNHRjVjR0ZzTG1OdmJTOWpaMmt0WW1sdUwzZGxZbk5qY2x3aUlHMWxkR2h2WkQxY0luQnZjM1JjSWlCMFlYSm5aWFE5WENKZmRHOXdYQ0krWEc0OGFXNXdkWFFnZEhsd1pUMWNJbWhwWkdSbGJsd2lJRzVoYldVOVhDSmpiV1JjSWlCMllXeDFaVDFjSWw5ekxYaGpiR2xqYTF3aVBseHVQR2x1Y0hWMElIUjVjR1U5WENKb2FXUmtaVzVjSWlCdVlXMWxQVndpYUc5emRHVmtYMkoxZEhSdmJsOXBaRndpSUhaaGJIVmxQVndpTWpWTVRUaEJOMGhNVVZjMlYxd2lQbHh1UEdsdWNIVjBJSFI1Y0dVOVhDSnBiV0ZuWlZ3aUlITnlZejFjSW1oMGRIQnpPaTh2ZDNkM0xuQmhlWEJoYkc5aWFtVmpkSE11WTI5dEwyVnVYMVZUTDJrdlluUnVMMkowYmw5aWRYbHViM2RmVEVjdVoybG1YQ0lnWW05eVpHVnlQVndpTUZ3aUlHNWhiV1U5WENKemRXSnRhWFJjSWlCaGJIUTlYQ0pRWVhsUVlXd2dMU0JVYUdVZ2MyRm1aWElzSUdWaGMybGxjaUIzWVhrZ2RHOGdjR0Y1SUc5dWJHbHVaU0ZjSWo1Y2JqeHBiV2NnWVd4MFBWd2lYQ0lnWW05eVpHVnlQVndpTUZ3aUlITnlZejFjSW1oMGRIQnpPaTh2ZDNkM0xuQmhlWEJoYkc5aWFtVmpkSE11WTI5dEwyVnVYMVZUTDJrdmMyTnlMM0JwZUdWc0xtZHBabHdpSUhkcFpIUm9QVndpTVZ3aUlHaGxhV2RvZEQxY0lqRmNJajVjYmp3dlptOXliVDVjYmlKOSI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3ODk6IltmZWF0dXJlX2Jsb2NrIHN0eWxlPVwiaWNvblwiIGNvbHVtbnM9XCI0XCIgaWNvbl9zdHlsZT1cIjRcIl1bZmVhdHVyZSB0aXRsZT1cIiBDbGFzcyBBcHRlbnQgVGFjaXRpIFwiIGljb249XCIxMzYtYWx0LnBuZ1wiIGJnX2NvbG9yPVwiIzAxOTRlM1wiXURvbmVjIGRpZ25pc3NpbSBpZCBvcmNpIHNlZCBlbGVtZW50dW0uIEluIG9ybmFyZSBjb25zZXF1YXQgbGFjdXMgYWMgaW1wZXJkaWV0LlsvZmVhdHVyZV0gW2ZlYXR1cmUgdGl0bGU9XCJWaXZhbXVzIEVsZW1lbnR1bVwiIGljb249XCIxNTctYWx0LnBuZ1wiIGJnX2NvbG9yPVwiIzAxOTRlM1wiXVZpdmFtdXMgZWxlbWVudHVtIGlwc3VtIGZldWdpYXQgcmlzdXMgZmVybWVudHVtLCBxdWlzIHRlbXBvciBlcmF0IGJpYmVuZHVtLlsvZmVhdHVyZV0gW2ZlYXR1cmUgdGl0bGU9XCIgTnVsbGFtIEVsZW1lbnR1bVwiIGljb249XCIxNzctYWx0LnBuZ1wiIGJnX2NvbG9yPVwiIzAxOTRlM1wiXUFsaXF1YW0gdWx0cmljZXMgc3VzY2lwaXQgbGliZXJvLCBldCB2ZWhpY3VsYSBtYXNzYSBjdXJzdXMgdXQuIFZpdmFtdXMgZGFwaWJ1cyBmZXJtZW50dW0gdG9ydG9yIGluIGlhY3VsaXMuWy9mZWF0dXJlXSBbZmVhdHVyZSB0aXRsZT1cIkNvbnNlcXVhdCBFdWlzbW9kXCIgaWNvbj1cIjIxMC1hbHQucG5nXCIgYmdfY29sb3I9XCIjMDE5NGUzXCJdRnVzY2UgZWxpdCByaXN1cywgY29uZGltZW50dW0gaWQgZmVsaXMgZXQsIHNvZGFsZXMgZmF1Y2lidXMgb2Rpby4gUHJvaW4gbGFvcmVldCBhYyB1cm5hLlsvZmVhdHVyZV0gWy9mZWF0dXJlX2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjQ7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6OTQ6Ilt0d29fY29sdW1uX2Jsb2NrIHN0eWxlPVwiMVwiXSBbY29udGVudDFdWy9jb250ZW50MV0gW2NvbnRlbnQyXVsvY29udGVudDJdIFsvdHdvX2NvbHVtbl9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo1O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU3OiJbdG91ciBzdHlsZT1cIjZcIiBnZXRfc3RhcnRlZF90ZXh0PVwiR2V0IFN0YXJ0ZWQgVG9kYXlcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','revision','2014-12-16 02:32:22'),(293,2416,'body','YToyOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozMToicm93IGZpdmUtY29sdW1ucyBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo3OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTMwOiJbaGVhZGxpbmUgc3R5bGU9XCIxNVwiIGZvbnRfc2l6ZT1cIjIwXCIgYWxpZ249XCJjZW50ZXJcIiBib3R0b21fbWFyZ2luPVwiMTVcIl1OZWVkIHRvIGltcHJvdmUgeW91ciB0cmFkaW5nIHBlcmZvcm1hbmNlP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNTU6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCI0MFwiIGZvbnRfY29sb3I9XCIjYzcyODBmXCIgYWxpZ249XCJjZW50ZXJcIiBib3R0b21fbWFyZ2luPVwiMjBcIl1UcnkgVGhlIFRyYWRpbmcgUm9vbcKuIApSYW5rZWQgaW4gdGhlIFRvcCAyJVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyMFwiIHdpZHRoPVwiNTU2XCJdRGV2ZWxvcCBuZXcgc2tpbGxzLCBsZWFybiBuZXcgbWV0aG9kcyBhbmQgZ2FpbiBkaXNjaXBsaW5lLgpUcmFkZXJzIHVzZSBUaGUgVHJhZGluZyBSb29twq4gdG86Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzYwOiJbYnVsbGV0X2Jsb2NrICBsYXJnZV9pY29uPVwiMzgucG5nXCIgd2lkdGg9XCJcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBmb250X3NpemU9XCIyMFwiXTx1bD48bGk+CUdldCBsaXZlIHRyYWRlIGNhbGxzIGluIHJlYWwtdGltZSB3aXRoIGV4YWN0IGVudHJpZXMsIHN0b3BzIGFuZCB0YXJnZXRzLjwvbGk+PGxpPglNYXN0ZXIgbW9yZSBtYXJrZXRzIGluY2x1ZGluZyB0aGUgRmluYW5jaWFscywgTWV0YWxzLCBFbmVyZ2llcywgR3JhaW5zIGFuZCBDdXJyZW5jaWVzLjwvbGk+PGxpPglUcmFkZSBpbiBhIGR5bmFtaWMgb25saW5lIGNvbW11bml0eSB3aXRoIHByb2Zlc3Npb25hbCB0cmFkZXJzLjwvbGk+PC91bD5bL2J1bGxldF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo0O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2MToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjIwXCIgd2lkdGg9XCI1NTZcIl1PdXIgbWVtYmVycyBjb21lIGhlcmUgZm9yIGEgcmVhc29uLCAgPHN0cm9uZz5maW5kIHlvdXJzLi4uIDwvc3Ryb25nPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo1O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjg1OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIHdpZHRoPVwiNTg1XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzM6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNC90cmFkaW5nLXJvb20tYXJ0LmpwZ1wiIHdpZHRoPVwiNTg1XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6Mjk6InR3by1maWZ0aHMgY29sdW1uIGNvbHMgbmFycm93IjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0OTk6Ilt2aWRlb19wbGF5ZXIgdHlwZT1cImVtYmVkXCIgd2lkdGg9XCIzNTBcIiBoZWlnaHQ9XCIxOTdcIiBhbGlnbj1cImNlbnRlclwiIG1hcmdpbl90b3A9XCIwXCIgbWFyZ2luX2JvdHRvbT1cIjE1XCJdPGltZyBzcmM9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3BsdWdpbnMvb3B0aW1pemVQcmVzc1BsdWdpbi9saWIvaW1hZ2VzL3ZpZGVvX3BsYWNlaG9sZGVyLnBuZ1wiIGFsdD1cIlBHbG1jbUZ0WlNCemNtTTlJbWgwZEhCek9pOHZjR3hoZVdWeUxuWnBiV1Z2TG1OdmJTOTJhV1JsYnk4eE1URXpOVEl3TXpNaUlIZHBaSFJvUFNJMU1EQWlJR2hsYVdkb2REMGlNamd4SWlCbWNtRnRaV0p2Y21SbGNqMGlNQ0lnZDJWaWEybDBZV3hzYjNkbWRXeHNjMk55WldWdUlHMXZlbUZzYkc5M1puVnNiSE5qY21WbGJpQmhiR3h2ZDJaMWJHeHpZM0psWlc0K1BDOXBabkpoYldVK0NnPT1cIiB3aWR0aD1cIjFcIiBoZWlnaHQ9XCIxXCIgLz5bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0MjoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM1XCIgZm9udF9mb250PVwiU2hhZG93cyBJbnRvIExpZ2h0XCIgZm9udF9jb2xvcj1cIiNlODAwMDBcIiBhbGlnbj1cImNlbnRlclwiXVR3byBXZWVrIEZyZWUgVHJpYWxbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTE6IlthcnJvd3Mgc3R5bGU9XCJhcnJvdy1yZWQtMi5wbmdcIiBhbGlnbj1cImNlbnRlclwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzEyOiJbb3B0aW5fYm94IHN0eWxlPVwiN1wiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNzgzNzU0XCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1SVzUwWlhJZ2VXOTFjaUJ1WVcxbElHRnVaQ0JsYldGcGJDQmlaV3h2ZHlBOGMzUnliMjVuUG01dmR5NHVMand2YzNSeWIyNW5QZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1Ud28gV2VlayBGcmVlIFRyaWFsIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czoyOToicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MzQwOiJleUpqYjJSbFFtVm1iM0psSWpvaVZFaEZVa1VnU1ZNZ1FTQlRWVUpUVkVGT1ZFbEJUQ0JTU1ZOTElFOUdJRXhQVTFNZ1NVNGdWRkpCUkVsT1J5QkRUMDFOVDBSSlZGa2dSbFZVVlZKRlV5d2dUMUJVU1U5T1V5d2dRVTVFSUVaUFVrVkpSMDRnUlZoRFNFRk9SMFVnVUZKUFJGVkRWRk11SUZCQlUxUWdVRVZTUms5U1RVRk9RMFVnU1ZNZ1RrOVVJRWxPUkVsRFFWUkpWa1VnVDBZZ1JsVlVWVkpGSUZKRlUxVk1WRk11SUZSRlUxUkpUVTlPU1VGTVV5QkJVa1VnVGs5VUlFbE9SRWxEUVZSSlZrVWdUMFlnUmxWVVZWSkZJRkJGVWtaUFVrMUJUa05GSUU5U0lGTlZRME5GVTFNdUlDSXNJbUZrWkc5dUlqcDdmWDA9IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19','revision','2015-04-14 21:49:49'),(268,2249,'body','YToyOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTU6ImJhY2tncm91bmQ6IzAxOTRlMztwYWRkaW5nLXRvcDo0MHB4O3BhZGRpbmctYm90dG9tOjBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjk2OiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXdNVGswWlRNaUxDSndZV1JrYVc1blZHOXdJam9pTkRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1DSjkiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6NDp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0OToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM0XCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBmb250X3NoYWRvdz1cImRhcmtcIiBhbGlnbj1cImNlbnRlclwiXUJpZ2dlciBQcm9maXQgUG90ZW50aWFsIFdpdGggTGVzcyBSaXNrWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE1OToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIwXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBmb250X3NoYWRvdz1cImRhcmtcIiBhbGlnbj1cImNlbnRlclwiXUFyZSBZb3UgUmVhZHkgdG8gSGl0IHRoZSBHcm91bmQgUnVubmluZyBpbiAyMDE1P1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODc6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8xMi9ycS1iYW5uZXIuanBnXCIgd2lkdGg9XCI4NzZcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIyMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjEwNzoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfY29sb3I9XCIjZmRmY2ZjXCIgYWxpZ249XCJjZW50ZXJcIl1NYXhpbWl6aW5nIFByb2ZpdCBUZWNobmlxdWVzIENsYXNzWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoyMDoicGFkZGluZy1ib3R0b206NzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjMyOiJleUp3WVdSa2FXNW5RbTkwZEc5dElqb2lOekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo1OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzI1OiJbZmVhdHVyZV9ibG9jayBzdHlsZT1cImljb25cIiAgb3ZlcmFsbF9zdHlsZT1cImljb25cIiBjb2x1bW5zPVwiNFwiIGljb25fc3R5bGU9XCI0XCJdW2ZlYXR1cmUgdGl0bGU9XCJTcG90IHRoZSB0cmFkZXMgd2l0aCA0WCBtb3JlIHByb2ZpdCBwb3RlbnRpYWwuXCIgaWNvbj1cIjE4MS1hbHQucG5nXCIgdXBsb2FkX2ljb249XCJcIiBiZ19jb2xvcj1cIiMwMTk0ZTNcIiBocmVmPVwiXCJdWy9mZWF0dXJlXSBbZmVhdHVyZSB0aXRsZT1cIkVhc2lseSBlbXBsb3kgYSBzaW1wbGUgZm9ybXVsYSB0byBzcXVlZXplIG1vcmUgcHJvZml0cyBmcm9tIHlvdXIgdHJhZGVzLlwiIGljb249XCIzMTgtYWx0LnBuZ1wiIHVwbG9hZF9pY29uPVwiXCIgYmdfY29sb3I9XCIjMDE5NGUzXCIgaHJlZj1cIlwiXVsvZmVhdHVyZV0gW2ZlYXR1cmUgdGl0bGU9XCJTY2FsZSB5b3VyIHBvc2l0aW9uIHRvIG1heGltaXplIHlvdXIgcHJvZml0cyBvbmNlIHlvdSBoYXZlIGEgd2lubmVyLlwiIGljb249XCIyNDItYWx0LnBuZ1wiIHVwbG9hZF9pY29uPVwiXCIgYmdfY29sb3I9XCIjMDE5NGUzXCIgaHJlZj1cIlwiXVsvZmVhdHVyZV0gW2ZlYXR1cmUgdGl0bGU9XCJQb3dlciB1cCBhbmQgbWFrZSAyMDE1IHlvdXIgYmVzdCB5ZWFyLlwiIGljb249XCIyODItYWx0LnBuZ1wiIHVwbG9hZF9pY29uPVwiXCIgYmdfY29sb3I9XCIjMDE5NGUzXCIgaHJlZj1cIlwiXVsvZmVhdHVyZV0gWy9mZWF0dXJlX2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY5OiJbY2FsZW5kYXJfZGF0ZSBzdHlsZT1cIjNcIiBtb250aD1cIkRlY2VtYmVyXCIgY2FsZW5kYXJfYmFyX2NvbG9yPVwiI2ZmMDAwMFwiIGRheT1cIjE4XCIgZnVsbF9kYXRlPVwiVGh1cnNkYXksIDE4dGggRGVjZW1iZXJcIiB0aW1lXzE9XCI4OjAwIFBNXCIgdGltZXpvbmVfMT1cIk5ldyBZb3JrXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxMDUwOiJbZmVhdHVyZV9ibG9jayBzdHlsZT1cImljb25cIiAgb3ZlcmFsbF9zdHlsZT1cImljb25cIiBjb2x1bW5zPVwiNFwiIGljb25fc3R5bGU9XCI0XCJdW2ZlYXR1cmUgdGl0bGU9XCJUaHVyc2RheSAtIERlY2VtYmVyIDE4dGggLSA4OjAwIHBtIEVUXCIgaWNvbj1cIjI2MS1hbHQucG5nXCIgdXBsb2FkX2ljb249XCJcIiBiZ19jb2xvcj1cIiMwMTk0ZTNcIiBocmVmPVwiXCJdRG9uZWMgZGlnbmlzc2ltIGlkIG9yY2kgc2VkIGVsZW1lbnR1bS4gSW4gb3JuYXJlIGNvbnNlcXVhdCBsYWN1cyBhYyBpbXBlcmRpZXQuWy9mZWF0dXJlXSBbZmVhdHVyZSB0aXRsZT1cIkpvZSBSaW9zIC0gUHJvZmVzc2lvbmFsIDI1IHllYXIgV2FsbCBTdHJlZXQgaW5zaWRlciBhbmQgYSByZWdpc3RlcmVkIENUQS5cIiBpY29uPVwiMTI4LWFsdC5wbmdcIiB1cGxvYWRfaWNvbj1cIlwiIGJnX2NvbG9yPVwiIzAxOTRlM1wiIGhyZWY9XCJcIl1WaXZhbXVzIGVsZW1lbnR1bSBpcHN1bSBmZXVnaWF0IHJpc3VzIGZlcm1lbnR1bSwgcXVpcyB0ZW1wb3IgZXJhdCBiaWJlbmR1bS5bL2ZlYXR1cmVdIFtmZWF0dXJlIHRpdGxlPVwiUmVjb2duaXplZCB3b3JsZCB3aWRlIGFzIGFuIGlubm92YXRvciBhbmQgZGV2ZWxvcGVyIG9mIHRyYWRpbmcgc3RyYXRlZ2llcy5cIiBpY29uPVwiMTY3LWFsdC5wbmdcIiB1cGxvYWRfaWNvbj1cIlwiIGJnX2NvbG9yPVwiIzAxOTRlM1wiIGhyZWY9XCJcIl1BbGlxdWFtIHVsdHJpY2VzIHN1c2NpcGl0IGxpYmVybywgZXQgdmVoaWN1bGEgbWFzc2EgY3Vyc3VzIHV0LiBWaXZhbXVzIGRhcGlidXMgZmVybWVudHVtIHRvcnRvciBpbiBpYWN1bGlzLlsvZmVhdHVyZV0gW2ZlYXR1cmUgdGl0bGU9XCJDb25zZXF1YXQgRXVpc21vZFwiIGljb249XCIyMTAtYWx0LnBuZ1wiIHVwbG9hZF9pY29uPVwiXCIgYmdfY29sb3I9XCIjMDE5NGUzXCIgaHJlZj1cIlwiXUZ1c2NlIGVsaXQgcmlzdXMsIGNvbmRpbWVudHVtIGlkIGZlbGlzIGV0LCBzb2RhbGVzIGZhdWNpYnVzIG9kaW8uIFByb2luIGxhb3JlZXQgYWMgdXJuYS5bL2ZlYXR1cmVdIFsvZmVhdHVyZV9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjk0OiJbdHdvX2NvbHVtbl9ibG9jayBzdHlsZT1cIjFcIl0gW2NvbnRlbnQxXVsvY29udGVudDFdIFtjb250ZW50Ml1bL2NvbnRlbnQyXSBbL3R3b19jb2x1bW5fYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1NzoiW3RvdXIgc3R5bGU9XCI2XCIgZ2V0X3N0YXJ0ZWRfdGV4dD1cIkdldCBTdGFydGVkIFRvZGF5XCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjcyMDoiZXlKamIyUmxRbVZtYjNKbElqb2lQR1p2Y20wZ1lXTjBhVzl1UFZ3aWFIUjBjSE02THk5M2QzY3VjR0Y1Y0dGc0xtTnZiUzlqWjJrdFltbHVMM2RsWW5OamNsd2lJRzFsZEdodlpEMWNJbkJ2YzNSY0lpQjBZWEpuWlhROVhDSmZkRzl3WENJK1hHNDhhVzV3ZFhRZ2RIbHdaVDFjSW1ocFpHUmxibHdpSUc1aGJXVTlYQ0pqYldSY0lpQjJZV3gxWlQxY0lsOXpMWGhqYkdsamExd2lQbHh1UEdsdWNIVjBJSFI1Y0dVOVhDSm9hV1JrWlc1Y0lpQnVZVzFsUFZ3aWFHOXpkR1ZrWDJKMWRIUnZibDlwWkZ3aUlIWmhiSFZsUFZ3aVdVNUZSamxSTlZCRlRUbEhRMXdpUGx4dVBHbHVjSFYwSUhSNWNHVTlYQ0pwYldGblpWd2lJSE55WXoxY0ltaDBkSEJ6T2k4dmQzZDNMbkJoZVhCaGJHOWlhbVZqZEhNdVkyOXRMMlZ1WDFWVEwya3ZZblJ1TDJKMGJsOWlkWGx1YjNkRFExOU1SeTVuYVdaY0lpQmliM0prWlhJOVhDSXdYQ0lnYm1GdFpUMWNJbk4xWW0xcGRGd2lJR0ZzZEQxY0lsQmhlVkJoYkNBdElGUm9aU0J6WVdabGNpd2daV0Z6YVdWeUlIZGhlU0IwYnlCd1lYa2diMjVzYVc1bElWd2lQbHh1UEdsdFp5QmhiSFE5WENKY0lpQmliM0prWlhJOVhDSXdYQ0lnYzNKalBWd2lhSFIwY0hNNkx5OTNkM2N1Y0dGNWNHRnNiMkpxWldOMGN5NWpiMjB2Wlc1ZlZWTXZhUzl6WTNJdmNHbDRaV3d1WjJsbVhDSWdkMmxrZEdnOVhDSXhYQ0lnYUdWcFoyaDBQVndpTVZ3aVBseHVQQzltYjNKdFBseHVJbjA9Ijt9fX19fX0=','revision','2014-12-16 03:52:27'),(277,2403,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIzMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1UcmFkaW5nIEZ1dHVyZXMgU3VjY2Vzc2Z1bGx5IG9uIHRoZSBTaG91bGRlcnMgb2YgR2lhbnRzWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4MToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIyXCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cIjMwMFwiIGZvbnRfY29sb3I9XCIjMzk1NDY4XCIgYWxpZ249XCJjZW50ZXJcIl1ieSBEci4gRGVhbiBIYW5kbGV5IMKgLSDCoEZ1dHVyZXMgVHJ1dGggTWFnYXppbmVbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjE6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9mdXR1cmVzLXRydXRoLTI0NHgzMDAuanBnXCIgd2lkdGg9XCIyNDRcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMDg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl1SaW9zIFF1YW50aXRhdGl2ZVwncyBsaXZlIHRyYWRpbmcgcm9vbSBpcyByYW5rZWQgYW1vbmcgdGhlIHRvcCAyJSBvdXQgb2YgNzYzIHJvb21zIGluIHJlY2VudCByZXNlYXJjaCByZXBvcnQuIMKgR2V0IHlvdXIgZnJlZSBjb3B5IG9mIHRoZSByZXBvcnQgYW5kIGZpbmQgb3V0IHdoaWNoIHRyYWRpbmcgcm9vbXMgYXJlIG1ha2luZyBwcm9maXRhYmxlIHRyYWRlcyBpbiBsaXZlIG1hcmtldHMgYW5kIHdoaWNoIG9uZXMgYXJlIG5vdCFbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3NjQ6IltvcHRpbl9ib3ggc3R5bGU9XCIxMVwiIHdpZHRoPVwiNDUwXCIgbWFyZ2luX3RvcD1cIjE1XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgbmV3X3dpbmRvdz1cIllcIiBlbWFpbF9maWVsZD1cImVtYWlsXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJhd2ViZXJcIiBsaXN0PVwiMzQzOTM2MFwiIG5hbWVfZmllbGQ9XCJuYW1lXCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIiBuYW1lX3JlcXVpcmVkPVwiTlwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdUlc1MFpYSWdlVzkxY2lCdVlXMWxJR0Z1WkNCbGJXRnBiQ0JpWld4dmR5Qm1iM0lnYVc1emRHRnVkQ0JoWTJObGMzTXVMaTQ9Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiXUNsaWNrIHRoZW4gY2hlY2sgeW91ciBpbmJveCBmb3IgY29uZmlybWF0aW9uIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo0OiJlMzA9IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNzc6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxN1wiIHdpZHRoPVwiOTQwXCJdPGgyIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjxzcGFuIHN0eWxlPVwiY29sb3I6ICM0MjUwNjM7XCI+WW91XCdyZSDCoDMtU3RlcHMgQXdheSB0bwpHZXR0aW5nIFN0YXJ0ZWQgaW4gb3VyIExpdmUgVHJhZGluZyBSb29twqA8L3NwYW4+PC9oMj4KPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjY2MjoiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCI1XCIgY29sb3I9XCIjNDI1MDYzXCJdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIlJlc2VydmUgeW91ciBzcG90IGltbWVkaWF0ZWx5LCBzcGFjZSBpcyBsaW1pdGVkLiBFbnRlciB5b3VyIGVtYWlsIHRvZGF5IHRvIHNlY3VyZSB5b3VyIGFjY2Vzcy5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIkxpdmUgdHJhZGluZyBzdGFydHMgTW9uZGF5IHRocm91Z2ggRnJpZGF5IGF0IDc6MzAgYS5tLiBFVCwgc3BhY2UgaXMgbGltaXRlZCBzbyBsb2cgaW4gNyBtaW51dGVzIGVhcmx5LlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiM1wiIGhlYWRsaW5lPVwiT25jZSB5b3VyXCdlIGluLCBwYXkgY2xvc2UgYXR0ZW50aW9uIGFuZCB3YXRjaCB1cyB0cmFkZSB0aGUgbGl2ZSBtYXJrZXRzIHdpdGggY3V0dGluZyBlZGdlIHF1YW50aXRhdGl2ZSB0b29scy4gSGF2ZSB5b3VyIHBlbiBhbmQgcGFwZXIgcmVhZHkgdG8gdGFrZSBub3RlcyBhbmQgbGVhcm4gd2hhdCBxdWFudCB0cmFkaW5nIGlzIGFsbCBhYm91dC4gQXNrIGFzIG1hbnkgcXVlc3Rpb25zIGFzIHlvdSBsaWtlLiBCZSByZWFkeSB0byBiZSBhbWF6ZWQhXCJdWy9zdGVwXVsvc3RlcF9ncmFwaGljc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc1NzoiW3Rlc3RpbW9uaWFscyBzdHlsZT1cIjJcIiBtYXJnaW5fdG9wPVwiXCIgbWFyZ2luX2JvdHRvbT1cIlwiXVt0ZXN0aW1vbmlhbCBuYW1lPVwiRGVhbiBIYW5kbGV5LCBQaEQsIE1CQSwgSkRcIiBjb21wYW55PVwiRHIuIEhhbmRsZXkgaGFzIEJTLUJpb2xvZ3k7IE1TLUJpb2NoZW0sIFBoRC1Nb2xlYyBHZW5ldGljcywgRmVsbG93c2hpcCksIGFuIE1CQSBpbiBmaW5hbmNlIGFuZCAgYSBKdXJpcyBEb2N0b3JhdGUgKEpEKSBpbiBpbnRlbGxlY3R1YWwgcHJvcGVydHkuIEhlIGhhcyBiZWVuIGFuIGFjdGl2ZSBmdXR1cmVzIHRyYWRlciBmb3IgbmVhcmx5IGZvdXIgeWVhcnMuIFwiIGhyZWY9XCJcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2RlYW4taGFuZGxleS5qcGdcIl08cD5SaW9zIFF1YW50aXRhdGl2ZSAtIFwiVGhleSB0cmFkZSB0aGUgZ3JlYXRlc3QgZGl2ZXJzaXR5IG9mIGZ1dHVyZXMgaW5kaWNlcyBJIGhhdmUgZXZlciBzZWVuIGFuZCBwcmVzZW50IGFzIGEgb25lLXN0b3AgZmluYW5jaWFsIGJvdXRpcXVlIHNwZWNpYWxpemluZyBpbiBlbGVjdHJvbmljIHRyYWRpbmcgc3RyYXRlZ3kuLi4gVGhlaXIgdGVjaG5vbG9neSBwcm92aWRlcyB0cmFkZXJzIGFjY2VzcyB0byBpbm5vdmF0aXZlIG1ldGhvZHMgdG8gcHJvZml0IGZyb20gdGhlIG1hcmtldHMgd2hpbGUgY29udHJvbGxpbmcgcmlzay5cIjwvcD5bL3Rlc3RpbW9uaWFsXVsvdGVzdGltb25pYWxzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjYzOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+Q09NTU9ESVRZIEZVVFVSRVMsIE9QVElPTlMsIEFORCBGT1JFWCBUUkFESU5HIElOVk9MVkVTIFNVQlNUQU5USUFMIFJJU0sgQU5EIElTIE5PVCBTVUlUQUJMRSBGT1IgQUxMIElOVkVTVE9SUy4gUEFTVCBQRVJGT1JNQU5DRSBJUyBOT1QgSU5ESUNBVElWRSBPRiBGVVRVUkUgUkVTVUxUUy48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','publish','2015-04-07 21:17:56'),(270,2249,'body','YTozOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTU6ImJhY2tncm91bmQ6IzAxOTRlMztwYWRkaW5nLXRvcDo0MHB4O3BhZGRpbmctYm90dG9tOjBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjk2OiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXdNVGswWlRNaUxDSndZV1JrYVc1blZHOXdJam9pTkRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1DSjkiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6NDp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0OToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM0XCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBmb250X3NoYWRvdz1cImRhcmtcIiBhbGlnbj1cImNlbnRlclwiXUJpZ2dlciBQcm9maXQgUG90ZW50aWFsIFdpdGggTGVzcyBSaXNrWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE1OToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIwXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBmb250X3NoYWRvdz1cImRhcmtcIiBhbGlnbj1cImNlbnRlclwiXUFyZSBZb3UgUmVhZHkgdG8gSGl0IHRoZSBHcm91bmQgUnVubmluZyBpbiAyMDE1P1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODc6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8xMi9ycS1iYW5uZXIuanBnXCIgd2lkdGg9XCI4NzZcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIyMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjEwNzoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfY29sb3I9XCIjZmRmY2ZjXCIgYWxpZ249XCJjZW50ZXJcIl1NYXhpbWl6aW5nIFByb2ZpdCBUZWNobmlxdWVzIENsYXNzWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoyMDoicGFkZGluZy1ib3R0b206NzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjMyOiJleUp3WVdSa2FXNW5RbTkwZEc5dElqb2lOekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzI1OiJbZmVhdHVyZV9ibG9jayBzdHlsZT1cImljb25cIiAgb3ZlcmFsbF9zdHlsZT1cImljb25cIiBjb2x1bW5zPVwiNFwiIGljb25fc3R5bGU9XCI0XCJdW2ZlYXR1cmUgdGl0bGU9XCJTcG90IHRoZSB0cmFkZXMgd2l0aCA0WCBtb3JlIHByb2ZpdCBwb3RlbnRpYWwuXCIgaWNvbj1cIjE4MS1hbHQucG5nXCIgdXBsb2FkX2ljb249XCJcIiBiZ19jb2xvcj1cIiMwMTk0ZTNcIiBocmVmPVwiXCJdWy9mZWF0dXJlXSBbZmVhdHVyZSB0aXRsZT1cIkVhc2lseSBlbXBsb3kgYSBzaW1wbGUgZm9ybXVsYSB0byBzcXVlZXplIG1vcmUgcHJvZml0cyBmcm9tIHlvdXIgdHJhZGVzLlwiIGljb249XCIzMTgtYWx0LnBuZ1wiIHVwbG9hZF9pY29uPVwiXCIgYmdfY29sb3I9XCIjMDE5NGUzXCIgaHJlZj1cIlwiXVsvZmVhdHVyZV0gW2ZlYXR1cmUgdGl0bGU9XCJTY2FsZSB5b3VyIHBvc2l0aW9uIHRvIG1heGltaXplIHlvdXIgcHJvZml0cyBvbmNlIHlvdSBoYXZlIGEgd2lubmVyLlwiIGljb249XCIyNDItYWx0LnBuZ1wiIHVwbG9hZF9pY29uPVwiXCIgYmdfY29sb3I9XCIjMDE5NGUzXCIgaHJlZj1cIlwiXVsvZmVhdHVyZV0gW2ZlYXR1cmUgdGl0bGU9XCJQb3dlciB1cCBhbmQgbWFrZSAyMDE1IHlvdXIgYmVzdCB5ZWFyLlwiIGljb249XCIyODItYWx0LnBuZ1wiIHVwbG9hZF9pY29uPVwiXCIgYmdfY29sb3I9XCIjMDE5NGUzXCIgaHJlZj1cIlwiXVsvZmVhdHVyZV0gWy9mZWF0dXJlX2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Nzg5OiJbZmVhdHVyZV9ibG9jayBzdHlsZT1cImljb25cIiAgb3ZlcmFsbF9zdHlsZT1cImljb25cIiBjb2x1bW5zPVwiNFwiIGljb25fc3R5bGU9XCI0XCJdW2ZlYXR1cmUgdGl0bGU9XCJUaHVyc2RheSAtIERlY2VtYmVyIDE4dGggLSA4OjAwIHBtIEVUXCIgaWNvbj1cIjI2MS1hbHQucG5nXCIgdXBsb2FkX2ljb249XCJcIiBiZ19jb2xvcj1cIiMwMTk0ZTNcIiBocmVmPVwiXCJdWy9mZWF0dXJlXSBbZmVhdHVyZSB0aXRsZT1cIkpvZSBSaW9zIC0gUHJvZmVzc2lvbmFsIDI1IHllYXIgV2FsbCBTdHJlZXQgaW5zaWRlciBhbmQgYSByZWdpc3RlcmVkIENUQS5cIiBpY29uPVwiMTI4LWFsdC5wbmdcIiB1cGxvYWRfaWNvbj1cIlwiIGJnX2NvbG9yPVwiIzAxOTRlM1wiIGhyZWY9XCJcIl1bL2ZlYXR1cmVdIFtmZWF0dXJlIHRpdGxlPVwiUmVjb2duaXplZCB3b3JsZCB3aWRlIGFzIGFuIGlubm92YXRvciBhbmQgZGV2ZWxvcGVyIG9mIHRyYWRpbmcgc3RyYXRlZ2llcy5cIiBpY29uPVwiMTY3LWFsdC5wbmdcIiB1cGxvYWRfaWNvbj1cIlwiIGJnX2NvbG9yPVwiIzAxOTRlM1wiIGhyZWY9XCJcIl1bL2ZlYXR1cmVdIFtmZWF0dXJlIHRpdGxlPVwiLi4ubmV2ZXIgZmFpbCB0byBwaWNrIHVwIG9uIG5ldyBpbnNpZ2h0IGFuZCBuZXcgdW5kZXJzdGFuZGluZywganVzdCBncmVhdC4gVGhhbmtzIHNvIG11Y2ghIC0gUi5HLiBIYXdhaWlcIiBpY29uPVwiMjQ1LWFsdC5wbmdcIiB1cGxvYWRfaWNvbj1cIlwiIGJnX2NvbG9yPVwiIzAxOTRlM1wiIGhyZWY9XCJcIl1bL2ZlYXR1cmVdIFsvZmVhdHVyZV9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjk0OiJbdHdvX2NvbHVtbl9ibG9jayBzdHlsZT1cIjFcIl0gW2NvbnRlbnQxXVsvY29udGVudDFdIFtjb250ZW50Ml1bL2NvbnRlbnQyXSBbL3R3b19jb2x1bW5fYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czoyOToicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzg6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCI0MFwiIGZvbnRfY29sb3I9XCIjMzdhNWQ3XCIgYWxpZ249XCJjZW50ZXJcIl1EaXNjb3ZlciBIb3cgWW91IENhbiBCdWlsZCBTaXRlcyBMaWtlIFRoaXMgSW4gTWludXRlcy4uLldpdGhvdXQgQ29kZSBvciBUZWNobmljYWwgU2tpbGxzWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIwMjoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIwXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjNjE2MTYxXCIgYWxpZ249XCJjZW50ZXJcIl1UaGUgU2VjcmV0IFNvZnR3YXJlIFRvcCBPbmxpbmUgTWFya2V0ZXJzICYgU21hbGwgQnVzaW5lc3NlcyBBcmUgVXNpbmcgVG8gQ3JlYXRlIFBhZ2VzIEZhc3RbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','revision','2014-12-16 04:02:43'),(271,2249,'body','YTozOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTU6ImJhY2tncm91bmQ6IzAxOTRlMztwYWRkaW5nLXRvcDo0MHB4O3BhZGRpbmctYm90dG9tOjBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjk2OiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXdNVGswWlRNaUxDSndZV1JrYVc1blZHOXdJam9pTkRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1DSjkiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6NDp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0OToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM0XCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBmb250X3NoYWRvdz1cImRhcmtcIiBhbGlnbj1cImNlbnRlclwiXUJpZ2dlciBQcm9maXQgUG90ZW50aWFsIFdpdGggTGVzcyBSaXNrWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE1OToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIwXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBmb250X3NoYWRvdz1cImRhcmtcIiBhbGlnbj1cImNlbnRlclwiXUFyZSBZb3UgUmVhZHkgdG8gSGl0IHRoZSBHcm91bmQgUnVubmluZyBpbiAyMDE1P1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODc6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8xMi9ycS1iYW5uZXIuanBnXCIgd2lkdGg9XCI4NzZcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIyMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjEwNzoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfY29sb3I9XCIjZmRmY2ZjXCIgYWxpZ249XCJjZW50ZXJcIl1NYXhpbWl6aW5nIFByb2ZpdCBUZWNobmlxdWVzIENsYXNzWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoyMDoicGFkZGluZy1ib3R0b206NzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjMyOiJleUp3WVdSa2FXNW5RbTkwZEc5dElqb2lOekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzI1OiJbZmVhdHVyZV9ibG9jayBzdHlsZT1cImljb25cIiAgb3ZlcmFsbF9zdHlsZT1cImljb25cIiBjb2x1bW5zPVwiNFwiIGljb25fc3R5bGU9XCI0XCJdW2ZlYXR1cmUgdGl0bGU9XCJTcG90IHRoZSB0cmFkZXMgd2l0aCA0WCBtb3JlIHByb2ZpdCBwb3RlbnRpYWwuXCIgaWNvbj1cIjE4MS1hbHQucG5nXCIgdXBsb2FkX2ljb249XCJcIiBiZ19jb2xvcj1cIiMwMTk0ZTNcIiBocmVmPVwiXCJdWy9mZWF0dXJlXSBbZmVhdHVyZSB0aXRsZT1cIkVhc2lseSBlbXBsb3kgYSBzaW1wbGUgZm9ybXVsYSB0byBzcXVlZXplIG1vcmUgcHJvZml0cyBmcm9tIHlvdXIgdHJhZGVzLlwiIGljb249XCIzMTgtYWx0LnBuZ1wiIHVwbG9hZF9pY29uPVwiXCIgYmdfY29sb3I9XCIjMDE5NGUzXCIgaHJlZj1cIlwiXVsvZmVhdHVyZV0gW2ZlYXR1cmUgdGl0bGU9XCJTY2FsZSB5b3VyIHBvc2l0aW9uIHRvIG1heGltaXplIHlvdXIgcHJvZml0cyBvbmNlIHlvdSBoYXZlIGEgd2lubmVyLlwiIGljb249XCIyNDItYWx0LnBuZ1wiIHVwbG9hZF9pY29uPVwiXCIgYmdfY29sb3I9XCIjMDE5NGUzXCIgaHJlZj1cIlwiXVsvZmVhdHVyZV0gW2ZlYXR1cmUgdGl0bGU9XCJQb3dlciB1cCBhbmQgbWFrZSAyMDE1IHlvdXIgYmVzdCB5ZWFyLlwiIGljb249XCIyODItYWx0LnBuZ1wiIHVwbG9hZF9pY29uPVwiXCIgYmdfY29sb3I9XCIjMDE5NGUzXCIgaHJlZj1cIlwiXVsvZmVhdHVyZV0gWy9mZWF0dXJlX2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Nzg5OiJbZmVhdHVyZV9ibG9jayBzdHlsZT1cImljb25cIiAgb3ZlcmFsbF9zdHlsZT1cImljb25cIiBjb2x1bW5zPVwiNFwiIGljb25fc3R5bGU9XCI0XCJdW2ZlYXR1cmUgdGl0bGU9XCJUaHVyc2RheSAtIERlY2VtYmVyIDE4dGggLSA4OjAwIHBtIEVUXCIgaWNvbj1cIjI2MS1hbHQucG5nXCIgdXBsb2FkX2ljb249XCJcIiBiZ19jb2xvcj1cIiMwMTk0ZTNcIiBocmVmPVwiXCJdWy9mZWF0dXJlXSBbZmVhdHVyZSB0aXRsZT1cIkpvZSBSaW9zIC0gUHJvZmVzc2lvbmFsIDI1IHllYXIgV2FsbCBTdHJlZXQgaW5zaWRlciBhbmQgYSByZWdpc3RlcmVkIENUQS5cIiBpY29uPVwiMTI4LWFsdC5wbmdcIiB1cGxvYWRfaWNvbj1cIlwiIGJnX2NvbG9yPVwiIzAxOTRlM1wiIGhyZWY9XCJcIl1bL2ZlYXR1cmVdIFtmZWF0dXJlIHRpdGxlPVwiUmVjb2duaXplZCB3b3JsZCB3aWRlIGFzIGFuIGlubm92YXRvciBhbmQgZGV2ZWxvcGVyIG9mIHRyYWRpbmcgc3RyYXRlZ2llcy5cIiBpY29uPVwiMTY3LWFsdC5wbmdcIiB1cGxvYWRfaWNvbj1cIlwiIGJnX2NvbG9yPVwiIzAxOTRlM1wiIGhyZWY9XCJcIl1bL2ZlYXR1cmVdIFtmZWF0dXJlIHRpdGxlPVwiLi4ubmV2ZXIgZmFpbCB0byBwaWNrIHVwIG9uIG5ldyBpbnNpZ2h0IGFuZCBuZXcgdW5kZXJzdGFuZGluZywganVzdCBncmVhdC4gVGhhbmtzIHNvIG11Y2ghIC0gUi5HLiBIYXdhaWlcIiBpY29uPVwiMjQ1LWFsdC5wbmdcIiB1cGxvYWRfaWNvbj1cIlwiIGJnX2NvbG9yPVwiIzAxOTRlM1wiIGhyZWY9XCJcIl1bL2ZlYXR1cmVdIFsvZmVhdHVyZV9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjk0OiJbdHdvX2NvbHVtbl9ibG9jayBzdHlsZT1cIjFcIl0gW2NvbnRlbnQxXVsvY29udGVudDFdIFtjb250ZW50Ml1bL2NvbnRlbnQyXSBbL3R3b19jb2x1bW5fYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czoyOToicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNzY6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMFwiIGZvbnRfc3R5bGU9XCJub3JtYWxcIiBmb250X2NvbG9yPVwiIzYxNjE2MVwiIGFsaWduPVwiY2VudGVyXCJdUEFTVCBQRVJGT1JNQU5DRSBJUyBOT1QgSU5ESUNBVElWRSBPRiBGVVRVUkUgUkVTVUxUUy4gQ09NTU9ESVRZIEZVVFVSRVMsIE9QVElPTlMsIEFORCBGT1JFWCBUUkFESU5HIElOVk9MVkVTIFNVQlNUQU5USUFMIFJJU0sgQU5EIElTIE5PVCBTVUlUQUJMRSBGT1IgQUxMIElOVkVTVE9SUy5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','revision','2014-12-16 04:03:05'),(272,2249,'body','YTozOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTU6ImJhY2tncm91bmQ6IzAxOTRlMztwYWRkaW5nLXRvcDo0MHB4O3BhZGRpbmctYm90dG9tOjBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjk2OiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXdNVGswWlRNaUxDSndZV1JrYVc1blZHOXdJam9pTkRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1DSjkiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6NDp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0OToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM0XCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBmb250X3NoYWRvdz1cImRhcmtcIiBhbGlnbj1cImNlbnRlclwiXUJpZ2dlciBQcm9maXQgUG90ZW50aWFsIFdpdGggTGVzcyBSaXNrWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE1OToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIwXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBmb250X3NoYWRvdz1cImRhcmtcIiBhbGlnbj1cImNlbnRlclwiXUFyZSBZb3UgUmVhZHkgdG8gSGl0IHRoZSBHcm91bmQgUnVubmluZyBpbiAyMDE1P1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODc6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8xMi9ycS1iYW5uZXIuanBnXCIgd2lkdGg9XCI4NzZcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIyMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjEwNzoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfY29sb3I9XCIjZmRmY2ZjXCIgYWxpZ249XCJjZW50ZXJcIl1NYXhpbWl6aW5nIFByb2ZpdCBUZWNobmlxdWVzIENsYXNzWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoyMDoicGFkZGluZy1ib3R0b206NzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjMyOiJleUp3WVdSa2FXNW5RbTkwZEc5dElqb2lOekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo0OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzI1OiJbZmVhdHVyZV9ibG9jayBzdHlsZT1cImljb25cIiAgb3ZlcmFsbF9zdHlsZT1cImljb25cIiBjb2x1bW5zPVwiNFwiIGljb25fc3R5bGU9XCI0XCJdW2ZlYXR1cmUgdGl0bGU9XCJTcG90IHRoZSB0cmFkZXMgd2l0aCA0WCBtb3JlIHByb2ZpdCBwb3RlbnRpYWwuXCIgaWNvbj1cIjE4MS1hbHQucG5nXCIgdXBsb2FkX2ljb249XCJcIiBiZ19jb2xvcj1cIiMwMTk0ZTNcIiBocmVmPVwiXCJdWy9mZWF0dXJlXSBbZmVhdHVyZSB0aXRsZT1cIkVhc2lseSBlbXBsb3kgYSBzaW1wbGUgZm9ybXVsYSB0byBzcXVlZXplIG1vcmUgcHJvZml0cyBmcm9tIHlvdXIgdHJhZGVzLlwiIGljb249XCIzMTgtYWx0LnBuZ1wiIHVwbG9hZF9pY29uPVwiXCIgYmdfY29sb3I9XCIjMDE5NGUzXCIgaHJlZj1cIlwiXVsvZmVhdHVyZV0gW2ZlYXR1cmUgdGl0bGU9XCJTY2FsZSB5b3VyIHBvc2l0aW9uIHRvIG1heGltaXplIHlvdXIgcHJvZml0cyBvbmNlIHlvdSBoYXZlIGEgd2lubmVyLlwiIGljb249XCIyNDItYWx0LnBuZ1wiIHVwbG9hZF9pY29uPVwiXCIgYmdfY29sb3I9XCIjMDE5NGUzXCIgaHJlZj1cIlwiXVsvZmVhdHVyZV0gW2ZlYXR1cmUgdGl0bGU9XCJQb3dlciB1cCBhbmQgbWFrZSAyMDE1IHlvdXIgYmVzdCB5ZWFyLlwiIGljb249XCIyODItYWx0LnBuZ1wiIHVwbG9hZF9pY29uPVwiXCIgYmdfY29sb3I9XCIjMDE5NGUzXCIgaHJlZj1cIlwiXVsvZmVhdHVyZV0gWy9mZWF0dXJlX2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Nzg5OiJbZmVhdHVyZV9ibG9jayBzdHlsZT1cImljb25cIiAgb3ZlcmFsbF9zdHlsZT1cImljb25cIiBjb2x1bW5zPVwiNFwiIGljb25fc3R5bGU9XCI0XCJdW2ZlYXR1cmUgdGl0bGU9XCJUaHVyc2RheSAtIERlY2VtYmVyIDE4dGggLSA4OjAwIHBtIEVUXCIgaWNvbj1cIjI2MS1hbHQucG5nXCIgdXBsb2FkX2ljb249XCJcIiBiZ19jb2xvcj1cIiMwMTk0ZTNcIiBocmVmPVwiXCJdWy9mZWF0dXJlXSBbZmVhdHVyZSB0aXRsZT1cIkpvZSBSaW9zIC0gUHJvZmVzc2lvbmFsIDI1IHllYXIgV2FsbCBTdHJlZXQgaW5zaWRlciBhbmQgYSByZWdpc3RlcmVkIENUQS5cIiBpY29uPVwiMTI4LWFsdC5wbmdcIiB1cGxvYWRfaWNvbj1cIlwiIGJnX2NvbG9yPVwiIzAxOTRlM1wiIGhyZWY9XCJcIl1bL2ZlYXR1cmVdIFtmZWF0dXJlIHRpdGxlPVwiUmVjb2duaXplZCB3b3JsZCB3aWRlIGFzIGFuIGlubm92YXRvciBhbmQgZGV2ZWxvcGVyIG9mIHRyYWRpbmcgc3RyYXRlZ2llcy5cIiBpY29uPVwiMTY3LWFsdC5wbmdcIiB1cGxvYWRfaWNvbj1cIlwiIGJnX2NvbG9yPVwiIzAxOTRlM1wiIGhyZWY9XCJcIl1bL2ZlYXR1cmVdIFtmZWF0dXJlIHRpdGxlPVwiLi4ubmV2ZXIgZmFpbCB0byBwaWNrIHVwIG9uIG5ldyBpbnNpZ2h0IGFuZCBuZXcgdW5kZXJzdGFuZGluZywganVzdCBncmVhdC4gVGhhbmtzIHNvIG11Y2ghIC0gUi5HLiBIYXdhaWlcIiBpY29uPVwiMjQ1LWFsdC5wbmdcIiB1cGxvYWRfaWNvbj1cIlwiIGJnX2NvbG9yPVwiIzAxOTRlM1wiIGhyZWY9XCJcIl1bL2ZlYXR1cmVdIFsvZmVhdHVyZV9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjk0OiJbdHdvX2NvbHVtbl9ibG9jayBzdHlsZT1cIjFcIl0gW2NvbnRlbnQxXVsvY29udGVudDFdIFtjb250ZW50Ml1bL2NvbnRlbnQyXSBbL3R3b19jb2x1bW5fYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzc4OiJbb3B0aW5fYm94IHN0eWxlPVwiMTJcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9maWVsZD1cIm51bGxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImN1c3RvbVwiIGRvdWJsZV9vcHRpbj1cIllcIiBuYW1lX2ZpZWxkPVwibnVsbFwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIllcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIl1bb3B0aW5fYm94X2NvZGVdPGRpdiBzdHlsZT1cImRpc3BsYXk6bm9uZVwiPjwvZGl2Plsvb3B0aW5fYm94X2NvZGVdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1IZXJlXCdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIxXCIgdGV4dD1cIkdldCBTdGFydGVkIE5vd1wiIHRleHRfc2l6ZT1cIjMyXCIgdGV4dF9jb2xvcj1cIiMwMDAwMDBcIiB0ZXh0X2JvbGQ9XCJZXCIgdGV4dF9sZXR0ZXJfc3BhY2luZz1cIjBcIiB0ZXh0X3NoYWRvd19wYW5lbD1cIllcIiB0ZXh0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiB0ZXh0X3NoYWRvd19ob3Jpem9udGFsPVwiMFwiIHRleHRfc2hhZG93X2NvbG9yPVwiIzAwNDRmZlwiIHRleHRfc2hhZG93X2JsdXI9XCIwXCIgc3R5bGluZ193aWR0aD1cIjQwXCIgc3R5bGluZ19oZWlnaHQ9XCIzMFwiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPVwiIzAwMDAwMFwiIHN0eWxpbmdfYm9yZGVyX3NpemU9XCIxXCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPVwiNlwiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9XCIxMDBcIiBzdHlsaW5nX3NoaW5lPVwiWVwiIHN0eWxpbmdfZ3JhZGllbnRfc3RhcnRfY29sb3I9XCIjZmZmZjAwXCIgc3R5bGluZ19ncmFkaWVudF9lbmRfY29sb3I9XCIjZmZhMDM1XCIgZHJvcF9zaGFkb3dfcGFuZWw9XCJZXCIgZHJvcF9zaGFkb3dfdmVydGljYWw9XCIxXCIgZHJvcF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiBkcm9wX3NoYWRvd19ibHVyPVwiMVwiIGRyb3Bfc2hhZG93X3NwcmVhZD1cIjBcIiBkcm9wX3NoYWRvd19jb2xvcj1cIiMwMDAwMDBcIiBkcm9wX3NoYWRvd19vcGFjaXR5PVwiNTBcIiBpbnNldF9zaGFkb3dfcGFuZWw9XCJZXCIgaW5zZXRfc2hhZG93X3ZlcnRpY2FsPVwiMFwiIGluc2V0X3NoYWRvd19ob3Jpem9udGFsPVwiMFwiIGluc2V0X3NoYWRvd19ibHVyPVwiMFwiIGluc2V0X3NoYWRvd19zcHJlYWQ9XCIxXCIgaW5zZXRfc2hhZG93X2NvbG9yPVwiIzAxMDBmZlwiIGluc2V0X3NoYWRvd19vcGFjaXR5PVwiNTBcIiBsb2NhdGlvbj1cIm9wdGluX2JveF9zdHlsZV8xMlwiIGJ1dHRvbl9iZWxvdz1cIllcIl1HZXQgU3RhcnRlZCBOb3dbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjc2OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjBcIiBmb250X3N0eWxlPVwibm9ybWFsXCIgZm9udF9jb2xvcj1cIiM2MTYxNjFcIiBhbGlnbj1cImNlbnRlclwiXVBBU1QgUEVSRk9STUFOQ0UgSVMgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFJFU1VMVFMuIENPTU1PRElUWSBGVVRVUkVTLCBPUFRJT05TLCBBTkQgRk9SRVggVFJBRElORyBJTlZPTFZFUyBTVUJTVEFOVElBTCBSSVNLIEFORCBJUyBOT1QgU1VJVEFCTEUgRk9SIEFMTCBJTlZFU1RPUlMuWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','revision','2014-12-16 04:07:46'),(273,2249,'body','YTozOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTU6ImJhY2tncm91bmQ6IzAxOTRlMztwYWRkaW5nLXRvcDo0MHB4O3BhZGRpbmctYm90dG9tOjBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjk2OiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXdNVGswWlRNaUxDSndZV1JrYVc1blZHOXdJam9pTkRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1DSjkiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6NDp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0OToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM0XCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBmb250X3NoYWRvdz1cImRhcmtcIiBhbGlnbj1cImNlbnRlclwiXUJpZ2dlciBQcm9maXQgUG90ZW50aWFsIFdpdGggTGVzcyBSaXNrWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE1OToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIwXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBmb250X3NoYWRvdz1cImRhcmtcIiBhbGlnbj1cImNlbnRlclwiXUFyZSBZb3UgUmVhZHkgdG8gSGl0IHRoZSBHcm91bmQgUnVubmluZyBpbiAyMDE1P1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODc6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8xMi9ycS1iYW5uZXIuanBnXCIgd2lkdGg9XCI4NzZcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIyMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjEwNzoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfY29sb3I9XCIjZmRmY2ZjXCIgYWxpZ249XCJjZW50ZXJcIl1NYXhpbWl6aW5nIFByb2ZpdCBUZWNobmlxdWVzIENsYXNzWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoyMDoicGFkZGluZy1ib3R0b206NzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjMyOiJleUp3WVdSa2FXNW5RbTkwZEc5dElqb2lOekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo0OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzI1OiJbZmVhdHVyZV9ibG9jayBzdHlsZT1cImljb25cIiAgb3ZlcmFsbF9zdHlsZT1cImljb25cIiBjb2x1bW5zPVwiNFwiIGljb25fc3R5bGU9XCI0XCJdW2ZlYXR1cmUgdGl0bGU9XCJTcG90IHRoZSB0cmFkZXMgd2l0aCA0WCBtb3JlIHByb2ZpdCBwb3RlbnRpYWwuXCIgaWNvbj1cIjE4MS1hbHQucG5nXCIgdXBsb2FkX2ljb249XCJcIiBiZ19jb2xvcj1cIiMwMTk0ZTNcIiBocmVmPVwiXCJdWy9mZWF0dXJlXSBbZmVhdHVyZSB0aXRsZT1cIkVhc2lseSBlbXBsb3kgYSBzaW1wbGUgZm9ybXVsYSB0byBzcXVlZXplIG1vcmUgcHJvZml0cyBmcm9tIHlvdXIgdHJhZGVzLlwiIGljb249XCIzMTgtYWx0LnBuZ1wiIHVwbG9hZF9pY29uPVwiXCIgYmdfY29sb3I9XCIjMDE5NGUzXCIgaHJlZj1cIlwiXVsvZmVhdHVyZV0gW2ZlYXR1cmUgdGl0bGU9XCJTY2FsZSB5b3VyIHBvc2l0aW9uIHRvIG1heGltaXplIHlvdXIgcHJvZml0cyBvbmNlIHlvdSBoYXZlIGEgd2lubmVyLlwiIGljb249XCIyNDItYWx0LnBuZ1wiIHVwbG9hZF9pY29uPVwiXCIgYmdfY29sb3I9XCIjMDE5NGUzXCIgaHJlZj1cIlwiXVsvZmVhdHVyZV0gW2ZlYXR1cmUgdGl0bGU9XCJQb3dlciB1cCBhbmQgbWFrZSAyMDE1IHlvdXIgYmVzdCB5ZWFyLlwiIGljb249XCIyODItYWx0LnBuZ1wiIHVwbG9hZF9pY29uPVwiXCIgYmdfY29sb3I9XCIjMDE5NGUzXCIgaHJlZj1cIlwiXVsvZmVhdHVyZV0gWy9mZWF0dXJlX2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Nzg5OiJbZmVhdHVyZV9ibG9jayBzdHlsZT1cImljb25cIiAgb3ZlcmFsbF9zdHlsZT1cImljb25cIiBjb2x1bW5zPVwiNFwiIGljb25fc3R5bGU9XCI0XCJdW2ZlYXR1cmUgdGl0bGU9XCJUaHVyc2RheSAtIERlY2VtYmVyIDE4dGggLSA4OjAwIHBtIEVUXCIgaWNvbj1cIjI2MS1hbHQucG5nXCIgdXBsb2FkX2ljb249XCJcIiBiZ19jb2xvcj1cIiMwMTk0ZTNcIiBocmVmPVwiXCJdWy9mZWF0dXJlXSBbZmVhdHVyZSB0aXRsZT1cIkpvZSBSaW9zIC0gUHJvZmVzc2lvbmFsIDI1IHllYXIgV2FsbCBTdHJlZXQgaW5zaWRlciBhbmQgYSByZWdpc3RlcmVkIENUQS5cIiBpY29uPVwiMTI4LWFsdC5wbmdcIiB1cGxvYWRfaWNvbj1cIlwiIGJnX2NvbG9yPVwiIzAxOTRlM1wiIGhyZWY9XCJcIl1bL2ZlYXR1cmVdIFtmZWF0dXJlIHRpdGxlPVwiUmVjb2duaXplZCB3b3JsZCB3aWRlIGFzIGFuIGlubm92YXRvciBhbmQgZGV2ZWxvcGVyIG9mIHRyYWRpbmcgc3RyYXRlZ2llcy5cIiBpY29uPVwiMTY3LWFsdC5wbmdcIiB1cGxvYWRfaWNvbj1cIlwiIGJnX2NvbG9yPVwiIzAxOTRlM1wiIGhyZWY9XCJcIl1bL2ZlYXR1cmVdIFtmZWF0dXJlIHRpdGxlPVwiLi4ubmV2ZXIgZmFpbCB0byBwaWNrIHVwIG9uIG5ldyBpbnNpZ2h0IGFuZCBuZXcgdW5kZXJzdGFuZGluZywganVzdCBncmVhdC4gVGhhbmtzIHNvIG11Y2ghIC0gUi5HLiBIYXdhaWlcIiBpY29uPVwiMjQ1LWFsdC5wbmdcIiB1cGxvYWRfaWNvbj1cIlwiIGJnX2NvbG9yPVwiIzAxOTRlM1wiIGhyZWY9XCJcIl1bL2ZlYXR1cmVdIFsvZmVhdHVyZV9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjk0OiJbdHdvX2NvbHVtbl9ibG9jayBzdHlsZT1cIjFcIl0gW2NvbnRlbnQxXVsvY29udGVudDFdIFtjb250ZW50Ml1bL2NvbnRlbnQyXSBbL3R3b19jb2x1bW5fYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4MTA6IltvcHRpbl9ib3ggc3R5bGU9XCIxMlwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwibnVsbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiY3VzdG9tXCIgZG91YmxlX29wdGluPVwiWVwiIG5hbWVfZmllbGQ9XCJudWxsXCIgbmFtZV9vcmRlcj1cIjBcIiBuYW1lX3JlcXVpcmVkPVwiWVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiXVtvcHRpbl9ib3hfY29kZV08ZGl2IHN0eWxlPVwiZGlzcGxheTpub25lXCI+PC9kaXY+Wy9vcHRpbl9ib3hfY29kZV1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXUJJR0dFUiBQUk9GSVQgUE9URU5USUFMIFdJVEggTEVTUyBSSVNLOiBBcmUgeW91IGluP1svb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVIyVjBJSEpsWVdSNUlIUnZJR2hoZG1VZ2RHaGxJR0psYzNRZ2VXVmhjaUJsZG1WeUlHbHVJREl3TVRVaFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdUmVnaXN0ZXIgSGVyZSFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjc2OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjBcIiBmb250X3N0eWxlPVwibm9ybWFsXCIgZm9udF9jb2xvcj1cIiM2MTYxNjFcIiBhbGlnbj1cImNlbnRlclwiXVBBU1QgUEVSRk9STUFOQ0UgSVMgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFJFU1VMVFMuIENPTU1PRElUWSBGVVRVUkVTLCBPUFRJT05TLCBBTkQgRk9SRVggVFJBRElORyBJTlZPTFZFUyBTVUJTVEFOVElBTCBSSVNLIEFORCBJUyBOT1QgU1VJVEFCTEUgRk9SIEFMTCBJTlZFU1RPUlMuWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','publish','2014-12-16 04:12:13'),(274,2347,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjQyOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl1MaXZlIFRyYWRpbmcgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UaGUgVHJhZGluZyBSb29twq48L3NwYW4+IEdldCBTdGFydGVkIE5vdyFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU1OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTUwXCIgaGVpZ2h0PVwiMzA5XCIgYWxpZ249XCJsZWZ0XCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RnNE1ETXpNVGd1YUdRdWJYQTBQM005TnpBMU5HUXhZemszTkdZelpEVXpOR1U0TUdZNU5tVXpaR1l4WkdZMU5Uaz1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4NToiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA2L2VwLWxpdmUtdHJhZGluZy1ncmF5LTMwMHgyMTcuanBnXCIgd2lkdGg9XCIzMDBcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdTGVhcm4gSG93IHRvIEJlY29tZSBhIFF1YW50IFRyYWRlclsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjcxNjoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiNlZWViZGRcIiBib3R0b21fcGFkZGluZz1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMzY0XCIgbGluZV9oZWlnaHQ9XCIyMlwiXVdhdGNoIGhvdyBSaW9zUXVhbnQgcGVyZm9ybWFuY2UgY29hY2ggRVAgUHJlc3RvbiB0b29rIG92ZXIgJDEsMzAwIGluIHByb2ZpdHMgZHVyaW5nIEZyaWRheVwncyB0cmFkaW5nIHJvb20gaW4gbGl2ZSBtYXJrZXRzLiBJZiB5b3UgbGlrZSB3aGF0IHlvdSBzZWUsIHRoZW4gc2lnbiB1cCBmb3IgYSBmcmVlIHRyaWFsIG9mIHRoZSBSaW9zUXVhbnQgVHJhZGluZyBUZWNobm9sb2d5IGFuZCBnYWluIGFjY2VzcyB0byBhIHJlYWwgbGl2ZSB0cmFkaW5nIHJvb20uIFlvdSB3aWxsIHJlY2VpdmUgY29tcHJlaGVuc2l2ZSB0cmFpbmluZyBpbmNsdWRpbmcgdGhlIGNvbmNlcHQsIG1ldGhvZHMgYW5kIHRvb2xzIGluIGFuIGVhc3kgdG8gdW5kZXJzdGFuZCBzdGVwLWJ5LXN0ZXAgZm9ybWF0LiBUaGUgZXhhY3QgbG9naWMgaXMgcmV2ZWFsZWQgd2l0aCBhbGwgdGhlIG5lY2Vzc2FyeSBydWxlcyBuZWVkZWQgZm9yIHVuZGVyc3RhbmRpbmcgYW5kIGltcGxlbWVudGluZyB0aGUgUmlvc1F1YW50IGFwcHJvYWNoIHRvIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU4ODoiW29wdGluX2JveCBzdHlsZT1cIjE0XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0OTMyODFcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjFcIiB0ZXh0PVwiQ2xpY2sgaGVyZSBhbmQgY2hlY2sgeW91ciBpbmJveFwiIHRleHRfc2l6ZT1cIjE4XCIgdGV4dF9jb2xvcj1cIiM1MDQyMTBcIiB0ZXh0X2ZvbnQ9XCJIZWx2ZXRpY2E7ZGVmYXVsdFwiIHRleHRfYm9sZD1cIllcIiB0ZXh0X2xldHRlcl9zcGFjaW5nPVwiMFwiIHRleHRfc2hhZG93X3BhbmVsPVwiWVwiIHRleHRfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIHRleHRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgdGV4dF9zaGFkb3dfY29sb3I9XCIjZmZmZjllXCIgdGV4dF9zaGFkb3dfYmx1cj1cIjBcIiBzdHlsaW5nX3dpZHRoPVwiMTAwXCIgc3R5bGluZ19oZWlnaHQ9XCIxNFwiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPVwiI2Q2OTMwMFwiIHN0eWxpbmdfYm9yZGVyX3NpemU9XCIxXCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPVwiNlwiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9XCIxMDBcIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPVwiI2ZmY2YwYVwiIHN0eWxpbmdfZ3JhZGllbnRfZW5kX2NvbG9yPVwiI2ZmZGEyMlwiIGRyb3Bfc2hhZG93X3BhbmVsPVwiWVwiIGRyb3Bfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIGRyb3Bfc2hhZG93X2hvcml6b250YWw9XCIwXCIgZHJvcF9zaGFkb3dfYmx1cj1cIjFcIiBkcm9wX3NoYWRvd19zcHJlYWQ9XCIwXCIgZHJvcF9zaGFkb3dfY29sb3I9XCIjMDAwMDAwXCIgZHJvcF9zaGFkb3dfb3BhY2l0eT1cIjEwXCIgaW5zZXRfc2hhZG93X3BhbmVsPVwiWVwiIGluc2V0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBpbnNldF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiBpbnNldF9zaGFkb3dfYmx1cj1cIjBcIiBpbnNldF9zaGFkb3dfc3ByZWFkPVwiMFwiIGluc2V0X3NoYWRvd19jb2xvcj1cIiNmZmU1OTBcIiBpbnNldF9zaGFkb3dfb3BhY2l0eT1cIjEwMFwiIGxvY2F0aW9uPVwib3B0aW5fYm94X3N0eWxlXzE0XCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozODoiZWxlbWVudC1jb250YWluZXIgY2YgcGFkLWxlZnQgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkzOiJiYWNrZ3JvdW5kOiNmY2ZjZmM7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZmNmY2ZjKSwgY29sb3Itc3RvcCgxMDAlLCAjZjVmNWY1KSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZmNmY2ZjLCBlbmRDb2xvcnN0cj0jZjVmNWY1LCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZMlpqWm1NaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqSXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakUxSW4wPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fQ==','revision','2015-02-25 23:32:45'),(275,2347,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjQyOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl1MaXZlIFRyYWRpbmcgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UaGUgVHJhZGluZyBSb29twq48L3NwYW4+IEdldCBTdGFydGVkIE5vdyFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU1OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTUwXCIgaGVpZ2h0PVwiMzA5XCIgYWxpZ249XCJsZWZ0XCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RnNE1ETXpNVGd1YUdRdWJYQTBQM005TnpBMU5HUXhZemszTkdZelpEVXpOR1U0TUdZNU5tVXpaR1l4WkdZMU5Uaz1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4NToiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA2L2VwLWxpdmUtdHJhZGluZy1ncmF5LTMwMHgyMTcuanBnXCIgd2lkdGg9XCIzMDBcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdTGVhcm4gSG93IHRvIEJlY29tZSBhIFF1YW50IFRyYWRlclsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjcxNjoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiNlZWViZGRcIiBib3R0b21fcGFkZGluZz1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMzY0XCIgbGluZV9oZWlnaHQ9XCIyMlwiXVdhdGNoIGhvdyBSaW9zUXVhbnQgcGVyZm9ybWFuY2UgY29hY2ggRVAgUHJlc3RvbiB0b29rIG92ZXIgJDEsMzAwIGluIHByb2ZpdHMgZHVyaW5nIEZyaWRheVwncyB0cmFkaW5nIHJvb20gaW4gbGl2ZSBtYXJrZXRzLiBJZiB5b3UgbGlrZSB3aGF0IHlvdSBzZWUsIHRoZW4gc2lnbiB1cCBmb3IgYSBmcmVlIHRyaWFsIG9mIHRoZSBSaW9zUXVhbnQgVHJhZGluZyBUZWNobm9sb2d5IGFuZCBnYWluIGFjY2VzcyB0byBhIHJlYWwgbGl2ZSB0cmFkaW5nIHJvb20uIFlvdSB3aWxsIHJlY2VpdmUgY29tcHJlaGVuc2l2ZSB0cmFpbmluZyBpbmNsdWRpbmcgdGhlIGNvbmNlcHQsIG1ldGhvZHMgYW5kIHRvb2xzIGluIGFuIGVhc3kgdG8gdW5kZXJzdGFuZCBzdGVwLWJ5LXN0ZXAgZm9ybWF0LiBUaGUgZXhhY3QgbG9naWMgaXMgcmV2ZWFsZWQgd2l0aCBhbGwgdGhlIG5lY2Vzc2FyeSBydWxlcyBuZWVkZWQgZm9yIHVuZGVyc3RhbmRpbmcgYW5kIGltcGxlbWVudGluZyB0aGUgUmlvc1F1YW50IGFwcHJvYWNoIHRvIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU4ODoiW29wdGluX2JveCBzdHlsZT1cIjE0XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM3ODM3NTRcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjFcIiB0ZXh0PVwiQ2xpY2sgaGVyZSBhbmQgY2hlY2sgeW91ciBpbmJveFwiIHRleHRfc2l6ZT1cIjE4XCIgdGV4dF9jb2xvcj1cIiM1MDQyMTBcIiB0ZXh0X2ZvbnQ9XCJIZWx2ZXRpY2E7ZGVmYXVsdFwiIHRleHRfYm9sZD1cIllcIiB0ZXh0X2xldHRlcl9zcGFjaW5nPVwiMFwiIHRleHRfc2hhZG93X3BhbmVsPVwiWVwiIHRleHRfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIHRleHRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgdGV4dF9zaGFkb3dfY29sb3I9XCIjZmZmZjllXCIgdGV4dF9zaGFkb3dfYmx1cj1cIjBcIiBzdHlsaW5nX3dpZHRoPVwiMTAwXCIgc3R5bGluZ19oZWlnaHQ9XCIxNFwiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPVwiI2Q2OTMwMFwiIHN0eWxpbmdfYm9yZGVyX3NpemU9XCIxXCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPVwiNlwiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9XCIxMDBcIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPVwiI2ZmY2YwYVwiIHN0eWxpbmdfZ3JhZGllbnRfZW5kX2NvbG9yPVwiI2ZmZGEyMlwiIGRyb3Bfc2hhZG93X3BhbmVsPVwiWVwiIGRyb3Bfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIGRyb3Bfc2hhZG93X2hvcml6b250YWw9XCIwXCIgZHJvcF9zaGFkb3dfYmx1cj1cIjFcIiBkcm9wX3NoYWRvd19zcHJlYWQ9XCIwXCIgZHJvcF9zaGFkb3dfY29sb3I9XCIjMDAwMDAwXCIgZHJvcF9zaGFkb3dfb3BhY2l0eT1cIjEwXCIgaW5zZXRfc2hhZG93X3BhbmVsPVwiWVwiIGluc2V0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBpbnNldF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiBpbnNldF9zaGFkb3dfYmx1cj1cIjBcIiBpbnNldF9zaGFkb3dfc3ByZWFkPVwiMFwiIGluc2V0X3NoYWRvd19jb2xvcj1cIiNmZmU1OTBcIiBpbnNldF9zaGFkb3dfb3BhY2l0eT1cIjEwMFwiIGxvY2F0aW9uPVwib3B0aW5fYm94X3N0eWxlXzE0XCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozODoiZWxlbWVudC1jb250YWluZXIgY2YgcGFkLWxlZnQgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkzOiJiYWNrZ3JvdW5kOiNmY2ZjZmM7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZmNmY2ZjKSwgY29sb3Itc3RvcCgxMDAlLCAjZjVmNWY1KSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZmNmY2ZjLCBlbmRDb2xvcnN0cj0jZjVmNWY1LCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZMlpqWm1NaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqSXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakUxSW4wPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fQ==','publish','2015-02-26 00:10:07'),(283,2416,'body','YToyOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozMToicm93IGZpdmUtY29sdW1ucyBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo1OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTMwOiJbaGVhZGxpbmUgc3R5bGU9XCIxNVwiIGZvbnRfc2l6ZT1cIjIwXCIgYWxpZ249XCJjZW50ZXJcIiBib3R0b21fbWFyZ2luPVwiMTVcIl1OZWVkIHRvIGltcHJvdmUgeW91ciB0cmFkaW5nIHBlcmZvcm1hbmNlP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNTU6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCI0MFwiIGZvbnRfY29sb3I9XCIjYzcyODBmXCIgYWxpZ249XCJjZW50ZXJcIiBib3R0b21fbWFyZ2luPVwiMjBcIl1UcnkgVGhlIFRyYWRpbmcgUm9vbcKuIApSYW5rZWQgaW4gdGhlIFRvcCAyJVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyMFwiIHdpZHRoPVwiNTU2XCJdRGV2ZWxvcCBuZXcgc2tpbGxzLCBsZWFybiBuZXcgbWV0aG9kcyBhbmQgZ2FpbiBkaXNjaXBsaW5lLgpUcmFkZXJzIHVzZSBUaGUgVHJhZGluZyBSb29twq4gdG86Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzU3OiJbYnVsbGV0X2Jsb2NrICBsYXJnZV9pY29uPVwiMzgucG5nXCIgd2lkdGg9XCJcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBmb250X3NpemU9XCIyMFwiXTx1bD48bGk+CUdldCBsaXZlIHRyYWRlIGNhbGxzIGluIHJlYWwtdGltZSB3aXRoIGV4YWN0IGVudHJpZXMsIHN0b3BzIGFuZCB0YXJnZXRzPC9saT48bGk+CU1hc3RlciBtb3JlIG1hcmtldHMgaW5jbHVkaW5nIHRoZSBGaW5hbmNpYWxzLCBNZXRhbHMsIEVuZXJnaWVzLCBHcmFpbnMgYW5kIEN1cnJlbmNpZXM8L2xpPjxsaT4JVHJhZGUgaW4gYSBkeW5hbWljIG9ubGluZSBjb21tdW5pdHkgd2l0aCBwcm9mZXNzaW9uYWwgdHJhZGVyczwvbGk+PC91bD5bL2J1bGxldF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo0O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIwODoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjIwXCIgd2lkdGg9XCI1NTZcIl1FbnRlciB5b3VyIGRldGFpbHMgbm93IGFuZCBiZWdpbiB0byBkZXZlbG9wIG5ldyBza2lsbHMsIGxlYXJuIG5ldyBtZXRob2RzIGFuZCAgPHN0cm9uZz5nYWluIGRpc2NpcGxpbmUuLi4gPC9zdHJvbmc+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI5OiJ0d28tZmlmdGhzIGNvbHVtbiBjb2xzIG5hcnJvdyI7czo4OiJjaGlsZHJlbiI7YTo0OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDk5OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJlbWJlZFwiIHdpZHRoPVwiMzUwXCIgaGVpZ2h0PVwiMTk3XCIgYWxpZ249XCJjZW50ZXJcIiBtYXJnaW5fdG9wPVwiMFwiIG1hcmdpbl9ib3R0b209XCIxNVwiXTxpbWcgc3JjPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC9wbHVnaW5zL29wdGltaXplUHJlc3NQbHVnaW4vbGliL2ltYWdlcy92aWRlb19wbGFjZWhvbGRlci5wbmdcIiBhbHQ9XCJQR2xtY21GdFpTQnpjbU05SW1oMGRIQnpPaTh2Y0d4aGVXVnlMblpwYldWdkxtTnZiUzkyYVdSbGJ5OHhNVEV6TlRJd016TWlJSGRwWkhSb1BTSTFNREFpSUdobGFXZG9kRDBpTWpneElpQm1jbUZ0WldKdmNtUmxjajBpTUNJZ2QyVmlhMmwwWVd4c2IzZG1kV3hzYzJOeVpXVnVJRzF2ZW1Gc2JHOTNablZzYkhOamNtVmxiaUJoYkd4dmQyWjFiR3h6WTNKbFpXNCtQQzlwWm5KaGJXVStDZz09XCIgd2lkdGg9XCIxXCIgaGVpZ2h0PVwiMVwiIC8+Wy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNDI6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzNVwiIGZvbnRfZm9udD1cIlNoYWRvd3MgSW50byBMaWdodFwiIGZvbnRfY29sb3I9XCIjZTgwMDAwXCIgYWxpZ249XCJjZW50ZXJcIl1Ud28gV2VlayBGcmVlIFRyaWFsWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjUxOiJbYXJyb3dzIHN0eWxlPVwiYXJyb3ctcmVkLTIucG5nXCIgYWxpZ249XCJjZW50ZXJcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjcxMToiW29wdGluX2JveCBzdHlsZT1cIjdcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9maWVsZD1cImVtYWlsXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJhd2ViZXJcIiBsaXN0PVwiMzc4Mzc1NFwiIG5hbWVfZmllbGQ9XCJuYW1lXCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIiBuYW1lX3JlcXVpcmVkPVwiTlwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdUlc1MFpYSWdlVzkxY2lCdVlXMWxJR0Z1WkNCbGJXRnBiQ0JpWld4dmR5QThjM1J5YjI1blBtNXZkeTR1TGp3dmMzUnliMjVuUGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdR2V0IEluc3RhbnQgQWNjZXNzIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czoyOToicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjEwMjoiYm9yZGVyLXRvcC13aWR0aDogMHB4OyBib3JkZXItYm90dG9tLXdpZHRoOiAwcHg7IGJhY2tncm91bmQtaW1hZ2U6IG5vbmU7IGJhY2tncm91bmQtcmVwZWF0OiBuby1yZXBlYXQ7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozNDA6ImV5SmpiMlJsUW1WbWIzSmxJam9pVkVoRlVrVWdTVk1nUVNCVFZVSlRWRUZPVkVsQlRDQlNTVk5MSUU5R0lFeFBVMU1nU1U0Z1ZGSkJSRWxPUnlCRFQwMU5UMFJKVkZrZ1JsVlVWVkpGVXl3Z1QxQlVTVTlPVXl3Z1FVNUVJRVpQVWtWSlIwNGdSVmhEU0VGT1IwVWdVRkpQUkZWRFZGTXVJRkJCVTFRZ1VFVlNSazlTVFVGT1EwVWdTVk1nVGs5VUlFbE9SRWxEUVZSSlZrVWdUMFlnUmxWVVZWSkZJRkpGVTFWTVZGTXVJRlJGVTFSSlRVOU9TVUZNVXlCQlVrVWdUazlVSUVsT1JFbERRVlJKVmtVZ1QwWWdSbFZVVlZKRklGQkZVa1pQVWsxQlRrTkZJRTlTSUZOVlEwTkZVMU11SUNJc0ltRmtaRzl1SWpwN2ZYMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX0=','revision','2015-04-14 19:29:55'),(284,2416,'body','YToyOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozMToicm93IGZpdmUtY29sdW1ucyBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo1OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTMwOiJbaGVhZGxpbmUgc3R5bGU9XCIxNVwiIGZvbnRfc2l6ZT1cIjIwXCIgYWxpZ249XCJjZW50ZXJcIiBib3R0b21fbWFyZ2luPVwiMTVcIl1OZWVkIHRvIGltcHJvdmUgeW91ciB0cmFkaW5nIHBlcmZvcm1hbmNlP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNTU6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCI0MFwiIGZvbnRfY29sb3I9XCIjYzcyODBmXCIgYWxpZ249XCJjZW50ZXJcIiBib3R0b21fbWFyZ2luPVwiMjBcIl1UcnkgVGhlIFRyYWRpbmcgUm9vbcKuIApSYW5rZWQgaW4gdGhlIFRvcCAyJVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyMFwiIHdpZHRoPVwiNTU2XCJdRGV2ZWxvcCBuZXcgc2tpbGxzLCBsZWFybiBuZXcgbWV0aG9kcyBhbmQgZ2FpbiBkaXNjaXBsaW5lLgpUcmFkZXJzIHVzZSBUaGUgVHJhZGluZyBSb29twq4gdG86Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzU3OiJbYnVsbGV0X2Jsb2NrICBsYXJnZV9pY29uPVwiMzgucG5nXCIgd2lkdGg9XCJcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBmb250X3NpemU9XCIyMFwiXTx1bD48bGk+CUdldCBsaXZlIHRyYWRlIGNhbGxzIGluIHJlYWwtdGltZSB3aXRoIGV4YWN0IGVudHJpZXMsIHN0b3BzIGFuZCB0YXJnZXRzPC9saT48bGk+CU1hc3RlciBtb3JlIG1hcmtldHMgaW5jbHVkaW5nIHRoZSBGaW5hbmNpYWxzLCBNZXRhbHMsIEVuZXJnaWVzLCBHcmFpbnMgYW5kIEN1cnJlbmNpZXM8L2xpPjxsaT4JVHJhZGUgaW4gYSBkeW5hbWljIG9ubGluZSBjb21tdW5pdHkgd2l0aCBwcm9mZXNzaW9uYWwgdHJhZGVyczwvbGk+PC91bD5bL2J1bGxldF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo0O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIwODoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjIwXCIgd2lkdGg9XCI1NTZcIl1FbnRlciB5b3VyIGRldGFpbHMgbm93IGFuZCBiZWdpbiB0byBkZXZlbG9wIG5ldyBza2lsbHMsIGxlYXJuIG5ldyBtZXRob2RzIGFuZCAgPHN0cm9uZz5nYWluIGRpc2NpcGxpbmUuLi4gPC9zdHJvbmc+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI5OiJ0d28tZmlmdGhzIGNvbHVtbiBjb2xzIG5hcnJvdyI7czo4OiJjaGlsZHJlbiI7YTo0OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDk5OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJlbWJlZFwiIHdpZHRoPVwiMzUwXCIgaGVpZ2h0PVwiMTk3XCIgYWxpZ249XCJjZW50ZXJcIiBtYXJnaW5fdG9wPVwiMFwiIG1hcmdpbl9ib3R0b209XCIxNVwiXTxpbWcgc3JjPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC9wbHVnaW5zL29wdGltaXplUHJlc3NQbHVnaW4vbGliL2ltYWdlcy92aWRlb19wbGFjZWhvbGRlci5wbmdcIiBhbHQ9XCJQR2xtY21GdFpTQnpjbU05SW1oMGRIQnpPaTh2Y0d4aGVXVnlMblpwYldWdkxtTnZiUzkyYVdSbGJ5OHhNVEV6TlRJd016TWlJSGRwWkhSb1BTSTFNREFpSUdobGFXZG9kRDBpTWpneElpQm1jbUZ0WldKdmNtUmxjajBpTUNJZ2QyVmlhMmwwWVd4c2IzZG1kV3hzYzJOeVpXVnVJRzF2ZW1Gc2JHOTNablZzYkhOamNtVmxiaUJoYkd4dmQyWjFiR3h6WTNKbFpXNCtQQzlwWm5KaGJXVStDZz09XCIgd2lkdGg9XCIxXCIgaGVpZ2h0PVwiMVwiIC8+Wy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNDI6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzNVwiIGZvbnRfZm9udD1cIlNoYWRvd3MgSW50byBMaWdodFwiIGZvbnRfY29sb3I9XCIjZTgwMDAwXCIgYWxpZ249XCJjZW50ZXJcIl1Ud28gV2VlayBGcmVlIFRyaWFsWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjUxOiJbYXJyb3dzIHN0eWxlPVwiYXJyb3ctcmVkLTIucG5nXCIgYWxpZ249XCJjZW50ZXJcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjcxMjoiW29wdGluX2JveCBzdHlsZT1cIjdcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9maWVsZD1cImVtYWlsXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJhd2ViZXJcIiBsaXN0PVwiMzc4Mzc1NFwiIG5hbWVfZmllbGQ9XCJuYW1lXCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIiBuYW1lX3JlcXVpcmVkPVwiTlwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdUlc1MFpYSWdlVzkxY2lCdVlXMWxJR0Z1WkNCbGJXRnBiQ0JpWld4dmR5QThjM1J5YjI1blBtNXZkeTR1TGp3dmMzUnliMjVuUGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdVHdvIFdlZWsgRnJlZSBUcmlhbCFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czoxMDI6ImJvcmRlci10b3Atd2lkdGg6IDBweDsgYm9yZGVyLWJvdHRvbS13aWR0aDogMHB4OyBiYWNrZ3JvdW5kLWltYWdlOiBub25lOyBiYWNrZ3JvdW5kLXJlcGVhdDogbm8tcmVwZWF0OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MzQwOiJleUpqYjJSbFFtVm1iM0psSWpvaVZFaEZVa1VnU1ZNZ1FTQlRWVUpUVkVGT1ZFbEJUQ0JTU1ZOTElFOUdJRXhQVTFNZ1NVNGdWRkpCUkVsT1J5QkRUMDFOVDBSSlZGa2dSbFZVVlZKRlV5d2dUMUJVU1U5T1V5d2dRVTVFSUVaUFVrVkpSMDRnUlZoRFNFRk9SMFVnVUZKUFJGVkRWRk11SUZCQlUxUWdVRVZTUms5U1RVRk9RMFVnU1ZNZ1RrOVVJRWxPUkVsRFFWUkpWa1VnVDBZZ1JsVlVWVkpGSUZKRlUxVk1WRk11SUZSRlUxUkpUVTlPU1VGTVV5QkJVa1VnVGs5VUlFbE9SRWxEUVZSSlZrVWdUMFlnUmxWVVZWSkZJRkJGVWtaUFVrMUJUa05GSUU5U0lGTlZRME5GVTFNdUlDSXNJbUZrWkc5dUlqcDdmWDA9IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19','revision','2015-04-14 19:30:49'),(285,2416,'body','YToyOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozMToicm93IGZpdmUtY29sdW1ucyBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo1OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTMwOiJbaGVhZGxpbmUgc3R5bGU9XCIxNVwiIGZvbnRfc2l6ZT1cIjIwXCIgYWxpZ249XCJjZW50ZXJcIiBib3R0b21fbWFyZ2luPVwiMTVcIl1OZWVkIHRvIGltcHJvdmUgeW91ciB0cmFkaW5nIHBlcmZvcm1hbmNlP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNTU6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCI0MFwiIGZvbnRfY29sb3I9XCIjYzcyODBmXCIgYWxpZ249XCJjZW50ZXJcIiBib3R0b21fbWFyZ2luPVwiMjBcIl1UcnkgVGhlIFRyYWRpbmcgUm9vbcKuIApSYW5rZWQgaW4gdGhlIFRvcCAyJVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyMFwiIHdpZHRoPVwiNTU2XCJdRGV2ZWxvcCBuZXcgc2tpbGxzLCBsZWFybiBuZXcgbWV0aG9kcyBhbmQgZ2FpbiBkaXNjaXBsaW5lLgpUcmFkZXJzIHVzZSBUaGUgVHJhZGluZyBSb29twq4gdG86Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzYwOiJbYnVsbGV0X2Jsb2NrICBsYXJnZV9pY29uPVwiMzgucG5nXCIgd2lkdGg9XCJcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBmb250X3NpemU9XCIyMFwiXTx1bD48bGk+CUdldCBsaXZlIHRyYWRlIGNhbGxzIGluIHJlYWwtdGltZSB3aXRoIGV4YWN0IGVudHJpZXMsIHN0b3BzIGFuZCB0YXJnZXRzLjwvbGk+PGxpPglNYXN0ZXIgbW9yZSBtYXJrZXRzIGluY2x1ZGluZyB0aGUgRmluYW5jaWFscywgTWV0YWxzLCBFbmVyZ2llcywgR3JhaW5zIGFuZCBDdXJyZW5jaWVzLjwvbGk+PGxpPglUcmFkZSBpbiBhIGR5bmFtaWMgb25saW5lIGNvbW11bml0eSB3aXRoIHByb2Zlc3Npb25hbCB0cmFkZXJzLjwvbGk+PC91bD5bL2J1bGxldF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo0O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIwODoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjIwXCIgd2lkdGg9XCI1NTZcIl1FbnRlciB5b3VyIGRldGFpbHMgbm93IGFuZCBiZWdpbiB0byBkZXZlbG9wIG5ldyBza2lsbHMsIGxlYXJuIG5ldyBtZXRob2RzIGFuZCAgPHN0cm9uZz5nYWluIGRpc2NpcGxpbmUuLi4gPC9zdHJvbmc+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI5OiJ0d28tZmlmdGhzIGNvbHVtbiBjb2xzIG5hcnJvdyI7czo4OiJjaGlsZHJlbiI7YTo0OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDk5OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJlbWJlZFwiIHdpZHRoPVwiMzUwXCIgaGVpZ2h0PVwiMTk3XCIgYWxpZ249XCJjZW50ZXJcIiBtYXJnaW5fdG9wPVwiMFwiIG1hcmdpbl9ib3R0b209XCIxNVwiXTxpbWcgc3JjPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC9wbHVnaW5zL29wdGltaXplUHJlc3NQbHVnaW4vbGliL2ltYWdlcy92aWRlb19wbGFjZWhvbGRlci5wbmdcIiBhbHQ9XCJQR2xtY21GdFpTQnpjbU05SW1oMGRIQnpPaTh2Y0d4aGVXVnlMblpwYldWdkxtTnZiUzkyYVdSbGJ5OHhNVEV6TlRJd016TWlJSGRwWkhSb1BTSTFNREFpSUdobGFXZG9kRDBpTWpneElpQm1jbUZ0WldKdmNtUmxjajBpTUNJZ2QyVmlhMmwwWVd4c2IzZG1kV3hzYzJOeVpXVnVJRzF2ZW1Gc2JHOTNablZzYkhOamNtVmxiaUJoYkd4dmQyWjFiR3h6WTNKbFpXNCtQQzlwWm5KaGJXVStDZz09XCIgd2lkdGg9XCIxXCIgaGVpZ2h0PVwiMVwiIC8+Wy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNDI6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzNVwiIGZvbnRfZm9udD1cIlNoYWRvd3MgSW50byBMaWdodFwiIGZvbnRfY29sb3I9XCIjZTgwMDAwXCIgYWxpZ249XCJjZW50ZXJcIl1Ud28gV2VlayBGcmVlIFRyaWFsWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjUxOiJbYXJyb3dzIHN0eWxlPVwiYXJyb3ctcmVkLTIucG5nXCIgYWxpZ249XCJjZW50ZXJcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjcxMjoiW29wdGluX2JveCBzdHlsZT1cIjdcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9maWVsZD1cImVtYWlsXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJhd2ViZXJcIiBsaXN0PVwiMzc4Mzc1NFwiIG5hbWVfZmllbGQ9XCJuYW1lXCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIiBuYW1lX3JlcXVpcmVkPVwiTlwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdUlc1MFpYSWdlVzkxY2lCdVlXMWxJR0Z1WkNCbGJXRnBiQ0JpWld4dmR5QThjM1J5YjI1blBtNXZkeTR1TGp3dmMzUnliMjVuUGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdVHdvIFdlZWsgRnJlZSBUcmlhbCFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czoxMDI6ImJvcmRlci10b3Atd2lkdGg6IDBweDsgYm9yZGVyLWJvdHRvbS13aWR0aDogMHB4OyBiYWNrZ3JvdW5kLWltYWdlOiBub25lOyBiYWNrZ3JvdW5kLXJlcGVhdDogbm8tcmVwZWF0OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MzQwOiJleUpqYjJSbFFtVm1iM0psSWpvaVZFaEZVa1VnU1ZNZ1FTQlRWVUpUVkVGT1ZFbEJUQ0JTU1ZOTElFOUdJRXhQVTFNZ1NVNGdWRkpCUkVsT1J5QkRUMDFOVDBSSlZGa2dSbFZVVlZKRlV5d2dUMUJVU1U5T1V5d2dRVTVFSUVaUFVrVkpSMDRnUlZoRFNFRk9SMFVnVUZKUFJGVkRWRk11SUZCQlUxUWdVRVZTUms5U1RVRk9RMFVnU1ZNZ1RrOVVJRWxPUkVsRFFWUkpWa1VnVDBZZ1JsVlVWVkpGSUZKRlUxVk1WRk11SUZSRlUxUkpUVTlPU1VGTVV5QkJVa1VnVGs5VUlFbE9SRWxEUVZSSlZrVWdUMFlnUmxWVVZWSkZJRkJGVWtaUFVrMUJUa05GSUU5U0lGTlZRME5GVTFNdUlDSXNJbUZrWkc5dUlqcDdmWDA9IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19','revision','2015-04-14 19:34:57'),(286,2416,'body','YToyOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozMToicm93IGZpdmUtY29sdW1ucyBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo3OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTMwOiJbaGVhZGxpbmUgc3R5bGU9XCIxNVwiIGZvbnRfc2l6ZT1cIjIwXCIgYWxpZ249XCJjZW50ZXJcIiBib3R0b21fbWFyZ2luPVwiMTVcIl1OZWVkIHRvIGltcHJvdmUgeW91ciB0cmFkaW5nIHBlcmZvcm1hbmNlP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNTU6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCI0MFwiIGZvbnRfY29sb3I9XCIjYzcyODBmXCIgYWxpZ249XCJjZW50ZXJcIiBib3R0b21fbWFyZ2luPVwiMjBcIl1UcnkgVGhlIFRyYWRpbmcgUm9vbcKuIApSYW5rZWQgaW4gdGhlIFRvcCAyJVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyMFwiIHdpZHRoPVwiNTU2XCJdRGV2ZWxvcCBuZXcgc2tpbGxzLCBsZWFybiBuZXcgbWV0aG9kcyBhbmQgZ2FpbiBkaXNjaXBsaW5lLgpUcmFkZXJzIHVzZSBUaGUgVHJhZGluZyBSb29twq4gdG86Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzYwOiJbYnVsbGV0X2Jsb2NrICBsYXJnZV9pY29uPVwiMzgucG5nXCIgd2lkdGg9XCJcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBmb250X3NpemU9XCIyMFwiXTx1bD48bGk+CUdldCBsaXZlIHRyYWRlIGNhbGxzIGluIHJlYWwtdGltZSB3aXRoIGV4YWN0IGVudHJpZXMsIHN0b3BzIGFuZCB0YXJnZXRzLjwvbGk+PGxpPglNYXN0ZXIgbW9yZSBtYXJrZXRzIGluY2x1ZGluZyB0aGUgRmluYW5jaWFscywgTWV0YWxzLCBFbmVyZ2llcywgR3JhaW5zIGFuZCBDdXJyZW5jaWVzLjwvbGk+PGxpPglUcmFkZSBpbiBhIGR5bmFtaWMgb25saW5lIGNvbW11bml0eSB3aXRoIHByb2Zlc3Npb25hbCB0cmFkZXJzLjwvbGk+PC91bD5bL2J1bGxldF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo0O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIwODoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjIwXCIgd2lkdGg9XCI1NTZcIl1FbnRlciB5b3VyIGRldGFpbHMgbm93IGFuZCBiZWdpbiB0byBkZXZlbG9wIG5ldyBza2lsbHMsIGxlYXJuIG5ldyBtZXRob2RzIGFuZCAgPHN0cm9uZz5nYWluIGRpc2NpcGxpbmUuLi4gPC9zdHJvbmc+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjU7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzE6IltpbWFnZXMgc3R5bGU9XCIwXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzM6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNC90cmFkaW5nLXJvb20tYXJ0LmpwZ1wiIHdpZHRoPVwiNTg1XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6Mjk6InR3by1maWZ0aHMgY29sdW1uIGNvbHMgbmFycm93IjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0OTk6Ilt2aWRlb19wbGF5ZXIgdHlwZT1cImVtYmVkXCIgd2lkdGg9XCIzNTBcIiBoZWlnaHQ9XCIxOTdcIiBhbGlnbj1cImNlbnRlclwiIG1hcmdpbl90b3A9XCIwXCIgbWFyZ2luX2JvdHRvbT1cIjE1XCJdPGltZyBzcmM9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3BsdWdpbnMvb3B0aW1pemVQcmVzc1BsdWdpbi9saWIvaW1hZ2VzL3ZpZGVvX3BsYWNlaG9sZGVyLnBuZ1wiIGFsdD1cIlBHbG1jbUZ0WlNCemNtTTlJbWgwZEhCek9pOHZjR3hoZVdWeUxuWnBiV1Z2TG1OdmJTOTJhV1JsYnk4eE1URXpOVEl3TXpNaUlIZHBaSFJvUFNJMU1EQWlJR2hsYVdkb2REMGlNamd4SWlCbWNtRnRaV0p2Y21SbGNqMGlNQ0lnZDJWaWEybDBZV3hzYjNkbWRXeHNjMk55WldWdUlHMXZlbUZzYkc5M1puVnNiSE5qY21WbGJpQmhiR3h2ZDJaMWJHeHpZM0psWlc0K1BDOXBabkpoYldVK0NnPT1cIiB3aWR0aD1cIjFcIiBoZWlnaHQ9XCIxXCIgLz5bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0MjoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM1XCIgZm9udF9mb250PVwiU2hhZG93cyBJbnRvIExpZ2h0XCIgZm9udF9jb2xvcj1cIiNlODAwMDBcIiBhbGlnbj1cImNlbnRlclwiXVR3byBXZWVrIEZyZWUgVHJpYWxbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTE6IlthcnJvd3Mgc3R5bGU9XCJhcnJvdy1yZWQtMi5wbmdcIiBhbGlnbj1cImNlbnRlclwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzEyOiJbb3B0aW5fYm94IHN0eWxlPVwiN1wiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNzgzNzU0XCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1SVzUwWlhJZ2VXOTFjaUJ1WVcxbElHRnVaQ0JsYldGcGJDQmlaV3h2ZHlBOGMzUnliMjVuUG01dmR5NHVMand2YzNSeWIyNW5QZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1Ud28gV2VlayBGcmVlIFRyaWFsIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czoyOToicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjEwMjoiYm9yZGVyLXRvcC13aWR0aDogMHB4OyBib3JkZXItYm90dG9tLXdpZHRoOiAwcHg7IGJhY2tncm91bmQtaW1hZ2U6IG5vbmU7IGJhY2tncm91bmQtcmVwZWF0OiBuby1yZXBlYXQ7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozNDA6ImV5SmpiMlJsUW1WbWIzSmxJam9pVkVoRlVrVWdTVk1nUVNCVFZVSlRWRUZPVkVsQlRDQlNTVk5MSUU5R0lFeFBVMU1nU1U0Z1ZGSkJSRWxPUnlCRFQwMU5UMFJKVkZrZ1JsVlVWVkpGVXl3Z1QxQlVTVTlPVXl3Z1FVNUVJRVpQVWtWSlIwNGdSVmhEU0VGT1IwVWdVRkpQUkZWRFZGTXVJRkJCVTFRZ1VFVlNSazlTVFVGT1EwVWdTVk1nVGs5VUlFbE9SRWxEUVZSSlZrVWdUMFlnUmxWVVZWSkZJRkpGVTFWTVZGTXVJRlJGVTFSSlRVOU9TVUZNVXlCQlVrVWdUazlVSUVsT1JFbERRVlJKVmtVZ1QwWWdSbFZVVlZKRklGQkZVa1pQVWsxQlRrTkZJRTlTSUZOVlEwTkZVMU11SUNJc0ltRmtaRzl1SWpwN2ZYMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX0=','revision','2015-04-14 19:39:31'),(287,2416,'body','YToyOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozMToicm93IGZpdmUtY29sdW1ucyBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo3OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTMwOiJbaGVhZGxpbmUgc3R5bGU9XCIxNVwiIGZvbnRfc2l6ZT1cIjIwXCIgYWxpZ249XCJjZW50ZXJcIiBib3R0b21fbWFyZ2luPVwiMTVcIl1OZWVkIHRvIGltcHJvdmUgeW91ciB0cmFkaW5nIHBlcmZvcm1hbmNlP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNTU6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCI0MFwiIGZvbnRfY29sb3I9XCIjYzcyODBmXCIgYWxpZ249XCJjZW50ZXJcIiBib3R0b21fbWFyZ2luPVwiMjBcIl1UcnkgVGhlIFRyYWRpbmcgUm9vbcKuIApSYW5rZWQgaW4gdGhlIFRvcCAyJVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyMFwiIHdpZHRoPVwiNTU2XCJdRGV2ZWxvcCBuZXcgc2tpbGxzLCBsZWFybiBuZXcgbWV0aG9kcyBhbmQgZ2FpbiBkaXNjaXBsaW5lLgpUcmFkZXJzIHVzZSBUaGUgVHJhZGluZyBSb29twq4gdG86Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzYwOiJbYnVsbGV0X2Jsb2NrICBsYXJnZV9pY29uPVwiMzgucG5nXCIgd2lkdGg9XCJcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBmb250X3NpemU9XCIyMFwiXTx1bD48bGk+CUdldCBsaXZlIHRyYWRlIGNhbGxzIGluIHJlYWwtdGltZSB3aXRoIGV4YWN0IGVudHJpZXMsIHN0b3BzIGFuZCB0YXJnZXRzLjwvbGk+PGxpPglNYXN0ZXIgbW9yZSBtYXJrZXRzIGluY2x1ZGluZyB0aGUgRmluYW5jaWFscywgTWV0YWxzLCBFbmVyZ2llcywgR3JhaW5zIGFuZCBDdXJyZW5jaWVzLjwvbGk+PGxpPglUcmFkZSBpbiBhIGR5bmFtaWMgb25saW5lIGNvbW11bml0eSB3aXRoIHByb2Zlc3Npb25hbCB0cmFkZXJzLjwvbGk+PC91bD5bL2J1bGxldF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo0O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2MToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjIwXCIgd2lkdGg9XCI1NTZcIl1PdXIgbWVtYmVycyBjb21lIGhlcmUgZm9yIGEgcmVhc29uLCAgPHN0cm9uZz5maW5kIHlvdXJzLi4uIDwvc3Ryb25nPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo1O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjcxOiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjY7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTczOiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDQvdHJhZGluZy1yb29tLWFydC5qcGdcIiB3aWR0aD1cIjU4NVwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI5OiJ0d28tZmlmdGhzIGNvbHVtbiBjb2xzIG5hcnJvdyI7czo4OiJjaGlsZHJlbiI7YTo0OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDk5OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJlbWJlZFwiIHdpZHRoPVwiMzUwXCIgaGVpZ2h0PVwiMTk3XCIgYWxpZ249XCJjZW50ZXJcIiBtYXJnaW5fdG9wPVwiMFwiIG1hcmdpbl9ib3R0b209XCIxNVwiXTxpbWcgc3JjPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC9wbHVnaW5zL29wdGltaXplUHJlc3NQbHVnaW4vbGliL2ltYWdlcy92aWRlb19wbGFjZWhvbGRlci5wbmdcIiBhbHQ9XCJQR2xtY21GdFpTQnpjbU05SW1oMGRIQnpPaTh2Y0d4aGVXVnlMblpwYldWdkxtTnZiUzkyYVdSbGJ5OHhNVEV6TlRJd016TWlJSGRwWkhSb1BTSTFNREFpSUdobGFXZG9kRDBpTWpneElpQm1jbUZ0WldKdmNtUmxjajBpTUNJZ2QyVmlhMmwwWVd4c2IzZG1kV3hzYzJOeVpXVnVJRzF2ZW1Gc2JHOTNablZzYkhOamNtVmxiaUJoYkd4dmQyWjFiR3h6WTNKbFpXNCtQQzlwWm5KaGJXVStDZz09XCIgd2lkdGg9XCIxXCIgaGVpZ2h0PVwiMVwiIC8+Wy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNDI6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzNVwiIGZvbnRfZm9udD1cIlNoYWRvd3MgSW50byBMaWdodFwiIGZvbnRfY29sb3I9XCIjZTgwMDAwXCIgYWxpZ249XCJjZW50ZXJcIl1Ud28gV2VlayBGcmVlIFRyaWFsWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjUxOiJbYXJyb3dzIHN0eWxlPVwiYXJyb3ctcmVkLTIucG5nXCIgYWxpZ249XCJjZW50ZXJcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjcxMjoiW29wdGluX2JveCBzdHlsZT1cIjdcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9maWVsZD1cImVtYWlsXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJhd2ViZXJcIiBsaXN0PVwiMzc4Mzc1NFwiIG5hbWVfZmllbGQ9XCJuYW1lXCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIiBuYW1lX3JlcXVpcmVkPVwiTlwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdUlc1MFpYSWdlVzkxY2lCdVlXMWxJR0Z1WkNCbGJXRnBiQ0JpWld4dmR5QThjM1J5YjI1blBtNXZkeTR1TGp3dmMzUnliMjVuUGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdVHdvIFdlZWsgRnJlZSBUcmlhbCFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czoxMDI6ImJvcmRlci10b3Atd2lkdGg6IDBweDsgYm9yZGVyLWJvdHRvbS13aWR0aDogMHB4OyBiYWNrZ3JvdW5kLWltYWdlOiBub25lOyBiYWNrZ3JvdW5kLXJlcGVhdDogbm8tcmVwZWF0OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MzQwOiJleUpqYjJSbFFtVm1iM0psSWpvaVZFaEZVa1VnU1ZNZ1FTQlRWVUpUVkVGT1ZFbEJUQ0JTU1ZOTElFOUdJRXhQVTFNZ1NVNGdWRkpCUkVsT1J5QkRUMDFOVDBSSlZGa2dSbFZVVlZKRlV5d2dUMUJVU1U5T1V5d2dRVTVFSUVaUFVrVkpSMDRnUlZoRFNFRk9SMFVnVUZKUFJGVkRWRk11SUZCQlUxUWdVRVZTUms5U1RVRk9RMFVnU1ZNZ1RrOVVJRWxPUkVsRFFWUkpWa1VnVDBZZ1JsVlVWVkpGSUZKRlUxVk1WRk11SUZSRlUxUkpUVTlPU1VGTVV5QkJVa1VnVGs5VUlFbE9SRWxEUVZSSlZrVWdUMFlnUmxWVVZWSkZJRkJGVWtaUFVrMUJUa05GSUU5U0lGTlZRME5GVTFNdUlDSXNJbUZrWkc5dUlqcDdmWDA9IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19','revision','2015-04-14 19:47:47'),(288,2416,'body','YToyOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozMToicm93IGZpdmUtY29sdW1ucyBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo2OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTMwOiJbaGVhZGxpbmUgc3R5bGU9XCIxNVwiIGZvbnRfc2l6ZT1cIjIwXCIgYWxpZ249XCJjZW50ZXJcIiBib3R0b21fbWFyZ2luPVwiMTVcIl1OZWVkIHRvIGltcHJvdmUgeW91ciB0cmFkaW5nIHBlcmZvcm1hbmNlP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNTU6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCI0MFwiIGZvbnRfY29sb3I9XCIjYzcyODBmXCIgYWxpZ249XCJjZW50ZXJcIiBib3R0b21fbWFyZ2luPVwiMjBcIl1UcnkgVGhlIFRyYWRpbmcgUm9vbcKuIApSYW5rZWQgaW4gdGhlIFRvcCAyJVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyMFwiIHdpZHRoPVwiNTU2XCJdRGV2ZWxvcCBuZXcgc2tpbGxzLCBsZWFybiBuZXcgbWV0aG9kcyBhbmQgZ2FpbiBkaXNjaXBsaW5lLgpUcmFkZXJzIHVzZSBUaGUgVHJhZGluZyBSb29twq4gdG86Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzYwOiJbYnVsbGV0X2Jsb2NrICBsYXJnZV9pY29uPVwiMzgucG5nXCIgd2lkdGg9XCJcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBmb250X3NpemU9XCIyMFwiXTx1bD48bGk+CUdldCBsaXZlIHRyYWRlIGNhbGxzIGluIHJlYWwtdGltZSB3aXRoIGV4YWN0IGVudHJpZXMsIHN0b3BzIGFuZCB0YXJnZXRzLjwvbGk+PGxpPglNYXN0ZXIgbW9yZSBtYXJrZXRzIGluY2x1ZGluZyB0aGUgRmluYW5jaWFscywgTWV0YWxzLCBFbmVyZ2llcywgR3JhaW5zIGFuZCBDdXJyZW5jaWVzLjwvbGk+PGxpPglUcmFkZSBpbiBhIGR5bmFtaWMgb25saW5lIGNvbW11bml0eSB3aXRoIHByb2Zlc3Npb25hbCB0cmFkZXJzLjwvbGk+PC91bD5bL2J1bGxldF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo0O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2MToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjIwXCIgd2lkdGg9XCI1NTZcIl1PdXIgbWVtYmVycyBjb21lIGhlcmUgZm9yIGEgcmVhc29uLCAgPHN0cm9uZz5maW5kIHlvdXJzLi4uIDwvc3Ryb25nPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo1O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3MzoiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA0L3RyYWRpbmctcm9vbS1hcnQuanBnXCIgd2lkdGg9XCI1ODVcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6NDp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ5OToiW3ZpZGVvX3BsYXllciB0eXBlPVwiZW1iZWRcIiB3aWR0aD1cIjM1MFwiIGhlaWdodD1cIjE5N1wiIGFsaWduPVwiY2VudGVyXCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMTVcIl08aW1nIHNyYz1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvcGx1Z2lucy9vcHRpbWl6ZVByZXNzUGx1Z2luL2xpYi9pbWFnZXMvdmlkZW9fcGxhY2Vob2xkZXIucG5nXCIgYWx0PVwiUEdsbWNtRnRaU0J6Y21NOUltaDBkSEJ6T2k4dmNHeGhlV1Z5TG5acGJXVnZMbU52YlM5MmFXUmxieTh4TVRFek5USXdNek1pSUhkcFpIUm9QU0kxTURBaUlHaGxhV2RvZEQwaU1qZ3hJaUJtY21GdFpXSnZjbVJsY2owaU1DSWdkMlZpYTJsMFlXeHNiM2RtZFd4c2MyTnlaV1Z1SUcxdmVtRnNiRzkzWm5Wc2JITmpjbVZsYmlCaGJHeHZkMloxYkd4elkzSmxaVzQrUEM5cFpuSmhiV1UrQ2c9PVwiIHdpZHRoPVwiMVwiIGhlaWdodD1cIjFcIiAvPlsvdmlkZW9fcGxheWVyXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTQyOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMzVcIiBmb250X2ZvbnQ9XCJTaGFkb3dzIEludG8gTGlnaHRcIiBmb250X2NvbG9yPVwiI2U4MDAwMFwiIGFsaWduPVwiY2VudGVyXCJdVHdvIFdlZWsgRnJlZSBUcmlhbFsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1MToiW2Fycm93cyBzdHlsZT1cImFycm93LXJlZC0yLnBuZ1wiIGFsaWduPVwiY2VudGVyXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3MTI6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM3ODM3NTRcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVJXNTBaWElnZVc5MWNpQnVZVzFsSUdGdVpDQmxiV0ZwYkNCaVpXeHZkeUE4YzNSeWIyNW5QbTV2ZHk0dUxqd3ZjM1J5YjI1blBnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXVR3byBXZWVrIEZyZWUgVHJpYWwhWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MTAyOiJib3JkZXItdG9wLXdpZHRoOiAwcHg7IGJvcmRlci1ib3R0b20td2lkdGg6IDBweDsgYmFja2dyb3VuZC1pbWFnZTogbm9uZTsgYmFja2dyb3VuZC1yZXBlYXQ6IG5vLXJlcGVhdDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjM0MDoiZXlKamIyUmxRbVZtYjNKbElqb2lWRWhGVWtVZ1NWTWdRU0JUVlVKVFZFRk9WRWxCVENCU1NWTkxJRTlHSUV4UFUxTWdTVTRnVkZKQlJFbE9SeUJEVDAxTlQwUkpWRmtnUmxWVVZWSkZVeXdnVDFCVVNVOU9VeXdnUVU1RUlFWlBVa1ZKUjA0Z1JWaERTRUZPUjBVZ1VGSlBSRlZEVkZNdUlGQkJVMVFnVUVWU1JrOVNUVUZPUTBVZ1NWTWdUazlVSUVsT1JFbERRVlJKVmtVZ1QwWWdSbFZVVlZKRklGSkZVMVZNVkZNdUlGUkZVMVJKVFU5T1NVRk1VeUJCVWtVZ1RrOVVJRWxPUkVsRFFWUkpWa1VnVDBZZ1JsVlVWVkpGSUZCRlVrWlBVazFCVGtORklFOVNJRk5WUTBORlUxTXVJQ0lzSW1Ga1pHOXVJanA3ZlgwPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fQ==','revision','2015-04-14 19:55:06'),(289,2416,'body','YToyOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozMToicm93IGZpdmUtY29sdW1ucyBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo3OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTMwOiJbaGVhZGxpbmUgc3R5bGU9XCIxNVwiIGZvbnRfc2l6ZT1cIjIwXCIgYWxpZ249XCJjZW50ZXJcIiBib3R0b21fbWFyZ2luPVwiMTVcIl1OZWVkIHRvIGltcHJvdmUgeW91ciB0cmFkaW5nIHBlcmZvcm1hbmNlP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNTU6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCI0MFwiIGZvbnRfY29sb3I9XCIjYzcyODBmXCIgYWxpZ249XCJjZW50ZXJcIiBib3R0b21fbWFyZ2luPVwiMjBcIl1UcnkgVGhlIFRyYWRpbmcgUm9vbcKuIApSYW5rZWQgaW4gdGhlIFRvcCAyJVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyMFwiIHdpZHRoPVwiNTU2XCJdRGV2ZWxvcCBuZXcgc2tpbGxzLCBsZWFybiBuZXcgbWV0aG9kcyBhbmQgZ2FpbiBkaXNjaXBsaW5lLgpUcmFkZXJzIHVzZSBUaGUgVHJhZGluZyBSb29twq4gdG86Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzYwOiJbYnVsbGV0X2Jsb2NrICBsYXJnZV9pY29uPVwiMzgucG5nXCIgd2lkdGg9XCJcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBmb250X3NpemU9XCIyMFwiXTx1bD48bGk+CUdldCBsaXZlIHRyYWRlIGNhbGxzIGluIHJlYWwtdGltZSB3aXRoIGV4YWN0IGVudHJpZXMsIHN0b3BzIGFuZCB0YXJnZXRzLjwvbGk+PGxpPglNYXN0ZXIgbW9yZSBtYXJrZXRzIGluY2x1ZGluZyB0aGUgRmluYW5jaWFscywgTWV0YWxzLCBFbmVyZ2llcywgR3JhaW5zIGFuZCBDdXJyZW5jaWVzLjwvbGk+PGxpPglUcmFkZSBpbiBhIGR5bmFtaWMgb25saW5lIGNvbW11bml0eSB3aXRoIHByb2Zlc3Npb25hbCB0cmFkZXJzLjwvbGk+PC91bD5bL2J1bGxldF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo0O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2MToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjIwXCIgd2lkdGg9XCI1NTZcIl1PdXIgbWVtYmVycyBjb21lIGhlcmUgZm9yIGEgcmVhc29uLCAgPHN0cm9uZz5maW5kIHlvdXJzLi4uIDwvc3Ryb25nPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo1O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjg1OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIHdpZHRoPVwiNTg1XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzU6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNC90cmFkaW5nLXJvb20tYmVpZ2UuanBnXCIgd2lkdGg9XCI1ODhcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6NDp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ5OToiW3ZpZGVvX3BsYXllciB0eXBlPVwiZW1iZWRcIiB3aWR0aD1cIjM1MFwiIGhlaWdodD1cIjE5N1wiIGFsaWduPVwiY2VudGVyXCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMTVcIl08aW1nIHNyYz1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvcGx1Z2lucy9vcHRpbWl6ZVByZXNzUGx1Z2luL2xpYi9pbWFnZXMvdmlkZW9fcGxhY2Vob2xkZXIucG5nXCIgYWx0PVwiUEdsbWNtRnRaU0J6Y21NOUltaDBkSEJ6T2k4dmNHeGhlV1Z5TG5acGJXVnZMbU52YlM5MmFXUmxieTh4TVRFek5USXdNek1pSUhkcFpIUm9QU0kxTURBaUlHaGxhV2RvZEQwaU1qZ3hJaUJtY21GdFpXSnZjbVJsY2owaU1DSWdkMlZpYTJsMFlXeHNiM2RtZFd4c2MyTnlaV1Z1SUcxdmVtRnNiRzkzWm5Wc2JITmpjbVZsYmlCaGJHeHZkMloxYkd4elkzSmxaVzQrUEM5cFpuSmhiV1UrQ2c9PVwiIHdpZHRoPVwiMVwiIGhlaWdodD1cIjFcIiAvPlsvdmlkZW9fcGxheWVyXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTQyOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMzVcIiBmb250X2ZvbnQ9XCJTaGFkb3dzIEludG8gTGlnaHRcIiBmb250X2NvbG9yPVwiI2U4MDAwMFwiIGFsaWduPVwiY2VudGVyXCJdVHdvIFdlZWsgRnJlZSBUcmlhbFsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1MToiW2Fycm93cyBzdHlsZT1cImFycm93LXJlZC0yLnBuZ1wiIGFsaWduPVwiY2VudGVyXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3MTI6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM3ODM3NTRcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVJXNTBaWElnZVc5MWNpQnVZVzFsSUdGdVpDQmxiV0ZwYkNCaVpXeHZkeUE4YzNSeWIyNW5QbTV2ZHk0dUxqd3ZjM1J5YjI1blBnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXVR3byBXZWVrIEZyZWUgVHJpYWwhWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MTAyOiJib3JkZXItdG9wLXdpZHRoOiAwcHg7IGJvcmRlci1ib3R0b20td2lkdGg6IDBweDsgYmFja2dyb3VuZC1pbWFnZTogbm9uZTsgYmFja2dyb3VuZC1yZXBlYXQ6IG5vLXJlcGVhdDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjM0MDoiZXlKamIyUmxRbVZtYjNKbElqb2lWRWhGVWtVZ1NWTWdRU0JUVlVKVFZFRk9WRWxCVENCU1NWTkxJRTlHSUV4UFUxTWdTVTRnVkZKQlJFbE9SeUJEVDAxTlQwUkpWRmtnUmxWVVZWSkZVeXdnVDFCVVNVOU9VeXdnUVU1RUlFWlBVa1ZKUjA0Z1JWaERTRUZPUjBVZ1VGSlBSRlZEVkZNdUlGQkJVMVFnVUVWU1JrOVNUVUZPUTBVZ1NWTWdUazlVSUVsT1JFbERRVlJKVmtVZ1QwWWdSbFZVVlZKRklGSkZVMVZNVkZNdUlGUkZVMVJKVFU5T1NVRk1VeUJCVWtVZ1RrOVVJRWxPUkVsRFFWUkpWa1VnVDBZZ1JsVlVWVkpGSUZCRlVrWlBVazFCVGtORklFOVNJRk5WUTBORlUxTXVJQ0lzSW1Ga1pHOXVJanA3ZlgwPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fQ==','revision','2015-04-14 19:58:03'),(292,2416,'body','YToxOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozMToicm93IGZpdmUtY29sdW1ucyBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo1OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTI5OiJbaGVhZGxpbmUgc3R5bGU9XCIxNVwiIGZvbnRfc2l6ZT1cIjIwXCIgYWxpZ249XCJjZW50ZXJcIiBib3R0b21fbWFyZ2luPVwiMTVcIl1HZXQgdGhpcyBGcmVlIFJlcG9ydCBOb3cgQW5kIERpc2NvdmVyLi4uWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE5MDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjQwXCIgZm9udF9jb2xvcj1cIiNjNzI4MGZcIiBhbGlnbj1cImNlbnRlclwiIGJvdHRvbV9tYXJnaW49XCIyMFwiXUhvdyBZb3UgQ2FuIEJ1aWxkIFNpdGVzIExpa2UgVGhpcyBJbiBNaW51dGVz4oCmV2l0aG91dCBDb2RlIG9yIFRlY2huaWNhbCBTa2lsbHNbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzY0OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjBcIiB3aWR0aD1cIjU1NlwiXUxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaXNjaW5nIGVsaXQuIE51bGxhIGVyYXQgcXVhbSwgcnV0cnVtIGV0IGVsaXQgdXQsIGV1aXNtb2Qgdm9sdXRwYXQgZXN0LiBOYW0gdGluY2lkdW50IHJob25jdXMgbGVjdHVzLCBuZWMgaGVuZHJlcml0IG51bGxhIGV1aXNtb2Qgdml0YWUuIENsYXNzIGFwdGVudCB0YWNpdGkgc29jaW9zcXUgYWQgbGl0b3JhIHRvcnF1ZW50IHBlciBjb251YmlhIG5vc3RyYSwgcGVyIGluY2VwdG9zIGhpbWVuYWVvcy5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozNTA6IltidWxsZXRfYmxvY2sgbGFyZ2VfaWNvbj1cIjM4LnBuZ1wiIHdpZHRoPVwiXCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZm9udF9zaXplPVwiMjBcIl08dWw+PGxpPkxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaXNjaW5nIGVsaXQuPC9saT48bGk+QWVuZWFuIGVnZXQgcHVydXMgZWdlc3RhcywgdnVscHV0YXRlIGVyYXQgaW1wZXJkaWV0LjwvbGk+PGxpPlNlZCBpYWN1bGlzIHNlbSBldSBmYWNpbGlzaXMgbWFsZXN1YWRhLjwvbGk+PGxpPlV0IGEgbGlndWxhIHZpdGFlIGFudGUgdnVscHV0YXRlIGNvbnNlY3RldHVyIHF1aXMgZXUgdXJuYS48L2xpPjwvdWw+Wy9idWxsZXRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzQ6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyMFwiIHdpZHRoPVwiNTU2XCJdRW50ZXIgeW91ciBkZXRhaWxzIG5vdyBmb3IgaW5zdGFudCBhY2Nlc3MgdG8gdGhlIDxzdHJvbmc+ZnJlZSByZXBvcnQuLi4gPC9zdHJvbmc+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI5OiJ0d28tZmlmdGhzIGNvbHVtbiBjb2xzIG5hcnJvdyI7czo4OiJjaGlsZHJlbiI7YTo0OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjEyOiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ5b3V0dWJlXCIgeW91dHViZV9mb3JjZV9oZD1cIm5vbmVcIiB3aWR0aD1cIjM1MFwiIGhlaWdodD1cIjE5N1wiIGFsaWduPVwiY2VudGVyXCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMTVcIl1hSFIwY0RvdkwzZDNkeTU1YjNWMGRXSmxMbU52YlM5M1lYUmphRDkyUFV0SVR6Uk1WWEJFUTFCWlsvdmlkZW9fcGxheWVyXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTQzOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMzVcIiBmb250X2ZvbnQ9XCJTaGFkb3dzIEludG8gTGlnaHRcIiBmb250X2NvbG9yPVwiI2U4MDAwMFwiIGFsaWduPVwiY2VudGVyXCJdR2V0IEZyZWUgQWNjZXNzIE5vdyFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTE6IlthcnJvd3Mgc3R5bGU9XCJhcnJvdy1yZWQtMi5wbmdcIiBhbGlnbj1cImNlbnRlclwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTk2OiJbb3B0aW5fYm94IHN0eWxlPVwiN1wiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVJXNTBaWElnZVc5MWNpQnVZVzFsSUdGdVpDQmxiV0ZwYkNCaVpXeHZkeUE4YzNSeWIyNW5QbTV2ZHk0dUxqd3ZjM1J5YjI1blBnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXUdldCBJbnN0YW50IEFjY2VzcyFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','revision','2015-04-14 21:42:24'),(294,2416,'body','YToyOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozMToicm93IGZpdmUtY29sdW1ucyBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo3OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTMwOiJbaGVhZGxpbmUgc3R5bGU9XCIxNVwiIGZvbnRfc2l6ZT1cIjIwXCIgYWxpZ249XCJjZW50ZXJcIiBib3R0b21fbWFyZ2luPVwiMTVcIl1OZWVkIHRvIGltcHJvdmUgeW91ciB0cmFkaW5nIHBlcmZvcm1hbmNlP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNTU6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCI0MFwiIGZvbnRfY29sb3I9XCIjYzcyODBmXCIgYWxpZ249XCJjZW50ZXJcIiBib3R0b21fbWFyZ2luPVwiMjBcIl1UcnkgVGhlIFRyYWRpbmcgUm9vbcKuIApSYW5rZWQgaW4gdGhlIFRvcCAyJVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyMFwiIHdpZHRoPVwiNTU2XCJdRGV2ZWxvcCBuZXcgc2tpbGxzLCBsZWFybiBuZXcgbWV0aG9kcyBhbmQgZ2FpbiBkaXNjaXBsaW5lLgpUcmFkZXJzIHVzZSBUaGUgVHJhZGluZyBSb29twq4gdG86Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzYwOiJbYnVsbGV0X2Jsb2NrICBsYXJnZV9pY29uPVwiMzgucG5nXCIgd2lkdGg9XCJcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBmb250X3NpemU9XCIyMFwiXTx1bD48bGk+CUdldCBsaXZlIHRyYWRlIGNhbGxzIGluIHJlYWwtdGltZSB3aXRoIGV4YWN0IGVudHJpZXMsIHN0b3BzIGFuZCB0YXJnZXRzLjwvbGk+PGxpPglNYXN0ZXIgbW9yZSBtYXJrZXRzIGluY2x1ZGluZyB0aGUgRmluYW5jaWFscywgTWV0YWxzLCBFbmVyZ2llcywgR3JhaW5zIGFuZCBDdXJyZW5jaWVzLjwvbGk+PGxpPglUcmFkZSBpbiBhIGR5bmFtaWMgb25saW5lIGNvbW11bml0eSB3aXRoIHByb2Zlc3Npb25hbCB0cmFkZXJzLjwvbGk+PC91bD5bL2J1bGxldF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo0O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2MToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjIwXCIgd2lkdGg9XCI1NTZcIl1PdXIgbWVtYmVycyBjb21lIGhlcmUgZm9yIGEgcmVhc29uLCAgPHN0cm9uZz5maW5kIHlvdXJzLi4uIDwvc3Ryb25nPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo1O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjg1OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIHdpZHRoPVwiNTg1XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzM6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNC90cmFkaW5nLXJvb20tYXJ0LmpwZ1wiIHdpZHRoPVwiNTg1XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6Mjk6InR3by1maWZ0aHMgY29sdW1uIGNvbHMgbmFycm93IjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0OTk6Ilt2aWRlb19wbGF5ZXIgdHlwZT1cImVtYmVkXCIgd2lkdGg9XCIzNTBcIiBoZWlnaHQ9XCIxOTdcIiBhbGlnbj1cImNlbnRlclwiIG1hcmdpbl90b3A9XCIwXCIgbWFyZ2luX2JvdHRvbT1cIjE1XCJdPGltZyBzcmM9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3BsdWdpbnMvb3B0aW1pemVQcmVzc1BsdWdpbi9saWIvaW1hZ2VzL3ZpZGVvX3BsYWNlaG9sZGVyLnBuZ1wiIGFsdD1cIlBHbG1jbUZ0WlNCemNtTTlJbWgwZEhCek9pOHZjR3hoZVdWeUxuWnBiV1Z2TG1OdmJTOTJhV1JsYnk4eE1URXpOVEl3TXpNaUlIZHBaSFJvUFNJMU1EQWlJR2hsYVdkb2REMGlNamd4SWlCbWNtRnRaV0p2Y21SbGNqMGlNQ0lnZDJWaWEybDBZV3hzYjNkbWRXeHNjMk55WldWdUlHMXZlbUZzYkc5M1puVnNiSE5qY21WbGJpQmhiR3h2ZDJaMWJHeHpZM0psWlc0K1BDOXBabkpoYldVK0NnPT1cIiB3aWR0aD1cIjFcIiBoZWlnaHQ9XCIxXCIgLz5bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0MjoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM1XCIgZm9udF9mb250PVwiU2hhZG93cyBJbnRvIExpZ2h0XCIgZm9udF9jb2xvcj1cIiNlODAwMDBcIiBhbGlnbj1cImNlbnRlclwiXVR3byBXZWVrIEZyZWUgVHJpYWxbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTE6IlthcnJvd3Mgc3R5bGU9XCJhcnJvdy1yZWQtMi5wbmdcIiBhbGlnbj1cImNlbnRlclwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzQ3OiJbb3B0aW5fYm94IHN0eWxlPVwiN1wiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNzgzNzU0XCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1SVzUwWlhJZ2VXOTFjaUJ1WVcxbElHRnVaQ0JsYldGcGJDQmlaV3h2ZHlBOGMzUnliMjVuUG01dmR5NHVMand2YzNSeWIyNW5QZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1DbGljayBIZXJlIGFuZCBDaGVjayBZb3VyIEVtYWlsIEluYm94IGZvciBDb25maXJtYXRpb24hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozNDA6ImV5SmpiMlJsUW1WbWIzSmxJam9pVkVoRlVrVWdTVk1nUVNCVFZVSlRWRUZPVkVsQlRDQlNTVk5MSUU5R0lFeFBVMU1nU1U0Z1ZGSkJSRWxPUnlCRFQwMU5UMFJKVkZrZ1JsVlVWVkpGVXl3Z1QxQlVTVTlPVXl3Z1FVNUVJRVpQVWtWSlIwNGdSVmhEU0VGT1IwVWdVRkpQUkZWRFZGTXVJRkJCVTFRZ1VFVlNSazlTVFVGT1EwVWdTVk1nVGs5VUlFbE9SRWxEUVZSSlZrVWdUMFlnUmxWVVZWSkZJRkpGVTFWTVZGTXVJRlJGVTFSSlRVOU9TVUZNVXlCQlVrVWdUazlVSUVsT1JFbERRVlJKVmtVZ1QwWWdSbFZVVlZKRklGQkZVa1pQVWsxQlRrTkZJRTlTSUZOVlEwTkZVMU11SUNJc0ltRmtaRzl1SWpwN2ZYMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX0=','publish','2015-04-14 21:53:57'),(307,2437,'body','YToyOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozMToicm93IGZpdmUtY29sdW1ucyBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxMDp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjEzMDoiW2hlYWRsaW5lIHN0eWxlPVwiMTVcIiBmb250X3NpemU9XCIyMFwiIGFsaWduPVwiY2VudGVyXCIgYm90dG9tX21hcmdpbj1cIjE1XCJdTmVlZCB0byBpbXByb3ZlIHlvdXIgdHJhZGluZyBwZXJmb3JtYW5jZT9bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU2OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiNDBcIiBmb250X2NvbG9yPVwiI2M3MjgwZlwiIGFsaWduPVwiY2VudGVyXCIgYm90dG9tX21hcmdpbj1cIjIwXCJdVHJ5IFRoZSBUcmFkaW5nIFJvb23CriAKUmFua2VkIGluIHRoZSBUb3AgMiUqWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4NjoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjIwXCIgd2lkdGg9XCI1NTZcIl1EZXZlbG9wIG5ldyBza2lsbHMsIGxlYXJuIG5ldyBtZXRob2RzIGFuZCBnYWluIGRpc2NpcGxpbmUuClRyYWRlcnMgdXNlIFRoZSBUcmFkaW5nIFJvb23CriB0bzpbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozNjA6IltidWxsZXRfYmxvY2sgIGxhcmdlX2ljb249XCIzOC5wbmdcIiB3aWR0aD1cIlwiIGFsaWdubWVudD1cImNlbnRlclwiIGZvbnRfc2l6ZT1cIjIwXCJdPHVsPjxsaT4JR2V0IGxpdmUgdHJhZGUgY2FsbHMgaW4gcmVhbC10aW1lIHdpdGggZXhhY3QgZW50cmllcywgc3RvcHMgYW5kIHRhcmdldHMuPC9saT48bGk+CU1hc3RlciBtb3JlIG1hcmtldHMgaW5jbHVkaW5nIHRoZSBGaW5hbmNpYWxzLCBNZXRhbHMsIEVuZXJnaWVzLCBHcmFpbnMgYW5kIEN1cnJlbmNpZXMuPC9saT48bGk+CVRyYWRlIGluIGEgZHluYW1pYyBvbmxpbmUgY29tbXVuaXR5IHdpdGggcHJvZmVzc2lvbmFsIHRyYWRlcnMuPC9saT48L3VsPlsvYnVsbGV0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjQ7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTYxOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjBcIiB3aWR0aD1cIjU1NlwiXU91ciBtZW1iZXJzIGNvbWUgaGVyZSBmb3IgYSByZWFzb24sICA8c3Ryb25nPmZpbmQgeW91cnMuLi4gPC9zdHJvbmc+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjU7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODU6IltpbWFnZXMgc3R5bGU9XCIwXCIgd2lkdGg9XCI1ODVcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo2O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3MzoiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA0L3RyYWRpbmctcm9vbS1hcnQuanBnXCIgd2lkdGg9XCI1ODVcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo3O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjcxOiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjg7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Njc4OiJbZmVhdHVyZV9ib3ggc3R5bGU9XCIxXCIgb25seV9hZHZhbmNlZD1cIlRoZXJlIGFyZSBubyB0aXRsZSBvcHRpb25zIGZvciB0aGUgY2hvb3NlbiBzdHlsZVwiIHdpZHRoPVwiNTU2XCIgYWxpZ25tZW50PVwiY2VudGVyXCJdW29wX2xpdmVlZGl0b3JfZWxlbWVudHNdIFtvcF9saXZlZWRpdG9yX2VsZW1lbnQgZGF0YS1zdHlsZT1cIlwiXVt0ZXh0X2Jsb2NrIHN0eWxlPVwidW5kZWZpbmVkXCIgYWxpZ249XCJsZWZ0XCJdKlRoZSBUcmFkaW5nIFJvb23CriBUcmFkZUxBQiBoYXMgYmVlbiByYW5rZWQgaW4gdGhlIHRvcCAyJSBmb3IgdGhyZWUgY29uc2VjdXRpdmUgeWVhcnMuIFRoZSBzdHVkeSB3YXMgY29uZHVjdGVkIGJ5IERyLiBEZWFuIEhhbmRsZXksIGEgcmVub3duZWQgZXhwZXJ0IGluIGV2YWx1YXRpbmcgZnV0dXJlcyB0cmFkaW5nIHJvb21zLiBIZSBjcml0ZXJpYSBpcyBiYXNlZCBvbiB0cmFkaW5nIHJvb21zIHRoYXQgYXJlIHRydXRoZnVsLCB0cmFuc3BhcmVudCBhbmQgcHJvZml0YWJsZS4gSGlzIHJlc2VhcmNoIGhhcyBiZWVuIHB1Ymxpc2hlZCBpbiBudW1lcm91cyBwdWJsaWNhdGlvbnMgaW5jbHVkaW5nIEZ1dHVyZXMgVHJ1dGggTWFnYXppbmUuWy90ZXh0X2Jsb2NrXVsvb3BfbGl2ZWVkaXRvcl9lbGVtZW50XSBbL29wX2xpdmVlZGl0b3JfZWxlbWVudHNdWy9mZWF0dXJlX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo5O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3NjoiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA0L2Z1dHVyZXMtdHJ1dGgtdGl0YW4uanBnXCIgd2lkdGg9XCIzMjZcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6NTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0MjoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM1XCIgZm9udF9mb250PVwiU2hhZG93cyBJbnRvIExpZ2h0XCIgZm9udF9jb2xvcj1cIiNlODAwMDBcIiBhbGlnbj1cImNlbnRlclwiXVR3byBXZWVrIEZyZWUgVHJpYWxbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTE6IlthcnJvd3Mgc3R5bGU9XCJhcnJvdy1yZWQtMi5wbmdcIiBhbGlnbj1cImNlbnRlclwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzQ3OiJbb3B0aW5fYm94IHN0eWxlPVwiN1wiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNzgzNzU0XCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1SVzUwWlhJZ2VXOTFjaUJ1WVcxbElHRnVaQ0JsYldGcGJDQmlaV3h2ZHlBOGMzUnliMjVuUG01dmR5NHVMand2YzNSeWIyNW5QZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1DbGljayBIZXJlIGFuZCBDaGVjayBZb3VyIEVtYWlsIEluYm94IGZvciBDb25maXJtYXRpb24hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU0NToiW3Rlc3RpbW9uaWFscyBzdHlsZT1cIjRcIiBtYXJnaW5fdG9wPVwiXCIgbWFyZ2luX2JvdHRvbT1cIlwiXVt0ZXN0aW1vbmlhbCBuYW1lPVwiXCIgY29tcGFueT1cIlwiIGhyZWY9XCJcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA0L2RlYW4taGFuZGxleS5qcGdcIl08cD7igJxUaGV5IHRyYWRlIHRoZSBncmVhdGVzdCBkaXZlcnNpdHkgb2YgbWFya2V0cyBJIGhhdmUgZXZlciBzZWVuIGFuZCBwcmVzZW50IGFzIGEgb25lLXN0b3AgZmluYW5jaWFsIGJvdXRpcXVlIHNwZWNpYWxpemluZyBpbiBlbGVjdHJvbmljIHRyYWRpbmcgc3RyYXRlZ3nigKYgVGhlaXIgdGVjaG5vbG9neSBwcm92aWRlcyB0cmFkZXJzIGFjY2VzcyB0byBpbm5vdmF0aXZlIG1ldGhvZHMgdG8gcHJvZml0IGZyb20gdGhlIG1hcmtldHMgd2hpbGUgY29udHJvbGxpbmcgcmlzay7igJ08YnIgLz4KICAgICAgICAgLSBEZWFuIEhhbmRsZXksIFBoRCwgTUJBLCBKRDwvcD4KWy90ZXN0aW1vbmlhbF1bL3Rlc3RpbW9uaWFsc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo0O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ5OToiW3ZpZGVvX3BsYXllciB0eXBlPVwiZW1iZWRcIiB3aWR0aD1cIjM1MFwiIGhlaWdodD1cIjE5N1wiIGFsaWduPVwiY2VudGVyXCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMTVcIl08aW1nIHNyYz1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvcGx1Z2lucy9vcHRpbWl6ZVByZXNzUGx1Z2luL2xpYi9pbWFnZXMvdmlkZW9fcGxhY2Vob2xkZXIucG5nXCIgYWx0PVwiUEdsbWNtRnRaU0J6Y21NOUltaDBkSEJ6T2k4dmNHeGhlV1Z5TG5acGJXVnZMbU52YlM5MmFXUmxieTh4TVRFek5USXdNek1pSUhkcFpIUm9QU0kxTURBaUlHaGxhV2RvZEQwaU1qZ3hJaUJtY21GdFpXSnZjbVJsY2owaU1DSWdkMlZpYTJsMFlXeHNiM2RtZFd4c2MyTnlaV1Z1SUcxdmVtRnNiRzkzWm5Wc2JITmpjbVZsYmlCaGJHeHZkMloxYkd4elkzSmxaVzQrUEM5cFpuSmhiV1UrQ2c9PVwiIHdpZHRoPVwiMVwiIGhlaWdodD1cIjFcIiAvPlsvdmlkZW9fcGxheWVyXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjM0MDoiZXlKamIyUmxRbVZtYjNKbElqb2lWRWhGVWtVZ1NWTWdRU0JUVlVKVFZFRk9WRWxCVENCU1NWTkxJRTlHSUV4UFUxTWdTVTRnVkZKQlJFbE9SeUJEVDAxTlQwUkpWRmtnUmxWVVZWSkZVeXdnVDFCVVNVOU9VeXdnUVU1RUlFWlBVa1ZKUjA0Z1JWaERTRUZPUjBVZ1VGSlBSRlZEVkZNdUlGQkJVMVFnVUVWU1JrOVNUVUZPUTBVZ1NWTWdUazlVSUVsT1JFbERRVlJKVmtVZ1QwWWdSbFZVVlZKRklGSkZVMVZNVkZNdUlGUkZVMVJKVFU5T1NVRk1VeUJCVWtVZ1RrOVVJRWxPUkVsRFFWUkpWa1VnVDBZZ1JsVlVWVkpGSUZCRlVrWlBVazFCVGtORklFOVNJRk5WUTBORlUxTXVJQ0lzSW1Ga1pHOXVJanA3ZlgwPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fQ==','revision','2015-04-25 20:05:25'),(309,2437,'body','YToyOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozMToicm93IGZpdmUtY29sdW1ucyBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo5OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTMwOiJbaGVhZGxpbmUgc3R5bGU9XCIxNVwiIGZvbnRfc2l6ZT1cIjIwXCIgYWxpZ249XCJjZW50ZXJcIiBib3R0b21fbWFyZ2luPVwiMTVcIl1OZWVkIHRvIGltcHJvdmUgeW91ciB0cmFkaW5nIHBlcmZvcm1hbmNlP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNTY6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCI0MFwiIGZvbnRfY29sb3I9XCIjYzcyODBmXCIgYWxpZ249XCJjZW50ZXJcIiBib3R0b21fbWFyZ2luPVwiMjBcIl1UcnkgVGhlIFRyYWRpbmcgUm9vbcKuIApSYW5rZWQgaW4gdGhlIFRvcCAyJSpbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTg2OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjBcIiB3aWR0aD1cIjU1NlwiXURldmVsb3AgbmV3IHNraWxscywgbGVhcm4gbmV3IG1ldGhvZHMgYW5kIGdhaW4gZGlzY2lwbGluZS4KVHJhZGVycyB1c2UgVGhlIFRyYWRpbmcgUm9vbcKuIHRvOlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjM2MDoiW2J1bGxldF9ibG9jayAgbGFyZ2VfaWNvbj1cIjM4LnBuZ1wiIHdpZHRoPVwiXCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZm9udF9zaXplPVwiMjBcIl08dWw+PGxpPglHZXQgbGl2ZSB0cmFkZSBjYWxscyBpbiByZWFsLXRpbWUgd2l0aCBleGFjdCBlbnRyaWVzLCBzdG9wcyBhbmQgdGFyZ2V0cy48L2xpPjxsaT4JTWFzdGVyIG1vcmUgbWFya2V0cyBpbmNsdWRpbmcgdGhlIEZpbmFuY2lhbHMsIE1ldGFscywgRW5lcmdpZXMsIEdyYWlucyBhbmQgQ3VycmVuY2llcy48L2xpPjxsaT4JVHJhZGUgaW4gYSBkeW5hbWljIG9ubGluZSBjb21tdW5pdHkgd2l0aCBwcm9mZXNzaW9uYWwgdHJhZGVycy48L2xpPjwvdWw+Wy9idWxsZXRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4NToiW2ltYWdlcyBzdHlsZT1cIjBcIiB3aWR0aD1cIjU4NVwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjU7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTczOiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDQvdHJhZGluZy1yb29tLWFydC5qcGdcIiB3aWR0aD1cIjU4NVwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjY7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzE6IltpbWFnZXMgc3R5bGU9XCIwXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo2Nzg6IltmZWF0dXJlX2JveCBzdHlsZT1cIjFcIiBvbmx5X2FkdmFuY2VkPVwiVGhlcmUgYXJlIG5vIHRpdGxlIG9wdGlvbnMgZm9yIHRoZSBjaG9vc2VuIHN0eWxlXCIgd2lkdGg9XCI1NTZcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIl1bb3BfbGl2ZWVkaXRvcl9lbGVtZW50c10gW29wX2xpdmVlZGl0b3JfZWxlbWVudCBkYXRhLXN0eWxlPVwiXCJdW3RleHRfYmxvY2sgc3R5bGU9XCJ1bmRlZmluZWRcIiBhbGlnbj1cImxlZnRcIl0qVGhlIFRyYWRpbmcgUm9vbcKuIFRyYWRlTEFCIGhhcyBiZWVuIHJhbmtlZCBpbiB0aGUgdG9wIDIlIGZvciB0aHJlZSBjb25zZWN1dGl2ZSB5ZWFycy4gVGhlIHN0dWR5IHdhcyBjb25kdWN0ZWQgYnkgRHIuIERlYW4gSGFuZGxleSwgYSByZW5vd25lZCBleHBlcnQgaW4gZXZhbHVhdGluZyBmdXR1cmVzIHRyYWRpbmcgcm9vbXMuIEhlIGNyaXRlcmlhIGlzIGJhc2VkIG9uIHRyYWRpbmcgcm9vbXMgdGhhdCBhcmUgdHJ1dGhmdWwsIHRyYW5zcGFyZW50IGFuZCBwcm9maXRhYmxlLiBIaXMgcmVzZWFyY2ggaGFzIGJlZW4gcHVibGlzaGVkIGluIG51bWVyb3VzIHB1YmxpY2F0aW9ucyBpbmNsdWRpbmcgRnV0dXJlcyBUcnV0aCBNYWdhemluZS5bL3RleHRfYmxvY2tdWy9vcF9saXZlZWRpdG9yX2VsZW1lbnRdIFsvb3BfbGl2ZWVkaXRvcl9lbGVtZW50c11bL2ZlYXR1cmVfYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjg7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTc2OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDQvZnV0dXJlcy10cnV0aC10aXRhbi5qcGdcIiB3aWR0aD1cIjMyNlwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI5OiJ0d28tZmlmdGhzIGNvbHVtbiBjb2xzIG5hcnJvdyI7czo4OiJjaGlsZHJlbiI7YTo3OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTQyOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMzVcIiBmb250X2ZvbnQ9XCJTaGFkb3dzIEludG8gTGlnaHRcIiBmb250X2NvbG9yPVwiI2U4MDAwMFwiIGFsaWduPVwiY2VudGVyXCJdVHdvIFdlZWsgRnJlZSBUcmlhbFsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1MToiW2Fycm93cyBzdHlsZT1cImFycm93LXJlZC0yLnBuZ1wiIGFsaWduPVwiY2VudGVyXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3NDc6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM3ODM3NTRcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVJXNTBaWElnZVc5MWNpQnVZVzFsSUdGdVpDQmxiV0ZwYkNCaVpXeHZkeUE4YzNSeWIyNW5QbTV2ZHk0dUxqd3ZjM1J5YjI1blBnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIEhlcmUgYW5kIENoZWNrIFlvdXIgRW1haWwgSW5ib3ggZm9yIENvbmZpcm1hdGlvbiFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTQ1OiJbdGVzdGltb25pYWxzIHN0eWxlPVwiNFwiIG1hcmdpbl90b3A9XCJcIiBtYXJnaW5fYm90dG9tPVwiXCJdW3Rlc3RpbW9uaWFsIG5hbWU9XCJcIiBjb21wYW55PVwiXCIgaHJlZj1cIlwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDQvZGVhbi1oYW5kbGV5LmpwZ1wiXTxwPuKAnFRoZXkgdHJhZGUgdGhlIGdyZWF0ZXN0IGRpdmVyc2l0eSBvZiBtYXJrZXRzIEkgaGF2ZSBldmVyIHNlZW4gYW5kIHByZXNlbnQgYXMgYSBvbmUtc3RvcCBmaW5hbmNpYWwgYm91dGlxdWUgc3BlY2lhbGl6aW5nIGluIGVsZWN0cm9uaWMgdHJhZGluZyBzdHJhdGVneeKApiBUaGVpciB0ZWNobm9sb2d5IHByb3ZpZGVzIHRyYWRlcnMgYWNjZXNzIHRvIGlubm92YXRpdmUgbWV0aG9kcyB0byBwcm9maXQgZnJvbSB0aGUgbWFya2V0cyB3aGlsZSBjb250cm9sbGluZyByaXNrLuKAnTxiciAvPgogICAgICAgICAtIERlYW4gSGFuZGxleSwgUGhELCBNQkEsIEpEPC9wPgpbL3Rlc3RpbW9uaWFsXVsvdGVzdGltb25pYWxzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjQ7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDk5OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJlbWJlZFwiIHdpZHRoPVwiMzUwXCIgaGVpZ2h0PVwiMTk3XCIgYWxpZ249XCJjZW50ZXJcIiBtYXJnaW5fdG9wPVwiMFwiIG1hcmdpbl9ib3R0b209XCIxNVwiXTxpbWcgc3JjPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC9wbHVnaW5zL29wdGltaXplUHJlc3NQbHVnaW4vbGliL2ltYWdlcy92aWRlb19wbGFjZWhvbGRlci5wbmdcIiBhbHQ9XCJQR2xtY21GdFpTQnpjbU05SW1oMGRIQnpPaTh2Y0d4aGVXVnlMblpwYldWdkxtTnZiUzkyYVdSbGJ5OHhNVEV6TlRJd016TWlJSGRwWkhSb1BTSTFNREFpSUdobGFXZG9kRDBpTWpneElpQm1jbUZ0WldKdmNtUmxjajBpTUNJZ2QyVmlhMmwwWVd4c2IzZG1kV3hzYzJOeVpXVnVJRzF2ZW1Gc2JHOTNablZzYkhOamNtVmxiaUJoYkd4dmQyWjFiR3h6WTNKbFpXNCtQQzlwWm5KaGJXVStDZz09XCIgd2lkdGg9XCIxXCIgaGVpZ2h0PVwiMVwiIC8+Wy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxMjM6IltoZWFkbGluZSBzdHlsZT1cIjE1XCIgZm9udF9zaXplPVwiMjBcIiBhbGlnbj1cImNlbnRlclwiIGJvdHRvbV9tYXJnaW49XCIxNVwiXU91ciBtZW1iZXJzIGNvbWUgaGVyZSBmb3IgYSByZWFzb25bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjY7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTAyOiJbaGVhZGxpbmUgc3R5bGU9XCIxNVwiIGZvbnRfc2l6ZT1cIjIwXCIgYWxpZ249XCJjZW50ZXJcIiBib3R0b21fbWFyZ2luPVwiMTVcIl1maW5kIHlvdXJzLi4uWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozNDA6ImV5SmpiMlJsUW1WbWIzSmxJam9pVkVoRlVrVWdTVk1nUVNCVFZVSlRWRUZPVkVsQlRDQlNTVk5MSUU5R0lFeFBVMU1nU1U0Z1ZGSkJSRWxPUnlCRFQwMU5UMFJKVkZrZ1JsVlVWVkpGVXl3Z1QxQlVTVTlPVXl3Z1FVNUVJRVpQVWtWSlIwNGdSVmhEU0VGT1IwVWdVRkpQUkZWRFZGTXVJRkJCVTFRZ1VFVlNSazlTVFVGT1EwVWdTVk1nVGs5VUlFbE9SRWxEUVZSSlZrVWdUMFlnUmxWVVZWSkZJRkpGVTFWTVZGTXVJRlJGVTFSSlRVOU9TVUZNVXlCQlVrVWdUazlVSUVsT1JFbERRVlJKVmtVZ1QwWWdSbFZVVlZKRklGQkZVa1pQVWsxQlRrTkZJRTlTSUZOVlEwTkZVMU11SUNJc0ltRmtaRzl1SWpwN2ZYMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX0=','revision','2015-04-25 20:09:29'),(312,2574,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjI5OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjBcIiBmb250X2ZvbnQ9XCJBc2FwXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjMWE5ZWUwXCIgZm9udF9zcGFjaW5nPVwiLTFcIiBhbGlnbj1cImNlbnRlclwiXTxzdHJvbmc+TElWRSBUUkFJTklORyBXT1JLU0hPUDwvc3Ryb25nPsKgV0lUSCBQRVJGT1JNQU5DRSBDT0FDSCBTVEVWRSBTQ0hXQVJUWlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzFhOWVlMDtwYWRkaW5nLXRvcDozMHB4O3BhZGRpbmctYm90dG9tOjI1cHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeFlUbGxaVEFpTENKd1lXUmthVzVuVkc5d0lqb2lNekFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpVaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI0MjoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjMwXCIgZm9udF9mb250PVwiQXNhcFwiIGZvbnRfc3R5bGU9XCJib2xkXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBmb250X3NoYWRvdz1cImRhcmtcIiBhbGlnbj1cImNlbnRlclwiXUdldCBBaGVhZCBGYXN0ZXI6IFByZWRpY3RpdmUgQWxnb3JpdGhtcyB3aXRoIEF1dG9tYXRpb24gR2V0cyBZb3UgwqAgwqAgwqAgwqAgQW1hemluZyBSZXN1bHRzWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzg6ImJhY2tncm91bmQ6IzIxMjEyMTtwYWRkaW5nLWJvdHRvbTowcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo3MjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU15TVRJeE1qRWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNQ0o5IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4NToiW2NhbGVuZGFyX2RhdGUgc3R5bGU9XCIxXCIgbW9udGg9XCJNYXJjaFwiIGNhbGVuZGFyX2Jhcl9jb2xvcj1cIiNmZjAwMDBcIiBkYXk9XCIxOFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3NDoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjIxXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiB3aWR0aD1cIjIyMFwiXTxzdHJvbmc+VHVlc2RheSAsIE1hcmNoIDE4dGgKPC9zdHJvbmc+NzozMCBQTSBFYXN0ZXJuIFRpbWVbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc4ODoiW29wdGluX2JveCBzdHlsZT1cIjdcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImVtYWlsXCIgcmVkaXJlY3RfdXJsPVwiaHR0cHM6Ly93d3czLmdvdG9tZWV0aW5nLmNvbS9yZWdpc3Rlci81ODY4NDEyODZcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdSGVyZVwncyBUaGUgSGVhZGxpbmUgRm9yIFRoZSBCb3hbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1URzl5WlcwZ2FYQnpkVzBnWkc5c2IzSWdjMmwwSUdGdFpYUXNJR052Ym5ObFkzUmxkSFZ5SUdGa2FYQnBjMk5wYm1jZ1pXeHBkQzRnUkc5dVpXTWdkbVZzSUc1MWJtTWdibTl1SUd4aFkzVnpJSFpsYm1WdVlYUnBjeUJqYjIxdGIyUnZMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1HZXQgSW5zdGFudCBBY2Nlc3MhWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MjthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxMTA6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxNTY6ImV5SmlZV05yWjNKdmRXNWtTVzFoWjJVaU9pSjFjbXdvYUhSMGNEb3ZMMjl3ZEdsdGFYcGxjSEpsYzNNeUxtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE15OHdOaTlpWVdOck1TNXdibWNwSWl3aVltRmphMmR5YjNWdVpGQnZjMmwwYVc5dUlqb2lkR2xzWlNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMwNToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM1XCIgYWxpZ249XCJsZWZ0XCIgbGluZV9oZWlnaHQ9XCIzNVwiXTxkaXYgZGF0YS1sYj1cImVkaXRhYmxlLXJpY2gtdGV4dFwiIGRhdGEtbGItaWQ9XCJtYWluLWhlYWRsaW5lXCIgZGF0YS1sYi1uYW1lPVwiTWFpbiBIZWFkbGluZSBUZXh0XCI+RFVSSU5HIFRISVMgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFhOWVlMDtcIj48c3Ryb25nPkZSRUUgVFJBSU5JTkcgV09SS1NIT1AgV0VCSU5BUjwvc3Ryb25nPjwvc3Bhbj4gWU9VIFdJTEwgTEVBUk46PC9kaXY+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjM3NToiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCIzXCIgY29sb3I9XCIjMWE5ZWUwXCJdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIkhvdyB0byB1c2UgdGhlIFJpb3NRdWFudCBmb3J3YXJkIGxvb2tpbmcgaW5kaWNhdG9ycyB0byBzZWxlY3QgdGhlIG1hcmtldHMgcG9pc2VkIGZvciBleHBsb3NpdmUgcHJpY2UgYWNjdGlvblwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjNcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiV2hlbiB0byB0dXJuIG9uIHRyYWRpbmcgc3lzdGVtIGF1dG9tYXRpb24gZm9yIGJldHRlciBkaXNjaXBsaW5lIGFuZCBjb25zaXN0ZW5jeSB0byBib29zdCB5b3VyIHBlcmZvcm1hbmNlIFwiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjc6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMTA6IltpbWFnZXMgc3R5bGU9XCI1XCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9SUS1SYW5raW5nLXNjcmVlbi1zaG90MS0xMDI0eDY5MS5qcGdcIiB3aWR0aD1cIjEwMjRcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjI2OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjRcIiBmb250X2ZvbnQ9XCJTaGFkb3dzIEludG8gTGlnaHRcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiNDYwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+RXhwZXJpZW5jZSB0aGUgUG93ZXIgb2YgTWFya2V0IEludGVsbGlnZW5jZTwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjM7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319aTo0O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMyOiJbdmVydGljYWxfc3BhY2luZyBoZWlnaHQ9XCIzMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjU7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJjZW50ZXJcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjOTE5MTkxXCIgYm90dG9tX3BhZGRpbmc9XCIxMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCI0NjBcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5TaGFyZSB0aGlzIHBhZ2Ugd2l0aCB5b3VyIGZyaWVuZHMuLi48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjY7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjY0OiJbc29jaWFsX3NoYXJpbmcgc3R5bGU9XCJzdHlsZS0yMFwiIGZiX2NvbG9yPVwibGlnaHRcIiBmYl9sYW5nPVwiZW5fR0JcIiBmYl90ZXh0PVwicmVjb21tZW5kXCIgZmJfYnV0dG9uX3RleHQ9XCJTaGFyZVwiIHR3X2xhbmc9XCJlblwiIHR3X2J1dHRvbl90ZXh0PVwiU2hhcmVcIiBnX2xhbmc9XCJlbi1HQlwiIGdfYnV0dG9uX3RleHQ9XCJTaGFyZVwiIHBfZGVzY3JpcHRpb249XCJcIiBsaW5rZWRpbl9sYW5nPVwiZW5fVVNcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6NDthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czo1NjoiYmFja2dyb3VuZDojZWE3MTEwO3BhZGRpbmctdG9wOjQ1cHg7cGFkZGluZy1ib3R0b206MjVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEwMDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5sWVRjeE1UQWlMQ0p3WVdSa2FXNW5WRzl3SWpvaU5EVWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNalVpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjk2OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjBcIiBmb250X2NvbG9yPVwiI2ZmZmZmZlwiIGFsaWduPVwiY2VudGVyXCJdV0FSTklORzogwqBXZSBvbmx5IGhhdmUgMTAwIHNwb3RzIG9uIG91ciB3ZWJpbmFyIHN5c3RlbSBhdmFpbGFibGUgYW5kwqBzcGFjZSB3aWxsIGZpbGwgdXAgZmFzdCBzbyByZWdpc3RlciBub3cgdG8gYXZvaWQgbWlzc2luZyBvdXQuIMKgVGhpcyB3ZWJpbmFyIGlzIHBhY2tlZCB3aXRoIGhpZ2ggcXVhbGl0eSBjb250ZW50IGFuZCB3aWxsIGZpbGwgdXAgZmFzdCFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTo1O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE0NzoiYmFja2dyb3VuZC1pbWFnZTp1cmwoaHR0cDovL29wdGltaXplcHJlc3MyLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8wNi9iYWNrMS5wbmcpO2JhY2tncm91bmQtcmVwZWF0OnJlcGVhdDtwYWRkaW5nLXRvcDozMHB4O3BhZGRpbmctYm90dG9tOjUwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoyMDg6ImV5SmlZV05yWjNKdmRXNWtTVzFoWjJVaU9pSjFjbXdvYUhSMGNEb3ZMMjl3ZEdsdGFYcGxjSEpsYzNNeUxtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE15OHdOaTlpWVdOck1TNXdibWNwSWl3aVltRmphMmR5YjNWdVpGQnZjMmwwYVc5dUlqb2lkR2xzWlNJc0luQmhaR1JwYm1kVWIzQWlPaUl6TUNJc0luQmhaR1JwYm1kQ2IzUjBiMjBpT2lJMU1DSjkiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjI1XCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGFsaWduPVwiY2VudGVyXCIgYm90dG9tX21hcmdpbj1cIjIwXCJdPHN0cm9uZz5UaGlzIG9uZSB3aWxsIGJlIG5vIGV4Y2VwdGlvbi7CoFNvIGNsYWltIHlvdXIgc3BvdCBiZWxvdyE8L3N0cm9uZz5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Nzg5OiJbb3B0aW5fYm94IHN0eWxlPVwiN1wiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiBlbWFpbF9hZGRyZXNzPVwiaHR0cHM6Ly93d3czLmdvdG9tZWV0aW5nLmNvbS9yZWdpc3Rlci81ODY4NDEyODZcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdSGVyZVwncyBUaGUgSGVhZGxpbmUgRm9yIFRoZSBCb3hbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1URzl5WlcwZ2FYQnpkVzBnWkc5c2IzSWdjMmwwSUdGdFpYUXNJR052Ym5ObFkzUmxkSFZ5SUdGa2FYQnBjMk5wYm1jZ1pXeHBkQzRnUkc5dVpXTWdkbVZzSUc1MWJtTWdibTl1SUd4aFkzVnpJSFpsYm1WdVlYUnBjeUJqYjIxdGIyUnZMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1HZXQgSW5zdGFudCBBY2Nlc3MhWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI2MzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkNPTU1PRElUWSBGVVRVUkVTLCBPUFRJT05TLCBBTkQgRk9SRVggVFJBRElORyBJTlZPTFZFUyBTVUJTVEFOVElBTCBSSVNLIEFORCBJUyBOT1QgU1VJVEFCTEUgRk9SIEFMTCBJTlZFU1RPUlMuIFBBU1QgUkVTVUxUUyBJUyBOT1QgSU5ESUNBVElWRSBPRiBGVVRVUkUgUEVSRk9STUFOQ0UuPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','revision','2015-08-19 19:14:47'),(301,2437,'body','YToyOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozMToicm93IGZpdmUtY29sdW1ucyBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxMDp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjEzMDoiW2hlYWRsaW5lIHN0eWxlPVwiMTVcIiBmb250X3NpemU9XCIyMFwiIGFsaWduPVwiY2VudGVyXCIgYm90dG9tX21hcmdpbj1cIjE1XCJdTmVlZCB0byBpbXByb3ZlIHlvdXIgdHJhZGluZyBwZXJmb3JtYW5jZT9bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU2OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiNDBcIiBmb250X2NvbG9yPVwiI2M3MjgwZlwiIGFsaWduPVwiY2VudGVyXCIgYm90dG9tX21hcmdpbj1cIjIwXCJdVHJ5IFRoZSBUcmFkaW5nIFJvb23CriAKUmFua2VkIGluIHRoZSBUb3AgMiUqWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4NjoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjIwXCIgd2lkdGg9XCI1NTZcIl1EZXZlbG9wIG5ldyBza2lsbHMsIGxlYXJuIG5ldyBtZXRob2RzIGFuZCBnYWluIGRpc2NpcGxpbmUuClRyYWRlcnMgdXNlIFRoZSBUcmFkaW5nIFJvb23CriB0bzpbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozNjA6IltidWxsZXRfYmxvY2sgIGxhcmdlX2ljb249XCIzOC5wbmdcIiB3aWR0aD1cIlwiIGFsaWdubWVudD1cImNlbnRlclwiIGZvbnRfc2l6ZT1cIjIwXCJdPHVsPjxsaT4JR2V0IGxpdmUgdHJhZGUgY2FsbHMgaW4gcmVhbC10aW1lIHdpdGggZXhhY3QgZW50cmllcywgc3RvcHMgYW5kIHRhcmdldHMuPC9saT48bGk+CU1hc3RlciBtb3JlIG1hcmtldHMgaW5jbHVkaW5nIHRoZSBGaW5hbmNpYWxzLCBNZXRhbHMsIEVuZXJnaWVzLCBHcmFpbnMgYW5kIEN1cnJlbmNpZXMuPC9saT48bGk+CVRyYWRlIGluIGEgZHluYW1pYyBvbmxpbmUgY29tbXVuaXR5IHdpdGggcHJvZmVzc2lvbmFsIHRyYWRlcnMuPC9saT48L3VsPlsvYnVsbGV0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjQ7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTYxOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjBcIiB3aWR0aD1cIjU1NlwiXU91ciBtZW1iZXJzIGNvbWUgaGVyZSBmb3IgYSByZWFzb24sICA8c3Ryb25nPmZpbmQgeW91cnMuLi4gPC9zdHJvbmc+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjU7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODU6IltpbWFnZXMgc3R5bGU9XCIwXCIgd2lkdGg9XCI1ODVcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo2O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3MzoiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA0L3RyYWRpbmctcm9vbS1hcnQuanBnXCIgd2lkdGg9XCI1ODVcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo3O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjcxOiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjg7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Njc4OiJbZmVhdHVyZV9ib3ggc3R5bGU9XCIxXCIgb25seV9hZHZhbmNlZD1cIlRoZXJlIGFyZSBubyB0aXRsZSBvcHRpb25zIGZvciB0aGUgY2hvb3NlbiBzdHlsZVwiIHdpZHRoPVwiNTU2XCIgYWxpZ25tZW50PVwiY2VudGVyXCJdW29wX2xpdmVlZGl0b3JfZWxlbWVudHNdIFtvcF9saXZlZWRpdG9yX2VsZW1lbnQgZGF0YS1zdHlsZT1cIlwiXVt0ZXh0X2Jsb2NrIHN0eWxlPVwidW5kZWZpbmVkXCIgYWxpZ249XCJsZWZ0XCJdKlRoZSBUcmFkaW5nIFJvb23CriBUcmFkZUxBQiBoYXMgYmVlbiByYW5rZWQgaW4gdGhlIHRvcCAyJSBmb3IgdGhyZWUgY29uc2VjdXRpdmUgeWVhcnMuIFRoZSBzdHVkeSB3YXMgY29uZHVjdGVkIGJ5IERyLiBEZWFuIEhhbmRsZXksIGEgcmVub3duZWQgZXhwZXJ0IGluIGV2YWx1YXRpbmcgZnV0dXJlcyB0cmFkaW5nIHJvb21zLiBIZSBjcml0ZXJpYSBpcyBiYXNlZCBvbiB0cmFkaW5nIHJvb21zIHRoYXQgYXJlIHRydXRoZnVsLCB0cmFuc3BhcmVudCBhbmQgcHJvZml0YWJsZS4gSGlzIHJlc2VhcmNoIGhhcyBiZWVuIHB1Ymxpc2hlZCBpbiBudW1lcm91cyBwdWJsaWNhdGlvbnMgaW5jbHVkaW5nIEZ1dHVyZXMgVHJ1dGggTWFnYXppbmUuWy90ZXh0X2Jsb2NrXVsvb3BfbGl2ZWVkaXRvcl9lbGVtZW50XSBbL29wX2xpdmVlZGl0b3JfZWxlbWVudHNdWy9mZWF0dXJlX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo5O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjEwMjoiW3R3b19jb2x1bW5fYmxvY2sgc3R5bGU9XCIxXCJdIFtjb250ZW50MV10ZXN0Wy9jb250ZW50MV0gW2NvbnRlbnQyXXRlc3RbL2NvbnRlbnQyXSBbL3R3b19jb2x1bW5fYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6Mjk6InR3by1maWZ0aHMgY29sdW1uIGNvbHMgbmFycm93IjtzOjg6ImNoaWxkcmVuIjthOjY6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0OTk6Ilt2aWRlb19wbGF5ZXIgdHlwZT1cImVtYmVkXCIgd2lkdGg9XCIzNTBcIiBoZWlnaHQ9XCIxOTdcIiBhbGlnbj1cImNlbnRlclwiIG1hcmdpbl90b3A9XCIwXCIgbWFyZ2luX2JvdHRvbT1cIjE1XCJdPGltZyBzcmM9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3BsdWdpbnMvb3B0aW1pemVQcmVzc1BsdWdpbi9saWIvaW1hZ2VzL3ZpZGVvX3BsYWNlaG9sZGVyLnBuZ1wiIGFsdD1cIlBHbG1jbUZ0WlNCemNtTTlJbWgwZEhCek9pOHZjR3hoZVdWeUxuWnBiV1Z2TG1OdmJTOTJhV1JsYnk4eE1URXpOVEl3TXpNaUlIZHBaSFJvUFNJMU1EQWlJR2hsYVdkb2REMGlNamd4SWlCbWNtRnRaV0p2Y21SbGNqMGlNQ0lnZDJWaWEybDBZV3hzYjNkbWRXeHNjMk55WldWdUlHMXZlbUZzYkc5M1puVnNiSE5qY21WbGJpQmhiR3h2ZDJaMWJHeHpZM0psWlc0K1BDOXBabkpoYldVK0NnPT1cIiB3aWR0aD1cIjFcIiBoZWlnaHQ9XCIxXCIgLz5bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0MjoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM1XCIgZm9udF9mb250PVwiU2hhZG93cyBJbnRvIExpZ2h0XCIgZm9udF9jb2xvcj1cIiNlODAwMDBcIiBhbGlnbj1cImNlbnRlclwiXVR3byBXZWVrIEZyZWUgVHJpYWxbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTE6IlthcnJvd3Mgc3R5bGU9XCJhcnJvdy1yZWQtMi5wbmdcIiBhbGlnbj1cImNlbnRlclwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzQ3OiJbb3B0aW5fYm94IHN0eWxlPVwiN1wiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNzgzNzU0XCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1SVzUwWlhJZ2VXOTFjaUJ1WVcxbElHRnVaQ0JsYldGcGJDQmlaV3h2ZHlBOGMzUnliMjVuUG01dmR5NHVMand2YzNSeWIyNW5QZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1DbGljayBIZXJlIGFuZCBDaGVjayBZb3VyIEVtYWlsIEluYm94IGZvciBDb25maXJtYXRpb24hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo0O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3NjoiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA0L2Z1dHVyZXMtdHJ1dGgtdGl0YW4uanBnXCIgd2lkdGg9XCIzMjZcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo1O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU2NDoiW3Rlc3RpbW9uaWFscyBzdHlsZT1cIjRcIiBtYXJnaW5fdG9wPVwiXCIgbWFyZ2luX2JvdHRvbT1cIlwiXVt0ZXN0aW1vbmlhbCBuYW1lPVwiXCIgY29tcGFueT1cIlwiIGhyZWY9XCJcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA0L2RlYW4taGFuZGxleS5qcGdcIl08cD5SaW9zIFF1YW50aXRhdGl2ZSDigJMg4oCcVGhleSB0cmFkZSB0aGUgZ3JlYXRlc3QgZGl2ZXJzaXR5IG9mIGZ1dHVyZXMgaW5kaWNlcyBJIGhhdmUgZXZlciBzZWVuIGFuZCBwcmVzZW50IGFzIGEgb25lLXN0b3AgZmluYW5jaWFsIGJvdXRpcXVlIHNwZWNpYWxpemluZyBpbiBlbGVjdHJvbmljIHRyYWRpbmcgc3RyYXRlZ3nigKYgVGhlaXIgdGVjaG5vbG9neSBwcm92aWRlcyB0cmFkZXJzIGFjY2VzcyB0byBpbm5vdmF0aXZlIG1ldGhvZHMgdG8gcHJvZml0IGZyb20gdGhlIG1hcmtldHMgd2hpbGUgY29udHJvbGxpbmcgcmlzay7igJ08YnIgLz4KRGVhbiBIYW5kbGV5LCBQaEQsIE1CQSwgSkQ8L3A+ClsvdGVzdGltb25pYWxdWy90ZXN0aW1vbmlhbHNdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czoyOToicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MzQwOiJleUpqYjJSbFFtVm1iM0psSWpvaVZFaEZVa1VnU1ZNZ1FTQlRWVUpUVkVGT1ZFbEJUQ0JTU1ZOTElFOUdJRXhQVTFNZ1NVNGdWRkpCUkVsT1J5QkRUMDFOVDBSSlZGa2dSbFZVVlZKRlV5d2dUMUJVU1U5T1V5d2dRVTVFSUVaUFVrVkpSMDRnUlZoRFNFRk9SMFVnVUZKUFJGVkRWRk11SUZCQlUxUWdVRVZTUms5U1RVRk9RMFVnU1ZNZ1RrOVVJRWxPUkVsRFFWUkpWa1VnVDBZZ1JsVlVWVkpGSUZKRlUxVk1WRk11SUZSRlUxUkpUVTlPU1VGTVV5QkJVa1VnVGs5VUlFbE9SRWxEUVZSSlZrVWdUMFlnUmxWVVZWSkZJRkJGVWtaUFVrMUJUa05GSUU5U0lGTlZRME5GVTFNdUlDSXNJbUZrWkc5dUlqcDdmWDA9IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19','revision','2015-04-25 19:52:03'),(302,2437,'body','YToyOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozMToicm93IGZpdmUtY29sdW1ucyBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxMDp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjEzMDoiW2hlYWRsaW5lIHN0eWxlPVwiMTVcIiBmb250X3NpemU9XCIyMFwiIGFsaWduPVwiY2VudGVyXCIgYm90dG9tX21hcmdpbj1cIjE1XCJdTmVlZCB0byBpbXByb3ZlIHlvdXIgdHJhZGluZyBwZXJmb3JtYW5jZT9bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU2OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiNDBcIiBmb250X2NvbG9yPVwiI2M3MjgwZlwiIGFsaWduPVwiY2VudGVyXCIgYm90dG9tX21hcmdpbj1cIjIwXCJdVHJ5IFRoZSBUcmFkaW5nIFJvb23CriAKUmFua2VkIGluIHRoZSBUb3AgMiUqWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4NjoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjIwXCIgd2lkdGg9XCI1NTZcIl1EZXZlbG9wIG5ldyBza2lsbHMsIGxlYXJuIG5ldyBtZXRob2RzIGFuZCBnYWluIGRpc2NpcGxpbmUuClRyYWRlcnMgdXNlIFRoZSBUcmFkaW5nIFJvb23CriB0bzpbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozNjA6IltidWxsZXRfYmxvY2sgIGxhcmdlX2ljb249XCIzOC5wbmdcIiB3aWR0aD1cIlwiIGFsaWdubWVudD1cImNlbnRlclwiIGZvbnRfc2l6ZT1cIjIwXCJdPHVsPjxsaT4JR2V0IGxpdmUgdHJhZGUgY2FsbHMgaW4gcmVhbC10aW1lIHdpdGggZXhhY3QgZW50cmllcywgc3RvcHMgYW5kIHRhcmdldHMuPC9saT48bGk+CU1hc3RlciBtb3JlIG1hcmtldHMgaW5jbHVkaW5nIHRoZSBGaW5hbmNpYWxzLCBNZXRhbHMsIEVuZXJnaWVzLCBHcmFpbnMgYW5kIEN1cnJlbmNpZXMuPC9saT48bGk+CVRyYWRlIGluIGEgZHluYW1pYyBvbmxpbmUgY29tbXVuaXR5IHdpdGggcHJvZmVzc2lvbmFsIHRyYWRlcnMuPC9saT48L3VsPlsvYnVsbGV0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjQ7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTYxOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjBcIiB3aWR0aD1cIjU1NlwiXU91ciBtZW1iZXJzIGNvbWUgaGVyZSBmb3IgYSByZWFzb24sICA8c3Ryb25nPmZpbmQgeW91cnMuLi4gPC9zdHJvbmc+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjU7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODU6IltpbWFnZXMgc3R5bGU9XCIwXCIgd2lkdGg9XCI1ODVcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo2O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3MzoiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA0L3RyYWRpbmctcm9vbS1hcnQuanBnXCIgd2lkdGg9XCI1ODVcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo3O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ5OToiW3ZpZGVvX3BsYXllciB0eXBlPVwiZW1iZWRcIiB3aWR0aD1cIjM1MFwiIGhlaWdodD1cIjE5N1wiIGFsaWduPVwiY2VudGVyXCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMTVcIl08aW1nIHNyYz1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvcGx1Z2lucy9vcHRpbWl6ZVByZXNzUGx1Z2luL2xpYi9pbWFnZXMvdmlkZW9fcGxhY2Vob2xkZXIucG5nXCIgYWx0PVwiUEdsbWNtRnRaU0J6Y21NOUltaDBkSEJ6T2k4dmNHeGhlV1Z5TG5acGJXVnZMbU52YlM5MmFXUmxieTh4TVRFek5USXdNek1pSUhkcFpIUm9QU0kxTURBaUlHaGxhV2RvZEQwaU1qZ3hJaUJtY21GdFpXSnZjbVJsY2owaU1DSWdkMlZpYTJsMFlXeHNiM2RtZFd4c2MyTnlaV1Z1SUcxdmVtRnNiRzkzWm5Wc2JITmpjbVZsYmlCaGJHeHZkMloxYkd4elkzSmxaVzQrUEM5cFpuSmhiV1UrQ2c9PVwiIHdpZHRoPVwiMVwiIGhlaWdodD1cIjFcIiAvPlsvdmlkZW9fcGxheWVyXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjg7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzE6IltpbWFnZXMgc3R5bGU9XCIwXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6OTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo2Nzg6IltmZWF0dXJlX2JveCBzdHlsZT1cIjFcIiBvbmx5X2FkdmFuY2VkPVwiVGhlcmUgYXJlIG5vIHRpdGxlIG9wdGlvbnMgZm9yIHRoZSBjaG9vc2VuIHN0eWxlXCIgd2lkdGg9XCI1NTZcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIl1bb3BfbGl2ZWVkaXRvcl9lbGVtZW50c10gW29wX2xpdmVlZGl0b3JfZWxlbWVudCBkYXRhLXN0eWxlPVwiXCJdW3RleHRfYmxvY2sgc3R5bGU9XCJ1bmRlZmluZWRcIiBhbGlnbj1cImxlZnRcIl0qVGhlIFRyYWRpbmcgUm9vbcKuIFRyYWRlTEFCIGhhcyBiZWVuIHJhbmtlZCBpbiB0aGUgdG9wIDIlIGZvciB0aHJlZSBjb25zZWN1dGl2ZSB5ZWFycy4gVGhlIHN0dWR5IHdhcyBjb25kdWN0ZWQgYnkgRHIuIERlYW4gSGFuZGxleSwgYSByZW5vd25lZCBleHBlcnQgaW4gZXZhbHVhdGluZyBmdXR1cmVzIHRyYWRpbmcgcm9vbXMuIEhlIGNyaXRlcmlhIGlzIGJhc2VkIG9uIHRyYWRpbmcgcm9vbXMgdGhhdCBhcmUgdHJ1dGhmdWwsIHRyYW5zcGFyZW50IGFuZCBwcm9maXRhYmxlLiBIaXMgcmVzZWFyY2ggaGFzIGJlZW4gcHVibGlzaGVkIGluIG51bWVyb3VzIHB1YmxpY2F0aW9ucyBpbmNsdWRpbmcgRnV0dXJlcyBUcnV0aCBNYWdhemluZS5bL3RleHRfYmxvY2tdWy9vcF9saXZlZWRpdG9yX2VsZW1lbnRdIFsvb3BfbGl2ZWVkaXRvcl9lbGVtZW50c11bL2ZlYXR1cmVfYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI5OiJ0d28tZmlmdGhzIGNvbHVtbiBjb2xzIG5hcnJvdyI7czo4OiJjaGlsZHJlbiI7YTo1OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTQyOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMzVcIiBmb250X2ZvbnQ9XCJTaGFkb3dzIEludG8gTGlnaHRcIiBmb250X2NvbG9yPVwiI2U4MDAwMFwiIGFsaWduPVwiY2VudGVyXCJdVHdvIFdlZWsgRnJlZSBUcmlhbFsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1MToiW2Fycm93cyBzdHlsZT1cImFycm93LXJlZC0yLnBuZ1wiIGFsaWduPVwiY2VudGVyXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3NDc6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM3ODM3NTRcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVJXNTBaWElnZVc5MWNpQnVZVzFsSUdGdVpDQmxiV0ZwYkNCaVpXeHZkeUE4YzNSeWIyNW5QbTV2ZHk0dUxqd3ZjM1J5YjI1blBnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIEhlcmUgYW5kIENoZWNrIFlvdXIgRW1haWwgSW5ib3ggZm9yIENvbmZpcm1hdGlvbiFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTc2OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDQvZnV0dXJlcy10cnV0aC10aXRhbi5qcGdcIiB3aWR0aD1cIjMyNlwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjQ7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTY0OiJbdGVzdGltb25pYWxzIHN0eWxlPVwiNFwiIG1hcmdpbl90b3A9XCJcIiBtYXJnaW5fYm90dG9tPVwiXCJdW3Rlc3RpbW9uaWFsIG5hbWU9XCJcIiBjb21wYW55PVwiXCIgaHJlZj1cIlwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDQvZGVhbi1oYW5kbGV5LmpwZ1wiXTxwPlJpb3MgUXVhbnRpdGF0aXZlIOKAkyDigJxUaGV5IHRyYWRlIHRoZSBncmVhdGVzdCBkaXZlcnNpdHkgb2YgZnV0dXJlcyBpbmRpY2VzIEkgaGF2ZSBldmVyIHNlZW4gYW5kIHByZXNlbnQgYXMgYSBvbmUtc3RvcCBmaW5hbmNpYWwgYm91dGlxdWUgc3BlY2lhbGl6aW5nIGluIGVsZWN0cm9uaWMgdHJhZGluZyBzdHJhdGVneeKApiBUaGVpciB0ZWNobm9sb2d5IHByb3ZpZGVzIHRyYWRlcnMgYWNjZXNzIHRvIGlubm92YXRpdmUgbWV0aG9kcyB0byBwcm9maXQgZnJvbSB0aGUgbWFya2V0cyB3aGlsZSBjb250cm9sbGluZyByaXNrLuKAnTxiciAvPgpEZWFuIEhhbmRsZXksIFBoRCwgTUJBLCBKRDwvcD4KWy90ZXN0aW1vbmlhbF1bL3Rlc3RpbW9uaWFsc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozNDA6ImV5SmpiMlJsUW1WbWIzSmxJam9pVkVoRlVrVWdTVk1nUVNCVFZVSlRWRUZPVkVsQlRDQlNTVk5MSUU5R0lFeFBVMU1nU1U0Z1ZGSkJSRWxPUnlCRFQwMU5UMFJKVkZrZ1JsVlVWVkpGVXl3Z1QxQlVTVTlPVXl3Z1FVNUVJRVpQVWtWSlIwNGdSVmhEU0VGT1IwVWdVRkpQUkZWRFZGTXVJRkJCVTFRZ1VFVlNSazlTVFVGT1EwVWdTVk1nVGs5VUlFbE9SRWxEUVZSSlZrVWdUMFlnUmxWVVZWSkZJRkpGVTFWTVZGTXVJRlJGVTFSSlRVOU9TVUZNVXlCQlVrVWdUazlVSUVsT1JFbERRVlJKVmtVZ1QwWWdSbFZVVlZKRklGQkZVa1pQVWsxQlRrTkZJRTlTSUZOVlEwTkZVMU11SUNJc0ltRmtaRzl1SWpwN2ZYMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX0=','revision','2015-04-25 19:53:12'),(303,2437,'body','YToyOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozMToicm93IGZpdmUtY29sdW1ucyBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo5OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTMwOiJbaGVhZGxpbmUgc3R5bGU9XCIxNVwiIGZvbnRfc2l6ZT1cIjIwXCIgYWxpZ249XCJjZW50ZXJcIiBib3R0b21fbWFyZ2luPVwiMTVcIl1OZWVkIHRvIGltcHJvdmUgeW91ciB0cmFkaW5nIHBlcmZvcm1hbmNlP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNTY6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCI0MFwiIGZvbnRfY29sb3I9XCIjYzcyODBmXCIgYWxpZ249XCJjZW50ZXJcIiBib3R0b21fbWFyZ2luPVwiMjBcIl1UcnkgVGhlIFRyYWRpbmcgUm9vbcKuIApSYW5rZWQgaW4gdGhlIFRvcCAyJSpbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTg2OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjBcIiB3aWR0aD1cIjU1NlwiXURldmVsb3AgbmV3IHNraWxscywgbGVhcm4gbmV3IG1ldGhvZHMgYW5kIGdhaW4gZGlzY2lwbGluZS4KVHJhZGVycyB1c2UgVGhlIFRyYWRpbmcgUm9vbcKuIHRvOlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjM2MDoiW2J1bGxldF9ibG9jayAgbGFyZ2VfaWNvbj1cIjM4LnBuZ1wiIHdpZHRoPVwiXCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZm9udF9zaXplPVwiMjBcIl08dWw+PGxpPglHZXQgbGl2ZSB0cmFkZSBjYWxscyBpbiByZWFsLXRpbWUgd2l0aCBleGFjdCBlbnRyaWVzLCBzdG9wcyBhbmQgdGFyZ2V0cy48L2xpPjxsaT4JTWFzdGVyIG1vcmUgbWFya2V0cyBpbmNsdWRpbmcgdGhlIEZpbmFuY2lhbHMsIE1ldGFscywgRW5lcmdpZXMsIEdyYWlucyBhbmQgQ3VycmVuY2llcy48L2xpPjxsaT4JVHJhZGUgaW4gYSBkeW5hbWljIG9ubGluZSBjb21tdW5pdHkgd2l0aCBwcm9mZXNzaW9uYWwgdHJhZGVycy48L2xpPjwvdWw+Wy9idWxsZXRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjE6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyMFwiIHdpZHRoPVwiNTU2XCJdT3VyIG1lbWJlcnMgY29tZSBoZXJlIGZvciBhIHJlYXNvbiwgIDxzdHJvbmc+ZmluZCB5b3Vycy4uLiA8L3N0cm9uZz5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4NToiW2ltYWdlcyBzdHlsZT1cIjBcIiB3aWR0aD1cIjU4NVwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjY7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTczOiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDQvdHJhZGluZy1yb29tLWFydC5qcGdcIiB3aWR0aD1cIjU4NVwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjc7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzE6IltpbWFnZXMgc3R5bGU9XCIwXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6ODthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo2Nzg6IltmZWF0dXJlX2JveCBzdHlsZT1cIjFcIiBvbmx5X2FkdmFuY2VkPVwiVGhlcmUgYXJlIG5vIHRpdGxlIG9wdGlvbnMgZm9yIHRoZSBjaG9vc2VuIHN0eWxlXCIgd2lkdGg9XCI1NTZcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIl1bb3BfbGl2ZWVkaXRvcl9lbGVtZW50c10gW29wX2xpdmVlZGl0b3JfZWxlbWVudCBkYXRhLXN0eWxlPVwiXCJdW3RleHRfYmxvY2sgc3R5bGU9XCJ1bmRlZmluZWRcIiBhbGlnbj1cImxlZnRcIl0qVGhlIFRyYWRpbmcgUm9vbcKuIFRyYWRlTEFCIGhhcyBiZWVuIHJhbmtlZCBpbiB0aGUgdG9wIDIlIGZvciB0aHJlZSBjb25zZWN1dGl2ZSB5ZWFycy4gVGhlIHN0dWR5IHdhcyBjb25kdWN0ZWQgYnkgRHIuIERlYW4gSGFuZGxleSwgYSByZW5vd25lZCBleHBlcnQgaW4gZXZhbHVhdGluZyBmdXR1cmVzIHRyYWRpbmcgcm9vbXMuIEhlIGNyaXRlcmlhIGlzIGJhc2VkIG9uIHRyYWRpbmcgcm9vbXMgdGhhdCBhcmUgdHJ1dGhmdWwsIHRyYW5zcGFyZW50IGFuZCBwcm9maXRhYmxlLiBIaXMgcmVzZWFyY2ggaGFzIGJlZW4gcHVibGlzaGVkIGluIG51bWVyb3VzIHB1YmxpY2F0aW9ucyBpbmNsdWRpbmcgRnV0dXJlcyBUcnV0aCBNYWdhemluZS5bL3RleHRfYmxvY2tdWy9vcF9saXZlZWRpdG9yX2VsZW1lbnRdIFsvb3BfbGl2ZWVkaXRvcl9lbGVtZW50c11bL2ZlYXR1cmVfYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI5OiJ0d28tZmlmdGhzIGNvbHVtbiBjb2xzIG5hcnJvdyI7czo4OiJjaGlsZHJlbiI7YTo2OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTQyOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMzVcIiBmb250X2ZvbnQ9XCJTaGFkb3dzIEludG8gTGlnaHRcIiBmb250X2NvbG9yPVwiI2U4MDAwMFwiIGFsaWduPVwiY2VudGVyXCJdVHdvIFdlZWsgRnJlZSBUcmlhbFsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1MToiW2Fycm93cyBzdHlsZT1cImFycm93LXJlZC0yLnBuZ1wiIGFsaWduPVwiY2VudGVyXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3NDc6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM3ODM3NTRcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVJXNTBaWElnZVc5MWNpQnVZVzFsSUdGdVpDQmxiV0ZwYkNCaVpXeHZkeUE4YzNSeWIyNW5QbTV2ZHk0dUxqd3ZjM1J5YjI1blBnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIEhlcmUgYW5kIENoZWNrIFlvdXIgRW1haWwgSW5ib3ggZm9yIENvbmZpcm1hdGlvbiFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDk5OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJlbWJlZFwiIHdpZHRoPVwiMzUwXCIgaGVpZ2h0PVwiMTk3XCIgYWxpZ249XCJjZW50ZXJcIiBtYXJnaW5fdG9wPVwiMFwiIG1hcmdpbl9ib3R0b209XCIxNVwiXTxpbWcgc3JjPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC9wbHVnaW5zL29wdGltaXplUHJlc3NQbHVnaW4vbGliL2ltYWdlcy92aWRlb19wbGFjZWhvbGRlci5wbmdcIiBhbHQ9XCJQR2xtY21GdFpTQnpjbU05SW1oMGRIQnpPaTh2Y0d4aGVXVnlMblpwYldWdkxtTnZiUzkyYVdSbGJ5OHhNVEV6TlRJd016TWlJSGRwWkhSb1BTSTFNREFpSUdobGFXZG9kRDBpTWpneElpQm1jbUZ0WldKdmNtUmxjajBpTUNJZ2QyVmlhMmwwWVd4c2IzZG1kV3hzYzJOeVpXVnVJRzF2ZW1Gc2JHOTNablZzYkhOamNtVmxiaUJoYkd4dmQyWjFiR3h6WTNKbFpXNCtQQzlwWm5KaGJXVStDZz09XCIgd2lkdGg9XCIxXCIgaGVpZ2h0PVwiMVwiIC8+Wy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzY6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNC9mdXR1cmVzLXRydXRoLXRpdGFuLmpwZ1wiIHdpZHRoPVwiMzI2XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1NDU6Ilt0ZXN0aW1vbmlhbHMgc3R5bGU9XCI0XCIgbWFyZ2luX3RvcD1cIlwiIG1hcmdpbl9ib3R0b209XCJcIl1bdGVzdGltb25pYWwgbmFtZT1cIlwiIGNvbXBhbnk9XCJcIiBocmVmPVwiXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wNC9kZWFuLWhhbmRsZXkuanBnXCJdPHA+4oCcVGhleSB0cmFkZSB0aGUgZ3JlYXRlc3QgZGl2ZXJzaXR5IG9mIG1hcmtldHMgSSBoYXZlIGV2ZXIgc2VlbiBhbmQgcHJlc2VudCBhcyBhIG9uZS1zdG9wIGZpbmFuY2lhbCBib3V0aXF1ZSBzcGVjaWFsaXppbmcgaW4gZWxlY3Ryb25pYyB0cmFkaW5nIHN0cmF0ZWd54oCmIFRoZWlyIHRlY2hub2xvZ3kgcHJvdmlkZXMgdHJhZGVycyBhY2Nlc3MgdG8gaW5ub3ZhdGl2ZSBtZXRob2RzIHRvIHByb2ZpdCBmcm9tIHRoZSBtYXJrZXRzIHdoaWxlIGNvbnRyb2xsaW5nIHJpc2su4oCdPGJyIC8+CiAgICAgICAgIC0gRGVhbiBIYW5kbGV5LCBQaEQsIE1CQSwgSkQ8L3A+ClsvdGVzdGltb25pYWxdWy90ZXN0aW1vbmlhbHNdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czoyOToicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MzQwOiJleUpqYjJSbFFtVm1iM0psSWpvaVZFaEZVa1VnU1ZNZ1FTQlRWVUpUVkVGT1ZFbEJUQ0JTU1ZOTElFOUdJRXhQVTFNZ1NVNGdWRkpCUkVsT1J5QkRUMDFOVDBSSlZGa2dSbFZVVlZKRlV5d2dUMUJVU1U5T1V5d2dRVTVFSUVaUFVrVkpSMDRnUlZoRFNFRk9SMFVnVUZKUFJGVkRWRk11SUZCQlUxUWdVRVZTUms5U1RVRk9RMFVnU1ZNZ1RrOVVJRWxPUkVsRFFWUkpWa1VnVDBZZ1JsVlVWVkpGSUZKRlUxVk1WRk11SUZSRlUxUkpUVTlPU1VGTVV5QkJVa1VnVGs5VUlFbE9SRWxEUVZSSlZrVWdUMFlnUmxWVVZWSkZJRkJGVWtaUFVrMUJUa05GSUU5U0lGTlZRME5GVTFNdUlDSXNJbUZrWkc5dUlqcDdmWDA9IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19','revision','2015-04-25 19:56:33'),(304,2437,'body','YToyOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozMToicm93IGZpdmUtY29sdW1ucyBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxMDp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjEzMDoiW2hlYWRsaW5lIHN0eWxlPVwiMTVcIiBmb250X3NpemU9XCIyMFwiIGFsaWduPVwiY2VudGVyXCIgYm90dG9tX21hcmdpbj1cIjE1XCJdTmVlZCB0byBpbXByb3ZlIHlvdXIgdHJhZGluZyBwZXJmb3JtYW5jZT9bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU2OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiNDBcIiBmb250X2NvbG9yPVwiI2M3MjgwZlwiIGFsaWduPVwiY2VudGVyXCIgYm90dG9tX21hcmdpbj1cIjIwXCJdVHJ5IFRoZSBUcmFkaW5nIFJvb23CriAKUmFua2VkIGluIHRoZSBUb3AgMiUqWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4NjoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjIwXCIgd2lkdGg9XCI1NTZcIl1EZXZlbG9wIG5ldyBza2lsbHMsIGxlYXJuIG5ldyBtZXRob2RzIGFuZCBnYWluIGRpc2NpcGxpbmUuClRyYWRlcnMgdXNlIFRoZSBUcmFkaW5nIFJvb23CriB0bzpbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozNjA6IltidWxsZXRfYmxvY2sgIGxhcmdlX2ljb249XCIzOC5wbmdcIiB3aWR0aD1cIlwiIGFsaWdubWVudD1cImNlbnRlclwiIGZvbnRfc2l6ZT1cIjIwXCJdPHVsPjxsaT4JR2V0IGxpdmUgdHJhZGUgY2FsbHMgaW4gcmVhbC10aW1lIHdpdGggZXhhY3QgZW50cmllcywgc3RvcHMgYW5kIHRhcmdldHMuPC9saT48bGk+CU1hc3RlciBtb3JlIG1hcmtldHMgaW5jbHVkaW5nIHRoZSBGaW5hbmNpYWxzLCBNZXRhbHMsIEVuZXJnaWVzLCBHcmFpbnMgYW5kIEN1cnJlbmNpZXMuPC9saT48bGk+CVRyYWRlIGluIGEgZHluYW1pYyBvbmxpbmUgY29tbXVuaXR5IHdpdGggcHJvZmVzc2lvbmFsIHRyYWRlcnMuPC9saT48L3VsPlsvYnVsbGV0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjQ7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTYxOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjBcIiB3aWR0aD1cIjU1NlwiXU91ciBtZW1iZXJzIGNvbWUgaGVyZSBmb3IgYSByZWFzb24sICA8c3Ryb25nPmZpbmQgeW91cnMuLi4gPC9zdHJvbmc+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjU7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODU6IltpbWFnZXMgc3R5bGU9XCIwXCIgd2lkdGg9XCI1ODVcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo2O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3MzoiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA0L3RyYWRpbmctcm9vbS1hcnQuanBnXCIgd2lkdGg9XCI1ODVcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo3O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjcxOiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjg7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Njc4OiJbZmVhdHVyZV9ib3ggc3R5bGU9XCIxXCIgb25seV9hZHZhbmNlZD1cIlRoZXJlIGFyZSBubyB0aXRsZSBvcHRpb25zIGZvciB0aGUgY2hvb3NlbiBzdHlsZVwiIHdpZHRoPVwiNTU2XCIgYWxpZ25tZW50PVwiY2VudGVyXCJdW29wX2xpdmVlZGl0b3JfZWxlbWVudHNdIFtvcF9saXZlZWRpdG9yX2VsZW1lbnQgZGF0YS1zdHlsZT1cIlwiXVt0ZXh0X2Jsb2NrIHN0eWxlPVwidW5kZWZpbmVkXCIgYWxpZ249XCJsZWZ0XCJdKlRoZSBUcmFkaW5nIFJvb23CriBUcmFkZUxBQiBoYXMgYmVlbiByYW5rZWQgaW4gdGhlIHRvcCAyJSBmb3IgdGhyZWUgY29uc2VjdXRpdmUgeWVhcnMuIFRoZSBzdHVkeSB3YXMgY29uZHVjdGVkIGJ5IERyLiBEZWFuIEhhbmRsZXksIGEgcmVub3duZWQgZXhwZXJ0IGluIGV2YWx1YXRpbmcgZnV0dXJlcyB0cmFkaW5nIHJvb21zLiBIZSBjcml0ZXJpYSBpcyBiYXNlZCBvbiB0cmFkaW5nIHJvb21zIHRoYXQgYXJlIHRydXRoZnVsLCB0cmFuc3BhcmVudCBhbmQgcHJvZml0YWJsZS4gSGlzIHJlc2VhcmNoIGhhcyBiZWVuIHB1Ymxpc2hlZCBpbiBudW1lcm91cyBwdWJsaWNhdGlvbnMgaW5jbHVkaW5nIEZ1dHVyZXMgVHJ1dGggTWFnYXppbmUuWy90ZXh0X2Jsb2NrXVsvb3BfbGl2ZWVkaXRvcl9lbGVtZW50XSBbL29wX2xpdmVlZGl0b3JfZWxlbWVudHNdWy9mZWF0dXJlX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo5O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3NjoiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA0L2Z1dHVyZXMtdHJ1dGgtdGl0YW4uanBnXCIgd2lkdGg9XCIzMjZcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6NTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0MjoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM1XCIgZm9udF9mb250PVwiU2hhZG93cyBJbnRvIExpZ2h0XCIgZm9udF9jb2xvcj1cIiNlODAwMDBcIiBhbGlnbj1cImNlbnRlclwiXVR3byBXZWVrIEZyZWUgVHJpYWxbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTE6IlthcnJvd3Mgc3R5bGU9XCJhcnJvdy1yZWQtMi5wbmdcIiBhbGlnbj1cImNlbnRlclwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzQ3OiJbb3B0aW5fYm94IHN0eWxlPVwiN1wiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNzgzNzU0XCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1SVzUwWlhJZ2VXOTFjaUJ1WVcxbElHRnVaQ0JsYldGcGJDQmlaV3h2ZHlBOGMzUnliMjVuUG01dmR5NHVMand2YzNSeWIyNW5QZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1DbGljayBIZXJlIGFuZCBDaGVjayBZb3VyIEVtYWlsIEluYm94IGZvciBDb25maXJtYXRpb24hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU0NToiW3Rlc3RpbW9uaWFscyBzdHlsZT1cIjRcIiBtYXJnaW5fdG9wPVwiXCIgbWFyZ2luX2JvdHRvbT1cIlwiXVt0ZXN0aW1vbmlhbCBuYW1lPVwiXCIgY29tcGFueT1cIlwiIGhyZWY9XCJcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA0L2RlYW4taGFuZGxleS5qcGdcIl08cD7igJxUaGV5IHRyYWRlIHRoZSBncmVhdGVzdCBkaXZlcnNpdHkgb2YgbWFya2V0cyBJIGhhdmUgZXZlciBzZWVuIGFuZCBwcmVzZW50IGFzIGEgb25lLXN0b3AgZmluYW5jaWFsIGJvdXRpcXVlIHNwZWNpYWxpemluZyBpbiBlbGVjdHJvbmljIHRyYWRpbmcgc3RyYXRlZ3nigKYgVGhlaXIgdGVjaG5vbG9neSBwcm92aWRlcyB0cmFkZXJzIGFjY2VzcyB0byBpbm5vdmF0aXZlIG1ldGhvZHMgdG8gcHJvZml0IGZyb20gdGhlIG1hcmtldHMgd2hpbGUgY29udHJvbGxpbmcgcmlzay7igJ08YnIgLz4KICAgICAgICAgLSBEZWFuIEhhbmRsZXksIFBoRCwgTUJBLCBKRDwvcD4KWy90ZXN0aW1vbmlhbF1bL3Rlc3RpbW9uaWFsc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo0O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ5OToiW3ZpZGVvX3BsYXllciB0eXBlPVwiZW1iZWRcIiB3aWR0aD1cIjM1MFwiIGhlaWdodD1cIjE5N1wiIGFsaWduPVwiY2VudGVyXCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMTVcIl08aW1nIHNyYz1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvcGx1Z2lucy9vcHRpbWl6ZVByZXNzUGx1Z2luL2xpYi9pbWFnZXMvdmlkZW9fcGxhY2Vob2xkZXIucG5nXCIgYWx0PVwiUEdsbWNtRnRaU0J6Y21NOUltaDBkSEJ6T2k4dmNHeGhlV1Z5TG5acGJXVnZMbU52YlM5MmFXUmxieTh4TVRFek5USXdNek1pSUhkcFpIUm9QU0kxTURBaUlHaGxhV2RvZEQwaU1qZ3hJaUJtY21GdFpXSnZjbVJsY2owaU1DSWdkMlZpYTJsMFlXeHNiM2RtZFd4c2MyTnlaV1Z1SUcxdmVtRnNiRzkzWm5Wc2JITmpjbVZsYmlCaGJHeHZkMloxYkd4elkzSmxaVzQrUEM5cFpuSmhiV1UrQ2c9PVwiIHdpZHRoPVwiMVwiIGhlaWdodD1cIjFcIiAvPlsvdmlkZW9fcGxheWVyXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjM0MDoiZXlKamIyUmxRbVZtYjNKbElqb2lWRWhGVWtVZ1NWTWdRU0JUVlVKVFZFRk9WRWxCVENCU1NWTkxJRTlHSUV4UFUxTWdTVTRnVkZKQlJFbE9SeUJEVDAxTlQwUkpWRmtnUmxWVVZWSkZVeXdnVDFCVVNVOU9VeXdnUVU1RUlFWlBVa1ZKUjA0Z1JWaERTRUZPUjBVZ1VGSlBSRlZEVkZNdUlGQkJVMVFnVUVWU1JrOVNUVUZPUTBVZ1NWTWdUazlVSUVsT1JFbERRVlJKVmtVZ1QwWWdSbFZVVlZKRklGSkZVMVZNVkZNdUlGUkZVMVJKVFU5T1NVRk1VeUJCVWtVZ1RrOVVJRWxPUkVsRFFWUkpWa1VnVDBZZ1JsVlVWVkpGSUZCRlVrWlBVazFCVGtORklFOVNJRk5WUTBORlUxTXVJQ0lzSW1Ga1pHOXVJanA3ZlgwPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fQ==','revision','2015-04-25 19:57:49'),(305,2437,'body','YToyOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozMToicm93IGZpdmUtY29sdW1ucyBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxMDp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjEzMDoiW2hlYWRsaW5lIHN0eWxlPVwiMTVcIiBmb250X3NpemU9XCIyMFwiIGFsaWduPVwiY2VudGVyXCIgYm90dG9tX21hcmdpbj1cIjE1XCJdTmVlZCB0byBpbXByb3ZlIHlvdXIgdHJhZGluZyBwZXJmb3JtYW5jZT9bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU2OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiNDBcIiBmb250X2NvbG9yPVwiI2M3MjgwZlwiIGFsaWduPVwiY2VudGVyXCIgYm90dG9tX21hcmdpbj1cIjIwXCJdVHJ5IFRoZSBUcmFkaW5nIFJvb23CriAKUmFua2VkIGluIHRoZSBUb3AgMiUqWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4NjoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjIwXCIgd2lkdGg9XCI1NTZcIl1EZXZlbG9wIG5ldyBza2lsbHMsIGxlYXJuIG5ldyBtZXRob2RzIGFuZCBnYWluIGRpc2NpcGxpbmUuClRyYWRlcnMgdXNlIFRoZSBUcmFkaW5nIFJvb23CriB0bzpbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozNjA6IltidWxsZXRfYmxvY2sgIGxhcmdlX2ljb249XCIzOC5wbmdcIiB3aWR0aD1cIlwiIGFsaWdubWVudD1cImNlbnRlclwiIGZvbnRfc2l6ZT1cIjIwXCJdPHVsPjxsaT4JR2V0IGxpdmUgdHJhZGUgY2FsbHMgaW4gcmVhbC10aW1lIHdpdGggZXhhY3QgZW50cmllcywgc3RvcHMgYW5kIHRhcmdldHMuPC9saT48bGk+CU1hc3RlciBtb3JlIG1hcmtldHMgaW5jbHVkaW5nIHRoZSBGaW5hbmNpYWxzLCBNZXRhbHMsIEVuZXJnaWVzLCBHcmFpbnMgYW5kIEN1cnJlbmNpZXMuPC9saT48bGk+CVRyYWRlIGluIGEgZHluYW1pYyBvbmxpbmUgY29tbXVuaXR5IHdpdGggcHJvZmVzc2lvbmFsIHRyYWRlcnMuPC9saT48L3VsPlsvYnVsbGV0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjQ7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTYxOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjBcIiB3aWR0aD1cIjU1NlwiXU91ciBtZW1iZXJzIGNvbWUgaGVyZSBmb3IgYSByZWFzb24sICA8c3Ryb25nPmZpbmQgeW91cnMuLi4gPC9zdHJvbmc+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjU7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODU6IltpbWFnZXMgc3R5bGU9XCIwXCIgd2lkdGg9XCI1ODVcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo2O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3MzoiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA0L3RyYWRpbmctcm9vbS1hcnQuanBnXCIgd2lkdGg9XCI1ODVcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo3O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjcxOiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjg7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Njc4OiJbZmVhdHVyZV9ib3ggc3R5bGU9XCIxXCIgb25seV9hZHZhbmNlZD1cIlRoZXJlIGFyZSBubyB0aXRsZSBvcHRpb25zIGZvciB0aGUgY2hvb3NlbiBzdHlsZVwiIHdpZHRoPVwiNTU2XCIgYWxpZ25tZW50PVwiY2VudGVyXCJdW29wX2xpdmVlZGl0b3JfZWxlbWVudHNdIFtvcF9saXZlZWRpdG9yX2VsZW1lbnQgZGF0YS1zdHlsZT1cIlwiXVt0ZXh0X2Jsb2NrIHN0eWxlPVwidW5kZWZpbmVkXCIgYWxpZ249XCJsZWZ0XCJdKlRoZSBUcmFkaW5nIFJvb23CriBUcmFkZUxBQiBoYXMgYmVlbiByYW5rZWQgaW4gdGhlIHRvcCAyJSBmb3IgdGhyZWUgY29uc2VjdXRpdmUgeWVhcnMuIFRoZSBzdHVkeSB3YXMgY29uZHVjdGVkIGJ5IERyLiBEZWFuIEhhbmRsZXksIGEgcmVub3duZWQgZXhwZXJ0IGluIGV2YWx1YXRpbmcgZnV0dXJlcyB0cmFkaW5nIHJvb21zLiBIZSBjcml0ZXJpYSBpcyBiYXNlZCBvbiB0cmFkaW5nIHJvb21zIHRoYXQgYXJlIHRydXRoZnVsLCB0cmFuc3BhcmVudCBhbmQgcHJvZml0YWJsZS4gSGlzIHJlc2VhcmNoIGhhcyBiZWVuIHB1Ymxpc2hlZCBpbiBudW1lcm91cyBwdWJsaWNhdGlvbnMgaW5jbHVkaW5nIEZ1dHVyZXMgVHJ1dGggTWFnYXppbmUuWy90ZXh0X2Jsb2NrXVsvb3BfbGl2ZWVkaXRvcl9lbGVtZW50XSBbL29wX2xpdmVlZGl0b3JfZWxlbWVudHNdWy9mZWF0dXJlX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo5O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3NjoiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA0L2Z1dHVyZXMtdHJ1dGgtdGl0YW4uanBnXCIgd2lkdGg9XCIzMjZcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Njp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0MjoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM1XCIgZm9udF9mb250PVwiU2hhZG93cyBJbnRvIExpZ2h0XCIgZm9udF9jb2xvcj1cIiNlODAwMDBcIiBhbGlnbj1cImNlbnRlclwiXVR3byBXZWVrIEZyZWUgVHJpYWxbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTE6IlthcnJvd3Mgc3R5bGU9XCJhcnJvdy1yZWQtMi5wbmdcIiBhbGlnbj1cImNlbnRlclwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzQ3OiJbb3B0aW5fYm94IHN0eWxlPVwiN1wiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNzgzNzU0XCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1SVzUwWlhJZ2VXOTFjaUJ1WVcxbElHRnVaQ0JsYldGcGJDQmlaV3h2ZHlBOGMzUnliMjVuUG01dmR5NHVMand2YzNSeWIyNW5QZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1DbGljayBIZXJlIGFuZCBDaGVjayBZb3VyIEVtYWlsIEluYm94IGZvciBDb25maXJtYXRpb24hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU0NToiW3Rlc3RpbW9uaWFscyBzdHlsZT1cIjRcIiBtYXJnaW5fdG9wPVwiXCIgbWFyZ2luX2JvdHRvbT1cIlwiXVt0ZXN0aW1vbmlhbCBuYW1lPVwiXCIgY29tcGFueT1cIlwiIGhyZWY9XCJcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA0L2RlYW4taGFuZGxleS5qcGdcIl08cD7igJxUaGV5IHRyYWRlIHRoZSBncmVhdGVzdCBkaXZlcnNpdHkgb2YgbWFya2V0cyBJIGhhdmUgZXZlciBzZWVuIGFuZCBwcmVzZW50IGFzIGEgb25lLXN0b3AgZmluYW5jaWFsIGJvdXRpcXVlIHNwZWNpYWxpemluZyBpbiBlbGVjdHJvbmljIHRyYWRpbmcgc3RyYXRlZ3nigKYgVGhlaXIgdGVjaG5vbG9neSBwcm92aWRlcyB0cmFkZXJzIGFjY2VzcyB0byBpbm5vdmF0aXZlIG1ldGhvZHMgdG8gcHJvZml0IGZyb20gdGhlIG1hcmtldHMgd2hpbGUgY29udHJvbGxpbmcgcmlzay7igJ08YnIgLz4KICAgICAgICAgLSBEZWFuIEhhbmRsZXksIFBoRCwgTUJBLCBKRDwvcD4KWy90ZXN0aW1vbmlhbF1bL3Rlc3RpbW9uaWFsc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo0O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ5OToiW3ZpZGVvX3BsYXllciB0eXBlPVwiZW1iZWRcIiB3aWR0aD1cIjM1MFwiIGhlaWdodD1cIjE5N1wiIGFsaWduPVwiY2VudGVyXCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMTVcIl08aW1nIHNyYz1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvcGx1Z2lucy9vcHRpbWl6ZVByZXNzUGx1Z2luL2xpYi9pbWFnZXMvdmlkZW9fcGxhY2Vob2xkZXIucG5nXCIgYWx0PVwiUEdsbWNtRnRaU0J6Y21NOUltaDBkSEJ6T2k4dmNHeGhlV1Z5TG5acGJXVnZMbU52YlM5MmFXUmxieTh4TVRFek5USXdNek1pSUhkcFpIUm9QU0kxTURBaUlHaGxhV2RvZEQwaU1qZ3hJaUJtY21GdFpXSnZjbVJsY2owaU1DSWdkMlZpYTJsMFlXeHNiM2RtZFd4c2MyTnlaV1Z1SUcxdmVtRnNiRzkzWm5Wc2JITmpjbVZsYmlCaGJHeHZkMloxYkd4elkzSmxaVzQrUEM5cFpuSmhiV1UrQ2c9PVwiIHdpZHRoPVwiMVwiIGhlaWdodD1cIjFcIiAvPlsvdmlkZW9fcGxheWVyXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjU7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDk6IlthcnJvd3Mgc3R5bGU9XCJhcnJvdy0xLTMucG5nXCIgYWxpZ249XCJjZW50ZXJcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozNDA6ImV5SmpiMlJsUW1WbWIzSmxJam9pVkVoRlVrVWdTVk1nUVNCVFZVSlRWRUZPVkVsQlRDQlNTVk5MSUU5R0lFeFBVMU1nU1U0Z1ZGSkJSRWxPUnlCRFQwMU5UMFJKVkZrZ1JsVlVWVkpGVXl3Z1QxQlVTVTlPVXl3Z1FVNUVJRVpQVWtWSlIwNGdSVmhEU0VGT1IwVWdVRkpQUkZWRFZGTXVJRkJCVTFRZ1VFVlNSazlTVFVGT1EwVWdTVk1nVGs5VUlFbE9SRWxEUVZSSlZrVWdUMFlnUmxWVVZWSkZJRkpGVTFWTVZGTXVJRlJGVTFSSlRVOU9TVUZNVXlCQlVrVWdUazlVSUVsT1JFbERRVlJKVmtVZ1QwWWdSbFZVVlZKRklGQkZVa1pQVWsxQlRrTkZJRTlTSUZOVlEwTkZVMU11SUNJc0ltRmtaRzl1SWpwN2ZYMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX0=','revision','2015-04-25 20:01:20'),(306,2437,'body','YToyOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozMToicm93IGZpdmUtY29sdW1ucyBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxMDp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjEzMDoiW2hlYWRsaW5lIHN0eWxlPVwiMTVcIiBmb250X3NpemU9XCIyMFwiIGFsaWduPVwiY2VudGVyXCIgYm90dG9tX21hcmdpbj1cIjE1XCJdTmVlZCB0byBpbXByb3ZlIHlvdXIgdHJhZGluZyBwZXJmb3JtYW5jZT9bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU2OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiNDBcIiBmb250X2NvbG9yPVwiI2M3MjgwZlwiIGFsaWduPVwiY2VudGVyXCIgYm90dG9tX21hcmdpbj1cIjIwXCJdVHJ5IFRoZSBUcmFkaW5nIFJvb23CriAKUmFua2VkIGluIHRoZSBUb3AgMiUqWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4NjoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjIwXCIgd2lkdGg9XCI1NTZcIl1EZXZlbG9wIG5ldyBza2lsbHMsIGxlYXJuIG5ldyBtZXRob2RzIGFuZCBnYWluIGRpc2NpcGxpbmUuClRyYWRlcnMgdXNlIFRoZSBUcmFkaW5nIFJvb23CriB0bzpbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozNjA6IltidWxsZXRfYmxvY2sgIGxhcmdlX2ljb249XCIzOC5wbmdcIiB3aWR0aD1cIlwiIGFsaWdubWVudD1cImNlbnRlclwiIGZvbnRfc2l6ZT1cIjIwXCJdPHVsPjxsaT4JR2V0IGxpdmUgdHJhZGUgY2FsbHMgaW4gcmVhbC10aW1lIHdpdGggZXhhY3QgZW50cmllcywgc3RvcHMgYW5kIHRhcmdldHMuPC9saT48bGk+CU1hc3RlciBtb3JlIG1hcmtldHMgaW5jbHVkaW5nIHRoZSBGaW5hbmNpYWxzLCBNZXRhbHMsIEVuZXJnaWVzLCBHcmFpbnMgYW5kIEN1cnJlbmNpZXMuPC9saT48bGk+CVRyYWRlIGluIGEgZHluYW1pYyBvbmxpbmUgY29tbXVuaXR5IHdpdGggcHJvZmVzc2lvbmFsIHRyYWRlcnMuPC9saT48L3VsPlsvYnVsbGV0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjQ7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTYxOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjBcIiB3aWR0aD1cIjU1NlwiXU91ciBtZW1iZXJzIGNvbWUgaGVyZSBmb3IgYSByZWFzb24sICA8c3Ryb25nPmZpbmQgeW91cnMuLi4gPC9zdHJvbmc+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjU7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODU6IltpbWFnZXMgc3R5bGU9XCIwXCIgd2lkdGg9XCI1ODVcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo2O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3MzoiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA0L3RyYWRpbmctcm9vbS1hcnQuanBnXCIgd2lkdGg9XCI1ODVcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo3O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjcxOiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjg7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Njc4OiJbZmVhdHVyZV9ib3ggc3R5bGU9XCIxXCIgb25seV9hZHZhbmNlZD1cIlRoZXJlIGFyZSBubyB0aXRsZSBvcHRpb25zIGZvciB0aGUgY2hvb3NlbiBzdHlsZVwiIHdpZHRoPVwiNTU2XCIgYWxpZ25tZW50PVwiY2VudGVyXCJdW29wX2xpdmVlZGl0b3JfZWxlbWVudHNdIFtvcF9saXZlZWRpdG9yX2VsZW1lbnQgZGF0YS1zdHlsZT1cIlwiXVt0ZXh0X2Jsb2NrIHN0eWxlPVwidW5kZWZpbmVkXCIgYWxpZ249XCJsZWZ0XCJdKlRoZSBUcmFkaW5nIFJvb23CriBUcmFkZUxBQiBoYXMgYmVlbiByYW5rZWQgaW4gdGhlIHRvcCAyJSBmb3IgdGhyZWUgY29uc2VjdXRpdmUgeWVhcnMuIFRoZSBzdHVkeSB3YXMgY29uZHVjdGVkIGJ5IERyLiBEZWFuIEhhbmRsZXksIGEgcmVub3duZWQgZXhwZXJ0IGluIGV2YWx1YXRpbmcgZnV0dXJlcyB0cmFkaW5nIHJvb21zLiBIZSBjcml0ZXJpYSBpcyBiYXNlZCBvbiB0cmFkaW5nIHJvb21zIHRoYXQgYXJlIHRydXRoZnVsLCB0cmFuc3BhcmVudCBhbmQgcHJvZml0YWJsZS4gSGlzIHJlc2VhcmNoIGhhcyBiZWVuIHB1Ymxpc2hlZCBpbiBudW1lcm91cyBwdWJsaWNhdGlvbnMgaW5jbHVkaW5nIEZ1dHVyZXMgVHJ1dGggTWFnYXppbmUuWy90ZXh0X2Jsb2NrXVsvb3BfbGl2ZWVkaXRvcl9lbGVtZW50XSBbL29wX2xpdmVlZGl0b3JfZWxlbWVudHNdWy9mZWF0dXJlX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo5O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3NjoiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA0L2Z1dHVyZXMtdHJ1dGgtdGl0YW4uanBnXCIgd2lkdGg9XCIzMjZcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Njp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0MjoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM1XCIgZm9udF9mb250PVwiU2hhZG93cyBJbnRvIExpZ2h0XCIgZm9udF9jb2xvcj1cIiNlODAwMDBcIiBhbGlnbj1cImNlbnRlclwiXVR3byBXZWVrIEZyZWUgVHJpYWxbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTE6IlthcnJvd3Mgc3R5bGU9XCJhcnJvdy1yZWQtMi5wbmdcIiBhbGlnbj1cImNlbnRlclwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzQ3OiJbb3B0aW5fYm94IHN0eWxlPVwiN1wiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNzgzNzU0XCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1SVzUwWlhJZ2VXOTFjaUJ1WVcxbElHRnVaQ0JsYldGcGJDQmlaV3h2ZHlBOGMzUnliMjVuUG01dmR5NHVMand2YzNSeWIyNW5QZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1DbGljayBIZXJlIGFuZCBDaGVjayBZb3VyIEVtYWlsIEluYm94IGZvciBDb25maXJtYXRpb24hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU0NToiW3Rlc3RpbW9uaWFscyBzdHlsZT1cIjRcIiBtYXJnaW5fdG9wPVwiXCIgbWFyZ2luX2JvdHRvbT1cIlwiXVt0ZXN0aW1vbmlhbCBuYW1lPVwiXCIgY29tcGFueT1cIlwiIGhyZWY9XCJcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA0L2RlYW4taGFuZGxleS5qcGdcIl08cD7igJxUaGV5IHRyYWRlIHRoZSBncmVhdGVzdCBkaXZlcnNpdHkgb2YgbWFya2V0cyBJIGhhdmUgZXZlciBzZWVuIGFuZCBwcmVzZW50IGFzIGEgb25lLXN0b3AgZmluYW5jaWFsIGJvdXRpcXVlIHNwZWNpYWxpemluZyBpbiBlbGVjdHJvbmljIHRyYWRpbmcgc3RyYXRlZ3nigKYgVGhlaXIgdGVjaG5vbG9neSBwcm92aWRlcyB0cmFkZXJzIGFjY2VzcyB0byBpbm5vdmF0aXZlIG1ldGhvZHMgdG8gcHJvZml0IGZyb20gdGhlIG1hcmtldHMgd2hpbGUgY29udHJvbGxpbmcgcmlzay7igJ08YnIgLz4KICAgICAgICAgLSBEZWFuIEhhbmRsZXksIFBoRCwgTUJBLCBKRDwvcD4KWy90ZXN0aW1vbmlhbF1bL3Rlc3RpbW9uaWFsc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo0O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ5OToiW3ZpZGVvX3BsYXllciB0eXBlPVwiZW1iZWRcIiB3aWR0aD1cIjM1MFwiIGhlaWdodD1cIjE5N1wiIGFsaWduPVwiY2VudGVyXCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMTVcIl08aW1nIHNyYz1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvcGx1Z2lucy9vcHRpbWl6ZVByZXNzUGx1Z2luL2xpYi9pbWFnZXMvdmlkZW9fcGxhY2Vob2xkZXIucG5nXCIgYWx0PVwiUEdsbWNtRnRaU0J6Y21NOUltaDBkSEJ6T2k4dmNHeGhlV1Z5TG5acGJXVnZMbU52YlM5MmFXUmxieTh4TVRFek5USXdNek1pSUhkcFpIUm9QU0kxTURBaUlHaGxhV2RvZEQwaU1qZ3hJaUJtY21GdFpXSnZjbVJsY2owaU1DSWdkMlZpYTJsMFlXeHNiM2RtZFd4c2MyTnlaV1Z1SUcxdmVtRnNiRzkzWm5Wc2JITmpjbVZsYmlCaGJHeHZkMloxYkd4elkzSmxaVzQrUEM5cFpuSmhiV1UrQ2c9PVwiIHdpZHRoPVwiMVwiIGhlaWdodD1cIjFcIiAvPlsvdmlkZW9fcGxheWVyXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjU7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTI6IlthcnJvd3Mgc3R5bGU9XCJhcnJvdy1yZWQtMTAucG5nXCIgYWxpZ249XCJjZW50ZXJcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozNDA6ImV5SmpiMlJsUW1WbWIzSmxJam9pVkVoRlVrVWdTVk1nUVNCVFZVSlRWRUZPVkVsQlRDQlNTVk5MSUU5R0lFeFBVMU1nU1U0Z1ZGSkJSRWxPUnlCRFQwMU5UMFJKVkZrZ1JsVlVWVkpGVXl3Z1QxQlVTVTlPVXl3Z1FVNUVJRVpQVWtWSlIwNGdSVmhEU0VGT1IwVWdVRkpQUkZWRFZGTXVJRkJCVTFRZ1VFVlNSazlTVFVGT1EwVWdTVk1nVGs5VUlFbE9SRWxEUVZSSlZrVWdUMFlnUmxWVVZWSkZJRkpGVTFWTVZGTXVJRlJGVTFSSlRVOU9TVUZNVXlCQlVrVWdUazlVSUVsT1JFbERRVlJKVmtVZ1QwWWdSbFZVVlZKRklGQkZVa1pQVWsxQlRrTkZJRTlTSUZOVlEwTkZVMU11SUNJc0ltRmtaRzl1SWpwN2ZYMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX0=','revision','2015-04-25 20:04:18'),(308,2437,'body','YToyOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozMToicm93IGZpdmUtY29sdW1ucyBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxMDp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjEzMDoiW2hlYWRsaW5lIHN0eWxlPVwiMTVcIiBmb250X3NpemU9XCIyMFwiIGFsaWduPVwiY2VudGVyXCIgYm90dG9tX21hcmdpbj1cIjE1XCJdTmVlZCB0byBpbXByb3ZlIHlvdXIgdHJhZGluZyBwZXJmb3JtYW5jZT9bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU2OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiNDBcIiBmb250X2NvbG9yPVwiI2M3MjgwZlwiIGFsaWduPVwiY2VudGVyXCIgYm90dG9tX21hcmdpbj1cIjIwXCJdVHJ5IFRoZSBUcmFkaW5nIFJvb23CriAKUmFua2VkIGluIHRoZSBUb3AgMiUqWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4NjoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjIwXCIgd2lkdGg9XCI1NTZcIl1EZXZlbG9wIG5ldyBza2lsbHMsIGxlYXJuIG5ldyBtZXRob2RzIGFuZCBnYWluIGRpc2NpcGxpbmUuClRyYWRlcnMgdXNlIFRoZSBUcmFkaW5nIFJvb23CriB0bzpbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozNjA6IltidWxsZXRfYmxvY2sgIGxhcmdlX2ljb249XCIzOC5wbmdcIiB3aWR0aD1cIlwiIGFsaWdubWVudD1cImNlbnRlclwiIGZvbnRfc2l6ZT1cIjIwXCJdPHVsPjxsaT4JR2V0IGxpdmUgdHJhZGUgY2FsbHMgaW4gcmVhbC10aW1lIHdpdGggZXhhY3QgZW50cmllcywgc3RvcHMgYW5kIHRhcmdldHMuPC9saT48bGk+CU1hc3RlciBtb3JlIG1hcmtldHMgaW5jbHVkaW5nIHRoZSBGaW5hbmNpYWxzLCBNZXRhbHMsIEVuZXJnaWVzLCBHcmFpbnMgYW5kIEN1cnJlbmNpZXMuPC9saT48bGk+CVRyYWRlIGluIGEgZHluYW1pYyBvbmxpbmUgY29tbXVuaXR5IHdpdGggcHJvZmVzc2lvbmFsIHRyYWRlcnMuPC9saT48L3VsPlsvYnVsbGV0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjQ7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODU6IltpbWFnZXMgc3R5bGU9XCIwXCIgd2lkdGg9XCI1ODVcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo1O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3MzoiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA0L3RyYWRpbmctcm9vbS1hcnQuanBnXCIgd2lkdGg9XCI1ODVcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo2O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjcxOiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjc7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Njc4OiJbZmVhdHVyZV9ib3ggc3R5bGU9XCIxXCIgb25seV9hZHZhbmNlZD1cIlRoZXJlIGFyZSBubyB0aXRsZSBvcHRpb25zIGZvciB0aGUgY2hvb3NlbiBzdHlsZVwiIHdpZHRoPVwiNTU2XCIgYWxpZ25tZW50PVwiY2VudGVyXCJdW29wX2xpdmVlZGl0b3JfZWxlbWVudHNdIFtvcF9saXZlZWRpdG9yX2VsZW1lbnQgZGF0YS1zdHlsZT1cIlwiXVt0ZXh0X2Jsb2NrIHN0eWxlPVwidW5kZWZpbmVkXCIgYWxpZ249XCJsZWZ0XCJdKlRoZSBUcmFkaW5nIFJvb23CriBUcmFkZUxBQiBoYXMgYmVlbiByYW5rZWQgaW4gdGhlIHRvcCAyJSBmb3IgdGhyZWUgY29uc2VjdXRpdmUgeWVhcnMuIFRoZSBzdHVkeSB3YXMgY29uZHVjdGVkIGJ5IERyLiBEZWFuIEhhbmRsZXksIGEgcmVub3duZWQgZXhwZXJ0IGluIGV2YWx1YXRpbmcgZnV0dXJlcyB0cmFkaW5nIHJvb21zLiBIZSBjcml0ZXJpYSBpcyBiYXNlZCBvbiB0cmFkaW5nIHJvb21zIHRoYXQgYXJlIHRydXRoZnVsLCB0cmFuc3BhcmVudCBhbmQgcHJvZml0YWJsZS4gSGlzIHJlc2VhcmNoIGhhcyBiZWVuIHB1Ymxpc2hlZCBpbiBudW1lcm91cyBwdWJsaWNhdGlvbnMgaW5jbHVkaW5nIEZ1dHVyZXMgVHJ1dGggTWFnYXppbmUuWy90ZXh0X2Jsb2NrXVsvb3BfbGl2ZWVkaXRvcl9lbGVtZW50XSBbL29wX2xpdmVlZGl0b3JfZWxlbWVudHNdWy9mZWF0dXJlX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo4O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3NjoiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA0L2Z1dHVyZXMtdHJ1dGgtdGl0YW4uanBnXCIgd2lkdGg9XCIzMjZcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo5O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2MToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjIwXCIgd2lkdGg9XCI1NTZcIl1PdXIgbWVtYmVycyBjb21lIGhlcmUgZm9yIGEgcmVhc29uLCAgPHN0cm9uZz5maW5kIHlvdXJzLi4uIDwvc3Ryb25nPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Njp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0MjoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM1XCIgZm9udF9mb250PVwiU2hhZG93cyBJbnRvIExpZ2h0XCIgZm9udF9jb2xvcj1cIiNlODAwMDBcIiBhbGlnbj1cImNlbnRlclwiXVR3byBXZWVrIEZyZWUgVHJpYWxbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTE6IlthcnJvd3Mgc3R5bGU9XCJhcnJvdy1yZWQtMi5wbmdcIiBhbGlnbj1cImNlbnRlclwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzQ3OiJbb3B0aW5fYm94IHN0eWxlPVwiN1wiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNzgzNzU0XCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1SVzUwWlhJZ2VXOTFjaUJ1WVcxbElHRnVaQ0JsYldGcGJDQmlaV3h2ZHlBOGMzUnliMjVuUG01dmR5NHVMand2YzNSeWIyNW5QZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1DbGljayBIZXJlIGFuZCBDaGVjayBZb3VyIEVtYWlsIEluYm94IGZvciBDb25maXJtYXRpb24hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU0NToiW3Rlc3RpbW9uaWFscyBzdHlsZT1cIjRcIiBtYXJnaW5fdG9wPVwiXCIgbWFyZ2luX2JvdHRvbT1cIlwiXVt0ZXN0aW1vbmlhbCBuYW1lPVwiXCIgY29tcGFueT1cIlwiIGhyZWY9XCJcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA0L2RlYW4taGFuZGxleS5qcGdcIl08cD7igJxUaGV5IHRyYWRlIHRoZSBncmVhdGVzdCBkaXZlcnNpdHkgb2YgbWFya2V0cyBJIGhhdmUgZXZlciBzZWVuIGFuZCBwcmVzZW50IGFzIGEgb25lLXN0b3AgZmluYW5jaWFsIGJvdXRpcXVlIHNwZWNpYWxpemluZyBpbiBlbGVjdHJvbmljIHRyYWRpbmcgc3RyYXRlZ3nigKYgVGhlaXIgdGVjaG5vbG9neSBwcm92aWRlcyB0cmFkZXJzIGFjY2VzcyB0byBpbm5vdmF0aXZlIG1ldGhvZHMgdG8gcHJvZml0IGZyb20gdGhlIG1hcmtldHMgd2hpbGUgY29udHJvbGxpbmcgcmlzay7igJ08YnIgLz4KICAgICAgICAgLSBEZWFuIEhhbmRsZXksIFBoRCwgTUJBLCBKRDwvcD4KWy90ZXN0aW1vbmlhbF1bL3Rlc3RpbW9uaWFsc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo0O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ5OToiW3ZpZGVvX3BsYXllciB0eXBlPVwiZW1iZWRcIiB3aWR0aD1cIjM1MFwiIGhlaWdodD1cIjE5N1wiIGFsaWduPVwiY2VudGVyXCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMTVcIl08aW1nIHNyYz1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvcGx1Z2lucy9vcHRpbWl6ZVByZXNzUGx1Z2luL2xpYi9pbWFnZXMvdmlkZW9fcGxhY2Vob2xkZXIucG5nXCIgYWx0PVwiUEdsbWNtRnRaU0J6Y21NOUltaDBkSEJ6T2k4dmNHeGhlV1Z5TG5acGJXVnZMbU52YlM5MmFXUmxieTh4TVRFek5USXdNek1pSUhkcFpIUm9QU0kxTURBaUlHaGxhV2RvZEQwaU1qZ3hJaUJtY21GdFpXSnZjbVJsY2owaU1DSWdkMlZpYTJsMFlXeHNiM2RtZFd4c2MyTnlaV1Z1SUcxdmVtRnNiRzkzWm5Wc2JITmpjbVZsYmlCaGJHeHZkMloxYkd4elkzSmxaVzQrUEM5cFpuSmhiV1UrQ2c9PVwiIHdpZHRoPVwiMVwiIGhlaWdodD1cIjFcIiAvPlsvdmlkZW9fcGxheWVyXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjU7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTM3OiJbaGVhZGxpbmUgc3R5bGU9XCIxNVwiIGZvbnRfc2l6ZT1cIjIwXCIgYWxpZ249XCJjZW50ZXJcIiBib3R0b21fbWFyZ2luPVwiMTVcIl1PdXIgbWVtYmVycyBjb21lIGhlcmUgZm9yIGEgcmVhc29uIGZpbmQgeW91cnMuLi5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjM0MDoiZXlKamIyUmxRbVZtYjNKbElqb2lWRWhGVWtVZ1NWTWdRU0JUVlVKVFZFRk9WRWxCVENCU1NWTkxJRTlHSUV4UFUxTWdTVTRnVkZKQlJFbE9SeUJEVDAxTlQwUkpWRmtnUmxWVVZWSkZVeXdnVDFCVVNVOU9VeXdnUVU1RUlFWlBVa1ZKUjA0Z1JWaERTRUZPUjBVZ1VGSlBSRlZEVkZNdUlGQkJVMVFnVUVWU1JrOVNUVUZPUTBVZ1NWTWdUazlVSUVsT1JFbERRVlJKVmtVZ1QwWWdSbFZVVlZKRklGSkZVMVZNVkZNdUlGUkZVMVJKVFU5T1NVRk1VeUJCVWtVZ1RrOVVJRWxPUkVsRFFWUkpWa1VnVDBZZ1JsVlVWVkpGSUZCRlVrWlBVazFCVGtORklFOVNJRk5WUTBORlUxTXVJQ0lzSW1Ga1pHOXVJanA3ZlgwPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fQ==','revision','2015-04-25 20:07:37'),(310,2437,'body','YToyOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozMToicm93IGZpdmUtY29sdW1ucyBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo5OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTMwOiJbaGVhZGxpbmUgc3R5bGU9XCIxNVwiIGZvbnRfc2l6ZT1cIjIwXCIgYWxpZ249XCJjZW50ZXJcIiBib3R0b21fbWFyZ2luPVwiMTVcIl1OZWVkIHRvIGltcHJvdmUgeW91ciB0cmFkaW5nIHBlcmZvcm1hbmNlP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNTY6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCI0MFwiIGZvbnRfY29sb3I9XCIjYzcyODBmXCIgYWxpZ249XCJjZW50ZXJcIiBib3R0b21fbWFyZ2luPVwiMjBcIl1UcnkgVGhlIFRyYWRpbmcgUm9vbcKuIApSYW5rZWQgaW4gdGhlIFRvcCAyJSpbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTg2OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjBcIiB3aWR0aD1cIjU1NlwiXURldmVsb3AgbmV3IHNraWxscywgbGVhcm4gbmV3IG1ldGhvZHMgYW5kIGdhaW4gZGlzY2lwbGluZS4KVHJhZGVycyB1c2UgVGhlIFRyYWRpbmcgUm9vbcKuIHRvOlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjM2MDoiW2J1bGxldF9ibG9jayAgbGFyZ2VfaWNvbj1cIjM4LnBuZ1wiIHdpZHRoPVwiXCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZm9udF9zaXplPVwiMjBcIl08dWw+PGxpPglHZXQgbGl2ZSB0cmFkZSBjYWxscyBpbiByZWFsLXRpbWUgd2l0aCBleGFjdCBlbnRyaWVzLCBzdG9wcyBhbmQgdGFyZ2V0cy48L2xpPjxsaT4JTWFzdGVyIG1vcmUgbWFya2V0cyBpbmNsdWRpbmcgdGhlIEZpbmFuY2lhbHMsIE1ldGFscywgRW5lcmdpZXMsIEdyYWlucyBhbmQgQ3VycmVuY2llcy48L2xpPjxsaT4JVHJhZGUgaW4gYSBkeW5hbWljIG9ubGluZSBjb21tdW5pdHkgd2l0aCBwcm9mZXNzaW9uYWwgdHJhZGVycy48L2xpPjwvdWw+Wy9idWxsZXRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4NToiW2ltYWdlcyBzdHlsZT1cIjBcIiB3aWR0aD1cIjU4NVwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjU7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTczOiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDQvdHJhZGluZy1yb29tLWFydC5qcGdcIiB3aWR0aD1cIjU4NVwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjY7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzE6IltpbWFnZXMgc3R5bGU9XCIwXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo2Nzg6IltmZWF0dXJlX2JveCBzdHlsZT1cIjFcIiBvbmx5X2FkdmFuY2VkPVwiVGhlcmUgYXJlIG5vIHRpdGxlIG9wdGlvbnMgZm9yIHRoZSBjaG9vc2VuIHN0eWxlXCIgd2lkdGg9XCI1NTZcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIl1bb3BfbGl2ZWVkaXRvcl9lbGVtZW50c10gW29wX2xpdmVlZGl0b3JfZWxlbWVudCBkYXRhLXN0eWxlPVwiXCJdW3RleHRfYmxvY2sgc3R5bGU9XCJ1bmRlZmluZWRcIiBhbGlnbj1cImxlZnRcIl0qVGhlIFRyYWRpbmcgUm9vbcKuIFRyYWRlTEFCIGhhcyBiZWVuIHJhbmtlZCBpbiB0aGUgdG9wIDIlIGZvciB0aHJlZSBjb25zZWN1dGl2ZSB5ZWFycy4gVGhlIHN0dWR5IHdhcyBjb25kdWN0ZWQgYnkgRHIuIERlYW4gSGFuZGxleSwgYSByZW5vd25lZCBleHBlcnQgaW4gZXZhbHVhdGluZyBmdXR1cmVzIHRyYWRpbmcgcm9vbXMuIEhlIGNyaXRlcmlhIGlzIGJhc2VkIG9uIHRyYWRpbmcgcm9vbXMgdGhhdCBhcmUgdHJ1dGhmdWwsIHRyYW5zcGFyZW50IGFuZCBwcm9maXRhYmxlLiBIaXMgcmVzZWFyY2ggaGFzIGJlZW4gcHVibGlzaGVkIGluIG51bWVyb3VzIHB1YmxpY2F0aW9ucyBpbmNsdWRpbmcgRnV0dXJlcyBUcnV0aCBNYWdhemluZS5bL3RleHRfYmxvY2tdWy9vcF9saXZlZWRpdG9yX2VsZW1lbnRdIFsvb3BfbGl2ZWVkaXRvcl9lbGVtZW50c11bL2ZlYXR1cmVfYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjg7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTc2OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDQvZnV0dXJlcy10cnV0aC10aXRhbi5qcGdcIiB3aWR0aD1cIjMyNlwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI5OiJ0d28tZmlmdGhzIGNvbHVtbiBjb2xzIG5hcnJvdyI7czo4OiJjaGlsZHJlbiI7YTo2OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTQyOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMzVcIiBmb250X2ZvbnQ9XCJTaGFkb3dzIEludG8gTGlnaHRcIiBmb250X2NvbG9yPVwiI2U4MDAwMFwiIGFsaWduPVwiY2VudGVyXCJdVHdvIFdlZWsgRnJlZSBUcmlhbFsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1MToiW2Fycm93cyBzdHlsZT1cImFycm93LXJlZC0yLnBuZ1wiIGFsaWduPVwiY2VudGVyXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3NDc6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM3ODM3NTRcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVJXNTBaWElnZVc5MWNpQnVZVzFsSUdGdVpDQmxiV0ZwYkNCaVpXeHZkeUE4YzNSeWIyNW5QbTV2ZHk0dUxqd3ZjM1J5YjI1blBnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIEhlcmUgYW5kIENoZWNrIFlvdXIgRW1haWwgSW5ib3ggZm9yIENvbmZpcm1hdGlvbiFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTQ1OiJbdGVzdGltb25pYWxzIHN0eWxlPVwiNFwiIG1hcmdpbl90b3A9XCJcIiBtYXJnaW5fYm90dG9tPVwiXCJdW3Rlc3RpbW9uaWFsIG5hbWU9XCJcIiBjb21wYW55PVwiXCIgaHJlZj1cIlwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDQvZGVhbi1oYW5kbGV5LmpwZ1wiXTxwPuKAnFRoZXkgdHJhZGUgdGhlIGdyZWF0ZXN0IGRpdmVyc2l0eSBvZiBtYXJrZXRzIEkgaGF2ZSBldmVyIHNlZW4gYW5kIHByZXNlbnQgYXMgYSBvbmUtc3RvcCBmaW5hbmNpYWwgYm91dGlxdWUgc3BlY2lhbGl6aW5nIGluIGVsZWN0cm9uaWMgdHJhZGluZyBzdHJhdGVneeKApiBUaGVpciB0ZWNobm9sb2d5IHByb3ZpZGVzIHRyYWRlcnMgYWNjZXNzIHRvIGlubm92YXRpdmUgbWV0aG9kcyB0byBwcm9maXQgZnJvbSB0aGUgbWFya2V0cyB3aGlsZSBjb250cm9sbGluZyByaXNrLuKAnTxiciAvPgogICAgICAgICAtIERlYW4gSGFuZGxleSwgUGhELCBNQkEsIEpEPC9wPgpbL3Rlc3RpbW9uaWFsXVsvdGVzdGltb25pYWxzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjQ7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDk5OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJlbWJlZFwiIHdpZHRoPVwiMzUwXCIgaGVpZ2h0PVwiMTk3XCIgYWxpZ249XCJjZW50ZXJcIiBtYXJnaW5fdG9wPVwiMFwiIG1hcmdpbl9ib3R0b209XCIxNVwiXTxpbWcgc3JjPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC9wbHVnaW5zL29wdGltaXplUHJlc3NQbHVnaW4vbGliL2ltYWdlcy92aWRlb19wbGFjZWhvbGRlci5wbmdcIiBhbHQ9XCJQR2xtY21GdFpTQnpjbU05SW1oMGRIQnpPaTh2Y0d4aGVXVnlMblpwYldWdkxtTnZiUzkyYVdSbGJ5OHhNVEV6TlRJd016TWlJSGRwWkhSb1BTSTFNREFpSUdobGFXZG9kRDBpTWpneElpQm1jbUZ0WldKdmNtUmxjajBpTUNJZ2QyVmlhMmwwWVd4c2IzZG1kV3hzYzJOeVpXVnVJRzF2ZW1Gc2JHOTNablZzYkhOamNtVmxiaUJoYkd4dmQyWjFiR3h6WTNKbFpXNCtQQzlwWm5KaGJXVStDZz09XCIgd2lkdGg9XCIxXCIgaGVpZ2h0PVwiMVwiIC8+Wy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxMzI6IltoZWFkbGluZSBzdHlsZT1cIjE1XCIgZm9udF9zaXplPVwiMjBcIiBhbGlnbj1cImNlbnRlclwiIGJvdHRvbV9tYXJnaW49XCIxNVwiXVRyYWRlcnMgY29tZSBoZXJlIGZvciBhIHJlYXNvbiwgZmluZCB5b3Vycy5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjM0MDoiZXlKamIyUmxRbVZtYjNKbElqb2lWRWhGVWtVZ1NWTWdRU0JUVlVKVFZFRk9WRWxCVENCU1NWTkxJRTlHSUV4UFUxTWdTVTRnVkZKQlJFbE9SeUJEVDAxTlQwUkpWRmtnUmxWVVZWSkZVeXdnVDFCVVNVOU9VeXdnUVU1RUlFWlBVa1ZKUjA0Z1JWaERTRUZPUjBVZ1VGSlBSRlZEVkZNdUlGQkJVMVFnVUVWU1JrOVNUVUZPUTBVZ1NWTWdUazlVSUVsT1JFbERRVlJKVmtVZ1QwWWdSbFZVVlZKRklGSkZVMVZNVkZNdUlGUkZVMVJKVFU5T1NVRk1VeUJCVWtVZ1RrOVVJRWxPUkVsRFFWUkpWa1VnVDBZZ1JsVlVWVkpGSUZCRlVrWlBVazFCVGtORklFOVNJRk5WUTBORlUxTXVJQ0lzSW1Ga1pHOXVJanA3ZlgwPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fQ==','revision','2015-04-25 20:11:06'),(311,2437,'body','YToyOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozMToicm93IGZpdmUtY29sdW1ucyBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo5OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTMwOiJbaGVhZGxpbmUgc3R5bGU9XCIxNVwiIGZvbnRfc2l6ZT1cIjIwXCIgYWxpZ249XCJjZW50ZXJcIiBib3R0b21fbWFyZ2luPVwiMTVcIl1OZWVkIHRvIGltcHJvdmUgeW91ciB0cmFkaW5nIHBlcmZvcm1hbmNlP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNTY6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCI0MFwiIGZvbnRfY29sb3I9XCIjYzcyODBmXCIgYWxpZ249XCJjZW50ZXJcIiBib3R0b21fbWFyZ2luPVwiMjBcIl1UcnkgVGhlIFRyYWRpbmcgUm9vbcKuIApSYW5rZWQgaW4gdGhlIFRvcCAyJSpbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTg2OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjBcIiB3aWR0aD1cIjU1NlwiXURldmVsb3AgbmV3IHNraWxscywgbGVhcm4gbmV3IG1ldGhvZHMgYW5kIGdhaW4gZGlzY2lwbGluZS4KVHJhZGVycyB1c2UgVGhlIFRyYWRpbmcgUm9vbcKuIHRvOlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjM2MDoiW2J1bGxldF9ibG9jayAgbGFyZ2VfaWNvbj1cIjM4LnBuZ1wiIHdpZHRoPVwiXCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZm9udF9zaXplPVwiMjBcIl08dWw+PGxpPglHZXQgbGl2ZSB0cmFkZSBjYWxscyBpbiByZWFsLXRpbWUgd2l0aCBleGFjdCBlbnRyaWVzLCBzdG9wcyBhbmQgdGFyZ2V0cy48L2xpPjxsaT4JTWFzdGVyIG1vcmUgbWFya2V0cyBpbmNsdWRpbmcgdGhlIEZpbmFuY2lhbHMsIE1ldGFscywgRW5lcmdpZXMsIEdyYWlucyBhbmQgQ3VycmVuY2llcy48L2xpPjxsaT4JVHJhZGUgaW4gYSBkeW5hbWljIG9ubGluZSBjb21tdW5pdHkgd2l0aCBwcm9mZXNzaW9uYWwgdHJhZGVycy48L2xpPjwvdWw+Wy9idWxsZXRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4NToiW2ltYWdlcyBzdHlsZT1cIjBcIiB3aWR0aD1cIjU4NVwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjU7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTczOiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDQvdHJhZGluZy1yb29tLWFydC5qcGdcIiB3aWR0aD1cIjU4NVwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjY7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzE6IltpbWFnZXMgc3R5bGU9XCIwXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo2Nzg6IltmZWF0dXJlX2JveCBzdHlsZT1cIjFcIiBvbmx5X2FkdmFuY2VkPVwiVGhlcmUgYXJlIG5vIHRpdGxlIG9wdGlvbnMgZm9yIHRoZSBjaG9vc2VuIHN0eWxlXCIgd2lkdGg9XCI1NTZcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIl1bb3BfbGl2ZWVkaXRvcl9lbGVtZW50c10gW29wX2xpdmVlZGl0b3JfZWxlbWVudCBkYXRhLXN0eWxlPVwiXCJdW3RleHRfYmxvY2sgc3R5bGU9XCJ1bmRlZmluZWRcIiBhbGlnbj1cImxlZnRcIl0qVGhlIFRyYWRpbmcgUm9vbcKuIFRyYWRlTEFCIGhhcyBiZWVuIHJhbmtlZCBpbiB0aGUgdG9wIDIlIGZvciB0aHJlZSBjb25zZWN1dGl2ZSB5ZWFycy4gVGhlIHN0dWR5IHdhcyBjb25kdWN0ZWQgYnkgRHIuIERlYW4gSGFuZGxleSwgYSByZW5vd25lZCBleHBlcnQgaW4gZXZhbHVhdGluZyBmdXR1cmVzIHRyYWRpbmcgcm9vbXMuIEhlIGNyaXRlcmlhIGlzIGJhc2VkIG9uIHRyYWRpbmcgcm9vbXMgdGhhdCBhcmUgdHJ1dGhmdWwsIHRyYW5zcGFyZW50IGFuZCBwcm9maXRhYmxlLiBIaXMgcmVzZWFyY2ggaGFzIGJlZW4gcHVibGlzaGVkIGluIG51bWVyb3VzIHB1YmxpY2F0aW9ucyBpbmNsdWRpbmcgRnV0dXJlcyBUcnV0aCBNYWdhemluZS5bL3RleHRfYmxvY2tdWy9vcF9saXZlZWRpdG9yX2VsZW1lbnRdIFsvb3BfbGl2ZWVkaXRvcl9lbGVtZW50c11bL2ZlYXR1cmVfYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjg7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTc2OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDQvZnV0dXJlcy10cnV0aC10aXRhbi5qcGdcIiB3aWR0aD1cIjMyNlwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI5OiJ0d28tZmlmdGhzIGNvbHVtbiBjb2xzIG5hcnJvdyI7czo4OiJjaGlsZHJlbiI7YTo2OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTQyOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMzVcIiBmb250X2ZvbnQ9XCJTaGFkb3dzIEludG8gTGlnaHRcIiBmb250X2NvbG9yPVwiI2U4MDAwMFwiIGFsaWduPVwiY2VudGVyXCJdVHdvIFdlZWsgRnJlZSBUcmlhbFsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1MToiW2Fycm93cyBzdHlsZT1cImFycm93LXJlZC0yLnBuZ1wiIGFsaWduPVwiY2VudGVyXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3NDc6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0MzkzNjBcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVJXNTBaWElnZVc5MWNpQnVZVzFsSUdGdVpDQmxiV0ZwYkNCaVpXeHZkeUE4YzNSeWIyNW5QbTV2ZHk0dUxqd3ZjM1J5YjI1blBnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIEhlcmUgYW5kIENoZWNrIFlvdXIgRW1haWwgSW5ib3ggZm9yIENvbmZpcm1hdGlvbiFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTQ1OiJbdGVzdGltb25pYWxzIHN0eWxlPVwiNFwiIG1hcmdpbl90b3A9XCJcIiBtYXJnaW5fYm90dG9tPVwiXCJdW3Rlc3RpbW9uaWFsIG5hbWU9XCJcIiBjb21wYW55PVwiXCIgaHJlZj1cIlwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDQvZGVhbi1oYW5kbGV5LmpwZ1wiXTxwPuKAnFRoZXkgdHJhZGUgdGhlIGdyZWF0ZXN0IGRpdmVyc2l0eSBvZiBtYXJrZXRzIEkgaGF2ZSBldmVyIHNlZW4gYW5kIHByZXNlbnQgYXMgYSBvbmUtc3RvcCBmaW5hbmNpYWwgYm91dGlxdWUgc3BlY2lhbGl6aW5nIGluIGVsZWN0cm9uaWMgdHJhZGluZyBzdHJhdGVneeKApiBUaGVpciB0ZWNobm9sb2d5IHByb3ZpZGVzIHRyYWRlcnMgYWNjZXNzIHRvIGlubm92YXRpdmUgbWV0aG9kcyB0byBwcm9maXQgZnJvbSB0aGUgbWFya2V0cyB3aGlsZSBjb250cm9sbGluZyByaXNrLuKAnTxiciAvPgogICAgICAgICAtIERlYW4gSGFuZGxleSwgUGhELCBNQkEsIEpEPC9wPgpbL3Rlc3RpbW9uaWFsXVsvdGVzdGltb25pYWxzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjQ7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDk5OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJlbWJlZFwiIHdpZHRoPVwiMzUwXCIgaGVpZ2h0PVwiMTk3XCIgYWxpZ249XCJjZW50ZXJcIiBtYXJnaW5fdG9wPVwiMFwiIG1hcmdpbl9ib3R0b209XCIxNVwiXTxpbWcgc3JjPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC9wbHVnaW5zL29wdGltaXplUHJlc3NQbHVnaW4vbGliL2ltYWdlcy92aWRlb19wbGFjZWhvbGRlci5wbmdcIiBhbHQ9XCJQR2xtY21GdFpTQnpjbU05SW1oMGRIQnpPaTh2Y0d4aGVXVnlMblpwYldWdkxtTnZiUzkyYVdSbGJ5OHhNVEV6TlRJd016TWlJSGRwWkhSb1BTSTFNREFpSUdobGFXZG9kRDBpTWpneElpQm1jbUZ0WldKdmNtUmxjajBpTUNJZ2QyVmlhMmwwWVd4c2IzZG1kV3hzYzJOeVpXVnVJRzF2ZW1Gc2JHOTNablZzYkhOamNtVmxiaUJoYkd4dmQyWjFiR3h6WTNKbFpXNCtQQzlwWm5KaGJXVStDZz09XCIgd2lkdGg9XCIxXCIgaGVpZ2h0PVwiMVwiIC8+Wy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxMzI6IltoZWFkbGluZSBzdHlsZT1cIjE1XCIgZm9udF9zaXplPVwiMjBcIiBhbGlnbj1cImNlbnRlclwiIGJvdHRvbV9tYXJnaW49XCIxNVwiXVRyYWRlcnMgY29tZSBoZXJlIGZvciBhIHJlYXNvbiwgZmluZCB5b3Vycy5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjM0MDoiZXlKamIyUmxRbVZtYjNKbElqb2lWRWhGVWtVZ1NWTWdRU0JUVlVKVFZFRk9WRWxCVENCU1NWTkxJRTlHSUV4UFUxTWdTVTRnVkZKQlJFbE9SeUJEVDAxTlQwUkpWRmtnUmxWVVZWSkZVeXdnVDFCVVNVOU9VeXdnUVU1RUlFWlBVa1ZKUjA0Z1JWaERTRUZPUjBVZ1VGSlBSRlZEVkZNdUlGQkJVMVFnVUVWU1JrOVNUVUZPUTBVZ1NWTWdUazlVSUVsT1JFbERRVlJKVmtVZ1QwWWdSbFZVVlZKRklGSkZVMVZNVkZNdUlGUkZVMVJKVFU5T1NVRk1VeUJCVWtVZ1RrOVVJRWxPUkVsRFFWUkpWa1VnVDBZZ1JsVlVWVkpGSUZCRlVrWlBVazFCVGtORklFOVNJRk5WUTBORlUxTXVJQ0lzSW1Ga1pHOXVJanA3ZlgwPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fQ==','publish','2015-04-25 20:12:38'),(313,2574,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjE2OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjBcIiBmb250X2ZvbnQ9XCJBc2FwXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjMWE5ZWUwXCIgZm9udF9zcGFjaW5nPVwiLTFcIiBhbGlnbj1cImNlbnRlclwiXTxzdHJvbmc+TUFTVEVSIFRIRSBNQVJLRVRTICBXT1JLU0hPUDwvc3Ryb25nPsKgT25seSAxNSBTcG90cyBPcGVuWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czo1NjoiYmFja2dyb3VuZDojMWE5ZWUwO3BhZGRpbmctdG9wOjMwcHg7cGFkZGluZy1ib3R0b206MjVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEwMDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU14WVRsbFpUQWlMQ0p3WVdSa2FXNW5WRzl3SWpvaU16QWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNalVpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTc3OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMzBcIiBmb250X2ZvbnQ9XCJBc2FwXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiI2ZmZmZmZlwiIGZvbnRfc2hhZG93PVwiZGFya1wiIGFsaWduPVwiY2VudGVyXCJdRWFybHktQmlyZCBSZXNlcnZhdGlvbiBMaXN0Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzg6ImJhY2tncm91bmQ6IzIxMjEyMTtwYWRkaW5nLWJvdHRvbTowcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo3MjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU15TVRJeE1qRWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNQ0o5IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4NToiW2NhbGVuZGFyX2RhdGUgc3R5bGU9XCIxXCIgbW9udGg9XCJNYXJjaFwiIGNhbGVuZGFyX2Jhcl9jb2xvcj1cIiNmZjAwMDBcIiBkYXk9XCIxOFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3NDoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjIxXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiB3aWR0aD1cIjIyMFwiXTxzdHJvbmc+VHVlc2RheSAsIE1hcmNoIDE4dGgKPC9zdHJvbmc+NzozMCBQTSBFYXN0ZXJuIFRpbWVbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc0MzoiW29wdGluX2JveCBzdHlsZT1cIjdcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImVtYWlsXCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIiBuYW1lX3JlcXVpcmVkPVwiWVwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdSGVyZVwncyBUaGUgSGVhZGxpbmUgRm9yIFRoZSBCb3hbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1URzl5WlcwZ2FYQnpkVzBnWkc5c2IzSWdjMmwwSUdGdFpYUXNJR052Ym5ObFkzUmxkSFZ5SUdGa2FYQnBjMk5wYm1jZ1pXeHBkQzRnUkc5dVpXTWdkbVZzSUc1MWJtTWdibTl1SUd4aFkzVnpJSFpsYm1WdVlYUnBjeUJqYjIxdGIyUnZMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1HZXQgSW5zdGFudCBBY2Nlc3MhWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MjthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxMTA6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxNTY6ImV5SmlZV05yWjNKdmRXNWtTVzFoWjJVaU9pSjFjbXdvYUhSMGNEb3ZMMjl3ZEdsdGFYcGxjSEpsYzNNeUxtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE15OHdOaTlpWVdOck1TNXdibWNwSWl3aVltRmphMmR5YjNWdVpGQnZjMmwwYVc5dUlqb2lkR2xzWlNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMwNToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM1XCIgYWxpZ249XCJsZWZ0XCIgbGluZV9oZWlnaHQ9XCIzNVwiXTxkaXYgZGF0YS1sYj1cImVkaXRhYmxlLXJpY2gtdGV4dFwiIGRhdGEtbGItaWQ9XCJtYWluLWhlYWRsaW5lXCIgZGF0YS1sYi1uYW1lPVwiTWFpbiBIZWFkbGluZSBUZXh0XCI+RFVSSU5HIFRISVMgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFhOWVlMDtcIj48c3Ryb25nPkZSRUUgVFJBSU5JTkcgV09SS1NIT1AgV0VCSU5BUjwvc3Ryb25nPjwvc3Bhbj4gWU9VIFdJTEwgTEVBUk46PC9kaXY+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjM3NToiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCIzXCIgY29sb3I9XCIjMWE5ZWUwXCJdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIkhvdyB0byB1c2UgdGhlIFJpb3NRdWFudCBmb3J3YXJkIGxvb2tpbmcgaW5kaWNhdG9ycyB0byBzZWxlY3QgdGhlIG1hcmtldHMgcG9pc2VkIGZvciBleHBsb3NpdmUgcHJpY2UgYWNjdGlvblwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjNcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiV2hlbiB0byB0dXJuIG9uIHRyYWRpbmcgc3lzdGVtIGF1dG9tYXRpb24gZm9yIGJldHRlciBkaXNjaXBsaW5lIGFuZCBjb25zaXN0ZW5jeSB0byBib29zdCB5b3VyIHBlcmZvcm1hbmNlIFwiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjc6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMTA6IltpbWFnZXMgc3R5bGU9XCI1XCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9SUS1SYW5raW5nLXNjcmVlbi1zaG90MS0xMDI0eDY5MS5qcGdcIiB3aWR0aD1cIjEwMjRcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjI2OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjRcIiBmb250X2ZvbnQ9XCJTaGFkb3dzIEludG8gTGlnaHRcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiNDYwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+RXhwZXJpZW5jZSB0aGUgUG93ZXIgb2YgTWFya2V0IEludGVsbGlnZW5jZTwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjM7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319aTo0O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMyOiJbdmVydGljYWxfc3BhY2luZyBoZWlnaHQ9XCIzMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjU7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJjZW50ZXJcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjOTE5MTkxXCIgYm90dG9tX3BhZGRpbmc9XCIxMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCI0NjBcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5TaGFyZSB0aGlzIHBhZ2Ugd2l0aCB5b3VyIGZyaWVuZHMuLi48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjY7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjY0OiJbc29jaWFsX3NoYXJpbmcgc3R5bGU9XCJzdHlsZS0yMFwiIGZiX2NvbG9yPVwibGlnaHRcIiBmYl9sYW5nPVwiZW5fR0JcIiBmYl90ZXh0PVwicmVjb21tZW5kXCIgZmJfYnV0dG9uX3RleHQ9XCJTaGFyZVwiIHR3X2xhbmc9XCJlblwiIHR3X2J1dHRvbl90ZXh0PVwiU2hhcmVcIiBnX2xhbmc9XCJlbi1HQlwiIGdfYnV0dG9uX3RleHQ9XCJTaGFyZVwiIHBfZGVzY3JpcHRpb249XCJcIiBsaW5rZWRpbl9sYW5nPVwiZW5fVVNcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6NDthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czo1NjoiYmFja2dyb3VuZDojZWE3MTEwO3BhZGRpbmctdG9wOjQ1cHg7cGFkZGluZy1ib3R0b206MjVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEwMDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5sWVRjeE1UQWlMQ0p3WVdSa2FXNW5WRzl3SWpvaU5EVWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNalVpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjk2OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjBcIiBmb250X2NvbG9yPVwiI2ZmZmZmZlwiIGFsaWduPVwiY2VudGVyXCJdV0FSTklORzogwqBXZSBvbmx5IGhhdmUgMTAwIHNwb3RzIG9uIG91ciB3ZWJpbmFyIHN5c3RlbSBhdmFpbGFibGUgYW5kwqBzcGFjZSB3aWxsIGZpbGwgdXAgZmFzdCBzbyByZWdpc3RlciBub3cgdG8gYXZvaWQgbWlzc2luZyBvdXQuIMKgVGhpcyB3ZWJpbmFyIGlzIHBhY2tlZCB3aXRoIGhpZ2ggcXVhbGl0eSBjb250ZW50IGFuZCB3aWxsIGZpbGwgdXAgZmFzdCFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTo1O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE0NzoiYmFja2dyb3VuZC1pbWFnZTp1cmwoaHR0cDovL29wdGltaXplcHJlc3MyLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8wNi9iYWNrMS5wbmcpO2JhY2tncm91bmQtcmVwZWF0OnJlcGVhdDtwYWRkaW5nLXRvcDozMHB4O3BhZGRpbmctYm90dG9tOjUwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoyMDg6ImV5SmlZV05yWjNKdmRXNWtTVzFoWjJVaU9pSjFjbXdvYUhSMGNEb3ZMMjl3ZEdsdGFYcGxjSEpsYzNNeUxtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE15OHdOaTlpWVdOck1TNXdibWNwSWl3aVltRmphMmR5YjNWdVpGQnZjMmwwYVc5dUlqb2lkR2xzWlNJc0luQmhaR1JwYm1kVWIzQWlPaUl6TUNJc0luQmhaR1JwYm1kQ2IzUjBiMjBpT2lJMU1DSjkiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjI1XCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGFsaWduPVwiY2VudGVyXCIgYm90dG9tX21hcmdpbj1cIjIwXCJdPHN0cm9uZz5UaGlzIG9uZSB3aWxsIGJlIG5vIGV4Y2VwdGlvbi7CoFNvIGNsYWltIHlvdXIgc3BvdCBiZWxvdyE8L3N0cm9uZz5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Nzg5OiJbb3B0aW5fYm94IHN0eWxlPVwiN1wiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiBlbWFpbF9hZGRyZXNzPVwiaHR0cHM6Ly93d3czLmdvdG9tZWV0aW5nLmNvbS9yZWdpc3Rlci81ODY4NDEyODZcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdSGVyZVwncyBUaGUgSGVhZGxpbmUgRm9yIFRoZSBCb3hbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1URzl5WlcwZ2FYQnpkVzBnWkc5c2IzSWdjMmwwSUdGdFpYUXNJR052Ym5ObFkzUmxkSFZ5SUdGa2FYQnBjMk5wYm1jZ1pXeHBkQzRnUkc5dVpXTWdkbVZzSUc1MWJtTWdibTl1SUd4aFkzVnpJSFpsYm1WdVlYUnBjeUJqYjIxdGIyUnZMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1HZXQgSW5zdGFudCBBY2Nlc3MhWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI2MzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkNPTU1PRElUWSBGVVRVUkVTLCBPUFRJT05TLCBBTkQgRk9SRVggVFJBRElORyBJTlZPTFZFUyBTVUJTVEFOVElBTCBSSVNLIEFORCBJUyBOT1QgU1VJVEFCTEUgRk9SIEFMTCBJTlZFU1RPUlMuIFBBU1QgUkVTVUxUUyBJUyBOT1QgSU5ESUNBVElWRSBPRiBGVVRVUkUgUEVSRk9STUFOQ0UuPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','revision','2015-08-19 19:19:56'),(314,2574,'body','YTo2OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjE2OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjBcIiBmb250X2ZvbnQ9XCJBc2FwXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjMWE5ZWUwXCIgZm9udF9zcGFjaW5nPVwiLTFcIiBhbGlnbj1cImNlbnRlclwiXTxzdHJvbmc+TUFTVEVSIFRIRSBNQVJLRVRTICBXT1JLU0hPUDwvc3Ryb25nPsKgT25seSAxNSBTcG90cyBPcGVuWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czo1NjoiYmFja2dyb3VuZDojMWE5ZWUwO3BhZGRpbmctdG9wOjMwcHg7cGFkZGluZy1ib3R0b206MjVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEwMDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU14WVRsbFpUQWlMQ0p3WVdSa2FXNW5WRzl3SWpvaU16QWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNalVpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTc3OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMzBcIiBmb250X2ZvbnQ9XCJBc2FwXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiI2ZmZmZmZlwiIGZvbnRfc2hhZG93PVwiZGFya1wiIGFsaWduPVwiY2VudGVyXCJdRWFybHktQmlyZCBSZXNlcnZhdGlvbiBMaXN0Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzg6ImJhY2tncm91bmQ6IzIxMjEyMTtwYWRkaW5nLWJvdHRvbTowcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo3MjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU15TVRJeE1qRWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNQ0o5IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4NToiW2NhbGVuZGFyX2RhdGUgc3R5bGU9XCIxXCIgbW9udGg9XCJNYXJjaFwiIGNhbGVuZGFyX2Jhcl9jb2xvcj1cIiNmZjAwMDBcIiBkYXk9XCIxOFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3NDoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjIxXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiB3aWR0aD1cIjIyMFwiXTxzdHJvbmc+VHVlc2RheSAsIE1hcmNoIDE4dGgKPC9zdHJvbmc+NzozMCBQTSBFYXN0ZXJuIFRpbWVbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc3OToiW29wdGluX2JveCBzdHlsZT1cIjdcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBuZXdfd2luZG93PVwiWVwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJZXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1IZXJlXCdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgdGhlbiBjaGVjayB5b3VyIGVtYWlsIGluYm94Wy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MjthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxMTA6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxNTY6ImV5SmlZV05yWjNKdmRXNWtTVzFoWjJVaU9pSjFjbXdvYUhSMGNEb3ZMMjl3ZEdsdGFYcGxjSEpsYzNNeUxtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE15OHdOaTlpWVdOck1TNXdibWNwSWl3aVltRmphMmR5YjNWdVpGQnZjMmwwYVc5dUlqb2lkR2xzWlNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMwNToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM1XCIgYWxpZ249XCJsZWZ0XCIgbGluZV9oZWlnaHQ9XCIzNVwiXTxkaXYgZGF0YS1sYj1cImVkaXRhYmxlLXJpY2gtdGV4dFwiIGRhdGEtbGItaWQ9XCJtYWluLWhlYWRsaW5lXCIgZGF0YS1sYi1uYW1lPVwiTWFpbiBIZWFkbGluZSBUZXh0XCI+RFVSSU5HIFRISVMgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFhOWVlMDtcIj48c3Ryb25nPkZSRUUgVFJBSU5JTkcgV09SS1NIT1AgV0VCSU5BUjwvc3Ryb25nPjwvc3Bhbj4gWU9VIFdJTEwgTEVBUk46PC9kaXY+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjM3NToiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCIzXCIgY29sb3I9XCIjMWE5ZWUwXCJdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIkhvdyB0byB1c2UgdGhlIFJpb3NRdWFudCBmb3J3YXJkIGxvb2tpbmcgaW5kaWNhdG9ycyB0byBzZWxlY3QgdGhlIG1hcmtldHMgcG9pc2VkIGZvciBleHBsb3NpdmUgcHJpY2UgYWNjdGlvblwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjNcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiV2hlbiB0byB0dXJuIG9uIHRyYWRpbmcgc3lzdGVtIGF1dG9tYXRpb24gZm9yIGJldHRlciBkaXNjaXBsaW5lIGFuZCBjb25zaXN0ZW5jeSB0byBib29zdCB5b3VyIHBlcmZvcm1hbmNlIFwiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjc6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMTA6IltpbWFnZXMgc3R5bGU9XCI1XCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9SUS1SYW5raW5nLXNjcmVlbi1zaG90MS0xMDI0eDY5MS5qcGdcIiB3aWR0aD1cIjEwMjRcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjI2OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjRcIiBmb250X2ZvbnQ9XCJTaGFkb3dzIEludG8gTGlnaHRcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiNDYwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+RXhwZXJpZW5jZSB0aGUgUG93ZXIgb2YgTWFya2V0IEludGVsbGlnZW5jZTwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjM7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319aTo0O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMyOiJbdmVydGljYWxfc3BhY2luZyBoZWlnaHQ9XCIzMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjU7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJjZW50ZXJcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjOTE5MTkxXCIgYm90dG9tX3BhZGRpbmc9XCIxMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCI0NjBcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5TaGFyZSB0aGlzIHBhZ2Ugd2l0aCB5b3VyIGZyaWVuZHMuLi48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjY7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjY0OiJbc29jaWFsX3NoYXJpbmcgc3R5bGU9XCJzdHlsZS0yMFwiIGZiX2NvbG9yPVwibGlnaHRcIiBmYl9sYW5nPVwiZW5fR0JcIiBmYl90ZXh0PVwicmVjb21tZW5kXCIgZmJfYnV0dG9uX3RleHQ9XCJTaGFyZVwiIHR3X2xhbmc9XCJlblwiIHR3X2J1dHRvbl90ZXh0PVwiU2hhcmVcIiBnX2xhbmc9XCJlbi1HQlwiIGdfYnV0dG9uX3RleHQ9XCJTaGFyZVwiIHBfZGVzY3JpcHRpb249XCJcIiBsaW5rZWRpbl9sYW5nPVwiZW5fVVNcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6NDthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czo1NjoiYmFja2dyb3VuZDojZWE3MTEwO3BhZGRpbmctdG9wOjQ1cHg7cGFkZGluZy1ib3R0b206MjVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEwMDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5sWVRjeE1UQWlMQ0p3WVdSa2FXNW5WRzl3SWpvaU5EVWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNalVpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjk2OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjBcIiBmb250X2NvbG9yPVwiI2ZmZmZmZlwiIGFsaWduPVwiY2VudGVyXCJdV0FSTklORzogwqBXZSBvbmx5IGhhdmUgMTAwIHNwb3RzIG9uIG91ciB3ZWJpbmFyIHN5c3RlbSBhdmFpbGFibGUgYW5kwqBzcGFjZSB3aWxsIGZpbGwgdXAgZmFzdCBzbyByZWdpc3RlciBub3cgdG8gYXZvaWQgbWlzc2luZyBvdXQuIMKgVGhpcyB3ZWJpbmFyIGlzIHBhY2tlZCB3aXRoIGhpZ2ggcXVhbGl0eSBjb250ZW50IGFuZCB3aWxsIGZpbGwgdXAgZmFzdCFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTo1O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE0NzoiYmFja2dyb3VuZC1pbWFnZTp1cmwoaHR0cDovL29wdGltaXplcHJlc3MyLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8wNi9iYWNrMS5wbmcpO2JhY2tncm91bmQtcmVwZWF0OnJlcGVhdDtwYWRkaW5nLXRvcDozMHB4O3BhZGRpbmctYm90dG9tOjUwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoyMDg6ImV5SmlZV05yWjNKdmRXNWtTVzFoWjJVaU9pSjFjbXdvYUhSMGNEb3ZMMjl3ZEdsdGFYcGxjSEpsYzNNeUxtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE15OHdOaTlpWVdOck1TNXdibWNwSWl3aVltRmphMmR5YjNWdVpGQnZjMmwwYVc5dUlqb2lkR2xzWlNJc0luQmhaR1JwYm1kVWIzQWlPaUl6TUNJc0luQmhaR1JwYm1kQ2IzUjBiMjBpT2lJMU1DSjkiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjI1XCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGFsaWduPVwiY2VudGVyXCIgYm90dG9tX21hcmdpbj1cIjIwXCJdPHN0cm9uZz5UaGlzIG9uZSB3aWxsIGJlIG5vIGV4Y2VwdGlvbi7CoFNvIGNsYWltIHlvdXIgc3BvdCBiZWxvdyE8L3N0cm9uZz5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODAwOiJbb3B0aW5fYm94IHN0eWxlPVwiN1wiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiBlbWFpbF9hZGRyZXNzPVwiaHR0cHM6Ly93d3czLmdvdG9tZWV0aW5nLmNvbS9yZWdpc3Rlci81ODY4NDEyODZcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1IZXJlXCdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIEhlcmVbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjYzOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+Q09NTU9ESVRZIEZVVFVSRVMsIE9QVElPTlMsIEFORCBGT1JFWCBUUkFESU5HIElOVk9MVkVTIFNVQlNUQU5USUFMIFJJU0sgQU5EIElTIE5PVCBTVUlUQUJMRSBGT1IgQUxMIElOVkVTVE9SUy4gUEFTVCBSRVNVTFRTIElTIE5PVCBJTkRJQ0FUSVZFIE9GIEZVVFVSRSBQRVJGT1JNQU5DRS48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','revision','2015-08-19 19:24:56'),(315,2574,'body','YTozOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTM6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSIzNyIgZm9udF9mb250PSJPcGVuIFNhbnMiIGZvbnRfc3R5bGU9ImJvbGQiIGZvbnRfY29sb3I9IiM0MjUwNjMiIGZvbnRfc3BhY2luZz0iMCIgZm9udF9zaGFkb3c9ImxpZ2h0IiBhbGlnbj0iY2VudGVyIl1BIEJyaWVmIEd1aWRlIHRvIFJlc3BvbnNpdmUgRGVzaWduWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4NDoiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjIyIiBmb250X2ZvbnQ9Ik9wZW4gU2FucyIgZm9udF9zdHlsZT0iMzAwIiBmb250X2NvbG9yPSIjMzk1NDY4IiBhbGlnbj0iY2VudGVyIl1Ib3cgdG8gdXNlIHJlc3BvbnNpdmUgZGVzaWduIHRvIGluY3JlYXNlIHNhbGVzIG9uIHlvdXIgd2Vic2l0ZXNbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO31pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE1NjoiYmFja2dyb3VuZDojZjJmMmYyO3BhZGRpbmctYm90dG9tOjIwcHg7Ym9yZGVyLXRvcC13aWR0aDoxcHg7Ym9yZGVyLWJvdHRvbS13aWR0aDoxcHg7Ym9yZGVyLXN0eWxlOnNvbGlkO2JvcmRlci10b3AtY29sb3I6I2UzZTNlMztib3JkZXItYm90dG9tLWNvbG9yOiNlM2UzZTM7IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTQzOiJbaW1hZ2VzIHN0eWxlPSIwIiBpbWFnZT0iaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvYm9vazItY3JvcHBlZC5wbmciIHdpZHRoPSIzMDAiIGFsaWduPSJjZW50ZXIiIHRvcF9tYXJnaW49IjAiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTYzOiJbb3B0aW5fYm94IHN0eWxlPSIxMSIgd2lkdGg9IjQ1MCIgbWFyZ2luX3RvcD0iMTUiIGFsaWdubWVudD0iY2VudGVyIiBlbWFpbF9kZWZhdWx0PSJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3MiIGludGVncmF0aW9uX3R5cGU9ImVtYWlsIiBuYW1lX2RlZmF1bHQ9IkVudGVyIHlvdXIgZmlyc3QgbmFtZSJdW29wdGluX2JveF9maWVsZCBuYW1lPSJoZWFkbGluZSJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPSJwYXJhZ3JhcGgiXUVudGVyIHlvdXIgbmFtZSBhbmQgZW1haWwgYmVsb3cgZm9yIGluc3RhbnQgYWNjZXNzLi4uWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPSJwcml2YWN5Il1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPSJ0b3BfY29sb3IiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9IjAiXUdldCBJbnN0YW50IEFjY2VzcyFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTg5OiJbc29jaWFsX3NoYXJpbmcgc3R5bGU9InN0eWxlLTMiIGZiX2NvbG9yPSJsaWdodCIgZmJfbGFuZz0iZW5fR0IiIGZiX3RleHQ9Imxpa2UiIGZiX2J1dHRvbl90ZXh0PSJTaGFyZSIgdHdfbGFuZz0iZW4iIGdfbGFuZz0iZW4tR0IiIHBfZGVzY3JpcHRpb249IiIgbGlua2VkaW5fbGFuZz0iZW5fVVMiIGFsaWdubWVudD0iY2VudGVyIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO31pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozNTM6Ilt0ZXh0X2Jsb2NrIHN0eWxlPSJzdHlsZV8xLnBuZyIgYWxpZ249ImxlZnQiIGZvbnRfc2l6ZT0iMTciIHdpZHRoPSI5NDAiXTxoMiBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyI+PHNwYW4gc3R5bGU9ImNvbG9yOiAjNDI1MDYzOyI+WW91ciAzLVN0ZXAgR3VpZGUgdG8KR2V0dGluZyBTdGFydGVkIHdpdGggUmVzcG9uc2l2ZSBEZXNpZ248L3NwYW4+PC9oMj4KPHAgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlcjsiPkxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaXNjaW5nIGVsaXQuIEFsaXF1YW0gdnVscHV0YXRlIHZpdGFlIHB1cnVzIGF0IHN1c2NpcGl0LjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxMjY5OiJbc3RlcF9ncmFwaGljcyBzdHlsZT0iNSIgY29sb3I9IiM0MjUwNjMiXVtzdGVwIHN0eWxlPSI1IiB0ZXh0PSIxIiBoZWFkbGluZT0iTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2NpbmcgZWxpdC4gUHJhZXNlbnQgbm9uIGF1Z3VlIGEgdmVsaXQgcmhvbmN1cyB2ZW5lbmF0aXMgaW4gYSByaXN1cy4gIiBpbmZvcm1hdGlvbj0iPHA+QWxpcXVhbSBlcmF0IHZvbHV0cGF0LiBTdXNwZW5kaXNzZSB2dWxwdXRhdGUgbGlndWxhIGlkIG5pc2wgcGxhY2VyYXQgZXQgZWxlbWVudHVtIHJpc3VzIHNjZWxlcmlzcXVlLiBQaGFzZWxsdXMgY29uc2VjdGV0dXIgdGVtcG9yIGxlY3R1cyBlZ2V0IGNvbnNlcXVhdC4gSW50ZWdlciBlZ2VzdGFzIHZhcml1cyBvZGlvLCBxdWlzIGJpYmVuZHVtIHJpc3VzIHBsYWNlcmF0IGlhY3VsaXMuPC9wPgoiXVsvc3RlcF1bc3RlcCBzdHlsZT0iNSIgdGV4dD0iMiIgaGVhZGxpbmU9IkxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaXNjaW5nIGVsaXQuIFByYWVzZW50IG5vbiBhdWd1ZSBhIHZlbGl0IHJob25jdXMgdmVuZW5hdGlzIGluIGEgcmlzdXMuICIgaW5mb3JtYXRpb249IjxwPlBoYXNlbGx1cyBwZWxsZW50ZXNxdWUgbG9yZW0gaWQgYW50ZSB0aW5jaWR1bnQgc2l0IGFtZXQgZGFwaWJ1cyBuaWJoIGludGVyZHVtLiBRdWlzcXVlIGV0IGVzdCB1cm5hLiBWZXN0aWJ1bHVtIG1vbGxpcyBkaWduaXNzaW0gc29kYWxlcy4gTnVsbGFtIGVsZWlmZW5kIGVzdCBldSBsYWN1cyBjb21tb2RvIHVsdHJpY2VzLiBOdW5jIGluIGF1Z3VlIHNlbSwgaW50ZXJkdW0gc29sbGljaXR1ZGluIHB1cnVzLjwvcD4KIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9IjUiIHRleHQ9IjMiIGhlYWRsaW5lPSJMb3JlbSBpcHN1bSBkb2xvciBzaXQgYW1ldCwgY29uc2VjdGV0dXIgYWRpcGlzY2luZyBlbGl0LiBQcmFlc2VudCBub24gYXVndWUgYSB2ZWxpdCByaG9uY3VzIHZlbmVuYXRpcyBpbiBhIHJpc3VzLiAiIGluZm9ybWF0aW9uPSI8cD5BbGlxdWFtIGVyYXQgdm9sdXRwYXQuIFN1c3BlbmRpc3NlIHZ1bHB1dGF0ZSBsaWd1bGEgaWQgbmlzbCBwbGFjZXJhdCBldCBlbGVtZW50dW0gcmlzdXMgc2NlbGVyaXNxdWUuIFBoYXNlbGx1cyBjb25zZWN0ZXR1ciB0ZW1wb3IgbGVjdHVzIGVnZXQgY29uc2VxdWF0LiBJbnRlZ2VyIGVnZXN0YXMgdmFyaXVzIG9kaW8sIHF1aXMgYmliZW5kdW0gcmlzdXMgcGxhY2VyYXQgaWFjdWxpcy48L3A+CiJdWy9zdGVwXVsvc3RlcF9ncmFwaGljc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NDoiZTMwPSI7fX0=','publish','2015-08-19 19:27:23'),(316,2576,'body','YTozOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTM6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSIzNyIgZm9udF9mb250PSJPcGVuIFNhbnMiIGZvbnRfc3R5bGU9ImJvbGQiIGZvbnRfY29sb3I9IiM0MjUwNjMiIGZvbnRfc3BhY2luZz0iMCIgZm9udF9zaGFkb3c9ImxpZ2h0IiBhbGlnbj0iY2VudGVyIl1BIEJyaWVmIEd1aWRlIHRvIFJlc3BvbnNpdmUgRGVzaWduWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4NDoiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjIyIiBmb250X2ZvbnQ9Ik9wZW4gU2FucyIgZm9udF9zdHlsZT0iMzAwIiBmb250X2NvbG9yPSIjMzk1NDY4IiBhbGlnbj0iY2VudGVyIl1Ib3cgdG8gdXNlIHJlc3BvbnNpdmUgZGVzaWduIHRvIGluY3JlYXNlIHNhbGVzIG9uIHlvdXIgd2Vic2l0ZXNbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO31pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE1NjoiYmFja2dyb3VuZDojZjJmMmYyO3BhZGRpbmctYm90dG9tOjIwcHg7Ym9yZGVyLXRvcC13aWR0aDoxcHg7Ym9yZGVyLWJvdHRvbS13aWR0aDoxcHg7Ym9yZGVyLXN0eWxlOnNvbGlkO2JvcmRlci10b3AtY29sb3I6I2UzZTNlMztib3JkZXItYm90dG9tLWNvbG9yOiNlM2UzZTM7IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTQzOiJbaW1hZ2VzIHN0eWxlPSIwIiBpbWFnZT0iaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvYm9vazItY3JvcHBlZC5wbmciIHdpZHRoPSIzMDAiIGFsaWduPSJjZW50ZXIiIHRvcF9tYXJnaW49IjAiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTYzOiJbb3B0aW5fYm94IHN0eWxlPSIxMSIgd2lkdGg9IjQ1MCIgbWFyZ2luX3RvcD0iMTUiIGFsaWdubWVudD0iY2VudGVyIiBlbWFpbF9kZWZhdWx0PSJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3MiIGludGVncmF0aW9uX3R5cGU9ImVtYWlsIiBuYW1lX2RlZmF1bHQ9IkVudGVyIHlvdXIgZmlyc3QgbmFtZSJdW29wdGluX2JveF9maWVsZCBuYW1lPSJoZWFkbGluZSJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPSJwYXJhZ3JhcGgiXUVudGVyIHlvdXIgbmFtZSBhbmQgZW1haWwgYmVsb3cgZm9yIGluc3RhbnQgYWNjZXNzLi4uWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPSJwcml2YWN5Il1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPSJ0b3BfY29sb3IiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9IjAiXUdldCBJbnN0YW50IEFjY2VzcyFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTg5OiJbc29jaWFsX3NoYXJpbmcgc3R5bGU9InN0eWxlLTMiIGZiX2NvbG9yPSJsaWdodCIgZmJfbGFuZz0iZW5fR0IiIGZiX3RleHQ9Imxpa2UiIGZiX2J1dHRvbl90ZXh0PSJTaGFyZSIgdHdfbGFuZz0iZW4iIGdfbGFuZz0iZW4tR0IiIHBfZGVzY3JpcHRpb249IiIgbGlua2VkaW5fbGFuZz0iZW5fVVMiIGFsaWdubWVudD0iY2VudGVyIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO31pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozNTM6Ilt0ZXh0X2Jsb2NrIHN0eWxlPSJzdHlsZV8xLnBuZyIgYWxpZ249ImxlZnQiIGZvbnRfc2l6ZT0iMTciIHdpZHRoPSI5NDAiXTxoMiBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyI+PHNwYW4gc3R5bGU9ImNvbG9yOiAjNDI1MDYzOyI+WW91ciAzLVN0ZXAgR3VpZGUgdG8KR2V0dGluZyBTdGFydGVkIHdpdGggUmVzcG9uc2l2ZSBEZXNpZ248L3NwYW4+PC9oMj4KPHAgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlcjsiPkxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaXNjaW5nIGVsaXQuIEFsaXF1YW0gdnVscHV0YXRlIHZpdGFlIHB1cnVzIGF0IHN1c2NpcGl0LjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxMjY5OiJbc3RlcF9ncmFwaGljcyBzdHlsZT0iNSIgY29sb3I9IiM0MjUwNjMiXVtzdGVwIHN0eWxlPSI1IiB0ZXh0PSIxIiBoZWFkbGluZT0iTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2NpbmcgZWxpdC4gUHJhZXNlbnQgbm9uIGF1Z3VlIGEgdmVsaXQgcmhvbmN1cyB2ZW5lbmF0aXMgaW4gYSByaXN1cy4gIiBpbmZvcm1hdGlvbj0iPHA+QWxpcXVhbSBlcmF0IHZvbHV0cGF0LiBTdXNwZW5kaXNzZSB2dWxwdXRhdGUgbGlndWxhIGlkIG5pc2wgcGxhY2VyYXQgZXQgZWxlbWVudHVtIHJpc3VzIHNjZWxlcmlzcXVlLiBQaGFzZWxsdXMgY29uc2VjdGV0dXIgdGVtcG9yIGxlY3R1cyBlZ2V0IGNvbnNlcXVhdC4gSW50ZWdlciBlZ2VzdGFzIHZhcml1cyBvZGlvLCBxdWlzIGJpYmVuZHVtIHJpc3VzIHBsYWNlcmF0IGlhY3VsaXMuPC9wPgoiXVsvc3RlcF1bc3RlcCBzdHlsZT0iNSIgdGV4dD0iMiIgaGVhZGxpbmU9IkxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaXNjaW5nIGVsaXQuIFByYWVzZW50IG5vbiBhdWd1ZSBhIHZlbGl0IHJob25jdXMgdmVuZW5hdGlzIGluIGEgcmlzdXMuICIgaW5mb3JtYXRpb249IjxwPlBoYXNlbGx1cyBwZWxsZW50ZXNxdWUgbG9yZW0gaWQgYW50ZSB0aW5jaWR1bnQgc2l0IGFtZXQgZGFwaWJ1cyBuaWJoIGludGVyZHVtLiBRdWlzcXVlIGV0IGVzdCB1cm5hLiBWZXN0aWJ1bHVtIG1vbGxpcyBkaWduaXNzaW0gc29kYWxlcy4gTnVsbGFtIGVsZWlmZW5kIGVzdCBldSBsYWN1cyBjb21tb2RvIHVsdHJpY2VzLiBOdW5jIGluIGF1Z3VlIHNlbSwgaW50ZXJkdW0gc29sbGljaXR1ZGluIHB1cnVzLjwvcD4KIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9IjUiIHRleHQ9IjMiIGhlYWRsaW5lPSJMb3JlbSBpcHN1bSBkb2xvciBzaXQgYW1ldCwgY29uc2VjdGV0dXIgYWRpcGlzY2luZyBlbGl0LiBQcmFlc2VudCBub24gYXVndWUgYSB2ZWxpdCByaG9uY3VzIHZlbmVuYXRpcyBpbiBhIHJpc3VzLiAiIGluZm9ybWF0aW9uPSI8cD5BbGlxdWFtIGVyYXQgdm9sdXRwYXQuIFN1c3BlbmRpc3NlIHZ1bHB1dGF0ZSBsaWd1bGEgaWQgbmlzbCBwbGFjZXJhdCBldCBlbGVtZW50dW0gcmlzdXMgc2NlbGVyaXNxdWUuIFBoYXNlbGx1cyBjb25zZWN0ZXR1ciB0ZW1wb3IgbGVjdHVzIGVnZXQgY29uc2VxdWF0LiBJbnRlZ2VyIGVnZXN0YXMgdmFyaXVzIG9kaW8sIHF1aXMgYmliZW5kdW0gcmlzdXMgcGxhY2VyYXQgaWFjdWxpcy48L3A+CiJdWy9zdGVwXVsvc3RlcF9ncmFwaGljc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NDoiZTMwPSI7fX0=','revision','2015-08-19 20:03:07'),(317,2576,'body','YTozOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIwOToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1BIEJyaWVmIEd1aWRlIHRvIFJlc3BvbnNpdmUgRGVzaWduWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE5NjoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIyXCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cIjMwMFwiIGZvbnRfY29sb3I9XCIjMzk1NDY4XCIgYWxpZ249XCJjZW50ZXJcIl1Ib3cgdG8gdXNlIHJlc3BvbnNpdmUgZGVzaWduIHRvIGluY3JlYXNlIHNhbGVzIG9uIHlvdXIgd2Vic2l0ZXNbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzI6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNS8wOC9qb2Utc3RyYXRlZ2llcy10aGF0LXdvcmstMzAweDIxMS5qcGdcIiB3aWR0aD1cIjMwMFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU4NzoiW29wdGluX2JveCBzdHlsZT1cIjExXCIgd2lkdGg9XCI0NTBcIiBtYXJnaW5fdG9wPVwiMTVcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgaW50ZWdyYXRpb25fdHlwZT1cImVtYWlsXCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1FbnRlciB5b3VyIG5hbWUgYW5kIGVtYWlsIGJlbG93IGZvciBpbnN0YW50IGFjY2Vzcy4uLlsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIl1HZXQgSW5zdGFudCBBY2Nlc3MhWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIwOToiW3NvY2lhbF9zaGFyaW5nIHN0eWxlPVwic3R5bGUtM1wiIGZiX2NvbG9yPVwibGlnaHRcIiBmYl9sYW5nPVwiZW5fR0JcIiBmYl90ZXh0PVwibGlrZVwiIGZiX2J1dHRvbl90ZXh0PVwiU2hhcmVcIiB0d19sYW5nPVwiZW5cIiBnX2xhbmc9XCJlbi1HQlwiIHBfZGVzY3JpcHRpb249XCJcIiBsaW5rZWRpbl9sYW5nPVwiZW5fVVNcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjQ6ImUzMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjM2NzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE3XCIgd2lkdGg9XCI5NDBcIl08aDIgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PHNwYW4gc3R5bGU9XCJjb2xvcjogIzQyNTA2MztcIj5Zb3VyIDMtU3RlcCBHdWlkZSB0bwpHZXR0aW5nIFN0YXJ0ZWQgd2l0aCBSZXNwb25zaXZlIERlc2lnbjwvc3Bhbj48L2gyPgo8cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5Mb3JlbSBpcHN1bSBkb2xvciBzaXQgYW1ldCwgY29uc2VjdGV0dXIgYWRpcGlzY2luZyBlbGl0LiBBbGlxdWFtIHZ1bHB1dGF0ZSB2aXRhZSBwdXJ1cyBhdCBzdXNjaXBpdC48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTI5NzoiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCI1XCIgY29sb3I9XCIjNDI1MDYzXCJdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIkxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaXNjaW5nIGVsaXQuIFByYWVzZW50IG5vbiBhdWd1ZSBhIHZlbGl0IHJob25jdXMgdmVuZW5hdGlzIGluIGEgcmlzdXMuIFwiIGluZm9ybWF0aW9uPVwiPHA+QWxpcXVhbSBlcmF0IHZvbHV0cGF0LiBTdXNwZW5kaXNzZSB2dWxwdXRhdGUgbGlndWxhIGlkIG5pc2wgcGxhY2VyYXQgZXQgZWxlbWVudHVtIHJpc3VzIHNjZWxlcmlzcXVlLiBQaGFzZWxsdXMgY29uc2VjdGV0dXIgdGVtcG9yIGxlY3R1cyBlZ2V0IGNvbnNlcXVhdC4gSW50ZWdlciBlZ2VzdGFzIHZhcml1cyBvZGlvLCBxdWlzIGJpYmVuZHVtIHJpc3VzIHBsYWNlcmF0IGlhY3VsaXMuPC9wPgpcIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIkxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaXNjaW5nIGVsaXQuIFByYWVzZW50IG5vbiBhdWd1ZSBhIHZlbGl0IHJob25jdXMgdmVuZW5hdGlzIGluIGEgcmlzdXMuIFwiIGluZm9ybWF0aW9uPVwiPHA+UGhhc2VsbHVzIHBlbGxlbnRlc3F1ZSBsb3JlbSBpZCBhbnRlIHRpbmNpZHVudCBzaXQgYW1ldCBkYXBpYnVzIG5pYmggaW50ZXJkdW0uIFF1aXNxdWUgZXQgZXN0IHVybmEuIFZlc3RpYnVsdW0gbW9sbGlzIGRpZ25pc3NpbSBzb2RhbGVzLiBOdWxsYW0gZWxlaWZlbmQgZXN0IGV1IGxhY3VzIGNvbW1vZG8gdWx0cmljZXMuIE51bmMgaW4gYXVndWUgc2VtLCBpbnRlcmR1bSBzb2xsaWNpdHVkaW4gcHVydXMuPC9wPgpcIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjNcIiBoZWFkbGluZT1cIkxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaXNjaW5nIGVsaXQuIFByYWVzZW50IG5vbiBhdWd1ZSBhIHZlbGl0IHJob25jdXMgdmVuZW5hdGlzIGluIGEgcmlzdXMuIFwiIGluZm9ybWF0aW9uPVwiPHA+QWxpcXVhbSBlcmF0IHZvbHV0cGF0LiBTdXNwZW5kaXNzZSB2dWxwdXRhdGUgbGlndWxhIGlkIG5pc2wgcGxhY2VyYXQgZXQgZWxlbWVudHVtIHJpc3VzIHNjZWxlcmlzcXVlLiBQaGFzZWxsdXMgY29uc2VjdGV0dXIgdGVtcG9yIGxlY3R1cyBlZ2V0IGNvbnNlcXVhdC4gSW50ZWdlciBlZ2VzdGFzIHZhcml1cyBvZGlvLCBxdWlzIGJpYmVuZHVtIHJpc3VzIHBsYWNlcmF0IGlhY3VsaXMuPC9wPgpcIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','revision','2015-08-19 20:08:14'),(318,2576,'body','YTozOntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIwOToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1BIEJyaWVmIEd1aWRlIHRvIFJlc3BvbnNpdmUgRGVzaWduWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE5NjoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIyXCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cIjMwMFwiIGZvbnRfY29sb3I9XCIjMzk1NDY4XCIgYWxpZ249XCJjZW50ZXJcIl1Ib3cgdG8gdXNlIHJlc3BvbnNpdmUgZGVzaWduIHRvIGluY3JlYXNlIHNhbGVzIG9uIHlvdXIgd2Vic2l0ZXNbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjQ6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8xMC90b3AtdHJhZGVycy10cmFkaW5nLXJvb20uanBnXCIgd2lkdGg9XCI2MTFcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1ODc6IltvcHRpbl9ib3ggc3R5bGU9XCIxMVwiIHdpZHRoPVwiNDUwXCIgbWFyZ2luX3RvcD1cIjE1XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdRW50ZXIgeW91ciBuYW1lIGFuZCBlbWFpbCBiZWxvdyBmb3IgaW5zdGFudCBhY2Nlc3MuLi5bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCJdR2V0IEluc3RhbnQgQWNjZXNzIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMDk6Iltzb2NpYWxfc2hhcmluZyBzdHlsZT1cInN0eWxlLTNcIiBmYl9jb2xvcj1cImxpZ2h0XCIgZmJfbGFuZz1cImVuX0dCXCIgZmJfdGV4dD1cImxpa2VcIiBmYl9idXR0b25fdGV4dD1cIlNoYXJlXCIgdHdfbGFuZz1cImVuXCIgZ19sYW5nPVwiZW4tR0JcIiBwX2Rlc2NyaXB0aW9uPVwiXCIgbGlua2VkaW5fbGFuZz1cImVuX1VTXCIgYWxpZ25tZW50PVwiY2VudGVyXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo0OiJlMzA9IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozNjc6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxN1wiIHdpZHRoPVwiOTQwXCJdPGgyIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjxzcGFuIHN0eWxlPVwiY29sb3I6ICM0MjUwNjM7XCI+WW91ciAzLVN0ZXAgR3VpZGUgdG8KR2V0dGluZyBTdGFydGVkIHdpdGggUmVzcG9uc2l2ZSBEZXNpZ248L3NwYW4+PC9oMj4KPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2NpbmcgZWxpdC4gQWxpcXVhbSB2dWxwdXRhdGUgdml0YWUgcHVydXMgYXQgc3VzY2lwaXQuPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjEyOTc6IltzdGVwX2dyYXBoaWNzIHN0eWxlPVwiNVwiIGNvbG9yPVwiIzQyNTA2M1wiXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIxXCIgaGVhZGxpbmU9XCJMb3JlbSBpcHN1bSBkb2xvciBzaXQgYW1ldCwgY29uc2VjdGV0dXIgYWRpcGlzY2luZyBlbGl0LiBQcmFlc2VudCBub24gYXVndWUgYSB2ZWxpdCByaG9uY3VzIHZlbmVuYXRpcyBpbiBhIHJpc3VzLiBcIiBpbmZvcm1hdGlvbj1cIjxwPkFsaXF1YW0gZXJhdCB2b2x1dHBhdC4gU3VzcGVuZGlzc2UgdnVscHV0YXRlIGxpZ3VsYSBpZCBuaXNsIHBsYWNlcmF0IGV0IGVsZW1lbnR1bSByaXN1cyBzY2VsZXJpc3F1ZS4gUGhhc2VsbHVzIGNvbnNlY3RldHVyIHRlbXBvciBsZWN0dXMgZWdldCBjb25zZXF1YXQuIEludGVnZXIgZWdlc3RhcyB2YXJpdXMgb2RpbywgcXVpcyBiaWJlbmR1bSByaXN1cyBwbGFjZXJhdCBpYWN1bGlzLjwvcD4KXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIyXCIgaGVhZGxpbmU9XCJMb3JlbSBpcHN1bSBkb2xvciBzaXQgYW1ldCwgY29uc2VjdGV0dXIgYWRpcGlzY2luZyBlbGl0LiBQcmFlc2VudCBub24gYXVndWUgYSB2ZWxpdCByaG9uY3VzIHZlbmVuYXRpcyBpbiBhIHJpc3VzLiBcIiBpbmZvcm1hdGlvbj1cIjxwPlBoYXNlbGx1cyBwZWxsZW50ZXNxdWUgbG9yZW0gaWQgYW50ZSB0aW5jaWR1bnQgc2l0IGFtZXQgZGFwaWJ1cyBuaWJoIGludGVyZHVtLiBRdWlzcXVlIGV0IGVzdCB1cm5hLiBWZXN0aWJ1bHVtIG1vbGxpcyBkaWduaXNzaW0gc29kYWxlcy4gTnVsbGFtIGVsZWlmZW5kIGVzdCBldSBsYWN1cyBjb21tb2RvIHVsdHJpY2VzLiBOdW5jIGluIGF1Z3VlIHNlbSwgaW50ZXJkdW0gc29sbGljaXR1ZGluIHB1cnVzLjwvcD4KXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIzXCIgaGVhZGxpbmU9XCJMb3JlbSBpcHN1bSBkb2xvciBzaXQgYW1ldCwgY29uc2VjdGV0dXIgYWRpcGlzY2luZyBlbGl0LiBQcmFlc2VudCBub24gYXVndWUgYSB2ZWxpdCByaG9uY3VzIHZlbmVuYXRpcyBpbiBhIHJpc3VzLiBcIiBpbmZvcm1hdGlvbj1cIjxwPkFsaXF1YW0gZXJhdCB2b2x1dHBhdC4gU3VzcGVuZGlzc2UgdnVscHV0YXRlIGxpZ3VsYSBpZCBuaXNsIHBsYWNlcmF0IGV0IGVsZW1lbnR1bSByaXN1cyBzY2VsZXJpc3F1ZS4gUGhhc2VsbHVzIGNvbnNlY3RldHVyIHRlbXBvciBsZWN0dXMgZWdldCBjb25zZXF1YXQuIEludGVnZXIgZWdlc3RhcyB2YXJpdXMgb2RpbywgcXVpcyBiaWJlbmR1bSByaXN1cyBwbGFjZXJhdCBpYWN1bGlzLjwvcD4KXCJdWy9zdGVwXVsvc3RlcF9ncmFwaGljc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','publish','2015-08-19 20:11:34'),(319,2845,'body','YTo1OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MzBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl05MCBEYXkgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5UcmFkaW5nIFByb2dyYW08L3NwYW4+IEdldCBTdGFydGVkIE5vdy5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzE3MTcxNztwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU1OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTUwXCIgaGVpZ2h0PVwiMzA5XCIgYWxpZ249XCJsZWZ0XCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RRd01qVXdNemd1YUdRdWJYQTBQM005TkRRek5ERXpZelkxTW1NNU1qRm1OR1kxTWpNd1lqUTNNemcxWkRRMk5qTT1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0NDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdTGVhcm4gSG93IHRvIEJlY29tZSBhIFF1YW50IFRyYWRlclsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ5MToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiNlZWViZGRcIiBib3R0b21fcGFkZGluZz1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMzY0XCIgbGluZV9oZWlnaHQ9XCIyMlwiXUR1cmluZyB0aGlzIDkwIGRheSB0cmFpbmluZyBwcm9ncmFtIHlvdSB3aWxsIHJlY2VpdmUgY29tcHJlaGVuc2l2ZSB0cmFpbmluZyBpbmNsdWRpbmcgdGhlIGNvbmNlcHQsIG1ldGhvZHMgYW5kIHRvb2xzIGluIGFuIGVhc3kgdG8gdW5kZXJzdGFuZCBzdGVwLWJ5LXN0ZXAgZm9ybWF0LiBUaGUgZXhhY3QgbG9naWMgaXMgcmV2ZWFsZWQgd2l0aCBhbGwgdGhlIG5lY2Vzc2FyeSBydWxlcyBuZWVkZWQgZm9yIHVuZGVyc3RhbmRpbmcgYW5kIGltcGxlbWVudGluZyB0aGUgUmlvc1F1YW50IGFwcHJvYWNoIHRvIHRyYWRpbmcgdGhlIGdsb2JhbCBtYXJrZXRzLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU4ODoiW29wdGluX2JveCBzdHlsZT1cIjE0XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0MjU4MjJcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjFcIiB0ZXh0PVwiQ2xpY2sgaGVyZSBhbmQgY2hlY2sgeW91ciBpbmJveFwiIHRleHRfc2l6ZT1cIjE4XCIgdGV4dF9jb2xvcj1cIiM1MDQyMTBcIiB0ZXh0X2ZvbnQ9XCJIZWx2ZXRpY2E7ZGVmYXVsdFwiIHRleHRfYm9sZD1cIllcIiB0ZXh0X2xldHRlcl9zcGFjaW5nPVwiMFwiIHRleHRfc2hhZG93X3BhbmVsPVwiWVwiIHRleHRfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIHRleHRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgdGV4dF9zaGFkb3dfY29sb3I9XCIjZmZmZjllXCIgdGV4dF9zaGFkb3dfYmx1cj1cIjBcIiBzdHlsaW5nX3dpZHRoPVwiMTAwXCIgc3R5bGluZ19oZWlnaHQ9XCIxNFwiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPVwiI2Q2OTMwMFwiIHN0eWxpbmdfYm9yZGVyX3NpemU9XCIxXCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPVwiNlwiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9XCIxMDBcIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPVwiI2ZmY2YwYVwiIHN0eWxpbmdfZ3JhZGllbnRfZW5kX2NvbG9yPVwiI2ZmZGEyMlwiIGRyb3Bfc2hhZG93X3BhbmVsPVwiWVwiIGRyb3Bfc2hhZG93X3ZlcnRpY2FsPVwiMVwiIGRyb3Bfc2hhZG93X2hvcml6b250YWw9XCIwXCIgZHJvcF9zaGFkb3dfYmx1cj1cIjFcIiBkcm9wX3NoYWRvd19zcHJlYWQ9XCIwXCIgZHJvcF9zaGFkb3dfY29sb3I9XCIjMDAwMDAwXCIgZHJvcF9zaGFkb3dfb3BhY2l0eT1cIjEwXCIgaW5zZXRfc2hhZG93X3BhbmVsPVwiWVwiIGluc2V0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBpbnNldF9zaGFkb3dfaG9yaXpvbnRhbD1cIjBcIiBpbnNldF9zaGFkb3dfYmx1cj1cIjBcIiBpbnNldF9zaGFkb3dfc3ByZWFkPVwiMFwiIGluc2V0X3NoYWRvd19jb2xvcj1cIiNmZmU1OTBcIiBpbnNldF9zaGFkb3dfb3BhY2l0eT1cIjEwMFwiIGxvY2F0aW9uPVwib3B0aW5fYm94X3N0eWxlXzE0XCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozODoiZWxlbWVudC1jb250YWluZXIgY2YgcGFkLWxlZnQgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkzOiJiYWNrZ3JvdW5kOiNmY2ZjZmM7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZmNmY2ZjKSwgY29sb3Itc3RvcCgxMDAlLCAjZjVmNWY1KSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZmNmY2ZjLCBlbmRDb2xvcnN0cj0jZjVmNWY1LCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZMlpqWm1NaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqSXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakUxSW4wPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fQ==','publish','2016-04-19 20:19:36'),(320,2847,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1FdmVyIHRoaW5rIG9mIHRyYWRpbmcgZm9yIGEgbGl2aW5nP1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMDQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdRXhwZXJpZW5jZSB0aGUgcG93ZXIgb2YgbWFya2V0IGludGVsbGlnZW5jZSEgU3RhcnQgYSAxNC1kYXkgZnJlZSB0cmlhbC5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzY6IltpbWFnZXMgc3R5bGU9XCI1XCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjU6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzM0OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUmlvc1F1YW50IG1lbWJlciBQaWVycmUgdG9vayAkMSw2MDAgaW4gcHJvZml0cyBmcm9tIHRoZSBmdXR1cmVzIG1hcmtldCBpbiB0d28gZGF5cyB3aXRoIDEzIHRyYWRlcy4gSGUgdHJhZGVzIGV2ZXJ5IG1vcm5pbmcgd2l0aCBvdGhlciBsaWtlLW1pbmRlZCB0cmFkZXJzIGluIG91ciBsaXZlIG9ubGluZSB0cmFkaW5nIHJvb20uIEhlIGlzIGEgbW9tZW50dW0gdHJhZGVyIGFuZCB1c2VzIHRoZSBSaW9zUXVhbnQgZm9yd2FyZC1sb29raW5nIHRyYWRpbmcgc3lzdGVtcy4mbmJzcDtbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjg6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzQzOiJbb3B0aW5fYm94IHN0eWxlPVwiMTFcIiB3aWR0aD1cIjQ1MFwiIG1hcmdpbl90b3A9XCIxNVwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNDQ0Njk4XCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1SVzUwWlhJZ2VXOTFjaUJ1WVcxbElHRnVaQ0JsYldGcGJDQmlaV3h2ZHlCMGJ5Qm5aWFFnYzNSaGNuUmxaQzR1TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIl1DbGljayB0aGVuIGNoZWNrIHlvdXIgaW5ib3ggZm9yIGNvbmZpcm1hdGlvbiFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjc0OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiBhdXRvX3BsYXk9XCJZXCIgdXJsMT1cIlwiIHVybDI9XCJcIiB3aWR0aD1cIjU2MFwiIGhlaWdodD1cIjMxNVwiIGFsaWduPVwiY2VudGVyXCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMjBcIl1hSFIwY0RvdkwzQnNZWGxsY2k1MmFXMWxieTVqYjIwdlpYaDBaWEp1WVd3dk9UYzJOakkzTlRFdWMyUXViWEEwUDNNOVlXVTVPRGsxTXpFNFlqVXhaRGsxTmpVM1kySTNORE5rTVdVeU1tUTRZVE09Wy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo0OiJlMzA9IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyODg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxN1wiIHdpZHRoPVwiOTQwXCJdPGgyIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjxzcGFuIHN0eWxlPVwiY29sb3I6ICM0MjUwNjM7XCI+WW91XCdyZSDCoDMtU3RlcHMgQXdheSB0bwpHZXR0aW5nIFN0YXJ0ZWQgV2l0aCBZb3VyIFRyYWRpbmcgU3lzdGVtIEZyZWUgVHJpYWzCoDwvc3Bhbj48L2gyPgo8cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTkyOiJbc3RlcF9ncmFwaGljcyBzdHlsZT1cIjVcIiBjb2xvcj1cIiM0MjUwNjNcIl1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMVwiIGhlYWRsaW5lPVwiSW5zdGFsbGF0aW9uIC0gVGVjaCBzdXBwb3J0IG1lbWJlciB3aWxsIHdhbGsgeW91IHRocm91Z2ggdGhlIGluc3RhbGxhdGlvbiwgbWFraW5nIHRoZSBwcm9jZXNzIHF1aWNrIGFuZCB0cm91YmxlIGZyZWUuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIyXCIgaGVhZGxpbmU9XCJUcmFpbmluZyAtICBPbmUtb24tb25lIHRyYWluaW5nIHRvIGluc3VyZSB5b3UgbGVhcm4gYWxsIHRoZSB0cmFkaW5nIHN5c3RlbSBoYXMgdG8gb2ZmZXIuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIzXCIgaGVhZGxpbmU9XCJMaXZlIFRyYWRpbmcgUm9vbSAtIEV4cGVyaWVuY2UgdGhlIHBvd2VyIG9mIG1hcmtldCBpbnRlbGxpZ2VuY2UgaW4gcmVhbCBtYXJrZXQgZW52aXJvbm1lbnQgd2l0aCBSaW9zUXVhbnQgbWVtYmVycyBhbmQgY29hY2hlcyB0byBpbnN1cmUgeW91IGdldCB0aGUgbW9zdCBvdXQgb2YgeW91ciBmcmVlIHRyaWFsLlwiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0MjM6Ilt0ZXN0aW1vbmlhbHMgc3R5bGU9XCIyXCIgbWFyZ2luX3RvcD1cIlwiIG1hcmdpbl9ib3R0b209XCJcIl1bdGVzdGltb25pYWwgbmFtZT1cIlBpZXJyZSAtIE5ldyBKZXJzZXkgVVNBXCIgY29tcGFueT1cIlJpb3NRdWFudCBtZW1iZXIgc2luY2UgMjAxMlwiIGhyZWY9XCJcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L3BpZXJyZS1nYW1pbC1waWMuanBnXCJdPHA+XCJDb3VsZCBub3QgZG8gaXQgd2l0aG91dCB5b3UuLi4gSVwnbGwgbmV2ZXIgYmUgYWJsZSB0byB0aGFuayB5b3UgRVAgYW5kIFN0ZXZlIGVub3VnaCBmb3IgdGhlIGRlZGljYXRpb24geW91IHNob3cgYW5kIHRoZSBzdXBwb3J0IHlvdSBvZmZlciFcIjwvcD5bL3Rlc3RpbW9uaWFsXVsvdGVzdGltb25pYWxzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzI5OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+Q09NTU9ESVRZIEZVVFVSRVMsIE9QVElPTlMsIEFORCBGT1JFWCBUUkFESU5HIElOVk9MVkVTIFNVQlNUQU5USUFMIFJJU0sgQU5EIElTIE5PVCBTVUlUQUJMRSBGT1IgQUxMIElOVkVTVE9SUy4gUEFTVCBQRVJGT1JNQU5DRSBJUyBOT1QgSU5ESUNBVElWRSBPRiBGVVRVUkUgUkVTVUxUUy4gVEVTVElNT05JQUxTIEFSRSBOT1QgSU5ESUNBVElWRSBPRiBGVVRVUkUgUEVSRk9STUFOQ0UgT1IgU1VDQ0VTUy48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fQ==','revision','2016-04-19 20:25:55'),(321,2847,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIwNjoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1RdWFudGl0YXRpdmUgVHJhZGluZyBBdXRvbWF0aW9uWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIwNDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIyXCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cIjMwMFwiIGZvbnRfY29sb3I9XCIjMzk1NDY4XCIgYWxpZ249XCJjZW50ZXJcIl1FeHBlcmllbmNlIHRoZSBwb3dlciBvZiBtYXJrZXQgaW50ZWxsaWdlbmNlISBTdGFydCBhIDE0LWRheSBmcmVlIHRyaWFsLlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE1NjoiYmFja2dyb3VuZDojZjJmMmYyO3BhZGRpbmctYm90dG9tOjIwcHg7Ym9yZGVyLXRvcC13aWR0aDoxcHg7Ym9yZGVyLWJvdHRvbS13aWR0aDoxcHg7Ym9yZGVyLXN0eWxlOnNvbGlkO2JvcmRlci10b3AtY29sb3I6I2UzZTNlMztib3JkZXItYm90dG9tLWNvbG9yOiNlM2UzZTM7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMzI6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObU1tWXlaaklpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaUxDSmliM0prWlhKWGFXUjBhQ0k2SWpFaUxDSmliM0prWlhKRGIyeHZjaUk2SWlObE0yVXpaVE1pZlE9PSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6NDp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3NjoiW2ltYWdlcyBzdHlsZT1cIjVcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L2VxdWl0eS1jdXJ2ZS1waWVycmUuanBnXCIgd2lkdGg9XCI4MDhcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2NToiW2ltYWdlcyBzdHlsZT1cIjBcIiBsYXJnZV9pbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L2VxdWl0eS1jdXJ2ZS1waWVycmUuanBnXCIgd2lkdGg9XCI4MDhcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMzQ6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl1SaW9zUXVhbnQgbWVtYmVyIFBpZXJyZSB0b29rICQxLDYwMCBpbiBwcm9maXRzIGZyb20gdGhlIGZ1dHVyZXMgbWFya2V0IGluIHR3byBkYXlzIHdpdGggMTMgdHJhZGVzLiBIZSB0cmFkZXMgZXZlcnkgbW9ybmluZyB3aXRoIG90aGVyIGxpa2UtbWluZGVkIHRyYWRlcnMgaW4gb3VyIGxpdmUgb25saW5lIHRyYWRpbmcgcm9vbS4gSGUgaXMgYSBtb21lbnR1bSB0cmFkZXIgYW5kIHVzZXMgdGhlIFJpb3NRdWFudCBmb3J3YXJkLWxvb2tpbmcgdHJhZGluZyBzeXN0ZW1zLiZuYnNwO1svdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2ODoiW2ltYWdlcyBzdHlsZT1cIjBcIiBsYXJnZV9pbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L2VxdWl0eS1jdXJ2ZS1waWVycmUuanBnXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3NDM6IltvcHRpbl9ib3ggc3R5bGU9XCIxMVwiIHdpZHRoPVwiNDUwXCIgbWFyZ2luX3RvcD1cIjE1XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0NDQ2OThcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVJXNTBaWElnZVc5MWNpQnVZVzFsSUdGdVpDQmxiV0ZwYkNCaVpXeHZkeUIwYnlCblpYUWdjM1JoY25SbFpDNHVMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiXUNsaWNrIHRoZW4gY2hlY2sgeW91ciBpbmJveCBmb3IgY29uZmlybWF0aW9uIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNzQ6Ilt2aWRlb19wbGF5ZXIgdHlwZT1cInVybFwiIGF1dG9fcGxheT1cIllcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTYwXCIgaGVpZ2h0PVwiMzE1XCIgYWxpZ249XCJjZW50ZXJcIiBtYXJnaW5fdG9wPVwiMFwiIG1hcmdpbl9ib3R0b209XCIyMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RjMk5qSTNOVEV1YzJRdWJYQTBQM005WVdVNU9EazFNekU0WWpVeFpEazFOalUzWTJJM05ETmtNV1V5TW1RNFlUTT1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjQ6ImUzMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI4ODoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE3XCIgd2lkdGg9XCI5NDBcIl08aDIgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PHNwYW4gc3R5bGU9XCJjb2xvcjogIzQyNTA2MztcIj5Zb3VcJ3JlIMKgMy1TdGVwcyBBd2F5IHRvCkdldHRpbmcgU3RhcnRlZCBXaXRoIFlvdXIgVHJhZGluZyBTeXN0ZW0gRnJlZSBUcmlhbMKgPC9zcGFuPjwvaDI+CjxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1OTI6IltzdGVwX2dyYXBoaWNzIHN0eWxlPVwiNVwiIGNvbG9yPVwiIzQyNTA2M1wiXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIxXCIgaGVhZGxpbmU9XCJJbnN0YWxsYXRpb24gLSBUZWNoIHN1cHBvcnQgbWVtYmVyIHdpbGwgd2FsayB5b3UgdGhyb3VnaCB0aGUgaW5zdGFsbGF0aW9uLCBtYWtpbmcgdGhlIHByb2Nlc3MgcXVpY2sgYW5kIHRyb3VibGUgZnJlZS5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIlRyYWluaW5nIC0gIE9uZS1vbi1vbmUgdHJhaW5pbmcgdG8gaW5zdXJlIHlvdSBsZWFybiBhbGwgdGhlIHRyYWRpbmcgc3lzdGVtIGhhcyB0byBvZmZlci5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjNcIiBoZWFkbGluZT1cIkxpdmUgVHJhZGluZyBSb29tIC0gRXhwZXJpZW5jZSB0aGUgcG93ZXIgb2YgbWFya2V0IGludGVsbGlnZW5jZSBpbiByZWFsIG1hcmtldCBlbnZpcm9ubWVudCB3aXRoIFJpb3NRdWFudCBtZW1iZXJzIGFuZCBjb2FjaGVzIHRvIGluc3VyZSB5b3UgZ2V0IHRoZSBtb3N0IG91dCBvZiB5b3VyIGZyZWUgdHJpYWwuXCJdWy9zdGVwXVsvc3RlcF9ncmFwaGljc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQyMzoiW3Rlc3RpbW9uaWFscyBzdHlsZT1cIjJcIiBtYXJnaW5fdG9wPVwiXCIgbWFyZ2luX2JvdHRvbT1cIlwiXVt0ZXN0aW1vbmlhbCBuYW1lPVwiUGllcnJlIC0gTmV3IEplcnNleSBVU0FcIiBjb21wYW55PVwiUmlvc1F1YW50IG1lbWJlciBzaW5jZSAyMDEyXCIgaHJlZj1cIlwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvcGllcnJlLWdhbWlsLXBpYy5qcGdcIl08cD5cIkNvdWxkIG5vdCBkbyBpdCB3aXRob3V0IHlvdS4uLiBJXCdsbCBuZXZlciBiZSBhYmxlIHRvIHRoYW5rIHlvdSBFUCBhbmQgU3RldmUgZW5vdWdoIGZvciB0aGUgZGVkaWNhdGlvbiB5b3Ugc2hvdyBhbmQgdGhlIHN1cHBvcnQgeW91IG9mZmVyIVwiPC9wPlsvdGVzdGltb25pYWxdWy90ZXN0aW1vbmlhbHNdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjM7YTo0OntzOjk6InJvd19jbGFzcyI7czoyOToicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMjk6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5DT01NT0RJVFkgRlVUVVJFUywgT1BUSU9OUywgQU5EIEZPUkVYIFRSQURJTkcgSU5WT0xWRVMgU1VCU1RBTlRJQUwgUklTSyBBTkQgSVMgTk9UIFNVSVRBQkxFIEZPUiBBTEwgSU5WRVNUT1JTLiBQQVNUIFBFUkZPUk1BTkNFIElTIE5PVCBJTkRJQ0FUSVZFIE9GIEZVVFVSRSBSRVNVTFRTLiBURVNUSU1PTklBTFMgQVJFIE5PVCBJTkRJQ0FUSVZFIE9GIEZVVFVSRSBQRVJGT1JNQU5DRSBPUiBTVUNDRVNTLjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19','revision','2016-04-19 20:31:03'),(322,2847,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIwNjoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1RdWFudGl0YXRpdmUgVHJhZGluZyBBdXRvbWF0aW9uWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIwNDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIyXCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cIjMwMFwiIGZvbnRfY29sb3I9XCIjMzk1NDY4XCIgYWxpZ249XCJjZW50ZXJcIl1FeHBlcmllbmNlIHRoZSBwb3dlciBvZiBtYXJrZXQgaW50ZWxsaWdlbmNlISBTdGFydCBhIDE0LWRheSBmcmVlIHRyaWFsLlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE1NjoiYmFja2dyb3VuZDojZjJmMmYyO3BhZGRpbmctYm90dG9tOjIwcHg7Ym9yZGVyLXRvcC13aWR0aDoxcHg7Ym9yZGVyLWJvdHRvbS13aWR0aDoxcHg7Ym9yZGVyLXN0eWxlOnNvbGlkO2JvcmRlci10b3AtY29sb3I6I2UzZTNlMztib3JkZXItYm90dG9tLWNvbG9yOiNlM2UzZTM7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMzI6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObU1tWXlaaklpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaUxDSmliM0prWlhKWGFXUjBhQ0k2SWpFaUxDSmliM0prWlhKRGIyeHZjaUk2SWlObE0yVXpaVE1pZlE9PSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6NDp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3NjoiW2ltYWdlcyBzdHlsZT1cIjVcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L2VxdWl0eS1jdXJ2ZS1waWVycmUuanBnXCIgd2lkdGg9XCI4MDhcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2NToiW2ltYWdlcyBzdHlsZT1cIjBcIiBsYXJnZV9pbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L2VxdWl0eS1jdXJ2ZS1waWVycmUuanBnXCIgd2lkdGg9XCI4MDhcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMzQ6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl1SaW9zUXVhbnQgbWVtYmVyIFBpZXJyZSB0b29rICQxLDYwMCBpbiBwcm9maXRzIGZyb20gdGhlIGZ1dHVyZXMgbWFya2V0IGluIHR3byBkYXlzIHdpdGggMTMgdHJhZGVzLiBIZSB0cmFkZXMgZXZlcnkgbW9ybmluZyB3aXRoIG90aGVyIGxpa2UtbWluZGVkIHRyYWRlcnMgaW4gb3VyIGxpdmUgb25saW5lIHRyYWRpbmcgcm9vbS4gSGUgaXMgYSBtb21lbnR1bSB0cmFkZXIgYW5kIHVzZXMgdGhlIFJpb3NRdWFudCBmb3J3YXJkLWxvb2tpbmcgdHJhZGluZyBzeXN0ZW1zLiZuYnNwO1svdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2ODoiW2ltYWdlcyBzdHlsZT1cIjBcIiBsYXJnZV9pbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L2VxdWl0eS1jdXJ2ZS1waWVycmUuanBnXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3NDM6IltvcHRpbl9ib3ggc3R5bGU9XCIxMVwiIHdpZHRoPVwiNDUwXCIgbWFyZ2luX3RvcD1cIjE1XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0NDQ2OThcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVJXNTBaWElnZVc5MWNpQnVZVzFsSUdGdVpDQmxiV0ZwYkNCaVpXeHZkeUIwYnlCblpYUWdjM1JoY25SbFpDNHVMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiXUNsaWNrIHRoZW4gY2hlY2sgeW91ciBpbmJveCBmb3IgY29uZmlybWF0aW9uIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMDY6Ilt2aWRlb19wbGF5ZXIgdHlwZT1cInVybFwiIGF1dG9fcGxheT1cIllcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTYwXCIgaGVpZ2h0PVwiMzE1XCIgYWxpZ249XCJjZW50ZXJcIiBtYXJnaW5fdG9wPVwiMFwiIG1hcmdpbl9ib3R0b209XCIyMFwiXWFIUjBjSE02THk5d2JHRjVaWEl1ZG1sdFpXOHVZMjl0TDJWNGRHVnlibUZzTHpFMk1ERTJPRGc1TVM1b1pDNXRjRFEvY3oweVpqWXdORGhsWW1JMU9XTTFNelZsTUdVMVlUZzRObUUyTTJZNU5UWmlOVGMyTVRabVl6QXlKbkJ5YjJacGJHVmZhV1E5TVRFNVsvdmlkZW9fcGxheWVyXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NDoiZTMwPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjg4OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMTdcIiB3aWR0aD1cIjk0MFwiXTxoMiBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3BhbiBzdHlsZT1cImNvbG9yOiAjNDI1MDYzO1wiPllvdVwncmUgwqAzLVN0ZXBzIEF3YXkgdG8KR2V0dGluZyBTdGFydGVkIFdpdGggWW91ciBUcmFkaW5nIFN5c3RlbSBGcmVlIFRyaWFswqA8L3NwYW4+PC9oMj4KPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU5MjoiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCI1XCIgY29sb3I9XCIjNDI1MDYzXCJdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIkluc3RhbGxhdGlvbiAtIFRlY2ggc3VwcG9ydCBtZW1iZXIgd2lsbCB3YWxrIHlvdSB0aHJvdWdoIHRoZSBpbnN0YWxsYXRpb24sIG1ha2luZyB0aGUgcHJvY2VzcyBxdWljayBhbmQgdHJvdWJsZSBmcmVlLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiVHJhaW5pbmcgLSAgT25lLW9uLW9uZSB0cmFpbmluZyB0byBpbnN1cmUgeW91IGxlYXJuIGFsbCB0aGUgdHJhZGluZyBzeXN0ZW0gaGFzIHRvIG9mZmVyLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiM1wiIGhlYWRsaW5lPVwiTGl2ZSBUcmFkaW5nIFJvb20gLSBFeHBlcmllbmNlIHRoZSBwb3dlciBvZiBtYXJrZXQgaW50ZWxsaWdlbmNlIGluIHJlYWwgbWFya2V0IGVudmlyb25tZW50IHdpdGggUmlvc1F1YW50IG1lbWJlcnMgYW5kIGNvYWNoZXMgdG8gaW5zdXJlIHlvdSBnZXQgdGhlIG1vc3Qgb3V0IG9mIHlvdXIgZnJlZSB0cmlhbC5cIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDIzOiJbdGVzdGltb25pYWxzIHN0eWxlPVwiMlwiIG1hcmdpbl90b3A9XCJcIiBtYXJnaW5fYm90dG9tPVwiXCJdW3Rlc3RpbW9uaWFsIG5hbWU9XCJQaWVycmUgLSBOZXcgSmVyc2V5IFVTQVwiIGNvbXBhbnk9XCJSaW9zUXVhbnQgbWVtYmVyIHNpbmNlIDIwMTJcIiBocmVmPVwiXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9waWVycmUtZ2FtaWwtcGljLmpwZ1wiXTxwPlwiQ291bGQgbm90IGRvIGl0IHdpdGhvdXQgeW91Li4uIElcJ2xsIG5ldmVyIGJlIGFibGUgdG8gdGhhbmsgeW91IEVQIGFuZCBTdGV2ZSBlbm91Z2ggZm9yIHRoZSBkZWRpY2F0aW9uIHlvdSBzaG93IGFuZCB0aGUgc3VwcG9ydCB5b3Ugb2ZmZXIhXCI8L3A+Wy90ZXN0aW1vbmlhbF1bL3Rlc3RpbW9uaWFsc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMyOToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkNPTU1PRElUWSBGVVRVUkVTLCBPUFRJT05TLCBBTkQgRk9SRVggVFJBRElORyBJTlZPTFZFUyBTVUJTVEFOVElBTCBSSVNLIEFORCBJUyBOT1QgU1VJVEFCTEUgRk9SIEFMTCBJTlZFU1RPUlMuIFBBU1QgUEVSRk9STUFOQ0UgSVMgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFJFU1VMVFMuIFRFU1RJTU9OSUFMUyBBUkUgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFBFUkZPUk1BTkNFIE9SIFNVQ0NFU1MuPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','revision','2016-04-19 20:36:01'),(323,2847,'body','YTo0OntpOjA7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIwNjoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM3XCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzQyNTA2M1wiIGZvbnRfc3BhY2luZz1cIjBcIiBmb250X3NoYWRvdz1cImxpZ2h0XCIgYWxpZ249XCJjZW50ZXJcIl1RdWFudGl0YXRpdmUgVHJhZGluZyBBdXRvbWF0aW9uWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIwNDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIyXCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cIjMwMFwiIGZvbnRfY29sb3I9XCIjMzk1NDY4XCIgYWxpZ249XCJjZW50ZXJcIl1FeHBlcmllbmNlIHRoZSBwb3dlciBvZiBtYXJrZXQgaW50ZWxsaWdlbmNlISBTdGFydCBhIDE0LWRheSBmcmVlIHRyaWFsLlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE1NjoiYmFja2dyb3VuZDojZjJmMmYyO3BhZGRpbmctYm90dG9tOjIwcHg7Ym9yZGVyLXRvcC13aWR0aDoxcHg7Ym9yZGVyLWJvdHRvbS13aWR0aDoxcHg7Ym9yZGVyLXN0eWxlOnNvbGlkO2JvcmRlci10b3AtY29sb3I6I2UzZTNlMztib3JkZXItYm90dG9tLWNvbG9yOiNlM2UzZTM7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMzI6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObU1tWXlaaklpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaUxDSmliM0prWlhKWGFXUjBhQ0k2SWpFaUxDSmliM0prWlhKRGIyeHZjaUk2SWlObE0yVXpaVE1pZlE9PSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6NDp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE5MDoiW2ltYWdlcyBzdHlsZT1cIjVcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE2LzA0L2NvZ25pdGl2ZS10cmFkaW5nLW1pbmQtcGljLWJvcmRlci5qcGdcIiB3aWR0aD1cIjU5MVwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY1OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGxhcmdlX2ltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvZXF1aXR5LWN1cnZlLXBpZXJyZS5qcGdcIiB3aWR0aD1cIjgwOFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMwNjoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXUFzIGEgcmVjb2duaXplZCBsZWFkZXIgaW4gcXVhbnRpdGF0aXZlIHJlc2VhcmNoIGFuZCBhbGdvcml0aG1pYyB0cmFkaW5nIHN0cmF0ZWdpZXMsIFJpb3NRdWFudCBpcyBpbnRyb2R1Y2luZyB0aGUgZmlyc3QgYXV0b21hdGVkIHRyYWRpbmcgc3lzdGVtIHRoYXQgaW5jb3Jwb3JhdGVzIGNvcnJlbGF0aW9uIGFuYWx5dGljcyB3aXRoIGludGVybWFya2V0IHJlbGF0aW9uc2hpcHMgaW4gb25lIHNpbXBsZSB0cmFkaW5nIHN5c3RlbS5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjg6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzQzOiJbb3B0aW5fYm94IHN0eWxlPVwiMTFcIiB3aWR0aD1cIjQ1MFwiIG1hcmdpbl90b3A9XCIxNVwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNDQ0Njk4XCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1SVzUwWlhJZ2VXOTFjaUJ1WVcxbElHRnVaQ0JsYldGcGJDQmlaV3h2ZHlCMGJ5Qm5aWFFnYzNSaGNuUmxaQzR1TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIl1DbGljayB0aGVuIGNoZWNrIHlvdXIgaW5ib3ggZm9yIGNvbmZpcm1hdGlvbiFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzA2OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiBhdXRvX3BsYXk9XCJZXCIgdXJsMT1cIlwiIHVybDI9XCJcIiB3aWR0aD1cIjU2MFwiIGhlaWdodD1cIjMxNVwiIGFsaWduPVwiY2VudGVyXCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMjBcIl1hSFIwY0hNNkx5OXdiR0Y1WlhJdWRtbHRaVzh1WTI5dEwyVjRkR1Z5Ym1Gc0x6RTJNREUyT0RnNU1TNW9aQzV0Y0RRL2N6MHlaall3TkRobFltSTFPV00xTXpWbE1HVTFZVGc0Tm1FMk0yWTVOVFppTlRjMk1UWm1ZekF5Sm5CeWIyWnBiR1ZmYVdROU1URTVbL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjQ6ImUzMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI4ODoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE3XCIgd2lkdGg9XCI5NDBcIl08aDIgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PHNwYW4gc3R5bGU9XCJjb2xvcjogIzQyNTA2MztcIj5Zb3VcJ3JlIMKgMy1TdGVwcyBBd2F5IHRvCkdldHRpbmcgU3RhcnRlZCBXaXRoIFlvdXIgVHJhZGluZyBTeXN0ZW0gRnJlZSBUcmlhbMKgPC9zcGFuPjwvaDI+CjxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1OTI6IltzdGVwX2dyYXBoaWNzIHN0eWxlPVwiNVwiIGNvbG9yPVwiIzQyNTA2M1wiXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIxXCIgaGVhZGxpbmU9XCJJbnN0YWxsYXRpb24gLSBUZWNoIHN1cHBvcnQgbWVtYmVyIHdpbGwgd2FsayB5b3UgdGhyb3VnaCB0aGUgaW5zdGFsbGF0aW9uLCBtYWtpbmcgdGhlIHByb2Nlc3MgcXVpY2sgYW5kIHRyb3VibGUgZnJlZS5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIlRyYWluaW5nIC0gIE9uZS1vbi1vbmUgdHJhaW5pbmcgdG8gaW5zdXJlIHlvdSBsZWFybiBhbGwgdGhlIHRyYWRpbmcgc3lzdGVtIGhhcyB0byBvZmZlci5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjNcIiBoZWFkbGluZT1cIkxpdmUgVHJhZGluZyBSb29tIC0gRXhwZXJpZW5jZSB0aGUgcG93ZXIgb2YgbWFya2V0IGludGVsbGlnZW5jZSBpbiByZWFsIG1hcmtldCBlbnZpcm9ubWVudCB3aXRoIFJpb3NRdWFudCBtZW1iZXJzIGFuZCBjb2FjaGVzIHRvIGluc3VyZSB5b3UgZ2V0IHRoZSBtb3N0IG91dCBvZiB5b3VyIGZyZWUgdHJpYWwuXCJdWy9zdGVwXVsvc3RlcF9ncmFwaGljc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMyOToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkNPTU1PRElUWSBGVVRVUkVTLCBPUFRJT05TLCBBTkQgRk9SRVggVFJBRElORyBJTlZPTFZFUyBTVUJTVEFOVElBTCBSSVNLIEFORCBJUyBOT1QgU1VJVEFCTEUgRk9SIEFMTCBJTlZFU1RPUlMuIFBBU1QgUEVSRk9STUFOQ0UgSVMgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFJFU1VMVFMuIFRFU1RJTU9OSUFMUyBBUkUgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFBFUkZPUk1BTkNFIE9SIFNVQ0NFU1MuPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX0=','publish','2016-04-19 20:40:21');
/*!40000 ALTER TABLE `wp_optimizepress_post_layouts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_optimizepress_predefined_layouts`
--

DROP TABLE IF EXISTS `wp_optimizepress_predefined_layouts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_optimizepress_predefined_layouts` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL DEFAULT '',
  `category` int(10) unsigned NOT NULL,
  `description` text NOT NULL,
  `preview_ext` varchar(4) NOT NULL DEFAULT '',
  `layouts` longtext NOT NULL,
  `settings` longtext NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=36 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_optimizepress_predefined_layouts`
--

LOCK TABLES `wp_optimizepress_predefined_layouts` WRITE;
/*!40000 ALTER TABLE `wp_optimizepress_predefined_layouts` DISABLE KEYS */;
INSERT INTO `wp_optimizepress_predefined_layouts` VALUES (1,'Clean Style Webinar Registration',1,'Clean, modern style webinar pre-registration page|http://www.thetradingroom.com/wp-content/uploads/2014/03/webinar_style2.jpg','jpg','YToxOntzOjQ6ImJvZHkiO2E6NDp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMyYTc2Yjc7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTMzOiJbaGVhZGxpbmUgc3R5bGU9IjEiIGZvbnRfc2l6ZT0iMjUiIGZvbnRfc3R5bGU9IjMwMCIgZm9udF9jb2xvcj0iI2ZmZmZmZiIgYWxpZ249ImNlbnRlciJdWW91ciBOYW1lIG9yIENvbXBhbnkgTmFtZSBQcmVzZW50c1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fXM6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEwMDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU15WVRjMllqY2lMQ0p3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbToyMHB4OyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjAwOiJbaGVhZGxpbmUgc3R5bGU9IjEiIGZvbnRfc3R5bGU9Im5vcm1hbCIgZm9udF9jb2xvcj0iIzJhNzZiNyIgZm9udF9zcGFjaW5nPSItMSIgYWxpZ249ImNlbnRlciJdPHN0cm9uZz5MaXZlIE9wdGltaXplUHJlc3MgV2ViaW5hcjwvc3Ryb25nPg0KNSBTaW1wbGUgU3RlcHMgdG8gYSBIaWdoIENvbnZlcnRpbmcgTWFya2V0aW5nIFNpdGVbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo1NjoiZXlKd1lXUmthVzVuVkc5d0lqb2lNekFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO31pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozOToicm93IGZpdmUtY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoyNTE6ImJhY2tncm91bmQtaW1hZ2U6IHVybChcImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2JhY2sxLnBuZ1wiKTsgYmFja2dyb3VuZC1yZXBlYXQ6IHJlcGVhdDsgcGFkZGluZy1ib3R0b206IDMwcHg7IGJvcmRlci10b3A6IDFweCBzb2xpZCByZ2IoMjM1LCAyMzUsIDIzNSk7IGJvcmRlci1ib3R0b206IDFweCBzb2xpZCByZ2IoMjM1LCAyMzUsIDIzNSk7IGJvcmRlci1zdHlsZTogc29saWQ7IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI5OiJ0d28tZmlmdGhzIGNvbHVtbiBjb2xzIG5hcnJvdyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU3OiJbaW1hZ2VzIHN0eWxlPSIwIiBpbWFnZT0iaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvd2ViaW5hci1jYWwxLnBuZyIgd2lkdGg9IjI1OSIgYWxpZ249ImNlbnRlciIgdG9wX21hcmdpbj0iMCIgZnVsbF93aWR0aD0iWSJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo0OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY1OiJbaGVhZGxpbmUgc3R5bGU9IjEiIGZvbnRfc2l6ZT0iMjYiIGZvbnRfc3R5bGU9Im5vcm1hbCIgZm9udF9jb2xvcj0iIzJjNzliYSIgYWxpZ249ImxlZnQiIGJvdHRvbV9tYXJnaW49IjIwIl1Ub3AgdGhyZWUgcmVhc29ucyB0byBhdHRlbmQgdGhpcyBsaXZlIHdlYmluYXI6Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI5NDoiW2J1bGxldF9ibG9jayBsYXJnZV9pY29uPSIzOS5wbmciIHdpZHRoPSIiIGFsaWdubWVudD0iY2VudGVyIl08dWw+PGxpPkxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaXNjaW5nIGVsaXQuIENyYXMgc29sbGljaXR1ZGluIHNvbGxpY2l0dWRpbiBlc3QsIGVnZXQgcGhhcmV0cmEgbGVjdHVzIHByZXRpdW0gdml0YWUuIFV0IHZpdGFlIG9kaW8gY29uZGltZW50dW0sIHRpbmNpZHVudCBsb3JlbSBlbGVtZW50dW0sIGVsZW1lbnR1bSBtZXR1cy48L2xpPjwvdWw+Wy9idWxsZXRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMDQ6IltidWxsZXRfYmxvY2sgbGFyZ2VfaWNvbj0iNDAucG5nIiB3aWR0aD0iIiBhbGlnbm1lbnQ9ImNlbnRlciJdPHVsPjxsaT5BZW5lYW4gdGVtcG9yIHNlbSB1dCB2aXZlcnJhIHNjZWxlcmlzcXVlLiBBZW5lYW4gdmVoaWN1bGEgYmliZW5kdW0gbWF1cmlzLCB2ZWwgcGVsbGVudGVzcXVlIG5pc2wgdmFyaXVzIHF1aXMuPC9saT48L3VsPlsvYnVsbGV0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjE5OiJbYnVsbGV0X2Jsb2NrIGxhcmdlX2ljb249IjQxLnBuZyIgd2lkdGg9IiIgYWxpZ25tZW50PSJjZW50ZXIiXTx1bD48bGk+IExvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaXNjaW5nIGVsaXQuIE1hdXJpcyBlbGVtZW50dW0gZmVybWVudHVtIG1hdXJpcywgaW4gYmliZW5kdW0gbWFnbmEgdWx0cmljZXMgc2VkLjwvbGk+PC91bD5bL2J1bGxldF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MjQ4OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDNkM2R5NTBhR1YwY21Ga2FXNW5jbTl2YlM1amIyMHZkM0F0WTI5dWRHVnVkQzkxY0d4dllXUnpMekl3TVRRdk1ETXZZbUZqYXpFdWNHNW5LU0lzSW1KaFkydG5jbTkxYm1SUWIzTnBkR2x2YmlJNkluUnBiR1VpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaUxDSmliM0prWlhKWGFXUjBhQ0k2SWpFaUxDSmliM0prWlhKRGIyeHZjaUk2SWlObFltVmlaV0lpZlE9PSI7fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM5OiJyb3cgZml2ZS1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM3OiJwYWRkaW5nLXRvcDo1MHB4O3BhZGRpbmctYm90dG9tOjUwcHg7IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI5OiJ0d28tZmlmdGhzIGNvbHVtbiBjb2xzIG5hcnJvdyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjQ4OiJbdGV4dF9ibG9jayBzdHlsZT0ic3R5bGVfMS5wbmciIGFsaWduPSJsZWZ0IiB0b3BfcGFkZGluZz0iMTAiIHdpZHRoPSIzNjQiXTxoNCBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyI+U2lnbiBVcCBOb3cgZm9yIEZyZWU8L2g0Pg0KPHAgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlcjsiPkNvbmZpcm0geW91ciBzcG90IG9uIHRoZSB3ZWJpbmFyIG5vdw0KdG8gZW5zdXJlIHlvdSBkb24ndCBtaXNzIG91dCE8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI0OiJ0aHJlZS1maWZ0aHMgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI2NToiW3RleHRfYmxvY2sgc3R5bGU9InN0eWxlXzEucG5nIiBhbGlnbj0ibGVmdCIgZm9udF9zaXplPSIxOSIgZm9udF9zdHlsZT0ibm9ybWFsIiBmb250X2NvbG9yPSIjMjIyMjIyIiBib3R0b21fcGFkZGluZz0iMTAiIGJvdHRvbV9tYXJnaW49IjAiIHdpZHRoPSI1NTYiXTxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXI7Ij48c3Ryb25nPk5leHQgV2ViaW5hcjo8L3N0cm9uZz4gMjUgSnVuZSwgMTBhbSBFYXN0ZXJuIFN0YW5kYXJkIFRpbWU8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzgzOiJbYnV0dG9uXzEgdGV4dD0iUmVnaXN0ZXIgRm9yIFRoZSBXZWJpbmFyIE5vdyIgdGV4dF9zaXplPSIyNSIgdGV4dF9jb2xvcj0iI2ZmZmZmZiIgdGV4dF9mb250PSJTb3VyY2UgU2FucyBQcm87Z29vZ2xlIiBzdWJ0ZXh0X3BhbmVsPSJOIiB0ZXh0X3NoYWRvd19wYW5lbD0iTiIgc3R5bGluZ193aWR0aD0iMTAwIiBzdHlsaW5nX2hlaWdodD0iMjQiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPSIjMDAwMDAwIiBzdHlsaW5nX2JvcmRlcl9yYWRpdXM9IjYiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9IjEwMCIgc3R5bGluZ19ncmFkaWVudF9zdGFydF9jb2xvcj0iIzc3YWQwMSIgZHJvcF9zaGFkb3dfcGFuZWw9Ik4iIGluc2V0X3NoYWRvd19wYW5lbD0iTiIgYWxpZ249ImNlbnRlciIvXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo1NjoiZXlKd1lXUmthVzVuVkc5d0lqb2lOVEFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTlRBaWZRPT0iO319fQ==','YToxODp7czoxMzoiaGVhZGVyX2xheW91dCI7czoxMDcyOiJZVG94TURwN2N6bzBPaUpzYjJkdklqdHpPamM0T2lKb2RIUndPaTh2ZDNkM0xuUm9aWFJ5WVdScGJtZHliMjl0TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TkM4d015OVRZVzF3YkdWTWIyZHZMVVJoY21zeE1TNXdibWNpTzNNNk5Ub2lZbWRwYldjaU8zTTZNRG9pSWp0ek9qRXhPaUp5WlhCbFlYUmlaMmx0WnlJN2N6b3dPaUlpTzNNNk56b2lZbWRqYjJ4dmNpSTdjem8zT2lJalpqQmxabVl3SWp0ek9qRXdPaUpzYVc1clgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE16b2liV1Z1ZFMxd2IzTnBkR2x2YmlJN2N6bzVPaUpoYkc5dVozTnBaR1VpTzNNNk56b2laVzVoWW14bFpDSTdjem94T2lKT0lqdHpPakV6T2lKdVlYWmZZbUZ5WDJGaWIzWmxJanRoT2pjNmUzTTZOem9pWlc1aFlteGxaQ0k3Y3pveE9pSk9JanR6T2pNNkltNWhkaUk3Y3pvd09pSWlPM002TVRFNkltWnZiblJmYzJoaFpHOTNJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjkzWldsbmFIUWlPM002TURvaUlqdHpPams2SW1admJuUmZjMmw2WlNJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZlptRnRhV3g1SWp0ek9qQTZJaUk3Y3pvME9pSnNiMmR2SWp0ek9qQTZJaUk3ZlhNNk1UTTZJbTVoZGw5aVlYSmZZbVZzYjNjaU8yRTZOenA3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWs0aU8zTTZNem9pYm1GMklqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOXphR0ZrYjNjaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzZGxhV2RvZENJN2N6b3dPaUlpTzNNNk9Ub2labTl1ZEY5emFYcGxJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjltWVcxcGJIa2lPM002TURvaUlqdHpPalE2SW14dloyOGlPM002TURvaUlqdDljem94TnpvaWJtRjJYMkpoY2w5aGJHOXVaM05wWkdVaU8yRTZOanA3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWs0aU8zTTZNem9pYm1GMklqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOXphR0ZrYjNjaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzZGxhV2RvZENJN2N6b3dPaUlpTzNNNk9Ub2labTl1ZEY5emFYcGxJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjltWVcxcGJIa2lPM002TURvaUlqdDlmUT09IjtzOjEwOiJtZW1iZXJzaGlwIjtzOjg6Illqb3dPdz09IjtzOjU6InRoZW1lIjtzOjY4OiJZVG95T250ek9qUTZJblI1Y0dVaU8zTTZPVG9pYldGeWEyVjBhVzVuSWp0ek9qTTZJbVJwY2lJN2N6b3hPaUl4SWp0OSI7czoxMjoiZmVhdHVyZV9hcmVhIjtzOjEyMDoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvME9pSjBlWEJsSWp0cE9qRTdjem80T2lKelpYUjBhVzVuY3lJN1lUb3hPbnR6T2pFeU9pSm1iMjUwWDI5d2RHbHZibk1pTzJFNk1EcDdmWDE5IjtzOjEzOiJmZWF0dXJlX3RpdGxlIjtzOjY0OiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8xT2lKMGFYUnNaU0k3Y3pvd09pSWlPMzA9IjtzOjExOiJmb290ZXJfYXJlYSI7czozNjA6IllUbzRPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNam9pTkRBaU8zTTZNVEU2SW1admJuUmZjMmhoWkc5M0lqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOTNaV2xuYUhRaU8zTTZNRG9pSWp0ek9qazZJbVp2Ym5SZmMybDZaU0k3Y3pvd09pSWlPM002TVRFNkltWnZiblJmWm1GdGFXeDVJanR6T2pBNklpSTdjem94TWpvaWJHRnlaMlZmWm05dmRHVnlJanRoT2pFNmUzTTZOem9pWlc1aFlteGxaQ0k3Y3pveE9pSk9JanQ5Y3pveE56b2labTl2ZEdWeVgyUnBjMk5zWVdsdFpYSWlPMkU2TWpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TnpvaWJXVnpjMkZuWlNJN2N6b3dPaUlpTzMxOSI7czoyMToiY29sb3Jfc2NoZW1lX3RlbXBsYXRlIjtzOjg6Illqb3dPdz09IjtzOjEwOiJ0eXBvZ3JhcGh5IjtzOjE2MDA6IllUb3lPbnR6T2pFek9pSm1iMjUwWDJWc1pXMWxiblJ6SWp0aE9qazZlM002TVRBNkluTnBkR1ZmZEdsMGJHVWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakE2SWlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem8zT2lKMFlXZHNhVzVsSWp0aE9qUTZlM002TkRvaWMybDZaU0k3Y3pvd09pSWlPM002TkRvaVptOXVkQ0k3Y3pvd09pSWlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk56b2laR1ZtWVhWc2RDSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNam9pTVRjaU8zTTZORG9pWm05dWRDSTdjem94TlRvaVUyOTFjbU5sSUZOaGJuTWdVSEp2SWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem8wT2lJak5EUTBJanQ5Y3pveU9pSm9NU0k3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TVRVNklsTnZkWEpqWlNCVFlXNXpJRkJ5YnlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem95T2lKb01pSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZNVFU2SWxOdmRYSmpaU0JUWVc1eklGQnlieUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTXlJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1UVTZJbE52ZFhKalpTQlRZVzV6SUZCeWJ5STdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pveU9pSm9OQ0k3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TVRVNklsTnZkWEpqWlNCVFlXNXpJRkJ5YnlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem95T2lKb05TSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNam9pTVRZaU8zTTZORG9pWm05dWRDSTdjem94TlRvaVUyOTFjbU5sSUZOaGJuTWdVSEp2SWp0ek9qVTZJbk4wZVd4bElqdHpPalk2SW01dmNtMWhiQ0k3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzMxek9qSTZJbWcySWp0aE9qUTZlM002TkRvaWMybDZaU0k3Y3pvd09pSWlPM002TkRvaVptOXVkQ0k3Y3pvd09pSWlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3Zlgxek9qRTBPaUpqYjJ4dmNsOWxiR1Z0Wlc1MGN5STdZVG8yT250ek9qRTNPaUptYjI5MFpYSmZkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPM002TVRjNkltWnZiM1JsY2w5c2FXNXJYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3lNem9pWm05dmRHVnlYMnhwYm10ZmFHOTJaWEpmWTI5c2IzSWlPM002TURvaUlqdHpPakU0T2lKbVpXRjBkWEpsWDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTRPaUptWldGMGRYSmxYMnhwYm10ZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pJME9pSm1aV0YwZFhKbFgyeHBibXRmYUc5MlpYSmZZMjlzYjNJaU8zTTZNRG9pSWp0OWZRPT0iO3M6MjE6ImNvbG9yX3NjaGVtZV9hZHZhbmNlZCI7czoyNDY0OiJZVG8zT250ek9qRXpPaUp1WVhaZlltRnlYMkZpYjNabElqdGhPakV3T250ek9qRXpPaUp1WVhaZlltRnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hNVG9pYm1GMlgySmhjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRTVPaUp1WVhaZlltRnlYMmh2ZG1WeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE56b2libUYyWDJKaGNsOW9iM1psY2w5bGJtUWlPM002TURvaUlqdHpPakV3T2lKdVlYWmZZbUZ5WDJKbklqdHpPakE2SWlJN2N6b3lNam9pYm1GMlgySmhjbDlpWjE5b2IzWmxjbDl6ZEdGeWRDSTdjem93T2lJaU8zTTZNVFU2SW01aGRsOWlZWEpmWkdSZmJHbHVheUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlpHUmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRXlPaUp1WVhaZlltRnlYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRXpPaUp1WVhaZlltRnlYMmh2ZG1WeUlqdHpPakE2SWlJN2ZYTTZNVE02SW01aGRsOWlZWEpmWW1Wc2IzY2lPMkU2TVRBNmUzTTZNVE02SW01aGRsOWlZWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakV4T2lKdVlYWmZZbUZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVGs2SW01aGRsOWlZWEpmYUc5MlpYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRTNPaUp1WVhaZlltRnlYMmh2ZG1WeVgyVnVaQ0k3Y3pvd09pSWlPM002TVRBNkltNWhkbDlpWVhKZlltY2lPM002TURvaUlqdHpPakl5T2lKdVlYWmZZbUZ5WDJKblgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TlRvaWJtRjJYMkpoY2w5a1pGOXNhVzVySWp0ek9qQTZJaUk3Y3pveE5qb2libUYyWDJKaGNsOWtaRjlvYjNabGNpSTdjem93T2lJaU8zTTZNVEk2SW01aGRsOWlZWEpmYkdsdWF5STdjem93T2lJaU8zTTZNVE02SW01aGRsOWlZWEpmYUc5MlpYSWlPM002TURvaUlqdDljem94TnpvaWJtRjJYMkpoY2w5aGJHOXVaM05wWkdVaU8yRTZOenA3Y3pveE1Eb2libUYyWDJKaGNsOWlaeUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlltZGZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qSXdPaUp1WVhaZlltRnlYMkpuWDI1aGRsOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRTFPaUp1WVhaZlltRnlYMlJrWDJ4cGJtc2lPM002TURvaUlqdHpPakUyT2lKdVlYWmZZbUZ5WDJSa1gyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1USTZJbVpsWVhSMWNtVmZZWEpsWVNJN1lUbzNPbnR6T2pFek9pSm1aV0YwZFhKbFgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2labVZoZEhWeVpWOWxibVFpTzNNNk1Eb2lJanR6T2pFd09pSjBaWGgwWDJOdmJHOXlJanR6T2pBNklpSTdjem94TURvaWJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TVRZNklteHBibXRmYUc5MlpYSmZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMXpPakk2SW1KbklqdHpPakE2SWlJN2N6b3hNRG9pWW1kZmIzQjBhVzl1Y3lJN2N6b3dPaUlpTzMxek9qRXpPaUptWldGMGRYSmxYM1JwZEd4bElqdGhPak02ZTNNNk1UazZJbVpsWVhSMWNtVmZkR2wwYkdWZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSm1aV0YwZFhKbFgzUnBkR3hsWDJWdVpDSTdjem93T2lJaU8zTTZNalE2SW1abFlYUjFjbVZmZEdsMGJHVmZkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPMzF6T2pZNkltWnZiM1JsY2lJN1lUbzFPbnR6T2pFeU9pSm1iMjkwWlhKZmMzUmhjblFpTzNNNk56b2lJekpoTnpaaU55STdjem94TURvaVptOXZkR1Z5WDJWdVpDSTdjem8zT2lJak1tRTNObUkzSWp0ek9qRTNPaUptYjI5MFpYSmZkR1Y0ZEY5amIyeHZjaUk3Y3pvM09pSWpabVptWm1abUlqdHpPakUzT2lKbWIyOTBaWEpmYkdsdWExOWpiMnh2Y2lJN1lUb3lPbnR6T2pVNkltTnZiRzl5SWp0ek9qYzZJaU5tWm1abVptWWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6b3dPaUlpTzMxek9qSXpPaUptYjI5MFpYSmZiR2x1YTE5b2IzWmxjbDlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPamM2SWlObVptWm1abVlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMTljem8wT2lKd1lXZGxJanRoT2pRNmUzTTZNVEk2SW5KbGNHVmhkR2x1WjE5aVp5STdjem93T2lJaU8zTTZPRG9pWW1kZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFd09pSnNhVzVyWDJOdmJHOXlJanRoT2pJNmUzTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk1Eb2lJanQ5Y3pveE5qb2liR2x1YTE5b2IzWmxjbDlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWDE5IjtzOjE1OiJtb2JpbGVfcmVkaXJlY3QiO3M6NjA6IllUb3lPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUoxY213aU8zTTZNRG9pSWp0OSI7czozOiJzZW8iO3M6MTAwOiJZVG96T250ek9qVTZJblJwZEd4bElqdHpPakE2SWlJN2N6b3hNVG9pWkdWelkzSnBjSFJwYjI0aU8zTTZNRG9pSWp0ek9qZzZJbXRsZVhkdmNtUnpJanR6T2pBNklpSTdmUT09IjtzOjc6InNjcmlwdHMiO3M6MTU2OiJZVG94T250cE9qQTdZVG95T250ek9qZzZJbkJ2YzJsMGFXOXVJanR6T2pNNkltTnpjeUk3Y3pvMk9pSnpZM0pwY0hRaU8zTTZOVFU2SWlOc1pWOWliMlI1WDNKdmQxOHpYMk52YkY4eUlDNWlkV3hzWlhRdGJHbHpkQ0I3YldGeVoybHVMV0p2ZEhSdmJUb3hNSEI0TzMwaU8zMTkiO3M6ODoiZmJfc2hhcmUiO3M6MTI0OiJZVG8wT250ek9qVTZJblJwZEd4bElqdHpPakE2SWlJN2N6b3hNVG9pWkdWelkzSnBjSFJwYjI0aU8zTTZNRG9pSWp0ek9qVTZJbWx0WVdkbElqdHpPakE2SWlJN2N6bzRPaUpzYVd0bFgzVnliQ0k3Y3pvd09pSWlPMzA9IjtzOjg6ImxpZ2h0Ym94IjtzOjM3MDA6IllUbzFPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzNPaUp6YUc5M1gyOXVJanR6T2pRNklteHZZV1FpTzNNNk5Eb2lkSGx3WlNJN2N6bzFPaUp2Y0hScGJpSTdjem94TURvaWIzQjBhVzVmWm05eWJTSTdZVG96T250ek9qazZJbVp2Y20xZmFIUnRiQ0k3WVRveE56cDdjem94TURvaVpXMWhhV3hmWkdGMFlTSTdjem93T2lJaU8zTTZNVE02SW1WdFlXbHNYMkZrWkhKbGMzTWlPM002TURvaUlqdHpPakV5T2lKeVpXUnBjbVZqZEY5MWNtd2lPM002TURvaUlqdHpPakV5T2lKbGVIUnlZVjltYVdWc1pITWlPM002TURvaUlqdHpPakU0T2lKbGJXRnBiRjlsZUhSeVlWOW1hV1ZzWkhNaU8zTTZNRG9pSWp0ek9qUTZJbWgwYld3aU8zTTZNRG9pSWp0ek9qRXdPaUp1WlhkZmQybHVaRzkzSWp0ek9qQTZJaUk3Y3pveE1qb2laR2x6WVdKc1pWOXVZVzFsSWp0ek9qQTZJaUk3Y3pvNE9pSnVZVzFsWDJKdmVDSTdjem93T2lJaU8zTTZPVG9pWlcxaGFXeGZZbTk0SWp0ek9qQTZJaUk3Y3pvMk9pSmhZM1JwYjI0aU8zTTZNRG9pSWp0ek9qWTZJbVpwWld4a2N5STdjem93T2lJaU8zTTZOam9pYldWMGFHOWtJanR6T2pRNkluQnZjM1FpTzNNNk1UWTZJbWx1ZEdWbmNtRjBhVzl1WDNSNWNHVWlPM002TmpvaVkzVnpkRzl0SWp0ek9qUTZJbXhwYzNRaU8zTTZNRG9pSWp0ek9qRTBPaUowYUdGdWExOTViM1ZmY0dGblpTSTdjem93T2lJaU8zTTZNVEU2SW1GamRHbHZibDl3WVdkbElqdHpPakE2SWlJN2ZYTTZOem9pWTI5dWRHVnVkQ0k3WVRvMU9udHpPalU2SW5ScGRHeGxJanR6T2pNeU9pSlRaV3hzSUVGdWVYUm9hVzVuSUZkcGRHZ2dUM0IwYVcxcGVtVlFjbVZ6Y3lJN2N6b3hNVG9pWm05eWJWOW9aV0ZrWlhJaU8zTTZPRGc2SWt4dmNtVnRJR2x3YzNWdElHUnZiRzl5SUhOcGRDQmhiV1YwTENCamIyNXpaV04wWlhSMVpYSWdZV1JwY0dselkybHVaeUJsYkdsMExDQnpaV1FnWkdsaGJTQnViMjUxYlcxNUlHNXBZbWdnWlhWcGMyMXZaQzRpTzNNNk1URTZJbVp2YjNSbGNsOXViM1JsSWp0ek9qWTBPaUpaYjNWeUlHbHVabTl5YldGMGFXOXVJR2x6SURFd01DVWdjMlZqZFhKbElIZHBkR2dnZFhNZ1lXNWtJSGRwYkd3Z2JtVjJaWElnWW1VZ2MyaGhjbVZrSWp0ek9qRXlPaUp1WVcxbFgyUmxabUYxYkhRaU8zTTZNalE2SWtWdWRHVnlJSGx2ZFhJZ1JtbHljM1FnVG1GdFpTNHVMaUk3Y3pveE16b2laVzFoYVd4ZlpHVm1ZWFZzZENJN2N6b3lOem9pUlc1MFpYSWdlVzkxY2lCRmJXRnBiQ0JCWkdSeVpYTnpMaTR1SWp0OWN6b3hNem9pYzNWaWJXbDBYMkoxZEhSdmJpSTdZVG8xTmpwN2N6bzJPaUppZFhSMGIyNGlPMkU2TURwN2ZYTTZPRG9pYkc5allYUnBiMjRpTzNNNk16WTZJbTl3WDJ4cFoyaDBZbTk0WDI5d2RHbHVYMlp2Y20xZmMzVmliV2wwWDJKMWRIUnZiaUk3Y3pvM09pSmpiMjUwWlc1MElqdHpPakE2SWlJN2N6bzBPaUowZVhCbElqdHpPakU2SWpBaU8zTTZOVG9pYVcxaFoyVWlPM002TURvaUlqdHpPakV5T2lKbGJHVnRaVzUwWDNSNWNHVWlPM002TURvaUlqdHpPalE2SW1oeVpXWWlPM002TURvaUlqdHpPakV3T2lKdVpYZGZkMmx1Wkc5M0lqdHpPakE2SWlJN2N6b3lPaUpqWXlJN2N6b3dPaUlpTzNNNk5Ub2lZV3hwWjI0aU8zTTZNRG9pSWp0ek9qUTZJblJsZUhRaU8zTTZNRG9pSWp0ek9qazZJblJsZUhSZmMybDZaU0k3Y3pveU9pSXpNaUk3Y3pveE1Eb2lkR1Y0ZEY5amIyeHZjaUk3Y3pvM09pSWpNREF3TURBd0lqdHpPams2SW5SbGVIUmZabTl1ZENJN2N6b3dPaUlpTzNNNk9Ub2lkR1Y0ZEY5aWIyeGtJanR6T2pFNklqRWlPM002TVRRNkluUmxlSFJmZFc1a1pYSnNhVzVsSWp0ek9qQTZJaUk3Y3pveE1Ub2lkR1Y0ZEY5cGRHRnNhV01pTzNNNk1Eb2lJanR6T2pFNU9pSjBaWGgwWDJ4bGRIUmxjbDl6Y0dGamFXNW5JanR6T2pFNklqQWlPM002TVRNNkluTjFZblJsZUhSZmNHRnVaV3dpTzNNNk1Eb2lJanR6T2pjNkluTjFZblJsZUhRaU8zTTZNRG9pSWp0ek9qRXlPaUp6ZFdKMFpYaDBYM05wZW1VaU8zTTZNRG9pSWp0ek9qRXpPaUp6ZFdKMFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hNam9pYzNWaWRHVjRkRjltYjI1MElqdHpPakE2SWlJN2N6b3hNam9pYzNWaWRHVjRkRjlpYjJ4a0lqdHpPakE2SWlJN2N6b3hOem9pYzNWaWRHVjRkRjkxYm1SbGNteHBibVVpTzNNNk1Eb2lJanR6T2pFME9pSnpkV0owWlhoMFgybDBZV3hwWXlJN2N6b3dPaUlpTzNNNk1qSTZJbk4xWW5SbGVIUmZiR1YwZEdWeVgzTndZV05wYm1jaU8zTTZNRG9pSWp0ek9qRTNPaUowWlhoMFgzTm9ZV1J2ZDE5d1lXNWxiQ0k3Y3pveE9pSlpJanR6T2pJd09pSjBaWGgwWDNOb1lXUnZkMTkyWlhKMGFXTmhiQ0k3Y3pveE9pSXhJanR6T2pJeU9pSjBaWGgwWDNOb1lXUnZkMTlvYjNKcGVtOXVkR0ZzSWp0ek9qRTZJakFpTzNNNk1UYzZJblJsZUhSZmMyaGhaRzkzWDJOdmJHOXlJanR6T2pjNklpTm1abVptTURBaU8zTTZNVFk2SW5SbGVIUmZjMmhoWkc5M1gySnNkWElpTzNNNk1Ub2lNQ0k3Y3pveE16b2ljM1I1YkdsdVoxOTNhV1IwYUNJN2N6b3dPaUlpTzNNNk1UUTZJbk4wZVd4cGJtZGZhR1ZwWjJoMElqdHpPakE2SWlJN2N6b3lNRG9pYzNSNWJHbHVaMTlpYjNKa1pYSmZZMjlzYjNJaU8zTTZOem9pSXpBd01EQXdNQ0k3Y3pveE9Ub2ljM1I1YkdsdVoxOWliM0prWlhKZmMybDZaU0k3Y3pveE9pSXhJanR6T2pJeE9pSnpkSGxzYVc1blgySnZjbVJsY2w5eVlXUnBkWE1pTzNNNk1Ub2lOaUk3Y3pveU1qb2ljM1I1YkdsdVoxOWliM0prWlhKZmIzQmhZMmwwZVNJN2N6b3pPaUl4TURBaU8zTTZNVFk2SW5OMGVXeHBibWRmWjNKaFpHbGxiblFpTzNNNk1Eb2lJanR6T2pFek9pSnpkSGxzYVc1blgzTm9hVzVsSWp0ek9qRTZJbGtpTzNNNk1qZzZJbk4wZVd4cGJtZGZaM0poWkdsbGJuUmZjM1JoY25SZlkyOXNiM0lpTzNNNk56b2lJMlptWm1Zd01DSTdjem95TmpvaWMzUjViR2x1WjE5bmNtRmthV1Z1ZEY5bGJtUmZZMjlzYjNJaU8zTTZOem9pSTJabVlUQXpOU0k3Y3pveE56b2laSEp2Y0Y5emFHRmtiM2RmY0dGdVpXd2lPM002TVRvaVdTSTdjem95TURvaVpISnZjRjl6YUdGa2IzZGZkbVZ5ZEdsallXd2lPM002TVRvaU1TSTdjem95TWpvaVpISnZjRjl6YUdGa2IzZGZhRzl5YVhwdmJuUmhiQ0k3Y3pveE9pSXdJanR6T2pFMk9pSmtjbTl3WDNOb1lXUnZkMTlpYkhWeUlqdHpPakU2SWpFaU8zTTZNVGc2SW1SeWIzQmZjMmhoWkc5M1gzTndjbVZoWkNJN2N6b3hPaUl3SWp0ek9qRTNPaUprY205d1gzTm9ZV1J2ZDE5amIyeHZjaUk3Y3pvM09pSWpNREF3TURBd0lqdHpPakU1T2lKa2NtOXdYM05vWVdSdmQxOXZjR0ZqYVhSNUlqdHpPakk2SWpVd0lqdHpPakU0T2lKcGJuTmxkRjl6YUdGa2IzZGZjR0Z1Wld3aU8zTTZNVG9pV1NJN2N6b3lNVG9pYVc1elpYUmZjMmhoWkc5M1gzWmxjblJwWTJGc0lqdHpPakU2SWpBaU8zTTZNak02SW1sdWMyVjBYM05vWVdSdmQxOW9iM0pwZW05dWRHRnNJanR6T2pFNklqQWlPM002TVRjNkltbHVjMlYwWDNOb1lXUnZkMTlpYkhWeUlqdHpPakU2SWpBaU8zTTZNVGs2SW1sdWMyVjBYM05vWVdSdmQxOXpjSEpsWVdRaU8zTTZNVG9pTVNJN2N6b3hPRG9pYVc1elpYUmZjMmhoWkc5M1gyTnZiRzl5SWp0ek9qYzZJaU5tWm1abU1EQWlPM002TWpBNkltbHVjMlYwWDNOb1lXUnZkMTl2Y0dGamFYUjVJanR6T2pJNklqVXdJanQ5ZlhNNk1USTZJbWgwYld4ZlkyOXVkR1Z1ZENJN1lUb3hPbnR6T2pjNkltTnZiblJsYm5RaU8zTTZNRG9pSWp0OWZRPT0iO3M6MTM6ImV4aXRfcmVkaXJlY3QiO3M6ODg6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUoxY213aU8zTTZNRG9pSWp0ek9qYzZJbTFsYzNOaFoyVWlPM002TURvaUlqdDkiO3M6MTQ6Im9uZV90aW1lX29mZmVyIjtzOjE4ODoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSjFjbXdpTzNNNk1Eb2lJanR6T2pRNkluUnBiV1VpTzJFNk5EcDdjem8wT2lKa1lYbHpJanR6T2pBNklpSTdjem8xT2lKb2IzVnljeUk3Y3pvd09pSWlPM002TnpvaWJXbHVkWFJsY3lJN2N6b3dPaUlpTzNNNk56b2ljMlZqYjI1a2N5STdjem93T2lJaU8zMTkiO3M6MTQ6ImxhdW5jaF9nYXRld2F5IjtzOjg6Illqb3dPdz09IjtzOjEzOiJsYXVuY2hfZnVubmVsIjtzOjE5MjoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvNU9pSm1kVzV1Wld4ZmFXUWlPM002TVRvaU1pSTdjem94TmpvaVoyRjBaWGRoZVY5dmRtVnljbWxrWlNJN1lUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzRPaUp5WldScGNtVmpkQ0k3Y3pvd09pSWlPM002TkRvaVkyOWtaU0k3Y3pvd09pSWlPMzE5Ijt9'),(2,'IM Classic Style 3',2,'Free report opt-in page with small video and content section|http://www.thetradingroom.com/wp-content/uploads/2014/03/im_classic_3.jpg','jpg','YToxOntzOjQ6ImJvZHkiO2E6MTp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6MzE6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyNDoidGhyZWUtZmlmdGhzIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjU6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxMjE6IltoZWFkbGluZSBzdHlsZT0iMTUiIGZvbnRfc2l6ZT0iMjAiIGFsaWduPSJjZW50ZXIiIGJvdHRvbV9tYXJnaW49IjE1Il1HZXQgdGhpcyBGcmVlIFJlcG9ydCBOb3cgQW5kIERpc2NvdmVyLi4uWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4MDoiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjQwIiBmb250X2NvbG9yPSIjYzcyODBmIiBhbGlnbj0iY2VudGVyIiBib3R0b21fbWFyZ2luPSIyMCJdSG93IFlvdSBDYW4gQnVpbGQgU2l0ZXMgTGlrZSBUaGlzIEluIE1pbnV0ZXPigKZXaXRob3V0IENvZGUgb3IgVGVjaG5pY2FsIFNraWxsc1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozNTY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPSJzdHlsZV8xLnBuZyIgYWxpZ249ImxlZnQiIGZvbnRfc2l6ZT0iMjAiIHdpZHRoPSI1NTYiXUxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaXNjaW5nIGVsaXQuIE51bGxhIGVyYXQgcXVhbSwgcnV0cnVtIGV0IGVsaXQgdXQsIGV1aXNtb2Qgdm9sdXRwYXQgZXN0LiBOYW0gdGluY2lkdW50IHJob25jdXMgbGVjdHVzLCBuZWMgaGVuZHJlcml0IG51bGxhIGV1aXNtb2Qgdml0YWUuIENsYXNzIGFwdGVudCB0YWNpdGkgc29jaW9zcXUgYWQgbGl0b3JhIHRvcnF1ZW50IHBlciBjb251YmlhIG5vc3RyYSwgcGVyIGluY2VwdG9zIGhpbWVuYWVvcy5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozNDI6IltidWxsZXRfYmxvY2sgbGFyZ2VfaWNvbj0iMzgucG5nIiB3aWR0aD0iIiBhbGlnbm1lbnQ9ImNlbnRlciIgZm9udF9zaXplPSIyMCJdPHVsPjxsaT5Mb3JlbSBpcHN1bSBkb2xvciBzaXQgYW1ldCwgY29uc2VjdGV0dXIgYWRpcGlzY2luZyBlbGl0LjwvbGk+PGxpPkFlbmVhbiBlZ2V0IHB1cnVzIGVnZXN0YXMsIHZ1bHB1dGF0ZSBlcmF0IGltcGVyZGlldC48L2xpPjxsaT5TZWQgaWFjdWxpcyBzZW0gZXUgZmFjaWxpc2lzIG1hbGVzdWFkYS48L2xpPjxsaT5VdCBhIGxpZ3VsYSB2aXRhZSBhbnRlIHZ1bHB1dGF0ZSBjb25zZWN0ZXR1ciBxdWlzIGV1IHVybmEuPC9saT48L3VsPlsvYnVsbGV0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjQ7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY2OiJbdGV4dF9ibG9jayBzdHlsZT0ic3R5bGVfMS5wbmciIGFsaWduPSJsZWZ0IiBmb250X3NpemU9IjIwIiB3aWR0aD0iNTU2Il1FbnRlciB5b3VyIGRldGFpbHMgbm93IGZvciBpbnN0YW50IGFjY2VzcyB0byB0aGUgPHN0cm9uZz5mcmVlIHJlcG9ydC4uLiA8L3N0cm9uZz5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6Mjk6InR3by1maWZ0aHMgY29sdW1uIGNvbHMgbmFycm93IjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTg6Ilt2aWRlb19wbGF5ZXIgdHlwZT0ieW91dHViZSIgeW91dHViZV9mb3JjZV9oZD0ibm9uZSIgd2lkdGg9IjM1MCIgaGVpZ2h0PSIxOTciIGFsaWduPSJjZW50ZXIiIG1hcmdpbl90b3A9IjAiIG1hcmdpbl9ib3R0b209IjE1Il1hSFIwY0RvdkwzZDNkeTU1YjNWMGRXSmxMbU52YlM5M1lYUmphRDkyUFV0SVR6Uk1WWEJFUTFCWlsvdmlkZW9fcGxheWVyXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTMzOiJbaGVhZGxpbmUgc3R5bGU9IjEiIGZvbnRfc2l6ZT0iMzUiIGZvbnRfZm9udD0iU2hhZG93cyBJbnRvIExpZ2h0IiBmb250X2NvbG9yPSIjZTgwMDAwIiBhbGlnbj0iY2VudGVyIl1HZXQgRnJlZSBBY2Nlc3MgTm93IVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0NzoiW2Fycm93cyBzdHlsZT0iYXJyb3ctcmVkLTIucG5nIiBhbGlnbj0iY2VudGVyIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU3NDoiW29wdGluX2JveCBzdHlsZT0iNyIgYWxpZ25tZW50PSJjZW50ZXIiIGVtYWlsX2RlZmF1bHQ9IkVudGVyIHlvdXIgZW1haWwgYWRkcmVzcyIgaW50ZWdyYXRpb25fdHlwZT0iZW1haWwiIG5hbWVfZGVmYXVsdD0iRW50ZXIgeW91ciBmaXJzdCBuYW1lIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9ImhlYWRsaW5lIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9InBhcmFncmFwaCJdUlc1MFpYSWdlVzkxY2lCdVlXMWxJR0Z1WkNCbGJXRnBiQ0JpWld4dmR5QThjM1J5YjI1blBtNXZkeTR1TGp3dmMzUnliMjVuUGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT0icHJpdmFjeSJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT0idG9wX2NvbG9yIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPSIwIiBidXR0b25fYmVsb3c9IlkiXUdldCBJbnN0YW50IEFjY2VzcyFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO319fQ==','YToxODp7czoxMzoiaGVhZGVyX2xheW91dCI7czoxMDY4OiJZVG94TURwN2N6bzBPaUpzYjJkdklqdHpPamMyT2lKb2RIUndPaTh2ZDNkM0xuUm9aWFJ5WVdScGJtZHliMjl0TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TkM4d015OVRZVzF3YkdWTWIyZHZMVVJoY21zdWNHNW5JanR6T2pVNkltSm5hVzFuSWp0ek9qQTZJaUk3Y3pveE1Ub2ljbVZ3WldGMFltZHBiV2NpTzNNNk1Eb2lJanR6T2pjNkltSm5ZMjlzYjNJaU8zTTZOem9pSTJZd1pXWm1NQ0k3Y3pveE1Eb2liR2x1YTE5amIyeHZjaUk3Y3pvd09pSWlPM002TVRNNkltMWxiblV0Y0c5emFYUnBiMjRpTzNNNk9Ub2lZV3h2Ym1kemFXUmxJanR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3hNem9pYm1GMlgySmhjbDloWW05MlpTSTdZVG8zT250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKdVlYWWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM05vWVdSdmR5STdjem93T2lJaU8zTTZNVEU2SW1admJuUmZkMlZwWjJoMElqdHpPakE2SWlJN2N6bzVPaUptYjI1MFgzTnBlbVVpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDJaaGJXbHNlU0k3Y3pvd09pSWlPM002TkRvaWJHOW5ieUk3Y3pvd09pSWlPMzF6T2pFek9pSnVZWFpmWW1GeVgySmxiRzkzSWp0aE9qYzZlM002TnpvaVpXNWhZbXhsWkNJN2N6b3hPaUpPSWp0ek9qTTZJbTVoZGlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmMyaGhaRzkzSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5M1pXbG5hSFFpTzNNNk1Eb2lJanR6T2prNkltWnZiblJmYzJsNlpTSTdjem93T2lJaU8zTTZNVEU2SW1admJuUmZabUZ0YVd4NUlqdHpPakE2SWlJN2N6bzBPaUpzYjJkdklqdHpPakE2SWlJN2ZYTTZNVGM2SW01aGRsOWlZWEpmWVd4dmJtZHphV1JsSWp0aE9qWTZlM002TnpvaVpXNWhZbXhsWkNJN2N6b3hPaUpPSWp0ek9qTTZJbTVoZGlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmMyaGhaRzkzSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5M1pXbG5hSFFpTzNNNk1Eb2lJanR6T2prNkltWnZiblJmYzJsNlpTSTdjem93T2lJaU8zTTZNVEU2SW1admJuUmZabUZ0YVd4NUlqdHpPakE2SWlJN2ZYMD0iO3M6MTA6Im1lbWJlcnNoaXAiO3M6ODoiWWpvd093PT0iO3M6NToidGhlbWUiO3M6Njg6IllUb3lPbnR6T2pRNkluUjVjR1VpTzNNNk9Ub2liV0Z5YTJWMGFXNW5JanR6T2pNNkltUnBjaUk3Y3pveE9pSXhJanQ5IjtzOjEyOiJmZWF0dXJlX2FyZWEiO3M6MTIwOiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8wT2lKMGVYQmxJanRwT2pFN2N6bzRPaUp6WlhSMGFXNW5jeUk3WVRveE9udHpPakV5T2lKbWIyNTBYMjl3ZEdsdmJuTWlPMkU2TURwN2ZYMTkiO3M6MTM6ImZlYXR1cmVfdGl0bGUiO3M6NjQ6IllUb3lPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzFPaUowYVhSc1pTSTdjem93T2lJaU8zMD0iO3M6MTE6ImZvb3Rlcl9hcmVhIjtzOjM2MDoiWVRvNE9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lXU0k3Y3pvek9pSnVZWFlpTzNNNk1Ub2lNeUk3Y3pveE1Ub2labTl1ZEY5emFHRmtiM2NpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDNkbGFXZG9kQ0k3Y3pvd09pSWlPM002T1RvaVptOXVkRjl6YVhwbElqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOW1ZVzFwYkhraU8zTTZNRG9pSWp0ek9qRXlPaUpzWVhKblpWOW1iMjkwWlhJaU8yRTZNVHA3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWs0aU8zMXpPakUzT2lKbWIyOTBaWEpmWkdselkyeGhhVzFsY2lJN1lUb3lPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzNPaUp0WlhOellXZGxJanR6T2pBNklpSTdmWDA9IjtzOjIxOiJjb2xvcl9zY2hlbWVfdGVtcGxhdGUiO3M6ODoiWWpvd093PT0iO3M6MTA6InR5cG9ncmFwaHkiO3M6MTU0NDoiWVRveU9udHpPakV6T2lKbWIyNTBYMlZzWlcxbGJuUnpJanRoT2prNmUzTTZNVEE2SW5OcGRHVmZkR2wwYkdVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qQTZJaUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6bzNPaUowWVdkc2FXNWxJanRoT2pRNmUzTTZORG9pYzJsNlpTSTdjem93T2lJaU8zTTZORG9pWm05dWRDSTdjem93T2lJaU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWE02TnpvaVpHVm1ZWFZzZENJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1qb2lNVGNpTzNNNk5Eb2labTl1ZENJN2N6b3hOVG9pVTI5MWNtTmxJRk5oYm5NZ1VISnZJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6bzBPaUlqTkRRMElqdDljem95T2lKb01TSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZNVFU2SWxOdmRYSmpaU0JUWVc1eklGQnlieUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTWlJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1UVTZJbE52ZFhKalpTQlRZVzV6SUZCeWJ5STdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pveU9pSm9NeUk3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TVRVNklsTnZkWEpqWlNCVFlXNXpJRkJ5YnlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem95T2lKb05DSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZNRG9pSWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zMXpPakk2SW1nMUlqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3dPaUlpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURZaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qQTZJaUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWZYTTZNVFE2SW1OdmJHOXlYMlZzWlcxbGJuUnpJanRoT2pZNmUzTTZNVGM2SW1admIzUmxjbDkwWlhoMFgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE56b2labTl2ZEdWeVgyeHBibXRmWTI5c2IzSWlPM002TURvaUlqdHpPakl6T2lKbWIyOTBaWEpmYkdsdWExOW9iM1psY2w5amIyeHZjaUk3Y3pvd09pSWlPM002TVRnNkltWmxZWFIxY21WZmRHVjRkRjlqYjJ4dmNpSTdjem93T2lJaU8zTTZNVGc2SW1abFlYUjFjbVZmYkdsdWExOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1qUTZJbVpsWVhSMWNtVmZiR2x1YTE5b2IzWmxjbDlqYjJ4dmNpSTdjem93T2lJaU8zMTkiO3M6MjE6ImNvbG9yX3NjaGVtZV9hZHZhbmNlZCI7czoyNDQwOiJZVG8zT250ek9qRXpPaUp1WVhaZlltRnlYMkZpYjNabElqdGhPakV3T250ek9qRXpPaUp1WVhaZlltRnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hNVG9pYm1GMlgySmhjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRTVPaUp1WVhaZlltRnlYMmh2ZG1WeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE56b2libUYyWDJKaGNsOW9iM1psY2w5bGJtUWlPM002TURvaUlqdHpPakV3T2lKdVlYWmZZbUZ5WDJKbklqdHpPakE2SWlJN2N6b3lNam9pYm1GMlgySmhjbDlpWjE5b2IzWmxjbDl6ZEdGeWRDSTdjem93T2lJaU8zTTZNVFU2SW01aGRsOWlZWEpmWkdSZmJHbHVheUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlpHUmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRXlPaUp1WVhaZlltRnlYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRXpPaUp1WVhaZlltRnlYMmh2ZG1WeUlqdHpPakE2SWlJN2ZYTTZNVE02SW01aGRsOWlZWEpmWW1Wc2IzY2lPMkU2TVRBNmUzTTZNVE02SW01aGRsOWlZWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakV4T2lKdVlYWmZZbUZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVGs2SW01aGRsOWlZWEpmYUc5MlpYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRTNPaUp1WVhaZlltRnlYMmh2ZG1WeVgyVnVaQ0k3Y3pvd09pSWlPM002TVRBNkltNWhkbDlpWVhKZlltY2lPM002TURvaUlqdHpPakl5T2lKdVlYWmZZbUZ5WDJKblgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TlRvaWJtRjJYMkpoY2w5a1pGOXNhVzVySWp0ek9qQTZJaUk3Y3pveE5qb2libUYyWDJKaGNsOWtaRjlvYjNabGNpSTdjem93T2lJaU8zTTZNVEk2SW01aGRsOWlZWEpmYkdsdWF5STdjem93T2lJaU8zTTZNVE02SW01aGRsOWlZWEpmYUc5MlpYSWlPM002TURvaUlqdDljem94TnpvaWJtRjJYMkpoY2w5aGJHOXVaM05wWkdVaU8yRTZOenA3Y3pveE1Eb2libUYyWDJKaGNsOWlaeUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlltZGZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qSXdPaUp1WVhaZlltRnlYMkpuWDI1aGRsOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRTFPaUp1WVhaZlltRnlYMlJrWDJ4cGJtc2lPM002TURvaUlqdHpPakUyT2lKdVlYWmZZbUZ5WDJSa1gyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1USTZJbVpsWVhSMWNtVmZZWEpsWVNJN1lUbzNPbnR6T2pFek9pSm1aV0YwZFhKbFgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2labVZoZEhWeVpWOWxibVFpTzNNNk1Eb2lJanR6T2pFd09pSjBaWGgwWDJOdmJHOXlJanR6T2pBNklpSTdjem94TURvaWJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TVRZNklteHBibXRmYUc5MlpYSmZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMXpPakk2SW1KbklqdHpPakE2SWlJN2N6b3hNRG9pWW1kZmIzQjBhVzl1Y3lJN2N6b3dPaUlpTzMxek9qRXpPaUptWldGMGRYSmxYM1JwZEd4bElqdGhPak02ZTNNNk1UazZJbVpsWVhSMWNtVmZkR2wwYkdWZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSm1aV0YwZFhKbFgzUnBkR3hsWDJWdVpDSTdjem93T2lJaU8zTTZNalE2SW1abFlYUjFjbVZmZEdsMGJHVmZkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPMzF6T2pZNkltWnZiM1JsY2lJN1lUbzFPbnR6T2pFeU9pSm1iMjkwWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFd09pSm1iMjkwWlhKZlpXNWtJanR6T2pBNklpSTdjem94TnpvaVptOXZkR1Z5WDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTNPaUptYjI5MFpYSmZiR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qUTZJbTV2Ym1VaU8zMXpPakl6T2lKbWIyOTBaWEpmYkdsdWExOW9iM1psY2w5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qUTZJbTV2Ym1VaU8zMTljem8wT2lKd1lXZGxJanRoT2pRNmUzTTZNVEk2SW5KbGNHVmhkR2x1WjE5aVp5STdjem93T2lJaU8zTTZPRG9pWW1kZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFd09pSnNhVzVyWDJOdmJHOXlJanRoT2pJNmUzTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk5Eb2libTl1WlNJN2ZYTTZNVFk2SW14cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6bzBPaUp1YjI1bElqdDlmWDA9IjtzOjE1OiJtb2JpbGVfcmVkaXJlY3QiO3M6ODoiWWpvd093PT0iO3M6Mzoic2VvIjtzOjg6Illqb3dPdz09IjtzOjc6InNjcmlwdHMiO3M6ODoiWWpvd093PT0iO3M6ODoiZmJfc2hhcmUiO3M6ODoiWWpvd093PT0iO3M6ODoibGlnaHRib3giO3M6ODoiWWpvd093PT0iO3M6MTM6ImV4aXRfcmVkaXJlY3QiO3M6ODoiWWpvd093PT0iO3M6MTQ6Im9uZV90aW1lX29mZmVyIjtzOjg6Illqb3dPdz09IjtzOjE0OiJsYXVuY2hfZ2F0ZXdheSI7czo4OiJZam93T3c9PSI7czoxMzoibGF1bmNoX2Z1bm5lbCI7czoxOTI6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzVPaUptZFc1dVpXeGZhV1FpTzNNNk1Ub2lNaUk3Y3pveE5qb2laMkYwWlhkaGVWOXZkbVZ5Y21sa1pTSTdZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem80T2lKeVpXUnBjbVZqZENJN2N6b3dPaUlpTzNNNk5Eb2lZMjlrWlNJN2N6b3dPaUlpTzMxOSI7fQ=='),(3,'Webinar Registration 2-Host Style 4',1,'Webinar registration page for a webinar with 1 host (links to external form)|http://www.thetradingroom.com/wp-content/uploads/2014/03/Fullscreen_18_07_2013_18_08.jpg','jpg','YToxOntzOjQ6ImJvZHkiO2E6Njp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM3OiJwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjEwcHg7IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTI6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSIyMCIgZm9udF9mb250PSJBc2FwIiBmb250X3N0eWxlPSJub3JtYWwiIGZvbnRfY29sb3I9IiMxYTllZTAiIGZvbnRfc3BhY2luZz0iLTEiIGFsaWduPSJjZW50ZXIiXTxzdHJvbmc+TElWRSBXRUJJTkFSPC9zdHJvbmc+wqBXSVRIIEhPU1QgMSAmYW1wOyBIT1NUIDJbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo1NjoiZXlKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTVRBaWZRPT0iO31pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzFhOWVlMDtwYWRkaW5nLXRvcDozMHB4O3BhZGRpbmctYm90dG9tOjI1cHg7IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMjc6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSIzMCIgZm9udF9mb250PSJBc2FwIiBmb250X3N0eWxlPSJib2xkIiBmb250X2NvbG9yPSIjZmZmZmZmIiBmb250X3NoYWRvdz0iZGFyayIgYWxpZ249ImNlbnRlciJd4oCcVGhlIDUgUmVhc29ucyBZb3UgTXVzdCBCZSBVc2luZyBSZXNwb25zaXZlCkRlc2lnbiBPbiBZb3VyIFdlYnNpdGVzIGluIDIwMTMgQW5kIEJleW9uZOKAnVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fXM6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEwMDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU14WVRsbFpUQWlMQ0p3WVdSa2FXNW5WRzl3SWpvaU16QWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNalVpZlE9PSI7fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzk6ImJhY2tncm91bmQ6IzIxMjEyMTtwYWRkaW5nLWJvdHRvbTozMHB4OyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzY6IltjYWxlbmRhcl9kYXRlIHN0eWxlPSIxIiBtb250aD0iSnVuZSIgY2FsZW5kYXJfYmFyX2NvbG9yPSIjZmYwMDAwIiBkYXk9IjI1Il0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO047fX19aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTg2OiJbdGV4dF9ibG9jayBzdHlsZT0ic3R5bGVfMS5wbmciIGFsaWduPSJsZWZ0IiBmb250X3NpemU9IjIxIiBmb250X2NvbG9yPSIjZmZmZmZmIiB3aWR0aD0iMjIwIl08c3Ryb25nPkZyaWRheSwgSnVuZSAyNXRoCjwvc3Ryb25nPjExIEFNIFBhY2lmaWMgVGltZQo0IFBNIEVhc3Rlcm4gVGltZQo5IFBNIEdNVFsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo0OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjQ4OiJbdGV4dF9ibG9jayBzdHlsZT0ic3R5bGVfMS5wbmciIGFsaWduPSJsZWZ0IiBmb250X3NpemU9IjE2IiBmb250X3N0eWxlPSJub3JtYWwiIGZvbnRfY29sb3I9IiNmZmZmZmYiIHdpZHRoPSI0NjAiXTxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXI7Ij48c3Ryb25nPkNsaWNrIGJlbG93IHRvIHNpZ251cCBub3c8L3N0cm9uZz4KKHlvdSB3aWxsIGJlIHJlZGlyZWN0ZWQgdG8gb3VyIHNpZ251cCBmb3JtKTo8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NjgwOiJbYnV0dG9uXzEgdGV4dD0iR2V0IE1lIE9uIFRoZSBXZWJpbmFyIiB0ZXh0X3NpemU9IjI1IiB0ZXh0X2NvbG9yPSIjZmZmZmZmIiB0ZXh0X2ZvbnQ9IkFzYXA7Z29vZ2xlIiB0ZXh0X2JvbGQ9IlkiIHRleHRfbGV0dGVyX3NwYWNpbmc9Ii0xIiBzdWJ0ZXh0X3BhbmVsPSJOIiB0ZXh0X3NoYWRvd19wYW5lbD0iWSIgdGV4dF9zaGFkb3dfdmVydGljYWw9Ii0xIiB0ZXh0X3NoYWRvd19jb2xvcj0iIzAwMDAwMCIgc3R5bGluZ193aWR0aD0iNDAiIHN0eWxpbmdfaGVpZ2h0PSIyMCIgc3R5bGluZ19ib3JkZXJfY29sb3I9IiMwMDAwMDAiIHN0eWxpbmdfYm9yZGVyX3NpemU9IjEiIHN0eWxpbmdfYm9yZGVyX3JhZGl1cz0iNiIgc3R5bGluZ19ib3JkZXJfb3BhY2l0eT0iMTAwIiBzdHlsaW5nX2dyYWRpZW50PSJZIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPSIjMWE5ZWUwIiBkcm9wX3NoYWRvd19wYW5lbD0iWSIgZHJvcF9zaGFkb3dfdmVydGljYWw9IjEiIGRyb3Bfc2hhZG93X2JsdXI9IjEiIGRyb3Bfc2hhZG93X2NvbG9yPSIjMDAwMDAwIiBkcm9wX3NoYWRvd19vcGFjaXR5PSI1MCIgaW5zZXRfc2hhZG93X3BhbmVsPSJZIiBpbnNldF9zaGFkb3dfc3ByZWFkPSIxIiBpbnNldF9zaGFkb3dfY29sb3I9IiNmZmZmZmYiIGluc2V0X3NoYWRvd19vcGFjaXR5PSIyNSIgYWxpZ249ImNlbnRlciIvXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319aTozO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fXM6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjc2OiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXlNVEl4TWpFaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU16QWlmUT09Ijt9aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxMTA6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjYxOiJbaGVhZGxpbmUgc3R5bGU9IjEiIGZvbnRfc2l6ZT0iMzUiIGFsaWduPSJsZWZ0IiBsaW5lX2hlaWdodD0iMzUiXTxkaXYgZGF0YS1sYj0iZWRpdGFibGUtcmljaC10ZXh0IiBkYXRhLWxiLWlkPSJtYWluLWhlYWRsaW5lIiBkYXRhLWxiLW5hbWU9Ik1haW4gSGVhZGxpbmUgVGV4dCI+RFVSSU5HIFRISVMgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMWE5ZWUwOyI+PGI+RlJFRSBXRUJJTkFSPC9iPjwvc3Bhbj4gWU9VIFdJTEwgTEVBUk46PC9kaXY+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjUzODoiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9IjMiIGNvbG9yPSIjMWE5ZWUwIl1bc3RlcCBzdHlsZT0iMyIgdGV4dD0iMSIgaGVhZGxpbmU9IkxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaXNjaW5nIGVsaXQuIiBpbmZvcm1hdGlvbj0iPHA+TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2NpbmcgZWxpdC4gTWF1cmlzIGVsZW1lbnR1bSBmZXJtZW50dW0gbWF1cmlzLCBpbiBiaWJlbmR1bSBtYWduYSB1bHRyaWNlcyBzZWQuIDwvcD4KIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9IjMiIHRleHQ9IjIiIGhlYWRsaW5lPSJVdCBhIGxpZ3VsYSB2aXRhZSBhbnRlIHZ1bHB1dGF0ZSBjb25zZWN0ZXR1ciBxdWlzIGV1IHVybmEuIiBpbmZvcm1hdGlvbj0iPHA+QWVuZWFuIHRlbXBvciBzZW0gdXQgdml2ZXJyYSBzY2VsZXJpc3F1ZS4gQWVuZWFuIHZlaGljdWxhIGJpYmVuZHVtIG1hdXJpcywgdmVsIHBlbGxlbnRlc3F1ZSBuaXNsIHZhcml1cyBxdWlzLjwvcD4KIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo1OntpOjA7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzI6IltpbWFnZXMgc3R5bGU9IjUiIGltYWdlPSJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9wZXJzb24xMjEuanBnIiB3aWR0aD0iMTQ5IiBhbGlnbj0iY2VudGVyIiB0b3BfbWFyZ2luPSIwIiBib3R0b21fbWFyZ2luPSIwIiBmdWxsX3dpZHRoPSJZIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO047fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPSJzdHlsZV8xLnBuZyIgYWxpZ249ImxlZnQiIGZvbnRfc2l6ZT0iMjUiIGZvbnRfZm9udD0iU2hhZG93cyBJbnRvIExpZ2h0IiBib3R0b21fbWFyZ2luPSIwIiB3aWR0aD0iMjIwIl08cCBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyI+SG9zdCBOYW1lPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO047fX19aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTcyOiJbaW1hZ2VzIHN0eWxlPSI1IiBpbWFnZT0iaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvcGVyc29uMTIxLmpwZyIgd2lkdGg9IjE0OSIgYWxpZ249ImNlbnRlciIgdG9wX21hcmdpbj0iMCIgYm90dG9tX21hcmdpbj0iMCIgZnVsbF93aWR0aD0iWSJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtOO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTc4OiJbdGV4dF9ibG9jayBzdHlsZT0ic3R5bGVfMS5wbmciIGFsaWduPSJsZWZ0IiBmb250X3NpemU9IjI0IiBmb250X2ZvbnQ9IlNoYWRvd3MgSW50byBMaWdodCIgYm90dG9tX21hcmdpbj0iMCIgd2lkdGg9IjIyMCJdPHAgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlcjsiPkhvc3QgTmFtZTwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtOO319fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMDoiW3ZlcnRpY2FsX3NwYWNpbmcgaGVpZ2h0PSIzMCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMTc6Ilt0ZXh0X2Jsb2NrIHN0eWxlPSJzdHlsZV8xLnBuZyIgYWxpZ249ImNlbnRlciIgZm9udF9zaXplPSIxNSIgZm9udF9jb2xvcj0iIzkxOTE5MSIgYm90dG9tX3BhZGRpbmc9IjEwIiBib3R0b21fbWFyZ2luPSIwIiB3aWR0aD0iNDYwIl08cCBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyI+U2hhcmUgdGhpcyBwYWdlIHdpdGggeW91ciBmcmllbmRzLi4uPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo0O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI0MDoiW3NvY2lhbF9zaGFyaW5nIHN0eWxlPSJzdHlsZS0yMCIgZmJfY29sb3I9ImxpZ2h0IiBmYl9sYW5nPSJlbl9HQiIgZmJfdGV4dD0icmVjb21tZW5kIiBmYl9idXR0b25fdGV4dD0iU2hhcmUiIHR3X2xhbmc9ImVuIiB0d19idXR0b25fdGV4dD0iU2hhcmUiIGdfbGFuZz0iZW4tR0IiIGdfYnV0dG9uX3RleHQ9IlNoYXJlIiBwX2Rlc2NyaXB0aW9uPSIiIGxpbmtlZGluX2xhbmc9ImVuX1VTIiBhbGlnbm1lbnQ9ImNlbnRlciJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fXM6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjE1NjoiZXlKaVlXTnJaM0p2ZFc1a1NXMWhaMlVpT2lKMWNtd29hSFIwY0RvdkwyOXdkR2x0YVhwbGNISmxjM015TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TXk4d05pOWlZV05yTVM1d2JtY3BJaXdpWW1GamEyZHliM1Z1WkZCdmMybDBhVzl1SWpvaWRHbHNaU0o5Ijt9aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjIyODoiYmFja2dyb3VuZC1pbWFnZTogbm9uZTsgYmFja2dyb3VuZC1jb2xvcjogcmdiKDIzNCwgMTEzLCAxNik7IHBhZGRpbmctYm90dG9tOiAyNXB4OyBib3JkZXItdG9wLXdpZHRoOiAwcHg7IGJvcmRlci1ib3R0b20td2lkdGg6IDBweDsgcGFkZGluZy10b3A6IDQ1cHg7IGJhY2tncm91bmQtcG9zaXRpb246IGluaXRpYWwgaW5pdGlhbDsgYmFja2dyb3VuZC1yZXBlYXQ6IG5vLXJlcGVhdCBuby1yZXBlYXQ7IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyODk6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSIyMCIgZm9udF9jb2xvcj0iI2ZmZmZmZiIgYWxpZ249ImNlbnRlciJdV0FSTklORzogwqBXZSBvbmx5IGhhdmUgMTAwMCBzcG90cyBvbiBvdXIgd2ViaW5hciBzeXN0ZW0gYXZhaWxhYmxlIGFuZMKgc3BhY2Ugd2lsbCBmaWxsIHVwIGZhc3Qgc28gcmVnaXN0ZXIgbm93IHRvIGF2b2lkIG1pc3Npbmcgb3V0LiDCoFRoaXMgd2ViaW5hciBpcyBwYWNrZWQgd2l0aCBoaWdoIHF1YWxpdHkgY29udGVudCBhbmQgd2lsbCBmaWxsIHVwIGZhc3QhWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTmxZVGN4TVRBaUxDSndZV1JrYVc1blZHOXdJam9pTkRVaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09Ijt9aTo1O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE0NzoiYmFja2dyb3VuZC1pbWFnZTp1cmwoaHR0cDovL29wdGltaXplcHJlc3MyLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8wNi9iYWNrMS5wbmcpO2JhY2tncm91bmQtcmVwZWF0OnJlcGVhdDtwYWRkaW5nLXRvcDozMHB4O3BhZGRpbmctYm90dG9tOjUwcHg7IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzQ6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSIyNSIgZm9udF9zdHlsZT0ibm9ybWFsIiBhbGlnbj0iY2VudGVyIiBib3R0b21fbWFyZ2luPSIyMCJdPHN0cm9uZz5UaGlzIG9uZSB3aWxsIGJlIG5vIGV4Y2VwdGlvbi7CoFNvIGNsYWltIHlvdXIgc3BvdCBiZWxvdyE8L3N0cm9uZz5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Njk2OiJbYnV0dG9uXzEgdGV4dD0iQ2xpY2sgSGVyZSB0byBHZXQgT24gVGhlIFdlYmluYXIgTm93IiB0ZXh0X3NpemU9IjI4IiB0ZXh0X2NvbG9yPSIjZmZmZmZmIiB0ZXh0X2ZvbnQ9IkFzYXA7Z29vZ2xlIiB0ZXh0X2JvbGQ9IlkiIHRleHRfbGV0dGVyX3NwYWNpbmc9Ii0xIiBzdWJ0ZXh0X3BhbmVsPSJOIiB0ZXh0X3NoYWRvd19wYW5lbD0iWSIgdGV4dF9zaGFkb3dfdmVydGljYWw9Ii0xIiB0ZXh0X3NoYWRvd19jb2xvcj0iIzAwMDAwMCIgc3R5bGluZ193aWR0aD0iMTAwIiBzdHlsaW5nX2hlaWdodD0iMjAiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPSIjMWI4OWMwIiBzdHlsaW5nX2JvcmRlcl9zaXplPSIxIiBzdHlsaW5nX2JvcmRlcl9yYWRpdXM9IjYiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9IjEwMCIgc3R5bGluZ19ncmFkaWVudD0iWSIgc3R5bGluZ19ncmFkaWVudF9zdGFydF9jb2xvcj0iIzFhOWVlMCIgZHJvcF9zaGFkb3dfcGFuZWw9IlkiIGRyb3Bfc2hhZG93X3ZlcnRpY2FsPSIxIiBkcm9wX3NoYWRvd19ibHVyPSIxIiBkcm9wX3NoYWRvd19jb2xvcj0iIzAwMDAwMCIgZHJvcF9zaGFkb3dfb3BhY2l0eT0iNTAiIGluc2V0X3NoYWRvd19wYW5lbD0iWSIgaW5zZXRfc2hhZG93X3NwcmVhZD0iMSIgaW5zZXRfc2hhZG93X2NvbG9yPSIjZmZmZmZmIiBpbnNldF9zaGFkb3dfb3BhY2l0eT0iMjUiIGFsaWduPSJjZW50ZXIiL10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MjA4OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDI5d2RHbHRhWHBsY0hKbGMzTXlMbU52YlM5M2NDMWpiMjUwWlc1MEwzVndiRzloWkhNdk1qQXhNeTh3Tmk5aVlXTnJNUzV3Ym1jcElpd2lZbUZqYTJkeWIzVnVaRkJ2YzJsMGFXOXVJam9pZEdsc1pTSXNJbkJoWkdScGJtZFViM0FpT2lJek1DSXNJbkJoWkdScGJtZENiM1IwYjIwaU9pSTFNQ0o5Ijt9fX0=','YToxODp7czoxMzoiaGVhZGVyX2xheW91dCI7czoxMDcyOiJZVG94TURwN2N6bzBPaUpzYjJkdklqdHpPamM1T2lKb2RIUndPaTh2ZDNkM0xuUm9aWFJ5WVdScGJtZHliMjl0TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TkM4d015OVRZVzF3YkdWTWIyZHZMVVJoY21zeE1ERXVjRzVuSWp0ek9qVTZJbUpuYVcxbklqdHpPakE2SWlJN2N6b3hNVG9pY21Wd1pXRjBZbWRwYldjaU8zTTZNRG9pSWp0ek9qYzZJbUpuWTI5c2IzSWlPM002TnpvaUkyWXdaV1ptTUNJN2N6b3hNRG9pYkdsdWExOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UTTZJbTFsYm5VdGNHOXphWFJwYjI0aU8zTTZPVG9pWVd4dmJtZHphV1JsSWp0ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem94TXpvaWJtRjJYMkpoY2w5aFltOTJaU0k3WVRvM09udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSnVZWFlpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDNOb1lXUnZkeUk3Y3pvd09pSWlPM002TVRFNkltWnZiblJmZDJWcFoyaDBJanR6T2pBNklpSTdjem81T2lKbWIyNTBYM05wZW1VaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgyWmhiV2xzZVNJN2N6b3dPaUlpTzNNNk5Eb2liRzluYnlJN2N6b3dPaUlpTzMxek9qRXpPaUp1WVhaZlltRnlYMkpsYkc5M0lqdGhPamM2ZTNNNk56b2laVzVoWW14bFpDSTdjem94T2lKT0lqdHpPak02SW01aGRpSTdjem93T2lJaU8zTTZNVEU2SW1admJuUmZjMmhoWkc5M0lqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOTNaV2xuYUhRaU8zTTZNRG9pSWp0ek9qazZJbVp2Ym5SZmMybDZaU0k3Y3pvd09pSWlPM002TVRFNkltWnZiblJmWm1GdGFXeDVJanR6T2pBNklpSTdjem8wT2lKc2IyZHZJanR6T2pBNklpSTdmWE02TVRjNkltNWhkbDlpWVhKZllXeHZibWR6YVdSbElqdGhPalk2ZTNNNk56b2laVzVoWW14bFpDSTdjem94T2lKT0lqdHpPak02SW01aGRpSTdjem93T2lJaU8zTTZNVEU2SW1admJuUmZjMmhoWkc5M0lqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOTNaV2xuYUhRaU8zTTZNRG9pSWp0ek9qazZJbVp2Ym5SZmMybDZaU0k3Y3pvd09pSWlPM002TVRFNkltWnZiblJmWm1GdGFXeDVJanR6T2pBNklpSTdmWDA9IjtzOjEwOiJtZW1iZXJzaGlwIjtzOjg6Illqb3dPdz09IjtzOjU6InRoZW1lIjtzOjY4OiJZVG95T250ek9qUTZJblI1Y0dVaU8zTTZPVG9pYldGeWEyVjBhVzVuSWp0ek9qTTZJbVJwY2lJN2N6b3hPaUl4SWp0OSI7czoxMjoiZmVhdHVyZV9hcmVhIjtzOjEyMDoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvME9pSjBlWEJsSWp0cE9qRTdjem80T2lKelpYUjBhVzVuY3lJN1lUb3hPbnR6T2pFeU9pSm1iMjUwWDI5d2RHbHZibk1pTzJFNk1EcDdmWDE5IjtzOjEzOiJmZWF0dXJlX3RpdGxlIjtzOjY0OiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8xT2lKMGFYUnNaU0k3Y3pvd09pSWlPMzA9IjtzOjExOiJmb290ZXJfYXJlYSI7czozNjA6IllUbzRPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qQTZJaUk3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYMlpoYldsc2VTSTdjem93T2lJaU8zTTZNVEk2SW14aGNtZGxYMlp2YjNSbGNpSTdZVG94T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdmWE02TVRjNkltWnZiM1JsY2w5a2FYTmpiR0ZwYldWeUlqdGhPakk2ZTNNNk56b2laVzVoWW14bFpDSTdjem94T2lKT0lqdHpPamM2SW0xbGMzTmhaMlVpTzNNNk1Eb2lJanQ5ZlE9PSI7czoyMToiY29sb3Jfc2NoZW1lX3RlbXBsYXRlIjtzOjg6Illqb3dPdz09IjtzOjEwOiJ0eXBvZ3JhcGh5IjtzOjE0NzY6IllUb3lPbnR6T2pFek9pSm1iMjUwWDJWc1pXMWxiblJ6SWp0aE9qazZlM002TVRBNkluTnBkR1ZmZEdsMGJHVWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakE2SWlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem8zT2lKMFlXZHNhVzVsSWp0aE9qUTZlM002TkRvaWMybDZaU0k3Y3pvd09pSWlPM002TkRvaVptOXVkQ0k3Y3pvd09pSWlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk56b2laR1ZtWVhWc2RDSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNam9pTVRjaU8zTTZORG9pWm05dWRDSTdjem8wT2lKQmMyRndJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6bzBPaUlqTkRRMElqdDljem95T2lKb01TSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZORG9pUVhOaGNDSTdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pveU9pSm9NaUk3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TkRvaVFYTmhjQ0k3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTXlJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1Eb2lJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzMxek9qSTZJbWcwSWp0aE9qUTZlM002TkRvaWMybDZaU0k3Y3pvd09pSWlPM002TkRvaVptOXVkQ0k3Y3pvd09pSWlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk1qb2lhRFVpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pBNklpSTdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pveU9pSm9OaUk3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TURvaUlqdHpPalU2SW5OMGVXeGxJanR6T2pBNklpSTdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPMzE5Y3pveE5Eb2lZMjlzYjNKZlpXeGxiV1Z1ZEhNaU8yRTZOanA3Y3pveE56b2labTl2ZEdWeVgzUmxlSFJmWTI5c2IzSWlPM002TURvaUlqdHpPakUzT2lKbWIyOTBaWEpmYkdsdWExOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1qTTZJbVp2YjNSbGNsOXNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hPRG9pWm1WaGRIVnlaVjkwWlhoMFgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE9Eb2labVZoZEhWeVpWOXNhVzVyWDJOdmJHOXlJanR6T2pBNklpSTdjem95TkRvaVptVmhkSFZ5WlY5c2FXNXJYMmh2ZG1WeVgyTnZiRzl5SWp0ek9qQTZJaUk3ZlgwPSI7czoyMToiY29sb3Jfc2NoZW1lX2FkdmFuY2VkIjtzOjI0MjA6IllUbzNPbnR6T2pFek9pSnVZWFpmWW1GeVgyRmliM1psSWp0aE9qRXdPbnR6T2pFek9pSnVZWFpmWW1GeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2libUYyWDJKaGNsOWxibVFpTzNNNk1Eb2lJanR6T2pFNU9pSnVZWFpmWW1GeVgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TnpvaWJtRjJYMkpoY2w5b2IzWmxjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRXdPaUp1WVhaZlltRnlYMkpuSWp0ek9qQTZJaUk3Y3pveU1qb2libUYyWDJKaGNsOWlaMTlvYjNabGNsOXpkR0Z5ZENJN2N6b3dPaUlpTzNNNk1UVTZJbTVoZGw5aVlYSmZaR1JmYkdsdWF5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWkdSZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pFeU9pSnVZWFpmWW1GeVgyeHBibXNpTzNNNk1Eb2lJanR6T2pFek9pSnVZWFpmWW1GeVgyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1UTTZJbTVoZGw5aVlYSmZZbVZzYjNjaU8yRTZNVEE2ZTNNNk1UTTZJbTVoZGw5aVlYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRXhPaUp1WVhaZlltRnlYMlZ1WkNJN2N6b3dPaUlpTzNNNk1UazZJbTVoZGw5aVlYSmZhRzkyWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSnVZWFpmWW1GeVgyaHZkbVZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVEE2SW01aGRsOWlZWEpmWW1jaU8zTTZNRG9pSWp0ek9qSXlPaUp1WVhaZlltRnlYMkpuWDJodmRtVnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOVG9pYm1GMlgySmhjbDlrWkY5c2FXNXJJanR6T2pBNklpSTdjem94TmpvaWJtRjJYMkpoY2w5a1pGOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0OWN6b3hOem9pYm1GMlgySmhjbDloYkc5dVozTnBaR1VpTzJFNk56cDdjem94TURvaWJtRjJYMkpoY2w5aVp5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWW1kZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pJd09pSnVZWFpmWW1GeVgySm5YMjVoZGw5b2IzWmxjaUk3Y3pvd09pSWlPM002TVRJNkltNWhkbDlpWVhKZmJHbHVheUk3Y3pvd09pSWlPM002TVRNNkltNWhkbDlpWVhKZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pFMU9pSnVZWFpmWW1GeVgyUmtYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRTJPaUp1WVhaZlltRnlYMlJrWDJodmRtVnlJanR6T2pBNklpSTdmWE02TVRJNkltWmxZWFIxY21WZllYSmxZU0k3WVRvM09udHpPakV6T2lKbVpXRjBkWEpsWDNOMFlYSjBJanR6T2pBNklpSTdjem94TVRvaVptVmhkSFZ5WlY5bGJtUWlPM002TURvaUlqdHpPakV3T2lKMFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hNRG9pYkdsdWExOWpiMnh2Y2lJN1lUb3lPbnR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE5Ub2lkR1Y0ZEY5a1pXTnZjbUYwYVc5dUlqdHpPakE2SWlJN2ZYTTZNVFk2SW14cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6b3dPaUlpTzMxek9qSTZJbUpuSWp0ek9qQTZJaUk3Y3pveE1Eb2lZbWRmYjNCMGFXOXVjeUk3Y3pvd09pSWlPMzF6T2pFek9pSm1aV0YwZFhKbFgzUnBkR3hsSWp0aE9qTTZlM002TVRrNkltWmxZWFIxY21WZmRHbDBiR1ZmYzNSaGNuUWlPM002TURvaUlqdHpPakUzT2lKbVpXRjBkWEpsWDNScGRHeGxYMlZ1WkNJN2N6b3dPaUlpTzNNNk1qUTZJbVpsWVhSMWNtVmZkR2wwYkdWZmRHVjRkRjlqYjJ4dmNpSTdjem93T2lJaU8zMXpPalk2SW1admIzUmxjaUk3WVRvMU9udHpPakV5T2lKbWIyOTBaWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakV3T2lKbWIyOTBaWEpmWlc1a0lqdHpPakE2SWlJN2N6b3hOem9pWm05dmRHVnlYM1JsZUhSZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFM09pSm1iMjkwWlhKZmJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TWpNNkltWnZiM1JsY2w5c2FXNXJYMmh2ZG1WeVgyTnZiRzl5SWp0aE9qSTZlM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFMU9pSjBaWGgwWDJSbFkyOXlZWFJwYjI0aU8zTTZNRG9pSWp0OWZYTTZORG9pY0dGblpTSTdZVG8wT250ek9qRXlPaUp5WlhCbFlYUnBibWRmWW1jaU8zTTZNRG9pSWp0ek9qZzZJbUpuWDJOdmJHOXlJanR6T2pBNklpSTdjem94TURvaWJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TVRZNklteHBibXRmYUc5MlpYSmZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMTlmUT09IjtzOjE1OiJtb2JpbGVfcmVkaXJlY3QiO3M6NjA6IllUb3lPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUoxY213aU8zTTZNRG9pSWp0OSI7czozOiJzZW8iO3M6MTAwOiJZVG96T250ek9qVTZJblJwZEd4bElqdHpPakE2SWlJN2N6b3hNVG9pWkdWelkzSnBjSFJwYjI0aU8zTTZNRG9pSWp0ek9qZzZJbXRsZVhkdmNtUnpJanR6T2pBNklpSTdmUT09IjtzOjc6InNjcmlwdHMiO3M6ODg6IllUb3hPbnRwT2pBN1lUb3lPbnR6T2pnNkluQnZjMmwwYVc5dUlqdHpPalk2SW1obFlXUmxjaUk3Y3pvMk9pSnpZM0pwY0hRaU8zTTZNRG9pSWp0OWZRPT0iO3M6ODoiZmJfc2hhcmUiO3M6MTI0OiJZVG8wT250ek9qVTZJblJwZEd4bElqdHpPakE2SWlJN2N6b3hNVG9pWkdWelkzSnBjSFJwYjI0aU8zTTZNRG9pSWp0ek9qVTZJbWx0WVdkbElqdHpPakE2SWlJN2N6bzRPaUpzYVd0bFgzVnliQ0k3Y3pvd09pSWlPMzA9IjtzOjg6ImxpZ2h0Ym94IjtzOjM3MDA6IllUbzFPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzNPaUp6YUc5M1gyOXVJanR6T2pRNklteHZZV1FpTzNNNk5Eb2lkSGx3WlNJN2N6bzFPaUp2Y0hScGJpSTdjem94TURvaWIzQjBhVzVmWm05eWJTSTdZVG96T250ek9qazZJbVp2Y20xZmFIUnRiQ0k3WVRveE56cDdjem94TURvaVpXMWhhV3hmWkdGMFlTSTdjem93T2lJaU8zTTZNVE02SW1WdFlXbHNYMkZrWkhKbGMzTWlPM002TURvaUlqdHpPakV5T2lKeVpXUnBjbVZqZEY5MWNtd2lPM002TURvaUlqdHpPakV5T2lKbGVIUnlZVjltYVdWc1pITWlPM002TURvaUlqdHpPakU0T2lKbGJXRnBiRjlsZUhSeVlWOW1hV1ZzWkhNaU8zTTZNRG9pSWp0ek9qUTZJbWgwYld3aU8zTTZNRG9pSWp0ek9qRXdPaUp1WlhkZmQybHVaRzkzSWp0ek9qQTZJaUk3Y3pveE1qb2laR2x6WVdKc1pWOXVZVzFsSWp0ek9qQTZJaUk3Y3pvNE9pSnVZVzFsWDJKdmVDSTdjem93T2lJaU8zTTZPVG9pWlcxaGFXeGZZbTk0SWp0ek9qQTZJaUk3Y3pvMk9pSmhZM1JwYjI0aU8zTTZNRG9pSWp0ek9qWTZJbVpwWld4a2N5STdjem93T2lJaU8zTTZOam9pYldWMGFHOWtJanR6T2pRNkluQnZjM1FpTzNNNk1UWTZJbWx1ZEdWbmNtRjBhVzl1WDNSNWNHVWlPM002TmpvaVkzVnpkRzl0SWp0ek9qUTZJbXhwYzNRaU8zTTZNRG9pSWp0ek9qRTBPaUowYUdGdWExOTViM1ZmY0dGblpTSTdjem93T2lJaU8zTTZNVEU2SW1GamRHbHZibDl3WVdkbElqdHpPakE2SWlJN2ZYTTZOem9pWTI5dWRHVnVkQ0k3WVRvMU9udHpPalU2SW5ScGRHeGxJanR6T2pNeU9pSlRaV3hzSUVGdWVYUm9hVzVuSUZkcGRHZ2dUM0IwYVcxcGVtVlFjbVZ6Y3lJN2N6b3hNVG9pWm05eWJWOW9aV0ZrWlhJaU8zTTZPRGc2SWt4dmNtVnRJR2x3YzNWdElHUnZiRzl5SUhOcGRDQmhiV1YwTENCamIyNXpaV04wWlhSMVpYSWdZV1JwY0dselkybHVaeUJsYkdsMExDQnpaV1FnWkdsaGJTQnViMjUxYlcxNUlHNXBZbWdnWlhWcGMyMXZaQzRpTzNNNk1URTZJbVp2YjNSbGNsOXViM1JsSWp0ek9qWTBPaUpaYjNWeUlHbHVabTl5YldGMGFXOXVJR2x6SURFd01DVWdjMlZqZFhKbElIZHBkR2dnZFhNZ1lXNWtJSGRwYkd3Z2JtVjJaWElnWW1VZ2MyaGhjbVZrSWp0ek9qRXlPaUp1WVcxbFgyUmxabUYxYkhRaU8zTTZNalE2SWtWdWRHVnlJSGx2ZFhJZ1JtbHljM1FnVG1GdFpTNHVMaUk3Y3pveE16b2laVzFoYVd4ZlpHVm1ZWFZzZENJN2N6b3lOem9pUlc1MFpYSWdlVzkxY2lCRmJXRnBiQ0JCWkdSeVpYTnpMaTR1SWp0OWN6b3hNem9pYzNWaWJXbDBYMkoxZEhSdmJpSTdZVG8xTmpwN2N6bzJPaUppZFhSMGIyNGlPMkU2TURwN2ZYTTZPRG9pYkc5allYUnBiMjRpTzNNNk16WTZJbTl3WDJ4cFoyaDBZbTk0WDI5d2RHbHVYMlp2Y20xZmMzVmliV2wwWDJKMWRIUnZiaUk3Y3pvM09pSmpiMjUwWlc1MElqdHpPakE2SWlJN2N6bzBPaUowZVhCbElqdHpPakU2SWpBaU8zTTZOVG9pYVcxaFoyVWlPM002TURvaUlqdHpPakV5T2lKbGJHVnRaVzUwWDNSNWNHVWlPM002TURvaUlqdHpPalE2SW1oeVpXWWlPM002TURvaUlqdHpPakV3T2lKdVpYZGZkMmx1Wkc5M0lqdHpPakE2SWlJN2N6b3lPaUpqWXlJN2N6b3dPaUlpTzNNNk5Ub2lZV3hwWjI0aU8zTTZNRG9pSWp0ek9qUTZJblJsZUhRaU8zTTZNRG9pSWp0ek9qazZJblJsZUhSZmMybDZaU0k3Y3pveU9pSXpNaUk3Y3pveE1Eb2lkR1Y0ZEY5amIyeHZjaUk3Y3pvM09pSWpNREF3TURBd0lqdHpPams2SW5SbGVIUmZabTl1ZENJN2N6b3dPaUlpTzNNNk9Ub2lkR1Y0ZEY5aWIyeGtJanR6T2pFNklqRWlPM002TVRRNkluUmxlSFJmZFc1a1pYSnNhVzVsSWp0ek9qQTZJaUk3Y3pveE1Ub2lkR1Y0ZEY5cGRHRnNhV01pTzNNNk1Eb2lJanR6T2pFNU9pSjBaWGgwWDJ4bGRIUmxjbDl6Y0dGamFXNW5JanR6T2pFNklqQWlPM002TVRNNkluTjFZblJsZUhSZmNHRnVaV3dpTzNNNk1Eb2lJanR6T2pjNkluTjFZblJsZUhRaU8zTTZNRG9pSWp0ek9qRXlPaUp6ZFdKMFpYaDBYM05wZW1VaU8zTTZNRG9pSWp0ek9qRXpPaUp6ZFdKMFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hNam9pYzNWaWRHVjRkRjltYjI1MElqdHpPakE2SWlJN2N6b3hNam9pYzNWaWRHVjRkRjlpYjJ4a0lqdHpPakE2SWlJN2N6b3hOem9pYzNWaWRHVjRkRjkxYm1SbGNteHBibVVpTzNNNk1Eb2lJanR6T2pFME9pSnpkV0owWlhoMFgybDBZV3hwWXlJN2N6b3dPaUlpTzNNNk1qSTZJbk4xWW5SbGVIUmZiR1YwZEdWeVgzTndZV05wYm1jaU8zTTZNRG9pSWp0ek9qRTNPaUowWlhoMFgzTm9ZV1J2ZDE5d1lXNWxiQ0k3Y3pveE9pSlpJanR6T2pJd09pSjBaWGgwWDNOb1lXUnZkMTkyWlhKMGFXTmhiQ0k3Y3pveE9pSXhJanR6T2pJeU9pSjBaWGgwWDNOb1lXUnZkMTlvYjNKcGVtOXVkR0ZzSWp0ek9qRTZJakFpTzNNNk1UYzZJblJsZUhSZmMyaGhaRzkzWDJOdmJHOXlJanR6T2pjNklpTm1abVptTURBaU8zTTZNVFk2SW5SbGVIUmZjMmhoWkc5M1gySnNkWElpTzNNNk1Ub2lNQ0k3Y3pveE16b2ljM1I1YkdsdVoxOTNhV1IwYUNJN2N6b3dPaUlpTzNNNk1UUTZJbk4wZVd4cGJtZGZhR1ZwWjJoMElqdHpPakE2SWlJN2N6b3lNRG9pYzNSNWJHbHVaMTlpYjNKa1pYSmZZMjlzYjNJaU8zTTZOem9pSXpBd01EQXdNQ0k3Y3pveE9Ub2ljM1I1YkdsdVoxOWliM0prWlhKZmMybDZaU0k3Y3pveE9pSXhJanR6T2pJeE9pSnpkSGxzYVc1blgySnZjbVJsY2w5eVlXUnBkWE1pTzNNNk1Ub2lOaUk3Y3pveU1qb2ljM1I1YkdsdVoxOWliM0prWlhKZmIzQmhZMmwwZVNJN2N6b3pPaUl4TURBaU8zTTZNVFk2SW5OMGVXeHBibWRmWjNKaFpHbGxiblFpTzNNNk1Eb2lJanR6T2pFek9pSnpkSGxzYVc1blgzTm9hVzVsSWp0ek9qRTZJbGtpTzNNNk1qZzZJbk4wZVd4cGJtZGZaM0poWkdsbGJuUmZjM1JoY25SZlkyOXNiM0lpTzNNNk56b2lJMlptWm1Zd01DSTdjem95TmpvaWMzUjViR2x1WjE5bmNtRmthV1Z1ZEY5bGJtUmZZMjlzYjNJaU8zTTZOem9pSTJabVlUQXpOU0k3Y3pveE56b2laSEp2Y0Y5emFHRmtiM2RmY0dGdVpXd2lPM002TVRvaVdTSTdjem95TURvaVpISnZjRjl6YUdGa2IzZGZkbVZ5ZEdsallXd2lPM002TVRvaU1TSTdjem95TWpvaVpISnZjRjl6YUdGa2IzZGZhRzl5YVhwdmJuUmhiQ0k3Y3pveE9pSXdJanR6T2pFMk9pSmtjbTl3WDNOb1lXUnZkMTlpYkhWeUlqdHpPakU2SWpFaU8zTTZNVGc2SW1SeWIzQmZjMmhoWkc5M1gzTndjbVZoWkNJN2N6b3hPaUl3SWp0ek9qRTNPaUprY205d1gzTm9ZV1J2ZDE5amIyeHZjaUk3Y3pvM09pSWpNREF3TURBd0lqdHpPakU1T2lKa2NtOXdYM05vWVdSdmQxOXZjR0ZqYVhSNUlqdHpPakk2SWpVd0lqdHpPakU0T2lKcGJuTmxkRjl6YUdGa2IzZGZjR0Z1Wld3aU8zTTZNVG9pV1NJN2N6b3lNVG9pYVc1elpYUmZjMmhoWkc5M1gzWmxjblJwWTJGc0lqdHpPakU2SWpBaU8zTTZNak02SW1sdWMyVjBYM05vWVdSdmQxOW9iM0pwZW05dWRHRnNJanR6T2pFNklqQWlPM002TVRjNkltbHVjMlYwWDNOb1lXUnZkMTlpYkhWeUlqdHpPakU2SWpBaU8zTTZNVGs2SW1sdWMyVjBYM05vWVdSdmQxOXpjSEpsWVdRaU8zTTZNVG9pTVNJN2N6b3hPRG9pYVc1elpYUmZjMmhoWkc5M1gyTnZiRzl5SWp0ek9qYzZJaU5tWm1abU1EQWlPM002TWpBNkltbHVjMlYwWDNOb1lXUnZkMTl2Y0dGamFYUjVJanR6T2pJNklqVXdJanQ5ZlhNNk1USTZJbWgwYld4ZlkyOXVkR1Z1ZENJN1lUb3hPbnR6T2pjNkltTnZiblJsYm5RaU8zTTZNRG9pSWp0OWZRPT0iO3M6MTM6ImV4aXRfcmVkaXJlY3QiO3M6ODg6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUoxY213aU8zTTZNRG9pSWp0ek9qYzZJbTFsYzNOaFoyVWlPM002TURvaUlqdDkiO3M6MTQ6Im9uZV90aW1lX29mZmVyIjtzOjE4ODoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSjFjbXdpTzNNNk1Eb2lJanR6T2pRNkluUnBiV1VpTzJFNk5EcDdjem8wT2lKa1lYbHpJanR6T2pBNklpSTdjem8xT2lKb2IzVnljeUk3Y3pvd09pSWlPM002TnpvaWJXbHVkWFJsY3lJN2N6b3dPaUlpTzNNNk56b2ljMlZqYjI1a2N5STdjem93T2lJaU8zMTkiO3M6MTQ6ImxhdW5jaF9nYXRld2F5IjtzOjg6Illqb3dPdz09IjtzOjEzOiJsYXVuY2hfZnVubmVsIjtzOjE5MjoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvNU9pSm1kVzV1Wld4ZmFXUWlPM002TVRvaU1pSTdjem94TmpvaVoyRjBaWGRoZVY5dmRtVnljbWxrWlNJN1lUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzRPaUp5WldScGNtVmpkQ0k3Y3pvd09pSWlPM002TkRvaVkyOWtaU0k3Y3pvd09pSWlPMzE5Ijt9'),(4,'Clean Style Free Report Opt-in Page',2,'Classy, clean design for giving away a free ebook or report|http://www.thetradingroom.com/wp-content/uploads/2014/03/clean-landingpage_12.jpg','jpg','YToxOntzOjQ6ImJvZHkiO2E6Mzp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjIwOiJwYWRkaW5nLWJvdHRvbTozMHB4OyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTkzOiJbaGVhZGxpbmUgc3R5bGU9IjEiIGZvbnRfc2l6ZT0iMzciIGZvbnRfZm9udD0iT3BlbiBTYW5zIiBmb250X3N0eWxlPSJib2xkIiBmb250X2NvbG9yPSIjNDI1MDYzIiBmb250X3NwYWNpbmc9IjAiIGZvbnRfc2hhZG93PSJsaWdodCIgYWxpZ249ImNlbnRlciJdQSBCcmllZiBHdWlkZSB0byBSZXNwb25zaXZlIERlc2lnblsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODQ6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSIyMiIgZm9udF9mb250PSJPcGVuIFNhbnMiIGZvbnRfc3R5bGU9IjMwMCIgZm9udF9jb2xvcj0iIzM5NTQ2OCIgYWxpZ249ImNlbnRlciJdSG93IHRvIHVzZSByZXNwb25zaXZlIGRlc2lnbiB0byBpbmNyZWFzZSBzYWxlcyBvbiB5b3VyIHdlYnNpdGVzWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MzI6ImV5SndZV1JrYVc1blFtOTBkRzl0SWpvaU16QWlmUT09Ijt9aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0MzoiW2ltYWdlcyBzdHlsZT0iMCIgaW1hZ2U9Imh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2Jvb2syLWNyb3BwZWQucG5nIiB3aWR0aD0iMzAwIiBhbGlnbj0iY2VudGVyIiB0b3BfbWFyZ2luPSIwIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU2MzoiW29wdGluX2JveCBzdHlsZT0iMTEiIHdpZHRoPSI0NTAiIG1hcmdpbl90b3A9IjE1IiBhbGlnbm1lbnQ9ImNlbnRlciIgZW1haWxfZGVmYXVsdD0iRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzIiBpbnRlZ3JhdGlvbl90eXBlPSJlbWFpbCIgbmFtZV9kZWZhdWx0PSJFbnRlciB5b3VyIGZpcnN0IG5hbWUiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT0iaGVhZGxpbmUiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT0icGFyYWdyYXBoIl1FbnRlciB5b3VyIG5hbWUgYW5kIGVtYWlsIGJlbG93IGZvciBpbnN0YW50IGFjY2Vzcy4uLlsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT0icHJpdmFjeSJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT0idG9wX2NvbG9yIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPSIwIl1HZXQgSW5zdGFudCBBY2Nlc3MhWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4OToiW3NvY2lhbF9zaGFyaW5nIHN0eWxlPSJzdHlsZS0zIiBmYl9jb2xvcj0ibGlnaHQiIGZiX2xhbmc9ImVuX0dCIiBmYl90ZXh0PSJsaWtlIiBmYl9idXR0b25fdGV4dD0iU2hhcmUiIHR3X2xhbmc9ImVuIiBnX2xhbmc9ImVuLUdCIiBwX2Rlc2NyaXB0aW9uPSIiIGxpbmtlZGluX2xhbmc9ImVuX1VTIiBhbGlnbm1lbnQ9ImNlbnRlciJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fXM6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEzMjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tTW1ZeVpqSWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNakFpTENKaWIzSmtaWEpYYVdSMGFDSTZJakVpTENKaWIzSmtaWEpEYjJ4dmNpSTZJaU5sTTJVelpUTWlmUT09Ijt9aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzUzOiJbdGV4dF9ibG9jayBzdHlsZT0ic3R5bGVfMS5wbmciIGFsaWduPSJsZWZ0IiBmb250X3NpemU9IjE3IiB3aWR0aD0iOTQwIl08aDIgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlcjsiPjxzcGFuIHN0eWxlPSJjb2xvcjogIzQyNTA2MzsiPllvdXIgMy1TdGVwIEd1aWRlIHRvCkdldHRpbmcgU3RhcnRlZCB3aXRoIFJlc3BvbnNpdmUgRGVzaWduPC9zcGFuPjwvaDI+CjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXI7Ij5Mb3JlbSBpcHN1bSBkb2xvciBzaXQgYW1ldCwgY29uc2VjdGV0dXIgYWRpcGlzY2luZyBlbGl0LiBBbGlxdWFtIHZ1bHB1dGF0ZSB2aXRhZSBwdXJ1cyBhdCBzdXNjaXBpdC48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTI2OToiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9IjUiIGNvbG9yPSIjNDI1MDYzIl1bc3RlcCBzdHlsZT0iNSIgdGV4dD0iMSIgaGVhZGxpbmU9IkxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaXNjaW5nIGVsaXQuIFByYWVzZW50IG5vbiBhdWd1ZSBhIHZlbGl0IHJob25jdXMgdmVuZW5hdGlzIGluIGEgcmlzdXMuICIgaW5mb3JtYXRpb249IjxwPkFsaXF1YW0gZXJhdCB2b2x1dHBhdC4gU3VzcGVuZGlzc2UgdnVscHV0YXRlIGxpZ3VsYSBpZCBuaXNsIHBsYWNlcmF0IGV0IGVsZW1lbnR1bSByaXN1cyBzY2VsZXJpc3F1ZS4gUGhhc2VsbHVzIGNvbnNlY3RldHVyIHRlbXBvciBsZWN0dXMgZWdldCBjb25zZXF1YXQuIEludGVnZXIgZWdlc3RhcyB2YXJpdXMgb2RpbywgcXVpcyBiaWJlbmR1bSByaXN1cyBwbGFjZXJhdCBpYWN1bGlzLjwvcD4KIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9IjUiIHRleHQ9IjIiIGhlYWRsaW5lPSJMb3JlbSBpcHN1bSBkb2xvciBzaXQgYW1ldCwgY29uc2VjdGV0dXIgYWRpcGlzY2luZyBlbGl0LiBQcmFlc2VudCBub24gYXVndWUgYSB2ZWxpdCByaG9uY3VzIHZlbmVuYXRpcyBpbiBhIHJpc3VzLiAiIGluZm9ybWF0aW9uPSI8cD5QaGFzZWxsdXMgcGVsbGVudGVzcXVlIGxvcmVtIGlkIGFudGUgdGluY2lkdW50IHNpdCBhbWV0IGRhcGlidXMgbmliaCBpbnRlcmR1bS4gUXVpc3F1ZSBldCBlc3QgdXJuYS4gVmVzdGlidWx1bSBtb2xsaXMgZGlnbmlzc2ltIHNvZGFsZXMuIE51bGxhbSBlbGVpZmVuZCBlc3QgZXUgbGFjdXMgY29tbW9kbyB1bHRyaWNlcy4gTnVuYyBpbiBhdWd1ZSBzZW0sIGludGVyZHVtIHNvbGxpY2l0dWRpbiBwdXJ1cy48L3A+CiJdWy9zdGVwXVtzdGVwIHN0eWxlPSI1IiB0ZXh0PSIzIiBoZWFkbGluZT0iTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2NpbmcgZWxpdC4gUHJhZXNlbnQgbm9uIGF1Z3VlIGEgdmVsaXQgcmhvbmN1cyB2ZW5lbmF0aXMgaW4gYSByaXN1cy4gIiBpbmZvcm1hdGlvbj0iPHA+QWxpcXVhbSBlcmF0IHZvbHV0cGF0LiBTdXNwZW5kaXNzZSB2dWxwdXRhdGUgbGlndWxhIGlkIG5pc2wgcGxhY2VyYXQgZXQgZWxlbWVudHVtIHJpc3VzIHNjZWxlcmlzcXVlLiBQaGFzZWxsdXMgY29uc2VjdGV0dXIgdGVtcG9yIGxlY3R1cyBlZ2V0IGNvbnNlcXVhdC4gSW50ZWdlciBlZ2VzdGFzIHZhcml1cyBvZGlvLCBxdWlzIGJpYmVuZHVtIHJpc3VzIHBsYWNlcmF0IGlhY3VsaXMuPC9wPgoiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fXM6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjQ6ImUzMD0iO319fQ==','YToxODp7czoxMzoiaGVhZGVyX2xheW91dCI7czoxMDkyOiJZVG94TURwN2N6bzBPaUpzYjJkdklqdHpPamMzT2lKb2RIUndPaTh2ZDNkM0xuUm9aWFJ5WVdScGJtZHliMjl0TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TkM4d015OVRZVzF3YkdWTWIyZHZMVXhwWjJoMExuQnVaeUk3Y3pvMU9pSmlaMmx0WnlJN2N6b3dPaUlpTzNNNk1URTZJbkpsY0dWaGRHSm5hVzFuSWp0ek9qQTZJaUk3Y3pvM09pSmlaMk52Ykc5eUlqdHpPamM2SWlNeVl6TXlNMlVpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFek9pSnRaVzUxTFhCdmMybDBhVzl1SWp0ek9qazZJbUZzYjI1bmMybGtaU0k3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWxraU8zTTZNVE02SW01aGRsOWlZWEpmWVdKdmRtVWlPMkU2TnpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TXpvaWJtRjJJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjl6YUdGa2IzY2lPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM2RsYVdkb2RDSTdjem93T2lJaU8zTTZPVG9pWm05dWRGOXphWHBsSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1Eb2lJanR6T2pRNklteHZaMjhpTzNNNk1Eb2lJanQ5Y3pveE16b2libUYyWDJKaGNsOWlaV3h2ZHlJN1lUbzNPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qQTZJaUk3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYMlpoYldsc2VTSTdjem93T2lJaU8zTTZORG9pYkc5bmJ5STdjem93T2lJaU8zMXpPakUzT2lKdVlYWmZZbUZ5WDJGc2IyNW5jMmxrWlNJN1lUbzJPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNam9pTWpJaU8zTTZNVEU2SW1admJuUmZjMmhoWkc5M0lqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOTNaV2xuYUhRaU8zTTZOam9pYm05eWJXRnNJanR6T2prNkltWnZiblJmYzJsNlpTSTdjem95T2lJeE15STdjem94TVRvaVptOXVkRjltWVcxcGJIa2lPM002TnpvaVVGUWdVMkZ1Y3lJN2ZYMD0iO3M6MTA6Im1lbWJlcnNoaXAiO3M6ODoiWWpvd093PT0iO3M6NToidGhlbWUiO3M6Njg6IllUb3lPbnR6T2pRNkluUjVjR1VpTzNNNk9Ub2liV0Z5YTJWMGFXNW5JanR6T2pNNkltUnBjaUk3Y3pveE9pSXhJanQ5IjtzOjEyOiJmZWF0dXJlX2FyZWEiO3M6MTIwOiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8wT2lKMGVYQmxJanRwT2pFN2N6bzRPaUp6WlhSMGFXNW5jeUk3WVRveE9udHpPakV5T2lKbWIyNTBYMjl3ZEdsdmJuTWlPMkU2TURwN2ZYMTkiO3M6MTM6ImZlYXR1cmVfdGl0bGUiO3M6NjQ6IllUb3lPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzFPaUowYVhSc1pTSTdjem93T2lJaU8zMD0iO3M6MTE6ImZvb3Rlcl9hcmVhIjtzOjM4NDoiWVRvNE9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lXU0k3Y3pvek9pSnVZWFlpTzNNNk1qb2lOREFpTzNNNk1URTZJbVp2Ym5SZmMyaGhaRzkzSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5M1pXbG5hSFFpTzNNNk1Eb2lJanR6T2prNkltWnZiblJmYzJsNlpTSTdjem93T2lJaU8zTTZNVEU2SW1admJuUmZabUZ0YVd4NUlqdHpPakUxT2lKVGIzVnlZMlVnVTJGdWN5QlFjbThpTzNNNk1USTZJbXhoY21kbFgyWnZiM1JsY2lJN1lUb3hPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2ZYTTZNVGM2SW1admIzUmxjbDlrYVhOamJHRnBiV1Z5SWp0aE9qSTZlM002TnpvaVpXNWhZbXhsWkNJN2N6b3hPaUpPSWp0ek9qYzZJbTFsYzNOaFoyVWlPM002TURvaUlqdDlmUT09IjtzOjIxOiJjb2xvcl9zY2hlbWVfdGVtcGxhdGUiO3M6ODoiWWpvd093PT0iO3M6MTA6InR5cG9ncmFwaHkiO3M6MTY3NjoiWVRveU9udHpPakV6T2lKbWIyNTBYMlZzWlcxbGJuUnpJanRoT2prNmUzTTZNVEE2SW5OcGRHVmZkR2wwYkdVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qSTZJakkwSWp0ek9qUTZJbVp2Ym5RaU8zTTZNVEE2SWsxdmJuUnpaWEp5WVhRaU8zTTZOVG9pYzNSNWJHVWlPM002TkRvaVltOXNaQ0k3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzMxek9qYzZJblJoWjJ4cGJtVWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakUxT2lKVGIzVnlZMlVnVTJGdWN5QlFjbThpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPamM2SWlNd1JqZzNRemtpTzMxek9qYzZJbVJsWm1GMWJIUWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakk2SWpFM0lqdHpPalE2SW1admJuUWlPM002TVRVNklsTnZkWEpqWlNCVFlXNXpJRkJ5YnlJN2N6bzFPaUp6ZEhsc1pTSTdjem8yT2lKdWIzSnRZV3dpTzNNNk5Ub2lZMjlzYjNJaU8zTTZOem9pSXpZek5qTTJNeUk3ZlhNNk1qb2lhREVpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pFMU9pSlRiM1Z5WTJVZ1UyRnVjeUJRY204aU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWE02TWpvaWFESWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakUxT2lKVGIzVnlZMlVnVTJGdWN5QlFjbThpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURNaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk1qb2lhRFFpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pFMU9pSlRiM1Z5WTJVZ1UyRnVjeUJRY204aU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWE02TWpvaWFEVWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakUxT2lKVGIzVnlZMlVnVTJGdWN5QlFjbThpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURZaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3Zlgxek9qRTBPaUpqYjJ4dmNsOWxiR1Z0Wlc1MGN5STdZVG8yT250ek9qRTNPaUptYjI5MFpYSmZkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPM002TVRjNkltWnZiM1JsY2w5c2FXNXJYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3lNem9pWm05dmRHVnlYMnhwYm10ZmFHOTJaWEpmWTI5c2IzSWlPM002TURvaUlqdHpPakU0T2lKbVpXRjBkWEpsWDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTRPaUptWldGMGRYSmxYMnhwYm10ZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pJME9pSm1aV0YwZFhKbFgyeHBibXRmYUc5MlpYSmZZMjlzYjNJaU8zTTZNRG9pSWp0OWZRPT0iO3M6MjE6ImNvbG9yX3NjaGVtZV9hZHZhbmNlZCI7czoyNTkyOiJZVG8zT250ek9qRXpPaUp1WVhaZlltRnlYMkZpYjNabElqdGhPakV3T250ek9qRXpPaUp1WVhaZlltRnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hNVG9pYm1GMlgySmhjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRTVPaUp1WVhaZlltRnlYMmh2ZG1WeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE56b2libUYyWDJKaGNsOW9iM1psY2w5bGJtUWlPM002TURvaUlqdHpPakV3T2lKdVlYWmZZbUZ5WDJKbklqdHpPakE2SWlJN2N6b3lNam9pYm1GMlgySmhjbDlpWjE5b2IzWmxjbDl6ZEdGeWRDSTdjem93T2lJaU8zTTZNVFU2SW01aGRsOWlZWEpmWkdSZmJHbHVheUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlpHUmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRXlPaUp1WVhaZlltRnlYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRXpPaUp1WVhaZlltRnlYMmh2ZG1WeUlqdHpPakE2SWlJN2ZYTTZNVE02SW01aGRsOWlZWEpmWW1Wc2IzY2lPMkU2TVRBNmUzTTZNVE02SW01aGRsOWlZWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakV4T2lKdVlYWmZZbUZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVGs2SW01aGRsOWlZWEpmYUc5MlpYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRTNPaUp1WVhaZlltRnlYMmh2ZG1WeVgyVnVaQ0k3Y3pvd09pSWlPM002TVRBNkltNWhkbDlpWVhKZlltY2lPM002TURvaUlqdHpPakl5T2lKdVlYWmZZbUZ5WDJKblgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TlRvaWJtRjJYMkpoY2w5a1pGOXNhVzVySWp0ek9qQTZJaUk3Y3pveE5qb2libUYyWDJKaGNsOWtaRjlvYjNabGNpSTdjem93T2lJaU8zTTZNVEk2SW01aGRsOWlZWEpmYkdsdWF5STdjem93T2lJaU8zTTZNVE02SW01aGRsOWlZWEpmYUc5MlpYSWlPM002TURvaUlqdDljem94TnpvaWJtRjJYMkpoY2w5aGJHOXVaM05wWkdVaU8yRTZOenA3Y3pveE1Eb2libUYyWDJKaGNsOWlaeUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlltZGZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qSXdPaUp1WVhaZlltRnlYMkpuWDI1aGRsOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6bzNPaUlqWWpsaVpHTXdJanR6T2pFek9pSnVZWFpmWW1GeVgyaHZkbVZ5SWp0ek9qQTZJaUk3Y3pveE5Ub2libUYyWDJKaGNsOWtaRjlzYVc1cklqdHpPakE2SWlJN2N6b3hOam9pYm1GMlgySmhjbDlrWkY5b2IzWmxjaUk3Y3pvd09pSWlPMzF6T2pFeU9pSm1aV0YwZFhKbFgyRnlaV0VpTzJFNk56cDdjem94TXpvaVptVmhkSFZ5WlY5emRHRnlkQ0k3Y3pvd09pSWlPM002TVRFNkltWmxZWFIxY21WZlpXNWtJanR6T2pBNklpSTdjem94TURvaWRHVjRkRjlqYjJ4dmNpSTdjem93T2lJaU8zTTZNVEE2SW14cGJtdGZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMXpPakUyT2lKc2FXNXJYMmh2ZG1WeVgyTnZiRzl5SWp0aE9qSTZlM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFMU9pSjBaWGgwWDJSbFkyOXlZWFJwYjI0aU8zTTZNRG9pSWp0OWN6b3lPaUppWnlJN2N6b3dPaUlpTzNNNk1UQTZJbUpuWDI5d2RHbHZibk1pTzNNNk1Eb2lJanQ5Y3pveE16b2labVZoZEhWeVpWOTBhWFJzWlNJN1lUb3pPbnR6T2pFNU9pSm1aV0YwZFhKbFgzUnBkR3hsWDNOMFlYSjBJanR6T2pBNklpSTdjem94TnpvaVptVmhkSFZ5WlY5MGFYUnNaVjlsYm1RaU8zTTZNRG9pSWp0ek9qSTBPaUptWldGMGRYSmxYM1JwZEd4bFgzUmxlSFJmWTI5c2IzSWlPM002TURvaUlqdDljem8yT2lKbWIyOTBaWElpTzJFNk9EcDdjem94TWpvaVptOXZkR1Z5WDNOMFlYSjBJanR6T2pjNklpTXlZek15TTJVaU8zTTZNVEE2SW1admIzUmxjbDlsYm1RaU8zTTZOem9pSXpKak16SXpaU0k3Y3pveE56b2labTl2ZEdWeVgzUmxlSFJmWTI5c2IzSWlPM002TnpvaUkyWm1abVptWmlJN2N6b3hOem9pWm05dmRHVnlYMnhwYm10ZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvM09pSWpabVptWm1abUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk1Eb2lJanQ5Y3pveU16b2labTl2ZEdWeVgyeHBibXRmYUc5MlpYSmZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6bzNPaUlqWm1abVptWm1JanR6T2pFMU9pSjBaWGgwWDJSbFkyOXlZWFJwYjI0aU8zTTZNRG9pSWp0OWN6b3hNRG9pZEdWNGRGOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFMk9pSnNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdHpPakE2SWlJN2ZYTTZORG9pY0dGblpTSTdZVG8wT250ek9qRXlPaUp5WlhCbFlYUnBibWRmWW1jaU8zTTZNRG9pSWp0ek9qZzZJbUpuWDJOdmJHOXlJanR6T2pjNklpTm1abVptWm1ZaU8zTTZNVEE2SW14cGJtdGZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMXpPakUyT2lKc2FXNXJYMmh2ZG1WeVgyTnZiRzl5SWp0aE9qSTZlM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFMU9pSjBaWGgwWDJSbFkyOXlZWFJwYjI0aU8zTTZNRG9pSWp0OWZYMD0iO3M6MTU6Im1vYmlsZV9yZWRpcmVjdCI7czo2MDoiWVRveU9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSjFjbXdpTzNNNk1Eb2lJanQ5IjtzOjM6InNlbyI7czoxMDA6IllUb3pPbnR6T2pVNkluUnBkR3hsSWp0ek9qQTZJaUk3Y3pveE1Ub2laR1Z6WTNKcGNIUnBiMjRpTzNNNk1Eb2lJanR6T2pnNkltdGxlWGR2Y21SeklqdHpPakE2SWlJN2ZRPT0iO3M6Nzoic2NyaXB0cyI7czo4NDoiWVRveE9udHBPakE3WVRveU9udHpPamc2SW5CdmMybDBhVzl1SWp0ek9qTTZJbU56Y3lJN2N6bzJPaUp6WTNKcGNIUWlPM002TURvaUlqdDlmUT09IjtzOjg6ImZiX3NoYXJlIjtzOjEyNDoiWVRvME9udHpPalU2SW5ScGRHeGxJanR6T2pBNklpSTdjem94TVRvaVpHVnpZM0pwY0hScGIyNGlPM002TURvaUlqdHpPalU2SW1sdFlXZGxJanR6T2pBNklpSTdjem80T2lKc2FXdGxYM1Z5YkNJN2N6b3dPaUlpTzMwPSI7czo4OiJsaWdodGJveCI7czozNzAwOiJZVG8xT250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8zT2lKemFHOTNYMjl1SWp0ek9qUTZJbXh2WVdRaU8zTTZORG9pZEhsd1pTSTdjem8xT2lKdmNIUnBiaUk3Y3pveE1Eb2liM0IwYVc1ZlptOXliU0k3WVRvek9udHpPams2SW1admNtMWZhSFJ0YkNJN1lUb3hOenA3Y3pveE1Eb2laVzFoYVd4ZlpHRjBZU0k3Y3pvd09pSWlPM002TVRNNkltVnRZV2xzWDJGa1pISmxjM01pTzNNNk1Eb2lJanR6T2pFeU9pSnlaV1JwY21WamRGOTFjbXdpTzNNNk1Eb2lJanR6T2pFeU9pSmxlSFJ5WVY5bWFXVnNaSE1pTzNNNk1Eb2lJanR6T2pFNE9pSmxiV0ZwYkY5bGVIUnlZVjltYVdWc1pITWlPM002TURvaUlqdHpPalE2SW1oMGJXd2lPM002TURvaUlqdHpPakV3T2lKdVpYZGZkMmx1Wkc5M0lqdHpPakE2SWlJN2N6b3hNam9pWkdsellXSnNaVjl1WVcxbElqdHpPakE2SWlJN2N6bzRPaUp1WVcxbFgySnZlQ0k3Y3pvd09pSWlPM002T1RvaVpXMWhhV3hmWW05NElqdHpPakE2SWlJN2N6bzJPaUpoWTNScGIyNGlPM002TURvaUlqdHpPalk2SW1acFpXeGtjeUk3Y3pvd09pSWlPM002TmpvaWJXVjBhRzlrSWp0ek9qUTZJbkJ2YzNRaU8zTTZNVFk2SW1sdWRHVm5jbUYwYVc5dVgzUjVjR1VpTzNNNk5qb2lZM1Z6ZEc5dElqdHpPalE2SW14cGMzUWlPM002TURvaUlqdHpPakUwT2lKMGFHRnVhMTk1YjNWZmNHRm5aU0k3Y3pvd09pSWlPM002TVRFNkltRmpkR2x2Ymw5d1lXZGxJanR6T2pBNklpSTdmWE02TnpvaVkyOXVkR1Z1ZENJN1lUbzFPbnR6T2pVNkluUnBkR3hsSWp0ek9qTXlPaUpUWld4c0lFRnVlWFJvYVc1bklGZHBkR2dnVDNCMGFXMXBlbVZRY21WemN5STdjem94TVRvaVptOXliVjlvWldGa1pYSWlPM002T0RnNklreHZjbVZ0SUdsd2MzVnRJR1J2Ykc5eUlITnBkQ0JoYldWMExDQmpiMjV6WldOMFpYUjFaWElnWVdScGNHbHpZMmx1WnlCbGJHbDBMQ0J6WldRZ1pHbGhiU0J1YjI1MWJXMTVJRzVwWW1nZ1pYVnBjMjF2WkM0aU8zTTZNVEU2SW1admIzUmxjbDl1YjNSbElqdHpPalkwT2lKWmIzVnlJR2x1Wm05eWJXRjBhVzl1SUdseklERXdNQ1VnYzJWamRYSmxJSGRwZEdnZ2RYTWdZVzVrSUhkcGJHd2dibVYyWlhJZ1ltVWdjMmhoY21Wa0lqdHpPakV5T2lKdVlXMWxYMlJsWm1GMWJIUWlPM002TWpRNklrVnVkR1Z5SUhsdmRYSWdSbWx5YzNRZ1RtRnRaUzR1TGlJN2N6b3hNem9pWlcxaGFXeGZaR1ZtWVhWc2RDSTdjem95TnpvaVJXNTBaWElnZVc5MWNpQkZiV0ZwYkNCQlpHUnlaWE56TGk0dUlqdDljem94TXpvaWMzVmliV2wwWDJKMWRIUnZiaUk3WVRvMU5qcDdjem8yT2lKaWRYUjBiMjRpTzJFNk1EcDdmWE02T0RvaWJHOWpZWFJwYjI0aU8zTTZNelk2SW05d1gyeHBaMmgwWW05NFgyOXdkR2x1WDJadmNtMWZjM1ZpYldsMFgySjFkSFJ2YmlJN2N6bzNPaUpqYjI1MFpXNTBJanR6T2pBNklpSTdjem8wT2lKMGVYQmxJanR6T2pFNklqQWlPM002TlRvaWFXMWhaMlVpTzNNNk1Eb2lJanR6T2pFeU9pSmxiR1Z0Wlc1MFgzUjVjR1VpTzNNNk1Eb2lJanR6T2pRNkltaHlaV1lpTzNNNk1Eb2lJanR6T2pFd09pSnVaWGRmZDJsdVpHOTNJanR6T2pBNklpSTdjem95T2lKall5STdjem93T2lJaU8zTTZOVG9pWVd4cFoyNGlPM002TURvaUlqdHpPalE2SW5SbGVIUWlPM002TURvaUlqdHpPams2SW5SbGVIUmZjMmw2WlNJN2N6b3lPaUl6TWlJN2N6b3hNRG9pZEdWNGRGOWpiMnh2Y2lJN2N6bzNPaUlqTURBd01EQXdJanR6T2prNkluUmxlSFJmWm05dWRDSTdjem93T2lJaU8zTTZPVG9pZEdWNGRGOWliMnhrSWp0ek9qRTZJakVpTzNNNk1UUTZJblJsZUhSZmRXNWtaWEpzYVc1bElqdHpPakE2SWlJN2N6b3hNVG9pZEdWNGRGOXBkR0ZzYVdNaU8zTTZNRG9pSWp0ek9qRTVPaUowWlhoMFgyeGxkSFJsY2w5emNHRmphVzVuSWp0ek9qRTZJakFpTzNNNk1UTTZJbk4xWW5SbGVIUmZjR0Z1Wld3aU8zTTZNRG9pSWp0ek9qYzZJbk4xWW5SbGVIUWlPM002TURvaUlqdHpPakV5T2lKemRXSjBaWGgwWDNOcGVtVWlPM002TURvaUlqdHpPakV6T2lKemRXSjBaWGgwWDJOdmJHOXlJanR6T2pBNklpSTdjem94TWpvaWMzVmlkR1Y0ZEY5bWIyNTBJanR6T2pBNklpSTdjem94TWpvaWMzVmlkR1Y0ZEY5aWIyeGtJanR6T2pBNklpSTdjem94TnpvaWMzVmlkR1Y0ZEY5MWJtUmxjbXhwYm1VaU8zTTZNRG9pSWp0ek9qRTBPaUp6ZFdKMFpYaDBYMmwwWVd4cFl5STdjem93T2lJaU8zTTZNakk2SW5OMVluUmxlSFJmYkdWMGRHVnlYM053WVdOcGJtY2lPM002TURvaUlqdHpPakUzT2lKMFpYaDBYM05vWVdSdmQxOXdZVzVsYkNJN2N6b3hPaUpaSWp0ek9qSXdPaUowWlhoMFgzTm9ZV1J2ZDE5MlpYSjBhV05oYkNJN2N6b3hPaUl4SWp0ek9qSXlPaUowWlhoMFgzTm9ZV1J2ZDE5b2IzSnBlbTl1ZEdGc0lqdHpPakU2SWpBaU8zTTZNVGM2SW5SbGVIUmZjMmhoWkc5M1gyTnZiRzl5SWp0ek9qYzZJaU5tWm1abU1EQWlPM002TVRZNkluUmxlSFJmYzJoaFpHOTNYMkpzZFhJaU8zTTZNVG9pTUNJN2N6b3hNem9pYzNSNWJHbHVaMTkzYVdSMGFDSTdjem93T2lJaU8zTTZNVFE2SW5OMGVXeHBibWRmYUdWcFoyaDBJanR6T2pBNklpSTdjem95TURvaWMzUjViR2x1WjE5aWIzSmtaWEpmWTI5c2IzSWlPM002TnpvaUl6QXdNREF3TUNJN2N6b3hPVG9pYzNSNWJHbHVaMTlpYjNKa1pYSmZjMmw2WlNJN2N6b3hPaUl4SWp0ek9qSXhPaUp6ZEhsc2FXNW5YMkp2Y21SbGNsOXlZV1JwZFhNaU8zTTZNVG9pTmlJN2N6b3lNam9pYzNSNWJHbHVaMTlpYjNKa1pYSmZiM0JoWTJsMGVTSTdjem96T2lJeE1EQWlPM002TVRZNkluTjBlV3hwYm1kZlozSmhaR2xsYm5RaU8zTTZNRG9pSWp0ek9qRXpPaUp6ZEhsc2FXNW5YM05vYVc1bElqdHpPakU2SWxraU8zTTZNamc2SW5OMGVXeHBibWRmWjNKaFpHbGxiblJmYzNSaGNuUmZZMjlzYjNJaU8zTTZOem9pSTJabVptWXdNQ0k3Y3pveU5qb2ljM1I1YkdsdVoxOW5jbUZrYVdWdWRGOWxibVJmWTI5c2IzSWlPM002TnpvaUkyWm1ZVEF6TlNJN2N6b3hOem9pWkhKdmNGOXphR0ZrYjNkZmNHRnVaV3dpTzNNNk1Ub2lXU0k3Y3pveU1Eb2laSEp2Y0Y5emFHRmtiM2RmZG1WeWRHbGpZV3dpTzNNNk1Ub2lNU0k3Y3pveU1qb2laSEp2Y0Y5emFHRmtiM2RmYUc5eWFYcHZiblJoYkNJN2N6b3hPaUl3SWp0ek9qRTJPaUprY205d1gzTm9ZV1J2ZDE5aWJIVnlJanR6T2pFNklqRWlPM002TVRnNkltUnliM0JmYzJoaFpHOTNYM053Y21WaFpDSTdjem94T2lJd0lqdHpPakUzT2lKa2NtOXdYM05vWVdSdmQxOWpiMnh2Y2lJN2N6bzNPaUlqTURBd01EQXdJanR6T2pFNU9pSmtjbTl3WDNOb1lXUnZkMTl2Y0dGamFYUjVJanR6T2pJNklqVXdJanR6T2pFNE9pSnBibk5sZEY5emFHRmtiM2RmY0dGdVpXd2lPM002TVRvaVdTSTdjem95TVRvaWFXNXpaWFJmYzJoaFpHOTNYM1psY25ScFkyRnNJanR6T2pFNklqQWlPM002TWpNNkltbHVjMlYwWDNOb1lXUnZkMTlvYjNKcGVtOXVkR0ZzSWp0ek9qRTZJakFpTzNNNk1UYzZJbWx1YzJWMFgzTm9ZV1J2ZDE5aWJIVnlJanR6T2pFNklqQWlPM002TVRrNkltbHVjMlYwWDNOb1lXUnZkMTl6Y0hKbFlXUWlPM002TVRvaU1TSTdjem94T0RvaWFXNXpaWFJmYzJoaFpHOTNYMk52Ykc5eUlqdHpPamM2SWlObVptWm1NREFpTzNNNk1qQTZJbWx1YzJWMFgzTm9ZV1J2ZDE5dmNHRmphWFI1SWp0ek9qSTZJalV3SWp0OWZYTTZNVEk2SW1oMGJXeGZZMjl1ZEdWdWRDSTdZVG94T250ek9qYzZJbU52Ym5SbGJuUWlPM002TURvaUlqdDlmUT09IjtzOjEzOiJleGl0X3JlZGlyZWN0IjtzOjg4OiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdHpPamM2SW0xbGMzTmhaMlVpTzNNNk1Eb2lJanQ5IjtzOjE0OiJvbmVfdGltZV9vZmZlciI7czoxODg6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUoxY213aU8zTTZNRG9pSWp0ek9qUTZJblJwYldVaU8yRTZORHA3Y3pvME9pSmtZWGx6SWp0ek9qQTZJaUk3Y3pvMU9pSm9iM1Z5Y3lJN2N6b3dPaUlpTzNNNk56b2liV2x1ZFhSbGN5STdjem93T2lJaU8zTTZOem9pYzJWamIyNWtjeUk3Y3pvd09pSWlPMzE5IjtzOjE0OiJsYXVuY2hfZ2F0ZXdheSI7czo4OiJZam93T3c9PSI7czoxMzoibGF1bmNoX2Z1bm5lbCI7czoxOTI6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzVPaUptZFc1dVpXeGZhV1FpTzNNNk1Ub2lNaUk3Y3pveE5qb2laMkYwWlhkaGVWOXZkbVZ5Y21sa1pTSTdZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem80T2lKeVpXUnBjbVZqZENJN2N6b3dPaUlpTzNNNk5Eb2lZMjlrWlNJN2N6b3dPaUlpTzMxOSI7fQ=='),(5,'Landing Page with Content',2,'Landing page with bullets and content area|http://www.thetradingroom.com/wp-content/uploads/2014/03/landingpage_with_content.jpg','jpg','YToxOntzOjQ6ImJvZHkiO2E6NDp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoyNzU6ImJhY2tncm91bmQtaW1hZ2U6IHVybChcImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2JhY2tncm91bmQucG5nXCIpOyBiYWNrZ3JvdW5kLXJlcGVhdDogcmVwZWF0OyBwYWRkaW5nLXRvcDogNDBweDsgcGFkZGluZy1ib3R0b206IDMwcHg7IGJvcmRlci10b3A6IDFweCBzb2xpZCByZ2IoMjMyLCAyMzIsIDIzMik7IGJvcmRlci1ib3R0b206IDFweCBzb2xpZCByZ2IoMjMyLCAyMzIsIDIzMik7IGJvcmRlci1zdHlsZTogc29saWQ7IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo0OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTExOiJbaGVhZGxpbmUgc3R5bGU9IjEiIGZvbnRfY29sb3I9IiMyODY4OWYiIGFsaWduPSJsZWZ0Il1CdWlsZCBNYXJrZXRpbmcgUGFnZXPCoGluIE1pbnV0ZXMgd2l0aCBObyBDb2RlWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIwMDoiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjIyIiBmb250X3N0eWxlPSJub3JtYWwiIGZvbnRfY29sb3I9IiMzMDMwMzAiIGFsaWduPSJsZWZ0IiBib3R0b21fbWFyZ2luPSIyMCJdQ3JlYXRlIGF3ZXNvbWUgbWFya2V0aW5nIHNpdGVzIGFuZCBwYWdlcyB3aXRoIG91ciBzaW1wbGUgcG9pbnQgYW5kIGNsaWNrIHNvZnR3YXJlWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3NzoiW3RleHRfYmxvY2sgc3R5bGU9InN0eWxlXzEucG5nIiBhbGlnbj0ibGVmdCIgZm9udF9zaXplPSIxNyIgZm9udF9mb250PSJBc2FwIiBib3R0b21fcGFkZGluZz0iMTAiIGJvdHRvbV9tYXJnaW49IjAiIHdpZHRoPSI0NjAiXUhlcmUncyBhIGJyZWFrZG93biBvZiB3aGF0IHlvdSBnZXQuLi5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMzY6IltidWxsZXRfYmxvY2sgbGFyZ2VfaWNvbj0iMTAucG5nIiB3aWR0aD0iIiBhbGlnbm1lbnQ9ImNlbnRlciJdPHVsPjxsaT5Mb3JlbSBpcHN1bSBkb2xvciBzaXQgYW1ldCwgY29uc2VjdGV0dXIgYWRpcGlzY2luZyBlbGl0LjwvbGk+PGxpPlBoYXNlbGx1cyBldSBsZWN0dXMgYXQgbmliaCB2dWxwdXRhdGUgcHJldGl1bS48L2xpPjxsaT5WZXN0aWJ1bHVtIG5vbiBkdWkgZWdldCBtZXR1cyBoZW5kcmVyaXQgdmVoaWN1bGEuPC9saT48bGk+UXVpc3F1ZSB2aXRhZSBsZW8gY29uc2VxdWF0IGRvbG9yIHZpdmVycmEgYWxpcXVldCBzZWQgZXUgbGFjdXMuPC9saT48L3VsPlsvYnVsbGV0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTgyOiJbaW1hZ2VzIHN0eWxlPSIwIiBpbWFnZT0iaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvc3VidGxlX2Rvd25fYXJyb3c0MS5wbmciIHdpZHRoPSI2MDAiIGFsaWduPSJjZW50ZXIiIHRvcF9tYXJnaW49IjAiIGJvdHRvbV9tYXJnaW49IjUiIGZ1bGxfd2lkdGg9IlkiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTM0MzoiW2ZlYXR1cmVfYm94IHN0eWxlPSI2IiBmb250X3N0eWxlPSJudWxsIiBmb250X3NwYWNpbmc9Im51bGwiIGZvbnRfc2hhZG93PSJudWxsIiBjb250ZW50X2ZvbnRfc3R5bGU9Im51bGwiIGNvbnRlbnRfZm9udF9zcGFjaW5nPSJudWxsIiBjb250ZW50X2ZvbnRfc2hhZG93PSJudWxsIiB3aWR0aD0iNDYwIiB0b3BfbWFyZ2luPSIwIiBhbGlnbm1lbnQ9ImNlbnRlciJdW29wX2xpdmVlZGl0b3JfZWxlbWVudHNdIFtvcF9saXZlZWRpdG9yX2VsZW1lbnRdW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjI0IiBmb250X3N0eWxlPSJib2xkIiBmb250X2NvbG9yPSIjMjg2ODlmIiBmb250X3NwYWNpbmc9IjAiIGFsaWduPSJsZWZ0Il1HZXQgQWNjZXNzIFRvIFlvdXIgRnJlZSBHdWlkZSBOb3dbL2hlYWRsaW5lXVsvb3BfbGl2ZWVkaXRvcl9lbGVtZW50XSBbb3BfbGl2ZWVkaXRvcl9lbGVtZW50XVtoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSIxNyIgZm9udF9zdHlsZT0ibm9ybWFsIiBmb250X2NvbG9yPSIjODA4MDgwIiBhbGlnbj0ibGVmdCJdRW50ZXIgeW91ciBuYW1lIGFuZCBlbWFpbCBub3cgZm9yIHlvdXIgZnJlZSBndWlkZVsvaGVhZGxpbmVdWy9vcF9saXZlZWRpdG9yX2VsZW1lbnRdIFtvcF9saXZlZWRpdG9yX2VsZW1lbnRdW29wdGluX2JveCBzdHlsZT0iNyIgYWxpZ25tZW50PSJjZW50ZXIiIGVtYWlsX2RlZmF1bHQ9IkVudGVyIHlvdXIgZW1haWwgYWRkcmVzcyIgaW50ZWdyYXRpb25fdHlwZT0iZW1haWwiIG5hbWVfZGVmYXVsdD0iRW50ZXIgeW91ciBmaXJzdCBuYW1lIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9ImhlYWRsaW5lIl1IZXJl4oCZcyBUaGUgSGVhZGxpbmUgRm9yIFRoZSBCb3hbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9InBhcmFncmFwaCJdTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2NpbmcgZWxpdC4gRG9uZWMgdmVsIG51bmMgbm9uIGxhY3VzIHZlbmVuYXRpcyBjb21tb2RvLlsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT0icHJpdmFjeSJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT0idG9wX2NvbG9yIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPSIwIiBidXR0b25fYmVsb3c9IlkiXUdldCBJbnN0YW50IEFjY2VzcyFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XVsvb3BfbGl2ZWVkaXRvcl9lbGVtZW50XSBbL29wX2xpdmVlZGl0b3JfZWxlbWVudHNdWy9mZWF0dXJlX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6Mjc2OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDNkM2R5NTBhR1YwY21Ga2FXNW5jbTl2YlM1amIyMHZkM0F0WTI5dWRHVnVkQzkxY0d4dllXUnpMekl3TVRRdk1ETXZZbUZqYTJkeWIzVnVaQzV3Ym1jcElpd2lZbUZqYTJkeWIzVnVaRkJ2YzJsMGFXOXVJam9pZEdsc1pTSXNJbkJoWkdScGJtZFViM0FpT2lJME1DSXNJbkJoWkdScGJtZENiM1IwYjIwaU9pSXpNQ0lzSW1KdmNtUmxjbGRwWkhSb0lqb2lNU0lzSW1KdmNtUmxja052Ykc5eUlqb2lJMlU0WlRobE9DSjkiO31pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MzY6InBhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MHB4OyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTA2OiJbaGVhZGxpbmUgc3R5bGU9IjEiIGZvbnRfc2l6ZT0iMzAiIGZvbnRfY29sb3I9IiMyODY4OWYiIGFsaWduPSJsZWZ0Il1GcmVxdWVudGx5IEFza2VkIFF1ZXN0aW9uc1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fXM6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjUyOiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNQ0o5Ijt9aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNzoicGFkZGluZy10b3A6MjBweDsiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxMDU1OiJbdGV4dF9ibG9jayBzdHlsZT0ic3R5bGVfMS5wbmciIGFsaWduPSJsZWZ0IiB3aWR0aD0iNDYwIl08aDQ+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTogMWVtOyI+SG93IGRvZXMgdGhlIDMwLWRheSBmcmVlIHRyaWFsIHdvcms/PC9zcGFuPjwvaDQ+DQpMb3JlbSBpcHN1bSBkb2xvciBzaXQgYW1ldCwgY29uc2VjdGV0dXIgYWRpcGlzY2luZyBlbGl0LiBSZXN0aW5ndWV0IGNpdGl1cywgc2kgYXJkZW50ZW0gYWNjZXBlcml0LiBJbGxhIGFyZ3VtZW50YSBwcm9wcmlhIHZpZGVhbXVzLCBjdXIgb21uaWEgc2ludCBwYXJpYSBwZWNjYXRhLiBRdW9kIGN1bSBhY2NpZGlzc2V0IHV0IGFsdGVyIGFsdGVydW0gbmVjb3BpbmF0byB2aWRlcmVtdXMsIHN1cnJleGl0IHN0YXRpbS4NCjxoND5Ib3cgbXVjaCB3aWxsIHRoaXMgY29zdD88L2g0Pg0KUXVhY3VtcXVlIGVuaW0gaW5ncmVkaW11ciwgaW4gYWxpcXVhIGhpc3RvcmlhIHZlc3RpZ2l1bSBwb25pbXVzLiBWZXJ1bSBlc3RvOiB2ZXJidW0gaXBzdW0gdm9sdXB0YXRpcyBub24gaGFiZXQgZGlnbml0YXRlbSwgbmVjIG5vcyBmb3J0YXNzZSBpbnRlbGxlZ2ltdXMuIER1byBSZWdlczogY29uc3RydWN0aW8gaW50ZXJyZXRlLg0KPGg0PldoYXQgYWJvdXQgaWYgSSdtIG5ldyBvbmxpbmU/PC9oND4NClF1YW0gaWxsYSBhcmRlbnRpcyBhbW9yZXMgZXhjaXRhcmV0IHN1aSEgQ3VyIHRhbmRlbT8gTmloaWxvIGJlYXRpb3JlbSBlc3NlIE1ldGVsbHVtIHF1YW0gUmVndWx1bS4gUHV0YWJhbSBlcXVpZGVtIHNhdGlzLCBpbnF1aXQsIG1lIGRpeGlzc2UuIEVhbSB0dW0gYWRlc3NlLCBjdW0gZG9sb3Igb21uaXMgYWJzaXQ7IFR1bSBQaXNvOiBRdW9uaWFtIGlnaXR1ciBhbGlxdWlkIG9tbmVzLCBxdWlkIEx1Y2l1cyBub3N0ZXI/DQo8aDQ+Q2FuIEkgYnV5IHdpdGggUGF5cGFsPzwvaDQ+DQpUdWJ1bG8gcHV0YXMgZGljZXJlPyBRdW9ydW0gYWx0ZXJhIHByb3N1bnQsIG5vY2VudCBhbHRlcmEuIFNhdGlzbmUgdm9iaXMgdmlkZW9yIHBybyBtZW8gaXVyZSBpbiB2ZXN0cmlzIGF1cmlidXMgY29tbWVudGF0dXM/Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6OTI5OiJbdGV4dF9ibG9jayBzdHlsZT0ic3R5bGVfMS5wbmciIGFsaWduPSJsZWZ0IiB3aWR0aD0iNDYwIl08aDQ+SG93IGRvZXMgdGhlIDMwLWRheSBmcmVlIHRyaWFsIHdvcms/PC9oND4NCkxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaXNjaW5nIGVsaXQuIFF1b2QgY3VtIGFjY2lkaXNzZXQgdXQgYWx0ZXIgYWx0ZXJ1bSBuZWNvcGluYXRvIHZpZGVyZW11cywgc3VycmV4aXQgc3RhdGltLg0KPGg0PllldCBhbm90aGVyIGZhcSB0aXRsZT88L2g0Pg0KUXVhY3VtcXVlIGVuaW0gaW5ncmVkaW11ciwgaW4gYWxpcXVhIGhpc3RvcmlhIHZlc3RpZ2l1bSBwb25pbXVzLiBWZXJ1bSBlc3RvOiB2ZXJidW0gaXBzdW0gdm9sdXB0YXRpcyBub24gaGFiZXQgZGlnbml0YXRlbSwgbmVjIG5vcyBmb3J0YXNzZSBpbnRlbGxlZ2ltdXMuDQo8aDQ+WW91IGNhbiB1c2UgYW55IGhlYWRsaW5lIHRleHQgeW91IHdhbnQgaGVyZTwvaDQ+DQpOaWhpbG8gYmVhdGlvcmVtIGVzc2UgTWV0ZWxsdW0gcXVhbSBSZWd1bHVtLiBQdXRhYmFtIGVxdWlkZW0gc2F0aXMsIGlucXVpdCwgbWUgZGl4aXNzZS4gRWFtIHR1bSBhZGVzc2UsIGN1bSBkb2xvciBvbW5pcyBhYnNpdDsgVHVtIFBpc286IFF1b25pYW0gaWdpdHVyIGFsaXF1aWQgb21uZXMsIHF1aWQgTHVjaXVzIG5vc3Rlcj8NCjxoND5KdXN0IGFkZCB5b3VyIHRleHQgYnkgZWRpdGluZyB0aGUgdGV4dCBibG9jazwvaDQ+DQpUdWJ1bG8gcHV0YXMgZGljZXJlPyBRdW9ydW0gYWx0ZXJhIHByb3N1bnQsIG5vY2VudCBhbHRlcmEuIFNhdGlzbmUgdm9iaXMgdmlkZW9yIHBybyBtZW8gaXVyZSBpbiB2ZXN0cmlzIGF1cmlidXMgY29tbWVudGF0dXM/IEFuIHR1IG1lIGRlIEwuwqBRdWFtIGlsbGEgYXJkZW50aXMgYW1vcmVzIGV4Y2l0YXJldCBzdWkhIEN1ciB0YW5kZW0/Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoyODoiZXlKd1lXUmthVzVuVkc5d0lqb2lNakFpZlE9PSI7fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM5OiJyb3cgZml2ZS1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjEzNjoiYmFja2dyb3VuZDojZjdmN2Y3O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlZGVkZWQ7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZWRlZGVkOyI7czo4OiJjaGlsZHJlbiI7YTo0OntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyODoib25lLWZpZnRoIGNvbHVtbiBjb2xzIG5hcnJvdyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTA6IltuYXZpZ2F0aW9uIHN0eWxlPSI3IiBuYXZfaWQ9Im1lbnUiIHRpdGxlPSJBYm91dCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6Mjg6Im9uZS1maWZ0aCBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU0OiJbbmF2aWdhdGlvbiBzdHlsZT0iNyIgbmF2X2lkPSJtZW51IiB0aXRsZT0iTW9yZSBJbmZvIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjI7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyODoib25lLWZpZnRoIGNvbHVtbiBjb2xzIG5hcnJvdyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTY6IltuYXZpZ2F0aW9uIHN0eWxlPSI3IiBuYXZfaWQ9Im1lbnUiIHRpdGxlPSJBbm90aGVyIE5hdiJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aTozO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6Mjk6InR3by1maWZ0aHMgY29sdW1uIGNvbHMgbmFycm93IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPSJzdHlsZV8xLnBuZyIgYWxpZ249ImxlZnQiIHRvcF9wYWRkaW5nPSIxMCIgd2lkdGg9IjM2NCJdwqnCoDxzdHJvbmc+T3B0aW1pemVQcmVzc+KEoiAyMDEzIOKAk8KgPC9zdHJvbmc+VGhlIEVhc2llc3QgV2F5IHRvIEJ1aWxkIE1hcmtldGluZyBQYWdlcyBpbiBXb3JkUHJlc3NbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fXM6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEwNDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tTjJZM1pqY2lMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxaR1ZrWldRaWZRPT0iO319fQ==','YToxODp7czoxMzoiaGVhZGVyX2xheW91dCI7czoxMTA0OiJZVG94TURwN2N6bzBPaUpzYjJkdklqdHpPamM1T2lKb2RIUndPaTh2ZDNkM0xuUm9aWFJ5WVdScGJtZHliMjl0TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TkM4d015OXpZVzF3YkdVdGJHOW5ieTEzYUdsMFpURXVjRzVuSWp0ek9qVTZJbUpuYVcxbklqdHpPakE2SWlJN2N6b3hNVG9pY21Wd1pXRjBZbWRwYldjaU8zTTZNRG9pSWp0ek9qYzZJbUpuWTI5c2IzSWlPM002TnpvaUl6STBNalF5TkNJN2N6b3hNRG9pYkdsdWExOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UTTZJbTFsYm5VdGNHOXphWFJwYjI0aU8zTTZPVG9pWVd4dmJtZHphV1JsSWp0ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVdTSTdjem94TXpvaWJtRjJYMkpoY2w5aFltOTJaU0k3WVRvM09udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSnVZWFlpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDNOb1lXUnZkeUk3Y3pvd09pSWlPM002TVRFNkltWnZiblJmZDJWcFoyaDBJanR6T2pBNklpSTdjem81T2lKbWIyNTBYM05wZW1VaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgyWmhiV2xzZVNJN2N6b3dPaUlpTzNNNk5Eb2liRzluYnlJN2N6b3dPaUlpTzMxek9qRXpPaUp1WVhaZlltRnlYMkpsYkc5M0lqdGhPamM2ZTNNNk56b2laVzVoWW14bFpDSTdjem94T2lKT0lqdHpPak02SW01aGRpSTdjem93T2lJaU8zTTZNVEU2SW1admJuUmZjMmhoWkc5M0lqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOTNaV2xuYUhRaU8zTTZNRG9pSWp0ek9qazZJbVp2Ym5SZmMybDZaU0k3Y3pvd09pSWlPM002TVRFNkltWnZiblJmWm1GdGFXeDVJanR6T2pBNklpSTdjem8wT2lKc2IyZHZJanR6T2pBNklpSTdmWE02TVRjNkltNWhkbDlpWVhKZllXeHZibWR6YVdSbElqdGhPalk2ZTNNNk56b2laVzVoWW14bFpDSTdjem94T2lKWklqdHpPak02SW01aGRpSTdjem94T2lJeklqdHpPakV4T2lKbWIyNTBYM05vWVdSdmR5STdjem93T2lJaU8zTTZNVEU2SW1admJuUmZkMlZwWjJoMElqdHpPalk2SW01dmNtMWhiQ0k3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TWpvaU1UTWlPM002TVRFNkltWnZiblJmWm1GdGFXeDVJanR6T2pFMU9pSlRiM1Z5WTJVZ1UyRnVjeUJRY204aU8zMTkiO3M6MTA6Im1lbWJlcnNoaXAiO3M6ODoiWWpvd093PT0iO3M6NToidGhlbWUiO3M6Njg6IllUb3lPbnR6T2pRNkluUjVjR1VpTzNNNk9Ub2liV0Z5YTJWMGFXNW5JanR6T2pNNkltUnBjaUk3Y3pveE9pSXhJanQ5IjtzOjEyOiJmZWF0dXJlX2FyZWEiO3M6MTIwOiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8wT2lKMGVYQmxJanRwT2pFN2N6bzRPaUp6WlhSMGFXNW5jeUk3WVRveE9udHpPakV5T2lKbWIyNTBYMjl3ZEdsdmJuTWlPMkU2TURwN2ZYMTkiO3M6MTM6ImZlYXR1cmVfdGl0bGUiO3M6NjQ6IllUb3lPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzFPaUowYVhSc1pTSTdjem93T2lJaU8zMD0iO3M6MTE6ImZvb3Rlcl9hcmVhIjtzOjM2MDoiWVRvNE9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSnVZWFlpTzNNNk1qb2lOREFpTzNNNk1URTZJbVp2Ym5SZmMyaGhaRzkzSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5M1pXbG5hSFFpTzNNNk1Eb2lJanR6T2prNkltWnZiblJmYzJsNlpTSTdjem93T2lJaU8zTTZNVEU2SW1admJuUmZabUZ0YVd4NUlqdHpPakE2SWlJN2N6b3hNam9pYkdGeVoyVmZabTl2ZEdWeUlqdGhPakU2ZTNNNk56b2laVzVoWW14bFpDSTdjem94T2lKT0lqdDljem94TnpvaVptOXZkR1Z5WDJScGMyTnNZV2x0WlhJaU8yRTZNanA3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWs0aU8zTTZOem9pYldWemMyRm5aU0k3Y3pvd09pSWlPMzE5IjtzOjIxOiJjb2xvcl9zY2hlbWVfdGVtcGxhdGUiO3M6ODoiWWpvd093PT0iO3M6MTA6InR5cG9ncmFwaHkiO3M6MTUwNDoiWVRveU9udHpPakV6T2lKbWIyNTBYMlZzWlcxbGJuUnpJanRoT2prNmUzTTZNVEE2SW5OcGRHVmZkR2wwYkdVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qQTZJaUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6bzNPaUowWVdkc2FXNWxJanRoT2pRNmUzTTZORG9pYzJsNlpTSTdjem93T2lJaU8zTTZORG9pWm05dWRDSTdjem8wT2lKQmMyRndJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzMxek9qYzZJbVJsWm1GMWJIUWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakk2SWpFMUlqdHpPalE2SW1admJuUWlPM002TkRvaVFYTmhjQ0k3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZORG9pSXpRME5DSTdmWE02TWpvaWFERWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPalE2SWtGellYQWlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk1qb2lhRElpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pRNklrRnpZWEFpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURNaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qUTZJa0Z6WVhBaU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWE02TWpvaWFEUWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakk2SWpFNElqdHpPalE2SW1admJuUWlPM002TkRvaVFYTmhjQ0k3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZOem9pSXpOaU0ySXpZaUk3ZlhNNk1qb2lhRFVpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pBNklpSTdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pveU9pSm9OaUk3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TURvaUlqdHpPalU2SW5OMGVXeGxJanR6T2pBNklpSTdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPMzE5Y3pveE5Eb2lZMjlzYjNKZlpXeGxiV1Z1ZEhNaU8yRTZOanA3Y3pveE56b2labTl2ZEdWeVgzUmxlSFJmWTI5c2IzSWlPM002TURvaUlqdHpPakUzT2lKbWIyOTBaWEpmYkdsdWExOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1qTTZJbVp2YjNSbGNsOXNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hPRG9pWm1WaGRIVnlaVjkwWlhoMFgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE9Eb2labVZoZEhWeVpWOXNhVzVyWDJOdmJHOXlJanR6T2pBNklpSTdjem95TkRvaVptVmhkSFZ5WlY5c2FXNXJYMmh2ZG1WeVgyTnZiRzl5SWp0ek9qQTZJaUk3ZlgwPSI7czoyMToiY29sb3Jfc2NoZW1lX2FkdmFuY2VkIjtzOjI0MjA6IllUbzNPbnR6T2pFek9pSnVZWFpmWW1GeVgyRmliM1psSWp0aE9qRXdPbnR6T2pFek9pSnVZWFpmWW1GeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2libUYyWDJKaGNsOWxibVFpTzNNNk1Eb2lJanR6T2pFNU9pSnVZWFpmWW1GeVgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TnpvaWJtRjJYMkpoY2w5b2IzWmxjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRXdPaUp1WVhaZlltRnlYMkpuSWp0ek9qQTZJaUk3Y3pveU1qb2libUYyWDJKaGNsOWlaMTlvYjNabGNsOXpkR0Z5ZENJN2N6b3dPaUlpTzNNNk1UVTZJbTVoZGw5aVlYSmZaR1JmYkdsdWF5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWkdSZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pFeU9pSnVZWFpmWW1GeVgyeHBibXNpTzNNNk1Eb2lJanR6T2pFek9pSnVZWFpmWW1GeVgyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1UTTZJbTVoZGw5aVlYSmZZbVZzYjNjaU8yRTZNVEE2ZTNNNk1UTTZJbTVoZGw5aVlYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRXhPaUp1WVhaZlltRnlYMlZ1WkNJN2N6b3dPaUlpTzNNNk1UazZJbTVoZGw5aVlYSmZhRzkyWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSnVZWFpmWW1GeVgyaHZkbVZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVEE2SW01aGRsOWlZWEpmWW1jaU8zTTZNRG9pSWp0ek9qSXlPaUp1WVhaZlltRnlYMkpuWDJodmRtVnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOVG9pYm1GMlgySmhjbDlrWkY5c2FXNXJJanR6T2pBNklpSTdjem94TmpvaWJtRjJYMkpoY2w5a1pGOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0OWN6b3hOem9pYm1GMlgySmhjbDloYkc5dVozTnBaR1VpTzJFNk56cDdjem94TURvaWJtRjJYMkpoY2w5aVp5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWW1kZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pJd09pSnVZWFpmWW1GeVgySm5YMjVoZGw5b2IzWmxjaUk3Y3pvd09pSWlPM002TVRJNkltNWhkbDlpWVhKZmJHbHVheUk3Y3pvd09pSWlPM002TVRNNkltNWhkbDlpWVhKZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pFMU9pSnVZWFpmWW1GeVgyUmtYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRTJPaUp1WVhaZlltRnlYMlJrWDJodmRtVnlJanR6T2pBNklpSTdmWE02TVRJNkltWmxZWFIxY21WZllYSmxZU0k3WVRvM09udHpPakV6T2lKbVpXRjBkWEpsWDNOMFlYSjBJanR6T2pBNklpSTdjem94TVRvaVptVmhkSFZ5WlY5bGJtUWlPM002TURvaUlqdHpPakV3T2lKMFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hNRG9pYkdsdWExOWpiMnh2Y2lJN1lUb3lPbnR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE5Ub2lkR1Y0ZEY5a1pXTnZjbUYwYVc5dUlqdHpPakE2SWlJN2ZYTTZNVFk2SW14cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6b3dPaUlpTzMxek9qSTZJbUpuSWp0ek9qQTZJaUk3Y3pveE1Eb2lZbWRmYjNCMGFXOXVjeUk3Y3pvd09pSWlPMzF6T2pFek9pSm1aV0YwZFhKbFgzUnBkR3hsSWp0aE9qTTZlM002TVRrNkltWmxZWFIxY21WZmRHbDBiR1ZmYzNSaGNuUWlPM002TURvaUlqdHpPakUzT2lKbVpXRjBkWEpsWDNScGRHeGxYMlZ1WkNJN2N6b3dPaUlpTzNNNk1qUTZJbVpsWVhSMWNtVmZkR2wwYkdWZmRHVjRkRjlqYjJ4dmNpSTdjem93T2lJaU8zMXpPalk2SW1admIzUmxjaUk3WVRvMU9udHpPakV5T2lKbWIyOTBaWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakV3T2lKbWIyOTBaWEpmWlc1a0lqdHpPakE2SWlJN2N6b3hOem9pWm05dmRHVnlYM1JsZUhSZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFM09pSm1iMjkwWlhKZmJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TWpNNkltWnZiM1JsY2w5c2FXNXJYMmh2ZG1WeVgyTnZiRzl5SWp0aE9qSTZlM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFMU9pSjBaWGgwWDJSbFkyOXlZWFJwYjI0aU8zTTZNRG9pSWp0OWZYTTZORG9pY0dGblpTSTdZVG8wT250ek9qRXlPaUp5WlhCbFlYUnBibWRmWW1jaU8zTTZNRG9pSWp0ek9qZzZJbUpuWDJOdmJHOXlJanR6T2pBNklpSTdjem94TURvaWJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TVRZNklteHBibXRmYUc5MlpYSmZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMTlmUT09IjtzOjE1OiJtb2JpbGVfcmVkaXJlY3QiO3M6NjA6IllUb3lPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUoxY213aU8zTTZNRG9pSWp0OSI7czozOiJzZW8iO3M6MTAwOiJZVG96T250ek9qVTZJblJwZEd4bElqdHpPakE2SWlJN2N6b3hNVG9pWkdWelkzSnBjSFJwYjI0aU8zTTZNRG9pSWp0ek9qZzZJbXRsZVhkdmNtUnpJanR6T2pBNklpSTdmUT09IjtzOjc6InNjcmlwdHMiO3M6MTA3NjoiWVRveE9udHBPakE3WVRveU9udHpPamc2SW5CdmMybDBhVzl1SWp0ek9qTTZJbU56Y3lJN2N6bzJPaUp6WTNKcGNIUWlPM002TnpReU9pSXZLaUJEVlZOVVQwMGdRMDlFUlNCU1JWRlZTVkpGUkNCR1QxSWdWRWhKVXlCVVJVMVFURUZVUlNCRVR5Qk9UMVFnVkU5VlEwZ2dLaThOQ2cwS0xtSmhibTVsY2lBdWJHOW5ieUJwYldkN2QybGtkR2c2TWpBd2NIZzdmUTBLTG1KaGJtNWxjbnR3WVdSa2FXNW5Pak13Y0hnZ01EdDlEUW91YjNCMFltOTRlM0JoWkdScGJtY3RkRzl3T2pJd2NIZzdZbUZqYTJkeWIzVnVaRG9qWm1abU8ySnZjbVJsY2pveGNIZ2djMjlzYVdRZ0kyVmpaV05sWXpzdGQyVmlhMmwwTFdKdmNtUmxjaTF5WVdScGRYTTZJRFZ3ZURzTkNpMXRiM290WW05eVpHVnlMWEpoWkdsMWN6b2dOWEI0T3cwS1ltOXlaR1Z5TFhKaFpHbDFjem9nTlhCNE8zME5DZzBLTG05d2RHbHVMV0p2ZUMwMklDNTBaWGgwTFdKdmVDQjdEUXB3WVdSa2FXNW5PakV5Y0hnN0RRb3RkMlZpYTJsMExXSnZlQzF6YUdGa2IzYzZJRzV2Ym1VN0RRb3RiVzk2TFdKdmVDMXphR0ZrYjNjNklHNXZibVU3RFFvdGJ5MWliM2d0YzJoaFpHOTNPaUJ1YjI1bE93MEtZbTk0TFhOb1lXUnZkem9nYm05dVpUc05DaTEzWldKcmFYUXRZbTl5WkdWeUxYSmhaR2wxY3pvZ05YQjRPdzBLTFcxdmVpMWliM0prWlhJdGNtRmthWFZ6T2lBMWNIZzdEUXBpYjNKa1pYSXRjbUZrYVhWek9pQTFjSGc3ZlEwS0RRb3ViM0IwYVc0dFltOTRMVFlnTG5SbGVIUXRZbTk0SUdsdWNIVjBJSHRtYjI1MExYTnBlbVU2TVROd2VEdDlEUW91Wm1WaGRIVnlaUzFpYjNndE5DQXVabVZoZEhWeVpTMWliM2d0WTI5dWRHVnVkQ0I3RFFwd1lXUmthVzVuT2lBeU5YQjRJRE0yY0hnN0RRcHdZV1JrYVc1bkxYUnZjRG9nTWpWd2VEc05DbkJoWkdScGJtY3RZbTkwZEc5dE9pQXhNSEI0TzMwTkNnMEtMbTVoZG1sbllYUnBiMjR0YzJsa1pXSmhjaTAzSUd4cElHRWdlM0JoWkdScGJtY3RiR1ZtZERvd2NIZzdmUTBLRFFvdktpQkZUa1FnUTFWVFZFOU5JRU5QUkVVZ1VrVlJWVWxTUlVRZ1JrOVNJRlJJU1ZNZ1ZFVk5VRXhCVkVVZ1JFOGdUazlVSUZSUFZVTklJQ292SWp0OWZRPT0iO3M6ODoiZmJfc2hhcmUiO3M6MTI0OiJZVG8wT250ek9qVTZJblJwZEd4bElqdHpPakE2SWlJN2N6b3hNVG9pWkdWelkzSnBjSFJwYjI0aU8zTTZNRG9pSWp0ek9qVTZJbWx0WVdkbElqdHpPakE2SWlJN2N6bzRPaUpzYVd0bFgzVnliQ0k3Y3pvd09pSWlPMzA9IjtzOjg6ImxpZ2h0Ym94IjtzOjg6Illqb3dPdz09IjtzOjEzOiJleGl0X3JlZGlyZWN0IjtzOjg4OiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdHpPamM2SW0xbGMzTmhaMlVpTzNNNk1Eb2lJanQ5IjtzOjE0OiJvbmVfdGltZV9vZmZlciI7czoxODg6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUoxY213aU8zTTZNRG9pSWp0ek9qUTZJblJwYldVaU8yRTZORHA3Y3pvME9pSmtZWGx6SWp0ek9qQTZJaUk3Y3pvMU9pSm9iM1Z5Y3lJN2N6b3dPaUlpTzNNNk56b2liV2x1ZFhSbGN5STdjem93T2lJaU8zTTZOem9pYzJWamIyNWtjeUk3Y3pvd09pSWlPMzE5IjtzOjE0OiJsYXVuY2hfZ2F0ZXdheSI7czo4OiJZam93T3c9PSI7czoxMzoibGF1bmNoX2Z1bm5lbCI7czoxOTI6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzVPaUptZFc1dVpXeGZhV1FpTzNNNk1Ub2lNaUk3Y3pveE5qb2laMkYwWlhkaGVWOXZkbVZ5Y21sa1pTSTdZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem80T2lKeVpXUnBjbVZqZENJN2N6b3dPaUlpTzNNNk5Eb2lZMjlrWlNJN2N6b3dPaUlpTzMxOSI7fQ=='),(6,'Membership Lesson Page Clean Style',3,'Clean uncluttered style lesson page for membership|http://www.thetradingroom.com/wp-content/uploads/2014/03/47.jpg','jpg','YToxOntzOjQ6ImJvZHkiO2E6Mzp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzk6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4OyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyODoib25lLWZpZnRoIGNvbHVtbiBjb2xzIG5hcnJvdyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjAzOiJbaW1hZ2VzIHN0eWxlPSIwIiBpbWFnZT0iaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvU21hcnQtSWRlYS0xNTB4MTUwLnBuZyIgY3VzdG9tX3dpZHRoPSJZIiB3aWR0aD0iMTUwIiBjdXN0b21fd2lkdGhfdmFsPSIxMDAiIGFsaWduPSJjZW50ZXIiIHRvcF9tYXJnaW49IjAiIGZ1bGxfd2lkdGg9IlkiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIzOiJmb3VyLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTQ2OiJbaGVhZGxpbmUgc3R5bGU9IjEiIGZvbnRfc2l6ZT0iMzMiIGZvbnRfc3R5bGU9ImJvbGQiIGZvbnRfc3BhY2luZz0iMCIgYWxpZ249ImxlZnQiIHRvcF9tYXJnaW49IjEwIl1DcmVhdGUgWW91ciBPd24gRWJvb2sgLSBJbnRyb2R1Y3Rpb25bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjE5OiJbaGVhZGxpbmUgc3R5bGU9IjEiIGZvbnRfc2l6ZT0iMjAiIGZvbnRfc3R5bGU9Im5vcm1hbCIgYWxpZ249ImxlZnQiIGxpbmVfaGVpZ2h0PSIyNyJdSW4gdGhpcyB2aWRlbyB5b3Ugd2lsbCBsZWFybiBhYm91dCBob3cgdGhpcyBjb3Vyc2Ugd2lsbCB3b3JrIGFuZCBob3cgdG8gZm9sbG93IGl0IHRvIG1heGltaXNlIHlvdXIgcmVzdWx0cyBmcm9tIHRoaXMgY291cnNlWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NzY6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObU1tWXlaaklpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO31pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czo0MDoicm93IHRocmVlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MzY6InBhZGRpbmctdG9wOjMwcHg7cGFkZGluZy1ib3R0b206MHB4OyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoidHdvLXRoaXJkcyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTc0OiJbdmlkZW9fcGxheWVyIHR5cGU9InVybCIgd2lkdGg9IjYyMCIgaGVpZ2h0PSIzNDkiIGFsaWduPSJjZW50ZXIiIG1hcmdpbl90b3A9IjAiIG1hcmdpbl9ib3R0b209IjIwIl1hSFIwY0RvdkwyOXdMWE4wYVc1bkxuTXpMbUZ0WVhwdmJtRjNjeTVqYjIwdlQzVjBjSFYwTG0xd05BPT1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MjthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI4OiJvbmUtdGhpcmQgY29sdW1uIGNvbHMgbmFycm93IjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0OTc6IltmZWF0dXJlX2JveCBzdHlsZT0iMzMiIHRpdGxlPSJUcmFpbmluZyBJbmZvcm1hdGlvbiIgZm9udF9zaXplPSIxNyIgZm9udF9mb250PSJNb250c2VycmF0IiBmb250X3N0eWxlPSJub3JtYWwiIGNvbnRlbnRfZm9udF9zaXplPSIxNSIgY29udGVudF9mb250X2NvbG9yPSIjNDU0NTQ1IiB3aWR0aD0iMzAwIiB0b3BfbWFyZ2luPSIwIiBhbGlnbm1lbnQ9ImNlbnRlciJdW29wX2xpdmVlZGl0b3JfZWxlbWVudHNdIFtvcF9saXZlZWRpdG9yX2VsZW1lbnRdPHN0cm9uZz5EaWZmaWN1bHR5Ojwvc3Ryb25nPiBCZWdpbm5lcgoKPHN0cm9uZz5WaWRlbyBUaW1lOjwvc3Ryb25nPiAxNDoyMAoKSW4gdGhpcyB2aWRlbyBJ4oCZbSBnb2luZyB0byBzaG93IHlvdSBob3cgdG8gaW1wcm92ZSBjb252ZXJzaW9ucyBvbiB5b3VyIE9wdGltaXplUHJlc3MgbGFuZGluZyBwYWdlcy5bL29wX2xpdmVlZGl0b3JfZWxlbWVudF0gWy9vcF9saXZlZWRpdG9yX2VsZW1lbnRzXVsvZmVhdHVyZV9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozNjg6IltidXR0b25fMSB0ZXh0PSJEb3dubG9hZCBWaWRlbyIgdGV4dF9zaXplPSIxNCIgdGV4dF9jb2xvcj0iI2ZmZmZmZiIgdGV4dF9mb250PSJTb3VyY2UgU2FucyBQcm87Z29vZ2xlIiBzdWJ0ZXh0X3BhbmVsPSJOIiB0ZXh0X3NoYWRvd19wYW5lbD0iTiIgc3R5bGluZ193aWR0aD0iMTAwIiBzdHlsaW5nX2hlaWdodD0iNiIgc3R5bGluZ19ib3JkZXJfY29sb3I9IiMwMDAwMDAiIHN0eWxpbmdfYm9yZGVyX3JhZGl1cz0iNiIgc3R5bGluZ19ib3JkZXJfb3BhY2l0eT0iMTAwIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPSIjZWM5NjM2IiBkcm9wX3NoYWRvd19wYW5lbD0iTiIgaW5zZXRfc2hhZG93X3BhbmVsPSJOIiBhbGlnbj0iY2VudGVyIi9dIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMDoiW3ZlcnRpY2FsX3NwYWNpbmcgaGVpZ2h0PSIxMCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozNzI6IltidXR0b25fMSB0ZXh0PSJWaWV3IE5leHQgVmlkZW8uLi4iIHRleHRfc2l6ZT0iMTQiIHRleHRfY29sb3I9IiNmZmZmZmYiIHRleHRfZm9udD0iU291cmNlIFNhbnMgUHJvO2dvb2dsZSIgc3VidGV4dF9wYW5lbD0iTiIgdGV4dF9zaGFkb3dfcGFuZWw9Ik4iIHN0eWxpbmdfd2lkdGg9IjEwMCIgc3R5bGluZ19oZWlnaHQ9IjYiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPSIjMDAwMDAwIiBzdHlsaW5nX2JvcmRlcl9yYWRpdXM9IjYiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9IjEwMCIgc3R5bGluZ19ncmFkaWVudF9zdGFydF9jb2xvcj0iIzUzYTU0MCIgZHJvcF9zaGFkb3dfcGFuZWw9Ik4iIGluc2V0X3NoYWRvd19wYW5lbD0iTiIgYWxpZ249ImNlbnRlciIvXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo1MjoiZXlKd1lXUmthVzVuVkc5d0lqb2lNekFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTUNKOSI7fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNjoicGFkZGluZy10b3A6MHB4OyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTAzOiJbaGVhZGxpbmUgc3R5bGU9IjQiIGZvbnRfc2l6ZT0iMjUiIGZvbnRfc3BhY2luZz0iMCIgYWxpZ249ImxlZnQiXU1vcmUgVHJhaW5pbmcgYW5kIFJlc291cmNlc1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMzE6Ilt0ZXh0X2Jsb2NrIHN0eWxlPSJzdHlsZV8xLnBuZyIgYWxpZ249ImxlZnQiIGZvbnRfc2l6ZT0iMTciIHdpZHRoPSI5NDAiXUxvcmVtIElwc3VtwqBpcyBzaW1wbHkgZHVtbXkgdGV4dCBvZiB0aGUgcHJpbnRpbmcgYW5kIHR5cGVzZXR0aW5nIGluZHVzdHJ5LiBMb3JlbSBJcHN1bSBoYXMgYmVlbiB0aGUgaW5kdXN0cnkncyBzdGFuZGFyZCBkdW1teSB0ZXh0IGV2ZXIgc2luY2UgdGhlIDE1MDBzLCB3aGVuIGFuIHVua25vd24gcHJpbnRlciB0b29rIGEgZ2FsbGV5IG9mIHR5cGUgYW5kIHNjcmFtYmxlZCBpdCB0byBtYWtlIGEgdHlwZSBzcGVjaW1lbiBib29rLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjcxOiJbbWVtYmVyc2hpcF9wYWdlX2xpc3RpbmdzIHN0eWxlPSIyIiBjb2x1bW5zPSIzIiBwcm9kdWN0PSI1MTcxIiBvcG09IjEiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoyNDoiZXlKd1lXUmthVzVuVkc5d0lqb2lNQ0o5Ijt9fX0=','YToxNzp7czoxMzoiaGVhZGVyX2xheW91dCI7czoxMjMyOiJZVG94TURwN2N6bzBPaUpzYjJkdklqdHpPamcxT2lKb2RIUndPaTh2ZDNkM0xuUm9aWFJ5WVdScGJtZHliMjl0TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TkM4d015OXpZVzF3YkdVdGJHOW5ieTEzYUdsMFpTMHpNREI0TlRjdWNHNW5JanR6T2pVNkltSm5hVzFuSWp0ek9qY3pPaUpvZEhSd09pOHZkM2QzTG5Sb1pYUnlZV1JwYm1keWIyOXRMbU52YlM5M2NDMWpiMjUwWlc1MEwzVndiRzloWkhNdk1qQXhOQzh3TXk5c1lYSm5aVjlpWVc1dVpYSXVjRzVuSWp0ek9qRXhPaUp5WlhCbFlYUmlaMmx0WnlJN2N6b3dPaUlpTzNNNk56b2lZbWRqYjJ4dmNpSTdjem8zT2lJak1EQTBZVGd3SWp0ek9qRXdPaUpzYVc1clgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE16b2liV1Z1ZFMxd2IzTnBkR2x2YmlJN2N6bzVPaUpoYkc5dVozTnBaR1VpTzNNNk56b2laVzVoWW14bFpDSTdjem94T2lKWklqdHpPakV6T2lKdVlYWmZZbUZ5WDJGaWIzWmxJanRoT2pjNmUzTTZOem9pWlc1aFlteGxaQ0k3Y3pveE9pSk9JanR6T2pNNkltNWhkaUk3Y3pvd09pSWlPM002TVRFNkltWnZiblJmYzJoaFpHOTNJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjkzWldsbmFIUWlPM002TURvaUlqdHpPams2SW1admJuUmZjMmw2WlNJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZlptRnRhV3g1SWp0ek9qQTZJaUk3Y3pvME9pSnNiMmR2SWp0ek9qQTZJaUk3ZlhNNk1UTTZJbTVoZGw5aVlYSmZZbVZzYjNjaU8yRTZOenA3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWs0aU8zTTZNem9pYm1GMklqdHpPakk2SWpJeElqdHpPakV4T2lKbWIyNTBYM05vWVdSdmR5STdjem93T2lJaU8zTTZNVEU2SW1admJuUmZkMlZwWjJoMElqdHpPakE2SWlJN2N6bzVPaUptYjI1MFgzTnBlbVVpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDJaaGJXbHNlU0k3Y3pveE5Ub2lVMjkxY21ObElGTmhibk1nVUhKdklqdHpPalE2SW14dloyOGlPM002TURvaUlqdDljem94TnpvaWJtRjJYMkpoY2w5aGJHOXVaM05wWkdVaU8yRTZOanA3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWxraU8zTTZNem9pYm1GMklqdHpPakk2SWpJeUlqdHpPakV4T2lKbWIyNTBYM05vWVdSdmR5STdjem93T2lJaU8zTTZNVEU2SW1admJuUmZkMlZwWjJoMElqdHpPak02SWpNd01DSTdjem81T2lKbWIyNTBYM05wZW1VaU8zTTZNam9pTVRNaU8zTTZNVEU2SW1admJuUmZabUZ0YVd4NUlqdHpPakUxT2lKVGIzVnlZMlVnVTJGdWN5QlFjbThpTzMxOSI7czoxMDoibWVtYmVyc2hpcCI7czo4OiJZam93T3c9PSI7czo1OiJ0aGVtZSI7czo3MjoiWVRveU9udHpPalE2SW5SNWNHVWlPM002TVRBNkltMWxiV0psY25Ob2FYQWlPM002TXpvaVpHbHlJanR6T2pFNklqRWlPMzA9IjtzOjEyOiJmZWF0dXJlX2FyZWEiO3M6MTIwOiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8wT2lKMGVYQmxJanRwT2pFN2N6bzRPaUp6WlhSMGFXNW5jeUk3WVRveE9udHpPakV5T2lKbWIyNTBYMjl3ZEdsdmJuTWlPMkU2TURwN2ZYMTkiO3M6MTM6ImZlYXR1cmVfdGl0bGUiO3M6NjQ6IllUb3lPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzFPaUowYVhSc1pTSTdjem93T2lJaU8zMD0iO3M6MTE6ImZvb3Rlcl9hcmVhIjtzOjM4NDoiWVRvNE9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lXU0k3Y3pvek9pSnVZWFlpTzNNNk1qb2lOREFpTzNNNk1URTZJbVp2Ym5SZmMyaGhaRzkzSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5M1pXbG5hSFFpTzNNNk1Eb2lJanR6T2prNkltWnZiblJmYzJsNlpTSTdjem93T2lJaU8zTTZNVEU2SW1admJuUmZabUZ0YVd4NUlqdHpPakUxT2lKVGIzVnlZMlVnVTJGdWN5QlFjbThpTzNNNk1USTZJbXhoY21kbFgyWnZiM1JsY2lJN1lUb3hPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2ZYTTZNVGM2SW1admIzUmxjbDlrYVhOamJHRnBiV1Z5SWp0aE9qSTZlM002TnpvaVpXNWhZbXhsWkNJN2N6b3hPaUpPSWp0ek9qYzZJbTFsYzNOaFoyVWlPM002TURvaUlqdDlmUT09IjtzOjIxOiJjb2xvcl9zY2hlbWVfdGVtcGxhdGUiO3M6ODoiWWpvd093PT0iO3M6MTA6InR5cG9ncmFwaHkiO3M6MTY0ODoiWVRveU9udHpPakV6T2lKbWIyNTBYMlZzWlcxbGJuUnpJanRoT2prNmUzTTZNVEE2SW5OcGRHVmZkR2wwYkdVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TlRvaWMzUjViR1VpTzNNNk5qb2libTl5YldGc0lqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWE02TnpvaWRHRm5iR2x1WlNJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1UVTZJbE52ZFhKalpTQlRZVzV6SUZCeWJ5STdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pvM09pSmtaV1poZFd4MElqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3lPaUl4TlNJN2N6bzBPaUptYjI1MElqdHpPamM2SWxCVUlGTmhibk1pTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPalE2SWlNME5EUWlPMzF6T2pJNkltZ3hJanRoT2pRNmUzTTZORG9pYzJsNlpTSTdjem93T2lJaU8zTTZORG9pWm05dWRDSTdjem94TlRvaVUyOTFjbU5sSUZOaGJuTWdVSEp2SWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zMXpPakk2SW1neUlqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3hOVG9pVTI5MWNtTmxJRk5oYm5NZ1VISnZJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzMxek9qSTZJbWd6SWp0aE9qUTZlM002TkRvaWMybDZaU0k3Y3pvd09pSWlPM002TkRvaVptOXVkQ0k3Y3pveE5Ub2lVMjkxY21ObElGTmhibk1nVUhKdklqdHpPalU2SW5OMGVXeGxJanR6T2pBNklpSTdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPMzF6T2pJNkltZzBJanRoT2pRNmUzTTZORG9pYzJsNlpTSTdjem93T2lJaU8zTTZORG9pWm05dWRDSTdjem94TlRvaVUyOTFjbU5sSUZOaGJuTWdVSEp2SWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zMXpPakk2SW1nMUlqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3hOVG9pVTI5MWNtTmxJRk5oYm5NZ1VISnZJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzMxek9qSTZJbWcySWp0aE9qUTZlM002TkRvaWMybDZaU0k3Y3pvd09pSWlPM002TkRvaVptOXVkQ0k3Y3pveE5Ub2lVMjkxY21ObElGTmhibk1nVUhKdklqdHpPalU2SW5OMGVXeGxJanR6T2pBNklpSTdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPMzE5Y3pveE5Eb2lZMjlzYjNKZlpXeGxiV1Z1ZEhNaU8yRTZOanA3Y3pveE56b2labTl2ZEdWeVgzUmxlSFJmWTI5c2IzSWlPM002TURvaUlqdHpPakUzT2lKbWIyOTBaWEpmYkdsdWExOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1qTTZJbVp2YjNSbGNsOXNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hPRG9pWm1WaGRIVnlaVjkwWlhoMFgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE9Eb2labVZoZEhWeVpWOXNhVzVyWDJOdmJHOXlJanR6T2pBNklpSTdjem95TkRvaVptVmhkSFZ5WlY5c2FXNXJYMmh2ZG1WeVgyTnZiRzl5SWp0ek9qQTZJaUk3ZlgwPSI7czoyMToiY29sb3Jfc2NoZW1lX2FkdmFuY2VkIjtzOjI0NjQ6IllUbzNPbnR6T2pFek9pSnVZWFpmWW1GeVgyRmliM1psSWp0aE9qRXdPbnR6T2pFek9pSnVZWFpmWW1GeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2libUYyWDJKaGNsOWxibVFpTzNNNk1Eb2lJanR6T2pFNU9pSnVZWFpmWW1GeVgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TnpvaWJtRjJYMkpoY2w5b2IzWmxjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRXdPaUp1WVhaZlltRnlYMkpuSWp0ek9qQTZJaUk3Y3pveU1qb2libUYyWDJKaGNsOWlaMTlvYjNabGNsOXpkR0Z5ZENJN2N6b3dPaUlpTzNNNk1UVTZJbTVoZGw5aVlYSmZaR1JmYkdsdWF5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWkdSZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pFeU9pSnVZWFpmWW1GeVgyeHBibXNpTzNNNk1Eb2lJanR6T2pFek9pSnVZWFpmWW1GeVgyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1UTTZJbTVoZGw5aVlYSmZZbVZzYjNjaU8yRTZNVEE2ZTNNNk1UTTZJbTVoZGw5aVlYSmZjM1JoY25RaU8zTTZOem9pSXpGbU1XWXhaaUk3Y3pveE1Ub2libUYyWDJKaGNsOWxibVFpTzNNNk56b2lJekZtTVdZeFppSTdjem94T1RvaWJtRjJYMkpoY2w5b2IzWmxjbDl6ZEdGeWRDSTdjem93T2lJaU8zTTZNVGM2SW01aGRsOWlZWEpmYUc5MlpYSmZaVzVrSWp0ek9qQTZJaUk3Y3pveE1Eb2libUYyWDJKaGNsOWlaeUk3Y3pvd09pSWlPM002TWpJNkltNWhkbDlpWVhKZlltZGZhRzkyWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFMU9pSnVZWFpmWW1GeVgyUmtYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRTJPaUp1WVhaZlltRnlYMlJrWDJodmRtVnlJanR6T2pBNklpSTdjem94TWpvaWJtRjJYMkpoY2w5c2FXNXJJanR6T2pBNklpSTdjem94TXpvaWJtRjJYMkpoY2w5b2IzWmxjaUk3Y3pvd09pSWlPMzF6T2pFM09pSnVZWFpmWW1GeVgyRnNiMjVuYzJsa1pTSTdZVG8zT250ek9qRXdPaUp1WVhaZlltRnlYMkpuSWp0ek9qQTZJaUk3Y3pveE5qb2libUYyWDJKaGNsOWlaMTlvYjNabGNpSTdjem93T2lJaU8zTTZNakE2SW01aGRsOWlZWEpmWW1kZmJtRjJYMmh2ZG1WeUlqdHpPakE2SWlJN2N6b3hNam9pYm1GMlgySmhjbDlzYVc1cklqdHpPamM2SWlObVptWm1abVlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRTFPaUp1WVhaZlltRnlYMlJrWDJ4cGJtc2lPM002TnpvaUl6UXdOREEwTUNJN2N6b3hOam9pYm1GMlgySmhjbDlrWkY5b2IzWmxjaUk3Y3pvd09pSWlPMzF6T2pFeU9pSm1aV0YwZFhKbFgyRnlaV0VpTzJFNk56cDdjem94TXpvaVptVmhkSFZ5WlY5emRHRnlkQ0k3Y3pvd09pSWlPM002TVRFNkltWmxZWFIxY21WZlpXNWtJanR6T2pBNklpSTdjem94TURvaWRHVjRkRjlqYjJ4dmNpSTdjem93T2lJaU8zTTZNVEE2SW14cGJtdGZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMXpPakUyT2lKc2FXNXJYMmh2ZG1WeVgyTnZiRzl5SWp0aE9qSTZlM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFMU9pSjBaWGgwWDJSbFkyOXlZWFJwYjI0aU8zTTZNRG9pSWp0OWN6b3lPaUppWnlJN2N6b3dPaUlpTzNNNk1UQTZJbUpuWDI5d2RHbHZibk1pTzNNNk5qb2lZMlZ1ZEdWeUlqdDljem94TXpvaVptVmhkSFZ5WlY5MGFYUnNaU0k3WVRvek9udHpPakU1T2lKbVpXRjBkWEpsWDNScGRHeGxYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOem9pWm1WaGRIVnlaVjkwYVhSc1pWOWxibVFpTzNNNk1Eb2lJanR6T2pJME9pSm1aV0YwZFhKbFgzUnBkR3hsWDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0OWN6bzJPaUptYjI5MFpYSWlPMkU2TlRwN2N6b3hNam9pWm05dmRHVnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hNRG9pWm05dmRHVnlYMlZ1WkNJN2N6b3dPaUlpTzNNNk1UYzZJbVp2YjNSbGNsOTBaWGgwWDJOdmJHOXlJanR6T2pBNklpSTdjem94TnpvaVptOXZkR1Z5WDJ4cGJtdGZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMXpPakl6T2lKbWIyOTBaWEpmYkdsdWExOW9iM1psY2w5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3Zlgxek9qUTZJbkJoWjJVaU8yRTZORHA3Y3pveE1qb2ljbVZ3WldGMGFXNW5YMkpuSWp0ek9qQTZJaUk3Y3pvNE9pSmlaMTlqYjJ4dmNpSTdjem93T2lJaU8zTTZNVEE2SW14cGJtdGZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMXpPakUyT2lKc2FXNXJYMmh2ZG1WeVgyTnZiRzl5SWp0aE9qSTZlM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFMU9pSjBaWGgwWDJSbFkyOXlZWFJwYjI0aU8zTTZNRG9pSWp0OWZYMD0iO3M6MTU6Im1vYmlsZV9yZWRpcmVjdCI7czo2MDoiWVRveU9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSjFjbXdpTzNNNk1Eb2lJanQ5IjtzOjM6InNlbyI7czoxOTI6IllUbzJPbnR6T2pVNkluUnBkR3hsSWp0ek9qQTZJaUk3Y3pveE1Ub2laR1Z6WTNKcGNIUnBiMjRpTzNNNk1Eb2lJanR6T2pnNkltdGxlWGR2Y21SeklqdHpPakE2SWlJN2N6bzNPaUp2WjNScGRHeGxJanR6T2pBNklpSTdjem94TXpvaWIyZGtaWE5qY21sd2RHbHZiaUk3Y3pvd09pSWlPM002TnpvaWIyZHBiV0ZuWlNJN2N6b3dPaUlpTzMwPSI7czo3OiJzY3JpcHRzIjtzOjEyNDoiWVRveE9udHBPakE3WVRveU9udHpPamc2SW5CdmMybDBhVzl1SWp0ek9qTTZJbU56Y3lJN2N6bzJPaUp6WTNKcGNIUWlPM002TXpBNklpNWlZVzV1WlhJZ0xteHZaMjhnYVcxbmUzZHBaSFJvT2pJd01IQjRmU0k3ZlgwPSI7czo4OiJmYl9zaGFyZSI7czo0MDoiWVRveE9udHpPamc2SW14cGEyVmZkWEpzSWp0ek9qQTZJaUk3ZlE9PSI7czo4OiJsaWdodGJveCI7czozNzAwOiJZVG8xT250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8zT2lKemFHOTNYMjl1SWp0ek9qUTZJbXh2WVdRaU8zTTZORG9pZEhsd1pTSTdjem8xT2lKdmNIUnBiaUk3Y3pveE1Eb2liM0IwYVc1ZlptOXliU0k3WVRvek9udHpPams2SW1admNtMWZhSFJ0YkNJN1lUb3hOenA3Y3pveE1Eb2laVzFoYVd4ZlpHRjBZU0k3Y3pvd09pSWlPM002TVRNNkltVnRZV2xzWDJGa1pISmxjM01pTzNNNk1Eb2lJanR6T2pFeU9pSnlaV1JwY21WamRGOTFjbXdpTzNNNk1Eb2lJanR6T2pFeU9pSmxlSFJ5WVY5bWFXVnNaSE1pTzNNNk1Eb2lJanR6T2pFNE9pSmxiV0ZwYkY5bGVIUnlZVjltYVdWc1pITWlPM002TURvaUlqdHpPalE2SW1oMGJXd2lPM002TURvaUlqdHpPakV3T2lKdVpYZGZkMmx1Wkc5M0lqdHpPakE2SWlJN2N6b3hNam9pWkdsellXSnNaVjl1WVcxbElqdHpPakE2SWlJN2N6bzRPaUp1WVcxbFgySnZlQ0k3Y3pvd09pSWlPM002T1RvaVpXMWhhV3hmWW05NElqdHpPakE2SWlJN2N6bzJPaUpoWTNScGIyNGlPM002TURvaUlqdHpPalk2SW1acFpXeGtjeUk3Y3pvd09pSWlPM002TmpvaWJXVjBhRzlrSWp0ek9qUTZJbkJ2YzNRaU8zTTZNVFk2SW1sdWRHVm5jbUYwYVc5dVgzUjVjR1VpTzNNNk5qb2lZM1Z6ZEc5dElqdHpPalE2SW14cGMzUWlPM002TURvaUlqdHpPakUwT2lKMGFHRnVhMTk1YjNWZmNHRm5aU0k3Y3pvd09pSWlPM002TVRFNkltRmpkR2x2Ymw5d1lXZGxJanR6T2pBNklpSTdmWE02TnpvaVkyOXVkR1Z1ZENJN1lUbzFPbnR6T2pVNkluUnBkR3hsSWp0ek9qTXlPaUpUWld4c0lFRnVlWFJvYVc1bklGZHBkR2dnVDNCMGFXMXBlbVZRY21WemN5STdjem94TVRvaVptOXliVjlvWldGa1pYSWlPM002T0RnNklreHZjbVZ0SUdsd2MzVnRJR1J2Ykc5eUlITnBkQ0JoYldWMExDQmpiMjV6WldOMFpYUjFaWElnWVdScGNHbHpZMmx1WnlCbGJHbDBMQ0J6WldRZ1pHbGhiU0J1YjI1MWJXMTVJRzVwWW1nZ1pYVnBjMjF2WkM0aU8zTTZNVEU2SW1admIzUmxjbDl1YjNSbElqdHpPalkwT2lKWmIzVnlJR2x1Wm05eWJXRjBhVzl1SUdseklERXdNQ1VnYzJWamRYSmxJSGRwZEdnZ2RYTWdZVzVrSUhkcGJHd2dibVYyWlhJZ1ltVWdjMmhoY21Wa0lqdHpPakV5T2lKdVlXMWxYMlJsWm1GMWJIUWlPM002TWpRNklrVnVkR1Z5SUhsdmRYSWdSbWx5YzNRZ1RtRnRaUzR1TGlJN2N6b3hNem9pWlcxaGFXeGZaR1ZtWVhWc2RDSTdjem95TnpvaVJXNTBaWElnZVc5MWNpQkZiV0ZwYkNCQlpHUnlaWE56TGk0dUlqdDljem94TXpvaWMzVmliV2wwWDJKMWRIUnZiaUk3WVRvMU5qcDdjem8yT2lKaWRYUjBiMjRpTzJFNk1EcDdmWE02T0RvaWJHOWpZWFJwYjI0aU8zTTZNelk2SW05d1gyeHBaMmgwWW05NFgyOXdkR2x1WDJadmNtMWZjM1ZpYldsMFgySjFkSFJ2YmlJN2N6bzNPaUpqYjI1MFpXNTBJanR6T2pBNklpSTdjem8wT2lKMGVYQmxJanR6T2pFNklqQWlPM002TlRvaWFXMWhaMlVpTzNNNk1Eb2lJanR6T2pFeU9pSmxiR1Z0Wlc1MFgzUjVjR1VpTzNNNk1Eb2lJanR6T2pRNkltaHlaV1lpTzNNNk1Eb2lJanR6T2pFd09pSnVaWGRmZDJsdVpHOTNJanR6T2pBNklpSTdjem95T2lKall5STdjem93T2lJaU8zTTZOVG9pWVd4cFoyNGlPM002TURvaUlqdHpPalE2SW5SbGVIUWlPM002TURvaUlqdHpPams2SW5SbGVIUmZjMmw2WlNJN2N6b3lPaUl6TWlJN2N6b3hNRG9pZEdWNGRGOWpiMnh2Y2lJN2N6bzNPaUlqTURBd01EQXdJanR6T2prNkluUmxlSFJmWm05dWRDSTdjem93T2lJaU8zTTZPVG9pZEdWNGRGOWliMnhrSWp0ek9qRTZJakVpTzNNNk1UUTZJblJsZUhSZmRXNWtaWEpzYVc1bElqdHpPakE2SWlJN2N6b3hNVG9pZEdWNGRGOXBkR0ZzYVdNaU8zTTZNRG9pSWp0ek9qRTVPaUowWlhoMFgyeGxkSFJsY2w5emNHRmphVzVuSWp0ek9qRTZJakFpTzNNNk1UTTZJbk4xWW5SbGVIUmZjR0Z1Wld3aU8zTTZNRG9pSWp0ek9qYzZJbk4xWW5SbGVIUWlPM002TURvaUlqdHpPakV5T2lKemRXSjBaWGgwWDNOcGVtVWlPM002TURvaUlqdHpPakV6T2lKemRXSjBaWGgwWDJOdmJHOXlJanR6T2pBNklpSTdjem94TWpvaWMzVmlkR1Y0ZEY5bWIyNTBJanR6T2pBNklpSTdjem94TWpvaWMzVmlkR1Y0ZEY5aWIyeGtJanR6T2pBNklpSTdjem94TnpvaWMzVmlkR1Y0ZEY5MWJtUmxjbXhwYm1VaU8zTTZNRG9pSWp0ek9qRTBPaUp6ZFdKMFpYaDBYMmwwWVd4cFl5STdjem93T2lJaU8zTTZNakk2SW5OMVluUmxlSFJmYkdWMGRHVnlYM053WVdOcGJtY2lPM002TURvaUlqdHpPakUzT2lKMFpYaDBYM05vWVdSdmQxOXdZVzVsYkNJN2N6b3hPaUpaSWp0ek9qSXdPaUowWlhoMFgzTm9ZV1J2ZDE5MlpYSjBhV05oYkNJN2N6b3hPaUl4SWp0ek9qSXlPaUowWlhoMFgzTm9ZV1J2ZDE5b2IzSnBlbTl1ZEdGc0lqdHpPakU2SWpBaU8zTTZNVGM2SW5SbGVIUmZjMmhoWkc5M1gyTnZiRzl5SWp0ek9qYzZJaU5tWm1abU1EQWlPM002TVRZNkluUmxlSFJmYzJoaFpHOTNYMkpzZFhJaU8zTTZNVG9pTUNJN2N6b3hNem9pYzNSNWJHbHVaMTkzYVdSMGFDSTdjem93T2lJaU8zTTZNVFE2SW5OMGVXeHBibWRmYUdWcFoyaDBJanR6T2pBNklpSTdjem95TURvaWMzUjViR2x1WjE5aWIzSmtaWEpmWTI5c2IzSWlPM002TnpvaUl6QXdNREF3TUNJN2N6b3hPVG9pYzNSNWJHbHVaMTlpYjNKa1pYSmZjMmw2WlNJN2N6b3hPaUl4SWp0ek9qSXhPaUp6ZEhsc2FXNW5YMkp2Y21SbGNsOXlZV1JwZFhNaU8zTTZNVG9pTmlJN2N6b3lNam9pYzNSNWJHbHVaMTlpYjNKa1pYSmZiM0JoWTJsMGVTSTdjem96T2lJeE1EQWlPM002TVRZNkluTjBlV3hwYm1kZlozSmhaR2xsYm5RaU8zTTZNRG9pSWp0ek9qRXpPaUp6ZEhsc2FXNW5YM05vYVc1bElqdHpPakU2SWxraU8zTTZNamc2SW5OMGVXeHBibWRmWjNKaFpHbGxiblJmYzNSaGNuUmZZMjlzYjNJaU8zTTZOem9pSTJabVptWXdNQ0k3Y3pveU5qb2ljM1I1YkdsdVoxOW5jbUZrYVdWdWRGOWxibVJmWTI5c2IzSWlPM002TnpvaUkyWm1ZVEF6TlNJN2N6b3hOem9pWkhKdmNGOXphR0ZrYjNkZmNHRnVaV3dpTzNNNk1Ub2lXU0k3Y3pveU1Eb2laSEp2Y0Y5emFHRmtiM2RmZG1WeWRHbGpZV3dpTzNNNk1Ub2lNU0k3Y3pveU1qb2laSEp2Y0Y5emFHRmtiM2RmYUc5eWFYcHZiblJoYkNJN2N6b3hPaUl3SWp0ek9qRTJPaUprY205d1gzTm9ZV1J2ZDE5aWJIVnlJanR6T2pFNklqRWlPM002TVRnNkltUnliM0JmYzJoaFpHOTNYM053Y21WaFpDSTdjem94T2lJd0lqdHpPakUzT2lKa2NtOXdYM05vWVdSdmQxOWpiMnh2Y2lJN2N6bzNPaUlqTURBd01EQXdJanR6T2pFNU9pSmtjbTl3WDNOb1lXUnZkMTl2Y0dGamFYUjVJanR6T2pJNklqVXdJanR6T2pFNE9pSnBibk5sZEY5emFHRmtiM2RmY0dGdVpXd2lPM002TVRvaVdTSTdjem95TVRvaWFXNXpaWFJmYzJoaFpHOTNYM1psY25ScFkyRnNJanR6T2pFNklqQWlPM002TWpNNkltbHVjMlYwWDNOb1lXUnZkMTlvYjNKcGVtOXVkR0ZzSWp0ek9qRTZJakFpTzNNNk1UYzZJbWx1YzJWMFgzTm9ZV1J2ZDE5aWJIVnlJanR6T2pFNklqQWlPM002TVRrNkltbHVjMlYwWDNOb1lXUnZkMTl6Y0hKbFlXUWlPM002TVRvaU1TSTdjem94T0RvaWFXNXpaWFJmYzJoaFpHOTNYMk52Ykc5eUlqdHpPamM2SWlObVptWm1NREFpTzNNNk1qQTZJbWx1YzJWMFgzTm9ZV1J2ZDE5dmNHRmphWFI1SWp0ek9qSTZJalV3SWp0OWZYTTZNVEk2SW1oMGJXeGZZMjl1ZEdWdWRDSTdZVG94T250ek9qYzZJbU52Ym5SbGJuUWlPM002TURvaUlqdDlmUT09IjtzOjEzOiJleGl0X3JlZGlyZWN0IjtzOjg4OiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdHpPamM2SW0xbGMzTmhaMlVpTzNNNk1Eb2lJanQ5IjtzOjE0OiJsYXVuY2hfZ2F0ZXdheSI7czo4OiJZam93T3c9PSI7czoxMzoibGF1bmNoX2Z1bm5lbCI7czoxOTI6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzVPaUptZFc1dVpXeGZhV1FpTzNNNk1Ub2lNU0k3Y3pveE5qb2laMkYwWlhkaGVWOXZkbVZ5Y21sa1pTSTdZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem80T2lKeVpXUnBjbVZqZENJN2N6b3dPaUlpTzNNNk5Eb2lZMjlrWlNJN2N6b3dPaUlpTzMxOSI7fQ=='),(7,'Ebook Opt-In With Testimonial',2,'High impact ebook opt-in page with testimonial|http://www.thetradingroom.com/wp-content/uploads/2014/03/ebook_optin_testimonial.jpg','jpg','YToxOntzOjQ6ImJvZHkiO2E6Mzp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU1OiJiYWNrZ3JvdW5kOiNmYjQ3MzY7cGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbTowcHg7IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzI6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSIxOCIgZm9udF9mb250PSJQVCBTYW5zIE5hcnJvdyIgZm9udF9zdHlsZT0ibm9ybWFsIiBmb250X2NvbG9yPSIjZmZmZmZmIiBhbGlnbj0ibGVmdCJdIzEgQ09OVkVSU0lPTiBFWFBFUlQsIEpBTUVTIERZU09OIFBSRVNFTlRTLi4uWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6OTY6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObVlqUTNNellpTENKd1lXUmthVzVuVkc5d0lqb2lNVEFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTUNKOSI7fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjMwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxMTc6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSI0MyIgZm9udF9jb2xvcj0iI2ZiNDczNiIgYWxpZ249ImxlZnQiXUhvdyB0byBCdWlsZCBTdHVubmluZyBNYXJrZXRpbmcgUGFnZXNbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjY1OiJbaGVhZGxpbmUgc3R5bGU9IjEiIGZvbnRfc2l6ZT0iMjMiIGZvbnRfZm9udD0iUFQgU2FucyBOYXJyb3ciIGZvbnRfc3R5bGU9Im5vcm1hbCIgZm9udF9jb2xvcj0iIzI2MjYyNiIgYWxpZ249ImxlZnQiIGJvdHRvbV9tYXJnaW49IjIwIl1EaXNjb3ZlciBvdXIgZnJlZSBndWlkZSB0byBjcmVhdGluZyBwb3dlcmZ1bCBhbmQgaGlnaCBjb252ZXJ0aW5nIG1hcmtldGluZyBwYWdlcyB0aGF0IHdpbGwgZ3JvdyB5b3VyIGF1ZGllbmNlIGFuZCBzYWxlc1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNTc6IltpbWFnZXMgc3R5bGU9IjAiIGltYWdlPSJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9hcnJvd3Nfc2V0MTEuZ2lmIiB3aWR0aD0iMzg3IiBhbGlnbj0iY2VudGVyIiB0b3BfbWFyZ2luPSIwIiBmdWxsX3dpZHRoPSJZIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6NDp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzU3OiJbYnVsbGV0X2Jsb2NrIHN0eWxlPSJzaXplLTE2IiBzbWFsbF9pY29uPSI3MC5wbmciIHdpZHRoPSIiIGFsaWdubWVudD0iY2VudGVyIiBmb250X3NpemU9IjE0Il08dWw+PGxpPkxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaXNjaW5nIGVsaXQuPC9saT48bGk+UXVpc3F1ZSB2aXZlcnJhIGVyYXQgZXUgdml2ZXJyYSBpYWN1bGlzLjwvbGk+PGxpPkRvbmVjIGFsaXF1YW0gb2RpbyBldCBtaSBjb25kaW1lbnR1bSB1bGxhbWNvcnBlci48L2xpPjxsaT5WaXZhbXVzIGV0IGVsaXQgc2VtcGVyLCB2ZWhpY3VsYSBhdWd1ZSB2ZWwsIGxvYm9ydGlzIHJpc3VzLjwvbGk+PC91bD5bL2J1bGxldF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMDA6IltpbWFnZXMgc3R5bGU9IjAiIGltYWdlPSJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9ib29rMi1jcm9wcGVkMTIucG5nIiBjdXN0b21fd2lkdGg9IlkiIHdpZHRoPSIzMDAiIGN1c3RvbV93aWR0aF92YWw9IjE4MCIgYWxpZ249ImNlbnRlciIgdG9wX21hcmdpbj0iMCIgZnVsbF93aWR0aD0iWSJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjMyOiJlbGVtZW50LWNvbnRhaW5lciBjZiBoaWRlLW1vYmlsZSI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjI0OiJleUpvYVdSbFRXOWlhV3hsSWpveGZRPT0iO319fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMjQ6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSIyMCIgZm9udF9mb250PSJQVCBTYW5zIE5hcnJvdyIgZm9udF9zdHlsZT0ibnVsbCIgZm9udF9jb2xvcj0iIzI5MjkyOSIgZm9udF9zcGFjaW5nPSJudWxsIiBmb250X3NoYWRvdz0ibnVsbCIgYWxpZ249ImxlZnQiXUVudGVyIHlvdXIgbmFtZSBhbmQgZW1haWwgbm93IGZvciBhY2Nlc3MgdG8geW91ciBmcmVlIGVib29rOlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQ6ImUzMD0iO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6OTg5OiJbb3B0aW5fYm94IHN0eWxlPSI3IiBhbGlnbm1lbnQ9ImNlbnRlciIgZGlzYWJsZV9uYW1lPSJZIiBtZXRob2Q9InBvc3QiIGVtYWlsX2ZpZWxkPSJlbWFpbCIgZW1haWxfZGVmYXVsdD0iRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzIiBpbnRlZ3JhdGlvbl90eXBlPSJhd2ViZXIiIHRoYW5rX3lvdV9wYWdlPSJodHRwOi8vd3d3Lm9wdGltaXplcHJlc3MuY29tIiBsaXN0PSIyODIyMDc3IiBuYW1lX2ZpZWxkPSJuYW1lIiBuYW1lX2RlZmF1bHQ9IkVudGVyIHlvdXIgZmlyc3QgbmFtZSJdW29wdGluX2JveF9maWVsZCBuYW1lPSJoZWFkbGluZSJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPSJwYXJhZ3JhcGgiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT0icHJpdmFjeSJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT0idG9wX2NvbG9yIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPSIxIiB0ZXh0PSJHZXQgU3RhcnRlZCBOb3ciIHRleHRfc2l6ZT0iMjAiIHRleHRfY29sb3I9IiNmZmZmZmYiIHRleHRfZm9udD0iSGVsdmV0aWNhO2RlZmF1bHQiIHRleHRfYm9sZD0iWSIgdGV4dF9zaGFkb3dfcGFuZWw9Ik4iIHN0eWxpbmdfd2lkdGg9IjEwMCIgc3R5bGluZ19oZWlnaHQ9IjE1IiBzdHlsaW5nX2JvcmRlcl9jb2xvcj0iIzAwMDAwMCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPSI2IiBzdHlsaW5nX2JvcmRlcl9vcGFjaXR5PSIxMDAiIHN0eWxpbmdfZ3JhZGllbnRfc3RhcnRfY29sb3I9IiNGNDc3MzQiIGRyb3Bfc2hhZG93X3BhbmVsPSJOIiBpbnNldF9zaGFkb3dfcGFuZWw9Ik4iIGxvY2F0aW9uPSJvcHRpbl9ib3hfc3R5bGVfNyIgYnV0dG9uX2JlbG93PSJZIl1HZXQgU3RhcnRlZCBOb3dbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozMjoiZWxlbWVudC1jb250YWluZXIgY2YgaGlkZS1tb2JpbGUiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czoyNDoiZXlKb2FXUmxUVzlpYVd4bElqb3hmUT09Ijt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTXpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09Ijt9aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE3MzoiYmFja2dyb3VuZDojZmZmZmZmO3BhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTBweDtib3JkZXItdG9wLXdpZHRoOjFweDtib3JkZXItYm90dG9tLXdpZHRoOjFweDtib3JkZXItc3R5bGU6c29saWQ7Ym9yZGVyLXRvcC1jb2xvcjojZWRlZGVkO2JvcmRlci1ib3R0b20tY29sb3I6I2VkZWRlZDsiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ3MzoiW3Rlc3RpbW9uaWFscyBzdHlsZT0iNyIgZm9udD0iIiBtYXJnaW5fdG9wPSIiIG1hcmdpbl9ib3R0b209IiJdW3Rlc3RpbW9uaWFsIG5hbWU9IlNhcmFoIFdpbGxpYW1zIiBjb21wYW55PSJPcHRpbWl6ZVByZXNzIiBocmVmPSJodHRwOi8vd3d3Lm9wdGltaXplcHJlc3MuY29tIiBpbWFnZT0iaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvdGVzdGltb25pYWwxMjEuanBnIl1UaGVyZSBhcmUgbWFueSB2YXJpYXRpb25zIG9mIHBhc3NhZ2VzIG9mIExvcmVtIElwc3VtIGF2YWlsYWJsZSwgYnV0IHRoZSBtYWpvcml0eSBoYXZlIHN1ZmZlcmVkIGFsdGVyYXRpb24gaW4gc29tZSBmb3JtLCBieSBpbmplY3RlZCBodW1vdXIsIG9yIHJhbmRvbWlzZWQgd29yZHMgd2hpY2ggZG9uJ3QgbG9vayBldmVuIHNsaWdodGx5IGJlbGlldmFibGUuWy90ZXN0aW1vbmlhbF1bL3Rlc3RpbW9uaWFsc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTU2OiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1abVptWm1ZaUxDSndZV1JrYVc1blZHOXdJam9pTWpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxaR1ZrWldRaWZRPT0iO319fQ==','YToxODp7czoxMzoiaGVhZGVyX2xheW91dCI7czoxMDY4OiJZVG94TURwN2N6bzBPaUpzYjJkdklqdHpPamMzT2lKb2RIUndPaTh2ZDNkM0xuUm9aWFJ5WVdScGJtZHliMjl0TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TkM4d015OVRZVzF3YkdWTWIyZHZMVVJoY21zNExuQnVaeUk3Y3pvMU9pSmlaMmx0WnlJN2N6b3dPaUlpTzNNNk1URTZJbkpsY0dWaGRHSm5hVzFuSWp0ek9qQTZJaUk3Y3pvM09pSmlaMk52Ykc5eUlqdHpPamM2SWlObU1HVm1aakFpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFek9pSnRaVzUxTFhCdmMybDBhVzl1SWp0ek9qazZJbUZzYjI1bmMybGtaU0k3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWs0aU8zTTZNVE02SW01aGRsOWlZWEpmWVdKdmRtVWlPMkU2TnpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TXpvaWJtRjJJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjl6YUdGa2IzY2lPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM2RsYVdkb2RDSTdjem93T2lJaU8zTTZPVG9pWm05dWRGOXphWHBsSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1Eb2lJanR6T2pRNklteHZaMjhpTzNNNk1Eb2lJanQ5Y3pveE16b2libUYyWDJKaGNsOWlaV3h2ZHlJN1lUbzNPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qQTZJaUk3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYMlpoYldsc2VTSTdjem93T2lJaU8zTTZORG9pYkc5bmJ5STdjem93T2lJaU8zMXpPakUzT2lKdVlYWmZZbUZ5WDJGc2IyNW5jMmxrWlNJN1lUbzJPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qQTZJaUk3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYMlpoYldsc2VTSTdjem93T2lJaU8zMTkiO3M6MjE6ImNvbG9yX3NjaGVtZV9hZHZhbmNlZCI7czoyNTA4OiJZVG8zT250ek9qRXpPaUp1WVhaZlltRnlYMkZpYjNabElqdGhPakV3T250ek9qRXpPaUp1WVhaZlltRnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hNVG9pYm1GMlgySmhjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRTVPaUp1WVhaZlltRnlYMmh2ZG1WeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE56b2libUYyWDJKaGNsOW9iM1psY2w5bGJtUWlPM002TURvaUlqdHpPakV3T2lKdVlYWmZZbUZ5WDJKbklqdHpPakE2SWlJN2N6b3lNam9pYm1GMlgySmhjbDlpWjE5b2IzWmxjbDl6ZEdGeWRDSTdjem93T2lJaU8zTTZNVFU2SW01aGRsOWlZWEpmWkdSZmJHbHVheUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlpHUmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRXlPaUp1WVhaZlltRnlYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRXpPaUp1WVhaZlltRnlYMmh2ZG1WeUlqdHpPakE2SWlJN2ZYTTZNVE02SW01aGRsOWlZWEpmWW1Wc2IzY2lPMkU2TVRBNmUzTTZNVE02SW01aGRsOWlZWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakV4T2lKdVlYWmZZbUZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVGs2SW01aGRsOWlZWEpmYUc5MlpYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRTNPaUp1WVhaZlltRnlYMmh2ZG1WeVgyVnVaQ0k3Y3pvd09pSWlPM002TVRBNkltNWhkbDlpWVhKZlltY2lPM002TURvaUlqdHpPakl5T2lKdVlYWmZZbUZ5WDJKblgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TlRvaWJtRjJYMkpoY2w5a1pGOXNhVzVySWp0ek9qQTZJaUk3Y3pveE5qb2libUYyWDJKaGNsOWtaRjlvYjNabGNpSTdjem93T2lJaU8zTTZNVEk2SW01aGRsOWlZWEpmYkdsdWF5STdjem93T2lJaU8zTTZNVE02SW01aGRsOWlZWEpmYUc5MlpYSWlPM002TURvaUlqdDljem94TnpvaWJtRjJYMkpoY2w5aGJHOXVaM05wWkdVaU8yRTZOenA3Y3pveE1Eb2libUYyWDJKaGNsOWlaeUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlltZGZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qSXdPaUp1WVhaZlltRnlYMkpuWDI1aGRsOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRTFPaUp1WVhaZlltRnlYMlJrWDJ4cGJtc2lPM002TURvaUlqdHpPakUyT2lKdVlYWmZZbUZ5WDJSa1gyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1USTZJbVpsWVhSMWNtVmZZWEpsWVNJN1lUbzNPbnR6T2pFek9pSm1aV0YwZFhKbFgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2labVZoZEhWeVpWOWxibVFpTzNNNk1Eb2lJanR6T2pFd09pSjBaWGgwWDJOdmJHOXlJanR6T2pBNklpSTdjem94TURvaWJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TVRZNklteHBibXRmYUc5MlpYSmZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMXpPakk2SW1KbklqdHpPakE2SWlJN2N6b3hNRG9pWW1kZmIzQjBhVzl1Y3lJN2N6b3dPaUlpTzMxek9qRXpPaUptWldGMGRYSmxYM1JwZEd4bElqdGhPak02ZTNNNk1UazZJbVpsWVhSMWNtVmZkR2wwYkdWZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSm1aV0YwZFhKbFgzUnBkR3hsWDJWdVpDSTdjem93T2lJaU8zTTZNalE2SW1abFlYUjFjbVZmZEdsMGJHVmZkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPMzF6T2pZNkltWnZiM1JsY2lJN1lUbzFPbnR6T2pFeU9pSm1iMjkwWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFd09pSm1iMjkwWlhKZlpXNWtJanR6T2pBNklpSTdjem94TnpvaVptOXZkR1Z5WDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTNPaUptYjI5MFpYSmZiR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlhNNk1qTTZJbVp2YjNSbGNsOXNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdGhPakk2ZTNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTFPaUowWlhoMFgyUmxZMjl5WVhScGIyNGlPM002TURvaUlqdDlmWE02TkRvaWNHRm5aU0k3WVRvME9udHpPakV5T2lKeVpYQmxZWFJwYm1kZlltY2lPM002TmpjNkltaDBkSEE2THk5M2QzY3VkR2hsZEhKaFpHbHVaM0p2YjIwdVkyOXRMM2R3TFdOdmJuUmxiblF2ZFhCc2IyRmtjeTh5TURFMEx6QXpMMkpoWTJzeE1pNXdibWNpTzNNNk9Eb2lZbWRmWTI5c2IzSWlPM002TURvaUlqdHpPakV3T2lKc2FXNXJYMk52Ykc5eUlqdGhPakk2ZTNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTFPaUowWlhoMFgyUmxZMjl5WVhScGIyNGlPM002TURvaUlqdDljem94TmpvaWJHbHVhMTlvYjNabGNsOWpiMnh2Y2lJN1lUb3lPbnR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE5Ub2lkR1Y0ZEY5a1pXTnZjbUYwYVc5dUlqdHpPakE2SWlJN2ZYMTkiO3M6MTA6Im1lbWJlcnNoaXAiO3M6ODoiWWpvd093PT0iO3M6NToidGhlbWUiO3M6Njg6IllUb3lPbnR6T2pRNkluUjVjR1VpTzNNNk9Ub2liV0Z5YTJWMGFXNW5JanR6T2pNNkltUnBjaUk3Y3pveE9pSXhJanQ5IjtzOjEyOiJmZWF0dXJlX2FyZWEiO3M6MTIwOiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8wT2lKMGVYQmxJanRwT2pFN2N6bzRPaUp6WlhSMGFXNW5jeUk3WVRveE9udHpPakV5T2lKbWIyNTBYMjl3ZEdsdmJuTWlPMkU2TURwN2ZYMTkiO3M6MTM6ImZlYXR1cmVfdGl0bGUiO3M6NjQ6IllUb3lPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzFPaUowYVhSc1pTSTdjem93T2lJaU8zMD0iO3M6MTE6ImZvb3Rlcl9hcmVhIjtzOjM2MDoiWVRvNE9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lXU0k3Y3pvek9pSnVZWFlpTzNNNk1qb2lOREFpTzNNNk1URTZJbVp2Ym5SZmMyaGhaRzkzSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5M1pXbG5hSFFpTzNNNk1Eb2lJanR6T2prNkltWnZiblJmYzJsNlpTSTdjem93T2lJaU8zTTZNVEU2SW1admJuUmZabUZ0YVd4NUlqdHpPakE2SWlJN2N6b3hNam9pYkdGeVoyVmZabTl2ZEdWeUlqdGhPakU2ZTNNNk56b2laVzVoWW14bFpDSTdjem94T2lKT0lqdDljem94TnpvaVptOXZkR1Z5WDJScGMyTnNZV2x0WlhJaU8yRTZNanA3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWs0aU8zTTZOem9pYldWemMyRm5aU0k3Y3pvd09pSWlPMzE5IjtzOjIxOiJjb2xvcl9zY2hlbWVfdGVtcGxhdGUiO3M6ODoiWWpvd093PT0iO3M6MTA6InR5cG9ncmFwaHkiO3M6MTQ5NjoiWVRveU9udHpPakV6T2lKbWIyNTBYMlZzWlcxbGJuUnpJanRoT2prNmUzTTZNVEE2SW5OcGRHVmZkR2wwYkdVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qQTZJaUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6bzNPaUowWVdkc2FXNWxJanRoT2pRNmUzTTZORG9pYzJsNlpTSTdjem93T2lJaU8zTTZORG9pWm05dWRDSTdjem93T2lJaU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWE02TnpvaVpHVm1ZWFZzZENJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1qb2lNVGNpTzNNNk5Eb2labTl1ZENJN2N6bzVPaUpQY0dWdUlGTmhibk1pTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPalE2SWlNME5EUWlPMzF6T2pJNkltZ3hJanRoT2pRNmUzTTZORG9pYzJsNlpTSTdjem93T2lJaU8zTTZORG9pWm05dWRDSTdjem81T2lKUGNHVnVJRk5oYm5NaU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWE02TWpvaWFESWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPalk2SWs5emQyRnNaQ0k3Y3pvMU9pSnpkSGxzWlNJN2N6bzBPaUppYjJ4a0lqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWE02TWpvaWFETWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakE2SWlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem95T2lKb05DSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZNRG9pSWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zMXpPakk2SW1nMUlqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3dPaUlpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURZaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qQTZJaUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWZYTTZNVFE2SW1OdmJHOXlYMlZzWlcxbGJuUnpJanRoT2pZNmUzTTZNVGM2SW1admIzUmxjbDkwWlhoMFgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE56b2labTl2ZEdWeVgyeHBibXRmWTI5c2IzSWlPM002TURvaUlqdHpPakl6T2lKbWIyOTBaWEpmYkdsdWExOW9iM1psY2w5amIyeHZjaUk3Y3pvd09pSWlPM002TVRnNkltWmxZWFIxY21WZmRHVjRkRjlqYjJ4dmNpSTdjem93T2lJaU8zTTZNVGc2SW1abFlYUjFjbVZmYkdsdWExOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1qUTZJbVpsWVhSMWNtVmZiR2x1YTE5b2IzWmxjbDlqYjJ4dmNpSTdjem93T2lJaU8zMTkiO3M6MTU6Im1vYmlsZV9yZWRpcmVjdCI7czo2MDoiWVRveU9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSjFjbXdpTzNNNk1Eb2lJanQ5IjtzOjM6InNlbyI7czoxMDA6IllUb3pPbnR6T2pVNkluUnBkR3hsSWp0ek9qQTZJaUk3Y3pveE1Ub2laR1Z6WTNKcGNIUnBiMjRpTzNNNk1Eb2lJanR6T2pnNkltdGxlWGR2Y21SeklqdHpPakE2SWlJN2ZRPT0iO3M6Nzoic2NyaXB0cyI7czoxODQ6IllUb3hPbnRwT2pBN1lUb3lPbnR6T2pnNkluQnZjMmwwYVc5dUlqdHpPak02SW1OemN5STdjem8yT2lKelkzSnBjSFFpTzNNNk56UTZJaU5zWlY5aWIyUjVYM0p2ZDE4eVgyTnZiRjh4ZTNSbGVIUXRkSEpoYm5ObWIzSnRPblZ3Y0dWeVkyRnpaVHQ5Q2k1cFlXNWlZWE56ZTJKaFkydG5jbTkxYm1RNkkyTmpZenQ5SWp0OWZRPT0iO3M6ODoiZmJfc2hhcmUiO3M6MTI0OiJZVG8wT250ek9qVTZJblJwZEd4bElqdHpPakE2SWlJN2N6b3hNVG9pWkdWelkzSnBjSFJwYjI0aU8zTTZNRG9pSWp0ek9qVTZJbWx0WVdkbElqdHpPakE2SWlJN2N6bzRPaUpzYVd0bFgzVnliQ0k3Y3pvd09pSWlPMzA9IjtzOjg6ImxpZ2h0Ym94IjtzOjM3MDA6IllUbzFPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzNPaUp6YUc5M1gyOXVJanR6T2pRNklteHZZV1FpTzNNNk5Eb2lkSGx3WlNJN2N6bzFPaUp2Y0hScGJpSTdjem94TURvaWIzQjBhVzVmWm05eWJTSTdZVG96T250ek9qazZJbVp2Y20xZmFIUnRiQ0k3WVRveE56cDdjem94TURvaVpXMWhhV3hmWkdGMFlTSTdjem93T2lJaU8zTTZNVE02SW1WdFlXbHNYMkZrWkhKbGMzTWlPM002TURvaUlqdHpPakV5T2lKeVpXUnBjbVZqZEY5MWNtd2lPM002TURvaUlqdHpPakV5T2lKbGVIUnlZVjltYVdWc1pITWlPM002TURvaUlqdHpPakU0T2lKbGJXRnBiRjlsZUhSeVlWOW1hV1ZzWkhNaU8zTTZNRG9pSWp0ek9qUTZJbWgwYld3aU8zTTZNRG9pSWp0ek9qRXdPaUp1WlhkZmQybHVaRzkzSWp0ek9qQTZJaUk3Y3pveE1qb2laR2x6WVdKc1pWOXVZVzFsSWp0ek9qQTZJaUk3Y3pvNE9pSnVZVzFsWDJKdmVDSTdjem93T2lJaU8zTTZPVG9pWlcxaGFXeGZZbTk0SWp0ek9qQTZJaUk3Y3pvMk9pSmhZM1JwYjI0aU8zTTZNRG9pSWp0ek9qWTZJbVpwWld4a2N5STdjem93T2lJaU8zTTZOam9pYldWMGFHOWtJanR6T2pRNkluQnZjM1FpTzNNNk1UWTZJbWx1ZEdWbmNtRjBhVzl1WDNSNWNHVWlPM002TmpvaVkzVnpkRzl0SWp0ek9qUTZJbXhwYzNRaU8zTTZNRG9pSWp0ek9qRTBPaUowYUdGdWExOTViM1ZmY0dGblpTSTdjem93T2lJaU8zTTZNVEU2SW1GamRHbHZibDl3WVdkbElqdHpPakE2SWlJN2ZYTTZOem9pWTI5dWRHVnVkQ0k3WVRvMU9udHpPalU2SW5ScGRHeGxJanR6T2pNeU9pSlRaV3hzSUVGdWVYUm9hVzVuSUZkcGRHZ2dUM0IwYVcxcGVtVlFjbVZ6Y3lJN2N6b3hNVG9pWm05eWJWOW9aV0ZrWlhJaU8zTTZPRGc2SWt4dmNtVnRJR2x3YzNWdElHUnZiRzl5SUhOcGRDQmhiV1YwTENCamIyNXpaV04wWlhSMVpYSWdZV1JwY0dselkybHVaeUJsYkdsMExDQnpaV1FnWkdsaGJTQnViMjUxYlcxNUlHNXBZbWdnWlhWcGMyMXZaQzRpTzNNNk1URTZJbVp2YjNSbGNsOXViM1JsSWp0ek9qWTBPaUpaYjNWeUlHbHVabTl5YldGMGFXOXVJR2x6SURFd01DVWdjMlZqZFhKbElIZHBkR2dnZFhNZ1lXNWtJSGRwYkd3Z2JtVjJaWElnWW1VZ2MyaGhjbVZrSWp0ek9qRXlPaUp1WVcxbFgyUmxabUYxYkhRaU8zTTZNalE2SWtWdWRHVnlJSGx2ZFhJZ1JtbHljM1FnVG1GdFpTNHVMaUk3Y3pveE16b2laVzFoYVd4ZlpHVm1ZWFZzZENJN2N6b3lOem9pUlc1MFpYSWdlVzkxY2lCRmJXRnBiQ0JCWkdSeVpYTnpMaTR1SWp0OWN6b3hNem9pYzNWaWJXbDBYMkoxZEhSdmJpSTdZVG8xTmpwN2N6bzJPaUppZFhSMGIyNGlPMkU2TURwN2ZYTTZPRG9pYkc5allYUnBiMjRpTzNNNk16WTZJbTl3WDJ4cFoyaDBZbTk0WDI5d2RHbHVYMlp2Y20xZmMzVmliV2wwWDJKMWRIUnZiaUk3Y3pvM09pSmpiMjUwWlc1MElqdHpPakE2SWlJN2N6bzBPaUowZVhCbElqdHpPakU2SWpBaU8zTTZOVG9pYVcxaFoyVWlPM002TURvaUlqdHpPakV5T2lKbGJHVnRaVzUwWDNSNWNHVWlPM002TURvaUlqdHpPalE2SW1oeVpXWWlPM002TURvaUlqdHpPakV3T2lKdVpYZGZkMmx1Wkc5M0lqdHpPakE2SWlJN2N6b3lPaUpqWXlJN2N6b3dPaUlpTzNNNk5Ub2lZV3hwWjI0aU8zTTZNRG9pSWp0ek9qUTZJblJsZUhRaU8zTTZNRG9pSWp0ek9qazZJblJsZUhSZmMybDZaU0k3Y3pveU9pSXpNaUk3Y3pveE1Eb2lkR1Y0ZEY5amIyeHZjaUk3Y3pvM09pSWpNREF3TURBd0lqdHpPams2SW5SbGVIUmZabTl1ZENJN2N6b3dPaUlpTzNNNk9Ub2lkR1Y0ZEY5aWIyeGtJanR6T2pFNklqRWlPM002TVRRNkluUmxlSFJmZFc1a1pYSnNhVzVsSWp0ek9qQTZJaUk3Y3pveE1Ub2lkR1Y0ZEY5cGRHRnNhV01pTzNNNk1Eb2lJanR6T2pFNU9pSjBaWGgwWDJ4bGRIUmxjbDl6Y0dGamFXNW5JanR6T2pFNklqQWlPM002TVRNNkluTjFZblJsZUhSZmNHRnVaV3dpTzNNNk1Eb2lJanR6T2pjNkluTjFZblJsZUhRaU8zTTZNRG9pSWp0ek9qRXlPaUp6ZFdKMFpYaDBYM05wZW1VaU8zTTZNRG9pSWp0ek9qRXpPaUp6ZFdKMFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hNam9pYzNWaWRHVjRkRjltYjI1MElqdHpPakE2SWlJN2N6b3hNam9pYzNWaWRHVjRkRjlpYjJ4a0lqdHpPakE2SWlJN2N6b3hOem9pYzNWaWRHVjRkRjkxYm1SbGNteHBibVVpTzNNNk1Eb2lJanR6T2pFME9pSnpkV0owWlhoMFgybDBZV3hwWXlJN2N6b3dPaUlpTzNNNk1qSTZJbk4xWW5SbGVIUmZiR1YwZEdWeVgzTndZV05wYm1jaU8zTTZNRG9pSWp0ek9qRTNPaUowWlhoMFgzTm9ZV1J2ZDE5d1lXNWxiQ0k3Y3pveE9pSlpJanR6T2pJd09pSjBaWGgwWDNOb1lXUnZkMTkyWlhKMGFXTmhiQ0k3Y3pveE9pSXhJanR6T2pJeU9pSjBaWGgwWDNOb1lXUnZkMTlvYjNKcGVtOXVkR0ZzSWp0ek9qRTZJakFpTzNNNk1UYzZJblJsZUhSZmMyaGhaRzkzWDJOdmJHOXlJanR6T2pjNklpTm1abVptTURBaU8zTTZNVFk2SW5SbGVIUmZjMmhoWkc5M1gySnNkWElpTzNNNk1Ub2lNQ0k3Y3pveE16b2ljM1I1YkdsdVoxOTNhV1IwYUNJN2N6b3dPaUlpTzNNNk1UUTZJbk4wZVd4cGJtZGZhR1ZwWjJoMElqdHpPakE2SWlJN2N6b3lNRG9pYzNSNWJHbHVaMTlpYjNKa1pYSmZZMjlzYjNJaU8zTTZOem9pSXpBd01EQXdNQ0k3Y3pveE9Ub2ljM1I1YkdsdVoxOWliM0prWlhKZmMybDZaU0k3Y3pveE9pSXhJanR6T2pJeE9pSnpkSGxzYVc1blgySnZjbVJsY2w5eVlXUnBkWE1pTzNNNk1Ub2lOaUk3Y3pveU1qb2ljM1I1YkdsdVoxOWliM0prWlhKZmIzQmhZMmwwZVNJN2N6b3pPaUl4TURBaU8zTTZNVFk2SW5OMGVXeHBibWRmWjNKaFpHbGxiblFpTzNNNk1Eb2lJanR6T2pFek9pSnpkSGxzYVc1blgzTm9hVzVsSWp0ek9qRTZJbGtpTzNNNk1qZzZJbk4wZVd4cGJtZGZaM0poWkdsbGJuUmZjM1JoY25SZlkyOXNiM0lpTzNNNk56b2lJMlptWm1Zd01DSTdjem95TmpvaWMzUjViR2x1WjE5bmNtRmthV1Z1ZEY5bGJtUmZZMjlzYjNJaU8zTTZOem9pSTJabVlUQXpOU0k3Y3pveE56b2laSEp2Y0Y5emFHRmtiM2RmY0dGdVpXd2lPM002TVRvaVdTSTdjem95TURvaVpISnZjRjl6YUdGa2IzZGZkbVZ5ZEdsallXd2lPM002TVRvaU1TSTdjem95TWpvaVpISnZjRjl6YUdGa2IzZGZhRzl5YVhwdmJuUmhiQ0k3Y3pveE9pSXdJanR6T2pFMk9pSmtjbTl3WDNOb1lXUnZkMTlpYkhWeUlqdHpPakU2SWpFaU8zTTZNVGc2SW1SeWIzQmZjMmhoWkc5M1gzTndjbVZoWkNJN2N6b3hPaUl3SWp0ek9qRTNPaUprY205d1gzTm9ZV1J2ZDE5amIyeHZjaUk3Y3pvM09pSWpNREF3TURBd0lqdHpPakU1T2lKa2NtOXdYM05vWVdSdmQxOXZjR0ZqYVhSNUlqdHpPakk2SWpVd0lqdHpPakU0T2lKcGJuTmxkRjl6YUdGa2IzZGZjR0Z1Wld3aU8zTTZNVG9pV1NJN2N6b3lNVG9pYVc1elpYUmZjMmhoWkc5M1gzWmxjblJwWTJGc0lqdHpPakU2SWpBaU8zTTZNak02SW1sdWMyVjBYM05vWVdSdmQxOW9iM0pwZW05dWRHRnNJanR6T2pFNklqQWlPM002TVRjNkltbHVjMlYwWDNOb1lXUnZkMTlpYkhWeUlqdHpPakU2SWpBaU8zTTZNVGs2SW1sdWMyVjBYM05vWVdSdmQxOXpjSEpsWVdRaU8zTTZNVG9pTVNJN2N6b3hPRG9pYVc1elpYUmZjMmhoWkc5M1gyTnZiRzl5SWp0ek9qYzZJaU5tWm1abU1EQWlPM002TWpBNkltbHVjMlYwWDNOb1lXUnZkMTl2Y0dGamFYUjVJanR6T2pJNklqVXdJanQ5ZlhNNk1USTZJbWgwYld4ZlkyOXVkR1Z1ZENJN1lUb3hPbnR6T2pjNkltTnZiblJsYm5RaU8zTTZNRG9pSWp0OWZRPT0iO3M6MTM6ImV4aXRfcmVkaXJlY3QiO3M6ODg6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUoxY213aU8zTTZNRG9pSWp0ek9qYzZJbTFsYzNOaFoyVWlPM002TURvaUlqdDkiO3M6MTQ6Im9uZV90aW1lX29mZmVyIjtzOjE4ODoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSjFjbXdpTzNNNk1Eb2lJanR6T2pRNkluUnBiV1VpTzJFNk5EcDdjem8wT2lKa1lYbHpJanR6T2pBNklpSTdjem8xT2lKb2IzVnljeUk3Y3pvd09pSWlPM002TnpvaWJXbHVkWFJsY3lJN2N6b3dPaUlpTzNNNk56b2ljMlZqYjI1a2N5STdjem93T2lJaU8zMTkiO3M6MTQ6ImxhdW5jaF9nYXRld2F5IjtzOjg6Illqb3dPdz09IjtzOjEzOiJsYXVuY2hfZnVubmVsIjtzOjE5MjoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvNU9pSm1kVzV1Wld4ZmFXUWlPM002TVRvaU1pSTdjem94TmpvaVoyRjBaWGRoZVY5dmRtVnljbWxrWlNJN1lUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzRPaUp5WldScGNtVmpkQ0k3Y3pvd09pSWlPM002TkRvaVkyOWtaU0k3Y3pvd09pSWlPMzE5Ijt9'),(8,'Bold Template',2,'Bold headline template with email opt-in form|http://www.thetradingroom.com/wp-content/uploads/2014/03/Window_and_JD.jpg','jpg','YToxOntzOjQ6ImJvZHkiO2E6Mjp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM2OiJwYWRkaW5nLXRvcDo0MHB4O3BhZGRpbmctYm90dG9tOjBweDsiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6NTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3NzoiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjIyIiBmb250X2ZvbnQ9IkJpdHRlciIgZm9udF9zdHlsZT0ibm9ybWFsIiBmb250X2NvbG9yPSIjYjNiM2IzIiBhbGlnbj0iY2VudGVyIl1UaGlzIGlzIHlvdXIgc21hbGxlciBoZWFkbGluZSBmb3IgeW91ciBtYWluIGxhbmRpbmcgcGFnZVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNDA6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSI0MiIgZm9udF9mb250PSJCaXR0ZXIiIGZvbnRfc3R5bGU9ImJvbGQiIGZvbnRfY29sb3I9IiMzMzMzMzMiIGZvbnRfc3BhY2luZz0iLTEiIGFsaWduPSJjZW50ZXIiIGxpbmVfaGVpZ2h0PSI0OCJdVGhpcyBJcyBZb3VyIE1haW4gSGVhZGxpbmUgV2hpY2ggQ2FuIEJlIEZ1bGx5IEN1c3RvbWl6ZWQgVXNpbmcgT3VyIExpdmVFZGl0b3IgUGxhdGZvcm1bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTk5OiJbaGVhZGxpbmUgc3R5bGU9IjEiIGZvbnRfc2l6ZT0iMTkiIGZvbnRfZm9udD0iQml0dGVyIiBmb250X3N0eWxlPSJub3JtYWwiIGZvbnRfY29sb3I9IiNiNWI1YjUiIGFsaWduPSJjZW50ZXIiIHRvcF9tYXJnaW49IjMwIiBib3R0b21fbWFyZ2luPSIyMCJdRW50ZXIgeW91ciBlbWFpbCBiZWxvdyB0byBjb25maXJtIGFjY2Vzcy4uLlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxMjk2OiJbZmVhdHVyZV9ib3hfY3JlYXRvciBzdHlsZT0iMSIgd2lkdGg9Ijc0MCIgdG9wX21hcmdpbj0iIiBib3R0b21fbWFyZ2luPSIiIHRvcF9wYWRkaW5nPSIiIHJpZ2h0X3BhZGRpbmc9IiIgYm90dG9tX3BhZGRpbmc9IiIgbGVmdF9wYWRkaW5nPSIiIGFsaWdubWVudD0iY2VudGVyIiBiZ19jb2xvcj0iI2ZlZmNmMSIgYmdfY29sb3JfZW5kPSIiIGJvcmRlcl9jb2xvcj0iI2ZhZjVkYiIgYm9yZGVyX3dlaWdodD0iMSIgYm9yZGVyX3JhZGl1cz0iMTAiXVtvcF9saXZlZWRpdG9yX2VsZW1lbnRzXSBbb3BfbGl2ZWVkaXRvcl9lbGVtZW50XVtvcHRpbl9ib3ggc3R5bGU9IjEwIiBtYXJnaW5fdG9wPSIwIiBtYXJnaW5fYm90dG9tPSIwIiBhbGlnbm1lbnQ9ImNlbnRlciIgZW1haWxfZGVmYXVsdD0iRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzIiBpbnRlZ3JhdGlvbl90eXBlPSJlbWFpbCIgbmFtZV9kZWZhdWx0PSJFbnRlciB5b3VyIGZpcnN0IG5hbWUiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT0iaGVhZGxpbmUiXUhlcmUmIzgyMTc7cyBUaGUgSGVhZGxpbmUgRm9yIFRoZSBCb3hbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9InBhcmFncmFwaCJdVEc5eVpXMGdhWEJ6ZFcwZ1pHOXNiM0lnYzJsMElHRnRaWFFzSUdOdmJuTmxZM1JsZEhWeUlHRmthWEJwYzJOcGJtY2daV3hwZEM0Z1JHOXVaV01nZG1Wc0lHNTFibU1nYm05dUlHeGhZM1Z6SUhabGJtVnVZWFJwY3lCamIyMXRiMlJ2TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT0icHJpdmFjeSJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPSJ0b3BfY29sb3IiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9IjAiIGJ1dHRvbl9iZWxvdz0iWSJdR2V0IEluc3RhbnQgQWNjZXNzIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdWy9vcF9saXZlZWRpdG9yX2VsZW1lbnRdIFtvcF9saXZlZWRpdG9yX2VsZW1lbnRdW3RleHRfYmxvY2sgc3R5bGU9InN0eWxlXzEucG5nIiBhbGlnbj0iY2VudGVyIiBmb250X3NpemU9IjEyIiBmb250X2ZvbnQ9IlBUIFNhbnMiIGZvbnRfc3R5bGU9Im5vcm1hbCIgZm9udF9jb2xvcj0iIzljOWM5YyJdPHAgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlcjsiPldlIGxvdmUgeW91ciBwcml2YWN5IGFuZCB3aWxsIG5ldmVyIHNwYW0geW91PC9wPlsvdGV4dF9ibG9ja11bL29wX2xpdmVlZGl0b3JfZWxlbWVudF0gWy9vcF9saXZlZWRpdG9yX2VsZW1lbnRzXVsvZmVhdHVyZV9ib3hfY3JlYXRvcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo0O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjM4NzoiW3Rlc3RpbW9uaWFscyBzdHlsZT0iOSIgZm9udD0iIiBtYXJnaW5fdG9wPSIiIG1hcmdpbl9ib3R0b209IiJdW3Rlc3RpbW9uaWFsIG5hbWU9IlNhcmFoIFdpbGxpYW1zIiBjb21wYW55PSJPcHRpbWl6ZVByZXNzIiBocmVmPSIjIl1Mb3JlbSBJcHN1bcKgaXMgc2ltcGx5IGR1bW15IHRleHQgb2YgdGhlIHByaW50aW5nIGFuZCB0eXBlc2V0dGluZyBpbmR1c3RyeS5bL3Rlc3RpbW9uaWFsXVt0ZXN0aW1vbmlhbCBuYW1lPSJQZXRlciBKb25lcyIgY29tcGFueT0iQXBwbGUgaW5jIiBocmVmPSIjIl1Mb3JlbSBJcHN1bSBoYXMgYmVlbiB0aGUgaW5kdXN0cnkncyBzdGFuZGFyZCBkdW1teSB0ZXh0IGV2ZXIgc2luY2UgdGhlIDE1MDBzLlsvdGVzdGltb25pYWxdWy90ZXN0aW1vbmlhbHNdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fXM6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjUyOiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNQ0o5Ijt9aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX0=','YToxODp7czoxMzoiaGVhZGVyX2xheW91dCI7czoxMDg0OiJZVG94TURwN2N6bzBPaUpzYjJkdklqdHpPamM0T2lKb2RIUndPaTh2ZDNkM0xuUm9aWFJ5WVdScGJtZHliMjl0TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TkM4d015OVRZVzF3YkdWTWIyZHZMVXhwWjJoME1TNXdibWNpTzNNNk5Ub2lZbWRwYldjaU8zTTZNRG9pSWp0ek9qRXhPaUp5WlhCbFlYUmlaMmx0WnlJN2N6b3dPaUlpTzNNNk56b2lZbWRqYjJ4dmNpSTdjem8zT2lJak1qRXlNVEl4SWp0ek9qRXdPaUpzYVc1clgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE16b2liV1Z1ZFMxd2IzTnBkR2x2YmlJN2N6bzVPaUpoYkc5dVozTnBaR1VpTzNNNk56b2laVzVoWW14bFpDSTdjem94T2lKWklqdHpPakV6T2lKdVlYWmZZbUZ5WDJGaWIzWmxJanRoT2pjNmUzTTZOem9pWlc1aFlteGxaQ0k3Y3pveE9pSk9JanR6T2pNNkltNWhkaUk3Y3pvd09pSWlPM002TVRFNkltWnZiblJmYzJoaFpHOTNJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjkzWldsbmFIUWlPM002TURvaUlqdHpPams2SW1admJuUmZjMmw2WlNJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZlptRnRhV3g1SWp0ek9qQTZJaUk3Y3pvME9pSnNiMmR2SWp0ek9qQTZJaUk3ZlhNNk1UTTZJbTVoZGw5aVlYSmZZbVZzYjNjaU8yRTZOenA3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWs0aU8zTTZNem9pYm1GMklqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOXphR0ZrYjNjaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzZGxhV2RvZENJN2N6b3dPaUlpTzNNNk9Ub2labTl1ZEY5emFYcGxJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjltWVcxcGJIa2lPM002TURvaUlqdHpPalE2SW14dloyOGlPM002TURvaUlqdDljem94TnpvaWJtRjJYMkpoY2w5aGJHOXVaM05wWkdVaU8yRTZOanA3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWxraU8zTTZNem9pYm1GMklqdHpPakk2SWpJeUlqdHpPakV4T2lKbWIyNTBYM05vWVdSdmR5STdjem93T2lJaU8zTTZNVEU2SW1admJuUmZkMlZwWjJoMElqdHpPakE2SWlJN2N6bzVPaUptYjI1MFgzTnBlbVVpTzNNNk1qb2lNVE1pTzNNNk1URTZJbVp2Ym5SZlptRnRhV3g1SWp0ek9qYzZJbEJVSUZOaGJuTWlPMzE5IjtzOjEwOiJtZW1iZXJzaGlwIjtzOjg6Illqb3dPdz09IjtzOjU6InRoZW1lIjtzOjY4OiJZVG95T250ek9qUTZJblI1Y0dVaU8zTTZPVG9pYldGeWEyVjBhVzVuSWp0ek9qTTZJbVJwY2lJN2N6b3hPaUl4SWp0OSI7czoxMjoiZmVhdHVyZV9hcmVhIjtzOjEyMDoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvME9pSjBlWEJsSWp0cE9qRTdjem80T2lKelpYUjBhVzVuY3lJN1lUb3hPbnR6T2pFeU9pSm1iMjUwWDI5d2RHbHZibk1pTzJFNk1EcDdmWDE5IjtzOjEzOiJmZWF0dXJlX3RpdGxlIjtzOjY0OiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8xT2lKMGFYUnNaU0k3Y3pvd09pSWlPMzA9IjtzOjExOiJmb290ZXJfYXJlYSI7czozNzI6IllUbzRPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNVG9pTXlJN2N6b3hNVG9pWm05dWRGOXphR0ZrYjNjaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzZGxhV2RvZENJN2N6b3dPaUlpTzNNNk9Ub2labTl1ZEY5emFYcGxJanR6T2pJNklqRXpJanR6T2pFeE9pSm1iMjUwWDJaaGJXbHNlU0k3Y3pvM09pSlFWQ0JUWVc1eklqdHpPakV5T2lKc1lYSm5aVjltYjI5MFpYSWlPMkU2TVRwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPMzF6T2pFM09pSm1iMjkwWlhKZlpHbHpZMnhoYVcxbGNpSTdZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8zT2lKdFpYTnpZV2RsSWp0ek9qQTZJaUk3ZlgwPSI7czoyMToiY29sb3Jfc2NoZW1lX3RlbXBsYXRlIjtzOjg6Illqb3dPdz09IjtzOjEwOiJ0eXBvZ3JhcGh5IjtzOjE0OTY6IllUb3lPbnR6T2pFek9pSm1iMjUwWDJWc1pXMWxiblJ6SWp0aE9qazZlM002TVRBNkluTnBkR1ZmZEdsMGJHVWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakE2SWlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem8zT2lKMFlXZHNhVzVsSWp0aE9qUTZlM002TkRvaWMybDZaU0k3Y3pvd09pSWlPM002TkRvaVptOXVkQ0k3Y3pvd09pSWlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk56b2laR1ZtWVhWc2RDSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNam9pTVRjaU8zTTZORG9pWm05dWRDSTdjem81T2lKSVpXeDJaWFJwWTJFaU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pRNklpTTBORFFpTzMxek9qSTZJbWd4SWp0aE9qUTZlM002TkRvaWMybDZaU0k3Y3pvd09pSWlPM002TkRvaVptOXVkQ0k3Y3pvNU9pSklaV3gyWlhScFkyRWlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk1qb2lhRElpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2prNklraGxiSFpsZEdsallTSTdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pveU9pSm9NeUk3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TURvaUlqdHpPalU2SW5OMGVXeGxJanR6T2pBNklpSTdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPMzF6T2pJNkltZzBJanRoT2pRNmUzTTZORG9pYzJsNlpTSTdjem93T2lJaU8zTTZORG9pWm05dWRDSTdjem93T2lJaU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWE02TWpvaWFEVWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakE2SWlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem95T2lKb05pSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZNRG9pSWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zMTljem94TkRvaVkyOXNiM0pmWld4bGJXVnVkSE1pTzJFNk5qcDdjem94TnpvaVptOXZkR1Z5WDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTNPaUptYjI5MFpYSmZiR2x1YTE5amIyeHZjaUk3Y3pvd09pSWlPM002TWpNNkltWnZiM1JsY2w5c2FXNXJYMmh2ZG1WeVgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE9Eb2labVZoZEhWeVpWOTBaWGgwWDJOdmJHOXlJanR6T2pBNklpSTdjem94T0RvaVptVmhkSFZ5WlY5c2FXNXJYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3lORG9pWm1WaGRIVnlaVjlzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanR6T2pBNklpSTdmWDA9IjtzOjIxOiJjb2xvcl9zY2hlbWVfYWR2YW5jZWQiO3M6MjQ2ODoiWVRvM09udHpPakV6T2lKdVlYWmZZbUZ5WDJGaWIzWmxJanRoT2pFd09udHpPakV6T2lKdVlYWmZZbUZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TVRvaWJtRjJYMkpoY2w5bGJtUWlPM002TURvaUlqdHpPakU1T2lKdVlYWmZZbUZ5WDJodmRtVnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOem9pYm1GMlgySmhjbDlvYjNabGNsOWxibVFpTzNNNk1Eb2lJanR6T2pFd09pSnVZWFpmWW1GeVgySm5JanR6T2pBNklpSTdjem95TWpvaWJtRjJYMkpoY2w5aVoxOW9iM1psY2w5emRHRnlkQ0k3Y3pvd09pSWlPM002TVRVNkltNWhkbDlpWVhKZlpHUmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UWTZJbTVoZGw5aVlYSmZaR1JmYUc5MlpYSWlPM002TURvaUlqdHpPakV5T2lKdVlYWmZZbUZ5WDJ4cGJtc2lPM002TURvaUlqdHpPakV6T2lKdVlYWmZZbUZ5WDJodmRtVnlJanR6T2pBNklpSTdmWE02TVRNNkltNWhkbDlpWVhKZlltVnNiM2NpTzJFNk1UQTZlM002TVRNNkltNWhkbDlpWVhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFeE9pSnVZWFpmWW1GeVgyVnVaQ0k3Y3pvd09pSWlPM002TVRrNkltNWhkbDlpWVhKZmFHOTJaWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakUzT2lKdVlYWmZZbUZ5WDJodmRtVnlYMlZ1WkNJN2N6b3dPaUlpTzNNNk1UQTZJbTVoZGw5aVlYSmZZbWNpTzNNNk1Eb2lJanR6T2pJeU9pSnVZWFpmWW1GeVgySm5YMmh2ZG1WeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE5Ub2libUYyWDJKaGNsOWtaRjlzYVc1cklqdHpPakE2SWlJN2N6b3hOam9pYm1GMlgySmhjbDlrWkY5b2IzWmxjaUk3Y3pvd09pSWlPM002TVRJNkltNWhkbDlpWVhKZmJHbHVheUk3Y3pvd09pSWlPM002TVRNNkltNWhkbDlpWVhKZmFHOTJaWElpTzNNNk1Eb2lJanQ5Y3pveE56b2libUYyWDJKaGNsOWhiRzl1WjNOcFpHVWlPMkU2TnpwN2N6b3hNRG9pYm1GMlgySmhjbDlpWnlJN2N6b3dPaUlpTzNNNk1UWTZJbTVoZGw5aVlYSmZZbWRmYUc5MlpYSWlPM002TURvaUlqdHpPakl3T2lKdVlYWmZZbUZ5WDJKblgyNWhkbDlvYjNabGNpSTdjem93T2lJaU8zTTZNVEk2SW01aGRsOWlZWEpmYkdsdWF5STdjem8zT2lJalpqSm1NbVl5SWp0ek9qRXpPaUp1WVhaZlltRnlYMmh2ZG1WeUlqdHpPakE2SWlJN2N6b3hOVG9pYm1GMlgySmhjbDlrWkY5c2FXNXJJanR6T2pBNklpSTdjem94TmpvaWJtRjJYMkpoY2w5a1pGOW9iM1psY2lJN2N6b3dPaUlpTzMxek9qRXlPaUptWldGMGRYSmxYMkZ5WldFaU8yRTZOenA3Y3pveE16b2labVZoZEhWeVpWOXpkR0Z5ZENJN2N6b3dPaUlpTzNNNk1URTZJbVpsWVhSMWNtVmZaVzVrSWp0ek9qQTZJaUk3Y3pveE1Eb2lkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPM002TVRBNklteHBibXRmWTI5c2IzSWlPMkU2TWpwN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zTTZNVFU2SW5SbGVIUmZaR1ZqYjNKaGRHbHZiaUk3Y3pvd09pSWlPMzF6T2pFMk9pSnNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdGhPakk2ZTNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTFPaUowWlhoMFgyUmxZMjl5WVhScGIyNGlPM002TURvaUlqdDljem95T2lKaVp5STdjem93T2lJaU8zTTZNVEE2SW1KblgyOXdkR2x2Ym5NaU8zTTZNRG9pSWp0OWN6b3hNem9pWm1WaGRIVnlaVjkwYVhSc1pTSTdZVG96T250ek9qRTVPaUptWldGMGRYSmxYM1JwZEd4bFgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE56b2labVZoZEhWeVpWOTBhWFJzWlY5bGJtUWlPM002TURvaUlqdHpPakkwT2lKbVpXRjBkWEpsWDNScGRHeGxYM1JsZUhSZlkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pvMk9pSm1iMjkwWlhJaU8yRTZOVHA3Y3pveE1qb2labTl2ZEdWeVgzTjBZWEowSWp0ek9qYzZJaU5tWVdaaFptRWlPM002TVRBNkltWnZiM1JsY2w5bGJtUWlPM002TnpvaUkyWmhabUZtWVNJN2N6b3hOem9pWm05dmRHVnlYM1JsZUhSZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFM09pSm1iMjkwWlhKZmJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pRNkltNXZibVVpTzMxek9qSXpPaUptYjI5MFpYSmZiR2x1YTE5b2IzWmxjbDlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pRNkltNXZibVVpTzMxOWN6bzBPaUp3WVdkbElqdGhPalE2ZTNNNk1USTZJbkpsY0dWaGRHbHVaMTlpWnlJN2N6b3dPaUlpTzNNNk9Eb2lZbWRmWTI5c2IzSWlPM002TURvaUlqdHpPakV3T2lKc2FXNXJYMk52Ykc5eUlqdGhPakk2ZTNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTFPaUowWlhoMFgyUmxZMjl5WVhScGIyNGlPM002TkRvaWJtOXVaU0k3ZlhNNk1UWTZJbXhwYm10ZmFHOTJaWEpmWTI5c2IzSWlPMkU2TWpwN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zTTZNVFU2SW5SbGVIUmZaR1ZqYjNKaGRHbHZiaUk3Y3pvME9pSnViMjVsSWp0OWZYMD0iO3M6MTU6Im1vYmlsZV9yZWRpcmVjdCI7czo2MDoiWVRveU9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSjFjbXdpTzNNNk1Eb2lJanQ5IjtzOjM6InNlbyI7czoxOTI6IllUbzJPbnR6T2pVNkluUnBkR3hsSWp0ek9qQTZJaUk3Y3pveE1Ub2laR1Z6WTNKcGNIUnBiMjRpTzNNNk1Eb2lJanR6T2pnNkltdGxlWGR2Y21SeklqdHpPakE2SWlJN2N6bzNPaUp2WjNScGRHeGxJanR6T2pBNklpSTdjem94TXpvaWIyZGtaWE5qY21sd2RHbHZiaUk3Y3pvd09pSWlPM002TnpvaWIyZHBiV0ZuWlNJN2N6b3dPaUlpTzMwPSI7czo3OiJzY3JpcHRzIjtzOjIwODoiWVRveE9udHBPakE3WVRveU9udHpPamc2SW5CdmMybDBhVzl1SWp0ek9qTTZJbU56Y3lJN2N6bzJPaUp6WTNKcGNIUWlPM002T1RNNklpNXZjSFJwYmkxaWIzZ3RPU0I3YldGeVoybHVMV0p2ZEhSdmJUb3djSGc3ZlFwa2FYWXVabVZoZEhWeVpTMWliM2d0WTNKbFlYUnZjaUF1Wm1WaGRIVnlaUzFpYjNndFkyOXVkR1Z1ZENCN2NHRmtaR2x1WnpveE1IQjRmU0k3ZlgwPSI7czo4OiJmYl9zaGFyZSI7czo0MDoiWVRveE9udHpPamc2SW14cGEyVmZkWEpzSWp0ek9qQTZJaUk3ZlE9PSI7czo4OiJsaWdodGJveCI7czo4OiJZam93T3c9PSI7czoxMzoiZXhpdF9yZWRpcmVjdCI7czo4ODoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSjFjbXdpTzNNNk1Eb2lJanR6T2pjNkltMWxjM05oWjJVaU8zTTZNRG9pSWp0OSI7czoxNDoib25lX3RpbWVfb2ZmZXIiO3M6MTg4OiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdHpPalE2SW5ScGJXVWlPMkU2TkRwN2N6bzBPaUprWVhseklqdHpPakE2SWlJN2N6bzFPaUpvYjNWeWN5STdjem93T2lJaU8zTTZOem9pYldsdWRYUmxjeUk3Y3pvd09pSWlPM002TnpvaWMyVmpiMjVrY3lJN2N6b3dPaUlpTzMxOSI7czoxNDoibGF1bmNoX2dhdGV3YXkiO3M6ODoiWWpvd093PT0iO3M6MTM6ImxhdW5jaF9mdW5uZWwiO3M6MTkyOiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem81T2lKbWRXNXVaV3hmYVdRaU8zTTZNVG9pTWlJN2N6b3hOam9pWjJGMFpYZGhlVjl2ZG1WeWNtbGtaU0k3WVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvNE9pSnlaV1JwY21WamRDSTdjem93T2lJaU8zTTZORG9pWTI5a1pTSTdjem93T2lJaU8zMTkiO30='),(9,'Dark Style Ebook Landing Page',2,'A clean, dark style landing page with opt-in for ebook|http://www.thetradingroom.com/wp-content/uploads/2014/03/dark-book1.jpg','jpg','YToxOntzOjQ6ImJvZHkiO2E6Mzp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6MzI6InJvdyB0aHJlZS1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6Mjg6Im9uZS10aGlyZCBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIwMDoiW2ltYWdlcyBzdHlsZT0iMCIgaW1hZ2U9Imh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL1NhbXBsZUxvZ28tRGFyazE1LnBuZyIgY3VzdG9tX3dpZHRoPSJZIiB3aWR0aD0iMjYzIiBjdXN0b21fd2lkdGhfdmFsPSIyMDAiIGFsaWduPSJsZWZ0IiB0b3BfbWFyZ2luPSIwIiBmdWxsX3dpZHRoPSJZIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoidHdvLXRoaXJkcyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTI4OiJbc29jaWFsX3NoYXJpbmcgc3R5bGU9Imhvcml6b250YWwiIGZiX2NvbG9yPSJsaWdodCIgZmJfbGFuZz0iZW5fR0IiIGZiX3RleHQ9Imxpa2UiIHR3X2xhbmc9ImVuIiBnX2xhbmc9ImVuLUdCIiBwX2Rlc2NyaXB0aW9uPSIiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozOToicm93IGZpdmUtY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czo1NjoiYmFja2dyb3VuZDojMWExYTFhO3BhZGRpbmctdG9wOjQwcHg7cGFkZGluZy1ib3R0b206MjBweDsiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTc4OiJbaGVhZGxpbmUgc3R5bGU9IjEiIGZvbnRfc2l6ZT0iNTAiIGZvbnRfZm9udD0iTW9udHNlcnJhdCIgZm9udF9zdHlsZT0iYm9sZCIgZm9udF9jb2xvcj0iI2ZmZmZmZiIgZm9udF9zaGFkb3c9Im5vbmUiIGFsaWduPSJsZWZ0Il1CdWlsZCBTaXRlcyBMaWtlIDxiciAvPlRoaXMgSW4gTWludXRlc1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyODg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPSJzdHlsZV8xLnBuZyIgYWxpZ249ImxlZnQiIGZvbnRfc2l6ZT0iMTciIGZvbnRfZm9udD0iTW9udHNlcnJhdCIgZm9udF9zdHlsZT0ibm9ybWFsIiBmb250X2NvbG9yPSIjOTQ5NDk0IiB3aWR0aD0iNTU2Il1PcHRpbWl6ZVByZXNzIGxldHMgeW91IGJ1aWxkIHBhZ2VzIGxpa2UgdGhpcyBpbgptaW51dGVzIHdpdGggemVybyBjb2RlIC0ganVzdCBwb2ludCBhbmQgY2xpY2shCkVudGVyIHlvdXIgZW1haWwgYWRkcmVzcyB0byBmaW5kIG91dCBtb3JlLi4uWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDgyOiJbb3B0aW5fYm94IHN0eWxlPSIxOSIgYWxpZ25tZW50PSJjZW50ZXIiIGVtYWlsX2RlZmF1bHQ9IkVudGVyIHlvdXIgZW1haWwgYWRkcmVzcyIgaW50ZWdyYXRpb25fdHlwZT0iZW1haWwiIG5hbWVfZGVmYXVsdD0iRW50ZXIgeW91ciBmaXJzdCBuYW1lIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9ImhlYWRsaW5lIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9InBhcmFncmFwaCJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPSJwcml2YWN5Il1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPSJ0b3BfY29sb3IiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9IjAiXUdldCBJbnN0YW50IEFjY2VzcyFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI5OiJ0d28tZmlmdGhzIGNvbHVtbiBjb2xzIG5hcnJvdyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTkwOiJbaW1hZ2VzIHN0eWxlPSIwIiBpbWFnZT0iaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvc2FtcGxlLWJvb2stNjgyeDEwMjQucG5nIiBjdXN0b21fd2lkdGg9IlkiIHdpZHRoPSI2ODIiIGN1c3RvbV93aWR0aF92YWw9IjIyMCIgYWxpZ249ImNlbnRlciIgdG9wX21hcmdpbj0iMCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fXM6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEwMDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU14WVRGaE1XRWlMQ0p3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNakFpZlE9PSI7fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czo1NToiYmFja2dyb3VuZDojMDc0YjdlO3BhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MHB4OyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzUxOiJbdGVzdGltb25pYWxzIHN0eWxlPSI3Il1bdGVzdGltb25pYWwgbmFtZT0iU2FyYWggV2lsbGlhbXMiIGNvbXBhbnk9Ik9wdGltaXplUHJlc3MiIGhyZWY9Imh0dHA6Ly93d3cub3B0aW1pemVwcmVzcy5jb20iIGltYWdlPSJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9zYXJhaF93aWxsaWFtczEtMzAweDI5My5qcGciXUxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaXNjaW5nIGVsaXQuIEluIGluIGVzdCB2aXRhZSBqdXN0byBjb252YWxsaXMgcGxhY2VyYXQgaWQgdXQgYXVndWUuWy90ZXN0aW1vbmlhbF1bL3Rlc3RpbW9uaWFsc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6OTY6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNd056UmlOMlVpTENKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTUNKOSI7fX19','YToxODp7czoxMzoiaGVhZGVyX2xheW91dCI7czoxMDY4OiJZVG94TURwN2N6bzBPaUpzYjJkdklqdHpPamMzT2lKb2RIUndPaTh2ZDNkM0xuUm9aWFJ5WVdScGJtZHliMjl0TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TkM4d015OVRZVzF3YkdWTWIyZHZMVVJoY21zeExuQnVaeUk3Y3pvMU9pSmlaMmx0WnlJN2N6b3dPaUlpTzNNNk1URTZJbkpsY0dWaGRHSm5hVzFuSWp0ek9qQTZJaUk3Y3pvM09pSmlaMk52Ykc5eUlqdHpPamM2SWlObU1HVm1aakFpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFek9pSnRaVzUxTFhCdmMybDBhVzl1SWp0ek9qazZJbUZzYjI1bmMybGtaU0k3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWs0aU8zTTZNVE02SW01aGRsOWlZWEpmWVdKdmRtVWlPMkU2TnpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TXpvaWJtRjJJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjl6YUdGa2IzY2lPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM2RsYVdkb2RDSTdjem93T2lJaU8zTTZPVG9pWm05dWRGOXphWHBsSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1Eb2lJanR6T2pRNklteHZaMjhpTzNNNk1Eb2lJanQ5Y3pveE16b2libUYyWDJKaGNsOWlaV3h2ZHlJN1lUbzNPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qQTZJaUk3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYMlpoYldsc2VTSTdjem93T2lJaU8zTTZORG9pYkc5bmJ5STdjem93T2lJaU8zMXpPakUzT2lKdVlYWmZZbUZ5WDJGc2IyNW5jMmxrWlNJN1lUbzJPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qQTZJaUk3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYMlpoYldsc2VTSTdjem93T2lJaU8zMTkiO3M6MTA6Im1lbWJlcnNoaXAiO3M6ODoiWWpvd093PT0iO3M6NToidGhlbWUiO3M6Njg6IllUb3lPbnR6T2pRNkluUjVjR1VpTzNNNk9Ub2liV0Z5YTJWMGFXNW5JanR6T2pNNkltUnBjaUk3Y3pveE9pSXhJanQ5IjtzOjEyOiJmZWF0dXJlX2FyZWEiO3M6MTIwOiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8wT2lKMGVYQmxJanRwT2pFN2N6bzRPaUp6WlhSMGFXNW5jeUk3WVRveE9udHpPakV5T2lKbWIyNTBYMjl3ZEdsdmJuTWlPMkU2TURwN2ZYMTkiO3M6MTM6ImZlYXR1cmVfdGl0bGUiO3M6NjQ6IllUb3lPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzFPaUowYVhSc1pTSTdjem93T2lJaU8zMD0iO3M6MTE6ImZvb3Rlcl9hcmVhIjtzOjM2ODoiWVRvNE9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lXU0k3Y3pvek9pSnVZWFlpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDNOb1lXUnZkeUk3Y3pvd09pSWlPM002TVRFNkltWnZiblJmZDJWcFoyaDBJanR6T2pZNkltNXZjbTFoYkNJN2N6bzVPaUptYjI1MFgzTnBlbVVpTzNNNk1qb2lNVE1pTzNNNk1URTZJbVp2Ym5SZlptRnRhV3g1SWp0ek9qQTZJaUk3Y3pveE1qb2liR0Z5WjJWZlptOXZkR1Z5SWp0aE9qRTZlM002TnpvaVpXNWhZbXhsWkNJN2N6b3hPaUpPSWp0OWN6b3hOem9pWm05dmRHVnlYMlJwYzJOc1lXbHRaWElpTzJFNk1qcDdjem8zT2lKbGJtRmliR1ZrSWp0ek9qRTZJazRpTzNNNk56b2liV1Z6YzJGblpTSTdjem93T2lJaU8zMTkiO3M6MjE6ImNvbG9yX3NjaGVtZV90ZW1wbGF0ZSI7czo4OiJZam93T3c9PSI7czoxMDoidHlwb2dyYXBoeSI7czoxNjE2OiJZVG95T250ek9qRXpPaUptYjI1MFgyVnNaVzFsYm5SeklqdGhPams2ZTNNNk1UQTZJbk5wZEdWZmRHbDBiR1VpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pJNklqSTBJanR6T2pRNkltWnZiblFpTzNNNk1UVTZJbE52ZFhKalpTQlRZVzV6SUZCeWJ5STdjem8xT2lKemRIbHNaU0k3Y3pvME9pSmliMnhrSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZOem9pZEdGbmJHbHVaU0k3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TVRVNklsTnZkWEpqWlNCVFlXNXpJRkJ5YnlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem8zT2lKa1pXWmhkV3gwSWp0aE9qUTZlM002TkRvaWMybDZaU0k3Y3pveU9pSXhOeUk3Y3pvME9pSm1iMjUwSWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qUTZJaU0wTkRRaU8zMXpPakk2SW1neElqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3hOVG9pVTI5MWNtTmxJRk5oYm5NZ1VISnZJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzMxek9qSTZJbWd5SWp0aE9qUTZlM002TkRvaWMybDZaU0k3Y3pvd09pSWlPM002TkRvaVptOXVkQ0k3Y3pveE5Ub2lVMjkxY21ObElGTmhibk1nVUhKdklqdHpPalU2SW5OMGVXeGxJanR6T2pBNklpSTdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPMzF6T2pJNkltZ3pJanRoT2pRNmUzTTZORG9pYzJsNlpTSTdjem93T2lJaU8zTTZORG9pWm05dWRDSTdjem93T2lJaU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWE02TWpvaWFEUWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakUxT2lKVGIzVnlZMlVnVTJGdWN5QlFjbThpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk1qb2lhRFlpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pBNklpSTdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5ZlhNNk1UUTZJbU52Ykc5eVgyVnNaVzFsYm5SeklqdGhPalk2ZTNNNk1UYzZJbVp2YjNSbGNsOTBaWGgwWDJOdmJHOXlJanR6T2pBNklpSTdjem94TnpvaVptOXZkR1Z5WDJ4cGJtdGZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qSXpPaUptYjI5MFpYSmZiR2x1YTE5b2IzWmxjbDlqYjJ4dmNpSTdjem93T2lJaU8zTTZNVGc2SW1abFlYUjFjbVZmZEdWNGRGOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UZzZJbVpsWVhSMWNtVmZiR2x1YTE5amIyeHZjaUk3Y3pvd09pSWlPM002TWpRNkltWmxZWFIxY21WZmJHbHVhMTlvYjNabGNsOWpiMnh2Y2lJN2N6b3dPaUlpTzMxOSI7czoyMToiY29sb3Jfc2NoZW1lX2FkdmFuY2VkIjtzOjIyODA6IllUbzNPbnR6T2pFek9pSnVZWFpmWW1GeVgyRmliM1psSWp0aE9qRXdPbnR6T2pFek9pSnVZWFpmWW1GeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2libUYyWDJKaGNsOWxibVFpTzNNNk1Eb2lJanR6T2pFNU9pSnVZWFpmWW1GeVgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TnpvaWJtRjJYMkpoY2w5b2IzWmxjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRXdPaUp1WVhaZlltRnlYMkpuSWp0ek9qQTZJaUk3Y3pveU1qb2libUYyWDJKaGNsOWlaMTlvYjNabGNsOXpkR0Z5ZENJN2N6b3dPaUlpTzNNNk1UVTZJbTVoZGw5aVlYSmZaR1JmYkdsdWF5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWkdSZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pFeU9pSnVZWFpmWW1GeVgyeHBibXNpTzNNNk1Eb2lJanR6T2pFek9pSnVZWFpmWW1GeVgyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1UTTZJbTVoZGw5aVlYSmZZbVZzYjNjaU8yRTZNVEE2ZTNNNk1UTTZJbTVoZGw5aVlYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRXhPaUp1WVhaZlltRnlYMlZ1WkNJN2N6b3dPaUlpTzNNNk1UazZJbTVoZGw5aVlYSmZhRzkyWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSnVZWFpmWW1GeVgyaHZkbVZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVEE2SW01aGRsOWlZWEpmWW1jaU8zTTZNRG9pSWp0ek9qSXlPaUp1WVhaZlltRnlYMkpuWDJodmRtVnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOVG9pYm1GMlgySmhjbDlrWkY5c2FXNXJJanR6T2pBNklpSTdjem94TmpvaWJtRjJYMkpoY2w5a1pGOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0OWN6b3hOem9pYm1GMlgySmhjbDloYkc5dVozTnBaR1VpTzJFNk56cDdjem94TURvaWJtRjJYMkpoY2w5aVp5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWW1kZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pJd09pSnVZWFpmWW1GeVgySm5YMjVoZGw5b2IzWmxjaUk3Y3pvd09pSWlPM002TVRJNkltNWhkbDlpWVhKZmJHbHVheUk3Y3pvd09pSWlPM002TVRNNkltNWhkbDlpWVhKZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pFMU9pSnVZWFpmWW1GeVgyUmtYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRTJPaUp1WVhaZlltRnlYMlJrWDJodmRtVnlJanR6T2pBNklpSTdmWE02TVRJNkltWmxZWFIxY21WZllYSmxZU0k3WVRvM09udHpPakV6T2lKbVpXRjBkWEpsWDNOMFlYSjBJanR6T2pBNklpSTdjem94TVRvaVptVmhkSFZ5WlY5bGJtUWlPM002TURvaUlqdHpPakV3T2lKMFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hNRG9pYkdsdWExOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UWTZJbXhwYm10ZmFHOTJaWEpmWTI5c2IzSWlPM002TURvaUlqdHpPakk2SW1KbklqdHpPakE2SWlJN2N6b3hNRG9pWW1kZmIzQjBhVzl1Y3lJN2N6bzJPaUpqWlc1MFpYSWlPMzF6T2pFek9pSm1aV0YwZFhKbFgzUnBkR3hsSWp0aE9qTTZlM002TVRrNkltWmxZWFIxY21WZmRHbDBiR1ZmYzNSaGNuUWlPM002TURvaUlqdHpPakUzT2lKbVpXRjBkWEpsWDNScGRHeGxYMlZ1WkNJN2N6b3dPaUlpTzNNNk1qUTZJbVpsWVhSMWNtVmZkR2wwYkdWZmRHVjRkRjlqYjJ4dmNpSTdjem93T2lJaU8zMXpPalk2SW1admIzUmxjaUk3WVRvNE9udHpPakV5T2lKbWIyOTBaWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakV3T2lKbWIyOTBaWEpmWlc1a0lqdHpPakE2SWlJN2N6b3hOem9pWm05dmRHVnlYM1JsZUhSZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFM09pSm1iMjkwWlhKZmJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TWpNNkltWnZiM1JsY2w5c2FXNXJYMmh2ZG1WeVgyTnZiRzl5SWp0aE9qSTZlM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFMU9pSjBaWGgwWDJSbFkyOXlZWFJwYjI0aU8zTTZNRG9pSWp0OWN6b3hNRG9pZEdWNGRGOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFMk9pSnNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdHpPakE2SWlJN2ZYTTZORG9pY0dGblpTSTdZVG8wT250ek9qRXlPaUp5WlhCbFlYUnBibWRmWW1jaU8zTTZNRG9pSWp0ek9qZzZJbUpuWDJOdmJHOXlJanR6T2pBNklpSTdjem94TURvaWJHbHVhMTlqYjJ4dmNpSTdjem93T2lJaU8zTTZNVFk2SW14cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzNNNk1Eb2lJanQ5ZlE9PSI7czoxNToibW9iaWxlX3JlZGlyZWN0IjtzOjYwOiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdDkiO3M6Mzoic2VvIjtzOjEwMDoiWVRvek9udHpPalU2SW5ScGRHeGxJanR6T2pBNklpSTdjem94TVRvaVpHVnpZM0pwY0hScGIyNGlPM002TURvaUlqdHpPamc2SW10bGVYZHZjbVJ6SWp0ek9qQTZJaUk3ZlE9PSI7czo3OiJzY3JpcHRzIjtzOjM5MjoiWVRveE9udHBPakE3WVRveU9udHpPamc2SW5CdmMybDBhVzl1SWp0ek9qTTZJbU56Y3lJN2N6bzJPaUp6WTNKcGNIUWlPM002TWpJNU9pSXViM0IwYVc0dFltOTRMVEU1SUhBdWNISnBkbUZqZVNCN0NtOXdZV05wZEhrNklEQXVOVHNLY0dGa1pHbHVaeTEwYjNBNklERXdjSGc3Q21OdmJHOXlPaUFqT1RrNU93cDBaWGgwTFdGc2FXZHVPaUJzWldaME93cG1iMjUwTFhOcGVtVTZJREV6Y0hnN0NuMEtMblJsYzNScGJXOXVhV0ZzTFdsdFlXZGxMWE4wZVd4bExUWWdMblJsYzNScGJXOXVhV0ZzTFdsdFlXZGxMV052Ym5SbGJuUWdlMk52Ykc5eU9pTm1abVk3ZlFvdWRHVnpkR2x0YjI1cFlXd3RhVzFoWjJVdGMzUjViR1V0TmlCamFYUmxJSE4wY205dVp5QjdZMjlzYjNJNkkyWm1aanQ5SWp0OWZRPT0iO3M6ODoiZmJfc2hhcmUiO3M6MTI0OiJZVG8wT250ek9qVTZJblJwZEd4bElqdHpPakE2SWlJN2N6b3hNVG9pWkdWelkzSnBjSFJwYjI0aU8zTTZNRG9pSWp0ek9qVTZJbWx0WVdkbElqdHpPakE2SWlJN2N6bzRPaUpzYVd0bFgzVnliQ0k3Y3pvd09pSWlPMzA9IjtzOjg6ImxpZ2h0Ym94IjtzOjM3MTI6IllUbzFPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6bzNPaUp6YUc5M1gyOXVJanR6T2pRNklteHZZV1FpTzNNNk5Eb2lkSGx3WlNJN2N6bzFPaUp2Y0hScGJpSTdjem94TURvaWIzQjBhVzVmWm05eWJTSTdZVG96T250ek9qazZJbVp2Y20xZmFIUnRiQ0k3WVRveE5qcDdjem94TURvaVpXMWhhV3hmWkdGMFlTSTdjem93T2lJaU8zTTZNVE02SW1WdFlXbHNYMkZrWkhKbGMzTWlPM002TURvaUlqdHpPakV5T2lKeVpXUnBjbVZqZEY5MWNtd2lPM002TURvaUlqdHpPakV5T2lKbGVIUnlZVjltYVdWc1pITWlPM002TURvaUlqdHpPakU0T2lKbGJXRnBiRjlsZUhSeVlWOW1hV1ZzWkhNaU8zTTZNRG9pSWp0ek9qUTZJbWgwYld3aU8zTTZNRG9pSWp0ek9qRXdPaUp1WlhkZmQybHVaRzkzSWp0ek9qQTZJaUk3Y3pveE1qb2laR2x6WVdKc1pWOXVZVzFsSWp0ek9qQTZJaUk3Y3pvNE9pSnVZVzFsWDJKdmVDSTdjem93T2lJaU8zTTZPVG9pWlcxaGFXeGZZbTk0SWp0ek9qQTZJaUk3Y3pvMk9pSmhZM1JwYjI0aU8zTTZNRG9pSWp0ek9qWTZJbVpwWld4a2N5STdjem93T2lJaU8zTTZOam9pYldWMGFHOWtJanR6T2pRNkluQnZjM1FpTzNNNk1UWTZJbWx1ZEdWbmNtRjBhVzl1WDNSNWNHVWlPM002TmpvaVlYZGxZbVZ5SWp0ek9qUTZJbXhwYzNRaU8zTTZOam9pTkRBd01qY3hJanR6T2pFME9pSjBhR0Z1YTE5NWIzVmZjR0ZuWlNJN2N6b3lPRG9pYUhSMGNEb3ZMM2QzZHk1dmNIUnBiV2w2WlhCeVpYTnpMbU52YlNJN2ZYTTZOem9pWTI5dWRHVnVkQ0k3WVRvMU9udHpPalU2SW5ScGRHeGxJanR6T2pNeU9pSlRaV3hzSUVGdWVYUm9hVzVuSUZkcGRHZ2dUM0IwYVcxcGVtVlFjbVZ6Y3lJN2N6b3hNVG9pWm05eWJWOW9aV0ZrWlhJaU8zTTZPRGc2SWt4dmNtVnRJR2x3YzNWdElHUnZiRzl5SUhOcGRDQmhiV1YwTENCamIyNXpaV04wWlhSMVpYSWdZV1JwY0dselkybHVaeUJsYkdsMExDQnpaV1FnWkdsaGJTQnViMjUxYlcxNUlHNXBZbWdnWlhWcGMyMXZaQzRpTzNNNk1URTZJbVp2YjNSbGNsOXViM1JsSWp0ek9qWTBPaUpaYjNWeUlHbHVabTl5YldGMGFXOXVJR2x6SURFd01DVWdjMlZqZFhKbElIZHBkR2dnZFhNZ1lXNWtJSGRwYkd3Z2JtVjJaWElnWW1VZ2MyaGhjbVZrSWp0ek9qRXlPaUp1WVcxbFgyUmxabUYxYkhRaU8zTTZNalE2SWtWdWRHVnlJSGx2ZFhJZ1JtbHljM1FnVG1GdFpTNHVMaUk3Y3pveE16b2laVzFoYVd4ZlpHVm1ZWFZzZENJN2N6b3lOem9pUlc1MFpYSWdlVzkxY2lCRmJXRnBiQ0JCWkdSeVpYTnpMaTR1SWp0OWN6b3hNem9pYzNWaWJXbDBYMkoxZEhSdmJpSTdZVG8xTmpwN2N6bzJPaUppZFhSMGIyNGlPMkU2TURwN2ZYTTZPRG9pYkc5allYUnBiMjRpTzNNNk16WTZJbTl3WDJ4cFoyaDBZbTk0WDI5d2RHbHVYMlp2Y20xZmMzVmliV2wwWDJKMWRIUnZiaUk3Y3pvM09pSmpiMjUwWlc1MElqdHpPakE2SWlJN2N6bzBPaUowZVhCbElqdHpPakU2SWpBaU8zTTZOVG9pYVcxaFoyVWlPM002TURvaUlqdHpPakV5T2lKbGJHVnRaVzUwWDNSNWNHVWlPM002TURvaUlqdHpPalE2SW1oeVpXWWlPM002TURvaUlqdHpPakV3T2lKdVpYZGZkMmx1Wkc5M0lqdHpPakE2SWlJN2N6b3lPaUpqWXlJN2N6b3dPaUlpTzNNNk5Ub2lZV3hwWjI0aU8zTTZNRG9pSWp0ek9qUTZJblJsZUhRaU8zTTZNRG9pSWp0ek9qazZJblJsZUhSZmMybDZaU0k3Y3pveU9pSXpNaUk3Y3pveE1Eb2lkR1Y0ZEY5amIyeHZjaUk3Y3pvM09pSWpNREF3TURBd0lqdHpPams2SW5SbGVIUmZabTl1ZENJN2N6b3dPaUlpTzNNNk9Ub2lkR1Y0ZEY5aWIyeGtJanR6T2pFNklqRWlPM002TVRRNkluUmxlSFJmZFc1a1pYSnNhVzVsSWp0ek9qQTZJaUk3Y3pveE1Ub2lkR1Y0ZEY5cGRHRnNhV01pTzNNNk1Eb2lJanR6T2pFNU9pSjBaWGgwWDJ4bGRIUmxjbDl6Y0dGamFXNW5JanR6T2pFNklqQWlPM002TVRNNkluTjFZblJsZUhSZmNHRnVaV3dpTzNNNk1Eb2lJanR6T2pjNkluTjFZblJsZUhRaU8zTTZNRG9pSWp0ek9qRXlPaUp6ZFdKMFpYaDBYM05wZW1VaU8zTTZNRG9pSWp0ek9qRXpPaUp6ZFdKMFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hNam9pYzNWaWRHVjRkRjltYjI1MElqdHpPakE2SWlJN2N6b3hNam9pYzNWaWRHVjRkRjlpYjJ4a0lqdHpPakE2SWlJN2N6b3hOem9pYzNWaWRHVjRkRjkxYm1SbGNteHBibVVpTzNNNk1Eb2lJanR6T2pFME9pSnpkV0owWlhoMFgybDBZV3hwWXlJN2N6b3dPaUlpTzNNNk1qSTZJbk4xWW5SbGVIUmZiR1YwZEdWeVgzTndZV05wYm1jaU8zTTZNRG9pSWp0ek9qRTNPaUowWlhoMFgzTm9ZV1J2ZDE5d1lXNWxiQ0k3Y3pveE9pSlpJanR6T2pJd09pSjBaWGgwWDNOb1lXUnZkMTkyWlhKMGFXTmhiQ0k3Y3pveE9pSXhJanR6T2pJeU9pSjBaWGgwWDNOb1lXUnZkMTlvYjNKcGVtOXVkR0ZzSWp0ek9qRTZJakFpTzNNNk1UYzZJblJsZUhSZmMyaGhaRzkzWDJOdmJHOXlJanR6T2pjNklpTm1abVptTURBaU8zTTZNVFk2SW5SbGVIUmZjMmhoWkc5M1gySnNkWElpTzNNNk1Ub2lNQ0k3Y3pveE16b2ljM1I1YkdsdVoxOTNhV1IwYUNJN2N6b3dPaUlpTzNNNk1UUTZJbk4wZVd4cGJtZGZhR1ZwWjJoMElqdHpPakE2SWlJN2N6b3lNRG9pYzNSNWJHbHVaMTlpYjNKa1pYSmZZMjlzYjNJaU8zTTZOem9pSXpBd01EQXdNQ0k3Y3pveE9Ub2ljM1I1YkdsdVoxOWliM0prWlhKZmMybDZaU0k3Y3pveE9pSXhJanR6T2pJeE9pSnpkSGxzYVc1blgySnZjbVJsY2w5eVlXUnBkWE1pTzNNNk1Ub2lOaUk3Y3pveU1qb2ljM1I1YkdsdVoxOWliM0prWlhKZmIzQmhZMmwwZVNJN2N6b3pPaUl4TURBaU8zTTZNVFk2SW5OMGVXeHBibWRmWjNKaFpHbGxiblFpTzNNNk1Eb2lJanR6T2pFek9pSnpkSGxzYVc1blgzTm9hVzVsSWp0ek9qRTZJbGtpTzNNNk1qZzZJbk4wZVd4cGJtZGZaM0poWkdsbGJuUmZjM1JoY25SZlkyOXNiM0lpTzNNNk56b2lJMlptWm1Zd01DSTdjem95TmpvaWMzUjViR2x1WjE5bmNtRmthV1Z1ZEY5bGJtUmZZMjlzYjNJaU8zTTZOem9pSTJabVlUQXpOU0k3Y3pveE56b2laSEp2Y0Y5emFHRmtiM2RmY0dGdVpXd2lPM002TVRvaVdTSTdjem95TURvaVpISnZjRjl6YUdGa2IzZGZkbVZ5ZEdsallXd2lPM002TVRvaU1TSTdjem95TWpvaVpISnZjRjl6YUdGa2IzZGZhRzl5YVhwdmJuUmhiQ0k3Y3pveE9pSXdJanR6T2pFMk9pSmtjbTl3WDNOb1lXUnZkMTlpYkhWeUlqdHpPakU2SWpFaU8zTTZNVGc2SW1SeWIzQmZjMmhoWkc5M1gzTndjbVZoWkNJN2N6b3hPaUl3SWp0ek9qRTNPaUprY205d1gzTm9ZV1J2ZDE5amIyeHZjaUk3Y3pvM09pSWpNREF3TURBd0lqdHpPakU1T2lKa2NtOXdYM05vWVdSdmQxOXZjR0ZqYVhSNUlqdHpPakk2SWpVd0lqdHpPakU0T2lKcGJuTmxkRjl6YUdGa2IzZGZjR0Z1Wld3aU8zTTZNVG9pV1NJN2N6b3lNVG9pYVc1elpYUmZjMmhoWkc5M1gzWmxjblJwWTJGc0lqdHpPakU2SWpBaU8zTTZNak02SW1sdWMyVjBYM05vWVdSdmQxOW9iM0pwZW05dWRHRnNJanR6T2pFNklqQWlPM002TVRjNkltbHVjMlYwWDNOb1lXUnZkMTlpYkhWeUlqdHpPakU2SWpBaU8zTTZNVGs2SW1sdWMyVjBYM05vWVdSdmQxOXpjSEpsWVdRaU8zTTZNVG9pTVNJN2N6b3hPRG9pYVc1elpYUmZjMmhoWkc5M1gyTnZiRzl5SWp0ek9qYzZJaU5tWm1abU1EQWlPM002TWpBNkltbHVjMlYwWDNOb1lXUnZkMTl2Y0dGamFYUjVJanR6T2pJNklqVXdJanQ5ZlhNNk1USTZJbWgwYld4ZlkyOXVkR1Z1ZENJN1lUb3hPbnR6T2pjNkltTnZiblJsYm5RaU8zTTZNRG9pSWp0OWZRPT0iO3M6MTM6ImV4aXRfcmVkaXJlY3QiO3M6ODg6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUoxY213aU8zTTZNRG9pSWp0ek9qYzZJbTFsYzNOaFoyVWlPM002TURvaUlqdDkiO3M6MTQ6Im9uZV90aW1lX29mZmVyIjtzOjE4ODoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSjFjbXdpTzNNNk1Eb2lJanR6T2pRNkluUnBiV1VpTzJFNk5EcDdjem8wT2lKa1lYbHpJanR6T2pBNklpSTdjem8xT2lKb2IzVnljeUk3Y3pvd09pSWlPM002TnpvaWJXbHVkWFJsY3lJN2N6b3dPaUlpTzNNNk56b2ljMlZqYjI1a2N5STdjem93T2lJaU8zMTkiO3M6MTQ6ImxhdW5jaF9nYXRld2F5IjtzOjg6Illqb3dPdz09IjtzOjEzOiJsYXVuY2hfZnVubmVsIjtzOjE5MjoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvNU9pSm1kVzV1Wld4ZmFXUWlPM002TVRvaU1pSTdjem94TmpvaVoyRjBaWGRoZVY5dmRtVnljbWxrWlNJN1lUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzRPaUp5WldScGNtVmpkQ0k3Y3pvd09pSWlPM002TkRvaVkyOWtaU0k3Y3pvd09pSWlPMzE5Ijt9'),(10,'Clean Video Landing Page',2,'Simple landing page with clean headline and video|http://www.thetradingroom.com/wp-content/uploads/2014/03/template_lp1.jpg','jpg','YToxOntzOjQ6ImJvZHkiO2E6NDp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM3OiJwYWRkaW5nLXRvcDo0MHB4O3BhZGRpbmctYm90dG9tOjMwcHg7IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNDI6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSIyNyIgZm9udF9mb250PSJNb250c2VycmF0IiBmb250X3N0eWxlPSJib2xkIiBmb250X2NvbG9yPSIjMzAzMDMwIiBmb250X3NwYWNpbmc9Ii0xIiBhbGlnbj0iY2VudGVyIl1XYW50IHRvIEJ1aWxkIGEgPHNwYW4gc3R5bGU9ImNvbG9yOiAjMWU5YWUwOyI+U3R1bm5pbmcgV2Vic2l0ZTwvc3Bhbj4gSW4gMzAgTWludXRlcz8gR2V0IFN0YXJ0ZWQgTm93LlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fXM6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM5OiJyb3cgZml2ZS1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxNzE3MTc7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToyMHB4OyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyNDoidGhyZWUtZmlmdGhzIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTU6Ilt2aWRlb19wbGF5ZXIgdHlwZT0ieW91dHViZSIgeW91dHViZV9mb3JjZV9oZD0ibm9uZSIgd2lkdGg9IjU1MCIgaGVpZ2h0PSIzMDkiIGFsaWduPSJsZWZ0IiBtYXJnaW5fdG9wPSIwIiBtYXJnaW5fYm90dG9tPSIwIl1hSFIwY0RvdkwzZDNkeTU1YjNWMGRXSmxMbU52YlM5M1lYUmphRDkyUFV0SVR6Uk1WWEJFUTFCWlsvdmlkZW9fcGxheWVyXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI5OiJ0d28tZmlmdGhzIGNvbHVtbiBjb2xzIG5hcnJvdyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTM2OiJbaGVhZGxpbmUgc3R5bGU9IjEiIGZvbnRfc2l6ZT0iMjMiIGZvbnRfc3R5bGU9Im5vcm1hbCIgZm9udF9jb2xvcj0iI2VjZWJlNCIgYWxpZ249ImxlZnQiXUdldCBPdXIgRnJlZSBTaXRlIEJ1aWxkaW5nIEJsdWVwcmludFsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMwMjoiW3RleHRfYmxvY2sgc3R5bGU9InN0eWxlXzEucG5nIiBhbGlnbj0ibGVmdCIgZm9udF9zaXplPSIxNSIgZm9udF9jb2xvcj0iI2VlZWJkZCIgYm90dG9tX3BhZGRpbmc9IjAiIGJvdHRvbV9tYXJnaW49IjAiIHdpZHRoPSIzNjQiIGxpbmVfaGVpZ2h0PSIyMiJdSW5zdGFudGx5IGRvd25sb2FkIG91ciBzaXRlLWJ1aWxkaW5nIGJsdWVwcmludCB0byBkaXNjb3ZlciB0aGUgc2VjcmV0IHRvIGJ1aWxkaW5nIGEgc3R1bm5pbmcgYW5kIGhpZ2ggY29udmVydGluZyB3ZWJzaXRlIGluIDMwIG1pbnV0ZXMgb3IgbGVzc1svdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTEzODoiW29wdGluX2JveCBzdHlsZT0iMTQiIGFsaWdubWVudD0iY2VudGVyIiBlbWFpbF9kZWZhdWx0PSJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3MiIGludGVncmF0aW9uX3R5cGU9ImVtYWlsIiBuYW1lX2RlZmF1bHQ9IkVudGVyIHlvdXIgZmlyc3QgbmFtZSJdW29wdGluX2JveF9maWVsZCBuYW1lPSJoZWFkbGluZSJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPSJwYXJhZ3JhcGgiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT0icHJpdmFjeSJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT0idG9wX2NvbG9yIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPSIxIiB0ZXh0PSJHZXQgU3RhcnRlZCBOb3ciIHRleHRfc2l6ZT0iMTgiIHRleHRfY29sb3I9IiM1MDQyMTAiIHRleHRfZm9udD0iSGVsdmV0aWNhO2RlZmF1bHQiIHRleHRfYm9sZD0iWSIgdGV4dF9zaGFkb3dfcGFuZWw9IlkiIHRleHRfc2hhZG93X3ZlcnRpY2FsPSIxIiB0ZXh0X3NoYWRvd19jb2xvcj0iI2ZmZmY5ZSIgc3R5bGluZ193aWR0aD0iMTAwIiBzdHlsaW5nX2hlaWdodD0iMTQiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPSIjZDY5MzAwIiBzdHlsaW5nX2JvcmRlcl9zaXplPSIxIiBzdHlsaW5nX2JvcmRlcl9yYWRpdXM9IjYiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9IjEwMCIgc3R5bGluZ19ncmFkaWVudF9zdGFydF9jb2xvcj0iI2ZmY2YwYSIgc3R5bGluZ19ncmFkaWVudF9lbmRfY29sb3I9IiNmZmRhMjIiIGRyb3Bfc2hhZG93X3BhbmVsPSJZIiBkcm9wX3NoYWRvd192ZXJ0aWNhbD0iMSIgZHJvcF9zaGFkb3dfYmx1cj0iMSIgZHJvcF9zaGFkb3dfY29sb3I9IiMwMDAwMDAiIGRyb3Bfc2hhZG93X29wYWNpdHk9IjEwIiBpbnNldF9zaGFkb3dfcGFuZWw9IlkiIGluc2V0X3NoYWRvd192ZXJ0aWNhbD0iMSIgaW5zZXRfc2hhZG93X2NvbG9yPSIjZmZlNTkwIiBpbnNldF9zaGFkb3dfb3BhY2l0eT0iMTAwIiBsb2NhdGlvbj0ib3B0aW5fYm94X3N0eWxlXzE0Il1HZXQgU3RhcnRlZCBOb3dbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czozODoiZWxlbWVudC1jb250YWluZXIgY2YgcGFkLWxlZnQgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fX19fXM6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEwMDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU14TnpFM01UY2lMQ0p3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNakFpZlE9PSI7fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czo1OTM6ImJhY2tncm91bmQ6I2ZjZmNmYztiYWNrZ3JvdW5kOi13ZWJraXQtZ3JhZGllbnQobGluZWFyLCBsZWZ0IHRvcCwgbGVmdCBib3R0b20sIGNvbG9yLXN0b3AoMCUsICNmY2ZjZmMpLCBjb2xvci1zdG9wKDEwMCUsICNmNWY1ZjUpKTtiYWNrZ3JvdW5kOi13ZWJraXQtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1tb3otbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1tcy1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW8tbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOmxpbmVhci1ncmFkaWVudCh0byBib3R0b20sICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7ZmlsdGVyOnByb2dpZDpEWEltYWdlVHJhbnNmb3JtLk1pY3Jvc29mdC5ncmFkaWVudChzdGFydENvbG9yc3RyPSNmY2ZjZmMsIGVuZENvbG9yc3RyPSNmNWY1ZjUsIEdyYWRpZW50VHlwZT0wKTtwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjE1cHg7IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjk6IltpbWFnZXMgc3R5bGU9IjAiIGltYWdlPSJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9hc29zMTEucG5nIiB3aWR0aD0iOTYwIiBhbGlnbj0iY2VudGVyIiB0b3BfbWFyZ2luPSIwIiBib3R0b21fbWFyZ2luPSIwIiBmdWxsX3dpZHRoPSJZIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZMlpqWm1NaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqSXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakUxSW4wPSI7fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjEwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1Mjk6IltjdXN0b21faHRtbF08ZGl2IGlkPSJmYi1yb290Ij48L2Rpdj4KPHNjcmlwdD4oZnVuY3Rpb24oZCwgcywgaWQpIHsKICB2YXIganMsIGZqcyA9IGQuZ2V0RWxlbWVudHNCeVRhZ05hbWUocylbMF07CiAgaWYgKGQuZ2V0RWxlbWVudEJ5SWQoaWQpKSByZXR1cm47CiAganMgPSBkLmNyZWF0ZUVsZW1lbnQocyk7IGpzLmlkID0gaWQ7CiAganMuc3JjID0gIi8vY29ubmVjdC5mYWNlYm9vay5uZXQvZW5fR0IvYWxsLmpzI3hmYm1sPTEmYXBwSWQ9MTkyNDAxMzU0MjQ1MDE1IjsKICBmanMucGFyZW50Tm9kZS5pbnNlcnRCZWZvcmUoanMsIGZqcyk7Cn0oZG9jdW1lbnQsICdzY3JpcHQnLCAnZmFjZWJvb2stanNzZGsnKSk7PC9zY3JpcHQ+CjxkaXYgY2xhc3M9ImZiLWxpa2UiIGRhdGEtaHJlZj0iaHR0cDovL2RldmVsb3BlcnMuZmFjZWJvb2suY29tL2RvY3MvcmVmZXJlbmNlL3BsdWdpbnMvbGlrZSIgZGF0YS1zZW5kPSJ0cnVlIiBkYXRhLXdpZHRoPSI0NTAiIGRhdGEtc2hvdy1mYWNlcz0idHJ1ZSI+PC9kaXY+Wy9jdXN0b21faHRtbF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09Ijt9fX0=','YToxODp7czoxMzoiaGVhZGVyX2xheW91dCI7czoxMDcyOiJZVG94TURwN2N6bzBPaUpzYjJkdklqdHpPamM0T2lKb2RIUndPaTh2ZDNkM0xuUm9aWFJ5WVdScGJtZHliMjl0TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TkM4d015OVRZVzF3YkdWTWIyZHZMVVJoY21zeE1pNXdibWNpTzNNNk5Ub2lZbWRwYldjaU8zTTZNRG9pSWp0ek9qRXhPaUp5WlhCbFlYUmlaMmx0WnlJN2N6b3dPaUlpTzNNNk56b2lZbWRqYjJ4dmNpSTdjem8zT2lJalpqQmxabVl3SWp0ek9qRXdPaUpzYVc1clgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE16b2liV1Z1ZFMxd2IzTnBkR2x2YmlJN2N6bzVPaUpoYkc5dVozTnBaR1VpTzNNNk56b2laVzVoWW14bFpDSTdjem94T2lKT0lqdHpPakV6T2lKdVlYWmZZbUZ5WDJGaWIzWmxJanRoT2pjNmUzTTZOem9pWlc1aFlteGxaQ0k3Y3pveE9pSk9JanR6T2pNNkltNWhkaUk3Y3pvd09pSWlPM002TVRFNkltWnZiblJmYzJoaFpHOTNJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjkzWldsbmFIUWlPM002TURvaUlqdHpPams2SW1admJuUmZjMmw2WlNJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZlptRnRhV3g1SWp0ek9qQTZJaUk3Y3pvME9pSnNiMmR2SWp0ek9qQTZJaUk3ZlhNNk1UTTZJbTVoZGw5aVlYSmZZbVZzYjNjaU8yRTZOenA3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWs0aU8zTTZNem9pYm1GMklqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOXphR0ZrYjNjaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzZGxhV2RvZENJN2N6b3dPaUlpTzNNNk9Ub2labTl1ZEY5emFYcGxJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjltWVcxcGJIa2lPM002TURvaUlqdHpPalE2SW14dloyOGlPM002TURvaUlqdDljem94TnpvaWJtRjJYMkpoY2w5aGJHOXVaM05wWkdVaU8yRTZOanA3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWs0aU8zTTZNem9pYm1GMklqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOXphR0ZrYjNjaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzZGxhV2RvZENJN2N6b3dPaUlpTzNNNk9Ub2labTl1ZEY5emFYcGxJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjltWVcxcGJIa2lPM002TURvaUlqdDlmUT09IjtzOjEwOiJtZW1iZXJzaGlwIjtzOjg6Illqb3dPdz09IjtzOjU6InRoZW1lIjtzOjY4OiJZVG95T250ek9qUTZJblI1Y0dVaU8zTTZPVG9pYldGeWEyVjBhVzVuSWp0ek9qTTZJbVJwY2lJN2N6b3hPaUl4SWp0OSI7czoxMjoiZmVhdHVyZV9hcmVhIjtzOjEyMDoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvME9pSjBlWEJsSWp0cE9qRTdjem80T2lKelpYUjBhVzVuY3lJN1lUb3hPbnR6T2pFeU9pSm1iMjUwWDI5d2RHbHZibk1pTzJFNk1EcDdmWDE5IjtzOjEzOiJmZWF0dXJlX3RpdGxlIjtzOjY0OiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8xT2lKMGFYUnNaU0k3Y3pvd09pSWlPMzA9IjtzOjExOiJmb290ZXJfYXJlYSI7czozNjA6IllUbzRPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNam9pTkRBaU8zTTZNVEU2SW1admJuUmZjMmhoWkc5M0lqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOTNaV2xuYUhRaU8zTTZNRG9pSWp0ek9qazZJbVp2Ym5SZmMybDZaU0k3Y3pvd09pSWlPM002TVRFNkltWnZiblJmWm1GdGFXeDVJanR6T2pBNklpSTdjem94TWpvaWJHRnlaMlZmWm05dmRHVnlJanRoT2pFNmUzTTZOem9pWlc1aFlteGxaQ0k3Y3pveE9pSk9JanQ5Y3pveE56b2labTl2ZEdWeVgyUnBjMk5zWVdsdFpYSWlPMkU2TWpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TnpvaWJXVnpjMkZuWlNJN2N6b3dPaUlpTzMxOSI7czoyMToiY29sb3Jfc2NoZW1lX3RlbXBsYXRlIjtzOjg6Illqb3dPdz09IjtzOjEwOiJ0eXBvZ3JhcGh5IjtzOjE1MjQ6IllUb3lPbnR6T2pFek9pSm1iMjUwWDJWc1pXMWxiblJ6SWp0aE9qazZlM002TVRBNkluTnBkR1ZmZEdsMGJHVWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakE2SWlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem8zT2lKMFlXZHNhVzVsSWp0aE9qUTZlM002TkRvaWMybDZaU0k3Y3pvd09pSWlPM002TkRvaVptOXVkQ0k3Y3pvd09pSWlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk56b2laR1ZtWVhWc2RDSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNam9pTVRVaU8zTTZORG9pWm05dWRDSTdjem94TlRvaVUyOTFjbU5sSUZOaGJuTWdVSEp2SWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem8wT2lJak5EUTBJanQ5Y3pveU9pSm9NU0k3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TVRVNklsTnZkWEpqWlNCVFlXNXpJRkJ5YnlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem95T2lKb01pSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZNVFU2SWxOdmRYSmpaU0JUWVc1eklGQnlieUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTXlJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1Eb2lJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzMxek9qSTZJbWcwSWp0aE9qUTZlM002TkRvaWMybDZaU0k3Y3pvd09pSWlPM002TkRvaVptOXVkQ0k3Y3pvd09pSWlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk1qb2lhRFVpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pBNklpSTdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pveU9pSm9OaUk3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TURvaUlqdHpPalU2SW5OMGVXeGxJanR6T2pBNklpSTdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPMzE5Y3pveE5Eb2lZMjlzYjNKZlpXeGxiV1Z1ZEhNaU8yRTZOanA3Y3pveE56b2labTl2ZEdWeVgzUmxlSFJmWTI5c2IzSWlPM002TURvaUlqdHpPakUzT2lKbWIyOTBaWEpmYkdsdWExOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1qTTZJbVp2YjNSbGNsOXNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hPRG9pWm1WaGRIVnlaVjkwWlhoMFgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE9Eb2labVZoZEhWeVpWOXNhVzVyWDJOdmJHOXlJanR6T2pBNklpSTdjem95TkRvaVptVmhkSFZ5WlY5c2FXNXJYMmh2ZG1WeVgyTnZiRzl5SWp0ek9qQTZJaUk3ZlgwPSI7czoyMToiY29sb3Jfc2NoZW1lX2FkdmFuY2VkIjtzOjI0MjA6IllUbzNPbnR6T2pFek9pSnVZWFpmWW1GeVgyRmliM1psSWp0aE9qRXdPbnR6T2pFek9pSnVZWFpmWW1GeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2libUYyWDJKaGNsOWxibVFpTzNNNk1Eb2lJanR6T2pFNU9pSnVZWFpmWW1GeVgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TnpvaWJtRjJYMkpoY2w5b2IzWmxjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRXdPaUp1WVhaZlltRnlYMkpuSWp0ek9qQTZJaUk3Y3pveU1qb2libUYyWDJKaGNsOWlaMTlvYjNabGNsOXpkR0Z5ZENJN2N6b3dPaUlpTzNNNk1UVTZJbTVoZGw5aVlYSmZaR1JmYkdsdWF5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWkdSZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pFeU9pSnVZWFpmWW1GeVgyeHBibXNpTzNNNk1Eb2lJanR6T2pFek9pSnVZWFpmWW1GeVgyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1UTTZJbTVoZGw5aVlYSmZZbVZzYjNjaU8yRTZNVEE2ZTNNNk1UTTZJbTVoZGw5aVlYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRXhPaUp1WVhaZlltRnlYMlZ1WkNJN2N6b3dPaUlpTzNNNk1UazZJbTVoZGw5aVlYSmZhRzkyWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSnVZWFpmWW1GeVgyaHZkbVZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVEE2SW01aGRsOWlZWEpmWW1jaU8zTTZNRG9pSWp0ek9qSXlPaUp1WVhaZlltRnlYMkpuWDJodmRtVnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOVG9pYm1GMlgySmhjbDlrWkY5c2FXNXJJanR6T2pBNklpSTdjem94TmpvaWJtRjJYMkpoY2w5a1pGOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0OWN6b3hOem9pYm1GMlgySmhjbDloYkc5dVozTnBaR1VpTzJFNk56cDdjem94TURvaWJtRjJYMkpoY2w5aVp5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWW1kZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pJd09pSnVZWFpmWW1GeVgySm5YMjVoZGw5b2IzWmxjaUk3Y3pvd09pSWlPM002TVRJNkltNWhkbDlpWVhKZmJHbHVheUk3Y3pvd09pSWlPM002TVRNNkltNWhkbDlpWVhKZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pFMU9pSnVZWFpmWW1GeVgyUmtYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRTJPaUp1WVhaZlltRnlYMlJrWDJodmRtVnlJanR6T2pBNklpSTdmWE02TVRJNkltWmxZWFIxY21WZllYSmxZU0k3WVRvM09udHpPakV6T2lKbVpXRjBkWEpsWDNOMFlYSjBJanR6T2pBNklpSTdjem94TVRvaVptVmhkSFZ5WlY5bGJtUWlPM002TURvaUlqdHpPakV3T2lKMFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hNRG9pYkdsdWExOWpiMnh2Y2lJN1lUb3lPbnR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE5Ub2lkR1Y0ZEY5a1pXTnZjbUYwYVc5dUlqdHpPakE2SWlJN2ZYTTZNVFk2SW14cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6b3dPaUlpTzMxek9qSTZJbUpuSWp0ek9qQTZJaUk3Y3pveE1Eb2lZbWRmYjNCMGFXOXVjeUk3Y3pvd09pSWlPMzF6T2pFek9pSm1aV0YwZFhKbFgzUnBkR3hsSWp0aE9qTTZlM002TVRrNkltWmxZWFIxY21WZmRHbDBiR1ZmYzNSaGNuUWlPM002TURvaUlqdHpPakUzT2lKbVpXRjBkWEpsWDNScGRHeGxYMlZ1WkNJN2N6b3dPaUlpTzNNNk1qUTZJbVpsWVhSMWNtVmZkR2wwYkdWZmRHVjRkRjlqYjJ4dmNpSTdjem93T2lJaU8zMXpPalk2SW1admIzUmxjaUk3WVRvMU9udHpPakV5T2lKbWIyOTBaWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakV3T2lKbWIyOTBaWEpmWlc1a0lqdHpPakE2SWlJN2N6b3hOem9pWm05dmRHVnlYM1JsZUhSZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFM09pSm1iMjkwWlhKZmJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TWpNNkltWnZiM1JsY2w5c2FXNXJYMmh2ZG1WeVgyTnZiRzl5SWp0aE9qSTZlM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFMU9pSjBaWGgwWDJSbFkyOXlZWFJwYjI0aU8zTTZNRG9pSWp0OWZYTTZORG9pY0dGblpTSTdZVG8wT250ek9qRXlPaUp5WlhCbFlYUnBibWRmWW1jaU8zTTZNRG9pSWp0ek9qZzZJbUpuWDJOdmJHOXlJanR6T2pBNklpSTdjem94TURvaWJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TVRZNklteHBibXRmYUc5MlpYSmZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMTlmUT09IjtzOjE1OiJtb2JpbGVfcmVkaXJlY3QiO3M6NjA6IllUb3lPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUoxY213aU8zTTZNRG9pSWp0OSI7czozOiJzZW8iO3M6MTAwOiJZVG96T250ek9qVTZJblJwZEd4bElqdHpPakE2SWlJN2N6b3hNVG9pWkdWelkzSnBjSFJwYjI0aU8zTTZNRG9pSWp0ek9qZzZJbXRsZVhkdmNtUnpJanR6T2pBNklpSTdmUT09IjtzOjc6InNjcmlwdHMiO3M6MjgwOiJZVG94T250cE9qQTdZVG95T250ek9qZzZJbkJ2YzJsMGFXOXVJanR6T2pNNkltTnpjeUk3Y3pvMk9pSnpZM0pwY0hRaU8zTTZNVFExT2lJdWIzQjBhVzR0WW05NExURTBJR2x1Y0hWMExDQXViM0IwYVc0dFltOTRMVEUwSUdsdWNIVjBPbVp2WTNWeklIdG1iMjUwTFhkbGFXZG9kRG96TURBN2ZRb3ViM0IwYVc0dFltOTRMVEUwSUhBdWNISnBkbUZqZVNCN1kyOXNiM0k2SXpnNE9EdG1iMjUwTFhOcGVtVTZNVE53ZUR0d1lXUmthVzVuTFhSdmNEbzFjSGc3YjNCaFkybDBlVG93TGpoOUlqdDlmUT09IjtzOjg6ImZiX3NoYXJlIjtzOjEyNDoiWVRvME9udHpPalU2SW5ScGRHeGxJanR6T2pBNklpSTdjem94TVRvaVpHVnpZM0pwY0hScGIyNGlPM002TURvaUlqdHpPalU2SW1sdFlXZGxJanR6T2pBNklpSTdjem80T2lKc2FXdGxYM1Z5YkNJN2N6b3dPaUlpTzMwPSI7czo4OiJsaWdodGJveCI7czo4OiJZam93T3c9PSI7czoxMzoiZXhpdF9yZWRpcmVjdCI7czo4ODoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSjFjbXdpTzNNNk1Eb2lJanR6T2pjNkltMWxjM05oWjJVaU8zTTZNRG9pSWp0OSI7czoxNDoib25lX3RpbWVfb2ZmZXIiO3M6MTg4OiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdHpPalE2SW5ScGJXVWlPMkU2TkRwN2N6bzBPaUprWVhseklqdHpPakE2SWlJN2N6bzFPaUpvYjNWeWN5STdjem93T2lJaU8zTTZOem9pYldsdWRYUmxjeUk3Y3pvd09pSWlPM002TnpvaWMyVmpiMjVrY3lJN2N6b3dPaUlpTzMxOSI7czoxNDoibGF1bmNoX2dhdGV3YXkiO3M6ODoiWWpvd093PT0iO3M6MTM6ImxhdW5jaF9mdW5uZWwiO3M6MTkyOiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem81T2lKbWRXNXVaV3hmYVdRaU8zTTZNVG9pTWlJN2N6b3hOam9pWjJGMFpYZGhlVjl2ZG1WeWNtbGtaU0k3WVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvNE9pSnlaV1JwY21WamRDSTdjem93T2lJaU8zTTZORG9pWTI5a1pTSTdjem93T2lJaU8zMTkiO30='),(11,'IM Classic Style 4',2,'Opt-in page with video fakeout and content area|http://www.thetradingroom.com/wp-content/uploads/2014/03/im_classic_4.jpg','jpg','YToxOntzOjQ6ImJvZHkiO2E6MTp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6MzE6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyNDoidGhyZWUtZmlmdGhzIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjU6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxMjI6IltoZWFkbGluZSBzdHlsZT0iMTUiIGZvbnRfc2l6ZT0iMjAiIGFsaWduPSJjZW50ZXIiIGJvdHRvbV9tYXJnaW49IjE1Il1XYXRjaCBUaGlzIEZyZWUgVmlkZW8gTm93IEFuZCBEaXNjb3Zlci4uLlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODA6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSI0MCIgZm9udF9jb2xvcj0iI2M3MjgwZiIgYWxpZ249ImNlbnRlciIgYm90dG9tX21hcmdpbj0iMjAiXUhvdyBZb3UgQ2FuIEJ1aWxkIFNpdGVzIExpa2UgVGhpcyBJbiBNaW51dGVz4oCmV2l0aG91dCBDb2RlIG9yIFRlY2huaWNhbCBTa2lsbHNbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzQxOiJbdGV4dF9ibG9jayBzdHlsZT0ic3R5bGVfMS5wbmciIGFsaWduPSJsZWZ0IiB3aWR0aD0iNTU2Il1Mb3JlbSBpcHN1bSBkb2xvciBzaXQgYW1ldCwgY29uc2VjdGV0dXIgYWRpcGlzY2luZyBlbGl0LiBOdWxsYSBlcmF0IHF1YW0sIHJ1dHJ1bSBldCBlbGl0IHV0LCBldWlzbW9kIHZvbHV0cGF0IGVzdC4gTmFtIHRpbmNpZHVudCByaG9uY3VzIGxlY3R1cywgbmVjIGhlbmRyZXJpdCBudWxsYSBldWlzbW9kIHZpdGFlLiBDbGFzcyBhcHRlbnQgdGFjaXRpIHNvY2lvc3F1IGFkIGxpdG9yYSB0b3JxdWVudCBwZXIgY29udWJpYSBub3N0cmEsIHBlciBpbmNlcHRvcyBoaW1lbmFlb3MuWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzI3OiJbYnVsbGV0X2Jsb2NrIGxhcmdlX2ljb249IjM4LnBuZyIgd2lkdGg9IiIgYWxpZ25tZW50PSJjZW50ZXIiXTx1bD48bGk+TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2NpbmcgZWxpdC48L2xpPjxsaT5BZW5lYW4gZWdldCBwdXJ1cyBlZ2VzdGFzLCB2dWxwdXRhdGUgZXJhdCBpbXBlcmRpZXQuPC9saT48bGk+U2VkIGlhY3VsaXMgc2VtIGV1IGZhY2lsaXNpcyBtYWxlc3VhZGEuPC9saT48bGk+VXQgYSBsaWd1bGEgdml0YWUgYW50ZSB2dWxwdXRhdGUgY29uc2VjdGV0dXIgcXVpcyBldSB1cm5hLjwvbGk+PC91bD5bL2J1bGxldF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo0O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0OToiW3RleHRfYmxvY2sgc3R5bGU9InN0eWxlXzEucG5nIiBhbGlnbj0ibGVmdCIgd2lkdGg9IjU1NiJdRW50ZXIgeW91ciBkZXRhaWxzIG5vdyBmb3IgaW5zdGFudCBhY2Nlc3MgdG8gdGhlIDxzdHJvbmc+ZnJlZSB2aWRlby4uLjwvc3Ryb25nPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6NDp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3MjoiW2ltZ19hbGVydCBpbWFnZT0iaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvcHJldmlldy5qcGciIHRleHQ9IldBSVQhIFlvdSBtdXN0IGVudGVyIHlvdXIgbmFtZSBhbmQgZW1haWwgZm9yIGluc3RhbnQgYWNjZXNzIHRvIHRoaXMgdmlkZW8uLi4iXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTQ5OiJbaGVhZGxpbmUgc3R5bGU9IjEiIGZvbnRfc2l6ZT0iMzUiIGZvbnRfZm9udD0iU2hhZG93cyBJbnRvIExpZ2h0IiBmb250X2NvbG9yPSIjZTgwMDAwIiBhbGlnbj0iY2VudGVyIiB0b3BfbWFyZ2luPSIxMCJdR2V0IEZyZWUgQWNjZXNzIE5vdyFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDc6IlthcnJvd3Mgc3R5bGU9ImFycm93LXJlZC0yLnBuZyIgYWxpZ249ImNlbnRlciJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1NzQ6IltvcHRpbl9ib3ggc3R5bGU9IjciIGFsaWdubWVudD0iY2VudGVyIiBlbWFpbF9kZWZhdWx0PSJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3MiIGludGVncmF0aW9uX3R5cGU9ImVtYWlsIiBuYW1lX2RlZmF1bHQ9IkVudGVyIHlvdXIgZmlyc3QgbmFtZSJdW29wdGluX2JveF9maWVsZCBuYW1lPSJoZWFkbGluZSJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPSJwYXJhZ3JhcGgiXVJXNTBaWElnZVc5MWNpQnVZVzFsSUdGdVpDQmxiV0ZwYkNCaVpXeHZkeUE4YzNSeWIyNW5QbTV2ZHk0dUxqd3ZjM1J5YjI1blBnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9InByaXZhY3kiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9InRvcF9jb2xvciJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT0iMCIgYnV0dG9uX2JlbG93PSJZIl1HZXQgSW5zdGFudCBBY2Nlc3MhWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX0=','YToxODp7czoxMzoiaGVhZGVyX2xheW91dCI7czoxMDY4OiJZVG94TURwN2N6bzBPaUpzYjJkdklqdHpPamMzT2lKb2RIUndPaTh2ZDNkM0xuUm9aWFJ5WVdScGJtZHliMjl0TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TkM4d015OVRZVzF3YkdWTWIyZHZMVVJoY21zeUxuQnVaeUk3Y3pvMU9pSmlaMmx0WnlJN2N6b3dPaUlpTzNNNk1URTZJbkpsY0dWaGRHSm5hVzFuSWp0ek9qQTZJaUk3Y3pvM09pSmlaMk52Ykc5eUlqdHpPamM2SWlObU1HVm1aakFpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFek9pSnRaVzUxTFhCdmMybDBhVzl1SWp0ek9qazZJbUZzYjI1bmMybGtaU0k3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWs0aU8zTTZNVE02SW01aGRsOWlZWEpmWVdKdmRtVWlPMkU2TnpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TXpvaWJtRjJJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjl6YUdGa2IzY2lPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM2RsYVdkb2RDSTdjem93T2lJaU8zTTZPVG9pWm05dWRGOXphWHBsSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1Eb2lJanR6T2pRNklteHZaMjhpTzNNNk1Eb2lJanQ5Y3pveE16b2libUYyWDJKaGNsOWlaV3h2ZHlJN1lUbzNPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qQTZJaUk3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYMlpoYldsc2VTSTdjem93T2lJaU8zTTZORG9pYkc5bmJ5STdjem93T2lJaU8zMXpPakUzT2lKdVlYWmZZbUZ5WDJGc2IyNW5jMmxrWlNJN1lUbzJPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qQTZJaUk3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYMlpoYldsc2VTSTdjem93T2lJaU8zMTkiO3M6MTA6Im1lbWJlcnNoaXAiO3M6ODoiWWpvd093PT0iO3M6NToidGhlbWUiO3M6Njg6IllUb3lPbnR6T2pRNkluUjVjR1VpTzNNNk9Ub2liV0Z5YTJWMGFXNW5JanR6T2pNNkltUnBjaUk3Y3pveE9pSXhJanQ5IjtzOjEyOiJmZWF0dXJlX2FyZWEiO3M6MTIwOiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8wT2lKMGVYQmxJanRwT2pFN2N6bzRPaUp6WlhSMGFXNW5jeUk3WVRveE9udHpPakV5T2lKbWIyNTBYMjl3ZEdsdmJuTWlPMkU2TURwN2ZYMTkiO3M6MTM6ImZlYXR1cmVfdGl0bGUiO3M6NjQ6IllUb3lPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzFPaUowYVhSc1pTSTdjem93T2lJaU8zMD0iO3M6MTE6ImZvb3Rlcl9hcmVhIjtzOjM2MDoiWVRvNE9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lXU0k3Y3pvek9pSnVZWFlpTzNNNk1Ub2lNeUk3Y3pveE1Ub2labTl1ZEY5emFHRmtiM2NpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDNkbGFXZG9kQ0k3Y3pvd09pSWlPM002T1RvaVptOXVkRjl6YVhwbElqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOW1ZVzFwYkhraU8zTTZNRG9pSWp0ek9qRXlPaUpzWVhKblpWOW1iMjkwWlhJaU8yRTZNVHA3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWs0aU8zMXpPakUzT2lKbWIyOTBaWEpmWkdselkyeGhhVzFsY2lJN1lUb3lPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzNPaUp0WlhOellXZGxJanR6T2pBNklpSTdmWDA9IjtzOjIxOiJjb2xvcl9zY2hlbWVfdGVtcGxhdGUiO3M6ODoiWWpvd093PT0iO3M6MTA6InR5cG9ncmFwaHkiO3M6MTU0NDoiWVRveU9udHpPakV6T2lKbWIyNTBYMlZzWlcxbGJuUnpJanRoT2prNmUzTTZNVEE2SW5OcGRHVmZkR2wwYkdVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qQTZJaUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6bzNPaUowWVdkc2FXNWxJanRoT2pRNmUzTTZORG9pYzJsNlpTSTdjem93T2lJaU8zTTZORG9pWm05dWRDSTdjem93T2lJaU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWE02TnpvaVpHVm1ZWFZzZENJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1qb2lNVGNpTzNNNk5Eb2labTl1ZENJN2N6b3hOVG9pVTI5MWNtTmxJRk5oYm5NZ1VISnZJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6bzBPaUlqTkRRMElqdDljem95T2lKb01TSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZNVFU2SWxOdmRYSmpaU0JUWVc1eklGQnlieUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTWlJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1UVTZJbE52ZFhKalpTQlRZVzV6SUZCeWJ5STdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pveU9pSm9NeUk3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TVRVNklsTnZkWEpqWlNCVFlXNXpJRkJ5YnlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem95T2lKb05DSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZNRG9pSWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zMXpPakk2SW1nMUlqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3dPaUlpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURZaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qQTZJaUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWZYTTZNVFE2SW1OdmJHOXlYMlZzWlcxbGJuUnpJanRoT2pZNmUzTTZNVGM2SW1admIzUmxjbDkwWlhoMFgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE56b2labTl2ZEdWeVgyeHBibXRmWTI5c2IzSWlPM002TURvaUlqdHpPakl6T2lKbWIyOTBaWEpmYkdsdWExOW9iM1psY2w5amIyeHZjaUk3Y3pvd09pSWlPM002TVRnNkltWmxZWFIxY21WZmRHVjRkRjlqYjJ4dmNpSTdjem93T2lJaU8zTTZNVGc2SW1abFlYUjFjbVZmYkdsdWExOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1qUTZJbVpsWVhSMWNtVmZiR2x1YTE5b2IzWmxjbDlqYjJ4dmNpSTdjem93T2lJaU8zMTkiO3M6MjE6ImNvbG9yX3NjaGVtZV9hZHZhbmNlZCI7czoyNDQwOiJZVG8zT250ek9qRXpPaUp1WVhaZlltRnlYMkZpYjNabElqdGhPakV3T250ek9qRXpPaUp1WVhaZlltRnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hNVG9pYm1GMlgySmhjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRTVPaUp1WVhaZlltRnlYMmh2ZG1WeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE56b2libUYyWDJKaGNsOW9iM1psY2w5bGJtUWlPM002TURvaUlqdHpPakV3T2lKdVlYWmZZbUZ5WDJKbklqdHpPakE2SWlJN2N6b3lNam9pYm1GMlgySmhjbDlpWjE5b2IzWmxjbDl6ZEdGeWRDSTdjem93T2lJaU8zTTZNVFU2SW01aGRsOWlZWEpmWkdSZmJHbHVheUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlpHUmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRXlPaUp1WVhaZlltRnlYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRXpPaUp1WVhaZlltRnlYMmh2ZG1WeUlqdHpPakE2SWlJN2ZYTTZNVE02SW01aGRsOWlZWEpmWW1Wc2IzY2lPMkU2TVRBNmUzTTZNVE02SW01aGRsOWlZWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakV4T2lKdVlYWmZZbUZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVGs2SW01aGRsOWlZWEpmYUc5MlpYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRTNPaUp1WVhaZlltRnlYMmh2ZG1WeVgyVnVaQ0k3Y3pvd09pSWlPM002TVRBNkltNWhkbDlpWVhKZlltY2lPM002TURvaUlqdHpPakl5T2lKdVlYWmZZbUZ5WDJKblgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TlRvaWJtRjJYMkpoY2w5a1pGOXNhVzVySWp0ek9qQTZJaUk3Y3pveE5qb2libUYyWDJKaGNsOWtaRjlvYjNabGNpSTdjem93T2lJaU8zTTZNVEk2SW01aGRsOWlZWEpmYkdsdWF5STdjem93T2lJaU8zTTZNVE02SW01aGRsOWlZWEpmYUc5MlpYSWlPM002TURvaUlqdDljem94TnpvaWJtRjJYMkpoY2w5aGJHOXVaM05wWkdVaU8yRTZOenA3Y3pveE1Eb2libUYyWDJKaGNsOWlaeUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlltZGZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qSXdPaUp1WVhaZlltRnlYMkpuWDI1aGRsOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRTFPaUp1WVhaZlltRnlYMlJrWDJ4cGJtc2lPM002TURvaUlqdHpPakUyT2lKdVlYWmZZbUZ5WDJSa1gyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1USTZJbVpsWVhSMWNtVmZZWEpsWVNJN1lUbzNPbnR6T2pFek9pSm1aV0YwZFhKbFgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2labVZoZEhWeVpWOWxibVFpTzNNNk1Eb2lJanR6T2pFd09pSjBaWGgwWDJOdmJHOXlJanR6T2pBNklpSTdjem94TURvaWJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TVRZNklteHBibXRmYUc5MlpYSmZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMXpPakk2SW1KbklqdHpPakE2SWlJN2N6b3hNRG9pWW1kZmIzQjBhVzl1Y3lJN2N6b3dPaUlpTzMxek9qRXpPaUptWldGMGRYSmxYM1JwZEd4bElqdGhPak02ZTNNNk1UazZJbVpsWVhSMWNtVmZkR2wwYkdWZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSm1aV0YwZFhKbFgzUnBkR3hsWDJWdVpDSTdjem93T2lJaU8zTTZNalE2SW1abFlYUjFjbVZmZEdsMGJHVmZkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPMzF6T2pZNkltWnZiM1JsY2lJN1lUbzFPbnR6T2pFeU9pSm1iMjkwWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFd09pSm1iMjkwWlhKZlpXNWtJanR6T2pBNklpSTdjem94TnpvaVptOXZkR1Z5WDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTNPaUptYjI5MFpYSmZiR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qUTZJbTV2Ym1VaU8zMXpPakl6T2lKbWIyOTBaWEpmYkdsdWExOW9iM1psY2w5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qUTZJbTV2Ym1VaU8zMTljem8wT2lKd1lXZGxJanRoT2pRNmUzTTZNVEk2SW5KbGNHVmhkR2x1WjE5aVp5STdjem93T2lJaU8zTTZPRG9pWW1kZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFd09pSnNhVzVyWDJOdmJHOXlJanRoT2pJNmUzTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk5Eb2libTl1WlNJN2ZYTTZNVFk2SW14cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6bzBPaUp1YjI1bElqdDlmWDA9IjtzOjE1OiJtb2JpbGVfcmVkaXJlY3QiO3M6ODoiWWpvd093PT0iO3M6Mzoic2VvIjtzOjg6Illqb3dPdz09IjtzOjc6InNjcmlwdHMiO3M6ODoiWWpvd093PT0iO3M6ODoiZmJfc2hhcmUiO3M6ODoiWWpvd093PT0iO3M6ODoibGlnaHRib3giO3M6ODoiWWpvd093PT0iO3M6MTM6ImV4aXRfcmVkaXJlY3QiO3M6ODoiWWpvd093PT0iO3M6MTQ6Im9uZV90aW1lX29mZmVyIjtzOjg6Illqb3dPdz09IjtzOjE0OiJsYXVuY2hfZ2F0ZXdheSI7czo4OiJZam93T3c9PSI7czoxMzoibGF1bmNoX2Z1bm5lbCI7czoxOTI6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzVPaUptZFc1dVpXeGZhV1FpTzNNNk1Ub2lNaUk3Y3pveE5qb2laMkYwWlhkaGVWOXZkbVZ5Y21sa1pTSTdZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem80T2lKeVpXUnBjbVZqZENJN2N6b3dPaUlpTzNNNk5Eb2lZMjlrWlNJN2N6b3dPaUlpTzMxOSI7fQ=='),(12,'Simple Landing Page',2,'Clean landing page with headline and opt-in|http://www.thetradingroom.com/wp-content/uploads/2014/03/clean_short_lp1.jpg','jpg','YToxOntzOjQ6ImJvZHkiO2E6Mjp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU5MjoiYmFja2dyb3VuZDojMjY5N2RhO2JhY2tncm91bmQ6LXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgY29sb3Itc3RvcCgwJSwgIzI2OTdkYSksIGNvbG9yLXN0b3AoMTAwJSwgIzIwODJiYykpO2JhY2tncm91bmQ6LXdlYmtpdC1saW5lYXItZ3JhZGllbnQodG9wLCAjMjY5N2RhIDAlLCAjMjA4MmJjIDEwMCUpO2JhY2tncm91bmQ6LW1vei1saW5lYXItZ3JhZGllbnQodG9wLCAjMjY5N2RhIDAlLCAjMjA4MmJjIDEwMCUpO2JhY2tncm91bmQ6LW1zLWxpbmVhci1ncmFkaWVudCh0b3AsICMyNjk3ZGEgMCUsICMyMDgyYmMgMTAwJSk7YmFja2dyb3VuZDotby1saW5lYXItZ3JhZGllbnQodG9wLCAjMjY5N2RhIDAlLCAjMjA4MmJjIDEwMCUpO2JhY2tncm91bmQ6bGluZWFyLWdyYWRpZW50KHRvIGJvdHRvbSwgIzI2OTdkYSAwJSwgIzIwODJiYyAxMDAlKTtmaWx0ZXI6cHJvZ2lkOkRYSW1hZ2VUcmFuc2Zvcm0uTWljcm9zb2Z0LmdyYWRpZW50KHN0YXJ0Q29sb3JzdHI9IzI2OTdkYSwgZW5kQ29sb3JzdHI9IzIwODJiYywgR3JhZGllbnRUeXBlPTApO3BhZGRpbmctdG9wOjE1cHg7cGFkZGluZy1ib3R0b206NXB4OyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTQyOiJbaGVhZGxpbmUgc3R5bGU9IjEiIGZvbnRfc2l6ZT0iMjQiIGZvbnRfc3R5bGU9ImJvbGQiIGZvbnRfY29sb3I9IiNmZmZmZmYiIGFsaWduPSJjZW50ZXIiXVdlYiBDb252ZXJzaW9uIEV4cGVydCBKYW1lcyBEeXNvbiBSZXZlYWxzOlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fXM6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjE0MDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU15TmprM1pHRWlMQ0ppWVdOclozSnZkVzVrUTI5c2IzSkZibVFpT2lJak1qQTRNbUpqSWl3aWNHRmtaR2x1WjFSdmNDSTZJakUxSWl3aWNHRmtaR2x1WjBKdmRIUnZiU0k2SWpVaWZRPT0iO31pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTc6InBhZGRpbmctdG9wOjIwcHg7IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNTY6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSI0MCIgZm9udF9jb2xvcj0iIzI2OTdkYSIgYWxpZ249ImNlbnRlciJdIlRoZSBTaW1wbGUgMy1TdGVwIEZvcm11bGEgRm9yIEJ1aWxkaW5nPGJyIC8+TWFya2V0aW5nIFNpdGVzIFRoYXQgQ29udmVydCJbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjAxOiJbaGVhZGxpbmUgc3R5bGU9IjEiIGZvbnRfc2l6ZT0iMTgiIGZvbnRfc3R5bGU9ImJvbGQiIGZvbnRfY29sb3I9IiM1ZTVlNWUiIGFsaWduPSJjZW50ZXIiXUVudGVyIHlvdXIgbmFtZSBhbmQgZW1haWwgYmVsb3cgZm9yIGluc3RhbnQgYWNjZXNzPGJyIC8+dG8gdGhlIGZyZWUgcmVwb3J0IGFuZCBtb3JlIHZhbHVhYmxlIHRyYWluaW5nWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjYxMjoiW29wdGluX2JveCBzdHlsZT0iNyIgYWxpZ25tZW50PSJjZW50ZXIiIGVtYWlsX2RlZmF1bHQ9IkVudGVyIHlvdXIgZW1haWwgYWRkcmVzcyIgaW50ZWdyYXRpb25fdHlwZT0iZW1haWwiIG5hbWVfZGVmYXVsdD0iRW50ZXIgeW91ciBmaXJzdCBuYW1lIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9ImhlYWRsaW5lIl1IZXJlJ3MgVGhlIEhlYWRsaW5lIEZvciBUaGUgQm94Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPSJwYXJhZ3JhcGgiXUxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaXNjaW5nIGVsaXQuIERvbmVjIHZlbCBudW5jIG5vbiBsYWN1cyB2ZW5lbmF0aXMgY29tbW9kby5bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9InByaXZhY3kiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9InRvcF9jb2xvciJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT0iMCJdR2V0IEluc3RhbnQgQWNjZXNzIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMDoiW3ZlcnRpY2FsX3NwYWNpbmcgaGVpZ2h0PSI0MCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fXM6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjI4OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlmUT09Ijt9fX0=','YToxODp7czoxMzoiaGVhZGVyX2xheW91dCI7czoxMDY4OiJZVG94TURwN2N6bzBPaUpzYjJkdklqdHpPamMzT2lKb2RIUndPaTh2ZDNkM0xuUm9aWFJ5WVdScGJtZHliMjl0TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TkM4d015OVRZVzF3YkdWTWIyZHZMVVJoY21zMUxuQnVaeUk3Y3pvMU9pSmlaMmx0WnlJN2N6b3dPaUlpTzNNNk1URTZJbkpsY0dWaGRHSm5hVzFuSWp0ek9qQTZJaUk3Y3pvM09pSmlaMk52Ykc5eUlqdHpPamM2SWlObU1HVm1aakFpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFek9pSnRaVzUxTFhCdmMybDBhVzl1SWp0ek9qazZJbUZzYjI1bmMybGtaU0k3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWs0aU8zTTZNVE02SW01aGRsOWlZWEpmWVdKdmRtVWlPMkU2TnpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TXpvaWJtRjJJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjl6YUdGa2IzY2lPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM2RsYVdkb2RDSTdjem93T2lJaU8zTTZPVG9pWm05dWRGOXphWHBsSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1Eb2lJanR6T2pRNklteHZaMjhpTzNNNk1Eb2lJanQ5Y3pveE16b2libUYyWDJKaGNsOWlaV3h2ZHlJN1lUbzNPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qQTZJaUk3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYMlpoYldsc2VTSTdjem93T2lJaU8zTTZORG9pYkc5bmJ5STdjem93T2lJaU8zMXpPakUzT2lKdVlYWmZZbUZ5WDJGc2IyNW5jMmxrWlNJN1lUbzJPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qQTZJaUk3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYMlpoYldsc2VTSTdjem93T2lJaU8zMTkiO3M6MjE6ImNvbG9yX3NjaGVtZV9hZHZhbmNlZCI7czoyNTA4OiJZVG8zT250ek9qRXpPaUp1WVhaZlltRnlYMkZpYjNabElqdGhPakV3T250ek9qRXpPaUp1WVhaZlltRnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hNVG9pYm1GMlgySmhjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRTVPaUp1WVhaZlltRnlYMmh2ZG1WeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE56b2libUYyWDJKaGNsOW9iM1psY2w5bGJtUWlPM002TURvaUlqdHpPakV3T2lKdVlYWmZZbUZ5WDJKbklqdHpPakE2SWlJN2N6b3lNam9pYm1GMlgySmhjbDlpWjE5b2IzWmxjbDl6ZEdGeWRDSTdjem93T2lJaU8zTTZNVFU2SW01aGRsOWlZWEpmWkdSZmJHbHVheUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlpHUmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRXlPaUp1WVhaZlltRnlYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRXpPaUp1WVhaZlltRnlYMmh2ZG1WeUlqdHpPakE2SWlJN2ZYTTZNVE02SW01aGRsOWlZWEpmWW1Wc2IzY2lPMkU2TVRBNmUzTTZNVE02SW01aGRsOWlZWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakV4T2lKdVlYWmZZbUZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVGs2SW01aGRsOWlZWEpmYUc5MlpYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRTNPaUp1WVhaZlltRnlYMmh2ZG1WeVgyVnVaQ0k3Y3pvd09pSWlPM002TVRBNkltNWhkbDlpWVhKZlltY2lPM002TURvaUlqdHpPakl5T2lKdVlYWmZZbUZ5WDJKblgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TlRvaWJtRjJYMkpoY2w5a1pGOXNhVzVySWp0ek9qQTZJaUk3Y3pveE5qb2libUYyWDJKaGNsOWtaRjlvYjNabGNpSTdjem93T2lJaU8zTTZNVEk2SW01aGRsOWlZWEpmYkdsdWF5STdjem93T2lJaU8zTTZNVE02SW01aGRsOWlZWEpmYUc5MlpYSWlPM002TURvaUlqdDljem94TnpvaWJtRjJYMkpoY2w5aGJHOXVaM05wWkdVaU8yRTZOenA3Y3pveE1Eb2libUYyWDJKaGNsOWlaeUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlltZGZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qSXdPaUp1WVhaZlltRnlYMkpuWDI1aGRsOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRTFPaUp1WVhaZlltRnlYMlJrWDJ4cGJtc2lPM002TURvaUlqdHpPakUyT2lKdVlYWmZZbUZ5WDJSa1gyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1USTZJbVpsWVhSMWNtVmZZWEpsWVNJN1lUbzNPbnR6T2pFek9pSm1aV0YwZFhKbFgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2labVZoZEhWeVpWOWxibVFpTzNNNk1Eb2lJanR6T2pFd09pSjBaWGgwWDJOdmJHOXlJanR6T2pBNklpSTdjem94TURvaWJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TVRZNklteHBibXRmYUc5MlpYSmZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMXpPakk2SW1KbklqdHpPakE2SWlJN2N6b3hNRG9pWW1kZmIzQjBhVzl1Y3lJN2N6b3dPaUlpTzMxek9qRXpPaUptWldGMGRYSmxYM1JwZEd4bElqdGhPak02ZTNNNk1UazZJbVpsWVhSMWNtVmZkR2wwYkdWZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSm1aV0YwZFhKbFgzUnBkR3hsWDJWdVpDSTdjem93T2lJaU8zTTZNalE2SW1abFlYUjFjbVZmZEdsMGJHVmZkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPMzF6T2pZNkltWnZiM1JsY2lJN1lUbzFPbnR6T2pFeU9pSm1iMjkwWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFd09pSm1iMjkwWlhKZlpXNWtJanR6T2pBNklpSTdjem94TnpvaVptOXZkR1Z5WDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTNPaUptYjI5MFpYSmZiR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlhNNk1qTTZJbVp2YjNSbGNsOXNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdGhPakk2ZTNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTFPaUowWlhoMFgyUmxZMjl5WVhScGIyNGlPM002TURvaUlqdDlmWE02TkRvaWNHRm5aU0k3WVRvME9udHpPakV5T2lKeVpYQmxZWFJwYm1kZlltY2lPM002TmpjNkltaDBkSEE2THk5M2QzY3VkR2hsZEhKaFpHbHVaM0p2YjIwdVkyOXRMM2R3TFdOdmJuUmxiblF2ZFhCc2IyRmtjeTh5TURFMEx6QXpMMkpoWTJzeE1TNXdibWNpTzNNNk9Eb2lZbWRmWTI5c2IzSWlPM002TURvaUlqdHpPakV3T2lKc2FXNXJYMk52Ykc5eUlqdGhPakk2ZTNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTFPaUowWlhoMFgyUmxZMjl5WVhScGIyNGlPM002TURvaUlqdDljem94TmpvaWJHbHVhMTlvYjNabGNsOWpiMnh2Y2lJN1lUb3lPbnR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE5Ub2lkR1Y0ZEY5a1pXTnZjbUYwYVc5dUlqdHpPakE2SWlJN2ZYMTkiO3M6MTA6Im1lbWJlcnNoaXAiO3M6ODoiWWpvd093PT0iO3M6NToidGhlbWUiO3M6Njg6IllUb3lPbnR6T2pRNkluUjVjR1VpTzNNNk9Ub2liV0Z5YTJWMGFXNW5JanR6T2pNNkltUnBjaUk3Y3pveE9pSXhJanQ5IjtzOjEyOiJmZWF0dXJlX2FyZWEiO3M6MTIwOiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8wT2lKMGVYQmxJanRwT2pFN2N6bzRPaUp6WlhSMGFXNW5jeUk3WVRveE9udHpPakV5T2lKbWIyNTBYMjl3ZEdsdmJuTWlPMkU2TURwN2ZYMTkiO3M6MTM6ImZlYXR1cmVfdGl0bGUiO3M6NjQ6IllUb3lPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzFPaUowYVhSc1pTSTdjem93T2lJaU8zMD0iO3M6MTE6ImZvb3Rlcl9hcmVhIjtzOjM4NDoiWVRvNE9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lXU0k3Y3pvek9pSnVZWFlpTzNNNk1qb2lNakVpTzNNNk1URTZJbVp2Ym5SZmMyaGhaRzkzSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5M1pXbG5hSFFpTzNNNk1Eb2lJanR6T2prNkltWnZiblJmYzJsNlpTSTdjem93T2lJaU8zTTZNVEU2SW1admJuUmZabUZ0YVd4NUlqdHpPakUxT2lKVGIzVnlZMlVnVTJGdWN5QlFjbThpTzNNNk1USTZJbXhoY21kbFgyWnZiM1JsY2lJN1lUb3hPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2ZYTTZNVGM2SW1admIzUmxjbDlrYVhOamJHRnBiV1Z5SWp0aE9qSTZlM002TnpvaVpXNWhZbXhsWkNJN2N6b3hPaUpPSWp0ek9qYzZJbTFsYzNOaFoyVWlPM002TURvaUlqdDlmUT09IjtzOjIxOiJjb2xvcl9zY2hlbWVfdGVtcGxhdGUiO3M6ODoiWWpvd093PT0iO3M6MTA6InR5cG9ncmFwaHkiO3M6MTY2MDoiWVRveU9udHpPakV6T2lKbWIyNTBYMlZzWlcxbGJuUnpJanRoT2prNmUzTTZNVEE2SW5OcGRHVmZkR2wwYkdVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TlRvaWMzUjViR1VpTzNNNk5qb2libTl5YldGc0lqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWE02TnpvaWRHRm5iR2x1WlNJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1UVTZJbE52ZFhKalpTQlRZVzV6SUZCeWJ5STdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pvM09pSmtaV1poZFd4MElqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3lPaUl4TnlJN2N6bzBPaUptYjI1MElqdHpPakUxT2lKVGIzVnlZMlVnVTJGdWN5QlFjbThpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPalE2SWlNME5EUWlPMzF6T2pJNkltZ3hJanRoT2pRNmUzTTZORG9pYzJsNlpTSTdjem93T2lJaU8zTTZORG9pWm05dWRDSTdjem94TlRvaVUyOTFjbU5sSUZOaGJuTWdVSEp2SWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zMXpPakk2SW1neUlqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3hOVG9pVTI5MWNtTmxJRk5oYm5NZ1VISnZJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzMxek9qSTZJbWd6SWp0aE9qUTZlM002TkRvaWMybDZaU0k3Y3pvd09pSWlPM002TkRvaVptOXVkQ0k3Y3pveE5Ub2lVMjkxY21ObElGTmhibk1nVUhKdklqdHpPalU2SW5OMGVXeGxJanR6T2pBNklpSTdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPMzF6T2pJNkltZzBJanRoT2pRNmUzTTZORG9pYzJsNlpTSTdjem93T2lJaU8zTTZORG9pWm05dWRDSTdjem94TlRvaVUyOTFjbU5sSUZOaGJuTWdVSEp2SWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zMXpPakk2SW1nMUlqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3hOVG9pVTI5MWNtTmxJRk5oYm5NZ1VISnZJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzMxek9qSTZJbWcySWp0aE9qUTZlM002TkRvaWMybDZaU0k3Y3pvd09pSWlPM002TkRvaVptOXVkQ0k3Y3pveE5Ub2lVMjkxY21ObElGTmhibk1nVUhKdklqdHpPalU2SW5OMGVXeGxJanR6T2pBNklpSTdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPMzE5Y3pveE5Eb2lZMjlzYjNKZlpXeGxiV1Z1ZEhNaU8yRTZOanA3Y3pveE56b2labTl2ZEdWeVgzUmxlSFJmWTI5c2IzSWlPM002TURvaUlqdHpPakUzT2lKbWIyOTBaWEpmYkdsdWExOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1qTTZJbVp2YjNSbGNsOXNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hPRG9pWm1WaGRIVnlaVjkwWlhoMFgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE9Eb2labVZoZEhWeVpWOXNhVzVyWDJOdmJHOXlJanR6T2pBNklpSTdjem95TkRvaVptVmhkSFZ5WlY5c2FXNXJYMmh2ZG1WeVgyTnZiRzl5SWp0ek9qQTZJaUk3ZlgwPSI7czoxNToibW9iaWxlX3JlZGlyZWN0IjtzOjYwOiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdDkiO3M6Mzoic2VvIjtzOjEwMDoiWVRvek9udHpPalU2SW5ScGRHeGxJanR6T2pBNklpSTdjem94TVRvaVpHVnpZM0pwY0hScGIyNGlPM002TURvaUlqdHpPamc2SW10bGVYZHZjbVJ6SWp0ek9qQTZJaUk3ZlE9PSI7czo3OiJzY3JpcHRzIjtzOjg4OiJZVG94T250cE9qQTdZVG95T250ek9qZzZJbkJ2YzJsMGFXOXVJanR6T2pZNkltaGxZV1JsY2lJN2N6bzJPaUp6WTNKcGNIUWlPM002TURvaUlqdDlmUT09IjtzOjg6ImZiX3NoYXJlIjtzOjEyNDoiWVRvME9udHpPalU2SW5ScGRHeGxJanR6T2pBNklpSTdjem94TVRvaVpHVnpZM0pwY0hScGIyNGlPM002TURvaUlqdHpPalU2SW1sdFlXZGxJanR6T2pBNklpSTdjem80T2lKc2FXdGxYM1Z5YkNJN2N6b3dPaUlpTzMwPSI7czo4OiJsaWdodGJveCI7czozNzAwOiJZVG8xT250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8zT2lKemFHOTNYMjl1SWp0ek9qUTZJbXh2WVdRaU8zTTZORG9pZEhsd1pTSTdjem8xT2lKdmNIUnBiaUk3Y3pveE1Eb2liM0IwYVc1ZlptOXliU0k3WVRvek9udHpPams2SW1admNtMWZhSFJ0YkNJN1lUb3hOenA3Y3pveE1Eb2laVzFoYVd4ZlpHRjBZU0k3Y3pvd09pSWlPM002TVRNNkltVnRZV2xzWDJGa1pISmxjM01pTzNNNk1Eb2lJanR6T2pFeU9pSnlaV1JwY21WamRGOTFjbXdpTzNNNk1Eb2lJanR6T2pFeU9pSmxlSFJ5WVY5bWFXVnNaSE1pTzNNNk1Eb2lJanR6T2pFNE9pSmxiV0ZwYkY5bGVIUnlZVjltYVdWc1pITWlPM002TURvaUlqdHpPalE2SW1oMGJXd2lPM002TURvaUlqdHpPakV3T2lKdVpYZGZkMmx1Wkc5M0lqdHpPakE2SWlJN2N6b3hNam9pWkdsellXSnNaVjl1WVcxbElqdHpPakE2SWlJN2N6bzRPaUp1WVcxbFgySnZlQ0k3Y3pvd09pSWlPM002T1RvaVpXMWhhV3hmWW05NElqdHpPakE2SWlJN2N6bzJPaUpoWTNScGIyNGlPM002TURvaUlqdHpPalk2SW1acFpXeGtjeUk3Y3pvd09pSWlPM002TmpvaWJXVjBhRzlrSWp0ek9qUTZJbkJ2YzNRaU8zTTZNVFk2SW1sdWRHVm5jbUYwYVc5dVgzUjVjR1VpTzNNNk5qb2lZM1Z6ZEc5dElqdHpPalE2SW14cGMzUWlPM002TURvaUlqdHpPakUwT2lKMGFHRnVhMTk1YjNWZmNHRm5aU0k3Y3pvd09pSWlPM002TVRFNkltRmpkR2x2Ymw5d1lXZGxJanR6T2pBNklpSTdmWE02TnpvaVkyOXVkR1Z1ZENJN1lUbzFPbnR6T2pVNkluUnBkR3hsSWp0ek9qTXlPaUpUWld4c0lFRnVlWFJvYVc1bklGZHBkR2dnVDNCMGFXMXBlbVZRY21WemN5STdjem94TVRvaVptOXliVjlvWldGa1pYSWlPM002T0RnNklreHZjbVZ0SUdsd2MzVnRJR1J2Ykc5eUlITnBkQ0JoYldWMExDQmpiMjV6WldOMFpYUjFaWElnWVdScGNHbHpZMmx1WnlCbGJHbDBMQ0J6WldRZ1pHbGhiU0J1YjI1MWJXMTVJRzVwWW1nZ1pYVnBjMjF2WkM0aU8zTTZNVEU2SW1admIzUmxjbDl1YjNSbElqdHpPalkwT2lKWmIzVnlJR2x1Wm05eWJXRjBhVzl1SUdseklERXdNQ1VnYzJWamRYSmxJSGRwZEdnZ2RYTWdZVzVrSUhkcGJHd2dibVYyWlhJZ1ltVWdjMmhoY21Wa0lqdHpPakV5T2lKdVlXMWxYMlJsWm1GMWJIUWlPM002TWpRNklrVnVkR1Z5SUhsdmRYSWdSbWx5YzNRZ1RtRnRaUzR1TGlJN2N6b3hNem9pWlcxaGFXeGZaR1ZtWVhWc2RDSTdjem95TnpvaVJXNTBaWElnZVc5MWNpQkZiV0ZwYkNCQlpHUnlaWE56TGk0dUlqdDljem94TXpvaWMzVmliV2wwWDJKMWRIUnZiaUk3WVRvMU5qcDdjem8yT2lKaWRYUjBiMjRpTzJFNk1EcDdmWE02T0RvaWJHOWpZWFJwYjI0aU8zTTZNelk2SW05d1gyeHBaMmgwWW05NFgyOXdkR2x1WDJadmNtMWZjM1ZpYldsMFgySjFkSFJ2YmlJN2N6bzNPaUpqYjI1MFpXNTBJanR6T2pBNklpSTdjem8wT2lKMGVYQmxJanR6T2pFNklqQWlPM002TlRvaWFXMWhaMlVpTzNNNk1Eb2lJanR6T2pFeU9pSmxiR1Z0Wlc1MFgzUjVjR1VpTzNNNk1Eb2lJanR6T2pRNkltaHlaV1lpTzNNNk1Eb2lJanR6T2pFd09pSnVaWGRmZDJsdVpHOTNJanR6T2pBNklpSTdjem95T2lKall5STdjem93T2lJaU8zTTZOVG9pWVd4cFoyNGlPM002TURvaUlqdHpPalE2SW5SbGVIUWlPM002TURvaUlqdHpPams2SW5SbGVIUmZjMmw2WlNJN2N6b3lPaUl6TWlJN2N6b3hNRG9pZEdWNGRGOWpiMnh2Y2lJN2N6bzNPaUlqTURBd01EQXdJanR6T2prNkluUmxlSFJmWm05dWRDSTdjem93T2lJaU8zTTZPVG9pZEdWNGRGOWliMnhrSWp0ek9qRTZJakVpTzNNNk1UUTZJblJsZUhSZmRXNWtaWEpzYVc1bElqdHpPakE2SWlJN2N6b3hNVG9pZEdWNGRGOXBkR0ZzYVdNaU8zTTZNRG9pSWp0ek9qRTVPaUowWlhoMFgyeGxkSFJsY2w5emNHRmphVzVuSWp0ek9qRTZJakFpTzNNNk1UTTZJbk4xWW5SbGVIUmZjR0Z1Wld3aU8zTTZNRG9pSWp0ek9qYzZJbk4xWW5SbGVIUWlPM002TURvaUlqdHpPakV5T2lKemRXSjBaWGgwWDNOcGVtVWlPM002TURvaUlqdHpPakV6T2lKemRXSjBaWGgwWDJOdmJHOXlJanR6T2pBNklpSTdjem94TWpvaWMzVmlkR1Y0ZEY5bWIyNTBJanR6T2pBNklpSTdjem94TWpvaWMzVmlkR1Y0ZEY5aWIyeGtJanR6T2pBNklpSTdjem94TnpvaWMzVmlkR1Y0ZEY5MWJtUmxjbXhwYm1VaU8zTTZNRG9pSWp0ek9qRTBPaUp6ZFdKMFpYaDBYMmwwWVd4cFl5STdjem93T2lJaU8zTTZNakk2SW5OMVluUmxlSFJmYkdWMGRHVnlYM053WVdOcGJtY2lPM002TURvaUlqdHpPakUzT2lKMFpYaDBYM05vWVdSdmQxOXdZVzVsYkNJN2N6b3hPaUpaSWp0ek9qSXdPaUowWlhoMFgzTm9ZV1J2ZDE5MlpYSjBhV05oYkNJN2N6b3hPaUl4SWp0ek9qSXlPaUowWlhoMFgzTm9ZV1J2ZDE5b2IzSnBlbTl1ZEdGc0lqdHpPakU2SWpBaU8zTTZNVGM2SW5SbGVIUmZjMmhoWkc5M1gyTnZiRzl5SWp0ek9qYzZJaU5tWm1abU1EQWlPM002TVRZNkluUmxlSFJmYzJoaFpHOTNYMkpzZFhJaU8zTTZNVG9pTUNJN2N6b3hNem9pYzNSNWJHbHVaMTkzYVdSMGFDSTdjem93T2lJaU8zTTZNVFE2SW5OMGVXeHBibWRmYUdWcFoyaDBJanR6T2pBNklpSTdjem95TURvaWMzUjViR2x1WjE5aWIzSmtaWEpmWTI5c2IzSWlPM002TnpvaUl6QXdNREF3TUNJN2N6b3hPVG9pYzNSNWJHbHVaMTlpYjNKa1pYSmZjMmw2WlNJN2N6b3hPaUl4SWp0ek9qSXhPaUp6ZEhsc2FXNW5YMkp2Y21SbGNsOXlZV1JwZFhNaU8zTTZNVG9pTmlJN2N6b3lNam9pYzNSNWJHbHVaMTlpYjNKa1pYSmZiM0JoWTJsMGVTSTdjem96T2lJeE1EQWlPM002TVRZNkluTjBlV3hwYm1kZlozSmhaR2xsYm5RaU8zTTZNRG9pSWp0ek9qRXpPaUp6ZEhsc2FXNW5YM05vYVc1bElqdHpPakU2SWxraU8zTTZNamc2SW5OMGVXeHBibWRmWjNKaFpHbGxiblJmYzNSaGNuUmZZMjlzYjNJaU8zTTZOem9pSTJabVptWXdNQ0k3Y3pveU5qb2ljM1I1YkdsdVoxOW5jbUZrYVdWdWRGOWxibVJmWTI5c2IzSWlPM002TnpvaUkyWm1ZVEF6TlNJN2N6b3hOem9pWkhKdmNGOXphR0ZrYjNkZmNHRnVaV3dpTzNNNk1Ub2lXU0k3Y3pveU1Eb2laSEp2Y0Y5emFHRmtiM2RmZG1WeWRHbGpZV3dpTzNNNk1Ub2lNU0k3Y3pveU1qb2laSEp2Y0Y5emFHRmtiM2RmYUc5eWFYcHZiblJoYkNJN2N6b3hPaUl3SWp0ek9qRTJPaUprY205d1gzTm9ZV1J2ZDE5aWJIVnlJanR6T2pFNklqRWlPM002TVRnNkltUnliM0JmYzJoaFpHOTNYM053Y21WaFpDSTdjem94T2lJd0lqdHpPakUzT2lKa2NtOXdYM05vWVdSdmQxOWpiMnh2Y2lJN2N6bzNPaUlqTURBd01EQXdJanR6T2pFNU9pSmtjbTl3WDNOb1lXUnZkMTl2Y0dGamFYUjVJanR6T2pJNklqVXdJanR6T2pFNE9pSnBibk5sZEY5emFHRmtiM2RmY0dGdVpXd2lPM002TVRvaVdTSTdjem95TVRvaWFXNXpaWFJmYzJoaFpHOTNYM1psY25ScFkyRnNJanR6T2pFNklqQWlPM002TWpNNkltbHVjMlYwWDNOb1lXUnZkMTlvYjNKcGVtOXVkR0ZzSWp0ek9qRTZJakFpTzNNNk1UYzZJbWx1YzJWMFgzTm9ZV1J2ZDE5aWJIVnlJanR6T2pFNklqQWlPM002TVRrNkltbHVjMlYwWDNOb1lXUnZkMTl6Y0hKbFlXUWlPM002TVRvaU1TSTdjem94T0RvaWFXNXpaWFJmYzJoaFpHOTNYMk52Ykc5eUlqdHpPamM2SWlObVptWm1NREFpTzNNNk1qQTZJbWx1YzJWMFgzTm9ZV1J2ZDE5dmNHRmphWFI1SWp0ek9qSTZJalV3SWp0OWZYTTZNVEk2SW1oMGJXeGZZMjl1ZEdWdWRDSTdZVG94T250ek9qYzZJbU52Ym5SbGJuUWlPM002TURvaUlqdDlmUT09IjtzOjEzOiJleGl0X3JlZGlyZWN0IjtzOjg4OiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdHpPamM2SW0xbGMzTmhaMlVpTzNNNk1Eb2lJanQ5IjtzOjE0OiJvbmVfdGltZV9vZmZlciI7czoxODg6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUoxY213aU8zTTZNRG9pSWp0ek9qUTZJblJwYldVaU8yRTZORHA3Y3pvME9pSmtZWGx6SWp0ek9qQTZJaUk3Y3pvMU9pSm9iM1Z5Y3lJN2N6b3dPaUlpTzNNNk56b2liV2x1ZFhSbGN5STdjem93T2lJaU8zTTZOem9pYzJWamIyNWtjeUk3Y3pvd09pSWlPMzE5IjtzOjE0OiJsYXVuY2hfZ2F0ZXdheSI7czo4OiJZam93T3c9PSI7czoxMzoibGF1bmNoX2Z1bm5lbCI7czoxOTI6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzVPaUptZFc1dVpXeGZhV1FpTzNNNk1Ub2lNaUk3Y3pveE5qb2laMkYwWlhkaGVWOXZkbVZ5Y21sa1pTSTdZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem80T2lKeVpXUnBjbVZqZENJN2N6b3dPaUlpTzNNNk5Eb2lZMjlrWlNJN2N6b3dPaUlpTzMxOSI7fQ=='),(13,'Modern Style Download 2',4,'Clean download page best suited to PDF or ebook download|http://www.thetradingroom.com/wp-content/uploads/2014/03/download_template2.jpg','jpg','YToxOntzOjQ6ImJvZHkiO2E6NDp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiNmNWY1ZjU7cGFkZGluZy10b3A6MTVweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTg3OiJbaGVhZGxpbmUgc3R5bGU9IjEiIGZvbnRfc2l6ZT0iMjUiIGZvbnRfc3R5bGU9Im5vcm1hbCIgZm9udF9jb2xvcj0iIzI5MjkyOSIgYWxpZ249ImNlbnRlciJdVGhhbmsgeW91IGZvciB5b3VyIHB1cmNoYXNlIC8gc3Vic2NyaXB0aW9uLiA8c3Ryb25nPkRvd25sb2FkIFlvdXIgSXRlbSBCZWxvdzwvc3Ryb25nPlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fXM6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEwMDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tTldZMVpqVWlMQ0p3WVdSa2FXNW5WRzl3SWpvaU1UVWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM5OiJyb3cgZml2ZS1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE3OiJwYWRkaW5nLXRvcDo1MHB4OyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyNDoidGhyZWUtZmlmdGhzIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxMDA6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSIyNSIgYWxpZ249ImxlZnQiXURvd25sb2FkIFlvdXIgUERGIEd1aWRlIHRvIFtJbnNlcnQgVG9waWNdWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQwOToiW3RleHRfYmxvY2sgc3R5bGU9InN0eWxlXzEucG5nIiBhbGlnbj0ibGVmdCIgZm9udF9zaXplPSIxOCIgZm9udF9jb2xvcj0iIzRmNGY0ZiIgd2lkdGg9IjU1NiJdU2ltcGx5wqA8c3Ryb25nPlJJR0hUIENMSUNLPC9zdHJvbmc+wqBvbiB0aGUgwqBsaW5rIG9uIHRoZSByaWdodC4gwqBEZXBlbmRpbmcgb24geW91ciBicm93c2VyLCBjaG9vc2U6IMKgwqA8c3Ryb25nPuKAmFNhdmUgVGFyZ2V0IEFz4oCm4oCZwqA8L3N0cm9uZz4swqA8c3Ryb25nPuKAmFNhdmUgTGluayBBc+KApuKAmTwvc3Ryb25nPsKgb3IgwqA8c3Ryb25nPuKAmERvd25sb2FkIExpbmtlZCBGaWxlIEFz4oCm4oCZLiDCoDwvc3Ryb25nPllvdSBjYW4gdGhlbiBzYXZlIHlvdXIgZnJlZSByZXBvcnTCoG9uIHlvdXIgY29tcHV0ZXIuWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI5OiJ0d28tZmlmdGhzIGNvbHVtbiBjb2xzIG5hcnJvdyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTk3OiJbaW1hZ2VzIHN0eWxlPSIwIiBpbWFnZT0iaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvZm9ybWF0X3BkZjExLnBuZyIgY3VzdG9tX3dpZHRoPSJZIiB3aWR0aD0iMTI4IiBjdXN0b21fd2lkdGhfdmFsPSIxNjAiIGFsaWduPSJjZW50ZXIiIHRvcF9tYXJnaW49IjAiIGZ1bGxfd2lkdGg9IlkiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoyODoiZXlKd1lXUmthVzVuVkc5d0lqb2lOVEFpZlE9PSI7fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxMzY6ImJhY2tncm91bmQ6IzMyNGU3Njtib3JkZXItdG9wLXdpZHRoOjFweDtib3JkZXItYm90dG9tLXdpZHRoOjFweDtib3JkZXItc3R5bGU6c29saWQ7Ym9yZGVyLXRvcC1jb2xvcjojZGVkZWRlO2JvcmRlci1ib3R0b20tY29sb3I6I2RlZGVkZTsiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjM4NjoiW2J1dHRvbl8xIHRleHQ9IkNsaWNrIEhlcmUgdG8gRG93bmxvYWQgWW91ciBGaWxlIiB0ZXh0X3NpemU9IjMyIiB0ZXh0X2NvbG9yPSIjZmZmZmZmIiB0ZXh0X2ZvbnQ9IlNvdXJjZSBTYW5zIFBybztnb29nbGUiIHN1YnRleHRfcGFuZWw9Ik4iIHRleHRfc2hhZG93X3BhbmVsPSJOIiBzdHlsaW5nX3dpZHRoPSI0MCIgc3R5bGluZ19oZWlnaHQ9IjMwIiBzdHlsaW5nX2JvcmRlcl9jb2xvcj0iIzAwMDAwMCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPSI2IiBzdHlsaW5nX2JvcmRlcl9vcGFjaXR5PSIxMDAiIHN0eWxpbmdfZ3JhZGllbnRfc3RhcnRfY29sb3I9IiM4ZWNhNDkiIGRyb3Bfc2hhZG93X3BhbmVsPSJOIiBpbnNldF9zaGFkb3dfcGFuZWw9Ik4iIGFsaWduPSJjZW50ZXIiL10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU4MToiW3RleHRfYmxvY2sgc3R5bGU9InN0eWxlXzEucG5nIiBhbGlnbj0ibGVmdCIgZm9udF9jb2xvcj0iI2ZmZmZmZiIgdG9wX3BhZGRpbmc9IjMwIiB3aWR0aD0iOTQwIl08cCBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyI+VGhpcyByZXBvcnQgaXMgY29tcGlsZWQgaW4gYW4gQWRvYmUgQWNyb2JhdCBQREYgZmlsZSBmb3JtYXQuIMKgwqBUaGlzIGZvcm1hdCBpcyBjb21wYXRpYmxlIHdpdGggYWxsIGNvbXB1dGVycyBpbmNsdWRpbmcgTWFjIGFuZCBQQy48L3A+DQo8cCBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyI+TW9zdCBjb21wdXRlcnMgYWxyZWFkeSBoYXZlIEFkb2JlIEFjcm9iYXQgUERGIFJlYWRlciBpbnN0YWxsZWQuIMKgSG93ZXZlciwgaWYgeW91IGRvIG5vdCBhbHJlYWR5IGhhdmUgQWNyb2JhdCBSZWFkZXIsIHlvdSB3aWxsIG5lZWQgdG/CoGRvd25sb2FkIGl0IGluIG9yZGVyIHRvIHJlYWQgdGhpcyByZXBvcnQuIElmIHlvdSBkbyBub3QgaGF2ZSBBY3JvYmF0IFJlYWRlcizCoHlvdSBjYW4gZG93bmxvYWQgaXQgZnJlZSBieSBjbGlja2luZyBvbiB0aGUgaW1hZ2UgYmVsb3cuPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTA0OiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXpNalJsTnpZaUxDSmliM0prWlhKWGFXUjBhQ0k2SWpFaUxDSmliM0prWlhKRGIyeHZjaUk2SWlOa1pXUmxaR1VpZlE9PSI7fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxMzY6ImJhY2tncm91bmQ6I2YyZjJmMjtib3JkZXItdG9wLXdpZHRoOjFweDtib3JkZXItYm90dG9tLXdpZHRoOjFweDtib3JkZXItc3R5bGU6c29saWQ7Ym9yZGVyLXRvcC1jb2xvcjojZWJlYmViO2JvcmRlci1ib3R0b20tY29sb3I6I2ViZWJlYjsiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjEzMTY6IltmZWF0dXJlX2Jsb2NrIHN0eWxlPSJpbWFnZSIgY29sdW1ucz0iNCIgaWNvbl9zdHlsZT0iIl1bZmVhdHVyZSB0aXRsZT0iQ2hyb21lIiB1cGxvYWRfaWNvbj0iaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvY2hyb21lMTEyLnBuZyIgaW1hZ2U9Imh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2Nocm9tZTExMi5wbmciIGJnX2NvbG9yPSIiXVNlbGVjdCDigJxTYXZlIExpbmsgQXPigJ0gd2hlbiB5b3UgbGVmdCBjbGljayBvbiB0aGUgYnV0dG9uIGFib3ZlIHNhdmUgdGhlIGZpbGUgdG8geW91ciBjb21wdXRlclsvZmVhdHVyZV0gW2ZlYXR1cmUgdGl0bGU9IkZpcmVmb3giIGltYWdlPSJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9maXJlZm94MTIucG5nIiB1cGxvYWRfaWNvbj0iaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvZmlyZWZveDEyLnBuZyIgYmdfY29sb3I9IiJdU2VsZWN0IOKAnFNhdmUgTGluayBBc+KAnSB3aGVuIHlvdSBsZWZ0IGNsaWNrIG9uIHRoZSBidXR0b24gYWJvdmUgc2F2ZSB0aGUgZmlsZSB0byB5b3VyIGNvbXB1dGVyWy9mZWF0dXJlXSBbZmVhdHVyZSB0aXRsZT0iU2FmYXJpIiBpbWFnZT0iaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvc2FmYXJpMTEyLnBuZyIgdXBsb2FkX2ljb249Imh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL3NhZmFyaTExMi5wbmciIGJnX2NvbG9yPSIiXVNlbGVjdCDigJxEb3dubG9hZCBMaW5rZWQgRmlsZSBBc+KAnSB3aGVuIHlvdSBsZWZ0IGNsaWNrIG9uIHRoZSBidXR0b24gYWJvdmUgc2F2ZSB0aGUgZmlsZSB0byB5b3VyIGNvbXB1dGVyWy9mZWF0dXJlXSBbZmVhdHVyZSB0aXRsZT0iSW50ZXJuZXQgRXhwbG9yZXIiIHVwbG9hZF9pY29uPSJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9pZTExMi5wbmciIGltYWdlPSJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9pZTExMi5wbmciIGJnX2NvbG9yPSIiXVNlbGVjdCDigJxTYXZlIFRhcmdldCBBc+KAnSB3aGVuIHlvdSBsZWZ0IGNsaWNrIG9uIHRoZSBidXR0b24gYWJvdmUgc2F2ZSB0aGUgZmlsZSB0byB5b3VyIGNvbXB1dGVyWy9mZWF0dXJlXSBbL2ZlYXR1cmVfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozODk6IltidXR0b25fMSB0ZXh0PSJDbGljayBIZXJlIHRvIERvd25sb2FkIFlvdXIgUERGIE5vdyIgdGV4dF9zaXplPSIyNSIgdGV4dF9jb2xvcj0iI2ZmZmZmZiIgdGV4dF9mb250PSJTb3VyY2UgU2FucyBQcm87Z29vZ2xlIiBzdWJ0ZXh0X3BhbmVsPSJOIiB0ZXh0X3NoYWRvd19wYW5lbD0iTiIgc3R5bGluZ193aWR0aD0iODAiIHN0eWxpbmdfaGVpZ2h0PSIyNSIgc3R5bGluZ19ib3JkZXJfY29sb3I9IiMwMDAwMDAiIHN0eWxpbmdfYm9yZGVyX3JhZGl1cz0iNiIgc3R5bGluZ19ib3JkZXJfb3BhY2l0eT0iMTAwIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPSIjOGVjYTQ5IiBkcm9wX3NoYWRvd19wYW5lbD0iTiIgaW5zZXRfc2hhZG93X3BhbmVsPSJOIiBhbGlnbj0iY2VudGVyIi9dIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fXM6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEwNDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tTW1ZeVpqSWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxZbVZpWldJaWZRPT0iO319fQ==','YToxODp7czoxMzoiaGVhZGVyX2xheW91dCI7czoxMDcyOiJZVG94TURwN2N6bzBPaUpzYjJkdklqdHpPamM1T2lKb2RIUndPaTh2ZDNkM0xuUm9aWFJ5WVdScGJtZHliMjl0TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TkM4d015OVRZVzF3YkdWTWIyZHZMVVJoY21zeE5URXVjRzVuSWp0ek9qVTZJbUpuYVcxbklqdHpPakE2SWlJN2N6b3hNVG9pY21Wd1pXRjBZbWRwYldjaU8zTTZNRG9pSWp0ek9qYzZJbUpuWTI5c2IzSWlPM002TnpvaUkyWXdaV1ptTUNJN2N6b3hNRG9pYkdsdWExOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UTTZJbTFsYm5VdGNHOXphWFJwYjI0aU8zTTZPVG9pWVd4dmJtZHphV1JsSWp0ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem94TXpvaWJtRjJYMkpoY2w5aFltOTJaU0k3WVRvM09udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSnVZWFlpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDNOb1lXUnZkeUk3Y3pvd09pSWlPM002TVRFNkltWnZiblJmZDJWcFoyaDBJanR6T2pBNklpSTdjem81T2lKbWIyNTBYM05wZW1VaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgyWmhiV2xzZVNJN2N6b3dPaUlpTzNNNk5Eb2liRzluYnlJN2N6b3dPaUlpTzMxek9qRXpPaUp1WVhaZlltRnlYMkpsYkc5M0lqdGhPamM2ZTNNNk56b2laVzVoWW14bFpDSTdjem94T2lKT0lqdHpPak02SW01aGRpSTdjem93T2lJaU8zTTZNVEU2SW1admJuUmZjMmhoWkc5M0lqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOTNaV2xuYUhRaU8zTTZNRG9pSWp0ek9qazZJbVp2Ym5SZmMybDZaU0k3Y3pvd09pSWlPM002TVRFNkltWnZiblJmWm1GdGFXeDVJanR6T2pBNklpSTdjem8wT2lKc2IyZHZJanR6T2pBNklpSTdmWE02TVRjNkltNWhkbDlpWVhKZllXeHZibWR6YVdSbElqdGhPalk2ZTNNNk56b2laVzVoWW14bFpDSTdjem94T2lKT0lqdHpPak02SW01aGRpSTdjem93T2lJaU8zTTZNVEU2SW1admJuUmZjMmhoWkc5M0lqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOTNaV2xuYUhRaU8zTTZNRG9pSWp0ek9qazZJbVp2Ym5SZmMybDZaU0k3Y3pvd09pSWlPM002TVRFNkltWnZiblJmWm1GdGFXeDVJanR6T2pBNklpSTdmWDA9IjtzOjEwOiJtZW1iZXJzaGlwIjtzOjg6Illqb3dPdz09IjtzOjU6InRoZW1lIjtzOjY4OiJZVG95T250ek9qUTZJblI1Y0dVaU8zTTZPVG9pYldGeWEyVjBhVzVuSWp0ek9qTTZJbVJwY2lJN2N6b3hPaUl4SWp0OSI7czoxMjoiZmVhdHVyZV9hcmVhIjtzOjEyMDoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvME9pSjBlWEJsSWp0cE9qRTdjem80T2lKelpYUjBhVzVuY3lJN1lUb3hPbnR6T2pFeU9pSm1iMjUwWDI5d2RHbHZibk1pTzJFNk1EcDdmWDE5IjtzOjEzOiJmZWF0dXJlX3RpdGxlIjtzOjY0OiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8xT2lKMGFYUnNaU0k3Y3pvd09pSWlPMzA9IjtzOjExOiJmb290ZXJfYXJlYSI7czozNjA6IllUbzRPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNam9pTkRBaU8zTTZNVEU2SW1admJuUmZjMmhoWkc5M0lqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOTNaV2xuYUhRaU8zTTZNRG9pSWp0ek9qazZJbVp2Ym5SZmMybDZaU0k3Y3pvd09pSWlPM002TVRFNkltWnZiblJmWm1GdGFXeDVJanR6T2pBNklpSTdjem94TWpvaWJHRnlaMlZmWm05dmRHVnlJanRoT2pFNmUzTTZOem9pWlc1aFlteGxaQ0k3Y3pveE9pSk9JanQ5Y3pveE56b2labTl2ZEdWeVgyUnBjMk5zWVdsdFpYSWlPMkU2TWpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TnpvaWJXVnpjMkZuWlNJN2N6b3dPaUlpTzMxOSI7czoyMToiY29sb3Jfc2NoZW1lX3RlbXBsYXRlIjtzOjg6Illqb3dPdz09IjtzOjEwOiJ0eXBvZ3JhcGh5IjtzOjE1NjA6IllUb3lPbnR6T2pFek9pSm1iMjUwWDJWc1pXMWxiblJ6SWp0aE9qazZlM002TVRBNkluTnBkR1ZmZEdsMGJHVWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakE2SWlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem8zT2lKMFlXZHNhVzVsSWp0aE9qUTZlM002TkRvaWMybDZaU0k3Y3pvd09pSWlPM002TkRvaVptOXVkQ0k3Y3pvd09pSWlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk56b2laR1ZtWVhWc2RDSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNam9pTVRZaU8zTTZORG9pWm05dWRDSTdjem94TlRvaVUyOTFjbU5sSUZOaGJuTWdVSEp2SWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem8zT2lJak5tVTJaVFpsSWp0OWN6b3lPaUpvTVNJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1UVTZJbE52ZFhKalpTQlRZVzV6SUZCeWJ5STdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pveU9pSm9NaUk3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TVRVNklsTnZkWEpqWlNCVFlXNXpJRkJ5YnlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem95T2lKb015STdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNam9pTWpBaU8zTTZORG9pWm05dWRDSTdjem94TlRvaVUyOTFjbU5sSUZOaGJuTWdVSEp2SWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem8zT2lJak5HUTBaRFJrSWp0OWN6b3lPaUpvTkNJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1Eb2lJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzMxek9qSTZJbWcxSWp0aE9qUTZlM002TkRvaWMybDZaU0k3Y3pvd09pSWlPM002TkRvaVptOXVkQ0k3Y3pvd09pSWlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk1qb2lhRFlpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pBNklpSTdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5ZlhNNk1UUTZJbU52Ykc5eVgyVnNaVzFsYm5SeklqdGhPalk2ZTNNNk1UYzZJbVp2YjNSbGNsOTBaWGgwWDJOdmJHOXlJanR6T2pBNklpSTdjem94TnpvaVptOXZkR1Z5WDJ4cGJtdGZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qSXpPaUptYjI5MFpYSmZiR2x1YTE5b2IzWmxjbDlqYjJ4dmNpSTdjem93T2lJaU8zTTZNVGc2SW1abFlYUjFjbVZmZEdWNGRGOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UZzZJbVpsWVhSMWNtVmZiR2x1YTE5amIyeHZjaUk3Y3pvd09pSWlPM002TWpRNkltWmxZWFIxY21WZmJHbHVhMTlvYjNabGNsOWpiMnh2Y2lJN2N6b3dPaUlpTzMxOSI7czoyMToiY29sb3Jfc2NoZW1lX2FkdmFuY2VkIjtzOjI0MjA6IllUbzNPbnR6T2pFek9pSnVZWFpmWW1GeVgyRmliM1psSWp0aE9qRXdPbnR6T2pFek9pSnVZWFpmWW1GeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2libUYyWDJKaGNsOWxibVFpTzNNNk1Eb2lJanR6T2pFNU9pSnVZWFpmWW1GeVgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TnpvaWJtRjJYMkpoY2w5b2IzWmxjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRXdPaUp1WVhaZlltRnlYMkpuSWp0ek9qQTZJaUk3Y3pveU1qb2libUYyWDJKaGNsOWlaMTlvYjNabGNsOXpkR0Z5ZENJN2N6b3dPaUlpTzNNNk1UVTZJbTVoZGw5aVlYSmZaR1JmYkdsdWF5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWkdSZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pFeU9pSnVZWFpmWW1GeVgyeHBibXNpTzNNNk1Eb2lJanR6T2pFek9pSnVZWFpmWW1GeVgyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1UTTZJbTVoZGw5aVlYSmZZbVZzYjNjaU8yRTZNVEE2ZTNNNk1UTTZJbTVoZGw5aVlYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRXhPaUp1WVhaZlltRnlYMlZ1WkNJN2N6b3dPaUlpTzNNNk1UazZJbTVoZGw5aVlYSmZhRzkyWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSnVZWFpmWW1GeVgyaHZkbVZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVEE2SW01aGRsOWlZWEpmWW1jaU8zTTZNRG9pSWp0ek9qSXlPaUp1WVhaZlltRnlYMkpuWDJodmRtVnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOVG9pYm1GMlgySmhjbDlrWkY5c2FXNXJJanR6T2pBNklpSTdjem94TmpvaWJtRjJYMkpoY2w5a1pGOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0OWN6b3hOem9pYm1GMlgySmhjbDloYkc5dVozTnBaR1VpTzJFNk56cDdjem94TURvaWJtRjJYMkpoY2w5aVp5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWW1kZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pJd09pSnVZWFpmWW1GeVgySm5YMjVoZGw5b2IzWmxjaUk3Y3pvd09pSWlPM002TVRJNkltNWhkbDlpWVhKZmJHbHVheUk3Y3pvd09pSWlPM002TVRNNkltNWhkbDlpWVhKZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pFMU9pSnVZWFpmWW1GeVgyUmtYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRTJPaUp1WVhaZlltRnlYMlJrWDJodmRtVnlJanR6T2pBNklpSTdmWE02TVRJNkltWmxZWFIxY21WZllYSmxZU0k3WVRvM09udHpPakV6T2lKbVpXRjBkWEpsWDNOMFlYSjBJanR6T2pBNklpSTdjem94TVRvaVptVmhkSFZ5WlY5bGJtUWlPM002TURvaUlqdHpPakV3T2lKMFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hNRG9pYkdsdWExOWpiMnh2Y2lJN1lUb3lPbnR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE5Ub2lkR1Y0ZEY5a1pXTnZjbUYwYVc5dUlqdHpPakE2SWlJN2ZYTTZNVFk2SW14cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6b3dPaUlpTzMxek9qSTZJbUpuSWp0ek9qQTZJaUk3Y3pveE1Eb2lZbWRmYjNCMGFXOXVjeUk3Y3pvd09pSWlPMzF6T2pFek9pSm1aV0YwZFhKbFgzUnBkR3hsSWp0aE9qTTZlM002TVRrNkltWmxZWFIxY21WZmRHbDBiR1ZmYzNSaGNuUWlPM002TURvaUlqdHpPakUzT2lKbVpXRjBkWEpsWDNScGRHeGxYMlZ1WkNJN2N6b3dPaUlpTzNNNk1qUTZJbVpsWVhSMWNtVmZkR2wwYkdWZmRHVjRkRjlqYjJ4dmNpSTdjem93T2lJaU8zMXpPalk2SW1admIzUmxjaUk3WVRvMU9udHpPakV5T2lKbWIyOTBaWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakV3T2lKbWIyOTBaWEpmWlc1a0lqdHpPakE2SWlJN2N6b3hOem9pWm05dmRHVnlYM1JsZUhSZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFM09pSm1iMjkwWlhKZmJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TWpNNkltWnZiM1JsY2w5c2FXNXJYMmh2ZG1WeVgyTnZiRzl5SWp0aE9qSTZlM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFMU9pSjBaWGgwWDJSbFkyOXlZWFJwYjI0aU8zTTZNRG9pSWp0OWZYTTZORG9pY0dGblpTSTdZVG8wT250ek9qRXlPaUp5WlhCbFlYUnBibWRmWW1jaU8zTTZNRG9pSWp0ek9qZzZJbUpuWDJOdmJHOXlJanR6T2pBNklpSTdjem94TURvaWJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TVRZNklteHBibXRmYUc5MlpYSmZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMTlmUT09IjtzOjE1OiJtb2JpbGVfcmVkaXJlY3QiO3M6NjA6IllUb3lPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUoxY213aU8zTTZNRG9pSWp0OSI7czozOiJzZW8iO3M6MTAwOiJZVG96T250ek9qVTZJblJwZEd4bElqdHpPakE2SWlJN2N6b3hNVG9pWkdWelkzSnBjSFJwYjI0aU8zTTZNRG9pSWp0ek9qZzZJbXRsZVhkdmNtUnpJanR6T2pBNklpSTdmUT09IjtzOjc6InNjcmlwdHMiO3M6ODg6IllUb3hPbnRwT2pBN1lUb3lPbnR6T2pnNkluQnZjMmwwYVc5dUlqdHpPalk2SW1obFlXUmxjaUk3Y3pvMk9pSnpZM0pwY0hRaU8zTTZNRG9pSWp0OWZRPT0iO3M6ODoiZmJfc2hhcmUiO3M6MTI0OiJZVG8wT250ek9qVTZJblJwZEd4bElqdHpPakE2SWlJN2N6b3hNVG9pWkdWelkzSnBjSFJwYjI0aU8zTTZNRG9pSWp0ek9qVTZJbWx0WVdkbElqdHpPakE2SWlJN2N6bzRPaUpzYVd0bFgzVnliQ0k3Y3pvd09pSWlPMzA9IjtzOjg6ImxpZ2h0Ym94IjtzOjM3MDA6IllUbzFPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzNPaUp6YUc5M1gyOXVJanR6T2pRNklteHZZV1FpTzNNNk5Eb2lkSGx3WlNJN2N6bzFPaUp2Y0hScGJpSTdjem94TURvaWIzQjBhVzVmWm05eWJTSTdZVG96T250ek9qazZJbVp2Y20xZmFIUnRiQ0k3WVRveE56cDdjem94TURvaVpXMWhhV3hmWkdGMFlTSTdjem93T2lJaU8zTTZNVE02SW1WdFlXbHNYMkZrWkhKbGMzTWlPM002TURvaUlqdHpPakV5T2lKeVpXUnBjbVZqZEY5MWNtd2lPM002TURvaUlqdHpPakV5T2lKbGVIUnlZVjltYVdWc1pITWlPM002TURvaUlqdHpPakU0T2lKbGJXRnBiRjlsZUhSeVlWOW1hV1ZzWkhNaU8zTTZNRG9pSWp0ek9qUTZJbWgwYld3aU8zTTZNRG9pSWp0ek9qRXdPaUp1WlhkZmQybHVaRzkzSWp0ek9qQTZJaUk3Y3pveE1qb2laR2x6WVdKc1pWOXVZVzFsSWp0ek9qQTZJaUk3Y3pvNE9pSnVZVzFsWDJKdmVDSTdjem93T2lJaU8zTTZPVG9pWlcxaGFXeGZZbTk0SWp0ek9qQTZJaUk3Y3pvMk9pSmhZM1JwYjI0aU8zTTZNRG9pSWp0ek9qWTZJbVpwWld4a2N5STdjem93T2lJaU8zTTZOam9pYldWMGFHOWtJanR6T2pRNkluQnZjM1FpTzNNNk1UWTZJbWx1ZEdWbmNtRjBhVzl1WDNSNWNHVWlPM002TmpvaVkzVnpkRzl0SWp0ek9qUTZJbXhwYzNRaU8zTTZNRG9pSWp0ek9qRTBPaUowYUdGdWExOTViM1ZmY0dGblpTSTdjem93T2lJaU8zTTZNVEU2SW1GamRHbHZibDl3WVdkbElqdHpPakE2SWlJN2ZYTTZOem9pWTI5dWRHVnVkQ0k3WVRvMU9udHpPalU2SW5ScGRHeGxJanR6T2pNeU9pSlRaV3hzSUVGdWVYUm9hVzVuSUZkcGRHZ2dUM0IwYVcxcGVtVlFjbVZ6Y3lJN2N6b3hNVG9pWm05eWJWOW9aV0ZrWlhJaU8zTTZPRGc2SWt4dmNtVnRJR2x3YzNWdElHUnZiRzl5SUhOcGRDQmhiV1YwTENCamIyNXpaV04wWlhSMVpYSWdZV1JwY0dselkybHVaeUJsYkdsMExDQnpaV1FnWkdsaGJTQnViMjUxYlcxNUlHNXBZbWdnWlhWcGMyMXZaQzRpTzNNNk1URTZJbVp2YjNSbGNsOXViM1JsSWp0ek9qWTBPaUpaYjNWeUlHbHVabTl5YldGMGFXOXVJR2x6SURFd01DVWdjMlZqZFhKbElIZHBkR2dnZFhNZ1lXNWtJSGRwYkd3Z2JtVjJaWElnWW1VZ2MyaGhjbVZrSWp0ek9qRXlPaUp1WVcxbFgyUmxabUYxYkhRaU8zTTZNalE2SWtWdWRHVnlJSGx2ZFhJZ1JtbHljM1FnVG1GdFpTNHVMaUk3Y3pveE16b2laVzFoYVd4ZlpHVm1ZWFZzZENJN2N6b3lOem9pUlc1MFpYSWdlVzkxY2lCRmJXRnBiQ0JCWkdSeVpYTnpMaTR1SWp0OWN6b3hNem9pYzNWaWJXbDBYMkoxZEhSdmJpSTdZVG8xTmpwN2N6bzJPaUppZFhSMGIyNGlPMkU2TURwN2ZYTTZPRG9pYkc5allYUnBiMjRpTzNNNk16WTZJbTl3WDJ4cFoyaDBZbTk0WDI5d2RHbHVYMlp2Y20xZmMzVmliV2wwWDJKMWRIUnZiaUk3Y3pvM09pSmpiMjUwWlc1MElqdHpPakE2SWlJN2N6bzBPaUowZVhCbElqdHpPakU2SWpBaU8zTTZOVG9pYVcxaFoyVWlPM002TURvaUlqdHpPakV5T2lKbGJHVnRaVzUwWDNSNWNHVWlPM002TURvaUlqdHpPalE2SW1oeVpXWWlPM002TURvaUlqdHpPakV3T2lKdVpYZGZkMmx1Wkc5M0lqdHpPakE2SWlJN2N6b3lPaUpqWXlJN2N6b3dPaUlpTzNNNk5Ub2lZV3hwWjI0aU8zTTZNRG9pSWp0ek9qUTZJblJsZUhRaU8zTTZNRG9pSWp0ek9qazZJblJsZUhSZmMybDZaU0k3Y3pveU9pSXpNaUk3Y3pveE1Eb2lkR1Y0ZEY5amIyeHZjaUk3Y3pvM09pSWpNREF3TURBd0lqdHpPams2SW5SbGVIUmZabTl1ZENJN2N6b3dPaUlpTzNNNk9Ub2lkR1Y0ZEY5aWIyeGtJanR6T2pFNklqRWlPM002TVRRNkluUmxlSFJmZFc1a1pYSnNhVzVsSWp0ek9qQTZJaUk3Y3pveE1Ub2lkR1Y0ZEY5cGRHRnNhV01pTzNNNk1Eb2lJanR6T2pFNU9pSjBaWGgwWDJ4bGRIUmxjbDl6Y0dGamFXNW5JanR6T2pFNklqQWlPM002TVRNNkluTjFZblJsZUhSZmNHRnVaV3dpTzNNNk1Eb2lJanR6T2pjNkluTjFZblJsZUhRaU8zTTZNRG9pSWp0ek9qRXlPaUp6ZFdKMFpYaDBYM05wZW1VaU8zTTZNRG9pSWp0ek9qRXpPaUp6ZFdKMFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hNam9pYzNWaWRHVjRkRjltYjI1MElqdHpPakE2SWlJN2N6b3hNam9pYzNWaWRHVjRkRjlpYjJ4a0lqdHpPakE2SWlJN2N6b3hOem9pYzNWaWRHVjRkRjkxYm1SbGNteHBibVVpTzNNNk1Eb2lJanR6T2pFME9pSnpkV0owWlhoMFgybDBZV3hwWXlJN2N6b3dPaUlpTzNNNk1qSTZJbk4xWW5SbGVIUmZiR1YwZEdWeVgzTndZV05wYm1jaU8zTTZNRG9pSWp0ek9qRTNPaUowWlhoMFgzTm9ZV1J2ZDE5d1lXNWxiQ0k3Y3pveE9pSlpJanR6T2pJd09pSjBaWGgwWDNOb1lXUnZkMTkyWlhKMGFXTmhiQ0k3Y3pveE9pSXhJanR6T2pJeU9pSjBaWGgwWDNOb1lXUnZkMTlvYjNKcGVtOXVkR0ZzSWp0ek9qRTZJakFpTzNNNk1UYzZJblJsZUhSZmMyaGhaRzkzWDJOdmJHOXlJanR6T2pjNklpTm1abVptTURBaU8zTTZNVFk2SW5SbGVIUmZjMmhoWkc5M1gySnNkWElpTzNNNk1Ub2lNQ0k3Y3pveE16b2ljM1I1YkdsdVoxOTNhV1IwYUNJN2N6b3dPaUlpTzNNNk1UUTZJbk4wZVd4cGJtZGZhR1ZwWjJoMElqdHpPakE2SWlJN2N6b3lNRG9pYzNSNWJHbHVaMTlpYjNKa1pYSmZZMjlzYjNJaU8zTTZOem9pSXpBd01EQXdNQ0k3Y3pveE9Ub2ljM1I1YkdsdVoxOWliM0prWlhKZmMybDZaU0k3Y3pveE9pSXhJanR6T2pJeE9pSnpkSGxzYVc1blgySnZjbVJsY2w5eVlXUnBkWE1pTzNNNk1Ub2lOaUk3Y3pveU1qb2ljM1I1YkdsdVoxOWliM0prWlhKZmIzQmhZMmwwZVNJN2N6b3pPaUl4TURBaU8zTTZNVFk2SW5OMGVXeHBibWRmWjNKaFpHbGxiblFpTzNNNk1Eb2lJanR6T2pFek9pSnpkSGxzYVc1blgzTm9hVzVsSWp0ek9qRTZJbGtpTzNNNk1qZzZJbk4wZVd4cGJtZGZaM0poWkdsbGJuUmZjM1JoY25SZlkyOXNiM0lpTzNNNk56b2lJMlptWm1Zd01DSTdjem95TmpvaWMzUjViR2x1WjE5bmNtRmthV1Z1ZEY5bGJtUmZZMjlzYjNJaU8zTTZOem9pSTJabVlUQXpOU0k3Y3pveE56b2laSEp2Y0Y5emFHRmtiM2RmY0dGdVpXd2lPM002TVRvaVdTSTdjem95TURvaVpISnZjRjl6YUdGa2IzZGZkbVZ5ZEdsallXd2lPM002TVRvaU1TSTdjem95TWpvaVpISnZjRjl6YUdGa2IzZGZhRzl5YVhwdmJuUmhiQ0k3Y3pveE9pSXdJanR6T2pFMk9pSmtjbTl3WDNOb1lXUnZkMTlpYkhWeUlqdHpPakU2SWpFaU8zTTZNVGc2SW1SeWIzQmZjMmhoWkc5M1gzTndjbVZoWkNJN2N6b3hPaUl3SWp0ek9qRTNPaUprY205d1gzTm9ZV1J2ZDE5amIyeHZjaUk3Y3pvM09pSWpNREF3TURBd0lqdHpPakU1T2lKa2NtOXdYM05vWVdSdmQxOXZjR0ZqYVhSNUlqdHpPakk2SWpVd0lqdHpPakU0T2lKcGJuTmxkRjl6YUdGa2IzZGZjR0Z1Wld3aU8zTTZNVG9pV1NJN2N6b3lNVG9pYVc1elpYUmZjMmhoWkc5M1gzWmxjblJwWTJGc0lqdHpPakU2SWpBaU8zTTZNak02SW1sdWMyVjBYM05vWVdSdmQxOW9iM0pwZW05dWRHRnNJanR6T2pFNklqQWlPM002TVRjNkltbHVjMlYwWDNOb1lXUnZkMTlpYkhWeUlqdHpPakU2SWpBaU8zTTZNVGs2SW1sdWMyVjBYM05vWVdSdmQxOXpjSEpsWVdRaU8zTTZNVG9pTVNJN2N6b3hPRG9pYVc1elpYUmZjMmhoWkc5M1gyTnZiRzl5SWp0ek9qYzZJaU5tWm1abU1EQWlPM002TWpBNkltbHVjMlYwWDNOb1lXUnZkMTl2Y0dGamFYUjVJanR6T2pJNklqVXdJanQ5ZlhNNk1USTZJbWgwYld4ZlkyOXVkR1Z1ZENJN1lUb3hPbnR6T2pjNkltTnZiblJsYm5RaU8zTTZNRG9pSWp0OWZRPT0iO3M6MTM6ImV4aXRfcmVkaXJlY3QiO3M6ODg6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUoxY213aU8zTTZNRG9pSWp0ek9qYzZJbTFsYzNOaFoyVWlPM002TURvaUlqdDkiO3M6MTQ6Im9uZV90aW1lX29mZmVyIjtzOjE4ODoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSjFjbXdpTzNNNk1Eb2lJanR6T2pRNkluUnBiV1VpTzJFNk5EcDdjem8wT2lKa1lYbHpJanR6T2pBNklpSTdjem8xT2lKb2IzVnljeUk3Y3pvd09pSWlPM002TnpvaWJXbHVkWFJsY3lJN2N6b3dPaUlpTzNNNk56b2ljMlZqYjI1a2N5STdjem93T2lJaU8zMTkiO3M6MTQ6ImxhdW5jaF9nYXRld2F5IjtzOjg6Illqb3dPdz09IjtzOjEzOiJsYXVuY2hfZnVubmVsIjtzOjE5MjoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvNU9pSm1kVzV1Wld4ZmFXUWlPM002TVRvaU1pSTdjem94TmpvaVoyRjBaWGRoZVY5dmRtVnljbWxrWlNJN1lUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzRPaUp5WldScGNtVmpkQ0k3Y3pvd09pSWlPM002TkRvaVkyOWtaU0k3Y3pvd09pSWlPMzE5Ijt9'),(14,'Webinar Registration 1-Host Style 2',1,'Webinar registration page for a webinar with 1 host (links to external form)|http://www.thetradingroom.com/wp-content/uploads/2014/03/webinar2_image.jpg','jpg','YToxOntzOjQ6ImJvZHkiO2E6Njp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM3OiJwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjEwcHg7IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODI6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSIyMCIgZm9udF9mb250PSJBc2FwIiBmb250X3N0eWxlPSJub3JtYWwiIGZvbnRfY29sb3I9IiMxYTllZTAiIGZvbnRfc3BhY2luZz0iLTEiIGFsaWduPSJjZW50ZXIiXTxzdHJvbmc+TElWRSBXRUJJTkFSPC9zdHJvbmc+wqBXSVRIIEhPU1QgTkFNRVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fXM6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czo1NjoiYmFja2dyb3VuZDojMWE5ZWUwO3BhZGRpbmctdG9wOjMwcHg7cGFkZGluZy1ib3R0b206MjVweDsiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIyNzoiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjMwIiBmb250X2ZvbnQ9IkFzYXAiIGZvbnRfc3R5bGU9ImJvbGQiIGZvbnRfY29sb3I9IiNmZmZmZmYiIGZvbnRfc2hhZG93PSJkYXJrIiBhbGlnbj0iY2VudGVyIl3igJxUaGUgNSBSZWFzb25zIFlvdSBNdXN0IEJlIFVzaW5nIFJlc3BvbnNpdmUKRGVzaWduIE9uIFlvdXIgV2Vic2l0ZXMgaW4gMjAxMyBBbmQgQmV5b25k4oCdWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhZVGxsWlRBaUxDSndZV1JrYVc1blZHOXdJam9pTXpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09Ijt9aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozOToiYmFja2dyb3VuZDojMjEyMTIxO3BhZGRpbmctYm90dG9tOjMwcHg7IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3NjoiW2NhbGVuZGFyX2RhdGUgc3R5bGU9IjEiIG1vbnRoPSJKdW5lIiBjYWxlbmRhcl9iYXJfY29sb3I9IiNmZjAwMDAiIGRheT0iMjUiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7Tjt9fX1pOjE7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPSJzdHlsZV8xLnBuZyIgYWxpZ249ImxlZnQiIGZvbnRfc2l6ZT0iMjEiIGZvbnRfY29sb3I9IiNmZmZmZmYiIHdpZHRoPSIyMjAiXTxzdHJvbmc+RnJpZGF5LCBKdW5lIDI1dGgKPC9zdHJvbmc+MTEgQU0gUGFjaWZpYyBUaW1lCjQgUE0gRWFzdGVybiBUaW1lCjkgUE0gR01UWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNDg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPSJzdHlsZV8xLnBuZyIgYWxpZ249ImxlZnQiIGZvbnRfc2l6ZT0iMTYiIGZvbnRfc3R5bGU9Im5vcm1hbCIgZm9udF9jb2xvcj0iI2ZmZmZmZiIgd2lkdGg9IjQ2MCJdPHAgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlcjsiPjxzdHJvbmc+Q2xpY2sgYmVsb3cgdG8gc2lnbnVwIG5vdzwvc3Ryb25nPgooeW91IHdpbGwgYmUgcmVkaXJlY3RlZCB0byBvdXIgc2lnbnVwIGZvcm0pOjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo2ODA6IltidXR0b25fMSB0ZXh0PSJHZXQgTWUgT24gVGhlIFdlYmluYXIiIHRleHRfc2l6ZT0iMjUiIHRleHRfY29sb3I9IiNmZmZmZmYiIHRleHRfZm9udD0iQXNhcDtnb29nbGUiIHRleHRfYm9sZD0iWSIgdGV4dF9sZXR0ZXJfc3BhY2luZz0iLTEiIHN1YnRleHRfcGFuZWw9Ik4iIHRleHRfc2hhZG93X3BhbmVsPSJZIiB0ZXh0X3NoYWRvd192ZXJ0aWNhbD0iLTEiIHRleHRfc2hhZG93X2NvbG9yPSIjMDAwMDAwIiBzdHlsaW5nX3dpZHRoPSI0MCIgc3R5bGluZ19oZWlnaHQ9IjIwIiBzdHlsaW5nX2JvcmRlcl9jb2xvcj0iIzAwMDAwMCIgc3R5bGluZ19ib3JkZXJfc2l6ZT0iMSIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPSI2IiBzdHlsaW5nX2JvcmRlcl9vcGFjaXR5PSIxMDAiIHN0eWxpbmdfZ3JhZGllbnQ9IlkiIHN0eWxpbmdfZ3JhZGllbnRfc3RhcnRfY29sb3I9IiMxYTllZTAiIGRyb3Bfc2hhZG93X3BhbmVsPSJZIiBkcm9wX3NoYWRvd192ZXJ0aWNhbD0iMSIgZHJvcF9zaGFkb3dfYmx1cj0iMSIgZHJvcF9zaGFkb3dfY29sb3I9IiMwMDAwMDAiIGRyb3Bfc2hhZG93X29wYWNpdHk9IjUwIiBpbnNldF9zaGFkb3dfcGFuZWw9IlkiIGluc2V0X3NoYWRvd19zcHJlYWQ9IjEiIGluc2V0X3NoYWRvd19jb2xvcj0iI2ZmZmZmZiIgaW5zZXRfc2hhZG93X29wYWNpdHk9IjI1IiBhbGlnbj0iY2VudGVyIi9dIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjM7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NzY6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeU1USXhNakVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO31pOjM7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjExMDoiYmFja2dyb3VuZC1pbWFnZTp1cmwoaHR0cDovL29wdGltaXplcHJlc3MyLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8wNi9iYWNrMS5wbmcpO2JhY2tncm91bmQtcmVwZWF0OnJlcGVhdDsiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNjE6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSIzNSIgYWxpZ249ImxlZnQiIGxpbmVfaGVpZ2h0PSIzNSJdPGRpdiBkYXRhLWxiPSJlZGl0YWJsZS1yaWNoLXRleHQiIGRhdGEtbGItaWQ9Im1haW4taGVhZGxpbmUiIGRhdGEtbGItbmFtZT0iTWFpbiBIZWFkbGluZSBUZXh0Ij5EVVJJTkcgVEhJUyA8c3BhbiBzdHlsZT0iY29sb3I6ICMxYTllZTA7Ij48Yj5GUkVFIFdFQklOQVI8L2I+PC9zcGFuPiBZT1UgV0lMTCBMRUFSTjo8L2Rpdj5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTM4OiJbc3RlcF9ncmFwaGljcyBzdHlsZT0iMyIgY29sb3I9IiMxYTllZTAiXVtzdGVwIHN0eWxlPSIzIiB0ZXh0PSIxIiBoZWFkbGluZT0iTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2NpbmcgZWxpdC4iIGluZm9ybWF0aW9uPSI8cD5Mb3JlbSBpcHN1bSBkb2xvciBzaXQgYW1ldCwgY29uc2VjdGV0dXIgYWRpcGlzY2luZyBlbGl0LiBNYXVyaXMgZWxlbWVudHVtIGZlcm1lbnR1bSBtYXVyaXMsIGluIGJpYmVuZHVtIG1hZ25hIHVsdHJpY2VzIHNlZC4gPC9wPgoiXVsvc3RlcF1bc3RlcCBzdHlsZT0iMyIgdGV4dD0iMiIgaGVhZGxpbmU9IlV0IGEgbGlndWxhIHZpdGFlIGFudGUgdnVscHV0YXRlIGNvbnNlY3RldHVyIHF1aXMgZXUgdXJuYS4iIGluZm9ybWF0aW9uPSI8cD5BZW5lYW4gdGVtcG9yIHNlbSB1dCB2aXZlcnJhIHNjZWxlcmlzcXVlLiBBZW5lYW4gdmVoaWN1bGEgYmliZW5kdW0gbWF1cmlzLCB2ZWwgcGVsbGVudGVzcXVlIG5pc2wgdmFyaXVzIHF1aXMuPC9wPgoiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjc6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzM6IltpbWFnZXMgc3R5bGU9IjUiIGltYWdlPSJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9wZXJzb24xMjExLmpwZyIgd2lkdGg9IjE0OSIgYWxpZ249ImNlbnRlciIgdG9wX21hcmdpbj0iMCIgYm90dG9tX21hcmdpbj0iMCIgZnVsbF93aWR0aD0iWSJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjI6Ilt0ZXh0X2Jsb2NrIHN0eWxlPSJzdHlsZV8xLnBuZyIgYWxpZ249ImNlbnRlciIgZm9udF9zaXplPSIyNCIgZm9udF9mb250PSJTaGFkb3dzIEludG8gTGlnaHQiIHdpZHRoPSIyMjAiXTxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXI7Ij5Ib3N0IE5hbWU8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319aTozO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6NDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMDoiW3ZlcnRpY2FsX3NwYWNpbmcgaGVpZ2h0PSIzMCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMTc6Ilt0ZXh0X2Jsb2NrIHN0eWxlPSJzdHlsZV8xLnBuZyIgYWxpZ249ImNlbnRlciIgZm9udF9zaXplPSIxNSIgZm9udF9jb2xvcj0iIzkxOTE5MSIgYm90dG9tX3BhZGRpbmc9IjEwIiBib3R0b21fbWFyZ2luPSIwIiB3aWR0aD0iNDYwIl08cCBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyI+U2hhcmUgdGhpcyBwYWdlIHdpdGggeW91ciBmcmllbmRzLi4uPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo2O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI0MDoiW3NvY2lhbF9zaGFyaW5nIHN0eWxlPSJzdHlsZS0yMCIgZmJfY29sb3I9ImxpZ2h0IiBmYl9sYW5nPSJlbl9HQiIgZmJfdGV4dD0icmVjb21tZW5kIiBmYl9idXR0b25fdGV4dD0iU2hhcmUiIHR3X2xhbmc9ImVuIiB0d19idXR0b25fdGV4dD0iU2hhcmUiIGdfbGFuZz0iZW4tR0IiIGdfYnV0dG9uX3RleHQ9IlNoYXJlIiBwX2Rlc2NyaXB0aW9uPSIiIGxpbmtlZGluX2xhbmc9ImVuX1VTIiBhbGlnbm1lbnQ9ImNlbnRlciJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fXM6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjE1NjoiZXlKaVlXTnJaM0p2ZFc1a1NXMWhaMlVpT2lKMWNtd29hSFIwY0RvdkwyOXdkR2x0YVhwbGNISmxjM015TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TXk4d05pOWlZV05yTVM1d2JtY3BJaXdpWW1GamEyZHliM1Z1WkZCdmMybDBhVzl1SWpvaWRHbHNaU0o5Ijt9aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjIyODoiYmFja2dyb3VuZC1pbWFnZTogbm9uZTsgYmFja2dyb3VuZC1jb2xvcjogcmdiKDIzNCwgMTEzLCAxNik7IHBhZGRpbmctYm90dG9tOiAyNXB4OyBib3JkZXItdG9wLXdpZHRoOiAwcHg7IGJvcmRlci1ib3R0b20td2lkdGg6IDBweDsgcGFkZGluZy10b3A6IDQ1cHg7IGJhY2tncm91bmQtcG9zaXRpb246IGluaXRpYWwgaW5pdGlhbDsgYmFja2dyb3VuZC1yZXBlYXQ6IG5vLXJlcGVhdCBuby1yZXBlYXQ7IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyODk6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSIyMCIgZm9udF9jb2xvcj0iI2ZmZmZmZiIgYWxpZ249ImNlbnRlciJdV0FSTklORzogwqBXZSBvbmx5IGhhdmUgMTAwMCBzcG90cyBvbiBvdXIgd2ViaW5hciBzeXN0ZW0gYXZhaWxhYmxlIGFuZMKgc3BhY2Ugd2lsbCBmaWxsIHVwIGZhc3Qgc28gcmVnaXN0ZXIgbm93IHRvIGF2b2lkIG1pc3Npbmcgb3V0LiDCoFRoaXMgd2ViaW5hciBpcyBwYWNrZWQgd2l0aCBoaWdoIHF1YWxpdHkgY29udGVudCBhbmQgd2lsbCBmaWxsIHVwIGZhc3QhWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTmxZVGN4TVRBaUxDSndZV1JrYVc1blZHOXdJam9pTkRVaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09Ijt9aTo1O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE0NzoiYmFja2dyb3VuZC1pbWFnZTp1cmwoaHR0cDovL29wdGltaXplcHJlc3MyLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8wNi9iYWNrMS5wbmcpO2JhY2tncm91bmQtcmVwZWF0OnJlcGVhdDtwYWRkaW5nLXRvcDozMHB4O3BhZGRpbmctYm90dG9tOjUwcHg7IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzQ6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSIyNSIgZm9udF9zdHlsZT0ibm9ybWFsIiBhbGlnbj0iY2VudGVyIiBib3R0b21fbWFyZ2luPSIyMCJdPHN0cm9uZz5UaGlzIG9uZSB3aWxsIGJlIG5vIGV4Y2VwdGlvbi7CoFNvIGNsYWltIHlvdXIgc3BvdCBiZWxvdyE8L3N0cm9uZz5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Njk2OiJbYnV0dG9uXzEgdGV4dD0iQ2xpY2sgSGVyZSB0byBHZXQgT24gVGhlIFdlYmluYXIgTm93IiB0ZXh0X3NpemU9IjI4IiB0ZXh0X2NvbG9yPSIjZmZmZmZmIiB0ZXh0X2ZvbnQ9IkFzYXA7Z29vZ2xlIiB0ZXh0X2JvbGQ9IlkiIHRleHRfbGV0dGVyX3NwYWNpbmc9Ii0xIiBzdWJ0ZXh0X3BhbmVsPSJOIiB0ZXh0X3NoYWRvd19wYW5lbD0iWSIgdGV4dF9zaGFkb3dfdmVydGljYWw9Ii0xIiB0ZXh0X3NoYWRvd19jb2xvcj0iIzAwMDAwMCIgc3R5bGluZ193aWR0aD0iMTAwIiBzdHlsaW5nX2hlaWdodD0iMjAiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPSIjMWI4OWMwIiBzdHlsaW5nX2JvcmRlcl9zaXplPSIxIiBzdHlsaW5nX2JvcmRlcl9yYWRpdXM9IjYiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9IjEwMCIgc3R5bGluZ19ncmFkaWVudD0iWSIgc3R5bGluZ19ncmFkaWVudF9zdGFydF9jb2xvcj0iIzFhOWVlMCIgZHJvcF9zaGFkb3dfcGFuZWw9IlkiIGRyb3Bfc2hhZG93X3ZlcnRpY2FsPSIxIiBkcm9wX3NoYWRvd19ibHVyPSIxIiBkcm9wX3NoYWRvd19jb2xvcj0iIzAwMDAwMCIgZHJvcF9zaGFkb3dfb3BhY2l0eT0iNTAiIGluc2V0X3NoYWRvd19wYW5lbD0iWSIgaW5zZXRfc2hhZG93X3NwcmVhZD0iMSIgaW5zZXRfc2hhZG93X2NvbG9yPSIjZmZmZmZmIiBpbnNldF9zaGFkb3dfb3BhY2l0eT0iMjUiIGFsaWduPSJjZW50ZXIiL10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MjA4OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDI5d2RHbHRhWHBsY0hKbGMzTXlMbU52YlM5M2NDMWpiMjUwWlc1MEwzVndiRzloWkhNdk1qQXhNeTh3Tmk5aVlXTnJNUzV3Ym1jcElpd2lZbUZqYTJkeWIzVnVaRkJ2YzJsMGFXOXVJam9pZEdsc1pTSXNJbkJoWkdScGJtZFViM0FpT2lJek1DSXNJbkJoWkdScGJtZENiM1IwYjIwaU9pSTFNQ0o5Ijt9fX0=','YToxODp7czoxMzoiaGVhZGVyX2xheW91dCI7czoxMDcyOiJZVG94TURwN2N6bzBPaUpzYjJkdklqdHpPamd3T2lKb2RIUndPaTh2ZDNkM0xuUm9aWFJ5WVdScGJtZHliMjl0TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TkM4d015OVRZVzF3YkdWTWIyZHZMVVJoY21zeE1ERXhMbkJ1WnlJN2N6bzFPaUppWjJsdFp5STdjem93T2lJaU8zTTZNVEU2SW5KbGNHVmhkR0puYVcxbklqdHpPakE2SWlJN2N6bzNPaUppWjJOdmJHOXlJanR6T2pjNklpTm1NR1ZtWmpBaU8zTTZNVEE2SW14cGJtdGZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRXpPaUp0Wlc1MUxYQnZjMmwwYVc5dUlqdHpPams2SW1Gc2IyNW5jMmxrWlNJN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TVRNNkltNWhkbDlpWVhKZllXSnZkbVVpTzJFNk56cDdjem8zT2lKbGJtRmliR1ZrSWp0ek9qRTZJazRpTzNNNk16b2libUYySWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5emFHRmtiM2NpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDNkbGFXZG9kQ0k3Y3pvd09pSWlPM002T1RvaVptOXVkRjl6YVhwbElqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOW1ZVzFwYkhraU8zTTZNRG9pSWp0ek9qUTZJbXh2WjI4aU8zTTZNRG9pSWp0OWN6b3hNem9pYm1GMlgySmhjbDlpWld4dmR5STdZVG8zT250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKdVlYWWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM05vWVdSdmR5STdjem93T2lJaU8zTTZNVEU2SW1admJuUmZkMlZwWjJoMElqdHpPakE2SWlJN2N6bzVPaUptYjI1MFgzTnBlbVVpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDJaaGJXbHNlU0k3Y3pvd09pSWlPM002TkRvaWJHOW5ieUk3Y3pvd09pSWlPMzF6T2pFM09pSnVZWFpmWW1GeVgyRnNiMjVuYzJsa1pTSTdZVG8yT250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKdVlYWWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM05vWVdSdmR5STdjem93T2lJaU8zTTZNVEU2SW1admJuUmZkMlZwWjJoMElqdHpPakE2SWlJN2N6bzVPaUptYjI1MFgzTnBlbVVpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDJaaGJXbHNlU0k3Y3pvd09pSWlPMzE5IjtzOjEwOiJtZW1iZXJzaGlwIjtzOjg6Illqb3dPdz09IjtzOjU6InRoZW1lIjtzOjY4OiJZVG95T250ek9qUTZJblI1Y0dVaU8zTTZPVG9pYldGeWEyVjBhVzVuSWp0ek9qTTZJbVJwY2lJN2N6b3hPaUl4SWp0OSI7czoxMjoiZmVhdHVyZV9hcmVhIjtzOjEyMDoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvME9pSjBlWEJsSWp0cE9qRTdjem80T2lKelpYUjBhVzVuY3lJN1lUb3hPbnR6T2pFeU9pSm1iMjUwWDI5d2RHbHZibk1pTzJFNk1EcDdmWDE5IjtzOjEzOiJmZWF0dXJlX3RpdGxlIjtzOjY0OiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8xT2lKMGFYUnNaU0k3Y3pvd09pSWlPMzA9IjtzOjExOiJmb290ZXJfYXJlYSI7czozNjA6IllUbzRPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qQTZJaUk3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYMlpoYldsc2VTSTdjem93T2lJaU8zTTZNVEk2SW14aGNtZGxYMlp2YjNSbGNpSTdZVG94T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdmWE02TVRjNkltWnZiM1JsY2w5a2FYTmpiR0ZwYldWeUlqdGhPakk2ZTNNNk56b2laVzVoWW14bFpDSTdjem94T2lKT0lqdHpPamM2SW0xbGMzTmhaMlVpTzNNNk1Eb2lJanQ5ZlE9PSI7czoyMToiY29sb3Jfc2NoZW1lX3RlbXBsYXRlIjtzOjg6Illqb3dPdz09IjtzOjEwOiJ0eXBvZ3JhcGh5IjtzOjE0NzY6IllUb3lPbnR6T2pFek9pSm1iMjUwWDJWc1pXMWxiblJ6SWp0aE9qazZlM002TVRBNkluTnBkR1ZmZEdsMGJHVWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakE2SWlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem8zT2lKMFlXZHNhVzVsSWp0aE9qUTZlM002TkRvaWMybDZaU0k3Y3pvd09pSWlPM002TkRvaVptOXVkQ0k3Y3pvd09pSWlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk56b2laR1ZtWVhWc2RDSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNam9pTVRjaU8zTTZORG9pWm05dWRDSTdjem8wT2lKQmMyRndJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6bzBPaUlqTkRRMElqdDljem95T2lKb01TSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZORG9pUVhOaGNDSTdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pveU9pSm9NaUk3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TkRvaVFYTmhjQ0k3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTXlJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1Eb2lJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzMxek9qSTZJbWcwSWp0aE9qUTZlM002TkRvaWMybDZaU0k3Y3pvd09pSWlPM002TkRvaVptOXVkQ0k3Y3pvd09pSWlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk1qb2lhRFVpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pBNklpSTdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pveU9pSm9OaUk3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TURvaUlqdHpPalU2SW5OMGVXeGxJanR6T2pBNklpSTdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPMzE5Y3pveE5Eb2lZMjlzYjNKZlpXeGxiV1Z1ZEhNaU8yRTZOanA3Y3pveE56b2labTl2ZEdWeVgzUmxlSFJmWTI5c2IzSWlPM002TURvaUlqdHpPakUzT2lKbWIyOTBaWEpmYkdsdWExOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1qTTZJbVp2YjNSbGNsOXNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hPRG9pWm1WaGRIVnlaVjkwWlhoMFgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE9Eb2labVZoZEhWeVpWOXNhVzVyWDJOdmJHOXlJanR6T2pBNklpSTdjem95TkRvaVptVmhkSFZ5WlY5c2FXNXJYMmh2ZG1WeVgyTnZiRzl5SWp0ek9qQTZJaUk3ZlgwPSI7czoyMToiY29sb3Jfc2NoZW1lX2FkdmFuY2VkIjtzOjI0MjA6IllUbzNPbnR6T2pFek9pSnVZWFpmWW1GeVgyRmliM1psSWp0aE9qRXdPbnR6T2pFek9pSnVZWFpmWW1GeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2libUYyWDJKaGNsOWxibVFpTzNNNk1Eb2lJanR6T2pFNU9pSnVZWFpmWW1GeVgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TnpvaWJtRjJYMkpoY2w5b2IzWmxjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRXdPaUp1WVhaZlltRnlYMkpuSWp0ek9qQTZJaUk3Y3pveU1qb2libUYyWDJKaGNsOWlaMTlvYjNabGNsOXpkR0Z5ZENJN2N6b3dPaUlpTzNNNk1UVTZJbTVoZGw5aVlYSmZaR1JmYkdsdWF5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWkdSZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pFeU9pSnVZWFpmWW1GeVgyeHBibXNpTzNNNk1Eb2lJanR6T2pFek9pSnVZWFpmWW1GeVgyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1UTTZJbTVoZGw5aVlYSmZZbVZzYjNjaU8yRTZNVEE2ZTNNNk1UTTZJbTVoZGw5aVlYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRXhPaUp1WVhaZlltRnlYMlZ1WkNJN2N6b3dPaUlpTzNNNk1UazZJbTVoZGw5aVlYSmZhRzkyWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSnVZWFpmWW1GeVgyaHZkbVZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVEE2SW01aGRsOWlZWEpmWW1jaU8zTTZNRG9pSWp0ek9qSXlPaUp1WVhaZlltRnlYMkpuWDJodmRtVnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOVG9pYm1GMlgySmhjbDlrWkY5c2FXNXJJanR6T2pBNklpSTdjem94TmpvaWJtRjJYMkpoY2w5a1pGOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0OWN6b3hOem9pYm1GMlgySmhjbDloYkc5dVozTnBaR1VpTzJFNk56cDdjem94TURvaWJtRjJYMkpoY2w5aVp5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWW1kZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pJd09pSnVZWFpmWW1GeVgySm5YMjVoZGw5b2IzWmxjaUk3Y3pvd09pSWlPM002TVRJNkltNWhkbDlpWVhKZmJHbHVheUk3Y3pvd09pSWlPM002TVRNNkltNWhkbDlpWVhKZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pFMU9pSnVZWFpmWW1GeVgyUmtYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRTJPaUp1WVhaZlltRnlYMlJrWDJodmRtVnlJanR6T2pBNklpSTdmWE02TVRJNkltWmxZWFIxY21WZllYSmxZU0k3WVRvM09udHpPakV6T2lKbVpXRjBkWEpsWDNOMFlYSjBJanR6T2pBNklpSTdjem94TVRvaVptVmhkSFZ5WlY5bGJtUWlPM002TURvaUlqdHpPakV3T2lKMFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hNRG9pYkdsdWExOWpiMnh2Y2lJN1lUb3lPbnR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE5Ub2lkR1Y0ZEY5a1pXTnZjbUYwYVc5dUlqdHpPakE2SWlJN2ZYTTZNVFk2SW14cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6b3dPaUlpTzMxek9qSTZJbUpuSWp0ek9qQTZJaUk3Y3pveE1Eb2lZbWRmYjNCMGFXOXVjeUk3Y3pvd09pSWlPMzF6T2pFek9pSm1aV0YwZFhKbFgzUnBkR3hsSWp0aE9qTTZlM002TVRrNkltWmxZWFIxY21WZmRHbDBiR1ZmYzNSaGNuUWlPM002TURvaUlqdHpPakUzT2lKbVpXRjBkWEpsWDNScGRHeGxYMlZ1WkNJN2N6b3dPaUlpTzNNNk1qUTZJbVpsWVhSMWNtVmZkR2wwYkdWZmRHVjRkRjlqYjJ4dmNpSTdjem93T2lJaU8zMXpPalk2SW1admIzUmxjaUk3WVRvMU9udHpPakV5T2lKbWIyOTBaWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakV3T2lKbWIyOTBaWEpmWlc1a0lqdHpPakE2SWlJN2N6b3hOem9pWm05dmRHVnlYM1JsZUhSZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFM09pSm1iMjkwWlhKZmJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TWpNNkltWnZiM1JsY2w5c2FXNXJYMmh2ZG1WeVgyTnZiRzl5SWp0aE9qSTZlM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFMU9pSjBaWGgwWDJSbFkyOXlZWFJwYjI0aU8zTTZNRG9pSWp0OWZYTTZORG9pY0dGblpTSTdZVG8wT250ek9qRXlPaUp5WlhCbFlYUnBibWRmWW1jaU8zTTZNRG9pSWp0ek9qZzZJbUpuWDJOdmJHOXlJanR6T2pBNklpSTdjem94TURvaWJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TVRZNklteHBibXRmYUc5MlpYSmZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMTlmUT09IjtzOjE1OiJtb2JpbGVfcmVkaXJlY3QiO3M6NjA6IllUb3lPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUoxY213aU8zTTZNRG9pSWp0OSI7czozOiJzZW8iO3M6MTAwOiJZVG96T250ek9qVTZJblJwZEd4bElqdHpPakE2SWlJN2N6b3hNVG9pWkdWelkzSnBjSFJwYjI0aU8zTTZNRG9pSWp0ek9qZzZJbXRsZVhkdmNtUnpJanR6T2pBNklpSTdmUT09IjtzOjc6InNjcmlwdHMiO3M6ODg6IllUb3hPbnRwT2pBN1lUb3lPbnR6T2pnNkluQnZjMmwwYVc5dUlqdHpPalk2SW1obFlXUmxjaUk3Y3pvMk9pSnpZM0pwY0hRaU8zTTZNRG9pSWp0OWZRPT0iO3M6ODoiZmJfc2hhcmUiO3M6MTI0OiJZVG8wT250ek9qVTZJblJwZEd4bElqdHpPakE2SWlJN2N6b3hNVG9pWkdWelkzSnBjSFJwYjI0aU8zTTZNRG9pSWp0ek9qVTZJbWx0WVdkbElqdHpPakE2SWlJN2N6bzRPaUpzYVd0bFgzVnliQ0k3Y3pvd09pSWlPMzA9IjtzOjg6ImxpZ2h0Ym94IjtzOjM3MDA6IllUbzFPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzNPaUp6YUc5M1gyOXVJanR6T2pRNklteHZZV1FpTzNNNk5Eb2lkSGx3WlNJN2N6bzFPaUp2Y0hScGJpSTdjem94TURvaWIzQjBhVzVmWm05eWJTSTdZVG96T250ek9qazZJbVp2Y20xZmFIUnRiQ0k3WVRveE56cDdjem94TURvaVpXMWhhV3hmWkdGMFlTSTdjem93T2lJaU8zTTZNVE02SW1WdFlXbHNYMkZrWkhKbGMzTWlPM002TURvaUlqdHpPakV5T2lKeVpXUnBjbVZqZEY5MWNtd2lPM002TURvaUlqdHpPakV5T2lKbGVIUnlZVjltYVdWc1pITWlPM002TURvaUlqdHpPakU0T2lKbGJXRnBiRjlsZUhSeVlWOW1hV1ZzWkhNaU8zTTZNRG9pSWp0ek9qUTZJbWgwYld3aU8zTTZNRG9pSWp0ek9qRXdPaUp1WlhkZmQybHVaRzkzSWp0ek9qQTZJaUk3Y3pveE1qb2laR2x6WVdKc1pWOXVZVzFsSWp0ek9qQTZJaUk3Y3pvNE9pSnVZVzFsWDJKdmVDSTdjem93T2lJaU8zTTZPVG9pWlcxaGFXeGZZbTk0SWp0ek9qQTZJaUk3Y3pvMk9pSmhZM1JwYjI0aU8zTTZNRG9pSWp0ek9qWTZJbVpwWld4a2N5STdjem93T2lJaU8zTTZOam9pYldWMGFHOWtJanR6T2pRNkluQnZjM1FpTzNNNk1UWTZJbWx1ZEdWbmNtRjBhVzl1WDNSNWNHVWlPM002TmpvaVkzVnpkRzl0SWp0ek9qUTZJbXhwYzNRaU8zTTZNRG9pSWp0ek9qRTBPaUowYUdGdWExOTViM1ZmY0dGblpTSTdjem93T2lJaU8zTTZNVEU2SW1GamRHbHZibDl3WVdkbElqdHpPakE2SWlJN2ZYTTZOem9pWTI5dWRHVnVkQ0k3WVRvMU9udHpPalU2SW5ScGRHeGxJanR6T2pNeU9pSlRaV3hzSUVGdWVYUm9hVzVuSUZkcGRHZ2dUM0IwYVcxcGVtVlFjbVZ6Y3lJN2N6b3hNVG9pWm05eWJWOW9aV0ZrWlhJaU8zTTZPRGc2SWt4dmNtVnRJR2x3YzNWdElHUnZiRzl5SUhOcGRDQmhiV1YwTENCamIyNXpaV04wWlhSMVpYSWdZV1JwY0dselkybHVaeUJsYkdsMExDQnpaV1FnWkdsaGJTQnViMjUxYlcxNUlHNXBZbWdnWlhWcGMyMXZaQzRpTzNNNk1URTZJbVp2YjNSbGNsOXViM1JsSWp0ek9qWTBPaUpaYjNWeUlHbHVabTl5YldGMGFXOXVJR2x6SURFd01DVWdjMlZqZFhKbElIZHBkR2dnZFhNZ1lXNWtJSGRwYkd3Z2JtVjJaWElnWW1VZ2MyaGhjbVZrSWp0ek9qRXlPaUp1WVcxbFgyUmxabUYxYkhRaU8zTTZNalE2SWtWdWRHVnlJSGx2ZFhJZ1JtbHljM1FnVG1GdFpTNHVMaUk3Y3pveE16b2laVzFoYVd4ZlpHVm1ZWFZzZENJN2N6b3lOem9pUlc1MFpYSWdlVzkxY2lCRmJXRnBiQ0JCWkdSeVpYTnpMaTR1SWp0OWN6b3hNem9pYzNWaWJXbDBYMkoxZEhSdmJpSTdZVG8xTmpwN2N6bzJPaUppZFhSMGIyNGlPMkU2TURwN2ZYTTZPRG9pYkc5allYUnBiMjRpTzNNNk16WTZJbTl3WDJ4cFoyaDBZbTk0WDI5d2RHbHVYMlp2Y20xZmMzVmliV2wwWDJKMWRIUnZiaUk3Y3pvM09pSmpiMjUwWlc1MElqdHpPakE2SWlJN2N6bzBPaUowZVhCbElqdHpPakU2SWpBaU8zTTZOVG9pYVcxaFoyVWlPM002TURvaUlqdHpPakV5T2lKbGJHVnRaVzUwWDNSNWNHVWlPM002TURvaUlqdHpPalE2SW1oeVpXWWlPM002TURvaUlqdHpPakV3T2lKdVpYZGZkMmx1Wkc5M0lqdHpPakE2SWlJN2N6b3lPaUpqWXlJN2N6b3dPaUlpTzNNNk5Ub2lZV3hwWjI0aU8zTTZNRG9pSWp0ek9qUTZJblJsZUhRaU8zTTZNRG9pSWp0ek9qazZJblJsZUhSZmMybDZaU0k3Y3pveU9pSXpNaUk3Y3pveE1Eb2lkR1Y0ZEY5amIyeHZjaUk3Y3pvM09pSWpNREF3TURBd0lqdHpPams2SW5SbGVIUmZabTl1ZENJN2N6b3dPaUlpTzNNNk9Ub2lkR1Y0ZEY5aWIyeGtJanR6T2pFNklqRWlPM002TVRRNkluUmxlSFJmZFc1a1pYSnNhVzVsSWp0ek9qQTZJaUk3Y3pveE1Ub2lkR1Y0ZEY5cGRHRnNhV01pTzNNNk1Eb2lJanR6T2pFNU9pSjBaWGgwWDJ4bGRIUmxjbDl6Y0dGamFXNW5JanR6T2pFNklqQWlPM002TVRNNkluTjFZblJsZUhSZmNHRnVaV3dpTzNNNk1Eb2lJanR6T2pjNkluTjFZblJsZUhRaU8zTTZNRG9pSWp0ek9qRXlPaUp6ZFdKMFpYaDBYM05wZW1VaU8zTTZNRG9pSWp0ek9qRXpPaUp6ZFdKMFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hNam9pYzNWaWRHVjRkRjltYjI1MElqdHpPakE2SWlJN2N6b3hNam9pYzNWaWRHVjRkRjlpYjJ4a0lqdHpPakE2SWlJN2N6b3hOem9pYzNWaWRHVjRkRjkxYm1SbGNteHBibVVpTzNNNk1Eb2lJanR6T2pFME9pSnpkV0owWlhoMFgybDBZV3hwWXlJN2N6b3dPaUlpTzNNNk1qSTZJbk4xWW5SbGVIUmZiR1YwZEdWeVgzTndZV05wYm1jaU8zTTZNRG9pSWp0ek9qRTNPaUowWlhoMFgzTm9ZV1J2ZDE5d1lXNWxiQ0k3Y3pveE9pSlpJanR6T2pJd09pSjBaWGgwWDNOb1lXUnZkMTkyWlhKMGFXTmhiQ0k3Y3pveE9pSXhJanR6T2pJeU9pSjBaWGgwWDNOb1lXUnZkMTlvYjNKcGVtOXVkR0ZzSWp0ek9qRTZJakFpTzNNNk1UYzZJblJsZUhSZmMyaGhaRzkzWDJOdmJHOXlJanR6T2pjNklpTm1abVptTURBaU8zTTZNVFk2SW5SbGVIUmZjMmhoWkc5M1gySnNkWElpTzNNNk1Ub2lNQ0k3Y3pveE16b2ljM1I1YkdsdVoxOTNhV1IwYUNJN2N6b3dPaUlpTzNNNk1UUTZJbk4wZVd4cGJtZGZhR1ZwWjJoMElqdHpPakE2SWlJN2N6b3lNRG9pYzNSNWJHbHVaMTlpYjNKa1pYSmZZMjlzYjNJaU8zTTZOem9pSXpBd01EQXdNQ0k3Y3pveE9Ub2ljM1I1YkdsdVoxOWliM0prWlhKZmMybDZaU0k3Y3pveE9pSXhJanR6T2pJeE9pSnpkSGxzYVc1blgySnZjbVJsY2w5eVlXUnBkWE1pTzNNNk1Ub2lOaUk3Y3pveU1qb2ljM1I1YkdsdVoxOWliM0prWlhKZmIzQmhZMmwwZVNJN2N6b3pPaUl4TURBaU8zTTZNVFk2SW5OMGVXeHBibWRmWjNKaFpHbGxiblFpTzNNNk1Eb2lJanR6T2pFek9pSnpkSGxzYVc1blgzTm9hVzVsSWp0ek9qRTZJbGtpTzNNNk1qZzZJbk4wZVd4cGJtZGZaM0poWkdsbGJuUmZjM1JoY25SZlkyOXNiM0lpTzNNNk56b2lJMlptWm1Zd01DSTdjem95TmpvaWMzUjViR2x1WjE5bmNtRmthV1Z1ZEY5bGJtUmZZMjlzYjNJaU8zTTZOem9pSTJabVlUQXpOU0k3Y3pveE56b2laSEp2Y0Y5emFHRmtiM2RmY0dGdVpXd2lPM002TVRvaVdTSTdjem95TURvaVpISnZjRjl6YUdGa2IzZGZkbVZ5ZEdsallXd2lPM002TVRvaU1TSTdjem95TWpvaVpISnZjRjl6YUdGa2IzZGZhRzl5YVhwdmJuUmhiQ0k3Y3pveE9pSXdJanR6T2pFMk9pSmtjbTl3WDNOb1lXUnZkMTlpYkhWeUlqdHpPakU2SWpFaU8zTTZNVGc2SW1SeWIzQmZjMmhoWkc5M1gzTndjbVZoWkNJN2N6b3hPaUl3SWp0ek9qRTNPaUprY205d1gzTm9ZV1J2ZDE5amIyeHZjaUk3Y3pvM09pSWpNREF3TURBd0lqdHpPakU1T2lKa2NtOXdYM05vWVdSdmQxOXZjR0ZqYVhSNUlqdHpPakk2SWpVd0lqdHpPakU0T2lKcGJuTmxkRjl6YUdGa2IzZGZjR0Z1Wld3aU8zTTZNVG9pV1NJN2N6b3lNVG9pYVc1elpYUmZjMmhoWkc5M1gzWmxjblJwWTJGc0lqdHpPakU2SWpBaU8zTTZNak02SW1sdWMyVjBYM05vWVdSdmQxOW9iM0pwZW05dWRHRnNJanR6T2pFNklqQWlPM002TVRjNkltbHVjMlYwWDNOb1lXUnZkMTlpYkhWeUlqdHpPakU2SWpBaU8zTTZNVGs2SW1sdWMyVjBYM05vWVdSdmQxOXpjSEpsWVdRaU8zTTZNVG9pTVNJN2N6b3hPRG9pYVc1elpYUmZjMmhoWkc5M1gyTnZiRzl5SWp0ek9qYzZJaU5tWm1abU1EQWlPM002TWpBNkltbHVjMlYwWDNOb1lXUnZkMTl2Y0dGamFYUjVJanR6T2pJNklqVXdJanQ5ZlhNNk1USTZJbWgwYld4ZlkyOXVkR1Z1ZENJN1lUb3hPbnR6T2pjNkltTnZiblJsYm5RaU8zTTZNRG9pSWp0OWZRPT0iO3M6MTM6ImV4aXRfcmVkaXJlY3QiO3M6ODg6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUoxY213aU8zTTZNRG9pSWp0ek9qYzZJbTFsYzNOaFoyVWlPM002TURvaUlqdDkiO3M6MTQ6Im9uZV90aW1lX29mZmVyIjtzOjE4ODoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSjFjbXdpTzNNNk1Eb2lJanR6T2pRNkluUnBiV1VpTzJFNk5EcDdjem8wT2lKa1lYbHpJanR6T2pBNklpSTdjem8xT2lKb2IzVnljeUk3Y3pvd09pSWlPM002TnpvaWJXbHVkWFJsY3lJN2N6b3dPaUlpTzNNNk56b2ljMlZqYjI1a2N5STdjem93T2lJaU8zMTkiO3M6MTQ6ImxhdW5jaF9nYXRld2F5IjtzOjg6Illqb3dPdz09IjtzOjEzOiJsYXVuY2hfZnVubmVsIjtzOjE5MjoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvNU9pSm1kVzV1Wld4ZmFXUWlPM002TVRvaU1pSTdjem94TmpvaVoyRjBaWGRoZVY5dmRtVnljbWxrWlNJN1lUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzRPaUp5WldScGNtVmpkQ0k3Y3pvd09pSWlPM002TkRvaVkyOWtaU0k3Y3pvd09pSWlPMzE5Ijt9'),(15,'Flat Style Sales Page',5,'Embrace the|http://www.thetradingroom.com/wp-content/uploads/2014/03/flat_style1.jpg','jpg','YToyOntzOjQ6ImJvZHkiO2E6Njp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM3OiJwYWRkaW5nLXRvcDo0MHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNTQ6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zdHlsZT0ibm9ybWFsIiBmb250X2NvbG9yPSIjNGQ0ZDRkIiBhbGlnbj0iY2VudGVyIiBib3R0b21fbWFyZ2luPSIyMCJdQnVpbGQgTWFya2V0aW5nIFBhZ2VzIEluIE1pbnV0ZXMsIFdpdGggWmVybyBDb2RlWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMxOToiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjIyIiBmb250X2ZvbnQ9IlNvdXJjZSBTYW5zIFBybyIgZm9udF9zdHlsZT0ibm9ybWFsIiBmb250X2NvbG9yPSIjNjk2OTY5IiBhbGlnbj0iY2VudGVyIiBsaW5lX2hlaWdodD0iMzMiIGJvdHRvbV9tYXJnaW49IjQwIl1Mb3JlbSBJcHN1bcKgaXMgc2ltcGx5IGR1bW15IHRleHQgb2YgdGhlIHByaW50aW5nIGFuZCB0eXBlc2V0dGluZyBpbmR1c3RyeS4gTG9yZW0gSXBzdW0gaGFzIGJlZW4gdGhlIGluZHVzdHJ5J3Mgc3RhbmRhcmQgZHVtbXkgdGV4dCBldmVyIHNpbmNlIHRoZSAxNTAwcy5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTYzOiJbaW1hZ2VzIHN0eWxlPSIwIiBpbWFnZT0iaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvc2NyZWVuc2hvdC1tb2NrdXAxLnBuZyIgd2lkdGg9Ijc2MCIgYWxpZ249ImNlbnRlciIgdG9wX21hcmdpbj0iMCIgZnVsbF93aWR0aD0iWSJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fXM6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNakFpZlE9PSI7fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTY6InBhZGRpbmctdG9wOjBweDsiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxMDU6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zdHlsZT0ibm9ybWFsIiBhbGlnbj0ibGVmdCIgYm90dG9tX21hcmdpbj0iMjAiXUluc2VydCBBIEhlYWRsaW5lIEhlcmVbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjY5OiJbaGVhZGxpbmUgc3R5bGU9IjEiIGZvbnRfc2l6ZT0iMjIiIGZvbnRfZm9udD0iU291cmNlIFNhbnMgUHJvIiBmb250X3N0eWxlPSJub3JtYWwiIGZvbnRfY29sb3I9IiM2OTY5NjkiIGFsaWduPSJsZWZ0IiBsaW5lX2hlaWdodD0iMzIiXUl0IGlzIGEgbG9uZyBlc3RhYmxpc2hlZCBmYWN0IHRoYXQgYSByZWFkZXIgd2lsbCBiZSBkaXN0cmFjdGVkIGJ5IHRoZSByZWFkYWJsZSBjb250ZW50IG9mIGEgcGFnZSB3aGVuIGxvb2tpbmcgYXQgaXRzIGxheW91dC5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzA6Ilt2ZXJ0aWNhbF9zcGFjaW5nIGhlaWdodD0iNDUiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzY0OiJbYnV0dG9uXzEgdGV4dD0iR2V0IFN0YXJ0ZWQgTm93IiB0ZXh0X3NpemU9IjMyIiB0ZXh0X2NvbG9yPSIjZmZmZmZmIiB0ZXh0X2ZvbnQ9IkhlbHZldGljYTtkZWZhdWx0IiBzdWJ0ZXh0X3BhbmVsPSJOIiB0ZXh0X3NoYWRvd19wYW5lbD0iTiIgc3R5bGluZ193aWR0aD0iODciIHN0eWxpbmdfaGVpZ2h0PSI0MCIgc3R5bGluZ19ib3JkZXJfY29sb3I9IiMwMDAwMDAiIHN0eWxpbmdfYm9yZGVyX3JhZGl1cz0iNiIgc3R5bGluZ19ib3JkZXJfb3BhY2l0eT0iMTAwIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPSIjNTNhNTQwIiBkcm9wX3NoYWRvd19wYW5lbD0iTiIgaW5zZXRfc2hhZG93X3BhbmVsPSJOIiBhbGlnbj0iY2VudGVyIi9dIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fXM6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjI0OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1DSjkiO31pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTM2OiJiYWNrZ3JvdW5kOiNmMGYwZjA7Ym9yZGVyLXRvcC13aWR0aDoxcHg7Ym9yZGVyLWJvdHRvbS13aWR0aDoxcHg7Ym9yZGVyLXN0eWxlOnNvbGlkO2JvcmRlci10b3AtY29sb3I6I2ViZWJlYjtib3JkZXItYm90dG9tLWNvbG9yOiNlYmViZWI7IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxMjc6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zdHlsZT0iMzAwIiBhbGlnbj0iY2VudGVyIiBib3R0b21fbWFyZ2luPSIyMCJdQWVuZWFuIHRpbmNpZHVudCBzZWQgaXBzdW0gbWFsZXN1YWRhIGNvbW1vZG8uWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMyMzoiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjIyIiBmb250X2ZvbnQ9IlNvdXJjZSBTYW5zIFBybyIgZm9udF9zdHlsZT0ibm9ybWFsIiBmb250X2NvbG9yPSIjNjk2OTY5IiBhbGlnbj0iY2VudGVyIiBsaW5lX2hlaWdodD0iMzMiIGJvdHRvbV9tYXJnaW49IjMwIl1DbGFzcyBhcHRlbnQgdGFjaXRpIHNvY2lvc3F1IGFkIGxpdG9yYSB0b3JxdWVudCBwZXIgY29udWJpYSBub3N0cmEsIHBlciBpbmNlcHRvcyBoaW1lbmFlb3MuIE1vcmJpIGF1Z3VlIGxpYmVybywgdGVtcHVzIG5lYyB0b3J0b3IgYWMsIHVsdHJpY2VzIGhlbmRyZXJpdCBzZW0uWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc0NjoiW2ZlYXR1cmVfYmxvY2sgc3R5bGU9Imljb24iIGNvbHVtbnM9IjMiIGljb25fc3R5bGU9IjEiIGZvbnRfc2l6ZT0iMjEiIGZvbnRfc3R5bGU9Im5vcm1hbCIgY29udGVudF9mb250X2ZvbnQ9IlNvdXJjZSBTYW5zIFBybyIgY29udGVudF9mb250X2NvbG9yPSIjNzA3MDcwIl1bZmVhdHVyZSB0aXRsZT0iQWVuZWFuIHRpbmNpZHVudCBzZWQgaXBzdW0gIiBpY29uPSIxLnBuZyIgYmdfY29sb3I9IiJdQ3VyYWJpdHVyIHF1aXMgdWx0cmljZXMgc2FwaWVuLiBEb25lYyB0aW5jaWR1bnQgaW50ZXJkdW0gY29tbW9kby4gUGVsbGVudGVzcXVlIGxvYm9ydGlzIGRpYW0gdXQgdmVzdGlidWx1bSBjdXJzdXMuWy9mZWF0dXJlXSBbZmVhdHVyZSB0aXRsZT0iTmFsZXN1YWRhIGNvbW1vZG8uIiBpY29uPSIyMi5wbmciIGJnX2NvbG9yPSIiXUN1cmFiaXR1ciBxdWlzIHVsdHJpY2VzIHNhcGllbi4gRG9uZWMgdGluY2lkdW50IGludGVyZHVtIGNvbW1vZG8uIFBlbGxlbnRlc3F1ZSBsb2JvcnRpcyBkaWFtIHV0IHZlc3RpYnVsdW0gY3Vyc3VzLlsvZmVhdHVyZV0gW2ZlYXR1cmUgdGl0bGU9Ik51bGxhbSB0cmlzdGlxdWUgcG9zdWVyZSIgaWNvbj0iNTgucG5nIiBiZ19jb2xvcj0iIl1DdXJhYml0dXIgcXVpcyB1bHRyaWNlcyBzYXBpZW4uIERvbmVjIHRpbmNpZHVudCBpbnRlcmR1bSBjb21tb2RvLiBQZWxsZW50ZXNxdWUgbG9ib3J0aXMgZGlhbSB1dCB2ZXN0aWJ1bHVtIGN1cnN1cy5bL2ZlYXR1cmVdIFsvZmVhdHVyZV9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTA0OiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NR1l3WmpBaUxDSmliM0prWlhKWGFXUjBhQ0k2SWpFaUxDSmliM0prWlhKRGIyeHZjaUk2SWlObFltVmlaV0lpZlE9PSI7fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxOToicGFkZGluZy1ib3R0b206MHB4OyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTQ3OiJbaGVhZGxpbmUgc3R5bGU9IjEiIGZvbnRfc3R5bGU9Im5vcm1hbCIgZm9udF9jb2xvcj0iIzRkNGQ0ZCIgYWxpZ249ImNlbnRlciIgYm90dG9tX21hcmdpbj0iMjAiXVV0IHBvcnRhIGF1Z3VlIGF0IG1hc3NhIHRlbXB1cyBlbGVtZW50dW0uWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMzNToiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjIyIiBmb250X2ZvbnQ9IlNvdXJjZSBTYW5zIFBybyIgZm9udF9zdHlsZT0ibm9ybWFsIiBmb250X2NvbG9yPSIjNjk2OTY5IiBhbGlnbj0iY2VudGVyIiBsaW5lX2hlaWdodD0iMzMiXUR1aXMgcHVsdmluYXIgZHVpIG5pc2wsIHV0IHRyaXN0aXF1ZSBkb2xvciBwb3J0YSB2aXRhZS4gU3VzcGVuZGlzc2UgcG90ZW50aS4gU2VkIHZpdmVycmEgbGFvcmVldCBkaWFtLCBuZWMgdGluY2lkdW50IGRpYW0uIER1aXMgaW4gbWFnbmEgZXVpc21vZCwgaWFjdWxpcyB0b3J0b3IgY29uZGltZW50dW0sIGRhcGlidXMgdmVsaXQuWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3MDoiW2ltYWdlcyBzdHlsZT0iMCIgaW1hZ2U9Imh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2dyb3VwMS5wbmciIHdpZHRoPSI4MTIiIGFsaWduPSJjZW50ZXIiIHRvcF9tYXJnaW49IjMwIiBib3R0b21fbWFyZ2luPSIwIiBmdWxsX3dpZHRoPSJZIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6Mjg6ImV5SndZV1JrYVc1blFtOTBkRzl0SWpvaU1DSjkiO31pOjQ7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTM2OiJiYWNrZ3JvdW5kOiNmN2Y3Zjc7Ym9yZGVyLXRvcC13aWR0aDoxcHg7Ym9yZGVyLWJvdHRvbS13aWR0aDoxcHg7Ym9yZGVyLXN0eWxlOnNvbGlkO2JvcmRlci10b3AtY29sb3I6I2YwZjBmMDtib3JkZXItYm90dG9tLWNvbG9yOiNmMGYwZjA7IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzY6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zdHlsZT0ibm9ybWFsIiBmb250X2NvbG9yPSIjNGQ0ZDRkIiBhbGlnbj0iY2VudGVyIiBib3R0b21fbWFyZ2luPSIyMCJdPGRpdiBpZD0ibGlwc3VtIj7CoFBoYXNlbGx1cyBvcm5hcmUgY29udmFsbGlzIG5pc2wgZWdldCBhbGlxdWV0LjwvZGl2PlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozNjU6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSIyMiIgZm9udF9mb250PSJTb3VyY2UgU2FucyBQcm8iIGZvbnRfc3R5bGU9Im5vcm1hbCIgZm9udF9jb2xvcj0iIzY5Njk2OSIgYWxpZ249ImNlbnRlciIgbGluZV9oZWlnaHQ9IjMzIiBib3R0b21fbWFyZ2luPSI0MCJdTnVuYyBhdCByaG9uY3VzIHB1cnVzLiBTZWQgYmliZW5kdW0gY29uc2VxdWF0IG9kaW8sIG5lYyBsYW9yZWV0IGxlbyBjb25zZWN0ZXR1ciBzZWQuIERvbmVjIGFsaXF1ZXQsIG5pc2kgcXVpcyBjb252YWxsaXMgc29sbGljaXR1ZGluLCBtaSBzYXBpZW4gbWFsZXN1YWRhIGVsaXQsIGF0IGJpYmVuZHVtIG1ldHVzIHF1YW0gc2l0IGFtZXQgbGlndWxhLlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxMjE4OiJbZmVhdHVyZV9ibG9jayBzdHlsZT0iaW1hZ2UiIGNvbHVtbnM9IjMiIGljb25fc3R5bGU9IiIgZm9udF9zaXplPSIyMSIgZm9udF9zdHlsZT0ibm9ybWFsIl1bZmVhdHVyZSB0aXRsZT0iQ3VyYWJpdHVyIHF1aXMgdWx0cmljZXMgIiB1cGxvYWRfaWNvbj0iaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvTWFya2V0LVJlc2VhcmNoLnBuZyIgaW1hZ2U9Imh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL01hcmtldC1SZXNlYXJjaC5wbmciIGJnX2NvbG9yPSIiXUxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaXNjaW5nIGVsaXQuIE1vcmJpIHNpdCBhbWV0IHNlbXBlciB0b3J0b3IsIGlkIGVnZXN0YXMgZGlhbS4gTmFtIHZpdGFlIGp1c3RvIHNpdC5bL2ZlYXR1cmVdIFtmZWF0dXJlIHRpdGxlPSJOdW5jIGF0IHJob25jdXMgcHVydXMuICIgdXBsb2FkX2ljb249Imh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL09ubGluZS1QcmVzZW5jZS1NYW5hZ2VtZW50LnBuZyIgaW1hZ2U9Imh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL09ubGluZS1QcmVzZW5jZS1NYW5hZ2VtZW50LnBuZyIgYmdfY29sb3I9IiJdTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2NpbmcgZWxpdC4gTW9yYmkgc2l0IGFtZXQgc2VtcGVyIHRvcnRvciwgaWQgZWdlc3RhcyBkaWFtLiBOYW0gdml0YWUganVzdG8gc2l0LlsvZmVhdHVyZV0gW2ZlYXR1cmUgdGl0bGU9IkNsYXNzIGFwdGVudCB0YWNpdGkgIiB1cGxvYWRfaWNvbj0iaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvVmlkZW8tTWFya2V0aW5nLnBuZyIgaW1hZ2U9Imh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL1ZpZGVvLU1hcmtldGluZy5wbmciIGJnX2NvbG9yPSIiXUxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaXNjaW5nIGVsaXQuIE1vcmJpIHNpdCBhbWV0IHNlbXBlciB0b3J0b3IsIGlkIGVnZXN0YXMgZGlhbS4gTmFtIHZpdGFlIGp1c3RvIHNpdC5bL2ZlYXR1cmVdIFsvZmVhdHVyZV9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTA0OiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1OMlkzWmpjaUxDSmliM0prWlhKWGFXUjBhQ0k2SWpFaUxDSmliM0prWlhKRGIyeHZjaUk2SWlObU1HWXdaakFpZlE9PSI7fWk6NTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjQwOiJyb3cgdGhyZWUtY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxOToiYmFja2dyb3VuZDojYzljOWM5OyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoidHdvLXRoaXJkcyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY2OiJbaGVhZGxpbmUgc3R5bGU9IjEiIGZvbnRfc2l6ZT0iMjgiIGZvbnRfc3R5bGU9ImJvbGQiIGZvbnRfY29sb3I9IiNmZmZmZmYiIGZvbnRfc2hhZG93PSJkYXJrIiBhbGlnbj0ibGVmdCJdVHJ5IGl0IGZyZWUgZm9yIDMwIGRheXMuIE5vIGNyZWRpdCBjYXJkIHJlcXVpcmVkLlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzU6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSIyMiIgZm9udF9zdHlsZT0ibm9ybWFsIiBmb250X2NvbG9yPSIjNGY0ZjRmIiBmb250X3NoYWRvdz0ibGlnaHQiIGFsaWduPSJsZWZ0Il1EdWlzIHB1bHZpbmFyIGR1aSBuaXNsLCB1dCB0cmlzdGlxdWUgZG9sb3IgcG9ydGEgdml0YWUuWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyODoib25lLXRoaXJkIGNvbHVtbiBjb2xzIG5hcnJvdyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzczOiJbYnV0dG9uXzEgdGV4dD0iU3RhcnQgQSBGcmVlIFRyaWFsIFRvZGF5IiB0ZXh0X3NpemU9IjIwIiB0ZXh0X2NvbG9yPSIjZmZmZmZmIiB0ZXh0X2ZvbnQ9Ik1vbnRzZXJyYXQ7Z29vZ2xlIiBzdWJ0ZXh0X3BhbmVsPSJOIiB0ZXh0X3NoYWRvd19wYW5lbD0iTiIgc3R5bGluZ193aWR0aD0iMjIiIHN0eWxpbmdfaGVpZ2h0PSIyOSIgc3R5bGluZ19ib3JkZXJfY29sb3I9IiMwMDAwMDAiIHN0eWxpbmdfYm9yZGVyX3JhZGl1cz0iNiIgc3R5bGluZ19ib3JkZXJfb3BhY2l0eT0iMTAwIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPSIjNTNhNTQwIiBkcm9wX3NoYWRvd19wYW5lbD0iTiIgaW5zZXRfc2hhZG93X3BhbmVsPSJOIiBhbGlnbj0iY2VudGVyIi9dIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fXM6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjQ4OiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTmpPV001WXpraWZRPT0iO319czo2OiJmb290ZXIiO2E6MTp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6MzA6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTU6IltuYXZpZ2F0aW9uIHN0eWxlPSI2IiBuYXZfaWQ9InByaW1hcnkiIHRpdGxlPSJQcm9kdWN0Il0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjUwOiJbbmF2aWdhdGlvbiBzdHlsZT0iNiIgbmF2X2lkPSJtbSIgdGl0bGU9IkNvbXBhbnkiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO319fQ==','YToxODp7czoxMzoiaGVhZGVyX2xheW91dCI7czoxMTcyOiJZVG94TURwN2N6bzBPaUpzYjJkdklqdHpPamM1T2lKb2RIUndPaTh2ZDNkM0xuUm9aWFJ5WVdScGJtZHliMjl0TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TkM4d015OVRZVzF3YkdWTWIyZHZMVXhwWjJoME1URXVjRzVuSWp0ek9qVTZJbUpuYVcxbklqdHpPamMwT2lKb2RIUndPaTh2ZDNkM0xuUm9aWFJ5WVdScGJtZHliMjl0TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TkM4d015OXNZWEpuWlY5aVlXNXVaWEl4TG5CdVp5STdjem94TVRvaWNtVndaV0YwWW1kcGJXY2lPM002TURvaUlqdHpPamM2SW1KblkyOXNiM0lpTzNNNk56b2lJekptTkRrM05DSTdjem94TURvaWJHbHVhMTlqYjJ4dmNpSTdjem93T2lJaU8zTTZNVE02SW0xbGJuVXRjRzl6YVhScGIyNGlPM002T1RvaVlXeHZibWR6YVdSbElqdHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lXU0k3Y3pveE16b2libUYyWDJKaGNsOWhZbTkyWlNJN1lUbzNPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qQTZJaUk3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYMlpoYldsc2VTSTdjem93T2lJaU8zTTZORG9pYkc5bmJ5STdjem93T2lJaU8zMXpPakV6T2lKdVlYWmZZbUZ5WDJKbGJHOTNJanRoT2pjNmUzTTZOem9pWlc1aFlteGxaQ0k3Y3pveE9pSk9JanR6T2pNNkltNWhkaUk3Y3pvd09pSWlPM002TVRFNkltWnZiblJmYzJoaFpHOTNJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjkzWldsbmFIUWlPM002TURvaUlqdHpPams2SW1admJuUmZjMmw2WlNJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZlptRnRhV3g1SWp0ek9qQTZJaUk3Y3pvME9pSnNiMmR2SWp0ek9qQTZJaUk3ZlhNNk1UYzZJbTVoZGw5aVlYSmZZV3h2Ym1kemFXUmxJanRoT2pZNmUzTTZOem9pWlc1aFlteGxaQ0k3Y3pveE9pSk9JanR6T2pNNkltNWhkaUk3Y3pvd09pSWlPM002TVRFNkltWnZiblJmYzJoaFpHOTNJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjkzWldsbmFIUWlPM002TURvaUlqdHpPams2SW1admJuUmZjMmw2WlNJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZlptRnRhV3g1SWp0ek9qQTZJaUk3ZlgwPSI7czoxMDoibWVtYmVyc2hpcCI7czo4OiJZam93T3c9PSI7czo1OiJ0aGVtZSI7czo2ODoiWVRveU9udHpPalE2SW5SNWNHVWlPM002T1RvaWJXRnlhMlYwYVc1bklqdHpPak02SW1ScGNpSTdjem94T2lJeElqdDkiO3M6MTI6ImZlYXR1cmVfYXJlYSI7czoxMjg6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzBPaUowZVhCbElqdHpPakU2SWpFaU8zTTZPRG9pYzJWMGRHbHVaM01pTzJFNk1UcDdjem94TWpvaVptOXVkRjl2Y0hScGIyNXpJanRoT2pBNmUzMTlmUT09IjtzOjEzOiJmZWF0dXJlX3RpdGxlIjtzOjY0OiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8xT2lKMGFYUnNaU0k3Y3pvd09pSWlPMzA9IjtzOjExOiJmb290ZXJfYXJlYSI7czozODQ6IllUbzRPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNam9pTWpJaU8zTTZNVEU2SW1admJuUmZjMmhoWkc5M0lqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOTNaV2xuYUhRaU8zTTZNRG9pSWp0ek9qazZJbVp2Ym5SZmMybDZaU0k3Y3pvd09pSWlPM002TVRFNkltWnZiblJmWm1GdGFXeDVJanR6T2pFMU9pSlRiM1Z5WTJVZ1UyRnVjeUJRY204aU8zTTZNVEk2SW14aGNtZGxYMlp2YjNSbGNpSTdZVG94T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVdTSTdmWE02TVRjNkltWnZiM1JsY2w5a2FYTmpiR0ZwYldWeUlqdGhPakk2ZTNNNk56b2laVzVoWW14bFpDSTdjem94T2lKT0lqdHpPamM2SW0xbGMzTmhaMlVpTzNNNk1Eb2lJanQ5ZlE9PSI7czoyMToiY29sb3Jfc2NoZW1lX3RlbXBsYXRlIjtzOjg6Illqb3dPdz09IjtzOjEwOiJ0eXBvZ3JhcGh5IjtzOjE2NjQ6IllUb3lPbnR6T2pFek9pSm1iMjUwWDJWc1pXMWxiblJ6SWp0aE9qazZlM002TVRBNkluTnBkR1ZmZEdsMGJHVWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakUxT2lKVGIzVnlZMlVnVTJGdWN5QlFjbThpTzNNNk5Ub2ljM1I1YkdVaU8zTTZOam9pYm05eWJXRnNJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk56b2lkR0ZuYkdsdVpTSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZNVFU2SWxOdmRYSmpaU0JUWVc1eklGQnlieUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6bzNPaUprWldaaGRXeDBJanRoT2pRNmUzTTZORG9pYzJsNlpTSTdjem95T2lJeE55STdjem8wT2lKbWIyNTBJanR6T2pFd09pSkVjbTlwWkNCVFlXNXpJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6bzNPaUlqTmprMk9UWTVJanQ5Y3pveU9pSm9NU0k3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TnpvaVVGUWdVMkZ1Y3lJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TnpvaUl6UmtOR1EwWkNJN2ZYTTZNam9pYURJaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qYzZJbEJVSUZOaGJuTWlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qYzZJaU0wWkRSa05HUWlPMzF6T2pJNkltZ3pJanRoT2pRNmUzTTZORG9pYzJsNlpTSTdjem93T2lJaU8zTTZORG9pWm05dWRDSTdjem94TURvaVRXOXVkSE5sY25KaGRDSTdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk56b2lJelJrTkdRMFpDSTdmWE02TWpvaWFEUWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakV3T2lKTmIyNTBjMlZ5Y21GMElqdHpPalU2SW5OMGVXeGxJanR6T2pBNklpSTdjem8xT2lKamIyeHZjaUk3Y3pvM09pSWpOR1EwWkRSa0lqdDljem95T2lKb05TSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZNVEE2SWsxdmJuUnpaWEp5WVhRaU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pjNklpTTBaRFJrTkdRaU8zMXpPakk2SW1nMklqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3hNRG9pVFc5dWRITmxjbkpoZENJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TnpvaUl6UmtOR1EwWkNJN2ZYMXpPakUwT2lKamIyeHZjbDlsYkdWdFpXNTBjeUk3WVRvMk9udHpPakUzT2lKbWIyOTBaWEpmZEdWNGRGOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UYzZJbVp2YjNSbGNsOXNhVzVyWDJOdmJHOXlJanR6T2pBNklpSTdjem95TXpvaVptOXZkR1Z5WDJ4cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFNE9pSm1aV0YwZFhKbFgzUmxlSFJmWTI5c2IzSWlPM002TURvaUlqdHpPakU0T2lKbVpXRjBkWEpsWDJ4cGJtdGZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qSTBPaUptWldGMGRYSmxYMnhwYm10ZmFHOTJaWEpmWTI5c2IzSWlPM002TURvaUlqdDlmUT09IjtzOjIxOiJjb2xvcl9zY2hlbWVfYWR2YW5jZWQiO3M6MjQ3MjoiWVRvM09udHpPakV6T2lKdVlYWmZZbUZ5WDJGaWIzWmxJanRoT2pFd09udHpPakV6T2lKdVlYWmZZbUZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TVRvaWJtRjJYMkpoY2w5bGJtUWlPM002TURvaUlqdHpPakU1T2lKdVlYWmZZbUZ5WDJodmRtVnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOem9pYm1GMlgySmhjbDlvYjNabGNsOWxibVFpTzNNNk1Eb2lJanR6T2pFd09pSnVZWFpmWW1GeVgySm5JanR6T2pBNklpSTdjem95TWpvaWJtRjJYMkpoY2w5aVoxOW9iM1psY2w5emRHRnlkQ0k3Y3pvd09pSWlPM002TVRVNkltNWhkbDlpWVhKZlpHUmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UWTZJbTVoZGw5aVlYSmZaR1JmYUc5MlpYSWlPM002TURvaUlqdHpPakV5T2lKdVlYWmZZbUZ5WDJ4cGJtc2lPM002TURvaUlqdHpPakV6T2lKdVlYWmZZbUZ5WDJodmRtVnlJanR6T2pBNklpSTdmWE02TVRNNkltNWhkbDlpWVhKZlltVnNiM2NpTzJFNk1UQTZlM002TVRNNkltNWhkbDlpWVhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFeE9pSnVZWFpmWW1GeVgyVnVaQ0k3Y3pvd09pSWlPM002TVRrNkltNWhkbDlpWVhKZmFHOTJaWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakUzT2lKdVlYWmZZbUZ5WDJodmRtVnlYMlZ1WkNJN2N6b3dPaUlpTzNNNk1UQTZJbTVoZGw5aVlYSmZZbWNpTzNNNk1Eb2lJanR6T2pJeU9pSnVZWFpmWW1GeVgySm5YMmh2ZG1WeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE5Ub2libUYyWDJKaGNsOWtaRjlzYVc1cklqdHpPakE2SWlJN2N6b3hOam9pYm1GMlgySmhjbDlrWkY5b2IzWmxjaUk3Y3pvd09pSWlPM002TVRJNkltNWhkbDlpWVhKZmJHbHVheUk3Y3pvd09pSWlPM002TVRNNkltNWhkbDlpWVhKZmFHOTJaWElpTzNNNk1Eb2lJanQ5Y3pveE56b2libUYyWDJKaGNsOWhiRzl1WjNOcFpHVWlPMkU2TnpwN2N6b3hNRG9pYm1GMlgySmhjbDlpWnlJN2N6b3dPaUlpTzNNNk1UWTZJbTVoZGw5aVlYSmZZbWRmYUc5MlpYSWlPM002TURvaUlqdHpPakl3T2lKdVlYWmZZbUZ5WDJKblgyNWhkbDlvYjNabGNpSTdjem93T2lJaU8zTTZNVEk2SW01aGRsOWlZWEpmYkdsdWF5STdjem93T2lJaU8zTTZNVE02SW01aGRsOWlZWEpmYUc5MlpYSWlPM002TURvaUlqdHpPakUxT2lKdVlYWmZZbUZ5WDJSa1gyeHBibXNpTzNNNk1Eb2lJanR6T2pFMk9pSnVZWFpmWW1GeVgyUmtYMmh2ZG1WeUlqdHpPakE2SWlJN2ZYTTZNVEk2SW1abFlYUjFjbVZmWVhKbFlTSTdZVG8zT250ek9qRXpPaUptWldGMGRYSmxYM04wWVhKMElqdHpPakE2SWlJN2N6b3hNVG9pWm1WaGRIVnlaVjlsYm1RaU8zTTZNRG9pSWp0ek9qRXdPaUowWlhoMFgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE1Eb2liR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlhNNk1UWTZJbXhwYm10ZmFHOTJaWEpmWTI5c2IzSWlPMkU2TWpwN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zTTZNVFU2SW5SbGVIUmZaR1ZqYjNKaGRHbHZiaUk3Y3pvd09pSWlPMzF6T2pJNkltSm5JanR6T2pBNklpSTdjem94TURvaVltZGZiM0IwYVc5dWN5STdjem8yT2lKalpXNTBaWElpTzMxek9qRXpPaUptWldGMGRYSmxYM1JwZEd4bElqdGhPak02ZTNNNk1UazZJbVpsWVhSMWNtVmZkR2wwYkdWZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSm1aV0YwZFhKbFgzUnBkR3hsWDJWdVpDSTdjem93T2lJaU8zTTZNalE2SW1abFlYUjFjbVZmZEdsMGJHVmZkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPMzF6T2pZNkltWnZiM1JsY2lJN1lUbzFPbnR6T2pFeU9pSm1iMjkwWlhKZmMzUmhjblFpTzNNNk56b2lJekZqTVdNeFl5STdjem94TURvaVptOXZkR1Z5WDJWdVpDSTdjem8zT2lJak1XTXhZekZqSWp0ek9qRTNPaUptYjI5MFpYSmZkR1Y0ZEY5amIyeHZjaUk3Y3pvM09pSWpZak5pTTJJeklqdHpPakUzT2lKbWIyOTBaWEpmYkdsdWExOWpiMnh2Y2lJN1lUb3lPbnR6T2pVNkltTnZiRzl5SWp0ek9qYzZJaU5pTTJJellqTWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6b3dPaUlpTzMxek9qSXpPaUptYjI5MFpYSmZiR2x1YTE5b2IzWmxjbDlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPamM2SWlObVptWm1abVlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMTljem8wT2lKd1lXZGxJanRoT2pRNmUzTTZNVEk2SW5KbGNHVmhkR2x1WjE5aVp5STdjem93T2lJaU8zTTZPRG9pWW1kZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFd09pSnNhVzVyWDJOdmJHOXlJanRoT2pJNmUzTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk1Eb2lJanQ5Y3pveE5qb2liR2x1YTE5b2IzWmxjbDlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWDE5IjtzOjE1OiJtb2JpbGVfcmVkaXJlY3QiO3M6NjA6IllUb3lPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUoxY213aU8zTTZNRG9pSWp0OSI7czozOiJzZW8iO3M6MTAwOiJZVG96T250ek9qVTZJblJwZEd4bElqdHpPakE2SWlJN2N6b3hNVG9pWkdWelkzSnBjSFJwYjI0aU8zTTZNRG9pSWp0ek9qZzZJbXRsZVhkdmNtUnpJanR6T2pBNklpSTdmUT09IjtzOjc6InNjcmlwdHMiO3M6MTI0OiJZVG94T250cE9qQTdZVG95T250ek9qZzZJbkJ2YzJsMGFXOXVJanR6T2pNNkltTnpjeUk3Y3pvMk9pSnpZM0pwY0hRaU8zTTZNekU2SWk1aVlXNXVaWElnTG14dloyOGdhVzFuZTNkcFpIUm9Pakl3TUhCNE8zMGlPMzE5IjtzOjg6ImZiX3NoYXJlIjtzOjEyNDoiWVRvME9udHpPalU2SW5ScGRHeGxJanR6T2pBNklpSTdjem94TVRvaVpHVnpZM0pwY0hScGIyNGlPM002TURvaUlqdHpPalU2SW1sdFlXZGxJanR6T2pBNklpSTdjem80T2lKc2FXdGxYM1Z5YkNJN2N6b3dPaUlpTzMwPSI7czo4OiJsaWdodGJveCI7czozNzAwOiJZVG8xT250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8zT2lKemFHOTNYMjl1SWp0ek9qUTZJbXh2WVdRaU8zTTZORG9pZEhsd1pTSTdjem8xT2lKdmNIUnBiaUk3Y3pveE1Eb2liM0IwYVc1ZlptOXliU0k3WVRvek9udHpPams2SW1admNtMWZhSFJ0YkNJN1lUb3hOenA3Y3pveE1Eb2laVzFoYVd4ZlpHRjBZU0k3Y3pvd09pSWlPM002TVRNNkltVnRZV2xzWDJGa1pISmxjM01pTzNNNk1Eb2lJanR6T2pFeU9pSnlaV1JwY21WamRGOTFjbXdpTzNNNk1Eb2lJanR6T2pFeU9pSmxlSFJ5WVY5bWFXVnNaSE1pTzNNNk1Eb2lJanR6T2pFNE9pSmxiV0ZwYkY5bGVIUnlZVjltYVdWc1pITWlPM002TURvaUlqdHpPalE2SW1oMGJXd2lPM002TURvaUlqdHpPakV3T2lKdVpYZGZkMmx1Wkc5M0lqdHpPakE2SWlJN2N6b3hNam9pWkdsellXSnNaVjl1WVcxbElqdHpPakE2SWlJN2N6bzRPaUp1WVcxbFgySnZlQ0k3Y3pvd09pSWlPM002T1RvaVpXMWhhV3hmWW05NElqdHpPakE2SWlJN2N6bzJPaUpoWTNScGIyNGlPM002TURvaUlqdHpPalk2SW1acFpXeGtjeUk3Y3pvd09pSWlPM002TmpvaWJXVjBhRzlrSWp0ek9qUTZJbkJ2YzNRaU8zTTZNVFk2SW1sdWRHVm5jbUYwYVc5dVgzUjVjR1VpTzNNNk5qb2lZM1Z6ZEc5dElqdHpPalE2SW14cGMzUWlPM002TURvaUlqdHpPakUwT2lKMGFHRnVhMTk1YjNWZmNHRm5aU0k3Y3pvd09pSWlPM002TVRFNkltRmpkR2x2Ymw5d1lXZGxJanR6T2pBNklpSTdmWE02TnpvaVkyOXVkR1Z1ZENJN1lUbzFPbnR6T2pVNkluUnBkR3hsSWp0ek9qTXlPaUpUWld4c0lFRnVlWFJvYVc1bklGZHBkR2dnVDNCMGFXMXBlbVZRY21WemN5STdjem94TVRvaVptOXliVjlvWldGa1pYSWlPM002T0RnNklreHZjbVZ0SUdsd2MzVnRJR1J2Ykc5eUlITnBkQ0JoYldWMExDQmpiMjV6WldOMFpYUjFaWElnWVdScGNHbHpZMmx1WnlCbGJHbDBMQ0J6WldRZ1pHbGhiU0J1YjI1MWJXMTVJRzVwWW1nZ1pYVnBjMjF2WkM0aU8zTTZNVEU2SW1admIzUmxjbDl1YjNSbElqdHpPalkwT2lKWmIzVnlJR2x1Wm05eWJXRjBhVzl1SUdseklERXdNQ1VnYzJWamRYSmxJSGRwZEdnZ2RYTWdZVzVrSUhkcGJHd2dibVYyWlhJZ1ltVWdjMmhoY21Wa0lqdHpPakV5T2lKdVlXMWxYMlJsWm1GMWJIUWlPM002TWpRNklrVnVkR1Z5SUhsdmRYSWdSbWx5YzNRZ1RtRnRaUzR1TGlJN2N6b3hNem9pWlcxaGFXeGZaR1ZtWVhWc2RDSTdjem95TnpvaVJXNTBaWElnZVc5MWNpQkZiV0ZwYkNCQlpHUnlaWE56TGk0dUlqdDljem94TXpvaWMzVmliV2wwWDJKMWRIUnZiaUk3WVRvMU5qcDdjem8yT2lKaWRYUjBiMjRpTzJFNk1EcDdmWE02T0RvaWJHOWpZWFJwYjI0aU8zTTZNelk2SW05d1gyeHBaMmgwWW05NFgyOXdkR2x1WDJadmNtMWZjM1ZpYldsMFgySjFkSFJ2YmlJN2N6bzNPaUpqYjI1MFpXNTBJanR6T2pBNklpSTdjem8wT2lKMGVYQmxJanR6T2pFNklqQWlPM002TlRvaWFXMWhaMlVpTzNNNk1Eb2lJanR6T2pFeU9pSmxiR1Z0Wlc1MFgzUjVjR1VpTzNNNk1Eb2lJanR6T2pRNkltaHlaV1lpTzNNNk1Eb2lJanR6T2pFd09pSnVaWGRmZDJsdVpHOTNJanR6T2pBNklpSTdjem95T2lKall5STdjem93T2lJaU8zTTZOVG9pWVd4cFoyNGlPM002TURvaUlqdHpPalE2SW5SbGVIUWlPM002TURvaUlqdHpPams2SW5SbGVIUmZjMmw2WlNJN2N6b3lPaUl6TWlJN2N6b3hNRG9pZEdWNGRGOWpiMnh2Y2lJN2N6bzNPaUlqTURBd01EQXdJanR6T2prNkluUmxlSFJmWm05dWRDSTdjem93T2lJaU8zTTZPVG9pZEdWNGRGOWliMnhrSWp0ek9qRTZJakVpTzNNNk1UUTZJblJsZUhSZmRXNWtaWEpzYVc1bElqdHpPakE2SWlJN2N6b3hNVG9pZEdWNGRGOXBkR0ZzYVdNaU8zTTZNRG9pSWp0ek9qRTVPaUowWlhoMFgyeGxkSFJsY2w5emNHRmphVzVuSWp0ek9qRTZJakFpTzNNNk1UTTZJbk4xWW5SbGVIUmZjR0Z1Wld3aU8zTTZNRG9pSWp0ek9qYzZJbk4xWW5SbGVIUWlPM002TURvaUlqdHpPakV5T2lKemRXSjBaWGgwWDNOcGVtVWlPM002TURvaUlqdHpPakV6T2lKemRXSjBaWGgwWDJOdmJHOXlJanR6T2pBNklpSTdjem94TWpvaWMzVmlkR1Y0ZEY5bWIyNTBJanR6T2pBNklpSTdjem94TWpvaWMzVmlkR1Y0ZEY5aWIyeGtJanR6T2pBNklpSTdjem94TnpvaWMzVmlkR1Y0ZEY5MWJtUmxjbXhwYm1VaU8zTTZNRG9pSWp0ek9qRTBPaUp6ZFdKMFpYaDBYMmwwWVd4cFl5STdjem93T2lJaU8zTTZNakk2SW5OMVluUmxlSFJmYkdWMGRHVnlYM053WVdOcGJtY2lPM002TURvaUlqdHpPakUzT2lKMFpYaDBYM05vWVdSdmQxOXdZVzVsYkNJN2N6b3hPaUpaSWp0ek9qSXdPaUowWlhoMFgzTm9ZV1J2ZDE5MlpYSjBhV05oYkNJN2N6b3hPaUl4SWp0ek9qSXlPaUowWlhoMFgzTm9ZV1J2ZDE5b2IzSnBlbTl1ZEdGc0lqdHpPakU2SWpBaU8zTTZNVGM2SW5SbGVIUmZjMmhoWkc5M1gyTnZiRzl5SWp0ek9qYzZJaU5tWm1abU1EQWlPM002TVRZNkluUmxlSFJmYzJoaFpHOTNYMkpzZFhJaU8zTTZNVG9pTUNJN2N6b3hNem9pYzNSNWJHbHVaMTkzYVdSMGFDSTdjem93T2lJaU8zTTZNVFE2SW5OMGVXeHBibWRmYUdWcFoyaDBJanR6T2pBNklpSTdjem95TURvaWMzUjViR2x1WjE5aWIzSmtaWEpmWTI5c2IzSWlPM002TnpvaUl6QXdNREF3TUNJN2N6b3hPVG9pYzNSNWJHbHVaMTlpYjNKa1pYSmZjMmw2WlNJN2N6b3hPaUl4SWp0ek9qSXhPaUp6ZEhsc2FXNW5YMkp2Y21SbGNsOXlZV1JwZFhNaU8zTTZNVG9pTmlJN2N6b3lNam9pYzNSNWJHbHVaMTlpYjNKa1pYSmZiM0JoWTJsMGVTSTdjem96T2lJeE1EQWlPM002TVRZNkluTjBlV3hwYm1kZlozSmhaR2xsYm5RaU8zTTZNRG9pSWp0ek9qRXpPaUp6ZEhsc2FXNW5YM05vYVc1bElqdHpPakU2SWxraU8zTTZNamc2SW5OMGVXeHBibWRmWjNKaFpHbGxiblJmYzNSaGNuUmZZMjlzYjNJaU8zTTZOem9pSTJabVptWXdNQ0k3Y3pveU5qb2ljM1I1YkdsdVoxOW5jbUZrYVdWdWRGOWxibVJmWTI5c2IzSWlPM002TnpvaUkyWm1ZVEF6TlNJN2N6b3hOem9pWkhKdmNGOXphR0ZrYjNkZmNHRnVaV3dpTzNNNk1Ub2lXU0k3Y3pveU1Eb2laSEp2Y0Y5emFHRmtiM2RmZG1WeWRHbGpZV3dpTzNNNk1Ub2lNU0k3Y3pveU1qb2laSEp2Y0Y5emFHRmtiM2RmYUc5eWFYcHZiblJoYkNJN2N6b3hPaUl3SWp0ek9qRTJPaUprY205d1gzTm9ZV1J2ZDE5aWJIVnlJanR6T2pFNklqRWlPM002TVRnNkltUnliM0JmYzJoaFpHOTNYM053Y21WaFpDSTdjem94T2lJd0lqdHpPakUzT2lKa2NtOXdYM05vWVdSdmQxOWpiMnh2Y2lJN2N6bzNPaUlqTURBd01EQXdJanR6T2pFNU9pSmtjbTl3WDNOb1lXUnZkMTl2Y0dGamFYUjVJanR6T2pJNklqVXdJanR6T2pFNE9pSnBibk5sZEY5emFHRmtiM2RmY0dGdVpXd2lPM002TVRvaVdTSTdjem95TVRvaWFXNXpaWFJmYzJoaFpHOTNYM1psY25ScFkyRnNJanR6T2pFNklqQWlPM002TWpNNkltbHVjMlYwWDNOb1lXUnZkMTlvYjNKcGVtOXVkR0ZzSWp0ek9qRTZJakFpTzNNNk1UYzZJbWx1YzJWMFgzTm9ZV1J2ZDE5aWJIVnlJanR6T2pFNklqQWlPM002TVRrNkltbHVjMlYwWDNOb1lXUnZkMTl6Y0hKbFlXUWlPM002TVRvaU1TSTdjem94T0RvaWFXNXpaWFJmYzJoaFpHOTNYMk52Ykc5eUlqdHpPamM2SWlObVptWm1NREFpTzNNNk1qQTZJbWx1YzJWMFgzTm9ZV1J2ZDE5dmNHRmphWFI1SWp0ek9qSTZJalV3SWp0OWZYTTZNVEk2SW1oMGJXeGZZMjl1ZEdWdWRDSTdZVG94T250ek9qYzZJbU52Ym5SbGJuUWlPM002TURvaUlqdDlmUT09IjtzOjEzOiJleGl0X3JlZGlyZWN0IjtzOjg4OiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdHpPamM2SW0xbGMzTmhaMlVpTzNNNk1Eb2lJanQ5IjtzOjE0OiJvbmVfdGltZV9vZmZlciI7czoxODg6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUoxY213aU8zTTZNRG9pSWp0ek9qUTZJblJwYldVaU8yRTZORHA3Y3pvME9pSmtZWGx6SWp0ek9qQTZJaUk3Y3pvMU9pSm9iM1Z5Y3lJN2N6b3dPaUlpTzNNNk56b2liV2x1ZFhSbGN5STdjem93T2lJaU8zTTZOem9pYzJWamIyNWtjeUk3Y3pvd09pSWlPMzE5IjtzOjE0OiJsYXVuY2hfZ2F0ZXdheSI7czo4OiJZam93T3c9PSI7czoxMzoibGF1bmNoX2Z1bm5lbCI7czoxOTI6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzVPaUptZFc1dVpXeGZhV1FpTzNNNk1Ub2lNaUk3Y3pveE5qb2laMkYwWlhkaGVWOXZkbVZ5Y21sa1pTSTdZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem80T2lKeVpXUnBjbVZqZENJN2N6b3dPaUlpTzNNNk5Eb2lZMjlrWlNJN2N6b3dPaUlpTzMxOSI7fQ=='),(16,'IM Classic Style 2',2,'Classic Internet Marketing style opt-in page with form alongside video|http://www.thetradingroom.com/wp-content/uploads/2014/03/im_classic_2.jpg','jpg','YToxOntzOjQ6ImJvZHkiO2E6Mjp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3MDoiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjQwIiBmb250X2NvbG9yPSIjYzIyMDE5IiBhbGlnbj0iY2VudGVyIl1EaXNjb3ZlciBIb3cgWW91IENhbiBCdWlsZCBTaXRlcyBMaWtlIFRoaXMgSW4gTWludXRlcy4uLldpdGhvdXQgQ29kZSBvciBUZWNobmljYWwgU2tpbGxzWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE5NjoiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjIwIiBmb250X3N0eWxlPSJub3JtYWwiIGZvbnRfY29sb3I9IiM2MTYxNjEiIGFsaWduPSJjZW50ZXIiXVRoZSBTZWNyZXQgU29mdHdhcmUgVG9wIE9ubGluZSBNYXJrZXRlcnMgJmFtcDsgU21hbGwgQnVzaW5lc3NlcyBBcmUgVXNpbmcgVG8gQ3JlYXRlIFBhZ2VzIEZhc3RbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE1NjoiYmFja2dyb3VuZDojZjBmMGYwO3BhZGRpbmctYm90dG9tOjIwcHg7Ym9yZGVyLXRvcC13aWR0aDoxcHg7Ym9yZGVyLWJvdHRvbS13aWR0aDoxcHg7Ym9yZGVyLXN0eWxlOnNvbGlkO2JvcmRlci10b3AtY29sb3I6I2ViZWJlYjtib3JkZXItYm90dG9tLWNvbG9yOiNlYmViZWI7IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTk4OiJbdmlkZW9fcGxheWVyIHR5cGU9InlvdXR1YmUiIHlvdXR1YmVfZm9yY2VfaGQ9Im5vbmUiIHdpZHRoPSI0NDAiIGhlaWdodD0iMjQ4IiBhbGlnbj0iY2VudGVyIiBtYXJnaW5fdG9wPSIwIiBtYXJnaW5fYm90dG9tPSIyMCJdYUhSMGNEb3ZMM2QzZHk1NWIzVjBkV0psTG1OdmJTOTNZWFJqYUQ5MlBVdElUelJNVlhCRVExQlpbL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxNToiW3RleHRfYmxvY2sgc3R5bGU9InN0eWxlXzEucG5nIiBhbGlnbj0ibGVmdCIgYm90dG9tX21hcmdpbj0iNSIgd2lkdGg9IjQ2MCJdPHAgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlcjsiPjxzdHJvbmc+RW50ZXIgeW91ciBuYW1lIGFuZCBlbWFpbMKgPC9zdHJvbmc+PHN0cm9uZz5iZWxvdyBub3cgZm9yIGluc3RhbnQgYWNjZXNzLi4uPC9zdHJvbmc+PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjYzNDoiW29wdGluX2JveCBzdHlsZT0iNyIgYWxpZ25tZW50PSJjZW50ZXIiIGVtYWlsX2RlZmF1bHQ9IkVudGVyIHlvdXIgZW1haWwgYWRkcmVzcyIgaW50ZWdyYXRpb25fdHlwZT0iZW1haWwiIG5hbWVfZGVmYXVsdD0iRW50ZXIgeW91ciBmaXJzdCBuYW1lIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9ImhlYWRsaW5lIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9InBhcmFncmFwaCJdVEc5eVpXMGdhWEJ6ZFcwZ1pHOXNiM0lnYzJsMElHRnRaWFFzSUdOdmJuTmxZM1JsZEhWeUlHRmthWEJwYzJOcGJtY2daV3hwZEM0Z1JHOXVaV01nZG1Wc0lHNTFibU1nYm05dUlHeGhZM1Z6SUhabGJtVnVZWFJwY3lCamIyMXRiMlJ2TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT0icHJpdmFjeSJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT0idG9wX2NvbG9yIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPSIwIiBidXR0b25fYmVsb3c9IlkiXUdldCBJbnN0YW50IEFjY2VzcyFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMzI6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObU1HWXdaakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaUxDSmliM0prWlhKWGFXUjBhQ0k2SWpFaUxDSmliM0prWlhKRGIyeHZjaUk2SWlObFltVmlaV0lpZlE9PSI7fX19','YToxODp7czoxMzoiaGVhZGVyX2xheW91dCI7czoxMDY4OiJZVG94TURwN2N6bzBPaUpzYjJkdklqdHpPamMzT2lKb2RIUndPaTh2ZDNkM0xuUm9aWFJ5WVdScGJtZHliMjl0TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TkM4d015OVRZVzF3YkdWTWIyZHZMVVJoY21zekxuQnVaeUk3Y3pvMU9pSmlaMmx0WnlJN2N6b3dPaUlpTzNNNk1URTZJbkpsY0dWaGRHSm5hVzFuSWp0ek9qQTZJaUk3Y3pvM09pSmlaMk52Ykc5eUlqdHpPamM2SWlObU1HVm1aakFpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFek9pSnRaVzUxTFhCdmMybDBhVzl1SWp0ek9qazZJbUZzYjI1bmMybGtaU0k3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWs0aU8zTTZNVE02SW01aGRsOWlZWEpmWVdKdmRtVWlPMkU2TnpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TXpvaWJtRjJJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjl6YUdGa2IzY2lPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM2RsYVdkb2RDSTdjem93T2lJaU8zTTZPVG9pWm05dWRGOXphWHBsSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1Eb2lJanR6T2pRNklteHZaMjhpTzNNNk1Eb2lJanQ5Y3pveE16b2libUYyWDJKaGNsOWlaV3h2ZHlJN1lUbzNPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qQTZJaUk3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYMlpoYldsc2VTSTdjem93T2lJaU8zTTZORG9pYkc5bmJ5STdjem93T2lJaU8zMXpPakUzT2lKdVlYWmZZbUZ5WDJGc2IyNW5jMmxrWlNJN1lUbzJPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qQTZJaUk3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYMlpoYldsc2VTSTdjem93T2lJaU8zMTkiO3M6MTA6Im1lbWJlcnNoaXAiO3M6ODoiWWpvd093PT0iO3M6NToidGhlbWUiO3M6Njg6IllUb3lPbnR6T2pRNkluUjVjR1VpTzNNNk9Ub2liV0Z5YTJWMGFXNW5JanR6T2pNNkltUnBjaUk3Y3pveE9pSXhJanQ5IjtzOjEyOiJmZWF0dXJlX2FyZWEiO3M6MTIwOiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8wT2lKMGVYQmxJanRwT2pFN2N6bzRPaUp6WlhSMGFXNW5jeUk3WVRveE9udHpPakV5T2lKbWIyNTBYMjl3ZEdsdmJuTWlPMkU2TURwN2ZYMTkiO3M6MTM6ImZlYXR1cmVfdGl0bGUiO3M6NjQ6IllUb3lPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzFPaUowYVhSc1pTSTdjem93T2lJaU8zMD0iO3M6MTE6ImZvb3Rlcl9hcmVhIjtzOjM2MDoiWVRvNE9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lXU0k3Y3pvek9pSnVZWFlpTzNNNk1Ub2lNeUk3Y3pveE1Ub2labTl1ZEY5emFHRmtiM2NpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDNkbGFXZG9kQ0k3Y3pvd09pSWlPM002T1RvaVptOXVkRjl6YVhwbElqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOW1ZVzFwYkhraU8zTTZNRG9pSWp0ek9qRXlPaUpzWVhKblpWOW1iMjkwWlhJaU8yRTZNVHA3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWs0aU8zMXpPakUzT2lKbWIyOTBaWEpmWkdselkyeGhhVzFsY2lJN1lUb3lPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzNPaUp0WlhOellXZGxJanR6T2pBNklpSTdmWDA9IjtzOjIxOiJjb2xvcl9zY2hlbWVfdGVtcGxhdGUiO3M6ODoiWWpvd093PT0iO3M6MTA6InR5cG9ncmFwaHkiO3M6MTU2ODoiWVRveU9udHpPakV6T2lKbWIyNTBYMlZzWlcxbGJuUnpJanRoT2prNmUzTTZNVEE2SW5OcGRHVmZkR2wwYkdVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qQTZJaUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6bzNPaUowWVdkc2FXNWxJanRoT2pRNmUzTTZORG9pYzJsNlpTSTdjem93T2lJaU8zTTZORG9pWm05dWRDSTdjem93T2lJaU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWE02TnpvaVpHVm1ZWFZzZENJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1qb2lNVGNpTzNNNk5Eb2labTl1ZENJN2N6b3hOVG9pVTI5MWNtTmxJRk5oYm5NZ1VISnZJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6bzBPaUlqTkRRMElqdDljem95T2lKb01TSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZNVFU2SWxOdmRYSmpaU0JUWVc1eklGQnlieUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTWlJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1UVTZJbE52ZFhKalpTQlRZVzV6SUZCeWJ5STdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pveU9pSm9NeUk3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TVRVNklsTnZkWEpqWlNCVFlXNXpJRkJ5YnlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem95T2lKb05DSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZNVFU2SWxOdmRYSmpaU0JUWVc1eklGQnlieUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTlNJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1Eb2lJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzMxek9qSTZJbWcySWp0aE9qUTZlM002TkRvaWMybDZaU0k3Y3pvd09pSWlPM002TkRvaVptOXVkQ0k3Y3pvd09pSWlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3Zlgxek9qRTBPaUpqYjJ4dmNsOWxiR1Z0Wlc1MGN5STdZVG8yT250ek9qRTNPaUptYjI5MFpYSmZkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPM002TVRjNkltWnZiM1JsY2w5c2FXNXJYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3lNem9pWm05dmRHVnlYMnhwYm10ZmFHOTJaWEpmWTI5c2IzSWlPM002TURvaUlqdHpPakU0T2lKbVpXRjBkWEpsWDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTRPaUptWldGMGRYSmxYMnhwYm10ZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pJME9pSm1aV0YwZFhKbFgyeHBibXRmYUc5MlpYSmZZMjlzYjNJaU8zTTZNRG9pSWp0OWZRPT0iO3M6MjE6ImNvbG9yX3NjaGVtZV9hZHZhbmNlZCI7czoyNDQwOiJZVG8zT250ek9qRXpPaUp1WVhaZlltRnlYMkZpYjNabElqdGhPakV3T250ek9qRXpPaUp1WVhaZlltRnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hNVG9pYm1GMlgySmhjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRTVPaUp1WVhaZlltRnlYMmh2ZG1WeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE56b2libUYyWDJKaGNsOW9iM1psY2w5bGJtUWlPM002TURvaUlqdHpPakV3T2lKdVlYWmZZbUZ5WDJKbklqdHpPakE2SWlJN2N6b3lNam9pYm1GMlgySmhjbDlpWjE5b2IzWmxjbDl6ZEdGeWRDSTdjem93T2lJaU8zTTZNVFU2SW01aGRsOWlZWEpmWkdSZmJHbHVheUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlpHUmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRXlPaUp1WVhaZlltRnlYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRXpPaUp1WVhaZlltRnlYMmh2ZG1WeUlqdHpPakE2SWlJN2ZYTTZNVE02SW01aGRsOWlZWEpmWW1Wc2IzY2lPMkU2TVRBNmUzTTZNVE02SW01aGRsOWlZWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakV4T2lKdVlYWmZZbUZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVGs2SW01aGRsOWlZWEpmYUc5MlpYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRTNPaUp1WVhaZlltRnlYMmh2ZG1WeVgyVnVaQ0k3Y3pvd09pSWlPM002TVRBNkltNWhkbDlpWVhKZlltY2lPM002TURvaUlqdHpPakl5T2lKdVlYWmZZbUZ5WDJKblgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TlRvaWJtRjJYMkpoY2w5a1pGOXNhVzVySWp0ek9qQTZJaUk3Y3pveE5qb2libUYyWDJKaGNsOWtaRjlvYjNabGNpSTdjem93T2lJaU8zTTZNVEk2SW01aGRsOWlZWEpmYkdsdWF5STdjem93T2lJaU8zTTZNVE02SW01aGRsOWlZWEpmYUc5MlpYSWlPM002TURvaUlqdDljem94TnpvaWJtRjJYMkpoY2w5aGJHOXVaM05wWkdVaU8yRTZOenA3Y3pveE1Eb2libUYyWDJKaGNsOWlaeUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlltZGZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qSXdPaUp1WVhaZlltRnlYMkpuWDI1aGRsOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRTFPaUp1WVhaZlltRnlYMlJrWDJ4cGJtc2lPM002TURvaUlqdHpPakUyT2lKdVlYWmZZbUZ5WDJSa1gyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1USTZJbVpsWVhSMWNtVmZZWEpsWVNJN1lUbzNPbnR6T2pFek9pSm1aV0YwZFhKbFgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2labVZoZEhWeVpWOWxibVFpTzNNNk1Eb2lJanR6T2pFd09pSjBaWGgwWDJOdmJHOXlJanR6T2pBNklpSTdjem94TURvaWJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TVRZNklteHBibXRmYUc5MlpYSmZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMXpPakk2SW1KbklqdHpPakE2SWlJN2N6b3hNRG9pWW1kZmIzQjBhVzl1Y3lJN2N6b3dPaUlpTzMxek9qRXpPaUptWldGMGRYSmxYM1JwZEd4bElqdGhPak02ZTNNNk1UazZJbVpsWVhSMWNtVmZkR2wwYkdWZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSm1aV0YwZFhKbFgzUnBkR3hsWDJWdVpDSTdjem93T2lJaU8zTTZNalE2SW1abFlYUjFjbVZmZEdsMGJHVmZkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPMzF6T2pZNkltWnZiM1JsY2lJN1lUbzFPbnR6T2pFeU9pSm1iMjkwWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFd09pSm1iMjkwWlhKZlpXNWtJanR6T2pBNklpSTdjem94TnpvaVptOXZkR1Z5WDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTNPaUptYjI5MFpYSmZiR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qUTZJbTV2Ym1VaU8zMXpPakl6T2lKbWIyOTBaWEpmYkdsdWExOW9iM1psY2w5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qUTZJbTV2Ym1VaU8zMTljem8wT2lKd1lXZGxJanRoT2pRNmUzTTZNVEk2SW5KbGNHVmhkR2x1WjE5aVp5STdjem93T2lJaU8zTTZPRG9pWW1kZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFd09pSnNhVzVyWDJOdmJHOXlJanRoT2pJNmUzTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk5Eb2libTl1WlNJN2ZYTTZNVFk2SW14cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6bzBPaUp1YjI1bElqdDlmWDA9IjtzOjE1OiJtb2JpbGVfcmVkaXJlY3QiO3M6ODoiWWpvd093PT0iO3M6Mzoic2VvIjtzOjg6Illqb3dPdz09IjtzOjc6InNjcmlwdHMiO3M6ODoiWWpvd093PT0iO3M6ODoiZmJfc2hhcmUiO3M6ODoiWWpvd093PT0iO3M6ODoibGlnaHRib3giO3M6ODoiWWpvd093PT0iO3M6MTM6ImV4aXRfcmVkaXJlY3QiO3M6ODoiWWpvd093PT0iO3M6MTQ6Im9uZV90aW1lX29mZmVyIjtzOjg6Illqb3dPdz09IjtzOjE0OiJsYXVuY2hfZ2F0ZXdheSI7czo4OiJZam93T3c9PSI7czoxMzoibGF1bmNoX2Z1bm5lbCI7czoxOTI6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzVPaUptZFc1dVpXeGZhV1FpTzNNNk1Ub2lNaUk3Y3pveE5qb2laMkYwWlhkaGVWOXZkbVZ5Y21sa1pTSTdZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem80T2lKeVpXUnBjbVZqZENJN2N6b3dPaUlpTzNNNk5Eb2lZMjlrWlNJN2N6b3dPaUlpTzMxOSI7fQ=='),(17,'IM Classic Style 1',2,'Classic Internet Marketing style opt-in page including video and opt-in form|http://www.thetradingroom.com/wp-content/uploads/2014/03/im_classic_1-e1374154841969.jpg','jpg','YToxOntzOjQ6ImJvZHkiO2E6Mzp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3MDoiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjQwIiBmb250X2NvbG9yPSIjYzIyMDE5IiBhbGlnbj0iY2VudGVyIl1EaXNjb3ZlciBIb3cgWW91IENhbiBCdWlsZCBTaXRlcyBMaWtlIFRoaXMgSW4gTWludXRlcy4uLldpdGhvdXQgQ29kZSBvciBUZWNobmljYWwgU2tpbGxzWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE5NjoiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjIwIiBmb250X3N0eWxlPSJub3JtYWwiIGZvbnRfY29sb3I9IiM2MTYxNjEiIGFsaWduPSJjZW50ZXIiXVRoZSBTZWNyZXQgU29mdHdhcmUgVG9wIE9ubGluZSBNYXJrZXRlcnMgJmFtcDsgU21hbGwgQnVzaW5lc3NlcyBBcmUgVXNpbmcgVG8gQ3JlYXRlIFBhZ2VzIEZhc3RbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE1NjoiYmFja2dyb3VuZDojZjBmMGYwO3BhZGRpbmctYm90dG9tOjIwcHg7Ym9yZGVyLXRvcC13aWR0aDoxcHg7Ym9yZGVyLWJvdHRvbS13aWR0aDoxcHg7Ym9yZGVyLXN0eWxlOnNvbGlkO2JvcmRlci10b3AtY29sb3I6I2ViZWJlYjtib3JkZXItYm90dG9tLWNvbG9yOiNlYmViZWI7IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTk4OiJbdmlkZW9fcGxheWVyIHR5cGU9InlvdXR1YmUiIHlvdXR1YmVfZm9yY2VfaGQ9Im5vbmUiIHdpZHRoPSI0NDAiIGhlaWdodD0iMjQ4IiBhbGlnbj0iY2VudGVyIiBtYXJnaW5fdG9wPSIwIiBtYXJnaW5fYm90dG9tPSIyMCJdYUhSMGNEb3ZMM2QzZHk1NWIzVjBkV0psTG1OdmJTOTNZWFJqYUQ5MlBVdElUelJNVlhCRVExQlpbL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4NDoiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjIwIiBmb250X2NvbG9yPSIjMzgzODM4IiBhbGlnbj0ibGVmdCJdRWFzaWx5IGNyZWF0ZSBzaXRlcyB0byBjb2xsZWN0IGxlYWRzLCBzZWxsIHlvdXIgcHJvZHVjdHMgYW5kIGRlbGl2ZXIgeW91ciBvbmxpbmUgY291cnNlcyBhbmQgdHJhaW5pbmcuLi5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzQyOiJbYnVsbGV0X2Jsb2NrIHN0eWxlPSJzaXplLTE2IiBzbWFsbF9pY29uPSIxLnBuZyIgd2lkdGg9IiIgYWxpZ25tZW50PSJjZW50ZXIiXTx1bD48bGk+TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2NpbmcgZWxpdC48L2xpPjxsaT5BZW5lYW4gZWdldCBwdXJ1cyBlZ2VzdGFzLCB2dWxwdXRhdGUgZXJhdCBpbXBlcmRpZXQuPC9saT48bGk+U2VkIGlhY3VsaXMgc2VtIGV1IGZhY2lsaXNpcyBtYWxlc3VhZGEuPC9saT48bGk+VXQgYSBsaWd1bGEgdml0YWUgYW50ZSB2dWxwdXRhdGUgY29uc2VjdGV0dXIgcXVpcyBldSB1cm5hLjwvbGk+PC91bD5bL2J1bGxldF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NR1l3WmpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxZbVZpWldJaWZRPT0iO31pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTc6InBhZGRpbmctdG9wOjIwcHg7IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo2NjY6IltvcHRpbl9ib3ggc3R5bGU9IjEwIiBhbGlnbm1lbnQ9ImNlbnRlciIgZW1haWxfZGVmYXVsdD0iRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzIiBpbnRlZ3JhdGlvbl90eXBlPSJlbWFpbCIgbmFtZV9kZWZhdWx0PSJFbnRlciB5b3VyIGZpcnN0IG5hbWUiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT0iaGVhZGxpbmUiXUhlcmUncyBUaGUgSGVhZGxpbmUgRm9yIFRoZSBCb3hbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9InBhcmFncmFwaCJdVEc5eVpXMGdhWEJ6ZFcwZ1pHOXNiM0lnYzJsMElHRnRaWFFzSUdOdmJuTmxZM1JsZEhWeUlHRmthWEJwYzJOcGJtY2daV3hwZEM0Z1JHOXVaV01nZG1Wc0lHNTFibU1nYm05dUlHeGhZM1Z6SUhabGJtVnVZWFJwY3lCamIyMXRiMlJ2TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT0icHJpdmFjeSJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT0idG9wX2NvbG9yIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPSIwIiBidXR0b25fYmVsb3c9IlkiXUdldCBJbnN0YW50IEFjY2VzcyFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoyODoiZXlKd1lXUmthVzVuVkc5d0lqb2lNakFpZlE9PSI7fX19','YToxODp7czoxMzoiaGVhZGVyX2xheW91dCI7czoxMDY4OiJZVG94TURwN2N6bzBPaUpzYjJkdklqdHpPamMzT2lKb2RIUndPaTh2ZDNkM0xuUm9aWFJ5WVdScGJtZHliMjl0TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TkM4d015OVRZVzF3YkdWTWIyZHZMVVJoY21zMExuQnVaeUk3Y3pvMU9pSmlaMmx0WnlJN2N6b3dPaUlpTzNNNk1URTZJbkpsY0dWaGRHSm5hVzFuSWp0ek9qQTZJaUk3Y3pvM09pSmlaMk52Ykc5eUlqdHpPamM2SWlObU1HVm1aakFpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFek9pSnRaVzUxTFhCdmMybDBhVzl1SWp0ek9qazZJbUZzYjI1bmMybGtaU0k3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWs0aU8zTTZNVE02SW01aGRsOWlZWEpmWVdKdmRtVWlPMkU2TnpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TXpvaWJtRjJJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjl6YUdGa2IzY2lPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM2RsYVdkb2RDSTdjem93T2lJaU8zTTZPVG9pWm05dWRGOXphWHBsSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1Eb2lJanR6T2pRNklteHZaMjhpTzNNNk1Eb2lJanQ5Y3pveE16b2libUYyWDJKaGNsOWlaV3h2ZHlJN1lUbzNPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qQTZJaUk3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYMlpoYldsc2VTSTdjem93T2lJaU8zTTZORG9pYkc5bmJ5STdjem93T2lJaU8zMXpPakUzT2lKdVlYWmZZbUZ5WDJGc2IyNW5jMmxrWlNJN1lUbzJPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qQTZJaUk3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYMlpoYldsc2VTSTdjem93T2lJaU8zMTkiO3M6MTA6Im1lbWJlcnNoaXAiO3M6ODoiWWpvd093PT0iO3M6NToidGhlbWUiO3M6Njg6IllUb3lPbnR6T2pRNkluUjVjR1VpTzNNNk9Ub2liV0Z5YTJWMGFXNW5JanR6T2pNNkltUnBjaUk3Y3pveE9pSXhJanQ5IjtzOjEyOiJmZWF0dXJlX2FyZWEiO3M6MTIwOiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8wT2lKMGVYQmxJanRwT2pFN2N6bzRPaUp6WlhSMGFXNW5jeUk3WVRveE9udHpPakV5T2lKbWIyNTBYMjl3ZEdsdmJuTWlPMkU2TURwN2ZYMTkiO3M6MTM6ImZlYXR1cmVfdGl0bGUiO3M6NjQ6IllUb3lPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzFPaUowYVhSc1pTSTdjem93T2lJaU8zMD0iO3M6MTE6ImZvb3Rlcl9hcmVhIjtzOjM2MDoiWVRvNE9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lXU0k3Y3pvek9pSnVZWFlpTzNNNk1Ub2lNeUk3Y3pveE1Ub2labTl1ZEY5emFHRmtiM2NpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDNkbGFXZG9kQ0k3Y3pvd09pSWlPM002T1RvaVptOXVkRjl6YVhwbElqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOW1ZVzFwYkhraU8zTTZNRG9pSWp0ek9qRXlPaUpzWVhKblpWOW1iMjkwWlhJaU8yRTZNVHA3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWs0aU8zMXpPakUzT2lKbWIyOTBaWEpmWkdselkyeGhhVzFsY2lJN1lUb3lPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzNPaUp0WlhOellXZGxJanR6T2pBNklpSTdmWDA9IjtzOjIxOiJjb2xvcl9zY2hlbWVfdGVtcGxhdGUiO3M6ODoiWWpvd093PT0iO3M6MTA6InR5cG9ncmFwaHkiO3M6MTU2ODoiWVRveU9udHpPakV6T2lKbWIyNTBYMlZzWlcxbGJuUnpJanRoT2prNmUzTTZNVEE2SW5OcGRHVmZkR2wwYkdVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qQTZJaUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6bzNPaUowWVdkc2FXNWxJanRoT2pRNmUzTTZORG9pYzJsNlpTSTdjem93T2lJaU8zTTZORG9pWm05dWRDSTdjem93T2lJaU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWE02TnpvaVpHVm1ZWFZzZENJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1qb2lNVGNpTzNNNk5Eb2labTl1ZENJN2N6b3hOVG9pVTI5MWNtTmxJRk5oYm5NZ1VISnZJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6bzBPaUlqTkRRMElqdDljem95T2lKb01TSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZNVFU2SWxOdmRYSmpaU0JUWVc1eklGQnlieUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTWlJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1UVTZJbE52ZFhKalpTQlRZVzV6SUZCeWJ5STdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pveU9pSm9NeUk3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TVRVNklsTnZkWEpqWlNCVFlXNXpJRkJ5YnlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem95T2lKb05DSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZNVFU2SWxOdmRYSmpaU0JUWVc1eklGQnlieUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTlNJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1Eb2lJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzMxek9qSTZJbWcySWp0aE9qUTZlM002TkRvaWMybDZaU0k3Y3pvd09pSWlPM002TkRvaVptOXVkQ0k3Y3pvd09pSWlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3Zlgxek9qRTBPaUpqYjJ4dmNsOWxiR1Z0Wlc1MGN5STdZVG8yT250ek9qRTNPaUptYjI5MFpYSmZkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPM002TVRjNkltWnZiM1JsY2w5c2FXNXJYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3lNem9pWm05dmRHVnlYMnhwYm10ZmFHOTJaWEpmWTI5c2IzSWlPM002TURvaUlqdHpPakU0T2lKbVpXRjBkWEpsWDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTRPaUptWldGMGRYSmxYMnhwYm10ZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pJME9pSm1aV0YwZFhKbFgyeHBibXRmYUc5MlpYSmZZMjlzYjNJaU8zTTZNRG9pSWp0OWZRPT0iO3M6MjE6ImNvbG9yX3NjaGVtZV9hZHZhbmNlZCI7czoyNDQwOiJZVG8zT250ek9qRXpPaUp1WVhaZlltRnlYMkZpYjNabElqdGhPakV3T250ek9qRXpPaUp1WVhaZlltRnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hNVG9pYm1GMlgySmhjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRTVPaUp1WVhaZlltRnlYMmh2ZG1WeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE56b2libUYyWDJKaGNsOW9iM1psY2w5bGJtUWlPM002TURvaUlqdHpPakV3T2lKdVlYWmZZbUZ5WDJKbklqdHpPakE2SWlJN2N6b3lNam9pYm1GMlgySmhjbDlpWjE5b2IzWmxjbDl6ZEdGeWRDSTdjem93T2lJaU8zTTZNVFU2SW01aGRsOWlZWEpmWkdSZmJHbHVheUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlpHUmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRXlPaUp1WVhaZlltRnlYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRXpPaUp1WVhaZlltRnlYMmh2ZG1WeUlqdHpPakE2SWlJN2ZYTTZNVE02SW01aGRsOWlZWEpmWW1Wc2IzY2lPMkU2TVRBNmUzTTZNVE02SW01aGRsOWlZWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakV4T2lKdVlYWmZZbUZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVGs2SW01aGRsOWlZWEpmYUc5MlpYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRTNPaUp1WVhaZlltRnlYMmh2ZG1WeVgyVnVaQ0k3Y3pvd09pSWlPM002TVRBNkltNWhkbDlpWVhKZlltY2lPM002TURvaUlqdHpPakl5T2lKdVlYWmZZbUZ5WDJKblgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TlRvaWJtRjJYMkpoY2w5a1pGOXNhVzVySWp0ek9qQTZJaUk3Y3pveE5qb2libUYyWDJKaGNsOWtaRjlvYjNabGNpSTdjem93T2lJaU8zTTZNVEk2SW01aGRsOWlZWEpmYkdsdWF5STdjem93T2lJaU8zTTZNVE02SW01aGRsOWlZWEpmYUc5MlpYSWlPM002TURvaUlqdDljem94TnpvaWJtRjJYMkpoY2w5aGJHOXVaM05wWkdVaU8yRTZOenA3Y3pveE1Eb2libUYyWDJKaGNsOWlaeUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlltZGZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qSXdPaUp1WVhaZlltRnlYMkpuWDI1aGRsOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRTFPaUp1WVhaZlltRnlYMlJrWDJ4cGJtc2lPM002TURvaUlqdHpPakUyT2lKdVlYWmZZbUZ5WDJSa1gyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1USTZJbVpsWVhSMWNtVmZZWEpsWVNJN1lUbzNPbnR6T2pFek9pSm1aV0YwZFhKbFgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2labVZoZEhWeVpWOWxibVFpTzNNNk1Eb2lJanR6T2pFd09pSjBaWGgwWDJOdmJHOXlJanR6T2pBNklpSTdjem94TURvaWJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TVRZNklteHBibXRmYUc5MlpYSmZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMXpPakk2SW1KbklqdHpPakE2SWlJN2N6b3hNRG9pWW1kZmIzQjBhVzl1Y3lJN2N6b3dPaUlpTzMxek9qRXpPaUptWldGMGRYSmxYM1JwZEd4bElqdGhPak02ZTNNNk1UazZJbVpsWVhSMWNtVmZkR2wwYkdWZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSm1aV0YwZFhKbFgzUnBkR3hsWDJWdVpDSTdjem93T2lJaU8zTTZNalE2SW1abFlYUjFjbVZmZEdsMGJHVmZkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPMzF6T2pZNkltWnZiM1JsY2lJN1lUbzFPbnR6T2pFeU9pSm1iMjkwWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFd09pSm1iMjkwWlhKZlpXNWtJanR6T2pBNklpSTdjem94TnpvaVptOXZkR1Z5WDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTNPaUptYjI5MFpYSmZiR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qUTZJbTV2Ym1VaU8zMXpPakl6T2lKbWIyOTBaWEpmYkdsdWExOW9iM1psY2w5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qUTZJbTV2Ym1VaU8zMTljem8wT2lKd1lXZGxJanRoT2pRNmUzTTZNVEk2SW5KbGNHVmhkR2x1WjE5aVp5STdjem93T2lJaU8zTTZPRG9pWW1kZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFd09pSnNhVzVyWDJOdmJHOXlJanRoT2pJNmUzTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk5Eb2libTl1WlNJN2ZYTTZNVFk2SW14cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6bzBPaUp1YjI1bElqdDlmWDA9IjtzOjE1OiJtb2JpbGVfcmVkaXJlY3QiO3M6ODoiWWpvd093PT0iO3M6Mzoic2VvIjtzOjg6Illqb3dPdz09IjtzOjc6InNjcmlwdHMiO3M6ODoiWWpvd093PT0iO3M6ODoiZmJfc2hhcmUiO3M6ODoiWWpvd093PT0iO3M6ODoibGlnaHRib3giO3M6ODoiWWpvd093PT0iO3M6MTM6ImV4aXRfcmVkaXJlY3QiO3M6ODoiWWpvd093PT0iO3M6MTQ6Im9uZV90aW1lX29mZmVyIjtzOjg6Illqb3dPdz09IjtzOjE0OiJsYXVuY2hfZ2F0ZXdheSI7czo4OiJZam93T3c9PSI7czoxMzoibGF1bmNoX2Z1bm5lbCI7czoxOTI6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzVPaUptZFc1dVpXeGZhV1FpTzNNNk1Ub2lNaUk3Y3pveE5qb2laMkYwWlhkaGVWOXZkbVZ5Y21sa1pTSTdZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem80T2lKeVpXUnBjbVZqZENJN2N6b3dPaUlpTzNNNk5Eb2lZMjlrWlNJN2N6b3dPaUlpTzMxOSI7fQ=='),(18,'Grey Optin',2,'Grey Opt-in page with form and ebook/graphic|http://www.thetradingroom.com/wp-content/uploads/2014/03/Window_and_JD_TEMPLATE.jpg','jpg','YToxOntzOjQ6ImJvZHkiO2E6Mjp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE5ODoiYmFja2dyb3VuZC1pbWFnZTogdXJsKFwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvYmdfc3F1YXJlczEucG5nXCIpOyBiYWNrZ3JvdW5kLXJlcGVhdDogcmVwZWF0OyBwYWRkaW5nLWJvdHRvbTogMjBweDsgYm9yZGVyLXRvcC13aWR0aDogMHB4OyBib3JkZXItYm90dG9tLXdpZHRoOiAwcHg7IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMDc6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSIzNiIgZm9udF9mb250PSJQVCBTYW5zIiBmb250X3N0eWxlPSJib2xkIiBmb250X2NvbG9yPSIjMGNhMGZlIiBhbGlnbj0iY2VudGVyIl1UaGlzIElzIFlvdXIgTWFpbiBIZWFkbGluZSBXaGljaCBDYW4gQmUgRnVsbHkNCkN1c3RvbWl6ZWQgVXNpbmcgT3VyIExpdmVFZGl0b3IgUGxhdGZvcm1bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjYyOiJbaGVhZGxpbmUgc3R5bGU9IjEiIGZvbnRfc2l6ZT0iMjMiIGZvbnRfZm9udD0iUFQgU2FucyIgZm9udF9zdHlsZT0iYm9sZCIgZm9udF9jb2xvcj0iIzMzMzMzMyIgYWxpZ249ImNlbnRlciIgbGluZV9oZWlnaHQ9IjMwIl1JdCBpcyBhIGxvbmcgZXN0YWJsaXNoZWQgZmFjdCB0aGF0IGEgcmVhZGVyIHdpbGwgYmUgZGlzdHJhY3RlZCBieQ0KdGhlIHJlYWRhYmxlIGNvbnRlbnQgb2YgYSBwYWdlIHdoZW4gbG9va2luZyBhdCBpdHMgbGF5b3V0LlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMTE6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSIxNyIgZm9udF9mb250PSJQVCBTYW5zIiBmb250X3N0eWxlPSJub3JtYWwiIGZvbnRfY29sb3I9IiMzZDNkM2QiIGFsaWduPSJjZW50ZXIiXVNpZ24gdXAgd2l0aCB5b3VyIGZpcnN0IG5hbWUgYW5kIGJlc3QgZW1haWwgYWRkcmVzcyBiZWxvdyB0byBjb250aW51ZSByZWFkaW5nIHRoaXMgc3Rvcnk6Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MjAwOiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDNkM2R5NTBhR1YwY21Ga2FXNW5jbTl2YlM1amIyMHZkM0F0WTI5dWRHVnVkQzkxY0d4dllXUnpMekl3TVRRdk1ETXZZbWRmYzNGMVlYSmxjekV1Y0c1bktTSXNJbUpoWTJ0bmNtOTFibVJRYjNOcGRHbHZiaUk2SW5ScGJHVWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNakFpZlE9PSI7fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM5OiJyb3cgZml2ZS1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE5NDoiYmFja2dyb3VuZC1pbWFnZTogdXJsKFwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvYmdfc3F1YXJlczEucG5nXCIpOyBiYWNrZ3JvdW5kLXJlcGVhdDogcmVwZWF0OyBwYWRkaW5nLXRvcDogMHB4OyBib3JkZXItdG9wLXdpZHRoOiAwcHg7IGJvcmRlci1ib3R0b20td2lkdGg6IDBweDsiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6Mjk6InR3by1maWZ0aHMgY29sdW1uIGNvbHMgbmFycm93IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjY6IltpbWFnZXMgc3R5bGU9IjAiIGltYWdlPSJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9ib29rMi1jcm9wcGVkLTIzNXgzMDAxLnBuZyIgd2lkdGg9IjIzNSIgYWxpZ249InJpZ2h0IiB0b3BfbWFyZ2luPSIwIiBmdWxsX3dpZHRoPSJZIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyNDoidGhyZWUtZmlmdGhzIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo2NjU6IltvcHRpbl9ib3ggc3R5bGU9IjciIGFsaWdubWVudD0iY2VudGVyIiBlbWFpbF9kZWZhdWx0PSJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3MiIGludGVncmF0aW9uX3R5cGU9ImVtYWlsIiBuYW1lX2RlZmF1bHQ9IkVudGVyIHlvdXIgZmlyc3QgbmFtZSJdW29wdGluX2JveF9maWVsZCBuYW1lPSJoZWFkbGluZSJdSGVyZSdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT0icGFyYWdyYXBoIl1URzl5WlcwZ2FYQnpkVzBnWkc5c2IzSWdjMmwwSUdGdFpYUXNJR052Ym5ObFkzUmxkSFZ5SUdGa2FYQnBjMk5wYm1jZ1pXeHBkQzRnUkc5dVpXTWdkbVZzSUc1MWJtTWdibTl1SUd4aFkzVnpJSFpsYm1WdVlYUnBjeUJqYjIxdGIyUnZMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPSJwcml2YWN5Il1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPSJ0b3BfY29sb3IiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9IjAiIGJ1dHRvbl9iZWxvdz0iWSJdR2V0IEluc3RhbnQgQWNjZXNzIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fXM6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjE5MjoiZXlKaVlXTnJaM0p2ZFc1a1NXMWhaMlVpT2lKMWNtd29hSFIwY0RvdkwzZDNkeTUwYUdWMGNtRmthVzVuY205dmJTNWpiMjB2ZDNBdFkyOXVkR1Z1ZEM5MWNHeHZZV1J6THpJd01UUXZNRE12WW1kZmMzRjFZWEpsY3pFdWNHNW5LU0lzSW1KaFkydG5jbTkxYm1SUWIzTnBkR2x2YmlJNkluUnBiR1VpTENKd1lXUmthVzVuVkc5d0lqb2lNQ0o5Ijt9fX0=','YToxODp7czoxMzoiaGVhZGVyX2xheW91dCI7czoxMDkyOiJZVG94TURwN2N6bzBPaUpzYjJkdklqdHpPamMzT2lKb2RIUndPaTh2ZDNkM0xuUm9aWFJ5WVdScGJtZHliMjl0TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TkM4d015OVRZVzF3YkdWTWIyZHZMVVJoY21zMkxuQnVaeUk3Y3pvMU9pSmlaMmx0WnlJN2N6b3dPaUlpTzNNNk1URTZJbkpsY0dWaGRHSm5hVzFuSWp0ek9qQTZJaUk3Y3pvM09pSmlaMk52Ykc5eUlqdHpPamM2SWlObVkyWmpabU1pTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFek9pSnRaVzUxTFhCdmMybDBhVzl1SWp0ek9qazZJbUZzYjI1bmMybGtaU0k3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWxraU8zTTZNVE02SW01aGRsOWlZWEpmWVdKdmRtVWlPMkU2TnpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TXpvaWJtRjJJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjl6YUdGa2IzY2lPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM2RsYVdkb2RDSTdjem93T2lJaU8zTTZPVG9pWm05dWRGOXphWHBsSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1Eb2lJanR6T2pRNklteHZaMjhpTzNNNk1Eb2lJanQ5Y3pveE16b2libUYyWDJKaGNsOWlaV3h2ZHlJN1lUbzNPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qQTZJaUk3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYMlpoYldsc2VTSTdjem93T2lJaU8zTTZORG9pYkc5bmJ5STdjem93T2lJaU8zMXpPakUzT2lKdVlYWmZZbUZ5WDJGc2IyNW5jMmxrWlNJN1lUbzJPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNam9pTWpJaU8zTTZNVEU2SW1admJuUmZjMmhoWkc5M0lqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOTNaV2xuYUhRaU8zTTZOam9pYm05eWJXRnNJanR6T2prNkltWnZiblJmYzJsNlpTSTdjem95T2lJeE15STdjem94TVRvaVptOXVkRjltWVcxcGJIa2lPM002TnpvaVVGUWdVMkZ1Y3lJN2ZYMD0iO3M6MTA6Im1lbWJlcnNoaXAiO3M6ODoiWWpvd093PT0iO3M6NToidGhlbWUiO3M6Njg6IllUb3lPbnR6T2pRNkluUjVjR1VpTzNNNk9Ub2liV0Z5YTJWMGFXNW5JanR6T2pNNkltUnBjaUk3Y3pveE9pSXhJanQ5IjtzOjEyOiJmZWF0dXJlX2FyZWEiO3M6MTIwOiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8wT2lKMGVYQmxJanRwT2pFN2N6bzRPaUp6WlhSMGFXNW5jeUk3WVRveE9udHpPakV5T2lKbWIyNTBYMjl3ZEdsdmJuTWlPMkU2TURwN2ZYMTkiO3M6MTM6ImZlYXR1cmVfdGl0bGUiO3M6NjQ6IllUb3lPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzFPaUowYVhSc1pTSTdjem93T2lJaU8zMD0iO3M6MTE6ImZvb3Rlcl9hcmVhIjtzOjM4MDoiWVRvNE9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lXU0k3Y3pvek9pSnVZWFlpTzNNNk1Ub2lNeUk3Y3pveE1Ub2labTl1ZEY5emFHRmtiM2NpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDNkbGFXZG9kQ0k3Y3pvMk9pSnViM0p0WVd3aU8zTTZPVG9pWm05dWRGOXphWHBsSWp0ek9qSTZJakV6SWp0ek9qRXhPaUptYjI1MFgyWmhiV2xzZVNJN2N6bzNPaUpRVkNCVFlXNXpJanR6T2pFeU9pSnNZWEpuWlY5bWIyOTBaWElpTzJFNk1UcDdjem8zT2lKbGJtRmliR1ZrSWp0ek9qRTZJazRpTzMxek9qRTNPaUptYjI5MFpYSmZaR2x6WTJ4aGFXMWxjaUk3WVRveU9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvM09pSnRaWE56WVdkbElqdHpPakE2SWlJN2ZYMD0iO3M6MjE6ImNvbG9yX3NjaGVtZV90ZW1wbGF0ZSI7czo4OiJZam93T3c9PSI7czoxMDoidHlwb2dyYXBoeSI7czoxNDk2OiJZVG95T250ek9qRXpPaUptYjI1MFgyVnNaVzFsYm5SeklqdGhPams2ZTNNNk1UQTZJbk5wZEdWZmRHbDBiR1VpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pBNklpSTdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pvM09pSjBZV2RzYVc1bElqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3dPaUlpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZOem9pWkdWbVlYVnNkQ0k3WVRvME9udHpPalE2SW5OcGVtVWlPM002TWpvaU1UY2lPM002TkRvaVptOXVkQ0k3Y3pvNU9pSklaV3gyWlhScFkyRWlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qUTZJaU0wTkRRaU8zMXpPakk2SW1neElqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6bzVPaUpJWld4MlpYUnBZMkVpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURJaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qazZJa2hsYkhabGRHbGpZU0k3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTXlJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1Eb2lJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzMxek9qSTZJbWcwSWp0aE9qUTZlM002TkRvaWMybDZaU0k3Y3pvd09pSWlPM002TkRvaVptOXVkQ0k3Y3pvd09pSWlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk1qb2lhRFVpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pBNklpSTdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pveU9pSm9OaUk3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TURvaUlqdHpPalU2SW5OMGVXeGxJanR6T2pBNklpSTdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPMzE5Y3pveE5Eb2lZMjlzYjNKZlpXeGxiV1Z1ZEhNaU8yRTZOanA3Y3pveE56b2labTl2ZEdWeVgzUmxlSFJmWTI5c2IzSWlPM002TURvaUlqdHpPakUzT2lKbWIyOTBaWEpmYkdsdWExOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1qTTZJbVp2YjNSbGNsOXNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hPRG9pWm1WaGRIVnlaVjkwWlhoMFgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE9Eb2labVZoZEhWeVpWOXNhVzVyWDJOdmJHOXlJanR6T2pBNklpSTdjem95TkRvaVptVmhkSFZ5WlY5c2FXNXJYMmh2ZG1WeVgyTnZiRzl5SWp0ek9qQTZJaUk3ZlgwPSI7czoyMToiY29sb3Jfc2NoZW1lX2FkdmFuY2VkIjtzOjI0NDA6IllUbzNPbnR6T2pFek9pSnVZWFpmWW1GeVgyRmliM1psSWp0aE9qRXdPbnR6T2pFek9pSnVZWFpmWW1GeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2libUYyWDJKaGNsOWxibVFpTzNNNk1Eb2lJanR6T2pFNU9pSnVZWFpmWW1GeVgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TnpvaWJtRjJYMkpoY2w5b2IzWmxjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRXdPaUp1WVhaZlltRnlYMkpuSWp0ek9qQTZJaUk3Y3pveU1qb2libUYyWDJKaGNsOWlaMTlvYjNabGNsOXpkR0Z5ZENJN2N6b3dPaUlpTzNNNk1UVTZJbTVoZGw5aVlYSmZaR1JmYkdsdWF5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWkdSZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pFeU9pSnVZWFpmWW1GeVgyeHBibXNpTzNNNk1Eb2lJanR6T2pFek9pSnVZWFpmWW1GeVgyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1UTTZJbTVoZGw5aVlYSmZZbVZzYjNjaU8yRTZNVEE2ZTNNNk1UTTZJbTVoZGw5aVlYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRXhPaUp1WVhaZlltRnlYMlZ1WkNJN2N6b3dPaUlpTzNNNk1UazZJbTVoZGw5aVlYSmZhRzkyWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSnVZWFpmWW1GeVgyaHZkbVZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVEE2SW01aGRsOWlZWEpmWW1jaU8zTTZNRG9pSWp0ek9qSXlPaUp1WVhaZlltRnlYMkpuWDJodmRtVnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOVG9pYm1GMlgySmhjbDlrWkY5c2FXNXJJanR6T2pBNklpSTdjem94TmpvaWJtRjJYMkpoY2w5a1pGOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0OWN6b3hOem9pYm1GMlgySmhjbDloYkc5dVozTnBaR1VpTzJFNk56cDdjem94TURvaWJtRjJYMkpoY2w5aVp5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWW1kZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pJd09pSnVZWFpmWW1GeVgySm5YMjVoZGw5b2IzWmxjaUk3Y3pvd09pSWlPM002TVRJNkltNWhkbDlpWVhKZmJHbHVheUk3Y3pvd09pSWlPM002TVRNNkltNWhkbDlpWVhKZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pFMU9pSnVZWFpmWW1GeVgyUmtYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRTJPaUp1WVhaZlltRnlYMlJrWDJodmRtVnlJanR6T2pBNklpSTdmWE02TVRJNkltWmxZWFIxY21WZllYSmxZU0k3WVRvM09udHpPakV6T2lKbVpXRjBkWEpsWDNOMFlYSjBJanR6T2pBNklpSTdjem94TVRvaVptVmhkSFZ5WlY5bGJtUWlPM002TURvaUlqdHpPakV3T2lKMFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hNRG9pYkdsdWExOWpiMnh2Y2lJN1lUb3lPbnR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE5Ub2lkR1Y0ZEY5a1pXTnZjbUYwYVc5dUlqdHpPakE2SWlJN2ZYTTZNVFk2SW14cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6b3dPaUlpTzMxek9qSTZJbUpuSWp0ek9qQTZJaUk3Y3pveE1Eb2lZbWRmYjNCMGFXOXVjeUk3Y3pvd09pSWlPMzF6T2pFek9pSm1aV0YwZFhKbFgzUnBkR3hsSWp0aE9qTTZlM002TVRrNkltWmxZWFIxY21WZmRHbDBiR1ZmYzNSaGNuUWlPM002TURvaUlqdHpPakUzT2lKbVpXRjBkWEpsWDNScGRHeGxYMlZ1WkNJN2N6b3dPaUlpTzNNNk1qUTZJbVpsWVhSMWNtVmZkR2wwYkdWZmRHVjRkRjlqYjJ4dmNpSTdjem93T2lJaU8zMXpPalk2SW1admIzUmxjaUk3WVRvMU9udHpPakV5T2lKbWIyOTBaWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakV3T2lKbWIyOTBaWEpmWlc1a0lqdHpPakE2SWlJN2N6b3hOem9pWm05dmRHVnlYM1JsZUhSZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFM09pSm1iMjkwWlhKZmJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pRNkltNXZibVVpTzMxek9qSXpPaUptYjI5MFpYSmZiR2x1YTE5b2IzWmxjbDlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pRNkltNXZibVVpTzMxOWN6bzBPaUp3WVdkbElqdGhPalE2ZTNNNk1USTZJbkpsY0dWaGRHbHVaMTlpWnlJN2N6b3dPaUlpTzNNNk9Eb2lZbWRmWTI5c2IzSWlPM002TURvaUlqdHpPakV3T2lKc2FXNXJYMk52Ykc5eUlqdGhPakk2ZTNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTFPaUowWlhoMFgyUmxZMjl5WVhScGIyNGlPM002TkRvaWJtOXVaU0k3ZlhNNk1UWTZJbXhwYm10ZmFHOTJaWEpmWTI5c2IzSWlPMkU2TWpwN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zTTZNVFU2SW5SbGVIUmZaR1ZqYjNKaGRHbHZiaUk3Y3pvME9pSnViMjVsSWp0OWZYMD0iO3M6MTU6Im1vYmlsZV9yZWRpcmVjdCI7czo2MDoiWVRveU9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSjFjbXdpTzNNNk1Eb2lJanQ5IjtzOjM6InNlbyI7czoxOTI6IllUbzJPbnR6T2pVNkluUnBkR3hsSWp0ek9qQTZJaUk3Y3pveE1Ub2laR1Z6WTNKcGNIUnBiMjRpTzNNNk1Eb2lJanR6T2pnNkltdGxlWGR2Y21SeklqdHpPakE2SWlJN2N6bzNPaUp2WjNScGRHeGxJanR6T2pBNklpSTdjem94TXpvaWIyZGtaWE5qY21sd2RHbHZiaUk3Y3pvd09pSWlPM002TnpvaWIyZHBiV0ZuWlNJN2N6b3dPaUlpTzMwPSI7czo3OiJzY3JpcHRzIjtzOjY2ODoiWVRveE9udHBPakE3WVRveU9udHpPamc2SW5CdmMybDBhVzl1SWp0ek9qTTZJbU56Y3lJN2N6bzJPaUp6WTNKcGNIUWlPM002TkRNMk9pSXViM0IwYVc0dFltOTRMVFlnTG5SbGVIUXRZbTk0SUhzTkNpMTNaV0pyYVhRdFltOXlaR1Z5TFhKaFpHbDFjem9nTlhCNE93MEtMVzF2ZWkxaWIzSmtaWEl0Y21Ga2FYVnpPaUExY0hnN0RRcGliM0prWlhJdGNtRmthWFZ6T2lBMWNIZzdEUW90ZDJWaWEybDBMV0p2ZUMxemFHRmtiM2M2SUdsdWMyVjBJREFnTVhCNElEUndlQ0FqWTJOak93MEtMVzF2ZWkxaWIzZ3RjMmhoWkc5M09pQnBibk5sZENBd0lERndlQ0EwY0hnZ0kyTmpZenNOQ2kxdkxXSnZlQzF6YUdGa2IzYzZJR2x1YzJWMElEQWdNWEI0SURSd2VDQWpZMk5qT3cwS0xXMXpMV0p2ZUMxemFHRmtiM2M2SUdsdWMyVjBJREFnTVhCNElEUndlQ0FqWTJOak93MEtZbTk0TFhOb1lXUnZkem9nYVc1elpYUWdNQ0F4Y0hnZ05IQjRJQ05qWTJOak93MEtjR0ZrWkdsdVp6b2dNVFZ3ZURzTkN1S0FxR0p2Y21SbGNqb2dJREZ3ZUNCemIyeHBaQ0FqWVdGaE93MEtZbUZqYTJkeWIzVnVaRG9qWm1abU93MEs0b0NvWm05dWRDMXphWHBsT2lBeE5uQjRPdzBLZlEwS0RRb3ViM0IwYVc0dFltOTRMVFlnYVc1d2RYUmJkSGx3WlQwaWRHVjRkQ0pkSUh0bWIyNTBMWE5wZW1VNk1qQndlRHQ5SWp0OWZRPT0iO3M6ODoiZmJfc2hhcmUiO3M6NDA6IllUb3hPbnR6T2pnNklteHBhMlZmZFhKc0lqdHpPakE2SWlJN2ZRPT0iO3M6ODoibGlnaHRib3giO3M6ODoiWWpvd093PT0iO3M6MTM6ImV4aXRfcmVkaXJlY3QiO3M6ODg6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUoxY213aU8zTTZNRG9pSWp0ek9qYzZJbTFsYzNOaFoyVWlPM002TURvaUlqdDkiO3M6MTQ6Im9uZV90aW1lX29mZmVyIjtzOjE4ODoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSjFjbXdpTzNNNk1Eb2lJanR6T2pRNkluUnBiV1VpTzJFNk5EcDdjem8wT2lKa1lYbHpJanR6T2pBNklpSTdjem8xT2lKb2IzVnljeUk3Y3pvd09pSWlPM002TnpvaWJXbHVkWFJsY3lJN2N6b3dPaUlpTzNNNk56b2ljMlZqYjI1a2N5STdjem93T2lJaU8zMTkiO3M6MTQ6ImxhdW5jaF9nYXRld2F5IjtzOjg6Illqb3dPdz09IjtzOjEzOiJsYXVuY2hfZnVubmVsIjtzOjE5MjoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvNU9pSm1kVzV1Wld4ZmFXUWlPM002TVRvaU1pSTdjem94TmpvaVoyRjBaWGRoZVY5dmRtVnljbWxrWlNJN1lUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzRPaUp5WldScGNtVmpkQ0k3Y3pvd09pSWlPM002TkRvaVkyOWtaU0k3Y3pvd09pSWlPMzE5Ijt9'),(19,'Ebook Coming Soon Page',2,'Coming soon page with opt-in for new book or ebook release|http://www.thetradingroom.com/wp-content/uploads/2014/03/ebook_coming_soon.jpg','jpg','YToxOntzOjQ6ImJvZHkiO2E6Mzp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNzoicGFkZGluZy10b3A6NTBweDsiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNjc6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSI1MCIgZm9udF9mb250PSJNb250c2VycmF0IiBmb250X3NwYWNpbmc9Ii0yIiBhbGlnbj0iY2VudGVyIiBsaW5lX2hlaWdodD0iNjAiIHRvcF9tYXJnaW49IjQwIl1Db21pbmcgU29vbiwgb3VyIG5ldyBndWlkZSB0aGF0IHNob3dzIHlvdSBob3cgdG8gPHNwYW4gY2xhc3M9ImdyZWVuX2hpZ2hsaWdodCI+c2VsbCBhbmQgZGVsaXZlcjwvc3Bhbj4geW91ciBlYm9vayB3aXRoIE9wdGltaXplUHJlc3NbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY2OiJbaW1hZ2VzIHN0eWxlPSIxIiBpbWFnZT0iaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvYm9va19zZXJpZXMxX2Rlc2lnbjIxLmpwZyIgd2lkdGg9IjQwMCIgYWxpZ249ImNlbnRlciIgdG9wX21hcmdpbj0iMCIgZnVsbF93aWR0aD0iWSJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fXM6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjI4OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5UQWlmUT09Ijt9aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE1MzoiYmFja2dyb3VuZDojZjdmN2Y3O3BhZGRpbmctdG9wOjUwcHg7Ym9yZGVyLXRvcC13aWR0aDoxcHg7Ym9yZGVyLWJvdHRvbS13aWR0aDoxcHg7Ym9yZGVyLXN0eWxlOnNvbGlkO2JvcmRlci10b3AtY29sb3I6I2UzZTNlMztib3JkZXItYm90dG9tLWNvbG9yOiNlM2UzZTM7IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxMzQ6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSIzMCIgZm9udF9jb2xvcj0iIzIxMjEyMSIgZm9udF9zcGFjaW5nPSItMSIgYWxpZ249ImNlbnRlciJdSG93IHRvIFNlbGwgYW5kIERlbGl2ZXIgWW91ciBFYm9va1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzI6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSIxNyIgZm9udF9zdHlsZT0ibm9ybWFsIiBmb250X2NvbG9yPSIjOGM4YzhjIiBhbGlnbj0iY2VudGVyIl1Ib3cgdG8gQXV0b21hdGUgdGhlIFNhbGUgYW5kIERlbGl2ZXJ5IG9mIFlvdXIgRWJvb2sgV2l0aCBPcHRpbWl6ZVByZXNzWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjUwMzoiW3RleHRfYmxvY2sgc3R5bGU9InN0eWxlXzEucG5nIiBhbGlnbj0ibGVmdCIgZm9udF9zaXplPSIxNyIgZm9udF9jb2xvcj0iIzU3NTc1NyIgdG9wX3BhZGRpbmc9IjIwIiB3aWR0aD0iOTQwIl08cCBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyI+TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2NpbmcgZWxpdC4gSW50ZWdlciBsb3JlbSBuZXF1ZSwgZGljdHVtIGV0IHZ1bHB1dGF0ZSBpZCwgZXVpc21vZCBub24gcHVydXMuIEN1cmFiaXR1ciBlbGVpZmVuZCBhbGlxdWFtIGRvbG9yIGluIHByZXRpdW0uIFV0IGFjIGxlY3R1cyBjb252YWxsaXMsIGRpZ25pc3NpbSBkaWFtIG5lYywgbGFjaW5pYSBmZWxpcy4gRXRpYW0gZGljdHVtIGFudGUgZXUgZXN0IGNvbnNlY3RldHVyLCB2ZXN0aWJ1bHVtIGFjY3Vtc2FuIGFudGUgZnJpbmdpbGxhLiBQcm9pbiBwdWx2aW5hciBzb2RhbGVzIGRhcGlidXMuIFNlZCB2ZWwganVzdG8uPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTI4OiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1OMlkzWmpjaUxDSndZV1JrYVc1blZHOXdJam9pTlRBaUxDSmliM0prWlhKWGFXUjBhQ0k2SWpFaUxDSmliM0prWlhKRGIyeHZjaUk2SWlObE0yVXpaVE1pZlE9PSI7fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6NTBweDtwYWRkaW5nLWJvdHRvbTo1MHB4OyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTc3OiJbaGVhZGxpbmUgc3R5bGU9IjEiIGZvbnRfc2l6ZT0iMjAiIGZvbnRfc3BhY2luZz0iLTEiIGFsaWduPSJjZW50ZXIiIGJvdHRvbV9tYXJnaW49IjIwIl1FbnRlciB5b3VyIGVtYWlsIGFkZHJlc3MgYW5kIGdldCBleGNsdXNpdmUgY29udGVudCBiZWZvcmUgdGhlIGJvb2sgaXMgcmVsZWFzZWQuWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ4MjoiW29wdGluX2JveCBzdHlsZT0iMTUiIGFsaWdubWVudD0iY2VudGVyIiBlbWFpbF9kZWZhdWx0PSJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3MiIGludGVncmF0aW9uX3R5cGU9ImVtYWlsIiBuYW1lX2RlZmF1bHQ9IkVudGVyIHlvdXIgZmlyc3QgbmFtZSJdW29wdGluX2JveF9maWVsZCBuYW1lPSJoZWFkbGluZSJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPSJwYXJhZ3JhcGgiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT0icHJpdmFjeSJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT0idG9wX2NvbG9yIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPSIwIl1HZXQgSW5zdGFudCBBY2Nlc3MhWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTlRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU5UQWlmUT09Ijt9fX0=','YToxODp7czoxMzoiaGVhZGVyX2xheW91dCI7czoxMDcyOiJZVG94TURwN2N6bzBPaUpzYjJkdklqdHpPamM0T2lKb2RIUndPaTh2ZDNkM0xuUm9aWFJ5WVdScGJtZHliMjl0TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TkM4d015OVRZVzF3YkdWTWIyZHZMVVJoY21zek1TNXdibWNpTzNNNk5Ub2lZbWRwYldjaU8zTTZNRG9pSWp0ek9qRXhPaUp5WlhCbFlYUmlaMmx0WnlJN2N6b3dPaUlpTzNNNk56b2lZbWRqYjJ4dmNpSTdjem8zT2lJalpqQmxabVl3SWp0ek9qRXdPaUpzYVc1clgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE16b2liV1Z1ZFMxd2IzTnBkR2x2YmlJN2N6bzVPaUpoYkc5dVozTnBaR1VpTzNNNk56b2laVzVoWW14bFpDSTdjem94T2lKT0lqdHpPakV6T2lKdVlYWmZZbUZ5WDJGaWIzWmxJanRoT2pjNmUzTTZOem9pWlc1aFlteGxaQ0k3Y3pveE9pSk9JanR6T2pNNkltNWhkaUk3Y3pvd09pSWlPM002TVRFNkltWnZiblJmYzJoaFpHOTNJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjkzWldsbmFIUWlPM002TURvaUlqdHpPams2SW1admJuUmZjMmw2WlNJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZlptRnRhV3g1SWp0ek9qQTZJaUk3Y3pvME9pSnNiMmR2SWp0ek9qQTZJaUk3ZlhNNk1UTTZJbTVoZGw5aVlYSmZZbVZzYjNjaU8yRTZOenA3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWs0aU8zTTZNem9pYm1GMklqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOXphR0ZrYjNjaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzZGxhV2RvZENJN2N6b3dPaUlpTzNNNk9Ub2labTl1ZEY5emFYcGxJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjltWVcxcGJIa2lPM002TURvaUlqdHpPalE2SW14dloyOGlPM002TURvaUlqdDljem94TnpvaWJtRjJYMkpoY2w5aGJHOXVaM05wWkdVaU8yRTZOanA3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWs0aU8zTTZNem9pYm1GMklqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOXphR0ZrYjNjaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzZGxhV2RvZENJN2N6b3dPaUlpTzNNNk9Ub2labTl1ZEY5emFYcGxJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjltWVcxcGJIa2lPM002TURvaUlqdDlmUT09IjtzOjEwOiJtZW1iZXJzaGlwIjtzOjg6Illqb3dPdz09IjtzOjU6InRoZW1lIjtzOjY4OiJZVG95T250ek9qUTZJblI1Y0dVaU8zTTZPVG9pYldGeWEyVjBhVzVuSWp0ek9qTTZJbVJwY2lJN2N6b3hPaUl4SWp0OSI7czoxMjoiZmVhdHVyZV9hcmVhIjtzOjEyODoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvME9pSjBlWEJsSWp0ek9qRTZJakVpTzNNNk9Eb2ljMlYwZEdsdVozTWlPMkU2TVRwN2N6b3hNam9pWm05dWRGOXZjSFJwYjI1eklqdGhPakE2ZTMxOWZRPT0iO3M6MTM6ImZlYXR1cmVfdGl0bGUiO3M6NjQ6IllUb3lPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzFPaUowYVhSc1pTSTdjem93T2lJaU8zMD0iO3M6MTE6ImZvb3Rlcl9hcmVhIjtzOjM3MjoiWVRvNE9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lXU0k3Y3pvek9pSnVZWFlpTzNNNk1qb2lOREFpTzNNNk1URTZJbVp2Ym5SZmMyaGhaRzkzSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5M1pXbG5hSFFpTzNNNk1Eb2lJanR6T2prNkltWnZiblJmYzJsNlpTSTdjem93T2lJaU8zTTZNVEU2SW1admJuUmZabUZ0YVd4NUlqdHpPamM2SWxCVUlGTmhibk1pTzNNNk1USTZJbXhoY21kbFgyWnZiM1JsY2lJN1lUb3hPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2ZYTTZNVGM2SW1admIzUmxjbDlrYVhOamJHRnBiV1Z5SWp0aE9qSTZlM002TnpvaVpXNWhZbXhsWkNJN2N6b3hPaUpPSWp0ek9qYzZJbTFsYzNOaFoyVWlPM002TURvaUlqdDlmUT09IjtzOjIxOiJjb2xvcl9zY2hlbWVfdGVtcGxhdGUiO3M6ODoiWWpvd093PT0iO3M6MTA6InR5cG9ncmFwaHkiO3M6MTUwMDoiWVRveU9udHpPakV6T2lKbWIyNTBYMlZzWlcxbGJuUnpJanRoT2prNmUzTTZNVEE2SW5OcGRHVmZkR2wwYkdVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qQTZJaUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6bzNPaUowWVdkc2FXNWxJanRoT2pRNmUzTTZORG9pYzJsNlpTSTdjem93T2lJaU8zTTZORG9pWm05dWRDSTdjem93T2lJaU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWE02TnpvaVpHVm1ZWFZzZENJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1qb2lNVGNpTzNNNk5Eb2labTl1ZENJN2N6bzNPaUpRVkNCVFlXNXpJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6bzBPaUlqTkRRMElqdDljem95T2lKb01TSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZNVEE2SWsxdmJuUnpaWEp5WVhRaU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWE02TWpvaWFESWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakV3T2lKTmIyNTBjMlZ5Y21GMElqdHpPalU2SW5OMGVXeGxJanR6T2pBNklpSTdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPMzF6T2pJNkltZ3pJanRoT2pRNmUzTTZORG9pYzJsNlpTSTdjem93T2lJaU8zTTZORG9pWm05dWRDSTdjem93T2lJaU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWE02TWpvaWFEUWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakE2SWlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem95T2lKb05TSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZNRG9pSWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zMXpPakk2SW1nMklqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3dPaUlpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYMXpPakUwT2lKamIyeHZjbDlsYkdWdFpXNTBjeUk3WVRvMk9udHpPakUzT2lKbWIyOTBaWEpmZEdWNGRGOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UYzZJbVp2YjNSbGNsOXNhVzVyWDJOdmJHOXlJanR6T2pBNklpSTdjem95TXpvaVptOXZkR1Z5WDJ4cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFNE9pSm1aV0YwZFhKbFgzUmxlSFJmWTI5c2IzSWlPM002TURvaUlqdHpPakU0T2lKbVpXRjBkWEpsWDJ4cGJtdGZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qSTBPaUptWldGMGRYSmxYMnhwYm10ZmFHOTJaWEpmWTI5c2IzSWlPM002TURvaUlqdDlmUT09IjtzOjIxOiJjb2xvcl9zY2hlbWVfYWR2YW5jZWQiO3M6MjQ2NDoiWVRvM09udHpPakV6T2lKdVlYWmZZbUZ5WDJGaWIzWmxJanRoT2pFd09udHpPakV6T2lKdVlYWmZZbUZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TVRvaWJtRjJYMkpoY2w5bGJtUWlPM002TURvaUlqdHpPakU1T2lKdVlYWmZZbUZ5WDJodmRtVnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOem9pYm1GMlgySmhjbDlvYjNabGNsOWxibVFpTzNNNk1Eb2lJanR6T2pFd09pSnVZWFpmWW1GeVgySm5JanR6T2pBNklpSTdjem95TWpvaWJtRjJYMkpoY2w5aVoxOW9iM1psY2w5emRHRnlkQ0k3Y3pvd09pSWlPM002TVRVNkltNWhkbDlpWVhKZlpHUmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UWTZJbTVoZGw5aVlYSmZaR1JmYUc5MlpYSWlPM002TURvaUlqdHpPakV5T2lKdVlYWmZZbUZ5WDJ4cGJtc2lPM002TURvaUlqdHpPakV6T2lKdVlYWmZZbUZ5WDJodmRtVnlJanR6T2pBNklpSTdmWE02TVRNNkltNWhkbDlpWVhKZlltVnNiM2NpTzJFNk1UQTZlM002TVRNNkltNWhkbDlpWVhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFeE9pSnVZWFpmWW1GeVgyVnVaQ0k3Y3pvd09pSWlPM002TVRrNkltNWhkbDlpWVhKZmFHOTJaWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakUzT2lKdVlYWmZZbUZ5WDJodmRtVnlYMlZ1WkNJN2N6b3dPaUlpTzNNNk1UQTZJbTVoZGw5aVlYSmZZbWNpTzNNNk1Eb2lJanR6T2pJeU9pSnVZWFpmWW1GeVgySm5YMmh2ZG1WeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE5Ub2libUYyWDJKaGNsOWtaRjlzYVc1cklqdHpPakE2SWlJN2N6b3hOam9pYm1GMlgySmhjbDlrWkY5b2IzWmxjaUk3Y3pvd09pSWlPM002TVRJNkltNWhkbDlpWVhKZmJHbHVheUk3Y3pvd09pSWlPM002TVRNNkltNWhkbDlpWVhKZmFHOTJaWElpTzNNNk1Eb2lJanQ5Y3pveE56b2libUYyWDJKaGNsOWhiRzl1WjNOcFpHVWlPMkU2TnpwN2N6b3hNRG9pYm1GMlgySmhjbDlpWnlJN2N6b3dPaUlpTzNNNk1UWTZJbTVoZGw5aVlYSmZZbWRmYUc5MlpYSWlPM002TURvaUlqdHpPakl3T2lKdVlYWmZZbUZ5WDJKblgyNWhkbDlvYjNabGNpSTdjem93T2lJaU8zTTZNVEk2SW01aGRsOWlZWEpmYkdsdWF5STdjem93T2lJaU8zTTZNVE02SW01aGRsOWlZWEpmYUc5MlpYSWlPM002TURvaUlqdHpPakUxT2lKdVlYWmZZbUZ5WDJSa1gyeHBibXNpTzNNNk1Eb2lJanR6T2pFMk9pSnVZWFpmWW1GeVgyUmtYMmh2ZG1WeUlqdHpPakE2SWlJN2ZYTTZNVEk2SW1abFlYUjFjbVZmWVhKbFlTSTdZVG8zT250ek9qRXpPaUptWldGMGRYSmxYM04wWVhKMElqdHpPakE2SWlJN2N6b3hNVG9pWm1WaGRIVnlaVjlsYm1RaU8zTTZNRG9pSWp0ek9qRXdPaUowWlhoMFgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE1Eb2liR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlhNNk1UWTZJbXhwYm10ZmFHOTJaWEpmWTI5c2IzSWlPMkU2TWpwN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zTTZNVFU2SW5SbGVIUmZaR1ZqYjNKaGRHbHZiaUk3Y3pvd09pSWlPMzF6T2pJNkltSm5JanR6T2pBNklpSTdjem94TURvaVltZGZiM0IwYVc5dWN5STdjem93T2lJaU8zMXpPakV6T2lKbVpXRjBkWEpsWDNScGRHeGxJanRoT2pNNmUzTTZNVGs2SW1abFlYUjFjbVZmZEdsMGJHVmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRTNPaUptWldGMGRYSmxYM1JwZEd4bFgyVnVaQ0k3Y3pvd09pSWlPM002TWpRNkltWmxZWFIxY21WZmRHbDBiR1ZmZEdWNGRGOWpiMnh2Y2lJN2N6b3dPaUlpTzMxek9qWTZJbVp2YjNSbGNpSTdZVG8xT250ek9qRXlPaUptYjI5MFpYSmZjM1JoY25RaU8zTTZOem9pSXpJMk1qWXlOaUk3Y3pveE1Eb2labTl2ZEdWeVgyVnVaQ0k3Y3pvM09pSWpNall5TmpJMklqdHpPakUzT2lKbWIyOTBaWEpmZEdWNGRGOWpiMnh2Y2lJN2N6bzNPaUlqWm1abVptWm1JanR6T2pFM09pSm1iMjkwWlhKZmJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPamM2SWlObVptWm1abVlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMXpPakl6T2lKbWIyOTBaWEpmYkdsdWExOW9iM1psY2w5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pjNklpTm1abVptWm1ZaU8zTTZNVFU2SW5SbGVIUmZaR1ZqYjNKaGRHbHZiaUk3Y3pvd09pSWlPMzE5Y3pvME9pSndZV2RsSWp0aE9qUTZlM002TVRJNkluSmxjR1ZoZEdsdVoxOWlaeUk3Y3pvd09pSWlPM002T0RvaVltZGZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRXdPaUpzYVc1clgyTnZiRzl5SWp0aE9qSTZlM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFMU9pSjBaWGgwWDJSbFkyOXlZWFJwYjI0aU8zTTZNRG9pSWp0OWN6b3hOam9pYkdsdWExOW9iM1psY2w5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlgxOSI7czoxNToibW9iaWxlX3JlZGlyZWN0IjtzOjYwOiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdDkiO3M6Mzoic2VvIjtzOjEwMDoiWVRvek9udHpPalU2SW5ScGRHeGxJanR6T2pBNklpSTdjem94TVRvaVpHVnpZM0pwY0hScGIyNGlPM002TURvaUlqdHpPamc2SW10bGVYZHZjbVJ6SWp0ek9qQTZJaUk3ZlE9PSI7czo3OiJzY3JpcHRzIjtzOjMzNjoiWVRveE9udHBPakE3WVRveU9udHpPamc2SW5CdmMybDBhVzl1SWp0ek9qTTZJbU56Y3lJN2N6bzJPaUp6WTNKcGNIUWlPM002TVRnNE9pSXVjbVZrWDJocFoyaHNhV2RvZEh0aVlXTnJaM0p2ZFc1a09pTmpaVEF3TURBN2NHRmtaR2x1Wnpvd2NIZ2dNVEJ3ZUR0amIyeHZjam9qWm1abU8zMEtMbWR5WldWdVgyaHBaMmhzYVdkb2RIdGlZV05yWjNKdmRXNWtPaUFqTXprNFpUTm1PM0JoWkdScGJtYzZNSEI0SURFd2NIZzdZMjlzYjNJNkkyWm1aanQ5Q2k1dmNIUnBiaTFpYjNndE1UVWdjQzV3Y21sMllXTjVJSHR3WVdSa2FXNW5MWFJ2Y0RvMWNIZzdabTl1ZEMxemFYcGxPakV6Y0hnN2ZTSTdmWDA9IjtzOjg6ImZiX3NoYXJlIjtzOjEyNDoiWVRvME9udHpPalU2SW5ScGRHeGxJanR6T2pBNklpSTdjem94TVRvaVpHVnpZM0pwY0hScGIyNGlPM002TURvaUlqdHpPalU2SW1sdFlXZGxJanR6T2pBNklpSTdjem80T2lKc2FXdGxYM1Z5YkNJN2N6b3dPaUlpTzMwPSI7czo4OiJsaWdodGJveCI7czozNzAwOiJZVG8xT250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8zT2lKemFHOTNYMjl1SWp0ek9qUTZJbXh2WVdRaU8zTTZORG9pZEhsd1pTSTdjem8xT2lKdmNIUnBiaUk3Y3pveE1Eb2liM0IwYVc1ZlptOXliU0k3WVRvek9udHpPams2SW1admNtMWZhSFJ0YkNJN1lUb3hOenA3Y3pveE1Eb2laVzFoYVd4ZlpHRjBZU0k3Y3pvd09pSWlPM002TVRNNkltVnRZV2xzWDJGa1pISmxjM01pTzNNNk1Eb2lJanR6T2pFeU9pSnlaV1JwY21WamRGOTFjbXdpTzNNNk1Eb2lJanR6T2pFeU9pSmxlSFJ5WVY5bWFXVnNaSE1pTzNNNk1Eb2lJanR6T2pFNE9pSmxiV0ZwYkY5bGVIUnlZVjltYVdWc1pITWlPM002TURvaUlqdHpPalE2SW1oMGJXd2lPM002TURvaUlqdHpPakV3T2lKdVpYZGZkMmx1Wkc5M0lqdHpPakE2SWlJN2N6b3hNam9pWkdsellXSnNaVjl1WVcxbElqdHpPakE2SWlJN2N6bzRPaUp1WVcxbFgySnZlQ0k3Y3pvd09pSWlPM002T1RvaVpXMWhhV3hmWW05NElqdHpPakE2SWlJN2N6bzJPaUpoWTNScGIyNGlPM002TURvaUlqdHpPalk2SW1acFpXeGtjeUk3Y3pvd09pSWlPM002TmpvaWJXVjBhRzlrSWp0ek9qUTZJbkJ2YzNRaU8zTTZNVFk2SW1sdWRHVm5jbUYwYVc5dVgzUjVjR1VpTzNNNk5qb2lZM1Z6ZEc5dElqdHpPalE2SW14cGMzUWlPM002TURvaUlqdHpPakUwT2lKMGFHRnVhMTk1YjNWZmNHRm5aU0k3Y3pvd09pSWlPM002TVRFNkltRmpkR2x2Ymw5d1lXZGxJanR6T2pBNklpSTdmWE02TnpvaVkyOXVkR1Z1ZENJN1lUbzFPbnR6T2pVNkluUnBkR3hsSWp0ek9qTXlPaUpUWld4c0lFRnVlWFJvYVc1bklGZHBkR2dnVDNCMGFXMXBlbVZRY21WemN5STdjem94TVRvaVptOXliVjlvWldGa1pYSWlPM002T0RnNklreHZjbVZ0SUdsd2MzVnRJR1J2Ykc5eUlITnBkQ0JoYldWMExDQmpiMjV6WldOMFpYUjFaWElnWVdScGNHbHpZMmx1WnlCbGJHbDBMQ0J6WldRZ1pHbGhiU0J1YjI1MWJXMTVJRzVwWW1nZ1pYVnBjMjF2WkM0aU8zTTZNVEU2SW1admIzUmxjbDl1YjNSbElqdHpPalkwT2lKWmIzVnlJR2x1Wm05eWJXRjBhVzl1SUdseklERXdNQ1VnYzJWamRYSmxJSGRwZEdnZ2RYTWdZVzVrSUhkcGJHd2dibVYyWlhJZ1ltVWdjMmhoY21Wa0lqdHpPakV5T2lKdVlXMWxYMlJsWm1GMWJIUWlPM002TWpRNklrVnVkR1Z5SUhsdmRYSWdSbWx5YzNRZ1RtRnRaUzR1TGlJN2N6b3hNem9pWlcxaGFXeGZaR1ZtWVhWc2RDSTdjem95TnpvaVJXNTBaWElnZVc5MWNpQkZiV0ZwYkNCQlpHUnlaWE56TGk0dUlqdDljem94TXpvaWMzVmliV2wwWDJKMWRIUnZiaUk3WVRvMU5qcDdjem8yT2lKaWRYUjBiMjRpTzJFNk1EcDdmWE02T0RvaWJHOWpZWFJwYjI0aU8zTTZNelk2SW05d1gyeHBaMmgwWW05NFgyOXdkR2x1WDJadmNtMWZjM1ZpYldsMFgySjFkSFJ2YmlJN2N6bzNPaUpqYjI1MFpXNTBJanR6T2pBNklpSTdjem8wT2lKMGVYQmxJanR6T2pFNklqQWlPM002TlRvaWFXMWhaMlVpTzNNNk1Eb2lJanR6T2pFeU9pSmxiR1Z0Wlc1MFgzUjVjR1VpTzNNNk1Eb2lJanR6T2pRNkltaHlaV1lpTzNNNk1Eb2lJanR6T2pFd09pSnVaWGRmZDJsdVpHOTNJanR6T2pBNklpSTdjem95T2lKall5STdjem93T2lJaU8zTTZOVG9pWVd4cFoyNGlPM002TURvaUlqdHpPalE2SW5SbGVIUWlPM002TURvaUlqdHpPams2SW5SbGVIUmZjMmw2WlNJN2N6b3lPaUl6TWlJN2N6b3hNRG9pZEdWNGRGOWpiMnh2Y2lJN2N6bzNPaUlqTURBd01EQXdJanR6T2prNkluUmxlSFJmWm05dWRDSTdjem93T2lJaU8zTTZPVG9pZEdWNGRGOWliMnhrSWp0ek9qRTZJakVpTzNNNk1UUTZJblJsZUhSZmRXNWtaWEpzYVc1bElqdHpPakE2SWlJN2N6b3hNVG9pZEdWNGRGOXBkR0ZzYVdNaU8zTTZNRG9pSWp0ek9qRTVPaUowWlhoMFgyeGxkSFJsY2w5emNHRmphVzVuSWp0ek9qRTZJakFpTzNNNk1UTTZJbk4xWW5SbGVIUmZjR0Z1Wld3aU8zTTZNRG9pSWp0ek9qYzZJbk4xWW5SbGVIUWlPM002TURvaUlqdHpPakV5T2lKemRXSjBaWGgwWDNOcGVtVWlPM002TURvaUlqdHpPakV6T2lKemRXSjBaWGgwWDJOdmJHOXlJanR6T2pBNklpSTdjem94TWpvaWMzVmlkR1Y0ZEY5bWIyNTBJanR6T2pBNklpSTdjem94TWpvaWMzVmlkR1Y0ZEY5aWIyeGtJanR6T2pBNklpSTdjem94TnpvaWMzVmlkR1Y0ZEY5MWJtUmxjbXhwYm1VaU8zTTZNRG9pSWp0ek9qRTBPaUp6ZFdKMFpYaDBYMmwwWVd4cFl5STdjem93T2lJaU8zTTZNakk2SW5OMVluUmxlSFJmYkdWMGRHVnlYM053WVdOcGJtY2lPM002TURvaUlqdHpPakUzT2lKMFpYaDBYM05vWVdSdmQxOXdZVzVsYkNJN2N6b3hPaUpaSWp0ek9qSXdPaUowWlhoMFgzTm9ZV1J2ZDE5MlpYSjBhV05oYkNJN2N6b3hPaUl4SWp0ek9qSXlPaUowWlhoMFgzTm9ZV1J2ZDE5b2IzSnBlbTl1ZEdGc0lqdHpPakU2SWpBaU8zTTZNVGM2SW5SbGVIUmZjMmhoWkc5M1gyTnZiRzl5SWp0ek9qYzZJaU5tWm1abU1EQWlPM002TVRZNkluUmxlSFJmYzJoaFpHOTNYMkpzZFhJaU8zTTZNVG9pTUNJN2N6b3hNem9pYzNSNWJHbHVaMTkzYVdSMGFDSTdjem93T2lJaU8zTTZNVFE2SW5OMGVXeHBibWRmYUdWcFoyaDBJanR6T2pBNklpSTdjem95TURvaWMzUjViR2x1WjE5aWIzSmtaWEpmWTI5c2IzSWlPM002TnpvaUl6QXdNREF3TUNJN2N6b3hPVG9pYzNSNWJHbHVaMTlpYjNKa1pYSmZjMmw2WlNJN2N6b3hPaUl4SWp0ek9qSXhPaUp6ZEhsc2FXNW5YMkp2Y21SbGNsOXlZV1JwZFhNaU8zTTZNVG9pTmlJN2N6b3lNam9pYzNSNWJHbHVaMTlpYjNKa1pYSmZiM0JoWTJsMGVTSTdjem96T2lJeE1EQWlPM002TVRZNkluTjBlV3hwYm1kZlozSmhaR2xsYm5RaU8zTTZNRG9pSWp0ek9qRXpPaUp6ZEhsc2FXNW5YM05vYVc1bElqdHpPakU2SWxraU8zTTZNamc2SW5OMGVXeHBibWRmWjNKaFpHbGxiblJmYzNSaGNuUmZZMjlzYjNJaU8zTTZOem9pSTJabVptWXdNQ0k3Y3pveU5qb2ljM1I1YkdsdVoxOW5jbUZrYVdWdWRGOWxibVJmWTI5c2IzSWlPM002TnpvaUkyWm1ZVEF6TlNJN2N6b3hOem9pWkhKdmNGOXphR0ZrYjNkZmNHRnVaV3dpTzNNNk1Ub2lXU0k3Y3pveU1Eb2laSEp2Y0Y5emFHRmtiM2RmZG1WeWRHbGpZV3dpTzNNNk1Ub2lNU0k3Y3pveU1qb2laSEp2Y0Y5emFHRmtiM2RmYUc5eWFYcHZiblJoYkNJN2N6b3hPaUl3SWp0ek9qRTJPaUprY205d1gzTm9ZV1J2ZDE5aWJIVnlJanR6T2pFNklqRWlPM002TVRnNkltUnliM0JmYzJoaFpHOTNYM053Y21WaFpDSTdjem94T2lJd0lqdHpPakUzT2lKa2NtOXdYM05vWVdSdmQxOWpiMnh2Y2lJN2N6bzNPaUlqTURBd01EQXdJanR6T2pFNU9pSmtjbTl3WDNOb1lXUnZkMTl2Y0dGamFYUjVJanR6T2pJNklqVXdJanR6T2pFNE9pSnBibk5sZEY5emFHRmtiM2RmY0dGdVpXd2lPM002TVRvaVdTSTdjem95TVRvaWFXNXpaWFJmYzJoaFpHOTNYM1psY25ScFkyRnNJanR6T2pFNklqQWlPM002TWpNNkltbHVjMlYwWDNOb1lXUnZkMTlvYjNKcGVtOXVkR0ZzSWp0ek9qRTZJakFpTzNNNk1UYzZJbWx1YzJWMFgzTm9ZV1J2ZDE5aWJIVnlJanR6T2pFNklqQWlPM002TVRrNkltbHVjMlYwWDNOb1lXUnZkMTl6Y0hKbFlXUWlPM002TVRvaU1TSTdjem94T0RvaWFXNXpaWFJmYzJoaFpHOTNYMk52Ykc5eUlqdHpPamM2SWlObVptWm1NREFpTzNNNk1qQTZJbWx1YzJWMFgzTm9ZV1J2ZDE5dmNHRmphWFI1SWp0ek9qSTZJalV3SWp0OWZYTTZNVEk2SW1oMGJXeGZZMjl1ZEdWdWRDSTdZVG94T250ek9qYzZJbU52Ym5SbGJuUWlPM002TURvaUlqdDlmUT09IjtzOjEzOiJleGl0X3JlZGlyZWN0IjtzOjg4OiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdHpPamM2SW0xbGMzTmhaMlVpTzNNNk1Eb2lJanQ5IjtzOjE0OiJvbmVfdGltZV9vZmZlciI7czoxODg6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUoxY213aU8zTTZNRG9pSWp0ek9qUTZJblJwYldVaU8yRTZORHA3Y3pvME9pSmtZWGx6SWp0ek9qQTZJaUk3Y3pvMU9pSm9iM1Z5Y3lJN2N6b3dPaUlpTzNNNk56b2liV2x1ZFhSbGN5STdjem93T2lJaU8zTTZOem9pYzJWamIyNWtjeUk3Y3pvd09pSWlPMzE5IjtzOjE0OiJsYXVuY2hfZ2F0ZXdheSI7czo4OiJZam93T3c9PSI7czoxMzoibGF1bmNoX2Z1bm5lbCI7czoxOTI6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzVPaUptZFc1dVpXeGZhV1FpTzNNNk1Ub2lNaUk3Y3pveE5qb2laMkYwWlhkaGVWOXZkbVZ5Y21sa1pTSTdZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem80T2lKeVpXUnBjbVZqZENJN2N6b3dPaUlpTzNNNk5Eb2lZMjlrWlNJN2N6b3dPaUlpTzMxOSI7fQ=='),(20,'IM Classic Style 5',2,'High impact page with animated arrows and double opt-in forms|http://www.thetradingroom.com/wp-content/uploads/2014/03/im_classic_5.jpg','jpg','YToxOntzOjQ6ImJvZHkiO2E6NDp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjExNjoiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjQwIiBmb250X2NvbG9yPSIjYzIyMDE5IiBhbGlnbj0iY2VudGVyIl1BIEJyaWVmIEd1aWRlIHRvIFJlc3BvbnNpdmUgRGVzaWduWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2NToiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjIwIiBmb250X3N0eWxlPSJub3JtYWwiIGZvbnRfY29sb3I9IiM2MTYxNjEiIGFsaWduPSJjZW50ZXIiXUhvdyB0byB1c2UgcmVzcG9uc2l2ZSBkZXNpZ24gdG8gaW5jcmVhc2Ugc2FsZXMgb24geW91ciB3ZWJzaXRlc1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fXM6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjQ6ImUzMD0iO31pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czo0MDoicm93IHRocmVlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjEwcHg7cGFkZGluZy1ib3R0b206MjBweDsiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6Mjg6Im9uZS10aGlyZCBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2NzoiW2ltYWdlcyBzdHlsZT0iMCIgaW1hZ2U9Imh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2Jvb2syLWNyb3BwZWQyLTIzNXgzMDAucG5nIiB3aWR0aD0iMjM1IiBhbGlnbj0iY2VudGVyIiB0b3BfbWFyZ2luPSIwIiBmdWxsX3dpZHRoPSJZIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyODoib25lLXRoaXJkIGNvbHVtbiBjb2xzIG5hcnJvdyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTU6IlthcnJvd3Mgc3R5bGU9ImFycm93cy0yLWdyZWVuLWxlZnQuZ2lmIiBhbGlnbj0iY2VudGVyIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6NDQ6ImVsZW1lbnQtY29udGFpbmVyIGNmIGhpZGUtbW9iaWxlIGhpZGUtdGFibGV0IjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDQ6ImV5Sm9hV1JsVFc5aWFXeGxJam94TENKb2FXUmxWR0ZpYkdWMElqb3hmUT09Ijt9fX1pOjI7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyODoib25lLXRoaXJkIGNvbHVtbiBjb2xzIG5hcnJvdyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjcxOiJbdGV4dF9ibG9jayBzdHlsZT0ic3R5bGVfMS5wbmciIGFsaWduPSJjZW50ZXIiIGZvbnRfc2l6ZT0iMjAiIGZvbnRfc3R5bGU9Im5vcm1hbCIgZm9udF9jb2xvcj0iIzM4MzgzOCIgYm90dG9tX3BhZGRpbmc9IjEwIiB3aWR0aD0iMzAwIiBsaW5lX2hlaWdodD0iMjUiXTxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXI7Ij5FbnRlciB5b3VyIG5hbWUgYW5kIGVtYWlsIG5vdyBmb3IgaW5zdGFudCBhY2Nlc3MgdG8geW91ciBmcmVlIHJlcG9ydC4uLjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1NTA6IltvcHRpbl9ib3ggc3R5bGU9IjciIGFsaWdubWVudD0iY2VudGVyIiBlbWFpbF9kZWZhdWx0PSJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3MiIGludGVncmF0aW9uX3R5cGU9ImVtYWlsIiBuYW1lX2RlZmF1bHQ9IkVudGVyIHlvdXIgZmlyc3QgbmFtZSJdW29wdGluX2JveF9maWVsZCBuYW1lPSJoZWFkbGluZSJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPSJwYXJhZ3JhcGgiXVJXNTBaWElnZVc5MWNpQnVZVzFsSUdGdVpDQmxiV0ZwYkNCaVpXeHZkeUJ1YjNjdUxpND1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9InByaXZhY3kiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9InRvcF9jb2xvciJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT0iMCIgYnV0dG9uX2JlbG93PSJZIl1HZXQgSW5zdGFudCBBY2Nlc3MhWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlmUT09Ijt9aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YwZjBmMDtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlYmViZWI7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZWJlYmViOyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3NDoiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjIwIiBmb250X2NvbG9yPSIjMzgzODM4IiBhbGlnbj0ibGVmdCJdRGlzY292ZXIgdGhlIHNlY3JldHMgdG8gdXNpbmcgcmVzcG9uc2l2ZSBkZXNpZ24gdG8gaW5jcmVhc2UgY29udmVyc2lvbnMgYW5kIGJvb3N0IHlvdXIgcHJvZml0c1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyODk6Ilt0ZXh0X2Jsb2NrIHN0eWxlPSJzdHlsZV8xLnBuZyIgYWxpZ249ImxlZnQiIHdpZHRoPSI0NjAiXUFsaXF1YW0gZXJhdCB2b2x1dHBhdC4gU3VzcGVuZGlzc2UgdnVscHV0YXRlIGxpZ3VsYSBpZCBuaXNsIHBsYWNlcmF0IGV0IGVsZW1lbnR1bSByaXN1cyBzY2VsZXJpc3F1ZS4gUGhhc2VsbHVzIGNvbnNlY3RldHVyIHRlbXBvciBsZWN0dXMgZWdldCBjb25zZXF1YXQuIEludGVnZXIgZWdlc3RhcyB2YXJpdXMgb2RpbywgcXVpcyBiaWJlbmR1bSByaXN1cyBwbGFjZXJhdCBpYWN1bGlzLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjM0MjoiW2J1bGxldF9ibG9jayBzdHlsZT0ic2l6ZS0xNiIgc21hbGxfaWNvbj0iMS5wbmciIHdpZHRoPSIiIGFsaWdubWVudD0iY2VudGVyIl08dWw+PGxpPkxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaXNjaW5nIGVsaXQuPC9saT48bGk+QWVuZWFuIGVnZXQgcHVydXMgZWdlc3RhcywgdnVscHV0YXRlIGVyYXQgaW1wZXJkaWV0LjwvbGk+PGxpPlNlZCBpYWN1bGlzIHNlbSBldSBmYWNpbGlzaXMgbWFsZXN1YWRhLjwvbGk+PGxpPlV0IGEgbGlndWxhIHZpdGFlIGFudGUgdnVscHV0YXRlIGNvbnNlY3RldHVyIHF1aXMgZXUgdXJuYS48L2xpPjwvdWw+Wy9idWxsZXRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fXM6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEzMjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tTUdZd1pqQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNakFpTENKaWIzSmtaWEpYYVdSMGFDSTZJakVpTENKaWIzSmtaWEpEYjJ4dmNpSTZJaU5sWW1WaVpXSWlmUT09Ijt9aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE3OiJwYWRkaW5nLXRvcDoyMHB4OyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NjY2OiJbb3B0aW5fYm94IHN0eWxlPSIxMCIgYWxpZ25tZW50PSJjZW50ZXIiIGVtYWlsX2RlZmF1bHQ9IkVudGVyIHlvdXIgZW1haWwgYWRkcmVzcyIgaW50ZWdyYXRpb25fdHlwZT0iZW1haWwiIG5hbWVfZGVmYXVsdD0iRW50ZXIgeW91ciBmaXJzdCBuYW1lIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9ImhlYWRsaW5lIl1IZXJlJ3MgVGhlIEhlYWRsaW5lIEZvciBUaGUgQm94Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPSJwYXJhZ3JhcGgiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9InByaXZhY3kiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9InRvcF9jb2xvciJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT0iMCIgYnV0dG9uX2JlbG93PSJZIl1HZXQgSW5zdGFudCBBY2Nlc3MhWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6Mjg6ImV5SndZV1JrYVc1blZHOXdJam9pTWpBaWZRPT0iO319fQ==','YToxODp7czoxMzoiaGVhZGVyX2xheW91dCI7czoxMDY4OiJZVG94TURwN2N6bzBPaUpzYjJkdklqdHpPamMzT2lKb2RIUndPaTh2ZDNkM0xuUm9aWFJ5WVdScGJtZHliMjl0TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TkM4d015OVRZVzF3YkdWTWIyZHZMVVJoY21zM0xuQnVaeUk3Y3pvMU9pSmlaMmx0WnlJN2N6b3dPaUlpTzNNNk1URTZJbkpsY0dWaGRHSm5hVzFuSWp0ek9qQTZJaUk3Y3pvM09pSmlaMk52Ykc5eUlqdHpPamM2SWlObU1HVm1aakFpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFek9pSnRaVzUxTFhCdmMybDBhVzl1SWp0ek9qazZJbUZzYjI1bmMybGtaU0k3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWs0aU8zTTZNVE02SW01aGRsOWlZWEpmWVdKdmRtVWlPMkU2TnpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TXpvaWJtRjJJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjl6YUdGa2IzY2lPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM2RsYVdkb2RDSTdjem93T2lJaU8zTTZPVG9pWm05dWRGOXphWHBsSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1Eb2lJanR6T2pRNklteHZaMjhpTzNNNk1Eb2lJanQ5Y3pveE16b2libUYyWDJKaGNsOWlaV3h2ZHlJN1lUbzNPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qQTZJaUk3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYMlpoYldsc2VTSTdjem93T2lJaU8zTTZORG9pYkc5bmJ5STdjem93T2lJaU8zMXpPakUzT2lKdVlYWmZZbUZ5WDJGc2IyNW5jMmxrWlNJN1lUbzJPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qQTZJaUk3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYMlpoYldsc2VTSTdjem93T2lJaU8zMTkiO3M6MTA6Im1lbWJlcnNoaXAiO3M6ODoiWWpvd093PT0iO3M6NToidGhlbWUiO3M6Njg6IllUb3lPbnR6T2pRNkluUjVjR1VpTzNNNk9Ub2liV0Z5YTJWMGFXNW5JanR6T2pNNkltUnBjaUk3Y3pveE9pSXhJanQ5IjtzOjEyOiJmZWF0dXJlX2FyZWEiO3M6MTIwOiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8wT2lKMGVYQmxJanRwT2pFN2N6bzRPaUp6WlhSMGFXNW5jeUk3WVRveE9udHpPakV5T2lKbWIyNTBYMjl3ZEdsdmJuTWlPMkU2TURwN2ZYMTkiO3M6MTM6ImZlYXR1cmVfdGl0bGUiO3M6NjQ6IllUb3lPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzFPaUowYVhSc1pTSTdjem93T2lJaU8zMD0iO3M6MTE6ImZvb3Rlcl9hcmVhIjtzOjM2MDoiWVRvNE9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lXU0k3Y3pvek9pSnVZWFlpTzNNNk1Ub2lNeUk3Y3pveE1Ub2labTl1ZEY5emFHRmtiM2NpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDNkbGFXZG9kQ0k3Y3pvd09pSWlPM002T1RvaVptOXVkRjl6YVhwbElqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOW1ZVzFwYkhraU8zTTZNRG9pSWp0ek9qRXlPaUpzWVhKblpWOW1iMjkwWlhJaU8yRTZNVHA3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWs0aU8zMXpPakUzT2lKbWIyOTBaWEpmWkdselkyeGhhVzFsY2lJN1lUb3lPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzNPaUp0WlhOellXZGxJanR6T2pBNklpSTdmWDA9IjtzOjIxOiJjb2xvcl9zY2hlbWVfdGVtcGxhdGUiO3M6ODoiWWpvd093PT0iO3M6MTA6InR5cG9ncmFwaHkiO3M6MTU2ODoiWVRveU9udHpPakV6T2lKbWIyNTBYMlZzWlcxbGJuUnpJanRoT2prNmUzTTZNVEE2SW5OcGRHVmZkR2wwYkdVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qQTZJaUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6bzNPaUowWVdkc2FXNWxJanRoT2pRNmUzTTZORG9pYzJsNlpTSTdjem93T2lJaU8zTTZORG9pWm05dWRDSTdjem93T2lJaU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWE02TnpvaVpHVm1ZWFZzZENJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1qb2lNVGNpTzNNNk5Eb2labTl1ZENJN2N6b3hOVG9pVTI5MWNtTmxJRk5oYm5NZ1VISnZJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6bzBPaUlqTkRRMElqdDljem95T2lKb01TSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZNVFU2SWxOdmRYSmpaU0JUWVc1eklGQnlieUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTWlJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1UVTZJbE52ZFhKalpTQlRZVzV6SUZCeWJ5STdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pveU9pSm9NeUk3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TVRVNklsTnZkWEpqWlNCVFlXNXpJRkJ5YnlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem95T2lKb05DSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZNVFU2SWxOdmRYSmpaU0JUWVc1eklGQnlieUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTlNJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1Eb2lJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzMxek9qSTZJbWcySWp0aE9qUTZlM002TkRvaWMybDZaU0k3Y3pvd09pSWlPM002TkRvaVptOXVkQ0k3Y3pvd09pSWlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3Zlgxek9qRTBPaUpqYjJ4dmNsOWxiR1Z0Wlc1MGN5STdZVG8yT250ek9qRTNPaUptYjI5MFpYSmZkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPM002TVRjNkltWnZiM1JsY2w5c2FXNXJYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3lNem9pWm05dmRHVnlYMnhwYm10ZmFHOTJaWEpmWTI5c2IzSWlPM002TURvaUlqdHpPakU0T2lKbVpXRjBkWEpsWDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTRPaUptWldGMGRYSmxYMnhwYm10ZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pJME9pSm1aV0YwZFhKbFgyeHBibXRmYUc5MlpYSmZZMjlzYjNJaU8zTTZNRG9pSWp0OWZRPT0iO3M6MjE6ImNvbG9yX3NjaGVtZV9hZHZhbmNlZCI7czoyNDQwOiJZVG8zT250ek9qRXpPaUp1WVhaZlltRnlYMkZpYjNabElqdGhPakV3T250ek9qRXpPaUp1WVhaZlltRnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hNVG9pYm1GMlgySmhjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRTVPaUp1WVhaZlltRnlYMmh2ZG1WeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE56b2libUYyWDJKaGNsOW9iM1psY2w5bGJtUWlPM002TURvaUlqdHpPakV3T2lKdVlYWmZZbUZ5WDJKbklqdHpPakE2SWlJN2N6b3lNam9pYm1GMlgySmhjbDlpWjE5b2IzWmxjbDl6ZEdGeWRDSTdjem93T2lJaU8zTTZNVFU2SW01aGRsOWlZWEpmWkdSZmJHbHVheUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlpHUmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRXlPaUp1WVhaZlltRnlYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRXpPaUp1WVhaZlltRnlYMmh2ZG1WeUlqdHpPakE2SWlJN2ZYTTZNVE02SW01aGRsOWlZWEpmWW1Wc2IzY2lPMkU2TVRBNmUzTTZNVE02SW01aGRsOWlZWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakV4T2lKdVlYWmZZbUZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVGs2SW01aGRsOWlZWEpmYUc5MlpYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRTNPaUp1WVhaZlltRnlYMmh2ZG1WeVgyVnVaQ0k3Y3pvd09pSWlPM002TVRBNkltNWhkbDlpWVhKZlltY2lPM002TURvaUlqdHpPakl5T2lKdVlYWmZZbUZ5WDJKblgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TlRvaWJtRjJYMkpoY2w5a1pGOXNhVzVySWp0ek9qQTZJaUk3Y3pveE5qb2libUYyWDJKaGNsOWtaRjlvYjNabGNpSTdjem93T2lJaU8zTTZNVEk2SW01aGRsOWlZWEpmYkdsdWF5STdjem93T2lJaU8zTTZNVE02SW01aGRsOWlZWEpmYUc5MlpYSWlPM002TURvaUlqdDljem94TnpvaWJtRjJYMkpoY2w5aGJHOXVaM05wWkdVaU8yRTZOenA3Y3pveE1Eb2libUYyWDJKaGNsOWlaeUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlltZGZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qSXdPaUp1WVhaZlltRnlYMkpuWDI1aGRsOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRTFPaUp1WVhaZlltRnlYMlJrWDJ4cGJtc2lPM002TURvaUlqdHpPakUyT2lKdVlYWmZZbUZ5WDJSa1gyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1USTZJbVpsWVhSMWNtVmZZWEpsWVNJN1lUbzNPbnR6T2pFek9pSm1aV0YwZFhKbFgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2labVZoZEhWeVpWOWxibVFpTzNNNk1Eb2lJanR6T2pFd09pSjBaWGgwWDJOdmJHOXlJanR6T2pBNklpSTdjem94TURvaWJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TVRZNklteHBibXRmYUc5MlpYSmZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMXpPakk2SW1KbklqdHpPakE2SWlJN2N6b3hNRG9pWW1kZmIzQjBhVzl1Y3lJN2N6b3dPaUlpTzMxek9qRXpPaUptWldGMGRYSmxYM1JwZEd4bElqdGhPak02ZTNNNk1UazZJbVpsWVhSMWNtVmZkR2wwYkdWZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSm1aV0YwZFhKbFgzUnBkR3hsWDJWdVpDSTdjem93T2lJaU8zTTZNalE2SW1abFlYUjFjbVZmZEdsMGJHVmZkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPMzF6T2pZNkltWnZiM1JsY2lJN1lUbzFPbnR6T2pFeU9pSm1iMjkwWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFd09pSm1iMjkwWlhKZlpXNWtJanR6T2pBNklpSTdjem94TnpvaVptOXZkR1Z5WDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTNPaUptYjI5MFpYSmZiR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qUTZJbTV2Ym1VaU8zMXpPakl6T2lKbWIyOTBaWEpmYkdsdWExOW9iM1psY2w5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qUTZJbTV2Ym1VaU8zMTljem8wT2lKd1lXZGxJanRoT2pRNmUzTTZNVEk2SW5KbGNHVmhkR2x1WjE5aVp5STdjem93T2lJaU8zTTZPRG9pWW1kZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFd09pSnNhVzVyWDJOdmJHOXlJanRoT2pJNmUzTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk5Eb2libTl1WlNJN2ZYTTZNVFk2SW14cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6bzBPaUp1YjI1bElqdDlmWDA9IjtzOjE1OiJtb2JpbGVfcmVkaXJlY3QiO3M6ODoiWWpvd093PT0iO3M6Mzoic2VvIjtzOjg6Illqb3dPdz09IjtzOjc6InNjcmlwdHMiO3M6ODoiWWpvd093PT0iO3M6ODoiZmJfc2hhcmUiO3M6ODoiWWpvd093PT0iO3M6ODoibGlnaHRib3giO3M6ODoiWWpvd093PT0iO3M6MTM6ImV4aXRfcmVkaXJlY3QiO3M6ODoiWWpvd093PT0iO3M6MTQ6Im9uZV90aW1lX29mZmVyIjtzOjg6Illqb3dPdz09IjtzOjE0OiJsYXVuY2hfZ2F0ZXdheSI7czo4OiJZam93T3c9PSI7czoxMzoibGF1bmNoX2Z1bm5lbCI7czoxOTI6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzVPaUptZFc1dVpXeGZhV1FpTzNNNk1Ub2lNaUk3Y3pveE5qb2laMkYwWlhkaGVWOXZkbVZ5Y21sa1pTSTdZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem80T2lKeVpXUnBjbVZqZENJN2N6b3dPaUlpTzNNNk5Eb2lZMjlrWlNJN2N6b3dPaUlpTzMxOSI7fQ=='),(21,'Webinar Registration 1-Host Style 3',1,'Webinar registration page for a webinar with 1 host and forms to GoToWebinar|http://www.thetradingroom.com/wp-content/uploads/2014/03/webinar3_image.jpg','jpg','YToxOntzOjQ6ImJvZHkiO2E6Njp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM3OiJwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjEwcHg7IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODI6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSIyMCIgZm9udF9mb250PSJBc2FwIiBmb250X3N0eWxlPSJub3JtYWwiIGZvbnRfY29sb3I9IiMxYTllZTAiIGZvbnRfc3BhY2luZz0iLTEiIGFsaWduPSJjZW50ZXIiXTxzdHJvbmc+TElWRSBXRUJJTkFSPC9zdHJvbmc+wqBXSVRIIEhPU1QgTkFNRVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fXM6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czo1NjoiYmFja2dyb3VuZDojMWE5ZWUwO3BhZGRpbmctdG9wOjMwcHg7cGFkZGluZy1ib3R0b206MjVweDsiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIyNzoiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjMwIiBmb250X2ZvbnQ9IkFzYXAiIGZvbnRfc3R5bGU9ImJvbGQiIGZvbnRfY29sb3I9IiNmZmZmZmYiIGZvbnRfc2hhZG93PSJkYXJrIiBhbGlnbj0iY2VudGVyIl3igJxUaGUgNSBSZWFzb25zIFlvdSBNdXN0IEJlIFVzaW5nIFJlc3BvbnNpdmUKRGVzaWduIE9uIFlvdXIgV2Vic2l0ZXMgaW4gMjAxMyBBbmQgQmV5b25k4oCdWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhZVGxsWlRBaUxDSndZV1JrYVc1blZHOXdJam9pTXpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09Ijt9aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoyMDY6ImJhY2tncm91bmQtaW1hZ2U6IG5vbmU7IGJhY2tncm91bmQtY29sb3I6IHJnYigzMywgMzMsIDMzKTsgcGFkZGluZy1ib3R0b206IDBweDsgYm9yZGVyLXRvcC13aWR0aDogMHB4OyBib3JkZXItYm90dG9tLXdpZHRoOiAwcHg7IGJhY2tncm91bmQtcG9zaXRpb246IGluaXRpYWwgaW5pdGlhbDsgYmFja2dyb3VuZC1yZXBlYXQ6IG5vLXJlcGVhdCBuby1yZXBlYXQ7IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3NjoiW2NhbGVuZGFyX2RhdGUgc3R5bGU9IjEiIG1vbnRoPSJKdW5lIiBjYWxlbmRhcl9iYXJfY29sb3I9IiNmZjAwMDAiIGRheT0iMjUiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7Tjt9fX1pOjE7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPSJzdHlsZV8xLnBuZyIgYWxpZ249ImxlZnQiIGZvbnRfc2l6ZT0iMjEiIGZvbnRfY29sb3I9IiNmZmZmZmYiIHdpZHRoPSIyMjAiXTxzdHJvbmc+RnJpZGF5LCBKdW5lIDI1dGgKPC9zdHJvbmc+MTEgQU0gUGFjaWZpYyBUaW1lCjQgUE0gRWFzdGVybiBUaW1lCjkgUE0gR01UWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo2NjU6IltvcHRpbl9ib3ggc3R5bGU9IjciIGFsaWdubWVudD0iY2VudGVyIiBlbWFpbF9kZWZhdWx0PSJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3MiIGludGVncmF0aW9uX3R5cGU9ImVtYWlsIiBuYW1lX2RlZmF1bHQ9IkVudGVyIHlvdXIgZmlyc3QgbmFtZSJdW29wdGluX2JveF9maWVsZCBuYW1lPSJoZWFkbGluZSJdSGVyZSdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT0icGFyYWdyYXBoIl1URzl5WlcwZ2FYQnpkVzBnWkc5c2IzSWdjMmwwSUdGdFpYUXNJR052Ym5ObFkzUmxkSFZ5SUdGa2FYQnBjMk5wYm1jZ1pXeHBkQzRnUkc5dVpXTWdkbVZzSUc1MWJtTWdibTl1SUd4aFkzVnpJSFpsYm1WdVlYUnBjeUJqYjIxdGIyUnZMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPSJwcml2YWN5Il1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPSJ0b3BfY29sb3IiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9IjAiIGJ1dHRvbl9iZWxvdz0iWSJdR2V0IEluc3RhbnQgQWNjZXNzIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjI7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NzI6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeU1USXhNakVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTUNKOSI7fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTEwOiJiYWNrZ3JvdW5kLWltYWdlOnVybChodHRwOi8vb3B0aW1pemVwcmVzczIuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzA2L2JhY2sxLnBuZyk7YmFja2dyb3VuZC1yZXBlYXQ6cmVwZWF0OyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI2MToiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjM1IiBhbGlnbj0ibGVmdCIgbGluZV9oZWlnaHQ9IjM1Il08ZGl2IGRhdGEtbGI9ImVkaXRhYmxlLXJpY2gtdGV4dCIgZGF0YS1sYi1pZD0ibWFpbi1oZWFkbGluZSIgZGF0YS1sYi1uYW1lPSJNYWluIEhlYWRsaW5lIFRleHQiPkRVUklORyBUSElTIDxzcGFuIHN0eWxlPSJjb2xvcjogIzFhOWVlMDsiPjxiPkZSRUUgV0VCSU5BUjwvYj48L3NwYW4+IFlPVSBXSUxMIExFQVJOOjwvZGl2PlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1Mzg6IltzdGVwX2dyYXBoaWNzIHN0eWxlPSIzIiBjb2xvcj0iIzFhOWVlMCJdW3N0ZXAgc3R5bGU9IjMiIHRleHQ9IjEiIGhlYWRsaW5lPSJMb3JlbSBpcHN1bSBkb2xvciBzaXQgYW1ldCwgY29uc2VjdGV0dXIgYWRpcGlzY2luZyBlbGl0LiIgaW5mb3JtYXRpb249IjxwPkxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaXNjaW5nIGVsaXQuIE1hdXJpcyBlbGVtZW50dW0gZmVybWVudHVtIG1hdXJpcywgaW4gYmliZW5kdW0gbWFnbmEgdWx0cmljZXMgc2VkLiA8L3A+CiJdWy9zdGVwXVtzdGVwIHN0eWxlPSIzIiB0ZXh0PSIyIiBoZWFkbGluZT0iVXQgYSBsaWd1bGEgdml0YWUgYW50ZSB2dWxwdXRhdGUgY29uc2VjdGV0dXIgcXVpcyBldSB1cm5hLiIgaW5mb3JtYXRpb249IjxwPkFlbmVhbiB0ZW1wb3Igc2VtIHV0IHZpdmVycmEgc2NlbGVyaXNxdWUuIEFlbmVhbiB2ZWhpY3VsYSBiaWJlbmR1bSBtYXVyaXMsIHZlbCBwZWxsZW50ZXNxdWUgbmlzbCB2YXJpdXMgcXVpcy48L3A+CiJdWy9zdGVwXVsvc3RlcF9ncmFwaGljc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Nzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3MzoiW2ltYWdlcyBzdHlsZT0iNSIgaW1hZ2U9Imh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL3BlcnNvbjEyMTIuanBnIiB3aWR0aD0iMTQ5IiBhbGlnbj0iY2VudGVyIiB0b3BfbWFyZ2luPSIwIiBib3R0b21fbWFyZ2luPSIwIiBmdWxsX3dpZHRoPSJZIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3ODoiW3RleHRfYmxvY2sgc3R5bGU9InN0eWxlXzEucG5nIiBhbGlnbj0ibGVmdCIgZm9udF9zaXplPSIyNCIgZm9udF9mb250PSJTaGFkb3dzIEludG8gTGlnaHQiIGJvdHRvbV9tYXJnaW49IjAiIHdpZHRoPSI0NjAiXTxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXI7Ij5Ib3N0IE5hbWU8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319aTozO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6NDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMDoiW3ZlcnRpY2FsX3NwYWNpbmcgaGVpZ2h0PSIzMCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMTc6Ilt0ZXh0X2Jsb2NrIHN0eWxlPSJzdHlsZV8xLnBuZyIgYWxpZ249ImNlbnRlciIgZm9udF9zaXplPSIxNSIgZm9udF9jb2xvcj0iIzkxOTE5MSIgYm90dG9tX3BhZGRpbmc9IjEwIiBib3R0b21fbWFyZ2luPSIwIiB3aWR0aD0iNDYwIl08cCBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyI+U2hhcmUgdGhpcyBwYWdlIHdpdGggeW91ciBmcmllbmRzLi4uPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo2O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI0MDoiW3NvY2lhbF9zaGFyaW5nIHN0eWxlPSJzdHlsZS0yMCIgZmJfY29sb3I9ImxpZ2h0IiBmYl9sYW5nPSJlbl9HQiIgZmJfdGV4dD0icmVjb21tZW5kIiBmYl9idXR0b25fdGV4dD0iU2hhcmUiIHR3X2xhbmc9ImVuIiB0d19idXR0b25fdGV4dD0iU2hhcmUiIGdfbGFuZz0iZW4tR0IiIGdfYnV0dG9uX3RleHQ9IlNoYXJlIiBwX2Rlc2NyaXB0aW9uPSIiIGxpbmtlZGluX2xhbmc9ImVuX1VTIiBhbGlnbm1lbnQ9ImNlbnRlciJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fXM6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjE1NjoiZXlKaVlXTnJaM0p2ZFc1a1NXMWhaMlVpT2lKMWNtd29hSFIwY0RvdkwyOXdkR2x0YVhwbGNISmxjM015TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TXk4d05pOWlZV05yTVM1d2JtY3BJaXdpWW1GamEyZHliM1Z1WkZCdmMybDBhVzl1SWpvaWRHbHNaU0o5Ijt9aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjIyODoiYmFja2dyb3VuZC1pbWFnZTogbm9uZTsgYmFja2dyb3VuZC1jb2xvcjogcmdiKDIzNCwgMTEzLCAxNik7IHBhZGRpbmctYm90dG9tOiAyNXB4OyBib3JkZXItdG9wLXdpZHRoOiAwcHg7IGJvcmRlci1ib3R0b20td2lkdGg6IDBweDsgcGFkZGluZy10b3A6IDQ1cHg7IGJhY2tncm91bmQtcG9zaXRpb246IGluaXRpYWwgaW5pdGlhbDsgYmFja2dyb3VuZC1yZXBlYXQ6IG5vLXJlcGVhdCBuby1yZXBlYXQ7IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyODk6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSIyMCIgZm9udF9jb2xvcj0iI2ZmZmZmZiIgYWxpZ249ImNlbnRlciJdV0FSTklORzogwqBXZSBvbmx5IGhhdmUgMTAwMCBzcG90cyBvbiBvdXIgd2ViaW5hciBzeXN0ZW0gYXZhaWxhYmxlIGFuZMKgc3BhY2Ugd2lsbCBmaWxsIHVwIGZhc3Qgc28gcmVnaXN0ZXIgbm93IHRvIGF2b2lkIG1pc3Npbmcgb3V0LiDCoFRoaXMgd2ViaW5hciBpcyBwYWNrZWQgd2l0aCBoaWdoIHF1YWxpdHkgY29udGVudCBhbmQgd2lsbCBmaWxsIHVwIGZhc3QhWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTmxZVGN4TVRBaUxDSndZV1JrYVc1blZHOXdJam9pTkRVaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09Ijt9aTo1O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE0NzoiYmFja2dyb3VuZC1pbWFnZTp1cmwoaHR0cDovL29wdGltaXplcHJlc3MyLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8wNi9iYWNrMS5wbmcpO2JhY2tncm91bmQtcmVwZWF0OnJlcGVhdDtwYWRkaW5nLXRvcDozMHB4O3BhZGRpbmctYm90dG9tOjUwcHg7IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzQ6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSIyNSIgZm9udF9zdHlsZT0ibm9ybWFsIiBhbGlnbj0iY2VudGVyIiBib3R0b21fbWFyZ2luPSIyMCJdPHN0cm9uZz5UaGlzIG9uZSB3aWxsIGJlIG5vIGV4Y2VwdGlvbi7CoFNvIGNsYWltIHlvdXIgc3BvdCBiZWxvdyE8L3N0cm9uZz5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NjY1OiJbb3B0aW5fYm94IHN0eWxlPSI3IiBhbGlnbm1lbnQ9ImNlbnRlciIgZW1haWxfZGVmYXVsdD0iRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzIiBpbnRlZ3JhdGlvbl90eXBlPSJlbWFpbCIgbmFtZV9kZWZhdWx0PSJFbnRlciB5b3VyIGZpcnN0IG5hbWUiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT0iaGVhZGxpbmUiXUhlcmUncyBUaGUgSGVhZGxpbmUgRm9yIFRoZSBCb3hbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9InBhcmFncmFwaCJdVEc5eVpXMGdhWEJ6ZFcwZ1pHOXNiM0lnYzJsMElHRnRaWFFzSUdOdmJuTmxZM1JsZEhWeUlHRmthWEJwYzJOcGJtY2daV3hwZEM0Z1JHOXVaV01nZG1Wc0lHNTFibU1nYm05dUlHeGhZM1Z6SUhabGJtVnVZWFJwY3lCamIyMXRiMlJ2TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT0icHJpdmFjeSJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT0idG9wX2NvbG9yIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPSIwIiBidXR0b25fYmVsb3c9IlkiXUdldCBJbnN0YW50IEFjY2VzcyFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoyMDg6ImV5SmlZV05yWjNKdmRXNWtTVzFoWjJVaU9pSjFjbXdvYUhSMGNEb3ZMMjl3ZEdsdGFYcGxjSEpsYzNNeUxtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE15OHdOaTlpWVdOck1TNXdibWNwSWl3aVltRmphMmR5YjNWdVpGQnZjMmwwYVc5dUlqb2lkR2xzWlNJc0luQmhaR1JwYm1kVWIzQWlPaUl6TUNJc0luQmhaR1JwYm1kQ2IzUjBiMjBpT2lJMU1DSjkiO319fQ==','YToxODp7czoxMzoiaGVhZGVyX2xheW91dCI7czoxMDcyOiJZVG94TURwN2N6bzBPaUpzYjJkdklqdHpPamd3T2lKb2RIUndPaTh2ZDNkM0xuUm9aWFJ5WVdScGJtZHliMjl0TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TkM4d015OVRZVzF3YkdWTWIyZHZMVVJoY21zeE1ERXlMbkJ1WnlJN2N6bzFPaUppWjJsdFp5STdjem93T2lJaU8zTTZNVEU2SW5KbGNHVmhkR0puYVcxbklqdHpPakE2SWlJN2N6bzNPaUppWjJOdmJHOXlJanR6T2pjNklpTm1NR1ZtWmpBaU8zTTZNVEE2SW14cGJtdGZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRXpPaUp0Wlc1MUxYQnZjMmwwYVc5dUlqdHpPams2SW1Gc2IyNW5jMmxrWlNJN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TVRNNkltNWhkbDlpWVhKZllXSnZkbVVpTzJFNk56cDdjem8zT2lKbGJtRmliR1ZrSWp0ek9qRTZJazRpTzNNNk16b2libUYySWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5emFHRmtiM2NpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDNkbGFXZG9kQ0k3Y3pvd09pSWlPM002T1RvaVptOXVkRjl6YVhwbElqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOW1ZVzFwYkhraU8zTTZNRG9pSWp0ek9qUTZJbXh2WjI4aU8zTTZNRG9pSWp0OWN6b3hNem9pYm1GMlgySmhjbDlpWld4dmR5STdZVG8zT250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKdVlYWWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM05vWVdSdmR5STdjem93T2lJaU8zTTZNVEU2SW1admJuUmZkMlZwWjJoMElqdHpPakE2SWlJN2N6bzVPaUptYjI1MFgzTnBlbVVpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDJaaGJXbHNlU0k3Y3pvd09pSWlPM002TkRvaWJHOW5ieUk3Y3pvd09pSWlPMzF6T2pFM09pSnVZWFpmWW1GeVgyRnNiMjVuYzJsa1pTSTdZVG8yT250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKdVlYWWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM05vWVdSdmR5STdjem93T2lJaU8zTTZNVEU2SW1admJuUmZkMlZwWjJoMElqdHpPakE2SWlJN2N6bzVPaUptYjI1MFgzTnBlbVVpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDJaaGJXbHNlU0k3Y3pvd09pSWlPMzE5IjtzOjEwOiJtZW1iZXJzaGlwIjtzOjg6Illqb3dPdz09IjtzOjU6InRoZW1lIjtzOjY4OiJZVG95T250ek9qUTZJblI1Y0dVaU8zTTZPVG9pYldGeWEyVjBhVzVuSWp0ek9qTTZJbVJwY2lJN2N6b3hPaUl4SWp0OSI7czoxMjoiZmVhdHVyZV9hcmVhIjtzOjEyMDoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvME9pSjBlWEJsSWp0cE9qRTdjem80T2lKelpYUjBhVzVuY3lJN1lUb3hPbnR6T2pFeU9pSm1iMjUwWDI5d2RHbHZibk1pTzJFNk1EcDdmWDE5IjtzOjEzOiJmZWF0dXJlX3RpdGxlIjtzOjY0OiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8xT2lKMGFYUnNaU0k3Y3pvd09pSWlPMzA9IjtzOjExOiJmb290ZXJfYXJlYSI7czozNjA6IllUbzRPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qQTZJaUk3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYMlpoYldsc2VTSTdjem93T2lJaU8zTTZNVEk2SW14aGNtZGxYMlp2YjNSbGNpSTdZVG94T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdmWE02TVRjNkltWnZiM1JsY2w5a2FYTmpiR0ZwYldWeUlqdGhPakk2ZTNNNk56b2laVzVoWW14bFpDSTdjem94T2lKT0lqdHpPamM2SW0xbGMzTmhaMlVpTzNNNk1Eb2lJanQ5ZlE9PSI7czoyMToiY29sb3Jfc2NoZW1lX3RlbXBsYXRlIjtzOjg6Illqb3dPdz09IjtzOjEwOiJ0eXBvZ3JhcGh5IjtzOjE0NzY6IllUb3lPbnR6T2pFek9pSm1iMjUwWDJWc1pXMWxiblJ6SWp0aE9qazZlM002TVRBNkluTnBkR1ZmZEdsMGJHVWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakE2SWlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem8zT2lKMFlXZHNhVzVsSWp0aE9qUTZlM002TkRvaWMybDZaU0k3Y3pvd09pSWlPM002TkRvaVptOXVkQ0k3Y3pvd09pSWlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk56b2laR1ZtWVhWc2RDSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNam9pTVRjaU8zTTZORG9pWm05dWRDSTdjem8wT2lKQmMyRndJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6bzBPaUlqTkRRMElqdDljem95T2lKb01TSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZORG9pUVhOaGNDSTdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pveU9pSm9NaUk3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TkRvaVFYTmhjQ0k3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTXlJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1Eb2lJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzMxek9qSTZJbWcwSWp0aE9qUTZlM002TkRvaWMybDZaU0k3Y3pvd09pSWlPM002TkRvaVptOXVkQ0k3Y3pvd09pSWlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk1qb2lhRFVpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pBNklpSTdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pveU9pSm9OaUk3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TURvaUlqdHpPalU2SW5OMGVXeGxJanR6T2pBNklpSTdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPMzE5Y3pveE5Eb2lZMjlzYjNKZlpXeGxiV1Z1ZEhNaU8yRTZOanA3Y3pveE56b2labTl2ZEdWeVgzUmxlSFJmWTI5c2IzSWlPM002TURvaUlqdHpPakUzT2lKbWIyOTBaWEpmYkdsdWExOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1qTTZJbVp2YjNSbGNsOXNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hPRG9pWm1WaGRIVnlaVjkwWlhoMFgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE9Eb2labVZoZEhWeVpWOXNhVzVyWDJOdmJHOXlJanR6T2pBNklpSTdjem95TkRvaVptVmhkSFZ5WlY5c2FXNXJYMmh2ZG1WeVgyTnZiRzl5SWp0ek9qQTZJaUk3ZlgwPSI7czoyMToiY29sb3Jfc2NoZW1lX2FkdmFuY2VkIjtzOjI0MjA6IllUbzNPbnR6T2pFek9pSnVZWFpmWW1GeVgyRmliM1psSWp0aE9qRXdPbnR6T2pFek9pSnVZWFpmWW1GeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2libUYyWDJKaGNsOWxibVFpTzNNNk1Eb2lJanR6T2pFNU9pSnVZWFpmWW1GeVgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TnpvaWJtRjJYMkpoY2w5b2IzWmxjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRXdPaUp1WVhaZlltRnlYMkpuSWp0ek9qQTZJaUk3Y3pveU1qb2libUYyWDJKaGNsOWlaMTlvYjNabGNsOXpkR0Z5ZENJN2N6b3dPaUlpTzNNNk1UVTZJbTVoZGw5aVlYSmZaR1JmYkdsdWF5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWkdSZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pFeU9pSnVZWFpmWW1GeVgyeHBibXNpTzNNNk1Eb2lJanR6T2pFek9pSnVZWFpmWW1GeVgyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1UTTZJbTVoZGw5aVlYSmZZbVZzYjNjaU8yRTZNVEE2ZTNNNk1UTTZJbTVoZGw5aVlYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRXhPaUp1WVhaZlltRnlYMlZ1WkNJN2N6b3dPaUlpTzNNNk1UazZJbTVoZGw5aVlYSmZhRzkyWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSnVZWFpmWW1GeVgyaHZkbVZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVEE2SW01aGRsOWlZWEpmWW1jaU8zTTZNRG9pSWp0ek9qSXlPaUp1WVhaZlltRnlYMkpuWDJodmRtVnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOVG9pYm1GMlgySmhjbDlrWkY5c2FXNXJJanR6T2pBNklpSTdjem94TmpvaWJtRjJYMkpoY2w5a1pGOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0OWN6b3hOem9pYm1GMlgySmhjbDloYkc5dVozTnBaR1VpTzJFNk56cDdjem94TURvaWJtRjJYMkpoY2w5aVp5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWW1kZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pJd09pSnVZWFpmWW1GeVgySm5YMjVoZGw5b2IzWmxjaUk3Y3pvd09pSWlPM002TVRJNkltNWhkbDlpWVhKZmJHbHVheUk3Y3pvd09pSWlPM002TVRNNkltNWhkbDlpWVhKZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pFMU9pSnVZWFpmWW1GeVgyUmtYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRTJPaUp1WVhaZlltRnlYMlJrWDJodmRtVnlJanR6T2pBNklpSTdmWE02TVRJNkltWmxZWFIxY21WZllYSmxZU0k3WVRvM09udHpPakV6T2lKbVpXRjBkWEpsWDNOMFlYSjBJanR6T2pBNklpSTdjem94TVRvaVptVmhkSFZ5WlY5bGJtUWlPM002TURvaUlqdHpPakV3T2lKMFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hNRG9pYkdsdWExOWpiMnh2Y2lJN1lUb3lPbnR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE5Ub2lkR1Y0ZEY5a1pXTnZjbUYwYVc5dUlqdHpPakE2SWlJN2ZYTTZNVFk2SW14cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6b3dPaUlpTzMxek9qSTZJbUpuSWp0ek9qQTZJaUk3Y3pveE1Eb2lZbWRmYjNCMGFXOXVjeUk3Y3pvd09pSWlPMzF6T2pFek9pSm1aV0YwZFhKbFgzUnBkR3hsSWp0aE9qTTZlM002TVRrNkltWmxZWFIxY21WZmRHbDBiR1ZmYzNSaGNuUWlPM002TURvaUlqdHpPakUzT2lKbVpXRjBkWEpsWDNScGRHeGxYMlZ1WkNJN2N6b3dPaUlpTzNNNk1qUTZJbVpsWVhSMWNtVmZkR2wwYkdWZmRHVjRkRjlqYjJ4dmNpSTdjem93T2lJaU8zMXpPalk2SW1admIzUmxjaUk3WVRvMU9udHpPakV5T2lKbWIyOTBaWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakV3T2lKbWIyOTBaWEpmWlc1a0lqdHpPakE2SWlJN2N6b3hOem9pWm05dmRHVnlYM1JsZUhSZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFM09pSm1iMjkwWlhKZmJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TWpNNkltWnZiM1JsY2w5c2FXNXJYMmh2ZG1WeVgyTnZiRzl5SWp0aE9qSTZlM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFMU9pSjBaWGgwWDJSbFkyOXlZWFJwYjI0aU8zTTZNRG9pSWp0OWZYTTZORG9pY0dGblpTSTdZVG8wT250ek9qRXlPaUp5WlhCbFlYUnBibWRmWW1jaU8zTTZNRG9pSWp0ek9qZzZJbUpuWDJOdmJHOXlJanR6T2pBNklpSTdjem94TURvaWJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TVRZNklteHBibXRmYUc5MlpYSmZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMTlmUT09IjtzOjE1OiJtb2JpbGVfcmVkaXJlY3QiO3M6NjA6IllUb3lPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUoxY213aU8zTTZNRG9pSWp0OSI7czozOiJzZW8iO3M6MTAwOiJZVG96T250ek9qVTZJblJwZEd4bElqdHpPakE2SWlJN2N6b3hNVG9pWkdWelkzSnBjSFJwYjI0aU8zTTZNRG9pSWp0ek9qZzZJbXRsZVhkdmNtUnpJanR6T2pBNklpSTdmUT09IjtzOjc6InNjcmlwdHMiO3M6ODg6IllUb3hPbnRwT2pBN1lUb3lPbnR6T2pnNkluQnZjMmwwYVc5dUlqdHpPalk2SW1obFlXUmxjaUk3Y3pvMk9pSnpZM0pwY0hRaU8zTTZNRG9pSWp0OWZRPT0iO3M6ODoiZmJfc2hhcmUiO3M6MTI0OiJZVG8wT250ek9qVTZJblJwZEd4bElqdHpPakE2SWlJN2N6b3hNVG9pWkdWelkzSnBjSFJwYjI0aU8zTTZNRG9pSWp0ek9qVTZJbWx0WVdkbElqdHpPakE2SWlJN2N6bzRPaUpzYVd0bFgzVnliQ0k3Y3pvd09pSWlPMzA9IjtzOjg6ImxpZ2h0Ym94IjtzOjM3MDA6IllUbzFPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzNPaUp6YUc5M1gyOXVJanR6T2pRNklteHZZV1FpTzNNNk5Eb2lkSGx3WlNJN2N6bzFPaUp2Y0hScGJpSTdjem94TURvaWIzQjBhVzVmWm05eWJTSTdZVG96T250ek9qazZJbVp2Y20xZmFIUnRiQ0k3WVRveE56cDdjem94TURvaVpXMWhhV3hmWkdGMFlTSTdjem93T2lJaU8zTTZNVE02SW1WdFlXbHNYMkZrWkhKbGMzTWlPM002TURvaUlqdHpPakV5T2lKeVpXUnBjbVZqZEY5MWNtd2lPM002TURvaUlqdHpPakV5T2lKbGVIUnlZVjltYVdWc1pITWlPM002TURvaUlqdHpPakU0T2lKbGJXRnBiRjlsZUhSeVlWOW1hV1ZzWkhNaU8zTTZNRG9pSWp0ek9qUTZJbWgwYld3aU8zTTZNRG9pSWp0ek9qRXdPaUp1WlhkZmQybHVaRzkzSWp0ek9qQTZJaUk3Y3pveE1qb2laR2x6WVdKc1pWOXVZVzFsSWp0ek9qQTZJaUk3Y3pvNE9pSnVZVzFsWDJKdmVDSTdjem93T2lJaU8zTTZPVG9pWlcxaGFXeGZZbTk0SWp0ek9qQTZJaUk3Y3pvMk9pSmhZM1JwYjI0aU8zTTZNRG9pSWp0ek9qWTZJbVpwWld4a2N5STdjem93T2lJaU8zTTZOam9pYldWMGFHOWtJanR6T2pRNkluQnZjM1FpTzNNNk1UWTZJbWx1ZEdWbmNtRjBhVzl1WDNSNWNHVWlPM002TmpvaVkzVnpkRzl0SWp0ek9qUTZJbXhwYzNRaU8zTTZNRG9pSWp0ek9qRTBPaUowYUdGdWExOTViM1ZmY0dGblpTSTdjem93T2lJaU8zTTZNVEU2SW1GamRHbHZibDl3WVdkbElqdHpPakE2SWlJN2ZYTTZOem9pWTI5dWRHVnVkQ0k3WVRvMU9udHpPalU2SW5ScGRHeGxJanR6T2pNeU9pSlRaV3hzSUVGdWVYUm9hVzVuSUZkcGRHZ2dUM0IwYVcxcGVtVlFjbVZ6Y3lJN2N6b3hNVG9pWm05eWJWOW9aV0ZrWlhJaU8zTTZPRGc2SWt4dmNtVnRJR2x3YzNWdElHUnZiRzl5SUhOcGRDQmhiV1YwTENCamIyNXpaV04wWlhSMVpYSWdZV1JwY0dselkybHVaeUJsYkdsMExDQnpaV1FnWkdsaGJTQnViMjUxYlcxNUlHNXBZbWdnWlhWcGMyMXZaQzRpTzNNNk1URTZJbVp2YjNSbGNsOXViM1JsSWp0ek9qWTBPaUpaYjNWeUlHbHVabTl5YldGMGFXOXVJR2x6SURFd01DVWdjMlZqZFhKbElIZHBkR2dnZFhNZ1lXNWtJSGRwYkd3Z2JtVjJaWElnWW1VZ2MyaGhjbVZrSWp0ek9qRXlPaUp1WVcxbFgyUmxabUYxYkhRaU8zTTZNalE2SWtWdWRHVnlJSGx2ZFhJZ1JtbHljM1FnVG1GdFpTNHVMaUk3Y3pveE16b2laVzFoYVd4ZlpHVm1ZWFZzZENJN2N6b3lOem9pUlc1MFpYSWdlVzkxY2lCRmJXRnBiQ0JCWkdSeVpYTnpMaTR1SWp0OWN6b3hNem9pYzNWaWJXbDBYMkoxZEhSdmJpSTdZVG8xTmpwN2N6bzJPaUppZFhSMGIyNGlPMkU2TURwN2ZYTTZPRG9pYkc5allYUnBiMjRpTzNNNk16WTZJbTl3WDJ4cFoyaDBZbTk0WDI5d2RHbHVYMlp2Y20xZmMzVmliV2wwWDJKMWRIUnZiaUk3Y3pvM09pSmpiMjUwWlc1MElqdHpPakE2SWlJN2N6bzBPaUowZVhCbElqdHpPakU2SWpBaU8zTTZOVG9pYVcxaFoyVWlPM002TURvaUlqdHpPakV5T2lKbGJHVnRaVzUwWDNSNWNHVWlPM002TURvaUlqdHpPalE2SW1oeVpXWWlPM002TURvaUlqdHpPakV3T2lKdVpYZGZkMmx1Wkc5M0lqdHpPakE2SWlJN2N6b3lPaUpqWXlJN2N6b3dPaUlpTzNNNk5Ub2lZV3hwWjI0aU8zTTZNRG9pSWp0ek9qUTZJblJsZUhRaU8zTTZNRG9pSWp0ek9qazZJblJsZUhSZmMybDZaU0k3Y3pveU9pSXpNaUk3Y3pveE1Eb2lkR1Y0ZEY5amIyeHZjaUk3Y3pvM09pSWpNREF3TURBd0lqdHpPams2SW5SbGVIUmZabTl1ZENJN2N6b3dPaUlpTzNNNk9Ub2lkR1Y0ZEY5aWIyeGtJanR6T2pFNklqRWlPM002TVRRNkluUmxlSFJmZFc1a1pYSnNhVzVsSWp0ek9qQTZJaUk3Y3pveE1Ub2lkR1Y0ZEY5cGRHRnNhV01pTzNNNk1Eb2lJanR6T2pFNU9pSjBaWGgwWDJ4bGRIUmxjbDl6Y0dGamFXNW5JanR6T2pFNklqQWlPM002TVRNNkluTjFZblJsZUhSZmNHRnVaV3dpTzNNNk1Eb2lJanR6T2pjNkluTjFZblJsZUhRaU8zTTZNRG9pSWp0ek9qRXlPaUp6ZFdKMFpYaDBYM05wZW1VaU8zTTZNRG9pSWp0ek9qRXpPaUp6ZFdKMFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hNam9pYzNWaWRHVjRkRjltYjI1MElqdHpPakE2SWlJN2N6b3hNam9pYzNWaWRHVjRkRjlpYjJ4a0lqdHpPakE2SWlJN2N6b3hOem9pYzNWaWRHVjRkRjkxYm1SbGNteHBibVVpTzNNNk1Eb2lJanR6T2pFME9pSnpkV0owWlhoMFgybDBZV3hwWXlJN2N6b3dPaUlpTzNNNk1qSTZJbk4xWW5SbGVIUmZiR1YwZEdWeVgzTndZV05wYm1jaU8zTTZNRG9pSWp0ek9qRTNPaUowWlhoMFgzTm9ZV1J2ZDE5d1lXNWxiQ0k3Y3pveE9pSlpJanR6T2pJd09pSjBaWGgwWDNOb1lXUnZkMTkyWlhKMGFXTmhiQ0k3Y3pveE9pSXhJanR6T2pJeU9pSjBaWGgwWDNOb1lXUnZkMTlvYjNKcGVtOXVkR0ZzSWp0ek9qRTZJakFpTzNNNk1UYzZJblJsZUhSZmMyaGhaRzkzWDJOdmJHOXlJanR6T2pjNklpTm1abVptTURBaU8zTTZNVFk2SW5SbGVIUmZjMmhoWkc5M1gySnNkWElpTzNNNk1Ub2lNQ0k3Y3pveE16b2ljM1I1YkdsdVoxOTNhV1IwYUNJN2N6b3dPaUlpTzNNNk1UUTZJbk4wZVd4cGJtZGZhR1ZwWjJoMElqdHpPakE2SWlJN2N6b3lNRG9pYzNSNWJHbHVaMTlpYjNKa1pYSmZZMjlzYjNJaU8zTTZOem9pSXpBd01EQXdNQ0k3Y3pveE9Ub2ljM1I1YkdsdVoxOWliM0prWlhKZmMybDZaU0k3Y3pveE9pSXhJanR6T2pJeE9pSnpkSGxzYVc1blgySnZjbVJsY2w5eVlXUnBkWE1pTzNNNk1Ub2lOaUk3Y3pveU1qb2ljM1I1YkdsdVoxOWliM0prWlhKZmIzQmhZMmwwZVNJN2N6b3pPaUl4TURBaU8zTTZNVFk2SW5OMGVXeHBibWRmWjNKaFpHbGxiblFpTzNNNk1Eb2lJanR6T2pFek9pSnpkSGxzYVc1blgzTm9hVzVsSWp0ek9qRTZJbGtpTzNNNk1qZzZJbk4wZVd4cGJtZGZaM0poWkdsbGJuUmZjM1JoY25SZlkyOXNiM0lpTzNNNk56b2lJMlptWm1Zd01DSTdjem95TmpvaWMzUjViR2x1WjE5bmNtRmthV1Z1ZEY5bGJtUmZZMjlzYjNJaU8zTTZOem9pSTJabVlUQXpOU0k3Y3pveE56b2laSEp2Y0Y5emFHRmtiM2RmY0dGdVpXd2lPM002TVRvaVdTSTdjem95TURvaVpISnZjRjl6YUdGa2IzZGZkbVZ5ZEdsallXd2lPM002TVRvaU1TSTdjem95TWpvaVpISnZjRjl6YUdGa2IzZGZhRzl5YVhwdmJuUmhiQ0k3Y3pveE9pSXdJanR6T2pFMk9pSmtjbTl3WDNOb1lXUnZkMTlpYkhWeUlqdHpPakU2SWpFaU8zTTZNVGc2SW1SeWIzQmZjMmhoWkc5M1gzTndjbVZoWkNJN2N6b3hPaUl3SWp0ek9qRTNPaUprY205d1gzTm9ZV1J2ZDE5amIyeHZjaUk3Y3pvM09pSWpNREF3TURBd0lqdHpPakU1T2lKa2NtOXdYM05vWVdSdmQxOXZjR0ZqYVhSNUlqdHpPakk2SWpVd0lqdHpPakU0T2lKcGJuTmxkRjl6YUdGa2IzZGZjR0Z1Wld3aU8zTTZNVG9pV1NJN2N6b3lNVG9pYVc1elpYUmZjMmhoWkc5M1gzWmxjblJwWTJGc0lqdHpPakU2SWpBaU8zTTZNak02SW1sdWMyVjBYM05vWVdSdmQxOW9iM0pwZW05dWRHRnNJanR6T2pFNklqQWlPM002TVRjNkltbHVjMlYwWDNOb1lXUnZkMTlpYkhWeUlqdHpPakU2SWpBaU8zTTZNVGs2SW1sdWMyVjBYM05vWVdSdmQxOXpjSEpsWVdRaU8zTTZNVG9pTVNJN2N6b3hPRG9pYVc1elpYUmZjMmhoWkc5M1gyTnZiRzl5SWp0ek9qYzZJaU5tWm1abU1EQWlPM002TWpBNkltbHVjMlYwWDNOb1lXUnZkMTl2Y0dGamFYUjVJanR6T2pJNklqVXdJanQ5ZlhNNk1USTZJbWgwYld4ZlkyOXVkR1Z1ZENJN1lUb3hPbnR6T2pjNkltTnZiblJsYm5RaU8zTTZNRG9pSWp0OWZRPT0iO3M6MTM6ImV4aXRfcmVkaXJlY3QiO3M6ODg6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUoxY213aU8zTTZNRG9pSWp0ek9qYzZJbTFsYzNOaFoyVWlPM002TURvaUlqdDkiO3M6MTQ6Im9uZV90aW1lX29mZmVyIjtzOjE4ODoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSjFjbXdpTzNNNk1Eb2lJanR6T2pRNkluUnBiV1VpTzJFNk5EcDdjem8wT2lKa1lYbHpJanR6T2pBNklpSTdjem8xT2lKb2IzVnljeUk3Y3pvd09pSWlPM002TnpvaWJXbHVkWFJsY3lJN2N6b3dPaUlpTzNNNk56b2ljMlZqYjI1a2N5STdjem93T2lJaU8zMTkiO3M6MTQ6ImxhdW5jaF9nYXRld2F5IjtzOjg6Illqb3dPdz09IjtzOjEzOiJsYXVuY2hfZnVubmVsIjtzOjE5MjoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvNU9pSm1kVzV1Wld4ZmFXUWlPM002TVRvaU1pSTdjem94TmpvaVoyRjBaWGRoZVY5dmRtVnljbWxrWlNJN1lUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzRPaUp5WldScGNtVmpkQ0k3Y3pvd09pSWlPM002TkRvaVkyOWtaU0k3Y3pvd09pSWlPMzE5Ijt9'),(22,'Landing Page with Video 2',2,'Simple landing page with video, bullets and large opt-in|http://www.thetradingroom.com/wp-content/uploads/2014/03/landingpage_with_video2.jpg','jpg','YToxOntzOjQ6ImJvZHkiO2E6Mzp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMyOTI5Mjk7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbToyMHB4OyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTM2OiJbaGVhZGxpbmUgc3R5bGU9IjEiIGZvbnRfY29sb3I9IiNmZmZmZmYiIGZvbnRfc3BhY2luZz0iLTEiIGFsaWduPSJsZWZ0Il1Zb3VyIEhlYWRsaW5lIEFib3V0IFRoaXMgUHJvZHVjdCBvciBTZXJ2aWNlIEdvZXMgSGVyZVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fXM6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEwMDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU15T1RJNU1qa2lMQ0p3WVdSa2FXNW5WRzl3SWpvaU16QWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNakFpZlE9PSI7fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjkxOiJiYWNrZ3JvdW5kLWltYWdlOiB1cmwoXCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9wYXR0ZXJuMi5naWZcIik7IGJhY2tncm91bmQtcmVwZWF0OiByZXBlYXQ7IGJhY2tncm91bmQtY29sb3I6IHJnYigyNTAsIDI1MCwgMjUwKTsgcGFkZGluZy1ib3R0b206IDBweDsgYm9yZGVyLXRvcDogMXB4IHNvbGlkIHJnYigyMjcsIDIyNywgMjI3KTsgYm9yZGVyLWJvdHRvbTogMXB4IHNvbGlkIHJnYigyMjcsIDIyNywgMjI3KTsgYm9yZGVyLXN0eWxlOiBzb2xpZDsiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNDM6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSIzNSIgZm9udF9zcGFjaW5nPSItMSIgYWxpZ249ImxlZnQiXUZyZWUgQ291cnNlIFJldmVhbHMgSG93IFRvIERvdWJsZSBZb3VyIEFpciBNaWxlcyBJbiAzIFNpbXBsZSBTdGVwc1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMTE6Ilt0ZXh0X2Jsb2NrIHN0eWxlPSJzdHlsZV8xLnBuZyIgYWxpZ249ImxlZnQiIHdpZHRoPSI0NjAiXTxoMz5PdXIgMTAwJSBmcmVlIGNvdXJzZSByZXZlYWxzIHRoZSAzLXN0ZXAgTk8gQ09TVCBmb3JtdWxhIHRvIGRvdWJsaW5nIHlvdXIgYWlyIG1pbGVzLCBzbyB5b3UgY2FuIHRyYXZlbCBmdXJ0aGVyIGFuZCB1cGdyYWRlIG1vcmUgb2Z0ZW48L2gzPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjM2NToiW2J1bGxldF9ibG9jayBzdHlsZT0ic2l6ZS0xNiIgc21hbGxfaWNvbj0iMS5wbmciIHdpZHRoPSIiIGFsaWdubWVudD0iY2VudGVyIiBmb250X3NpemU9IjE1IiBmb250X2ZvbnQ9IlBUIFNhbnMiXTx1bD48bGk+TW9yYmkgZXUgaGVuZHJlcml0IHB1cnVzLCBpZCBwdWx2aW5hciBlbGl0LiBRdWlzcXVlIGRhcGlidXMgYWRpcGlzY2luZyBudWxsYTwvbGk+PGxpPiBJbnRlZ2VyIGV0IGxhY3VzIG9ybmFyZSwgbHVjdHVzIG51bGxhIHF1aXMsIHVsbGFtY29ycGVyIG51bmMuIDwvbGk+PGxpPkN1cmFiaXR1ciB2aXRhZSBydXRydW0gbWFzc2EuIFBlbGxlbnRlc3F1ZSBub24gZWxpdCB2ZXN0aWJ1bHVtLjwvbGk+PC91bD5bL2J1bGxldF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3MzoiW3ZpZGVvX3BsYXllciB0eXBlPSJ1cmwiIHdpZHRoPSI0NjAiIGhlaWdodD0iMjU5IiBhbGlnbj0iY2VudGVyIiBtYXJnaW5fdG9wPSIwIiBtYXJnaW5fYm90dG9tPSIwIl1hSFIwY0RvdkwyOXdMWE4wYVc1bkxuTXpMbUZ0WVhwdmJtRjNjeTVqYjIwdlQzVjBjSFYwTG0xd05BPT1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MjkyOiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDNkM2R5NTBhR1YwY21Ga2FXNW5jbTl2YlM1amIyMHZkM0F0WTI5dWRHVnVkQzkxY0d4dllXUnpMekl3TVRRdk1ETXZjR0YwZEdWeWJqSXVaMmxtS1NJc0ltSmhZMnRuY205MWJtUlFiM05wZEdsdmJpSTZJblJwYkdVaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObVlXWmhabUVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTUNJc0ltSnZjbVJsY2xkcFpIUm9Jam9pTVNJc0ltSnZjbVJsY2tOdmJHOXlJam9pSTJVelpUTmxNeUo5Ijt9aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU5MzoiYmFja2dyb3VuZDojZjBmMGYwO2JhY2tncm91bmQ6LXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgY29sb3Itc3RvcCgwJSwgI2YwZjBmMCksIGNvbG9yLXN0b3AoMTAwJSwgI2YwZjBmMCkpO2JhY2tncm91bmQ6LXdlYmtpdC1saW5lYXItZ3JhZGllbnQodG9wLCAjZjBmMGYwIDAlLCAjZjBmMGYwIDEwMCUpO2JhY2tncm91bmQ6LW1vei1saW5lYXItZ3JhZGllbnQodG9wLCAjZjBmMGYwIDAlLCAjZjBmMGYwIDEwMCUpO2JhY2tncm91bmQ6LW1zLWxpbmVhci1ncmFkaWVudCh0b3AsICNmMGYwZjAgMCUsICNmMGYwZjAgMTAwJSk7YmFja2dyb3VuZDotby1saW5lYXItZ3JhZGllbnQodG9wLCAjZjBmMGYwIDAlLCAjZjBmMGYwIDEwMCUpO2JhY2tncm91bmQ6bGluZWFyLWdyYWRpZW50KHRvIGJvdHRvbSwgI2YwZjBmMCAwJSwgI2YwZjBmMCAxMDAlKTtmaWx0ZXI6cHJvZ2lkOkRYSW1hZ2VUcmFuc2Zvcm0uTWljcm9zb2Z0LmdyYWRpZW50KHN0YXJ0Q29sb3JzdHI9I2YwZjBmMCwgZW5kQ29sb3JzdHI9I2YwZjBmMCwgR3JhZGllbnRUeXBlPTApO3BhZGRpbmctdG9wOjMwcHg7cGFkZGluZy1ib3R0b206MjBweDsiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2MToiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjI1IiBhbGlnbj0iY2VudGVyIl1FbnRlciB5b3VyIG5hbWUgYW5kIGVtYWlsIGFkZHJlc3MgYmVsb3cgdG8gYWNjZXNzIDxiciAvPnRoZSBmcmVlIG1pbmkgY291cnNlIHRyYWluaW5nIGFuZCBkb3dubG9hZHM6Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ5MjoiW29wdGluX2JveCBzdHlsZT0iMTEiIGFsaWdubWVudD0iY2VudGVyIiBkaXNhYmxlX25hbWU9IlkiIGVtYWlsX2RlZmF1bHQ9IkVudGVyIHlvdXIgZW1haWwgYWRkcmVzcyIgaW50ZWdyYXRpb25fdHlwZT0iZW1haWwiIG5hbWVfZGVmYXVsdD0iRW50ZXIgeW91ciBmaXJzdCBuYW1lIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9ImhlYWRsaW5lIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9InBhcmFncmFwaCJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPSJwcml2YWN5Il1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPSJ0b3BfY29sb3IiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9IjAiXVJlZ2lzdGVyIE5vd1svb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fXM6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjE0MDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tTUdZd1pqQWlMQ0ppWVdOclozSnZkVzVrUTI5c2IzSkZibVFpT2lJalpqQm1NR1l3SWl3aWNHRmtaR2x1WjFSdmNDSTZJak13SWl3aWNHRmtaR2x1WjBKdmRIUnZiU0k2SWpJd0luMD0iO319fQ==','YToxODp7czoxMzoiaGVhZGVyX2xheW91dCI7czoxMDY4OiJZVG94TURwN2N6bzBPaUpzYjJkdklqdHpPamMzT2lKb2RIUndPaTh2ZDNkM0xuUm9aWFJ5WVdScGJtZHliMjl0TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TkM4d015OVRZVzF3YkdWTWIyZHZMVVJoY21zNUxuQnVaeUk3Y3pvMU9pSmlaMmx0WnlJN2N6b3dPaUlpTzNNNk1URTZJbkpsY0dWaGRHSm5hVzFuSWp0ek9qQTZJaUk3Y3pvM09pSmlaMk52Ykc5eUlqdHpPamM2SWlObU1HVm1aakFpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFek9pSnRaVzUxTFhCdmMybDBhVzl1SWp0ek9qazZJbUZzYjI1bmMybGtaU0k3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWxraU8zTTZNVE02SW01aGRsOWlZWEpmWVdKdmRtVWlPMkU2TnpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TXpvaWJtRjJJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjl6YUdGa2IzY2lPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM2RsYVdkb2RDSTdjem93T2lJaU8zTTZPVG9pWm05dWRGOXphWHBsSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1Eb2lJanR6T2pRNklteHZaMjhpTzNNNk1Eb2lJanQ5Y3pveE16b2libUYyWDJKaGNsOWlaV3h2ZHlJN1lUbzNPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qQTZJaUk3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYMlpoYldsc2VTSTdjem93T2lJaU8zTTZORG9pYkc5bmJ5STdjem93T2lJaU8zMXpPakUzT2lKdVlYWmZZbUZ5WDJGc2IyNW5jMmxrWlNJN1lUbzJPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qQTZJaUk3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYMlpoYldsc2VTSTdjem93T2lJaU8zMTkiO3M6MTA6Im1lbWJlcnNoaXAiO3M6ODoiWWpvd093PT0iO3M6NToidGhlbWUiO3M6Njg6IllUb3lPbnR6T2pRNkluUjVjR1VpTzNNNk9Ub2liV0Z5YTJWMGFXNW5JanR6T2pNNkltUnBjaUk3Y3pveE9pSXhJanQ5IjtzOjEyOiJmZWF0dXJlX2FyZWEiO3M6MTIwOiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8wT2lKMGVYQmxJanRwT2pFN2N6bzRPaUp6WlhSMGFXNW5jeUk3WVRveE9udHpPakV5T2lKbWIyNTBYMjl3ZEdsdmJuTWlPMkU2TURwN2ZYMTkiO3M6MTM6ImZlYXR1cmVfdGl0bGUiO3M6NjQ6IllUb3lPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzFPaUowYVhSc1pTSTdjem93T2lJaU8zMD0iO3M6MTE6ImZvb3Rlcl9hcmVhIjtzOjM2MDoiWVRvNE9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lXU0k3Y3pvek9pSnVZWFlpTzNNNk1qb2lOREFpTzNNNk1URTZJbVp2Ym5SZmMyaGhaRzkzSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5M1pXbG5hSFFpTzNNNk1Eb2lJanR6T2prNkltWnZiblJmYzJsNlpTSTdjem93T2lJaU8zTTZNVEU2SW1admJuUmZabUZ0YVd4NUlqdHpPakE2SWlJN2N6b3hNam9pYkdGeVoyVmZabTl2ZEdWeUlqdGhPakU2ZTNNNk56b2laVzVoWW14bFpDSTdjem94T2lKT0lqdDljem94TnpvaVptOXZkR1Z5WDJScGMyTnNZV2x0WlhJaU8yRTZNanA3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWs0aU8zTTZOem9pYldWemMyRm5aU0k3Y3pvd09pSWlPMzE5IjtzOjIxOiJjb2xvcl9zY2hlbWVfdGVtcGxhdGUiO3M6ODoiWWpvd093PT0iO3M6MTA6InR5cG9ncmFwaHkiO3M6MTU0MDoiWVRveU9udHpPakV6T2lKbWIyNTBYMlZzWlcxbGJuUnpJanRoT2prNmUzTTZNVEE2SW5OcGRHVmZkR2wwYkdVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qQTZJaUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6bzNPaUowWVdkc2FXNWxJanRoT2pRNmUzTTZORG9pYzJsNlpTSTdjem93T2lJaU8zTTZORG9pWm05dWRDSTdjem93T2lJaU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWE02TnpvaVpHVm1ZWFZzZENJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1qb2lNVGNpTzNNNk5Eb2labTl1ZENJN2N6bzVPaUpJWld4MlpYUnBZMkVpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPalE2SWlNME5EUWlPMzF6T2pJNkltZ3hJanRoT2pRNmUzTTZORG9pYzJsNlpTSTdjem93T2lJaU8zTTZORG9pWm05dWRDSTdjem94TlRvaVUyOTFjbU5sSUZOaGJuTWdVSEp2SWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zMXpPakk2SW1neUlqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3lPaUl6TVNJN2N6bzBPaUptYjI1MElqdHpPakUxT2lKVGIzVnlZMlVnVTJGdWN5QlFjbThpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURNaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qSTZJakU1SWp0ek9qUTZJbVp2Ym5RaU8zTTZNVFU2SWxOdmRYSmpaU0JUWVc1eklGQnlieUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTkNJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1Eb2lJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzMxek9qSTZJbWcxSWp0aE9qUTZlM002TkRvaWMybDZaU0k3Y3pvd09pSWlPM002TkRvaVptOXVkQ0k3Y3pvd09pSWlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk1qb2lhRFlpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pBNklpSTdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5ZlhNNk1UUTZJbU52Ykc5eVgyVnNaVzFsYm5SeklqdGhPalk2ZTNNNk1UYzZJbVp2YjNSbGNsOTBaWGgwWDJOdmJHOXlJanR6T2pBNklpSTdjem94TnpvaVptOXZkR1Z5WDJ4cGJtdGZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qSXpPaUptYjI5MFpYSmZiR2x1YTE5b2IzWmxjbDlqYjJ4dmNpSTdjem93T2lJaU8zTTZNVGc2SW1abFlYUjFjbVZmZEdWNGRGOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UZzZJbVpsWVhSMWNtVmZiR2x1YTE5amIyeHZjaUk3Y3pvd09pSWlPM002TWpRNkltWmxZWFIxY21WZmJHbHVhMTlvYjNabGNsOWpiMnh2Y2lJN2N6b3dPaUlpTzMxOSI7czoyMToiY29sb3Jfc2NoZW1lX2FkdmFuY2VkIjtzOjI0Mjg6IllUbzNPbnR6T2pFek9pSnVZWFpmWW1GeVgyRmliM1psSWp0aE9qRXdPbnR6T2pFek9pSnVZWFpmWW1GeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2libUYyWDJKaGNsOWxibVFpTzNNNk1Eb2lJanR6T2pFNU9pSnVZWFpmWW1GeVgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TnpvaWJtRjJYMkpoY2w5b2IzWmxjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRXdPaUp1WVhaZlltRnlYMkpuSWp0ek9qQTZJaUk3Y3pveU1qb2libUYyWDJKaGNsOWlaMTlvYjNabGNsOXpkR0Z5ZENJN2N6b3dPaUlpTzNNNk1UVTZJbTVoZGw5aVlYSmZaR1JmYkdsdWF5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWkdSZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pFeU9pSnVZWFpmWW1GeVgyeHBibXNpTzNNNk1Eb2lJanR6T2pFek9pSnVZWFpmWW1GeVgyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1UTTZJbTVoZGw5aVlYSmZZbVZzYjNjaU8yRTZNVEE2ZTNNNk1UTTZJbTVoZGw5aVlYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRXhPaUp1WVhaZlltRnlYMlZ1WkNJN2N6b3dPaUlpTzNNNk1UazZJbTVoZGw5aVlYSmZhRzkyWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSnVZWFpmWW1GeVgyaHZkbVZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVEE2SW01aGRsOWlZWEpmWW1jaU8zTTZNRG9pSWp0ek9qSXlPaUp1WVhaZlltRnlYMkpuWDJodmRtVnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOVG9pYm1GMlgySmhjbDlrWkY5c2FXNXJJanR6T2pBNklpSTdjem94TmpvaWJtRjJYMkpoY2w5a1pGOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0OWN6b3hOem9pYm1GMlgySmhjbDloYkc5dVozTnBaR1VpTzJFNk56cDdjem94TURvaWJtRjJYMkpoY2w5aVp5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWW1kZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pJd09pSnVZWFpmWW1GeVgySm5YMjVoZGw5b2IzWmxjaUk3Y3pvd09pSWlPM002TVRJNkltNWhkbDlpWVhKZmJHbHVheUk3Y3pvd09pSWlPM002TVRNNkltNWhkbDlpWVhKZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pFMU9pSnVZWFpmWW1GeVgyUmtYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRTJPaUp1WVhaZlltRnlYMlJrWDJodmRtVnlJanR6T2pBNklpSTdmWE02TVRJNkltWmxZWFIxY21WZllYSmxZU0k3WVRvM09udHpPakV6T2lKbVpXRjBkWEpsWDNOMFlYSjBJanR6T2pBNklpSTdjem94TVRvaVptVmhkSFZ5WlY5bGJtUWlPM002TURvaUlqdHpPakV3T2lKMFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hNRG9pYkdsdWExOWpiMnh2Y2lJN1lUb3lPbnR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE5Ub2lkR1Y0ZEY5a1pXTnZjbUYwYVc5dUlqdHpPakE2SWlJN2ZYTTZNVFk2SW14cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6b3dPaUlpTzMxek9qSTZJbUpuSWp0ek9qQTZJaUk3Y3pveE1Eb2lZbWRmYjNCMGFXOXVjeUk3Y3pvMk9pSmpaVzUwWlhJaU8zMXpPakV6T2lKbVpXRjBkWEpsWDNScGRHeGxJanRoT2pNNmUzTTZNVGs2SW1abFlYUjFjbVZmZEdsMGJHVmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRTNPaUptWldGMGRYSmxYM1JwZEd4bFgyVnVaQ0k3Y3pvd09pSWlPM002TWpRNkltWmxZWFIxY21WZmRHbDBiR1ZmZEdWNGRGOWpiMnh2Y2lJN2N6b3dPaUlpTzMxek9qWTZJbVp2YjNSbGNpSTdZVG8xT250ek9qRXlPaUptYjI5MFpYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRXdPaUptYjI5MFpYSmZaVzVrSWp0ek9qQTZJaUk3Y3pveE56b2labTl2ZEdWeVgzUmxlSFJmWTI5c2IzSWlPM002TURvaUlqdHpPakUzT2lKbWIyOTBaWEpmYkdsdWExOWpiMnh2Y2lJN1lUb3lPbnR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE5Ub2lkR1Y0ZEY5a1pXTnZjbUYwYVc5dUlqdHpPakE2SWlJN2ZYTTZNak02SW1admIzUmxjbDlzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanRoT2pJNmUzTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk1Eb2lJanQ5ZlhNNk5Eb2ljR0ZuWlNJN1lUbzBPbnR6T2pFeU9pSnlaWEJsWVhScGJtZGZZbWNpTzNNNk1Eb2lJanR6T2pnNkltSm5YMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hNRG9pYkdsdWExOWpiMnh2Y2lJN1lUb3lPbnR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE5Ub2lkR1Y0ZEY5a1pXTnZjbUYwYVc5dUlqdHpPakE2SWlJN2ZYTTZNVFk2SW14cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6b3dPaUlpTzMxOWZRPT0iO3M6MTU6Im1vYmlsZV9yZWRpcmVjdCI7czo2MDoiWVRveU9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSjFjbXdpTzNNNk1Eb2lJanQ5IjtzOjM6InNlbyI7czoxMDA6IllUb3pPbnR6T2pVNkluUnBkR3hsSWp0ek9qQTZJaUk3Y3pveE1Ub2laR1Z6WTNKcGNIUnBiMjRpTzNNNk1Eb2lJanR6T2pnNkltdGxlWGR2Y21SeklqdHpPakE2SWlJN2ZRPT0iO3M6Nzoic2NyaXB0cyI7czo4ODoiWVRveE9udHBPakE3WVRveU9udHpPamc2SW5CdmMybDBhVzl1SWp0ek9qWTZJbWhsWVdSbGNpSTdjem8yT2lKelkzSnBjSFFpTzNNNk1Eb2lJanQ5ZlE9PSI7czo4OiJmYl9zaGFyZSI7czoxMjQ6IllUbzBPbnR6T2pVNkluUnBkR3hsSWp0ek9qQTZJaUk3Y3pveE1Ub2laR1Z6WTNKcGNIUnBiMjRpTzNNNk1Eb2lJanR6T2pVNkltbHRZV2RsSWp0ek9qQTZJaUk3Y3pvNE9pSnNhV3RsWDNWeWJDSTdjem93T2lJaU8zMD0iO3M6ODoibGlnaHRib3giO3M6MzcwMDoiWVRvMU9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvM09pSnphRzkzWDI5dUlqdHpPalE2SW14dllXUWlPM002TkRvaWRIbHdaU0k3Y3pvMU9pSnZjSFJwYmlJN2N6b3hNRG9pYjNCMGFXNWZabTl5YlNJN1lUb3pPbnR6T2prNkltWnZjbTFmYUhSdGJDSTdZVG94TnpwN2N6b3hNRG9pWlcxaGFXeGZaR0YwWVNJN2N6b3dPaUlpTzNNNk1UTTZJbVZ0WVdsc1gyRmtaSEpsYzNNaU8zTTZNRG9pSWp0ek9qRXlPaUp5WldScGNtVmpkRjkxY213aU8zTTZNRG9pSWp0ek9qRXlPaUpsZUhSeVlWOW1hV1ZzWkhNaU8zTTZNRG9pSWp0ek9qRTRPaUpsYldGcGJGOWxlSFJ5WVY5bWFXVnNaSE1pTzNNNk1Eb2lJanR6T2pRNkltaDBiV3dpTzNNNk1Eb2lJanR6T2pFd09pSnVaWGRmZDJsdVpHOTNJanR6T2pBNklpSTdjem94TWpvaVpHbHpZV0pzWlY5dVlXMWxJanR6T2pBNklpSTdjem80T2lKdVlXMWxYMkp2ZUNJN2N6b3dPaUlpTzNNNk9Ub2laVzFoYVd4ZlltOTRJanR6T2pBNklpSTdjem8yT2lKaFkzUnBiMjRpTzNNNk1Eb2lJanR6T2pZNkltWnBaV3hrY3lJN2N6b3dPaUlpTzNNNk5qb2liV1YwYUc5a0lqdHpPalE2SW5CdmMzUWlPM002TVRZNkltbHVkR1ZuY21GMGFXOXVYM1I1Y0dVaU8zTTZOam9pWTNWemRHOXRJanR6T2pRNklteHBjM1FpTzNNNk1Eb2lJanR6T2pFME9pSjBhR0Z1YTE5NWIzVmZjR0ZuWlNJN2N6b3dPaUlpTzNNNk1URTZJbUZqZEdsdmJsOXdZV2RsSWp0ek9qQTZJaUk3ZlhNNk56b2lZMjl1ZEdWdWRDSTdZVG8xT250ek9qVTZJblJwZEd4bElqdHpPak15T2lKVFpXeHNJRUZ1ZVhSb2FXNW5JRmRwZEdnZ1QzQjBhVzFwZW1WUWNtVnpjeUk3Y3pveE1Ub2labTl5YlY5b1pXRmtaWElpTzNNNk9EZzZJa3h2Y21WdElHbHdjM1Z0SUdSdmJHOXlJSE5wZENCaGJXVjBMQ0JqYjI1elpXTjBaWFIxWlhJZ1lXUnBjR2x6WTJsdVp5QmxiR2wwTENCelpXUWdaR2xoYlNCdWIyNTFiVzE1SUc1cFltZ2daWFZwYzIxdlpDNGlPM002TVRFNkltWnZiM1JsY2w5dWIzUmxJanR6T2pZME9pSlpiM1Z5SUdsdVptOXliV0YwYVc5dUlHbHpJREV3TUNVZ2MyVmpkWEpsSUhkcGRHZ2dkWE1nWVc1a0lIZHBiR3dnYm1WMlpYSWdZbVVnYzJoaGNtVmtJanR6T2pFeU9pSnVZVzFsWDJSbFptRjFiSFFpTzNNNk1qUTZJa1Z1ZEdWeUlIbHZkWElnUm1seWMzUWdUbUZ0WlM0dUxpSTdjem94TXpvaVpXMWhhV3hmWkdWbVlYVnNkQ0k3Y3pveU56b2lSVzUwWlhJZ2VXOTFjaUJGYldGcGJDQkJaR1J5WlhOekxpNHVJanQ5Y3pveE16b2ljM1ZpYldsMFgySjFkSFJ2YmlJN1lUbzFOanA3Y3pvMk9pSmlkWFIwYjI0aU8yRTZNRHA3ZlhNNk9Eb2liRzlqWVhScGIyNGlPM002TXpZNkltOXdYMnhwWjJoMFltOTRYMjl3ZEdsdVgyWnZjbTFmYzNWaWJXbDBYMkoxZEhSdmJpSTdjem8zT2lKamIyNTBaVzUwSWp0ek9qQTZJaUk3Y3pvME9pSjBlWEJsSWp0ek9qRTZJakFpTzNNNk5Ub2lhVzFoWjJVaU8zTTZNRG9pSWp0ek9qRXlPaUpsYkdWdFpXNTBYM1I1Y0dVaU8zTTZNRG9pSWp0ek9qUTZJbWh5WldZaU8zTTZNRG9pSWp0ek9qRXdPaUp1WlhkZmQybHVaRzkzSWp0ek9qQTZJaUk3Y3pveU9pSmpZeUk3Y3pvd09pSWlPM002TlRvaVlXeHBaMjRpTzNNNk1Eb2lJanR6T2pRNkluUmxlSFFpTzNNNk1Eb2lJanR6T2prNkluUmxlSFJmYzJsNlpTSTdjem95T2lJek1pSTdjem94TURvaWRHVjRkRjlqYjJ4dmNpSTdjem8zT2lJak1EQXdNREF3SWp0ek9qazZJblJsZUhSZlptOXVkQ0k3Y3pvd09pSWlPM002T1RvaWRHVjRkRjlpYjJ4a0lqdHpPakU2SWpFaU8zTTZNVFE2SW5SbGVIUmZkVzVrWlhKc2FXNWxJanR6T2pBNklpSTdjem94TVRvaWRHVjRkRjlwZEdGc2FXTWlPM002TURvaUlqdHpPakU1T2lKMFpYaDBYMnhsZEhSbGNsOXpjR0ZqYVc1bklqdHpPakU2SWpBaU8zTTZNVE02SW5OMVluUmxlSFJmY0dGdVpXd2lPM002TURvaUlqdHpPamM2SW5OMVluUmxlSFFpTzNNNk1Eb2lJanR6T2pFeU9pSnpkV0owWlhoMFgzTnBlbVVpTzNNNk1Eb2lJanR6T2pFek9pSnpkV0owWlhoMFgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE1qb2ljM1ZpZEdWNGRGOW1iMjUwSWp0ek9qQTZJaUk3Y3pveE1qb2ljM1ZpZEdWNGRGOWliMnhrSWp0ek9qQTZJaUk3Y3pveE56b2ljM1ZpZEdWNGRGOTFibVJsY214cGJtVWlPM002TURvaUlqdHpPakUwT2lKemRXSjBaWGgwWDJsMFlXeHBZeUk3Y3pvd09pSWlPM002TWpJNkluTjFZblJsZUhSZmJHVjBkR1Z5WDNOd1lXTnBibWNpTzNNNk1Eb2lJanR6T2pFM09pSjBaWGgwWDNOb1lXUnZkMTl3WVc1bGJDSTdjem94T2lKWklqdHpPakl3T2lKMFpYaDBYM05vWVdSdmQxOTJaWEowYVdOaGJDSTdjem94T2lJeElqdHpPakl5T2lKMFpYaDBYM05vWVdSdmQxOW9iM0pwZW05dWRHRnNJanR6T2pFNklqQWlPM002TVRjNkluUmxlSFJmYzJoaFpHOTNYMk52Ykc5eUlqdHpPamM2SWlObVptWm1NREFpTzNNNk1UWTZJblJsZUhSZmMyaGhaRzkzWDJKc2RYSWlPM002TVRvaU1DSTdjem94TXpvaWMzUjViR2x1WjE5M2FXUjBhQ0k3Y3pvd09pSWlPM002TVRRNkluTjBlV3hwYm1kZmFHVnBaMmgwSWp0ek9qQTZJaUk3Y3pveU1Eb2ljM1I1YkdsdVoxOWliM0prWlhKZlkyOXNiM0lpTzNNNk56b2lJekF3TURBd01DSTdjem94T1RvaWMzUjViR2x1WjE5aWIzSmtaWEpmYzJsNlpTSTdjem94T2lJeElqdHpPakl4T2lKemRIbHNhVzVuWDJKdmNtUmxjbDl5WVdScGRYTWlPM002TVRvaU5pSTdjem95TWpvaWMzUjViR2x1WjE5aWIzSmtaWEpmYjNCaFkybDBlU0k3Y3pvek9pSXhNREFpTzNNNk1UWTZJbk4wZVd4cGJtZGZaM0poWkdsbGJuUWlPM002TURvaUlqdHpPakV6T2lKemRIbHNhVzVuWDNOb2FXNWxJanR6T2pFNklsa2lPM002TWpnNkluTjBlV3hwYm1kZlozSmhaR2xsYm5SZmMzUmhjblJmWTI5c2IzSWlPM002TnpvaUkyWm1abVl3TUNJN2N6b3lOam9pYzNSNWJHbHVaMTluY21Ga2FXVnVkRjlsYm1SZlkyOXNiM0lpTzNNNk56b2lJMlptWVRBek5TSTdjem94TnpvaVpISnZjRjl6YUdGa2IzZGZjR0Z1Wld3aU8zTTZNVG9pV1NJN2N6b3lNRG9pWkhKdmNGOXphR0ZrYjNkZmRtVnlkR2xqWVd3aU8zTTZNVG9pTVNJN2N6b3lNam9pWkhKdmNGOXphR0ZrYjNkZmFHOXlhWHB2Ym5SaGJDSTdjem94T2lJd0lqdHpPakUyT2lKa2NtOXdYM05vWVdSdmQxOWliSFZ5SWp0ek9qRTZJakVpTzNNNk1UZzZJbVJ5YjNCZmMyaGhaRzkzWDNOd2NtVmhaQ0k3Y3pveE9pSXdJanR6T2pFM09pSmtjbTl3WDNOb1lXUnZkMTlqYjJ4dmNpSTdjem8zT2lJak1EQXdNREF3SWp0ek9qRTVPaUprY205d1gzTm9ZV1J2ZDE5dmNHRmphWFI1SWp0ek9qSTZJalV3SWp0ek9qRTRPaUpwYm5ObGRGOXphR0ZrYjNkZmNHRnVaV3dpTzNNNk1Ub2lXU0k3Y3pveU1Ub2lhVzV6WlhSZmMyaGhaRzkzWDNabGNuUnBZMkZzSWp0ek9qRTZJakFpTzNNNk1qTTZJbWx1YzJWMFgzTm9ZV1J2ZDE5b2IzSnBlbTl1ZEdGc0lqdHpPakU2SWpBaU8zTTZNVGM2SW1sdWMyVjBYM05vWVdSdmQxOWliSFZ5SWp0ek9qRTZJakFpTzNNNk1UazZJbWx1YzJWMFgzTm9ZV1J2ZDE5emNISmxZV1FpTzNNNk1Ub2lNU0k3Y3pveE9Eb2lhVzV6WlhSZmMyaGhaRzkzWDJOdmJHOXlJanR6T2pjNklpTm1abVptTURBaU8zTTZNakE2SW1sdWMyVjBYM05vWVdSdmQxOXZjR0ZqYVhSNUlqdHpPakk2SWpVd0lqdDlmWE02TVRJNkltaDBiV3hmWTI5dWRHVnVkQ0k3WVRveE9udHpPamM2SW1OdmJuUmxiblFpTzNNNk1Eb2lJanQ5ZlE9PSI7czoxMzoiZXhpdF9yZWRpcmVjdCI7czo4ODoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSjFjbXdpTzNNNk1Eb2lJanR6T2pjNkltMWxjM05oWjJVaU8zTTZNRG9pSWp0OSI7czoxNDoib25lX3RpbWVfb2ZmZXIiO3M6MTg4OiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdHpPalE2SW5ScGJXVWlPMkU2TkRwN2N6bzBPaUprWVhseklqdHpPakE2SWlJN2N6bzFPaUpvYjNWeWN5STdjem93T2lJaU8zTTZOem9pYldsdWRYUmxjeUk3Y3pvd09pSWlPM002TnpvaWMyVmpiMjVrY3lJN2N6b3dPaUlpTzMxOSI7czoxNDoibGF1bmNoX2dhdGV3YXkiO3M6ODoiWWpvd093PT0iO3M6MTM6ImxhdW5jaF9mdW5uZWwiO3M6MTkyOiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem81T2lKbWRXNXVaV3hmYVdRaU8zTTZNVG9pTWlJN2N6b3hOam9pWjJGMFpYZGhlVjl2ZG1WeWNtbGtaU0k3WVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvNE9pSnlaV1JwY21WamRDSTdjem93T2lJaU8zTTZORG9pWTI5a1pTSTdjem93T2lJaU8zMTkiO30='),(23,'Help & Faq Page',4,'Support hub page for your business|http://www.thetradingroom.com/wp-content/uploads/2014/03/screenshot_template.jpg','jpg','YToxOntzOjQ6ImJvZHkiO2E6Mzp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM3OiJwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTE6IltpbWFnZXMgc3R5bGU9IjAiIGltYWdlPSJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9UZWFtMTEucG5nIiBjdXN0b21fd2lkdGg9IlkiIHdpZHRoPSIxNTAiIGN1c3RvbV93aWR0aF92YWw9IjEwMCIgYWxpZ249ImNlbnRlciIgdG9wX21hcmdpbj0iMCIgZnVsbF93aWR0aD0iWSJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxMjE6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSI2MCIgZm9udF9mb250PSJQYWNpZmljbyIgYWxpZ249ImNlbnRlciIgYm90dG9tX21hcmdpbj0iMjAiXUhvdyBDYW4gV2UgSGVscCBZb3U/Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3NToiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjE3IiBmb250X3N0eWxlPSJub3JtYWwiIGZvbnRfY29sb3I9IiMzMzMzMzMiIGFsaWduPSJjZW50ZXIiXUlmIHlvdSBuZWVkIGhlbHAgd2l0aCBhbiBPcHRpbWl6ZVByZXNzIHByb2R1Y3QsIHlvdSdyZSBpbiB0aGUgcmlnaHQgcGxhY2VbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo1NjoiZXlKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO31pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTcyOiJiYWNrZ3JvdW5kOiNmN2Y3Zjc7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbTowcHg7Ym9yZGVyLXRvcC13aWR0aDoxcHg7Ym9yZGVyLWJvdHRvbS13aWR0aDoxcHg7Ym9yZGVyLXN0eWxlOnNvbGlkO2JvcmRlci10b3AtY29sb3I6I2ViZWJlYjtib3JkZXItYm90dG9tLWNvbG9yOiNlYmViZWI7IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo2MDA6IltmZWF0dXJlX2Jsb2NrIHN0eWxlPSJpY29uIiBjb2x1bW5zPSIzIiBpY29uX3N0eWxlPSJpY29uIl1bZmVhdHVyZSB0aXRsZT0iRG93bmxvYWQgSXNzdWVzIiBpY29uPSIzNzEucG5nIiBiZ19jb2xvcj0iIl1JZiB5b3UgaGF2ZSBwcm9ibGVtcyBkb3dubG9hZGluZyBvdXIgc29mdHdhcmUsIHlvdSBjYW4gPGEgaHJlZj0iIyI+Y2xpY2sgaGVyZTwvYT4gZm9yIGhlbHBbL2ZlYXR1cmVdIFtmZWF0dXJlIHRpdGxlPSJPdXIgU3VjY2VzcyBDaGVja2xpc3RzIiBpY29uPSJQYXktUGVyLUNsaWNrLnBuZyIgYmdfY29sb3I9IiJdSWYgeW91IG5lZWQgaGVscCBnZXR0aW5nIHN0YXJ0ZWQsIGZvbGxvdyBvdXIgc3VjY2VzcyBjaGVja2xpc3RzIC0gPGEgaHJlZj0iIyI+ZG93bmxvYWQgdGhlbSBoZXJlPC9hPlsvZmVhdHVyZV0gW2ZlYXR1cmUgdGl0bGU9Ik9yZGVyaW5nIFByb2JsZW1zIiBpY29uPSJFLUNvbW1lcmNlLVNvbHV0aW9ucy5wbmciIGJnX2NvbG9yPSIiXUlmIHlvdSdyZSBoYXZpbmcgcHJvYmxlbXMgb3JkZXJpbmcgT3B0aW1pemVQcmVzcywgeW91IDxhIGhyZWY9IiMiPmNhbiBnZXQgaGVscCBoZXJlPC9hPlsvZmVhdHVyZV0gWy9mZWF0dXJlX2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxNTI6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObU4yWTNaamNpTENKd1lXUmthVzVuVkc5d0lqb2lNekFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTUNJc0ltSnZjbVJsY2xkcFpIUm9Jam9pTVNJc0ltSnZjbVJsY2tOdmJHOXlJam9pSTJWaVpXSmxZaUo5Ijt9aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoyMDoicGFkZGluZy1ib3R0b206MjBweDsiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMDk6Ilt0ZXh0X2Jsb2NrIHN0eWxlPSJzdHlsZV8xLnBuZyIgYWxpZ249ImxlZnQiIHdpZHRoPSI0NjAiXTxoMz48YSBocmVmPSIjIj5IZWxwIHdpdGggT3B0aW1pemVQcmVzcyBQcm9kdWN0czwvYT48L2gzPgo8dWw+Cgk8bGk+SG93IGRvIEkgY3JlYXRlIGEgbmV3IHBhZ2UgaW4gT3B0aW1pemVQcmVzcyAyLjA8L2xpPgoJPGxpPkNhbiBJIGNyZWF0ZSBhIHNhbGVzIHBhZ2Ugd2l0aCBPcHRpbWl6ZVByZXNzPC9saT4KCTxsaT5XaGF0IGlzIHRoZSBiZXN0IHdheSB0byBidWlsZCBhIG1lbWJlcnNoaXAgcGFnZTwvbGk+CjwvdWw+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzQzOiJbdGV4dF9ibG9jayBzdHlsZT0ic3R5bGVfMS5wbmciIGFsaWduPSJsZWZ0IiB3aWR0aD0iNDYwIl08aDM+PGEgaHJlZj0iIyI+QW5vdGhlciBIZWxwIENhdGVnb3J5IFdvdWxkIEdvIEhlcmU8L2E+PC9oMz4KPHVsPgoJPGxpPkxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaXNjaW5nIGVsaXQuPC9saT4KCTxsaT5GdXNjZSBhdCBuaXNsIGFsaXF1ZXQgc2FwaWVuIGZyaW5naWxsYSB2YXJpdXMgc2l0IGFtZXQgZWdldCBkaWFtLjwvbGk+Cgk8bGk+UHJvaW4gdml0YWUgbmVxdWUgcXVpcyB2ZWxpdCBwb3J0dGl0b3IgZWxlaWZlbmQuPC9saT4KPC91bD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMjU6Ilt0ZXh0X2Jsb2NrIHN0eWxlPSJzdHlsZV8xLnBuZyIgYWxpZ249ImxlZnQiIHdpZHRoPSI0NjAiXTxoMz48YSBocmVmPSIjIj5CaWxsaW5nICZhbXA7IEFjY291bnQgUXVlc3Rpb25zPC9hPjwvaDM+Cjx1bD4KCTxsaT5VdCBzZWQgbGlndWxhIGEgZHVpIG1vbGxpcyBhdWN0b3IuPC9saT4KCTxsaT5GdXNjZSBxdWlzIGF1Z3VlIHZlbCBsYWN1cyB0ZW1wb3IgdWxsYW1jb3JwZXIgdXQgcGxhY2VyYXQgcmlzdXMuPC9saT4KCTxsaT5Eb25lYyBxdWlzIHJpc3VzIHZhcml1cywgZmVybWVudHVtIG1ldHVzIGEsIGVnZXN0YXMgZXJhdC48L2xpPgo8L3VsPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjM1NDoiW3RleHRfYmxvY2sgc3R5bGU9InN0eWxlXzEucG5nIiBhbGlnbj0ibGVmdCIgd2lkdGg9IjQ2MCJdPGgzPjxhIGhyZWY9IiMiPlRoaXMgQ291bGQgQmUgQW5vdGhlciBIZWxwIENhdGVnb3J5PC9hPjwvaDM+Cjx1bD4KCTxsaT5Qcm9pbiBxdWlzIG5pc2wgdGluY2lkdW50LCBjb25zZXF1YXQgZHVpIG5lYywgZWxlbWVudHVtIHRvcnRvci48L2xpPgoJPGxpPlNlZCBlZ2V0IGVyb3Mgb3JuYXJlLCBydXRydW0gdXJuYSBldSwgYWNjdW1zYW4gbWF1cmlzLjwvbGk+Cgk8bGk+RXRpYW0gc2l0IGFtZXQgdG9ydG9yIGx1Y3R1cywgcmhvbmN1cyBvcmNpIHZlbCwgZGFwaWJ1cyB0dXJwaXMuPC9saT4KPC91bD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fXM6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjMyOiJleUp3WVdSa2FXNW5RbTkwZEc5dElqb2lNakFpZlE9PSI7fX19','YToxODp7czoxMzoiaGVhZGVyX2xheW91dCI7czoxMDcyOiJZVG94TURwN2N6bzBPaUpzYjJkdklqdHpPamM0T2lKb2RIUndPaTh2ZDNkM0xuUm9aWFJ5WVdScGJtZHliMjl0TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TkM4d015OVRZVzF3YkdWTWIyZHZMVVJoY21zM01TNXdibWNpTzNNNk5Ub2lZbWRwYldjaU8zTTZNRG9pSWp0ek9qRXhPaUp5WlhCbFlYUmlaMmx0WnlJN2N6b3dPaUlpTzNNNk56b2lZbWRqYjJ4dmNpSTdjem8zT2lJalpqQmxabVl3SWp0ek9qRXdPaUpzYVc1clgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE16b2liV1Z1ZFMxd2IzTnBkR2x2YmlJN2N6bzVPaUpoYkc5dVozTnBaR1VpTzNNNk56b2laVzVoWW14bFpDSTdjem94T2lKT0lqdHpPakV6T2lKdVlYWmZZbUZ5WDJGaWIzWmxJanRoT2pjNmUzTTZOem9pWlc1aFlteGxaQ0k3Y3pveE9pSk9JanR6T2pNNkltNWhkaUk3Y3pvd09pSWlPM002TVRFNkltWnZiblJmYzJoaFpHOTNJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjkzWldsbmFIUWlPM002TURvaUlqdHpPams2SW1admJuUmZjMmw2WlNJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZlptRnRhV3g1SWp0ek9qQTZJaUk3Y3pvME9pSnNiMmR2SWp0ek9qQTZJaUk3ZlhNNk1UTTZJbTVoZGw5aVlYSmZZbVZzYjNjaU8yRTZOenA3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWs0aU8zTTZNem9pYm1GMklqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOXphR0ZrYjNjaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzZGxhV2RvZENJN2N6b3dPaUlpTzNNNk9Ub2labTl1ZEY5emFYcGxJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjltWVcxcGJIa2lPM002TURvaUlqdHpPalE2SW14dloyOGlPM002TURvaUlqdDljem94TnpvaWJtRjJYMkpoY2w5aGJHOXVaM05wWkdVaU8yRTZOanA3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWs0aU8zTTZNem9pYm1GMklqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOXphR0ZrYjNjaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzZGxhV2RvZENJN2N6b3dPaUlpTzNNNk9Ub2labTl1ZEY5emFYcGxJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjltWVcxcGJIa2lPM002TURvaUlqdDlmUT09IjtzOjEwOiJtZW1iZXJzaGlwIjtzOjg6Illqb3dPdz09IjtzOjU6InRoZW1lIjtzOjY4OiJZVG95T250ek9qUTZJblI1Y0dVaU8zTTZPVG9pYldGeWEyVjBhVzVuSWp0ek9qTTZJbVJwY2lJN2N6b3hPaUl4SWp0OSI7czoxMjoiZmVhdHVyZV9hcmVhIjtzOjEyMDoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvME9pSjBlWEJsSWp0cE9qRTdjem80T2lKelpYUjBhVzVuY3lJN1lUb3hPbnR6T2pFeU9pSm1iMjUwWDI5d2RHbHZibk1pTzJFNk1EcDdmWDE5IjtzOjEzOiJmZWF0dXJlX3RpdGxlIjtzOjY0OiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8xT2lKMGFYUnNaU0k3Y3pvd09pSWlPMzA9IjtzOjExOiJmb290ZXJfYXJlYSI7czozNjA6IllUbzRPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNVG9pTXlJN2N6b3hNVG9pWm05dWRGOXphR0ZrYjNjaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzZGxhV2RvZENJN2N6b3dPaUlpTzNNNk9Ub2labTl1ZEY5emFYcGxJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjltWVcxcGJIa2lPM002TURvaUlqdHpPakV5T2lKc1lYSm5aVjltYjI5MFpYSWlPMkU2TVRwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPMzF6T2pFM09pSm1iMjkwWlhKZlpHbHpZMnhoYVcxbGNpSTdZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8zT2lKdFpYTnpZV2RsSWp0ek9qQTZJaUk3ZlgwPSI7czoyMToiY29sb3Jfc2NoZW1lX3RlbXBsYXRlIjtzOjg6Illqb3dPdz09IjtzOjEwOiJ0eXBvZ3JhcGh5IjtzOjE1NTI6IllUb3lPbnR6T2pFek9pSm1iMjUwWDJWc1pXMWxiblJ6SWp0aE9qazZlM002TVRBNkluTnBkR1ZmZEdsMGJHVWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakE2SWlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem8zT2lKMFlXZHNhVzVsSWp0aE9qUTZlM002TkRvaWMybDZaU0k3Y3pvd09pSWlPM002TkRvaVptOXVkQ0k3Y3pvd09pSWlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk56b2laR1ZtWVhWc2RDSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNam9pTVRVaU8zTTZORG9pWm05dWRDSTdjem94TlRvaVUyOTFjbU5sSUZOaGJuTWdVSEp2SWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem8zT2lJak5tVTJaVFpsSWp0OWN6b3lPaUpvTVNJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk5qb2lUSFZqYVdSaElqdHpPalU2SW5OMGVXeGxJanR6T2pBNklpSTdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPMzF6T2pJNkltZ3lJanRoT2pRNmUzTTZORG9pYzJsNlpTSTdjem95T2lJeU1DSTdjem8wT2lKbWIyNTBJanR6T2pFMU9pSlRiM1Z5WTJVZ1UyRnVjeUJRY204aU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWE02TWpvaWFETWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakk2SWpFNElqdHpPalE2SW1admJuUWlPM002TVRVNklsTnZkWEpqWlNCVFlXNXpJRkJ5YnlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TnpvaUl6UXdOREEwTUNJN2ZYTTZNam9pYURRaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qQTZJaUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTlNJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1Eb2lJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzMxek9qSTZJbWcySWp0aE9qUTZlM002TkRvaWMybDZaU0k3Y3pvd09pSWlPM002TkRvaVptOXVkQ0k3Y3pvd09pSWlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3Zlgxek9qRTBPaUpqYjJ4dmNsOWxiR1Z0Wlc1MGN5STdZVG8yT250ek9qRTNPaUptYjI5MFpYSmZkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPM002TVRjNkltWnZiM1JsY2w5c2FXNXJYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3lNem9pWm05dmRHVnlYMnhwYm10ZmFHOTJaWEpmWTI5c2IzSWlPM002TURvaUlqdHpPakU0T2lKbVpXRjBkWEpsWDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTRPaUptWldGMGRYSmxYMnhwYm10ZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pJME9pSm1aV0YwZFhKbFgyeHBibXRmYUc5MlpYSmZZMjlzYjNJaU8zTTZNRG9pSWp0OWZRPT0iO3M6MjE6ImNvbG9yX3NjaGVtZV9hZHZhbmNlZCI7czoyNDg0OiJZVG8zT250ek9qRXpPaUp1WVhaZlltRnlYMkZpYjNabElqdGhPakV3T250ek9qRXpPaUp1WVhaZlltRnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hNVG9pYm1GMlgySmhjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRTVPaUp1WVhaZlltRnlYMmh2ZG1WeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE56b2libUYyWDJKaGNsOW9iM1psY2w5bGJtUWlPM002TURvaUlqdHpPakV3T2lKdVlYWmZZbUZ5WDJKbklqdHpPakE2SWlJN2N6b3lNam9pYm1GMlgySmhjbDlpWjE5b2IzWmxjbDl6ZEdGeWRDSTdjem93T2lJaU8zTTZNVFU2SW01aGRsOWlZWEpmWkdSZmJHbHVheUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlpHUmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRXlPaUp1WVhaZlltRnlYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRXpPaUp1WVhaZlltRnlYMmh2ZG1WeUlqdHpPakE2SWlJN2ZYTTZNVE02SW01aGRsOWlZWEpmWW1Wc2IzY2lPMkU2TVRBNmUzTTZNVE02SW01aGRsOWlZWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakV4T2lKdVlYWmZZbUZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVGs2SW01aGRsOWlZWEpmYUc5MlpYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRTNPaUp1WVhaZlltRnlYMmh2ZG1WeVgyVnVaQ0k3Y3pvd09pSWlPM002TVRBNkltNWhkbDlpWVhKZlltY2lPM002TURvaUlqdHpPakl5T2lKdVlYWmZZbUZ5WDJKblgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TlRvaWJtRjJYMkpoY2w5a1pGOXNhVzVySWp0ek9qQTZJaUk3Y3pveE5qb2libUYyWDJKaGNsOWtaRjlvYjNabGNpSTdjem93T2lJaU8zTTZNVEk2SW01aGRsOWlZWEpmYkdsdWF5STdjem93T2lJaU8zTTZNVE02SW01aGRsOWlZWEpmYUc5MlpYSWlPM002TURvaUlqdDljem94TnpvaWJtRjJYMkpoY2w5aGJHOXVaM05wWkdVaU8yRTZOenA3Y3pveE1Eb2libUYyWDJKaGNsOWlaeUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlltZGZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qSXdPaUp1WVhaZlltRnlYMkpuWDI1aGRsOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRTFPaUp1WVhaZlltRnlYMlJrWDJ4cGJtc2lPM002TURvaUlqdHpPakUyT2lKdVlYWmZZbUZ5WDJSa1gyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1USTZJbVpsWVhSMWNtVmZZWEpsWVNJN1lUbzNPbnR6T2pFek9pSm1aV0YwZFhKbFgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2labVZoZEhWeVpWOWxibVFpTzNNNk1Eb2lJanR6T2pFd09pSjBaWGgwWDJOdmJHOXlJanR6T2pBNklpSTdjem94TURvaWJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TVRZNklteHBibXRmYUc5MlpYSmZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMXpPakk2SW1KbklqdHpPakE2SWlJN2N6b3hNRG9pWW1kZmIzQjBhVzl1Y3lJN2N6b3dPaUlpTzMxek9qRXpPaUptWldGMGRYSmxYM1JwZEd4bElqdGhPak02ZTNNNk1UazZJbVpsWVhSMWNtVmZkR2wwYkdWZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSm1aV0YwZFhKbFgzUnBkR3hsWDJWdVpDSTdjem93T2lJaU8zTTZNalE2SW1abFlYUjFjbVZmZEdsMGJHVmZkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPMzF6T2pZNkltWnZiM1JsY2lJN1lUbzFPbnR6T2pFeU9pSm1iMjkwWlhKZmMzUmhjblFpTzNNNk56b2lJekZtTVdZeFppSTdjem94TURvaVptOXZkR1Z5WDJWdVpDSTdjem8zT2lJak1XWXhaakZtSWp0ek9qRTNPaUptYjI5MFpYSmZkR1Y0ZEY5amIyeHZjaUk3Y3pvM09pSWpabVptWm1abUlqdHpPakUzT2lKbWIyOTBaWEpmYkdsdWExOWpiMnh2Y2lJN1lUb3lPbnR6T2pVNkltTnZiRzl5SWp0ek9qYzZJaU5tWm1abVptWWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6b3dPaUlpTzMxek9qSXpPaUptYjI5MFpYSmZiR2x1YTE5b2IzWmxjbDlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPamM2SWlObU1HWXdaakFpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMTljem8wT2lKd1lXZGxJanRoT2pRNmUzTTZNVEk2SW5KbGNHVmhkR2x1WjE5aVp5STdjem93T2lJaU8zTTZPRG9pWW1kZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFd09pSnNhVzVyWDJOdmJHOXlJanRoT2pJNmUzTTZOVG9pWTI5c2IzSWlPM002TnpvaUl6VXdPVE5pT1NJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TVRZNklteHBibXRmYUc5MlpYSmZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6bzNPaUlqTlRBNU0ySTVJanR6T2pFMU9pSjBaWGgwWDJSbFkyOXlZWFJwYjI0aU8zTTZNRG9pSWp0OWZYMD0iO3M6MTU6Im1vYmlsZV9yZWRpcmVjdCI7czo2MDoiWVRveU9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSjFjbXdpTzNNNk1Eb2lJanQ5IjtzOjM6InNlbyI7czoxMDA6IllUb3pPbnR6T2pVNkluUnBkR3hsSWp0ek9qQTZJaUk3Y3pveE1Ub2laR1Z6WTNKcGNIUnBiMjRpTzNNNk1Eb2lJanR6T2pnNkltdGxlWGR2Y21SeklqdHpPakE2SWlJN2ZRPT0iO3M6Nzoic2NyaXB0cyI7czo4ODoiWVRveE9udHBPakE3WVRveU9udHpPamc2SW5CdmMybDBhVzl1SWp0ek9qWTZJbWhsWVdSbGNpSTdjem8yT2lKelkzSnBjSFFpTzNNNk1Eb2lJanQ5ZlE9PSI7czo4OiJmYl9zaGFyZSI7czoxMjQ6IllUbzBPbnR6T2pVNkluUnBkR3hsSWp0ek9qQTZJaUk3Y3pveE1Ub2laR1Z6WTNKcGNIUnBiMjRpTzNNNk1Eb2lJanR6T2pVNkltbHRZV2RsSWp0ek9qQTZJaUk3Y3pvNE9pSnNhV3RsWDNWeWJDSTdjem93T2lJaU8zMD0iO3M6ODoibGlnaHRib3giO3M6ODoiWWpvd093PT0iO3M6MTM6ImV4aXRfcmVkaXJlY3QiO3M6ODg6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUoxY213aU8zTTZNRG9pSWp0ek9qYzZJbTFsYzNOaFoyVWlPM002TURvaUlqdDkiO3M6MTQ6Im9uZV90aW1lX29mZmVyIjtzOjE4ODoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSjFjbXdpTzNNNk1Eb2lJanR6T2pRNkluUnBiV1VpTzJFNk5EcDdjem8wT2lKa1lYbHpJanR6T2pBNklpSTdjem8xT2lKb2IzVnljeUk3Y3pvd09pSWlPM002TnpvaWJXbHVkWFJsY3lJN2N6b3dPaUlpTzNNNk56b2ljMlZqYjI1a2N5STdjem93T2lJaU8zMTkiO3M6MTQ6ImxhdW5jaF9nYXRld2F5IjtzOjg6Illqb3dPdz09IjtzOjEzOiJsYXVuY2hfZnVubmVsIjtzOjE5MjoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvNU9pSm1kVzV1Wld4ZmFXUWlPM002TVRvaU1pSTdjem94TmpvaVoyRjBaWGRoZVY5dmRtVnljbWxrWlNJN1lUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzRPaUp5WldScGNtVmpkQ0k3Y3pvd09pSWlPM002TkRvaVkyOWtaU0k3Y3pvd09pSWlPMzE5Ijt9'),(24,'Homepage ATM Page',6,'Homepage ATM opt-in - great for using as a home page|http://www.thetradingroom.com/wp-content/uploads/2014/03/homepage_atm.jpg','jpg','YToxOntzOjQ6ImJvZHkiO2E6Mjp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTc2OiJiYWNrZ3JvdW5kOiMzZTUxNmE7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjM2U1MTZhKSwgY29sb3Itc3RvcCgxMDAlLCAjMzI0MDUzKSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICMzZTUxNmEgMCUsICMzMjQwNTMgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICMzZTUxNmEgMCUsICMzMjQwNTMgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgIzNlNTE2YSAwJSwgIzMyNDA1MyAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICMzZTUxNmEgMCUsICMzMjQwNTMgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjM2U1MTZhIDAlLCAjMzI0MDUzIDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jM2U1MTZhLCBlbmRDb2xvcnN0cj0jMzI0MDUzLCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy1ib3R0b206MjBweDsiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6Mjk6InR3by1maWZ0aHMgY29sdW1uIGNvbHMgbmFycm93IjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzg6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSI0NSIgZm9udF9mb250PSJTb3VyY2UgU2FucyBQcm8iIGZvbnRfc3R5bGU9ImJvbGQiIGZvbnRfY29sb3I9IiNmZmZmZmYiIGZvbnRfc2hhZG93PSJkYXJrIiBhbGlnbj0ibGVmdCJdU2ltcGxpZnkgWW91ciA8YnIgLz5TaXRlIEJ1aWxkaW5nWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI2MjoiW3RleHRfYmxvY2sgc3R5bGU9InN0eWxlXzEucG5nIiBhbGlnbj0ibGVmdCIgZm9udF9zaXplPSIxOSIgZm9udF9jb2xvcj0iI2ZmZmZmZiIgYm90dG9tX3BhZGRpbmc9IjEwIiBib3R0b21fbWFyZ2luPSIwIiB3aWR0aD0iMzY0IiBsaW5lX2hlaWdodD0iMjYiXUVhc2lseSBjcmVhdGUgc2l0ZXMgdG8gY29sbGVjdCBsZWFkcywgc2VsbCB5b3VyIHByb2R1Y3RzIGFuZCBkZWxpdmVyIHlvdXIgb25saW5lIGNvdXJzZXMgYW5kIHRyYWluaW5nWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTIyNDoiW29wdGluX2JveCBzdHlsZT0iNyIgYWxpZ25tZW50PSJjZW50ZXIiIGRpc2FibGVfbmFtZT0iWSIgZW1haWxfZGVmYXVsdD0iWW91ciBlbWFpbCBhZGRyZXNzIiBpbnRlZ3JhdGlvbl90eXBlPSJlbWFpbCIgbmFtZV9kZWZhdWx0PSJFbnRlciB5b3VyIGZpcnN0IG5hbWUiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT0iaGVhZGxpbmUiXUhlcmUncyBUaGUgSGVhZGxpbmUgRm9yIFRoZSBCb3hbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9InBhcmFncmFwaCJdTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2NpbmcgZWxpdC4gRG9uZWMgdmVsIG51bmMgbm9uIGxhY3VzIHZlbmVuYXRpcyBjb21tb2RvLlsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT0icHJpdmFjeSJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT0idG9wX2NvbG9yIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPSIxIiB0ZXh0PSJHZXQgU3RhcnRlZCBOb3ciIHRleHRfc2l6ZT0iMjYiIHRleHRfY29sb3I9IiNmZmZmZmYiIHRleHRfZm9udD0iU291cmNlIFNhbnMgUHJvO2dvb2dsZSIgdGV4dF9ib2xkPSJZIiB0ZXh0X3NoYWRvd19wYW5lbD0iWSIgdGV4dF9zaGFkb3dfdmVydGljYWw9IjEiIHRleHRfc2hhZG93X2NvbG9yPSIjN2UzYjE1IiBzdHlsaW5nX3dpZHRoPSIxMDAiIHN0eWxpbmdfaGVpZ2h0PSIxNCIgc3R5bGluZ19ib3JkZXJfY29sb3I9IiNlMTgxM2QiIHN0eWxpbmdfYm9yZGVyX3NpemU9IjEiIHN0eWxpbmdfYm9yZGVyX3JhZGl1cz0iNiIgc3R5bGluZ19ib3JkZXJfb3BhY2l0eT0iMTAwIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPSIjZmZhMTAwIiBzdHlsaW5nX2dyYWRpZW50X2VuZF9jb2xvcj0iI2ZmNmIzNSIgZHJvcF9zaGFkb3dfcGFuZWw9Ik4iIGluc2V0X3NoYWRvd19wYW5lbD0iWSIgaW5zZXRfc2hhZG93X3ZlcnRpY2FsPSIxIiBpbnNldF9zaGFkb3dfc3ByZWFkPSIxIiBpbnNldF9zaGFkb3dfY29sb3I9IiNmZmM2MjkiIGluc2V0X3NoYWRvd19vcGFjaXR5PSI1MCIgbG9jYXRpb249Im9wdGluX2JveF9zdHlsZV83IiBidXR0b25fYmVsb3c9IlkiXUdldCBTdGFydGVkIE5vd1svb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjExOiJbdmlkZW9fcGxheWVyIHR5cGU9InVybCIgd2lkdGg9IjUzMCIgaGVpZ2h0PSIyOTgiIGFsaWduPSJyaWdodCIgbWFyZ2luX3RvcD0iMCIgbWFyZ2luX2JvdHRvbT0iMCIgYm9yZGVyX3NpemU9IjUiIGJvcmRlcl9jb2xvcj0iIzMyNDA1MyJdYUhSMGNEb3ZMMjl3TFhOMGFXNW5Mbk16TG1GdFlYcHZibUYzY3k1amIyMHZUM1YwY0hWMExtMXdOQT09Wy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fXM6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjExNjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU16WlRVeE5tRWlMQ0ppWVdOclozSnZkVzVrUTI5c2IzSkZibVFpT2lJak16STBNRFV6SWl3aWNHRmtaR2x1WjBKdmRIUnZiU0k2SWpJd0luMD0iO31pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozOToicm93IGZvdXItY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czo1OTM6ImJhY2tncm91bmQ6I2ZhZmFmYTtiYWNrZ3JvdW5kOi13ZWJraXQtZ3JhZGllbnQobGluZWFyLCBsZWZ0IHRvcCwgbGVmdCBib3R0b20sIGNvbG9yLXN0b3AoMCUsICNmYWZhZmEpLCBjb2xvci1zdG9wKDEwMCUsICNmNWY1ZjUpKTtiYWNrZ3JvdW5kOi13ZWJraXQtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZhZmFmYSAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1tb3otbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZhZmFmYSAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1tcy1saW5lYXItZ3JhZGllbnQodG9wLCAjZmFmYWZhIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW8tbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZhZmFmYSAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOmxpbmVhci1ncmFkaWVudCh0byBib3R0b20sICNmYWZhZmEgMCUsICNmNWY1ZjUgMTAwJSk7ZmlsdGVyOnByb2dpZDpEWEltYWdlVHJhbnNmb3JtLk1pY3Jvc29mdC5ncmFkaWVudChzdGFydENvbG9yc3RyPSNmYWZhZmEsIGVuZENvbG9yc3RyPSNmNWY1ZjUsIEdyYWRpZW50VHlwZT0wKTtwYWRkaW5nLXRvcDozMHB4O3BhZGRpbmctYm90dG9tOjEwcHg7IjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI5OiJvbmUtZm91cnRoIGNvbHVtbiBjb2xzIG5hcnJvdyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzU6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSIyMCIgYWxpZ249ImxlZnQiXUZlYXR1cmVkIFByb2R1Y3RbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTc1OiJbdGV4dF9ibG9jayBzdHlsZT0ic3R5bGVfMS5wbmciIGFsaWduPSJsZWZ0IiB3aWR0aD0iMjIwIl1Zb3UgY2FuIGluY2x1ZGUgaW5mb3JtYXRpb24gYWJvdXQgeW91ciBmZWF0dXJlZCBwcm9kdWN0IGhlcmUgd2l0aCBhIDxhIGhyZWY9IiMiPmxpbmsgdG8geW91ciBwcm9kdWN0IDwvYT5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6Mjk6Im9uZS1mb3VydGggY29sdW1uIGNvbHMgbmFycm93IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4MDoiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjIwIiBhbGlnbj0ibGVmdCJdQ3VzdG9tZXIgVGVzdGltb25pYWxzWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIzMDoiW3RleHRfYmxvY2sgc3R5bGU9InN0eWxlXzEucG5nIiBhbGlnbj0ibGVmdCIgd2lkdGg9IjIyMCJdIkkgcmVhbGx5IGxpa2VkIHRoaXMgcHJvZHVjdCwgaXQgaGVscGVkIG1lIGdldCBzdGFydGVkIHdpdGggcGhvdG9ncmFwaHkgbGlrZSBJIGhhZCBhbHdheXMgZHJlYW1lZCBvZiEiCjxlbT4tLSA8c3Ryb25nPlNhcmFoIFdpbGxpYW1zLDwvc3Ryb25nPiBUaGUgQ29tcGFueSA8L2VtPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjI7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToib25lLWZvdXJ0aCBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjk3OiJbaGVhZGxpbmUgc3R5bGU9IjEiIGZvbnRfc2l6ZT0iMjAiIGFsaWduPSJsZWZ0IiBib3R0b21fbWFyZ2luPSIxNSJdTmV3c8KgRnJvbSBPdXIgQmxvZ1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1MzoiW3JlY2VudF9wb3N0cyBzdHlsZT0iMSIgcG9zdHNfbnVtPSIxIl1bL3JlY2VudF9wb3N0c10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjM7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToib25lLWZvdXJ0aCBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjEzMToiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjIwIiBmb250X2ZvbnQ9IlNvdXJjZSBTYW5zIFBybyIgYWxpZ249ImxlZnQiIGJvdHRvbV9tYXJnaW49IjE1Il1Gb2xsb3cgTWUgT24KU29jaWFsIE1lZGlhWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0MzoiW3RleHRfYmxvY2sgc3R5bGU9InN0eWxlXzEucG5nIiBhbGlnbj0ibGVmdCIgYm90dG9tX3BhZGRpbmc9IjEwIiBib3R0b21fbWFyZ2luPSIwIiB3aWR0aD0iMjIwIl1Gb2xsb3cgbWUgb24gdGhlc2Ugc29jaWFsIG5ldHdvcmtzLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjEwNTc6Ilt0ZXh0X2Jsb2NrIHN0eWxlPSJzdHlsZV8xLnBuZyIgYWxpZ249ImxlZnQiIGZvbnRfc2l6ZT0iMTciIHdpZHRoPSIyMjAiXTxhIGhyZWY9Imh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2ZhY2Vib29rX2ljb24xMS5naWYiPjxpbWcgY2xhc3M9ImFsaWdubm9uZSBzaXplLWZ1bGwgd3AtaW1hZ2UtNzQ2NiIgYWx0PSJmYWNlYm9va19pY29uMSIgc3JjPSJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9mYWNlYm9va19pY29uMTEuZ2lmIiB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIC8+PC9hPsKgPGltZyBjbGFzcz0iYWxpZ25ub25lIHNpemUtZnVsbCB3cC1pbWFnZS03NDY4IiBhbHQ9InR3aXR0ZXJfaWNvbjEiIHNyYz0iaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvdHdpdHRlcl9pY29uMTEuZ2lmIiB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIC8+wqA8YSBocmVmPSJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9nb29nbGVfaWNvbjExLmdpZiI+PGltZyBjbGFzcz0iYWxpZ25ub25lIHNpemUtZnVsbCB3cC1pbWFnZS03NDY5IiBhbHQ9Imdvb2dsZV9pY29uMSIgc3JjPSJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9nb29nbGVfaWNvbjExLmdpZiIgd2lkdGg9IjQ4IiBoZWlnaHQ9IjQ4IiAvPjwvYT7CoDxhIGhyZWY9Imh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL3lvdXR1YmVfaWNvbjExLmdpZiI+PGltZyBjbGFzcz0iYWxpZ25ub25lIHNpemUtZnVsbCB3cC1pbWFnZS03NDY3IiBhbHQ9InlvdXR1YmVfaWNvbjEiIHNyYz0iaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMveW91dHViZV9pY29uMTEuZ2lmIiB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIC8+PC9hPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTQwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZV1poWm1FaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpWbU5XWTFJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqTXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJakV3SW4wPSI7fX19','YToxODp7czoxMzoiaGVhZGVyX2xheW91dCI7czoxMTA4OiJZVG94TURwN2N6bzBPaUpzYjJkdklqdHpPamM0T2lKb2RIUndPaTh2ZDNkM0xuUm9aWFJ5WVdScGJtZHliMjl0TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TkM4d015OVRZVzF3YkdWTWIyZHZMVVJoY21zeE15NXdibWNpTzNNNk5Ub2lZbWRwYldjaU8zTTZNRG9pSWp0ek9qRXhPaUp5WlhCbFlYUmlaMmx0WnlJN2N6b3dPaUlpTzNNNk56b2lZbWRqYjJ4dmNpSTdjem8zT2lJalpqQmxabVl3SWp0ek9qRXdPaUpzYVc1clgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE16b2liV1Z1ZFMxd2IzTnBkR2x2YmlJN2N6bzVPaUpoYkc5dVozTnBaR1VpTzNNNk56b2laVzVoWW14bFpDSTdjem94T2lKWklqdHpPakV6T2lKdVlYWmZZbUZ5WDJGaWIzWmxJanRoT2pjNmUzTTZOem9pWlc1aFlteGxaQ0k3Y3pveE9pSk9JanR6T2pNNkltNWhkaUk3Y3pveE9pSXpJanR6T2pFeE9pSm1iMjUwWDNOb1lXUnZkeUk3Y3pvd09pSWlPM002TVRFNkltWnZiblJmZDJWcFoyaDBJanR6T2pBNklpSTdjem81T2lKbWIyNTBYM05wZW1VaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgyWmhiV2xzZVNJN2N6b3dPaUlpTzNNNk5Eb2liRzluYnlJN2N6b3dPaUlpTzMxek9qRXpPaUp1WVhaZlltRnlYMkpsYkc5M0lqdGhPamM2ZTNNNk56b2laVzVoWW14bFpDSTdjem94T2lKT0lqdHpPak02SW01aGRpSTdjem95T2lJek5pSTdjem94TVRvaVptOXVkRjl6YUdGa2IzY2lPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM2RsYVdkb2RDSTdjem93T2lJaU8zTTZPVG9pWm05dWRGOXphWHBsSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1Eb2lJanR6T2pRNklteHZaMjhpTzNNNk1Eb2lJanQ5Y3pveE56b2libUYyWDJKaGNsOWhiRzl1WjNOcFpHVWlPMkU2TmpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklsa2lPM002TXpvaWJtRjJJanR6T2pJNklqTTJJanR6T2pFeE9pSm1iMjUwWDNOb1lXUnZkeUk3Y3pvd09pSWlPM002TVRFNkltWnZiblJmZDJWcFoyaDBJanR6T2pZNkltNXZjbTFoYkNJN2N6bzVPaUptYjI1MFgzTnBlbVVpTzNNNk1qb2lNVE1pTzNNNk1URTZJbVp2Ym5SZlptRnRhV3g1SWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPMzE5IjtzOjEwOiJtZW1iZXJzaGlwIjtzOjg6Illqb3dPdz09IjtzOjU6InRoZW1lIjtzOjY4OiJZVG95T250ek9qUTZJblI1Y0dVaU8zTTZPVG9pYldGeWEyVjBhVzVuSWp0ek9qTTZJbVJwY2lJN2N6b3hPaUl4SWp0OSI7czoxMjoiZmVhdHVyZV9hcmVhIjtzOjEyMDoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvME9pSjBlWEJsSWp0cE9qRTdjem80T2lKelpYUjBhVzVuY3lJN1lUb3hPbnR6T2pFeU9pSm1iMjUwWDI5d2RHbHZibk1pTzJFNk1EcDdmWDE5IjtzOjEzOiJmZWF0dXJlX3RpdGxlIjtzOjY0OiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8xT2lKMGFYUnNaU0k3Y3pvd09pSWlPMzA9IjtzOjExOiJmb290ZXJfYXJlYSI7czozODQ6IllUbzRPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNam9pTXpVaU8zTTZNVEU2SW1admJuUmZjMmhoWkc5M0lqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOTNaV2xuYUhRaU8zTTZNRG9pSWp0ek9qazZJbVp2Ym5SZmMybDZaU0k3Y3pveU9pSXhNeUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1UVTZJbE52ZFhKalpTQlRZVzV6SUZCeWJ5STdjem94TWpvaWJHRnlaMlZmWm05dmRHVnlJanRoT2pFNmUzTTZOem9pWlc1aFlteGxaQ0k3Y3pveE9pSk9JanQ5Y3pveE56b2labTl2ZEdWeVgyUnBjMk5zWVdsdFpYSWlPMkU2TWpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TnpvaWJXVnpjMkZuWlNJN2N6b3dPaUlpTzMxOSI7czoyMToiY29sb3Jfc2NoZW1lX3RlbXBsYXRlIjtzOjg6Illqb3dPdz09IjtzOjEwOiJ0eXBvZ3JhcGh5IjtzOjE0ODQ6IllUb3lPbnR6T2pFek9pSm1iMjUwWDJWc1pXMWxiblJ6SWp0aE9qazZlM002TVRBNkluTnBkR1ZmZEdsMGJHVWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakE2SWlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem8zT2lKMFlXZHNhVzVsSWp0aE9qUTZlM002TkRvaWMybDZaU0k3Y3pvd09pSWlPM002TkRvaVptOXVkQ0k3Y3pvd09pSWlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk56b2laR1ZtWVhWc2RDSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNam9pTVRVaU8zTTZORG9pWm05dWRDSTdjem8wT2lKQmMyRndJanR6T2pVNkluTjBlV3hsSWp0ek9qWTZJbTV2Y20xaGJDSTdjem8xT2lKamIyeHZjaUk3Y3pvME9pSWpORFEwSWp0OWN6b3lPaUpvTVNJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk5Eb2lRWE5oY0NJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem95T2lKb01pSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZORG9pUVhOaGNDSTdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pveU9pSm9NeUk3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TURvaUlqdHpPalU2SW5OMGVXeGxJanR6T2pBNklpSTdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPMzF6T2pJNkltZzBJanRoT2pRNmUzTTZORG9pYzJsNlpTSTdjem93T2lJaU8zTTZORG9pWm05dWRDSTdjem93T2lJaU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWE02TWpvaWFEVWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakE2SWlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem95T2lKb05pSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZNRG9pSWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zMTljem94TkRvaVkyOXNiM0pmWld4bGJXVnVkSE1pTzJFNk5qcDdjem94TnpvaVptOXZkR1Z5WDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTNPaUptYjI5MFpYSmZiR2x1YTE5amIyeHZjaUk3Y3pvd09pSWlPM002TWpNNkltWnZiM1JsY2w5c2FXNXJYMmh2ZG1WeVgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE9Eb2labVZoZEhWeVpWOTBaWGgwWDJOdmJHOXlJanR6T2pBNklpSTdjem94T0RvaVptVmhkSFZ5WlY5c2FXNXJYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3lORG9pWm1WaGRIVnlaVjlzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanR6T2pBNklpSTdmWDA9IjtzOjIxOiJjb2xvcl9zY2hlbWVfYWR2YW5jZWQiO3M6MjQyODoiWVRvM09udHpPakV6T2lKdVlYWmZZbUZ5WDJGaWIzWmxJanRoT2pFd09udHpPakV6T2lKdVlYWmZZbUZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TVRvaWJtRjJYMkpoY2w5bGJtUWlPM002TURvaUlqdHpPakU1T2lKdVlYWmZZbUZ5WDJodmRtVnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOem9pYm1GMlgySmhjbDlvYjNabGNsOWxibVFpTzNNNk1Eb2lJanR6T2pFd09pSnVZWFpmWW1GeVgySm5JanR6T2pBNklpSTdjem95TWpvaWJtRjJYMkpoY2w5aVoxOW9iM1psY2w5emRHRnlkQ0k3Y3pvd09pSWlPM002TVRVNkltNWhkbDlpWVhKZlpHUmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UWTZJbTVoZGw5aVlYSmZaR1JmYUc5MlpYSWlPM002TURvaUlqdHpPakV5T2lKdVlYWmZZbUZ5WDJ4cGJtc2lPM002TURvaUlqdHpPakV6T2lKdVlYWmZZbUZ5WDJodmRtVnlJanR6T2pBNklpSTdmWE02TVRNNkltNWhkbDlpWVhKZlltVnNiM2NpTzJFNk1UQTZlM002TVRNNkltNWhkbDlpWVhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFeE9pSnVZWFpmWW1GeVgyVnVaQ0k3Y3pvd09pSWlPM002TVRrNkltNWhkbDlpWVhKZmFHOTJaWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakUzT2lKdVlYWmZZbUZ5WDJodmRtVnlYMlZ1WkNJN2N6b3dPaUlpTzNNNk1UQTZJbTVoZGw5aVlYSmZZbWNpTzNNNk1Eb2lJanR6T2pJeU9pSnVZWFpmWW1GeVgySm5YMmh2ZG1WeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE5Ub2libUYyWDJKaGNsOWtaRjlzYVc1cklqdHpPakE2SWlJN2N6b3hOam9pYm1GMlgySmhjbDlrWkY5b2IzWmxjaUk3Y3pvd09pSWlPM002TVRJNkltNWhkbDlpWVhKZmJHbHVheUk3Y3pvd09pSWlPM002TVRNNkltNWhkbDlpWVhKZmFHOTJaWElpTzNNNk1Eb2lJanQ5Y3pveE56b2libUYyWDJKaGNsOWhiRzl1WjNOcFpHVWlPMkU2TnpwN2N6b3hNRG9pYm1GMlgySmhjbDlpWnlJN2N6b3dPaUlpTzNNNk1UWTZJbTVoZGw5aVlYSmZZbWRmYUc5MlpYSWlPM002TURvaUlqdHpPakl3T2lKdVlYWmZZbUZ5WDJKblgyNWhkbDlvYjNabGNpSTdjem93T2lJaU8zTTZNVEk2SW01aGRsOWlZWEpmYkdsdWF5STdjem93T2lJaU8zTTZNVE02SW01aGRsOWlZWEpmYUc5MlpYSWlPM002TURvaUlqdHpPakUxT2lKdVlYWmZZbUZ5WDJSa1gyeHBibXNpTzNNNk1Eb2lJanR6T2pFMk9pSnVZWFpmWW1GeVgyUmtYMmh2ZG1WeUlqdHpPakE2SWlJN2ZYTTZNVEk2SW1abFlYUjFjbVZmWVhKbFlTSTdZVG8zT250ek9qRXpPaUptWldGMGRYSmxYM04wWVhKMElqdHpPakE2SWlJN2N6b3hNVG9pWm1WaGRIVnlaVjlsYm1RaU8zTTZNRG9pSWp0ek9qRXdPaUowWlhoMFgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE1Eb2liR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlhNNk1UWTZJbXhwYm10ZmFHOTJaWEpmWTI5c2IzSWlPMkU2TWpwN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zTTZNVFU2SW5SbGVIUmZaR1ZqYjNKaGRHbHZiaUk3Y3pvd09pSWlPMzF6T2pJNkltSm5JanR6T2pBNklpSTdjem94TURvaVltZGZiM0IwYVc5dWN5STdjem8yT2lKalpXNTBaWElpTzMxek9qRXpPaUptWldGMGRYSmxYM1JwZEd4bElqdGhPak02ZTNNNk1UazZJbVpsWVhSMWNtVmZkR2wwYkdWZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSm1aV0YwZFhKbFgzUnBkR3hsWDJWdVpDSTdjem93T2lJaU8zTTZNalE2SW1abFlYUjFjbVZmZEdsMGJHVmZkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPMzF6T2pZNkltWnZiM1JsY2lJN1lUbzFPbnR6T2pFeU9pSm1iMjkwWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFd09pSm1iMjkwWlhKZlpXNWtJanR6T2pBNklpSTdjem94TnpvaVptOXZkR1Z5WDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTNPaUptYjI5MFpYSmZiR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlhNNk1qTTZJbVp2YjNSbGNsOXNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdGhPakk2ZTNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTFPaUowWlhoMFgyUmxZMjl5WVhScGIyNGlPM002TURvaUlqdDlmWE02TkRvaWNHRm5aU0k3WVRvME9udHpPakV5T2lKeVpYQmxZWFJwYm1kZlltY2lPM002TURvaUlqdHpPamc2SW1KblgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE1Eb2liR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlhNNk1UWTZJbXhwYm10ZmFHOTJaWEpmWTI5c2IzSWlPMkU2TWpwN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zTTZNVFU2SW5SbGVIUmZaR1ZqYjNKaGRHbHZiaUk3Y3pvd09pSWlPMzE5ZlE9PSI7czoxNToibW9iaWxlX3JlZGlyZWN0IjtzOjYwOiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdDkiO3M6Mzoic2VvIjtzOjEwMDoiWVRvek9udHpPalU2SW5ScGRHeGxJanR6T2pBNklpSTdjem94TVRvaVpHVnpZM0pwY0hScGIyNGlPM002TURvaUlqdHpPamc2SW10bGVYZHZjbVJ6SWp0ek9qQTZJaUk3ZlE9PSI7czo3OiJzY3JpcHRzIjtzOjQyNDoiWVRveE9udHBPakE3WVRveU9udHpPamc2SW5CdmMybDBhVzl1SWp0ek9qTTZJbU56Y3lJN2N6bzJPaUp6WTNKcGNIUWlPM002TWpVME9pSXVZbUZ1Ym1WeUlDNXNiMmR2SUdsdFozdDNhV1IwYURveU1EQndlRHQ5Q2k1eVpXTmxiblF0Y0c5emRITXRjM1I1YkdVdE1TQXVkR2gxYldJZ2UyUnBjM0JzWVhrNmJtOXVaVHQ5Q2k1eVpXTmxiblF0Y0c5emRITXRjM1I1YkdVdE1TQXVZMjl1ZEdWdWRDQjdabTl1ZEMxemFYcGxPakV6Y0hnN2QybGtkR2c2T1RBbE8zMEtMbkpsWTJWdWRDMXdiM04wY3kxemRIbHNaUzB4SUdFZ2UyWnZiblF0YzJsNlpUb3hOWEI0TzIxaGNtZHBiaTFzWldaME9qQndlRHRzYVc1bExXaGxhV2RvZERveExqVmxiWDBLTG5KbFkyVnVkQzF3YjNOMGN5MXpkSGxzWlMweElITndZVzU3YldGeVoybHVMV3hsWm5RNk1IQjRmU0k3ZlgwPSI7czo4OiJmYl9zaGFyZSI7czoxMjQ6IllUbzBPbnR6T2pVNkluUnBkR3hsSWp0ek9qQTZJaUk3Y3pveE1Ub2laR1Z6WTNKcGNIUnBiMjRpTzNNNk1Eb2lJanR6T2pVNkltbHRZV2RsSWp0ek9qQTZJaUk3Y3pvNE9pSnNhV3RsWDNWeWJDSTdjem93T2lJaU8zMD0iO3M6ODoibGlnaHRib3giO3M6MzcwMDoiWVRvMU9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvM09pSnphRzkzWDI5dUlqdHpPalE2SW14dllXUWlPM002TkRvaWRIbHdaU0k3Y3pvMU9pSnZjSFJwYmlJN2N6b3hNRG9pYjNCMGFXNWZabTl5YlNJN1lUb3pPbnR6T2prNkltWnZjbTFmYUhSdGJDSTdZVG94TnpwN2N6b3hNRG9pWlcxaGFXeGZaR0YwWVNJN2N6b3dPaUlpTzNNNk1UTTZJbVZ0WVdsc1gyRmtaSEpsYzNNaU8zTTZNRG9pSWp0ek9qRXlPaUp5WldScGNtVmpkRjkxY213aU8zTTZNRG9pSWp0ek9qRXlPaUpsZUhSeVlWOW1hV1ZzWkhNaU8zTTZNRG9pSWp0ek9qRTRPaUpsYldGcGJGOWxlSFJ5WVY5bWFXVnNaSE1pTzNNNk1Eb2lJanR6T2pRNkltaDBiV3dpTzNNNk1Eb2lJanR6T2pFd09pSnVaWGRmZDJsdVpHOTNJanR6T2pBNklpSTdjem94TWpvaVpHbHpZV0pzWlY5dVlXMWxJanR6T2pBNklpSTdjem80T2lKdVlXMWxYMkp2ZUNJN2N6b3dPaUlpTzNNNk9Ub2laVzFoYVd4ZlltOTRJanR6T2pBNklpSTdjem8yT2lKaFkzUnBiMjRpTzNNNk1Eb2lJanR6T2pZNkltWnBaV3hrY3lJN2N6b3dPaUlpTzNNNk5qb2liV1YwYUc5a0lqdHpPalE2SW5CdmMzUWlPM002TVRZNkltbHVkR1ZuY21GMGFXOXVYM1I1Y0dVaU8zTTZOam9pWTNWemRHOXRJanR6T2pRNklteHBjM1FpTzNNNk1Eb2lJanR6T2pFME9pSjBhR0Z1YTE5NWIzVmZjR0ZuWlNJN2N6b3dPaUlpTzNNNk1URTZJbUZqZEdsdmJsOXdZV2RsSWp0ek9qQTZJaUk3ZlhNNk56b2lZMjl1ZEdWdWRDSTdZVG8xT250ek9qVTZJblJwZEd4bElqdHpPak15T2lKVFpXeHNJRUZ1ZVhSb2FXNW5JRmRwZEdnZ1QzQjBhVzFwZW1WUWNtVnpjeUk3Y3pveE1Ub2labTl5YlY5b1pXRmtaWElpTzNNNk9EZzZJa3h2Y21WdElHbHdjM1Z0SUdSdmJHOXlJSE5wZENCaGJXVjBMQ0JqYjI1elpXTjBaWFIxWlhJZ1lXUnBjR2x6WTJsdVp5QmxiR2wwTENCelpXUWdaR2xoYlNCdWIyNTFiVzE1SUc1cFltZ2daWFZwYzIxdlpDNGlPM002TVRFNkltWnZiM1JsY2w5dWIzUmxJanR6T2pZME9pSlpiM1Z5SUdsdVptOXliV0YwYVc5dUlHbHpJREV3TUNVZ2MyVmpkWEpsSUhkcGRHZ2dkWE1nWVc1a0lIZHBiR3dnYm1WMlpYSWdZbVVnYzJoaGNtVmtJanR6T2pFeU9pSnVZVzFsWDJSbFptRjFiSFFpTzNNNk1qUTZJa1Z1ZEdWeUlIbHZkWElnUm1seWMzUWdUbUZ0WlM0dUxpSTdjem94TXpvaVpXMWhhV3hmWkdWbVlYVnNkQ0k3Y3pveU56b2lSVzUwWlhJZ2VXOTFjaUJGYldGcGJDQkJaR1J5WlhOekxpNHVJanQ5Y3pveE16b2ljM1ZpYldsMFgySjFkSFJ2YmlJN1lUbzFOanA3Y3pvMk9pSmlkWFIwYjI0aU8yRTZNRHA3ZlhNNk9Eb2liRzlqWVhScGIyNGlPM002TXpZNkltOXdYMnhwWjJoMFltOTRYMjl3ZEdsdVgyWnZjbTFmYzNWaWJXbDBYMkoxZEhSdmJpSTdjem8zT2lKamIyNTBaVzUwSWp0ek9qQTZJaUk3Y3pvME9pSjBlWEJsSWp0ek9qRTZJakFpTzNNNk5Ub2lhVzFoWjJVaU8zTTZNRG9pSWp0ek9qRXlPaUpsYkdWdFpXNTBYM1I1Y0dVaU8zTTZNRG9pSWp0ek9qUTZJbWh5WldZaU8zTTZNRG9pSWp0ek9qRXdPaUp1WlhkZmQybHVaRzkzSWp0ek9qQTZJaUk3Y3pveU9pSmpZeUk3Y3pvd09pSWlPM002TlRvaVlXeHBaMjRpTzNNNk1Eb2lJanR6T2pRNkluUmxlSFFpTzNNNk1Eb2lJanR6T2prNkluUmxlSFJmYzJsNlpTSTdjem95T2lJek1pSTdjem94TURvaWRHVjRkRjlqYjJ4dmNpSTdjem8zT2lJak1EQXdNREF3SWp0ek9qazZJblJsZUhSZlptOXVkQ0k3Y3pvd09pSWlPM002T1RvaWRHVjRkRjlpYjJ4a0lqdHpPakU2SWpFaU8zTTZNVFE2SW5SbGVIUmZkVzVrWlhKc2FXNWxJanR6T2pBNklpSTdjem94TVRvaWRHVjRkRjlwZEdGc2FXTWlPM002TURvaUlqdHpPakU1T2lKMFpYaDBYMnhsZEhSbGNsOXpjR0ZqYVc1bklqdHpPakU2SWpBaU8zTTZNVE02SW5OMVluUmxlSFJmY0dGdVpXd2lPM002TURvaUlqdHpPamM2SW5OMVluUmxlSFFpTzNNNk1Eb2lJanR6T2pFeU9pSnpkV0owWlhoMFgzTnBlbVVpTzNNNk1Eb2lJanR6T2pFek9pSnpkV0owWlhoMFgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE1qb2ljM1ZpZEdWNGRGOW1iMjUwSWp0ek9qQTZJaUk3Y3pveE1qb2ljM1ZpZEdWNGRGOWliMnhrSWp0ek9qQTZJaUk3Y3pveE56b2ljM1ZpZEdWNGRGOTFibVJsY214cGJtVWlPM002TURvaUlqdHpPakUwT2lKemRXSjBaWGgwWDJsMFlXeHBZeUk3Y3pvd09pSWlPM002TWpJNkluTjFZblJsZUhSZmJHVjBkR1Z5WDNOd1lXTnBibWNpTzNNNk1Eb2lJanR6T2pFM09pSjBaWGgwWDNOb1lXUnZkMTl3WVc1bGJDSTdjem94T2lKWklqdHpPakl3T2lKMFpYaDBYM05vWVdSdmQxOTJaWEowYVdOaGJDSTdjem94T2lJeElqdHpPakl5T2lKMFpYaDBYM05vWVdSdmQxOW9iM0pwZW05dWRHRnNJanR6T2pFNklqQWlPM002TVRjNkluUmxlSFJmYzJoaFpHOTNYMk52Ykc5eUlqdHpPamM2SWlObVptWm1NREFpTzNNNk1UWTZJblJsZUhSZmMyaGhaRzkzWDJKc2RYSWlPM002TVRvaU1DSTdjem94TXpvaWMzUjViR2x1WjE5M2FXUjBhQ0k3Y3pvd09pSWlPM002TVRRNkluTjBlV3hwYm1kZmFHVnBaMmgwSWp0ek9qQTZJaUk3Y3pveU1Eb2ljM1I1YkdsdVoxOWliM0prWlhKZlkyOXNiM0lpTzNNNk56b2lJekF3TURBd01DSTdjem94T1RvaWMzUjViR2x1WjE5aWIzSmtaWEpmYzJsNlpTSTdjem94T2lJeElqdHpPakl4T2lKemRIbHNhVzVuWDJKdmNtUmxjbDl5WVdScGRYTWlPM002TVRvaU5pSTdjem95TWpvaWMzUjViR2x1WjE5aWIzSmtaWEpmYjNCaFkybDBlU0k3Y3pvek9pSXhNREFpTzNNNk1UWTZJbk4wZVd4cGJtZGZaM0poWkdsbGJuUWlPM002TURvaUlqdHpPakV6T2lKemRIbHNhVzVuWDNOb2FXNWxJanR6T2pFNklsa2lPM002TWpnNkluTjBlV3hwYm1kZlozSmhaR2xsYm5SZmMzUmhjblJmWTI5c2IzSWlPM002TnpvaUkyWm1abVl3TUNJN2N6b3lOam9pYzNSNWJHbHVaMTluY21Ga2FXVnVkRjlsYm1SZlkyOXNiM0lpTzNNNk56b2lJMlptWVRBek5TSTdjem94TnpvaVpISnZjRjl6YUdGa2IzZGZjR0Z1Wld3aU8zTTZNVG9pV1NJN2N6b3lNRG9pWkhKdmNGOXphR0ZrYjNkZmRtVnlkR2xqWVd3aU8zTTZNVG9pTVNJN2N6b3lNam9pWkhKdmNGOXphR0ZrYjNkZmFHOXlhWHB2Ym5SaGJDSTdjem94T2lJd0lqdHpPakUyT2lKa2NtOXdYM05vWVdSdmQxOWliSFZ5SWp0ek9qRTZJakVpTzNNNk1UZzZJbVJ5YjNCZmMyaGhaRzkzWDNOd2NtVmhaQ0k3Y3pveE9pSXdJanR6T2pFM09pSmtjbTl3WDNOb1lXUnZkMTlqYjJ4dmNpSTdjem8zT2lJak1EQXdNREF3SWp0ek9qRTVPaUprY205d1gzTm9ZV1J2ZDE5dmNHRmphWFI1SWp0ek9qSTZJalV3SWp0ek9qRTRPaUpwYm5ObGRGOXphR0ZrYjNkZmNHRnVaV3dpTzNNNk1Ub2lXU0k3Y3pveU1Ub2lhVzV6WlhSZmMyaGhaRzkzWDNabGNuUnBZMkZzSWp0ek9qRTZJakFpTzNNNk1qTTZJbWx1YzJWMFgzTm9ZV1J2ZDE5b2IzSnBlbTl1ZEdGc0lqdHpPakU2SWpBaU8zTTZNVGM2SW1sdWMyVjBYM05vWVdSdmQxOWliSFZ5SWp0ek9qRTZJakFpTzNNNk1UazZJbWx1YzJWMFgzTm9ZV1J2ZDE5emNISmxZV1FpTzNNNk1Ub2lNU0k3Y3pveE9Eb2lhVzV6WlhSZmMyaGhaRzkzWDJOdmJHOXlJanR6T2pjNklpTm1abVptTURBaU8zTTZNakE2SW1sdWMyVjBYM05vWVdSdmQxOXZjR0ZqYVhSNUlqdHpPakk2SWpVd0lqdDlmWE02TVRJNkltaDBiV3hmWTI5dWRHVnVkQ0k3WVRveE9udHpPamM2SW1OdmJuUmxiblFpTzNNNk1Eb2lJanQ5ZlE9PSI7czoxMzoiZXhpdF9yZWRpcmVjdCI7czo4ODoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSjFjbXdpTzNNNk1Eb2lJanR6T2pjNkltMWxjM05oWjJVaU8zTTZNRG9pSWp0OSI7czoxNDoib25lX3RpbWVfb2ZmZXIiO3M6MTg4OiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdHpPalE2SW5ScGJXVWlPMkU2TkRwN2N6bzBPaUprWVhseklqdHpPakE2SWlJN2N6bzFPaUpvYjNWeWN5STdjem93T2lJaU8zTTZOem9pYldsdWRYUmxjeUk3Y3pvd09pSWlPM002TnpvaWMyVmpiMjVrY3lJN2N6b3dPaUlpTzMxOSI7czoxNDoibGF1bmNoX2dhdGV3YXkiO3M6ODoiWWpvd093PT0iO3M6MTM6ImxhdW5jaF9mdW5uZWwiO3M6MTkyOiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem81T2lKbWRXNXVaV3hmYVdRaU8zTTZNVG9pTWlJN2N6b3hOam9pWjJGMFpYZGhlVjl2ZG1WeWNtbGtaU0k3WVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvNE9pSnlaV1JwY21WamRDSTdjem93T2lJaU8zTTZORG9pWTI5a1pTSTdjem93T2lJaU8zMTkiO30='),(25,'Membership Home Classroom Style',3,'Home page for membership with classroom style|http://www.thetradingroom.com/wp-content/uploads/2014/03/48-2.jpg','jpg','YToxOntzOjQ6ImJvZHkiO2E6Mzp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxOTg6ImJhY2tncm91bmQtaW1hZ2U6IHVybChcImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2JnMTExMS5qcGdcIik7IGJhY2tncm91bmQtcmVwZWF0OiBuby1yZXBlYXQ7IGJhY2tncm91bmQtc2l6ZTogY292ZXI7IGJvcmRlci10b3Atd2lkdGg6IDBweDsgYm9yZGVyLWJvdHRvbS13aWR0aDogMHB4OyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjEyNzoiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjUwIiBmb250X2NvbG9yPSIjZmZmZmZmIiBmb250X3NoYWRvdz0iZGFyayIgYWxpZ249ImxlZnQiXUhvdyBUbyBDcmVhdGUgWW91ciBPd24gRWJvb2tbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjk5OiJbaGVhZGxpbmUgc3R5bGU9IjEiIGZvbnRfc2l6ZT0iMjQiIGZvbnRfc3R5bGU9Im5vcm1hbCIgZm9udF9jb2xvcj0iI2ZmZmZmZiIgZm9udF9zaGFkb3c9ImRhcmsiIGFsaWduPSJsZWZ0IiBsaW5lX2hlaWdodD0iMzAiIGJvdHRvbV9tYXJnaW49IjIwIl1XZWxjb21lIHRvIHRoZSBPcHRpbWl6ZVByZXNzIGd1aWRlIHRvIGNyZWF0aW5nIHlvdXIgb3duIGVib29rLiDCoFlvdSB3aWxsIGZpbmQgYWxsIG91ciB0cmFpbmluZyBiZWxvdywganVzdCBjbGljayB0aGUgbGlua3MgdG8gYWNjZXNzIHRoZSB2aWRlb3NbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NjcwOiJbYnV0dG9uXzEgdGV4dD0iV2F0Y2ggdGhlIEdldHRpbmcgU3RhcnRlZCBHdWlkZSIgdGV4dF9zaXplPSIxOCIgdGV4dF9jb2xvcj0iIzAwMDAwMCIgdGV4dF9mb250PSJTb3VyY2UgU2FucyBQcm87Z29vZ2xlIiBzdWJ0ZXh0X3BhbmVsPSJOIiB0ZXh0X3NoYWRvd19wYW5lbD0iWSIgdGV4dF9zaGFkb3dfdmVydGljYWw9IjEiIHRleHRfc2hhZG93X2NvbG9yPSIjZmZmZmZmIiBzdHlsaW5nX3dpZHRoPSIzMCIgc3R5bGluZ19oZWlnaHQ9IjE1IiBzdHlsaW5nX2JvcmRlcl9jb2xvcj0iIzk5OTk5OSIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPSI1MCIgc3R5bGluZ19ib3JkZXJfb3BhY2l0eT0iMTAwIiBzdHlsaW5nX3NoaW5lPSJZIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPSIjZmZmZmZmIiBzdHlsaW5nX2dyYWRpZW50X2VuZF9jb2xvcj0iI2U1ZTVlNSIgZHJvcF9zaGFkb3dfcGFuZWw9IlkiIGRyb3Bfc2hhZG93X3ZlcnRpY2FsPSIxIiBkcm9wX3NoYWRvd19ibHVyPSI2IiBkcm9wX3NoYWRvd19jb2xvcj0iIzAwMDAwMCIgZHJvcF9zaGFkb3dfb3BhY2l0eT0iNTEiIGluc2V0X3NoYWRvd19wYW5lbD0iWSIgaW5zZXRfc2hhZG93X3NwcmVhZD0iMSIgaW5zZXRfc2hhZG93X2NvbG9yPSIjZmZmZmZmIiBpbnNldF9zaGFkb3dfb3BhY2l0eT0iNzkiIGFsaWduPSJsZWZ0Ii9dIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMTI6Ilt2aWRlb19wbGF5ZXIgdHlwZT0idXJsIiB3aWR0aD0iNDYwIiBoZWlnaHQ9IjI1OSIgYWxpZ249ImNlbnRlciIgbWFyZ2luX3RvcD0iMCIgbWFyZ2luX2JvdHRvbT0iMCIgYm9yZGVyX3NpemU9IjQiIGJvcmRlcl9jb2xvcj0iIzMwMzAzMCJdYUhSMGNEb3ZMMjl3TFhOMGFXNW5Mbk16TG1GdFlYcHZibUYzY3k1amIyMHZUM1YwY0hWMExtMXdOQT09Wy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fXM6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjE2NDoiZXlKaVlXTnJaM0p2ZFc1a1NXMWhaMlVpT2lKMWNtd29hSFIwY0RvdkwzZDNkeTUwYUdWMGNtRmthVzVuY205dmJTNWpiMjB2ZDNBdFkyOXVkR1Z1ZEM5MWNHeHZZV1J6THpJd01UUXZNRE12WW1jeE1URXhMbXB3WnlraUxDSmlZV05yWjNKdmRXNWtVRzl6YVhScGIyNGlPaUpqYjNabGNpSjkiO31pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkyOiJiYWNrZ3JvdW5kOiNmMmYyZjI7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZjJmMmYyKSwgY29sb3Itc3RvcCgxMDAlLCAjZWJlYmViKSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmMmYyZjIgMCUsICNlYmViZWIgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmMmYyZjIgMCUsICNlYmViZWIgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2YyZjJmMiAwJSwgI2ViZWJlYiAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmMmYyZjIgMCUsICNlYmViZWIgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZjJmMmYyIDAlLCAjZWJlYmViIDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZjJmMmYyLCBlbmRDb2xvcnN0cj0jZWJlYmViLCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbTowcHg7IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMDc6Ilt0ZXh0X2Jsb2NrIHN0eWxlPSJzdHlsZV8xLnBuZyIgYWxpZ249ImxlZnQiIGZvbnRfc2l6ZT0iMjAiIHdpZHRoPSI5NDAiXTxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXI7Ij48c3Ryb25nPkp1c3QgQWRkZWQ6PC9zdHJvbmc+IEhpZ2hsaWdodCBhIGJyYW5kIG5ldyBmZWF0dXJlIG9mIHlvdXIgbWVtYmVyc2hpcCBhcmVhIGhlcmU8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxNDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObU1tWXlaaklpTENKaVlXTnJaM0p2ZFc1a1EyOXNiM0pGYm1RaU9pSWpaV0psWW1WaUlpd2ljR0ZrWkdsdVoxUnZjQ0k2SWpJd0lpd2ljR0ZrWkdsdVowSnZkSFJ2YlNJNklqQWlmUT09Ijt9aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE4OToiYmFja2dyb3VuZC1pbWFnZTogdXJsKFwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvYmcxMDEucG5nXCIpOyBiYWNrZ3JvdW5kLXJlcGVhdDogcmVwZWF0OyBwYWRkaW5nLXRvcDogMjBweDsgYm9yZGVyLXRvcC13aWR0aDogMHB4OyBib3JkZXItYm90dG9tLXdpZHRoOiAwcHg7IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxMTU6IltoZWFkbGluZSBzdHlsZT0iNCIgZm9udF9zaXplPSIyNSIgZm9udF9zdHlsZT0ibm9ybWFsIiBmb250X2NvbG9yPSIjOTQ5NDk0IiBhbGlnbj0ibGVmdCJdTGF0ZXN0IFRyYWluaW5nWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjcxOiJbbWVtYmVyc2hpcF9wYWdlX2xpc3RpbmdzIHN0eWxlPSIxIiBjb2x1bW5zPSIzIiBwcm9kdWN0PSI1MTcxIiBvcG09IjEiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxODg6ImV5SmlZV05yWjNKdmRXNWtTVzFoWjJVaU9pSjFjbXdvYUhSMGNEb3ZMM2QzZHk1MGFHVjBjbUZrYVc1bmNtOXZiUzVqYjIwdmQzQXRZMjl1ZEdWdWRDOTFjR3h2WVdSekx6SXdNVFF2TURNdlltY3hNREV1Y0c1bktTSXNJbUpoWTJ0bmNtOTFibVJRYjNOcGRHbHZiaUk2SW5ScGJHVWlMQ0p3WVdSa2FXNW5WRzl3SWpvaU1qQWlmUT09Ijt9fX0=','YToxNzp7czoxMzoiaGVhZGVyX2xheW91dCI7czoxMTA0OiJZVG94TURwN2N6bzBPaUpzYjJkdklqdHpPamcxT2lKb2RIUndPaTh2ZDNkM0xuUm9aWFJ5WVdScGJtZHliMjl0TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TkM4d015OXpZVzF3YkdVdGJHOW5ieTFpYkdGamF5MHpNREI0TlRjdWNHNW5JanR6T2pVNkltSm5hVzFuSWp0ek9qQTZJaUk3Y3pveE1Ub2ljbVZ3WldGMFltZHBiV2NpTzNNNk1Eb2lJanR6T2pjNkltSm5ZMjlzYjNJaU8zTTZOem9pSTJZM1pqZG1OeUk3Y3pveE1Eb2liR2x1YTE5amIyeHZjaUk3Y3pvd09pSWlPM002TVRNNkltMWxiblV0Y0c5emFYUnBiMjRpTzNNNk9Ub2lZV3h2Ym1kemFXUmxJanR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3hNem9pYm1GMlgySmhjbDloWW05MlpTSTdZVG8zT250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKdVlYWWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM05vWVdSdmR5STdjem93T2lJaU8zTTZNVEU2SW1admJuUmZkMlZwWjJoMElqdHpPakE2SWlJN2N6bzVPaUptYjI1MFgzTnBlbVVpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDJaaGJXbHNlU0k3Y3pvd09pSWlPM002TkRvaWJHOW5ieUk3Y3pvd09pSWlPMzF6T2pFek9pSnVZWFpmWW1GeVgySmxiRzkzSWp0aE9qYzZlM002TnpvaVpXNWhZbXhsWkNJN2N6b3hPaUpaSWp0ek9qTTZJbTVoZGlJN2N6b3hPaUl6SWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qQTZJaUk3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TWpvaU1UTWlPM002TVRFNkltWnZiblJmWm1GdGFXeDVJanR6T2pFMU9pSlRiM1Z5WTJVZ1UyRnVjeUJRY204aU8zTTZORG9pYkc5bmJ5STdjem93T2lJaU8zMXpPakUzT2lKdVlYWmZZbUZ5WDJGc2IyNW5jMmxrWlNJN1lUbzJPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qQTZJaUk3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYMlpoYldsc2VTSTdjem93T2lJaU8zMTkiO3M6MTA6Im1lbWJlcnNoaXAiO3M6NDQ6IllUb3hPbnR6T2pZNklteGhlVzkxZENJN2N6bzFPaUppYkdGdWF5STdmUT09IjtzOjU6InRoZW1lIjtzOjcyOiJZVG95T250ek9qUTZJblI1Y0dVaU8zTTZNVEE2SW0xbGJXSmxjbk5vYVhBaU8zTTZNem9pWkdseUlqdHpPakU2SWpFaU8zMD0iO3M6MTI6ImZlYXR1cmVfYXJlYSI7czoxMjA6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzBPaUowZVhCbElqdHBPakU3Y3pvNE9pSnpaWFIwYVc1bmN5STdZVG94T250ek9qRXlPaUptYjI1MFgyOXdkR2x2Ym5NaU8yRTZNRHA3ZlgxOSI7czoxMzoiZmVhdHVyZV90aXRsZSI7czo2NDoiWVRveU9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvMU9pSjBhWFJzWlNJN2N6b3dPaUlpTzMwPSI7czoxMToiZm9vdGVyX2FyZWEiO3M6Mzg0OiJZVG80T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVdTSTdjem96T2lKdVlYWWlPM002TWpvaU5EQWlPM002TVRFNkltWnZiblJmYzJoaFpHOTNJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjkzWldsbmFIUWlPM002TURvaUlqdHpPams2SW1admJuUmZjMmw2WlNJN2N6b3lPaUl4TXlJN2N6b3hNVG9pWm05dWRGOW1ZVzFwYkhraU8zTTZNVFU2SWxOdmRYSmpaU0JUWVc1eklGQnlieUk3Y3pveE1qb2liR0Z5WjJWZlptOXZkR1Z5SWp0aE9qRTZlM002TnpvaVpXNWhZbXhsWkNJN2N6b3hPaUpPSWp0OWN6b3hOem9pWm05dmRHVnlYMlJwYzJOc1lXbHRaWElpTzJFNk1qcDdjem8zT2lKbGJtRmliR1ZrSWp0ek9qRTZJazRpTzNNNk56b2liV1Z6YzJGblpTSTdjem93T2lJaU8zMTkiO3M6MjE6ImNvbG9yX3NjaGVtZV90ZW1wbGF0ZSI7czo4OiJZam93T3c9PSI7czoxMDoidHlwb2dyYXBoeSI7czoxNTQ0OiJZVG95T250ek9qRXpPaUptYjI1MFgyVnNaVzFsYm5SeklqdGhPams2ZTNNNk1UQTZJbk5wZEdWZmRHbDBiR1VpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pBNklpSTdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pvM09pSjBZV2RzYVc1bElqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3dPaUlpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZOem9pWkdWbVlYVnNkQ0k3WVRvME9udHpPalE2SW5OcGVtVWlPM002TWpvaU1UY2lPM002TkRvaVptOXVkQ0k3Y3pveE5Ub2lVMjkxY21ObElGTmhibk1nVUhKdklqdHpPalU2SW5OMGVXeGxJanR6T2pBNklpSTdjem8xT2lKamIyeHZjaUk3Y3pvME9pSWpORFEwSWp0OWN6b3lPaUpvTVNJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1UVTZJbE52ZFhKalpTQlRZVzV6SUZCeWJ5STdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pveU9pSm9NaUk3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TVRVNklsTnZkWEpqWlNCVFlXNXpJRkJ5YnlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem95T2lKb015STdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZNVFU2SWxOdmRYSmpaU0JUWVc1eklGQnlieUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTkNJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1Eb2lJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzMxek9qSTZJbWcxSWp0aE9qUTZlM002TkRvaWMybDZaU0k3Y3pvd09pSWlPM002TkRvaVptOXVkQ0k3Y3pvd09pSWlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk1qb2lhRFlpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pBNklpSTdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5ZlhNNk1UUTZJbU52Ykc5eVgyVnNaVzFsYm5SeklqdGhPalk2ZTNNNk1UYzZJbVp2YjNSbGNsOTBaWGgwWDJOdmJHOXlJanR6T2pBNklpSTdjem94TnpvaVptOXZkR1Z5WDJ4cGJtdGZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qSXpPaUptYjI5MFpYSmZiR2x1YTE5b2IzWmxjbDlqYjJ4dmNpSTdjem93T2lJaU8zTTZNVGc2SW1abFlYUjFjbVZmZEdWNGRGOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UZzZJbVpsWVhSMWNtVmZiR2x1YTE5amIyeHZjaUk3Y3pvd09pSWlPM002TWpRNkltWmxZWFIxY21WZmJHbHVhMTlvYjNabGNsOWpiMnh2Y2lJN2N6b3dPaUlpTzMxOSI7czoyMToiY29sb3Jfc2NoZW1lX2FkdmFuY2VkIjtzOjI0MjA6IllUbzNPbnR6T2pFek9pSnVZWFpmWW1GeVgyRmliM1psSWp0aE9qRXdPbnR6T2pFek9pSnVZWFpmWW1GeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2libUYyWDJKaGNsOWxibVFpTzNNNk1Eb2lJanR6T2pFNU9pSnVZWFpmWW1GeVgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TnpvaWJtRjJYMkpoY2w5b2IzWmxjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRXdPaUp1WVhaZlltRnlYMkpuSWp0ek9qQTZJaUk3Y3pveU1qb2libUYyWDJKaGNsOWlaMTlvYjNabGNsOXpkR0Z5ZENJN2N6b3dPaUlpTzNNNk1UVTZJbTVoZGw5aVlYSmZaR1JmYkdsdWF5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWkdSZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pFeU9pSnVZWFpmWW1GeVgyeHBibXNpTzNNNk1Eb2lJanR6T2pFek9pSnVZWFpmWW1GeVgyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1UTTZJbTVoZGw5aVlYSmZZbVZzYjNjaU8yRTZNVEE2ZTNNNk1UTTZJbTVoZGw5aVlYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRXhPaUp1WVhaZlltRnlYMlZ1WkNJN2N6b3dPaUlpTzNNNk1UazZJbTVoZGw5aVlYSmZhRzkyWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSnVZWFpmWW1GeVgyaHZkbVZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVEE2SW01aGRsOWlZWEpmWW1jaU8zTTZNRG9pSWp0ek9qSXlPaUp1WVhaZlltRnlYMkpuWDJodmRtVnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOVG9pYm1GMlgySmhjbDlrWkY5c2FXNXJJanR6T2pBNklpSTdjem94TmpvaWJtRjJYMkpoY2w5a1pGOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0OWN6b3hOem9pYm1GMlgySmhjbDloYkc5dVozTnBaR1VpTzJFNk56cDdjem94TURvaWJtRjJYMkpoY2w5aVp5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWW1kZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pJd09pSnVZWFpmWW1GeVgySm5YMjVoZGw5b2IzWmxjaUk3Y3pvd09pSWlPM002TVRJNkltNWhkbDlpWVhKZmJHbHVheUk3Y3pvd09pSWlPM002TVRNNkltNWhkbDlpWVhKZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pFMU9pSnVZWFpmWW1GeVgyUmtYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRTJPaUp1WVhaZlltRnlYMlJrWDJodmRtVnlJanR6T2pBNklpSTdmWE02TVRJNkltWmxZWFIxY21WZllYSmxZU0k3WVRvM09udHpPakV6T2lKbVpXRjBkWEpsWDNOMFlYSjBJanR6T2pBNklpSTdjem94TVRvaVptVmhkSFZ5WlY5bGJtUWlPM002TURvaUlqdHpPakV3T2lKMFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hNRG9pYkdsdWExOWpiMnh2Y2lJN1lUb3lPbnR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE5Ub2lkR1Y0ZEY5a1pXTnZjbUYwYVc5dUlqdHpPakE2SWlJN2ZYTTZNVFk2SW14cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6b3dPaUlpTzMxek9qSTZJbUpuSWp0ek9qQTZJaUk3Y3pveE1Eb2lZbWRmYjNCMGFXOXVjeUk3Y3pvd09pSWlPMzF6T2pFek9pSm1aV0YwZFhKbFgzUnBkR3hsSWp0aE9qTTZlM002TVRrNkltWmxZWFIxY21WZmRHbDBiR1ZmYzNSaGNuUWlPM002TURvaUlqdHpPakUzT2lKbVpXRjBkWEpsWDNScGRHeGxYMlZ1WkNJN2N6b3dPaUlpTzNNNk1qUTZJbVpsWVhSMWNtVmZkR2wwYkdWZmRHVjRkRjlqYjJ4dmNpSTdjem93T2lJaU8zMXpPalk2SW1admIzUmxjaUk3WVRvMU9udHpPakV5T2lKbWIyOTBaWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakV3T2lKbWIyOTBaWEpmWlc1a0lqdHpPakE2SWlJN2N6b3hOem9pWm05dmRHVnlYM1JsZUhSZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFM09pSm1iMjkwWlhKZmJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TWpNNkltWnZiM1JsY2w5c2FXNXJYMmh2ZG1WeVgyTnZiRzl5SWp0aE9qSTZlM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFMU9pSjBaWGgwWDJSbFkyOXlZWFJwYjI0aU8zTTZNRG9pSWp0OWZYTTZORG9pY0dGblpTSTdZVG8wT250ek9qRXlPaUp5WlhCbFlYUnBibWRmWW1jaU8zTTZNRG9pSWp0ek9qZzZJbUpuWDJOdmJHOXlJanR6T2pBNklpSTdjem94TURvaWJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TVRZNklteHBibXRmYUc5MlpYSmZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMTlmUT09IjtzOjE1OiJtb2JpbGVfcmVkaXJlY3QiO3M6NjA6IllUb3lPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUoxY213aU8zTTZNRG9pSWp0OSI7czozOiJzZW8iO3M6MTkyOiJZVG8yT250ek9qVTZJblJwZEd4bElqdHpPakE2SWlJN2N6b3hNVG9pWkdWelkzSnBjSFJwYjI0aU8zTTZNRG9pSWp0ek9qZzZJbXRsZVhkdmNtUnpJanR6T2pBNklpSTdjem8zT2lKdlozUnBkR3hsSWp0ek9qQTZJaUk3Y3pveE16b2liMmRrWlhOamNtbHdkR2x2YmlJN2N6b3dPaUlpTzNNNk56b2liMmRwYldGblpTSTdjem93T2lJaU8zMD0iO3M6Nzoic2NyaXB0cyI7czoxMjQ6IllUb3hPbnRwT2pBN1lUb3lPbnR6T2pnNkluQnZjMmwwYVc5dUlqdHpPak02SW1OemN5STdjem8yT2lKelkzSnBjSFFpTzNNNk16RTZJaTVpWVc1dVpYSWdMbXh2WjI4Z2FXMW5lM2RwWkhSb09qSXdNSEI0TzMwaU8zMTkiO3M6ODoiZmJfc2hhcmUiO3M6NDA6IllUb3hPbnR6T2pnNklteHBhMlZmZFhKc0lqdHpPakE2SWlJN2ZRPT0iO3M6ODoibGlnaHRib3giO3M6ODoiWWpvd093PT0iO3M6MTM6ImV4aXRfcmVkaXJlY3QiO3M6ODg6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUoxY213aU8zTTZNRG9pSWp0ek9qYzZJbTFsYzNOaFoyVWlPM002TURvaUlqdDkiO3M6MTQ6ImxhdW5jaF9nYXRld2F5IjtzOjg6Illqb3dPdz09IjtzOjEzOiJsYXVuY2hfZnVubmVsIjtzOjE5MjoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvNU9pSm1kVzV1Wld4ZmFXUWlPM002TVRvaU1TSTdjem94TmpvaVoyRjBaWGRoZVY5dmRtVnljbWxrWlNJN1lUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzRPaUp5WldScGNtVmpkQ0k3Y3pvd09pSWlPM002TkRvaVkyOWtaU0k3Y3pvd09pSWlPMzE5Ijt9'),(26,'Membership Lesson Page',3,'Lesson or module page for your membership content|http://www.thetradingroom.com/wp-content/uploads/2014/03/Membership_Course_Classroom_Style.jpg','jpg','YToxOntzOjQ6ImJvZHkiO2E6NDp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czo1NjoiYmFja2dyb3VuZDojNDk3YmEyO3BhZGRpbmctdG9wOjMwcHg7cGFkZGluZy1ib3R0b206MjBweDsiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNDc6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSI1MCIgZm9udF9zdHlsZT0ibm9ybWFsIiBmb250X2NvbG9yPSIjZmZmZmZmIiBmb250X3NoYWRvdz0iZGFyayIgYWxpZ249ImxlZnQiXUhvdyBUbyBDcmVhdGUgWW91ciBPd24gRWJvb2tbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjk5OiJbaGVhZGxpbmUgc3R5bGU9IjEiIGZvbnRfc2l6ZT0iMjQiIGZvbnRfc3R5bGU9Im5vcm1hbCIgZm9udF9jb2xvcj0iI2ZmZmZmZiIgZm9udF9zaGFkb3c9ImRhcmsiIGFsaWduPSJsZWZ0IiBsaW5lX2hlaWdodD0iMzAiIGJvdHRvbV9tYXJnaW49IjIwIl1XZWxjb21lIHRvIHRoZSBPcHRpbWl6ZVByZXNzIGd1aWRlIHRvIGNyZWF0aW5nIHlvdXIgb3duIGVib29rLiDCoFlvdSB3aWxsIGZpbmQgYWxsIG91ciB0cmFpbmluZyBiZWxvdywganVzdCBjbGljayB0aGUgbGlua3MgdG8gYWNjZXNzIHRoZSB2aWRlb3NbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czoyMDoiZXlKbVlXUmxTVzRpT2lJeE1DSjkiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNME9UZGlZVElpTENKd1lXUmthVzVuVkc5d0lqb2lNekFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO31pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkyOiJiYWNrZ3JvdW5kOiNmMmYyZjI7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZjJmMmYyKSwgY29sb3Itc3RvcCgxMDAlLCAjZWJlYmViKSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmMmYyZjIgMCUsICNlYmViZWIgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmMmYyZjIgMCUsICNlYmViZWIgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2YyZjJmMiAwJSwgI2ViZWJlYiAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmMmYyZjIgMCUsICNlYmViZWIgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZjJmMmYyIDAlLCAjZWJlYmViIDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZjJmMmYyLCBlbmRDb2xvcnN0cj0jZWJlYmViLCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbTowcHg7IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMDc6Ilt0ZXh0X2Jsb2NrIHN0eWxlPSJzdHlsZV8xLnBuZyIgYWxpZ249ImxlZnQiIGZvbnRfc2l6ZT0iMjAiIHdpZHRoPSI5NDAiXTxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXI7Ij48c3Ryb25nPkp1c3QgQWRkZWQ6PC9zdHJvbmc+IEhpZ2hsaWdodCBhIGJyYW5kIG5ldyBmZWF0dXJlIG9mIHlvdXIgbWVtYmVyc2hpcCBhcmVhIGhlcmU8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxNDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObU1tWXlaaklpTENKaVlXTnJaM0p2ZFc1a1EyOXNiM0pGYm1RaU9pSWpaV0psWW1WaUlpd2ljR0ZrWkdsdVoxUnZjQ0k2SWpJd0lpd2ljR0ZrWkdsdVowSnZkSFJ2YlNJNklqQWlmUT09Ijt9aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6MzE6InJvdyBmb3VyLWNvbHVtbnMgY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToib25lLWZvdXJ0aCBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjY2OiJbbWVtYmVyc2hpcF9zaWRlYmFyIHN0eWxlPSIyIiBwcm9kdWN0PSI1MTcxIiBzaG93PSJzdWJjYXRlZ29yaWVzIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyNToidGhyZWUtZm91cnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTk4OiJbdmlkZW9fcGxheWVyIHR5cGU9InlvdXR1YmUiIHlvdXR1YmVfZm9yY2VfaGQ9Im5vbmUiIHdpZHRoPSI3MDAiIGhlaWdodD0iNDAwIiBhbGlnbj0iY2VudGVyIiBtYXJnaW5fdG9wPSIwIiBtYXJnaW5fYm90dG9tPSIyMCJdYUhSMGNEb3ZMM2QzZHk1NWIzVjBkV0psTG1OdmJTOTNZWFJqYUQ5MlBVdElUelJNVlhCRVExQlpbL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjEyNzoiYmFja2dyb3VuZC1pbWFnZTp1cmwoaHR0cDovL29wdGltaXplcHJlc3MyLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8wNi9iZzEwMS5wbmcpO2JhY2tncm91bmQtcmVwZWF0OnJlcGVhdDtwYWRkaW5nLXRvcDoyMHB4OyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTE1OiJbaGVhZGxpbmUgc3R5bGU9IjQiIGZvbnRfc2l6ZT0iMjUiIGZvbnRfc3R5bGU9Im5vcm1hbCIgZm9udF9jb2xvcj0iIzk0OTQ5NCIgYWxpZ249ImxlZnQiXUxhdGVzdCBUcmFpbmluZ1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4NzoiW21lbWJlcnNoaXBfcGFnZV9saXN0aW5ncyBzdHlsZT0iMSIgb3JkZXI9IklEfGRlc2MiIGNvbHVtbnM9IjMiIHByb2R1Y3Q9IjUxNzEiIG9wbT0iMSJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fXM6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjE4MDoiZXlKaVlXTnJaM0p2ZFc1a1NXMWhaMlVpT2lKMWNtd29hSFIwY0RvdkwyOXdkR2x0YVhwbGNISmxjM015TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TXk4d05pOWlaekV3TVM1d2JtY3BJaXdpWW1GamEyZHliM1Z1WkZCdmMybDBhVzl1SWpvaWRHbHNaU0lzSW5CaFpHUnBibWRVYjNBaU9pSXlNQ0o5Ijt9fX0=','YToxNzp7czoxMzoiaGVhZGVyX2xheW91dCI7czoxMTEyOiJZVG94TURwN2N6bzBPaUpzYjJkdklqdHpPamcyT2lKb2RIUndPaTh2ZDNkM0xuUm9aWFJ5WVdScGJtZHliMjl0TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TkM4d015OXpZVzF3YkdVdGJHOW5ieTFpYkdGamF5MHpNREI0TlRjeExuQnVaeUk3Y3pvMU9pSmlaMmx0WnlJN2N6b3dPaUlpTzNNNk1URTZJbkpsY0dWaGRHSm5hVzFuSWp0ek9qQTZJaUk3Y3pvM09pSmlaMk52Ykc5eUlqdHpPamM2SWlObU4yWTNaamNpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFek9pSnRaVzUxTFhCdmMybDBhVzl1SWp0ek9qazZJbUZzYjI1bmMybGtaU0k3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWxraU8zTTZNVE02SW01aGRsOWlZWEpmWVdKdmRtVWlPMkU2TnpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TXpvaWJtRjJJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjl6YUdGa2IzY2lPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM2RsYVdkb2RDSTdjem93T2lJaU8zTTZPVG9pWm05dWRGOXphWHBsSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1Eb2lJanR6T2pRNklteHZaMjhpTzNNNk1Eb2lJanQ5Y3pveE16b2libUYyWDJKaGNsOWlaV3h2ZHlJN1lUbzNPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNVG9pTXlJN2N6b3hNVG9pWm05dWRGOXphR0ZrYjNjaU8zTTZORG9pYm05dVpTSTdjem94TVRvaVptOXVkRjkzWldsbmFIUWlPM002TURvaUlqdHpPams2SW1admJuUmZjMmw2WlNJN2N6b3lPaUl4TXlJN2N6b3hNVG9pWm05dWRGOW1ZVzFwYkhraU8zTTZNVFU2SWxOdmRYSmpaU0JUWVc1eklGQnlieUk3Y3pvME9pSnNiMmR2SWp0ek9qQTZJaUk3ZlhNNk1UYzZJbTVoZGw5aVlYSmZZV3h2Ym1kemFXUmxJanRoT2pZNmUzTTZOem9pWlc1aFlteGxaQ0k3Y3pveE9pSk9JanR6T2pNNkltNWhkaUk3Y3pvd09pSWlPM002TVRFNkltWnZiblJmYzJoaFpHOTNJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjkzWldsbmFIUWlPM002TURvaUlqdHpPams2SW1admJuUmZjMmw2WlNJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZlptRnRhV3g1SWp0ek9qQTZJaUk3ZlgwPSI7czoxMDoibWVtYmVyc2hpcCI7czo0NDoiWVRveE9udHpPalk2SW14aGVXOTFkQ0k3Y3pvMU9pSmliR0Z1YXlJN2ZRPT0iO3M6NToidGhlbWUiO3M6NzI6IllUb3lPbnR6T2pRNkluUjVjR1VpTzNNNk1UQTZJbTFsYldKbGNuTm9hWEFpTzNNNk16b2laR2x5SWp0ek9qRTZJakVpTzMwPSI7czoxMjoiZmVhdHVyZV9hcmVhIjtzOjEyMDoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvME9pSjBlWEJsSWp0cE9qRTdjem80T2lKelpYUjBhVzVuY3lJN1lUb3hPbnR6T2pFeU9pSm1iMjUwWDI5d2RHbHZibk1pTzJFNk1EcDdmWDE5IjtzOjEzOiJmZWF0dXJlX3RpdGxlIjtzOjY0OiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8xT2lKMGFYUnNaU0k3Y3pvd09pSWlPMzA9IjtzOjExOiJmb290ZXJfYXJlYSI7czozODQ6IllUbzRPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNam9pTkRBaU8zTTZNVEU2SW1admJuUmZjMmhoWkc5M0lqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOTNaV2xuYUhRaU8zTTZNRG9pSWp0ek9qazZJbVp2Ym5SZmMybDZaU0k3Y3pveU9pSXhNeUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1UVTZJbE52ZFhKalpTQlRZVzV6SUZCeWJ5STdjem94TWpvaWJHRnlaMlZmWm05dmRHVnlJanRoT2pFNmUzTTZOem9pWlc1aFlteGxaQ0k3Y3pveE9pSk9JanQ5Y3pveE56b2labTl2ZEdWeVgyUnBjMk5zWVdsdFpYSWlPMkU2TWpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TnpvaWJXVnpjMkZuWlNJN2N6b3dPaUlpTzMxOSI7czoyMToiY29sb3Jfc2NoZW1lX3RlbXBsYXRlIjtzOjg6Illqb3dPdz09IjtzOjEwOiJ0eXBvZ3JhcGh5IjtzOjE1NDQ6IllUb3lPbnR6T2pFek9pSm1iMjUwWDJWc1pXMWxiblJ6SWp0aE9qazZlM002TVRBNkluTnBkR1ZmZEdsMGJHVWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakE2SWlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem8zT2lKMFlXZHNhVzVsSWp0aE9qUTZlM002TkRvaWMybDZaU0k3Y3pvd09pSWlPM002TkRvaVptOXVkQ0k3Y3pvd09pSWlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk56b2laR1ZtWVhWc2RDSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNam9pTVRjaU8zTTZORG9pWm05dWRDSTdjem94TlRvaVUyOTFjbU5sSUZOaGJuTWdVSEp2SWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem8wT2lJak5EUTBJanQ5Y3pveU9pSm9NU0k3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TVRVNklsTnZkWEpqWlNCVFlXNXpJRkJ5YnlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem95T2lKb01pSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZNVFU2SWxOdmRYSmpaU0JUWVc1eklGQnlieUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTXlJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1UVTZJbE52ZFhKalpTQlRZVzV6SUZCeWJ5STdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pveU9pSm9OQ0k3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TURvaUlqdHpPalU2SW5OMGVXeGxJanR6T2pBNklpSTdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPMzF6T2pJNkltZzFJanRoT2pRNmUzTTZORG9pYzJsNlpTSTdjem93T2lJaU8zTTZORG9pWm05dWRDSTdjem93T2lJaU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWE02TWpvaWFEWWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakE2SWlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDlmWE02TVRRNkltTnZiRzl5WDJWc1pXMWxiblJ6SWp0aE9qWTZlM002TVRjNkltWnZiM1JsY2w5MFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hOem9pWm05dmRHVnlYMnhwYm10ZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pJek9pSm1iMjkwWlhKZmJHbHVhMTlvYjNabGNsOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UZzZJbVpsWVhSMWNtVmZkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPM002TVRnNkltWmxZWFIxY21WZmJHbHVhMTlqYjJ4dmNpSTdjem93T2lJaU8zTTZNalE2SW1abFlYUjFjbVZmYkdsdWExOW9iM1psY2w5amIyeHZjaUk3Y3pvd09pSWlPMzE5IjtzOjIxOiJjb2xvcl9zY2hlbWVfYWR2YW5jZWQiO3M6MjQ2MDoiWVRvM09udHpPakV6T2lKdVlYWmZZbUZ5WDJGaWIzWmxJanRoT2pFd09udHpPakV6T2lKdVlYWmZZbUZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TVRvaWJtRjJYMkpoY2w5bGJtUWlPM002TURvaUlqdHpPakU1T2lKdVlYWmZZbUZ5WDJodmRtVnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOem9pYm1GMlgySmhjbDlvYjNabGNsOWxibVFpTzNNNk1Eb2lJanR6T2pFd09pSnVZWFpmWW1GeVgySm5JanR6T2pBNklpSTdjem95TWpvaWJtRjJYMkpoY2w5aVoxOW9iM1psY2w5emRHRnlkQ0k3Y3pvd09pSWlPM002TVRVNkltNWhkbDlpWVhKZlpHUmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UWTZJbTVoZGw5aVlYSmZaR1JmYUc5MlpYSWlPM002TURvaUlqdHpPakV5T2lKdVlYWmZZbUZ5WDJ4cGJtc2lPM002TURvaUlqdHpPakV6T2lKdVlYWmZZbUZ5WDJodmRtVnlJanR6T2pBNklpSTdmWE02TVRNNkltNWhkbDlpWVhKZlltVnNiM2NpTzJFNk1UQTZlM002TVRNNkltNWhkbDlpWVhKZmMzUmhjblFpTzNNNk56b2lJek01TkdZMlppSTdjem94TVRvaWJtRjJYMkpoY2w5bGJtUWlPM002TnpvaUl6TTVOR1kyWmlJN2N6b3hPVG9pYm1GMlgySmhjbDlvYjNabGNsOXpkR0Z5ZENJN2N6b3dPaUlpTzNNNk1UYzZJbTVoZGw5aVlYSmZhRzkyWlhKZlpXNWtJanR6T2pBNklpSTdjem94TURvaWJtRjJYMkpoY2w5aVp5STdjem93T2lJaU8zTTZNakk2SW01aGRsOWlZWEpmWW1kZmFHOTJaWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakUxT2lKdVlYWmZZbUZ5WDJSa1gyeHBibXNpTzNNNk1Eb2lJanR6T2pFMk9pSnVZWFpmWW1GeVgyUmtYMmh2ZG1WeUlqdHpPakE2SWlJN2N6b3hNam9pYm1GMlgySmhjbDlzYVc1cklqdHpPakE2SWlJN2N6b3hNem9pYm1GMlgySmhjbDlvYjNabGNpSTdjem93T2lJaU8zMXpPakUzT2lKdVlYWmZZbUZ5WDJGc2IyNW5jMmxrWlNJN1lUbzNPbnR6T2pFd09pSnVZWFpmWW1GeVgySm5JanR6T2pBNklpSTdjem94TmpvaWJtRjJYMkpoY2w5aVoxOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1qQTZJbTVoZGw5aVlYSmZZbWRmYm1GMlgyaHZkbVZ5SWp0ek9qQTZJaUk3Y3pveE1qb2libUYyWDJKaGNsOXNhVzVySWp0ek9qQTZJaUk3Y3pveE16b2libUYyWDJKaGNsOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1UVTZJbTVoZGw5aVlYSmZaR1JmYkdsdWF5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWkdSZmFHOTJaWElpTzNNNk1Eb2lJanQ5Y3pveE1qb2labVZoZEhWeVpWOWhjbVZoSWp0aE9qYzZlM002TVRNNkltWmxZWFIxY21WZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFeE9pSm1aV0YwZFhKbFgyVnVaQ0k3Y3pvd09pSWlPM002TVRBNkluUmxlSFJmWTI5c2IzSWlPM002TURvaUlqdHpPakV3T2lKc2FXNXJYMk52Ykc5eUlqdGhPakk2ZTNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTFPaUowWlhoMFgyUmxZMjl5WVhScGIyNGlPM002TURvaUlqdDljem94TmpvaWJHbHVhMTlvYjNabGNsOWpiMnh2Y2lJN1lUb3lPbnR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE5Ub2lkR1Y0ZEY5a1pXTnZjbUYwYVc5dUlqdHpPakE2SWlJN2ZYTTZNam9pWW1jaU8zTTZNRG9pSWp0ek9qRXdPaUppWjE5dmNIUnBiMjV6SWp0ek9qQTZJaUk3ZlhNNk1UTTZJbVpsWVhSMWNtVmZkR2wwYkdVaU8yRTZNenA3Y3pveE9Ub2labVZoZEhWeVpWOTBhWFJzWlY5emRHRnlkQ0k3Y3pvd09pSWlPM002TVRjNkltWmxZWFIxY21WZmRHbDBiR1ZmWlc1a0lqdHpPakE2SWlJN2N6b3lORG9pWm1WaGRIVnlaVjkwYVhSc1pWOTBaWGgwWDJOdmJHOXlJanR6T2pBNklpSTdmWE02TmpvaVptOXZkR1Z5SWp0aE9qVTZlM002TVRJNkltWnZiM1JsY2w5emRHRnlkQ0k3Y3pvd09pSWlPM002TVRBNkltWnZiM1JsY2w5bGJtUWlPM002TURvaUlqdHpPakUzT2lKbWIyOTBaWEpmZEdWNGRGOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UYzZJbVp2YjNSbGNsOXNhVzVyWDJOdmJHOXlJanRoT2pJNmUzTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk5Eb2libTl1WlNJN2ZYTTZNak02SW1admIzUmxjbDlzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanRoT2pJNmUzTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk5Eb2libTl1WlNJN2ZYMXpPalE2SW5CaFoyVWlPMkU2TkRwN2N6b3hNam9pY21Wd1pXRjBhVzVuWDJKbklqdHpPakE2SWlJN2N6bzRPaUppWjE5amIyeHZjaUk3Y3pvd09pSWlPM002TVRBNklteHBibXRmWTI5c2IzSWlPMkU2TWpwN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zTTZNVFU2SW5SbGVIUmZaR1ZqYjNKaGRHbHZiaUk3Y3pvME9pSnViMjVsSWp0OWN6b3hOam9pYkdsdWExOW9iM1psY2w5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qUTZJbTV2Ym1VaU8zMTlmUT09IjtzOjE1OiJtb2JpbGVfcmVkaXJlY3QiO3M6NjA6IllUb3lPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUoxY213aU8zTTZNRG9pSWp0OSI7czozOiJzZW8iO3M6MTkyOiJZVG8yT250ek9qVTZJblJwZEd4bElqdHpPakE2SWlJN2N6b3hNVG9pWkdWelkzSnBjSFJwYjI0aU8zTTZNRG9pSWp0ek9qZzZJbXRsZVhkdmNtUnpJanR6T2pBNklpSTdjem8zT2lKdlozUnBkR3hsSWp0ek9qQTZJaUk3Y3pveE16b2liMmRrWlhOamNtbHdkR2x2YmlJN2N6b3dPaUlpTzNNNk56b2liMmRwYldGblpTSTdjem93T2lJaU8zMD0iO3M6Nzoic2NyaXB0cyI7czoxMjQ6IllUb3hPbnRwT2pBN1lUb3lPbnR6T2pnNkluQnZjMmwwYVc5dUlqdHpPak02SW1OemN5STdjem8yT2lKelkzSnBjSFFpTzNNNk16RTZJaTVpWVc1dVpYSWdMbXh2WjI4Z2FXMW5lM2RwWkhSb09qSXdNSEI0TzMwaU8zMTkiO3M6ODoiZmJfc2hhcmUiO3M6NDA6IllUb3hPbnR6T2pnNklteHBhMlZmZFhKc0lqdHpPakE2SWlJN2ZRPT0iO3M6ODoibGlnaHRib3giO3M6ODoiWWpvd093PT0iO3M6MTM6ImV4aXRfcmVkaXJlY3QiO3M6ODg6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUoxY213aU8zTTZNRG9pSWp0ek9qYzZJbTFsYzNOaFoyVWlPM002TURvaUlqdDkiO3M6MTQ6ImxhdW5jaF9nYXRld2F5IjtzOjg6Illqb3dPdz09IjtzOjEzOiJsYXVuY2hfZnVubmVsIjtzOjE5MjoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvNU9pSm1kVzV1Wld4ZmFXUWlPM002TVRvaU1pSTdjem94TmpvaVoyRjBaWGRoZVY5dmRtVnljbWxrWlNJN1lUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzRPaUp5WldScGNtVmpkQ0k3Y3pvd09pSWlPM002TkRvaVkyOWtaU0k3Y3pvd09pSWlPMzE5Ijt9'),(27,'Features Sales Page',5,'Features sales page for selling features of a product or service|http://www.thetradingroom.com/wp-content/uploads/2014/03/features_salespage.jpg','jpg','YToxOntzOjQ6ImJvZHkiO2E6Mjp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU1OiJiYWNrZ3JvdW5kOiMwMTk0ZTM7cGFkZGluZy10b3A6NDBweDtwYWRkaW5nLWJvdHRvbTowcHg7IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjE6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSIzNCIgZm9udF9jb2xvcj0iI2ZmZmZmZiIgZm9udF9zaGFkb3c9ImRhcmsiIGFsaWduPSJjZW50ZXIiXUJ1aWxkIFByb2Zlc3Npb25hbCBNYXJrZXRpbmcgU2l0ZXMgaW4gTWludXRlcywgV2l0aG91dCBDb2RlIVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODI6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSIyMCIgZm9udF9jb2xvcj0iI2ZmZmZmZiIgZm9udF9zaGFkb3c9ImRhcmsiIGFsaWduPSJjZW50ZXIiXUNyZWF0ZSBhd2Vzb21lIG1hcmtldGluZyBzaXRlcyBhbmQgcGFnZXMgd2l0aCBvdXIgc2ltcGxlIHBvaW50IGFuZCBjbGljayBzb2Z0d2FyZVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODc6IltpbWFnZXMgc3R5bGU9IjAiIGltYWdlPSJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9zY3JlZW5zaG90c18xX3NsaWNlZDExLnBuZyIgd2lkdGg9IjEzMDAiIGFsaWduPSJjZW50ZXIiIHRvcF9tYXJnaW49IjIwIiBib3R0b21fbWFyZ2luPSIwIiBmdWxsX3dpZHRoPSJZIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6OTY6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNd01UazBaVE1pTENKd1lXUmthVzVuVkc5d0lqb2lOREFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTUNKOSI7fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoyMDoicGFkZGluZy1ib3R0b206NzBweDsiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6NDp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjcxMToiW2ZlYXR1cmVfYmxvY2sgc3R5bGU9Imljb24iIGNvbHVtbnM9IjQiIGljb25fc3R5bGU9IjQiXVtmZWF0dXJlIHRpdGxlPSJJbmZpbml0ZSBGZWF0dXJlcyBBdmFpbGFibGUiIGljb249IjMwMy1hbHQucG5nIiBiZ19jb2xvcj0iIzAxOTRlMyJdQWxpcXVhbSBwZWxsZW50ZXNxdWUgaXBzdW0gbmlzbCwgaW4gZmV1Z2lhdCBlcmF0IHNhZ2l0dGlzIHNpdCBhbWV0LlsvZmVhdHVyZV0gW2ZlYXR1cmUgdGl0bGU9IkludGVncmF0ZWQgTWVtYmVyc2hpcCBTeXN0ZW0iIGljb249IjMwOS1hbHQucG5nIiBiZ19jb2xvcj0iIzAxOTRlMyJdQWxpcXVhbSBwZWxsZW50ZXNxdWUgaXBzdW0gbmlzbCwgaW4gZmV1Z2lhdCBlcmF0IHNhZ2l0dGlzIHNpdCBhbWV0LlsvZmVhdHVyZV0gW2ZlYXR1cmUgdGl0bGU9IkZhY2Vib29rIENvbW1lbnRzIEluY2x1ZGVkIiBpY29uPSIyNDItYWx0LnBuZyIgYmdfY29sb3I9IiMwMTk0ZTMiXUFsaXF1YW0gcGVsbGVudGVzcXVlIGlwc3VtIG5pc2wsIGluIGZldWdpYXQgZXJhdCBzYWdpdHRpcyBzaXQgYW1ldC5bL2ZlYXR1cmVdIFtmZWF0dXJlIHRpdGxlPSJNb2JpbGUgUmVzcG9uc2l2ZSBQYWdlcyIgaWNvbj0iMjMyLWFsdC5wbmciIGJnX2NvbG9yPSIjMDE5NGUzIl1BbGlxdWFtIHBlbGxlbnRlc3F1ZSBpcHN1bSBuaXNsLCBpbiBmZXVnaWF0IGVyYXQgc2FnaXR0aXMgc2l0IGFtZXQuWy9mZWF0dXJlXSBbL2ZlYXR1cmVfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3NTk6IltmZWF0dXJlX2Jsb2NrIHN0eWxlPSJpY29uIiBjb2x1bW5zPSI0IiBpY29uX3N0eWxlPSI0Il1bZmVhdHVyZSB0aXRsZT0iIENsYXNzIEFwdGVudCBUYWNpdGkgIiBpY29uPSIxMzYtYWx0LnBuZyIgYmdfY29sb3I9IiMwMTk0ZTMiXURvbmVjIGRpZ25pc3NpbSBpZCBvcmNpIHNlZCBlbGVtZW50dW0uIEluIG9ybmFyZSBjb25zZXF1YXQgbGFjdXMgYWMgaW1wZXJkaWV0LlsvZmVhdHVyZV0gW2ZlYXR1cmUgdGl0bGU9IlZpdmFtdXMgRWxlbWVudHVtIiBpY29uPSIxNTctYWx0LnBuZyIgYmdfY29sb3I9IiMwMTk0ZTMiXVZpdmFtdXMgZWxlbWVudHVtIGlwc3VtIGZldWdpYXQgcmlzdXMgZmVybWVudHVtLCBxdWlzIHRlbXBvciBlcmF0IGJpYmVuZHVtLlsvZmVhdHVyZV0gW2ZlYXR1cmUgdGl0bGU9IiBOdWxsYW0gRWxlbWVudHVtIiBpY29uPSIxNzctYWx0LnBuZyIgYmdfY29sb3I9IiMwMTk0ZTMiXUFsaXF1YW0gdWx0cmljZXMgc3VzY2lwaXQgbGliZXJvLCBldCB2ZWhpY3VsYSBtYXNzYSBjdXJzdXMgdXQuIFZpdmFtdXMgZGFwaWJ1cyBmZXJtZW50dW0gdG9ydG9yIGluIGlhY3VsaXMuWy9mZWF0dXJlXSBbZmVhdHVyZSB0aXRsZT0iQ29uc2VxdWF0IEV1aXNtb2QiIGljb249IjIxMC1hbHQucG5nIiBiZ19jb2xvcj0iIzAxOTRlMyJdRnVzY2UgZWxpdCByaXN1cywgY29uZGltZW50dW0gaWQgZmVsaXMgZXQsIHNvZGFsZXMgZmF1Y2lidXMgb2Rpby4gUHJvaW4gbGFvcmVldCBhYyB1cm5hLlsvZmVhdHVyZV0gWy9mZWF0dXJlX2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzA6Ilt2ZXJ0aWNhbF9zcGFjaW5nIGhlaWdodD0iMzAiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NjkyOiJbYnV0dG9uXzEgdGV4dD0iR2V0IFN0YXJ0ZWQgTm93IiB0ZXh0X3NpemU9IjMyIiB0ZXh0X2NvbG9yPSIjZmZmZmZmIiB0ZXh0X2ZvbnQ9IlNvdXJjZSBTYW5zIFBybztnb29nbGUiIHRleHRfYm9sZD0iWSIgdGV4dF9sZXR0ZXJfc3BhY2luZz0iLTEiIHN1YnRleHRfcGFuZWw9IlkiIHN1YnRleHQ9IlNpZ251cCBOb3cgYW5kIGNyZWF0ZSB5b3VyIGZpcnN0IHBhZ2UgaW4gMzAgc2Vjb25kcyIgc3VidGV4dF9zaXplPSIxNCIgc3VidGV4dF9jb2xvcj0iI2ZmZmZmZiIgdGV4dF9zaGFkb3dfcGFuZWw9IlkiIHRleHRfc2hhZG93X3ZlcnRpY2FsPSIxIiB0ZXh0X3NoYWRvd19jb2xvcj0iIzI1NmYzZiIgc3R5bGluZ193aWR0aD0iODkiIHN0eWxpbmdfaGVpZ2h0PSIyMyIgc3R5bGluZ19ib3JkZXJfY29sb3I9IiM1MzkzNjUiIHN0eWxpbmdfYm9yZGVyX3NpemU9IjEiIHN0eWxpbmdfYm9yZGVyX3JhZGl1cz0iNiIgc3R5bGluZ19ib3JkZXJfb3BhY2l0eT0iMTAwIiBzdHlsaW5nX2dyYWRpZW50PSJZIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPSIjNDFjMzIyIiBkcm9wX3NoYWRvd19wYW5lbD0iTiIgaW5zZXRfc2hhZG93X3BhbmVsPSJZIiBpbnNldF9zaGFkb3dfdmVydGljYWw9IjEiIGluc2V0X3NoYWRvd19jb2xvcj0iIzk1ZDU4YiIgaW5zZXRfc2hhZG93X29wYWNpdHk9IjEwMCIgYWxpZ249ImNlbnRlciIvXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTnpBaWZRPT0iO319fQ==','YToxODp7czoxMzoiaGVhZGVyX2xheW91dCI7czoxMDk2OiJZVG94TURwN2N6bzBPaUpzYjJkdklqdHpPamM1T2lKb2RIUndPaTh2ZDNkM0xuUm9aWFJ5WVdScGJtZHliMjl0TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TkM4d015OXpZVzF3YkdVdGJHOW5ieTEzYUdsMFpUSXVjRzVuSWp0ek9qVTZJbUpuYVcxbklqdHpPakE2SWlJN2N6b3hNVG9pY21Wd1pXRjBZbWRwYldjaU8zTTZNRG9pSWp0ek9qYzZJbUpuWTI5c2IzSWlPM002TnpvaUl6SXhNakV5TVNJN2N6b3hNRG9pYkdsdWExOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UTTZJbTFsYm5VdGNHOXphWFJwYjI0aU8zTTZPVG9pWVd4dmJtZHphV1JsSWp0ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVdTSTdjem94TXpvaWJtRjJYMkpoY2w5aFltOTJaU0k3WVRvM09udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSnVZWFlpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDNOb1lXUnZkeUk3Y3pvd09pSWlPM002TVRFNkltWnZiblJmZDJWcFoyaDBJanR6T2pBNklpSTdjem81T2lKbWIyNTBYM05wZW1VaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgyWmhiV2xzZVNJN2N6b3dPaUlpTzNNNk5Eb2liRzluYnlJN2N6b3dPaUlpTzMxek9qRXpPaUp1WVhaZlltRnlYMkpsYkc5M0lqdGhPamM2ZTNNNk56b2laVzVoWW14bFpDSTdjem94T2lKT0lqdHpPak02SW01aGRpSTdjem93T2lJaU8zTTZNVEU2SW1admJuUmZjMmhoWkc5M0lqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOTNaV2xuYUhRaU8zTTZNRG9pSWp0ek9qazZJbVp2Ym5SZmMybDZaU0k3Y3pvd09pSWlPM002TVRFNkltWnZiblJmWm1GdGFXeDVJanR6T2pBNklpSTdjem8wT2lKc2IyZHZJanR6T2pBNklpSTdmWE02TVRjNkltNWhkbDlpWVhKZllXeHZibWR6YVdSbElqdGhPalk2ZTNNNk56b2laVzVoWW14bFpDSTdjem94T2lKWklqdHpPak02SW01aGRpSTdjem94T2lJeklqdHpPakV4T2lKbWIyNTBYM05vWVdSdmR5STdjem93T2lJaU8zTTZNVEU2SW1admJuUmZkMlZwWjJoMElqdHpPakE2SWlJN2N6bzVPaUptYjI1MFgzTnBlbVVpTzNNNk1qb2lNVE1pTzNNNk1URTZJbVp2Ym5SZlptRnRhV3g1SWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPMzE5IjtzOjEwOiJtZW1iZXJzaGlwIjtzOjg6Illqb3dPdz09IjtzOjU6InRoZW1lIjtzOjY4OiJZVG95T250ek9qUTZJblI1Y0dVaU8zTTZPVG9pYldGeWEyVjBhVzVuSWp0ek9qTTZJbVJwY2lJN2N6b3hPaUl4SWp0OSI7czoxMjoiZmVhdHVyZV9hcmVhIjtzOjEyMDoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvME9pSjBlWEJsSWp0cE9qRTdjem80T2lKelpYUjBhVzVuY3lJN1lUb3hPbnR6T2pFeU9pSm1iMjUwWDI5d2RHbHZibk1pTzJFNk1EcDdmWDE5IjtzOjEzOiJmZWF0dXJlX3RpdGxlIjtzOjY0OiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8xT2lKMGFYUnNaU0k3Y3pvd09pSWlPMzA9IjtzOjExOiJmb290ZXJfYXJlYSI7czozODQ6IllUbzRPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNam9pTkRBaU8zTTZNVEU2SW1admJuUmZjMmhoWkc5M0lqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOTNaV2xuYUhRaU8zTTZNRG9pSWp0ek9qazZJbVp2Ym5SZmMybDZaU0k3Y3pveU9pSXhNeUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1UVTZJbE52ZFhKalpTQlRZVzV6SUZCeWJ5STdjem94TWpvaWJHRnlaMlZmWm05dmRHVnlJanRoT2pFNmUzTTZOem9pWlc1aFlteGxaQ0k3Y3pveE9pSk9JanQ5Y3pveE56b2labTl2ZEdWeVgyUnBjMk5zWVdsdFpYSWlPMkU2TWpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TnpvaWJXVnpjMkZuWlNJN2N6b3dPaUlpTzMxOSI7czoyMToiY29sb3Jfc2NoZW1lX3RlbXBsYXRlIjtzOjg6Illqb3dPdz09IjtzOjEwOiJ0eXBvZ3JhcGh5IjtzOjE1MjA6IllUb3lPbnR6T2pFek9pSm1iMjUwWDJWc1pXMWxiblJ6SWp0aE9qazZlM002TVRBNkluTnBkR1ZmZEdsMGJHVWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakE2SWlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem8zT2lKMFlXZHNhVzVsSWp0aE9qUTZlM002TkRvaWMybDZaU0k3Y3pvd09pSWlPM002TkRvaVptOXVkQ0k3Y3pvd09pSWlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk56b2laR1ZtWVhWc2RDSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNam9pTVRjaU8zTTZORG9pWm05dWRDSTdjem94TlRvaVUyOTFjbU5sSUZOaGJuTWdVSEp2SWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem8wT2lJak5EUTBJanQ5Y3pveU9pSm9NU0k3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TVRVNklsTnZkWEpqWlNCVFlXNXpJRkJ5YnlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem95T2lKb01pSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZPVG9pVDNCbGJpQlRZVzV6SWp0ek9qVTZJbk4wZVd4bElqdHpPak02SWpNd01DSTdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPMzF6T2pJNkltZ3pJanRoT2pRNmUzTTZORG9pYzJsNlpTSTdjem93T2lJaU8zTTZORG9pWm05dWRDSTdjem93T2lJaU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWE02TWpvaWFEUWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakE2SWlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem95T2lKb05TSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZNRG9pSWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zMXpPakk2SW1nMklqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3dPaUlpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYMXpPakUwT2lKamIyeHZjbDlsYkdWdFpXNTBjeUk3WVRvMk9udHpPakUzT2lKbWIyOTBaWEpmZEdWNGRGOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UYzZJbVp2YjNSbGNsOXNhVzVyWDJOdmJHOXlJanR6T2pBNklpSTdjem95TXpvaVptOXZkR1Z5WDJ4cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFNE9pSm1aV0YwZFhKbFgzUmxlSFJmWTI5c2IzSWlPM002TURvaUlqdHpPakU0T2lKbVpXRjBkWEpsWDJ4cGJtdGZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qSTBPaUptWldGMGRYSmxYMnhwYm10ZmFHOTJaWEpmWTI5c2IzSWlPM002TURvaUlqdDlmUT09IjtzOjIxOiJjb2xvcl9zY2hlbWVfYWR2YW5jZWQiO3M6MjQ2NDoiWVRvM09udHpPakV6T2lKdVlYWmZZbUZ5WDJGaWIzWmxJanRoT2pFd09udHpPakV6T2lKdVlYWmZZbUZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TVRvaWJtRjJYMkpoY2w5bGJtUWlPM002TURvaUlqdHpPakU1T2lKdVlYWmZZbUZ5WDJodmRtVnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOem9pYm1GMlgySmhjbDlvYjNabGNsOWxibVFpTzNNNk1Eb2lJanR6T2pFd09pSnVZWFpmWW1GeVgySm5JanR6T2pBNklpSTdjem95TWpvaWJtRjJYMkpoY2w5aVoxOW9iM1psY2w5emRHRnlkQ0k3Y3pvd09pSWlPM002TVRVNkltNWhkbDlpWVhKZlpHUmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UWTZJbTVoZGw5aVlYSmZaR1JmYUc5MlpYSWlPM002TURvaUlqdHpPakV5T2lKdVlYWmZZbUZ5WDJ4cGJtc2lPM002TURvaUlqdHpPakV6T2lKdVlYWmZZbUZ5WDJodmRtVnlJanR6T2pBNklpSTdmWE02TVRNNkltNWhkbDlpWVhKZlltVnNiM2NpTzJFNk1UQTZlM002TVRNNkltNWhkbDlpWVhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFeE9pSnVZWFpmWW1GeVgyVnVaQ0k3Y3pvd09pSWlPM002TVRrNkltNWhkbDlpWVhKZmFHOTJaWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakUzT2lKdVlYWmZZbUZ5WDJodmRtVnlYMlZ1WkNJN2N6b3dPaUlpTzNNNk1UQTZJbTVoZGw5aVlYSmZZbWNpTzNNNk1Eb2lJanR6T2pJeU9pSnVZWFpmWW1GeVgySm5YMmh2ZG1WeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE5Ub2libUYyWDJKaGNsOWtaRjlzYVc1cklqdHpPakE2SWlJN2N6b3hOam9pYm1GMlgySmhjbDlrWkY5b2IzWmxjaUk3Y3pvd09pSWlPM002TVRJNkltNWhkbDlpWVhKZmJHbHVheUk3Y3pvd09pSWlPM002TVRNNkltNWhkbDlpWVhKZmFHOTJaWElpTzNNNk1Eb2lJanQ5Y3pveE56b2libUYyWDJKaGNsOWhiRzl1WjNOcFpHVWlPMkU2TnpwN2N6b3hNRG9pYm1GMlgySmhjbDlpWnlJN2N6b3dPaUlpTzNNNk1UWTZJbTVoZGw5aVlYSmZZbWRmYUc5MlpYSWlPM002TURvaUlqdHpPakl3T2lKdVlYWmZZbUZ5WDJKblgyNWhkbDlvYjNabGNpSTdjem93T2lJaU8zTTZNVEk2SW01aGRsOWlZWEpmYkdsdWF5STdjem93T2lJaU8zTTZNVE02SW01aGRsOWlZWEpmYUc5MlpYSWlPM002TURvaUlqdHpPakUxT2lKdVlYWmZZbUZ5WDJSa1gyeHBibXNpTzNNNk1Eb2lJanR6T2pFMk9pSnVZWFpmWW1GeVgyUmtYMmh2ZG1WeUlqdHpPakE2SWlJN2ZYTTZNVEk2SW1abFlYUjFjbVZmWVhKbFlTSTdZVG8zT250ek9qRXpPaUptWldGMGRYSmxYM04wWVhKMElqdHpPakE2SWlJN2N6b3hNVG9pWm1WaGRIVnlaVjlsYm1RaU8zTTZNRG9pSWp0ek9qRXdPaUowWlhoMFgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE1Eb2liR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlhNNk1UWTZJbXhwYm10ZmFHOTJaWEpmWTI5c2IzSWlPMkU2TWpwN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zTTZNVFU2SW5SbGVIUmZaR1ZqYjNKaGRHbHZiaUk3Y3pvd09pSWlPMzF6T2pJNkltSm5JanR6T2pBNklpSTdjem94TURvaVltZGZiM0IwYVc5dWN5STdjem93T2lJaU8zMXpPakV6T2lKbVpXRjBkWEpsWDNScGRHeGxJanRoT2pNNmUzTTZNVGs2SW1abFlYUjFjbVZmZEdsMGJHVmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRTNPaUptWldGMGRYSmxYM1JwZEd4bFgyVnVaQ0k3Y3pvd09pSWlPM002TWpRNkltWmxZWFIxY21WZmRHbDBiR1ZmZEdWNGRGOWpiMnh2Y2lJN2N6b3dPaUlpTzMxek9qWTZJbVp2YjNSbGNpSTdZVG8xT250ek9qRXlPaUptYjI5MFpYSmZjM1JoY25RaU8zTTZOem9pSXpJeE1qRXlNU0k3Y3pveE1Eb2labTl2ZEdWeVgyVnVaQ0k3Y3pvM09pSWpNakV5TVRJeElqdHpPakUzT2lKbWIyOTBaWEpmZEdWNGRGOWpiMnh2Y2lJN2N6bzNPaUlqWkdKa1ltUmlJanR6T2pFM09pSm1iMjkwWlhKZmJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPamM2SWlOa1ltUmlaR0lpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMXpPakl6T2lKbWIyOTBaWEpmYkdsdWExOW9iM1psY2w5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pjNklpTmtZbVJpWkdJaU8zTTZNVFU2SW5SbGVIUmZaR1ZqYjNKaGRHbHZiaUk3Y3pvd09pSWlPMzE5Y3pvME9pSndZV2RsSWp0aE9qUTZlM002TVRJNkluSmxjR1ZoZEdsdVoxOWlaeUk3Y3pvd09pSWlPM002T0RvaVltZGZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRXdPaUpzYVc1clgyTnZiRzl5SWp0aE9qSTZlM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFMU9pSjBaWGgwWDJSbFkyOXlZWFJwYjI0aU8zTTZNRG9pSWp0OWN6b3hOam9pYkdsdWExOW9iM1psY2w5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlgxOSI7czoxNToibW9iaWxlX3JlZGlyZWN0IjtzOjYwOiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdDkiO3M6Mzoic2VvIjtzOjEwMDoiWVRvek9udHpPalU2SW5ScGRHeGxJanR6T2pBNklpSTdjem94TVRvaVpHVnpZM0pwY0hScGIyNGlPM002TURvaUlqdHpPamc2SW10bGVYZHZjbVJ6SWp0ek9qQTZJaUk3ZlE9PSI7czo3OiJzY3JpcHRzIjtzOjEyNDoiWVRveE9udHBPakE3WVRveU9udHpPamc2SW5CdmMybDBhVzl1SWp0ek9qTTZJbU56Y3lJN2N6bzJPaUp6WTNKcGNIUWlPM002TXpBNklpNWlZVzV1WlhJZ0xteHZaMjhnYVcxbmUzZHBaSFJvT2pJd01IQjRmU0k3ZlgwPSI7czo4OiJmYl9zaGFyZSI7czoxMjQ6IllUbzBPbnR6T2pVNkluUnBkR3hsSWp0ek9qQTZJaUk3Y3pveE1Ub2laR1Z6WTNKcGNIUnBiMjRpTzNNNk1Eb2lJanR6T2pVNkltbHRZV2RsSWp0ek9qQTZJaUk3Y3pvNE9pSnNhV3RsWDNWeWJDSTdjem93T2lJaU8zMD0iO3M6ODoibGlnaHRib3giO3M6MzcwMDoiWVRvMU9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvM09pSnphRzkzWDI5dUlqdHpPalE2SW14dllXUWlPM002TkRvaWRIbHdaU0k3Y3pvMU9pSnZjSFJwYmlJN2N6b3hNRG9pYjNCMGFXNWZabTl5YlNJN1lUb3pPbnR6T2prNkltWnZjbTFmYUhSdGJDSTdZVG94TnpwN2N6b3hNRG9pWlcxaGFXeGZaR0YwWVNJN2N6b3dPaUlpTzNNNk1UTTZJbVZ0WVdsc1gyRmtaSEpsYzNNaU8zTTZNRG9pSWp0ek9qRXlPaUp5WldScGNtVmpkRjkxY213aU8zTTZNRG9pSWp0ek9qRXlPaUpsZUhSeVlWOW1hV1ZzWkhNaU8zTTZNRG9pSWp0ek9qRTRPaUpsYldGcGJGOWxlSFJ5WVY5bWFXVnNaSE1pTzNNNk1Eb2lJanR6T2pRNkltaDBiV3dpTzNNNk1Eb2lJanR6T2pFd09pSnVaWGRmZDJsdVpHOTNJanR6T2pBNklpSTdjem94TWpvaVpHbHpZV0pzWlY5dVlXMWxJanR6T2pBNklpSTdjem80T2lKdVlXMWxYMkp2ZUNJN2N6b3dPaUlpTzNNNk9Ub2laVzFoYVd4ZlltOTRJanR6T2pBNklpSTdjem8yT2lKaFkzUnBiMjRpTzNNNk1Eb2lJanR6T2pZNkltWnBaV3hrY3lJN2N6b3dPaUlpTzNNNk5qb2liV1YwYUc5a0lqdHpPalE2SW5CdmMzUWlPM002TVRZNkltbHVkR1ZuY21GMGFXOXVYM1I1Y0dVaU8zTTZOam9pWTNWemRHOXRJanR6T2pRNklteHBjM1FpTzNNNk1Eb2lJanR6T2pFME9pSjBhR0Z1YTE5NWIzVmZjR0ZuWlNJN2N6b3dPaUlpTzNNNk1URTZJbUZqZEdsdmJsOXdZV2RsSWp0ek9qQTZJaUk3ZlhNNk56b2lZMjl1ZEdWdWRDSTdZVG8xT250ek9qVTZJblJwZEd4bElqdHpPak15T2lKVFpXeHNJRUZ1ZVhSb2FXNW5JRmRwZEdnZ1QzQjBhVzFwZW1WUWNtVnpjeUk3Y3pveE1Ub2labTl5YlY5b1pXRmtaWElpTzNNNk9EZzZJa3h2Y21WdElHbHdjM1Z0SUdSdmJHOXlJSE5wZENCaGJXVjBMQ0JqYjI1elpXTjBaWFIxWlhJZ1lXUnBjR2x6WTJsdVp5QmxiR2wwTENCelpXUWdaR2xoYlNCdWIyNTFiVzE1SUc1cFltZ2daWFZwYzIxdlpDNGlPM002TVRFNkltWnZiM1JsY2w5dWIzUmxJanR6T2pZME9pSlpiM1Z5SUdsdVptOXliV0YwYVc5dUlHbHpJREV3TUNVZ2MyVmpkWEpsSUhkcGRHZ2dkWE1nWVc1a0lIZHBiR3dnYm1WMlpYSWdZbVVnYzJoaGNtVmtJanR6T2pFeU9pSnVZVzFsWDJSbFptRjFiSFFpTzNNNk1qUTZJa1Z1ZEdWeUlIbHZkWElnUm1seWMzUWdUbUZ0WlM0dUxpSTdjem94TXpvaVpXMWhhV3hmWkdWbVlYVnNkQ0k3Y3pveU56b2lSVzUwWlhJZ2VXOTFjaUJGYldGcGJDQkJaR1J5WlhOekxpNHVJanQ5Y3pveE16b2ljM1ZpYldsMFgySjFkSFJ2YmlJN1lUbzFOanA3Y3pvMk9pSmlkWFIwYjI0aU8yRTZNRHA3ZlhNNk9Eb2liRzlqWVhScGIyNGlPM002TXpZNkltOXdYMnhwWjJoMFltOTRYMjl3ZEdsdVgyWnZjbTFmYzNWaWJXbDBYMkoxZEhSdmJpSTdjem8zT2lKamIyNTBaVzUwSWp0ek9qQTZJaUk3Y3pvME9pSjBlWEJsSWp0ek9qRTZJakFpTzNNNk5Ub2lhVzFoWjJVaU8zTTZNRG9pSWp0ek9qRXlPaUpsYkdWdFpXNTBYM1I1Y0dVaU8zTTZNRG9pSWp0ek9qUTZJbWh5WldZaU8zTTZNRG9pSWp0ek9qRXdPaUp1WlhkZmQybHVaRzkzSWp0ek9qQTZJaUk3Y3pveU9pSmpZeUk3Y3pvd09pSWlPM002TlRvaVlXeHBaMjRpTzNNNk1Eb2lJanR6T2pRNkluUmxlSFFpTzNNNk1Eb2lJanR6T2prNkluUmxlSFJmYzJsNlpTSTdjem95T2lJek1pSTdjem94TURvaWRHVjRkRjlqYjJ4dmNpSTdjem8zT2lJak1EQXdNREF3SWp0ek9qazZJblJsZUhSZlptOXVkQ0k3Y3pvd09pSWlPM002T1RvaWRHVjRkRjlpYjJ4a0lqdHpPakU2SWpFaU8zTTZNVFE2SW5SbGVIUmZkVzVrWlhKc2FXNWxJanR6T2pBNklpSTdjem94TVRvaWRHVjRkRjlwZEdGc2FXTWlPM002TURvaUlqdHpPakU1T2lKMFpYaDBYMnhsZEhSbGNsOXpjR0ZqYVc1bklqdHpPakU2SWpBaU8zTTZNVE02SW5OMVluUmxlSFJmY0dGdVpXd2lPM002TURvaUlqdHpPamM2SW5OMVluUmxlSFFpTzNNNk1Eb2lJanR6T2pFeU9pSnpkV0owWlhoMFgzTnBlbVVpTzNNNk1Eb2lJanR6T2pFek9pSnpkV0owWlhoMFgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE1qb2ljM1ZpZEdWNGRGOW1iMjUwSWp0ek9qQTZJaUk3Y3pveE1qb2ljM1ZpZEdWNGRGOWliMnhrSWp0ek9qQTZJaUk3Y3pveE56b2ljM1ZpZEdWNGRGOTFibVJsY214cGJtVWlPM002TURvaUlqdHpPakUwT2lKemRXSjBaWGgwWDJsMFlXeHBZeUk3Y3pvd09pSWlPM002TWpJNkluTjFZblJsZUhSZmJHVjBkR1Z5WDNOd1lXTnBibWNpTzNNNk1Eb2lJanR6T2pFM09pSjBaWGgwWDNOb1lXUnZkMTl3WVc1bGJDSTdjem94T2lKWklqdHpPakl3T2lKMFpYaDBYM05vWVdSdmQxOTJaWEowYVdOaGJDSTdjem94T2lJeElqdHpPakl5T2lKMFpYaDBYM05vWVdSdmQxOW9iM0pwZW05dWRHRnNJanR6T2pFNklqQWlPM002TVRjNkluUmxlSFJmYzJoaFpHOTNYMk52Ykc5eUlqdHpPamM2SWlObVptWm1NREFpTzNNNk1UWTZJblJsZUhSZmMyaGhaRzkzWDJKc2RYSWlPM002TVRvaU1DSTdjem94TXpvaWMzUjViR2x1WjE5M2FXUjBhQ0k3Y3pvd09pSWlPM002TVRRNkluTjBlV3hwYm1kZmFHVnBaMmgwSWp0ek9qQTZJaUk3Y3pveU1Eb2ljM1I1YkdsdVoxOWliM0prWlhKZlkyOXNiM0lpTzNNNk56b2lJekF3TURBd01DSTdjem94T1RvaWMzUjViR2x1WjE5aWIzSmtaWEpmYzJsNlpTSTdjem94T2lJeElqdHpPakl4T2lKemRIbHNhVzVuWDJKdmNtUmxjbDl5WVdScGRYTWlPM002TVRvaU5pSTdjem95TWpvaWMzUjViR2x1WjE5aWIzSmtaWEpmYjNCaFkybDBlU0k3Y3pvek9pSXhNREFpTzNNNk1UWTZJbk4wZVd4cGJtZGZaM0poWkdsbGJuUWlPM002TURvaUlqdHpPakV6T2lKemRIbHNhVzVuWDNOb2FXNWxJanR6T2pFNklsa2lPM002TWpnNkluTjBlV3hwYm1kZlozSmhaR2xsYm5SZmMzUmhjblJmWTI5c2IzSWlPM002TnpvaUkyWm1abVl3TUNJN2N6b3lOam9pYzNSNWJHbHVaMTluY21Ga2FXVnVkRjlsYm1SZlkyOXNiM0lpTzNNNk56b2lJMlptWVRBek5TSTdjem94TnpvaVpISnZjRjl6YUdGa2IzZGZjR0Z1Wld3aU8zTTZNVG9pV1NJN2N6b3lNRG9pWkhKdmNGOXphR0ZrYjNkZmRtVnlkR2xqWVd3aU8zTTZNVG9pTVNJN2N6b3lNam9pWkhKdmNGOXphR0ZrYjNkZmFHOXlhWHB2Ym5SaGJDSTdjem94T2lJd0lqdHpPakUyT2lKa2NtOXdYM05vWVdSdmQxOWliSFZ5SWp0ek9qRTZJakVpTzNNNk1UZzZJbVJ5YjNCZmMyaGhaRzkzWDNOd2NtVmhaQ0k3Y3pveE9pSXdJanR6T2pFM09pSmtjbTl3WDNOb1lXUnZkMTlqYjJ4dmNpSTdjem8zT2lJak1EQXdNREF3SWp0ek9qRTVPaUprY205d1gzTm9ZV1J2ZDE5dmNHRmphWFI1SWp0ek9qSTZJalV3SWp0ek9qRTRPaUpwYm5ObGRGOXphR0ZrYjNkZmNHRnVaV3dpTzNNNk1Ub2lXU0k3Y3pveU1Ub2lhVzV6WlhSZmMyaGhaRzkzWDNabGNuUnBZMkZzSWp0ek9qRTZJakFpTzNNNk1qTTZJbWx1YzJWMFgzTm9ZV1J2ZDE5b2IzSnBlbTl1ZEdGc0lqdHpPakU2SWpBaU8zTTZNVGM2SW1sdWMyVjBYM05vWVdSdmQxOWliSFZ5SWp0ek9qRTZJakFpTzNNNk1UazZJbWx1YzJWMFgzTm9ZV1J2ZDE5emNISmxZV1FpTzNNNk1Ub2lNU0k3Y3pveE9Eb2lhVzV6WlhSZmMyaGhaRzkzWDJOdmJHOXlJanR6T2pjNklpTm1abVptTURBaU8zTTZNakE2SW1sdWMyVjBYM05vWVdSdmQxOXZjR0ZqYVhSNUlqdHpPakk2SWpVd0lqdDlmWE02TVRJNkltaDBiV3hmWTI5dWRHVnVkQ0k3WVRveE9udHpPamM2SW1OdmJuUmxiblFpTzNNNk1Eb2lJanQ5ZlE9PSI7czoxMzoiZXhpdF9yZWRpcmVjdCI7czo4ODoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSjFjbXdpTzNNNk1Eb2lJanR6T2pjNkltMWxjM05oWjJVaU8zTTZNRG9pSWp0OSI7czoxNDoib25lX3RpbWVfb2ZmZXIiO3M6MTg4OiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdHpPalE2SW5ScGJXVWlPMkU2TkRwN2N6bzBPaUprWVhseklqdHpPakE2SWlJN2N6bzFPaUpvYjNWeWN5STdjem93T2lJaU8zTTZOem9pYldsdWRYUmxjeUk3Y3pvd09pSWlPM002TnpvaWMyVmpiMjVrY3lJN2N6b3dPaUlpTzMxOSI7czoxNDoibGF1bmNoX2dhdGV3YXkiO3M6ODoiWWpvd093PT0iO3M6MTM6ImxhdW5jaF9mdW5uZWwiO3M6MTkyOiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem81T2lKbWRXNXVaV3hmYVdRaU8zTTZNVG9pTWlJN2N6b3hOam9pWjJGMFpYZGhlVjl2ZG1WeWNtbGtaU0k3WVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvNE9pSnlaV1JwY21WamRDSTdjem93T2lJaU8zTTZORG9pWTI5a1pTSTdjem93T2lJaU8zMTkiO30='),(28,'Sales Page with Lightbox Video',5,'Modern style sales page with features & video in lightbox|http://www.thetradingroom.com/wp-content/uploads/2014/03/salespage_with_lightbox.jpg','jpg','YToxOntzOjQ6ImJvZHkiO2E6OTp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxOToiYmFja2dyb3VuZDojMWMxYzFjOyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Njp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjEwMjoiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjQ0IiBmb250X2NvbG9yPSIjZmZmZmZmIiBhbGlnbj0ibGVmdCJdQnVpbGQgUGFnZXMgSW4gTWludXRlc1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjk6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSIyNSIgZm9udF9jb2xvcj0iI2ZmZmZmZiIgYWxpZ249ImxlZnQiIGxpbmVfaGVpZ2h0PSIzMiJdU2F2ZSBkZXNpZ25lcnMgZmVlcywgY3JlYXRlIHlvdXIgb3duIHBhZ2VzIGluIG1pbnV0ZXMgd2l0aCBPcHRpbWl6ZVByZXNzWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMwOiJbdmVydGljYWxfc3BhY2luZyBoZWlnaHQ9IjIwIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjM2OToiW2J1dHRvbl8xIHRleHQ9IkZJTkQgT1VUIE1PUkUgTk9XIiB0ZXh0X3NpemU9IjI0IiB0ZXh0X2NvbG9yPSIjZmZmZmZmIiB0ZXh0X2ZvbnQ9IlNvdXJjZSBTYW5zIFBybztnb29nbGUiIHN1YnRleHRfcGFuZWw9Ik4iIHRleHRfc2hhZG93X3BhbmVsPSJOIiBzdHlsaW5nX3dpZHRoPSI2MCIgc3R5bGluZ19oZWlnaHQ9IjI2IiBzdHlsaW5nX2JvcmRlcl9jb2xvcj0iIzAwMDAwMCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPSI2IiBzdHlsaW5nX2JvcmRlcl9vcGFjaXR5PSIxMDAiIHN0eWxpbmdfZ3JhZGllbnRfc3RhcnRfY29sb3I9IiM4MGM0MjEiIGRyb3Bfc2hhZG93X3BhbmVsPSJOIiBpbnNldF9zaGFkb3dfcGFuZWw9Ik4iIGFsaWduPSJsZWZ0Ii9dIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMDoiW3ZlcnRpY2FsX3NwYWNpbmcgaGVpZ2h0PSIyMCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNTM6Ilt0ZXh0X2Jsb2NrIHN0eWxlPSJzdHlsZV8xLnBuZyIgYWxpZ249ImxlZnQiIGZvbnRfc2l6ZT0iMTgiIGZvbnRfY29sb3I9IiNkOWQ5ZDkiIHdpZHRoPSI0NjAiXUdldCBTdGFydGVkIFRvZGF5LiBTaWdudXAgVGFrZXMgb25seSAzMCBTZWNvbmRzWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjk5OiJbdmlkZW9fbGlnaHRib3ggdHlwZT0idXJsIiBzdHlsZT0iMyIgYXV0b19wbGF5PSJZIiB3aWR0aD0iNjAwIiBoZWlnaHQ9IjMzOCIgcGxhY2Vob2xkZXI9Imh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2FhYTEyLmpwZyIgcGxhY2Vob2xkZXJfd2lkdGg9IjExMzciIHBsYWNlaG9sZGVyX2hlaWdodD0iNjA3IiBhbGlnbj0iY2VudGVyIl1hSFIwY0RvdkwyOXdMWE4wYVc1bkxuTXpMbUZ0WVhwdmJtRjNjeTVqYjIwdlQzVjBjSFYwTG0xd05BPT1bL3ZpZGVvX2xpZ2h0Ym94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo0ODoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU14WXpGak1XTWlmUT09Ijt9aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czo3MTA6ImJhY2tncm91bmQ6I2ZhZmFmOTtiYWNrZ3JvdW5kOi13ZWJraXQtZ3JhZGllbnQobGluZWFyLCBsZWZ0IHRvcCwgbGVmdCBib3R0b20sIGNvbG9yLXN0b3AoMCUsICNmYWZhZjkpLCBjb2xvci1zdG9wKDEwMCUsICNmN2Y1ZjIpKTtiYWNrZ3JvdW5kOi13ZWJraXQtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZhZmFmOSAwJSwgI2Y3ZjVmMiAxMDAlKTtiYWNrZ3JvdW5kOi1tb3otbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZhZmFmOSAwJSwgI2Y3ZjVmMiAxMDAlKTtiYWNrZ3JvdW5kOi1tcy1saW5lYXItZ3JhZGllbnQodG9wLCAjZmFmYWY5IDAlLCAjZjdmNWYyIDEwMCUpO2JhY2tncm91bmQ6LW8tbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZhZmFmOSAwJSwgI2Y3ZjVmMiAxMDAlKTtiYWNrZ3JvdW5kOmxpbmVhci1ncmFkaWVudCh0byBib3R0b20sICNmYWZhZjkgMCUsICNmN2Y1ZjIgMTAwJSk7ZmlsdGVyOnByb2dpZDpEWEltYWdlVHJhbnNmb3JtLk1pY3Jvc29mdC5ncmFkaWVudChzdGFydENvbG9yc3RyPSNmYWZhZjksIGVuZENvbG9yc3RyPSNmN2Y1ZjIsIEdyYWRpZW50VHlwZT0wKTtwYWRkaW5nLXRvcDo1MHB4O3BhZGRpbmctYm90dG9tOjQwcHg7Ym9yZGVyLXRvcC13aWR0aDoxcHg7Ym9yZGVyLWJvdHRvbS13aWR0aDoxcHg7Ym9yZGVyLXN0eWxlOnNvbGlkO2JvcmRlci10b3AtY29sb3I6I2VmZWVlYjtib3JkZXItYm90dG9tLWNvbG9yOiNlZmVlZWI7IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTAzOiJbaGVhZGxpbmUgc3R5bGU9IjEiIGZvbnRfc2l6ZT0iMzAiIGZvbnRfY29sb3I9IiMzZTQyNDgiIGFsaWduPSJsZWZ0Il1GaXJzdCBGZWF0dXJlIEhpZ2hsaWdodFsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0MDk6Ilt0ZXh0X2Jsb2NrIHN0eWxlPSJzdHlsZV8xLnBuZyIgYWxpZ249ImxlZnQiIHRvcF9wYWRkaW5nPSIxMCIgd2lkdGg9IjQ2MCJdUHJvaW4gbWF0dGlzIHZlbGl0IG5lcXVlLCBpbiBncmF2aWRhIGF1Z3VlIHNjZWxlcmlzcXVlIGVnZXQuIFByb2luIGRpY3R1bSB1bHRyaWNlcyBsYW9yZWV0LkRvbmVjIGV1IG1hdHRpcyBuaWJoLiBQcmFlc2VudCBqdXN0byBzYXBpZW4sIGdyYXZpZGEgc2VkIHF1YW0gbm9uLCBwb3N1ZXJlIGZlcm1lbnR1bSByaXN1cy7igJMgb24geW91csKgPGEgaHJlZj0iaHR0cHM6Ly93d3cuZmxvd2RvY2suY29tL2hlbHAvZGVza3RvcCI+ZGVza3RvcDwvYT5hbmQgeW91csKgPGEgaHJlZj0iaHR0cHM6Ly93d3cuZmxvd2RvY2suY29tL2hlbHAvbW9iaWxlIj5tb2JpbGU8L2E+LlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIwMzoiW2ltYWdlcyBzdHlsZT0iMCIgaW1hZ2U9Imh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL1Jlc3BvbnNpdmUtRGVzaWduMi5wbmciIGN1c3RvbV93aWR0aD0iWSIgd2lkdGg9IjI1NiIgY3VzdG9tX3dpZHRoX3ZhbD0iMTcwIiBhbGlnbj0iY2VudGVyIiB0b3BfbWFyZ2luPSIwIiBmdWxsX3dpZHRoPSJZIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTk2OiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1ZV1poWmpraUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqWmpkbU5XWXlJaXdpY0dGa1pHbHVaMVJ2Y0NJNklqVXdJaXdpY0dGa1pHbHVaMEp2ZEhSdmJTSTZJalF3SWl3aVltOXlaR1Z5VjJsa2RHZ2lPaUl4SWl3aVltOXlaR1Z5UTI5c2IzSWlPaUlqWldabFpXVmlJbjA9Ijt9aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6NTBweDtwYWRkaW5nLWJvdHRvbTozMHB4OyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjEwNToiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjI1IiBmb250X2NvbG9yPSIjMmUyZTJlIiBhbGlnbj0ibGVmdCJdWW91IENhbiBBZGQgRmVhdHVyZXMgSGVyZVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMDoiW3ZlcnRpY2FsX3NwYWNpbmcgaGVpZ2h0PSIyMCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo2NjA6IltmZWF0dXJlX2Jsb2NrIHN0eWxlPSJpY29uIiBjb2x1bW5zPSIxIiBpY29uX3N0eWxlPSJpY29uIiBmb250X3NpemU9IjE3IiBjb250ZW50X2ZvbnRfc2l6ZT0iMTQiXVtmZWF0dXJlIHRpdGxlPSJUaGUgVWx0aW1hdGUgQWN0aXZpdHkgU3RyZWFtIiBpY29uPSIxNzcucG5nIiBiZ19jb2xvcj0iIl1Db21iaW5lIGNoYW5nZXMgaW4gYWxsIHlvdXIgdG9vbHMgaW50byBvbmUgdGVhbSBpbmJveCwgd2hlcmUgeW91IGNhbiByZWFjdCAmYW1wOyBkaXNjdXNzLlsvZmVhdHVyZV0gW2ZlYXR1cmUgdGl0bGU9IkNvbW1lbnQgb24gYW55dGhpbmcgeW91IHNlZSBvciBkbyIgaWNvbj0iMTgyLnBuZyIgYmdfY29sb3I9IiJdUmVwbHkgdG8gYW55IG1lc3NhZ2Ugb3IgZmlsZSB0byBjcmVhdGUgYSBxdWljayBtZXNzYWdlIHRocmVhZCBvbiB0aGF0IHN1YmplY3QuIEdldCBjb250ZXh0IHdoZW4geW91IG5lZWQgaXQuWy9mZWF0dXJlXSBbZmVhdHVyZSB0aXRsZT0iUmVjZWl2ZSBFLW1haWwiIGljb249IjI5MC5wbmciIGJnX2NvbG9yPSIiXUludGVncmF0ZSB0byBhbnkgdG9vbCB0aGF0IHNlbmRzIGF1dG9tYXRlZCBlLW1haWxzLiBTdGFydCBhIGNvbnZlcnNhdGlvbiBieSBzZW5kaW5nIGFuIGUtbWFpbCB0byB0ZWFtIGluYm94LlsvZmVhdHVyZV0gWy9mZWF0dXJlX2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6OTg6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSIyNSIgZm9udF9jb2xvcj0iIzI5MjkyOSIgYWxpZ249ImxlZnQiXU1vcmUgRmVhdHVyZXMgSGVyZVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMDoiW3ZlcnRpY2FsX3NwYWNpbmcgaGVpZ2h0PSIyMCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo2MTY6IltmZWF0dXJlX2Jsb2NrIHN0eWxlPSJpY29uIiBjb2x1bW5zPSIxIiBpY29uX3N0eWxlPSJpY29uIiBmb250X3NpemU9IjE3IiBjb250ZW50X2ZvbnRfc2l6ZT0iMTQiXVtmZWF0dXJlIHRpdGxlPSIxLU9uLTEgUHJpdmF0ZSBDaGF0IiBpY29uPSIyMjEucG5nIiBiZ19jb2xvcj0iIl1IYXZlIHNvbWV0aGluZyBvZiBkZWxpY2F0ZSBuYXR1cmU/IE9yIGp1c3QgZG9uJ3Qgd2FudCB0byBib3RoZXIgb3RoZXJzPyBXZSBzdXBwb3J0IHByaXZhdGUgY2hhdC5bL2ZlYXR1cmVdIFtmZWF0dXJlIHRpdGxlPSJGaWxlIFVwbG9hZHMgJiBTdG9yYWdlIiBpY29uPSIyNjMucG5nIiBiZ19jb2xvcj0iIl1RdWljayAmYW1wOyBlYXN5IGZpbGUgc2hhcmluZyByaWdodCBpbnNpZGUgdGhlIGNoYXQuIEFsbCB5b3VyIGZpbGVzIGFyZSBzdG9yZWQgZm9yZXZlci5bL2ZlYXR1cmVdIFtmZWF0dXJlIHRpdGxlPSJEcmFnIG7igJkgRHJvcCBGaWxlIFVwbG9hZHMiIGljb249IjI4OS5wbmciIGJnX2NvbG9yPSIiXUp1c3QgZ3JhYiBhIGZpbGUgYW5kIGRyYWcgaXQgb3ZlciBGbG93ZG9jayB0byBpbnN0YW50bHkgc2hhcmUgaXQgd2l0aCB5b3VyIGNvd29ya2Vycy5bL2ZlYXR1cmVdIFsvZmVhdHVyZV9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTlRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU16QWlmUT09Ijt9aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czo3MTA6ImJhY2tncm91bmQ6I2ZhZmFmOTtiYWNrZ3JvdW5kOi13ZWJraXQtZ3JhZGllbnQobGluZWFyLCBsZWZ0IHRvcCwgbGVmdCBib3R0b20sIGNvbG9yLXN0b3AoMCUsICNmYWZhZjkpLCBjb2xvci1zdG9wKDEwMCUsICNmN2Y1ZjIpKTtiYWNrZ3JvdW5kOi13ZWJraXQtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZhZmFmOSAwJSwgI2Y3ZjVmMiAxMDAlKTtiYWNrZ3JvdW5kOi1tb3otbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZhZmFmOSAwJSwgI2Y3ZjVmMiAxMDAlKTtiYWNrZ3JvdW5kOi1tcy1saW5lYXItZ3JhZGllbnQodG9wLCAjZmFmYWY5IDAlLCAjZjdmNWYyIDEwMCUpO2JhY2tncm91bmQ6LW8tbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZhZmFmOSAwJSwgI2Y3ZjVmMiAxMDAlKTtiYWNrZ3JvdW5kOmxpbmVhci1ncmFkaWVudCh0byBib3R0b20sICNmYWZhZjkgMCUsICNmN2Y1ZjIgMTAwJSk7ZmlsdGVyOnByb2dpZDpEWEltYWdlVHJhbnNmb3JtLk1pY3Jvc29mdC5ncmFkaWVudChzdGFydENvbG9yc3RyPSNmYWZhZjksIGVuZENvbG9yc3RyPSNmN2Y1ZjIsIEdyYWRpZW50VHlwZT0wKTtwYWRkaW5nLXRvcDo1MHB4O3BhZGRpbmctYm90dG9tOjQwcHg7Ym9yZGVyLXRvcC13aWR0aDoxcHg7Ym9yZGVyLWJvdHRvbS13aWR0aDoxcHg7Ym9yZGVyLXN0eWxlOnNvbGlkO2JvcmRlci10b3AtY29sb3I6I2VmZWVlYjtib3JkZXItYm90dG9tLWNvbG9yOiNlZmVlZWI7IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTIyOiJbaGVhZGxpbmUgc3R5bGU9IjEiIGZvbnRfc2l6ZT0iMjUiIGZvbnRfY29sb3I9IiMyZTJlMmUiIGFsaWduPSJsZWZ0IiBsaW5lX2hlaWdodD0iMzIiXUFub3RoZXIgRmVhdHVyZSBIaWdobGlnaHRbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjM3OiJbdGV4dF9ibG9jayBzdHlsZT0ic3R5bGVfMS5wbmciIGFsaWduPSJsZWZ0IiB0b3BfcGFkZGluZz0iMTAiIHdpZHRoPSI0NjAiXUluIG1hdHRpcyBlbmltIGluIGVsaXQgYmxhbmRpdCBsYW9yZWV0LiBEb25lYyB0aW5jaWR1bnQgcGVsbGVudGVzcXVlIGVuaW0gbm9uIGNvbW1vZG8uIEN1cmFiaXR1ciBjb25zZWN0ZXR1ciBuaXNsIHNpdCBhbWV0IGp1c3RvIHZlc3RpYnVsdW0gY29uc2VxdWF0LlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIwMjoiW2ltYWdlcyBzdHlsZT0iMCIgaW1hZ2U9Imh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL1ZpZGVvLU1hcmtldGluZzEyLnBuZyIgY3VzdG9tX3dpZHRoPSJZIiB3aWR0aD0iMjU2IiBjdXN0b21fd2lkdGhfdmFsPSIxNzAiIGFsaWduPSJjZW50ZXIiIHRvcF9tYXJnaW49IjAiIGZ1bGxfd2lkdGg9IlkiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxOTY6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObVlXWmhaamtpTENKaVlXTnJaM0p2ZFc1a1EyOXNiM0pGYm1RaU9pSWpaamRtTldZeUlpd2ljR0ZrWkdsdVoxUnZjQ0k2SWpVd0lpd2ljR0ZrWkdsdVowSnZkSFJ2YlNJNklqUXdJaXdpWW05eVpHVnlWMmxrZEdnaU9pSXhJaXdpWW05eVpHVnlRMjlzYjNJaU9pSWpaV1psWldWaUluMD0iO31pOjQ7YTo0OntzOjk6InJvd19jbGFzcyI7czoyOToicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjE3OiJwYWRkaW5nLXRvcDo1MHB4OyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6OTY6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSIyNSIgZm9udF9jb2xvcj0iIzJlMmUyZSIgYWxpZ249ImxlZnQiXUJlbmVmaXRzIFNlY3Rpb25bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoyODoiZXlKd1lXUmthVzVuVkc5d0lqb2lOVEFpZlE9PSI7fWk6NTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MzY6InBhZGRpbmctdG9wOjBweDtwYWRkaW5nLWJvdHRvbTo0MHB4OyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjUzMDoiW3RleHRfYmxvY2sgc3R5bGU9InN0eWxlXzEucG5nIiBhbGlnbj0ibGVmdCIgZm9udF9zaXplPSIxNCIgd2lkdGg9IjQ2MCJdPGgzPjxzdHJvbmc+WW91IENhbiBEaXNjdXNzIE1vcmUgRmVhdHVyZXMgJmFtcDsgQmVuZWZpdHM8L3N0cm9uZz48L2gzPgpOdW5jIHB1bHZpbmFyIG51bmMgbm9uIGRvbG9yIHNvbGxpY2l0dWRpbiBncmF2aWRhLiBNYXVyaXMgaW1wZXJkaWV0LCB1cm5hIHF1aXMgZWxlbWVudHVtIHNvZGFsZXMsIHVybmEgZXJhdCBsdWN0dXMgbWV0dXMsIGV0IHNvZGFsZXMgdHVycGlzIG1pIGV1IHF1YW0uCjxoMz48c3Ryb25nPkFub3RoZXIgU3VidGl0bGXCoDwvc3Ryb25nPjwvaDM+Ck5hbSBsb2JvcnRpcyBub24gbGVjdHVzIHZlbCB2b2x1dHBhdC4gRG9uZWMgZXQganVzdG8gb2Rpby4gTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2NpbmcgZWxpdC4gUXVpc3F1ZSBhdWN0b3IgY29udmFsbGlzIG5pc2ksIHZlbCBsYW9yZWV0IHNlbSB0aW5jaWR1bnQgbmVjLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMyMjoiW3RleHRfYmxvY2sgc3R5bGU9InN0eWxlXzEucG5nIiBhbGlnbj0ibGVmdCIgZm9udF9zaXplPSIxNCIgd2lkdGg9IjQ2MCJdPGgzPjxzdHJvbmc+QW5vdGhlciBJbnRlcmVzdGluZyBUZXh0IEJsb2NrIEdvZXMgSGVyZTwvc3Ryb25nPjwvaDM+CjxzdHJvbmc+PC9zdHJvbmc+TG9yZW0gSXBzdW3CoGlzIHNpbXBseSBkdW1teSB0ZXh0IG9mIHRoZSBwcmludGluZyBhbmQgdHlwZXNldHRpbmcgaW5kdXN0cnkuIExvcmVtIElwc3VtIGhhcyBiZWVuIHRoZSBpbmR1c3RyeSdzIHN0YW5kYXJkIGR1bW15IHRleHQgZXZlciBzaW5jZSB0aGUgMTUwMHMuWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo1MjoiZXlKd1lXUmthVzVuVkc5d0lqb2lNQ0lzSW5CaFpHUnBibWRDYjNSMGIyMGlPaUkwTUNKOSI7fWk6NjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM5OiJyb3cgZml2ZS1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjcxMDoiYmFja2dyb3VuZDojZjZmNWY0O2JhY2tncm91bmQ6LXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgY29sb3Itc3RvcCgwJSwgI2Y2ZjVmNCksIGNvbG9yLXN0b3AoMTAwJSwgI2Y0ZjNmMSkpO2JhY2tncm91bmQ6LXdlYmtpdC1saW5lYXItZ3JhZGllbnQodG9wLCAjZjZmNWY0IDAlLCAjZjRmM2YxIDEwMCUpO2JhY2tncm91bmQ6LW1vei1saW5lYXItZ3JhZGllbnQodG9wLCAjZjZmNWY0IDAlLCAjZjRmM2YxIDEwMCUpO2JhY2tncm91bmQ6LW1zLWxpbmVhci1ncmFkaWVudCh0b3AsICNmNmY1ZjQgMCUsICNmNGYzZjEgMTAwJSk7YmFja2dyb3VuZDotby1saW5lYXItZ3JhZGllbnQodG9wLCAjZjZmNWY0IDAlLCAjZjRmM2YxIDEwMCUpO2JhY2tncm91bmQ6bGluZWFyLWdyYWRpZW50KHRvIGJvdHRvbSwgI2Y2ZjVmNCAwJSwgI2Y0ZjNmMSAxMDAlKTtmaWx0ZXI6cHJvZ2lkOkRYSW1hZ2VUcmFuc2Zvcm0uTWljcm9zb2Z0LmdyYWRpZW50KHN0YXJ0Q29sb3JzdHI9I2Y2ZjVmNCwgZW5kQ29sb3JzdHI9I2Y0ZjNmMSwgR3JhZGllbnRUeXBlPTApO3BhZGRpbmctdG9wOjMwcHg7cGFkZGluZy1ib3R0b206MzBweDtib3JkZXItdG9wLXdpZHRoOjFweDtib3JkZXItYm90dG9tLXdpZHRoOjFweDtib3JkZXItc3R5bGU6c29saWQ7Ym9yZGVyLXRvcC1jb2xvcjojZWZlZWViO2JvcmRlci1ib3R0b20tY29sb3I6I2VmZWVlYjsiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjM6ImZvdXItZmlmdGhzIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxMzQ6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSIyMiIgYWxpZ249ImxlZnQiIHRvcF9tYXJnaW49IjE3Il1BZGQgeW91ciBjYWxsIHRvIGFjdGlvbiBmb3IgeW91ciB0cmlhbCBvciBwcm9kdWN0IGFjY2Vzcy4uLlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6Mjg6Im9uZS1maWZ0aCBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjM1ODoiW2J1dHRvbl8xIHRleHQ9IlRSWSBJVCBOT1ciIHRleHRfc2l6ZT0iMjAiIHRleHRfY29sb3I9IiNmZmZmZmYiIHRleHRfZm9udD0iT3BlbiBTYW5zO2dvb2dsZSIgc3VidGV4dF9wYW5lbD0iTiIgdGV4dF9zaGFkb3dfcGFuZWw9Ik4iIHN0eWxpbmdfd2lkdGg9IjI4IiBzdHlsaW5nX2hlaWdodD0iMTkiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPSIjMDAwMDAwIiBzdHlsaW5nX2JvcmRlcl9yYWRpdXM9IjYiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9IjEwMCIgc3R5bGluZ19ncmFkaWVudF9zdGFydF9jb2xvcj0iIzgwYzQyMSIgZHJvcF9zaGFkb3dfcGFuZWw9Ik4iIGluc2V0X3NoYWRvd19wYW5lbD0iTiIgYWxpZ249ImNlbnRlciIvXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxOTY6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObU5tWTFaalFpTENKaVlXTnJaM0p2ZFc1a1EyOXNiM0pGYm1RaU9pSWpaalJtTTJZeElpd2ljR0ZrWkdsdVoxUnZjQ0k2SWpNd0lpd2ljR0ZrWkdsdVowSnZkSFJ2YlNJNklqTXdJaXdpWW05eVpHVnlWMmxrZEdnaU9pSXhJaXdpWW05eVpHVnlRMjlzYjNJaU9pSWpaV1psWldWaUluMD0iO31pOjc7YTo0OntzOjk6InJvd19jbGFzcyI7czo0MDoicm93IHRocmVlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTk6ImJhY2tncm91bmQ6IzI2MjYyNjsiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6Mjg6Im9uZS10aGlyZCBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjgyOiJbbmF2aWdhdGlvbiBzdHlsZT0iNiIgbmF2X2lkPSJtZW51IiB0aXRsZT0iVG91ciIgcmlnaHRfbWFyZ2luPSIyMCIgZm9udF9zaXplPSIxNCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6Mjg6Im9uZS10aGlyZCBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjg1OiJbbmF2aWdhdGlvbiBzdHlsZT0iNiIgbmF2X2lkPSJtZW51IiB0aXRsZT0iUHJpY2luZyIgcmlnaHRfbWFyZ2luPSIyMCIgZm9udF9zaXplPSIxNCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToyO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6Mjg6Im9uZS10aGlyZCBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjgzOiJbbmF2aWdhdGlvbiBzdHlsZT0iNiIgbmF2X2lkPSJtZW51IiB0aXRsZT0iQWJvdXQiIHJpZ2h0X21hcmdpbj0iMjAiIGZvbnRfc2l6ZT0iMTQiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo0ODoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU15TmpJMk1qWWlmUT09Ijt9aTo4O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU1OiJiYWNrZ3JvdW5kOiMyNjI2MjY7cGFkZGluZy10b3A6MHB4O3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMDY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPSJzdHlsZV8xLnBuZyIgYWxpZ249ImxlZnQiIGZvbnRfc2l6ZT0iMTMiIGZvbnRfY29sb3I9IiNiNWI1YjUiIHdpZHRoPSI5NDAiXcKpwqA8c3Ryb25nPk9wdGltaXplUHJlc3PihKIgMjAxMyDigJMgPC9zdHJvbmc+VGhlIEVhc2llc3QgV2F5IHRvIEJ1aWxkIE1hcmtldGluZyBQYWdlcyBpbiBXb3JkcHJlc3NbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fXM6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjk2OiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXlOakkyTWpZaUxDSndZV1JrYVc1blZHOXdJam9pTUNJc0luQmhaR1JwYm1kQ2IzUjBiMjBpT2lJeU1DSjkiO319fQ==','YToxODp7czoxMzoiaGVhZGVyX2xheW91dCI7czoxMTE2OiJZVG94TURwN2N6bzBPaUpzYjJkdklqdHpPamcyT2lKb2RIUndPaTh2ZDNkM0xuUm9aWFJ5WVdScGJtZHliMjl0TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TkM4d015OXpZVzF3YkdVdGJHOW5ieTEzYUdsMFpTMHpNREI0TlRjeUxuQnVaeUk3Y3pvMU9pSmlaMmx0WnlJN2N6b3dPaUlpTzNNNk1URTZJbkpsY0dWaGRHSm5hVzFuSWp0ek9qQTZJaUk3Y3pvM09pSmlaMk52Ykc5eUlqdHpPamM2SWlNeFl6RmpNV01pTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFek9pSnRaVzUxTFhCdmMybDBhVzl1SWp0ek9qazZJbUZzYjI1bmMybGtaU0k3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWxraU8zTTZNVE02SW01aGRsOWlZWEpmWVdKdmRtVWlPMkU2TnpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TXpvaWJtRjJJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjl6YUdGa2IzY2lPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM2RsYVdkb2RDSTdjem93T2lJaU8zTTZPVG9pWm05dWRGOXphWHBsSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1Eb2lJanR6T2pRNklteHZaMjhpTzNNNk1Eb2lJanQ5Y3pveE16b2libUYyWDJKaGNsOWlaV3h2ZHlJN1lUbzNPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qQTZJaUk3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYMlpoYldsc2VTSTdjem93T2lJaU8zTTZORG9pYkc5bmJ5STdjem93T2lJaU8zMXpPakUzT2lKdVlYWmZZbUZ5WDJGc2IyNW5jMmxrWlNJN1lUbzJPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNam9pTWpJaU8zTTZNVEU2SW1admJuUmZjMmhoWkc5M0lqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOTNaV2xuYUhRaU8zTTZOam9pYm05eWJXRnNJanR6T2prNkltWnZiblJmYzJsNlpTSTdjem95T2lJeE15STdjem94TVRvaVptOXVkRjltWVcxcGJIa2lPM002TVRVNklsTnZkWEpqWlNCVFlXNXpJRkJ5YnlJN2ZYMD0iO3M6MTA6Im1lbWJlcnNoaXAiO3M6ODoiWWpvd093PT0iO3M6NToidGhlbWUiO3M6Njg6IllUb3lPbnR6T2pRNkluUjVjR1VpTzNNNk9Ub2liV0Z5YTJWMGFXNW5JanR6T2pNNkltUnBjaUk3Y3pveE9pSXhJanQ5IjtzOjEyOiJmZWF0dXJlX2FyZWEiO3M6MTIwOiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8wT2lKMGVYQmxJanRwT2pFN2N6bzRPaUp6WlhSMGFXNW5jeUk3WVRveE9udHpPakV5T2lKbWIyNTBYMjl3ZEdsdmJuTWlPMkU2TURwN2ZYMTkiO3M6MTM6ImZlYXR1cmVfdGl0bGUiO3M6NjQ6IllUb3lPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzFPaUowYVhSc1pTSTdjem93T2lJaU8zMD0iO3M6MTE6ImZvb3Rlcl9hcmVhIjtzOjM2MDoiWVRvNE9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSnVZWFlpTzNNNk1qb2lOREFpTzNNNk1URTZJbVp2Ym5SZmMyaGhaRzkzSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5M1pXbG5hSFFpTzNNNk1Eb2lJanR6T2prNkltWnZiblJmYzJsNlpTSTdjem93T2lJaU8zTTZNVEU2SW1admJuUmZabUZ0YVd4NUlqdHpPakE2SWlJN2N6b3hNam9pYkdGeVoyVmZabTl2ZEdWeUlqdGhPakU2ZTNNNk56b2laVzVoWW14bFpDSTdjem94T2lKT0lqdDljem94TnpvaVptOXZkR1Z5WDJScGMyTnNZV2x0WlhJaU8yRTZNanA3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWs0aU8zTTZOem9pYldWemMyRm5aU0k3Y3pvd09pSWlPMzE5IjtzOjIxOiJjb2xvcl9zY2hlbWVfdGVtcGxhdGUiO3M6ODoiWWpvd093PT0iO3M6MTA6InR5cG9ncmFwaHkiO3M6MTUzNjoiWVRveU9udHpPakV6T2lKbWIyNTBYMlZzWlcxbGJuUnpJanRoT2prNmUzTTZNVEE2SW5OcGRHVmZkR2wwYkdVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qQTZJaUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6bzNPaUowWVdkc2FXNWxJanRoT2pRNmUzTTZORG9pYzJsNlpTSTdjem93T2lJaU8zTTZORG9pWm05dWRDSTdjem93T2lJaU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWE02TnpvaVpHVm1ZWFZzZENJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1qb2lNVGNpTzNNNk5Eb2labTl1ZENJN2N6bzVPaUpQY0dWdUlGTmhibk1pTzNNNk5Ub2ljM1I1YkdVaU8zTTZOam9pYm05eWJXRnNJanR6T2pVNkltTnZiRzl5SWp0ek9qUTZJaU0wTkRRaU8zMXpPakk2SW1neElqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6bzVPaUpQY0dWdUlGTmhibk1pTzNNNk5Ub2ljM1I1YkdVaU8zTTZOam9pYm05eWJXRnNJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk1qb2lhRElpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2prNklrOXdaVzRnVTJGdWN5STdjem8xT2lKemRIbHNaU0k3Y3pvek9pSXpNREFpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTXlJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1qb2lNVGNpTzNNNk5Eb2labTl1ZENJN2N6bzVPaUpQY0dWdUlGTmhibk1pTzNNNk5Ub2ljM1I1YkdVaU8zTTZORG9pWW05c1pDSTdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPMzF6T2pJNkltZzBJanRoT2pRNmUzTTZORG9pYzJsNlpTSTdjem93T2lJaU8zTTZORG9pWm05dWRDSTdjem93T2lJaU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWE02TWpvaWFEVWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakE2SWlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem95T2lKb05pSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZNRG9pSWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zMTljem94TkRvaVkyOXNiM0pmWld4bGJXVnVkSE1pTzJFNk5qcDdjem94TnpvaVptOXZkR1Z5WDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTNPaUptYjI5MFpYSmZiR2x1YTE5amIyeHZjaUk3Y3pvd09pSWlPM002TWpNNkltWnZiM1JsY2w5c2FXNXJYMmh2ZG1WeVgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE9Eb2labVZoZEhWeVpWOTBaWGgwWDJOdmJHOXlJanR6T2pBNklpSTdjem94T0RvaVptVmhkSFZ5WlY5c2FXNXJYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3lORG9pWm1WaGRIVnlaVjlzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanR6T2pBNklpSTdmWDA9IjtzOjIxOiJjb2xvcl9zY2hlbWVfYWR2YW5jZWQiO3M6MjQzNjoiWVRvM09udHpPakV6T2lKdVlYWmZZbUZ5WDJGaWIzWmxJanRoT2pFd09udHpPakV6T2lKdVlYWmZZbUZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TVRvaWJtRjJYMkpoY2w5bGJtUWlPM002TURvaUlqdHpPakU1T2lKdVlYWmZZbUZ5WDJodmRtVnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOem9pYm1GMlgySmhjbDlvYjNabGNsOWxibVFpTzNNNk1Eb2lJanR6T2pFd09pSnVZWFpmWW1GeVgySm5JanR6T2pBNklpSTdjem95TWpvaWJtRjJYMkpoY2w5aVoxOW9iM1psY2w5emRHRnlkQ0k3Y3pvd09pSWlPM002TVRVNkltNWhkbDlpWVhKZlpHUmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UWTZJbTVoZGw5aVlYSmZaR1JmYUc5MlpYSWlPM002TURvaUlqdHpPakV5T2lKdVlYWmZZbUZ5WDJ4cGJtc2lPM002TURvaUlqdHpPakV6T2lKdVlYWmZZbUZ5WDJodmRtVnlJanR6T2pBNklpSTdmWE02TVRNNkltNWhkbDlpWVhKZlltVnNiM2NpTzJFNk1UQTZlM002TVRNNkltNWhkbDlpWVhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFeE9pSnVZWFpmWW1GeVgyVnVaQ0k3Y3pvd09pSWlPM002TVRrNkltNWhkbDlpWVhKZmFHOTJaWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakUzT2lKdVlYWmZZbUZ5WDJodmRtVnlYMlZ1WkNJN2N6b3dPaUlpTzNNNk1UQTZJbTVoZGw5aVlYSmZZbWNpTzNNNk1Eb2lJanR6T2pJeU9pSnVZWFpmWW1GeVgySm5YMmh2ZG1WeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE5Ub2libUYyWDJKaGNsOWtaRjlzYVc1cklqdHpPakE2SWlJN2N6b3hOam9pYm1GMlgySmhjbDlrWkY5b2IzWmxjaUk3Y3pvd09pSWlPM002TVRJNkltNWhkbDlpWVhKZmJHbHVheUk3Y3pvd09pSWlPM002TVRNNkltNWhkbDlpWVhKZmFHOTJaWElpTzNNNk1Eb2lJanQ5Y3pveE56b2libUYyWDJKaGNsOWhiRzl1WjNOcFpHVWlPMkU2TnpwN2N6b3hNRG9pYm1GMlgySmhjbDlpWnlJN2N6b3dPaUlpTzNNNk1UWTZJbTVoZGw5aVlYSmZZbWRmYUc5MlpYSWlPM002TURvaUlqdHpPakl3T2lKdVlYWmZZbUZ5WDJKblgyNWhkbDlvYjNabGNpSTdjem93T2lJaU8zTTZNVEk2SW01aGRsOWlZWEpmYkdsdWF5STdjem93T2lJaU8zTTZNVE02SW01aGRsOWlZWEpmYUc5MlpYSWlPM002TURvaUlqdHpPakUxT2lKdVlYWmZZbUZ5WDJSa1gyeHBibXNpTzNNNk1Eb2lJanR6T2pFMk9pSnVZWFpmWW1GeVgyUmtYMmh2ZG1WeUlqdHpPakE2SWlJN2ZYTTZNVEk2SW1abFlYUjFjbVZmWVhKbFlTSTdZVG8zT250ek9qRXpPaUptWldGMGRYSmxYM04wWVhKMElqdHpPakE2SWlJN2N6b3hNVG9pWm1WaGRIVnlaVjlsYm1RaU8zTTZNRG9pSWp0ek9qRXdPaUowWlhoMFgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE1Eb2liR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlhNNk1UWTZJbXhwYm10ZmFHOTJaWEpmWTI5c2IzSWlPMkU2TWpwN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zTTZNVFU2SW5SbGVIUmZaR1ZqYjNKaGRHbHZiaUk3Y3pvd09pSWlPMzF6T2pJNkltSm5JanR6T2pBNklpSTdjem94TURvaVltZGZiM0IwYVc5dWN5STdjem93T2lJaU8zMXpPakV6T2lKbVpXRjBkWEpsWDNScGRHeGxJanRoT2pNNmUzTTZNVGs2SW1abFlYUjFjbVZmZEdsMGJHVmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRTNPaUptWldGMGRYSmxYM1JwZEd4bFgyVnVaQ0k3Y3pvd09pSWlPM002TWpRNkltWmxZWFIxY21WZmRHbDBiR1ZmZEdWNGRGOWpiMnh2Y2lJN2N6b3dPaUlpTzMxek9qWTZJbVp2YjNSbGNpSTdZVG8xT250ek9qRXlPaUptYjI5MFpYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRXdPaUptYjI5MFpYSmZaVzVrSWp0ek9qQTZJaUk3Y3pveE56b2labTl2ZEdWeVgzUmxlSFJmWTI5c2IzSWlPM002TURvaUlqdHpPakUzT2lKbWIyOTBaWEpmYkdsdWExOWpiMnh2Y2lJN1lUb3lPbnR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE5Ub2lkR1Y0ZEY5a1pXTnZjbUYwYVc5dUlqdHpPakE2SWlJN2ZYTTZNak02SW1admIzUmxjbDlzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanRoT2pJNmUzTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk1Eb2lJanQ5ZlhNNk5Eb2ljR0ZuWlNJN1lUbzBPbnR6T2pFeU9pSnlaWEJsWVhScGJtZGZZbWNpTzNNNk1Eb2lJanR6T2pnNkltSm5YMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hNRG9pYkdsdWExOWpiMnh2Y2lJN1lUb3lPbnR6T2pVNkltTnZiRzl5SWp0ek9qYzZJaU0xTkRjNFlqQWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6b3dPaUlpTzMxek9qRTJPaUpzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanRoT2pJNmUzTTZOVG9pWTI5c2IzSWlPM002TnpvaUl6UTBOalE1TnlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWDE5IjtzOjE1OiJtb2JpbGVfcmVkaXJlY3QiO3M6NjA6IllUb3lPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUoxY213aU8zTTZNRG9pSWp0OSI7czozOiJzZW8iO3M6MTAwOiJZVG96T250ek9qVTZJblJwZEd4bElqdHpPakE2SWlJN2N6b3hNVG9pWkdWelkzSnBjSFJwYjI0aU8zTTZNRG9pSWp0ek9qZzZJbXRsZVhkdmNtUnpJanR6T2pBNklpSTdmUT09IjtzOjc6InNjcmlwdHMiO3M6MzA4OiJZVG94T250cE9qQTdZVG95T250ek9qZzZJbkJ2YzJsMGFXOXVJanR6T2pNNkltTnpjeUk3Y3pvMk9pSnpZM0pwY0hRaU8zTTZNVFkyT2lJdVltRnVibVZ5SUM1c2IyZHZJR2x0WnlCN2QybGtkR2c2TWpBd2NIZzdmUW91Wm1WaGRIVnlaUzFpYkc5amF5NW1aV0YwZFhKbExXSnNiMk5yTFc5dVpTMWpiMndnYkdsN2QybGtkR2c2T0RBbE8yMWhjbWRwYmkxaWIzUjBiMjA2TXpWd2VDQWhhVzF3YjNKMFlXNTBPMzBLTG5acFpHVnZMV3hwWjJoMFltOTRMWE4wZVd4bExUTWdhVzFuSUh0aWIzSmtaWEk2TTNCNElITnZiR2xrSUNObVptWjlJanQ5ZlE9PSI7czo4OiJmYl9zaGFyZSI7czoxMjQ6IllUbzBPbnR6T2pVNkluUnBkR3hsSWp0ek9qQTZJaUk3Y3pveE1Ub2laR1Z6WTNKcGNIUnBiMjRpTzNNNk1Eb2lJanR6T2pVNkltbHRZV2RsSWp0ek9qQTZJaUk3Y3pvNE9pSnNhV3RsWDNWeWJDSTdjem93T2lJaU8zMD0iO3M6ODoibGlnaHRib3giO3M6MzcwMDoiWVRvMU9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvM09pSnphRzkzWDI5dUlqdHpPalE2SW14dllXUWlPM002TkRvaWRIbHdaU0k3Y3pvMU9pSnZjSFJwYmlJN2N6b3hNRG9pYjNCMGFXNWZabTl5YlNJN1lUb3pPbnR6T2prNkltWnZjbTFmYUhSdGJDSTdZVG94TnpwN2N6b3hNRG9pWlcxaGFXeGZaR0YwWVNJN2N6b3dPaUlpTzNNNk1UTTZJbVZ0WVdsc1gyRmtaSEpsYzNNaU8zTTZNRG9pSWp0ek9qRXlPaUp5WldScGNtVmpkRjkxY213aU8zTTZNRG9pSWp0ek9qRXlPaUpsZUhSeVlWOW1hV1ZzWkhNaU8zTTZNRG9pSWp0ek9qRTRPaUpsYldGcGJGOWxlSFJ5WVY5bWFXVnNaSE1pTzNNNk1Eb2lJanR6T2pRNkltaDBiV3dpTzNNNk1Eb2lJanR6T2pFd09pSnVaWGRmZDJsdVpHOTNJanR6T2pBNklpSTdjem94TWpvaVpHbHpZV0pzWlY5dVlXMWxJanR6T2pBNklpSTdjem80T2lKdVlXMWxYMkp2ZUNJN2N6b3dPaUlpTzNNNk9Ub2laVzFoYVd4ZlltOTRJanR6T2pBNklpSTdjem8yT2lKaFkzUnBiMjRpTzNNNk1Eb2lJanR6T2pZNkltWnBaV3hrY3lJN2N6b3dPaUlpTzNNNk5qb2liV1YwYUc5a0lqdHpPalE2SW5CdmMzUWlPM002TVRZNkltbHVkR1ZuY21GMGFXOXVYM1I1Y0dVaU8zTTZOam9pWTNWemRHOXRJanR6T2pRNklteHBjM1FpTzNNNk1Eb2lJanR6T2pFME9pSjBhR0Z1YTE5NWIzVmZjR0ZuWlNJN2N6b3dPaUlpTzNNNk1URTZJbUZqZEdsdmJsOXdZV2RsSWp0ek9qQTZJaUk3ZlhNNk56b2lZMjl1ZEdWdWRDSTdZVG8xT250ek9qVTZJblJwZEd4bElqdHpPak15T2lKVFpXeHNJRUZ1ZVhSb2FXNW5JRmRwZEdnZ1QzQjBhVzFwZW1WUWNtVnpjeUk3Y3pveE1Ub2labTl5YlY5b1pXRmtaWElpTzNNNk9EZzZJa3h2Y21WdElHbHdjM1Z0SUdSdmJHOXlJSE5wZENCaGJXVjBMQ0JqYjI1elpXTjBaWFIxWlhJZ1lXUnBjR2x6WTJsdVp5QmxiR2wwTENCelpXUWdaR2xoYlNCdWIyNTFiVzE1SUc1cFltZ2daWFZwYzIxdlpDNGlPM002TVRFNkltWnZiM1JsY2w5dWIzUmxJanR6T2pZME9pSlpiM1Z5SUdsdVptOXliV0YwYVc5dUlHbHpJREV3TUNVZ2MyVmpkWEpsSUhkcGRHZ2dkWE1nWVc1a0lIZHBiR3dnYm1WMlpYSWdZbVVnYzJoaGNtVmtJanR6T2pFeU9pSnVZVzFsWDJSbFptRjFiSFFpTzNNNk1qUTZJa1Z1ZEdWeUlIbHZkWElnUm1seWMzUWdUbUZ0WlM0dUxpSTdjem94TXpvaVpXMWhhV3hmWkdWbVlYVnNkQ0k3Y3pveU56b2lSVzUwWlhJZ2VXOTFjaUJGYldGcGJDQkJaR1J5WlhOekxpNHVJanQ5Y3pveE16b2ljM1ZpYldsMFgySjFkSFJ2YmlJN1lUbzFOanA3Y3pvMk9pSmlkWFIwYjI0aU8yRTZNRHA3ZlhNNk9Eb2liRzlqWVhScGIyNGlPM002TXpZNkltOXdYMnhwWjJoMFltOTRYMjl3ZEdsdVgyWnZjbTFmYzNWaWJXbDBYMkoxZEhSdmJpSTdjem8zT2lKamIyNTBaVzUwSWp0ek9qQTZJaUk3Y3pvME9pSjBlWEJsSWp0ek9qRTZJakFpTzNNNk5Ub2lhVzFoWjJVaU8zTTZNRG9pSWp0ek9qRXlPaUpsYkdWdFpXNTBYM1I1Y0dVaU8zTTZNRG9pSWp0ek9qUTZJbWh5WldZaU8zTTZNRG9pSWp0ek9qRXdPaUp1WlhkZmQybHVaRzkzSWp0ek9qQTZJaUk3Y3pveU9pSmpZeUk3Y3pvd09pSWlPM002TlRvaVlXeHBaMjRpTzNNNk1Eb2lJanR6T2pRNkluUmxlSFFpTzNNNk1Eb2lJanR6T2prNkluUmxlSFJmYzJsNlpTSTdjem95T2lJek1pSTdjem94TURvaWRHVjRkRjlqYjJ4dmNpSTdjem8zT2lJak1EQXdNREF3SWp0ek9qazZJblJsZUhSZlptOXVkQ0k3Y3pvd09pSWlPM002T1RvaWRHVjRkRjlpYjJ4a0lqdHpPakU2SWpFaU8zTTZNVFE2SW5SbGVIUmZkVzVrWlhKc2FXNWxJanR6T2pBNklpSTdjem94TVRvaWRHVjRkRjlwZEdGc2FXTWlPM002TURvaUlqdHpPakU1T2lKMFpYaDBYMnhsZEhSbGNsOXpjR0ZqYVc1bklqdHpPakU2SWpBaU8zTTZNVE02SW5OMVluUmxlSFJmY0dGdVpXd2lPM002TURvaUlqdHpPamM2SW5OMVluUmxlSFFpTzNNNk1Eb2lJanR6T2pFeU9pSnpkV0owWlhoMFgzTnBlbVVpTzNNNk1Eb2lJanR6T2pFek9pSnpkV0owWlhoMFgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE1qb2ljM1ZpZEdWNGRGOW1iMjUwSWp0ek9qQTZJaUk3Y3pveE1qb2ljM1ZpZEdWNGRGOWliMnhrSWp0ek9qQTZJaUk3Y3pveE56b2ljM1ZpZEdWNGRGOTFibVJsY214cGJtVWlPM002TURvaUlqdHpPakUwT2lKemRXSjBaWGgwWDJsMFlXeHBZeUk3Y3pvd09pSWlPM002TWpJNkluTjFZblJsZUhSZmJHVjBkR1Z5WDNOd1lXTnBibWNpTzNNNk1Eb2lJanR6T2pFM09pSjBaWGgwWDNOb1lXUnZkMTl3WVc1bGJDSTdjem94T2lKWklqdHpPakl3T2lKMFpYaDBYM05vWVdSdmQxOTJaWEowYVdOaGJDSTdjem94T2lJeElqdHpPakl5T2lKMFpYaDBYM05vWVdSdmQxOW9iM0pwZW05dWRHRnNJanR6T2pFNklqQWlPM002TVRjNkluUmxlSFJmYzJoaFpHOTNYMk52Ykc5eUlqdHpPamM2SWlObVptWm1NREFpTzNNNk1UWTZJblJsZUhSZmMyaGhaRzkzWDJKc2RYSWlPM002TVRvaU1DSTdjem94TXpvaWMzUjViR2x1WjE5M2FXUjBhQ0k3Y3pvd09pSWlPM002TVRRNkluTjBlV3hwYm1kZmFHVnBaMmgwSWp0ek9qQTZJaUk3Y3pveU1Eb2ljM1I1YkdsdVoxOWliM0prWlhKZlkyOXNiM0lpTzNNNk56b2lJekF3TURBd01DSTdjem94T1RvaWMzUjViR2x1WjE5aWIzSmtaWEpmYzJsNlpTSTdjem94T2lJeElqdHpPakl4T2lKemRIbHNhVzVuWDJKdmNtUmxjbDl5WVdScGRYTWlPM002TVRvaU5pSTdjem95TWpvaWMzUjViR2x1WjE5aWIzSmtaWEpmYjNCaFkybDBlU0k3Y3pvek9pSXhNREFpTzNNNk1UWTZJbk4wZVd4cGJtZGZaM0poWkdsbGJuUWlPM002TURvaUlqdHpPakV6T2lKemRIbHNhVzVuWDNOb2FXNWxJanR6T2pFNklsa2lPM002TWpnNkluTjBlV3hwYm1kZlozSmhaR2xsYm5SZmMzUmhjblJmWTI5c2IzSWlPM002TnpvaUkyWm1abVl3TUNJN2N6b3lOam9pYzNSNWJHbHVaMTluY21Ga2FXVnVkRjlsYm1SZlkyOXNiM0lpTzNNNk56b2lJMlptWVRBek5TSTdjem94TnpvaVpISnZjRjl6YUdGa2IzZGZjR0Z1Wld3aU8zTTZNVG9pV1NJN2N6b3lNRG9pWkhKdmNGOXphR0ZrYjNkZmRtVnlkR2xqWVd3aU8zTTZNVG9pTVNJN2N6b3lNam9pWkhKdmNGOXphR0ZrYjNkZmFHOXlhWHB2Ym5SaGJDSTdjem94T2lJd0lqdHpPakUyT2lKa2NtOXdYM05vWVdSdmQxOWliSFZ5SWp0ek9qRTZJakVpTzNNNk1UZzZJbVJ5YjNCZmMyaGhaRzkzWDNOd2NtVmhaQ0k3Y3pveE9pSXdJanR6T2pFM09pSmtjbTl3WDNOb1lXUnZkMTlqYjJ4dmNpSTdjem8zT2lJak1EQXdNREF3SWp0ek9qRTVPaUprY205d1gzTm9ZV1J2ZDE5dmNHRmphWFI1SWp0ek9qSTZJalV3SWp0ek9qRTRPaUpwYm5ObGRGOXphR0ZrYjNkZmNHRnVaV3dpTzNNNk1Ub2lXU0k3Y3pveU1Ub2lhVzV6WlhSZmMyaGhaRzkzWDNabGNuUnBZMkZzSWp0ek9qRTZJakFpTzNNNk1qTTZJbWx1YzJWMFgzTm9ZV1J2ZDE5b2IzSnBlbTl1ZEdGc0lqdHpPakU2SWpBaU8zTTZNVGM2SW1sdWMyVjBYM05vWVdSdmQxOWliSFZ5SWp0ek9qRTZJakFpTzNNNk1UazZJbWx1YzJWMFgzTm9ZV1J2ZDE5emNISmxZV1FpTzNNNk1Ub2lNU0k3Y3pveE9Eb2lhVzV6WlhSZmMyaGhaRzkzWDJOdmJHOXlJanR6T2pjNklpTm1abVptTURBaU8zTTZNakE2SW1sdWMyVjBYM05vWVdSdmQxOXZjR0ZqYVhSNUlqdHpPakk2SWpVd0lqdDlmWE02TVRJNkltaDBiV3hmWTI5dWRHVnVkQ0k3WVRveE9udHpPamM2SW1OdmJuUmxiblFpTzNNNk1Eb2lJanQ5ZlE9PSI7czoxMzoiZXhpdF9yZWRpcmVjdCI7czo4ODoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSjFjbXdpTzNNNk1Eb2lJanR6T2pjNkltMWxjM05oWjJVaU8zTTZNRG9pSWp0OSI7czoxNDoib25lX3RpbWVfb2ZmZXIiO3M6MTg4OiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdHpPalE2SW5ScGJXVWlPMkU2TkRwN2N6bzBPaUprWVhseklqdHpPakE2SWlJN2N6bzFPaUpvYjNWeWN5STdjem93T2lJaU8zTTZOem9pYldsdWRYUmxjeUk3Y3pvd09pSWlPM002TnpvaWMyVmpiMjVrY3lJN2N6b3dPaUlpTzMxOSI7czoxNDoibGF1bmNoX2dhdGV3YXkiO3M6ODoiWWpvd093PT0iO3M6MTM6ImxhdW5jaF9mdW5uZWwiO3M6MTkyOiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem81T2lKbWRXNXVaV3hmYVdRaU8zTTZNVG9pTWlJN2N6b3hOam9pWjJGMFpYZGhlVjl2ZG1WeWNtbGtaU0k3WVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvNE9pSnlaV1JwY21WamRDSTdjem93T2lJaU8zTTZORG9pWTI5a1pTSTdjem93T2lJaU8zMTkiO30='),(29,'Landing page with Video',2,'Page includes video and content area for features|http://www.thetradingroom.com/wp-content/uploads/2014/03/landingpage_with_video_content.jpg','jpg','YToxOntzOjQ6ImJvZHkiO2E6Mzp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM5OiJiYWNrZ3JvdW5kOiMxNzE3MTc7cGFkZGluZy1ib3R0b206MjBweDsiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI0ODoiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjMwIiBmb250X3N0eWxlPSJub3JtYWwiIGZvbnRfY29sb3I9IiNmZmZmZmYiIGZvbnRfc2hhZG93PSJkYXJrIiBhbGlnbj0iY2VudGVyIl08c3Ryb25nPkZyZWUgUmVwb3J0IFJldmVhbHMuLi48L3N0cm9uZz4KIlRoZSA1IFJlYXNvbnMgWW91IE11c3QgQmUgVXNpbmcgUmVzcG9uc2l2ZSBEZXNpZ24KT24gWW91ciBXZWJzaXRlcyBpbiAyMDEzIEFuZCBCZXlvbmQiWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NzY6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE56RTNNVGNpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO31pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU1NjoiYmFja2dyb3VuZDojMTg1MDc3O2JhY2tncm91bmQ6LXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgY29sb3Itc3RvcCgwJSwgIzE4NTA3NyksIGNvbG9yLXN0b3AoMTAwJSwgIzEzM2Y1ZCkpO2JhY2tncm91bmQ6LXdlYmtpdC1saW5lYXItZ3JhZGllbnQodG9wLCAjMTg1MDc3IDAlLCAjMTMzZjVkIDEwMCUpO2JhY2tncm91bmQ6LW1vei1saW5lYXItZ3JhZGllbnQodG9wLCAjMTg1MDc3IDAlLCAjMTMzZjVkIDEwMCUpO2JhY2tncm91bmQ6LW1zLWxpbmVhci1ncmFkaWVudCh0b3AsICMxODUwNzcgMCUsICMxMzNmNWQgMTAwJSk7YmFja2dyb3VuZDotby1saW5lYXItZ3JhZGllbnQodG9wLCAjMTg1MDc3IDAlLCAjMTMzZjVkIDEwMCUpO2JhY2tncm91bmQ6bGluZWFyLWdyYWRpZW50KHRvIGJvdHRvbSwgIzE4NTA3NyAwJSwgIzEzM2Y1ZCAxMDAlKTtmaWx0ZXI6cHJvZ2lkOkRYSW1hZ2VUcmFuc2Zvcm0uTWljcm9zb2Z0LmdyYWRpZW50KHN0YXJ0Q29sb3JzdHI9IzE4NTA3NywgZW5kQ29sb3JzdHI9IzEzM2Y1ZCwgR3JhZGllbnRUeXBlPTApOyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3MzoiW3ZpZGVvX3BsYXllciB0eXBlPSJ1cmwiIHdpZHRoPSI0NjAiIGhlaWdodD0iMjU5IiBhbGlnbj0iY2VudGVyIiBtYXJnaW5fdG9wPSIwIiBtYXJnaW5fYm90dG9tPSIwIl1hSFIwY0RvdkwyOXdMWE4wYVc1bkxuTXpMbUZ0WVhwdmJtRjNjeTVqYjIwdlQzVjBjSFYwTG0xd05BPT1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0OToiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjE5IiBmb250X2NvbG9yPSIjZmZmZmZmIiBmb250X3NoYWRvdz0iZGFyayIgYWxpZ249ImNlbnRlciJdRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzIHRvIGdldCB0aGlzIGZyZWUgcmVwb3J0Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjYyOToiW29wdGluX2JveCBzdHlsZT0iNyIgYWxpZ25tZW50PSJjZW50ZXIiIGVtYWlsX2RlZmF1bHQ9IkVudGVyIHlvdXIgZW1haWwgYWRkcmVzcyIgaW50ZWdyYXRpb25fdHlwZT0iZW1haWwiIG5hbWVfZGVmYXVsdD0iRW50ZXIgeW91ciBmaXJzdCBuYW1lIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9ImhlYWRsaW5lIl1IZXJlJ3MgVGhlIEhlYWRsaW5lIEZvciBUaGUgQm94Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPSJwYXJhZ3JhcGgiXUxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaXNjaW5nIGVsaXQuIERvbmVjIHZlbCBudW5jIG5vbiBsYWN1cyB2ZW5lbmF0aXMgY29tbW9kby5bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9InByaXZhY3kiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9InRvcF9jb2xvciJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT0iMCIgYnV0dG9uX2JlbG93PSJZIl1HZXQgSW5zdGFudCBBY2Nlc3MhWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6ODg6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE9EVXdOemNpTENKaVlXTnJaM0p2ZFc1a1EyOXNiM0pGYm1RaU9pSWpNVE16WmpWa0luMD0iO31pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czoyOToicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTc3OiJbaGVhZGxpbmUgc3R5bGU9IjE3IiBmb250X3NpemU9IjI1IiBmb250X2ZvbnQ9IlNvdXJjZSBTYW5zIFBybyIgZm9udF9zdHlsZT0iYm9sZCIgYWxpZ249ImNlbnRlciIgYm90dG9tX21hcmdpbj0iMjAiXUhlcmUncyB3aGF0IHlvdSBjYW4gZXhwZWN0IHRvIGxlYXJuIGluIHRoaXMgcmVwb3J0Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ4OToiW2ZlYXR1cmVfYmxvY2sgc3R5bGU9Imljb24iIGNvbHVtbnM9IjMiIGljb25fc3R5bGU9IjIiXVtmZWF0dXJlIHRpdGxlPSJEdWlzIEV0IE5pc2kgUGxhY2VyYXQiIGljb249IlNvY2lhbC1NZWRpYS1NYXJrZXRpbmcucG5nIiBiZ19jb2xvcj0iIl1EdWlzIGV0IG5pc2kgcGxhY2VyYXQsIGltcGVyZGlldCBuaXNpIGFjLCBjb25ndWUgbGFjdXMuWy9mZWF0dXJlXSBbZmVhdHVyZSB0aXRsZT0iU2VkIElhY3VsaXMgU2VtIEV1IiBpY29uPSJUYXJnZXQtS2V5d29yZHMucG5nIiBiZ19jb2xvcj0iIl1TZWQgaWFjdWxpcyBzZW0gZXUgZmFjaWxpc2lzIG1hbGVzdWFkYS5bL2ZlYXR1cmVdIFtmZWF0dXJlIHRpdGxlPSJBZW5lYW4gRWdldCBQdXJ1cyIgaWNvbj0iV2Vic2l0ZS1PcHRpbWl6YXRpb24ucG5nIiBiZ19jb2xvcj0iIl1BZW5lYW4gZWdldCBwdXJ1cyBlZ2VzdGFzLCB2dWxwdXRhdGUgZXJhdCBpbXBlcmRpZXQuWy9mZWF0dXJlXSBbL2ZlYXR1cmVfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fXM6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7fX19','YToxODp7czoxMzoiaGVhZGVyX2xheW91dCI7czoxMDcyOiJZVG94TURwN2N6bzBPaUpzYjJkdklqdHpPamM0T2lKb2RIUndPaTh2ZDNkM0xuUm9aWFJ5WVdScGJtZHliMjl0TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TkM4d015OVRZVzF3YkdWTWIyZHZMVVJoY21zME1TNXdibWNpTzNNNk5Ub2lZbWRwYldjaU8zTTZNRG9pSWp0ek9qRXhPaUp5WlhCbFlYUmlaMmx0WnlJN2N6b3dPaUlpTzNNNk56b2lZbWRqYjJ4dmNpSTdjem8zT2lJalpqQmxabVl3SWp0ek9qRXdPaUpzYVc1clgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE16b2liV1Z1ZFMxd2IzTnBkR2x2YmlJN2N6bzVPaUpoYkc5dVozTnBaR1VpTzNNNk56b2laVzVoWW14bFpDSTdjem94T2lKT0lqdHpPakV6T2lKdVlYWmZZbUZ5WDJGaWIzWmxJanRoT2pjNmUzTTZOem9pWlc1aFlteGxaQ0k3Y3pveE9pSk9JanR6T2pNNkltNWhkaUk3Y3pvd09pSWlPM002TVRFNkltWnZiblJmYzJoaFpHOTNJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjkzWldsbmFIUWlPM002TURvaUlqdHpPams2SW1admJuUmZjMmw2WlNJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZlptRnRhV3g1SWp0ek9qQTZJaUk3Y3pvME9pSnNiMmR2SWp0ek9qQTZJaUk3ZlhNNk1UTTZJbTVoZGw5aVlYSmZZbVZzYjNjaU8yRTZOenA3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWs0aU8zTTZNem9pYm1GMklqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOXphR0ZrYjNjaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzZGxhV2RvZENJN2N6b3dPaUlpTzNNNk9Ub2labTl1ZEY5emFYcGxJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjltWVcxcGJIa2lPM002TURvaUlqdHpPalE2SW14dloyOGlPM002TURvaUlqdDljem94TnpvaWJtRjJYMkpoY2w5aGJHOXVaM05wWkdVaU8yRTZOanA3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWs0aU8zTTZNem9pYm1GMklqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOXphR0ZrYjNjaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzZGxhV2RvZENJN2N6b3dPaUlpTzNNNk9Ub2labTl1ZEY5emFYcGxJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjltWVcxcGJIa2lPM002TURvaUlqdDlmUT09IjtzOjEwOiJtZW1iZXJzaGlwIjtzOjg6Illqb3dPdz09IjtzOjU6InRoZW1lIjtzOjY4OiJZVG95T250ek9qUTZJblI1Y0dVaU8zTTZPVG9pYldGeWEyVjBhVzVuSWp0ek9qTTZJbVJwY2lJN2N6b3hPaUl4SWp0OSI7czoxMjoiZmVhdHVyZV9hcmVhIjtzOjEyMDoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvME9pSjBlWEJsSWp0cE9qRTdjem80T2lKelpYUjBhVzVuY3lJN1lUb3hPbnR6T2pFeU9pSm1iMjUwWDI5d2RHbHZibk1pTzJFNk1EcDdmWDE5IjtzOjEzOiJmZWF0dXJlX3RpdGxlIjtzOjY0OiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8xT2lKMGFYUnNaU0k3Y3pvd09pSWlPMzA9IjtzOjExOiJmb290ZXJfYXJlYSI7czozNjA6IllUbzRPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qQTZJaUk3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYMlpoYldsc2VTSTdjem93T2lJaU8zTTZNVEk2SW14aGNtZGxYMlp2YjNSbGNpSTdZVG94T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdmWE02TVRjNkltWnZiM1JsY2w5a2FYTmpiR0ZwYldWeUlqdGhPakk2ZTNNNk56b2laVzVoWW14bFpDSTdjem94T2lKT0lqdHpPamM2SW0xbGMzTmhaMlVpTzNNNk1Eb2lJanQ5ZlE9PSI7czoyMToiY29sb3Jfc2NoZW1lX3RlbXBsYXRlIjtzOjg6Illqb3dPdz09IjtzOjEwOiJ0eXBvZ3JhcGh5IjtzOjE1MTY6IllUb3lPbnR6T2pFek9pSm1iMjUwWDJWc1pXMWxiblJ6SWp0aE9qazZlM002TVRBNkluTnBkR1ZmZEdsMGJHVWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakE2SWlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem8zT2lKMFlXZHNhVzVsSWp0aE9qUTZlM002TkRvaWMybDZaU0k3Y3pvd09pSWlPM002TkRvaVptOXVkQ0k3Y3pvd09pSWlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk56b2laR1ZtWVhWc2RDSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNam9pTVRjaU8zTTZORG9pWm05dWRDSTdjem94TlRvaVUyOTFjbU5sSUZOaGJuTWdVSEp2SWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem8wT2lJak5EUTBJanQ5Y3pveU9pSm9NU0k3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002T1RvaVNHVnNkbVYwYVdOaElqdHpPalU2SW5OMGVXeGxJanR6T2pBNklpSTdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPMzF6T2pJNkltZ3lJanRoT2pRNmUzTTZORG9pYzJsNlpTSTdjem93T2lJaU8zTTZORG9pWm05dWRDSTdjem94TlRvaVUyOTFjbU5sSUZOaGJuTWdVSEp2SWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zMXpPakk2SW1neklqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3dPaUlpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURRaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qQTZJaUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTlNJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1Eb2lJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzMxek9qSTZJbWcySWp0aE9qUTZlM002TkRvaWMybDZaU0k3Y3pvd09pSWlPM002TkRvaVptOXVkQ0k3Y3pvd09pSWlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3Zlgxek9qRTBPaUpqYjJ4dmNsOWxiR1Z0Wlc1MGN5STdZVG8yT250ek9qRTNPaUptYjI5MFpYSmZkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPM002TVRjNkltWnZiM1JsY2w5c2FXNXJYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3lNem9pWm05dmRHVnlYMnhwYm10ZmFHOTJaWEpmWTI5c2IzSWlPM002TURvaUlqdHpPakU0T2lKbVpXRjBkWEpsWDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTRPaUptWldGMGRYSmxYMnhwYm10ZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pJME9pSm1aV0YwZFhKbFgyeHBibXRmYUc5MlpYSmZZMjlzYjNJaU8zTTZNRG9pSWp0OWZRPT0iO3M6MjE6ImNvbG9yX3NjaGVtZV9hZHZhbmNlZCI7czoyNDM2OiJZVG8zT250ek9qRXpPaUp1WVhaZlltRnlYMkZpYjNabElqdGhPakV3T250ek9qRXpPaUp1WVhaZlltRnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hNVG9pYm1GMlgySmhjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRTVPaUp1WVhaZlltRnlYMmh2ZG1WeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE56b2libUYyWDJKaGNsOW9iM1psY2w5bGJtUWlPM002TURvaUlqdHpPakV3T2lKdVlYWmZZbUZ5WDJKbklqdHpPakE2SWlJN2N6b3lNam9pYm1GMlgySmhjbDlpWjE5b2IzWmxjbDl6ZEdGeWRDSTdjem93T2lJaU8zTTZNVFU2SW01aGRsOWlZWEpmWkdSZmJHbHVheUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlpHUmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRXlPaUp1WVhaZlltRnlYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRXpPaUp1WVhaZlltRnlYMmh2ZG1WeUlqdHpPakE2SWlJN2ZYTTZNVE02SW01aGRsOWlZWEpmWW1Wc2IzY2lPMkU2TVRBNmUzTTZNVE02SW01aGRsOWlZWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakV4T2lKdVlYWmZZbUZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVGs2SW01aGRsOWlZWEpmYUc5MlpYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRTNPaUp1WVhaZlltRnlYMmh2ZG1WeVgyVnVaQ0k3Y3pvd09pSWlPM002TVRBNkltNWhkbDlpWVhKZlltY2lPM002TURvaUlqdHpPakl5T2lKdVlYWmZZbUZ5WDJKblgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TlRvaWJtRjJYMkpoY2w5a1pGOXNhVzVySWp0ek9qQTZJaUk3Y3pveE5qb2libUYyWDJKaGNsOWtaRjlvYjNabGNpSTdjem93T2lJaU8zTTZNVEk2SW01aGRsOWlZWEpmYkdsdWF5STdjem93T2lJaU8zTTZNVE02SW01aGRsOWlZWEpmYUc5MlpYSWlPM002TURvaUlqdDljem94TnpvaWJtRjJYMkpoY2w5aGJHOXVaM05wWkdVaU8yRTZOenA3Y3pveE1Eb2libUYyWDJKaGNsOWlaeUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlltZGZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qSXdPaUp1WVhaZlltRnlYMkpuWDI1aGRsOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRTFPaUp1WVhaZlltRnlYMlJrWDJ4cGJtc2lPM002TURvaUlqdHpPakUyT2lKdVlYWmZZbUZ5WDJSa1gyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1USTZJbVpsWVhSMWNtVmZZWEpsWVNJN1lUbzNPbnR6T2pFek9pSm1aV0YwZFhKbFgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2labVZoZEhWeVpWOWxibVFpTzNNNk1Eb2lJanR6T2pFd09pSjBaWGgwWDJOdmJHOXlJanR6T2pBNklpSTdjem94TURvaWJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TVRZNklteHBibXRmYUc5MlpYSmZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMXpPakk2SW1KbklqdHpPakE2SWlJN2N6b3hNRG9pWW1kZmIzQjBhVzl1Y3lJN2N6b3dPaUlpTzMxek9qRXpPaUptWldGMGRYSmxYM1JwZEd4bElqdGhPak02ZTNNNk1UazZJbVpsWVhSMWNtVmZkR2wwYkdWZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSm1aV0YwZFhKbFgzUnBkR3hsWDJWdVpDSTdjem93T2lJaU8zTTZNalE2SW1abFlYUjFjbVZmZEdsMGJHVmZkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPMzF6T2pZNkltWnZiM1JsY2lJN1lUbzFPbnR6T2pFeU9pSm1iMjkwWlhKZmMzUmhjblFpTzNNNk56b2lJMlpqWm1ObVl5STdjem94TURvaVptOXZkR1Z5WDJWdVpDSTdjem8zT2lJalpqZG1OMlkzSWp0ek9qRTNPaUptYjI5MFpYSmZkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPM002TVRjNkltWnZiM1JsY2w5c2FXNXJYMk52Ykc5eUlqdGhPakk2ZTNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTFPaUowWlhoMFgyUmxZMjl5WVhScGIyNGlPM002TURvaUlqdDljem95TXpvaVptOXZkR1Z5WDJ4cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6b3dPaUlpTzMxOWN6bzBPaUp3WVdkbElqdGhPalE2ZTNNNk1USTZJbkpsY0dWaGRHbHVaMTlpWnlJN2N6b3dPaUlpTzNNNk9Eb2lZbWRmWTI5c2IzSWlPM002TURvaUlqdHpPakV3T2lKc2FXNXJYMk52Ykc5eUlqdGhPakk2ZTNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTFPaUowWlhoMFgyUmxZMjl5WVhScGIyNGlPM002TURvaUlqdDljem94TmpvaWJHbHVhMTlvYjNabGNsOWpiMnh2Y2lJN1lUb3lPbnR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE5Ub2lkR1Y0ZEY5a1pXTnZjbUYwYVc5dUlqdHpPakE2SWlJN2ZYMTkiO3M6MTU6Im1vYmlsZV9yZWRpcmVjdCI7czo2MDoiWVRveU9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSjFjbXdpTzNNNk1Eb2lJanQ5IjtzOjM6InNlbyI7czoxMDA6IllUb3pPbnR6T2pVNkluUnBkR3hsSWp0ek9qQTZJaUk3Y3pveE1Ub2laR1Z6WTNKcGNIUnBiMjRpTzNNNk1Eb2lJanR6T2pnNkltdGxlWGR2Y21SeklqdHpPakE2SWlJN2ZRPT0iO3M6Nzoic2NyaXB0cyI7czo4ODoiWVRveE9udHBPakE3WVRveU9udHpPamc2SW5CdmMybDBhVzl1SWp0ek9qWTZJbWhsWVdSbGNpSTdjem8yT2lKelkzSnBjSFFpTzNNNk1Eb2lJanQ5ZlE9PSI7czo4OiJmYl9zaGFyZSI7czoxMjQ6IllUbzBPbnR6T2pVNkluUnBkR3hsSWp0ek9qQTZJaUk3Y3pveE1Ub2laR1Z6WTNKcGNIUnBiMjRpTzNNNk1Eb2lJanR6T2pVNkltbHRZV2RsSWp0ek9qQTZJaUk3Y3pvNE9pSnNhV3RsWDNWeWJDSTdjem93T2lJaU8zMD0iO3M6ODoibGlnaHRib3giO3M6MzcwMDoiWVRvMU9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvM09pSnphRzkzWDI5dUlqdHpPalE2SW14dllXUWlPM002TkRvaWRIbHdaU0k3Y3pvMU9pSnZjSFJwYmlJN2N6b3hNRG9pYjNCMGFXNWZabTl5YlNJN1lUb3pPbnR6T2prNkltWnZjbTFmYUhSdGJDSTdZVG94TnpwN2N6b3hNRG9pWlcxaGFXeGZaR0YwWVNJN2N6b3dPaUlpTzNNNk1UTTZJbVZ0WVdsc1gyRmtaSEpsYzNNaU8zTTZNRG9pSWp0ek9qRXlPaUp5WldScGNtVmpkRjkxY213aU8zTTZNRG9pSWp0ek9qRXlPaUpsZUhSeVlWOW1hV1ZzWkhNaU8zTTZNRG9pSWp0ek9qRTRPaUpsYldGcGJGOWxlSFJ5WVY5bWFXVnNaSE1pTzNNNk1Eb2lJanR6T2pRNkltaDBiV3dpTzNNNk1Eb2lJanR6T2pFd09pSnVaWGRmZDJsdVpHOTNJanR6T2pBNklpSTdjem94TWpvaVpHbHpZV0pzWlY5dVlXMWxJanR6T2pBNklpSTdjem80T2lKdVlXMWxYMkp2ZUNJN2N6b3dPaUlpTzNNNk9Ub2laVzFoYVd4ZlltOTRJanR6T2pBNklpSTdjem8yT2lKaFkzUnBiMjRpTzNNNk1Eb2lJanR6T2pZNkltWnBaV3hrY3lJN2N6b3dPaUlpTzNNNk5qb2liV1YwYUc5a0lqdHpPalE2SW5CdmMzUWlPM002TVRZNkltbHVkR1ZuY21GMGFXOXVYM1I1Y0dVaU8zTTZOam9pWTNWemRHOXRJanR6T2pRNklteHBjM1FpTzNNNk1Eb2lJanR6T2pFME9pSjBhR0Z1YTE5NWIzVmZjR0ZuWlNJN2N6b3dPaUlpTzNNNk1URTZJbUZqZEdsdmJsOXdZV2RsSWp0ek9qQTZJaUk3ZlhNNk56b2lZMjl1ZEdWdWRDSTdZVG8xT250ek9qVTZJblJwZEd4bElqdHpPak15T2lKVFpXeHNJRUZ1ZVhSb2FXNW5JRmRwZEdnZ1QzQjBhVzFwZW1WUWNtVnpjeUk3Y3pveE1Ub2labTl5YlY5b1pXRmtaWElpTzNNNk9EZzZJa3h2Y21WdElHbHdjM1Z0SUdSdmJHOXlJSE5wZENCaGJXVjBMQ0JqYjI1elpXTjBaWFIxWlhJZ1lXUnBjR2x6WTJsdVp5QmxiR2wwTENCelpXUWdaR2xoYlNCdWIyNTFiVzE1SUc1cFltZ2daWFZwYzIxdlpDNGlPM002TVRFNkltWnZiM1JsY2w5dWIzUmxJanR6T2pZME9pSlpiM1Z5SUdsdVptOXliV0YwYVc5dUlHbHpJREV3TUNVZ2MyVmpkWEpsSUhkcGRHZ2dkWE1nWVc1a0lIZHBiR3dnYm1WMlpYSWdZbVVnYzJoaGNtVmtJanR6T2pFeU9pSnVZVzFsWDJSbFptRjFiSFFpTzNNNk1qUTZJa1Z1ZEdWeUlIbHZkWElnUm1seWMzUWdUbUZ0WlM0dUxpSTdjem94TXpvaVpXMWhhV3hmWkdWbVlYVnNkQ0k3Y3pveU56b2lSVzUwWlhJZ2VXOTFjaUJGYldGcGJDQkJaR1J5WlhOekxpNHVJanQ5Y3pveE16b2ljM1ZpYldsMFgySjFkSFJ2YmlJN1lUbzFOanA3Y3pvMk9pSmlkWFIwYjI0aU8yRTZNRHA3ZlhNNk9Eb2liRzlqWVhScGIyNGlPM002TXpZNkltOXdYMnhwWjJoMFltOTRYMjl3ZEdsdVgyWnZjbTFmYzNWaWJXbDBYMkoxZEhSdmJpSTdjem8zT2lKamIyNTBaVzUwSWp0ek9qQTZJaUk3Y3pvME9pSjBlWEJsSWp0ek9qRTZJakFpTzNNNk5Ub2lhVzFoWjJVaU8zTTZNRG9pSWp0ek9qRXlPaUpsYkdWdFpXNTBYM1I1Y0dVaU8zTTZNRG9pSWp0ek9qUTZJbWh5WldZaU8zTTZNRG9pSWp0ek9qRXdPaUp1WlhkZmQybHVaRzkzSWp0ek9qQTZJaUk3Y3pveU9pSmpZeUk3Y3pvd09pSWlPM002TlRvaVlXeHBaMjRpTzNNNk1Eb2lJanR6T2pRNkluUmxlSFFpTzNNNk1Eb2lJanR6T2prNkluUmxlSFJmYzJsNlpTSTdjem95T2lJek1pSTdjem94TURvaWRHVjRkRjlqYjJ4dmNpSTdjem8zT2lJak1EQXdNREF3SWp0ek9qazZJblJsZUhSZlptOXVkQ0k3Y3pvd09pSWlPM002T1RvaWRHVjRkRjlpYjJ4a0lqdHpPakU2SWpFaU8zTTZNVFE2SW5SbGVIUmZkVzVrWlhKc2FXNWxJanR6T2pBNklpSTdjem94TVRvaWRHVjRkRjlwZEdGc2FXTWlPM002TURvaUlqdHpPakU1T2lKMFpYaDBYMnhsZEhSbGNsOXpjR0ZqYVc1bklqdHpPakU2SWpBaU8zTTZNVE02SW5OMVluUmxlSFJmY0dGdVpXd2lPM002TURvaUlqdHpPamM2SW5OMVluUmxlSFFpTzNNNk1Eb2lJanR6T2pFeU9pSnpkV0owWlhoMFgzTnBlbVVpTzNNNk1Eb2lJanR6T2pFek9pSnpkV0owWlhoMFgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE1qb2ljM1ZpZEdWNGRGOW1iMjUwSWp0ek9qQTZJaUk3Y3pveE1qb2ljM1ZpZEdWNGRGOWliMnhrSWp0ek9qQTZJaUk3Y3pveE56b2ljM1ZpZEdWNGRGOTFibVJsY214cGJtVWlPM002TURvaUlqdHpPakUwT2lKemRXSjBaWGgwWDJsMFlXeHBZeUk3Y3pvd09pSWlPM002TWpJNkluTjFZblJsZUhSZmJHVjBkR1Z5WDNOd1lXTnBibWNpTzNNNk1Eb2lJanR6T2pFM09pSjBaWGgwWDNOb1lXUnZkMTl3WVc1bGJDSTdjem94T2lKWklqdHpPakl3T2lKMFpYaDBYM05vWVdSdmQxOTJaWEowYVdOaGJDSTdjem94T2lJeElqdHpPakl5T2lKMFpYaDBYM05vWVdSdmQxOW9iM0pwZW05dWRHRnNJanR6T2pFNklqQWlPM002TVRjNkluUmxlSFJmYzJoaFpHOTNYMk52Ykc5eUlqdHpPamM2SWlObVptWm1NREFpTzNNNk1UWTZJblJsZUhSZmMyaGhaRzkzWDJKc2RYSWlPM002TVRvaU1DSTdjem94TXpvaWMzUjViR2x1WjE5M2FXUjBhQ0k3Y3pvd09pSWlPM002TVRRNkluTjBlV3hwYm1kZmFHVnBaMmgwSWp0ek9qQTZJaUk3Y3pveU1Eb2ljM1I1YkdsdVoxOWliM0prWlhKZlkyOXNiM0lpTzNNNk56b2lJekF3TURBd01DSTdjem94T1RvaWMzUjViR2x1WjE5aWIzSmtaWEpmYzJsNlpTSTdjem94T2lJeElqdHpPakl4T2lKemRIbHNhVzVuWDJKdmNtUmxjbDl5WVdScGRYTWlPM002TVRvaU5pSTdjem95TWpvaWMzUjViR2x1WjE5aWIzSmtaWEpmYjNCaFkybDBlU0k3Y3pvek9pSXhNREFpTzNNNk1UWTZJbk4wZVd4cGJtZGZaM0poWkdsbGJuUWlPM002TURvaUlqdHpPakV6T2lKemRIbHNhVzVuWDNOb2FXNWxJanR6T2pFNklsa2lPM002TWpnNkluTjBlV3hwYm1kZlozSmhaR2xsYm5SZmMzUmhjblJmWTI5c2IzSWlPM002TnpvaUkyWm1abVl3TUNJN2N6b3lOam9pYzNSNWJHbHVaMTluY21Ga2FXVnVkRjlsYm1SZlkyOXNiM0lpTzNNNk56b2lJMlptWVRBek5TSTdjem94TnpvaVpISnZjRjl6YUdGa2IzZGZjR0Z1Wld3aU8zTTZNVG9pV1NJN2N6b3lNRG9pWkhKdmNGOXphR0ZrYjNkZmRtVnlkR2xqWVd3aU8zTTZNVG9pTVNJN2N6b3lNam9pWkhKdmNGOXphR0ZrYjNkZmFHOXlhWHB2Ym5SaGJDSTdjem94T2lJd0lqdHpPakUyT2lKa2NtOXdYM05vWVdSdmQxOWliSFZ5SWp0ek9qRTZJakVpTzNNNk1UZzZJbVJ5YjNCZmMyaGhaRzkzWDNOd2NtVmhaQ0k3Y3pveE9pSXdJanR6T2pFM09pSmtjbTl3WDNOb1lXUnZkMTlqYjJ4dmNpSTdjem8zT2lJak1EQXdNREF3SWp0ek9qRTVPaUprY205d1gzTm9ZV1J2ZDE5dmNHRmphWFI1SWp0ek9qSTZJalV3SWp0ek9qRTRPaUpwYm5ObGRGOXphR0ZrYjNkZmNHRnVaV3dpTzNNNk1Ub2lXU0k3Y3pveU1Ub2lhVzV6WlhSZmMyaGhaRzkzWDNabGNuUnBZMkZzSWp0ek9qRTZJakFpTzNNNk1qTTZJbWx1YzJWMFgzTm9ZV1J2ZDE5b2IzSnBlbTl1ZEdGc0lqdHpPakU2SWpBaU8zTTZNVGM2SW1sdWMyVjBYM05vWVdSdmQxOWliSFZ5SWp0ek9qRTZJakFpTzNNNk1UazZJbWx1YzJWMFgzTm9ZV1J2ZDE5emNISmxZV1FpTzNNNk1Ub2lNU0k3Y3pveE9Eb2lhVzV6WlhSZmMyaGhaRzkzWDJOdmJHOXlJanR6T2pjNklpTm1abVptTURBaU8zTTZNakE2SW1sdWMyVjBYM05vWVdSdmQxOXZjR0ZqYVhSNUlqdHpPakk2SWpVd0lqdDlmWE02TVRJNkltaDBiV3hmWTI5dWRHVnVkQ0k3WVRveE9udHpPamM2SW1OdmJuUmxiblFpTzNNNk1Eb2lJanQ5ZlE9PSI7czoxMzoiZXhpdF9yZWRpcmVjdCI7czo4ODoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSjFjbXdpTzNNNk1Eb2lJanR6T2pjNkltMWxjM05oWjJVaU8zTTZNRG9pSWp0OSI7czoxNDoib25lX3RpbWVfb2ZmZXIiO3M6MTg4OiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdHpPalE2SW5ScGJXVWlPMkU2TkRwN2N6bzBPaUprWVhseklqdHpPakE2SWlJN2N6bzFPaUpvYjNWeWN5STdjem93T2lJaU8zTTZOem9pYldsdWRYUmxjeUk3Y3pvd09pSWlPM002TnpvaWMyVmpiMjVrY3lJN2N6b3dPaUlpTzMxOSI7czoxNDoibGF1bmNoX2dhdGV3YXkiO3M6ODoiWWpvd093PT0iO3M6MTM6ImxhdW5jaF9mdW5uZWwiO3M6MTkyOiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem81T2lKbWRXNXVaV3hmYVdRaU8zTTZNVG9pTWlJN2N6b3hOam9pWjJGMFpYZGhlVjl2ZG1WeWNtbGtaU0k3WVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvNE9pSnlaV1JwY21WamRDSTdjem93T2lJaU8zTTZORG9pWTI5a1pTSTdjem93T2lJaU8zMTkiO30='),(30,'Book Sales Page',5,'Sales page for book or ebook, includes features and testimonial|http://www.thetradingroom.com/wp-content/uploads/2014/03/sales_booksales.jpg','jpg','YToxOntzOjQ6ImJvZHkiO2E6NDp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6NDA6InJvdyB0aHJlZS1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxNzE3MTc7cGFkZGluZy10b3A6NTBweDtwYWRkaW5nLWJvdHRvbTozMHB4OyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoidHdvLXRoaXJkcyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo0OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjU2OiJbaGVhZGxpbmUgc3R5bGU9IjEiIGZvbnRfc2l6ZT0iMzMiIGZvbnRfZm9udD0iT3N3YWxkIiBmb250X2NvbG9yPSIjZmZmZmZmIiBhbGlnbj0ibGVmdCIgbGluZV9oZWlnaHQ9IjQ1Il08c3BhbiBzdHlsZT0iY29sb3I6ICNmZjc0MGE7Ij5OZXcgQm9vayBSZXZlYWxzOiA8L3NwYW4+VGhlIDUgUmVhc29ucyBZb3UgTXVzdCBCZSBVc2luZyBSZXNwb25zaXZlIERlc2lnbiBPbiBZb3VyIFdlYnNpdGVzIGluIDIwMTMgQW5kIEJleW9uZFsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyOTg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPSJzdHlsZV8xLnBuZyIgYWxpZ249ImxlZnQiIGZvbnRfc2l6ZT0iMjMiIGZvbnRfY29sb3I9IiNGN0YwREUiIHdpZHRoPSI2MjAiIGxpbmVfaGVpZ2h0PSIzMSJdVGhpcyBzaW1wbGUgYW5kIGVhc3ktdG8tcmVhZCBndWlkZSB3aWxsIHNob3cgeW91Li4uTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2NpbmcgZWxpdC4gTW9yYmkgc2l0IGFtZXQgc2VtcGVyIHRvcnRvciwgaWQgZWdlc3RhcyBkaWFtLiBOYW0gdml0YWUganVzdG8gc2l0LlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjM1OiJzcGxpdC10d28tdGhpcmRzIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzcwOiJbYnV0dG9uXzEgdGV4dD0iQnV5IE5vdyBGb3IgT25seSAmIzM2OzQuOTkiIHRleHRfc2l6ZT0iMjAiIHRleHRfY29sb3I9IiNmZmZmZmYiIHRleHRfZm9udD0iT3N3YWxkO2dvb2dsZSIgc3VidGV4dF9wYW5lbD0iTiIgdGV4dF9zaGFkb3dfcGFuZWw9Ik4iIHN0eWxpbmdfd2lkdGg9Ijk5IiBzdHlsaW5nX2hlaWdodD0iMjEiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPSIjMDAwMDAwIiBzdHlsaW5nX2JvcmRlcl9yYWRpdXM9IjUyIiBzdHlsaW5nX2JvcmRlcl9vcGFjaXR5PSIxMDAiIHN0eWxpbmdfZ3JhZGllbnRfc3RhcnRfY29sb3I9IiNmZjc0MGEiIGRyb3Bfc2hhZG93X3BhbmVsPSJOIiBpbnNldF9zaGFkb3dfcGFuZWw9Ik4iIGFsaWduPSJsZWZ0Ii9dIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aTozO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjM0OiJzcGxpdC1vbmUtdGhpcmQgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozNjA6IltidXR0b25fMSB0ZXh0PSJEb3dubG9hZCBTYW1wbGUiIHRleHRfc2l6ZT0iMTciIHRleHRfY29sb3I9IiNmZmZmZmYiIHRleHRfZm9udD0iT3N3YWxkO2dvb2dsZSIgc3VidGV4dF9wYW5lbD0iTiIgdGV4dF9zaGFkb3dfcGFuZWw9Ik4iIHN0eWxpbmdfd2lkdGg9IjEwMCIgc3R5bGluZ19oZWlnaHQ9IjE0IiBzdHlsaW5nX2JvcmRlcl9jb2xvcj0iIzAwMDAwMCIgc3R5bGluZ19ib3JkZXJfcmFkaXVzPSI0MiIgc3R5bGluZ19ib3JkZXJfb3BhY2l0eT0iMTAwIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPSIjODI4MjgyIiBkcm9wX3NoYWRvd19wYW5lbD0iTiIgaW5zZXRfc2hhZG93X3BhbmVsPSJOIiBhbGlnbj0ibGVmdCIvXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6Mjg6Im9uZS10aGlyZCBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIwMDoiW2ltYWdlcyBzdHlsZT0iMCIgaW1hZ2U9Imh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2Jvb2syLWNyb3BwZWQxMS5wbmciIGN1c3RvbV93aWR0aD0iWSIgd2lkdGg9IjMwMCIgY3VzdG9tX3dpZHRoX3ZhbD0iMjcwIiBhbGlnbj0iY2VudGVyIiB0b3BfbWFyZ2luPSIwIiBmdWxsX3dpZHRoPSJZIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhOekUzTVRjaUxDSndZV1JrYVc1blZHOXdJam9pTlRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU16QWlmUT09Ijt9aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiNmMmYyZjI7cGFkZGluZy10b3A6NTBweDtwYWRkaW5nLWJvdHRvbToyMHB4OyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6OTk6IltoZWFkbGluZSBzdHlsZT0iMSIgYWxpZ249ImNlbnRlciIgYm90dG9tX21hcmdpbj0iMzAiXUluIHRoaXMgRWJvb2sgWW91IFdpbGwgRGlzY292ZXIuLi5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Njk1OiJbZmVhdHVyZV9ibG9jayBzdHlsZT0iaWNvbiIgY29sdW1ucz0iMyIgaWNvbl9zdHlsZT0iMiJdW2ZlYXR1cmUgdGl0bGU9IlByb2R1Y3QgRmVhdHVyZSBvciBCZW5lZml0IDEiIGljb249IjE1MS5wbmciIGJnX2NvbG9yPSIiXUxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaXNjaW5nIGVsaXQuIE1vcmJpIHNpdCBhbWV0IHNlbXBlciB0b3J0b3IsIGlkIGVnZXN0YXMgZGlhbS4gTmFtIHZpdGFlIGp1c3RvIHNpdC5bL2ZlYXR1cmVdIFtmZWF0dXJlIHRpdGxlPSJQcm9kdWN0IEZlYXR1cmUgb3IgQmVuZWZpdCAyIiBpY29uPSIxNjIucG5nIiBiZ19jb2xvcj0iIl1Mb3JlbSBpcHN1bSBkb2xvciBzaXQgYW1ldCwgY29uc2VjdGV0dXIgYWRpcGlzY2luZyBlbGl0LiBNb3JiaSBzaXQgYW1ldCBzZW1wZXIgdG9ydG9yLCBpZCBlZ2VzdGFzIGRpYW0uIE5hbSB2aXRhZSBqdXN0byBzaXQuWy9mZWF0dXJlXSBbZmVhdHVyZSB0aXRsZT0iUHJvZHVjdCBGZWF0dXJlIG9yIEJlbmVmaXQgMyIgaWNvbj0iMTk5LnBuZyIgYmdfY29sb3I9IiJdTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2NpbmcgZWxpdC4gTW9yYmkgc2l0IGFtZXQgc2VtcGVyIHRvcnRvciwgaWQgZWdlc3RhcyBkaWFtLiBOYW0gdml0YWUganVzdG8gc2l0LlsvZmVhdHVyZV0gWy9mZWF0dXJlX2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObU1tWXlaaklpTENKd1lXUmthVzVuVkc5d0lqb2lOVEFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO31pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTA5OiJiYWNrZ3JvdW5kOiNmZmZmZmY7cGFkZGluZy10b3A6NTBweDtwYWRkaW5nLWJvdHRvbTozMHB4O2JvcmRlci10b3AtY29sb3I6I2Q5ZDlkOTtib3JkZXItYm90dG9tLWNvbG9yOiNkOWQ5ZDk7IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxMjA6IltoZWFkbGluZSBzdHlsZT0iMSIgYWxpZ249ImNlbnRlciIgYm90dG9tX21hcmdpbj0iMzAiXUNoZWNrIE91dCBXaGF0IE90aGVyIFBlb3BsZSBBcmUgU2F5aW5nIEFib3V0IFRoaXMgRWJvb2tbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzgzOiJbdGVzdGltb25pYWxzIHN0eWxlPSIxNSIgZm9udD0iIiBtYXJnaW5fdG9wPSIiIG1hcmdpbl9ib3R0b209IiJdW3Rlc3RpbW9uaWFsIG5hbWU9IlNhcmFoIFdpbGxpYW1zIiBjb21wYW55PSJPcHRpbWl6ZVByZXNzLmNvbSIgaHJlZj0iIyIgaW1hZ2U9Imh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL3NhcmFoX3dpbGxpYW1zMS0zMDB4MjkzMS5qcGciXUxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0LCBjb25zZWN0ZXR1ciBhZGlwaXNjaW5nIGVsaXQuIE1vcmJpIHNpdCBhbWV0IHNlbXBlciB0b3J0b3IsIGlkIGVnZXN0YXMgZGlhbS4gTmFtIHZpdGFlIGp1c3RvIHNpdC5bL3Rlc3RpbW9uaWFsXVsvdGVzdGltb25pYWxzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMzI6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObVptWm1abVlpTENKd1lXUmthVzVuVkc5d0lqb2lOVEFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaUxDSmliM0prWlhKRGIyeHZjaUk2SWlOa09XUTVaRGtpZlE9PSI7fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozOToiYmFja2dyb3VuZDojZWRlZGVkO3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozNzQ6IltidXR0b25fMSB0ZXh0PSJCdXkgTm93IEZvciBPbmx5ICYjMzY7NC45OSIgdGV4dF9zaXplPSIyNiIgdGV4dF9jb2xvcj0iI2ZmZmZmZiIgdGV4dF9mb250PSJPc3dhbGQ7Z29vZ2xlIiBzdWJ0ZXh0X3BhbmVsPSJOIiB0ZXh0X3NoYWRvd19wYW5lbD0iTiIgc3R5bGluZ193aWR0aD0iMTAwIiBzdHlsaW5nX2hlaWdodD0iMzAiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPSIjMDAwMDAwIiBzdHlsaW5nX2JvcmRlcl9yYWRpdXM9IjEwMCIgc3R5bGluZ19ib3JkZXJfb3BhY2l0eT0iMTAwIiBzdHlsaW5nX2dyYWRpZW50X3N0YXJ0X2NvbG9yPSIjZmY3NDBhIiBkcm9wX3NoYWRvd19wYW5lbD0iTiIgaW5zZXRfc2hhZG93X3BhbmVsPSJOIiBhbGlnbj0iY2VudGVyIi9dIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMTc6Ilt0ZXh0X2Jsb2NrIHN0eWxlPSJzdHlsZV8xLnBuZyIgYWxpZ249ImxlZnQiIGZvbnRfc2l6ZT0iMTQiIHRvcF9wYWRkaW5nPSI1IiB3aWR0aD0iOTQwIl08cCBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyI+PHN0cm9uZz5Zb3VyIEVib29rIHdpbGwgYmUgYXZhaWxhYmxlIGZvciBpbnN0YW50IGRvd25sb2FkIGFmdGVyIHBheW1lbnQgPC9zdHJvbmc+PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NzY6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObFpHVmtaV1FpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaWZRPT0iO319fQ==','YToxODp7czoxMzoiaGVhZGVyX2xheW91dCI7czoxMDcyOiJZVG94TURwN2N6bzBPaUpzYjJkdklqdHpPamM0T2lKb2RIUndPaTh2ZDNkM0xuUm9aWFJ5WVdScGJtZHliMjl0TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TkM4d015OVRZVzF3YkdWTWIyZHZMVVJoY21zMk1TNXdibWNpTzNNNk5Ub2lZbWRwYldjaU8zTTZNRG9pSWp0ek9qRXhPaUp5WlhCbFlYUmlaMmx0WnlJN2N6b3dPaUlpTzNNNk56b2lZbWRqYjJ4dmNpSTdjem8zT2lJalpqQmxabVl3SWp0ek9qRXdPaUpzYVc1clgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE16b2liV1Z1ZFMxd2IzTnBkR2x2YmlJN2N6bzVPaUpoYkc5dVozTnBaR1VpTzNNNk56b2laVzVoWW14bFpDSTdjem94T2lKT0lqdHpPakV6T2lKdVlYWmZZbUZ5WDJGaWIzWmxJanRoT2pjNmUzTTZOem9pWlc1aFlteGxaQ0k3Y3pveE9pSk9JanR6T2pNNkltNWhkaUk3Y3pvd09pSWlPM002TVRFNkltWnZiblJmYzJoaFpHOTNJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjkzWldsbmFIUWlPM002TURvaUlqdHpPams2SW1admJuUmZjMmw2WlNJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZlptRnRhV3g1SWp0ek9qQTZJaUk3Y3pvME9pSnNiMmR2SWp0ek9qQTZJaUk3ZlhNNk1UTTZJbTVoZGw5aVlYSmZZbVZzYjNjaU8yRTZOenA3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWs0aU8zTTZNem9pYm1GMklqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOXphR0ZrYjNjaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzZGxhV2RvZENJN2N6b3dPaUlpTzNNNk9Ub2labTl1ZEY5emFYcGxJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjltWVcxcGJIa2lPM002TURvaUlqdHpPalE2SW14dloyOGlPM002TURvaUlqdDljem94TnpvaWJtRjJYMkpoY2w5aGJHOXVaM05wWkdVaU8yRTZOanA3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWs0aU8zTTZNem9pYm1GMklqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOXphR0ZrYjNjaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzZGxhV2RvZENJN2N6b3dPaUlpTzNNNk9Ub2labTl1ZEY5emFYcGxJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjltWVcxcGJIa2lPM002TURvaUlqdDlmUT09IjtzOjEwOiJtZW1iZXJzaGlwIjtzOjg6Illqb3dPdz09IjtzOjU6InRoZW1lIjtzOjY4OiJZVG95T250ek9qUTZJblI1Y0dVaU8zTTZPVG9pYldGeWEyVjBhVzVuSWp0ek9qTTZJbVJwY2lJN2N6b3hPaUl4SWp0OSI7czoxMjoiZmVhdHVyZV9hcmVhIjtzOjEyODoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvME9pSjBlWEJsSWp0ek9qRTZJakVpTzNNNk9Eb2ljMlYwZEdsdVozTWlPMkU2TVRwN2N6b3hNam9pWm05dWRGOXZjSFJwYjI1eklqdGhPakE2ZTMxOWZRPT0iO3M6MTM6ImZlYXR1cmVfdGl0bGUiO3M6NjQ6IllUb3lPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzFPaUowYVhSc1pTSTdjem93T2lJaU8zMD0iO3M6MTE6ImZvb3Rlcl9hcmVhIjtzOjM3MjoiWVRvNE9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lXU0k3Y3pvek9pSnVZWFlpTzNNNk1qb2lOREFpTzNNNk1URTZJbVp2Ym5SZmMyaGhaRzkzSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5M1pXbG5hSFFpTzNNNk1Eb2lJanR6T2prNkltWnZiblJmYzJsNlpTSTdjem93T2lJaU8zTTZNVEU2SW1admJuUmZabUZ0YVd4NUlqdHpPamM2SWxCVUlGTmhibk1pTzNNNk1USTZJbXhoY21kbFgyWnZiM1JsY2lJN1lUb3hPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2ZYTTZNVGM2SW1admIzUmxjbDlrYVhOamJHRnBiV1Z5SWp0aE9qSTZlM002TnpvaVpXNWhZbXhsWkNJN2N6b3hPaUpPSWp0ek9qYzZJbTFsYzNOaFoyVWlPM002TURvaUlqdDlmUT09IjtzOjIxOiJjb2xvcl9zY2hlbWVfdGVtcGxhdGUiO3M6ODoiWWpvd093PT0iO3M6MTA6InR5cG9ncmFwaHkiO3M6MTQ5NjoiWVRveU9udHpPakV6T2lKbWIyNTBYMlZzWlcxbGJuUnpJanRoT2prNmUzTTZNVEE2SW5OcGRHVmZkR2wwYkdVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qQTZJaUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6bzNPaUowWVdkc2FXNWxJanRoT2pRNmUzTTZORG9pYzJsNlpTSTdjem93T2lJaU8zTTZORG9pWm05dWRDSTdjem93T2lJaU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWE02TnpvaVpHVm1ZWFZzZENJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1qb2lNVGNpTzNNNk5Eb2labTl1ZENJN2N6bzNPaUpRVkNCVFlXNXpJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6bzBPaUlqTkRRMElqdDljem95T2lKb01TSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZOam9pVDNOM1lXeGtJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzMxek9qSTZJbWd5SWp0aE9qUTZlM002TkRvaWMybDZaU0k3Y3pveU9pSXpNeUk3Y3pvME9pSm1iMjUwSWp0ek9qWTZJazl6ZDJGc1pDSTdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pveU9pSm9NeUk3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TmpvaVQzTjNZV3hrSWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zMXpPakk2SW1nMElqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3dPaUlpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qQTZJaUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTmlJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1Eb2lJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzMxOWN6b3hORG9pWTI5c2IzSmZaV3hsYldWdWRITWlPMkU2TmpwN2N6b3hOem9pWm05dmRHVnlYM1JsZUhSZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFM09pSm1iMjkwWlhKZmJHbHVhMTlqYjJ4dmNpSTdjem93T2lJaU8zTTZNak02SW1admIzUmxjbDlzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanR6T2pBNklpSTdjem94T0RvaVptVmhkSFZ5WlY5MFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hPRG9pWm1WaGRIVnlaVjlzYVc1clgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveU5Eb2labVZoZEhWeVpWOXNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdHpPakE2SWlJN2ZYMD0iO3M6MjE6ImNvbG9yX3NjaGVtZV9hZHZhbmNlZCI7czoyNDI4OiJZVG8zT250ek9qRXpPaUp1WVhaZlltRnlYMkZpYjNabElqdGhPakV3T250ek9qRXpPaUp1WVhaZlltRnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hNVG9pYm1GMlgySmhjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRTVPaUp1WVhaZlltRnlYMmh2ZG1WeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE56b2libUYyWDJKaGNsOW9iM1psY2w5bGJtUWlPM002TURvaUlqdHpPakV3T2lKdVlYWmZZbUZ5WDJKbklqdHpPakE2SWlJN2N6b3lNam9pYm1GMlgySmhjbDlpWjE5b2IzWmxjbDl6ZEdGeWRDSTdjem93T2lJaU8zTTZNVFU2SW01aGRsOWlZWEpmWkdSZmJHbHVheUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlpHUmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRXlPaUp1WVhaZlltRnlYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRXpPaUp1WVhaZlltRnlYMmh2ZG1WeUlqdHpPakE2SWlJN2ZYTTZNVE02SW01aGRsOWlZWEpmWW1Wc2IzY2lPMkU2TVRBNmUzTTZNVE02SW01aGRsOWlZWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakV4T2lKdVlYWmZZbUZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVGs2SW01aGRsOWlZWEpmYUc5MlpYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRTNPaUp1WVhaZlltRnlYMmh2ZG1WeVgyVnVaQ0k3Y3pvd09pSWlPM002TVRBNkltNWhkbDlpWVhKZlltY2lPM002TURvaUlqdHpPakl5T2lKdVlYWmZZbUZ5WDJKblgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TlRvaWJtRjJYMkpoY2w5a1pGOXNhVzVySWp0ek9qQTZJaUk3Y3pveE5qb2libUYyWDJKaGNsOWtaRjlvYjNabGNpSTdjem93T2lJaU8zTTZNVEk2SW01aGRsOWlZWEpmYkdsdWF5STdjem93T2lJaU8zTTZNVE02SW01aGRsOWlZWEpmYUc5MlpYSWlPM002TURvaUlqdDljem94TnpvaWJtRjJYMkpoY2w5aGJHOXVaM05wWkdVaU8yRTZOenA3Y3pveE1Eb2libUYyWDJKaGNsOWlaeUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlltZGZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qSXdPaUp1WVhaZlltRnlYMkpuWDI1aGRsOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRTFPaUp1WVhaZlltRnlYMlJrWDJ4cGJtc2lPM002TURvaUlqdHpPakUyT2lKdVlYWmZZbUZ5WDJSa1gyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1USTZJbVpsWVhSMWNtVmZZWEpsWVNJN1lUbzNPbnR6T2pFek9pSm1aV0YwZFhKbFgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2labVZoZEhWeVpWOWxibVFpTzNNNk1Eb2lJanR6T2pFd09pSjBaWGgwWDJOdmJHOXlJanR6T2pBNklpSTdjem94TURvaWJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TVRZNklteHBibXRmYUc5MlpYSmZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMXpPakk2SW1KbklqdHpPakE2SWlJN2N6b3hNRG9pWW1kZmIzQjBhVzl1Y3lJN2N6bzJPaUpqWlc1MFpYSWlPMzF6T2pFek9pSm1aV0YwZFhKbFgzUnBkR3hsSWp0aE9qTTZlM002TVRrNkltWmxZWFIxY21WZmRHbDBiR1ZmYzNSaGNuUWlPM002TURvaUlqdHpPakUzT2lKbVpXRjBkWEpsWDNScGRHeGxYMlZ1WkNJN2N6b3dPaUlpTzNNNk1qUTZJbVpsWVhSMWNtVmZkR2wwYkdWZmRHVjRkRjlqYjJ4dmNpSTdjem93T2lJaU8zMXpPalk2SW1admIzUmxjaUk3WVRvMU9udHpPakV5T2lKbWIyOTBaWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakV3T2lKbWIyOTBaWEpmWlc1a0lqdHpPakE2SWlJN2N6b3hOem9pWm05dmRHVnlYM1JsZUhSZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFM09pSm1iMjkwWlhKZmJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TWpNNkltWnZiM1JsY2w5c2FXNXJYMmh2ZG1WeVgyTnZiRzl5SWp0aE9qSTZlM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFMU9pSjBaWGgwWDJSbFkyOXlZWFJwYjI0aU8zTTZNRG9pSWp0OWZYTTZORG9pY0dGblpTSTdZVG8wT250ek9qRXlPaUp5WlhCbFlYUnBibWRmWW1jaU8zTTZNRG9pSWp0ek9qZzZJbUpuWDJOdmJHOXlJanR6T2pBNklpSTdjem94TURvaWJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TVRZNklteHBibXRmYUc5MlpYSmZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMTlmUT09IjtzOjE1OiJtb2JpbGVfcmVkaXJlY3QiO3M6NjA6IllUb3lPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUoxY213aU8zTTZNRG9pSWp0OSI7czozOiJzZW8iO3M6MTAwOiJZVG96T250ek9qVTZJblJwZEd4bElqdHpPakE2SWlJN2N6b3hNVG9pWkdWelkzSnBjSFJwYjI0aU8zTTZNRG9pSWp0ek9qZzZJbXRsZVhkdmNtUnpJanR6T2pBNklpSTdmUT09IjtzOjc6InNjcmlwdHMiO3M6ODg6IllUb3hPbnRwT2pBN1lUb3lPbnR6T2pnNkluQnZjMmwwYVc5dUlqdHpPalk2SW1obFlXUmxjaUk3Y3pvMk9pSnpZM0pwY0hRaU8zTTZNRG9pSWp0OWZRPT0iO3M6ODoiZmJfc2hhcmUiO3M6MTI0OiJZVG8wT250ek9qVTZJblJwZEd4bElqdHpPakE2SWlJN2N6b3hNVG9pWkdWelkzSnBjSFJwYjI0aU8zTTZNRG9pSWp0ek9qVTZJbWx0WVdkbElqdHpPakE2SWlJN2N6bzRPaUpzYVd0bFgzVnliQ0k3Y3pvd09pSWlPMzA9IjtzOjg6ImxpZ2h0Ym94IjtzOjM3MDA6IllUbzFPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzNPaUp6YUc5M1gyOXVJanR6T2pRNklteHZZV1FpTzNNNk5Eb2lkSGx3WlNJN2N6bzFPaUp2Y0hScGJpSTdjem94TURvaWIzQjBhVzVmWm05eWJTSTdZVG96T250ek9qazZJbVp2Y20xZmFIUnRiQ0k3WVRveE56cDdjem94TURvaVpXMWhhV3hmWkdGMFlTSTdjem93T2lJaU8zTTZNVE02SW1WdFlXbHNYMkZrWkhKbGMzTWlPM002TURvaUlqdHpPakV5T2lKeVpXUnBjbVZqZEY5MWNtd2lPM002TURvaUlqdHpPakV5T2lKbGVIUnlZVjltYVdWc1pITWlPM002TURvaUlqdHpPakU0T2lKbGJXRnBiRjlsZUhSeVlWOW1hV1ZzWkhNaU8zTTZNRG9pSWp0ek9qUTZJbWgwYld3aU8zTTZNRG9pSWp0ek9qRXdPaUp1WlhkZmQybHVaRzkzSWp0ek9qQTZJaUk3Y3pveE1qb2laR2x6WVdKc1pWOXVZVzFsSWp0ek9qQTZJaUk3Y3pvNE9pSnVZVzFsWDJKdmVDSTdjem93T2lJaU8zTTZPVG9pWlcxaGFXeGZZbTk0SWp0ek9qQTZJaUk3Y3pvMk9pSmhZM1JwYjI0aU8zTTZNRG9pSWp0ek9qWTZJbVpwWld4a2N5STdjem93T2lJaU8zTTZOam9pYldWMGFHOWtJanR6T2pRNkluQnZjM1FpTzNNNk1UWTZJbWx1ZEdWbmNtRjBhVzl1WDNSNWNHVWlPM002TmpvaVkzVnpkRzl0SWp0ek9qUTZJbXhwYzNRaU8zTTZNRG9pSWp0ek9qRTBPaUowYUdGdWExOTViM1ZmY0dGblpTSTdjem93T2lJaU8zTTZNVEU2SW1GamRHbHZibDl3WVdkbElqdHpPakE2SWlJN2ZYTTZOem9pWTI5dWRHVnVkQ0k3WVRvMU9udHpPalU2SW5ScGRHeGxJanR6T2pNeU9pSlRaV3hzSUVGdWVYUm9hVzVuSUZkcGRHZ2dUM0IwYVcxcGVtVlFjbVZ6Y3lJN2N6b3hNVG9pWm05eWJWOW9aV0ZrWlhJaU8zTTZPRGc2SWt4dmNtVnRJR2x3YzNWdElHUnZiRzl5SUhOcGRDQmhiV1YwTENCamIyNXpaV04wWlhSMVpYSWdZV1JwY0dselkybHVaeUJsYkdsMExDQnpaV1FnWkdsaGJTQnViMjUxYlcxNUlHNXBZbWdnWlhWcGMyMXZaQzRpTzNNNk1URTZJbVp2YjNSbGNsOXViM1JsSWp0ek9qWTBPaUpaYjNWeUlHbHVabTl5YldGMGFXOXVJR2x6SURFd01DVWdjMlZqZFhKbElIZHBkR2dnZFhNZ1lXNWtJSGRwYkd3Z2JtVjJaWElnWW1VZ2MyaGhjbVZrSWp0ek9qRXlPaUp1WVcxbFgyUmxabUYxYkhRaU8zTTZNalE2SWtWdWRHVnlJSGx2ZFhJZ1JtbHljM1FnVG1GdFpTNHVMaUk3Y3pveE16b2laVzFoYVd4ZlpHVm1ZWFZzZENJN2N6b3lOem9pUlc1MFpYSWdlVzkxY2lCRmJXRnBiQ0JCWkdSeVpYTnpMaTR1SWp0OWN6b3hNem9pYzNWaWJXbDBYMkoxZEhSdmJpSTdZVG8xTmpwN2N6bzJPaUppZFhSMGIyNGlPMkU2TURwN2ZYTTZPRG9pYkc5allYUnBiMjRpTzNNNk16WTZJbTl3WDJ4cFoyaDBZbTk0WDI5d2RHbHVYMlp2Y20xZmMzVmliV2wwWDJKMWRIUnZiaUk3Y3pvM09pSmpiMjUwWlc1MElqdHpPakE2SWlJN2N6bzBPaUowZVhCbElqdHpPakU2SWpBaU8zTTZOVG9pYVcxaFoyVWlPM002TURvaUlqdHpPakV5T2lKbGJHVnRaVzUwWDNSNWNHVWlPM002TURvaUlqdHpPalE2SW1oeVpXWWlPM002TURvaUlqdHpPakV3T2lKdVpYZGZkMmx1Wkc5M0lqdHpPakE2SWlJN2N6b3lPaUpqWXlJN2N6b3dPaUlpTzNNNk5Ub2lZV3hwWjI0aU8zTTZNRG9pSWp0ek9qUTZJblJsZUhRaU8zTTZNRG9pSWp0ek9qazZJblJsZUhSZmMybDZaU0k3Y3pveU9pSXpNaUk3Y3pveE1Eb2lkR1Y0ZEY5amIyeHZjaUk3Y3pvM09pSWpNREF3TURBd0lqdHpPams2SW5SbGVIUmZabTl1ZENJN2N6b3dPaUlpTzNNNk9Ub2lkR1Y0ZEY5aWIyeGtJanR6T2pFNklqRWlPM002TVRRNkluUmxlSFJmZFc1a1pYSnNhVzVsSWp0ek9qQTZJaUk3Y3pveE1Ub2lkR1Y0ZEY5cGRHRnNhV01pTzNNNk1Eb2lJanR6T2pFNU9pSjBaWGgwWDJ4bGRIUmxjbDl6Y0dGamFXNW5JanR6T2pFNklqQWlPM002TVRNNkluTjFZblJsZUhSZmNHRnVaV3dpTzNNNk1Eb2lJanR6T2pjNkluTjFZblJsZUhRaU8zTTZNRG9pSWp0ek9qRXlPaUp6ZFdKMFpYaDBYM05wZW1VaU8zTTZNRG9pSWp0ek9qRXpPaUp6ZFdKMFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hNam9pYzNWaWRHVjRkRjltYjI1MElqdHpPakE2SWlJN2N6b3hNam9pYzNWaWRHVjRkRjlpYjJ4a0lqdHpPakE2SWlJN2N6b3hOem9pYzNWaWRHVjRkRjkxYm1SbGNteHBibVVpTzNNNk1Eb2lJanR6T2pFME9pSnpkV0owWlhoMFgybDBZV3hwWXlJN2N6b3dPaUlpTzNNNk1qSTZJbk4xWW5SbGVIUmZiR1YwZEdWeVgzTndZV05wYm1jaU8zTTZNRG9pSWp0ek9qRTNPaUowWlhoMFgzTm9ZV1J2ZDE5d1lXNWxiQ0k3Y3pveE9pSlpJanR6T2pJd09pSjBaWGgwWDNOb1lXUnZkMTkyWlhKMGFXTmhiQ0k3Y3pveE9pSXhJanR6T2pJeU9pSjBaWGgwWDNOb1lXUnZkMTlvYjNKcGVtOXVkR0ZzSWp0ek9qRTZJakFpTzNNNk1UYzZJblJsZUhSZmMyaGhaRzkzWDJOdmJHOXlJanR6T2pjNklpTm1abVptTURBaU8zTTZNVFk2SW5SbGVIUmZjMmhoWkc5M1gySnNkWElpTzNNNk1Ub2lNQ0k3Y3pveE16b2ljM1I1YkdsdVoxOTNhV1IwYUNJN2N6b3dPaUlpTzNNNk1UUTZJbk4wZVd4cGJtZGZhR1ZwWjJoMElqdHpPakE2SWlJN2N6b3lNRG9pYzNSNWJHbHVaMTlpYjNKa1pYSmZZMjlzYjNJaU8zTTZOem9pSXpBd01EQXdNQ0k3Y3pveE9Ub2ljM1I1YkdsdVoxOWliM0prWlhKZmMybDZaU0k3Y3pveE9pSXhJanR6T2pJeE9pSnpkSGxzYVc1blgySnZjbVJsY2w5eVlXUnBkWE1pTzNNNk1Ub2lOaUk3Y3pveU1qb2ljM1I1YkdsdVoxOWliM0prWlhKZmIzQmhZMmwwZVNJN2N6b3pPaUl4TURBaU8zTTZNVFk2SW5OMGVXeHBibWRmWjNKaFpHbGxiblFpTzNNNk1Eb2lJanR6T2pFek9pSnpkSGxzYVc1blgzTm9hVzVsSWp0ek9qRTZJbGtpTzNNNk1qZzZJbk4wZVd4cGJtZGZaM0poWkdsbGJuUmZjM1JoY25SZlkyOXNiM0lpTzNNNk56b2lJMlptWm1Zd01DSTdjem95TmpvaWMzUjViR2x1WjE5bmNtRmthV1Z1ZEY5bGJtUmZZMjlzYjNJaU8zTTZOem9pSTJabVlUQXpOU0k3Y3pveE56b2laSEp2Y0Y5emFHRmtiM2RmY0dGdVpXd2lPM002TVRvaVdTSTdjem95TURvaVpISnZjRjl6YUdGa2IzZGZkbVZ5ZEdsallXd2lPM002TVRvaU1TSTdjem95TWpvaVpISnZjRjl6YUdGa2IzZGZhRzl5YVhwdmJuUmhiQ0k3Y3pveE9pSXdJanR6T2pFMk9pSmtjbTl3WDNOb1lXUnZkMTlpYkhWeUlqdHpPakU2SWpFaU8zTTZNVGc2SW1SeWIzQmZjMmhoWkc5M1gzTndjbVZoWkNJN2N6b3hPaUl3SWp0ek9qRTNPaUprY205d1gzTm9ZV1J2ZDE5amIyeHZjaUk3Y3pvM09pSWpNREF3TURBd0lqdHpPakU1T2lKa2NtOXdYM05vWVdSdmQxOXZjR0ZqYVhSNUlqdHpPakk2SWpVd0lqdHpPakU0T2lKcGJuTmxkRjl6YUdGa2IzZGZjR0Z1Wld3aU8zTTZNVG9pV1NJN2N6b3lNVG9pYVc1elpYUmZjMmhoWkc5M1gzWmxjblJwWTJGc0lqdHpPakU2SWpBaU8zTTZNak02SW1sdWMyVjBYM05vWVdSdmQxOW9iM0pwZW05dWRHRnNJanR6T2pFNklqQWlPM002TVRjNkltbHVjMlYwWDNOb1lXUnZkMTlpYkhWeUlqdHpPakU2SWpBaU8zTTZNVGs2SW1sdWMyVjBYM05vWVdSdmQxOXpjSEpsWVdRaU8zTTZNVG9pTVNJN2N6b3hPRG9pYVc1elpYUmZjMmhoWkc5M1gyTnZiRzl5SWp0ek9qYzZJaU5tWm1abU1EQWlPM002TWpBNkltbHVjMlYwWDNOb1lXUnZkMTl2Y0dGamFYUjVJanR6T2pJNklqVXdJanQ5ZlhNNk1USTZJbWgwYld4ZlkyOXVkR1Z1ZENJN1lUb3hPbnR6T2pjNkltTnZiblJsYm5RaU8zTTZNRG9pSWp0OWZRPT0iO3M6MTM6ImV4aXRfcmVkaXJlY3QiO3M6ODg6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUoxY213aU8zTTZNRG9pSWp0ek9qYzZJbTFsYzNOaFoyVWlPM002TURvaUlqdDkiO3M6MTQ6Im9uZV90aW1lX29mZmVyIjtzOjE4ODoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSjFjbXdpTzNNNk1Eb2lJanR6T2pRNkluUnBiV1VpTzJFNk5EcDdjem8wT2lKa1lYbHpJanR6T2pBNklpSTdjem8xT2lKb2IzVnljeUk3Y3pvd09pSWlPM002TnpvaWJXbHVkWFJsY3lJN2N6b3dPaUlpTzNNNk56b2ljMlZqYjI1a2N5STdjem93T2lJaU8zMTkiO3M6MTQ6ImxhdW5jaF9nYXRld2F5IjtzOjg6Illqb3dPdz09IjtzOjEzOiJsYXVuY2hfZnVubmVsIjtzOjE5MjoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvNU9pSm1kVzV1Wld4ZmFXUWlPM002TVRvaU1pSTdjem94TmpvaVoyRjBaWGRoZVY5dmRtVnljbWxrWlNJN1lUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzRPaUp5WldScGNtVmpkQ0k3Y3pvd09pSWlPM002TkRvaVkyOWtaU0k3Y3pvd09pSWlPMzE5Ijt9'),(31,'Webinar Registration 2-Host Style 5',1,'Webinar registration page for a webinar with 2 hosts and forms to GoToWebinar|http://www.thetradingroom.com/wp-content/uploads/2014/03/webinar5_image.jpg','jpg','YToxOntzOjQ6ImJvZHkiO2E6Njp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM3OiJwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjEwcHg7IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTI6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSIyMCIgZm9udF9mb250PSJBc2FwIiBmb250X3N0eWxlPSJub3JtYWwiIGZvbnRfY29sb3I9IiMxYTllZTAiIGZvbnRfc3BhY2luZz0iLTEiIGFsaWduPSJjZW50ZXIiXTxzdHJvbmc+TElWRSBXRUJJTkFSPC9zdHJvbmc+wqBXSVRIIEhPU1QgMSAmYW1wOyBIT1NUIDJbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo1NjoiZXlKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTVRBaWZRPT0iO31pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzFhOWVlMDtwYWRkaW5nLXRvcDozMHB4O3BhZGRpbmctYm90dG9tOjI1cHg7IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMjc6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSIzMCIgZm9udF9mb250PSJBc2FwIiBmb250X3N0eWxlPSJib2xkIiBmb250X2NvbG9yPSIjZmZmZmZmIiBmb250X3NoYWRvdz0iZGFyayIgYWxpZ249ImNlbnRlciJd4oCcVGhlIDUgUmVhc29ucyBZb3UgTXVzdCBCZSBVc2luZyBSZXNwb25zaXZlCkRlc2lnbiBPbiBZb3VyIFdlYnNpdGVzIGluIDIwMTMgQW5kIEJleW9uZOKAnVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fXM6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEwMDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU14WVRsbFpUQWlMQ0p3WVdSa2FXNW5WRzl3SWpvaU16QWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNalVpZlE9PSI7fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA2OiJiYWNrZ3JvdW5kLWltYWdlOiBub25lOyBiYWNrZ3JvdW5kLWNvbG9yOiByZ2IoMzMsIDMzLCAzMyk7IHBhZGRpbmctYm90dG9tOiAwcHg7IGJvcmRlci10b3Atd2lkdGg6IDBweDsgYm9yZGVyLWJvdHRvbS13aWR0aDogMHB4OyBiYWNrZ3JvdW5kLXBvc2l0aW9uOiBpbml0aWFsIGluaXRpYWw7IGJhY2tncm91bmQtcmVwZWF0OiBuby1yZXBlYXQgbm8tcmVwZWF0OyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzY6IltjYWxlbmRhcl9kYXRlIHN0eWxlPSIxIiBtb250aD0iSnVuZSIgY2FsZW5kYXJfYmFyX2NvbG9yPSIjZmYwMDAwIiBkYXk9IjI1Il0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO047fX19aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTg2OiJbdGV4dF9ibG9jayBzdHlsZT0ic3R5bGVfMS5wbmciIGFsaWduPSJsZWZ0IiBmb250X3NpemU9IjIxIiBmb250X2NvbG9yPSIjZmZmZmZmIiB3aWR0aD0iMjIwIl08c3Ryb25nPkZyaWRheSwgSnVuZSAyNXRoCjwvc3Ryb25nPjExIEFNIFBhY2lmaWMgVGltZQo0IFBNIEVhc3Rlcm4gVGltZQo5IFBNIEdNVFsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NjY1OiJbb3B0aW5fYm94IHN0eWxlPSI3IiBhbGlnbm1lbnQ9ImNlbnRlciIgZW1haWxfZGVmYXVsdD0iRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzIiBpbnRlZ3JhdGlvbl90eXBlPSJlbWFpbCIgbmFtZV9kZWZhdWx0PSJFbnRlciB5b3VyIGZpcnN0IG5hbWUiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT0iaGVhZGxpbmUiXUhlcmUncyBUaGUgSGVhZGxpbmUgRm9yIFRoZSBCb3hbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9InBhcmFncmFwaCJdVEc5eVpXMGdhWEJ6ZFcwZ1pHOXNiM0lnYzJsMElHRnRaWFFzSUdOdmJuTmxZM1JsZEhWeUlHRmthWEJwYzJOcGJtY2daV3hwZEM0Z1JHOXVaV01nZG1Wc0lHNTFibU1nYm05dUlHeGhZM1Z6SUhabGJtVnVZWFJwY3lCamIyMXRiMlJ2TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT0icHJpdmFjeSJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT0idG9wX2NvbG9yIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPSIwIiBidXR0b25fYmVsb3c9IlkiXUdldCBJbnN0YW50IEFjY2VzcyFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319aToyO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fXM6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjcyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXlNVEl4TWpFaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1DSjkiO31pOjM7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjExMDoiYmFja2dyb3VuZC1pbWFnZTp1cmwoaHR0cDovL29wdGltaXplcHJlc3MyLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8wNi9iYWNrMS5wbmcpO2JhY2tncm91bmQtcmVwZWF0OnJlcGVhdDsiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNjE6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSIzNSIgYWxpZ249ImxlZnQiIGxpbmVfaGVpZ2h0PSIzNSJdPGRpdiBkYXRhLWxiPSJlZGl0YWJsZS1yaWNoLXRleHQiIGRhdGEtbGItaWQ9Im1haW4taGVhZGxpbmUiIGRhdGEtbGItbmFtZT0iTWFpbiBIZWFkbGluZSBUZXh0Ij5EVVJJTkcgVEhJUyA8c3BhbiBzdHlsZT0iY29sb3I6ICMxYTllZTA7Ij48Yj5GUkVFIFdFQklOQVI8L2I+PC9zcGFuPiBZT1UgV0lMTCBMRUFSTjo8L2Rpdj5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTM4OiJbc3RlcF9ncmFwaGljcyBzdHlsZT0iMyIgY29sb3I9IiMxYTllZTAiXVtzdGVwIHN0eWxlPSIzIiB0ZXh0PSIxIiBoZWFkbGluZT0iTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2NpbmcgZWxpdC4iIGluZm9ybWF0aW9uPSI8cD5Mb3JlbSBpcHN1bSBkb2xvciBzaXQgYW1ldCwgY29uc2VjdGV0dXIgYWRpcGlzY2luZyBlbGl0LiBNYXVyaXMgZWxlbWVudHVtIGZlcm1lbnR1bSBtYXVyaXMsIGluIGJpYmVuZHVtIG1hZ25hIHVsdHJpY2VzIHNlZC4gPC9wPgoiXVsvc3RlcF1bc3RlcCBzdHlsZT0iMyIgdGV4dD0iMiIgaGVhZGxpbmU9IlV0IGEgbGlndWxhIHZpdGFlIGFudGUgdnVscHV0YXRlIGNvbnNlY3RldHVyIHF1aXMgZXUgdXJuYS4iIGluZm9ybWF0aW9uPSI8cD5BZW5lYW4gdGVtcG9yIHNlbSB1dCB2aXZlcnJhIHNjZWxlcmlzcXVlLiBBZW5lYW4gdmVoaWN1bGEgYmliZW5kdW0gbWF1cmlzLCB2ZWwgcGVsbGVudGVzcXVlIG5pc2wgdmFyaXVzIHF1aXMuPC9wPgoiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjU6e2k6MDthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3MzoiW2ltYWdlcyBzdHlsZT0iNSIgaW1hZ2U9Imh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL3BlcnNvbjEyMTMuanBnIiB3aWR0aD0iMTQ5IiBhbGlnbj0iY2VudGVyIiB0b3BfbWFyZ2luPSIwIiBib3R0b21fbWFyZ2luPSIwIiBmdWxsX3dpZHRoPSJZIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO047fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPSJzdHlsZV8xLnBuZyIgYWxpZ249ImxlZnQiIGZvbnRfc2l6ZT0iMjUiIGZvbnRfZm9udD0iU2hhZG93cyBJbnRvIExpZ2h0IiBib3R0b21fbWFyZ2luPSIwIiB3aWR0aD0iMjIwIl08cCBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyOyI+SG9zdCBOYW1lPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO047fX19aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTczOiJbaW1hZ2VzIHN0eWxlPSI1IiBpbWFnZT0iaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvcGVyc29uMTIxMy5qcGciIHdpZHRoPSIxNDkiIGFsaWduPSJjZW50ZXIiIHRvcF9tYXJnaW49IjAiIGJvdHRvbV9tYXJnaW49IjAiIGZ1bGxfd2lkdGg9IlkiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7Tjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3ODoiW3RleHRfYmxvY2sgc3R5bGU9InN0eWxlXzEucG5nIiBhbGlnbj0ibGVmdCIgZm9udF9zaXplPSIyNCIgZm9udF9mb250PSJTaGFkb3dzIEludG8gTGlnaHQiIGJvdHRvbV9tYXJnaW49IjAiIHdpZHRoPSIyMjAiXTxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXI7Ij5Ib3N0IE5hbWU8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7Tjt9fX1pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzA6Ilt2ZXJ0aWNhbF9zcGFjaW5nIGhlaWdodD0iMzAiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjE3OiJbdGV4dF9ibG9jayBzdHlsZT0ic3R5bGVfMS5wbmciIGFsaWduPSJjZW50ZXIiIGZvbnRfc2l6ZT0iMTUiIGZvbnRfY29sb3I9IiM5MTkxOTEiIGJvdHRvbV9wYWRkaW5nPSIxMCIgYm90dG9tX21hcmdpbj0iMCIgd2lkdGg9IjQ2MCJdPHAgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlcjsiPlNoYXJlIHRoaXMgcGFnZSB3aXRoIHlvdXIgZnJpZW5kcy4uLjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNDA6Iltzb2NpYWxfc2hhcmluZyBzdHlsZT0ic3R5bGUtMjAiIGZiX2NvbG9yPSJsaWdodCIgZmJfbGFuZz0iZW5fR0IiIGZiX3RleHQ9InJlY29tbWVuZCIgZmJfYnV0dG9uX3RleHQ9IlNoYXJlIiB0d19sYW5nPSJlbiIgdHdfYnV0dG9uX3RleHQ9IlNoYXJlIiBnX2xhbmc9ImVuLUdCIiBnX2J1dHRvbl90ZXh0PSJTaGFyZSIgcF9kZXNjcmlwdGlvbj0iIiBsaW5rZWRpbl9sYW5nPSJlbl9VUyIgYWxpZ25tZW50PSJjZW50ZXIiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxNTY6ImV5SmlZV05yWjNKdmRXNWtTVzFoWjJVaU9pSjFjbXdvYUhSMGNEb3ZMMjl3ZEdsdGFYcGxjSEpsYzNNeUxtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE15OHdOaTlpWVdOck1TNXdibWNwSWl3aVltRmphMmR5YjNWdVpGQnZjMmwwYVc5dUlqb2lkR2xzWlNKOSI7fWk6NDthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoyMjg6ImJhY2tncm91bmQtaW1hZ2U6IG5vbmU7IGJhY2tncm91bmQtY29sb3I6IHJnYigyMzQsIDExMywgMTYpOyBwYWRkaW5nLWJvdHRvbTogMjVweDsgYm9yZGVyLXRvcC13aWR0aDogMHB4OyBib3JkZXItYm90dG9tLXdpZHRoOiAwcHg7IHBhZGRpbmctdG9wOiA0NXB4OyBiYWNrZ3JvdW5kLXBvc2l0aW9uOiBpbml0aWFsIGluaXRpYWw7IGJhY2tncm91bmQtcmVwZWF0OiBuby1yZXBlYXQgbm8tcmVwZWF0OyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjg5OiJbaGVhZGxpbmUgc3R5bGU9IjEiIGZvbnRfc2l6ZT0iMjAiIGZvbnRfY29sb3I9IiNmZmZmZmYiIGFsaWduPSJjZW50ZXIiXVdBUk5JTkc6IMKgV2Ugb25seSBoYXZlIDEwMDAgc3BvdHMgb24gb3VyIHdlYmluYXIgc3lzdGVtIGF2YWlsYWJsZSBhbmTCoHNwYWNlIHdpbGwgZmlsbCB1cCBmYXN0IHNvIHJlZ2lzdGVyIG5vdyB0byBhdm9pZCBtaXNzaW5nIG91dC4gwqBUaGlzIHdlYmluYXIgaXMgcGFja2VkIHdpdGggaGlnaCBxdWFsaXR5IGNvbnRlbnQgYW5kIHdpbGwgZmlsbCB1cCBmYXN0IVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fXM6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEwMDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5sWVRjeE1UQWlMQ0p3WVdSa2FXNW5WRzl3SWpvaU5EVWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNalVpZlE9PSI7fWk6NTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNDc6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbTo1MHB4OyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTc0OiJbaGVhZGxpbmUgc3R5bGU9IjEiIGZvbnRfc2l6ZT0iMjUiIGZvbnRfc3R5bGU9Im5vcm1hbCIgYWxpZ249ImNlbnRlciIgYm90dG9tX21hcmdpbj0iMjAiXTxzdHJvbmc+VGhpcyBvbmUgd2lsbCBiZSBubyBleGNlcHRpb24uwqBTbyBjbGFpbSB5b3VyIHNwb3QgYmVsb3chPC9zdHJvbmc+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjY2NToiW29wdGluX2JveCBzdHlsZT0iNyIgYWxpZ25tZW50PSJjZW50ZXIiIGVtYWlsX2RlZmF1bHQ9IkVudGVyIHlvdXIgZW1haWwgYWRkcmVzcyIgaW50ZWdyYXRpb25fdHlwZT0iZW1haWwiIG5hbWVfZGVmYXVsdD0iRW50ZXIgeW91ciBmaXJzdCBuYW1lIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9ImhlYWRsaW5lIl1IZXJlJ3MgVGhlIEhlYWRsaW5lIEZvciBUaGUgQm94Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPSJwYXJhZ3JhcGgiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9InByaXZhY3kiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9InRvcF9jb2xvciJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT0iMCIgYnV0dG9uX2JlbG93PSJZIl1HZXQgSW5zdGFudCBBY2Nlc3MhWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MjA4OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDI5d2RHbHRhWHBsY0hKbGMzTXlMbU52YlM5M2NDMWpiMjUwWlc1MEwzVndiRzloWkhNdk1qQXhNeTh3Tmk5aVlXTnJNUzV3Ym1jcElpd2lZbUZqYTJkeWIzVnVaRkJ2YzJsMGFXOXVJam9pZEdsc1pTSXNJbkJoWkdScGJtZFViM0FpT2lJek1DSXNJbkJoWkdScGJtZENiM1IwYjIwaU9pSTFNQ0o5Ijt9fX0=','YToxODp7czoxMzoiaGVhZGVyX2xheW91dCI7czoxMDcyOiJZVG94TURwN2N6bzBPaUpzYjJkdklqdHpPamd3T2lKb2RIUndPaTh2ZDNkM0xuUm9aWFJ5WVdScGJtZHliMjl0TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TkM4d015OVRZVzF3YkdWTWIyZHZMVVJoY21zeE1ERXpMbkJ1WnlJN2N6bzFPaUppWjJsdFp5STdjem93T2lJaU8zTTZNVEU2SW5KbGNHVmhkR0puYVcxbklqdHpPakE2SWlJN2N6bzNPaUppWjJOdmJHOXlJanR6T2pjNklpTm1NR1ZtWmpBaU8zTTZNVEE2SW14cGJtdGZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRXpPaUp0Wlc1MUxYQnZjMmwwYVc5dUlqdHpPams2SW1Gc2IyNW5jMmxrWlNJN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TVRNNkltNWhkbDlpWVhKZllXSnZkbVVpTzJFNk56cDdjem8zT2lKbGJtRmliR1ZrSWp0ek9qRTZJazRpTzNNNk16b2libUYySWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5emFHRmtiM2NpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDNkbGFXZG9kQ0k3Y3pvd09pSWlPM002T1RvaVptOXVkRjl6YVhwbElqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOW1ZVzFwYkhraU8zTTZNRG9pSWp0ek9qUTZJbXh2WjI4aU8zTTZNRG9pSWp0OWN6b3hNem9pYm1GMlgySmhjbDlpWld4dmR5STdZVG8zT250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKdVlYWWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM05vWVdSdmR5STdjem93T2lJaU8zTTZNVEU2SW1admJuUmZkMlZwWjJoMElqdHpPakE2SWlJN2N6bzVPaUptYjI1MFgzTnBlbVVpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDJaaGJXbHNlU0k3Y3pvd09pSWlPM002TkRvaWJHOW5ieUk3Y3pvd09pSWlPMzF6T2pFM09pSnVZWFpmWW1GeVgyRnNiMjVuYzJsa1pTSTdZVG8yT250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKdVlYWWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM05vWVdSdmR5STdjem93T2lJaU8zTTZNVEU2SW1admJuUmZkMlZwWjJoMElqdHpPakE2SWlJN2N6bzVPaUptYjI1MFgzTnBlbVVpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDJaaGJXbHNlU0k3Y3pvd09pSWlPMzE5IjtzOjEwOiJtZW1iZXJzaGlwIjtzOjg6Illqb3dPdz09IjtzOjU6InRoZW1lIjtzOjY4OiJZVG95T250ek9qUTZJblI1Y0dVaU8zTTZPVG9pYldGeWEyVjBhVzVuSWp0ek9qTTZJbVJwY2lJN2N6b3hPaUl4SWp0OSI7czoxMjoiZmVhdHVyZV9hcmVhIjtzOjEyMDoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvME9pSjBlWEJsSWp0cE9qRTdjem80T2lKelpYUjBhVzVuY3lJN1lUb3hPbnR6T2pFeU9pSm1iMjUwWDI5d2RHbHZibk1pTzJFNk1EcDdmWDE5IjtzOjEzOiJmZWF0dXJlX3RpdGxlIjtzOjY0OiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8xT2lKMGFYUnNaU0k3Y3pvd09pSWlPMzA9IjtzOjExOiJmb290ZXJfYXJlYSI7czozNjA6IllUbzRPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qQTZJaUk3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYMlpoYldsc2VTSTdjem93T2lJaU8zTTZNVEk2SW14aGNtZGxYMlp2YjNSbGNpSTdZVG94T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdmWE02TVRjNkltWnZiM1JsY2w5a2FYTmpiR0ZwYldWeUlqdGhPakk2ZTNNNk56b2laVzVoWW14bFpDSTdjem94T2lKT0lqdHpPamM2SW0xbGMzTmhaMlVpTzNNNk1Eb2lJanQ5ZlE9PSI7czoyMToiY29sb3Jfc2NoZW1lX3RlbXBsYXRlIjtzOjg6Illqb3dPdz09IjtzOjEwOiJ0eXBvZ3JhcGh5IjtzOjE0NzY6IllUb3lPbnR6T2pFek9pSm1iMjUwWDJWc1pXMWxiblJ6SWp0aE9qazZlM002TVRBNkluTnBkR1ZmZEdsMGJHVWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakE2SWlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem8zT2lKMFlXZHNhVzVsSWp0aE9qUTZlM002TkRvaWMybDZaU0k3Y3pvd09pSWlPM002TkRvaVptOXVkQ0k3Y3pvd09pSWlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk56b2laR1ZtWVhWc2RDSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNam9pTVRjaU8zTTZORG9pWm05dWRDSTdjem8wT2lKQmMyRndJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6bzBPaUlqTkRRMElqdDljem95T2lKb01TSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZORG9pUVhOaGNDSTdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pveU9pSm9NaUk3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TkRvaVFYTmhjQ0k3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTXlJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1Eb2lJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzMxek9qSTZJbWcwSWp0aE9qUTZlM002TkRvaWMybDZaU0k3Y3pvd09pSWlPM002TkRvaVptOXVkQ0k3Y3pvd09pSWlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk1qb2lhRFVpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pBNklpSTdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pveU9pSm9OaUk3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TURvaUlqdHpPalU2SW5OMGVXeGxJanR6T2pBNklpSTdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPMzE5Y3pveE5Eb2lZMjlzYjNKZlpXeGxiV1Z1ZEhNaU8yRTZOanA3Y3pveE56b2labTl2ZEdWeVgzUmxlSFJmWTI5c2IzSWlPM002TURvaUlqdHpPakUzT2lKbWIyOTBaWEpmYkdsdWExOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1qTTZJbVp2YjNSbGNsOXNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hPRG9pWm1WaGRIVnlaVjkwWlhoMFgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE9Eb2labVZoZEhWeVpWOXNhVzVyWDJOdmJHOXlJanR6T2pBNklpSTdjem95TkRvaVptVmhkSFZ5WlY5c2FXNXJYMmh2ZG1WeVgyTnZiRzl5SWp0ek9qQTZJaUk3ZlgwPSI7czoyMToiY29sb3Jfc2NoZW1lX2FkdmFuY2VkIjtzOjI0MjA6IllUbzNPbnR6T2pFek9pSnVZWFpmWW1GeVgyRmliM1psSWp0aE9qRXdPbnR6T2pFek9pSnVZWFpmWW1GeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2libUYyWDJKaGNsOWxibVFpTzNNNk1Eb2lJanR6T2pFNU9pSnVZWFpmWW1GeVgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TnpvaWJtRjJYMkpoY2w5b2IzWmxjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRXdPaUp1WVhaZlltRnlYMkpuSWp0ek9qQTZJaUk3Y3pveU1qb2libUYyWDJKaGNsOWlaMTlvYjNabGNsOXpkR0Z5ZENJN2N6b3dPaUlpTzNNNk1UVTZJbTVoZGw5aVlYSmZaR1JmYkdsdWF5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWkdSZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pFeU9pSnVZWFpmWW1GeVgyeHBibXNpTzNNNk1Eb2lJanR6T2pFek9pSnVZWFpmWW1GeVgyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1UTTZJbTVoZGw5aVlYSmZZbVZzYjNjaU8yRTZNVEE2ZTNNNk1UTTZJbTVoZGw5aVlYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRXhPaUp1WVhaZlltRnlYMlZ1WkNJN2N6b3dPaUlpTzNNNk1UazZJbTVoZGw5aVlYSmZhRzkyWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSnVZWFpmWW1GeVgyaHZkbVZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVEE2SW01aGRsOWlZWEpmWW1jaU8zTTZNRG9pSWp0ek9qSXlPaUp1WVhaZlltRnlYMkpuWDJodmRtVnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOVG9pYm1GMlgySmhjbDlrWkY5c2FXNXJJanR6T2pBNklpSTdjem94TmpvaWJtRjJYMkpoY2w5a1pGOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0OWN6b3hOem9pYm1GMlgySmhjbDloYkc5dVozTnBaR1VpTzJFNk56cDdjem94TURvaWJtRjJYMkpoY2w5aVp5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWW1kZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pJd09pSnVZWFpmWW1GeVgySm5YMjVoZGw5b2IzWmxjaUk3Y3pvd09pSWlPM002TVRJNkltNWhkbDlpWVhKZmJHbHVheUk3Y3pvd09pSWlPM002TVRNNkltNWhkbDlpWVhKZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pFMU9pSnVZWFpmWW1GeVgyUmtYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRTJPaUp1WVhaZlltRnlYMlJrWDJodmRtVnlJanR6T2pBNklpSTdmWE02TVRJNkltWmxZWFIxY21WZllYSmxZU0k3WVRvM09udHpPakV6T2lKbVpXRjBkWEpsWDNOMFlYSjBJanR6T2pBNklpSTdjem94TVRvaVptVmhkSFZ5WlY5bGJtUWlPM002TURvaUlqdHpPakV3T2lKMFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hNRG9pYkdsdWExOWpiMnh2Y2lJN1lUb3lPbnR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE5Ub2lkR1Y0ZEY5a1pXTnZjbUYwYVc5dUlqdHpPakE2SWlJN2ZYTTZNVFk2SW14cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6b3dPaUlpTzMxek9qSTZJbUpuSWp0ek9qQTZJaUk3Y3pveE1Eb2lZbWRmYjNCMGFXOXVjeUk3Y3pvd09pSWlPMzF6T2pFek9pSm1aV0YwZFhKbFgzUnBkR3hsSWp0aE9qTTZlM002TVRrNkltWmxZWFIxY21WZmRHbDBiR1ZmYzNSaGNuUWlPM002TURvaUlqdHpPakUzT2lKbVpXRjBkWEpsWDNScGRHeGxYMlZ1WkNJN2N6b3dPaUlpTzNNNk1qUTZJbVpsWVhSMWNtVmZkR2wwYkdWZmRHVjRkRjlqYjJ4dmNpSTdjem93T2lJaU8zMXpPalk2SW1admIzUmxjaUk3WVRvMU9udHpPakV5T2lKbWIyOTBaWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakV3T2lKbWIyOTBaWEpmWlc1a0lqdHpPakE2SWlJN2N6b3hOem9pWm05dmRHVnlYM1JsZUhSZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFM09pSm1iMjkwWlhKZmJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TWpNNkltWnZiM1JsY2w5c2FXNXJYMmh2ZG1WeVgyTnZiRzl5SWp0aE9qSTZlM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFMU9pSjBaWGgwWDJSbFkyOXlZWFJwYjI0aU8zTTZNRG9pSWp0OWZYTTZORG9pY0dGblpTSTdZVG8wT250ek9qRXlPaUp5WlhCbFlYUnBibWRmWW1jaU8zTTZNRG9pSWp0ek9qZzZJbUpuWDJOdmJHOXlJanR6T2pBNklpSTdjem94TURvaWJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TVRZNklteHBibXRmYUc5MlpYSmZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMTlmUT09IjtzOjE1OiJtb2JpbGVfcmVkaXJlY3QiO3M6NjA6IllUb3lPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUoxY213aU8zTTZNRG9pSWp0OSI7czozOiJzZW8iO3M6MTAwOiJZVG96T250ek9qVTZJblJwZEd4bElqdHpPakE2SWlJN2N6b3hNVG9pWkdWelkzSnBjSFJwYjI0aU8zTTZNRG9pSWp0ek9qZzZJbXRsZVhkdmNtUnpJanR6T2pBNklpSTdmUT09IjtzOjc6InNjcmlwdHMiO3M6ODg6IllUb3hPbnRwT2pBN1lUb3lPbnR6T2pnNkluQnZjMmwwYVc5dUlqdHpPalk2SW1obFlXUmxjaUk3Y3pvMk9pSnpZM0pwY0hRaU8zTTZNRG9pSWp0OWZRPT0iO3M6ODoiZmJfc2hhcmUiO3M6MTI0OiJZVG8wT250ek9qVTZJblJwZEd4bElqdHpPakE2SWlJN2N6b3hNVG9pWkdWelkzSnBjSFJwYjI0aU8zTTZNRG9pSWp0ek9qVTZJbWx0WVdkbElqdHpPakE2SWlJN2N6bzRPaUpzYVd0bFgzVnliQ0k3Y3pvd09pSWlPMzA9IjtzOjg6ImxpZ2h0Ym94IjtzOjM3MDA6IllUbzFPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzNPaUp6YUc5M1gyOXVJanR6T2pRNklteHZZV1FpTzNNNk5Eb2lkSGx3WlNJN2N6bzFPaUp2Y0hScGJpSTdjem94TURvaWIzQjBhVzVmWm05eWJTSTdZVG96T250ek9qazZJbVp2Y20xZmFIUnRiQ0k3WVRveE56cDdjem94TURvaVpXMWhhV3hmWkdGMFlTSTdjem93T2lJaU8zTTZNVE02SW1WdFlXbHNYMkZrWkhKbGMzTWlPM002TURvaUlqdHpPakV5T2lKeVpXUnBjbVZqZEY5MWNtd2lPM002TURvaUlqdHpPakV5T2lKbGVIUnlZVjltYVdWc1pITWlPM002TURvaUlqdHpPakU0T2lKbGJXRnBiRjlsZUhSeVlWOW1hV1ZzWkhNaU8zTTZNRG9pSWp0ek9qUTZJbWgwYld3aU8zTTZNRG9pSWp0ek9qRXdPaUp1WlhkZmQybHVaRzkzSWp0ek9qQTZJaUk3Y3pveE1qb2laR2x6WVdKc1pWOXVZVzFsSWp0ek9qQTZJaUk3Y3pvNE9pSnVZVzFsWDJKdmVDSTdjem93T2lJaU8zTTZPVG9pWlcxaGFXeGZZbTk0SWp0ek9qQTZJaUk3Y3pvMk9pSmhZM1JwYjI0aU8zTTZNRG9pSWp0ek9qWTZJbVpwWld4a2N5STdjem93T2lJaU8zTTZOam9pYldWMGFHOWtJanR6T2pRNkluQnZjM1FpTzNNNk1UWTZJbWx1ZEdWbmNtRjBhVzl1WDNSNWNHVWlPM002TmpvaVkzVnpkRzl0SWp0ek9qUTZJbXhwYzNRaU8zTTZNRG9pSWp0ek9qRTBPaUowYUdGdWExOTViM1ZmY0dGblpTSTdjem93T2lJaU8zTTZNVEU2SW1GamRHbHZibDl3WVdkbElqdHpPakE2SWlJN2ZYTTZOem9pWTI5dWRHVnVkQ0k3WVRvMU9udHpPalU2SW5ScGRHeGxJanR6T2pNeU9pSlRaV3hzSUVGdWVYUm9hVzVuSUZkcGRHZ2dUM0IwYVcxcGVtVlFjbVZ6Y3lJN2N6b3hNVG9pWm05eWJWOW9aV0ZrWlhJaU8zTTZPRGc2SWt4dmNtVnRJR2x3YzNWdElHUnZiRzl5SUhOcGRDQmhiV1YwTENCamIyNXpaV04wWlhSMVpYSWdZV1JwY0dselkybHVaeUJsYkdsMExDQnpaV1FnWkdsaGJTQnViMjUxYlcxNUlHNXBZbWdnWlhWcGMyMXZaQzRpTzNNNk1URTZJbVp2YjNSbGNsOXViM1JsSWp0ek9qWTBPaUpaYjNWeUlHbHVabTl5YldGMGFXOXVJR2x6SURFd01DVWdjMlZqZFhKbElIZHBkR2dnZFhNZ1lXNWtJSGRwYkd3Z2JtVjJaWElnWW1VZ2MyaGhjbVZrSWp0ek9qRXlPaUp1WVcxbFgyUmxabUYxYkhRaU8zTTZNalE2SWtWdWRHVnlJSGx2ZFhJZ1JtbHljM1FnVG1GdFpTNHVMaUk3Y3pveE16b2laVzFoYVd4ZlpHVm1ZWFZzZENJN2N6b3lOem9pUlc1MFpYSWdlVzkxY2lCRmJXRnBiQ0JCWkdSeVpYTnpMaTR1SWp0OWN6b3hNem9pYzNWaWJXbDBYMkoxZEhSdmJpSTdZVG8xTmpwN2N6bzJPaUppZFhSMGIyNGlPMkU2TURwN2ZYTTZPRG9pYkc5allYUnBiMjRpTzNNNk16WTZJbTl3WDJ4cFoyaDBZbTk0WDI5d2RHbHVYMlp2Y20xZmMzVmliV2wwWDJKMWRIUnZiaUk3Y3pvM09pSmpiMjUwWlc1MElqdHpPakE2SWlJN2N6bzBPaUowZVhCbElqdHpPakU2SWpBaU8zTTZOVG9pYVcxaFoyVWlPM002TURvaUlqdHpPakV5T2lKbGJHVnRaVzUwWDNSNWNHVWlPM002TURvaUlqdHpPalE2SW1oeVpXWWlPM002TURvaUlqdHpPakV3T2lKdVpYZGZkMmx1Wkc5M0lqdHpPakE2SWlJN2N6b3lPaUpqWXlJN2N6b3dPaUlpTzNNNk5Ub2lZV3hwWjI0aU8zTTZNRG9pSWp0ek9qUTZJblJsZUhRaU8zTTZNRG9pSWp0ek9qazZJblJsZUhSZmMybDZaU0k3Y3pveU9pSXpNaUk3Y3pveE1Eb2lkR1Y0ZEY5amIyeHZjaUk3Y3pvM09pSWpNREF3TURBd0lqdHpPams2SW5SbGVIUmZabTl1ZENJN2N6b3dPaUlpTzNNNk9Ub2lkR1Y0ZEY5aWIyeGtJanR6T2pFNklqRWlPM002TVRRNkluUmxlSFJmZFc1a1pYSnNhVzVsSWp0ek9qQTZJaUk3Y3pveE1Ub2lkR1Y0ZEY5cGRHRnNhV01pTzNNNk1Eb2lJanR6T2pFNU9pSjBaWGgwWDJ4bGRIUmxjbDl6Y0dGamFXNW5JanR6T2pFNklqQWlPM002TVRNNkluTjFZblJsZUhSZmNHRnVaV3dpTzNNNk1Eb2lJanR6T2pjNkluTjFZblJsZUhRaU8zTTZNRG9pSWp0ek9qRXlPaUp6ZFdKMFpYaDBYM05wZW1VaU8zTTZNRG9pSWp0ek9qRXpPaUp6ZFdKMFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hNam9pYzNWaWRHVjRkRjltYjI1MElqdHpPakE2SWlJN2N6b3hNam9pYzNWaWRHVjRkRjlpYjJ4a0lqdHpPakE2SWlJN2N6b3hOem9pYzNWaWRHVjRkRjkxYm1SbGNteHBibVVpTzNNNk1Eb2lJanR6T2pFME9pSnpkV0owWlhoMFgybDBZV3hwWXlJN2N6b3dPaUlpTzNNNk1qSTZJbk4xWW5SbGVIUmZiR1YwZEdWeVgzTndZV05wYm1jaU8zTTZNRG9pSWp0ek9qRTNPaUowWlhoMFgzTm9ZV1J2ZDE5d1lXNWxiQ0k3Y3pveE9pSlpJanR6T2pJd09pSjBaWGgwWDNOb1lXUnZkMTkyWlhKMGFXTmhiQ0k3Y3pveE9pSXhJanR6T2pJeU9pSjBaWGgwWDNOb1lXUnZkMTlvYjNKcGVtOXVkR0ZzSWp0ek9qRTZJakFpTzNNNk1UYzZJblJsZUhSZmMyaGhaRzkzWDJOdmJHOXlJanR6T2pjNklpTm1abVptTURBaU8zTTZNVFk2SW5SbGVIUmZjMmhoWkc5M1gySnNkWElpTzNNNk1Ub2lNQ0k3Y3pveE16b2ljM1I1YkdsdVoxOTNhV1IwYUNJN2N6b3dPaUlpTzNNNk1UUTZJbk4wZVd4cGJtZGZhR1ZwWjJoMElqdHpPakE2SWlJN2N6b3lNRG9pYzNSNWJHbHVaMTlpYjNKa1pYSmZZMjlzYjNJaU8zTTZOem9pSXpBd01EQXdNQ0k3Y3pveE9Ub2ljM1I1YkdsdVoxOWliM0prWlhKZmMybDZaU0k3Y3pveE9pSXhJanR6T2pJeE9pSnpkSGxzYVc1blgySnZjbVJsY2w5eVlXUnBkWE1pTzNNNk1Ub2lOaUk3Y3pveU1qb2ljM1I1YkdsdVoxOWliM0prWlhKZmIzQmhZMmwwZVNJN2N6b3pPaUl4TURBaU8zTTZNVFk2SW5OMGVXeHBibWRmWjNKaFpHbGxiblFpTzNNNk1Eb2lJanR6T2pFek9pSnpkSGxzYVc1blgzTm9hVzVsSWp0ek9qRTZJbGtpTzNNNk1qZzZJbk4wZVd4cGJtZGZaM0poWkdsbGJuUmZjM1JoY25SZlkyOXNiM0lpTzNNNk56b2lJMlptWm1Zd01DSTdjem95TmpvaWMzUjViR2x1WjE5bmNtRmthV1Z1ZEY5bGJtUmZZMjlzYjNJaU8zTTZOem9pSTJabVlUQXpOU0k3Y3pveE56b2laSEp2Y0Y5emFHRmtiM2RmY0dGdVpXd2lPM002TVRvaVdTSTdjem95TURvaVpISnZjRjl6YUdGa2IzZGZkbVZ5ZEdsallXd2lPM002TVRvaU1TSTdjem95TWpvaVpISnZjRjl6YUdGa2IzZGZhRzl5YVhwdmJuUmhiQ0k3Y3pveE9pSXdJanR6T2pFMk9pSmtjbTl3WDNOb1lXUnZkMTlpYkhWeUlqdHpPakU2SWpFaU8zTTZNVGc2SW1SeWIzQmZjMmhoWkc5M1gzTndjbVZoWkNJN2N6b3hPaUl3SWp0ek9qRTNPaUprY205d1gzTm9ZV1J2ZDE5amIyeHZjaUk3Y3pvM09pSWpNREF3TURBd0lqdHpPakU1T2lKa2NtOXdYM05vWVdSdmQxOXZjR0ZqYVhSNUlqdHpPakk2SWpVd0lqdHpPakU0T2lKcGJuTmxkRjl6YUdGa2IzZGZjR0Z1Wld3aU8zTTZNVG9pV1NJN2N6b3lNVG9pYVc1elpYUmZjMmhoWkc5M1gzWmxjblJwWTJGc0lqdHpPakU2SWpBaU8zTTZNak02SW1sdWMyVjBYM05vWVdSdmQxOW9iM0pwZW05dWRHRnNJanR6T2pFNklqQWlPM002TVRjNkltbHVjMlYwWDNOb1lXUnZkMTlpYkhWeUlqdHpPakU2SWpBaU8zTTZNVGs2SW1sdWMyVjBYM05vWVdSdmQxOXpjSEpsWVdRaU8zTTZNVG9pTVNJN2N6b3hPRG9pYVc1elpYUmZjMmhoWkc5M1gyTnZiRzl5SWp0ek9qYzZJaU5tWm1abU1EQWlPM002TWpBNkltbHVjMlYwWDNOb1lXUnZkMTl2Y0dGamFYUjVJanR6T2pJNklqVXdJanQ5ZlhNNk1USTZJbWgwYld4ZlkyOXVkR1Z1ZENJN1lUb3hPbnR6T2pjNkltTnZiblJsYm5RaU8zTTZNRG9pSWp0OWZRPT0iO3M6MTM6ImV4aXRfcmVkaXJlY3QiO3M6ODg6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUoxY213aU8zTTZNRG9pSWp0ek9qYzZJbTFsYzNOaFoyVWlPM002TURvaUlqdDkiO3M6MTQ6Im9uZV90aW1lX29mZmVyIjtzOjE4ODoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSjFjbXdpTzNNNk1Eb2lJanR6T2pRNkluUnBiV1VpTzJFNk5EcDdjem8wT2lKa1lYbHpJanR6T2pBNklpSTdjem8xT2lKb2IzVnljeUk3Y3pvd09pSWlPM002TnpvaWJXbHVkWFJsY3lJN2N6b3dPaUlpTzNNNk56b2ljMlZqYjI1a2N5STdjem93T2lJaU8zMTkiO3M6MTQ6ImxhdW5jaF9nYXRld2F5IjtzOjg6Illqb3dPdz09IjtzOjEzOiJsYXVuY2hfZnVubmVsIjtzOjE5MjoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvNU9pSm1kVzV1Wld4ZmFXUWlPM002TVRvaU1pSTdjem94TmpvaVoyRjBaWGRoZVY5dmRtVnljbWxrWlNJN1lUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzRPaUp5WldScGNtVmpkQ0k3Y3pvd09pSWlPM002TkRvaVkyOWtaU0k3Y3pvd09pSWlPMzE5Ijt9'),(32,'Membership Home Page Clean Style',3,'Home page with clean style for membership|http://www.thetradingroom.com/wp-content/uploads/2014/03/461.jpg','jpg','YToxOntzOjQ6ImJvZHkiO2E6Mjp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM5OiJiYWNrZ3JvdW5kOiNmMGYwZjA7cGFkZGluZy1ib3R0b206MzBweDsiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE5NjoiW2ltYWdlcyBzdHlsZT0iMCIgaW1hZ2U9Imh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL1NtYXJ0LUlkZWExLnBuZyIgY3VzdG9tX3dpZHRoPSJZIiB3aWR0aD0iNjMwIiBjdXN0b21fd2lkdGhfdmFsPSIxMDAiIGFsaWduPSJjZW50ZXIiIHRvcF9tYXJnaW49IjAiIGZ1bGxfd2lkdGg9IlkiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzQ6IltoZWFkbGluZSBzdHlsZT0iMSIgYWxpZ249ImNlbnRlciJdSG93IHRvIENyZWF0ZSBZb3VyIE93biBFYm9va1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjQ6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSIyMCIgZm9udF9zdHlsZT0ibm9ybWFsIiBhbGlnbj0iY2VudGVyIl1JbiB0aGlzIGNvdXJzZSB5b3Ugd2lsbCBsZWFybiBldmVyeSBzdGVwIG9mIHRoZSBwcm9jZXNzIGZvciBjcmVhdGluZyB5b3VyIG93biBlYm9va1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fXM6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjc2OiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NR1l3WmpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU16QWlmUT09Ijt9aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6MzE6InJvdyBmb3VyLWNvbHVtbnMgY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyNToidGhyZWUtZm91cnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzE6IlttZW1iZXJzaGlwX3BhZ2VfbGlzdGluZ3Mgc3R5bGU9IjIiIGNvbHVtbnM9IjEiIHByb2R1Y3Q9IjUxNzEiIG9wbT0iMSJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6Mjk6Im9uZS1mb3VydGggY29sdW1uIGNvbHMgbmFycm93IjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMzY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPSJzdHlsZV8xLnBuZyIgYWxpZ249ImxlZnQiIHdpZHRoPSIyMjAiXTxoND5XZWxjb21lPC9oND4KV2VsY29tZSB0byB0aGUg4oCcSG93IFRvIENyZWF0ZSBZb3VyIE93biBFYm9va+KAnSBDb3Vyc2UuIMKgTXkgbmFtZSBpcyBKYW1lcyBEeXNvbiBhbmQgSSB3aWxsIGJlIHRha2luZyB5b3UgdGhyb3VnaCB0aGlzIGNvdXJzZSBvdmVyIHRoZSBuZXh0IDYgd2Vla3NbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOToiW2RpdmlkZXIgc3R5bGU9IjAiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjkyOiJbdGV4dF9ibG9jayBzdHlsZT0ic3R5bGVfMS5wbmciIGFsaWduPSJsZWZ0IiB3aWR0aD0iMjIwIl08aDQ+VXBjb21pbmcgVHJhaW5pbmc8L2g0PgpZb3UgbWlnaHQgbGlrZSB0byBoaWdobGlnaHQgc29tZSBvZiB5b3VyIHVwY29taW5nIHRyYWluaW5nIGhlcmUgb3IgcGxhY2Ugb3RoZXIgaW5mb3JtYXRpb24uIFlvdSBjYW4gbGl0ZXJhbGx5IHBsYWNlIGFueXRoaW5nIHlvdSB3YW50IGludG8gdGhpcyBhcmVhIHdpdGggb3VyIGVsZW1lbnQgYnJvd3NlciBhbmQgTGl2ZUVkaXRvciBzeXN0ZW1bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fXM6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7fX19','YToxNzp7czoxMzoiaGVhZGVyX2xheW91dCI7czoxMTMyOiJZVG94TURwN2N6bzBPaUpzYjJkdklqdHpPamcyT2lKb2RIUndPaTh2ZDNkM0xuUm9aWFJ5WVdScGJtZHliMjl0TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TkM4d015OXpZVzF3YkdVdGJHOW5ieTEzYUdsMFpTMHpNREI0TlRjekxuQnVaeUk3Y3pvMU9pSmlaMmx0WnlJN2N6b3dPaUlpTzNNNk1URTZJbkpsY0dWaGRHSm5hVzFuSWp0ek9qQTZJaUk3Y3pvM09pSmlaMk52Ykc5eUlqdHpPamM2SWlNd01EUmhPREFpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFek9pSnRaVzUxTFhCdmMybDBhVzl1SWp0ek9qazZJbUZzYjI1bmMybGtaU0k3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWxraU8zTTZNVE02SW01aGRsOWlZWEpmWVdKdmRtVWlPMkU2TnpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TXpvaWJtRjJJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjl6YUdGa2IzY2lPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM2RsYVdkb2RDSTdjem93T2lJaU8zTTZPVG9pWm05dWRGOXphWHBsSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1Eb2lJanR6T2pRNklteHZaMjhpTzNNNk1Eb2lJanQ5Y3pveE16b2libUYyWDJKaGNsOWlaV3h2ZHlJN1lUbzNPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUp1WVhZaU8zTTZNam9pTWpFaU8zTTZNVEU2SW1admJuUmZjMmhoWkc5M0lqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOTNaV2xuYUhRaU8zTTZNRG9pSWp0ek9qazZJbVp2Ym5SZmMybDZaU0k3Y3pvd09pSWlPM002TVRFNkltWnZiblJmWm1GdGFXeDVJanR6T2pFMU9pSlRiM1Z5WTJVZ1UyRnVjeUJRY204aU8zTTZORG9pYkc5bmJ5STdjem93T2lJaU8zMXpPakUzT2lKdVlYWmZZbUZ5WDJGc2IyNW5jMmxrWlNJN1lUbzJPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNVG9pTXlJN2N6b3hNVG9pWm05dWRGOXphR0ZrYjNjaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzZGxhV2RvZENJN2N6b3dPaUlpTzNNNk9Ub2labTl1ZEY5emFYcGxJanR6T2pJNklqRXpJanR6T2pFeE9pSm1iMjUwWDJaaGJXbHNlU0k3Y3pveE5Ub2lVMjkxY21ObElGTmhibk1nVUhKdklqdDlmUT09IjtzOjEwOiJtZW1iZXJzaGlwIjtzOjQ0OiJZVG94T250ek9qWTZJbXhoZVc5MWRDSTdjem8xT2lKaWJHRnVheUk3ZlE9PSI7czo1OiJ0aGVtZSI7czo3MjoiWVRveU9udHpPalE2SW5SNWNHVWlPM002TVRBNkltMWxiV0psY25Ob2FYQWlPM002TXpvaVpHbHlJanR6T2pFNklqRWlPMzA9IjtzOjEyOiJmZWF0dXJlX2FyZWEiO3M6MTIwOiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8wT2lKMGVYQmxJanRwT2pFN2N6bzRPaUp6WlhSMGFXNW5jeUk3WVRveE9udHpPakV5T2lKbWIyNTBYMjl3ZEdsdmJuTWlPMkU2TURwN2ZYMTkiO3M6MTM6ImZlYXR1cmVfdGl0bGUiO3M6NjQ6IllUb3lPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzFPaUowYVhSc1pTSTdjem93T2lJaU8zMD0iO3M6MTE6ImZvb3Rlcl9hcmVhIjtzOjM4NDoiWVRvNE9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lXU0k3Y3pvek9pSnVZWFlpTzNNNk1qb2lNakVpTzNNNk1URTZJbVp2Ym5SZmMyaGhaRzkzSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5M1pXbG5hSFFpTzNNNk1Eb2lJanR6T2prNkltWnZiblJmYzJsNlpTSTdjem93T2lJaU8zTTZNVEU2SW1admJuUmZabUZ0YVd4NUlqdHpPakUxT2lKVGIzVnlZMlVnVTJGdWN5QlFjbThpTzNNNk1USTZJbXhoY21kbFgyWnZiM1JsY2lJN1lUb3hPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2ZYTTZNVGM2SW1admIzUmxjbDlrYVhOamJHRnBiV1Z5SWp0aE9qSTZlM002TnpvaVpXNWhZbXhsWkNJN2N6b3hPaUpPSWp0ek9qYzZJbTFsYzNOaFoyVWlPM002TURvaUlqdDlmUT09IjtzOjIxOiJjb2xvcl9zY2hlbWVfdGVtcGxhdGUiO3M6ODoiWWpvd093PT0iO3M6MTA6InR5cG9ncmFwaHkiO3M6MTY2NDoiWVRveU9udHpPakV6T2lKbWIyNTBYMlZzWlcxbGJuUnpJanRoT2prNmUzTTZNVEE2SW5OcGRHVmZkR2wwYkdVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TlRvaWMzUjViR1VpTzNNNk5qb2libTl5YldGc0lqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWE02TnpvaWRHRm5iR2x1WlNJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1UVTZJbE52ZFhKalpTQlRZVzV6SUZCeWJ5STdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pvM09pSmtaV1poZFd4MElqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3lPaUl4TlNJN2N6bzBPaUptYjI1MElqdHpPakUxT2lKVGIzVnlZMlVnVTJGdWN5QlFjbThpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPalE2SWlNME5EUWlPMzF6T2pJNkltZ3hJanRoT2pRNmUzTTZORG9pYzJsNlpTSTdjem95T2lJeE5TSTdjem8wT2lKbWIyNTBJanR6T2pFMU9pSlRiM1Z5WTJVZ1UyRnVjeUJRY204aU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWE02TWpvaWFESWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakUxT2lKVGIzVnlZMlVnVTJGdWN5QlFjbThpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURNaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk1qb2lhRFFpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pJNklqRTRJanR6T2pRNkltWnZiblFpTzNNNk1UVTZJbE52ZFhKalpTQlRZVzV6SUZCeWJ5STdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pveU9pSm9OU0k3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TVRVNklsTnZkWEpqWlNCVFlXNXpJRkJ5YnlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem95T2lKb05pSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZNVFU2SWxOdmRYSmpaU0JUWVc1eklGQnlieUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWZYTTZNVFE2SW1OdmJHOXlYMlZzWlcxbGJuUnpJanRoT2pZNmUzTTZNVGM2SW1admIzUmxjbDkwWlhoMFgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE56b2labTl2ZEdWeVgyeHBibXRmWTI5c2IzSWlPM002TURvaUlqdHpPakl6T2lKbWIyOTBaWEpmYkdsdWExOW9iM1psY2w5amIyeHZjaUk3Y3pvd09pSWlPM002TVRnNkltWmxZWFIxY21WZmRHVjRkRjlqYjJ4dmNpSTdjem93T2lJaU8zTTZNVGc2SW1abFlYUjFjbVZmYkdsdWExOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1qUTZJbVpsWVhSMWNtVmZiR2x1YTE5b2IzWmxjbDlqYjJ4dmNpSTdjem93T2lJaU8zMTkiO3M6MjE6ImNvbG9yX3NjaGVtZV9hZHZhbmNlZCI7czoyNDQ4OiJZVG8zT250ek9qRXpPaUp1WVhaZlltRnlYMkZpYjNabElqdGhPakV3T250ek9qRXpPaUp1WVhaZlltRnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hNVG9pYm1GMlgySmhjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRTVPaUp1WVhaZlltRnlYMmh2ZG1WeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE56b2libUYyWDJKaGNsOW9iM1psY2w5bGJtUWlPM002TURvaUlqdHpPakV3T2lKdVlYWmZZbUZ5WDJKbklqdHpPakE2SWlJN2N6b3lNam9pYm1GMlgySmhjbDlpWjE5b2IzWmxjbDl6ZEdGeWRDSTdjem93T2lJaU8zTTZNVFU2SW01aGRsOWlZWEpmWkdSZmJHbHVheUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlpHUmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRXlPaUp1WVhaZlltRnlYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRXpPaUp1WVhaZlltRnlYMmh2ZG1WeUlqdHpPakE2SWlJN2ZYTTZNVE02SW01aGRsOWlZWEpmWW1Wc2IzY2lPMkU2TVRBNmUzTTZNVE02SW01aGRsOWlZWEpmYzNSaGNuUWlPM002TnpvaUl6STBNalF5TkNJN2N6b3hNVG9pYm1GMlgySmhjbDlsYm1RaU8zTTZOem9pSXpJME1qUXlOQ0k3Y3pveE9Ub2libUYyWDJKaGNsOW9iM1psY2w5emRHRnlkQ0k3Y3pvd09pSWlPM002TVRjNkltNWhkbDlpWVhKZmFHOTJaWEpmWlc1a0lqdHpPakE2SWlJN2N6b3hNRG9pYm1GMlgySmhjbDlpWnlJN2N6b3dPaUlpTzNNNk1qSTZJbTVoZGw5aVlYSmZZbWRmYUc5MlpYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRTFPaUp1WVhaZlltRnlYMlJrWDJ4cGJtc2lPM002TURvaUlqdHpPakUyT2lKdVlYWmZZbUZ5WDJSa1gyaHZkbVZ5SWp0ek9qQTZJaUk3Y3pveE1qb2libUYyWDJKaGNsOXNhVzVySWp0ek9qQTZJaUk3Y3pveE16b2libUYyWDJKaGNsOW9iM1psY2lJN2N6b3dPaUlpTzMxek9qRTNPaUp1WVhaZlltRnlYMkZzYjI1bmMybGtaU0k3WVRvM09udHpPakV3T2lKdVlYWmZZbUZ5WDJKbklqdHpPakE2SWlJN2N6b3hOam9pYm1GMlgySmhjbDlpWjE5b2IzWmxjaUk3Y3pvd09pSWlPM002TWpBNkltNWhkbDlpWVhKZlltZGZibUYyWDJodmRtVnlJanR6T2pBNklpSTdjem94TWpvaWJtRjJYMkpoY2w5c2FXNXJJanR6T2pjNklpTm1abVptWm1ZaU8zTTZNVE02SW01aGRsOWlZWEpmYUc5MlpYSWlPM002TURvaUlqdHpPakUxT2lKdVlYWmZZbUZ5WDJSa1gyeHBibXNpTzNNNk1Eb2lJanR6T2pFMk9pSnVZWFpmWW1GeVgyUmtYMmh2ZG1WeUlqdHpPakE2SWlJN2ZYTTZNVEk2SW1abFlYUjFjbVZmWVhKbFlTSTdZVG8zT250ek9qRXpPaUptWldGMGRYSmxYM04wWVhKMElqdHpPakE2SWlJN2N6b3hNVG9pWm1WaGRIVnlaVjlsYm1RaU8zTTZNRG9pSWp0ek9qRXdPaUowWlhoMFgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE1Eb2liR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlhNNk1UWTZJbXhwYm10ZmFHOTJaWEpmWTI5c2IzSWlPMkU2TWpwN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zTTZNVFU2SW5SbGVIUmZaR1ZqYjNKaGRHbHZiaUk3Y3pvd09pSWlPMzF6T2pJNkltSm5JanR6T2pBNklpSTdjem94TURvaVltZGZiM0IwYVc5dWN5STdjem93T2lJaU8zMXpPakV6T2lKbVpXRjBkWEpsWDNScGRHeGxJanRoT2pNNmUzTTZNVGs2SW1abFlYUjFjbVZmZEdsMGJHVmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRTNPaUptWldGMGRYSmxYM1JwZEd4bFgyVnVaQ0k3Y3pvd09pSWlPM002TWpRNkltWmxZWFIxY21WZmRHbDBiR1ZmZEdWNGRGOWpiMnh2Y2lJN2N6b3dPaUlpTzMxek9qWTZJbVp2YjNSbGNpSTdZVG8xT250ek9qRXlPaUptYjI5MFpYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRXdPaUptYjI5MFpYSmZaVzVrSWp0ek9qQTZJaUk3Y3pveE56b2labTl2ZEdWeVgzUmxlSFJmWTI5c2IzSWlPM002TURvaUlqdHpPakUzT2lKbWIyOTBaWEpmYkdsdWExOWpiMnh2Y2lJN1lUb3lPbnR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE5Ub2lkR1Y0ZEY5a1pXTnZjbUYwYVc5dUlqdHpPakE2SWlJN2ZYTTZNak02SW1admIzUmxjbDlzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanRoT2pJNmUzTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk1Eb2lJanQ5ZlhNNk5Eb2ljR0ZuWlNJN1lUbzBPbnR6T2pFeU9pSnlaWEJsWVhScGJtZGZZbWNpTzNNNk1Eb2lJanR6T2pnNkltSm5YMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hNRG9pYkdsdWExOWpiMnh2Y2lJN1lUb3lPbnR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE5Ub2lkR1Y0ZEY5a1pXTnZjbUYwYVc5dUlqdHpPakE2SWlJN2ZYTTZNVFk2SW14cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6b3dPaUlpTzMxOWZRPT0iO3M6MTU6Im1vYmlsZV9yZWRpcmVjdCI7czo2MDoiWVRveU9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSjFjbXdpTzNNNk1Eb2lJanQ5IjtzOjM6InNlbyI7czoxOTI6IllUbzJPbnR6T2pVNkluUnBkR3hsSWp0ek9qQTZJaUk3Y3pveE1Ub2laR1Z6WTNKcGNIUnBiMjRpTzNNNk1Eb2lJanR6T2pnNkltdGxlWGR2Y21SeklqdHpPakE2SWlJN2N6bzNPaUp2WjNScGRHeGxJanR6T2pBNklpSTdjem94TXpvaWIyZGtaWE5qY21sd2RHbHZiaUk3Y3pvd09pSWlPM002TnpvaWIyZHBiV0ZuWlNJN2N6b3dPaUlpTzMwPSI7czo3OiJzY3JpcHRzIjtzOjE3MjoiWVRveE9udHBPakE3WVRveU9udHpPamc2SW5CdmMybDBhVzl1SWp0ek9qTTZJbU56Y3lJN2N6bzJPaUp6WTNKcGNIUWlPM002TmpVNklpNWlZVzV1WlhJZ0xteHZaMjhnYVcxbmUzZHBaSFJvT2pJd01IQjRmUW91Y0dGblpTMXNhWE4wYVc1bkxtOXVaUzFqYjJ3Z2UzZHBaSFJvT2prNEpUdDlJanQ5ZlE9PSI7czo4OiJmYl9zaGFyZSI7czo0MDoiWVRveE9udHpPamc2SW14cGEyVmZkWEpzSWp0ek9qQTZJaUk3ZlE9PSI7czo4OiJsaWdodGJveCI7czozNzAwOiJZVG8xT250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8zT2lKemFHOTNYMjl1SWp0ek9qUTZJbXh2WVdRaU8zTTZORG9pZEhsd1pTSTdjem8xT2lKdmNIUnBiaUk3Y3pveE1Eb2liM0IwYVc1ZlptOXliU0k3WVRvek9udHpPams2SW1admNtMWZhSFJ0YkNJN1lUb3hOenA3Y3pveE1Eb2laVzFoYVd4ZlpHRjBZU0k3Y3pvd09pSWlPM002TVRNNkltVnRZV2xzWDJGa1pISmxjM01pTzNNNk1Eb2lJanR6T2pFeU9pSnlaV1JwY21WamRGOTFjbXdpTzNNNk1Eb2lJanR6T2pFeU9pSmxlSFJ5WVY5bWFXVnNaSE1pTzNNNk1Eb2lJanR6T2pFNE9pSmxiV0ZwYkY5bGVIUnlZVjltYVdWc1pITWlPM002TURvaUlqdHpPalE2SW1oMGJXd2lPM002TURvaUlqdHpPakV3T2lKdVpYZGZkMmx1Wkc5M0lqdHpPakE2SWlJN2N6b3hNam9pWkdsellXSnNaVjl1WVcxbElqdHpPakE2SWlJN2N6bzRPaUp1WVcxbFgySnZlQ0k3Y3pvd09pSWlPM002T1RvaVpXMWhhV3hmWW05NElqdHpPakE2SWlJN2N6bzJPaUpoWTNScGIyNGlPM002TURvaUlqdHpPalk2SW1acFpXeGtjeUk3Y3pvd09pSWlPM002TmpvaWJXVjBhRzlrSWp0ek9qUTZJbkJ2YzNRaU8zTTZNVFk2SW1sdWRHVm5jbUYwYVc5dVgzUjVjR1VpTzNNNk5qb2lZM1Z6ZEc5dElqdHpPalE2SW14cGMzUWlPM002TURvaUlqdHpPakUwT2lKMGFHRnVhMTk1YjNWZmNHRm5aU0k3Y3pvd09pSWlPM002TVRFNkltRmpkR2x2Ymw5d1lXZGxJanR6T2pBNklpSTdmWE02TnpvaVkyOXVkR1Z1ZENJN1lUbzFPbnR6T2pVNkluUnBkR3hsSWp0ek9qTXlPaUpUWld4c0lFRnVlWFJvYVc1bklGZHBkR2dnVDNCMGFXMXBlbVZRY21WemN5STdjem94TVRvaVptOXliVjlvWldGa1pYSWlPM002T0RnNklreHZjbVZ0SUdsd2MzVnRJR1J2Ykc5eUlITnBkQ0JoYldWMExDQmpiMjV6WldOMFpYUjFaWElnWVdScGNHbHpZMmx1WnlCbGJHbDBMQ0J6WldRZ1pHbGhiU0J1YjI1MWJXMTVJRzVwWW1nZ1pYVnBjMjF2WkM0aU8zTTZNVEU2SW1admIzUmxjbDl1YjNSbElqdHpPalkwT2lKWmIzVnlJR2x1Wm05eWJXRjBhVzl1SUdseklERXdNQ1VnYzJWamRYSmxJSGRwZEdnZ2RYTWdZVzVrSUhkcGJHd2dibVYyWlhJZ1ltVWdjMmhoY21Wa0lqdHpPakV5T2lKdVlXMWxYMlJsWm1GMWJIUWlPM002TWpRNklrVnVkR1Z5SUhsdmRYSWdSbWx5YzNRZ1RtRnRaUzR1TGlJN2N6b3hNem9pWlcxaGFXeGZaR1ZtWVhWc2RDSTdjem95TnpvaVJXNTBaWElnZVc5MWNpQkZiV0ZwYkNCQlpHUnlaWE56TGk0dUlqdDljem94TXpvaWMzVmliV2wwWDJKMWRIUnZiaUk3WVRvMU5qcDdjem8yT2lKaWRYUjBiMjRpTzJFNk1EcDdmWE02T0RvaWJHOWpZWFJwYjI0aU8zTTZNelk2SW05d1gyeHBaMmgwWW05NFgyOXdkR2x1WDJadmNtMWZjM1ZpYldsMFgySjFkSFJ2YmlJN2N6bzNPaUpqYjI1MFpXNTBJanR6T2pBNklpSTdjem8wT2lKMGVYQmxJanR6T2pFNklqQWlPM002TlRvaWFXMWhaMlVpTzNNNk1Eb2lJanR6T2pFeU9pSmxiR1Z0Wlc1MFgzUjVjR1VpTzNNNk1Eb2lJanR6T2pRNkltaHlaV1lpTzNNNk1Eb2lJanR6T2pFd09pSnVaWGRmZDJsdVpHOTNJanR6T2pBNklpSTdjem95T2lKall5STdjem93T2lJaU8zTTZOVG9pWVd4cFoyNGlPM002TURvaUlqdHpPalE2SW5SbGVIUWlPM002TURvaUlqdHpPams2SW5SbGVIUmZjMmw2WlNJN2N6b3lPaUl6TWlJN2N6b3hNRG9pZEdWNGRGOWpiMnh2Y2lJN2N6bzNPaUlqTURBd01EQXdJanR6T2prNkluUmxlSFJmWm05dWRDSTdjem93T2lJaU8zTTZPVG9pZEdWNGRGOWliMnhrSWp0ek9qRTZJakVpTzNNNk1UUTZJblJsZUhSZmRXNWtaWEpzYVc1bElqdHpPakE2SWlJN2N6b3hNVG9pZEdWNGRGOXBkR0ZzYVdNaU8zTTZNRG9pSWp0ek9qRTVPaUowWlhoMFgyeGxkSFJsY2w5emNHRmphVzVuSWp0ek9qRTZJakFpTzNNNk1UTTZJbk4xWW5SbGVIUmZjR0Z1Wld3aU8zTTZNRG9pSWp0ek9qYzZJbk4xWW5SbGVIUWlPM002TURvaUlqdHpPakV5T2lKemRXSjBaWGgwWDNOcGVtVWlPM002TURvaUlqdHpPakV6T2lKemRXSjBaWGgwWDJOdmJHOXlJanR6T2pBNklpSTdjem94TWpvaWMzVmlkR1Y0ZEY5bWIyNTBJanR6T2pBNklpSTdjem94TWpvaWMzVmlkR1Y0ZEY5aWIyeGtJanR6T2pBNklpSTdjem94TnpvaWMzVmlkR1Y0ZEY5MWJtUmxjbXhwYm1VaU8zTTZNRG9pSWp0ek9qRTBPaUp6ZFdKMFpYaDBYMmwwWVd4cFl5STdjem93T2lJaU8zTTZNakk2SW5OMVluUmxlSFJmYkdWMGRHVnlYM053WVdOcGJtY2lPM002TURvaUlqdHpPakUzT2lKMFpYaDBYM05vWVdSdmQxOXdZVzVsYkNJN2N6b3hPaUpaSWp0ek9qSXdPaUowWlhoMFgzTm9ZV1J2ZDE5MlpYSjBhV05oYkNJN2N6b3hPaUl4SWp0ek9qSXlPaUowWlhoMFgzTm9ZV1J2ZDE5b2IzSnBlbTl1ZEdGc0lqdHpPakU2SWpBaU8zTTZNVGM2SW5SbGVIUmZjMmhoWkc5M1gyTnZiRzl5SWp0ek9qYzZJaU5tWm1abU1EQWlPM002TVRZNkluUmxlSFJmYzJoaFpHOTNYMkpzZFhJaU8zTTZNVG9pTUNJN2N6b3hNem9pYzNSNWJHbHVaMTkzYVdSMGFDSTdjem93T2lJaU8zTTZNVFE2SW5OMGVXeHBibWRmYUdWcFoyaDBJanR6T2pBNklpSTdjem95TURvaWMzUjViR2x1WjE5aWIzSmtaWEpmWTI5c2IzSWlPM002TnpvaUl6QXdNREF3TUNJN2N6b3hPVG9pYzNSNWJHbHVaMTlpYjNKa1pYSmZjMmw2WlNJN2N6b3hPaUl4SWp0ek9qSXhPaUp6ZEhsc2FXNW5YMkp2Y21SbGNsOXlZV1JwZFhNaU8zTTZNVG9pTmlJN2N6b3lNam9pYzNSNWJHbHVaMTlpYjNKa1pYSmZiM0JoWTJsMGVTSTdjem96T2lJeE1EQWlPM002TVRZNkluTjBlV3hwYm1kZlozSmhaR2xsYm5RaU8zTTZNRG9pSWp0ek9qRXpPaUp6ZEhsc2FXNW5YM05vYVc1bElqdHpPakU2SWxraU8zTTZNamc2SW5OMGVXeHBibWRmWjNKaFpHbGxiblJmYzNSaGNuUmZZMjlzYjNJaU8zTTZOem9pSTJabVptWXdNQ0k3Y3pveU5qb2ljM1I1YkdsdVoxOW5jbUZrYVdWdWRGOWxibVJmWTI5c2IzSWlPM002TnpvaUkyWm1ZVEF6TlNJN2N6b3hOem9pWkhKdmNGOXphR0ZrYjNkZmNHRnVaV3dpTzNNNk1Ub2lXU0k3Y3pveU1Eb2laSEp2Y0Y5emFHRmtiM2RmZG1WeWRHbGpZV3dpTzNNNk1Ub2lNU0k3Y3pveU1qb2laSEp2Y0Y5emFHRmtiM2RmYUc5eWFYcHZiblJoYkNJN2N6b3hPaUl3SWp0ek9qRTJPaUprY205d1gzTm9ZV1J2ZDE5aWJIVnlJanR6T2pFNklqRWlPM002TVRnNkltUnliM0JmYzJoaFpHOTNYM053Y21WaFpDSTdjem94T2lJd0lqdHpPakUzT2lKa2NtOXdYM05vWVdSdmQxOWpiMnh2Y2lJN2N6bzNPaUlqTURBd01EQXdJanR6T2pFNU9pSmtjbTl3WDNOb1lXUnZkMTl2Y0dGamFYUjVJanR6T2pJNklqVXdJanR6T2pFNE9pSnBibk5sZEY5emFHRmtiM2RmY0dGdVpXd2lPM002TVRvaVdTSTdjem95TVRvaWFXNXpaWFJmYzJoaFpHOTNYM1psY25ScFkyRnNJanR6T2pFNklqQWlPM002TWpNNkltbHVjMlYwWDNOb1lXUnZkMTlvYjNKcGVtOXVkR0ZzSWp0ek9qRTZJakFpTzNNNk1UYzZJbWx1YzJWMFgzTm9ZV1J2ZDE5aWJIVnlJanR6T2pFNklqQWlPM002TVRrNkltbHVjMlYwWDNOb1lXUnZkMTl6Y0hKbFlXUWlPM002TVRvaU1TSTdjem94T0RvaWFXNXpaWFJmYzJoaFpHOTNYMk52Ykc5eUlqdHpPamM2SWlObVptWm1NREFpTzNNNk1qQTZJbWx1YzJWMFgzTm9ZV1J2ZDE5dmNHRmphWFI1SWp0ek9qSTZJalV3SWp0OWZYTTZNVEk2SW1oMGJXeGZZMjl1ZEdWdWRDSTdZVG94T250ek9qYzZJbU52Ym5SbGJuUWlPM002TURvaUlqdDlmUT09IjtzOjEzOiJleGl0X3JlZGlyZWN0IjtzOjg4OiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdHpPamM2SW0xbGMzTmhaMlVpTzNNNk1Eb2lJanQ5IjtzOjE0OiJsYXVuY2hfZ2F0ZXdheSI7czo4OiJZam93T3c9PSI7czoxMzoibGF1bmNoX2Z1bm5lbCI7czoxOTI6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzVPaUptZFc1dVpXeGZhV1FpTzNNNk1Ub2lNU0k3Y3pveE5qb2laMkYwWlhkaGVWOXZkbVZ5Y21sa1pTSTdZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem80T2lKeVpXUnBjbVZqZENJN2N6b3dPaUlpTzNNNk5Eb2lZMjlrWlNJN2N6b3dPaUlpTzMxOSI7fQ=='),(33,'Membership Content Classroom Style',3,'Classroom Style or Education styled membership content|http://www.thetradingroom.com/wp-content/uploads/2014/03/49-2.jpg','jpg','YToxOntzOjQ6ImJvZHkiO2E6NDp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6NDA6InJvdyB0aHJlZS1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE5OToiYmFja2dyb3VuZC1pbWFnZTogdXJsKFwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvYmcxMTExMS5qcGdcIik7IGJhY2tncm91bmQtcmVwZWF0OiBuby1yZXBlYXQ7IGJhY2tncm91bmQtc2l6ZTogY292ZXI7IGJvcmRlci10b3Atd2lkdGg6IDBweDsgYm9yZGVyLWJvdHRvbS13aWR0aDogMHB4OyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyODoib25lLXRoaXJkIGNvbHVtbiBjb2xzIG5hcnJvdyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTI2OiJbaGVhZGxpbmUgc3R5bGU9IjEiIGZvbnRfc2l6ZT0iMTkiIGZvbnRfY29sb3I9IiNmZmZmZmYiIGZvbnRfc2hhZG93PSJkYXJrIiBhbGlnbj0ibGVmdCIgYm90dG9tX21hcmdpbj0iNSJdTEVTU09OICMxWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjEzNToiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjM2IiBmb250X2NvbG9yPSIjZmZmZmZmIiBmb250X3NoYWRvdz0iZGFyayIgYWxpZ249ImxlZnQiXUNyZWF0ZSBZb3VyIE93biBFYm9vayAtIEludHJvZHVjdGlvblsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyODU6Ilt0ZXh0X2Jsb2NrIHN0eWxlPSJzdHlsZV8xLnBuZyIgYWxpZ249ImxlZnQiIGZvbnRfc2l6ZT0iMjAiIGZvbnRfc3R5bGU9Im5vcm1hbCIgZm9udF9jb2xvcj0iI2ZmZmZmZiIgZm9udF9zaGFkb3c9ImRhcmsiIHdpZHRoPSIzMDAiIGxpbmVfaGVpZ2h0PSIyNyJdSW4gdGhpcyB2aWRlbyB5b3Ugd2lsbCBsZWFybiBhYm91dCBob3cgdGhpcyBjb3Vyc2Ugd2lsbCB3b3JrIGFuZCBob3cgdG8gZm9sbG93IGl0IHRvIG1heGltaXNlIHlvdXIgcmVzdWx0cyBmcm9tIHRoaXMgY291cnNlWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJ0d28tdGhpcmRzIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMTE6Ilt2aWRlb19wbGF5ZXIgdHlwZT0idXJsIiB3aWR0aD0iNjAwIiBoZWlnaHQ9IjMzOCIgYWxpZ249InJpZ2h0IiBtYXJnaW5fdG9wPSIwIiBtYXJnaW5fYm90dG9tPSIwIiBib3JkZXJfc2l6ZT0iNCIgYm9yZGVyX2NvbG9yPSIjMjkyOTI5Il1hSFIwY0RvdkwyOXdMWE4wYVc1bkxuTXpMbUZ0WVhwdmJtRjNjeTVqYjIwdlQzVjBjSFYwTG0xd05BPT1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTY4OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDNkM2R5NTBhR1YwY21Ga2FXNW5jbTl2YlM1amIyMHZkM0F0WTI5dWRHVnVkQzkxY0d4dllXUnpMekl3TVRRdk1ETXZZbWN4TVRFeE1TNXFjR2NwSWl3aVltRmphMmR5YjNWdVpGQnZjMmwwYVc5dUlqb2lZMjkyWlhJaWZRPT0iO31pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTkyOiJiYWNrZ3JvdW5kOiNmMmYyZjI7YmFja2dyb3VuZDotd2Via2l0LWdyYWRpZW50KGxpbmVhciwgbGVmdCB0b3AsIGxlZnQgYm90dG9tLCBjb2xvci1zdG9wKDAlLCAjZjJmMmYyKSwgY29sb3Itc3RvcCgxMDAlLCAjZWJlYmViKSk7YmFja2dyb3VuZDotd2Via2l0LWxpbmVhci1ncmFkaWVudCh0b3AsICNmMmYyZjIgMCUsICNlYmViZWIgMTAwJSk7YmFja2dyb3VuZDotbW96LWxpbmVhci1ncmFkaWVudCh0b3AsICNmMmYyZjIgMCUsICNlYmViZWIgMTAwJSk7YmFja2dyb3VuZDotbXMtbGluZWFyLWdyYWRpZW50KHRvcCwgI2YyZjJmMiAwJSwgI2ViZWJlYiAxMDAlKTtiYWNrZ3JvdW5kOi1vLWxpbmVhci1ncmFkaWVudCh0b3AsICNmMmYyZjIgMCUsICNlYmViZWIgMTAwJSk7YmFja2dyb3VuZDpsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjZjJmMmYyIDAlLCAjZWJlYmViIDEwMCUpO2ZpbHRlcjpwcm9naWQ6RFhJbWFnZVRyYW5zZm9ybS5NaWNyb3NvZnQuZ3JhZGllbnQoc3RhcnRDb2xvcnN0cj0jZjJmMmYyLCBlbmRDb2xvcnN0cj0jZWJlYmViLCBHcmFkaWVudFR5cGU9MCk7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbTowcHg7IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMDc6Ilt0ZXh0X2Jsb2NrIHN0eWxlPSJzdHlsZV8xLnBuZyIgYWxpZ249ImxlZnQiIGZvbnRfc2l6ZT0iMjAiIHdpZHRoPSI5NDAiXTxwIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXI7Ij48c3Ryb25nPkp1c3QgQWRkZWQ6PC9zdHJvbmc+IEhpZ2hsaWdodCBhIGJyYW5kIG5ldyBmZWF0dXJlIG9mIHlvdXIgbWVtYmVyc2hpcCBhcmVhIGhlcmU8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxNDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObU1tWXlaaklpTENKaVlXTnJaM0p2ZFc1a1EyOXNiM0pGYm1RaU9pSWpaV0psWW1WaUlpd2ljR0ZrWkdsdVoxUnZjQ0k2SWpJd0lpd2ljR0ZrWkdsdVowSnZkSFJ2YlNJNklqQWlmUT09Ijt9aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjEzNjoiW2hlYWRsaW5lIHN0eWxlPSI0IiBmb250X3NpemU9IjI1IiBmb250X3N0eWxlPSJub3JtYWwiIGZvbnRfY29sb3I9IiM5NDk0OTQiIGFsaWduPSJsZWZ0IiBib3R0b21fbWFyZ2luPSIyMCJdQWJvdXQgdGhpcyBMZXNzb25bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDk4OiJbdGV4dF9ibG9jayBzdHlsZT0ic3R5bGVfMS5wbmciIGFsaWduPSJsZWZ0IiB3aWR0aD0iNDYwIl1Mb3JlbcKgaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2NpbmcgZWxpdC4gU2VkIGxhY2luaWEgdmVsaXQgZXQgbmliaCBsYW9yZWV0LCBub24gY3Vyc3VzIGlwc3VtIHBvcnR0aXRvci4gRG9uZWMgcGVsbGVudGVzcXVlIHNhcGllbiBldSBlbGVtZW50dW0gcGhhcmV0cmEuDQoNCk5hbSBlbGl0IGVsaXQsIHRlbXB1cyB1dCBxdWFtIG5lYywgbHVjdHVzIHZlc3RpYnVsdW0gbmlzbC4gVml2YW11cyBldSBkYXBpYnVzIHB1cnVzLiBJbiBzYWdpdHRpcyB0cmlzdGlxdWUgcXVhbSwgbmVjIHRpbmNpZHVudCBkdWkgcG9ydGEgdml0YWUuIE51bGxhbSB1dCBlbGl0IG1pLiBTZWQgbm9uIGJpYmVuZHVtIGxpZ3VsYS4gUGVsbGVudGVzcXVlIGluIGxlbyB2dWxwdXRhdGUsIGNvbW1vZG8gdHVycGlzIG5lYywgYWNjdW1zYW4gdGVsbHVzLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0MToiW2hlYWRsaW5lIHN0eWxlPSI0IiBmb250X3NpemU9IjI1IiBmb250X3N0eWxlPSJub3JtYWwiIGZvbnRfY29sb3I9IiM5NDk0OTQiIGFsaWduPSJsZWZ0IiBib3R0b21fbWFyZ2luPSIwIl1BZGQgWW91ciBRdWVzdGlvbnMgSGVyZVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxMDoiW2NvbW1lbnRzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo1NjoiZXlKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTVRBaWZRPT0iO31pOjM7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTkwOiJiYWNrZ3JvdW5kLWltYWdlOiB1cmwoXCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9iZzEwMTEucG5nXCIpOyBiYWNrZ3JvdW5kLXJlcGVhdDogcmVwZWF0OyBwYWRkaW5nLXRvcDogMjBweDsgYm9yZGVyLXRvcC13aWR0aDogMHB4OyBib3JkZXItYm90dG9tLXdpZHRoOiAwcHg7IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxMjY6IltoZWFkbGluZSBzdHlsZT0iNCIgZm9udF9zaXplPSIyNSIgZm9udF9zdHlsZT0ibm9ybWFsIiBmb250X2NvbG9yPSIjOTQ5NDk0IiBhbGlnbj0ibGVmdCJdTW9yZSBUcmFpbmluZyBDb250ZW50IEhlcmVbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzE6IlttZW1iZXJzaGlwX3BhZ2VfbGlzdGluZ3Mgc3R5bGU9IjEiIGNvbHVtbnM9IjMiIHByb2R1Y3Q9IjUxNzEiIG9wbT0iMSJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fXM6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjE4ODoiZXlKaVlXTnJaM0p2ZFc1a1NXMWhaMlVpT2lKMWNtd29hSFIwY0RvdkwzZDNkeTUwYUdWMGNtRmthVzVuY205dmJTNWpiMjB2ZDNBdFkyOXVkR1Z1ZEM5MWNHeHZZV1J6THpJd01UUXZNRE12WW1jeE1ERXhMbkJ1WnlraUxDSmlZV05yWjNKdmRXNWtVRzl6YVhScGIyNGlPaUowYVd4bElpd2ljR0ZrWkdsdVoxUnZjQ0k2SWpJd0luMD0iO319fQ==','YToxNzp7czoxMzoiaGVhZGVyX2xheW91dCI7czoxMTA4OiJZVG94TURwN2N6bzBPaUpzYjJkdklqdHpPamcyT2lKb2RIUndPaTh2ZDNkM0xuUm9aWFJ5WVdScGJtZHliMjl0TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TkM4d015OXpZVzF3YkdVdGJHOW5ieTFpYkdGamF5MHpNREI0TlRjeUxuQnVaeUk3Y3pvMU9pSmlaMmx0WnlJN2N6b3dPaUlpTzNNNk1URTZJbkpsY0dWaGRHSm5hVzFuSWp0ek9qQTZJaUk3Y3pvM09pSmlaMk52Ykc5eUlqdHpPamM2SWlObU4yWTNaamNpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFek9pSnRaVzUxTFhCdmMybDBhVzl1SWp0ek9qazZJbUZzYjI1bmMybGtaU0k3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWxraU8zTTZNVE02SW01aGRsOWlZWEpmWVdKdmRtVWlPMkU2TnpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TXpvaWJtRjJJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjl6YUdGa2IzY2lPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM2RsYVdkb2RDSTdjem93T2lJaU8zTTZPVG9pWm05dWRGOXphWHBsSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1Eb2lJanR6T2pRNklteHZaMjhpTzNNNk1Eb2lJanQ5Y3pveE16b2libUYyWDJKaGNsOWlaV3h2ZHlJN1lUbzNPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNVG9pTXlJN2N6b3hNVG9pWm05dWRGOXphR0ZrYjNjaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzZGxhV2RvZENJN2N6b3dPaUlpTzNNNk9Ub2labTl1ZEY5emFYcGxJanR6T2pJNklqRXpJanR6T2pFeE9pSm1iMjUwWDJaaGJXbHNlU0k3Y3pveE5Ub2lVMjkxY21ObElGTmhibk1nVUhKdklqdHpPalE2SW14dloyOGlPM002TURvaUlqdDljem94TnpvaWJtRjJYMkpoY2w5aGJHOXVaM05wWkdVaU8yRTZOanA3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWs0aU8zTTZNem9pYm1GMklqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOXphR0ZrYjNjaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzZGxhV2RvZENJN2N6b3dPaUlpTzNNNk9Ub2labTl1ZEY5emFYcGxJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjltWVcxcGJIa2lPM002TURvaUlqdDlmUT09IjtzOjEwOiJtZW1iZXJzaGlwIjtzOjQ0OiJZVG94T250ek9qWTZJbXhoZVc5MWRDSTdjem8xT2lKaWJHRnVheUk3ZlE9PSI7czo1OiJ0aGVtZSI7czo3MjoiWVRveU9udHpPalE2SW5SNWNHVWlPM002TVRBNkltMWxiV0psY25Ob2FYQWlPM002TXpvaVpHbHlJanR6T2pFNklqRWlPMzA9IjtzOjEyOiJmZWF0dXJlX2FyZWEiO3M6MTIwOiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8wT2lKMGVYQmxJanRwT2pFN2N6bzRPaUp6WlhSMGFXNW5jeUk3WVRveE9udHpPakV5T2lKbWIyNTBYMjl3ZEdsdmJuTWlPMkU2TURwN2ZYMTkiO3M6MTM6ImZlYXR1cmVfdGl0bGUiO3M6NjQ6IllUb3lPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzFPaUowYVhSc1pTSTdjem93T2lJaU8zMD0iO3M6MTE6ImZvb3Rlcl9hcmVhIjtzOjM4NDoiWVRvNE9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lXU0k3Y3pvek9pSnVZWFlpTzNNNk1qb2lOREFpTzNNNk1URTZJbVp2Ym5SZmMyaGhaRzkzSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5M1pXbG5hSFFpTzNNNk1Eb2lJanR6T2prNkltWnZiblJmYzJsNlpTSTdjem95T2lJeE15STdjem94TVRvaVptOXVkRjltWVcxcGJIa2lPM002TVRVNklsTnZkWEpqWlNCVFlXNXpJRkJ5YnlJN2N6b3hNam9pYkdGeVoyVmZabTl2ZEdWeUlqdGhPakU2ZTNNNk56b2laVzVoWW14bFpDSTdjem94T2lKT0lqdDljem94TnpvaVptOXZkR1Z5WDJScGMyTnNZV2x0WlhJaU8yRTZNanA3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWs0aU8zTTZOem9pYldWemMyRm5aU0k3Y3pvd09pSWlPMzE5IjtzOjIxOiJjb2xvcl9zY2hlbWVfdGVtcGxhdGUiO3M6ODoiWWpvd093PT0iO3M6MTA6InR5cG9ncmFwaHkiO3M6MTU0NDoiWVRveU9udHpPakV6T2lKbWIyNTBYMlZzWlcxbGJuUnpJanRoT2prNmUzTTZNVEE2SW5OcGRHVmZkR2wwYkdVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qQTZJaUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6bzNPaUowWVdkc2FXNWxJanRoT2pRNmUzTTZORG9pYzJsNlpTSTdjem93T2lJaU8zTTZORG9pWm05dWRDSTdjem93T2lJaU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWE02TnpvaVpHVm1ZWFZzZENJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1qb2lNVGNpTzNNNk5Eb2labTl1ZENJN2N6b3hOVG9pVTI5MWNtTmxJRk5oYm5NZ1VISnZJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6bzBPaUlqTkRRMElqdDljem95T2lKb01TSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZNVFU2SWxOdmRYSmpaU0JUWVc1eklGQnlieUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTWlJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1UVTZJbE52ZFhKalpTQlRZVzV6SUZCeWJ5STdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pveU9pSm9NeUk3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TVRVNklsTnZkWEpqWlNCVFlXNXpJRkJ5YnlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem95T2lKb05DSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZNRG9pSWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zMXpPakk2SW1nMUlqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3dPaUlpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURZaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qQTZJaUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWZYTTZNVFE2SW1OdmJHOXlYMlZzWlcxbGJuUnpJanRoT2pZNmUzTTZNVGM2SW1admIzUmxjbDkwWlhoMFgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE56b2labTl2ZEdWeVgyeHBibXRmWTI5c2IzSWlPM002TURvaUlqdHpPakl6T2lKbWIyOTBaWEpmYkdsdWExOW9iM1psY2w5amIyeHZjaUk3Y3pvd09pSWlPM002TVRnNkltWmxZWFIxY21WZmRHVjRkRjlqYjJ4dmNpSTdjem93T2lJaU8zTTZNVGc2SW1abFlYUjFjbVZmYkdsdWExOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1qUTZJbVpsWVhSMWNtVmZiR2x1YTE5b2IzWmxjbDlqYjJ4dmNpSTdjem93T2lJaU8zMTkiO3M6MjE6ImNvbG9yX3NjaGVtZV9hZHZhbmNlZCI7czoyNDIwOiJZVG8zT250ek9qRXpPaUp1WVhaZlltRnlYMkZpYjNabElqdGhPakV3T250ek9qRXpPaUp1WVhaZlltRnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hNVG9pYm1GMlgySmhjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRTVPaUp1WVhaZlltRnlYMmh2ZG1WeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE56b2libUYyWDJKaGNsOW9iM1psY2w5bGJtUWlPM002TURvaUlqdHpPakV3T2lKdVlYWmZZbUZ5WDJKbklqdHpPakE2SWlJN2N6b3lNam9pYm1GMlgySmhjbDlpWjE5b2IzWmxjbDl6ZEdGeWRDSTdjem93T2lJaU8zTTZNVFU2SW01aGRsOWlZWEpmWkdSZmJHbHVheUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlpHUmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRXlPaUp1WVhaZlltRnlYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRXpPaUp1WVhaZlltRnlYMmh2ZG1WeUlqdHpPakE2SWlJN2ZYTTZNVE02SW01aGRsOWlZWEpmWW1Wc2IzY2lPMkU2TVRBNmUzTTZNVE02SW01aGRsOWlZWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakV4T2lKdVlYWmZZbUZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVGs2SW01aGRsOWlZWEpmYUc5MlpYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRTNPaUp1WVhaZlltRnlYMmh2ZG1WeVgyVnVaQ0k3Y3pvd09pSWlPM002TVRBNkltNWhkbDlpWVhKZlltY2lPM002TURvaUlqdHpPakl5T2lKdVlYWmZZbUZ5WDJKblgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TlRvaWJtRjJYMkpoY2w5a1pGOXNhVzVySWp0ek9qQTZJaUk3Y3pveE5qb2libUYyWDJKaGNsOWtaRjlvYjNabGNpSTdjem93T2lJaU8zTTZNVEk2SW01aGRsOWlZWEpmYkdsdWF5STdjem93T2lJaU8zTTZNVE02SW01aGRsOWlZWEpmYUc5MlpYSWlPM002TURvaUlqdDljem94TnpvaWJtRjJYMkpoY2w5aGJHOXVaM05wWkdVaU8yRTZOenA3Y3pveE1Eb2libUYyWDJKaGNsOWlaeUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlltZGZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qSXdPaUp1WVhaZlltRnlYMkpuWDI1aGRsOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRTFPaUp1WVhaZlltRnlYMlJrWDJ4cGJtc2lPM002TURvaUlqdHpPakUyT2lKdVlYWmZZbUZ5WDJSa1gyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1USTZJbVpsWVhSMWNtVmZZWEpsWVNJN1lUbzNPbnR6T2pFek9pSm1aV0YwZFhKbFgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2labVZoZEhWeVpWOWxibVFpTzNNNk1Eb2lJanR6T2pFd09pSjBaWGgwWDJOdmJHOXlJanR6T2pBNklpSTdjem94TURvaWJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TVRZNklteHBibXRmYUc5MlpYSmZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMXpPakk2SW1KbklqdHpPakE2SWlJN2N6b3hNRG9pWW1kZmIzQjBhVzl1Y3lJN2N6b3dPaUlpTzMxek9qRXpPaUptWldGMGRYSmxYM1JwZEd4bElqdGhPak02ZTNNNk1UazZJbVpsWVhSMWNtVmZkR2wwYkdWZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSm1aV0YwZFhKbFgzUnBkR3hsWDJWdVpDSTdjem93T2lJaU8zTTZNalE2SW1abFlYUjFjbVZmZEdsMGJHVmZkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPMzF6T2pZNkltWnZiM1JsY2lJN1lUbzFPbnR6T2pFeU9pSm1iMjkwWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFd09pSm1iMjkwWlhKZlpXNWtJanR6T2pBNklpSTdjem94TnpvaVptOXZkR1Z5WDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTNPaUptYjI5MFpYSmZiR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlhNNk1qTTZJbVp2YjNSbGNsOXNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdGhPakk2ZTNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTFPaUowWlhoMFgyUmxZMjl5WVhScGIyNGlPM002TURvaUlqdDlmWE02TkRvaWNHRm5aU0k3WVRvME9udHpPakV5T2lKeVpYQmxZWFJwYm1kZlltY2lPM002TURvaUlqdHpPamc2SW1KblgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE1Eb2liR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlhNNk1UWTZJbXhwYm10ZmFHOTJaWEpmWTI5c2IzSWlPMkU2TWpwN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zTTZNVFU2SW5SbGVIUmZaR1ZqYjNKaGRHbHZiaUk3Y3pvd09pSWlPMzE5ZlE9PSI7czoxNToibW9iaWxlX3JlZGlyZWN0IjtzOjYwOiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdDkiO3M6Mzoic2VvIjtzOjE5MjoiWVRvMk9udHpPalU2SW5ScGRHeGxJanR6T2pBNklpSTdjem94TVRvaVpHVnpZM0pwY0hScGIyNGlPM002TURvaUlqdHpPamc2SW10bGVYZHZjbVJ6SWp0ek9qQTZJaUk3Y3pvM09pSnZaM1JwZEd4bElqdHpPakE2SWlJN2N6b3hNem9pYjJka1pYTmpjbWx3ZEdsdmJpSTdjem93T2lJaU8zTTZOem9pYjJkcGJXRm5aU0k3Y3pvd09pSWlPMzA9IjtzOjc6InNjcmlwdHMiO3M6MTcyOiJZVG94T250cE9qQTdZVG95T250ek9qZzZJbkJ2YzJsMGFXOXVJanR6T2pNNkltTnpjeUk3Y3pvMk9pSnpZM0pwY0hRaU8zTTZOalU2SWk1aVlXNXVaWElnTG14dloyOGdhVzFuZTNkcFpIUm9Pakl3TUhCNE8zME5DZzBLSTJ4bFlYWmxMWEpsY0d4NUlHZzBlMlJwYzNCc1lYazZibTl1WlR0OUlqdDlmUT09IjtzOjg6ImZiX3NoYXJlIjtzOjQwOiJZVG94T250ek9qZzZJbXhwYTJWZmRYSnNJanR6T2pBNklpSTdmUT09IjtzOjg6ImxpZ2h0Ym94IjtzOjg6Illqb3dPdz09IjtzOjEzOiJleGl0X3JlZGlyZWN0IjtzOjg4OiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdHpPamM2SW0xbGMzTmhaMlVpTzNNNk1Eb2lJanQ5IjtzOjE0OiJsYXVuY2hfZ2F0ZXdheSI7czo4OiJZam93T3c9PSI7czoxMzoibGF1bmNoX2Z1bm5lbCI7czoxOTI6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzVPaUptZFc1dVpXeGZhV1FpTzNNNk1Ub2lNU0k3Y3pveE5qb2laMkYwWlhkaGVWOXZkbVZ5Y21sa1pTSTdZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem80T2lKeVpXUnBjbVZqZENJN2N6b3dPaUlpTzNNNk5Eb2lZMjlrWlNJN2N6b3dPaUlpTzMxOSI7fQ=='),(34,'Clean Video Landing Page 2',2,'Clean style landing page with bullet list and video|http://www.thetradingroom.com/wp-content/uploads/2014/03/clean_video_lp2.jpg','jpg','YToxOntzOjQ6ImJvZHkiO2E6Mzp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM5OiJiYWNrZ3JvdW5kOiNmMGYwZjA7cGFkZGluZy1ib3R0b206MjBweDsiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3ODoiW2hlYWRsaW5lIHN0eWxlPSIxIiBmb250X3NpemU9IjI2IiBmb250X3N0eWxlPSJib2xkIiBmb250X2NvbG9yPSIjMjEyMTIxIiBmb250X3NwYWNpbmc9Ii0xIiBmb250X3NoYWRvdz0ibGlnaHQiIGFsaWduPSJjZW50ZXIiIGJvdHRvbV9tYXJnaW49IjAiXUZyZWUgUmVwb3J0IFJldmVhbHMuLi5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTk0OiJbaGVhZGxpbmUgc3R5bGU9IjEiIGZvbnRfc2l6ZT0iNDAiIGZvbnRfY29sb3I9IiMyNjk3ZGEiIGZvbnRfc3BhY2luZz0iLTEiIGZvbnRfc2hhZG93PSJsaWdodCIgYWxpZ249ImNlbnRlciJdIlRoZSBTaW1wbGUgMy1TdGVwIEZvcm11bGEgRm9yIEJ1aWxkaW5nPGJyIC8+TWFya2V0aW5nIFNpdGVzIFRoYXQgQ29udmVydCJbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo3NjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tTUdZd1pqQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNakFpZlE9PSI7fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM5OiJyb3cgZml2ZS1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE5OiJwYWRkaW5nLWJvdHRvbTowcHg7IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI5OiJ0d28tZmlmdGhzIGNvbHVtbiBjb2xzIG5hcnJvdyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjA4OiJbdGV4dF9ibG9jayBzdHlsZT0ic3R5bGVfMS5wbmciIGFsaWduPSJsZWZ0IiB3aWR0aD0iMzY0Il08c3Ryb25nPldhdGNoIHRoZSB2aWRlbyBub3c8L3N0cm9uZz4gdG8gZGlzY292ZXIgdGhlIDMgc2ltcGxlIHR3ZWFrcyB5b3UgY2FuIG1ha2UgdG8geW91ciB3ZWJzaXRlIHRoYXQgY2FuIGJvb3N0IGNvbnZlcnNpb25zIGJ5IHVwIHRvIDIwMCVbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMDY6IltidWxsZXRfYmxvY2sgbGFyZ2VfaWNvbj0iMTQucG5nIiB3aWR0aD0iIiBhbGlnbm1lbnQ9ImNlbnRlciJdPHVsPjxsaT5Ib3cgb25lIHNpbXBsZSB0d2VhayB0byB5b3VyIGhlYWRsaW5lcyBjYW4gaW1wcm92ZSBjb252ZXJzaW9ucyBieSA1MCU8L2xpPjxsaT5UaGUgT05MWSBidXR0b24gdGV4dCB5b3Ugc2hvdWxkIGJlIHVzaW5nIGZvciB5b3VyIG9yZGVyIGJ1dHRvbnM8L2xpPjxsaT5UaGUgZWFzaWVzdCB3YXkgdG8gY3JlYXRlIGFsbCB5b3VyIG1hcmtldGluZyBwYWdlcyBpbiBtaW51dGVzPC9saT48L3VsPlsvYnVsbGV0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI0OiJ0aHJlZS1maWZ0aHMgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMzoiW3ZpZGVvX3BsYXllciB0eXBlPSJ1cmwiIHdpZHRoPSI1NjAiIGhlaWdodD0iMzE1IiBhbGlnbj0iY2VudGVyIiBtYXJnaW5fdG9wPSIwIiBtYXJnaW5fYm90dG9tPSIyMCIgYm9yZGVyX3NpemU9IjUiIGJvcmRlcl9jb2xvcj0iI2ViZWJlYiJdYUhSMGNEb3ZMMjl3TFhOMGFXNW5Mbk16TG1GdFlYcHZibUYzY3k1amIyMHZUM1YwY0hWMExtMXdOQT09Wy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fXM6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjI4OiJleUp3WVdSa2FXNW5RbTkwZEc5dElqb2lNQ0o5Ijt9aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE2OiJwYWRkaW5nLXRvcDowcHg7IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo2MTM6IltvcHRpbl9ib3ggc3R5bGU9IjEwIiBhbGlnbm1lbnQ9ImNlbnRlciIgZW1haWxfZGVmYXVsdD0iRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzIiBpbnRlZ3JhdGlvbl90eXBlPSJlbWFpbCIgbmFtZV9kZWZhdWx0PSJFbnRlciB5b3VyIGZpcnN0IG5hbWUiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT0iaGVhZGxpbmUiXUhlcmUncyBUaGUgSGVhZGxpbmUgRm9yIFRoZSBCb3hbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9InBhcmFncmFwaCJdTG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQsIGNvbnNlY3RldHVyIGFkaXBpc2NpbmcgZWxpdC4gRG9uZWMgdmVsIG51bmMgbm9uIGxhY3VzIHZlbmVuYXRpcyBjb21tb2RvLlsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT0icHJpdmFjeSJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT0idG9wX2NvbG9yIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPSIwIl1HZXQgSW5zdGFudCBBY2Nlc3MhWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MjQ6ImV5SndZV1JrYVc1blZHOXdJam9pTUNKOSI7fX19','YToxODp7czoxMzoiaGVhZGVyX2xheW91dCI7czoxMTcyOiJZVG94TURwN2N6bzBPaUpzYjJkdklqdHpPamM0T2lKb2RIUndPaTh2ZDNkM0xuUm9aWFJ5WVdScGJtZHliMjl0TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TkM4d015OVRZVzF3YkdWTWIyZHZMVVJoY21zeU1TNXdibWNpTzNNNk5Ub2lZbWRwYldjaU8zTTZOelU2SW1oMGRIQTZMeTkzZDNjdWRHaGxkSEpoWkdsdVozSnZiMjB1WTI5dEwzZHdMV052Ym5SbGJuUXZkWEJzYjJGa2N5OHlNREUwTHpBekwyeGhjbWRsWDJKaGJtNWxjakV4TG5CdVp5STdjem94TVRvaWNtVndaV0YwWW1kcGJXY2lPM002TURvaUlqdHpPamM2SW1KblkyOXNiM0lpTzNNNk56b2lJMll3WldabU1DSTdjem94TURvaWJHbHVhMTlqYjJ4dmNpSTdjem93T2lJaU8zTTZNVE02SW0xbGJuVXRjRzl6YVhScGIyNGlPM002T1RvaVlXeHZibWR6YVdSbElqdHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pveE16b2libUYyWDJKaGNsOWhZbTkyWlNJN1lUbzNPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qQTZJaUk3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYMlpoYldsc2VTSTdjem93T2lJaU8zTTZORG9pYkc5bmJ5STdjem93T2lJaU8zMXpPakV6T2lKdVlYWmZZbUZ5WDJKbGJHOTNJanRoT2pjNmUzTTZOem9pWlc1aFlteGxaQ0k3Y3pveE9pSk9JanR6T2pNNkltNWhkaUk3Y3pvd09pSWlPM002TVRFNkltWnZiblJmYzJoaFpHOTNJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjkzWldsbmFIUWlPM002TURvaUlqdHpPams2SW1admJuUmZjMmw2WlNJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZlptRnRhV3g1SWp0ek9qQTZJaUk3Y3pvME9pSnNiMmR2SWp0ek9qQTZJaUk3ZlhNNk1UYzZJbTVoZGw5aVlYSmZZV3h2Ym1kemFXUmxJanRoT2pZNmUzTTZOem9pWlc1aFlteGxaQ0k3Y3pveE9pSk9JanR6T2pNNkltNWhkaUk3Y3pvd09pSWlPM002TVRFNkltWnZiblJmYzJoaFpHOTNJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjkzWldsbmFIUWlPM002TURvaUlqdHpPams2SW1admJuUmZjMmw2WlNJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZlptRnRhV3g1SWp0ek9qQTZJaUk3ZlgwPSI7czoxMDoibWVtYmVyc2hpcCI7czo4OiJZam93T3c9PSI7czo1OiJ0aGVtZSI7czo2ODoiWVRveU9udHpPalE2SW5SNWNHVWlPM002T1RvaWJXRnlhMlYwYVc1bklqdHpPak02SW1ScGNpSTdjem94T2lJeElqdDkiO3M6MTI6ImZlYXR1cmVfYXJlYSI7czo0NTY6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzBPaUowZVhCbElqdHpPakU2SWpFaU8zTTZPRG9pYzJWMGRHbHVaM01pTzJFNk5UcDdjem94TWpvaVptOXVkRjl2Y0hScGIyNXpJanRoT2pJNmUzTTZOem9pWTI5dWRHVnVkQ0k3WVRvd09udDljem8xT2lKcGJXRm5aU0k3WVRvd09udDlmWE02TVRZNklteHBkbVZsWkdsMGIzSmZZV0p2ZG1VaU8yRTZNRHA3ZlhNNk56b2lZMjl1ZEdWdWRDSTdZVG8wT250ek9qVTZJblJwZEd4bElqdHpPakE2SWlJN2N6bzVPaUp3WVhKaFozSmhjR2dpTzNNNk1Eb2lJanR6T2pFek9pSnpkV0p0YVhSZlluVjBkRzl1SWp0ek9qQTZJaUk3Y3pvNE9pSnNhVzVyWDNWeWJDSTdjem93T2lJaU8zMXpPalU2SW1sdFlXZGxJanRoT2pFNmUzTTZOVG9pYVcxaFoyVWlPM002TURvaUlqdDljem94TmpvaWJHbDJaV1ZrYVhSdmNsOWlaV3h2ZHlJN1lUb3dPbnQ5ZlgwPSI7czoxMzoiZmVhdHVyZV90aXRsZSI7czo2NDoiWVRveU9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvMU9pSjBhWFJzWlNJN2N6b3dPaUlpTzMwPSI7czoxMToiZm9vdGVyX2FyZWEiO3M6Mzg0OiJZVG80T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVdTSTdjem96T2lKdVlYWWlPM002TWpvaU5EQWlPM002TVRFNkltWnZiblJmYzJoaFpHOTNJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjkzWldsbmFIUWlPM002TURvaUlqdHpPams2SW1admJuUmZjMmw2WlNJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZlptRnRhV3g1SWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TVRJNklteGhjbWRsWDJadmIzUmxjaUk3WVRveE9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3ZlhNNk1UYzZJbVp2YjNSbGNsOWthWE5qYkdGcGJXVnlJanRoT2pJNmUzTTZOem9pWlc1aFlteGxaQ0k3Y3pveE9pSk9JanR6T2pjNkltMWxjM05oWjJVaU8zTTZNRG9pSWp0OWZRPT0iO3M6MjE6ImNvbG9yX3NjaGVtZV90ZW1wbGF0ZSI7czo4OiJZam93T3c9PSI7czoxMDoidHlwb2dyYXBoeSI7czoxNjY0OiJZVG95T250ek9qRXpPaUptYjI1MFgyVnNaVzFsYm5SeklqdGhPams2ZTNNNk1UQTZJbk5wZEdWZmRHbDBiR1VpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pFMU9pSlRiM1Z5WTJVZ1UyRnVjeUJRY204aU8zTTZOVG9pYzNSNWJHVWlPM002TmpvaWJtOXliV0ZzSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZOem9pZEdGbmJHbHVaU0k3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TVRVNklsTnZkWEpqWlNCVFlXNXpJRkJ5YnlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem8zT2lKa1pXWmhkV3gwSWp0aE9qUTZlM002TkRvaWMybDZaU0k3Y3pveU9pSXhOeUk3Y3pvME9pSm1iMjUwSWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qYzZJaU15TmpJMk1qWWlPMzF6T2pJNkltZ3hJanRoT2pRNmUzTTZORG9pYzJsNlpTSTdjem93T2lJaU8zTTZORG9pWm05dWRDSTdjem94TlRvaVUyOTFjbU5sSUZOaGJuTWdVSEp2SWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zMXpPakk2SW1neUlqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3hOVG9pVTI5MWNtTmxJRk5oYm5NZ1VISnZJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzMxek9qSTZJbWd6SWp0aE9qUTZlM002TkRvaWMybDZaU0k3Y3pvd09pSWlPM002TkRvaVptOXVkQ0k3Y3pveE5Ub2lVMjkxY21ObElGTmhibk1nVUhKdklqdHpPalU2SW5OMGVXeGxJanR6T2pBNklpSTdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPMzF6T2pJNkltZzBJanRoT2pRNmUzTTZORG9pYzJsNlpTSTdjem93T2lJaU8zTTZORG9pWm05dWRDSTdjem94TlRvaVUyOTFjbU5sSUZOaGJuTWdVSEp2SWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zMXpPakk2SW1nMUlqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3hOVG9pVTI5MWNtTmxJRk5oYm5NZ1VISnZJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzMxek9qSTZJbWcySWp0aE9qUTZlM002TkRvaWMybDZaU0k3Y3pvd09pSWlPM002TkRvaVptOXVkQ0k3Y3pveE5Ub2lVMjkxY21ObElGTmhibk1nVUhKdklqdHpPalU2SW5OMGVXeGxJanR6T2pBNklpSTdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPMzE5Y3pveE5Eb2lZMjlzYjNKZlpXeGxiV1Z1ZEhNaU8yRTZOanA3Y3pveE56b2labTl2ZEdWeVgzUmxlSFJmWTI5c2IzSWlPM002TURvaUlqdHpPakUzT2lKbWIyOTBaWEpmYkdsdWExOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1qTTZJbVp2YjNSbGNsOXNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hPRG9pWm1WaGRIVnlaVjkwWlhoMFgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE9Eb2labVZoZEhWeVpWOXNhVzVyWDJOdmJHOXlJanR6T2pBNklpSTdjem95TkRvaVptVmhkSFZ5WlY5c2FXNXJYMmh2ZG1WeVgyTnZiRzl5SWp0ek9qQTZJaUk3ZlgwPSI7czoyMToiY29sb3Jfc2NoZW1lX2FkdmFuY2VkIjtzOjI0NDQ6IllUbzNPbnR6T2pFek9pSnVZWFpmWW1GeVgyRmliM1psSWp0aE9qRXdPbnR6T2pFek9pSnVZWFpmWW1GeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2libUYyWDJKaGNsOWxibVFpTzNNNk1Eb2lJanR6T2pFNU9pSnVZWFpmWW1GeVgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TnpvaWJtRjJYMkpoY2w5b2IzWmxjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRXdPaUp1WVhaZlltRnlYMkpuSWp0ek9qQTZJaUk3Y3pveU1qb2libUYyWDJKaGNsOWlaMTlvYjNabGNsOXpkR0Z5ZENJN2N6b3dPaUlpTzNNNk1UVTZJbTVoZGw5aVlYSmZaR1JmYkdsdWF5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWkdSZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pFeU9pSnVZWFpmWW1GeVgyeHBibXNpTzNNNk1Eb2lJanR6T2pFek9pSnVZWFpmWW1GeVgyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1UTTZJbTVoZGw5aVlYSmZZbVZzYjNjaU8yRTZNVEE2ZTNNNk1UTTZJbTVoZGw5aVlYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRXhPaUp1WVhaZlltRnlYMlZ1WkNJN2N6b3dPaUlpTzNNNk1UazZJbTVoZGw5aVlYSmZhRzkyWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSnVZWFpmWW1GeVgyaHZkbVZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVEE2SW01aGRsOWlZWEpmWW1jaU8zTTZNRG9pSWp0ek9qSXlPaUp1WVhaZlltRnlYMkpuWDJodmRtVnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOVG9pYm1GMlgySmhjbDlrWkY5c2FXNXJJanR6T2pBNklpSTdjem94TmpvaWJtRjJYMkpoY2w5a1pGOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0OWN6b3hOem9pYm1GMlgySmhjbDloYkc5dVozTnBaR1VpTzJFNk56cDdjem94TURvaWJtRjJYMkpoY2w5aVp5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWW1kZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pJd09pSnVZWFpmWW1GeVgySm5YMjVoZGw5b2IzWmxjaUk3Y3pvd09pSWlPM002TVRJNkltNWhkbDlpWVhKZmJHbHVheUk3Y3pvd09pSWlPM002TVRNNkltNWhkbDlpWVhKZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pFMU9pSnVZWFpmWW1GeVgyUmtYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRTJPaUp1WVhaZlltRnlYMlJrWDJodmRtVnlJanR6T2pBNklpSTdmWE02TVRJNkltWmxZWFIxY21WZllYSmxZU0k3WVRvM09udHpPakV6T2lKbVpXRjBkWEpsWDNOMFlYSjBJanR6T2pBNklpSTdjem94TVRvaVptVmhkSFZ5WlY5bGJtUWlPM002TURvaUlqdHpPakV3T2lKMFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hNRG9pYkdsdWExOWpiMnh2Y2lJN1lUb3lPbnR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE5Ub2lkR1Y0ZEY5a1pXTnZjbUYwYVc5dUlqdHpPakE2SWlJN2ZYTTZNVFk2SW14cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6b3dPaUlpTzMxek9qSTZJbUpuSWp0ek9qQTZJaUk3Y3pveE1Eb2lZbWRmYjNCMGFXOXVjeUk3Y3pvMk9pSmpaVzUwWlhJaU8zMXpPakV6T2lKbVpXRjBkWEpsWDNScGRHeGxJanRoT2pNNmUzTTZNVGs2SW1abFlYUjFjbVZmZEdsMGJHVmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRTNPaUptWldGMGRYSmxYM1JwZEd4bFgyVnVaQ0k3Y3pvd09pSWlPM002TWpRNkltWmxZWFIxY21WZmRHbDBiR1ZmZEdWNGRGOWpiMnh2Y2lJN2N6b3dPaUlpTzMxek9qWTZJbVp2YjNSbGNpSTdZVG8xT250ek9qRXlPaUptYjI5MFpYSmZjM1JoY25RaU8zTTZOem9pSTJabVptWm1aaUk3Y3pveE1Eb2labTl2ZEdWeVgyVnVaQ0k3Y3pvM09pSWpabVptWm1abUlqdHpPakUzT2lKbWIyOTBaWEpmZEdWNGRGOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UYzZJbVp2YjNSbGNsOXNhVzVyWDJOdmJHOXlJanRoT2pJNmUzTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk1Eb2lJanQ5Y3pveU16b2labTl2ZEdWeVgyeHBibXRmYUc5MlpYSmZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMTljem8wT2lKd1lXZGxJanRoT2pRNmUzTTZNVEk2SW5KbGNHVmhkR2x1WjE5aVp5STdjem93T2lJaU8zTTZPRG9pWW1kZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFd09pSnNhVzVyWDJOdmJHOXlJanRoT2pJNmUzTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk1Eb2lJanQ5Y3pveE5qb2liR2x1YTE5b2IzWmxjbDlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWDE5IjtzOjE1OiJtb2JpbGVfcmVkaXJlY3QiO3M6NjA6IllUb3lPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUoxY213aU8zTTZNRG9pSWp0OSI7czozOiJzZW8iO3M6MTAwOiJZVG96T250ek9qVTZJblJwZEd4bElqdHpPakE2SWlJN2N6b3hNVG9pWkdWelkzSnBjSFJwYjI0aU8zTTZNRG9pSWp0ek9qZzZJbXRsZVhkdmNtUnpJanR6T2pBNklpSTdmUT09IjtzOjc6InNjcmlwdHMiO3M6ODg6IllUb3hPbnRwT2pBN1lUb3lPbnR6T2pnNkluQnZjMmwwYVc5dUlqdHpPalk2SW1obFlXUmxjaUk3Y3pvMk9pSnpZM0pwY0hRaU8zTTZNRG9pSWp0OWZRPT0iO3M6ODoiZmJfc2hhcmUiO3M6MTI0OiJZVG8wT250ek9qVTZJblJwZEd4bElqdHpPakE2SWlJN2N6b3hNVG9pWkdWelkzSnBjSFJwYjI0aU8zTTZNRG9pSWp0ek9qVTZJbWx0WVdkbElqdHpPakE2SWlJN2N6bzRPaUpzYVd0bFgzVnliQ0k3Y3pvd09pSWlPMzA9IjtzOjg6ImxpZ2h0Ym94IjtzOjM3MDA6IllUbzFPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzNPaUp6YUc5M1gyOXVJanR6T2pRNklteHZZV1FpTzNNNk5Eb2lkSGx3WlNJN2N6bzFPaUp2Y0hScGJpSTdjem94TURvaWIzQjBhVzVmWm05eWJTSTdZVG96T250ek9qazZJbVp2Y20xZmFIUnRiQ0k3WVRveE56cDdjem94TURvaVpXMWhhV3hmWkdGMFlTSTdjem93T2lJaU8zTTZNVE02SW1WdFlXbHNYMkZrWkhKbGMzTWlPM002TURvaUlqdHpPakV5T2lKeVpXUnBjbVZqZEY5MWNtd2lPM002TURvaUlqdHpPakV5T2lKbGVIUnlZVjltYVdWc1pITWlPM002TURvaUlqdHpPakU0T2lKbGJXRnBiRjlsZUhSeVlWOW1hV1ZzWkhNaU8zTTZNRG9pSWp0ek9qUTZJbWgwYld3aU8zTTZNRG9pSWp0ek9qRXdPaUp1WlhkZmQybHVaRzkzSWp0ek9qQTZJaUk3Y3pveE1qb2laR2x6WVdKc1pWOXVZVzFsSWp0ek9qQTZJaUk3Y3pvNE9pSnVZVzFsWDJKdmVDSTdjem93T2lJaU8zTTZPVG9pWlcxaGFXeGZZbTk0SWp0ek9qQTZJaUk3Y3pvMk9pSmhZM1JwYjI0aU8zTTZNRG9pSWp0ek9qWTZJbVpwWld4a2N5STdjem93T2lJaU8zTTZOam9pYldWMGFHOWtJanR6T2pRNkluQnZjM1FpTzNNNk1UWTZJbWx1ZEdWbmNtRjBhVzl1WDNSNWNHVWlPM002TmpvaVkzVnpkRzl0SWp0ek9qUTZJbXhwYzNRaU8zTTZNRG9pSWp0ek9qRTBPaUowYUdGdWExOTViM1ZmY0dGblpTSTdjem93T2lJaU8zTTZNVEU2SW1GamRHbHZibDl3WVdkbElqdHpPakE2SWlJN2ZYTTZOem9pWTI5dWRHVnVkQ0k3WVRvMU9udHpPalU2SW5ScGRHeGxJanR6T2pNeU9pSlRaV3hzSUVGdWVYUm9hVzVuSUZkcGRHZ2dUM0IwYVcxcGVtVlFjbVZ6Y3lJN2N6b3hNVG9pWm05eWJWOW9aV0ZrWlhJaU8zTTZPRGc2SWt4dmNtVnRJR2x3YzNWdElHUnZiRzl5SUhOcGRDQmhiV1YwTENCamIyNXpaV04wWlhSMVpYSWdZV1JwY0dselkybHVaeUJsYkdsMExDQnpaV1FnWkdsaGJTQnViMjUxYlcxNUlHNXBZbWdnWlhWcGMyMXZaQzRpTzNNNk1URTZJbVp2YjNSbGNsOXViM1JsSWp0ek9qWTBPaUpaYjNWeUlHbHVabTl5YldGMGFXOXVJR2x6SURFd01DVWdjMlZqZFhKbElIZHBkR2dnZFhNZ1lXNWtJSGRwYkd3Z2JtVjJaWElnWW1VZ2MyaGhjbVZrSWp0ek9qRXlPaUp1WVcxbFgyUmxabUYxYkhRaU8zTTZNalE2SWtWdWRHVnlJSGx2ZFhJZ1JtbHljM1FnVG1GdFpTNHVMaUk3Y3pveE16b2laVzFoYVd4ZlpHVm1ZWFZzZENJN2N6b3lOem9pUlc1MFpYSWdlVzkxY2lCRmJXRnBiQ0JCWkdSeVpYTnpMaTR1SWp0OWN6b3hNem9pYzNWaWJXbDBYMkoxZEhSdmJpSTdZVG8xTmpwN2N6bzJPaUppZFhSMGIyNGlPMkU2TURwN2ZYTTZPRG9pYkc5allYUnBiMjRpTzNNNk16WTZJbTl3WDJ4cFoyaDBZbTk0WDI5d2RHbHVYMlp2Y20xZmMzVmliV2wwWDJKMWRIUnZiaUk3Y3pvM09pSmpiMjUwWlc1MElqdHpPakE2SWlJN2N6bzBPaUowZVhCbElqdHpPakU2SWpBaU8zTTZOVG9pYVcxaFoyVWlPM002TURvaUlqdHpPakV5T2lKbGJHVnRaVzUwWDNSNWNHVWlPM002TURvaUlqdHpPalE2SW1oeVpXWWlPM002TURvaUlqdHpPakV3T2lKdVpYZGZkMmx1Wkc5M0lqdHpPakE2SWlJN2N6b3lPaUpqWXlJN2N6b3dPaUlpTzNNNk5Ub2lZV3hwWjI0aU8zTTZNRG9pSWp0ek9qUTZJblJsZUhRaU8zTTZNRG9pSWp0ek9qazZJblJsZUhSZmMybDZaU0k3Y3pveU9pSXpNaUk3Y3pveE1Eb2lkR1Y0ZEY5amIyeHZjaUk3Y3pvM09pSWpNREF3TURBd0lqdHpPams2SW5SbGVIUmZabTl1ZENJN2N6b3dPaUlpTzNNNk9Ub2lkR1Y0ZEY5aWIyeGtJanR6T2pFNklqRWlPM002TVRRNkluUmxlSFJmZFc1a1pYSnNhVzVsSWp0ek9qQTZJaUk3Y3pveE1Ub2lkR1Y0ZEY5cGRHRnNhV01pTzNNNk1Eb2lJanR6T2pFNU9pSjBaWGgwWDJ4bGRIUmxjbDl6Y0dGamFXNW5JanR6T2pFNklqQWlPM002TVRNNkluTjFZblJsZUhSZmNHRnVaV3dpTzNNNk1Eb2lJanR6T2pjNkluTjFZblJsZUhRaU8zTTZNRG9pSWp0ek9qRXlPaUp6ZFdKMFpYaDBYM05wZW1VaU8zTTZNRG9pSWp0ek9qRXpPaUp6ZFdKMFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hNam9pYzNWaWRHVjRkRjltYjI1MElqdHpPakE2SWlJN2N6b3hNam9pYzNWaWRHVjRkRjlpYjJ4a0lqdHpPakE2SWlJN2N6b3hOem9pYzNWaWRHVjRkRjkxYm1SbGNteHBibVVpTzNNNk1Eb2lJanR6T2pFME9pSnpkV0owWlhoMFgybDBZV3hwWXlJN2N6b3dPaUlpTzNNNk1qSTZJbk4xWW5SbGVIUmZiR1YwZEdWeVgzTndZV05wYm1jaU8zTTZNRG9pSWp0ek9qRTNPaUowWlhoMFgzTm9ZV1J2ZDE5d1lXNWxiQ0k3Y3pveE9pSlpJanR6T2pJd09pSjBaWGgwWDNOb1lXUnZkMTkyWlhKMGFXTmhiQ0k3Y3pveE9pSXhJanR6T2pJeU9pSjBaWGgwWDNOb1lXUnZkMTlvYjNKcGVtOXVkR0ZzSWp0ek9qRTZJakFpTzNNNk1UYzZJblJsZUhSZmMyaGhaRzkzWDJOdmJHOXlJanR6T2pjNklpTm1abVptTURBaU8zTTZNVFk2SW5SbGVIUmZjMmhoWkc5M1gySnNkWElpTzNNNk1Ub2lNQ0k3Y3pveE16b2ljM1I1YkdsdVoxOTNhV1IwYUNJN2N6b3dPaUlpTzNNNk1UUTZJbk4wZVd4cGJtZGZhR1ZwWjJoMElqdHpPakE2SWlJN2N6b3lNRG9pYzNSNWJHbHVaMTlpYjNKa1pYSmZZMjlzYjNJaU8zTTZOem9pSXpBd01EQXdNQ0k3Y3pveE9Ub2ljM1I1YkdsdVoxOWliM0prWlhKZmMybDZaU0k3Y3pveE9pSXhJanR6T2pJeE9pSnpkSGxzYVc1blgySnZjbVJsY2w5eVlXUnBkWE1pTzNNNk1Ub2lOaUk3Y3pveU1qb2ljM1I1YkdsdVoxOWliM0prWlhKZmIzQmhZMmwwZVNJN2N6b3pPaUl4TURBaU8zTTZNVFk2SW5OMGVXeHBibWRmWjNKaFpHbGxiblFpTzNNNk1Eb2lJanR6T2pFek9pSnpkSGxzYVc1blgzTm9hVzVsSWp0ek9qRTZJbGtpTzNNNk1qZzZJbk4wZVd4cGJtZGZaM0poWkdsbGJuUmZjM1JoY25SZlkyOXNiM0lpTzNNNk56b2lJMlptWm1Zd01DSTdjem95TmpvaWMzUjViR2x1WjE5bmNtRmthV1Z1ZEY5bGJtUmZZMjlzYjNJaU8zTTZOem9pSTJabVlUQXpOU0k3Y3pveE56b2laSEp2Y0Y5emFHRmtiM2RmY0dGdVpXd2lPM002TVRvaVdTSTdjem95TURvaVpISnZjRjl6YUdGa2IzZGZkbVZ5ZEdsallXd2lPM002TVRvaU1TSTdjem95TWpvaVpISnZjRjl6YUdGa2IzZGZhRzl5YVhwdmJuUmhiQ0k3Y3pveE9pSXdJanR6T2pFMk9pSmtjbTl3WDNOb1lXUnZkMTlpYkhWeUlqdHpPakU2SWpFaU8zTTZNVGc2SW1SeWIzQmZjMmhoWkc5M1gzTndjbVZoWkNJN2N6b3hPaUl3SWp0ek9qRTNPaUprY205d1gzTm9ZV1J2ZDE5amIyeHZjaUk3Y3pvM09pSWpNREF3TURBd0lqdHpPakU1T2lKa2NtOXdYM05vWVdSdmQxOXZjR0ZqYVhSNUlqdHpPakk2SWpVd0lqdHpPakU0T2lKcGJuTmxkRjl6YUdGa2IzZGZjR0Z1Wld3aU8zTTZNVG9pV1NJN2N6b3lNVG9pYVc1elpYUmZjMmhoWkc5M1gzWmxjblJwWTJGc0lqdHpPakU2SWpBaU8zTTZNak02SW1sdWMyVjBYM05vWVdSdmQxOW9iM0pwZW05dWRHRnNJanR6T2pFNklqQWlPM002TVRjNkltbHVjMlYwWDNOb1lXUnZkMTlpYkhWeUlqdHpPakU2SWpBaU8zTTZNVGs2SW1sdWMyVjBYM05vWVdSdmQxOXpjSEpsWVdRaU8zTTZNVG9pTVNJN2N6b3hPRG9pYVc1elpYUmZjMmhoWkc5M1gyTnZiRzl5SWp0ek9qYzZJaU5tWm1abU1EQWlPM002TWpBNkltbHVjMlYwWDNOb1lXUnZkMTl2Y0dGamFYUjVJanR6T2pJNklqVXdJanQ5ZlhNNk1USTZJbWgwYld4ZlkyOXVkR1Z1ZENJN1lUb3hPbnR6T2pjNkltTnZiblJsYm5RaU8zTTZNRG9pSWp0OWZRPT0iO3M6MTM6ImV4aXRfcmVkaXJlY3QiO3M6ODg6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUoxY213aU8zTTZNRG9pSWp0ek9qYzZJbTFsYzNOaFoyVWlPM002TURvaUlqdDkiO3M6MTQ6Im9uZV90aW1lX29mZmVyIjtzOjE4ODoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSjFjbXdpTzNNNk1Eb2lJanR6T2pRNkluUnBiV1VpTzJFNk5EcDdjem8wT2lKa1lYbHpJanR6T2pBNklpSTdjem8xT2lKb2IzVnljeUk3Y3pvd09pSWlPM002TnpvaWJXbHVkWFJsY3lJN2N6b3dPaUlpTzNNNk56b2ljMlZqYjI1a2N5STdjem93T2lJaU8zMTkiO3M6MTQ6ImxhdW5jaF9nYXRld2F5IjtzOjg6Illqb3dPdz09IjtzOjEzOiJsYXVuY2hfZnVubmVsIjtzOjE5MjoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvNU9pSm1kVzV1Wld4ZmFXUWlPM002TVRvaU1pSTdjem94TmpvaVoyRjBaWGRoZVY5dmRtVnljbWxrWlNJN1lUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzRPaUp5WldScGNtVmpkQ0k3Y3pvd09pSWlPM002TkRvaVkyOWtaU0k3Y3pvd09pSWlPMzE5Ijt9'),(35,'Modern Style Download 1',4,'Clean style download page suitable for any file type|http://www.thetradingroom.com/wp-content/uploads/2014/03/download_template1.jpg','jpg','YToxOntzOjQ6ImJvZHkiO2E6NTp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU3NjoiYmFja2dyb3VuZDojZmNmY2ZjO2JhY2tncm91bmQ6LXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgY29sb3Itc3RvcCgwJSwgI2ZjZmNmYyksIGNvbG9yLXN0b3AoMTAwJSwgI2VkZWRlZCkpO2JhY2tncm91bmQ6LXdlYmtpdC1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZWRlZGVkIDEwMCUpO2JhY2tncm91bmQ6LW1vei1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZWRlZGVkIDEwMCUpO2JhY2tncm91bmQ6LW1zLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNlZGVkZWQgMTAwJSk7YmFja2dyb3VuZDotby1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZWRlZGVkIDEwMCUpO2JhY2tncm91bmQ6bGluZWFyLWdyYWRpZW50KHRvIGJvdHRvbSwgI2ZjZmNmYyAwJSwgI2VkZWRlZCAxMDAlKTtmaWx0ZXI6cHJvZ2lkOkRYSW1hZ2VUcmFuc2Zvcm0uTWljcm9zb2Z0LmdyYWRpZW50KHN0YXJ0Q29sb3JzdHI9I2ZjZmNmYywgZW5kQ29sb3JzdHI9I2VkZWRlZCwgR3JhZGllbnRUeXBlPTApO3BhZGRpbmctYm90dG9tOjIwcHg7IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxMDU6IltoZWFkbGluZSBzdHlsZT0iMSIgZm9udF9zaXplPSI0NSIgYWxpZ249ImNlbnRlciIgYm90dG9tX21hcmdpbj0iMTAiXVlvdXIgRG93bmxvYWQgSXMgUmVhZHkuLi5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMTY6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObVkyWmpabU1pTENKaVlXTnJaM0p2ZFc1a1EyOXNiM0pGYm1RaU9pSWpaV1JsWkdWa0lpd2ljR0ZrWkdsdVowSnZkSFJ2YlNJNklqSXdJbjA9Ijt9aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMyNjI2MjY7cGFkZGluZy10b3A6MTVweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU4OiJbaGVhZGxpbmUgc3R5bGU9IjEiIGZvbnRfc2l6ZT0iMjUiIGZvbnRfc3R5bGU9Im5vcm1hbCIgZm9udF9jb2xvcj0iI2ZmZmZmZiIgYWxpZ249ImNlbnRlciJdRm9sbG93IHRoZSBzdGVwcyBiZWxvdyB0byBhY2Nlc3MgeW91ciBkb3dubG9hZCBpbnN0YW50bHlbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeU5qSTJNallpTENKd1lXUmthVzVuVkc5d0lqb2lNVFVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTVRBaWZRPT0iO31pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozOToicm93IGZpdmUtY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozOToiYmFja2dyb3VuZDojZjVmNWY1O3BhZGRpbmctYm90dG9tOjUwcHg7IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI4OiJvbmUtZmlmdGggY29sdW1uIGNvbHMgbmFycm93IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTU6IltpbWFnZXMgc3R5bGU9IjAiIGltYWdlPSJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9kb3dubG9hZDExLnBuZyIgY3VzdG9tX3dpZHRoPSJZIiB3aWR0aD0iMjYxIiBjdXN0b21fd2lkdGhfdmFsPSIxNTAiIGFsaWduPSJjZW50ZXIiIHRvcF9tYXJnaW49IjAiIGZ1bGxfd2lkdGg9IlkiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIzOiJmb3VyLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjM3OiJbdGV4dF9ibG9jayBzdHlsZT0ic3R5bGVfMS5wbmciIGFsaWduPSJsZWZ0IiBmb250X3NpemU9IjI1IiBmb250X3N0eWxlPSJib2xkIiBmb250X2NvbG9yPSIjMmUyZTJlIiBib3R0b21fcGFkZGluZz0iMTAiIGJvdHRvbV9tYXJnaW49IjAiIHdpZHRoPSI3NDgiIGxpbmVfaGVpZ2h0PSIzMiJdRG93bmxvYWQgWW91ciBQREYgR3VpZGU6IMKgUmVzcG9uc2l2ZSBEZXNpZ24gRm9yIEJlZ2lubmVyc1svdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjM5NjoiW3RleHRfYmxvY2sgc3R5bGU9InN0eWxlXzEucG5nIiBhbGlnbj0ibGVmdCIgZm9udF9zaXplPSIxNiIgd2lkdGg9Ijc0OCJdU2ltcGx5wqA8c3Ryb25nPlJJR0hUIENMSUNLPC9zdHJvbmc+wqBvbiB0aGUgwqBsYXJnZSBkb3dubG9hZCBsaW5rIGJlbG93LiDCoERlcGVuZGluZyBvbiB5b3VyIGJyb3dzZXIsIGNob29zZTogwqDCoDxzdHJvbmc+4oCYU2F2ZSBUYXJnZXQgQXPigKbigJnCoDwvc3Ryb25nPizCoDxzdHJvbmc+4oCYU2F2ZSBMaW5rIEFz4oCm4oCZPC9zdHJvbmc+wqBvciDCoDxzdHJvbmc+4oCYRG93bmxvYWQgTGlua2VkIEZpbGUgQXPigKbigJkuIMKgPC9zdHJvbmc+WW91IGNhbiB0aGVuIHNhdmUgeW91ciBmcmVlIHJlcG9ydMKgb24geW91ciBjb21wdXRlci5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozOTA6IltidXR0b25fMSB0ZXh0PSJDbGljayBIZXJlIHRvIERvd25sb2FkIFlvdXIgUERGIE5vdyIgdGV4dF9zaXplPSIzMiIgdGV4dF9jb2xvcj0iI2ZmZmZmZiIgdGV4dF9mb250PSJTb3VyY2UgU2FucyBQcm87Z29vZ2xlIiBzdWJ0ZXh0X3BhbmVsPSJOIiB0ZXh0X3NoYWRvd19wYW5lbD0iTiIgc3R5bGluZ193aWR0aD0iMTAwIiBzdHlsaW5nX2hlaWdodD0iMjgiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPSIjMDAwMDAwIiBzdHlsaW5nX2JvcmRlcl9yYWRpdXM9IjYiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9IjEwMCIgc3R5bGluZ19ncmFkaWVudF9zdGFydF9jb2xvcj0iIzUzYTU0MCIgZHJvcF9zaGFkb3dfcGFuZWw9Ik4iIGluc2V0X3NoYWRvd19wYW5lbD0iTiIgYWxpZ249ImNlbnRlciIvXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo3NjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tTldZMVpqVWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lOVEFpZlE9PSI7fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoyMDoicGFkZGluZy1ib3R0b206MzBweDsiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU0MzoiW3RleHRfYmxvY2sgc3R5bGU9InN0eWxlXzEucG5nIiBhbGlnbj0ibGVmdCIgd2lkdGg9Ijk0MCJdPHAgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlcjsiPlRoaXMgcmVwb3J0IGlzIGNvbXBpbGVkIGluIGFuIEFkb2JlIEFjcm9iYXQgUERGIGZpbGUgZm9ybWF0LiDCoMKgVGhpcyBmb3JtYXQgaXMgY29tcGF0aWJsZSB3aXRoIGFsbCBjb21wdXRlcnMgaW5jbHVkaW5nIE1hYyBhbmQgUEMuPC9wPg0KPHAgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlcjsiPk1vc3QgY29tcHV0ZXJzIGFscmVhZHkgaGF2ZSBBZG9iZSBBY3JvYmF0IFBERiBSZWFkZXIgaW5zdGFsbGVkLiDCoEhvd2V2ZXIsIGlmIHlvdSBkbyBub3QgYWxyZWFkeSBoYXZlIEFjcm9iYXQgUmVhZGVyLCB5b3Ugd2lsbCBuZWVkIHRvwqBkb3dubG9hZCBpdCBpbiBvcmRlciB0byByZWFkIHRoaXMgcmVwb3J0LiBJZiB5b3UgZG8gbm90IGhhdmUgQWNyb2JhdCBSZWFkZXIswqB5b3UgY2FuIGRvd25sb2FkIGl0IGZyZWUgYnkgY2xpY2tpbmcgb24gdGhlIGltYWdlIGJlbG93LjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fXM6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjMyOiJleUp3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpZlE9PSI7fWk6NDthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxMzY6ImJhY2tncm91bmQ6I2YyZjJmMjtib3JkZXItdG9wLXdpZHRoOjFweDtib3JkZXItYm90dG9tLXdpZHRoOjFweDtib3JkZXItc3R5bGU6c29saWQ7Ym9yZGVyLXRvcC1jb2xvcjojZWJlYmViO2JvcmRlci1ib3R0b20tY29sb3I6I2ViZWJlYjsiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjEzMTc6IltmZWF0dXJlX2Jsb2NrIHN0eWxlPSJpbWFnZSIgY29sdW1ucz0iNCIgaWNvbl9zdHlsZT0iIl1bZmVhdHVyZSB0aXRsZT0iQ2hyb21lIiB1cGxvYWRfaWNvbj0iaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvY2hyb21lMTExLnBuZyIgaW1hZ2U9Imh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2Nocm9tZTExMS5wbmciIGJnX2NvbG9yPSIiXVNlbGVjdCDigJxTYXZlIExpbmsgQXPigJ0gd2hlbiB5b3UgbGVmdCBjbGljayBvbiB0aGUgYnV0dG9uIGFib3ZlIHNhdmUgdGhlIGZpbGUgdG8geW91ciBjb21wdXRlclsvZmVhdHVyZV0gW2ZlYXR1cmUgdGl0bGU9IkZpcmVmb3giIGltYWdlPSJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9maXJlZm94MTEucG5nIiAgdXBsb2FkX2ljb249Imh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2ZpcmVmb3gxMS5wbmciIGJnX2NvbG9yPSIiXVNlbGVjdCDigJxTYXZlIExpbmsgQXPigJ0gd2hlbiB5b3UgbGVmdCBjbGljayBvbiB0aGUgYnV0dG9uIGFib3ZlIHNhdmUgdGhlIGZpbGUgdG8geW91ciBjb21wdXRlclsvZmVhdHVyZV0gW2ZlYXR1cmUgdGl0bGU9IlNhZmFyaSIgaW1hZ2U9Imh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL3NhZmFyaTExMS5wbmciIHVwbG9hZF9pY29uPSJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9zYWZhcmkxMTEucG5nIiBiZ19jb2xvcj0iIl1TZWxlY3Qg4oCcRG93bmxvYWQgTGlua2VkIEZpbGUgQXPigJ0gd2hlbiB5b3UgbGVmdCBjbGljayBvbiB0aGUgYnV0dG9uIGFib3ZlIHNhdmUgdGhlIGZpbGUgdG8geW91ciBjb21wdXRlclsvZmVhdHVyZV0gW2ZlYXR1cmUgdGl0bGU9IkludGVybmV0IEV4cGxvcmVyIiBpbWFnZT0iaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvaWUxMTEucG5nIiB1cGxvYWRfaWNvbj0iaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvaWUxMTEucG5nIiBiZ19jb2xvcj0iIl1TZWxlY3Qg4oCcU2F2ZSBUYXJnZXQgQXPigJ0gd2hlbiB5b3UgbGVmdCBjbGljayBvbiB0aGUgYnV0dG9uIGFib3ZlIHNhdmUgdGhlIGZpbGUgdG8geW91ciBjb21wdXRlclsvZmVhdHVyZV0gWy9mZWF0dXJlX2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mzg5OiJbYnV0dG9uXzEgdGV4dD0iQ2xpY2sgSGVyZSB0byBEb3dubG9hZCBZb3VyIFBERiBOb3ciIHRleHRfc2l6ZT0iMjUiIHRleHRfY29sb3I9IiNmZmZmZmYiIHRleHRfZm9udD0iU291cmNlIFNhbnMgUHJvO2dvb2dsZSIgc3VidGV4dF9wYW5lbD0iTiIgdGV4dF9zaGFkb3dfcGFuZWw9Ik4iIHN0eWxpbmdfd2lkdGg9IjgwIiBzdHlsaW5nX2hlaWdodD0iMjUiIHN0eWxpbmdfYm9yZGVyX2NvbG9yPSIjMDAwMDAwIiBzdHlsaW5nX2JvcmRlcl9yYWRpdXM9IjYiIHN0eWxpbmdfYm9yZGVyX29wYWNpdHk9IjEwMCIgc3R5bGluZ19ncmFkaWVudF9zdGFydF9jb2xvcj0iIzUzYTU0MCIgZHJvcF9zaGFkb3dfcGFuZWw9Ik4iIGluc2V0X3NoYWRvd19wYW5lbD0iTiIgYWxpZ249ImNlbnRlciIvXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX1zOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDQ6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObU1tWXlaaklpTENKaWIzSmtaWEpYYVdSMGFDSTZJakVpTENKaWIzSmtaWEpEYjJ4dmNpSTZJaU5sWW1WaVpXSWlmUT09Ijt9fX0=','YToxODp7czoxMzoiaGVhZGVyX2xheW91dCI7czoxMDcyOiJZVG94TURwN2N6bzBPaUpzYjJkdklqdHpPamM0T2lKb2RIUndPaTh2ZDNkM0xuUm9aWFJ5WVdScGJtZHliMjl0TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TkM4d015OVRZVzF3YkdWTWIyZHZMVVJoY21zeE5DNXdibWNpTzNNNk5Ub2lZbWRwYldjaU8zTTZNRG9pSWp0ek9qRXhPaUp5WlhCbFlYUmlaMmx0WnlJN2N6b3dPaUlpTzNNNk56b2lZbWRqYjJ4dmNpSTdjem8zT2lJalpqQmxabVl3SWp0ek9qRXdPaUpzYVc1clgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE16b2liV1Z1ZFMxd2IzTnBkR2x2YmlJN2N6bzVPaUpoYkc5dVozTnBaR1VpTzNNNk56b2laVzVoWW14bFpDSTdjem94T2lKT0lqdHpPakV6T2lKdVlYWmZZbUZ5WDJGaWIzWmxJanRoT2pjNmUzTTZOem9pWlc1aFlteGxaQ0k3Y3pveE9pSk9JanR6T2pNNkltNWhkaUk3Y3pvd09pSWlPM002TVRFNkltWnZiblJmYzJoaFpHOTNJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjkzWldsbmFIUWlPM002TURvaUlqdHpPams2SW1admJuUmZjMmw2WlNJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZlptRnRhV3g1SWp0ek9qQTZJaUk3Y3pvME9pSnNiMmR2SWp0ek9qQTZJaUk3ZlhNNk1UTTZJbTVoZGw5aVlYSmZZbVZzYjNjaU8yRTZOenA3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWs0aU8zTTZNem9pYm1GMklqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOXphR0ZrYjNjaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzZGxhV2RvZENJN2N6b3dPaUlpTzNNNk9Ub2labTl1ZEY5emFYcGxJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjltWVcxcGJIa2lPM002TURvaUlqdHpPalE2SW14dloyOGlPM002TURvaUlqdDljem94TnpvaWJtRjJYMkpoY2w5aGJHOXVaM05wWkdVaU8yRTZOanA3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWs0aU8zTTZNem9pYm1GMklqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOXphR0ZrYjNjaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzZGxhV2RvZENJN2N6b3dPaUlpTzNNNk9Ub2labTl1ZEY5emFYcGxJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjltWVcxcGJIa2lPM002TURvaUlqdDlmUT09IjtzOjEwOiJtZW1iZXJzaGlwIjtzOjg6Illqb3dPdz09IjtzOjU6InRoZW1lIjtzOjY4OiJZVG95T250ek9qUTZJblI1Y0dVaU8zTTZPVG9pYldGeWEyVjBhVzVuSWp0ek9qTTZJbVJwY2lJN2N6b3hPaUl4SWp0OSI7czoxMjoiZmVhdHVyZV9hcmVhIjtzOjEyMDoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvME9pSjBlWEJsSWp0cE9qRTdjem80T2lKelpYUjBhVzVuY3lJN1lUb3hPbnR6T2pFeU9pSm1iMjUwWDI5d2RHbHZibk1pTzJFNk1EcDdmWDE5IjtzOjEzOiJmZWF0dXJlX3RpdGxlIjtzOjY0OiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8xT2lKMGFYUnNaU0k3Y3pvd09pSWlPMzA9IjtzOjExOiJmb290ZXJfYXJlYSI7czozNjA6IllUbzRPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNam9pTkRBaU8zTTZNVEU2SW1admJuUmZjMmhoWkc5M0lqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOTNaV2xuYUhRaU8zTTZNRG9pSWp0ek9qazZJbVp2Ym5SZmMybDZaU0k3Y3pvd09pSWlPM002TVRFNkltWnZiblJmWm1GdGFXeDVJanR6T2pBNklpSTdjem94TWpvaWJHRnlaMlZmWm05dmRHVnlJanRoT2pFNmUzTTZOem9pWlc1aFlteGxaQ0k3Y3pveE9pSk9JanQ5Y3pveE56b2labTl2ZEdWeVgyUnBjMk5zWVdsdFpYSWlPMkU2TWpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TnpvaWJXVnpjMkZuWlNJN2N6b3dPaUlpTzMxOSI7czoyMToiY29sb3Jfc2NoZW1lX3RlbXBsYXRlIjtzOjg6Illqb3dPdz09IjtzOjEwOiJ0eXBvZ3JhcGh5IjtzOjE1NjA6IllUb3lPbnR6T2pFek9pSm1iMjUwWDJWc1pXMWxiblJ6SWp0aE9qazZlM002TVRBNkluTnBkR1ZmZEdsMGJHVWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakE2SWlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem8zT2lKMFlXZHNhVzVsSWp0aE9qUTZlM002TkRvaWMybDZaU0k3Y3pvd09pSWlPM002TkRvaVptOXVkQ0k3Y3pvd09pSWlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk56b2laR1ZtWVhWc2RDSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNam9pTVRZaU8zTTZORG9pWm05dWRDSTdjem94TlRvaVUyOTFjbU5sSUZOaGJuTWdVSEp2SWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem8zT2lJak5tVTJaVFpsSWp0OWN6b3lPaUpvTVNJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1UVTZJbE52ZFhKalpTQlRZVzV6SUZCeWJ5STdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pveU9pSm9NaUk3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TVRVNklsTnZkWEpqWlNCVFlXNXpJRkJ5YnlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem95T2lKb015STdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNam9pTWpBaU8zTTZORG9pWm05dWRDSTdjem94TlRvaVUyOTFjbU5sSUZOaGJuTWdVSEp2SWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem8zT2lJak5HUTBaRFJrSWp0OWN6b3lPaUpvTkNJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1Eb2lJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzMxek9qSTZJbWcxSWp0aE9qUTZlM002TkRvaWMybDZaU0k3Y3pvd09pSWlPM002TkRvaVptOXVkQ0k3Y3pvd09pSWlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk1qb2lhRFlpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pBNklpSTdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5ZlhNNk1UUTZJbU52Ykc5eVgyVnNaVzFsYm5SeklqdGhPalk2ZTNNNk1UYzZJbVp2YjNSbGNsOTBaWGgwWDJOdmJHOXlJanR6T2pBNklpSTdjem94TnpvaVptOXZkR1Z5WDJ4cGJtdGZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qSXpPaUptYjI5MFpYSmZiR2x1YTE5b2IzWmxjbDlqYjJ4dmNpSTdjem93T2lJaU8zTTZNVGc2SW1abFlYUjFjbVZmZEdWNGRGOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UZzZJbVpsWVhSMWNtVmZiR2x1YTE5amIyeHZjaUk3Y3pvd09pSWlPM002TWpRNkltWmxZWFIxY21WZmJHbHVhMTlvYjNabGNsOWpiMnh2Y2lJN2N6b3dPaUlpTzMxOSI7czoyMToiY29sb3Jfc2NoZW1lX2FkdmFuY2VkIjtzOjI0MjA6IllUbzNPbnR6T2pFek9pSnVZWFpmWW1GeVgyRmliM1psSWp0aE9qRXdPbnR6T2pFek9pSnVZWFpmWW1GeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2libUYyWDJKaGNsOWxibVFpTzNNNk1Eb2lJanR6T2pFNU9pSnVZWFpmWW1GeVgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TnpvaWJtRjJYMkpoY2w5b2IzWmxjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRXdPaUp1WVhaZlltRnlYMkpuSWp0ek9qQTZJaUk3Y3pveU1qb2libUYyWDJKaGNsOWlaMTlvYjNabGNsOXpkR0Z5ZENJN2N6b3dPaUlpTzNNNk1UVTZJbTVoZGw5aVlYSmZaR1JmYkdsdWF5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWkdSZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pFeU9pSnVZWFpmWW1GeVgyeHBibXNpTzNNNk1Eb2lJanR6T2pFek9pSnVZWFpmWW1GeVgyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1UTTZJbTVoZGw5aVlYSmZZbVZzYjNjaU8yRTZNVEE2ZTNNNk1UTTZJbTVoZGw5aVlYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRXhPaUp1WVhaZlltRnlYMlZ1WkNJN2N6b3dPaUlpTzNNNk1UazZJbTVoZGw5aVlYSmZhRzkyWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSnVZWFpmWW1GeVgyaHZkbVZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVEE2SW01aGRsOWlZWEpmWW1jaU8zTTZNRG9pSWp0ek9qSXlPaUp1WVhaZlltRnlYMkpuWDJodmRtVnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOVG9pYm1GMlgySmhjbDlrWkY5c2FXNXJJanR6T2pBNklpSTdjem94TmpvaWJtRjJYMkpoY2w5a1pGOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0OWN6b3hOem9pYm1GMlgySmhjbDloYkc5dVozTnBaR1VpTzJFNk56cDdjem94TURvaWJtRjJYMkpoY2w5aVp5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWW1kZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pJd09pSnVZWFpmWW1GeVgySm5YMjVoZGw5b2IzWmxjaUk3Y3pvd09pSWlPM002TVRJNkltNWhkbDlpWVhKZmJHbHVheUk3Y3pvd09pSWlPM002TVRNNkltNWhkbDlpWVhKZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pFMU9pSnVZWFpmWW1GeVgyUmtYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRTJPaUp1WVhaZlltRnlYMlJrWDJodmRtVnlJanR6T2pBNklpSTdmWE02TVRJNkltWmxZWFIxY21WZllYSmxZU0k3WVRvM09udHpPakV6T2lKbVpXRjBkWEpsWDNOMFlYSjBJanR6T2pBNklpSTdjem94TVRvaVptVmhkSFZ5WlY5bGJtUWlPM002TURvaUlqdHpPakV3T2lKMFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hNRG9pYkdsdWExOWpiMnh2Y2lJN1lUb3lPbnR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE5Ub2lkR1Y0ZEY5a1pXTnZjbUYwYVc5dUlqdHpPakE2SWlJN2ZYTTZNVFk2SW14cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6b3dPaUlpTzMxek9qSTZJbUpuSWp0ek9qQTZJaUk3Y3pveE1Eb2lZbWRmYjNCMGFXOXVjeUk3Y3pvd09pSWlPMzF6T2pFek9pSm1aV0YwZFhKbFgzUnBkR3hsSWp0aE9qTTZlM002TVRrNkltWmxZWFIxY21WZmRHbDBiR1ZmYzNSaGNuUWlPM002TURvaUlqdHpPakUzT2lKbVpXRjBkWEpsWDNScGRHeGxYMlZ1WkNJN2N6b3dPaUlpTzNNNk1qUTZJbVpsWVhSMWNtVmZkR2wwYkdWZmRHVjRkRjlqYjJ4dmNpSTdjem93T2lJaU8zMXpPalk2SW1admIzUmxjaUk3WVRvMU9udHpPakV5T2lKbWIyOTBaWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakV3T2lKbWIyOTBaWEpmWlc1a0lqdHpPakE2SWlJN2N6b3hOem9pWm05dmRHVnlYM1JsZUhSZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFM09pSm1iMjkwWlhKZmJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TWpNNkltWnZiM1JsY2w5c2FXNXJYMmh2ZG1WeVgyTnZiRzl5SWp0aE9qSTZlM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFMU9pSjBaWGgwWDJSbFkyOXlZWFJwYjI0aU8zTTZNRG9pSWp0OWZYTTZORG9pY0dGblpTSTdZVG8wT250ek9qRXlPaUp5WlhCbFlYUnBibWRmWW1jaU8zTTZNRG9pSWp0ek9qZzZJbUpuWDJOdmJHOXlJanR6T2pBNklpSTdjem94TURvaWJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TVRZNklteHBibXRmYUc5MlpYSmZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMTlmUT09IjtzOjE1OiJtb2JpbGVfcmVkaXJlY3QiO3M6NjA6IllUb3lPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUoxY213aU8zTTZNRG9pSWp0OSI7czozOiJzZW8iO3M6MTAwOiJZVG96T250ek9qVTZJblJwZEd4bElqdHpPakE2SWlJN2N6b3hNVG9pWkdWelkzSnBjSFJwYjI0aU8zTTZNRG9pSWp0ek9qZzZJbXRsZVhkdmNtUnpJanR6T2pBNklpSTdmUT09IjtzOjc6InNjcmlwdHMiO3M6ODg6IllUb3hPbnRwT2pBN1lUb3lPbnR6T2pnNkluQnZjMmwwYVc5dUlqdHpPalk2SW1obFlXUmxjaUk3Y3pvMk9pSnpZM0pwY0hRaU8zTTZNRG9pSWp0OWZRPT0iO3M6ODoiZmJfc2hhcmUiO3M6MTI0OiJZVG8wT250ek9qVTZJblJwZEd4bElqdHpPakE2SWlJN2N6b3hNVG9pWkdWelkzSnBjSFJwYjI0aU8zTTZNRG9pSWp0ek9qVTZJbWx0WVdkbElqdHpPakE2SWlJN2N6bzRPaUpzYVd0bFgzVnliQ0k3Y3pvd09pSWlPMzA9IjtzOjg6ImxpZ2h0Ym94IjtzOjM3MDA6IllUbzFPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzNPaUp6YUc5M1gyOXVJanR6T2pRNklteHZZV1FpTzNNNk5Eb2lkSGx3WlNJN2N6bzFPaUp2Y0hScGJpSTdjem94TURvaWIzQjBhVzVmWm05eWJTSTdZVG96T250ek9qazZJbVp2Y20xZmFIUnRiQ0k3WVRveE56cDdjem94TURvaVpXMWhhV3hmWkdGMFlTSTdjem93T2lJaU8zTTZNVE02SW1WdFlXbHNYMkZrWkhKbGMzTWlPM002TURvaUlqdHpPakV5T2lKeVpXUnBjbVZqZEY5MWNtd2lPM002TURvaUlqdHpPakV5T2lKbGVIUnlZVjltYVdWc1pITWlPM002TURvaUlqdHpPakU0T2lKbGJXRnBiRjlsZUhSeVlWOW1hV1ZzWkhNaU8zTTZNRG9pSWp0ek9qUTZJbWgwYld3aU8zTTZNRG9pSWp0ek9qRXdPaUp1WlhkZmQybHVaRzkzSWp0ek9qQTZJaUk3Y3pveE1qb2laR2x6WVdKc1pWOXVZVzFsSWp0ek9qQTZJaUk3Y3pvNE9pSnVZVzFsWDJKdmVDSTdjem93T2lJaU8zTTZPVG9pWlcxaGFXeGZZbTk0SWp0ek9qQTZJaUk3Y3pvMk9pSmhZM1JwYjI0aU8zTTZNRG9pSWp0ek9qWTZJbVpwWld4a2N5STdjem93T2lJaU8zTTZOam9pYldWMGFHOWtJanR6T2pRNkluQnZjM1FpTzNNNk1UWTZJbWx1ZEdWbmNtRjBhVzl1WDNSNWNHVWlPM002TmpvaVkzVnpkRzl0SWp0ek9qUTZJbXhwYzNRaU8zTTZNRG9pSWp0ek9qRTBPaUowYUdGdWExOTViM1ZmY0dGblpTSTdjem93T2lJaU8zTTZNVEU2SW1GamRHbHZibDl3WVdkbElqdHpPakE2SWlJN2ZYTTZOem9pWTI5dWRHVnVkQ0k3WVRvMU9udHpPalU2SW5ScGRHeGxJanR6T2pNeU9pSlRaV3hzSUVGdWVYUm9hVzVuSUZkcGRHZ2dUM0IwYVcxcGVtVlFjbVZ6Y3lJN2N6b3hNVG9pWm05eWJWOW9aV0ZrWlhJaU8zTTZPRGc2SWt4dmNtVnRJR2x3YzNWdElHUnZiRzl5SUhOcGRDQmhiV1YwTENCamIyNXpaV04wWlhSMVpYSWdZV1JwY0dselkybHVaeUJsYkdsMExDQnpaV1FnWkdsaGJTQnViMjUxYlcxNUlHNXBZbWdnWlhWcGMyMXZaQzRpTzNNNk1URTZJbVp2YjNSbGNsOXViM1JsSWp0ek9qWTBPaUpaYjNWeUlHbHVabTl5YldGMGFXOXVJR2x6SURFd01DVWdjMlZqZFhKbElIZHBkR2dnZFhNZ1lXNWtJSGRwYkd3Z2JtVjJaWElnWW1VZ2MyaGhjbVZrSWp0ek9qRXlPaUp1WVcxbFgyUmxabUYxYkhRaU8zTTZNalE2SWtWdWRHVnlJSGx2ZFhJZ1JtbHljM1FnVG1GdFpTNHVMaUk3Y3pveE16b2laVzFoYVd4ZlpHVm1ZWFZzZENJN2N6b3lOem9pUlc1MFpYSWdlVzkxY2lCRmJXRnBiQ0JCWkdSeVpYTnpMaTR1SWp0OWN6b3hNem9pYzNWaWJXbDBYMkoxZEhSdmJpSTdZVG8xTmpwN2N6bzJPaUppZFhSMGIyNGlPMkU2TURwN2ZYTTZPRG9pYkc5allYUnBiMjRpTzNNNk16WTZJbTl3WDJ4cFoyaDBZbTk0WDI5d2RHbHVYMlp2Y20xZmMzVmliV2wwWDJKMWRIUnZiaUk3Y3pvM09pSmpiMjUwWlc1MElqdHpPakE2SWlJN2N6bzBPaUowZVhCbElqdHpPakU2SWpBaU8zTTZOVG9pYVcxaFoyVWlPM002TURvaUlqdHpPakV5T2lKbGJHVnRaVzUwWDNSNWNHVWlPM002TURvaUlqdHpPalE2SW1oeVpXWWlPM002TURvaUlqdHpPakV3T2lKdVpYZGZkMmx1Wkc5M0lqdHpPakE2SWlJN2N6b3lPaUpqWXlJN2N6b3dPaUlpTzNNNk5Ub2lZV3hwWjI0aU8zTTZNRG9pSWp0ek9qUTZJblJsZUhRaU8zTTZNRG9pSWp0ek9qazZJblJsZUhSZmMybDZaU0k3Y3pveU9pSXpNaUk3Y3pveE1Eb2lkR1Y0ZEY5amIyeHZjaUk3Y3pvM09pSWpNREF3TURBd0lqdHpPams2SW5SbGVIUmZabTl1ZENJN2N6b3dPaUlpTzNNNk9Ub2lkR1Y0ZEY5aWIyeGtJanR6T2pFNklqRWlPM002TVRRNkluUmxlSFJmZFc1a1pYSnNhVzVsSWp0ek9qQTZJaUk3Y3pveE1Ub2lkR1Y0ZEY5cGRHRnNhV01pTzNNNk1Eb2lJanR6T2pFNU9pSjBaWGgwWDJ4bGRIUmxjbDl6Y0dGamFXNW5JanR6T2pFNklqQWlPM002TVRNNkluTjFZblJsZUhSZmNHRnVaV3dpTzNNNk1Eb2lJanR6T2pjNkluTjFZblJsZUhRaU8zTTZNRG9pSWp0ek9qRXlPaUp6ZFdKMFpYaDBYM05wZW1VaU8zTTZNRG9pSWp0ek9qRXpPaUp6ZFdKMFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hNam9pYzNWaWRHVjRkRjltYjI1MElqdHpPakE2SWlJN2N6b3hNam9pYzNWaWRHVjRkRjlpYjJ4a0lqdHpPakE2SWlJN2N6b3hOem9pYzNWaWRHVjRkRjkxYm1SbGNteHBibVVpTzNNNk1Eb2lJanR6T2pFME9pSnpkV0owWlhoMFgybDBZV3hwWXlJN2N6b3dPaUlpTzNNNk1qSTZJbk4xWW5SbGVIUmZiR1YwZEdWeVgzTndZV05wYm1jaU8zTTZNRG9pSWp0ek9qRTNPaUowWlhoMFgzTm9ZV1J2ZDE5d1lXNWxiQ0k3Y3pveE9pSlpJanR6T2pJd09pSjBaWGgwWDNOb1lXUnZkMTkyWlhKMGFXTmhiQ0k3Y3pveE9pSXhJanR6T2pJeU9pSjBaWGgwWDNOb1lXUnZkMTlvYjNKcGVtOXVkR0ZzSWp0ek9qRTZJakFpTzNNNk1UYzZJblJsZUhSZmMyaGhaRzkzWDJOdmJHOXlJanR6T2pjNklpTm1abVptTURBaU8zTTZNVFk2SW5SbGVIUmZjMmhoWkc5M1gySnNkWElpTzNNNk1Ub2lNQ0k3Y3pveE16b2ljM1I1YkdsdVoxOTNhV1IwYUNJN2N6b3dPaUlpTzNNNk1UUTZJbk4wZVd4cGJtZGZhR1ZwWjJoMElqdHpPakE2SWlJN2N6b3lNRG9pYzNSNWJHbHVaMTlpYjNKa1pYSmZZMjlzYjNJaU8zTTZOem9pSXpBd01EQXdNQ0k3Y3pveE9Ub2ljM1I1YkdsdVoxOWliM0prWlhKZmMybDZaU0k3Y3pveE9pSXhJanR6T2pJeE9pSnpkSGxzYVc1blgySnZjbVJsY2w5eVlXUnBkWE1pTzNNNk1Ub2lOaUk3Y3pveU1qb2ljM1I1YkdsdVoxOWliM0prWlhKZmIzQmhZMmwwZVNJN2N6b3pPaUl4TURBaU8zTTZNVFk2SW5OMGVXeHBibWRmWjNKaFpHbGxiblFpTzNNNk1Eb2lJanR6T2pFek9pSnpkSGxzYVc1blgzTm9hVzVsSWp0ek9qRTZJbGtpTzNNNk1qZzZJbk4wZVd4cGJtZGZaM0poWkdsbGJuUmZjM1JoY25SZlkyOXNiM0lpTzNNNk56b2lJMlptWm1Zd01DSTdjem95TmpvaWMzUjViR2x1WjE5bmNtRmthV1Z1ZEY5bGJtUmZZMjlzYjNJaU8zTTZOem9pSTJabVlUQXpOU0k3Y3pveE56b2laSEp2Y0Y5emFHRmtiM2RmY0dGdVpXd2lPM002TVRvaVdTSTdjem95TURvaVpISnZjRjl6YUdGa2IzZGZkbVZ5ZEdsallXd2lPM002TVRvaU1TSTdjem95TWpvaVpISnZjRjl6YUdGa2IzZGZhRzl5YVhwdmJuUmhiQ0k3Y3pveE9pSXdJanR6T2pFMk9pSmtjbTl3WDNOb1lXUnZkMTlpYkhWeUlqdHpPakU2SWpFaU8zTTZNVGc2SW1SeWIzQmZjMmhoWkc5M1gzTndjbVZoWkNJN2N6b3hPaUl3SWp0ek9qRTNPaUprY205d1gzTm9ZV1J2ZDE5amIyeHZjaUk3Y3pvM09pSWpNREF3TURBd0lqdHpPakU1T2lKa2NtOXdYM05vWVdSdmQxOXZjR0ZqYVhSNUlqdHpPakk2SWpVd0lqdHpPakU0T2lKcGJuTmxkRjl6YUdGa2IzZGZjR0Z1Wld3aU8zTTZNVG9pV1NJN2N6b3lNVG9pYVc1elpYUmZjMmhoWkc5M1gzWmxjblJwWTJGc0lqdHpPakU2SWpBaU8zTTZNak02SW1sdWMyVjBYM05vWVdSdmQxOW9iM0pwZW05dWRHRnNJanR6T2pFNklqQWlPM002TVRjNkltbHVjMlYwWDNOb1lXUnZkMTlpYkhWeUlqdHpPakU2SWpBaU8zTTZNVGs2SW1sdWMyVjBYM05vWVdSdmQxOXpjSEpsWVdRaU8zTTZNVG9pTVNJN2N6b3hPRG9pYVc1elpYUmZjMmhoWkc5M1gyTnZiRzl5SWp0ek9qYzZJaU5tWm1abU1EQWlPM002TWpBNkltbHVjMlYwWDNOb1lXUnZkMTl2Y0dGamFYUjVJanR6T2pJNklqVXdJanQ5ZlhNNk1USTZJbWgwYld4ZlkyOXVkR1Z1ZENJN1lUb3hPbnR6T2pjNkltTnZiblJsYm5RaU8zTTZNRG9pSWp0OWZRPT0iO3M6MTM6ImV4aXRfcmVkaXJlY3QiO3M6ODg6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUoxY213aU8zTTZNRG9pSWp0ek9qYzZJbTFsYzNOaFoyVWlPM002TURvaUlqdDkiO3M6MTQ6Im9uZV90aW1lX29mZmVyIjtzOjE4ODoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSjFjbXdpTzNNNk1Eb2lJanR6T2pRNkluUnBiV1VpTzJFNk5EcDdjem8wT2lKa1lYbHpJanR6T2pBNklpSTdjem8xT2lKb2IzVnljeUk3Y3pvd09pSWlPM002TnpvaWJXbHVkWFJsY3lJN2N6b3dPaUlpTzNNNk56b2ljMlZqYjI1a2N5STdjem93T2lJaU8zMTkiO3M6MTQ6ImxhdW5jaF9nYXRld2F5IjtzOjg6Illqb3dPdz09IjtzOjEzOiJsYXVuY2hfZnVubmVsIjtzOjE5MjoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvNU9pSm1kVzV1Wld4ZmFXUWlPM002TVRvaU1pSTdjem94TmpvaVoyRjBaWGRoZVY5dmRtVnljbWxrWlNJN1lUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzRPaUp5WldScGNtVmpkQ0k3Y3pvd09pSWlPM002TkRvaVkyOWtaU0k3Y3pvd09pSWlPMzE5Ijt9');
/*!40000 ALTER TABLE `wp_optimizepress_predefined_layouts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_optimizepress_presets`
--

DROP TABLE IF EXISTS `wp_optimizepress_presets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_optimizepress_presets` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `layouts` longtext NOT NULL,
  `settings` longtext NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=36 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_optimizepress_presets`
--

LOCK TABLES `wp_optimizepress_presets` WRITE;
/*!40000 ALTER TABLE `wp_optimizepress_presets` DISABLE KEYS */;
INSERT INTO `wp_optimizepress_presets` VALUES (1,'quant bull run en espanol','YToxOntzOjQ6ImJvZHkiO2E6Njp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM3OiJwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjEwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo1NjoiZXlKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTVRBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czo1NjoiYmFja2dyb3VuZDojMWE5ZWUwO3BhZGRpbmctdG9wOjMwcHg7cGFkZGluZy1ib3R0b206MjVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEwMDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU14WVRsbFpUQWlMQ0p3WVdSa2FXNW5WRzl3SWpvaU16QWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNalVpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjIwOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMzBcIiBmb250X2ZvbnQ9XCJBc2FwXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiI2ZmZmZmZlwiIGZvbnRfc2hhZG93PVwiZGFya1wiIGFsaWduPVwiY2VudGVyXCJdTG9zIFF1YW50cyBFc3TDoW4gQ29ycmllbmRvIFBvciBQbGVubyBXYWxsIFN0cmVldCwgTm8gU2VhIEF0cm9wZWxsYWRvIVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzM6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9idWxsLXJ1bi1zcGFuaXNoLmpwZ1wiIHdpZHRoPVwiNTQxXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM4OiJiYWNrZ3JvdW5kOiMyMTIxMjE7cGFkZGluZy1ib3R0b206MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NzI6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeU1USXhNakVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTUNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODQ6IltjYWxlbmRhcl9kYXRlIHN0eWxlPVwiMVwiIG1vbnRoPVwiTWFyem9cIiBjYWxlbmRhcl9iYXJfY29sb3I9XCIjZmYwMDAwXCIgZGF5PVwiNVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3MzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjIxXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiB3aWR0aD1cIjIyMFwiXTxzdHJvbmc+TWnDqXJjb2xlcyAtwqA1IGRlIE1hcnpvIDIwMTQKPC9zdHJvbmc+NzowMCBwbSBFVFsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODA4OiJbb3B0aW5fYm94IHN0eWxlPVwiN1wiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2RlZmF1bHQ9XCJJbmdyZXNlIHN1IGRpcmVjY2nDs24gZGUgY29ycmVvIGVsZWN0csOzbmljbyBcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiByZWRpcmVjdF91cmw9XCJodHRwczovL3d3dzMuZ290b21lZXRpbmcuY29tL3JlZ2lzdGVyLzQ0ODE2ODQxNFwiIG5hbWVfZGVmYXVsdD1cIkVzY3JpYmEgc3Ugbm9tYnJlIFwiIG5hbWVfb3JkZXI9XCIwXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1IZXJlXCdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdVmFsb3JhbW9zIHN1IHByaXZhY2lkYWQgeSBudW5jYSBsZSBzcGFtWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdT2J0ZW5nYSBhY2Nlc28gaW5zdGFudMOhbmVvIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjI7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTEwOiJiYWNrZ3JvdW5kLWltYWdlOnVybChodHRwOi8vb3B0aW1pemVwcmVzczIuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzA2L2JhY2sxLnBuZyk7YmFja2dyb3VuZC1yZXBlYXQ6cmVwZWF0OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTU2OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDI5d2RHbHRhWHBsY0hKbGMzTXlMbU52YlM5M2NDMWpiMjUwWlc1MEwzVndiRzloWkhNdk1qQXhNeTh3Tmk5aVlXTnJNUzV3Ym1jcElpd2lZbUZqYTJkeWIzVnVaRkJ2YzJsMGFXOXVJam9pZEdsc1pTSjkiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMzA6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCI0NFwiIGFsaWduPVwibGVmdFwiIGxpbmVfaGVpZ2h0PVwiMzVcIl08ZGl2IGRhdGEtbGI9XCJlZGl0YWJsZS1yaWNoLXRleHRcIiBkYXRhLWxiLWlkPVwibWFpbi1oZWFkbGluZVwiIGRhdGEtbGItbmFtZT1cIk1haW4gSGVhZGxpbmUgVGV4dFwiPgoKwqBMT1MgVEVNQVMgREUgRElTQ1VUSVIgSU5DTFVJUsOBTjoKCjwvZGl2PlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozODg6IltzdGVwX2dyYXBoaWNzIHN0eWxlPVwiM1wiIGNvbG9yPVwiIzFhOWVlMFwiXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIxXCIgaGVhZGxpbmU9XCJJZGVudGlmaWNhciBlbCBjb21wb3J0YW1pZW50byBkZWwgbWVyY2FkbyBhbCBpbnN0YW50ZSBcIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIkxvIHF1ZSBoYXkgcXVlIHNhYmVyIHBhcmEgY29udmVydGlyc2UgZW4gdW4gcXVhbnQgdHJhZGVyXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIzXCIgaGVhZGxpbmU9XCJJZGVudGlmaWNhciDDs3B0aW1hcyDDs3JkZW5lcyBkZSBDb21wcmEtVmVudGEgYW50ZXMgZGVsIG1vdmltaWVudG8gXCJdWy9zdGVwXVsvc3RlcF9ncmFwaGljc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6NTp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTgzOiJbaW1hZ2VzIHN0eWxlPVwiNVwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvSm9lQHdvcmsuanBnXCIgd2lkdGg9XCI2NjdcIiBhbGlnbj1cImxlZnRcIiB0b3BfbWFyZ2luPVwiMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE5MToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjI1XCIgZm9udF9mb250PVwiU2hhZG93cyBJbnRvIExpZ2h0XCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjIyMFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkpvZSBSaW9zPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI5NToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXUpvZSBSw61vcyBlcyB1biByZWNvbm9jaWRvIHBpb25lcm8gZGUgc2lzdGVtYXMgY3VhbnRpdGF0aXZvcyB5IGVkdWNhY2nDs24gZGUgdHJhZGluZyBkZXNkZSAxOTk3LiBTdSBwcm9ncmFtYSBkZSB0cmFkaW5nIGFsdGFtZW50ZSByZWNvbm9jaWRvIHBvciBzZXIgcGFzby1hLXBhc28sIGVzdMOhIGRpc2XDsWFkbyBwYXJhIGF5dWRhcmxvIGEgY29udmVydGlyc2UgZW4gdW4gZXhpdG9zbyBRdWFudCBUcmFkZXIuWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7Tjt9fX1pOjE7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODE6IltpbWFnZXMgc3R5bGU9XCI1XCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9ndWNjaS5qcGdcIiB3aWR0aD1cIjIwOVwiIGFsaWduPVwicmlnaHRcIiB0b3BfbWFyZ2luPVwiMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE5NzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjI0XCIgZm9udF9mb250PVwiU2hhZG93cyBJbnRvIExpZ2h0XCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjIyMFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkFndXN0aW4gQ3JpYWRvPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE5MjoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXURlc2N1YnJhIGxhcyB2ZXJkYWRlcyBkZWwgdHJhZGluZyBjdWFudGl0YXRpdm8gcG9yIGVsIG1lbnRvciB5IGVudHJlbmFkb3IgZGUgUmlvc1F1YW50IEFndXN0aW4gQ3JpYWRvIGVuIGVzdGUgZXhjbHVzaXZvIHdlYmluYXJpby5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtOO319fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMjoiW3ZlcnRpY2FsX3NwYWNpbmcgaGVpZ2h0PVwiMzBcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIzMzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwiY2VudGVyXCIgZm9udF9zaXplPVwiMTVcIiBmb250X2NvbG9yPVwiIzkxOTE5MVwiIGJvdHRvbV9wYWRkaW5nPVwiMTBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiNDYwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+U2hhcmUgdGhpcyBwYWdlIHdpdGggeW91ciBmcmllbmRzLi4uPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo0O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjM0NDoiW3NvY2lhbF9zaGFyaW5nIHN0eWxlPVwic3R5bGUtMjBcIiBmYl9saWtlX3VybD1cImh0dHBzOi8vd3d3LmZhY2Vib29rLmNvbS9wYWdlcy9SaW9zLVF1YW50LVRyYWRpbmctZW4tRXNwYSVDMyVCMW9sLzI2NTI3NjI5Njk0MDExMVwiIGZiX2NvbG9yPVwibGlnaHRcIiBmYl9sYW5nPVwiZXNfRVNcIiBmYl90ZXh0PVwicmVjb21tZW5kXCIgZmJfYnV0dG9uX3RleHQ9XCJTaGFyZVwiIHR3X2xhbmc9XCJlc1wiIHR3X2J1dHRvbl90ZXh0PVwiU2hhcmVcIiBnX2xhbmc9XCJlbi1HQlwiIGdfYnV0dG9uX3RleHQ9XCJTaGFyZVwiIGxpbmtlZGluX2xhbmc9XCJlbl9VU1wiIGFsaWdubWVudD1cImNlbnRlclwiXSAiO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6NDthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czo1NjoiYmFja2dyb3VuZDojZWE3MTEwO3BhZGRpbmctdG9wOjQ1cHg7cGFkZGluZy1ib3R0b206MjVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEwMDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5sWVRjeE1UQWlMQ0p3WVdSa2FXNW5WRzl3SWpvaU5EVWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNalVpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzE3OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjBcIiBmb250X2NvbG9yPVwiI2ZmZmZmZlwiIGFsaWduPVwiY2VudGVyXCJdQURWRVJURU5DSUE6IEVsIGFjY2VzbyBhIG51ZXN0cm8gc2lzdGVtYSBkZSB3ZWJpbmFyIGVzdMOhIGxpbWl0YWRvIHkgZWwgZXNwYWNpbyBzZSBsbGVuYW4gcsOhcGlkbywgYXPDrSBxdWUgcmVnw61zdHJlc2UgYWhvcmEgcGFyYSBldml0YXIgcGVyZGVyc2UuwqDCoEVzdGUgc2VtaW5hcmlvIGVzdMOhIGxsZW5vIGRlIGNvbnRlbmlkbyBkZSBhbHRhIGNhbGlkYWQgeSBzZSBsbGVuYW4gcsOhcGlkbyFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTo1O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE0NzoiYmFja2dyb3VuZC1pbWFnZTp1cmwoaHR0cDovL29wdGltaXplcHJlc3MyLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8wNi9iYWNrMS5wbmcpO2JhY2tncm91bmQtcmVwZWF0OnJlcGVhdDtwYWRkaW5nLXRvcDozMHB4O3BhZGRpbmctYm90dG9tOjUwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoyMDg6ImV5SmlZV05yWjNKdmRXNWtTVzFoWjJVaU9pSjFjbXdvYUhSMGNEb3ZMMjl3ZEdsdGFYcGxjSEpsYzNNeUxtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE15OHdOaTlpWVdOck1TNXdibWNwSWl3aVltRmphMmR5YjNWdVpGQnZjMmwwYVc5dUlqb2lkR2xzWlNJc0luQmhaR1JwYm1kVWIzQWlPaUl6TUNJc0luQmhaR1JwYm1kQ2IzUjBiMjBpT2lJMU1DSjkiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3MDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjI1XCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGFsaWduPVwiY2VudGVyXCIgYm90dG9tX21hcmdpbj1cIjIwXCJdw4lzdGUgZXN0YXLDoSBhIHNhbHZvLCBhc8OtIHF1ZSByZWNsYW1hciBlbCBhY2Nlc28gZGUgYWJham8hWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjgwOToiW29wdGluX2JveCBzdHlsZT1cIjdcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9kZWZhdWx0PVwiSW5ncmVzZSBzdSBkaXJlY2Npw7NuIGRlIGNvcnJlbyBlbGVjdHLDs25pY28gXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImVtYWlsXCIgcmVkaXJlY3RfdXJsPVwiaHR0cHM6Ly93d3czLmdvdG9tZWV0aW5nLmNvbS9yZWdpc3Rlci80NDgxNjg0MTRcIiBuYW1lX2RlZmF1bHQ9XCJFc2NyaWJhIHN1IG5vbWJyZSBcIiBuYW1lX29yZGVyPVwiMFwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdSGVyZVwncyBUaGUgSGVhZGxpbmUgRm9yIFRoZSBCb3hbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1URzl5WlcwZ2FYQnpkVzBnWkc5c2IzSWdjMmwwSUdGdFpYUXNJR052Ym5ObFkzUmxkSFZ5SUdGa2FYQnBjMk5wYm1jZ1pXeHBkQzRnUkc5dVpXTWdkbVZzSUc1MWJtTWdibTl1SUd4aFkzVnpJSFpsYm1WdVlYUnBjeUJqYjIxdGIyUnZMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVZhbG9yYW1vcyBzdSBwcml2YWNpZGFkIHkgbnVuY2EgbGUgc3BhbSBbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1PYnRlbmdhIEFjY2VzbyBJbnN0YW50w6FuZW8hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX19','YToxNDp7czo1OiJ0aGVtZSI7czo2ODoiWVRveU9udHpPalE2SW5SNWNHVWlPM002T1RvaWJXRnlhMlYwYVc1bklqdHpPak02SW1ScGNpSTdjem94T2lJeElqdDkiO3M6MTM6ImhlYWRlcl9sYXlvdXQiO3M6MTA3MjoiWVRveE1EcDdjem8wT2lKc2IyZHZJanR6T2pnd09pSm9kSFJ3T2k4dmQzZDNMblJvWlhSeVlXUnBibWR5YjI5dExtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE5DOHdNeTlUWVcxd2JHVk1iMmR2TFVSaGNtc3hNREV6TG5CdVp5STdjem8xT2lKaVoybHRaeUk3Y3pvd09pSWlPM002TVRFNkluSmxjR1ZoZEdKbmFXMW5JanR6T2pBNklpSTdjem8zT2lKaVoyTnZiRzl5SWp0ek9qYzZJaU5tTUdWbVpqQWlPM002TVRBNklteHBibXRmWTI5c2IzSWlPM002TURvaUlqdHpPakV6T2lKdFpXNTFMWEJ2YzJsMGFXOXVJanR6T2prNkltRnNiMjVuYzJsa1pTSTdjem8zT2lKbGJtRmliR1ZrSWp0ek9qRTZJazRpTzNNNk1UTTZJbTVoZGw5aVlYSmZZV0p2ZG1VaU8yRTZOenA3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWs0aU8zTTZNem9pYm1GMklqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOXphR0ZrYjNjaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzZGxhV2RvZENJN2N6b3dPaUlpTzNNNk9Ub2labTl1ZEY5emFYcGxJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjltWVcxcGJIa2lPM002TURvaUlqdHpPalE2SW14dloyOGlPM002TURvaUlqdDljem94TXpvaWJtRjJYMkpoY2w5aVpXeHZkeUk3WVRvM09udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSnVZWFlpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDNOb1lXUnZkeUk3Y3pvd09pSWlPM002TVRFNkltWnZiblJmZDJWcFoyaDBJanR6T2pBNklpSTdjem81T2lKbWIyNTBYM05wZW1VaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgyWmhiV2xzZVNJN2N6b3dPaUlpTzNNNk5Eb2liRzluYnlJN2N6b3dPaUlpTzMxek9qRTNPaUp1WVhaZlltRnlYMkZzYjI1bmMybGtaU0k3WVRvMk9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSnVZWFlpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDNOb1lXUnZkeUk3Y3pvd09pSWlPM002TVRFNkltWnZiblJmZDJWcFoyaDBJanR6T2pBNklpSTdjem81T2lKbWIyNTBYM05wZW1VaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgyWmhiV2xzZVNJN2N6b3dPaUlpTzMxOSI7czoxMjoiZmVhdHVyZV9hcmVhIjtzOjEyMDoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvME9pSjBlWEJsSWp0cE9qRTdjem80T2lKelpYUjBhVzVuY3lJN1lUb3hPbnR6T2pFeU9pSm1iMjUwWDI5d2RHbHZibk1pTzJFNk1EcDdmWDE5IjtzOjEzOiJmZWF0dXJlX3RpdGxlIjtzOjY0OiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8xT2lKMGFYUnNaU0k3Y3pvd09pSWlPMzA9IjtzOjExOiJmb290ZXJfYXJlYSI7czozNjA6IllUbzRPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qQTZJaUk3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYMlpoYldsc2VTSTdjem93T2lJaU8zTTZNVEk2SW14aGNtZGxYMlp2YjNSbGNpSTdZVG94T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdmWE02TVRjNkltWnZiM1JsY2w5a2FYTmpiR0ZwYldWeUlqdGhPakk2ZTNNNk56b2laVzVoWW14bFpDSTdjem94T2lKT0lqdHpPamM2SW0xbGMzTmhaMlVpTzNNNk1Eb2lJanQ5ZlE9PSI7czoxMDoidHlwb2dyYXBoeSI7czoxNDc2OiJZVG95T250ek9qRXpPaUptYjI1MFgyVnNaVzFsYm5SeklqdGhPams2ZTNNNk1UQTZJbk5wZEdWZmRHbDBiR1VpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pBNklpSTdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pvM09pSjBZV2RzYVc1bElqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3dPaUlpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZOem9pWkdWbVlYVnNkQ0k3WVRvME9udHpPalE2SW5OcGVtVWlPM002TWpvaU1UY2lPM002TkRvaVptOXVkQ0k3Y3pvME9pSkJjMkZ3SWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem8wT2lJak5EUTBJanQ5Y3pveU9pSm9NU0k3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TkRvaVFYTmhjQ0k3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTWlJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk5Eb2lRWE5oY0NJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem95T2lKb015STdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZNRG9pSWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zMXpPakk2SW1nMElqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3dPaUlpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qQTZJaUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTmlJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1Eb2lJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzMxOWN6b3hORG9pWTI5c2IzSmZaV3hsYldWdWRITWlPMkU2TmpwN2N6b3hOem9pWm05dmRHVnlYM1JsZUhSZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFM09pSm1iMjkwWlhKZmJHbHVhMTlqYjJ4dmNpSTdjem93T2lJaU8zTTZNak02SW1admIzUmxjbDlzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanR6T2pBNklpSTdjem94T0RvaVptVmhkSFZ5WlY5MFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hPRG9pWm1WaGRIVnlaVjlzYVc1clgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveU5Eb2labVZoZEhWeVpWOXNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdHpPakE2SWlJN2ZYMD0iO3M6MjE6ImNvbG9yX3NjaGVtZV9hZHZhbmNlZCI7czoyNDIwOiJZVG8zT250ek9qRXpPaUp1WVhaZlltRnlYMkZpYjNabElqdGhPakV3T250ek9qRXpPaUp1WVhaZlltRnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hNVG9pYm1GMlgySmhjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRTVPaUp1WVhaZlltRnlYMmh2ZG1WeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE56b2libUYyWDJKaGNsOW9iM1psY2w5bGJtUWlPM002TURvaUlqdHpPakV3T2lKdVlYWmZZbUZ5WDJKbklqdHpPakE2SWlJN2N6b3lNam9pYm1GMlgySmhjbDlpWjE5b2IzWmxjbDl6ZEdGeWRDSTdjem93T2lJaU8zTTZNVFU2SW01aGRsOWlZWEpmWkdSZmJHbHVheUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlpHUmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRXlPaUp1WVhaZlltRnlYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRXpPaUp1WVhaZlltRnlYMmh2ZG1WeUlqdHpPakE2SWlJN2ZYTTZNVE02SW01aGRsOWlZWEpmWW1Wc2IzY2lPMkU2TVRBNmUzTTZNVE02SW01aGRsOWlZWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakV4T2lKdVlYWmZZbUZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVGs2SW01aGRsOWlZWEpmYUc5MlpYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRTNPaUp1WVhaZlltRnlYMmh2ZG1WeVgyVnVaQ0k3Y3pvd09pSWlPM002TVRBNkltNWhkbDlpWVhKZlltY2lPM002TURvaUlqdHpPakl5T2lKdVlYWmZZbUZ5WDJKblgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TlRvaWJtRjJYMkpoY2w5a1pGOXNhVzVySWp0ek9qQTZJaUk3Y3pveE5qb2libUYyWDJKaGNsOWtaRjlvYjNabGNpSTdjem93T2lJaU8zTTZNVEk2SW01aGRsOWlZWEpmYkdsdWF5STdjem93T2lJaU8zTTZNVE02SW01aGRsOWlZWEpmYUc5MlpYSWlPM002TURvaUlqdDljem94TnpvaWJtRjJYMkpoY2w5aGJHOXVaM05wWkdVaU8yRTZOenA3Y3pveE1Eb2libUYyWDJKaGNsOWlaeUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlltZGZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qSXdPaUp1WVhaZlltRnlYMkpuWDI1aGRsOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRTFPaUp1WVhaZlltRnlYMlJrWDJ4cGJtc2lPM002TURvaUlqdHpPakUyT2lKdVlYWmZZbUZ5WDJSa1gyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1USTZJbVpsWVhSMWNtVmZZWEpsWVNJN1lUbzNPbnR6T2pFek9pSm1aV0YwZFhKbFgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2labVZoZEhWeVpWOWxibVFpTzNNNk1Eb2lJanR6T2pFd09pSjBaWGgwWDJOdmJHOXlJanR6T2pBNklpSTdjem94TURvaWJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TVRZNklteHBibXRmYUc5MlpYSmZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMXpPakk2SW1KbklqdHpPakE2SWlJN2N6b3hNRG9pWW1kZmIzQjBhVzl1Y3lJN2N6b3dPaUlpTzMxek9qRXpPaUptWldGMGRYSmxYM1JwZEd4bElqdGhPak02ZTNNNk1UazZJbVpsWVhSMWNtVmZkR2wwYkdWZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSm1aV0YwZFhKbFgzUnBkR3hsWDJWdVpDSTdjem93T2lJaU8zTTZNalE2SW1abFlYUjFjbVZmZEdsMGJHVmZkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPMzF6T2pZNkltWnZiM1JsY2lJN1lUbzFPbnR6T2pFeU9pSm1iMjkwWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFd09pSm1iMjkwWlhKZlpXNWtJanR6T2pBNklpSTdjem94TnpvaVptOXZkR1Z5WDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTNPaUptYjI5MFpYSmZiR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlhNNk1qTTZJbVp2YjNSbGNsOXNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdGhPakk2ZTNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTFPaUowWlhoMFgyUmxZMjl5WVhScGIyNGlPM002TURvaUlqdDlmWE02TkRvaWNHRm5aU0k3WVRvME9udHpPakV5T2lKeVpYQmxZWFJwYm1kZlltY2lPM002TURvaUlqdHpPamc2SW1KblgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE1Eb2liR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlhNNk1UWTZJbXhwYm10ZmFHOTJaWEpmWTI5c2IzSWlPMkU2TWpwN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zTTZNVFU2SW5SbGVIUmZaR1ZqYjNKaGRHbHZiaUk3Y3pvd09pSWlPMzE5ZlE9PSI7czoxNToibW9iaWxlX3JlZGlyZWN0IjtzOjYwOiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdDkiO3M6Mzoic2VvIjtzOjE5MjoiWVRvMk9udHpPalU2SW5ScGRHeGxJanR6T2pBNklpSTdjem94TVRvaVpHVnpZM0pwY0hScGIyNGlPM002TURvaUlqdHpPamc2SW10bGVYZHZjbVJ6SWp0ek9qQTZJaUk3Y3pvM09pSnZaM1JwZEd4bElqdHpPakE2SWlJN2N6b3hNem9pYjJka1pYTmpjbWx3ZEdsdmJpSTdjem93T2lJaU8zTTZOem9pYjJkcGJXRm5aU0k3Y3pvd09pSWlPMzA9IjtzOjc6InNjcmlwdHMiO3M6ODg6IllUb3hPbnRwT2pBN1lUb3lPbnR6T2pnNkluQnZjMmwwYVc5dUlqdHpPalk2SW1obFlXUmxjaUk3Y3pvMk9pSnpZM0pwY0hRaU8zTTZNRG9pSWp0OWZRPT0iO3M6ODoiZmJfc2hhcmUiO3M6MTI0OiJZVG8wT250ek9qVTZJblJwZEd4bElqdHpPakE2SWlJN2N6b3hNVG9pWkdWelkzSnBjSFJwYjI0aU8zTTZNRG9pSWp0ek9qVTZJbWx0WVdkbElqdHpPakE2SWlJN2N6bzRPaUpzYVd0bFgzVnliQ0k3Y3pvd09pSWlPMzA9IjtzOjg6ImxpZ2h0Ym94IjtzOjM3MDA6IllUbzFPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzNPaUp6YUc5M1gyOXVJanR6T2pRNklteHZZV1FpTzNNNk5Eb2lkSGx3WlNJN2N6bzFPaUp2Y0hScGJpSTdjem94TURvaWIzQjBhVzVmWm05eWJTSTdZVG96T250ek9qazZJbVp2Y20xZmFIUnRiQ0k3WVRveE56cDdjem94TURvaVpXMWhhV3hmWkdGMFlTSTdjem93T2lJaU8zTTZNVE02SW1WdFlXbHNYMkZrWkhKbGMzTWlPM002TURvaUlqdHpPakV5T2lKeVpXUnBjbVZqZEY5MWNtd2lPM002TURvaUlqdHpPakV5T2lKbGVIUnlZVjltYVdWc1pITWlPM002TURvaUlqdHpPakU0T2lKbGJXRnBiRjlsZUhSeVlWOW1hV1ZzWkhNaU8zTTZNRG9pSWp0ek9qUTZJbWgwYld3aU8zTTZNRG9pSWp0ek9qRXdPaUp1WlhkZmQybHVaRzkzSWp0ek9qQTZJaUk3Y3pveE1qb2laR2x6WVdKc1pWOXVZVzFsSWp0ek9qQTZJaUk3Y3pvNE9pSnVZVzFsWDJKdmVDSTdjem93T2lJaU8zTTZPVG9pWlcxaGFXeGZZbTk0SWp0ek9qQTZJaUk3Y3pvMk9pSmhZM1JwYjI0aU8zTTZNRG9pSWp0ek9qWTZJbVpwWld4a2N5STdjem93T2lJaU8zTTZOam9pYldWMGFHOWtJanR6T2pRNkluQnZjM1FpTzNNNk1UWTZJbWx1ZEdWbmNtRjBhVzl1WDNSNWNHVWlPM002TmpvaVkzVnpkRzl0SWp0ek9qUTZJbXhwYzNRaU8zTTZNRG9pSWp0ek9qRTBPaUowYUdGdWExOTViM1ZmY0dGblpTSTdjem93T2lJaU8zTTZNVEU2SW1GamRHbHZibDl3WVdkbElqdHpPakE2SWlJN2ZYTTZOem9pWTI5dWRHVnVkQ0k3WVRvMU9udHpPalU2SW5ScGRHeGxJanR6T2pNeU9pSlRaV3hzSUVGdWVYUm9hVzVuSUZkcGRHZ2dUM0IwYVcxcGVtVlFjbVZ6Y3lJN2N6b3hNVG9pWm05eWJWOW9aV0ZrWlhJaU8zTTZPRGc2SWt4dmNtVnRJR2x3YzNWdElHUnZiRzl5SUhOcGRDQmhiV1YwTENCamIyNXpaV04wWlhSMVpYSWdZV1JwY0dselkybHVaeUJsYkdsMExDQnpaV1FnWkdsaGJTQnViMjUxYlcxNUlHNXBZbWdnWlhWcGMyMXZaQzRpTzNNNk1URTZJbVp2YjNSbGNsOXViM1JsSWp0ek9qWTBPaUpaYjNWeUlHbHVabTl5YldGMGFXOXVJR2x6SURFd01DVWdjMlZqZFhKbElIZHBkR2dnZFhNZ1lXNWtJSGRwYkd3Z2JtVjJaWElnWW1VZ2MyaGhjbVZrSWp0ek9qRXlPaUp1WVcxbFgyUmxabUYxYkhRaU8zTTZNalE2SWtWdWRHVnlJSGx2ZFhJZ1JtbHljM1FnVG1GdFpTNHVMaUk3Y3pveE16b2laVzFoYVd4ZlpHVm1ZWFZzZENJN2N6b3lOem9pUlc1MFpYSWdlVzkxY2lCRmJXRnBiQ0JCWkdSeVpYTnpMaTR1SWp0OWN6b3hNem9pYzNWaWJXbDBYMkoxZEhSdmJpSTdZVG8xTmpwN2N6bzJPaUppZFhSMGIyNGlPMkU2TURwN2ZYTTZPRG9pYkc5allYUnBiMjRpTzNNNk16WTZJbTl3WDJ4cFoyaDBZbTk0WDI5d2RHbHVYMlp2Y20xZmMzVmliV2wwWDJKMWRIUnZiaUk3Y3pvM09pSmpiMjUwWlc1MElqdHpPakE2SWlJN2N6bzBPaUowZVhCbElqdHpPakU2SWpBaU8zTTZOVG9pYVcxaFoyVWlPM002TURvaUlqdHpPakV5T2lKbGJHVnRaVzUwWDNSNWNHVWlPM002TURvaUlqdHpPalE2SW1oeVpXWWlPM002TURvaUlqdHpPakV3T2lKdVpYZGZkMmx1Wkc5M0lqdHpPakE2SWlJN2N6b3lPaUpqWXlJN2N6b3dPaUlpTzNNNk5Ub2lZV3hwWjI0aU8zTTZNRG9pSWp0ek9qUTZJblJsZUhRaU8zTTZNRG9pSWp0ek9qazZJblJsZUhSZmMybDZaU0k3Y3pveU9pSXpNaUk3Y3pveE1Eb2lkR1Y0ZEY5amIyeHZjaUk3Y3pvM09pSWpNREF3TURBd0lqdHpPams2SW5SbGVIUmZabTl1ZENJN2N6b3dPaUlpTzNNNk9Ub2lkR1Y0ZEY5aWIyeGtJanR6T2pFNklqRWlPM002TVRRNkluUmxlSFJmZFc1a1pYSnNhVzVsSWp0ek9qQTZJaUk3Y3pveE1Ub2lkR1Y0ZEY5cGRHRnNhV01pTzNNNk1Eb2lJanR6T2pFNU9pSjBaWGgwWDJ4bGRIUmxjbDl6Y0dGamFXNW5JanR6T2pFNklqQWlPM002TVRNNkluTjFZblJsZUhSZmNHRnVaV3dpTzNNNk1Eb2lJanR6T2pjNkluTjFZblJsZUhRaU8zTTZNRG9pSWp0ek9qRXlPaUp6ZFdKMFpYaDBYM05wZW1VaU8zTTZNRG9pSWp0ek9qRXpPaUp6ZFdKMFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hNam9pYzNWaWRHVjRkRjltYjI1MElqdHpPakE2SWlJN2N6b3hNam9pYzNWaWRHVjRkRjlpYjJ4a0lqdHpPakE2SWlJN2N6b3hOem9pYzNWaWRHVjRkRjkxYm1SbGNteHBibVVpTzNNNk1Eb2lJanR6T2pFME9pSnpkV0owWlhoMFgybDBZV3hwWXlJN2N6b3dPaUlpTzNNNk1qSTZJbk4xWW5SbGVIUmZiR1YwZEdWeVgzTndZV05wYm1jaU8zTTZNRG9pSWp0ek9qRTNPaUowWlhoMFgzTm9ZV1J2ZDE5d1lXNWxiQ0k3Y3pveE9pSlpJanR6T2pJd09pSjBaWGgwWDNOb1lXUnZkMTkyWlhKMGFXTmhiQ0k3Y3pveE9pSXhJanR6T2pJeU9pSjBaWGgwWDNOb1lXUnZkMTlvYjNKcGVtOXVkR0ZzSWp0ek9qRTZJakFpTzNNNk1UYzZJblJsZUhSZmMyaGhaRzkzWDJOdmJHOXlJanR6T2pjNklpTm1abVptTURBaU8zTTZNVFk2SW5SbGVIUmZjMmhoWkc5M1gySnNkWElpTzNNNk1Ub2lNQ0k3Y3pveE16b2ljM1I1YkdsdVoxOTNhV1IwYUNJN2N6b3dPaUlpTzNNNk1UUTZJbk4wZVd4cGJtZGZhR1ZwWjJoMElqdHpPakE2SWlJN2N6b3lNRG9pYzNSNWJHbHVaMTlpYjNKa1pYSmZZMjlzYjNJaU8zTTZOem9pSXpBd01EQXdNQ0k3Y3pveE9Ub2ljM1I1YkdsdVoxOWliM0prWlhKZmMybDZaU0k3Y3pveE9pSXhJanR6T2pJeE9pSnpkSGxzYVc1blgySnZjbVJsY2w5eVlXUnBkWE1pTzNNNk1Ub2lOaUk3Y3pveU1qb2ljM1I1YkdsdVoxOWliM0prWlhKZmIzQmhZMmwwZVNJN2N6b3pPaUl4TURBaU8zTTZNVFk2SW5OMGVXeHBibWRmWjNKaFpHbGxiblFpTzNNNk1Eb2lJanR6T2pFek9pSnpkSGxzYVc1blgzTm9hVzVsSWp0ek9qRTZJbGtpTzNNNk1qZzZJbk4wZVd4cGJtZGZaM0poWkdsbGJuUmZjM1JoY25SZlkyOXNiM0lpTzNNNk56b2lJMlptWm1Zd01DSTdjem95TmpvaWMzUjViR2x1WjE5bmNtRmthV1Z1ZEY5bGJtUmZZMjlzYjNJaU8zTTZOem9pSTJabVlUQXpOU0k3Y3pveE56b2laSEp2Y0Y5emFHRmtiM2RmY0dGdVpXd2lPM002TVRvaVdTSTdjem95TURvaVpISnZjRjl6YUdGa2IzZGZkbVZ5ZEdsallXd2lPM002TVRvaU1TSTdjem95TWpvaVpISnZjRjl6YUdGa2IzZGZhRzl5YVhwdmJuUmhiQ0k3Y3pveE9pSXdJanR6T2pFMk9pSmtjbTl3WDNOb1lXUnZkMTlpYkhWeUlqdHpPakU2SWpFaU8zTTZNVGc2SW1SeWIzQmZjMmhoWkc5M1gzTndjbVZoWkNJN2N6b3hPaUl3SWp0ek9qRTNPaUprY205d1gzTm9ZV1J2ZDE5amIyeHZjaUk3Y3pvM09pSWpNREF3TURBd0lqdHpPakU1T2lKa2NtOXdYM05vWVdSdmQxOXZjR0ZqYVhSNUlqdHpPakk2SWpVd0lqdHpPakU0T2lKcGJuTmxkRjl6YUdGa2IzZGZjR0Z1Wld3aU8zTTZNVG9pV1NJN2N6b3lNVG9pYVc1elpYUmZjMmhoWkc5M1gzWmxjblJwWTJGc0lqdHpPakU2SWpBaU8zTTZNak02SW1sdWMyVjBYM05vWVdSdmQxOW9iM0pwZW05dWRHRnNJanR6T2pFNklqQWlPM002TVRjNkltbHVjMlYwWDNOb1lXUnZkMTlpYkhWeUlqdHpPakU2SWpBaU8zTTZNVGs2SW1sdWMyVjBYM05vWVdSdmQxOXpjSEpsWVdRaU8zTTZNVG9pTVNJN2N6b3hPRG9pYVc1elpYUmZjMmhoWkc5M1gyTnZiRzl5SWp0ek9qYzZJaU5tWm1abU1EQWlPM002TWpBNkltbHVjMlYwWDNOb1lXUnZkMTl2Y0dGamFYUjVJanR6T2pJNklqVXdJanQ5ZlhNNk1USTZJbWgwYld4ZlkyOXVkR1Z1ZENJN1lUb3hPbnR6T2pjNkltTnZiblJsYm5RaU8zTTZNRG9pSWp0OWZRPT0iO3M6MTM6ImV4aXRfcmVkaXJlY3QiO3M6ODg6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUoxY213aU8zTTZNRG9pSWp0ek9qYzZJbTFsYzNOaFoyVWlPM002TURvaUlqdDkiO3M6MTM6ImxhdW5jaF9mdW5uZWwiO3M6MTkyOiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem81T2lKbWRXNXVaV3hmYVdRaU8zTTZNRG9pSWp0ek9qRTJPaUpuWVhSbGQyRjVYMjkyWlhKeWFXUmxJanRoT2pNNmUzTTZOem9pWlc1aFlteGxaQ0k3Y3pveE9pSk9JanR6T2pnNkluSmxaR2x5WldOMElqdHpPakE2SWlJN2N6bzBPaUpqYjJSbElqdHpPakE2SWlJN2ZYMD0iO30='),(2,'quant bull run en espanol','YToxOntzOjQ6ImJvZHkiO2E6Njp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM3OiJwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjEwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo1NjoiZXlKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTVRBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czo1NjoiYmFja2dyb3VuZDojMWE5ZWUwO3BhZGRpbmctdG9wOjMwcHg7cGFkZGluZy1ib3R0b206MjVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEwMDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU14WVRsbFpUQWlMQ0p3WVdSa2FXNW5WRzl3SWpvaU16QWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNalVpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjIwOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMzBcIiBmb250X2ZvbnQ9XCJBc2FwXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiI2ZmZmZmZlwiIGZvbnRfc2hhZG93PVwiZGFya1wiIGFsaWduPVwiY2VudGVyXCJdTG9zIFF1YW50cyBFc3TDoW4gQ29ycmllbmRvIFBvciBQbGVubyBXYWxsIFN0cmVldCwgTm8gU2VhIEF0cm9wZWxsYWRvIVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzM6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9idWxsLXJ1bi1zcGFuaXNoLmpwZ1wiIHdpZHRoPVwiNTQxXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM4OiJiYWNrZ3JvdW5kOiMyMTIxMjE7cGFkZGluZy1ib3R0b206MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NzI6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeU1USXhNakVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTUNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODQ6IltjYWxlbmRhcl9kYXRlIHN0eWxlPVwiMVwiIG1vbnRoPVwiTWFyem9cIiBjYWxlbmRhcl9iYXJfY29sb3I9XCIjZmYwMDAwXCIgZGF5PVwiNVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3MzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjIxXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiB3aWR0aD1cIjIyMFwiXTxzdHJvbmc+TWnDqXJjb2xlcyAtwqA1IGRlIE1hcnpvIDIwMTQKPC9zdHJvbmc+NzowMCBwbSBFVFsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODA4OiJbb3B0aW5fYm94IHN0eWxlPVwiN1wiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2RlZmF1bHQ9XCJJbmdyZXNlIHN1IGRpcmVjY2nDs24gZGUgY29ycmVvIGVsZWN0csOzbmljbyBcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiByZWRpcmVjdF91cmw9XCJodHRwczovL3d3dzMuZ290b21lZXRpbmcuY29tL3JlZ2lzdGVyLzQ0ODE2ODQxNFwiIG5hbWVfZGVmYXVsdD1cIkVzY3JpYmEgc3Ugbm9tYnJlIFwiIG5hbWVfb3JkZXI9XCIwXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1IZXJlXCdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdVmFsb3JhbW9zIHN1IHByaXZhY2lkYWQgeSBudW5jYSBsZSBzcGFtWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdT2J0ZW5nYSBhY2Nlc28gaW5zdGFudMOhbmVvIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjI7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTEwOiJiYWNrZ3JvdW5kLWltYWdlOnVybChodHRwOi8vb3B0aW1pemVwcmVzczIuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzA2L2JhY2sxLnBuZyk7YmFja2dyb3VuZC1yZXBlYXQ6cmVwZWF0OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTU2OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDI5d2RHbHRhWHBsY0hKbGMzTXlMbU52YlM5M2NDMWpiMjUwWlc1MEwzVndiRzloWkhNdk1qQXhNeTh3Tmk5aVlXTnJNUzV3Ym1jcElpd2lZbUZqYTJkeWIzVnVaRkJ2YzJsMGFXOXVJam9pZEdsc1pTSjkiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMzA6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCI0NFwiIGFsaWduPVwibGVmdFwiIGxpbmVfaGVpZ2h0PVwiMzVcIl08ZGl2IGRhdGEtbGI9XCJlZGl0YWJsZS1yaWNoLXRleHRcIiBkYXRhLWxiLWlkPVwibWFpbi1oZWFkbGluZVwiIGRhdGEtbGItbmFtZT1cIk1haW4gSGVhZGxpbmUgVGV4dFwiPgoKwqBMT1MgVEVNQVMgREUgRElTQ1VUSVIgSU5DTFVJUsOBTjoKCjwvZGl2PlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozODg6IltzdGVwX2dyYXBoaWNzIHN0eWxlPVwiM1wiIGNvbG9yPVwiIzFhOWVlMFwiXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIxXCIgaGVhZGxpbmU9XCJJZGVudGlmaWNhciBlbCBjb21wb3J0YW1pZW50byBkZWwgbWVyY2FkbyBhbCBpbnN0YW50ZSBcIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIkxvIHF1ZSBoYXkgcXVlIHNhYmVyIHBhcmEgY29udmVydGlyc2UgZW4gdW4gcXVhbnQgdHJhZGVyXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIzXCIgaGVhZGxpbmU9XCJJZGVudGlmaWNhciDDs3B0aW1hcyDDs3JkZW5lcyBkZSBDb21wcmEtVmVudGEgYW50ZXMgZGVsIG1vdmltaWVudG8gXCJdWy9zdGVwXVsvc3RlcF9ncmFwaGljc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ3NjoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXeKAnExhcyBlbXByZXNhcyBlc3TDoW4gYWhvcmEgZW1wbGVhbmRvIGVzdGFkaXN0YXMgYWNhZMOpbWljb3MgdGFsZW50b3NvcyBwYXJhIHJhc3RyZWFyIHBhdHJvbmVzIG8gdGVuZGVuY2lhcyBlbiBlbCBjb21wb3J0YW1pZW50byBkZWwgdHJhZGluZyB5IGNyZWFyIGbDs3JtdWxhcyBwYXJhIHByZWRlY2lyIGxvcyBmdXR1cm9zIG1vdmltaWVudG9zIGRlbCBtZXJjYWRvLiBFc3RhcyBmw7NybXVsYXMgc2UgaW5jb3Jwb3JhbiBkZXNwdcOpcyBlbiBwb2Rlcm9zYXMgY29tcHV0YWRvcmFz4oCmIEVzdG9zIHByb2dyYW1hcyBzb24gaW5tZW5zYW1lbnRlIHBvZGVyb3Nvcy4uLiBcIk1hbmVqYW4gY2FzaSB0b2RvIGxvIHF1ZSBzdWNlZGUgZW4gV2FsbCBTdHJlZXQuXCIKCi3CoCBCcml0aXNoIEJyb2FkY2FzdGluZyBDb3Jwb3JhdGlvblsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2NzoiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2JiYzMtMzAweDEzNy5qcGdcIiB3aWR0aD1cIjMwMFwiIGFsaWduPVwibGVmdFwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6NTp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTgzOiJbaW1hZ2VzIHN0eWxlPVwiNVwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvSm9lQHdvcmsuanBnXCIgd2lkdGg9XCI2NjdcIiBhbGlnbj1cImxlZnRcIiB0b3BfbWFyZ2luPVwiMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE5MToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjI1XCIgZm9udF9mb250PVwiU2hhZG93cyBJbnRvIExpZ2h0XCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjIyMFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkpvZSBSaW9zPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI5NToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXUpvZSBSw61vcyBlcyB1biByZWNvbm9jaWRvIHBpb25lcm8gZGUgc2lzdGVtYXMgY3VhbnRpdGF0aXZvcyB5IGVkdWNhY2nDs24gZGUgdHJhZGluZyBkZXNkZSAxOTk3LiBTdSBwcm9ncmFtYSBkZSB0cmFkaW5nIGFsdGFtZW50ZSByZWNvbm9jaWRvIHBvciBzZXIgcGFzby1hLXBhc28sIGVzdMOhIGRpc2XDsWFkbyBwYXJhIGF5dWRhcmxvIGEgY29udmVydGlyc2UgZW4gdW4gZXhpdG9zbyBRdWFudCBUcmFkZXIuWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4MToiW2ltYWdlcyBzdHlsZT1cIjVcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2d1Y2NpLmpwZ1wiIHdpZHRoPVwiMjA5XCIgYWxpZ249XCJyaWdodFwiIHRvcF9tYXJnaW49XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTk3OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjRcIiBmb250X2ZvbnQ9XCJTaGFkb3dzIEludG8gTGlnaHRcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMjIwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+QWd1c3RpbiBDcmlhZG88L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTkyOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdRGVzY3VicmEgbGFzIHZlcmRhZGVzIGRlbCB0cmFkaW5nIGN1YW50aXRhdGl2byBwb3IgZWwgbWVudG9yIHkgZW50cmVuYWRvciBkZSBSaW9zUXVhbnQgQWd1c3RpbiBDcmlhZG8gZW4gZXN0ZSBleGNsdXNpdm8gd2ViaW5hcmlvLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzI6Ilt2ZXJ0aWNhbF9zcGFjaW5nIGhlaWdodD1cIjMwXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMzM6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImNlbnRlclwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiM5MTkxOTFcIiBib3R0b21fcGFkZGluZz1cIjEwXCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjQ2MFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPlNoYXJlIHRoaXMgcGFnZSB3aXRoIHlvdXIgZnJpZW5kcy4uLjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozNDQ6Iltzb2NpYWxfc2hhcmluZyBzdHlsZT1cInN0eWxlLTIwXCIgZmJfbGlrZV91cmw9XCJodHRwczovL3d3dy5mYWNlYm9vay5jb20vcGFnZXMvUmlvcy1RdWFudC1UcmFkaW5nLWVuLUVzcGElQzMlQjFvbC8yNjUyNzYyOTY5NDAxMTFcIiBmYl9jb2xvcj1cImxpZ2h0XCIgZmJfbGFuZz1cImVzX0VTXCIgZmJfdGV4dD1cInJlY29tbWVuZFwiIGZiX2J1dHRvbl90ZXh0PVwiU2hhcmVcIiB0d19sYW5nPVwiZXNcIiB0d19idXR0b25fdGV4dD1cIlNoYXJlXCIgZ19sYW5nPVwiZW4tR0JcIiBnX2J1dHRvbl90ZXh0PVwiU2hhcmVcIiBsaW5rZWRpbl9sYW5nPVwiZW5fVVNcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIl0gIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjQ7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6I2VhNzExMDtwYWRkaW5nLXRvcDo0NXB4O3BhZGRpbmctYm90dG9tOjI1cHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObFlUY3hNVEFpTENKd1lXUmthVzVuVkc5d0lqb2lORFVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpVaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMxNzoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIwXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBhbGlnbj1cImNlbnRlclwiXUFEVkVSVEVOQ0lBOiBFbCBhY2Nlc28gYSBudWVzdHJvIHNpc3RlbWEgZGUgd2ViaW5hciBlc3TDoSBsaW1pdGFkbyB5IGVsIGVzcGFjaW8gc2UgbGxlbmFuIHLDoXBpZG8sIGFzw60gcXVlIHJlZ8Otc3RyZXNlIGFob3JhIHBhcmEgZXZpdGFyIHBlcmRlcnNlLsKgwqBFc3RlIHNlbWluYXJpbyBlc3TDoSBsbGVubyBkZSBjb250ZW5pZG8gZGUgYWx0YSBjYWxpZGFkIHkgc2UgbGxlbmFuIHLDoXBpZG8hWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6NTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNDc6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbTo1MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MjA4OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDI5d2RHbHRhWHBsY0hKbGMzTXlMbU52YlM5M2NDMWpiMjUwWlc1MEwzVndiRzloWkhNdk1qQXhNeTh3Tmk5aVlXTnJNUzV3Ym1jcElpd2lZbUZqYTJkeWIzVnVaRkJ2YzJsMGFXOXVJam9pZEdsc1pTSXNJbkJoWkdScGJtZFViM0FpT2lJek1DSXNJbkJoWkdScGJtZENiM1IwYjIwaU9pSTFNQ0o5IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzA6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyNVwiIGZvbnRfc3R5bGU9XCJub3JtYWxcIiBhbGlnbj1cImNlbnRlclwiIGJvdHRvbV9tYXJnaW49XCIyMFwiXcOJc3RlIGVzdGFyw6EgYSBzYWx2bywgYXPDrSBxdWUgcmVjbGFtYXIgZWwgYWNjZXNvIGRlIGFiYWpvIVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4MDk6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZGVmYXVsdD1cIkluZ3Jlc2Ugc3UgZGlyZWNjacOzbiBkZSBjb3JyZW8gZWxlY3Ryw7NuaWNvIFwiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIHJlZGlyZWN0X3VybD1cImh0dHBzOi8vd3d3My5nb3RvbWVldGluZy5jb20vcmVnaXN0ZXIvNDQ4MTY4NDE0XCIgbmFtZV9kZWZhdWx0PVwiRXNjcmliYSBzdSBub21icmUgXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXUhlcmVcJ3MgVGhlIEhlYWRsaW5lIEZvciBUaGUgQm94Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdVEc5eVpXMGdhWEJ6ZFcwZ1pHOXNiM0lnYzJsMElHRnRaWFFzSUdOdmJuTmxZM1JsZEhWeUlHRmthWEJwYzJOcGJtY2daV3hwZEM0Z1JHOXVaV01nZG1Wc0lHNTFibU1nYm05dUlHeGhZM1Z6SUhabGJtVnVZWFJwY3lCamIyMXRiMlJ2TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1WYWxvcmFtb3Mgc3UgcHJpdmFjaWRhZCB5IG51bmNhIGxlIHNwYW0gWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdT2J0ZW5nYSBBY2Nlc28gSW5zdGFudMOhbmVvIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19fQ==','YToxNDp7czo1OiJ0aGVtZSI7czo2ODoiWVRveU9udHpPalE2SW5SNWNHVWlPM002T1RvaWJXRnlhMlYwYVc1bklqdHpPak02SW1ScGNpSTdjem94T2lJeElqdDkiO3M6MTM6ImhlYWRlcl9sYXlvdXQiO3M6MTA3MjoiWVRveE1EcDdjem8wT2lKc2IyZHZJanR6T2pnd09pSm9kSFJ3T2k4dmQzZDNMblJvWlhSeVlXUnBibWR5YjI5dExtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE5DOHdNeTlUWVcxd2JHVk1iMmR2TFVSaGNtc3hNREV6TG5CdVp5STdjem8xT2lKaVoybHRaeUk3Y3pvd09pSWlPM002TVRFNkluSmxjR1ZoZEdKbmFXMW5JanR6T2pBNklpSTdjem8zT2lKaVoyTnZiRzl5SWp0ek9qYzZJaU5tTUdWbVpqQWlPM002TVRBNklteHBibXRmWTI5c2IzSWlPM002TURvaUlqdHpPakV6T2lKdFpXNTFMWEJ2YzJsMGFXOXVJanR6T2prNkltRnNiMjVuYzJsa1pTSTdjem8zT2lKbGJtRmliR1ZrSWp0ek9qRTZJazRpTzNNNk1UTTZJbTVoZGw5aVlYSmZZV0p2ZG1VaU8yRTZOenA3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWs0aU8zTTZNem9pYm1GMklqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOXphR0ZrYjNjaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzZGxhV2RvZENJN2N6b3dPaUlpTzNNNk9Ub2labTl1ZEY5emFYcGxJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjltWVcxcGJIa2lPM002TURvaUlqdHpPalE2SW14dloyOGlPM002TURvaUlqdDljem94TXpvaWJtRjJYMkpoY2w5aVpXeHZkeUk3WVRvM09udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSnVZWFlpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDNOb1lXUnZkeUk3Y3pvd09pSWlPM002TVRFNkltWnZiblJmZDJWcFoyaDBJanR6T2pBNklpSTdjem81T2lKbWIyNTBYM05wZW1VaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgyWmhiV2xzZVNJN2N6b3dPaUlpTzNNNk5Eb2liRzluYnlJN2N6b3dPaUlpTzMxek9qRTNPaUp1WVhaZlltRnlYMkZzYjI1bmMybGtaU0k3WVRvMk9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSnVZWFlpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDNOb1lXUnZkeUk3Y3pvd09pSWlPM002TVRFNkltWnZiblJmZDJWcFoyaDBJanR6T2pBNklpSTdjem81T2lKbWIyNTBYM05wZW1VaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgyWmhiV2xzZVNJN2N6b3dPaUlpTzMxOSI7czoxMjoiZmVhdHVyZV9hcmVhIjtzOjEyMDoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvME9pSjBlWEJsSWp0cE9qRTdjem80T2lKelpYUjBhVzVuY3lJN1lUb3hPbnR6T2pFeU9pSm1iMjUwWDI5d2RHbHZibk1pTzJFNk1EcDdmWDE5IjtzOjEzOiJmZWF0dXJlX3RpdGxlIjtzOjY0OiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8xT2lKMGFYUnNaU0k3Y3pvd09pSWlPMzA9IjtzOjExOiJmb290ZXJfYXJlYSI7czozNjA6IllUbzRPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qQTZJaUk3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYMlpoYldsc2VTSTdjem93T2lJaU8zTTZNVEk2SW14aGNtZGxYMlp2YjNSbGNpSTdZVG94T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdmWE02TVRjNkltWnZiM1JsY2w5a2FYTmpiR0ZwYldWeUlqdGhPakk2ZTNNNk56b2laVzVoWW14bFpDSTdjem94T2lKT0lqdHpPamM2SW0xbGMzTmhaMlVpTzNNNk1Eb2lJanQ5ZlE9PSI7czoxMDoidHlwb2dyYXBoeSI7czoxNDc2OiJZVG95T250ek9qRXpPaUptYjI1MFgyVnNaVzFsYm5SeklqdGhPams2ZTNNNk1UQTZJbk5wZEdWZmRHbDBiR1VpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pBNklpSTdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pvM09pSjBZV2RzYVc1bElqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3dPaUlpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZOem9pWkdWbVlYVnNkQ0k3WVRvME9udHpPalE2SW5OcGVtVWlPM002TWpvaU1UY2lPM002TkRvaVptOXVkQ0k3Y3pvME9pSkJjMkZ3SWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem8wT2lJak5EUTBJanQ5Y3pveU9pSm9NU0k3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TkRvaVFYTmhjQ0k3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTWlJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk5Eb2lRWE5oY0NJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem95T2lKb015STdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZNRG9pSWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zMXpPakk2SW1nMElqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3dPaUlpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qQTZJaUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTmlJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1Eb2lJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzMxOWN6b3hORG9pWTI5c2IzSmZaV3hsYldWdWRITWlPMkU2TmpwN2N6b3hOem9pWm05dmRHVnlYM1JsZUhSZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFM09pSm1iMjkwWlhKZmJHbHVhMTlqYjJ4dmNpSTdjem93T2lJaU8zTTZNak02SW1admIzUmxjbDlzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanR6T2pBNklpSTdjem94T0RvaVptVmhkSFZ5WlY5MFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hPRG9pWm1WaGRIVnlaVjlzYVc1clgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveU5Eb2labVZoZEhWeVpWOXNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdHpPakE2SWlJN2ZYMD0iO3M6MjE6ImNvbG9yX3NjaGVtZV9hZHZhbmNlZCI7czoyNDIwOiJZVG8zT250ek9qRXpPaUp1WVhaZlltRnlYMkZpYjNabElqdGhPakV3T250ek9qRXpPaUp1WVhaZlltRnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hNVG9pYm1GMlgySmhjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRTVPaUp1WVhaZlltRnlYMmh2ZG1WeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE56b2libUYyWDJKaGNsOW9iM1psY2w5bGJtUWlPM002TURvaUlqdHpPakV3T2lKdVlYWmZZbUZ5WDJKbklqdHpPakE2SWlJN2N6b3lNam9pYm1GMlgySmhjbDlpWjE5b2IzWmxjbDl6ZEdGeWRDSTdjem93T2lJaU8zTTZNVFU2SW01aGRsOWlZWEpmWkdSZmJHbHVheUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlpHUmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRXlPaUp1WVhaZlltRnlYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRXpPaUp1WVhaZlltRnlYMmh2ZG1WeUlqdHpPakE2SWlJN2ZYTTZNVE02SW01aGRsOWlZWEpmWW1Wc2IzY2lPMkU2TVRBNmUzTTZNVE02SW01aGRsOWlZWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakV4T2lKdVlYWmZZbUZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVGs2SW01aGRsOWlZWEpmYUc5MlpYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRTNPaUp1WVhaZlltRnlYMmh2ZG1WeVgyVnVaQ0k3Y3pvd09pSWlPM002TVRBNkltNWhkbDlpWVhKZlltY2lPM002TURvaUlqdHpPakl5T2lKdVlYWmZZbUZ5WDJKblgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TlRvaWJtRjJYMkpoY2w5a1pGOXNhVzVySWp0ek9qQTZJaUk3Y3pveE5qb2libUYyWDJKaGNsOWtaRjlvYjNabGNpSTdjem93T2lJaU8zTTZNVEk2SW01aGRsOWlZWEpmYkdsdWF5STdjem93T2lJaU8zTTZNVE02SW01aGRsOWlZWEpmYUc5MlpYSWlPM002TURvaUlqdDljem94TnpvaWJtRjJYMkpoY2w5aGJHOXVaM05wWkdVaU8yRTZOenA3Y3pveE1Eb2libUYyWDJKaGNsOWlaeUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlltZGZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qSXdPaUp1WVhaZlltRnlYMkpuWDI1aGRsOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRTFPaUp1WVhaZlltRnlYMlJrWDJ4cGJtc2lPM002TURvaUlqdHpPakUyT2lKdVlYWmZZbUZ5WDJSa1gyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1USTZJbVpsWVhSMWNtVmZZWEpsWVNJN1lUbzNPbnR6T2pFek9pSm1aV0YwZFhKbFgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2labVZoZEhWeVpWOWxibVFpTzNNNk1Eb2lJanR6T2pFd09pSjBaWGgwWDJOdmJHOXlJanR6T2pBNklpSTdjem94TURvaWJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TVRZNklteHBibXRmYUc5MlpYSmZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMXpPakk2SW1KbklqdHpPakE2SWlJN2N6b3hNRG9pWW1kZmIzQjBhVzl1Y3lJN2N6b3dPaUlpTzMxek9qRXpPaUptWldGMGRYSmxYM1JwZEd4bElqdGhPak02ZTNNNk1UazZJbVpsWVhSMWNtVmZkR2wwYkdWZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSm1aV0YwZFhKbFgzUnBkR3hsWDJWdVpDSTdjem93T2lJaU8zTTZNalE2SW1abFlYUjFjbVZmZEdsMGJHVmZkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPMzF6T2pZNkltWnZiM1JsY2lJN1lUbzFPbnR6T2pFeU9pSm1iMjkwWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFd09pSm1iMjkwWlhKZlpXNWtJanR6T2pBNklpSTdjem94TnpvaVptOXZkR1Z5WDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTNPaUptYjI5MFpYSmZiR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlhNNk1qTTZJbVp2YjNSbGNsOXNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdGhPakk2ZTNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTFPaUowWlhoMFgyUmxZMjl5WVhScGIyNGlPM002TURvaUlqdDlmWE02TkRvaWNHRm5aU0k3WVRvME9udHpPakV5T2lKeVpYQmxZWFJwYm1kZlltY2lPM002TURvaUlqdHpPamc2SW1KblgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE1Eb2liR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlhNNk1UWTZJbXhwYm10ZmFHOTJaWEpmWTI5c2IzSWlPMkU2TWpwN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zTTZNVFU2SW5SbGVIUmZaR1ZqYjNKaGRHbHZiaUk3Y3pvd09pSWlPMzE5ZlE9PSI7czoxNToibW9iaWxlX3JlZGlyZWN0IjtzOjYwOiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdDkiO3M6Mzoic2VvIjtzOjE5MjoiWVRvMk9udHpPalU2SW5ScGRHeGxJanR6T2pBNklpSTdjem94TVRvaVpHVnpZM0pwY0hScGIyNGlPM002TURvaUlqdHpPamc2SW10bGVYZHZjbVJ6SWp0ek9qQTZJaUk3Y3pvM09pSnZaM1JwZEd4bElqdHpPakE2SWlJN2N6b3hNem9pYjJka1pYTmpjbWx3ZEdsdmJpSTdjem93T2lJaU8zTTZOem9pYjJkcGJXRm5aU0k3Y3pvd09pSWlPMzA9IjtzOjc6InNjcmlwdHMiO3M6ODg6IllUb3hPbnRwT2pBN1lUb3lPbnR6T2pnNkluQnZjMmwwYVc5dUlqdHpPalk2SW1obFlXUmxjaUk3Y3pvMk9pSnpZM0pwY0hRaU8zTTZNRG9pSWp0OWZRPT0iO3M6ODoiZmJfc2hhcmUiO3M6MTI0OiJZVG8wT250ek9qVTZJblJwZEd4bElqdHpPakE2SWlJN2N6b3hNVG9pWkdWelkzSnBjSFJwYjI0aU8zTTZNRG9pSWp0ek9qVTZJbWx0WVdkbElqdHpPakE2SWlJN2N6bzRPaUpzYVd0bFgzVnliQ0k3Y3pvd09pSWlPMzA9IjtzOjg6ImxpZ2h0Ym94IjtzOjM3MDA6IllUbzFPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzNPaUp6YUc5M1gyOXVJanR6T2pRNklteHZZV1FpTzNNNk5Eb2lkSGx3WlNJN2N6bzFPaUp2Y0hScGJpSTdjem94TURvaWIzQjBhVzVmWm05eWJTSTdZVG96T250ek9qazZJbVp2Y20xZmFIUnRiQ0k3WVRveE56cDdjem94TURvaVpXMWhhV3hmWkdGMFlTSTdjem93T2lJaU8zTTZNVE02SW1WdFlXbHNYMkZrWkhKbGMzTWlPM002TURvaUlqdHpPakV5T2lKeVpXUnBjbVZqZEY5MWNtd2lPM002TURvaUlqdHpPakV5T2lKbGVIUnlZVjltYVdWc1pITWlPM002TURvaUlqdHpPakU0T2lKbGJXRnBiRjlsZUhSeVlWOW1hV1ZzWkhNaU8zTTZNRG9pSWp0ek9qUTZJbWgwYld3aU8zTTZNRG9pSWp0ek9qRXdPaUp1WlhkZmQybHVaRzkzSWp0ek9qQTZJaUk3Y3pveE1qb2laR2x6WVdKc1pWOXVZVzFsSWp0ek9qQTZJaUk3Y3pvNE9pSnVZVzFsWDJKdmVDSTdjem93T2lJaU8zTTZPVG9pWlcxaGFXeGZZbTk0SWp0ek9qQTZJaUk3Y3pvMk9pSmhZM1JwYjI0aU8zTTZNRG9pSWp0ek9qWTZJbVpwWld4a2N5STdjem93T2lJaU8zTTZOam9pYldWMGFHOWtJanR6T2pRNkluQnZjM1FpTzNNNk1UWTZJbWx1ZEdWbmNtRjBhVzl1WDNSNWNHVWlPM002TmpvaVkzVnpkRzl0SWp0ek9qUTZJbXhwYzNRaU8zTTZNRG9pSWp0ek9qRTBPaUowYUdGdWExOTViM1ZmY0dGblpTSTdjem93T2lJaU8zTTZNVEU2SW1GamRHbHZibDl3WVdkbElqdHpPakE2SWlJN2ZYTTZOem9pWTI5dWRHVnVkQ0k3WVRvMU9udHpPalU2SW5ScGRHeGxJanR6T2pNeU9pSlRaV3hzSUVGdWVYUm9hVzVuSUZkcGRHZ2dUM0IwYVcxcGVtVlFjbVZ6Y3lJN2N6b3hNVG9pWm05eWJWOW9aV0ZrWlhJaU8zTTZPRGc2SWt4dmNtVnRJR2x3YzNWdElHUnZiRzl5SUhOcGRDQmhiV1YwTENCamIyNXpaV04wWlhSMVpYSWdZV1JwY0dselkybHVaeUJsYkdsMExDQnpaV1FnWkdsaGJTQnViMjUxYlcxNUlHNXBZbWdnWlhWcGMyMXZaQzRpTzNNNk1URTZJbVp2YjNSbGNsOXViM1JsSWp0ek9qWTBPaUpaYjNWeUlHbHVabTl5YldGMGFXOXVJR2x6SURFd01DVWdjMlZqZFhKbElIZHBkR2dnZFhNZ1lXNWtJSGRwYkd3Z2JtVjJaWElnWW1VZ2MyaGhjbVZrSWp0ek9qRXlPaUp1WVcxbFgyUmxabUYxYkhRaU8zTTZNalE2SWtWdWRHVnlJSGx2ZFhJZ1JtbHljM1FnVG1GdFpTNHVMaUk3Y3pveE16b2laVzFoYVd4ZlpHVm1ZWFZzZENJN2N6b3lOem9pUlc1MFpYSWdlVzkxY2lCRmJXRnBiQ0JCWkdSeVpYTnpMaTR1SWp0OWN6b3hNem9pYzNWaWJXbDBYMkoxZEhSdmJpSTdZVG8xTmpwN2N6bzJPaUppZFhSMGIyNGlPMkU2TURwN2ZYTTZPRG9pYkc5allYUnBiMjRpTzNNNk16WTZJbTl3WDJ4cFoyaDBZbTk0WDI5d2RHbHVYMlp2Y20xZmMzVmliV2wwWDJKMWRIUnZiaUk3Y3pvM09pSmpiMjUwWlc1MElqdHpPakE2SWlJN2N6bzBPaUowZVhCbElqdHpPakU2SWpBaU8zTTZOVG9pYVcxaFoyVWlPM002TURvaUlqdHpPakV5T2lKbGJHVnRaVzUwWDNSNWNHVWlPM002TURvaUlqdHpPalE2SW1oeVpXWWlPM002TURvaUlqdHpPakV3T2lKdVpYZGZkMmx1Wkc5M0lqdHpPakE2SWlJN2N6b3lPaUpqWXlJN2N6b3dPaUlpTzNNNk5Ub2lZV3hwWjI0aU8zTTZNRG9pSWp0ek9qUTZJblJsZUhRaU8zTTZNRG9pSWp0ek9qazZJblJsZUhSZmMybDZaU0k3Y3pveU9pSXpNaUk3Y3pveE1Eb2lkR1Y0ZEY5amIyeHZjaUk3Y3pvM09pSWpNREF3TURBd0lqdHpPams2SW5SbGVIUmZabTl1ZENJN2N6b3dPaUlpTzNNNk9Ub2lkR1Y0ZEY5aWIyeGtJanR6T2pFNklqRWlPM002TVRRNkluUmxlSFJmZFc1a1pYSnNhVzVsSWp0ek9qQTZJaUk3Y3pveE1Ub2lkR1Y0ZEY5cGRHRnNhV01pTzNNNk1Eb2lJanR6T2pFNU9pSjBaWGgwWDJ4bGRIUmxjbDl6Y0dGamFXNW5JanR6T2pFNklqQWlPM002TVRNNkluTjFZblJsZUhSZmNHRnVaV3dpTzNNNk1Eb2lJanR6T2pjNkluTjFZblJsZUhRaU8zTTZNRG9pSWp0ek9qRXlPaUp6ZFdKMFpYaDBYM05wZW1VaU8zTTZNRG9pSWp0ek9qRXpPaUp6ZFdKMFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hNam9pYzNWaWRHVjRkRjltYjI1MElqdHpPakE2SWlJN2N6b3hNam9pYzNWaWRHVjRkRjlpYjJ4a0lqdHpPakE2SWlJN2N6b3hOem9pYzNWaWRHVjRkRjkxYm1SbGNteHBibVVpTzNNNk1Eb2lJanR6T2pFME9pSnpkV0owWlhoMFgybDBZV3hwWXlJN2N6b3dPaUlpTzNNNk1qSTZJbk4xWW5SbGVIUmZiR1YwZEdWeVgzTndZV05wYm1jaU8zTTZNRG9pSWp0ek9qRTNPaUowWlhoMFgzTm9ZV1J2ZDE5d1lXNWxiQ0k3Y3pveE9pSlpJanR6T2pJd09pSjBaWGgwWDNOb1lXUnZkMTkyWlhKMGFXTmhiQ0k3Y3pveE9pSXhJanR6T2pJeU9pSjBaWGgwWDNOb1lXUnZkMTlvYjNKcGVtOXVkR0ZzSWp0ek9qRTZJakFpTzNNNk1UYzZJblJsZUhSZmMyaGhaRzkzWDJOdmJHOXlJanR6T2pjNklpTm1abVptTURBaU8zTTZNVFk2SW5SbGVIUmZjMmhoWkc5M1gySnNkWElpTzNNNk1Ub2lNQ0k3Y3pveE16b2ljM1I1YkdsdVoxOTNhV1IwYUNJN2N6b3dPaUlpTzNNNk1UUTZJbk4wZVd4cGJtZGZhR1ZwWjJoMElqdHpPakE2SWlJN2N6b3lNRG9pYzNSNWJHbHVaMTlpYjNKa1pYSmZZMjlzYjNJaU8zTTZOem9pSXpBd01EQXdNQ0k3Y3pveE9Ub2ljM1I1YkdsdVoxOWliM0prWlhKZmMybDZaU0k3Y3pveE9pSXhJanR6T2pJeE9pSnpkSGxzYVc1blgySnZjbVJsY2w5eVlXUnBkWE1pTzNNNk1Ub2lOaUk3Y3pveU1qb2ljM1I1YkdsdVoxOWliM0prWlhKZmIzQmhZMmwwZVNJN2N6b3pPaUl4TURBaU8zTTZNVFk2SW5OMGVXeHBibWRmWjNKaFpHbGxiblFpTzNNNk1Eb2lJanR6T2pFek9pSnpkSGxzYVc1blgzTm9hVzVsSWp0ek9qRTZJbGtpTzNNNk1qZzZJbk4wZVd4cGJtZGZaM0poWkdsbGJuUmZjM1JoY25SZlkyOXNiM0lpTzNNNk56b2lJMlptWm1Zd01DSTdjem95TmpvaWMzUjViR2x1WjE5bmNtRmthV1Z1ZEY5bGJtUmZZMjlzYjNJaU8zTTZOem9pSTJabVlUQXpOU0k3Y3pveE56b2laSEp2Y0Y5emFHRmtiM2RmY0dGdVpXd2lPM002TVRvaVdTSTdjem95TURvaVpISnZjRjl6YUdGa2IzZGZkbVZ5ZEdsallXd2lPM002TVRvaU1TSTdjem95TWpvaVpISnZjRjl6YUdGa2IzZGZhRzl5YVhwdmJuUmhiQ0k3Y3pveE9pSXdJanR6T2pFMk9pSmtjbTl3WDNOb1lXUnZkMTlpYkhWeUlqdHpPakU2SWpFaU8zTTZNVGc2SW1SeWIzQmZjMmhoWkc5M1gzTndjbVZoWkNJN2N6b3hPaUl3SWp0ek9qRTNPaUprY205d1gzTm9ZV1J2ZDE5amIyeHZjaUk3Y3pvM09pSWpNREF3TURBd0lqdHpPakU1T2lKa2NtOXdYM05vWVdSdmQxOXZjR0ZqYVhSNUlqdHpPakk2SWpVd0lqdHpPakU0T2lKcGJuTmxkRjl6YUdGa2IzZGZjR0Z1Wld3aU8zTTZNVG9pV1NJN2N6b3lNVG9pYVc1elpYUmZjMmhoWkc5M1gzWmxjblJwWTJGc0lqdHpPakU2SWpBaU8zTTZNak02SW1sdWMyVjBYM05vWVdSdmQxOW9iM0pwZW05dWRHRnNJanR6T2pFNklqQWlPM002TVRjNkltbHVjMlYwWDNOb1lXUnZkMTlpYkhWeUlqdHpPakU2SWpBaU8zTTZNVGs2SW1sdWMyVjBYM05vWVdSdmQxOXpjSEpsWVdRaU8zTTZNVG9pTVNJN2N6b3hPRG9pYVc1elpYUmZjMmhoWkc5M1gyTnZiRzl5SWp0ek9qYzZJaU5tWm1abU1EQWlPM002TWpBNkltbHVjMlYwWDNOb1lXUnZkMTl2Y0dGamFYUjVJanR6T2pJNklqVXdJanQ5ZlhNNk1USTZJbWgwYld4ZlkyOXVkR1Z1ZENJN1lUb3hPbnR6T2pjNkltTnZiblJsYm5RaU8zTTZNRG9pSWp0OWZRPT0iO3M6MTM6ImV4aXRfcmVkaXJlY3QiO3M6ODg6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUoxY213aU8zTTZNRG9pSWp0ek9qYzZJbTFsYzNOaFoyVWlPM002TURvaUlqdDkiO3M6MTM6ImxhdW5jaF9mdW5uZWwiO3M6MTkyOiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem81T2lKbWRXNXVaV3hmYVdRaU8zTTZNVG9pTVNJN2N6b3hOam9pWjJGMFpYZGhlVjl2ZG1WeWNtbGtaU0k3WVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvNE9pSnlaV1JwY21WamRDSTdjem93T2lJaU8zTTZORG9pWTI5a1pTSTdjem93T2lJaU8zMTkiO30='),(3,'quant bull run en espanol 2','YToxOntzOjQ6ImJvZHkiO2E6Njp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM3OiJwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjEwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo1NjoiZXlKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTVRBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czo1NjoiYmFja2dyb3VuZDojMWE5ZWUwO3BhZGRpbmctdG9wOjMwcHg7cGFkZGluZy1ib3R0b206MjVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEwMDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU14WVRsbFpUQWlMQ0p3WVdSa2FXNW5WRzl3SWpvaU16QWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNalVpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjIwOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMzBcIiBmb250X2ZvbnQ9XCJBc2FwXCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiI2ZmZmZmZlwiIGZvbnRfc2hhZG93PVwiZGFya1wiIGFsaWduPVwiY2VudGVyXCJdTG9zIFF1YW50cyBFc3TDoW4gQ29ycmllbmRvIFBvciBQbGVubyBXYWxsIFN0cmVldCwgTm8gU2VhIEF0cm9wZWxsYWRvIVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzM6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9idWxsLXJ1bi1zcGFuaXNoLmpwZ1wiIHdpZHRoPVwiNTQxXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM4OiJiYWNrZ3JvdW5kOiMyMTIxMjE7cGFkZGluZy1ib3R0b206MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NzI6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeU1USXhNakVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTUNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODQ6IltjYWxlbmRhcl9kYXRlIHN0eWxlPVwiMVwiIG1vbnRoPVwiTWFyem9cIiBjYWxlbmRhcl9iYXJfY29sb3I9XCIjZmYwMDAwXCIgZGF5PVwiNVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3MzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjIxXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiB3aWR0aD1cIjIyMFwiXTxzdHJvbmc+TWnDqXJjb2xlcyAtwqA1IGRlIE1hcnpvIDIwMTQKPC9zdHJvbmc+NzowMCBwbSBFVFsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODA4OiJbb3B0aW5fYm94IHN0eWxlPVwiN1wiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2RlZmF1bHQ9XCJJbmdyZXNlIHN1IGRpcmVjY2nDs24gZGUgY29ycmVvIGVsZWN0csOzbmljbyBcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiByZWRpcmVjdF91cmw9XCJodHRwczovL3d3dzMuZ290b21lZXRpbmcuY29tL3JlZ2lzdGVyLzQ0ODE2ODQxNFwiIG5hbWVfZGVmYXVsdD1cIkVzY3JpYmEgc3Ugbm9tYnJlIFwiIG5hbWVfb3JkZXI9XCIwXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1IZXJlXCdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdVmFsb3JhbW9zIHN1IHByaXZhY2lkYWQgeSBudW5jYSBsZSBzcGFtWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdT2J0ZW5nYSBhY2Nlc28gaW5zdGFudMOhbmVvIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjI7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTEwOiJiYWNrZ3JvdW5kLWltYWdlOnVybChodHRwOi8vb3B0aW1pemVwcmVzczIuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzA2L2JhY2sxLnBuZyk7YmFja2dyb3VuZC1yZXBlYXQ6cmVwZWF0OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTU2OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDI5d2RHbHRhWHBsY0hKbGMzTXlMbU52YlM5M2NDMWpiMjUwWlc1MEwzVndiRzloWkhNdk1qQXhNeTh3Tmk5aVlXTnJNUzV3Ym1jcElpd2lZbUZqYTJkeWIzVnVaRkJ2YzJsMGFXOXVJam9pZEdsc1pTSjkiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMzA6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCI0NFwiIGFsaWduPVwibGVmdFwiIGxpbmVfaGVpZ2h0PVwiMzVcIl08ZGl2IGRhdGEtbGI9XCJlZGl0YWJsZS1yaWNoLXRleHRcIiBkYXRhLWxiLWlkPVwibWFpbi1oZWFkbGluZVwiIGRhdGEtbGItbmFtZT1cIk1haW4gSGVhZGxpbmUgVGV4dFwiPgoKwqBMT1MgVEVNQVMgREUgRElTQ1VUSVIgSU5DTFVJUsOBTjoKCjwvZGl2PlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozODg6IltzdGVwX2dyYXBoaWNzIHN0eWxlPVwiM1wiIGNvbG9yPVwiIzFhOWVlMFwiXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIxXCIgaGVhZGxpbmU9XCJJZGVudGlmaWNhciBlbCBjb21wb3J0YW1pZW50byBkZWwgbWVyY2FkbyBhbCBpbnN0YW50ZSBcIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIkxvIHF1ZSBoYXkgcXVlIHNhYmVyIHBhcmEgY29udmVydGlyc2UgZW4gdW4gcXVhbnQgdHJhZGVyXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIzXCIgaGVhZGxpbmU9XCJJZGVudGlmaWNhciDDs3B0aW1hcyDDs3JkZW5lcyBkZSBDb21wcmEtVmVudGEgYW50ZXMgZGVsIG1vdmltaWVudG8gXCJdWy9zdGVwXVsvc3RlcF9ncmFwaGljc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ3NjoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXeKAnExhcyBlbXByZXNhcyBlc3TDoW4gYWhvcmEgZW1wbGVhbmRvIGVzdGFkaXN0YXMgYWNhZMOpbWljb3MgdGFsZW50b3NvcyBwYXJhIHJhc3RyZWFyIHBhdHJvbmVzIG8gdGVuZGVuY2lhcyBlbiBlbCBjb21wb3J0YW1pZW50byBkZWwgdHJhZGluZyB5IGNyZWFyIGbDs3JtdWxhcyBwYXJhIHByZWRlY2lyIGxvcyBmdXR1cm9zIG1vdmltaWVudG9zIGRlbCBtZXJjYWRvLiBFc3RhcyBmw7NybXVsYXMgc2UgaW5jb3Jwb3JhbiBkZXNwdcOpcyBlbiBwb2Rlcm9zYXMgY29tcHV0YWRvcmFz4oCmIEVzdG9zIHByb2dyYW1hcyBzb24gaW5tZW5zYW1lbnRlIHBvZGVyb3Nvcy4uLiBcIk1hbmVqYW4gY2FzaSB0b2RvIGxvIHF1ZSBzdWNlZGUgZW4gV2FsbCBTdHJlZXQuXCIKCi3CoCBCcml0aXNoIEJyb2FkY2FzdGluZyBDb3Jwb3JhdGlvblsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2OToiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2JiYzMtMzAweDEzNy5qcGdcIiB3aWR0aD1cIjMwMFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo1OntpOjA7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODM6IltpbWFnZXMgc3R5bGU9XCI1XCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9Kb2VAd29yay5qcGdcIiB3aWR0aD1cIjY2N1wiIGFsaWduPVwibGVmdFwiIHRvcF9tYXJnaW49XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTkxOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjVcIiBmb250X2ZvbnQ9XCJTaGFkb3dzIEludG8gTGlnaHRcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMjIwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+Sm9lIFJpb3M8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjk1OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdSm9lIFLDrW9zIGVzIHVuIHJlY29ub2NpZG8gcGlvbmVybyBkZSBzaXN0ZW1hcyBjdWFudGl0YXRpdm9zIHkgZWR1Y2FjacOzbiBkZSB0cmFkaW5nIGRlc2RlIDE5OTcuIFN1IHByb2dyYW1hIGRlIHRyYWRpbmcgYWx0YW1lbnRlIHJlY29ub2NpZG8gcG9yIHNlciBwYXNvLWEtcGFzbywgZXN0w6EgZGlzZcOxYWRvIHBhcmEgYXl1ZGFybG8gYSBjb252ZXJ0aXJzZSBlbiB1biBleGl0b3NvIFF1YW50IFRyYWRlci5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTgxOiJbaW1hZ2VzIHN0eWxlPVwiNVwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvZ3VjY2kuanBnXCIgd2lkdGg9XCIyMDlcIiBhbGlnbj1cInJpZ2h0XCIgdG9wX21hcmdpbj1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTc6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyNFwiIGZvbnRfZm9udD1cIlNoYWRvd3MgSW50byBMaWdodFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCIyMjBcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5BZ3VzdGluIENyaWFkbzwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTI6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl1EZXNjdWJyYSBsYXMgdmVyZGFkZXMgZGVsIHRyYWRpbmcgY3VhbnRpdGF0aXZvIHBvciBlbCBtZW50b3IgeSBlbnRyZW5hZG9yIGRlIFJpb3NRdWFudCBBZ3VzdGluIENyaWFkbyBlbiBlc3RlIGV4Y2x1c2l2byB3ZWJpbmFyaW8uWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMjoiW3ZlcnRpY2FsX3NwYWNpbmcgaGVpZ2h0PVwiMzBcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIzMzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwiY2VudGVyXCIgZm9udF9zaXplPVwiMTVcIiBmb250X2NvbG9yPVwiIzkxOTE5MVwiIGJvdHRvbV9wYWRkaW5nPVwiMTBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiNDYwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+U2hhcmUgdGhpcyBwYWdlIHdpdGggeW91ciBmcmllbmRzLi4uPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo0O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjM0NDoiW3NvY2lhbF9zaGFyaW5nIHN0eWxlPVwic3R5bGUtMjBcIiBmYl9saWtlX3VybD1cImh0dHBzOi8vd3d3LmZhY2Vib29rLmNvbS9wYWdlcy9SaW9zLVF1YW50LVRyYWRpbmctZW4tRXNwYSVDMyVCMW9sLzI2NTI3NjI5Njk0MDExMVwiIGZiX2NvbG9yPVwibGlnaHRcIiBmYl9sYW5nPVwiZXNfRVNcIiBmYl90ZXh0PVwicmVjb21tZW5kXCIgZmJfYnV0dG9uX3RleHQ9XCJTaGFyZVwiIHR3X2xhbmc9XCJlc1wiIHR3X2J1dHRvbl90ZXh0PVwiU2hhcmVcIiBnX2xhbmc9XCJlbi1HQlwiIGdfYnV0dG9uX3RleHQ9XCJTaGFyZVwiIGxpbmtlZGluX2xhbmc9XCJlbl9VU1wiIGFsaWdubWVudD1cImNlbnRlclwiXSAiO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6NDthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czo1NjoiYmFja2dyb3VuZDojZWE3MTEwO3BhZGRpbmctdG9wOjQ1cHg7cGFkZGluZy1ib3R0b206MjVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEwMDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5sWVRjeE1UQWlMQ0p3WVdSa2FXNW5WRzl3SWpvaU5EVWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNalVpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzE3OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjBcIiBmb250X2NvbG9yPVwiI2ZmZmZmZlwiIGFsaWduPVwiY2VudGVyXCJdQURWRVJURU5DSUE6IEVsIGFjY2VzbyBhIG51ZXN0cm8gc2lzdGVtYSBkZSB3ZWJpbmFyIGVzdMOhIGxpbWl0YWRvIHkgZWwgZXNwYWNpbyBzZSBsbGVuYW4gcsOhcGlkbywgYXPDrSBxdWUgcmVnw61zdHJlc2UgYWhvcmEgcGFyYSBldml0YXIgcGVyZGVyc2UuwqDCoEVzdGUgc2VtaW5hcmlvIGVzdMOhIGxsZW5vIGRlIGNvbnRlbmlkbyBkZSBhbHRhIGNhbGlkYWQgeSBzZSBsbGVuYW4gcsOhcGlkbyFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTo1O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE0NzoiYmFja2dyb3VuZC1pbWFnZTp1cmwoaHR0cDovL29wdGltaXplcHJlc3MyLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxMy8wNi9iYWNrMS5wbmcpO2JhY2tncm91bmQtcmVwZWF0OnJlcGVhdDtwYWRkaW5nLXRvcDozMHB4O3BhZGRpbmctYm90dG9tOjUwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoyMDg6ImV5SmlZV05yWjNKdmRXNWtTVzFoWjJVaU9pSjFjbXdvYUhSMGNEb3ZMMjl3ZEdsdGFYcGxjSEpsYzNNeUxtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE15OHdOaTlpWVdOck1TNXdibWNwSWl3aVltRmphMmR5YjNWdVpGQnZjMmwwYVc5dUlqb2lkR2xzWlNJc0luQmhaR1JwYm1kVWIzQWlPaUl6TUNJc0luQmhaR1JwYm1kQ2IzUjBiMjBpT2lJMU1DSjkiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3MDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjI1XCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGFsaWduPVwiY2VudGVyXCIgYm90dG9tX21hcmdpbj1cIjIwXCJdw4lzdGUgZXN0YXLDoSBhIHNhbHZvLCBhc8OtIHF1ZSByZWNsYW1hciBlbCBhY2Nlc28gZGUgYWJham8hWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjgwOToiW29wdGluX2JveCBzdHlsZT1cIjdcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9kZWZhdWx0PVwiSW5ncmVzZSBzdSBkaXJlY2Npw7NuIGRlIGNvcnJlbyBlbGVjdHLDs25pY28gXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImVtYWlsXCIgcmVkaXJlY3RfdXJsPVwiaHR0cHM6Ly93d3czLmdvdG9tZWV0aW5nLmNvbS9yZWdpc3Rlci80NDgxNjg0MTRcIiBuYW1lX2RlZmF1bHQ9XCJFc2NyaWJhIHN1IG5vbWJyZSBcIiBuYW1lX29yZGVyPVwiMFwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdSGVyZVwncyBUaGUgSGVhZGxpbmUgRm9yIFRoZSBCb3hbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1URzl5WlcwZ2FYQnpkVzBnWkc5c2IzSWdjMmwwSUdGdFpYUXNJR052Ym5ObFkzUmxkSFZ5SUdGa2FYQnBjMk5wYm1jZ1pXeHBkQzRnUkc5dVpXTWdkbVZzSUc1MWJtTWdibTl1SUd4aFkzVnpJSFpsYm1WdVlYUnBjeUJqYjIxdGIyUnZMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVZhbG9yYW1vcyBzdSBwcml2YWNpZGFkIHkgbnVuY2EgbGUgc3BhbSBbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1PYnRlbmdhIEFjY2VzbyBJbnN0YW50w6FuZW8hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX19','YToxNDp7czo1OiJ0aGVtZSI7czo2ODoiWVRveU9udHpPalE2SW5SNWNHVWlPM002T1RvaWJXRnlhMlYwYVc1bklqdHpPak02SW1ScGNpSTdjem94T2lJeElqdDkiO3M6MTM6ImhlYWRlcl9sYXlvdXQiO3M6MTA3MjoiWVRveE1EcDdjem8wT2lKc2IyZHZJanR6T2pnd09pSm9kSFJ3T2k4dmQzZDNMblJvWlhSeVlXUnBibWR5YjI5dExtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE5DOHdNeTlUWVcxd2JHVk1iMmR2TFVSaGNtc3hNREV6TG5CdVp5STdjem8xT2lKaVoybHRaeUk3Y3pvd09pSWlPM002TVRFNkluSmxjR1ZoZEdKbmFXMW5JanR6T2pBNklpSTdjem8zT2lKaVoyTnZiRzl5SWp0ek9qYzZJaU5tTUdWbVpqQWlPM002TVRBNklteHBibXRmWTI5c2IzSWlPM002TURvaUlqdHpPakV6T2lKdFpXNTFMWEJ2YzJsMGFXOXVJanR6T2prNkltRnNiMjVuYzJsa1pTSTdjem8zT2lKbGJtRmliR1ZrSWp0ek9qRTZJazRpTzNNNk1UTTZJbTVoZGw5aVlYSmZZV0p2ZG1VaU8yRTZOenA3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWs0aU8zTTZNem9pYm1GMklqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOXphR0ZrYjNjaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzZGxhV2RvZENJN2N6b3dPaUlpTzNNNk9Ub2labTl1ZEY5emFYcGxJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjltWVcxcGJIa2lPM002TURvaUlqdHpPalE2SW14dloyOGlPM002TURvaUlqdDljem94TXpvaWJtRjJYMkpoY2w5aVpXeHZkeUk3WVRvM09udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSnVZWFlpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDNOb1lXUnZkeUk3Y3pvd09pSWlPM002TVRFNkltWnZiblJmZDJWcFoyaDBJanR6T2pBNklpSTdjem81T2lKbWIyNTBYM05wZW1VaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgyWmhiV2xzZVNJN2N6b3dPaUlpTzNNNk5Eb2liRzluYnlJN2N6b3dPaUlpTzMxek9qRTNPaUp1WVhaZlltRnlYMkZzYjI1bmMybGtaU0k3WVRvMk9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSnVZWFlpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDNOb1lXUnZkeUk3Y3pvd09pSWlPM002TVRFNkltWnZiblJmZDJWcFoyaDBJanR6T2pBNklpSTdjem81T2lKbWIyNTBYM05wZW1VaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgyWmhiV2xzZVNJN2N6b3dPaUlpTzMxOSI7czoxMjoiZmVhdHVyZV9hcmVhIjtzOjEyMDoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvME9pSjBlWEJsSWp0cE9qRTdjem80T2lKelpYUjBhVzVuY3lJN1lUb3hPbnR6T2pFeU9pSm1iMjUwWDI5d2RHbHZibk1pTzJFNk1EcDdmWDE5IjtzOjEzOiJmZWF0dXJlX3RpdGxlIjtzOjY0OiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8xT2lKMGFYUnNaU0k3Y3pvd09pSWlPMzA9IjtzOjExOiJmb290ZXJfYXJlYSI7czozNjA6IllUbzRPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qQTZJaUk3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYMlpoYldsc2VTSTdjem93T2lJaU8zTTZNVEk2SW14aGNtZGxYMlp2YjNSbGNpSTdZVG94T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdmWE02TVRjNkltWnZiM1JsY2w5a2FYTmpiR0ZwYldWeUlqdGhPakk2ZTNNNk56b2laVzVoWW14bFpDSTdjem94T2lKT0lqdHpPamM2SW0xbGMzTmhaMlVpTzNNNk1Eb2lJanQ5ZlE9PSI7czoxMDoidHlwb2dyYXBoeSI7czoxNDc2OiJZVG95T250ek9qRXpPaUptYjI1MFgyVnNaVzFsYm5SeklqdGhPams2ZTNNNk1UQTZJbk5wZEdWZmRHbDBiR1VpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pBNklpSTdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pvM09pSjBZV2RzYVc1bElqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3dPaUlpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZOem9pWkdWbVlYVnNkQ0k3WVRvME9udHpPalE2SW5OcGVtVWlPM002TWpvaU1UY2lPM002TkRvaVptOXVkQ0k3Y3pvME9pSkJjMkZ3SWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem8wT2lJak5EUTBJanQ5Y3pveU9pSm9NU0k3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TkRvaVFYTmhjQ0k3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTWlJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk5Eb2lRWE5oY0NJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem95T2lKb015STdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZNRG9pSWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zMXpPakk2SW1nMElqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3dPaUlpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qQTZJaUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTmlJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1Eb2lJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzMxOWN6b3hORG9pWTI5c2IzSmZaV3hsYldWdWRITWlPMkU2TmpwN2N6b3hOem9pWm05dmRHVnlYM1JsZUhSZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFM09pSm1iMjkwWlhKZmJHbHVhMTlqYjJ4dmNpSTdjem93T2lJaU8zTTZNak02SW1admIzUmxjbDlzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanR6T2pBNklpSTdjem94T0RvaVptVmhkSFZ5WlY5MFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hPRG9pWm1WaGRIVnlaVjlzYVc1clgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveU5Eb2labVZoZEhWeVpWOXNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdHpPakE2SWlJN2ZYMD0iO3M6MjE6ImNvbG9yX3NjaGVtZV9hZHZhbmNlZCI7czoyNDIwOiJZVG8zT250ek9qRXpPaUp1WVhaZlltRnlYMkZpYjNabElqdGhPakV3T250ek9qRXpPaUp1WVhaZlltRnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hNVG9pYm1GMlgySmhjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRTVPaUp1WVhaZlltRnlYMmh2ZG1WeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE56b2libUYyWDJKaGNsOW9iM1psY2w5bGJtUWlPM002TURvaUlqdHpPakV3T2lKdVlYWmZZbUZ5WDJKbklqdHpPakE2SWlJN2N6b3lNam9pYm1GMlgySmhjbDlpWjE5b2IzWmxjbDl6ZEdGeWRDSTdjem93T2lJaU8zTTZNVFU2SW01aGRsOWlZWEpmWkdSZmJHbHVheUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlpHUmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRXlPaUp1WVhaZlltRnlYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRXpPaUp1WVhaZlltRnlYMmh2ZG1WeUlqdHpPakE2SWlJN2ZYTTZNVE02SW01aGRsOWlZWEpmWW1Wc2IzY2lPMkU2TVRBNmUzTTZNVE02SW01aGRsOWlZWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakV4T2lKdVlYWmZZbUZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVGs2SW01aGRsOWlZWEpmYUc5MlpYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRTNPaUp1WVhaZlltRnlYMmh2ZG1WeVgyVnVaQ0k3Y3pvd09pSWlPM002TVRBNkltNWhkbDlpWVhKZlltY2lPM002TURvaUlqdHpPakl5T2lKdVlYWmZZbUZ5WDJKblgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TlRvaWJtRjJYMkpoY2w5a1pGOXNhVzVySWp0ek9qQTZJaUk3Y3pveE5qb2libUYyWDJKaGNsOWtaRjlvYjNabGNpSTdjem93T2lJaU8zTTZNVEk2SW01aGRsOWlZWEpmYkdsdWF5STdjem93T2lJaU8zTTZNVE02SW01aGRsOWlZWEpmYUc5MlpYSWlPM002TURvaUlqdDljem94TnpvaWJtRjJYMkpoY2w5aGJHOXVaM05wWkdVaU8yRTZOenA3Y3pveE1Eb2libUYyWDJKaGNsOWlaeUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlltZGZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qSXdPaUp1WVhaZlltRnlYMkpuWDI1aGRsOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRTFPaUp1WVhaZlltRnlYMlJrWDJ4cGJtc2lPM002TURvaUlqdHpPakUyT2lKdVlYWmZZbUZ5WDJSa1gyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1USTZJbVpsWVhSMWNtVmZZWEpsWVNJN1lUbzNPbnR6T2pFek9pSm1aV0YwZFhKbFgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2labVZoZEhWeVpWOWxibVFpTzNNNk1Eb2lJanR6T2pFd09pSjBaWGgwWDJOdmJHOXlJanR6T2pBNklpSTdjem94TURvaWJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TVRZNklteHBibXRmYUc5MlpYSmZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMXpPakk2SW1KbklqdHpPakE2SWlJN2N6b3hNRG9pWW1kZmIzQjBhVzl1Y3lJN2N6b3dPaUlpTzMxek9qRXpPaUptWldGMGRYSmxYM1JwZEd4bElqdGhPak02ZTNNNk1UazZJbVpsWVhSMWNtVmZkR2wwYkdWZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSm1aV0YwZFhKbFgzUnBkR3hsWDJWdVpDSTdjem93T2lJaU8zTTZNalE2SW1abFlYUjFjbVZmZEdsMGJHVmZkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPMzF6T2pZNkltWnZiM1JsY2lJN1lUbzFPbnR6T2pFeU9pSm1iMjkwWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFd09pSm1iMjkwWlhKZlpXNWtJanR6T2pBNklpSTdjem94TnpvaVptOXZkR1Z5WDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTNPaUptYjI5MFpYSmZiR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlhNNk1qTTZJbVp2YjNSbGNsOXNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdGhPakk2ZTNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTFPaUowWlhoMFgyUmxZMjl5WVhScGIyNGlPM002TURvaUlqdDlmWE02TkRvaWNHRm5aU0k3WVRvME9udHpPakV5T2lKeVpYQmxZWFJwYm1kZlltY2lPM002TURvaUlqdHpPamc2SW1KblgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE1Eb2liR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlhNNk1UWTZJbXhwYm10ZmFHOTJaWEpmWTI5c2IzSWlPMkU2TWpwN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zTTZNVFU2SW5SbGVIUmZaR1ZqYjNKaGRHbHZiaUk3Y3pvd09pSWlPMzE5ZlE9PSI7czoxNToibW9iaWxlX3JlZGlyZWN0IjtzOjYwOiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdDkiO3M6Mzoic2VvIjtzOjE5MjoiWVRvMk9udHpPalU2SW5ScGRHeGxJanR6T2pBNklpSTdjem94TVRvaVpHVnpZM0pwY0hScGIyNGlPM002TURvaUlqdHpPamc2SW10bGVYZHZjbVJ6SWp0ek9qQTZJaUk3Y3pvM09pSnZaM1JwZEd4bElqdHpPakE2SWlJN2N6b3hNem9pYjJka1pYTmpjbWx3ZEdsdmJpSTdjem93T2lJaU8zTTZOem9pYjJkcGJXRm5aU0k3Y3pvd09pSWlPMzA9IjtzOjc6InNjcmlwdHMiO3M6ODg6IllUb3hPbnRwT2pBN1lUb3lPbnR6T2pnNkluQnZjMmwwYVc5dUlqdHpPalk2SW1obFlXUmxjaUk3Y3pvMk9pSnpZM0pwY0hRaU8zTTZNRG9pSWp0OWZRPT0iO3M6ODoiZmJfc2hhcmUiO3M6MTI0OiJZVG8wT250ek9qVTZJblJwZEd4bElqdHpPakE2SWlJN2N6b3hNVG9pWkdWelkzSnBjSFJwYjI0aU8zTTZNRG9pSWp0ek9qVTZJbWx0WVdkbElqdHpPakE2SWlJN2N6bzRPaUpzYVd0bFgzVnliQ0k3Y3pvd09pSWlPMzA9IjtzOjg6ImxpZ2h0Ym94IjtzOjM3MDA6IllUbzFPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzNPaUp6YUc5M1gyOXVJanR6T2pRNklteHZZV1FpTzNNNk5Eb2lkSGx3WlNJN2N6bzFPaUp2Y0hScGJpSTdjem94TURvaWIzQjBhVzVmWm05eWJTSTdZVG96T250ek9qazZJbVp2Y20xZmFIUnRiQ0k3WVRveE56cDdjem94TURvaVpXMWhhV3hmWkdGMFlTSTdjem93T2lJaU8zTTZNVE02SW1WdFlXbHNYMkZrWkhKbGMzTWlPM002TURvaUlqdHpPakV5T2lKeVpXUnBjbVZqZEY5MWNtd2lPM002TURvaUlqdHpPakV5T2lKbGVIUnlZVjltYVdWc1pITWlPM002TURvaUlqdHpPakU0T2lKbGJXRnBiRjlsZUhSeVlWOW1hV1ZzWkhNaU8zTTZNRG9pSWp0ek9qUTZJbWgwYld3aU8zTTZNRG9pSWp0ek9qRXdPaUp1WlhkZmQybHVaRzkzSWp0ek9qQTZJaUk3Y3pveE1qb2laR2x6WVdKc1pWOXVZVzFsSWp0ek9qQTZJaUk3Y3pvNE9pSnVZVzFsWDJKdmVDSTdjem93T2lJaU8zTTZPVG9pWlcxaGFXeGZZbTk0SWp0ek9qQTZJaUk3Y3pvMk9pSmhZM1JwYjI0aU8zTTZNRG9pSWp0ek9qWTZJbVpwWld4a2N5STdjem93T2lJaU8zTTZOam9pYldWMGFHOWtJanR6T2pRNkluQnZjM1FpTzNNNk1UWTZJbWx1ZEdWbmNtRjBhVzl1WDNSNWNHVWlPM002TmpvaVkzVnpkRzl0SWp0ek9qUTZJbXhwYzNRaU8zTTZNRG9pSWp0ek9qRTBPaUowYUdGdWExOTViM1ZmY0dGblpTSTdjem93T2lJaU8zTTZNVEU2SW1GamRHbHZibDl3WVdkbElqdHpPakE2SWlJN2ZYTTZOem9pWTI5dWRHVnVkQ0k3WVRvMU9udHpPalU2SW5ScGRHeGxJanR6T2pNeU9pSlRaV3hzSUVGdWVYUm9hVzVuSUZkcGRHZ2dUM0IwYVcxcGVtVlFjbVZ6Y3lJN2N6b3hNVG9pWm05eWJWOW9aV0ZrWlhJaU8zTTZPRGc2SWt4dmNtVnRJR2x3YzNWdElHUnZiRzl5SUhOcGRDQmhiV1YwTENCamIyNXpaV04wWlhSMVpYSWdZV1JwY0dselkybHVaeUJsYkdsMExDQnpaV1FnWkdsaGJTQnViMjUxYlcxNUlHNXBZbWdnWlhWcGMyMXZaQzRpTzNNNk1URTZJbVp2YjNSbGNsOXViM1JsSWp0ek9qWTBPaUpaYjNWeUlHbHVabTl5YldGMGFXOXVJR2x6SURFd01DVWdjMlZqZFhKbElIZHBkR2dnZFhNZ1lXNWtJSGRwYkd3Z2JtVjJaWElnWW1VZ2MyaGhjbVZrSWp0ek9qRXlPaUp1WVcxbFgyUmxabUYxYkhRaU8zTTZNalE2SWtWdWRHVnlJSGx2ZFhJZ1JtbHljM1FnVG1GdFpTNHVMaUk3Y3pveE16b2laVzFoYVd4ZlpHVm1ZWFZzZENJN2N6b3lOem9pUlc1MFpYSWdlVzkxY2lCRmJXRnBiQ0JCWkdSeVpYTnpMaTR1SWp0OWN6b3hNem9pYzNWaWJXbDBYMkoxZEhSdmJpSTdZVG8xTmpwN2N6bzJPaUppZFhSMGIyNGlPMkU2TURwN2ZYTTZPRG9pYkc5allYUnBiMjRpTzNNNk16WTZJbTl3WDJ4cFoyaDBZbTk0WDI5d2RHbHVYMlp2Y20xZmMzVmliV2wwWDJKMWRIUnZiaUk3Y3pvM09pSmpiMjUwWlc1MElqdHpPakE2SWlJN2N6bzBPaUowZVhCbElqdHpPakU2SWpBaU8zTTZOVG9pYVcxaFoyVWlPM002TURvaUlqdHpPakV5T2lKbGJHVnRaVzUwWDNSNWNHVWlPM002TURvaUlqdHpPalE2SW1oeVpXWWlPM002TURvaUlqdHpPakV3T2lKdVpYZGZkMmx1Wkc5M0lqdHpPakE2SWlJN2N6b3lPaUpqWXlJN2N6b3dPaUlpTzNNNk5Ub2lZV3hwWjI0aU8zTTZNRG9pSWp0ek9qUTZJblJsZUhRaU8zTTZNRG9pSWp0ek9qazZJblJsZUhSZmMybDZaU0k3Y3pveU9pSXpNaUk3Y3pveE1Eb2lkR1Y0ZEY5amIyeHZjaUk3Y3pvM09pSWpNREF3TURBd0lqdHpPams2SW5SbGVIUmZabTl1ZENJN2N6b3dPaUlpTzNNNk9Ub2lkR1Y0ZEY5aWIyeGtJanR6T2pFNklqRWlPM002TVRRNkluUmxlSFJmZFc1a1pYSnNhVzVsSWp0ek9qQTZJaUk3Y3pveE1Ub2lkR1Y0ZEY5cGRHRnNhV01pTzNNNk1Eb2lJanR6T2pFNU9pSjBaWGgwWDJ4bGRIUmxjbDl6Y0dGamFXNW5JanR6T2pFNklqQWlPM002TVRNNkluTjFZblJsZUhSZmNHRnVaV3dpTzNNNk1Eb2lJanR6T2pjNkluTjFZblJsZUhRaU8zTTZNRG9pSWp0ek9qRXlPaUp6ZFdKMFpYaDBYM05wZW1VaU8zTTZNRG9pSWp0ek9qRXpPaUp6ZFdKMFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hNam9pYzNWaWRHVjRkRjltYjI1MElqdHpPakE2SWlJN2N6b3hNam9pYzNWaWRHVjRkRjlpYjJ4a0lqdHpPakE2SWlJN2N6b3hOem9pYzNWaWRHVjRkRjkxYm1SbGNteHBibVVpTzNNNk1Eb2lJanR6T2pFME9pSnpkV0owWlhoMFgybDBZV3hwWXlJN2N6b3dPaUlpTzNNNk1qSTZJbk4xWW5SbGVIUmZiR1YwZEdWeVgzTndZV05wYm1jaU8zTTZNRG9pSWp0ek9qRTNPaUowWlhoMFgzTm9ZV1J2ZDE5d1lXNWxiQ0k3Y3pveE9pSlpJanR6T2pJd09pSjBaWGgwWDNOb1lXUnZkMTkyWlhKMGFXTmhiQ0k3Y3pveE9pSXhJanR6T2pJeU9pSjBaWGgwWDNOb1lXUnZkMTlvYjNKcGVtOXVkR0ZzSWp0ek9qRTZJakFpTzNNNk1UYzZJblJsZUhSZmMyaGhaRzkzWDJOdmJHOXlJanR6T2pjNklpTm1abVptTURBaU8zTTZNVFk2SW5SbGVIUmZjMmhoWkc5M1gySnNkWElpTzNNNk1Ub2lNQ0k3Y3pveE16b2ljM1I1YkdsdVoxOTNhV1IwYUNJN2N6b3dPaUlpTzNNNk1UUTZJbk4wZVd4cGJtZGZhR1ZwWjJoMElqdHpPakE2SWlJN2N6b3lNRG9pYzNSNWJHbHVaMTlpYjNKa1pYSmZZMjlzYjNJaU8zTTZOem9pSXpBd01EQXdNQ0k3Y3pveE9Ub2ljM1I1YkdsdVoxOWliM0prWlhKZmMybDZaU0k3Y3pveE9pSXhJanR6T2pJeE9pSnpkSGxzYVc1blgySnZjbVJsY2w5eVlXUnBkWE1pTzNNNk1Ub2lOaUk3Y3pveU1qb2ljM1I1YkdsdVoxOWliM0prWlhKZmIzQmhZMmwwZVNJN2N6b3pPaUl4TURBaU8zTTZNVFk2SW5OMGVXeHBibWRmWjNKaFpHbGxiblFpTzNNNk1Eb2lJanR6T2pFek9pSnpkSGxzYVc1blgzTm9hVzVsSWp0ek9qRTZJbGtpTzNNNk1qZzZJbk4wZVd4cGJtZGZaM0poWkdsbGJuUmZjM1JoY25SZlkyOXNiM0lpTzNNNk56b2lJMlptWm1Zd01DSTdjem95TmpvaWMzUjViR2x1WjE5bmNtRmthV1Z1ZEY5bGJtUmZZMjlzYjNJaU8zTTZOem9pSTJabVlUQXpOU0k3Y3pveE56b2laSEp2Y0Y5emFHRmtiM2RmY0dGdVpXd2lPM002TVRvaVdTSTdjem95TURvaVpISnZjRjl6YUdGa2IzZGZkbVZ5ZEdsallXd2lPM002TVRvaU1TSTdjem95TWpvaVpISnZjRjl6YUdGa2IzZGZhRzl5YVhwdmJuUmhiQ0k3Y3pveE9pSXdJanR6T2pFMk9pSmtjbTl3WDNOb1lXUnZkMTlpYkhWeUlqdHpPakU2SWpFaU8zTTZNVGc2SW1SeWIzQmZjMmhoWkc5M1gzTndjbVZoWkNJN2N6b3hPaUl3SWp0ek9qRTNPaUprY205d1gzTm9ZV1J2ZDE5amIyeHZjaUk3Y3pvM09pSWpNREF3TURBd0lqdHpPakU1T2lKa2NtOXdYM05vWVdSdmQxOXZjR0ZqYVhSNUlqdHpPakk2SWpVd0lqdHpPakU0T2lKcGJuTmxkRjl6YUdGa2IzZGZjR0Z1Wld3aU8zTTZNVG9pV1NJN2N6b3lNVG9pYVc1elpYUmZjMmhoWkc5M1gzWmxjblJwWTJGc0lqdHpPakU2SWpBaU8zTTZNak02SW1sdWMyVjBYM05vWVdSdmQxOW9iM0pwZW05dWRHRnNJanR6T2pFNklqQWlPM002TVRjNkltbHVjMlYwWDNOb1lXUnZkMTlpYkhWeUlqdHpPakU2SWpBaU8zTTZNVGs2SW1sdWMyVjBYM05vWVdSdmQxOXpjSEpsWVdRaU8zTTZNVG9pTVNJN2N6b3hPRG9pYVc1elpYUmZjMmhoWkc5M1gyTnZiRzl5SWp0ek9qYzZJaU5tWm1abU1EQWlPM002TWpBNkltbHVjMlYwWDNOb1lXUnZkMTl2Y0dGamFYUjVJanR6T2pJNklqVXdJanQ5ZlhNNk1USTZJbWgwYld4ZlkyOXVkR1Z1ZENJN1lUb3hPbnR6T2pjNkltTnZiblJsYm5RaU8zTTZNRG9pSWp0OWZRPT0iO3M6MTM6ImV4aXRfcmVkaXJlY3QiO3M6ODg6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUoxY213aU8zTTZNRG9pSWp0ek9qYzZJbTFsYzNOaFoyVWlPM002TURvaUlqdDkiO3M6MTM6ImxhdW5jaF9mdW5uZWwiO3M6MTkyOiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem81T2lKbWRXNXVaV3hmYVdRaU8zTTZNVG9pTVNJN2N6b3hOam9pWjJGMFpYZGhlVjl2ZG1WeWNtbGtaU0k3WVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvNE9pSnlaV1JwY21WamRDSTdjem93T2lJaU8zTTZORG9pWTI5a1pTSTdjem93T2lJaU8zMTkiO30='),(4,'MONDAY OPTIONS','YToxOntzOjQ6ImJvZHkiO2E6Njp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM3OiJwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjEwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo1NjoiZXlKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTVRBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIzNDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIwXCIgZm9udF9mb250PVwiQXNhcFwiIGZvbnRfc3R5bGU9XCJub3JtYWxcIiBmb250X2NvbG9yPVwiIzFhOWVlMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl08c3Ryb25nPkxJVkUgV0VCSU5BUiBFdmVudCB3aXRoIE9wdGlvbnMgVHJhZGVycyBKb2UgQ29udGVzIGFuZCBLZW4gRXJpa3Nlbjwvc3Ryb25nPlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzFhOWVlMDtwYWRkaW5nLXRvcDozMHB4O3BhZGRpbmctYm90dG9tOjI1cHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeFlUbGxaVEFpTENKd1lXUmthVzVuVkc5d0lqb2lNekFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpVaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE5NzoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjMwXCIgZm9udF9mb250PVwiQXNhcFwiIGZvbnRfc3R5bGU9XCJib2xkXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBmb250X3NoYWRvdz1cImRhcmtcIiBhbGlnbj1cImNlbnRlclwiXUdldCBBaGVhZCBGYXN0ZXI6IE1pdGlnYXRlIFlvdXIgUmlzayBpbiBUcmFkaW5nWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzg6ImJhY2tncm91bmQ6IzIxMjEyMTtwYWRkaW5nLWJvdHRvbTowcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo3MjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU15TVRJeE1qRWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNQ0o5IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4NToiW2NhbGVuZGFyX2RhdGUgc3R5bGU9XCIxXCIgbW9udGg9XCJNYXJjaFwiIGNhbGVuZGFyX2Jhcl9jb2xvcj1cIiNmZjAwMDBcIiBkYXk9XCIxMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIwODoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjIxXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiB3aWR0aD1cIjIyMFwiXTxzdHJvbmc+TW9uZGF5LCBNYXJjaCAxMHRoCjwvc3Ryb25nPjg6MDAgUE0gRWFzdGVybiBUaW1lCjU6MDAgUE0gUGFjaWZpYyBUaW1lCgo8cD4mbmJzcDs8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3ODg6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIHJlZGlyZWN0X3VybD1cImh0dHBzOi8vd3d3My5nb3RvbWVldGluZy5jb20vcmVnaXN0ZXIvNTI4ODc2OTgyXCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXUhlcmVcJ3MgVGhlIEhlYWRsaW5lIEZvciBUaGUgQm94Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdVEc5eVpXMGdhWEJ6ZFcwZ1pHOXNiM0lnYzJsMElHRnRaWFFzSUdOdmJuTmxZM1JsZEhWeUlHRmthWEJwYzJOcGJtY2daV3hwZEM0Z1JHOXVaV01nZG1Wc0lHNTFibU1nYm05dUlHeGhZM1Z6SUhabGJtVnVZWFJwY3lCamIyMXRiMlJ2TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdR2V0IEluc3RhbnQgQWNjZXNzIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjI7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTEwOiJiYWNrZ3JvdW5kLWltYWdlOnVybChodHRwOi8vb3B0aW1pemVwcmVzczIuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzA2L2JhY2sxLnBuZyk7YmFja2dyb3VuZC1yZXBlYXQ6cmVwZWF0OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTU2OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDI5d2RHbHRhWHBsY0hKbGMzTXlMbU52YlM5M2NDMWpiMjUwWlc1MEwzVndiRzloWkhNdk1qQXhNeTh3Tmk5aVlXTnJNUzV3Ym1jcElpd2lZbUZqYTJkeWIzVnVaRkJ2YzJsMGFXOXVJam9pZEdsc1pTSjkiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNzc6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzNVwiIGFsaWduPVwibGVmdFwiIGxpbmVfaGVpZ2h0PVwiMzVcIl08ZGl2IGRhdGEtbGI9XCJlZGl0YWJsZS1yaWNoLXRleHRcIiBkYXRhLWxiLWlkPVwibWFpbi1oZWFkbGluZVwiIGRhdGEtbGItbmFtZT1cIk1haW4gSGVhZGxpbmUgVGV4dFwiPkRVUklORyBUSElTIDxzcGFuIHN0eWxlPVwiY29sb3I6ICMxYTllZTA7XCI+PGI+RlJFRSBXRUJJTkFSPC9iPjwvc3Bhbj4gWU9VIFdJTEwgTEVBUk46PC9kaXY+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI0MToiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCIzXCIgY29sb3I9XCIjMWE5ZWUwXCJdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIkhvdyB0byBVbmRlcnN0YW5kIHRoZSBSZWFsIFJpc2sgaW4gVHJhZGluZ1wiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjNcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiSW5ub3ZhdGl2ZSBBcHByb2FjaCB0byBSaXNrIE1hbmFnZW1lbnRcIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDAwOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdPHA+Jm5ic3A7PC9wPkpvaW4gdGhlIFJpb3NRdWFudCB0ZWFtIG9mIEpvZSBDb250ZXMgYW5kIEtlbiBFcmlrc2VuIGFzIHRoZXkgZXhwbG9yZSB0aGUgbXlzdGVyeSBvZiByaXNrIGluIHRyYWRpbmcuIMKgV2F0Y2ggYXMgSm9lIHNoYXJlcyBoaXMgYXBwcm9hY2ggdG8gcmlzayBtYW5hZ2VtZW50IGFuZCBzb21lIG9mIHRoZSB0ZWNobmlxdWVzIGhlIHVzZXMgdG8gbWl0aWdhdGUgcmlzay4gSGUgdGhlbiBwYWludHMgYSBwaWN0dXJlIG9mIGhvdyB0byBjcmVhdGUgYSB2aXN1YWwgdmlldyBvZiByaXNrIHRoYXQgc2hvdWxkIGFsd2F5cyBiZSBpbmNvcnBvcmF0ZWQgaW50byB5b3VyIHRyYWRlcy5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjc6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTc6IltpbWFnZXMgc3R5bGU9XCI1XCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9ycS1nbGFzcy1vZmZpY2Utc25pcC5qcGdcIiB3aWR0aD1cIjkwM1wiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMTY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyNFwiIGZvbnRfZm9udD1cIlNoYWRvd3MgSW50byBMaWdodFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCI0NjBcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5GT0NVU0VEIE9OIFRIRSBTQ0lFTkNFIE9GIFRSQURJTkc8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319aTozO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6NDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMjoiW3ZlcnRpY2FsX3NwYWNpbmcgaGVpZ2h0PVwiMzBcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo1O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIzMzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwiY2VudGVyXCIgZm9udF9zaXplPVwiMTVcIiBmb250X2NvbG9yPVwiIzkxOTE5MVwiIGJvdHRvbV9wYWRkaW5nPVwiMTBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiNDYwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+U2hhcmUgdGhpcyBwYWdlIHdpdGggeW91ciBmcmllbmRzLi4uPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo2O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI2NDoiW3NvY2lhbF9zaGFyaW5nIHN0eWxlPVwic3R5bGUtMjBcIiBmYl9jb2xvcj1cImxpZ2h0XCIgZmJfbGFuZz1cImVuX0dCXCIgZmJfdGV4dD1cInJlY29tbWVuZFwiIGZiX2J1dHRvbl90ZXh0PVwiU2hhcmVcIiB0d19sYW5nPVwiZW5cIiB0d19idXR0b25fdGV4dD1cIlNoYXJlXCIgZ19sYW5nPVwiZW4tR0JcIiBnX2J1dHRvbl90ZXh0PVwiU2hhcmVcIiBwX2Rlc2NyaXB0aW9uPVwiXCIgbGlua2VkaW5fbGFuZz1cImVuX1VTXCIgYWxpZ25tZW50PVwiY2VudGVyXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjQ7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6I2VhNzExMDtwYWRkaW5nLXRvcDo0NXB4O3BhZGRpbmctYm90dG9tOjI1cHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObFlUY3hNVEFpTENKd1lXUmthVzVuVkc5d0lqb2lORFVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpVaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI5NjoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIwXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBhbGlnbj1cImNlbnRlclwiXVdBUk5JTkc6IMKgV2Ugb25seSBoYXZlIDEwMCBzcG90cyBvbiBvdXIgd2ViaW5hciBzeXN0ZW0gYXZhaWxhYmxlIGFuZMKgc3BhY2Ugd2lsbCBmaWxsIHVwIGZhc3Qgc28gcmVnaXN0ZXIgbm93IHRvIGF2b2lkIG1pc3Npbmcgb3V0LiDCoFRoaXMgd2ViaW5hciBpcyBwYWNrZWQgd2l0aCBoaWdoIHF1YWxpdHkgY29udGVudCBhbmQgd2lsbCBmaWxsIHVwIGZhc3QhWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQwMToiW2NvdW50ZG93bl90aW1lciBzdHlsZT1cIjJcIiBlbmRfZGF0ZT1cIjIwMTQvMy8xMSAxOjAwOjAwIEdNVCAtNVwiIHllYXJzX3RleHQ9XCJZZWFyc1wiIHllYXJzX3RleHRfc2luZ3VsYXI9XCJZZWFyXCIgbW9udGhzX3RleHQ9XCJNb250aHNcIiBtb250aHNfdGV4dF9zaW5ndWxhcj1cIk1vbnRoXCIgZGF5c190ZXh0PVwiRGF5c1wiIGRheXNfdGV4dF9zaW5ndWxhcj1cIkRheVwiIGhvdXJzX3RleHQ9XCJIb3Vyc1wiIGhvdXJzX3RleHRfc2luZ3VsYXI9XCJIb3VyXCIgbWludXRlc190ZXh0PVwiTWludXRlc1wiIG1pbnV0ZXNfdGV4dF9zaW5ndWxhcj1cIk1pbnV0ZVwiIHNlY29uZHNfdGV4dD1cIlNlY29uZHNcIiBzZWNvbmRzX3RleHRfc2luZ3VsYXI9XCJTZWNvbmRcIl1bL2NvdW50ZG93bl90aW1lcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6NTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNDc6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbTo1MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MjA4OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDI5d2RHbHRhWHBsY0hKbGMzTXlMbU52YlM5M2NDMWpiMjUwWlc1MEwzVndiRzloWkhNdk1qQXhNeTh3Tmk5aVlXTnJNUzV3Ym1jcElpd2lZbUZqYTJkeWIzVnVaRkJ2YzJsMGFXOXVJam9pZEdsc1pTSXNJbkJoWkdScGJtZFViM0FpT2lJek1DSXNJbkJoWkdScGJtZENiM1IwYjIwaU9pSTFNQ0o5IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyNVwiIGZvbnRfc3R5bGU9XCJub3JtYWxcIiBhbGlnbj1cImNlbnRlclwiIGJvdHRvbV9tYXJnaW49XCIyMFwiXTxzdHJvbmc+VGhpcyBvbmUgd2lsbCBiZSBubyBleGNlcHRpb24uwqBTbyBjbGFpbSB5b3VyIHNwb3QgYmVsb3chPC9zdHJvbmc+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc4ODoiW29wdGluX2JveCBzdHlsZT1cIjdcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImVtYWlsXCIgcmVkaXJlY3RfdXJsPVwiaHR0cHM6Ly93d3czLmdvdG9tZWV0aW5nLmNvbS9yZWdpc3Rlci81Mjg4NzY5ODJcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdSGVyZVwncyBUaGUgSGVhZGxpbmUgRm9yIFRoZSBCb3hbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1URzl5WlcwZ2FYQnpkVzBnWkc5c2IzSWdjMmwwSUdGdFpYUXNJR052Ym5ObFkzUmxkSFZ5SUdGa2FYQnBjMk5wYm1jZ1pXeHBkQzRnUkc5dVpXTWdkbVZzSUc1MWJtTWdibTl1SUd4aFkzVnpJSFpsYm1WdVlYUnBjeUJqYjIxdGIyUnZMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1HZXQgSW5zdGFudCBBY2Nlc3MhWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI3MzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkNPTU1PRElUWSBGVVRVUkVTLCBPUFRJT05TLCBBTkQgRk9SRVggVFJBRElORyBJTlZPTFZFUyBTVUJTVEFOVElBTCBSSVNLIEFORCBJUyBOT1QgU1VJVEFCTEUgRk9SIEFMTCBJTlZFU1RPUlMgLiBQQVNUIFJFU1VMVFMgQVJFIE5PVCBORUNFU1NBUklMWSBJTkRJQ0FUSVZFIE9GIEZVVFVSRSBSRVNVTFRTLjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19fQ==','YToxNDp7czo1OiJ0aGVtZSI7czo2ODoiWVRveU9udHpPalE2SW5SNWNHVWlPM002T1RvaWJXRnlhMlYwYVc1bklqdHpPak02SW1ScGNpSTdjem94T2lJeElqdDkiO3M6MTM6ImhlYWRlcl9sYXlvdXQiO3M6MTA3MjoiWVRveE1EcDdjem8wT2lKc2IyZHZJanR6T2pnd09pSm9kSFJ3T2k4dmQzZDNMblJvWlhSeVlXUnBibWR5YjI5dExtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE5DOHdNeTlUWVcxd2JHVk1iMmR2TFVSaGNtc3hNREV5TG5CdVp5STdjem8xT2lKaVoybHRaeUk3Y3pvd09pSWlPM002TVRFNkluSmxjR1ZoZEdKbmFXMW5JanR6T2pBNklpSTdjem8zT2lKaVoyTnZiRzl5SWp0ek9qYzZJaU5tTUdWbVpqQWlPM002TVRBNklteHBibXRmWTI5c2IzSWlPM002TURvaUlqdHpPakV6T2lKdFpXNTFMWEJ2YzJsMGFXOXVJanR6T2prNkltRnNiMjVuYzJsa1pTSTdjem8zT2lKbGJtRmliR1ZrSWp0ek9qRTZJazRpTzNNNk1UTTZJbTVoZGw5aVlYSmZZV0p2ZG1VaU8yRTZOenA3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWs0aU8zTTZNem9pYm1GMklqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOXphR0ZrYjNjaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzZGxhV2RvZENJN2N6b3dPaUlpTzNNNk9Ub2labTl1ZEY5emFYcGxJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjltWVcxcGJIa2lPM002TURvaUlqdHpPalE2SW14dloyOGlPM002TURvaUlqdDljem94TXpvaWJtRjJYMkpoY2w5aVpXeHZkeUk3WVRvM09udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSnVZWFlpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDNOb1lXUnZkeUk3Y3pvd09pSWlPM002TVRFNkltWnZiblJmZDJWcFoyaDBJanR6T2pBNklpSTdjem81T2lKbWIyNTBYM05wZW1VaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgyWmhiV2xzZVNJN2N6b3dPaUlpTzNNNk5Eb2liRzluYnlJN2N6b3dPaUlpTzMxek9qRTNPaUp1WVhaZlltRnlYMkZzYjI1bmMybGtaU0k3WVRvMk9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSnVZWFlpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDNOb1lXUnZkeUk3Y3pvd09pSWlPM002TVRFNkltWnZiblJmZDJWcFoyaDBJanR6T2pBNklpSTdjem81T2lKbWIyNTBYM05wZW1VaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgyWmhiV2xzZVNJN2N6b3dPaUlpTzMxOSI7czoxMjoiZmVhdHVyZV9hcmVhIjtzOjEyMDoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvME9pSjBlWEJsSWp0cE9qRTdjem80T2lKelpYUjBhVzVuY3lJN1lUb3hPbnR6T2pFeU9pSm1iMjUwWDI5d2RHbHZibk1pTzJFNk1EcDdmWDE5IjtzOjEzOiJmZWF0dXJlX3RpdGxlIjtzOjY0OiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8xT2lKMGFYUnNaU0k3Y3pvd09pSWlPMzA9IjtzOjExOiJmb290ZXJfYXJlYSI7czozNjA6IllUbzRPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qQTZJaUk3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYMlpoYldsc2VTSTdjem93T2lJaU8zTTZNVEk2SW14aGNtZGxYMlp2YjNSbGNpSTdZVG94T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdmWE02TVRjNkltWnZiM1JsY2w5a2FYTmpiR0ZwYldWeUlqdGhPakk2ZTNNNk56b2laVzVoWW14bFpDSTdjem94T2lKT0lqdHpPamM2SW0xbGMzTmhaMlVpTzNNNk1Eb2lJanQ5ZlE9PSI7czoxMDoidHlwb2dyYXBoeSI7czoxNDc2OiJZVG95T250ek9qRXpPaUptYjI1MFgyVnNaVzFsYm5SeklqdGhPams2ZTNNNk1UQTZJbk5wZEdWZmRHbDBiR1VpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pBNklpSTdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pvM09pSjBZV2RzYVc1bElqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3dPaUlpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZOem9pWkdWbVlYVnNkQ0k3WVRvME9udHpPalE2SW5OcGVtVWlPM002TWpvaU1UY2lPM002TkRvaVptOXVkQ0k3Y3pvME9pSkJjMkZ3SWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem8wT2lJak5EUTBJanQ5Y3pveU9pSm9NU0k3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TkRvaVFYTmhjQ0k3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTWlJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk5Eb2lRWE5oY0NJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem95T2lKb015STdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZNRG9pSWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zMXpPakk2SW1nMElqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3dPaUlpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qQTZJaUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTmlJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1Eb2lJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzMxOWN6b3hORG9pWTI5c2IzSmZaV3hsYldWdWRITWlPMkU2TmpwN2N6b3hOem9pWm05dmRHVnlYM1JsZUhSZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFM09pSm1iMjkwWlhKZmJHbHVhMTlqYjJ4dmNpSTdjem93T2lJaU8zTTZNak02SW1admIzUmxjbDlzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanR6T2pBNklpSTdjem94T0RvaVptVmhkSFZ5WlY5MFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hPRG9pWm1WaGRIVnlaVjlzYVc1clgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveU5Eb2labVZoZEhWeVpWOXNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdHpPakE2SWlJN2ZYMD0iO3M6MjE6ImNvbG9yX3NjaGVtZV9hZHZhbmNlZCI7czoyNDIwOiJZVG8zT250ek9qRXpPaUp1WVhaZlltRnlYMkZpYjNabElqdGhPakV3T250ek9qRXpPaUp1WVhaZlltRnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hNVG9pYm1GMlgySmhjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRTVPaUp1WVhaZlltRnlYMmh2ZG1WeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE56b2libUYyWDJKaGNsOW9iM1psY2w5bGJtUWlPM002TURvaUlqdHpPakV3T2lKdVlYWmZZbUZ5WDJKbklqdHpPakE2SWlJN2N6b3lNam9pYm1GMlgySmhjbDlpWjE5b2IzWmxjbDl6ZEdGeWRDSTdjem93T2lJaU8zTTZNVFU2SW01aGRsOWlZWEpmWkdSZmJHbHVheUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlpHUmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRXlPaUp1WVhaZlltRnlYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRXpPaUp1WVhaZlltRnlYMmh2ZG1WeUlqdHpPakE2SWlJN2ZYTTZNVE02SW01aGRsOWlZWEpmWW1Wc2IzY2lPMkU2TVRBNmUzTTZNVE02SW01aGRsOWlZWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakV4T2lKdVlYWmZZbUZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVGs2SW01aGRsOWlZWEpmYUc5MlpYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRTNPaUp1WVhaZlltRnlYMmh2ZG1WeVgyVnVaQ0k3Y3pvd09pSWlPM002TVRBNkltNWhkbDlpWVhKZlltY2lPM002TURvaUlqdHpPakl5T2lKdVlYWmZZbUZ5WDJKblgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TlRvaWJtRjJYMkpoY2w5a1pGOXNhVzVySWp0ek9qQTZJaUk3Y3pveE5qb2libUYyWDJKaGNsOWtaRjlvYjNabGNpSTdjem93T2lJaU8zTTZNVEk2SW01aGRsOWlZWEpmYkdsdWF5STdjem93T2lJaU8zTTZNVE02SW01aGRsOWlZWEpmYUc5MlpYSWlPM002TURvaUlqdDljem94TnpvaWJtRjJYMkpoY2w5aGJHOXVaM05wWkdVaU8yRTZOenA3Y3pveE1Eb2libUYyWDJKaGNsOWlaeUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlltZGZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qSXdPaUp1WVhaZlltRnlYMkpuWDI1aGRsOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRTFPaUp1WVhaZlltRnlYMlJrWDJ4cGJtc2lPM002TURvaUlqdHpPakUyT2lKdVlYWmZZbUZ5WDJSa1gyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1USTZJbVpsWVhSMWNtVmZZWEpsWVNJN1lUbzNPbnR6T2pFek9pSm1aV0YwZFhKbFgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2labVZoZEhWeVpWOWxibVFpTzNNNk1Eb2lJanR6T2pFd09pSjBaWGgwWDJOdmJHOXlJanR6T2pBNklpSTdjem94TURvaWJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TVRZNklteHBibXRmYUc5MlpYSmZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMXpPakk2SW1KbklqdHpPakE2SWlJN2N6b3hNRG9pWW1kZmIzQjBhVzl1Y3lJN2N6b3dPaUlpTzMxek9qRXpPaUptWldGMGRYSmxYM1JwZEd4bElqdGhPak02ZTNNNk1UazZJbVpsWVhSMWNtVmZkR2wwYkdWZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSm1aV0YwZFhKbFgzUnBkR3hsWDJWdVpDSTdjem93T2lJaU8zTTZNalE2SW1abFlYUjFjbVZmZEdsMGJHVmZkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPMzF6T2pZNkltWnZiM1JsY2lJN1lUbzFPbnR6T2pFeU9pSm1iMjkwWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFd09pSm1iMjkwWlhKZlpXNWtJanR6T2pBNklpSTdjem94TnpvaVptOXZkR1Z5WDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTNPaUptYjI5MFpYSmZiR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlhNNk1qTTZJbVp2YjNSbGNsOXNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdGhPakk2ZTNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTFPaUowWlhoMFgyUmxZMjl5WVhScGIyNGlPM002TURvaUlqdDlmWE02TkRvaWNHRm5aU0k3WVRvME9udHpPakV5T2lKeVpYQmxZWFJwYm1kZlltY2lPM002TURvaUlqdHpPamc2SW1KblgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE1Eb2liR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlhNNk1UWTZJbXhwYm10ZmFHOTJaWEpmWTI5c2IzSWlPMkU2TWpwN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zTTZNVFU2SW5SbGVIUmZaR1ZqYjNKaGRHbHZiaUk3Y3pvd09pSWlPMzE5ZlE9PSI7czoxNToibW9iaWxlX3JlZGlyZWN0IjtzOjYwOiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdDkiO3M6Mzoic2VvIjtzOjE5MjoiWVRvMk9udHpPalU2SW5ScGRHeGxJanR6T2pBNklpSTdjem94TVRvaVpHVnpZM0pwY0hScGIyNGlPM002TURvaUlqdHpPamc2SW10bGVYZHZjbVJ6SWp0ek9qQTZJaUk3Y3pvM09pSnZaM1JwZEd4bElqdHpPakE2SWlJN2N6b3hNem9pYjJka1pYTmpjbWx3ZEdsdmJpSTdjem93T2lJaU8zTTZOem9pYjJkcGJXRm5aU0k3Y3pvd09pSWlPMzA9IjtzOjc6InNjcmlwdHMiO3M6ODg6IllUb3hPbnRwT2pBN1lUb3lPbnR6T2pnNkluQnZjMmwwYVc5dUlqdHpPalk2SW1obFlXUmxjaUk3Y3pvMk9pSnpZM0pwY0hRaU8zTTZNRG9pSWp0OWZRPT0iO3M6ODoiZmJfc2hhcmUiO3M6MTI0OiJZVG8wT250ek9qVTZJblJwZEd4bElqdHpPakE2SWlJN2N6b3hNVG9pWkdWelkzSnBjSFJwYjI0aU8zTTZNRG9pSWp0ek9qVTZJbWx0WVdkbElqdHpPakE2SWlJN2N6bzRPaUpzYVd0bFgzVnliQ0k3Y3pvd09pSWlPMzA9IjtzOjg6ImxpZ2h0Ym94IjtzOjM3MDA6IllUbzFPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzNPaUp6YUc5M1gyOXVJanR6T2pRNklteHZZV1FpTzNNNk5Eb2lkSGx3WlNJN2N6bzFPaUp2Y0hScGJpSTdjem94TURvaWIzQjBhVzVmWm05eWJTSTdZVG96T250ek9qazZJbVp2Y20xZmFIUnRiQ0k3WVRveE56cDdjem94TURvaVpXMWhhV3hmWkdGMFlTSTdjem93T2lJaU8zTTZNVE02SW1WdFlXbHNYMkZrWkhKbGMzTWlPM002TURvaUlqdHpPakV5T2lKeVpXUnBjbVZqZEY5MWNtd2lPM002TURvaUlqdHpPakV5T2lKbGVIUnlZVjltYVdWc1pITWlPM002TURvaUlqdHpPakU0T2lKbGJXRnBiRjlsZUhSeVlWOW1hV1ZzWkhNaU8zTTZNRG9pSWp0ek9qUTZJbWgwYld3aU8zTTZNRG9pSWp0ek9qRXdPaUp1WlhkZmQybHVaRzkzSWp0ek9qQTZJaUk3Y3pveE1qb2laR2x6WVdKc1pWOXVZVzFsSWp0ek9qQTZJaUk3Y3pvNE9pSnVZVzFsWDJKdmVDSTdjem93T2lJaU8zTTZPVG9pWlcxaGFXeGZZbTk0SWp0ek9qQTZJaUk3Y3pvMk9pSmhZM1JwYjI0aU8zTTZNRG9pSWp0ek9qWTZJbVpwWld4a2N5STdjem93T2lJaU8zTTZOam9pYldWMGFHOWtJanR6T2pRNkluQnZjM1FpTzNNNk1UWTZJbWx1ZEdWbmNtRjBhVzl1WDNSNWNHVWlPM002TmpvaVkzVnpkRzl0SWp0ek9qUTZJbXhwYzNRaU8zTTZNRG9pSWp0ek9qRTBPaUowYUdGdWExOTViM1ZmY0dGblpTSTdjem93T2lJaU8zTTZNVEU2SW1GamRHbHZibDl3WVdkbElqdHpPakE2SWlJN2ZYTTZOem9pWTI5dWRHVnVkQ0k3WVRvMU9udHpPalU2SW5ScGRHeGxJanR6T2pNeU9pSlRaV3hzSUVGdWVYUm9hVzVuSUZkcGRHZ2dUM0IwYVcxcGVtVlFjbVZ6Y3lJN2N6b3hNVG9pWm05eWJWOW9aV0ZrWlhJaU8zTTZPRGc2SWt4dmNtVnRJR2x3YzNWdElHUnZiRzl5SUhOcGRDQmhiV1YwTENCamIyNXpaV04wWlhSMVpYSWdZV1JwY0dselkybHVaeUJsYkdsMExDQnpaV1FnWkdsaGJTQnViMjUxYlcxNUlHNXBZbWdnWlhWcGMyMXZaQzRpTzNNNk1URTZJbVp2YjNSbGNsOXViM1JsSWp0ek9qWTBPaUpaYjNWeUlHbHVabTl5YldGMGFXOXVJR2x6SURFd01DVWdjMlZqZFhKbElIZHBkR2dnZFhNZ1lXNWtJSGRwYkd3Z2JtVjJaWElnWW1VZ2MyaGhjbVZrSWp0ek9qRXlPaUp1WVcxbFgyUmxabUYxYkhRaU8zTTZNalE2SWtWdWRHVnlJSGx2ZFhJZ1JtbHljM1FnVG1GdFpTNHVMaUk3Y3pveE16b2laVzFoYVd4ZlpHVm1ZWFZzZENJN2N6b3lOem9pUlc1MFpYSWdlVzkxY2lCRmJXRnBiQ0JCWkdSeVpYTnpMaTR1SWp0OWN6b3hNem9pYzNWaWJXbDBYMkoxZEhSdmJpSTdZVG8xTmpwN2N6bzJPaUppZFhSMGIyNGlPMkU2TURwN2ZYTTZPRG9pYkc5allYUnBiMjRpTzNNNk16WTZJbTl3WDJ4cFoyaDBZbTk0WDI5d2RHbHVYMlp2Y20xZmMzVmliV2wwWDJKMWRIUnZiaUk3Y3pvM09pSmpiMjUwWlc1MElqdHpPakE2SWlJN2N6bzBPaUowZVhCbElqdHpPakU2SWpBaU8zTTZOVG9pYVcxaFoyVWlPM002TURvaUlqdHpPakV5T2lKbGJHVnRaVzUwWDNSNWNHVWlPM002TURvaUlqdHpPalE2SW1oeVpXWWlPM002TURvaUlqdHpPakV3T2lKdVpYZGZkMmx1Wkc5M0lqdHpPakE2SWlJN2N6b3lPaUpqWXlJN2N6b3dPaUlpTzNNNk5Ub2lZV3hwWjI0aU8zTTZNRG9pSWp0ek9qUTZJblJsZUhRaU8zTTZNRG9pSWp0ek9qazZJblJsZUhSZmMybDZaU0k3Y3pveU9pSXpNaUk3Y3pveE1Eb2lkR1Y0ZEY5amIyeHZjaUk3Y3pvM09pSWpNREF3TURBd0lqdHpPams2SW5SbGVIUmZabTl1ZENJN2N6b3dPaUlpTzNNNk9Ub2lkR1Y0ZEY5aWIyeGtJanR6T2pFNklqRWlPM002TVRRNkluUmxlSFJmZFc1a1pYSnNhVzVsSWp0ek9qQTZJaUk3Y3pveE1Ub2lkR1Y0ZEY5cGRHRnNhV01pTzNNNk1Eb2lJanR6T2pFNU9pSjBaWGgwWDJ4bGRIUmxjbDl6Y0dGamFXNW5JanR6T2pFNklqQWlPM002TVRNNkluTjFZblJsZUhSZmNHRnVaV3dpTzNNNk1Eb2lJanR6T2pjNkluTjFZblJsZUhRaU8zTTZNRG9pSWp0ek9qRXlPaUp6ZFdKMFpYaDBYM05wZW1VaU8zTTZNRG9pSWp0ek9qRXpPaUp6ZFdKMFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hNam9pYzNWaWRHVjRkRjltYjI1MElqdHpPakE2SWlJN2N6b3hNam9pYzNWaWRHVjRkRjlpYjJ4a0lqdHpPakE2SWlJN2N6b3hOem9pYzNWaWRHVjRkRjkxYm1SbGNteHBibVVpTzNNNk1Eb2lJanR6T2pFME9pSnpkV0owWlhoMFgybDBZV3hwWXlJN2N6b3dPaUlpTzNNNk1qSTZJbk4xWW5SbGVIUmZiR1YwZEdWeVgzTndZV05wYm1jaU8zTTZNRG9pSWp0ek9qRTNPaUowWlhoMFgzTm9ZV1J2ZDE5d1lXNWxiQ0k3Y3pveE9pSlpJanR6T2pJd09pSjBaWGgwWDNOb1lXUnZkMTkyWlhKMGFXTmhiQ0k3Y3pveE9pSXhJanR6T2pJeU9pSjBaWGgwWDNOb1lXUnZkMTlvYjNKcGVtOXVkR0ZzSWp0ek9qRTZJakFpTzNNNk1UYzZJblJsZUhSZmMyaGhaRzkzWDJOdmJHOXlJanR6T2pjNklpTm1abVptTURBaU8zTTZNVFk2SW5SbGVIUmZjMmhoWkc5M1gySnNkWElpTzNNNk1Ub2lNQ0k3Y3pveE16b2ljM1I1YkdsdVoxOTNhV1IwYUNJN2N6b3dPaUlpTzNNNk1UUTZJbk4wZVd4cGJtZGZhR1ZwWjJoMElqdHpPakE2SWlJN2N6b3lNRG9pYzNSNWJHbHVaMTlpYjNKa1pYSmZZMjlzYjNJaU8zTTZOem9pSXpBd01EQXdNQ0k3Y3pveE9Ub2ljM1I1YkdsdVoxOWliM0prWlhKZmMybDZaU0k3Y3pveE9pSXhJanR6T2pJeE9pSnpkSGxzYVc1blgySnZjbVJsY2w5eVlXUnBkWE1pTzNNNk1Ub2lOaUk3Y3pveU1qb2ljM1I1YkdsdVoxOWliM0prWlhKZmIzQmhZMmwwZVNJN2N6b3pPaUl4TURBaU8zTTZNVFk2SW5OMGVXeHBibWRmWjNKaFpHbGxiblFpTzNNNk1Eb2lJanR6T2pFek9pSnpkSGxzYVc1blgzTm9hVzVsSWp0ek9qRTZJbGtpTzNNNk1qZzZJbk4wZVd4cGJtZGZaM0poWkdsbGJuUmZjM1JoY25SZlkyOXNiM0lpTzNNNk56b2lJMlptWm1Zd01DSTdjem95TmpvaWMzUjViR2x1WjE5bmNtRmthV1Z1ZEY5bGJtUmZZMjlzYjNJaU8zTTZOem9pSTJabVlUQXpOU0k3Y3pveE56b2laSEp2Y0Y5emFHRmtiM2RmY0dGdVpXd2lPM002TVRvaVdTSTdjem95TURvaVpISnZjRjl6YUdGa2IzZGZkbVZ5ZEdsallXd2lPM002TVRvaU1TSTdjem95TWpvaVpISnZjRjl6YUdGa2IzZGZhRzl5YVhwdmJuUmhiQ0k3Y3pveE9pSXdJanR6T2pFMk9pSmtjbTl3WDNOb1lXUnZkMTlpYkhWeUlqdHpPakU2SWpFaU8zTTZNVGc2SW1SeWIzQmZjMmhoWkc5M1gzTndjbVZoWkNJN2N6b3hPaUl3SWp0ek9qRTNPaUprY205d1gzTm9ZV1J2ZDE5amIyeHZjaUk3Y3pvM09pSWpNREF3TURBd0lqdHpPakU1T2lKa2NtOXdYM05vWVdSdmQxOXZjR0ZqYVhSNUlqdHpPakk2SWpVd0lqdHpPakU0T2lKcGJuTmxkRjl6YUdGa2IzZGZjR0Z1Wld3aU8zTTZNVG9pV1NJN2N6b3lNVG9pYVc1elpYUmZjMmhoWkc5M1gzWmxjblJwWTJGc0lqdHpPakU2SWpBaU8zTTZNak02SW1sdWMyVjBYM05vWVdSdmQxOW9iM0pwZW05dWRHRnNJanR6T2pFNklqQWlPM002TVRjNkltbHVjMlYwWDNOb1lXUnZkMTlpYkhWeUlqdHpPakU2SWpBaU8zTTZNVGs2SW1sdWMyVjBYM05vWVdSdmQxOXpjSEpsWVdRaU8zTTZNVG9pTVNJN2N6b3hPRG9pYVc1elpYUmZjMmhoWkc5M1gyTnZiRzl5SWp0ek9qYzZJaU5tWm1abU1EQWlPM002TWpBNkltbHVjMlYwWDNOb1lXUnZkMTl2Y0dGamFYUjVJanR6T2pJNklqVXdJanQ5ZlhNNk1USTZJbWgwYld4ZlkyOXVkR1Z1ZENJN1lUb3hPbnR6T2pjNkltTnZiblJsYm5RaU8zTTZNRG9pSWp0OWZRPT0iO3M6MTM6ImV4aXRfcmVkaXJlY3QiO3M6ODg6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUoxY213aU8zTTZNRG9pSWp0ek9qYzZJbTFsYzNOaFoyVWlPM002TURvaUlqdDkiO3M6MTM6ImxhdW5jaF9mdW5uZWwiO3M6MTkyOiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem81T2lKbWRXNXVaV3hmYVdRaU8zTTZNVG9pTVNJN2N6b3hOam9pWjJGMFpYZGhlVjl2ZG1WeWNtbGtaU0k3WVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvNE9pSnlaV1JwY21WamRDSTdjem93T2lJaU8zTTZORG9pWTI5a1pTSTdjem93T2lJaU8zMTkiO30='),(5,'PERFORMANCE COACH','YToxOntzOjQ6ImJvZHkiO2E6Njp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM3OiJwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjEwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo1NjoiZXlKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTVRBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIyOToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIwXCIgZm9udF9mb250PVwiQXNhcFwiIGZvbnRfc3R5bGU9XCJub3JtYWxcIiBmb250X2NvbG9yPVwiIzFhOWVlMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl08c3Ryb25nPkxJVkUgV0VCSU5BUjwvc3Ryb25nPsKgV0lUSCBSSU9TUVVBTlQgUEVSRk9STUFOQ0UgQ09BQ0ggRURXQVJEIFBSRVNUT05bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxYTllZTA7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhZVGxsWlRBaUxDSndZV1JrYVc1blZHOXdJam9pTXpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODk6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzMFwiIGZvbnRfZm9udD1cIkFzYXBcIiBmb250X3N0eWxlPVwiYm9sZFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgZm9udF9zaGFkb3c9XCJkYXJrXCIgYWxpZ249XCJjZW50ZXJcIl1USEUgTkVYVCBCSUcgU1dJTkcgOiB3aWxsIHlvdSBiZSByZWFkeT9bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozODoiYmFja2dyb3VuZDojMjEyMTIxO3BhZGRpbmctYm90dG9tOjBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjcyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXlNVEl4TWpFaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1DSjkiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjg0OiJbY2FsZW5kYXJfZGF0ZSBzdHlsZT1cIjFcIiBtb250aD1cIkFwcmlsXCIgY2FsZW5kYXJfYmFyX2NvbG9yPVwiI2ZmMDAwMFwiIGRheT1cIjNcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMTM6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyMVwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgd2lkdGg9XCIyMjBcIl08c3Ryb25nPlRodXJzZGF5LCB0aGUgM3JkCjwvc3Ryb25nPjc6MzAgUE0gRWFzdGVybiBUaW1lCjY6MzAgUE0gQ2VudHJhbCBUaW1lCjQ6MzAgUE0gUGFjaWZpYyBUaW1lWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3ODg6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZGlzYWJsZV9uYW1lPVwiWVwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiBnb3Rvd2ViaW5hcj1cImE3MzU0NTg3OTBcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdSGVyZVwncyBUaGUgSGVhZGxpbmUgRm9yIFRoZSBCb3hbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1URzl5WlcwZ2FYQnpkVzBnWkc5c2IzSWdjMmwwSUdGdFpYUXNJR052Ym5ObFkzUmxkSFZ5SUdGa2FYQnBjMk5wYm1jZ1pXeHBkQzRnUkc5dVpXTWdkbVZzSUc1MWJtTWdibTl1SUd4aFkzVnpJSFpsYm1WdVlYUnBjeUJqYjIxdGIyUnZMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1DbGljayBoZXJlIGFuZCBjaGVjayB5b3VyIGVtYWlsIGluYm94IVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjI7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTEwOiJiYWNrZ3JvdW5kLWltYWdlOnVybChodHRwOi8vb3B0aW1pemVwcmVzczIuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzA2L2JhY2sxLnBuZyk7YmFja2dyb3VuZC1yZXBlYXQ6cmVwZWF0OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTU2OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDI5d2RHbHRhWHBsY0hKbGMzTXlMbU52YlM5M2NDMWpiMjUwWlc1MEwzVndiRzloWkhNdk1qQXhNeTh3Tmk5aVlXTnJNUzV3Ym1jcElpd2lZbUZqYTJkeWIzVnVaRkJ2YzJsMGFXOXVJam9pZEdsc1pTSjkiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyOTY6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzNVwiIGFsaWduPVwibGVmdFwiIGxpbmVfaGVpZ2h0PVwiMzVcIl08ZGl2IGRhdGEtbGI9XCJlZGl0YWJsZS1yaWNoLXRleHRcIiBkYXRhLWxiLWlkPVwibWFpbi1oZWFkbGluZVwiIGRhdGEtbGItbmFtZT1cIk1haW4gSGVhZGxpbmUgVGV4dFwiPkRVUklORyBUSElTIDxzcGFuIHN0eWxlPVwiY29sb3I6ICMxYTllZTA7XCI+PHN0cm9uZz7CoEVEVUNBVElPTkFMIFdFQklOQVI8L3N0cm9uZz48L3NwYW4+IFlPVSBXSUxMIExFQVJOOjwvZGl2PlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1ODI6IltzdGVwX2dyYXBoaWNzIHN0eWxlPVwiM1wiIGNvbG9yPVwiIzFhOWVlMFwiXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIxXCIgaGVhZGxpbmU9XCJCcmVha2Rvd24gYW5hbHlzaXMgZm9yIHRoZSByZWNlbnQgdHJhZGVzIGV4ZWN1dGVkIGluIFRoZSBUcmFkaW5nIFJvb20gVHJhZGVMQUIuICAgICAgICAgICAgICAgICAgICAgICAgICBcIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIkxlYXJuIGhvdyB0byBzcG90IGJyZWFrb3V0IGFuZCBicmVha2Rvd24gdHJhZGUgb3Bwb3J0dW5pdGllcyAuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIzXCIgaGVhZGxpbmU9XCJIb3cgdG8gdXNlIHRoZSBwb3dlciBvZiB0aGUgR25vc1RJQ0sgYnVsbGlzaCBhbmQgYmVhcmlzaCB0cmVuZHMuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCI0XCIgaGVhZGxpbmU9XCJTaGFyZSB5b3VyIHF1ZXN0aW9ucyB3aXRoIEVQIGFuZCBnZXQgdGhlIGFuc3dlcnMgdGhhdCB5b3Ugc2VlayBmcm9tIGEgcHJvZmVzc2lvbmFsIHRyYWRlci5cIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mzk0OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMTJcIl08aDM+PC9oMz4KPGgzPldoYXQgaWYgeW91IGhhZCBjcml0aWNhbCBpbmZvcm1hdGlvbiB0aGF0IGNvdWxkIGhlbHAgeW91IGlkZW50aWZ5IHRoZSBORVhUIGJpZyBzd2luZyBpbiB0aGUgZmluYW5jaWFsIG1hcmtldHM/IFBlcmZvcm1hbmNlIGNvYWNoIEVkd2FyZCBFUCBQcmVzdG9uIHdpbGwgc2hvdyB5b3UgZXhhY3RseSB3aGF0IGhlIGRvZXMgdG8gc2NhbiB0aGUgbWFya2V0cyBpbiBvcmRlciB0byBpZGVudGlmeSBwb3RlbnRpYWwgYmlnIHN3aW5nIHRyYWRlIHNldCB1cHMuPC9oMz4KPGgzPjwvaDM+CjxoMz48c3Ryb25nPsKgPC9zdHJvbmc+PC9oMz5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjc6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMDA6IltpbWFnZXMgc3R5bGU9XCI1XCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNC9lcC1wdHItY2xvY2tzLTEwMjR4NTg3LmpwZ1wiIHdpZHRoPVwiMTAyNFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMjA6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyNFwiIGZvbnRfZm9udD1cIlNoYWRvd3MgSW50byBMaWdodFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCI0NjBcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj7CoFBlcmZvcm1hbmNlIENvYWNoIEVkd2FyZCBFUCBQcmVzdG9uPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MzthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjQ7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzI6Ilt2ZXJ0aWNhbF9zcGFjaW5nIGhlaWdodD1cIjMwXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMzM6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImNlbnRlclwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiM5MTkxOTFcIiBib3R0b21fcGFkZGluZz1cIjEwXCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjQ2MFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPlNoYXJlIHRoaXMgcGFnZSB3aXRoIHlvdXIgZnJpZW5kcy4uLjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNjQ6Iltzb2NpYWxfc2hhcmluZyBzdHlsZT1cInN0eWxlLTIwXCIgZmJfY29sb3I9XCJsaWdodFwiIGZiX2xhbmc9XCJlbl9HQlwiIGZiX3RleHQ9XCJyZWNvbW1lbmRcIiBmYl9idXR0b25fdGV4dD1cIlNoYXJlXCIgdHdfbGFuZz1cImVuXCIgdHdfYnV0dG9uX3RleHQ9XCJTaGFyZVwiIGdfbGFuZz1cImVuLUdCXCIgZ19idXR0b25fdGV4dD1cIlNoYXJlXCIgcF9kZXNjcmlwdGlvbj1cIlwiIGxpbmtlZGluX2xhbmc9XCJlbl9VU1wiIGFsaWdubWVudD1cImNlbnRlclwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiNlYTcxMTA7cGFkZGluZy10b3A6NDVweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTmxZVGN4TVRBaUxDSndZV1JrYVc1blZHOXdJam9pTkRVaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyOTY6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgYWxpZ249XCJjZW50ZXJcIl1XQVJOSU5HOiDCoFdlIG9ubHkgaGF2ZSAxMDAgc3BvdHMgb24gb3VyIHdlYmluYXIgc3lzdGVtIGF2YWlsYWJsZSBhbmTCoHNwYWNlIHdpbGwgZmlsbCB1cCBmYXN0IHNvIHJlZ2lzdGVyIG5vdyB0byBhdm9pZCBtaXNzaW5nIG91dC4gwqBUaGlzIHdlYmluYXIgaXMgcGFja2VkIHdpdGggaGlnaCBxdWFsaXR5IGNvbnRlbnQgYW5kIHdpbGwgZmlsbCB1cCBmYXN0IVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0MDA6Iltjb3VudGRvd25fdGltZXIgc3R5bGU9XCIxXCIgZW5kX2RhdGU9XCIyMDE0LzQvMyAxOTozOjU5IEdNVCAtNFwiIHllYXJzX3RleHQ9XCJZZWFyc1wiIHllYXJzX3RleHRfc2luZ3VsYXI9XCJZZWFyXCIgbW9udGhzX3RleHQ9XCJNb250aHNcIiBtb250aHNfdGV4dF9zaW5ndWxhcj1cIk1vbnRoXCIgZGF5c190ZXh0PVwiRGF5c1wiIGRheXNfdGV4dF9zaW5ndWxhcj1cIkRheVwiIGhvdXJzX3RleHQ9XCJIb3Vyc1wiIGhvdXJzX3RleHRfc2luZ3VsYXI9XCJIb3VyXCIgbWludXRlc190ZXh0PVwiTWludXRlc1wiIG1pbnV0ZXNfdGV4dF9zaW5ndWxhcj1cIk1pbnV0ZVwiIHNlY29uZHNfdGV4dD1cIlNlY29uZHNcIiBzZWNvbmRzX3RleHRfc2luZ3VsYXI9XCJTZWNvbmRcIl1bL2NvdW50ZG93bl90aW1lcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6NTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNDc6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbTo1MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MjA4OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDI5d2RHbHRhWHBsY0hKbGMzTXlMbU52YlM5M2NDMWpiMjUwWlc1MEwzVndiRzloWkhNdk1qQXhNeTh3Tmk5aVlXTnJNUzV3Ym1jcElpd2lZbUZqYTJkeWIzVnVaRkJ2YzJsMGFXOXVJam9pZEdsc1pTSXNJbkJoWkdScGJtZFViM0FpT2lJek1DSXNJbkJoWkdScGJtZENiM1IwYjIwaU9pSTFNQ0o5IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyNVwiIGZvbnRfc3R5bGU9XCJub3JtYWxcIiBhbGlnbj1cImNlbnRlclwiIGJvdHRvbV9tYXJnaW49XCIyMFwiXTxzdHJvbmc+VGhpcyBvbmUgd2lsbCBiZSBubyBleGNlcHRpb24uwqBTbyBjbGFpbSB5b3VyIHNwb3QgYmVsb3chPC9zdHJvbmc+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc4ODoiW29wdGluX2JveCBzdHlsZT1cIjdcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBkaXNhYmxlX25hbWU9XCJZXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIGdvdG93ZWJpbmFyPVwiYTczNTQ1ODc5MFwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1IZXJlXCdzIFRoZSBIZWFkbGluZSBGb3IgVGhlIEJveFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVRHOXlaVzBnYVhCemRXMGdaRzlzYjNJZ2MybDBJR0Z0WlhRc0lHTnZibk5sWTNSbGRIVnlJR0ZrYVhCcGMyTnBibWNnWld4cGRDNGdSRzl1WldNZ2RtVnNJRzUxYm1NZ2JtOXVJR3hoWTNWeklIWmxibVZ1WVhScGN5QmpiMjF0YjJSdkxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXUNsaWNrIGhlcmUgYW5kIGdvIHRvIHlvdXIgZW1haWwgaW5ib3ghWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI1ODoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPlRIRVJFIElTIEEgU1VCU1RBTlRJQUwgUklTSyBPRiBMT1NTIElOIFRSQURJTkcgQ09NTU9ESVRZIEZVVFVSRVMsIE9QVElPTlMsIEFORCBGT1JFSUdOIEVYQ0hBTkdFIFBST0RVQ1RTLiBQQVNUIFBFUkZPUk1BTkNFIElTIE5PVCBJTkRJQ0FUSVZFIE9GIEZVVFVSRSBSRVNVTFRTLjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19fQ==','YToxNDp7czo1OiJ0aGVtZSI7czo2ODoiWVRveU9udHpPalE2SW5SNWNHVWlPM002T1RvaWJXRnlhMlYwYVc1bklqdHpPak02SW1ScGNpSTdjem94T2lJeElqdDkiO3M6MTM6ImhlYWRlcl9sYXlvdXQiO3M6MTA3MjoiWVRveE1EcDdjem8wT2lKc2IyZHZJanR6T2pnd09pSm9kSFJ3T2k4dmQzZDNMblJvWlhSeVlXUnBibWR5YjI5dExtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE5DOHdNeTlUWVcxd2JHVk1iMmR2TFVSaGNtc3hNREV5TG5CdVp5STdjem8xT2lKaVoybHRaeUk3Y3pvd09pSWlPM002TVRFNkluSmxjR1ZoZEdKbmFXMW5JanR6T2pBNklpSTdjem8zT2lKaVoyTnZiRzl5SWp0ek9qYzZJaU5tTUdWbVpqQWlPM002TVRBNklteHBibXRmWTI5c2IzSWlPM002TURvaUlqdHpPakV6T2lKdFpXNTFMWEJ2YzJsMGFXOXVJanR6T2prNkltRnNiMjVuYzJsa1pTSTdjem8zT2lKbGJtRmliR1ZrSWp0ek9qRTZJazRpTzNNNk1UTTZJbTVoZGw5aVlYSmZZV0p2ZG1VaU8yRTZOenA3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWs0aU8zTTZNem9pYm1GMklqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOXphR0ZrYjNjaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzZGxhV2RvZENJN2N6b3dPaUlpTzNNNk9Ub2labTl1ZEY5emFYcGxJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjltWVcxcGJIa2lPM002TURvaUlqdHpPalE2SW14dloyOGlPM002TURvaUlqdDljem94TXpvaWJtRjJYMkpoY2w5aVpXeHZkeUk3WVRvM09udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSnVZWFlpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDNOb1lXUnZkeUk3Y3pvd09pSWlPM002TVRFNkltWnZiblJmZDJWcFoyaDBJanR6T2pBNklpSTdjem81T2lKbWIyNTBYM05wZW1VaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgyWmhiV2xzZVNJN2N6b3dPaUlpTzNNNk5Eb2liRzluYnlJN2N6b3dPaUlpTzMxek9qRTNPaUp1WVhaZlltRnlYMkZzYjI1bmMybGtaU0k3WVRvMk9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSnVZWFlpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDNOb1lXUnZkeUk3Y3pvd09pSWlPM002TVRFNkltWnZiblJmZDJWcFoyaDBJanR6T2pBNklpSTdjem81T2lKbWIyNTBYM05wZW1VaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgyWmhiV2xzZVNJN2N6b3dPaUlpTzMxOSI7czoxMjoiZmVhdHVyZV9hcmVhIjtzOjEyMDoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvME9pSjBlWEJsSWp0cE9qRTdjem80T2lKelpYUjBhVzVuY3lJN1lUb3hPbnR6T2pFeU9pSm1iMjUwWDI5d2RHbHZibk1pTzJFNk1EcDdmWDE5IjtzOjEzOiJmZWF0dXJlX3RpdGxlIjtzOjY0OiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8xT2lKMGFYUnNaU0k3Y3pvd09pSWlPMzA9IjtzOjExOiJmb290ZXJfYXJlYSI7czozNjA6IllUbzRPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qQTZJaUk3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYMlpoYldsc2VTSTdjem93T2lJaU8zTTZNVEk2SW14aGNtZGxYMlp2YjNSbGNpSTdZVG94T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdmWE02TVRjNkltWnZiM1JsY2w5a2FYTmpiR0ZwYldWeUlqdGhPakk2ZTNNNk56b2laVzVoWW14bFpDSTdjem94T2lKT0lqdHpPamM2SW0xbGMzTmhaMlVpTzNNNk1Eb2lJanQ5ZlE9PSI7czoxMDoidHlwb2dyYXBoeSI7czoxNDc2OiJZVG95T250ek9qRXpPaUptYjI1MFgyVnNaVzFsYm5SeklqdGhPams2ZTNNNk1UQTZJbk5wZEdWZmRHbDBiR1VpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pBNklpSTdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pvM09pSjBZV2RzYVc1bElqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3dPaUlpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZOem9pWkdWbVlYVnNkQ0k3WVRvME9udHpPalE2SW5OcGVtVWlPM002TWpvaU1UY2lPM002TkRvaVptOXVkQ0k3Y3pvME9pSkJjMkZ3SWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem8wT2lJak5EUTBJanQ5Y3pveU9pSm9NU0k3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TkRvaVFYTmhjQ0k3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTWlJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk5Eb2lRWE5oY0NJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem95T2lKb015STdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZNRG9pSWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zMXpPakk2SW1nMElqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3dPaUlpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qQTZJaUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTmlJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1Eb2lJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzMxOWN6b3hORG9pWTI5c2IzSmZaV3hsYldWdWRITWlPMkU2TmpwN2N6b3hOem9pWm05dmRHVnlYM1JsZUhSZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFM09pSm1iMjkwWlhKZmJHbHVhMTlqYjJ4dmNpSTdjem93T2lJaU8zTTZNak02SW1admIzUmxjbDlzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanR6T2pBNklpSTdjem94T0RvaVptVmhkSFZ5WlY5MFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hPRG9pWm1WaGRIVnlaVjlzYVc1clgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveU5Eb2labVZoZEhWeVpWOXNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdHpPakE2SWlJN2ZYMD0iO3M6MjE6ImNvbG9yX3NjaGVtZV9hZHZhbmNlZCI7czoyNDIwOiJZVG8zT250ek9qRXpPaUp1WVhaZlltRnlYMkZpYjNabElqdGhPakV3T250ek9qRXpPaUp1WVhaZlltRnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hNVG9pYm1GMlgySmhjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRTVPaUp1WVhaZlltRnlYMmh2ZG1WeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE56b2libUYyWDJKaGNsOW9iM1psY2w5bGJtUWlPM002TURvaUlqdHpPakV3T2lKdVlYWmZZbUZ5WDJKbklqdHpPakE2SWlJN2N6b3lNam9pYm1GMlgySmhjbDlpWjE5b2IzWmxjbDl6ZEdGeWRDSTdjem93T2lJaU8zTTZNVFU2SW01aGRsOWlZWEpmWkdSZmJHbHVheUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlpHUmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRXlPaUp1WVhaZlltRnlYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRXpPaUp1WVhaZlltRnlYMmh2ZG1WeUlqdHpPakE2SWlJN2ZYTTZNVE02SW01aGRsOWlZWEpmWW1Wc2IzY2lPMkU2TVRBNmUzTTZNVE02SW01aGRsOWlZWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakV4T2lKdVlYWmZZbUZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVGs2SW01aGRsOWlZWEpmYUc5MlpYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRTNPaUp1WVhaZlltRnlYMmh2ZG1WeVgyVnVaQ0k3Y3pvd09pSWlPM002TVRBNkltNWhkbDlpWVhKZlltY2lPM002TURvaUlqdHpPakl5T2lKdVlYWmZZbUZ5WDJKblgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TlRvaWJtRjJYMkpoY2w5a1pGOXNhVzVySWp0ek9qQTZJaUk3Y3pveE5qb2libUYyWDJKaGNsOWtaRjlvYjNabGNpSTdjem93T2lJaU8zTTZNVEk2SW01aGRsOWlZWEpmYkdsdWF5STdjem93T2lJaU8zTTZNVE02SW01aGRsOWlZWEpmYUc5MlpYSWlPM002TURvaUlqdDljem94TnpvaWJtRjJYMkpoY2w5aGJHOXVaM05wWkdVaU8yRTZOenA3Y3pveE1Eb2libUYyWDJKaGNsOWlaeUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlltZGZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qSXdPaUp1WVhaZlltRnlYMkpuWDI1aGRsOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRTFPaUp1WVhaZlltRnlYMlJrWDJ4cGJtc2lPM002TURvaUlqdHpPakUyT2lKdVlYWmZZbUZ5WDJSa1gyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1USTZJbVpsWVhSMWNtVmZZWEpsWVNJN1lUbzNPbnR6T2pFek9pSm1aV0YwZFhKbFgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2labVZoZEhWeVpWOWxibVFpTzNNNk1Eb2lJanR6T2pFd09pSjBaWGgwWDJOdmJHOXlJanR6T2pBNklpSTdjem94TURvaWJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TVRZNklteHBibXRmYUc5MlpYSmZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMXpPakk2SW1KbklqdHpPakE2SWlJN2N6b3hNRG9pWW1kZmIzQjBhVzl1Y3lJN2N6b3dPaUlpTzMxek9qRXpPaUptWldGMGRYSmxYM1JwZEd4bElqdGhPak02ZTNNNk1UazZJbVpsWVhSMWNtVmZkR2wwYkdWZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSm1aV0YwZFhKbFgzUnBkR3hsWDJWdVpDSTdjem93T2lJaU8zTTZNalE2SW1abFlYUjFjbVZmZEdsMGJHVmZkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPMzF6T2pZNkltWnZiM1JsY2lJN1lUbzFPbnR6T2pFeU9pSm1iMjkwWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFd09pSm1iMjkwWlhKZlpXNWtJanR6T2pBNklpSTdjem94TnpvaVptOXZkR1Z5WDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTNPaUptYjI5MFpYSmZiR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlhNNk1qTTZJbVp2YjNSbGNsOXNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdGhPakk2ZTNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTFPaUowWlhoMFgyUmxZMjl5WVhScGIyNGlPM002TURvaUlqdDlmWE02TkRvaWNHRm5aU0k3WVRvME9udHpPakV5T2lKeVpYQmxZWFJwYm1kZlltY2lPM002TURvaUlqdHpPamc2SW1KblgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE1Eb2liR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlhNNk1UWTZJbXhwYm10ZmFHOTJaWEpmWTI5c2IzSWlPMkU2TWpwN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zTTZNVFU2SW5SbGVIUmZaR1ZqYjNKaGRHbHZiaUk3Y3pvd09pSWlPMzE5ZlE9PSI7czoxNToibW9iaWxlX3JlZGlyZWN0IjtzOjYwOiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdDkiO3M6Mzoic2VvIjtzOjE5MjoiWVRvMk9udHpPalU2SW5ScGRHeGxJanR6T2pBNklpSTdjem94TVRvaVpHVnpZM0pwY0hScGIyNGlPM002TURvaUlqdHpPamc2SW10bGVYZHZjbVJ6SWp0ek9qQTZJaUk3Y3pvM09pSnZaM1JwZEd4bElqdHpPakE2SWlJN2N6b3hNem9pYjJka1pYTmpjbWx3ZEdsdmJpSTdjem93T2lJaU8zTTZOem9pYjJkcGJXRm5aU0k3Y3pvd09pSWlPMzA9IjtzOjc6InNjcmlwdHMiO3M6ODg6IllUb3hPbnRwT2pBN1lUb3lPbnR6T2pnNkluQnZjMmwwYVc5dUlqdHpPalk2SW1obFlXUmxjaUk3Y3pvMk9pSnpZM0pwY0hRaU8zTTZNRG9pSWp0OWZRPT0iO3M6ODoiZmJfc2hhcmUiO3M6MTI0OiJZVG8wT250ek9qVTZJblJwZEd4bElqdHpPakE2SWlJN2N6b3hNVG9pWkdWelkzSnBjSFJwYjI0aU8zTTZNRG9pSWp0ek9qVTZJbWx0WVdkbElqdHpPakE2SWlJN2N6bzRPaUpzYVd0bFgzVnliQ0k3Y3pvd09pSWlPMzA9IjtzOjg6ImxpZ2h0Ym94IjtzOjM3MDA6IllUbzFPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzNPaUp6YUc5M1gyOXVJanR6T2pRNklteHZZV1FpTzNNNk5Eb2lkSGx3WlNJN2N6bzFPaUp2Y0hScGJpSTdjem94TURvaWIzQjBhVzVmWm05eWJTSTdZVG96T250ek9qazZJbVp2Y20xZmFIUnRiQ0k3WVRveE56cDdjem94TURvaVpXMWhhV3hmWkdGMFlTSTdjem93T2lJaU8zTTZNVE02SW1WdFlXbHNYMkZrWkhKbGMzTWlPM002TURvaUlqdHpPakV5T2lKeVpXUnBjbVZqZEY5MWNtd2lPM002TURvaUlqdHpPakV5T2lKbGVIUnlZVjltYVdWc1pITWlPM002TURvaUlqdHpPakU0T2lKbGJXRnBiRjlsZUhSeVlWOW1hV1ZzWkhNaU8zTTZNRG9pSWp0ek9qUTZJbWgwYld3aU8zTTZNRG9pSWp0ek9qRXdPaUp1WlhkZmQybHVaRzkzSWp0ek9qQTZJaUk3Y3pveE1qb2laR2x6WVdKc1pWOXVZVzFsSWp0ek9qQTZJaUk3Y3pvNE9pSnVZVzFsWDJKdmVDSTdjem93T2lJaU8zTTZPVG9pWlcxaGFXeGZZbTk0SWp0ek9qQTZJaUk3Y3pvMk9pSmhZM1JwYjI0aU8zTTZNRG9pSWp0ek9qWTZJbVpwWld4a2N5STdjem93T2lJaU8zTTZOam9pYldWMGFHOWtJanR6T2pRNkluQnZjM1FpTzNNNk1UWTZJbWx1ZEdWbmNtRjBhVzl1WDNSNWNHVWlPM002TmpvaVkzVnpkRzl0SWp0ek9qUTZJbXhwYzNRaU8zTTZNRG9pSWp0ek9qRTBPaUowYUdGdWExOTViM1ZmY0dGblpTSTdjem93T2lJaU8zTTZNVEU2SW1GamRHbHZibDl3WVdkbElqdHpPakE2SWlJN2ZYTTZOem9pWTI5dWRHVnVkQ0k3WVRvMU9udHpPalU2SW5ScGRHeGxJanR6T2pNeU9pSlRaV3hzSUVGdWVYUm9hVzVuSUZkcGRHZ2dUM0IwYVcxcGVtVlFjbVZ6Y3lJN2N6b3hNVG9pWm05eWJWOW9aV0ZrWlhJaU8zTTZPRGc2SWt4dmNtVnRJR2x3YzNWdElHUnZiRzl5SUhOcGRDQmhiV1YwTENCamIyNXpaV04wWlhSMVpYSWdZV1JwY0dselkybHVaeUJsYkdsMExDQnpaV1FnWkdsaGJTQnViMjUxYlcxNUlHNXBZbWdnWlhWcGMyMXZaQzRpTzNNNk1URTZJbVp2YjNSbGNsOXViM1JsSWp0ek9qWTBPaUpaYjNWeUlHbHVabTl5YldGMGFXOXVJR2x6SURFd01DVWdjMlZqZFhKbElIZHBkR2dnZFhNZ1lXNWtJSGRwYkd3Z2JtVjJaWElnWW1VZ2MyaGhjbVZrSWp0ek9qRXlPaUp1WVcxbFgyUmxabUYxYkhRaU8zTTZNalE2SWtWdWRHVnlJSGx2ZFhJZ1JtbHljM1FnVG1GdFpTNHVMaUk3Y3pveE16b2laVzFoYVd4ZlpHVm1ZWFZzZENJN2N6b3lOem9pUlc1MFpYSWdlVzkxY2lCRmJXRnBiQ0JCWkdSeVpYTnpMaTR1SWp0OWN6b3hNem9pYzNWaWJXbDBYMkoxZEhSdmJpSTdZVG8xTmpwN2N6bzJPaUppZFhSMGIyNGlPMkU2TURwN2ZYTTZPRG9pYkc5allYUnBiMjRpTzNNNk16WTZJbTl3WDJ4cFoyaDBZbTk0WDI5d2RHbHVYMlp2Y20xZmMzVmliV2wwWDJKMWRIUnZiaUk3Y3pvM09pSmpiMjUwWlc1MElqdHpPakE2SWlJN2N6bzBPaUowZVhCbElqdHpPakU2SWpBaU8zTTZOVG9pYVcxaFoyVWlPM002TURvaUlqdHpPakV5T2lKbGJHVnRaVzUwWDNSNWNHVWlPM002TURvaUlqdHpPalE2SW1oeVpXWWlPM002TURvaUlqdHpPakV3T2lKdVpYZGZkMmx1Wkc5M0lqdHpPakE2SWlJN2N6b3lPaUpqWXlJN2N6b3dPaUlpTzNNNk5Ub2lZV3hwWjI0aU8zTTZNRG9pSWp0ek9qUTZJblJsZUhRaU8zTTZNRG9pSWp0ek9qazZJblJsZUhSZmMybDZaU0k3Y3pveU9pSXpNaUk3Y3pveE1Eb2lkR1Y0ZEY5amIyeHZjaUk3Y3pvM09pSWpNREF3TURBd0lqdHpPams2SW5SbGVIUmZabTl1ZENJN2N6b3dPaUlpTzNNNk9Ub2lkR1Y0ZEY5aWIyeGtJanR6T2pFNklqRWlPM002TVRRNkluUmxlSFJmZFc1a1pYSnNhVzVsSWp0ek9qQTZJaUk3Y3pveE1Ub2lkR1Y0ZEY5cGRHRnNhV01pTzNNNk1Eb2lJanR6T2pFNU9pSjBaWGgwWDJ4bGRIUmxjbDl6Y0dGamFXNW5JanR6T2pFNklqQWlPM002TVRNNkluTjFZblJsZUhSZmNHRnVaV3dpTzNNNk1Eb2lJanR6T2pjNkluTjFZblJsZUhRaU8zTTZNRG9pSWp0ek9qRXlPaUp6ZFdKMFpYaDBYM05wZW1VaU8zTTZNRG9pSWp0ek9qRXpPaUp6ZFdKMFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hNam9pYzNWaWRHVjRkRjltYjI1MElqdHpPakE2SWlJN2N6b3hNam9pYzNWaWRHVjRkRjlpYjJ4a0lqdHpPakE2SWlJN2N6b3hOem9pYzNWaWRHVjRkRjkxYm1SbGNteHBibVVpTzNNNk1Eb2lJanR6T2pFME9pSnpkV0owWlhoMFgybDBZV3hwWXlJN2N6b3dPaUlpTzNNNk1qSTZJbk4xWW5SbGVIUmZiR1YwZEdWeVgzTndZV05wYm1jaU8zTTZNRG9pSWp0ek9qRTNPaUowWlhoMFgzTm9ZV1J2ZDE5d1lXNWxiQ0k3Y3pveE9pSlpJanR6T2pJd09pSjBaWGgwWDNOb1lXUnZkMTkyWlhKMGFXTmhiQ0k3Y3pveE9pSXhJanR6T2pJeU9pSjBaWGgwWDNOb1lXUnZkMTlvYjNKcGVtOXVkR0ZzSWp0ek9qRTZJakFpTzNNNk1UYzZJblJsZUhSZmMyaGhaRzkzWDJOdmJHOXlJanR6T2pjNklpTm1abVptTURBaU8zTTZNVFk2SW5SbGVIUmZjMmhoWkc5M1gySnNkWElpTzNNNk1Ub2lNQ0k3Y3pveE16b2ljM1I1YkdsdVoxOTNhV1IwYUNJN2N6b3dPaUlpTzNNNk1UUTZJbk4wZVd4cGJtZGZhR1ZwWjJoMElqdHpPakE2SWlJN2N6b3lNRG9pYzNSNWJHbHVaMTlpYjNKa1pYSmZZMjlzYjNJaU8zTTZOem9pSXpBd01EQXdNQ0k3Y3pveE9Ub2ljM1I1YkdsdVoxOWliM0prWlhKZmMybDZaU0k3Y3pveE9pSXhJanR6T2pJeE9pSnpkSGxzYVc1blgySnZjbVJsY2w5eVlXUnBkWE1pTzNNNk1Ub2lOaUk3Y3pveU1qb2ljM1I1YkdsdVoxOWliM0prWlhKZmIzQmhZMmwwZVNJN2N6b3pPaUl4TURBaU8zTTZNVFk2SW5OMGVXeHBibWRmWjNKaFpHbGxiblFpTzNNNk1Eb2lJanR6T2pFek9pSnpkSGxzYVc1blgzTm9hVzVsSWp0ek9qRTZJbGtpTzNNNk1qZzZJbk4wZVd4cGJtZGZaM0poWkdsbGJuUmZjM1JoY25SZlkyOXNiM0lpTzNNNk56b2lJMlptWm1Zd01DSTdjem95TmpvaWMzUjViR2x1WjE5bmNtRmthV1Z1ZEY5bGJtUmZZMjlzYjNJaU8zTTZOem9pSTJabVlUQXpOU0k3Y3pveE56b2laSEp2Y0Y5emFHRmtiM2RmY0dGdVpXd2lPM002TVRvaVdTSTdjem95TURvaVpISnZjRjl6YUdGa2IzZGZkbVZ5ZEdsallXd2lPM002TVRvaU1TSTdjem95TWpvaVpISnZjRjl6YUdGa2IzZGZhRzl5YVhwdmJuUmhiQ0k3Y3pveE9pSXdJanR6T2pFMk9pSmtjbTl3WDNOb1lXUnZkMTlpYkhWeUlqdHpPakU2SWpFaU8zTTZNVGc2SW1SeWIzQmZjMmhoWkc5M1gzTndjbVZoWkNJN2N6b3hPaUl3SWp0ek9qRTNPaUprY205d1gzTm9ZV1J2ZDE5amIyeHZjaUk3Y3pvM09pSWpNREF3TURBd0lqdHpPakU1T2lKa2NtOXdYM05vWVdSdmQxOXZjR0ZqYVhSNUlqdHpPakk2SWpVd0lqdHpPakU0T2lKcGJuTmxkRjl6YUdGa2IzZGZjR0Z1Wld3aU8zTTZNVG9pV1NJN2N6b3lNVG9pYVc1elpYUmZjMmhoWkc5M1gzWmxjblJwWTJGc0lqdHpPakU2SWpBaU8zTTZNak02SW1sdWMyVjBYM05vWVdSdmQxOW9iM0pwZW05dWRHRnNJanR6T2pFNklqQWlPM002TVRjNkltbHVjMlYwWDNOb1lXUnZkMTlpYkhWeUlqdHpPakU2SWpBaU8zTTZNVGs2SW1sdWMyVjBYM05vWVdSdmQxOXpjSEpsWVdRaU8zTTZNVG9pTVNJN2N6b3hPRG9pYVc1elpYUmZjMmhoWkc5M1gyTnZiRzl5SWp0ek9qYzZJaU5tWm1abU1EQWlPM002TWpBNkltbHVjMlYwWDNOb1lXUnZkMTl2Y0dGamFYUjVJanR6T2pJNklqVXdJanQ5ZlhNNk1USTZJbWgwYld4ZlkyOXVkR1Z1ZENJN1lUb3hPbnR6T2pjNkltTnZiblJsYm5RaU8zTTZNRG9pSWp0OWZRPT0iO3M6MTM6ImV4aXRfcmVkaXJlY3QiO3M6ODg6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUoxY213aU8zTTZNRG9pSWp0ek9qYzZJbTFsYzNOaFoyVWlPM002TURvaUlqdDkiO3M6MTM6ImxhdW5jaF9mdW5uZWwiO3M6MTkyOiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem81T2lKbWRXNXVaV3hmYVdRaU8zTTZNVG9pTVNJN2N6b3hOam9pWjJGMFpYZGhlVjl2ZG1WeWNtbGtaU0k3WVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvNE9pSnlaV1JwY21WamRDSTdjem93T2lJaU8zTTZORG9pWTI5a1pTSTdjem93T2lJaU8zMTkiO30='),(6,'TheOneIndicator','YToxOntzOjQ6ImJvZHkiO2E6Njp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM3OiJwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjEwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo1NjoiZXlKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTVRBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIzNDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIwXCIgZm9udF9mb250PVwiQXNhcFwiIGZvbnRfc3R5bGU9XCJub3JtYWxcIiBmb250X2NvbG9yPVwiIzFhOWVlMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl08c3Ryb25nPkxJVkUgV0VCSU5BUiBFdmVudCB3aXRoIE9wdGlvbnMgVHJhZGVycyBKb2UgQ29udGVzIGFuZCBLZW4gRXJpa3Nlbjwvc3Ryb25nPlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6IzFhOWVlMDtwYWRkaW5nLXRvcDozMHB4O3BhZGRpbmctYm90dG9tOjI1cHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeFlUbGxaVEFpTENKd1lXUmthVzVuVkc5d0lqb2lNekFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpVaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE5NjoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjMwXCIgZm9udF9mb250PVwiQXNhcFwiIGZvbnRfc3R5bGU9XCJib2xkXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBmb250X3NoYWRvdz1cImRhcmtcIiBhbGlnbj1cImNlbnRlclwiXVRoZSBPbmUgSW5kaWNhdG9yOiBXaGF0XCdzIEhvdCBhbmQgV2hhdFwncyBOb3RbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozODoiYmFja2dyb3VuZDojMjEyMTIxO3BhZGRpbmctYm90dG9tOjBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjcyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXlNVEl4TWpFaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1DSjkiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjg1OiJbY2FsZW5kYXJfZGF0ZSBzdHlsZT1cIjFcIiBtb250aD1cIk1hcmNoXCIgY2FsZW5kYXJfYmFyX2NvbG9yPVwiI2ZmMDAwMFwiIGRheT1cIjEzXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjA4OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjFcIiBmb250X2NvbG9yPVwiI2ZmZmZmZlwiIHdpZHRoPVwiMjIwXCJdPHN0cm9uZz5Nb25kYXksIE1hcmNoIDEwdGgKPC9zdHJvbmc+MzowMCBQTSBFYXN0ZXJuIFRpbWUKMjowMCBQTSBDZW50cmFsIFRpbWUKCjxwPiZuYnNwOzwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc4ODoiW29wdGluX2JveCBzdHlsZT1cIjdcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImVtYWlsXCIgcmVkaXJlY3RfdXJsPVwiaHR0cHM6Ly93d3czLmdvdG9tZWV0aW5nLmNvbS9yZWdpc3Rlci8zNzA1ODM1MjZcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdSGVyZVwncyBUaGUgSGVhZGxpbmUgRm9yIFRoZSBCb3hbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1URzl5WlcwZ2FYQnpkVzBnWkc5c2IzSWdjMmwwSUdGdFpYUXNJR052Ym5ObFkzUmxkSFZ5SUdGa2FYQnBjMk5wYm1jZ1pXeHBkQzRnUkc5dVpXTWdkbVZzSUc1MWJtTWdibTl1SUd4aFkzVnpJSFpsYm1WdVlYUnBjeUJqYjIxdGIyUnZMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1HZXQgSW5zdGFudCBBY2Nlc3MhWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MjthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxMTA6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxNTY6ImV5SmlZV05yWjNKdmRXNWtTVzFoWjJVaU9pSjFjbXdvYUhSMGNEb3ZMMjl3ZEdsdGFYcGxjSEpsYzNNeUxtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE15OHdOaTlpWVdOck1TNXdibWNwSWl3aVltRmphMmR5YjNWdVpGQnZjMmwwYVc5dUlqb2lkR2xzWlNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI3NzoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM1XCIgYWxpZ249XCJsZWZ0XCIgbGluZV9oZWlnaHQ9XCIzNVwiXTxkaXYgZGF0YS1sYj1cImVkaXRhYmxlLXJpY2gtdGV4dFwiIGRhdGEtbGItaWQ9XCJtYWluLWhlYWRsaW5lXCIgZGF0YS1sYi1uYW1lPVwiTWFpbiBIZWFkbGluZSBUZXh0XCI+RFVSSU5HIFRISVMgPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFhOWVlMDtcIj48Yj5GUkVFIFdFQklOQVI8L2I+PC9zcGFuPiBZT1UgV0lMTCBMRUFSTjo8L2Rpdj5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjQxOiJbc3RlcF9ncmFwaGljcyBzdHlsZT1cIjNcIiBjb2xvcj1cIiMxYTllZTBcIl1bc3RlcCBzdHlsZT1cIjNcIiB0ZXh0PVwiMVwiIGhlYWRsaW5lPVwiSG93IHRvIElkZW50aWZ5IFRoZSBOZXh0IEJpZyBNb3ZlXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIyXCIgaGVhZGxpbmU9XCJDdXR0aW5nIEVkZ2UgVGVjaG5vbG9neSBmb3IgUGlucG9pbnRpbmcgRW50cmllc1wiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyOTU6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl08cD4mbmJzcDs8L3A+Sm9pbiB0cmFkZXJzIEpvZSBDb250ZXMgYW5kIEtlbiBFcmlrc2VuIGFzIHRoZXkgY29tYiB0aGUgbWFya2V0cyBhbmQgc2VhcmNoIGZvciB0aGUgbmV4dCBiaWcgbWFya2V0IG1vdmVycy4gSm9lIGlkZW50aWZpZXMgd2hhdOKAmXMgaG90IGFuZCB3aGF04oCZcyBub3QgYW5kIHJldmVhbHMgaGlzIG9uZSBpbmRpY2F0b3IgaGUgdXNlcyB0byB1bmNvdmVyIHRoZSBuZXh0IGJpZyBtb3ZlLlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Nzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxNjoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjI0XCIgZm9udF9mb250PVwiU2hhZG93cyBJbnRvIExpZ2h0XCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjQ2MFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkZPQ1VTRUQgT04gVEhFIFNDSUVOQ0UgT0YgVFJBRElORzwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODE6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9SUS1SYW5raW5nLXNjcmVlbi1zaG90MS5qcGdcIiB3aWR0aD1cIjEyNThcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6MzthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjQ7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzI6Ilt2ZXJ0aWNhbF9zcGFjaW5nIGhlaWdodD1cIjMwXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMzM6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImNlbnRlclwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiM5MTkxOTFcIiBib3R0b21fcGFkZGluZz1cIjEwXCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjQ2MFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPlNoYXJlIHRoaXMgcGFnZSB3aXRoIHlvdXIgZnJpZW5kcy4uLjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNjQ6Iltzb2NpYWxfc2hhcmluZyBzdHlsZT1cInN0eWxlLTIwXCIgZmJfY29sb3I9XCJsaWdodFwiIGZiX2xhbmc9XCJlbl9HQlwiIGZiX3RleHQ9XCJyZWNvbW1lbmRcIiBmYl9idXR0b25fdGV4dD1cIlNoYXJlXCIgdHdfbGFuZz1cImVuXCIgdHdfYnV0dG9uX3RleHQ9XCJTaGFyZVwiIGdfbGFuZz1cImVuLUdCXCIgZ19idXR0b25fdGV4dD1cIlNoYXJlXCIgcF9kZXNjcmlwdGlvbj1cIlwiIGxpbmtlZGluX2xhbmc9XCJlbl9VU1wiIGFsaWdubWVudD1cImNlbnRlclwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiNlYTcxMTA7cGFkZGluZy10b3A6NDVweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTmxZVGN4TVRBaUxDSndZV1JrYVc1blZHOXdJam9pTkRVaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyOTY6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgYWxpZ249XCJjZW50ZXJcIl1XQVJOSU5HOiDCoFdlIG9ubHkgaGF2ZSAxMDAgc3BvdHMgb24gb3VyIHdlYmluYXIgc3lzdGVtIGF2YWlsYWJsZSBhbmTCoHNwYWNlIHdpbGwgZmlsbCB1cCBmYXN0IHNvIHJlZ2lzdGVyIG5vdyB0byBhdm9pZCBtaXNzaW5nIG91dC4gwqBUaGlzIHdlYmluYXIgaXMgcGFja2VkIHdpdGggaGlnaCBxdWFsaXR5IGNvbnRlbnQgYW5kIHdpbGwgZmlsbCB1cCBmYXN0IVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjU7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTQ3OiJiYWNrZ3JvdW5kLWltYWdlOnVybChodHRwOi8vb3B0aW1pemVwcmVzczIuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzA2L2JhY2sxLnBuZyk7YmFja2dyb3VuZC1yZXBlYXQ6cmVwZWF0O3BhZGRpbmctdG9wOjMwcHg7cGFkZGluZy1ib3R0b206NTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjIwODoiZXlKaVlXTnJaM0p2ZFc1a1NXMWhaMlVpT2lKMWNtd29hSFIwY0RvdkwyOXdkR2x0YVhwbGNISmxjM015TG1OdmJTOTNjQzFqYjI1MFpXNTBMM1Z3Ykc5aFpITXZNakF4TXk4d05pOWlZV05yTVM1d2JtY3BJaXdpWW1GamEyZHliM1Z1WkZCdmMybDBhVzl1SWpvaWRHbHNaU0lzSW5CaFpHUnBibWRVYjNBaU9pSXpNQ0lzSW5CaFpHUnBibWRDYjNSMGIyMGlPaUkxTUNKOSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTg0OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjVcIiBmb250X3N0eWxlPVwibm9ybWFsXCIgYWxpZ249XCJjZW50ZXJcIiBib3R0b21fbWFyZ2luPVwiMjBcIl08c3Ryb25nPlRoaXMgb25lIHdpbGwgYmUgbm8gZXhjZXB0aW9uLsKgU28gY2xhaW0geW91ciBzcG90IGJlbG93ITwvc3Ryb25nPlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3ODg6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIHJlZGlyZWN0X3VybD1cImh0dHBzOi8vd3d3My5nb3RvbWVldGluZy5jb20vcmVnaXN0ZXIvMzcwNTgzNTI2XCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXUhlcmVcJ3MgVGhlIEhlYWRsaW5lIEZvciBUaGUgQm94Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdVEc5eVpXMGdhWEJ6ZFcwZ1pHOXNiM0lnYzJsMElHRnRaWFFzSUdOdmJuTmxZM1JsZEhWeUlHRmthWEJwYzJOcGJtY2daV3hwZEM0Z1JHOXVaV01nZG1Wc0lHNTFibU1nYm05dUlHeGhZM1Z6SUhabGJtVnVZWFJwY3lCamIyMXRiMlJ2TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdR2V0IEluc3RhbnQgQWNjZXNzIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNzM6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5DT01NT0RJVFkgRlVUVVJFUywgT1BUSU9OUywgQU5EIEZPUkVYIFRSQURJTkcgSU5WT0xWRVMgU1VCU1RBTlRJQUwgUklTSyBBTkQgSVMgTk9UIFNVSVRBQkxFIEZPUiBBTEwgSU5WRVNUT1JTIC4gUEFTVCBSRVNVTFRTIEFSRSBOT1QgTkVDRVNTQVJJTFkgSU5ESUNBVElWRSBPRiBGVVRVUkUgUkVTVUxUUy48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fX0=','YToxNDp7czo1OiJ0aGVtZSI7czo2ODoiWVRveU9udHpPalE2SW5SNWNHVWlPM002T1RvaWJXRnlhMlYwYVc1bklqdHpPak02SW1ScGNpSTdjem94T2lJeElqdDkiO3M6MTM6ImhlYWRlcl9sYXlvdXQiO3M6MTA3MjoiWVRveE1EcDdjem8wT2lKc2IyZHZJanR6T2pnd09pSm9kSFJ3T2k4dmQzZDNMblJvWlhSeVlXUnBibWR5YjI5dExtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE5DOHdNeTlUWVcxd2JHVk1iMmR2TFVSaGNtc3hNREV5TG5CdVp5STdjem8xT2lKaVoybHRaeUk3Y3pvd09pSWlPM002TVRFNkluSmxjR1ZoZEdKbmFXMW5JanR6T2pBNklpSTdjem8zT2lKaVoyTnZiRzl5SWp0ek9qYzZJaU5tTUdWbVpqQWlPM002TVRBNklteHBibXRmWTI5c2IzSWlPM002TURvaUlqdHpPakV6T2lKdFpXNTFMWEJ2YzJsMGFXOXVJanR6T2prNkltRnNiMjVuYzJsa1pTSTdjem8zT2lKbGJtRmliR1ZrSWp0ek9qRTZJazRpTzNNNk1UTTZJbTVoZGw5aVlYSmZZV0p2ZG1VaU8yRTZOenA3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWs0aU8zTTZNem9pYm1GMklqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOXphR0ZrYjNjaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzZGxhV2RvZENJN2N6b3dPaUlpTzNNNk9Ub2labTl1ZEY5emFYcGxJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjltWVcxcGJIa2lPM002TURvaUlqdHpPalE2SW14dloyOGlPM002TURvaUlqdDljem94TXpvaWJtRjJYMkpoY2w5aVpXeHZkeUk3WVRvM09udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSnVZWFlpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDNOb1lXUnZkeUk3Y3pvd09pSWlPM002TVRFNkltWnZiblJmZDJWcFoyaDBJanR6T2pBNklpSTdjem81T2lKbWIyNTBYM05wZW1VaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgyWmhiV2xzZVNJN2N6b3dPaUlpTzNNNk5Eb2liRzluYnlJN2N6b3dPaUlpTzMxek9qRTNPaUp1WVhaZlltRnlYMkZzYjI1bmMybGtaU0k3WVRvMk9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSnVZWFlpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDNOb1lXUnZkeUk3Y3pvd09pSWlPM002TVRFNkltWnZiblJmZDJWcFoyaDBJanR6T2pBNklpSTdjem81T2lKbWIyNTBYM05wZW1VaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgyWmhiV2xzZVNJN2N6b3dPaUlpTzMxOSI7czoxMjoiZmVhdHVyZV9hcmVhIjtzOjEyMDoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvME9pSjBlWEJsSWp0cE9qRTdjem80T2lKelpYUjBhVzVuY3lJN1lUb3hPbnR6T2pFeU9pSm1iMjUwWDI5d2RHbHZibk1pTzJFNk1EcDdmWDE5IjtzOjEzOiJmZWF0dXJlX3RpdGxlIjtzOjY0OiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8xT2lKMGFYUnNaU0k3Y3pvd09pSWlPMzA9IjtzOjExOiJmb290ZXJfYXJlYSI7czozNjA6IllUbzRPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qQTZJaUk3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYMlpoYldsc2VTSTdjem93T2lJaU8zTTZNVEk2SW14aGNtZGxYMlp2YjNSbGNpSTdZVG94T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdmWE02TVRjNkltWnZiM1JsY2w5a2FYTmpiR0ZwYldWeUlqdGhPakk2ZTNNNk56b2laVzVoWW14bFpDSTdjem94T2lKT0lqdHpPamM2SW0xbGMzTmhaMlVpTzNNNk1Eb2lJanQ5ZlE9PSI7czoxMDoidHlwb2dyYXBoeSI7czoxNDc2OiJZVG95T250ek9qRXpPaUptYjI1MFgyVnNaVzFsYm5SeklqdGhPams2ZTNNNk1UQTZJbk5wZEdWZmRHbDBiR1VpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pBNklpSTdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pvM09pSjBZV2RzYVc1bElqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3dPaUlpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZOem9pWkdWbVlYVnNkQ0k3WVRvME9udHpPalE2SW5OcGVtVWlPM002TWpvaU1UY2lPM002TkRvaVptOXVkQ0k3Y3pvME9pSkJjMkZ3SWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem8wT2lJak5EUTBJanQ5Y3pveU9pSm9NU0k3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TkRvaVFYTmhjQ0k3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTWlJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk5Eb2lRWE5oY0NJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem95T2lKb015STdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZNRG9pSWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zMXpPakk2SW1nMElqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3dPaUlpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qQTZJaUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTmlJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1Eb2lJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzMxOWN6b3hORG9pWTI5c2IzSmZaV3hsYldWdWRITWlPMkU2TmpwN2N6b3hOem9pWm05dmRHVnlYM1JsZUhSZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFM09pSm1iMjkwWlhKZmJHbHVhMTlqYjJ4dmNpSTdjem93T2lJaU8zTTZNak02SW1admIzUmxjbDlzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanR6T2pBNklpSTdjem94T0RvaVptVmhkSFZ5WlY5MFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hPRG9pWm1WaGRIVnlaVjlzYVc1clgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveU5Eb2labVZoZEhWeVpWOXNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdHpPakE2SWlJN2ZYMD0iO3M6MjE6ImNvbG9yX3NjaGVtZV9hZHZhbmNlZCI7czoyNDIwOiJZVG8zT250ek9qRXpPaUp1WVhaZlltRnlYMkZpYjNabElqdGhPakV3T250ek9qRXpPaUp1WVhaZlltRnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hNVG9pYm1GMlgySmhjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRTVPaUp1WVhaZlltRnlYMmh2ZG1WeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE56b2libUYyWDJKaGNsOW9iM1psY2w5bGJtUWlPM002TURvaUlqdHpPakV3T2lKdVlYWmZZbUZ5WDJKbklqdHpPakE2SWlJN2N6b3lNam9pYm1GMlgySmhjbDlpWjE5b2IzWmxjbDl6ZEdGeWRDSTdjem93T2lJaU8zTTZNVFU2SW01aGRsOWlZWEpmWkdSZmJHbHVheUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlpHUmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRXlPaUp1WVhaZlltRnlYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRXpPaUp1WVhaZlltRnlYMmh2ZG1WeUlqdHpPakE2SWlJN2ZYTTZNVE02SW01aGRsOWlZWEpmWW1Wc2IzY2lPMkU2TVRBNmUzTTZNVE02SW01aGRsOWlZWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakV4T2lKdVlYWmZZbUZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVGs2SW01aGRsOWlZWEpmYUc5MlpYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRTNPaUp1WVhaZlltRnlYMmh2ZG1WeVgyVnVaQ0k3Y3pvd09pSWlPM002TVRBNkltNWhkbDlpWVhKZlltY2lPM002TURvaUlqdHpPakl5T2lKdVlYWmZZbUZ5WDJKblgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TlRvaWJtRjJYMkpoY2w5a1pGOXNhVzVySWp0ek9qQTZJaUk3Y3pveE5qb2libUYyWDJKaGNsOWtaRjlvYjNabGNpSTdjem93T2lJaU8zTTZNVEk2SW01aGRsOWlZWEpmYkdsdWF5STdjem93T2lJaU8zTTZNVE02SW01aGRsOWlZWEpmYUc5MlpYSWlPM002TURvaUlqdDljem94TnpvaWJtRjJYMkpoY2w5aGJHOXVaM05wWkdVaU8yRTZOenA3Y3pveE1Eb2libUYyWDJKaGNsOWlaeUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlltZGZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qSXdPaUp1WVhaZlltRnlYMkpuWDI1aGRsOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRTFPaUp1WVhaZlltRnlYMlJrWDJ4cGJtc2lPM002TURvaUlqdHpPakUyT2lKdVlYWmZZbUZ5WDJSa1gyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1USTZJbVpsWVhSMWNtVmZZWEpsWVNJN1lUbzNPbnR6T2pFek9pSm1aV0YwZFhKbFgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2labVZoZEhWeVpWOWxibVFpTzNNNk1Eb2lJanR6T2pFd09pSjBaWGgwWDJOdmJHOXlJanR6T2pBNklpSTdjem94TURvaWJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TVRZNklteHBibXRmYUc5MlpYSmZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMXpPakk2SW1KbklqdHpPakE2SWlJN2N6b3hNRG9pWW1kZmIzQjBhVzl1Y3lJN2N6b3dPaUlpTzMxek9qRXpPaUptWldGMGRYSmxYM1JwZEd4bElqdGhPak02ZTNNNk1UazZJbVpsWVhSMWNtVmZkR2wwYkdWZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSm1aV0YwZFhKbFgzUnBkR3hsWDJWdVpDSTdjem93T2lJaU8zTTZNalE2SW1abFlYUjFjbVZmZEdsMGJHVmZkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPMzF6T2pZNkltWnZiM1JsY2lJN1lUbzFPbnR6T2pFeU9pSm1iMjkwWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFd09pSm1iMjkwWlhKZlpXNWtJanR6T2pBNklpSTdjem94TnpvaVptOXZkR1Z5WDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTNPaUptYjI5MFpYSmZiR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlhNNk1qTTZJbVp2YjNSbGNsOXNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdGhPakk2ZTNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTFPaUowWlhoMFgyUmxZMjl5WVhScGIyNGlPM002TURvaUlqdDlmWE02TkRvaWNHRm5aU0k3WVRvME9udHpPakV5T2lKeVpYQmxZWFJwYm1kZlltY2lPM002TURvaUlqdHpPamc2SW1KblgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE1Eb2liR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlhNNk1UWTZJbXhwYm10ZmFHOTJaWEpmWTI5c2IzSWlPMkU2TWpwN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zTTZNVFU2SW5SbGVIUmZaR1ZqYjNKaGRHbHZiaUk3Y3pvd09pSWlPMzE5ZlE9PSI7czoxNToibW9iaWxlX3JlZGlyZWN0IjtzOjYwOiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdDkiO3M6Mzoic2VvIjtzOjE5MjoiWVRvMk9udHpPalU2SW5ScGRHeGxJanR6T2pBNklpSTdjem94TVRvaVpHVnpZM0pwY0hScGIyNGlPM002TURvaUlqdHpPamc2SW10bGVYZHZjbVJ6SWp0ek9qQTZJaUk3Y3pvM09pSnZaM1JwZEd4bElqdHpPakE2SWlJN2N6b3hNem9pYjJka1pYTmpjbWx3ZEdsdmJpSTdjem93T2lJaU8zTTZOem9pYjJkcGJXRm5aU0k3Y3pvd09pSWlPMzA9IjtzOjc6InNjcmlwdHMiO3M6ODg6IllUb3hPbnRwT2pBN1lUb3lPbnR6T2pnNkluQnZjMmwwYVc5dUlqdHpPalk2SW1obFlXUmxjaUk3Y3pvMk9pSnpZM0pwY0hRaU8zTTZNRG9pSWp0OWZRPT0iO3M6ODoiZmJfc2hhcmUiO3M6MTI0OiJZVG8wT250ek9qVTZJblJwZEd4bElqdHpPakE2SWlJN2N6b3hNVG9pWkdWelkzSnBjSFJwYjI0aU8zTTZNRG9pSWp0ek9qVTZJbWx0WVdkbElqdHpPakE2SWlJN2N6bzRPaUpzYVd0bFgzVnliQ0k3Y3pvd09pSWlPMzA9IjtzOjg6ImxpZ2h0Ym94IjtzOjM3MDA6IllUbzFPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzNPaUp6YUc5M1gyOXVJanR6T2pRNklteHZZV1FpTzNNNk5Eb2lkSGx3WlNJN2N6bzFPaUp2Y0hScGJpSTdjem94TURvaWIzQjBhVzVmWm05eWJTSTdZVG96T250ek9qazZJbVp2Y20xZmFIUnRiQ0k3WVRveE56cDdjem94TURvaVpXMWhhV3hmWkdGMFlTSTdjem93T2lJaU8zTTZNVE02SW1WdFlXbHNYMkZrWkhKbGMzTWlPM002TURvaUlqdHpPakV5T2lKeVpXUnBjbVZqZEY5MWNtd2lPM002TURvaUlqdHpPakV5T2lKbGVIUnlZVjltYVdWc1pITWlPM002TURvaUlqdHpPakU0T2lKbGJXRnBiRjlsZUhSeVlWOW1hV1ZzWkhNaU8zTTZNRG9pSWp0ek9qUTZJbWgwYld3aU8zTTZNRG9pSWp0ek9qRXdPaUp1WlhkZmQybHVaRzkzSWp0ek9qQTZJaUk3Y3pveE1qb2laR2x6WVdKc1pWOXVZVzFsSWp0ek9qQTZJaUk3Y3pvNE9pSnVZVzFsWDJKdmVDSTdjem93T2lJaU8zTTZPVG9pWlcxaGFXeGZZbTk0SWp0ek9qQTZJaUk3Y3pvMk9pSmhZM1JwYjI0aU8zTTZNRG9pSWp0ek9qWTZJbVpwWld4a2N5STdjem93T2lJaU8zTTZOam9pYldWMGFHOWtJanR6T2pRNkluQnZjM1FpTzNNNk1UWTZJbWx1ZEdWbmNtRjBhVzl1WDNSNWNHVWlPM002TmpvaVkzVnpkRzl0SWp0ek9qUTZJbXhwYzNRaU8zTTZNRG9pSWp0ek9qRTBPaUowYUdGdWExOTViM1ZmY0dGblpTSTdjem93T2lJaU8zTTZNVEU2SW1GamRHbHZibDl3WVdkbElqdHpPakE2SWlJN2ZYTTZOem9pWTI5dWRHVnVkQ0k3WVRvMU9udHpPalU2SW5ScGRHeGxJanR6T2pNeU9pSlRaV3hzSUVGdWVYUm9hVzVuSUZkcGRHZ2dUM0IwYVcxcGVtVlFjbVZ6Y3lJN2N6b3hNVG9pWm05eWJWOW9aV0ZrWlhJaU8zTTZPRGc2SWt4dmNtVnRJR2x3YzNWdElHUnZiRzl5SUhOcGRDQmhiV1YwTENCamIyNXpaV04wWlhSMVpYSWdZV1JwY0dselkybHVaeUJsYkdsMExDQnpaV1FnWkdsaGJTQnViMjUxYlcxNUlHNXBZbWdnWlhWcGMyMXZaQzRpTzNNNk1URTZJbVp2YjNSbGNsOXViM1JsSWp0ek9qWTBPaUpaYjNWeUlHbHVabTl5YldGMGFXOXVJR2x6SURFd01DVWdjMlZqZFhKbElIZHBkR2dnZFhNZ1lXNWtJSGRwYkd3Z2JtVjJaWElnWW1VZ2MyaGhjbVZrSWp0ek9qRXlPaUp1WVcxbFgyUmxabUYxYkhRaU8zTTZNalE2SWtWdWRHVnlJSGx2ZFhJZ1JtbHljM1FnVG1GdFpTNHVMaUk3Y3pveE16b2laVzFoYVd4ZlpHVm1ZWFZzZENJN2N6b3lOem9pUlc1MFpYSWdlVzkxY2lCRmJXRnBiQ0JCWkdSeVpYTnpMaTR1SWp0OWN6b3hNem9pYzNWaWJXbDBYMkoxZEhSdmJpSTdZVG8xTmpwN2N6bzJPaUppZFhSMGIyNGlPMkU2TURwN2ZYTTZPRG9pYkc5allYUnBiMjRpTzNNNk16WTZJbTl3WDJ4cFoyaDBZbTk0WDI5d2RHbHVYMlp2Y20xZmMzVmliV2wwWDJKMWRIUnZiaUk3Y3pvM09pSmpiMjUwWlc1MElqdHpPakE2SWlJN2N6bzBPaUowZVhCbElqdHpPakU2SWpBaU8zTTZOVG9pYVcxaFoyVWlPM002TURvaUlqdHpPakV5T2lKbGJHVnRaVzUwWDNSNWNHVWlPM002TURvaUlqdHpPalE2SW1oeVpXWWlPM002TURvaUlqdHpPakV3T2lKdVpYZGZkMmx1Wkc5M0lqdHpPakE2SWlJN2N6b3lPaUpqWXlJN2N6b3dPaUlpTzNNNk5Ub2lZV3hwWjI0aU8zTTZNRG9pSWp0ek9qUTZJblJsZUhRaU8zTTZNRG9pSWp0ek9qazZJblJsZUhSZmMybDZaU0k3Y3pveU9pSXpNaUk3Y3pveE1Eb2lkR1Y0ZEY5amIyeHZjaUk3Y3pvM09pSWpNREF3TURBd0lqdHpPams2SW5SbGVIUmZabTl1ZENJN2N6b3dPaUlpTzNNNk9Ub2lkR1Y0ZEY5aWIyeGtJanR6T2pFNklqRWlPM002TVRRNkluUmxlSFJmZFc1a1pYSnNhVzVsSWp0ek9qQTZJaUk3Y3pveE1Ub2lkR1Y0ZEY5cGRHRnNhV01pTzNNNk1Eb2lJanR6T2pFNU9pSjBaWGgwWDJ4bGRIUmxjbDl6Y0dGamFXNW5JanR6T2pFNklqQWlPM002TVRNNkluTjFZblJsZUhSZmNHRnVaV3dpTzNNNk1Eb2lJanR6T2pjNkluTjFZblJsZUhRaU8zTTZNRG9pSWp0ek9qRXlPaUp6ZFdKMFpYaDBYM05wZW1VaU8zTTZNRG9pSWp0ek9qRXpPaUp6ZFdKMFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hNam9pYzNWaWRHVjRkRjltYjI1MElqdHpPakE2SWlJN2N6b3hNam9pYzNWaWRHVjRkRjlpYjJ4a0lqdHpPakE2SWlJN2N6b3hOem9pYzNWaWRHVjRkRjkxYm1SbGNteHBibVVpTzNNNk1Eb2lJanR6T2pFME9pSnpkV0owWlhoMFgybDBZV3hwWXlJN2N6b3dPaUlpTzNNNk1qSTZJbk4xWW5SbGVIUmZiR1YwZEdWeVgzTndZV05wYm1jaU8zTTZNRG9pSWp0ek9qRTNPaUowWlhoMFgzTm9ZV1J2ZDE5d1lXNWxiQ0k3Y3pveE9pSlpJanR6T2pJd09pSjBaWGgwWDNOb1lXUnZkMTkyWlhKMGFXTmhiQ0k3Y3pveE9pSXhJanR6T2pJeU9pSjBaWGgwWDNOb1lXUnZkMTlvYjNKcGVtOXVkR0ZzSWp0ek9qRTZJakFpTzNNNk1UYzZJblJsZUhSZmMyaGhaRzkzWDJOdmJHOXlJanR6T2pjNklpTm1abVptTURBaU8zTTZNVFk2SW5SbGVIUmZjMmhoWkc5M1gySnNkWElpTzNNNk1Ub2lNQ0k3Y3pveE16b2ljM1I1YkdsdVoxOTNhV1IwYUNJN2N6b3dPaUlpTzNNNk1UUTZJbk4wZVd4cGJtZGZhR1ZwWjJoMElqdHpPakE2SWlJN2N6b3lNRG9pYzNSNWJHbHVaMTlpYjNKa1pYSmZZMjlzYjNJaU8zTTZOem9pSXpBd01EQXdNQ0k3Y3pveE9Ub2ljM1I1YkdsdVoxOWliM0prWlhKZmMybDZaU0k3Y3pveE9pSXhJanR6T2pJeE9pSnpkSGxzYVc1blgySnZjbVJsY2w5eVlXUnBkWE1pTzNNNk1Ub2lOaUk3Y3pveU1qb2ljM1I1YkdsdVoxOWliM0prWlhKZmIzQmhZMmwwZVNJN2N6b3pPaUl4TURBaU8zTTZNVFk2SW5OMGVXeHBibWRmWjNKaFpHbGxiblFpTzNNNk1Eb2lJanR6T2pFek9pSnpkSGxzYVc1blgzTm9hVzVsSWp0ek9qRTZJbGtpTzNNNk1qZzZJbk4wZVd4cGJtZGZaM0poWkdsbGJuUmZjM1JoY25SZlkyOXNiM0lpTzNNNk56b2lJMlptWm1Zd01DSTdjem95TmpvaWMzUjViR2x1WjE5bmNtRmthV1Z1ZEY5bGJtUmZZMjlzYjNJaU8zTTZOem9pSTJabVlUQXpOU0k3Y3pveE56b2laSEp2Y0Y5emFHRmtiM2RmY0dGdVpXd2lPM002TVRvaVdTSTdjem95TURvaVpISnZjRjl6YUdGa2IzZGZkbVZ5ZEdsallXd2lPM002TVRvaU1TSTdjem95TWpvaVpISnZjRjl6YUdGa2IzZGZhRzl5YVhwdmJuUmhiQ0k3Y3pveE9pSXdJanR6T2pFMk9pSmtjbTl3WDNOb1lXUnZkMTlpYkhWeUlqdHpPakU2SWpFaU8zTTZNVGc2SW1SeWIzQmZjMmhoWkc5M1gzTndjbVZoWkNJN2N6b3hPaUl3SWp0ek9qRTNPaUprY205d1gzTm9ZV1J2ZDE5amIyeHZjaUk3Y3pvM09pSWpNREF3TURBd0lqdHpPakU1T2lKa2NtOXdYM05vWVdSdmQxOXZjR0ZqYVhSNUlqdHpPakk2SWpVd0lqdHpPakU0T2lKcGJuTmxkRjl6YUdGa2IzZGZjR0Z1Wld3aU8zTTZNVG9pV1NJN2N6b3lNVG9pYVc1elpYUmZjMmhoWkc5M1gzWmxjblJwWTJGc0lqdHpPakU2SWpBaU8zTTZNak02SW1sdWMyVjBYM05vWVdSdmQxOW9iM0pwZW05dWRHRnNJanR6T2pFNklqQWlPM002TVRjNkltbHVjMlYwWDNOb1lXUnZkMTlpYkhWeUlqdHpPakU2SWpBaU8zTTZNVGs2SW1sdWMyVjBYM05vWVdSdmQxOXpjSEpsWVdRaU8zTTZNVG9pTVNJN2N6b3hPRG9pYVc1elpYUmZjMmhoWkc5M1gyTnZiRzl5SWp0ek9qYzZJaU5tWm1abU1EQWlPM002TWpBNkltbHVjMlYwWDNOb1lXUnZkMTl2Y0dGamFYUjVJanR6T2pJNklqVXdJanQ5ZlhNNk1USTZJbWgwYld4ZlkyOXVkR1Z1ZENJN1lUb3hPbnR6T2pjNkltTnZiblJsYm5RaU8zTTZNRG9pSWp0OWZRPT0iO3M6MTM6ImV4aXRfcmVkaXJlY3QiO3M6ODg6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUoxY213aU8zTTZNRG9pSWp0ek9qYzZJbTFsYzNOaFoyVWlPM002TURvaUlqdDkiO3M6MTM6ImxhdW5jaF9mdW5uZWwiO3M6MTkyOiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem81T2lKbWRXNXVaV3hmYVdRaU8zTTZNVG9pTVNJN2N6b3hOam9pWjJGMFpYZGhlVjl2ZG1WeWNtbGtaU0k3WVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvNE9pSnlaV1JwY21WamRDSTdjem93T2lJaU8zTTZORG9pWTI5a1pTSTdjem93T2lJaU8zMTkiO30='),(7,'TradeLAB','YToxOntzOjQ6ImJvZHkiO2E6NDp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM3OiJwYWRkaW5nLXRvcDo0MHB4O3BhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo1NjoiZXlKd1lXUmthVzVuVkc5d0lqb2lOREFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI0NjoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjI3XCIgZm9udF9mb250PVwiTW9udHNlcnJhdFwiIGZvbnRfc3R5bGU9XCJib2xkXCIgZm9udF9jb2xvcj1cIiMzMDMwMzBcIiBmb250X3NwYWNpbmc9XCItMVwiIGFsaWduPVwiY2VudGVyXCJdV2FudCB0byBTdGFydCA8c3BhbiBzdHlsZT1cImNvbG9yOiAjMWU5YWUwO1wiPlRyYWRpbmcgTGlrZSBhIFF1YW50PC9zcGFuPj8gR2V0IFN0YXJ0ZWQgTm93LlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozOToicm93IGZpdmUtY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czo1NjoiYmFja2dyb3VuZDojMTcxNzE3O3BhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MjBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEwMDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU14TnpFM01UY2lMQ0p3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNakFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyNDoidGhyZWUtZmlmdGhzIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODk6Ilt2aWRlb19wbGF5ZXIgdHlwZT1cInlvdXR1YmVcIiB5b3V0dWJlX2ZvcmNlX2hkPVwibm9uZVwiIHdpZHRoPVwiNTUwXCIgaGVpZ2h0PVwiMzA5XCIgYWxpZ249XCJsZWZ0XCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMFwiXWFIUjBjRG92TDNsdmRYUjFMbUpsTDNST2NYUkNkRWxhY2pSUlsvdmlkZW9fcGxheWVyXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjM1OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjVcIiBmb250X3NoYWRvdz1cIm5vbmVcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5RdWljayByZXZpZXcgb2YgdHJhZGluZyBwZXJmb3JtYW5jZSBmb3IgdGhlIHdlZWsgb2YgTWFyY2ggOXRoIC0gMTR0aCBpbiBUaGUgVHJhZGluZyBSb29tIFRyYWRlTEFCLjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6Mjk6InR3by1maWZ0aHMgY29sdW1uIGNvbHMgbmFycm93IjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNDU6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyM1wiIGZvbnRfc3R5bGU9XCJub3JtYWxcIiBmb250X2NvbG9yPVwiI2VjZWJlNFwiIGFsaWduPVwibGVmdFwiXUdldCBBY2Nlc3MgdG8gT3VyIExpdmUgVHJhZGluZyBSb29tWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTg2OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMTVcIiBmb250X2NvbG9yPVwiI2VlZWJkZFwiIGJvdHRvbV9wYWRkaW5nPVwiMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCIzNjRcIiBsaW5lX2hlaWdodD1cIjIyXCJdVGhlIFRyYWRpbmcgUm9vbcKuwqAgc2Vzc2lvbnMgY29uZHVjdGVkIGJ5IHRoZSBSaW9zUXVhbnQgdGVhbSBvZmZlciBhIHByYWdtYXRpYywgcmVhbCB3b3JsZCBwZXJzcGVjdGl2ZSBvZiB0cmFkaW5nIHRoZSBnbG9iYWwgbWFya2V0cyBpbiByZWFsLXRpbWUuIFRyYWRpbmcgYmVnaW5zIGF0IDc6MzAgYS5tLiBFVCBNb25kYXkgdGhyb3VnaCBGcmlkYXkuIEdldCBhIHNuZWFrIHZpZXcgb2YgaGlnaCBwZXJmb3JtaW5nIGFsZ29yaXRobWljIHRyYWRpbmcgc3lzdGVtcyBpbiBhY3Rpb24gZnJvbSB0aGUgY29udmVuaWVuY2Ugb2YgeW91ciBjb21wdXRlci4gRXhwZXJpZW5jZSB0aGUgcG93ZXIgb2YgbWFya2V0IGludGVsbGlnZW5jZSB3aXRoIG91ciBxdWFudGl0YXRpdmUgdHJhZGluZyB0b29scy4KCjxwPiZuYnNwOzwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU4NToiW29wdGluX2JveCBzdHlsZT1cIjE0XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIGdvdG93ZWJpbmFyPVwiYTE5ODIxMjA3OFwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXVNFQ1VSRSBZT1VSIFNQT1QgTk9XIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjM4OiJlbGVtZW50LWNvbnRhaW5lciBjZiBwYWQtbGVmdCBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czo1OTM6ImJhY2tncm91bmQ6I2ZjZmNmYztiYWNrZ3JvdW5kOi13ZWJraXQtZ3JhZGllbnQobGluZWFyLCBsZWZ0IHRvcCwgbGVmdCBib3R0b20sIGNvbG9yLXN0b3AoMCUsICNmY2ZjZmMpLCBjb2xvci1zdG9wKDEwMCUsICNmNWY1ZjUpKTtiYWNrZ3JvdW5kOi13ZWJraXQtbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1tb3otbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOi1tcy1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW8tbGluZWFyLWdyYWRpZW50KHRvcCwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtiYWNrZ3JvdW5kOmxpbmVhci1ncmFkaWVudCh0byBib3R0b20sICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7ZmlsdGVyOnByb2dpZDpEWEltYWdlVHJhbnNmb3JtLk1pY3Jvc29mdC5ncmFkaWVudChzdGFydENvbG9yc3RyPSNmY2ZjZmMsIGVuZENvbG9yc3RyPSNmNWY1ZjUsIEdyYWRpZW50VHlwZT0wKTtwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjE1cHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxNDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObVkyWmpabU1pTENKaVlXTnJaM0p2ZFc1a1EyOXNiM0pGYm1RaU9pSWpaalZtTldZMUlpd2ljR0ZrWkdsdVoxUnZjQ0k2SWpJd0lpd2ljR0ZrWkdsdVowSnZkSFJ2YlNJNklqRTFJbjA9IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjM6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIzN1wiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPlFVQU5USVRBVElWRSBBTkFMWVNJUyAmYW1wOyBBTEdPUklUSE1JQyBUUkFESU5HPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjEwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1UQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU0NzoiW2N1c3RvbV9odG1sXTxkaXYgaWQ9XCJmYi1yb290XCI+PC9kaXY+CjxzY3JpcHQ+KGZ1bmN0aW9uKGQsIHMsIGlkKSB7CiAgdmFyIGpzLCBmanMgPSBkLmdldEVsZW1lbnRzQnlUYWdOYW1lKHMpWzBdOwogIGlmIChkLmdldEVsZW1lbnRCeUlkKGlkKSkgcmV0dXJuOwogIGpzID0gZC5jcmVhdGVFbGVtZW50KHMpOyBqcy5pZCA9IGlkOwogIGpzLnNyYyA9IFwiLy9jb25uZWN0LmZhY2Vib29rLm5ldC9lbl9HQi9hbGwuanMjeGZibWw9MSZhcHBJZD0xOTI0MDEzNTQyNDUwMTVcIjsKICBmanMucGFyZW50Tm9kZS5pbnNlcnRCZWZvcmUoanMsIGZqcyk7Cn0oZG9jdW1lbnQsIFwnc2NyaXB0XCcsIFwnZmFjZWJvb2stanNzZGtcJykpOzwvc2NyaXB0Pgo8ZGl2IGNsYXNzPVwiZmItbGlrZVwiIGRhdGEtaHJlZj1cImh0dHA6Ly9kZXZlbG9wZXJzLmZhY2Vib29rLmNvbS9kb2NzL3JlZmVyZW5jZS9wbHVnaW5zL2xpa2VcIiBkYXRhLXNlbmQ9XCJ0cnVlXCIgZGF0YS13aWR0aD1cIjQ1MFwiIGRhdGEtc2hvdy1mYWNlcz1cInRydWVcIj48L2Rpdj5bL2N1c3RvbV9odG1sXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fX0=','YToxMzp7czo1OiJ0aGVtZSI7czo2ODoiWVRveU9udHpPalE2SW5SNWNHVWlPM002T1RvaWJXRnlhMlYwYVc1bklqdHpPak02SW1ScGNpSTdjem94T2lJeElqdDkiO3M6MTM6ImhlYWRlcl9sYXlvdXQiO3M6MTA3MjoiWVRveE1EcDdjem8wT2lKc2IyZHZJanR6T2pjNE9pSm9kSFJ3T2k4dmQzZDNMblJvWlhSeVlXUnBibWR5YjI5dExtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE5DOHdNeTlUWVcxd2JHVk1iMmR2TFVSaGNtc3hNaTV3Ym1jaU8zTTZOVG9pWW1kcGJXY2lPM002TURvaUlqdHpPakV4T2lKeVpYQmxZWFJpWjJsdFp5STdjem93T2lJaU8zTTZOem9pWW1kamIyeHZjaUk3Y3pvM09pSWpaakJsWm1Zd0lqdHpPakV3T2lKc2FXNXJYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hNem9pYldWdWRTMXdiM05wZEdsdmJpSTdjem81T2lKaGJHOXVaM05wWkdVaU8zTTZOem9pWlc1aFlteGxaQ0k3Y3pveE9pSk9JanR6T2pFek9pSnVZWFpmWW1GeVgyRmliM1psSWp0aE9qYzZlM002TnpvaVpXNWhZbXhsWkNJN2N6b3hPaUpPSWp0ek9qTTZJbTVoZGlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmMyaGhaRzkzSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5M1pXbG5hSFFpTzNNNk1Eb2lJanR6T2prNkltWnZiblJmYzJsNlpTSTdjem93T2lJaU8zTTZNVEU2SW1admJuUmZabUZ0YVd4NUlqdHpPakE2SWlJN2N6bzBPaUpzYjJkdklqdHpPakE2SWlJN2ZYTTZNVE02SW01aGRsOWlZWEpmWW1Wc2IzY2lPMkU2TnpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TXpvaWJtRjJJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjl6YUdGa2IzY2lPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM2RsYVdkb2RDSTdjem93T2lJaU8zTTZPVG9pWm05dWRGOXphWHBsSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1Eb2lJanR6T2pRNklteHZaMjhpTzNNNk1Eb2lJanQ5Y3pveE56b2libUYyWDJKaGNsOWhiRzl1WjNOcFpHVWlPMkU2TmpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TXpvaWJtRjJJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjl6YUdGa2IzY2lPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM2RsYVdkb2RDSTdjem93T2lJaU8zTTZPVG9pWm05dWRGOXphWHBsSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1Eb2lJanQ5ZlE9PSI7czoxMjoiZmVhdHVyZV9hcmVhIjtzOjEyMDoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvME9pSjBlWEJsSWp0cE9qRTdjem80T2lKelpYUjBhVzVuY3lJN1lUb3hPbnR6T2pFeU9pSm1iMjUwWDI5d2RHbHZibk1pTzJFNk1EcDdmWDE5IjtzOjEzOiJmZWF0dXJlX3RpdGxlIjtzOjY0OiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8xT2lKMGFYUnNaU0k3Y3pvd09pSWlPMzA9IjtzOjExOiJmb290ZXJfYXJlYSI7czozNjA6IllUbzRPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNam9pTkRBaU8zTTZNVEU2SW1admJuUmZjMmhoWkc5M0lqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOTNaV2xuYUhRaU8zTTZNRG9pSWp0ek9qazZJbVp2Ym5SZmMybDZaU0k3Y3pvd09pSWlPM002TVRFNkltWnZiblJmWm1GdGFXeDVJanR6T2pBNklpSTdjem94TWpvaWJHRnlaMlZmWm05dmRHVnlJanRoT2pFNmUzTTZOem9pWlc1aFlteGxaQ0k3Y3pveE9pSk9JanQ5Y3pveE56b2labTl2ZEdWeVgyUnBjMk5zWVdsdFpYSWlPMkU2TWpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TnpvaWJXVnpjMkZuWlNJN2N6b3dPaUlpTzMxOSI7czoxMDoidHlwb2dyYXBoeSI7czoxNTI0OiJZVG95T250ek9qRXpPaUptYjI1MFgyVnNaVzFsYm5SeklqdGhPams2ZTNNNk1UQTZJbk5wZEdWZmRHbDBiR1VpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pBNklpSTdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pvM09pSjBZV2RzYVc1bElqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3dPaUlpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZOem9pWkdWbVlYVnNkQ0k3WVRvME9udHpPalE2SW5OcGVtVWlPM002TWpvaU1UVWlPM002TkRvaVptOXVkQ0k3Y3pveE5Ub2lVMjkxY21ObElGTmhibk1nVUhKdklqdHpPalU2SW5OMGVXeGxJanR6T2pBNklpSTdjem8xT2lKamIyeHZjaUk3Y3pvME9pSWpORFEwSWp0OWN6b3lPaUpvTVNJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1UVTZJbE52ZFhKalpTQlRZVzV6SUZCeWJ5STdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pveU9pSm9NaUk3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TVRVNklsTnZkWEpqWlNCVFlXNXpJRkJ5YnlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem95T2lKb015STdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZNRG9pSWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zMXpPakk2SW1nMElqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3dPaUlpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qQTZJaUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTmlJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1Eb2lJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzMxOWN6b3hORG9pWTI5c2IzSmZaV3hsYldWdWRITWlPMkU2TmpwN2N6b3hOem9pWm05dmRHVnlYM1JsZUhSZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFM09pSm1iMjkwWlhKZmJHbHVhMTlqYjJ4dmNpSTdjem93T2lJaU8zTTZNak02SW1admIzUmxjbDlzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanR6T2pBNklpSTdjem94T0RvaVptVmhkSFZ5WlY5MFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hPRG9pWm1WaGRIVnlaVjlzYVc1clgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveU5Eb2labVZoZEhWeVpWOXNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdHpPakE2SWlJN2ZYMD0iO3M6MjE6ImNvbG9yX3NjaGVtZV9hZHZhbmNlZCI7czoyNDIwOiJZVG8zT250ek9qRXpPaUp1WVhaZlltRnlYMkZpYjNabElqdGhPakV3T250ek9qRXpPaUp1WVhaZlltRnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hNVG9pYm1GMlgySmhjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRTVPaUp1WVhaZlltRnlYMmh2ZG1WeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE56b2libUYyWDJKaGNsOW9iM1psY2w5bGJtUWlPM002TURvaUlqdHpPakV3T2lKdVlYWmZZbUZ5WDJKbklqdHpPakE2SWlJN2N6b3lNam9pYm1GMlgySmhjbDlpWjE5b2IzWmxjbDl6ZEdGeWRDSTdjem93T2lJaU8zTTZNVFU2SW01aGRsOWlZWEpmWkdSZmJHbHVheUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlpHUmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRXlPaUp1WVhaZlltRnlYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRXpPaUp1WVhaZlltRnlYMmh2ZG1WeUlqdHpPakE2SWlJN2ZYTTZNVE02SW01aGRsOWlZWEpmWW1Wc2IzY2lPMkU2TVRBNmUzTTZNVE02SW01aGRsOWlZWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakV4T2lKdVlYWmZZbUZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVGs2SW01aGRsOWlZWEpmYUc5MlpYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRTNPaUp1WVhaZlltRnlYMmh2ZG1WeVgyVnVaQ0k3Y3pvd09pSWlPM002TVRBNkltNWhkbDlpWVhKZlltY2lPM002TURvaUlqdHpPakl5T2lKdVlYWmZZbUZ5WDJKblgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TlRvaWJtRjJYMkpoY2w5a1pGOXNhVzVySWp0ek9qQTZJaUk3Y3pveE5qb2libUYyWDJKaGNsOWtaRjlvYjNabGNpSTdjem93T2lJaU8zTTZNVEk2SW01aGRsOWlZWEpmYkdsdWF5STdjem93T2lJaU8zTTZNVE02SW01aGRsOWlZWEpmYUc5MlpYSWlPM002TURvaUlqdDljem94TnpvaWJtRjJYMkpoY2w5aGJHOXVaM05wWkdVaU8yRTZOenA3Y3pveE1Eb2libUYyWDJKaGNsOWlaeUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlltZGZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qSXdPaUp1WVhaZlltRnlYMkpuWDI1aGRsOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRTFPaUp1WVhaZlltRnlYMlJrWDJ4cGJtc2lPM002TURvaUlqdHpPakUyT2lKdVlYWmZZbUZ5WDJSa1gyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1USTZJbVpsWVhSMWNtVmZZWEpsWVNJN1lUbzNPbnR6T2pFek9pSm1aV0YwZFhKbFgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2labVZoZEhWeVpWOWxibVFpTzNNNk1Eb2lJanR6T2pFd09pSjBaWGgwWDJOdmJHOXlJanR6T2pBNklpSTdjem94TURvaWJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TVRZNklteHBibXRmYUc5MlpYSmZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMXpPakk2SW1KbklqdHpPakE2SWlJN2N6b3hNRG9pWW1kZmIzQjBhVzl1Y3lJN2N6b3dPaUlpTzMxek9qRXpPaUptWldGMGRYSmxYM1JwZEd4bElqdGhPak02ZTNNNk1UazZJbVpsWVhSMWNtVmZkR2wwYkdWZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSm1aV0YwZFhKbFgzUnBkR3hsWDJWdVpDSTdjem93T2lJaU8zTTZNalE2SW1abFlYUjFjbVZmZEdsMGJHVmZkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPMzF6T2pZNkltWnZiM1JsY2lJN1lUbzFPbnR6T2pFeU9pSm1iMjkwWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFd09pSm1iMjkwWlhKZlpXNWtJanR6T2pBNklpSTdjem94TnpvaVptOXZkR1Z5WDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTNPaUptYjI5MFpYSmZiR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlhNNk1qTTZJbVp2YjNSbGNsOXNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdGhPakk2ZTNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTFPaUowWlhoMFgyUmxZMjl5WVhScGIyNGlPM002TURvaUlqdDlmWE02TkRvaWNHRm5aU0k3WVRvME9udHpPakV5T2lKeVpYQmxZWFJwYm1kZlltY2lPM002TURvaUlqdHpPamc2SW1KblgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE1Eb2liR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlhNNk1UWTZJbXhwYm10ZmFHOTJaWEpmWTI5c2IzSWlPMkU2TWpwN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zTTZNVFU2SW5SbGVIUmZaR1ZqYjNKaGRHbHZiaUk3Y3pvd09pSWlPMzE5ZlE9PSI7czoxNToibW9iaWxlX3JlZGlyZWN0IjtzOjYwOiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdDkiO3M6Mzoic2VvIjtzOjE5MjoiWVRvMk9udHpPalU2SW5ScGRHeGxJanR6T2pBNklpSTdjem94TVRvaVpHVnpZM0pwY0hScGIyNGlPM002TURvaUlqdHpPamc2SW10bGVYZHZjbVJ6SWp0ek9qQTZJaUk3Y3pvM09pSnZaM1JwZEd4bElqdHpPakE2SWlJN2N6b3hNem9pYjJka1pYTmpjbWx3ZEdsdmJpSTdjem93T2lJaU8zTTZOem9pYjJkcGJXRm5aU0k3Y3pvd09pSWlPMzA9IjtzOjc6InNjcmlwdHMiO3M6MzQ4OiJZVG94T250cE9qQTdZVG95T250ek9qZzZJbkJ2YzJsMGFXOXVJanR6T2pNNkltTnpjeUk3Y3pvMk9pSnpZM0pwY0hRaU8zTTZNVGsyT2lKTWJUbDNaRWRzZFV4WFNuWmxRekI0VGtOQ2NHSnVRakZrUTNkblRHMDVkMlJIYkhWTVYwcDJaVU13ZUU1RFFuQmlia0l4WkVSd2JXSXlUakZqZVVJM1dtMDVkV1JETVROYVYyeHVZVWhSTmsxNlFYZFBNekJMVEcwNWQyUkhiSFZNVjBwMlpVTXdlRTVEUW5kTWJrSjVZVmhhYUZremEyZGxNazUyWWtjNWVVOXBUVFJQUkdjM1dtMDVkV1JETVhwaFdIQnNUMnBGZW1OSVp6ZGpSMFpyV2tkc2RWcDVNVEJpTTBFMlRsaENORTh5T1hkWlYwNXdaRWhyTmsxRE5EUm1VVDA5SWp0OWZRPT0iO3M6ODoiZmJfc2hhcmUiO3M6MTI0OiJZVG8wT250ek9qVTZJblJwZEd4bElqdHpPakE2SWlJN2N6b3hNVG9pWkdWelkzSnBjSFJwYjI0aU8zTTZNRG9pSWp0ek9qVTZJbWx0WVdkbElqdHpPakE2SWlJN2N6bzRPaUpzYVd0bFgzVnliQ0k3Y3pvd09pSWlPMzA9IjtzOjEzOiJleGl0X3JlZGlyZWN0IjtzOjg4OiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdHpPamM2SW0xbGMzTmhaMlVpTzNNNk1Eb2lJanQ5IjtzOjEzOiJsYXVuY2hfZnVubmVsIjtzOjE5MjoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvNU9pSm1kVzV1Wld4ZmFXUWlPM002TVRvaU1TSTdjem94TmpvaVoyRjBaWGRoZVY5dmRtVnljbWxrWlNJN1lUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzRPaUp5WldScGNtVmpkQ0k3Y3pvd09pSWlPM002TkRvaVkyOWtaU0k3Y3pvd09pSWlPMzE5Ijt9'),(8,'TOPTEN','YToxOntzOjQ6ImJvZHkiO2E6NDp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjIwOiJwYWRkaW5nLWJvdHRvbTozMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MzI6ImV5SndZV1JrYVc1blFtOTBkRzl0SWpvaU16QWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNDU6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzN1wiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCJib2xkXCIgZm9udF9jb2xvcj1cIiM0MjUwNjNcIiBmb250X3NwYWNpbmc9XCIwXCIgZm9udF9zaGFkb3c9XCJsaWdodFwiIGFsaWduPVwiY2VudGVyXCJdVHJhZGluZyBGdXR1cmVzIFN1Y2Nlc3NmdWxseSBvbiB0aGUgwqAgwqAgwqAgwqAgwqAgU2hvdWxkZXJzIG9mIEdpYW50c1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODE6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdYnkgRHIuIERlYW4gSGFuZGxleSDCoC0gwqBGdXR1cmVzIFRydXRoIE1hZ2F6aW5lWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTU2OiJiYWNrZ3JvdW5kOiNmMmYyZjI7cGFkZGluZy1ib3R0b206MjBweDtib3JkZXItdG9wLXdpZHRoOjFweDtib3JkZXItYm90dG9tLXdpZHRoOjFweDtib3JkZXItc3R5bGU6c29saWQ7Ym9yZGVyLXRvcC1jb2xvcjojZTNlM2UzO2JvcmRlci1ib3R0b20tY29sb3I6I2UzZTNlMzsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEzMjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tTW1ZeVpqSWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNakFpTENKaWIzSmtaWEpYYVdSMGFDSTZJakVpTENKaWIzSmtaWEpEYjJ4dmNpSTZJaU5sTTJVelpUTWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTYxOiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvZnV0dXJlcy10cnV0aC0yNDR4MzAwLmpwZ1wiIHdpZHRoPVwiMjQ0XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzI2OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUmlvcyBRdWFudGl0YXRpdmVcJ3MgbGl2ZSB0cmFkaW5nIHJvb20gwqBpcyByYW5rZWQgYW1vbmcgdGhlIHRvcCB0ZW4gb3V0IG9mIDQyMiByb29tcyBpbiByZWNlbnQgcmVzZWFyY2ggcmVwb3J0LiDCoEdldCB5b3VyIGZyZWUgY29weSBvZiB0aGUgcmVwb3J0IGFuZCBmaW5kIG91dCB3aGljaCB0cmFkaW5nIHJvb21zIGFyZSBtYWtpbmcgcHJvZml0YWJsZSB0cmFkZXMgaW4gbGl2ZSBtYXJrZXRzIGFuZCB3aGljaCBvbmVzIGFyZSBub3QhCgo8cD4mbmJzcDs8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzQ3OiJbb3B0aW5fYm94IHN0eWxlPVwiMTFcIiB3aWR0aD1cIjQ1MFwiIG1hcmdpbl90b3A9XCIxNVwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNDI2MDkzXCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1SVzUwWlhJZ2VXOTFjaUJ1WVcxbElHRnVaQ0JsYldGcGJDQmlaV3h2ZHlCbWIzSWdhVzV6ZEdGdWRDQmhZMk5sYzNNdUxpND1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCJdQ2xpY2sgdGhlbiBjaGVjayB5b3VyIGluYm94IGZvciBjb25maXJtYXRpb24hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjQ6ImUzMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI3NzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE3XCIgd2lkdGg9XCI5NDBcIl08aDIgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PHNwYW4gc3R5bGU9XCJjb2xvcjogIzQyNTA2MztcIj5Zb3VcJ3JlIMKgMy1TdGVwcyBBd2F5IHRvCkdldHRpbmcgU3RhcnRlZCBpbiBvdXIgTGl2ZSBUcmFkaW5nIFJvb23CoDwvc3Bhbj48L2gyPgo8cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NjYyOiJbc3RlcF9ncmFwaGljcyBzdHlsZT1cIjVcIiBjb2xvcj1cIiM0MjUwNjNcIl1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMVwiIGhlYWRsaW5lPVwiUmVzZXJ2ZSB5b3VyIHNwb3QgaW1tZWRpYXRlbHksIHNwYWNlIGlzIGxpbWl0ZWQuIEVudGVyIHlvdXIgZW1haWwgdG9kYXkgdG8gc2VjdXJlIHlvdXIgYWNjZXNzLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiTGl2ZSB0cmFkaW5nIHN0YXJ0cyBNb25kYXkgdGhyb3VnaCBGcmlkYXkgYXQgNzozMCBhLm0uIEVULCBzcGFjZSBpcyBsaW1pdGVkIHNvIGxvZyBpbiA3IG1pbnV0ZXMgZWFybHkuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIzXCIgaGVhZGxpbmU9XCJPbmNlIHlvdXJcJ2UgaW4sIHBheSBjbG9zZSBhdHRlbnRpb24gYW5kIHdhdGNoIHVzIHRyYWRlIHRoZSBsaXZlIG1hcmtldHMgd2l0aCBjdXR0aW5nIGVkZ2UgcXVhbnRpdGF0aXZlIHRvb2xzLiBIYXZlIHlvdXIgcGVuIGFuZCBwYXBlciByZWFkeSB0byB0YWtlIG5vdGVzIGFuZCBsZWFybiB3aGF0IHF1YW50IHRyYWRpbmcgaXMgYWxsIGFib3V0LiBBc2sgYXMgbWFueSBxdWVzdGlvbnMgYXMgeW91IGxpa2UuIEJlIHJlYWR5IHRvIGJlIGFtYXplZCFcIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzU3OiJbdGVzdGltb25pYWxzIHN0eWxlPVwiMlwiIG1hcmdpbl90b3A9XCJcIiBtYXJnaW5fYm90dG9tPVwiXCJdW3Rlc3RpbW9uaWFsIG5hbWU9XCJEZWFuIEhhbmRsZXksIFBoRCwgTUJBLCBKRFwiIGNvbXBhbnk9XCJEci4gSGFuZGxleSBoYXMgQlMtQmlvbG9neTsgTVMtQmlvY2hlbSwgUGhELU1vbGVjIEdlbmV0aWNzLCBGZWxsb3dzaGlwKSwgYW4gTUJBIGluIGZpbmFuY2UgYW5kICBhIEp1cmlzIERvY3RvcmF0ZSAoSkQpIGluIGludGVsbGVjdHVhbCBwcm9wZXJ0eS4gSGUgaGFzIGJlZW4gYW4gYWN0aXZlIGZ1dHVyZXMgdHJhZGVyIGZvciBuZWFybHkgZm91ciB5ZWFycy4gXCIgaHJlZj1cIlwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvZGVhbi1oYW5kbGV5LmpwZ1wiXTxwPlJpb3MgUXVhbnRpdGF0aXZlIC0gXCJUaGV5IHRyYWRlIHRoZSBncmVhdGVzdCBkaXZlcnNpdHkgb2YgZnV0dXJlcyBpbmRpY2VzIEkgaGF2ZSBldmVyIHNlZW4gYW5kIHByZXNlbnQgYXMgYSBvbmUtc3RvcCBmaW5hbmNpYWwgYm91dGlxdWUgc3BlY2lhbGl6aW5nIGluIGVsZWN0cm9uaWMgdHJhZGluZyBzdHJhdGVneS4uLiBUaGVpciB0ZWNobm9sb2d5IHByb3ZpZGVzIHRyYWRlcnMgYWNjZXNzIHRvIGlubm92YXRpdmUgbWV0aG9kcyB0byBwcm9maXQgZnJvbSB0aGUgbWFya2V0cyB3aGlsZSBjb250cm9sbGluZyByaXNrLlwiPC9wPlsvdGVzdGltb25pYWxdWy90ZXN0aW1vbmlhbHNdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjM7YTo0OntzOjk6InJvd19jbGFzcyI7czoyOToicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNjM6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5DT01NT0RJVFkgRlVUVVJFUywgT1BUSU9OUywgQU5EIEZPUkVYIFRSQURJTkcgSU5WT0xWRVMgU1VCU1RBTlRJQUwgUklTSyBBTkQgSVMgTk9UIFNVSVRBQkxFIEZPUiBBTEwgSU5WRVNUT1JTLiBQQVNUIFBFUkZPUk1BTkNFIElTIE5PVCBJTkRJQ0FUSVZFIE9GIEZVVFVSRSBSRVNVTFRTLjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19fQ==','YToxNDp7czo1OiJ0aGVtZSI7czo2ODoiWVRveU9udHpPalE2SW5SNWNHVWlPM002T1RvaWJXRnlhMlYwYVc1bklqdHpPak02SW1ScGNpSTdjem94T2lJeElqdDkiO3M6MTM6ImhlYWRlcl9sYXlvdXQiO3M6MTE5NjoiWVRveE1qcDdjem8wT2lKc2IyZHZJanR6T2pjME9pSm9kSFJ3T2k4dmQzZDNMblJvWlhSeVlXUnBibWR5YjI5dExtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE5DOHdNeTl5Y1Mxc2IyZHZMV0pzWVdOckxtcHdaeUk3Y3pvMU9pSmlaMmx0WnlJN2N6b3dPaUlpTzNNNk1URTZJbkpsY0dWaGRHSm5hVzFuSWp0ek9qQTZJaUk3Y3pvM09pSmlaMk52Ykc5eUlqdHpPamM2SWlNd01UQmlNV1VpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFek9pSnRaVzUxTFhCdmMybDBhVzl1SWp0ek9qazZJbUZzYjI1bmMybGtaU0k3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWxraU8zTTZNVE02SW01aGRsOWlZWEpmWVdKdmRtVWlPMkU2TnpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TXpvaWJtRjJJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjl6YUdGa2IzY2lPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM2RsYVdkb2RDSTdjem93T2lJaU8zTTZPVG9pWm05dWRGOXphWHBsSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1Eb2lJanR6T2pRNklteHZaMjhpTzNNNk1Eb2lJanQ5Y3pveE16b2libUYyWDJKaGNsOWlaV3h2ZHlJN1lUbzNPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qQTZJaUk3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYMlpoYldsc2VTSTdjem93T2lJaU8zTTZORG9pYkc5bmJ5STdjem93T2lJaU8zMXpPakUzT2lKdVlYWmZZbUZ5WDJGc2IyNW5jMmxrWlNJN1lUbzJPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qWTZJbTV2Y20xaGJDSTdjem81T2lKbWIyNTBYM05wZW1VaU8zTTZNam9pTVRNaU8zTTZNVEU2SW1admJuUmZabUZ0YVd4NUlqdHpPamM2SWxCVUlGTmhibk1pTzMxek9qRXlPaUprYVhOaFlteGxYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRXhPaUpvWldGa1pYSmZiR2x1YXlJN2N6b3pNRG9pYUhSMGNEb3ZMM2QzZHk1MGFHVjBjbUZrYVc1bmNtOXZiUzVqYjIwdklqdDkiO3M6MTI6ImZlYXR1cmVfYXJlYSI7czoxMjA6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzBPaUowZVhCbElqdHBPakU3Y3pvNE9pSnpaWFIwYVc1bmN5STdZVG94T250ek9qRXlPaUptYjI1MFgyOXdkR2x2Ym5NaU8yRTZNRHA3ZlgxOSI7czoxMzoiZmVhdHVyZV90aXRsZSI7czo2NDoiWVRveU9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvMU9pSjBhWFJzWlNJN2N6b3dPaUlpTzMwPSI7czoxMToiZm9vdGVyX2FyZWEiO3M6MzgwOiJZVG80T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVdTSTdjem96T2lKdVlYWWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM05vWVdSdmR5STdjem93T2lJaU8zTTZNVEU2SW1admJuUmZkMlZwWjJoMElqdHpPakE2SWlJN2N6bzVPaUptYjI1MFgzTnBlbVVpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDJaaGJXbHNlU0k3Y3pveE5Ub2lVMjkxY21ObElGTmhibk1nVUhKdklqdHpPakV5T2lKc1lYSm5aVjltYjI5MFpYSWlPMkU2TVRwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPMzF6T2pFM09pSm1iMjkwWlhKZlpHbHpZMnhoYVcxbGNpSTdZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8zT2lKdFpYTnpZV2RsSWp0ek9qQTZJaUk3ZlgwPSI7czoxMDoidHlwb2dyYXBoeSI7czoxNjc2OiJZVG95T250ek9qRXpPaUptYjI1MFgyVnNaVzFsYm5SeklqdGhPams2ZTNNNk1UQTZJbk5wZEdWZmRHbDBiR1VpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pJNklqSTBJanR6T2pRNkltWnZiblFpTzNNNk1UQTZJazF2Ym5SelpYSnlZWFFpTzNNNk5Ub2ljM1I1YkdVaU8zTTZORG9pWW05c1pDSTdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPMzF6T2pjNkluUmhaMnhwYm1VaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qYzZJaU13UmpnM1F6a2lPMzF6T2pjNkltUmxabUYxYkhRaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qSTZJakUzSWp0ek9qUTZJbVp2Ym5RaU8zTTZNVFU2SWxOdmRYSmpaU0JUWVc1eklGQnlieUk3Y3pvMU9pSnpkSGxzWlNJN2N6bzJPaUp1YjNKdFlXd2lPM002TlRvaVkyOXNiM0lpTzNNNk56b2lJell6TmpNMk15STdmWE02TWpvaWFERWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakUxT2lKVGIzVnlZMlVnVTJGdWN5QlFjbThpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURJaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk1qb2lhRE1pTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pFMU9pSlRiM1Z5WTJVZ1UyRnVjeUJRY204aU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWE02TWpvaWFEUWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakUxT2lKVGIzVnlZMlVnVTJGdWN5QlFjbThpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk1qb2lhRFlpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pFMU9pSlRiM1Z5WTJVZ1UyRnVjeUJRY204aU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWDF6T2pFME9pSmpiMnh2Y2w5bGJHVnRaVzUwY3lJN1lUbzJPbnR6T2pFM09pSm1iMjkwWlhKZmRHVjRkRjlqYjJ4dmNpSTdjem93T2lJaU8zTTZNVGM2SW1admIzUmxjbDlzYVc1clgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveU16b2labTl2ZEdWeVgyeHBibXRmYUc5MlpYSmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTRPaUptWldGMGRYSmxYM1JsZUhSZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFNE9pSm1aV0YwZFhKbFgyeHBibXRmWTI5c2IzSWlPM002TURvaUlqdHpPakkwT2lKbVpXRjBkWEpsWDJ4cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzNNNk1Eb2lJanQ5ZlE9PSI7czoyMToiY29sb3Jfc2NoZW1lX2FkdmFuY2VkIjtzOjI1OTI6IllUbzNPbnR6T2pFek9pSnVZWFpmWW1GeVgyRmliM1psSWp0aE9qRXdPbnR6T2pFek9pSnVZWFpmWW1GeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2libUYyWDJKaGNsOWxibVFpTzNNNk1Eb2lJanR6T2pFNU9pSnVZWFpmWW1GeVgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TnpvaWJtRjJYMkpoY2w5b2IzWmxjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRXdPaUp1WVhaZlltRnlYMkpuSWp0ek9qQTZJaUk3Y3pveU1qb2libUYyWDJKaGNsOWlaMTlvYjNabGNsOXpkR0Z5ZENJN2N6b3dPaUlpTzNNNk1UVTZJbTVoZGw5aVlYSmZaR1JmYkdsdWF5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWkdSZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pFeU9pSnVZWFpmWW1GeVgyeHBibXNpTzNNNk1Eb2lJanR6T2pFek9pSnVZWFpmWW1GeVgyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1UTTZJbTVoZGw5aVlYSmZZbVZzYjNjaU8yRTZNVEE2ZTNNNk1UTTZJbTVoZGw5aVlYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRXhPaUp1WVhaZlltRnlYMlZ1WkNJN2N6b3dPaUlpTzNNNk1UazZJbTVoZGw5aVlYSmZhRzkyWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSnVZWFpmWW1GeVgyaHZkbVZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVEE2SW01aGRsOWlZWEpmWW1jaU8zTTZNRG9pSWp0ek9qSXlPaUp1WVhaZlltRnlYMkpuWDJodmRtVnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOVG9pYm1GMlgySmhjbDlrWkY5c2FXNXJJanR6T2pBNklpSTdjem94TmpvaWJtRjJYMkpoY2w5a1pGOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0OWN6b3hOem9pYm1GMlgySmhjbDloYkc5dVozTnBaR1VpTzJFNk56cDdjem94TURvaWJtRjJYMkpoY2w5aVp5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWW1kZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pJd09pSnVZWFpmWW1GeVgySm5YMjVoZGw5b2IzWmxjaUk3Y3pvd09pSWlPM002TVRJNkltNWhkbDlpWVhKZmJHbHVheUk3Y3pvM09pSWpZamxpWkdNd0lqdHpPakV6T2lKdVlYWmZZbUZ5WDJodmRtVnlJanR6T2pBNklpSTdjem94TlRvaWJtRjJYMkpoY2w5a1pGOXNhVzVySWp0ek9qQTZJaUk3Y3pveE5qb2libUYyWDJKaGNsOWtaRjlvYjNabGNpSTdjem93T2lJaU8zMXpPakV5T2lKbVpXRjBkWEpsWDJGeVpXRWlPMkU2TnpwN2N6b3hNem9pWm1WaGRIVnlaVjl6ZEdGeWRDSTdjem93T2lJaU8zTTZNVEU2SW1abFlYUjFjbVZmWlc1a0lqdHpPakE2SWlJN2N6b3hNRG9pZEdWNGRGOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6b3dPaUlpTzMxek9qRTJPaUpzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanRoT2pJNmUzTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk1Eb2lJanQ5Y3pveU9pSmlaeUk3Y3pvd09pSWlPM002TVRBNkltSm5YMjl3ZEdsdmJuTWlPM002TURvaUlqdDljem94TXpvaVptVmhkSFZ5WlY5MGFYUnNaU0k3WVRvek9udHpPakU1T2lKbVpXRjBkWEpsWDNScGRHeGxYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOem9pWm1WaGRIVnlaVjkwYVhSc1pWOWxibVFpTzNNNk1Eb2lJanR6T2pJME9pSm1aV0YwZFhKbFgzUnBkR3hsWDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0OWN6bzJPaUptYjI5MFpYSWlPMkU2T0RwN2N6b3hNam9pWm05dmRHVnlYM04wWVhKMElqdHpPamM2SWlNeVl6TXlNMlVpTzNNNk1UQTZJbVp2YjNSbGNsOWxibVFpTzNNNk56b2lJekpqTXpJelpTSTdjem94TnpvaVptOXZkR1Z5WDNSbGVIUmZZMjlzYjNJaU8zTTZOem9pSTJabVptWm1aaUk3Y3pveE56b2labTl2ZEdWeVgyeHBibXRmWTI5c2IzSWlPMkU2TWpwN2N6bzFPaUpqYjJ4dmNpSTdjem8zT2lJalptWm1abVptSWp0ek9qRTFPaUowWlhoMFgyUmxZMjl5WVhScGIyNGlPM002TURvaUlqdDljem95TXpvaVptOXZkR1Z5WDJ4cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvM09pSWpabVptWm1abUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk1Eb2lJanQ5Y3pveE1Eb2lkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPM002TVRBNklteHBibXRmWTI5c2IzSWlPM002TURvaUlqdHpPakUyT2lKc2FXNXJYMmh2ZG1WeVgyTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk5Eb2ljR0ZuWlNJN1lUbzBPbnR6T2pFeU9pSnlaWEJsWVhScGJtZGZZbWNpTzNNNk1Eb2lJanR6T2pnNkltSm5YMk52Ykc5eUlqdHpPamM2SWlObVptWm1abVlpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6b3dPaUlpTzMxek9qRTJPaUpzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanRoT2pJNmUzTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk1Eb2lJanQ5ZlgwPSI7czoxNToibW9iaWxlX3JlZGlyZWN0IjtzOjYwOiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdDkiO3M6Mzoic2VvIjtzOjE5MjoiWVRvMk9udHpPalU2SW5ScGRHeGxJanR6T2pBNklpSTdjem94TVRvaVpHVnpZM0pwY0hScGIyNGlPM002TURvaUlqdHpPamc2SW10bGVYZHZjbVJ6SWp0ek9qQTZJaUk3Y3pvM09pSnZaM1JwZEd4bElqdHpPakE2SWlJN2N6b3hNem9pYjJka1pYTmpjbWx3ZEdsdmJpSTdjem93T2lJaU8zTTZOem9pYjJkcGJXRm5aU0k3Y3pvd09pSWlPMzA9IjtzOjc6InNjcmlwdHMiO3M6ODQ6IllUb3hPbnRwT2pBN1lUb3lPbnR6T2pnNkluQnZjMmwwYVc5dUlqdHpPak02SW1OemN5STdjem8yT2lKelkzSnBjSFFpTzNNNk1Eb2lJanQ5ZlE9PSI7czo4OiJmYl9zaGFyZSI7czoxMjQ6IllUbzBPbnR6T2pVNkluUnBkR3hsSWp0ek9qQTZJaUk3Y3pveE1Ub2laR1Z6WTNKcGNIUnBiMjRpTzNNNk1Eb2lJanR6T2pVNkltbHRZV2RsSWp0ek9qQTZJaUk3Y3pvNE9pSnNhV3RsWDNWeWJDSTdjem93T2lJaU8zMD0iO3M6ODoibGlnaHRib3giO3M6MzcwMDoiWVRvMU9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvM09pSnphRzkzWDI5dUlqdHpPalE2SW14dllXUWlPM002TkRvaWRIbHdaU0k3Y3pvMU9pSnZjSFJwYmlJN2N6b3hNRG9pYjNCMGFXNWZabTl5YlNJN1lUb3pPbnR6T2prNkltWnZjbTFmYUhSdGJDSTdZVG94TnpwN2N6b3hNRG9pWlcxaGFXeGZaR0YwWVNJN2N6b3dPaUlpTzNNNk1UTTZJbVZ0WVdsc1gyRmtaSEpsYzNNaU8zTTZNRG9pSWp0ek9qRXlPaUp5WldScGNtVmpkRjkxY213aU8zTTZNRG9pSWp0ek9qRXlPaUpsZUhSeVlWOW1hV1ZzWkhNaU8zTTZNRG9pSWp0ek9qRTRPaUpsYldGcGJGOWxlSFJ5WVY5bWFXVnNaSE1pTzNNNk1Eb2lJanR6T2pRNkltaDBiV3dpTzNNNk1Eb2lJanR6T2pFd09pSnVaWGRmZDJsdVpHOTNJanR6T2pBNklpSTdjem94TWpvaVpHbHpZV0pzWlY5dVlXMWxJanR6T2pBNklpSTdjem80T2lKdVlXMWxYMkp2ZUNJN2N6b3dPaUlpTzNNNk9Ub2laVzFoYVd4ZlltOTRJanR6T2pBNklpSTdjem8yT2lKaFkzUnBiMjRpTzNNNk1Eb2lJanR6T2pZNkltWnBaV3hrY3lJN2N6b3dPaUlpTzNNNk5qb2liV1YwYUc5a0lqdHpPalE2SW5CdmMzUWlPM002TVRZNkltbHVkR1ZuY21GMGFXOXVYM1I1Y0dVaU8zTTZOam9pWTNWemRHOXRJanR6T2pRNklteHBjM1FpTzNNNk1Eb2lJanR6T2pFME9pSjBhR0Z1YTE5NWIzVmZjR0ZuWlNJN2N6b3dPaUlpTzNNNk1URTZJbUZqZEdsdmJsOXdZV2RsSWp0ek9qQTZJaUk3ZlhNNk56b2lZMjl1ZEdWdWRDSTdZVG8xT250ek9qVTZJblJwZEd4bElqdHpPak15T2lKVFpXeHNJRUZ1ZVhSb2FXNW5JRmRwZEdnZ1QzQjBhVzFwZW1WUWNtVnpjeUk3Y3pveE1Ub2labTl5YlY5b1pXRmtaWElpTzNNNk9EZzZJa3h2Y21WdElHbHdjM1Z0SUdSdmJHOXlJSE5wZENCaGJXVjBMQ0JqYjI1elpXTjBaWFIxWlhJZ1lXUnBjR2x6WTJsdVp5QmxiR2wwTENCelpXUWdaR2xoYlNCdWIyNTFiVzE1SUc1cFltZ2daWFZwYzIxdlpDNGlPM002TVRFNkltWnZiM1JsY2w5dWIzUmxJanR6T2pZME9pSlpiM1Z5SUdsdVptOXliV0YwYVc5dUlHbHpJREV3TUNVZ2MyVmpkWEpsSUhkcGRHZ2dkWE1nWVc1a0lIZHBiR3dnYm1WMlpYSWdZbVVnYzJoaGNtVmtJanR6T2pFeU9pSnVZVzFsWDJSbFptRjFiSFFpTzNNNk1qUTZJa1Z1ZEdWeUlIbHZkWElnUm1seWMzUWdUbUZ0WlM0dUxpSTdjem94TXpvaVpXMWhhV3hmWkdWbVlYVnNkQ0k3Y3pveU56b2lSVzUwWlhJZ2VXOTFjaUJGYldGcGJDQkJaR1J5WlhOekxpNHVJanQ5Y3pveE16b2ljM1ZpYldsMFgySjFkSFJ2YmlJN1lUbzFOanA3Y3pvMk9pSmlkWFIwYjI0aU8yRTZNRHA3ZlhNNk9Eb2liRzlqWVhScGIyNGlPM002TXpZNkltOXdYMnhwWjJoMFltOTRYMjl3ZEdsdVgyWnZjbTFmYzNWaWJXbDBYMkoxZEhSdmJpSTdjem8zT2lKamIyNTBaVzUwSWp0ek9qQTZJaUk3Y3pvME9pSjBlWEJsSWp0ek9qRTZJakFpTzNNNk5Ub2lhVzFoWjJVaU8zTTZNRG9pSWp0ek9qRXlPaUpsYkdWdFpXNTBYM1I1Y0dVaU8zTTZNRG9pSWp0ek9qUTZJbWh5WldZaU8zTTZNRG9pSWp0ek9qRXdPaUp1WlhkZmQybHVaRzkzSWp0ek9qQTZJaUk3Y3pveU9pSmpZeUk3Y3pvd09pSWlPM002TlRvaVlXeHBaMjRpTzNNNk1Eb2lJanR6T2pRNkluUmxlSFFpTzNNNk1Eb2lJanR6T2prNkluUmxlSFJmYzJsNlpTSTdjem95T2lJek1pSTdjem94TURvaWRHVjRkRjlqYjJ4dmNpSTdjem8zT2lJak1EQXdNREF3SWp0ek9qazZJblJsZUhSZlptOXVkQ0k3Y3pvd09pSWlPM002T1RvaWRHVjRkRjlpYjJ4a0lqdHpPakU2SWpFaU8zTTZNVFE2SW5SbGVIUmZkVzVrWlhKc2FXNWxJanR6T2pBNklpSTdjem94TVRvaWRHVjRkRjlwZEdGc2FXTWlPM002TURvaUlqdHpPakU1T2lKMFpYaDBYMnhsZEhSbGNsOXpjR0ZqYVc1bklqdHpPakU2SWpBaU8zTTZNVE02SW5OMVluUmxlSFJmY0dGdVpXd2lPM002TURvaUlqdHpPamM2SW5OMVluUmxlSFFpTzNNNk1Eb2lJanR6T2pFeU9pSnpkV0owWlhoMFgzTnBlbVVpTzNNNk1Eb2lJanR6T2pFek9pSnpkV0owWlhoMFgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE1qb2ljM1ZpZEdWNGRGOW1iMjUwSWp0ek9qQTZJaUk3Y3pveE1qb2ljM1ZpZEdWNGRGOWliMnhrSWp0ek9qQTZJaUk3Y3pveE56b2ljM1ZpZEdWNGRGOTFibVJsY214cGJtVWlPM002TURvaUlqdHpPakUwT2lKemRXSjBaWGgwWDJsMFlXeHBZeUk3Y3pvd09pSWlPM002TWpJNkluTjFZblJsZUhSZmJHVjBkR1Z5WDNOd1lXTnBibWNpTzNNNk1Eb2lJanR6T2pFM09pSjBaWGgwWDNOb1lXUnZkMTl3WVc1bGJDSTdjem94T2lKWklqdHpPakl3T2lKMFpYaDBYM05vWVdSdmQxOTJaWEowYVdOaGJDSTdjem94T2lJeElqdHpPakl5T2lKMFpYaDBYM05vWVdSdmQxOW9iM0pwZW05dWRHRnNJanR6T2pFNklqQWlPM002TVRjNkluUmxlSFJmYzJoaFpHOTNYMk52Ykc5eUlqdHpPamM2SWlObVptWm1NREFpTzNNNk1UWTZJblJsZUhSZmMyaGhaRzkzWDJKc2RYSWlPM002TVRvaU1DSTdjem94TXpvaWMzUjViR2x1WjE5M2FXUjBhQ0k3Y3pvd09pSWlPM002TVRRNkluTjBlV3hwYm1kZmFHVnBaMmgwSWp0ek9qQTZJaUk3Y3pveU1Eb2ljM1I1YkdsdVoxOWliM0prWlhKZlkyOXNiM0lpTzNNNk56b2lJekF3TURBd01DSTdjem94T1RvaWMzUjViR2x1WjE5aWIzSmtaWEpmYzJsNlpTSTdjem94T2lJeElqdHpPakl4T2lKemRIbHNhVzVuWDJKdmNtUmxjbDl5WVdScGRYTWlPM002TVRvaU5pSTdjem95TWpvaWMzUjViR2x1WjE5aWIzSmtaWEpmYjNCaFkybDBlU0k3Y3pvek9pSXhNREFpTzNNNk1UWTZJbk4wZVd4cGJtZGZaM0poWkdsbGJuUWlPM002TURvaUlqdHpPakV6T2lKemRIbHNhVzVuWDNOb2FXNWxJanR6T2pFNklsa2lPM002TWpnNkluTjBlV3hwYm1kZlozSmhaR2xsYm5SZmMzUmhjblJmWTI5c2IzSWlPM002TnpvaUkyWm1abVl3TUNJN2N6b3lOam9pYzNSNWJHbHVaMTluY21Ga2FXVnVkRjlsYm1SZlkyOXNiM0lpTzNNNk56b2lJMlptWVRBek5TSTdjem94TnpvaVpISnZjRjl6YUdGa2IzZGZjR0Z1Wld3aU8zTTZNVG9pV1NJN2N6b3lNRG9pWkhKdmNGOXphR0ZrYjNkZmRtVnlkR2xqWVd3aU8zTTZNVG9pTVNJN2N6b3lNam9pWkhKdmNGOXphR0ZrYjNkZmFHOXlhWHB2Ym5SaGJDSTdjem94T2lJd0lqdHpPakUyT2lKa2NtOXdYM05vWVdSdmQxOWliSFZ5SWp0ek9qRTZJakVpTzNNNk1UZzZJbVJ5YjNCZmMyaGhaRzkzWDNOd2NtVmhaQ0k3Y3pveE9pSXdJanR6T2pFM09pSmtjbTl3WDNOb1lXUnZkMTlqYjJ4dmNpSTdjem8zT2lJak1EQXdNREF3SWp0ek9qRTVPaUprY205d1gzTm9ZV1J2ZDE5dmNHRmphWFI1SWp0ek9qSTZJalV3SWp0ek9qRTRPaUpwYm5ObGRGOXphR0ZrYjNkZmNHRnVaV3dpTzNNNk1Ub2lXU0k3Y3pveU1Ub2lhVzV6WlhSZmMyaGhaRzkzWDNabGNuUnBZMkZzSWp0ek9qRTZJakFpTzNNNk1qTTZJbWx1YzJWMFgzTm9ZV1J2ZDE5b2IzSnBlbTl1ZEdGc0lqdHpPakU2SWpBaU8zTTZNVGM2SW1sdWMyVjBYM05vWVdSdmQxOWliSFZ5SWp0ek9qRTZJakFpTzNNNk1UazZJbWx1YzJWMFgzTm9ZV1J2ZDE5emNISmxZV1FpTzNNNk1Ub2lNU0k3Y3pveE9Eb2lhVzV6WlhSZmMyaGhaRzkzWDJOdmJHOXlJanR6T2pjNklpTm1abVptTURBaU8zTTZNakE2SW1sdWMyVjBYM05vWVdSdmQxOXZjR0ZqYVhSNUlqdHpPakk2SWpVd0lqdDlmWE02TVRJNkltaDBiV3hmWTI5dWRHVnVkQ0k3WVRveE9udHpPamM2SW1OdmJuUmxiblFpTzNNNk1Eb2lJanQ5ZlE9PSI7czoxMzoiZXhpdF9yZWRpcmVjdCI7czo4ODoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSjFjbXdpTzNNNk1Eb2lJanR6T2pjNkltMWxjM05oWjJVaU8zTTZNRG9pSWp0OSI7czoxMzoibGF1bmNoX2Z1bm5lbCI7czoxOTI6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzVPaUptZFc1dVpXeGZhV1FpTzNNNk1Ub2lNU0k3Y3pveE5qb2laMkYwWlhkaGVWOXZkbVZ5Y21sa1pTSTdZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem80T2lKeVpXUnBjbVZqZENJN2N6b3dPaUlpTzNNNk5Eb2lZMjlrWlNJN2N6b3dPaUlpTzMxOSI7fQ=='),(15,'90 day with video','YToxOntzOjQ6ImJvZHkiO2E6NTp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM3OiJwYWRkaW5nLXRvcDo0MHB4O3BhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo1NjoiZXlKd1lXUmthVzVuVkc5d0lqb2lOREFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIzMzoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjI3XCIgZm9udF9mb250PVwiTW9udHNlcnJhdFwiIGZvbnRfc3R5bGU9XCJib2xkXCIgZm9udF9jb2xvcj1cIiMzMDMwMzBcIiBmb250X3NwYWNpbmc9XCItMVwiIGFsaWduPVwiY2VudGVyXCJdOTAgRGF5IDxzcGFuIHN0eWxlPVwiY29sb3I6ICMxZTlhZTA7XCI+VHJhZGluZyBQcm9ncmFtPC9zcGFuPiBHZXQgU3RhcnRlZCBOb3cuWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM5OiJyb3cgZml2ZS1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxNzE3MTc7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToyMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhOekUzTVRjaUxDSndZV1JrYVc1blZHOXdJam9pTWpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI0OiJ0aHJlZS1maWZ0aHMgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI1NToiW3ZpZGVvX3BsYXllciB0eXBlPVwidXJsXCIgdXJsMT1cIlwiIHVybDI9XCJcIiB3aWR0aD1cIjU1MFwiIGhlaWdodD1cIjMwOVwiIGFsaWduPVwibGVmdFwiIG1hcmdpbl90b3A9XCIwXCIgbWFyZ2luX2JvdHRvbT1cIjBcIl1hSFIwY0RvdkwzQnNZWGxsY2k1MmFXMWxieTVqYjIwdlpYaDBaWEp1WVd3dk9UUXdNalV3TXpndWFHUXViWEEwUDNNOU5EUXpOREV6WXpZMU1tTTVNakZtTkdZMU1qTXdZalEzTXpnMVpEUTJOak09Wy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6Mjk6InR3by1maWZ0aHMgY29sdW1uIGNvbHMgbmFycm93IjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNDQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyM1wiIGZvbnRfc3R5bGU9XCJub3JtYWxcIiBmb250X2NvbG9yPVwiI2VjZWJlNFwiIGFsaWduPVwibGVmdFwiXUxlYXJuIEhvdyB0byBCZWNvbWUgYSBRdWFudCBUcmFkZXJbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyOToiZWxlbWVudC1jb250YWluZXIgY2YgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0OTE6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjZWVlYmRkXCIgYm90dG9tX3BhZGRpbmc9XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjM2NFwiIGxpbmVfaGVpZ2h0PVwiMjJcIl1EdXJpbmcgdGhpcyA5MCBkYXkgdHJhaW5pbmcgcHJvZ3JhbSB5b3Ugd2lsbCByZWNlaXZlIGNvbXByZWhlbnNpdmUgdHJhaW5pbmcgaW5jbHVkaW5nIHRoZSBjb25jZXB0LCBtZXRob2RzIGFuZCB0b29scyBpbiBhbiBlYXN5IHRvIHVuZGVyc3RhbmQgc3RlcC1ieS1zdGVwIGZvcm1hdC4gVGhlIGV4YWN0IGxvZ2ljIGlzIHJldmVhbGVkIHdpdGggYWxsIHRoZSBuZWNlc3NhcnkgcnVsZXMgbmVlZGVkIGZvciB1bmRlcnN0YW5kaW5nIGFuZCBpbXBsZW1lbnRpbmcgdGhlIFJpb3NRdWFudCBhcHByb2FjaCB0byB0cmFkaW5nIHRoZSBnbG9iYWwgbWFya2V0cy5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE1ODg6IltvcHRpbl9ib3ggc3R5bGU9XCIxNFwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNDI1ODIyXCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIxXCIgdGV4dD1cIkNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hcIiB0ZXh0X3NpemU9XCIxOFwiIHRleHRfY29sb3I9XCIjNTA0MjEwXCIgdGV4dF9mb250PVwiSGVsdmV0aWNhO2RlZmF1bHRcIiB0ZXh0X2JvbGQ9XCJZXCIgdGV4dF9sZXR0ZXJfc3BhY2luZz1cIjBcIiB0ZXh0X3NoYWRvd19wYW5lbD1cIllcIiB0ZXh0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiB0ZXh0X3NoYWRvd19ob3Jpem9udGFsPVwiMFwiIHRleHRfc2hhZG93X2NvbG9yPVwiI2ZmZmY5ZVwiIHRleHRfc2hhZG93X2JsdXI9XCIwXCIgc3R5bGluZ193aWR0aD1cIjEwMFwiIHN0eWxpbmdfaGVpZ2h0PVwiMTRcIiBzdHlsaW5nX2JvcmRlcl9jb2xvcj1cIiNkNjkzMDBcIiBzdHlsaW5nX2JvcmRlcl9zaXplPVwiMVwiIHN0eWxpbmdfYm9yZGVyX3JhZGl1cz1cIjZcIiBzdHlsaW5nX2JvcmRlcl9vcGFjaXR5PVwiMTAwXCIgc3R5bGluZ19ncmFkaWVudF9zdGFydF9jb2xvcj1cIiNmZmNmMGFcIiBzdHlsaW5nX2dyYWRpZW50X2VuZF9jb2xvcj1cIiNmZmRhMjJcIiBkcm9wX3NoYWRvd19wYW5lbD1cIllcIiBkcm9wX3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBkcm9wX3NoYWRvd19ob3Jpem9udGFsPVwiMFwiIGRyb3Bfc2hhZG93X2JsdXI9XCIxXCIgZHJvcF9zaGFkb3dfc3ByZWFkPVwiMFwiIGRyb3Bfc2hhZG93X2NvbG9yPVwiIzAwMDAwMFwiIGRyb3Bfc2hhZG93X29wYWNpdHk9XCIxMFwiIGluc2V0X3NoYWRvd19wYW5lbD1cIllcIiBpbnNldF9zaGFkb3dfdmVydGljYWw9XCIxXCIgaW5zZXRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgaW5zZXRfc2hhZG93X2JsdXI9XCIwXCIgaW5zZXRfc2hhZG93X3NwcmVhZD1cIjBcIiBpbnNldF9zaGFkb3dfY29sb3I9XCIjZmZlNTkwXCIgaW5zZXRfc2hhZG93X29wYWNpdHk9XCIxMDBcIiBsb2NhdGlvbj1cIm9wdGluX2JveF9zdHlsZV8xNFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1DbGljayBoZXJlIGFuZCBjaGVjayB5b3VyIGluYm94Wy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mzg6ImVsZW1lbnQtY29udGFpbmVyIGNmIHBhZC1sZWZ0IGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU5MzoiYmFja2dyb3VuZDojZmNmY2ZjO2JhY2tncm91bmQ6LXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgY29sb3Itc3RvcCgwJSwgI2ZjZmNmYyksIGNvbG9yLXN0b3AoMTAwJSwgI2Y1ZjVmNSkpO2JhY2tncm91bmQ6LXdlYmtpdC1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1vei1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1zLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotby1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6bGluZWFyLWdyYWRpZW50KHRvIGJvdHRvbSwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtmaWx0ZXI6cHJvZ2lkOkRYSW1hZ2VUcmFuc2Zvcm0uTWljcm9zb2Z0LmdyYWRpZW50KHN0YXJ0Q29sb3JzdHI9I2ZjZmNmYywgZW5kQ29sb3JzdHI9I2Y1ZjVmNSwgR3JhZGllbnRUeXBlPTApO3BhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjE0MDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tWTJaalptTWlMQ0ppWVdOclozSnZkVzVrUTI5c2IzSkZibVFpT2lJalpqVm1OV1kxSWl3aWNHRmtaR2x1WjFSdmNDSTZJakl3SWl3aWNHRmtaR2x1WjBKdmRIUnZiU0k2SWpFMUluMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fWk6NDthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjEwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1UQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX19','YToxMzp7czo1OiJ0aGVtZSI7czo2ODoiWVRveU9udHpPalE2SW5SNWNHVWlPM002T1RvaWJXRnlhMlYwYVc1bklqdHpPak02SW1ScGNpSTdjem94T2lJeElqdDkiO3M6MTM6ImhlYWRlcl9sYXlvdXQiO3M6MTA3MjoiWVRveE1EcDdjem8wT2lKc2IyZHZJanR6T2pjNE9pSm9kSFJ3T2k4dmQzZDNMblJvWlhSeVlXUnBibWR5YjI5dExtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE5DOHdNeTlUWVcxd2JHVk1iMmR2TFVSaGNtc3hNaTV3Ym1jaU8zTTZOVG9pWW1kcGJXY2lPM002TURvaUlqdHpPakV4T2lKeVpYQmxZWFJpWjJsdFp5STdjem93T2lJaU8zTTZOem9pWW1kamIyeHZjaUk3Y3pvM09pSWpaakJsWm1Zd0lqdHpPakV3T2lKc2FXNXJYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hNem9pYldWdWRTMXdiM05wZEdsdmJpSTdjem81T2lKaGJHOXVaM05wWkdVaU8zTTZOem9pWlc1aFlteGxaQ0k3Y3pveE9pSk9JanR6T2pFek9pSnVZWFpmWW1GeVgyRmliM1psSWp0aE9qYzZlM002TnpvaVpXNWhZbXhsWkNJN2N6b3hPaUpPSWp0ek9qTTZJbTVoZGlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmMyaGhaRzkzSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5M1pXbG5hSFFpTzNNNk1Eb2lJanR6T2prNkltWnZiblJmYzJsNlpTSTdjem93T2lJaU8zTTZNVEU2SW1admJuUmZabUZ0YVd4NUlqdHpPakE2SWlJN2N6bzBPaUpzYjJkdklqdHpPakE2SWlJN2ZYTTZNVE02SW01aGRsOWlZWEpmWW1Wc2IzY2lPMkU2TnpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TXpvaWJtRjJJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjl6YUdGa2IzY2lPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM2RsYVdkb2RDSTdjem93T2lJaU8zTTZPVG9pWm05dWRGOXphWHBsSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1Eb2lJanR6T2pRNklteHZaMjhpTzNNNk1Eb2lJanQ5Y3pveE56b2libUYyWDJKaGNsOWhiRzl1WjNOcFpHVWlPMkU2TmpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TXpvaWJtRjJJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjl6YUdGa2IzY2lPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM2RsYVdkb2RDSTdjem93T2lJaU8zTTZPVG9pWm05dWRGOXphWHBsSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1Eb2lJanQ5ZlE9PSI7czoxMjoiZmVhdHVyZV9hcmVhIjtzOjEyMDoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvME9pSjBlWEJsSWp0cE9qRTdjem80T2lKelpYUjBhVzVuY3lJN1lUb3hPbnR6T2pFeU9pSm1iMjUwWDI5d2RHbHZibk1pTzJFNk1EcDdmWDE5IjtzOjEzOiJmZWF0dXJlX3RpdGxlIjtzOjY0OiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8xT2lKMGFYUnNaU0k3Y3pvd09pSWlPMzA9IjtzOjExOiJmb290ZXJfYXJlYSI7czozNjA6IllUbzRPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNam9pTkRBaU8zTTZNVEU2SW1admJuUmZjMmhoWkc5M0lqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOTNaV2xuYUhRaU8zTTZNRG9pSWp0ek9qazZJbVp2Ym5SZmMybDZaU0k3Y3pvd09pSWlPM002TVRFNkltWnZiblJmWm1GdGFXeDVJanR6T2pBNklpSTdjem94TWpvaWJHRnlaMlZmWm05dmRHVnlJanRoT2pFNmUzTTZOem9pWlc1aFlteGxaQ0k3Y3pveE9pSk9JanQ5Y3pveE56b2labTl2ZEdWeVgyUnBjMk5zWVdsdFpYSWlPMkU2TWpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TnpvaWJXVnpjMkZuWlNJN2N6b3dPaUlpTzMxOSI7czoxMDoidHlwb2dyYXBoeSI7czoxNTI0OiJZVG95T250ek9qRXpPaUptYjI1MFgyVnNaVzFsYm5SeklqdGhPams2ZTNNNk1UQTZJbk5wZEdWZmRHbDBiR1VpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pBNklpSTdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pvM09pSjBZV2RzYVc1bElqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3dPaUlpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZOem9pWkdWbVlYVnNkQ0k3WVRvME9udHpPalE2SW5OcGVtVWlPM002TWpvaU1UVWlPM002TkRvaVptOXVkQ0k3Y3pveE5Ub2lVMjkxY21ObElGTmhibk1nVUhKdklqdHpPalU2SW5OMGVXeGxJanR6T2pBNklpSTdjem8xT2lKamIyeHZjaUk3Y3pvME9pSWpORFEwSWp0OWN6b3lPaUpvTVNJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1UVTZJbE52ZFhKalpTQlRZVzV6SUZCeWJ5STdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pveU9pSm9NaUk3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TVRVNklsTnZkWEpqWlNCVFlXNXpJRkJ5YnlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem95T2lKb015STdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZNRG9pSWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zMXpPakk2SW1nMElqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3dPaUlpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qQTZJaUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTmlJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1Eb2lJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzMxOWN6b3hORG9pWTI5c2IzSmZaV3hsYldWdWRITWlPMkU2TmpwN2N6b3hOem9pWm05dmRHVnlYM1JsZUhSZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFM09pSm1iMjkwWlhKZmJHbHVhMTlqYjJ4dmNpSTdjem93T2lJaU8zTTZNak02SW1admIzUmxjbDlzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanR6T2pBNklpSTdjem94T0RvaVptVmhkSFZ5WlY5MFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hPRG9pWm1WaGRIVnlaVjlzYVc1clgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveU5Eb2labVZoZEhWeVpWOXNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdHpPakE2SWlJN2ZYMD0iO3M6MjE6ImNvbG9yX3NjaGVtZV9hZHZhbmNlZCI7czoyNDIwOiJZVG8zT250ek9qRXpPaUp1WVhaZlltRnlYMkZpYjNabElqdGhPakV3T250ek9qRXpPaUp1WVhaZlltRnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hNVG9pYm1GMlgySmhjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRTVPaUp1WVhaZlltRnlYMmh2ZG1WeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE56b2libUYyWDJKaGNsOW9iM1psY2w5bGJtUWlPM002TURvaUlqdHpPakV3T2lKdVlYWmZZbUZ5WDJKbklqdHpPakE2SWlJN2N6b3lNam9pYm1GMlgySmhjbDlpWjE5b2IzWmxjbDl6ZEdGeWRDSTdjem93T2lJaU8zTTZNVFU2SW01aGRsOWlZWEpmWkdSZmJHbHVheUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlpHUmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRXlPaUp1WVhaZlltRnlYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRXpPaUp1WVhaZlltRnlYMmh2ZG1WeUlqdHpPakE2SWlJN2ZYTTZNVE02SW01aGRsOWlZWEpmWW1Wc2IzY2lPMkU2TVRBNmUzTTZNVE02SW01aGRsOWlZWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakV4T2lKdVlYWmZZbUZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVGs2SW01aGRsOWlZWEpmYUc5MlpYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRTNPaUp1WVhaZlltRnlYMmh2ZG1WeVgyVnVaQ0k3Y3pvd09pSWlPM002TVRBNkltNWhkbDlpWVhKZlltY2lPM002TURvaUlqdHpPakl5T2lKdVlYWmZZbUZ5WDJKblgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TlRvaWJtRjJYMkpoY2w5a1pGOXNhVzVySWp0ek9qQTZJaUk3Y3pveE5qb2libUYyWDJKaGNsOWtaRjlvYjNabGNpSTdjem93T2lJaU8zTTZNVEk2SW01aGRsOWlZWEpmYkdsdWF5STdjem93T2lJaU8zTTZNVE02SW01aGRsOWlZWEpmYUc5MlpYSWlPM002TURvaUlqdDljem94TnpvaWJtRjJYMkpoY2w5aGJHOXVaM05wWkdVaU8yRTZOenA3Y3pveE1Eb2libUYyWDJKaGNsOWlaeUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlltZGZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qSXdPaUp1WVhaZlltRnlYMkpuWDI1aGRsOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRTFPaUp1WVhaZlltRnlYMlJrWDJ4cGJtc2lPM002TURvaUlqdHpPakUyT2lKdVlYWmZZbUZ5WDJSa1gyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1USTZJbVpsWVhSMWNtVmZZWEpsWVNJN1lUbzNPbnR6T2pFek9pSm1aV0YwZFhKbFgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2labVZoZEhWeVpWOWxibVFpTzNNNk1Eb2lJanR6T2pFd09pSjBaWGgwWDJOdmJHOXlJanR6T2pBNklpSTdjem94TURvaWJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TVRZNklteHBibXRmYUc5MlpYSmZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMXpPakk2SW1KbklqdHpPakE2SWlJN2N6b3hNRG9pWW1kZmIzQjBhVzl1Y3lJN2N6b3dPaUlpTzMxek9qRXpPaUptWldGMGRYSmxYM1JwZEd4bElqdGhPak02ZTNNNk1UazZJbVpsWVhSMWNtVmZkR2wwYkdWZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSm1aV0YwZFhKbFgzUnBkR3hsWDJWdVpDSTdjem93T2lJaU8zTTZNalE2SW1abFlYUjFjbVZmZEdsMGJHVmZkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPMzF6T2pZNkltWnZiM1JsY2lJN1lUbzFPbnR6T2pFeU9pSm1iMjkwWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFd09pSm1iMjkwWlhKZlpXNWtJanR6T2pBNklpSTdjem94TnpvaVptOXZkR1Z5WDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTNPaUptYjI5MFpYSmZiR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlhNNk1qTTZJbVp2YjNSbGNsOXNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdGhPakk2ZTNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTFPaUowWlhoMFgyUmxZMjl5WVhScGIyNGlPM002TURvaUlqdDlmWE02TkRvaWNHRm5aU0k3WVRvME9udHpPakV5T2lKeVpYQmxZWFJwYm1kZlltY2lPM002TURvaUlqdHpPamc2SW1KblgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE1Eb2liR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlhNNk1UWTZJbXhwYm10ZmFHOTJaWEpmWTI5c2IzSWlPMkU2TWpwN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zTTZNVFU2SW5SbGVIUmZaR1ZqYjNKaGRHbHZiaUk3Y3pvd09pSWlPMzE5ZlE9PSI7czoxNToibW9iaWxlX3JlZGlyZWN0IjtzOjYwOiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdDkiO3M6Mzoic2VvIjtzOjE5MjoiWVRvMk9udHpPalU2SW5ScGRHeGxJanR6T2pBNklpSTdjem94TVRvaVpHVnpZM0pwY0hScGIyNGlPM002TURvaUlqdHpPamc2SW10bGVYZHZjbVJ6SWp0ek9qQTZJaUk3Y3pvM09pSnZaM1JwZEd4bElqdHpPakE2SWlJN2N6b3hNem9pYjJka1pYTmpjbWx3ZEdsdmJpSTdjem93T2lJaU8zTTZOem9pYjJkcGJXRm5aU0k3Y3pvd09pSWlPMzA9IjtzOjc6InNjcmlwdHMiO3M6MzQ4OiJZVG94T250cE9qQTdZVG95T250ek9qZzZJbkJ2YzJsMGFXOXVJanR6T2pNNkltTnpjeUk3Y3pvMk9pSnpZM0pwY0hRaU8zTTZNVGsyT2lKTWJUbDNaRWRzZFV4WFNuWmxRekI0VGtOQ2NHSnVRakZrUTNkblRHMDVkMlJIYkhWTVYwcDJaVU13ZUU1RFFuQmlia0l4WkVSd2JXSXlUakZqZVVJM1dtMDVkV1JETVROYVYyeHVZVWhSTmsxNlFYZFBNekJMVEcwNWQyUkhiSFZNVjBwMlpVTXdlRTVEUW5kTWJrSjVZVmhhYUZremEyZGxNazUyWWtjNWVVOXBUVFJQUkdjM1dtMDVkV1JETVhwaFdIQnNUMnBGZW1OSVp6ZGpSMFpyV2tkc2RWcDVNVEJpTTBFMlRsaENORTh5T1hkWlYwNXdaRWhyTmsxRE5EUm1VVDA5SWp0OWZRPT0iO3M6ODoiZmJfc2hhcmUiO3M6MTI0OiJZVG8wT250ek9qVTZJblJwZEd4bElqdHpPakE2SWlJN2N6b3hNVG9pWkdWelkzSnBjSFJwYjI0aU8zTTZNRG9pSWp0ek9qVTZJbWx0WVdkbElqdHpPakE2SWlJN2N6bzRPaUpzYVd0bFgzVnliQ0k3Y3pvd09pSWlPMzA9IjtzOjEzOiJleGl0X3JlZGlyZWN0IjtzOjg4OiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdHpPamM2SW0xbGMzTmhaMlVpTzNNNk1Eb2lJanQ5IjtzOjEzOiJsYXVuY2hfZnVubmVsIjtzOjE5MjoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvNU9pSm1kVzV1Wld4ZmFXUWlPM002TVRvaU1TSTdjem94TmpvaVoyRjBaWGRoZVY5dmRtVnljbWxrWlNJN1lUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzRPaUp5WldScGNtVmpkQ0k3Y3pvd09pSWlPM002TkRvaVkyOWtaU0k3Y3pvd09pSWlPMzE5Ijt9'),(9,'GnosTICK Trading','YToxOntzOjQ6ImJvZHkiO2E6NTp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM3OiJwYWRkaW5nLXRvcDo0MHB4O3BhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo1NjoiZXlKd1lXUmthVzVuVkc5d0lqb2lOREFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE5MToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjI3XCIgZm9udF9mb250PVwiTW9udHNlcnJhdFwiIGZvbnRfc3R5bGU9XCJib2xkXCIgZm9udF9jb2xvcj1cIiMzMDMwMzBcIiBmb250X3NwYWNpbmc9XCItMVwiIGFsaWduPVwiY2VudGVyXCJdwr9DdcOhbMKgZXMgdHUgUmVsaWdpw7NuIGRlIFRyYWRpbmc/Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxOTM6ImJhY2tncm91bmQtaW1hZ2U6IGxpbmVhci1ncmFkaWVudChyZ2IoMCwgMCwgMCkgMCUsIHJnYigwLCAwLCAwKSAxMDAlKTsgYm9yZGVyLXRvcC13aWR0aDogMHB4OyBib3JkZXItYm90dG9tLXdpZHRoOiAwcHg7IGJhY2tncm91bmQtcG9zaXRpb246IGluaXRpYWwgaW5pdGlhbDsgYmFja2dyb3VuZC1yZXBlYXQ6IGluaXRpYWwgaW5pdGlhbDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjg4OiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXdNREF3TURBaUxDSmlZV05yWjNKdmRXNWtRMjlzYjNKRmJtUWlPaUlqTURBd01EQXdJbjA9IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4NToiW2ltYWdlcyBzdHlsZT1cIjBcIiB3aWR0aD1cIjMwMFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY2OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvZ25vc3RpY2syLmpwZ1wiIHdpZHRoPVwiMzg4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozOToicm93IGZpdmUtY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czo1NjoiYmFja2dyb3VuZDojMTcxNzE3O3BhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MjBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEwMDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU14TnpFM01UY2lMQ0p3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNakFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyNDoidGhyZWUtZmlmdGhzIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODk6Ilt2aWRlb19wbGF5ZXIgdHlwZT1cInlvdXR1YmVcIiB5b3V0dWJlX2ZvcmNlX2hkPVwibm9uZVwiIHdpZHRoPVwiNTUwXCIgaGVpZ2h0PVwiMzA5XCIgYWxpZ249XCJsZWZ0XCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMFwiXWFIUjBjRG92TDNsdmRYUjFMbUpsTDJnMFFWQmFUMGxWYzNKblsvdmlkZW9fcGxheWVyXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI5OiJ0d28tZmlmdGhzIGNvbHVtbiBjb2xzIG5hcnJvdyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTgwOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjNcIiBmb250X3N0eWxlPVwibm9ybWFsXCIgZm9udF9jb2xvcj1cIiNlY2ViZTRcIiBhbGlnbj1cImxlZnRcIl1EZXNjdWJyYcKgZWwgY29ub2NpbWllbnRvIG9jdWx0byBjb24gbGEgdGVjbm9sb2dpYSBkZSB0cmFkaW5nIEdub3NUSUNLWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mjk6ImVsZW1lbnQtY29udGFpbmVyIGNmIGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzI4OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMTVcIiBmb250X2NvbG9yPVwiI2VlZWJkZFwiIGJvdHRvbV9wYWRkaW5nPVwiMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCIzNjRcIiBsaW5lX2hlaWdodD1cIjIyXCJdUGFyYSB2ZXJsbyBlbiBhY2Npw7NuIGVuIG51ZXN0cmEgc2FsYSBkZSBvcGVyYWNpb25lcywgc3VzY3LDrWJldGUgZW4gZWwgc2lndWllbnRlIGZvcm11bGFyaW86CgpMdW5lcyAtIFZpZXJuZXMgY29tZW56YW5kbyBhIGxhcyA3OjMwYW0gRVQKCjxwPiZuYnNwOzwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjY1MDoiW29wdGluX2JveCBzdHlsZT1cIjE0XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZGVmYXVsdD1cIkluZ3Jlc2Ugc3UgZGlyZWNjacOzbiBkZSBjb3JyZW8gZWxlY3Ryw7NuaWNvXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImVtYWlsXCIgcmVkaXJlY3RfdXJsPVwiaHR0cHM6Ly93d3czLmdvdG9tZWV0aW5nLmNvbS9yZWdpc3Rlci8yMjM2ODY3NjZcIiBuYW1lX2RlZmF1bHQ9XCJFc2NyaWJhIHN1IG5vbWJyZVwiIG5hbWVfb3JkZXI9XCIwXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdVmFsb3JhbW9zIHN1IHByaXZhY2lkYWQgeSBudW5jYSBsZSBlbnZpYXJlbW9zIHNwYW1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1PYnRlbmdhIEFjY2VzbyBJbnN0YW50w6FuZW8hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mzg6ImVsZW1lbnQtY29udGFpbmVyIGNmIHBhZC1sZWZ0IGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO319fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU5MzoiYmFja2dyb3VuZDojZmNmY2ZjO2JhY2tncm91bmQ6LXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgY29sb3Itc3RvcCgwJSwgI2ZjZmNmYyksIGNvbG9yLXN0b3AoMTAwJSwgI2Y1ZjVmNSkpO2JhY2tncm91bmQ6LXdlYmtpdC1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1vei1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1zLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotby1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6bGluZWFyLWdyYWRpZW50KHRvIGJvdHRvbSwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtmaWx0ZXI6cHJvZ2lkOkRYSW1hZ2VUcmFuc2Zvcm0uTWljcm9zb2Z0LmdyYWRpZW50KHN0YXJ0Q29sb3JzdHI9I2ZjZmNmYywgZW5kQ29sb3JzdHI9I2Y1ZjVmNSwgR3JhZGllbnRUeXBlPTApO3BhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjE0MDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tWTJaalptTWlMQ0ppWVdOclozSnZkVzVrUTI5c2IzSkZibVFpT2lJalpqVm1OV1kxSWl3aWNHRmtaR2x1WjFSdmNDSTZJakl3SWl3aWNHRmtaR2x1WjBKdmRIUnZiU0k2SWpFMUluMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjEwNToiW2ltYWdlcyBzdHlsZT1cIjBcIiB3aWR0aD1cIjk2MFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjM6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCI0MFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPlF1YW50aXRhdGl2ZSBBbmFseXNpcyAmYW1wOyBBbGdvcml0aG1pYyBUcmFkaW5nPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6NDthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjEwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1UQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU0NzoiW2N1c3RvbV9odG1sXTxkaXYgaWQ9XCJmYi1yb290XCI+PC9kaXY+CjxzY3JpcHQ+KGZ1bmN0aW9uKGQsIHMsIGlkKSB7CiAgdmFyIGpzLCBmanMgPSBkLmdldEVsZW1lbnRzQnlUYWdOYW1lKHMpWzBdOwogIGlmIChkLmdldEVsZW1lbnRCeUlkKGlkKSkgcmV0dXJuOwogIGpzID0gZC5jcmVhdGVFbGVtZW50KHMpOyBqcy5pZCA9IGlkOwogIGpzLnNyYyA9IFwiLy9jb25uZWN0LmZhY2Vib29rLm5ldC9lbl9HQi9hbGwuanMjeGZibWw9MSZhcHBJZD0xOTI0MDEzNTQyNDUwMTVcIjsKICBmanMucGFyZW50Tm9kZS5pbnNlcnRCZWZvcmUoanMsIGZqcyk7Cn0oZG9jdW1lbnQsIFwnc2NyaXB0XCcsIFwnZmFjZWJvb2stanNzZGtcJykpOzwvc2NyaXB0Pgo8ZGl2IGNsYXNzPVwiZmItbGlrZVwiIGRhdGEtaHJlZj1cImh0dHA6Ly9kZXZlbG9wZXJzLmZhY2Vib29rLmNvbS9kb2NzL3JlZmVyZW5jZS9wbHVnaW5zL2xpa2VcIiBkYXRhLXNlbmQ9XCJ0cnVlXCIgZGF0YS13aWR0aD1cIjQ1MFwiIGRhdGEtc2hvdy1mYWNlcz1cInRydWVcIj48L2Rpdj5bL2N1c3RvbV9odG1sXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19fX0=','YToxMzp7czo1OiJ0aGVtZSI7czo2ODoiWVRveU9udHpPalE2SW5SNWNHVWlPM002T1RvaWJXRnlhMlYwYVc1bklqdHpPak02SW1ScGNpSTdjem94T2lJeElqdDkiO3M6MTM6ImhlYWRlcl9sYXlvdXQiO3M6MTA3MjoiWVRveE1EcDdjem8wT2lKc2IyZHZJanR6T2pjNE9pSm9kSFJ3T2k4dmQzZDNMblJvWlhSeVlXUnBibWR5YjI5dExtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE5DOHdNeTlUWVcxd2JHVk1iMmR2TFVSaGNtc3hNaTV3Ym1jaU8zTTZOVG9pWW1kcGJXY2lPM002TURvaUlqdHpPakV4T2lKeVpYQmxZWFJpWjJsdFp5STdjem93T2lJaU8zTTZOem9pWW1kamIyeHZjaUk3Y3pvM09pSWpaakJsWm1Zd0lqdHpPakV3T2lKc2FXNXJYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hNem9pYldWdWRTMXdiM05wZEdsdmJpSTdjem81T2lKaGJHOXVaM05wWkdVaU8zTTZOem9pWlc1aFlteGxaQ0k3Y3pveE9pSk9JanR6T2pFek9pSnVZWFpmWW1GeVgyRmliM1psSWp0aE9qYzZlM002TnpvaVpXNWhZbXhsWkNJN2N6b3hPaUpPSWp0ek9qTTZJbTVoZGlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmMyaGhaRzkzSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5M1pXbG5hSFFpTzNNNk1Eb2lJanR6T2prNkltWnZiblJmYzJsNlpTSTdjem93T2lJaU8zTTZNVEU2SW1admJuUmZabUZ0YVd4NUlqdHpPakE2SWlJN2N6bzBPaUpzYjJkdklqdHpPakE2SWlJN2ZYTTZNVE02SW01aGRsOWlZWEpmWW1Wc2IzY2lPMkU2TnpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TXpvaWJtRjJJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjl6YUdGa2IzY2lPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM2RsYVdkb2RDSTdjem93T2lJaU8zTTZPVG9pWm05dWRGOXphWHBsSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1Eb2lJanR6T2pRNklteHZaMjhpTzNNNk1Eb2lJanQ5Y3pveE56b2libUYyWDJKaGNsOWhiRzl1WjNOcFpHVWlPMkU2TmpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TXpvaWJtRjJJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjl6YUdGa2IzY2lPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM2RsYVdkb2RDSTdjem93T2lJaU8zTTZPVG9pWm05dWRGOXphWHBsSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1Eb2lJanQ5ZlE9PSI7czoxMjoiZmVhdHVyZV9hcmVhIjtzOjEyMDoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvME9pSjBlWEJsSWp0cE9qRTdjem80T2lKelpYUjBhVzVuY3lJN1lUb3hPbnR6T2pFeU9pSm1iMjUwWDI5d2RHbHZibk1pTzJFNk1EcDdmWDE5IjtzOjEzOiJmZWF0dXJlX3RpdGxlIjtzOjY0OiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8xT2lKMGFYUnNaU0k3Y3pvd09pSWlPMzA9IjtzOjExOiJmb290ZXJfYXJlYSI7czozNjA6IllUbzRPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNam9pTkRBaU8zTTZNVEU2SW1admJuUmZjMmhoWkc5M0lqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOTNaV2xuYUhRaU8zTTZNRG9pSWp0ek9qazZJbVp2Ym5SZmMybDZaU0k3Y3pvd09pSWlPM002TVRFNkltWnZiblJmWm1GdGFXeDVJanR6T2pBNklpSTdjem94TWpvaWJHRnlaMlZmWm05dmRHVnlJanRoT2pFNmUzTTZOem9pWlc1aFlteGxaQ0k3Y3pveE9pSk9JanQ5Y3pveE56b2labTl2ZEdWeVgyUnBjMk5zWVdsdFpYSWlPMkU2TWpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TnpvaWJXVnpjMkZuWlNJN2N6b3dPaUlpTzMxOSI7czoxMDoidHlwb2dyYXBoeSI7czoxNTI0OiJZVG95T250ek9qRXpPaUptYjI1MFgyVnNaVzFsYm5SeklqdGhPams2ZTNNNk1UQTZJbk5wZEdWZmRHbDBiR1VpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pBNklpSTdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pvM09pSjBZV2RzYVc1bElqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3dPaUlpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZOem9pWkdWbVlYVnNkQ0k3WVRvME9udHpPalE2SW5OcGVtVWlPM002TWpvaU1UVWlPM002TkRvaVptOXVkQ0k3Y3pveE5Ub2lVMjkxY21ObElGTmhibk1nVUhKdklqdHpPalU2SW5OMGVXeGxJanR6T2pBNklpSTdjem8xT2lKamIyeHZjaUk3Y3pvME9pSWpORFEwSWp0OWN6b3lPaUpvTVNJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1UVTZJbE52ZFhKalpTQlRZVzV6SUZCeWJ5STdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pveU9pSm9NaUk3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TVRVNklsTnZkWEpqWlNCVFlXNXpJRkJ5YnlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem95T2lKb015STdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZNRG9pSWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zMXpPakk2SW1nMElqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3dPaUlpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qQTZJaUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTmlJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1Eb2lJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzMxOWN6b3hORG9pWTI5c2IzSmZaV3hsYldWdWRITWlPMkU2TmpwN2N6b3hOem9pWm05dmRHVnlYM1JsZUhSZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFM09pSm1iMjkwWlhKZmJHbHVhMTlqYjJ4dmNpSTdjem93T2lJaU8zTTZNak02SW1admIzUmxjbDlzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanR6T2pBNklpSTdjem94T0RvaVptVmhkSFZ5WlY5MFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hPRG9pWm1WaGRIVnlaVjlzYVc1clgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveU5Eb2labVZoZEhWeVpWOXNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdHpPakE2SWlJN2ZYMD0iO3M6MjE6ImNvbG9yX3NjaGVtZV9hZHZhbmNlZCI7czoyNDIwOiJZVG8zT250ek9qRXpPaUp1WVhaZlltRnlYMkZpYjNabElqdGhPakV3T250ek9qRXpPaUp1WVhaZlltRnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hNVG9pYm1GMlgySmhjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRTVPaUp1WVhaZlltRnlYMmh2ZG1WeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE56b2libUYyWDJKaGNsOW9iM1psY2w5bGJtUWlPM002TURvaUlqdHpPakV3T2lKdVlYWmZZbUZ5WDJKbklqdHpPakE2SWlJN2N6b3lNam9pYm1GMlgySmhjbDlpWjE5b2IzWmxjbDl6ZEdGeWRDSTdjem93T2lJaU8zTTZNVFU2SW01aGRsOWlZWEpmWkdSZmJHbHVheUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlpHUmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRXlPaUp1WVhaZlltRnlYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRXpPaUp1WVhaZlltRnlYMmh2ZG1WeUlqdHpPakE2SWlJN2ZYTTZNVE02SW01aGRsOWlZWEpmWW1Wc2IzY2lPMkU2TVRBNmUzTTZNVE02SW01aGRsOWlZWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakV4T2lKdVlYWmZZbUZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVGs2SW01aGRsOWlZWEpmYUc5MlpYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRTNPaUp1WVhaZlltRnlYMmh2ZG1WeVgyVnVaQ0k3Y3pvd09pSWlPM002TVRBNkltNWhkbDlpWVhKZlltY2lPM002TURvaUlqdHpPakl5T2lKdVlYWmZZbUZ5WDJKblgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TlRvaWJtRjJYMkpoY2w5a1pGOXNhVzVySWp0ek9qQTZJaUk3Y3pveE5qb2libUYyWDJKaGNsOWtaRjlvYjNabGNpSTdjem93T2lJaU8zTTZNVEk2SW01aGRsOWlZWEpmYkdsdWF5STdjem93T2lJaU8zTTZNVE02SW01aGRsOWlZWEpmYUc5MlpYSWlPM002TURvaUlqdDljem94TnpvaWJtRjJYMkpoY2w5aGJHOXVaM05wWkdVaU8yRTZOenA3Y3pveE1Eb2libUYyWDJKaGNsOWlaeUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlltZGZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qSXdPaUp1WVhaZlltRnlYMkpuWDI1aGRsOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRTFPaUp1WVhaZlltRnlYMlJrWDJ4cGJtc2lPM002TURvaUlqdHpPakUyT2lKdVlYWmZZbUZ5WDJSa1gyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1USTZJbVpsWVhSMWNtVmZZWEpsWVNJN1lUbzNPbnR6T2pFek9pSm1aV0YwZFhKbFgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2labVZoZEhWeVpWOWxibVFpTzNNNk1Eb2lJanR6T2pFd09pSjBaWGgwWDJOdmJHOXlJanR6T2pBNklpSTdjem94TURvaWJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TVRZNklteHBibXRmYUc5MlpYSmZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMXpPakk2SW1KbklqdHpPakE2SWlJN2N6b3hNRG9pWW1kZmIzQjBhVzl1Y3lJN2N6b3dPaUlpTzMxek9qRXpPaUptWldGMGRYSmxYM1JwZEd4bElqdGhPak02ZTNNNk1UazZJbVpsWVhSMWNtVmZkR2wwYkdWZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSm1aV0YwZFhKbFgzUnBkR3hsWDJWdVpDSTdjem93T2lJaU8zTTZNalE2SW1abFlYUjFjbVZmZEdsMGJHVmZkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPMzF6T2pZNkltWnZiM1JsY2lJN1lUbzFPbnR6T2pFeU9pSm1iMjkwWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFd09pSm1iMjkwWlhKZlpXNWtJanR6T2pBNklpSTdjem94TnpvaVptOXZkR1Z5WDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTNPaUptYjI5MFpYSmZiR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlhNNk1qTTZJbVp2YjNSbGNsOXNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdGhPakk2ZTNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTFPaUowWlhoMFgyUmxZMjl5WVhScGIyNGlPM002TURvaUlqdDlmWE02TkRvaWNHRm5aU0k3WVRvME9udHpPakV5T2lKeVpYQmxZWFJwYm1kZlltY2lPM002TURvaUlqdHpPamc2SW1KblgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE1Eb2liR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlhNNk1UWTZJbXhwYm10ZmFHOTJaWEpmWTI5c2IzSWlPMkU2TWpwN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zTTZNVFU2SW5SbGVIUmZaR1ZqYjNKaGRHbHZiaUk3Y3pvd09pSWlPMzE5ZlE9PSI7czoxNToibW9iaWxlX3JlZGlyZWN0IjtzOjYwOiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdDkiO3M6Mzoic2VvIjtzOjE5MjoiWVRvMk9udHpPalU2SW5ScGRHeGxJanR6T2pBNklpSTdjem94TVRvaVpHVnpZM0pwY0hScGIyNGlPM002TURvaUlqdHpPamc2SW10bGVYZHZjbVJ6SWp0ek9qQTZJaUk3Y3pvM09pSnZaM1JwZEd4bElqdHpPakE2SWlJN2N6b3hNem9pYjJka1pYTmpjbWx3ZEdsdmJpSTdjem93T2lJaU8zTTZOem9pYjJkcGJXRm5aU0k3Y3pvd09pSWlPMzA9IjtzOjc6InNjcmlwdHMiO3M6MzQ4OiJZVG94T250cE9qQTdZVG95T250ek9qZzZJbkJ2YzJsMGFXOXVJanR6T2pNNkltTnpjeUk3Y3pvMk9pSnpZM0pwY0hRaU8zTTZNVGsyT2lKTWJUbDNaRWRzZFV4WFNuWmxRekI0VGtOQ2NHSnVRakZrUTNkblRHMDVkMlJIYkhWTVYwcDJaVU13ZUU1RFFuQmlia0l4WkVSd2JXSXlUakZqZVVJM1dtMDVkV1JETVROYVYyeHVZVWhSTmsxNlFYZFBNekJMVEcwNWQyUkhiSFZNVjBwMlpVTXdlRTVEUW5kTWJrSjVZVmhhYUZremEyZGxNazUyWWtjNWVVOXBUVFJQUkdjM1dtMDVkV1JETVhwaFdIQnNUMnBGZW1OSVp6ZGpSMFpyV2tkc2RWcDVNVEJpTTBFMlRsaENORTh5T1hkWlYwNXdaRWhyTmsxRE5EUm1VVDA5SWp0OWZRPT0iO3M6ODoiZmJfc2hhcmUiO3M6MTI0OiJZVG8wT250ek9qVTZJblJwZEd4bElqdHpPakE2SWlJN2N6b3hNVG9pWkdWelkzSnBjSFJwYjI0aU8zTTZNRG9pSWp0ek9qVTZJbWx0WVdkbElqdHpPakE2SWlJN2N6bzRPaUpzYVd0bFgzVnliQ0k3Y3pvd09pSWlPMzA9IjtzOjEzOiJleGl0X3JlZGlyZWN0IjtzOjg4OiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdHpPamM2SW0xbGMzTmhaMlVpTzNNNk1Eb2lJanQ5IjtzOjEzOiJsYXVuY2hfZnVubmVsIjtzOjE5MjoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvNU9pSm1kVzV1Wld4ZmFXUWlPM002TVRvaU1TSTdjem94TmpvaVoyRjBaWGRoZVY5dmRtVnljbWxrWlNJN1lUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzRPaUp5WldScGNtVmpkQ0k3Y3pvd09pSWlPM002TkRvaVkyOWtaU0k3Y3pvd09pSWlPMzE5Ijt9'),(10,'TUESDAY EDU','YToxOntzOjQ6ImJvZHkiO2E6Njp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM3OiJwYWRkaW5nLXRvcDoyMHB4O3BhZGRpbmctYm90dG9tOjEwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo1NjoiZXlKd1lXUmthVzVuVkc5d0lqb2lNakFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTVRBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIyOToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIwXCIgZm9udF9mb250PVwiQXNhcFwiIGZvbnRfc3R5bGU9XCJub3JtYWxcIiBmb250X2NvbG9yPVwiIzFhOWVlMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl08c3Ryb25nPkxJVkUgVFJBSU5JTkcgV09SS1NIT1A8L3N0cm9uZz7CoFdJVEggUEVSRk9STUFOQ0UgQ09BQ0ggU1RFVkUgU0NIV0FSVFpbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxYTllZTA7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbToyNXB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhZVGxsWlRBaUxDSndZV1JrYVc1blZHOXdJam9pTXpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qVWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNDI6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzMFwiIGZvbnRfZm9udD1cIkFzYXBcIiBmb250X3N0eWxlPVwiYm9sZFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgZm9udF9zaGFkb3c9XCJkYXJrXCIgYWxpZ249XCJjZW50ZXJcIl1HZXQgQWhlYWQgRmFzdGVyOiBQcmVkaWN0aXZlIEFsZ29yaXRobXMgd2l0aCBBdXRvbWF0aW9uIEdldHMgWW91IMKgIMKgIMKgIMKgIEFtYXppbmcgUmVzdWx0c1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM4OiJiYWNrZ3JvdW5kOiMyMTIxMjE7cGFkZGluZy1ib3R0b206MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NzI6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeU1USXhNakVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTUNKOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODU6IltjYWxlbmRhcl9kYXRlIHN0eWxlPVwiMVwiIG1vbnRoPVwiTWFyY2hcIiBjYWxlbmRhcl9iYXJfY29sb3I9XCIjZmYwMDAwXCIgZGF5PVwiMThcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzQ6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyMVwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgd2lkdGg9XCIyMjBcIl08c3Ryb25nPlR1ZXNkYXkgLCBNYXJjaCAxOHRoCjwvc3Ryb25nPjc6MzAgUE0gRWFzdGVybiBUaW1lWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3ODg6IltvcHRpbl9ib3ggc3R5bGU9XCI3XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJlbWFpbFwiIHJlZGlyZWN0X3VybD1cImh0dHBzOi8vd3d3My5nb3RvbWVldGluZy5jb20vcmVnaXN0ZXIvNTg2ODQxMjg2XCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXUhlcmVcJ3MgVGhlIEhlYWRsaW5lIEZvciBUaGUgQm94Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdVEc5eVpXMGdhWEJ6ZFcwZ1pHOXNiM0lnYzJsMElHRnRaWFFzSUdOdmJuTmxZM1JsZEhWeUlHRmthWEJwYzJOcGJtY2daV3hwZEM0Z1JHOXVaV01nZG1Wc0lHNTFibU1nYm05dUlHeGhZM1Z6SUhabGJtVnVZWFJwY3lCamIyMXRiMlJ2TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdR2V0IEluc3RhbnQgQWNjZXNzIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjM6e3M6NDoidHlwZSI7czo5OiJzdWJjb2x1bW4iO3M6MTI6InN1YmNvbF9jbGFzcyI7czoyOToic3BsaXQtaGFsZiBjb2x1bW4gY29scyBzdWJjb2wiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjI7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTEwOiJiYWNrZ3JvdW5kLWltYWdlOnVybChodHRwOi8vb3B0aW1pemVwcmVzczIuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzA2L2JhY2sxLnBuZyk7YmFja2dyb3VuZC1yZXBlYXQ6cmVwZWF0OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTU2OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDI5d2RHbHRhWHBsY0hKbGMzTXlMbU52YlM5M2NDMWpiMjUwWlc1MEwzVndiRzloWkhNdk1qQXhNeTh3Tmk5aVlXTnJNUzV3Ym1jcElpd2lZbUZqYTJkeWIzVnVaRkJ2YzJsMGFXOXVJam9pZEdsc1pTSjkiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMDU6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzNVwiIGFsaWduPVwibGVmdFwiIGxpbmVfaGVpZ2h0PVwiMzVcIl08ZGl2IGRhdGEtbGI9XCJlZGl0YWJsZS1yaWNoLXRleHRcIiBkYXRhLWxiLWlkPVwibWFpbi1oZWFkbGluZVwiIGRhdGEtbGItbmFtZT1cIk1haW4gSGVhZGxpbmUgVGV4dFwiPkRVUklORyBUSElTIDxzcGFuIHN0eWxlPVwiY29sb3I6ICMxYTllZTA7XCI+PHN0cm9uZz5GUkVFIFRSQUlOSU5HIFdPUktTSE9QIFdFQklOQVI8L3N0cm9uZz48L3NwYW4+IFlPVSBXSUxMIExFQVJOOjwvZGl2PlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozNzU6IltzdGVwX2dyYXBoaWNzIHN0eWxlPVwiM1wiIGNvbG9yPVwiIzFhOWVlMFwiXVtzdGVwIHN0eWxlPVwiM1wiIHRleHQ9XCIxXCIgaGVhZGxpbmU9XCJIb3cgdG8gdXNlIHRoZSBSaW9zUXVhbnQgZm9yd2FyZCBsb29raW5nIGluZGljYXRvcnMgdG8gc2VsZWN0IHRoZSBtYXJrZXRzIHBvaXNlZCBmb3IgZXhwbG9zaXZlIHByaWNlIGFjY3Rpb25cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCIzXCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIldoZW4gdG8gdHVybiBvbiB0cmFkaW5nIHN5c3RlbSBhdXRvbWF0aW9uIGZvciBiZXR0ZXIgZGlzY2lwbGluZSBhbmQgY29uc2lzdGVuY3kgdG8gYm9vc3QgeW91ciBwZXJmb3JtYW5jZSBcIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo3OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjEwOiJbaW1hZ2VzIHN0eWxlPVwiNVwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvUlEtUmFua2luZy1zY3JlZW4tc2hvdDEtMTAyNHg2OTEuanBnXCIgd2lkdGg9XCIxMDI0XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIyNjoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjI0XCIgZm9udF9mb250PVwiU2hhZG93cyBJbnRvIExpZ2h0XCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjQ2MFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkV4cGVyaWVuY2UgdGhlIFBvd2VyIG9mIE1hcmtldCBJbnRlbGxpZ2VuY2U8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTozOntzOjQ6InR5cGUiO3M6OToic3ViY29sdW1uIjtzOjEyOiJzdWJjb2xfY2xhc3MiO3M6Mjk6InNwbGl0LWhhbGYgY29sdW1uIGNvbHMgc3ViY29sIjtzOjg6ImNoaWxkcmVuIjthOjA6e319aTozO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InN1YmNvbHVtbiI7czoxMjoic3ViY29sX2NsYXNzIjtzOjI5OiJzcGxpdC1oYWxmIGNvbHVtbiBjb2xzIHN1YmNvbCI7czo4OiJjaGlsZHJlbiI7YTowOnt9fWk6NDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMjoiW3ZlcnRpY2FsX3NwYWNpbmcgaGVpZ2h0PVwiMzBcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo1O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIzMzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwiY2VudGVyXCIgZm9udF9zaXplPVwiMTVcIiBmb250X2NvbG9yPVwiIzkxOTE5MVwiIGJvdHRvbV9wYWRkaW5nPVwiMTBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiNDYwXCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+U2hhcmUgdGhpcyBwYWdlIHdpdGggeW91ciBmcmllbmRzLi4uPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo2O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI2NDoiW3NvY2lhbF9zaGFyaW5nIHN0eWxlPVwic3R5bGUtMjBcIiBmYl9jb2xvcj1cImxpZ2h0XCIgZmJfbGFuZz1cImVuX0dCXCIgZmJfdGV4dD1cInJlY29tbWVuZFwiIGZiX2J1dHRvbl90ZXh0PVwiU2hhcmVcIiB0d19sYW5nPVwiZW5cIiB0d19idXR0b25fdGV4dD1cIlNoYXJlXCIgZ19sYW5nPVwiZW4tR0JcIiBnX2J1dHRvbl90ZXh0PVwiU2hhcmVcIiBwX2Rlc2NyaXB0aW9uPVwiXCIgbGlua2VkaW5fbGFuZz1cImVuX1VTXCIgYWxpZ25tZW50PVwiY2VudGVyXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjQ7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6NTY6ImJhY2tncm91bmQ6I2VhNzExMDtwYWRkaW5nLXRvcDo0NXB4O3BhZGRpbmctYm90dG9tOjI1cHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMDA6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObFlUY3hNVEFpTENKd1lXUmthVzVuVkc5d0lqb2lORFVpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpVaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI5NjoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIwXCIgZm9udF9jb2xvcj1cIiNmZmZmZmZcIiBhbGlnbj1cImNlbnRlclwiXVdBUk5JTkc6IMKgV2Ugb25seSBoYXZlIDEwMCBzcG90cyBvbiBvdXIgd2ViaW5hciBzeXN0ZW0gYXZhaWxhYmxlIGFuZMKgc3BhY2Ugd2lsbCBmaWxsIHVwIGZhc3Qgc28gcmVnaXN0ZXIgbm93IHRvIGF2b2lkIG1pc3Npbmcgb3V0LiDCoFRoaXMgd2ViaW5hciBpcyBwYWNrZWQgd2l0aCBoaWdoIHF1YWxpdHkgY29udGVudCBhbmQgd2lsbCBmaWxsIHVwIGZhc3QhWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6NTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNDc6ImJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHA6Ly9vcHRpbWl6ZXByZXNzMi5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTMvMDYvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7cGFkZGluZy10b3A6MzBweDtwYWRkaW5nLWJvdHRvbTo1MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MjA4OiJleUppWVdOclozSnZkVzVrU1cxaFoyVWlPaUoxY213b2FIUjBjRG92TDI5d2RHbHRhWHBsY0hKbGMzTXlMbU52YlM5M2NDMWpiMjUwWlc1MEwzVndiRzloWkhNdk1qQXhNeTh3Tmk5aVlXTnJNUzV3Ym1jcElpd2lZbUZqYTJkeWIzVnVaRkJ2YzJsMGFXOXVJam9pZEdsc1pTSXNJbkJoWkdScGJtZFViM0FpT2lJek1DSXNJbkJoWkdScGJtZENiM1IwYjIwaU9pSTFNQ0o5IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyNVwiIGZvbnRfc3R5bGU9XCJub3JtYWxcIiBhbGlnbj1cImNlbnRlclwiIGJvdHRvbV9tYXJnaW49XCIyMFwiXTxzdHJvbmc+VGhpcyBvbmUgd2lsbCBiZSBubyBleGNlcHRpb24uwqBTbyBjbGFpbSB5b3VyIHNwb3QgYmVsb3chPC9zdHJvbmc+Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc4OToiW29wdGluX2JveCBzdHlsZT1cIjdcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImVtYWlsXCIgZW1haWxfYWRkcmVzcz1cImh0dHBzOi8vd3d3My5nb3RvbWVldGluZy5jb20vcmVnaXN0ZXIvNTg2ODQxMjg2XCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXUhlcmVcJ3MgVGhlIEhlYWRsaW5lIEZvciBUaGUgQm94Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdVEc5eVpXMGdhWEJ6ZFcwZ1pHOXNiM0lnYzJsMElHRnRaWFFzSUdOdmJuTmxZM1JsZEhWeUlHRmthWEJwYzJOcGJtY2daV3hwZEM0Z1JHOXVaV01nZG1Wc0lHNTFibU1nYm05dUlHeGhZM1Z6SUhabGJtVnVZWFJwY3lCamIyMXRiMlJ2TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdR2V0IEluc3RhbnQgQWNjZXNzIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNjM6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5DT01NT0RJVFkgRlVUVVJFUywgT1BUSU9OUywgQU5EIEZPUkVYIFRSQURJTkcgSU5WT0xWRVMgU1VCU1RBTlRJQUwgUklTSyBBTkQgSVMgTk9UIFNVSVRBQkxFIEZPUiBBTEwgSU5WRVNUT1JTLiBQQVNUIFJFU1VMVFMgSVMgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFBFUkZPUk1BTkNFLjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19fQ==','YToxNDp7czo1OiJ0aGVtZSI7czo2ODoiWVRveU9udHpPalE2SW5SNWNHVWlPM002T1RvaWJXRnlhMlYwYVc1bklqdHpPak02SW1ScGNpSTdjem94T2lJeElqdDkiO3M6MTM6ImhlYWRlcl9sYXlvdXQiO3M6MTA3MjoiWVRveE1EcDdjem8wT2lKc2IyZHZJanR6T2pnd09pSm9kSFJ3T2k4dmQzZDNMblJvWlhSeVlXUnBibWR5YjI5dExtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE5DOHdNeTlUWVcxd2JHVk1iMmR2TFVSaGNtc3hNREV5TG5CdVp5STdjem8xT2lKaVoybHRaeUk3Y3pvd09pSWlPM002TVRFNkluSmxjR1ZoZEdKbmFXMW5JanR6T2pBNklpSTdjem8zT2lKaVoyTnZiRzl5SWp0ek9qYzZJaU5tTUdWbVpqQWlPM002TVRBNklteHBibXRmWTI5c2IzSWlPM002TURvaUlqdHpPakV6T2lKdFpXNTFMWEJ2YzJsMGFXOXVJanR6T2prNkltRnNiMjVuYzJsa1pTSTdjem8zT2lKbGJtRmliR1ZrSWp0ek9qRTZJazRpTzNNNk1UTTZJbTVoZGw5aVlYSmZZV0p2ZG1VaU8yRTZOenA3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWs0aU8zTTZNem9pYm1GMklqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOXphR0ZrYjNjaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzZGxhV2RvZENJN2N6b3dPaUlpTzNNNk9Ub2labTl1ZEY5emFYcGxJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjltWVcxcGJIa2lPM002TURvaUlqdHpPalE2SW14dloyOGlPM002TURvaUlqdDljem94TXpvaWJtRjJYMkpoY2w5aVpXeHZkeUk3WVRvM09udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSnVZWFlpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDNOb1lXUnZkeUk3Y3pvd09pSWlPM002TVRFNkltWnZiblJmZDJWcFoyaDBJanR6T2pBNklpSTdjem81T2lKbWIyNTBYM05wZW1VaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgyWmhiV2xzZVNJN2N6b3dPaUlpTzNNNk5Eb2liRzluYnlJN2N6b3dPaUlpTzMxek9qRTNPaUp1WVhaZlltRnlYMkZzYjI1bmMybGtaU0k3WVRvMk9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSnVZWFlpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDNOb1lXUnZkeUk3Y3pvd09pSWlPM002TVRFNkltWnZiblJmZDJWcFoyaDBJanR6T2pBNklpSTdjem81T2lKbWIyNTBYM05wZW1VaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgyWmhiV2xzZVNJN2N6b3dPaUlpTzMxOSI7czoxMjoiZmVhdHVyZV9hcmVhIjtzOjEyMDoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvME9pSjBlWEJsSWp0cE9qRTdjem80T2lKelpYUjBhVzVuY3lJN1lUb3hPbnR6T2pFeU9pSm1iMjUwWDI5d2RHbHZibk1pTzJFNk1EcDdmWDE5IjtzOjEzOiJmZWF0dXJlX3RpdGxlIjtzOjY0OiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8xT2lKMGFYUnNaU0k3Y3pvd09pSWlPMzA9IjtzOjExOiJmb290ZXJfYXJlYSI7czozNjA6IllUbzRPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qQTZJaUk3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYMlpoYldsc2VTSTdjem93T2lJaU8zTTZNVEk2SW14aGNtZGxYMlp2YjNSbGNpSTdZVG94T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdmWE02TVRjNkltWnZiM1JsY2w5a2FYTmpiR0ZwYldWeUlqdGhPakk2ZTNNNk56b2laVzVoWW14bFpDSTdjem94T2lKT0lqdHpPamM2SW0xbGMzTmhaMlVpTzNNNk1Eb2lJanQ5ZlE9PSI7czoxMDoidHlwb2dyYXBoeSI7czoxNDc2OiJZVG95T250ek9qRXpPaUptYjI1MFgyVnNaVzFsYm5SeklqdGhPams2ZTNNNk1UQTZJbk5wZEdWZmRHbDBiR1VpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pBNklpSTdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pvM09pSjBZV2RzYVc1bElqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3dPaUlpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZOem9pWkdWbVlYVnNkQ0k3WVRvME9udHpPalE2SW5OcGVtVWlPM002TWpvaU1UY2lPM002TkRvaVptOXVkQ0k3Y3pvME9pSkJjMkZ3SWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem8wT2lJak5EUTBJanQ5Y3pveU9pSm9NU0k3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TkRvaVFYTmhjQ0k3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTWlJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk5Eb2lRWE5oY0NJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem95T2lKb015STdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZNRG9pSWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zMXpPakk2SW1nMElqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3dPaUlpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qQTZJaUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTmlJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1Eb2lJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzMxOWN6b3hORG9pWTI5c2IzSmZaV3hsYldWdWRITWlPMkU2TmpwN2N6b3hOem9pWm05dmRHVnlYM1JsZUhSZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFM09pSm1iMjkwWlhKZmJHbHVhMTlqYjJ4dmNpSTdjem93T2lJaU8zTTZNak02SW1admIzUmxjbDlzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanR6T2pBNklpSTdjem94T0RvaVptVmhkSFZ5WlY5MFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hPRG9pWm1WaGRIVnlaVjlzYVc1clgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveU5Eb2labVZoZEhWeVpWOXNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdHpPakE2SWlJN2ZYMD0iO3M6MjE6ImNvbG9yX3NjaGVtZV9hZHZhbmNlZCI7czoyNDIwOiJZVG8zT250ek9qRXpPaUp1WVhaZlltRnlYMkZpYjNabElqdGhPakV3T250ek9qRXpPaUp1WVhaZlltRnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hNVG9pYm1GMlgySmhjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRTVPaUp1WVhaZlltRnlYMmh2ZG1WeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE56b2libUYyWDJKaGNsOW9iM1psY2w5bGJtUWlPM002TURvaUlqdHpPakV3T2lKdVlYWmZZbUZ5WDJKbklqdHpPakE2SWlJN2N6b3lNam9pYm1GMlgySmhjbDlpWjE5b2IzWmxjbDl6ZEdGeWRDSTdjem93T2lJaU8zTTZNVFU2SW01aGRsOWlZWEpmWkdSZmJHbHVheUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlpHUmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRXlPaUp1WVhaZlltRnlYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRXpPaUp1WVhaZlltRnlYMmh2ZG1WeUlqdHpPakE2SWlJN2ZYTTZNVE02SW01aGRsOWlZWEpmWW1Wc2IzY2lPMkU2TVRBNmUzTTZNVE02SW01aGRsOWlZWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakV4T2lKdVlYWmZZbUZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVGs2SW01aGRsOWlZWEpmYUc5MlpYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRTNPaUp1WVhaZlltRnlYMmh2ZG1WeVgyVnVaQ0k3Y3pvd09pSWlPM002TVRBNkltNWhkbDlpWVhKZlltY2lPM002TURvaUlqdHpPakl5T2lKdVlYWmZZbUZ5WDJKblgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TlRvaWJtRjJYMkpoY2w5a1pGOXNhVzVySWp0ek9qQTZJaUk3Y3pveE5qb2libUYyWDJKaGNsOWtaRjlvYjNabGNpSTdjem93T2lJaU8zTTZNVEk2SW01aGRsOWlZWEpmYkdsdWF5STdjem93T2lJaU8zTTZNVE02SW01aGRsOWlZWEpmYUc5MlpYSWlPM002TURvaUlqdDljem94TnpvaWJtRjJYMkpoY2w5aGJHOXVaM05wWkdVaU8yRTZOenA3Y3pveE1Eb2libUYyWDJKaGNsOWlaeUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlltZGZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qSXdPaUp1WVhaZlltRnlYMkpuWDI1aGRsOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRTFPaUp1WVhaZlltRnlYMlJrWDJ4cGJtc2lPM002TURvaUlqdHpPakUyT2lKdVlYWmZZbUZ5WDJSa1gyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1USTZJbVpsWVhSMWNtVmZZWEpsWVNJN1lUbzNPbnR6T2pFek9pSm1aV0YwZFhKbFgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2labVZoZEhWeVpWOWxibVFpTzNNNk1Eb2lJanR6T2pFd09pSjBaWGgwWDJOdmJHOXlJanR6T2pBNklpSTdjem94TURvaWJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TVRZNklteHBibXRmYUc5MlpYSmZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMXpPakk2SW1KbklqdHpPakE2SWlJN2N6b3hNRG9pWW1kZmIzQjBhVzl1Y3lJN2N6b3dPaUlpTzMxek9qRXpPaUptWldGMGRYSmxYM1JwZEd4bElqdGhPak02ZTNNNk1UazZJbVpsWVhSMWNtVmZkR2wwYkdWZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSm1aV0YwZFhKbFgzUnBkR3hsWDJWdVpDSTdjem93T2lJaU8zTTZNalE2SW1abFlYUjFjbVZmZEdsMGJHVmZkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPMzF6T2pZNkltWnZiM1JsY2lJN1lUbzFPbnR6T2pFeU9pSm1iMjkwWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFd09pSm1iMjkwWlhKZlpXNWtJanR6T2pBNklpSTdjem94TnpvaVptOXZkR1Z5WDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTNPaUptYjI5MFpYSmZiR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlhNNk1qTTZJbVp2YjNSbGNsOXNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdGhPakk2ZTNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTFPaUowWlhoMFgyUmxZMjl5WVhScGIyNGlPM002TURvaUlqdDlmWE02TkRvaWNHRm5aU0k3WVRvME9udHpPakV5T2lKeVpYQmxZWFJwYm1kZlltY2lPM002TURvaUlqdHpPamc2SW1KblgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE1Eb2liR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlhNNk1UWTZJbXhwYm10ZmFHOTJaWEpmWTI5c2IzSWlPMkU2TWpwN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zTTZNVFU2SW5SbGVIUmZaR1ZqYjNKaGRHbHZiaUk3Y3pvd09pSWlPMzE5ZlE9PSI7czoxNToibW9iaWxlX3JlZGlyZWN0IjtzOjYwOiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdDkiO3M6Mzoic2VvIjtzOjE5MjoiWVRvMk9udHpPalU2SW5ScGRHeGxJanR6T2pBNklpSTdjem94TVRvaVpHVnpZM0pwY0hScGIyNGlPM002TURvaUlqdHpPamc2SW10bGVYZHZjbVJ6SWp0ek9qQTZJaUk3Y3pvM09pSnZaM1JwZEd4bElqdHpPakE2SWlJN2N6b3hNem9pYjJka1pYTmpjbWx3ZEdsdmJpSTdjem93T2lJaU8zTTZOem9pYjJkcGJXRm5aU0k3Y3pvd09pSWlPMzA9IjtzOjc6InNjcmlwdHMiO3M6ODg6IllUb3hPbnRwT2pBN1lUb3lPbnR6T2pnNkluQnZjMmwwYVc5dUlqdHpPalk2SW1obFlXUmxjaUk3Y3pvMk9pSnpZM0pwY0hRaU8zTTZNRG9pSWp0OWZRPT0iO3M6ODoiZmJfc2hhcmUiO3M6MTI0OiJZVG8wT250ek9qVTZJblJwZEd4bElqdHpPakE2SWlJN2N6b3hNVG9pWkdWelkzSnBjSFJwYjI0aU8zTTZNRG9pSWp0ek9qVTZJbWx0WVdkbElqdHpPakE2SWlJN2N6bzRPaUpzYVd0bFgzVnliQ0k3Y3pvd09pSWlPMzA9IjtzOjg6ImxpZ2h0Ym94IjtzOjM3MDA6IllUbzFPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzNPaUp6YUc5M1gyOXVJanR6T2pRNklteHZZV1FpTzNNNk5Eb2lkSGx3WlNJN2N6bzFPaUp2Y0hScGJpSTdjem94TURvaWIzQjBhVzVmWm05eWJTSTdZVG96T250ek9qazZJbVp2Y20xZmFIUnRiQ0k3WVRveE56cDdjem94TURvaVpXMWhhV3hmWkdGMFlTSTdjem93T2lJaU8zTTZNVE02SW1WdFlXbHNYMkZrWkhKbGMzTWlPM002TURvaUlqdHpPakV5T2lKeVpXUnBjbVZqZEY5MWNtd2lPM002TURvaUlqdHpPakV5T2lKbGVIUnlZVjltYVdWc1pITWlPM002TURvaUlqdHpPakU0T2lKbGJXRnBiRjlsZUhSeVlWOW1hV1ZzWkhNaU8zTTZNRG9pSWp0ek9qUTZJbWgwYld3aU8zTTZNRG9pSWp0ek9qRXdPaUp1WlhkZmQybHVaRzkzSWp0ek9qQTZJaUk3Y3pveE1qb2laR2x6WVdKc1pWOXVZVzFsSWp0ek9qQTZJaUk3Y3pvNE9pSnVZVzFsWDJKdmVDSTdjem93T2lJaU8zTTZPVG9pWlcxaGFXeGZZbTk0SWp0ek9qQTZJaUk3Y3pvMk9pSmhZM1JwYjI0aU8zTTZNRG9pSWp0ek9qWTZJbVpwWld4a2N5STdjem93T2lJaU8zTTZOam9pYldWMGFHOWtJanR6T2pRNkluQnZjM1FpTzNNNk1UWTZJbWx1ZEdWbmNtRjBhVzl1WDNSNWNHVWlPM002TmpvaVkzVnpkRzl0SWp0ek9qUTZJbXhwYzNRaU8zTTZNRG9pSWp0ek9qRTBPaUowYUdGdWExOTViM1ZmY0dGblpTSTdjem93T2lJaU8zTTZNVEU2SW1GamRHbHZibDl3WVdkbElqdHpPakE2SWlJN2ZYTTZOem9pWTI5dWRHVnVkQ0k3WVRvMU9udHpPalU2SW5ScGRHeGxJanR6T2pNeU9pSlRaV3hzSUVGdWVYUm9hVzVuSUZkcGRHZ2dUM0IwYVcxcGVtVlFjbVZ6Y3lJN2N6b3hNVG9pWm05eWJWOW9aV0ZrWlhJaU8zTTZPRGc2SWt4dmNtVnRJR2x3YzNWdElHUnZiRzl5SUhOcGRDQmhiV1YwTENCamIyNXpaV04wWlhSMVpYSWdZV1JwY0dselkybHVaeUJsYkdsMExDQnpaV1FnWkdsaGJTQnViMjUxYlcxNUlHNXBZbWdnWlhWcGMyMXZaQzRpTzNNNk1URTZJbVp2YjNSbGNsOXViM1JsSWp0ek9qWTBPaUpaYjNWeUlHbHVabTl5YldGMGFXOXVJR2x6SURFd01DVWdjMlZqZFhKbElIZHBkR2dnZFhNZ1lXNWtJSGRwYkd3Z2JtVjJaWElnWW1VZ2MyaGhjbVZrSWp0ek9qRXlPaUp1WVcxbFgyUmxabUYxYkhRaU8zTTZNalE2SWtWdWRHVnlJSGx2ZFhJZ1JtbHljM1FnVG1GdFpTNHVMaUk3Y3pveE16b2laVzFoYVd4ZlpHVm1ZWFZzZENJN2N6b3lOem9pUlc1MFpYSWdlVzkxY2lCRmJXRnBiQ0JCWkdSeVpYTnpMaTR1SWp0OWN6b3hNem9pYzNWaWJXbDBYMkoxZEhSdmJpSTdZVG8xTmpwN2N6bzJPaUppZFhSMGIyNGlPMkU2TURwN2ZYTTZPRG9pYkc5allYUnBiMjRpTzNNNk16WTZJbTl3WDJ4cFoyaDBZbTk0WDI5d2RHbHVYMlp2Y20xZmMzVmliV2wwWDJKMWRIUnZiaUk3Y3pvM09pSmpiMjUwWlc1MElqdHpPakE2SWlJN2N6bzBPaUowZVhCbElqdHpPakU2SWpBaU8zTTZOVG9pYVcxaFoyVWlPM002TURvaUlqdHpPakV5T2lKbGJHVnRaVzUwWDNSNWNHVWlPM002TURvaUlqdHpPalE2SW1oeVpXWWlPM002TURvaUlqdHpPakV3T2lKdVpYZGZkMmx1Wkc5M0lqdHpPakE2SWlJN2N6b3lPaUpqWXlJN2N6b3dPaUlpTzNNNk5Ub2lZV3hwWjI0aU8zTTZNRG9pSWp0ek9qUTZJblJsZUhRaU8zTTZNRG9pSWp0ek9qazZJblJsZUhSZmMybDZaU0k3Y3pveU9pSXpNaUk3Y3pveE1Eb2lkR1Y0ZEY5amIyeHZjaUk3Y3pvM09pSWpNREF3TURBd0lqdHpPams2SW5SbGVIUmZabTl1ZENJN2N6b3dPaUlpTzNNNk9Ub2lkR1Y0ZEY5aWIyeGtJanR6T2pFNklqRWlPM002TVRRNkluUmxlSFJmZFc1a1pYSnNhVzVsSWp0ek9qQTZJaUk3Y3pveE1Ub2lkR1Y0ZEY5cGRHRnNhV01pTzNNNk1Eb2lJanR6T2pFNU9pSjBaWGgwWDJ4bGRIUmxjbDl6Y0dGamFXNW5JanR6T2pFNklqQWlPM002TVRNNkluTjFZblJsZUhSZmNHRnVaV3dpTzNNNk1Eb2lJanR6T2pjNkluTjFZblJsZUhRaU8zTTZNRG9pSWp0ek9qRXlPaUp6ZFdKMFpYaDBYM05wZW1VaU8zTTZNRG9pSWp0ek9qRXpPaUp6ZFdKMFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hNam9pYzNWaWRHVjRkRjltYjI1MElqdHpPakE2SWlJN2N6b3hNam9pYzNWaWRHVjRkRjlpYjJ4a0lqdHpPakE2SWlJN2N6b3hOem9pYzNWaWRHVjRkRjkxYm1SbGNteHBibVVpTzNNNk1Eb2lJanR6T2pFME9pSnpkV0owWlhoMFgybDBZV3hwWXlJN2N6b3dPaUlpTzNNNk1qSTZJbk4xWW5SbGVIUmZiR1YwZEdWeVgzTndZV05wYm1jaU8zTTZNRG9pSWp0ek9qRTNPaUowWlhoMFgzTm9ZV1J2ZDE5d1lXNWxiQ0k3Y3pveE9pSlpJanR6T2pJd09pSjBaWGgwWDNOb1lXUnZkMTkyWlhKMGFXTmhiQ0k3Y3pveE9pSXhJanR6T2pJeU9pSjBaWGgwWDNOb1lXUnZkMTlvYjNKcGVtOXVkR0ZzSWp0ek9qRTZJakFpTzNNNk1UYzZJblJsZUhSZmMyaGhaRzkzWDJOdmJHOXlJanR6T2pjNklpTm1abVptTURBaU8zTTZNVFk2SW5SbGVIUmZjMmhoWkc5M1gySnNkWElpTzNNNk1Ub2lNQ0k3Y3pveE16b2ljM1I1YkdsdVoxOTNhV1IwYUNJN2N6b3dPaUlpTzNNNk1UUTZJbk4wZVd4cGJtZGZhR1ZwWjJoMElqdHpPakE2SWlJN2N6b3lNRG9pYzNSNWJHbHVaMTlpYjNKa1pYSmZZMjlzYjNJaU8zTTZOem9pSXpBd01EQXdNQ0k3Y3pveE9Ub2ljM1I1YkdsdVoxOWliM0prWlhKZmMybDZaU0k3Y3pveE9pSXhJanR6T2pJeE9pSnpkSGxzYVc1blgySnZjbVJsY2w5eVlXUnBkWE1pTzNNNk1Ub2lOaUk3Y3pveU1qb2ljM1I1YkdsdVoxOWliM0prWlhKZmIzQmhZMmwwZVNJN2N6b3pPaUl4TURBaU8zTTZNVFk2SW5OMGVXeHBibWRmWjNKaFpHbGxiblFpTzNNNk1Eb2lJanR6T2pFek9pSnpkSGxzYVc1blgzTm9hVzVsSWp0ek9qRTZJbGtpTzNNNk1qZzZJbk4wZVd4cGJtZGZaM0poWkdsbGJuUmZjM1JoY25SZlkyOXNiM0lpTzNNNk56b2lJMlptWm1Zd01DSTdjem95TmpvaWMzUjViR2x1WjE5bmNtRmthV1Z1ZEY5bGJtUmZZMjlzYjNJaU8zTTZOem9pSTJabVlUQXpOU0k3Y3pveE56b2laSEp2Y0Y5emFHRmtiM2RmY0dGdVpXd2lPM002TVRvaVdTSTdjem95TURvaVpISnZjRjl6YUdGa2IzZGZkbVZ5ZEdsallXd2lPM002TVRvaU1TSTdjem95TWpvaVpISnZjRjl6YUdGa2IzZGZhRzl5YVhwdmJuUmhiQ0k3Y3pveE9pSXdJanR6T2pFMk9pSmtjbTl3WDNOb1lXUnZkMTlpYkhWeUlqdHpPakU2SWpFaU8zTTZNVGc2SW1SeWIzQmZjMmhoWkc5M1gzTndjbVZoWkNJN2N6b3hPaUl3SWp0ek9qRTNPaUprY205d1gzTm9ZV1J2ZDE5amIyeHZjaUk3Y3pvM09pSWpNREF3TURBd0lqdHpPakU1T2lKa2NtOXdYM05vWVdSdmQxOXZjR0ZqYVhSNUlqdHpPakk2SWpVd0lqdHpPakU0T2lKcGJuTmxkRjl6YUdGa2IzZGZjR0Z1Wld3aU8zTTZNVG9pV1NJN2N6b3lNVG9pYVc1elpYUmZjMmhoWkc5M1gzWmxjblJwWTJGc0lqdHpPakU2SWpBaU8zTTZNak02SW1sdWMyVjBYM05vWVdSdmQxOW9iM0pwZW05dWRHRnNJanR6T2pFNklqQWlPM002TVRjNkltbHVjMlYwWDNOb1lXUnZkMTlpYkhWeUlqdHpPakU2SWpBaU8zTTZNVGs2SW1sdWMyVjBYM05vWVdSdmQxOXpjSEpsWVdRaU8zTTZNVG9pTVNJN2N6b3hPRG9pYVc1elpYUmZjMmhoWkc5M1gyTnZiRzl5SWp0ek9qYzZJaU5tWm1abU1EQWlPM002TWpBNkltbHVjMlYwWDNOb1lXUnZkMTl2Y0dGamFYUjVJanR6T2pJNklqVXdJanQ5ZlhNNk1USTZJbWgwYld4ZlkyOXVkR1Z1ZENJN1lUb3hPbnR6T2pjNkltTnZiblJsYm5RaU8zTTZNRG9pSWp0OWZRPT0iO3M6MTM6ImV4aXRfcmVkaXJlY3QiO3M6ODg6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUoxY213aU8zTTZNRG9pSWp0ek9qYzZJbTFsYzNOaFoyVWlPM002TURvaUlqdDkiO3M6MTM6ImxhdW5jaF9mdW5uZWwiO3M6MTkyOiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem81T2lKbWRXNXVaV3hmYVdRaU8zTTZNVG9pTVNJN2N6b3hOam9pWjJGMFpYZGhlVjl2ZG1WeWNtbGtaU0k3WVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvNE9pSnlaV1JwY21WamRDSTdjem93T2lJaU8zTTZORG9pWTI5a1pTSTdjem93T2lJaU8zMTkiO30='),(11,'simple workshop','YToxOntzOjQ6ImJvZHkiO2E6NDp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMyYTc2Yjc7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXlZVGMyWWpjaUxDSndZV1JrYVc1blZHOXdJam9pTWpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNTg6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyNVwiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiI2ZmZmZmZlwiIGFsaWduPVwiY2VudGVyXCJdV09XISDCoFdIQVQgQSBXRUVLIEZPUiBSSVNLLU9OIC8gUklTSy1PRkYgQVNTRVRTIVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjMwcHg7cGFkZGluZy1ib3R0b206MjBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU16QWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNakFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTk0OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjMmE3NmI3XCIgZm9udF9zcGFjaW5nPVwiLTFcIiBhbGlnbj1cImNlbnRlclwiXTxzdHJvbmc+TGl2ZSBUcmFpbmluZyBXZWJpbmFyPC9zdHJvbmc+ClNvbHZlIHRoZSBNeXN0ZXJ5IG9mIFJpc2stT24gLyBSaXNrLU9GRiFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDY4OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+Umlzay1PTiAvIFJpc2stT0ZGIHNlbnRpbWVudCBkb21pbmF0ZWQgdGhlIG1hcmtldHMgdGhpcyB3ZWVrLMKgIHNlbmRpbmcgaGF2b2MgdG8gZGF5IHRyYWRlcnMuIERpc2NvdmVyIGEgdW5pcXVlIGFuZCBlYXN5IHRvIHVzZSB0cmFkaW5nIHRvb2wgdGhhdCByZWNvZ25pemVzIHdoZW4gdGhlIG1hcmtldHMgYXJlIGZyaWVuZGx5IGFuZCB3aGVuIHRoZXlcJ3JlIGhvc3RpbGUgZm9yIGRheSB0cmFkaW5nLiDCoEpvaW4gUmlvc1F1YW50IHBlcmZvcm1hbmNlIGNvYWNoIFN0ZXZlIFNjaHdhcnR6IGFuZCBsZWFybiBob3cgdG8gYXBwbHkgdGhpcyBwb3dlcmZ1bCBhbGdvcml0aG0gdG8gaGVscCB5b3UgdHVybiBoYXZvYyBpbnRvIG9wcG9ydHVuaXRpZXMuPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM5OiJyb3cgZml2ZS1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjI1MToiYmFja2dyb3VuZC1pbWFnZTp1cmwoaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvYmFjazEucG5nKTtiYWNrZ3JvdW5kLXJlcGVhdDpyZXBlYXQ7cGFkZGluZy1ib3R0b206MzBweDtib3JkZXItdG9wLXdpZHRoOjFweDtib3JkZXItYm90dG9tLXdpZHRoOjFweDtib3JkZXItc3R5bGU6c29saWQ7Ym9yZGVyLXRvcC1jb2xvcjojZWJlYmViO2JvcmRlci1ib3R0b20tY29sb3I6I2ViZWJlYjsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjI0ODoiZXlKaVlXTnJaM0p2ZFc1a1NXMWhaMlVpT2lKMWNtd29hSFIwY0RvdkwzZDNkeTUwYUdWMGNtRmthVzVuY205dmJTNWpiMjB2ZDNBdFkyOXVkR1Z1ZEM5MWNHeHZZV1J6THpJd01UUXZNRE12WW1GamF6RXVjRzVuS1NJc0ltSmhZMnRuY205MWJtUlFiM05wZEdsdmJpSTZJblJwYkdVaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU16QWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxZbVZpWldJaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6Mjk6InR3by1maWZ0aHMgY29sdW1uIGNvbHMgbmFycm93IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjk6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy93ZWJpbmFyLWNhbDEucG5nXCIgd2lkdGg9XCIyNTlcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyNDoidGhyZWUtZmlmdGhzIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzc6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyNlwiIGZvbnRfc3R5bGU9XCJub3JtYWxcIiBmb250X2NvbG9yPVwiIzJjNzliYVwiIGFsaWduPVwibGVmdFwiIGJvdHRvbV9tYXJnaW49XCIyMFwiXVRvcCB0aHJlZSByZWFzb25zIHRvIGF0dGVuZCB0aGlzIGxpdmUgd2ViaW5hcjpbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTM2OiJbYnVsbGV0X2Jsb2NrICBsYXJnZV9pY29uPVwiMzkucG5nXCIgd2lkdGg9XCJcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIl08dWw+PGxpPklkZW50aWZ5IE1hcmtldCBCZWhhdmlvciBJbnN0YW50bHk8L2xpPjwvdWw+Wy9idWxsZXRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxMzQ6IltidWxsZXRfYmxvY2sgIGxhcmdlX2ljb249XCI0MC5wbmdcIiB3aWR0aD1cIlwiIGFsaWdubWVudD1cImNlbnRlclwiXTx1bD48bGk+VHJ1bHkgVW5kZXJzdGFuZCBNYXJrZXQgRHluYW1pY3M8L2xpPjwvdWw+Wy9idWxsZXRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNDc6IltidWxsZXRfYmxvY2sgIGxhcmdlX2ljb249XCI0MS5wbmdcIiB3aWR0aD1cIlwiIGFsaWdubWVudD1cImNlbnRlclwiXTx1bD48bGk+UGlucG9pbnQgT3B0aW1hbCBCdXkgJiBTZWxsIE9yZGVycyBJbiBBZHZhbmNlPC9saT48L3VsPlsvYnVsbGV0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjUwcHg7cGFkZGluZy1ib3R0b206NTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU5UQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lOVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI1OToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIHRvcF9wYWRkaW5nPVwiMTBcIiB3aWR0aD1cIjM2NFwiXTxoNCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5TaWduIFVwIE5vdyBmb3IgRnJlZTwvaDQ+CjxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkNvbmZpcm0geW91ciBzcG90IG9uIHRoZSB3ZWJpbmFyIG5vdwp0byBlbnN1cmUgeW91IGRvblwndCBtaXNzIG91dCE8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI0OiJ0aHJlZS1maWZ0aHMgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI4NzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE5XCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjMjIyMjIyXCIgYm90dG9tX3BhZGRpbmc9XCIxMFwiIGJvdHRvbV9tYXJnaW49XCIwXCIgd2lkdGg9XCI1NTZcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3Ryb25nPk5leHQgV2ViaW5hcjo8L3N0cm9uZz4gMjkgSnVuZSwgMTA6MzAgYW0gRWFzdGVybiBTdGFuZGFyZCBUaW1lPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjUyMjoiW2J1dHRvbl8xIHRleHQ9XCJSZWdpc3RlciBGb3IgVGhlIFdlYmluYXIgTm93XCIgdGV4dF9zaXplPVwiMjVcIiB0ZXh0X2NvbG9yPVwiI2ZmZmZmZlwiIHRleHRfZm9udD1cIlNvdXJjZSBTYW5zIFBybztnb29nbGVcIiB0ZXh0X2xldHRlcl9zcGFjaW5nPVwiMFwiIHN1YnRleHRfcGFuZWw9XCJOXCIgdGV4dF9zaGFkb3dfcGFuZWw9XCJOXCIgc3R5bGluZ193aWR0aD1cIjEwMFwiIHN0eWxpbmdfaGVpZ2h0PVwiMjRcIiBzdHlsaW5nX2JvcmRlcl9jb2xvcj1cIiMwMDAwMDBcIiBzdHlsaW5nX2JvcmRlcl9zaXplPVwiMFwiIHN0eWxpbmdfYm9yZGVyX3JhZGl1cz1cIjZcIiBzdHlsaW5nX2JvcmRlcl9vcGFjaXR5PVwiMTAwXCIgc3R5bGluZ19ncmFkaWVudF9zdGFydF9jb2xvcj1cIiM3N2FkMDFcIiBkcm9wX3NoYWRvd19wYW5lbD1cIk5cIiBpbnNldF9zaGFkb3dfcGFuZWw9XCJOXCIgYWxpZ249XCJjZW50ZXJcIiBocmVmPVwiaHR0cHM6Ly93d3czLmdvdG9tZWV0aW5nLmNvbS9yZWdpc3Rlci82MjYwNTc4MjJcIi9dIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19fQ==','YToxNDp7czo1OiJ0aGVtZSI7czo2ODoiWVRveU9udHpPalE2SW5SNWNHVWlPM002T1RvaWJXRnlhMlYwYVc1bklqdHpPak02SW1ScGNpSTdjem94T2lJeElqdDkiO3M6MTM6ImhlYWRlcl9sYXlvdXQiO3M6MTA3MjoiWVRveE1EcDdjem8wT2lKc2IyZHZJanR6T2pjNE9pSm9kSFJ3T2k4dmQzZDNMblJvWlhSeVlXUnBibWR5YjI5dExtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE5DOHdNeTlUWVcxd2JHVk1iMmR2TFVSaGNtc3hNUzV3Ym1jaU8zTTZOVG9pWW1kcGJXY2lPM002TURvaUlqdHpPakV4T2lKeVpYQmxZWFJpWjJsdFp5STdjem93T2lJaU8zTTZOem9pWW1kamIyeHZjaUk3Y3pvM09pSWpaakJsWm1Zd0lqdHpPakV3T2lKc2FXNXJYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hNem9pYldWdWRTMXdiM05wZEdsdmJpSTdjem81T2lKaGJHOXVaM05wWkdVaU8zTTZOem9pWlc1aFlteGxaQ0k3Y3pveE9pSk9JanR6T2pFek9pSnVZWFpmWW1GeVgyRmliM1psSWp0aE9qYzZlM002TnpvaVpXNWhZbXhsWkNJN2N6b3hPaUpPSWp0ek9qTTZJbTVoZGlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmMyaGhaRzkzSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5M1pXbG5hSFFpTzNNNk1Eb2lJanR6T2prNkltWnZiblJmYzJsNlpTSTdjem93T2lJaU8zTTZNVEU2SW1admJuUmZabUZ0YVd4NUlqdHpPakE2SWlJN2N6bzBPaUpzYjJkdklqdHpPakE2SWlJN2ZYTTZNVE02SW01aGRsOWlZWEpmWW1Wc2IzY2lPMkU2TnpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TXpvaWJtRjJJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjl6YUdGa2IzY2lPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM2RsYVdkb2RDSTdjem93T2lJaU8zTTZPVG9pWm05dWRGOXphWHBsSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1Eb2lJanR6T2pRNklteHZaMjhpTzNNNk1Eb2lJanQ5Y3pveE56b2libUYyWDJKaGNsOWhiRzl1WjNOcFpHVWlPMkU2TmpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TXpvaWJtRjJJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjl6YUdGa2IzY2lPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM2RsYVdkb2RDSTdjem93T2lJaU8zTTZPVG9pWm05dWRGOXphWHBsSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1Eb2lJanQ5ZlE9PSI7czoxMjoiZmVhdHVyZV9hcmVhIjtzOjEyMDoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvME9pSjBlWEJsSWp0cE9qRTdjem80T2lKelpYUjBhVzVuY3lJN1lUb3hPbnR6T2pFeU9pSm1iMjUwWDI5d2RHbHZibk1pTzJFNk1EcDdmWDE5IjtzOjEzOiJmZWF0dXJlX3RpdGxlIjtzOjY0OiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8xT2lKMGFYUnNaU0k3Y3pvd09pSWlPMzA9IjtzOjExOiJmb290ZXJfYXJlYSI7czozNjA6IllUbzRPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNam9pTkRBaU8zTTZNVEU2SW1admJuUmZjMmhoWkc5M0lqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOTNaV2xuYUhRaU8zTTZNRG9pSWp0ek9qazZJbVp2Ym5SZmMybDZaU0k3Y3pvd09pSWlPM002TVRFNkltWnZiblJmWm1GdGFXeDVJanR6T2pBNklpSTdjem94TWpvaWJHRnlaMlZmWm05dmRHVnlJanRoT2pFNmUzTTZOem9pWlc1aFlteGxaQ0k3Y3pveE9pSk9JanQ5Y3pveE56b2labTl2ZEdWeVgyUnBjMk5zWVdsdFpYSWlPMkU2TWpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TnpvaWJXVnpjMkZuWlNJN2N6b3dPaUlpTzMxOSI7czoxMDoidHlwb2dyYXBoeSI7czoxNjAwOiJZVG95T250ek9qRXpPaUptYjI1MFgyVnNaVzFsYm5SeklqdGhPams2ZTNNNk1UQTZJbk5wZEdWZmRHbDBiR1VpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pBNklpSTdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pvM09pSjBZV2RzYVc1bElqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3dPaUlpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZOem9pWkdWbVlYVnNkQ0k3WVRvME9udHpPalE2SW5OcGVtVWlPM002TWpvaU1UY2lPM002TkRvaVptOXVkQ0k3Y3pveE5Ub2lVMjkxY21ObElGTmhibk1nVUhKdklqdHpPalU2SW5OMGVXeGxJanR6T2pBNklpSTdjem8xT2lKamIyeHZjaUk3Y3pvME9pSWpORFEwSWp0OWN6b3lPaUpvTVNJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1UVTZJbE52ZFhKalpTQlRZVzV6SUZCeWJ5STdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pveU9pSm9NaUk3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TVRVNklsTnZkWEpqWlNCVFlXNXpJRkJ5YnlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem95T2lKb015STdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZNVFU2SWxOdmRYSmpaU0JUWVc1eklGQnlieUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTkNJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1UVTZJbE52ZFhKalpTQlRZVzV6SUZCeWJ5STdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pveU9pSm9OU0k3WVRvME9udHpPalE2SW5OcGVtVWlPM002TWpvaU1UWWlPM002TkRvaVptOXVkQ0k3Y3pveE5Ub2lVMjkxY21ObElGTmhibk1nVUhKdklqdHpPalU2SW5OMGVXeGxJanR6T2pZNkltNXZjbTFoYkNJN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zMXpPakk2SW1nMklqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3dPaUlpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYMXpPakUwT2lKamIyeHZjbDlsYkdWdFpXNTBjeUk3WVRvMk9udHpPakUzT2lKbWIyOTBaWEpmZEdWNGRGOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UYzZJbVp2YjNSbGNsOXNhVzVyWDJOdmJHOXlJanR6T2pBNklpSTdjem95TXpvaVptOXZkR1Z5WDJ4cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFNE9pSm1aV0YwZFhKbFgzUmxlSFJmWTI5c2IzSWlPM002TURvaUlqdHpPakU0T2lKbVpXRjBkWEpsWDJ4cGJtdGZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qSTBPaUptWldGMGRYSmxYMnhwYm10ZmFHOTJaWEpmWTI5c2IzSWlPM002TURvaUlqdDlmUT09IjtzOjIxOiJjb2xvcl9zY2hlbWVfYWR2YW5jZWQiO3M6MjQ2NDoiWVRvM09udHpPakV6T2lKdVlYWmZZbUZ5WDJGaWIzWmxJanRoT2pFd09udHpPakV6T2lKdVlYWmZZbUZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TVRvaWJtRjJYMkpoY2w5bGJtUWlPM002TURvaUlqdHpPakU1T2lKdVlYWmZZbUZ5WDJodmRtVnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOem9pYm1GMlgySmhjbDlvYjNabGNsOWxibVFpTzNNNk1Eb2lJanR6T2pFd09pSnVZWFpmWW1GeVgySm5JanR6T2pBNklpSTdjem95TWpvaWJtRjJYMkpoY2w5aVoxOW9iM1psY2w5emRHRnlkQ0k3Y3pvd09pSWlPM002TVRVNkltNWhkbDlpWVhKZlpHUmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UWTZJbTVoZGw5aVlYSmZaR1JmYUc5MlpYSWlPM002TURvaUlqdHpPakV5T2lKdVlYWmZZbUZ5WDJ4cGJtc2lPM002TURvaUlqdHpPakV6T2lKdVlYWmZZbUZ5WDJodmRtVnlJanR6T2pBNklpSTdmWE02TVRNNkltNWhkbDlpWVhKZlltVnNiM2NpTzJFNk1UQTZlM002TVRNNkltNWhkbDlpWVhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFeE9pSnVZWFpmWW1GeVgyVnVaQ0k3Y3pvd09pSWlPM002TVRrNkltNWhkbDlpWVhKZmFHOTJaWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakUzT2lKdVlYWmZZbUZ5WDJodmRtVnlYMlZ1WkNJN2N6b3dPaUlpTzNNNk1UQTZJbTVoZGw5aVlYSmZZbWNpTzNNNk1Eb2lJanR6T2pJeU9pSnVZWFpmWW1GeVgySm5YMmh2ZG1WeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE5Ub2libUYyWDJKaGNsOWtaRjlzYVc1cklqdHpPakE2SWlJN2N6b3hOam9pYm1GMlgySmhjbDlrWkY5b2IzWmxjaUk3Y3pvd09pSWlPM002TVRJNkltNWhkbDlpWVhKZmJHbHVheUk3Y3pvd09pSWlPM002TVRNNkltNWhkbDlpWVhKZmFHOTJaWElpTzNNNk1Eb2lJanQ5Y3pveE56b2libUYyWDJKaGNsOWhiRzl1WjNOcFpHVWlPMkU2TnpwN2N6b3hNRG9pYm1GMlgySmhjbDlpWnlJN2N6b3dPaUlpTzNNNk1UWTZJbTVoZGw5aVlYSmZZbWRmYUc5MlpYSWlPM002TURvaUlqdHpPakl3T2lKdVlYWmZZbUZ5WDJKblgyNWhkbDlvYjNabGNpSTdjem93T2lJaU8zTTZNVEk2SW01aGRsOWlZWEpmYkdsdWF5STdjem93T2lJaU8zTTZNVE02SW01aGRsOWlZWEpmYUc5MlpYSWlPM002TURvaUlqdHpPakUxT2lKdVlYWmZZbUZ5WDJSa1gyeHBibXNpTzNNNk1Eb2lJanR6T2pFMk9pSnVZWFpmWW1GeVgyUmtYMmh2ZG1WeUlqdHpPakE2SWlJN2ZYTTZNVEk2SW1abFlYUjFjbVZmWVhKbFlTSTdZVG8zT250ek9qRXpPaUptWldGMGRYSmxYM04wWVhKMElqdHpPakE2SWlJN2N6b3hNVG9pWm1WaGRIVnlaVjlsYm1RaU8zTTZNRG9pSWp0ek9qRXdPaUowWlhoMFgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE1Eb2liR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlhNNk1UWTZJbXhwYm10ZmFHOTJaWEpmWTI5c2IzSWlPMkU2TWpwN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zTTZNVFU2SW5SbGVIUmZaR1ZqYjNKaGRHbHZiaUk3Y3pvd09pSWlPMzF6T2pJNkltSm5JanR6T2pBNklpSTdjem94TURvaVltZGZiM0IwYVc5dWN5STdjem93T2lJaU8zMXpPakV6T2lKbVpXRjBkWEpsWDNScGRHeGxJanRoT2pNNmUzTTZNVGs2SW1abFlYUjFjbVZmZEdsMGJHVmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRTNPaUptWldGMGRYSmxYM1JwZEd4bFgyVnVaQ0k3Y3pvd09pSWlPM002TWpRNkltWmxZWFIxY21WZmRHbDBiR1ZmZEdWNGRGOWpiMnh2Y2lJN2N6b3dPaUlpTzMxek9qWTZJbVp2YjNSbGNpSTdZVG8xT250ek9qRXlPaUptYjI5MFpYSmZjM1JoY25RaU8zTTZOem9pSXpKaE56WmlOeUk3Y3pveE1Eb2labTl2ZEdWeVgyVnVaQ0k3Y3pvM09pSWpNbUUzTm1JM0lqdHpPakUzT2lKbWIyOTBaWEpmZEdWNGRGOWpiMnh2Y2lJN2N6bzNPaUlqWm1abVptWm1JanR6T2pFM09pSm1iMjkwWlhKZmJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPamM2SWlObVptWm1abVlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMXpPakl6T2lKbWIyOTBaWEpmYkdsdWExOW9iM1psY2w5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pjNklpTm1abVptWm1ZaU8zTTZNVFU2SW5SbGVIUmZaR1ZqYjNKaGRHbHZiaUk3Y3pvd09pSWlPMzE5Y3pvME9pSndZV2RsSWp0aE9qUTZlM002TVRJNkluSmxjR1ZoZEdsdVoxOWlaeUk3Y3pvd09pSWlPM002T0RvaVltZGZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRXdPaUpzYVc1clgyTnZiRzl5SWp0aE9qSTZlM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFMU9pSjBaWGgwWDJSbFkyOXlZWFJwYjI0aU8zTTZNRG9pSWp0OWN6b3hOam9pYkdsdWExOW9iM1psY2w5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlgxOSI7czoxNToibW9iaWxlX3JlZGlyZWN0IjtzOjYwOiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdDkiO3M6Mzoic2VvIjtzOjE5MjoiWVRvMk9udHpPalU2SW5ScGRHeGxJanR6T2pBNklpSTdjem94TVRvaVpHVnpZM0pwY0hScGIyNGlPM002TURvaUlqdHpPamc2SW10bGVYZHZjbVJ6SWp0ek9qQTZJaUk3Y3pvM09pSnZaM1JwZEd4bElqdHpPakE2SWlJN2N6b3hNem9pYjJka1pYTmpjbWx3ZEdsdmJpSTdjem93T2lJaU8zTTZOem9pYjJkcGJXRm5aU0k3Y3pvd09pSWlPMzA9IjtzOjc6InNjcmlwdHMiO3M6MTg0OiJZVG94T250cE9qQTdZVG95T250ek9qZzZJbkJ2YzJsMGFXOXVJanR6T2pNNkltTnpjeUk3Y3pvMk9pSnpZM0pwY0hRaU8zTTZOelk2SWtreWVHeFlNa3AyV2toc1ptTnRPVE5ZZWs1bVdUSTVjMWg2U1dkTWJVb3hZa2Q0YkdSRE1YTmhXRTR3U1VoMGRGbFlTbTVoVnpSMFdXMDVNR1JIT1hSUGFrVjNZMGhuTjJaUlBUMGlPMzE5IjtzOjg6ImZiX3NoYXJlIjtzOjEyNDoiWVRvME9udHpPalU2SW5ScGRHeGxJanR6T2pBNklpSTdjem94TVRvaVpHVnpZM0pwY0hScGIyNGlPM002TURvaUlqdHpPalU2SW1sdFlXZGxJanR6T2pBNklpSTdjem80T2lKc2FXdGxYM1Z5YkNJN2N6b3dPaUlpTzMwPSI7czo4OiJsaWdodGJveCI7czozNzAwOiJZVG8xT250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8zT2lKemFHOTNYMjl1SWp0ek9qUTZJbXh2WVdRaU8zTTZORG9pZEhsd1pTSTdjem8xT2lKdmNIUnBiaUk3Y3pveE1Eb2liM0IwYVc1ZlptOXliU0k3WVRvek9udHpPams2SW1admNtMWZhSFJ0YkNJN1lUb3hOenA3Y3pveE1Eb2laVzFoYVd4ZlpHRjBZU0k3Y3pvd09pSWlPM002TVRNNkltVnRZV2xzWDJGa1pISmxjM01pTzNNNk1Eb2lJanR6T2pFeU9pSnlaV1JwY21WamRGOTFjbXdpTzNNNk1Eb2lJanR6T2pFeU9pSmxlSFJ5WVY5bWFXVnNaSE1pTzNNNk1Eb2lJanR6T2pFNE9pSmxiV0ZwYkY5bGVIUnlZVjltYVdWc1pITWlPM002TURvaUlqdHpPalE2SW1oMGJXd2lPM002TURvaUlqdHpPakV3T2lKdVpYZGZkMmx1Wkc5M0lqdHpPakE2SWlJN2N6b3hNam9pWkdsellXSnNaVjl1WVcxbElqdHpPakE2SWlJN2N6bzRPaUp1WVcxbFgySnZlQ0k3Y3pvd09pSWlPM002T1RvaVpXMWhhV3hmWW05NElqdHpPakE2SWlJN2N6bzJPaUpoWTNScGIyNGlPM002TURvaUlqdHpPalk2SW1acFpXeGtjeUk3Y3pvd09pSWlPM002TmpvaWJXVjBhRzlrSWp0ek9qUTZJbkJ2YzNRaU8zTTZNVFk2SW1sdWRHVm5jbUYwYVc5dVgzUjVjR1VpTzNNNk5qb2lZM1Z6ZEc5dElqdHpPalE2SW14cGMzUWlPM002TURvaUlqdHpPakUwT2lKMGFHRnVhMTk1YjNWZmNHRm5aU0k3Y3pvd09pSWlPM002TVRFNkltRmpkR2x2Ymw5d1lXZGxJanR6T2pBNklpSTdmWE02TnpvaVkyOXVkR1Z1ZENJN1lUbzFPbnR6T2pVNkluUnBkR3hsSWp0ek9qTXlPaUpUWld4c0lFRnVlWFJvYVc1bklGZHBkR2dnVDNCMGFXMXBlbVZRY21WemN5STdjem94TVRvaVptOXliVjlvWldGa1pYSWlPM002T0RnNklreHZjbVZ0SUdsd2MzVnRJR1J2Ykc5eUlITnBkQ0JoYldWMExDQmpiMjV6WldOMFpYUjFaWElnWVdScGNHbHpZMmx1WnlCbGJHbDBMQ0J6WldRZ1pHbGhiU0J1YjI1MWJXMTVJRzVwWW1nZ1pYVnBjMjF2WkM0aU8zTTZNVEU2SW1admIzUmxjbDl1YjNSbElqdHpPalkwT2lKWmIzVnlJR2x1Wm05eWJXRjBhVzl1SUdseklERXdNQ1VnYzJWamRYSmxJSGRwZEdnZ2RYTWdZVzVrSUhkcGJHd2dibVYyWlhJZ1ltVWdjMmhoY21Wa0lqdHpPakV5T2lKdVlXMWxYMlJsWm1GMWJIUWlPM002TWpRNklrVnVkR1Z5SUhsdmRYSWdSbWx5YzNRZ1RtRnRaUzR1TGlJN2N6b3hNem9pWlcxaGFXeGZaR1ZtWVhWc2RDSTdjem95TnpvaVJXNTBaWElnZVc5MWNpQkZiV0ZwYkNCQlpHUnlaWE56TGk0dUlqdDljem94TXpvaWMzVmliV2wwWDJKMWRIUnZiaUk3WVRvMU5qcDdjem8yT2lKaWRYUjBiMjRpTzJFNk1EcDdmWE02T0RvaWJHOWpZWFJwYjI0aU8zTTZNelk2SW05d1gyeHBaMmgwWW05NFgyOXdkR2x1WDJadmNtMWZjM1ZpYldsMFgySjFkSFJ2YmlJN2N6bzNPaUpqYjI1MFpXNTBJanR6T2pBNklpSTdjem8wT2lKMGVYQmxJanR6T2pFNklqQWlPM002TlRvaWFXMWhaMlVpTzNNNk1Eb2lJanR6T2pFeU9pSmxiR1Z0Wlc1MFgzUjVjR1VpTzNNNk1Eb2lJanR6T2pRNkltaHlaV1lpTzNNNk1Eb2lJanR6T2pFd09pSnVaWGRmZDJsdVpHOTNJanR6T2pBNklpSTdjem95T2lKall5STdjem93T2lJaU8zTTZOVG9pWVd4cFoyNGlPM002TURvaUlqdHpPalE2SW5SbGVIUWlPM002TURvaUlqdHpPams2SW5SbGVIUmZjMmw2WlNJN2N6b3lPaUl6TWlJN2N6b3hNRG9pZEdWNGRGOWpiMnh2Y2lJN2N6bzNPaUlqTURBd01EQXdJanR6T2prNkluUmxlSFJmWm05dWRDSTdjem93T2lJaU8zTTZPVG9pZEdWNGRGOWliMnhrSWp0ek9qRTZJakVpTzNNNk1UUTZJblJsZUhSZmRXNWtaWEpzYVc1bElqdHpPakE2SWlJN2N6b3hNVG9pZEdWNGRGOXBkR0ZzYVdNaU8zTTZNRG9pSWp0ek9qRTVPaUowWlhoMFgyeGxkSFJsY2w5emNHRmphVzVuSWp0ek9qRTZJakFpTzNNNk1UTTZJbk4xWW5SbGVIUmZjR0Z1Wld3aU8zTTZNRG9pSWp0ek9qYzZJbk4xWW5SbGVIUWlPM002TURvaUlqdHpPakV5T2lKemRXSjBaWGgwWDNOcGVtVWlPM002TURvaUlqdHpPakV6T2lKemRXSjBaWGgwWDJOdmJHOXlJanR6T2pBNklpSTdjem94TWpvaWMzVmlkR1Y0ZEY5bWIyNTBJanR6T2pBNklpSTdjem94TWpvaWMzVmlkR1Y0ZEY5aWIyeGtJanR6T2pBNklpSTdjem94TnpvaWMzVmlkR1Y0ZEY5MWJtUmxjbXhwYm1VaU8zTTZNRG9pSWp0ek9qRTBPaUp6ZFdKMFpYaDBYMmwwWVd4cFl5STdjem93T2lJaU8zTTZNakk2SW5OMVluUmxlSFJmYkdWMGRHVnlYM053WVdOcGJtY2lPM002TURvaUlqdHpPakUzT2lKMFpYaDBYM05vWVdSdmQxOXdZVzVsYkNJN2N6b3hPaUpaSWp0ek9qSXdPaUowWlhoMFgzTm9ZV1J2ZDE5MlpYSjBhV05oYkNJN2N6b3hPaUl4SWp0ek9qSXlPaUowWlhoMFgzTm9ZV1J2ZDE5b2IzSnBlbTl1ZEdGc0lqdHpPakU2SWpBaU8zTTZNVGM2SW5SbGVIUmZjMmhoWkc5M1gyTnZiRzl5SWp0ek9qYzZJaU5tWm1abU1EQWlPM002TVRZNkluUmxlSFJmYzJoaFpHOTNYMkpzZFhJaU8zTTZNVG9pTUNJN2N6b3hNem9pYzNSNWJHbHVaMTkzYVdSMGFDSTdjem93T2lJaU8zTTZNVFE2SW5OMGVXeHBibWRmYUdWcFoyaDBJanR6T2pBNklpSTdjem95TURvaWMzUjViR2x1WjE5aWIzSmtaWEpmWTI5c2IzSWlPM002TnpvaUl6QXdNREF3TUNJN2N6b3hPVG9pYzNSNWJHbHVaMTlpYjNKa1pYSmZjMmw2WlNJN2N6b3hPaUl4SWp0ek9qSXhPaUp6ZEhsc2FXNW5YMkp2Y21SbGNsOXlZV1JwZFhNaU8zTTZNVG9pTmlJN2N6b3lNam9pYzNSNWJHbHVaMTlpYjNKa1pYSmZiM0JoWTJsMGVTSTdjem96T2lJeE1EQWlPM002TVRZNkluTjBlV3hwYm1kZlozSmhaR2xsYm5RaU8zTTZNRG9pSWp0ek9qRXpPaUp6ZEhsc2FXNW5YM05vYVc1bElqdHpPakU2SWxraU8zTTZNamc2SW5OMGVXeHBibWRmWjNKaFpHbGxiblJmYzNSaGNuUmZZMjlzYjNJaU8zTTZOem9pSTJabVptWXdNQ0k3Y3pveU5qb2ljM1I1YkdsdVoxOW5jbUZrYVdWdWRGOWxibVJmWTI5c2IzSWlPM002TnpvaUkyWm1ZVEF6TlNJN2N6b3hOem9pWkhKdmNGOXphR0ZrYjNkZmNHRnVaV3dpTzNNNk1Ub2lXU0k3Y3pveU1Eb2laSEp2Y0Y5emFHRmtiM2RmZG1WeWRHbGpZV3dpTzNNNk1Ub2lNU0k3Y3pveU1qb2laSEp2Y0Y5emFHRmtiM2RmYUc5eWFYcHZiblJoYkNJN2N6b3hPaUl3SWp0ek9qRTJPaUprY205d1gzTm9ZV1J2ZDE5aWJIVnlJanR6T2pFNklqRWlPM002TVRnNkltUnliM0JmYzJoaFpHOTNYM053Y21WaFpDSTdjem94T2lJd0lqdHpPakUzT2lKa2NtOXdYM05vWVdSdmQxOWpiMnh2Y2lJN2N6bzNPaUlqTURBd01EQXdJanR6T2pFNU9pSmtjbTl3WDNOb1lXUnZkMTl2Y0dGamFYUjVJanR6T2pJNklqVXdJanR6T2pFNE9pSnBibk5sZEY5emFHRmtiM2RmY0dGdVpXd2lPM002TVRvaVdTSTdjem95TVRvaWFXNXpaWFJmYzJoaFpHOTNYM1psY25ScFkyRnNJanR6T2pFNklqQWlPM002TWpNNkltbHVjMlYwWDNOb1lXUnZkMTlvYjNKcGVtOXVkR0ZzSWp0ek9qRTZJakFpTzNNNk1UYzZJbWx1YzJWMFgzTm9ZV1J2ZDE5aWJIVnlJanR6T2pFNklqQWlPM002TVRrNkltbHVjMlYwWDNOb1lXUnZkMTl6Y0hKbFlXUWlPM002TVRvaU1TSTdjem94T0RvaWFXNXpaWFJmYzJoaFpHOTNYMk52Ykc5eUlqdHpPamM2SWlObVptWm1NREFpTzNNNk1qQTZJbWx1YzJWMFgzTm9ZV1J2ZDE5dmNHRmphWFI1SWp0ek9qSTZJalV3SWp0OWZYTTZNVEk2SW1oMGJXeGZZMjl1ZEdWdWRDSTdZVG94T250ek9qYzZJbU52Ym5SbGJuUWlPM002TURvaUlqdDlmUT09IjtzOjEzOiJleGl0X3JlZGlyZWN0IjtzOjg4OiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdHpPamM2SW0xbGMzTmhaMlVpTzNNNk1Eb2lJanQ5IjtzOjEzOiJsYXVuY2hfZnVubmVsIjtzOjE5MjoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvNU9pSm1kVzV1Wld4ZmFXUWlPM002TVRvaU1TSTdjem94TmpvaVoyRjBaWGRoZVY5dmRtVnljbWxrWlNJN1lUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzRPaUp5WldScGNtVmpkQ0k3Y3pvd09pSWlPM002TkRvaVkyOWtaU0k3Y3pvd09pSWlPMzE5Ijt9'),(12,'TopTenSpanish','YToxOntzOjQ6ImJvZHkiO2E6NDp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjIwOiJwYWRkaW5nLWJvdHRvbTozMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MzI6ImV5SndZV1JrYVc1blFtOTBkRzl0SWpvaU16QWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMzE6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzN1wiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCJib2xkXCIgZm9udF9jb2xvcj1cIiM0MjUwNjNcIiBmb250X3NwYWNpbmc9XCIwXCIgZm9udF9zaGFkb3c9XCJsaWdodFwiIGFsaWduPVwiY2VudGVyXCJdT3BlcmUgRnV0dXJvcyBFeGl0b3NhbWVudGUgU29icmUgbG9zIEhvbWJyb3MgZGUgR2lnYW50ZXNbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTgyOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjJcIiBmb250X2ZvbnQ9XCJPcGVuIFNhbnNcIiBmb250X3N0eWxlPVwiMzAwXCIgZm9udF9jb2xvcj1cIiMzOTU0NjhcIiBhbGlnbj1cImNlbnRlclwiXXBvciBEci4gRGVhbiBIYW5kbGV5IMKgLSDCoEZ1dHVyZXMgVHJ1dGggTWFnYXppbmVbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjE6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9mdXR1cmVzLXRydXRoLTI0NHgzMDAuanBnXCIgd2lkdGg9XCIyNDRcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMTk6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl1SaW9zIFF1YW50aXRhdGl2ZcKgwqBmdWUgc2VsZWNjaW9uYWRvIGNvbW8gdW5hIGRlIGxhcyBkaWV6IG1lam9yZXMgc2FsYXMgZGUgdHJhZGluZyBlbiBtw6FzIGRlIDQyMiBzYWxhcyBlbiB1biByZWNpZW50ZSByZXBvcnRlLiBPYnRlbmdhIHVuYSBjb3BpYSBncmF0dWl0YSBkZWwgaW5mb3JtZSB5IGRlc2N1YnJhIHF1ZSBzYWxhcyBkZSB0cmFkaW5nIHNvbiByZW50YWJsZXMgZW4gdml2byB5IGN1w6FsZXMgbm8gbG8gc29uIQoKPHA+Jm5ic3A7PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjcwNToiW29wdGluX2JveCBzdHlsZT1cIjExXCIgd2lkdGg9XCI0NTBcIiBtYXJnaW5fdG9wPVwiMTVcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9kZWZhdWx0PVwiSW5ncmVzZSBzdSBkaXJlY2Npw7NuIGRlIGNvcnJlbyBlbGVjdHLDs25pY29cIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiZW1haWxcIiBnb3Rvd2ViaW5hcj1cImE5NTAxMzkzNDJcIiBuYW1lX2RlZmF1bHQ9XCJJbmdyZXNlIHN1IG5vbWJyZVwiIG5hbWVfb3JkZXI9XCIwXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1TVzVuY21WelpTQnpkU0J1YjIxaWNtVWdlU0JsYldGcGJDQndZWEpoSUhSbGJtVnlJR0ZqWTJWemJ5QnBibk4wWVc1MHc2RnVaVzh1TGk0PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1WYWxvcmFtb3Mgc3UgcHJpdmFjaWRhZCB5IG51bmNhIGxlIGVudmlhcmVtb3Mgc3BhbVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCJdT2J0ZW5nYSBBY2Nlc28gSW5zdGFudMOhbmVvIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo0OiJlMzA9IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozNzU6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxN1wiIHdpZHRoPVwiOTQwXCJdPGgyIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjxzcGFuIHN0eWxlPVwiY29sb3I6ICM0MjUwNjM7XCI+RXN0w6EgYSAzIFBhc29zIFBhcmEgQ29tZW56YXIgQ29uIE51ZXN0cmEgU2FsYSBkZSDCoCDCoCDCoCDCoCDCoCDCoCDCoFRyYWRpbmcgwqA8L3NwYW4+PHNwYW4gc3R5bGU9XCJjb2xvcjogIzQyNTA2MztcIj5lbiBWaXZvPC9zcGFuPjxzcGFuIHN0eWxlPVwiY29sb3I6ICM0MjUwNjM7XCI+Cjwvc3Bhbj48L2gyPgo8cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzIyOiJbc3RlcF9ncmFwaGljcyBzdHlsZT1cIjVcIiBjb2xvcj1cIiM0MjUwNjNcIl1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMVwiIGhlYWRsaW5lPVwiUmVzZXJ2ZSBzdSBsdWdhciBkZSBpbm1lZGlhdG8sIGVsIGVzcGFjaW8gZXMgbGltaXRhZG8uIEluZ3Jlc2Ugc3UgY29ycmVvIGVsZWN0csOzbmljbyBob3kgcGFyYSBhc2VndXJhciBzdSBhY2Nlc28uXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIyXCIgaGVhZGxpbmU9XCJFbCB0cmFkaW5nIGVuIHZpdm8gY29taWVuemEgZGUgbHVuZXMgYSB2aWVybmVzIGEgbGFzIDc6MzBhbSBFVCwgZWwgZXNwYWNpbyBlcyBsaW1pdGFkbyBhc8OtIHF1ZSBpbmdyZXNlIDUgbWludXRvcyBhbnRlcy5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjNcIiBoZWFkbGluZT1cIiBVbmEgdmV6IGRlbnRybywgcHJlc3RlIG11Y2hhIGF0ZW5jacOzbiB5IHZlYSBjb21vIG9wZXJhbW9zIGxvcyBtZXJjYWRvcyBjb24gaW5ub3ZhZG9yYXMgaGVycmFtaWVudGFzIGN1YW50aXRhdGl2YXMuIFRlbmdhIHN1IHBsdW1hIHkgcGFwZWwgbGlzdG8gcGFyYSB0b21hciBub3RhcyB5IGFwcmVuZGVyIGRlIHF1ZSBzZSB0cmF0YSBlbCBRdWFudCBUcmFkaW5nLiBIYWdhIHRvZGFzIGxhcyBwcmVndW50YXMgcXVlIHF1aWVyYS4gUHJlcMOhcmVzZSBwYXJhIHNlciBzb3JwcmVuZGlkbyFcIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Nzg3OiJbdGVzdGltb25pYWxzIHN0eWxlPVwiMlwiIG1hcmdpbl90b3A9XCJcIiBtYXJnaW5fYm90dG9tPVwiXCJdW3Rlc3RpbW9uaWFsIG5hbWU9XCJEZWFuIEhhbmRsZXksIFBoRCwgTUJBLCBKRFwiIGNvbXBhbnk9XCIgRHIuIEhhbmRsZXkgdGllbmUgdW4gQlMtQmlvbG9nw61hOyBNUy1CaW9jaGVtLCBQaEQtbW9sZWMgR2VuZXRpY3MsIEZlbGxvd3NoaXAsIHVuIE1CQSBlbiBmaW5hbnphcyB5IHVuIEp1cmlzIERvY3RvcmF0ZSAoSkQpIGVuIFByb3BpZWRhZCBJbnRlbGVjdHVhbC4gw4lsIGhhIHNpZG8gdW4gdHJhZGVyIGFjdGl2byBkZSBmdXR1cm9zIGR1cmFudGUgY2FzaSBjdWF0cm8gYcOxb3MuXCIgaHJlZj1cIlwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvZGVhbi1oYW5kbGV5LmpwZ1wiXTxwPlJpb3MgUXVhbnRpdGF0aXZlIC3CoMKgXCJPcGVyYW4gbGEgbWF5b3IgZGl2ZXJzaWRhZCBkZSBmdXR1cm9zIGRlIMOtbmRpY2VzIHF1ZSBoZSB2aXN0byB5IHNlIHByZXNlbnRhbiBjb21vIHVuYSBib3V0aXF1ZSBmaW5hbmNpZXJhIGVzcGVjaWFsaXphZGEgZW4gZXN0cmF0ZWdpYXMgZGUgdHJhZGluZyBlbGVjdHLDs25pY28gLi4uIFN1IHRlY25vbG9nw61hIHByb3BvcmNpb25hIGEgdHJhZGVycyBhY2Nlc28gYSBtw6l0b2RvcyBpbm5vdmFkb3JlcyBwYXJhIHNhY2FyIHByb3ZlY2hvIGRlIGxvcyBtZXJjYWRvcyBjb250cm9sYW5kbyBlbCByaWVzZ28uXCI8L3A+ClsvdGVzdGltb25pYWxdWy90ZXN0aW1vbmlhbHNdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjM7YTo0OntzOjk6InJvd19jbGFzcyI7czoyOToicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyODM6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5NRVJDQURPUyBERSBGVVRVUk9TLCBDRkQsIE9QQ0lPTkVTLCBZIEZPUkVYIElNUExJQ0FOIFVOIFJJRVNHTyBTVVNUQU5DSUFMIFkgTk8gRVMgQURFQ1VBRE8gUEFSQSBUT0RPUyBMT1MgSU5WRVJTT1JFUy4gTE9TIFJFTkRJTUlFTlRPUyBQQVNBRE9TIE5PIFNPTiBJTkRJQ0FUSVZPUyBERSBSRVNVTFRBRE9TIEZVVFVST1MuPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX19','YToxNDp7czo1OiJ0aGVtZSI7czo2ODoiWVRveU9udHpPalE2SW5SNWNHVWlPM002T1RvaWJXRnlhMlYwYVc1bklqdHpPak02SW1ScGNpSTdjem94T2lJeElqdDkiO3M6MTM6ImhlYWRlcl9sYXlvdXQiO3M6MTE5NjoiWVRveE1qcDdjem8wT2lKc2IyZHZJanR6T2pjME9pSm9kSFJ3T2k4dmQzZDNMblJvWlhSeVlXUnBibWR5YjI5dExtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE5DOHdNeTl5Y1Mxc2IyZHZMV0pzWVdOckxtcHdaeUk3Y3pvMU9pSmlaMmx0WnlJN2N6b3dPaUlpTzNNNk1URTZJbkpsY0dWaGRHSm5hVzFuSWp0ek9qQTZJaUk3Y3pvM09pSmlaMk52Ykc5eUlqdHpPamM2SWlNd01UQmlNV1VpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFek9pSnRaVzUxTFhCdmMybDBhVzl1SWp0ek9qazZJbUZzYjI1bmMybGtaU0k3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWxraU8zTTZNVE02SW01aGRsOWlZWEpmWVdKdmRtVWlPMkU2TnpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TXpvaWJtRjJJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjl6YUdGa2IzY2lPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM2RsYVdkb2RDSTdjem93T2lJaU8zTTZPVG9pWm05dWRGOXphWHBsSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1Eb2lJanR6T2pRNklteHZaMjhpTzNNNk1Eb2lJanQ5Y3pveE16b2libUYyWDJKaGNsOWlaV3h2ZHlJN1lUbzNPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qQTZJaUk3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYMlpoYldsc2VTSTdjem93T2lJaU8zTTZORG9pYkc5bmJ5STdjem93T2lJaU8zMXpPakUzT2lKdVlYWmZZbUZ5WDJGc2IyNW5jMmxrWlNJN1lUbzJPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qWTZJbTV2Y20xaGJDSTdjem81T2lKbWIyNTBYM05wZW1VaU8zTTZNam9pTVRNaU8zTTZNVEU2SW1admJuUmZabUZ0YVd4NUlqdHpPamM2SWxCVUlGTmhibk1pTzMxek9qRXlPaUprYVhOaFlteGxYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRXhPaUpvWldGa1pYSmZiR2x1YXlJN2N6b3pNRG9pYUhSMGNEb3ZMM2QzZHk1MGFHVjBjbUZrYVc1bmNtOXZiUzVqYjIwdklqdDkiO3M6MTI6ImZlYXR1cmVfYXJlYSI7czoxMjA6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzBPaUowZVhCbElqdHBPakU3Y3pvNE9pSnpaWFIwYVc1bmN5STdZVG94T250ek9qRXlPaUptYjI1MFgyOXdkR2x2Ym5NaU8yRTZNRHA3ZlgxOSI7czoxMzoiZmVhdHVyZV90aXRsZSI7czo2NDoiWVRveU9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvMU9pSjBhWFJzWlNJN2N6b3dPaUlpTzMwPSI7czoxMToiZm9vdGVyX2FyZWEiO3M6MzgwOiJZVG80T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVdTSTdjem96T2lKdVlYWWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM05vWVdSdmR5STdjem93T2lJaU8zTTZNVEU2SW1admJuUmZkMlZwWjJoMElqdHpPakE2SWlJN2N6bzVPaUptYjI1MFgzTnBlbVVpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDJaaGJXbHNlU0k3Y3pveE5Ub2lVMjkxY21ObElGTmhibk1nVUhKdklqdHpPakV5T2lKc1lYSm5aVjltYjI5MFpYSWlPMkU2TVRwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPMzF6T2pFM09pSm1iMjkwWlhKZlpHbHpZMnhoYVcxbGNpSTdZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8zT2lKdFpYTnpZV2RsSWp0ek9qQTZJaUk3ZlgwPSI7czoxMDoidHlwb2dyYXBoeSI7czoxNjc2OiJZVG95T250ek9qRXpPaUptYjI1MFgyVnNaVzFsYm5SeklqdGhPams2ZTNNNk1UQTZJbk5wZEdWZmRHbDBiR1VpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pJNklqSTBJanR6T2pRNkltWnZiblFpTzNNNk1UQTZJazF2Ym5SelpYSnlZWFFpTzNNNk5Ub2ljM1I1YkdVaU8zTTZORG9pWW05c1pDSTdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPMzF6T2pjNkluUmhaMnhwYm1VaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qYzZJaU13UmpnM1F6a2lPMzF6T2pjNkltUmxabUYxYkhRaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qSTZJakUzSWp0ek9qUTZJbVp2Ym5RaU8zTTZNVFU2SWxOdmRYSmpaU0JUWVc1eklGQnlieUk3Y3pvMU9pSnpkSGxzWlNJN2N6bzJPaUp1YjNKdFlXd2lPM002TlRvaVkyOXNiM0lpTzNNNk56b2lJell6TmpNMk15STdmWE02TWpvaWFERWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakUxT2lKVGIzVnlZMlVnVTJGdWN5QlFjbThpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURJaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk1qb2lhRE1pTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pFMU9pSlRiM1Z5WTJVZ1UyRnVjeUJRY204aU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWE02TWpvaWFEUWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakUxT2lKVGIzVnlZMlVnVTJGdWN5QlFjbThpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk1qb2lhRFlpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pFMU9pSlRiM1Z5WTJVZ1UyRnVjeUJRY204aU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWDF6T2pFME9pSmpiMnh2Y2w5bGJHVnRaVzUwY3lJN1lUbzJPbnR6T2pFM09pSm1iMjkwWlhKZmRHVjRkRjlqYjJ4dmNpSTdjem93T2lJaU8zTTZNVGM2SW1admIzUmxjbDlzYVc1clgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveU16b2labTl2ZEdWeVgyeHBibXRmYUc5MlpYSmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTRPaUptWldGMGRYSmxYM1JsZUhSZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFNE9pSm1aV0YwZFhKbFgyeHBibXRmWTI5c2IzSWlPM002TURvaUlqdHpPakkwT2lKbVpXRjBkWEpsWDJ4cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzNNNk1Eb2lJanQ5ZlE9PSI7czoyMToiY29sb3Jfc2NoZW1lX2FkdmFuY2VkIjtzOjI1OTI6IllUbzNPbnR6T2pFek9pSnVZWFpmWW1GeVgyRmliM1psSWp0aE9qRXdPbnR6T2pFek9pSnVZWFpmWW1GeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2libUYyWDJKaGNsOWxibVFpTzNNNk1Eb2lJanR6T2pFNU9pSnVZWFpmWW1GeVgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TnpvaWJtRjJYMkpoY2w5b2IzWmxjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRXdPaUp1WVhaZlltRnlYMkpuSWp0ek9qQTZJaUk3Y3pveU1qb2libUYyWDJKaGNsOWlaMTlvYjNabGNsOXpkR0Z5ZENJN2N6b3dPaUlpTzNNNk1UVTZJbTVoZGw5aVlYSmZaR1JmYkdsdWF5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWkdSZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pFeU9pSnVZWFpmWW1GeVgyeHBibXNpTzNNNk1Eb2lJanR6T2pFek9pSnVZWFpmWW1GeVgyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1UTTZJbTVoZGw5aVlYSmZZbVZzYjNjaU8yRTZNVEE2ZTNNNk1UTTZJbTVoZGw5aVlYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRXhPaUp1WVhaZlltRnlYMlZ1WkNJN2N6b3dPaUlpTzNNNk1UazZJbTVoZGw5aVlYSmZhRzkyWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSnVZWFpmWW1GeVgyaHZkbVZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVEE2SW01aGRsOWlZWEpmWW1jaU8zTTZNRG9pSWp0ek9qSXlPaUp1WVhaZlltRnlYMkpuWDJodmRtVnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOVG9pYm1GMlgySmhjbDlrWkY5c2FXNXJJanR6T2pBNklpSTdjem94TmpvaWJtRjJYMkpoY2w5a1pGOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0OWN6b3hOem9pYm1GMlgySmhjbDloYkc5dVozTnBaR1VpTzJFNk56cDdjem94TURvaWJtRjJYMkpoY2w5aVp5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWW1kZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pJd09pSnVZWFpmWW1GeVgySm5YMjVoZGw5b2IzWmxjaUk3Y3pvd09pSWlPM002TVRJNkltNWhkbDlpWVhKZmJHbHVheUk3Y3pvM09pSWpZamxpWkdNd0lqdHpPakV6T2lKdVlYWmZZbUZ5WDJodmRtVnlJanR6T2pBNklpSTdjem94TlRvaWJtRjJYMkpoY2w5a1pGOXNhVzVySWp0ek9qQTZJaUk3Y3pveE5qb2libUYyWDJKaGNsOWtaRjlvYjNabGNpSTdjem93T2lJaU8zMXpPakV5T2lKbVpXRjBkWEpsWDJGeVpXRWlPMkU2TnpwN2N6b3hNem9pWm1WaGRIVnlaVjl6ZEdGeWRDSTdjem93T2lJaU8zTTZNVEU2SW1abFlYUjFjbVZmWlc1a0lqdHpPakE2SWlJN2N6b3hNRG9pZEdWNGRGOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6b3dPaUlpTzMxek9qRTJPaUpzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanRoT2pJNmUzTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk1Eb2lJanQ5Y3pveU9pSmlaeUk3Y3pvd09pSWlPM002TVRBNkltSm5YMjl3ZEdsdmJuTWlPM002TURvaUlqdDljem94TXpvaVptVmhkSFZ5WlY5MGFYUnNaU0k3WVRvek9udHpPakU1T2lKbVpXRjBkWEpsWDNScGRHeGxYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOem9pWm1WaGRIVnlaVjkwYVhSc1pWOWxibVFpTzNNNk1Eb2lJanR6T2pJME9pSm1aV0YwZFhKbFgzUnBkR3hsWDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0OWN6bzJPaUptYjI5MFpYSWlPMkU2T0RwN2N6b3hNam9pWm05dmRHVnlYM04wWVhKMElqdHpPamM2SWlNeVl6TXlNMlVpTzNNNk1UQTZJbVp2YjNSbGNsOWxibVFpTzNNNk56b2lJekpqTXpJelpTSTdjem94TnpvaVptOXZkR1Z5WDNSbGVIUmZZMjlzYjNJaU8zTTZOem9pSTJabVptWm1aaUk3Y3pveE56b2labTl2ZEdWeVgyeHBibXRmWTI5c2IzSWlPMkU2TWpwN2N6bzFPaUpqYjJ4dmNpSTdjem8zT2lJalptWm1abVptSWp0ek9qRTFPaUowWlhoMFgyUmxZMjl5WVhScGIyNGlPM002TURvaUlqdDljem95TXpvaVptOXZkR1Z5WDJ4cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvM09pSWpabVptWm1abUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk1Eb2lJanQ5Y3pveE1Eb2lkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPM002TVRBNklteHBibXRmWTI5c2IzSWlPM002TURvaUlqdHpPakUyT2lKc2FXNXJYMmh2ZG1WeVgyTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk5Eb2ljR0ZuWlNJN1lUbzBPbnR6T2pFeU9pSnlaWEJsWVhScGJtZGZZbWNpTzNNNk1Eb2lJanR6T2pnNkltSm5YMk52Ykc5eUlqdHpPamM2SWlObVptWm1abVlpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6b3dPaUlpTzMxek9qRTJPaUpzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanRoT2pJNmUzTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk1Eb2lJanQ5ZlgwPSI7czoxNToibW9iaWxlX3JlZGlyZWN0IjtzOjYwOiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdDkiO3M6Mzoic2VvIjtzOjE5MjoiWVRvMk9udHpPalU2SW5ScGRHeGxJanR6T2pBNklpSTdjem94TVRvaVpHVnpZM0pwY0hScGIyNGlPM002TURvaUlqdHpPamc2SW10bGVYZHZjbVJ6SWp0ek9qQTZJaUk3Y3pvM09pSnZaM1JwZEd4bElqdHpPakE2SWlJN2N6b3hNem9pYjJka1pYTmpjbWx3ZEdsdmJpSTdjem93T2lJaU8zTTZOem9pYjJkcGJXRm5aU0k3Y3pvd09pSWlPMzA9IjtzOjc6InNjcmlwdHMiO3M6ODQ6IllUb3hPbnRwT2pBN1lUb3lPbnR6T2pnNkluQnZjMmwwYVc5dUlqdHpPak02SW1OemN5STdjem8yT2lKelkzSnBjSFFpTzNNNk1Eb2lJanQ5ZlE9PSI7czo4OiJmYl9zaGFyZSI7czoxMjQ6IllUbzBPbnR6T2pVNkluUnBkR3hsSWp0ek9qQTZJaUk3Y3pveE1Ub2laR1Z6WTNKcGNIUnBiMjRpTzNNNk1Eb2lJanR6T2pVNkltbHRZV2RsSWp0ek9qQTZJaUk3Y3pvNE9pSnNhV3RsWDNWeWJDSTdjem93T2lJaU8zMD0iO3M6ODoibGlnaHRib3giO3M6MzcwMDoiWVRvMU9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvM09pSnphRzkzWDI5dUlqdHpPalE2SW14dllXUWlPM002TkRvaWRIbHdaU0k3Y3pvMU9pSnZjSFJwYmlJN2N6b3hNRG9pYjNCMGFXNWZabTl5YlNJN1lUb3pPbnR6T2prNkltWnZjbTFmYUhSdGJDSTdZVG94TnpwN2N6b3hNRG9pWlcxaGFXeGZaR0YwWVNJN2N6b3dPaUlpTzNNNk1UTTZJbVZ0WVdsc1gyRmtaSEpsYzNNaU8zTTZNRG9pSWp0ek9qRXlPaUp5WldScGNtVmpkRjkxY213aU8zTTZNRG9pSWp0ek9qRXlPaUpsZUhSeVlWOW1hV1ZzWkhNaU8zTTZNRG9pSWp0ek9qRTRPaUpsYldGcGJGOWxlSFJ5WVY5bWFXVnNaSE1pTzNNNk1Eb2lJanR6T2pRNkltaDBiV3dpTzNNNk1Eb2lJanR6T2pFd09pSnVaWGRmZDJsdVpHOTNJanR6T2pBNklpSTdjem94TWpvaVpHbHpZV0pzWlY5dVlXMWxJanR6T2pBNklpSTdjem80T2lKdVlXMWxYMkp2ZUNJN2N6b3dPaUlpTzNNNk9Ub2laVzFoYVd4ZlltOTRJanR6T2pBNklpSTdjem8yT2lKaFkzUnBiMjRpTzNNNk1Eb2lJanR6T2pZNkltWnBaV3hrY3lJN2N6b3dPaUlpTzNNNk5qb2liV1YwYUc5a0lqdHpPalE2SW5CdmMzUWlPM002TVRZNkltbHVkR1ZuY21GMGFXOXVYM1I1Y0dVaU8zTTZOam9pWTNWemRHOXRJanR6T2pRNklteHBjM1FpTzNNNk1Eb2lJanR6T2pFME9pSjBhR0Z1YTE5NWIzVmZjR0ZuWlNJN2N6b3dPaUlpTzNNNk1URTZJbUZqZEdsdmJsOXdZV2RsSWp0ek9qQTZJaUk3ZlhNNk56b2lZMjl1ZEdWdWRDSTdZVG8xT250ek9qVTZJblJwZEd4bElqdHpPak15T2lKVFpXeHNJRUZ1ZVhSb2FXNW5JRmRwZEdnZ1QzQjBhVzFwZW1WUWNtVnpjeUk3Y3pveE1Ub2labTl5YlY5b1pXRmtaWElpTzNNNk9EZzZJa3h2Y21WdElHbHdjM1Z0SUdSdmJHOXlJSE5wZENCaGJXVjBMQ0JqYjI1elpXTjBaWFIxWlhJZ1lXUnBjR2x6WTJsdVp5QmxiR2wwTENCelpXUWdaR2xoYlNCdWIyNTFiVzE1SUc1cFltZ2daWFZwYzIxdlpDNGlPM002TVRFNkltWnZiM1JsY2w5dWIzUmxJanR6T2pZME9pSlpiM1Z5SUdsdVptOXliV0YwYVc5dUlHbHpJREV3TUNVZ2MyVmpkWEpsSUhkcGRHZ2dkWE1nWVc1a0lIZHBiR3dnYm1WMlpYSWdZbVVnYzJoaGNtVmtJanR6T2pFeU9pSnVZVzFsWDJSbFptRjFiSFFpTzNNNk1qUTZJa1Z1ZEdWeUlIbHZkWElnUm1seWMzUWdUbUZ0WlM0dUxpSTdjem94TXpvaVpXMWhhV3hmWkdWbVlYVnNkQ0k3Y3pveU56b2lSVzUwWlhJZ2VXOTFjaUJGYldGcGJDQkJaR1J5WlhOekxpNHVJanQ5Y3pveE16b2ljM1ZpYldsMFgySjFkSFJ2YmlJN1lUbzFOanA3Y3pvMk9pSmlkWFIwYjI0aU8yRTZNRHA3ZlhNNk9Eb2liRzlqWVhScGIyNGlPM002TXpZNkltOXdYMnhwWjJoMFltOTRYMjl3ZEdsdVgyWnZjbTFmYzNWaWJXbDBYMkoxZEhSdmJpSTdjem8zT2lKamIyNTBaVzUwSWp0ek9qQTZJaUk3Y3pvME9pSjBlWEJsSWp0ek9qRTZJakFpTzNNNk5Ub2lhVzFoWjJVaU8zTTZNRG9pSWp0ek9qRXlPaUpsYkdWdFpXNTBYM1I1Y0dVaU8zTTZNRG9pSWp0ek9qUTZJbWh5WldZaU8zTTZNRG9pSWp0ek9qRXdPaUp1WlhkZmQybHVaRzkzSWp0ek9qQTZJaUk3Y3pveU9pSmpZeUk3Y3pvd09pSWlPM002TlRvaVlXeHBaMjRpTzNNNk1Eb2lJanR6T2pRNkluUmxlSFFpTzNNNk1Eb2lJanR6T2prNkluUmxlSFJmYzJsNlpTSTdjem95T2lJek1pSTdjem94TURvaWRHVjRkRjlqYjJ4dmNpSTdjem8zT2lJak1EQXdNREF3SWp0ek9qazZJblJsZUhSZlptOXVkQ0k3Y3pvd09pSWlPM002T1RvaWRHVjRkRjlpYjJ4a0lqdHpPakU2SWpFaU8zTTZNVFE2SW5SbGVIUmZkVzVrWlhKc2FXNWxJanR6T2pBNklpSTdjem94TVRvaWRHVjRkRjlwZEdGc2FXTWlPM002TURvaUlqdHpPakU1T2lKMFpYaDBYMnhsZEhSbGNsOXpjR0ZqYVc1bklqdHpPakU2SWpBaU8zTTZNVE02SW5OMVluUmxlSFJmY0dGdVpXd2lPM002TURvaUlqdHpPamM2SW5OMVluUmxlSFFpTzNNNk1Eb2lJanR6T2pFeU9pSnpkV0owWlhoMFgzTnBlbVVpTzNNNk1Eb2lJanR6T2pFek9pSnpkV0owWlhoMFgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE1qb2ljM1ZpZEdWNGRGOW1iMjUwSWp0ek9qQTZJaUk3Y3pveE1qb2ljM1ZpZEdWNGRGOWliMnhrSWp0ek9qQTZJaUk3Y3pveE56b2ljM1ZpZEdWNGRGOTFibVJsY214cGJtVWlPM002TURvaUlqdHpPakUwT2lKemRXSjBaWGgwWDJsMFlXeHBZeUk3Y3pvd09pSWlPM002TWpJNkluTjFZblJsZUhSZmJHVjBkR1Z5WDNOd1lXTnBibWNpTzNNNk1Eb2lJanR6T2pFM09pSjBaWGgwWDNOb1lXUnZkMTl3WVc1bGJDSTdjem94T2lKWklqdHpPakl3T2lKMFpYaDBYM05vWVdSdmQxOTJaWEowYVdOaGJDSTdjem94T2lJeElqdHpPakl5T2lKMFpYaDBYM05vWVdSdmQxOW9iM0pwZW05dWRHRnNJanR6T2pFNklqQWlPM002TVRjNkluUmxlSFJmYzJoaFpHOTNYMk52Ykc5eUlqdHpPamM2SWlObVptWm1NREFpTzNNNk1UWTZJblJsZUhSZmMyaGhaRzkzWDJKc2RYSWlPM002TVRvaU1DSTdjem94TXpvaWMzUjViR2x1WjE5M2FXUjBhQ0k3Y3pvd09pSWlPM002TVRRNkluTjBlV3hwYm1kZmFHVnBaMmgwSWp0ek9qQTZJaUk3Y3pveU1Eb2ljM1I1YkdsdVoxOWliM0prWlhKZlkyOXNiM0lpTzNNNk56b2lJekF3TURBd01DSTdjem94T1RvaWMzUjViR2x1WjE5aWIzSmtaWEpmYzJsNlpTSTdjem94T2lJeElqdHpPakl4T2lKemRIbHNhVzVuWDJKdmNtUmxjbDl5WVdScGRYTWlPM002TVRvaU5pSTdjem95TWpvaWMzUjViR2x1WjE5aWIzSmtaWEpmYjNCaFkybDBlU0k3Y3pvek9pSXhNREFpTzNNNk1UWTZJbk4wZVd4cGJtZGZaM0poWkdsbGJuUWlPM002TURvaUlqdHpPakV6T2lKemRIbHNhVzVuWDNOb2FXNWxJanR6T2pFNklsa2lPM002TWpnNkluTjBlV3hwYm1kZlozSmhaR2xsYm5SZmMzUmhjblJmWTI5c2IzSWlPM002TnpvaUkyWm1abVl3TUNJN2N6b3lOam9pYzNSNWJHbHVaMTluY21Ga2FXVnVkRjlsYm1SZlkyOXNiM0lpTzNNNk56b2lJMlptWVRBek5TSTdjem94TnpvaVpISnZjRjl6YUdGa2IzZGZjR0Z1Wld3aU8zTTZNVG9pV1NJN2N6b3lNRG9pWkhKdmNGOXphR0ZrYjNkZmRtVnlkR2xqWVd3aU8zTTZNVG9pTVNJN2N6b3lNam9pWkhKdmNGOXphR0ZrYjNkZmFHOXlhWHB2Ym5SaGJDSTdjem94T2lJd0lqdHpPakUyT2lKa2NtOXdYM05vWVdSdmQxOWliSFZ5SWp0ek9qRTZJakVpTzNNNk1UZzZJbVJ5YjNCZmMyaGhaRzkzWDNOd2NtVmhaQ0k3Y3pveE9pSXdJanR6T2pFM09pSmtjbTl3WDNOb1lXUnZkMTlqYjJ4dmNpSTdjem8zT2lJak1EQXdNREF3SWp0ek9qRTVPaUprY205d1gzTm9ZV1J2ZDE5dmNHRmphWFI1SWp0ek9qSTZJalV3SWp0ek9qRTRPaUpwYm5ObGRGOXphR0ZrYjNkZmNHRnVaV3dpTzNNNk1Ub2lXU0k3Y3pveU1Ub2lhVzV6WlhSZmMyaGhaRzkzWDNabGNuUnBZMkZzSWp0ek9qRTZJakFpTzNNNk1qTTZJbWx1YzJWMFgzTm9ZV1J2ZDE5b2IzSnBlbTl1ZEdGc0lqdHpPakU2SWpBaU8zTTZNVGM2SW1sdWMyVjBYM05vWVdSdmQxOWliSFZ5SWp0ek9qRTZJakFpTzNNNk1UazZJbWx1YzJWMFgzTm9ZV1J2ZDE5emNISmxZV1FpTzNNNk1Ub2lNU0k3Y3pveE9Eb2lhVzV6WlhSZmMyaGhaRzkzWDJOdmJHOXlJanR6T2pjNklpTm1abVptTURBaU8zTTZNakE2SW1sdWMyVjBYM05vWVdSdmQxOXZjR0ZqYVhSNUlqdHpPakk2SWpVd0lqdDlmWE02TVRJNkltaDBiV3hmWTI5dWRHVnVkQ0k3WVRveE9udHpPamM2SW1OdmJuUmxiblFpTzNNNk1Eb2lJanQ5ZlE9PSI7czoxMzoiZXhpdF9yZWRpcmVjdCI7czo4ODoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSjFjbXdpTzNNNk1Eb2lJanR6T2pjNkltMWxjM05oWjJVaU8zTTZNRG9pSWp0OSI7czoxMzoibGF1bmNoX2Z1bm5lbCI7czoxOTI6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzVPaUptZFc1dVpXeGZhV1FpTzNNNk1Ub2lNU0k3Y3pveE5qb2laMkYwWlhkaGVWOXZkbVZ5Y21sa1pTSTdZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem80T2lKeVpXUnBjbVZqZENJN2N6b3dPaUlpTzNNNk5Eb2lZMjlrWlNJN2N6b3dPaUlpTzMxOSI7fQ=='),(13,'espanol webinar edu','YToxOntzOjQ6ImJvZHkiO2E6NDp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjIwOiJwYWRkaW5nLWJvdHRvbTozMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MzI6ImV5SndZV1JrYVc1blFtOTBkRzl0SWpvaU16QWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNDU6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzN1wiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCJib2xkXCIgZm9udF9jb2xvcj1cIiM0MjUwNjNcIiBmb250X3NwYWNpbmc9XCIwXCIgZm9udF9zaGFkb3c9XCJsaWdodFwiIGFsaWduPVwiY2VudGVyXCJdVHJhZGluZyBGdXR1cmVzIFN1Y2Nlc3NmdWxseSBvbiB0aGUgwqAgwqAgwqAgwqAgwqAgU2hvdWxkZXJzIG9mIEdpYW50c1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODE6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdYnkgRHIuIERlYW4gSGFuZGxleSDCoC0gwqBGdXR1cmVzIFRydXRoIE1hZ2F6aW5lWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTU2OiJiYWNrZ3JvdW5kOiNmMmYyZjI7cGFkZGluZy1ib3R0b206MjBweDtib3JkZXItdG9wLXdpZHRoOjFweDtib3JkZXItYm90dG9tLXdpZHRoOjFweDtib3JkZXItc3R5bGU6c29saWQ7Ym9yZGVyLXRvcC1jb2xvcjojZTNlM2UzO2JvcmRlci1ib3R0b20tY29sb3I6I2UzZTNlMzsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEzMjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tTW1ZeVpqSWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNakFpTENKaWIzSmtaWEpYYVdSMGFDSTZJakVpTENKaWIzSmtaWEpEYjJ4dmNpSTZJaU5sTTJVelpUTWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTYxOiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvZnV0dXJlcy10cnV0aC0yNDR4MzAwLmpwZ1wiIHdpZHRoPVwiMjQ0XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzI2OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUmlvcyBRdWFudGl0YXRpdmVcJ3MgbGl2ZSB0cmFkaW5nIHJvb20gwqBpcyByYW5rZWQgYW1vbmcgdGhlIHRvcCB0ZW4gb3V0IG9mIDQyMiByb29tcyBpbiByZWNlbnQgcmVzZWFyY2ggcmVwb3J0LiDCoEdldCB5b3VyIGZyZWUgY29weSBvZiB0aGUgcmVwb3J0IGFuZCBmaW5kIG91dCB3aGljaCB0cmFkaW5nIHJvb21zIGFyZSBtYWtpbmcgcHJvZml0YWJsZSB0cmFkZXMgaW4gbGl2ZSBtYXJrZXRzIGFuZCB3aGljaCBvbmVzIGFyZSBub3QhCgo8cD4mbmJzcDs8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzQ3OiJbb3B0aW5fYm94IHN0eWxlPVwiMTFcIiB3aWR0aD1cIjQ1MFwiIG1hcmdpbl90b3A9XCIxNVwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNDI2MDkzXCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1SVzUwWlhJZ2VXOTFjaUJ1WVcxbElHRnVaQ0JsYldGcGJDQmlaV3h2ZHlCbWIzSWdhVzV6ZEdGdWRDQmhZMk5sYzNNdUxpND1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCJdQ2xpY2sgdGhlbiBjaGVjayB5b3VyIGluYm94IGZvciBjb25maXJtYXRpb24hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjQ6ImUzMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI3NzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE3XCIgd2lkdGg9XCI5NDBcIl08aDIgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PHNwYW4gc3R5bGU9XCJjb2xvcjogIzQyNTA2MztcIj5Zb3VcJ3JlIMKgMy1TdGVwcyBBd2F5IHRvCkdldHRpbmcgU3RhcnRlZCBpbiBvdXIgTGl2ZSBUcmFkaW5nIFJvb23CoDwvc3Bhbj48L2gyPgo8cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NjYyOiJbc3RlcF9ncmFwaGljcyBzdHlsZT1cIjVcIiBjb2xvcj1cIiM0MjUwNjNcIl1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMVwiIGhlYWRsaW5lPVwiUmVzZXJ2ZSB5b3VyIHNwb3QgaW1tZWRpYXRlbHksIHNwYWNlIGlzIGxpbWl0ZWQuIEVudGVyIHlvdXIgZW1haWwgdG9kYXkgdG8gc2VjdXJlIHlvdXIgYWNjZXNzLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiTGl2ZSB0cmFkaW5nIHN0YXJ0cyBNb25kYXkgdGhyb3VnaCBGcmlkYXkgYXQgNzozMCBhLm0uIEVULCBzcGFjZSBpcyBsaW1pdGVkIHNvIGxvZyBpbiA3IG1pbnV0ZXMgZWFybHkuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIzXCIgaGVhZGxpbmU9XCJPbmNlIHlvdXJcJ2UgaW4sIHBheSBjbG9zZSBhdHRlbnRpb24gYW5kIHdhdGNoIHVzIHRyYWRlIHRoZSBsaXZlIG1hcmtldHMgd2l0aCBjdXR0aW5nIGVkZ2UgcXVhbnRpdGF0aXZlIHRvb2xzLiBIYXZlIHlvdXIgcGVuIGFuZCBwYXBlciByZWFkeSB0byB0YWtlIG5vdGVzIGFuZCBsZWFybiB3aGF0IHF1YW50IHRyYWRpbmcgaXMgYWxsIGFib3V0LiBBc2sgYXMgbWFueSBxdWVzdGlvbnMgYXMgeW91IGxpa2UuIEJlIHJlYWR5IHRvIGJlIGFtYXplZCFcIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzU3OiJbdGVzdGltb25pYWxzIHN0eWxlPVwiMlwiIG1hcmdpbl90b3A9XCJcIiBtYXJnaW5fYm90dG9tPVwiXCJdW3Rlc3RpbW9uaWFsIG5hbWU9XCJEZWFuIEhhbmRsZXksIFBoRCwgTUJBLCBKRFwiIGNvbXBhbnk9XCJEci4gSGFuZGxleSBoYXMgQlMtQmlvbG9neTsgTVMtQmlvY2hlbSwgUGhELU1vbGVjIEdlbmV0aWNzLCBGZWxsb3dzaGlwKSwgYW4gTUJBIGluIGZpbmFuY2UgYW5kICBhIEp1cmlzIERvY3RvcmF0ZSAoSkQpIGluIGludGVsbGVjdHVhbCBwcm9wZXJ0eS4gSGUgaGFzIGJlZW4gYW4gYWN0aXZlIGZ1dHVyZXMgdHJhZGVyIGZvciBuZWFybHkgZm91ciB5ZWFycy4gXCIgaHJlZj1cIlwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvZGVhbi1oYW5kbGV5LmpwZ1wiXTxwPlJpb3MgUXVhbnRpdGF0aXZlIC0gXCJUaGV5IHRyYWRlIHRoZSBncmVhdGVzdCBkaXZlcnNpdHkgb2YgZnV0dXJlcyBpbmRpY2VzIEkgaGF2ZSBldmVyIHNlZW4gYW5kIHByZXNlbnQgYXMgYSBvbmUtc3RvcCBmaW5hbmNpYWwgYm91dGlxdWUgc3BlY2lhbGl6aW5nIGluIGVsZWN0cm9uaWMgdHJhZGluZyBzdHJhdGVneS4uLiBUaGVpciB0ZWNobm9sb2d5IHByb3ZpZGVzIHRyYWRlcnMgYWNjZXNzIHRvIGlubm92YXRpdmUgbWV0aG9kcyB0byBwcm9maXQgZnJvbSB0aGUgbWFya2V0cyB3aGlsZSBjb250cm9sbGluZyByaXNrLlwiPC9wPlsvdGVzdGltb25pYWxdWy90ZXN0aW1vbmlhbHNdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjM7YTo0OntzOjk6InJvd19jbGFzcyI7czoyOToicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNjM6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5DT01NT0RJVFkgRlVUVVJFUywgT1BUSU9OUywgQU5EIEZPUkVYIFRSQURJTkcgSU5WT0xWRVMgU1VCU1RBTlRJQUwgUklTSyBBTkQgSVMgTk9UIFNVSVRBQkxFIEZPUiBBTEwgSU5WRVNUT1JTLiBQQVNUIFBFUkZPUk1BTkNFIElTIE5PVCBJTkRJQ0FUSVZFIE9GIEZVVFVSRSBSRVNVTFRTLjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19fQ==','YToxNDp7czo1OiJ0aGVtZSI7czo2ODoiWVRveU9udHpPalE2SW5SNWNHVWlPM002T1RvaWJXRnlhMlYwYVc1bklqdHpPak02SW1ScGNpSTdjem94T2lJeElqdDkiO3M6MTM6ImhlYWRlcl9sYXlvdXQiO3M6MTE5NjoiWVRveE1qcDdjem8wT2lKc2IyZHZJanR6T2pjME9pSm9kSFJ3T2k4dmQzZDNMblJvWlhSeVlXUnBibWR5YjI5dExtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE5DOHdNeTl5Y1Mxc2IyZHZMV0pzWVdOckxtcHdaeUk3Y3pvMU9pSmlaMmx0WnlJN2N6b3dPaUlpTzNNNk1URTZJbkpsY0dWaGRHSm5hVzFuSWp0ek9qQTZJaUk3Y3pvM09pSmlaMk52Ykc5eUlqdHpPamM2SWlNd01UQmlNV1VpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFek9pSnRaVzUxTFhCdmMybDBhVzl1SWp0ek9qazZJbUZzYjI1bmMybGtaU0k3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWxraU8zTTZNVE02SW01aGRsOWlZWEpmWVdKdmRtVWlPMkU2TnpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TXpvaWJtRjJJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjl6YUdGa2IzY2lPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM2RsYVdkb2RDSTdjem93T2lJaU8zTTZPVG9pWm05dWRGOXphWHBsSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1Eb2lJanR6T2pRNklteHZaMjhpTzNNNk1Eb2lJanQ5Y3pveE16b2libUYyWDJKaGNsOWlaV3h2ZHlJN1lUbzNPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qQTZJaUk3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYMlpoYldsc2VTSTdjem93T2lJaU8zTTZORG9pYkc5bmJ5STdjem93T2lJaU8zMXpPakUzT2lKdVlYWmZZbUZ5WDJGc2IyNW5jMmxrWlNJN1lUbzJPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qWTZJbTV2Y20xaGJDSTdjem81T2lKbWIyNTBYM05wZW1VaU8zTTZNam9pTVRNaU8zTTZNVEU2SW1admJuUmZabUZ0YVd4NUlqdHpPamM2SWxCVUlGTmhibk1pTzMxek9qRXlPaUprYVhOaFlteGxYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRXhPaUpvWldGa1pYSmZiR2x1YXlJN2N6b3pNRG9pYUhSMGNEb3ZMM2QzZHk1MGFHVjBjbUZrYVc1bmNtOXZiUzVqYjIwdklqdDkiO3M6MTI6ImZlYXR1cmVfYXJlYSI7czoxMjA6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzBPaUowZVhCbElqdHBPakU3Y3pvNE9pSnpaWFIwYVc1bmN5STdZVG94T250ek9qRXlPaUptYjI1MFgyOXdkR2x2Ym5NaU8yRTZNRHA3ZlgxOSI7czoxMzoiZmVhdHVyZV90aXRsZSI7czo2NDoiWVRveU9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvMU9pSjBhWFJzWlNJN2N6b3dPaUlpTzMwPSI7czoxMToiZm9vdGVyX2FyZWEiO3M6MzgwOiJZVG80T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVdTSTdjem96T2lKdVlYWWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM05vWVdSdmR5STdjem93T2lJaU8zTTZNVEU2SW1admJuUmZkMlZwWjJoMElqdHpPakE2SWlJN2N6bzVPaUptYjI1MFgzTnBlbVVpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDJaaGJXbHNlU0k3Y3pveE5Ub2lVMjkxY21ObElGTmhibk1nVUhKdklqdHpPakV5T2lKc1lYSm5aVjltYjI5MFpYSWlPMkU2TVRwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPMzF6T2pFM09pSm1iMjkwWlhKZlpHbHpZMnhoYVcxbGNpSTdZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8zT2lKdFpYTnpZV2RsSWp0ek9qQTZJaUk3ZlgwPSI7czoxMDoidHlwb2dyYXBoeSI7czoxNjc2OiJZVG95T250ek9qRXpPaUptYjI1MFgyVnNaVzFsYm5SeklqdGhPams2ZTNNNk1UQTZJbk5wZEdWZmRHbDBiR1VpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pJNklqSTBJanR6T2pRNkltWnZiblFpTzNNNk1UQTZJazF2Ym5SelpYSnlZWFFpTzNNNk5Ub2ljM1I1YkdVaU8zTTZORG9pWW05c1pDSTdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPMzF6T2pjNkluUmhaMnhwYm1VaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qYzZJaU13UmpnM1F6a2lPMzF6T2pjNkltUmxabUYxYkhRaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qSTZJakUzSWp0ek9qUTZJbVp2Ym5RaU8zTTZNVFU2SWxOdmRYSmpaU0JUWVc1eklGQnlieUk3Y3pvMU9pSnpkSGxzWlNJN2N6bzJPaUp1YjNKdFlXd2lPM002TlRvaVkyOXNiM0lpTzNNNk56b2lJell6TmpNMk15STdmWE02TWpvaWFERWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakUxT2lKVGIzVnlZMlVnVTJGdWN5QlFjbThpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURJaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk1qb2lhRE1pTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pFMU9pSlRiM1Z5WTJVZ1UyRnVjeUJRY204aU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWE02TWpvaWFEUWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakUxT2lKVGIzVnlZMlVnVTJGdWN5QlFjbThpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk1qb2lhRFlpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pFMU9pSlRiM1Z5WTJVZ1UyRnVjeUJRY204aU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWDF6T2pFME9pSmpiMnh2Y2w5bGJHVnRaVzUwY3lJN1lUbzJPbnR6T2pFM09pSm1iMjkwWlhKZmRHVjRkRjlqYjJ4dmNpSTdjem93T2lJaU8zTTZNVGM2SW1admIzUmxjbDlzYVc1clgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveU16b2labTl2ZEdWeVgyeHBibXRmYUc5MlpYSmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTRPaUptWldGMGRYSmxYM1JsZUhSZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFNE9pSm1aV0YwZFhKbFgyeHBibXRmWTI5c2IzSWlPM002TURvaUlqdHpPakkwT2lKbVpXRjBkWEpsWDJ4cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzNNNk1Eb2lJanQ5ZlE9PSI7czoyMToiY29sb3Jfc2NoZW1lX2FkdmFuY2VkIjtzOjI1OTI6IllUbzNPbnR6T2pFek9pSnVZWFpmWW1GeVgyRmliM1psSWp0aE9qRXdPbnR6T2pFek9pSnVZWFpmWW1GeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2libUYyWDJKaGNsOWxibVFpTzNNNk1Eb2lJanR6T2pFNU9pSnVZWFpmWW1GeVgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TnpvaWJtRjJYMkpoY2w5b2IzWmxjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRXdPaUp1WVhaZlltRnlYMkpuSWp0ek9qQTZJaUk3Y3pveU1qb2libUYyWDJKaGNsOWlaMTlvYjNabGNsOXpkR0Z5ZENJN2N6b3dPaUlpTzNNNk1UVTZJbTVoZGw5aVlYSmZaR1JmYkdsdWF5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWkdSZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pFeU9pSnVZWFpmWW1GeVgyeHBibXNpTzNNNk1Eb2lJanR6T2pFek9pSnVZWFpmWW1GeVgyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1UTTZJbTVoZGw5aVlYSmZZbVZzYjNjaU8yRTZNVEE2ZTNNNk1UTTZJbTVoZGw5aVlYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRXhPaUp1WVhaZlltRnlYMlZ1WkNJN2N6b3dPaUlpTzNNNk1UazZJbTVoZGw5aVlYSmZhRzkyWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSnVZWFpmWW1GeVgyaHZkbVZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVEE2SW01aGRsOWlZWEpmWW1jaU8zTTZNRG9pSWp0ek9qSXlPaUp1WVhaZlltRnlYMkpuWDJodmRtVnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOVG9pYm1GMlgySmhjbDlrWkY5c2FXNXJJanR6T2pBNklpSTdjem94TmpvaWJtRjJYMkpoY2w5a1pGOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0OWN6b3hOem9pYm1GMlgySmhjbDloYkc5dVozTnBaR1VpTzJFNk56cDdjem94TURvaWJtRjJYMkpoY2w5aVp5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWW1kZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pJd09pSnVZWFpmWW1GeVgySm5YMjVoZGw5b2IzWmxjaUk3Y3pvd09pSWlPM002TVRJNkltNWhkbDlpWVhKZmJHbHVheUk3Y3pvM09pSWpZamxpWkdNd0lqdHpPakV6T2lKdVlYWmZZbUZ5WDJodmRtVnlJanR6T2pBNklpSTdjem94TlRvaWJtRjJYMkpoY2w5a1pGOXNhVzVySWp0ek9qQTZJaUk3Y3pveE5qb2libUYyWDJKaGNsOWtaRjlvYjNabGNpSTdjem93T2lJaU8zMXpPakV5T2lKbVpXRjBkWEpsWDJGeVpXRWlPMkU2TnpwN2N6b3hNem9pWm1WaGRIVnlaVjl6ZEdGeWRDSTdjem93T2lJaU8zTTZNVEU2SW1abFlYUjFjbVZmWlc1a0lqdHpPakE2SWlJN2N6b3hNRG9pZEdWNGRGOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6b3dPaUlpTzMxek9qRTJPaUpzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanRoT2pJNmUzTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk1Eb2lJanQ5Y3pveU9pSmlaeUk3Y3pvd09pSWlPM002TVRBNkltSm5YMjl3ZEdsdmJuTWlPM002TURvaUlqdDljem94TXpvaVptVmhkSFZ5WlY5MGFYUnNaU0k3WVRvek9udHpPakU1T2lKbVpXRjBkWEpsWDNScGRHeGxYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOem9pWm1WaGRIVnlaVjkwYVhSc1pWOWxibVFpTzNNNk1Eb2lJanR6T2pJME9pSm1aV0YwZFhKbFgzUnBkR3hsWDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0OWN6bzJPaUptYjI5MFpYSWlPMkU2T0RwN2N6b3hNam9pWm05dmRHVnlYM04wWVhKMElqdHpPamM2SWlNeVl6TXlNMlVpTzNNNk1UQTZJbVp2YjNSbGNsOWxibVFpTzNNNk56b2lJekpqTXpJelpTSTdjem94TnpvaVptOXZkR1Z5WDNSbGVIUmZZMjlzYjNJaU8zTTZOem9pSTJabVptWm1aaUk3Y3pveE56b2labTl2ZEdWeVgyeHBibXRmWTI5c2IzSWlPMkU2TWpwN2N6bzFPaUpqYjJ4dmNpSTdjem8zT2lJalptWm1abVptSWp0ek9qRTFPaUowWlhoMFgyUmxZMjl5WVhScGIyNGlPM002TURvaUlqdDljem95TXpvaVptOXZkR1Z5WDJ4cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvM09pSWpabVptWm1abUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk1Eb2lJanQ5Y3pveE1Eb2lkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPM002TVRBNklteHBibXRmWTI5c2IzSWlPM002TURvaUlqdHpPakUyT2lKc2FXNXJYMmh2ZG1WeVgyTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk5Eb2ljR0ZuWlNJN1lUbzBPbnR6T2pFeU9pSnlaWEJsWVhScGJtZGZZbWNpTzNNNk1Eb2lJanR6T2pnNkltSm5YMk52Ykc5eUlqdHpPamM2SWlObVptWm1abVlpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6b3dPaUlpTzMxek9qRTJPaUpzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanRoT2pJNmUzTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk1Eb2lJanQ5ZlgwPSI7czoxNToibW9iaWxlX3JlZGlyZWN0IjtzOjYwOiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdDkiO3M6Mzoic2VvIjtzOjE5MjoiWVRvMk9udHpPalU2SW5ScGRHeGxJanR6T2pBNklpSTdjem94TVRvaVpHVnpZM0pwY0hScGIyNGlPM002TURvaUlqdHpPamc2SW10bGVYZHZjbVJ6SWp0ek9qQTZJaUk3Y3pvM09pSnZaM1JwZEd4bElqdHpPakE2SWlJN2N6b3hNem9pYjJka1pYTmpjbWx3ZEdsdmJpSTdjem93T2lJaU8zTTZOem9pYjJkcGJXRm5aU0k3Y3pvd09pSWlPMzA9IjtzOjc6InNjcmlwdHMiO3M6ODQ6IllUb3hPbnRwT2pBN1lUb3lPbnR6T2pnNkluQnZjMmwwYVc5dUlqdHpPak02SW1OemN5STdjem8yT2lKelkzSnBjSFFpTzNNNk1Eb2lJanQ5ZlE9PSI7czo4OiJmYl9zaGFyZSI7czoxMjQ6IllUbzBPbnR6T2pVNkluUnBkR3hsSWp0ek9qQTZJaUk3Y3pveE1Ub2laR1Z6WTNKcGNIUnBiMjRpTzNNNk1Eb2lJanR6T2pVNkltbHRZV2RsSWp0ek9qQTZJaUk3Y3pvNE9pSnNhV3RsWDNWeWJDSTdjem93T2lJaU8zMD0iO3M6ODoibGlnaHRib3giO3M6MzcwMDoiWVRvMU9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvM09pSnphRzkzWDI5dUlqdHpPalE2SW14dllXUWlPM002TkRvaWRIbHdaU0k3Y3pvMU9pSnZjSFJwYmlJN2N6b3hNRG9pYjNCMGFXNWZabTl5YlNJN1lUb3pPbnR6T2prNkltWnZjbTFmYUhSdGJDSTdZVG94TnpwN2N6b3hNRG9pWlcxaGFXeGZaR0YwWVNJN2N6b3dPaUlpTzNNNk1UTTZJbVZ0WVdsc1gyRmtaSEpsYzNNaU8zTTZNRG9pSWp0ek9qRXlPaUp5WldScGNtVmpkRjkxY213aU8zTTZNRG9pSWp0ek9qRXlPaUpsZUhSeVlWOW1hV1ZzWkhNaU8zTTZNRG9pSWp0ek9qRTRPaUpsYldGcGJGOWxlSFJ5WVY5bWFXVnNaSE1pTzNNNk1Eb2lJanR6T2pRNkltaDBiV3dpTzNNNk1Eb2lJanR6T2pFd09pSnVaWGRmZDJsdVpHOTNJanR6T2pBNklpSTdjem94TWpvaVpHbHpZV0pzWlY5dVlXMWxJanR6T2pBNklpSTdjem80T2lKdVlXMWxYMkp2ZUNJN2N6b3dPaUlpTzNNNk9Ub2laVzFoYVd4ZlltOTRJanR6T2pBNklpSTdjem8yT2lKaFkzUnBiMjRpTzNNNk1Eb2lJanR6T2pZNkltWnBaV3hrY3lJN2N6b3dPaUlpTzNNNk5qb2liV1YwYUc5a0lqdHpPalE2SW5CdmMzUWlPM002TVRZNkltbHVkR1ZuY21GMGFXOXVYM1I1Y0dVaU8zTTZOam9pWTNWemRHOXRJanR6T2pRNklteHBjM1FpTzNNNk1Eb2lJanR6T2pFME9pSjBhR0Z1YTE5NWIzVmZjR0ZuWlNJN2N6b3dPaUlpTzNNNk1URTZJbUZqZEdsdmJsOXdZV2RsSWp0ek9qQTZJaUk3ZlhNNk56b2lZMjl1ZEdWdWRDSTdZVG8xT250ek9qVTZJblJwZEd4bElqdHpPak15T2lKVFpXeHNJRUZ1ZVhSb2FXNW5JRmRwZEdnZ1QzQjBhVzFwZW1WUWNtVnpjeUk3Y3pveE1Ub2labTl5YlY5b1pXRmtaWElpTzNNNk9EZzZJa3h2Y21WdElHbHdjM1Z0SUdSdmJHOXlJSE5wZENCaGJXVjBMQ0JqYjI1elpXTjBaWFIxWlhJZ1lXUnBjR2x6WTJsdVp5QmxiR2wwTENCelpXUWdaR2xoYlNCdWIyNTFiVzE1SUc1cFltZ2daWFZwYzIxdlpDNGlPM002TVRFNkltWnZiM1JsY2w5dWIzUmxJanR6T2pZME9pSlpiM1Z5SUdsdVptOXliV0YwYVc5dUlHbHpJREV3TUNVZ2MyVmpkWEpsSUhkcGRHZ2dkWE1nWVc1a0lIZHBiR3dnYm1WMlpYSWdZbVVnYzJoaGNtVmtJanR6T2pFeU9pSnVZVzFsWDJSbFptRjFiSFFpTzNNNk1qUTZJa1Z1ZEdWeUlIbHZkWElnUm1seWMzUWdUbUZ0WlM0dUxpSTdjem94TXpvaVpXMWhhV3hmWkdWbVlYVnNkQ0k3Y3pveU56b2lSVzUwWlhJZ2VXOTFjaUJGYldGcGJDQkJaR1J5WlhOekxpNHVJanQ5Y3pveE16b2ljM1ZpYldsMFgySjFkSFJ2YmlJN1lUbzFOanA3Y3pvMk9pSmlkWFIwYjI0aU8yRTZNRHA3ZlhNNk9Eb2liRzlqWVhScGIyNGlPM002TXpZNkltOXdYMnhwWjJoMFltOTRYMjl3ZEdsdVgyWnZjbTFmYzNWaWJXbDBYMkoxZEhSdmJpSTdjem8zT2lKamIyNTBaVzUwSWp0ek9qQTZJaUk3Y3pvME9pSjBlWEJsSWp0ek9qRTZJakFpTzNNNk5Ub2lhVzFoWjJVaU8zTTZNRG9pSWp0ek9qRXlPaUpsYkdWdFpXNTBYM1I1Y0dVaU8zTTZNRG9pSWp0ek9qUTZJbWh5WldZaU8zTTZNRG9pSWp0ek9qRXdPaUp1WlhkZmQybHVaRzkzSWp0ek9qQTZJaUk3Y3pveU9pSmpZeUk3Y3pvd09pSWlPM002TlRvaVlXeHBaMjRpTzNNNk1Eb2lJanR6T2pRNkluUmxlSFFpTzNNNk1Eb2lJanR6T2prNkluUmxlSFJmYzJsNlpTSTdjem95T2lJek1pSTdjem94TURvaWRHVjRkRjlqYjJ4dmNpSTdjem8zT2lJak1EQXdNREF3SWp0ek9qazZJblJsZUhSZlptOXVkQ0k3Y3pvd09pSWlPM002T1RvaWRHVjRkRjlpYjJ4a0lqdHpPakU2SWpFaU8zTTZNVFE2SW5SbGVIUmZkVzVrWlhKc2FXNWxJanR6T2pBNklpSTdjem94TVRvaWRHVjRkRjlwZEdGc2FXTWlPM002TURvaUlqdHpPakU1T2lKMFpYaDBYMnhsZEhSbGNsOXpjR0ZqYVc1bklqdHpPakU2SWpBaU8zTTZNVE02SW5OMVluUmxlSFJmY0dGdVpXd2lPM002TURvaUlqdHpPamM2SW5OMVluUmxlSFFpTzNNNk1Eb2lJanR6T2pFeU9pSnpkV0owWlhoMFgzTnBlbVVpTzNNNk1Eb2lJanR6T2pFek9pSnpkV0owWlhoMFgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE1qb2ljM1ZpZEdWNGRGOW1iMjUwSWp0ek9qQTZJaUk3Y3pveE1qb2ljM1ZpZEdWNGRGOWliMnhrSWp0ek9qQTZJaUk3Y3pveE56b2ljM1ZpZEdWNGRGOTFibVJsY214cGJtVWlPM002TURvaUlqdHpPakUwT2lKemRXSjBaWGgwWDJsMFlXeHBZeUk3Y3pvd09pSWlPM002TWpJNkluTjFZblJsZUhSZmJHVjBkR1Z5WDNOd1lXTnBibWNpTzNNNk1Eb2lJanR6T2pFM09pSjBaWGgwWDNOb1lXUnZkMTl3WVc1bGJDSTdjem94T2lKWklqdHpPakl3T2lKMFpYaDBYM05vWVdSdmQxOTJaWEowYVdOaGJDSTdjem94T2lJeElqdHpPakl5T2lKMFpYaDBYM05vWVdSdmQxOW9iM0pwZW05dWRHRnNJanR6T2pFNklqQWlPM002TVRjNkluUmxlSFJmYzJoaFpHOTNYMk52Ykc5eUlqdHpPamM2SWlObVptWm1NREFpTzNNNk1UWTZJblJsZUhSZmMyaGhaRzkzWDJKc2RYSWlPM002TVRvaU1DSTdjem94TXpvaWMzUjViR2x1WjE5M2FXUjBhQ0k3Y3pvd09pSWlPM002TVRRNkluTjBlV3hwYm1kZmFHVnBaMmgwSWp0ek9qQTZJaUk3Y3pveU1Eb2ljM1I1YkdsdVoxOWliM0prWlhKZlkyOXNiM0lpTzNNNk56b2lJekF3TURBd01DSTdjem94T1RvaWMzUjViR2x1WjE5aWIzSmtaWEpmYzJsNlpTSTdjem94T2lJeElqdHpPakl4T2lKemRIbHNhVzVuWDJKdmNtUmxjbDl5WVdScGRYTWlPM002TVRvaU5pSTdjem95TWpvaWMzUjViR2x1WjE5aWIzSmtaWEpmYjNCaFkybDBlU0k3Y3pvek9pSXhNREFpTzNNNk1UWTZJbk4wZVd4cGJtZGZaM0poWkdsbGJuUWlPM002TURvaUlqdHpPakV6T2lKemRIbHNhVzVuWDNOb2FXNWxJanR6T2pFNklsa2lPM002TWpnNkluTjBlV3hwYm1kZlozSmhaR2xsYm5SZmMzUmhjblJmWTI5c2IzSWlPM002TnpvaUkyWm1abVl3TUNJN2N6b3lOam9pYzNSNWJHbHVaMTluY21Ga2FXVnVkRjlsYm1SZlkyOXNiM0lpTzNNNk56b2lJMlptWVRBek5TSTdjem94TnpvaVpISnZjRjl6YUdGa2IzZGZjR0Z1Wld3aU8zTTZNVG9pV1NJN2N6b3lNRG9pWkhKdmNGOXphR0ZrYjNkZmRtVnlkR2xqWVd3aU8zTTZNVG9pTVNJN2N6b3lNam9pWkhKdmNGOXphR0ZrYjNkZmFHOXlhWHB2Ym5SaGJDSTdjem94T2lJd0lqdHpPakUyT2lKa2NtOXdYM05vWVdSdmQxOWliSFZ5SWp0ek9qRTZJakVpTzNNNk1UZzZJbVJ5YjNCZmMyaGhaRzkzWDNOd2NtVmhaQ0k3Y3pveE9pSXdJanR6T2pFM09pSmtjbTl3WDNOb1lXUnZkMTlqYjJ4dmNpSTdjem8zT2lJak1EQXdNREF3SWp0ek9qRTVPaUprY205d1gzTm9ZV1J2ZDE5dmNHRmphWFI1SWp0ek9qSTZJalV3SWp0ek9qRTRPaUpwYm5ObGRGOXphR0ZrYjNkZmNHRnVaV3dpTzNNNk1Ub2lXU0k3Y3pveU1Ub2lhVzV6WlhSZmMyaGhaRzkzWDNabGNuUnBZMkZzSWp0ek9qRTZJakFpTzNNNk1qTTZJbWx1YzJWMFgzTm9ZV1J2ZDE5b2IzSnBlbTl1ZEdGc0lqdHpPakU2SWpBaU8zTTZNVGM2SW1sdWMyVjBYM05vWVdSdmQxOWliSFZ5SWp0ek9qRTZJakFpTzNNNk1UazZJbWx1YzJWMFgzTm9ZV1J2ZDE5emNISmxZV1FpTzNNNk1Ub2lNU0k3Y3pveE9Eb2lhVzV6WlhSZmMyaGhaRzkzWDJOdmJHOXlJanR6T2pjNklpTm1abVptTURBaU8zTTZNakE2SW1sdWMyVjBYM05vWVdSdmQxOXZjR0ZqYVhSNUlqdHpPakk2SWpVd0lqdDlmWE02TVRJNkltaDBiV3hmWTI5dWRHVnVkQ0k3WVRveE9udHpPamM2SW1OdmJuUmxiblFpTzNNNk1Eb2lJanQ5ZlE9PSI7czoxMzoiZXhpdF9yZWRpcmVjdCI7czo4ODoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSjFjbXdpTzNNNk1Eb2lJanR6T2pjNkltMWxjM05oWjJVaU8zTTZNRG9pSWp0OSI7czoxMzoibGF1bmNoX2Z1bm5lbCI7czoxOTI6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzVPaUptZFc1dVpXeGZhV1FpTzNNNk1Ub2lNU0k3Y3pveE5qb2laMkYwWlhkaGVWOXZkbVZ5Y21sa1pTSTdZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem80T2lKeVpXUnBjbVZqZENJN2N6b3dPaUlpTzNNNk5Eb2lZMjlrWlNJN2N6b3dPaUlpTzMxOSI7fQ=='),(14,'Quant 90 Day Training','YToxOntzOjQ6ImJvZHkiO2E6Mzp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM5OiJiYWNrZ3JvdW5kOiNmMGYwZjA7cGFkZGluZy1ib3R0b206MjBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjc2OiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NR1l3WmpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMDE6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyNlwiIGZvbnRfc3R5bGU9XCJib2xkXCIgZm9udF9jb2xvcj1cIiMyMTIxMjFcIiBmb250X3NwYWNpbmc9XCItMVwiIGZvbnRfc2hhZG93PVwibGlnaHRcIiBhbGlnbj1cImNlbnRlclwiIGJvdHRvbV9tYXJnaW49XCIwXCJdUGFydCAzIG9mIDEyIFRyYWluaW5nIFNlc3Npb25bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTc5OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiNDBcIiBmb250X2NvbG9yPVwiIzI2OTdkYVwiIGZvbnRfc3BhY2luZz1cIi0xXCIgZm9udF9zaGFkb3c9XCJsaWdodFwiIGFsaWduPVwiY2VudGVyXCJdOTAgRGF5IFF1YW50IFRyYWRpbmcgUHJvZ3JhbSBDb250aW51ZXMgVG9uaWdodCFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzk6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTk6InBhZGRpbmctYm90dG9tOjBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjI4OiJleUp3WVdSa2FXNW5RbTkwZEc5dElqb2lNQ0o5IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI5OiJ0d28tZmlmdGhzIGNvbHVtbiBjb2xzIG5hcnJvdyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDE3OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgd2lkdGg9XCIzNjRcIl1EdXJpbmcgdGhpcyA5MCBkYXkgdHJhaW5pbmcgcHJvZ3JhbSB5b3Ugd2lsbCByZWNlaXZlIGNvbXByZWhlbnNpdmUgdHJhaW5pbmcgaW5jbHVkaW5nIHRoZSBjb25jZXB0LCBtZXRob2RzLCBhbmQgdG9vbHMgaW4gYW4gZWFzeSB0byB1bmRlcnN0YW5kIHN0ZXAgYnkgc3RlcCBmb3JtYXQuIFRoZSBleGFjdCBsb2dpYyBpcyByZXZlYWxlZCB3aXRoIGFsbCB0aGUgbmVjZXNzYXJ5IHJ1bGVzIG5lZWRlZCBmb3IgdW5kZXJzdGFuZGluZyBhbmQgaW1wbGVtZW50aW5nIHRoZSBSaW9zUXVhbnQgYXBwcm9hY2ggdG8gdHJhZGluZyB0aGUgZ2xvYmFsIGZpbmFuY2lhbCBtYXJrZXRzLgoKPHA+Jm5ic3A7PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIyMDoiW2J1bGxldF9ibG9jayAgbGFyZ2VfaWNvbj1cIjE0LnBuZ1wiIHdpZHRoPVwiXCIgYWxpZ25tZW50PVwiY2VudGVyXCJdPHVsPjxsaT5TZXR0aW5nIE9wdGltYWwgVHJhaWxpbmcgU3RvcHM8L2xpPjxsaT5Qcm90ZWN0aW5nIFJ1bm5pbmcgUHJvZml0czwvbGk+PGxpPk1heGltaXppbmcgdGhlIE1vc3Qgb2YgUlEgVHJhZGluZyBUZWNobm9sb2d5PC9saT48L3VsPlsvYnVsbGV0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTQ4OiJbY2FsZW5kYXJfZGF0ZSBzdHlsZT1cIjFcIiBtb250aD1cIkFwcmlsXCIgY2FsZW5kYXJfYmFyX2NvbG9yPVwiI2ZmMDAwMFwiIGRheT1cIjIzXCIgZnVsbF9kYXRlPVwiV2VkbmVzZGF5ICwgMjNyZCBBcHJpbFwiIHRpbWV6b25lXzE9XCI3OjMwIHBtIEVUXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjQ6InRocmVlLWZpZnRocyBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo0OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjMzOiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ5b3V0dWJlXCIgd2lkdGg9XCI1NjBcIiBoZWlnaHQ9XCIzMTVcIiBhbGlnbj1cImNlbnRlclwiIG1hcmdpbl90b3A9XCIwXCIgbWFyZ2luX2JvdHRvbT1cIjIwXCIgYm9yZGVyX3NpemU9XCI1XCIgYm9yZGVyX2NvbG9yPVwiI2ViZWJlYlwiXWFIUjBjSE02THk5M2QzY3VlVzkxZEhWaVpTNWpiMjB2ZDJGMFkyZy9kajFzUTIxbVVpMTJkalZ5VFE9PVsvdmlkZW9fcGxheWVyXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTE5OiJbaW1hZ2VzIHN0eWxlPVwiNVwiIGNhcHRpb249XCJQZXJmb3JtYW5jZSBDb2FjaCBFZHdhcmQgRVAgUHJlc3RvblwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzE6IltpbWFnZXMgc3R5bGU9XCIzXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMjk6IltpbWFnZXMgc3R5bGU9XCI1XCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNC9lcC1wdHItY2xvY2tzMS0xMDI0eDU4Ny5qcGdcIiB3aWR0aD1cIjEwMjRcIiBjYXB0aW9uPVwiUGVyZm9ybWFuY2UgQ29hY2ggRWR3YXJkIEVQIFByZXN0b25cIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNjoicGFkZGluZy10b3A6MHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MjQ6ImV5SndZV1JrYVc1blZHOXdJam9pTUNKOSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzQ2OiJbb3B0aW5fYm94IHN0eWxlPVwiMTBcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImVtYWlsXCIgZ290b3dlYmluYXI9XCJhNzA1NzM2NTgyXCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXUhlcmVcJ3MgVGhlIEhlYWRsaW5lIEZvciBUaGUgQm94Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdVEc5eVpXMGdhWEJ6ZFcwZ1pHOXNiM0lnYzJsMElHRnRaWFFzSUdOdmJuTmxZM1JsZEhWeUlHRmthWEJwYzJOcGJtY2daV3hwZEM0Z1JHOXVaV01nZG1Wc0lHNTFibU1nYm05dUlHeGhZM1Z6SUhabGJtVnVZWFJwY3lCamIyMXRiMlJ2TGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIl1DbGljayBoZXJlIHRoZW4gY2hlY2sgeW91ciBpbmJveCFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fX0=','YToxNDp7czo1OiJ0aGVtZSI7czo2ODoiWVRveU9udHpPalE2SW5SNWNHVWlPM002T1RvaWJXRnlhMlYwYVc1bklqdHpPak02SW1ScGNpSTdjem94T2lJeElqdDkiO3M6MTM6ImhlYWRlcl9sYXlvdXQiO3M6MTE3MjoiWVRveE1EcDdjem8wT2lKc2IyZHZJanR6T2pjNE9pSm9kSFJ3T2k4dmQzZDNMblJvWlhSeVlXUnBibWR5YjI5dExtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE5DOHdNeTlUWVcxd2JHVk1iMmR2TFVSaGNtc3lNUzV3Ym1jaU8zTTZOVG9pWW1kcGJXY2lPM002TnpVNkltaDBkSEE2THk5M2QzY3VkR2hsZEhKaFpHbHVaM0p2YjIwdVkyOXRMM2R3TFdOdmJuUmxiblF2ZFhCc2IyRmtjeTh5TURFMEx6QXpMMnhoY21kbFgySmhibTVsY2pFeExuQnVaeUk3Y3pveE1Ub2ljbVZ3WldGMFltZHBiV2NpTzNNNk1Eb2lJanR6T2pjNkltSm5ZMjlzYjNJaU8zTTZOem9pSTJZd1pXWm1NQ0k3Y3pveE1Eb2liR2x1YTE5amIyeHZjaUk3Y3pvd09pSWlPM002TVRNNkltMWxiblV0Y0c5emFYUnBiMjRpTzNNNk9Ub2lZV3h2Ym1kemFXUmxJanR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3hNem9pYm1GMlgySmhjbDloWW05MlpTSTdZVG8zT250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKdVlYWWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM05vWVdSdmR5STdjem93T2lJaU8zTTZNVEU2SW1admJuUmZkMlZwWjJoMElqdHpPakE2SWlJN2N6bzVPaUptYjI1MFgzTnBlbVVpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDJaaGJXbHNlU0k3Y3pvd09pSWlPM002TkRvaWJHOW5ieUk3Y3pvd09pSWlPMzF6T2pFek9pSnVZWFpmWW1GeVgySmxiRzkzSWp0aE9qYzZlM002TnpvaVpXNWhZbXhsWkNJN2N6b3hPaUpPSWp0ek9qTTZJbTVoZGlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmMyaGhaRzkzSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5M1pXbG5hSFFpTzNNNk1Eb2lJanR6T2prNkltWnZiblJmYzJsNlpTSTdjem93T2lJaU8zTTZNVEU2SW1admJuUmZabUZ0YVd4NUlqdHpPakE2SWlJN2N6bzBPaUpzYjJkdklqdHpPakE2SWlJN2ZYTTZNVGM2SW01aGRsOWlZWEpmWVd4dmJtZHphV1JsSWp0aE9qWTZlM002TnpvaVpXNWhZbXhsWkNJN2N6b3hPaUpPSWp0ek9qTTZJbTVoZGlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmMyaGhaRzkzSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5M1pXbG5hSFFpTzNNNk1Eb2lJanR6T2prNkltWnZiblJmYzJsNlpTSTdjem93T2lJaU8zTTZNVEU2SW1admJuUmZabUZ0YVd4NUlqdHpPakE2SWlJN2ZYMD0iO3M6MTI6ImZlYXR1cmVfYXJlYSI7czo0NTY6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzBPaUowZVhCbElqdHpPakU2SWpFaU8zTTZPRG9pYzJWMGRHbHVaM01pTzJFNk5UcDdjem94TWpvaVptOXVkRjl2Y0hScGIyNXpJanRoT2pJNmUzTTZOem9pWTI5dWRHVnVkQ0k3WVRvd09udDljem8xT2lKcGJXRm5aU0k3WVRvd09udDlmWE02TVRZNklteHBkbVZsWkdsMGIzSmZZV0p2ZG1VaU8yRTZNRHA3ZlhNNk56b2lZMjl1ZEdWdWRDSTdZVG8wT250ek9qVTZJblJwZEd4bElqdHpPakE2SWlJN2N6bzVPaUp3WVhKaFozSmhjR2dpTzNNNk1Eb2lJanR6T2pFek9pSnpkV0p0YVhSZlluVjBkRzl1SWp0ek9qQTZJaUk3Y3pvNE9pSnNhVzVyWDNWeWJDSTdjem93T2lJaU8zMXpPalU2SW1sdFlXZGxJanRoT2pFNmUzTTZOVG9pYVcxaFoyVWlPM002TURvaUlqdDljem94TmpvaWJHbDJaV1ZrYVhSdmNsOWlaV3h2ZHlJN1lUb3dPbnQ5ZlgwPSI7czoxMzoiZmVhdHVyZV90aXRsZSI7czo2NDoiWVRveU9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvMU9pSjBhWFJzWlNJN2N6b3dPaUlpTzMwPSI7czoxMToiZm9vdGVyX2FyZWEiO3M6Mzg0OiJZVG80T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVdTSTdjem96T2lKdVlYWWlPM002TWpvaU5EQWlPM002TVRFNkltWnZiblJmYzJoaFpHOTNJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjkzWldsbmFIUWlPM002TURvaUlqdHpPams2SW1admJuUmZjMmw2WlNJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZlptRnRhV3g1SWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TVRJNklteGhjbWRsWDJadmIzUmxjaUk3WVRveE9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3ZlhNNk1UYzZJbVp2YjNSbGNsOWthWE5qYkdGcGJXVnlJanRoT2pJNmUzTTZOem9pWlc1aFlteGxaQ0k3Y3pveE9pSk9JanR6T2pjNkltMWxjM05oWjJVaU8zTTZNRG9pSWp0OWZRPT0iO3M6MTA6InR5cG9ncmFwaHkiO3M6MTY2NDoiWVRveU9udHpPakV6T2lKbWIyNTBYMlZzWlcxbGJuUnpJanRoT2prNmUzTTZNVEE2SW5OcGRHVmZkR2wwYkdVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TlRvaWMzUjViR1VpTzNNNk5qb2libTl5YldGc0lqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWE02TnpvaWRHRm5iR2x1WlNJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1UVTZJbE52ZFhKalpTQlRZVzV6SUZCeWJ5STdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pvM09pSmtaV1poZFd4MElqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3lPaUl4TnlJN2N6bzBPaUptYjI1MElqdHpPakUxT2lKVGIzVnlZMlVnVTJGdWN5QlFjbThpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPamM2SWlNeU5qSTJNallpTzMxek9qSTZJbWd4SWp0aE9qUTZlM002TkRvaWMybDZaU0k3Y3pvd09pSWlPM002TkRvaVptOXVkQ0k3Y3pveE5Ub2lVMjkxY21ObElGTmhibk1nVUhKdklqdHpPalU2SW5OMGVXeGxJanR6T2pBNklpSTdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPMzF6T2pJNkltZ3lJanRoT2pRNmUzTTZORG9pYzJsNlpTSTdjem93T2lJaU8zTTZORG9pWm05dWRDSTdjem94TlRvaVUyOTFjbU5sSUZOaGJuTWdVSEp2SWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zMXpPakk2SW1neklqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3hOVG9pVTI5MWNtTmxJRk5oYm5NZ1VISnZJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzMxek9qSTZJbWcwSWp0aE9qUTZlM002TkRvaWMybDZaU0k3Y3pvd09pSWlPM002TkRvaVptOXVkQ0k3Y3pveE5Ub2lVMjkxY21ObElGTmhibk1nVUhKdklqdHpPalU2SW5OMGVXeGxJanR6T2pBNklpSTdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPMzF6T2pJNkltZzFJanRoT2pRNmUzTTZORG9pYzJsNlpTSTdjem93T2lJaU8zTTZORG9pWm05dWRDSTdjem94TlRvaVUyOTFjbU5sSUZOaGJuTWdVSEp2SWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zMXpPakk2SW1nMklqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3hOVG9pVTI5MWNtTmxJRk5oYm5NZ1VISnZJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzMxOWN6b3hORG9pWTI5c2IzSmZaV3hsYldWdWRITWlPMkU2TmpwN2N6b3hOem9pWm05dmRHVnlYM1JsZUhSZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFM09pSm1iMjkwWlhKZmJHbHVhMTlqYjJ4dmNpSTdjem93T2lJaU8zTTZNak02SW1admIzUmxjbDlzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanR6T2pBNklpSTdjem94T0RvaVptVmhkSFZ5WlY5MFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hPRG9pWm1WaGRIVnlaVjlzYVc1clgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveU5Eb2labVZoZEhWeVpWOXNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdHpPakE2SWlJN2ZYMD0iO3M6MjE6ImNvbG9yX3NjaGVtZV9hZHZhbmNlZCI7czoyNDQ0OiJZVG8zT250ek9qRXpPaUp1WVhaZlltRnlYMkZpYjNabElqdGhPakV3T250ek9qRXpPaUp1WVhaZlltRnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hNVG9pYm1GMlgySmhjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRTVPaUp1WVhaZlltRnlYMmh2ZG1WeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE56b2libUYyWDJKaGNsOW9iM1psY2w5bGJtUWlPM002TURvaUlqdHpPakV3T2lKdVlYWmZZbUZ5WDJKbklqdHpPakE2SWlJN2N6b3lNam9pYm1GMlgySmhjbDlpWjE5b2IzWmxjbDl6ZEdGeWRDSTdjem93T2lJaU8zTTZNVFU2SW01aGRsOWlZWEpmWkdSZmJHbHVheUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlpHUmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRXlPaUp1WVhaZlltRnlYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRXpPaUp1WVhaZlltRnlYMmh2ZG1WeUlqdHpPakE2SWlJN2ZYTTZNVE02SW01aGRsOWlZWEpmWW1Wc2IzY2lPMkU2TVRBNmUzTTZNVE02SW01aGRsOWlZWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakV4T2lKdVlYWmZZbUZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVGs2SW01aGRsOWlZWEpmYUc5MlpYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRTNPaUp1WVhaZlltRnlYMmh2ZG1WeVgyVnVaQ0k3Y3pvd09pSWlPM002TVRBNkltNWhkbDlpWVhKZlltY2lPM002TURvaUlqdHpPakl5T2lKdVlYWmZZbUZ5WDJKblgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TlRvaWJtRjJYMkpoY2w5a1pGOXNhVzVySWp0ek9qQTZJaUk3Y3pveE5qb2libUYyWDJKaGNsOWtaRjlvYjNabGNpSTdjem93T2lJaU8zTTZNVEk2SW01aGRsOWlZWEpmYkdsdWF5STdjem93T2lJaU8zTTZNVE02SW01aGRsOWlZWEpmYUc5MlpYSWlPM002TURvaUlqdDljem94TnpvaWJtRjJYMkpoY2w5aGJHOXVaM05wWkdVaU8yRTZOenA3Y3pveE1Eb2libUYyWDJKaGNsOWlaeUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlltZGZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qSXdPaUp1WVhaZlltRnlYMkpuWDI1aGRsOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRTFPaUp1WVhaZlltRnlYMlJrWDJ4cGJtc2lPM002TURvaUlqdHpPakUyT2lKdVlYWmZZbUZ5WDJSa1gyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1USTZJbVpsWVhSMWNtVmZZWEpsWVNJN1lUbzNPbnR6T2pFek9pSm1aV0YwZFhKbFgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2labVZoZEhWeVpWOWxibVFpTzNNNk1Eb2lJanR6T2pFd09pSjBaWGgwWDJOdmJHOXlJanR6T2pBNklpSTdjem94TURvaWJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TVRZNklteHBibXRmYUc5MlpYSmZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMXpPakk2SW1KbklqdHpPakE2SWlJN2N6b3hNRG9pWW1kZmIzQjBhVzl1Y3lJN2N6bzJPaUpqWlc1MFpYSWlPMzF6T2pFek9pSm1aV0YwZFhKbFgzUnBkR3hsSWp0aE9qTTZlM002TVRrNkltWmxZWFIxY21WZmRHbDBiR1ZmYzNSaGNuUWlPM002TURvaUlqdHpPakUzT2lKbVpXRjBkWEpsWDNScGRHeGxYMlZ1WkNJN2N6b3dPaUlpTzNNNk1qUTZJbVpsWVhSMWNtVmZkR2wwYkdWZmRHVjRkRjlqYjJ4dmNpSTdjem93T2lJaU8zMXpPalk2SW1admIzUmxjaUk3WVRvMU9udHpPakV5T2lKbWIyOTBaWEpmYzNSaGNuUWlPM002TnpvaUkyWm1abVptWmlJN2N6b3hNRG9pWm05dmRHVnlYMlZ1WkNJN2N6bzNPaUlqWm1abVptWm1JanR6T2pFM09pSm1iMjkwWlhKZmRHVjRkRjlqYjJ4dmNpSTdjem93T2lJaU8zTTZNVGM2SW1admIzUmxjbDlzYVc1clgyTnZiRzl5SWp0aE9qSTZlM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFMU9pSjBaWGgwWDJSbFkyOXlZWFJwYjI0aU8zTTZNRG9pSWp0OWN6b3lNem9pWm05dmRHVnlYMnhwYm10ZmFHOTJaWEpmWTI5c2IzSWlPMkU2TWpwN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zTTZNVFU2SW5SbGVIUmZaR1ZqYjNKaGRHbHZiaUk3Y3pvd09pSWlPMzE5Y3pvME9pSndZV2RsSWp0aE9qUTZlM002TVRJNkluSmxjR1ZoZEdsdVoxOWlaeUk3Y3pvd09pSWlPM002T0RvaVltZGZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRXdPaUpzYVc1clgyTnZiRzl5SWp0aE9qSTZlM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFMU9pSjBaWGgwWDJSbFkyOXlZWFJwYjI0aU8zTTZNRG9pSWp0OWN6b3hOam9pYkdsdWExOW9iM1psY2w5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlgxOSI7czoxNToibW9iaWxlX3JlZGlyZWN0IjtzOjYwOiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdDkiO3M6Mzoic2VvIjtzOjE5MjoiWVRvMk9udHpPalU2SW5ScGRHeGxJanR6T2pBNklpSTdjem94TVRvaVpHVnpZM0pwY0hScGIyNGlPM002TURvaUlqdHpPamc2SW10bGVYZHZjbVJ6SWp0ek9qQTZJaUk3Y3pvM09pSnZaM1JwZEd4bElqdHpPakE2SWlJN2N6b3hNem9pYjJka1pYTmpjbWx3ZEdsdmJpSTdjem93T2lJaU8zTTZOem9pYjJkcGJXRm5aU0k3Y3pvd09pSWlPMzA9IjtzOjc6InNjcmlwdHMiO3M6ODg6IllUb3hPbnRwT2pBN1lUb3lPbnR6T2pnNkluQnZjMmwwYVc5dUlqdHpPalk2SW1obFlXUmxjaUk3Y3pvMk9pSnpZM0pwY0hRaU8zTTZNRG9pSWp0OWZRPT0iO3M6ODoiZmJfc2hhcmUiO3M6MTI0OiJZVG8wT250ek9qVTZJblJwZEd4bElqdHpPakE2SWlJN2N6b3hNVG9pWkdWelkzSnBjSFJwYjI0aU8zTTZNRG9pSWp0ek9qVTZJbWx0WVdkbElqdHpPakE2SWlJN2N6bzRPaUpzYVd0bFgzVnliQ0k3Y3pvd09pSWlPMzA9IjtzOjg6ImxpZ2h0Ym94IjtzOjM3MDA6IllUbzFPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzNPaUp6YUc5M1gyOXVJanR6T2pRNklteHZZV1FpTzNNNk5Eb2lkSGx3WlNJN2N6bzFPaUp2Y0hScGJpSTdjem94TURvaWIzQjBhVzVmWm05eWJTSTdZVG96T250ek9qazZJbVp2Y20xZmFIUnRiQ0k3WVRveE56cDdjem94TURvaVpXMWhhV3hmWkdGMFlTSTdjem93T2lJaU8zTTZNVE02SW1WdFlXbHNYMkZrWkhKbGMzTWlPM002TURvaUlqdHpPakV5T2lKeVpXUnBjbVZqZEY5MWNtd2lPM002TURvaUlqdHpPakV5T2lKbGVIUnlZVjltYVdWc1pITWlPM002TURvaUlqdHpPakU0T2lKbGJXRnBiRjlsZUhSeVlWOW1hV1ZzWkhNaU8zTTZNRG9pSWp0ek9qUTZJbWgwYld3aU8zTTZNRG9pSWp0ek9qRXdPaUp1WlhkZmQybHVaRzkzSWp0ek9qQTZJaUk3Y3pveE1qb2laR2x6WVdKc1pWOXVZVzFsSWp0ek9qQTZJaUk3Y3pvNE9pSnVZVzFsWDJKdmVDSTdjem93T2lJaU8zTTZPVG9pWlcxaGFXeGZZbTk0SWp0ek9qQTZJaUk3Y3pvMk9pSmhZM1JwYjI0aU8zTTZNRG9pSWp0ek9qWTZJbVpwWld4a2N5STdjem93T2lJaU8zTTZOam9pYldWMGFHOWtJanR6T2pRNkluQnZjM1FpTzNNNk1UWTZJbWx1ZEdWbmNtRjBhVzl1WDNSNWNHVWlPM002TmpvaVkzVnpkRzl0SWp0ek9qUTZJbXhwYzNRaU8zTTZNRG9pSWp0ek9qRTBPaUowYUdGdWExOTViM1ZmY0dGblpTSTdjem93T2lJaU8zTTZNVEU2SW1GamRHbHZibDl3WVdkbElqdHpPakE2SWlJN2ZYTTZOem9pWTI5dWRHVnVkQ0k3WVRvMU9udHpPalU2SW5ScGRHeGxJanR6T2pNeU9pSlRaV3hzSUVGdWVYUm9hVzVuSUZkcGRHZ2dUM0IwYVcxcGVtVlFjbVZ6Y3lJN2N6b3hNVG9pWm05eWJWOW9aV0ZrWlhJaU8zTTZPRGc2SWt4dmNtVnRJR2x3YzNWdElHUnZiRzl5SUhOcGRDQmhiV1YwTENCamIyNXpaV04wWlhSMVpYSWdZV1JwY0dselkybHVaeUJsYkdsMExDQnpaV1FnWkdsaGJTQnViMjUxYlcxNUlHNXBZbWdnWlhWcGMyMXZaQzRpTzNNNk1URTZJbVp2YjNSbGNsOXViM1JsSWp0ek9qWTBPaUpaYjNWeUlHbHVabTl5YldGMGFXOXVJR2x6SURFd01DVWdjMlZqZFhKbElIZHBkR2dnZFhNZ1lXNWtJSGRwYkd3Z2JtVjJaWElnWW1VZ2MyaGhjbVZrSWp0ek9qRXlPaUp1WVcxbFgyUmxabUYxYkhRaU8zTTZNalE2SWtWdWRHVnlJSGx2ZFhJZ1JtbHljM1FnVG1GdFpTNHVMaUk3Y3pveE16b2laVzFoYVd4ZlpHVm1ZWFZzZENJN2N6b3lOem9pUlc1MFpYSWdlVzkxY2lCRmJXRnBiQ0JCWkdSeVpYTnpMaTR1SWp0OWN6b3hNem9pYzNWaWJXbDBYMkoxZEhSdmJpSTdZVG8xTmpwN2N6bzJPaUppZFhSMGIyNGlPMkU2TURwN2ZYTTZPRG9pYkc5allYUnBiMjRpTzNNNk16WTZJbTl3WDJ4cFoyaDBZbTk0WDI5d2RHbHVYMlp2Y20xZmMzVmliV2wwWDJKMWRIUnZiaUk3Y3pvM09pSmpiMjUwWlc1MElqdHpPakE2SWlJN2N6bzBPaUowZVhCbElqdHpPakU2SWpBaU8zTTZOVG9pYVcxaFoyVWlPM002TURvaUlqdHpPakV5T2lKbGJHVnRaVzUwWDNSNWNHVWlPM002TURvaUlqdHpPalE2SW1oeVpXWWlPM002TURvaUlqdHpPakV3T2lKdVpYZGZkMmx1Wkc5M0lqdHpPakE2SWlJN2N6b3lPaUpqWXlJN2N6b3dPaUlpTzNNNk5Ub2lZV3hwWjI0aU8zTTZNRG9pSWp0ek9qUTZJblJsZUhRaU8zTTZNRG9pSWp0ek9qazZJblJsZUhSZmMybDZaU0k3Y3pveU9pSXpNaUk3Y3pveE1Eb2lkR1Y0ZEY5amIyeHZjaUk3Y3pvM09pSWpNREF3TURBd0lqdHpPams2SW5SbGVIUmZabTl1ZENJN2N6b3dPaUlpTzNNNk9Ub2lkR1Y0ZEY5aWIyeGtJanR6T2pFNklqRWlPM002TVRRNkluUmxlSFJmZFc1a1pYSnNhVzVsSWp0ek9qQTZJaUk3Y3pveE1Ub2lkR1Y0ZEY5cGRHRnNhV01pTzNNNk1Eb2lJanR6T2pFNU9pSjBaWGgwWDJ4bGRIUmxjbDl6Y0dGamFXNW5JanR6T2pFNklqQWlPM002TVRNNkluTjFZblJsZUhSZmNHRnVaV3dpTzNNNk1Eb2lJanR6T2pjNkluTjFZblJsZUhRaU8zTTZNRG9pSWp0ek9qRXlPaUp6ZFdKMFpYaDBYM05wZW1VaU8zTTZNRG9pSWp0ek9qRXpPaUp6ZFdKMFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hNam9pYzNWaWRHVjRkRjltYjI1MElqdHpPakE2SWlJN2N6b3hNam9pYzNWaWRHVjRkRjlpYjJ4a0lqdHpPakE2SWlJN2N6b3hOem9pYzNWaWRHVjRkRjkxYm1SbGNteHBibVVpTzNNNk1Eb2lJanR6T2pFME9pSnpkV0owWlhoMFgybDBZV3hwWXlJN2N6b3dPaUlpTzNNNk1qSTZJbk4xWW5SbGVIUmZiR1YwZEdWeVgzTndZV05wYm1jaU8zTTZNRG9pSWp0ek9qRTNPaUowWlhoMFgzTm9ZV1J2ZDE5d1lXNWxiQ0k3Y3pveE9pSlpJanR6T2pJd09pSjBaWGgwWDNOb1lXUnZkMTkyWlhKMGFXTmhiQ0k3Y3pveE9pSXhJanR6T2pJeU9pSjBaWGgwWDNOb1lXUnZkMTlvYjNKcGVtOXVkR0ZzSWp0ek9qRTZJakFpTzNNNk1UYzZJblJsZUhSZmMyaGhaRzkzWDJOdmJHOXlJanR6T2pjNklpTm1abVptTURBaU8zTTZNVFk2SW5SbGVIUmZjMmhoWkc5M1gySnNkWElpTzNNNk1Ub2lNQ0k3Y3pveE16b2ljM1I1YkdsdVoxOTNhV1IwYUNJN2N6b3dPaUlpTzNNNk1UUTZJbk4wZVd4cGJtZGZhR1ZwWjJoMElqdHpPakE2SWlJN2N6b3lNRG9pYzNSNWJHbHVaMTlpYjNKa1pYSmZZMjlzYjNJaU8zTTZOem9pSXpBd01EQXdNQ0k3Y3pveE9Ub2ljM1I1YkdsdVoxOWliM0prWlhKZmMybDZaU0k3Y3pveE9pSXhJanR6T2pJeE9pSnpkSGxzYVc1blgySnZjbVJsY2w5eVlXUnBkWE1pTzNNNk1Ub2lOaUk3Y3pveU1qb2ljM1I1YkdsdVoxOWliM0prWlhKZmIzQmhZMmwwZVNJN2N6b3pPaUl4TURBaU8zTTZNVFk2SW5OMGVXeHBibWRmWjNKaFpHbGxiblFpTzNNNk1Eb2lJanR6T2pFek9pSnpkSGxzYVc1blgzTm9hVzVsSWp0ek9qRTZJbGtpTzNNNk1qZzZJbk4wZVd4cGJtZGZaM0poWkdsbGJuUmZjM1JoY25SZlkyOXNiM0lpTzNNNk56b2lJMlptWm1Zd01DSTdjem95TmpvaWMzUjViR2x1WjE5bmNtRmthV1Z1ZEY5bGJtUmZZMjlzYjNJaU8zTTZOem9pSTJabVlUQXpOU0k3Y3pveE56b2laSEp2Y0Y5emFHRmtiM2RmY0dGdVpXd2lPM002TVRvaVdTSTdjem95TURvaVpISnZjRjl6YUdGa2IzZGZkbVZ5ZEdsallXd2lPM002TVRvaU1TSTdjem95TWpvaVpISnZjRjl6YUdGa2IzZGZhRzl5YVhwdmJuUmhiQ0k3Y3pveE9pSXdJanR6T2pFMk9pSmtjbTl3WDNOb1lXUnZkMTlpYkhWeUlqdHpPakU2SWpFaU8zTTZNVGc2SW1SeWIzQmZjMmhoWkc5M1gzTndjbVZoWkNJN2N6b3hPaUl3SWp0ek9qRTNPaUprY205d1gzTm9ZV1J2ZDE5amIyeHZjaUk3Y3pvM09pSWpNREF3TURBd0lqdHpPakU1T2lKa2NtOXdYM05vWVdSdmQxOXZjR0ZqYVhSNUlqdHpPakk2SWpVd0lqdHpPakU0T2lKcGJuTmxkRjl6YUdGa2IzZGZjR0Z1Wld3aU8zTTZNVG9pV1NJN2N6b3lNVG9pYVc1elpYUmZjMmhoWkc5M1gzWmxjblJwWTJGc0lqdHpPakU2SWpBaU8zTTZNak02SW1sdWMyVjBYM05vWVdSdmQxOW9iM0pwZW05dWRHRnNJanR6T2pFNklqQWlPM002TVRjNkltbHVjMlYwWDNOb1lXUnZkMTlpYkhWeUlqdHpPakU2SWpBaU8zTTZNVGs2SW1sdWMyVjBYM05vWVdSdmQxOXpjSEpsWVdRaU8zTTZNVG9pTVNJN2N6b3hPRG9pYVc1elpYUmZjMmhoWkc5M1gyTnZiRzl5SWp0ek9qYzZJaU5tWm1abU1EQWlPM002TWpBNkltbHVjMlYwWDNOb1lXUnZkMTl2Y0dGamFYUjVJanR6T2pJNklqVXdJanQ5ZlhNNk1USTZJbWgwYld4ZlkyOXVkR1Z1ZENJN1lUb3hPbnR6T2pjNkltTnZiblJsYm5RaU8zTTZNRG9pSWp0OWZRPT0iO3M6MTM6ImV4aXRfcmVkaXJlY3QiO3M6ODg6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUoxY213aU8zTTZNRG9pSWp0ek9qYzZJbTFsYzNOaFoyVWlPM002TURvaUlqdDkiO3M6MTM6ImxhdW5jaF9mdW5uZWwiO3M6MTkyOiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem81T2lKbWRXNXVaV3hmYVdRaU8zTTZNVG9pTVNJN2N6b3hOam9pWjJGMFpYZGhlVjl2ZG1WeWNtbGtaU0k3WVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvNE9pSnlaV1JwY21WamRDSTdjem93T2lJaU8zTTZORG9pWTI5a1pTSTdjem93T2lJaU8zMTkiO30='),(16,'Ninety Day Program with video','YToxOntzOjQ6ImJvZHkiO2E6NTp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM3OiJwYWRkaW5nLXRvcDo0MHB4O3BhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo1NjoiZXlKd1lXUmthVzVuVkc5d0lqb2lOREFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIzMzoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjI3XCIgZm9udF9mb250PVwiTW9udHNlcnJhdFwiIGZvbnRfc3R5bGU9XCJib2xkXCIgZm9udF9jb2xvcj1cIiMzMDMwMzBcIiBmb250X3NwYWNpbmc9XCItMVwiIGFsaWduPVwiY2VudGVyXCJdOTAgRGF5IDxzcGFuIHN0eWxlPVwiY29sb3I6ICMxZTlhZTA7XCI+VHJhZGluZyBQcm9ncmFtPC9zcGFuPiBHZXQgU3RhcnRlZCBOb3cuWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM5OiJyb3cgZml2ZS1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxNzE3MTc7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToyMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhOekUzTVRjaUxDSndZV1JrYVc1blZHOXdJam9pTWpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI0OiJ0aHJlZS1maWZ0aHMgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI1NToiW3ZpZGVvX3BsYXllciB0eXBlPVwidXJsXCIgdXJsMT1cIlwiIHVybDI9XCJcIiB3aWR0aD1cIjU1MFwiIGhlaWdodD1cIjMwOVwiIGFsaWduPVwibGVmdFwiIG1hcmdpbl90b3A9XCIwXCIgbWFyZ2luX2JvdHRvbT1cIjBcIl1hSFIwY0RvdkwzQnNZWGxsY2k1MmFXMWxieTVqYjIwdlpYaDBaWEp1WVd3dk9UUXdOamd3TnpBdWFHUXViWEEwUDNNOVltRTFPR1ptTVRBd05tTmtNemsyT0ROaU5qQmhPVEpoTXpWbVpHUmtZak09Wy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6Mjk6InR3by1maWZ0aHMgY29sdW1uIGNvbHMgbmFycm93IjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNDQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyM1wiIGZvbnRfc3R5bGU9XCJub3JtYWxcIiBmb250X2NvbG9yPVwiI2VjZWJlNFwiIGFsaWduPVwibGVmdFwiXUxlYXJuIEhvdyB0byBCZWNvbWUgYSBRdWFudCBUcmFkZXJbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyOToiZWxlbWVudC1jb250YWluZXIgY2YgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0OTE6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjZWVlYmRkXCIgYm90dG9tX3BhZGRpbmc9XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjM2NFwiIGxpbmVfaGVpZ2h0PVwiMjJcIl1EdXJpbmcgdGhpcyA5MCBkYXkgdHJhaW5pbmcgcHJvZ3JhbSB5b3Ugd2lsbCByZWNlaXZlIGNvbXByZWhlbnNpdmUgdHJhaW5pbmcgaW5jbHVkaW5nIHRoZSBjb25jZXB0LCBtZXRob2RzIGFuZCB0b29scyBpbiBhbiBlYXN5IHRvIHVuZGVyc3RhbmQgc3RlcC1ieS1zdGVwIGZvcm1hdC4gVGhlIGV4YWN0IGxvZ2ljIGlzIHJldmVhbGVkIHdpdGggYWxsIHRoZSBuZWNlc3NhcnkgcnVsZXMgbmVlZGVkIGZvciB1bmRlcnN0YW5kaW5nIGFuZCBpbXBsZW1lbnRpbmcgdGhlIFJpb3NRdWFudCBhcHByb2FjaCB0byB0cmFkaW5nIHRoZSBnbG9iYWwgbWFya2V0cy5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE1ODg6IltvcHRpbl9ib3ggc3R5bGU9XCIxNFwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNDM3OTgyXCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIxXCIgdGV4dD1cIkNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hcIiB0ZXh0X3NpemU9XCIxOFwiIHRleHRfY29sb3I9XCIjNTA0MjEwXCIgdGV4dF9mb250PVwiSGVsdmV0aWNhO2RlZmF1bHRcIiB0ZXh0X2JvbGQ9XCJZXCIgdGV4dF9sZXR0ZXJfc3BhY2luZz1cIjBcIiB0ZXh0X3NoYWRvd19wYW5lbD1cIllcIiB0ZXh0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiB0ZXh0X3NoYWRvd19ob3Jpem9udGFsPVwiMFwiIHRleHRfc2hhZG93X2NvbG9yPVwiI2ZmZmY5ZVwiIHRleHRfc2hhZG93X2JsdXI9XCIwXCIgc3R5bGluZ193aWR0aD1cIjEwMFwiIHN0eWxpbmdfaGVpZ2h0PVwiMTRcIiBzdHlsaW5nX2JvcmRlcl9jb2xvcj1cIiNkNjkzMDBcIiBzdHlsaW5nX2JvcmRlcl9zaXplPVwiMVwiIHN0eWxpbmdfYm9yZGVyX3JhZGl1cz1cIjZcIiBzdHlsaW5nX2JvcmRlcl9vcGFjaXR5PVwiMTAwXCIgc3R5bGluZ19ncmFkaWVudF9zdGFydF9jb2xvcj1cIiNmZmNmMGFcIiBzdHlsaW5nX2dyYWRpZW50X2VuZF9jb2xvcj1cIiNmZmRhMjJcIiBkcm9wX3NoYWRvd19wYW5lbD1cIllcIiBkcm9wX3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBkcm9wX3NoYWRvd19ob3Jpem9udGFsPVwiMFwiIGRyb3Bfc2hhZG93X2JsdXI9XCIxXCIgZHJvcF9zaGFkb3dfc3ByZWFkPVwiMFwiIGRyb3Bfc2hhZG93X2NvbG9yPVwiIzAwMDAwMFwiIGRyb3Bfc2hhZG93X29wYWNpdHk9XCIxMFwiIGluc2V0X3NoYWRvd19wYW5lbD1cIllcIiBpbnNldF9zaGFkb3dfdmVydGljYWw9XCIxXCIgaW5zZXRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgaW5zZXRfc2hhZG93X2JsdXI9XCIwXCIgaW5zZXRfc2hhZG93X3NwcmVhZD1cIjBcIiBpbnNldF9zaGFkb3dfY29sb3I9XCIjZmZlNTkwXCIgaW5zZXRfc2hhZG93X29wYWNpdHk9XCIxMDBcIiBsb2NhdGlvbj1cIm9wdGluX2JveF9zdHlsZV8xNFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1DbGljayBoZXJlIGFuZCBjaGVjayB5b3VyIGluYm94Wy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mzg6ImVsZW1lbnQtY29udGFpbmVyIGNmIHBhZC1sZWZ0IGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU5MzoiYmFja2dyb3VuZDojZmNmY2ZjO2JhY2tncm91bmQ6LXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgY29sb3Itc3RvcCgwJSwgI2ZjZmNmYyksIGNvbG9yLXN0b3AoMTAwJSwgI2Y1ZjVmNSkpO2JhY2tncm91bmQ6LXdlYmtpdC1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1vei1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1zLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotby1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6bGluZWFyLWdyYWRpZW50KHRvIGJvdHRvbSwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtmaWx0ZXI6cHJvZ2lkOkRYSW1hZ2VUcmFuc2Zvcm0uTWljcm9zb2Z0LmdyYWRpZW50KHN0YXJ0Q29sb3JzdHI9I2ZjZmNmYywgZW5kQ29sb3JzdHI9I2Y1ZjVmNSwgR3JhZGllbnRUeXBlPTApO3BhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjE0MDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tWTJaalptTWlMQ0ppWVdOclozSnZkVzVrUTI5c2IzSkZibVFpT2lJalpqVm1OV1kxSWl3aWNHRmtaR2x1WjFSdmNDSTZJakl3SWl3aWNHRmtaR2x1WjBKdmRIUnZiU0k2SWpFMUluMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fWk6NDthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjEwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1UQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX19','YToxMzp7czo1OiJ0aGVtZSI7czo2ODoiWVRveU9udHpPalE2SW5SNWNHVWlPM002T1RvaWJXRnlhMlYwYVc1bklqdHpPak02SW1ScGNpSTdjem94T2lJeElqdDkiO3M6MTM6ImhlYWRlcl9sYXlvdXQiO3M6MTA3MjoiWVRveE1EcDdjem8wT2lKc2IyZHZJanR6T2pjNE9pSm9kSFJ3T2k4dmQzZDNMblJvWlhSeVlXUnBibWR5YjI5dExtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE5DOHdNeTlUWVcxd2JHVk1iMmR2TFVSaGNtc3hNaTV3Ym1jaU8zTTZOVG9pWW1kcGJXY2lPM002TURvaUlqdHpPakV4T2lKeVpYQmxZWFJpWjJsdFp5STdjem93T2lJaU8zTTZOem9pWW1kamIyeHZjaUk3Y3pvM09pSWpaakJsWm1Zd0lqdHpPakV3T2lKc2FXNXJYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hNem9pYldWdWRTMXdiM05wZEdsdmJpSTdjem81T2lKaGJHOXVaM05wWkdVaU8zTTZOem9pWlc1aFlteGxaQ0k3Y3pveE9pSk9JanR6T2pFek9pSnVZWFpmWW1GeVgyRmliM1psSWp0aE9qYzZlM002TnpvaVpXNWhZbXhsWkNJN2N6b3hPaUpPSWp0ek9qTTZJbTVoZGlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmMyaGhaRzkzSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5M1pXbG5hSFFpTzNNNk1Eb2lJanR6T2prNkltWnZiblJmYzJsNlpTSTdjem93T2lJaU8zTTZNVEU2SW1admJuUmZabUZ0YVd4NUlqdHpPakE2SWlJN2N6bzBPaUpzYjJkdklqdHpPakE2SWlJN2ZYTTZNVE02SW01aGRsOWlZWEpmWW1Wc2IzY2lPMkU2TnpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TXpvaWJtRjJJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjl6YUdGa2IzY2lPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM2RsYVdkb2RDSTdjem93T2lJaU8zTTZPVG9pWm05dWRGOXphWHBsSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1Eb2lJanR6T2pRNklteHZaMjhpTzNNNk1Eb2lJanQ5Y3pveE56b2libUYyWDJKaGNsOWhiRzl1WjNOcFpHVWlPMkU2TmpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TXpvaWJtRjJJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjl6YUdGa2IzY2lPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM2RsYVdkb2RDSTdjem93T2lJaU8zTTZPVG9pWm05dWRGOXphWHBsSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1Eb2lJanQ5ZlE9PSI7czoxMjoiZmVhdHVyZV9hcmVhIjtzOjEyMDoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvME9pSjBlWEJsSWp0cE9qRTdjem80T2lKelpYUjBhVzVuY3lJN1lUb3hPbnR6T2pFeU9pSm1iMjUwWDI5d2RHbHZibk1pTzJFNk1EcDdmWDE5IjtzOjEzOiJmZWF0dXJlX3RpdGxlIjtzOjY0OiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8xT2lKMGFYUnNaU0k3Y3pvd09pSWlPMzA9IjtzOjExOiJmb290ZXJfYXJlYSI7czozNjA6IllUbzRPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNam9pTkRBaU8zTTZNVEU2SW1admJuUmZjMmhoWkc5M0lqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOTNaV2xuYUhRaU8zTTZNRG9pSWp0ek9qazZJbVp2Ym5SZmMybDZaU0k3Y3pvd09pSWlPM002TVRFNkltWnZiblJmWm1GdGFXeDVJanR6T2pBNklpSTdjem94TWpvaWJHRnlaMlZmWm05dmRHVnlJanRoT2pFNmUzTTZOem9pWlc1aFlteGxaQ0k3Y3pveE9pSk9JanQ5Y3pveE56b2labTl2ZEdWeVgyUnBjMk5zWVdsdFpYSWlPMkU2TWpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TnpvaWJXVnpjMkZuWlNJN2N6b3dPaUlpTzMxOSI7czoxMDoidHlwb2dyYXBoeSI7czoxNTI0OiJZVG95T250ek9qRXpPaUptYjI1MFgyVnNaVzFsYm5SeklqdGhPams2ZTNNNk1UQTZJbk5wZEdWZmRHbDBiR1VpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pBNklpSTdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pvM09pSjBZV2RzYVc1bElqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3dPaUlpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZOem9pWkdWbVlYVnNkQ0k3WVRvME9udHpPalE2SW5OcGVtVWlPM002TWpvaU1UVWlPM002TkRvaVptOXVkQ0k3Y3pveE5Ub2lVMjkxY21ObElGTmhibk1nVUhKdklqdHpPalU2SW5OMGVXeGxJanR6T2pBNklpSTdjem8xT2lKamIyeHZjaUk3Y3pvME9pSWpORFEwSWp0OWN6b3lPaUpvTVNJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1UVTZJbE52ZFhKalpTQlRZVzV6SUZCeWJ5STdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pveU9pSm9NaUk3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TVRVNklsTnZkWEpqWlNCVFlXNXpJRkJ5YnlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem95T2lKb015STdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZNRG9pSWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zMXpPakk2SW1nMElqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3dPaUlpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qQTZJaUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTmlJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1Eb2lJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzMxOWN6b3hORG9pWTI5c2IzSmZaV3hsYldWdWRITWlPMkU2TmpwN2N6b3hOem9pWm05dmRHVnlYM1JsZUhSZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFM09pSm1iMjkwWlhKZmJHbHVhMTlqYjJ4dmNpSTdjem93T2lJaU8zTTZNak02SW1admIzUmxjbDlzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanR6T2pBNklpSTdjem94T0RvaVptVmhkSFZ5WlY5MFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hPRG9pWm1WaGRIVnlaVjlzYVc1clgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveU5Eb2labVZoZEhWeVpWOXNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdHpPakE2SWlJN2ZYMD0iO3M6MjE6ImNvbG9yX3NjaGVtZV9hZHZhbmNlZCI7czoyNDIwOiJZVG8zT250ek9qRXpPaUp1WVhaZlltRnlYMkZpYjNabElqdGhPakV3T250ek9qRXpPaUp1WVhaZlltRnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hNVG9pYm1GMlgySmhjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRTVPaUp1WVhaZlltRnlYMmh2ZG1WeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE56b2libUYyWDJKaGNsOW9iM1psY2w5bGJtUWlPM002TURvaUlqdHpPakV3T2lKdVlYWmZZbUZ5WDJKbklqdHpPakE2SWlJN2N6b3lNam9pYm1GMlgySmhjbDlpWjE5b2IzWmxjbDl6ZEdGeWRDSTdjem93T2lJaU8zTTZNVFU2SW01aGRsOWlZWEpmWkdSZmJHbHVheUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlpHUmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRXlPaUp1WVhaZlltRnlYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRXpPaUp1WVhaZlltRnlYMmh2ZG1WeUlqdHpPakE2SWlJN2ZYTTZNVE02SW01aGRsOWlZWEpmWW1Wc2IzY2lPMkU2TVRBNmUzTTZNVE02SW01aGRsOWlZWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakV4T2lKdVlYWmZZbUZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVGs2SW01aGRsOWlZWEpmYUc5MlpYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRTNPaUp1WVhaZlltRnlYMmh2ZG1WeVgyVnVaQ0k3Y3pvd09pSWlPM002TVRBNkltNWhkbDlpWVhKZlltY2lPM002TURvaUlqdHpPakl5T2lKdVlYWmZZbUZ5WDJKblgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TlRvaWJtRjJYMkpoY2w5a1pGOXNhVzVySWp0ek9qQTZJaUk3Y3pveE5qb2libUYyWDJKaGNsOWtaRjlvYjNabGNpSTdjem93T2lJaU8zTTZNVEk2SW01aGRsOWlZWEpmYkdsdWF5STdjem93T2lJaU8zTTZNVE02SW01aGRsOWlZWEpmYUc5MlpYSWlPM002TURvaUlqdDljem94TnpvaWJtRjJYMkpoY2w5aGJHOXVaM05wWkdVaU8yRTZOenA3Y3pveE1Eb2libUYyWDJKaGNsOWlaeUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlltZGZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qSXdPaUp1WVhaZlltRnlYMkpuWDI1aGRsOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRTFPaUp1WVhaZlltRnlYMlJrWDJ4cGJtc2lPM002TURvaUlqdHpPakUyT2lKdVlYWmZZbUZ5WDJSa1gyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1USTZJbVpsWVhSMWNtVmZZWEpsWVNJN1lUbzNPbnR6T2pFek9pSm1aV0YwZFhKbFgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2labVZoZEhWeVpWOWxibVFpTzNNNk1Eb2lJanR6T2pFd09pSjBaWGgwWDJOdmJHOXlJanR6T2pBNklpSTdjem94TURvaWJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TVRZNklteHBibXRmYUc5MlpYSmZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMXpPakk2SW1KbklqdHpPakE2SWlJN2N6b3hNRG9pWW1kZmIzQjBhVzl1Y3lJN2N6b3dPaUlpTzMxek9qRXpPaUptWldGMGRYSmxYM1JwZEd4bElqdGhPak02ZTNNNk1UazZJbVpsWVhSMWNtVmZkR2wwYkdWZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSm1aV0YwZFhKbFgzUnBkR3hsWDJWdVpDSTdjem93T2lJaU8zTTZNalE2SW1abFlYUjFjbVZmZEdsMGJHVmZkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPMzF6T2pZNkltWnZiM1JsY2lJN1lUbzFPbnR6T2pFeU9pSm1iMjkwWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFd09pSm1iMjkwWlhKZlpXNWtJanR6T2pBNklpSTdjem94TnpvaVptOXZkR1Z5WDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTNPaUptYjI5MFpYSmZiR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlhNNk1qTTZJbVp2YjNSbGNsOXNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdGhPakk2ZTNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTFPaUowWlhoMFgyUmxZMjl5WVhScGIyNGlPM002TURvaUlqdDlmWE02TkRvaWNHRm5aU0k3WVRvME9udHpPakV5T2lKeVpYQmxZWFJwYm1kZlltY2lPM002TURvaUlqdHpPamc2SW1KblgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE1Eb2liR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlhNNk1UWTZJbXhwYm10ZmFHOTJaWEpmWTI5c2IzSWlPMkU2TWpwN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zTTZNVFU2SW5SbGVIUmZaR1ZqYjNKaGRHbHZiaUk3Y3pvd09pSWlPMzE5ZlE9PSI7czoxNToibW9iaWxlX3JlZGlyZWN0IjtzOjYwOiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdDkiO3M6Mzoic2VvIjtzOjE5MjoiWVRvMk9udHpPalU2SW5ScGRHeGxJanR6T2pBNklpSTdjem94TVRvaVpHVnpZM0pwY0hScGIyNGlPM002TURvaUlqdHpPamc2SW10bGVYZHZjbVJ6SWp0ek9qQTZJaUk3Y3pvM09pSnZaM1JwZEd4bElqdHpPakE2SWlJN2N6b3hNem9pYjJka1pYTmpjbWx3ZEdsdmJpSTdjem93T2lJaU8zTTZOem9pYjJkcGJXRm5aU0k3Y3pvd09pSWlPMzA9IjtzOjc6InNjcmlwdHMiO3M6MzQ4OiJZVG94T250cE9qQTdZVG95T250ek9qZzZJbkJ2YzJsMGFXOXVJanR6T2pNNkltTnpjeUk3Y3pvMk9pSnpZM0pwY0hRaU8zTTZNVGsyT2lKTWJUbDNaRWRzZFV4WFNuWmxRekI0VGtOQ2NHSnVRakZrUTNkblRHMDVkMlJIYkhWTVYwcDJaVU13ZUU1RFFuQmlia0l4WkVSd2JXSXlUakZqZVVJM1dtMDVkV1JETVROYVYyeHVZVWhSTmsxNlFYZFBNekJMVEcwNWQyUkhiSFZNVjBwMlpVTXdlRTVEUW5kTWJrSjVZVmhhYUZremEyZGxNazUyWWtjNWVVOXBUVFJQUkdjM1dtMDVkV1JETVhwaFdIQnNUMnBGZW1OSVp6ZGpSMFpyV2tkc2RWcDVNVEJpTTBFMlRsaENORTh5T1hkWlYwNXdaRWhyTmsxRE5EUm1VVDA5SWp0OWZRPT0iO3M6ODoiZmJfc2hhcmUiO3M6MTI0OiJZVG8wT250ek9qVTZJblJwZEd4bElqdHpPakE2SWlJN2N6b3hNVG9pWkdWelkzSnBjSFJwYjI0aU8zTTZNRG9pSWp0ek9qVTZJbWx0WVdkbElqdHpPakE2SWlJN2N6bzRPaUpzYVd0bFgzVnliQ0k3Y3pvd09pSWlPMzA9IjtzOjEzOiJleGl0X3JlZGlyZWN0IjtzOjg4OiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdHpPamM2SW0xbGMzTmhaMlVpTzNNNk1Eb2lJanQ5IjtzOjEzOiJsYXVuY2hfZnVubmVsIjtzOjE5MjoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvNU9pSm1kVzV1Wld4ZmFXUWlPM002TVRvaU1TSTdjem94TmpvaVoyRjBaWGRoZVY5dmRtVnljbWxrWlNJN1lUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzRPaUp5WldScGNtVmpkQ0k3Y3pvd09pSWlPM002TkRvaVkyOWtaU0k3Y3pvd09pSWlPMzE5Ijt9'),(17,'Futures Trading Room','YToxOntzOjQ6ImJvZHkiO2E6NDp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjIwOiJwYWRkaW5nLWJvdHRvbTozMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MzI6ImV5SndZV1JrYVc1blFtOTBkRzl0SWpvaU16QWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMzA6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzN1wiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCJib2xkXCIgZm9udF9jb2xvcj1cIiM0MjUwNjNcIiBmb250X3NwYWNpbmc9XCIwXCIgZm9udF9zaGFkb3c9XCJsaWdodFwiIGFsaWduPVwiY2VudGVyXCJdVHJhZGluZyBGdXR1cmVzIFN1Y2Nlc3NmdWxseSBvbiB0aGUgU2hvdWxkZXJzIG9mIEdpYW50c1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODE6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdYnkgRHIuIERlYW4gSGFuZGxleSDCoC0gwqBGdXR1cmVzIFRydXRoIE1hZ2F6aW5lWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTU2OiJiYWNrZ3JvdW5kOiNmMmYyZjI7cGFkZGluZy1ib3R0b206MjBweDtib3JkZXItdG9wLXdpZHRoOjFweDtib3JkZXItYm90dG9tLXdpZHRoOjFweDtib3JkZXItc3R5bGU6c29saWQ7Ym9yZGVyLXRvcC1jb2xvcjojZTNlM2UzO2JvcmRlci1ib3R0b20tY29sb3I6I2UzZTNlMzsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEzMjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tTW1ZeVpqSWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNakFpTENKaWIzSmtaWEpYYVdSMGFDSTZJakVpTENKaWIzSmtaWEpEYjJ4dmNpSTZJaU5sTTJVelpUTWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTYxOiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDMvZnV0dXJlcy10cnV0aC0yNDR4MzAwLmpwZ1wiIHdpZHRoPVwiMjQ0XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MzI2OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdUmlvcyBRdWFudGl0YXRpdmVcJ3MgbGl2ZSB0cmFkaW5nIHJvb20gwqBpcyByYW5rZWQgYW1vbmcgdGhlIHRvcCB0ZW4gb3V0IG9mIDQyMiByb29tcyBpbiByZWNlbnQgcmVzZWFyY2ggcmVwb3J0LiDCoEdldCB5b3VyIGZyZWUgY29weSBvZiB0aGUgcmVwb3J0IGFuZCBmaW5kIG91dCB3aGljaCB0cmFkaW5nIHJvb21zIGFyZSBtYWtpbmcgcHJvZml0YWJsZSB0cmFkZXMgaW4gbGl2ZSBtYXJrZXRzIGFuZCB3aGljaCBvbmVzIGFyZSBub3QhCgo8cD4mbmJzcDs8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzY0OiJbb3B0aW5fYm94IHN0eWxlPVwiMTFcIiB3aWR0aD1cIjQ1MFwiIG1hcmdpbl90b3A9XCIxNVwiIGFsaWdubWVudD1cImNlbnRlclwiIG5ld193aW5kb3c9XCJZXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0MzkzNjBcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVJXNTBaWElnZVc5MWNpQnVZVzFsSUdGdVpDQmxiV0ZwYkNCaVpXeHZkeUJtYjNJZ2FXNXpkR0Z1ZENCaFkyTmxjM011TGk0PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIl1DbGljayB0aGVuIGNoZWNrIHlvdXIgaW5ib3ggZm9yIGNvbmZpcm1hdGlvbiFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NDoiZTMwPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjc3OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMTdcIiB3aWR0aD1cIjk0MFwiXTxoMiBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3BhbiBzdHlsZT1cImNvbG9yOiAjNDI1MDYzO1wiPllvdVwncmUgwqAzLVN0ZXBzIEF3YXkgdG8KR2V0dGluZyBTdGFydGVkIGluIG91ciBMaXZlIFRyYWRpbmcgUm9vbcKgPC9zcGFuPjwvaDI+CjxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo2NjI6IltzdGVwX2dyYXBoaWNzIHN0eWxlPVwiNVwiIGNvbG9yPVwiIzQyNTA2M1wiXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIxXCIgaGVhZGxpbmU9XCJSZXNlcnZlIHlvdXIgc3BvdCBpbW1lZGlhdGVseSwgc3BhY2UgaXMgbGltaXRlZC4gRW50ZXIgeW91ciBlbWFpbCB0b2RheSB0byBzZWN1cmUgeW91ciBhY2Nlc3MuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIyXCIgaGVhZGxpbmU9XCJMaXZlIHRyYWRpbmcgc3RhcnRzIE1vbmRheSB0aHJvdWdoIEZyaWRheSBhdCA3OjMwIGEubS4gRVQsIHNwYWNlIGlzIGxpbWl0ZWQgc28gbG9nIGluIDcgbWludXRlcyBlYXJseS5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjNcIiBoZWFkbGluZT1cIk9uY2UgeW91clwnZSBpbiwgcGF5IGNsb3NlIGF0dGVudGlvbiBhbmQgd2F0Y2ggdXMgdHJhZGUgdGhlIGxpdmUgbWFya2V0cyB3aXRoIGN1dHRpbmcgZWRnZSBxdWFudGl0YXRpdmUgdG9vbHMuIEhhdmUgeW91ciBwZW4gYW5kIHBhcGVyIHJlYWR5IHRvIHRha2Ugbm90ZXMgYW5kIGxlYXJuIHdoYXQgcXVhbnQgdHJhZGluZyBpcyBhbGwgYWJvdXQuIEFzayBhcyBtYW55IHF1ZXN0aW9ucyBhcyB5b3UgbGlrZS4gQmUgcmVhZHkgdG8gYmUgYW1hemVkIVwiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3NTc6Ilt0ZXN0aW1vbmlhbHMgc3R5bGU9XCIyXCIgbWFyZ2luX3RvcD1cIlwiIG1hcmdpbl9ib3R0b209XCJcIl1bdGVzdGltb25pYWwgbmFtZT1cIkRlYW4gSGFuZGxleSwgUGhELCBNQkEsIEpEXCIgY29tcGFueT1cIkRyLiBIYW5kbGV5IGhhcyBCUy1CaW9sb2d5OyBNUy1CaW9jaGVtLCBQaEQtTW9sZWMgR2VuZXRpY3MsIEZlbGxvd3NoaXApLCBhbiBNQkEgaW4gZmluYW5jZSBhbmQgIGEgSnVyaXMgRG9jdG9yYXRlIChKRCkgaW4gaW50ZWxsZWN0dWFsIHByb3BlcnR5LiBIZSBoYXMgYmVlbiBhbiBhY3RpdmUgZnV0dXJlcyB0cmFkZXIgZm9yIG5lYXJseSBmb3VyIHllYXJzLiBcIiBocmVmPVwiXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wMy9kZWFuLWhhbmRsZXkuanBnXCJdPHA+UmlvcyBRdWFudGl0YXRpdmUgLSBcIlRoZXkgdHJhZGUgdGhlIGdyZWF0ZXN0IGRpdmVyc2l0eSBvZiBmdXR1cmVzIGluZGljZXMgSSBoYXZlIGV2ZXIgc2VlbiBhbmQgcHJlc2VudCBhcyBhIG9uZS1zdG9wIGZpbmFuY2lhbCBib3V0aXF1ZSBzcGVjaWFsaXppbmcgaW4gZWxlY3Ryb25pYyB0cmFkaW5nIHN0cmF0ZWd5Li4uIFRoZWlyIHRlY2hub2xvZ3kgcHJvdmlkZXMgdHJhZGVycyBhY2Nlc3MgdG8gaW5ub3ZhdGl2ZSBtZXRob2RzIHRvIHByb2ZpdCBmcm9tIHRoZSBtYXJrZXRzIHdoaWxlIGNvbnRyb2xsaW5nIHJpc2suXCI8L3A+Wy90ZXN0aW1vbmlhbF1bL3Rlc3RpbW9uaWFsc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI2MzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkNPTU1PRElUWSBGVVRVUkVTLCBPUFRJT05TLCBBTkQgRk9SRVggVFJBRElORyBJTlZPTFZFUyBTVUJTVEFOVElBTCBSSVNLIEFORCBJUyBOT1QgU1VJVEFCTEUgRk9SIEFMTCBJTlZFU1RPUlMuIFBBU1QgUEVSRk9STUFOQ0UgSVMgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFJFU1VMVFMuPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX19','YToxNDp7czo1OiJ0aGVtZSI7czo2ODoiWVRveU9udHpPalE2SW5SNWNHVWlPM002T1RvaWJXRnlhMlYwYVc1bklqdHpPak02SW1ScGNpSTdjem94T2lJeElqdDkiO3M6MTM6ImhlYWRlcl9sYXlvdXQiO3M6MTE5NjoiWVRveE1qcDdjem8wT2lKc2IyZHZJanR6T2pjME9pSm9kSFJ3T2k4dmQzZDNMblJvWlhSeVlXUnBibWR5YjI5dExtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE5DOHdNeTl5Y1Mxc2IyZHZMV0pzWVdOckxtcHdaeUk3Y3pvMU9pSmlaMmx0WnlJN2N6b3dPaUlpTzNNNk1URTZJbkpsY0dWaGRHSm5hVzFuSWp0ek9qQTZJaUk3Y3pvM09pSmlaMk52Ykc5eUlqdHpPamM2SWlNd01UQmlNV1VpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFek9pSnRaVzUxTFhCdmMybDBhVzl1SWp0ek9qazZJbUZzYjI1bmMybGtaU0k3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWxraU8zTTZNVE02SW01aGRsOWlZWEpmWVdKdmRtVWlPMkU2TnpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TXpvaWJtRjJJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjl6YUdGa2IzY2lPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM2RsYVdkb2RDSTdjem93T2lJaU8zTTZPVG9pWm05dWRGOXphWHBsSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1Eb2lJanR6T2pRNklteHZaMjhpTzNNNk1Eb2lJanQ5Y3pveE16b2libUYyWDJKaGNsOWlaV3h2ZHlJN1lUbzNPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qQTZJaUk3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYMlpoYldsc2VTSTdjem93T2lJaU8zTTZORG9pYkc5bmJ5STdjem93T2lJaU8zMXpPakUzT2lKdVlYWmZZbUZ5WDJGc2IyNW5jMmxrWlNJN1lUbzJPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qWTZJbTV2Y20xaGJDSTdjem81T2lKbWIyNTBYM05wZW1VaU8zTTZNam9pTVRNaU8zTTZNVEU2SW1admJuUmZabUZ0YVd4NUlqdHpPamM2SWxCVUlGTmhibk1pTzMxek9qRXlPaUprYVhOaFlteGxYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRXhPaUpvWldGa1pYSmZiR2x1YXlJN2N6b3pNRG9pYUhSMGNEb3ZMM2QzZHk1MGFHVjBjbUZrYVc1bmNtOXZiUzVqYjIwdklqdDkiO3M6MTI6ImZlYXR1cmVfYXJlYSI7czoxMjA6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzBPaUowZVhCbElqdHBPakU3Y3pvNE9pSnpaWFIwYVc1bmN5STdZVG94T250ek9qRXlPaUptYjI1MFgyOXdkR2x2Ym5NaU8yRTZNRHA3ZlgxOSI7czoxMzoiZmVhdHVyZV90aXRsZSI7czo2NDoiWVRveU9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvMU9pSjBhWFJzWlNJN2N6b3dPaUlpTzMwPSI7czoxMToiZm9vdGVyX2FyZWEiO3M6MzgwOiJZVG80T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVdTSTdjem96T2lKdVlYWWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM05vWVdSdmR5STdjem93T2lJaU8zTTZNVEU2SW1admJuUmZkMlZwWjJoMElqdHpPakE2SWlJN2N6bzVPaUptYjI1MFgzTnBlbVVpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDJaaGJXbHNlU0k3Y3pveE5Ub2lVMjkxY21ObElGTmhibk1nVUhKdklqdHpPakV5T2lKc1lYSm5aVjltYjI5MFpYSWlPMkU2TVRwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPMzF6T2pFM09pSm1iMjkwWlhKZlpHbHpZMnhoYVcxbGNpSTdZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8zT2lKdFpYTnpZV2RsSWp0ek9qQTZJaUk3ZlgwPSI7czoxMDoidHlwb2dyYXBoeSI7czoxNjc2OiJZVG95T250ek9qRXpPaUptYjI1MFgyVnNaVzFsYm5SeklqdGhPams2ZTNNNk1UQTZJbk5wZEdWZmRHbDBiR1VpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pJNklqSTBJanR6T2pRNkltWnZiblFpTzNNNk1UQTZJazF2Ym5SelpYSnlZWFFpTzNNNk5Ub2ljM1I1YkdVaU8zTTZORG9pWW05c1pDSTdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPMzF6T2pjNkluUmhaMnhwYm1VaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qYzZJaU13UmpnM1F6a2lPMzF6T2pjNkltUmxabUYxYkhRaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qSTZJakUzSWp0ek9qUTZJbVp2Ym5RaU8zTTZNVFU2SWxOdmRYSmpaU0JUWVc1eklGQnlieUk3Y3pvMU9pSnpkSGxzWlNJN2N6bzJPaUp1YjNKdFlXd2lPM002TlRvaVkyOXNiM0lpTzNNNk56b2lJell6TmpNMk15STdmWE02TWpvaWFERWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakUxT2lKVGIzVnlZMlVnVTJGdWN5QlFjbThpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURJaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk1qb2lhRE1pTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pFMU9pSlRiM1Z5WTJVZ1UyRnVjeUJRY204aU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWE02TWpvaWFEUWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakUxT2lKVGIzVnlZMlVnVTJGdWN5QlFjbThpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk1qb2lhRFlpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pFMU9pSlRiM1Z5WTJVZ1UyRnVjeUJRY204aU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWDF6T2pFME9pSmpiMnh2Y2w5bGJHVnRaVzUwY3lJN1lUbzJPbnR6T2pFM09pSm1iMjkwWlhKZmRHVjRkRjlqYjJ4dmNpSTdjem93T2lJaU8zTTZNVGM2SW1admIzUmxjbDlzYVc1clgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveU16b2labTl2ZEdWeVgyeHBibXRmYUc5MlpYSmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTRPaUptWldGMGRYSmxYM1JsZUhSZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFNE9pSm1aV0YwZFhKbFgyeHBibXRmWTI5c2IzSWlPM002TURvaUlqdHpPakkwT2lKbVpXRjBkWEpsWDJ4cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzNNNk1Eb2lJanQ5ZlE9PSI7czoyMToiY29sb3Jfc2NoZW1lX2FkdmFuY2VkIjtzOjI1OTI6IllUbzNPbnR6T2pFek9pSnVZWFpmWW1GeVgyRmliM1psSWp0aE9qRXdPbnR6T2pFek9pSnVZWFpmWW1GeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2libUYyWDJKaGNsOWxibVFpTzNNNk1Eb2lJanR6T2pFNU9pSnVZWFpmWW1GeVgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TnpvaWJtRjJYMkpoY2w5b2IzWmxjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRXdPaUp1WVhaZlltRnlYMkpuSWp0ek9qQTZJaUk3Y3pveU1qb2libUYyWDJKaGNsOWlaMTlvYjNabGNsOXpkR0Z5ZENJN2N6b3dPaUlpTzNNNk1UVTZJbTVoZGw5aVlYSmZaR1JmYkdsdWF5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWkdSZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pFeU9pSnVZWFpmWW1GeVgyeHBibXNpTzNNNk1Eb2lJanR6T2pFek9pSnVZWFpmWW1GeVgyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1UTTZJbTVoZGw5aVlYSmZZbVZzYjNjaU8yRTZNVEE2ZTNNNk1UTTZJbTVoZGw5aVlYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRXhPaUp1WVhaZlltRnlYMlZ1WkNJN2N6b3dPaUlpTzNNNk1UazZJbTVoZGw5aVlYSmZhRzkyWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSnVZWFpmWW1GeVgyaHZkbVZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVEE2SW01aGRsOWlZWEpmWW1jaU8zTTZNRG9pSWp0ek9qSXlPaUp1WVhaZlltRnlYMkpuWDJodmRtVnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOVG9pYm1GMlgySmhjbDlrWkY5c2FXNXJJanR6T2pBNklpSTdjem94TmpvaWJtRjJYMkpoY2w5a1pGOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0OWN6b3hOem9pYm1GMlgySmhjbDloYkc5dVozTnBaR1VpTzJFNk56cDdjem94TURvaWJtRjJYMkpoY2w5aVp5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWW1kZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pJd09pSnVZWFpmWW1GeVgySm5YMjVoZGw5b2IzWmxjaUk3Y3pvd09pSWlPM002TVRJNkltNWhkbDlpWVhKZmJHbHVheUk3Y3pvM09pSWpZamxpWkdNd0lqdHpPakV6T2lKdVlYWmZZbUZ5WDJodmRtVnlJanR6T2pBNklpSTdjem94TlRvaWJtRjJYMkpoY2w5a1pGOXNhVzVySWp0ek9qQTZJaUk3Y3pveE5qb2libUYyWDJKaGNsOWtaRjlvYjNabGNpSTdjem93T2lJaU8zMXpPakV5T2lKbVpXRjBkWEpsWDJGeVpXRWlPMkU2TnpwN2N6b3hNem9pWm1WaGRIVnlaVjl6ZEdGeWRDSTdjem93T2lJaU8zTTZNVEU2SW1abFlYUjFjbVZmWlc1a0lqdHpPakE2SWlJN2N6b3hNRG9pZEdWNGRGOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6b3dPaUlpTzMxek9qRTJPaUpzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanRoT2pJNmUzTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk1Eb2lJanQ5Y3pveU9pSmlaeUk3Y3pvd09pSWlPM002TVRBNkltSm5YMjl3ZEdsdmJuTWlPM002TURvaUlqdDljem94TXpvaVptVmhkSFZ5WlY5MGFYUnNaU0k3WVRvek9udHpPakU1T2lKbVpXRjBkWEpsWDNScGRHeGxYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOem9pWm1WaGRIVnlaVjkwYVhSc1pWOWxibVFpTzNNNk1Eb2lJanR6T2pJME9pSm1aV0YwZFhKbFgzUnBkR3hsWDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0OWN6bzJPaUptYjI5MFpYSWlPMkU2T0RwN2N6b3hNam9pWm05dmRHVnlYM04wWVhKMElqdHpPamM2SWlNeVl6TXlNMlVpTzNNNk1UQTZJbVp2YjNSbGNsOWxibVFpTzNNNk56b2lJekpqTXpJelpTSTdjem94TnpvaVptOXZkR1Z5WDNSbGVIUmZZMjlzYjNJaU8zTTZOem9pSTJabVptWm1aaUk3Y3pveE56b2labTl2ZEdWeVgyeHBibXRmWTI5c2IzSWlPMkU2TWpwN2N6bzFPaUpqYjJ4dmNpSTdjem8zT2lJalptWm1abVptSWp0ek9qRTFPaUowWlhoMFgyUmxZMjl5WVhScGIyNGlPM002TURvaUlqdDljem95TXpvaVptOXZkR1Z5WDJ4cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvM09pSWpabVptWm1abUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk1Eb2lJanQ5Y3pveE1Eb2lkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPM002TVRBNklteHBibXRmWTI5c2IzSWlPM002TURvaUlqdHpPakUyT2lKc2FXNXJYMmh2ZG1WeVgyTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk5Eb2ljR0ZuWlNJN1lUbzBPbnR6T2pFeU9pSnlaWEJsWVhScGJtZGZZbWNpTzNNNk1Eb2lJanR6T2pnNkltSm5YMk52Ykc5eUlqdHpPamM2SWlObVptWm1abVlpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6b3dPaUlpTzMxek9qRTJPaUpzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanRoT2pJNmUzTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk1Eb2lJanQ5ZlgwPSI7czoxNToibW9iaWxlX3JlZGlyZWN0IjtzOjYwOiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdDkiO3M6Mzoic2VvIjtzOjE5MjoiWVRvMk9udHpPalU2SW5ScGRHeGxJanR6T2pBNklpSTdjem94TVRvaVpHVnpZM0pwY0hScGIyNGlPM002TURvaUlqdHpPamc2SW10bGVYZHZjbVJ6SWp0ek9qQTZJaUk3Y3pvM09pSnZaM1JwZEd4bElqdHpPakE2SWlJN2N6b3hNem9pYjJka1pYTmpjbWx3ZEdsdmJpSTdjem93T2lJaU8zTTZOem9pYjJkcGJXRm5aU0k3Y3pvd09pSWlPMzA9IjtzOjc6InNjcmlwdHMiO3M6ODQ6IllUb3hPbnRwT2pBN1lUb3lPbnR6T2pnNkluQnZjMmwwYVc5dUlqdHpPak02SW1OemN5STdjem8yT2lKelkzSnBjSFFpTzNNNk1Eb2lJanQ5ZlE9PSI7czo4OiJmYl9zaGFyZSI7czoxMjQ6IllUbzBPbnR6T2pVNkluUnBkR3hsSWp0ek9qQTZJaUk3Y3pveE1Ub2laR1Z6WTNKcGNIUnBiMjRpTzNNNk1Eb2lJanR6T2pVNkltbHRZV2RsSWp0ek9qQTZJaUk3Y3pvNE9pSnNhV3RsWDNWeWJDSTdjem93T2lJaU8zMD0iO3M6ODoibGlnaHRib3giO3M6MzcwMDoiWVRvMU9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvM09pSnphRzkzWDI5dUlqdHpPalE2SW14dllXUWlPM002TkRvaWRIbHdaU0k3Y3pvMU9pSnZjSFJwYmlJN2N6b3hNRG9pYjNCMGFXNWZabTl5YlNJN1lUb3pPbnR6T2prNkltWnZjbTFmYUhSdGJDSTdZVG94TnpwN2N6b3hNRG9pWlcxaGFXeGZaR0YwWVNJN2N6b3dPaUlpTzNNNk1UTTZJbVZ0WVdsc1gyRmtaSEpsYzNNaU8zTTZNRG9pSWp0ek9qRXlPaUp5WldScGNtVmpkRjkxY213aU8zTTZNRG9pSWp0ek9qRXlPaUpsZUhSeVlWOW1hV1ZzWkhNaU8zTTZNRG9pSWp0ek9qRTRPaUpsYldGcGJGOWxlSFJ5WVY5bWFXVnNaSE1pTzNNNk1Eb2lJanR6T2pRNkltaDBiV3dpTzNNNk1Eb2lJanR6T2pFd09pSnVaWGRmZDJsdVpHOTNJanR6T2pBNklpSTdjem94TWpvaVpHbHpZV0pzWlY5dVlXMWxJanR6T2pBNklpSTdjem80T2lKdVlXMWxYMkp2ZUNJN2N6b3dPaUlpTzNNNk9Ub2laVzFoYVd4ZlltOTRJanR6T2pBNklpSTdjem8yT2lKaFkzUnBiMjRpTzNNNk1Eb2lJanR6T2pZNkltWnBaV3hrY3lJN2N6b3dPaUlpTzNNNk5qb2liV1YwYUc5a0lqdHpPalE2SW5CdmMzUWlPM002TVRZNkltbHVkR1ZuY21GMGFXOXVYM1I1Y0dVaU8zTTZOam9pWTNWemRHOXRJanR6T2pRNklteHBjM1FpTzNNNk1Eb2lJanR6T2pFME9pSjBhR0Z1YTE5NWIzVmZjR0ZuWlNJN2N6b3dPaUlpTzNNNk1URTZJbUZqZEdsdmJsOXdZV2RsSWp0ek9qQTZJaUk3ZlhNNk56b2lZMjl1ZEdWdWRDSTdZVG8xT250ek9qVTZJblJwZEd4bElqdHpPak15T2lKVFpXeHNJRUZ1ZVhSb2FXNW5JRmRwZEdnZ1QzQjBhVzFwZW1WUWNtVnpjeUk3Y3pveE1Ub2labTl5YlY5b1pXRmtaWElpTzNNNk9EZzZJa3h2Y21WdElHbHdjM1Z0SUdSdmJHOXlJSE5wZENCaGJXVjBMQ0JqYjI1elpXTjBaWFIxWlhJZ1lXUnBjR2x6WTJsdVp5QmxiR2wwTENCelpXUWdaR2xoYlNCdWIyNTFiVzE1SUc1cFltZ2daWFZwYzIxdlpDNGlPM002TVRFNkltWnZiM1JsY2w5dWIzUmxJanR6T2pZME9pSlpiM1Z5SUdsdVptOXliV0YwYVc5dUlHbHpJREV3TUNVZ2MyVmpkWEpsSUhkcGRHZ2dkWE1nWVc1a0lIZHBiR3dnYm1WMlpYSWdZbVVnYzJoaGNtVmtJanR6T2pFeU9pSnVZVzFsWDJSbFptRjFiSFFpTzNNNk1qUTZJa1Z1ZEdWeUlIbHZkWElnUm1seWMzUWdUbUZ0WlM0dUxpSTdjem94TXpvaVpXMWhhV3hmWkdWbVlYVnNkQ0k3Y3pveU56b2lSVzUwWlhJZ2VXOTFjaUJGYldGcGJDQkJaR1J5WlhOekxpNHVJanQ5Y3pveE16b2ljM1ZpYldsMFgySjFkSFJ2YmlJN1lUbzFOanA3Y3pvMk9pSmlkWFIwYjI0aU8yRTZNRHA3ZlhNNk9Eb2liRzlqWVhScGIyNGlPM002TXpZNkltOXdYMnhwWjJoMFltOTRYMjl3ZEdsdVgyWnZjbTFmYzNWaWJXbDBYMkoxZEhSdmJpSTdjem8zT2lKamIyNTBaVzUwSWp0ek9qQTZJaUk3Y3pvME9pSjBlWEJsSWp0ek9qRTZJakFpTzNNNk5Ub2lhVzFoWjJVaU8zTTZNRG9pSWp0ek9qRXlPaUpsYkdWdFpXNTBYM1I1Y0dVaU8zTTZNRG9pSWp0ek9qUTZJbWh5WldZaU8zTTZNRG9pSWp0ek9qRXdPaUp1WlhkZmQybHVaRzkzSWp0ek9qQTZJaUk3Y3pveU9pSmpZeUk3Y3pvd09pSWlPM002TlRvaVlXeHBaMjRpTzNNNk1Eb2lJanR6T2pRNkluUmxlSFFpTzNNNk1Eb2lJanR6T2prNkluUmxlSFJmYzJsNlpTSTdjem95T2lJek1pSTdjem94TURvaWRHVjRkRjlqYjJ4dmNpSTdjem8zT2lJak1EQXdNREF3SWp0ek9qazZJblJsZUhSZlptOXVkQ0k3Y3pvd09pSWlPM002T1RvaWRHVjRkRjlpYjJ4a0lqdHpPakU2SWpFaU8zTTZNVFE2SW5SbGVIUmZkVzVrWlhKc2FXNWxJanR6T2pBNklpSTdjem94TVRvaWRHVjRkRjlwZEdGc2FXTWlPM002TURvaUlqdHpPakU1T2lKMFpYaDBYMnhsZEhSbGNsOXpjR0ZqYVc1bklqdHpPakU2SWpBaU8zTTZNVE02SW5OMVluUmxlSFJmY0dGdVpXd2lPM002TURvaUlqdHpPamM2SW5OMVluUmxlSFFpTzNNNk1Eb2lJanR6T2pFeU9pSnpkV0owWlhoMFgzTnBlbVVpTzNNNk1Eb2lJanR6T2pFek9pSnpkV0owWlhoMFgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE1qb2ljM1ZpZEdWNGRGOW1iMjUwSWp0ek9qQTZJaUk3Y3pveE1qb2ljM1ZpZEdWNGRGOWliMnhrSWp0ek9qQTZJaUk3Y3pveE56b2ljM1ZpZEdWNGRGOTFibVJsY214cGJtVWlPM002TURvaUlqdHpPakUwT2lKemRXSjBaWGgwWDJsMFlXeHBZeUk3Y3pvd09pSWlPM002TWpJNkluTjFZblJsZUhSZmJHVjBkR1Z5WDNOd1lXTnBibWNpTzNNNk1Eb2lJanR6T2pFM09pSjBaWGgwWDNOb1lXUnZkMTl3WVc1bGJDSTdjem94T2lKWklqdHpPakl3T2lKMFpYaDBYM05vWVdSdmQxOTJaWEowYVdOaGJDSTdjem94T2lJeElqdHpPakl5T2lKMFpYaDBYM05vWVdSdmQxOW9iM0pwZW05dWRHRnNJanR6T2pFNklqQWlPM002TVRjNkluUmxlSFJmYzJoaFpHOTNYMk52Ykc5eUlqdHpPamM2SWlObVptWm1NREFpTzNNNk1UWTZJblJsZUhSZmMyaGhaRzkzWDJKc2RYSWlPM002TVRvaU1DSTdjem94TXpvaWMzUjViR2x1WjE5M2FXUjBhQ0k3Y3pvd09pSWlPM002TVRRNkluTjBlV3hwYm1kZmFHVnBaMmgwSWp0ek9qQTZJaUk3Y3pveU1Eb2ljM1I1YkdsdVoxOWliM0prWlhKZlkyOXNiM0lpTzNNNk56b2lJekF3TURBd01DSTdjem94T1RvaWMzUjViR2x1WjE5aWIzSmtaWEpmYzJsNlpTSTdjem94T2lJeElqdHpPakl4T2lKemRIbHNhVzVuWDJKdmNtUmxjbDl5WVdScGRYTWlPM002TVRvaU5pSTdjem95TWpvaWMzUjViR2x1WjE5aWIzSmtaWEpmYjNCaFkybDBlU0k3Y3pvek9pSXhNREFpTzNNNk1UWTZJbk4wZVd4cGJtZGZaM0poWkdsbGJuUWlPM002TURvaUlqdHpPakV6T2lKemRIbHNhVzVuWDNOb2FXNWxJanR6T2pFNklsa2lPM002TWpnNkluTjBlV3hwYm1kZlozSmhaR2xsYm5SZmMzUmhjblJmWTI5c2IzSWlPM002TnpvaUkyWm1abVl3TUNJN2N6b3lOam9pYzNSNWJHbHVaMTluY21Ga2FXVnVkRjlsYm1SZlkyOXNiM0lpTzNNNk56b2lJMlptWVRBek5TSTdjem94TnpvaVpISnZjRjl6YUdGa2IzZGZjR0Z1Wld3aU8zTTZNVG9pV1NJN2N6b3lNRG9pWkhKdmNGOXphR0ZrYjNkZmRtVnlkR2xqWVd3aU8zTTZNVG9pTVNJN2N6b3lNam9pWkhKdmNGOXphR0ZrYjNkZmFHOXlhWHB2Ym5SaGJDSTdjem94T2lJd0lqdHpPakUyT2lKa2NtOXdYM05vWVdSdmQxOWliSFZ5SWp0ek9qRTZJakVpTzNNNk1UZzZJbVJ5YjNCZmMyaGhaRzkzWDNOd2NtVmhaQ0k3Y3pveE9pSXdJanR6T2pFM09pSmtjbTl3WDNOb1lXUnZkMTlqYjJ4dmNpSTdjem8zT2lJak1EQXdNREF3SWp0ek9qRTVPaUprY205d1gzTm9ZV1J2ZDE5dmNHRmphWFI1SWp0ek9qSTZJalV3SWp0ek9qRTRPaUpwYm5ObGRGOXphR0ZrYjNkZmNHRnVaV3dpTzNNNk1Ub2lXU0k3Y3pveU1Ub2lhVzV6WlhSZmMyaGhaRzkzWDNabGNuUnBZMkZzSWp0ek9qRTZJakFpTzNNNk1qTTZJbWx1YzJWMFgzTm9ZV1J2ZDE5b2IzSnBlbTl1ZEdGc0lqdHpPakU2SWpBaU8zTTZNVGM2SW1sdWMyVjBYM05vWVdSdmQxOWliSFZ5SWp0ek9qRTZJakFpTzNNNk1UazZJbWx1YzJWMFgzTm9ZV1J2ZDE5emNISmxZV1FpTzNNNk1Ub2lNU0k3Y3pveE9Eb2lhVzV6WlhSZmMyaGhaRzkzWDJOdmJHOXlJanR6T2pjNklpTm1abVptTURBaU8zTTZNakE2SW1sdWMyVjBYM05vWVdSdmQxOXZjR0ZqYVhSNUlqdHpPakk2SWpVd0lqdDlmWE02TVRJNkltaDBiV3hmWTI5dWRHVnVkQ0k3WVRveE9udHpPamM2SW1OdmJuUmxiblFpTzNNNk1Eb2lJanQ5ZlE9PSI7czoxMzoiZXhpdF9yZWRpcmVjdCI7czo4ODoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSjFjbXdpTzNNNk1Eb2lJanR6T2pjNkltMWxjM05oWjJVaU8zTTZNRG9pSWp0OSI7czoxMzoibGF1bmNoX2Z1bm5lbCI7czoxOTI6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzVPaUptZFc1dVpXeGZhV1FpTzNNNk1Ub2lNU0k3Y3pveE5qb2laMkYwWlhkaGVWOXZkbVZ5Y21sa1pTSTdZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem80T2lKeVpXUnBjbVZqZENJN2N6b3dPaUlpTzNNNk5Eb2lZMjlrWlNJN2N6b3dPaUlpTzMxOSI7fQ=='),(18,'Trading Systems sign up with Testimonial ','YToxOntzOjQ6ImJvZHkiO2E6NDp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjIwOiJwYWRkaW5nLWJvdHRvbTozMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MzI6ImV5SndZV1JrYVc1blFtOTBkRzl0SWpvaU16QWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMTA6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzN1wiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCJib2xkXCIgZm9udF9jb2xvcj1cIiM0MjUwNjNcIiBmb250X3NwYWNpbmc9XCIwXCIgZm9udF9zaGFkb3c9XCJsaWdodFwiIGFsaWduPVwiY2VudGVyXCJdRXZlciB0aGluayBvZiB0cmFkaW5nIGZvciBhIGxpdmluZz9bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTk1OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjJcIiBmb250X2ZvbnQ9XCJPcGVuIFNhbnNcIiBmb250X3N0eWxlPVwiMzAwXCIgZm9udF9jb2xvcj1cIiMzOTU0NjhcIiBhbGlnbj1cImNlbnRlclwiXUZpbmQgb3V0IGlmIHlvdSBoYXZlIHdoYXQgaXQgdGFrZXMhIFN0YXJ0IGEgMTQtZGF5IGZyZWUgdHJpYWwuWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTU2OiJiYWNrZ3JvdW5kOiNmMmYyZjI7cGFkZGluZy1ib3R0b206MjBweDtib3JkZXItdG9wLXdpZHRoOjFweDtib3JkZXItYm90dG9tLXdpZHRoOjFweDtib3JkZXItc3R5bGU6c29saWQ7Ym9yZGVyLXRvcC1jb2xvcjojZTNlM2UzO2JvcmRlci1ib3R0b20tY29sb3I6I2UzZTNlMzsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEzMjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tTW1ZeVpqSWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNakFpTENKaWIzSmtaWEpYYVdSMGFDSTZJakVpTENKaWIzSmtaWEpEYjJ4dmNpSTZJaU5sTTJVelpUTWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo0OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTc2OiJbaW1hZ2VzIHN0eWxlPVwiNVwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvZXF1aXR5LWN1cnZlLXBpZXJyZS5qcGdcIiB3aWR0aD1cIjgwOFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY1OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGxhcmdlX2ltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvZXF1aXR5LWN1cnZlLXBpZXJyZS5qcGdcIiB3aWR0aD1cIjgwOFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjM1OToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXVJpb3NRdWFudCBtZW1iZXIgUGllcnJlIHRvb2sgJDEsNjAwIGluIHByb2ZpdHMgZnJvbSB0aGUgZnV0dXJlcyBtYXJrZXQgaW4gdHdvIGRheXMsIDUvMTQvMjAxNCBhbmQgNS8xNS8yMDE0IHdpdGggMTMgdHJhZGVzLiBIZSB0cmFkZXMgZXZlcnkgbW9ybmluZyB3aXRoIG90aGVyIGxpa2UtbWluZGVkIHRyYWRlcnMgaW4gb3VyIGxpdmUgb25saW5lIHRyYWRpbmcgcm9vbS4gSGUgaXMgYSBtb21lbnR1bSB0cmFkZXIgYW5kIHVzZXMgdGhlIFJpb3NRdWFudCBmb3J3YXJkLWxvb2tpbmcgdHJhZGluZyBzeXN0ZW1zLiZuYnNwO1svdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2ODoiW2ltYWdlcyBzdHlsZT1cIjBcIiBsYXJnZV9pbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L2VxdWl0eS1jdXJ2ZS1waWVycmUuanBnXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3NDM6IltvcHRpbl9ib3ggc3R5bGU9XCIxMVwiIHdpZHRoPVwiNDUwXCIgbWFyZ2luX3RvcD1cIjE1XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0NDQ2OThcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVJXNTBaWElnZVc5MWNpQnVZVzFsSUdGdVpDQmxiV0ZwYkNCaVpXeHZkeUIwYnlCblpYUWdjM1JoY25SbFpDNHVMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiXUNsaWNrIHRoZW4gY2hlY2sgeW91ciBpbmJveCBmb3IgY29uZmlybWF0aW9uIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo0OiJlMzA9IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyODg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxN1wiIHdpZHRoPVwiOTQwXCJdPGgyIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjxzcGFuIHN0eWxlPVwiY29sb3I6ICM0MjUwNjM7XCI+WW91XCdyZSDCoDMtU3RlcHMgQXdheSB0bwpHZXR0aW5nIFN0YXJ0ZWQgV2l0aCBZb3VyIFRyYWRpbmcgU3lzdGVtIEZyZWUgVHJpYWzCoDwvc3Bhbj48L2gyPgo8cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTkyOiJbc3RlcF9ncmFwaGljcyBzdHlsZT1cIjVcIiBjb2xvcj1cIiM0MjUwNjNcIl1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMVwiIGhlYWRsaW5lPVwiSW5zdGFsbGF0aW9uIC0gVGVjaCBzdXBwb3J0IG1lbWJlciB3aWxsIHdhbGsgeW91IHRocm91Z2ggdGhlIGluc3RhbGxhdGlvbiwgbWFraW5nIHRoZSBwcm9jZXNzIHF1aWNrIGFuZCB0cm91YmxlIGZyZWUuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIyXCIgaGVhZGxpbmU9XCJUcmFpbmluZyAtICBPbmUtb24tb25lIHRyYWluaW5nIHRvIGluc3VyZSB5b3UgbGVhcm4gYWxsIHRoZSB0cmFkaW5nIHN5c3RlbSBoYXMgdG8gb2ZmZXIuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIzXCIgaGVhZGxpbmU9XCJMaXZlIFRyYWRpbmcgUm9vbSAtIEV4cGVyaWVuY2UgdGhlIHBvd2VyIG9mIG1hcmtldCBpbnRlbGxpZ2VuY2UgaW4gcmVhbCBtYXJrZXQgZW52aXJvbm1lbnQgd2l0aCBSaW9zUXVhbnQgbWVtYmVycyBhbmQgY29hY2hlcyB0byBpbnN1cmUgeW91IGdldCB0aGUgbW9zdCBvdXQgb2YgeW91ciBmcmVlIHRyaWFsLlwiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0MjQ6Ilt0ZXN0aW1vbmlhbHMgc3R5bGU9XCIyXCIgbWFyZ2luX3RvcD1cIlwiIG1hcmdpbl9ib3R0b209XCJcIl1bdGVzdGltb25pYWwgbmFtZT1cIlBpZXJyZSAtIE5ldyBKZXJzZXkgVVNBXCIgY29tcGFueT1cIlJpb3NRdWFudCBtZW1iZXIgc2luY2UgMjAxMlwiIGhyZWY9XCJcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L3BpZXJyZS1nYW1pbC1waWMuanBnXCJdPHA+XCJDb3VsZCBub3QgZG8gaXQgd2l0aG91dCB5b3UuLi4gSVwnbGwgbmV2ZXIgYmUgYWJsZSB0byB0aGFuayB5b3UgRVAgYW5kIFN0ZXZlIGVub3VnaCBmb3IgdGhlIGRlZGljYXRpb24geW91IHNob3cgYW5kIHRoZSBzdXBwb3J0IHlvdSBvZmZlciFcIjwvcD4KWy90ZXN0aW1vbmlhbF1bL3Rlc3RpbW9uaWFsc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMyOToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkNPTU1PRElUWSBGVVRVUkVTLCBPUFRJT05TLCBBTkQgRk9SRVggVFJBRElORyBJTlZPTFZFUyBTVUJTVEFOVElBTCBSSVNLIEFORCBJUyBOT1QgU1VJVEFCTEUgRk9SIEFMTCBJTlZFU1RPUlMuIFBBU1QgUEVSRk9STUFOQ0UgSVMgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFJFU1VMVFMuIFRFU1RJTU9OSUFMUyBBUkUgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFBFUkZPUk1BTkNFIE9SIFNVQ0NFU1MuPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX19','YToxNDp7czo1OiJ0aGVtZSI7czo2ODoiWVRveU9udHpPalE2SW5SNWNHVWlPM002T1RvaWJXRnlhMlYwYVc1bklqdHpPak02SW1ScGNpSTdjem94T2lJeElqdDkiO3M6MTM6ImhlYWRlcl9sYXlvdXQiO3M6MTE5NjoiWVRveE1qcDdjem8wT2lKc2IyZHZJanR6T2pjME9pSm9kSFJ3T2k4dmQzZDNMblJvWlhSeVlXUnBibWR5YjI5dExtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE5DOHdNeTl5Y1Mxc2IyZHZMV0pzWVdOckxtcHdaeUk3Y3pvMU9pSmlaMmx0WnlJN2N6b3dPaUlpTzNNNk1URTZJbkpsY0dWaGRHSm5hVzFuSWp0ek9qQTZJaUk3Y3pvM09pSmlaMk52Ykc5eUlqdHpPamM2SWlNd01UQmlNV1VpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFek9pSnRaVzUxTFhCdmMybDBhVzl1SWp0ek9qazZJbUZzYjI1bmMybGtaU0k3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWxraU8zTTZNVE02SW01aGRsOWlZWEpmWVdKdmRtVWlPMkU2TnpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TXpvaWJtRjJJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjl6YUdGa2IzY2lPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM2RsYVdkb2RDSTdjem93T2lJaU8zTTZPVG9pWm05dWRGOXphWHBsSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1Eb2lJanR6T2pRNklteHZaMjhpTzNNNk1Eb2lJanQ5Y3pveE16b2libUYyWDJKaGNsOWlaV3h2ZHlJN1lUbzNPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qQTZJaUk3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYMlpoYldsc2VTSTdjem93T2lJaU8zTTZORG9pYkc5bmJ5STdjem93T2lJaU8zMXpPakUzT2lKdVlYWmZZbUZ5WDJGc2IyNW5jMmxrWlNJN1lUbzJPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qWTZJbTV2Y20xaGJDSTdjem81T2lKbWIyNTBYM05wZW1VaU8zTTZNam9pTVRNaU8zTTZNVEU2SW1admJuUmZabUZ0YVd4NUlqdHpPamM2SWxCVUlGTmhibk1pTzMxek9qRXlPaUprYVhOaFlteGxYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRXhPaUpvWldGa1pYSmZiR2x1YXlJN2N6b3pNRG9pYUhSMGNEb3ZMM2QzZHk1MGFHVjBjbUZrYVc1bmNtOXZiUzVqYjIwdklqdDkiO3M6MTI6ImZlYXR1cmVfYXJlYSI7czoxMjA6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzBPaUowZVhCbElqdHBPakU3Y3pvNE9pSnpaWFIwYVc1bmN5STdZVG94T250ek9qRXlPaUptYjI1MFgyOXdkR2x2Ym5NaU8yRTZNRHA3ZlgxOSI7czoxMzoiZmVhdHVyZV90aXRsZSI7czo2NDoiWVRveU9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvMU9pSjBhWFJzWlNJN2N6b3dPaUlpTzMwPSI7czoxMToiZm9vdGVyX2FyZWEiO3M6MzgwOiJZVG80T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVdTSTdjem96T2lKdVlYWWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM05vWVdSdmR5STdjem93T2lJaU8zTTZNVEU2SW1admJuUmZkMlZwWjJoMElqdHpPakE2SWlJN2N6bzVPaUptYjI1MFgzTnBlbVVpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDJaaGJXbHNlU0k3Y3pveE5Ub2lVMjkxY21ObElGTmhibk1nVUhKdklqdHpPakV5T2lKc1lYSm5aVjltYjI5MFpYSWlPMkU2TVRwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPMzF6T2pFM09pSm1iMjkwWlhKZlpHbHpZMnhoYVcxbGNpSTdZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8zT2lKdFpYTnpZV2RsSWp0ek9qQTZJaUk3ZlgwPSI7czoxMDoidHlwb2dyYXBoeSI7czoxNjc2OiJZVG95T250ek9qRXpPaUptYjI1MFgyVnNaVzFsYm5SeklqdGhPams2ZTNNNk1UQTZJbk5wZEdWZmRHbDBiR1VpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pJNklqSTBJanR6T2pRNkltWnZiblFpTzNNNk1UQTZJazF2Ym5SelpYSnlZWFFpTzNNNk5Ub2ljM1I1YkdVaU8zTTZORG9pWW05c1pDSTdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPMzF6T2pjNkluUmhaMnhwYm1VaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qYzZJaU13UmpnM1F6a2lPMzF6T2pjNkltUmxabUYxYkhRaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qSTZJakUzSWp0ek9qUTZJbVp2Ym5RaU8zTTZNVFU2SWxOdmRYSmpaU0JUWVc1eklGQnlieUk3Y3pvMU9pSnpkSGxzWlNJN2N6bzJPaUp1YjNKdFlXd2lPM002TlRvaVkyOXNiM0lpTzNNNk56b2lJell6TmpNMk15STdmWE02TWpvaWFERWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakUxT2lKVGIzVnlZMlVnVTJGdWN5QlFjbThpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURJaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk1qb2lhRE1pTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pFMU9pSlRiM1Z5WTJVZ1UyRnVjeUJRY204aU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWE02TWpvaWFEUWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakUxT2lKVGIzVnlZMlVnVTJGdWN5QlFjbThpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk1qb2lhRFlpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pFMU9pSlRiM1Z5WTJVZ1UyRnVjeUJRY204aU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWDF6T2pFME9pSmpiMnh2Y2w5bGJHVnRaVzUwY3lJN1lUbzJPbnR6T2pFM09pSm1iMjkwWlhKZmRHVjRkRjlqYjJ4dmNpSTdjem93T2lJaU8zTTZNVGM2SW1admIzUmxjbDlzYVc1clgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveU16b2labTl2ZEdWeVgyeHBibXRmYUc5MlpYSmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTRPaUptWldGMGRYSmxYM1JsZUhSZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFNE9pSm1aV0YwZFhKbFgyeHBibXRmWTI5c2IzSWlPM002TURvaUlqdHpPakkwT2lKbVpXRjBkWEpsWDJ4cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzNNNk1Eb2lJanQ5ZlE9PSI7czoyMToiY29sb3Jfc2NoZW1lX2FkdmFuY2VkIjtzOjI1OTI6IllUbzNPbnR6T2pFek9pSnVZWFpmWW1GeVgyRmliM1psSWp0aE9qRXdPbnR6T2pFek9pSnVZWFpmWW1GeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2libUYyWDJKaGNsOWxibVFpTzNNNk1Eb2lJanR6T2pFNU9pSnVZWFpmWW1GeVgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TnpvaWJtRjJYMkpoY2w5b2IzWmxjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRXdPaUp1WVhaZlltRnlYMkpuSWp0ek9qQTZJaUk3Y3pveU1qb2libUYyWDJKaGNsOWlaMTlvYjNabGNsOXpkR0Z5ZENJN2N6b3dPaUlpTzNNNk1UVTZJbTVoZGw5aVlYSmZaR1JmYkdsdWF5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWkdSZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pFeU9pSnVZWFpmWW1GeVgyeHBibXNpTzNNNk1Eb2lJanR6T2pFek9pSnVZWFpmWW1GeVgyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1UTTZJbTVoZGw5aVlYSmZZbVZzYjNjaU8yRTZNVEE2ZTNNNk1UTTZJbTVoZGw5aVlYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRXhPaUp1WVhaZlltRnlYMlZ1WkNJN2N6b3dPaUlpTzNNNk1UazZJbTVoZGw5aVlYSmZhRzkyWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSnVZWFpmWW1GeVgyaHZkbVZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVEE2SW01aGRsOWlZWEpmWW1jaU8zTTZNRG9pSWp0ek9qSXlPaUp1WVhaZlltRnlYMkpuWDJodmRtVnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOVG9pYm1GMlgySmhjbDlrWkY5c2FXNXJJanR6T2pBNklpSTdjem94TmpvaWJtRjJYMkpoY2w5a1pGOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0OWN6b3hOem9pYm1GMlgySmhjbDloYkc5dVozTnBaR1VpTzJFNk56cDdjem94TURvaWJtRjJYMkpoY2w5aVp5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWW1kZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pJd09pSnVZWFpmWW1GeVgySm5YMjVoZGw5b2IzWmxjaUk3Y3pvd09pSWlPM002TVRJNkltNWhkbDlpWVhKZmJHbHVheUk3Y3pvM09pSWpZamxpWkdNd0lqdHpPakV6T2lKdVlYWmZZbUZ5WDJodmRtVnlJanR6T2pBNklpSTdjem94TlRvaWJtRjJYMkpoY2w5a1pGOXNhVzVySWp0ek9qQTZJaUk3Y3pveE5qb2libUYyWDJKaGNsOWtaRjlvYjNabGNpSTdjem93T2lJaU8zMXpPakV5T2lKbVpXRjBkWEpsWDJGeVpXRWlPMkU2TnpwN2N6b3hNem9pWm1WaGRIVnlaVjl6ZEdGeWRDSTdjem93T2lJaU8zTTZNVEU2SW1abFlYUjFjbVZmWlc1a0lqdHpPakE2SWlJN2N6b3hNRG9pZEdWNGRGOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6b3dPaUlpTzMxek9qRTJPaUpzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanRoT2pJNmUzTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk1Eb2lJanQ5Y3pveU9pSmlaeUk3Y3pvd09pSWlPM002TVRBNkltSm5YMjl3ZEdsdmJuTWlPM002TURvaUlqdDljem94TXpvaVptVmhkSFZ5WlY5MGFYUnNaU0k3WVRvek9udHpPakU1T2lKbVpXRjBkWEpsWDNScGRHeGxYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOem9pWm1WaGRIVnlaVjkwYVhSc1pWOWxibVFpTzNNNk1Eb2lJanR6T2pJME9pSm1aV0YwZFhKbFgzUnBkR3hsWDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0OWN6bzJPaUptYjI5MFpYSWlPMkU2T0RwN2N6b3hNam9pWm05dmRHVnlYM04wWVhKMElqdHpPamM2SWlNeVl6TXlNMlVpTzNNNk1UQTZJbVp2YjNSbGNsOWxibVFpTzNNNk56b2lJekpqTXpJelpTSTdjem94TnpvaVptOXZkR1Z5WDNSbGVIUmZZMjlzYjNJaU8zTTZOem9pSTJabVptWm1aaUk3Y3pveE56b2labTl2ZEdWeVgyeHBibXRmWTI5c2IzSWlPMkU2TWpwN2N6bzFPaUpqYjJ4dmNpSTdjem8zT2lJalptWm1abVptSWp0ek9qRTFPaUowWlhoMFgyUmxZMjl5WVhScGIyNGlPM002TURvaUlqdDljem95TXpvaVptOXZkR1Z5WDJ4cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvM09pSWpabVptWm1abUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk1Eb2lJanQ5Y3pveE1Eb2lkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPM002TVRBNklteHBibXRmWTI5c2IzSWlPM002TURvaUlqdHpPakUyT2lKc2FXNXJYMmh2ZG1WeVgyTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk5Eb2ljR0ZuWlNJN1lUbzBPbnR6T2pFeU9pSnlaWEJsWVhScGJtZGZZbWNpTzNNNk1Eb2lJanR6T2pnNkltSm5YMk52Ykc5eUlqdHpPamM2SWlObVptWm1abVlpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6b3dPaUlpTzMxek9qRTJPaUpzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanRoT2pJNmUzTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk1Eb2lJanQ5ZlgwPSI7czoxNToibW9iaWxlX3JlZGlyZWN0IjtzOjYwOiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdDkiO3M6Mzoic2VvIjtzOjE5MjoiWVRvMk9udHpPalU2SW5ScGRHeGxJanR6T2pBNklpSTdjem94TVRvaVpHVnpZM0pwY0hScGIyNGlPM002TURvaUlqdHpPamc2SW10bGVYZHZjbVJ6SWp0ek9qQTZJaUk3Y3pvM09pSnZaM1JwZEd4bElqdHpPakE2SWlJN2N6b3hNem9pYjJka1pYTmpjbWx3ZEdsdmJpSTdjem93T2lJaU8zTTZOem9pYjJkcGJXRm5aU0k3Y3pvd09pSWlPMzA9IjtzOjc6InNjcmlwdHMiO3M6ODQ6IllUb3hPbnRwT2pBN1lUb3lPbnR6T2pnNkluQnZjMmwwYVc5dUlqdHpPak02SW1OemN5STdjem8yT2lKelkzSnBjSFFpTzNNNk1Eb2lJanQ5ZlE9PSI7czo4OiJmYl9zaGFyZSI7czoxMjQ6IllUbzBPbnR6T2pVNkluUnBkR3hsSWp0ek9qQTZJaUk3Y3pveE1Ub2laR1Z6WTNKcGNIUnBiMjRpTzNNNk1Eb2lJanR6T2pVNkltbHRZV2RsSWp0ek9qQTZJaUk3Y3pvNE9pSnNhV3RsWDNWeWJDSTdjem93T2lJaU8zMD0iO3M6ODoibGlnaHRib3giO3M6MzcwMDoiWVRvMU9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvM09pSnphRzkzWDI5dUlqdHpPalE2SW14dllXUWlPM002TkRvaWRIbHdaU0k3Y3pvMU9pSnZjSFJwYmlJN2N6b3hNRG9pYjNCMGFXNWZabTl5YlNJN1lUb3pPbnR6T2prNkltWnZjbTFmYUhSdGJDSTdZVG94TnpwN2N6b3hNRG9pWlcxaGFXeGZaR0YwWVNJN2N6b3dPaUlpTzNNNk1UTTZJbVZ0WVdsc1gyRmtaSEpsYzNNaU8zTTZNRG9pSWp0ek9qRXlPaUp5WldScGNtVmpkRjkxY213aU8zTTZNRG9pSWp0ek9qRXlPaUpsZUhSeVlWOW1hV1ZzWkhNaU8zTTZNRG9pSWp0ek9qRTRPaUpsYldGcGJGOWxlSFJ5WVY5bWFXVnNaSE1pTzNNNk1Eb2lJanR6T2pRNkltaDBiV3dpTzNNNk1Eb2lJanR6T2pFd09pSnVaWGRmZDJsdVpHOTNJanR6T2pBNklpSTdjem94TWpvaVpHbHpZV0pzWlY5dVlXMWxJanR6T2pBNklpSTdjem80T2lKdVlXMWxYMkp2ZUNJN2N6b3dPaUlpTzNNNk9Ub2laVzFoYVd4ZlltOTRJanR6T2pBNklpSTdjem8yT2lKaFkzUnBiMjRpTzNNNk1Eb2lJanR6T2pZNkltWnBaV3hrY3lJN2N6b3dPaUlpTzNNNk5qb2liV1YwYUc5a0lqdHpPalE2SW5CdmMzUWlPM002TVRZNkltbHVkR1ZuY21GMGFXOXVYM1I1Y0dVaU8zTTZOam9pWTNWemRHOXRJanR6T2pRNklteHBjM1FpTzNNNk1Eb2lJanR6T2pFME9pSjBhR0Z1YTE5NWIzVmZjR0ZuWlNJN2N6b3dPaUlpTzNNNk1URTZJbUZqZEdsdmJsOXdZV2RsSWp0ek9qQTZJaUk3ZlhNNk56b2lZMjl1ZEdWdWRDSTdZVG8xT250ek9qVTZJblJwZEd4bElqdHpPak15T2lKVFpXeHNJRUZ1ZVhSb2FXNW5JRmRwZEdnZ1QzQjBhVzFwZW1WUWNtVnpjeUk3Y3pveE1Ub2labTl5YlY5b1pXRmtaWElpTzNNNk9EZzZJa3h2Y21WdElHbHdjM1Z0SUdSdmJHOXlJSE5wZENCaGJXVjBMQ0JqYjI1elpXTjBaWFIxWlhJZ1lXUnBjR2x6WTJsdVp5QmxiR2wwTENCelpXUWdaR2xoYlNCdWIyNTFiVzE1SUc1cFltZ2daWFZwYzIxdlpDNGlPM002TVRFNkltWnZiM1JsY2w5dWIzUmxJanR6T2pZME9pSlpiM1Z5SUdsdVptOXliV0YwYVc5dUlHbHpJREV3TUNVZ2MyVmpkWEpsSUhkcGRHZ2dkWE1nWVc1a0lIZHBiR3dnYm1WMlpYSWdZbVVnYzJoaGNtVmtJanR6T2pFeU9pSnVZVzFsWDJSbFptRjFiSFFpTzNNNk1qUTZJa1Z1ZEdWeUlIbHZkWElnUm1seWMzUWdUbUZ0WlM0dUxpSTdjem94TXpvaVpXMWhhV3hmWkdWbVlYVnNkQ0k3Y3pveU56b2lSVzUwWlhJZ2VXOTFjaUJGYldGcGJDQkJaR1J5WlhOekxpNHVJanQ5Y3pveE16b2ljM1ZpYldsMFgySjFkSFJ2YmlJN1lUbzFOanA3Y3pvMk9pSmlkWFIwYjI0aU8yRTZNRHA3ZlhNNk9Eb2liRzlqWVhScGIyNGlPM002TXpZNkltOXdYMnhwWjJoMFltOTRYMjl3ZEdsdVgyWnZjbTFmYzNWaWJXbDBYMkoxZEhSdmJpSTdjem8zT2lKamIyNTBaVzUwSWp0ek9qQTZJaUk3Y3pvME9pSjBlWEJsSWp0ek9qRTZJakFpTzNNNk5Ub2lhVzFoWjJVaU8zTTZNRG9pSWp0ek9qRXlPaUpsYkdWdFpXNTBYM1I1Y0dVaU8zTTZNRG9pSWp0ek9qUTZJbWh5WldZaU8zTTZNRG9pSWp0ek9qRXdPaUp1WlhkZmQybHVaRzkzSWp0ek9qQTZJaUk3Y3pveU9pSmpZeUk3Y3pvd09pSWlPM002TlRvaVlXeHBaMjRpTzNNNk1Eb2lJanR6T2pRNkluUmxlSFFpTzNNNk1Eb2lJanR6T2prNkluUmxlSFJmYzJsNlpTSTdjem95T2lJek1pSTdjem94TURvaWRHVjRkRjlqYjJ4dmNpSTdjem8zT2lJak1EQXdNREF3SWp0ek9qazZJblJsZUhSZlptOXVkQ0k3Y3pvd09pSWlPM002T1RvaWRHVjRkRjlpYjJ4a0lqdHpPakU2SWpFaU8zTTZNVFE2SW5SbGVIUmZkVzVrWlhKc2FXNWxJanR6T2pBNklpSTdjem94TVRvaWRHVjRkRjlwZEdGc2FXTWlPM002TURvaUlqdHpPakU1T2lKMFpYaDBYMnhsZEhSbGNsOXpjR0ZqYVc1bklqdHpPakU2SWpBaU8zTTZNVE02SW5OMVluUmxlSFJmY0dGdVpXd2lPM002TURvaUlqdHpPamM2SW5OMVluUmxlSFFpTzNNNk1Eb2lJanR6T2pFeU9pSnpkV0owWlhoMFgzTnBlbVVpTzNNNk1Eb2lJanR6T2pFek9pSnpkV0owWlhoMFgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE1qb2ljM1ZpZEdWNGRGOW1iMjUwSWp0ek9qQTZJaUk3Y3pveE1qb2ljM1ZpZEdWNGRGOWliMnhrSWp0ek9qQTZJaUk3Y3pveE56b2ljM1ZpZEdWNGRGOTFibVJsY214cGJtVWlPM002TURvaUlqdHpPakUwT2lKemRXSjBaWGgwWDJsMFlXeHBZeUk3Y3pvd09pSWlPM002TWpJNkluTjFZblJsZUhSZmJHVjBkR1Z5WDNOd1lXTnBibWNpTzNNNk1Eb2lJanR6T2pFM09pSjBaWGgwWDNOb1lXUnZkMTl3WVc1bGJDSTdjem94T2lKWklqdHpPakl3T2lKMFpYaDBYM05vWVdSdmQxOTJaWEowYVdOaGJDSTdjem94T2lJeElqdHpPakl5T2lKMFpYaDBYM05vWVdSdmQxOW9iM0pwZW05dWRHRnNJanR6T2pFNklqQWlPM002TVRjNkluUmxlSFJmYzJoaFpHOTNYMk52Ykc5eUlqdHpPamM2SWlObVptWm1NREFpTzNNNk1UWTZJblJsZUhSZmMyaGhaRzkzWDJKc2RYSWlPM002TVRvaU1DSTdjem94TXpvaWMzUjViR2x1WjE5M2FXUjBhQ0k3Y3pvd09pSWlPM002TVRRNkluTjBlV3hwYm1kZmFHVnBaMmgwSWp0ek9qQTZJaUk3Y3pveU1Eb2ljM1I1YkdsdVoxOWliM0prWlhKZlkyOXNiM0lpTzNNNk56b2lJekF3TURBd01DSTdjem94T1RvaWMzUjViR2x1WjE5aWIzSmtaWEpmYzJsNlpTSTdjem94T2lJeElqdHpPakl4T2lKemRIbHNhVzVuWDJKdmNtUmxjbDl5WVdScGRYTWlPM002TVRvaU5pSTdjem95TWpvaWMzUjViR2x1WjE5aWIzSmtaWEpmYjNCaFkybDBlU0k3Y3pvek9pSXhNREFpTzNNNk1UWTZJbk4wZVd4cGJtZGZaM0poWkdsbGJuUWlPM002TURvaUlqdHpPakV6T2lKemRIbHNhVzVuWDNOb2FXNWxJanR6T2pFNklsa2lPM002TWpnNkluTjBlV3hwYm1kZlozSmhaR2xsYm5SZmMzUmhjblJmWTI5c2IzSWlPM002TnpvaUkyWm1abVl3TUNJN2N6b3lOam9pYzNSNWJHbHVaMTluY21Ga2FXVnVkRjlsYm1SZlkyOXNiM0lpTzNNNk56b2lJMlptWVRBek5TSTdjem94TnpvaVpISnZjRjl6YUdGa2IzZGZjR0Z1Wld3aU8zTTZNVG9pV1NJN2N6b3lNRG9pWkhKdmNGOXphR0ZrYjNkZmRtVnlkR2xqWVd3aU8zTTZNVG9pTVNJN2N6b3lNam9pWkhKdmNGOXphR0ZrYjNkZmFHOXlhWHB2Ym5SaGJDSTdjem94T2lJd0lqdHpPakUyT2lKa2NtOXdYM05vWVdSdmQxOWliSFZ5SWp0ek9qRTZJakVpTzNNNk1UZzZJbVJ5YjNCZmMyaGhaRzkzWDNOd2NtVmhaQ0k3Y3pveE9pSXdJanR6T2pFM09pSmtjbTl3WDNOb1lXUnZkMTlqYjJ4dmNpSTdjem8zT2lJak1EQXdNREF3SWp0ek9qRTVPaUprY205d1gzTm9ZV1J2ZDE5dmNHRmphWFI1SWp0ek9qSTZJalV3SWp0ek9qRTRPaUpwYm5ObGRGOXphR0ZrYjNkZmNHRnVaV3dpTzNNNk1Ub2lXU0k3Y3pveU1Ub2lhVzV6WlhSZmMyaGhaRzkzWDNabGNuUnBZMkZzSWp0ek9qRTZJakFpTzNNNk1qTTZJbWx1YzJWMFgzTm9ZV1J2ZDE5b2IzSnBlbTl1ZEdGc0lqdHpPakU2SWpBaU8zTTZNVGM2SW1sdWMyVjBYM05vWVdSdmQxOWliSFZ5SWp0ek9qRTZJakFpTzNNNk1UazZJbWx1YzJWMFgzTm9ZV1J2ZDE5emNISmxZV1FpTzNNNk1Ub2lNU0k3Y3pveE9Eb2lhVzV6WlhSZmMyaGhaRzkzWDJOdmJHOXlJanR6T2pjNklpTm1abVptTURBaU8zTTZNakE2SW1sdWMyVjBYM05vWVdSdmQxOXZjR0ZqYVhSNUlqdHpPakk2SWpVd0lqdDlmWE02TVRJNkltaDBiV3hmWTI5dWRHVnVkQ0k3WVRveE9udHpPamM2SW1OdmJuUmxiblFpTzNNNk1Eb2lJanQ5ZlE9PSI7czoxMzoiZXhpdF9yZWRpcmVjdCI7czo4ODoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSjFjbXdpTzNNNk1Eb2lJanR6T2pjNkltMWxjM05oWjJVaU8zTTZNRG9pSWp0OSI7czoxMzoibGF1bmNoX2Z1bm5lbCI7czoxOTI6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzVPaUptZFc1dVpXeGZhV1FpTzNNNk1Ub2lNU0k3Y3pveE5qb2laMkYwWlhkaGVWOXZkbVZ5Y21sa1pTSTdZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem80T2lKeVpXUnBjbVZqZENJN2N6b3dPaUlpTzNNNk5Eb2lZMjlrWlNJN2N6b3dPaUlpTzMxOSI7fQ=='),(19,'viver del trading','YToxOntzOjQ6ImJvZHkiO2E6NDp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjIwOiJwYWRkaW5nLWJvdHRvbTozMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MzI6ImV5SndZV1JrYVc1blFtOTBkRzl0SWpvaU16QWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMTA6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzN1wiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCJib2xkXCIgZm9udF9jb2xvcj1cIiM0MjUwNjNcIiBmb250X3NwYWNpbmc9XCIwXCIgZm9udF9zaGFkb3c9XCJsaWdodFwiIGFsaWduPVwiY2VudGVyXCJdwr9IYXMgcGVuc2FkbyBlbiB2aXZpciBkZWwgdHJhZGluZz9bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjAxOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjJcIiBmb250X2ZvbnQ9XCJPcGVuIFNhbnNcIiBmb250X3N0eWxlPVwiMzAwXCIgZm9udF9jb2xvcj1cIiMzOTU0NjhcIiBhbGlnbj1cImNlbnRlclwiXURlc2N1YnJlIHNpIHB1ZWRlcyBsb2dyYXJsbyEgSW5pY2lhIHVuYSBwcnVlYmEgZ3JhdHVpdGEgZGUgMTQgZMOtYXMuWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTU2OiJiYWNrZ3JvdW5kOiNmMmYyZjI7cGFkZGluZy1ib3R0b206MjBweDtib3JkZXItdG9wLXdpZHRoOjFweDtib3JkZXItYm90dG9tLXdpZHRoOjFweDtib3JkZXItc3R5bGU6c29saWQ7Ym9yZGVyLXRvcC1jb2xvcjojZTNlM2UzO2JvcmRlci1ib3R0b20tY29sb3I6I2UzZTNlMzsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEzMjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tTW1ZeVpqSWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNakFpTENKaWIzSmtaWEpYYVdSMGFDSTZJakVpTENKaWIzSmtaWEpEYjJ4dmNpSTZJaU5sTTJVelpUTWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo0OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTc2OiJbaW1hZ2VzIHN0eWxlPVwiNVwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvZXF1aXR5LWN1cnZlLXBpZXJyZS5qcGdcIiB3aWR0aD1cIjgwOFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY1OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGxhcmdlX2ltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvZXF1aXR5LWN1cnZlLXBpZXJyZS5qcGdcIiB3aWR0aD1cIjgwOFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjM5MToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXVBpZXJyZSwgbWllbWJybyBkZSBSaW9zUXVhbnQsIHRvbcOzICAkMS42MDAgZGUgdXRpbGlkYWRlcyBlbiBsb3MgbWVyY2Fkb3MgZGUgZnV0dXJvcyBlbiBkb3MgZMOtYXMsIDE0LzA1LzIwMTQgeSAxNS8wNS8yMDE0IGNvbiAxMyBvcGVyYWNpb25zLiDDiWwgb3BlcmEgY2FkYSBtYcOxYW5hIGNvbiBvdHJvcyB0cmFkZXJzIHNlbWVqYW50ZXMgYSBlbCBlbiBudWVzdHJhIHNhbGEgZGUgdHJhZGluZyBlbiB2aXZvLiDDiWwgZXMgdW4gdHJhZGVyIGRlIGltcHVsc28geSB1dGlsaXphIGxvcyBzaXN0ZW1hcyBwcmVkaWN0aXZvcyBkZSB0cmFkaW5nIGRlIFJpb3NRdWFudC4uJm5ic3A7Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY4OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGxhcmdlX2ltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvZXF1aXR5LWN1cnZlLXBpZXJyZS5qcGdcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc5NjoiW29wdGluX2JveCBzdHlsZT1cIjExXCIgd2lkdGg9XCI0NTBcIiBtYXJnaW5fdG9wPVwiMTVcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9maWVsZD1cImVtYWlsXCIgZW1haWxfZGVmYXVsdD1cIkluZ3Jlc2Ugc3UgZGlyZWNjacOzbiBkZSBjb3JyZW8gZWxlY3Ryw7NuaWNvXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNDQ0Njk4XCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJJbmdyZXNlIHN1IG5vbWJyZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVNXNW5jbVZ6WlNCemRTQnViMjFpY21VZ2VTQmxiV0ZwYkNCd1lYSmhJSFJsYm1WeUlHRmpZMlZ6YnlCcGJuTjBZVzUwdzZGdVpXOHVMaTQ9Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVZhbG9yYW1vcyBzdSBwcml2YWNpZGFkIHkgbnVuY2EgbGUgZW52aWFyZW1vcyBzcGFtWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIl1DbGljayB5IGx1ZWdvIHJldmlzZSBzdSBiYW5kZWphIGRlIGVudHJhZGEgcGFyYSB1bmEgY29uZmlybWFjacOzbiFbL29wdGluX2JveF9idXR0b25dIFsvb3B0aW5fYm94XSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NDoiZTMwPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjY5OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMTdcIiB3aWR0aD1cIjk0MFwiXTxoMiBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3BhbiBzdHlsZT1cImNvbG9yOiAjNDI1MDYzO1wiPkVzdMOhIGEgMyBQYXNvcyBEZSBDb21lbnphciBTdSBQcnVlYmEgR3JhdHVpdGEgZGVsIFNpc3RlbWHCoDwvc3Bhbj48L2gyPgo8cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NjQxOiJbc3RlcF9ncmFwaGljcyBzdHlsZT1cIjVcIiBjb2xvcj1cIiM0MjUwNjNcIl1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMVwiIGhlYWRsaW5lPVwiICBJbnN0YWxhY2nDs24gLSBVbiBtaWVtYnJvIGRlIHNvcG9ydGUgdMOpY25pY28gbG8gZ3VpYXLDoSBhIHRyYXbDqXMgZGUgbGEgaW5zdGFsYWNpw7NuLCBoYWNpZW5kbyBlbCBwcm9jZXNvIHLDoXBpZG8geSBzaW4gcHJvYmxlbWFzLm5kIHRyb3VibGUgZnJlZS5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIkVudHJlbmFtaWVudG8gLSBTZXNpb25lcyBkZSBwZXJzb25hbGl6YWRhcyBwYXJhIGFwcmVuZGVyIGEgdXRpbGl6YXIgZWwgc2lzdGVtYS5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjNcIiBoZWFkbGluZT1cIlNhbGEgZGUgVHJhZGluZyBlbiBWaXZvIC0gRXhwZXJpbWVudGUgZWwgcG9kZXIgZGUgaW50ZWxpZ2VuY2lhIGRlIHRyYWRpbmcgYSB0aWVtcG8gcmVhbCBjb24gbG9zIG1pZW1icm9zIHkgZW50cmVuYWRvcmVzIGRlIFJpb3NRdWFudCBwYXJhIGFzZWd1cmFyc2UgZGUgb2J0ZW5lciBlbCBtw6F4aW1vIHByb3ZlY2hvIGRlIHR1IHBydWViYSBncmF0dWl0YS5cIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDQ2OiJbdGVzdGltb25pYWxzIHN0eWxlPVwiMlwiIG1hcmdpbl90b3A9XCJcIiBtYXJnaW5fYm90dG9tPVwiXCJdW3Rlc3RpbW9uaWFsIG5hbWU9XCJQaWVycmUgLSBOZXcgSmVyc2V5IFVTQVwiIGNvbXBhbnk9XCJNaWVtYnJvIGRlIFJpb3NRdWFudCBkZXNkZSAyMDEyXCIgaHJlZj1cIlwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvcGllcnJlLWdhbWlsLXBpYy5qcGdcIl08cD5cIk5vIHBvZHLDrWEgaGFiZXJsbyBoZWNobyBzaW4gdXN0ZWRlcy4uLiBOdW5jYSBwb2Ryw6kgYWdyYWRlY2VyIGxvIHN1ZmljaWVudGUgYSBKb2UgUmlvcywgRVAsIHkgU3RldmUgcG9yIGxhIGRlZGljYWNpw7NuIHF1ZSBtdWVzdHJhbiB5IGVsIGFwb3lvIHF1ZSBvZnJlY2VuIVwiPC9wPgpbL3Rlc3RpbW9uaWFsXVsvdGVzdGltb25pYWxzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjIxOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+RVhJU1RFIFVOIFJJRVNHTyBTVVNUQU5DSUFMIERFIFDDiVJESURBIEVOIExBIE5FR09DSUFDScOTTiBERSBGVVRVUk9TIERFIENPTU1PRElUSUVTLCBDRkQsIE9QQ0lPTkVTIFkgUFJPRFVDVE9TIERFIERJVklTQVM8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fX0=','YToxNDp7czo1OiJ0aGVtZSI7czo2ODoiWVRveU9udHpPalE2SW5SNWNHVWlPM002T1RvaWJXRnlhMlYwYVc1bklqdHpPak02SW1ScGNpSTdjem94T2lJeElqdDkiO3M6MTM6ImhlYWRlcl9sYXlvdXQiO3M6MTE5NjoiWVRveE1qcDdjem8wT2lKc2IyZHZJanR6T2pjME9pSm9kSFJ3T2k4dmQzZDNMblJvWlhSeVlXUnBibWR5YjI5dExtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE5DOHdNeTl5Y1Mxc2IyZHZMV0pzWVdOckxtcHdaeUk3Y3pvMU9pSmlaMmx0WnlJN2N6b3dPaUlpTzNNNk1URTZJbkpsY0dWaGRHSm5hVzFuSWp0ek9qQTZJaUk3Y3pvM09pSmlaMk52Ykc5eUlqdHpPamM2SWlNd01UQmlNV1VpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFek9pSnRaVzUxTFhCdmMybDBhVzl1SWp0ek9qazZJbUZzYjI1bmMybGtaU0k3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWxraU8zTTZNVE02SW01aGRsOWlZWEpmWVdKdmRtVWlPMkU2TnpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TXpvaWJtRjJJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjl6YUdGa2IzY2lPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM2RsYVdkb2RDSTdjem93T2lJaU8zTTZPVG9pWm05dWRGOXphWHBsSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1Eb2lJanR6T2pRNklteHZaMjhpTzNNNk1Eb2lJanQ5Y3pveE16b2libUYyWDJKaGNsOWlaV3h2ZHlJN1lUbzNPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qQTZJaUk3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYMlpoYldsc2VTSTdjem93T2lJaU8zTTZORG9pYkc5bmJ5STdjem93T2lJaU8zMXpPakUzT2lKdVlYWmZZbUZ5WDJGc2IyNW5jMmxrWlNJN1lUbzJPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qWTZJbTV2Y20xaGJDSTdjem81T2lKbWIyNTBYM05wZW1VaU8zTTZNam9pTVRNaU8zTTZNVEU2SW1admJuUmZabUZ0YVd4NUlqdHpPamM2SWxCVUlGTmhibk1pTzMxek9qRXlPaUprYVhOaFlteGxYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRXhPaUpvWldGa1pYSmZiR2x1YXlJN2N6b3pNRG9pYUhSMGNEb3ZMM2QzZHk1MGFHVjBjbUZrYVc1bmNtOXZiUzVqYjIwdklqdDkiO3M6MTI6ImZlYXR1cmVfYXJlYSI7czoxMjA6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzBPaUowZVhCbElqdHBPakU3Y3pvNE9pSnpaWFIwYVc1bmN5STdZVG94T250ek9qRXlPaUptYjI1MFgyOXdkR2x2Ym5NaU8yRTZNRHA3ZlgxOSI7czoxMzoiZmVhdHVyZV90aXRsZSI7czo2NDoiWVRveU9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvMU9pSjBhWFJzWlNJN2N6b3dPaUlpTzMwPSI7czoxMToiZm9vdGVyX2FyZWEiO3M6MzgwOiJZVG80T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVdTSTdjem96T2lKdVlYWWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM05vWVdSdmR5STdjem93T2lJaU8zTTZNVEU2SW1admJuUmZkMlZwWjJoMElqdHpPakE2SWlJN2N6bzVPaUptYjI1MFgzTnBlbVVpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDJaaGJXbHNlU0k3Y3pveE5Ub2lVMjkxY21ObElGTmhibk1nVUhKdklqdHpPakV5T2lKc1lYSm5aVjltYjI5MFpYSWlPMkU2TVRwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPMzF6T2pFM09pSm1iMjkwWlhKZlpHbHpZMnhoYVcxbGNpSTdZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8zT2lKdFpYTnpZV2RsSWp0ek9qQTZJaUk3ZlgwPSI7czoxMDoidHlwb2dyYXBoeSI7czoxNjc2OiJZVG95T250ek9qRXpPaUptYjI1MFgyVnNaVzFsYm5SeklqdGhPams2ZTNNNk1UQTZJbk5wZEdWZmRHbDBiR1VpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pJNklqSTBJanR6T2pRNkltWnZiblFpTzNNNk1UQTZJazF2Ym5SelpYSnlZWFFpTzNNNk5Ub2ljM1I1YkdVaU8zTTZORG9pWW05c1pDSTdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPMzF6T2pjNkluUmhaMnhwYm1VaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qYzZJaU13UmpnM1F6a2lPMzF6T2pjNkltUmxabUYxYkhRaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qSTZJakUzSWp0ek9qUTZJbVp2Ym5RaU8zTTZNVFU2SWxOdmRYSmpaU0JUWVc1eklGQnlieUk3Y3pvMU9pSnpkSGxzWlNJN2N6bzJPaUp1YjNKdFlXd2lPM002TlRvaVkyOXNiM0lpTzNNNk56b2lJell6TmpNMk15STdmWE02TWpvaWFERWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakUxT2lKVGIzVnlZMlVnVTJGdWN5QlFjbThpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURJaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk1qb2lhRE1pTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pFMU9pSlRiM1Z5WTJVZ1UyRnVjeUJRY204aU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWE02TWpvaWFEUWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakUxT2lKVGIzVnlZMlVnVTJGdWN5QlFjbThpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk1qb2lhRFlpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pFMU9pSlRiM1Z5WTJVZ1UyRnVjeUJRY204aU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWDF6T2pFME9pSmpiMnh2Y2w5bGJHVnRaVzUwY3lJN1lUbzJPbnR6T2pFM09pSm1iMjkwWlhKZmRHVjRkRjlqYjJ4dmNpSTdjem93T2lJaU8zTTZNVGM2SW1admIzUmxjbDlzYVc1clgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveU16b2labTl2ZEdWeVgyeHBibXRmYUc5MlpYSmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTRPaUptWldGMGRYSmxYM1JsZUhSZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFNE9pSm1aV0YwZFhKbFgyeHBibXRmWTI5c2IzSWlPM002TURvaUlqdHpPakkwT2lKbVpXRjBkWEpsWDJ4cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzNNNk1Eb2lJanQ5ZlE9PSI7czoyMToiY29sb3Jfc2NoZW1lX2FkdmFuY2VkIjtzOjI1OTI6IllUbzNPbnR6T2pFek9pSnVZWFpmWW1GeVgyRmliM1psSWp0aE9qRXdPbnR6T2pFek9pSnVZWFpmWW1GeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2libUYyWDJKaGNsOWxibVFpTzNNNk1Eb2lJanR6T2pFNU9pSnVZWFpmWW1GeVgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TnpvaWJtRjJYMkpoY2w5b2IzWmxjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRXdPaUp1WVhaZlltRnlYMkpuSWp0ek9qQTZJaUk3Y3pveU1qb2libUYyWDJKaGNsOWlaMTlvYjNabGNsOXpkR0Z5ZENJN2N6b3dPaUlpTzNNNk1UVTZJbTVoZGw5aVlYSmZaR1JmYkdsdWF5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWkdSZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pFeU9pSnVZWFpmWW1GeVgyeHBibXNpTzNNNk1Eb2lJanR6T2pFek9pSnVZWFpmWW1GeVgyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1UTTZJbTVoZGw5aVlYSmZZbVZzYjNjaU8yRTZNVEE2ZTNNNk1UTTZJbTVoZGw5aVlYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRXhPaUp1WVhaZlltRnlYMlZ1WkNJN2N6b3dPaUlpTzNNNk1UazZJbTVoZGw5aVlYSmZhRzkyWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSnVZWFpmWW1GeVgyaHZkbVZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVEE2SW01aGRsOWlZWEpmWW1jaU8zTTZNRG9pSWp0ek9qSXlPaUp1WVhaZlltRnlYMkpuWDJodmRtVnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOVG9pYm1GMlgySmhjbDlrWkY5c2FXNXJJanR6T2pBNklpSTdjem94TmpvaWJtRjJYMkpoY2w5a1pGOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0OWN6b3hOem9pYm1GMlgySmhjbDloYkc5dVozTnBaR1VpTzJFNk56cDdjem94TURvaWJtRjJYMkpoY2w5aVp5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWW1kZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pJd09pSnVZWFpmWW1GeVgySm5YMjVoZGw5b2IzWmxjaUk3Y3pvd09pSWlPM002TVRJNkltNWhkbDlpWVhKZmJHbHVheUk3Y3pvM09pSWpZamxpWkdNd0lqdHpPakV6T2lKdVlYWmZZbUZ5WDJodmRtVnlJanR6T2pBNklpSTdjem94TlRvaWJtRjJYMkpoY2w5a1pGOXNhVzVySWp0ek9qQTZJaUk3Y3pveE5qb2libUYyWDJKaGNsOWtaRjlvYjNabGNpSTdjem93T2lJaU8zMXpPakV5T2lKbVpXRjBkWEpsWDJGeVpXRWlPMkU2TnpwN2N6b3hNem9pWm1WaGRIVnlaVjl6ZEdGeWRDSTdjem93T2lJaU8zTTZNVEU2SW1abFlYUjFjbVZmWlc1a0lqdHpPakE2SWlJN2N6b3hNRG9pZEdWNGRGOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6b3dPaUlpTzMxek9qRTJPaUpzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanRoT2pJNmUzTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk1Eb2lJanQ5Y3pveU9pSmlaeUk3Y3pvd09pSWlPM002TVRBNkltSm5YMjl3ZEdsdmJuTWlPM002TURvaUlqdDljem94TXpvaVptVmhkSFZ5WlY5MGFYUnNaU0k3WVRvek9udHpPakU1T2lKbVpXRjBkWEpsWDNScGRHeGxYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOem9pWm1WaGRIVnlaVjkwYVhSc1pWOWxibVFpTzNNNk1Eb2lJanR6T2pJME9pSm1aV0YwZFhKbFgzUnBkR3hsWDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0OWN6bzJPaUptYjI5MFpYSWlPMkU2T0RwN2N6b3hNam9pWm05dmRHVnlYM04wWVhKMElqdHpPamM2SWlNeVl6TXlNMlVpTzNNNk1UQTZJbVp2YjNSbGNsOWxibVFpTzNNNk56b2lJekpqTXpJelpTSTdjem94TnpvaVptOXZkR1Z5WDNSbGVIUmZZMjlzYjNJaU8zTTZOem9pSTJabVptWm1aaUk3Y3pveE56b2labTl2ZEdWeVgyeHBibXRmWTI5c2IzSWlPMkU2TWpwN2N6bzFPaUpqYjJ4dmNpSTdjem8zT2lJalptWm1abVptSWp0ek9qRTFPaUowWlhoMFgyUmxZMjl5WVhScGIyNGlPM002TURvaUlqdDljem95TXpvaVptOXZkR1Z5WDJ4cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvM09pSWpabVptWm1abUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk1Eb2lJanQ5Y3pveE1Eb2lkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPM002TVRBNklteHBibXRmWTI5c2IzSWlPM002TURvaUlqdHpPakUyT2lKc2FXNXJYMmh2ZG1WeVgyTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk5Eb2ljR0ZuWlNJN1lUbzBPbnR6T2pFeU9pSnlaWEJsWVhScGJtZGZZbWNpTzNNNk1Eb2lJanR6T2pnNkltSm5YMk52Ykc5eUlqdHpPamM2SWlObVptWm1abVlpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6b3dPaUlpTzMxek9qRTJPaUpzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanRoT2pJNmUzTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk1Eb2lJanQ5ZlgwPSI7czoxNToibW9iaWxlX3JlZGlyZWN0IjtzOjYwOiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdDkiO3M6Mzoic2VvIjtzOjE5MjoiWVRvMk9udHpPalU2SW5ScGRHeGxJanR6T2pBNklpSTdjem94TVRvaVpHVnpZM0pwY0hScGIyNGlPM002TURvaUlqdHpPamc2SW10bGVYZHZjbVJ6SWp0ek9qQTZJaUk3Y3pvM09pSnZaM1JwZEd4bElqdHpPakE2SWlJN2N6b3hNem9pYjJka1pYTmpjbWx3ZEdsdmJpSTdjem93T2lJaU8zTTZOem9pYjJkcGJXRm5aU0k3Y3pvd09pSWlPMzA9IjtzOjc6InNjcmlwdHMiO3M6ODQ6IllUb3hPbnRwT2pBN1lUb3lPbnR6T2pnNkluQnZjMmwwYVc5dUlqdHpPak02SW1OemN5STdjem8yT2lKelkzSnBjSFFpTzNNNk1Eb2lJanQ5ZlE9PSI7czo4OiJmYl9zaGFyZSI7czoxMjQ6IllUbzBPbnR6T2pVNkluUnBkR3hsSWp0ek9qQTZJaUk3Y3pveE1Ub2laR1Z6WTNKcGNIUnBiMjRpTzNNNk1Eb2lJanR6T2pVNkltbHRZV2RsSWp0ek9qQTZJaUk3Y3pvNE9pSnNhV3RsWDNWeWJDSTdjem93T2lJaU8zMD0iO3M6ODoibGlnaHRib3giO3M6MzcwMDoiWVRvMU9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvM09pSnphRzkzWDI5dUlqdHpPalE2SW14dllXUWlPM002TkRvaWRIbHdaU0k3Y3pvMU9pSnZjSFJwYmlJN2N6b3hNRG9pYjNCMGFXNWZabTl5YlNJN1lUb3pPbnR6T2prNkltWnZjbTFmYUhSdGJDSTdZVG94TnpwN2N6b3hNRG9pWlcxaGFXeGZaR0YwWVNJN2N6b3dPaUlpTzNNNk1UTTZJbVZ0WVdsc1gyRmtaSEpsYzNNaU8zTTZNRG9pSWp0ek9qRXlPaUp5WldScGNtVmpkRjkxY213aU8zTTZNRG9pSWp0ek9qRXlPaUpsZUhSeVlWOW1hV1ZzWkhNaU8zTTZNRG9pSWp0ek9qRTRPaUpsYldGcGJGOWxlSFJ5WVY5bWFXVnNaSE1pTzNNNk1Eb2lJanR6T2pRNkltaDBiV3dpTzNNNk1Eb2lJanR6T2pFd09pSnVaWGRmZDJsdVpHOTNJanR6T2pBNklpSTdjem94TWpvaVpHbHpZV0pzWlY5dVlXMWxJanR6T2pBNklpSTdjem80T2lKdVlXMWxYMkp2ZUNJN2N6b3dPaUlpTzNNNk9Ub2laVzFoYVd4ZlltOTRJanR6T2pBNklpSTdjem8yT2lKaFkzUnBiMjRpTzNNNk1Eb2lJanR6T2pZNkltWnBaV3hrY3lJN2N6b3dPaUlpTzNNNk5qb2liV1YwYUc5a0lqdHpPalE2SW5CdmMzUWlPM002TVRZNkltbHVkR1ZuY21GMGFXOXVYM1I1Y0dVaU8zTTZOam9pWTNWemRHOXRJanR6T2pRNklteHBjM1FpTzNNNk1Eb2lJanR6T2pFME9pSjBhR0Z1YTE5NWIzVmZjR0ZuWlNJN2N6b3dPaUlpTzNNNk1URTZJbUZqZEdsdmJsOXdZV2RsSWp0ek9qQTZJaUk3ZlhNNk56b2lZMjl1ZEdWdWRDSTdZVG8xT250ek9qVTZJblJwZEd4bElqdHpPak15T2lKVFpXeHNJRUZ1ZVhSb2FXNW5JRmRwZEdnZ1QzQjBhVzFwZW1WUWNtVnpjeUk3Y3pveE1Ub2labTl5YlY5b1pXRmtaWElpTzNNNk9EZzZJa3h2Y21WdElHbHdjM1Z0SUdSdmJHOXlJSE5wZENCaGJXVjBMQ0JqYjI1elpXTjBaWFIxWlhJZ1lXUnBjR2x6WTJsdVp5QmxiR2wwTENCelpXUWdaR2xoYlNCdWIyNTFiVzE1SUc1cFltZ2daWFZwYzIxdlpDNGlPM002TVRFNkltWnZiM1JsY2w5dWIzUmxJanR6T2pZME9pSlpiM1Z5SUdsdVptOXliV0YwYVc5dUlHbHpJREV3TUNVZ2MyVmpkWEpsSUhkcGRHZ2dkWE1nWVc1a0lIZHBiR3dnYm1WMlpYSWdZbVVnYzJoaGNtVmtJanR6T2pFeU9pSnVZVzFsWDJSbFptRjFiSFFpTzNNNk1qUTZJa1Z1ZEdWeUlIbHZkWElnUm1seWMzUWdUbUZ0WlM0dUxpSTdjem94TXpvaVpXMWhhV3hmWkdWbVlYVnNkQ0k3Y3pveU56b2lSVzUwWlhJZ2VXOTFjaUJGYldGcGJDQkJaR1J5WlhOekxpNHVJanQ5Y3pveE16b2ljM1ZpYldsMFgySjFkSFJ2YmlJN1lUbzFOanA3Y3pvMk9pSmlkWFIwYjI0aU8yRTZNRHA3ZlhNNk9Eb2liRzlqWVhScGIyNGlPM002TXpZNkltOXdYMnhwWjJoMFltOTRYMjl3ZEdsdVgyWnZjbTFmYzNWaWJXbDBYMkoxZEhSdmJpSTdjem8zT2lKamIyNTBaVzUwSWp0ek9qQTZJaUk3Y3pvME9pSjBlWEJsSWp0ek9qRTZJakFpTzNNNk5Ub2lhVzFoWjJVaU8zTTZNRG9pSWp0ek9qRXlPaUpsYkdWdFpXNTBYM1I1Y0dVaU8zTTZNRG9pSWp0ek9qUTZJbWh5WldZaU8zTTZNRG9pSWp0ek9qRXdPaUp1WlhkZmQybHVaRzkzSWp0ek9qQTZJaUk3Y3pveU9pSmpZeUk3Y3pvd09pSWlPM002TlRvaVlXeHBaMjRpTzNNNk1Eb2lJanR6T2pRNkluUmxlSFFpTzNNNk1Eb2lJanR6T2prNkluUmxlSFJmYzJsNlpTSTdjem95T2lJek1pSTdjem94TURvaWRHVjRkRjlqYjJ4dmNpSTdjem8zT2lJak1EQXdNREF3SWp0ek9qazZJblJsZUhSZlptOXVkQ0k3Y3pvd09pSWlPM002T1RvaWRHVjRkRjlpYjJ4a0lqdHpPakU2SWpFaU8zTTZNVFE2SW5SbGVIUmZkVzVrWlhKc2FXNWxJanR6T2pBNklpSTdjem94TVRvaWRHVjRkRjlwZEdGc2FXTWlPM002TURvaUlqdHpPakU1T2lKMFpYaDBYMnhsZEhSbGNsOXpjR0ZqYVc1bklqdHpPakU2SWpBaU8zTTZNVE02SW5OMVluUmxlSFJmY0dGdVpXd2lPM002TURvaUlqdHpPamM2SW5OMVluUmxlSFFpTzNNNk1Eb2lJanR6T2pFeU9pSnpkV0owWlhoMFgzTnBlbVVpTzNNNk1Eb2lJanR6T2pFek9pSnpkV0owWlhoMFgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE1qb2ljM1ZpZEdWNGRGOW1iMjUwSWp0ek9qQTZJaUk3Y3pveE1qb2ljM1ZpZEdWNGRGOWliMnhrSWp0ek9qQTZJaUk3Y3pveE56b2ljM1ZpZEdWNGRGOTFibVJsY214cGJtVWlPM002TURvaUlqdHpPakUwT2lKemRXSjBaWGgwWDJsMFlXeHBZeUk3Y3pvd09pSWlPM002TWpJNkluTjFZblJsZUhSZmJHVjBkR1Z5WDNOd1lXTnBibWNpTzNNNk1Eb2lJanR6T2pFM09pSjBaWGgwWDNOb1lXUnZkMTl3WVc1bGJDSTdjem94T2lKWklqdHpPakl3T2lKMFpYaDBYM05vWVdSdmQxOTJaWEowYVdOaGJDSTdjem94T2lJeElqdHpPakl5T2lKMFpYaDBYM05vWVdSdmQxOW9iM0pwZW05dWRHRnNJanR6T2pFNklqQWlPM002TVRjNkluUmxlSFJmYzJoaFpHOTNYMk52Ykc5eUlqdHpPamM2SWlObVptWm1NREFpTzNNNk1UWTZJblJsZUhSZmMyaGhaRzkzWDJKc2RYSWlPM002TVRvaU1DSTdjem94TXpvaWMzUjViR2x1WjE5M2FXUjBhQ0k3Y3pvd09pSWlPM002TVRRNkluTjBlV3hwYm1kZmFHVnBaMmgwSWp0ek9qQTZJaUk3Y3pveU1Eb2ljM1I1YkdsdVoxOWliM0prWlhKZlkyOXNiM0lpTzNNNk56b2lJekF3TURBd01DSTdjem94T1RvaWMzUjViR2x1WjE5aWIzSmtaWEpmYzJsNlpTSTdjem94T2lJeElqdHpPakl4T2lKemRIbHNhVzVuWDJKdmNtUmxjbDl5WVdScGRYTWlPM002TVRvaU5pSTdjem95TWpvaWMzUjViR2x1WjE5aWIzSmtaWEpmYjNCaFkybDBlU0k3Y3pvek9pSXhNREFpTzNNNk1UWTZJbk4wZVd4cGJtZGZaM0poWkdsbGJuUWlPM002TURvaUlqdHpPakV6T2lKemRIbHNhVzVuWDNOb2FXNWxJanR6T2pFNklsa2lPM002TWpnNkluTjBlV3hwYm1kZlozSmhaR2xsYm5SZmMzUmhjblJmWTI5c2IzSWlPM002TnpvaUkyWm1abVl3TUNJN2N6b3lOam9pYzNSNWJHbHVaMTluY21Ga2FXVnVkRjlsYm1SZlkyOXNiM0lpTzNNNk56b2lJMlptWVRBek5TSTdjem94TnpvaVpISnZjRjl6YUdGa2IzZGZjR0Z1Wld3aU8zTTZNVG9pV1NJN2N6b3lNRG9pWkhKdmNGOXphR0ZrYjNkZmRtVnlkR2xqWVd3aU8zTTZNVG9pTVNJN2N6b3lNam9pWkhKdmNGOXphR0ZrYjNkZmFHOXlhWHB2Ym5SaGJDSTdjem94T2lJd0lqdHpPakUyT2lKa2NtOXdYM05vWVdSdmQxOWliSFZ5SWp0ek9qRTZJakVpTzNNNk1UZzZJbVJ5YjNCZmMyaGhaRzkzWDNOd2NtVmhaQ0k3Y3pveE9pSXdJanR6T2pFM09pSmtjbTl3WDNOb1lXUnZkMTlqYjJ4dmNpSTdjem8zT2lJak1EQXdNREF3SWp0ek9qRTVPaUprY205d1gzTm9ZV1J2ZDE5dmNHRmphWFI1SWp0ek9qSTZJalV3SWp0ek9qRTRPaUpwYm5ObGRGOXphR0ZrYjNkZmNHRnVaV3dpTzNNNk1Ub2lXU0k3Y3pveU1Ub2lhVzV6WlhSZmMyaGhaRzkzWDNabGNuUnBZMkZzSWp0ek9qRTZJakFpTzNNNk1qTTZJbWx1YzJWMFgzTm9ZV1J2ZDE5b2IzSnBlbTl1ZEdGc0lqdHpPakU2SWpBaU8zTTZNVGM2SW1sdWMyVjBYM05vWVdSdmQxOWliSFZ5SWp0ek9qRTZJakFpTzNNNk1UazZJbWx1YzJWMFgzTm9ZV1J2ZDE5emNISmxZV1FpTzNNNk1Ub2lNU0k3Y3pveE9Eb2lhVzV6WlhSZmMyaGhaRzkzWDJOdmJHOXlJanR6T2pjNklpTm1abVptTURBaU8zTTZNakE2SW1sdWMyVjBYM05vWVdSdmQxOXZjR0ZqYVhSNUlqdHpPakk2SWpVd0lqdDlmWE02TVRJNkltaDBiV3hmWTI5dWRHVnVkQ0k3WVRveE9udHpPamM2SW1OdmJuUmxiblFpTzNNNk1Eb2lJanQ5ZlE9PSI7czoxMzoiZXhpdF9yZWRpcmVjdCI7czo4ODoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSjFjbXdpTzNNNk1Eb2lJanR6T2pjNkltMWxjM05oWjJVaU8zTTZNRG9pSWp0OSI7czoxMzoibGF1bmNoX2Z1bm5lbCI7czoxOTI6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzVPaUptZFc1dVpXeGZhV1FpTzNNNk1Ub2lNU0k3Y3pveE5qb2laMkYwWlhkaGVWOXZkbVZ5Y21sa1pTSTdZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem80T2lKeVpXUnBjbVZqZENJN2N6b3dPaUlpTzNNNk5Eb2lZMjlrWlNJN2N6b3dPaUlpTzMxOSI7fQ=='),(20,'Pierre video google','YToxOntzOjQ6ImJvZHkiO2E6NTp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjIwOiJwYWRkaW5nLWJvdHRvbTozMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MzI6ImV5SndZV1JrYVc1blFtOTBkRzl0SWpvaU16QWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTM6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzN1wiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCJib2xkXCIgZm9udF9jb2xvcj1cIiM0MjUwNjNcIiBmb250X3NwYWNpbmc9XCIwXCIgZm9udF9zaGFkb3c9XCJsaWdodFwiIGFsaWduPVwiY2VudGVyXCJdVGhlIFRyYWRpbmcgUm9vbcKuWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE5MToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIyXCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cIjMwMFwiIGZvbnRfY29sb3I9XCIjMzk1NDY4XCIgYWxpZ249XCJjZW50ZXJcIl1FeGNlbGVuY2lhIGRlc2RlIDE5OTcgLSBDb21pZW56YSB0dSBwcnVlYmEgZ3JhdHVpdGEgYWhvcmEhWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTU2OiJiYWNrZ3JvdW5kOiNmMmYyZjI7cGFkZGluZy1ib3R0b206MjBweDtib3JkZXItdG9wLXdpZHRoOjFweDtib3JkZXItYm90dG9tLXdpZHRoOjFweDtib3JkZXItc3R5bGU6c29saWQ7Ym9yZGVyLXRvcC1jb2xvcjojZTNlM2UzO2JvcmRlci1ib3R0b20tY29sb3I6I2UzZTNlMzsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEzMjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tTW1ZeVpqSWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNakFpTENKaWIzSmtaWEpYYVdSMGFDSTZJakVpTENKaWIzSmtaWEpEYjJ4dmNpSTZJaU5sTTJVelpUTWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo0OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY1OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGxhcmdlX2ltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvZXF1aXR5LWN1cnZlLXBpZXJyZS5qcGdcIiB3aWR0aD1cIjgwOFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjM2NjoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXVBpZXJyZSwgbWllbWJybyBkZSBSaW9zUXVhbnQsIHRvbcOzICAkMS42MDAgZGUgdXRpbGlkYWRlcyBlbiBsb3MgbWVyY2Fkb3MgZGUgZnV0dXJvcyBlbiBkb3MgZMOtYXMgY29uIDEzIG9wZXJhY2lvbnMuIMOJbCBvcGVyYSBjYWRhIG1hw7FhbmEgY29uIG90cm9zIHRyYWRlcnMgc2VtZWphbnRlcyBhIGVsIGVuIG51ZXN0cmEgc2FsYSBkZSB0cmFkaW5nIGVuIHZpdm8uIMOJbCBlcyB1biB0cmFkZXIgZGUgaW1wdWxzbyB5IHV0aWxpemEgbG9zIHNpc3RlbWFzIHByZWRpY3Rpdm9zIGRlIHRyYWRpbmcgZGUgUmlvc1F1YW50Li4mbmJzcDtbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNzY6IltpbWFnZXMgc3R5bGU9XCI1XCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIHdpZHRoPVwiODA4XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjg6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjc0OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJ1cmxcIiBhdXRvX3BsYXk9XCJZXCIgdXJsMT1cIlwiIHVybDI9XCJcIiB3aWR0aD1cIjU2MFwiIGhlaWdodD1cIjMxNVwiIGFsaWduPVwiY2VudGVyXCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMjBcIl1hSFIwY0RvdkwzQnNZWGxsY2k1MmFXMWxieTVqYjIwdlpYaDBaWEp1WVd3dk9UY3dORGcwTlRjdWFHUXViWEEwUDNNOU9HRmtZV1E0TUROaVpEZGpObVZpTUdNME9ESmtOekExWkRFME5tUmxOems9Wy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4MDM6IltvcHRpbl9ib3ggc3R5bGU9XCIxMVwiIHdpZHRoPVwiNDUwXCIgbWFyZ2luX3RvcD1cIjE1XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJJbmdyZXNhIHR1IGRpcmVjY2nDs24gZGUgY29ycmVvIGVsZWN0csOzbmljb1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJhd2ViZXJcIiBsaXN0PVwiMzQ0ODM5NFwiIG5hbWVfZmllbGQ9XCJuYW1lXCIgbmFtZV9kZWZhdWx0PVwiSW5ncmVzYSB0dSBub21icmVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1SWE4wWVNCbGN5QnNZU0JvYVhOMGIzSnBZU0JrWlNCUWFXVnljbVVnTFNBZ2FHRm5ZU0JqYkdsaklIQmhjbUVnZG1WeUlHVnNJSFpwWkdWdlsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1WYWxvcmFtb3Mgc3UgcHJpdmFjaWRhZCB5IG51bmNhIGxlIGVudmlhcmVtb3Mgc3BhbVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCJdQ2xpY2sgYXF1w60geSBsdWVnbyByZXZpc2EgdHUgYmFuZGVqYSBkZSBlbnRyYWRhIHBhcmEgY29uZmlybWFyIGVsIGVtYWlsIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo0OiJlMzA9IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNjM6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxN1wiIHdpZHRoPVwiOTQwXCJdPGgyIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjxzcGFuIHN0eWxlPVwiY29sb3I6ICM0MjUwNjM7XCI+MyBQYXNvcyBQYXJhIENvbWVuemFyIFR1IFBydWViYSBHcmF0dWl0YSBkZWwgU2lzdGVtYcKgPC9zcGFuPjwvaDI+CjxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1OTc6IltzdGVwX2dyYXBoaWNzIHN0eWxlPVwiNVwiIGNvbG9yPVwiIzQyNTA2M1wiXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIxXCIgaGVhZGxpbmU9XCIgIEluc3RhbGFjacOzbiAtIFVuIG1pZW1icm8gZGUgc29wb3J0ZSB0w6ljbmljbyB0ZSBndWlhcsOhIGEgdHJhdsOpcyBkZSBsYSBpbnN0YWxhY2nDs24sIGhhY2llbmRvIGVsIHByb2Nlc28gcsOhcGlkbyB5IHNpbiBwcm9ibGVtYXMuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIyXCIgaGVhZGxpbmU9XCJFbnRyZW5hbWllbnRvIC0gU2VzaW9uZXMgcGVyc29uYWxpemFkYXMgeSBncnVwYWxlcy5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjNcIiBoZWFkbGluZT1cIlNhbGEgZGUgVHJhZGluZyBlbiBWaXZvIC0gRXhwZXJpbWVudGUgZWwgcG9kZXIgZGUgaW50ZWxpZ2VuY2lhIGRlIHRyYWRpbmcgYSB0aWVtcG8gcmVhbCBjb24gbG9zIG1pZW1icm9zIHkgZW50cmVuYWRvcmVzIGRlIFJpb3NRdWFudCBwYXJhIGFzZWd1cmFyc2UgZGUgb2J0ZW5lciBlbCBtw6F4aW1vIHByb3ZlY2hvIGRlIHR1IHBydWViYSBncmF0dWl0YS5cIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDQ1OiJbdGVzdGltb25pYWxzIHN0eWxlPVwiMlwiIG1hcmdpbl90b3A9XCJcIiBtYXJnaW5fYm90dG9tPVwiXCJdW3Rlc3RpbW9uaWFsIG5hbWU9XCJQaWVycmUgLSBOZXcgSmVyc2V5IFVTQVwiIGNvbXBhbnk9XCJNaWVtYnJvIGRlIFJpb3NRdWFudCBkZXNkZSAyMDEyXCIgaHJlZj1cIlwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvcGllcnJlLWdhbWlsLXBpYy5qcGdcIl08cD5cIk5vIHBvZHLDrWEgaGFiZXJsbyBoZWNobyBzaW4gdXN0ZWRlcy4uLiBOdW5jYSBwb2Ryw6kgYWdyYWRlY2VyIGxvIHN1ZmljaWVudGUgYSBKb2UgUmlvcywgRVAsIHkgU3RldmUgcG9yIGxhIGRlZGljYWNpw7NuIHF1ZSBtdWVzdHJhbiB5IGVsIGFwb3lvIHF1ZSBvZnJlY2VuIVwiPC9wPlsvdGVzdGltb25pYWxdWy90ZXN0aW1vbmlhbHNdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjM7YTo0OntzOjk6InJvd19jbGFzcyI7czozMDoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjEwNDI6IltvcHRpbl9ib3ggc3R5bGU9XCI2XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJJbmdyZXNhIHR1IGNvcnJlbyBlbGVjdHLDs25pY29cIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgZG91YmxlX29wdGluPVwiWVwiIGxpc3Q9XCIzNDQ4Mzk0XCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJJbmdyZXNlIHN1IG5vbWJyZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXSBBY2NlZGUgYSBOdWVzdHJvIFByZW1pYWRvIFRyYWRpbmcgUm9vbSAtIENvbWllbnphIHR1IHBydWViYSBncmF0dWl0YSBbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1VbVZ6WlhKMllTQjBkU0JzZFdkaGNpQmtaU0JwYm0xbFpHbGhkRzhzSUdWc0lHVnpjR0ZqYVc4Z1pYTWdiR2x0YVhSaFpHOHVJRWx1WjNKbGMyRWdkSFVnWTI5eWNtVnZJR1ZzWldOMGNzT3pibWxqYnlCb2Iza2djR0Z5WVNCaGMyVm5kWEpoY2lCemRTQmhZMk5sYzI4dUlFVnNJSFJ5WVdScGJtY2daVzRnZG1sMmJ5QmpiMjFwWlc1NllTQmtaU0JzZFc1bGN5QmhJSFpwWlhKdVpYTWdZU0JzWVhNZ056b3pNR0Z0SUVWVUxDQmxiQ0JsYzNCaFkybHZJR1Z6SUd4cGJXbDBZV1J2SUdGenc2MGdjWFZsSUdsdVozSmxjMkVnTlNCdGFXNTFkRzl6SUdGdWRHVnpMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVZhbG9yYW1vcyBzdSBwcml2YWNpZGFkIHkgbnVuY2EgbGUgZW52aWFyZW1vcyBzcGFtWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdT2J0ZW5nYSBBY2Nlc28hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ2ODoiW2ltZ190ZXh0X2FzaWRlIHN0eWxlPVwiMlwiIGltYWdlPVwiXCIgaW1hZ2VfYWxpZ25tZW50PVwibGVmdFwiIGhlYWRsaW5lPVwiT3BlcmUgRnV0dXJvcyBFeGl0b3NhbWVudGUgU29icmUgbG9zIEhvbWJyb3MgZGUgR2lnYW50ZXNcIiB0ZXh0PVwiLSBwb3IgRHIuIERlYW4gSGFuZGxleQpGdXR1cmVzIFRydXRoIE1hZ2F6aW5lClJpb3MgUXVhbnRpdGF0aXZlICBmdWUgc2VsZWNjaW9uYWRvIGNvbW8gdW5hIGRlIGxhcyBkaWV6IG1lam9yZXMgc2FsYXMgZGUgdHJhZGluZyBlbiBtw6FzIGRlIDQyMiBzYWxhcyBlbiB1biByZWNpZW50ZSByZXBvcnRlLiBPYnRlbmdhIHVuYSBjb3BpYSBncmF0dWl0YSBkZWwgaW5mb3JtZSB5IGRlc2N1YnJhIHF1ZSBzYWxhcyBkZSB0cmFkaW5nIHNvbiByZW50YWJsZXMgZW4gdml2byB5IGN1w6FsZXMgbm8gbG8gc29uIVwiIGFsaWdubWVudD1cImNlbnRlclwiXVsvaW1nX3RleHRfYXNpZGVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1NDE6IltpbWdfdGV4dF9hc2lkZSBzdHlsZT1cIjJcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzAzL2Z1dHVyZXMtdHJ1dGguanBnXCIgaW1hZ2VfYWxpZ25tZW50PVwibGVmdFwiIGhlYWRsaW5lPVwiT3BlcmUgRnV0dXJvcyBFeGl0b3NhbWVudGUgU29icmUgbG9zIEhvbWJyb3MgZGUgR2lnYW50ZXNcIiB0ZXh0PVwiLSBwb3IgRHIuIERlYW4gSGFuZGxleQogRnV0dXJlcyBUcnV0aCBNYWdhemluZQpSaW9zIFF1YW50aXRhdGl2ZSAgZnVlIHNlbGVjY2lvbmFkbyBjb21vIHVuYSBkZSBsYXMgZGlleiBtZWpvcmVzIHNhbGFzIGRlIHRyYWRpbmcgZW4gbcOhcyBkZSA0MjIgc2FsYXMgZW4gdW4gcmVjaWVudGUgcmVwb3J0ZS4gT2J0ZW5nYSB1bmEgY29waWEgZ3JhdHVpdGEgZGVsIGluZm9ybWUgeSBkZXNjdWJyYSBxdWUgc2FsYXMgZGUgdHJhZGluZyBzb24gcmVudGFibGVzIGVuIHZpdm8geSBjdcOhbGVzIG5vIGxvIHNvbiFcIiBhbGlnbm1lbnQ9XCJsZWZ0XCJdWy9pbWdfdGV4dF9hc2lkZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6NDthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIxMToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkVYSVNURSBVTiBSSUVTR08gU1VTVEFOQ0lBTCBERSBQw4lSRElEQSBFTiBMQSBORUdPQ0lBQ0nDk04gREUgRlVUVVJPUyBERSBDT01NT0RJVElFUywgQ0ZEIFkgUFJPRFVDVE9TIERFIERJVklTQVM8L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19fX0=','YToxNDp7czo1OiJ0aGVtZSI7czo2ODoiWVRveU9udHpPalE2SW5SNWNHVWlPM002T1RvaWJXRnlhMlYwYVc1bklqdHpPak02SW1ScGNpSTdjem94T2lJeElqdDkiO3M6MTM6ImhlYWRlcl9sYXlvdXQiO3M6MTE5NjoiWVRveE1qcDdjem8wT2lKc2IyZHZJanR6T2pjME9pSm9kSFJ3T2k4dmQzZDNMblJvWlhSeVlXUnBibWR5YjI5dExtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE5DOHdNeTl5Y1Mxc2IyZHZMV0pzWVdOckxtcHdaeUk3Y3pvMU9pSmlaMmx0WnlJN2N6b3dPaUlpTzNNNk1URTZJbkpsY0dWaGRHSm5hVzFuSWp0ek9qQTZJaUk3Y3pvM09pSmlaMk52Ykc5eUlqdHpPamM2SWlNd01UQmlNV1VpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFek9pSnRaVzUxTFhCdmMybDBhVzl1SWp0ek9qazZJbUZzYjI1bmMybGtaU0k3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWxraU8zTTZNVE02SW01aGRsOWlZWEpmWVdKdmRtVWlPMkU2TnpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TXpvaWJtRjJJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjl6YUdGa2IzY2lPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM2RsYVdkb2RDSTdjem93T2lJaU8zTTZPVG9pWm05dWRGOXphWHBsSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1Eb2lJanR6T2pRNklteHZaMjhpTzNNNk1Eb2lJanQ5Y3pveE16b2libUYyWDJKaGNsOWlaV3h2ZHlJN1lUbzNPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qQTZJaUk3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYMlpoYldsc2VTSTdjem93T2lJaU8zTTZORG9pYkc5bmJ5STdjem93T2lJaU8zMXpPakUzT2lKdVlYWmZZbUZ5WDJGc2IyNW5jMmxrWlNJN1lUbzJPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qWTZJbTV2Y20xaGJDSTdjem81T2lKbWIyNTBYM05wZW1VaU8zTTZNam9pTVRNaU8zTTZNVEU2SW1admJuUmZabUZ0YVd4NUlqdHpPamM2SWxCVUlGTmhibk1pTzMxek9qRXlPaUprYVhOaFlteGxYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRXhPaUpvWldGa1pYSmZiR2x1YXlJN2N6b3pNRG9pYUhSMGNEb3ZMM2QzZHk1MGFHVjBjbUZrYVc1bmNtOXZiUzVqYjIwdklqdDkiO3M6MTI6ImZlYXR1cmVfYXJlYSI7czoxMjA6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzBPaUowZVhCbElqdHBPakU3Y3pvNE9pSnpaWFIwYVc1bmN5STdZVG94T250ek9qRXlPaUptYjI1MFgyOXdkR2x2Ym5NaU8yRTZNRHA3ZlgxOSI7czoxMzoiZmVhdHVyZV90aXRsZSI7czo2NDoiWVRveU9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvMU9pSjBhWFJzWlNJN2N6b3dPaUlpTzMwPSI7czoxMToiZm9vdGVyX2FyZWEiO3M6MzgwOiJZVG80T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVdTSTdjem96T2lKdVlYWWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM05vWVdSdmR5STdjem93T2lJaU8zTTZNVEU2SW1admJuUmZkMlZwWjJoMElqdHpPakE2SWlJN2N6bzVPaUptYjI1MFgzTnBlbVVpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDJaaGJXbHNlU0k3Y3pveE5Ub2lVMjkxY21ObElGTmhibk1nVUhKdklqdHpPakV5T2lKc1lYSm5aVjltYjI5MFpYSWlPMkU2TVRwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPMzF6T2pFM09pSm1iMjkwWlhKZlpHbHpZMnhoYVcxbGNpSTdZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8zT2lKdFpYTnpZV2RsSWp0ek9qQTZJaUk3ZlgwPSI7czoxMDoidHlwb2dyYXBoeSI7czoxNjc2OiJZVG95T250ek9qRXpPaUptYjI1MFgyVnNaVzFsYm5SeklqdGhPams2ZTNNNk1UQTZJbk5wZEdWZmRHbDBiR1VpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pJNklqSTBJanR6T2pRNkltWnZiblFpTzNNNk1UQTZJazF2Ym5SelpYSnlZWFFpTzNNNk5Ub2ljM1I1YkdVaU8zTTZORG9pWW05c1pDSTdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPMzF6T2pjNkluUmhaMnhwYm1VaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qYzZJaU13UmpnM1F6a2lPMzF6T2pjNkltUmxabUYxYkhRaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qSTZJakUzSWp0ek9qUTZJbVp2Ym5RaU8zTTZNVFU2SWxOdmRYSmpaU0JUWVc1eklGQnlieUk3Y3pvMU9pSnpkSGxzWlNJN2N6bzJPaUp1YjNKdFlXd2lPM002TlRvaVkyOXNiM0lpTzNNNk56b2lJell6TmpNMk15STdmWE02TWpvaWFERWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakUxT2lKVGIzVnlZMlVnVTJGdWN5QlFjbThpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURJaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk1qb2lhRE1pTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pFMU9pSlRiM1Z5WTJVZ1UyRnVjeUJRY204aU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWE02TWpvaWFEUWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakUxT2lKVGIzVnlZMlVnVTJGdWN5QlFjbThpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk1qb2lhRFlpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pFMU9pSlRiM1Z5WTJVZ1UyRnVjeUJRY204aU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWDF6T2pFME9pSmpiMnh2Y2w5bGJHVnRaVzUwY3lJN1lUbzJPbnR6T2pFM09pSm1iMjkwWlhKZmRHVjRkRjlqYjJ4dmNpSTdjem93T2lJaU8zTTZNVGM2SW1admIzUmxjbDlzYVc1clgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveU16b2labTl2ZEdWeVgyeHBibXRmYUc5MlpYSmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTRPaUptWldGMGRYSmxYM1JsZUhSZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFNE9pSm1aV0YwZFhKbFgyeHBibXRmWTI5c2IzSWlPM002TURvaUlqdHpPakkwT2lKbVpXRjBkWEpsWDJ4cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzNNNk1Eb2lJanQ5ZlE9PSI7czoyMToiY29sb3Jfc2NoZW1lX2FkdmFuY2VkIjtzOjI1OTI6IllUbzNPbnR6T2pFek9pSnVZWFpmWW1GeVgyRmliM1psSWp0aE9qRXdPbnR6T2pFek9pSnVZWFpmWW1GeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2libUYyWDJKaGNsOWxibVFpTzNNNk1Eb2lJanR6T2pFNU9pSnVZWFpmWW1GeVgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TnpvaWJtRjJYMkpoY2w5b2IzWmxjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRXdPaUp1WVhaZlltRnlYMkpuSWp0ek9qQTZJaUk3Y3pveU1qb2libUYyWDJKaGNsOWlaMTlvYjNabGNsOXpkR0Z5ZENJN2N6b3dPaUlpTzNNNk1UVTZJbTVoZGw5aVlYSmZaR1JmYkdsdWF5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWkdSZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pFeU9pSnVZWFpmWW1GeVgyeHBibXNpTzNNNk1Eb2lJanR6T2pFek9pSnVZWFpmWW1GeVgyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1UTTZJbTVoZGw5aVlYSmZZbVZzYjNjaU8yRTZNVEE2ZTNNNk1UTTZJbTVoZGw5aVlYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRXhPaUp1WVhaZlltRnlYMlZ1WkNJN2N6b3dPaUlpTzNNNk1UazZJbTVoZGw5aVlYSmZhRzkyWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSnVZWFpmWW1GeVgyaHZkbVZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVEE2SW01aGRsOWlZWEpmWW1jaU8zTTZNRG9pSWp0ek9qSXlPaUp1WVhaZlltRnlYMkpuWDJodmRtVnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOVG9pYm1GMlgySmhjbDlrWkY5c2FXNXJJanR6T2pBNklpSTdjem94TmpvaWJtRjJYMkpoY2w5a1pGOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0OWN6b3hOem9pYm1GMlgySmhjbDloYkc5dVozTnBaR1VpTzJFNk56cDdjem94TURvaWJtRjJYMkpoY2w5aVp5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWW1kZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pJd09pSnVZWFpmWW1GeVgySm5YMjVoZGw5b2IzWmxjaUk3Y3pvd09pSWlPM002TVRJNkltNWhkbDlpWVhKZmJHbHVheUk3Y3pvM09pSWpZamxpWkdNd0lqdHpPakV6T2lKdVlYWmZZbUZ5WDJodmRtVnlJanR6T2pBNklpSTdjem94TlRvaWJtRjJYMkpoY2w5a1pGOXNhVzVySWp0ek9qQTZJaUk3Y3pveE5qb2libUYyWDJKaGNsOWtaRjlvYjNabGNpSTdjem93T2lJaU8zMXpPakV5T2lKbVpXRjBkWEpsWDJGeVpXRWlPMkU2TnpwN2N6b3hNem9pWm1WaGRIVnlaVjl6ZEdGeWRDSTdjem93T2lJaU8zTTZNVEU2SW1abFlYUjFjbVZmWlc1a0lqdHpPakE2SWlJN2N6b3hNRG9pZEdWNGRGOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6b3dPaUlpTzMxek9qRTJPaUpzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanRoT2pJNmUzTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk1Eb2lJanQ5Y3pveU9pSmlaeUk3Y3pvd09pSWlPM002TVRBNkltSm5YMjl3ZEdsdmJuTWlPM002TURvaUlqdDljem94TXpvaVptVmhkSFZ5WlY5MGFYUnNaU0k3WVRvek9udHpPakU1T2lKbVpXRjBkWEpsWDNScGRHeGxYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOem9pWm1WaGRIVnlaVjkwYVhSc1pWOWxibVFpTzNNNk1Eb2lJanR6T2pJME9pSm1aV0YwZFhKbFgzUnBkR3hsWDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0OWN6bzJPaUptYjI5MFpYSWlPMkU2T0RwN2N6b3hNam9pWm05dmRHVnlYM04wWVhKMElqdHpPamM2SWlNeVl6TXlNMlVpTzNNNk1UQTZJbVp2YjNSbGNsOWxibVFpTzNNNk56b2lJekpqTXpJelpTSTdjem94TnpvaVptOXZkR1Z5WDNSbGVIUmZZMjlzYjNJaU8zTTZOem9pSTJabVptWm1aaUk3Y3pveE56b2labTl2ZEdWeVgyeHBibXRmWTI5c2IzSWlPMkU2TWpwN2N6bzFPaUpqYjJ4dmNpSTdjem8zT2lJalptWm1abVptSWp0ek9qRTFPaUowWlhoMFgyUmxZMjl5WVhScGIyNGlPM002TURvaUlqdDljem95TXpvaVptOXZkR1Z5WDJ4cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvM09pSWpabVptWm1abUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk1Eb2lJanQ5Y3pveE1Eb2lkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPM002TVRBNklteHBibXRmWTI5c2IzSWlPM002TURvaUlqdHpPakUyT2lKc2FXNXJYMmh2ZG1WeVgyTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk5Eb2ljR0ZuWlNJN1lUbzBPbnR6T2pFeU9pSnlaWEJsWVhScGJtZGZZbWNpTzNNNk1Eb2lJanR6T2pnNkltSm5YMk52Ykc5eUlqdHpPamM2SWlObVptWm1abVlpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6b3dPaUlpTzMxek9qRTJPaUpzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanRoT2pJNmUzTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk1Eb2lJanQ5ZlgwPSI7czoxNToibW9iaWxlX3JlZGlyZWN0IjtzOjYwOiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdDkiO3M6Mzoic2VvIjtzOjE5MjoiWVRvMk9udHpPalU2SW5ScGRHeGxJanR6T2pBNklpSTdjem94TVRvaVpHVnpZM0pwY0hScGIyNGlPM002TURvaUlqdHpPamc2SW10bGVYZHZjbVJ6SWp0ek9qQTZJaUk3Y3pvM09pSnZaM1JwZEd4bElqdHpPakE2SWlJN2N6b3hNem9pYjJka1pYTmpjbWx3ZEdsdmJpSTdjem93T2lJaU8zTTZOem9pYjJkcGJXRm5aU0k3Y3pvd09pSWlPMzA9IjtzOjc6InNjcmlwdHMiO3M6ODQ6IllUb3hPbnRwT2pBN1lUb3lPbnR6T2pnNkluQnZjMmwwYVc5dUlqdHpPak02SW1OemN5STdjem8yT2lKelkzSnBjSFFpTzNNNk1Eb2lJanQ5ZlE9PSI7czo4OiJmYl9zaGFyZSI7czoxMjQ6IllUbzBPbnR6T2pVNkluUnBkR3hsSWp0ek9qQTZJaUk3Y3pveE1Ub2laR1Z6WTNKcGNIUnBiMjRpTzNNNk1Eb2lJanR6T2pVNkltbHRZV2RsSWp0ek9qQTZJaUk3Y3pvNE9pSnNhV3RsWDNWeWJDSTdjem93T2lJaU8zMD0iO3M6ODoibGlnaHRib3giO3M6MzcwMDoiWVRvMU9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvM09pSnphRzkzWDI5dUlqdHpPalE2SW14dllXUWlPM002TkRvaWRIbHdaU0k3Y3pvMU9pSnZjSFJwYmlJN2N6b3hNRG9pYjNCMGFXNWZabTl5YlNJN1lUb3pPbnR6T2prNkltWnZjbTFmYUhSdGJDSTdZVG94TnpwN2N6b3hNRG9pWlcxaGFXeGZaR0YwWVNJN2N6b3dPaUlpTzNNNk1UTTZJbVZ0WVdsc1gyRmtaSEpsYzNNaU8zTTZNRG9pSWp0ek9qRXlPaUp5WldScGNtVmpkRjkxY213aU8zTTZNRG9pSWp0ek9qRXlPaUpsZUhSeVlWOW1hV1ZzWkhNaU8zTTZNRG9pSWp0ek9qRTRPaUpsYldGcGJGOWxlSFJ5WVY5bWFXVnNaSE1pTzNNNk1Eb2lJanR6T2pRNkltaDBiV3dpTzNNNk1Eb2lJanR6T2pFd09pSnVaWGRmZDJsdVpHOTNJanR6T2pBNklpSTdjem94TWpvaVpHbHpZV0pzWlY5dVlXMWxJanR6T2pBNklpSTdjem80T2lKdVlXMWxYMkp2ZUNJN2N6b3dPaUlpTzNNNk9Ub2laVzFoYVd4ZlltOTRJanR6T2pBNklpSTdjem8yT2lKaFkzUnBiMjRpTzNNNk1Eb2lJanR6T2pZNkltWnBaV3hrY3lJN2N6b3dPaUlpTzNNNk5qb2liV1YwYUc5a0lqdHpPalE2SW5CdmMzUWlPM002TVRZNkltbHVkR1ZuY21GMGFXOXVYM1I1Y0dVaU8zTTZOam9pWTNWemRHOXRJanR6T2pRNklteHBjM1FpTzNNNk1Eb2lJanR6T2pFME9pSjBhR0Z1YTE5NWIzVmZjR0ZuWlNJN2N6b3dPaUlpTzNNNk1URTZJbUZqZEdsdmJsOXdZV2RsSWp0ek9qQTZJaUk3ZlhNNk56b2lZMjl1ZEdWdWRDSTdZVG8xT250ek9qVTZJblJwZEd4bElqdHpPak15T2lKVFpXeHNJRUZ1ZVhSb2FXNW5JRmRwZEdnZ1QzQjBhVzFwZW1WUWNtVnpjeUk3Y3pveE1Ub2labTl5YlY5b1pXRmtaWElpTzNNNk9EZzZJa3h2Y21WdElHbHdjM1Z0SUdSdmJHOXlJSE5wZENCaGJXVjBMQ0JqYjI1elpXTjBaWFIxWlhJZ1lXUnBjR2x6WTJsdVp5QmxiR2wwTENCelpXUWdaR2xoYlNCdWIyNTFiVzE1SUc1cFltZ2daWFZwYzIxdlpDNGlPM002TVRFNkltWnZiM1JsY2w5dWIzUmxJanR6T2pZME9pSlpiM1Z5SUdsdVptOXliV0YwYVc5dUlHbHpJREV3TUNVZ2MyVmpkWEpsSUhkcGRHZ2dkWE1nWVc1a0lIZHBiR3dnYm1WMlpYSWdZbVVnYzJoaGNtVmtJanR6T2pFeU9pSnVZVzFsWDJSbFptRjFiSFFpTzNNNk1qUTZJa1Z1ZEdWeUlIbHZkWElnUm1seWMzUWdUbUZ0WlM0dUxpSTdjem94TXpvaVpXMWhhV3hmWkdWbVlYVnNkQ0k3Y3pveU56b2lSVzUwWlhJZ2VXOTFjaUJGYldGcGJDQkJaR1J5WlhOekxpNHVJanQ5Y3pveE16b2ljM1ZpYldsMFgySjFkSFJ2YmlJN1lUbzFOanA3Y3pvMk9pSmlkWFIwYjI0aU8yRTZNRHA3ZlhNNk9Eb2liRzlqWVhScGIyNGlPM002TXpZNkltOXdYMnhwWjJoMFltOTRYMjl3ZEdsdVgyWnZjbTFmYzNWaWJXbDBYMkoxZEhSdmJpSTdjem8zT2lKamIyNTBaVzUwSWp0ek9qQTZJaUk3Y3pvME9pSjBlWEJsSWp0ek9qRTZJakFpTzNNNk5Ub2lhVzFoWjJVaU8zTTZNRG9pSWp0ek9qRXlPaUpsYkdWdFpXNTBYM1I1Y0dVaU8zTTZNRG9pSWp0ek9qUTZJbWh5WldZaU8zTTZNRG9pSWp0ek9qRXdPaUp1WlhkZmQybHVaRzkzSWp0ek9qQTZJaUk3Y3pveU9pSmpZeUk3Y3pvd09pSWlPM002TlRvaVlXeHBaMjRpTzNNNk1Eb2lJanR6T2pRNkluUmxlSFFpTzNNNk1Eb2lJanR6T2prNkluUmxlSFJmYzJsNlpTSTdjem95T2lJek1pSTdjem94TURvaWRHVjRkRjlqYjJ4dmNpSTdjem8zT2lJak1EQXdNREF3SWp0ek9qazZJblJsZUhSZlptOXVkQ0k3Y3pvd09pSWlPM002T1RvaWRHVjRkRjlpYjJ4a0lqdHpPakU2SWpFaU8zTTZNVFE2SW5SbGVIUmZkVzVrWlhKc2FXNWxJanR6T2pBNklpSTdjem94TVRvaWRHVjRkRjlwZEdGc2FXTWlPM002TURvaUlqdHpPakU1T2lKMFpYaDBYMnhsZEhSbGNsOXpjR0ZqYVc1bklqdHpPakU2SWpBaU8zTTZNVE02SW5OMVluUmxlSFJmY0dGdVpXd2lPM002TURvaUlqdHpPamM2SW5OMVluUmxlSFFpTzNNNk1Eb2lJanR6T2pFeU9pSnpkV0owWlhoMFgzTnBlbVVpTzNNNk1Eb2lJanR6T2pFek9pSnpkV0owWlhoMFgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE1qb2ljM1ZpZEdWNGRGOW1iMjUwSWp0ek9qQTZJaUk3Y3pveE1qb2ljM1ZpZEdWNGRGOWliMnhrSWp0ek9qQTZJaUk3Y3pveE56b2ljM1ZpZEdWNGRGOTFibVJsY214cGJtVWlPM002TURvaUlqdHpPakUwT2lKemRXSjBaWGgwWDJsMFlXeHBZeUk3Y3pvd09pSWlPM002TWpJNkluTjFZblJsZUhSZmJHVjBkR1Z5WDNOd1lXTnBibWNpTzNNNk1Eb2lJanR6T2pFM09pSjBaWGgwWDNOb1lXUnZkMTl3WVc1bGJDSTdjem94T2lKWklqdHpPakl3T2lKMFpYaDBYM05vWVdSdmQxOTJaWEowYVdOaGJDSTdjem94T2lJeElqdHpPakl5T2lKMFpYaDBYM05vWVdSdmQxOW9iM0pwZW05dWRHRnNJanR6T2pFNklqQWlPM002TVRjNkluUmxlSFJmYzJoaFpHOTNYMk52Ykc5eUlqdHpPamM2SWlObVptWm1NREFpTzNNNk1UWTZJblJsZUhSZmMyaGhaRzkzWDJKc2RYSWlPM002TVRvaU1DSTdjem94TXpvaWMzUjViR2x1WjE5M2FXUjBhQ0k3Y3pvd09pSWlPM002TVRRNkluTjBlV3hwYm1kZmFHVnBaMmgwSWp0ek9qQTZJaUk3Y3pveU1Eb2ljM1I1YkdsdVoxOWliM0prWlhKZlkyOXNiM0lpTzNNNk56b2lJekF3TURBd01DSTdjem94T1RvaWMzUjViR2x1WjE5aWIzSmtaWEpmYzJsNlpTSTdjem94T2lJeElqdHpPakl4T2lKemRIbHNhVzVuWDJKdmNtUmxjbDl5WVdScGRYTWlPM002TVRvaU5pSTdjem95TWpvaWMzUjViR2x1WjE5aWIzSmtaWEpmYjNCaFkybDBlU0k3Y3pvek9pSXhNREFpTzNNNk1UWTZJbk4wZVd4cGJtZGZaM0poWkdsbGJuUWlPM002TURvaUlqdHpPakV6T2lKemRIbHNhVzVuWDNOb2FXNWxJanR6T2pFNklsa2lPM002TWpnNkluTjBlV3hwYm1kZlozSmhaR2xsYm5SZmMzUmhjblJmWTI5c2IzSWlPM002TnpvaUkyWm1abVl3TUNJN2N6b3lOam9pYzNSNWJHbHVaMTluY21Ga2FXVnVkRjlsYm1SZlkyOXNiM0lpTzNNNk56b2lJMlptWVRBek5TSTdjem94TnpvaVpISnZjRjl6YUdGa2IzZGZjR0Z1Wld3aU8zTTZNVG9pV1NJN2N6b3lNRG9pWkhKdmNGOXphR0ZrYjNkZmRtVnlkR2xqWVd3aU8zTTZNVG9pTVNJN2N6b3lNam9pWkhKdmNGOXphR0ZrYjNkZmFHOXlhWHB2Ym5SaGJDSTdjem94T2lJd0lqdHpPakUyT2lKa2NtOXdYM05vWVdSdmQxOWliSFZ5SWp0ek9qRTZJakVpTzNNNk1UZzZJbVJ5YjNCZmMyaGhaRzkzWDNOd2NtVmhaQ0k3Y3pveE9pSXdJanR6T2pFM09pSmtjbTl3WDNOb1lXUnZkMTlqYjJ4dmNpSTdjem8zT2lJak1EQXdNREF3SWp0ek9qRTVPaUprY205d1gzTm9ZV1J2ZDE5dmNHRmphWFI1SWp0ek9qSTZJalV3SWp0ek9qRTRPaUpwYm5ObGRGOXphR0ZrYjNkZmNHRnVaV3dpTzNNNk1Ub2lXU0k3Y3pveU1Ub2lhVzV6WlhSZmMyaGhaRzkzWDNabGNuUnBZMkZzSWp0ek9qRTZJakFpTzNNNk1qTTZJbWx1YzJWMFgzTm9ZV1J2ZDE5b2IzSnBlbTl1ZEdGc0lqdHpPakU2SWpBaU8zTTZNVGM2SW1sdWMyVjBYM05vWVdSdmQxOWliSFZ5SWp0ek9qRTZJakFpTzNNNk1UazZJbWx1YzJWMFgzTm9ZV1J2ZDE5emNISmxZV1FpTzNNNk1Ub2lNU0k3Y3pveE9Eb2lhVzV6WlhSZmMyaGhaRzkzWDJOdmJHOXlJanR6T2pjNklpTm1abVptTURBaU8zTTZNakE2SW1sdWMyVjBYM05vWVdSdmQxOXZjR0ZqYVhSNUlqdHpPakk2SWpVd0lqdDlmWE02TVRJNkltaDBiV3hmWTI5dWRHVnVkQ0k3WVRveE9udHpPamM2SW1OdmJuUmxiblFpTzNNNk1Eb2lJanQ5ZlE9PSI7czoxMzoiZXhpdF9yZWRpcmVjdCI7czo4ODoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSjFjbXdpTzNNNk1Eb2lJanR6T2pjNkltMWxjM05oWjJVaU8zTTZNRG9pSWp0OSI7czoxMzoibGF1bmNoX2Z1bm5lbCI7czoxOTI6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzVPaUptZFc1dVpXeGZhV1FpTzNNNk1Ub2lNU0k3Y3pveE5qb2laMkYwWlhkaGVWOXZkbVZ5Y21sa1pTSTdZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem80T2lKeVpXUnBjbVZqZENJN2N6b3dPaUlpTzNNNk5Eb2lZMjlrWlNJN2N6b3dPaUlpTzMxOSI7fQ=='),(21,'Trading System Pierre video and testimonial','YToxOntzOjQ6ImJvZHkiO2E6NDp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjIwOiJwYWRkaW5nLWJvdHRvbTozMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MzI6ImV5SndZV1JrYVc1blFtOTBkRzl0SWpvaU16QWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMTA6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzN1wiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCJib2xkXCIgZm9udF9jb2xvcj1cIiM0MjUwNjNcIiBmb250X3NwYWNpbmc9XCIwXCIgZm9udF9zaGFkb3c9XCJsaWdodFwiIGFsaWduPVwiY2VudGVyXCJdRXZlciB0aGluayBvZiB0cmFkaW5nIGZvciBhIGxpdmluZz9bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjA0OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjJcIiBmb250X2ZvbnQ9XCJPcGVuIFNhbnNcIiBmb250X3N0eWxlPVwiMzAwXCIgZm9udF9jb2xvcj1cIiMzOTU0NjhcIiBhbGlnbj1cImNlbnRlclwiXUV4cGVyaWVuY2UgdGhlIHBvd2VyIG9mIG1hcmtldCBpbnRlbGxpZ2VuY2UhIFN0YXJ0IGEgMTQtZGF5IGZyZWUgdHJpYWwuWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTU2OiJiYWNrZ3JvdW5kOiNmMmYyZjI7cGFkZGluZy1ib3R0b206MjBweDtib3JkZXItdG9wLXdpZHRoOjFweDtib3JkZXItYm90dG9tLXdpZHRoOjFweDtib3JkZXItc3R5bGU6c29saWQ7Ym9yZGVyLXRvcC1jb2xvcjojZTNlM2UzO2JvcmRlci1ib3R0b20tY29sb3I6I2UzZTNlMzsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEzMjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tTW1ZeVpqSWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNakFpTENKaWIzSmtaWEpYYVdSMGFDSTZJakVpTENKaWIzSmtaWEpEYjJ4dmNpSTZJaU5sTTJVelpUTWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo0OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTc2OiJbaW1hZ2VzIHN0eWxlPVwiNVwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvZXF1aXR5LWN1cnZlLXBpZXJyZS5qcGdcIiB3aWR0aD1cIjgwOFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY1OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGxhcmdlX2ltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvZXF1aXR5LWN1cnZlLXBpZXJyZS5qcGdcIiB3aWR0aD1cIjgwOFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMzNDoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXVJpb3NRdWFudCBtZW1iZXIgUGllcnJlIHRvb2sgJDEsNjAwIGluIHByb2ZpdHMgZnJvbSB0aGUgZnV0dXJlcyBtYXJrZXQgaW4gdHdvIGRheXMgd2l0aCAxMyB0cmFkZXMuIEhlIHRyYWRlcyBldmVyeSBtb3JuaW5nIHdpdGggb3RoZXIgbGlrZS1taW5kZWQgdHJhZGVycyBpbiBvdXIgbGl2ZSBvbmxpbmUgdHJhZGluZyByb29tLiBIZSBpcyBhIG1vbWVudHVtIHRyYWRlciBhbmQgdXNlcyB0aGUgUmlvc1F1YW50IGZvcndhcmQtbG9va2luZyB0cmFkaW5nIHN5c3RlbXMuJm5ic3A7Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY4OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGxhcmdlX2ltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvZXF1aXR5LWN1cnZlLXBpZXJyZS5qcGdcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc0MzoiW29wdGluX2JveCBzdHlsZT1cIjExXCIgd2lkdGg9XCI0NTBcIiBtYXJnaW5fdG9wPVwiMTVcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9maWVsZD1cImVtYWlsXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJhd2ViZXJcIiBsaXN0PVwiMzQ0NDY5OFwiIG5hbWVfZmllbGQ9XCJuYW1lXCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIiBuYW1lX3JlcXVpcmVkPVwiTlwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdUlc1MFpYSWdlVzkxY2lCdVlXMWxJR0Z1WkNCbGJXRnBiQ0JpWld4dmR5QjBieUJuWlhRZ2MzUmhjblJsWkM0dUxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCJdQ2xpY2sgdGhlbiBjaGVjayB5b3VyIGluYm94IGZvciBjb25maXJtYXRpb24hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI3NDoiW3ZpZGVvX3BsYXllciB0eXBlPVwidXJsXCIgYXV0b19wbGF5PVwiWVwiIHVybDE9XCJcIiB1cmwyPVwiXCIgd2lkdGg9XCI1NjBcIiBoZWlnaHQ9XCIzMTVcIiBhbGlnbj1cImNlbnRlclwiIG1hcmdpbl90b3A9XCIwXCIgbWFyZ2luX2JvdHRvbT1cIjIwXCJdYUhSMGNEb3ZMM0JzWVhsbGNpNTJhVzFsYnk1amIyMHZaWGgwWlhKdVlXd3ZPVGMyTmpJM05URXVjMlF1YlhBMFAzTTlZV1U1T0RrMU16RTRZalV4WkRrMU5qVTNZMkkzTkROa01XVXlNbVE0WVRNPVsvdmlkZW9fcGxheWVyXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NDoiZTMwPSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTozOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Mjg4OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMTdcIiB3aWR0aD1cIjk0MFwiXTxoMiBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48c3BhbiBzdHlsZT1cImNvbG9yOiAjNDI1MDYzO1wiPllvdVwncmUgwqAzLVN0ZXBzIEF3YXkgdG8KR2V0dGluZyBTdGFydGVkIFdpdGggWW91ciBUcmFkaW5nIFN5c3RlbSBGcmVlIFRyaWFswqA8L3NwYW4+PC9oMj4KPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU5MjoiW3N0ZXBfZ3JhcGhpY3Mgc3R5bGU9XCI1XCIgY29sb3I9XCIjNDI1MDYzXCJdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjFcIiBoZWFkbGluZT1cIkluc3RhbGxhdGlvbiAtIFRlY2ggc3VwcG9ydCBtZW1iZXIgd2lsbCB3YWxrIHlvdSB0aHJvdWdoIHRoZSBpbnN0YWxsYXRpb24sIG1ha2luZyB0aGUgcHJvY2VzcyBxdWljayBhbmQgdHJvdWJsZSBmcmVlLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMlwiIGhlYWRsaW5lPVwiVHJhaW5pbmcgLSAgT25lLW9uLW9uZSB0cmFpbmluZyB0byBpbnN1cmUgeW91IGxlYXJuIGFsbCB0aGUgdHJhZGluZyBzeXN0ZW0gaGFzIHRvIG9mZmVyLlwiXVsvc3RlcF1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiM1wiIGhlYWRsaW5lPVwiTGl2ZSBUcmFkaW5nIFJvb20gLSBFeHBlcmllbmNlIHRoZSBwb3dlciBvZiBtYXJrZXQgaW50ZWxsaWdlbmNlIGluIHJlYWwgbWFya2V0IGVudmlyb25tZW50IHdpdGggUmlvc1F1YW50IG1lbWJlcnMgYW5kIGNvYWNoZXMgdG8gaW5zdXJlIHlvdSBnZXQgdGhlIG1vc3Qgb3V0IG9mIHlvdXIgZnJlZSB0cmlhbC5cIl1bL3N0ZXBdWy9zdGVwX2dyYXBoaWNzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDIzOiJbdGVzdGltb25pYWxzIHN0eWxlPVwiMlwiIG1hcmdpbl90b3A9XCJcIiBtYXJnaW5fYm90dG9tPVwiXCJdW3Rlc3RpbW9uaWFsIG5hbWU9XCJQaWVycmUgLSBOZXcgSmVyc2V5IFVTQVwiIGNvbXBhbnk9XCJSaW9zUXVhbnQgbWVtYmVyIHNpbmNlIDIwMTJcIiBocmVmPVwiXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9waWVycmUtZ2FtaWwtcGljLmpwZ1wiXTxwPlwiQ291bGQgbm90IGRvIGl0IHdpdGhvdXQgeW91Li4uIElcJ2xsIG5ldmVyIGJlIGFibGUgdG8gdGhhbmsgeW91IEVQIGFuZCBTdGV2ZSBlbm91Z2ggZm9yIHRoZSBkZWRpY2F0aW9uIHlvdSBzaG93IGFuZCB0aGUgc3VwcG9ydCB5b3Ugb2ZmZXIhXCI8L3A+Wy90ZXN0aW1vbmlhbF1bL3Rlc3RpbW9uaWFsc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMyOToiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXTxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPkNPTU1PRElUWSBGVVRVUkVTLCBPUFRJT05TLCBBTkQgRk9SRVggVFJBRElORyBJTlZPTFZFUyBTVUJTVEFOVElBTCBSSVNLIEFORCBJUyBOT1QgU1VJVEFCTEUgRk9SIEFMTCBJTlZFU1RPUlMuIFBBU1QgUEVSRk9STUFOQ0UgSVMgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFJFU1VMVFMuIFRFU1RJTU9OSUFMUyBBUkUgTk9UIElORElDQVRJVkUgT0YgRlVUVVJFIFBFUkZPUk1BTkNFIE9SIFNVQ0NFU1MuPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX19','YToxNDp7czo1OiJ0aGVtZSI7czo2ODoiWVRveU9udHpPalE2SW5SNWNHVWlPM002T1RvaWJXRnlhMlYwYVc1bklqdHpPak02SW1ScGNpSTdjem94T2lJeElqdDkiO3M6MTM6ImhlYWRlcl9sYXlvdXQiO3M6MTE5NjoiWVRveE1qcDdjem8wT2lKc2IyZHZJanR6T2pjME9pSm9kSFJ3T2k4dmQzZDNMblJvWlhSeVlXUnBibWR5YjI5dExtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE5DOHdNeTl5Y1Mxc2IyZHZMV0pzWVdOckxtcHdaeUk3Y3pvMU9pSmlaMmx0WnlJN2N6b3dPaUlpTzNNNk1URTZJbkpsY0dWaGRHSm5hVzFuSWp0ek9qQTZJaUk3Y3pvM09pSmlaMk52Ykc5eUlqdHpPamM2SWlNd01UQmlNV1VpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFek9pSnRaVzUxTFhCdmMybDBhVzl1SWp0ek9qazZJbUZzYjI1bmMybGtaU0k3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWxraU8zTTZNVE02SW01aGRsOWlZWEpmWVdKdmRtVWlPMkU2TnpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TXpvaWJtRjJJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjl6YUdGa2IzY2lPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM2RsYVdkb2RDSTdjem93T2lJaU8zTTZPVG9pWm05dWRGOXphWHBsSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1Eb2lJanR6T2pRNklteHZaMjhpTzNNNk1Eb2lJanQ5Y3pveE16b2libUYyWDJKaGNsOWlaV3h2ZHlJN1lUbzNPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qQTZJaUk3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYMlpoYldsc2VTSTdjem93T2lJaU8zTTZORG9pYkc5bmJ5STdjem93T2lJaU8zMXpPakUzT2lKdVlYWmZZbUZ5WDJGc2IyNW5jMmxrWlNJN1lUbzJPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qWTZJbTV2Y20xaGJDSTdjem81T2lKbWIyNTBYM05wZW1VaU8zTTZNam9pTVRNaU8zTTZNVEU2SW1admJuUmZabUZ0YVd4NUlqdHpPamM2SWxCVUlGTmhibk1pTzMxek9qRXlPaUprYVhOaFlteGxYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRXhPaUpvWldGa1pYSmZiR2x1YXlJN2N6b3pNRG9pYUhSMGNEb3ZMM2QzZHk1MGFHVjBjbUZrYVc1bmNtOXZiUzVqYjIwdklqdDkiO3M6MTI6ImZlYXR1cmVfYXJlYSI7czoxMjA6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzBPaUowZVhCbElqdHBPakU3Y3pvNE9pSnpaWFIwYVc1bmN5STdZVG94T250ek9qRXlPaUptYjI1MFgyOXdkR2x2Ym5NaU8yRTZNRHA3ZlgxOSI7czoxMzoiZmVhdHVyZV90aXRsZSI7czo2NDoiWVRveU9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvMU9pSjBhWFJzWlNJN2N6b3dPaUlpTzMwPSI7czoxMToiZm9vdGVyX2FyZWEiO3M6MzgwOiJZVG80T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVdTSTdjem96T2lKdVlYWWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM05vWVdSdmR5STdjem93T2lJaU8zTTZNVEU2SW1admJuUmZkMlZwWjJoMElqdHpPakE2SWlJN2N6bzVPaUptYjI1MFgzTnBlbVVpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDJaaGJXbHNlU0k3Y3pveE5Ub2lVMjkxY21ObElGTmhibk1nVUhKdklqdHpPakV5T2lKc1lYSm5aVjltYjI5MFpYSWlPMkU2TVRwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPMzF6T2pFM09pSm1iMjkwWlhKZlpHbHpZMnhoYVcxbGNpSTdZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8zT2lKdFpYTnpZV2RsSWp0ek9qQTZJaUk3ZlgwPSI7czoxMDoidHlwb2dyYXBoeSI7czoxNjc2OiJZVG95T250ek9qRXpPaUptYjI1MFgyVnNaVzFsYm5SeklqdGhPams2ZTNNNk1UQTZJbk5wZEdWZmRHbDBiR1VpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pJNklqSTBJanR6T2pRNkltWnZiblFpTzNNNk1UQTZJazF2Ym5SelpYSnlZWFFpTzNNNk5Ub2ljM1I1YkdVaU8zTTZORG9pWW05c1pDSTdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPMzF6T2pjNkluUmhaMnhwYm1VaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qYzZJaU13UmpnM1F6a2lPMzF6T2pjNkltUmxabUYxYkhRaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qSTZJakUzSWp0ek9qUTZJbVp2Ym5RaU8zTTZNVFU2SWxOdmRYSmpaU0JUWVc1eklGQnlieUk3Y3pvMU9pSnpkSGxzWlNJN2N6bzJPaUp1YjNKdFlXd2lPM002TlRvaVkyOXNiM0lpTzNNNk56b2lJell6TmpNMk15STdmWE02TWpvaWFERWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakUxT2lKVGIzVnlZMlVnVTJGdWN5QlFjbThpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURJaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk1qb2lhRE1pTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pFMU9pSlRiM1Z5WTJVZ1UyRnVjeUJRY204aU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWE02TWpvaWFEUWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakUxT2lKVGIzVnlZMlVnVTJGdWN5QlFjbThpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk1qb2lhRFlpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pFMU9pSlRiM1Z5WTJVZ1UyRnVjeUJRY204aU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWDF6T2pFME9pSmpiMnh2Y2w5bGJHVnRaVzUwY3lJN1lUbzJPbnR6T2pFM09pSm1iMjkwWlhKZmRHVjRkRjlqYjJ4dmNpSTdjem93T2lJaU8zTTZNVGM2SW1admIzUmxjbDlzYVc1clgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveU16b2labTl2ZEdWeVgyeHBibXRmYUc5MlpYSmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTRPaUptWldGMGRYSmxYM1JsZUhSZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFNE9pSm1aV0YwZFhKbFgyeHBibXRmWTI5c2IzSWlPM002TURvaUlqdHpPakkwT2lKbVpXRjBkWEpsWDJ4cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzNNNk1Eb2lJanQ5ZlE9PSI7czoyMToiY29sb3Jfc2NoZW1lX2FkdmFuY2VkIjtzOjI1OTI6IllUbzNPbnR6T2pFek9pSnVZWFpmWW1GeVgyRmliM1psSWp0aE9qRXdPbnR6T2pFek9pSnVZWFpmWW1GeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2libUYyWDJKaGNsOWxibVFpTzNNNk1Eb2lJanR6T2pFNU9pSnVZWFpmWW1GeVgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TnpvaWJtRjJYMkpoY2w5b2IzWmxjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRXdPaUp1WVhaZlltRnlYMkpuSWp0ek9qQTZJaUk3Y3pveU1qb2libUYyWDJKaGNsOWlaMTlvYjNabGNsOXpkR0Z5ZENJN2N6b3dPaUlpTzNNNk1UVTZJbTVoZGw5aVlYSmZaR1JmYkdsdWF5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWkdSZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pFeU9pSnVZWFpmWW1GeVgyeHBibXNpTzNNNk1Eb2lJanR6T2pFek9pSnVZWFpmWW1GeVgyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1UTTZJbTVoZGw5aVlYSmZZbVZzYjNjaU8yRTZNVEE2ZTNNNk1UTTZJbTVoZGw5aVlYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRXhPaUp1WVhaZlltRnlYMlZ1WkNJN2N6b3dPaUlpTzNNNk1UazZJbTVoZGw5aVlYSmZhRzkyWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSnVZWFpmWW1GeVgyaHZkbVZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVEE2SW01aGRsOWlZWEpmWW1jaU8zTTZNRG9pSWp0ek9qSXlPaUp1WVhaZlltRnlYMkpuWDJodmRtVnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOVG9pYm1GMlgySmhjbDlrWkY5c2FXNXJJanR6T2pBNklpSTdjem94TmpvaWJtRjJYMkpoY2w5a1pGOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0OWN6b3hOem9pYm1GMlgySmhjbDloYkc5dVozTnBaR1VpTzJFNk56cDdjem94TURvaWJtRjJYMkpoY2w5aVp5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWW1kZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pJd09pSnVZWFpmWW1GeVgySm5YMjVoZGw5b2IzWmxjaUk3Y3pvd09pSWlPM002TVRJNkltNWhkbDlpWVhKZmJHbHVheUk3Y3pvM09pSWpZamxpWkdNd0lqdHpPakV6T2lKdVlYWmZZbUZ5WDJodmRtVnlJanR6T2pBNklpSTdjem94TlRvaWJtRjJYMkpoY2w5a1pGOXNhVzVySWp0ek9qQTZJaUk3Y3pveE5qb2libUYyWDJKaGNsOWtaRjlvYjNabGNpSTdjem93T2lJaU8zMXpPakV5T2lKbVpXRjBkWEpsWDJGeVpXRWlPMkU2TnpwN2N6b3hNem9pWm1WaGRIVnlaVjl6ZEdGeWRDSTdjem93T2lJaU8zTTZNVEU2SW1abFlYUjFjbVZmWlc1a0lqdHpPakE2SWlJN2N6b3hNRG9pZEdWNGRGOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6b3dPaUlpTzMxek9qRTJPaUpzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanRoT2pJNmUzTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk1Eb2lJanQ5Y3pveU9pSmlaeUk3Y3pvd09pSWlPM002TVRBNkltSm5YMjl3ZEdsdmJuTWlPM002TURvaUlqdDljem94TXpvaVptVmhkSFZ5WlY5MGFYUnNaU0k3WVRvek9udHpPakU1T2lKbVpXRjBkWEpsWDNScGRHeGxYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOem9pWm1WaGRIVnlaVjkwYVhSc1pWOWxibVFpTzNNNk1Eb2lJanR6T2pJME9pSm1aV0YwZFhKbFgzUnBkR3hsWDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0OWN6bzJPaUptYjI5MFpYSWlPMkU2T0RwN2N6b3hNam9pWm05dmRHVnlYM04wWVhKMElqdHpPamM2SWlNeVl6TXlNMlVpTzNNNk1UQTZJbVp2YjNSbGNsOWxibVFpTzNNNk56b2lJekpqTXpJelpTSTdjem94TnpvaVptOXZkR1Z5WDNSbGVIUmZZMjlzYjNJaU8zTTZOem9pSTJabVptWm1aaUk3Y3pveE56b2labTl2ZEdWeVgyeHBibXRmWTI5c2IzSWlPMkU2TWpwN2N6bzFPaUpqYjJ4dmNpSTdjem8zT2lJalptWm1abVptSWp0ek9qRTFPaUowWlhoMFgyUmxZMjl5WVhScGIyNGlPM002TURvaUlqdDljem95TXpvaVptOXZkR1Z5WDJ4cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvM09pSWpabVptWm1abUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk1Eb2lJanQ5Y3pveE1Eb2lkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPM002TVRBNklteHBibXRmWTI5c2IzSWlPM002TURvaUlqdHpPakUyT2lKc2FXNXJYMmh2ZG1WeVgyTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk5Eb2ljR0ZuWlNJN1lUbzBPbnR6T2pFeU9pSnlaWEJsWVhScGJtZGZZbWNpTzNNNk1Eb2lJanR6T2pnNkltSm5YMk52Ykc5eUlqdHpPamM2SWlObVptWm1abVlpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6b3dPaUlpTzMxek9qRTJPaUpzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanRoT2pJNmUzTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk1Eb2lJanQ5ZlgwPSI7czoxNToibW9iaWxlX3JlZGlyZWN0IjtzOjYwOiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdDkiO3M6Mzoic2VvIjtzOjE5MjoiWVRvMk9udHpPalU2SW5ScGRHeGxJanR6T2pBNklpSTdjem94TVRvaVpHVnpZM0pwY0hScGIyNGlPM002TURvaUlqdHpPamc2SW10bGVYZHZjbVJ6SWp0ek9qQTZJaUk3Y3pvM09pSnZaM1JwZEd4bElqdHpPakE2SWlJN2N6b3hNem9pYjJka1pYTmpjbWx3ZEdsdmJpSTdjem93T2lJaU8zTTZOem9pYjJkcGJXRm5aU0k3Y3pvd09pSWlPMzA9IjtzOjc6InNjcmlwdHMiO3M6ODQ6IllUb3hPbnRwT2pBN1lUb3lPbnR6T2pnNkluQnZjMmwwYVc5dUlqdHpPak02SW1OemN5STdjem8yT2lKelkzSnBjSFFpTzNNNk1Eb2lJanQ5ZlE9PSI7czo4OiJmYl9zaGFyZSI7czoxMjQ6IllUbzBPbnR6T2pVNkluUnBkR3hsSWp0ek9qQTZJaUk3Y3pveE1Ub2laR1Z6WTNKcGNIUnBiMjRpTzNNNk1Eb2lJanR6T2pVNkltbHRZV2RsSWp0ek9qQTZJaUk3Y3pvNE9pSnNhV3RsWDNWeWJDSTdjem93T2lJaU8zMD0iO3M6ODoibGlnaHRib3giO3M6MzcwMDoiWVRvMU9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvM09pSnphRzkzWDI5dUlqdHpPalE2SW14dllXUWlPM002TkRvaWRIbHdaU0k3Y3pvMU9pSnZjSFJwYmlJN2N6b3hNRG9pYjNCMGFXNWZabTl5YlNJN1lUb3pPbnR6T2prNkltWnZjbTFmYUhSdGJDSTdZVG94TnpwN2N6b3hNRG9pWlcxaGFXeGZaR0YwWVNJN2N6b3dPaUlpTzNNNk1UTTZJbVZ0WVdsc1gyRmtaSEpsYzNNaU8zTTZNRG9pSWp0ek9qRXlPaUp5WldScGNtVmpkRjkxY213aU8zTTZNRG9pSWp0ek9qRXlPaUpsZUhSeVlWOW1hV1ZzWkhNaU8zTTZNRG9pSWp0ek9qRTRPaUpsYldGcGJGOWxlSFJ5WVY5bWFXVnNaSE1pTzNNNk1Eb2lJanR6T2pRNkltaDBiV3dpTzNNNk1Eb2lJanR6T2pFd09pSnVaWGRmZDJsdVpHOTNJanR6T2pBNklpSTdjem94TWpvaVpHbHpZV0pzWlY5dVlXMWxJanR6T2pBNklpSTdjem80T2lKdVlXMWxYMkp2ZUNJN2N6b3dPaUlpTzNNNk9Ub2laVzFoYVd4ZlltOTRJanR6T2pBNklpSTdjem8yT2lKaFkzUnBiMjRpTzNNNk1Eb2lJanR6T2pZNkltWnBaV3hrY3lJN2N6b3dPaUlpTzNNNk5qb2liV1YwYUc5a0lqdHpPalE2SW5CdmMzUWlPM002TVRZNkltbHVkR1ZuY21GMGFXOXVYM1I1Y0dVaU8zTTZOam9pWTNWemRHOXRJanR6T2pRNklteHBjM1FpTzNNNk1Eb2lJanR6T2pFME9pSjBhR0Z1YTE5NWIzVmZjR0ZuWlNJN2N6b3dPaUlpTzNNNk1URTZJbUZqZEdsdmJsOXdZV2RsSWp0ek9qQTZJaUk3ZlhNNk56b2lZMjl1ZEdWdWRDSTdZVG8xT250ek9qVTZJblJwZEd4bElqdHpPak15T2lKVFpXeHNJRUZ1ZVhSb2FXNW5JRmRwZEdnZ1QzQjBhVzFwZW1WUWNtVnpjeUk3Y3pveE1Ub2labTl5YlY5b1pXRmtaWElpTzNNNk9EZzZJa3h2Y21WdElHbHdjM1Z0SUdSdmJHOXlJSE5wZENCaGJXVjBMQ0JqYjI1elpXTjBaWFIxWlhJZ1lXUnBjR2x6WTJsdVp5QmxiR2wwTENCelpXUWdaR2xoYlNCdWIyNTFiVzE1SUc1cFltZ2daWFZwYzIxdlpDNGlPM002TVRFNkltWnZiM1JsY2w5dWIzUmxJanR6T2pZME9pSlpiM1Z5SUdsdVptOXliV0YwYVc5dUlHbHpJREV3TUNVZ2MyVmpkWEpsSUhkcGRHZ2dkWE1nWVc1a0lIZHBiR3dnYm1WMlpYSWdZbVVnYzJoaGNtVmtJanR6T2pFeU9pSnVZVzFsWDJSbFptRjFiSFFpTzNNNk1qUTZJa1Z1ZEdWeUlIbHZkWElnUm1seWMzUWdUbUZ0WlM0dUxpSTdjem94TXpvaVpXMWhhV3hmWkdWbVlYVnNkQ0k3Y3pveU56b2lSVzUwWlhJZ2VXOTFjaUJGYldGcGJDQkJaR1J5WlhOekxpNHVJanQ5Y3pveE16b2ljM1ZpYldsMFgySjFkSFJ2YmlJN1lUbzFOanA3Y3pvMk9pSmlkWFIwYjI0aU8yRTZNRHA3ZlhNNk9Eb2liRzlqWVhScGIyNGlPM002TXpZNkltOXdYMnhwWjJoMFltOTRYMjl3ZEdsdVgyWnZjbTFmYzNWaWJXbDBYMkoxZEhSdmJpSTdjem8zT2lKamIyNTBaVzUwSWp0ek9qQTZJaUk3Y3pvME9pSjBlWEJsSWp0ek9qRTZJakFpTzNNNk5Ub2lhVzFoWjJVaU8zTTZNRG9pSWp0ek9qRXlPaUpsYkdWdFpXNTBYM1I1Y0dVaU8zTTZNRG9pSWp0ek9qUTZJbWh5WldZaU8zTTZNRG9pSWp0ek9qRXdPaUp1WlhkZmQybHVaRzkzSWp0ek9qQTZJaUk3Y3pveU9pSmpZeUk3Y3pvd09pSWlPM002TlRvaVlXeHBaMjRpTzNNNk1Eb2lJanR6T2pRNkluUmxlSFFpTzNNNk1Eb2lJanR6T2prNkluUmxlSFJmYzJsNlpTSTdjem95T2lJek1pSTdjem94TURvaWRHVjRkRjlqYjJ4dmNpSTdjem8zT2lJak1EQXdNREF3SWp0ek9qazZJblJsZUhSZlptOXVkQ0k3Y3pvd09pSWlPM002T1RvaWRHVjRkRjlpYjJ4a0lqdHpPakU2SWpFaU8zTTZNVFE2SW5SbGVIUmZkVzVrWlhKc2FXNWxJanR6T2pBNklpSTdjem94TVRvaWRHVjRkRjlwZEdGc2FXTWlPM002TURvaUlqdHpPakU1T2lKMFpYaDBYMnhsZEhSbGNsOXpjR0ZqYVc1bklqdHpPakU2SWpBaU8zTTZNVE02SW5OMVluUmxlSFJmY0dGdVpXd2lPM002TURvaUlqdHpPamM2SW5OMVluUmxlSFFpTzNNNk1Eb2lJanR6T2pFeU9pSnpkV0owWlhoMFgzTnBlbVVpTzNNNk1Eb2lJanR6T2pFek9pSnpkV0owWlhoMFgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE1qb2ljM1ZpZEdWNGRGOW1iMjUwSWp0ek9qQTZJaUk3Y3pveE1qb2ljM1ZpZEdWNGRGOWliMnhrSWp0ek9qQTZJaUk3Y3pveE56b2ljM1ZpZEdWNGRGOTFibVJsY214cGJtVWlPM002TURvaUlqdHpPakUwT2lKemRXSjBaWGgwWDJsMFlXeHBZeUk3Y3pvd09pSWlPM002TWpJNkluTjFZblJsZUhSZmJHVjBkR1Z5WDNOd1lXTnBibWNpTzNNNk1Eb2lJanR6T2pFM09pSjBaWGgwWDNOb1lXUnZkMTl3WVc1bGJDSTdjem94T2lKWklqdHpPakl3T2lKMFpYaDBYM05vWVdSdmQxOTJaWEowYVdOaGJDSTdjem94T2lJeElqdHpPakl5T2lKMFpYaDBYM05vWVdSdmQxOW9iM0pwZW05dWRHRnNJanR6T2pFNklqQWlPM002TVRjNkluUmxlSFJmYzJoaFpHOTNYMk52Ykc5eUlqdHpPamM2SWlObVptWm1NREFpTzNNNk1UWTZJblJsZUhSZmMyaGhaRzkzWDJKc2RYSWlPM002TVRvaU1DSTdjem94TXpvaWMzUjViR2x1WjE5M2FXUjBhQ0k3Y3pvd09pSWlPM002TVRRNkluTjBlV3hwYm1kZmFHVnBaMmgwSWp0ek9qQTZJaUk3Y3pveU1Eb2ljM1I1YkdsdVoxOWliM0prWlhKZlkyOXNiM0lpTzNNNk56b2lJekF3TURBd01DSTdjem94T1RvaWMzUjViR2x1WjE5aWIzSmtaWEpmYzJsNlpTSTdjem94T2lJeElqdHpPakl4T2lKemRIbHNhVzVuWDJKdmNtUmxjbDl5WVdScGRYTWlPM002TVRvaU5pSTdjem95TWpvaWMzUjViR2x1WjE5aWIzSmtaWEpmYjNCaFkybDBlU0k3Y3pvek9pSXhNREFpTzNNNk1UWTZJbk4wZVd4cGJtZGZaM0poWkdsbGJuUWlPM002TURvaUlqdHpPakV6T2lKemRIbHNhVzVuWDNOb2FXNWxJanR6T2pFNklsa2lPM002TWpnNkluTjBlV3hwYm1kZlozSmhaR2xsYm5SZmMzUmhjblJmWTI5c2IzSWlPM002TnpvaUkyWm1abVl3TUNJN2N6b3lOam9pYzNSNWJHbHVaMTluY21Ga2FXVnVkRjlsYm1SZlkyOXNiM0lpTzNNNk56b2lJMlptWVRBek5TSTdjem94TnpvaVpISnZjRjl6YUdGa2IzZGZjR0Z1Wld3aU8zTTZNVG9pV1NJN2N6b3lNRG9pWkhKdmNGOXphR0ZrYjNkZmRtVnlkR2xqWVd3aU8zTTZNVG9pTVNJN2N6b3lNam9pWkhKdmNGOXphR0ZrYjNkZmFHOXlhWHB2Ym5SaGJDSTdjem94T2lJd0lqdHpPakUyT2lKa2NtOXdYM05vWVdSdmQxOWliSFZ5SWp0ek9qRTZJakVpTzNNNk1UZzZJbVJ5YjNCZmMyaGhaRzkzWDNOd2NtVmhaQ0k3Y3pveE9pSXdJanR6T2pFM09pSmtjbTl3WDNOb1lXUnZkMTlqYjJ4dmNpSTdjem8zT2lJak1EQXdNREF3SWp0ek9qRTVPaUprY205d1gzTm9ZV1J2ZDE5dmNHRmphWFI1SWp0ek9qSTZJalV3SWp0ek9qRTRPaUpwYm5ObGRGOXphR0ZrYjNkZmNHRnVaV3dpTzNNNk1Ub2lXU0k3Y3pveU1Ub2lhVzV6WlhSZmMyaGhaRzkzWDNabGNuUnBZMkZzSWp0ek9qRTZJakFpTzNNNk1qTTZJbWx1YzJWMFgzTm9ZV1J2ZDE5b2IzSnBlbTl1ZEdGc0lqdHpPakU2SWpBaU8zTTZNVGM2SW1sdWMyVjBYM05vWVdSdmQxOWliSFZ5SWp0ek9qRTZJakFpTzNNNk1UazZJbWx1YzJWMFgzTm9ZV1J2ZDE5emNISmxZV1FpTzNNNk1Ub2lNU0k3Y3pveE9Eb2lhVzV6WlhSZmMyaGhaRzkzWDJOdmJHOXlJanR6T2pjNklpTm1abVptTURBaU8zTTZNakE2SW1sdWMyVjBYM05vWVdSdmQxOXZjR0ZqYVhSNUlqdHpPakk2SWpVd0lqdDlmWE02TVRJNkltaDBiV3hmWTI5dWRHVnVkQ0k3WVRveE9udHpPamM2SW1OdmJuUmxiblFpTzNNNk1Eb2lJanQ5ZlE9PSI7czoxMzoiZXhpdF9yZWRpcmVjdCI7czo4ODoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSjFjbXdpTzNNNk1Eb2lJanR6T2pjNkltMWxjM05oWjJVaU8zTTZNRG9pSWp0OSI7czoxMzoibGF1bmNoX2Z1bm5lbCI7czoxOTI6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzVPaUptZFc1dVpXeGZhV1FpTzNNNk1Ub2lNU0k3Y3pveE5qb2laMkYwWlhkaGVWOXZkbVZ5Y21sa1pTSTdZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem80T2lKeVpXUnBjbVZqZENJN2N6b3dPaUlpTzNNNk5Eb2lZMjlrWlNJN2N6b3dPaUlpTzMxOSI7fQ=='),(22,'Trading System Pierre testimonial Einstein FX','YToxOntzOjQ6ImJvZHkiO2E6NDp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czoxNTg6InBhZGRpbmctYm90dG9tOiAzMHB4OyBib3JkZXItdG9wLXdpZHRoOiAwcHg7IGJvcmRlci1ib3R0b20td2lkdGg6IDBweDsgYmFja2dyb3VuZC1pbWFnZTogbm9uZTsgYmFja2dyb3VuZC1jb2xvcjogcmdiKDIwLCAxLCAxNSk7IGJhY2tncm91bmQtcmVwZWF0OiBuby1yZXBlYXQ7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo4ODoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU14TkRBeE1HWWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNekFpTENKaFpHUnZiaUk2ZTMxOSI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjEwOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMzdcIiBmb250X2ZvbnQ9XCJPcGVuIFNhbnNcIiBmb250X3N0eWxlPVwiYm9sZFwiIGZvbnRfY29sb3I9XCIjZjBmNmZmXCIgZm9udF9zcGFjaW5nPVwiMFwiIGZvbnRfc2hhZG93PVwibGlnaHRcIiBhbGlnbj1cImNlbnRlclwiXUV2ZXIgZHJlYW0gb2YgdHJhZGluZyBmb3IgYSBsaXZpbmc/Wy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIwNDoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIyXCIgZm9udF9mb250PVwiT3BlbiBTYW5zXCIgZm9udF9zdHlsZT1cIjMwMFwiIGZvbnRfY29sb3I9XCIjZWJmNmZlXCIgYWxpZ249XCJjZW50ZXJcIl1FeHBlcmllbmNlIHRoZSBwb3dlciBvZiBtYXJrZXQgaW50ZWxsaWdlbmNlISBTdGFydCBhIDE0LWRheSBmcmVlIHRyaWFsLlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjIxMzoicGFkZGluZy1ib3R0b206IDIwcHg7IGJvcmRlci10b3Atd2lkdGg6IDFweDsgYm9yZGVyLWJvdHRvbS13aWR0aDogMXB4OyBib3JkZXItdG9wLWNvbG9yOiByZ2IoMjI3LCAyMjcsIDIyNyk7IGJvcmRlci1ib3R0b20tY29sb3I6IHJnYigyMjcsIDIyNywgMjI3KTsgYm9yZGVyLXN0eWxlOiBzb2xpZDsgYmFja2dyb3VuZDogbm9uZSBuby1yZXBlYXQgcmdiKDIwLCAxLCAxNSk7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxNDQ6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlNeE5EQXhNR1lpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaUxDSmliM0prWlhKWGFXUjBhQ0k2SWpFaUxDSmliM0prWlhKRGIyeHZjaUk2SWlObE0yVXpaVE1pTENKaFpHUnZiaUk2ZTMxOSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6NDp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3NjoiW2ltYWdlcyBzdHlsZT1cIjVcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L2VxdWl0eS1jdXJ2ZS1waWVycmUuanBnXCIgd2lkdGg9XCI4MDhcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2NToiW2ltYWdlcyBzdHlsZT1cIjBcIiBsYXJnZV9pbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L2VxdWl0eS1jdXJ2ZS1waWVycmUuanBnXCIgd2lkdGg9XCI4MDhcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMzQ6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl1SaW9zUXVhbnQgbWVtYmVyIFBpZXJyZSB0b29rICQxLDYwMCBpbiBwcm9maXRzIGZyb20gdGhlIGZ1dHVyZXMgbWFya2V0IGluIHR3byBkYXlzIHdpdGggMTMgdHJhZGVzLiBIZSB0cmFkZXMgZXZlcnkgbW9ybmluZyB3aXRoIG90aGVyIGxpa2UtbWluZGVkIHRyYWRlcnMgaW4gb3VyIGxpdmUgb25saW5lIHRyYWRpbmcgcm9vbS4gSGUgaXMgYSBtb21lbnR1bSB0cmFkZXIgYW5kIHVzZXMgdGhlIFJpb3NRdWFudCBmb3J3YXJkLWxvb2tpbmcgdHJhZGluZyBzeXN0ZW1zLiZuYnNwO1svdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2ODoiW2ltYWdlcyBzdHlsZT1cIjBcIiBsYXJnZV9pbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L2VxdWl0eS1jdXJ2ZS1waWVycmUuanBnXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3NDM6IltvcHRpbl9ib3ggc3R5bGU9XCIxMVwiIHdpZHRoPVwiNDUwXCIgbWFyZ2luX3RvcD1cIjE1XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0NzY4NzVcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVJXNTBaWElnZVc5MWNpQnVZVzFsSUdGdVpDQmxiV0ZwYkNCaVpXeHZkeUIwYnlCblpYUWdjM1JoY25SbFpDNHVMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiXUNsaWNrIHRoZW4gY2hlY2sgeW91ciBpbmJveCBmb3IgY29uZmlybWF0aW9uIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNzQ6Ilt2aWRlb19wbGF5ZXIgdHlwZT1cInVybFwiIGF1dG9fcGxheT1cIllcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTYwXCIgaGVpZ2h0PVwiMzE1XCIgYWxpZ249XCJjZW50ZXJcIiBtYXJnaW5fdG9wPVwiMFwiIG1hcmdpbl9ib3R0b209XCIyMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RjMk5qUXhOakV1YUdRdWJYQTBQM005WXpsalltWm1OMlUyTWpBeE1qUTFOR0prTW1RMVpHVTVNRGd3T1Roak1HRT1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjQ6ImUzMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI4ODoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE3XCIgd2lkdGg9XCI5NDBcIl08aDIgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PHNwYW4gc3R5bGU9XCJjb2xvcjogIzQyNTA2MztcIj5Zb3VcJ3JlIMKgMy1TdGVwcyBBd2F5IHRvCkdldHRpbmcgU3RhcnRlZCBXaXRoIFlvdXIgVHJhZGluZyBTeXN0ZW0gRnJlZSBUcmlhbMKgPC9zcGFuPjwvaDI+CjxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1OTI6IltzdGVwX2dyYXBoaWNzIHN0eWxlPVwiNVwiIGNvbG9yPVwiIzQyNTA2M1wiXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIxXCIgaGVhZGxpbmU9XCJJbnN0YWxsYXRpb24gLSBUZWNoIHN1cHBvcnQgbWVtYmVyIHdpbGwgd2FsayB5b3UgdGhyb3VnaCB0aGUgaW5zdGFsbGF0aW9uLCBtYWtpbmcgdGhlIHByb2Nlc3MgcXVpY2sgYW5kIHRyb3VibGUgZnJlZS5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIlRyYWluaW5nIC0gIE9uZS1vbi1vbmUgdHJhaW5pbmcgdG8gaW5zdXJlIHlvdSBsZWFybiBhbGwgdGhlIHRyYWRpbmcgc3lzdGVtIGhhcyB0byBvZmZlci5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjNcIiBoZWFkbGluZT1cIkxpdmUgVHJhZGluZyBSb29tIC0gRXhwZXJpZW5jZSB0aGUgcG93ZXIgb2YgbWFya2V0IGludGVsbGlnZW5jZSBpbiByZWFsIG1hcmtldCBlbnZpcm9ubWVudCB3aXRoIFJpb3NRdWFudCBtZW1iZXJzIGFuZCBjb2FjaGVzIHRvIGluc3VyZSB5b3UgZ2V0IHRoZSBtb3N0IG91dCBvZiB5b3VyIGZyZWUgdHJpYWwuXCJdWy9zdGVwXVsvc3RlcF9ncmFwaGljc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQyMzoiW3Rlc3RpbW9uaWFscyBzdHlsZT1cIjJcIiBtYXJnaW5fdG9wPVwiXCIgbWFyZ2luX2JvdHRvbT1cIlwiXVt0ZXN0aW1vbmlhbCBuYW1lPVwiUGllcnJlIC0gTmV3IEplcnNleSBVU0FcIiBjb21wYW55PVwiUmlvc1F1YW50IG1lbWJlciBzaW5jZSAyMDEyXCIgaHJlZj1cIlwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvcGllcnJlLWdhbWlsLXBpYy5qcGdcIl08cD5cIkNvdWxkIG5vdCBkbyBpdCB3aXRob3V0IHlvdS4uLiBJXCdsbCBuZXZlciBiZSBhYmxlIHRvIHRoYW5rIHlvdSBFUCBhbmQgU3RldmUgZW5vdWdoIGZvciB0aGUgZGVkaWNhdGlvbiB5b3Ugc2hvdyBhbmQgdGhlIHN1cHBvcnQgeW91IG9mZmVyIVwiPC9wPlsvdGVzdGltb25pYWxdWy90ZXN0aW1vbmlhbHNdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjM7YTo0OntzOjk6InJvd19jbGFzcyI7czoyOToicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMjk6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5DT01NT0RJVFkgRlVUVVJFUywgT1BUSU9OUywgQU5EIEZPUkVYIFRSQURJTkcgSU5WT0xWRVMgU1VCU1RBTlRJQUwgUklTSyBBTkQgSVMgTk9UIFNVSVRBQkxFIEZPUiBBTEwgSU5WRVNUT1JTLiBQQVNUIFBFUkZPUk1BTkNFIElTIE5PVCBJTkRJQ0FUSVZFIE9GIEZVVFVSRSBSRVNVTFRTLiBURVNUSU1PTklBTFMgQVJFIE5PVCBJTkRJQ0FUSVZFIE9GIEZVVFVSRSBQRVJGT1JNQU5DRSBPUiBTVUNDRVNTLjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19fQ==','YToxNDp7czo1OiJ0aGVtZSI7czo2ODoiWVRveU9udHpPalE2SW5SNWNHVWlPM002T1RvaWJXRnlhMlYwYVc1bklqdHpPak02SW1ScGNpSTdjem94T2lJeElqdDkiO3M6MTM6ImhlYWRlcl9sYXlvdXQiO3M6MTE5NjoiWVRveE1qcDdjem8wT2lKc2IyZHZJanR6T2pjME9pSm9kSFJ3T2k4dmQzZDNMblJvWlhSeVlXUnBibWR5YjI5dExtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE5DOHdNeTl5Y1Mxc2IyZHZMV0pzWVdOckxtcHdaeUk3Y3pvMU9pSmlaMmx0WnlJN2N6b3dPaUlpTzNNNk1URTZJbkpsY0dWaGRHSm5hVzFuSWp0ek9qQTZJaUk3Y3pvM09pSmlaMk52Ykc5eUlqdHpPamM2SWlNd01UQmlNV1VpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFek9pSnRaVzUxTFhCdmMybDBhVzl1SWp0ek9qazZJbUZzYjI1bmMybGtaU0k3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWxraU8zTTZNVE02SW01aGRsOWlZWEpmWVdKdmRtVWlPMkU2TnpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TXpvaWJtRjJJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjl6YUdGa2IzY2lPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM2RsYVdkb2RDSTdjem93T2lJaU8zTTZPVG9pWm05dWRGOXphWHBsSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1Eb2lJanR6T2pRNklteHZaMjhpTzNNNk1Eb2lJanQ5Y3pveE16b2libUYyWDJKaGNsOWlaV3h2ZHlJN1lUbzNPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qQTZJaUk3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYMlpoYldsc2VTSTdjem93T2lJaU8zTTZORG9pYkc5bmJ5STdjem93T2lJaU8zMXpPakUzT2lKdVlYWmZZbUZ5WDJGc2IyNW5jMmxrWlNJN1lUbzJPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qWTZJbTV2Y20xaGJDSTdjem81T2lKbWIyNTBYM05wZW1VaU8zTTZNam9pTVRNaU8zTTZNVEU2SW1admJuUmZabUZ0YVd4NUlqdHpPamM2SWxCVUlGTmhibk1pTzMxek9qRXlPaUprYVhOaFlteGxYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRXhPaUpvWldGa1pYSmZiR2x1YXlJN2N6b3pNRG9pYUhSMGNEb3ZMM2QzZHk1MGFHVjBjbUZrYVc1bmNtOXZiUzVqYjIwdklqdDkiO3M6MTI6ImZlYXR1cmVfYXJlYSI7czoxMjA6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzBPaUowZVhCbElqdHBPakU3Y3pvNE9pSnpaWFIwYVc1bmN5STdZVG94T250ek9qRXlPaUptYjI1MFgyOXdkR2x2Ym5NaU8yRTZNRHA3ZlgxOSI7czoxMzoiZmVhdHVyZV90aXRsZSI7czo2NDoiWVRveU9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvMU9pSjBhWFJzWlNJN2N6b3dPaUlpTzMwPSI7czoxMToiZm9vdGVyX2FyZWEiO3M6MzgwOiJZVG80T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVdTSTdjem96T2lKdVlYWWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM05vWVdSdmR5STdjem93T2lJaU8zTTZNVEU2SW1admJuUmZkMlZwWjJoMElqdHpPakE2SWlJN2N6bzVPaUptYjI1MFgzTnBlbVVpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDJaaGJXbHNlU0k3Y3pveE5Ub2lVMjkxY21ObElGTmhibk1nVUhKdklqdHpPakV5T2lKc1lYSm5aVjltYjI5MFpYSWlPMkU2TVRwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPMzF6T2pFM09pSm1iMjkwWlhKZlpHbHpZMnhoYVcxbGNpSTdZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8zT2lKdFpYTnpZV2RsSWp0ek9qQTZJaUk3ZlgwPSI7czoxMDoidHlwb2dyYXBoeSI7czoxNjc2OiJZVG95T250ek9qRXpPaUptYjI1MFgyVnNaVzFsYm5SeklqdGhPams2ZTNNNk1UQTZJbk5wZEdWZmRHbDBiR1VpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pJNklqSTBJanR6T2pRNkltWnZiblFpTzNNNk1UQTZJazF2Ym5SelpYSnlZWFFpTzNNNk5Ub2ljM1I1YkdVaU8zTTZORG9pWW05c1pDSTdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPMzF6T2pjNkluUmhaMnhwYm1VaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qYzZJaU13UmpnM1F6a2lPMzF6T2pjNkltUmxabUYxYkhRaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qSTZJakUzSWp0ek9qUTZJbVp2Ym5RaU8zTTZNVFU2SWxOdmRYSmpaU0JUWVc1eklGQnlieUk3Y3pvMU9pSnpkSGxzWlNJN2N6bzJPaUp1YjNKdFlXd2lPM002TlRvaVkyOXNiM0lpTzNNNk56b2lJell6TmpNMk15STdmWE02TWpvaWFERWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakUxT2lKVGIzVnlZMlVnVTJGdWN5QlFjbThpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURJaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk1qb2lhRE1pTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pFMU9pSlRiM1Z5WTJVZ1UyRnVjeUJRY204aU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWE02TWpvaWFEUWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakUxT2lKVGIzVnlZMlVnVTJGdWN5QlFjbThpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk1qb2lhRFlpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pFMU9pSlRiM1Z5WTJVZ1UyRnVjeUJRY204aU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWDF6T2pFME9pSmpiMnh2Y2w5bGJHVnRaVzUwY3lJN1lUbzJPbnR6T2pFM09pSm1iMjkwWlhKZmRHVjRkRjlqYjJ4dmNpSTdjem93T2lJaU8zTTZNVGM2SW1admIzUmxjbDlzYVc1clgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveU16b2labTl2ZEdWeVgyeHBibXRmYUc5MlpYSmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTRPaUptWldGMGRYSmxYM1JsZUhSZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFNE9pSm1aV0YwZFhKbFgyeHBibXRmWTI5c2IzSWlPM002TURvaUlqdHpPakkwT2lKbVpXRjBkWEpsWDJ4cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzNNNk1Eb2lJanQ5ZlE9PSI7czoyMToiY29sb3Jfc2NoZW1lX2FkdmFuY2VkIjtzOjI1OTI6IllUbzNPbnR6T2pFek9pSnVZWFpmWW1GeVgyRmliM1psSWp0aE9qRXdPbnR6T2pFek9pSnVZWFpmWW1GeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2libUYyWDJKaGNsOWxibVFpTzNNNk1Eb2lJanR6T2pFNU9pSnVZWFpmWW1GeVgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TnpvaWJtRjJYMkpoY2w5b2IzWmxjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRXdPaUp1WVhaZlltRnlYMkpuSWp0ek9qQTZJaUk3Y3pveU1qb2libUYyWDJKaGNsOWlaMTlvYjNabGNsOXpkR0Z5ZENJN2N6b3dPaUlpTzNNNk1UVTZJbTVoZGw5aVlYSmZaR1JmYkdsdWF5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWkdSZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pFeU9pSnVZWFpmWW1GeVgyeHBibXNpTzNNNk1Eb2lJanR6T2pFek9pSnVZWFpmWW1GeVgyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1UTTZJbTVoZGw5aVlYSmZZbVZzYjNjaU8yRTZNVEE2ZTNNNk1UTTZJbTVoZGw5aVlYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRXhPaUp1WVhaZlltRnlYMlZ1WkNJN2N6b3dPaUlpTzNNNk1UazZJbTVoZGw5aVlYSmZhRzkyWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSnVZWFpmWW1GeVgyaHZkbVZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVEE2SW01aGRsOWlZWEpmWW1jaU8zTTZNRG9pSWp0ek9qSXlPaUp1WVhaZlltRnlYMkpuWDJodmRtVnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOVG9pYm1GMlgySmhjbDlrWkY5c2FXNXJJanR6T2pBNklpSTdjem94TmpvaWJtRjJYMkpoY2w5a1pGOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0OWN6b3hOem9pYm1GMlgySmhjbDloYkc5dVozTnBaR1VpTzJFNk56cDdjem94TURvaWJtRjJYMkpoY2w5aVp5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWW1kZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pJd09pSnVZWFpmWW1GeVgySm5YMjVoZGw5b2IzWmxjaUk3Y3pvd09pSWlPM002TVRJNkltNWhkbDlpWVhKZmJHbHVheUk3Y3pvM09pSWpZamxpWkdNd0lqdHpPakV6T2lKdVlYWmZZbUZ5WDJodmRtVnlJanR6T2pBNklpSTdjem94TlRvaWJtRjJYMkpoY2w5a1pGOXNhVzVySWp0ek9qQTZJaUk3Y3pveE5qb2libUYyWDJKaGNsOWtaRjlvYjNabGNpSTdjem93T2lJaU8zMXpPakV5T2lKbVpXRjBkWEpsWDJGeVpXRWlPMkU2TnpwN2N6b3hNem9pWm1WaGRIVnlaVjl6ZEdGeWRDSTdjem93T2lJaU8zTTZNVEU2SW1abFlYUjFjbVZmWlc1a0lqdHpPakE2SWlJN2N6b3hNRG9pZEdWNGRGOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6b3dPaUlpTzMxek9qRTJPaUpzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanRoT2pJNmUzTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk1Eb2lJanQ5Y3pveU9pSmlaeUk3Y3pvd09pSWlPM002TVRBNkltSm5YMjl3ZEdsdmJuTWlPM002TURvaUlqdDljem94TXpvaVptVmhkSFZ5WlY5MGFYUnNaU0k3WVRvek9udHpPakU1T2lKbVpXRjBkWEpsWDNScGRHeGxYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOem9pWm1WaGRIVnlaVjkwYVhSc1pWOWxibVFpTzNNNk1Eb2lJanR6T2pJME9pSm1aV0YwZFhKbFgzUnBkR3hsWDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0OWN6bzJPaUptYjI5MFpYSWlPMkU2T0RwN2N6b3hNam9pWm05dmRHVnlYM04wWVhKMElqdHpPamM2SWlNeVl6TXlNMlVpTzNNNk1UQTZJbVp2YjNSbGNsOWxibVFpTzNNNk56b2lJekpqTXpJelpTSTdjem94TnpvaVptOXZkR1Z5WDNSbGVIUmZZMjlzYjNJaU8zTTZOem9pSTJabVptWm1aaUk3Y3pveE56b2labTl2ZEdWeVgyeHBibXRmWTI5c2IzSWlPMkU2TWpwN2N6bzFPaUpqYjJ4dmNpSTdjem8zT2lJalptWm1abVptSWp0ek9qRTFPaUowWlhoMFgyUmxZMjl5WVhScGIyNGlPM002TURvaUlqdDljem95TXpvaVptOXZkR1Z5WDJ4cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvM09pSWpabVptWm1abUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk1Eb2lJanQ5Y3pveE1Eb2lkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPM002TVRBNklteHBibXRmWTI5c2IzSWlPM002TURvaUlqdHpPakUyT2lKc2FXNXJYMmh2ZG1WeVgyTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk5Eb2ljR0ZuWlNJN1lUbzBPbnR6T2pFeU9pSnlaWEJsWVhScGJtZGZZbWNpTzNNNk1Eb2lJanR6T2pnNkltSm5YMk52Ykc5eUlqdHpPamM2SWlObVptWm1abVlpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6b3dPaUlpTzMxek9qRTJPaUpzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanRoT2pJNmUzTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk1Eb2lJanQ5ZlgwPSI7czoxNToibW9iaWxlX3JlZGlyZWN0IjtzOjYwOiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdDkiO3M6Mzoic2VvIjtzOjE5MjoiWVRvMk9udHpPalU2SW5ScGRHeGxJanR6T2pBNklpSTdjem94TVRvaVpHVnpZM0pwY0hScGIyNGlPM002TURvaUlqdHpPamc2SW10bGVYZHZjbVJ6SWp0ek9qQTZJaUk3Y3pvM09pSnZaM1JwZEd4bElqdHpPakE2SWlJN2N6b3hNem9pYjJka1pYTmpjbWx3ZEdsdmJpSTdjem93T2lJaU8zTTZOem9pYjJkcGJXRm5aU0k3Y3pvd09pSWlPMzA9IjtzOjc6InNjcmlwdHMiO3M6ODQ6IllUb3hPbnRwT2pBN1lUb3lPbnR6T2pnNkluQnZjMmwwYVc5dUlqdHpPak02SW1OemN5STdjem8yT2lKelkzSnBjSFFpTzNNNk1Eb2lJanQ5ZlE9PSI7czo4OiJmYl9zaGFyZSI7czoxMjQ6IllUbzBPbnR6T2pVNkluUnBkR3hsSWp0ek9qQTZJaUk3Y3pveE1Ub2laR1Z6WTNKcGNIUnBiMjRpTzNNNk1Eb2lJanR6T2pVNkltbHRZV2RsSWp0ek9qQTZJaUk3Y3pvNE9pSnNhV3RsWDNWeWJDSTdjem93T2lJaU8zMD0iO3M6ODoibGlnaHRib3giO3M6MzcwMDoiWVRvMU9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvM09pSnphRzkzWDI5dUlqdHpPalE2SW14dllXUWlPM002TkRvaWRIbHdaU0k3Y3pvMU9pSnZjSFJwYmlJN2N6b3hNRG9pYjNCMGFXNWZabTl5YlNJN1lUb3pPbnR6T2prNkltWnZjbTFmYUhSdGJDSTdZVG94TnpwN2N6b3hNRG9pWlcxaGFXeGZaR0YwWVNJN2N6b3dPaUlpTzNNNk1UTTZJbVZ0WVdsc1gyRmtaSEpsYzNNaU8zTTZNRG9pSWp0ek9qRXlPaUp5WldScGNtVmpkRjkxY213aU8zTTZNRG9pSWp0ek9qRXlPaUpsZUhSeVlWOW1hV1ZzWkhNaU8zTTZNRG9pSWp0ek9qRTRPaUpsYldGcGJGOWxlSFJ5WVY5bWFXVnNaSE1pTzNNNk1Eb2lJanR6T2pRNkltaDBiV3dpTzNNNk1Eb2lJanR6T2pFd09pSnVaWGRmZDJsdVpHOTNJanR6T2pBNklpSTdjem94TWpvaVpHbHpZV0pzWlY5dVlXMWxJanR6T2pBNklpSTdjem80T2lKdVlXMWxYMkp2ZUNJN2N6b3dPaUlpTzNNNk9Ub2laVzFoYVd4ZlltOTRJanR6T2pBNklpSTdjem8yT2lKaFkzUnBiMjRpTzNNNk1Eb2lJanR6T2pZNkltWnBaV3hrY3lJN2N6b3dPaUlpTzNNNk5qb2liV1YwYUc5a0lqdHpPalE2SW5CdmMzUWlPM002TVRZNkltbHVkR1ZuY21GMGFXOXVYM1I1Y0dVaU8zTTZOam9pWTNWemRHOXRJanR6T2pRNklteHBjM1FpTzNNNk1Eb2lJanR6T2pFME9pSjBhR0Z1YTE5NWIzVmZjR0ZuWlNJN2N6b3dPaUlpTzNNNk1URTZJbUZqZEdsdmJsOXdZV2RsSWp0ek9qQTZJaUk3ZlhNNk56b2lZMjl1ZEdWdWRDSTdZVG8xT250ek9qVTZJblJwZEd4bElqdHpPak15T2lKVFpXeHNJRUZ1ZVhSb2FXNW5JRmRwZEdnZ1QzQjBhVzFwZW1WUWNtVnpjeUk3Y3pveE1Ub2labTl5YlY5b1pXRmtaWElpTzNNNk9EZzZJa3h2Y21WdElHbHdjM1Z0SUdSdmJHOXlJSE5wZENCaGJXVjBMQ0JqYjI1elpXTjBaWFIxWlhJZ1lXUnBjR2x6WTJsdVp5QmxiR2wwTENCelpXUWdaR2xoYlNCdWIyNTFiVzE1SUc1cFltZ2daWFZwYzIxdlpDNGlPM002TVRFNkltWnZiM1JsY2w5dWIzUmxJanR6T2pZME9pSlpiM1Z5SUdsdVptOXliV0YwYVc5dUlHbHpJREV3TUNVZ2MyVmpkWEpsSUhkcGRHZ2dkWE1nWVc1a0lIZHBiR3dnYm1WMlpYSWdZbVVnYzJoaGNtVmtJanR6T2pFeU9pSnVZVzFsWDJSbFptRjFiSFFpTzNNNk1qUTZJa1Z1ZEdWeUlIbHZkWElnUm1seWMzUWdUbUZ0WlM0dUxpSTdjem94TXpvaVpXMWhhV3hmWkdWbVlYVnNkQ0k3Y3pveU56b2lSVzUwWlhJZ2VXOTFjaUJGYldGcGJDQkJaR1J5WlhOekxpNHVJanQ5Y3pveE16b2ljM1ZpYldsMFgySjFkSFJ2YmlJN1lUbzFOanA3Y3pvMk9pSmlkWFIwYjI0aU8yRTZNRHA3ZlhNNk9Eb2liRzlqWVhScGIyNGlPM002TXpZNkltOXdYMnhwWjJoMFltOTRYMjl3ZEdsdVgyWnZjbTFmYzNWaWJXbDBYMkoxZEhSdmJpSTdjem8zT2lKamIyNTBaVzUwSWp0ek9qQTZJaUk3Y3pvME9pSjBlWEJsSWp0ek9qRTZJakFpTzNNNk5Ub2lhVzFoWjJVaU8zTTZNRG9pSWp0ek9qRXlPaUpsYkdWdFpXNTBYM1I1Y0dVaU8zTTZNRG9pSWp0ek9qUTZJbWh5WldZaU8zTTZNRG9pSWp0ek9qRXdPaUp1WlhkZmQybHVaRzkzSWp0ek9qQTZJaUk3Y3pveU9pSmpZeUk3Y3pvd09pSWlPM002TlRvaVlXeHBaMjRpTzNNNk1Eb2lJanR6T2pRNkluUmxlSFFpTzNNNk1Eb2lJanR6T2prNkluUmxlSFJmYzJsNlpTSTdjem95T2lJek1pSTdjem94TURvaWRHVjRkRjlqYjJ4dmNpSTdjem8zT2lJak1EQXdNREF3SWp0ek9qazZJblJsZUhSZlptOXVkQ0k3Y3pvd09pSWlPM002T1RvaWRHVjRkRjlpYjJ4a0lqdHpPakU2SWpFaU8zTTZNVFE2SW5SbGVIUmZkVzVrWlhKc2FXNWxJanR6T2pBNklpSTdjem94TVRvaWRHVjRkRjlwZEdGc2FXTWlPM002TURvaUlqdHpPakU1T2lKMFpYaDBYMnhsZEhSbGNsOXpjR0ZqYVc1bklqdHpPakU2SWpBaU8zTTZNVE02SW5OMVluUmxlSFJmY0dGdVpXd2lPM002TURvaUlqdHpPamM2SW5OMVluUmxlSFFpTzNNNk1Eb2lJanR6T2pFeU9pSnpkV0owWlhoMFgzTnBlbVVpTzNNNk1Eb2lJanR6T2pFek9pSnpkV0owWlhoMFgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE1qb2ljM1ZpZEdWNGRGOW1iMjUwSWp0ek9qQTZJaUk3Y3pveE1qb2ljM1ZpZEdWNGRGOWliMnhrSWp0ek9qQTZJaUk3Y3pveE56b2ljM1ZpZEdWNGRGOTFibVJsY214cGJtVWlPM002TURvaUlqdHpPakUwT2lKemRXSjBaWGgwWDJsMFlXeHBZeUk3Y3pvd09pSWlPM002TWpJNkluTjFZblJsZUhSZmJHVjBkR1Z5WDNOd1lXTnBibWNpTzNNNk1Eb2lJanR6T2pFM09pSjBaWGgwWDNOb1lXUnZkMTl3WVc1bGJDSTdjem94T2lKWklqdHpPakl3T2lKMFpYaDBYM05vWVdSdmQxOTJaWEowYVdOaGJDSTdjem94T2lJeElqdHpPakl5T2lKMFpYaDBYM05vWVdSdmQxOW9iM0pwZW05dWRHRnNJanR6T2pFNklqQWlPM002TVRjNkluUmxlSFJmYzJoaFpHOTNYMk52Ykc5eUlqdHpPamM2SWlObVptWm1NREFpTzNNNk1UWTZJblJsZUhSZmMyaGhaRzkzWDJKc2RYSWlPM002TVRvaU1DSTdjem94TXpvaWMzUjViR2x1WjE5M2FXUjBhQ0k3Y3pvd09pSWlPM002TVRRNkluTjBlV3hwYm1kZmFHVnBaMmgwSWp0ek9qQTZJaUk3Y3pveU1Eb2ljM1I1YkdsdVoxOWliM0prWlhKZlkyOXNiM0lpTzNNNk56b2lJekF3TURBd01DSTdjem94T1RvaWMzUjViR2x1WjE5aWIzSmtaWEpmYzJsNlpTSTdjem94T2lJeElqdHpPakl4T2lKemRIbHNhVzVuWDJKdmNtUmxjbDl5WVdScGRYTWlPM002TVRvaU5pSTdjem95TWpvaWMzUjViR2x1WjE5aWIzSmtaWEpmYjNCaFkybDBlU0k3Y3pvek9pSXhNREFpTzNNNk1UWTZJbk4wZVd4cGJtZGZaM0poWkdsbGJuUWlPM002TURvaUlqdHpPakV6T2lKemRIbHNhVzVuWDNOb2FXNWxJanR6T2pFNklsa2lPM002TWpnNkluTjBlV3hwYm1kZlozSmhaR2xsYm5SZmMzUmhjblJmWTI5c2IzSWlPM002TnpvaUkyWm1abVl3TUNJN2N6b3lOam9pYzNSNWJHbHVaMTluY21Ga2FXVnVkRjlsYm1SZlkyOXNiM0lpTzNNNk56b2lJMlptWVRBek5TSTdjem94TnpvaVpISnZjRjl6YUdGa2IzZGZjR0Z1Wld3aU8zTTZNVG9pV1NJN2N6b3lNRG9pWkhKdmNGOXphR0ZrYjNkZmRtVnlkR2xqWVd3aU8zTTZNVG9pTVNJN2N6b3lNam9pWkhKdmNGOXphR0ZrYjNkZmFHOXlhWHB2Ym5SaGJDSTdjem94T2lJd0lqdHpPakUyT2lKa2NtOXdYM05vWVdSdmQxOWliSFZ5SWp0ek9qRTZJakVpTzNNNk1UZzZJbVJ5YjNCZmMyaGhaRzkzWDNOd2NtVmhaQ0k3Y3pveE9pSXdJanR6T2pFM09pSmtjbTl3WDNOb1lXUnZkMTlqYjJ4dmNpSTdjem8zT2lJak1EQXdNREF3SWp0ek9qRTVPaUprY205d1gzTm9ZV1J2ZDE5dmNHRmphWFI1SWp0ek9qSTZJalV3SWp0ek9qRTRPaUpwYm5ObGRGOXphR0ZrYjNkZmNHRnVaV3dpTzNNNk1Ub2lXU0k3Y3pveU1Ub2lhVzV6WlhSZmMyaGhaRzkzWDNabGNuUnBZMkZzSWp0ek9qRTZJakFpTzNNNk1qTTZJbWx1YzJWMFgzTm9ZV1J2ZDE5b2IzSnBlbTl1ZEdGc0lqdHpPakU2SWpBaU8zTTZNVGM2SW1sdWMyVjBYM05vWVdSdmQxOWliSFZ5SWp0ek9qRTZJakFpTzNNNk1UazZJbWx1YzJWMFgzTm9ZV1J2ZDE5emNISmxZV1FpTzNNNk1Ub2lNU0k3Y3pveE9Eb2lhVzV6WlhSZmMyaGhaRzkzWDJOdmJHOXlJanR6T2pjNklpTm1abVptTURBaU8zTTZNakE2SW1sdWMyVjBYM05vWVdSdmQxOXZjR0ZqYVhSNUlqdHpPakk2SWpVd0lqdDlmWE02TVRJNkltaDBiV3hmWTI5dWRHVnVkQ0k3WVRveE9udHpPamM2SW1OdmJuUmxiblFpTzNNNk1Eb2lJanQ5ZlE9PSI7czoxMzoiZXhpdF9yZWRpcmVjdCI7czo4ODoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSjFjbXdpTzNNNk1Eb2lJanR6T2pjNkltMWxjM05oWjJVaU8zTTZNRG9pSWp0OSI7czoxMzoibGF1bmNoX2Z1bm5lbCI7czoxOTI6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzVPaUptZFc1dVpXeGZhV1FpTzNNNk1Ub2lNU0k3Y3pveE5qb2laMkYwWlhkaGVWOXZkbVZ5Y21sa1pTSTdZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem80T2lKeVpXUnBjbVZqZENJN2N6b3dPaUlpTzNNNk5Eb2lZMjlrWlNJN2N6b3dPaUlpTzMxOSI7fQ=='),(23,'Pierre video and testimonial','YToxOntzOjQ6ImJvZHkiO2E6NDp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjIwOiJwYWRkaW5nLWJvdHRvbTozMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MzI6ImV5SndZV1JrYVc1blFtOTBkRzl0SWpvaU16QWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMTA6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzN1wiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCJib2xkXCIgZm9udF9jb2xvcj1cIiM0MjUwNjNcIiBmb250X3NwYWNpbmc9XCIwXCIgZm9udF9zaGFkb3c9XCJsaWdodFwiIGFsaWduPVwiY2VudGVyXCJdRXZlciBkcmVhbSBvZiB0cmFkaW5nIGZvciBhIGxpdmluZz9bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjIwOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjJcIiBmb250X2ZvbnQ9XCJPcGVuIFNhbnNcIiBmb250X3N0eWxlPVwiMzAwXCIgZm9udF9jb2xvcj1cIiMzOTU0NjhcIiBhbGlnbj1cImNlbnRlclwiXUV4cGVyaWVuY2UgdGhlIHBvd2VyIG9mIG1hcmtldCBpbnRlbGxpZ2VuY2UhIFN0YXJ0IHlvdXIgZnJlZSB0cmlhbCBpbiB0aHJlZSBlYXN5IHN0ZXBzIVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE1NjoiYmFja2dyb3VuZDojZjJmMmYyO3BhZGRpbmctYm90dG9tOjIwcHg7Ym9yZGVyLXRvcC13aWR0aDoxcHg7Ym9yZGVyLWJvdHRvbS13aWR0aDoxcHg7Ym9yZGVyLXN0eWxlOnNvbGlkO2JvcmRlci10b3AtY29sb3I6I2UzZTNlMztib3JkZXItYm90dG9tLWNvbG9yOiNlM2UzZTM7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMzI6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObU1tWXlaaklpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaUxDSmliM0prWlhKWGFXUjBhQ0k2SWpFaUxDSmliM0prWlhKRGIyeHZjaUk2SWlObE0yVXpaVE1pZlE9PSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6NDp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3NjoiW2ltYWdlcyBzdHlsZT1cIjVcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L2VxdWl0eS1jdXJ2ZS1waWVycmUuanBnXCIgd2lkdGg9XCI4MDhcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2NToiW2ltYWdlcyBzdHlsZT1cIjBcIiBsYXJnZV9pbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L2VxdWl0eS1jdXJ2ZS1waWVycmUuanBnXCIgd2lkdGg9XCI4MDhcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMzQ6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl1SaW9zUXVhbnQgbWVtYmVyIFBpZXJyZSB0b29rICQxLDYwMCBpbiBwcm9maXRzIGZyb20gdGhlIGZ1dHVyZXMgbWFya2V0IGluIHR3byBkYXlzIHdpdGggMTMgdHJhZGVzLiBIZSB0cmFkZXMgZXZlcnkgbW9ybmluZyB3aXRoIG90aGVyIGxpa2UtbWluZGVkIHRyYWRlcnMgaW4gb3VyIGxpdmUgb25saW5lIHRyYWRpbmcgcm9vbS4gSGUgaXMgYSBtb21lbnR1bSB0cmFkZXIgYW5kIHVzZXMgdGhlIFJpb3NRdWFudCBmb3J3YXJkLWxvb2tpbmcgdHJhZGluZyBzeXN0ZW1zLiZuYnNwO1svdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2ODoiW2ltYWdlcyBzdHlsZT1cIjBcIiBsYXJnZV9pbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L2VxdWl0eS1jdXJ2ZS1waWVycmUuanBnXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3NDM6IltvcHRpbl9ib3ggc3R5bGU9XCIxMVwiIHdpZHRoPVwiNDUwXCIgbWFyZ2luX3RvcD1cIjE1XCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZW1haWxfZmllbGQ9XCJlbWFpbFwiIGVtYWlsX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGVtYWlsIGFkZHJlc3NcIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0NDQ2OThcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkVudGVyIHlvdXIgZmlyc3QgbmFtZVwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIk5cIl1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJoZWFkbGluZVwiXVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInBhcmFncmFwaFwiXVJXNTBaWElnZVc5MWNpQnVZVzFsSUdGdVpDQmxiV0ZwYkNCaVpXeHZkeUIwYnlCblpYUWdjM1JoY25SbFpDNHVMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiXUNsaWNrIHRoZW4gY2hlY2sgeW91ciBpbmJveCBmb3IgY29uZmlybWF0aW9uIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNzQ6Ilt2aWRlb19wbGF5ZXIgdHlwZT1cInVybFwiIGF1dG9fcGxheT1cIllcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTYwXCIgaGVpZ2h0PVwiMzE1XCIgYWxpZ249XCJjZW50ZXJcIiBtYXJnaW5fdG9wPVwiMFwiIG1hcmdpbl9ib3R0b209XCIyMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2T1RjMk5qSTNOVEV1YzJRdWJYQTBQM005WVdVNU9EazFNekU0WWpVeFpEazFOalUzWTJJM05ETmtNV1V5TW1RNFlUTT1bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjQ6ImUzMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI4ODoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE3XCIgd2lkdGg9XCI5NDBcIl08aDIgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PHNwYW4gc3R5bGU9XCJjb2xvcjogIzQyNTA2MztcIj5Zb3VcJ3JlIMKgMy1TdGVwcyBBd2F5IHRvCkdldHRpbmcgU3RhcnRlZCBXaXRoIFlvdXIgVHJhZGluZyBTeXN0ZW0gRnJlZSBUcmlhbMKgPC9zcGFuPjwvaDI+CjxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1OTI6IltzdGVwX2dyYXBoaWNzIHN0eWxlPVwiNVwiIGNvbG9yPVwiIzQyNTA2M1wiXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIxXCIgaGVhZGxpbmU9XCJJbnN0YWxsYXRpb24gLSBUZWNoIHN1cHBvcnQgbWVtYmVyIHdpbGwgd2FsayB5b3UgdGhyb3VnaCB0aGUgaW5zdGFsbGF0aW9uLCBtYWtpbmcgdGhlIHByb2Nlc3MgcXVpY2sgYW5kIHRyb3VibGUgZnJlZS5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIlRyYWluaW5nIC0gIE9uZS1vbi1vbmUgdHJhaW5pbmcgdG8gaW5zdXJlIHlvdSBsZWFybiBhbGwgdGhlIHRyYWRpbmcgc3lzdGVtIGhhcyB0byBvZmZlci5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjNcIiBoZWFkbGluZT1cIkxpdmUgVHJhZGluZyBSb29tIC0gRXhwZXJpZW5jZSB0aGUgcG93ZXIgb2YgbWFya2V0IGludGVsbGlnZW5jZSBpbiByZWFsIG1hcmtldCBlbnZpcm9ubWVudCB3aXRoIFJpb3NRdWFudCBtZW1iZXJzIGFuZCBjb2FjaGVzIHRvIGluc3VyZSB5b3UgZ2V0IHRoZSBtb3N0IG91dCBvZiB5b3VyIGZyZWUgdHJpYWwuXCJdWy9zdGVwXVsvc3RlcF9ncmFwaGljc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQyMzoiW3Rlc3RpbW9uaWFscyBzdHlsZT1cIjJcIiBtYXJnaW5fdG9wPVwiXCIgbWFyZ2luX2JvdHRvbT1cIlwiXVt0ZXN0aW1vbmlhbCBuYW1lPVwiUGllcnJlIC0gTmV3IEplcnNleSBVU0FcIiBjb21wYW55PVwiUmlvc1F1YW50IG1lbWJlciBzaW5jZSAyMDEyXCIgaHJlZj1cIlwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvcGllcnJlLWdhbWlsLXBpYy5qcGdcIl08cD5cIkNvdWxkIG5vdCBkbyBpdCB3aXRob3V0IHlvdS4uLiBJXCdsbCBuZXZlciBiZSBhYmxlIHRvIHRoYW5rIHlvdSBFUCBhbmQgU3RldmUgZW5vdWdoIGZvciB0aGUgZGVkaWNhdGlvbiB5b3Ugc2hvdyBhbmQgdGhlIHN1cHBvcnQgeW91IG9mZmVyIVwiPC9wPlsvdGVzdGltb25pYWxdWy90ZXN0aW1vbmlhbHNdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjM7YTo0OntzOjk6InJvd19jbGFzcyI7czoyOToicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMjk6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5DT01NT0RJVFkgRlVUVVJFUywgT1BUSU9OUywgQU5EIEZPUkVYIFRSQURJTkcgSU5WT0xWRVMgU1VCU1RBTlRJQUwgUklTSyBBTkQgSVMgTk9UIFNVSVRBQkxFIEZPUiBBTEwgSU5WRVNUT1JTLiBQQVNUIFBFUkZPUk1BTkNFIElTIE5PVCBJTkRJQ0FUSVZFIE9GIEZVVFVSRSBSRVNVTFRTLiBURVNUSU1PTklBTFMgQVJFIE5PVCBJTkRJQ0FUSVZFIE9GIEZVVFVSRSBQRVJGT1JNQU5DRSBPUiBTVUNDRVNTLjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19fQ==','YToxNDp7czo1OiJ0aGVtZSI7czo2ODoiWVRveU9udHpPalE2SW5SNWNHVWlPM002T1RvaWJXRnlhMlYwYVc1bklqdHpPak02SW1ScGNpSTdjem94T2lJeElqdDkiO3M6MTM6ImhlYWRlcl9sYXlvdXQiO3M6MTE5NjoiWVRveE1qcDdjem8wT2lKc2IyZHZJanR6T2pjME9pSm9kSFJ3T2k4dmQzZDNMblJvWlhSeVlXUnBibWR5YjI5dExtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE5DOHdNeTl5Y1Mxc2IyZHZMV0pzWVdOckxtcHdaeUk3Y3pvMU9pSmlaMmx0WnlJN2N6b3dPaUlpTzNNNk1URTZJbkpsY0dWaGRHSm5hVzFuSWp0ek9qQTZJaUk3Y3pvM09pSmlaMk52Ykc5eUlqdHpPamM2SWlNd01UQmlNV1VpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFek9pSnRaVzUxTFhCdmMybDBhVzl1SWp0ek9qazZJbUZzYjI1bmMybGtaU0k3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWxraU8zTTZNVE02SW01aGRsOWlZWEpmWVdKdmRtVWlPMkU2TnpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TXpvaWJtRjJJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjl6YUdGa2IzY2lPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM2RsYVdkb2RDSTdjem93T2lJaU8zTTZPVG9pWm05dWRGOXphWHBsSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1Eb2lJanR6T2pRNklteHZaMjhpTzNNNk1Eb2lJanQ5Y3pveE16b2libUYyWDJKaGNsOWlaV3h2ZHlJN1lUbzNPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qQTZJaUk3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYMlpoYldsc2VTSTdjem93T2lJaU8zTTZORG9pYkc5bmJ5STdjem93T2lJaU8zMXpPakUzT2lKdVlYWmZZbUZ5WDJGc2IyNW5jMmxrWlNJN1lUbzJPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qWTZJbTV2Y20xaGJDSTdjem81T2lKbWIyNTBYM05wZW1VaU8zTTZNam9pTVRNaU8zTTZNVEU2SW1admJuUmZabUZ0YVd4NUlqdHpPamM2SWxCVUlGTmhibk1pTzMxek9qRXlPaUprYVhOaFlteGxYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRXhPaUpvWldGa1pYSmZiR2x1YXlJN2N6b3pNRG9pYUhSMGNEb3ZMM2QzZHk1MGFHVjBjbUZrYVc1bmNtOXZiUzVqYjIwdklqdDkiO3M6MTI6ImZlYXR1cmVfYXJlYSI7czoxMjA6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzBPaUowZVhCbElqdHBPakU3Y3pvNE9pSnpaWFIwYVc1bmN5STdZVG94T250ek9qRXlPaUptYjI1MFgyOXdkR2x2Ym5NaU8yRTZNRHA3ZlgxOSI7czoxMzoiZmVhdHVyZV90aXRsZSI7czo2NDoiWVRveU9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvMU9pSjBhWFJzWlNJN2N6b3dPaUlpTzMwPSI7czoxMToiZm9vdGVyX2FyZWEiO3M6MzgwOiJZVG80T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVdTSTdjem96T2lKdVlYWWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM05vWVdSdmR5STdjem93T2lJaU8zTTZNVEU2SW1admJuUmZkMlZwWjJoMElqdHpPakE2SWlJN2N6bzVPaUptYjI1MFgzTnBlbVVpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDJaaGJXbHNlU0k3Y3pveE5Ub2lVMjkxY21ObElGTmhibk1nVUhKdklqdHpPakV5T2lKc1lYSm5aVjltYjI5MFpYSWlPMkU2TVRwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPMzF6T2pFM09pSm1iMjkwWlhKZlpHbHpZMnhoYVcxbGNpSTdZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8zT2lKdFpYTnpZV2RsSWp0ek9qQTZJaUk3ZlgwPSI7czoxMDoidHlwb2dyYXBoeSI7czoxNjc2OiJZVG95T250ek9qRXpPaUptYjI1MFgyVnNaVzFsYm5SeklqdGhPams2ZTNNNk1UQTZJbk5wZEdWZmRHbDBiR1VpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pJNklqSTBJanR6T2pRNkltWnZiblFpTzNNNk1UQTZJazF2Ym5SelpYSnlZWFFpTzNNNk5Ub2ljM1I1YkdVaU8zTTZORG9pWW05c1pDSTdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPMzF6T2pjNkluUmhaMnhwYm1VaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qYzZJaU13UmpnM1F6a2lPMzF6T2pjNkltUmxabUYxYkhRaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qSTZJakUzSWp0ek9qUTZJbVp2Ym5RaU8zTTZNVFU2SWxOdmRYSmpaU0JUWVc1eklGQnlieUk3Y3pvMU9pSnpkSGxzWlNJN2N6bzJPaUp1YjNKdFlXd2lPM002TlRvaVkyOXNiM0lpTzNNNk56b2lJell6TmpNMk15STdmWE02TWpvaWFERWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakUxT2lKVGIzVnlZMlVnVTJGdWN5QlFjbThpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURJaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk1qb2lhRE1pTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pFMU9pSlRiM1Z5WTJVZ1UyRnVjeUJRY204aU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWE02TWpvaWFEUWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakUxT2lKVGIzVnlZMlVnVTJGdWN5QlFjbThpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk1qb2lhRFlpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pFMU9pSlRiM1Z5WTJVZ1UyRnVjeUJRY204aU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWDF6T2pFME9pSmpiMnh2Y2w5bGJHVnRaVzUwY3lJN1lUbzJPbnR6T2pFM09pSm1iMjkwWlhKZmRHVjRkRjlqYjJ4dmNpSTdjem93T2lJaU8zTTZNVGM2SW1admIzUmxjbDlzYVc1clgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveU16b2labTl2ZEdWeVgyeHBibXRmYUc5MlpYSmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTRPaUptWldGMGRYSmxYM1JsZUhSZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFNE9pSm1aV0YwZFhKbFgyeHBibXRmWTI5c2IzSWlPM002TURvaUlqdHpPakkwT2lKbVpXRjBkWEpsWDJ4cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzNNNk1Eb2lJanQ5ZlE9PSI7czoyMToiY29sb3Jfc2NoZW1lX2FkdmFuY2VkIjtzOjI1OTI6IllUbzNPbnR6T2pFek9pSnVZWFpmWW1GeVgyRmliM1psSWp0aE9qRXdPbnR6T2pFek9pSnVZWFpmWW1GeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2libUYyWDJKaGNsOWxibVFpTzNNNk1Eb2lJanR6T2pFNU9pSnVZWFpmWW1GeVgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TnpvaWJtRjJYMkpoY2w5b2IzWmxjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRXdPaUp1WVhaZlltRnlYMkpuSWp0ek9qQTZJaUk3Y3pveU1qb2libUYyWDJKaGNsOWlaMTlvYjNabGNsOXpkR0Z5ZENJN2N6b3dPaUlpTzNNNk1UVTZJbTVoZGw5aVlYSmZaR1JmYkdsdWF5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWkdSZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pFeU9pSnVZWFpmWW1GeVgyeHBibXNpTzNNNk1Eb2lJanR6T2pFek9pSnVZWFpmWW1GeVgyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1UTTZJbTVoZGw5aVlYSmZZbVZzYjNjaU8yRTZNVEE2ZTNNNk1UTTZJbTVoZGw5aVlYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRXhPaUp1WVhaZlltRnlYMlZ1WkNJN2N6b3dPaUlpTzNNNk1UazZJbTVoZGw5aVlYSmZhRzkyWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSnVZWFpmWW1GeVgyaHZkbVZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVEE2SW01aGRsOWlZWEpmWW1jaU8zTTZNRG9pSWp0ek9qSXlPaUp1WVhaZlltRnlYMkpuWDJodmRtVnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOVG9pYm1GMlgySmhjbDlrWkY5c2FXNXJJanR6T2pBNklpSTdjem94TmpvaWJtRjJYMkpoY2w5a1pGOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0OWN6b3hOem9pYm1GMlgySmhjbDloYkc5dVozTnBaR1VpTzJFNk56cDdjem94TURvaWJtRjJYMkpoY2w5aVp5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWW1kZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pJd09pSnVZWFpmWW1GeVgySm5YMjVoZGw5b2IzWmxjaUk3Y3pvd09pSWlPM002TVRJNkltNWhkbDlpWVhKZmJHbHVheUk3Y3pvM09pSWpZamxpWkdNd0lqdHpPakV6T2lKdVlYWmZZbUZ5WDJodmRtVnlJanR6T2pBNklpSTdjem94TlRvaWJtRjJYMkpoY2w5a1pGOXNhVzVySWp0ek9qQTZJaUk3Y3pveE5qb2libUYyWDJKaGNsOWtaRjlvYjNabGNpSTdjem93T2lJaU8zMXpPakV5T2lKbVpXRjBkWEpsWDJGeVpXRWlPMkU2TnpwN2N6b3hNem9pWm1WaGRIVnlaVjl6ZEdGeWRDSTdjem93T2lJaU8zTTZNVEU2SW1abFlYUjFjbVZmWlc1a0lqdHpPakE2SWlJN2N6b3hNRG9pZEdWNGRGOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6b3dPaUlpTzMxek9qRTJPaUpzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanRoT2pJNmUzTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk1Eb2lJanQ5Y3pveU9pSmlaeUk3Y3pvd09pSWlPM002TVRBNkltSm5YMjl3ZEdsdmJuTWlPM002TURvaUlqdDljem94TXpvaVptVmhkSFZ5WlY5MGFYUnNaU0k3WVRvek9udHpPakU1T2lKbVpXRjBkWEpsWDNScGRHeGxYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOem9pWm1WaGRIVnlaVjkwYVhSc1pWOWxibVFpTzNNNk1Eb2lJanR6T2pJME9pSm1aV0YwZFhKbFgzUnBkR3hsWDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0OWN6bzJPaUptYjI5MFpYSWlPMkU2T0RwN2N6b3hNam9pWm05dmRHVnlYM04wWVhKMElqdHpPamM2SWlNeVl6TXlNMlVpTzNNNk1UQTZJbVp2YjNSbGNsOWxibVFpTzNNNk56b2lJekpqTXpJelpTSTdjem94TnpvaVptOXZkR1Z5WDNSbGVIUmZZMjlzYjNJaU8zTTZOem9pSTJabVptWm1aaUk3Y3pveE56b2labTl2ZEdWeVgyeHBibXRmWTI5c2IzSWlPMkU2TWpwN2N6bzFPaUpqYjJ4dmNpSTdjem8zT2lJalptWm1abVptSWp0ek9qRTFPaUowWlhoMFgyUmxZMjl5WVhScGIyNGlPM002TURvaUlqdDljem95TXpvaVptOXZkR1Z5WDJ4cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvM09pSWpabVptWm1abUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk1Eb2lJanQ5Y3pveE1Eb2lkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPM002TVRBNklteHBibXRmWTI5c2IzSWlPM002TURvaUlqdHpPakUyT2lKc2FXNXJYMmh2ZG1WeVgyTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk5Eb2ljR0ZuWlNJN1lUbzBPbnR6T2pFeU9pSnlaWEJsWVhScGJtZGZZbWNpTzNNNk1Eb2lJanR6T2pnNkltSm5YMk52Ykc5eUlqdHpPamM2SWlObVptWm1abVlpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6b3dPaUlpTzMxek9qRTJPaUpzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanRoT2pJNmUzTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk1Eb2lJanQ5ZlgwPSI7czoxNToibW9iaWxlX3JlZGlyZWN0IjtzOjYwOiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdDkiO3M6Mzoic2VvIjtzOjE5MjoiWVRvMk9udHpPalU2SW5ScGRHeGxJanR6T2pBNklpSTdjem94TVRvaVpHVnpZM0pwY0hScGIyNGlPM002TURvaUlqdHpPamc2SW10bGVYZHZjbVJ6SWp0ek9qQTZJaUk3Y3pvM09pSnZaM1JwZEd4bElqdHpPakE2SWlJN2N6b3hNem9pYjJka1pYTmpjbWx3ZEdsdmJpSTdjem93T2lJaU8zTTZOem9pYjJkcGJXRm5aU0k3Y3pvd09pSWlPMzA9IjtzOjc6InNjcmlwdHMiO3M6ODQ6IllUb3hPbnRwT2pBN1lUb3lPbnR6T2pnNkluQnZjMmwwYVc5dUlqdHpPak02SW1OemN5STdjem8yT2lKelkzSnBjSFFpTzNNNk1Eb2lJanQ5ZlE9PSI7czo4OiJmYl9zaGFyZSI7czoxMjQ6IllUbzBPbnR6T2pVNkluUnBkR3hsSWp0ek9qQTZJaUk3Y3pveE1Ub2laR1Z6WTNKcGNIUnBiMjRpTzNNNk1Eb2lJanR6T2pVNkltbHRZV2RsSWp0ek9qQTZJaUk3Y3pvNE9pSnNhV3RsWDNWeWJDSTdjem93T2lJaU8zMD0iO3M6ODoibGlnaHRib3giO3M6MzcwMDoiWVRvMU9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvM09pSnphRzkzWDI5dUlqdHpPalE2SW14dllXUWlPM002TkRvaWRIbHdaU0k3Y3pvMU9pSnZjSFJwYmlJN2N6b3hNRG9pYjNCMGFXNWZabTl5YlNJN1lUb3pPbnR6T2prNkltWnZjbTFmYUhSdGJDSTdZVG94TnpwN2N6b3hNRG9pWlcxaGFXeGZaR0YwWVNJN2N6b3dPaUlpTzNNNk1UTTZJbVZ0WVdsc1gyRmtaSEpsYzNNaU8zTTZNRG9pSWp0ek9qRXlPaUp5WldScGNtVmpkRjkxY213aU8zTTZNRG9pSWp0ek9qRXlPaUpsZUhSeVlWOW1hV1ZzWkhNaU8zTTZNRG9pSWp0ek9qRTRPaUpsYldGcGJGOWxlSFJ5WVY5bWFXVnNaSE1pTzNNNk1Eb2lJanR6T2pRNkltaDBiV3dpTzNNNk1Eb2lJanR6T2pFd09pSnVaWGRmZDJsdVpHOTNJanR6T2pBNklpSTdjem94TWpvaVpHbHpZV0pzWlY5dVlXMWxJanR6T2pBNklpSTdjem80T2lKdVlXMWxYMkp2ZUNJN2N6b3dPaUlpTzNNNk9Ub2laVzFoYVd4ZlltOTRJanR6T2pBNklpSTdjem8yT2lKaFkzUnBiMjRpTzNNNk1Eb2lJanR6T2pZNkltWnBaV3hrY3lJN2N6b3dPaUlpTzNNNk5qb2liV1YwYUc5a0lqdHpPalE2SW5CdmMzUWlPM002TVRZNkltbHVkR1ZuY21GMGFXOXVYM1I1Y0dVaU8zTTZOam9pWTNWemRHOXRJanR6T2pRNklteHBjM1FpTzNNNk1Eb2lJanR6T2pFME9pSjBhR0Z1YTE5NWIzVmZjR0ZuWlNJN2N6b3dPaUlpTzNNNk1URTZJbUZqZEdsdmJsOXdZV2RsSWp0ek9qQTZJaUk3ZlhNNk56b2lZMjl1ZEdWdWRDSTdZVG8xT250ek9qVTZJblJwZEd4bElqdHpPak15T2lKVFpXeHNJRUZ1ZVhSb2FXNW5JRmRwZEdnZ1QzQjBhVzFwZW1WUWNtVnpjeUk3Y3pveE1Ub2labTl5YlY5b1pXRmtaWElpTzNNNk9EZzZJa3h2Y21WdElHbHdjM1Z0SUdSdmJHOXlJSE5wZENCaGJXVjBMQ0JqYjI1elpXTjBaWFIxWlhJZ1lXUnBjR2x6WTJsdVp5QmxiR2wwTENCelpXUWdaR2xoYlNCdWIyNTFiVzE1SUc1cFltZ2daWFZwYzIxdlpDNGlPM002TVRFNkltWnZiM1JsY2w5dWIzUmxJanR6T2pZME9pSlpiM1Z5SUdsdVptOXliV0YwYVc5dUlHbHpJREV3TUNVZ2MyVmpkWEpsSUhkcGRHZ2dkWE1nWVc1a0lIZHBiR3dnYm1WMlpYSWdZbVVnYzJoaGNtVmtJanR6T2pFeU9pSnVZVzFsWDJSbFptRjFiSFFpTzNNNk1qUTZJa1Z1ZEdWeUlIbHZkWElnUm1seWMzUWdUbUZ0WlM0dUxpSTdjem94TXpvaVpXMWhhV3hmWkdWbVlYVnNkQ0k3Y3pveU56b2lSVzUwWlhJZ2VXOTFjaUJGYldGcGJDQkJaR1J5WlhOekxpNHVJanQ5Y3pveE16b2ljM1ZpYldsMFgySjFkSFJ2YmlJN1lUbzFOanA3Y3pvMk9pSmlkWFIwYjI0aU8yRTZNRHA3ZlhNNk9Eb2liRzlqWVhScGIyNGlPM002TXpZNkltOXdYMnhwWjJoMFltOTRYMjl3ZEdsdVgyWnZjbTFmYzNWaWJXbDBYMkoxZEhSdmJpSTdjem8zT2lKamIyNTBaVzUwSWp0ek9qQTZJaUk3Y3pvME9pSjBlWEJsSWp0ek9qRTZJakFpTzNNNk5Ub2lhVzFoWjJVaU8zTTZNRG9pSWp0ek9qRXlPaUpsYkdWdFpXNTBYM1I1Y0dVaU8zTTZNRG9pSWp0ek9qUTZJbWh5WldZaU8zTTZNRG9pSWp0ek9qRXdPaUp1WlhkZmQybHVaRzkzSWp0ek9qQTZJaUk3Y3pveU9pSmpZeUk3Y3pvd09pSWlPM002TlRvaVlXeHBaMjRpTzNNNk1Eb2lJanR6T2pRNkluUmxlSFFpTzNNNk1Eb2lJanR6T2prNkluUmxlSFJmYzJsNlpTSTdjem95T2lJek1pSTdjem94TURvaWRHVjRkRjlqYjJ4dmNpSTdjem8zT2lJak1EQXdNREF3SWp0ek9qazZJblJsZUhSZlptOXVkQ0k3Y3pvd09pSWlPM002T1RvaWRHVjRkRjlpYjJ4a0lqdHpPakU2SWpFaU8zTTZNVFE2SW5SbGVIUmZkVzVrWlhKc2FXNWxJanR6T2pBNklpSTdjem94TVRvaWRHVjRkRjlwZEdGc2FXTWlPM002TURvaUlqdHpPakU1T2lKMFpYaDBYMnhsZEhSbGNsOXpjR0ZqYVc1bklqdHpPakU2SWpBaU8zTTZNVE02SW5OMVluUmxlSFJmY0dGdVpXd2lPM002TURvaUlqdHpPamM2SW5OMVluUmxlSFFpTzNNNk1Eb2lJanR6T2pFeU9pSnpkV0owWlhoMFgzTnBlbVVpTzNNNk1Eb2lJanR6T2pFek9pSnpkV0owWlhoMFgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE1qb2ljM1ZpZEdWNGRGOW1iMjUwSWp0ek9qQTZJaUk3Y3pveE1qb2ljM1ZpZEdWNGRGOWliMnhrSWp0ek9qQTZJaUk3Y3pveE56b2ljM1ZpZEdWNGRGOTFibVJsY214cGJtVWlPM002TURvaUlqdHpPakUwT2lKemRXSjBaWGgwWDJsMFlXeHBZeUk3Y3pvd09pSWlPM002TWpJNkluTjFZblJsZUhSZmJHVjBkR1Z5WDNOd1lXTnBibWNpTzNNNk1Eb2lJanR6T2pFM09pSjBaWGgwWDNOb1lXUnZkMTl3WVc1bGJDSTdjem94T2lKWklqdHpPakl3T2lKMFpYaDBYM05vWVdSdmQxOTJaWEowYVdOaGJDSTdjem94T2lJeElqdHpPakl5T2lKMFpYaDBYM05vWVdSdmQxOW9iM0pwZW05dWRHRnNJanR6T2pFNklqQWlPM002TVRjNkluUmxlSFJmYzJoaFpHOTNYMk52Ykc5eUlqdHpPamM2SWlObVptWm1NREFpTzNNNk1UWTZJblJsZUhSZmMyaGhaRzkzWDJKc2RYSWlPM002TVRvaU1DSTdjem94TXpvaWMzUjViR2x1WjE5M2FXUjBhQ0k3Y3pvd09pSWlPM002TVRRNkluTjBlV3hwYm1kZmFHVnBaMmgwSWp0ek9qQTZJaUk3Y3pveU1Eb2ljM1I1YkdsdVoxOWliM0prWlhKZlkyOXNiM0lpTzNNNk56b2lJekF3TURBd01DSTdjem94T1RvaWMzUjViR2x1WjE5aWIzSmtaWEpmYzJsNlpTSTdjem94T2lJeElqdHpPakl4T2lKemRIbHNhVzVuWDJKdmNtUmxjbDl5WVdScGRYTWlPM002TVRvaU5pSTdjem95TWpvaWMzUjViR2x1WjE5aWIzSmtaWEpmYjNCaFkybDBlU0k3Y3pvek9pSXhNREFpTzNNNk1UWTZJbk4wZVd4cGJtZGZaM0poWkdsbGJuUWlPM002TURvaUlqdHpPakV6T2lKemRIbHNhVzVuWDNOb2FXNWxJanR6T2pFNklsa2lPM002TWpnNkluTjBlV3hwYm1kZlozSmhaR2xsYm5SZmMzUmhjblJmWTI5c2IzSWlPM002TnpvaUkyWm1abVl3TUNJN2N6b3lOam9pYzNSNWJHbHVaMTluY21Ga2FXVnVkRjlsYm1SZlkyOXNiM0lpTzNNNk56b2lJMlptWVRBek5TSTdjem94TnpvaVpISnZjRjl6YUdGa2IzZGZjR0Z1Wld3aU8zTTZNVG9pV1NJN2N6b3lNRG9pWkhKdmNGOXphR0ZrYjNkZmRtVnlkR2xqWVd3aU8zTTZNVG9pTVNJN2N6b3lNam9pWkhKdmNGOXphR0ZrYjNkZmFHOXlhWHB2Ym5SaGJDSTdjem94T2lJd0lqdHpPakUyT2lKa2NtOXdYM05vWVdSdmQxOWliSFZ5SWp0ek9qRTZJakVpTzNNNk1UZzZJbVJ5YjNCZmMyaGhaRzkzWDNOd2NtVmhaQ0k3Y3pveE9pSXdJanR6T2pFM09pSmtjbTl3WDNOb1lXUnZkMTlqYjJ4dmNpSTdjem8zT2lJak1EQXdNREF3SWp0ek9qRTVPaUprY205d1gzTm9ZV1J2ZDE5dmNHRmphWFI1SWp0ek9qSTZJalV3SWp0ek9qRTRPaUpwYm5ObGRGOXphR0ZrYjNkZmNHRnVaV3dpTzNNNk1Ub2lXU0k3Y3pveU1Ub2lhVzV6WlhSZmMyaGhaRzkzWDNabGNuUnBZMkZzSWp0ek9qRTZJakFpTzNNNk1qTTZJbWx1YzJWMFgzTm9ZV1J2ZDE5b2IzSnBlbTl1ZEdGc0lqdHpPakU2SWpBaU8zTTZNVGM2SW1sdWMyVjBYM05vWVdSdmQxOWliSFZ5SWp0ek9qRTZJakFpTzNNNk1UazZJbWx1YzJWMFgzTm9ZV1J2ZDE5emNISmxZV1FpTzNNNk1Ub2lNU0k3Y3pveE9Eb2lhVzV6WlhSZmMyaGhaRzkzWDJOdmJHOXlJanR6T2pjNklpTm1abVptTURBaU8zTTZNakE2SW1sdWMyVjBYM05vWVdSdmQxOXZjR0ZqYVhSNUlqdHpPakk2SWpVd0lqdDlmWE02TVRJNkltaDBiV3hmWTI5dWRHVnVkQ0k3WVRveE9udHpPamM2SW1OdmJuUmxiblFpTzNNNk1Eb2lJanQ5ZlE9PSI7czoxMzoiZXhpdF9yZWRpcmVjdCI7czo4ODoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSjFjbXdpTzNNNk1Eb2lJanR6T2pjNkltMWxjM05oWjJVaU8zTTZNRG9pSWp0OSI7czoxMzoibGF1bmNoX2Z1bm5lbCI7czoxOTI6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzVPaUptZFc1dVpXeGZhV1FpTzNNNk1Ub2lNU0k3Y3pveE5qb2laMkYwWlhkaGVWOXZkbVZ5Y21sa1pTSTdZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem80T2lKeVpXUnBjbVZqZENJN2N6b3dPaUlpTzNNNk5Eb2lZMjlrWlNJN2N6b3dPaUlpTzMxOSI7fQ=='),(24,'big swing performance','YToxOntzOjQ6ImJvZHkiO2E6NTp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM3OiJwYWRkaW5nLXRvcDo0MHB4O3BhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo1NjoiZXlKd1lXUmthVzVuVkc5d0lqb2lOREFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIzMzoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjI3XCIgZm9udF9mb250PVwiTW9udHNlcnJhdFwiIGZvbnRfc3R5bGU9XCJib2xkXCIgZm9udF9jb2xvcj1cIiMzMDMwMzBcIiBmb250X3NwYWNpbmc9XCItMVwiIGFsaWduPVwiY2VudGVyXCJdOTAgRGF5IDxzcGFuIHN0eWxlPVwiY29sb3I6ICMxZTlhZTA7XCI+VHJhZGluZyBQcm9ncmFtPC9zcGFuPiBHZXQgU3RhcnRlZCBOb3cuWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM5OiJyb3cgZml2ZS1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxNzE3MTc7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToyMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhOekUzTVRjaUxDSndZV1JrYVc1blZHOXdJam9pTWpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI0OiJ0aHJlZS1maWZ0aHMgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI1NToiW3ZpZGVvX3BsYXllciB0eXBlPVwidXJsXCIgdXJsMT1cIlwiIHVybDI9XCJcIiB3aWR0aD1cIjU1MFwiIGhlaWdodD1cIjMwOVwiIGFsaWduPVwibGVmdFwiIG1hcmdpbl90b3A9XCIwXCIgbWFyZ2luX2JvdHRvbT1cIjBcIl1hSFIwY0RvdkwzQnNZWGxsY2k1MmFXMWxieTVqYjIwdlpYaDBaWEp1WVd3dk9UUXdNalV3TXpndWFHUXViWEEwUDNNOU5EUXpOREV6WXpZMU1tTTVNakZtTkdZMU1qTXdZalEzTXpnMVpEUTJOak09Wy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3NDY6IltpbWdfdGV4dF9hc2lkZSBzdHlsZT1cIjFcIiBpbWFnZT1cIlwiIGltYWdlX2FsaWdubWVudD1cInJpZ2h0XCIgaGVhZGxpbmU9XCJUSEUgTkVYVCBCSUcgU1dJTkc6IHdpbGwgeW91IGJlIHJlYWR5P1wiIHRleHQ9XCJFYXJsaWVyIHRvZGF5IFJpb3NRdWFudCBwZXJmb3JtYW5jZSBjb2FjaCBFUCBQcmVzdG9uIHRvb2sgb25lIGNvbnRyYWN0IGxvbmcgaW4gQ3J1ZGUgT2lsIGZ1dHVyZXMgZm9yICQ1NDAuMDAgcHJvZml0IHVzaW5nIHRoZSBHbm9zVElDSyBUZWNobm9sb2d5LiBBIGNsYXNzaWMgdHJhZGUgZm9yIEdub3NUSUNLIHRyYWRlcnMgdGFraW5nIHRoZSBwcm9maXQgdGFyZ2V0IGV4aXQgdG8gZXh0cmVtZSBjcml0aWNhbCBSMi4gSGUgYWxzbyB0b29rICQzMzAuMDAgcHJvZml0IHRyYWRpbmcgdGhlIE5hdHVyYWwgR2FzIHN0b3JhZ2UgcmVwb3J0LCB0aGF0IHRyYWRlIHRvb2sgYSBmZXcgc2hvcnQgbWludXRlcy4gVGhlIGVuZXJneSBtYXJrZXRzIHJvY2tlZCB0b2RheSEgTGVhcm4gdGhlIHRlY2huaXF1ZXMgdG8gaWRlbnRpZnkgbWFya2V0cyBwb2lzZWQgZm9yIHBvd2VyZnVsIG1vdmVzLiBKb2luIHVzIHRvbmlnaHQgYW5kIGxlYXJuIGhvdyB0byB0cmFkZSB0aGUgUmlvc1F1YW50IG1ldGhvZCBmcm9tIGEgdHJhZGVyIHRoYXQgaGFzIGJlZW4gY29uc2lzdGVudGx5IHRyYWRpbmcgdGhlIG1ldGhvZCBmb3Igb3ZlciA3IHllYXJzLlwiIGFsaWdubWVudD1cImNlbnRlclwiXVsvaW1nX3RleHRfYXNpZGVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6Mjk6InR3by1maWZ0aHMgY29sdW1uIGNvbHMgbmFycm93IjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNDQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyM1wiIGZvbnRfc3R5bGU9XCJub3JtYWxcIiBmb250X2NvbG9yPVwiI2VjZWJlNFwiIGFsaWduPVwibGVmdFwiXUxlYXJuIEhvdyB0byBCZWNvbWUgYSBRdWFudCBUcmFkZXJbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyOToiZWxlbWVudC1jb250YWluZXIgY2YgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0OTE6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjZWVlYmRkXCIgYm90dG9tX3BhZGRpbmc9XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjM2NFwiIGxpbmVfaGVpZ2h0PVwiMjJcIl1EdXJpbmcgdGhpcyA5MCBkYXkgdHJhaW5pbmcgcHJvZ3JhbSB5b3Ugd2lsbCByZWNlaXZlIGNvbXByZWhlbnNpdmUgdHJhaW5pbmcgaW5jbHVkaW5nIHRoZSBjb25jZXB0LCBtZXRob2RzIGFuZCB0b29scyBpbiBhbiBlYXN5IHRvIHVuZGVyc3RhbmQgc3RlcC1ieS1zdGVwIGZvcm1hdC4gVGhlIGV4YWN0IGxvZ2ljIGlzIHJldmVhbGVkIHdpdGggYWxsIHRoZSBuZWNlc3NhcnkgcnVsZXMgbmVlZGVkIGZvciB1bmRlcnN0YW5kaW5nIGFuZCBpbXBsZW1lbnRpbmcgdGhlIFJpb3NRdWFudCBhcHByb2FjaCB0byB0cmFkaW5nIHRoZSBnbG9iYWwgbWFya2V0cy5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE1ODg6IltvcHRpbl9ib3ggc3R5bGU9XCIxNFwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNDI1ODIyXCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIxXCIgdGV4dD1cIkNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hcIiB0ZXh0X3NpemU9XCIxOFwiIHRleHRfY29sb3I9XCIjNTA0MjEwXCIgdGV4dF9mb250PVwiSGVsdmV0aWNhO2RlZmF1bHRcIiB0ZXh0X2JvbGQ9XCJZXCIgdGV4dF9sZXR0ZXJfc3BhY2luZz1cIjBcIiB0ZXh0X3NoYWRvd19wYW5lbD1cIllcIiB0ZXh0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiB0ZXh0X3NoYWRvd19ob3Jpem9udGFsPVwiMFwiIHRleHRfc2hhZG93X2NvbG9yPVwiI2ZmZmY5ZVwiIHRleHRfc2hhZG93X2JsdXI9XCIwXCIgc3R5bGluZ193aWR0aD1cIjEwMFwiIHN0eWxpbmdfaGVpZ2h0PVwiMTRcIiBzdHlsaW5nX2JvcmRlcl9jb2xvcj1cIiNkNjkzMDBcIiBzdHlsaW5nX2JvcmRlcl9zaXplPVwiMVwiIHN0eWxpbmdfYm9yZGVyX3JhZGl1cz1cIjZcIiBzdHlsaW5nX2JvcmRlcl9vcGFjaXR5PVwiMTAwXCIgc3R5bGluZ19ncmFkaWVudF9zdGFydF9jb2xvcj1cIiNmZmNmMGFcIiBzdHlsaW5nX2dyYWRpZW50X2VuZF9jb2xvcj1cIiNmZmRhMjJcIiBkcm9wX3NoYWRvd19wYW5lbD1cIllcIiBkcm9wX3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBkcm9wX3NoYWRvd19ob3Jpem9udGFsPVwiMFwiIGRyb3Bfc2hhZG93X2JsdXI9XCIxXCIgZHJvcF9zaGFkb3dfc3ByZWFkPVwiMFwiIGRyb3Bfc2hhZG93X2NvbG9yPVwiIzAwMDAwMFwiIGRyb3Bfc2hhZG93X29wYWNpdHk9XCIxMFwiIGluc2V0X3NoYWRvd19wYW5lbD1cIllcIiBpbnNldF9zaGFkb3dfdmVydGljYWw9XCIxXCIgaW5zZXRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgaW5zZXRfc2hhZG93X2JsdXI9XCIwXCIgaW5zZXRfc2hhZG93X3NwcmVhZD1cIjBcIiBpbnNldF9zaGFkb3dfY29sb3I9XCIjZmZlNTkwXCIgaW5zZXRfc2hhZG93X29wYWNpdHk9XCIxMDBcIiBsb2NhdGlvbj1cIm9wdGluX2JveF9zdHlsZV8xNFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1DbGljayBoZXJlIGFuZCBjaGVjayB5b3VyIGluYm94Wy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mzg6ImVsZW1lbnQtY29udGFpbmVyIGNmIHBhZC1sZWZ0IGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU5MzoiYmFja2dyb3VuZDojZmNmY2ZjO2JhY2tncm91bmQ6LXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgY29sb3Itc3RvcCgwJSwgI2ZjZmNmYyksIGNvbG9yLXN0b3AoMTAwJSwgI2Y1ZjVmNSkpO2JhY2tncm91bmQ6LXdlYmtpdC1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1vei1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1zLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotby1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6bGluZWFyLWdyYWRpZW50KHRvIGJvdHRvbSwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtmaWx0ZXI6cHJvZ2lkOkRYSW1hZ2VUcmFuc2Zvcm0uTWljcm9zb2Z0LmdyYWRpZW50KHN0YXJ0Q29sb3JzdHI9I2ZjZmNmYywgZW5kQ29sb3JzdHI9I2Y1ZjVmNSwgR3JhZGllbnRUeXBlPTApO3BhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjE0MDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tWTJaalptTWlMQ0ppWVdOclozSnZkVzVrUTI5c2IzSkZibVFpT2lJalpqVm1OV1kxSWl3aWNHRmtaR2x1WjFSdmNDSTZJakl3SWl3aWNHRmtaR2x1WjBKdmRIUnZiU0k2SWpFMUluMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc0MDoiW2ltZ190ZXh0X2FzaWRlIHN0eWxlPVwiMVwiIGltYWdlPVwiXCIgaW1hZ2VfYWxpZ25tZW50PVwicmlnaHRcIiBoZWFkbGluZT1cIlRIRSBORVhUIEJJRyBTV0lORzogYXJlIHlvdSByZWFkeT9cIiB0ZXh0PVwiRWFybGllciB0b2RheSBSaW9zUXVhbnQgcGVyZm9ybWFuY2UgY29hY2ggRVAgUHJlc3RvbiB0b29rIG9uZSBjb250cmFjdCBsb25nIGluIENydWRlIE9pbCBmdXR1cmVzIGZvciAkNTQwLjAwIHByb2ZpdCB1c2luZyB0aGUgR25vc1RJQ0sgVGVjaG5vbG9neS4gQSBjbGFzc2ljIHRyYWRlIGZvciBHbm9zVElDSyB0cmFkZXJzIHRha2luZyB0aGUgcHJvZml0IHRhcmdldCBleGl0IHRvIGV4dHJlbWUgY3JpdGljYWwgUjIuIEhlIGFsc28gdG9vayAkMzMwLjAwIHByb2ZpdCB0cmFkaW5nIHRoZSBOYXR1cmFsIEdhcyBzdG9yYWdlIHJlcG9ydCwgdGhhdCB0cmFkZSB0b29rIGEgZmV3IHNob3J0IG1pbnV0ZXMuIFRoZSBlbmVyZ3kgbWFya2V0cyByb2NrZWQgdG9kYXkhIExlYXJuIHRoZSB0ZWNobmlxdWVzIHRvIGlkZW50aWZ5IG1hcmtldHMgcG9pc2VkIGZvciBwb3dlcmZ1bCBtb3Zlcy4gSm9pbiB1cyB0b25pZ2h0IGFuZCBsZWFybiBob3cgdG8gdHJhZGUgdGhlIFJpb3NRdWFudCBtZXRob2QgZnJvbSBhIHRyYWRlciB0aGF0IGhhcyBiZWVuIGNvbnNpc3RlbnRseSB0cmFkaW5nIHRoZSBtZXRob2QgZm9yIG92ZXIgNyB5ZWFycy5cIiBhbGlnbm1lbnQ9XCJsZWZ0XCJdWy9pbWdfdGV4dF9hc2lkZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjgxMToiW2ltZ190ZXh0X2FzaWRlIHN0eWxlPVwiMVwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDYvZXAtcGVyZi02LTEyLmpwZ1wiIGltYWdlX2FsaWdubWVudD1cInJpZ2h0XCIgaGVhZGxpbmU9XCJUSEUgTkVYVCBCSUcgU1dJTkc6IHlvdSByZWFkeT9cIiB0ZXh0PVwiRWFybGllciB0b2RheSBSaW9zUXVhbnQgcGVyZm9ybWFuY2UgY29hY2ggRVAgUHJlc3RvbiB0b29rIG9uZSBjb250cmFjdCBsb25nIGluIENydWRlIE9pbCBmdXR1cmVzIGZvciAkNTQwLjAwIHByb2ZpdCB1c2luZyB0aGUgR25vc1RJQ0sgVGVjaG5vbG9neS4gQSBjbGFzc2ljIHRyYWRlIGZvciBHbm9zVElDSyB0cmFkZXJzIHRha2luZyB0aGUgcHJvZml0IHRhcmdldCBleGl0IHRvIGV4dHJlbWUgY3JpdGljYWwgUjIuIEhlIGFsc28gdG9vayAkMzMwLjAwIHByb2ZpdCB0cmFkaW5nIHRoZSBOYXR1cmFsIEdhcyBzdG9yYWdlIHJlcG9ydCwgdGhhdCB0cmFkZSB0b29rIGEgZmV3IHNob3J0IG1pbnV0ZXMuIFRoZSBlbmVyZ3kgbWFya2V0cyByb2NrZWQgdG9kYXkhIExlYXJuIHRoZSB0ZWNobmlxdWVzIHRvIGlkZW50aWZ5IG1hcmtldHMgcG9pc2VkIGZvciBwb3dlcmZ1bCBtb3Zlcy4gSm9pbiB1cyB0b25pZ2h0IGFuZCBsZWFybiBob3cgdG8gdHJhZGUgdGhlIFJpb3NRdWFudCBtZXRob2QgZnJvbSBhIHRyYWRlciB0aGF0IGhhcyBiZWVuIGNvbnNpc3RlbnRseSB0cmFkaW5nIHRoZSBtZXRob2QgZm9yIG92ZXIgNyB5ZWFycy5cIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIl1bL2ltZ190ZXh0X2FzaWRlXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTowOnt9fX19aTo0O2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czozNzoicGFkZGluZy10b3A6MTBweDtwYWRkaW5nLWJvdHRvbToxMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6NTY6ImV5SndZV1JrYVc1blZHOXdJam9pTVRBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1UQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTQwOiJbY2FsZW5kYXJfZGF0ZSBzdHlsZT1cIjFcIiBtb250aD1cIkp1bmVcIiBjYWxlbmRhcl9iYXJfY29sb3I9XCIjZmYwMDAwXCIgZGF5PVwiMTJcIiBmdWxsX2RhdGU9XCJUaHVyc2RheSwgMTJ0aCBKdW5lXCIgdGltZV8xPVwiNzozMCBwbSBFVFwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODMyOiJbZmVhdHVyZV9ib3ggc3R5bGU9XCIzXCIgb25seV9hZHZhbmNlZD1cIlRoZXJlIGFyZSBubyB0aXRsZSBvcHRpb25zIGZvciB0aGUgY2hvb3NlbiBzdHlsZVwiIHdpZHRoPVwiNDYwXCIgYWxpZ25tZW50PVwiY2VudGVyXCJdW29wX2xpdmVlZGl0b3JfZWxlbWVudHNdIFtvcF9saXZlZWRpdG9yX2VsZW1lbnQgZGF0YS1zdHlsZT1cIlwiXVt0ZXh0X2Jsb2NrIHN0eWxlPVwidW5kZWZpbmVkXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMTVcIl1EVVJJTkcgVEhJUyBPTkxJTkUgVFJBRElORyBDTEFTUyBZT1UgV0lMTCBMRUFSTjoKCuKAoiBCcmVha2Rvd24gZm9yIHRoZSB0cmFkZXMgZXhlY3V0ZWQgaW4gb3VyIGxpdmUgdHJhZGluZyByb29tLgrigKIgVGVjaG5pcXVlcyB0byBzcG90IGJyZWFrb3V0IGFuZCBicmVha2Rvd24gdHJhZGUgb3Bwb3J0dW5pdGllcy4K4oCiIEhvdyB0byB1c2UgdGhlIHBvd2VyIG9mIHRoZSBHbm9zVElDSyBmb3IgcHJlZGljYXRpdmUgcHJpY2UgbWFwcGluZy4K4oCiIFNoYXJlIHlvdXIgcXVlc3Rpb25zIHdpdGggRVAgYW5kIGdldCB0aGUgYW5zd2VycyB0aGF0IHlvdSBzZWVrIGZyb20gYSBwcm9mZXNzaW9uYWwuIAoKUmVhbCByZXN1bHRzIGZyb20gcmVhbCBxdWFudCB0cmFkZXJzLiBHZXQgdGhlIHRvb2xzIGFuZCB0aGUgdGVjaG5pcXVlcyBmcm9tIGEgcmVjb2duaXplZCBnbG9iYWwgbGVhZGVyIGluIHRyYWRpbmcgdGVjaG5vbG9neSBhbmQgdHJhZGVyIGVkdWNhdGlvbiBzaW5jZSAxOTk3LlsvdGV4dF9ibG9ja11bL29wX2xpdmVlZGl0b3JfZWxlbWVudF0gWy9vcF9saXZlZWRpdG9yX2VsZW1lbnRzXVsvZmVhdHVyZV9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19fQ==','YToxMzp7czo1OiJ0aGVtZSI7czo2ODoiWVRveU9udHpPalE2SW5SNWNHVWlPM002T1RvaWJXRnlhMlYwYVc1bklqdHpPak02SW1ScGNpSTdjem94T2lJeElqdDkiO3M6MTM6ImhlYWRlcl9sYXlvdXQiO3M6MTA3MjoiWVRveE1EcDdjem8wT2lKc2IyZHZJanR6T2pjNE9pSm9kSFJ3T2k4dmQzZDNMblJvWlhSeVlXUnBibWR5YjI5dExtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE5DOHdNeTlUWVcxd2JHVk1iMmR2TFVSaGNtc3hNaTV3Ym1jaU8zTTZOVG9pWW1kcGJXY2lPM002TURvaUlqdHpPakV4T2lKeVpYQmxZWFJpWjJsdFp5STdjem93T2lJaU8zTTZOem9pWW1kamIyeHZjaUk3Y3pvM09pSWpaakJsWm1Zd0lqdHpPakV3T2lKc2FXNXJYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hNem9pYldWdWRTMXdiM05wZEdsdmJpSTdjem81T2lKaGJHOXVaM05wWkdVaU8zTTZOem9pWlc1aFlteGxaQ0k3Y3pveE9pSk9JanR6T2pFek9pSnVZWFpmWW1GeVgyRmliM1psSWp0aE9qYzZlM002TnpvaVpXNWhZbXhsWkNJN2N6b3hPaUpPSWp0ek9qTTZJbTVoZGlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmMyaGhaRzkzSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5M1pXbG5hSFFpTzNNNk1Eb2lJanR6T2prNkltWnZiblJmYzJsNlpTSTdjem93T2lJaU8zTTZNVEU2SW1admJuUmZabUZ0YVd4NUlqdHpPakE2SWlJN2N6bzBPaUpzYjJkdklqdHpPakE2SWlJN2ZYTTZNVE02SW01aGRsOWlZWEpmWW1Wc2IzY2lPMkU2TnpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TXpvaWJtRjJJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjl6YUdGa2IzY2lPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM2RsYVdkb2RDSTdjem93T2lJaU8zTTZPVG9pWm05dWRGOXphWHBsSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1Eb2lJanR6T2pRNklteHZaMjhpTzNNNk1Eb2lJanQ5Y3pveE56b2libUYyWDJKaGNsOWhiRzl1WjNOcFpHVWlPMkU2TmpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TXpvaWJtRjJJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjl6YUdGa2IzY2lPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM2RsYVdkb2RDSTdjem93T2lJaU8zTTZPVG9pWm05dWRGOXphWHBsSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1Eb2lJanQ5ZlE9PSI7czoxMjoiZmVhdHVyZV9hcmVhIjtzOjEyMDoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvME9pSjBlWEJsSWp0cE9qRTdjem80T2lKelpYUjBhVzVuY3lJN1lUb3hPbnR6T2pFeU9pSm1iMjUwWDI5d2RHbHZibk1pTzJFNk1EcDdmWDE5IjtzOjEzOiJmZWF0dXJlX3RpdGxlIjtzOjY0OiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8xT2lKMGFYUnNaU0k3Y3pvd09pSWlPMzA9IjtzOjExOiJmb290ZXJfYXJlYSI7czozNjA6IllUbzRPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNam9pTkRBaU8zTTZNVEU2SW1admJuUmZjMmhoWkc5M0lqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOTNaV2xuYUhRaU8zTTZNRG9pSWp0ek9qazZJbVp2Ym5SZmMybDZaU0k3Y3pvd09pSWlPM002TVRFNkltWnZiblJmWm1GdGFXeDVJanR6T2pBNklpSTdjem94TWpvaWJHRnlaMlZmWm05dmRHVnlJanRoT2pFNmUzTTZOem9pWlc1aFlteGxaQ0k3Y3pveE9pSk9JanQ5Y3pveE56b2labTl2ZEdWeVgyUnBjMk5zWVdsdFpYSWlPMkU2TWpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TnpvaWJXVnpjMkZuWlNJN2N6b3dPaUlpTzMxOSI7czoxMDoidHlwb2dyYXBoeSI7czoxNTI0OiJZVG95T250ek9qRXpPaUptYjI1MFgyVnNaVzFsYm5SeklqdGhPams2ZTNNNk1UQTZJbk5wZEdWZmRHbDBiR1VpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pBNklpSTdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pvM09pSjBZV2RzYVc1bElqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3dPaUlpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZOem9pWkdWbVlYVnNkQ0k3WVRvME9udHpPalE2SW5OcGVtVWlPM002TWpvaU1UVWlPM002TkRvaVptOXVkQ0k3Y3pveE5Ub2lVMjkxY21ObElGTmhibk1nVUhKdklqdHpPalU2SW5OMGVXeGxJanR6T2pBNklpSTdjem8xT2lKamIyeHZjaUk3Y3pvME9pSWpORFEwSWp0OWN6b3lPaUpvTVNJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1UVTZJbE52ZFhKalpTQlRZVzV6SUZCeWJ5STdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pveU9pSm9NaUk3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TVRVNklsTnZkWEpqWlNCVFlXNXpJRkJ5YnlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem95T2lKb015STdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZNRG9pSWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zMXpPakk2SW1nMElqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3dPaUlpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qQTZJaUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTmlJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1Eb2lJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzMxOWN6b3hORG9pWTI5c2IzSmZaV3hsYldWdWRITWlPMkU2TmpwN2N6b3hOem9pWm05dmRHVnlYM1JsZUhSZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFM09pSm1iMjkwWlhKZmJHbHVhMTlqYjJ4dmNpSTdjem93T2lJaU8zTTZNak02SW1admIzUmxjbDlzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanR6T2pBNklpSTdjem94T0RvaVptVmhkSFZ5WlY5MFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hPRG9pWm1WaGRIVnlaVjlzYVc1clgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveU5Eb2labVZoZEhWeVpWOXNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdHpPakE2SWlJN2ZYMD0iO3M6MjE6ImNvbG9yX3NjaGVtZV9hZHZhbmNlZCI7czoyNDIwOiJZVG8zT250ek9qRXpPaUp1WVhaZlltRnlYMkZpYjNabElqdGhPakV3T250ek9qRXpPaUp1WVhaZlltRnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hNVG9pYm1GMlgySmhjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRTVPaUp1WVhaZlltRnlYMmh2ZG1WeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE56b2libUYyWDJKaGNsOW9iM1psY2w5bGJtUWlPM002TURvaUlqdHpPakV3T2lKdVlYWmZZbUZ5WDJKbklqdHpPakE2SWlJN2N6b3lNam9pYm1GMlgySmhjbDlpWjE5b2IzWmxjbDl6ZEdGeWRDSTdjem93T2lJaU8zTTZNVFU2SW01aGRsOWlZWEpmWkdSZmJHbHVheUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlpHUmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRXlPaUp1WVhaZlltRnlYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRXpPaUp1WVhaZlltRnlYMmh2ZG1WeUlqdHpPakE2SWlJN2ZYTTZNVE02SW01aGRsOWlZWEpmWW1Wc2IzY2lPMkU2TVRBNmUzTTZNVE02SW01aGRsOWlZWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakV4T2lKdVlYWmZZbUZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVGs2SW01aGRsOWlZWEpmYUc5MlpYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRTNPaUp1WVhaZlltRnlYMmh2ZG1WeVgyVnVaQ0k3Y3pvd09pSWlPM002TVRBNkltNWhkbDlpWVhKZlltY2lPM002TURvaUlqdHpPakl5T2lKdVlYWmZZbUZ5WDJKblgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TlRvaWJtRjJYMkpoY2w5a1pGOXNhVzVySWp0ek9qQTZJaUk3Y3pveE5qb2libUYyWDJKaGNsOWtaRjlvYjNabGNpSTdjem93T2lJaU8zTTZNVEk2SW01aGRsOWlZWEpmYkdsdWF5STdjem93T2lJaU8zTTZNVE02SW01aGRsOWlZWEpmYUc5MlpYSWlPM002TURvaUlqdDljem94TnpvaWJtRjJYMkpoY2w5aGJHOXVaM05wWkdVaU8yRTZOenA3Y3pveE1Eb2libUYyWDJKaGNsOWlaeUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlltZGZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qSXdPaUp1WVhaZlltRnlYMkpuWDI1aGRsOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRTFPaUp1WVhaZlltRnlYMlJrWDJ4cGJtc2lPM002TURvaUlqdHpPakUyT2lKdVlYWmZZbUZ5WDJSa1gyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1USTZJbVpsWVhSMWNtVmZZWEpsWVNJN1lUbzNPbnR6T2pFek9pSm1aV0YwZFhKbFgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2labVZoZEhWeVpWOWxibVFpTzNNNk1Eb2lJanR6T2pFd09pSjBaWGgwWDJOdmJHOXlJanR6T2pBNklpSTdjem94TURvaWJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TVRZNklteHBibXRmYUc5MlpYSmZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMXpPakk2SW1KbklqdHpPakE2SWlJN2N6b3hNRG9pWW1kZmIzQjBhVzl1Y3lJN2N6b3dPaUlpTzMxek9qRXpPaUptWldGMGRYSmxYM1JwZEd4bElqdGhPak02ZTNNNk1UazZJbVpsWVhSMWNtVmZkR2wwYkdWZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSm1aV0YwZFhKbFgzUnBkR3hsWDJWdVpDSTdjem93T2lJaU8zTTZNalE2SW1abFlYUjFjbVZmZEdsMGJHVmZkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPMzF6T2pZNkltWnZiM1JsY2lJN1lUbzFPbnR6T2pFeU9pSm1iMjkwWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFd09pSm1iMjkwWlhKZlpXNWtJanR6T2pBNklpSTdjem94TnpvaVptOXZkR1Z5WDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTNPaUptYjI5MFpYSmZiR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlhNNk1qTTZJbVp2YjNSbGNsOXNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdGhPakk2ZTNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTFPaUowWlhoMFgyUmxZMjl5WVhScGIyNGlPM002TURvaUlqdDlmWE02TkRvaWNHRm5aU0k3WVRvME9udHpPakV5T2lKeVpYQmxZWFJwYm1kZlltY2lPM002TURvaUlqdHpPamc2SW1KblgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE1Eb2liR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlhNNk1UWTZJbXhwYm10ZmFHOTJaWEpmWTI5c2IzSWlPMkU2TWpwN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zTTZNVFU2SW5SbGVIUmZaR1ZqYjNKaGRHbHZiaUk3Y3pvd09pSWlPMzE5ZlE9PSI7czoxNToibW9iaWxlX3JlZGlyZWN0IjtzOjYwOiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdDkiO3M6Mzoic2VvIjtzOjE5MjoiWVRvMk9udHpPalU2SW5ScGRHeGxJanR6T2pBNklpSTdjem94TVRvaVpHVnpZM0pwY0hScGIyNGlPM002TURvaUlqdHpPamc2SW10bGVYZHZjbVJ6SWp0ek9qQTZJaUk3Y3pvM09pSnZaM1JwZEd4bElqdHpPakE2SWlJN2N6b3hNem9pYjJka1pYTmpjbWx3ZEdsdmJpSTdjem93T2lJaU8zTTZOem9pYjJkcGJXRm5aU0k3Y3pvd09pSWlPMzA9IjtzOjc6InNjcmlwdHMiO3M6MzQ4OiJZVG94T250cE9qQTdZVG95T250ek9qZzZJbkJ2YzJsMGFXOXVJanR6T2pNNkltTnpjeUk3Y3pvMk9pSnpZM0pwY0hRaU8zTTZNVGsyT2lKTWJUbDNaRWRzZFV4WFNuWmxRekI0VGtOQ2NHSnVRakZrUTNkblRHMDVkMlJIYkhWTVYwcDJaVU13ZUU1RFFuQmlia0l4WkVSd2JXSXlUakZqZVVJM1dtMDVkV1JETVROYVYyeHVZVWhSTmsxNlFYZFBNekJMVEcwNWQyUkhiSFZNVjBwMlpVTXdlRTVEUW5kTWJrSjVZVmhhYUZremEyZGxNazUyWWtjNWVVOXBUVFJQUkdjM1dtMDVkV1JETVhwaFdIQnNUMnBGZW1OSVp6ZGpSMFpyV2tkc2RWcDVNVEJpTTBFMlRsaENORTh5T1hkWlYwNXdaRWhyTmsxRE5EUm1VVDA5SWp0OWZRPT0iO3M6ODoiZmJfc2hhcmUiO3M6MTI0OiJZVG8wT250ek9qVTZJblJwZEd4bElqdHpPakE2SWlJN2N6b3hNVG9pWkdWelkzSnBjSFJwYjI0aU8zTTZNRG9pSWp0ek9qVTZJbWx0WVdkbElqdHpPakE2SWlJN2N6bzRPaUpzYVd0bFgzVnliQ0k3Y3pvd09pSWlPMzA9IjtzOjEzOiJleGl0X3JlZGlyZWN0IjtzOjg4OiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdHpPamM2SW0xbGMzTmhaMlVpTzNNNk1Eb2lJanQ5IjtzOjEzOiJsYXVuY2hfZnVubmVsIjtzOjE5MjoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvNU9pSm1kVzV1Wld4ZmFXUWlPM002TVRvaU1TSTdjem94TmpvaVoyRjBaWGRoZVY5dmRtVnljbWxrWlNJN1lUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzRPaUp5WldScGNtVmpkQ0k3Y3pvd09pSWlPM002TkRvaVkyOWtaU0k3Y3pvd09pSWlPMzE5Ijt9'),(25,'90 dias de Capacitación ','YToxOntzOjQ6ImJvZHkiO2E6NDp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjIwOiJwYWRkaW5nLWJvdHRvbTozMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MzI6ImV5SndZV1JrYVc1blFtOTBkRzl0SWpvaU16QWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMTA6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzN1wiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCJib2xkXCIgZm9udF9jb2xvcj1cIiM0MjUwNjNcIiBmb250X3NwYWNpbmc9XCIwXCIgZm9udF9zaGFkb3c9XCJsaWdodFwiIGFsaWduPVwiY2VudGVyXCJdwr9IYXMgcGVuc2FkbyBlbiB2aXZpciBkZWwgdHJhZGluZz9bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTg5OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjJcIiBmb250X2ZvbnQ9XCJPcGVuIFNhbnNcIiBmb250X3N0eWxlPVwiMzAwXCIgZm9udF9jb2xvcj1cIiMzOTU0NjhcIiBhbGlnbj1cImNlbnRlclwiXURlc2N1YnJlIHNpIHB1ZWRlcyBsb2dyYXJsbyEgSW5pY2lhIHVuYSBwcnVlYmEgZ3JhdHVpdGEuWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MTU2OiJiYWNrZ3JvdW5kOiNmMmYyZjI7cGFkZGluZy1ib3R0b206MjBweDtib3JkZXItdG9wLXdpZHRoOjFweDtib3JkZXItYm90dG9tLXdpZHRoOjFweDtib3JkZXItc3R5bGU6c29saWQ7Ym9yZGVyLXRvcC1jb2xvcjojZTNlM2UzO2JvcmRlci1ib3R0b20tY29sb3I6I2UzZTNlMzsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEzMjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tTW1ZeVpqSWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNakFpTENKaWIzSmtaWEpYYVdSMGFDSTZJakVpTENKaWIzSmtaWEpEYjJ4dmNpSTZJaU5sTTJVelpUTWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YTo0OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTc2OiJbaW1hZ2VzIHN0eWxlPVwiNVwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvZXF1aXR5LWN1cnZlLXBpZXJyZS5qcGdcIiB3aWR0aD1cIjgwOFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY1OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGxhcmdlX2ltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvZXF1aXR5LWN1cnZlLXBpZXJyZS5qcGdcIiB3aWR0aD1cIjgwOFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjM2NjoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXVBpZXJyZSwgbWllbWJybyBkZSBSaW9zUXVhbnQsIHRvbcOzICAkMS42MDAgZGUgdXRpbGlkYWRlcyBlbiBsb3MgbWVyY2Fkb3MgZGUgZnV0dXJvcyBlbiBkb3MgZMOtYXMgY29uIDEzIG9wZXJhY2lvbnMuIMOJbCBvcGVyYSBjYWRhIG1hw7FhbmEgY29uIG90cm9zIHRyYWRlcnMgc2VtZWphbnRlcyBhIGVsIGVuIG51ZXN0cmEgc2FsYSBkZSB0cmFkaW5nIGVuIHZpdm8uIMOJbCBlcyB1biB0cmFkZXIgZGUgaW1wdWxzbyB5IHV0aWxpemEgbG9zIHNpc3RlbWFzIHByZWRpY3Rpdm9zIGRlIHRyYWRpbmcgZGUgUmlvc1F1YW50Li4mbmJzcDtbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjg6IltpbWFnZXMgc3R5bGU9XCIwXCIgbGFyZ2VfaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9lcXVpdHktY3VydmUtcGllcnJlLmpwZ1wiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIwOiJvbmUtaGFsZiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Nzk2OiJbb3B0aW5fYm94IHN0eWxlPVwiMTFcIiB3aWR0aD1cIjQ1MFwiIG1hcmdpbl90b3A9XCIxNVwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiSW5ncmVzZSBzdSBkaXJlY2Npw7NuIGRlIGNvcnJlbyBlbGVjdHLDs25pY29cIiBlbWFpbF9vcmRlcj1cIjBcIiBpbnRlZ3JhdGlvbl90eXBlPVwiYXdlYmVyXCIgbGlzdD1cIjM0Mzg5MzhcIiBuYW1lX2ZpZWxkPVwibmFtZVwiIG5hbWVfZGVmYXVsdD1cIkluZ3Jlc2Ugc3Ugbm9tYnJlXCIgbmFtZV9vcmRlcj1cIjBcIiBuYW1lX3JlcXVpcmVkPVwiTlwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdU1c1bmNtVnpaU0J6ZFNCdWIyMWljbVVnZVNCbGJXRnBiQ0J3WVhKaElIUmxibVZ5SUdGalkyVnpieUJwYm5OMFlXNTB3NkZ1Wlc4dUxpND1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdVmFsb3JhbW9zIHN1IHByaXZhY2lkYWQgeSBudW5jYSBsZSBlbnZpYXJlbW9zIHNwYW1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiXUNsaWNrIHkgbHVlZ28gcmV2aXNlIHN1IGJhbmRlamEgZGUgZW50cmFkYSBwYXJhIHVuYSBjb25maXJtYWNpw7NuIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo0OiJlMzA9IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNjk6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxN1wiIHdpZHRoPVwiOTQwXCJdPGgyIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjxzcGFuIHN0eWxlPVwiY29sb3I6ICM0MjUwNjM7XCI+RXN0w6EgYSAzIFBhc29zIERlIENvbWVuemFyIFN1IFBydWViYSBHcmF0dWl0YSBkZWwgU2lzdGVtYcKgPC9zcGFuPjwvaDI+CjxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo2MjU6IltzdGVwX2dyYXBoaWNzIHN0eWxlPVwiNVwiIGNvbG9yPVwiIzQyNTA2M1wiXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIxXCIgaGVhZGxpbmU9XCIgIEluc3RhbGFjacOzbiAtIFVuIG1pZW1icm8gZGUgc29wb3J0ZSB0w6ljbmljbyBsbyBndWlhcsOhIGEgdHJhdsOpcyBkZSBsYSBpbnN0YWxhY2nDs24sIGhhY2llbmRvIGVsIHByb2Nlc28gcsOhcGlkbyB5IHNpbiBwcm9ibGVtYXMuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIyXCIgaGVhZGxpbmU9XCJFbnRyZW5hbWllbnRvIC0gU2VzaW9uZXMgZGUgcGVyc29uYWxpemFkYXMgcGFyYSBhcHJlbmRlciBhIHV0aWxpemFyIGVsIHNpc3RlbWEuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIzXCIgaGVhZGxpbmU9XCJTYWxhIGRlIFRyYWRpbmcgZW4gVml2byAtIEV4cGVyaW1lbnRlIGVsIHBvZGVyIGRlIGludGVsaWdlbmNpYSBkZSB0cmFkaW5nIGEgdGllbXBvIHJlYWwgY29uIGxvcyBtaWVtYnJvcyB5IGVudHJlbmFkb3JlcyBkZSBSaW9zUXVhbnQgcGFyYSBhc2VndXJhcnNlIGRlIG9idGVuZXIgZWwgbcOheGltbyBwcm92ZWNobyBkZSB0dSBwcnVlYmEgZ3JhdHVpdGEuXCJdWy9zdGVwXVsvc3RlcF9ncmFwaGljc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ0NToiW3Rlc3RpbW9uaWFscyBzdHlsZT1cIjJcIiBtYXJnaW5fdG9wPVwiXCIgbWFyZ2luX2JvdHRvbT1cIlwiXVt0ZXN0aW1vbmlhbCBuYW1lPVwiUGllcnJlIC0gTmV3IEplcnNleSBVU0FcIiBjb21wYW55PVwiTWllbWJybyBkZSBSaW9zUXVhbnQgZGVzZGUgMjAxMlwiIGhyZWY9XCJcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L3BpZXJyZS1nYW1pbC1waWMuanBnXCJdPHA+XCJObyBwb2Ryw61hIGhhYmVybG8gaGVjaG8gc2luIHVzdGVkZXMuLi4gTnVuY2EgcG9kcsOpIGFncmFkZWNlciBsbyBzdWZpY2llbnRlIGEgSm9lIFJpb3MsIEVQLCB5IFN0ZXZlIHBvciBsYSBkZWRpY2FjacOzbiBxdWUgbXVlc3RyYW4geSBlbCBhcG95byBxdWUgb2ZyZWNlbiFcIjwvcD5bL3Rlc3RpbW9uaWFsXVsvdGVzdGltb25pYWxzXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aTozO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mjk6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMjoib25lLWNvbHVtbiBjb2x1bW4gY29scyI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjEzOiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdPHAgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+RVhJU1RFIFVOIFJJRVNHTyBTVVNUQU5DSUFMIERFIFDDiVJESURBIEVOIExBIE5FR09DSUFDScOTTiBERSBGVVRVUk9TIERFIENPTU1PRElUSUVTLCBDRkRzLCBZIFBST0RVQ1RPUyBERSBESVZJU0FTPC9wPlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX19','YToxNDp7czo1OiJ0aGVtZSI7czo2ODoiWVRveU9udHpPalE2SW5SNWNHVWlPM002T1RvaWJXRnlhMlYwYVc1bklqdHpPak02SW1ScGNpSTdjem94T2lJeElqdDkiO3M6MTM6ImhlYWRlcl9sYXlvdXQiO3M6MTE5NjoiWVRveE1qcDdjem8wT2lKc2IyZHZJanR6T2pjME9pSm9kSFJ3T2k4dmQzZDNMblJvWlhSeVlXUnBibWR5YjI5dExtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE5DOHdNeTl5Y1Mxc2IyZHZMV0pzWVdOckxtcHdaeUk3Y3pvMU9pSmlaMmx0WnlJN2N6b3dPaUlpTzNNNk1URTZJbkpsY0dWaGRHSm5hVzFuSWp0ek9qQTZJaUk3Y3pvM09pSmlaMk52Ykc5eUlqdHpPamM2SWlNd01UQmlNV1VpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFek9pSnRaVzUxTFhCdmMybDBhVzl1SWp0ek9qazZJbUZzYjI1bmMybGtaU0k3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWxraU8zTTZNVE02SW01aGRsOWlZWEpmWVdKdmRtVWlPMkU2TnpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TXpvaWJtRjJJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjl6YUdGa2IzY2lPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM2RsYVdkb2RDSTdjem93T2lJaU8zTTZPVG9pWm05dWRGOXphWHBsSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1Eb2lJanR6T2pRNklteHZaMjhpTzNNNk1Eb2lJanQ5Y3pveE16b2libUYyWDJKaGNsOWlaV3h2ZHlJN1lUbzNPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qQTZJaUk3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYMlpoYldsc2VTSTdjem93T2lJaU8zTTZORG9pYkc5bmJ5STdjem93T2lJaU8zMXpPakUzT2lKdVlYWmZZbUZ5WDJGc2IyNW5jMmxrWlNJN1lUbzJPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qWTZJbTV2Y20xaGJDSTdjem81T2lKbWIyNTBYM05wZW1VaU8zTTZNam9pTVRNaU8zTTZNVEU2SW1admJuUmZabUZ0YVd4NUlqdHpPamM2SWxCVUlGTmhibk1pTzMxek9qRXlPaUprYVhOaFlteGxYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRXhPaUpvWldGa1pYSmZiR2x1YXlJN2N6b3pNRG9pYUhSMGNEb3ZMM2QzZHk1MGFHVjBjbUZrYVc1bmNtOXZiUzVqYjIwdklqdDkiO3M6MTI6ImZlYXR1cmVfYXJlYSI7czoxMjA6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzBPaUowZVhCbElqdHBPakU3Y3pvNE9pSnpaWFIwYVc1bmN5STdZVG94T250ek9qRXlPaUptYjI1MFgyOXdkR2x2Ym5NaU8yRTZNRHA3ZlgxOSI7czoxMzoiZmVhdHVyZV90aXRsZSI7czo2NDoiWVRveU9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvMU9pSjBhWFJzWlNJN2N6b3dPaUlpTzMwPSI7czoxMToiZm9vdGVyX2FyZWEiO3M6MzgwOiJZVG80T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVdTSTdjem96T2lKdVlYWWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM05vWVdSdmR5STdjem93T2lJaU8zTTZNVEU2SW1admJuUmZkMlZwWjJoMElqdHpPakE2SWlJN2N6bzVPaUptYjI1MFgzTnBlbVVpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDJaaGJXbHNlU0k3Y3pveE5Ub2lVMjkxY21ObElGTmhibk1nVUhKdklqdHpPakV5T2lKc1lYSm5aVjltYjI5MFpYSWlPMkU2TVRwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPMzF6T2pFM09pSm1iMjkwWlhKZlpHbHpZMnhoYVcxbGNpSTdZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8zT2lKdFpYTnpZV2RsSWp0ek9qQTZJaUk3ZlgwPSI7czoxMDoidHlwb2dyYXBoeSI7czoxNjc2OiJZVG95T250ek9qRXpPaUptYjI1MFgyVnNaVzFsYm5SeklqdGhPams2ZTNNNk1UQTZJbk5wZEdWZmRHbDBiR1VpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pJNklqSTBJanR6T2pRNkltWnZiblFpTzNNNk1UQTZJazF2Ym5SelpYSnlZWFFpTzNNNk5Ub2ljM1I1YkdVaU8zTTZORG9pWW05c1pDSTdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPMzF6T2pjNkluUmhaMnhwYm1VaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qYzZJaU13UmpnM1F6a2lPMzF6T2pjNkltUmxabUYxYkhRaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qSTZJakUzSWp0ek9qUTZJbVp2Ym5RaU8zTTZNVFU2SWxOdmRYSmpaU0JUWVc1eklGQnlieUk3Y3pvMU9pSnpkSGxzWlNJN2N6bzJPaUp1YjNKdFlXd2lPM002TlRvaVkyOXNiM0lpTzNNNk56b2lJell6TmpNMk15STdmWE02TWpvaWFERWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakUxT2lKVGIzVnlZMlVnVTJGdWN5QlFjbThpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURJaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk1qb2lhRE1pTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pFMU9pSlRiM1Z5WTJVZ1UyRnVjeUJRY204aU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWE02TWpvaWFEUWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakUxT2lKVGIzVnlZMlVnVTJGdWN5QlFjbThpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk1qb2lhRFlpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pFMU9pSlRiM1Z5WTJVZ1UyRnVjeUJRY204aU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWDF6T2pFME9pSmpiMnh2Y2w5bGJHVnRaVzUwY3lJN1lUbzJPbnR6T2pFM09pSm1iMjkwWlhKZmRHVjRkRjlqYjJ4dmNpSTdjem93T2lJaU8zTTZNVGM2SW1admIzUmxjbDlzYVc1clgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveU16b2labTl2ZEdWeVgyeHBibXRmYUc5MlpYSmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTRPaUptWldGMGRYSmxYM1JsZUhSZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFNE9pSm1aV0YwZFhKbFgyeHBibXRmWTI5c2IzSWlPM002TURvaUlqdHpPakkwT2lKbVpXRjBkWEpsWDJ4cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzNNNk1Eb2lJanQ5ZlE9PSI7czoyMToiY29sb3Jfc2NoZW1lX2FkdmFuY2VkIjtzOjI1OTI6IllUbzNPbnR6T2pFek9pSnVZWFpmWW1GeVgyRmliM1psSWp0aE9qRXdPbnR6T2pFek9pSnVZWFpmWW1GeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2libUYyWDJKaGNsOWxibVFpTzNNNk1Eb2lJanR6T2pFNU9pSnVZWFpmWW1GeVgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TnpvaWJtRjJYMkpoY2w5b2IzWmxjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRXdPaUp1WVhaZlltRnlYMkpuSWp0ek9qQTZJaUk3Y3pveU1qb2libUYyWDJKaGNsOWlaMTlvYjNabGNsOXpkR0Z5ZENJN2N6b3dPaUlpTzNNNk1UVTZJbTVoZGw5aVlYSmZaR1JmYkdsdWF5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWkdSZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pFeU9pSnVZWFpmWW1GeVgyeHBibXNpTzNNNk1Eb2lJanR6T2pFek9pSnVZWFpmWW1GeVgyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1UTTZJbTVoZGw5aVlYSmZZbVZzYjNjaU8yRTZNVEE2ZTNNNk1UTTZJbTVoZGw5aVlYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRXhPaUp1WVhaZlltRnlYMlZ1WkNJN2N6b3dPaUlpTzNNNk1UazZJbTVoZGw5aVlYSmZhRzkyWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSnVZWFpmWW1GeVgyaHZkbVZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVEE2SW01aGRsOWlZWEpmWW1jaU8zTTZNRG9pSWp0ek9qSXlPaUp1WVhaZlltRnlYMkpuWDJodmRtVnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOVG9pYm1GMlgySmhjbDlrWkY5c2FXNXJJanR6T2pBNklpSTdjem94TmpvaWJtRjJYMkpoY2w5a1pGOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0OWN6b3hOem9pYm1GMlgySmhjbDloYkc5dVozTnBaR1VpTzJFNk56cDdjem94TURvaWJtRjJYMkpoY2w5aVp5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWW1kZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pJd09pSnVZWFpmWW1GeVgySm5YMjVoZGw5b2IzWmxjaUk3Y3pvd09pSWlPM002TVRJNkltNWhkbDlpWVhKZmJHbHVheUk3Y3pvM09pSWpZamxpWkdNd0lqdHpPakV6T2lKdVlYWmZZbUZ5WDJodmRtVnlJanR6T2pBNklpSTdjem94TlRvaWJtRjJYMkpoY2w5a1pGOXNhVzVySWp0ek9qQTZJaUk3Y3pveE5qb2libUYyWDJKaGNsOWtaRjlvYjNabGNpSTdjem93T2lJaU8zMXpPakV5T2lKbVpXRjBkWEpsWDJGeVpXRWlPMkU2TnpwN2N6b3hNem9pWm1WaGRIVnlaVjl6ZEdGeWRDSTdjem93T2lJaU8zTTZNVEU2SW1abFlYUjFjbVZmWlc1a0lqdHpPakE2SWlJN2N6b3hNRG9pZEdWNGRGOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6b3dPaUlpTzMxek9qRTJPaUpzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanRoT2pJNmUzTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk1Eb2lJanQ5Y3pveU9pSmlaeUk3Y3pvd09pSWlPM002TVRBNkltSm5YMjl3ZEdsdmJuTWlPM002TURvaUlqdDljem94TXpvaVptVmhkSFZ5WlY5MGFYUnNaU0k3WVRvek9udHpPakU1T2lKbVpXRjBkWEpsWDNScGRHeGxYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOem9pWm1WaGRIVnlaVjkwYVhSc1pWOWxibVFpTzNNNk1Eb2lJanR6T2pJME9pSm1aV0YwZFhKbFgzUnBkR3hsWDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0OWN6bzJPaUptYjI5MFpYSWlPMkU2T0RwN2N6b3hNam9pWm05dmRHVnlYM04wWVhKMElqdHpPamM2SWlNeVl6TXlNMlVpTzNNNk1UQTZJbVp2YjNSbGNsOWxibVFpTzNNNk56b2lJekpqTXpJelpTSTdjem94TnpvaVptOXZkR1Z5WDNSbGVIUmZZMjlzYjNJaU8zTTZOem9pSTJabVptWm1aaUk3Y3pveE56b2labTl2ZEdWeVgyeHBibXRmWTI5c2IzSWlPMkU2TWpwN2N6bzFPaUpqYjJ4dmNpSTdjem8zT2lJalptWm1abVptSWp0ek9qRTFPaUowWlhoMFgyUmxZMjl5WVhScGIyNGlPM002TURvaUlqdDljem95TXpvaVptOXZkR1Z5WDJ4cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvM09pSWpabVptWm1abUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk1Eb2lJanQ5Y3pveE1Eb2lkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPM002TVRBNklteHBibXRmWTI5c2IzSWlPM002TURvaUlqdHpPakUyT2lKc2FXNXJYMmh2ZG1WeVgyTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk5Eb2ljR0ZuWlNJN1lUbzBPbnR6T2pFeU9pSnlaWEJsWVhScGJtZGZZbWNpTzNNNk1Eb2lJanR6T2pnNkltSm5YMk52Ykc5eUlqdHpPamM2SWlObVptWm1abVlpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6b3dPaUlpTzMxek9qRTJPaUpzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanRoT2pJNmUzTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk1Eb2lJanQ5ZlgwPSI7czoxNToibW9iaWxlX3JlZGlyZWN0IjtzOjYwOiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdDkiO3M6Mzoic2VvIjtzOjE5MjoiWVRvMk9udHpPalU2SW5ScGRHeGxJanR6T2pBNklpSTdjem94TVRvaVpHVnpZM0pwY0hScGIyNGlPM002TURvaUlqdHpPamc2SW10bGVYZHZjbVJ6SWp0ek9qQTZJaUk3Y3pvM09pSnZaM1JwZEd4bElqdHpPakE2SWlJN2N6b3hNem9pYjJka1pYTmpjbWx3ZEdsdmJpSTdjem93T2lJaU8zTTZOem9pYjJkcGJXRm5aU0k3Y3pvd09pSWlPMzA9IjtzOjc6InNjcmlwdHMiO3M6ODQ6IllUb3hPbnRwT2pBN1lUb3lPbnR6T2pnNkluQnZjMmwwYVc5dUlqdHpPak02SW1OemN5STdjem8yT2lKelkzSnBjSFFpTzNNNk1Eb2lJanQ5ZlE9PSI7czo4OiJmYl9zaGFyZSI7czoxMjQ6IllUbzBPbnR6T2pVNkluUnBkR3hsSWp0ek9qQTZJaUk3Y3pveE1Ub2laR1Z6WTNKcGNIUnBiMjRpTzNNNk1Eb2lJanR6T2pVNkltbHRZV2RsSWp0ek9qQTZJaUk3Y3pvNE9pSnNhV3RsWDNWeWJDSTdjem93T2lJaU8zMD0iO3M6ODoibGlnaHRib3giO3M6MzcwMDoiWVRvMU9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvM09pSnphRzkzWDI5dUlqdHpPalE2SW14dllXUWlPM002TkRvaWRIbHdaU0k3Y3pvMU9pSnZjSFJwYmlJN2N6b3hNRG9pYjNCMGFXNWZabTl5YlNJN1lUb3pPbnR6T2prNkltWnZjbTFmYUhSdGJDSTdZVG94TnpwN2N6b3hNRG9pWlcxaGFXeGZaR0YwWVNJN2N6b3dPaUlpTzNNNk1UTTZJbVZ0WVdsc1gyRmtaSEpsYzNNaU8zTTZNRG9pSWp0ek9qRXlPaUp5WldScGNtVmpkRjkxY213aU8zTTZNRG9pSWp0ek9qRXlPaUpsZUhSeVlWOW1hV1ZzWkhNaU8zTTZNRG9pSWp0ek9qRTRPaUpsYldGcGJGOWxlSFJ5WVY5bWFXVnNaSE1pTzNNNk1Eb2lJanR6T2pRNkltaDBiV3dpTzNNNk1Eb2lJanR6T2pFd09pSnVaWGRmZDJsdVpHOTNJanR6T2pBNklpSTdjem94TWpvaVpHbHpZV0pzWlY5dVlXMWxJanR6T2pBNklpSTdjem80T2lKdVlXMWxYMkp2ZUNJN2N6b3dPaUlpTzNNNk9Ub2laVzFoYVd4ZlltOTRJanR6T2pBNklpSTdjem8yT2lKaFkzUnBiMjRpTzNNNk1Eb2lJanR6T2pZNkltWnBaV3hrY3lJN2N6b3dPaUlpTzNNNk5qb2liV1YwYUc5a0lqdHpPalE2SW5CdmMzUWlPM002TVRZNkltbHVkR1ZuY21GMGFXOXVYM1I1Y0dVaU8zTTZOam9pWTNWemRHOXRJanR6T2pRNklteHBjM1FpTzNNNk1Eb2lJanR6T2pFME9pSjBhR0Z1YTE5NWIzVmZjR0ZuWlNJN2N6b3dPaUlpTzNNNk1URTZJbUZqZEdsdmJsOXdZV2RsSWp0ek9qQTZJaUk3ZlhNNk56b2lZMjl1ZEdWdWRDSTdZVG8xT250ek9qVTZJblJwZEd4bElqdHpPak15T2lKVFpXeHNJRUZ1ZVhSb2FXNW5JRmRwZEdnZ1QzQjBhVzFwZW1WUWNtVnpjeUk3Y3pveE1Ub2labTl5YlY5b1pXRmtaWElpTzNNNk9EZzZJa3h2Y21WdElHbHdjM1Z0SUdSdmJHOXlJSE5wZENCaGJXVjBMQ0JqYjI1elpXTjBaWFIxWlhJZ1lXUnBjR2x6WTJsdVp5QmxiR2wwTENCelpXUWdaR2xoYlNCdWIyNTFiVzE1SUc1cFltZ2daWFZwYzIxdlpDNGlPM002TVRFNkltWnZiM1JsY2w5dWIzUmxJanR6T2pZME9pSlpiM1Z5SUdsdVptOXliV0YwYVc5dUlHbHpJREV3TUNVZ2MyVmpkWEpsSUhkcGRHZ2dkWE1nWVc1a0lIZHBiR3dnYm1WMlpYSWdZbVVnYzJoaGNtVmtJanR6T2pFeU9pSnVZVzFsWDJSbFptRjFiSFFpTzNNNk1qUTZJa1Z1ZEdWeUlIbHZkWElnUm1seWMzUWdUbUZ0WlM0dUxpSTdjem94TXpvaVpXMWhhV3hmWkdWbVlYVnNkQ0k3Y3pveU56b2lSVzUwWlhJZ2VXOTFjaUJGYldGcGJDQkJaR1J5WlhOekxpNHVJanQ5Y3pveE16b2ljM1ZpYldsMFgySjFkSFJ2YmlJN1lUbzFOanA3Y3pvMk9pSmlkWFIwYjI0aU8yRTZNRHA3ZlhNNk9Eb2liRzlqWVhScGIyNGlPM002TXpZNkltOXdYMnhwWjJoMFltOTRYMjl3ZEdsdVgyWnZjbTFmYzNWaWJXbDBYMkoxZEhSdmJpSTdjem8zT2lKamIyNTBaVzUwSWp0ek9qQTZJaUk3Y3pvME9pSjBlWEJsSWp0ek9qRTZJakFpTzNNNk5Ub2lhVzFoWjJVaU8zTTZNRG9pSWp0ek9qRXlPaUpsYkdWdFpXNTBYM1I1Y0dVaU8zTTZNRG9pSWp0ek9qUTZJbWh5WldZaU8zTTZNRG9pSWp0ek9qRXdPaUp1WlhkZmQybHVaRzkzSWp0ek9qQTZJaUk3Y3pveU9pSmpZeUk3Y3pvd09pSWlPM002TlRvaVlXeHBaMjRpTzNNNk1Eb2lJanR6T2pRNkluUmxlSFFpTzNNNk1Eb2lJanR6T2prNkluUmxlSFJmYzJsNlpTSTdjem95T2lJek1pSTdjem94TURvaWRHVjRkRjlqYjJ4dmNpSTdjem8zT2lJak1EQXdNREF3SWp0ek9qazZJblJsZUhSZlptOXVkQ0k3Y3pvd09pSWlPM002T1RvaWRHVjRkRjlpYjJ4a0lqdHpPakU2SWpFaU8zTTZNVFE2SW5SbGVIUmZkVzVrWlhKc2FXNWxJanR6T2pBNklpSTdjem94TVRvaWRHVjRkRjlwZEdGc2FXTWlPM002TURvaUlqdHpPakU1T2lKMFpYaDBYMnhsZEhSbGNsOXpjR0ZqYVc1bklqdHpPakU2SWpBaU8zTTZNVE02SW5OMVluUmxlSFJmY0dGdVpXd2lPM002TURvaUlqdHpPamM2SW5OMVluUmxlSFFpTzNNNk1Eb2lJanR6T2pFeU9pSnpkV0owWlhoMFgzTnBlbVVpTzNNNk1Eb2lJanR6T2pFek9pSnpkV0owWlhoMFgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE1qb2ljM1ZpZEdWNGRGOW1iMjUwSWp0ek9qQTZJaUk3Y3pveE1qb2ljM1ZpZEdWNGRGOWliMnhrSWp0ek9qQTZJaUk3Y3pveE56b2ljM1ZpZEdWNGRGOTFibVJsY214cGJtVWlPM002TURvaUlqdHpPakUwT2lKemRXSjBaWGgwWDJsMFlXeHBZeUk3Y3pvd09pSWlPM002TWpJNkluTjFZblJsZUhSZmJHVjBkR1Z5WDNOd1lXTnBibWNpTzNNNk1Eb2lJanR6T2pFM09pSjBaWGgwWDNOb1lXUnZkMTl3WVc1bGJDSTdjem94T2lKWklqdHpPakl3T2lKMFpYaDBYM05vWVdSdmQxOTJaWEowYVdOaGJDSTdjem94T2lJeElqdHpPakl5T2lKMFpYaDBYM05vWVdSdmQxOW9iM0pwZW05dWRHRnNJanR6T2pFNklqQWlPM002TVRjNkluUmxlSFJmYzJoaFpHOTNYMk52Ykc5eUlqdHpPamM2SWlObVptWm1NREFpTzNNNk1UWTZJblJsZUhSZmMyaGhaRzkzWDJKc2RYSWlPM002TVRvaU1DSTdjem94TXpvaWMzUjViR2x1WjE5M2FXUjBhQ0k3Y3pvd09pSWlPM002TVRRNkluTjBlV3hwYm1kZmFHVnBaMmgwSWp0ek9qQTZJaUk3Y3pveU1Eb2ljM1I1YkdsdVoxOWliM0prWlhKZlkyOXNiM0lpTzNNNk56b2lJekF3TURBd01DSTdjem94T1RvaWMzUjViR2x1WjE5aWIzSmtaWEpmYzJsNlpTSTdjem94T2lJeElqdHpPakl4T2lKemRIbHNhVzVuWDJKdmNtUmxjbDl5WVdScGRYTWlPM002TVRvaU5pSTdjem95TWpvaWMzUjViR2x1WjE5aWIzSmtaWEpmYjNCaFkybDBlU0k3Y3pvek9pSXhNREFpTzNNNk1UWTZJbk4wZVd4cGJtZGZaM0poWkdsbGJuUWlPM002TURvaUlqdHpPakV6T2lKemRIbHNhVzVuWDNOb2FXNWxJanR6T2pFNklsa2lPM002TWpnNkluTjBlV3hwYm1kZlozSmhaR2xsYm5SZmMzUmhjblJmWTI5c2IzSWlPM002TnpvaUkyWm1abVl3TUNJN2N6b3lOam9pYzNSNWJHbHVaMTluY21Ga2FXVnVkRjlsYm1SZlkyOXNiM0lpTzNNNk56b2lJMlptWVRBek5TSTdjem94TnpvaVpISnZjRjl6YUdGa2IzZGZjR0Z1Wld3aU8zTTZNVG9pV1NJN2N6b3lNRG9pWkhKdmNGOXphR0ZrYjNkZmRtVnlkR2xqWVd3aU8zTTZNVG9pTVNJN2N6b3lNam9pWkhKdmNGOXphR0ZrYjNkZmFHOXlhWHB2Ym5SaGJDSTdjem94T2lJd0lqdHpPakUyT2lKa2NtOXdYM05vWVdSdmQxOWliSFZ5SWp0ek9qRTZJakVpTzNNNk1UZzZJbVJ5YjNCZmMyaGhaRzkzWDNOd2NtVmhaQ0k3Y3pveE9pSXdJanR6T2pFM09pSmtjbTl3WDNOb1lXUnZkMTlqYjJ4dmNpSTdjem8zT2lJak1EQXdNREF3SWp0ek9qRTVPaUprY205d1gzTm9ZV1J2ZDE5dmNHRmphWFI1SWp0ek9qSTZJalV3SWp0ek9qRTRPaUpwYm5ObGRGOXphR0ZrYjNkZmNHRnVaV3dpTzNNNk1Ub2lXU0k3Y3pveU1Ub2lhVzV6WlhSZmMyaGhaRzkzWDNabGNuUnBZMkZzSWp0ek9qRTZJakFpTzNNNk1qTTZJbWx1YzJWMFgzTm9ZV1J2ZDE5b2IzSnBlbTl1ZEdGc0lqdHpPakU2SWpBaU8zTTZNVGM2SW1sdWMyVjBYM05vWVdSdmQxOWliSFZ5SWp0ek9qRTZJakFpTzNNNk1UazZJbWx1YzJWMFgzTm9ZV1J2ZDE5emNISmxZV1FpTzNNNk1Ub2lNU0k3Y3pveE9Eb2lhVzV6WlhSZmMyaGhaRzkzWDJOdmJHOXlJanR6T2pjNklpTm1abVptTURBaU8zTTZNakE2SW1sdWMyVjBYM05vWVdSdmQxOXZjR0ZqYVhSNUlqdHpPakk2SWpVd0lqdDlmWE02TVRJNkltaDBiV3hmWTI5dWRHVnVkQ0k3WVRveE9udHpPamM2SW1OdmJuUmxiblFpTzNNNk1Eb2lJanQ5ZlE9PSI7czoxMzoiZXhpdF9yZWRpcmVjdCI7czo4ODoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSjFjbXdpTzNNNk1Eb2lJanR6T2pjNkltMWxjM05oWjJVaU8zTTZNRG9pSWp0OSI7czoxMzoibGF1bmNoX2Z1bm5lbCI7czoxOTI6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzVPaUptZFc1dVpXeGZhV1FpTzNNNk1Ub2lNU0k3Y3pveE5qb2laMkYwWlhkaGVWOXZkbVZ5Y21sa1pTSTdZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem80T2lKeVpXUnBjbVZqZENJN2N6b3dPaUlpTzNNNk5Eb2lZMjlrWlNJN2N6b3dPaUlpTzMxOSI7fQ=='),(26,'live trading room video','YToxOntzOjQ6ImJvZHkiO2E6NTp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM3OiJwYWRkaW5nLXRvcDo0MHB4O3BhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo1NjoiZXlKd1lXUmthVzVuVkc5d0lqb2lOREFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI0MjoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjI3XCIgZm9udF9mb250PVwiTW9udHNlcnJhdFwiIGZvbnRfc3R5bGU9XCJib2xkXCIgZm9udF9jb2xvcj1cIiMzMDMwMzBcIiBmb250X3NwYWNpbmc9XCItMVwiIGFsaWduPVwiY2VudGVyXCJdTGl2ZSBUcmFkaW5nIDxzcGFuIHN0eWxlPVwiY29sb3I6ICMxZTlhZTA7XCI+VGhlIFRyYWRpbmcgUm9vbcKuPC9zcGFuPiBHZXQgU3RhcnRlZCBOb3chWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM5OiJyb3cgZml2ZS1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxNzE3MTc7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToyMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhOekUzTVRjaUxDSndZV1JrYVc1blZHOXdJam9pTWpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI0OiJ0aHJlZS1maWZ0aHMgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI1NToiW3ZpZGVvX3BsYXllciB0eXBlPVwidXJsXCIgdXJsMT1cIlwiIHVybDI9XCJcIiB3aWR0aD1cIjU1MFwiIGhlaWdodD1cIjMwOVwiIGFsaWduPVwibGVmdFwiIG1hcmdpbl90b3A9XCIwXCIgbWFyZ2luX2JvdHRvbT1cIjBcIl1hSFIwY0RvdkwzQnNZWGxsY2k1MmFXMWxieTVqYjIwdlpYaDBaWEp1WVd3dk9UZzRNRE16TVRndWFHUXViWEEwUDNNOU56QTFOR1F4WXprM05HWXpaRFV6TkdVNE1HWTVObVV6WkdZeFpHWTFOVGs9Wy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6Mjk6InR3by1maWZ0aHMgY29sdW1uIGNvbHMgbmFycm93IjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNDQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyM1wiIGZvbnRfc3R5bGU9XCJub3JtYWxcIiBmb250X2NvbG9yPVwiI2VjZWJlNFwiIGFsaWduPVwibGVmdFwiXUxlYXJuIEhvdyB0byBCZWNvbWUgYSBRdWFudCBUcmFkZXJbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyOToiZWxlbWVudC1jb250YWluZXIgY2YgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3MTY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjZWVlYmRkXCIgYm90dG9tX3BhZGRpbmc9XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjM2NFwiIGxpbmVfaGVpZ2h0PVwiMjJcIl1XYXRjaCBob3cgUmlvc1F1YW50IHBlcmZvcm1hbmNlIGNvYWNoIEVQIFByZXN0b24gdG9vayBvdmVyICQxLDMwMCBpbiBwcm9maXRzIGR1cmluZyBGcmlkYXlcJ3MgdHJhZGluZyByb29tIGluIGxpdmUgbWFya2V0cy4gSWYgeW91IGxpa2Ugd2hhdCB5b3Ugc2VlLCB0aGVuIHNpZ24gdXAgZm9yIGEgZnJlZSB0cmlhbCBvZiB0aGUgUmlvc1F1YW50IFRyYWRpbmcgVGVjaG5vbG9neSBhbmQgZ2FpbiBhY2Nlc3MgdG8gYSByZWFsIGxpdmUgdHJhZGluZyByb29tLiBZb3Ugd2lsbCByZWNlaXZlIGNvbXByZWhlbnNpdmUgdHJhaW5pbmcgaW5jbHVkaW5nIHRoZSBjb25jZXB0LCBtZXRob2RzIGFuZCB0b29scyBpbiBhbiBlYXN5IHRvIHVuZGVyc3RhbmQgc3RlcC1ieS1zdGVwIGZvcm1hdC4gVGhlIGV4YWN0IGxvZ2ljIGlzIHJldmVhbGVkIHdpdGggYWxsIHRoZSBuZWNlc3NhcnkgcnVsZXMgbmVlZGVkIGZvciB1bmRlcnN0YW5kaW5nIGFuZCBpbXBsZW1lbnRpbmcgdGhlIFJpb3NRdWFudCBhcHByb2FjaCB0byB0cmFkaW5nIHRoZSBnbG9iYWwgbWFya2V0cy5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE1ODg6IltvcHRpbl9ib3ggc3R5bGU9XCIxNFwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNDM5MzYwXCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIxXCIgdGV4dD1cIkNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hcIiB0ZXh0X3NpemU9XCIxOFwiIHRleHRfY29sb3I9XCIjNTA0MjEwXCIgdGV4dF9mb250PVwiSGVsdmV0aWNhO2RlZmF1bHRcIiB0ZXh0X2JvbGQ9XCJZXCIgdGV4dF9sZXR0ZXJfc3BhY2luZz1cIjBcIiB0ZXh0X3NoYWRvd19wYW5lbD1cIllcIiB0ZXh0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiB0ZXh0X3NoYWRvd19ob3Jpem9udGFsPVwiMFwiIHRleHRfc2hhZG93X2NvbG9yPVwiI2ZmZmY5ZVwiIHRleHRfc2hhZG93X2JsdXI9XCIwXCIgc3R5bGluZ193aWR0aD1cIjEwMFwiIHN0eWxpbmdfaGVpZ2h0PVwiMTRcIiBzdHlsaW5nX2JvcmRlcl9jb2xvcj1cIiNkNjkzMDBcIiBzdHlsaW5nX2JvcmRlcl9zaXplPVwiMVwiIHN0eWxpbmdfYm9yZGVyX3JhZGl1cz1cIjZcIiBzdHlsaW5nX2JvcmRlcl9vcGFjaXR5PVwiMTAwXCIgc3R5bGluZ19ncmFkaWVudF9zdGFydF9jb2xvcj1cIiNmZmNmMGFcIiBzdHlsaW5nX2dyYWRpZW50X2VuZF9jb2xvcj1cIiNmZmRhMjJcIiBkcm9wX3NoYWRvd19wYW5lbD1cIllcIiBkcm9wX3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBkcm9wX3NoYWRvd19ob3Jpem9udGFsPVwiMFwiIGRyb3Bfc2hhZG93X2JsdXI9XCIxXCIgZHJvcF9zaGFkb3dfc3ByZWFkPVwiMFwiIGRyb3Bfc2hhZG93X2NvbG9yPVwiIzAwMDAwMFwiIGRyb3Bfc2hhZG93X29wYWNpdHk9XCIxMFwiIGluc2V0X3NoYWRvd19wYW5lbD1cIllcIiBpbnNldF9zaGFkb3dfdmVydGljYWw9XCIxXCIgaW5zZXRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgaW5zZXRfc2hhZG93X2JsdXI9XCIwXCIgaW5zZXRfc2hhZG93X3NwcmVhZD1cIjBcIiBpbnNldF9zaGFkb3dfY29sb3I9XCIjZmZlNTkwXCIgaW5zZXRfc2hhZG93X29wYWNpdHk9XCIxMDBcIiBsb2NhdGlvbj1cIm9wdGluX2JveF9zdHlsZV8xNFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1DbGljayBoZXJlIGFuZCBjaGVjayB5b3VyIGluYm94Wy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mzg6ImVsZW1lbnQtY29udGFpbmVyIGNmIHBhZC1sZWZ0IGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU5MzoiYmFja2dyb3VuZDojZmNmY2ZjO2JhY2tncm91bmQ6LXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgY29sb3Itc3RvcCgwJSwgI2ZjZmNmYyksIGNvbG9yLXN0b3AoMTAwJSwgI2Y1ZjVmNSkpO2JhY2tncm91bmQ6LXdlYmtpdC1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1vei1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1zLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotby1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6bGluZWFyLWdyYWRpZW50KHRvIGJvdHRvbSwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtmaWx0ZXI6cHJvZ2lkOkRYSW1hZ2VUcmFuc2Zvcm0uTWljcm9zb2Z0LmdyYWRpZW50KHN0YXJ0Q29sb3JzdHI9I2ZjZmNmYywgZW5kQ29sb3JzdHI9I2Y1ZjVmNSwgR3JhZGllbnRUeXBlPTApO3BhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjE0MDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tWTJaalptTWlMQ0ppWVdOclozSnZkVzVrUTI5c2IzSkZibVFpT2lJalpqVm1OV1kxSWl3aWNHRmtaR2x1WjFSdmNDSTZJakl3SWl3aWNHRmtaR2x1WjBKdmRIUnZiU0k2SWpFMUluMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fWk6NDthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjEwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1UQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX19','YToxMzp7czo1OiJ0aGVtZSI7czo2ODoiWVRveU9udHpPalE2SW5SNWNHVWlPM002T1RvaWJXRnlhMlYwYVc1bklqdHpPak02SW1ScGNpSTdjem94T2lJeElqdDkiO3M6MTM6ImhlYWRlcl9sYXlvdXQiO3M6MTA3MjoiWVRveE1EcDdjem8wT2lKc2IyZHZJanR6T2pjNE9pSm9kSFJ3T2k4dmQzZDNMblJvWlhSeVlXUnBibWR5YjI5dExtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE5DOHdNeTlUWVcxd2JHVk1iMmR2TFVSaGNtc3hNaTV3Ym1jaU8zTTZOVG9pWW1kcGJXY2lPM002TURvaUlqdHpPakV4T2lKeVpYQmxZWFJpWjJsdFp5STdjem93T2lJaU8zTTZOem9pWW1kamIyeHZjaUk3Y3pvM09pSWpaakJsWm1Zd0lqdHpPakV3T2lKc2FXNXJYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hNem9pYldWdWRTMXdiM05wZEdsdmJpSTdjem81T2lKaGJHOXVaM05wWkdVaU8zTTZOem9pWlc1aFlteGxaQ0k3Y3pveE9pSk9JanR6T2pFek9pSnVZWFpmWW1GeVgyRmliM1psSWp0aE9qYzZlM002TnpvaVpXNWhZbXhsWkNJN2N6b3hPaUpPSWp0ek9qTTZJbTVoZGlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmMyaGhaRzkzSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5M1pXbG5hSFFpTzNNNk1Eb2lJanR6T2prNkltWnZiblJmYzJsNlpTSTdjem93T2lJaU8zTTZNVEU2SW1admJuUmZabUZ0YVd4NUlqdHpPakE2SWlJN2N6bzBPaUpzYjJkdklqdHpPakE2SWlJN2ZYTTZNVE02SW01aGRsOWlZWEpmWW1Wc2IzY2lPMkU2TnpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TXpvaWJtRjJJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjl6YUdGa2IzY2lPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM2RsYVdkb2RDSTdjem93T2lJaU8zTTZPVG9pWm05dWRGOXphWHBsSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1Eb2lJanR6T2pRNklteHZaMjhpTzNNNk1Eb2lJanQ5Y3pveE56b2libUYyWDJKaGNsOWhiRzl1WjNOcFpHVWlPMkU2TmpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TXpvaWJtRjJJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjl6YUdGa2IzY2lPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM2RsYVdkb2RDSTdjem93T2lJaU8zTTZPVG9pWm05dWRGOXphWHBsSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1Eb2lJanQ5ZlE9PSI7czoxMjoiZmVhdHVyZV9hcmVhIjtzOjEyMDoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvME9pSjBlWEJsSWp0cE9qRTdjem80T2lKelpYUjBhVzVuY3lJN1lUb3hPbnR6T2pFeU9pSm1iMjUwWDI5d2RHbHZibk1pTzJFNk1EcDdmWDE5IjtzOjEzOiJmZWF0dXJlX3RpdGxlIjtzOjY0OiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8xT2lKMGFYUnNaU0k3Y3pvd09pSWlPMzA9IjtzOjExOiJmb290ZXJfYXJlYSI7czozNjA6IllUbzRPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNam9pTkRBaU8zTTZNVEU2SW1admJuUmZjMmhoWkc5M0lqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOTNaV2xuYUhRaU8zTTZNRG9pSWp0ek9qazZJbVp2Ym5SZmMybDZaU0k3Y3pvd09pSWlPM002TVRFNkltWnZiblJmWm1GdGFXeDVJanR6T2pBNklpSTdjem94TWpvaWJHRnlaMlZmWm05dmRHVnlJanRoT2pFNmUzTTZOem9pWlc1aFlteGxaQ0k3Y3pveE9pSk9JanQ5Y3pveE56b2labTl2ZEdWeVgyUnBjMk5zWVdsdFpYSWlPMkU2TWpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TnpvaWJXVnpjMkZuWlNJN2N6b3dPaUlpTzMxOSI7czoxMDoidHlwb2dyYXBoeSI7czoxNTI0OiJZVG95T250ek9qRXpPaUptYjI1MFgyVnNaVzFsYm5SeklqdGhPams2ZTNNNk1UQTZJbk5wZEdWZmRHbDBiR1VpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pBNklpSTdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pvM09pSjBZV2RzYVc1bElqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3dPaUlpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZOem9pWkdWbVlYVnNkQ0k3WVRvME9udHpPalE2SW5OcGVtVWlPM002TWpvaU1UVWlPM002TkRvaVptOXVkQ0k3Y3pveE5Ub2lVMjkxY21ObElGTmhibk1nVUhKdklqdHpPalU2SW5OMGVXeGxJanR6T2pBNklpSTdjem8xT2lKamIyeHZjaUk3Y3pvME9pSWpORFEwSWp0OWN6b3lPaUpvTVNJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1UVTZJbE52ZFhKalpTQlRZVzV6SUZCeWJ5STdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pveU9pSm9NaUk3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TVRVNklsTnZkWEpqWlNCVFlXNXpJRkJ5YnlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem95T2lKb015STdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZNRG9pSWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zMXpPakk2SW1nMElqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3dPaUlpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qQTZJaUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTmlJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1Eb2lJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzMxOWN6b3hORG9pWTI5c2IzSmZaV3hsYldWdWRITWlPMkU2TmpwN2N6b3hOem9pWm05dmRHVnlYM1JsZUhSZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFM09pSm1iMjkwWlhKZmJHbHVhMTlqYjJ4dmNpSTdjem93T2lJaU8zTTZNak02SW1admIzUmxjbDlzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanR6T2pBNklpSTdjem94T0RvaVptVmhkSFZ5WlY5MFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hPRG9pWm1WaGRIVnlaVjlzYVc1clgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveU5Eb2labVZoZEhWeVpWOXNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdHpPakE2SWlJN2ZYMD0iO3M6MjE6ImNvbG9yX3NjaGVtZV9hZHZhbmNlZCI7czoyNDIwOiJZVG8zT250ek9qRXpPaUp1WVhaZlltRnlYMkZpYjNabElqdGhPakV3T250ek9qRXpPaUp1WVhaZlltRnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hNVG9pYm1GMlgySmhjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRTVPaUp1WVhaZlltRnlYMmh2ZG1WeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE56b2libUYyWDJKaGNsOW9iM1psY2w5bGJtUWlPM002TURvaUlqdHpPakV3T2lKdVlYWmZZbUZ5WDJKbklqdHpPakE2SWlJN2N6b3lNam9pYm1GMlgySmhjbDlpWjE5b2IzWmxjbDl6ZEdGeWRDSTdjem93T2lJaU8zTTZNVFU2SW01aGRsOWlZWEpmWkdSZmJHbHVheUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlpHUmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRXlPaUp1WVhaZlltRnlYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRXpPaUp1WVhaZlltRnlYMmh2ZG1WeUlqdHpPakE2SWlJN2ZYTTZNVE02SW01aGRsOWlZWEpmWW1Wc2IzY2lPMkU2TVRBNmUzTTZNVE02SW01aGRsOWlZWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakV4T2lKdVlYWmZZbUZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVGs2SW01aGRsOWlZWEpmYUc5MlpYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRTNPaUp1WVhaZlltRnlYMmh2ZG1WeVgyVnVaQ0k3Y3pvd09pSWlPM002TVRBNkltNWhkbDlpWVhKZlltY2lPM002TURvaUlqdHpPakl5T2lKdVlYWmZZbUZ5WDJKblgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TlRvaWJtRjJYMkpoY2w5a1pGOXNhVzVySWp0ek9qQTZJaUk3Y3pveE5qb2libUYyWDJKaGNsOWtaRjlvYjNabGNpSTdjem93T2lJaU8zTTZNVEk2SW01aGRsOWlZWEpmYkdsdWF5STdjem93T2lJaU8zTTZNVE02SW01aGRsOWlZWEpmYUc5MlpYSWlPM002TURvaUlqdDljem94TnpvaWJtRjJYMkpoY2w5aGJHOXVaM05wWkdVaU8yRTZOenA3Y3pveE1Eb2libUYyWDJKaGNsOWlaeUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlltZGZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qSXdPaUp1WVhaZlltRnlYMkpuWDI1aGRsOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRTFPaUp1WVhaZlltRnlYMlJrWDJ4cGJtc2lPM002TURvaUlqdHpPakUyT2lKdVlYWmZZbUZ5WDJSa1gyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1USTZJbVpsWVhSMWNtVmZZWEpsWVNJN1lUbzNPbnR6T2pFek9pSm1aV0YwZFhKbFgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2labVZoZEhWeVpWOWxibVFpTzNNNk1Eb2lJanR6T2pFd09pSjBaWGgwWDJOdmJHOXlJanR6T2pBNklpSTdjem94TURvaWJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TVRZNklteHBibXRmYUc5MlpYSmZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMXpPakk2SW1KbklqdHpPakE2SWlJN2N6b3hNRG9pWW1kZmIzQjBhVzl1Y3lJN2N6b3dPaUlpTzMxek9qRXpPaUptWldGMGRYSmxYM1JwZEd4bElqdGhPak02ZTNNNk1UazZJbVpsWVhSMWNtVmZkR2wwYkdWZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSm1aV0YwZFhKbFgzUnBkR3hsWDJWdVpDSTdjem93T2lJaU8zTTZNalE2SW1abFlYUjFjbVZmZEdsMGJHVmZkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPMzF6T2pZNkltWnZiM1JsY2lJN1lUbzFPbnR6T2pFeU9pSm1iMjkwWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFd09pSm1iMjkwWlhKZlpXNWtJanR6T2pBNklpSTdjem94TnpvaVptOXZkR1Z5WDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTNPaUptYjI5MFpYSmZiR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlhNNk1qTTZJbVp2YjNSbGNsOXNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdGhPakk2ZTNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTFPaUowWlhoMFgyUmxZMjl5WVhScGIyNGlPM002TURvaUlqdDlmWE02TkRvaWNHRm5aU0k3WVRvME9udHpPakV5T2lKeVpYQmxZWFJwYm1kZlltY2lPM002TURvaUlqdHpPamc2SW1KblgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE1Eb2liR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlhNNk1UWTZJbXhwYm10ZmFHOTJaWEpmWTI5c2IzSWlPMkU2TWpwN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zTTZNVFU2SW5SbGVIUmZaR1ZqYjNKaGRHbHZiaUk3Y3pvd09pSWlPMzE5ZlE9PSI7czoxNToibW9iaWxlX3JlZGlyZWN0IjtzOjYwOiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdDkiO3M6Mzoic2VvIjtzOjE5MjoiWVRvMk9udHpPalU2SW5ScGRHeGxJanR6T2pBNklpSTdjem94TVRvaVpHVnpZM0pwY0hScGIyNGlPM002TURvaUlqdHpPamc2SW10bGVYZHZjbVJ6SWp0ek9qQTZJaUk3Y3pvM09pSnZaM1JwZEd4bElqdHpPakE2SWlJN2N6b3hNem9pYjJka1pYTmpjbWx3ZEdsdmJpSTdjem93T2lJaU8zTTZOem9pYjJkcGJXRm5aU0k3Y3pvd09pSWlPMzA9IjtzOjc6InNjcmlwdHMiO3M6MzQ4OiJZVG94T250cE9qQTdZVG95T250ek9qZzZJbkJ2YzJsMGFXOXVJanR6T2pNNkltTnpjeUk3Y3pvMk9pSnpZM0pwY0hRaU8zTTZNVGsyT2lKTWJUbDNaRWRzZFV4WFNuWmxRekI0VGtOQ2NHSnVRakZrUTNkblRHMDVkMlJIYkhWTVYwcDJaVU13ZUU1RFFuQmlia0l4WkVSd2JXSXlUakZqZVVJM1dtMDVkV1JETVROYVYyeHVZVWhSTmsxNlFYZFBNekJMVEcwNWQyUkhiSFZNVjBwMlpVTXdlRTVEUW5kTWJrSjVZVmhhYUZremEyZGxNazUyWWtjNWVVOXBUVFJQUkdjM1dtMDVkV1JETVhwaFdIQnNUMnBGZW1OSVp6ZGpSMFpyV2tkc2RWcDVNVEJpTTBFMlRsaENORTh5T1hkWlYwNXdaRWhyTmsxRE5EUm1VVDA5SWp0OWZRPT0iO3M6ODoiZmJfc2hhcmUiO3M6MTI0OiJZVG8wT250ek9qVTZJblJwZEd4bElqdHpPakE2SWlJN2N6b3hNVG9pWkdWelkzSnBjSFJwYjI0aU8zTTZNRG9pSWp0ek9qVTZJbWx0WVdkbElqdHpPakE2SWlJN2N6bzRPaUpzYVd0bFgzVnliQ0k3Y3pvd09pSWlPMzA9IjtzOjEzOiJleGl0X3JlZGlyZWN0IjtzOjg4OiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdHpPamM2SW0xbGMzTmhaMlVpTzNNNk1Eb2lJanQ5IjtzOjEzOiJsYXVuY2hfZnVubmVsIjtzOjE5MjoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvNU9pSm1kVzV1Wld4ZmFXUWlPM002TVRvaU1TSTdjem94TmpvaVoyRjBaWGRoZVY5dmRtVnljbWxrWlNJN1lUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzRPaUp5WldScGNtVmpkQ0k3Y3pvd09pSWlPM002TkRvaVkyOWtaU0k3Y3pvd09pSWlPMzE5Ijt9'),(27,'live trading room google','YToxOntzOjQ6ImJvZHkiO2E6NTp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM3OiJwYWRkaW5nLXRvcDo0MHB4O3BhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo1NjoiZXlKd1lXUmthVzVuVkc5d0lqb2lOREFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI0MjoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjI3XCIgZm9udF9mb250PVwiTW9udHNlcnJhdFwiIGZvbnRfc3R5bGU9XCJib2xkXCIgZm9udF9jb2xvcj1cIiMzMDMwMzBcIiBmb250X3NwYWNpbmc9XCItMVwiIGFsaWduPVwiY2VudGVyXCJdTGl2ZSBUcmFkaW5nIDxzcGFuIHN0eWxlPVwiY29sb3I6ICMxZTlhZTA7XCI+VGhlIFRyYWRpbmcgUm9vbcKuPC9zcGFuPiBHZXQgU3RhcnRlZCBOb3chWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM5OiJyb3cgZml2ZS1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxNzE3MTc7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToyMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhOekUzTVRjaUxDSndZV1JrYVc1blZHOXdJam9pTWpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI0OiJ0aHJlZS1maWZ0aHMgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI1NToiW3ZpZGVvX3BsYXllciB0eXBlPVwidXJsXCIgdXJsMT1cIlwiIHVybDI9XCJcIiB3aWR0aD1cIjU1MFwiIGhlaWdodD1cIjMwOVwiIGFsaWduPVwibGVmdFwiIG1hcmdpbl90b3A9XCIwXCIgbWFyZ2luX2JvdHRvbT1cIjBcIl1hSFIwY0RvdkwzQnNZWGxsY2k1MmFXMWxieTVqYjIwdlpYaDBaWEp1WVd3dk9UZzRNRE16TVRndWFHUXViWEEwUDNNOU56QTFOR1F4WXprM05HWXpaRFV6TkdVNE1HWTVObVV6WkdZeFpHWTFOVGs9Wy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODU6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNi9lcC1saXZlLXRyYWRpbmctZ3JheS0zMDB4MjE3LmpwZ1wiIHdpZHRoPVwiMzAwXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6Mjk6InR3by1maWZ0aHMgY29sdW1uIGNvbHMgbmFycm93IjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNDQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyM1wiIGZvbnRfc3R5bGU9XCJub3JtYWxcIiBmb250X2NvbG9yPVwiI2VjZWJlNFwiIGFsaWduPVwibGVmdFwiXUxlYXJuIEhvdyB0byBCZWNvbWUgYSBRdWFudCBUcmFkZXJbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyOToiZWxlbWVudC1jb250YWluZXIgY2YgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3MTY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjZWVlYmRkXCIgYm90dG9tX3BhZGRpbmc9XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjM2NFwiIGxpbmVfaGVpZ2h0PVwiMjJcIl1XYXRjaCBob3cgUmlvc1F1YW50IHBlcmZvcm1hbmNlIGNvYWNoIEVQIFByZXN0b24gdG9vayBvdmVyICQxLDMwMCBpbiBwcm9maXRzIGR1cmluZyBGcmlkYXlcJ3MgdHJhZGluZyByb29tIGluIGxpdmUgbWFya2V0cy4gSWYgeW91IGxpa2Ugd2hhdCB5b3Ugc2VlLCB0aGVuIHNpZ24gdXAgZm9yIGEgZnJlZSB0cmlhbCBvZiB0aGUgUmlvc1F1YW50IFRyYWRpbmcgVGVjaG5vbG9neSBhbmQgZ2FpbiBhY2Nlc3MgdG8gYSByZWFsIGxpdmUgdHJhZGluZyByb29tLiBZb3Ugd2lsbCByZWNlaXZlIGNvbXByZWhlbnNpdmUgdHJhaW5pbmcgaW5jbHVkaW5nIHRoZSBjb25jZXB0LCBtZXRob2RzIGFuZCB0b29scyBpbiBhbiBlYXN5IHRvIHVuZGVyc3RhbmQgc3RlcC1ieS1zdGVwIGZvcm1hdC4gVGhlIGV4YWN0IGxvZ2ljIGlzIHJldmVhbGVkIHdpdGggYWxsIHRoZSBuZWNlc3NhcnkgcnVsZXMgbmVlZGVkIGZvciB1bmRlcnN0YW5kaW5nIGFuZCBpbXBsZW1lbnRpbmcgdGhlIFJpb3NRdWFudCBhcHByb2FjaCB0byB0cmFkaW5nIHRoZSBnbG9iYWwgbWFya2V0cy5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE1ODg6IltvcHRpbl9ib3ggc3R5bGU9XCIxNFwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNDkzMjgxXCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIxXCIgdGV4dD1cIkNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hcIiB0ZXh0X3NpemU9XCIxOFwiIHRleHRfY29sb3I9XCIjNTA0MjEwXCIgdGV4dF9mb250PVwiSGVsdmV0aWNhO2RlZmF1bHRcIiB0ZXh0X2JvbGQ9XCJZXCIgdGV4dF9sZXR0ZXJfc3BhY2luZz1cIjBcIiB0ZXh0X3NoYWRvd19wYW5lbD1cIllcIiB0ZXh0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiB0ZXh0X3NoYWRvd19ob3Jpem9udGFsPVwiMFwiIHRleHRfc2hhZG93X2NvbG9yPVwiI2ZmZmY5ZVwiIHRleHRfc2hhZG93X2JsdXI9XCIwXCIgc3R5bGluZ193aWR0aD1cIjEwMFwiIHN0eWxpbmdfaGVpZ2h0PVwiMTRcIiBzdHlsaW5nX2JvcmRlcl9jb2xvcj1cIiNkNjkzMDBcIiBzdHlsaW5nX2JvcmRlcl9zaXplPVwiMVwiIHN0eWxpbmdfYm9yZGVyX3JhZGl1cz1cIjZcIiBzdHlsaW5nX2JvcmRlcl9vcGFjaXR5PVwiMTAwXCIgc3R5bGluZ19ncmFkaWVudF9zdGFydF9jb2xvcj1cIiNmZmNmMGFcIiBzdHlsaW5nX2dyYWRpZW50X2VuZF9jb2xvcj1cIiNmZmRhMjJcIiBkcm9wX3NoYWRvd19wYW5lbD1cIllcIiBkcm9wX3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBkcm9wX3NoYWRvd19ob3Jpem9udGFsPVwiMFwiIGRyb3Bfc2hhZG93X2JsdXI9XCIxXCIgZHJvcF9zaGFkb3dfc3ByZWFkPVwiMFwiIGRyb3Bfc2hhZG93X2NvbG9yPVwiIzAwMDAwMFwiIGRyb3Bfc2hhZG93X29wYWNpdHk9XCIxMFwiIGluc2V0X3NoYWRvd19wYW5lbD1cIllcIiBpbnNldF9zaGFkb3dfdmVydGljYWw9XCIxXCIgaW5zZXRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgaW5zZXRfc2hhZG93X2JsdXI9XCIwXCIgaW5zZXRfc2hhZG93X3NwcmVhZD1cIjBcIiBpbnNldF9zaGFkb3dfY29sb3I9XCIjZmZlNTkwXCIgaW5zZXRfc2hhZG93X29wYWNpdHk9XCIxMDBcIiBsb2NhdGlvbj1cIm9wdGluX2JveF9zdHlsZV8xNFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1DbGljayBoZXJlIGFuZCBjaGVjayB5b3VyIGluYm94Wy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mzg6ImVsZW1lbnQtY29udGFpbmVyIGNmIHBhZC1sZWZ0IGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU5MzoiYmFja2dyb3VuZDojZmNmY2ZjO2JhY2tncm91bmQ6LXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgY29sb3Itc3RvcCgwJSwgI2ZjZmNmYyksIGNvbG9yLXN0b3AoMTAwJSwgI2Y1ZjVmNSkpO2JhY2tncm91bmQ6LXdlYmtpdC1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1vei1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1zLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotby1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6bGluZWFyLWdyYWRpZW50KHRvIGJvdHRvbSwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtmaWx0ZXI6cHJvZ2lkOkRYSW1hZ2VUcmFuc2Zvcm0uTWljcm9zb2Z0LmdyYWRpZW50KHN0YXJ0Q29sb3JzdHI9I2ZjZmNmYywgZW5kQ29sb3JzdHI9I2Y1ZjVmNSwgR3JhZGllbnRUeXBlPTApO3BhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjE0MDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tWTJaalptTWlMQ0ppWVdOclozSnZkVzVrUTI5c2IzSkZibVFpT2lJalpqVm1OV1kxSWl3aWNHRmtaR2x1WjFSdmNDSTZJakl3SWl3aWNHRmtaR2x1WjBKdmRIUnZiU0k2SWpFMUluMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fWk6NDthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjEwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1UQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX19','YToxMzp7czo1OiJ0aGVtZSI7czo2ODoiWVRveU9udHpPalE2SW5SNWNHVWlPM002T1RvaWJXRnlhMlYwYVc1bklqdHpPak02SW1ScGNpSTdjem94T2lJeElqdDkiO3M6MTM6ImhlYWRlcl9sYXlvdXQiO3M6MTA3MjoiWVRveE1EcDdjem8wT2lKc2IyZHZJanR6T2pjNE9pSm9kSFJ3T2k4dmQzZDNMblJvWlhSeVlXUnBibWR5YjI5dExtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE5DOHdNeTlUWVcxd2JHVk1iMmR2TFVSaGNtc3hNaTV3Ym1jaU8zTTZOVG9pWW1kcGJXY2lPM002TURvaUlqdHpPakV4T2lKeVpYQmxZWFJpWjJsdFp5STdjem93T2lJaU8zTTZOem9pWW1kamIyeHZjaUk3Y3pvM09pSWpaakJsWm1Zd0lqdHpPakV3T2lKc2FXNXJYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hNem9pYldWdWRTMXdiM05wZEdsdmJpSTdjem81T2lKaGJHOXVaM05wWkdVaU8zTTZOem9pWlc1aFlteGxaQ0k3Y3pveE9pSk9JanR6T2pFek9pSnVZWFpmWW1GeVgyRmliM1psSWp0aE9qYzZlM002TnpvaVpXNWhZbXhsWkNJN2N6b3hPaUpPSWp0ek9qTTZJbTVoZGlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmMyaGhaRzkzSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5M1pXbG5hSFFpTzNNNk1Eb2lJanR6T2prNkltWnZiblJmYzJsNlpTSTdjem93T2lJaU8zTTZNVEU2SW1admJuUmZabUZ0YVd4NUlqdHpPakE2SWlJN2N6bzBPaUpzYjJkdklqdHpPakE2SWlJN2ZYTTZNVE02SW01aGRsOWlZWEpmWW1Wc2IzY2lPMkU2TnpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TXpvaWJtRjJJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjl6YUdGa2IzY2lPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM2RsYVdkb2RDSTdjem93T2lJaU8zTTZPVG9pWm05dWRGOXphWHBsSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1Eb2lJanR6T2pRNklteHZaMjhpTzNNNk1Eb2lJanQ5Y3pveE56b2libUYyWDJKaGNsOWhiRzl1WjNOcFpHVWlPMkU2TmpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TXpvaWJtRjJJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjl6YUdGa2IzY2lPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM2RsYVdkb2RDSTdjem93T2lJaU8zTTZPVG9pWm05dWRGOXphWHBsSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1Eb2lJanQ5ZlE9PSI7czoxMjoiZmVhdHVyZV9hcmVhIjtzOjEyMDoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvME9pSjBlWEJsSWp0cE9qRTdjem80T2lKelpYUjBhVzVuY3lJN1lUb3hPbnR6T2pFeU9pSm1iMjUwWDI5d2RHbHZibk1pTzJFNk1EcDdmWDE5IjtzOjEzOiJmZWF0dXJlX3RpdGxlIjtzOjY0OiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8xT2lKMGFYUnNaU0k3Y3pvd09pSWlPMzA9IjtzOjExOiJmb290ZXJfYXJlYSI7czozNjA6IllUbzRPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNam9pTkRBaU8zTTZNVEU2SW1admJuUmZjMmhoWkc5M0lqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOTNaV2xuYUhRaU8zTTZNRG9pSWp0ek9qazZJbVp2Ym5SZmMybDZaU0k3Y3pvd09pSWlPM002TVRFNkltWnZiblJmWm1GdGFXeDVJanR6T2pBNklpSTdjem94TWpvaWJHRnlaMlZmWm05dmRHVnlJanRoT2pFNmUzTTZOem9pWlc1aFlteGxaQ0k3Y3pveE9pSk9JanQ5Y3pveE56b2labTl2ZEdWeVgyUnBjMk5zWVdsdFpYSWlPMkU2TWpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TnpvaWJXVnpjMkZuWlNJN2N6b3dPaUlpTzMxOSI7czoxMDoidHlwb2dyYXBoeSI7czoxNTI0OiJZVG95T250ek9qRXpPaUptYjI1MFgyVnNaVzFsYm5SeklqdGhPams2ZTNNNk1UQTZJbk5wZEdWZmRHbDBiR1VpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pBNklpSTdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pvM09pSjBZV2RzYVc1bElqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3dPaUlpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZOem9pWkdWbVlYVnNkQ0k3WVRvME9udHpPalE2SW5OcGVtVWlPM002TWpvaU1UVWlPM002TkRvaVptOXVkQ0k3Y3pveE5Ub2lVMjkxY21ObElGTmhibk1nVUhKdklqdHpPalU2SW5OMGVXeGxJanR6T2pBNklpSTdjem8xT2lKamIyeHZjaUk3Y3pvME9pSWpORFEwSWp0OWN6b3lPaUpvTVNJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1UVTZJbE52ZFhKalpTQlRZVzV6SUZCeWJ5STdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pveU9pSm9NaUk3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TVRVNklsTnZkWEpqWlNCVFlXNXpJRkJ5YnlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem95T2lKb015STdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZNRG9pSWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zMXpPakk2SW1nMElqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3dPaUlpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qQTZJaUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTmlJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1Eb2lJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzMxOWN6b3hORG9pWTI5c2IzSmZaV3hsYldWdWRITWlPMkU2TmpwN2N6b3hOem9pWm05dmRHVnlYM1JsZUhSZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFM09pSm1iMjkwWlhKZmJHbHVhMTlqYjJ4dmNpSTdjem93T2lJaU8zTTZNak02SW1admIzUmxjbDlzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanR6T2pBNklpSTdjem94T0RvaVptVmhkSFZ5WlY5MFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hPRG9pWm1WaGRIVnlaVjlzYVc1clgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveU5Eb2labVZoZEhWeVpWOXNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdHpPakE2SWlJN2ZYMD0iO3M6MjE6ImNvbG9yX3NjaGVtZV9hZHZhbmNlZCI7czoyNDIwOiJZVG8zT250ek9qRXpPaUp1WVhaZlltRnlYMkZpYjNabElqdGhPakV3T250ek9qRXpPaUp1WVhaZlltRnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hNVG9pYm1GMlgySmhjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRTVPaUp1WVhaZlltRnlYMmh2ZG1WeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE56b2libUYyWDJKaGNsOW9iM1psY2w5bGJtUWlPM002TURvaUlqdHpPakV3T2lKdVlYWmZZbUZ5WDJKbklqdHpPakE2SWlJN2N6b3lNam9pYm1GMlgySmhjbDlpWjE5b2IzWmxjbDl6ZEdGeWRDSTdjem93T2lJaU8zTTZNVFU2SW01aGRsOWlZWEpmWkdSZmJHbHVheUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlpHUmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRXlPaUp1WVhaZlltRnlYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRXpPaUp1WVhaZlltRnlYMmh2ZG1WeUlqdHpPakE2SWlJN2ZYTTZNVE02SW01aGRsOWlZWEpmWW1Wc2IzY2lPMkU2TVRBNmUzTTZNVE02SW01aGRsOWlZWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakV4T2lKdVlYWmZZbUZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVGs2SW01aGRsOWlZWEpmYUc5MlpYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRTNPaUp1WVhaZlltRnlYMmh2ZG1WeVgyVnVaQ0k3Y3pvd09pSWlPM002TVRBNkltNWhkbDlpWVhKZlltY2lPM002TURvaUlqdHpPakl5T2lKdVlYWmZZbUZ5WDJKblgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TlRvaWJtRjJYMkpoY2w5a1pGOXNhVzVySWp0ek9qQTZJaUk3Y3pveE5qb2libUYyWDJKaGNsOWtaRjlvYjNabGNpSTdjem93T2lJaU8zTTZNVEk2SW01aGRsOWlZWEpmYkdsdWF5STdjem93T2lJaU8zTTZNVE02SW01aGRsOWlZWEpmYUc5MlpYSWlPM002TURvaUlqdDljem94TnpvaWJtRjJYMkpoY2w5aGJHOXVaM05wWkdVaU8yRTZOenA3Y3pveE1Eb2libUYyWDJKaGNsOWlaeUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlltZGZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qSXdPaUp1WVhaZlltRnlYMkpuWDI1aGRsOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRTFPaUp1WVhaZlltRnlYMlJrWDJ4cGJtc2lPM002TURvaUlqdHpPakUyT2lKdVlYWmZZbUZ5WDJSa1gyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1USTZJbVpsWVhSMWNtVmZZWEpsWVNJN1lUbzNPbnR6T2pFek9pSm1aV0YwZFhKbFgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2labVZoZEhWeVpWOWxibVFpTzNNNk1Eb2lJanR6T2pFd09pSjBaWGgwWDJOdmJHOXlJanR6T2pBNklpSTdjem94TURvaWJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TVRZNklteHBibXRmYUc5MlpYSmZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMXpPakk2SW1KbklqdHpPakE2SWlJN2N6b3hNRG9pWW1kZmIzQjBhVzl1Y3lJN2N6b3dPaUlpTzMxek9qRXpPaUptWldGMGRYSmxYM1JwZEd4bElqdGhPak02ZTNNNk1UazZJbVpsWVhSMWNtVmZkR2wwYkdWZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSm1aV0YwZFhKbFgzUnBkR3hsWDJWdVpDSTdjem93T2lJaU8zTTZNalE2SW1abFlYUjFjbVZmZEdsMGJHVmZkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPMzF6T2pZNkltWnZiM1JsY2lJN1lUbzFPbnR6T2pFeU9pSm1iMjkwWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFd09pSm1iMjkwWlhKZlpXNWtJanR6T2pBNklpSTdjem94TnpvaVptOXZkR1Z5WDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTNPaUptYjI5MFpYSmZiR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlhNNk1qTTZJbVp2YjNSbGNsOXNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdGhPakk2ZTNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTFPaUowWlhoMFgyUmxZMjl5WVhScGIyNGlPM002TURvaUlqdDlmWE02TkRvaWNHRm5aU0k3WVRvME9udHpPakV5T2lKeVpYQmxZWFJwYm1kZlltY2lPM002TURvaUlqdHpPamc2SW1KblgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE1Eb2liR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlhNNk1UWTZJbXhwYm10ZmFHOTJaWEpmWTI5c2IzSWlPMkU2TWpwN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zTTZNVFU2SW5SbGVIUmZaR1ZqYjNKaGRHbHZiaUk3Y3pvd09pSWlPMzE5ZlE9PSI7czoxNToibW9iaWxlX3JlZGlyZWN0IjtzOjYwOiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdDkiO3M6Mzoic2VvIjtzOjE5MjoiWVRvMk9udHpPalU2SW5ScGRHeGxJanR6T2pBNklpSTdjem94TVRvaVpHVnpZM0pwY0hScGIyNGlPM002TURvaUlqdHpPamc2SW10bGVYZHZjbVJ6SWp0ek9qQTZJaUk3Y3pvM09pSnZaM1JwZEd4bElqdHpPakE2SWlJN2N6b3hNem9pYjJka1pYTmpjbWx3ZEdsdmJpSTdjem93T2lJaU8zTTZOem9pYjJkcGJXRm5aU0k3Y3pvd09pSWlPMzA9IjtzOjc6InNjcmlwdHMiO3M6MzQ4OiJZVG94T250cE9qQTdZVG95T250ek9qZzZJbkJ2YzJsMGFXOXVJanR6T2pNNkltTnpjeUk3Y3pvMk9pSnpZM0pwY0hRaU8zTTZNVGsyT2lKTWJUbDNaRWRzZFV4WFNuWmxRekI0VGtOQ2NHSnVRakZrUTNkblRHMDVkMlJIYkhWTVYwcDJaVU13ZUU1RFFuQmlia0l4WkVSd2JXSXlUakZqZVVJM1dtMDVkV1JETVROYVYyeHVZVWhSTmsxNlFYZFBNekJMVEcwNWQyUkhiSFZNVjBwMlpVTXdlRTVEUW5kTWJrSjVZVmhhYUZremEyZGxNazUyWWtjNWVVOXBUVFJQUkdjM1dtMDVkV1JETVhwaFdIQnNUMnBGZW1OSVp6ZGpSMFpyV2tkc2RWcDVNVEJpTTBFMlRsaENORTh5T1hkWlYwNXdaRWhyTmsxRE5EUm1VVDA5SWp0OWZRPT0iO3M6ODoiZmJfc2hhcmUiO3M6MTI0OiJZVG8wT250ek9qVTZJblJwZEd4bElqdHpPakE2SWlJN2N6b3hNVG9pWkdWelkzSnBjSFJwYjI0aU8zTTZNRG9pSWp0ek9qVTZJbWx0WVdkbElqdHpPakE2SWlJN2N6bzRPaUpzYVd0bFgzVnliQ0k3Y3pvd09pSWlPMzA9IjtzOjEzOiJleGl0X3JlZGlyZWN0IjtzOjg4OiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdHpPamM2SW0xbGMzTmhaMlVpTzNNNk1Eb2lJanQ5IjtzOjEzOiJsYXVuY2hfZnVubmVsIjtzOjE5MjoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvNU9pSm1kVzV1Wld4ZmFXUWlPM002TVRvaU1TSTdjem94TmpvaVoyRjBaWGRoZVY5dmRtVnljbWxrWlNJN1lUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzRPaUp5WldScGNtVmpkQ0k3Y3pvd09pSWlPM002TkRvaVkyOWtaU0k3Y3pvd09pSWlPMzE5Ijt9'),(28,'sign up page','YToxOntzOjQ6ImJvZHkiO2E6MTp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6MjY6InJvdyBvbmUtY29sIGNmIHVpLXNvcnRhYmxlIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjA6IiI7czo4OiJjaGlsZHJlbiI7YToxOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoxNToib25lIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTA6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNS9ycWxvZ29ibGFjazMuanBnXCIgd2lkdGg9XCI1MzFcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgYm90dG9tX21hcmdpbj1cIjUwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjgzOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9jb2xvcj1cIiMwMDAwMDBcIiBhbGlnbj1cImNlbnRlclwiXUJlIEFtYXplZCFbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTg4OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCJdVGhpcyBpcyB0aGUgbmV4dCBnZW5lcmF0aW9uIG9mIHRyYWRpbmcgdGhlIGdsb2JhbCBmaW5hbmNpYWwgbWFya2V0cy4gV2UgaW52aXRlIHlvdSB0byBiZSBhIHBhcnQgb2YgaXQuIEdldCByZWFkeSB0byBiZSBhbWF6ZWQhWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODEzOiJbb3B0aW5fYm94IHN0eWxlPVwiN1wiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGRvdWJsZV9vcHRpbj1cIllcIiBsaXN0PVwiMzU0MDc4NVwiIG5hbWVfZmllbGQ9XCJuYW1lXCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIiBuYW1lX3JlcXVpcmVkPVwiTlwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdSGVyZVwncyBUaGUgSGVhZGxpbmUgRm9yIFRoZSBCb3hbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1URzl5WlcwZ2FYQnpkVzBnWkc5c2IzSWdjMmwwSUdGdFpYUXNJR052Ym5ObFkzUmxkSFZ5SUdGa2FYQnBjMk5wYm1jZ1pXeHBkQzRnUkc5dVpXTWdkbVZzSUc1MWJtTWdibTl1SUd4aFkzVnpJSFpsYm1WdVlYUnBjeUJqYjIxdGIyUnZMZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1MZXRcJ3MgR08hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fX19','YTo5OntzOjU6InRoZW1lIjtzOjY4OiJZVG95T250ek9qUTZJblI1Y0dVaU8zTTZOem9pYkdGdVpHbHVaeUk3Y3pvek9pSmthWElpTzNNNk1Ub2lNaUk3ZlE9PSI7czoxMjoiZmVhdHVyZV9hcmVhIjtzOjM3MjQ6IllUb3pPbnR6T2pRNkluUjVjR1VpTzJrNk1UdHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lXU0k3Y3pvNE9pSnpaWFIwYVc1bmN5STdZVG8xT250ek9qRXdPaUowYVhSc1pWOXNiMmR2SWp0aE9qRTZlM002TlRvaWRHbDBiR1VpTzNNNk1Eb2lJanQ5Y3pvM09pSmpiMjUwWlc1MElqdGhPakk2ZTNNNk5Ub2lkR2wwYkdVaU8zTTZNRG9pSWp0ek9qYzZJbU52Ym5SbGJuUWlPM002TURvaUlqdDljem8xT2lKdmNIUnBiaUk3WVRvME9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvNU9pSm1iM0p0WDJoMGJXd2lPMkU2TWpNNmUzTTZNVEE2SW1WdFlXbHNYMlJoZEdFaU8zTTZNRG9pSWp0ek9qRXpPaUpsYldGcGJGOWhaR1J5WlhOeklqdHpPakE2SWlJN2N6b3hNam9pY21Wa2FYSmxZM1JmZFhKc0lqdHpPakE2SWlJN2N6b3hNam9pWlhoMGNtRmZabWxsYkdSeklqdHpPakE2SWlJN2N6b3hPRG9pWlcxaGFXeGZaWGgwY21GZlptbGxiR1J6SWp0ek9qQTZJaUk3Y3pveE1Ub2laVzFoYVd4ZmIzSmtaWElpTzNNNk1Eb2lJanR6T2pFd09pSnVZVzFsWDI5eVpHVnlJanR6T2pBNklpSTdjem8wT2lKb2RHMXNJanR6T2pBNklpSTdjem94TURvaWJtVjNYM2RwYm1SdmR5STdjem93T2lJaU8zTTZNVEk2SW1ScGMyRmliR1ZmYm1GdFpTSTdjem93T2lJaU8zTTZPRG9pYm1GdFpWOWliM2dpTzNNNk1Eb2lJanR6T2prNkltVnRZV2xzWDJKdmVDSTdjem93T2lJaU8zTTZOam9pWVdOMGFXOXVJanR6T2pBNklpSTdjem8yT2lKbWFXVnNaSE1pTzNNNk1Eb2lJanR6T2pZNkltMWxkR2h2WkNJN2N6b3dPaUlpTzNNNk1qUTZJbVZ0WVdsc1gyVjRkSEpoWDJacFpXeGtjMTl2Y21SbGNpSTdjem93T2lJaU8zTTZNVFk2SW1sdWRHVm5jbUYwYVc5dVgzUjVjR1VpTzNNNk1Eb2lJanR6T2pRNklteHBjM1FpTzNNNk1Eb2lJanR6T2pFME9pSjBhR0Z1YTE5NWIzVmZjR0ZuWlNJN2N6b3dPaUlpTzNNNk1URTZJbUZqZEdsdmJsOXdZV2RsSWp0ek9qQTZJaUk3Y3pveE1Ub2laMjkwYjNkbFltbHVZWElpTzNNNk1Eb2lJanR6T2pFNU9pSm5iM1J2ZDJWaWFXNWhjbDlsYm1GaWJHVmtJanR6T2pBNklpSTdjem94TWpvaVpHOTFZbXhsWDI5d2RHbHVJanR6T2pBNklpSTdmWE02TnpvaVkyOXVkR1Z1ZENJN1lUbzFPbnR6T2pVNkluUnBkR3hsSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl5YlY5b1pXRmtaWElpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjkwWlhKZmJtOTBaU0k3Y3pvd09pSWlPM002TVRJNkltNWhiV1ZmWkdWbVlYVnNkQ0k3Y3pvd09pSWlPM002TVRNNkltVnRZV2xzWDJSbFptRjFiSFFpTzNNNk1Eb2lJanQ5Y3pveE16b2ljM1ZpYldsMFgySjFkSFJ2YmlJN1lUbzFOanA3Y3pvMk9pSmlkWFIwYjI0aU8yRTZNRHA3ZlhNNk9Eb2liRzlqWVhScGIyNGlPM002TURvaUlqdHpPamM2SW1OdmJuUmxiblFpTzNNNk1Eb2lJanR6T2pRNkluUjVjR1VpTzNNNk1Eb2lJanR6T2pVNkltbHRZV2RsSWp0ek9qQTZJaUk3Y3pveE1qb2laV3hsYldWdWRGOTBlWEJsSWp0ek9qQTZJaUk3Y3pvME9pSm9jbVZtSWp0ek9qQTZJaUk3Y3pveE1Eb2libVYzWDNkcGJtUnZkeUk3Y3pvd09pSWlPM002TWpvaVkyTWlPM002TURvaUlqdHpPalU2SW1Gc2FXZHVJanR6T2pBNklpSTdjem8wT2lKMFpYaDBJanR6T2pBNklpSTdjem81T2lKMFpYaDBYM05wZW1VaU8zTTZNRG9pSWp0ek9qRXdPaUowWlhoMFgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pvNU9pSjBaWGgwWDJadmJuUWlPM002TURvaUlqdHpPams2SW5SbGVIUmZZbTlzWkNJN2N6b3dPaUlpTzNNNk1UUTZJblJsZUhSZmRXNWtaWEpzYVc1bElqdHpPakE2SWlJN2N6b3hNVG9pZEdWNGRGOXBkR0ZzYVdNaU8zTTZNRG9pSWp0ek9qRTVPaUowWlhoMFgyeGxkSFJsY2w5emNHRmphVzVuSWp0ek9qQTZJaUk3Y3pveE16b2ljM1ZpZEdWNGRGOXdZVzVsYkNJN2N6b3dPaUlpTzNNNk56b2ljM1ZpZEdWNGRDSTdjem93T2lJaU8zTTZNVEk2SW5OMVluUmxlSFJmYzJsNlpTSTdjem93T2lJaU8zTTZNVE02SW5OMVluUmxlSFJmWTI5c2IzSWlPM002TURvaUlqdHpPakV5T2lKemRXSjBaWGgwWDJadmJuUWlPM002TURvaUlqdHpPakV5T2lKemRXSjBaWGgwWDJKdmJHUWlPM002TURvaUlqdHpPakUzT2lKemRXSjBaWGgwWDNWdVpHVnliR2x1WlNJN2N6b3dPaUlpTzNNNk1UUTZJbk4xWW5SbGVIUmZhWFJoYkdsaklqdHpPakE2SWlJN2N6b3lNam9pYzNWaWRHVjRkRjlzWlhSMFpYSmZjM0JoWTJsdVp5STdjem93T2lJaU8zTTZNVGM2SW5SbGVIUmZjMmhoWkc5M1gzQmhibVZzSWp0ek9qQTZJaUk3Y3pveU1Eb2lkR1Y0ZEY5emFHRmtiM2RmZG1WeWRHbGpZV3dpTzNNNk1Eb2lJanR6T2pJeU9pSjBaWGgwWDNOb1lXUnZkMTlvYjNKcGVtOXVkR0ZzSWp0ek9qQTZJaUk3Y3pveE56b2lkR1Y0ZEY5emFHRmtiM2RmWTI5c2IzSWlPM002TURvaUlqdHpPakUyT2lKMFpYaDBYM05vWVdSdmQxOWliSFZ5SWp0ek9qQTZJaUk3Y3pveE16b2ljM1I1YkdsdVoxOTNhV1IwYUNJN2N6b3dPaUlpTzNNNk1UUTZJbk4wZVd4cGJtZGZhR1ZwWjJoMElqdHpPakE2SWlJN2N6b3lNRG9pYzNSNWJHbHVaMTlpYjNKa1pYSmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTVPaUp6ZEhsc2FXNW5YMkp2Y21SbGNsOXphWHBsSWp0ek9qQTZJaUk3Y3pveU1Ub2ljM1I1YkdsdVoxOWliM0prWlhKZmNtRmthWFZ6SWp0ek9qQTZJaUk3Y3pveU1qb2ljM1I1YkdsdVoxOWliM0prWlhKZmIzQmhZMmwwZVNJN2N6b3dPaUlpTzNNNk1UWTZJbk4wZVd4cGJtZGZaM0poWkdsbGJuUWlPM002TURvaUlqdHpPakV6T2lKemRIbHNhVzVuWDNOb2FXNWxJanR6T2pBNklpSTdjem95T0RvaWMzUjViR2x1WjE5bmNtRmthV1Z1ZEY5emRHRnlkRjlqYjJ4dmNpSTdjem93T2lJaU8zTTZNalk2SW5OMGVXeHBibWRmWjNKaFpHbGxiblJmWlc1a1gyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE56b2laSEp2Y0Y5emFHRmtiM2RmY0dGdVpXd2lPM002TURvaUlqdHpPakl3T2lKa2NtOXdYM05vWVdSdmQxOTJaWEowYVdOaGJDSTdjem93T2lJaU8zTTZNakk2SW1SeWIzQmZjMmhoWkc5M1gyaHZjbWw2YjI1MFlXd2lPM002TURvaUlqdHpPakUyT2lKa2NtOXdYM05vWVdSdmQxOWliSFZ5SWp0ek9qQTZJaUk3Y3pveE9Eb2laSEp2Y0Y5emFHRmtiM2RmYzNCeVpXRmtJanR6T2pBNklpSTdjem94TnpvaVpISnZjRjl6YUdGa2IzZGZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTVPaUprY205d1gzTm9ZV1J2ZDE5dmNHRmphWFI1SWp0ek9qQTZJaUk3Y3pveE9Eb2lhVzV6WlhSZmMyaGhaRzkzWDNCaGJtVnNJanR6T2pBNklpSTdjem95TVRvaWFXNXpaWFJmYzJoaFpHOTNYM1psY25ScFkyRnNJanR6T2pBNklpSTdjem95TXpvaWFXNXpaWFJmYzJoaFpHOTNYMmh2Y21sNmIyNTBZV3dpTzNNNk1Eb2lJanR6T2pFM09pSnBibk5sZEY5emFHRmtiM2RmWW14MWNpSTdjem93T2lJaU8zTTZNVGs2SW1sdWMyVjBYM05vWVdSdmQxOXpjSEpsWVdRaU8zTTZNRG9pSWp0ek9qRTRPaUpwYm5ObGRGOXphR0ZrYjNkZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pJd09pSnBibk5sZEY5emFHRmtiM2RmYjNCaFkybDBlU0k3Y3pvd09pSWlPMzE5Y3pveE1Ub2labTl2ZEdWeVgyNXZkR1VpTzJFNk1UcDdjem94TVRvaVptOXZkR1Z5WDI1dmRHVWlPM002TURvaUlqdDljem94TWpvaVptOXVkRjl2Y0hScGIyNXpJanRoT2pNNmUzTTZNVEE2SW5ScGRHeGxYMnh2WjI4aU8yRTZNRHA3ZlhNNk56b2lZMjl1ZEdWdWRDSTdZVG93T250OWN6b3hNVG9pWm05dmRHVnlYMjV2ZEdVaU8yRTZNRHA3ZlgxOWZRPT0iO3M6MTE6ImZvb3Rlcl9hcmVhIjtzOjMxNjoiWVRvM09udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSnVZWFlpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDNOb1lXUnZkeUk3Y3pvd09pSWlPM002TVRFNkltWnZiblJmZDJWcFoyaDBJanR6T2pBNklpSTdjem81T2lKbWIyNTBYM05wZW1VaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgyWmhiV2xzZVNJN2N6b3hOVG9pVTI5MWNtTmxJRk5oYm5NZ1VISnZJanR6T2pFM09pSm1iMjkwWlhKZlpHbHpZMnhoYVcxbGNpSTdZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8zT2lKdFpYTnpZV2RsSWp0ek9qQTZJaUk3ZlgwPSI7czoxMDoidHlwb2dyYXBoeSI7czoxNDUyOiJZVG95T250ek9qRXpPaUptYjI1MFgyVnNaVzFsYm5SeklqdGhPams2ZTNNNk1UQTZJbk5wZEdWZmRHbDBiR1VpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pBNklpSTdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pvM09pSjBZV2RzYVc1bElqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3dPaUlpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZOem9pWkdWbVlYVnNkQ0k3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TURvaUlqdHpPalU2SW5OMGVXeGxJanR6T2pBNklpSTdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPMzF6T2pJNkltZ3hJanRoT2pRNmUzTTZORG9pYzJsNlpTSTdjem93T2lJaU8zTTZORG9pWm05dWRDSTdjem93T2lJaU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWE02TWpvaWFESWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakE2SWlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem95T2lKb015STdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZNRG9pSWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zMXpPakk2SW1nMElqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3dPaUlpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qQTZJaUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTmlJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1Eb2lJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzMxOWN6b3hORG9pWTI5c2IzSmZaV3hsYldWdWRITWlPMkU2TmpwN2N6b3hOem9pWm05dmRHVnlYM1JsZUhSZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFM09pSm1iMjkwWlhKZmJHbHVhMTlqYjJ4dmNpSTdjem93T2lJaU8zTTZNak02SW1admIzUmxjbDlzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanR6T2pBNklpSTdjem94T0RvaVptVmhkSFZ5WlY5MFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hPRG9pWm1WaGRIVnlaVjlzYVc1clgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveU5Eb2labVZoZEhWeVpWOXNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdHpPakE2SWlJN2ZYMD0iO3M6MTU6Im1vYmlsZV9yZWRpcmVjdCI7czo2MDoiWVRveU9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSjFjbXdpTzNNNk1Eb2lJanQ5IjtzOjM6InNlbyI7czo2MTI6IllUbzJPbnR6T2pVNkluUnBkR3hsSWp0ek9qRTFPaUptZFhSMWNtVnpJSFJ5WVdScGJtY2lPM002TVRFNkltUmxjMk55YVhCMGFXOXVJanR6T2pJeE56b2lWMkYwWTJnZ2MyaHZjblFnZG1sa1pXOGdZVzVrSUhObFpTQm9iM2NnVW1sdmMxRjFZVzUwSUhSeVlXUmxjaUJGVUNCUWNtVnpkRzl1SUhSeVlXUmxjeUIwYUdVZ1ZWTWdaVzF3Ykc5NWJXVnVkQ0JrWVhSaElISmxiR1ZoYzJVZ2FXNGdURWxXUlNCdFlYSnJaWFF1SUZSb2FYTWdhWE1nZEdobElHNWxlSFFnWjJWdVpYSmhkR2x2YmlCdlppQm1kWFIxY21WeklIUnlZV1JwYm1jdUlGZGxJR2x1ZG1sMFpTQjViM1VnZEc4Z1ltVWdZU0J3WVhKMElHOW1JR2wwTGlCSFpYUWdjbVZoWkhrZ2RHOGdZbVVnWVcxaGVtVmtJU0k3Y3pvNE9pSnJaWGwzYjNKa2N5STdjem94TlRvaVpuVjBkWEpsY3lCMGNtRmthVzVuSWp0ek9qYzZJbTluZEdsMGJHVWlPM002TVRBNklrSkZJRUZOUVZwRlJDRWlPM002TVRNNkltOW5aR1Z6WTNKcGNIUnBiMjRpTzNNNk5USTZJa3hwZG1VZ2RISmhaR2x1WnlCaFkzUnBiMjRnWkhWeWFXNW5JRlJvWlNCVWNtRmthVzVuSUZKdmIyMGdWSEpoWkdWTVFVSWlPM002TnpvaWIyZHBiV0ZuWlNJN2N6b3dPaUlpTzMwPSI7czo3OiJzY3JpcHRzIjtzOjg4OiJZVG94T250cE9qQTdZVG95T250ek9qZzZJbkJ2YzJsMGFXOXVJanR6T2pZNkltaGxZV1JsY2lJN2N6bzJPaUp6WTNKcGNIUWlPM002TURvaUlqdDlmUT09IjtzOjEzOiJleGl0X3JlZGlyZWN0IjtzOjEzMjoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lXU0k3Y3pvek9pSjFjbXdpTzNNNk16QTZJbWgwZEhBNkx5OTNkM2N1ZEdobGRISmhaR2x1WjNKdmIyMHVZMjl0THlJN2N6bzNPaUp0WlhOellXZGxJanR6T2pBNklpSTdmUT09IjtzOjEzOiJsYXVuY2hfZnVubmVsIjtzOjE5MjoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvNU9pSm1kVzV1Wld4ZmFXUWlPM002TVRvaU1TSTdjem94TmpvaVoyRjBaWGRoZVY5dmRtVnljbWxrWlNJN1lUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzRPaUp5WldScGNtVmpkQ0k3Y3pvd09pSWlPM002TkRvaVkyOWtaU0k3Y3pvd09pSWlPMzE5Ijt9'),(29,'Ninja promotion','YToxOntzOjQ6ImJvZHkiO2E6NDp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjIwOiJwYWRkaW5nLWJvdHRvbTozMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MzI6ImV5SndZV1JrYVc1blFtOTBkRzl0SWpvaU16QWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMTA6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzN1wiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCJib2xkXCIgZm9udF9jb2xvcj1cIiM0MjUwNjNcIiBmb250X3NwYWNpbmc9XCIwXCIgZm9udF9zaGFkb3c9XCJsaWdodFwiIGFsaWduPVwiY2VudGVyXCJdRXZlciBkcmVhbSBvZiB0cmFkaW5nIGZvciBhIGxpdmluZz9bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjIwOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjJcIiBmb250X2ZvbnQ9XCJPcGVuIFNhbnNcIiBmb250X3N0eWxlPVwiMzAwXCIgZm9udF9jb2xvcj1cIiMzOTU0NjhcIiBhbGlnbj1cImNlbnRlclwiXUV4cGVyaWVuY2UgdGhlIHBvd2VyIG9mIG1hcmtldCBpbnRlbGxpZ2VuY2UhIFN0YXJ0IHlvdXIgZnJlZSB0cmlhbCBpbiB0aHJlZSBlYXN5IHN0ZXBzIVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozODoicm93IHR3by1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjE1NjoiYmFja2dyb3VuZDojZjJmMmYyO3BhZGRpbmctYm90dG9tOjIwcHg7Ym9yZGVyLXRvcC13aWR0aDoxcHg7Ym9yZGVyLWJvdHRvbS13aWR0aDoxcHg7Ym9yZGVyLXN0eWxlOnNvbGlkO2JvcmRlci10b3AtY29sb3I6I2UzZTNlMztib3JkZXItYm90dG9tLWNvbG9yOiNlM2UzZTM7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czoxMzI6ImV5SmlZV05yWjNKdmRXNWtRMjlzYjNKVGRHRnlkQ0k2SWlObU1tWXlaaklpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTWpBaUxDSmliM0prWlhKWGFXUjBhQ0k2SWpFaUxDSmliM0prWlhKRGIyeHZjaUk2SWlObE0yVXpaVE1pZlE9PSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6NDp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2OToiW2ltYWdlcyBzdHlsZT1cIjVcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA4L3BpZXJyZS1jdXJ2ZS5qcGdcIiB3aWR0aD1cIjY3OFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY1OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGxhcmdlX2ltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvZXF1aXR5LWN1cnZlLXBpZXJyZS5qcGdcIiB3aWR0aD1cIjgwOFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ5MDoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiXVJpb3NRdWFudCBtZW1iZXIgUGllcnJlIHRvb2sgb3ZlciAkMSw4MDAgaW4gcHJvZml0cyBmcm9tIHRoZSBmdXR1cmVzIG1hcmtldCBpbiBmb3VyIGRheXMuIEhlIHRyYWRlcyBldmVyeSBtb3JuaW5nIHdpdGggb3RoZXIgbGlrZS1taW5kZWQgdHJhZGVycyBpbiBvdXIgbGl2ZSBvbmxpbmUgdHJhZGluZyByb29tLiBIZSBpcyBhIG1vbWVudHVtIHRyYWRlciBhbmQgdXNlcyB0aGUgUmlvc1F1YW50IGZvcndhcmQtbG9va2luZyB0cmFkaW5nIHN5c3RlbXMuCgpXYXRjaCB0aGUgc2hvcnQgdmlkZW8gdG8gdGhlIHJpZ2h0IGFuZCBzZWUgaG93IFJpb3NRdWFudCBwZXJmb3JtYW5jZSBjb2FjaCBFUCBQcmVzdG9uIHRyYWRlZCBhIHJlY2VudCB1bmVtcGxveW1lbnQgcmVwb3J0IHVzaW5nIHRoZSBSaW9zUXVhbnQgZm9yd2FyZCBsb29raW5nIGluZGljYXRvcnMuWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY4OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGxhcmdlX2ltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvZXF1aXR5LWN1cnZlLXBpZXJyZS5qcGdcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjg0NjoiW29wdGluX2JveCBzdHlsZT1cIjExXCIgd2lkdGg9XCI0NTBcIiBtYXJnaW5fdG9wPVwiMTVcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9maWVsZD1cImVtYWlsXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJhd2ViZXJcIiBsaXN0PVwiMzU0Mzk2N1wiIG5hbWVfZmllbGQ9XCJuYW1lXCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBuYW1lIGFuZCBwaG9uZSBudW1iZXJcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1SVzUwWlhJZ2VXOTFjaUJ1WVcxbExDQndhRzl1WlNCdWRXMWlaWElnWVc1a0lHVnRZV2xzSUdKbGJHOTNJSFJ2SUdkbGRDQnpkR0Z5ZEdWa0lIZHBkR2dnZVc5MWNpQlNhVzl6VVhWaGJuUWdkSEpoWkdsdVp5QjBaV05vYm05c2IyZDVJR1p2Y2lCT2FXNXFZVlJ5WVdSbGNpQXVMaTQ9Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiXUNsaWNrIHRoZW4gY2hlY2sgeW91ciBpbmJveCBmb3IgY29uZmlybWF0aW9uIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyNzQ6Ilt2aWRlb19wbGF5ZXIgdHlwZT1cInVybFwiIGF1dG9fcGxheT1cIllcIiB1cmwxPVwiXCIgdXJsMj1cIlwiIHdpZHRoPVwiNTYwXCIgaGVpZ2h0PVwiMzE1XCIgYWxpZ249XCJjZW50ZXJcIiBtYXJnaW5fdG9wPVwiMFwiIG1hcmdpbl9ib3R0b209XCIyMFwiXWFIUjBjRG92TDNCc1lYbGxjaTUyYVcxbGJ5NWpiMjB2WlhoMFpYSnVZV3d2TVRBeU1qTTNORFEzTG1oa0xtMXdORDl6UFdJeFptVXdOREkzWm1abE1XSTNaVGM0WW1RNE1qQmlORGd6TW1Zd01HVmxbL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM3OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czowOiIiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjQ6ImUzMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI4ODoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE3XCIgd2lkdGg9XCI5NDBcIl08aDIgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXI7XCI+PHNwYW4gc3R5bGU9XCJjb2xvcjogIzQyNTA2MztcIj5Zb3VcJ3JlIMKgMy1TdGVwcyBBd2F5IHRvCkdldHRpbmcgU3RhcnRlZCBXaXRoIFlvdXIgVHJhZGluZyBTeXN0ZW0gRnJlZSBUcmlhbMKgPC9zcGFuPjwvaDI+CjxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo1OTI6IltzdGVwX2dyYXBoaWNzIHN0eWxlPVwiNVwiIGNvbG9yPVwiIzQyNTA2M1wiXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIxXCIgaGVhZGxpbmU9XCJJbnN0YWxsYXRpb24gLSBUZWNoIHN1cHBvcnQgbWVtYmVyIHdpbGwgd2FsayB5b3UgdGhyb3VnaCB0aGUgaW5zdGFsbGF0aW9uLCBtYWtpbmcgdGhlIHByb2Nlc3MgcXVpY2sgYW5kIHRyb3VibGUgZnJlZS5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjJcIiBoZWFkbGluZT1cIlRyYWluaW5nIC0gIE9uZS1vbi1vbmUgdHJhaW5pbmcgdG8gaW5zdXJlIHlvdSBsZWFybiBhbGwgdGhlIHRyYWRpbmcgc3lzdGVtIGhhcyB0byBvZmZlci5cIl1bL3N0ZXBdW3N0ZXAgc3R5bGU9XCI1XCIgdGV4dD1cIjNcIiBoZWFkbGluZT1cIkxpdmUgVHJhZGluZyBSb29tIC0gRXhwZXJpZW5jZSB0aGUgcG93ZXIgb2YgbWFya2V0IGludGVsbGlnZW5jZSBpbiByZWFsIG1hcmtldCBlbnZpcm9ubWVudCB3aXRoIFJpb3NRdWFudCBtZW1iZXJzIGFuZCBjb2FjaGVzIHRvIGluc3VyZSB5b3UgZ2V0IHRoZSBtb3N0IG91dCBvZiB5b3VyIGZyZWUgdHJpYWwuXCJdWy9zdGVwXVsvc3RlcF9ncmFwaGljc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQyMzoiW3Rlc3RpbW9uaWFscyBzdHlsZT1cIjJcIiBtYXJnaW5fdG9wPVwiXCIgbWFyZ2luX2JvdHRvbT1cIlwiXVt0ZXN0aW1vbmlhbCBuYW1lPVwiUGllcnJlIC0gTmV3IEplcnNleSBVU0FcIiBjb21wYW55PVwiUmlvc1F1YW50IG1lbWJlciBzaW5jZSAyMDEyXCIgaHJlZj1cIlwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvcGllcnJlLWdhbWlsLXBpYy5qcGdcIl08cD5cIkNvdWxkIG5vdCBkbyBpdCB3aXRob3V0IHlvdS4uLiBJXCdsbCBuZXZlciBiZSBhYmxlIHRvIHRoYW5rIHlvdSBFUCBhbmQgU3RldmUgZW5vdWdoIGZvciB0aGUgZGVkaWNhdGlvbiB5b3Ugc2hvdyBhbmQgdGhlIHN1cHBvcnQgeW91IG9mZmVyIVwiPC9wPlsvdGVzdGltb25pYWxdWy90ZXN0aW1vbmlhbHNdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjM7YTo0OntzOjk6InJvd19jbGFzcyI7czoyOToicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMjk6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5DT01NT0RJVFkgRlVUVVJFUywgT1BUSU9OUywgQU5EIEZPUkVYIFRSQURJTkcgSU5WT0xWRVMgU1VCU1RBTlRJQUwgUklTSyBBTkQgSVMgTk9UIFNVSVRBQkxFIEZPUiBBTEwgSU5WRVNUT1JTLiBQQVNUIFBFUkZPUk1BTkNFIElTIE5PVCBJTkRJQ0FUSVZFIE9GIEZVVFVSRSBSRVNVTFRTLiBURVNUSU1PTklBTFMgQVJFIE5PVCBJTkRJQ0FUSVZFIE9GIEZVVFVSRSBQRVJGT1JNQU5DRSBPUiBTVUNDRVNTLjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19fQ==','YToxNDp7czo1OiJ0aGVtZSI7czo2ODoiWVRveU9udHpPalE2SW5SNWNHVWlPM002T1RvaWJXRnlhMlYwYVc1bklqdHpPak02SW1ScGNpSTdjem94T2lJeElqdDkiO3M6MTM6ImhlYWRlcl9sYXlvdXQiO3M6MTE5NjoiWVRveE1qcDdjem8wT2lKc2IyZHZJanR6T2pjME9pSm9kSFJ3T2k4dmQzZDNMblJvWlhSeVlXUnBibWR5YjI5dExtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE5DOHdNeTl5Y1Mxc2IyZHZMV0pzWVdOckxtcHdaeUk3Y3pvMU9pSmlaMmx0WnlJN2N6b3dPaUlpTzNNNk1URTZJbkpsY0dWaGRHSm5hVzFuSWp0ek9qQTZJaUk3Y3pvM09pSmlaMk52Ykc5eUlqdHpPamM2SWlNd01UQmlNV1VpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFek9pSnRaVzUxTFhCdmMybDBhVzl1SWp0ek9qazZJbUZzYjI1bmMybGtaU0k3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWxraU8zTTZNVE02SW01aGRsOWlZWEpmWVdKdmRtVWlPMkU2TnpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TXpvaWJtRjJJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjl6YUdGa2IzY2lPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM2RsYVdkb2RDSTdjem93T2lJaU8zTTZPVG9pWm05dWRGOXphWHBsSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1Eb2lJanR6T2pRNklteHZaMjhpTzNNNk1Eb2lJanQ5Y3pveE16b2libUYyWDJKaGNsOWlaV3h2ZHlJN1lUbzNPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qQTZJaUk3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYMlpoYldsc2VTSTdjem93T2lJaU8zTTZORG9pYkc5bmJ5STdjem93T2lJaU8zMXpPakUzT2lKdVlYWmZZbUZ5WDJGc2IyNW5jMmxrWlNJN1lUbzJPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qWTZJbTV2Y20xaGJDSTdjem81T2lKbWIyNTBYM05wZW1VaU8zTTZNam9pTVRNaU8zTTZNVEU2SW1admJuUmZabUZ0YVd4NUlqdHpPamM2SWxCVUlGTmhibk1pTzMxek9qRXlPaUprYVhOaFlteGxYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRXhPaUpvWldGa1pYSmZiR2x1YXlJN2N6b3pNRG9pYUhSMGNEb3ZMM2QzZHk1MGFHVjBjbUZrYVc1bmNtOXZiUzVqYjIwdklqdDkiO3M6MTI6ImZlYXR1cmVfYXJlYSI7czoxMjA6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzBPaUowZVhCbElqdHBPakU3Y3pvNE9pSnpaWFIwYVc1bmN5STdZVG94T250ek9qRXlPaUptYjI1MFgyOXdkR2x2Ym5NaU8yRTZNRHA3ZlgxOSI7czoxMzoiZmVhdHVyZV90aXRsZSI7czo2NDoiWVRveU9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvMU9pSjBhWFJzWlNJN2N6b3dPaUlpTzMwPSI7czoxMToiZm9vdGVyX2FyZWEiO3M6MzgwOiJZVG80T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVdTSTdjem96T2lKdVlYWWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM05vWVdSdmR5STdjem93T2lJaU8zTTZNVEU2SW1admJuUmZkMlZwWjJoMElqdHpPakE2SWlJN2N6bzVPaUptYjI1MFgzTnBlbVVpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDJaaGJXbHNlU0k3Y3pveE5Ub2lVMjkxY21ObElGTmhibk1nVUhKdklqdHpPakV5T2lKc1lYSm5aVjltYjI5MFpYSWlPMkU2TVRwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPMzF6T2pFM09pSm1iMjkwWlhKZlpHbHpZMnhoYVcxbGNpSTdZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8zT2lKdFpYTnpZV2RsSWp0ek9qQTZJaUk3ZlgwPSI7czoxMDoidHlwb2dyYXBoeSI7czoxNjc2OiJZVG95T250ek9qRXpPaUptYjI1MFgyVnNaVzFsYm5SeklqdGhPams2ZTNNNk1UQTZJbk5wZEdWZmRHbDBiR1VpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pJNklqSTBJanR6T2pRNkltWnZiblFpTzNNNk1UQTZJazF2Ym5SelpYSnlZWFFpTzNNNk5Ub2ljM1I1YkdVaU8zTTZORG9pWW05c1pDSTdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPMzF6T2pjNkluUmhaMnhwYm1VaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qYzZJaU13UmpnM1F6a2lPMzF6T2pjNkltUmxabUYxYkhRaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qSTZJakUzSWp0ek9qUTZJbVp2Ym5RaU8zTTZNVFU2SWxOdmRYSmpaU0JUWVc1eklGQnlieUk3Y3pvMU9pSnpkSGxzWlNJN2N6bzJPaUp1YjNKdFlXd2lPM002TlRvaVkyOXNiM0lpTzNNNk56b2lJell6TmpNMk15STdmWE02TWpvaWFERWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakUxT2lKVGIzVnlZMlVnVTJGdWN5QlFjbThpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURJaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk1qb2lhRE1pTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pFMU9pSlRiM1Z5WTJVZ1UyRnVjeUJRY204aU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWE02TWpvaWFEUWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakUxT2lKVGIzVnlZMlVnVTJGdWN5QlFjbThpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk1qb2lhRFlpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pFMU9pSlRiM1Z5WTJVZ1UyRnVjeUJRY204aU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWDF6T2pFME9pSmpiMnh2Y2w5bGJHVnRaVzUwY3lJN1lUbzJPbnR6T2pFM09pSm1iMjkwWlhKZmRHVjRkRjlqYjJ4dmNpSTdjem93T2lJaU8zTTZNVGM2SW1admIzUmxjbDlzYVc1clgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveU16b2labTl2ZEdWeVgyeHBibXRmYUc5MlpYSmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTRPaUptWldGMGRYSmxYM1JsZUhSZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFNE9pSm1aV0YwZFhKbFgyeHBibXRmWTI5c2IzSWlPM002TURvaUlqdHpPakkwT2lKbVpXRjBkWEpsWDJ4cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzNNNk1Eb2lJanQ5ZlE9PSI7czoyMToiY29sb3Jfc2NoZW1lX2FkdmFuY2VkIjtzOjI1OTI6IllUbzNPbnR6T2pFek9pSnVZWFpmWW1GeVgyRmliM1psSWp0aE9qRXdPbnR6T2pFek9pSnVZWFpmWW1GeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2libUYyWDJKaGNsOWxibVFpTzNNNk1Eb2lJanR6T2pFNU9pSnVZWFpmWW1GeVgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TnpvaWJtRjJYMkpoY2w5b2IzWmxjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRXdPaUp1WVhaZlltRnlYMkpuSWp0ek9qQTZJaUk3Y3pveU1qb2libUYyWDJKaGNsOWlaMTlvYjNabGNsOXpkR0Z5ZENJN2N6b3dPaUlpTzNNNk1UVTZJbTVoZGw5aVlYSmZaR1JmYkdsdWF5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWkdSZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pFeU9pSnVZWFpmWW1GeVgyeHBibXNpTzNNNk1Eb2lJanR6T2pFek9pSnVZWFpmWW1GeVgyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1UTTZJbTVoZGw5aVlYSmZZbVZzYjNjaU8yRTZNVEE2ZTNNNk1UTTZJbTVoZGw5aVlYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRXhPaUp1WVhaZlltRnlYMlZ1WkNJN2N6b3dPaUlpTzNNNk1UazZJbTVoZGw5aVlYSmZhRzkyWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSnVZWFpmWW1GeVgyaHZkbVZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVEE2SW01aGRsOWlZWEpmWW1jaU8zTTZNRG9pSWp0ek9qSXlPaUp1WVhaZlltRnlYMkpuWDJodmRtVnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOVG9pYm1GMlgySmhjbDlrWkY5c2FXNXJJanR6T2pBNklpSTdjem94TmpvaWJtRjJYMkpoY2w5a1pGOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0OWN6b3hOem9pYm1GMlgySmhjbDloYkc5dVozTnBaR1VpTzJFNk56cDdjem94TURvaWJtRjJYMkpoY2w5aVp5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWW1kZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pJd09pSnVZWFpmWW1GeVgySm5YMjVoZGw5b2IzWmxjaUk3Y3pvd09pSWlPM002TVRJNkltNWhkbDlpWVhKZmJHbHVheUk3Y3pvM09pSWpZamxpWkdNd0lqdHpPakV6T2lKdVlYWmZZbUZ5WDJodmRtVnlJanR6T2pBNklpSTdjem94TlRvaWJtRjJYMkpoY2w5a1pGOXNhVzVySWp0ek9qQTZJaUk3Y3pveE5qb2libUYyWDJKaGNsOWtaRjlvYjNabGNpSTdjem93T2lJaU8zMXpPakV5T2lKbVpXRjBkWEpsWDJGeVpXRWlPMkU2TnpwN2N6b3hNem9pWm1WaGRIVnlaVjl6ZEdGeWRDSTdjem93T2lJaU8zTTZNVEU2SW1abFlYUjFjbVZmWlc1a0lqdHpPakE2SWlJN2N6b3hNRG9pZEdWNGRGOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6b3dPaUlpTzMxek9qRTJPaUpzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanRoT2pJNmUzTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk1Eb2lJanQ5Y3pveU9pSmlaeUk3Y3pvd09pSWlPM002TVRBNkltSm5YMjl3ZEdsdmJuTWlPM002TURvaUlqdDljem94TXpvaVptVmhkSFZ5WlY5MGFYUnNaU0k3WVRvek9udHpPakU1T2lKbVpXRjBkWEpsWDNScGRHeGxYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOem9pWm1WaGRIVnlaVjkwYVhSc1pWOWxibVFpTzNNNk1Eb2lJanR6T2pJME9pSm1aV0YwZFhKbFgzUnBkR3hsWDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0OWN6bzJPaUptYjI5MFpYSWlPMkU2T0RwN2N6b3hNam9pWm05dmRHVnlYM04wWVhKMElqdHpPamM2SWlNeVl6TXlNMlVpTzNNNk1UQTZJbVp2YjNSbGNsOWxibVFpTzNNNk56b2lJekpqTXpJelpTSTdjem94TnpvaVptOXZkR1Z5WDNSbGVIUmZZMjlzYjNJaU8zTTZOem9pSTJabVptWm1aaUk3Y3pveE56b2labTl2ZEdWeVgyeHBibXRmWTI5c2IzSWlPMkU2TWpwN2N6bzFPaUpqYjJ4dmNpSTdjem8zT2lJalptWm1abVptSWp0ek9qRTFPaUowWlhoMFgyUmxZMjl5WVhScGIyNGlPM002TURvaUlqdDljem95TXpvaVptOXZkR1Z5WDJ4cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvM09pSWpabVptWm1abUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk1Eb2lJanQ5Y3pveE1Eb2lkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPM002TVRBNklteHBibXRmWTI5c2IzSWlPM002TURvaUlqdHpPakUyT2lKc2FXNXJYMmh2ZG1WeVgyTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk5Eb2ljR0ZuWlNJN1lUbzBPbnR6T2pFeU9pSnlaWEJsWVhScGJtZGZZbWNpTzNNNk1Eb2lJanR6T2pnNkltSm5YMk52Ykc5eUlqdHpPamM2SWlObVptWm1abVlpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6b3dPaUlpTzMxek9qRTJPaUpzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanRoT2pJNmUzTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk1Eb2lJanQ5ZlgwPSI7czoxNToibW9iaWxlX3JlZGlyZWN0IjtzOjYwOiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdDkiO3M6Mzoic2VvIjtzOjE5MjoiWVRvMk9udHpPalU2SW5ScGRHeGxJanR6T2pBNklpSTdjem94TVRvaVpHVnpZM0pwY0hScGIyNGlPM002TURvaUlqdHpPamc2SW10bGVYZHZjbVJ6SWp0ek9qQTZJaUk3Y3pvM09pSnZaM1JwZEd4bElqdHpPakE2SWlJN2N6b3hNem9pYjJka1pYTmpjbWx3ZEdsdmJpSTdjem93T2lJaU8zTTZOem9pYjJkcGJXRm5aU0k3Y3pvd09pSWlPMzA9IjtzOjc6InNjcmlwdHMiO3M6ODQ6IllUb3hPbnRwT2pBN1lUb3lPbnR6T2pnNkluQnZjMmwwYVc5dUlqdHpPak02SW1OemN5STdjem8yT2lKelkzSnBjSFFpTzNNNk1Eb2lJanQ5ZlE9PSI7czo4OiJmYl9zaGFyZSI7czoxMjQ6IllUbzBPbnR6T2pVNkluUnBkR3hsSWp0ek9qQTZJaUk3Y3pveE1Ub2laR1Z6WTNKcGNIUnBiMjRpTzNNNk1Eb2lJanR6T2pVNkltbHRZV2RsSWp0ek9qQTZJaUk3Y3pvNE9pSnNhV3RsWDNWeWJDSTdjem93T2lJaU8zMD0iO3M6ODoibGlnaHRib3giO3M6MzcwMDoiWVRvMU9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvM09pSnphRzkzWDI5dUlqdHpPalE2SW14dllXUWlPM002TkRvaWRIbHdaU0k3Y3pvMU9pSnZjSFJwYmlJN2N6b3hNRG9pYjNCMGFXNWZabTl5YlNJN1lUb3pPbnR6T2prNkltWnZjbTFmYUhSdGJDSTdZVG94TnpwN2N6b3hNRG9pWlcxaGFXeGZaR0YwWVNJN2N6b3dPaUlpTzNNNk1UTTZJbVZ0WVdsc1gyRmtaSEpsYzNNaU8zTTZNRG9pSWp0ek9qRXlPaUp5WldScGNtVmpkRjkxY213aU8zTTZNRG9pSWp0ek9qRXlPaUpsZUhSeVlWOW1hV1ZzWkhNaU8zTTZNRG9pSWp0ek9qRTRPaUpsYldGcGJGOWxlSFJ5WVY5bWFXVnNaSE1pTzNNNk1Eb2lJanR6T2pRNkltaDBiV3dpTzNNNk1Eb2lJanR6T2pFd09pSnVaWGRmZDJsdVpHOTNJanR6T2pBNklpSTdjem94TWpvaVpHbHpZV0pzWlY5dVlXMWxJanR6T2pBNklpSTdjem80T2lKdVlXMWxYMkp2ZUNJN2N6b3dPaUlpTzNNNk9Ub2laVzFoYVd4ZlltOTRJanR6T2pBNklpSTdjem8yT2lKaFkzUnBiMjRpTzNNNk1Eb2lJanR6T2pZNkltWnBaV3hrY3lJN2N6b3dPaUlpTzNNNk5qb2liV1YwYUc5a0lqdHpPalE2SW5CdmMzUWlPM002TVRZNkltbHVkR1ZuY21GMGFXOXVYM1I1Y0dVaU8zTTZOam9pWTNWemRHOXRJanR6T2pRNklteHBjM1FpTzNNNk1Eb2lJanR6T2pFME9pSjBhR0Z1YTE5NWIzVmZjR0ZuWlNJN2N6b3dPaUlpTzNNNk1URTZJbUZqZEdsdmJsOXdZV2RsSWp0ek9qQTZJaUk3ZlhNNk56b2lZMjl1ZEdWdWRDSTdZVG8xT250ek9qVTZJblJwZEd4bElqdHpPak15T2lKVFpXeHNJRUZ1ZVhSb2FXNW5JRmRwZEdnZ1QzQjBhVzFwZW1WUWNtVnpjeUk3Y3pveE1Ub2labTl5YlY5b1pXRmtaWElpTzNNNk9EZzZJa3h2Y21WdElHbHdjM1Z0SUdSdmJHOXlJSE5wZENCaGJXVjBMQ0JqYjI1elpXTjBaWFIxWlhJZ1lXUnBjR2x6WTJsdVp5QmxiR2wwTENCelpXUWdaR2xoYlNCdWIyNTFiVzE1SUc1cFltZ2daWFZwYzIxdlpDNGlPM002TVRFNkltWnZiM1JsY2w5dWIzUmxJanR6T2pZME9pSlpiM1Z5SUdsdVptOXliV0YwYVc5dUlHbHpJREV3TUNVZ2MyVmpkWEpsSUhkcGRHZ2dkWE1nWVc1a0lIZHBiR3dnYm1WMlpYSWdZbVVnYzJoaGNtVmtJanR6T2pFeU9pSnVZVzFsWDJSbFptRjFiSFFpTzNNNk1qUTZJa1Z1ZEdWeUlIbHZkWElnUm1seWMzUWdUbUZ0WlM0dUxpSTdjem94TXpvaVpXMWhhV3hmWkdWbVlYVnNkQ0k3Y3pveU56b2lSVzUwWlhJZ2VXOTFjaUJGYldGcGJDQkJaR1J5WlhOekxpNHVJanQ5Y3pveE16b2ljM1ZpYldsMFgySjFkSFJ2YmlJN1lUbzFOanA3Y3pvMk9pSmlkWFIwYjI0aU8yRTZNRHA3ZlhNNk9Eb2liRzlqWVhScGIyNGlPM002TXpZNkltOXdYMnhwWjJoMFltOTRYMjl3ZEdsdVgyWnZjbTFmYzNWaWJXbDBYMkoxZEhSdmJpSTdjem8zT2lKamIyNTBaVzUwSWp0ek9qQTZJaUk3Y3pvME9pSjBlWEJsSWp0ek9qRTZJakFpTzNNNk5Ub2lhVzFoWjJVaU8zTTZNRG9pSWp0ek9qRXlPaUpsYkdWdFpXNTBYM1I1Y0dVaU8zTTZNRG9pSWp0ek9qUTZJbWh5WldZaU8zTTZNRG9pSWp0ek9qRXdPaUp1WlhkZmQybHVaRzkzSWp0ek9qQTZJaUk3Y3pveU9pSmpZeUk3Y3pvd09pSWlPM002TlRvaVlXeHBaMjRpTzNNNk1Eb2lJanR6T2pRNkluUmxlSFFpTzNNNk1Eb2lJanR6T2prNkluUmxlSFJmYzJsNlpTSTdjem95T2lJek1pSTdjem94TURvaWRHVjRkRjlqYjJ4dmNpSTdjem8zT2lJak1EQXdNREF3SWp0ek9qazZJblJsZUhSZlptOXVkQ0k3Y3pvd09pSWlPM002T1RvaWRHVjRkRjlpYjJ4a0lqdHpPakU2SWpFaU8zTTZNVFE2SW5SbGVIUmZkVzVrWlhKc2FXNWxJanR6T2pBNklpSTdjem94TVRvaWRHVjRkRjlwZEdGc2FXTWlPM002TURvaUlqdHpPakU1T2lKMFpYaDBYMnhsZEhSbGNsOXpjR0ZqYVc1bklqdHpPakU2SWpBaU8zTTZNVE02SW5OMVluUmxlSFJmY0dGdVpXd2lPM002TURvaUlqdHpPamM2SW5OMVluUmxlSFFpTzNNNk1Eb2lJanR6T2pFeU9pSnpkV0owWlhoMFgzTnBlbVVpTzNNNk1Eb2lJanR6T2pFek9pSnpkV0owWlhoMFgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE1qb2ljM1ZpZEdWNGRGOW1iMjUwSWp0ek9qQTZJaUk3Y3pveE1qb2ljM1ZpZEdWNGRGOWliMnhrSWp0ek9qQTZJaUk3Y3pveE56b2ljM1ZpZEdWNGRGOTFibVJsY214cGJtVWlPM002TURvaUlqdHpPakUwT2lKemRXSjBaWGgwWDJsMFlXeHBZeUk3Y3pvd09pSWlPM002TWpJNkluTjFZblJsZUhSZmJHVjBkR1Z5WDNOd1lXTnBibWNpTzNNNk1Eb2lJanR6T2pFM09pSjBaWGgwWDNOb1lXUnZkMTl3WVc1bGJDSTdjem94T2lKWklqdHpPakl3T2lKMFpYaDBYM05vWVdSdmQxOTJaWEowYVdOaGJDSTdjem94T2lJeElqdHpPakl5T2lKMFpYaDBYM05vWVdSdmQxOW9iM0pwZW05dWRHRnNJanR6T2pFNklqQWlPM002TVRjNkluUmxlSFJmYzJoaFpHOTNYMk52Ykc5eUlqdHpPamM2SWlObVptWm1NREFpTzNNNk1UWTZJblJsZUhSZmMyaGhaRzkzWDJKc2RYSWlPM002TVRvaU1DSTdjem94TXpvaWMzUjViR2x1WjE5M2FXUjBhQ0k3Y3pvd09pSWlPM002TVRRNkluTjBlV3hwYm1kZmFHVnBaMmgwSWp0ek9qQTZJaUk3Y3pveU1Eb2ljM1I1YkdsdVoxOWliM0prWlhKZlkyOXNiM0lpTzNNNk56b2lJekF3TURBd01DSTdjem94T1RvaWMzUjViR2x1WjE5aWIzSmtaWEpmYzJsNlpTSTdjem94T2lJeElqdHpPakl4T2lKemRIbHNhVzVuWDJKdmNtUmxjbDl5WVdScGRYTWlPM002TVRvaU5pSTdjem95TWpvaWMzUjViR2x1WjE5aWIzSmtaWEpmYjNCaFkybDBlU0k3Y3pvek9pSXhNREFpTzNNNk1UWTZJbk4wZVd4cGJtZGZaM0poWkdsbGJuUWlPM002TURvaUlqdHpPakV6T2lKemRIbHNhVzVuWDNOb2FXNWxJanR6T2pFNklsa2lPM002TWpnNkluTjBlV3hwYm1kZlozSmhaR2xsYm5SZmMzUmhjblJmWTI5c2IzSWlPM002TnpvaUkyWm1abVl3TUNJN2N6b3lOam9pYzNSNWJHbHVaMTluY21Ga2FXVnVkRjlsYm1SZlkyOXNiM0lpTzNNNk56b2lJMlptWVRBek5TSTdjem94TnpvaVpISnZjRjl6YUdGa2IzZGZjR0Z1Wld3aU8zTTZNVG9pV1NJN2N6b3lNRG9pWkhKdmNGOXphR0ZrYjNkZmRtVnlkR2xqWVd3aU8zTTZNVG9pTVNJN2N6b3lNam9pWkhKdmNGOXphR0ZrYjNkZmFHOXlhWHB2Ym5SaGJDSTdjem94T2lJd0lqdHpPakUyT2lKa2NtOXdYM05vWVdSdmQxOWliSFZ5SWp0ek9qRTZJakVpTzNNNk1UZzZJbVJ5YjNCZmMyaGhaRzkzWDNOd2NtVmhaQ0k3Y3pveE9pSXdJanR6T2pFM09pSmtjbTl3WDNOb1lXUnZkMTlqYjJ4dmNpSTdjem8zT2lJak1EQXdNREF3SWp0ek9qRTVPaUprY205d1gzTm9ZV1J2ZDE5dmNHRmphWFI1SWp0ek9qSTZJalV3SWp0ek9qRTRPaUpwYm5ObGRGOXphR0ZrYjNkZmNHRnVaV3dpTzNNNk1Ub2lXU0k3Y3pveU1Ub2lhVzV6WlhSZmMyaGhaRzkzWDNabGNuUnBZMkZzSWp0ek9qRTZJakFpTzNNNk1qTTZJbWx1YzJWMFgzTm9ZV1J2ZDE5b2IzSnBlbTl1ZEdGc0lqdHpPakU2SWpBaU8zTTZNVGM2SW1sdWMyVjBYM05vWVdSdmQxOWliSFZ5SWp0ek9qRTZJakFpTzNNNk1UazZJbWx1YzJWMFgzTm9ZV1J2ZDE5emNISmxZV1FpTzNNNk1Ub2lNU0k3Y3pveE9Eb2lhVzV6WlhSZmMyaGhaRzkzWDJOdmJHOXlJanR6T2pjNklpTm1abVptTURBaU8zTTZNakE2SW1sdWMyVjBYM05vWVdSdmQxOXZjR0ZqYVhSNUlqdHpPakk2SWpVd0lqdDlmWE02TVRJNkltaDBiV3hmWTI5dWRHVnVkQ0k3WVRveE9udHpPamM2SW1OdmJuUmxiblFpTzNNNk1Eb2lJanQ5ZlE9PSI7czoxMzoiZXhpdF9yZWRpcmVjdCI7czo4ODoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSjFjbXdpTzNNNk1Eb2lJanR6T2pjNkltMWxjM05oWjJVaU8zTTZNRG9pSWp0OSI7czoxMzoibGF1bmNoX2Z1bm5lbCI7czoxOTI6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzVPaUptZFc1dVpXeGZhV1FpTzNNNk1Ub2lNU0k3Y3pveE5qb2laMkYwWlhkaGVWOXZkbVZ5Y21sa1pTSTdZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem80T2lKeVpXUnBjbVZqZENJN2N6b3dPaUlpTzNNNk5Eb2lZMjlrWlNJN2N6b3dPaUlpTzMxOSI7fQ=='),(30,'RQ Algo and Quant Course ','YToxOntzOjQ6ImJvZHkiO2E6NTp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM3OiJwYWRkaW5nLXRvcDo0MHB4O3BhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo1NjoiZXlKd1lXUmthVzVuVkc5d0lqb2lOREFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjIyOToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjI3XCIgZm9udF9mb250PVwiTW9udHNlcnJhdFwiIGZvbnRfc3R5bGU9XCJib2xkXCIgZm9udF9jb2xvcj1cIiMzMDMwMzBcIiBmb250X3NwYWNpbmc9XCItMVwiIGFsaWduPVwiY2VudGVyXCJdPHNwYW4gc3R5bGU9XCJjb2xvcjogIzFlOWFlMDtcIj5FdmVyIGRyZWFtIG9mIHRyYWRpbmcgZm9yIGEgbGl2aW5nPzwvc3Bhbj5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MjIwOiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiMjdcIiBmb250X2ZvbnQ9XCJNb250c2VycmF0XCIgZm9udF9zdHlsZT1cImJvbGRcIiBmb250X2NvbG9yPVwiIzMwMzAzMFwiIGZvbnRfc3BhY2luZz1cIi0xXCIgYWxpZ249XCJjZW50ZXJcIl1VbmNvdmVyIHRoZSBteXN0ZXJ5IG9mIHF1YW50IHRyYWRpbmcgLSBTdGFydCBhIDE0LWRheSBmcmVlIHRyaWFsIVsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozOToicm93IGZpdmUtY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czo1NjoiYmFja2dyb3VuZDojMTcxNzE3O3BhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MjBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjEwMDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU14TnpFM01UY2lMQ0p3WVdSa2FXNW5WRzl3SWpvaU1qQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNakFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyNDoidGhyZWUtZmlmdGhzIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo0ODQ6Ilt2aWRlb19wbGF5ZXIgdHlwZT1cImVtYmVkXCIgd2lkdGg9XCI1NTBcIiBoZWlnaHQ9XCIzMDlcIiBhbGlnbj1cImxlZnRcIiBtYXJnaW5fdG9wPVwiMFwiIG1hcmdpbl9ib3R0b209XCIwXCJdPGltZyBzcmM9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3BsdWdpbnMvb3B0aW1pemVQcmVzc1BsdWdpbi9saWIvaW1hZ2VzL3ZpZGVvX3BsYWNlaG9sZGVyLnBuZ1wiIGFsdD1cIlBHbG1jbUZ0WlNCemNtTTlJaTh2Y0d4aGVXVnlMblpwYldWdkxtTnZiUzkyYVdSbGJ5OHhNVEV6TkRnMk1ERWlJSGRwWkhSb1BTSTFNREFpSUdobGFXZG9kRDBpTWpneElpQm1jbUZ0WldKdmNtUmxjajBpTUNJZ2QyVmlhMmwwWVd4c2IzZG1kV3hzYzJOeVpXVnVJRzF2ZW1Gc2JHOTNablZzYkhOamNtVmxiaUJoYkd4dmQyWjFiR3h6WTNKbFpXNCtQQzlwWm5KaGJXVStcIiB3aWR0aD1cIjFcIiBoZWlnaHQ9XCIxXCIgLz5bL3ZpZGVvX3BsYXllcl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Mzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0MToiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIzXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjZWNlYmU0XCIgYWxpZ249XCJsZWZ0XCJdTGVhcm4gSG93IHRvIFRyYWRlIGZvciBhIExpdmluZ1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjUzNzoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjE1XCIgZm9udF9jb2xvcj1cIiNlZWViZGRcIiBib3R0b21fcGFkZGluZz1cIjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIHdpZHRoPVwiMzY0XCIgbGluZV9oZWlnaHQ9XCIyMlwiXUR1cmluZyB0aGUgaGlnaGx5IGFjY2xhaW1lZCBSaW9zUXVhbnQgYWxnb3JpdGhtaWMgYW5kIHF1YW50aXRhdGl2ZSB0cmFkaW5nIGNvdXJzZSB5b3Ugd2lsbCByZWNlaXZlIGNvbXByZWhlbnNpdmUgdHJhaW5pbmcgaW5jbHVkaW5nIHRoZSBjb25jZXB0LCBtZXRob2RzIGFuZCB0b29scyBpbiBhbiBlYXN5IHRvIHVuZGVyc3RhbmQgc3RlcC1ieS1zdGVwIGZvcm1hdC4gVGhlIGV4YWN0IGxvZ2ljIGlzIHJldmVhbGVkIHdpdGggYWxsIHRoZSBuZWNlc3NhcnkgcnVsZXMgbmVlZGVkIGZvciB1bmRlcnN0YW5kaW5nIGFuZCBpbXBsZW1lbnRpbmcgdGhlIFJpb3NRdWFudCBhcHByb2FjaCB0byB0cmFkaW5nIHRoZSBnbG9iYWwgbWFya2V0cy5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE1ODg6IltvcHRpbl9ib3ggc3R5bGU9XCIxNFwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNjYwMzY0XCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIxXCIgdGV4dD1cIkNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hcIiB0ZXh0X3NpemU9XCIxOFwiIHRleHRfY29sb3I9XCIjNTA0MjEwXCIgdGV4dF9mb250PVwiSGVsdmV0aWNhO2RlZmF1bHRcIiB0ZXh0X2JvbGQ9XCJZXCIgdGV4dF9sZXR0ZXJfc3BhY2luZz1cIjBcIiB0ZXh0X3NoYWRvd19wYW5lbD1cIllcIiB0ZXh0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiB0ZXh0X3NoYWRvd19ob3Jpem9udGFsPVwiMFwiIHRleHRfc2hhZG93X2NvbG9yPVwiI2ZmZmY5ZVwiIHRleHRfc2hhZG93X2JsdXI9XCIwXCIgc3R5bGluZ193aWR0aD1cIjEwMFwiIHN0eWxpbmdfaGVpZ2h0PVwiMTRcIiBzdHlsaW5nX2JvcmRlcl9jb2xvcj1cIiNkNjkzMDBcIiBzdHlsaW5nX2JvcmRlcl9zaXplPVwiMVwiIHN0eWxpbmdfYm9yZGVyX3JhZGl1cz1cIjZcIiBzdHlsaW5nX2JvcmRlcl9vcGFjaXR5PVwiMTAwXCIgc3R5bGluZ19ncmFkaWVudF9zdGFydF9jb2xvcj1cIiNmZmNmMGFcIiBzdHlsaW5nX2dyYWRpZW50X2VuZF9jb2xvcj1cIiNmZmRhMjJcIiBkcm9wX3NoYWRvd19wYW5lbD1cIllcIiBkcm9wX3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBkcm9wX3NoYWRvd19ob3Jpem9udGFsPVwiMFwiIGRyb3Bfc2hhZG93X2JsdXI9XCIxXCIgZHJvcF9zaGFkb3dfc3ByZWFkPVwiMFwiIGRyb3Bfc2hhZG93X2NvbG9yPVwiIzAwMDAwMFwiIGRyb3Bfc2hhZG93X29wYWNpdHk9XCIxMFwiIGluc2V0X3NoYWRvd19wYW5lbD1cIllcIiBpbnNldF9zaGFkb3dfdmVydGljYWw9XCIxXCIgaW5zZXRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgaW5zZXRfc2hhZG93X2JsdXI9XCIwXCIgaW5zZXRfc2hhZG93X3NwcmVhZD1cIjBcIiBpbnNldF9zaGFkb3dfY29sb3I9XCIjZmZlNTkwXCIgaW5zZXRfc2hhZG93X29wYWNpdHk9XCIxMDBcIiBsb2NhdGlvbj1cIm9wdGluX2JveF9zdHlsZV8xNFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1DbGljayBoZXJlIGFuZCBjaGVjayB5b3VyIGluYm94Wy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mzg6ImVsZW1lbnQtY29udGFpbmVyIGNmIHBhZC1sZWZ0IGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU5MzoiYmFja2dyb3VuZDojZmNmY2ZjO2JhY2tncm91bmQ6LXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgY29sb3Itc3RvcCgwJSwgI2ZjZmNmYyksIGNvbG9yLXN0b3AoMTAwJSwgI2Y1ZjVmNSkpO2JhY2tncm91bmQ6LXdlYmtpdC1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1vei1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1zLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotby1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6bGluZWFyLWdyYWRpZW50KHRvIGJvdHRvbSwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtmaWx0ZXI6cHJvZ2lkOkRYSW1hZ2VUcmFuc2Zvcm0uTWljcm9zb2Z0LmdyYWRpZW50KHN0YXJ0Q29sb3JzdHI9I2ZjZmNmYywgZW5kQ29sb3JzdHI9I2Y1ZjVmNSwgR3JhZGllbnRUeXBlPTApO3BhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjE0MDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tWTJaalptTWlMQ0ppWVdOclozSnZkVzVrUTI5c2IzSkZibVFpT2lJalpqVm1OV1kxSWl3aWNHRmtaR2x1WjFSdmNDSTZJakl3SWl3aWNHRmtaR2x1WjBKdmRIUnZiU0k2SWpFMUluMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fWk6NDthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjEwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1UQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX19','YToxMzp7czo1OiJ0aGVtZSI7czo2ODoiWVRveU9udHpPalE2SW5SNWNHVWlPM002T1RvaWJXRnlhMlYwYVc1bklqdHpPak02SW1ScGNpSTdjem94T2lJeElqdDkiO3M6MTM6ImhlYWRlcl9sYXlvdXQiO3M6MTA3MjoiWVRveE1EcDdjem8wT2lKc2IyZHZJanR6T2pjNE9pSm9kSFJ3T2k4dmQzZDNMblJvWlhSeVlXUnBibWR5YjI5dExtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE5DOHdNeTlUWVcxd2JHVk1iMmR2TFVSaGNtc3hNaTV3Ym1jaU8zTTZOVG9pWW1kcGJXY2lPM002TURvaUlqdHpPakV4T2lKeVpYQmxZWFJpWjJsdFp5STdjem93T2lJaU8zTTZOem9pWW1kamIyeHZjaUk3Y3pvM09pSWpaakJsWm1Zd0lqdHpPakV3T2lKc2FXNXJYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hNem9pYldWdWRTMXdiM05wZEdsdmJpSTdjem81T2lKaGJHOXVaM05wWkdVaU8zTTZOem9pWlc1aFlteGxaQ0k3Y3pveE9pSk9JanR6T2pFek9pSnVZWFpmWW1GeVgyRmliM1psSWp0aE9qYzZlM002TnpvaVpXNWhZbXhsWkNJN2N6b3hPaUpPSWp0ek9qTTZJbTVoZGlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmMyaGhaRzkzSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5M1pXbG5hSFFpTzNNNk1Eb2lJanR6T2prNkltWnZiblJmYzJsNlpTSTdjem93T2lJaU8zTTZNVEU2SW1admJuUmZabUZ0YVd4NUlqdHpPakE2SWlJN2N6bzBPaUpzYjJkdklqdHpPakE2SWlJN2ZYTTZNVE02SW01aGRsOWlZWEpmWW1Wc2IzY2lPMkU2TnpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TXpvaWJtRjJJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjl6YUdGa2IzY2lPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM2RsYVdkb2RDSTdjem93T2lJaU8zTTZPVG9pWm05dWRGOXphWHBsSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1Eb2lJanR6T2pRNklteHZaMjhpTzNNNk1Eb2lJanQ5Y3pveE56b2libUYyWDJKaGNsOWhiRzl1WjNOcFpHVWlPMkU2TmpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TXpvaWJtRjJJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjl6YUdGa2IzY2lPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM2RsYVdkb2RDSTdjem93T2lJaU8zTTZPVG9pWm05dWRGOXphWHBsSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1Eb2lJanQ5ZlE9PSI7czoxMjoiZmVhdHVyZV9hcmVhIjtzOjEyMDoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvME9pSjBlWEJsSWp0cE9qRTdjem80T2lKelpYUjBhVzVuY3lJN1lUb3hPbnR6T2pFeU9pSm1iMjUwWDI5d2RHbHZibk1pTzJFNk1EcDdmWDE5IjtzOjEzOiJmZWF0dXJlX3RpdGxlIjtzOjY0OiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8xT2lKMGFYUnNaU0k3Y3pvd09pSWlPMzA9IjtzOjExOiJmb290ZXJfYXJlYSI7czozNjA6IllUbzRPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNam9pTkRBaU8zTTZNVEU2SW1admJuUmZjMmhoWkc5M0lqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOTNaV2xuYUhRaU8zTTZNRG9pSWp0ek9qazZJbVp2Ym5SZmMybDZaU0k3Y3pvd09pSWlPM002TVRFNkltWnZiblJmWm1GdGFXeDVJanR6T2pBNklpSTdjem94TWpvaWJHRnlaMlZmWm05dmRHVnlJanRoT2pFNmUzTTZOem9pWlc1aFlteGxaQ0k3Y3pveE9pSk9JanQ5Y3pveE56b2labTl2ZEdWeVgyUnBjMk5zWVdsdFpYSWlPMkU2TWpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TnpvaWJXVnpjMkZuWlNJN2N6b3dPaUlpTzMxOSI7czoxMDoidHlwb2dyYXBoeSI7czoxNTI0OiJZVG95T250ek9qRXpPaUptYjI1MFgyVnNaVzFsYm5SeklqdGhPams2ZTNNNk1UQTZJbk5wZEdWZmRHbDBiR1VpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pBNklpSTdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pvM09pSjBZV2RzYVc1bElqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3dPaUlpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZOem9pWkdWbVlYVnNkQ0k3WVRvME9udHpPalE2SW5OcGVtVWlPM002TWpvaU1UVWlPM002TkRvaVptOXVkQ0k3Y3pveE5Ub2lVMjkxY21ObElGTmhibk1nVUhKdklqdHpPalU2SW5OMGVXeGxJanR6T2pBNklpSTdjem8xT2lKamIyeHZjaUk3Y3pvME9pSWpORFEwSWp0OWN6b3lPaUpvTVNJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1UVTZJbE52ZFhKalpTQlRZVzV6SUZCeWJ5STdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pveU9pSm9NaUk3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TVRVNklsTnZkWEpqWlNCVFlXNXpJRkJ5YnlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem95T2lKb015STdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZNRG9pSWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zMXpPakk2SW1nMElqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3dPaUlpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qQTZJaUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTmlJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1Eb2lJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzMxOWN6b3hORG9pWTI5c2IzSmZaV3hsYldWdWRITWlPMkU2TmpwN2N6b3hOem9pWm05dmRHVnlYM1JsZUhSZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFM09pSm1iMjkwWlhKZmJHbHVhMTlqYjJ4dmNpSTdjem93T2lJaU8zTTZNak02SW1admIzUmxjbDlzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanR6T2pBNklpSTdjem94T0RvaVptVmhkSFZ5WlY5MFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hPRG9pWm1WaGRIVnlaVjlzYVc1clgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveU5Eb2labVZoZEhWeVpWOXNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdHpPakE2SWlJN2ZYMD0iO3M6MjE6ImNvbG9yX3NjaGVtZV9hZHZhbmNlZCI7czoyNDIwOiJZVG8zT250ek9qRXpPaUp1WVhaZlltRnlYMkZpYjNabElqdGhPakV3T250ek9qRXpPaUp1WVhaZlltRnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hNVG9pYm1GMlgySmhjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRTVPaUp1WVhaZlltRnlYMmh2ZG1WeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE56b2libUYyWDJKaGNsOW9iM1psY2w5bGJtUWlPM002TURvaUlqdHpPakV3T2lKdVlYWmZZbUZ5WDJKbklqdHpPakE2SWlJN2N6b3lNam9pYm1GMlgySmhjbDlpWjE5b2IzWmxjbDl6ZEdGeWRDSTdjem93T2lJaU8zTTZNVFU2SW01aGRsOWlZWEpmWkdSZmJHbHVheUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlpHUmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRXlPaUp1WVhaZlltRnlYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRXpPaUp1WVhaZlltRnlYMmh2ZG1WeUlqdHpPakE2SWlJN2ZYTTZNVE02SW01aGRsOWlZWEpmWW1Wc2IzY2lPMkU2TVRBNmUzTTZNVE02SW01aGRsOWlZWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakV4T2lKdVlYWmZZbUZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVGs2SW01aGRsOWlZWEpmYUc5MlpYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRTNPaUp1WVhaZlltRnlYMmh2ZG1WeVgyVnVaQ0k3Y3pvd09pSWlPM002TVRBNkltNWhkbDlpWVhKZlltY2lPM002TURvaUlqdHpPakl5T2lKdVlYWmZZbUZ5WDJKblgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TlRvaWJtRjJYMkpoY2w5a1pGOXNhVzVySWp0ek9qQTZJaUk3Y3pveE5qb2libUYyWDJKaGNsOWtaRjlvYjNabGNpSTdjem93T2lJaU8zTTZNVEk2SW01aGRsOWlZWEpmYkdsdWF5STdjem93T2lJaU8zTTZNVE02SW01aGRsOWlZWEpmYUc5MlpYSWlPM002TURvaUlqdDljem94TnpvaWJtRjJYMkpoY2w5aGJHOXVaM05wWkdVaU8yRTZOenA3Y3pveE1Eb2libUYyWDJKaGNsOWlaeUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlltZGZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qSXdPaUp1WVhaZlltRnlYMkpuWDI1aGRsOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRTFPaUp1WVhaZlltRnlYMlJrWDJ4cGJtc2lPM002TURvaUlqdHpPakUyT2lKdVlYWmZZbUZ5WDJSa1gyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1USTZJbVpsWVhSMWNtVmZZWEpsWVNJN1lUbzNPbnR6T2pFek9pSm1aV0YwZFhKbFgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2labVZoZEhWeVpWOWxibVFpTzNNNk1Eb2lJanR6T2pFd09pSjBaWGgwWDJOdmJHOXlJanR6T2pBNklpSTdjem94TURvaWJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TVRZNklteHBibXRmYUc5MlpYSmZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMXpPakk2SW1KbklqdHpPakE2SWlJN2N6b3hNRG9pWW1kZmIzQjBhVzl1Y3lJN2N6b3dPaUlpTzMxek9qRXpPaUptWldGMGRYSmxYM1JwZEd4bElqdGhPak02ZTNNNk1UazZJbVpsWVhSMWNtVmZkR2wwYkdWZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSm1aV0YwZFhKbFgzUnBkR3hsWDJWdVpDSTdjem93T2lJaU8zTTZNalE2SW1abFlYUjFjbVZmZEdsMGJHVmZkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPMzF6T2pZNkltWnZiM1JsY2lJN1lUbzFPbnR6T2pFeU9pSm1iMjkwWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFd09pSm1iMjkwWlhKZlpXNWtJanR6T2pBNklpSTdjem94TnpvaVptOXZkR1Z5WDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTNPaUptYjI5MFpYSmZiR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlhNNk1qTTZJbVp2YjNSbGNsOXNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdGhPakk2ZTNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTFPaUowWlhoMFgyUmxZMjl5WVhScGIyNGlPM002TURvaUlqdDlmWE02TkRvaWNHRm5aU0k3WVRvME9udHpPakV5T2lKeVpYQmxZWFJwYm1kZlltY2lPM002TURvaUlqdHpPamc2SW1KblgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE1Eb2liR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlhNNk1UWTZJbXhwYm10ZmFHOTJaWEpmWTI5c2IzSWlPMkU2TWpwN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zTTZNVFU2SW5SbGVIUmZaR1ZqYjNKaGRHbHZiaUk3Y3pvd09pSWlPMzE5ZlE9PSI7czoxNToibW9iaWxlX3JlZGlyZWN0IjtzOjYwOiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdDkiO3M6Mzoic2VvIjtzOjE5MjoiWVRvMk9udHpPalU2SW5ScGRHeGxJanR6T2pBNklpSTdjem94TVRvaVpHVnpZM0pwY0hScGIyNGlPM002TURvaUlqdHpPamc2SW10bGVYZHZjbVJ6SWp0ek9qQTZJaUk3Y3pvM09pSnZaM1JwZEd4bElqdHpPakE2SWlJN2N6b3hNem9pYjJka1pYTmpjbWx3ZEdsdmJpSTdjem93T2lJaU8zTTZOem9pYjJkcGJXRm5aU0k3Y3pvd09pSWlPMzA9IjtzOjc6InNjcmlwdHMiO3M6MzQ4OiJZVG94T250cE9qQTdZVG95T250ek9qZzZJbkJ2YzJsMGFXOXVJanR6T2pNNkltTnpjeUk3Y3pvMk9pSnpZM0pwY0hRaU8zTTZNVGsyT2lKTWJUbDNaRWRzZFV4WFNuWmxRekI0VGtOQ2NHSnVRakZrUTNkblRHMDVkMlJIYkhWTVYwcDJaVU13ZUU1RFFuQmlia0l4WkVSd2JXSXlUakZqZVVJM1dtMDVkV1JETVROYVYyeHVZVWhSTmsxNlFYZFBNekJMVEcwNWQyUkhiSFZNVjBwMlpVTXdlRTVEUW5kTWJrSjVZVmhhYUZremEyZGxNazUyWWtjNWVVOXBUVFJQUkdjM1dtMDVkV1JETVhwaFdIQnNUMnBGZW1OSVp6ZGpSMFpyV2tkc2RWcDVNVEJpTTBFMlRsaENORTh5T1hkWlYwNXdaRWhyTmsxRE5EUm1VVDA5SWp0OWZRPT0iO3M6ODoiZmJfc2hhcmUiO3M6MTI0OiJZVG8wT250ek9qVTZJblJwZEd4bElqdHpPakE2SWlJN2N6b3hNVG9pWkdWelkzSnBjSFJwYjI0aU8zTTZNRG9pSWp0ek9qVTZJbWx0WVdkbElqdHpPakE2SWlJN2N6bzRPaUpzYVd0bFgzVnliQ0k3Y3pvd09pSWlPMzA9IjtzOjEzOiJleGl0X3JlZGlyZWN0IjtzOjg4OiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdHpPamM2SW0xbGMzTmhaMlVpTzNNNk1Eb2lJanQ5IjtzOjEzOiJsYXVuY2hfZnVubmVsIjtzOjE5MjoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvNU9pSm1kVzV1Wld4ZmFXUWlPM002TVRvaU1TSTdjem94TmpvaVoyRjBaWGRoZVY5dmRtVnljbWxrWlNJN1lUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzRPaUp5WldScGNtVmpkQ0k3Y3pvd09pSWlPM002TkRvaVkyOWtaU0k3Y3pvd09pSWlPMzE5Ijt9'),(31,'Profit Techniques Class','YToxOntzOjQ6ImJvZHkiO2E6Mzp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU1OiJiYWNrZ3JvdW5kOiMwMTk0ZTM7cGFkZGluZy10b3A6NDBweDtwYWRkaW5nLWJvdHRvbTowcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo5NjoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU13TVRrMFpUTWlMQ0p3WVdSa2FXNW5WRzl3SWpvaU5EQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNQ0o5IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNDk6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzNFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgZm9udF9zaGFkb3c9XCJkYXJrXCIgYWxpZ249XCJjZW50ZXJcIl1CaWdnZXIgUHJvZml0IFBvdGVudGlhbCBXaXRoIExlc3MgUmlza1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNTk6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMFwiIGZvbnRfY29sb3I9XCIjZmZmZmZmXCIgZm9udF9zaGFkb3c9XCJkYXJrXCIgYWxpZ249XCJjZW50ZXJcIl1BcmUgWW91IFJlYWR5IHRvIEhpdCB0aGUgR3JvdW5kIFJ1bm5pbmcgaW4gMjAxNT9bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTg3OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMTIvcnEtYmFubmVyLmpwZ1wiIHdpZHRoPVwiODc2XCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMjBcIiBib3R0b21fbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxMDc6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X2NvbG9yPVwiI2ZkZmNmY1wiIGFsaWduPVwiY2VudGVyXCJdTWF4aW1pemluZyBQcm9maXQgVGVjaG5pcXVlcyBDbGFzc1svaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MjA6InBhZGRpbmctYm90dG9tOjcwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozMjoiZXlKd1lXUmthVzVuUW05MGRHOXRJam9pTnpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6NDp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjcyNToiW2ZlYXR1cmVfYmxvY2sgc3R5bGU9XCJpY29uXCIgIG92ZXJhbGxfc3R5bGU9XCJpY29uXCIgY29sdW1ucz1cIjRcIiBpY29uX3N0eWxlPVwiNFwiXVtmZWF0dXJlIHRpdGxlPVwiU3BvdCB0aGUgdHJhZGVzIHdpdGggNFggbW9yZSBwcm9maXQgcG90ZW50aWFsLlwiIGljb249XCIxODEtYWx0LnBuZ1wiIHVwbG9hZF9pY29uPVwiXCIgYmdfY29sb3I9XCIjMDE5NGUzXCIgaHJlZj1cIlwiXVsvZmVhdHVyZV0gW2ZlYXR1cmUgdGl0bGU9XCJFYXNpbHkgZW1wbG95IGEgc2ltcGxlIGZvcm11bGEgdG8gc3F1ZWV6ZSBtb3JlIHByb2ZpdHMgZnJvbSB5b3VyIHRyYWRlcy5cIiBpY29uPVwiMzE4LWFsdC5wbmdcIiB1cGxvYWRfaWNvbj1cIlwiIGJnX2NvbG9yPVwiIzAxOTRlM1wiIGhyZWY9XCJcIl1bL2ZlYXR1cmVdIFtmZWF0dXJlIHRpdGxlPVwiU2NhbGUgeW91ciBwb3NpdGlvbiB0byBtYXhpbWl6ZSB5b3VyIHByb2ZpdHMgb25jZSB5b3UgaGF2ZSBhIHdpbm5lci5cIiBpY29uPVwiMjQyLWFsdC5wbmdcIiB1cGxvYWRfaWNvbj1cIlwiIGJnX2NvbG9yPVwiIzAxOTRlM1wiIGhyZWY9XCJcIl1bL2ZlYXR1cmVdIFtmZWF0dXJlIHRpdGxlPVwiUG93ZXIgdXAgYW5kIG1ha2UgMjAxNSB5b3VyIGJlc3QgeWVhci5cIiBpY29uPVwiMjgyLWFsdC5wbmdcIiB1cGxvYWRfaWNvbj1cIlwiIGJnX2NvbG9yPVwiIzAxOTRlM1wiIGhyZWY9XCJcIl1bL2ZlYXR1cmVdIFsvZmVhdHVyZV9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc4OToiW2ZlYXR1cmVfYmxvY2sgc3R5bGU9XCJpY29uXCIgIG92ZXJhbGxfc3R5bGU9XCJpY29uXCIgY29sdW1ucz1cIjRcIiBpY29uX3N0eWxlPVwiNFwiXVtmZWF0dXJlIHRpdGxlPVwiVGh1cnNkYXkgLSBEZWNlbWJlciAxOHRoIC0gODowMCBwbSBFVFwiIGljb249XCIyNjEtYWx0LnBuZ1wiIHVwbG9hZF9pY29uPVwiXCIgYmdfY29sb3I9XCIjMDE5NGUzXCIgaHJlZj1cIlwiXVsvZmVhdHVyZV0gW2ZlYXR1cmUgdGl0bGU9XCJKb2UgUmlvcyAtIFByb2Zlc3Npb25hbCAyNSB5ZWFyIFdhbGwgU3RyZWV0IGluc2lkZXIgYW5kIGEgcmVnaXN0ZXJlZCBDVEEuXCIgaWNvbj1cIjEyOC1hbHQucG5nXCIgdXBsb2FkX2ljb249XCJcIiBiZ19jb2xvcj1cIiMwMTk0ZTNcIiBocmVmPVwiXCJdWy9mZWF0dXJlXSBbZmVhdHVyZSB0aXRsZT1cIlJlY29nbml6ZWQgd29ybGQgd2lkZSBhcyBhbiBpbm5vdmF0b3IgYW5kIGRldmVsb3BlciBvZiB0cmFkaW5nIHN0cmF0ZWdpZXMuXCIgaWNvbj1cIjE2Ny1hbHQucG5nXCIgdXBsb2FkX2ljb249XCJcIiBiZ19jb2xvcj1cIiMwMTk0ZTNcIiBocmVmPVwiXCJdWy9mZWF0dXJlXSBbZmVhdHVyZSB0aXRsZT1cIi4uLm5ldmVyIGZhaWwgdG8gcGljayB1cCBvbiBuZXcgaW5zaWdodCBhbmQgbmV3IHVuZGVyc3RhbmRpbmcsIGp1c3QgZ3JlYXQuIFRoYW5rcyBzbyBtdWNoISAtIFIuRy4gSGF3YWlpXCIgaWNvbj1cIjI0NS1hbHQucG5nXCIgdXBsb2FkX2ljb249XCJcIiBiZ19jb2xvcj1cIiMwMTk0ZTNcIiBocmVmPVwiXCJdWy9mZWF0dXJlXSBbL2ZlYXR1cmVfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo5NDoiW3R3b19jb2x1bW5fYmxvY2sgc3R5bGU9XCIxXCJdIFtjb250ZW50MV1bL2NvbnRlbnQxXSBbY29udGVudDJdWy9jb250ZW50Ml0gWy90d29fY29sdW1uX2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODEwOiJbb3B0aW5fYm94IHN0eWxlPVwiMTJcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9maWVsZD1cIm51bGxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImN1c3RvbVwiIGRvdWJsZV9vcHRpbj1cIllcIiBuYW1lX2ZpZWxkPVwibnVsbFwiIG5hbWVfb3JkZXI9XCIwXCIgbmFtZV9yZXF1aXJlZD1cIllcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIl1bb3B0aW5fYm94X2NvZGVdPGRpdiBzdHlsZT1cImRpc3BsYXk6bm9uZVwiPjwvZGl2Plsvb3B0aW5fYm94X2NvZGVdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1CSUdHRVIgUFJPRklUIFBPVEVOVElBTCBXSVRIIExFU1MgUklTSzogQXJlIHlvdSBpbj9bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1SMlYwSUhKbFlXUjVJSFJ2SUdoaGRtVWdkR2hsSUdKbGMzUWdlV1ZoY2lCbGRtVnlJR2x1SURJd01UVWhbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCIgYnV0dG9uX2JlbG93PVwiWVwiXVJlZ2lzdGVyIEhlcmUhWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MjthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI3NjoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjIwXCIgZm9udF9zdHlsZT1cIm5vcm1hbFwiIGZvbnRfY29sb3I9XCIjNjE2MTYxXCIgYWxpZ249XCJjZW50ZXJcIl1QQVNUIFBFUkZPUk1BTkNFIElTIE5PVCBJTkRJQ0FUSVZFIE9GIEZVVFVSRSBSRVNVTFRTLiBDT01NT0RJVFkgRlVUVVJFUywgT1BUSU9OUywgQU5EIEZPUkVYIFRSQURJTkcgSU5WT0xWRVMgU1VCU1RBTlRJQUwgUklTSyBBTkQgSVMgTk9UIFNVSVRBQkxFIEZPUiBBTEwgSU5WRVNUT1JTLlsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19fQ==','YToxNDp7czo1OiJ0aGVtZSI7czo2ODoiWVRveU9udHpPalE2SW5SNWNHVWlPM002T1RvaWJXRnlhMlYwYVc1bklqdHpPak02SW1ScGNpSTdjem94T2lJeElqdDkiO3M6MTM6ImhlYWRlcl9sYXlvdXQiO3M6MTIwODoiWVRveE1qcDdjem8wT2lKc2IyZHZJanR6T2pjNU9pSm9kSFJ3T2k4dmQzZDNMblJvWlhSeVlXUnBibWR5YjI5dExtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE5DOHdNeTl6WVcxd2JHVXRiRzluYnkxM2FHbDBaVEl1Y0c1bklqdHpPalU2SW1KbmFXMW5JanR6T2pBNklpSTdjem94TVRvaWNtVndaV0YwWW1kcGJXY2lPM002TURvaUlqdHpPamM2SW1KblkyOXNiM0lpTzNNNk56b2lJekl4TWpFeU1TSTdjem94TURvaWJHbHVhMTlqYjJ4dmNpSTdjem93T2lJaU8zTTZNVE02SW0xbGJuVXRjRzl6YVhScGIyNGlPM002T1RvaVlXeHZibWR6YVdSbElqdHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pveE16b2libUYyWDJKaGNsOWhZbTkyWlNJN1lUbzNPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qQTZJaUk3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYMlpoYldsc2VTSTdjem93T2lJaU8zTTZORG9pYkc5bmJ5STdjem93T2lJaU8zMXpPakV6T2lKdVlYWmZZbUZ5WDJKbGJHOTNJanRoT2pjNmUzTTZOem9pWlc1aFlteGxaQ0k3Y3pveE9pSk9JanR6T2pNNkltNWhkaUk3Y3pvd09pSWlPM002TVRFNkltWnZiblJmYzJoaFpHOTNJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjkzWldsbmFIUWlPM002TURvaUlqdHpPams2SW1admJuUmZjMmw2WlNJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZlptRnRhV3g1SWp0ek9qQTZJaUk3Y3pvME9pSnNiMmR2SWp0ek9qQTZJaUk3ZlhNNk1UYzZJbTVoZGw5aVlYSmZZV3h2Ym1kemFXUmxJanRoT2pZNmUzTTZOem9pWlc1aFlteGxaQ0k3Y3pveE9pSlpJanR6T2pNNkltNWhkaUk3Y3pvd09pSWlPM002TVRFNkltWnZiblJmYzJoaFpHOTNJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjkzWldsbmFIUWlPM002TURvaUlqdHpPams2SW1admJuUmZjMmw2WlNJN2N6b3lPaUl4TXlJN2N6b3hNVG9pWm05dWRGOW1ZVzFwYkhraU8zTTZNVFU2SWxOdmRYSmpaU0JUWVc1eklGQnlieUk3ZlhNNk1USTZJbVJwYzJGaWJHVmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1URTZJbWhsWVdSbGNsOXNhVzVySWp0ek9qTXdPaUpvZEhSd09pOHZkM2QzTG5Sb1pYUnlZV1JwYm1keWIyOXRMbU52YlM4aU8zMD0iO3M6MTI6ImZlYXR1cmVfYXJlYSI7czoxMjA6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzBPaUowZVhCbElqdHBPakU3Y3pvNE9pSnpaWFIwYVc1bmN5STdZVG94T250ek9qRXlPaUptYjI1MFgyOXdkR2x2Ym5NaU8yRTZNRHA3ZlgxOSI7czoxMzoiZmVhdHVyZV90aXRsZSI7czo2NDoiWVRveU9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvMU9pSjBhWFJzWlNJN2N6b3dPaUlpTzMwPSI7czoxMToiZm9vdGVyX2FyZWEiO3M6Mzg0OiJZVG80T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVdTSTdjem96T2lKdVlYWWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM05vWVdSdmR5STdjem93T2lJaU8zTTZNVEU2SW1admJuUmZkMlZwWjJoMElqdHpPakE2SWlJN2N6bzVPaUptYjI1MFgzTnBlbVVpTzNNNk1qb2lNVE1pTzNNNk1URTZJbVp2Ym5SZlptRnRhV3g1SWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TVRJNklteGhjbWRsWDJadmIzUmxjaUk3WVRveE9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3ZlhNNk1UYzZJbVp2YjNSbGNsOWthWE5qYkdGcGJXVnlJanRoT2pJNmUzTTZOem9pWlc1aFlteGxaQ0k3Y3pveE9pSk9JanR6T2pjNkltMWxjM05oWjJVaU8zTTZNRG9pSWp0OWZRPT0iO3M6MTA6InR5cG9ncmFwaHkiO3M6MTUyMDoiWVRveU9udHpPakV6T2lKbWIyNTBYMlZzWlcxbGJuUnpJanRoT2prNmUzTTZNVEE2SW5OcGRHVmZkR2wwYkdVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qQTZJaUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6bzNPaUowWVdkc2FXNWxJanRoT2pRNmUzTTZORG9pYzJsNlpTSTdjem93T2lJaU8zTTZORG9pWm05dWRDSTdjem93T2lJaU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWE02TnpvaVpHVm1ZWFZzZENJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1qb2lNVGNpTzNNNk5Eb2labTl1ZENJN2N6b3hOVG9pVTI5MWNtTmxJRk5oYm5NZ1VISnZJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6bzBPaUlqTkRRMElqdDljem95T2lKb01TSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZNVFU2SWxOdmRYSmpaU0JUWVc1eklGQnlieUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTWlJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk9Ub2lUM0JsYmlCVFlXNXpJanR6T2pVNkluTjBlV3hsSWp0ek9qTTZJak13TUNJN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zMXpPakk2SW1neklqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3dPaUlpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURRaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qQTZJaUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTlNJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1Eb2lJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzMxek9qSTZJbWcySWp0aE9qUTZlM002TkRvaWMybDZaU0k3Y3pvd09pSWlPM002TkRvaVptOXVkQ0k3Y3pvd09pSWlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3Zlgxek9qRTBPaUpqYjJ4dmNsOWxiR1Z0Wlc1MGN5STdZVG8yT250ek9qRTNPaUptYjI5MFpYSmZkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPM002TVRjNkltWnZiM1JsY2w5c2FXNXJYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3lNem9pWm05dmRHVnlYMnhwYm10ZmFHOTJaWEpmWTI5c2IzSWlPM002TURvaUlqdHpPakU0T2lKbVpXRjBkWEpsWDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTRPaUptWldGMGRYSmxYMnhwYm10ZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pJME9pSm1aV0YwZFhKbFgyeHBibXRmYUc5MlpYSmZZMjlzYjNJaU8zTTZNRG9pSWp0OWZRPT0iO3M6MjE6ImNvbG9yX3NjaGVtZV9hZHZhbmNlZCI7czoyNDY0OiJZVG8zT250ek9qRXpPaUp1WVhaZlltRnlYMkZpYjNabElqdGhPakV3T250ek9qRXpPaUp1WVhaZlltRnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hNVG9pYm1GMlgySmhjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRTVPaUp1WVhaZlltRnlYMmh2ZG1WeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE56b2libUYyWDJKaGNsOW9iM1psY2w5bGJtUWlPM002TURvaUlqdHpPakV3T2lKdVlYWmZZbUZ5WDJKbklqdHpPakE2SWlJN2N6b3lNam9pYm1GMlgySmhjbDlpWjE5b2IzWmxjbDl6ZEdGeWRDSTdjem93T2lJaU8zTTZNVFU2SW01aGRsOWlZWEpmWkdSZmJHbHVheUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlpHUmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRXlPaUp1WVhaZlltRnlYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRXpPaUp1WVhaZlltRnlYMmh2ZG1WeUlqdHpPakE2SWlJN2ZYTTZNVE02SW01aGRsOWlZWEpmWW1Wc2IzY2lPMkU2TVRBNmUzTTZNVE02SW01aGRsOWlZWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakV4T2lKdVlYWmZZbUZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVGs2SW01aGRsOWlZWEpmYUc5MlpYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRTNPaUp1WVhaZlltRnlYMmh2ZG1WeVgyVnVaQ0k3Y3pvd09pSWlPM002TVRBNkltNWhkbDlpWVhKZlltY2lPM002TURvaUlqdHpPakl5T2lKdVlYWmZZbUZ5WDJKblgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TlRvaWJtRjJYMkpoY2w5a1pGOXNhVzVySWp0ek9qQTZJaUk3Y3pveE5qb2libUYyWDJKaGNsOWtaRjlvYjNabGNpSTdjem93T2lJaU8zTTZNVEk2SW01aGRsOWlZWEpmYkdsdWF5STdjem93T2lJaU8zTTZNVE02SW01aGRsOWlZWEpmYUc5MlpYSWlPM002TURvaUlqdDljem94TnpvaWJtRjJYMkpoY2w5aGJHOXVaM05wWkdVaU8yRTZOenA3Y3pveE1Eb2libUYyWDJKaGNsOWlaeUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlltZGZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qSXdPaUp1WVhaZlltRnlYMkpuWDI1aGRsOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRTFPaUp1WVhaZlltRnlYMlJrWDJ4cGJtc2lPM002TURvaUlqdHpPakUyT2lKdVlYWmZZbUZ5WDJSa1gyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1USTZJbVpsWVhSMWNtVmZZWEpsWVNJN1lUbzNPbnR6T2pFek9pSm1aV0YwZFhKbFgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2labVZoZEhWeVpWOWxibVFpTzNNNk1Eb2lJanR6T2pFd09pSjBaWGgwWDJOdmJHOXlJanR6T2pBNklpSTdjem94TURvaWJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TVRZNklteHBibXRmYUc5MlpYSmZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMXpPakk2SW1KbklqdHpPakE2SWlJN2N6b3hNRG9pWW1kZmIzQjBhVzl1Y3lJN2N6b3dPaUlpTzMxek9qRXpPaUptWldGMGRYSmxYM1JwZEd4bElqdGhPak02ZTNNNk1UazZJbVpsWVhSMWNtVmZkR2wwYkdWZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSm1aV0YwZFhKbFgzUnBkR3hsWDJWdVpDSTdjem93T2lJaU8zTTZNalE2SW1abFlYUjFjbVZmZEdsMGJHVmZkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPMzF6T2pZNkltWnZiM1JsY2lJN1lUbzFPbnR6T2pFeU9pSm1iMjkwWlhKZmMzUmhjblFpTzNNNk56b2lJekl4TWpFeU1TSTdjem94TURvaVptOXZkR1Z5WDJWdVpDSTdjem8zT2lJak1qRXlNVEl4SWp0ek9qRTNPaUptYjI5MFpYSmZkR1Y0ZEY5amIyeHZjaUk3Y3pvM09pSWpaR0prWW1SaUlqdHpPakUzT2lKbWIyOTBaWEpmYkdsdWExOWpiMnh2Y2lJN1lUb3lPbnR6T2pVNkltTnZiRzl5SWp0ek9qYzZJaU5rWW1SaVpHSWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6b3dPaUlpTzMxek9qSXpPaUptYjI5MFpYSmZiR2x1YTE5b2IzWmxjbDlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPamM2SWlOa1ltUmlaR0lpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMTljem8wT2lKd1lXZGxJanRoT2pRNmUzTTZNVEk2SW5KbGNHVmhkR2x1WjE5aVp5STdjem93T2lJaU8zTTZPRG9pWW1kZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFd09pSnNhVzVyWDJOdmJHOXlJanRoT2pJNmUzTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk1Eb2lJanQ5Y3pveE5qb2liR2x1YTE5b2IzWmxjbDlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWDE5IjtzOjE1OiJtb2JpbGVfcmVkaXJlY3QiO3M6NjA6IllUb3lPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUoxY213aU8zTTZNRG9pSWp0OSI7czozOiJzZW8iO3M6MTkyOiJZVG8yT250ek9qVTZJblJwZEd4bElqdHpPakE2SWlJN2N6b3hNVG9pWkdWelkzSnBjSFJwYjI0aU8zTTZNRG9pSWp0ek9qZzZJbXRsZVhkdmNtUnpJanR6T2pBNklpSTdjem8zT2lKdlozUnBkR3hsSWp0ek9qQTZJaUk3Y3pveE16b2liMmRrWlhOamNtbHdkR2x2YmlJN2N6b3dPaUlpTzNNNk56b2liMmRwYldGblpTSTdjem93T2lJaU8zMD0iO3M6Nzoic2NyaXB0cyI7czoxMzY6IllUb3hPbnRwT2pBN1lUb3lPbnR6T2pnNkluQnZjMmwwYVc5dUlqdHpPak02SW1OemN5STdjem8yT2lKelkzSnBjSFFpTzNNNk5EQTZJa3h0U21oaWJUVnNZMmxCZFdKSE9XNWllVUp3WWxka04yUXliR3RrUjJjMlRXcEJkMk5JYURraU8zMTkiO3M6ODoiZmJfc2hhcmUiO3M6MTI0OiJZVG8wT250ek9qVTZJblJwZEd4bElqdHpPakE2SWlJN2N6b3hNVG9pWkdWelkzSnBjSFJwYjI0aU8zTTZNRG9pSWp0ek9qVTZJbWx0WVdkbElqdHpPakE2SWlJN2N6bzRPaUpzYVd0bFgzVnliQ0k3Y3pvd09pSWlPMzA9IjtzOjg6ImxpZ2h0Ym94IjtzOjM3MDA6IllUbzFPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzNPaUp6YUc5M1gyOXVJanR6T2pRNklteHZZV1FpTzNNNk5Eb2lkSGx3WlNJN2N6bzFPaUp2Y0hScGJpSTdjem94TURvaWIzQjBhVzVmWm05eWJTSTdZVG96T250ek9qazZJbVp2Y20xZmFIUnRiQ0k3WVRveE56cDdjem94TURvaVpXMWhhV3hmWkdGMFlTSTdjem93T2lJaU8zTTZNVE02SW1WdFlXbHNYMkZrWkhKbGMzTWlPM002TURvaUlqdHpPakV5T2lKeVpXUnBjbVZqZEY5MWNtd2lPM002TURvaUlqdHpPakV5T2lKbGVIUnlZVjltYVdWc1pITWlPM002TURvaUlqdHpPakU0T2lKbGJXRnBiRjlsZUhSeVlWOW1hV1ZzWkhNaU8zTTZNRG9pSWp0ek9qUTZJbWgwYld3aU8zTTZNRG9pSWp0ek9qRXdPaUp1WlhkZmQybHVaRzkzSWp0ek9qQTZJaUk3Y3pveE1qb2laR2x6WVdKc1pWOXVZVzFsSWp0ek9qQTZJaUk3Y3pvNE9pSnVZVzFsWDJKdmVDSTdjem93T2lJaU8zTTZPVG9pWlcxaGFXeGZZbTk0SWp0ek9qQTZJaUk3Y3pvMk9pSmhZM1JwYjI0aU8zTTZNRG9pSWp0ek9qWTZJbVpwWld4a2N5STdjem93T2lJaU8zTTZOam9pYldWMGFHOWtJanR6T2pRNkluQnZjM1FpTzNNNk1UWTZJbWx1ZEdWbmNtRjBhVzl1WDNSNWNHVWlPM002TmpvaVkzVnpkRzl0SWp0ek9qUTZJbXhwYzNRaU8zTTZNRG9pSWp0ek9qRTBPaUowYUdGdWExOTViM1ZmY0dGblpTSTdjem93T2lJaU8zTTZNVEU2SW1GamRHbHZibDl3WVdkbElqdHpPakE2SWlJN2ZYTTZOem9pWTI5dWRHVnVkQ0k3WVRvMU9udHpPalU2SW5ScGRHeGxJanR6T2pNeU9pSlRaV3hzSUVGdWVYUm9hVzVuSUZkcGRHZ2dUM0IwYVcxcGVtVlFjbVZ6Y3lJN2N6b3hNVG9pWm05eWJWOW9aV0ZrWlhJaU8zTTZPRGc2SWt4dmNtVnRJR2x3YzNWdElHUnZiRzl5SUhOcGRDQmhiV1YwTENCamIyNXpaV04wWlhSMVpYSWdZV1JwY0dselkybHVaeUJsYkdsMExDQnpaV1FnWkdsaGJTQnViMjUxYlcxNUlHNXBZbWdnWlhWcGMyMXZaQzRpTzNNNk1URTZJbVp2YjNSbGNsOXViM1JsSWp0ek9qWTBPaUpaYjNWeUlHbHVabTl5YldGMGFXOXVJR2x6SURFd01DVWdjMlZqZFhKbElIZHBkR2dnZFhNZ1lXNWtJSGRwYkd3Z2JtVjJaWElnWW1VZ2MyaGhjbVZrSWp0ek9qRXlPaUp1WVcxbFgyUmxabUYxYkhRaU8zTTZNalE2SWtWdWRHVnlJSGx2ZFhJZ1JtbHljM1FnVG1GdFpTNHVMaUk3Y3pveE16b2laVzFoYVd4ZlpHVm1ZWFZzZENJN2N6b3lOem9pUlc1MFpYSWdlVzkxY2lCRmJXRnBiQ0JCWkdSeVpYTnpMaTR1SWp0OWN6b3hNem9pYzNWaWJXbDBYMkoxZEhSdmJpSTdZVG8xTmpwN2N6bzJPaUppZFhSMGIyNGlPMkU2TURwN2ZYTTZPRG9pYkc5allYUnBiMjRpTzNNNk16WTZJbTl3WDJ4cFoyaDBZbTk0WDI5d2RHbHVYMlp2Y20xZmMzVmliV2wwWDJKMWRIUnZiaUk3Y3pvM09pSmpiMjUwWlc1MElqdHpPakE2SWlJN2N6bzBPaUowZVhCbElqdHpPakU2SWpBaU8zTTZOVG9pYVcxaFoyVWlPM002TURvaUlqdHpPakV5T2lKbGJHVnRaVzUwWDNSNWNHVWlPM002TURvaUlqdHpPalE2SW1oeVpXWWlPM002TURvaUlqdHpPakV3T2lKdVpYZGZkMmx1Wkc5M0lqdHpPakE2SWlJN2N6b3lPaUpqWXlJN2N6b3dPaUlpTzNNNk5Ub2lZV3hwWjI0aU8zTTZNRG9pSWp0ek9qUTZJblJsZUhRaU8zTTZNRG9pSWp0ek9qazZJblJsZUhSZmMybDZaU0k3Y3pveU9pSXpNaUk3Y3pveE1Eb2lkR1Y0ZEY5amIyeHZjaUk3Y3pvM09pSWpNREF3TURBd0lqdHpPams2SW5SbGVIUmZabTl1ZENJN2N6b3dPaUlpTzNNNk9Ub2lkR1Y0ZEY5aWIyeGtJanR6T2pFNklqRWlPM002TVRRNkluUmxlSFJmZFc1a1pYSnNhVzVsSWp0ek9qQTZJaUk3Y3pveE1Ub2lkR1Y0ZEY5cGRHRnNhV01pTzNNNk1Eb2lJanR6T2pFNU9pSjBaWGgwWDJ4bGRIUmxjbDl6Y0dGamFXNW5JanR6T2pFNklqQWlPM002TVRNNkluTjFZblJsZUhSZmNHRnVaV3dpTzNNNk1Eb2lJanR6T2pjNkluTjFZblJsZUhRaU8zTTZNRG9pSWp0ek9qRXlPaUp6ZFdKMFpYaDBYM05wZW1VaU8zTTZNRG9pSWp0ek9qRXpPaUp6ZFdKMFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hNam9pYzNWaWRHVjRkRjltYjI1MElqdHpPakE2SWlJN2N6b3hNam9pYzNWaWRHVjRkRjlpYjJ4a0lqdHpPakE2SWlJN2N6b3hOem9pYzNWaWRHVjRkRjkxYm1SbGNteHBibVVpTzNNNk1Eb2lJanR6T2pFME9pSnpkV0owWlhoMFgybDBZV3hwWXlJN2N6b3dPaUlpTzNNNk1qSTZJbk4xWW5SbGVIUmZiR1YwZEdWeVgzTndZV05wYm1jaU8zTTZNRG9pSWp0ek9qRTNPaUowWlhoMFgzTm9ZV1J2ZDE5d1lXNWxiQ0k3Y3pveE9pSlpJanR6T2pJd09pSjBaWGgwWDNOb1lXUnZkMTkyWlhKMGFXTmhiQ0k3Y3pveE9pSXhJanR6T2pJeU9pSjBaWGgwWDNOb1lXUnZkMTlvYjNKcGVtOXVkR0ZzSWp0ek9qRTZJakFpTzNNNk1UYzZJblJsZUhSZmMyaGhaRzkzWDJOdmJHOXlJanR6T2pjNklpTm1abVptTURBaU8zTTZNVFk2SW5SbGVIUmZjMmhoWkc5M1gySnNkWElpTzNNNk1Ub2lNQ0k3Y3pveE16b2ljM1I1YkdsdVoxOTNhV1IwYUNJN2N6b3dPaUlpTzNNNk1UUTZJbk4wZVd4cGJtZGZhR1ZwWjJoMElqdHpPakE2SWlJN2N6b3lNRG9pYzNSNWJHbHVaMTlpYjNKa1pYSmZZMjlzYjNJaU8zTTZOem9pSXpBd01EQXdNQ0k3Y3pveE9Ub2ljM1I1YkdsdVoxOWliM0prWlhKZmMybDZaU0k3Y3pveE9pSXhJanR6T2pJeE9pSnpkSGxzYVc1blgySnZjbVJsY2w5eVlXUnBkWE1pTzNNNk1Ub2lOaUk3Y3pveU1qb2ljM1I1YkdsdVoxOWliM0prWlhKZmIzQmhZMmwwZVNJN2N6b3pPaUl4TURBaU8zTTZNVFk2SW5OMGVXeHBibWRmWjNKaFpHbGxiblFpTzNNNk1Eb2lJanR6T2pFek9pSnpkSGxzYVc1blgzTm9hVzVsSWp0ek9qRTZJbGtpTzNNNk1qZzZJbk4wZVd4cGJtZGZaM0poWkdsbGJuUmZjM1JoY25SZlkyOXNiM0lpTzNNNk56b2lJMlptWm1Zd01DSTdjem95TmpvaWMzUjViR2x1WjE5bmNtRmthV1Z1ZEY5bGJtUmZZMjlzYjNJaU8zTTZOem9pSTJabVlUQXpOU0k3Y3pveE56b2laSEp2Y0Y5emFHRmtiM2RmY0dGdVpXd2lPM002TVRvaVdTSTdjem95TURvaVpISnZjRjl6YUdGa2IzZGZkbVZ5ZEdsallXd2lPM002TVRvaU1TSTdjem95TWpvaVpISnZjRjl6YUdGa2IzZGZhRzl5YVhwdmJuUmhiQ0k3Y3pveE9pSXdJanR6T2pFMk9pSmtjbTl3WDNOb1lXUnZkMTlpYkhWeUlqdHpPakU2SWpFaU8zTTZNVGc2SW1SeWIzQmZjMmhoWkc5M1gzTndjbVZoWkNJN2N6b3hPaUl3SWp0ek9qRTNPaUprY205d1gzTm9ZV1J2ZDE5amIyeHZjaUk3Y3pvM09pSWpNREF3TURBd0lqdHpPakU1T2lKa2NtOXdYM05vWVdSdmQxOXZjR0ZqYVhSNUlqdHpPakk2SWpVd0lqdHpPakU0T2lKcGJuTmxkRjl6YUdGa2IzZGZjR0Z1Wld3aU8zTTZNVG9pV1NJN2N6b3lNVG9pYVc1elpYUmZjMmhoWkc5M1gzWmxjblJwWTJGc0lqdHpPakU2SWpBaU8zTTZNak02SW1sdWMyVjBYM05vWVdSdmQxOW9iM0pwZW05dWRHRnNJanR6T2pFNklqQWlPM002TVRjNkltbHVjMlYwWDNOb1lXUnZkMTlpYkhWeUlqdHpPakU2SWpBaU8zTTZNVGs2SW1sdWMyVjBYM05vWVdSdmQxOXpjSEpsWVdRaU8zTTZNVG9pTVNJN2N6b3hPRG9pYVc1elpYUmZjMmhoWkc5M1gyTnZiRzl5SWp0ek9qYzZJaU5tWm1abU1EQWlPM002TWpBNkltbHVjMlYwWDNOb1lXUnZkMTl2Y0dGamFYUjVJanR6T2pJNklqVXdJanQ5ZlhNNk1USTZJbWgwYld4ZlkyOXVkR1Z1ZENJN1lUb3hPbnR6T2pjNkltTnZiblJsYm5RaU8zTTZNRG9pSWp0OWZRPT0iO3M6MTM6ImV4aXRfcmVkaXJlY3QiO3M6ODg6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUoxY213aU8zTTZNRG9pSWp0ek9qYzZJbTFsYzNOaFoyVWlPM002TURvaUlqdDkiO3M6MTM6ImxhdW5jaF9mdW5uZWwiO3M6MTkyOiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem81T2lKbWRXNXVaV3hmYVdRaU8zTTZNVG9pTVNJN2N6b3hOam9pWjJGMFpYZGhlVjl2ZG1WeWNtbGtaU0k3WVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvNE9pSnlaV1JwY21WamRDSTdjem93T2lJaU8zTTZORG9pWTI5a1pTSTdjem93T2lJaU8zMTkiO30='),(32,'mass email lab','YToxOntzOjQ6ImJvZHkiO2E6NTp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjM3OiJwYWRkaW5nLXRvcDo0MHB4O3BhZGRpbmctYm90dG9tOjMwcHg7IjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo1NjoiZXlKd1lXUmthVzVuVkc5d0lqb2lOREFpTENKd1lXUmthVzVuUW05MGRHOXRJam9pTXpBaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI0MjoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjI3XCIgZm9udF9mb250PVwiTW9udHNlcnJhdFwiIGZvbnRfc3R5bGU9XCJib2xkXCIgZm9udF9jb2xvcj1cIiMzMDMwMzBcIiBmb250X3NwYWNpbmc9XCItMVwiIGFsaWduPVwiY2VudGVyXCJdTGl2ZSBUcmFkaW5nIDxzcGFuIHN0eWxlPVwiY29sb3I6ICMxZTlhZTA7XCI+VGhlIFRyYWRpbmcgUm9vbcKuPC9zcGFuPiBHZXQgU3RhcnRlZCBOb3chWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM5OiJyb3cgZml2ZS1jb2x1bW5zIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU2OiJiYWNrZ3JvdW5kOiMxNzE3MTc7cGFkZGluZy10b3A6MjBweDtwYWRkaW5nLWJvdHRvbToyMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTAwOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTXhOekUzTVRjaUxDSndZV1JrYVc1blZHOXdJam9pTWpBaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI0OiJ0aHJlZS1maWZ0aHMgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjI1NToiW3ZpZGVvX3BsYXllciB0eXBlPVwidXJsXCIgdXJsMT1cIlwiIHVybDI9XCJcIiB3aWR0aD1cIjU1MFwiIGhlaWdodD1cIjMwOVwiIGFsaWduPVwibGVmdFwiIG1hcmdpbl90b3A9XCIwXCIgbWFyZ2luX2JvdHRvbT1cIjBcIl1hSFIwY0RvdkwzQnNZWGxsY2k1MmFXMWxieTVqYjIwdlpYaDBaWEp1WVd3dk9UZzRNRE16TVRndWFHUXViWEEwUDNNOU56QTFOR1F4WXprM05HWXpaRFV6TkdVNE1HWTVObVV6WkdZeFpHWTFOVGs9Wy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxODU6IltpbWFnZXMgc3R5bGU9XCIwXCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNC8wNi9lcC1saXZlLXRyYWRpbmctZ3JheS0zMDB4MjE3LmpwZ1wiIHdpZHRoPVwiMzAwXCIgYWxpZ249XCJjZW50ZXJcIiB0b3BfbWFyZ2luPVwiMFwiIGZ1bGxfd2lkdGg9XCJZXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19aToxO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6Mjk6InR3by1maWZ0aHMgY29sdW1uIGNvbHMgbmFycm93IjtzOjg6ImNoaWxkcmVuIjthOjM6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNDQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyM1wiIGZvbnRfc3R5bGU9XCJub3JtYWxcIiBmb250X2NvbG9yPVwiI2VjZWJlNFwiIGFsaWduPVwibGVmdFwiXUxlYXJuIEhvdyB0byBCZWNvbWUgYSBRdWFudCBUcmFkZXJbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyOToiZWxlbWVudC1jb250YWluZXIgY2YgbGVmdC1wYWQiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czo0MDoiZXlKaFpIWmhibU5sWkVOc1lYTnpJam9pYkdWbWRDMXdZV1FpZlE9PSI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo3MTY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxNVwiIGZvbnRfY29sb3I9XCIjZWVlYmRkXCIgYm90dG9tX3BhZGRpbmc9XCIwXCIgYm90dG9tX21hcmdpbj1cIjBcIiB3aWR0aD1cIjM2NFwiIGxpbmVfaGVpZ2h0PVwiMjJcIl1XYXRjaCBob3cgUmlvc1F1YW50IHBlcmZvcm1hbmNlIGNvYWNoIEVQIFByZXN0b24gdG9vayBvdmVyICQxLDMwMCBpbiBwcm9maXRzIGR1cmluZyBGcmlkYXlcJ3MgdHJhZGluZyByb29tIGluIGxpdmUgbWFya2V0cy4gSWYgeW91IGxpa2Ugd2hhdCB5b3Ugc2VlLCB0aGVuIHNpZ24gdXAgZm9yIGEgZnJlZSB0cmlhbCBvZiB0aGUgUmlvc1F1YW50IFRyYWRpbmcgVGVjaG5vbG9neSBhbmQgZ2FpbiBhY2Nlc3MgdG8gYSByZWFsIGxpdmUgdHJhZGluZyByb29tLiBZb3Ugd2lsbCByZWNlaXZlIGNvbXByZWhlbnNpdmUgdHJhaW5pbmcgaW5jbHVkaW5nIHRoZSBjb25jZXB0LCBtZXRob2RzIGFuZCB0b29scyBpbiBhbiBlYXN5IHRvIHVuZGVyc3RhbmQgc3RlcC1ieS1zdGVwIGZvcm1hdC4gVGhlIGV4YWN0IGxvZ2ljIGlzIHJldmVhbGVkIHdpdGggYWxsIHRoZSBuZWNlc3NhcnkgcnVsZXMgbmVlZGVkIGZvciB1bmRlcnN0YW5kaW5nIGFuZCBpbXBsZW1lbnRpbmcgdGhlIFJpb3NRdWFudCBhcHByb2FjaCB0byB0cmFkaW5nIHRoZSBnbG9iYWwgbWFya2V0cy5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjI5OiJlbGVtZW50LWNvbnRhaW5lciBjZiBsZWZ0LXBhZCI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjQwOiJleUpoWkhaaGJtTmxaRU5zWVhOeklqb2liR1ZtZEMxd1lXUWlmUT09Ijt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE1ODg6IltvcHRpbl9ib3ggc3R5bGU9XCIxNFwiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNDkzMjgxXCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIxXCIgdGV4dD1cIkNsaWNrIGhlcmUgYW5kIGNoZWNrIHlvdXIgaW5ib3hcIiB0ZXh0X3NpemU9XCIxOFwiIHRleHRfY29sb3I9XCIjNTA0MjEwXCIgdGV4dF9mb250PVwiSGVsdmV0aWNhO2RlZmF1bHRcIiB0ZXh0X2JvbGQ9XCJZXCIgdGV4dF9sZXR0ZXJfc3BhY2luZz1cIjBcIiB0ZXh0X3NoYWRvd19wYW5lbD1cIllcIiB0ZXh0X3NoYWRvd192ZXJ0aWNhbD1cIjFcIiB0ZXh0X3NoYWRvd19ob3Jpem9udGFsPVwiMFwiIHRleHRfc2hhZG93X2NvbG9yPVwiI2ZmZmY5ZVwiIHRleHRfc2hhZG93X2JsdXI9XCIwXCIgc3R5bGluZ193aWR0aD1cIjEwMFwiIHN0eWxpbmdfaGVpZ2h0PVwiMTRcIiBzdHlsaW5nX2JvcmRlcl9jb2xvcj1cIiNkNjkzMDBcIiBzdHlsaW5nX2JvcmRlcl9zaXplPVwiMVwiIHN0eWxpbmdfYm9yZGVyX3JhZGl1cz1cIjZcIiBzdHlsaW5nX2JvcmRlcl9vcGFjaXR5PVwiMTAwXCIgc3R5bGluZ19ncmFkaWVudF9zdGFydF9jb2xvcj1cIiNmZmNmMGFcIiBzdHlsaW5nX2dyYWRpZW50X2VuZF9jb2xvcj1cIiNmZmRhMjJcIiBkcm9wX3NoYWRvd19wYW5lbD1cIllcIiBkcm9wX3NoYWRvd192ZXJ0aWNhbD1cIjFcIiBkcm9wX3NoYWRvd19ob3Jpem9udGFsPVwiMFwiIGRyb3Bfc2hhZG93X2JsdXI9XCIxXCIgZHJvcF9zaGFkb3dfc3ByZWFkPVwiMFwiIGRyb3Bfc2hhZG93X2NvbG9yPVwiIzAwMDAwMFwiIGRyb3Bfc2hhZG93X29wYWNpdHk9XCIxMFwiIGluc2V0X3NoYWRvd19wYW5lbD1cIllcIiBpbnNldF9zaGFkb3dfdmVydGljYWw9XCIxXCIgaW5zZXRfc2hhZG93X2hvcml6b250YWw9XCIwXCIgaW5zZXRfc2hhZG93X2JsdXI9XCIwXCIgaW5zZXRfc2hhZG93X3NwcmVhZD1cIjBcIiBpbnNldF9zaGFkb3dfY29sb3I9XCIjZmZlNTkwXCIgaW5zZXRfc2hhZG93X29wYWNpdHk9XCIxMDBcIiBsb2NhdGlvbj1cIm9wdGluX2JveF9zdHlsZV8xNFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1DbGljayBoZXJlIGFuZCBjaGVjayB5b3VyIGluYm94Wy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6Mzg6ImVsZW1lbnQtY29udGFpbmVyIGNmIHBhZC1sZWZ0IGxlZnQtcGFkIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6NDA6ImV5SmhaSFpoYm1ObFpFTnNZWE56SWpvaWJHVm1kQzF3WVdRaWZRPT0iO319fX19aToyO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjU5MzoiYmFja2dyb3VuZDojZmNmY2ZjO2JhY2tncm91bmQ6LXdlYmtpdC1ncmFkaWVudChsaW5lYXIsIGxlZnQgdG9wLCBsZWZ0IGJvdHRvbSwgY29sb3Itc3RvcCgwJSwgI2ZjZmNmYyksIGNvbG9yLXN0b3AoMTAwJSwgI2Y1ZjVmNSkpO2JhY2tncm91bmQ6LXdlYmtpdC1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1vei1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6LW1zLWxpbmVhci1ncmFkaWVudCh0b3AsICNmY2ZjZmMgMCUsICNmNWY1ZjUgMTAwJSk7YmFja2dyb3VuZDotby1saW5lYXItZ3JhZGllbnQodG9wLCAjZmNmY2ZjIDAlLCAjZjVmNWY1IDEwMCUpO2JhY2tncm91bmQ6bGluZWFyLWdyYWRpZW50KHRvIGJvdHRvbSwgI2ZjZmNmYyAwJSwgI2Y1ZjVmNSAxMDAlKTtmaWx0ZXI6cHJvZ2lkOkRYSW1hZ2VUcmFuc2Zvcm0uTWljcm9zb2Z0LmdyYWRpZW50KHN0YXJ0Q29sb3JzdHI9I2ZjZmNmYywgZW5kQ29sb3JzdHI9I2Y1ZjVmNSwgR3JhZGllbnRUeXBlPTApO3BhZGRpbmctdG9wOjIwcHg7cGFkZGluZy1ib3R0b206MTVweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjE0MDoiZXlKaVlXTnJaM0p2ZFc1a1EyOXNiM0pUZEdGeWRDSTZJaU5tWTJaalptTWlMQ0ppWVdOclozSnZkVzVrUTI5c2IzSkZibVFpT2lJalpqVm1OV1kxSWl3aWNHRmtaR2x1WjFSdmNDSTZJakl3SWl3aWNHRmtaR2x1WjBKdmRIUnZiU0k2SWpFMUluMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fWk6MzthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czowOiIiO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fWk6NDthOjQ6e3M6OToicm93X2NsYXNzIjtzOjM4OiJyb3cgdHdvLWNvbHVtbnMgY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6Mzc6InBhZGRpbmctdG9wOjEwcHg7cGFkZGluZy1ib3R0b206MTBweDsiO3M6MTQ6InJvd19kYXRhX3N0eWxlIjtzOjU2OiJleUp3WVdSa2FXNW5WRzl3SWpvaU1UQWlMQ0p3WVdSa2FXNW5RbTkwZEc5dElqb2lNVEFpZlE9PSI7czo4OiJjaGlsZHJlbiI7YToyOntpOjA7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX19','YToxMzp7czo1OiJ0aGVtZSI7czo2ODoiWVRveU9udHpPalE2SW5SNWNHVWlPM002T1RvaWJXRnlhMlYwYVc1bklqdHpPak02SW1ScGNpSTdjem94T2lJeElqdDkiO3M6MTM6ImhlYWRlcl9sYXlvdXQiO3M6MTA3MjoiWVRveE1EcDdjem8wT2lKc2IyZHZJanR6T2pjNE9pSm9kSFJ3T2k4dmQzZDNMblJvWlhSeVlXUnBibWR5YjI5dExtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE5DOHdNeTlUWVcxd2JHVk1iMmR2TFVSaGNtc3hNaTV3Ym1jaU8zTTZOVG9pWW1kcGJXY2lPM002TURvaUlqdHpPakV4T2lKeVpYQmxZWFJpWjJsdFp5STdjem93T2lJaU8zTTZOem9pWW1kamIyeHZjaUk3Y3pvM09pSWpaakJsWm1Zd0lqdHpPakV3T2lKc2FXNXJYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hNem9pYldWdWRTMXdiM05wZEdsdmJpSTdjem81T2lKaGJHOXVaM05wWkdVaU8zTTZOem9pWlc1aFlteGxaQ0k3Y3pveE9pSk9JanR6T2pFek9pSnVZWFpmWW1GeVgyRmliM1psSWp0aE9qYzZlM002TnpvaVpXNWhZbXhsWkNJN2N6b3hPaUpPSWp0ek9qTTZJbTVoZGlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmMyaGhaRzkzSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5M1pXbG5hSFFpTzNNNk1Eb2lJanR6T2prNkltWnZiblJmYzJsNlpTSTdjem93T2lJaU8zTTZNVEU2SW1admJuUmZabUZ0YVd4NUlqdHpPakE2SWlJN2N6bzBPaUpzYjJkdklqdHpPakE2SWlJN2ZYTTZNVE02SW01aGRsOWlZWEpmWW1Wc2IzY2lPMkU2TnpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TXpvaWJtRjJJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjl6YUdGa2IzY2lPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM2RsYVdkb2RDSTdjem93T2lJaU8zTTZPVG9pWm05dWRGOXphWHBsSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1Eb2lJanR6T2pRNklteHZaMjhpTzNNNk1Eb2lJanQ5Y3pveE56b2libUYyWDJKaGNsOWhiRzl1WjNOcFpHVWlPMkU2TmpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TXpvaWJtRjJJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjl6YUdGa2IzY2lPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM2RsYVdkb2RDSTdjem93T2lJaU8zTTZPVG9pWm05dWRGOXphWHBsSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1Eb2lJanQ5ZlE9PSI7czoxMjoiZmVhdHVyZV9hcmVhIjtzOjEyMDoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvME9pSjBlWEJsSWp0cE9qRTdjem80T2lKelpYUjBhVzVuY3lJN1lUb3hPbnR6T2pFeU9pSm1iMjUwWDI5d2RHbHZibk1pTzJFNk1EcDdmWDE5IjtzOjEzOiJmZWF0dXJlX3RpdGxlIjtzOjY0OiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8xT2lKMGFYUnNaU0k3Y3pvd09pSWlPMzA9IjtzOjExOiJmb290ZXJfYXJlYSI7czozNjA6IllUbzRPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNam9pTkRBaU8zTTZNVEU2SW1admJuUmZjMmhoWkc5M0lqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOTNaV2xuYUhRaU8zTTZNRG9pSWp0ek9qazZJbVp2Ym5SZmMybDZaU0k3Y3pvd09pSWlPM002TVRFNkltWnZiblJmWm1GdGFXeDVJanR6T2pBNklpSTdjem94TWpvaWJHRnlaMlZmWm05dmRHVnlJanRoT2pFNmUzTTZOem9pWlc1aFlteGxaQ0k3Y3pveE9pSk9JanQ5Y3pveE56b2labTl2ZEdWeVgyUnBjMk5zWVdsdFpYSWlPMkU2TWpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TnpvaWJXVnpjMkZuWlNJN2N6b3dPaUlpTzMxOSI7czoxMDoidHlwb2dyYXBoeSI7czoxNTI0OiJZVG95T250ek9qRXpPaUptYjI1MFgyVnNaVzFsYm5SeklqdGhPams2ZTNNNk1UQTZJbk5wZEdWZmRHbDBiR1VpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pBNklpSTdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pvM09pSjBZV2RzYVc1bElqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3dPaUlpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZOem9pWkdWbVlYVnNkQ0k3WVRvME9udHpPalE2SW5OcGVtVWlPM002TWpvaU1UVWlPM002TkRvaVptOXVkQ0k3Y3pveE5Ub2lVMjkxY21ObElGTmhibk1nVUhKdklqdHpPalU2SW5OMGVXeGxJanR6T2pBNklpSTdjem8xT2lKamIyeHZjaUk3Y3pvME9pSWpORFEwSWp0OWN6b3lPaUpvTVNJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1UVTZJbE52ZFhKalpTQlRZVzV6SUZCeWJ5STdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pveU9pSm9NaUk3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TVRVNklsTnZkWEpqWlNCVFlXNXpJRkJ5YnlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem95T2lKb015STdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZNRG9pSWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zMXpPakk2SW1nMElqdGhPalE2ZTNNNk5Eb2ljMmw2WlNJN2N6b3dPaUlpTzNNNk5Eb2labTl1ZENJN2N6b3dPaUlpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qQTZJaUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTmlJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1Eb2lJanR6T2pVNkluTjBlV3hsSWp0ek9qQTZJaUk3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzMxOWN6b3hORG9pWTI5c2IzSmZaV3hsYldWdWRITWlPMkU2TmpwN2N6b3hOem9pWm05dmRHVnlYM1JsZUhSZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFM09pSm1iMjkwWlhKZmJHbHVhMTlqYjJ4dmNpSTdjem93T2lJaU8zTTZNak02SW1admIzUmxjbDlzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanR6T2pBNklpSTdjem94T0RvaVptVmhkSFZ5WlY5MFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hPRG9pWm1WaGRIVnlaVjlzYVc1clgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveU5Eb2labVZoZEhWeVpWOXNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdHpPakE2SWlJN2ZYMD0iO3M6MjE6ImNvbG9yX3NjaGVtZV9hZHZhbmNlZCI7czoyNDIwOiJZVG8zT250ek9qRXpPaUp1WVhaZlltRnlYMkZpYjNabElqdGhPakV3T250ek9qRXpPaUp1WVhaZlltRnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hNVG9pYm1GMlgySmhjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRTVPaUp1WVhaZlltRnlYMmh2ZG1WeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE56b2libUYyWDJKaGNsOW9iM1psY2w5bGJtUWlPM002TURvaUlqdHpPakV3T2lKdVlYWmZZbUZ5WDJKbklqdHpPakE2SWlJN2N6b3lNam9pYm1GMlgySmhjbDlpWjE5b2IzWmxjbDl6ZEdGeWRDSTdjem93T2lJaU8zTTZNVFU2SW01aGRsOWlZWEpmWkdSZmJHbHVheUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlpHUmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRXlPaUp1WVhaZlltRnlYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRXpPaUp1WVhaZlltRnlYMmh2ZG1WeUlqdHpPakE2SWlJN2ZYTTZNVE02SW01aGRsOWlZWEpmWW1Wc2IzY2lPMkU2TVRBNmUzTTZNVE02SW01aGRsOWlZWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakV4T2lKdVlYWmZZbUZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVGs2SW01aGRsOWlZWEpmYUc5MlpYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRTNPaUp1WVhaZlltRnlYMmh2ZG1WeVgyVnVaQ0k3Y3pvd09pSWlPM002TVRBNkltNWhkbDlpWVhKZlltY2lPM002TURvaUlqdHpPakl5T2lKdVlYWmZZbUZ5WDJKblgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TlRvaWJtRjJYMkpoY2w5a1pGOXNhVzVySWp0ek9qQTZJaUk3Y3pveE5qb2libUYyWDJKaGNsOWtaRjlvYjNabGNpSTdjem93T2lJaU8zTTZNVEk2SW01aGRsOWlZWEpmYkdsdWF5STdjem93T2lJaU8zTTZNVE02SW01aGRsOWlZWEpmYUc5MlpYSWlPM002TURvaUlqdDljem94TnpvaWJtRjJYMkpoY2w5aGJHOXVaM05wWkdVaU8yRTZOenA3Y3pveE1Eb2libUYyWDJKaGNsOWlaeUk3Y3pvd09pSWlPM002TVRZNkltNWhkbDlpWVhKZlltZGZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qSXdPaUp1WVhaZlltRnlYMkpuWDI1aGRsOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0ek9qRTFPaUp1WVhaZlltRnlYMlJrWDJ4cGJtc2lPM002TURvaUlqdHpPakUyT2lKdVlYWmZZbUZ5WDJSa1gyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1USTZJbVpsWVhSMWNtVmZZWEpsWVNJN1lUbzNPbnR6T2pFek9pSm1aV0YwZFhKbFgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2labVZoZEhWeVpWOWxibVFpTzNNNk1Eb2lJanR6T2pFd09pSjBaWGgwWDJOdmJHOXlJanR6T2pBNklpSTdjem94TURvaWJHbHVhMTlqYjJ4dmNpSTdZVG95T250ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2N6b3hOVG9pZEdWNGRGOWtaV052Y21GMGFXOXVJanR6T2pBNklpSTdmWE02TVRZNklteHBibXRmYUc5MlpYSmZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem93T2lJaU8zMXpPakk2SW1KbklqdHpPakE2SWlJN2N6b3hNRG9pWW1kZmIzQjBhVzl1Y3lJN2N6b3dPaUlpTzMxek9qRXpPaUptWldGMGRYSmxYM1JwZEd4bElqdGhPak02ZTNNNk1UazZJbVpsWVhSMWNtVmZkR2wwYkdWZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSm1aV0YwZFhKbFgzUnBkR3hsWDJWdVpDSTdjem93T2lJaU8zTTZNalE2SW1abFlYUjFjbVZmZEdsMGJHVmZkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPMzF6T2pZNkltWnZiM1JsY2lJN1lUbzFPbnR6T2pFeU9pSm1iMjkwWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFd09pSm1iMjkwWlhKZlpXNWtJanR6T2pBNklpSTdjem94TnpvaVptOXZkR1Z5WDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTNPaUptYjI5MFpYSmZiR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlhNNk1qTTZJbVp2YjNSbGNsOXNhVzVyWDJodmRtVnlYMk52Ykc5eUlqdGhPakk2ZTNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTFPaUowWlhoMFgyUmxZMjl5WVhScGIyNGlPM002TURvaUlqdDlmWE02TkRvaWNHRm5aU0k3WVRvME9udHpPakV5T2lKeVpYQmxZWFJwYm1kZlltY2lPM002TURvaUlqdHpPamc2SW1KblgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE1Eb2liR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlhNNk1UWTZJbXhwYm10ZmFHOTJaWEpmWTI5c2IzSWlPMkU2TWpwN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zTTZNVFU2SW5SbGVIUmZaR1ZqYjNKaGRHbHZiaUk3Y3pvd09pSWlPMzE5ZlE9PSI7czoxNToibW9iaWxlX3JlZGlyZWN0IjtzOjYwOiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdDkiO3M6Mzoic2VvIjtzOjE5MjoiWVRvMk9udHpPalU2SW5ScGRHeGxJanR6T2pBNklpSTdjem94TVRvaVpHVnpZM0pwY0hScGIyNGlPM002TURvaUlqdHpPamc2SW10bGVYZHZjbVJ6SWp0ek9qQTZJaUk3Y3pvM09pSnZaM1JwZEd4bElqdHpPakE2SWlJN2N6b3hNem9pYjJka1pYTmpjbWx3ZEdsdmJpSTdjem93T2lJaU8zTTZOem9pYjJkcGJXRm5aU0k3Y3pvd09pSWlPMzA9IjtzOjc6InNjcmlwdHMiO3M6MzQ4OiJZVG94T250cE9qQTdZVG95T250ek9qZzZJbkJ2YzJsMGFXOXVJanR6T2pNNkltTnpjeUk3Y3pvMk9pSnpZM0pwY0hRaU8zTTZNVGsyT2lKTWJUbDNaRWRzZFV4WFNuWmxRekI0VGtOQ2NHSnVRakZrUTNkblRHMDVkMlJIYkhWTVYwcDJaVU13ZUU1RFFuQmlia0l4WkVSd2JXSXlUakZqZVVJM1dtMDVkV1JETVROYVYyeHVZVWhSTmsxNlFYZFBNekJMVEcwNWQyUkhiSFZNVjBwMlpVTXdlRTVEUW5kTWJrSjVZVmhhYUZremEyZGxNazUyWWtjNWVVOXBUVFJQUkdjM1dtMDVkV1JETVhwaFdIQnNUMnBGZW1OSVp6ZGpSMFpyV2tkc2RWcDVNVEJpTTBFMlRsaENORTh5T1hkWlYwNXdaRWhyTmsxRE5EUm1VVDA5SWp0OWZRPT0iO3M6ODoiZmJfc2hhcmUiO3M6MTI0OiJZVG8wT250ek9qVTZJblJwZEd4bElqdHpPakE2SWlJN2N6b3hNVG9pWkdWelkzSnBjSFJwYjI0aU8zTTZNRG9pSWp0ek9qVTZJbWx0WVdkbElqdHpPakE2SWlJN2N6bzRPaUpzYVd0bFgzVnliQ0k3Y3pvd09pSWlPMzA9IjtzOjEzOiJleGl0X3JlZGlyZWN0IjtzOjg4OiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdHpPamM2SW0xbGMzTmhaMlVpTzNNNk1Eb2lJanQ5IjtzOjEzOiJsYXVuY2hfZnVubmVsIjtzOjE5MjoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvNU9pSm1kVzV1Wld4ZmFXUWlPM002TVRvaU1TSTdjem94TmpvaVoyRjBaWGRoZVY5dmRtVnljbWxrWlNJN1lUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzRPaUp5WldScGNtVmpkQ0k3Y3pvd09pSWlPM002TkRvaVkyOWtaU0k3Y3pvd09pSWlPMzE5Ijt9'),(33,'Trade Titan','YToxOntzOjQ6ImJvZHkiO2E6Mjp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6MzE6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI0OiJ0aHJlZS1maWZ0aHMgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Nzp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjEzMDoiW2hlYWRsaW5lIHN0eWxlPVwiMTVcIiBmb250X3NpemU9XCIyMFwiIGFsaWduPVwiY2VudGVyXCIgYm90dG9tX21hcmdpbj1cIjE1XCJdTmVlZCB0byBpbXByb3ZlIHlvdXIgdHJhZGluZyBwZXJmb3JtYW5jZT9bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU1OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiNDBcIiBmb250X2NvbG9yPVwiI2M3MjgwZlwiIGFsaWduPVwiY2VudGVyXCIgYm90dG9tX21hcmdpbj1cIjIwXCJdVHJ5IFRoZSBUcmFkaW5nIFJvb23CriAKUmFua2VkIGluIHRoZSBUb3AgMiVbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTg2OiJbdGV4dF9ibG9jayBzdHlsZT1cInN0eWxlXzEucG5nXCIgYWxpZ249XCJsZWZ0XCIgZm9udF9zaXplPVwiMjBcIiB3aWR0aD1cIjU1NlwiXURldmVsb3AgbmV3IHNraWxscywgbGVhcm4gbmV3IG1ldGhvZHMgYW5kIGdhaW4gZGlzY2lwbGluZS4KVHJhZGVycyB1c2UgVGhlIFRyYWRpbmcgUm9vbcKuIHRvOlsvdGV4dF9ibG9ja10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjM2MDoiW2J1bGxldF9ibG9jayAgbGFyZ2VfaWNvbj1cIjM4LnBuZ1wiIHdpZHRoPVwiXCIgYWxpZ25tZW50PVwiY2VudGVyXCIgZm9udF9zaXplPVwiMjBcIl08dWw+PGxpPglHZXQgbGl2ZSB0cmFkZSBjYWxscyBpbiByZWFsLXRpbWUgd2l0aCBleGFjdCBlbnRyaWVzLCBzdG9wcyBhbmQgdGFyZ2V0cy48L2xpPjxsaT4JTWFzdGVyIG1vcmUgbWFya2V0cyBpbmNsdWRpbmcgdGhlIEZpbmFuY2lhbHMsIE1ldGFscywgRW5lcmdpZXMsIEdyYWlucyBhbmQgQ3VycmVuY2llcy48L2xpPjxsaT4JVHJhZGUgaW4gYSBkeW5hbWljIG9ubGluZSBjb21tdW5pdHkgd2l0aCBwcm9mZXNzaW9uYWwgdHJhZGVycy48L2xpPjwvdWw+Wy9idWxsZXRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNjE6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIyMFwiIHdpZHRoPVwiNTU2XCJdT3VyIG1lbWJlcnMgY29tZSBoZXJlIGZvciBhIHJlYXNvbiwgIDxzdHJvbmc+ZmluZCB5b3Vycy4uLiA8L3N0cm9uZz5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6NTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czo4NToiW2ltYWdlcyBzdHlsZT1cIjBcIiB3aWR0aD1cIjU4NVwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjY7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTczOiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTUvMDQvdHJhZGluZy1yb29tLWFydC5qcGdcIiB3aWR0aD1cIjU4NVwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fWk6MTthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI5OiJ0d28tZmlmdGhzIGNvbHVtbiBjb2xzIG5hcnJvdyI7czo4OiJjaGlsZHJlbiI7YTo0OntpOjA7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NDk5OiJbdmlkZW9fcGxheWVyIHR5cGU9XCJlbWJlZFwiIHdpZHRoPVwiMzUwXCIgaGVpZ2h0PVwiMTk3XCIgYWxpZ249XCJjZW50ZXJcIiBtYXJnaW5fdG9wPVwiMFwiIG1hcmdpbl9ib3R0b209XCIxNVwiXTxpbWcgc3JjPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC9wbHVnaW5zL29wdGltaXplUHJlc3NQbHVnaW4vbGliL2ltYWdlcy92aWRlb19wbGFjZWhvbGRlci5wbmdcIiBhbHQ9XCJQR2xtY21GdFpTQnpjbU05SW1oMGRIQnpPaTh2Y0d4aGVXVnlMblpwYldWdkxtTnZiUzkyYVdSbGJ5OHhNVEV6TlRJd016TWlJSGRwWkhSb1BTSTFNREFpSUdobGFXZG9kRDBpTWpneElpQm1jbUZ0WldKdmNtUmxjajBpTUNJZ2QyVmlhMmwwWVd4c2IzZG1kV3hzYzJOeVpXVnVJRzF2ZW1Gc2JHOTNablZzYkhOamNtVmxiaUJoYkd4dmQyWjFiR3h6WTNKbFpXNCtQQzlwWm5KaGJXVStDZz09XCIgd2lkdGg9XCIxXCIgaGVpZ2h0PVwiMVwiIC8+Wy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxNDI6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzNVwiIGZvbnRfZm9udD1cIlNoYWRvd3MgSW50byBMaWdodFwiIGZvbnRfY29sb3I9XCIjZTgwMDAwXCIgYWxpZ249XCJjZW50ZXJcIl1Ud28gV2VlayBGcmVlIFRyaWFsWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjUxOiJbYXJyb3dzIHN0eWxlPVwiYXJyb3ctcmVkLTIucG5nXCIgYWxpZ249XCJjZW50ZXJcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc0NzoiW29wdGluX2JveCBzdHlsZT1cIjdcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9maWVsZD1cImVtYWlsXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJhd2ViZXJcIiBsaXN0PVwiMzc4Mzc1NFwiIG5hbWVfZmllbGQ9XCJuYW1lXCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIiBuYW1lX3JlcXVpcmVkPVwiTlwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdUlc1MFpYSWdlVzkxY2lCdVlXMWxJR0Z1WkNCbGJXRnBiQ0JpWld4dmR5QThjM1J5YjI1blBtNXZkeTR1TGp3dmMzUnliMjVuUGc9PVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInByaXZhY3lcIl1XZSB2YWx1ZSB5b3VyIHByaXZhY3kgYW5kIHdvdWxkIG5ldmVyIHNwYW0geW91Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwidG9wX2NvbG9yXCJddW5kZWZpbmVkWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9idXR0b24gdHlwZT1cIjBcIiBidXR0b25fYmVsb3c9XCJZXCJdQ2xpY2sgSGVyZSBhbmQgQ2hlY2sgWW91ciBFbWFpbCBJbmJveCBmb3IgQ29uZmlybWF0aW9uIVsvb3B0aW5fYm94X2J1dHRvbl0gWy9vcHRpbl9ib3hdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjE7YTo0OntzOjk6InJvd19jbGFzcyI7czoyOToicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MzQwOiJleUpqYjJSbFFtVm1iM0psSWpvaVZFaEZVa1VnU1ZNZ1FTQlRWVUpUVkVGT1ZFbEJUQ0JTU1ZOTElFOUdJRXhQVTFNZ1NVNGdWRkpCUkVsT1J5QkRUMDFOVDBSSlZGa2dSbFZVVlZKRlV5d2dUMUJVU1U5T1V5d2dRVTVFSUVaUFVrVkpSMDRnUlZoRFNFRk9SMFVnVUZKUFJGVkRWRk11SUZCQlUxUWdVRVZTUms5U1RVRk9RMFVnU1ZNZ1RrOVVJRWxPUkVsRFFWUkpWa1VnVDBZZ1JsVlVWVkpGSUZKRlUxVk1WRk11SUZSRlUxUkpUVTlPU1VGTVV5QkJVa1VnVGs5VUlFbE9SRWxEUVZSSlZrVWdUMFlnUmxWVVZWSkZJRkJGVWtaUFVrMUJUa05GSUU5U0lGTlZRME5GVTFNdUlDSXNJbUZrWkc5dUlqcDdmWDA9IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjA6e319fX19fQ==','YToxMjp7czo1OiJ0aGVtZSI7czo2ODoiWVRveU9udHpPalE2SW5SNWNHVWlPM002T1RvaWJXRnlhMlYwYVc1bklqdHpPak02SW1ScGNpSTdjem94T2lJeElqdDkiO3M6MTM6ImhlYWRlcl9sYXlvdXQiO3M6MTA2ODoiWVRveE1EcDdjem8wT2lKc2IyZHZJanR6T2pjMk9pSm9kSFJ3T2k4dmQzZDNMblJvWlhSeVlXUnBibWR5YjI5dExtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE5DOHdNeTlUWVcxd2JHVk1iMmR2TFVSaGNtc3VjRzVuSWp0ek9qVTZJbUpuYVcxbklqdHpPakE2SWlJN2N6b3hNVG9pY21Wd1pXRjBZbWRwYldjaU8zTTZNRG9pSWp0ek9qYzZJbUpuWTI5c2IzSWlPM002TnpvaUkyWXdaV1ptTUNJN2N6b3hNRG9pYkdsdWExOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UTTZJbTFsYm5VdGNHOXphWFJwYjI0aU8zTTZPVG9pWVd4dmJtZHphV1JsSWp0ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem94TXpvaWJtRjJYMkpoY2w5aFltOTJaU0k3WVRvM09udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSnVZWFlpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDNOb1lXUnZkeUk3Y3pvd09pSWlPM002TVRFNkltWnZiblJmZDJWcFoyaDBJanR6T2pBNklpSTdjem81T2lKbWIyNTBYM05wZW1VaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgyWmhiV2xzZVNJN2N6b3dPaUlpTzNNNk5Eb2liRzluYnlJN2N6b3dPaUlpTzMxek9qRXpPaUp1WVhaZlltRnlYMkpsYkc5M0lqdGhPamM2ZTNNNk56b2laVzVoWW14bFpDSTdjem94T2lKT0lqdHpPak02SW01aGRpSTdjem93T2lJaU8zTTZNVEU2SW1admJuUmZjMmhoWkc5M0lqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOTNaV2xuYUhRaU8zTTZNRG9pSWp0ek9qazZJbVp2Ym5SZmMybDZaU0k3Y3pvd09pSWlPM002TVRFNkltWnZiblJmWm1GdGFXeDVJanR6T2pBNklpSTdjem8wT2lKc2IyZHZJanR6T2pBNklpSTdmWE02TVRjNkltNWhkbDlpWVhKZllXeHZibWR6YVdSbElqdGhPalk2ZTNNNk56b2laVzVoWW14bFpDSTdjem94T2lKT0lqdHpPak02SW01aGRpSTdjem93T2lJaU8zTTZNVEU2SW1admJuUmZjMmhoWkc5M0lqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOTNaV2xuYUhRaU8zTTZNRG9pSWp0ek9qazZJbVp2Ym5SZmMybDZaU0k3Y3pvd09pSWlPM002TVRFNkltWnZiblJmWm1GdGFXeDVJanR6T2pBNklpSTdmWDA9IjtzOjEyOiJmZWF0dXJlX2FyZWEiO3M6MTIwOiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8wT2lKMGVYQmxJanRwT2pFN2N6bzRPaUp6WlhSMGFXNW5jeUk3WVRveE9udHpPakV5T2lKbWIyNTBYMjl3ZEdsdmJuTWlPMkU2TURwN2ZYMTkiO3M6MTM6ImZlYXR1cmVfdGl0bGUiO3M6NjQ6IllUb3lPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzFPaUowYVhSc1pTSTdjem93T2lJaU8zMD0iO3M6MTE6ImZvb3Rlcl9hcmVhIjtzOjM2MDoiWVRvNE9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lXU0k3Y3pvek9pSnVZWFlpTzNNNk1Ub2lNeUk3Y3pveE1Ub2labTl1ZEY5emFHRmtiM2NpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDNkbGFXZG9kQ0k3Y3pvd09pSWlPM002T1RvaVptOXVkRjl6YVhwbElqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOW1ZVzFwYkhraU8zTTZNRG9pSWp0ek9qRXlPaUpzWVhKblpWOW1iMjkwWlhJaU8yRTZNVHA3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWs0aU8zMXpPakUzT2lKbWIyOTBaWEpmWkdselkyeGhhVzFsY2lJN1lUb3lPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzNPaUp0WlhOellXZGxJanR6T2pBNklpSTdmWDA9IjtzOjEwOiJ0eXBvZ3JhcGh5IjtzOjE1NDQ6IllUb3lPbnR6T2pFek9pSm1iMjUwWDJWc1pXMWxiblJ6SWp0aE9qazZlM002TVRBNkluTnBkR1ZmZEdsMGJHVWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakE2SWlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem8zT2lKMFlXZHNhVzVsSWp0aE9qUTZlM002TkRvaWMybDZaU0k3Y3pvd09pSWlPM002TkRvaVptOXVkQ0k3Y3pvd09pSWlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk56b2laR1ZtWVhWc2RDSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNam9pTVRjaU8zTTZORG9pWm05dWRDSTdjem94TlRvaVUyOTFjbU5sSUZOaGJuTWdVSEp2SWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem8wT2lJak5EUTBJanQ5Y3pveU9pSm9NU0k3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TVRVNklsTnZkWEpqWlNCVFlXNXpJRkJ5YnlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem95T2lKb01pSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZNVFU2SWxOdmRYSmpaU0JUWVc1eklGQnlieUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTXlJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1UVTZJbE52ZFhKalpTQlRZVzV6SUZCeWJ5STdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pveU9pSm9OQ0k3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TURvaUlqdHpPalU2SW5OMGVXeGxJanR6T2pBNklpSTdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPMzF6T2pJNkltZzFJanRoT2pRNmUzTTZORG9pYzJsNlpTSTdjem93T2lJaU8zTTZORG9pWm05dWRDSTdjem93T2lJaU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWE02TWpvaWFEWWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakE2SWlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDlmWE02TVRRNkltTnZiRzl5WDJWc1pXMWxiblJ6SWp0aE9qWTZlM002TVRjNkltWnZiM1JsY2w5MFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hOem9pWm05dmRHVnlYMnhwYm10ZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pJek9pSm1iMjkwWlhKZmJHbHVhMTlvYjNabGNsOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UZzZJbVpsWVhSMWNtVmZkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPM002TVRnNkltWmxZWFIxY21WZmJHbHVhMTlqYjJ4dmNpSTdjem93T2lJaU8zTTZNalE2SW1abFlYUjFjbVZmYkdsdWExOW9iM1psY2w5amIyeHZjaUk3Y3pvd09pSWlPMzE5IjtzOjIxOiJjb2xvcl9zY2hlbWVfYWR2YW5jZWQiO3M6MjQ0MDoiWVRvM09udHpPakV6T2lKdVlYWmZZbUZ5WDJGaWIzWmxJanRoT2pFd09udHpPakV6T2lKdVlYWmZZbUZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TVRvaWJtRjJYMkpoY2w5bGJtUWlPM002TURvaUlqdHpPakU1T2lKdVlYWmZZbUZ5WDJodmRtVnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOem9pYm1GMlgySmhjbDlvYjNabGNsOWxibVFpTzNNNk1Eb2lJanR6T2pFd09pSnVZWFpmWW1GeVgySm5JanR6T2pBNklpSTdjem95TWpvaWJtRjJYMkpoY2w5aVoxOW9iM1psY2w5emRHRnlkQ0k3Y3pvd09pSWlPM002TVRVNkltNWhkbDlpWVhKZlpHUmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UWTZJbTVoZGw5aVlYSmZaR1JmYUc5MlpYSWlPM002TURvaUlqdHpPakV5T2lKdVlYWmZZbUZ5WDJ4cGJtc2lPM002TURvaUlqdHpPakV6T2lKdVlYWmZZbUZ5WDJodmRtVnlJanR6T2pBNklpSTdmWE02TVRNNkltNWhkbDlpWVhKZlltVnNiM2NpTzJFNk1UQTZlM002TVRNNkltNWhkbDlpWVhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFeE9pSnVZWFpmWW1GeVgyVnVaQ0k3Y3pvd09pSWlPM002TVRrNkltNWhkbDlpWVhKZmFHOTJaWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakUzT2lKdVlYWmZZbUZ5WDJodmRtVnlYMlZ1WkNJN2N6b3dPaUlpTzNNNk1UQTZJbTVoZGw5aVlYSmZZbWNpTzNNNk1Eb2lJanR6T2pJeU9pSnVZWFpmWW1GeVgySm5YMmh2ZG1WeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE5Ub2libUYyWDJKaGNsOWtaRjlzYVc1cklqdHpPakE2SWlJN2N6b3hOam9pYm1GMlgySmhjbDlrWkY5b2IzWmxjaUk3Y3pvd09pSWlPM002TVRJNkltNWhkbDlpWVhKZmJHbHVheUk3Y3pvd09pSWlPM002TVRNNkltNWhkbDlpWVhKZmFHOTJaWElpTzNNNk1Eb2lJanQ5Y3pveE56b2libUYyWDJKaGNsOWhiRzl1WjNOcFpHVWlPMkU2TnpwN2N6b3hNRG9pYm1GMlgySmhjbDlpWnlJN2N6b3dPaUlpTzNNNk1UWTZJbTVoZGw5aVlYSmZZbWRmYUc5MlpYSWlPM002TURvaUlqdHpPakl3T2lKdVlYWmZZbUZ5WDJKblgyNWhkbDlvYjNabGNpSTdjem93T2lJaU8zTTZNVEk2SW01aGRsOWlZWEpmYkdsdWF5STdjem93T2lJaU8zTTZNVE02SW01aGRsOWlZWEpmYUc5MlpYSWlPM002TURvaUlqdHpPakUxT2lKdVlYWmZZbUZ5WDJSa1gyeHBibXNpTzNNNk1Eb2lJanR6T2pFMk9pSnVZWFpmWW1GeVgyUmtYMmh2ZG1WeUlqdHpPakE2SWlJN2ZYTTZNVEk2SW1abFlYUjFjbVZmWVhKbFlTSTdZVG8zT250ek9qRXpPaUptWldGMGRYSmxYM04wWVhKMElqdHpPakE2SWlJN2N6b3hNVG9pWm1WaGRIVnlaVjlsYm1RaU8zTTZNRG9pSWp0ek9qRXdPaUowWlhoMFgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE1Eb2liR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlhNNk1UWTZJbXhwYm10ZmFHOTJaWEpmWTI5c2IzSWlPMkU2TWpwN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zTTZNVFU2SW5SbGVIUmZaR1ZqYjNKaGRHbHZiaUk3Y3pvd09pSWlPMzF6T2pJNkltSm5JanR6T2pBNklpSTdjem94TURvaVltZGZiM0IwYVc5dWN5STdjem93T2lJaU8zMXpPakV6T2lKbVpXRjBkWEpsWDNScGRHeGxJanRoT2pNNmUzTTZNVGs2SW1abFlYUjFjbVZmZEdsMGJHVmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRTNPaUptWldGMGRYSmxYM1JwZEd4bFgyVnVaQ0k3Y3pvd09pSWlPM002TWpRNkltWmxZWFIxY21WZmRHbDBiR1ZmZEdWNGRGOWpiMnh2Y2lJN2N6b3dPaUlpTzMxek9qWTZJbVp2YjNSbGNpSTdZVG8xT250ek9qRXlPaUptYjI5MFpYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRXdPaUptYjI5MFpYSmZaVzVrSWp0ek9qQTZJaUk3Y3pveE56b2labTl2ZEdWeVgzUmxlSFJmWTI5c2IzSWlPM002TURvaUlqdHpPakUzT2lKbWIyOTBaWEpmYkdsdWExOWpiMnh2Y2lJN1lUb3lPbnR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE5Ub2lkR1Y0ZEY5a1pXTnZjbUYwYVc5dUlqdHpPalE2SW01dmJtVWlPMzF6T2pJek9pSm1iMjkwWlhKZmJHbHVhMTlvYjNabGNsOWpiMnh2Y2lJN1lUb3lPbnR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE5Ub2lkR1Y0ZEY5a1pXTnZjbUYwYVc5dUlqdHpPalE2SW01dmJtVWlPMzE5Y3pvME9pSndZV2RsSWp0aE9qUTZlM002TVRJNkluSmxjR1ZoZEdsdVoxOWlaeUk3Y3pvd09pSWlPM002T0RvaVltZGZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRXdPaUpzYVc1clgyTnZiRzl5SWp0aE9qSTZlM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFMU9pSjBaWGgwWDJSbFkyOXlZWFJwYjI0aU8zTTZORG9pYm05dVpTSTdmWE02TVRZNklteHBibXRmYUc5MlpYSmZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem8wT2lKdWIyNWxJanQ5ZlgwPSI7czoxNToibW9iaWxlX3JlZGlyZWN0IjtzOjYwOiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdDkiO3M6Mzoic2VvIjtzOjE5MjoiWVRvMk9udHpPalU2SW5ScGRHeGxJanR6T2pBNklpSTdjem94TVRvaVpHVnpZM0pwY0hScGIyNGlPM002TURvaUlqdHpPamc2SW10bGVYZHZjbVJ6SWp0ek9qQTZJaUk3Y3pvM09pSnZaM1JwZEd4bElqdHpPakE2SWlJN2N6b3hNem9pYjJka1pYTmpjbWx3ZEdsdmJpSTdjem93T2lJaU8zTTZOem9pYjJkcGJXRm5aU0k3Y3pvd09pSWlPMzA9IjtzOjc6InNjcmlwdHMiO3M6ODg6IllUb3hPbnRwT2pBN1lUb3lPbnR6T2pnNkluQnZjMmwwYVc5dUlqdHpPalk2SW1obFlXUmxjaUk3Y3pvMk9pSnpZM0pwY0hRaU8zTTZNRG9pSWp0OWZRPT0iO3M6MTM6ImV4aXRfcmVkaXJlY3QiO3M6ODg6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUoxY213aU8zTTZNRG9pSWp0ek9qYzZJbTFsYzNOaFoyVWlPM002TURvaUlqdDkiO3M6MTM6ImxhdW5jaF9mdW5uZWwiO3M6MTkyOiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem81T2lKbWRXNXVaV3hmYVdRaU8zTTZNVG9pTVNJN2N6b3hOam9pWjJGMFpYZGhlVjl2ZG1WeWNtbGtaU0k3WVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvNE9pSnlaV1JwY21WamRDSTdjem93T2lJaU8zTTZORG9pWTI5a1pTSTdjem93T2lJaU8zMTkiO30='),(34,'trade titan adword','YToxOntzOjQ6ImJvZHkiO2E6Mjp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6MzE6InJvdyBmaXZlLWNvbHVtbnMgY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjI0OiJ0aHJlZS1maWZ0aHMgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6OTp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjEzMDoiW2hlYWRsaW5lIHN0eWxlPVwiMTVcIiBmb250X3NpemU9XCIyMFwiIGFsaWduPVwiY2VudGVyXCIgYm90dG9tX21hcmdpbj1cIjE1XCJdTmVlZCB0byBpbXByb3ZlIHlvdXIgdHJhZGluZyBwZXJmb3JtYW5jZT9bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTU2OiJbaGVhZGxpbmUgc3R5bGU9XCIxXCIgZm9udF9zaXplPVwiNDBcIiBmb250X2NvbG9yPVwiI2M3MjgwZlwiIGFsaWduPVwiY2VudGVyXCIgYm90dG9tX21hcmdpbj1cIjIwXCJdVHJ5IFRoZSBUcmFkaW5nIFJvb23CriAKUmFua2VkIGluIHRoZSBUb3AgMiUqWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToyO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE4NjoiW3RleHRfYmxvY2sgc3R5bGU9XCJzdHlsZV8xLnBuZ1wiIGFsaWduPVwibGVmdFwiIGZvbnRfc2l6ZT1cIjIwXCIgd2lkdGg9XCI1NTZcIl1EZXZlbG9wIG5ldyBza2lsbHMsIGxlYXJuIG5ldyBtZXRob2RzIGFuZCBnYWluIGRpc2NpcGxpbmUuClRyYWRlcnMgdXNlIFRoZSBUcmFkaW5nIFJvb23CriB0bzpbL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MzthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozNjA6IltidWxsZXRfYmxvY2sgIGxhcmdlX2ljb249XCIzOC5wbmdcIiB3aWR0aD1cIlwiIGFsaWdubWVudD1cImNlbnRlclwiIGZvbnRfc2l6ZT1cIjIwXCJdPHVsPjxsaT4JR2V0IGxpdmUgdHJhZGUgY2FsbHMgaW4gcmVhbC10aW1lIHdpdGggZXhhY3QgZW50cmllcywgc3RvcHMgYW5kIHRhcmdldHMuPC9saT48bGk+CU1hc3RlciBtb3JlIG1hcmtldHMgaW5jbHVkaW5nIHRoZSBGaW5hbmNpYWxzLCBNZXRhbHMsIEVuZXJnaWVzLCBHcmFpbnMgYW5kIEN1cnJlbmNpZXMuPC9saT48bGk+CVRyYWRlIGluIGEgZHluYW1pYyBvbmxpbmUgY29tbXVuaXR5IHdpdGggcHJvZmVzc2lvbmFsIHRyYWRlcnMuPC9saT48L3VsPlsvYnVsbGV0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjQ7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6ODU6IltpbWFnZXMgc3R5bGU9XCIwXCIgd2lkdGg9XCI1ODVcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo1O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3MzoiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA0L3RyYWRpbmctcm9vbS1hcnQuanBnXCIgd2lkdGg9XCI1ODVcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo2O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjcxOiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGFsaWduPVwiY2VudGVyXCIgdG9wX21hcmdpbj1cIjBcIiBmdWxsX3dpZHRoPVwiWVwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjc7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6Njc4OiJbZmVhdHVyZV9ib3ggc3R5bGU9XCIxXCIgb25seV9hZHZhbmNlZD1cIlRoZXJlIGFyZSBubyB0aXRsZSBvcHRpb25zIGZvciB0aGUgY2hvb3NlbiBzdHlsZVwiIHdpZHRoPVwiNTU2XCIgYWxpZ25tZW50PVwiY2VudGVyXCJdW29wX2xpdmVlZGl0b3JfZWxlbWVudHNdIFtvcF9saXZlZWRpdG9yX2VsZW1lbnQgZGF0YS1zdHlsZT1cIlwiXVt0ZXh0X2Jsb2NrIHN0eWxlPVwidW5kZWZpbmVkXCIgYWxpZ249XCJsZWZ0XCJdKlRoZSBUcmFkaW5nIFJvb23CriBUcmFkZUxBQiBoYXMgYmVlbiByYW5rZWQgaW4gdGhlIHRvcCAyJSBmb3IgdGhyZWUgY29uc2VjdXRpdmUgeWVhcnMuIFRoZSBzdHVkeSB3YXMgY29uZHVjdGVkIGJ5IERyLiBEZWFuIEhhbmRsZXksIGEgcmVub3duZWQgZXhwZXJ0IGluIGV2YWx1YXRpbmcgZnV0dXJlcyB0cmFkaW5nIHJvb21zLiBIZSBjcml0ZXJpYSBpcyBiYXNlZCBvbiB0cmFkaW5nIHJvb21zIHRoYXQgYXJlIHRydXRoZnVsLCB0cmFuc3BhcmVudCBhbmQgcHJvZml0YWJsZS4gSGlzIHJlc2VhcmNoIGhhcyBiZWVuIHB1Ymxpc2hlZCBpbiBudW1lcm91cyBwdWJsaWNhdGlvbnMgaW5jbHVkaW5nIEZ1dHVyZXMgVHJ1dGggTWFnYXppbmUuWy90ZXh0X2Jsb2NrXVsvb3BfbGl2ZWVkaXRvcl9lbGVtZW50XSBbL29wX2xpdmVlZGl0b3JfZWxlbWVudHNdWy9mZWF0dXJlX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo4O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE3NjoiW2ltYWdlcyBzdHlsZT1cIjBcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA0L2Z1dHVyZXMtdHJ1dGgtdGl0YW4uanBnXCIgd2lkdGg9XCIzMjZcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyOToidHdvLWZpZnRocyBjb2x1bW4gY29scyBuYXJyb3ciO3M6ODoiY2hpbGRyZW4iO2E6Njp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE0MjoiW2hlYWRsaW5lIHN0eWxlPVwiMVwiIGZvbnRfc2l6ZT1cIjM1XCIgZm9udF9mb250PVwiU2hhZG93cyBJbnRvIExpZ2h0XCIgZm9udF9jb2xvcj1cIiNlODAwMDBcIiBhbGlnbj1cImNlbnRlclwiXVR3byBXZWVrIEZyZWUgVHJpYWxbL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTE6IlthcnJvd3Mgc3R5bGU9XCJhcnJvdy1yZWQtMi5wbmdcIiBhbGlnbj1cImNlbnRlclwiXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjI7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NzQ3OiJbb3B0aW5fYm94IHN0eWxlPVwiN1wiIGFsaWdubWVudD1cImNlbnRlclwiIGVtYWlsX2ZpZWxkPVwiZW1haWxcIiBlbWFpbF9kZWZhdWx0PVwiRW50ZXIgeW91ciBlbWFpbCBhZGRyZXNzXCIgZW1haWxfb3JkZXI9XCIwXCIgaW50ZWdyYXRpb25fdHlwZT1cImF3ZWJlclwiIGxpc3Q9XCIzNDM5MzYwXCIgbmFtZV9maWVsZD1cIm5hbWVcIiBuYW1lX2RlZmF1bHQ9XCJFbnRlciB5b3VyIGZpcnN0IG5hbWVcIiBuYW1lX29yZGVyPVwiMFwiIG5hbWVfcmVxdWlyZWQ9XCJOXCJdW29wdGluX2JveF9maWVsZCBuYW1lPVwiaGVhZGxpbmVcIl1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwYXJhZ3JhcGhcIl1SVzUwWlhJZ2VXOTFjaUJ1WVcxbElHRnVaQ0JsYldGcGJDQmlaV3h2ZHlBOGMzUnliMjVuUG01dmR5NHVMand2YzNSeWIyNW5QZz09Wy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicHJpdmFjeVwiXVdlIHZhbHVlIHlvdXIgcHJpdmFjeSBhbmQgd291bGQgbmV2ZXIgc3BhbSB5b3VbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJ0b3BfY29sb3JcIl11bmRlZmluZWRbL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2J1dHRvbiB0eXBlPVwiMFwiIGJ1dHRvbl9iZWxvdz1cIllcIl1DbGljayBIZXJlIGFuZCBDaGVjayBZb3VyIEVtYWlsIEluYm94IGZvciBDb25maXJtYXRpb24hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTozO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjU0NToiW3Rlc3RpbW9uaWFscyBzdHlsZT1cIjRcIiBtYXJnaW5fdG9wPVwiXCIgbWFyZ2luX2JvdHRvbT1cIlwiXVt0ZXN0aW1vbmlhbCBuYW1lPVwiXCIgY29tcGFueT1cIlwiIGhyZWY9XCJcIiBpbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE1LzA0L2RlYW4taGFuZGxleS5qcGdcIl08cD7igJxUaGV5IHRyYWRlIHRoZSBncmVhdGVzdCBkaXZlcnNpdHkgb2YgbWFya2V0cyBJIGhhdmUgZXZlciBzZWVuIGFuZCBwcmVzZW50IGFzIGEgb25lLXN0b3AgZmluYW5jaWFsIGJvdXRpcXVlIHNwZWNpYWxpemluZyBpbiBlbGVjdHJvbmljIHRyYWRpbmcgc3RyYXRlZ3nigKYgVGhlaXIgdGVjaG5vbG9neSBwcm92aWRlcyB0cmFkZXJzIGFjY2VzcyB0byBpbm5vdmF0aXZlIG1ldGhvZHMgdG8gcHJvZml0IGZyb20gdGhlIG1hcmtldHMgd2hpbGUgY29udHJvbGxpbmcgcmlzay7igJ08YnIgLz4KICAgICAgICAgLSBEZWFuIEhhbmRsZXksIFBoRCwgTUJBLCBKRDwvcD4KWy90ZXN0aW1vbmlhbF1bL3Rlc3RpbW9uaWFsc10iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aTo0O2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjQ5OToiW3ZpZGVvX3BsYXllciB0eXBlPVwiZW1iZWRcIiB3aWR0aD1cIjM1MFwiIGhlaWdodD1cIjE5N1wiIGFsaWduPVwiY2VudGVyXCIgbWFyZ2luX3RvcD1cIjBcIiBtYXJnaW5fYm90dG9tPVwiMTVcIl08aW1nIHNyYz1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvcGx1Z2lucy9vcHRpbWl6ZVByZXNzUGx1Z2luL2xpYi9pbWFnZXMvdmlkZW9fcGxhY2Vob2xkZXIucG5nXCIgYWx0PVwiUEdsbWNtRnRaU0J6Y21NOUltaDBkSEJ6T2k4dmNHeGhlV1Z5TG5acGJXVnZMbU52YlM5MmFXUmxieTh4TVRFek5USXdNek1pSUhkcFpIUm9QU0kxTURBaUlHaGxhV2RvZEQwaU1qZ3hJaUJtY21GdFpXSnZjbVJsY2owaU1DSWdkMlZpYTJsMFlXeHNiM2RtZFd4c2MyTnlaV1Z1SUcxdmVtRnNiRzkzWm5Wc2JITmpjbVZsYmlCaGJHeHZkMloxYkd4elkzSmxaVzQrUEM5cFpuSmhiV1UrQ2c9PVwiIHdpZHRoPVwiMVwiIGhlaWdodD1cIjFcIiAvPlsvdmlkZW9fcGxheWVyXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjU7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTMyOiJbaGVhZGxpbmUgc3R5bGU9XCIxNVwiIGZvbnRfc2l6ZT1cIjIwXCIgYWxpZ249XCJjZW50ZXJcIiBib3R0b21fbWFyZ2luPVwiMTVcIl1UcmFkZXJzIGNvbWUgaGVyZSBmb3IgYSByZWFzb24sIGZpbmQgeW91cnMuWy9oZWFkbGluZV0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX19fWk6MTthOjQ6e3M6OToicm93X2NsYXNzIjtzOjI5OiJyb3cgb25lLWNvbHVtbiBjZiB1aS1zb3J0YWJsZSI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czozNDA6ImV5SmpiMlJsUW1WbWIzSmxJam9pVkVoRlVrVWdTVk1nUVNCVFZVSlRWRUZPVkVsQlRDQlNTVk5MSUU5R0lFeFBVMU1nU1U0Z1ZGSkJSRWxPUnlCRFQwMU5UMFJKVkZrZ1JsVlVWVkpGVXl3Z1QxQlVTVTlPVXl3Z1FVNUVJRVpQVWtWSlIwNGdSVmhEU0VGT1IwVWdVRkpQUkZWRFZGTXVJRkJCVTFRZ1VFVlNSazlTVFVGT1EwVWdTVk1nVGs5VUlFbE9SRWxEUVZSSlZrVWdUMFlnUmxWVVZWSkZJRkpGVTFWTVZGTXVJRlJGVTFSSlRVOU9TVUZNVXlCQlVrVWdUazlVSUVsT1JFbERRVlJKVmtVZ1QwWWdSbFZVVlZKRklGQkZVa1pQVWsxQlRrTkZJRTlTSUZOVlEwTkZVMU11SUNJc0ltRmtaRzl1SWpwN2ZYMD0iO3M6ODoiY2hpbGRyZW4iO2E6MTp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjI6Im9uZS1jb2x1bW4gY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6MDp7fX19fX19','YToxMjp7czo1OiJ0aGVtZSI7czo2ODoiWVRveU9udHpPalE2SW5SNWNHVWlPM002T1RvaWJXRnlhMlYwYVc1bklqdHpPak02SW1ScGNpSTdjem94T2lJeElqdDkiO3M6MTM6ImhlYWRlcl9sYXlvdXQiO3M6MTA2ODoiWVRveE1EcDdjem8wT2lKc2IyZHZJanR6T2pjMk9pSm9kSFJ3T2k4dmQzZDNMblJvWlhSeVlXUnBibWR5YjI5dExtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE5DOHdNeTlUWVcxd2JHVk1iMmR2TFVSaGNtc3VjRzVuSWp0ek9qVTZJbUpuYVcxbklqdHpPakE2SWlJN2N6b3hNVG9pY21Wd1pXRjBZbWRwYldjaU8zTTZNRG9pSWp0ek9qYzZJbUpuWTI5c2IzSWlPM002TnpvaUkyWXdaV1ptTUNJN2N6b3hNRG9pYkdsdWExOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UTTZJbTFsYm5VdGNHOXphWFJwYjI0aU8zTTZPVG9pWVd4dmJtZHphV1JsSWp0ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem94TXpvaWJtRjJYMkpoY2w5aFltOTJaU0k3WVRvM09udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSnVZWFlpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDNOb1lXUnZkeUk3Y3pvd09pSWlPM002TVRFNkltWnZiblJmZDJWcFoyaDBJanR6T2pBNklpSTdjem81T2lKbWIyNTBYM05wZW1VaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgyWmhiV2xzZVNJN2N6b3dPaUlpTzNNNk5Eb2liRzluYnlJN2N6b3dPaUlpTzMxek9qRXpPaUp1WVhaZlltRnlYMkpsYkc5M0lqdGhPamM2ZTNNNk56b2laVzVoWW14bFpDSTdjem94T2lKT0lqdHpPak02SW01aGRpSTdjem93T2lJaU8zTTZNVEU2SW1admJuUmZjMmhoWkc5M0lqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOTNaV2xuYUhRaU8zTTZNRG9pSWp0ek9qazZJbVp2Ym5SZmMybDZaU0k3Y3pvd09pSWlPM002TVRFNkltWnZiblJmWm1GdGFXeDVJanR6T2pBNklpSTdjem8wT2lKc2IyZHZJanR6T2pBNklpSTdmWE02TVRjNkltNWhkbDlpWVhKZllXeHZibWR6YVdSbElqdGhPalk2ZTNNNk56b2laVzVoWW14bFpDSTdjem94T2lKT0lqdHpPak02SW01aGRpSTdjem93T2lJaU8zTTZNVEU2SW1admJuUmZjMmhoWkc5M0lqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOTNaV2xuYUhRaU8zTTZNRG9pSWp0ek9qazZJbVp2Ym5SZmMybDZaU0k3Y3pvd09pSWlPM002TVRFNkltWnZiblJmWm1GdGFXeDVJanR6T2pBNklpSTdmWDA9IjtzOjEyOiJmZWF0dXJlX2FyZWEiO3M6MTIwOiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8wT2lKMGVYQmxJanRwT2pFN2N6bzRPaUp6WlhSMGFXNW5jeUk3WVRveE9udHpPakV5T2lKbWIyNTBYMjl3ZEdsdmJuTWlPMkU2TURwN2ZYMTkiO3M6MTM6ImZlYXR1cmVfdGl0bGUiO3M6NjQ6IllUb3lPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzFPaUowYVhSc1pTSTdjem93T2lJaU8zMD0iO3M6MTE6ImZvb3Rlcl9hcmVhIjtzOjM2MDoiWVRvNE9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lXU0k3Y3pvek9pSnVZWFlpTzNNNk1Ub2lNeUk3Y3pveE1Ub2labTl1ZEY5emFHRmtiM2NpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDNkbGFXZG9kQ0k3Y3pvd09pSWlPM002T1RvaVptOXVkRjl6YVhwbElqdHpPakE2SWlJN2N6b3hNVG9pWm05dWRGOW1ZVzFwYkhraU8zTTZNRG9pSWp0ek9qRXlPaUpzWVhKblpWOW1iMjkwWlhJaU8yRTZNVHA3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWs0aU8zMXpPakUzT2lKbWIyOTBaWEpmWkdselkyeGhhVzFsY2lJN1lUb3lPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzNPaUp0WlhOellXZGxJanR6T2pBNklpSTdmWDA9IjtzOjEwOiJ0eXBvZ3JhcGh5IjtzOjE1NDQ6IllUb3lPbnR6T2pFek9pSm1iMjUwWDJWc1pXMWxiblJ6SWp0aE9qazZlM002TVRBNkluTnBkR1ZmZEdsMGJHVWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakE2SWlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem8zT2lKMFlXZHNhVzVsSWp0aE9qUTZlM002TkRvaWMybDZaU0k3Y3pvd09pSWlPM002TkRvaVptOXVkQ0k3Y3pvd09pSWlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk56b2laR1ZtWVhWc2RDSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNam9pTVRjaU8zTTZORG9pWm05dWRDSTdjem94TlRvaVUyOTFjbU5sSUZOaGJuTWdVSEp2SWp0ek9qVTZJbk4wZVd4bElqdHpPakE2SWlJN2N6bzFPaUpqYjJ4dmNpSTdjem8wT2lJak5EUTBJanQ5Y3pveU9pSm9NU0k3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TVRVNklsTnZkWEpqWlNCVFlXNXpJRkJ5YnlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDljem95T2lKb01pSTdZVG8wT250ek9qUTZJbk5wZW1VaU8zTTZNRG9pSWp0ek9qUTZJbVp2Ym5RaU8zTTZNVFU2SWxOdmRYSmpaU0JUWVc1eklGQnlieUk3Y3pvMU9pSnpkSGxzWlNJN2N6b3dPaUlpTzNNNk5Ub2lZMjlzYjNJaU8zTTZNRG9pSWp0OWN6b3lPaUpvTXlJN1lUbzBPbnR6T2pRNkluTnBlbVVpTzNNNk1Eb2lJanR6T2pRNkltWnZiblFpTzNNNk1UVTZJbE52ZFhKalpTQlRZVzV6SUZCeWJ5STdjem8xT2lKemRIbHNaU0k3Y3pvd09pSWlPM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanQ5Y3pveU9pSm9OQ0k3WVRvME9udHpPalE2SW5OcGVtVWlPM002TURvaUlqdHpPalE2SW1admJuUWlPM002TURvaUlqdHpPalU2SW5OMGVXeGxJanR6T2pBNklpSTdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPMzF6T2pJNkltZzFJanRoT2pRNmUzTTZORG9pYzJsNlpTSTdjem93T2lJaU8zTTZORG9pWm05dWRDSTdjem93T2lJaU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWE02TWpvaWFEWWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakE2SWlJN2N6bzFPaUp6ZEhsc1pTSTdjem93T2lJaU8zTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdDlmWE02TVRRNkltTnZiRzl5WDJWc1pXMWxiblJ6SWp0aE9qWTZlM002TVRjNkltWnZiM1JsY2w5MFpYaDBYMk52Ykc5eUlqdHpPakE2SWlJN2N6b3hOem9pWm05dmRHVnlYMnhwYm10ZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pJek9pSm1iMjkwWlhKZmJHbHVhMTlvYjNabGNsOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UZzZJbVpsWVhSMWNtVmZkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPM002TVRnNkltWmxZWFIxY21WZmJHbHVhMTlqYjJ4dmNpSTdjem93T2lJaU8zTTZNalE2SW1abFlYUjFjbVZmYkdsdWExOW9iM1psY2w5amIyeHZjaUk3Y3pvd09pSWlPMzE5IjtzOjIxOiJjb2xvcl9zY2hlbWVfYWR2YW5jZWQiO3M6MjQ0MDoiWVRvM09udHpPakV6T2lKdVlYWmZZbUZ5WDJGaWIzWmxJanRoT2pFd09udHpPakV6T2lKdVlYWmZZbUZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TVRvaWJtRjJYMkpoY2w5bGJtUWlPM002TURvaUlqdHpPakU1T2lKdVlYWmZZbUZ5WDJodmRtVnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOem9pYm1GMlgySmhjbDlvYjNabGNsOWxibVFpTzNNNk1Eb2lJanR6T2pFd09pSnVZWFpmWW1GeVgySm5JanR6T2pBNklpSTdjem95TWpvaWJtRjJYMkpoY2w5aVoxOW9iM1psY2w5emRHRnlkQ0k3Y3pvd09pSWlPM002TVRVNkltNWhkbDlpWVhKZlpHUmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UWTZJbTVoZGw5aVlYSmZaR1JmYUc5MlpYSWlPM002TURvaUlqdHpPakV5T2lKdVlYWmZZbUZ5WDJ4cGJtc2lPM002TURvaUlqdHpPakV6T2lKdVlYWmZZbUZ5WDJodmRtVnlJanR6T2pBNklpSTdmWE02TVRNNkltNWhkbDlpWVhKZlltVnNiM2NpTzJFNk1UQTZlM002TVRNNkltNWhkbDlpWVhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFeE9pSnVZWFpmWW1GeVgyVnVaQ0k3Y3pvd09pSWlPM002TVRrNkltNWhkbDlpWVhKZmFHOTJaWEpmYzNSaGNuUWlPM002TURvaUlqdHpPakUzT2lKdVlYWmZZbUZ5WDJodmRtVnlYMlZ1WkNJN2N6b3dPaUlpTzNNNk1UQTZJbTVoZGw5aVlYSmZZbWNpTzNNNk1Eb2lJanR6T2pJeU9pSnVZWFpmWW1GeVgySm5YMmh2ZG1WeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE5Ub2libUYyWDJKaGNsOWtaRjlzYVc1cklqdHpPakE2SWlJN2N6b3hOam9pYm1GMlgySmhjbDlrWkY5b2IzWmxjaUk3Y3pvd09pSWlPM002TVRJNkltNWhkbDlpWVhKZmJHbHVheUk3Y3pvd09pSWlPM002TVRNNkltNWhkbDlpWVhKZmFHOTJaWElpTzNNNk1Eb2lJanQ5Y3pveE56b2libUYyWDJKaGNsOWhiRzl1WjNOcFpHVWlPMkU2TnpwN2N6b3hNRG9pYm1GMlgySmhjbDlpWnlJN2N6b3dPaUlpTzNNNk1UWTZJbTVoZGw5aVlYSmZZbWRmYUc5MlpYSWlPM002TURvaUlqdHpPakl3T2lKdVlYWmZZbUZ5WDJKblgyNWhkbDlvYjNabGNpSTdjem93T2lJaU8zTTZNVEk2SW01aGRsOWlZWEpmYkdsdWF5STdjem93T2lJaU8zTTZNVE02SW01aGRsOWlZWEpmYUc5MlpYSWlPM002TURvaUlqdHpPakUxT2lKdVlYWmZZbUZ5WDJSa1gyeHBibXNpTzNNNk1Eb2lJanR6T2pFMk9pSnVZWFpmWW1GeVgyUmtYMmh2ZG1WeUlqdHpPakE2SWlJN2ZYTTZNVEk2SW1abFlYUjFjbVZmWVhKbFlTSTdZVG8zT250ek9qRXpPaUptWldGMGRYSmxYM04wWVhKMElqdHpPakE2SWlJN2N6b3hNVG9pWm1WaGRIVnlaVjlsYm1RaU8zTTZNRG9pSWp0ek9qRXdPaUowWlhoMFgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE1Eb2liR2x1YTE5amIyeHZjaUk3WVRveU9udHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdjem94TlRvaWRHVjRkRjlrWldOdmNtRjBhVzl1SWp0ek9qQTZJaUk3ZlhNNk1UWTZJbXhwYm10ZmFHOTJaWEpmWTI5c2IzSWlPMkU2TWpwN2N6bzFPaUpqYjJ4dmNpSTdjem93T2lJaU8zTTZNVFU2SW5SbGVIUmZaR1ZqYjNKaGRHbHZiaUk3Y3pvd09pSWlPMzF6T2pJNkltSm5JanR6T2pBNklpSTdjem94TURvaVltZGZiM0IwYVc5dWN5STdjem93T2lJaU8zMXpPakV6T2lKbVpXRjBkWEpsWDNScGRHeGxJanRoT2pNNmUzTTZNVGs2SW1abFlYUjFjbVZmZEdsMGJHVmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRTNPaUptWldGMGRYSmxYM1JwZEd4bFgyVnVaQ0k3Y3pvd09pSWlPM002TWpRNkltWmxZWFIxY21WZmRHbDBiR1ZmZEdWNGRGOWpiMnh2Y2lJN2N6b3dPaUlpTzMxek9qWTZJbVp2YjNSbGNpSTdZVG8xT250ek9qRXlPaUptYjI5MFpYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRXdPaUptYjI5MFpYSmZaVzVrSWp0ek9qQTZJaUk3Y3pveE56b2labTl2ZEdWeVgzUmxlSFJmWTI5c2IzSWlPM002TURvaUlqdHpPakUzT2lKbWIyOTBaWEpmYkdsdWExOWpiMnh2Y2lJN1lUb3lPbnR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE5Ub2lkR1Y0ZEY5a1pXTnZjbUYwYVc5dUlqdHpPalE2SW01dmJtVWlPMzF6T2pJek9pSm1iMjkwWlhKZmJHbHVhMTlvYjNabGNsOWpiMnh2Y2lJN1lUb3lPbnR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE5Ub2lkR1Y0ZEY5a1pXTnZjbUYwYVc5dUlqdHpPalE2SW01dmJtVWlPMzE5Y3pvME9pSndZV2RsSWp0aE9qUTZlM002TVRJNkluSmxjR1ZoZEdsdVoxOWlaeUk3Y3pvd09pSWlPM002T0RvaVltZGZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRXdPaUpzYVc1clgyTnZiRzl5SWp0aE9qSTZlM002TlRvaVkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFMU9pSjBaWGgwWDJSbFkyOXlZWFJwYjI0aU8zTTZORG9pYm05dVpTSTdmWE02TVRZNklteHBibXRmYUc5MlpYSmZZMjlzYjNJaU8yRTZNanA3Y3pvMU9pSmpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UVTZJblJsZUhSZlpHVmpiM0poZEdsdmJpSTdjem8wT2lKdWIyNWxJanQ5ZlgwPSI7czoxNToibW9iaWxlX3JlZGlyZWN0IjtzOjYwOiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdDkiO3M6Mzoic2VvIjtzOjE5MjoiWVRvMk9udHpPalU2SW5ScGRHeGxJanR6T2pBNklpSTdjem94TVRvaVpHVnpZM0pwY0hScGIyNGlPM002TURvaUlqdHpPamc2SW10bGVYZHZjbVJ6SWp0ek9qQTZJaUk3Y3pvM09pSnZaM1JwZEd4bElqdHpPakE2SWlJN2N6b3hNem9pYjJka1pYTmpjbWx3ZEdsdmJpSTdjem93T2lJaU8zTTZOem9pYjJkcGJXRm5aU0k3Y3pvd09pSWlPMzA9IjtzOjc6InNjcmlwdHMiO3M6ODg6IllUb3hPbnRwT2pBN1lUb3lPbnR6T2pnNkluQnZjMmwwYVc5dUlqdHpPalk2SW1obFlXUmxjaUk3Y3pvMk9pSnpZM0pwY0hRaU8zTTZNRG9pSWp0OWZRPT0iO3M6MTM6ImV4aXRfcmVkaXJlY3QiO3M6ODg6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUoxY213aU8zTTZNRG9pSWp0ek9qYzZJbTFsYzNOaFoyVWlPM002TURvaUlqdDkiO3M6MTM6ImxhdW5jaF9mdW5uZWwiO3M6MTkyOiJZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem81T2lKbWRXNXVaV3hmYVdRaU8zTTZNVG9pTVNJN2N6b3hOam9pWjJGMFpYZGhlVjl2ZG1WeWNtbGtaU0k3WVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvNE9pSnlaV1JwY21WamRDSTdjem93T2lJaU8zTTZORG9pWTI5a1pTSTdjem93T2lJaU8zMTkiO30='),(35,'SmartBox Trading Automation','YToxOntzOjQ6ImJvZHkiO2E6NDp7aTowO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzc6InJvdyBvbmUtY29sdW1uIGNmIHVpLXNvcnRhYmxlIHNlY3Rpb24iO3M6OToicm93X3N0eWxlIjtzOjIwOiJwYWRkaW5nLWJvdHRvbTozMHB4OyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MzI6ImV5SndZV1JrYVc1blFtOTBkRzl0SWpvaU16QWlmUT09IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMDY6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIzN1wiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCJib2xkXCIgZm9udF9jb2xvcj1cIiM0MjUwNjNcIiBmb250X3NwYWNpbmc9XCIwXCIgZm9udF9zaGFkb3c9XCJsaWdodFwiIGFsaWduPVwiY2VudGVyXCJdUXVhbnRpdGF0aXZlIFRyYWRpbmcgQXV0b21hdGlvblsvaGVhZGxpbmVdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MTthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyMDQ6IltoZWFkbGluZSBzdHlsZT1cIjFcIiBmb250X3NpemU9XCIyMlwiIGZvbnRfZm9udD1cIk9wZW4gU2Fuc1wiIGZvbnRfc3R5bGU9XCIzMDBcIiBmb250X2NvbG9yPVwiIzM5NTQ2OFwiIGFsaWduPVwiY2VudGVyXCJdRXhwZXJpZW5jZSB0aGUgcG93ZXIgb2YgbWFya2V0IGludGVsbGlnZW5jZSEgU3RhcnQgYSAxNC1kYXkgZnJlZSB0cmlhbC5bL2hlYWRsaW5lXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO319fX19aToxO2E6NDp7czo5OiJyb3dfY2xhc3MiO3M6Mzg6InJvdyB0d28tY29sdW1ucyBjZiB1aS1zb3J0YWJsZSBzZWN0aW9uIjtzOjk6InJvd19zdHlsZSI7czoxNTY6ImJhY2tncm91bmQ6I2YyZjJmMjtwYWRkaW5nLWJvdHRvbToyMHB4O2JvcmRlci10b3Atd2lkdGg6MXB4O2JvcmRlci1ib3R0b20td2lkdGg6MXB4O2JvcmRlci1zdHlsZTpzb2xpZDtib3JkZXItdG9wLWNvbG9yOiNlM2UzZTM7Ym9yZGVyLWJvdHRvbS1jb2xvcjojZTNlM2UzOyI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MTMyOiJleUppWVdOclozSnZkVzVrUTI5c2IzSlRkR0Z5ZENJNklpTm1NbVl5WmpJaUxDSndZV1JrYVc1blFtOTBkRzl0SWpvaU1qQWlMQ0ppYjNKa1pYSlhhV1IwYUNJNklqRWlMQ0ppYjNKa1pYSkRiMnh2Y2lJNklpTmxNMlV6WlRNaWZRPT0iO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6Mjp7czo5OiJjb2xfY2xhc3MiO3M6MjA6Im9uZS1oYWxmIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjQ6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoxOTA6IltpbWFnZXMgc3R5bGU9XCI1XCIgaW1hZ2U9XCJodHRwOi8vd3d3LnRoZXRyYWRpbmdyb29tLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNi8wNC9jb2duaXRpdmUtdHJhZGluZy1taW5kLXBpYy1ib3JkZXIuanBnXCIgd2lkdGg9XCI1OTFcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjE2NToiW2ltYWdlcyBzdHlsZT1cIjBcIiBsYXJnZV9pbWFnZT1cImh0dHA6Ly93d3cudGhldHJhZGluZ3Jvb20uY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE0LzA1L2VxdWl0eS1jdXJ2ZS1waWVycmUuanBnXCIgd2lkdGg9XCI4MDhcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fWk6MjthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMDY6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl1BcyBhIHJlY29nbml6ZWQgbGVhZGVyIGluIHF1YW50aXRhdGl2ZSByZXNlYXJjaCBhbmQgYWxnb3JpdGhtaWMgdHJhZGluZyBzdHJhdGVnaWVzLCBSaW9zUXVhbnQgaXMgaW50cm9kdWNpbmcgdGhlIGZpcnN0IGF1dG9tYXRlZCB0cmFkaW5nIHN5c3RlbSB0aGF0IGluY29ycG9yYXRlcyBjb3JyZWxhdGlvbiBhbmFseXRpY3Mgd2l0aCBpbnRlcm1hcmtldCByZWxhdGlvbnNoaXBzIGluIG9uZSBzaW1wbGUgdHJhZGluZyBzeXN0ZW0uWy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjM7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6MTY4OiJbaW1hZ2VzIHN0eWxlPVwiMFwiIGxhcmdlX2ltYWdlPVwiaHR0cDovL3d3dy50aGV0cmFkaW5ncm9vbS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTQvMDUvZXF1aXR5LWN1cnZlLXBpZXJyZS5qcGdcIiBhbGlnbj1cImNlbnRlclwiIHRvcF9tYXJnaW49XCIwXCIgZnVsbF93aWR0aD1cIllcIl0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9fX1pOjE7YToyOntzOjk6ImNvbF9jbGFzcyI7czoyMDoib25lLWhhbGYgY29sdW1uIGNvbHMiO3M6ODoiY2hpbGRyZW4iO2E6Mjp7aTowO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjc0MzoiW29wdGluX2JveCBzdHlsZT1cIjExXCIgd2lkdGg9XCI0NTBcIiBtYXJnaW5fdG9wPVwiMTVcIiBhbGlnbm1lbnQ9XCJjZW50ZXJcIiBlbWFpbF9maWVsZD1cImVtYWlsXCIgZW1haWxfZGVmYXVsdD1cIkVudGVyIHlvdXIgZW1haWwgYWRkcmVzc1wiIGVtYWlsX29yZGVyPVwiMFwiIGludGVncmF0aW9uX3R5cGU9XCJhd2ViZXJcIiBsaXN0PVwiMzQ0NDY5OFwiIG5hbWVfZmllbGQ9XCJuYW1lXCIgbmFtZV9kZWZhdWx0PVwiRW50ZXIgeW91ciBmaXJzdCBuYW1lXCIgbmFtZV9vcmRlcj1cIjBcIiBuYW1lX3JlcXVpcmVkPVwiTlwiXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cImhlYWRsaW5lXCJdWy9vcHRpbl9ib3hfZmllbGRdW29wdGluX2JveF9maWVsZCBuYW1lPVwicGFyYWdyYXBoXCJdUlc1MFpYSWdlVzkxY2lCdVlXMWxJR0Z1WkNCbGJXRnBiQ0JpWld4dmR5QjBieUJuWlhRZ2MzUmhjblJsWkM0dUxnPT1bL29wdGluX2JveF9maWVsZF1bb3B0aW5fYm94X2ZpZWxkIG5hbWU9XCJwcml2YWN5XCJdV2UgdmFsdWUgeW91ciBwcml2YWN5IGFuZCB3b3VsZCBuZXZlciBzcGFtIHlvdVsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfZmllbGQgbmFtZT1cInRvcF9jb2xvclwiXXVuZGVmaW5lZFsvb3B0aW5fYm94X2ZpZWxkXVtvcHRpbl9ib3hfYnV0dG9uIHR5cGU9XCIwXCJdQ2xpY2sgdGhlbiBjaGVjayB5b3VyIGluYm94IGZvciBjb25maXJtYXRpb24hWy9vcHRpbl9ib3hfYnV0dG9uXSBbL29wdGluX2JveF0iO3M6MTM6ImVsZW1lbnRfY2xhc3MiO3M6MjA6ImVsZW1lbnQtY29udGFpbmVyIGNmIjtzOjE4OiJlbGVtZW50X2RhdGFfc3R5bGUiO3M6MDoiIjt9aToxO2E6NDp7czo0OiJ0eXBlIjtzOjc6ImVsZW1lbnQiO3M6Njoib2JqZWN0IjtzOjMwNjoiW3ZpZGVvX3BsYXllciB0eXBlPVwidXJsXCIgYXV0b19wbGF5PVwiWVwiIHVybDE9XCJcIiB1cmwyPVwiXCIgd2lkdGg9XCI1NjBcIiBoZWlnaHQ9XCIzMTVcIiBhbGlnbj1cImNlbnRlclwiIG1hcmdpbl90b3A9XCIwXCIgbWFyZ2luX2JvdHRvbT1cIjIwXCJdYUhSMGNITTZMeTl3YkdGNVpYSXVkbWx0Wlc4dVkyOXRMMlY0ZEdWeWJtRnNMekUyTURFMk9EZzVNUzVvWkM1dGNEUS9jejB5WmpZd05EaGxZbUkxT1dNMU16VmxNR1UxWVRnNE5tRTJNMlk1TlRaaU5UYzJNVFptWXpBeUpuQnliMlpwYkdWZmFXUTlNVEU1Wy92aWRlb19wbGF5ZXJdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjI7YTo0OntzOjk6InJvd19jbGFzcyI7czozNzoicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUgc2VjdGlvbiI7czo5OiJyb3dfc3R5bGUiO3M6MDoiIjtzOjE0OiJyb3dfZGF0YV9zdHlsZSI7czo0OiJlMzA9IjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjI6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czoyODg6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIiBmb250X3NpemU9XCIxN1wiIHdpZHRoPVwiOTQwXCJdPGgyIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyO1wiPjxzcGFuIHN0eWxlPVwiY29sb3I6ICM0MjUwNjM7XCI+WW91XCdyZSDCoDMtU3RlcHMgQXdheSB0bwpHZXR0aW5nIFN0YXJ0ZWQgV2l0aCBZb3VyIFRyYWRpbmcgU3lzdGVtIEZyZWUgVHJpYWzCoDwvc3Bhbj48L2gyPgo8cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj48L3A+Wy90ZXh0X2Jsb2NrXSI7czoxMzoiZWxlbWVudF9jbGFzcyI7czoyMDoiZWxlbWVudC1jb250YWluZXIgY2YiO3M6MTg6ImVsZW1lbnRfZGF0YV9zdHlsZSI7czowOiIiO31pOjE7YTo0OntzOjQ6InR5cGUiO3M6NzoiZWxlbWVudCI7czo2OiJvYmplY3QiO3M6NTkyOiJbc3RlcF9ncmFwaGljcyBzdHlsZT1cIjVcIiBjb2xvcj1cIiM0MjUwNjNcIl1bc3RlcCBzdHlsZT1cIjVcIiB0ZXh0PVwiMVwiIGhlYWRsaW5lPVwiSW5zdGFsbGF0aW9uIC0gVGVjaCBzdXBwb3J0IG1lbWJlciB3aWxsIHdhbGsgeW91IHRocm91Z2ggdGhlIGluc3RhbGxhdGlvbiwgbWFraW5nIHRoZSBwcm9jZXNzIHF1aWNrIGFuZCB0cm91YmxlIGZyZWUuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIyXCIgaGVhZGxpbmU9XCJUcmFpbmluZyAtICBPbmUtb24tb25lIHRyYWluaW5nIHRvIGluc3VyZSB5b3UgbGVhcm4gYWxsIHRoZSB0cmFkaW5nIHN5c3RlbSBoYXMgdG8gb2ZmZXIuXCJdWy9zdGVwXVtzdGVwIHN0eWxlPVwiNVwiIHRleHQ9XCIzXCIgaGVhZGxpbmU9XCJMaXZlIFRyYWRpbmcgUm9vbSAtIEV4cGVyaWVuY2UgdGhlIHBvd2VyIG9mIG1hcmtldCBpbnRlbGxpZ2VuY2UgaW4gcmVhbCBtYXJrZXQgZW52aXJvbm1lbnQgd2l0aCBSaW9zUXVhbnQgbWVtYmVycyBhbmQgY29hY2hlcyB0byBpbnN1cmUgeW91IGdldCB0aGUgbW9zdCBvdXQgb2YgeW91ciBmcmVlIHRyaWFsLlwiXVsvc3RlcF1bL3N0ZXBfZ3JhcGhpY3NdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX1pOjM7YTo0OntzOjk6InJvd19jbGFzcyI7czoyOToicm93IG9uZS1jb2x1bW4gY2YgdWktc29ydGFibGUiO3M6OToicm93X3N0eWxlIjtzOjA6IiI7czoxNDoicm93X2RhdGFfc3R5bGUiO3M6MDoiIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjI6e3M6OToiY29sX2NsYXNzIjtzOjIyOiJvbmUtY29sdW1uIGNvbHVtbiBjb2xzIjtzOjg6ImNoaWxkcmVuIjthOjE6e2k6MDthOjQ6e3M6NDoidHlwZSI7czo3OiJlbGVtZW50IjtzOjY6Im9iamVjdCI7czozMjk6Ilt0ZXh0X2Jsb2NrIHN0eWxlPVwic3R5bGVfMS5wbmdcIiBhbGlnbj1cImxlZnRcIl08cCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlcjtcIj5DT01NT0RJVFkgRlVUVVJFUywgT1BUSU9OUywgQU5EIEZPUkVYIFRSQURJTkcgSU5WT0xWRVMgU1VCU1RBTlRJQUwgUklTSyBBTkQgSVMgTk9UIFNVSVRBQkxFIEZPUiBBTEwgSU5WRVNUT1JTLiBQQVNUIFBFUkZPUk1BTkNFIElTIE5PVCBJTkRJQ0FUSVZFIE9GIEZVVFVSRSBSRVNVTFRTLiBURVNUSU1PTklBTFMgQVJFIE5PVCBJTkRJQ0FUSVZFIE9GIEZVVFVSRSBQRVJGT1JNQU5DRSBPUiBTVUNDRVNTLjwvcD5bL3RleHRfYmxvY2tdIjtzOjEzOiJlbGVtZW50X2NsYXNzIjtzOjIwOiJlbGVtZW50LWNvbnRhaW5lciBjZiI7czoxODoiZWxlbWVudF9kYXRhX3N0eWxlIjtzOjA6IiI7fX19fX19fQ==','YToxNDp7czo1OiJ0aGVtZSI7czo2ODoiWVRveU9udHpPalE2SW5SNWNHVWlPM002T1RvaWJXRnlhMlYwYVc1bklqdHpPak02SW1ScGNpSTdjem94T2lJeElqdDkiO3M6MTM6ImhlYWRlcl9sYXlvdXQiO3M6MTE5NjoiWVRveE1qcDdjem8wT2lKc2IyZHZJanR6T2pjME9pSm9kSFJ3T2k4dmQzZDNMblJvWlhSeVlXUnBibWR5YjI5dExtTnZiUzkzY0MxamIyNTBaVzUwTDNWd2JHOWhaSE12TWpBeE5DOHdNeTl5Y1Mxc2IyZHZMV0pzWVdOckxtcHdaeUk3Y3pvMU9pSmlaMmx0WnlJN2N6b3dPaUlpTzNNNk1URTZJbkpsY0dWaGRHSm5hVzFuSWp0ek9qQTZJaUk3Y3pvM09pSmlaMk52Ykc5eUlqdHpPamM2SWlNd01UQmlNV1VpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFek9pSnRaVzUxTFhCdmMybDBhVzl1SWp0ek9qazZJbUZzYjI1bmMybGtaU0k3Y3pvM09pSmxibUZpYkdWa0lqdHpPakU2SWxraU8zTTZNVE02SW01aGRsOWlZWEpmWVdKdmRtVWlPMkU2TnpwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPM002TXpvaWJtRjJJanR6T2pBNklpSTdjem94TVRvaVptOXVkRjl6YUdGa2IzY2lPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM2RsYVdkb2RDSTdjem93T2lJaU8zTTZPVG9pWm05dWRGOXphWHBsSWp0ek9qQTZJaUk3Y3pveE1Ub2labTl1ZEY5bVlXMXBiSGtpTzNNNk1Eb2lJanR6T2pRNklteHZaMjhpTzNNNk1Eb2lJanQ5Y3pveE16b2libUYyWDJKaGNsOWlaV3h2ZHlJN1lUbzNPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qQTZJaUk3Y3pvNU9pSm1iMjUwWDNOcGVtVWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYMlpoYldsc2VTSTdjem93T2lJaU8zTTZORG9pYkc5bmJ5STdjem93T2lJaU8zMXpPakUzT2lKdVlYWmZZbUZ5WDJGc2IyNW5jMmxrWlNJN1lUbzJPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pV1NJN2N6b3pPaUp1WVhZaU8zTTZNRG9pSWp0ek9qRXhPaUptYjI1MFgzTm9ZV1J2ZHlJN2N6b3dPaUlpTzNNNk1URTZJbVp2Ym5SZmQyVnBaMmgwSWp0ek9qWTZJbTV2Y20xaGJDSTdjem81T2lKbWIyNTBYM05wZW1VaU8zTTZNam9pTVRNaU8zTTZNVEU2SW1admJuUmZabUZ0YVd4NUlqdHpPamM2SWxCVUlGTmhibk1pTzMxek9qRXlPaUprYVhOaFlteGxYMnhwYm1zaU8zTTZNRG9pSWp0ek9qRXhPaUpvWldGa1pYSmZiR2x1YXlJN2N6b3pNRG9pYUhSMGNEb3ZMM2QzZHk1MGFHVjBjbUZrYVc1bmNtOXZiUzVqYjIwdklqdDkiO3M6MTI6ImZlYXR1cmVfYXJlYSI7czoxMjA6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzBPaUowZVhCbElqdHBPakU3Y3pvNE9pSnpaWFIwYVc1bmN5STdZVG94T250ek9qRXlPaUptYjI1MFgyOXdkR2x2Ym5NaU8yRTZNRHA3ZlgxOSI7czoxMzoiZmVhdHVyZV90aXRsZSI7czo2NDoiWVRveU9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvMU9pSjBhWFJzWlNJN2N6b3dPaUlpTzMwPSI7czoxMToiZm9vdGVyX2FyZWEiO3M6MzgwOiJZVG80T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVdTSTdjem96T2lKdVlYWWlPM002TURvaUlqdHpPakV4T2lKbWIyNTBYM05vWVdSdmR5STdjem93T2lJaU8zTTZNVEU2SW1admJuUmZkMlZwWjJoMElqdHpPakE2SWlJN2N6bzVPaUptYjI1MFgzTnBlbVVpTzNNNk1Eb2lJanR6T2pFeE9pSm1iMjUwWDJaaGJXbHNlU0k3Y3pveE5Ub2lVMjkxY21ObElGTmhibk1nVUhKdklqdHpPakV5T2lKc1lYSm5aVjltYjI5MFpYSWlPMkU2TVRwN2N6bzNPaUpsYm1GaWJHVmtJanR6T2pFNklrNGlPMzF6T2pFM09pSm1iMjkwWlhKZlpHbHpZMnhoYVcxbGNpSTdZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem8zT2lKdFpYTnpZV2RsSWp0ek9qQTZJaUk3ZlgwPSI7czoxMDoidHlwb2dyYXBoeSI7czoxNjc2OiJZVG95T250ek9qRXpPaUptYjI1MFgyVnNaVzFsYm5SeklqdGhPams2ZTNNNk1UQTZJbk5wZEdWZmRHbDBiR1VpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pJNklqSTBJanR6T2pRNkltWnZiblFpTzNNNk1UQTZJazF2Ym5SelpYSnlZWFFpTzNNNk5Ub2ljM1I1YkdVaU8zTTZORG9pWW05c1pDSTdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPMzF6T2pjNkluUmhaMnhwYm1VaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qYzZJaU13UmpnM1F6a2lPMzF6T2pjNkltUmxabUYxYkhRaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qSTZJakUzSWp0ek9qUTZJbVp2Ym5RaU8zTTZNVFU2SWxOdmRYSmpaU0JUWVc1eklGQnlieUk3Y3pvMU9pSnpkSGxzWlNJN2N6bzJPaUp1YjNKdFlXd2lPM002TlRvaVkyOXNiM0lpTzNNNk56b2lJell6TmpNMk15STdmWE02TWpvaWFERWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakUxT2lKVGIzVnlZMlVnVTJGdWN5QlFjbThpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURJaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk1qb2lhRE1pTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pFMU9pSlRiM1Z5WTJVZ1UyRnVjeUJRY204aU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWE02TWpvaWFEUWlPMkU2TkRwN2N6bzBPaUp6YVhwbElqdHpPakE2SWlJN2N6bzBPaUptYjI1MElqdHpPakUxT2lKVGIzVnlZMlVnVTJGdWN5QlFjbThpTzNNNk5Ub2ljM1I1YkdVaU8zTTZNRG9pSWp0ek9qVTZJbU52Ykc5eUlqdHpPakE2SWlJN2ZYTTZNam9pYURVaU8yRTZORHA3Y3pvME9pSnphWHBsSWp0ek9qQTZJaUk3Y3pvME9pSm1iMjUwSWp0ek9qRTFPaUpUYjNWeVkyVWdVMkZ1Y3lCUWNtOGlPM002TlRvaWMzUjViR1VpTzNNNk1Eb2lJanR6T2pVNkltTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk1qb2lhRFlpTzJFNk5EcDdjem8wT2lKemFYcGxJanR6T2pBNklpSTdjem8wT2lKbWIyNTBJanR6T2pFMU9pSlRiM1Z5WTJVZ1UyRnVjeUJRY204aU8zTTZOVG9pYzNSNWJHVWlPM002TURvaUlqdHpPalU2SW1OdmJHOXlJanR6T2pBNklpSTdmWDF6T2pFME9pSmpiMnh2Y2w5bGJHVnRaVzUwY3lJN1lUbzJPbnR6T2pFM09pSm1iMjkwWlhKZmRHVjRkRjlqYjJ4dmNpSTdjem93T2lJaU8zTTZNVGM2SW1admIzUmxjbDlzYVc1clgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveU16b2labTl2ZEdWeVgyeHBibXRmYUc5MlpYSmZZMjlzYjNJaU8zTTZNRG9pSWp0ek9qRTRPaUptWldGMGRYSmxYM1JsZUhSZlkyOXNiM0lpTzNNNk1Eb2lJanR6T2pFNE9pSm1aV0YwZFhKbFgyeHBibXRmWTI5c2IzSWlPM002TURvaUlqdHpPakkwT2lKbVpXRjBkWEpsWDJ4cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzNNNk1Eb2lJanQ5ZlE9PSI7czoyMToiY29sb3Jfc2NoZW1lX2FkdmFuY2VkIjtzOjI1OTI6IllUbzNPbnR6T2pFek9pSnVZWFpmWW1GeVgyRmliM1psSWp0aE9qRXdPbnR6T2pFek9pSnVZWFpmWW1GeVgzTjBZWEowSWp0ek9qQTZJaUk3Y3pveE1Ub2libUYyWDJKaGNsOWxibVFpTzNNNk1Eb2lJanR6T2pFNU9pSnVZWFpmWW1GeVgyaHZkbVZ5WDNOMFlYSjBJanR6T2pBNklpSTdjem94TnpvaWJtRjJYMkpoY2w5b2IzWmxjbDlsYm1RaU8zTTZNRG9pSWp0ek9qRXdPaUp1WVhaZlltRnlYMkpuSWp0ek9qQTZJaUk3Y3pveU1qb2libUYyWDJKaGNsOWlaMTlvYjNabGNsOXpkR0Z5ZENJN2N6b3dPaUlpTzNNNk1UVTZJbTVoZGw5aVlYSmZaR1JmYkdsdWF5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWkdSZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pFeU9pSnVZWFpmWW1GeVgyeHBibXNpTzNNNk1Eb2lJanR6T2pFek9pSnVZWFpmWW1GeVgyaHZkbVZ5SWp0ek9qQTZJaUk3ZlhNNk1UTTZJbTVoZGw5aVlYSmZZbVZzYjNjaU8yRTZNVEE2ZTNNNk1UTTZJbTVoZGw5aVlYSmZjM1JoY25RaU8zTTZNRG9pSWp0ek9qRXhPaUp1WVhaZlltRnlYMlZ1WkNJN2N6b3dPaUlpTzNNNk1UazZJbTVoZGw5aVlYSmZhRzkyWlhKZmMzUmhjblFpTzNNNk1Eb2lJanR6T2pFM09pSnVZWFpmWW1GeVgyaHZkbVZ5WDJWdVpDSTdjem93T2lJaU8zTTZNVEE2SW01aGRsOWlZWEpmWW1jaU8zTTZNRG9pSWp0ek9qSXlPaUp1WVhaZlltRnlYMkpuWDJodmRtVnlYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOVG9pYm1GMlgySmhjbDlrWkY5c2FXNXJJanR6T2pBNklpSTdjem94TmpvaWJtRjJYMkpoY2w5a1pGOW9iM1psY2lJN2N6b3dPaUlpTzNNNk1USTZJbTVoZGw5aVlYSmZiR2x1YXlJN2N6b3dPaUlpTzNNNk1UTTZJbTVoZGw5aVlYSmZhRzkyWlhJaU8zTTZNRG9pSWp0OWN6b3hOem9pYm1GMlgySmhjbDloYkc5dVozTnBaR1VpTzJFNk56cDdjem94TURvaWJtRjJYMkpoY2w5aVp5STdjem93T2lJaU8zTTZNVFk2SW01aGRsOWlZWEpmWW1kZmFHOTJaWElpTzNNNk1Eb2lJanR6T2pJd09pSnVZWFpmWW1GeVgySm5YMjVoZGw5b2IzWmxjaUk3Y3pvd09pSWlPM002TVRJNkltNWhkbDlpWVhKZmJHbHVheUk3Y3pvM09pSWpZamxpWkdNd0lqdHpPakV6T2lKdVlYWmZZbUZ5WDJodmRtVnlJanR6T2pBNklpSTdjem94TlRvaWJtRjJYMkpoY2w5a1pGOXNhVzVySWp0ek9qQTZJaUk3Y3pveE5qb2libUYyWDJKaGNsOWtaRjlvYjNabGNpSTdjem93T2lJaU8zMXpPakV5T2lKbVpXRjBkWEpsWDJGeVpXRWlPMkU2TnpwN2N6b3hNem9pWm1WaGRIVnlaVjl6ZEdGeWRDSTdjem93T2lJaU8zTTZNVEU2SW1abFlYUjFjbVZmWlc1a0lqdHpPakE2SWlJN2N6b3hNRG9pZEdWNGRGOWpiMnh2Y2lJN2N6b3dPaUlpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6b3dPaUlpTzMxek9qRTJPaUpzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanRoT2pJNmUzTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk1Eb2lJanQ5Y3pveU9pSmlaeUk3Y3pvd09pSWlPM002TVRBNkltSm5YMjl3ZEdsdmJuTWlPM002TURvaUlqdDljem94TXpvaVptVmhkSFZ5WlY5MGFYUnNaU0k3WVRvek9udHpPakU1T2lKbVpXRjBkWEpsWDNScGRHeGxYM04wWVhKMElqdHpPakE2SWlJN2N6b3hOem9pWm1WaGRIVnlaVjkwYVhSc1pWOWxibVFpTzNNNk1Eb2lJanR6T2pJME9pSm1aV0YwZFhKbFgzUnBkR3hsWDNSbGVIUmZZMjlzYjNJaU8zTTZNRG9pSWp0OWN6bzJPaUptYjI5MFpYSWlPMkU2T0RwN2N6b3hNam9pWm05dmRHVnlYM04wWVhKMElqdHpPamM2SWlNeVl6TXlNMlVpTzNNNk1UQTZJbVp2YjNSbGNsOWxibVFpTzNNNk56b2lJekpqTXpJelpTSTdjem94TnpvaVptOXZkR1Z5WDNSbGVIUmZZMjlzYjNJaU8zTTZOem9pSTJabVptWm1aaUk3Y3pveE56b2labTl2ZEdWeVgyeHBibXRmWTI5c2IzSWlPMkU2TWpwN2N6bzFPaUpqYjJ4dmNpSTdjem8zT2lJalptWm1abVptSWp0ek9qRTFPaUowWlhoMFgyUmxZMjl5WVhScGIyNGlPM002TURvaUlqdDljem95TXpvaVptOXZkR1Z5WDJ4cGJtdGZhRzkyWlhKZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvM09pSWpabVptWm1abUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk1Eb2lJanQ5Y3pveE1Eb2lkR1Y0ZEY5amIyeHZjaUk3Y3pvd09pSWlPM002TVRBNklteHBibXRmWTI5c2IzSWlPM002TURvaUlqdHpPakUyT2lKc2FXNXJYMmh2ZG1WeVgyTnZiRzl5SWp0ek9qQTZJaUk3ZlhNNk5Eb2ljR0ZuWlNJN1lUbzBPbnR6T2pFeU9pSnlaWEJsWVhScGJtZGZZbWNpTzNNNk1Eb2lJanR6T2pnNkltSm5YMk52Ykc5eUlqdHpPamM2SWlObVptWm1abVlpTzNNNk1UQTZJbXhwYm10ZlkyOXNiM0lpTzJFNk1qcDdjem8xT2lKamIyeHZjaUk3Y3pvd09pSWlPM002TVRVNkluUmxlSFJmWkdWamIzSmhkR2x2YmlJN2N6b3dPaUlpTzMxek9qRTJPaUpzYVc1clgyaHZkbVZ5WDJOdmJHOXlJanRoT2pJNmUzTTZOVG9pWTI5c2IzSWlPM002TURvaUlqdHpPakUxT2lKMFpYaDBYMlJsWTI5eVlYUnBiMjRpTzNNNk1Eb2lJanQ5ZlgwPSI7czoxNToibW9iaWxlX3JlZGlyZWN0IjtzOjYwOiJZVG95T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem96T2lKMWNtd2lPM002TURvaUlqdDkiO3M6Mzoic2VvIjtzOjE5MjoiWVRvMk9udHpPalU2SW5ScGRHeGxJanR6T2pBNklpSTdjem94TVRvaVpHVnpZM0pwY0hScGIyNGlPM002TURvaUlqdHpPamc2SW10bGVYZHZjbVJ6SWp0ek9qQTZJaUk3Y3pvM09pSnZaM1JwZEd4bElqdHpPakE2SWlJN2N6b3hNem9pYjJka1pYTmpjbWx3ZEdsdmJpSTdjem93T2lJaU8zTTZOem9pYjJkcGJXRm5aU0k3Y3pvd09pSWlPMzA9IjtzOjc6InNjcmlwdHMiO3M6ODQ6IllUb3hPbnRwT2pBN1lUb3lPbnR6T2pnNkluQnZjMmwwYVc5dUlqdHpPak02SW1OemN5STdjem8yT2lKelkzSnBjSFFpTzNNNk1Eb2lJanQ5ZlE9PSI7czo4OiJmYl9zaGFyZSI7czoxMjQ6IllUbzBPbnR6T2pVNkluUnBkR3hsSWp0ek9qQTZJaUk3Y3pveE1Ub2laR1Z6WTNKcGNIUnBiMjRpTzNNNk1Eb2lJanR6T2pVNkltbHRZV2RsSWp0ek9qQTZJaUk3Y3pvNE9pSnNhV3RsWDNWeWJDSTdjem93T2lJaU8zMD0iO3M6ODoibGlnaHRib3giO3M6MzcwMDoiWVRvMU9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvM09pSnphRzkzWDI5dUlqdHpPalE2SW14dllXUWlPM002TkRvaWRIbHdaU0k3Y3pvMU9pSnZjSFJwYmlJN2N6b3hNRG9pYjNCMGFXNWZabTl5YlNJN1lUb3pPbnR6T2prNkltWnZjbTFmYUhSdGJDSTdZVG94TnpwN2N6b3hNRG9pWlcxaGFXeGZaR0YwWVNJN2N6b3dPaUlpTzNNNk1UTTZJbVZ0WVdsc1gyRmtaSEpsYzNNaU8zTTZNRG9pSWp0ek9qRXlPaUp5WldScGNtVmpkRjkxY213aU8zTTZNRG9pSWp0ek9qRXlPaUpsZUhSeVlWOW1hV1ZzWkhNaU8zTTZNRG9pSWp0ek9qRTRPaUpsYldGcGJGOWxlSFJ5WVY5bWFXVnNaSE1pTzNNNk1Eb2lJanR6T2pRNkltaDBiV3dpTzNNNk1Eb2lJanR6T2pFd09pSnVaWGRmZDJsdVpHOTNJanR6T2pBNklpSTdjem94TWpvaVpHbHpZV0pzWlY5dVlXMWxJanR6T2pBNklpSTdjem80T2lKdVlXMWxYMkp2ZUNJN2N6b3dPaUlpTzNNNk9Ub2laVzFoYVd4ZlltOTRJanR6T2pBNklpSTdjem8yT2lKaFkzUnBiMjRpTzNNNk1Eb2lJanR6T2pZNkltWnBaV3hrY3lJN2N6b3dPaUlpTzNNNk5qb2liV1YwYUc5a0lqdHpPalE2SW5CdmMzUWlPM002TVRZNkltbHVkR1ZuY21GMGFXOXVYM1I1Y0dVaU8zTTZOam9pWTNWemRHOXRJanR6T2pRNklteHBjM1FpTzNNNk1Eb2lJanR6T2pFME9pSjBhR0Z1YTE5NWIzVmZjR0ZuWlNJN2N6b3dPaUlpTzNNNk1URTZJbUZqZEdsdmJsOXdZV2RsSWp0ek9qQTZJaUk3ZlhNNk56b2lZMjl1ZEdWdWRDSTdZVG8xT250ek9qVTZJblJwZEd4bElqdHpPak15T2lKVFpXeHNJRUZ1ZVhSb2FXNW5JRmRwZEdnZ1QzQjBhVzFwZW1WUWNtVnpjeUk3Y3pveE1Ub2labTl5YlY5b1pXRmtaWElpTzNNNk9EZzZJa3h2Y21WdElHbHdjM1Z0SUdSdmJHOXlJSE5wZENCaGJXVjBMQ0JqYjI1elpXTjBaWFIxWlhJZ1lXUnBjR2x6WTJsdVp5QmxiR2wwTENCelpXUWdaR2xoYlNCdWIyNTFiVzE1SUc1cFltZ2daWFZwYzIxdlpDNGlPM002TVRFNkltWnZiM1JsY2w5dWIzUmxJanR6T2pZME9pSlpiM1Z5SUdsdVptOXliV0YwYVc5dUlHbHpJREV3TUNVZ2MyVmpkWEpsSUhkcGRHZ2dkWE1nWVc1a0lIZHBiR3dnYm1WMlpYSWdZbVVnYzJoaGNtVmtJanR6T2pFeU9pSnVZVzFsWDJSbFptRjFiSFFpTzNNNk1qUTZJa1Z1ZEdWeUlIbHZkWElnUm1seWMzUWdUbUZ0WlM0dUxpSTdjem94TXpvaVpXMWhhV3hmWkdWbVlYVnNkQ0k3Y3pveU56b2lSVzUwWlhJZ2VXOTFjaUJGYldGcGJDQkJaR1J5WlhOekxpNHVJanQ5Y3pveE16b2ljM1ZpYldsMFgySjFkSFJ2YmlJN1lUbzFOanA3Y3pvMk9pSmlkWFIwYjI0aU8yRTZNRHA3ZlhNNk9Eb2liRzlqWVhScGIyNGlPM002TXpZNkltOXdYMnhwWjJoMFltOTRYMjl3ZEdsdVgyWnZjbTFmYzNWaWJXbDBYMkoxZEhSdmJpSTdjem8zT2lKamIyNTBaVzUwSWp0ek9qQTZJaUk3Y3pvME9pSjBlWEJsSWp0ek9qRTZJakFpTzNNNk5Ub2lhVzFoWjJVaU8zTTZNRG9pSWp0ek9qRXlPaUpsYkdWdFpXNTBYM1I1Y0dVaU8zTTZNRG9pSWp0ek9qUTZJbWh5WldZaU8zTTZNRG9pSWp0ek9qRXdPaUp1WlhkZmQybHVaRzkzSWp0ek9qQTZJaUk3Y3pveU9pSmpZeUk3Y3pvd09pSWlPM002TlRvaVlXeHBaMjRpTzNNNk1Eb2lJanR6T2pRNkluUmxlSFFpTzNNNk1Eb2lJanR6T2prNkluUmxlSFJmYzJsNlpTSTdjem95T2lJek1pSTdjem94TURvaWRHVjRkRjlqYjJ4dmNpSTdjem8zT2lJak1EQXdNREF3SWp0ek9qazZJblJsZUhSZlptOXVkQ0k3Y3pvd09pSWlPM002T1RvaWRHVjRkRjlpYjJ4a0lqdHpPakU2SWpFaU8zTTZNVFE2SW5SbGVIUmZkVzVrWlhKc2FXNWxJanR6T2pBNklpSTdjem94TVRvaWRHVjRkRjlwZEdGc2FXTWlPM002TURvaUlqdHpPakU1T2lKMFpYaDBYMnhsZEhSbGNsOXpjR0ZqYVc1bklqdHpPakU2SWpBaU8zTTZNVE02SW5OMVluUmxlSFJmY0dGdVpXd2lPM002TURvaUlqdHpPamM2SW5OMVluUmxlSFFpTzNNNk1Eb2lJanR6T2pFeU9pSnpkV0owWlhoMFgzTnBlbVVpTzNNNk1Eb2lJanR6T2pFek9pSnpkV0owWlhoMFgyTnZiRzl5SWp0ek9qQTZJaUk3Y3pveE1qb2ljM1ZpZEdWNGRGOW1iMjUwSWp0ek9qQTZJaUk3Y3pveE1qb2ljM1ZpZEdWNGRGOWliMnhrSWp0ek9qQTZJaUk3Y3pveE56b2ljM1ZpZEdWNGRGOTFibVJsY214cGJtVWlPM002TURvaUlqdHpPakUwT2lKemRXSjBaWGgwWDJsMFlXeHBZeUk3Y3pvd09pSWlPM002TWpJNkluTjFZblJsZUhSZmJHVjBkR1Z5WDNOd1lXTnBibWNpTzNNNk1Eb2lJanR6T2pFM09pSjBaWGgwWDNOb1lXUnZkMTl3WVc1bGJDSTdjem94T2lKWklqdHpPakl3T2lKMFpYaDBYM05vWVdSdmQxOTJaWEowYVdOaGJDSTdjem94T2lJeElqdHpPakl5T2lKMFpYaDBYM05vWVdSdmQxOW9iM0pwZW05dWRHRnNJanR6T2pFNklqQWlPM002TVRjNkluUmxlSFJmYzJoaFpHOTNYMk52Ykc5eUlqdHpPamM2SWlObVptWm1NREFpTzNNNk1UWTZJblJsZUhSZmMyaGhaRzkzWDJKc2RYSWlPM002TVRvaU1DSTdjem94TXpvaWMzUjViR2x1WjE5M2FXUjBhQ0k3Y3pvd09pSWlPM002TVRRNkluTjBlV3hwYm1kZmFHVnBaMmgwSWp0ek9qQTZJaUk3Y3pveU1Eb2ljM1I1YkdsdVoxOWliM0prWlhKZlkyOXNiM0lpTzNNNk56b2lJekF3TURBd01DSTdjem94T1RvaWMzUjViR2x1WjE5aWIzSmtaWEpmYzJsNlpTSTdjem94T2lJeElqdHpPakl4T2lKemRIbHNhVzVuWDJKdmNtUmxjbDl5WVdScGRYTWlPM002TVRvaU5pSTdjem95TWpvaWMzUjViR2x1WjE5aWIzSmtaWEpmYjNCaFkybDBlU0k3Y3pvek9pSXhNREFpTzNNNk1UWTZJbk4wZVd4cGJtZGZaM0poWkdsbGJuUWlPM002TURvaUlqdHpPakV6T2lKemRIbHNhVzVuWDNOb2FXNWxJanR6T2pFNklsa2lPM002TWpnNkluTjBlV3hwYm1kZlozSmhaR2xsYm5SZmMzUmhjblJmWTI5c2IzSWlPM002TnpvaUkyWm1abVl3TUNJN2N6b3lOam9pYzNSNWJHbHVaMTluY21Ga2FXVnVkRjlsYm1SZlkyOXNiM0lpTzNNNk56b2lJMlptWVRBek5TSTdjem94TnpvaVpISnZjRjl6YUdGa2IzZGZjR0Z1Wld3aU8zTTZNVG9pV1NJN2N6b3lNRG9pWkhKdmNGOXphR0ZrYjNkZmRtVnlkR2xqWVd3aU8zTTZNVG9pTVNJN2N6b3lNam9pWkhKdmNGOXphR0ZrYjNkZmFHOXlhWHB2Ym5SaGJDSTdjem94T2lJd0lqdHpPakUyT2lKa2NtOXdYM05vWVdSdmQxOWliSFZ5SWp0ek9qRTZJakVpTzNNNk1UZzZJbVJ5YjNCZmMyaGhaRzkzWDNOd2NtVmhaQ0k3Y3pveE9pSXdJanR6T2pFM09pSmtjbTl3WDNOb1lXUnZkMTlqYjJ4dmNpSTdjem8zT2lJak1EQXdNREF3SWp0ek9qRTVPaUprY205d1gzTm9ZV1J2ZDE5dmNHRmphWFI1SWp0ek9qSTZJalV3SWp0ek9qRTRPaUpwYm5ObGRGOXphR0ZrYjNkZmNHRnVaV3dpTzNNNk1Ub2lXU0k3Y3pveU1Ub2lhVzV6WlhSZmMyaGhaRzkzWDNabGNuUnBZMkZzSWp0ek9qRTZJakFpTzNNNk1qTTZJbWx1YzJWMFgzTm9ZV1J2ZDE5b2IzSnBlbTl1ZEdGc0lqdHpPakU2SWpBaU8zTTZNVGM2SW1sdWMyVjBYM05vWVdSdmQxOWliSFZ5SWp0ek9qRTZJakFpTzNNNk1UazZJbWx1YzJWMFgzTm9ZV1J2ZDE5emNISmxZV1FpTzNNNk1Ub2lNU0k3Y3pveE9Eb2lhVzV6WlhSZmMyaGhaRzkzWDJOdmJHOXlJanR6T2pjNklpTm1abVptTURBaU8zTTZNakE2SW1sdWMyVjBYM05vWVdSdmQxOXZjR0ZqYVhSNUlqdHpPakk2SWpVd0lqdDlmWE02TVRJNkltaDBiV3hmWTI5dWRHVnVkQ0k3WVRveE9udHpPamM2SW1OdmJuUmxiblFpTzNNNk1Eb2lJanQ5ZlE9PSI7czoxMzoiZXhpdF9yZWRpcmVjdCI7czo4ODoiWVRvek9udHpPamM2SW1WdVlXSnNaV1FpTzNNNk1Ub2lUaUk3Y3pvek9pSjFjbXdpTzNNNk1Eb2lJanR6T2pjNkltMWxjM05oWjJVaU8zTTZNRG9pSWp0OSI7czoxMzoibGF1bmNoX2Z1bm5lbCI7czoxOTI6IllUb3pPbnR6T2pjNkltVnVZV0pzWldRaU8zTTZNVG9pVGlJN2N6bzVPaUptZFc1dVpXeGZhV1FpTzNNNk1Ub2lNU0k3Y3pveE5qb2laMkYwWlhkaGVWOXZkbVZ5Y21sa1pTSTdZVG96T250ek9qYzZJbVZ1WVdKc1pXUWlPM002TVRvaVRpSTdjem80T2lKeVpXUnBjbVZqZENJN2N6b3dPaUlpTzNNNk5Eb2lZMjlrWlNJN2N6b3dPaUlpTzMxOSI7fQ==');
/*!40000 ALTER TABLE `wp_optimizepress_presets` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_options`
--

DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) DEFAULT NULL,
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`)
) ENGINE=MyISAM AUTO_INCREMENT=142911 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_options`
--

LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'siteurl','http://www.thetradingroom.com','yes'),(2,'blogname','The Trading Room','yes'),(3,'blogdescription','Live Trading Room','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','joegrios@gmail.com','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','','yes'),(10,'comments_notify','','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','closed','yes'),(19,'default_ping_status','closed','yes'),(20,'default_pingback_flag','','yes'),(21,'posts_per_page','10','yes'),(22,'date_format','F j, Y','yes'),(23,'time_format','g:i a','yes'),(24,'links_updated_date_format','F j, Y g:i a','yes'),(28,'comment_moderation','','yes'),(29,'moderation_notify','','yes'),(30,'permalink_structure','/%postname%/','yes'),(32,'hack_file','0','yes'),(33,'blog_charset','UTF-8','yes'),(34,'moderation_keys','','no'),(35,'active_plugins','a:8:{i:0;s:27:\"pl-platform/pl-platform.php\";i:1;s:33:\"dms-plugin-pro/dms-plugin-pro.php\";i:2;s:35:\"googleanalytics/googleanalytics.php\";i:3;s:48:\"op-patches-plugin-master/optimizepress-patch.php\";i:4;s:39:\"pagelines-updater/pagelines-updater.php\";i:5;s:50:\"quttera-web-malware-scanner/quttera_wm_scanner.php\";i:6;s:24:\"wordpress-seo/wp-seo.php\";i:7;s:35:\"wp-fastest-cache/wpFastestCache.php\";}','yes'),(36,'home','http://www.thetradingroom.com','yes'),(37,'category_base','','yes'),(38,'ping_sites','http://rpc.pingomatic.com/','yes'),(40,'comment_max_links','2','yes'),(41,'gmt_offset','0','yes'),(42,'default_email_category','1','yes'),(43,'recently_edited','a:5:{i:0;s:96:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/plugins/dms-plugin-pro/dms-plugin-pro.php\";i:1;s:77:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/angular/404.php\";i:2;s:79:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/angular/style.css\";i:3;s:80:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/generate/style.css\";i:4;s:77:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/genesis/404.php\";}','no'),(44,'template','dms','yes'),(45,'stylesheet','dms','yes'),(46,'comment_whitelist','','yes'),(47,'blacklist_keys','','no'),(48,'comment_registration','','yes'),(49,'html_type','text/html','yes'),(50,'use_trackback','0','yes'),(51,'default_role','subscriber','yes'),(52,'db_version','38590','yes'),(53,'uploads_use_yearmonth_folders','1','yes'),(54,'upload_path','','yes'),(55,'blog_public','1','yes'),(56,'default_link_category','2','yes'),(57,'show_on_front','page','yes'),(58,'tag_base','','yes'),(59,'show_avatars','1','yes'),(60,'avatar_rating','G','yes'),(61,'upload_url_path','','yes'),(62,'thumbnail_size_w','80','yes'),(63,'thumbnail_size_h','80','yes'),(64,'thumbnail_crop','1','yes'),(65,'medium_size_w','300','yes'),(66,'medium_size_h','300','yes'),(67,'avatar_default','mystery','yes'),(68,'large_size_w','1024','yes'),(69,'large_size_h','1024','yes'),(70,'image_default_link_type','file','yes'),(71,'image_default_size','','yes'),(72,'image_default_align','','yes'),(73,'close_comments_for_old_posts','','yes'),(74,'close_comments_days_old','14','yes'),(75,'thread_comments','1','yes'),(76,'thread_comments_depth','5','yes'),(77,'page_comments','','yes'),(78,'comments_per_page','50','yes'),(79,'default_comments_page','newest','yes'),(80,'comment_order','asc','yes'),(81,'sticky_posts','a:0:{}','yes'),(82,'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'),(83,'widget_text','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(84,'widget_rss','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(85,'uninstall_plugins','a:4:{s:45:\"special-recent-posts/special-recent-posts.php\";a:2:{i:0;s:22:\"SpecialRecentPostsFree\";i:1;s:16:\"uninstall_plugin\";}s:35:\"wp-fastest-cache/wpFastestCache.php\";a:2:{i:0;s:14:\"WpFastestCache\";i:1;s:9:\"uninstall\";}s:50:\"quttera-web-malware-scanner/quttera_wm_scanner.php\";s:24:\"on_qtr_scanner_uninstall\";s:35:\"googleanalytics/googleanalytics.php\";s:35:\"Ga_Admin::uninstall_googleanalytics\";}','no'),(86,'timezone_string','','yes'),(87,'page_for_posts','0','yes'),(88,'page_on_front','33','yes'),(89,'default_post_format','0','yes'),(90,'link_manager_enabled','0','yes'),(91,'initial_db_version','22441','yes'),(92,'wp_user_roles','a:9:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:67:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"access_optimizemember_level0\";b:1;s:28:\"access_optimizemember_level1\";b:1;s:28:\"access_optimizemember_level2\";b:1;s:28:\"access_optimizemember_level3\";b:1;s:28:\"access_optimizemember_level4\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:40:{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:28:\"access_optimizemember_level0\";b:1;s:28:\"access_optimizemember_level1\";b:1;s:28:\"access_optimizemember_level2\";b:1;s:28:\"access_optimizemember_level3\";b:1;s:28:\"access_optimizemember_level4\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:16:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"access_optimizemember_level0\";b:1;s:28:\"access_optimizemember_level1\";b:1;s:28:\"access_optimizemember_level2\";b:1;s:28:\"access_optimizemember_level3\";b:1;s:28:\"access_optimizemember_level4\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:11:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"access_optimizemember_level0\";b:1;s:28:\"access_optimizemember_level1\";b:1;s:28:\"access_optimizemember_level2\";b:1;s:28:\"access_optimizemember_level3\";b:1;s:28:\"access_optimizemember_level4\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:3:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;s:28:\"access_optimizemember_level0\";b:1;}}s:21:\"optimizemember_level1\";a:2:{s:4:\"name\";s:22:\"optimizeMember Level 1\";s:12:\"capabilities\";a:4:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;s:28:\"access_optimizemember_level0\";b:1;s:28:\"access_optimizemember_level1\";b:1;}}s:21:\"optimizemember_level2\";a:2:{s:4:\"name\";s:22:\"optimizeMember Level 2\";s:12:\"capabilities\";a:5:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;s:28:\"access_optimizemember_level0\";b:1;s:28:\"access_optimizemember_level1\";b:1;s:28:\"access_optimizemember_level2\";b:1;}}s:21:\"optimizemember_level3\";a:2:{s:4:\"name\";s:22:\"optimizeMember Level 3\";s:12:\"capabilities\";a:6:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;s:28:\"access_optimizemember_level0\";b:1;s:28:\"access_optimizemember_level1\";b:1;s:28:\"access_optimizemember_level2\";b:1;s:28:\"access_optimizemember_level3\";b:1;}}s:21:\"optimizemember_level4\";a:2:{s:4:\"name\";s:22:\"optimizeMember Level 4\";s:12:\"capabilities\";a:7:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;s:28:\"access_optimizemember_level0\";b:1;s:28:\"access_optimizemember_level1\";b:1;s:28:\"access_optimizemember_level2\";b:1;s:28:\"access_optimizemember_level3\";b:1;s:28:\"access_optimizemember_level4\";b:1;}}}','yes'),(93,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_recent-posts','a:3:{i:3;a:3:{s:5:\"title\";s:12:\"Trading Blog\";s:6:\"number\";i:10;s:9:\"show_date\";b:0;}i:4;a:3:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;s:9:\"show_date\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(98,'sidebars_widgets','a:8:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:14:\"recent-posts-3\";i:1;s:6:\"iclw-2\";i:2;s:11:\"rssimport-2\";i:3;s:7:\"pages-2\";i:4;s:14:\"recent-posts-4\";}s:12:\"header-right\";a:0:{}s:7:\"sidebar\";a:2:{i:0;s:18:\"facebook-likebox-4\";i:1;s:12:\"categories-2\";}s:12:\"generate-box\";a:0:{}s:8:\"footer-1\";a:1:{i:0;s:6:\"iclw-3\";}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(99,'cron','a:6:{i:1502359023;a:1:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1502361463;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:1502377768;a:1:{s:9:\"ping_pong\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1502378635;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:1502378671;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'),(130823,'wpseo_sitemap_3258_cache_validator','3KZAB','no'),(128417,'wpseo_sitemap_3218_cache_validator','3GnPe','no'),(106,'_transient_random_seed','261f28d6d731d2ff1ec732c282ae4d6a','yes'),(31200,'jetpack_active_modules','a:21:{i:0;s:10:\"vaultpress\";i:1;s:11:\"mobile-push\";i:3;s:10:\"sharedaddy\";i:5;s:7:\"widgets\";i:7;s:16:\"gplus-authorship\";i:9;s:9:\"publicize\";i:11;s:5:\"notes\";i:13;s:10:\"omnisearch\";i:15;s:18:\"after-the-deadline\";i:17;s:12:\"contact-form\";i:19;s:10:\"custom-css\";i:21;s:5:\"latex\";i:23;s:10:\"shortcodes\";i:25;s:13:\"post-by-email\";i:27;s:19:\"gravatar-hovercards\";i:29;s:8:\"json-api\";i:31;s:10:\"shortlinks\";i:33;s:21:\"enhanced-distribution\";i:35;s:17:\"widget-visibility\";i:37;s:13:\"subscriptions\";i:39;s:5:\"stats\";}','yes'),(142908,'_site_transient_timeout_theme_roots','1502337312','no'),(142909,'_site_transient_theme_roots','a:6:{s:3:\"dms\";s:7:\"/themes\";s:12:\"twentyeleven\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";}','no'),(43252,'pl_db_version','0.43','yes'),(43253,'pl-user-templates','a:2:{s:5:\"draft\";a:13:{s:7:\"riosoct\";a:5:{s:3:\"key\";b:0;s:4:\"name\";s:8:\"Rios Oct\";s:4:\"desc\";s:0:\"\";s:3:\"map\";a:3:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areauc00kes\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"uc00kes\";s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:10:\"PLICallout\";s:5:\"clone\";s:7:\"udcr0ro\";s:3:\"sid\";s:8:\"icallout\";s:4:\"span\";s:2:\"11\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:1;a:6:{s:6:\"object\";s:6:\"pliBox\";s:5:\"clone\";s:7:\"ux79ppw\";s:3:\"sid\";s:4:\"ibox\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:1;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areau9ajx4u\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"u9ajx4u\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"PLICallout\";s:5:\"clone\";s:7:\"ufluniu\";s:3:\"sid\";s:8:\"icallout\";s:4:\"span\";s:2:\"10\";s:6:\"offset\";s:1:\"1\";s:6:\"newrow\";s:4:\"true\";}}}i:2;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areaumz5fda\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"umz5fda\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"PLICallout\";s:5:\"clone\";s:7:\"u38gepz\";s:3:\"sid\";s:8:\"icallout\";s:4:\"span\";s:1:\"7\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}s:8:\"settings\";a:2:{i:0;a:1:{s:7:\"umz5fda\";a:8:{s:11:\"pl_area_pad\";s:4:\"90px\";s:18:\"pl_area_pad_bottom\";s:4:\"60px\";s:18:\"pl_area_background\";s:66:\"[pl_site_url]/wp-content/uploads/2016/08/tradingroomrankingart.jpg\";s:28:\"pl_area_background_attach_id\";s:4:\"2996\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"337EFF\";}}s:7:\"u38gepz\";a:11:{s:15:\"icallout_format\";s:0:\"\";s:17:\"pl_standard_title\";s:0:\"\";s:13:\"pl_area_class\";s:0:\"\";s:18:\"pl_standard_styles\";s:0:\"\";s:15:\"pl_hide_on_page\";s:0:\"\";s:13:\"icallout_text\";s:35:\"Trade with us in live trading room.\";s:18:\"icallout_text_wrap\";s:2:\"h2\";s:13:\"icallout_link\";s:47:\"http://www.riosquant.com/events/events_list/all\";s:15:\"icallout_target\";s:1:\"1\";s:18:\"icallout_link_text\";s:20:\"Get your access pass\";s:18:\"icallout_btn_theme\";s:11:\"btn-inverse\";}}}s:11:\"riosquant3a\";a:5:{s:3:\"key\";b:0;s:4:\"name\";s:11:\"riosquant3a\";s:4:\"desc\";s:0:\"\";s:3:\"map\";a:3:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areaumz5fda\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"umz5fda\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"PLICallout\";s:5:\"clone\";s:7:\"ufluniu\";s:3:\"sid\";s:8:\"icallout\";s:4:\"span\";s:2:\"10\";s:6:\"offset\";s:1:\"1\";s:6:\"newrow\";s:4:\"true\";}}}i:1;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areau9ajx4u\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"u9ajx4u\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"PLICallout\";s:5:\"clone\";s:7:\"u38gepz\";s:3:\"sid\";s:8:\"icallout\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:2;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areauc00kes\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"uc00kes\";s:7:\"content\";a:3:{i:0;a:6:{s:6:\"object\";s:10:\"PLICallout\";s:5:\"clone\";s:7:\"urz1qgb\";s:3:\"sid\";s:8:\"icallout\";s:4:\"span\";s:2:\"11\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:1;a:6:{s:6:\"object\";s:6:\"pliBox\";s:5:\"clone\";s:7:\"ux79ppw\";s:3:\"sid\";s:4:\"ibox\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:2;a:6:{s:6:\"object\";s:9:\"PLMasonic\";s:5:\"clone\";s:7:\"u5kbsav\";s:3:\"sid\";s:7:\"masonic\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}s:8:\"settings\";a:0:{}}s:12:\"riosquant5-7\";a:5:{s:3:\"key\";b:0;s:4:\"name\";s:13:\"RIOSQUANT 5-7\";s:4:\"desc\";s:0:\"\";s:3:\"map\";a:3:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areauc00kes\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"uc00kes\";s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:10:\"PLICallout\";s:5:\"clone\";s:7:\"udcr0ro\";s:3:\"sid\";s:8:\"icallout\";s:4:\"span\";s:2:\"11\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:1;a:6:{s:6:\"object\";s:6:\"pliBox\";s:5:\"clone\";s:7:\"ux79ppw\";s:3:\"sid\";s:4:\"ibox\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:1;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areau9ajx4u\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"u9ajx4u\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"PLICallout\";s:5:\"clone\";s:7:\"ufluniu\";s:3:\"sid\";s:8:\"icallout\";s:4:\"span\";s:2:\"10\";s:6:\"offset\";s:1:\"1\";s:6:\"newrow\";s:4:\"true\";}}}i:2;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areaumz5fda\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"umz5fda\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"PLICallout\";s:5:\"clone\";s:7:\"u38gepz\";s:3:\"sid\";s:8:\"icallout\";s:4:\"span\";s:1:\"6\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}s:8:\"settings\";a:4:{s:7:\"ufluniu\";a:11:{s:15:\"icallout_format\";s:0:\"\";s:17:\"pl_standard_title\";s:0:\"\";s:13:\"pl_area_class\";s:0:\"\";s:18:\"pl_standard_styles\";s:0:\"\";s:15:\"pl_hide_on_page\";s:0:\"\";s:13:\"icallout_text\";s:31:\"Learn how to be a quant trader.\";s:18:\"icallout_text_wrap\";s:2:\"h2\";s:13:\"icallout_link\";s:50:\"http://www.thetradingroom.com/algorithmic-trading/\";s:15:\"icallout_target\";s:1:\"1\";s:18:\"icallout_link_text\";s:30:\"Sign up for next online course\";s:18:\"icallout_btn_theme\";s:11:\"btn-inverse\";}s:7:\"u38gepz\";a:11:{s:15:\"icallout_format\";s:0:\"\";s:17:\"pl_standard_title\";s:0:\"\";s:13:\"pl_area_class\";s:0:\"\";s:18:\"pl_standard_styles\";s:0:\"\";s:15:\"pl_hide_on_page\";s:0:\"\";s:13:\"icallout_text\";s:35:\"Trade with us in live trading room.\";s:18:\"icallout_text_wrap\";s:2:\"h2\";s:13:\"icallout_link\";s:49:\"http://www.riosquant.com/account/register?trial=1\";s:15:\"icallout_target\";s:1:\"0\";s:18:\"icallout_link_text\";s:20:\"Get your access pass\";s:18:\"icallout_btn_theme\";s:11:\"btn-inverse\";}s:7:\"umz5fda\";a:16:{s:11:\"pl_area_pad\";s:5:\"130px\";s:18:\"pl_area_pad_bottom\";s:4:\"20px\";s:14:\"pl_area_height\";s:0:\"\";s:17:\"pl_standard_title\";s:0:\"\";s:13:\"pl_area_class\";s:0:\"\";s:18:\"pl_standard_styles\";s:0:\"\";s:15:\"pl_hide_on_page\";s:0:\"\";s:16:\"pl_area_parallax\";s:0:\"\";s:18:\"pl_area_background\";s:53:\"[pl_site_url]/wp-content/uploads/2016/10/rqclocks.jpg\";s:28:\"pl_area_background_attach_id\";s:4:\"3189\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:13:\"pl_area_video\";s:0:\"\";s:15:\"pl_area_video_2\";s:0:\"\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"337EFF\";}s:7:\"uylomxy\";a:16:{s:11:\"pl_area_pad\";s:0:\"\";s:18:\"pl_area_pad_bottom\";s:0:\"\";s:14:\"pl_area_height\";s:0:\"\";s:17:\"pl_standard_title\";s:0:\"\";s:13:\"pl_area_class\";s:0:\"\";s:18:\"pl_standard_styles\";s:0:\"\";s:15:\"pl_hide_on_page\";s:0:\"\";s:16:\"pl_area_parallax\";s:0:\"\";s:18:\"pl_area_background\";s:58:\"[pl_site_url]/wp-content/uploads/2016/08/strategyroom1.jpg\";s:28:\"pl_area_background_attach_id\";s:4:\"2987\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:13:\"pl_area_video\";s:0:\"\";s:15:\"pl_area_video_2\";s:0:\"\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"337EFF\";}}}s:7:\"welcome\";a:3:{s:4:\"name\";s:7:\"Welcome\";s:4:\"desc\";s:37:\"Getting started guide &amp; template.\";s:3:\"map\";a:5:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau07070\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"u07070\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"PLMasthead\";s:5:\"clone\";s:6:\"u0726f\";s:3:\"sid\";s:8:\"masthead\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:1;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau07475\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"u07475\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:6:\"pliBox\";s:5:\"clone\";s:6:\"u074b4\";s:3:\"sid\";s:4:\"ibox\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:2;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau076f6\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"u076f6\";s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:18:\"PageLinesHighlight\";s:5:\"clone\";s:6:\"u07834\";s:3:\"sid\";s:9:\"highlight\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:1;a:6:{s:6:\"object\";s:17:\"PageLinesMediaBox\";s:5:\"clone\";s:6:\"u07974\";s:3:\"sid\";s:8:\"mediabox\";s:4:\"span\";s:2:\"10\";s:6:\"offset\";s:1:\"1\";s:6:\"newrow\";s:5:\"false\";}}}i:3;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau07add\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"u07add\";s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:18:\"PageLinesHighlight\";s:5:\"clone\";s:6:\"u07b1b\";s:3:\"sid\";s:9:\"highlight\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:1;a:6:{s:6:\"object\";s:17:\"PageLinesMediaBox\";s:5:\"clone\";s:6:\"u07c62\";s:3:\"sid\";s:8:\"mediabox\";s:4:\"span\";s:2:\"10\";s:6:\"offset\";s:1:\"1\";s:6:\"newrow\";s:5:\"false\";}}}i:4;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau07e38\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"u07e38\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"PLICallout\";s:5:\"clone\";s:6:\"u07fdf\";s:3:\"sid\";s:8:\"icallout\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}}s:7:\"default\";a:3:{s:4:\"name\";s:7:\"Default\";s:4:\"desc\";s:59:\"Standard page configuration. (Content and Primary Sidebar.)\";s:3:\"map\";a:1:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areaub7b4b\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"ub7b4b\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"PageLinesPostLoop\";s:5:\"clone\";s:6:\"ub7bda\";s:3:\"sid\";s:8:\"postloop\";s:4:\"span\";s:2:\"10\";s:6:\"offset\";s:1:\"1\";s:6:\"newrow\";s:5:\"false\";}}}}}s:7:\"feature\";a:3:{s:4:\"name\";s:16:\"Feature Template\";s:4:\"desc\";s:111:\"A page template designed to quickly and concisely show off key features or points. (RevSlider, iBoxes, Flipper)\";s:3:\"map\";a:2:{i:0;a:6:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:15:\"revslideru8f188\";s:6:\"object\";s:11:\"plRevSlider\";s:3:\"sid\";s:9:\"revslider\";s:5:\"clone\";s:6:\"u8f188\";}i:1;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau8f243\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"u8f243\";s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:6:\"pliBox\";s:5:\"clone\";s:6:\"u8f2ff\";s:3:\"sid\";s:4:\"ibox\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:1;a:6:{s:6:\"object\";s:16:\"PageLinesFlipper\";s:5:\"clone\";s:6:\"u8f3b6\";s:3:\"sid\";s:7:\"flipper\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}}s:7:\"landing\";a:3:{s:4:\"name\";s:12:\"Landing Page\";s:4:\"desc\";s:67:\"A simple page design with highlight section and postloop (content).\";s:3:\"map\";a:1:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areaucc994\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"ucc994\";s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:18:\"PageLinesHighlight\";s:5:\"clone\";s:6:\"ucca4b\";s:3:\"sid\";s:9:\"highlight\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:1;a:6:{s:6:\"object\";s:17:\"PageLinesPostLoop\";s:5:\"clone\";s:6:\"uccb06\";s:3:\"sid\";s:8:\"postloop\";s:4:\"span\";s:1:\"8\";s:6:\"offset\";s:1:\"2\";s:6:\"newrow\";s:5:\"false\";}}}}}s:4:\"blog\";a:5:{s:3:\"key\";b:0;s:4:\"name\";s:4:\"blog\";s:4:\"desc\";s:23:\"Simple blog page layout\";s:3:\"map\";a:1:{i:0;a:6:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:17:\"pageheaderuqv94wn\";s:6:\"object\";s:12:\"PLPageHeader\";s:3:\"sid\";s:10:\"pageheader\";s:5:\"clone\";s:7:\"uqv94wn\";}}s:8:\"settings\";a:6:{i:0;a:1:{s:7:\"us1vrz7\";a:13:{s:9:\"ph_format\";s:13:\"format-center\";s:7:\"ph_mode\";s:5:\"links\";s:9:\"ph_header\";s:35:\"Welcome to PageLines [pl_themename]\";s:8:\"ph_link1\";s:36:\"http://www.pagelines.com/user-guide/\";s:13:\"ph_link1_text\";s:18:\"The DMS User Guide\";s:14:\"ph_link1_style\";s:12:\"btn-ol-black\";s:8:\"ph_link2\";s:26:\"http://docs.pagelines.com/\";s:13:\"ph_link2_text\";s:12:\"The DMS docs\";s:14:\"ph_link2_style\";s:12:\"btn-ol-black\";s:17:\"pageheader_repeat\";s:1:\"0\";s:16:\"pageheader_theme\";s:1:\"0\";s:23:\"pageheader_color_enable\";s:1:\"1\";s:16:\"pageheader_color\";s:6:\"F7F7F7\";}}s:7:\"us1vrz7\";a:22:{s:9:\"ph_format\";s:13:\"format-center\";s:12:\"ph_pad_class\";s:0:\"\";s:17:\"pl_standard_title\";s:0:\"\";s:13:\"pl_area_class\";s:0:\"\";s:18:\"pl_standard_styles\";s:0:\"\";s:15:\"pl_hide_on_page\";s:0:\"\";s:9:\"ph_header\";s:1:\".\";s:6:\"ph_sub\";s:0:\"\";s:8:\"ph_link1\";s:56:\"https://www.youtube.com/channel/UCJmcq8W9KhVMLoHsqTXIAnw\";s:13:\"ph_link1_text\";s:16:\"Watch Our Videos\";s:14:\"ph_link1_style\";s:11:\"btn-warning\";s:8:\"ph_link2\";s:47:\"http://www.riosquant.com/events/events_list/all\";s:13:\"ph_link2_text\";s:15:\"Events Calendar\";s:14:\"ph_link2_style\";s:11:\"btn-warning\";s:21:\"pageheader_background\";s:61:\"[pl_site_url]/wp-content/uploads/2014/05/rqglassadvwindow.jpg\";s:31:\"pageheader_background_attach_id\";s:4:\"1604\";s:17:\"pageheader_repeat\";s:1:\"0\";s:16:\"pageheader_theme\";s:1:\"0\";s:16:\"pageheader_video\";s:0:\"\";s:18:\"pageheader_video_2\";s:0:\"\";s:23:\"pageheader_color_enable\";s:1:\"1\";s:16:\"pageheader_color\";s:6:\"F7F7F7\";}s:8:\"settings\";a:12:{s:17:\"pagelines_favicon\";s:42:\"[pl_parent_url]/images/default-favicon.png\";s:14:\"pl_login_image\";s:46:\"[pl_parent_url]/images/default-login-image.png\";s:19:\"pagelines_touchicon\";s:45:\"[pl_parent_url]/images/default-touch-icon.png\";s:10:\"karma_icon\";s:3:\"sun\";s:19:\"disable_less_errors\";b:0;s:15:\"alternative_css\";b:0;s:14:\"sl_web_disable\";s:1:\"0\";s:11:\"sl_facebook\";s:33:\"https://www.facebook.com/rqtrader\";s:10:\"sl_youtube\";s:56:\"https://www.youtube.com/channel/UCJmcq8W9KhVMLoHsqTXIAnw\";s:16:\"post_loop_legacy\";s:1:\"0\";s:18:\"pl_loop_thumb_size\";s:12:\"aspect-thumb\";s:16:\"metabar_standard\";s:0:\"\";}s:6:\"u6278b\";a:5:{s:17:\"pl_standard_title\";s:0:\"\";s:13:\"pl_area_class\";s:0:\"\";s:18:\"pl_standard_styles\";s:0:\"\";s:15:\"pl_hide_on_page\";s:0:\"\";s:15:\"post_media_hide\";s:1:\"0\";}s:6:\"u627c7\";a:5:{s:17:\"pl_standard_title\";s:0:\"\";s:13:\"pl_area_class\";s:0:\"\";s:18:\"pl_standard_styles\";s:0:\"\";s:15:\"pl_hide_on_page\";s:0:\"\";s:13:\"boxed_columns\";s:1:\"0\";}s:7:\"ug2bvya\";a:15:{s:14:\"mediabox_image\";s:0:\"\";s:24:\"mediabox_image_attach_id\";s:0:\"\";s:18:\"mediabox_image_alt\";s:0:\"\";s:14:\"mediabox_title\";s:0:\"\";s:13:\"mediabox_html\";s:56:\"https://www.youtube.com/channel/UCJmcq8W9KhVMLoHsqTXIAnw\";s:17:\"pl_standard_title\";s:0:\"\";s:13:\"pl_area_class\";s:0:\"\";s:18:\"pl_standard_styles\";s:0:\"\";s:15:\"pl_hide_on_page\";s:0:\"\";s:14:\"mediabox_align\";s:6:\"center\";s:15:\"mediabox_height\";s:0:\"\";s:17:\"disable_centering\";s:1:\"0\";s:18:\"mediabox_animation\";s:0:\"\";s:19:\"mediabox_background\";s:0:\"\";s:29:\"mediabox_background_attach_id\";s:0:\"\";}}}s:10:\"riosquant3\";a:5:{s:3:\"key\";b:0;s:4:\"name\";s:10:\"RiosQuant3\";s:4:\"desc\";s:0:\"\";s:3:\"map\";a:3:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areaumz5fda\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"umz5fda\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"PLICallout\";s:5:\"clone\";s:7:\"ufluniu\";s:3:\"sid\";s:8:\"icallout\";s:4:\"span\";s:2:\"10\";s:6:\"offset\";s:1:\"1\";s:6:\"newrow\";s:4:\"true\";}}}i:1;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areau9ajx4u\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"u9ajx4u\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"PLICallout\";s:5:\"clone\";s:7:\"u38gepz\";s:3:\"sid\";s:8:\"icallout\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:2;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areauc00kes\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"uc00kes\";s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:10:\"PLICallout\";s:5:\"clone\";s:7:\"urz1qgb\";s:3:\"sid\";s:8:\"icallout\";s:4:\"span\";s:2:\"11\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:1;a:6:{s:6:\"object\";s:6:\"pliBox\";s:5:\"clone\";s:7:\"ux79ppw\";s:3:\"sid\";s:4:\"ibox\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}s:8:\"settings\";a:6:{i:0;a:1:{s:7:\"ufluniu\";a:6:{s:13:\"icallout_text\";s:31:\"Learn how to be a quant trader.\";s:18:\"icallout_text_wrap\";s:2:\"h2\";s:13:\"icallout_link\";s:49:\"http://www.riosquant.com/requestinfo?product_id=2\";s:15:\"icallout_target\";s:1:\"1\";s:18:\"icallout_link_text\";s:30:\"Sign up for next online course\";s:18:\"icallout_btn_theme\";s:12:\"btn-ol-white\";}}i:1;a:2:{s:7:\"urz1qgb\";a:6:{s:13:\"icallout_text\";s:23:\"Ready to trade smarter?\";s:18:\"icallout_text_wrap\";s:2:\"h2\";s:13:\"icallout_link\";s:24:\"http://www.riosquant.com\";s:15:\"icallout_target\";s:1:\"1\";s:18:\"icallout_link_text\";s:21:\"Get DMS for Wordpress\";s:18:\"icallout_btn_theme\";s:12:\"btn-ol-white\";}s:7:\"ux79ppw\";a:4:{s:9:\"ibox_cols\";s:1:\"4\";s:10:\"ibox_media\";s:5:\"image\";s:11:\"ibox_format\";s:3:\"top\";s:10:\"ibox_array\";a:3:{s:5:\"item1\";a:6:{s:5:\"title\";s:27:\"Quantitative Trend Analysis\";s:4:\"text\";s:295:\"The RQ Cross Box is a computerized ranking system utilizing multiple disciplines of evaluation including macro economics, rotation flows, fundamental and technical analysis. At the core is proprietary algorithms designed to interpret historical data in order to reveal predictive future metrics.\";s:4:\"icon\";s:5:\"gears\";s:5:\"image\";s:71:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/04/marketanalyzer2.jpg\";s:5:\"color\";s:6:\"FA0707\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:4:{s:5:\"title\";s:27:\"Algorithmic Trading Systems\";s:4:\"text\";s:313:\"The RiosQuant algorithmic trading systems are  designed for specific assignments, such as to exploit short-lived trading opportunities. At the core of the strategy is proprietary code with forward-looking algorithms designed to forecast potential key levels of the markets associated with aggressive price action.\";s:5:\"image\";s:72:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/04/traderclicking12.jpg\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:4:{s:5:\"title\";s:17:\"Live Trading Room\";s:4:\"text\";s:255:\"The Trading Room® sessions  offer a pragmatic, real world perspective of trading the global markets in real-time for the active trader.  Get a sneak view of our algorithmic trading systems in action from the convenience of your computer via the internet.\";s:5:\"image\";s:69:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/05/joeboardjpeg1.jpg\";s:8:\"showitem\";s:1:\"1\";}}}}s:6:\"u2516e\";a:16:{s:11:\"pl_area_pad\";s:0:\"\";s:18:\"pl_area_pad_bottom\";s:0:\"\";s:14:\"pl_area_height\";s:0:\"\";s:17:\"pl_standard_title\";s:0:\"\";s:13:\"pl_area_class\";s:0:\"\";s:18:\"pl_standard_styles\";s:0:\"\";s:15:\"pl_hide_on_page\";s:0:\"\";s:16:\"pl_area_parallax\";s:0:\"\";s:18:\"pl_area_background\";s:66:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/04/roomforlen.jpg\";s:28:\"pl_area_background_attach_id\";s:0:\"\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:0:\"\";s:13:\"pl_area_video\";s:0:\"\";s:15:\"pl_area_video_2\";s:0:\"\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"FCFAFA\";}s:7:\"ux79ppw\";a:8:{s:9:\"ibox_cols\";s:1:\"4\";s:10:\"ibox_media\";s:5:\"image\";s:11:\"ibox_format\";s:4:\"left\";s:17:\"pl_standard_title\";s:0:\"\";s:13:\"pl_area_class\";s:0:\"\";s:18:\"pl_standard_styles\";s:0:\"\";s:15:\"pl_hide_on_page\";s:0:\"\";s:10:\"ibox_array\";a:3:{s:5:\"item1\";a:7:{s:5:\"title\";s:27:\"Quantitative Trend Analysis\";s:4:\"text\";s:295:\"The RQ Cross Box is a computerized ranking system utilizing multiple disciplines of evaluation including macro economics, rotation flows, fundamental and technical analysis. At the core is proprietary algorithms designed to interpret historical data in order to reveal predictive future metrics.\";s:4:\"icon\";s:5:\"gears\";s:5:\"image\";s:59:\"[pl_site_url]/wp-content/uploads/2014/05/marketanalyzer.jpg\";s:15:\"image_attach_id\";s:4:\"1595\";s:5:\"color\";s:6:\"FA0707\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:5:{s:5:\"title\";s:27:\"Algorithmic Trading Systems\";s:4:\"text\";s:313:\"The RiosQuant algorithmic trading systems are  designed for specific assignments, such as to exploit short-lived trading opportunities. At the core of the strategy is proprietary code with forward-looking algorithms designed to forecast potential key levels of the markets associated with aggressive price action.\";s:5:\"image\";s:60:\"[pl_site_url]/wp-content/uploads/2014/05/screenhandclick.jpg\";s:15:\"image_attach_id\";s:4:\"1596\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:5:{s:5:\"title\";s:17:\"Live Trading Room\";s:4:\"text\";s:255:\"The Trading Room® sessions  offer a pragmatic, real world perspective of trading the global markets in real-time for the active trader.  Get a sneak view of our algorithmic trading systems in action from the convenience of your computer via the internet.\";s:5:\"image\";s:62:\"[pl_site_url]/wp-content/uploads/2014/05/joeshadowwriting2.jpg\";s:15:\"image_attach_id\";s:4:\"1597\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"umz5fda\";a:16:{s:11:\"pl_area_pad\";s:4:\"50px\";s:18:\"pl_area_pad_bottom\";s:4:\"20px\";s:14:\"pl_area_height\";s:0:\"\";s:17:\"pl_standard_title\";s:0:\"\";s:13:\"pl_area_class\";s:0:\"\";s:18:\"pl_standard_styles\";s:0:\"\";s:15:\"pl_hide_on_page\";s:0:\"\";s:16:\"pl_area_parallax\";s:0:\"\";s:18:\"pl_area_background\";s:58:\"[pl_site_url]/wp-content/uploads/2014/05/joebigscreen1.jpg\";s:28:\"pl_area_background_attach_id\";s:4:\"1593\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:13:\"pl_area_video\";s:0:\"\";s:15:\"pl_area_video_2\";s:0:\"\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"337EFF\";}s:7:\"uc00kes\";a:16:{s:11:\"pl_area_pad\";s:0:\"\";s:18:\"pl_area_pad_bottom\";s:0:\"\";s:14:\"pl_area_height\";s:0:\"\";s:17:\"pl_standard_title\";s:0:\"\";s:13:\"pl_area_class\";s:0:\"\";s:18:\"pl_standard_styles\";s:0:\"\";s:15:\"pl_hide_on_page\";s:0:\"\";s:16:\"pl_area_parallax\";s:0:\"\";s:18:\"pl_area_background\";s:59:\"[pl_site_url]/wp-content/uploads/2014/05/quoteboardblue.jpg\";s:28:\"pl_area_background_attach_id\";s:4:\"1594\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:13:\"pl_area_video\";s:0:\"\";s:15:\"pl_area_video_2\";s:0:\"\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"337EFF\";}}}s:10:\"riosquant2\";a:5:{s:3:\"key\";b:0;s:4:\"name\";s:10:\"riosquant2\";s:4:\"desc\";s:0:\"\";s:3:\"map\";a:1:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areauc0cb1\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"uc0cb1\";s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:18:\"PageLinesHighlight\";s:5:\"clone\";s:6:\"uc0d6e\";s:3:\"sid\";s:9:\"highlight\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:1;a:6:{s:6:\"object\";s:17:\"PageLinesPostLoop\";s:5:\"clone\";s:6:\"uc0e21\";s:3:\"sid\";s:8:\"postloop\";s:4:\"span\";s:1:\"8\";s:6:\"offset\";s:1:\"2\";s:6:\"newrow\";s:5:\"false\";}}}}s:8:\"settings\";a:0:{}}s:10:\"riosquant1\";a:5:{s:3:\"key\";b:0;s:4:\"name\";s:11:\"riosquant 1\";s:4:\"desc\";s:6:\"first \";s:3:\"map\";a:1:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areauc0cb1\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"uc0cb1\";s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:18:\"PageLinesHighlight\";s:5:\"clone\";s:6:\"uc0d6e\";s:3:\"sid\";s:9:\"highlight\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:1;a:6:{s:6:\"object\";s:17:\"PageLinesPostLoop\";s:5:\"clone\";s:6:\"uc0e21\";s:3:\"sid\";s:8:\"postloop\";s:4:\"span\";s:1:\"8\";s:6:\"offset\";s:1:\"2\";s:6:\"newrow\";s:5:\"false\";}}}}s:8:\"settings\";a:0:{}}s:10:\"firsttrial\";a:5:{s:3:\"key\";b:0;s:4:\"name\";s:11:\"first trial\";s:4:\"desc\";s:0:\"\";s:3:\"map\";a:1:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areauc0cb1\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"uc0cb1\";s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:18:\"PageLinesHighlight\";s:5:\"clone\";s:6:\"uc0d6e\";s:3:\"sid\";s:9:\"highlight\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:1;a:6:{s:6:\"object\";s:17:\"PageLinesPostLoop\";s:5:\"clone\";s:6:\"uc0e21\";s:3:\"sid\";s:8:\"postloop\";s:4:\"span\";s:1:\"8\";s:6:\"offset\";s:1:\"2\";s:6:\"newrow\";s:5:\"false\";}}}}s:8:\"settings\";a:0:{}}s:16:\"blogpagetemplate\";a:5:{s:3:\"key\";b:0;s:4:\"name\";s:18:\"Blog Page Template\";s:4:\"desc\";s:3:\"...\";s:3:\"map\";a:1:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau8fa8a\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"u8fa8a\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"PageLinesPostLoop\";s:5:\"clone\";s:6:\"u8fb18\";s:3:\"sid\";s:8:\"postloop\";s:4:\"span\";s:2:\"10\";s:6:\"offset\";s:1:\"1\";s:6:\"newrow\";s:5:\"false\";}}}}s:8:\"settings\";a:6:{i:0;a:2:{s:7:\"uz8igxj\";a:8:{s:10:\"pagetitles\";s:1:\"0\";s:16:\"blog_layout_mode\";s:4:\"blog\";s:17:\"full_column_posts\";s:2:\"10\";s:12:\"show_content\";s:1:\"0\";s:17:\"excerpt_mode_full\";s:3:\"top\";s:17:\"excerpt_mode_clip\";s:3:\"top\";s:10:\"hide_thumb\";s:1:\"0\";s:12:\"hide_excerpt\";s:1:\"0\";}s:7:\"ukc6ocl\";a:4:{s:13:\"textbox_title\";s:57:\"<span class=\"pl-standard-title\">ABOUT THE DMS DEMO</span>\";s:15:\"textbox_content\";s:248:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed in euismod nisi. \n<br /><br />\nCras at ultrices erat, sed vulputate eros. Nunc at augue gravida est fermentum vulputate. Pellentesque et ipsum in dui malesuada tempus. Donec pellentesque.\";s:17:\"textbox_font_size\";s:2:\"12\";s:18:\"textbox_title_wrap\";s:6:\"strong\";}}s:8:\"settings\";a:25:{s:17:\"pagelines_favicon\";s:67:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/05/rqlogoblack.jpg\";s:14:\"pl_login_image\";s:68:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/05/RQLOGOwhite1.jpg\";s:19:\"pagelines_touchicon\";s:69:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/05/RQLOGOwhite11.jpg\";s:10:\"karma_icon\";s:3:\"sun\";s:19:\"disable_less_errors\";b:0;s:15:\"alternative_css\";b:0;s:14:\"sl_web_disable\";s:1:\"0\";s:11:\"sl_facebook\";s:33:\"https://www.facebook.com/rqtrader\";s:10:\"sl_youtube\";s:56:\"https://www.youtube.com/channel/UCJmcq8W9KhVMLoHsqTXIAnw\";s:16:\"post_loop_legacy\";s:1:\"0\";s:18:\"pl_loop_thumb_size\";s:12:\"aspect-thumb\";s:27:\"pagelines_favicon_attach_id\";s:4:\"1874\";s:24:\"pl_login_image_attach_id\";s:4:\"1875\";s:29:\"pagelines_touchicon_attach_id\";s:4:\"1876\";s:14:\"base_font_size\";s:2:\"14\";s:19:\"font_primary_weight\";s:3:\"300\";s:16:\"header_base_size\";s:2:\"16\";s:19:\"font_headers_weight\";s:3:\"300\";s:11:\"layout_mode\";s:5:\"pixel\";s:19:\"layout_display_mode\";s:12:\"display-full\";s:15:\"nav_dropdown_bg\";s:4:\"dark\";s:19:\"nav_dropdown_toggle\";s:5:\"hover\";s:16:\"content_width_px\";s:6:\"1164px\";s:21:\"content_width_percent\";s:3:\"93%\";s:16:\"metabar_standard\";s:16:\"The Trading Room\";}s:6:\"u8e7be\";a:4:{s:17:\"pl_standard_title\";s:0:\"\";s:13:\"pl_area_class\";s:0:\"\";s:18:\"pl_standard_styles\";s:0:\"\";s:15:\"pl_hide_on_page\";s:0:\"\";}s:6:\"u3257c\";a:16:{s:11:\"pl_area_pad\";s:0:\"\";s:18:\"pl_area_pad_bottom\";s:0:\"\";s:14:\"pl_area_height\";s:0:\"\";s:17:\"pl_standard_title\";s:18:\"The Trading Room®\";s:13:\"pl_area_class\";s:0:\"\";s:18:\"pl_standard_styles\";s:0:\"\";s:15:\"pl_hide_on_page\";s:0:\"\";s:16:\"pl_area_parallax\";s:0:\"\";s:18:\"pl_area_background\";s:0:\"\";s:28:\"pl_area_background_attach_id\";s:0:\"\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:0:\"\";s:13:\"pl_area_video\";s:0:\"\";s:15:\"pl_area_video_2\";s:0:\"\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:0:\"\";}s:7:\"uqzahs1\";a:16:{s:24:\"pagelines_herounit_title\";s:18:\"The Trading Room®\";s:26:\"pagelines_herounit_tagline\";s:22:\"Established since 1997\";s:24:\"pagelines_herounit_image\";s:65:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/05/chillroom.jpg\";s:34:\"pagelines_herounit_image_attach_id\";s:0:\"\";s:28:\"pagelines_herounit_image_alt\";s:0:\"\";s:16:\"herounit_reverse\";s:1:\"0\";s:17:\"pl_standard_title\";s:0:\"\";s:13:\"pl_area_class\";s:0:\"\";s:18:\"pl_standard_styles\";s:0:\"\";s:15:\"pl_hide_on_page\";s:0:\"\";s:19:\"herounit_left_width\";s:5:\"span3\";s:20:\"herounit_right_width\";s:5:\"span3\";s:20:\"herounit_button_link\";s:0:\"\";s:20:\"herounit_button_text\";s:0:\"\";s:22:\"herounit_button_target\";s:1:\"0\";s:21:\"herounit_button_theme\";s:7:\"primary\";}s:6:\"u4c73c\";a:16:{s:11:\"pl_area_pad\";s:3:\"0px\";s:18:\"pl_area_pad_bottom\";s:3:\"0px\";s:14:\"pl_area_height\";s:1:\"2\";s:17:\"pl_standard_title\";s:18:\"The Trading Room®\";s:13:\"pl_area_class\";s:0:\"\";s:18:\"pl_standard_styles\";s:0:\"\";s:15:\"pl_hide_on_page\";s:0:\"\";s:16:\"pl_area_parallax\";s:0:\"\";s:18:\"pl_area_background\";s:0:\"\";s:28:\"pl_area_background_attach_id\";s:0:\"\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:0:\"\";s:13:\"pl_area_video\";s:0:\"\";s:15:\"pl_area_video_2\";s:0:\"\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:0:\"\";}}}}s:4:\"live\";a:13:{s:7:\"riosoct\";a:5:{s:3:\"key\";b:0;s:4:\"name\";s:8:\"Rios Oct\";s:4:\"desc\";s:0:\"\";s:3:\"map\";a:3:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areauc00kes\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"uc00kes\";s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:10:\"PLICallout\";s:5:\"clone\";s:7:\"udcr0ro\";s:3:\"sid\";s:8:\"icallout\";s:4:\"span\";s:2:\"11\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:1;a:6:{s:6:\"object\";s:6:\"pliBox\";s:5:\"clone\";s:7:\"ux79ppw\";s:3:\"sid\";s:4:\"ibox\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:1;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areau9ajx4u\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"u9ajx4u\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"PLICallout\";s:5:\"clone\";s:7:\"ufluniu\";s:3:\"sid\";s:8:\"icallout\";s:4:\"span\";s:2:\"10\";s:6:\"offset\";s:1:\"1\";s:6:\"newrow\";s:4:\"true\";}}}i:2;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areaumz5fda\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"umz5fda\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"PLICallout\";s:5:\"clone\";s:7:\"u38gepz\";s:3:\"sid\";s:8:\"icallout\";s:4:\"span\";s:1:\"7\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}s:8:\"settings\";a:2:{i:0;a:1:{s:7:\"umz5fda\";a:8:{s:11:\"pl_area_pad\";s:4:\"90px\";s:18:\"pl_area_pad_bottom\";s:4:\"60px\";s:18:\"pl_area_background\";s:66:\"[pl_site_url]/wp-content/uploads/2016/08/tradingroomrankingart.jpg\";s:28:\"pl_area_background_attach_id\";s:4:\"2996\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"337EFF\";}}s:7:\"u38gepz\";a:11:{s:15:\"icallout_format\";s:0:\"\";s:17:\"pl_standard_title\";s:0:\"\";s:13:\"pl_area_class\";s:0:\"\";s:18:\"pl_standard_styles\";s:0:\"\";s:15:\"pl_hide_on_page\";s:0:\"\";s:13:\"icallout_text\";s:35:\"Trade with us in live trading room.\";s:18:\"icallout_text_wrap\";s:2:\"h2\";s:13:\"icallout_link\";s:47:\"http://www.riosquant.com/events/events_list/all\";s:15:\"icallout_target\";s:1:\"1\";s:18:\"icallout_link_text\";s:20:\"Get your access pass\";s:18:\"icallout_btn_theme\";s:11:\"btn-inverse\";}}}s:11:\"riosquant3a\";a:5:{s:3:\"key\";b:0;s:4:\"name\";s:11:\"riosquant3a\";s:4:\"desc\";s:0:\"\";s:3:\"map\";a:3:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areaumz5fda\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"umz5fda\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"PLICallout\";s:5:\"clone\";s:7:\"ufluniu\";s:3:\"sid\";s:8:\"icallout\";s:4:\"span\";s:2:\"10\";s:6:\"offset\";s:1:\"1\";s:6:\"newrow\";s:4:\"true\";}}}i:1;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areau9ajx4u\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"u9ajx4u\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"PLICallout\";s:5:\"clone\";s:7:\"u38gepz\";s:3:\"sid\";s:8:\"icallout\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:2;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areauc00kes\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"uc00kes\";s:7:\"content\";a:3:{i:0;a:6:{s:6:\"object\";s:10:\"PLICallout\";s:5:\"clone\";s:7:\"urz1qgb\";s:3:\"sid\";s:8:\"icallout\";s:4:\"span\";s:2:\"11\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:1;a:6:{s:6:\"object\";s:6:\"pliBox\";s:5:\"clone\";s:7:\"ux79ppw\";s:3:\"sid\";s:4:\"ibox\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:2;a:6:{s:6:\"object\";s:9:\"PLMasonic\";s:5:\"clone\";s:7:\"u5kbsav\";s:3:\"sid\";s:7:\"masonic\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}s:8:\"settings\";a:0:{}}s:12:\"riosquant5-7\";a:5:{s:3:\"key\";b:0;s:4:\"name\";s:13:\"RIOSQUANT 5-7\";s:4:\"desc\";s:0:\"\";s:3:\"map\";a:3:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areauc00kes\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"uc00kes\";s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:10:\"PLICallout\";s:5:\"clone\";s:7:\"udcr0ro\";s:3:\"sid\";s:8:\"icallout\";s:4:\"span\";s:2:\"11\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:1;a:6:{s:6:\"object\";s:6:\"pliBox\";s:5:\"clone\";s:7:\"ux79ppw\";s:3:\"sid\";s:4:\"ibox\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:1;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areau9ajx4u\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"u9ajx4u\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"PLICallout\";s:5:\"clone\";s:7:\"ufluniu\";s:3:\"sid\";s:8:\"icallout\";s:4:\"span\";s:2:\"10\";s:6:\"offset\";s:1:\"1\";s:6:\"newrow\";s:4:\"true\";}}}i:2;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areaumz5fda\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"umz5fda\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"PLICallout\";s:5:\"clone\";s:7:\"u38gepz\";s:3:\"sid\";s:8:\"icallout\";s:4:\"span\";s:1:\"6\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}s:8:\"settings\";a:4:{s:7:\"ufluniu\";a:11:{s:15:\"icallout_format\";s:0:\"\";s:17:\"pl_standard_title\";s:0:\"\";s:13:\"pl_area_class\";s:0:\"\";s:18:\"pl_standard_styles\";s:0:\"\";s:15:\"pl_hide_on_page\";s:0:\"\";s:13:\"icallout_text\";s:31:\"Learn how to be a quant trader.\";s:18:\"icallout_text_wrap\";s:2:\"h2\";s:13:\"icallout_link\";s:50:\"http://www.thetradingroom.com/algorithmic-trading/\";s:15:\"icallout_target\";s:1:\"1\";s:18:\"icallout_link_text\";s:30:\"Sign up for next online course\";s:18:\"icallout_btn_theme\";s:11:\"btn-inverse\";}s:7:\"u38gepz\";a:11:{s:15:\"icallout_format\";s:0:\"\";s:17:\"pl_standard_title\";s:0:\"\";s:13:\"pl_area_class\";s:0:\"\";s:18:\"pl_standard_styles\";s:0:\"\";s:15:\"pl_hide_on_page\";s:0:\"\";s:13:\"icallout_text\";s:35:\"Trade with us in live trading room.\";s:18:\"icallout_text_wrap\";s:2:\"h2\";s:13:\"icallout_link\";s:49:\"http://www.riosquant.com/account/register?trial=1\";s:15:\"icallout_target\";s:1:\"0\";s:18:\"icallout_link_text\";s:20:\"Get your access pass\";s:18:\"icallout_btn_theme\";s:11:\"btn-inverse\";}s:7:\"umz5fda\";a:16:{s:11:\"pl_area_pad\";s:5:\"130px\";s:18:\"pl_area_pad_bottom\";s:4:\"20px\";s:14:\"pl_area_height\";s:0:\"\";s:17:\"pl_standard_title\";s:0:\"\";s:13:\"pl_area_class\";s:0:\"\";s:18:\"pl_standard_styles\";s:0:\"\";s:15:\"pl_hide_on_page\";s:0:\"\";s:16:\"pl_area_parallax\";s:0:\"\";s:18:\"pl_area_background\";s:53:\"[pl_site_url]/wp-content/uploads/2016/10/rqclocks.jpg\";s:28:\"pl_area_background_attach_id\";s:4:\"3189\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:13:\"pl_area_video\";s:0:\"\";s:15:\"pl_area_video_2\";s:0:\"\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"337EFF\";}s:7:\"uylomxy\";a:16:{s:11:\"pl_area_pad\";s:0:\"\";s:18:\"pl_area_pad_bottom\";s:0:\"\";s:14:\"pl_area_height\";s:0:\"\";s:17:\"pl_standard_title\";s:0:\"\";s:13:\"pl_area_class\";s:0:\"\";s:18:\"pl_standard_styles\";s:0:\"\";s:15:\"pl_hide_on_page\";s:0:\"\";s:16:\"pl_area_parallax\";s:0:\"\";s:18:\"pl_area_background\";s:58:\"[pl_site_url]/wp-content/uploads/2016/08/strategyroom1.jpg\";s:28:\"pl_area_background_attach_id\";s:4:\"2987\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:13:\"pl_area_video\";s:0:\"\";s:15:\"pl_area_video_2\";s:0:\"\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"337EFF\";}}}s:7:\"welcome\";a:3:{s:4:\"name\";s:7:\"Welcome\";s:4:\"desc\";s:37:\"Getting started guide &amp; template.\";s:3:\"map\";a:5:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau07070\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"u07070\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"PLMasthead\";s:5:\"clone\";s:6:\"u0726f\";s:3:\"sid\";s:8:\"masthead\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:1;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau07475\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"u07475\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:6:\"pliBox\";s:5:\"clone\";s:6:\"u074b4\";s:3:\"sid\";s:4:\"ibox\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:2;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau076f6\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"u076f6\";s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:18:\"PageLinesHighlight\";s:5:\"clone\";s:6:\"u07834\";s:3:\"sid\";s:9:\"highlight\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:1;a:6:{s:6:\"object\";s:17:\"PageLinesMediaBox\";s:5:\"clone\";s:6:\"u07974\";s:3:\"sid\";s:8:\"mediabox\";s:4:\"span\";s:2:\"10\";s:6:\"offset\";s:1:\"1\";s:6:\"newrow\";s:5:\"false\";}}}i:3;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau07add\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"u07add\";s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:18:\"PageLinesHighlight\";s:5:\"clone\";s:6:\"u07b1b\";s:3:\"sid\";s:9:\"highlight\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:1;a:6:{s:6:\"object\";s:17:\"PageLinesMediaBox\";s:5:\"clone\";s:6:\"u07c62\";s:3:\"sid\";s:8:\"mediabox\";s:4:\"span\";s:2:\"10\";s:6:\"offset\";s:1:\"1\";s:6:\"newrow\";s:5:\"false\";}}}i:4;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau07e38\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"u07e38\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"PLICallout\";s:5:\"clone\";s:6:\"u07fdf\";s:3:\"sid\";s:8:\"icallout\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}}s:7:\"default\";a:3:{s:4:\"name\";s:7:\"Default\";s:4:\"desc\";s:59:\"Standard page configuration. (Content and Primary Sidebar.)\";s:3:\"map\";a:1:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areaub7b4b\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"ub7b4b\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"PageLinesPostLoop\";s:5:\"clone\";s:6:\"ub7bda\";s:3:\"sid\";s:8:\"postloop\";s:4:\"span\";s:2:\"10\";s:6:\"offset\";s:1:\"1\";s:6:\"newrow\";s:5:\"false\";}}}}}s:7:\"feature\";a:3:{s:4:\"name\";s:16:\"Feature Template\";s:4:\"desc\";s:111:\"A page template designed to quickly and concisely show off key features or points. (RevSlider, iBoxes, Flipper)\";s:3:\"map\";a:2:{i:0;a:6:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:15:\"revslideru8f188\";s:6:\"object\";s:11:\"plRevSlider\";s:3:\"sid\";s:9:\"revslider\";s:5:\"clone\";s:6:\"u8f188\";}i:1;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau8f243\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"u8f243\";s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:6:\"pliBox\";s:5:\"clone\";s:6:\"u8f2ff\";s:3:\"sid\";s:4:\"ibox\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:1;a:6:{s:6:\"object\";s:16:\"PageLinesFlipper\";s:5:\"clone\";s:6:\"u8f3b6\";s:3:\"sid\";s:7:\"flipper\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}}s:7:\"landing\";a:3:{s:4:\"name\";s:12:\"Landing Page\";s:4:\"desc\";s:67:\"A simple page design with highlight section and postloop (content).\";s:3:\"map\";a:1:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areaucc994\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"ucc994\";s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:18:\"PageLinesHighlight\";s:5:\"clone\";s:6:\"ucca4b\";s:3:\"sid\";s:9:\"highlight\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:1;a:6:{s:6:\"object\";s:17:\"PageLinesPostLoop\";s:5:\"clone\";s:6:\"uccb06\";s:3:\"sid\";s:8:\"postloop\";s:4:\"span\";s:1:\"8\";s:6:\"offset\";s:1:\"2\";s:6:\"newrow\";s:5:\"false\";}}}}}s:4:\"blog\";a:5:{s:3:\"key\";b:0;s:4:\"name\";s:4:\"blog\";s:4:\"desc\";s:23:\"Simple blog page layout\";s:3:\"map\";a:1:{i:0;a:6:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:17:\"pageheaderuqv94wn\";s:6:\"object\";s:12:\"PLPageHeader\";s:3:\"sid\";s:10:\"pageheader\";s:5:\"clone\";s:7:\"uqv94wn\";}}s:8:\"settings\";a:6:{i:0;a:1:{s:7:\"us1vrz7\";a:13:{s:9:\"ph_format\";s:13:\"format-center\";s:7:\"ph_mode\";s:5:\"links\";s:9:\"ph_header\";s:35:\"Welcome to PageLines [pl_themename]\";s:8:\"ph_link1\";s:36:\"http://www.pagelines.com/user-guide/\";s:13:\"ph_link1_text\";s:18:\"The DMS User Guide\";s:14:\"ph_link1_style\";s:12:\"btn-ol-black\";s:8:\"ph_link2\";s:26:\"http://docs.pagelines.com/\";s:13:\"ph_link2_text\";s:12:\"The DMS docs\";s:14:\"ph_link2_style\";s:12:\"btn-ol-black\";s:17:\"pageheader_repeat\";s:1:\"0\";s:16:\"pageheader_theme\";s:1:\"0\";s:23:\"pageheader_color_enable\";s:1:\"1\";s:16:\"pageheader_color\";s:6:\"F7F7F7\";}}s:7:\"us1vrz7\";a:22:{s:9:\"ph_format\";s:13:\"format-center\";s:12:\"ph_pad_class\";s:0:\"\";s:17:\"pl_standard_title\";s:0:\"\";s:13:\"pl_area_class\";s:0:\"\";s:18:\"pl_standard_styles\";s:0:\"\";s:15:\"pl_hide_on_page\";s:0:\"\";s:9:\"ph_header\";s:1:\".\";s:6:\"ph_sub\";s:0:\"\";s:8:\"ph_link1\";s:56:\"https://www.youtube.com/channel/UCJmcq8W9KhVMLoHsqTXIAnw\";s:13:\"ph_link1_text\";s:16:\"Watch Our Videos\";s:14:\"ph_link1_style\";s:11:\"btn-warning\";s:8:\"ph_link2\";s:47:\"http://www.riosquant.com/events/events_list/all\";s:13:\"ph_link2_text\";s:15:\"Events Calendar\";s:14:\"ph_link2_style\";s:11:\"btn-warning\";s:21:\"pageheader_background\";s:61:\"[pl_site_url]/wp-content/uploads/2014/05/rqglassadvwindow.jpg\";s:31:\"pageheader_background_attach_id\";s:4:\"1604\";s:17:\"pageheader_repeat\";s:1:\"0\";s:16:\"pageheader_theme\";s:1:\"0\";s:16:\"pageheader_video\";s:0:\"\";s:18:\"pageheader_video_2\";s:0:\"\";s:23:\"pageheader_color_enable\";s:1:\"1\";s:16:\"pageheader_color\";s:6:\"F7F7F7\";}s:8:\"settings\";a:12:{s:17:\"pagelines_favicon\";s:42:\"[pl_parent_url]/images/default-favicon.png\";s:14:\"pl_login_image\";s:46:\"[pl_parent_url]/images/default-login-image.png\";s:19:\"pagelines_touchicon\";s:45:\"[pl_parent_url]/images/default-touch-icon.png\";s:10:\"karma_icon\";s:3:\"sun\";s:19:\"disable_less_errors\";b:0;s:15:\"alternative_css\";b:0;s:14:\"sl_web_disable\";s:1:\"0\";s:11:\"sl_facebook\";s:33:\"https://www.facebook.com/rqtrader\";s:10:\"sl_youtube\";s:56:\"https://www.youtube.com/channel/UCJmcq8W9KhVMLoHsqTXIAnw\";s:16:\"post_loop_legacy\";s:1:\"0\";s:18:\"pl_loop_thumb_size\";s:12:\"aspect-thumb\";s:16:\"metabar_standard\";s:0:\"\";}s:6:\"u6278b\";a:5:{s:17:\"pl_standard_title\";s:0:\"\";s:13:\"pl_area_class\";s:0:\"\";s:18:\"pl_standard_styles\";s:0:\"\";s:15:\"pl_hide_on_page\";s:0:\"\";s:15:\"post_media_hide\";s:1:\"0\";}s:6:\"u627c7\";a:5:{s:17:\"pl_standard_title\";s:0:\"\";s:13:\"pl_area_class\";s:0:\"\";s:18:\"pl_standard_styles\";s:0:\"\";s:15:\"pl_hide_on_page\";s:0:\"\";s:13:\"boxed_columns\";s:1:\"0\";}s:7:\"ug2bvya\";a:15:{s:14:\"mediabox_image\";s:0:\"\";s:24:\"mediabox_image_attach_id\";s:0:\"\";s:18:\"mediabox_image_alt\";s:0:\"\";s:14:\"mediabox_title\";s:0:\"\";s:13:\"mediabox_html\";s:56:\"https://www.youtube.com/channel/UCJmcq8W9KhVMLoHsqTXIAnw\";s:17:\"pl_standard_title\";s:0:\"\";s:13:\"pl_area_class\";s:0:\"\";s:18:\"pl_standard_styles\";s:0:\"\";s:15:\"pl_hide_on_page\";s:0:\"\";s:14:\"mediabox_align\";s:6:\"center\";s:15:\"mediabox_height\";s:0:\"\";s:17:\"disable_centering\";s:1:\"0\";s:18:\"mediabox_animation\";s:0:\"\";s:19:\"mediabox_background\";s:0:\"\";s:29:\"mediabox_background_attach_id\";s:0:\"\";}}}s:10:\"riosquant3\";a:5:{s:3:\"key\";b:0;s:4:\"name\";s:10:\"RiosQuant3\";s:4:\"desc\";s:0:\"\";s:3:\"map\";a:3:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areaumz5fda\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"umz5fda\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"PLICallout\";s:5:\"clone\";s:7:\"ufluniu\";s:3:\"sid\";s:8:\"icallout\";s:4:\"span\";s:2:\"10\";s:6:\"offset\";s:1:\"1\";s:6:\"newrow\";s:4:\"true\";}}}i:1;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areau9ajx4u\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"u9ajx4u\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"PLICallout\";s:5:\"clone\";s:7:\"u38gepz\";s:3:\"sid\";s:8:\"icallout\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:2;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areauc00kes\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"uc00kes\";s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:10:\"PLICallout\";s:5:\"clone\";s:7:\"urz1qgb\";s:3:\"sid\";s:8:\"icallout\";s:4:\"span\";s:2:\"11\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:1;a:6:{s:6:\"object\";s:6:\"pliBox\";s:5:\"clone\";s:7:\"ux79ppw\";s:3:\"sid\";s:4:\"ibox\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}s:8:\"settings\";a:6:{i:0;a:1:{s:7:\"ufluniu\";a:6:{s:13:\"icallout_text\";s:31:\"Learn how to be a quant trader.\";s:18:\"icallout_text_wrap\";s:2:\"h2\";s:13:\"icallout_link\";s:49:\"http://www.riosquant.com/requestinfo?product_id=2\";s:15:\"icallout_target\";s:1:\"1\";s:18:\"icallout_link_text\";s:30:\"Sign up for next online course\";s:18:\"icallout_btn_theme\";s:12:\"btn-ol-white\";}}i:1;a:2:{s:7:\"urz1qgb\";a:6:{s:13:\"icallout_text\";s:23:\"Ready to trade smarter?\";s:18:\"icallout_text_wrap\";s:2:\"h2\";s:13:\"icallout_link\";s:24:\"http://www.riosquant.com\";s:15:\"icallout_target\";s:1:\"1\";s:18:\"icallout_link_text\";s:21:\"Get DMS for Wordpress\";s:18:\"icallout_btn_theme\";s:12:\"btn-ol-white\";}s:7:\"ux79ppw\";a:4:{s:9:\"ibox_cols\";s:1:\"4\";s:10:\"ibox_media\";s:5:\"image\";s:11:\"ibox_format\";s:3:\"top\";s:10:\"ibox_array\";a:3:{s:5:\"item1\";a:6:{s:5:\"title\";s:27:\"Quantitative Trend Analysis\";s:4:\"text\";s:295:\"The RQ Cross Box is a computerized ranking system utilizing multiple disciplines of evaluation including macro economics, rotation flows, fundamental and technical analysis. At the core is proprietary algorithms designed to interpret historical data in order to reveal predictive future metrics.\";s:4:\"icon\";s:5:\"gears\";s:5:\"image\";s:71:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/04/marketanalyzer2.jpg\";s:5:\"color\";s:6:\"FA0707\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:4:{s:5:\"title\";s:27:\"Algorithmic Trading Systems\";s:4:\"text\";s:313:\"The RiosQuant algorithmic trading systems are  designed for specific assignments, such as to exploit short-lived trading opportunities. At the core of the strategy is proprietary code with forward-looking algorithms designed to forecast potential key levels of the markets associated with aggressive price action.\";s:5:\"image\";s:72:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/04/traderclicking12.jpg\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:4:{s:5:\"title\";s:17:\"Live Trading Room\";s:4:\"text\";s:255:\"The Trading Room® sessions  offer a pragmatic, real world perspective of trading the global markets in real-time for the active trader.  Get a sneak view of our algorithmic trading systems in action from the convenience of your computer via the internet.\";s:5:\"image\";s:69:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/05/joeboardjpeg1.jpg\";s:8:\"showitem\";s:1:\"1\";}}}}s:6:\"u2516e\";a:16:{s:11:\"pl_area_pad\";s:0:\"\";s:18:\"pl_area_pad_bottom\";s:0:\"\";s:14:\"pl_area_height\";s:0:\"\";s:17:\"pl_standard_title\";s:0:\"\";s:13:\"pl_area_class\";s:0:\"\";s:18:\"pl_standard_styles\";s:0:\"\";s:15:\"pl_hide_on_page\";s:0:\"\";s:16:\"pl_area_parallax\";s:0:\"\";s:18:\"pl_area_background\";s:66:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/04/roomforlen.jpg\";s:28:\"pl_area_background_attach_id\";s:0:\"\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:0:\"\";s:13:\"pl_area_video\";s:0:\"\";s:15:\"pl_area_video_2\";s:0:\"\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"FCFAFA\";}s:7:\"ux79ppw\";a:8:{s:9:\"ibox_cols\";s:1:\"4\";s:10:\"ibox_media\";s:5:\"image\";s:11:\"ibox_format\";s:4:\"left\";s:17:\"pl_standard_title\";s:0:\"\";s:13:\"pl_area_class\";s:0:\"\";s:18:\"pl_standard_styles\";s:0:\"\";s:15:\"pl_hide_on_page\";s:0:\"\";s:10:\"ibox_array\";a:3:{s:5:\"item1\";a:7:{s:5:\"title\";s:27:\"Quantitative Trend Analysis\";s:4:\"text\";s:295:\"The RQ Cross Box is a computerized ranking system utilizing multiple disciplines of evaluation including macro economics, rotation flows, fundamental and technical analysis. At the core is proprietary algorithms designed to interpret historical data in order to reveal predictive future metrics.\";s:4:\"icon\";s:5:\"gears\";s:5:\"image\";s:59:\"[pl_site_url]/wp-content/uploads/2014/05/marketanalyzer.jpg\";s:15:\"image_attach_id\";s:4:\"1595\";s:5:\"color\";s:6:\"FA0707\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:5:{s:5:\"title\";s:27:\"Algorithmic Trading Systems\";s:4:\"text\";s:313:\"The RiosQuant algorithmic trading systems are  designed for specific assignments, such as to exploit short-lived trading opportunities. At the core of the strategy is proprietary code with forward-looking algorithms designed to forecast potential key levels of the markets associated with aggressive price action.\";s:5:\"image\";s:60:\"[pl_site_url]/wp-content/uploads/2014/05/screenhandclick.jpg\";s:15:\"image_attach_id\";s:4:\"1596\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:5:{s:5:\"title\";s:17:\"Live Trading Room\";s:4:\"text\";s:255:\"The Trading Room® sessions  offer a pragmatic, real world perspective of trading the global markets in real-time for the active trader.  Get a sneak view of our algorithmic trading systems in action from the convenience of your computer via the internet.\";s:5:\"image\";s:62:\"[pl_site_url]/wp-content/uploads/2014/05/joeshadowwriting2.jpg\";s:15:\"image_attach_id\";s:4:\"1597\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"umz5fda\";a:16:{s:11:\"pl_area_pad\";s:4:\"50px\";s:18:\"pl_area_pad_bottom\";s:4:\"20px\";s:14:\"pl_area_height\";s:0:\"\";s:17:\"pl_standard_title\";s:0:\"\";s:13:\"pl_area_class\";s:0:\"\";s:18:\"pl_standard_styles\";s:0:\"\";s:15:\"pl_hide_on_page\";s:0:\"\";s:16:\"pl_area_parallax\";s:0:\"\";s:18:\"pl_area_background\";s:58:\"[pl_site_url]/wp-content/uploads/2014/05/joebigscreen1.jpg\";s:28:\"pl_area_background_attach_id\";s:4:\"1593\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:13:\"pl_area_video\";s:0:\"\";s:15:\"pl_area_video_2\";s:0:\"\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"337EFF\";}s:7:\"uc00kes\";a:16:{s:11:\"pl_area_pad\";s:0:\"\";s:18:\"pl_area_pad_bottom\";s:0:\"\";s:14:\"pl_area_height\";s:0:\"\";s:17:\"pl_standard_title\";s:0:\"\";s:13:\"pl_area_class\";s:0:\"\";s:18:\"pl_standard_styles\";s:0:\"\";s:15:\"pl_hide_on_page\";s:0:\"\";s:16:\"pl_area_parallax\";s:0:\"\";s:18:\"pl_area_background\";s:59:\"[pl_site_url]/wp-content/uploads/2014/05/quoteboardblue.jpg\";s:28:\"pl_area_background_attach_id\";s:4:\"1594\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:13:\"pl_area_video\";s:0:\"\";s:15:\"pl_area_video_2\";s:0:\"\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"337EFF\";}}}s:10:\"riosquant2\";a:5:{s:3:\"key\";b:0;s:4:\"name\";s:10:\"riosquant2\";s:4:\"desc\";s:0:\"\";s:3:\"map\";a:1:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areauc0cb1\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"uc0cb1\";s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:18:\"PageLinesHighlight\";s:5:\"clone\";s:6:\"uc0d6e\";s:3:\"sid\";s:9:\"highlight\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:1;a:6:{s:6:\"object\";s:17:\"PageLinesPostLoop\";s:5:\"clone\";s:6:\"uc0e21\";s:3:\"sid\";s:8:\"postloop\";s:4:\"span\";s:1:\"8\";s:6:\"offset\";s:1:\"2\";s:6:\"newrow\";s:5:\"false\";}}}}s:8:\"settings\";a:0:{}}s:10:\"riosquant1\";a:5:{s:3:\"key\";b:0;s:4:\"name\";s:11:\"riosquant 1\";s:4:\"desc\";s:6:\"first \";s:3:\"map\";a:1:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areauc0cb1\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"uc0cb1\";s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:18:\"PageLinesHighlight\";s:5:\"clone\";s:6:\"uc0d6e\";s:3:\"sid\";s:9:\"highlight\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:1;a:6:{s:6:\"object\";s:17:\"PageLinesPostLoop\";s:5:\"clone\";s:6:\"uc0e21\";s:3:\"sid\";s:8:\"postloop\";s:4:\"span\";s:1:\"8\";s:6:\"offset\";s:1:\"2\";s:6:\"newrow\";s:5:\"false\";}}}}s:8:\"settings\";a:0:{}}s:10:\"firsttrial\";a:5:{s:3:\"key\";b:0;s:4:\"name\";s:11:\"first trial\";s:4:\"desc\";s:0:\"\";s:3:\"map\";a:1:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areauc0cb1\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"uc0cb1\";s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:18:\"PageLinesHighlight\";s:5:\"clone\";s:6:\"uc0d6e\";s:3:\"sid\";s:9:\"highlight\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:1;a:6:{s:6:\"object\";s:17:\"PageLinesPostLoop\";s:5:\"clone\";s:6:\"uc0e21\";s:3:\"sid\";s:8:\"postloop\";s:4:\"span\";s:1:\"8\";s:6:\"offset\";s:1:\"2\";s:6:\"newrow\";s:5:\"false\";}}}}s:8:\"settings\";a:0:{}}s:16:\"blogpagetemplate\";a:5:{s:3:\"key\";b:0;s:4:\"name\";s:18:\"Blog Page Template\";s:4:\"desc\";s:3:\"...\";s:3:\"map\";a:1:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau8fa8a\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"u8fa8a\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"PageLinesPostLoop\";s:5:\"clone\";s:6:\"u8fb18\";s:3:\"sid\";s:8:\"postloop\";s:4:\"span\";s:2:\"10\";s:6:\"offset\";s:1:\"1\";s:6:\"newrow\";s:5:\"false\";}}}}s:8:\"settings\";a:6:{i:0;a:2:{s:7:\"uz8igxj\";a:8:{s:10:\"pagetitles\";s:1:\"0\";s:16:\"blog_layout_mode\";s:4:\"blog\";s:17:\"full_column_posts\";s:2:\"10\";s:12:\"show_content\";s:1:\"0\";s:17:\"excerpt_mode_full\";s:3:\"top\";s:17:\"excerpt_mode_clip\";s:3:\"top\";s:10:\"hide_thumb\";s:1:\"0\";s:12:\"hide_excerpt\";s:1:\"0\";}s:7:\"ukc6ocl\";a:4:{s:13:\"textbox_title\";s:57:\"<span class=\"pl-standard-title\">ABOUT THE DMS DEMO</span>\";s:15:\"textbox_content\";s:248:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed in euismod nisi. \n<br /><br />\nCras at ultrices erat, sed vulputate eros. Nunc at augue gravida est fermentum vulputate. Pellentesque et ipsum in dui malesuada tempus. Donec pellentesque.\";s:17:\"textbox_font_size\";s:2:\"12\";s:18:\"textbox_title_wrap\";s:6:\"strong\";}}s:8:\"settings\";a:25:{s:17:\"pagelines_favicon\";s:67:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/05/rqlogoblack.jpg\";s:14:\"pl_login_image\";s:68:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/05/RQLOGOwhite1.jpg\";s:19:\"pagelines_touchicon\";s:69:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/05/RQLOGOwhite11.jpg\";s:10:\"karma_icon\";s:3:\"sun\";s:19:\"disable_less_errors\";b:0;s:15:\"alternative_css\";b:0;s:14:\"sl_web_disable\";s:1:\"0\";s:11:\"sl_facebook\";s:33:\"https://www.facebook.com/rqtrader\";s:10:\"sl_youtube\";s:56:\"https://www.youtube.com/channel/UCJmcq8W9KhVMLoHsqTXIAnw\";s:16:\"post_loop_legacy\";s:1:\"0\";s:18:\"pl_loop_thumb_size\";s:12:\"aspect-thumb\";s:27:\"pagelines_favicon_attach_id\";s:4:\"1874\";s:24:\"pl_login_image_attach_id\";s:4:\"1875\";s:29:\"pagelines_touchicon_attach_id\";s:4:\"1876\";s:14:\"base_font_size\";s:2:\"14\";s:19:\"font_primary_weight\";s:3:\"300\";s:16:\"header_base_size\";s:2:\"16\";s:19:\"font_headers_weight\";s:3:\"300\";s:11:\"layout_mode\";s:5:\"pixel\";s:19:\"layout_display_mode\";s:12:\"display-full\";s:15:\"nav_dropdown_bg\";s:4:\"dark\";s:19:\"nav_dropdown_toggle\";s:5:\"hover\";s:16:\"content_width_px\";s:6:\"1164px\";s:21:\"content_width_percent\";s:3:\"93%\";s:16:\"metabar_standard\";s:16:\"The Trading Room\";}s:6:\"u8e7be\";a:4:{s:17:\"pl_standard_title\";s:0:\"\";s:13:\"pl_area_class\";s:0:\"\";s:18:\"pl_standard_styles\";s:0:\"\";s:15:\"pl_hide_on_page\";s:0:\"\";}s:6:\"u3257c\";a:16:{s:11:\"pl_area_pad\";s:0:\"\";s:18:\"pl_area_pad_bottom\";s:0:\"\";s:14:\"pl_area_height\";s:0:\"\";s:17:\"pl_standard_title\";s:18:\"The Trading Room®\";s:13:\"pl_area_class\";s:0:\"\";s:18:\"pl_standard_styles\";s:0:\"\";s:15:\"pl_hide_on_page\";s:0:\"\";s:16:\"pl_area_parallax\";s:0:\"\";s:18:\"pl_area_background\";s:0:\"\";s:28:\"pl_area_background_attach_id\";s:0:\"\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:0:\"\";s:13:\"pl_area_video\";s:0:\"\";s:15:\"pl_area_video_2\";s:0:\"\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:0:\"\";}s:7:\"uqzahs1\";a:16:{s:24:\"pagelines_herounit_title\";s:18:\"The Trading Room®\";s:26:\"pagelines_herounit_tagline\";s:22:\"Established since 1997\";s:24:\"pagelines_herounit_image\";s:65:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/05/chillroom.jpg\";s:34:\"pagelines_herounit_image_attach_id\";s:0:\"\";s:28:\"pagelines_herounit_image_alt\";s:0:\"\";s:16:\"herounit_reverse\";s:1:\"0\";s:17:\"pl_standard_title\";s:0:\"\";s:13:\"pl_area_class\";s:0:\"\";s:18:\"pl_standard_styles\";s:0:\"\";s:15:\"pl_hide_on_page\";s:0:\"\";s:19:\"herounit_left_width\";s:5:\"span3\";s:20:\"herounit_right_width\";s:5:\"span3\";s:20:\"herounit_button_link\";s:0:\"\";s:20:\"herounit_button_text\";s:0:\"\";s:22:\"herounit_button_target\";s:1:\"0\";s:21:\"herounit_button_theme\";s:7:\"primary\";}s:6:\"u4c73c\";a:16:{s:11:\"pl_area_pad\";s:3:\"0px\";s:18:\"pl_area_pad_bottom\";s:3:\"0px\";s:14:\"pl_area_height\";s:1:\"2\";s:17:\"pl_standard_title\";s:18:\"The Trading Room®\";s:13:\"pl_area_class\";s:0:\"\";s:18:\"pl_standard_styles\";s:0:\"\";s:15:\"pl_hide_on_page\";s:0:\"\";s:16:\"pl_area_parallax\";s:0:\"\";s:18:\"pl_area_background\";s:0:\"\";s:28:\"pl_area_background_attach_id\";s:0:\"\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:0:\"\";s:13:\"pl_area_video\";s:0:\"\";s:15:\"pl_area_video_2\";s:0:\"\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:0:\"\";}}}}}','yes'),(107,'auth_key',':~X{9M0@1BIUZ@{BwBP|t/z$`)ar[.~@@(wwd#|$[TBbMqtEAeok=3HQ=HD,@.Sy','yes'),(108,'auth_salt','>a>#dK[<P2PrleUaIks^xf;,BLi%e[(t|iI!Ii/Tsm+x;CEgN4m+ly6gtlP%c5ZT','yes'),(109,'logged_in_key','Av@#iW]]1}sdjO#3hEmbG/t}[#AD=/[So]=p]HUVS< =}rmRIKd@`x9YF~reE?(f','yes'),(110,'logged_in_salt','u<n3(,U4.j(z?9q4G@4UKxks6dU Yn?xWkBlcB9EXQ^Vn5y5)n0@e8EwT!M@Iau<','yes'),(113,'dashboard_widget_options','a:4:{s:25:\"dashboard_recent_comments\";a:1:{s:5:\"items\";i:5;}s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:29:\"http://www.thetradingroom.com\";s:4:\"link\";s:105:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://www.thetradingroom.com/\";s:3:\"url\";s:138:\"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://www.thetradingroom.com/\";s:5:\"items\";i:10;s:9:\"show_date\";b:0;}s:17:\"dashboard_primary\";a:7:{s:4:\"link\";s:26:\"http://wordpress.org/news/\";s:3:\"url\";s:31:\"http://wordpress.org/news/feed/\";s:5:\"title\";s:14:\"WordPress Blog\";s:5:\"items\";i:2;s:12:\"show_summary\";i:1;s:11:\"show_author\";i:0;s:9:\"show_date\";i:1;}s:19:\"dashboard_secondary\";a:7:{s:4:\"link\";s:28:\"http://planet.wordpress.org/\";s:3:\"url\";s:33:\"http://planet.wordpress.org/feed/\";s:5:\"title\";s:20:\"Other WordPress News\";s:5:\"items\";i:5;s:12:\"show_summary\";i:0;s:11:\"show_author\";i:0;s:9:\"show_date\";i:0;}}','yes'),(114,'nonce_key','=fEeY(|~Lli$B#LO&ur],#aC!-pHi4H!Q|5.J(,SyUnt6)4>L.qC P*YrXv<O(dL','yes'),(115,'nonce_salt','bx}2x=*g-u79n##)&$2h2)nqllRl+=:fx=l4K/&sOrIxNm-^0p~8mp)=rYDq#8cb','yes'),(31186,'db_upgraded','','yes'),(44330,'rewrite_rules','a:91:{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:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s: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: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: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:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=33&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s: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: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]\";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: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'),(31203,'stats_cache','a:2:{s:32:\"11ebaa77c40a03262624efef6764a235\";a:1:{i:1398096760;a:7:{i:0;a:4:{s:7:\"post_id\";s:2:\"33\";s:10:\"post_title\";s:12:\"trading blog\";s:14:\"post_permalink\";s:30:\"http://www.thetradingroom.com/\";s:5:\"views\";s:2:\"89\";}i:1;a:4:{s:7:\"post_id\";s:4:\"1508\";s:10:\"post_title\";s:60:\"90 Day Quant Training Program - Boost Your Trading Knowledge\";s:14:\"post_permalink\";s:84:\"http://www.thetradingroom.com/90-day-quant-training-program-boost-trading-knowledge/\";s:5:\"views\";s:1:\"5\";}i:2;a:4:{s:7:\"post_id\";s:1:\"0\";s:10:\"post_title\";s:9:\"Home page\";s:14:\"post_permalink\";s:30:\"http://www.thetradingroom.com/\";s:5:\"views\";s:1:\"4\";}i:3;a:4:{s:7:\"post_id\";s:3:\"522\";s:10:\"post_title\";s:39:\"Join Our live Trading Room - Free Trial\";s:14:\"post_permalink\";s:48:\"http://www.thetradingroom.com/join-trading-room/\";s:5:\"views\";s:1:\"4\";}i:4;a:4:{s:7:\"post_id\";s:4:\"1512\";s:10:\"post_title\";s:23:\"Jump Start Your Trading\";s:14:\"post_permalink\";s:49:\"http://www.thetradingroom.com/jump-start-trading/\";s:5:\"views\";s:1:\"1\";}i:5;a:4:{s:7:\"post_id\";s:3:\"704\";s:10:\"post_title\";s:52:\"Trade The Crude Oil Inventories in Live Trading Room\";s:14:\"post_permalink\";s:76:\"http://www.thetradingroom.com/trade-crude-oil-inventories-live-trading-room/\";s:5:\"views\";s:1:\"1\";}i:6;a:4:{s:7:\"post_id\";s:3:\"844\";s:10:\"post_title\";s:32:\"The London Gold Fix - Be Amazed!\";s:14:\"post_permalink\";s:55:\"http://www.thetradingroom.com/london-gold-fix-amazed-2/\";s:5:\"views\";s:1:\"1\";}}}s:32:\"8c51dd8939410a64a14f592c3433a8ba\";a:1:{i:1398096760;a:3:{i:0;a:2:{s:10:\"searchterm\";s:14:\"intraday quant\";s:5:\"views\";s:1:\"2\";}i:1;a:2:{s:10:\"searchterm\";s:16:\"etf trading room\";s:5:\"views\";s:1:\"1\";}i:2;a:2:{s:10:\"searchterm\";s:26:\"commodities trading images\";s:5:\"views\";s:1:\"1\";}}}}','yes'),(31202,'stats_options','a:7:{s:9:\"admin_bar\";b:1;s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:11:\"count_roles\";a:0:{}s:7:\"blog_id\";i:59425095;s:12:\"do_not_track\";b:1;s:10:\"hide_smile\";b:0;s:7:\"version\";s:1:\"9\";}','yes'),(31205,'ga_dash_cachetime','3600','yes'),(31206,'ga_dash_access','manage_options','yes'),(31207,'ga_dash_style','blue','yes'),(31208,'ga_event_downloads','zip|mp3|mpeg|pdf|doc*|ppt*|xls*|jpeg|png|gif|tiff','yes'),(31209,'ga_dash_access_front','manage_options','yes'),(31210,'ga_dash_access_back','manage_options','yes'),(31211,'ga_realtime_pages','10','yes'),(31216,'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'),(42953,'genesis-update-email','2.0.2','yes'),(31222,'srp_plugin_options','a:6:{s:11:\"srp_version\";s:5:\"1.9.9\";s:21:\"srp_global_post_limit\";i:3;s:22:\"srp_compatibility_mode\";s:3:\"yes\";s:15:\"srp_noimage_url\";s:107:\"http://www.thetradingroom.com/wp-content/plugins/special-recent-posts/assets/images/icons/default-thumb.gif\";s:21:\"srp_log_errors_screen\";s:2:\"no\";s:21:\"srp_disable_theme_css\";s:2:\"no\";}','yes'),(31183,'spam_free_wp','a:3:{s:12:\"comment_form\";s:3:\"off\";s:10:\"legacy_pwd\";s:2:\"on\";s:10:\"spam_stats\";s:3:\"off\";}','yes'),(32838,'widget_facebook-likebox','a:2:{i:4;a:2:{s:5:\"title\";s:9:\"riosquant\";s:9:\"like_args\";a:9:{s:4:\"href\";s:33:\"https://www.facebook.com/rqtrader\";s:5:\"width\";i:200;s:6:\"height\";i:432;s:11:\"colorscheme\";s:5:\"light\";s:10:\"show_faces\";b:1;s:6:\"stream\";b:0;s:11:\"show_border\";b:1;s:6:\"header\";b:0;s:10:\"force_wall\";b:0;}}s:12:\"_multiwidget\";i:1;}','yes'),(31193,'jetpack_activated','1','yes'),(31194,'jetpack_options','a:7:{s:7:\"version\";s:14:\"2.5:1382026959\";s:11:\"old_version\";s:14:\"2.5:1382026959\";s:28:\"fallback_no_verify_ssl_certs\";i:0;s:9:\"time_diff\";i:0;s:2:\"id\";i:59425095;s:6:\"public\";i:1;s:11:\"master_user\";i:3;}','yes'),(31196,'jetpack_log','a:2:{i:0;a:4:{s:4:\"time\";i:1382026962;s:7:\"user_id\";i:3;s:7:\"blog_id\";b:0;s:4:\"code\";s:8:\"register\";}i:1;a:4:{s:4:\"time\";i:1382026977;s:7:\"user_id\";i:3;s:7:\"blog_id\";i:59425095;s:4:\"code\";s:9:\"authorize\";}}','no'),(447,'widget_rssimport','a:2:{i:2;a:42:{s:8:\"instance\";a:42:{s:8:\"instance\";a:42:{s:8:\"instance\";a:42:{s:8:\"instance\";a:42:{s:8:\"instance\";a:42:{s:8:\"instance\";a:42:{s:8:\"instance\";a:0:{}s:5:\"title\";s:0:\"\";s:9:\"titlelink\";s:0:\"\";s:7:\"display\";i:5;s:7:\"feedurl\";s:23:\"http://bueltge.de/feed/\";s:11:\"before_desc\";s:0:\"\";s:19:\"displaydescriptions\";i:0;s:10:\"after_desc\";s:0:\"\";s:4:\"html\";i:0;s:16:\"truncatedescchar\";i:200;s:18:\"truncatedescstring\";s:1:\"0\";s:17:\"truncatetitlechar\";i:0;s:19:\"truncatetitlestring\";s:5:\" ... \";s:11:\"before_date\";N;s:4:\"date\";i:0;s:10:\"after_date\";N;s:11:\"date_format\";s:0:\"\";s:14:\"before_creator\";N;s:7:\"creator\";i:0;s:13:\"after_creator\";N;s:11:\"start_items\";N;s:9:\"end_items\";N;s:10:\"start_item\";N;s:8:\"end_item\";N;s:6:\"target\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:10:\"desc4title\";i:0;s:11:\"charsetscan\";i:0;s:5:\"debug\";i:0;s:4:\"view\";i:1;s:14:\"before_noitems\";N;s:7:\"noitems\";s:24:\"No items, feed is empty.\";s:13:\"after_noitems\";N;s:12:\"before_error\";N;s:5:\"error\";s:39:\"Error: Feed has a error or is not valid\";s:11:\"after_error\";N;s:6:\"paging\";i:0;s:16:\"prev_paging_link\";s:11:\"« Previous\";s:16:\"next_paging_link\";s:7:\"Next »\";s:17:\"prev_paging_title\";s:10:\"more items\";s:17:\"next_paging_title\";s:10:\"more items\";s:13:\"use_simplepie\";i:0;}s:5:\"title\";s:12:\"RQ Cross Bow\";s:9:\"titlelink\";s:0:\"\";s:7:\"display\";i:1;s:7:\"feedurl\";s:37:\"http://localhost/riosquant/feed/quant\";s:11:\"before_desc\";s:0:\"\";s:19:\"displaydescriptions\";i:0;s:10:\"after_desc\";s:0:\"\";s:4:\"html\";i:0;s:16:\"truncatedescchar\";i:200;s:18:\"truncatedescstring\";s:1:\"0\";s:17:\"truncatetitlechar\";i:0;s:19:\"truncatetitlestring\";s:5:\" ... \";s:11:\"before_date\";N;s:4:\"date\";i:0;s:10:\"after_date\";N;s:11:\"date_format\";s:0:\"\";s:14:\"before_creator\";N;s:7:\"creator\";i:0;s:13:\"after_creator\";N;s:11:\"start_items\";N;s:9:\"end_items\";N;s:10:\"start_item\";N;s:8:\"end_item\";N;s:6:\"target\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:10:\"desc4title\";i:0;s:11:\"charsetscan\";i:0;s:5:\"debug\";i:0;s:4:\"view\";i:1;s:14:\"before_noitems\";N;s:7:\"noitems\";s:24:\"No items, feed is empty.\";s:13:\"after_noitems\";N;s:12:\"before_error\";N;s:5:\"error\";s:39:\"Error: Feed has a error or is not valid\";s:11:\"after_error\";N;s:6:\"paging\";i:0;s:16:\"prev_paging_link\";s:11:\"« Previous\";s:16:\"next_paging_link\";s:7:\"Next »\";s:17:\"prev_paging_title\";s:10:\"more items\";s:17:\"next_paging_title\";s:10:\"more items\";s:13:\"use_simplepie\";i:0;}s:5:\"title\";s:12:\"RQ Cross Bow\";s:9:\"titlelink\";s:0:\"\";s:7:\"display\";i:1;s:7:\"feedurl\";s:31:\"http://riosquant.com/feed/quant\";s:11:\"before_desc\";s:0:\"\";s:19:\"displaydescriptions\";i:0;s:10:\"after_desc\";s:0:\"\";s:4:\"html\";i:0;s:16:\"truncatedescchar\";i:200;s:18:\"truncatedescstring\";s:1:\"0\";s:17:\"truncatetitlechar\";i:0;s:19:\"truncatetitlestring\";s:5:\" ... \";s:11:\"before_date\";s:0:\"\";s:4:\"date\";i:0;s:10:\"after_date\";s:0:\"\";s:11:\"date_format\";s:0:\"\";s:14:\"before_creator\";s:0:\"\";s:7:\"creator\";i:0;s:13:\"after_creator\";s:0:\"\";s:11:\"start_items\";s:0:\"\";s:9:\"end_items\";s:0:\"\";s:10:\"start_item\";s:0:\"\";s:8:\"end_item\";s:0:\"\";s:6:\"target\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:10:\"desc4title\";i:0;s:11:\"charsetscan\";i:0;s:5:\"debug\";i:0;s:4:\"view\";i:1;s:14:\"before_noitems\";s:0:\"\";s:7:\"noitems\";s:24:\"No items, feed is empty.\";s:13:\"after_noitems\";s:0:\"\";s:12:\"before_error\";s:0:\"\";s:5:\"error\";s:39:\"Error: Feed has a error or is not valid\";s:11:\"after_error\";s:0:\"\";s:6:\"paging\";i:0;s:16:\"prev_paging_link\";s:11:\"« Previous\";s:16:\"next_paging_link\";s:7:\"Next »\";s:17:\"prev_paging_title\";s:10:\"more items\";s:17:\"next_paging_title\";s:10:\"more items\";s:13:\"use_simplepie\";i:0;}s:5:\"title\";s:12:\"RQ Cross Box\";s:9:\"titlelink\";s:20:\"http://riosquant.com\";s:7:\"display\";i:1;s:7:\"feedurl\";s:31:\"http://riosquant.com/feed/quant\";s:11:\"before_desc\";s:0:\"\";s:19:\"displaydescriptions\";i:0;s:10:\"after_desc\";s:0:\"\";s:4:\"html\";i:0;s:16:\"truncatedescchar\";i:200;s:18:\"truncatedescstring\";s:1:\"0\";s:17:\"truncatetitlechar\";i:0;s:19:\"truncatetitlestring\";s:5:\" ... \";s:11:\"before_date\";s:0:\"\";s:4:\"date\";i:0;s:10:\"after_date\";s:0:\"\";s:11:\"date_format\";s:0:\"\";s:14:\"before_creator\";s:0:\"\";s:7:\"creator\";i:0;s:13:\"after_creator\";s:0:\"\";s:11:\"start_items\";s:0:\"\";s:9:\"end_items\";s:0:\"\";s:10:\"start_item\";s:0:\"\";s:8:\"end_item\";s:0:\"\";s:6:\"target\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:10:\"desc4title\";i:0;s:11:\"charsetscan\";i:0;s:5:\"debug\";i:0;s:4:\"view\";i:1;s:14:\"before_noitems\";s:0:\"\";s:7:\"noitems\";s:24:\"No items, feed is empty.\";s:13:\"after_noitems\";s:0:\"\";s:12:\"before_error\";s:0:\"\";s:5:\"error\";s:39:\"Error: Feed has a error or is not valid\";s:11:\"after_error\";s:0:\"\";s:6:\"paging\";i:0;s:16:\"prev_paging_link\";s:11:\"« Previous\";s:16:\"next_paging_link\";s:7:\"Next »\";s:17:\"prev_paging_title\";s:10:\"more items\";s:17:\"next_paging_title\";s:10:\"more items\";s:13:\"use_simplepie\";i:0;}s:5:\"title\";s:12:\"RQ Cross Box\";s:9:\"titlelink\";s:20:\"http://riosquant.com\";s:7:\"display\";i:1;s:7:\"feedurl\";s:31:\"http://riosquant.com/feed/quant\";s:11:\"before_desc\";s:0:\"\";s:19:\"displaydescriptions\";i:0;s:10:\"after_desc\";s:0:\"\";s:4:\"html\";i:0;s:16:\"truncatedescchar\";i:200;s:18:\"truncatedescstring\";s:1:\"0\";s:17:\"truncatetitlechar\";i:0;s:19:\"truncatetitlestring\";s:5:\" ... \";s:11:\"before_date\";s:0:\"\";s:4:\"date\";i:0;s:10:\"after_date\";s:0:\"\";s:11:\"date_format\";s:0:\"\";s:14:\"before_creator\";s:0:\"\";s:7:\"creator\";i:0;s:13:\"after_creator\";s:0:\"\";s:11:\"start_items\";s:0:\"\";s:9:\"end_items\";s:0:\"\";s:10:\"start_item\";s:0:\"\";s:8:\"end_item\";s:0:\"\";s:6:\"target\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:10:\"desc4title\";i:0;s:11:\"charsetscan\";i:0;s:5:\"debug\";i:0;s:4:\"view\";i:1;s:14:\"before_noitems\";s:0:\"\";s:7:\"noitems\";s:24:\"No items, feed is empty.\";s:13:\"after_noitems\";s:0:\"\";s:12:\"before_error\";s:0:\"\";s:5:\"error\";s:39:\"Error: Feed has a error or is not valid\";s:11:\"after_error\";s:0:\"\";s:6:\"paging\";i:0;s:16:\"prev_paging_link\";s:11:\"« Previous\";s:16:\"next_paging_link\";s:7:\"Next »\";s:17:\"prev_paging_title\";s:10:\"more items\";s:17:\"next_paging_title\";s:10:\"more items\";s:13:\"use_simplepie\";i:0;}s:5:\"title\";s:12:\"RQ Cross Box\";s:9:\"titlelink\";s:24:\"http://www.riosquant.com\";s:7:\"display\";i:1;s:7:\"feedurl\";s:31:\"http://riosquant.com/feed/quant\";s:11:\"before_desc\";s:0:\"\";s:19:\"displaydescriptions\";i:0;s:10:\"after_desc\";s:0:\"\";s:4:\"html\";i:0;s:16:\"truncatedescchar\";i:200;s:18:\"truncatedescstring\";s:1:\"0\";s:17:\"truncatetitlechar\";i:0;s:19:\"truncatetitlestring\";s:5:\" ... \";s:11:\"before_date\";s:0:\"\";s:4:\"date\";i:0;s:10:\"after_date\";s:0:\"\";s:11:\"date_format\";s:0:\"\";s:14:\"before_creator\";s:0:\"\";s:7:\"creator\";i:0;s:13:\"after_creator\";s:0:\"\";s:11:\"start_items\";s:0:\"\";s:9:\"end_items\";s:0:\"\";s:10:\"start_item\";s:0:\"\";s:8:\"end_item\";s:0:\"\";s:6:\"target\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:10:\"desc4title\";i:0;s:11:\"charsetscan\";i:0;s:5:\"debug\";i:0;s:4:\"view\";i:1;s:14:\"before_noitems\";s:0:\"\";s:7:\"noitems\";s:24:\"No items, feed is empty.\";s:13:\"after_noitems\";s:0:\"\";s:12:\"before_error\";s:0:\"\";s:5:\"error\";s:39:\"Error: Feed has a error or is not valid\";s:11:\"after_error\";s:0:\"\";s:6:\"paging\";i:0;s:16:\"prev_paging_link\";s:11:\"« Previous\";s:16:\"next_paging_link\";s:7:\"Next »\";s:17:\"prev_paging_title\";s:10:\"more items\";s:17:\"next_paging_title\";s:10:\"more items\";s:13:\"use_simplepie\";i:0;}s:5:\"title\";s:12:\"RQ Cross Box\";s:9:\"titlelink\";s:24:\"http://www.riosquant.com\";s:7:\"display\";i:1;s:7:\"feedurl\";s:31:\"http://riosquant.com/feed/quant\";s:11:\"before_desc\";s:0:\"\";s:19:\"displaydescriptions\";i:0;s:10:\"after_desc\";s:0:\"\";s:4:\"html\";i:0;s:16:\"truncatedescchar\";i:200;s:18:\"truncatedescstring\";s:1:\"0\";s:17:\"truncatetitlechar\";i:0;s:19:\"truncatetitlestring\";s:5:\" ... \";s:11:\"before_date\";s:0:\"\";s:4:\"date\";i:0;s:10:\"after_date\";s:0:\"\";s:11:\"date_format\";s:0:\"\";s:14:\"before_creator\";s:0:\"\";s:7:\"creator\";i:0;s:13:\"after_creator\";s:0:\"\";s:11:\"start_items\";s:0:\"\";s:9:\"end_items\";s:0:\"\";s:10:\"start_item\";s:0:\"\";s:8:\"end_item\";s:0:\"\";s:6:\"target\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:10:\"desc4title\";i:0;s:11:\"charsetscan\";i:0;s:5:\"debug\";i:0;s:4:\"view\";i:0;s:14:\"before_noitems\";s:0:\"\";s:7:\"noitems\";s:24:\"No items, feed is empty.\";s:13:\"after_noitems\";s:0:\"\";s:12:\"before_error\";s:0:\"\";s:5:\"error\";s:39:\"Error: Feed has a error or is not valid\";s:11:\"after_error\";s:0:\"\";s:6:\"paging\";i:0;s:16:\"prev_paging_link\";s:11:\"« Previous\";s:16:\"next_paging_link\";s:7:\"Next »\";s:17:\"prev_paging_title\";s:10:\"more items\";s:17:\"next_paging_title\";s:10:\"more items\";s:13:\"use_simplepie\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(220,'avia_options_angular_dynamic_pages','a:1:{i:0;a:6:{s:4:\"slug\";s:6:\"myblog\";s:6:\"parent\";s:9:\"templates\";s:4:\"icon\";s:30:\"layout_header_footer_3_mix.png\";s:5:\"title\";s:6:\"Myblog\";s:9:\"removable\";s:20:\"remove this template\";s:8:\"sortable\";s:13:\"avia_sortable\";}}','yes'),(2845,'sfw_close_pings_once','1','yes'),(2699,'sfw_lic_nag','2','yes'),(148,'recently_activated','a:0:{}','yes'),(42978,'optimizepress_aweber_access_secret','zGzfDF1lS8f5okclSH8uuTa4ED2jT5HKK0mkDdh4','yes'),(42979,'optimizepress_aweber_access_token','AgwoqBxDiF2Qrv1yqK2aH6lO','yes'),(151,'ftp_credentials','a:3:{s:8:\"hostname\";s:22:\"ftp.thetradingroom.com\";s:8:\"username\";s:10:\"ftptrading\";s:15:\"connection_type\";s:3:\"ftp\";}','yes'),(155,'theme_mods_twentytwelve','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1361461838;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(156,'current_theme','DMS','yes'),(157,'theme_mods_angular','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:4:\"avia\";i:4;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1382464368;s:4:\"data\";a:7:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:2:{i:0;s:14:\"recent-posts-4\";i:1;s:12:\"categories-2\";}s:9:\"sidebar-3\";a:2:{i:0;s:14:\"recent-posts-3\";i:1;s:11:\"rssimport-2\";}s:9:\"sidebar-4\";a:1:{i:0;s:6:\"iclw-2\";}s:9:\"sidebar-5\";a:1:{i:0;s:7:\"pages-2\";}s:9:\"sidebar-6\";a:1:{i:0;s:9:\"newsbox-2\";}}}}','yes'),(158,'theme_switched','','yes'),(128963,'wpseo_sitemap_3227_cache_validator','3FUjf','no'),(142890,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1502317661','no'),(142891,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1502317661','no'),(142892,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1502274461','no'),(142893,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1502317661','no'),(142894,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2017/08/wordpress-4-8-1-maintenance-release/\'>WordPress 4.8.1 Maintenance Release</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://poststatus.com/live-publish-challenges-facing-wordpress-economy-draft-podcast/\'>Post Status: Live from Publish: Challenges facing the WordPress Economy — Draft podcast</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wordpress-core-fields-api-project-sees-renewed-interest\'>WPTavern: WordPress Core Fields API Project Sees Renewed Interest</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/gutenberg-development-team-confirms-meta-box-api-will-not-be-formally-deprecated\'>WPTavern: Gutenberg Development Team Confirms Meta Box API Will Not be Formally Deprecated</a></li></ul></div>','no'),(142896,'_transient_timeout_yst_sm_post_1:3AK3e_3IUrz','1502361679','no'),(142897,'_transient_yst_sm_post_1:3AK3e_3IUrz','C:24:\"WPSEO_Sitemap_Cache_Data\":244955:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:244905:\"<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>http://www.thetradingroom.com</loc>\n		<lastmod>2017-08-07T10:12:59+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/live-trade-2-25-2013/</loc>\n		<lastmod>2013-02-28T13:08:41+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/02/2013-02-25_EUR_USD.png</image:loc>\n			<image:caption><![CDATA[2013-02-25_EUR_USD]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/copper-sell-short-trade/</loc>\n		<lastmod>2013-02-28T15:29:38+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/02/Copper-trade2.bmp</image:loc>\n			<image:caption><![CDATA[Copper trade]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/bond-trade-with-risk-sentiment-2/</loc>\n		<lastmod>2013-02-28T20:23:09+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/02/bond-trade-Pierre-2.png</image:loc>\n			<image:caption><![CDATA[bond trade Pierre 2]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/the-week-ahead-in-the-global-markets-ten-year-note-breaks-downtrend-by-joe-rios/</loc>\n		<lastmod>2013-03-03T20:24:58+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/03/downward-channel31.jpg</image:loc>\n			<image:title><![CDATA[downward channel3]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/03/dc1.jpg</image:loc>\n			<image:caption><![CDATA[dc1]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/03/downward-channel2.jpg</image:loc>\n			<image:caption><![CDATA[downward channel2]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/03/doji.tif</image:loc>\n			<image:caption><![CDATA[doji]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/03/heand-shoulders.gif</image:loc>\n			<image:caption><![CDATA[heand shoulders]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/the-week-ahead-in-the-global-markets-thoughts-and-concepts-by-joe-rios/</loc>\n		<lastmod>2013-03-12T12:52:37+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg</image:loc>\n			<image:caption><![CDATA[strategy room]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/the-week-ahead-using-rq-technology-for-identifying-market-behavior/</loc>\n		<lastmod>2013-03-18T00:15:29+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/03/sp-range1.tif</image:loc>\n			<image:title><![CDATA[sp range1]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg</image:loc>\n			<image:caption><![CDATA[strategy room]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/03/soybeans1.jpg</image:loc>\n			<image:caption><![CDATA[The Navigator\'s Magenta color identified multiple days of break downs from recent trading ranges for Soybeans, creating selling short opportunities throughout the week.]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/03/Wheat-EP-trade.png</image:loc>\n			<image:caption><![CDATA[Above is a snapshot of our RQ-Technology with an actual short trade in Wheat during our live TradeLAB trading session during the week. Notice the RQ\'s DMS depicting markets in conflict, Nextreme uncovering bearish velocity in the grains markets,  the Navigator identifying a bearish break down in Wheat with our alpha signal model, GnosTICK pinpointing the trade entry and exit points. ]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/the-week-in-review-trading-with-the-rq-dynamic-market-sentiment-indicator-by-joe-rios/</loc>\n		<lastmod>2013-03-24T19:45:25+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/03/Correlations-3-DMS.jpg</image:loc>\n			<image:caption><![CDATA[Correlations 3 DMS]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/03/CL-with-DMS.jpg</image:loc>\n			<image:caption><![CDATA[CL with DMS]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/03/Yen.jpg</image:loc>\n			<image:caption><![CDATA[Yen]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/the-week-ahead-the-basics-of-trading-the-grains-by-joe-rios/</loc>\n		<lastmod>2013-03-31T23:11:29+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/03/corn.jpg</image:loc>\n			<image:caption><![CDATA[corn]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/03/corn2.jpg</image:loc>\n			<image:caption><![CDATA[corn2]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/the-week-ahead/</loc>\n		<lastmod>2013-04-07T15:16:23+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/04/es_cl_ng.bmp</image:loc>\n			<image:caption><![CDATA[es_cl_ng]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/the-week-ahead-forecasting-tools-and-techniques-by-joe-rios/</loc>\n		<lastmod>2013-04-14T21:52:46+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg</image:loc>\n			<image:caption><![CDATA[strategy room]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/04/RQ-Rank-cl-ng.jpg</image:loc>\n			<image:caption><![CDATA[RQ Rank cl ng]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/04/rq-rank-gold.jpg</image:loc>\n			<image:caption><![CDATA[rq rank gold]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/04/rq-tech.jpg</image:loc>\n			<image:caption><![CDATA[rq tech]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/04/relative-performance-4-13.jpg</image:loc>\n			<image:caption><![CDATA[relative performance 4-13]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/the-week-ahead-expecting-price-action-in-the-currency-markets-by-joe-rios/</loc>\n		<lastmod>2013-04-21T19:46:19+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg</image:loc>\n			<image:caption><![CDATA[strategy room]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/04/relative-performance-4-29.bmp</image:loc>\n			<image:caption><![CDATA[relative performance 4-29]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/04/EP-trading-room-pic.jpg</image:loc>\n			<image:caption><![CDATA[EP trading room pic]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/the-week-ahead-2/</loc>\n		<lastmod>2013-04-29T02:17:29+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/04/Correlation-4_28.jpg</image:loc>\n			<image:caption><![CDATA[Correlation 4_28]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/the-week-ahead-3/</loc>\n		<lastmod>2013-05-06T17:40:00+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg</image:loc>\n			<image:caption><![CDATA[strategy room]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/the-week-ahead-volatility-rising-in-the-currency-market/</loc>\n		<lastmod>2013-05-13T03:01:54+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg</image:loc>\n			<image:caption><![CDATA[strategy room]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/05/usdjpy-100.jpg</image:loc>\n			<image:caption><![CDATA[usdjpy 100]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/the-week-ahead-focusing-on-the-metal-and-currency-markets/</loc>\n		<lastmod>2013-05-19T22:46:58+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg</image:loc>\n			<image:caption><![CDATA[strategy room]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/the-week-ahead-focusing-on-the-bond-market-for-direction-by-joe-rios/</loc>\n		<lastmod>2013-05-28T15:12:43+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg</image:loc>\n			<image:caption><![CDATA[strategy room]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/the-week-ahead-correlations-within-the-financial-markets-by-joe-rios/</loc>\n		<lastmod>2013-06-09T15:58:58+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg</image:loc>\n			<image:caption><![CDATA[strategy room]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/06/Correlation-6_6.jpg</image:loc>\n			<image:caption><![CDATA[Correlation 6_6]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/06/correlations-6_9.jpg</image:loc>\n			<image:caption><![CDATA[correlations 6_9]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/the-week-ahead-volatility-is-back-by-joe-rios/</loc>\n		<lastmod>2013-06-23T16:43:30+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg</image:loc>\n			<image:caption><![CDATA[strategy room]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/06/correlatios-6_23.bmp</image:loc>\n			<image:caption><![CDATA[correlatios 6_23]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/the-week-ahead-economic-data-to-dominate-price-action-in-the-global-markets-by-joe-rios/</loc>\n		<lastmod>2013-06-30T15:15:13+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg</image:loc>\n			<image:caption><![CDATA[strategy room]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/the-week-ahead-rotation-continues-to-drive-the-us-dollar-higher-by-joe-rios/</loc>\n		<lastmod>2013-07-07T14:05:00+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg</image:loc>\n			<image:caption><![CDATA[strategy room]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/the-week-ahead-new-signs-of-volatility-by-joe-rios/</loc>\n		<lastmod>2013-08-11T15:29:23+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg</image:loc>\n			<image:caption><![CDATA[strategy room]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/08/outperformers-8_11.bmp</image:loc>\n			<image:caption><![CDATA[outperformers 8_11]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/08/JoeTrader.jpg</image:loc>\n			<image:caption><![CDATA[JoeTrader]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/the-week-ahead-4/</loc>\n		<lastmod>2013-09-16T12:31:36+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg</image:loc>\n			<image:caption><![CDATA[strategy room]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/rq-einstein-automated-trading/</loc>\n		<lastmod>2013-10-22T18:24:20+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/09/cl-9-16.jpg</image:loc>\n			<image:title><![CDATA[cl 9-16]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/09/cl-9-16.jpg</image:loc>\n			<image:caption><![CDATA[cl 9-16]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-update-15th-nov-13/</loc>\n		<lastmod>2013-11-15T15:50:01+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News.jpg</image:loc>\n			<image:title><![CDATA[Direct-Market-Touch-Stock-Exchange-News]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News.jpg</image:loc>\n			<image:caption><![CDATA[Direct-Market-Touch-Stock-Exchange-News]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-joe-rios/</loc>\n		<lastmod>2013-11-17T15:56:55+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing2.jpg</image:loc>\n			<image:caption><![CDATA[joe shadow writing2]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-overnight-market-update/</loc>\n		<lastmod>2013-11-18T12:05:37+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg</image:loc>\n			<image:caption><![CDATA[Hangseng sign]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-overnight-market-update-2/</loc>\n		<lastmod>2013-11-19T12:12:51+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg</image:loc>\n			<image:title><![CDATA[wallstreet]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg</image:loc>\n			<image:caption><![CDATA[wallstreet]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/461/</loc>\n		<lastmod>2013-11-19T13:51:58+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/04/EP-trading-room-pic.jpg</image:loc>\n			<image:title><![CDATA[EP trading room pic]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/short-copper-trade-jim-g-riosquant-member/</loc>\n		<lastmod>2013-11-19T13:56:19+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/2-member-trade-11-19.jpg</image:loc>\n			<image:title><![CDATA[2 member trade 11-19]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/2-member-trade-11-19.jpg</image:loc>\n			<image:caption><![CDATA[2 member trade 11-19]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-overnight-market-update-3/</loc>\n		<lastmod>2013-11-20T12:05:39+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/rq_tech.png</image:loc>\n			<image:caption><![CDATA[rq_tech]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/short-nasdaq-futures-trade-steve-schwartz-riosquant-trading-coach/</loc>\n		<lastmod>2013-11-20T12:27:33+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/steve-trade1.jpg</image:loc>\n			<image:caption><![CDATA[steve trade1]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/mid-month-review-seizing-new-opportunities/</loc>\n		<lastmod>2013-11-20T21:47:43+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-EP.jpg</image:loc>\n			<image:caption><![CDATA[joe &amp; EP]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-overnight-market-update-4/</loc>\n		<lastmod>2013-11-21T12:15:15+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News.jpg</image:loc>\n			<image:caption><![CDATA[Direct-Market-Touch-Stock-Exchange-News]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-trading-systems-einstein-automated-trade/</loc>\n		<lastmod>2013-11-21T17:16:02+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/cl-trade-steve-11-21.jpg</image:loc>\n			<image:caption><![CDATA[cl trade steve 11-21]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-member-spotlight-tal-l-burbank-ca/</loc>\n		<lastmod>2013-11-21T20:24:29+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/tal-trade1.jpg</image:loc>\n			<image:caption><![CDATA[tal trade1]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-overnight-trading-news-global-markets/</loc>\n		<lastmod>2013-11-22T12:36:15+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg</image:loc>\n			<image:caption><![CDATA[Hangseng sign]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-trading-workshop-saturday-1030-et/</loc>\n		<lastmod>2013-11-22T23:26:48+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/steve-trading-coach1.jpg</image:loc>\n			<image:caption><![CDATA[steve trading coach1]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-member-spotlight-jack-s-tarzana-ca/</loc>\n		<lastmod>2013-11-23T17:02:05+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/jacks-trade.jpg</image:loc>\n			<image:caption><![CDATA[jack\'s trade]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/tradelab-replay-live-trading-room/</loc>\n		<lastmod>2013-11-23T19:57:11+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/EP-trading-LAB.jpg</image:loc>\n			<image:caption><![CDATA[EP trading LAB]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-joe-rios-2/</loc>\n		<lastmod>2013-11-24T20:53:42+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing2.jpg</image:loc>\n			<image:caption><![CDATA[joe shadow writing2]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-overnight-trading-action-global-markets/</loc>\n		<lastmod>2013-11-25T11:54:03+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg</image:loc>\n			<image:caption><![CDATA[Hangseng sign]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-overnight-trading-action-global-markets-2/</loc>\n		<lastmod>2013-11-26T12:10:15+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/rq_tech.png</image:loc>\n			<image:caption><![CDATA[rq_tech]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/live-trading-workshop-weve-got-back/</loc>\n		<lastmod>2013-11-26T19:18:33+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/Weve-got-your-back-Orlando-JM.jpg</image:loc>\n			<image:caption><![CDATA[We\'ve got your back Orlando-JM]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/attention-futures-traders-first-notice-day-contracts-roll/</loc>\n		<lastmod>2013-11-26T20:57:52+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/screen-hand-click.jpg</image:loc>\n			<image:caption><![CDATA[screen hand click]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-overnight-trading-action-global-markets-3/</loc>\n		<lastmod>2013-11-27T12:27:22+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News.jpg</image:loc>\n			<image:caption><![CDATA[Direct-Market-Touch-Stock-Exchange-News]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-rising-volatility-joe-rios/</loc>\n		<lastmod>2013-12-01T21:59:31+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/Joe@work.jpg</image:loc>\n			<image:caption><![CDATA[Joe@work]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-overnight-trading-action-global-markets-4/</loc>\n		<lastmod>2013-12-02T12:28:40+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg</image:loc>\n			<image:caption><![CDATA[clock red wall]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/rethink-strategy-think-riosquant/</loc>\n		<lastmod>2013-12-03T00:20:03+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/bbc.jpg</image:loc>\n			<image:caption><![CDATA[bbc]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/trading-room-chairs.jpg</image:loc>\n			<image:caption><![CDATA[trading room chairs]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-overnight-trading-action-global-markets-5/</loc>\n		<lastmod>2013-12-03T12:08:17+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/morgan-quotes.jpg</image:loc>\n			<image:caption><![CDATA[morgan quotes]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-overnight-trading-action-global-markets-6/</loc>\n		<lastmod>2013-12-04T12:46:57+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg</image:loc>\n			<image:caption><![CDATA[Hangseng sign]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/591/</loc>\n		<lastmod>2013-12-04T13:40:32+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/djia-trade.jpg</image:loc>\n			<image:caption><![CDATA[djia trade]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-overnight-trading-action-global-markets-7/</loc>\n		<lastmod>2013-12-05T12:09:34+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News.jpg</image:loc>\n			<image:caption><![CDATA[Direct-Market-Touch-Stock-Exchange-News]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-live-trading-room-tradelab/</loc>\n		<lastmod>2013-12-05T22:09:16+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/NG-report-TradeLAB.jpg</image:loc>\n			<image:caption><![CDATA[NG report TradeLAB]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-overnight-trading-action-global-markets-8/</loc>\n		<lastmod>2013-12-06T12:28:57+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/quote-board-blue.jpg</image:loc>\n			<image:caption><![CDATA[quote board blue]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-spotlight-china-data-riosquant-founder-joe-rios/</loc>\n		<lastmod>2013-12-09T04:57:52+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing2.jpg</image:loc>\n			<image:caption><![CDATA[joe shadow writing2]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-overnight-trading-action-global-markets-9/</loc>\n		<lastmod>2013-12-09T12:30:09+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg</image:loc>\n			<image:caption><![CDATA[clock red wall]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/risk-disclosure/</loc>\n		<lastmod>2013-12-09T16:37:17+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/RQ-logo.jpg</image:loc>\n			<image:caption><![CDATA[RQ-logo]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-overnight-trading-action-global-markets-10/</loc>\n		<lastmod>2013-12-10T12:41:07+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/RQ-Pie.jpg</image:loc>\n			<image:caption><![CDATA[RQ Pie]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-overnight-trading-action-global-markets-11/</loc>\n		<lastmod>2013-12-11T12:13:40+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg</image:loc>\n			<image:caption><![CDATA[world dgital clocks]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-live-trading-room-go-crude/</loc>\n		<lastmod>2013-12-11T12:55:14+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/go-crude.jpg</image:loc>\n			<image:caption><![CDATA[go crude]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-overnight-trading-action-global-markets-12/</loc>\n		<lastmod>2013-12-12T10:53:17+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg</image:loc>\n			<image:caption><![CDATA[Hangseng sign]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-overnight-trading-action-global-markets-13/</loc>\n		<lastmod>2013-12-13T12:53:57+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/pie-chart.jpg</image:loc>\n			<image:caption><![CDATA[pie chart]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-busy-data-week/</loc>\n		<lastmod>2013-12-16T01:57:00+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-EP.jpg</image:loc>\n			<image:caption><![CDATA[joe &amp; EP]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-overnight-trading-action-global-markets-14/</loc>\n		<lastmod>2013-12-16T12:38:06+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/RQ-Tech.jpg</image:loc>\n			<image:caption><![CDATA[RQ Tech]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-overnight-trading-action-global-markets-15/</loc>\n		<lastmod>2013-12-17T12:41:40+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg</image:loc>\n			<image:caption><![CDATA[clock red wall]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-overnight-trading-action-global-markets-16/</loc>\n		<lastmod>2013-12-18T11:56:53+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/quote-board-blue.jpg</image:loc>\n			<image:caption><![CDATA[quote board blue]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-overnight-trading-action-global-markets-17/</loc>\n		<lastmod>2013-12-19T11:36:14+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News.jpg</image:loc>\n			<image:caption><![CDATA[Direct-Market-Touch-Stock-Exchange-News]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/quants-approach-trade-crude-oil-inventory-report/</loc>\n		<lastmod>2013-12-20T00:44:19+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-overnight-trading-action-global-markets-18/</loc>\n		<lastmod>2013-12-20T12:11:38+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg</image:loc>\n			<image:caption><![CDATA[world dgital clocks]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-overnight-trading-action-global-markets-19/</loc>\n		<lastmod>2013-12-23T11:34:57+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg</image:loc>\n			<image:caption><![CDATA[clock red wall]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-welcome-2014-year-opportunities/</loc>\n		<lastmod>2013-12-30T03:44:09+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/Joe@work.jpg</image:loc>\n			<image:caption><![CDATA[Joe@work]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-overnight-trading-action-global-markets-20/</loc>\n		<lastmod>2013-12-30T11:59:28+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg</image:loc>\n			<image:caption><![CDATA[world dgital clocks]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/final-trading-day-2013-performance/</loc>\n		<lastmod>2014-01-02T01:12:12+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/01/ep-trade2.jpg</image:loc>\n			<image:caption><![CDATA[ep trade2]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/01/ep-trade1.jpg</image:loc>\n			<image:caption><![CDATA[ep trade1]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-overnight-trading-action-global-markets-21/</loc>\n		<lastmod>2014-01-02T12:45:57+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg</image:loc>\n			<image:caption><![CDATA[clock red wall]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/first-trading-day-20014-performance-tradelab/</loc>\n		<lastmod>2014-01-02T18:05:54+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/01/ep-trade-1-2.jpg</image:loc>\n			<image:caption><![CDATA[ep trade 1-2]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/01/ep-trade-1-2b.jpg</image:loc>\n			<image:caption><![CDATA[ep trade 1-2b]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-overnight-trading-action-global-markets-22/</loc>\n		<lastmod>2014-01-03T11:36:11+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News.jpg</image:loc>\n			<image:caption><![CDATA[Direct-Market-Touch-Stock-Exchange-News]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-making-top-ten/</loc>\n		<lastmod>2014-01-06T03:16:09+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing2.jpg</image:loc>\n			<image:caption><![CDATA[joe shadow writing2]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/750/</loc>\n		<lastmod>2014-01-06T11:19:23+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg</image:loc>\n			<image:caption><![CDATA[clock red wall]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-overnight-trading-action-global-markets-23/</loc>\n		<lastmod>2014-01-07T11:51:14+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg</image:loc>\n			<image:caption><![CDATA[Hangseng sign]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/rios-quant-live-trading-room-tradelab/</loc>\n		<lastmod>2014-01-07T22:47:58+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/01/tradelab-trade.jpg</image:loc>\n			<image:caption><![CDATA[tradelab trade]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-overnight-trading-action-global-markets-24/</loc>\n		<lastmod>2014-01-08T11:49:49+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg</image:loc>\n			<image:caption><![CDATA[world dgital clocks]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-overnight-trading-action-global-markets-25/</loc>\n		<lastmod>2014-01-09T11:32:24+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/quote-board-blue.jpg</image:loc>\n			<image:caption><![CDATA[quote board blue]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/recent-trades-rios-quant-members/</loc>\n		<lastmod>2014-01-09T12:11:45+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/01/jim-gold.jpg</image:loc>\n			<image:caption><![CDATA[jim gold]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/01/sanjays-trade.jpg</image:loc>\n			<image:caption><![CDATA[sanjays trade]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/772/</loc>\n		<lastmod>2014-01-13T00:20:44+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing21.jpg</image:loc>\n			<image:caption><![CDATA[joe shadow writing2]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-overnight-trading-action-global-markets-26/</loc>\n		<lastmod>2014-01-13T14:25:05+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg</image:loc>\n			<image:caption><![CDATA[world dgital clocks]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-overnight-trading-action-global-markets-27/</loc>\n		<lastmod>2014-01-14T12:15:35+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/quote-board-blue.jpg</image:loc>\n			<image:caption><![CDATA[quote board blue]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-overnight-trading-action-global-markets-28/</loc>\n		<lastmod>2014-01-15T12:32:47+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg</image:loc>\n			<image:caption><![CDATA[clock red wall]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/rios-quant-live-trading-room-performance/</loc>\n		<lastmod>2014-01-16T04:21:25+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/EP-trading-LAB.jpg</image:loc>\n			<image:caption><![CDATA[EP trading LAB]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-overnight-trading-action-global-markets-29/</loc>\n		<lastmod>2014-01-16T12:40:11+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News.jpg</image:loc>\n			<image:caption><![CDATA[Direct-Market-Touch-Stock-Exchange-News]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-overnight-trading-action-global-markets-30/</loc>\n		<lastmod>2014-01-17T12:03:11+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/quote-board-blue.jpg</image:loc>\n			<image:caption><![CDATA[quote board blue]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/791/</loc>\n		<lastmod>2014-01-21T01:06:09+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg</image:loc>\n			<image:caption><![CDATA[clock red wall]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-overnight-trading-action-global-markets-31/</loc>\n		<lastmod>2014-01-21T12:07:03+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg</image:loc>\n			<image:caption><![CDATA[Hangseng sign]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/recent-trades-members/</loc>\n		<lastmod>2014-01-21T20:57:23+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/01/jim-trade-yen.jpg</image:loc>\n			<image:caption><![CDATA[jim trade yen]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/01/jim-trade-djia.jpg</image:loc>\n			<image:caption><![CDATA[jim trade djia]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/01/jim-trade-nq.jpg</image:loc>\n			<image:caption><![CDATA[jim trade nq]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-overnight-trading-action-global-markets-32/</loc>\n		<lastmod>2014-01-22T11:57:02+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg</image:loc>\n			<image:caption><![CDATA[world dgital clocks]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/rios-quant-overnight-trading-action-global-markets/</loc>\n		<lastmod>2014-01-23T12:10:00+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News.jpg</image:loc>\n			<image:caption><![CDATA[Direct-Market-Touch-Stock-Exchange-News]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/trade-crude-oil-inventories-live-trading-room/</loc>\n		<lastmod>2014-01-23T12:12:33+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/go-crude.jpg</image:loc>\n			<image:caption><![CDATA[go crude]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/811/</loc>\n		<lastmod>2014-01-23T12:25:14+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/go-crude.jpg</image:loc>\n			<image:caption><![CDATA[go crude]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-flight-safety-underway/</loc>\n		<lastmod>2014-01-26T23:45:33+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing2.jpg</image:loc>\n			<image:title><![CDATA[joe shadow writing2]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/01/risk-assets-percent.bmp</image:loc>\n			<image:caption><![CDATA[risk assets percent]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/01/yen-stocks-notes.bmp</image:loc>\n			<image:caption><![CDATA[yen stocks notes]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/rios-quant-overnight-trading-action-global-markets-2/</loc>\n		<lastmod>2014-01-28T11:57:02+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg</image:loc>\n			<image:caption><![CDATA[clock red wall]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/recent-trades-members-2/</loc>\n		<lastmod>2014-01-28T12:11:11+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/01/jim-es-trade.jpg</image:loc>\n			<image:caption><![CDATA[jim es trade]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/01/jim-trade-gold.jpg</image:loc>\n			<image:caption><![CDATA[jim trade gold]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/london-gold-fix-amazed/</loc>\n		<lastmod>2014-01-28T15:14:01+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/trade-the-london-gold-fix.jpg</image:loc>\n			<image:caption><![CDATA[trade the london gold fix]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/rios-quant-overnight-trading-action-global-markets-3/</loc>\n		<lastmod>2014-01-29T12:13:52+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/quote-board-blue.jpg</image:loc>\n			<image:caption><![CDATA[quote board blue]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/848/</loc>\n		<lastmod>2014-01-30T12:24:35+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/morgan-quotes.jpg</image:loc>\n			<image:caption><![CDATA[morgan quotes]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-overnight-trading-action-global-markets-33/</loc>\n		<lastmod>2014-01-31T11:10:47+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg</image:loc>\n			<image:caption><![CDATA[Hangseng sign]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/855/</loc>\n		<lastmod>2014-01-31T11:27:05+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/01/trade-1-30.jpg</image:loc>\n			<image:caption><![CDATA[trade 1 30]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/gold-futures-contract-rollover-information/</loc>\n		<lastmod>2014-02-01T20:08:12+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/01/pick-your-metals.jpg</image:loc>\n			<image:title><![CDATA[pick your metals]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/01/pick-your-metals.jpg</image:loc>\n			<image:caption><![CDATA[pick your metals]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/865/</loc>\n		<lastmod>2014-02-02T22:25:08+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/rios-on-the-markets.jpg</image:loc>\n			<image:caption><![CDATA[rios on the markets]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/877/</loc>\n		<lastmod>2014-02-03T10:54:02+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg</image:loc>\n			<image:caption><![CDATA[clock red wall]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-overnight-trading-action-global-markets-34/</loc>\n		<lastmod>2014-02-04T11:07:57+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg</image:loc>\n			<image:caption><![CDATA[world dgital clocks]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/881/</loc>\n		<lastmod>2014-02-05T11:03:23+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg</image:loc>\n			<image:caption><![CDATA[pre market open Blue board]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-overnight-trading-action-global-financial-markets/</loc>\n		<lastmod>2014-02-06T11:00:32+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News.jpg</image:loc>\n			<image:caption><![CDATA[Direct-Market-Touch-Stock-Exchange-News]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-overnight-trading-action-global-financial-markets-2/</loc>\n		<lastmod>2014-02-07T13:01:00+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/morgan-quotes.jpg</image:loc>\n			<image:caption><![CDATA[morgan quotes]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets/</loc>\n		<lastmod>2014-02-10T11:58:03+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/rios-on-the-markets.jpg</image:loc>\n			<image:caption><![CDATA[rios on the markets]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-open-overnight-trading-action/</loc>\n		<lastmod>2014-02-11T12:01:56+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg</image:loc>\n			<image:caption><![CDATA[red clocks pre-market open]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-open-riosquant/</loc>\n		<lastmod>2014-02-12T12:14:48+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg</image:loc>\n			<image:caption><![CDATA[Hangseng sign]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/live-trading-event-stock-option-investors/</loc>\n		<lastmod>2014-02-13T00:11:28+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/profit-learn-how.jpg</image:loc>\n			<image:caption><![CDATA[profit learn how]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/live-trading-event-stock-option-investors-2/</loc>\n		<lastmod>2014-02-13T17:53:48+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/profit-contes.jpg</image:loc>\n			<image:caption><![CDATA[profit contes]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-2/</loc>\n		<lastmod>2014-02-14T12:20:30+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg</image:loc>\n			<image:caption><![CDATA[pre market open Blue board]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/meet-members-riosquant-traders-3/</loc>\n		<lastmod>2014-02-15T22:05:43+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/jane1.jpg</image:loc>\n			<image:caption><![CDATA[jane1]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-2/</loc>\n		<lastmod>2014-02-18T01:09:45+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/Rios-on-the-markets-3.jpg</image:loc>\n			<image:caption><![CDATA[Rios on the markets 3]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-report-global-financial-markets/</loc>\n		<lastmod>2014-02-18T12:20:24+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg</image:loc>\n			<image:caption><![CDATA[red clocks pre-market open]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/market-metrics-correlation-analysis-and-asset-class-relationships/</loc>\n		<lastmod>2014-02-23T16:48:20+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/02/RQ_DMS.bmp</image:loc>\n			<image:title><![CDATA[RQ_DMS]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/02/RQ-DMS1.jpg</image:loc>\n			<image:caption><![CDATA[RQ DMS1]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-3/</loc>\n		<lastmod>2014-02-23T23:49:54+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/wall-street-blue.jpg</image:loc>\n			<image:caption><![CDATA[wall street blue]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-report-global-financial-markets-2/</loc>\n		<lastmod>2014-02-24T12:05:35+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg</image:loc>\n			<image:caption><![CDATA[Hangseng sign]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-report-global-financial-markets-3/</loc>\n		<lastmod>2014-02-25T12:22:32+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg</image:loc>\n			<image:caption><![CDATA[red clocks pre-market open]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-global-financial-markets/</loc>\n		<lastmod>2014-02-26T12:06:35+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg</image:loc>\n			<image:caption><![CDATA[pre market open Blue board]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/take-trading-notch-boost-profits/</loc>\n		<lastmod>2014-02-26T17:20:13+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/04/EP-trading-room-pic.jpg</image:loc>\n			<image:caption><![CDATA[EP trading room pic]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/live-market-trading-stocketf-option-traders/</loc>\n		<lastmod>2014-02-26T23:15:16+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/gld-option-trade.jpg</image:loc>\n			<image:caption><![CDATA[gld option trade]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-global-financial-markets-2/</loc>\n		<lastmod>2014-02-27T12:19:04+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg</image:loc>\n			<image:caption><![CDATA[red clocks pre-market open]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-global-financial-markets-3/</loc>\n		<lastmod>2014-03-03T12:02:00+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg</image:loc>\n			<image:caption><![CDATA[red clocks pre-market open]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-stocks-bonds-commodities-currencies/</loc>\n		<lastmod>2014-03-03T12:15:26+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/Rios-on-the-markets-3.jpg</image:loc>\n			<image:caption><![CDATA[Rios on the markets 3]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/quants-running-street-dont-get-run/</loc>\n		<lastmod>2014-03-03T17:33:17+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/03/bull-run.jpg</image:loc>\n			<image:caption><![CDATA[bull run]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-report-stocks-bonds-commodities-currencies/</loc>\n		<lastmod>2014-03-04T12:35:45+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/live-market-trading-stocketf-option-traders-2/</loc>\n		<lastmod>2014-03-04T16:38:18+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/03/gld-option-trade1.jpg</image:loc>\n			<image:caption><![CDATA[gld option trade1]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/shocking-thing-60-great-option-traders/</loc>\n		<lastmod>2014-03-06T16:43:36+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/03/gld-option-trade11.jpg</image:loc>\n			<image:caption><![CDATA[gld option trade1]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-report-stocks-bonds-commodities-currencies-2/</loc>\n		<lastmod>2014-03-07T12:14:35+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg</image:loc>\n			<image:caption><![CDATA[pre market open Blue board]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-global-stocks-bonds-commodities-currencies/</loc>\n		<lastmod>2014-03-10T11:39:37+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg</image:loc>\n			<image:caption><![CDATA[red clocks pre-market open]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-stocks-bonds-commodity-currency-markets/</loc>\n		<lastmod>2014-03-10T12:23:05+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/wall-street-blue.jpg</image:loc>\n			<image:caption><![CDATA[wall street blue]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stock-bond-commodity-currency-markets/</loc>\n		<lastmod>2014-03-11T12:42:20+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg</image:loc>\n			<image:caption><![CDATA[pre market open Blue board]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stock-bond-commodity-currency-markets-2/</loc>\n		<lastmod>2014-03-12T11:30:40+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg</image:loc>\n			<image:caption><![CDATA[world dgital clocks]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stock-bond-commodity-currency-markets-4/</loc>\n		<lastmod>2014-03-14T11:51:26+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg</image:loc>\n			<image:caption><![CDATA[red clocks pre-market open]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stock-bond-commodity-currency-markets-5/</loc>\n		<lastmod>2014-03-17T11:29:12+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg</image:loc>\n			<image:caption><![CDATA[red clocks pre-market open]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-4/</loc>\n		<lastmod>2014-03-17T11:41:51+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/rios-on-the-markets.jpg</image:loc>\n			<image:caption><![CDATA[rios on the markets]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex/</loc>\n		<lastmod>2014-03-18T11:19:59+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg</image:loc>\n			<image:caption><![CDATA[pre market open Blue board]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-2/</loc>\n		<lastmod>2014-03-19T12:12:54+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg</image:loc>\n			<image:caption><![CDATA[Hangseng sign]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stock-bond-commodity-forex-markets/</loc>\n		<lastmod>2014-03-20T11:29:17+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News.jpg</image:loc>\n			<image:caption><![CDATA[Direct-Market-Touch-Stock-Exchange-News]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodity-forex/</loc>\n		<lastmod>2014-03-21T11:14:30+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg</image:loc>\n			<image:caption><![CDATA[pre market open Blue board]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/perfect-storm-ready/</loc>\n		<lastmod>2014-03-22T15:21:42+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/03/arrows_set11.gif</image:loc>\n			<image:caption><![CDATA[arrows_set11]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/1351/</loc>\n		<lastmod>2014-03-24T02:05:21+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/Rios-on-the-markets-3.jpg</image:loc>\n			<image:caption><![CDATA[Rios on the markets 3]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stock-bond-commodity-currency-markets-6/</loc>\n		<lastmod>2014-03-24T11:15:02+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg</image:loc>\n			<image:caption><![CDATA[red clocks pre-market open]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/get-logic-feel-power-quant-trading-technology/</loc>\n		<lastmod>2014-03-24T13:18:24+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/03/jim-gold-trade.jpg</image:loc>\n			<image:caption><![CDATA[jim gold trade]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stock-bond-commodity-forex-markets-2/</loc>\n		<lastmod>2014-03-25T11:34:56+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg</image:loc>\n			<image:caption><![CDATA[pre market open Blue board]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/perfect-storm-ready-2/</loc>\n		<lastmod>2014-03-26T01:11:37+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg</image:loc>\n			<image:caption><![CDATA[strategy room]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stock-bond-commodity-forex-markets-3/</loc>\n		<lastmod>2014-03-26T12:12:55+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/morgan-quotes.jpg</image:loc>\n			<image:caption><![CDATA[morgan quotes]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-3/</loc>\n		<lastmod>2014-03-27T11:20:11+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/market-analyzer.jpg</image:loc>\n			<image:caption><![CDATA[market analyzer]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-room-report-stocks-bonds-commodities-froex/</loc>\n		<lastmod>2014-03-28T11:09:41+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg</image:loc>\n			<image:caption><![CDATA[pre market open Blue board]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-4/</loc>\n		<lastmod>2014-03-31T11:26:31+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg</image:loc>\n			<image:caption><![CDATA[pre market open Blue board]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-stock-bond-commodity-forex-markets/</loc>\n		<lastmod>2014-03-31T11:41:28+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/03/sp-3-30.jpg</image:loc>\n			<image:caption><![CDATA[s&amp;p 3-30]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stock-bond-commodity-forex-markets-4/</loc>\n		<lastmod>2014-04-01T11:44:45+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg</image:loc>\n			<image:caption><![CDATA[red clocks pre-market open]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-5/</loc>\n		<lastmod>2014-04-03T11:54:59+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/morgan-quotes.jpg</image:loc>\n			<image:caption><![CDATA[morgan quotes]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/get-logic-solve-mystery-options-trading/</loc>\n		<lastmod>2014-04-03T16:58:51+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/RQ-Ranking-screen-2-traders.png</image:loc>\n			<image:caption><![CDATA[RQ Ranking screen 2 traders]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-6/</loc>\n		<lastmod>2014-04-04T11:10:13+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/bullish-ML-pic.jpg</image:loc>\n			<image:caption><![CDATA[bullish ML pic]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-6/</loc>\n		<lastmod>2014-04-07T03:06:51+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/04/relative-performance.jpg</image:loc>\n			<image:caption><![CDATA[relative performance]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-7/</loc>\n		<lastmod>2014-04-08T12:07:39+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg</image:loc>\n			<image:caption><![CDATA[red clocks pre-market open]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-8/</loc>\n		<lastmod>2014-04-09T11:49:16+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg</image:loc>\n			<image:caption><![CDATA[pre market open Blue board]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-9/</loc>\n		<lastmod>2014-04-10T11:17:42+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg</image:loc>\n			<image:caption><![CDATA[Hangseng sign]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-10/</loc>\n		<lastmod>2014-04-11T11:36:59+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News.jpg</image:loc>\n			<image:caption><![CDATA[Direct-Market-Touch-Stock-Exchange-News]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-11/</loc>\n		<lastmod>2014-04-14T11:33:12+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg</image:loc>\n			<image:caption><![CDATA[red clocks pre-market open]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/1479/</loc>\n		<lastmod>2014-04-14T11:48:03+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/04/es-4-13.jpg</image:loc>\n			<image:caption><![CDATA[es 4-13]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/04/relative-performance-jpy-4-13.jpg</image:loc>\n			<image:caption><![CDATA[relative performance jpy 4-13]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/protect-portfolio-special-training-event/</loc>\n		<lastmod>2014-04-14T17:48:06+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/04/quant-rank-4-14.jpg</image:loc>\n			<image:caption><![CDATA[quant rank 4-14]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-12/</loc>\n		<lastmod>2014-04-15T11:28:54+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg</image:loc>\n			<image:caption><![CDATA[pre market open Blue board]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-13/</loc>\n		<lastmod>2014-04-16T12:20:48+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg</image:loc>\n			<image:caption><![CDATA[world dgital clocks]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-14/</loc>\n		<lastmod>2014-04-17T11:10:03+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg</image:loc>\n			<image:caption><![CDATA[Hangseng sign]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/90-day-quant-training-program-boost-trading-knowledge/</loc>\n		<lastmod>2014-04-17T15:47:01+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/04/expand-knowledge.jpg</image:loc>\n			<image:caption><![CDATA[expand knowledge]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-action-stocks-bonds-commodities-forex/</loc>\n		<lastmod>2014-04-21T11:48:05+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg</image:loc>\n			<image:caption><![CDATA[Hangseng sign]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/live-market-trading-stocks-etfs-option-traders/</loc>\n		<lastmod>2014-04-21T16:21:37+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/03/gld-option-trade1.jpg</image:loc>\n			<image:caption><![CDATA[gld option trade1]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-stocks-bonds-commodities-forex/</loc>\n		<lastmod>2014-04-22T11:02:59+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg</image:loc>\n			<image:caption><![CDATA[red clocks pre-market open]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-15/</loc>\n		<lastmod>2014-04-23T11:03:00+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg</image:loc>\n			<image:caption><![CDATA[pre market open Blue board]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stock-bond-commodity-forex-markets-5/</loc>\n		<lastmod>2014-04-24T11:49:02+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg</image:loc>\n			<image:caption><![CDATA[world dgital clocks]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-stocks-bonds-commodities-forex-2/</loc>\n		<lastmod>2014-04-25T11:50:06+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News.jpg</image:loc>\n			<image:caption><![CDATA[Direct-Market-Touch-Stock-Exchange-News]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-for-stocks-bonds-commodities-and-forex/</loc>\n		<lastmod>2014-05-08T21:58:04+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg</image:loc>\n			<image:title><![CDATA[Hangseng sign]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg</image:loc>\n			<image:caption><![CDATA[Hangseng sign]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/90-day-trading-program/</loc>\n		<lastmod>2014-05-08T21:59:30+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/04/expand-knowledge.jpg</image:loc>\n			<image:title><![CDATA[expand knowledge]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/live-trading-room/</loc>\n		<lastmod>2014-05-08T22:49:39+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/futures-truth.jpg</image:loc>\n			<image:title><![CDATA[futures truth]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-5/</loc>\n		<lastmod>2014-05-09T01:59:01+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/Rios-on-the-markets-3.jpg</image:loc>\n			<image:caption><![CDATA[Rios on the markets 3]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stock-bond-commodity-currency-markets-3/</loc>\n		<lastmod>2014-05-09T02:00:13+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg</image:loc>\n			<image:caption><![CDATA[Hangseng sign]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-open-report-for-stocks-bonds-commodities-and-forex/</loc>\n		<lastmod>2014-05-09T13:10:16+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg</image:loc>\n			<image:title><![CDATA[red clocks pre-market open]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/the-week-ahead-in-the-global-financial-markets/</loc>\n		<lastmod>2014-05-12T00:05:20+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/joeshadowwriting2.jpg</image:loc>\n			<image:title><![CDATA[PageLines-joeshadowwriting2.jpg]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-for-stocks-bonds-commodities-and-forex-2/</loc>\n		<lastmod>2014-05-12T10:56:02+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/wall-street-blue.jpg</image:loc>\n			<image:title><![CDATA[wall street blue]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-17/</loc>\n		<lastmod>2014-05-13T11:19:19+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg</image:loc>\n			<image:title><![CDATA[red clocks pre-market open]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-18/</loc>\n		<lastmod>2014-05-14T11:17:27+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/get-your-report-my-fav.jpg</image:loc>\n			<image:title><![CDATA[get your report my fav]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-19/</loc>\n		<lastmod>2014-05-15T11:31:53+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg</image:loc>\n			<image:title><![CDATA[red clocks pre-market open]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/options-trading-really-greek/</loc>\n		<lastmod>2014-05-15T15:09:56+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/04/be-quick-be-smart1.jpg</image:loc>\n			<image:title><![CDATA[be quick be smart]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-20/</loc>\n		<lastmod>2014-05-16T11:26:36+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-Blue-board2.jpg</image:loc>\n			<image:title><![CDATA[pre market open Blue board2]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-9/</loc>\n		<lastmod>2014-05-18T21:41:45+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/week-ahead-cover2.jpg</image:loc>\n			<image:title><![CDATA[week ahead cover2]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-21/</loc>\n		<lastmod>2014-05-19T11:05:33+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-exchange-clock.jpg</image:loc>\n			<image:title><![CDATA[pre market exchange clock]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/one-indicator-trader-ever-without/</loc>\n		<lastmod>2014-05-20T00:13:44+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/no-1-think-better.jpg</image:loc>\n			<image:title><![CDATA[no 1 think better]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/congratulations-graham-riosquant-member/</loc>\n		<lastmod>2014-05-20T15:30:47+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/gram-profit-NQ.jpg</image:loc>\n			<image:title><![CDATA[gram profit NQ]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-22/</loc>\n		<lastmod>2014-05-21T11:38:13+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg</image:loc>\n			<image:title><![CDATA[Hangseng sign]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/90-day-trading-program-class-7-12/</loc>\n		<lastmod>2014-05-21T16:06:43+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/jog-run-spring1.jpg</image:loc>\n			<image:title><![CDATA[jog run spring]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-23/</loc>\n		<lastmod>2014-05-22T11:47:42+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-loop.jpg</image:loc>\n			<image:title><![CDATA[pre market open loop]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-24/</loc>\n		<lastmod>2014-05-23T11:10:15+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg</image:loc>\n			<image:title><![CDATA[red clocks pre-market open]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-25/</loc>\n		<lastmod>2014-05-27T11:15:44+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-exchange-clock.jpg</image:loc>\n			<image:title><![CDATA[pre market exchange clock]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-markets-joe-rios/</loc>\n		<lastmod>2014-05-27T11:33:07+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/wall-street-blue.jpg</image:loc>\n			<image:title><![CDATA[wall street blue]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/ty-3-yrs.jpg</image:loc>\n			<image:caption><![CDATA[ty 3 yrs]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-26/</loc>\n		<lastmod>2014-05-28T11:25:50+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-loop.jpg</image:loc>\n			<image:title><![CDATA[pre market open loop]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-27/</loc>\n		<lastmod>2014-05-29T11:28:04+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-Blue-board2.jpg</image:loc>\n			<image:title><![CDATA[pre market open Blue board2]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-28/</loc>\n		<lastmod>2014-05-30T11:28:48+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg</image:loc>\n			<image:title><![CDATA[red clocks pre-market open]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-8/</loc>\n		<lastmod>2014-06-02T11:53:07+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/Rios-on-the-markets-3.jpg</image:loc>\n			<image:title><![CDATA[Rios on the markets 3]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/06/ty-5-30.jpg</image:loc>\n			<image:caption><![CDATA[ty -5-30]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-29/</loc>\n		<lastmod>2014-06-03T12:25:09+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/get-your-report-my-fav.jpg</image:loc>\n			<image:title><![CDATA[get your report my fav]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre_market-trading-report-stocks-bonds-commodities-forex/</loc>\n		<lastmod>2014-06-04T11:22:41+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg</image:loc>\n			<image:title><![CDATA[red clocks pre-market open]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-30/</loc>\n		<lastmod>2014-06-05T11:09:01+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-Blue-board2.jpg</image:loc>\n			<image:title><![CDATA[pre market open Blue board2]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-7/</loc>\n		<lastmod>2014-06-09T01:41:39+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/joeshadowwriting2.jpg</image:loc>\n			<image:title><![CDATA[PageLines-joeshadowwriting2.jpg]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-perf-6-8.jpg</image:loc>\n			<image:caption><![CDATA[relative perf 6-8]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-perf-currencies-6-8.jpg</image:loc>\n			<image:caption><![CDATA[relative perf currencies 6-8]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-perf-indep.jpg</image:loc>\n			<image:caption><![CDATA[relative perf indep]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/06/jim-soy-trade.jpg</image:loc>\n			<image:caption><![CDATA[jim soy trade]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report/</loc>\n		<lastmod>2014-06-10T11:12:38+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/get-your-report-my-fav.jpg</image:loc>\n			<image:title><![CDATA[get your report my fav]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/forget-stop-youve-got-options/</loc>\n		<lastmod>2014-06-10T13:38:06+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-EP.jpg</image:loc>\n			<image:title><![CDATA[joe &amp; EP]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-16/</loc>\n		<lastmod>2014-06-11T11:36:28+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-exchange-clock.jpg</image:loc>\n			<image:title><![CDATA[pre market exchange clock]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/90-day-trading-program-2/</loc>\n		<lastmod>2014-06-11T16:37:46+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/03/bull-run2.jpg</image:loc>\n			<image:title><![CDATA[bull run]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/03/bbc3.jpg</image:loc>\n			<image:caption><![CDATA[bbc]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-31/</loc>\n		<lastmod>2014-06-12T12:48:31+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-Blue-board2.jpg</image:loc>\n			<image:title><![CDATA[pre market open Blue board2]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-32/</loc>\n		<lastmod>2014-06-13T11:06:55+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg</image:loc>\n			<image:title><![CDATA[Hangseng sign]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-10/</loc>\n		<lastmod>2014-06-16T04:07:06+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/joebigscreen1.jpg</image:loc>\n			<image:title><![CDATA[PageLines-joebigscreen.jpg]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/06/gold-crude-6-15.jpg</image:loc>\n			<image:caption><![CDATA[gold crude 6-15]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-33/</loc>\n		<lastmod>2014-06-18T11:03:42+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-loop.jpg</image:loc>\n			<image:title><![CDATA[pre market open loop]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-34/</loc>\n		<lastmod>2014-06-19T11:30:39+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-Blue-board2.jpg</image:loc>\n			<image:title><![CDATA[pre market open Blue board2]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-35/</loc>\n		<lastmod>2014-06-20T11:08:41+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-exchange-clock.jpg</image:loc>\n			<image:title><![CDATA[pre market exchange clock]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-11/</loc>\n		<lastmod>2014-06-23T00:26:30+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/Rios-on-the-markets-3.jpg</image:loc>\n			<image:title><![CDATA[Rios on the markets 3]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-6-22.bmp</image:loc>\n			<image:caption><![CDATA[relative performance global assets]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-6-221.bmp</image:loc>\n			<image:caption><![CDATA[relative performance 6-22]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-gold-silver-futures.jpg</image:loc>\n			<image:caption><![CDATA[relative performance gold silver futures]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-6-22.bmp</image:loc>\n			<image:caption><![CDATA[relative performance global assets]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-36/</loc>\n		<lastmod>2014-06-23T11:35:58+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/get-your-report-my-fav.jpg</image:loc>\n			<image:title><![CDATA[get your report my fav]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-37/</loc>\n		<lastmod>2014-06-24T11:22:53+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/marketanalyzer.jpg</image:loc>\n			<image:title><![CDATA[PageLines-marketanalyzer.JPG]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-38/</loc>\n		<lastmod>2014-06-25T11:28:21+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg</image:loc>\n			<image:title><![CDATA[red clocks pre-market open]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-39/</loc>\n		<lastmod>2014-06-26T11:30:03+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-loop.jpg</image:loc>\n			<image:title><![CDATA[pre market open loop]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-40/</loc>\n		<lastmod>2014-06-27T11:27:15+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg</image:loc>\n			<image:title><![CDATA[Hangseng sign]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-41/</loc>\n		<lastmod>2014-06-30T11:16:18+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-exchange-clock.jpg</image:loc>\n			<image:title><![CDATA[pre market exchange clock]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-markets/</loc>\n		<lastmod>2014-06-30T11:26:54+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/joeshadowwriting2.jpg</image:loc>\n			<image:title><![CDATA[PageLines-joeshadowwriting2.jpg]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/06/890-profit-dow-jones.jpg</image:loc>\n			<image:caption><![CDATA[890 profit dow jones]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/automated-trading-workshop-class/</loc>\n		<lastmod>2014-06-30T17:36:25+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/04/jump-start-rq-alogrithms1.jpg</image:loc>\n			<image:title><![CDATA[jump start rq alogrithms]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/traders-survey/</loc>\n		<lastmod>2014-07-02T17:13:00+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/03/Market-Research.png</image:loc>\n			<image:title><![CDATA[Market-Research]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-markets/</loc>\n		<lastmod>2014-07-07T00:29:04+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/Rios-on-the-markets-3.jpg</image:loc>\n			<image:title><![CDATA[Rios on the markets 3]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-42/</loc>\n		<lastmod>2014-07-07T11:30:24+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-loop.jpg</image:loc>\n			<image:title><![CDATA[pre market open loop]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-43/</loc>\n		<lastmod>2014-07-08T11:09:40+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-Blue-board2.jpg</image:loc>\n			<image:title><![CDATA[pre market open Blue board2]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-44/</loc>\n		<lastmod>2014-07-09T11:01:05+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-exchange-clock.jpg</image:loc>\n			<image:title><![CDATA[pre market exchange clock]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-45/</loc>\n		<lastmod>2014-07-10T11:06:54+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/03/RQ-Ranking-screen-shot1.jpg</image:loc>\n			<image:title><![CDATA[RQ Ranking screen shot1]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-46/</loc>\n		<lastmod>2014-07-11T11:12:21+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/get-your-report-my-fav.jpg</image:loc>\n			<image:title><![CDATA[get your report my fav]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-financial-markets/</loc>\n		<lastmod>2014-07-13T23:05:31+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/joeshadowwriting2.jpg</image:loc>\n			<image:title><![CDATA[PageLines-joeshadowwriting2.jpg]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-47/</loc>\n		<lastmod>2014-07-14T11:03:40+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg</image:loc>\n			<image:title><![CDATA[red clocks pre-market open]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-48/</loc>\n		<lastmod>2014-07-15T11:28:40+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-loop.jpg</image:loc>\n			<image:title><![CDATA[pre market open loop]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-49/</loc>\n		<lastmod>2014-07-16T11:10:16+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-exchange-clock.jpg</image:loc>\n			<image:title><![CDATA[pre market exchange clock]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-members-computer-specs/</loc>\n		<lastmod>2014-07-16T12:00:32+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/07/graham-computers.jpg</image:loc>\n			<image:title><![CDATA[graham computers]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/07/pierre-monitors1.jpg</image:loc>\n			<image:caption><![CDATA[pierre monitors1]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/07/john-v-hunting.jpg</image:loc>\n			<image:caption><![CDATA[john v hunting]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/07/jim-daddy-dog.jpg</image:loc>\n			<image:caption><![CDATA[jim daddy dog]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-50/</loc>\n		<lastmod>2014-07-17T11:06:06+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/get-your-report-my-fav.jpg</image:loc>\n			<image:title><![CDATA[get your report my fav]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-51/</loc>\n		<lastmod>2014-07-21T11:11:18+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg</image:loc>\n			<image:title><![CDATA[red clocks pre-market open]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-12/</loc>\n		<lastmod>2014-07-21T11:25:58+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/Rios-on-the-markets-3.jpg</image:loc>\n			<image:title><![CDATA[Rios on the markets 3]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-currencies/</loc>\n		<lastmod>2014-07-22T10:58:02+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-Blue-board2.jpg</image:loc>\n			<image:title><![CDATA[pre market open Blue board2]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/options-trading-1686-profit/</loc>\n		<lastmod>2014-07-22T16:32:54+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/06/ken-creative.png</image:loc>\n			<image:title><![CDATA[ken creative]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-currencies-2/</loc>\n		<lastmod>2014-07-23T10:59:44+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg</image:loc>\n			<image:title><![CDATA[Hangseng sign]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/next-big-trade-will-ready/</loc>\n		<lastmod>2014-07-23T13:00:57+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/07/ep-silver-trade-.jpg</image:loc>\n			<image:title><![CDATA[ep silver trade]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-52/</loc>\n		<lastmod>2014-07-24T11:58:06+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-exchange-clock.jpg</image:loc>\n			<image:title><![CDATA[pre market exchange clock]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-53/</loc>\n		<lastmod>2014-07-25T11:17:46+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-loop.jpg</image:loc>\n			<image:title><![CDATA[pre market open loop]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading/</loc>\n		<lastmod>2014-07-28T09:40:34+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-Blue-board2.jpg</image:loc>\n			<image:title><![CDATA[pre market open Blue board2]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-13/</loc>\n		<lastmod>2014-07-28T09:48:51+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/Rios-on-the-markets-3.jpg</image:loc>\n			<image:title><![CDATA[Rios on the markets 3]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/07/panfish-tradelab-trade.jpg</image:loc>\n			<image:caption><![CDATA[panfish tradelab trade]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-54/</loc>\n		<lastmod>2014-07-29T09:41:40+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/04/market-analyzer.jpg</image:loc>\n			<image:title><![CDATA[market analyzer]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-55/</loc>\n		<lastmod>2014-07-31T09:54:59+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg</image:loc>\n			<image:title><![CDATA[red clocks pre-market open]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-56/</loc>\n		<lastmod>2014-08-01T09:58:55+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-exchange-clock.jpg</image:loc>\n			<image:title><![CDATA[pre market exchange clock]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/amazed-trading-futures-unemployment-data/</loc>\n		<lastmod>2014-08-02T15:01:55+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/08/EP-GOLD-SHORT.jpg</image:loc>\n			<image:title><![CDATA[EP GOLD SHORT]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-57/</loc>\n		<lastmod>2014-08-04T11:12:48+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-Blue-board2.jpg</image:loc>\n			<image:title><![CDATA[pre market open Blue board2]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-financial-global-markets/</loc>\n		<lastmod>2014-08-04T11:22:05+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing21.jpg</image:loc>\n			<image:title><![CDATA[joe shadow writing2]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-58/</loc>\n		<lastmod>2014-08-05T11:26:45+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-loop.jpg</image:loc>\n			<image:title><![CDATA[pre market open loop]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-59/</loc>\n		<lastmod>2014-08-07T11:05:31+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/get-your-report-my-fav.jpg</image:loc>\n			<image:title><![CDATA[get your report my fav]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-60/</loc>\n		<lastmod>2014-08-08T11:02:58+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-exchange-clock.jpg</image:loc>\n			<image:title><![CDATA[pre market exchange clock]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-61/</loc>\n		<lastmod>2014-08-11T11:11:36+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-Blue-board2.jpg</image:loc>\n			<image:title><![CDATA[pre market open Blue board2]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-14/</loc>\n		<lastmod>2014-08-11T11:24:45+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/Rios-on-the-markets-3.jpg</image:loc>\n			<image:title><![CDATA[Rios on the markets 3]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg</image:loc>\n			<image:caption><![CDATA[wallstreet]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-62/</loc>\n		<lastmod>2014-08-12T11:18:22+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-exchange-clock.jpg</image:loc>\n			<image:title><![CDATA[pre market exchange clock]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/trading-room-optionsline-strategies-uncovered/</loc>\n		<lastmod>2014-08-12T11:35:20+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/06/ken-creative.png</image:loc>\n			<image:title><![CDATA[ken creative]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-63/</loc>\n		<lastmod>2014-08-13T11:21:25+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg</image:loc>\n			<image:title><![CDATA[red clocks pre-market open]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-64/</loc>\n		<lastmod>2014-08-14T11:26:05+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-loop.jpg</image:loc>\n			<image:title><![CDATA[pre market open loop]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-65/</loc>\n		<lastmod>2014-08-15T11:22:11+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg</image:loc>\n			<image:title><![CDATA[Hangseng sign]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-report-stocks-bonds-commodities-forex/</loc>\n		<lastmod>2014-08-18T11:12:01+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg</image:loc>\n			<image:title><![CDATA[red clocks pre-market open]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-15/</loc>\n		<lastmod>2014-08-18T12:55:15+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/Rios-on-the-markets-3.jpg</image:loc>\n			<image:title><![CDATA[Rios on the markets 3]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-66/</loc>\n		<lastmod>2014-08-19T11:40:17+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-exchange-clock.jpg</image:loc>\n			<image:title><![CDATA[pre market exchange clock]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-67/</loc>\n		<lastmod>2014-08-20T11:22:10+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/get-your-report-my-fav.jpg</image:loc>\n			<image:title><![CDATA[get your report my fav]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-68/</loc>\n		<lastmod>2014-08-21T10:52:10+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/morgan-quotes.jpg</image:loc>\n			<image:title><![CDATA[morgan quotes]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-69/</loc>\n		<lastmod>2014-08-22T11:18:27+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/marketanalyzer.jpg</image:loc>\n			<image:title><![CDATA[PageLines-marketanalyzer.JPG]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-70/</loc>\n		<lastmod>2014-08-25T11:13:46+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-exchange-clock.jpg</image:loc>\n			<image:title><![CDATA[pre market exchange clock]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-71/</loc>\n		<lastmod>2014-08-27T11:16:18+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-Blue-board2.jpg</image:loc>\n			<image:title><![CDATA[pre market open Blue board2]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-72/</loc>\n		<lastmod>2014-08-29T11:02:01+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-loop.jpg</image:loc>\n			<image:title><![CDATA[pre market open loop]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-16/</loc>\n		<lastmod>2014-09-02T03:02:05+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/Rios-on-the-markets-3.jpg</image:loc>\n			<image:title><![CDATA[Rios on the markets 3]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-73/</loc>\n		<lastmod>2014-09-02T11:14:22+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/wall-street-blue.jpg</image:loc>\n			<image:title><![CDATA[wall street blue]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-74/</loc>\n		<lastmod>2014-09-03T11:28:08+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg</image:loc>\n			<image:title><![CDATA[red clocks pre-market open]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-markets-2/</loc>\n		<lastmod>2014-09-07T23:06:16+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/joeshadowwriting2.jpg</image:loc>\n			<image:title><![CDATA[PageLines-joeshadowwriting2.jpg]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-75/</loc>\n		<lastmod>2014-09-11T11:26:33+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-exchange-clock.jpg</image:loc>\n			<image:title><![CDATA[pre market exchange clock]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-17/</loc>\n		<lastmod>2014-09-14T22:08:19+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/09/joe-desk-computer-2-smile.jpg</image:loc>\n			<image:title><![CDATA[joe desk computer 2 smile]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-76/</loc>\n		<lastmod>2014-09-16T10:59:42+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-Blue-board2.jpg</image:loc>\n			<image:title><![CDATA[pre market open Blue board2]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-77/</loc>\n		<lastmod>2014-09-17T11:03:58+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-loop.jpg</image:loc>\n			<image:title><![CDATA[pre market open loop]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-78/</loc>\n		<lastmod>2014-09-19T12:03:56+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/rqglassadvwindow.jpg</image:loc>\n			<image:title><![CDATA[PageLines-rqglassadvwindow.jpg]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/rq-training-class-trading-patterns-workshop/</loc>\n		<lastmod>2014-09-19T12:11:52+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/09/joe-teaching-class.jpg</image:loc>\n			<image:title><![CDATA[joe teaching class]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-18/</loc>\n		<lastmod>2014-09-22T11:21:19+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/09/strategy-room.jpg</image:loc>\n			<image:title><![CDATA[strategy room]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-79/</loc>\n		<lastmod>2014-09-23T10:56:28+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-exchange-clock.jpg</image:loc>\n			<image:title><![CDATA[pre market exchange clock]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-80/</loc>\n		<lastmod>2014-09-25T10:54:33+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg</image:loc>\n			<image:title><![CDATA[red clocks pre-market open]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-81/</loc>\n		<lastmod>2014-09-26T10:41:23+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/marketanalyzer.jpg</image:loc>\n			<image:title><![CDATA[PageLines-marketanalyzer.JPG]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-markets-2/</loc>\n		<lastmod>2014-09-29T02:07:42+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/joeshadowwriting2.jpg</image:loc>\n			<image:title><![CDATA[PageLines-joeshadowwriting2.jpg]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/09/ten-yr-note-futures.jpg</image:loc>\n			<image:caption><![CDATA[ten yr note futures]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-82/</loc>\n		<lastmod>2014-09-29T10:39:25+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-loop.jpg</image:loc>\n			<image:title><![CDATA[pre market open loop]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-83/</loc>\n		<lastmod>2014-10-01T11:01:25+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-Blue-board2.jpg</image:loc>\n			<image:title><![CDATA[pre market open Blue board2]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-19/</loc>\n		<lastmod>2014-10-06T11:12:45+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/09/joe-desk-computer-2-smile.jpg</image:loc>\n			<image:title><![CDATA[joe desk computer 2 smile]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/10/correlations-daily-sept-oct.jpg</image:loc>\n			<image:caption><![CDATA[correlations daily sept oct]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/10/Correlations-Oct-week-1.jpg</image:loc>\n			<image:caption><![CDATA[Correlations Oct week 1]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-2/</loc>\n		<lastmod>2014-10-07T11:32:20+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-exchange-clock.jpg</image:loc>\n			<image:title><![CDATA[pre market exchange clock]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-84/</loc>\n		<lastmod>2014-10-08T11:54:02+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/morgan-quotes.jpg</image:loc>\n			<image:title><![CDATA[morgan quotes]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/trading-stock-index-futures-quant-indicators/</loc>\n		<lastmod>2014-10-08T12:00:23+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/04/be-quick-be-smart1.jpg</image:loc>\n			<image:title><![CDATA[be quick be smart]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-20/</loc>\n		<lastmod>2014-10-13T01:21:54+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/09/joe-desk-computer-2-smile.jpg</image:loc>\n			<image:title><![CDATA[joe desk computer 2 smile]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/10/weekly-chart-bencmarks-10-12.jpg</image:loc>\n			<image:caption><![CDATA[weekly chart bencmarks 10-12]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-85/</loc>\n		<lastmod>2014-10-14T10:53:14+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-loop.jpg</image:loc>\n			<image:title><![CDATA[pre market open loop]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/go-crude-expect-lower-prices-pump/</loc>\n		<lastmod>2014-10-14T19:59:00+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/go-crude.jpg</image:loc>\n			<image:title><![CDATA[go crude]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-86/</loc>\n		<lastmod>2014-10-15T10:57:32+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg</image:loc>\n			<image:title><![CDATA[red clocks pre-market open]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-21/</loc>\n		<lastmod>2014-10-20T01:03:39+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/joeshadowwriting2.jpg</image:loc>\n			<image:title><![CDATA[PageLines-joeshadowwriting2.jpg]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/10/week-with-arrows.jpg</image:loc>\n			<image:caption><![CDATA[week with arrows]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-87/</loc>\n		<lastmod>2014-10-21T11:18:27+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-exchange-clock.jpg</image:loc>\n			<image:title><![CDATA[pre market exchange clock]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-88/</loc>\n		<lastmod>2014-10-22T12:14:06+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-loop.jpg</image:loc>\n			<image:title><![CDATA[pre market open loop]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-22/</loc>\n		<lastmod>2014-10-26T23:39:33+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/09/joe-desk-computer-2-smile.jpg</image:loc>\n			<image:title><![CDATA[joe desk computer 2 smile]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/10/road-to-success.jpg</image:loc>\n			<image:caption><![CDATA[road to success]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/real-live-trading-room/</loc>\n		<lastmod>2014-10-28T11:33:10+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/10/top-traders-trading-room.jpg</image:loc>\n			<image:title><![CDATA[top traders trading room]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-89/</loc>\n		<lastmod>2014-10-29T11:07:13+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-Blue-board2.jpg</image:loc>\n			<image:title><![CDATA[pre market open Blue board2]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-90/</loc>\n		<lastmod>2014-10-31T11:08:53+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg</image:loc>\n			<image:title><![CDATA[red clocks pre-market open]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/quantitative-trading-workshop/</loc>\n		<lastmod>2014-10-31T16:12:44+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/10/trading-haunted.jpg</image:loc>\n			<image:title><![CDATA[trading haunted]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-23/</loc>\n		<lastmod>2014-11-03T02:41:22+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/03/Joe@work.jpg</image:loc>\n			<image:title><![CDATA[Joe@work]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg</image:loc>\n			<image:caption><![CDATA[wallstreet]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-91/</loc>\n		<lastmod>2014-11-04T11:57:05+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-exchange-clock.jpg</image:loc>\n			<image:title><![CDATA[pre market exchange clock]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-92/</loc>\n		<lastmod>2014-11-05T12:14:53+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/get-your-report-my-fav.jpg</image:loc>\n			<image:title><![CDATA[get your report my fav]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-24/</loc>\n		<lastmod>2014-11-10T04:02:42+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/Rios-on-the-markets-3.jpg</image:loc>\n			<image:title><![CDATA[Rios on the markets 3]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/11/correlation-11-9.jpg</image:loc>\n			<image:caption><![CDATA[correlation 11-9]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/11/correlation-11-9-3.jpg</image:loc>\n			<image:caption><![CDATA[correlation 11-9-3]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-3/</loc>\n		<lastmod>2014-11-14T12:09:56+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-Blue-board2.jpg</image:loc>\n			<image:title><![CDATA[pre market open Blue board2]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-25/</loc>\n		<lastmod>2014-11-17T12:08:32+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/09/joe-desk-computer-2-smile.jpg</image:loc>\n			<image:title><![CDATA[joe desk computer 2 smile]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/11/Relative-perf-11-10.jpg</image:loc>\n			<image:caption><![CDATA[Relative perf 11-10]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-stocks-bonds-commodities-forex-93/</loc>\n		<lastmod>2014-11-19T12:07:33+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg</image:loc>\n			<image:title><![CDATA[red clocks pre-market open]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-26/</loc>\n		<lastmod>2014-11-24T11:56:07+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/joeshadowwriting2.jpg</image:loc>\n			<image:title><![CDATA[PageLines-joeshadowwriting2.jpg]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-27/</loc>\n		<lastmod>2014-12-15T11:59:24+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/Rios-on-the-markets-3.jpg</image:loc>\n			<image:title><![CDATA[Rios on the markets 3]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/12/risk-off-daily-12-14.jpg</image:loc>\n			<image:caption><![CDATA[risk off daily 12-14]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-russian-currency-tumbles/</loc>\n		<lastmod>2014-12-16T13:00:00+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/get-your-report-my-fav.jpg</image:loc>\n			<image:title><![CDATA[get your report my fav]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-review-stocks-bonds-commodities-currencies/</loc>\n		<lastmod>2014-12-17T11:55:52+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-exchange-clock.jpg</image:loc>\n			<image:title><![CDATA[pre market exchange clock]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-crude-oil-extending-gains/</loc>\n		<lastmod>2014-12-18T11:57:22+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/go-crude.jpg</image:loc>\n			<image:title><![CDATA[go crude]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-wheat-declines/</loc>\n		<lastmod>2014-12-19T11:47:54+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-Blue-board2.jpg</image:loc>\n			<image:title><![CDATA[pre market open Blue board2]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-stock-futures-trading-higher/</loc>\n		<lastmod>2014-12-22T12:34:01+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/04/market-analyzer.jpg</image:loc>\n			<image:title><![CDATA[market analyzer]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-28/</loc>\n		<lastmod>2014-12-29T01:16:01+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/09/joe-teaching-class.jpg</image:loc>\n			<image:title><![CDATA[joe teaching class]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-29/</loc>\n		<lastmod>2015-01-05T00:44:01+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/Rios-on-the-markets-3.jpg</image:loc>\n			<image:title><![CDATA[Rios on the markets 3]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-crude-oil-euro-slide/</loc>\n		<lastmod>2015-01-05T12:17:35+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-loop.jpg</image:loc>\n			<image:title><![CDATA[pre market open loop]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-us-employment-data/</loc>\n		<lastmod>2015-01-09T11:33:38+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-exchange-clock.jpg</image:loc>\n			<image:title><![CDATA[pre market exchange clock]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/live-trading-workshop-stock-index-futures/</loc>\n		<lastmod>2015-01-09T11:41:14+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/04/be-quick-be-smart1.jpg</image:loc>\n			<image:title><![CDATA[be quick be smart]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/live-trading-room-access-link/</loc>\n		<lastmod>2015-01-13T03:40:35+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/tradingroom2x12.jpg</image:loc>\n			<image:title><![CDATA[PageLines-tradingroom2x12.jpg]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-crude-oil-breaks-45/</loc>\n		<lastmod>2015-01-13T11:50:31+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/go-crude.jpg</image:loc>\n			<image:title><![CDATA[go crude]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-copper-sell/</loc>\n		<lastmod>2015-01-14T11:45:59+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-Blue-board2.jpg</image:loc>\n			<image:title><![CDATA[pre market open Blue board2]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-swiss-franc-wow/</loc>\n		<lastmod>2015-01-15T13:00:57+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg</image:loc>\n			<image:title><![CDATA[red clocks pre-market open]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-30/</loc>\n		<lastmod>2015-01-20T13:16:06+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/09/joe-desk-computer-2-smile.jpg</image:loc>\n			<image:title><![CDATA[joe desk computer 2 smile]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-gold-exceeded-1300/</loc>\n		<lastmod>2015-01-21T11:40:40+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/01/pick-your-metals.jpg</image:loc>\n			<image:title><![CDATA[pick your metals]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-ecb-euro/</loc>\n		<lastmod>2015-01-22T12:02:51+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/get-your-report-my-fav.jpg</image:loc>\n			<image:title><![CDATA[get your report my fav]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/inside-minds-quant-traders-meetup-link/</loc>\n		<lastmod>2015-01-23T13:03:56+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/01/insiders-round-table3.jpg</image:loc>\n			<image:title><![CDATA[insiders round table3]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-31/</loc>\n		<lastmod>2015-01-26T11:45:40+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/Rios-on-the-markets-3.jpg</image:loc>\n			<image:title><![CDATA[Rios on the markets 3]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/ranked-top-2/</loc>\n		<lastmod>2015-01-27T12:02:41+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/03/rq-glass-office-snip.jpg</image:loc>\n			<image:title><![CDATA[rq glass office snip]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/futures-trading-workshop-class-market-behavior/</loc>\n		<lastmod>2015-01-27T12:16:00+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/09/joe-ptr-table.jpg</image:loc>\n			<image:title><![CDATA[joe ptr table]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-crude-oil-inventories/</loc>\n		<lastmod>2015-01-28T14:14:29+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/go-crude.jpg</image:loc>\n			<image:title><![CDATA[go crude]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-crude-oil-climbs/</loc>\n		<lastmod>2015-02-03T11:45:30+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-loop.jpg</image:loc>\n			<image:title><![CDATA[pre market open loop]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/trading-workshop-inside-numbers/</loc>\n		<lastmod>2015-02-03T11:52:33+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/02/inside-the-numbers.jpg</image:loc>\n			<image:title><![CDATA[inside the numbers]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-us-job-data/</loc>\n		<lastmod>2015-02-06T12:03:47+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-Blue-board2.jpg</image:loc>\n			<image:title><![CDATA[pre market open Blue board2]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-32/</loc>\n		<lastmod>2015-02-09T02:36:52+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/09/joe-desk-computer-2-smile.jpg</image:loc>\n			<image:title><![CDATA[joe desk computer 2 smile]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/02/dms-2-2-ts.bmp</image:loc>\n			<image:caption><![CDATA[dms 2-2 ts]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/02/osbos-r-2-8.bmp</image:loc>\n			<image:caption><![CDATA[osbos-r 2-8]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-report-british-pound-gains/</loc>\n		<lastmod>2015-02-18T12:02:00+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg</image:loc>\n			<image:title><![CDATA[red clocks pre-market open]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/trade-crude-oil-futures-now/</loc>\n		<lastmod>2015-02-18T12:37:38+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/02/video-cl-class-pic.jpg</image:loc>\n			<image:title><![CDATA[video cl class pic]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-eurogroup-meetings/</loc>\n		<lastmod>2015-02-20T11:43:03+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/get-your-report-my-fav.jpg</image:loc>\n			<image:title><![CDATA[get your report my fav]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-33/</loc>\n		<lastmod>2015-02-23T01:38:12+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/09/joe-desk-computer-2-smile.jpg</image:loc>\n			<image:title><![CDATA[joe desk computer 2 smile]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/workshop-class-euro-mania-week-forex-market-really-works/</loc>\n		<lastmod>2015-02-23T01:51:03+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/02/roll-currencies-rq.jpg</image:loc>\n			<image:title><![CDATA[roll currencies rq]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-34/</loc>\n		<lastmod>2015-03-02T02:44:38+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/Rios-on-the-markets-3.jpg</image:loc>\n			<image:title><![CDATA[Rios on the markets 3]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/inside-trading-numbers-whats-working-now/</loc>\n		<lastmod>2015-03-02T22:57:21+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/02/inside-the-numbers.jpg</image:loc>\n			<image:title><![CDATA[inside the numbers]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-ecb-monetary-policy-meeting/</loc>\n		<lastmod>2015-03-05T12:15:43+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-Blue-board2.jpg</image:loc>\n			<image:title><![CDATA[pre market open Blue board2]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-us-non-farm-employment-change/</loc>\n		<lastmod>2015-03-06T11:44:53+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-exchange-clock.jpg</image:loc>\n			<image:title><![CDATA[pre market exchange clock]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-35/</loc>\n		<lastmod>2015-03-09T11:14:51+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/wall-street-blue.jpg</image:loc>\n			<image:title><![CDATA[wall street blue]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-euro-dives-lower/</loc>\n		<lastmod>2015-03-11T11:32:38+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg</image:loc>\n			<image:title><![CDATA[red clocks pre-market open]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-crude-oil-lower/</loc>\n		<lastmod>2015-03-13T11:14:27+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-loop.jpg</image:loc>\n			<image:title><![CDATA[pre market open loop]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-36/</loc>\n		<lastmod>2015-03-16T11:16:24+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/09/joe-desk-computer-2-smile.jpg</image:loc>\n			<image:title><![CDATA[joe desk computer 2 smile]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/trading-boot-camp-basics-trumps-%e2%80%8b/</loc>\n		<lastmod>2015-03-24T11:00:56+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg</image:loc>\n			<image:title><![CDATA[strategy room]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-stock-futures-consolidated/</loc>\n		<lastmod>2015-03-25T10:39:18+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-Blue-board2.jpg</image:loc>\n			<image:title><![CDATA[pre market open Blue board2]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-stocksbonds-commodities-currencies/</loc>\n		<lastmod>2015-03-27T10:52:54+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-exchange-clock.jpg</image:loc>\n			<image:title><![CDATA[pre market exchange clock]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-37/</loc>\n		<lastmod>2015-03-30T13:34:11+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing21.jpg</image:loc>\n			<image:title><![CDATA[joe shadow writing2]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-activity-live-trading-room-access/</loc>\n		<lastmod>2015-04-02T11:29:59+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-loop.jpg</image:loc>\n			<image:title><![CDATA[pre market open loop]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-38/</loc>\n		<lastmod>2015-04-06T10:55:01+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/04/joe-boardroom.jpg</image:loc>\n			<image:title><![CDATA[joe boardroom]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-live-trading-room-acess/</loc>\n		<lastmod>2015-04-07T10:55:45+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg</image:loc>\n			<image:title><![CDATA[red clocks pre-market open]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-stocks-bonds-commodities-forex-3/</loc>\n		<lastmod>2015-04-08T10:44:48+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/get-your-report-my-fav.jpg</image:loc>\n			<image:title><![CDATA[get your report my fav]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-stocks-bonds-commodities-forex-4/</loc>\n		<lastmod>2015-04-09T11:59:07+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/RQ-Ranking-screen-2-traders.png</image:loc>\n			<image:title><![CDATA[RQ Ranking screen 2 traders]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/763-futures-trading-rooms-finding-trading-12-best-rooms/</loc>\n		<lastmod>2015-04-14T02:09:19+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/04/dean-handley.jpg</image:loc>\n			<image:title><![CDATA[dean handley]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/04/3-awards.jpg</image:loc>\n			<image:caption><![CDATA[3 awards]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-earnings-season/</loc>\n		<lastmod>2015-04-14T10:52:25+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-exchange-clock.jpg</image:loc>\n			<image:title><![CDATA[pre market exchange clock]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-39/</loc>\n		<lastmod>2015-04-20T12:06:26+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/09/joe-desk-computer-2-smile.jpg</image:loc>\n			<image:title><![CDATA[joe desk computer 2 smile]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-stock-bond-commodity-forex-market/</loc>\n		<lastmod>2015-04-22T11:21:30+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-Blue-board2.jpg</image:loc>\n			<image:title><![CDATA[pre market open Blue board2]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-stocks-bonds-commodities-currencies/</loc>\n		<lastmod>2015-04-24T11:03:31+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-loop.jpg</image:loc>\n			<image:title><![CDATA[pre market open loop]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-40/</loc>\n		<lastmod>2015-04-26T22:12:25+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing21.jpg</image:loc>\n			<image:title><![CDATA[joe shadow writing2]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/tonights-workshop-3-key-essentials-needed/</loc>\n		<lastmod>2015-04-28T15:18:52+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/04/expand-knowledge.jpg</image:loc>\n			<image:title><![CDATA[expand knowledge]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-activity-live-trading-room-access-2/</loc>\n		<lastmod>2015-04-30T12:26:21+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/04/trading-room-and-award-pics.jpg</image:loc>\n			<image:title><![CDATA[trading room and award pics]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-live-trading-room-link/</loc>\n		<lastmod>2015-05-05T11:47:56+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-exchange-clock.jpg</image:loc>\n			<image:title><![CDATA[pre market exchange clock]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/new-12-week-quant-trading-course/</loc>\n		<lastmod>2015-05-06T11:20:08+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/04/trading-room-art.jpg</image:loc>\n			<image:title><![CDATA[trading room art]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-activity-live-trading-room-access-3/</loc>\n		<lastmod>2015-05-07T11:16:47+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-Blue-board2.jpg</image:loc>\n			<image:title><![CDATA[pre market open Blue board2]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-41/</loc>\n		<lastmod>2015-05-11T11:05:49+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/03/Joe@work.jpg</image:loc>\n			<image:title><![CDATA[Joe@work]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/workshop-class-trading-rotation-flows/</loc>\n		<lastmod>2015-05-12T19:28:50+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/05/rotation-flows.jpg</image:loc>\n			<image:title><![CDATA[rotation flows]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-activity-live-trading-room-access-4/</loc>\n		<lastmod>2015-05-15T11:32:50+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-loop.jpg</image:loc>\n			<image:title><![CDATA[pre market open loop]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-42/</loc>\n		<lastmod>2015-05-18T11:31:26+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/12/rq-banner.jpg</image:loc>\n			<image:title><![CDATA[rq banner]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/trading-workshop-trade-currencies-now/</loc>\n		<lastmod>2015-05-18T19:34:06+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/05/currency.jpg</image:loc>\n			<image:title><![CDATA[currency]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-live-trading-room-access/</loc>\n		<lastmod>2015-05-19T11:28:41+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/05/chinese-quote-pre-market.jpg</image:loc>\n			<image:title><![CDATA[chinese quote pre market]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-4/</loc>\n		<lastmod>2015-05-22T11:01:02+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-Blue-board2.jpg</image:loc>\n			<image:title><![CDATA[pre market open Blue board2]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-stocks-bonds-commodities-currencies-2/</loc>\n		<lastmod>2015-05-26T11:09:14+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-exchange-clock.jpg</image:loc>\n			<image:title><![CDATA[pre market exchange clock]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-stocks-bonds-commodities-currencies-3/</loc>\n		<lastmod>2015-05-28T11:05:22+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/get-your-report-my-fav.jpg</image:loc>\n			<image:title><![CDATA[get your report my fav]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-volatility-back/</loc>\n		<lastmod>2015-06-02T10:35:30+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg</image:loc>\n			<image:title><![CDATA[red clocks pre-market open]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-volatility-bond-market/</loc>\n		<lastmod>2015-06-04T10:43:07+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/04/market-analyzer.jpg</image:loc>\n			<image:title><![CDATA[market analyzer]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-markets-3/</loc>\n		<lastmod>2015-06-08T11:26:46+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/09/joe-desk-computer-2-smile.jpg</image:loc>\n			<image:title><![CDATA[joe desk computer 2 smile]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-stocks-bonds-commodities-forex-5/</loc>\n		<lastmod>2015-06-26T11:00:13+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/06/asian-board.jpg</image:loc>\n			<image:title><![CDATA[asian board]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-markets-3/</loc>\n		<lastmod>2015-06-29T10:37:27+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/04/joe-boardroom.jpg</image:loc>\n			<image:title><![CDATA[joe boardroom]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-activity-live-trading-room-access-5/</loc>\n		<lastmod>2015-07-07T11:40:51+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-loop.jpg</image:loc>\n			<image:title><![CDATA[pre market open loop]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-stocks-bonds-commodities-currencies-4/</loc>\n		<lastmod>2015-07-10T10:46:40+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg</image:loc>\n			<image:title><![CDATA[red clocks pre-market open]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-stocks-bonds-commodities-currencies-5/</loc>\n		<lastmod>2015-07-13T10:17:54+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-exchange-clock.jpg</image:loc>\n			<image:title><![CDATA[pre market exchange clock]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/dont-trade-alone/</loc>\n		<lastmod>2015-07-16T11:22:33+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/04/trading-room-beige.jpg</image:loc>\n			<image:title><![CDATA[trading room beige]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-activity/</loc>\n		<lastmod>2015-07-21T10:44:33+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-Blue-board2.jpg</image:loc>\n			<image:title><![CDATA[pre market open Blue board2]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/earnings-rocking-markets-live-trading-room-access/</loc>\n		<lastmod>2015-07-22T11:06:02+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/05/chinese-quote-pre-market.jpg</image:loc>\n			<image:title><![CDATA[chinese quote pre market]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-43/</loc>\n		<lastmod>2015-07-26T22:37:01+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/04/joe-boardroom.jpg</image:loc>\n			<image:title><![CDATA[joe boardroom]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/new-extended-hours-live-trading-room-access/</loc>\n		<lastmod>2015-07-28T11:19:04+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/03/rq-glass-office-snip.jpg</image:loc>\n			<image:title><![CDATA[rq glass office snip]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-44/</loc>\n		<lastmod>2015-08-03T10:52:18+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/09/joe-desk-computer-2-smile.jpg</image:loc>\n			<image:title><![CDATA[joe desk computer 2 smile]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/11/wallstreet-logo.jpg</image:loc>\n			<image:caption><![CDATA[wallstreet logo]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-china-rattles-markets/</loc>\n		<lastmod>2015-08-11T10:59:40+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/06/asian-board.jpg</image:loc>\n			<image:title><![CDATA[asian board]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-45/</loc>\n		<lastmod>2015-08-17T11:09:17+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/11/wallstreet-logo1.jpg</image:loc>\n			<image:title><![CDATA[wallstreet logo]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-activity-2/</loc>\n		<lastmod>2015-08-18T10:58:34+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-Blue-board2.jpg</image:loc>\n			<image:title><![CDATA[pre market open Blue board2]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-growth-fears-hit-stocks/</loc>\n		<lastmod>2015-08-20T12:37:40+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/08/allocation-pie-8-20.jpg</image:loc>\n			<image:title><![CDATA[allocation pie 8-20]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-markets-4/</loc>\n		<lastmod>2015-08-24T11:06:45+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/joeshadowwriting2.jpg</image:loc>\n			<image:title><![CDATA[PageLines-joeshadowwriting2.jpg]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-activity-live-trading-room/</loc>\n		<lastmod>2015-08-28T11:21:27+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-loop.jpg</image:loc>\n			<image:title><![CDATA[pre market open loop]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/dont-trade-alone-live-trading-room/</loc>\n		<lastmod>2015-08-31T09:58:34+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/04/be-quick-be-smart.jpg</image:loc>\n			<image:title><![CDATA[be quick be smart]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-activity-live-trading-room/</loc>\n		<lastmod>2015-09-04T11:58:53+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News.jpg</image:loc>\n			<image:title><![CDATA[Direct-Market-Touch-Stock-Exchange-News]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-stocks-bonds-commodities-currencies-2/</loc>\n		<lastmod>2015-09-15T11:09:04+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/11/wallstreet-logo2.jpg</image:loc>\n			<image:title><![CDATA[wallstreet logo]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/seeking-improve-performance/</loc>\n		<lastmod>2015-09-15T11:12:00+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/03/Joe@work.jpg</image:loc>\n			<image:title><![CDATA[Joe@work]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/uncover-velocity-markets/</loc>\n		<lastmod>2015-09-15T11:17:07+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/08/video-pic-8-15.jpg</image:loc>\n			<image:title><![CDATA[video pic 8-15]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-5/</loc>\n		<lastmod>2015-09-22T11:19:29+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-exchange-clock.jpg</image:loc>\n			<image:title><![CDATA[pre market exchange clock]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/edge-trading-intermarket-relationships/</loc>\n		<lastmod>2015-10-07T19:42:01+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/05/rotation-flows.jpg</image:loc>\n			<image:title><![CDATA[rotation flows]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/master-trader-program-online-trading-course/</loc>\n		<lastmod>2015-10-07T20:14:38+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/08/joe-strategies-that-work.jpg</image:loc>\n			<image:title><![CDATA[strategies that work]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-stocks-bonds-commodities-forex-6/</loc>\n		<lastmod>2015-10-14T11:46:09+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/get-your-report-my-fav.jpg</image:loc>\n			<image:title><![CDATA[get your report my fav]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-global-financial-markets/</loc>\n		<lastmod>2015-10-15T11:19:46+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/10/rank-10-15.jpg</image:loc>\n			<image:title><![CDATA[rank 10-15]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-6/</loc>\n		<lastmod>2015-11-12T11:18:52+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/05/chinese-quote-pre-market.jpg</image:loc>\n			<image:title><![CDATA[chinese quote pre market]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-7/</loc>\n		<lastmod>2015-11-16T12:36:49+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/11/pre-market-open-china.jpg</image:loc>\n			<image:title><![CDATA[pre market open china]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-stocks-bonds-commodities-currencies-6/</loc>\n		<lastmod>2015-11-30T11:21:16+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-loop.jpg</image:loc>\n			<image:title><![CDATA[pre market open loop]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-markets-4/</loc>\n		<lastmod>2015-11-30T11:27:50+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/Rios-on-the-markets-3.jpg</image:loc>\n			<image:title><![CDATA[Rios on the markets 3]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/algorithmic-trading-systems/</loc>\n		<lastmod>2015-12-02T19:33:17+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/04/jump-start-rq-alogrithms.jpg</image:loc>\n			<image:title><![CDATA[jump start rq alogrithms]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/12/russell-3-12-2.jpg</image:loc>\n			<image:caption><![CDATA[russell 3 12-2]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/12/pl-ninja-122.jpg</image:loc>\n			<image:caption><![CDATA[p&amp;l ninja 12=2]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/live-trading-room-preopen-activity/</loc>\n		<lastmod>2015-12-07T11:55:44+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-exchange-clock.jpg</image:loc>\n			<image:title><![CDATA[pre market exchange clock]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/new-automated-trading-system-launch/</loc>\n		<lastmod>2015-12-09T23:31:46+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/12/Einstein-III-art1.jpg</image:loc>\n			<image:title><![CDATA[Einstein III art]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/jump-start-trading-2/</loc>\n		<lastmod>2015-12-15T12:14:33+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/08/joe-strategies-that-work.jpg</image:loc>\n			<image:title><![CDATA[strategies that work]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/04/jump-start-rq-alogrithms.jpg</image:loc>\n			<image:caption><![CDATA[jump start rq alogrithms]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/einstein-iii-automated-trading-system/</loc>\n		<lastmod>2015-12-15T20:48:45+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/12/einstein-vimeo-12-15.jpg</image:loc>\n			<image:title><![CDATA[einstein vimeo 12-15]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/plugins/optimizePressPlugin/lib/images/video_placeholder.png</image:loc>\n			<image:caption><![CDATA[PGlmcmFtZSBzcmM9Imh0dHBzOi8vcGxheWVyLnZpbWVvLmNvbS92aWRlby8xNDkwNTkzOTUiIHdpZHRoPSI1MDAiIGhlaWdodD0iMjgxIiBmcmFtZWJvcmRlcj0iMCIgd2Via2l0YWxsb3dmdWxsc2NyZWVuIG1vemFsbG93ZnVsbHNjcmVlbiBhbGxvd2Z1bGxzY3JlZW4+PC9pZnJhbWU+IDxwPjxhIGhyZWY9Imh0dHBzOi8vdmltZW8uY29tLzE0OTA1OTM5NSI+MjAxNS0xMi0xNSBFaW5zdGVpbiBJSUkgQXV0b21hdGVkIFRyYWRpbmcgU3lzdGVtPC9hPiBmcm9tIDxhIGhyZWY9Imh0dHBzOi8vdmltZW8uY29tL3VzZXIyNzU2NTIxNiI+UmlvcyBRdWFudGl0YXRpdmU8L2E+IG9uIDxhIGhyZWY9Imh0dHBzOi8vdmltZW8uY29tIj5WaW1lbzwvYT4uPC9wPg==]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/trade-news-fed-rate-hike/</loc>\n		<lastmod>2015-12-16T21:42:26+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/04/be-quick-be-smart1.jpg</image:loc>\n			<image:title><![CDATA[be quick be smart]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-activity-live-trading-room-2/</loc>\n		<lastmod>2016-01-04T12:16:30+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/11/pre-market-open-china.jpg</image:loc>\n			<image:title><![CDATA[pre market open china]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/china-turmoil-sends-oil-stocks-lower/</loc>\n		<lastmod>2016-01-07T11:19:47+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/01/quant-pie-1-6.jpg</image:loc>\n			<image:title><![CDATA[quant pie 1-6]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/live-trading-room-pre-market-activity/</loc>\n		<lastmod>2016-01-12T11:55:47+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/05/chinese-quote-pre-market.jpg</image:loc>\n			<image:title><![CDATA[chinese quote pre market]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-news-live-trading-room/</loc>\n		<lastmod>2016-01-14T12:30:05+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/01/assets-ttr-logo.jpg</image:loc>\n			<image:title><![CDATA[assets ttr logo]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-46/</loc>\n		<lastmod>2016-01-19T11:14:50+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/Rios-on-the-markets-3.jpg</image:loc>\n			<image:title><![CDATA[Rios on the markets 3]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/risk-sentiment-pre-market-trading/</loc>\n		<lastmod>2016-01-21T12:55:43+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/01/numbers-pic.jpg</image:loc>\n			<image:title><![CDATA[numbers pic]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-markets-5/</loc>\n		<lastmod>2016-01-24T21:39:39+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/08/joe-strategies-that-work.jpg</image:loc>\n			<image:title><![CDATA[strategies that work]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/quantitative-trading-systems/</loc>\n		<lastmod>2016-01-28T12:54:30+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/02/inside-the-numbers.jpg</image:loc>\n			<image:title><![CDATA[inside the numbers]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-markets-6/</loc>\n		<lastmod>2016-02-01T12:32:54+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/12/rq-banner.jpg</image:loc>\n			<image:title><![CDATA[rq banner]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-markets-7/</loc>\n		<lastmod>2016-02-16T01:35:28+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/09/strategy-room.jpg</image:loc>\n			<image:title><![CDATA[strategy room]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/overnight-activity-live-trading-room/</loc>\n		<lastmod>2016-02-16T11:41:54+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/02/trading-hours.jpg</image:loc>\n			<image:title><![CDATA[trading hours]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/risk-overnight-trading-activity/</loc>\n		<lastmod>2016-02-17T11:50:05+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/01/assets-ttr-logo.jpg</image:loc>\n			<image:title><![CDATA[assets ttr logo]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/premarket-activity-live-trading-room/</loc>\n		<lastmod>2016-02-18T11:54:06+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/02/risk-on-art.jpg</image:loc>\n			<image:title><![CDATA[risk on art]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-global-stocks-rally/</loc>\n		<lastmod>2016-02-22T12:03:31+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/05/chinese-quote-pre-market.jpg</image:loc>\n			<image:title><![CDATA[chinese quote pre market]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/live-trading-room-2/</loc>\n		<lastmod>2016-02-23T11:41:52+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-loop.jpg</image:loc>\n			<image:title><![CDATA[pre market open loop]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/premarket-live-trading-room/</loc>\n		<lastmod>2016-02-25T11:34:38+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/06/asian-board.jpg</image:loc>\n			<image:title><![CDATA[asian board]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-47/</loc>\n		<lastmod>2016-02-28T19:22:44+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/Rios-on-the-markets-3.jpg</image:loc>\n			<image:title><![CDATA[Rios on the markets 3]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/premarket-activity-live-trading-room-2/</loc>\n		<lastmod>2016-03-02T11:28:27+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-exchange-clock.jpg</image:loc>\n			<image:title><![CDATA[pre market exchange clock]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-live-trading-room/</loc>\n		<lastmod>2016-03-07T12:22:31+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/11/pre-market-open-china.jpg</image:loc>\n			<image:title><![CDATA[pre market open china]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-live-trading-room-2/</loc>\n		<lastmod>2016-03-08T11:42:29+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/03/risk-off-art.jpg</image:loc>\n			<image:title><![CDATA[risk off art]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/whats-next-global-markets/</loc>\n		<lastmod>2016-03-11T11:49:43+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/02/risk-on-art.jpg</image:loc>\n			<image:title><![CDATA[risk on art]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/live-trading-room-currencies-move/</loc>\n		<lastmod>2016-03-15T10:41:17+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/03/currencies.jpg</image:loc>\n			<image:title><![CDATA[currencies]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-live-trading-room-3/</loc>\n		<lastmod>2016-03-21T11:03:48+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/01/assets-ttr-logo.jpg</image:loc>\n			<image:title><![CDATA[assets ttr logo]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/geopolitical-risk-live-trading-room/</loc>\n		<lastmod>2016-03-22T10:57:05+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/03/risk-off-art.jpg</image:loc>\n			<image:title><![CDATA[risk off art]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-live-trading-room-4/</loc>\n		<lastmod>2016-03-29T10:41:13+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/05/chinese-quote-pre-market.jpg</image:loc>\n			<image:title><![CDATA[chinese quote pre market]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-open-live-trading-room/</loc>\n		<lastmod>2016-04-04T10:53:46+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/02/trading-hours.jpg</image:loc>\n			<image:title><![CDATA[trading hours]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/whats-next-global-markets-2/</loc>\n		<lastmod>2016-04-07T10:54:45+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/marketanalyzer.jpg</image:loc>\n			<image:title><![CDATA[PageLines-marketanalyzer.JPG]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/risk-sentiment-premarket-open/</loc>\n		<lastmod>2016-04-13T10:46:12+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/02/risk-on-art.jpg</image:loc>\n			<image:title><![CDATA[risk on art]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-48/</loc>\n		<lastmod>2016-04-17T18:27:23+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/09/joe-desk-computer-2-smile.jpg</image:loc>\n			<image:title><![CDATA[joe desk computer 2 smile]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/premarket-trading-global-markets/</loc>\n		<lastmod>2016-04-18T11:12:31+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-Blue-board2.jpg</image:loc>\n			<image:title><![CDATA[pre market open Blue board2]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-markets-8/</loc>\n		<lastmod>2016-04-25T10:53:00+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/12/rq-banner.jpg</image:loc>\n			<image:title><![CDATA[rq banner]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/trading-room-trading-market-correlations/</loc>\n		<lastmod>2016-05-09T10:52:22+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/04/jump-start-rq-alogrithms1.jpg</image:loc>\n			<image:title><![CDATA[jump start rq alogrithms]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-live-trading-room-access/</loc>\n		<lastmod>2016-05-19T11:38:07+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/01/assets-ttr-logo.jpg</image:loc>\n			<image:title><![CDATA[assets ttr logo]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-open-trading-stocks-bonds-commodities-forex/</loc>\n		<lastmod>2016-05-24T11:17:44+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/05/dollar-trading-room-pic.jpg</image:loc>\n			<image:title><![CDATA[dollar trading room pic]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-49/</loc>\n		<lastmod>2016-06-06T11:19:42+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/12/rq-banner.jpg</image:loc>\n			<image:title><![CDATA[rq banner]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/06/nfp-reaction.jpg</image:loc>\n			<image:caption><![CDATA[nfp reaction]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/trading-workshop-class-ready/</loc>\n		<lastmod>2016-06-10T19:47:06+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/06/smartbox-cl-pic.jpg</image:loc>\n			<image:title><![CDATA[smartbox cl pic]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-markets-9/</loc>\n		<lastmod>2016-06-12T22:59:10+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/04/joe-boardroom.jpg</image:loc>\n			<image:title><![CDATA[joe boardroom]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-risk-sentiment/</loc>\n		<lastmod>2016-06-14T10:20:22+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-Blue-board2.jpg</image:loc>\n			<image:title><![CDATA[pre market open Blue board2]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-markets-10/</loc>\n		<lastmod>2016-06-20T01:24:19+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/09/strategy-room.jpg</image:loc>\n			<image:title><![CDATA[strategy room]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/einstein-automated-trading-system-meetup/</loc>\n		<lastmod>2016-06-22T11:22:22+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/04/trading-up-to-speed.jpg</image:loc>\n			<image:title><![CDATA[trading up to speed]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/brexit-arrives-live-trading-room/</loc>\n		<lastmod>2016-06-23T11:06:52+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/06/brexit.jpg</image:loc>\n			<image:title><![CDATA[brexit]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-markets-11/</loc>\n		<lastmod>2016-06-28T11:07:11+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/12/rq-banner.jpg</image:loc>\n			<image:title><![CDATA[rq banner]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-live-trading-room-access-2/</loc>\n		<lastmod>2016-06-29T11:19:26+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-loop.jpg</image:loc>\n			<image:title><![CDATA[pre market open loop]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-markets-12/</loc>\n		<lastmod>2016-07-05T00:19:49+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/marketanalyzer.jpg</image:loc>\n			<image:title><![CDATA[PageLines-marketanalyzer.JPG]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/post-brexit-opportunities-live-trading-room-access/</loc>\n		<lastmod>2016-07-05T11:14:58+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/07/post-brexit-opportunities.jpg</image:loc>\n			<image:title><![CDATA[post brexit opportunities]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-50/</loc>\n		<lastmod>2016-07-11T11:14:59+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/04/bulls-running.jpg</image:loc>\n			<image:title><![CDATA[bulls running]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/global-markets-moving-profit/</loc>\n		<lastmod>2016-07-13T10:58:32+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/07/cognitive-trading-2.jpg</image:loc>\n			<image:title><![CDATA[cognitive trading 2]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/correlations-markets-new-shift-underway/</loc>\n		<lastmod>2016-07-13T13:12:48+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/08/joe-strategies-that-work.jpg</image:loc>\n			<image:title><![CDATA[strategies that work]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/07/brexit-correlations.jpg</image:loc>\n			<image:caption><![CDATA[brexit correlations]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-activity-global-stocks-hit-eight-month-high/</loc>\n		<lastmod>2016-07-14T10:41:24+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/02/trading-hours.jpg</image:loc>\n			<image:title><![CDATA[trading hours]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-open-live-trading-room-access/</loc>\n		<lastmod>2016-07-15T10:55:04+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/01/assets-ttr-logo.jpg</image:loc>\n			<image:title><![CDATA[assets ttr logo]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-live-trading-room/</loc>\n		<lastmod>2016-07-17T22:36:50+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/09/joe-desk-computer-2-smile.jpg</image:loc>\n			<image:title><![CDATA[joe desk computer 2 smile]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-activity-global-markets/</loc>\n		<lastmod>2016-07-18T10:33:16+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/03/currencies.jpg</image:loc>\n			<image:title><![CDATA[currencies]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-live-trading-room-access-2/</loc>\n		<lastmod>2016-07-19T10:50:32+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg</image:loc>\n			<image:title><![CDATA[red clocks pre-market open]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-crude-oil-inventories/</loc>\n		<lastmod>2016-07-20T11:42:58+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/go-crude.jpg</image:loc>\n			<image:title><![CDATA[go crude]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/premarket-activity-live-trading-room-access/</loc>\n		<lastmod>2016-07-21T11:05:05+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/05/chinese-quote-pre-market.jpg</image:loc>\n			<image:title><![CDATA[chinese quote pre market]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-activity-live-trading-room-access-6/</loc>\n		<lastmod>2016-07-22T10:54:06+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-loop.jpg</image:loc>\n			<image:title><![CDATA[pre market open loop]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-activity-crude-oil-futures-pressure/</loc>\n		<lastmod>2016-07-25T11:12:42+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/07/trade-crude-oil-futures.jpg</image:loc>\n			<image:title><![CDATA[trade crude oil futures]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-activity-live-trading-room-3/</loc>\n		<lastmod>2016-07-26T11:24:14+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/07/japanese-yen-pic.jpg</image:loc>\n			<image:title><![CDATA[japanese yen pic]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-activity-live-trading-room-access-7/</loc>\n		<lastmod>2016-07-27T11:00:30+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/01/assets-ttr-logo.jpg</image:loc>\n			<image:title><![CDATA[assets ttr logo]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-activity-live-trading-room-access-8/</loc>\n		<lastmod>2016-07-28T11:18:56+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/02/trading-hours.jpg</image:loc>\n			<image:title><![CDATA[trading hours]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-markets-13/</loc>\n		<lastmod>2016-08-01T10:44:07+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/11/wallstreet-logo2.jpg</image:loc>\n			<image:title><![CDATA[wallstreet logo]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-activity-live-trading-room-access-9/</loc>\n		<lastmod>2016-08-01T10:51:04+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg</image:loc>\n			<image:title><![CDATA[red clocks pre-market open]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/premarket-activity-trade-gold-futures/</loc>\n		<lastmod>2016-08-02T10:38:25+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/trade-gold.jpg</image:loc>\n			<image:title><![CDATA[trade gold]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/trade-crude-oil-futures-live-trading-room-access/</loc>\n		<lastmod>2016-08-03T11:16:00+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/07/trade-crude-oil-futures.jpg</image:loc>\n			<image:title><![CDATA[trade crude oil futures]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-activity-trade-british-pound/</loc>\n		<lastmod>2016-08-04T10:13:24+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/trade-british-pound.jpg</image:loc>\n			<image:title><![CDATA[trade british pound]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/premarket-trading-activity-non-farm-payrolls-data/</loc>\n		<lastmod>2016-08-05T09:58:44+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-exchange-clock.jpg</image:loc>\n			<image:title><![CDATA[pre market exchange clock]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-51/</loc>\n		<lastmod>2016-08-07T20:30:07+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/rqglassofficesnip.jpg</image:loc>\n			<image:title><![CDATA[PageLines-rqglassofficesnip.JPG]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-activity-currencies-move/</loc>\n		<lastmod>2016-08-10T10:27:59+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/03/currencies.jpg</image:loc>\n			<image:title><![CDATA[currencies]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/premarket-trading-central-bank-activity/</loc>\n		<lastmod>2016-08-11T10:57:44+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-Blue-board2.jpg</image:loc>\n			<image:title><![CDATA[pre market open Blue board2]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-markets-14/</loc>\n		<lastmod>2016-08-14T17:10:45+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/rqbanner.jpg</image:loc>\n			<image:title><![CDATA[PageLines-rqbanner.jpg]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/joe-suit-face.jpg</image:loc>\n			<image:caption><![CDATA[joe suit face]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/cl-trades-chart-8-10.jpg</image:loc>\n			<image:caption><![CDATA[cl trades chart 8-10]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/premarket-emerging-stocks-leading-markets/</loc>\n		<lastmod>2016-08-15T10:39:01+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/01/assets-ttr-logo.jpg</image:loc>\n			<image:title><![CDATA[assets ttr logo]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/premarket-u-s-dollar-sinks-ahead-economic-data/</loc>\n		<lastmod>2016-08-16T10:53:58+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/05/currency.jpg</image:loc>\n			<image:title><![CDATA[currency]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/premarket-trading-fomc-meeting-minutes/</loc>\n		<lastmod>2016-08-17T10:06:23+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/federal-reserve-building.jpg</image:loc>\n			<image:title><![CDATA[federal reserve building]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-natural-gas-storage-data-release/</loc>\n		<lastmod>2016-08-18T10:22:30+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/natrual-gas-RQ-1.jpg</image:loc>\n			<image:title><![CDATA[natrual gas RQ 1]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg</image:loc>\n			<image:caption><![CDATA[mini 8-10]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/special-event-gain-edge-intermarket-correlations/</loc>\n		<lastmod>2016-08-20T17:46:51+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/trade-correlations2.jpg</image:loc>\n			<image:title><![CDATA[trade correlations2]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-52/</loc>\n		<lastmod>2016-08-21T19:47:09+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/08/joe-strategies-that-work.jpg</image:loc>\n			<image:title><![CDATA[strategies that work]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/joe-suit-face.jpg</image:loc>\n			<image:caption><![CDATA[joe suit face]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/trade-correlations2.jpg</image:loc>\n			<image:caption><![CDATA[trade correlations2]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/premarket-trading-trade-natural-gas-futures/</loc>\n		<lastmod>2016-08-23T10:43:40+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/02/trading-hours.jpg</image:loc>\n			<image:title><![CDATA[trading hours]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg</image:loc>\n			<image:caption><![CDATA[mini 8-10]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/premarket-trading-crude-oil-inventories/</loc>\n		<lastmod>2016-08-24T10:17:12+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/07/trade-crude-oil-futures.jpg</image:loc>\n			<image:title><![CDATA[trade crude oil futures]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg</image:loc>\n			<image:caption><![CDATA[mini 8-10]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/intermarket-correlations-profit-learn/</loc>\n		<lastmod>2016-08-24T11:21:53+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/joe-jeans-horizontal.jpg</image:loc>\n			<image:title><![CDATA[joe jeans horizontal]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/premarket-trading-focus-economic-symposium/</loc>\n		<lastmod>2016-08-25T10:13:46+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/JACKSON-HOLE-PIC.jpg</image:loc>\n			<image:title><![CDATA[JACKSON HOLE PIC]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg</image:loc>\n			<image:caption><![CDATA[mini 8-10]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/premarket-trading-fed-chair-yellen-speaks/</loc>\n		<lastmod>2016-08-26T10:32:05+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/when-fed-chair-speaks.jpg</image:loc>\n			<image:title><![CDATA[when fed chair speaks]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg</image:loc>\n			<image:caption><![CDATA[mini 8-10]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/intermarket-correlations-week-ahead/</loc>\n		<lastmod>2016-08-28T23:45:45+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/rqbanner.jpg</image:loc>\n			<image:title><![CDATA[PageLines-rqbanner.jpg]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/correlations-yellen-aug-.jpg</image:loc>\n			<image:caption><![CDATA[correlations yellen aug]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/joe-suit-face.jpg</image:loc>\n			<image:caption><![CDATA[joe suit face]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/premarket-trading-fed-effect/</loc>\n		<lastmod>2016-08-29T10:39:25+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/qunat-pie.jpg</image:loc>\n			<image:title><![CDATA[qunat pie]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg</image:loc>\n			<image:caption><![CDATA[mini 8-10]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/premarket-trading-focus-fed-speaker/</loc>\n		<lastmod>2016-08-30T10:28:03+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/01/assets-ttr-logo.jpg</image:loc>\n			<image:title><![CDATA[assets ttr logo]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg</image:loc>\n			<image:caption><![CDATA[mini 8-10]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/premarket-trading-us-dollar-driving-markets/</loc>\n		<lastmod>2016-08-31T10:21:10+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/dollar-logo-rq.jpg</image:loc>\n			<image:title><![CDATA[dollar logo rq]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg</image:loc>\n			<image:caption><![CDATA[mini 8-10]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/premarket-bonds-move/</loc>\n		<lastmod>2016-09-01T09:48:18+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/09/bonds-pic-with-logo.jpg</image:loc>\n			<image:title><![CDATA[bonds pic with logo]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg</image:loc>\n			<image:caption><![CDATA[mini 8-10]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/premarket-live-trading-room-access/</loc>\n		<lastmod>2016-09-06T10:43:28+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/05/chinese-quote-pre-market.jpg</image:loc>\n			<image:title><![CDATA[chinese quote pre market]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg</image:loc>\n			<image:caption><![CDATA[mini 8-10]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/interest-rates/</loc>\n		<lastmod>2016-09-07T10:02:13+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/federal-reserve-building.jpg</image:loc>\n			<image:title><![CDATA[federal reserve building]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/premarket-traders-focus-ecb/</loc>\n		<lastmod>2016-09-08T10:22:54+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/09/euro-profit-from-it.jpg</image:loc>\n			<image:title><![CDATA[euro profit from it]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg</image:loc>\n			<image:caption><![CDATA[mini 8-10]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-markets-15/</loc>\n		<lastmod>2016-09-11T23:22:26+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/rqbanner.jpg</image:loc>\n			<image:title><![CDATA[PageLines-rqbanner.jpg]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/premarket-trading-global-markets-2/</loc>\n		<lastmod>2016-09-12T11:08:42+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/02/trading-hours.jpg</image:loc>\n			<image:title><![CDATA[trading hours]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg</image:loc>\n			<image:caption><![CDATA[mini 8-10]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/premarket-trading-live-trading-room/</loc>\n		<lastmod>2016-09-13T10:47:21+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/07/trade-crude-oil-futures.jpg</image:loc>\n			<image:title><![CDATA[trade crude oil futures]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg</image:loc>\n			<image:caption><![CDATA[mini 8-10]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/premarket-trade-crude-oil-data/</loc>\n		<lastmod>2016-09-14T10:33:39+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/09/crude-oil-data.jpg</image:loc>\n			<image:title><![CDATA[crude oil data]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg</image:loc>\n			<image:caption><![CDATA[mini 8-10]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/premarket-live-futures-trading-room/</loc>\n		<lastmod>2016-09-15T10:46:42+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/trade-british-pound.jpg</image:loc>\n			<image:title><![CDATA[trade british pound]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg</image:loc>\n			<image:caption><![CDATA[mini 8-10]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-markets-16/</loc>\n		<lastmod>2016-09-19T01:22:33+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/rqbanner.jpg</image:loc>\n			<image:title><![CDATA[PageLines-rqbanner.jpg]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-live-trading-room-access/</loc>\n		<lastmod>2016-09-19T11:09:29+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/09/pre-market-clocks.jpg</image:loc>\n			<image:title><![CDATA[pre market clocks]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg</image:loc>\n			<image:caption><![CDATA[mini 8-10]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/fomc-statement-live-trading-room-access/</loc>\n		<lastmod>2016-09-21T10:54:43+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/when-fed-chair-speaks.jpg</image:loc>\n			<image:title><![CDATA[when fed chair speaks]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/trade-natural-gas-live-trading-room/</loc>\n		<lastmod>2016-09-22T11:08:02+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/natrual-gas-RQ-1.jpg</image:loc>\n			<image:title><![CDATA[natrual gas RQ 1]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-markets-17/</loc>\n		<lastmod>2016-09-26T00:08:16+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/rqbanner.jpg</image:loc>\n			<image:title><![CDATA[PageLines-rqbanner.jpg]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/premarket-crude-oil-move/</loc>\n		<lastmod>2016-09-26T10:22:54+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/07/trade-crude-oil-futures.jpg</image:loc>\n			<image:title><![CDATA[trade crude oil futures]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/premarket-live-trading-room-access-2/</loc>\n		<lastmod>2016-09-27T10:38:24+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/03/risk-off-art.jpg</image:loc>\n			<image:title><![CDATA[risk off art]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/premarket-trade-crude-oil-data-2/</loc>\n		<lastmod>2016-09-28T11:15:21+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/09/crude-oil-data.jpg</image:loc>\n			<image:title><![CDATA[crude oil data]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/week-ahead-global-financial-markets-53/</loc>\n		<lastmod>2016-10-03T16:05:28+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/11/rq-banner.jpg</image:loc>\n			<image:title><![CDATA[rq banner]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/natural-gas-storage-report-live-trading-room/</loc>\n		<lastmod>2016-10-06T10:33:37+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/natrual-gas-RQ-1.jpg</image:loc>\n			<image:title><![CDATA[natrual gas RQ 1]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/trade-crude-oil-futures-rq-automation/</loc>\n		<lastmod>2016-10-09T17:12:10+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/04/jump-start-rq-alogrithms.jpg</image:loc>\n			<image:title><![CDATA[jump start rq alogrithms]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/cl-trades-chart-8-10.jpg</image:loc>\n			<image:caption><![CDATA[cl trades chart 8-10]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/automated-trading-einstien-smartbox-system/</loc>\n		<lastmod>2016-10-09T17:12:44+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/03/SmartBox-logo-11.jpg</image:loc>\n			<image:title><![CDATA[SmartBox logo 11]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/jump-start-trading/</loc>\n		<lastmod>2016-10-09T17:20:15+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/04/jump-start-rq-alogrithms1.jpg</image:loc>\n			<image:title><![CDATA[jump start rq alogrithms]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/04/jump-start-rq-alogrithms.jpg</image:loc>\n			<image:caption><![CDATA[jump start rq alogrithms]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/velocity-trading-grab-can/</loc>\n		<lastmod>2016-10-09T17:21:38+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/i-cannot-trade-without.jpg</image:loc>\n			<image:title><![CDATA[i cannot trade without]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/london-gold-fix-amazed-2/</loc>\n		<lastmod>2016-10-09T17:22:25+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/trade-the-london-gold-fix-e1399588326534.jpg</image:loc>\n			<image:title><![CDATA[trade the london gold fix]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/trade-the-london-gold-fix.jpg</image:loc>\n			<image:caption><![CDATA[trade the london gold fix]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/systems-trading-quant-style/</loc>\n		<lastmod>2016-10-09T17:23:13+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/03/cl-trade-3-14-2.jpg</image:loc>\n			<image:caption><![CDATA[cl trade 3-14-2]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/get-trading-logic/</loc>\n		<lastmod>2016-10-09T17:24:29+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/market-analyzer.jpg</image:loc>\n			<image:caption><![CDATA[market analyzer]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-trading-technology-quick-smart/</loc>\n		<lastmod>2016-10-09T17:26:49+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/sanjays-trade.jpg</image:loc>\n			<image:caption><![CDATA[sanjays trade]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-technology-automated-trading-systems-2/</loc>\n		<lastmod>2016-10-09T17:28:07+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/Trades-12-10.jpg</image:loc>\n			<image:caption><![CDATA[Trades 12 10]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-technology-automated-trading-systems/</loc>\n		<lastmod>2016-10-09T17:29:45+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/crude-oil.png</image:loc>\n			<image:caption><![CDATA[crude oil]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/jpy-trade.png</image:loc>\n			<image:caption><![CDATA[jpy trade]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/ng.png</image:loc>\n			<image:caption><![CDATA[ng]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/usdcad.png</image:loc>\n			<image:caption><![CDATA[usdcad]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/futures-trading-einstein-iii-automated-system/</loc>\n		<lastmod>2016-10-09T17:31:42+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/niclas9.jpg</image:loc>\n			<image:title><![CDATA[niclas9]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/02/nic-short-us.jpg</image:loc>\n			<image:caption><![CDATA[nic short us]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/congrats-mike-trading-crude-oil-futues/</loc>\n		<lastmod>2016-10-09T17:32:46+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/02/mike-cl-1000-profit1.jpg</image:loc>\n			<image:title><![CDATA[mike cl 1,000 profit]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/meet-members-riosquant-traders-10/</loc>\n		<lastmod>2016-10-09T17:33:20+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/niclas9.jpg</image:loc>\n			<image:title><![CDATA[niclas9]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/members-pierre-futures-trader/</loc>\n		<lastmod>2016-10-09T17:33:56+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/09/Pierre-performance-graph-9-4.jpg</image:loc>\n			<image:title><![CDATA[Pierre performance graph 9-4]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/09/Pierre-performance-graph-9-4.jpg</image:loc>\n			<image:caption><![CDATA[Pierre performance graph 9-4]]></image:caption>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/09/pierre-chart-ng-9-3.jpg</image:loc>\n			<image:caption><![CDATA[pierre chart ng 9-3]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-members-congrats-panfish/</loc>\n		<lastmod>2016-10-09T17:35:40+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/07/panfish-tradelab-trade.jpg</image:loc>\n			<image:title><![CDATA[panfish tradelab trade]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riosquant-member-jim-g/</loc>\n		<lastmod>2016-10-09T17:36:23+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/06/Jim-pic.jpg</image:loc>\n			<image:title><![CDATA[Jim pic]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/06/jim-copper-6-19.jpg</image:loc>\n			<image:caption><![CDATA[jim copper 6-19]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/meet-members-riosquant-traders-7/</loc>\n		<lastmod>2016-10-09T17:37:22+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/03/jose.jpg</image:loc>\n			<image:caption><![CDATA[jose]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/meet-members-riosquant-traders-6/</loc>\n		<lastmod>2016-10-09T17:37:56+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/03/marie.jpg</image:loc>\n			<image:caption><![CDATA[marie]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/meet-members-riosquant-traders/</loc>\n		<lastmod>2016-10-09T17:38:49+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/03/dean.jpg</image:loc>\n			<image:caption><![CDATA[dean]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/meet-members-riosquant-traders-8/</loc>\n		<lastmod>2016-10-09T17:39:57+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/jim-g.jpg</image:loc>\n			<image:caption><![CDATA[jim g]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/meet-members-riosquant-traders-9/</loc>\n		<lastmod>2016-10-09T17:40:30+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/richard-racer.jpg</image:loc>\n			<image:caption><![CDATA[richard racer]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/meet-members-riosquant-traders-5/</loc>\n		<lastmod>2016-10-09T17:42:28+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/derek2.jpg</image:loc>\n			<image:caption><![CDATA[derek2]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/meet-members-riosquant-traders-4/</loc>\n		<lastmod>2016-10-09T17:43:11+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/HP-ready.jpg</image:loc>\n			<image:caption><![CDATA[HP ready]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/meet-members-riosquant-traders-2/</loc>\n		<lastmod>2016-10-09T17:43:54+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/Pierre-pic.jpg</image:loc>\n			<image:caption><![CDATA[Pierre pic]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/964/</loc>\n		<lastmod>2016-10-09T17:44:39+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/niclas9.jpg</image:loc>\n			<image:caption><![CDATA[niclas9]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/premarket-trading-global-markets-3/</loc>\n		<lastmod>2016-10-11T10:43:19+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/dollar-logo-rq.jpg</image:loc>\n			<image:title><![CDATA[dollar logo rq]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/trade-correlations-live-trading-room/</loc>\n		<lastmod>2016-10-12T10:48:03+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/10/trade-correlations-small-frame.jpg</image:loc>\n			<image:title><![CDATA[trade correlations small frame]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/new-trading-hours-new-trading-room-link/</loc>\n		<lastmod>2016-10-13T11:00:52+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/09/pre-market-clocks.jpg</image:loc>\n			<image:title><![CDATA[pre market clocks]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/trade-gold-live-trading-room/</loc>\n		<lastmod>2016-10-18T11:09:52+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/09/trade-gold.jpg</image:loc>\n			<image:title><![CDATA[trade gold]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg</image:loc>\n			<image:title><![CDATA[room titan stars]]></image:title>\n			<image:caption><![CDATA[room titan stars]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-ecb-press-conference/</loc>\n		<lastmod>2016-10-20T10:18:02+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/10/drawboard.2.jpg</image:loc>\n			<image:title><![CDATA[PageLines-drawboard.2.JPG]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg</image:loc>\n			<image:title><![CDATA[room titan stars]]></image:title>\n			<image:caption><![CDATA[room titan stars]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/the-week-ahead-5/</loc>\n		<lastmod>2016-10-24T09:51:04+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/rqbanner.jpg</image:loc>\n			<image:title><![CDATA[PageLines-rqbanner.jpg]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-activity-3/</loc>\n		<lastmod>2016-10-31T10:16:16+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-loop.jpg</image:loc>\n			<image:title><![CDATA[pre market open loop]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/premarket-trading-risk-off-sentiment/</loc>\n		<lastmod>2016-11-02T10:17:38+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/03/risk-off-art.jpg</image:loc>\n			<image:title><![CDATA[risk off art]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/election-day-pre-market-trading/</loc>\n		<lastmod>2016-11-08T11:58:58+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/dollar-logo-rq.jpg</image:loc>\n			<image:title><![CDATA[dollar logo rq]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/post-election-volatility-markets/</loc>\n		<lastmod>2016-11-09T12:17:38+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/11/whats-next-rectangle-oic.jpg</image:loc>\n			<image:title><![CDATA[whats-next-rectangle-oic]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/trade-natural-gas-futures/</loc>\n		<lastmod>2016-11-15T11:38:25+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/natrual-gas-RQ-1.jpg</image:loc>\n			<image:title><![CDATA[natrual gas RQ 1]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-risk-sentiment-2/</loc>\n		<lastmod>2016-12-04T13:57:54+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/02/risk-on-art.jpg</image:loc>\n			<image:title><![CDATA[risk on art]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/premarket-global-trading-activity/</loc>\n		<lastmod>2016-12-04T13:58:25+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/rqbanner.jpg</image:loc>\n			<image:title><![CDATA[PageLines-rqbanner.jpg]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/crude-oil-inventories-data/</loc>\n		<lastmod>2016-12-04T13:59:48+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/09/crude-oil-data.jpg</image:loc>\n			<image:title><![CDATA[crude oil data]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-bonds-retreat/</loc>\n		<lastmod>2016-12-08T12:01:43+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/09/bonds-pic-with-logo.jpg</image:loc>\n			<image:title><![CDATA[bonds pic with logo]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/headlines-stocks-set-weekly-gain/</loc>\n		<lastmod>2016-12-09T11:35:42+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/09/pre-market-clocks.jpg</image:loc>\n			<image:title><![CDATA[pre market clocks]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-2016-12-12/</loc>\n		<lastmod>2016-12-12T11:25:09+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/01/assets-ttr-logo.jpg</image:loc>\n			<image:title><![CDATA[assets ttr logo]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-2016-12-13/</loc>\n		<lastmod>2016-12-13T11:31:08+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/02/trading-hours.jpg</image:loc>\n			<image:title><![CDATA[trading hours]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-2016-12-14/</loc>\n		<lastmod>2016-12-14T11:50:49+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/when-fed-chair-speaks.jpg</image:loc>\n			<image:title><![CDATA[when fed chair speaks]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-2016-12-15/</loc>\n		<lastmod>2016-12-15T12:12:33+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-2016-12-19/</loc>\n		<lastmod>2016-12-19T11:47:58+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/12/japanese-yen-pic.jpg</image:loc>\n			<image:title><![CDATA[japanese-yen-pic]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-2016-12-20/</loc>\n		<lastmod>2016-12-20T11:57:05+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/09/bonds-pic-with-logo.jpg</image:loc>\n			<image:title><![CDATA[bonds pic with logo]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-2016-12-22/</loc>\n		<lastmod>2016-12-22T11:21:51+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/06/asian-board.jpg</image:loc>\n			<image:title><![CDATA[asian board]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/happy-new-year/</loc>\n		<lastmod>2017-01-01T20:44:02+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/10/rqglassofficesnip.jpg</image:loc>\n			<image:title><![CDATA[PageLines-rqglassofficesnip.JPG]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/joe-suit-face.jpg</image:loc>\n			<image:caption><![CDATA[joe suit face]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-2017-01-03/</loc>\n		<lastmod>2017-01-03T11:27:16+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/11/whats-next-rectangle-oic.jpg</image:loc>\n			<image:title><![CDATA[whats-next-rectangle-oic]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/live-trading-room-risk-sentiment-continues/</loc>\n		<lastmod>2017-01-05T11:29:26+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/02/risk-on-art.jpg</image:loc>\n			<image:title><![CDATA[risk on art]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-2017-01-10/</loc>\n		<lastmod>2017-01-10T11:13:10+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/05/dollar-trading-room-pic.jpg</image:loc>\n			<image:title><![CDATA[dollar trading room pic]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-2017-01-12/</loc>\n		<lastmod>2017-01-12T12:24:56+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/01/assets-ttr-logo.jpg</image:loc>\n			<image:title><![CDATA[assets ttr logo]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-2017-01-18/</loc>\n		<lastmod>2017-01-18T11:50:11+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/09/trade-gold.jpg</image:loc>\n			<image:title><![CDATA[trade gold]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-2017-01-23/</loc>\n		<lastmod>2017-01-23T11:25:44+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/09/pre-market-clocks.jpg</image:loc>\n			<image:title><![CDATA[pre market clocks]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-2017-01-24/</loc>\n		<lastmod>2017-01-24T11:19:40+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/02/risk-on-art.jpg</image:loc>\n			<image:title><![CDATA[risk on art]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/premarket-risk-trades-help-world-stocks-hit-19-month/</loc>\n		<lastmod>2017-01-25T11:42:51+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-exchange-clock.jpg</image:loc>\n			<image:title><![CDATA[pre market exchange clock]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-crude-oil-data/</loc>\n		<lastmod>2017-02-01T11:12:46+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/09/crude-oil-data.jpg</image:loc>\n			<image:title><![CDATA[crude oil data]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg</image:loc>\n			<image:title><![CDATA[room titan stars]]></image:title>\n			<image:caption><![CDATA[room titan stars]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/market-brief-trading-room-access/</loc>\n		<lastmod>2017-02-08T11:27:53+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/10/trade-correlations-small-frame.jpg</image:loc>\n			<image:title><![CDATA[trade correlations small frame]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg</image:loc>\n			<image:title><![CDATA[room titan stars]]></image:title>\n			<image:caption><![CDATA[room titan stars]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-2017-02-23/</loc>\n		<lastmod>2017-02-23T12:27:42+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/11/whats-next-rectangle-oic.jpg</image:loc>\n			<image:title><![CDATA[whats-next-rectangle-oic]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-2017-02-24/</loc>\n		<lastmod>2017-02-24T11:44:27+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/03/risk-off-art.jpg</image:loc>\n			<image:title><![CDATA[risk off art]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-2017-03-01/</loc>\n		<lastmod>2017-03-01T11:41:43+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/07/trade-crude-oil-futures.jpg</image:loc>\n			<image:title><![CDATA[trade crude oil futures]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-2017-03-06/</loc>\n		<lastmod>2017-03-06T10:32:29+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/10/traderoom5titan.jpg</image:loc>\n			<image:title><![CDATA[PageLines-traderoom5titan.JPG]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-2017-03-07/</loc>\n		<lastmod>2017-03-07T11:40:39+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/05/dollar-trading-room-pic.jpg</image:loc>\n			<image:title><![CDATA[dollar trading room pic]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-2017-03-08/</loc>\n		<lastmod>2017-03-08T12:26:46+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/09/bonds-pic-with-logo.jpg</image:loc>\n			<image:title><![CDATA[bonds pic with logo]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-2017-03-14/</loc>\n		<lastmod>2017-03-14T10:45:55+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/trade-british-pound.jpg</image:loc>\n			<image:title><![CDATA[trade british pound]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-2017-03-15/</loc>\n		<lastmod>2017-03-15T10:42:43+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/go-crude.jpg</image:loc>\n			<image:title><![CDATA[go crude]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-2017-03-16/</loc>\n		<lastmod>2017-03-16T10:52:46+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/03/bull-run2.jpg</image:loc>\n			<image:title><![CDATA[bull run]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-2017-03-20/</loc>\n		<lastmod>2017-03-20T10:51:38+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/rqbanner.jpg</image:loc>\n			<image:title><![CDATA[PageLines-rqbanner.jpg]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-2017-03-21/</loc>\n		<lastmod>2017-03-21T10:31:45+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2015/05/currency.jpg</image:loc>\n			<image:title><![CDATA[currency]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-2017-03-23/</loc>\n		<lastmod>2017-03-23T10:27:41+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/trade-correlations2.jpg</image:loc>\n			<image:title><![CDATA[trade correlations2]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-2017-03-24/</loc>\n		<lastmod>2017-03-24T10:55:35+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/dollar-logo-rq.jpg</image:loc>\n			<image:title><![CDATA[dollar logo rq]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-2017-03-27/</loc>\n		<lastmod>2017-03-27T10:38:11+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/03/risk-off-art.jpg</image:loc>\n			<image:title><![CDATA[risk off art]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-us-dollar-strength/</loc>\n		<lastmod>2017-04-03T10:40:53+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/05/dollar-trading-room-pic.jpg</image:loc>\n			<image:title><![CDATA[dollar trading room pic]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-trade-gold/</loc>\n		<lastmod>2017-04-04T10:44:06+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/09/trade-gold.jpg</image:loc>\n			<image:title><![CDATA[trade gold]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-major-markets/</loc>\n		<lastmod>2017-04-05T10:34:09+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/01/assets-ttr-logo.jpg</image:loc>\n			<image:title><![CDATA[assets ttr logo]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-2017-04-10/</loc>\n		<lastmod>2017-04-10T10:38:12+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/03/currencies.jpg</image:loc>\n			<image:title><![CDATA[currencies]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-2017-04-13/</loc>\n		<lastmod>2017-04-13T10:29:16+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2017/04/bond-gold-rq-pic.jpg</image:loc>\n			<image:title><![CDATA[bond-gold-rq-pic]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-2017-04-26/</loc>\n		<lastmod>2017-04-26T10:58:10+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/10/trade-correlations-small-frame.jpg</image:loc>\n			<image:title><![CDATA[trade correlations small frame]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-2017-05-02/</loc>\n		<lastmod>2017-05-02T10:45:50+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/12/japanese-yen-pic.jpg</image:loc>\n			<image:title><![CDATA[japanese-yen-pic]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-2017-05-05/</loc>\n		<lastmod>2017-05-05T10:58:50+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2017/05/nfp.jpg</image:loc>\n			<image:title><![CDATA[nfp]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-2017-05-08/</loc>\n		<lastmod>2017-05-08T10:06:16+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/11/whats-next-rectangle-oic.jpg</image:loc>\n			<image:title><![CDATA[whats-next-rectangle-oic]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-2017-05-09/</loc>\n		<lastmod>2017-05-09T09:56:50+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/02/risk-on-art.jpg</image:loc>\n			<image:title><![CDATA[risk on art]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-2017-05-11/</loc>\n		<lastmod>2017-05-11T10:44:14+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/09/trade-gold.jpg</image:loc>\n			<image:title><![CDATA[trade gold]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-2017-05-17/</loc>\n		<lastmod>2017-05-17T11:12:23+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/03/risk-off-art.jpg</image:loc>\n			<image:title><![CDATA[risk off art]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-2017-05-23/</loc>\n		<lastmod>2017-05-23T10:20:46+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/11/whats-next-rectangle-oic.jpg</image:loc>\n			<image:title><![CDATA[whats-next-rectangle-oic]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-2017-05-25/</loc>\n		<lastmod>2017-05-25T11:10:04+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/07/trade-crude-oil-futures.jpg</image:loc>\n			<image:title><![CDATA[trade crude oil futures]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-2017-05-31/</loc>\n		<lastmod>2017-05-31T10:16:43+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/trade-british-pound.jpg</image:loc>\n			<image:title><![CDATA[trade british pound]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-2017-06-19/</loc>\n		<lastmod>2017-06-19T09:59:54+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/11/wallstreet-logo2.jpg</image:loc>\n			<image:title><![CDATA[wallstreet logo]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-2017-06-23/</loc>\n		<lastmod>2017-06-23T10:33:12+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2017/06/fed-speeches.jpg</image:loc>\n			<image:title><![CDATA[fed-speeches]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg</image:loc>\n			<image:title><![CDATA[room titan stars]]></image:title>\n			<image:caption><![CDATA[room titan stars]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-2017-06-26/</loc>\n		<lastmod>2017-06-26T10:25:50+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/02/risk-on-art.jpg</image:loc>\n			<image:title><![CDATA[risk on art]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-2017-06-27/</loc>\n		<lastmod>2017-06-27T11:04:25+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2017/06/central-bank-speeches.jpg</image:loc>\n			<image:title><![CDATA[central-bank-speeches]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-u-s-dollar-rally/</loc>\n		<lastmod>2017-07-10T10:44:24+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2017/07/dollar-flag.jpg</image:loc>\n			<image:title><![CDATA[dollar-flag]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-2017-07-12/</loc>\n		<lastmod>2017-07-12T10:17:34+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/when-fed-chair-speaks.jpg</image:loc>\n			<image:title><![CDATA[when fed chair speaks]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-2017-07-18/</loc>\n		<lastmod>2017-07-18T10:32:28+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2017/07/dollar-flag.jpg</image:loc>\n			<image:title><![CDATA[dollar-flag]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2017/07/961155409f7d400188993005715ac59c.jpeg</image:loc>\n			<image:caption><![CDATA[Image]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/sentiment-shift-risk/</loc>\n		<lastmod>2017-07-25T10:13:15+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2017/07/Sentiment-shift-profit-it-from-it.jpg</image:loc>\n			<image:title><![CDATA[sentiment-shift-profit-it-from-it]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg</image:loc>\n			<image:title><![CDATA[room titan stars]]></image:title>\n			<image:caption><![CDATA[room titan stars]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-2017-08-01/</loc>\n		<lastmod>2017-08-01T10:10:58+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/11/whats-next-rectangle-oic.jpg</image:loc>\n			<image:title><![CDATA[whats-next-rectangle-oic]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/world-headlines-2017-08-07/</loc>\n		<lastmod>2017-08-07T10:12:59+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2016/08/dollar-logo-rq.jpg</image:loc>\n			<image:title><![CDATA[dollar logo rq]]></image:title>\n		</image:image>\n	</url>\n</urlset>\";}}','no'),(132098,'wpseo_sitemap_3281_cache_validator','3YHTV','no'),(135005,'wpseo_sitemap_3372_cache_validator','3YPWF','no'),(141370,'wpseo_sitemap_3517_cache_validator','3SDLG','no'),(142377,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1501233808','no'),(142375,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1501277008','no'),(142376,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1501277008','no'),(142103,'_site_transient_timeout_browser_8ce1bea2f653ca2ce71bdf6183bef333','1501252028','no'),(142104,'_site_transient_browser_8ce1bea2f653ca2ce71bdf6183bef333','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"59.0.3071.115\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(135669,'wpseo_sitemap_3384_cache_validator','43v7r','no'),(142378,'_transient_timeout_plugin_slugs','1502360900','no'),(142379,'_transient_plugin_slugs','a:8:{i:0;s:33:\"dms-plugin-pro/dms-plugin-pro.php\";i:1;s:35:\"googleanalytics/googleanalytics.php\";i:2;s:48:\"op-patches-plugin-master/optimizepress-patch.php\";i:3;s:27:\"pl-platform/pl-platform.php\";i:4;s:39:\"pagelines-updater/pagelines-updater.php\";i:5;s:50:\"quttera-web-malware-scanner/quttera_wm_scanner.php\";i:6;s:35:\"wp-fastest-cache/wpFastestCache.php\";i:7;s:24:\"wordpress-seo/wp-seo.php\";}','no'),(142380,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1501277008','no'),(142381,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2017/07/the-month-in-wordpress-june-2017/\'>The Month in WordPress: June 2017</a> <span class=\"rss-date\">July 3, 2017</span><div class=\"rssSummary\">We’re starting a new regular feature on this blog today. We’d like to keep everyone up-to-date about the happenings all across the WordPress open source project and highlight how you can get involved, so we’ll be posting a roundup of all the major WordPress news at the end of every month. Aside from other general [&hellip;]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/customize-snapshots-0-6-0-adds-the-ability-to-name-and-merge-changesets\'>WPTavern: Customize Snapshots 0.6.0 Adds the Ability to Name and Merge Changesets</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/blog-passes-100000-registrations-66-5-of-purchased-domains-are-in-use\'>WPTavern: .blog Passes 100,000 Registrations, 66.5% of Purchased Domains are in Use</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/adobe-to-discontinue-flash-support-and-updates-in-2020\'>WPTavern: Adobe to Discontinue Flash Support and Updates in 2020</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\"dashboard-news-plugin\"><span>Popular Plugin:</span> Jetpack by WordPress.com&nbsp;<a href=\"plugin-install.php?tab=plugin-information&amp;plugin=jetpack&amp;_wpnonce=baf738414e&amp;TB_iframe=true&amp;width=600&amp;height=800\" class=\"thickbox open-plugin-details-modal\" aria-label=\"Install Jetpack by WordPress.com\">(Install)</a></li></ul></div>','no'),(142458,'_transient_timeout_plapi_draft_sections_compiled','1501239776','no'),(142459,'_transient_plapi_draft_sections_compiled','.section-navbar {\n  margin: 0 auto;\n  width: 100%;\n}\n.section-navbar .content-pad,\n.section-navbar .pl-section-pad {\n  padding-top: 5px;\n  padding-bottom: 5px;\n}\n.section-navbar .content-pad .navbar-content-pad,\n.section-navbar .pl-section-pad .navbar-content-pad {\n  padding: 0 15px;\n}\n.section-navbar.pl-area .navbar {\n  border: none;\n}\n.section-navbar .navbar {\n  color: rgba(255,255,255,0.7);\n}\n.section-navbar .navbar.navbar-content-width {\n  -webkit-border-radius: 3px;\n  -moz-border-radius: 3px;\n  border-radius: 3px;\n}\n.section-navbar .navbar.plnav_hover .sub-menu .dropdown-menu {\n  position: absolute;\n  top: 0;\n  left: 100%;\n  margin-top: -1px;\n  visibility: hidden;\n}\n.section-navbar .navbar.plnav_hover .dropdown-menu li:hover .sub-menu {\n  visibility: visible;\n  margin-top: -6px;\n}\n.section-navbar .navbar.plnav_hover .dropdown:hover .dropdown-menu {\n  margin-top: 0;\n  display: block;\n}\n.section-navbar .navbar .navline {\n  float: left;\n  position: relative;\n  left: 0;\n  display: block;\n  margin: 0 10px 0 0;\n  font-size: .9em;\n}\n.section-navbar .navbar .navline > .dropdown > .dropdown-menu:before {\n  content: \'\';\n  display: inline-block;\n  border-left: 7px solid transparent;\n  border-right: 7px solid transparent;\n  border-bottom: 7px solid #ccc;\n  border-bottom-color: rgba(0,0,0,0.2);\n  position: absolute;\n  top: -7px;\n  left: 9px;\n}\n.section-navbar .navbar .navline > .dropdown > .dropdown-menu:after {\n  content: \'\';\n  display: inline-block;\n  border-left: 6px solid transparent;\n  border-right: 6px solid transparent;\n  border-bottom: 6px solid #ffffff;\n  position: absolute;\n  top: -6px;\n  left: 10px;\n}\n.section-navbar .navbar .navline .caret {\n  border-top-color: rgba(255,255,255,0.5);\n}\n.section-navbar .navbar .navline.pull-right {\n  float: right;\n  position: relative;\n}\n.section-navbar .navbar .navline.pull-right > li:last-child .dropdown-menu {\n  left: auto;\n  right: 0;\n}\n.section-navbar .navbar .navline.pull-right > li:last-child .dropdown-menu:before {\n  left: auto;\n  right: 12px;\n}\n.section-navbar .navbar .navline.pull-right > li:last-child .dropdown-menu:after {\n  left: auto;\n  right: 13px;\n}\n.section-navbar .navbar .navline.pull-right > li:last-child .dropdown-menu .dropdown-submenu > a:after {\n  border-width: 5px 5px 5px 0;\n  border-right-color: #cccccc;\n}\n.section-navbar .navbar .navline.pull-right > li:last-child .dropdown-menu .dropdown-menu {\n  left: -100%;\n  right: auto;\n  margin-left: 0;\n  margin-right: -1px;\n  -webkit-border-radius: 6px 0 6px 6px;\n  -moz-border-radius: 6px 0 6px 6px;\n  border-radius: 6px 0 6px 6px;\n}\n.section-navbar .navbar .navline > li {\n  display: block;\n  float: left;\n}\n.section-navbar .navbar .navline > li > a {\n  -webkit-transition: all .3s ease-in-out;\n  -moz-transition: all .3s ease-in-out;\n  -ms-transition: all .3s ease-in-out;\n  transition: all .3s ease-in-out;\n  float: none;\n  display: block;\n  padding: 9px 12px;\n  line-height: 19px;\n  color: #fff;\n  color: rgba(255,255,255,0.8);\n  text-decoration: none;\n}\n.section-navbar .navbar .navline > li > a:hover {\n  background-color: transparent;\n  color: rgba(255,255,255,0.9);\n  text-decoration: none;\n}\n.section-navbar .navbar .navline > li.dropdown.open > a {\n  color: #fff;\n  background: rgba(0,0,0,0.1);\n}\n.section-navbar .navbar .navline > li.current-menu-item > a {\n  background-color: rgba(0,0,0,0.1);\n  color: #ffffff;\n  text-decoration: none;\n}\n.section-navbar .navbar .navline > li.active > a:hover {\n  color: rgba(255,255,255,0.9);\n  text-decoration: none;\n  background-color: #222222;\n}\n.section-navbar .navbar .searchform {\n  float: right;\n  margin: 6px 0 5px;\n  width: auto;\n  max-width: 190px;\n  -webkit-transition: margin .3s ease-in-out;\n  -moz-transition: margin .3s ease-in-out;\n  -ms-transition: margin .3s ease-in-out;\n  transition: margin .3s ease-in-out;\n}\n.section-navbar .navbar .searchform.has-focus {\n  color: blue;\n}\n.section-navbar .navbar .searchform.has-focus i {\n  color: #666;\n}\n.section-navbar .navbar .searchform.has-focus .searchfield {\n  background-color: #fff;\n  color: #000;\n  width: 140px;\n}\n.section-navbar .navbar .searchform .searchfield {\n  border: none;\n  background-color: rgba(255,255,255,0.1);\n  width: 24px;\n}\n.section-navbar .navbar .plbrand {\n  float: left;\n  margin: 4px 2% 0 0;\n  padding: 0 1%;\n  line-height: 15px;\n}\n.section-navbar .navbar .plbrand .plbrand-text {\n  font-size: 19px;\n  line-height: 30px;\n  margin: 0;\n}\n.section-navbar .navbar .plbrand img {\n  max-height: 29px;\n  -webkit-transition: max-height .3s ease-in-out;\n  -moz-transition: max-height .3s ease-in-out;\n  -ms-transition: max-height .3s ease-in-out;\n  transition: max-height .3s ease-in-out;\n}\n.section-navbar .navbar.pl-color-black-trans {\n  background: #000;\n}\n.section-navbar .navbar.pl-color-black-trans .navline > li:hover > a,\n.section-navbar .navbar.pl-color-black-trans .navline > li.current-menu-item > a,\n.section-navbar .navbar.pl-color-black-trans .navline > li.current_page_item > a,\n.section-navbar .navbar.pl-color-black-trans .navline > li.dropdown.open > a {\n  background: #333;\n}\n.section-navbar .navbar.pl-color-red {\n  background: #f04831;\n}\n.section-navbar .navbar.pl-color-red .navline > li:hover > a,\n.section-navbar .navbar.pl-color-red .navline > li.current-menu-item > a,\n.section-navbar .navbar.pl-color-red .navline > li.current_page_item > a,\n.section-navbar .navbar.pl-color-red .navline > li.dropdown.open > a {\n  background: #de2910;\n}\n.section-navbar .navbar.pl-color-blue {\n  background: #2a7dea;\n}\n.section-navbar .navbar.pl-color-blue .navline > li:hover > a,\n.section-navbar .navbar.pl-color-blue .navline > li.current-menu-item > a,\n.section-navbar .navbar.pl-color-blue .navline > li.current_page_item > a,\n.section-navbar .navbar.pl-color-blue .navline > li.dropdown.open > a {\n  background: #1464cd;\n}\n.section-navbar .navbar.pl-color-orange {\n  background: #f6653c;\n}\n.section-navbar .navbar.pl-color-orange .navline > li:hover > a,\n.section-navbar .navbar.pl-color-orange .navline > li.current-menu-item > a,\n.section-navbar .navbar.pl-color-orange .navline > li.current_page_item > a,\n.section-navbar .navbar.pl-color-orange .navline > li.dropdown.open > a {\n  background: #f43f0b;\n}\n.section-navbar .navbar.pl-color-base {\n  background: #FFFFFF;\n  color: #000000;\n}\n.section-navbar .navbar.pl-color-base .searchform .searchfield {\n  background-color: #f6f6f6;\n}\n.section-navbar .navbar.pl-color-base .navline > li > a {\n  -webkit-transition: all 0.1s linear;\n  -moz-transition: all 0.1s linear;\n  -ms-transition: all 0.1s linear;\n  transition: all 0.1s linear;\n  color: rgba(0,0,0,0.6);\n  text-shadow: none;\n}\n.section-navbar .navbar.pl-color-base .navline > li:hover > a,\n.section-navbar .navbar.pl-color-base .navline > li.current-menu-item > a,\n.section-navbar .navbar.pl-color-base .navline > li.dropdown.open > a {\n  color: #000000;\n  background-color: #FFFFFF;\n  box-shadow: inset 0 -4px 0 #337EFF;\n}\n.section-navbar .navbar.pl-color-base .navline .caret {\n  border-top-color: rgba(0,0,0,0.6);\n}\n.section-navbar .navbar.pl-color-grey {\n  background: #EEE;\n  color: rgba(0,0,0,0.5);\n}\n.section-navbar .navbar.pl-color-grey .searchform .searchfield {\n  background-color: #ddd;\n}\n.section-navbar .navbar.pl-color-grey .navline > li:hover > a,\n.section-navbar .navbar.pl-color-grey .navline > li.current-menu-item > a,\n.section-navbar .navbar.pl-color-grey .navline > li.current_page_item > a,\n.section-navbar .navbar.pl-color-grey .navline > li.active > a {\n  background: #e1e1e1;\n}\n.section-navbar .navbar.pl-color-grey .navline > li > a {\n  color: rgba(0,0,0,0.8);\n}\n.section-navbar .navbar.pl-color-grey .navline > li.active > a:hover {\n  color: rgba(0,0,0,0.8);\n  background-color: #ddd;\n}\n.section-navbar .navbar.pl-color-grey .navline > li.dropdown.open > a {\n  color: #000;\n  background: rgba(0,0,0,0.1);\n}\n.section-navbar .navbar.pl-color-grey .navline .caret {\n  border-top-color: rgba(0,0,0,0.5);\n}\n.section-navbar .navbar.pl-color-grey .nav-btn-navbar .icon-bar {\n  background: rgba(0,0,0,0.7);\n  box-shadow: 0 1px 0 #fff;\n}\n.pldrop ul {\n  display: none;\n}\n.hentry .btn-group ul {\n  margin: 0;\n}\n.hentry .btn-group ul li {\n  list-style: none;\n}\n.nav-btn-navbar {\n  color: inherit;\n  display: none;\n  float: right;\n  position: relative;\n  z-index: 50;\n  padding: 2px 10px;\n  margin: 5px;\n  -webkit-border-radius: 2px;\n  -moz-border-radius: 2px;\n  border-radius: 2px;\n  background-color: rgba(155,155,155,0.028);\n  background-image: -moz-linear-gradient(top,rgba(255,255,255,0.1),rgba(0,0,0,0.08));\n  background-image: -ms-linear-gradient(top,rgba(255,255,255,0.1),rgba(0,0,0,0.08));\n  background-image: -webkit-linear-gradient(top,rgba(255,255,255,0.1),rgba(0,0,0,0.08));\n  background-image: linear-gradient(top,rgba(255,255,255,0.1),rgba(0,0,0,0.08));\n  background-repeat: repeat-x;\n  border: 1px solid rgba(0,0,0,0.25);\n  border-left: 1px solid rgba(0,0,0,0.17);\n  border-top: 1px solid rgba(0,0,0,0.17);\n  box-shadow: inset 1px 1px 0 rgba(255,255,255,0.3);\n}\n.nav-btn-navbar:hover,\n.nav-btn-navbar:active,\n.nav-btn-navbar.active,\n.nav-btn-navbar.disabled,\n.nav-btn-navbar[disabled] {\n  color: inherit;\n  opacity: .7;\n}\n.nav-btn-navbar:active,\n.nav-btn-navbar.active {\n  box-shadow: inset 1px 1px 0 rgba(0,0,0,0.3);\n  background-color: rgba(0,0,0,0.1);\n}\n.navbar,\n.navbar-inner,\n.navbar-collapse {\n  height: auto;\n  overflow: visible;\n}\n.nav-collapse.collapse {\n  position: relative;\n  height: auto;\n  overflow: hidden;\n  -webkit-transition: height 0.35s ease;\n  -moz-transition: height 0.35s ease;\n  -ms-transition: height 0.35s ease;\n  transition: height 0.35s ease;\n}\n.nav-collapse.collapse.in {\n  height: auto;\n}\n@media (max-width: 400px) {\n  .navbar .plbrand img {\n    max-width: 210px;\n  }\n}\n@media (max-width: 600px) {\n  .navbar.navbar-content-width {\n    width: 95%;\n    margin: 0 auto;\n  }\n}\n@media (max-width: 768px) {\n  #site .navbar .brand {\n    padding-left: 10px;\n    padding-right: 10px;\n    margin: 0 0 0 -5px;\n  }\n  #site .navbar .searchform {\n    float: none;\n    padding: 10px;\n  }\n  #site .navbar .nav-collapse {\n    overflow: hidden;\n    height: 0;\n    clear: both;\n  }\n  #site .navbar .nav-btn-navbar {\n    display: inline-block;\n  }\n}\n@media (min-width: 769px) {\n  .nav-collapse.collapse {\n    height: auto !important;\n    overflow: visible !important;\n  }\n}\n.section-simple_nav .pl-section-pad {\n  padding: 15px 0;\n}\n.simplenav {\n  text-align: center;\n}\n.simplenav.align-left {\n  text-align: left;\n}\n.simplenav.align-right {\n  text-align: right;\n}\n.simplenav li a {\n  font-size: 82%;\n  color: inherit;\n  display: inline-block;\n  margin: 0 5px;\n  padding: 2px 4px;\n}\n.simplenav li a:hover {\n  opacity: .7;\n}\n.section-textbox .pl-section-pad .textbox-wrap p:last-child {\n  margin-bottom: 0;\n}\n.section-textbox .pl-section-pad .textbox-wrap p:first-child {\n  margin-top: 0;\n}\n.ibox {\n  text-align: center;\n}\n.ibox .ibox-text h4 {\n  margin-bottom: 5px;\n  line-height: 1.4em;\n}\n.ibox .ibox-desc .ibox-link {\n  display: block;\n  margin-top: .5em;\n}\n.ibox .ibox-desc .ibox-link i {\n  -webkit-transition: all 0.2s ease-in-out;\n  -moz-transition: all 0.2s ease-in-out;\n  -ms-transition: all 0.2s ease-in-out;\n  transition: all 0.2s ease-in-out;\n}\n.ibox .ibox-desc .ibox-link a:hover i {\n  margin-left: 6px;\n}\n.ibox .ibox-media {\n  text-align: center;\n}\n.ibox .ibox-media a {\n  color: inherit;\n}\n.ibox .ibox-media .pl-counter {\n  font-size: 80px;\n  font-weight: 600;\n  letter-spacing: -1px;\n  line-height: 1em;\n}\n.ibox .ibox-media .ibox-icon-border {\n  margin-bottom: 12px;\n  display: inline-block;\n  text-align: center;\n  -webkit-transition: all 0.2s ease-in-out;\n  -moz-transition: all 0.2s ease-in-out;\n  -ms-transition: all 0.2s ease-in-out;\n  transition: all 0.2s ease-in-out;\n  border-radius: 500px;\n  position: relative;\n}\n.ibox .ibox-media .ibox-icon-border .invert-icon {\n  position: absolute;\n  width: 100%;\n  height: 100%;\n  border-radius: 500px;\n  z-index: 0;\n  left: 0;\n  top: 0;\n  opacity: 0;\n  -webkit-transition: all 0.2s ease-in-out;\n  -moz-transition: all 0.2s ease-in-out;\n  -ms-transition: all 0.2s ease-in-out;\n  transition: all 0.2s ease-in-out;\n}\n.ibox .ibox-media .ibox-icon-border .iii {\n  position: relative;\n  z-index: 10;\n}\n.ibox .ibox-media .ibox-icon-border.media-type-image {\n  overflow: hidden;\n  background-size: cover;\n  display: block;\n  margin-right: auto;\n  margin-left: auto;\n}\n.ibox .ibox-media .ibox-icon-border.media-type-image img {\n  border-radius: 500px;\n}\n.ibox .ibox-media .ibox-icon-border.media-type-icon i {\n  font-size: 80px;\n  display: inline-block;\n}\n.ibox.top-aligned .ibox-desc {\n  max-width: 300px;\n  margin: 0 auto;\n}\n.ibox.top-aligned .ibox-media {\n  max-width: 70%;\n  margin-right: auto;\n  margin-left: auto;\n}\n.ibox.top-aligned .ibox-media.wrap-count {\n  max-width: 100%;\n}\n.ibox.top-aligned .ibox-media .media-type-image {\n  height: 0;\n  padding: 50% 0;\n}\n.ibox.left-aligned {\n  text-align: left;\n}\n.ibox.left-aligned .ibox-icon-border .pl-counter {\n  font-size: 25px;\n  line-height: 1em;\n}\n.ibox.left-aligned .ibox-icon-border.media-type-count {\n  min-width: 100px;\n  text-align: right;\n}\n.ibox.left-aligned .ibox-icon-border.media-type-icon {\n  background: transparent;\n  width: 40px;\n  height: 40px;\n  line-height: 40px;\n}\n.ibox.left-aligned .ibox-icon-border.media-type-icon i {\n  font-size: 30px;\n}\n.ibox.left-aligned .ibox-icon-border.media-type-image {\n  padding: auto;\n  width: 80px;\n  height: 80px;\n}\n.ibox.left-aligned .ibox-icon-border.media-type-image img {\n  width: 80px;\n}\n.pl-new-loop .metahead-page {\n  padding-left: 100px;\n}\n.pl-new-loop .hentry {\n  position: relative;\n}\n.pl-new-loop .hentry.metahead-page {\n  padding-left: 100px;\n}\n.pl-new-loop .hentry.single-post .metamedia {\n  margin: 25px 0;\n}\n.pl-new-loop .hentry .continue_reading_link {\n  margin-top: 20px;\n}\n.pl-new-loop .hentry .entry-title {\n  margin: 0;\n}\n.pl-new-loop .hentry .metamedia {\n  margin-bottom: 15px;\n}\n.pl-new-loop .hentry .metabar {\n  font-size: 85%;\n  line-height: 1.6em;\n  opacity: .7;\n  margin: 5px 0 15px;\n}\n.pl-new-loop .hentry .entry_content img {\n  max-width: 100%;\n}\n.pl-new-loop .hentry .entry_content > :first-child {\n  margin-top: 0;\n}\n.pl-new-loop .hentry .entry_content > :last-child {\n  margin-bottom: 0;\n}\n.metahead {\n  width: 70px;\n  position: absolute;\n  left: 0;\n  top: 0;\n  font-size: 85%;\n  line-height: 1.2em;\n}\n.metahead .metaicon {\n  float: right;\n  margin-top: 6px;\n}\n.metahead .author {\n  font-weight: 600;\n  border-style: solid;\n  border-bottom-width: 1px;\n  display: block;\n  margin-bottom: 10px;\n}\n.metahead a {\n  color: inherit;\n  display: block;\n  text-align: right;\n  margin-bottom: 8px;\n}\n.metahead a .avatar {\n  max-width: 50px;\n}\n.metahead a:last-child {\n  border-bottom: none;\n}\n@media (max-width: 600px) {\n  .pl-new-loop .hentry.post,\n  .pl-new-loop .hentry.multi-post {\n    padding-left: 0px;\n  }\n  .metahead {\n    position: relative;\n    width: 100%;\n    margin-bottom: 10px;\n  }\n  .metahead a,\n  .metahead .author {\n    text-align: left;\n    display: inline-block;\n    border: none;\n    margin: 0 5px 0;\n    font-size: 16px;\n  }\n  .metahead .pl-social-pagelines {\n    text-align: right;\n    position: absolute;\n    right: 0;\n    top: 50%;\n    margin-top: -8px;\n  }\n}\n.multi-post .pl-new-loop .hentry {\n  border-bottom-style: solid;\n  border-bottom-width: 1px;\n  padding-bottom: 50px;\n  margin-bottom: 50px;\n}\n.multi-post .pl-old-loop .hentry {\n  padding-bottom: 15px;\n  margin-bottom: 15px;\n}\n.multi-post .pl-old-loop .clip_box {\n  margin: 0 0 21.7px;\n  border-color: #f2f2f2;\n}\n.multi-post .pl-old-loop .clip_box .clip {\n  width: 47%;\n  clear: none;\n  float: left;\n  margin: 0;\n}\n.multi-post .pl-old-loop .clip_box .clip .hentry-pad {\n  padding: 0 0 10.85px;\n}\n.multi-post .pl-old-loop .clip_box .clip.clip-right {\n  float: right;\n}\n.multi-post .pl-old-loop .clip_box .clip .clip-header {\n  padding: 4px 0 4px 0;\n  display: table-cell;\n  width: 10000px;\n}\n.multi-post .pl-old-loop .clip_box .clip .clip-thumb a {\n  float: left;\n  margin-right: 10px;\n}\n.multi-post .pl-old-loop .clip_box .clip .clip-thumb img {\n  padding: 2px;\n  display: block;\n  margin: 0 0 0.4em;\n}\n.multi-post .pl-old-loop .clip_box .clip .post-excerpt {\n  font-size: 90%;\n  line-height: 1.6em;\n  margin-bottom: 1.5em;\n}\n.multi-post .pl-old-loop .clip_box .clip .entry-title,\n.multi-post .pl-old-loop .clip_box .clip .metabar {\n  padding: 0;\n}\n.pl-old-loop .entry-title {\n  margin: 0;\n  line-height: 1.2em;\n}\n.pl-old-loop .metabar {\n  font-size: 85%;\n  line-height: 1.6em;\n  opacity: .7;\n  margin: 5px 0 15px;\n  font-style: normal;\n}\n.pl-old-loop .article-wrap.meta-mode-author .wrp {\n  padding-left: 150px;\n  min-height: 250px;\n}\n@media (max-width: 480px) {\n  .pl-old-loop .article-wrap.meta-mode-author .wrp {\n    padding-left: 0;\n  }\n}\n.pl-old-loop .article-wrap .author-tag {\n  position: absolute;\n  float: left;\n  width: 120px;\n  text-align: right;\n  padding-right: 30px;\n  font-size: 12px;\n  line-height: 1.2em;\n  padding-bottom: 30px;\n}\n.pl-old-loop .article-wrap .author-tag .author a {\n  font-size: 14px;\n  color: #000000;\n  font-weight: 600;\n  display: block;\n}\n.pl-old-loop .article-wrap .author-tag img {\n  max-width: 65px;\n  -webkit-border-radius: 100px;\n  -moz-border-radius: 100px;\n  border-radius: 100px;\n}\n.pl-old-loop .article-wrap .author-tag p {\n  margin: 5px 0;\n  padding: 5px 0;\n}\n.pl-old-loop .article-wrap .author-tag hr {\n  margin: 0 0 3px;\n  width: 45px;\n  text-align: right;\n  display: inline-block;\n  border: none;\n  border-bottom: 1px solid #e9e9e9;\n}\n.pl-old-loop .article-wrap .author-tag .tag-comments a,\n.pl-old-loop .article-wrap .author-tag .tag-comments i {\n  color: #000000;\n  opacity: .4;\n}\n.pl-old-loop .article-wrap .author-tag .tag-comments a:hover,\n.pl-old-loop .article-wrap .author-tag .tag-comments i:hover {\n  opacity: 1;\n}\n@media (max-width: 480px) {\n  .pl-old-loop .article-wrap .author-tag {\n    position: static;\n    display: block;\n    width: auto;\n    padding: 0;\n    max-width: none;\n    float: none;\n  }\n  .pl-old-loop .article-wrap .author-tag p {\n    margin: 0 0 8px;\n  }\n  .pl-old-loop .article-wrap .author-tag img {\n    float: left;\n  }\n  .pl-old-loop .article-wrap .author-tag > hr {\n    display: none !important;\n  }\n}\n.pl-old-loop .fpost .post-excerpt {\n  font-size: 1.03em;\n  line-height: 1.55em;\n}\n.pl-old-loop .tags {\n  font-size: 86%;\n  opacity: .7;\n}\n.pl-old-loop .tags .note {\n  margin-right: 16px;\n  text-transform: uppercase;\n  letter-spacing: .1em;\n  color: rgba(0,0,0,0.3);\n}\n.pl-old-loop .pledit {\n  opacity: .7;\n}\n.pl-old-loop .pledit:hover {\n  opacity: 1;\n}\n.pl-old-loop .post-meta .c_img,\n.pl-old-loop .hentry .c_img {\n  display: block;\n  text-align: center;\n}\n.pl-old-loop .post-header .post-thumb.img {\n  margin: 0 10px 5px 0;\n}\n.pl-old-loop .post-header .post-thumb.img.alignright {\n  margin: 0 0 5px 10px;\n}\n.pl-old-loop .fpost .post-excerpt .post-thumb.img {\n  margin-right: 13px;\n}\n.pl-old-loop .fpost .media .post-thumb.img {\n  margin-right: 20px;\n}\n.pl-old-loop .fpost .media .img img {\n  max-width: 100%;\n  height: auto;\n  margin: 0 auto;\n}\n.pl-old-loop .fpost .textcontent {\n  margin: 20px 10px 0 0;\n}\n.pl-old-loop .fpost .post-excerpt {\n  margin: .6em 0;\n}\n.pl-old-loop .fpost.post .entry {\n  margin-bottom: 1em;\n  padding: 1em 0;\n}\n.pl-old-loop .full_img {\n  margin-bottom: 10px;\n}\n.pl-old-loop .post-meta {\n  margin-bottom: 1em;\n}\n.pl-old-loop .post-meta.post-nocontent {\n  margin-bottom: 0;\n}\n.pl-old-loop .post-meta .post-title-section {\n  padding-bottom: 6px;\n}\n.section-postauthor {\n  margin-bottom: 2em;\n  text-align: left;\n}\n.section-postauthor .copy-pad {\n  padding: 10px 15px;\n}\n.section-postauthor .author-note {\n  margin-right: 16px;\n  text-transform: uppercase;\n  letter-spacing: .1em;\n  color: rgba(0,0,0,0.3);\n}\n.section-postauthor .subtext {\n  font-size: 86%;\n  color: rgba(0,0,0,0.7);\n}\n.section-highlight {\n  text-align: center;\n}\n.section-highlight .highlight-area {\n  padding: 10px 0;\n  margin: 0 auto;\n}\n.section-highlight .pl-section-pad {\n  padding: 18px 0;\n}\n.section-highlight .highlight-head {\n  font-size: 30px;\n  margin: 0;\n}\n.section-highlight .highlight-subhead {\n  margin-top: 5px;\n  font-size: 18px;\n  opacity: .75;\n}\n.section-highlight .highlight-subhead strong,\n.section-highlight .highlight-subhead a {\n  opacity: 1;\n}\n.section-highlight .hl-image-bottom {\n  margin: 12px 0 0 0;\n}\n.section-highlight .highlight-splash img {\n  max-width: 100%;\n}\n.section-postauthor {\n  margin-bottom: 2em;\n  text-align: left;\n}\n.section-postauthor .copy-pad {\n  padding: 10px 15px;\n}\n.section-postauthor .author-note {\n  margin-right: 16px;\n  text-transform: uppercase;\n  letter-spacing: .1em;\n  color: rgba(0,0,0,0.3);\n}\n.section-postauthor .subtext {\n  font-size: 86%;\n  color: rgba(0,0,0,0.7);\n}\n.pl-watermark {\n  text-align: center;\n}\n.pl-watermark .stack-element {\n  margin-bottom: 8px;\n}\n.pl-watermark .fb-like-box span {\n  display: block;\n  line-height: 0;\n  padding: 0;\n}\n.pl-watermark .powered-by {\n  text-align: center;\n  font-size: 10px;\n}\n.pl-watermark .the-watermark {\n  text-align: center;\n  padding: 5px;\n}\n.pl-watermark .the-watermark a {\n  opacity: .7;\n}\n.pl-watermark .the-watermark a:hover {\n  opacity: 1;\n}\n.pl-watermark .the-watermark a img {\n  max-width: 45px;\n}\n.section-mediabox.no-pad .pl-section-pad {\n  padding: 0;\n}\n.section-mediabox .mediabox-wrap {\n  min-height: 50px;\n  -webkit-background-size: cover;\n  -moz-background-size: cover;\n  -o-background-size: cover;\n  background-size: cover;\n}\n.section-mediabox img,\n.section-mediabox iframe,\n.section-mediabox object,\n.section-mediabox embed {\n  max-width: 100%;\n  height: auto;\n}\n.section-rapidtabs .widget {\n  margin: 0;\n}\n.section-rapidtabs .widget .widget-pad {\n  padding: 0;\n}\n.section-rapidtabs .the-rapid-tabs .rapid-nav {\n  border-bottom: 1px solid rgba(0,0,0,0.1);\n  padding: 0 0 5px 0;\n  margin-bottom: 12px;\n}\n.section-rapidtabs .the-rapid-tabs .rapid-nav li {\n  margin-right: 12px;\n  opacity: .5;\n}\n.section-rapidtabs .the-rapid-tabs .rapid-nav a {\n  color: inherit;\n}\n.section-rapidtabs .the-rapid-tabs .rapid-nav .ui-state-active,\n.section-rapidtabs .the-rapid-tabs .rapid-nav .ui-state-hover {\n  opacity: 1;\n}\n.section-quickcarousel .pl-section-pad {\n  padding: 0;\n}\n.section-quickcarousel .pl-quickcarousel .carousel-item {\n  margin: 0;\n  padding: 0;\n}\n.section-quickcarousel .pl-quickcarousel .carousel-item img {\n  max-width: 100%;\n  display: block;\n}\n.starbars-wrap {\n  padding: 1em;\n}\n.starbars {\n  text-align: left;\n  margin: 0;\n}\n.starbars li {\n  list-style: none !important;\n}\n.starbars li:last-child span {\n  margin-bottom: 0px;\n}\n.starbars li .bar-wrap {\n  margin-bottom: 13px;\n  border-radius: 300px;\n  box-shadow: inset 0 1px 2px rgba(0,0,0,0.12);\n  position: relative;\n}\n.starbars li span {\n  height: 15px;\n  width: 0px;\n  display: block;\n  background-color: #337EFF;\n  border-radius: 300px;\n  overflow: visible !important;\n  position: relative;\n}\n.starbars li span strong {\n  opacity: 0;\n  color: #fff;\n}\n.starbars li span strong:after {\n  right: 13px;\n}\n.starbars li strong {\n  position: absolute;\n  right: 0px;\n  top: -25px;\n  opacity: .2;\n  padding: 4px 7px !important;\n  background-color: #333;\n  color: rgba(255,255,255,0.8);\n  line-height: 12px !important;\n  font-size: 11px !important;\n  display: block;\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n  border-radius: 2px;\n}\n.starbars li strong:after {\n  border-color: #333 transparent;\n  border-style: solid;\n  border-width: 5px 5px 0;\n  bottom: -5px;\n  content: \"\";\n  display: block;\n  right: 5px;\n  position: absolute;\n  width: 0;\n}\n.starbars li strong.full:after {\n  left: 15px;\n}\n.starbars li p {\n  font-size: 11.9px;\n  margin: 0;\n  padding-bottom: 2px;\n}\n.pl-dark-img .shelf-shadow,\n.pl-black .shelf-shadow {\n  background-color: rgba(0,0,0,-0.08);\n  background-image: -moz-linear-gradient(top,transparent,rgba(0,0,0,0.2));\n  background-image: -ms-linear-gradient(top,transparent,rgba(0,0,0,0.2));\n  background-image: -webkit-linear-gradient(top,transparent,rgba(0,0,0,0.2));\n  background-image: linear-gradient(top,transparent,rgba(0,0,0,0.2));\n  background-repeat: repeat-x;\n}\n.popshot-wrap {\n  position: relative;\n  overflow: hidden;\n  height: 280px;\n  text-align: center;\n}\n.popshot-wrap .shelf-shadow {\n  position: absolute;\n  bottom: 0;\n  height: 70px;\n  background-color: rgba(0,0,0,-0.028);\n  background-image: -moz-linear-gradient(top,transparent,rgba(0,0,0,0.07));\n  background-image: -ms-linear-gradient(top,transparent,rgba(0,0,0,0.07));\n  background-image: -webkit-linear-gradient(top,transparent,rgba(0,0,0,0.07));\n  background-image: linear-gradient(top,transparent,rgba(0,0,0,0.07));\n  background-repeat: repeat-x;\n  width: 100%;\n}\n.popshot-wrap .browser-btns {\n  display: none;\n  position: absolute;\n  top: 8px;\n  left: 8px;\n}\n.popshot-wrap .browser-btns > span {\n  height: 10px;\n  width: 10px;\n  margin-right: 5px;\n  display: inline-block;\n  vertical-align: top;\n  border-radius: 10px;\n  box-shadow: inset 0 0 1px rgba(0,0,0,0.3);\n}\n.popshot-wrap .browser-btns > span.bbtn-green {\n  background: #a3f439;\n}\n.popshot-wrap .browser-btns > span.bbtn-red {\n  background: #ff4d3b;\n}\n.popshot-wrap .browser-btns > span.bbtn-orange {\n  background: #ffba3b;\n}\n.popshot-wrap.popshot-browser .browser-btns {\n  display: block;\n}\n.popshot-wrap.popshot-browser .popshot {\n  background: #f7f7f7;\n  padding: 26px 0 0;\n  border-radius: 5px;\n  box-shadow: inset 1px 1px 0 #fff, rgba(0,0,0,0.3) 0 0 10px 0;\n}\n.popshot-wrap.popshot-browser .popshot img {\n  border-top: 1px solid #ccc;\n}\n.popshot-wrap.popshot-frame .popshot {\n  background: #fff;\n  padding: 4px 4px 0 4px;\n  border-radius: 5px;\n  border: 1px solid #BBB;\n  box-shadow: rgba(0,0,0,0.3) 0 0 10px 0;\n}\n.popshot-wrap.popshot-shadow .popshot {\n  box-shadow: rgba(0,0,0,0.3) 0 0 10px 0;\n}\n.popshot-wrap .popshot {\n  max-width: 400px;\n  max-height: 300px;\n  bottom: -3px;\n  position: absolute;\n  z-index: 10;\n  left: 50%;\n}\n.popshot-wrap .popshot img {\n  max-width: 100%;\n  border-radius: 2px;\n}\n.popshot-wrap .popshot.popshot-1 {\n  margin-left: -575px;\n  z-index: 11;\n}\n.popshot-wrap .popshot.popshot-2 {\n  margin-left: -400px;\n  height: 225px;\n}\n.popshot-wrap .popshot.popshot-3 {\n  height: 250px;\n  width: 350px;\n  margin-left: -175px;\n}\n.popshot-wrap .popshot:after {\n  position: absolute;\n  content: \" \";\n  bottom: 0;\n  left: 0;\n  right: 0;\n  width: 100%;\n  height: 20px;\n  background-color: rgba(0,0,0,-0.04);\n  background-image: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.1));\n  background-image: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.1));\n  background-image: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.1));\n  background-image: linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.1));\n  background-repeat: repeat-x;\n}\n.masthead {\n  position: relative;\n}\n.masthead .inner {\n  padding-top: 43.4px;\n}\n.masthead.with-splash .inner {\n  padding-top: 21.7px;\n}\n.masthead h1,\n.masthead p {\n  text-align: center;\n}\n.masthead .masthead-title {\n  margin: 0 0 20px;\n  font-size: 75px;\n  letter-spacing: -1px;\n  line-height: 1;\n}\n.masthead .masthead-tag {\n  margin: 0;\n  margin-bottom: 30px;\n  margin-left: 5%;\n  margin-right: 5%;\n  font-size: 25px;\n  line-height: 1.3em;\n  opacity: .7;\n  font-weight: 300;\n}\n.masthead .masthead-tag strong {\n  font-weight: 500;\n}\n.masthead .download-info {\n  margin-bottom: 30px;\n}\n.masthead .download-info .btn {\n  margin: 0 8px;\n}\n.masthead .splash {\n  padding-top: 18px;\n}\n.masthead .splash img {\n  display: block;\n  margin: 0 auto;\n}\n.mastmeta {\n  color: rgba(0,0,0,0.7);\n}\n.subhead {\n  padding-bottom: 0;\n  margin-bottom: 9px;\n}\n.subhead h1 {\n  font-size: 54px;\n}\n.mastlinks {\n  margin: 36px 0;\n}\n.quick-links {\n  min-height: 30px;\n  margin: 0;\n  padding: 5px 20px;\n  list-style: none;\n  text-align: center;\n  overflow: hidden;\n}\n.quick-links:first-child {\n  min-height: 0;\n}\n.quick-links li {\n  display: inline;\n  margin: 0 8px;\n}\n@media screen and (max-width: 980px) {\n  .masthead .masthead-title {\n    font-size: 72px;\n  }\n}\n@media screen and (max-width: 768px) {\n  .masthead .inner {\n    padding-top: 21.7px;\n  }\n  .masthead .masthead-title {\n    font-size: 54px;\n  }\n  .masthead .masthead-tag {\n    margin-right: 0;\n    margin-left: 0;\n  }\n  .masthead .btn {\n    margin-bottom: 10px;\n  }\n}\n@media screen and (max-width: 480px) {\n  .masthead .inner {\n    padding-top: 10px;\n  }\n  .masthead .masthead-title {\n    font-size: 45px;\n    margin-right: 0;\n  }\n  .masthead .masthead-tag {\n    margin-right: 0;\n    margin-left: 0;\n    font-size: 18px;\n    line-height: 24px;\n  }\n  .masthead .btn {\n    display: block;\n    font-size: 18px;\n    padding: 10px 14px;\n    margin: 0 auto 10px;\n  }\n}\n.pp-plan {\n  text-align: center;\n  border-style: solid;\n  border-width: 1px;\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  -ms-box-sizing: border-box;\n  box-sizing: border-box;\n  overflow: hidden;\n  margin-top: 25px;\n}\n.pp-plan.most-popular {\n  margin-top: 0;\n}\n.pp-plan.most-popular .pp-header .pp-title {\n  font-size: 20px;\n  padding: 16px;\n}\n.pp-plan.most-popular .pp-header .pp-title .mp {\n  font-size: 12px;\n  opacity: .6;\n}\n.pp-plan.most-popular .pp-attributes ul .pp-link {\n  padding: 20px 0;\n}\n.pp-plan .pp-header {\n  text-align: center;\n}\n.pp-plan .pp-header .pp-title {\n  font-size: 18px;\n  padding: 8px;\n  border-bottom-style: solid;\n  border-bottom-width: 1px;\n}\n.pp-plan .pp-header .pp-price {\n  padding: 20px;\n}\n.pp-plan .pp-header .pp-price .price-pre {\n  vertical-align: top;\n  font-size: 1.2em;\n}\n.pp-plan .pp-header .pp-price .price {\n  font-size: 70px;\n  line-height: 70px;\n}\n.pp-plan .pp-header .pp-price .price-pre,\n.pp-plan .pp-header .pp-price .price-post,\n.pp-plan .pp-header .pp-price .price-sub {\n  opacity: .7;\n}\n.pp-plan .pp-header .pp-price .price-sub {\n  font-style: italic;\n  font-size: 12px;\n  font-weight: 400;\n  margin-top: 7px;\n  line-height: 1.5em;\n}\n.pp-plan .pp-attributes ul li {\n  padding: 10px;\n  font-weight: 600;\n  border-top-style: solid;\n  border-top-width: 1px;\n}\n.pp-plan .pp-attributes ul li.emphasis {\n  font-size: 120%;\n}\n.section-hero .pl-section-pad {\n  padding: 5%;\n}\n.pl-hero-wrap {\n  max-width: 100%;\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  -ms-box-sizing: border-box;\n  box-sizing: border-box;\n}\n.pl-hero-wrap .pl-hero h1 {\n  font-size: 3em;\n  line-height: 1;\n  letter-spacing: -1px;\n  word-wrap: normal;\n}\n.pl-hero-wrap .pl-hero h1 small {\n  display: block;\n}\n.pl-hero-wrap .pl-hero p {\n  margin: 5.425px 0 21.7px;\n  font-size: 18px;\n  font-weight: 200;\n  line-height: 1.5em;\n}\n.pl-hero-wrap .pl-hero-image {\n  margin-bottom: 0;\n  float: right;\n}\n.pl-hero.span6,\n.pl-hero-image.span6 {\n  margin-bottom: 0;\n}\n.hero_image {\n  text-align: right;\n}\n.pl-hero-reverse .pl-hero-image {\n  margin-right: 21px;\n  margin-left: 0px;\n  text-align: left;\n  float: left;\n}\n.pl-hero-reverse .pl-hero {\n  float: right;\n}\n@media (max-width: 768px) {\n  .hero_image,\n  .pl-hero h1,\n  .pl-hero p {\n    text-align: center;\n  }\n  .pl-hero.span6 .btn {\n    display: block;\n    margin-bottom: 20px;\n  }\n}\n@media (max-width: 480px) {\n  .pl-hero-wrap {\n    padding: 20px;\n  }\n}\n@media (max-width: 1000px) {\n  .pl-hero-wrap .pl-hero h1 {\n    font-size: 2em;\n  }\n}\n.masonic-header-content-pad {\n  padding: 15px;\n}\n.masonic-header-content-pad .masonic-title {\n  font-size: 20px;\n  float: left;\n}\n.masonic-header-content-pad .masonic-nav {\n  float: right;\n  max-width: 85%;\n}\n.masonic-header-content-pad .masonic-nav .lh {\n  font-weight: 600;\n  font-size: 100%;\n}\n.masonic-header-content-pad .masonic-nav li {\n  margin-left: 18px;\n  font-size: 85%;\n}\n.pl-grid-text {\n  float: left;\n  width: 75%;\n  padding: 15px 0;\n}\n.pl-grid-text h4 {\n  font-size: 16px;\n  margin: 0;\n}\n.pl-grid-text .pl-grid-metabar {\n  font-size: 12px;\n}\n.pl-grid-meta {\n  float: right;\n  text-align: right;\n  width: 25%;\n  padding: 15px 0;\n}\n.pl-grid-excerpt p {\n  font-size: 85%;\n  line-height: 1.4em;\n  margin: 5px 0;\n}\n.pl-grid-excerpt p:first-child {\n  margin-top: 0;\n}\n.pl-grid-image {\n  position: relative;\n}\n.pl-grid-image img {\n  max-width: 100%;\n}\n.pl-grid-image .pl-grid-image-info {\n  opacity: 0;\n  position: absolute;\n  display: block;\n  height: 100%;\n  width: 100%;\n  top: 0px;\n  left: 0px;\n  color: #fff;\n  -webkit-transition: all 0.2s linear;\n  -moz-transition: all 0.2s linear;\n  -ms-transition: all 0.2s linear;\n  transition: all 0.2s linear;\n}\n.pl-grid-image .pl-grid-image-info .info-text {\n  opacity: 0;\n  background-color: rgba(0,0,0,0.6);\n  padding: 9px 15px;\n  color: #fff;\n  font-size: 12px;\n  line-height: 1.3em;\n  margin: 5px;\n  display: inline-block;\n  border-radius: 3px;\n  -webkit-transition: all 0.1s linear;\n  -moz-transition: all 0.1s linear;\n  -ms-transition: all 0.1s linear;\n  transition: all 0.1s linear;\n}\n.pl-grid-image .pl-grid-image-info .info-text:hover {\n  opacity: 0.8;\n}\n.pl-grid-image .pl-grid-image-info .view,\n.pl-grid-image .pl-grid-image-info .image,\n.pl-grid-image .pl-grid-image-info .video {\n  position: absolute;\n  top: 0px;\n  left: 0px;\n  height: 100%;\n  width: 100%;\n  text-indent: -9999px;\n  color: #fff;\n  display: block;\n}\n.pl-grid-image .pl-grid-image-hover {\n  opacity: 0;\n  height: 100%;\n  width: 100%;\n  top: 0px;\n  left: 0px;\n  background-color: #337EFF;\n  position: absolute;\n  -webkit-transition: all 0.2s linear;\n  -moz-transition: all 0.2s linear;\n  -ms-transition: all 0.2s linear;\n  transition: all 0.2s linear;\n}\n.pl-grid-image:hover .pl-grid-image-info {\n  opacity: 1;\n}\n.pl-grid-image:hover .pl-grid-image-info .info-text {\n  opacity: 1;\n}\n.pl-grid-image:hover .pl-grid-image-hover {\n  opacity: 0.7;\n  filter: alpha(opacity=90);\n}\n.section-icallout {\n  text-align: center;\n}\n.section-icallout .icallout-head {\n  margin-bottom: 12px;\n}\n.section-icallout .format-inline .icallout-head {\n  font-size: 37px;\n  line-height: 1em;\n}\n.section-icallout .format-inline .icallout-head,\n.section-icallout .format-inline .icallout-action {\n  display: inline-block;\n  margin: 10px 15px;\n  vertical-align: top;\n}\n.section-testimonials {\n  text-align: center;\n}\n.section-testimonials .pl-testimonials-container {\n  position: relative;\n}\n.section-testimonials .the-testimonial {\n  padding-left: 0px;\n  text-align: center;\n  background-image: none;\n  width: 100%;\n  margin: 0 auto;\n  opacity: 0;\n  position: absolute;\n  left: -25px;\n  z-index: -1;\n}\n.section-testimonials blockquote {\n  padding: 0 0 13px;\n  border: none;\n  font-size: 34px;\n  letter-spacing: -1px;\n  line-height: 1.35em;\n  margin: 0;\n}\n.section-testimonials blockquote p {\n  margin: 0;\n  font-style: normal;\n}\n.section-testimonials .cite,\n.section-testimonials cite {\n  font-size: 15px;\n  line-height: 40px;\n  display: inline-block;\n}\n.section-testimonials .controls ul {\n  margin: 0px;\n  display: block;\n  text-align: center;\n  width: 100%;\n  z-index: 30;\n  position: relative;\n}\n.section-testimonials .controls ul li {\n  list-style: none;\n  cursor: pointer;\n  display: inline-block;\n}\n.section-testimonials .controls ul li > span {\n  border-style: solid;\n  border-width: 1px;\n  border-radius: 10px 10px 10px 10px;\n  cursor: pointer;\n  display: inline-block;\n  height: 10px;\n  width: 10px;\n  margin: 0 4px;\n  transition: background-color 0.2s linear 0s, border-color 0.2s linear 0s;\n}\n.section-testimonials .controls ul.nav-avatar li > span {\n  border-radius: 0;\n  width: 30px;\n  height: 30px;\n  -webkit-background-size: cover;\n  -moz-background-size: cover;\n  -o-background-size: cover;\n  background-size: cover;\n  opacity: .7;\n  display: inline-block;\n  transition: opacity 0.2s linear 0s;\n  border-width: 0;\n}\n.section-testimonials .controls ul.nav-avatar li:hover > span,\n.section-testimonials .controls ul.nav-avatar li.active > span {\n  opacity: 1;\n}\n.quovolve-nav:before,\n.quovolve-nav:after {\n  content: \"\\0020\";\n  display: block;\n  height: 0;\n  visibility: hidden;\n}\n.quovolve-nav:after {\n  clear: both;\n}\n.quovolve-nav {\n  line-height: 30px;\n  zoom: 1;\n}\n.quovolve-nav a {\n  background: transparent;\n  display: block;\n  font-size: 0;\n  text-align: center;\n}\n.quovolve-nav li.avatar-nav {\n  margin: 0 7px;\n}\n.quovolve-nav li.avatar-nav:hover a {\n  opacity: .6;\n}\n.quovolve-nav li.avatar-nav.active a {\n  opacity: 1;\n}\n.quovolve-nav li.avatar-nav a {\n  opacity: .7;\n  -webkit-transition: all .1s ease-in-out;\n  -moz-transition: all .1s ease-in-out;\n  -ms-transition: all .1s ease-in-out;\n  transition: all .1s ease-in-out;\n  -webkit-background-size: cover;\n  -moz-background-size: cover;\n  -o-background-size: cover;\n  background-size: cover;\n  height: 50px;\n  width: 50px;\n}\n.section-navi {\n  text-align: center;\n  width: 100%;\n  position: relative;\n}\n.section-navi .nav-searchform,\n.section-navi ul {\n  vertical-align: top;\n  font-size: 12px;\n}\n.section-navi .navi-wrap {\n  height: 50px;\n  position: relative;\n}\n.section-navi .navi-container {\n  height: 36px;\n  padding: 7px;\n}\n.section-navi .navi-right {\n  float: right;\n}\n.section-navi .navi-left {\n  float: left;\n}\n.section-navi .navi-center {\n  display: inline-block;\n}\n.section-navi .navi-searchform {\n  height: 50px;\n  line-height: 50px;\n  margin-bottom: 0;\n  position: relative;\n  display: inline-block;\n}\n.section-navi .navi-searchform .btn-search {\n  padding: 0 20px;\n}\n.section-navi .navi-searchform input {\n  vertical-align: top;\n  margin: 0;\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n  border: none;\n  height: 50px;\n  width: 0;\n  background: transparent;\n  padding: 0;\n  -webkit-transition: width .5s ease-in-out;\n  -moz-transition: width .5s ease-in-out;\n  -ms-transition: width .5s ease-in-out;\n  transition: width .5s ease-in-out;\n  border-radius: 0;\n  box-shadow: none;\n}\n.section-navi .navi-searchform input:focus {\n  box-shadow: none;\n}\n.section-navi .navi-searchform.has-focus input {\n  width: 130px;\n}\n.section-navi .navi-searchform.has-focus .btn-search {\n  color: #337EFF;\n}\n.section-navi img {\n  max-height: 100%;\n}\n.section-navi .navi-site-title,\n.section-navi .navi-site-description {\n  margin: 0;\n}\n.section-navi .navi-site-title {\n  font-size: 40px;\n}\n.section-navi .navi-site-description {\n  font-size: 15px;\n  text-align: left;\n  opacity: .8;\n}\n.section-navi .pl-nav > li > a {\n  line-height: 50px;\n  padding: 0 13px;\n  opacity: .7;\n}\n.section-navi .pl-nav > li .mm-toggle {\n  padding: 0 20px;\n}\n.section-navi .pl-nav > li.current-menu-item > a,\n.section-navi .pl-nav > li:hover > a {\n  opacity: 1;\n  background: rgba(0,0,0,0.03);\n}\n@media screen and (max-width: 768px) {\n  .section-navi .navi-searchform {\n    display: none;\n  }\n  .section-navi .navi-site-title {\n    font-size: 28px;\n  }\n  .section-navi .navi-site-description {\n    font-size: 14px;\n  }\n}\n.gmnoprint img {\n  max-width: none !important;\n}\n#pl-map {\n  position: relative;\n  overflow: hidden;\n  min-height: 200px;\n  min-width: 200px;\n}\n.pl-map img {\n  max-width: none !important;\n}\n.spynav {\n  width: 100%;\n  height: auto;\n  background: #f6f6f6;\n  border-color: #d4d4d4 #d4d4d4 #adadad;\n  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);\n  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);\n  border: 1px solid #bababa;\n  -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.4);\n  -moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.4);\n  box-shadow: inset 1px 1px 0 rgba(255,255,255,0.4);\n  -webkit-border-radius: 4px;\n  -moz-border-radius: 4px;\n  border-radius: 4px;\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  -ms-box-sizing: border-box;\n  box-sizing: border-box;\n}\n.spynav:hover,\n.spynav:active,\n.spynav.active,\n.spynav.disabled,\n.spynav[disabled] {\n  background-color: #d4d4d4;\n}\n.spynav:active,\n.spynav.active {\n  background-color: #bababa \\9;\n}\n.spynav .nav {\n  margin-bottom: 0;\n}\n.spynav .nav > li > a {\n  color: rgba(0,0,0,0.7);\n  margin: 0;\n  padding-top: 11px;\n  padding-bottom: 11px;\n  border-left: 1px solid rgba(255,255,255,0.4);\n  border-right: 1px solid #bababa;\n  -webkit-border-radius: 0px;\n  -moz-border-radius: 0px;\n  border-radius: 0px;\n}\n.spynav .nav > li > a:hover {\n  border-left: 1px solid rgba(255,255,255,0.4);\n  border-right: 1px solid #bababa;\n  background: #c7c7c7;\n  border-color: #e9e9e9 #e9e9e9 #c3c3c3;\n  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);\n  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);\n}\n.spynav .nav > li > a:hover:hover,\n.spynav .nav > li > a:hover:active,\n.spynav .nav > li > a:hover.active,\n.spynav .nav > li > a:hover.disabled,\n.spynav .nav > li > a:hover[disabled] {\n  background-color: #e9e9e9;\n}\n.spynav .nav > li > a:hover:active,\n.spynav .nav > li > a:hover.active {\n  background-color: #d0d0d0 \\9;\n}\n.spynav .nav > li.active > a,\n.spynav .nav > li.active > a:hover {\n  color: #000000;\n  padding-left: 13px;\n  background: #c7c7c7;\n  border-color: #e9e9e9 #e9e9e9 #c3c3c3;\n  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);\n  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);\n  border-left: 0;\n  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.05);\n  -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.05);\n  box-shadow: inset 0 3px 5px rgba(0,0,0,0.05);\n}\n.spynav .nav > li.active > a:hover,\n.spynav .nav > li.active > a:active,\n.spynav .nav > li.active > a.active,\n.spynav .nav > li.active > a.disabled,\n.spynav .nav > li.active > a[disabled],\n.spynav .nav > li.active > a:hover:hover,\n.spynav .nav > li.active > a:hover:active,\n.spynav .nav > li.active > a:hover.active,\n.spynav .nav > li.active > a:hover.disabled,\n.spynav .nav > li.active > a:hover[disabled] {\n  background-color: #e9e9e9;\n}\n.spynav .nav > li.active > a:active,\n.spynav .nav > li.active > a.active,\n.spynav .nav > li.active > a:hover:active,\n.spynav .nav > li.active > a:hover.active {\n  background-color: #d0d0d0 \\9;\n}\n.spynav .nav > .active > a .caret,\n.spynav .nav > .active > a:hover .caret {\n  border-top-color: #d4d4d4;\n}\n.spynav li {\n  list-style: none;\n}\n.spynav ul {\n  margin: 0;\n}\n.spynav .nav > li:first-child > a,\n.spynav .nav > li:first-child > a:hover {\n  padding-left: 12px;\n  -webkit-border-radius: 4px 0 0 4px;\n  -moz-border-radius: 4px 0 0 4px;\n  border-radius: 4px 0 0 4px;\n}\n.spynav .dropdown-menu {\n  -webkit-border-radius: 0 0 4px 4px;\n  -moz-border-radius: 0 0 4px 4px;\n  border-radius: 0 0 4px 4px;\n}\n.spynav-space {\n  height: 40px;\n  display: none;\n}\n@media (min-width: 767px) {\n  .spynav-fixed {\n    position: fixed;\n    top: 72px;\n    left: 0;\n    right: 0;\n    z-index: 990;\n    border-color: #bababa;\n    border-width: 0 0 1px;\n    -webkit-border-radius: 0px;\n    -moz-border-radius: 0px;\n    border-radius: 0px;\n    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 5px rgba(0,0,0,.1);\n    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 5px rgba(0,0,0,.1);\n    box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 5px rgba(0,0,0,.1);\n  }\n  .spynav-fixed .nav {\n    margin: 0 auto;\n    padding: 0 1px;\n  }\n  .spynav-fixed .nav > li:first-child {\n    -webkit-border-radius: 0;\n    -moz-border-radius: 0;\n    border-radius: 0;\n  }\n  .spynav-fixed .nav > li:first-child > a,\n  .spynav-fixed .nav > li:first-child > a:hover {\n    -webkit-border-radius: 0;\n    -moz-border-radius: 0;\n    border-radius: 0;\n  }\n}\n@media (max-width: 767px) {\n  .spynav .nav-tabs > li,\n  .spynav .nav-pills > li {\n    float: none;\n  }\n  .spynav .nav > li:first-child > a,\n  .spynav .nav > li:first-child > a:hover {\n    -webkit-border-radius: 4px 4px 0 0;\n    -moz-border-radius: 4px 4px 0 0;\n    border-radius: 4px 4px 0 0;\n  }\n  .spynav .nav > li:last-child > a,\n  .spynav .nav > li:last-child > a:hover {\n    -webkit-border-radius: 0 0 4px 4px;\n    -moz-border-radius: 0 0 4px 4px;\n    border-radius: 0 0 4px 4px;\n  }\n  .spynav .nav > li > a:hover {\n    background-color: #ffffff;\n  }\n}\n.section-pageheader .pl-area-pad {\n  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);\n}\n.pl-ph-container {\n  -webkit-background-size: cover;\n  -moz-background-size: cover;\n  -o-background-size: cover;\n  background-size: cover;\n  background-position: center center;\n}\n.pl-ph-container .pl-content {\n  padding: 60px 0;\n}\n.pl-ph-container h2 {\n  margin: 0;\n  font-size: 40px;\n  line-height: 1.3em;\n  font-weight: 600;\n}\n.pl-ph-container .ph-sub {\n  font-size: 22px;\n  line-height: 1em;\n  font-weight: 300;\n  opacity: .7;\n}\n.pl-ph-container .ph-text {\n  float: left;\n}\n.pl-ph-container .ph-meta {\n  float: right;\n}\n.pl-ph-container .ph-meta .btn {\n  margin: 0 10px;\n}\n.pl-ph-container.format-center {\n  text-align: center;\n}\n.pl-ph-container.format-center .ph-text,\n.pl-ph-container.format-center .ph-meta {\n  float: none;\n  display: block;\n}\n.popthumbs-wrap {\n  text-align: center;\n}\n.popthumbs-wrap .popthumb {\n  width: 100%;\n  max-width: 200px;\n  display: inline-block;\n  position: relative;\n  background: #fff;\n  padding: 4px;\n  border-radius: 5px;\n  box-shadow: 0 1px 3px rgba(0,0,0,0.3);\n  margin-bottom: 8px;\n}\n.popthumbs-wrap .popthumb .expander {\n  position: absolute;\n  border: 2px solid #fff;\n  background: rgba(0,0,0,0.3);\n  box-shadow: 0 1px 2px rgba(0,0,0,0.3);\n  border-radius: 10px;\n  font-size: 20px;\n  padding: 10px;\n  text-align: center;\n  top: -17px;\n  right: -17px;\n  height: 17px;\n  width: 17px;\n  color: #fff;\n  line-height: 17px;\n}\n.popthumbs-wrap .popthumb:hover {\n  opacity: .8;\n}\n.popthumbs-wrap .popthumb-text {\n  padding: 8px 0;\n}\n.popthumbs-wrap .popthumb-text .popthumb-desc {\n  opacity: .75;\n}\n.docker-wrapper {\n  position: relative;\n}\n.docker-wrapper .docker-title {\n  margin: 0 0 15px;\n}\n.docker-wrapper .sticky-wrapper {\n  position: absolute;\n}\n.docker-wrapper .docker-sidebar {\n  border-style: solid;\n  border-width: 1px;\n  width: 280px;\n  position: absolute;\n}\n.docker-wrapper .docker-sidebar .docker-mobile-drop {\n  text-align: center;\n  font-size: 15px;\n  line-height: 40px;\n  display: none;\n  cursor: pointer;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n}\n.docker-wrapper .docker-sidebar ul {\n  padding: 10px 0;\n}\n.docker-wrapper .docker-sidebar ul lh {\n  font-weight: 600;\n  font-size: 1.2em;\n  margin-bottom: 0px;\n}\n.docker-wrapper .docker-sidebar.sticky {\n  float: none;\n  position: fixed;\n  top: 20px;\n  z-index: 6;\n  left: auto;\n}\n.docker-wrapper .docker-content {\n  margin-left: 320px;\n  padding: 20px 0;\n  min-height: 500px;\n}\n@media (max-width: 768px) {\n  .docker-wrapper .sticky-wrapper,\n  .docker-wrapper .docker-sidebar {\n    width: auto;\n    position: static !important;\n    height: auto !important;\n  }\n  .docker-wrapper .docker-sidebar .docker-mobile-drop {\n    display: block;\n  }\n  .docker-wrapper .docker-sidebar ul {\n    display: none;\n  }\n  .docker-wrapper .docker-sidebar ul.show-me {\n    display: block;\n  }\n  .docker-wrapper .docker-content {\n    margin-left: 20px;\n  }\n}\n.section-docker.pl-area .docker-wrapper {\n  padding: 0 15px;\n  box-sizing: border-box;\n}\n.socialinks-wrap .sl-text {\n  float: left;\n  line-height: 26px;\n  font-size: 12px;\n}\n.socialinks-wrap .sl-text .sl-copy {\n  padding-right: 10px;\n}\n.socialinks-wrap .sl-text .sl-nav li a {\n  padding: 0 10px;\n}\n.socialinks-wrap .sl-links {\n  float: right;\n}\n.socialinks-wrap.sl-links-left .sl-text {\n  float: right;\n}\n.socialinks-wrap.sl-links-left .sl-links {\n  float: left;\n}\n@media (max-width: 768px) {\n  .socialinks-wrap .sl-text,\n  .socialinks-wrap .sl-links {\n    float: none;\n    text-align: center;\n    margin: 10px 0;\n  }\n  .socialinks-wrap .pl-nav {\n    display: block;\n  }\n}\n.section-secondnav.container {\n  margin: 0;\n}\n.section-secondnav ul {\n  list-style: none;\n  margin: 0;\n}\n.section-secondnav ul li {\n  float: left;\n}\n.section-secondnav ul li a {\n  display: block;\n  padding: 3px 8px;\n  border: none;\n}\n.section-secondnav ul li a:active {\n  text-decoration: none;\n}\n.section-secondnav .secondnav_menu {\n  margin: 0 0 0 0px;\n}\n.flipper-heading {\n  z-index: 100;\n  position: relative;\n  margin: 7px 0;\n  min-height: 23px;\n  line-height: 20px;\n}\n.flipper-heading .flipper-title {\n  text-transform: uppercase;\n  font-weight: 600;\n  padding-top: 5px;\n}\n.flipper-heading .flipper-next,\n.flipper-heading .flipper-prev {\n  cursor: pointer;\n  display: block;\n  text-align: center;\n  margin-left: 5px;\n  -webkit-transition: all 0.1s linear 0s;\n  -moz-transition: all 0.1s linear 0s;\n  -ms-transition: all 0.1s linear 0s;\n  transition: all 0.1s linear 0s;\n  background-repeat: no-repeat !important;\n  position: absolute;\n  top: 0px;\n  height: 20px;\n  width: 20px;\n  right: 0px;\n  -webkit-border-radius: 1px;\n  -moz-border-radius: 1px;\n  border-radius: 1px;\n}\n.flipper-heading .flipper-prev {\n  right: 25px;\n}\n.flipper-heading .flipper-prev:hover,\n.flipper-heading .flipper-next:hover {\n  background-color: #337EFF;\n  color: #FFFFFF;\n}\n.pl-area.section-flipper {\n  overflow: hidden;\n}\n.pl-area.section-flipper .flipper-heading-wrap {\n  margin: 0 10px;\n  position: relative;\n}\n.pl-area.section-flipper .flipper-items .flipper-meta {\n  padding: 15px;\n}\n.section-flipper .pl-section-pad {\n  padding: 15px 0;\n  overflow: hidden;\n  position: relative;\n}\n.flipper-wrap {\n  position: relative;\n  margin-left: -10px;\n  margin-right: -10px;\n}\n.flipper-wrap .flipper {\n  opacity: 0;\n  max-height: 400px;\n}\n.flipper-wrap .flipper.flipper-loaded {\n  max-height: none;\n}\n.flipper-wrap .flipper-items {\n  overflow: hidden;\n}\n.flipper-wrap .flipper-items > li {\n  position: relative;\n  display: block;\n  float: left;\n}\n.flipper-wrap .flipper-items > li h3 {\n  position: relative;\n  top: 0px;\n  color: #fff;\n  margin-bottom: 10px;\n}\n.flipper-wrap .flipper-items > li img {\n  width: 100%;\n  display: block;\n  float: left;\n  margin-bottom: 0px;\n}\n.flipper-wrap .flipper-items.layout-grid li {\n  margin: 0px 10px 0px 10px;\n}\n.flipper-wrap .flipper-items.layout-masonry li {\n  margin: 0px;\n}\n.flipper-wrap .flipper-items .flipper-item {\n  position: relative;\n}\n.flipper-wrap .flipper-items .flipper-item .flipper-info-bg {\n  opacity: 0;\n  height: 100%;\n  width: 100%;\n  top: 0px;\n  left: 0px;\n  background-color: #337EFF;\n  position: absolute;\n  -webkit-transition: all 0.2s linear;\n  -moz-transition: all 0.2s linear;\n  -ms-transition: all 0.2s linear;\n  transition: all 0.2s linear;\n}\n.flipper-wrap .flipper-items .flipper-item .flipper-info {\n  opacity: 0;\n  position: absolute;\n  display: block;\n  height: 100%;\n  width: 100%;\n  top: 0px;\n  left: 0px;\n  color: #fff;\n  -webkit-transition: all 0.2s linear;\n  -moz-transition: all 0.2s linear;\n  -ms-transition: all 0.2s linear;\n  transition: all 0.2s linear;\n}\n.flipper-wrap .flipper-items .flipper-item .flipper-info .info-text {\n  background-color: rgba(0,0,0,0.6);\n  padding: 9px 15px;\n  color: #fff;\n  font-size: 12px;\n  line-height: 1.3em;\n  margin: 5px;\n  display: inline-block;\n  -webkit-border-radius: 3px;\n  -moz-border-radius: 3px;\n  border-radius: 3px;\n  -webkit-transition: all 0.1s linear;\n  -moz-transition: all 0.1s linear;\n  -ms-transition: all 0.1s linear;\n  transition: all 0.1s linear;\n}\n.flipper-wrap .flipper-items .flipper-item .flipper-info .info-text:hover {\n  opacity: 0.8;\n}\n.flipper-wrap .flipper-items .flipper-item .flipper-info .view,\n.flipper-wrap .flipper-items .flipper-item .flipper-info .image,\n.flipper-wrap .flipper-items .flipper-item .flipper-info .video {\n  position: absolute;\n  top: 0px;\n  left: 0px;\n  height: 100%;\n  width: 100%;\n  text-indent: -9999px;\n  color: #fff;\n  display: block;\n}\n.flipper-wrap .flipper-items .flipper-item .flipper-info span {\n  top: 0px;\n  left: 0px;\n  position: absolute;\n  display: block;\n  height: 42px;\n  width: 42px;\n  background-repeat: no-repeat;\n  background-position: center;\n  opacity: 0.8;\n  -webkit-transition: all 0.2s linear;\n  -moz-transition: all 0.2s linear;\n  -ms-transition: all 0.2s linear;\n  transition: all 0.2s linear;\n}\n.flipper-wrap .flipper-items .flipper-item .flipper-info .pl-center {\n  -webkit-transition: all 0.2s linear;\n  -moz-transition: all 0.2s linear;\n  -ms-transition: all 0.2s linear;\n  transition: all 0.2s linear;\n  text-align: center;\n  margin-top: 60px;\n}\n.flipper-wrap .flipper-items .flipper-item .flipper-info .pl-center p {\n  padding-bottom: 0px;\n}\n.flipper-wrap .flipper-items .flipper-item:hover .flipper-info {\n  opacity: 1;\n}\n.flipper-wrap .flipper-items .flipper-item:hover .flipper-info .pl-center {\n  padding-top: 20px;\n}\n.flipper-wrap .flipper-items .flipper-item:hover .flipper-info-bg {\n  opacity: 0.9;\n  filter: alpha(opacity=90);\n}\n.flipper-wrap .flipper-items .flipper-meta {\n  padding: 10px 0;\n  text-align: left;\n}\n.flipper-wrap .flipper-items .flipper-meta .pl-karma {\n  float: right;\n  margin-top: 4px;\n}\n.flipper-wrap .flipper-items .flipper-meta .flipper-post-title {\n  margin: 0;\n  line-height: 1.4em;\n}\n.flipper-wrap .flipper-items .flipper-meta .flipper-metabar {\n  opacity: .6;\n  font-size: 11.9px;\n}\n.flipper-wrap .flipper-items .flipper-excerpt {\n  opacity: .8;\n  font-size: 90%;\n  border-top-style: solid;\n  border-bottom-style: solid;\n  border-top-width: 1px;\n  border-bottom-width: 1px;\n  margin-top: 1em;\n}\n.flipper-wrap .flipper-items .flipper-excerpt p {\n  margin: 1em 0;\n}\n.revslider-container {\n  width: 100%;\n  position: relative;\n  padding: 0;\n}\n.revslider-container .pl-slider {\n  opacity: 0;\n}\n.revslider-container .tparrows {\n  background: rgba(0,0,0,0.4);\n  text-align: center;\n  height: 60px;\n  width: 60px;\n  color: #fff;\n  font-size: 40px;\n  border-radius: 2px;\n}\n.revslider-container .tparrows:hover {\n  background: rgba(0,0,0,0.8);\n  color: #fff;\n  opacity: 1;\n}\n.revslider-container .tparrows i {\n  margin: 9px 0 0 1px;\n  display: block;\n}\n.revslider-container .tp-bullets.simplebullets.square .bullet {\n  background: transparent;\n  border: 1px solid #fff;\n  width: 8px;\n  height: 8px;\n  margin: 0 5px;\n  border-radius: 6px;\n}\n.revslider-container .tp-bullets.simplebullets.square .bullet.selected,\n.revslider-container .tp-bullets.simplebullets.square .bullet:hover {\n  background: #fff;\n}\n.revslider-container .text-center {\n  text-align: center;\n}\n.revslider-container h2.slider-text {\n  font-weight: 300;\n  color: #fff;\n  -webkit-transition: all 0.3s linear;\n  -moz-transition: all 0.3s linear;\n  -ms-transition: all 0.3s linear;\n  transition: all 0.3s linear;\n  margin-bottom: 15px;\n  font-weight: inherit;\n  margin: 0;\n  font-size: 60px;\n  line-height: 1.1em;\n}\n.revslider-container h2.slider-text .title {\n  display: inline-block;\n  margin-bottom: 5px;\n}\n.revslider-container h2.slider-text small {\n  display: block;\n  font-weight: inherit;\n  font-size: 24px;\n  line-height: 1.3em;\n  padding: 8px 0;\n}\n.revslider-container.element-dark .slider-text {\n  text-shadow: 0 1px 0 rgba(255,255,255,0.4);\n  color: #000;\n}\n.revslider-container.element-dark .tparrows {\n  background: rgba(255,255,255,0.4);\n  color: #000;\n}\n.revslider-container.element-dark .tparrows:hover {\n  background: rgba(255,255,255,0.8);\n  color: #000;\n}\n.revslider-container.element-dark .tp-bullets.simplebullets.square .bullet {\n  border: 1px solid #000;\n}\n.revslider-container.element-dark .tp-bullets.simplebullets.square .bullet.selected,\n.revslider-container.element-dark .tp-bullets.simplebullets.square .bullet:hover {\n  background: #000;\n}\n.revslider-container .slider-content {\n  font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n  text-shadow: 0 -1px 0 rgba(0,0,0,0.4);\n}\n.revslider-container .slider-content.left-side,\n.revslider-container .slider-content.right-side {\n  text-align: left;\n}\n.revslider-container .slider-content.centered {\n  text-align: center;\n}\n.revslider-container .slider-content .slider-buttons {\n  padding-top: 25px;\n}\n.revslider-container .slider-content .slider-buttons a.slider-btn {\n  margin-right: 15px;\n}\n.revslider-container .slider-content .slider-buttons a.slider-btn:last-child {\n  margin-right: 0;\n}\n.revslider-container .tp-bannertimer {\n  z-index: 90;\n}\n@media (max-width: 768px) {\n  .revslider-container h2.slider-text {\n    font-size: 27px;\n    line-height: 1.1em;\n  }\n  .revslider-container h2.slider-text small {\n    font-size: 14px;\n  }\n  .revslider-container .slider-buttons .btn.btn-large {\n    padding: 4px 12px;\n    font-size: 12px;\n    letter-spacing: 0;\n  }\n}\n.pl-sharebar-pad {\n  line-height: 20px;\n  text-align: center;\n}\n.pl-sharebar-pad .txt-wrap {\n  margin: 8px 0 0;\n  opacity: .5;\n}\n.pl-sharebar-pad .txt {\n  display: inline-block;\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n  font-size: 12px;\n  line-height: 1.5em;\n  max-width: 350px;\n}\n.meta-share {\n  padding-top: 5px;\n}\n.meta-share iframe,\n.meta-share object {\n  width: auto;\n}\n.pin_wrap {\n  display: inline-block;\n}\n','no'),(43300,'pl-activated','a:1:{s:3:\"dms\";a:3:{s:3:\"key\";s:40:\"DMSS56f80e0a-28c3-4014-807f-ad0075db7d4e\";s:7:\"product\";s:3:\"DMS\";s:5:\"email\";s:18:\"joegrios@gmail.com\";}}','yes'),(43301,'dms_activation','a:2:{s:6:\"active\";b:1;s:3:\"key\";s:40:\"DMSS56f80e0a-28c3-4014-807f-ad0075db7d4e\";}','yes'),(210,'avia_options_angular','a:2:{s:4:\"avia\";a:50:{s:17:\"avia-nonce-import\";s:10:\"2f32ee486a\";s:9:\"frontpage\";s:1:\"2\";s:9:\"undefined\";s:12:\"type::select\";s:8:\"blogpage\";s:2:\"33\";s:4:\"logo\";s:72:\"http://www.thetradingroom.com/wp-content/uploads/2013/02/LOGO-300x46.png\";s:7:\"favicon\";s:0:\"\";s:6:\"banner\";s:29:\"Welcome to thetradingroom.com\";s:8:\"facebook\";s:33:\"http://www.facebook.com/riosquant\";s:5:\"gplus\";s:0:\"\";s:7:\"twitter\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";s:10:\"feedburner\";s:0:\"\";s:9:\"analytics\";s:595:\"&lt;script type=&quot;text/javascript&quot;&gt;\n\n  var _gaq = _gaq || [];\n  _gaq.push([&#039;_setAccount&#039;, &#039;UA-7661609-2&#039;]);\n  _gaq.push([&#039;_trackPageview&#039;]);\n\n  (function() {\n    var ga = document.createElement(&#039;script&#039;); ga.type = &#039;text/javascript&#039;; ga.async = true;\n    ga.src = (&#039;https:&#039; == document.location.protocol ? &#039;https://ssl&#039; : &#039;http://www&#039;) + &#039;.google-analytics.com/ga.js&#039;;\n    var s = document.getElementsByTagName(&#039;script&#039;)[0]; s.parentNode.insertBefore(ga, s);\n  })();\n\n&lt;/script&gt;\";s:12:\"color_scheme\";s:6:\"Orange\";s:14:\"google_webfont\";s:0:\"\";s:5:\"boxed\";s:9:\"stretched\";s:14:\"bg_color_boxed\";s:0:\"\";s:8:\"bg_color\";s:7:\"#ffffff\";s:12:\"bg_highlight\";s:7:\"#f8f8f8\";s:9:\"body_font\";s:7:\"#3b3a3b\";s:6:\"border\";s:7:\"#3b3a3b\";s:7:\"primary\";s:7:\"#082797\";s:9:\"highlight\";s:7:\"#082797\";s:12:\"portfolio_bg\";s:7:\"#ffffff\";s:14:\"portfolio_font\";s:7:\"#222222\";s:9:\"footer_bg\";s:7:\"#082797\";s:11:\"footer_font\";s:7:\"#ffffff\";s:9:\"socket_bg\";s:7:\"#082797\";s:11:\"socket_font\";s:7:\"#f2f2f2\";s:8:\"bg_image\";s:0:\"\";s:15:\"bg_image_custom\";s:0:\"\";s:17:\"bg_image_position\";s:4:\"left\";s:15:\"bg_image_repeat\";s:6:\"repeat\";s:19:\"bg_image_attachment\";s:5:\"fixed\";s:9:\"quick_css\";s:0:\"\";s:11:\"blog_layout\";s:69:\"sidebar_class|four : content_class|eight alpha : layout|sidebar_right\";s:11:\"page_layout\";s:69:\"sidebar_class|four : content_class|eight alpha : layout|sidebar_right\";s:16:\"page_nesting_nav\";s:4:\"true\";s:16:\"slideshow_poster\";s:6:\"single\";s:14:\"portfolio-slug\";s:14:\"portfolio-item\";s:14:\"portfolio-meta\";a:3:{i:0;a:1:{s:4:\"meta\";s:13:\"Skills Needed\";}i:1;a:1:{s:4:\"meta\";s:6:\"Client\";}i:2;a:1:{s:4:\"meta\";s:11:\"Project URL\";}}s:9:\"portfolio\";a:1:{i:0;a:8:{s:14:\"portfolio_cats\";s:4:\"null\";s:14:\"portfolio_page\";s:0:\"\";s:17:\"portfolio_columns\";s:1:\"4\";s:20:\"portfolio_item_count\";s:2:\"12\";s:15:\"portfolio_hover\";s:16:\"greyscale-active\";s:14:\"portfolio_ajax\";s:4:\"true\";s:17:\"portfolio_sorting\";s:3:\"yes\";s:20:\"portfolio_pagination\";s:3:\"yes\";}}s:10:\"email_page\";s:0:\"\";s:5:\"email\";s:16:\"medx75@gmail.com\";s:13:\"autoresponder\";s:0:\"\";s:21:\"contact-form-elements\";a:6:{i:0;a:4:{s:5:\"label\";s:4:\"Name\";s:4:\"type\";s:4:\"text\";s:5:\"check\";s:8:\"is_empty\";s:7:\"options\";s:0:\"\";}i:1;a:4:{s:5:\"label\";s:6:\"E-Mail\";s:4:\"type\";s:4:\"text\";s:5:\"check\";s:8:\"is_email\";s:7:\"options\";s:0:\"\";}i:2;a:4:{s:5:\"label\";s:7:\"Subject\";s:4:\"type\";s:4:\"text\";s:5:\"check\";s:8:\"is_empty\";s:7:\"options\";s:0:\"\";}i:3;a:4:{s:5:\"label\";s:6:\"Budget\";s:4:\"type\";s:6:\"select\";s:5:\"check\";s:0:\"\";s:7:\"options\";s:60:\"500$ - 1000$, 1000$ - 2500$, 2500$ - 5000$, 5000$ and higher\";}i:4;a:4:{s:5:\"label\";s:7:\"Message\";s:4:\"type\";s:8:\"textarea\";s:5:\"check\";s:8:\"is_empty\";s:7:\"options\";s:0:\"\";}i:5;a:4:{s:5:\"label\";s:57:\"I have read the general terms and conditions and I agree!\";s:4:\"type\";s:8:\"checkbox\";s:5:\"check\";s:8:\"is_empty\";s:7:\"options\";s:0:\"\";}}s:12:\"widget_pages\";a:1:{i:0;a:1:{s:11:\"widget_page\";s:0:\"\";}}s:17:\"widget_categories\";a:1:{i:0;a:1:{s:10:\"widget_cat\";s:0:\"\";}}s:14:\"footer_columns\";s:1:\"3\";}s:9:\"templates\";a:7:{s:16:\"template_builder\";s:0:\"\";s:9:\"undefined\";s:49:\"includes/admin/register-admin-dynamic-options.php\";s:28:\"frontpagedynamic_page_layout\";s:69:\"sidebar_class|three : content_class|nine alpha : layout|sidebar_right\";s:26:\"frontpagedynamic_post_page\";a:1:{i:0;a:4:{s:23:\"dynamic_which_post_page\";s:4:\"page\";s:15:\"dynamic_page_id\";s:1:\"2\";s:15:\"dynamic_post_id\";s:0:\"\";s:29:\"dynamic_which_post_page_title\";s:2:\"no\";}}s:18:\"frontpagedynamic_l\";a:1:{i:0;a:11:{s:10:\"logo_hover\";s:16:\"greyscale-active\";s:10:\"logo_img_1\";s:0:\"\";s:15:\"logo_img_1_link\";s:7:\"http://\";s:10:\"logo_img_2\";s:0:\"\";s:15:\"logo_img_2_link\";s:7:\"http://\";s:10:\"logo_img_3\";s:0:\"\";s:15:\"logo_img_3_link\";s:7:\"http://\";s:10:\"logo_img_4\";s:0:\"\";s:15:\"logo_img_4_link\";s:7:\"http://\";s:10:\"logo_img_5\";s:0:\"\";s:15:\"logo_img_5_link\";s:7:\"http://\";}}s:25:\"myblogdynamic_page_layout\";s:69:\"sidebar_class|four : content_class|eight alpha : layout|sidebar_right\";s:18:\"myblogdynamic_blog\";a:1:{i:0;a:3:{s:17:\"dynamic_blog_cats\";s:4:\"null\";s:23:\"dynamic_blog_pagination\";s:3:\"yes\";s:27:\"dynamic_blog_posts_per_page\";s:1:\"8\";}}}}','yes'),(209,'avia_options_angular_dynamic_elements','a:6:{s:28:\"frontpagedynamic_page_layout\";a:8:{s:4:\"slug\";s:9:\"frontpage\";s:4:\"name\";s:28:\"Dynamic Template Page Layout\";s:4:\"desc\";s:110:\"Choose the default page layout here. You can change the setting of each individual page when editing that page\";s:2:\"id\";s:28:\"frontpagedynamic_page_layout\";s:4:\"type\";s:6:\"select\";s:3:\"std\";s:65:\"sidebar_class|zero : content_class|twelve alpha : layout|fullsize\";s:8:\"no_first\";b:1;s:7:\"subtype\";a:3:{s:12:\"left sidebar\";s:68:\"sidebar_class|three alpha : content_class|nine : layout|sidebar_left\";s:13:\"right sidebar\";s:69:\"sidebar_class|three : content_class|nine alpha : layout|sidebar_right\";s:9:\"Fullwidth\";s:65:\"sidebar_class|zero : content_class|twelve alpha : layout|fullsize\";}}s:28:\"frontpageadd_template_option\";a:7:{s:4:\"type\";s:22:\"dynamical_add_elements\";s:4:\"slug\";s:9:\"frontpage\";s:4:\"name\";s:12:\"Add Elements\";s:4:\"desc\";s:151:\"Select an Element and hit the \'Add Element\' Button.<br/>The Element will be added to the template and you will be able to position it via drag and drop\";s:3:\"std\";s:0:\"\";s:2:\"id\";s:28:\"frontpageadd_template_option\";s:12:\"options_file\";s:49:\"includes/admin/register-admin-dynamic-options.php\";}s:26:\"frontpagedynamic_post_page\";a:9:{s:7:\"dynamic\";s:9:\"post_page\";s:4:\"name\";s:17:\"Post/Page Content\";s:4:\"slug\";s:9:\"frontpage\";s:4:\"type\";s:5:\"group\";s:2:\"id\";s:26:\"frontpagedynamic_post_page\";s:9:\"removable\";s:14:\"remove element\";s:5:\"blank\";b:1;s:13:\"nodescription\";b:1;s:11:\"subelements\";a:4:{i:0;a:8:{s:4:\"name\";s:14:\"Which Content?\";s:4:\"desc\";s:176:\"Chosose a page or post. The content of that entry will be displayed. By default it will display the content of the current post or page that has the this template aplied to it.\";s:2:\"id\";s:23:\"dynamic_which_post_page\";s:4:\"type\";s:6:\"select\";s:4:\"slug\";s:0:\"\";s:3:\"std\";s:4:\"self\";s:8:\"no_first\";b:1;s:7:\"subtype\";a:3:{s:37:\"Display the content of this post/page\";s:4:\"self\";s:13:\"Choose a post\";s:4:\"post\";s:13:\"Choose a Page\";s:4:\"page\";}}i:1;a:7:{s:4:\"slug\";s:0:\"\";s:4:\"name\";s:11:\"Select Page\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:15:\"dynamic_page_id\";s:4:\"type\";s:6:\"select\";s:7:\"subtype\";s:4:\"page\";s:8:\"required\";a:2:{i:0;s:23:\"dynamic_which_post_page\";i:1;s:4:\"page\";}}i:2;a:7:{s:4:\"slug\";s:0:\"\";s:4:\"name\";s:11:\"Select Post\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:15:\"dynamic_post_id\";s:4:\"type\";s:6:\"select\";s:7:\"subtype\";s:4:\"post\";s:8:\"required\";a:2:{i:0;s:23:\"dynamic_which_post_page\";i:1;s:4:\"post\";}}i:3;a:8:{s:4:\"name\";s:14:\"Display Title?\";s:4:\"desc\";s:51:\"Should the title of the entry be displayed as well?\";s:2:\"id\";s:29:\"dynamic_which_post_page_title\";s:4:\"type\";s:6:\"select\";s:4:\"slug\";s:0:\"\";s:3:\"std\";s:3:\"yes\";s:8:\"no_first\";b:1;s:7:\"subtype\";a:2:{s:3:\"yes\";s:3:\"yes\";s:2:\"no\";s:2:\"no\";}}}}s:25:\"myblogdynamic_page_layout\";a:8:{s:4:\"slug\";s:6:\"myblog\";s:4:\"name\";s:28:\"Dynamic Template Page Layout\";s:4:\"desc\";s:110:\"Choose the default page layout here. You can change the setting of each individual page when editing that page\";s:2:\"id\";s:25:\"myblogdynamic_page_layout\";s:4:\"type\";s:6:\"select\";s:3:\"std\";s:65:\"sidebar_class|zero : content_class|twelve alpha : layout|fullsize\";s:8:\"no_first\";b:1;s:7:\"subtype\";a:3:{s:12:\"left sidebar\";s:68:\"sidebar_class|four alpha : content_class|eight : layout|sidebar_left\";s:13:\"right sidebar\";s:69:\"sidebar_class|four : content_class|eight alpha : layout|sidebar_right\";s:9:\"Fullwidth\";s:65:\"sidebar_class|zero : content_class|twelve alpha : layout|fullsize\";}}s:25:\"myblogadd_template_option\";a:7:{s:4:\"type\";s:22:\"dynamical_add_elements\";s:4:\"slug\";s:6:\"myblog\";s:4:\"name\";s:12:\"Add Elements\";s:4:\"desc\";s:151:\"Select an Element and hit the \'Add Element\' Button.<br/>The Element will be added to the template and you will be able to position it via drag and drop\";s:3:\"std\";s:0:\"\";s:2:\"id\";s:25:\"myblogadd_template_option\";s:12:\"options_file\";s:49:\"includes/admin/register-admin-dynamic-options.php\";}s:18:\"myblogdynamic_blog\";a:11:{s:7:\"dynamic\";s:4:\"blog\";s:4:\"name\";s:4:\"Blog\";s:4:\"slug\";s:6:\"myblog\";s:4:\"type\";s:5:\"group\";s:2:\"id\";s:18:\"myblogdynamic_blog\";s:8:\"linktext\";s:17:\"Add another Slide\";s:10:\"deletetext\";s:12:\"Remove Slide\";s:9:\"removable\";s:14:\"remove element\";s:5:\"blank\";b:1;s:13:\"nodescription\";b:1;s:11:\"subelements\";a:3:{i:0;a:7:{s:4:\"name\";s:155:\"<strong>A Blog section will be added to the page. Bellow you can choose some blog settings:</strong><br/><br/>Which categories should be used for the blog?\";s:4:\"desc\";s:87:\"You can select multiple categories here. If left empty all categories will be displayed\";s:2:\"id\";s:17:\"dynamic_blog_cats\";s:4:\"type\";s:6:\"select\";s:4:\"slug\";s:0:\"\";s:8:\"multiple\";i:6;s:7:\"subtype\";s:3:\"cat\";}i:1;a:8:{s:4:\"name\";s:16:\"Show Pagination?\";s:4:\"desc\";s:51:\"Should the title of the entry be displayed as well?\";s:2:\"id\";s:23:\"dynamic_blog_pagination\";s:4:\"type\";s:6:\"select\";s:4:\"slug\";s:0:\"\";s:3:\"std\";s:3:\"yes\";s:8:\"no_first\";b:1;s:7:\"subtype\";a:2:{s:3:\"yes\";s:3:\"yes\";s:2:\"no\";s:2:\"no\";}}i:2;a:8:{s:4:\"name\";s:15:\"Posts per page?\";s:4:\"desc\";s:35:\"How many posts should be displayed?\";s:2:\"id\";s:27:\"dynamic_blog_posts_per_page\";s:4:\"type\";s:6:\"select\";s:4:\"slug\";s:0:\"\";s:3:\"std\";s:1:\"3\";s:8:\"no_first\";b:1;s:7:\"subtype\";a:11:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";s:3:\"All\";s:2:\"-1\";}}}}}','yes'),(31539,'subscription_options','a:2:{s:10:\"invitation\";s:226:\"Howdy.\r\n\r\nYou recently followed this blog\'s posts. This means you will receive each new post by email.\r\n\r\nTo activate, click confirm below. If you believe this is an error, ignore this message and we\'ll never bother you again.\";s:14:\"comment_follow\";s:239:\"Howdy.\r\n\r\nYou recently followed one of my posts. This means you will receive an email when new comments are posted.\r\n\r\nTo activate, click confirm below. If you believe this is an error, ignore this message and we\'ll never bother you again.\";}','yes'),(162,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:1:{i:0;i:4;}}','yes'),(44766,'category_children','a:0:{}','yes'),(328,'widget_iclw','a:3:{i:2;a:8:{s:5:\"title\";s:5:\"links\";s:4:\"numB\";s:1:\"2\";s:3:\"iT1\";s:1:\"1\";s:6:\"iLink1\";s:20:\"http://riosquant.com\";s:6:\"iName1\";s:9:\"riosquant\";s:3:\"iT2\";s:1:\"1\";s:6:\"iLink2\";s:21:\"http://advanzteam.com\";s:6:\"iName2\";s:10:\"advanzteam\";}i:3;a:5:{s:5:\"title\";s:21:\"Important Information\";s:4:\"numB\";s:1:\"1\";s:3:\"iT1\";s:1:\"1\";s:6:\"iLink1\";s:46:\"http://www.thetradingroom.com/risk-disclosure/\";s:6:\"iName1\";s:15:\"Risk Disclaimer\";}s:12:\"_multiwidget\";i:1;}','yes'),(325,'widget_pages','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:6:\"sortby\";s:10:\"menu_order\";s:7:\"exclude\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(326,'widget_newsbox','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";s:1:\"3\";s:7:\"excerpt\";s:15:\"show title only\";s:3:\"cat\";N;}s:12:\"_multiwidget\";i:1;}','yes'),(40269,'optimizepress_gotowebinar_expires_in','1460759552','yes'),(43254,'pl-settings','a:2:{s:4:\"live\";a:71:{s:8:\"settings\";a:36:{s:17:\"pagelines_favicon\";s:55:\"[pl_site_url]/wp-content/uploads/2014/05/Rfavletter.png\";s:14:\"pl_login_image\";s:57:\"[pl_site_url]/wp-content/uploads/2014/05/rqlogoblack2.jpg\";s:19:\"pagelines_touchicon\";s:57:\"[pl_site_url]/wp-content/uploads/2014/05/rqlogoblack3.jpg\";s:10:\"karma_icon\";s:3:\"sun\";s:19:\"disable_less_errors\";s:1:\"0\";s:15:\"alternative_css\";s:1:\"0\";s:14:\"sl_web_disable\";s:1:\"1\";s:11:\"sl_facebook\";s:33:\"https://www.facebook.com/rqtrader\";s:10:\"sl_youtube\";s:56:\"https://www.youtube.com/channel/UCJmcq8W9KhVMLoHsqTXIAnw\";s:16:\"post_loop_legacy\";s:1:\"0\";s:18:\"pl_loop_thumb_size\";s:6:\"medium\";s:27:\"pagelines_favicon_attach_id\";s:4:\"1613\";s:24:\"pl_login_image_attach_id\";s:4:\"1606\";s:29:\"pagelines_touchicon_attach_id\";s:4:\"1607\";s:14:\"base_font_size\";s:2:\"14\";s:19:\"font_primary_weight\";s:3:\"300\";s:16:\"header_base_size\";s:2:\"16\";s:19:\"font_headers_weight\";s:3:\"300\";s:11:\"layout_mode\";s:5:\"pixel\";s:19:\"layout_display_mode\";s:12:\"display-full\";s:15:\"nav_dropdown_bg\";s:4:\"dark\";s:19:\"nav_dropdown_toggle\";s:5:\"hover\";s:16:\"content_width_px\";s:6:\"1172px\";s:21:\"content_width_percent\";s:3:\"93%\";s:16:\"metabar_standard\";s:16:\"The Trading Room\";s:15:\"facebook_app_id\";s:33:\"https://www.facebook.com/rqtrader\";s:13:\"facebook_name\";s:9:\"RQ Trader\";s:12:\"site-hashtag\";s:10:\"#riosquant\";s:10:\"sl_twitter\";s:28:\"https://twitter.com/JoeGRios\";s:12:\"sl_pinterest\";s:55:\"http://www.pinterest.com/jgarciarios/riosquant-trading/\";s:12:\"enable_debug\";s:1:\"1\";s:18:\"load_prettify_libs\";s:1:\"0\";s:21:\"pl_loop_disable_karma\";s:1:\"0\";s:20:\"region_disable_fixed\";s:1:\"0\";s:21:\"region_disable_header\";s:1:\"0\";s:21:\"region_disable_footer\";s:1:\"0\";}s:7:\"regions\";a:3:{s:5:\"fixed\";a:1:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areautmefjt\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"utmefjt\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:16:\"PageLinesTextBox\";s:5:\"clone\";s:7:\"uauwk5y\";s:3:\"sid\";s:7:\"textbox\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}s:6:\"header\";a:1:{i:0;a:6:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:11:\"naviutp35zx\";s:6:\"object\";s:6:\"PLNavi\";s:3:\"sid\";s:4:\"navi\";s:5:\"clone\";s:7:\"utp35zx\";}}s:6:\"footer\";a:2:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areau7jnlka\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"u7jnlka\";s:7:\"content\";a:3:{i:0;a:6:{s:6:\"object\";s:9:\"PLMasonic\";s:5:\"clone\";s:7:\"ud9m0n8\";s:3:\"sid\";s:7:\"masonic\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:1;a:6:{s:6:\"object\";s:16:\"PageLinesTextBox\";s:5:\"clone\";s:7:\"unm1d6z\";s:3:\"sid\";s:7:\"textbox\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:2;a:6:{s:6:\"object\";s:16:\"PageLinesTextBox\";s:5:\"clone\";s:7:\"up5tbym\";s:3:\"sid\";s:7:\"textbox\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:1;a:6:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areaub2r64h\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"ub2r64h\";}}}s:7:\"u38gepz\";a:6:{s:13:\"icallout_text\";s:35:\"Trade with us in live trading room.\";s:18:\"icallout_text_wrap\";s:2:\"h2\";s:13:\"icallout_link\";s:49:\"http://www.riosquant.com/account/register?trial=1\";s:15:\"icallout_target\";s:1:\"0\";s:18:\"icallout_link_text\";s:20:\"Get your access pass\";s:18:\"icallout_btn_theme\";s:11:\"btn-inverse\";}s:7:\"urz1qgb\";a:6:{s:13:\"icallout_text\";s:40:\"Ready to experience market intelligence?\";s:18:\"icallout_text_wrap\";s:2:\"h2\";s:13:\"icallout_link\";s:49:\"http://www.riosquant.com/requestinfo?product_id=2\";s:15:\"icallout_target\";s:1:\"1\";s:18:\"icallout_link_text\";s:27:\"Get Your Free Trial Started\";s:18:\"icallout_btn_theme\";s:12:\"btn-ol-white\";}s:7:\"ufluniu\";a:6:{s:13:\"icallout_text\";s:31:\"Learn how to be a quant trader.\";s:18:\"icallout_text_wrap\";s:2:\"h2\";s:13:\"icallout_link\";s:50:\"http://www.thetradingroom.com/algorithmic-trading/\";s:15:\"icallout_target\";s:1:\"1\";s:18:\"icallout_link_text\";s:30:\"Sign up for next online course\";s:18:\"icallout_btn_theme\";s:11:\"btn-inverse\";}s:7:\"u9ajx4u\";a:3:{s:28:\"pl_area_background_attach_id\";s:4:\"1869\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"umz5fda\";a:8:{s:11:\"pl_area_pad\";s:5:\"130px\";s:18:\"pl_area_pad_bottom\";s:4:\"20px\";s:18:\"pl_area_background\";s:52:\"[pl_site_url]/wp-content/uploads/2016/08/newpic2.jpg\";s:28:\"pl_area_background_attach_id\";s:4:\"2998\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"337EFF\";}s:7:\"ui483qd\";a:3:{s:7:\"sl_text\";s:24:\"© Rios Quantitative LLC\";s:4:\"menu\";s:1:\"4\";s:17:\"pl_standard_title\";s:111:\"COMMODITY FUTURES,  OPTIONS,  AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS\";}s:7:\"uajarsz\";a:5:{s:11:\"pl_area_pad\";s:3:\"0px\";s:18:\"pl_area_pad_bottom\";s:3:\"0px\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:7:\"pl-grey\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:6:\"u6282d\";a:0:{}s:7:\"us1vrz7\";a:14:{s:9:\"ph_format\";s:13:\"format-center\";s:9:\"ph_header\";s:1:\".\";s:8:\"ph_link1\";s:56:\"https://www.youtube.com/channel/UCJmcq8W9KhVMLoHsqTXIAnw\";s:13:\"ph_link1_text\";s:16:\"Watch Our Videos\";s:14:\"ph_link1_style\";s:11:\"btn-warning\";s:8:\"ph_link2\";s:47:\"http://www.riosquant.com/events/events_list/all\";s:13:\"ph_link2_text\";s:15:\"Events Calendar\";s:14:\"ph_link2_style\";s:11:\"btn-warning\";s:21:\"pageheader_background\";s:61:\"[pl_site_url]/wp-content/uploads/2014/05/rqglassadvwindow.jpg\";s:31:\"pageheader_background_attach_id\";s:4:\"1604\";s:17:\"pageheader_repeat\";s:1:\"0\";s:16:\"pageheader_theme\";s:1:\"0\";s:23:\"pageheader_color_enable\";s:1:\"1\";s:16:\"pageheader_color\";s:6:\"F7F7F7\";}s:6:\"u6278b\";a:1:{s:15:\"post_media_hide\";s:1:\"0\";}s:7:\"ucfbyaa\";a:4:{s:9:\"ibox_cols\";s:1:\"4\";s:10:\"ibox_media\";s:5:\"image\";s:11:\"ibox_format\";s:4:\"left\";s:10:\"ibox_array\";a:3:{s:5:\"item1\";a:3:{s:5:\"image\";s:68:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/05/niclastrader.jpg\";s:15:\"image_attach_id\";s:4:\"1878\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:1:{s:8:\"showitem\";s:1:\"1\";}}}s:7:\"uczaqe4\";a:6:{s:11:\"pl_area_pad\";s:3:\"0px\";s:16:\"pl_area_parallax\";s:1:\"0\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-white\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"FEFEFE\";}s:7:\"utrd0pt\";a:7:{s:10:\"map_height\";s:5:\"350px\";s:14:\"map_zoom_level\";s:2:\"10\";s:15:\"map_zoom_enable\";s:1:\"1\";s:16:\"enable_animation\";s:1:\"0\";s:15:\"locations_array\";a:2:{s:5:\"item1\";a:2:{s:4:\"text\";s:42:\"395 Alhambra Circle \nCoral Gables FL 33134\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:1:{s:8:\"showitem\";s:1:\"1\";}}s:11:\"maps_repeat\";s:1:\"0\";s:17:\"maps_color_enable\";s:1:\"0\";}s:7:\"u53jkc1\";a:2:{s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"u22k8x7\";a:4:{s:20:\"revslider_fullscreen\";s:1:\"1\";s:15:\"revslider_array\";a:3:{s:5:\"item1\";a:2:{s:10:\"background\";s:66:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/04/roomforlen.jpg\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:1:{s:8:\"showitem\";s:1:\"1\";}}s:16:\"revslider_repeat\";s:1:\"0\";s:22:\"revslider_color_enable\";s:1:\"1\";}s:6:\"u8e700\";a:2:{s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:6:\"u8e7be\";a:0:{}s:6:\"u4f20d\";a:4:{s:18:\"pl_area_pad_bottom\";s:4:\"60px\";s:17:\"pl_standard_title\";s:18:\"The Trading Room®\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"uqzahs1\";a:8:{s:24:\"pagelines_herounit_title\";s:18:\"The Trading Room®\";s:26:\"pagelines_herounit_tagline\";s:22:\"Established since 1997\";s:24:\"pagelines_herounit_image\";s:65:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/05/chillroom.jpg\";s:16:\"herounit_reverse\";s:1:\"0\";s:19:\"herounit_left_width\";s:5:\"span3\";s:20:\"herounit_right_width\";s:5:\"span3\";s:22:\"herounit_button_target\";s:1:\"0\";s:21:\"herounit_button_theme\";s:7:\"primary\";}s:6:\"u4c803\";a:0:{}s:6:\"u4c73c\";a:4:{s:17:\"pl_standard_title\";s:18:\"The Trading Room®\";s:18:\"pl_area_background\";s:79:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/04/redclockspre-marketopen.jpg\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:6:\"u2eba0\";a:4:{s:18:\"pl_area_pad_bottom\";s:3:\"0px\";s:17:\"pl_standard_title\";s:18:\"The Trading Room®\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"uqwbv8j\";a:5:{s:9:\"ph_format\";s:13:\"format-center\";s:9:\"ph_header\";s:18:\"The Trading Room®\";s:6:\"ph_sub\";s:22:\"Established since 1997\";s:17:\"pageheader_repeat\";s:1:\"0\";s:23:\"pageheader_color_enable\";s:1:\"0\";}s:7:\"ukrgq44\";a:5:{s:9:\"ph_format\";s:13:\"format-center\";s:9:\"ph_header\";s:18:\"The Trading Room®\";s:6:\"ph_sub\";s:22:\"Established since 1997\";s:17:\"pageheader_repeat\";s:1:\"0\";s:23:\"pageheader_color_enable\";s:1:\"0\";}s:6:\"u6dd7f\";a:3:{s:18:\"pl_area_background\";s:66:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/04/roomforlen.jpg\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"uul4caq\";a:4:{s:20:\"revslider_fullscreen\";s:1:\"0\";s:15:\"revslider_array\";a:3:{s:5:\"item1\";a:2:{s:10:\"background\";s:66:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/04/roomforlen.jpg\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:2:{s:10:\"background\";s:71:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/04/marketanalyzer2.jpg\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:2:{s:10:\"background\";s:72:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/04/traderclicking12.jpg\";s:8:\"showitem\";s:1:\"1\";}}s:16:\"revslider_repeat\";s:1:\"0\";s:22:\"revslider_color_enable\";s:1:\"0\";}s:7:\"uw72jq1\";a:3:{s:16:\"quick_transition\";s:4:\"fade\";s:15:\"quick_slideshow\";s:1:\"0\";s:17:\"quickslider_array\";a:3:{s:5:\"item1\";a:2:{s:5:\"image\";s:66:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/04/roomforlen.jpg\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:1:{s:8:\"showitem\";s:1:\"1\";}}}s:6:\"u2516e\";a:3:{s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"FCFAFA\";}s:6:\"u627c7\";a:1:{s:13:\"boxed_columns\";s:1:\"0\";}s:6:\"u62756\";a:1:{s:13:\"boxed_columns\";s:1:\"0\";}s:7:\"uhdcs8l\";a:4:{s:9:\"ibox_cols\";s:1:\"4\";s:10:\"ibox_media\";s:4:\"icon\";s:11:\"ibox_format\";s:3:\"top\";s:10:\"ibox_array\";a:3:{s:5:\"item1\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:1:{s:8:\"showitem\";s:1:\"1\";}}}s:7:\"ul8na0s\";a:1:{s:14:\"watermark_hide\";s:1:\"0\";}s:7:\"ux79ppw\";a:4:{s:9:\"ibox_cols\";s:1:\"4\";s:10:\"ibox_media\";s:5:\"image\";s:11:\"ibox_format\";s:3:\"top\";s:10:\"ibox_array\";a:3:{s:5:\"item1\";a:5:{s:5:\"title\";s:27:\"Quantitative Trend Analysis\";s:4:\"icon\";s:5:\"gears\";s:5:\"image\";s:71:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/04/marketanalyzer2.jpg\";s:5:\"color\";s:6:\"FA0707\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:3:{s:5:\"title\";s:27:\"Algorithmic Trading Systems\";s:5:\"image\";s:72:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/04/traderclicking12.jpg\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:3:{s:5:\"title\";s:17:\"Live Trading Room\";s:5:\"image\";s:69:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/05/joeboardjpeg1.jpg\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"u0bspra\";a:3:{s:16:\"quick_transition\";s:4:\"fade\";s:15:\"quick_slideshow\";s:1:\"0\";s:17:\"quickslider_array\";a:3:{s:5:\"item1\";a:2:{s:5:\"image\";s:66:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/04/roomforlen.jpg\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:1:{s:8:\"showitem\";s:1:\"1\";}}}s:7:\"ugkyrl6\";a:4:{s:18:\"pl_area_background\";s:61:\"[pl_site_url]/wp-content/uploads/2016/10/roomtitanstars-1.jpg\";s:28:\"pl_area_background_attach_id\";s:4:\"3208\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"1\";}s:7:\"u5kbsav\";a:8:{s:14:\"masonic_format\";s:4:\"grid\";s:17:\"masonic_post_type\";s:4:\"post\";s:13:\"masonic_sizes\";s:9:\"big-thumb\";s:13:\"masonic_total\";s:1:\"6\";s:15:\"masonic_excerpt\";s:1:\"1\";s:13:\"default_title\";s:12:\"Trading Blog\";s:12:\"masonic_meta\";s:38:\"[post_categories] - List of categories\";s:17:\"masonic_post_sort\";s:4:\"DESC\";}s:6:\"u627fb\";a:0:{}s:7:\"ua6zzqw\";a:4:{s:16:\"quick_transition\";s:4:\"fade\";s:15:\"quick_slideshow\";s:1:\"0\";s:15:\"pl_hide_on_page\";s:13:\"1615,70000001\";s:17:\"quickslider_array\";a:3:{s:5:\"item1\";a:3:{s:5:\"image\";s:61:\"[pl_site_url]/wp-content/uploads/2016/08/traderoomsession.jpg\";s:15:\"image_attach_id\";s:4:\"2983\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:1:{s:8:\"showitem\";s:1:\"1\";}}}s:7:\"uj2jnyd\";a:4:{s:11:\"pl_area_pad\";s:5:\"140px\";s:18:\"pl_area_pad_bottom\";s:4:\"90px\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"utfnt6u\";a:8:{s:10:\"center_lat\";s:10:\"25.7519221\";s:10:\"center_lng\";s:11:\"-80.2627089\";s:10:\"map_height\";s:5:\"350px\";s:14:\"map_zoom_level\";s:2:\"12\";s:15:\"map_zoom_enable\";s:1:\"0\";s:16:\"enable_animation\";s:1:\"0\";s:15:\"pl_hide_on_page\";s:13:\"70293952,1615\";s:15:\"locations_array\";a:2:{s:5:\"item1\";a:3:{s:8:\"latitude\";s:10:\"25.7519221\";s:9:\"longitude\";s:11:\"-80.2627089\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:1:{s:8:\"showitem\";s:1:\"1\";}}}s:6:\"ue42fb\";a:4:{s:18:\"pl_area_background\";s:57:\"[pl_site_url]/wp-content/uploads/2014/05/joebigscreen.jpg\";s:28:\"pl_area_background_attach_id\";s:4:\"1592\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"uc00kes\";a:6:{s:18:\"pl_area_background\";s:59:\"[pl_site_url]/wp-content/uploads/2014/05/quoteboardblue.jpg\";s:28:\"pl_area_background_attach_id\";s:4:\"1594\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"337EFF\";}s:7:\"utp35zx\";a:12:{s:9:\"navi_logo\";s:57:\"[pl_site_url]/wp-content/uploads/2014/05/rqlogoblack1.jpg\";s:19:\"navi_logo_attach_id\";s:4:\"1591\";s:13:\"navi_logo_alt\";s:32:\"Powered by Rios Quantitative LLC\";s:17:\"navi_logo_disable\";s:1:\"0\";s:14:\"navi_site_info\";s:1:\"1\";s:17:\"pl_standard_title\";s:32:\"Powered by Rios Quantitative LLC\";s:18:\"pl_standard_styles\";s:11:\"padding: 0;\";s:11:\"navi_search\";s:1:\"0\";s:25:\"navi_background_attach_id\";s:4:\"1823\";s:11:\"navi_repeat\";s:1:\"0\";s:10:\"navi_theme\";s:7:\"pl-base\";s:17:\"navi_color_enable\";s:1:\"0\";}s:6:\"ud3c30\";a:0:{}s:7:\"u32fgya\";a:4:{s:16:\"quick_transition\";s:4:\"fade\";s:15:\"quick_slideshow\";s:1:\"0\";s:15:\"pl_hide_on_page\";s:13:\"1615,70000001\";s:17:\"quickslider_array\";a:5:{s:5:\"item1\";a:3:{s:5:\"image\";s:58:\"[pl_site_url]/wp-content/uploads/2016/08/joeandcelebs2.jpg\";s:15:\"image_attach_id\";s:4:\"2991\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item5\";a:1:{s:8:\"showitem\";s:1:\"1\";}}}s:7:\"uylomxy\";a:6:{s:18:\"pl_area_background\";s:58:\"[pl_site_url]/wp-content/uploads/2016/08/strategyroom1.jpg\";s:28:\"pl_area_background_attach_id\";s:4:\"2987\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"337EFF\";}s:6:\"u6271b\";a:2:{s:14:\"pl_area_repeat\";s:1:\"1\";s:20:\"pl_area_color_enable\";s:1:\"1\";}s:6:\"u2557f\";a:0:{}s:7:\"uv16e1u\";a:0:{}s:7:\"umngz99\";a:5:{s:14:\"masonic_format\";s:4:\"grid\";s:13:\"masonic_sizes\";s:6:\"medium\";s:13:\"masonic_total\";s:2:\"10\";s:15:\"masonic_excerpt\";s:1:\"0\";s:17:\"masonic_post_sort\";s:4:\"DESC\";}s:7:\"u4zuzmq\";a:0:{}s:7:\"utmefjt\";a:5:{s:11:\"pl_area_pad\";s:3:\"0px\";s:17:\"pl_standard_title\";s:18:\"The Trading Room®\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"FCFAFA\";}s:7:\"u4oia2x\";a:0:{}s:7:\"uf9jdbv\";a:6:{s:13:\"masonic_sizes\";s:6:\"medium\";s:13:\"masonic_total\";s:2:\"10\";s:15:\"masonic_excerpt\";s:1:\"0\";s:17:\"masonic_post_sort\";s:4:\"DESC\";s:14:\"masonic_repeat\";s:1:\"0\";s:20:\"masonic_color_enable\";s:1:\"0\";}s:7:\"ucohnff\";a:2:{s:15:\"post_media_hide\";s:1:\"0\";s:13:\"metahead_hide\";s:1:\"0\";}s:7:\"ujd25gh\";a:2:{s:10:\"post_total\";s:2:\"10\";s:9:\"post_sort\";s:4:\"DESC\";}s:7:\"uvqv9ld\";a:8:{s:14:\"masonic_format\";s:4:\"grid\";s:17:\"masonic_post_type\";s:4:\"post\";s:13:\"masonic_sizes\";s:4:\"full\";s:13:\"masonic_total\";s:2:\"10\";s:15:\"masonic_excerpt\";s:1:\"1\";s:17:\"masonic_post_sort\";s:4:\"DESC\";s:14:\"masonic_repeat\";s:1:\"0\";s:20:\"masonic_color_enable\";s:1:\"0\";}s:7:\"uhifci0\";a:5:{s:13:\"icallout_text\";s:18:\"The Trading Room®\";s:18:\"icallout_text_wrap\";s:2:\"h2\";s:15:\"icallout_target\";s:1:\"0\";s:18:\"icallout_link_text\";s:22:\"Established since 1997\";s:18:\"icallout_btn_theme\";s:12:\"btn-ol-black\";}s:7:\"uhyhpw3\";a:3:{s:16:\"quick_transition\";s:4:\"fade\";s:15:\"quick_slideshow\";s:1:\"1\";s:17:\"quickslider_array\";a:1:{s:5:\"item1\";a:5:{s:5:\"image\";s:56:\"[pl_site_url]/wp-content/uploads/2016/10/4starroom-2.jpg\";s:15:\"image_attach_id\";s:4:\"3220\";s:4:\"text\";s:71:\"Don\'t trade alone, join a group of active traders in live trading room.\";s:4:\"link\";s:47:\"http://www.riosquant.com/events/events_list/all\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"uiuave2\";a:5:{s:14:\"masonic_format\";s:4:\"grid\";s:13:\"masonic_sizes\";s:15:\"landscape-thumb\";s:13:\"masonic_total\";s:2:\"10\";s:15:\"masonic_excerpt\";s:1:\"1\";s:17:\"masonic_post_sort\";s:4:\"DESC\";}s:7:\"ub2r64h\";a:2:{s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"1\";}s:7:\"uz8ypt8\";a:5:{s:9:\"ph_format\";s:13:\"format-center\";s:9:\"ph_header\";s:75:\"The Trading Room®                                   Established since 1997\";s:6:\"ph_sub\";s:32:\"Powered by Rios Quantitative LLC\";s:17:\"pageheader_repeat\";s:1:\"0\";s:23:\"pageheader_color_enable\";s:1:\"0\";}s:7:\"unm1d6z\";a:3:{s:15:\"textbox_content\";s:111:\"COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS. \";s:13:\"textbox_align\";s:10:\"textcenter\";s:18:\"textbox_title_wrap\";s:6:\"strong\";}s:7:\"uauwk5y\";a:4:{s:15:\"textbox_content\";s:22:\"Established Since 1997\";s:17:\"textbox_font_size\";s:2:\"13\";s:13:\"textbox_align\";s:10:\"textcenter\";s:18:\"textbox_title_wrap\";s:6:\"strong\";}s:7:\"uqnvnc6\";a:6:{s:14:\"masonic_format\";s:4:\"grid\";s:13:\"masonic_total\";s:2:\"10\";s:15:\"masonic_excerpt\";s:1:\"0\";s:17:\"masonic_post_sort\";s:4:\"DESC\";s:14:\"masonic_repeat\";s:1:\"0\";s:20:\"masonic_color_enable\";s:1:\"0\";}s:7:\"u7jnlka\";a:3:{s:11:\"pl_area_pad\";s:3:\"0px\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"1\";}s:7:\"ux30be9\";a:4:{s:14:\"masonic_format\";s:4:\"grid\";s:13:\"masonic_total\";s:2:\"10\";s:15:\"masonic_excerpt\";s:1:\"0\";s:17:\"masonic_post_sort\";s:4:\"DESC\";}s:7:\"ud9m0n8\";a:5:{s:14:\"masonic_format\";s:4:\"grid\";s:13:\"masonic_total\";s:2:\"10\";s:15:\"masonic_excerpt\";s:1:\"0\";s:15:\"pl_hide_on_page\";s:52:\"33,1667,70118621,70946639,70801267,70594543,70835510\";s:17:\"masonic_post_sort\";s:4:\"DESC\";}s:7:\"u4sd73l\";a:3:{s:16:\"quick_transition\";s:4:\"fade\";s:15:\"quick_slideshow\";s:1:\"1\";s:17:\"quickslider_array\";a:3:{s:5:\"item1\";a:5:{s:5:\"image\";s:59:\"[pl_site_url]/wp-content/uploads/2016/10/strategyroom-1.jpg\";s:15:\"image_attach_id\";s:4:\"3213\";s:4:\"text\";s:77:\"Quantitative analysis and algorithmic trading. Strategies for active traders.\";s:4:\"link\";s:47:\"http://www.riosquant.com/events/events_list/all\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:5:{s:5:\"image\";s:50:\"[pl_site_url]/wp-content/uploads/2016/10/eppat.jpg\";s:15:\"image_attach_id\";s:4:\"3214\";s:4:\"text\";s:47:\"Our members come here for a reason, find yours.\";s:4:\"link\";s:47:\"http://www.riosquant.com/events/events_list/all\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:1:{s:8:\"showitem\";s:1:\"1\";}}}}s:5:\"draft\";a:71:{s:8:\"settings\";a:37:{s:17:\"pagelines_favicon\";s:55:\"[pl_site_url]/wp-content/uploads/2014/05/Rfavletter.png\";s:14:\"pl_login_image\";s:57:\"[pl_site_url]/wp-content/uploads/2014/05/rqlogoblack2.jpg\";s:19:\"pagelines_touchicon\";s:57:\"[pl_site_url]/wp-content/uploads/2014/05/rqlogoblack3.jpg\";s:10:\"karma_icon\";s:3:\"sun\";s:19:\"disable_less_errors\";s:1:\"0\";s:15:\"alternative_css\";s:1:\"0\";s:14:\"sl_web_disable\";s:1:\"1\";s:11:\"sl_facebook\";s:33:\"https://www.facebook.com/rqtrader\";s:10:\"sl_youtube\";s:56:\"https://www.youtube.com/channel/UCJmcq8W9KhVMLoHsqTXIAnw\";s:16:\"post_loop_legacy\";s:1:\"0\";s:18:\"pl_loop_thumb_size\";s:6:\"medium\";s:27:\"pagelines_favicon_attach_id\";s:4:\"1613\";s:24:\"pl_login_image_attach_id\";s:4:\"1606\";s:29:\"pagelines_touchicon_attach_id\";s:4:\"1607\";s:14:\"base_font_size\";s:2:\"14\";s:19:\"font_primary_weight\";s:3:\"300\";s:16:\"header_base_size\";s:2:\"16\";s:19:\"font_headers_weight\";s:3:\"300\";s:11:\"layout_mode\";s:5:\"pixel\";s:19:\"layout_display_mode\";s:12:\"display-full\";s:15:\"nav_dropdown_bg\";s:4:\"dark\";s:19:\"nav_dropdown_toggle\";s:5:\"hover\";s:16:\"content_width_px\";s:6:\"1172px\";s:21:\"content_width_percent\";s:3:\"93%\";s:16:\"metabar_standard\";s:16:\"The Trading Room\";s:15:\"facebook_app_id\";s:33:\"https://www.facebook.com/rqtrader\";s:13:\"facebook_name\";s:9:\"RQ Trader\";s:12:\"site-hashtag\";s:10:\"#riosquant\";s:10:\"sl_twitter\";s:28:\"https://twitter.com/JoeGRios\";s:12:\"sl_pinterest\";s:55:\"http://www.pinterest.com/jgarciarios/riosquant-trading/\";s:12:\"enable_debug\";s:1:\"1\";s:18:\"load_prettify_libs\";s:1:\"0\";s:21:\"pl_loop_disable_karma\";s:1:\"0\";s:20:\"region_disable_fixed\";s:1:\"0\";s:21:\"region_disable_header\";s:1:\"0\";s:21:\"region_disable_footer\";s:1:\"0\";s:11:\"custom_less\";s:27:\".test{\n  font-weight:bold\n}\";}s:7:\"regions\";a:3:{s:5:\"fixed\";a:1:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areautmefjt\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"utmefjt\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:16:\"PageLinesTextBox\";s:5:\"clone\";s:7:\"uauwk5y\";s:3:\"sid\";s:7:\"textbox\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}s:6:\"header\";a:1:{i:0;a:6:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:11:\"naviutp35zx\";s:6:\"object\";s:6:\"PLNavi\";s:3:\"sid\";s:4:\"navi\";s:5:\"clone\";s:7:\"utp35zx\";}}s:6:\"footer\";a:2:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areau7jnlka\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"u7jnlka\";s:7:\"content\";a:3:{i:0;a:6:{s:6:\"object\";s:9:\"PLMasonic\";s:5:\"clone\";s:7:\"ud9m0n8\";s:3:\"sid\";s:7:\"masonic\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:1;a:6:{s:6:\"object\";s:16:\"PageLinesTextBox\";s:5:\"clone\";s:7:\"unm1d6z\";s:3:\"sid\";s:7:\"textbox\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:2;a:6:{s:6:\"object\";s:16:\"PageLinesTextBox\";s:5:\"clone\";s:7:\"up5tbym\";s:3:\"sid\";s:7:\"textbox\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:1;a:6:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areaub2r64h\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"ub2r64h\";}}}s:7:\"u38gepz\";a:6:{s:13:\"icallout_text\";s:35:\"Trade with us in live trading room.\";s:18:\"icallout_text_wrap\";s:2:\"h2\";s:13:\"icallout_link\";s:49:\"http://www.riosquant.com/account/register?trial=1\";s:15:\"icallout_target\";s:1:\"0\";s:18:\"icallout_link_text\";s:20:\"Get your access pass\";s:18:\"icallout_btn_theme\";s:11:\"btn-inverse\";}s:7:\"urz1qgb\";a:6:{s:13:\"icallout_text\";s:40:\"Ready to experience market intelligence?\";s:18:\"icallout_text_wrap\";s:2:\"h2\";s:13:\"icallout_link\";s:49:\"http://www.riosquant.com/requestinfo?product_id=2\";s:15:\"icallout_target\";s:1:\"1\";s:18:\"icallout_link_text\";s:27:\"Get Your Free Trial Started\";s:18:\"icallout_btn_theme\";s:12:\"btn-ol-white\";}s:7:\"ufluniu\";a:6:{s:13:\"icallout_text\";s:31:\"Learn how to be a quant trader.\";s:18:\"icallout_text_wrap\";s:2:\"h2\";s:13:\"icallout_link\";s:50:\"http://www.thetradingroom.com/algorithmic-trading/\";s:15:\"icallout_target\";s:1:\"1\";s:18:\"icallout_link_text\";s:30:\"Sign up for next online course\";s:18:\"icallout_btn_theme\";s:11:\"btn-inverse\";}s:7:\"u9ajx4u\";a:3:{s:28:\"pl_area_background_attach_id\";s:4:\"1869\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"umz5fda\";a:8:{s:11:\"pl_area_pad\";s:5:\"130px\";s:18:\"pl_area_pad_bottom\";s:4:\"20px\";s:18:\"pl_area_background\";s:52:\"[pl_site_url]/wp-content/uploads/2016/08/newpic2.jpg\";s:28:\"pl_area_background_attach_id\";s:4:\"2998\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"337EFF\";}s:7:\"ui483qd\";a:3:{s:7:\"sl_text\";s:24:\"© Rios Quantitative LLC\";s:4:\"menu\";s:1:\"4\";s:17:\"pl_standard_title\";s:111:\"COMMODITY FUTURES,  OPTIONS,  AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS\";}s:7:\"uajarsz\";a:5:{s:11:\"pl_area_pad\";s:3:\"0px\";s:18:\"pl_area_pad_bottom\";s:3:\"0px\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:7:\"pl-grey\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:6:\"u6282d\";a:0:{}s:7:\"us1vrz7\";a:14:{s:9:\"ph_format\";s:13:\"format-center\";s:9:\"ph_header\";s:1:\".\";s:8:\"ph_link1\";s:56:\"https://www.youtube.com/channel/UCJmcq8W9KhVMLoHsqTXIAnw\";s:13:\"ph_link1_text\";s:16:\"Watch Our Videos\";s:14:\"ph_link1_style\";s:11:\"btn-warning\";s:8:\"ph_link2\";s:47:\"http://www.riosquant.com/events/events_list/all\";s:13:\"ph_link2_text\";s:15:\"Events Calendar\";s:14:\"ph_link2_style\";s:11:\"btn-warning\";s:21:\"pageheader_background\";s:61:\"[pl_site_url]/wp-content/uploads/2014/05/rqglassadvwindow.jpg\";s:31:\"pageheader_background_attach_id\";s:4:\"1604\";s:17:\"pageheader_repeat\";s:1:\"0\";s:16:\"pageheader_theme\";s:1:\"0\";s:23:\"pageheader_color_enable\";s:1:\"1\";s:16:\"pageheader_color\";s:6:\"F7F7F7\";}s:6:\"u6278b\";a:1:{s:15:\"post_media_hide\";s:1:\"0\";}s:7:\"ucfbyaa\";a:4:{s:9:\"ibox_cols\";s:1:\"4\";s:10:\"ibox_media\";s:5:\"image\";s:11:\"ibox_format\";s:4:\"left\";s:10:\"ibox_array\";a:3:{s:5:\"item1\";a:3:{s:5:\"image\";s:68:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/05/niclastrader.jpg\";s:15:\"image_attach_id\";s:4:\"1878\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:1:{s:8:\"showitem\";s:1:\"1\";}}}s:7:\"uczaqe4\";a:6:{s:11:\"pl_area_pad\";s:3:\"0px\";s:16:\"pl_area_parallax\";s:1:\"0\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-white\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"FEFEFE\";}s:7:\"utrd0pt\";a:7:{s:10:\"map_height\";s:5:\"350px\";s:14:\"map_zoom_level\";s:2:\"10\";s:15:\"map_zoom_enable\";s:1:\"1\";s:16:\"enable_animation\";s:1:\"0\";s:15:\"locations_array\";a:2:{s:5:\"item1\";a:2:{s:4:\"text\";s:42:\"395 Alhambra Circle \nCoral Gables FL 33134\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:1:{s:8:\"showitem\";s:1:\"1\";}}s:11:\"maps_repeat\";s:1:\"0\";s:17:\"maps_color_enable\";s:1:\"0\";}s:7:\"u53jkc1\";a:2:{s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"u22k8x7\";a:4:{s:20:\"revslider_fullscreen\";s:1:\"1\";s:15:\"revslider_array\";a:3:{s:5:\"item1\";a:2:{s:10:\"background\";s:66:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/04/roomforlen.jpg\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:1:{s:8:\"showitem\";s:1:\"1\";}}s:16:\"revslider_repeat\";s:1:\"0\";s:22:\"revslider_color_enable\";s:1:\"1\";}s:6:\"u8e700\";a:2:{s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:6:\"u8e7be\";a:0:{}s:6:\"u4f20d\";a:4:{s:18:\"pl_area_pad_bottom\";s:4:\"60px\";s:17:\"pl_standard_title\";s:18:\"The Trading Room®\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"uqzahs1\";a:8:{s:24:\"pagelines_herounit_title\";s:18:\"The Trading Room®\";s:26:\"pagelines_herounit_tagline\";s:22:\"Established since 1997\";s:24:\"pagelines_herounit_image\";s:65:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/05/chillroom.jpg\";s:16:\"herounit_reverse\";s:1:\"0\";s:19:\"herounit_left_width\";s:5:\"span3\";s:20:\"herounit_right_width\";s:5:\"span3\";s:22:\"herounit_button_target\";s:1:\"0\";s:21:\"herounit_button_theme\";s:7:\"primary\";}s:6:\"u4c803\";a:0:{}s:6:\"u4c73c\";a:4:{s:17:\"pl_standard_title\";s:18:\"The Trading Room®\";s:18:\"pl_area_background\";s:79:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/04/redclockspre-marketopen.jpg\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:6:\"u2eba0\";a:4:{s:18:\"pl_area_pad_bottom\";s:3:\"0px\";s:17:\"pl_standard_title\";s:18:\"The Trading Room®\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"uqwbv8j\";a:5:{s:9:\"ph_format\";s:13:\"format-center\";s:9:\"ph_header\";s:18:\"The Trading Room®\";s:6:\"ph_sub\";s:22:\"Established since 1997\";s:17:\"pageheader_repeat\";s:1:\"0\";s:23:\"pageheader_color_enable\";s:1:\"0\";}s:7:\"ukrgq44\";a:5:{s:9:\"ph_format\";s:13:\"format-center\";s:9:\"ph_header\";s:18:\"The Trading Room®\";s:6:\"ph_sub\";s:22:\"Established since 1997\";s:17:\"pageheader_repeat\";s:1:\"0\";s:23:\"pageheader_color_enable\";s:1:\"0\";}s:6:\"u6dd7f\";a:3:{s:18:\"pl_area_background\";s:66:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/04/roomforlen.jpg\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"uul4caq\";a:4:{s:20:\"revslider_fullscreen\";s:1:\"0\";s:15:\"revslider_array\";a:3:{s:5:\"item1\";a:2:{s:10:\"background\";s:66:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/04/roomforlen.jpg\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:2:{s:10:\"background\";s:71:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/04/marketanalyzer2.jpg\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:2:{s:10:\"background\";s:72:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/04/traderclicking12.jpg\";s:8:\"showitem\";s:1:\"1\";}}s:16:\"revslider_repeat\";s:1:\"0\";s:22:\"revslider_color_enable\";s:1:\"0\";}s:7:\"uw72jq1\";a:3:{s:16:\"quick_transition\";s:4:\"fade\";s:15:\"quick_slideshow\";s:1:\"0\";s:17:\"quickslider_array\";a:3:{s:5:\"item1\";a:2:{s:5:\"image\";s:66:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/04/roomforlen.jpg\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:1:{s:8:\"showitem\";s:1:\"1\";}}}s:6:\"u2516e\";a:3:{s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"FCFAFA\";}s:6:\"u627c7\";a:1:{s:13:\"boxed_columns\";s:1:\"0\";}s:6:\"u62756\";a:1:{s:13:\"boxed_columns\";s:1:\"0\";}s:7:\"uhdcs8l\";a:4:{s:9:\"ibox_cols\";s:1:\"4\";s:10:\"ibox_media\";s:4:\"icon\";s:11:\"ibox_format\";s:3:\"top\";s:10:\"ibox_array\";a:3:{s:5:\"item1\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:1:{s:8:\"showitem\";s:1:\"1\";}}}s:7:\"ul8na0s\";a:1:{s:14:\"watermark_hide\";s:1:\"0\";}s:7:\"ux79ppw\";a:4:{s:9:\"ibox_cols\";s:1:\"4\";s:10:\"ibox_media\";s:5:\"image\";s:11:\"ibox_format\";s:3:\"top\";s:10:\"ibox_array\";a:3:{s:5:\"item1\";a:5:{s:5:\"title\";s:27:\"Quantitative Trend Analysis\";s:4:\"icon\";s:5:\"gears\";s:5:\"image\";s:71:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/04/marketanalyzer2.jpg\";s:5:\"color\";s:6:\"FA0707\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:3:{s:5:\"title\";s:27:\"Algorithmic Trading Systems\";s:5:\"image\";s:72:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/04/traderclicking12.jpg\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:3:{s:5:\"title\";s:17:\"Live Trading Room\";s:5:\"image\";s:69:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/05/joeboardjpeg1.jpg\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"u0bspra\";a:3:{s:16:\"quick_transition\";s:4:\"fade\";s:15:\"quick_slideshow\";s:1:\"0\";s:17:\"quickslider_array\";a:3:{s:5:\"item1\";a:2:{s:5:\"image\";s:66:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/04/roomforlen.jpg\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:1:{s:8:\"showitem\";s:1:\"1\";}}}s:7:\"ugkyrl6\";a:4:{s:18:\"pl_area_background\";s:61:\"[pl_site_url]/wp-content/uploads/2016/10/roomtitanstars-1.jpg\";s:28:\"pl_area_background_attach_id\";s:4:\"3208\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"1\";}s:7:\"u5kbsav\";a:8:{s:14:\"masonic_format\";s:4:\"grid\";s:17:\"masonic_post_type\";s:4:\"post\";s:13:\"masonic_sizes\";s:9:\"big-thumb\";s:13:\"masonic_total\";s:1:\"6\";s:15:\"masonic_excerpt\";s:1:\"1\";s:13:\"default_title\";s:12:\"Trading Blog\";s:12:\"masonic_meta\";s:38:\"[post_categories] - List of categories\";s:17:\"masonic_post_sort\";s:4:\"DESC\";}s:6:\"u627fb\";a:0:{}s:7:\"ua6zzqw\";a:4:{s:16:\"quick_transition\";s:4:\"fade\";s:15:\"quick_slideshow\";s:1:\"0\";s:15:\"pl_hide_on_page\";s:13:\"1615,70000001\";s:17:\"quickslider_array\";a:3:{s:5:\"item1\";a:3:{s:5:\"image\";s:61:\"[pl_site_url]/wp-content/uploads/2016/08/traderoomsession.jpg\";s:15:\"image_attach_id\";s:4:\"2983\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:1:{s:8:\"showitem\";s:1:\"1\";}}}s:7:\"uj2jnyd\";a:4:{s:11:\"pl_area_pad\";s:5:\"140px\";s:18:\"pl_area_pad_bottom\";s:4:\"90px\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"utfnt6u\";a:8:{s:10:\"center_lat\";s:10:\"25.7519221\";s:10:\"center_lng\";s:11:\"-80.2627089\";s:10:\"map_height\";s:5:\"350px\";s:14:\"map_zoom_level\";s:2:\"12\";s:15:\"map_zoom_enable\";s:1:\"0\";s:16:\"enable_animation\";s:1:\"0\";s:15:\"pl_hide_on_page\";s:13:\"70293952,1615\";s:15:\"locations_array\";a:2:{s:5:\"item1\";a:3:{s:8:\"latitude\";s:10:\"25.7519221\";s:9:\"longitude\";s:11:\"-80.2627089\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:1:{s:8:\"showitem\";s:1:\"1\";}}}s:6:\"ue42fb\";a:4:{s:18:\"pl_area_background\";s:57:\"[pl_site_url]/wp-content/uploads/2014/05/joebigscreen.jpg\";s:28:\"pl_area_background_attach_id\";s:4:\"1592\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"uc00kes\";a:6:{s:18:\"pl_area_background\";s:59:\"[pl_site_url]/wp-content/uploads/2014/05/quoteboardblue.jpg\";s:28:\"pl_area_background_attach_id\";s:4:\"1594\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"337EFF\";}s:7:\"utp35zx\";a:12:{s:9:\"navi_logo\";s:57:\"[pl_site_url]/wp-content/uploads/2014/05/rqlogoblack1.jpg\";s:19:\"navi_logo_attach_id\";s:4:\"1591\";s:13:\"navi_logo_alt\";s:32:\"Powered by Rios Quantitative LLC\";s:17:\"navi_logo_disable\";s:1:\"0\";s:14:\"navi_site_info\";s:1:\"1\";s:17:\"pl_standard_title\";s:32:\"Powered by Rios Quantitative LLC\";s:18:\"pl_standard_styles\";s:11:\"padding: 0;\";s:11:\"navi_search\";s:1:\"0\";s:25:\"navi_background_attach_id\";s:4:\"1823\";s:11:\"navi_repeat\";s:1:\"0\";s:10:\"navi_theme\";s:7:\"pl-base\";s:17:\"navi_color_enable\";s:1:\"0\";}s:6:\"ud3c30\";a:0:{}s:7:\"u32fgya\";a:4:{s:16:\"quick_transition\";s:4:\"fade\";s:15:\"quick_slideshow\";s:1:\"0\";s:15:\"pl_hide_on_page\";s:13:\"1615,70000001\";s:17:\"quickslider_array\";a:5:{s:5:\"item1\";a:3:{s:5:\"image\";s:58:\"[pl_site_url]/wp-content/uploads/2016/08/joeandcelebs2.jpg\";s:15:\"image_attach_id\";s:4:\"2991\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item5\";a:1:{s:8:\"showitem\";s:1:\"1\";}}}s:7:\"uylomxy\";a:6:{s:18:\"pl_area_background\";s:58:\"[pl_site_url]/wp-content/uploads/2016/08/strategyroom1.jpg\";s:28:\"pl_area_background_attach_id\";s:4:\"2987\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"337EFF\";}s:6:\"u6271b\";a:2:{s:14:\"pl_area_repeat\";s:1:\"1\";s:20:\"pl_area_color_enable\";s:1:\"1\";}s:6:\"u2557f\";a:0:{}s:7:\"uv16e1u\";a:0:{}s:7:\"umngz99\";a:5:{s:14:\"masonic_format\";s:4:\"grid\";s:13:\"masonic_sizes\";s:6:\"medium\";s:13:\"masonic_total\";s:2:\"10\";s:15:\"masonic_excerpt\";s:1:\"0\";s:17:\"masonic_post_sort\";s:4:\"DESC\";}s:7:\"u4zuzmq\";a:0:{}s:7:\"utmefjt\";a:5:{s:11:\"pl_area_pad\";s:3:\"0px\";s:17:\"pl_standard_title\";s:18:\"The Trading Room®\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"FCFAFA\";}s:7:\"u4oia2x\";a:0:{}s:7:\"uf9jdbv\";a:6:{s:13:\"masonic_sizes\";s:6:\"medium\";s:13:\"masonic_total\";s:2:\"10\";s:15:\"masonic_excerpt\";s:1:\"0\";s:17:\"masonic_post_sort\";s:4:\"DESC\";s:14:\"masonic_repeat\";s:1:\"0\";s:20:\"masonic_color_enable\";s:1:\"0\";}s:7:\"ucohnff\";a:2:{s:15:\"post_media_hide\";s:1:\"0\";s:13:\"metahead_hide\";s:1:\"0\";}s:7:\"ujd25gh\";a:2:{s:10:\"post_total\";s:2:\"10\";s:9:\"post_sort\";s:4:\"DESC\";}s:7:\"uvqv9ld\";a:8:{s:14:\"masonic_format\";s:4:\"grid\";s:17:\"masonic_post_type\";s:4:\"post\";s:13:\"masonic_sizes\";s:4:\"full\";s:13:\"masonic_total\";s:2:\"10\";s:15:\"masonic_excerpt\";s:1:\"1\";s:17:\"masonic_post_sort\";s:4:\"DESC\";s:14:\"masonic_repeat\";s:1:\"0\";s:20:\"masonic_color_enable\";s:1:\"0\";}s:7:\"uhifci0\";a:5:{s:13:\"icallout_text\";s:18:\"The Trading Room®\";s:18:\"icallout_text_wrap\";s:2:\"h2\";s:15:\"icallout_target\";s:1:\"0\";s:18:\"icallout_link_text\";s:22:\"Established since 1997\";s:18:\"icallout_btn_theme\";s:12:\"btn-ol-black\";}s:7:\"uhyhpw3\";a:3:{s:16:\"quick_transition\";s:4:\"fade\";s:15:\"quick_slideshow\";s:1:\"1\";s:17:\"quickslider_array\";a:1:{s:5:\"item1\";a:5:{s:5:\"image\";s:56:\"[pl_site_url]/wp-content/uploads/2016/10/4starroom-2.jpg\";s:15:\"image_attach_id\";s:4:\"3220\";s:4:\"text\";s:71:\"Don\'t trade alone, join a group of active traders in live trading room.\";s:4:\"link\";s:47:\"http://www.riosquant.com/events/events_list/all\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"uiuave2\";a:5:{s:14:\"masonic_format\";s:4:\"grid\";s:13:\"masonic_sizes\";s:15:\"landscape-thumb\";s:13:\"masonic_total\";s:2:\"10\";s:15:\"masonic_excerpt\";s:1:\"1\";s:17:\"masonic_post_sort\";s:4:\"DESC\";}s:7:\"ub2r64h\";a:2:{s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"1\";}s:7:\"uz8ypt8\";a:5:{s:9:\"ph_format\";s:13:\"format-center\";s:9:\"ph_header\";s:75:\"The Trading Room®                                   Established since 1997\";s:6:\"ph_sub\";s:32:\"Powered by Rios Quantitative LLC\";s:17:\"pageheader_repeat\";s:1:\"0\";s:23:\"pageheader_color_enable\";s:1:\"0\";}s:7:\"unm1d6z\";a:3:{s:15:\"textbox_content\";s:111:\"COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS. \";s:13:\"textbox_align\";s:10:\"textcenter\";s:18:\"textbox_title_wrap\";s:6:\"strong\";}s:7:\"uauwk5y\";a:4:{s:15:\"textbox_content\";s:22:\"Established Since 1997\";s:17:\"textbox_font_size\";s:2:\"13\";s:13:\"textbox_align\";s:10:\"textcenter\";s:18:\"textbox_title_wrap\";s:6:\"strong\";}s:7:\"uqnvnc6\";a:6:{s:14:\"masonic_format\";s:4:\"grid\";s:13:\"masonic_total\";s:2:\"10\";s:15:\"masonic_excerpt\";s:1:\"0\";s:17:\"masonic_post_sort\";s:4:\"DESC\";s:14:\"masonic_repeat\";s:1:\"0\";s:20:\"masonic_color_enable\";s:1:\"0\";}s:7:\"u7jnlka\";a:3:{s:11:\"pl_area_pad\";s:3:\"0px\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"1\";}s:7:\"ux30be9\";a:4:{s:14:\"masonic_format\";s:4:\"grid\";s:13:\"masonic_total\";s:2:\"10\";s:15:\"masonic_excerpt\";s:1:\"0\";s:17:\"masonic_post_sort\";s:4:\"DESC\";}s:7:\"ud9m0n8\";a:5:{s:14:\"masonic_format\";s:4:\"grid\";s:13:\"masonic_total\";s:2:\"10\";s:15:\"masonic_excerpt\";s:1:\"0\";s:15:\"pl_hide_on_page\";s:52:\"33,1667,70118621,70946639,70801267,70594543,70835510\";s:17:\"masonic_post_sort\";s:4:\"DESC\";}s:7:\"u4sd73l\";a:3:{s:16:\"quick_transition\";s:4:\"fade\";s:15:\"quick_slideshow\";s:1:\"1\";s:17:\"quickslider_array\";a:3:{s:5:\"item1\";a:5:{s:5:\"image\";s:59:\"[pl_site_url]/wp-content/uploads/2016/10/strategyroom-1.jpg\";s:15:\"image_attach_id\";s:4:\"3213\";s:4:\"text\";s:77:\"Quantitative analysis and algorithmic trading. Strategies for active traders.\";s:4:\"link\";s:47:\"http://www.riosquant.com/events/events_list/all\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:5:{s:5:\"image\";s:50:\"[pl_site_url]/wp-content/uploads/2016/10/eppat.jpg\";s:15:\"image_attach_id\";s:4:\"3214\";s:4:\"text\";s:47:\"Our members come here for a reason, find yours.\";s:4:\"link\";s:47:\"http://www.riosquant.com/events/events_list/all\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:1:{s:8:\"showitem\";s:1:\"1\";}}}}}','yes'),(43255,'pl-user-sections','a:2:{s:5:\"draft\";a:1:{s:6:\"u7e27e\";a:5:{s:3:\"key\";b:0;s:4:\"name\";s:0:\"\";s:4:\"desc\";s:0:\"\";s:3:\"map\";a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau78c04\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"u78c04\";s:9:\"ctemplate\";s:6:\"u7e27e\";}s:8:\"settings\";a:0:{}}}s:4:\"live\";a:1:{s:6:\"u7e27e\";a:5:{s:3:\"key\";b:0;s:4:\"name\";s:0:\"\";s:4:\"desc\";s:0:\"\";s:3:\"map\";a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau78c04\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"u78c04\";s:9:\"ctemplate\";s:6:\"u7e27e\";}s:8:\"settings\";a:0:{}}}}','yes'),(43256,'pagelines-settings-two','a:3:{s:18:\"pl_less_error_core\";b:0;s:22:\"pl_less_error_sections\";b:0;s:20:\"pl_less_error_custom\";b:0;}','yes'),(40268,'optimizepress_gotowebinar_organizer_key','200000000000285285','yes'),(2698,'sfw_spam_hits','7350','yes'),(2696,'sfw_version','2.2.2','yes'),(38281,'optimizepress_sl_api_key','pJFcx-jsb6Jtr-Fbqb4iVQTaa1sj14ca-530266acd4bdd','yes'),(38282,'optimizepress_installed','Y','yes'),(38283,'optimizepress_site_footer','s:449:\"a:7:{s:9:\"copyright\";s:79:\"Copyright 2014 - The Trading Room / Rios Quantitative LLC - All Rights Reserved\";s:10:\"disclaimer\";s:195:\"PAST PERFORMANCE RESULTS ARE NOT NECESSARILY INDICATIVE OF FUTURE RESULTS. COMMODITY FUTURES, STOCKS, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS \r\n\";s:3:\"nav\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";}\";','yes'),(40264,'optimizepress_gotowebinar_api_key','z97n8wNxO4yK6J7vzqma5TxE11KHY4xA','yes'),(40267,'optimizepress_gotowebinar_access_token','mFpTjaERcdiEKOenIjudo1Ofba1p','yes'),(32751,'widget_wdg_specialrecentpostsfree','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(31531,'theme_mods_generate','a:8:{i:0;b:0;s:16:\"background_color\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:6:\"repeat\";s:21:\"background_position_x\";s:4:\"left\";s:21:\"background_attachment\";s:5:\"fixed\";s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:4;s:9:\"secondary\";i:0;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1399467918;s:4:\"data\";a:7:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:14:\"recent-posts-3\";i:1;s:6:\"iclw-2\";i:2;s:11:\"rssimport-2\";i:3;s:7:\"pages-2\";i:4;s:14:\"recent-posts-4\";}s:12:\"header-right\";a:0:{}s:7:\"sidebar\";a:2:{i:0;s:18:\"facebook-likebox-4\";i:1;s:12:\"categories-2\";}s:12:\"generate-box\";a:0:{}s:8:\"footer-1\";a:1:{i:0;s:6:\"iclw-3\";}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}}}}','yes'),(31532,'safecss_rev','1','yes'),(31533,'genesis-settings','a:38:{s:13:\"theme_version\";s:5:\"2.0.1\";s:10:\"db_version\";i:2007;s:6:\"update\";i:1;s:12:\"update_email\";i:1;s:20:\"update_email_address\";s:18:\"joegrios@gmail.com\";s:15:\"style_selection\";s:13:\"generate-blue\";s:8:\"feed_uri\";s:0:\"\";s:17:\"comments_feed_uri\";s:0:\"\";s:11:\"site_layout\";s:15:\"sidebar-content\";s:10:\"blog_title\";s:5:\"image\";s:10:\"nav_extras\";s:0:\"\";s:21:\"nav_extras_twitter_id\";s:0:\"\";s:23:\"nav_extras_twitter_text\";s:0:\"\";s:14:\"comments_posts\";i:1;s:16:\"trackbacks_posts\";i:1;s:15:\"content_archive\";s:4:\"full\";s:21:\"content_archive_limit\";i:0;s:10:\"image_size\";s:5:\"large\";s:9:\"posts_nav\";s:9:\"prev-next\";s:8:\"blog_cat\";i:0;s:16:\"blog_cat_exclude\";s:0:\"\";s:12:\"blog_cat_num\";i:10;s:14:\"header_scripts\";s:0:\"\";s:14:\"footer_scripts\";s:0:\"\";s:21:\"breadcrumb_front_page\";i:0;s:15:\"breadcrumb_home\";i:0;s:17:\"breadcrumb_single\";i:0;s:15:\"breadcrumb_page\";i:0;s:21:\"breadcrumb_posts_page\";i:0;s:18:\"breadcrumb_archive\";i:0;s:14:\"breadcrumb_404\";i:0;s:21:\"breadcrumb_attachment\";i:0;s:14:\"comments_pages\";i:0;s:25:\"content_archive_thumbnail\";i:0;s:9:\"superfish\";i:0;s:13:\"redirect_feed\";i:0;s:22:\"redirect_comments_feed\";i:0;s:16:\"trackbacks_pages\";i:0;}','yes'),(31543,'ct-settings','a:9:{s:24:\"generatebox_color_scheme\";s:4:\"blue\";s:17:\"generatebox_title\";s:45:\"Try our Live Trading Room - FREE Registration\";s:15:\"generatebox_img\";s:79:\"http://www.thetradingroom.com/wp-content/uploads/2013/10/generatebox-badge1.png\";s:16:\"generatebox_text\";s:24:\" >>Trade with us today<<\";s:16:\"generatebox_form\";s:1877:\"<!--  ----------------------------------------------------------------------  -->\r\n<!--  NOTE: Please add the following <META> element to your page <HEAD>.      -->\r\n<!--  If necessary, please modify the charset parameter to specify the        -->\r\n<!--  character set of your HTML page.                                        -->\r\n<!--  ----------------------------------------------------------------------  -->\r\n\r\n<META HTTP-EQUIV=\"Content-type\" CONTENT=\"text/html; charset=UTF-8\">\r\n\r\n<!--  ----------------------------------------------------------------------  -->\r\n<!--  NOTE: Please add the following <FORM> element to your page.             -->\r\n<!--  ----------------------------------------------------------------------  -->\r\n\r\n<form action=\"https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8\" method=\"POST\">\r\n\r\n<input type=hidden name=\"oid\" value=\"00DC0000000Pp5W\">\r\n<input type=hidden name=\"retURL\" value=\"http://www.thetradingroom.com/email-thank-you/\">\r\n\r\n<!--  ----------------------------------------------------------------------  -->\r\n<!--  NOTE: These fields are optional debugging elements. Please uncomment    -->\r\n<!--  these lines if you wish to test in debug mode.                          -->\r\n<!--  <input type=\"hidden\" name=\"debug\" value=1>                              -->\r\n<!--  <input type=\"hidden\" name=\"debugEmail\" value=\"amber@riosquant.com\">     -->\r\n<!--  ----------------------------------------------------------------------  -->\r\n\r\n<label for=\"first_name\">Name</label><input  id=\"first_name\" maxlength=\"40\" name=\"first_name\" size=\"20\" type=\"text\" />\r\n<br>\r\n<label for=\"email\">Email</label><input  id=\"email\" maxlength=\"80\" name=\"email\" size=\"20\" type=\"text\" />\r\n<br>\r\n<label for=\"phone\">Phone</label><input  id=\"phone\" maxlength=\"40\" name=\"phone\" size=\"20\" type=\"text\" />\r\n\r\n<input type=\"submit\" name=\"submit\">\r\n\r\n</form>\";s:29:\"generatebox_everywhere_enable\";i:1;s:24:\"generatebox_front_enable\";i:0;s:23:\"generatebox_home_enable\";i:0;s:25:\"generatebox_single_enable\";i:0;}','yes'),(31191,'Yoast_Google_Analytics','a:51:{s:16:\"advancedsettings\";b:0;s:11:\"allowanchor\";b:0;s:9:\"allowhash\";b:0;s:11:\"allowlinker\";b:0;s:11:\"anonymizeip\";b:0;s:10:\"customcode\";s:0:\"\";s:11:\"cv_loggedin\";b:0;s:13:\"cv_authorname\";b:0;s:11:\"cv_category\";b:0;s:17:\"cv_all_categories\";b:0;s:7:\"cv_tags\";b:0;s:7:\"cv_year\";b:0;s:12:\"cv_post_type\";b:0;s:5:\"debug\";b:0;s:12:\"dlextensions\";s:30:\"doc,exe,js,pdf,ppt,tgz,zip,xls\";s:6:\"domain\";s:0:\"\";s:11:\"domainorurl\";s:6:\"domain\";s:7:\"extrase\";b:0;s:10:\"extraseurl\";s:0:\"\";s:11:\"firebuglite\";b:0;s:8:\"ga_token\";s:0:\"\";s:16:\"ga_api_responses\";a:0:{}s:16:\"gajslocalhosting\";b:0;s:7:\"gajsurl\";s:0:\"\";s:16:\"ignore_userlevel\";s:2:\"11\";s:12:\"internallink\";s:0:\"\";s:17:\"internallinklabel\";s:0:\"\";s:16:\"outboundpageview\";b:0;s:17:\"downloadspageview\";b:0;s:17:\"othercrossdomains\";s:0:\"\";s:8:\"position\";s:6:\"header\";s:18:\"primarycrossdomain\";s:0:\"\";s:13:\"theme_updated\";b:0;s:16:\"trackcommentform\";b:1;s:16:\"trackcrossdomain\";b:0;s:12:\"trackadsense\";b:0;s:13:\"trackoutbound\";b:1;s:17:\"trackregistration\";b:0;s:14:\"rsslinktagging\";b:1;s:8:\"uastring\";s:12:\"UA-7661609-2\";s:7:\"version\";s:5:\"4.3.3\";s:15:\"gfsubmiteventpv\";s:0:\"\";s:11:\"trackprefix\";s:0:\"\";s:13:\"admintracking\";b:0;s:15:\"manual_uastring\";b:1;s:11:\"taggfsubmit\";b:0;s:13:\"wpec_tracking\";b:0;s:14:\"shopp_tracking\";b:0;s:14:\"yoast_tracking\";b:0;s:3:\"msg\";s:0:\"\";s:14:\"tracking_popup\";s:4:\"done\";}','yes'),(38284,'optimizepress_content_templates_version','2.1.8.1','yes'),(38299,'optimizepress_advanced_filter','s:43:\"a:1:{s:21:\"ga_dash_front_content\";s:1:\"0\";}\";','yes'),(42980,'optimizepress_fancybox_images','s:28:\"a:1:{s:7:\"enabled\";s:1:\"N\";}\";','yes'),(38288,'optimizepress_seo','s:28:\"a:1:{s:7:\"enabled\";s:1:\"Y\";}\";','yes'),(38294,'optimizepress_header_logo_setup','s:165:\"a:4:{s:4:\"logo\";s:74:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/rq-logo-black.jpg\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:0:\"\";}\";','yes'),(38295,'optimizepress_favicon_setup','','yes'),(38296,'optimizepress_promotion','s:79:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"aff_url\";s:29:\"http://www.optimizepress.com/\";}\";','yes'),(38297,'optimizepress_custom_css','','yes'),(38298,'optimizepress_default_typography','s:1196:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";a:1:{s:5:\"color\";s:0:\"\";}s:17:\"footer_link_color\";a:1:{s:5:\"color\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:1:{s:5:\"color\";s:0:\"\";}s:18:\"feature_text_color\";a:1:{s:5:\"color\";s:0:\"\";}s:18:\"feature_link_color\";a:1:{s:5:\"color\";s:0:\"\";}s:24:\"feature_link_hover_color\";a:1:{s:5:\"color\";s:0:\"\";}}}\";','yes'),(38300,'optimizepress_dap_redirect_url','','yes'),(38301,'optimizepress_fast_member_redirect_url','','yes'),(38302,'optimizepress_imember_redirect_url','','yes'),(38303,'optimizepress_analytics_and_tracking','s:524:\"a:2:{s:30:\"google_analytics_tracking_code\";s:434:\"<script>\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\n  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\r\n  })(window,document,\\\'script\\\',\\\'//www.google-analytics.com/analytics.js\\\',\\\'ga\\\');\r\n\r\n  ga(\\\'create\\\', \\\'UA-7661609-2\\\', \\\'auto\\\');\r\n  ga(\\\'send\\\', \\\'pageview\\\');\r\n\r\n</script>\";s:22:\"sitewide_tracking_code\";s:0:\"\";}\";','yes'),(38304,'optimizepress_getresponse_api_url','http://api2.getresponse.com','yes'),(38305,'optimizepress_comments','s:59:\"a:1:{s:8:\"facebook\";a:1:{s:2:\"id\";s:15:\"610061619080256\";}}\";','yes'),(41041,'_transient_timeout_op_plugin_update','2953680022','no'),(41042,'_transient_op_plugin_update','O:8:\"stdClass\":11:{s:4:\"name\";s:20:\"OptimizePress Plugin\";s:4:\"slug\";s:37:\"optimizePressPlugin/optimizepress.php\";s:7:\"version\";s:7:\"2.3.4.3\";s:11:\"new_version\";s:7:\"2.3.4.3\";s:8:\"homepage\";s:28:\"http://www.optimizepress.com\";s:3:\"url\";s:28:\"http://www.optimizepress.com\";s:12:\"download_url\";s:111:\"http://optimizehub.com/sl/public/api/download/pJFcx-jsb6Jtr-Fbqb4iVQTaa1sj14ca-530266acd4bdd/plugin.2.3.4.3.zip\";s:7:\"package\";s:111:\"http://optimizehub.com/sl/public/api/download/pJFcx-jsb6Jtr-Fbqb4iVQTaa1sj14ca-530266acd4bdd/plugin.2.3.4.3.zip\";s:8:\"requires\";s:3:\"3.5\";s:6:\"tested\";s:3:\"3.9\";s:8:\"sections\";a:2:{s:11:\"description\";s:113:\"OptimizePress is the essential plugin for marketers. Create squeeze pages, sales letters and much more with ease.\";s:9:\"changelog\";s:2844:\"<h2>New features:</h2><ul><li>Maropost email service integration</li><li>Integration of ActiveCampaign Email Marketing Service</li><li>Redirect URL option added to Countdown Timer element</li><li>Implemented storing element configs in Live Editor into HTML5 localStorage to improve performance</li></ul><h2>Fixes:</h2><ul><li>Disabled JetPack Open Graph filter if OP SEO is enabled</li><li>Fixed issue with html elements placed into an element (headline or text block, for example) in OverlayOptimizer (it was manifested when pressing edit after insert, before page reload)</li> <li>Adding text colorpicker to tinymce text editor</li> <li>Fixed issue with Upload Image Button on smaller screen sizes</li> <li>Fixed optin box custom button font issue</li> <li>Fixed issue with selectnav mobile menu (conflict with an third party theme)</li> <li>Add disabling of CSS and JS in LiveEditor as well</li> <li>Bug fix for membership listing height problem</li> <li>Fixed responsive issues with Facebook Comments on Blog pages</li> <li>Fixed issue with color scheme for Social Sharing element (Facebook)</li> <li>Fixed warning Invalid argument supplied in foreach loop</li> <li>SEO posts homepage meta (title, description) fix</li> <li>Change list limit from 25 to 100 for Mailchimp API</li> <li>Fixed issue with PHP tags in Custom HTML element</li> <li>Fixed first and last name fields, custom fields and code styling</li> <li>Fixed issue with deleting Facebook App ID once you save settings in Blog Options</li> <li>WordPress 4.1 fix for ui-slider-handle CSS</li> <li>Fix for button slider element after updating jquery-ui</li> <li>Bug fix for showing Email Marketing Provider fields after editing optin box in Live Editor</li> <li>Additional folder for OptimizePress plugin</li> <li>Maropost service returns 20 results at one time. This iterates through pages until all data is retrieved.</li> <li>Adding minified JS file</li> <li>Add transport protocol check to system status</li> <li>Adding minified javascript files</li> <li>Removing unnecessary files and code</li> <li>Fix class comments</li> <li>Fix css select element 100% width</li> <li>Fixed akismet_fix error if both plugin and theme are active</li> <li>Wrong module name in comment.</li> <li>Fixed issues with site title styling on blog themes</li> <li>Fix Egoi phone validation and rename element language label</li> <li>Fixed OP_THEME_DIR notice if Blog setup is not finsihed yet</li> <li>Fixed issue with header image on blog pages not being centered correctly (when too wide image is uploaded)</li> <li>Minor warnings fix</li> <li>Add logger to API class</li> <li>Fix extra and custom fields</li> <li>Remove MailChimp CSS class from AWeber section</li> <li>Fix custom and extra fields</li> <li>Remove unnecessary test files</li> <li>Fix PHP warnings when disabling css styles</li></ul>\";}}','no'),(34186,'widget_featured-post','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(43251,'theme_mods_dms','a:14:{i:0;b:0;s:20:\"editor-sections-data\";a:3:{s:5:\"theme\";a:22:{s:11:\"PLRapidTabs\";a:32:{s:5:\"class\";s:11:\"PLRapidTabs\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.2.1\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:93:\"Displays your most popular, and latest posts as well as comments and tags in a tabbed format.\";s:4:\"name\";s:9:\"RapidTabs\";s:8:\"base_url\";s:70:\"http://www.thetradingroom.com/wp-content/themes/dms/sections/rapidtabs\";s:8:\"base_dir\";s:84:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/sections/rapidtabs\";s:9:\"base_file\";s:96:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/sections/rapidtabs/section.php\";s:9:\"workswith\";s:0:\"\";s:7:\"isolate\";s:0:\"\";s:7:\"edition\";s:3:\"pro\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:80:\"http://www.thetradingroom.com/wp-content/themes/dms/sections/rapidtabs/thumb.png\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:9:\"purchased\";s:3:\"uid\";s:0:\"\";s:6:\"filter\";s:16:\"widgetized,theme\";s:7:\"loading\";s:0:\"\";s:4:\"docs\";s:0:\"\";}s:15:\"PLQuickCarousel\";a:32:{s:5:\"class\";s:15:\"PLQuickCarousel\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.2.1\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:48:\"A fast way to create an animated image carousel.\";s:4:\"name\";s:13:\"QuickCarousel\";s:8:\"base_url\";s:74:\"http://www.thetradingroom.com/wp-content/themes/dms/sections/quickcarousel\";s:8:\"base_dir\";s:88:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/sections/quickcarousel\";s:9:\"base_file\";s:100:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/sections/quickcarousel/section.php\";s:9:\"workswith\";s:0:\"\";s:7:\"isolate\";s:0:\"\";s:7:\"edition\";s:0:\"\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:84:\"http://www.thetradingroom.com/wp-content/themes/dms/sections/quickcarousel/thumb.png\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:9:\"purchased\";s:3:\"uid\";s:0:\"\";s:6:\"filter\";s:25:\"gallery, dual-width,theme\";s:7:\"loading\";s:0:\"\";s:4:\"docs\";s:0:\"\";}s:17:\"PageLinesStarBars\";a:32:{s:5:\"class\";s:17:\"PageLinesStarBars\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.2.1\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:105:\"Awesome animated stat bars that animate as the user scrolls. Use them to show stats or other information.\";s:4:\"name\";s:8:\"StarBars\";s:8:\"base_url\";s:69:\"http://www.thetradingroom.com/wp-content/themes/dms/sections/starbars\";s:8:\"base_dir\";s:83:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/sections/starbars\";s:9:\"base_file\";s:95:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/sections/starbars/section.php\";s:9:\"workswith\";s:0:\"\";s:7:\"isolate\";s:0:\"\";s:7:\"edition\";s:3:\"pro\";s:7:\"cloning\";b:1;s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:79:\"http://www.thetradingroom.com/wp-content/themes/dms/sections/starbars/thumb.png\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:9:\"purchased\";s:3:\"uid\";s:0:\"\";s:6:\"filter\";s:17:\"post-format,theme\";s:7:\"loading\";s:0:\"\";s:4:\"docs\";s:0:\"\";}s:9:\"PLPopShot\";a:32:{s:5:\"class\";s:9:\"PLPopShot\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.2.1\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:83:\"An animated image shelf that pops up the images when the user scrolls them on page.\";s:4:\"name\";s:7:\"PopShot\";s:8:\"base_url\";s:68:\"http://www.thetradingroom.com/wp-content/themes/dms/sections/popshot\";s:8:\"base_dir\";s:82:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/sections/popshot\";s:9:\"base_file\";s:94:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/sections/popshot/section.php\";s:9:\"workswith\";s:0:\"\";s:7:\"isolate\";s:0:\"\";s:7:\"edition\";s:0:\"\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:78:\"http://www.thetradingroom.com/wp-content/themes/dms/sections/popshot/thumb.png\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:9:\"purchased\";s:3:\"uid\";s:0:\"\";s:6:\"filter\";s:25:\"gallery, full-width,theme\";s:7:\"loading\";s:0:\"\";s:4:\"docs\";s:0:\"\";}s:10:\"PLMasthead\";a:32:{s:5:\"class\";s:10:\"PLMasthead\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.2.1\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:89:\"A responsive full width splash and text area. Great for getting big ideas across quickly.\";s:4:\"name\";s:8:\"Masthead\";s:8:\"base_url\";s:69:\"http://www.thetradingroom.com/wp-content/themes/dms/sections/masthead\";s:8:\"base_dir\";s:83:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/sections/masthead\";s:9:\"base_file\";s:95:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/sections/masthead/section.php\";s:9:\"workswith\";a:4:{i:0;s:9:\"templates\";i:1;s:4:\"main\";i:2;s:6:\"header\";i:3;s:8:\"morefoot\";}s:7:\"isolate\";s:0:\"\";s:7:\"edition\";s:3:\"pro\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:79:\"http://www.thetradingroom.com/wp-content/themes/dms/sections/masthead/thumb.png\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:9:\"purchased\";s:3:\"uid\";s:0:\"\";s:6:\"filter\";s:15:\"component,theme\";s:7:\"loading\";s:6:\"active\";s:4:\"docs\";s:0:\"\";}s:20:\"PageLinesQuickSlider\";a:32:{s:5:\"class\";s:20:\"PageLinesQuickSlider\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.2.1\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:50:\"A responsive slider that is easy to use and setup.\";s:4:\"name\";s:11:\"QuickSlider\";s:8:\"base_url\";s:72:\"http://www.thetradingroom.com/wp-content/themes/dms/sections/quickslider\";s:8:\"base_dir\";s:86:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/sections/quickslider\";s:9:\"base_file\";s:98:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/sections/quickslider/section.php\";s:9:\"workswith\";a:3:{i:0;s:4:\"main\";i:1;s:9:\"templates\";i:2;s:12:\"sidebar_wrap\";}s:7:\"isolate\";s:0:\"\";s:7:\"edition\";s:0:\"\";s:7:\"cloning\";b:1;s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:82:\"http://www.thetradingroom.com/wp-content/themes/dms/sections/quickslider/thumb.png\";s:4:\"less\";b:0;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:9:\"purchased\";s:3:\"uid\";s:0:\"\";s:6:\"filter\";s:12:\"slider,theme\";s:7:\"loading\";s:0:\"\";s:4:\"docs\";s:0:\"\";}s:12:\"PLProPricing\";a:32:{s:5:\"class\";s:12:\"PLProPricing\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.2.1\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:41:\"An amazing, professional pricing section.\";s:4:\"name\";s:10:\"ProPricing\";s:8:\"base_url\";s:71:\"http://www.thetradingroom.com/wp-content/themes/dms/sections/propricing\";s:8:\"base_dir\";s:85:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/sections/propricing\";s:9:\"base_file\";s:97:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/sections/propricing/section.php\";s:9:\"workswith\";s:0:\"\";s:7:\"isolate\";s:0:\"\";s:7:\"edition\";s:3:\"pro\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:81:\"http://www.thetradingroom.com/wp-content/themes/dms/sections/propricing/thumb.png\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:9:\"purchased\";s:3:\"uid\";s:0:\"\";s:6:\"filter\";s:15:\"component,theme\";s:7:\"loading\";s:6:\"active\";s:4:\"docs\";s:0:\"\";}s:10:\"PLheroUnit\";a:32:{s:5:\"class\";s:10:\"PLheroUnit\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.2.1\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:56:\"A responsive full width image and text area with button.\";s:4:\"name\";s:4:\"Hero\";s:8:\"base_url\";s:65:\"http://www.thetradingroom.com/wp-content/themes/dms/sections/hero\";s:8:\"base_dir\";s:79:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/sections/hero\";s:9:\"base_file\";s:91:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/sections/hero/section.php\";s:9:\"workswith\";a:5:{i:0;s:9:\"templates\";i:1;s:4:\"main\";i:2;s:6:\"header\";i:3;s:8:\"morefoot\";i:4;s:7:\"content\";}s:7:\"isolate\";s:0:\"\";s:7:\"edition\";s:0:\"\";s:7:\"cloning\";b:1;s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:75:\"http://www.thetradingroom.com/wp-content/themes/dms/sections/hero/thumb.png\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:9:\"purchased\";s:3:\"uid\";s:0:\"\";s:6:\"filter\";s:15:\"component,theme\";s:7:\"loading\";s:6:\"active\";s:4:\"docs\";s:0:\"\";}s:9:\"PLMasonic\";a:32:{s:5:\"class\";s:9:\"PLMasonic\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.2.1\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:63:\"A robust gallery section that includes sorting and lightboxing.\";s:4:\"name\";s:15:\"Masonic Gallery\";s:8:\"base_url\";s:68:\"http://www.thetradingroom.com/wp-content/themes/dms/sections/masonic\";s:8:\"base_dir\";s:82:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/sections/masonic\";s:9:\"base_file\";s:94:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/sections/masonic/section.php\";s:9:\"workswith\";s:0:\"\";s:7:\"isolate\";s:0:\"\";s:7:\"edition\";s:0:\"\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:78:\"http://www.thetradingroom.com/wp-content/themes/dms/sections/masonic/thumb.png\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:9:\"purchased\";s:3:\"uid\";s:0:\"\";s:6:\"filter\";s:24:\"format, dual-width,theme\";s:7:\"loading\";s:0:\"\";s:4:\"docs\";s:0:\"\";}s:10:\"PLICallout\";a:32:{s:5:\"class\";s:10:\"PLICallout\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.2.1\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:37:\"A quick call to action for your users\";s:4:\"name\";s:8:\"iCallout\";s:8:\"base_url\";s:69:\"http://www.thetradingroom.com/wp-content/themes/dms/sections/icallout\";s:8:\"base_dir\";s:83:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/sections/icallout\";s:9:\"base_file\";s:95:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/sections/icallout/section.php\";s:9:\"workswith\";s:0:\"\";s:7:\"isolate\";s:0:\"\";s:7:\"edition\";s:3:\"pro\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:79:\"http://www.thetradingroom.com/wp-content/themes/dms/sections/icallout/thumb.png\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:9:\"purchased\";s:3:\"uid\";s:0:\"\";s:6:\"filter\";s:15:\"component,theme\";s:7:\"loading\";s:6:\"active\";s:4:\"docs\";s:0:\"\";}s:14:\"PLTestimonials\";a:32:{s:5:\"class\";s:14:\"PLTestimonials\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.2.1\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:57:\"List testimonials with quotes, links and gravatar images.\";s:4:\"name\";s:12:\"Testimonials\";s:8:\"base_url\";s:73:\"http://www.thetradingroom.com/wp-content/themes/dms/sections/testimonials\";s:8:\"base_dir\";s:87:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/sections/testimonials\";s:9:\"base_file\";s:99:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/sections/testimonials/section.php\";s:9:\"workswith\";s:0:\"\";s:7:\"isolate\";s:0:\"\";s:7:\"edition\";s:0:\"\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:83:\"http://www.thetradingroom.com/wp-content/themes/dms/sections/testimonials/thumb.png\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:9:\"purchased\";s:3:\"uid\";s:0:\"\";s:6:\"filter\";s:12:\"social,theme\";s:7:\"loading\";s:0:\"\";s:4:\"docs\";s:0:\"\";}s:6:\"PLNavi\";a:32:{s:5:\"class\";s:6:\"PLNavi\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.2.1\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:57:\"A stylized navigation bar with multiple modes and styles.\";s:4:\"name\";s:4:\"Navi\";s:8:\"base_url\";s:65:\"http://www.thetradingroom.com/wp-content/themes/dms/sections/navi\";s:8:\"base_dir\";s:79:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/sections/navi\";s:9:\"base_file\";s:91:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/sections/navi/section.php\";s:9:\"workswith\";s:0:\"\";s:7:\"isolate\";s:0:\"\";s:7:\"edition\";s:0:\"\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:75:\"http://www.thetradingroom.com/wp-content/themes/dms/sections/navi/thumb.png\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:9:\"purchased\";s:3:\"uid\";s:0:\"\";s:6:\"filter\";s:21:\"nav, dual-width,theme\";s:7:\"loading\";s:0:\"\";s:4:\"docs\";s:0:\"\";}s:6:\"PLMaps\";a:32:{s:5:\"class\";s:6:\"PLMaps\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.2.1\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:25:\"Google maps with markers.\";s:4:\"name\";s:4:\"Maps\";s:8:\"base_url\";s:65:\"http://www.thetradingroom.com/wp-content/themes/dms/sections/maps\";s:8:\"base_dir\";s:79:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/sections/maps\";s:9:\"base_file\";s:91:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/sections/maps/section.php\";s:9:\"workswith\";s:0:\"\";s:7:\"isolate\";s:0:\"\";s:7:\"edition\";s:0:\"\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:75:\"http://www.thetradingroom.com/wp-content/themes/dms/sections/maps/thumb.png\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:9:\"purchased\";s:3:\"uid\";s:0:\"\";s:6:\"filter\";s:27:\"component, dual-width,theme\";s:7:\"loading\";s:6:\"active\";s:4:\"docs\";s:0:\"\";}s:9:\"ScrollSpy\";a:32:{s:5:\"class\";s:9:\"ScrollSpy\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.2.1\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:43:\"A special section with auto scroll content.\";s:4:\"name\";s:10:\"Scroll Spy\";s:8:\"base_url\";s:70:\"http://www.thetradingroom.com/wp-content/themes/dms/sections/scrollspy\";s:8:\"base_dir\";s:84:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/sections/scrollspy\";s:9:\"base_file\";s:96:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/sections/scrollspy/section.php\";s:9:\"workswith\";a:1:{i:0;s:9:\"templates\";}s:7:\"isolate\";s:0:\"\";s:7:\"edition\";s:0:\"\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";a:1:{i:0;s:25:\"pagelines_special_pages()\";}s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:80:\"http://www.thetradingroom.com/wp-content/themes/dms/sections/scrollspy/thumb.png\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:9:\"purchased\";s:3:\"uid\";s:0:\"\";s:6:\"filter\";s:9:\"nav,theme\";s:7:\"loading\";s:0:\"\";s:4:\"docs\";s:0:\"\";}s:12:\"PLPageHeader\";a:32:{s:5:\"class\";s:12:\"PLPageHeader\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.2.1\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:77:\"A dynamic page header area that supports image background and sub navigation.\";s:4:\"name\";s:10:\"PageHeader\";s:8:\"base_url\";s:71:\"http://www.thetradingroom.com/wp-content/themes/dms/sections/pageheader\";s:8:\"base_dir\";s:85:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/sections/pageheader\";s:9:\"base_file\";s:97:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/sections/pageheader/section.php\";s:9:\"workswith\";s:0:\"\";s:7:\"isolate\";s:0:\"\";s:7:\"edition\";s:0:\"\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:81:\"http://www.thetradingroom.com/wp-content/themes/dms/sections/pageheader/thumb.png\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:9:\"purchased\";s:3:\"uid\";s:0:\"\";s:6:\"filter\";s:27:\"full-width, component,theme\";s:7:\"loading\";s:6:\"active\";s:4:\"docs\";s:0:\"\";}s:11:\"PLPopThumbs\";a:32:{s:5:\"class\";s:11:\"PLPopThumbs\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.2.1\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:70:\"Adds columnized thumbnails that lightbox to full size images on click.\";s:4:\"name\";s:9:\"PopThumbs\";s:8:\"base_url\";s:70:\"http://www.thetradingroom.com/wp-content/themes/dms/sections/popthumbs\";s:8:\"base_dir\";s:84:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/sections/popthumbs\";s:9:\"base_file\";s:96:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/sections/popthumbs/section.php\";s:9:\"workswith\";s:0:\"\";s:7:\"isolate\";s:0:\"\";s:7:\"edition\";s:3:\"pro\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:80:\"http://www.thetradingroom.com/wp-content/themes/dms/sections/popthumbs/thumb.png\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:9:\"purchased\";s:3:\"uid\";s:0:\"\";s:6:\"filter\";s:13:\"gallery,theme\";s:7:\"loading\";s:6:\"active\";s:4:\"docs\";s:0:\"\";}s:8:\"PLDocker\";a:32:{s:5:\"class\";s:8:\"PLDocker\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.2.1\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:107:\"The easiest way to add docs to WordPress. Docker has a sticky sidebar and can use any registered post type.\";s:4:\"name\";s:6:\"Docker\";s:8:\"base_url\";s:67:\"http://www.thetradingroom.com/wp-content/themes/dms/sections/docker\";s:8:\"base_dir\";s:81:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/sections/docker\";s:9:\"base_file\";s:93:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/sections/docker/section.php\";s:9:\"workswith\";s:0:\"\";s:7:\"isolate\";s:0:\"\";s:7:\"edition\";s:0:\"\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:77:\"http://www.thetradingroom.com/wp-content/themes/dms/sections/docker/thumb.png\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:9:\"purchased\";s:3:\"uid\";s:0:\"\";s:6:\"filter\";s:24:\"format, dual-width,theme\";s:7:\"loading\";s:0:\"\";s:4:\"docs\";s:0:\"\";}s:12:\"PLSocialinks\";a:32:{s:5:\"class\";s:12:\"PLSocialinks\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.2.1\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:23:\"A social icons listing.\";s:4:\"name\";s:10:\"Socialinks\";s:8:\"base_url\";s:71:\"http://www.thetradingroom.com/wp-content/themes/dms/sections/socialinks\";s:8:\"base_dir\";s:85:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/sections/socialinks\";s:9:\"base_file\";s:97:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/sections/socialinks/section.php\";s:9:\"workswith\";s:0:\"\";s:7:\"isolate\";s:0:\"\";s:7:\"edition\";s:0:\"\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:81:\"http://www.thetradingroom.com/wp-content/themes/dms/sections/socialinks/thumb.png\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:9:\"purchased\";s:3:\"uid\";s:0:\"\";s:6:\"filter\";s:12:\"social,theme\";s:7:\"loading\";s:6:\"active\";s:4:\"docs\";s:0:\"\";}s:18:\"PageLinesSecondNav\";a:32:{s:5:\"class\";s:18:\"PageLinesSecondNav\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.2.1\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:34:\"Creates secondary site navigation.\";s:4:\"name\";s:13:\"Secondary Nav\";s:8:\"base_url\";s:70:\"http://www.thetradingroom.com/wp-content/themes/dms/sections/secondnav\";s:8:\"base_dir\";s:84:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/sections/secondnav\";s:9:\"base_file\";s:96:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/sections/secondnav/section.php\";s:9:\"workswith\";a:2:{i:0;s:6:\"header\";i:1;s:7:\"content\";}s:7:\"isolate\";s:0:\"\";s:7:\"edition\";s:0:\"\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:0:\"\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:9:\"purchased\";s:3:\"uid\";s:0:\"\";s:6:\"filter\";s:16:\"deprecated,theme\";s:7:\"loading\";s:0:\"\";s:4:\"docs\";s:0:\"\";}s:16:\"PageLinesFlipper\";a:32:{s:5:\"class\";s:16:\"PageLinesFlipper\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.2.1\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:70:\"A great way to flip through posts. Simply select a post type and done.\";s:4:\"name\";s:7:\"Flipper\";s:8:\"base_url\";s:68:\"http://www.thetradingroom.com/wp-content/themes/dms/sections/flipper\";s:8:\"base_dir\";s:82:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/sections/flipper\";s:9:\"base_file\";s:94:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/sections/flipper/section.php\";s:9:\"workswith\";s:0:\"\";s:7:\"isolate\";s:0:\"\";s:7:\"edition\";s:0:\"\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:78:\"http://www.thetradingroom.com/wp-content/themes/dms/sections/flipper/thumb.png\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:9:\"purchased\";s:3:\"uid\";s:0:\"\";s:6:\"filter\";s:24:\"dual-width, format,theme\";s:7:\"loading\";s:0:\"\";s:4:\"docs\";s:0:\"\";}s:11:\"plRevSlider\";a:32:{s:5:\"class\";s:11:\"plRevSlider\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.2.1\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:117:\"A professional and versatile slider section. Can be customized with several transitions and a large number of slides.\";s:4:\"name\";s:9:\"RevSlider\";s:8:\"base_url\";s:70:\"http://www.thetradingroom.com/wp-content/themes/dms/sections/revslider\";s:8:\"base_dir\";s:84:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/sections/revslider\";s:9:\"base_file\";s:96:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/sections/revslider/section.php\";s:9:\"workswith\";s:0:\"\";s:7:\"isolate\";s:0:\"\";s:7:\"edition\";s:0:\"\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:80:\"http://www.thetradingroom.com/wp-content/themes/dms/sections/revslider/thumb.png\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:9:\"purchased\";s:3:\"uid\";s:0:\"\";s:6:\"filter\";s:24:\"slider, full-width,theme\";s:7:\"loading\";s:0:\"\";s:4:\"docs\";s:0:\"\";}s:17:\"PageLinesShareBar\";a:32:{s:5:\"class\";s:17:\"PageLinesShareBar\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.2.1\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:48:\"Adds ways to share content on pages/single posts\";s:4:\"name\";s:8:\"ShareBar\";s:8:\"base_url\";s:69:\"http://www.thetradingroom.com/wp-content/themes/dms/sections/sharebar\";s:8:\"base_dir\";s:83:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/sections/sharebar\";s:9:\"base_file\";s:95:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/sections/sharebar/section.php\";s:9:\"workswith\";a:1:{i:0;s:4:\"main\";}s:7:\"isolate\";s:0:\"\";s:7:\"edition\";s:0:\"\";s:7:\"cloning\";b:1;s:9:\"failswith\";a:1:{i:0;s:25:\"pagelines_special_pages()\";}s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:79:\"http://www.thetradingroom.com/wp-content/themes/dms/sections/sharebar/thumb.png\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:9:\"purchased\";s:3:\"uid\";s:0:\"\";s:6:\"filter\";s:12:\"social,theme\";s:7:\"loading\";s:0:\"\";s:4:\"docs\";s:0:\"\";}}s:6:\"parent\";a:19:{s:17:\"PageLinesComments\";a:32:{s:5:\"class\";s:17:\"PageLinesComments\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.2.1\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:43:\"Adds comments to main on pages/single posts\";s:4:\"name\";s:8:\"Comments\";s:8:\"base_url\";s:73:\"http://www.thetradingroom.com/wp-content/themes/dms/dms/sections/comments\";s:8:\"base_dir\";s:87:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/dms/sections/comments\";s:9:\"base_file\";s:99:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/dms/sections/comments/section.php\";s:9:\"workswith\";s:0:\"\";s:7:\"isolate\";a:1:{i:0;s:6:\"single\";}s:7:\"edition\";s:0:\"\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:83:\"http://www.thetradingroom.com/wp-content/themes/dms/dms/sections/comments/thumb.png\";s:4:\"less\";b:0;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:9:\"purchased\";s:3:\"uid\";s:0:\"\";s:6:\"filter\";s:6:\"social\";s:7:\"loading\";s:0:\"\";s:4:\"docs\";s:0:\"\";}s:8:\"PLNavBar\";a:32:{s:5:\"class\";s:8:\"PLNavBar\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.2.1\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:45:\"A responsive navigation bar for your website.\";s:4:\"name\";s:6:\"NavBar\";s:8:\"base_url\";s:71:\"http://www.thetradingroom.com/wp-content/themes/dms/dms/sections/navbar\";s:8:\"base_dir\";s:85:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/dms/sections/navbar\";s:9:\"base_file\";s:97:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/dms/sections/navbar/section.php\";s:9:\"workswith\";a:1:{i:0;s:6:\"header\";}s:7:\"isolate\";s:0:\"\";s:7:\"edition\";s:0:\"\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:81:\"http://www.thetradingroom.com/wp-content/themes/dms/dms/sections/navbar/thumb.png\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:9:\"purchased\";s:3:\"uid\";s:0:\"\";s:6:\"filter\";s:15:\"nav, dual-width\";s:7:\"loading\";s:6:\"active\";s:4:\"docs\";s:0:\"\";}s:13:\"PLSectionArea\";a:32:{s:5:\"class\";s:13:\"PLSectionArea\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.2.1\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:94:\"Creates a full width area with a nested content width region for placing sections and columns.\";s:4:\"name\";s:11:\"Canvas Area\";s:8:\"base_url\";s:72:\"http://www.thetradingroom.com/wp-content/themes/dms/dms/sections/pl_area\";s:8:\"base_dir\";s:86:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/dms/sections/pl_area\";s:9:\"base_file\";s:98:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/dms/sections/pl_area/section.php\";s:9:\"workswith\";s:0:\"\";s:7:\"isolate\";s:0:\"\";s:7:\"edition\";s:0:\"\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:82:\"http://www.thetradingroom.com/wp-content/themes/dms/dms/sections/pl_area/thumb.png\";s:4:\"less\";b:0;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:9:\"purchased\";s:3:\"uid\";s:0:\"\";s:6:\"filter\";s:10:\"full-width\";s:7:\"loading\";s:6:\"active\";s:4:\"docs\";s:0:\"\";}s:9:\"SimpleNav\";a:32:{s:5:\"class\";s:9:\"SimpleNav\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.2.1\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:67:\"Creates a simple single line navigation. Select menu and alignment.\";s:4:\"name\";s:9:\"SimpleNav\";s:8:\"base_url\";s:75:\"http://www.thetradingroom.com/wp-content/themes/dms/dms/sections/simple_nav\";s:8:\"base_dir\";s:89:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/dms/sections/simple_nav\";s:9:\"base_file\";s:101:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/dms/sections/simple_nav/section.php\";s:9:\"workswith\";a:1:{i:0;s:6:\"footer\";}s:7:\"isolate\";s:0:\"\";s:7:\"edition\";s:0:\"\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:85:\"http://www.thetradingroom.com/wp-content/themes/dms/dms/sections/simple_nav/thumb.png\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:9:\"purchased\";s:3:\"uid\";s:0:\"\";s:6:\"filter\";s:3:\"nav\";s:7:\"loading\";s:6:\"active\";s:4:\"docs\";s:0:\"\";}s:16:\"PageLinesTextBox\";a:32:{s:5:\"class\";s:16:\"PageLinesTextBox\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.2.1\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:31:\"A simple box for text and HTML.\";s:4:\"name\";s:7:\"TextBox\";s:8:\"base_url\";s:72:\"http://www.thetradingroom.com/wp-content/themes/dms/dms/sections/textbox\";s:8:\"base_dir\";s:86:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/dms/sections/textbox\";s:9:\"base_file\";s:98:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/dms/sections/textbox/section.php\";s:9:\"workswith\";s:0:\"\";s:7:\"isolate\";s:0:\"\";s:7:\"edition\";s:0:\"\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:82:\"http://www.thetradingroom.com/wp-content/themes/dms/dms/sections/textbox/thumb.png\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:9:\"purchased\";s:3:\"uid\";s:0:\"\";s:6:\"filter\";s:9:\"component\";s:7:\"loading\";s:6:\"active\";s:4:\"docs\";s:30:\"http://www.pagelines.com/docs/\";}s:16:\"PageLinesNoPosts\";a:32:{s:5:\"class\";s:16:\"PageLinesNoPosts\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.2.1\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:38:\"Shown when no posts or 404 is returned\";s:4:\"name\";s:9:\"404 Error\";s:8:\"base_url\";s:72:\"http://www.thetradingroom.com/wp-content/themes/dms/dms/sections/noposts\";s:8:\"base_dir\";s:86:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/dms/sections/noposts\";s:9:\"base_file\";s:98:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/dms/sections/noposts/section.php\";s:9:\"workswith\";a:1:{i:0;s:8:\"404_page\";}s:7:\"isolate\";a:1:{i:0;s:8:\"404_page\";}s:7:\"edition\";s:0:\"\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:82:\"http://www.thetradingroom.com/wp-content/themes/dms/dms/sections/noposts/thumb.png\";s:4:\"less\";b:0;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:9:\"purchased\";s:3:\"uid\";s:0:\"\";s:6:\"filter\";s:4:\"misc\";s:7:\"loading\";s:0:\"\";s:4:\"docs\";s:0:\"\";}s:14:\"PrimarySidebar\";a:32:{s:5:\"class\";s:14:\"PrimarySidebar\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.2.1\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:28:\"The main widgetized sidebar.\";s:4:\"name\";s:15:\"Primary Sidebar\";s:8:\"base_url\";s:75:\"http://www.thetradingroom.com/wp-content/themes/dms/dms/sections/sb_primary\";s:8:\"base_dir\";s:89:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/dms/sections/sb_primary\";s:9:\"base_file\";s:101:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/dms/sections/sb_primary/section.php\";s:9:\"workswith\";a:3:{i:0;s:8:\"sidebar1\";i:1;s:8:\"sidebar2\";i:2;s:12:\"sidebar_wrap\";}s:7:\"isolate\";s:0:\"\";s:7:\"edition\";s:0:\"\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:4:\"true\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:85:\"http://www.thetradingroom.com/wp-content/themes/dms/dms/sections/sb_primary/thumb.png\";s:4:\"less\";b:0;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:9:\"purchased\";s:3:\"uid\";s:0:\"\";s:6:\"filter\";s:10:\"widgetized\";s:7:\"loading\";s:6:\"active\";s:4:\"docs\";s:0:\"\";}s:19:\"PageLinesPagination\";a:32:{s:5:\"class\";s:19:\"PageLinesPagination\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.2.1\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:69:\"Pagination - A numerical post/page navigation. (Supports WP-PageNavi)\";s:4:\"name\";s:20:\"Post/Page Pagination\";s:8:\"base_url\";s:75:\"http://www.thetradingroom.com/wp-content/themes/dms/dms/sections/pagination\";s:8:\"base_dir\";s:89:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/dms/sections/pagination\";s:9:\"base_file\";s:101:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/dms/sections/pagination/section.php\";s:9:\"workswith\";a:1:{i:0;s:4:\"main\";}s:7:\"isolate\";a:1:{i:0;s:11:\"posts_pages\";}s:7:\"edition\";s:0:\"\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:85:\"http://www.thetradingroom.com/wp-content/themes/dms/dms/sections/pagination/thumb.png\";s:4:\"less\";b:0;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:9:\"purchased\";s:3:\"uid\";s:0:\"\";s:6:\"filter\";s:3:\"nav\";s:7:\"loading\";s:6:\"active\";s:4:\"docs\";s:0:\"\";}s:6:\"pliBox\";a:32:{s:5:\"class\";s:6:\"pliBox\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.2.1\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:70:\"An easy way to create and configure several box type sections at once.\";s:4:\"name\";s:4:\"iBox\";s:8:\"base_url\";s:69:\"http://www.thetradingroom.com/wp-content/themes/dms/dms/sections/ibox\";s:8:\"base_dir\";s:83:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/dms/sections/ibox\";s:9:\"base_file\";s:95:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/dms/sections/ibox/section.php\";s:9:\"workswith\";s:0:\"\";s:7:\"isolate\";s:0:\"\";s:7:\"edition\";s:0:\"\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:79:\"http://www.thetradingroom.com/wp-content/themes/dms/dms/sections/ibox/thumb.png\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:9:\"purchased\";s:3:\"uid\";s:0:\"\";s:6:\"filter\";s:9:\"component\";s:7:\"loading\";s:6:\"active\";s:4:\"docs\";s:0:\"\";}s:17:\"PageLinesPostLoop\";a:32:{s:5:\"class\";s:17:\"PageLinesPostLoop\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.2.1\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:85:\"The Main Content area (Post Loop in WP speak). Includes content and post information.\";s:4:\"name\";s:15:\"WP Content/Loop\";s:8:\"base_url\";s:73:\"http://www.thetradingroom.com/wp-content/themes/dms/dms/sections/postloop\";s:8:\"base_dir\";s:87:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/dms/sections/postloop\";s:9:\"base_file\";s:99:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/dms/sections/postloop/section.php\";s:9:\"workswith\";a:1:{i:0;s:4:\"main\";}s:7:\"isolate\";s:0:\"\";s:7:\"edition\";s:0:\"\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";a:1:{i:0;s:8:\"404_page\";}s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:83:\"http://www.thetradingroom.com/wp-content/themes/dms/dms/sections/postloop/thumb.png\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:9:\"purchased\";s:3:\"uid\";s:0:\"\";s:6:\"filter\";s:9:\"component\";s:7:\"loading\";s:0:\"\";s:4:\"docs\";s:0:\"\";}s:16:\"PageLinesPostNav\";a:32:{s:5:\"class\";s:16:\"PageLinesPostNav\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.2.1\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:58:\"Post Navigation - Shows titles for next and previous post.\";s:4:\"name\";s:7:\"PostNav\";s:8:\"base_url\";s:72:\"http://www.thetradingroom.com/wp-content/themes/dms/dms/sections/postnav\";s:8:\"base_dir\";s:86:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/dms/sections/postnav\";s:9:\"base_file\";s:98:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/dms/sections/postnav/section.php\";s:9:\"workswith\";a:1:{i:0;s:11:\"main-single\";}s:7:\"isolate\";a:1:{i:0;s:6:\"single\";}s:7:\"edition\";s:0:\"\";s:7:\"cloning\";b:1;s:9:\"failswith\";a:1:{i:0;s:25:\"pagelines_special_pages()\";}s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:82:\"http://www.thetradingroom.com/wp-content/themes/dms/dms/sections/postnav/thumb.png\";s:4:\"less\";b:0;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:9:\"purchased\";s:3:\"uid\";s:0:\"\";s:6:\"filter\";s:9:\"component\";s:7:\"loading\";s:6:\"active\";s:4:\"docs\";s:0:\"\";}s:19:\"PageLinesWidgetizer\";a:32:{s:5:\"class\";s:19:\"PageLinesWidgetizer\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.2.1\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:102:\"Place this section wherever you like and select a widgetized area (configured in admin) for it to use.\";s:4:\"name\";s:10:\"Widgetizer\";s:8:\"base_url\";s:75:\"http://www.thetradingroom.com/wp-content/themes/dms/dms/sections/widgetizer\";s:8:\"base_dir\";s:89:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/dms/sections/widgetizer\";s:9:\"base_file\";s:101:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/dms/sections/widgetizer/section.php\";s:9:\"workswith\";s:0:\"\";s:7:\"isolate\";s:0:\"\";s:7:\"edition\";s:0:\"\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:85:\"http://www.thetradingroom.com/wp-content/themes/dms/dms/sections/widgetizer/thumb.png\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:9:\"purchased\";s:3:\"uid\";s:0:\"\";s:6:\"filter\";s:10:\"widgetized\";s:7:\"loading\";s:6:\"active\";s:4:\"docs\";s:0:\"\";}s:18:\"PageLinesHighlight\";a:32:{s:5:\"class\";s:18:\"PageLinesHighlight\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.2.1\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:70:\"Adds a highlight sections with a splash image and 2-big lines of text.\";s:4:\"name\";s:9:\"Highlight\";s:8:\"base_url\";s:74:\"http://www.thetradingroom.com/wp-content/themes/dms/dms/sections/highlight\";s:8:\"base_dir\";s:88:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/dms/sections/highlight\";s:9:\"base_file\";s:100:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/dms/sections/highlight/section.php\";s:9:\"workswith\";a:7:{i:0;s:9:\"templates\";i:1;s:4:\"main\";i:2;s:6:\"header\";i:3;s:8:\"morefoot\";i:4;s:8:\"sidebar1\";i:5;s:8:\"sidebar2\";i:6;s:12:\"sidebar_wrap\";}s:7:\"isolate\";s:0:\"\";s:7:\"edition\";s:0:\"\";s:7:\"cloning\";b:1;s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:84:\"http://www.thetradingroom.com/wp-content/themes/dms/dms/sections/highlight/thumb.png\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:9:\"purchased\";s:3:\"uid\";s:0:\"\";s:6:\"filter\";s:9:\"component\";s:7:\"loading\";s:6:\"active\";s:4:\"docs\";s:0:\"\";}s:19:\"PageLinesColumnizer\";a:32:{s:5:\"class\";s:19:\"PageLinesColumnizer\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.2.1\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:143:\"Place this section wherever you like and use WordPress widgets and a desired number of columns, to create an instant columnized widget section.\";s:4:\"name\";s:10:\"Columnizer\";s:8:\"base_url\";s:75:\"http://www.thetradingroom.com/wp-content/themes/dms/dms/sections/columnizer\";s:8:\"base_dir\";s:89:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/dms/sections/columnizer\";s:9:\"base_file\";s:101:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/dms/sections/columnizer/section.php\";s:9:\"workswith\";s:0:\"\";s:7:\"isolate\";s:0:\"\";s:7:\"edition\";s:0:\"\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:85:\"http://www.thetradingroom.com/wp-content/themes/dms/dms/sections/columnizer/thumb.png\";s:4:\"less\";b:0;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:9:\"purchased\";s:3:\"uid\";s:0:\"\";s:6:\"filter\";s:10:\"widgetized\";s:7:\"loading\";s:6:\"active\";s:4:\"docs\";s:0:\"\";}s:19:\"PageLinesPostAuthor\";a:32:{s:5:\"class\";s:19:\"PageLinesPostAuthor\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.2.1\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:43:\"Adds author information to pages and posts.\";s:4:\"name\";s:10:\"PostAuthor\";s:8:\"base_url\";s:75:\"http://www.thetradingroom.com/wp-content/themes/dms/dms/sections/postauthor\";s:8:\"base_dir\";s:89:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/dms/sections/postauthor\";s:9:\"base_file\";s:101:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/dms/sections/postauthor/section.php\";s:9:\"workswith\";s:0:\"\";s:7:\"isolate\";a:2:{i:0;s:6:\"single\";i:1;s:6:\"author\";}s:7:\"edition\";s:0:\"\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:85:\"http://www.thetradingroom.com/wp-content/themes/dms/dms/sections/postauthor/thumb.png\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:9:\"purchased\";s:3:\"uid\";s:0:\"\";s:6:\"filter\";s:9:\"component\";s:7:\"loading\";s:0:\"\";s:4:\"docs\";s:0:\"\";}s:11:\"PLWatermark\";a:32:{s:5:\"class\";s:11:\"PLWatermark\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.2.1\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:93:\"Displays your most popular, and latest posts as well as comments and tags in a tabbed format.\";s:4:\"name\";s:9:\"Watermark\";s:8:\"base_url\";s:74:\"http://www.thetradingroom.com/wp-content/themes/dms/dms/sections/watermark\";s:8:\"base_dir\";s:88:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/dms/sections/watermark\";s:9:\"base_file\";s:100:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/dms/sections/watermark/section.php\";s:9:\"workswith\";s:0:\"\";s:7:\"isolate\";s:0:\"\";s:7:\"edition\";s:0:\"\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:84:\"http://www.thetradingroom.com/wp-content/themes/dms/dms/sections/watermark/thumb.png\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:9:\"purchased\";s:3:\"uid\";s:0:\"\";s:6:\"filter\";s:10:\"widgetized\";s:7:\"loading\";s:6:\"active\";s:4:\"docs\";s:0:\"\";}s:8:\"PLColumn\";a:32:{s:5:\"class\";s:8:\"PLColumn\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:0:\"\";s:7:\"version\";s:5:\"2.2.1\";s:9:\"authoruri\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"name\";s:6:\"Column\";s:8:\"base_url\";s:73:\"http://www.thetradingroom.com/wp-content/themes/dms/dms/sections/plcolumn\";s:8:\"base_dir\";s:87:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/dms/sections/plcolumn\";s:9:\"base_file\";s:99:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/dms/sections/plcolumn/section.php\";s:9:\"workswith\";s:0:\"\";s:7:\"isolate\";s:0:\"\";s:7:\"edition\";s:0:\"\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:83:\"http://www.thetradingroom.com/wp-content/themes/dms/dms/sections/plcolumn/thumb.png\";s:4:\"less\";b:0;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:9:\"purchased\";s:3:\"uid\";s:0:\"\";s:6:\"filter\";s:6:\"layout\";s:7:\"loading\";s:6:\"active\";s:4:\"docs\";s:0:\"\";}s:18:\"PageLinesPostsInfo\";a:32:{s:5:\"class\";s:18:\"PageLinesPostsInfo\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.2.1\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:157:\"Shows information about posts being viewed (e.g. \"Currently Viewing Archives from...\") Only works on pages that include multiple posts like categories, etc..\";s:4:\"name\";s:10:\"Posts Info\";s:8:\"base_url\";s:74:\"http://www.thetradingroom.com/wp-content/themes/dms/dms/sections/postsinfo\";s:8:\"base_dir\";s:88:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/dms/sections/postsinfo\";s:9:\"base_file\";s:100:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/dms/sections/postsinfo/section.php\";s:9:\"workswith\";a:1:{i:0;s:4:\"main\";}s:7:\"isolate\";a:1:{i:0;s:11:\"posts_pages\";}s:7:\"edition\";s:0:\"\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:84:\"http://www.thetradingroom.com/wp-content/themes/dms/dms/sections/postsinfo/thumb.png\";s:4:\"less\";b:0;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:9:\"purchased\";s:3:\"uid\";s:0:\"\";s:6:\"filter\";s:9:\"component\";s:7:\"loading\";s:0:\"\";s:4:\"docs\";s:0:\"\";}s:17:\"PageLinesMediaBox\";a:32:{s:5:\"class\";s:17:\"PageLinesMediaBox\";s:7:\"depends\";s:0:\"\";s:4:\"type\";s:6:\"parent\";s:4:\"tags\";s:0:\"\";s:6:\"author\";s:9:\"PageLines\";s:7:\"version\";s:5:\"2.2.1\";s:9:\"authoruri\";s:24:\"http://www.pagelines.com\";s:11:\"description\";s:31:\"A simple box for text and HTML.\";s:4:\"name\";s:8:\"MediaBox\";s:8:\"base_url\";s:73:\"http://www.thetradingroom.com/wp-content/themes/dms/dms/sections/mediabox\";s:8:\"base_dir\";s:87:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/dms/sections/mediabox\";s:9:\"base_file\";s:99:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/themes/dms/dms/sections/mediabox/section.php\";s:9:\"workswith\";s:0:\"\";s:7:\"isolate\";s:0:\"\";s:7:\"edition\";s:0:\"\";s:7:\"cloning\";s:0:\"\";s:9:\"failswith\";s:0:\"\";s:3:\"tax\";s:0:\"\";s:4:\"demo\";s:0:\"\";s:8:\"external\";s:0:\"\";s:10:\"persistant\";s:0:\"\";s:6:\"format\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:10:\"screenshot\";s:83:\"http://www.thetradingroom.com/wp-content/themes/dms/dms/sections/mediabox/thumb.png\";s:4:\"less\";b:1;s:6:\"loadme\";b:1;s:5:\"price\";s:0:\"\";s:9:\"purchased\";s:9:\"purchased\";s:3:\"uid\";s:0:\"\";s:6:\"filter\";s:9:\"component\";s:7:\"loading\";s:6:\"active\";s:4:\"docs\";s:0:\"\";}}s:6:\"editor\";a:0:{}}s:12:\"pl_cache_key\";s:6:\"4e397a\";s:17:\"pagelines_version\";s:5:\"2.2.1\";s:23:\"pagelines_child_version\";s:5:\"2.2.4\";s:15:\"pl_save_version\";i:1501236148;s:12:\"pl_installed\";b:1;s:17:\"import_from_child\";b:1;s:12:\"pl_seen_tour\";b:1;s:18:\"nav_menu_locations\";a:2:{s:8:\"navi_nav\";i:4;s:10:\"mobile_nav\";i:4;}s:19:\"dms_suggest_plugins\";b:1;s:13:\"pl_check_path\";s:44:\"/var/www/vhosts/thetradingroom.com/httpdocs/\";s:17:\"sections-register\";a:3:{s:7:\"plugins\";a:0:{}s:6:\"parent\";a:0:{}s:6:\"engine\";a:8:{s:15:\"PL_Text_Section\";a:23:{s:4:\"name\";s:4:\"Text\";s:9:\"pagelines\";s:15:\"PL_Text_Section\";s:6:\"author\";s:9:\"PageLines\";s:10:\"author_uri\";s:25:\"https://www.pagelines.com\";s:11:\"description\";s:25:\"Simple text/html section.\";s:11:\"plugin_name\";s:22:\"PageLines Section Text\";s:4:\"tags\";s:0:\"\";s:7:\"version\";s:6:\"4e397a\";s:8:\"base_url\";s:81:\"http://www.thetradingroom.com/wp-content/plugins/pl-platform/engine/sections/text\";s:8:\"base_dir\";s:96:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/plugins/pl-platform//engine/sections/text\";s:9:\"base_file\";s:105:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/plugins/pl-platform//engine/sections/text/text.php\";s:4:\"demo\";s:0:\"\";s:5:\"notes\";s:0:\"\";s:6:\"filter\";s:5:\"basic\";s:4:\"docs\";b:0;s:7:\"loading\";s:6:\"active\";s:4:\"icon\";s:0:\"\";s:7:\"section\";s:0:\"\";s:7:\"contain\";s:0:\"\";s:6:\"reqver\";s:0:\"\";s:2:\"id\";s:4:\"text\";s:5:\"class\";s:15:\"PL_Text_Section\";s:10:\"screenshot\";s:0:\"\";}s:10:\"PL_Content\";a:23:{s:4:\"name\";s:7:\"Content\";s:9:\"pagelines\";s:10:\"PL_Content\";s:6:\"author\";s:9:\"PageLines\";s:10:\"author_uri\";s:25:\"https://www.pagelines.com\";s:11:\"description\";s:85:\"The Main Content area (Post Loop in WP speak). Includes content and post information.\";s:11:\"plugin_name\";s:25:\"PageLines Section Content\";s:4:\"tags\";s:0:\"\";s:7:\"version\";s:6:\"4e397a\";s:8:\"base_url\";s:84:\"http://www.thetradingroom.com/wp-content/plugins/pl-platform/engine/sections/content\";s:8:\"base_dir\";s:99:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/plugins/pl-platform//engine/sections/content\";s:9:\"base_file\";s:111:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/plugins/pl-platform//engine/sections/content/content.php\";s:4:\"demo\";s:0:\"\";s:5:\"notes\";s:0:\"\";s:6:\"filter\";s:5:\"basic\";s:4:\"docs\";b:0;s:7:\"loading\";s:7:\"refresh\";s:4:\"icon\";s:0:\"\";s:7:\"section\";s:0:\"\";s:7:\"contain\";s:0:\"\";s:6:\"reqver\";s:0:\"\";s:2:\"id\";s:7:\"content\";s:5:\"class\";s:10:\"PL_Content\";s:10:\"screenshot\";s:0:\"\";}s:16:\"PL_Image_Section\";a:23:{s:4:\"name\";s:5:\"Image\";s:9:\"pagelines\";s:16:\"PL_Image_Section\";s:6:\"author\";s:9:\"PageLines\";s:10:\"author_uri\";s:25:\"https://www.pagelines.com\";s:11:\"description\";s:20:\"Simple image section\";s:11:\"plugin_name\";s:23:\"PageLines Section Image\";s:4:\"tags\";s:0:\"\";s:7:\"version\";s:6:\"4e397a\";s:8:\"base_url\";s:82:\"http://www.thetradingroom.com/wp-content/plugins/pl-platform/engine/sections/image\";s:8:\"base_dir\";s:97:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/plugins/pl-platform//engine/sections/image\";s:9:\"base_file\";s:107:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/plugins/pl-platform//engine/sections/image/image.php\";s:4:\"demo\";s:0:\"\";s:5:\"notes\";s:0:\"\";s:6:\"filter\";s:5:\"basic\";s:4:\"docs\";b:0;s:7:\"loading\";s:6:\"active\";s:4:\"icon\";s:0:\"\";s:7:\"section\";s:0:\"\";s:7:\"contain\";s:0:\"\";s:6:\"reqver\";s:0:\"\";s:2:\"id\";s:5:\"image\";s:5:\"class\";s:16:\"PL_Image_Section\";s:10:\"screenshot\";s:0:\"\";}s:10:\"PL_Widgets\";a:23:{s:4:\"name\";s:7:\"Widgets\";s:9:\"pagelines\";s:10:\"PL_Widgets\";s:6:\"author\";s:9:\"PageLines\";s:10:\"author_uri\";s:25:\"https://www.pagelines.com\";s:11:\"description\";s:39:\"Versatile widgets and sidebars section.\";s:11:\"plugin_name\";s:25:\"PageLines Section Widgets\";s:4:\"tags\";s:0:\"\";s:7:\"version\";s:6:\"4e397a\";s:8:\"base_url\";s:84:\"http://www.thetradingroom.com/wp-content/plugins/pl-platform/engine/sections/widgets\";s:8:\"base_dir\";s:99:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/plugins/pl-platform//engine/sections/widgets\";s:9:\"base_file\";s:111:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/plugins/pl-platform//engine/sections/widgets/widgets.php\";s:4:\"demo\";s:0:\"\";s:5:\"notes\";s:0:\"\";s:6:\"filter\";s:10:\"widgetized\";s:4:\"docs\";b:0;s:7:\"loading\";s:6:\"active\";s:4:\"icon\";s:0:\"\";s:7:\"section\";s:0:\"\";s:7:\"contain\";s:0:\"\";s:6:\"reqver\";s:0:\"\";s:2:\"id\";s:7:\"widgets\";s:5:\"class\";s:10:\"PL_Widgets\";s:10:\"screenshot\";s:0:\"\";}s:16:\"PL_Embed_Section\";a:23:{s:4:\"name\";s:5:\"Embed\";s:9:\"pagelines\";s:16:\"PL_Embed_Section\";s:6:\"author\";s:9:\"PageLines\";s:10:\"author_uri\";s:25:\"https://www.pagelines.com\";s:11:\"description\";s:25:\"Simple text/html section.\";s:11:\"plugin_name\";s:23:\"PageLines Section Embed\";s:4:\"tags\";s:0:\"\";s:7:\"version\";s:6:\"4e397a\";s:8:\"base_url\";s:82:\"http://www.thetradingroom.com/wp-content/plugins/pl-platform/engine/sections/embed\";s:8:\"base_dir\";s:97:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/plugins/pl-platform//engine/sections/embed\";s:9:\"base_file\";s:107:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/plugins/pl-platform//engine/sections/embed/embed.php\";s:4:\"demo\";s:0:\"\";s:5:\"notes\";s:0:\"\";s:6:\"filter\";s:5:\"basic\";s:4:\"docs\";b:0;s:7:\"loading\";s:6:\"active\";s:4:\"icon\";s:0:\"\";s:7:\"section\";s:0:\"\";s:7:\"contain\";s:0:\"\";s:6:\"reqver\";s:0:\"\";s:2:\"id\";s:5:\"embed\";s:5:\"class\";s:16:\"PL_Embed_Section\";s:10:\"screenshot\";s:0:\"\";}s:8:\"PL_Menus\";a:23:{s:4:\"name\";s:5:\"Menus\";s:9:\"pagelines\";s:8:\"PL_Menus\";s:6:\"author\";s:9:\"PageLines\";s:10:\"author_uri\";s:25:\"https://www.pagelines.com\";s:11:\"description\";s:57:\"A stylized navigation bar with multiple modes and styles.\";s:11:\"plugin_name\";s:23:\"PageLines Section Menus\";s:4:\"tags\";s:0:\"\";s:7:\"version\";s:6:\"4e397a\";s:8:\"base_url\";s:82:\"http://www.thetradingroom.com/wp-content/plugins/pl-platform/engine/sections/menus\";s:8:\"base_dir\";s:97:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/plugins/pl-platform//engine/sections/menus\";s:9:\"base_file\";s:107:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/plugins/pl-platform//engine/sections/menus/menus.php\";s:4:\"demo\";s:0:\"\";s:5:\"notes\";s:0:\"\";s:6:\"filter\";s:3:\"nav\";s:4:\"docs\";b:0;s:7:\"loading\";s:6:\"active\";s:4:\"icon\";s:0:\"\";s:7:\"section\";s:0:\"\";s:7:\"contain\";s:0:\"\";s:6:\"reqver\";s:0:\"\";s:2:\"id\";s:5:\"menus\";s:5:\"class\";s:8:\"PL_Menus\";s:10:\"screenshot\";s:0:\"\";}s:12:\"PL_Container\";a:23:{s:4:\"name\";s:9:\"Container\";s:9:\"pagelines\";s:12:\"PL_Container\";s:6:\"author\";s:9:\"PageLines\";s:10:\"author_uri\";s:25:\"https://www.pagelines.com\";s:11:\"description\";s:30:\"Multi level section container.\";s:11:\"plugin_name\";s:27:\"PageLines Section Container\";s:4:\"tags\";s:0:\"\";s:7:\"version\";s:6:\"4e397a\";s:8:\"base_url\";s:86:\"http://www.thetradingroom.com/wp-content/plugins/pl-platform/engine/sections/container\";s:8:\"base_dir\";s:101:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/plugins/pl-platform//engine/sections/container\";s:9:\"base_file\";s:115:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/plugins/pl-platform//engine/sections/container/container.php\";s:4:\"demo\";s:0:\"\";s:5:\"notes\";s:0:\"\";s:6:\"filter\";s:13:\"basic, system\";s:4:\"docs\";b:0;s:7:\"loading\";s:6:\"active\";s:4:\"icon\";s:0:\"\";s:7:\"section\";s:0:\"\";s:7:\"contain\";s:3:\"yes\";s:6:\"reqver\";s:0:\"\";s:2:\"id\";s:9:\"container\";s:5:\"class\";s:12:\"PL_Container\";s:10:\"screenshot\";s:0:\"\";}s:17:\"PL_Button_Section\";a:23:{s:4:\"name\";s:6:\"Button\";s:9:\"pagelines\";s:17:\"PL_Button_Section\";s:6:\"author\";s:9:\"PageLines\";s:10:\"author_uri\";s:25:\"https://www.pagelines.com\";s:11:\"description\";s:22:\"Simple button section.\";s:11:\"plugin_name\";s:24:\"PageLines Section Button\";s:4:\"tags\";s:0:\"\";s:7:\"version\";s:6:\"4e397a\";s:8:\"base_url\";s:83:\"http://www.thetradingroom.com/wp-content/plugins/pl-platform/engine/sections/button\";s:8:\"base_dir\";s:98:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/plugins/pl-platform//engine/sections/button\";s:9:\"base_file\";s:109:\"/var/www/vhosts/thetradingroom.com/httpdocs/wp-content/plugins/pl-platform//engine/sections/button/button.php\";s:4:\"demo\";s:0:\"\";s:5:\"notes\";s:0:\"\";s:6:\"filter\";s:5:\"basic\";s:4:\"docs\";b:0;s:7:\"loading\";s:6:\"active\";s:4:\"icon\";s:0:\"\";s:7:\"section\";s:0:\"\";s:7:\"contain\";s:0:\"\";s:6:\"reqver\";s:0:\"\";s:2:\"id\";s:6:\"button\";s:5:\"class\";s:17:\"PL_Button_Section\";s:10:\"screenshot\";s:0:\"\";}}}s:18:\"custom_css_post_id\";i:-1;}','yes'),(127779,'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'),(127780,'wpseo_social','a:20:{s:9:\"fb_admins\";a:0:{}s:12:\"fbconnectkey\";s:32:\"b0fc417ddec8ec87a37217c990fea1cc\";s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";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:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:7:\"summary\";s:11:\"youtube_url\";s:0:\"\";s:15:\"google_plus_url\";s:0:\"\";s:10:\"fbadminapp\";s:0:\"\";}','yes'),(127781,'wpseo_rss','a:2:{s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";}','yes'),(127782,'wpseo_internallinks','a:10:{s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:23:\"breadcrumbs-blog-remove\";b:0;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"&raquo;\";s:23:\"post_types-post-maintax\";i:0;}','yes'),(127783,'wpseo_xml','a:16:{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:30:\"post_types-post-not_in_sitemap\";b:0;s:30:\"post_types-page-not_in_sitemap\";b:0;s:36:\"post_types-attachment-not_in_sitemap\";b:1;s:34:\"taxonomies-category-not_in_sitemap\";b:0;s:34:\"taxonomies-post_tag-not_in_sitemap\";b:0;s:37:\"taxonomies-post_format-not_in_sitemap\";b:0;}','yes'),(127858,'WpFc_api_key','17e801949d878bdcc2a5e3ff55fd99a6','yes'),(127469,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(127470,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(127471,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(43259,'_transient_timeout_pagelines_core_css_backup','1502463294','no'),(43260,'_transient_pagelines_core_css_backup','a:3:{s:4:\"core\";s:229986:\"html,\nbody,\ndiv,\nspan,\napplet,\nobject,\niframe,\nh1,\nh2,\nh3,\nh4,\nh5,\nh6,\np,\nblockquote,\npre,\na,\nabbr,\nacronym,\naddress,\nbig,\ncite,\ncode,\ndel,\ndfn,\nem,\nfont,\nimg,\nins,\nkbd,\nq,\ns,\nsamp,\nsmall,\nstrike,\nstrong,\nsub,\nsup,\ntt,\nvar,\nb,\nu,\ni,\ncenter,\ndl,\ndt,\ndd,\nol,\nul,\nli,\nfieldset,\nform,\nlabel,\nlegend,\ntable,\ncaption,\ntbody,\ntfoot,\nthead,\ntr,\nth,\ntd {\n  margin: 0;\n  padding: 0;\n  border: 0;\n  outline: 0;\n  font-size: 100%;\n  vertical-align: baseline;\n  background: transparent;\n}\nbody {\n  line-height: 1;\n}\nol,\nul {\n  list-style: none;\n}\nblockquote,\nq {\n  quotes: none;\n}\nblockquote:before,\nblockquote:after,\nq:before,\nq:after {\n  content: \'\';\n  content: none;\n}\n:focus {\n  outline: 0;\n}\nins {\n  text-decoration: none;\n}\ndel {\n  text-decoration: line-through;\n}\ntable {\n  border-collapse: collapse;\n  border-spacing: 0;\n}\narticle,\naside,\ndetails,\nfigcaption,\nfigure,\nfooter,\nheader,\nhgroup,\nnav,\nsection {\n  display: block;\n}\naudio,\ncanvas,\nvideo {\n  display: inline-block;\n  *display: inline;\n  *zoom: 1;\n}\naudio:not([controls]) {\n  display: none;\n}\nhtml {\n  font-size: 100%;\n  -webkit-text-size-adjust: 100%;\n  -ms-text-size-adjust: 100%;\n}\na:focus {\n  outline: thin dotted #333;\n  outline: 5px auto -webkit-focus-ring-color;\n  outline-offset: -2px;\n}\na:hover,\na:active {\n  outline: 0;\n}\nsub,\nsup {\n  position: relative;\n  font-size: 75%;\n  line-height: 0;\n  vertical-align: baseline;\n}\nsup {\n  top: -0.5em;\n}\nsub {\n  bottom: -0.25em;\n}\nimg {\n  height: auto;\n  border: 0;\n  -ms-interpolation-mode: bicubic;\n  vertical-align: middle;\n}\nbutton,\ninput,\nselect,\ntextarea {\n  margin: 0;\n  font-size: 100%;\n  vertical-align: middle;\n}\nbutton,\ninput {\n  *overflow: visible;\n  line-height: normal;\n}\nbutton::-moz-focus-inner,\ninput::-moz-focus-inner {\n  padding: 0;\n  border: 0;\n}\nbutton,\ninput[type=\"button\"],\ninput[type=\"reset\"],\ninput[type=\"submit\"] {\n  cursor: pointer;\n  -webkit-appearance: button;\n}\ninput[type=\"search\"] {\n  -webkit-appearance: textfield;\n  -webkit-box-sizing: content-box;\n  -moz-box-sizing: content-box;\n  -ms-box-sizing: content-box;\n  box-sizing: content-box;\n}\ninput[type=\"search\"]::-webkit-search-decoration,\ninput[type=\"search\"]::-webkit-search-cancel-button {\n  -webkit-appearance: none;\n}\ntextarea {\n  overflow: auto;\n  vertical-align: top;\n}\nbody {\n  zoom: 1;\n}\nbody .site-wrap {\n  background: #FFFFFF;\n  z-index: 0;\n  -webkit-transition: all .3s ease-in-out;\n  -moz-transition: all .3s ease-in-out;\n  -ms-transition: all .3s ease-in-out;\n  transition: all .3s ease-in-out;\n}\nbody .site-wrap.show-mobile-menu {\n  margin-left: -260px;\n}\nbody .site-wrap.supersized {\n  background: transparent;\n}\nbody .site-wrap #supersized {\n  background: #FFFFFF;\n}\nbody .pl-region > .template-region-wrap {\n  min-height: 450px;\n}\nbody.drag-drop-editing .pl-region > .template-region-wrap {\n  min-height: 0;\n}\nbody .pl-fixed-top {\n  background-color: #FFFFFF;\n  box-shadow: 0 1px 0 rgba(0,0,0,0.2);\n}\nbody .mm-toggle {\n  cursor: pointer;\n  position: relative;\n  z-index: 10;\n}\nbody .pl-mobile-menu {\n  position: fixed;\n  z-index: 1050;\n  margin-right: -260px;\n  width: 260px;\n  right: 0;\n  height: 100%;\n  -webkit-transition: all .3s ease-in-out;\n  -moz-transition: all .3s ease-in-out;\n  -ms-transition: all .3s ease-in-out;\n  transition: all .3s ease-in-out;\n  background: rgba(0,0,0,0.87);\n  color: rgba(255,255,255,0.5);\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n}\nbody .pl-mobile-menu.show-menu {\n  margin-right: 0px;\n}\nbody .pl-mobile-menu .mm-close {\n  cursor: pointer;\n  opacity: .5;\n}\nbody .pl-mobile-menu .mm-close:hover,\nbody .pl-mobile-menu .mm-close:active {\n  opacity: 1;\n}\nbody .pl-mobile-menu .mm-search {\n  margin: 0;\n  position: relative;\n}\nbody .pl-mobile-menu .mm-search input {\n  width: 100%;\n  margin: 0;\n  background: rgba(0,0,0,0.15);\n  border: none;\n  border-radius: 0;\n  padding-left: 30px;\n  color: #fff;\n  outline: none;\n  border-bottom: 1px solid rgba(255,255,255,0.1);\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n}\nbody .pl-mobile-menu .mm-search input:focus {\n  box-shadow: none;\n  background: rgba(255,255,255,0.15);\n}\nbody .pl-mobile-menu .mm-search input::-webkit-input-placeholder {\n  color: rgba(255,255,255,0.3);\n}\nbody .pl-mobile-menu .mm-search input::-moz-placeholder {\n  color: rgba(255,255,255,0.3);\n}\nbody .pl-mobile-menu .mm-search .btn-search {\n  position: absolute;\n  right: 21px;\n  font-size: 15px;\n  top: 5px;\n}\nbody .pl-mobile-menu .mm-holder {\n  padding: 10px 20px 20px 30px;\n  width: 210px;\n  height: 80%;\n  overflow-y: scroll;\n}\nbody .pl-mobile-menu ul.mobile-menu {\n  margin-bottom: 25px;\n  margin-right: 15px;\n}\nbody .pl-mobile-menu a {\n  color: inherit;\n}\nbody .pl-mobile-menu a:hover {\n  color: #fff;\n}\nbody .pl-mobile-menu ul li {\n  margin-bottom: 5px;\n}\nbody .pl-mobile-menu ul li ul {\n  margin: 8px 0 5px 0;\n  border-left: 1px solid rgba(255,255,255,0.1);\n  padding-left: 12px;\n}\nbody .pl-mobile-menu ul li ul li {\n  line-height: 1em;\n}\nbody .pl-mobile-menu ul li ul li a {\n  font-size: 13px;\n  line-height: 1.3em;\n}\nbody .pl-mobile-menu ul a {\n  font-size: 14px;\n  line-height: 1.4em;\n}\nbody .pl-mobile-menu ul.secondary-menu a,\nbody .pl-mobile-menu ul.secondary-menu li ul li a {\n  font-size: 12px;\n}\nbody .pl-mobile-menu ul.secondary-menu li ul {\n  margin: 5px 0 3px 0;\n}\nbody .pl-mobile-menu ul li.current_page_item > a {\n  color: #fff;\n}\nbody .pl-mobile-menu .mm-icon {\n  margin-right: 10px;\n}\nbody.display-boxed .boxed-wrap {\n  position: relative;\n  margin: 0 auto;\n  max-width: 1172px;\n  background: #FFFFFF;\n}\nbody.display-boxed .boxed-wrap.boxed-nobg {\n  background: transparent;\n}\nbody.display-boxed .boxed-wrap .pl-area-wrap > .pl-content {\n  padding-left: 16px;\n  padding-right: 16px;\n}\nbody.display-full .pl-content,\nbody.display-boxed .pl-fixed-top .pl-content {\n  position: relative;\n  max-width: 1172px;\n  margin: 0 auto;\n}\nbody .section-plcolumn {\n  margin-bottom: 0;\n}\nbody #footer section:last-child {\n  margin-bottom: 0;\n}\n.pl-section-pad {\n  padding: 15px 0;\n}\n.pl-section-pad .row:last-child > [class*=\"span\"] {\n  margin-bottom: 0;\n}\n@media (max-width: 768px) {\n  .pl-section-pad {\n    padding: 11px;\n  }\n  .pl-section-pad .row:last-child > [class*=\"span\"] {\n    margin-bottom: 15px;\n  }\n}\nbody .pl-area .pl-section {\n  margin-bottom: 0;\n}\nbody .pl-area .pl-section .pl-section > .pl-section-pad {\n  padding: 8px;\n  margin-bottom: 1em;\n}\nbody .pl-area .pl-section.section-plcolumn > .pl-section-pad {\n  padding: 0;\n}\nbody .pl-area .pl-section.section-plcolumn .pl-section:last-of-type {\n  margin-bottom: 0;\n}\n.pl-scroll-translate {\n  overflow: hidden;\n}\n@media (max-width: 768px) {\n  .pl-scroll-translate .pl-area-wrap {\n    -webkit-transform: translate(0,0) !important;\n    transform: translate(0,0) !important;\n  }\n}\n.pl-window-height {\n  position: relative;\n  background-size: cover;\n  min-height: 600px;\n}\n.pl-window-height .pl-area-wrap {\n  display: none;\n  position: absolute;\n  width: 100%;\n  top: 50%;\n}\n.pl-area-wrap {\n  background-position: 50% 0;\n}\n.pl-bg-cover {\n  background-position: 50% 50%;\n  -webkit-background-size: cover;\n  -moz-background-size: cover;\n  -o-background-size: cover;\n  background-size: cover;\n}\n.pl-bg-repeat {\n  background-repeat: repeat;\n}\nh2.pl-section-title {\n  text-align: center;\n  padding: 40px;\n  font-weight: 300;\n  margin: 0;\n}\nh3.pl-section-title {\n  font-size: 19px;\n  line-height: 22px;\n  margin: 0 0 12px;\n}\n.pl-link {\n  color: #337EFF;\n}\n.pl-link-inverse {\n  background: #337EFF;\n  color: #FFFFFF;\n}\n.nav-theme li > a,\n.nav-theme li > span {\n  border-color: #000000;\n}\n.nav-theme li:hover > a,\n.nav-theme li:hover > span,\n.nav-theme li.active > a,\n.nav-theme li.active > span {\n  background-color: #000000;\n}\n.theme-list-nav li a,\n.theme-list-nav lh a {\n  color: #000000;\n  display: block;\n  padding: 4px 20px;\n}\n.theme-list-nav li:hover a,\n.theme-list-nav li.current-menu-item a,\n.theme-list-nav lh:hover a,\n.theme-list-nav lh.current-menu-item a {\n  background-color: rgba(0,0,0,0.05);\n}\n.pl-border {\n  border-color: #dddddd;\n}\n.pl-contrast {\n  background-color: rgba(0,0,0,0.05);\n}\n.pl-contrast .pl-contrast,\n.pl-contrast .widget li,\n.pl-contrast .pl-border {\n  border-color: rgba(0,0,0,0.1);\n}\n.pl-base {\n  background-color: #FFFFFF;\n}\n.pl-white,\n.pl-light-img {\n  color: #000;\n  background-color: #fff;\n}\n.pl-white h1,\n.pl-white h2,\n.pl-white h3,\n.pl-white h4,\n.pl-white h5,\n.pl-white h6,\n.pl-white a,\n.pl-white blockquote,\n.pl-white .metahead a,\n.pl-light-img h1,\n.pl-light-img h2,\n.pl-light-img h3,\n.pl-light-img h4,\n.pl-light-img h5,\n.pl-light-img h6,\n.pl-light-img a,\n.pl-light-img blockquote,\n.pl-light-img .metahead a {\n  color: #000;\n}\n.pl-white a:hover,\n.pl-light-img a:hover {\n  opacity: .7;\n  color: inherit;\n}\n.pl-white .pl-base,\n.pl-light-img .pl-base {\n  background-color: #fff;\n}\n.pl-white .widget li,\n.pl-white .pl-border,\n.pl-light-img .widget li,\n.pl-light-img .pl-border {\n  border-color: #eee;\n}\n.pl-white .nav-theme li > a,\n.pl-white .nav-theme li > span,\n.pl-light-img .nav-theme li > a,\n.pl-light-img .nav-theme li > span {\n  border-color: #000;\n}\n.pl-white .nav-theme li:hover > a,\n.pl-white .nav-theme li:hover > span,\n.pl-white .nav-theme li.active > a,\n.pl-white .nav-theme li.active > span,\n.pl-light-img .nav-theme li:hover > a,\n.pl-light-img .nav-theme li:hover > span,\n.pl-light-img .nav-theme li.active > a,\n.pl-light-img .nav-theme li.active > span {\n  background-color: #000;\n}\n.pl-white .pl-contrast,\n.pl-light-img .pl-contrast {\n  color: #000;\n  border-color: #000;\n}\n.pl-white .pl-link,\n.pl-light-img .pl-link {\n  color: #000;\n}\n.pl-white .pl-social-counter,\n.pl-light-img .pl-social-counter {\n  border-right-color: rgba(0,0,0,0.4);\n}\n.pl-white .pl-social-counter .pl-social-icon i,\n.pl-light-img .pl-social-counter .pl-social-icon i {\n  color: #000;\n  opacity: .5;\n}\n.pl-white .pl-social-counter:hover .pl-social-icon i,\n.pl-white .pl-social-counter.loved .pl-social-icon i,\n.pl-light-img .pl-social-counter:hover .pl-social-icon i,\n.pl-light-img .pl-social-counter.loved .pl-social-icon i {\n  opacity: 1;\n}\n.pl-black,\n.pl-grey,\n.pl-dark-img {\n  color: rgba(255,255,255,0.7);\n}\n.pl-black h1,\n.pl-black h2,\n.pl-black h3,\n.pl-black h4,\n.pl-black h5,\n.pl-black h6,\n.pl-black a,\n.pl-black blockquote,\n.pl-grey h1,\n.pl-grey h2,\n.pl-grey h3,\n.pl-grey h4,\n.pl-grey h5,\n.pl-grey h6,\n.pl-grey a,\n.pl-grey blockquote,\n.pl-dark-img h1,\n.pl-dark-img h2,\n.pl-dark-img h3,\n.pl-dark-img h4,\n.pl-dark-img h5,\n.pl-dark-img h6,\n.pl-dark-img a,\n.pl-dark-img blockquote {\n  color: #fff;\n}\n.pl-black .nav-theme li > a,\n.pl-black .nav-theme li > span,\n.pl-grey .nav-theme li > a,\n.pl-grey .nav-theme li > span,\n.pl-dark-img .nav-theme li > a,\n.pl-dark-img .nav-theme li > span {\n  border-color: #fff;\n}\n.pl-black .nav-theme li:hover > a,\n.pl-black .nav-theme li:hover > span,\n.pl-black .nav-theme li.active > a,\n.pl-black .nav-theme li.active > span,\n.pl-grey .nav-theme li:hover > a,\n.pl-grey .nav-theme li:hover > span,\n.pl-grey .nav-theme li.active > a,\n.pl-grey .nav-theme li.active > span,\n.pl-dark-img .nav-theme li:hover > a,\n.pl-dark-img .nav-theme li:hover > span,\n.pl-dark-img .nav-theme li.active > a,\n.pl-dark-img .nav-theme li.active > span {\n  background-color: #fff;\n}\n.pl-black .widget li,\n.pl-black .pl-border,\n.pl-grey .widget li,\n.pl-grey .pl-border,\n.pl-dark-img .widget li,\n.pl-dark-img .pl-border {\n  border-color: rgba(255,255,255,0.2);\n}\n.pl-black a:hover,\n.pl-grey a:hover,\n.pl-dark-img a:hover {\n  opacity: .7;\n  color: inherit;\n}\n.pl-black .theme-list-nav li a,\n.pl-black .theme-list-nav lh a,\n.pl-grey .theme-list-nav li a,\n.pl-grey .theme-list-nav lh a,\n.pl-dark-img .theme-list-nav li a,\n.pl-dark-img .theme-list-nav lh a {\n  color: #fff;\n}\n.pl-black .theme-list-nav li:hover a,\n.pl-black .theme-list-nav li.current-menu-item a,\n.pl-black .theme-list-nav lh:hover a,\n.pl-black .theme-list-nav lh.current-menu-item a,\n.pl-grey .theme-list-nav li:hover a,\n.pl-grey .theme-list-nav li.current-menu-item a,\n.pl-grey .theme-list-nav lh:hover a,\n.pl-grey .theme-list-nav lh.current-menu-item a,\n.pl-dark-img .theme-list-nav li:hover a,\n.pl-dark-img .theme-list-nav li.current-menu-item a,\n.pl-dark-img .theme-list-nav lh:hover a,\n.pl-dark-img .theme-list-nav lh.current-menu-item a {\n  background-color: rgba(255,255,255,0.2);\n}\n.pl-black .pl-social-counter,\n.pl-grey .pl-social-counter,\n.pl-dark-img .pl-social-counter {\n  border-right-color: rgba(255,255,255,0.5);\n}\n.pl-black .pl-social-counter .pl-social-icon i,\n.pl-grey .pl-social-counter .pl-social-icon i,\n.pl-dark-img .pl-social-counter .pl-social-icon i {\n  color: #fff;\n  opacity: .5;\n}\n.pl-black .pl-social-counter:hover .pl-social-icon i,\n.pl-black .pl-social-counter.loved .pl-social-icon i,\n.pl-grey .pl-social-counter:hover .pl-social-icon i,\n.pl-grey .pl-social-counter.loved .pl-social-icon i,\n.pl-dark-img .pl-social-counter:hover .pl-social-icon i,\n.pl-dark-img .pl-social-counter.loved .pl-social-icon i {\n  opacity: 1;\n}\n.pl-black .pl-contrast,\n.pl-grey .pl-contrast,\n.pl-dark-img .pl-contrast {\n  background-color: rgba(255,255,255,0.2);\n}\n.pl-black .pl-link,\n.pl-grey .pl-link,\n.pl-dark-img .pl-link {\n  color: #fff;\n}\n.pl-black {\n  background-color: #000;\n}\n.pl-black .pl-base {\n  background-color: #000;\n}\n.pl-grey {\n  background-color: #1c1c1c;\n}\n.pl-grey .pl-base {\n  background-color: #1c1c1c;\n}\n.pl-dark-img {\n  color: #fff;\n  background-color: #000;\n  text-shadow: 0 -1px 0 rgba(0,0,0,0.8);\n}\n.pl-dark-img .pl-base {\n  background-color: #000;\n}\n.pl-light-img {\n  color: #000;\n  text-shadow: 0 1px 0 rgba(255,255,255,0.5);\n}\n.pl-fixed-top {\n  position: fixed;\n  z-index: 1030;\n  left: 0;\n  width: 100%;\n}\n.fixed-top-pusher {\n  -webkit-transition: height 0.4s linear;\n  -moz-transition: height 0.4s linear;\n  -ms-transition: height 0.4s linear;\n  transition: height 0.4s linear;\n}\n@media (max-width: 768px) {\n  .pl-fixed-top {\n    position: static;\n  }\n  .fixed-top-pusher {\n    display: none;\n  }\n}\n.column-boxed {\n  border-style: solid;\n  border-width: 1px;\n  box-sizing: border-box;\n  margin-bottom: 20px;\n}\n.pl-load-element {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  background: #f6f6f6;\n}\n.pl-load-element .pl-spin-c {\n  padding-top: 100px;\n}\n.no-js .pl-loader {\n  display: none;\n}\nbody {\n  margin: 0;\n}\n.pl-loader {\n  display: block;\n  top: 0;\n  width: 100%;\n  height: 100%;\n  background: #FFFFFF;\n  text-align: center;\n}\n.pl-loader.pl-loader-page {\n  position: fixed;\n  z-index: 100000;\n}\n.pl-loader.pl-loader-element {\n  position: absolute;\n  background: #dddddd;\n}\n.pl-loader.pl-loader-element .pl-loader-content {\n  position: absolute;\n  top: 50%;\n  left: 50%;\n  margin: -30px 0 0 -30px;\n}\n.pl-loader a {\n  color: #337EFF;\n}\n.pl-loader,\n.pl-loader p {\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n  color: #000000;\n}\n.pl-spinner {\n  height: 60px;\n  width: 60px;\n  margin: 0 auto;\n  position: relative;\n  -webkit-animation: pl-rotation .6s infinite linear;\n  border: 6px solid rgba(51,126,255,0.3);\n  border-radius: 100%;\n}\n.pl-spinner:before {\n  content: \"\";\n  display: block;\n  position: absolute;\n  left: -6px;\n  top: -6px;\n  height: 100%;\n  width: 100%;\n  border-top: 6px solid #337EFF;\n  border-left: 6px solid transparent;\n  border-bottom: 6px solid transparent;\n  border-right: 6px solid transparent;\n  border-radius: 100%;\n}\n@-webkit-keyframes pl-rotation {\n  from {\n    -webkit-transform: rotate(0deg);\n  }\n  to {\n    -webkit-transform: rotate(359deg);\n  }\n}\nbody .pl-content img {\n  max-width: 100%;\n  height: auto;\n  width: auto \\9;\n}\nbody .ie8 img {\n  width: auto;\n  height: auto;\n}\nbody .hentry iframe,\nbody .hentry video,\nbody .hentry object {\n  max-width: 100%;\n}\n@media screen and (max-width: 768px) {\n  .site-wrap {\n    -webkit-backface-visibility: hidden;\n  }\n}\n.buttons_added input[type=\"button\"] {\n  -webkit-box-sizing: content-box;\n  -moz-box-sizing: content-box;\n  -ms-box-sizing: content-box;\n  box-sizing: content-box;\n}\n.buttons_added input[type=\"number\"] {\n  margin-bottom: 0;\n}\n.woocommerce .product-thumb-wrap {\n  overflow: hidden;\n  position: relative;\n}\n.woocommerce .widget_shopping_cart .total,\n.woocommerce-page .widget_shopping_cart .total,\nbody.woocommerce #content .widget_shopping_cart .total,\nbody.woocommerce-page #content .widget_shopping_cart .total {\n  border-top: none;\n}\n.woocommerce .shipping-calculator-button,\n.woocommerce-page .shipping-calculator-button,\nbody.woocommerce #content .shipping-calculator-button,\nbody.woocommerce-page #content .shipping-calculator-button {\n  font-size: 20px;\n}\n.woocommerce .shipping-calculator-button:after,\n.woocommerce-page .shipping-calculator-button:after,\nbody.woocommerce #content .shipping-calculator-button:after,\nbody.woocommerce-page #content .shipping-calculator-button:after {\n  font-size: 12px;\n}\n.woocommerce input.button,\n.woocommerce a.button,\n.woocommerce button.button,\n.woocommerce #respond input#submit,\n.woocommerce-page input.button,\n.woocommerce-page a.button,\n.woocommerce-page button.button,\n.woocommerce-page #respond input#submit,\nbody.woocommerce #content input.button,\nbody.woocommerce #content a.button,\nbody.woocommerce #content button.button,\nbody.woocommerce #content #respond input#submit,\nbody.woocommerce-page #content input.button,\nbody.woocommerce-page #content a.button,\nbody.woocommerce-page #content button.button,\nbody.woocommerce-page #content #respond input#submit {\n  box-shadow: none;\n  background: #eee;\n  border: 1px solid #cdcdcd;\n}\n.woocommerce input.button:hover,\n.woocommerce a.button:hover,\n.woocommerce button.button:hover,\n.woocommerce #respond input#submit:hover,\n.woocommerce-page input.button:hover,\n.woocommerce-page a.button:hover,\n.woocommerce-page button.button:hover,\n.woocommerce-page #respond input#submit:hover,\nbody.woocommerce #content input.button:hover,\nbody.woocommerce #content a.button:hover,\nbody.woocommerce #content button.button:hover,\nbody.woocommerce #content #respond input#submit:hover,\nbody.woocommerce-page #content input.button:hover,\nbody.woocommerce-page #content a.button:hover,\nbody.woocommerce-page #content button.button:hover,\nbody.woocommerce-page #content #respond input#submit:hover {\n  background: #ddd;\n  border: 1px solid #ccc;\n}\n.woocommerce input.button.alt,\n.woocommerce a.button.alt,\n.woocommerce button.button.alt,\n.woocommerce #respond input#submit.alt,\n.woocommerce-page input.button.alt,\n.woocommerce-page a.button.alt,\n.woocommerce-page button.button.alt,\n.woocommerce-page #respond input#submit.alt,\nbody.woocommerce #content input.button.alt,\nbody.woocommerce #content a.button.alt,\nbody.woocommerce #content button.button.alt,\nbody.woocommerce #content #respond input#submit.alt,\nbody.woocommerce-page #content input.button.alt,\nbody.woocommerce-page #content a.button.alt,\nbody.woocommerce-page #content button.button.alt,\nbody.woocommerce-page #content #respond input#submit.alt {\n  background: #337EFF;\n  border: 1px solid #005eff;\n}\n.woocommerce input.button.alt:hover,\n.woocommerce a.button.alt:hover,\n.woocommerce button.button.alt:hover,\n.woocommerce #respond input#submit.alt:hover,\n.woocommerce-page input.button.alt:hover,\n.woocommerce-page a.button.alt:hover,\n.woocommerce-page button.button.alt:hover,\n.woocommerce-page #respond input#submit.alt:hover,\nbody.woocommerce #content input.button.alt:hover,\nbody.woocommerce #content a.button.alt:hover,\nbody.woocommerce #content button.button.alt:hover,\nbody.woocommerce #content #respond input#submit.alt:hover,\nbody.woocommerce-page #content input.button.alt:hover,\nbody.woocommerce-page #content a.button.alt:hover,\nbody.woocommerce-page #content button.button.alt:hover,\nbody.woocommerce-page #content #respond input#submit.alt:hover {\n  background: #4d8eff;\n}\n.woocommerce table.cart td.actions .coupon .input-text,\n.woocommerce-page table.cart td.actions .coupon .input-text,\nbody.woocommerce #content table.cart td.actions .coupon .input-text,\nbody.woocommerce-page #content table.cart td.actions .coupon .input-text {\n  height: 25px;\n}\n.woocommerce table.shop_table,\n.woocommerce-page table.shop_table,\nbody.woocommerce #content table.shop_table,\nbody.woocommerce-page #content table.shop_table {\n  border: none;\n}\n.woocommerce #payment div.payment_box,\n.woocommerce-page #payment div.payment_box,\nbody.woocommerce #content #payment div.payment_box,\nbody.woocommerce-page #content #payment div.payment_box {\n  box-shadow: none;\n}\n.woocommerce .woocommerce-message,\n.woocommerce .woocommerce-error,\n.woocommerce .woocommerce-info,\n.woocommerce-page .woocommerce-message,\n.woocommerce-page .woocommerce-error,\n.woocommerce-page .woocommerce-info,\nbody.woocommerce #content .woocommerce-message,\nbody.woocommerce #content .woocommerce-error,\nbody.woocommerce #content .woocommerce-info,\nbody.woocommerce-page #content .woocommerce-message,\nbody.woocommerce-page #content .woocommerce-error,\nbody.woocommerce-page #content .woocommerce-info {\n  padding: 5px 10px !important;\n  font-weight: 400;\n  font-size: 12px;\n  text-shadow: none;\n  border: none;\n  background: #337EFF;\n  color: #FFFFFF;\n  box-shadow: none;\n  -webkit-border-radius: 0px;\n  -moz-border-radius: 0px;\n  border-radius: 0px;\n}\n.woocommerce .woocommerce-message .button,\n.woocommerce .woocommerce-error .button,\n.woocommerce .woocommerce-info .button,\n.woocommerce-page .woocommerce-message .button,\n.woocommerce-page .woocommerce-error .button,\n.woocommerce-page .woocommerce-info .button,\nbody.woocommerce #content .woocommerce-message .button,\nbody.woocommerce #content .woocommerce-error .button,\nbody.woocommerce #content .woocommerce-info .button,\nbody.woocommerce-page #content .woocommerce-message .button,\nbody.woocommerce-page #content .woocommerce-error .button,\nbody.woocommerce-page #content .woocommerce-info .button {\n  padding: 4px 7px;\n  font-size: 10px;\n  border: 1px solid transparent;\n}\n.woocommerce .woocommerce-message:before,\n.woocommerce .woocommerce-error:before,\n.woocommerce .woocommerce-info:before,\n.woocommerce-page .woocommerce-message:before,\n.woocommerce-page .woocommerce-error:before,\n.woocommerce-page .woocommerce-info:before,\nbody.woocommerce #content .woocommerce-message:before,\nbody.woocommerce #content .woocommerce-error:before,\nbody.woocommerce #content .woocommerce-info:before,\nbody.woocommerce-page #content .woocommerce-message:before,\nbody.woocommerce-page #content .woocommerce-error:before,\nbody.woocommerce-page #content .woocommerce-info:before {\n  padding-top: 10px;\n  display: none;\n}\n.woocommerce h3 label,\n.woocommerce .payment_methods label,\n.woocommerce-page h3 label,\n.woocommerce-page .payment_methods label,\nbody.woocommerce #content h3 label,\nbody.woocommerce #content .payment_methods label,\nbody.woocommerce-page #content h3 label,\nbody.woocommerce-page #content .payment_methods label {\n  font-size: inherit;\n  font-weight: inherit;\n  display: inline;\n  padding: 0;\n}\n.woocommerce #content div.product div.images img,\n.woocommerce #content div.product div.images img:hover,\n.woocommerce-page #content div.product div.images img,\n.woocommerce-page #content div.product div.images img:hover,\nbody.woocommerce #content #content div.product div.images img,\nbody.woocommerce #content #content div.product div.images img:hover,\nbody.woocommerce-page #content #content div.product div.images img,\nbody.woocommerce-page #content #content div.product div.images img:hover {\n  box-shadow: none;\n}\n.woocommerce ul.products li.product .onsale,\n.woocommerce span.onsale,\n.woocommerce-page ul.products li.product .onsale,\n.woocommerce-page span.onsale,\nbody.woocommerce #content ul.products li.product .onsale,\nbody.woocommerce #content span.onsale,\nbody.woocommerce-page #content ul.products li.product .onsale,\nbody.woocommerce-page #content span.onsale {\n  position: absolute;\n  z-index: 10;\n  background: #337EFF;\n}\n.woocommerce ul.products li.product .price,\n.woocommerce div.product .price,\n.woocommerce-page ul.products li.product .price,\n.woocommerce-page div.product .price,\nbody.woocommerce #content ul.products li.product .price,\nbody.woocommerce #content div.product .price,\nbody.woocommerce-page #content ul.products li.product .price,\nbody.woocommerce-page #content div.product .price {\n  color: #337EFF;\n}\n.woocommerce ul.products li.product,\n.woocommerce-page ul.products li.product,\nbody.woocommerce #content ul.products li.product,\nbody.woocommerce-page #content ul.products li.product {\n  border-bottom: none;\n}\n.woocommerce ul.products li.product .product-thumb-wrap,\n.woocommerce-page ul.products li.product .product-thumb-wrap,\nbody.woocommerce #content ul.products li.product .product-thumb-wrap,\nbody.woocommerce-page #content ul.products li.product .product-thumb-wrap {\n  overflow: hidden;\n  position: relative;\n  margin-bottom: 10px;\n}\n.woocommerce ul.products li.product .product-thumb-wrap a img,\n.woocommerce-page ul.products li.product .product-thumb-wrap a img,\nbody.woocommerce #content ul.products li.product .product-thumb-wrap a img,\nbody.woocommerce-page #content ul.products li.product .product-thumb-wrap a img {\n  margin: 0;\n}\n.woocommerce ul.products li.product .product-thumb-wrap .add_to_cart_button,\n.woocommerce ul.products li.product .product-thumb-wrap .product_type_variable,\n.woocommerce ul.products li.product .product-thumb-wrap .product_type_grouped,\n.woocommerce ul.products li.product .product-thumb-wrap a.btn,\n.woocommerce-page ul.products li.product .product-thumb-wrap .add_to_cart_button,\n.woocommerce-page ul.products li.product .product-thumb-wrap .product_type_variable,\n.woocommerce-page ul.products li.product .product-thumb-wrap .product_type_grouped,\n.woocommerce-page ul.products li.product .product-thumb-wrap a.btn,\nbody.woocommerce #content ul.products li.product .product-thumb-wrap .add_to_cart_button,\nbody.woocommerce #content ul.products li.product .product-thumb-wrap .product_type_variable,\nbody.woocommerce #content ul.products li.product .product-thumb-wrap .product_type_grouped,\nbody.woocommerce #content ul.products li.product .product-thumb-wrap a.btn,\nbody.woocommerce-page #content ul.products li.product .product-thumb-wrap .add_to_cart_button,\nbody.woocommerce-page #content ul.products li.product .product-thumb-wrap .product_type_variable,\nbody.woocommerce-page #content ul.products li.product .product-thumb-wrap .product_type_grouped,\nbody.woocommerce-page #content ul.products li.product .product-thumb-wrap a.btn {\n  position: absolute;\n  bottom: -50px;\n  top: auto;\n  right: 0px;\n  padding: 15px;\n  border-radius: 0;\n  -webkit-transition: all .5s;\n  -moz-transition: all .5s;\n  -ms-transition: all .5s;\n  transition: all .5s;\n}\n.woocommerce ul.products li.product .product-thumb-wrap:hover .add_to_cart_button,\n.woocommerce ul.products li.product .product-thumb-wrap:hover .product_type_variable,\n.woocommerce ul.products li.product .product-thumb-wrap:hover .product_type_grouped,\n.woocommerce ul.products li.product .product-thumb-wrap:hover a.btn,\n.woocommerce-page ul.products li.product .product-thumb-wrap:hover .add_to_cart_button,\n.woocommerce-page ul.products li.product .product-thumb-wrap:hover .product_type_variable,\n.woocommerce-page ul.products li.product .product-thumb-wrap:hover .product_type_grouped,\n.woocommerce-page ul.products li.product .product-thumb-wrap:hover a.btn,\nbody.woocommerce #content ul.products li.product .product-thumb-wrap:hover .add_to_cart_button,\nbody.woocommerce #content ul.products li.product .product-thumb-wrap:hover .product_type_variable,\nbody.woocommerce #content ul.products li.product .product-thumb-wrap:hover .product_type_grouped,\nbody.woocommerce #content ul.products li.product .product-thumb-wrap:hover a.btn,\nbody.woocommerce-page #content ul.products li.product .product-thumb-wrap:hover .add_to_cart_button,\nbody.woocommerce-page #content ul.products li.product .product-thumb-wrap:hover .product_type_variable,\nbody.woocommerce-page #content ul.products li.product .product-thumb-wrap:hover .product_type_grouped,\nbody.woocommerce-page #content ul.products li.product .product-thumb-wrap:hover a.btn {\n  bottom: 0px;\n}\n.woocommerce ul.products li.product > a,\n.woocommerce-page ul.products li.product > a,\nbody.woocommerce #content ul.products li.product > a,\nbody.woocommerce-page #content ul.products li.product > a {\n  color: inherit;\n}\n.woocommerce ul.products li.product > a:hover img,\n.woocommerce ul.products li.product > a img,\n.woocommerce-page ul.products li.product > a:hover img,\n.woocommerce-page ul.products li.product > a img,\nbody.woocommerce #content ul.products li.product > a:hover img,\nbody.woocommerce #content ul.products li.product > a img,\nbody.woocommerce-page #content ul.products li.product > a:hover img,\nbody.woocommerce-page #content ul.products li.product > a img {\n  box-shadow: none;\n}\n.woocommerce ul.products li.product h3,\n.woocommerce-page ul.products li.product h3,\nbody.woocommerce #content ul.products li.product h3,\nbody.woocommerce-page #content ul.products li.product h3 {\n  font-size: 19px;\n  padding: 0;\n  margin: 0;\n}\n.woocommerce div.product .woocommerce-tabs ul.tabs,\n.woocommerce-page div.product .woocommerce-tabs ul.tabs,\nbody.woocommerce #content div.product .woocommerce-tabs ul.tabs,\nbody.woocommerce-page #content div.product .woocommerce-tabs ul.tabs {\n  padding: 0;\n}\n.woocommerce div.product .woocommerce-tabs ul.tabs:before,\n.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,\nbody.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,\nbody.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {\n  border: none;\n}\n.woocommerce div.product .woocommerce-tabs ul.tabs li,\n.woocommerce div.product .woocommerce-tabs ul.tabs li.active,\n.woocommerce-page div.product .woocommerce-tabs ul.tabs li,\n.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,\nbody.woocommerce #content div.product .woocommerce-tabs ul.tabs li,\nbody.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,\nbody.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,\nbody.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {\n  box-shadow: none;\n  border: none;\n  border-radius: 0;\n  margin: 0;\n  text-shadow: none;\n  transition: none;\n}\n.woocommerce div.product .woocommerce-tabs ul.tabs li:before,\n.woocommerce div.product .woocommerce-tabs ul.tabs li:after,\n.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,\n.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,\n.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,\n.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,\n.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before,\n.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:after,\nbody.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,\nbody.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,\nbody.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before,\nbody.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:after,\nbody.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,\nbody.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after,\nbody.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before,\nbody.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:after {\n  border: none;\n  box-shadow: none;\n  border-radius: 0;\n}\n.woocommerce div.product .woocommerce-tabs ul.tabs li,\n.woocommerce-page div.product .woocommerce-tabs ul.tabs li,\nbody.woocommerce #content div.product .woocommerce-tabs ul.tabs li,\nbody.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {\n  background: #e9e9e9;\n}\n.woocommerce div.product .woocommerce-tabs ul.tabs li.active,\n.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,\nbody.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,\nbody.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {\n  background: #337EFF;\n  color: #FFFFFF;\n}\n.pl-linkbox {\n  background-color: #337EFF;\n  color: #FFFFFF;\n  display: block;\n  padding: 15px;\n  position: relative;\n  transition: all 0.2s linear 0s;\n}\n.pl-linkbox[href]:hover {\n  background: #000;\n  color: #fff;\n}\n.pl-linkbox .linkbox-icon {\n  float: right;\n}\n.pl-linkbox .author {\n  display: inline-block;\n  margin-top: 5px;\n}\n#page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {\n  background: #337EFF;\n}\n#page .mejs-controls .mejs-time-rail .mejs-time-current {\n  background: #337EFF;\n}\n#page .mejs-controls .mejs-time-rail .mejs-time-loaded {\n  background: #000;\n}\n.format-gallery.use-flex-gallery .gallery {\n  display: none;\n}\n.flex-gallery {\n  padding: 0;\n  margin: 0 0 15px;\n  position: relative;\n  zoom: 1;\n  background-color: transparent;\n  overflow: hidden;\n}\n.flex-gallery .slides {\n  zoom: 1;\n  list-style-type: 0;\n  margin: 0;\n}\n.flex-gallery .slides > li {\n  display: none;\n  -webkit-backface-visibility: hidden;\n}\n.flex-gallery .slides img {\n  width: 100%;\n  display: block;\n}\n.flex-gallery .slides:after {\n  content: \".\";\n  display: block;\n  clear: both;\n  visibility: hidden;\n  line-height: 0;\n  height: 0;\n}\n.flex-gallery ul {\n  position: relative;\n  z-index: 1000;\n  margin: 0px;\n}\n.flex-gallery ul li {\n  list-style: none;\n}\n.flex-gallery ul li img {\n  margin-bottom: 0px !important;\n}\n.flex-gallery ul li .flex-caption {\n  position: absolute;\n  bottom: 0;\n  width: 100%;\n  color: #fff;\n  background: rgba(0,0,0,0.5);\n  margin: 0;\n  padding: 10px;\n}\n.flex-gallery ul.flex-direction-nav {\n  margin: 0 !important;\n  position: absolute !important;\n  top: 8px;\n  *height: 0;\n}\n.flex-gallery ul.flex-direction-nav li {\n  float: left;\n  margin-left: 8px;\n}\n.flex-gallery ul.flex-direction-nav a {\n  display: block;\n  position: relative;\n  background-color: rgba(0,0,0,0.5);\n  color: #FFFFFF;\n  height: 25px;\n  width: 25px;\n  text-align: center;\n  transition: all 0.2s linear;\n  border-radius: 1px 1px 1px 1px;\n}\n.flex-gallery ul.flex-direction-nav a:hover {\n  background-color: #000000;\n}\n.flex-gallery ul.flex-direction-nav a i {\n  line-height: 25px;\n}\n.flex-gallery ul.flex-direction-nav a.flex-next {\n  padding-left: 2px;\n}\n.flex-gallery ul.flex-direction-nav a.flex-prev {\n  padding-right: 2px;\n}\n.flex-gallery .flex-control-nav {\n  display: none;\n}\nhtml[xmlns] .slides {\n  display: block;\n}\n* html .slides {\n  height: 1%;\n}\n.no-js .slides > li:first-child {\n  display: block;\n}\n.flex-viewport {\n  max-height: 2000px;\n  -webkit-transition: all 1s ease;\n  -moz-transition: all 1s ease;\n  transition: all 1s ease;\n}\n.loading .flex-viewport {\n  max-height: 300px;\n}\n.post-nav,\n.current_posts_info {\n  padding: 5px 10px;\n  position: relative;\n}\n.post-nav a,\n.current_posts_info a {\n  text-decoration: none;\n}\n.post-nav a:hover,\n.current_posts_info a:hover {\n  opacity: .7;\n}\n.post-nav .previous a,\n.current_posts_info .previous a {\n  float: left;\n}\n.post-nav .next a,\n.current_posts_info .next a {\n  float: right;\n  text-align: right;\n}\n.post-nav .previous i,\n.post-nav .next i,\n.current_posts_info .previous i,\n.current_posts_info .next i {\n  margin: 0 5px;\n}\n.post-nav .previous a,\n.post-nav .next a,\n.current_posts_info .previous a,\n.current_posts_info .next a {\n  line-height: 16px;\n  display: block;\n}\n.wp-caption {\n  text-align: center;\n  padding: 8px 4px 4px;\n  border-radius: 3px;\n  max-width: 98%;\n  margin-bottom: 1em;\n  background-color: #f6f6f6;\n  border: 1px solid #dddddd;\n}\n.wp-caption .wp-caption-text {\n  font-size: 11px;\n  line-height: 16px;\n  text-align: center;\n  margin: 0;\n  padding: 6px 0 2px;\n}\n.wp-caption img {\n  display: inline-block;\n  margin: 0;\n  padding: 2px;\n  border: 0 none;\n  background: rgba(255,255,255,0.6);\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  -ms-box-sizing: border-box;\n  box-sizing: border-box;\n}\n.wp-caption .wp-caption-dd {\n  font-size: 11px;\n  line-height: 17px;\n  padding: 0 4px 5px;\n  margin: 0;\n}\n#wp-calendar {\n  overflow: hidden;\n  padding: 0;\n  text-align: center;\n  padding: 8px 15px;\n  margin: 0;\n  margin-top: 5px;\n  width: 100%;\n  border-collapse: collapse;\n}\n#wp-calendar thead th,\n#wp-calendar caption {\n  background-color: #f2f2f2;\n  color: rgba(0,0,0,0.6);\n}\n#wp-calendar caption {\n  background-color: #f2f2f2;\n  font-size: .9em;\n  padding: 2px;\n  font-weight: normal;\n  font-weight: bold;\n}\n#wp-calendar thead th {\n  background-color: #f6f6f6;\n  padding: 2px;\n  font-size: .9em;\n}\n#wp-calendar td {\n  padding: 4px 8px;\n}\n#wp-calendar #today {\n  background-color: #f2f2f2;\n  font-weight: bold;\n}\n.widget {\n  margin: 0;\n  margin-bottom: 15px;\n  overflow: hidden;\n}\n.widget .widget-title,\n.widget .widgettitle {\n  text-align: left;\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n  font-weight: 600;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n  font-size: 12px;\n  line-height: 20px;\n  margin-bottom: 5px;\n}\n.widget .widget-title > a,\n.widget .widgettitle > a {\n  color: inherit;\n}\n.widget .widget-pad {\n  padding: 10px;\n}\n.widget .tagcloud {\n  padding: .7em;\n  line-height: 1.4em;\n}\n.widget.widget_search .widget-title {\n  margin-bottom: 10px;\n}\n.widget.widget_archive .postform,\n.widget.widget_categories .postform {\n  margin: 10px 10px;\n}\n.widget.widget_recent_comments li {\n  padding: 4px;\n}\n.widget .textwidget {\n  font-size: 11.9px;\n}\n.widget .textwidget > p,\n.widget .textwidget > address,\n.widget .textwidget > blockquote {\n  margin: 1em 0;\n}\n.widget .textwidget > p:first-child,\n.widget .textwidget > address:first-child,\n.widget .textwidget > blockquote:first-child {\n  margin-top: 0;\n}\n.widget .textwidget > p:last-child,\n.widget .textwidget > address:last-child,\n.widget .textwidget > blockquote:last-child {\n  margin-bottom: 0;\n}\n.widget ul {\n  font-size: 11.9px;\n}\n.widget ul.sub-menu {\n  margin: 0px;\n}\n.widget li {\n  padding: 8px 0px;\n  list-style: none;\n  margin: 0;\n  border-bottom-width: 1px;\n  border-bottom-style: solid;\n  border-color: #f2f2f2;\n  display: block;\n}\n.widget li li {\n  padding: 0px;\n  border: none;\n  margin: 8px 0 8px 15px;\n}\n.widget .tags-list a {\n  display: inline-block;\n  border: 1px solid rgba(0,0,0,0.1);\n  margin: 0 3px 3px 0;\n  padding: 1px 5px;\n  -webkit-border-radius: 2px;\n  -moz-border-radius: 2px;\n  border-radius: 2px;\n}\nul.sidebar_widgets {\n  list-style-type: none;\n}\nul.sidebar_widgets li:first-child > h2 {\n  margin-top: 0;\n}\n.wp-comments {\n  margin: 1em 0 0;\n  padding-top: 40px;\n  margin-top: -40px;\n}\n.wp-comments .wp-comments-pad {\n  padding: 10px 0;\n}\n#respond {\n  margin: 21.7px;\n  text-align: left;\n}\n#respond #reply-title {\n  font-size: 25px;\n}\n#respond #commentform {\n  margin-top: 10px;\n}\n#respond #commentform p {\n  margin: 0 0 10px;\n}\n#respond #commentform small {\n  font-size: 90%;\n}\n#respond #commentform input[type=\"text\"] {\n  display: block;\n}\n#respond #commentform textarea {\n  height: 140px;\n}\n#respond #commentform #submit {\n  display: inline;\n}\n#respond #commentform .required {\n  color: rgba(0,0,0,0.6);\n}\n#respond #commentform p.logged-in-as,\n#respond #commentform p.comment-form-comment,\n#respond #commentform p.form-submit {\n  margin: .3em 0;\n}\n#respond #commentform p.comment-form-comment {\n  margin: .8em 0;\n}\np.form-allowed-tags {\n  width: auto;\n  margin-bottom: 1.6em;\n  font-size: .85em;\n}\np.form-allowed-tags code {\n  background: transparent;\n  border: none;\n  display: block;\n  font-size: 10px;\n  line-height: 1.4em;\n  margin: 0 0 10px;\n  padding: 0;\n}\n.nocommentform {\n  display: none;\n}\n#comments-title {\n  font-size: 25px;\n}\n.wp-comments h3 {\n  font-size: 25px;\n}\n.wp-comments .commentlist {\n  list-style-type: none;\n  margin: 10px 0px 10px 18px;\n  line-height: 1.6em;\n}\n.wp-comments .commentlist > .comment {\n  padding-left: 80px;\n  border-bottom: 1px dashed #e9e9e9;\n}\n.wp-comments .commentlist p {\n  margin: 0 0 1em;\n}\n.wp-comments .commentlist li {\n  padding: 20px;\n}\n.wp-comments .commentlist li ul li {\n  padding: 15px 0;\n}\n.wp-comments .commentlist img.avatar {\n  float: left;\n  margin-left: -75px;\n  position: relative;\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  -ms-box-sizing: border-box;\n  box-sizing: border-box;\n}\n.wp-comments .commentlist cite {\n  font-weight: bold;\n  font-style: normal;\n}\n.wp-comments .commentlist .comment-author {\n  font-size: 1.1em;\n}\n.wp-comments .commentlist .comment-awaiting-moderation {\n  opacity: .7;\n  padding: 0 5px;\n  display: inline-block;\n  margin: 4px 0 8px 0;\n}\n.wp-comments .commentlist .comment-meta {\n  margin: 0 0 21.7px;\n  display: block;\n  font-size: 11px;\n  line-height: 14px;\n}\n.wp-comments .commentlist .comment-meta a {\n  color: inherit;\n  opacity: .7;\n}\n.wp-comments .commentlist ul.children {\n  list-style-type: none;\n}\n.wp-comments .commentlist ul.children .comment-body {\n  padding-left: 50px;\n}\n.wp-comments .commentlist ul.children img.avatar {\n  width: 40px;\n  margin-top: 0;\n  margin-left: -50px;\n  color: inherit;\n  opacity: .7;\n}\n#multisite_area {\n  font-size: 1.1em;\n  line-height: 1.63em;\n}\n#multisite_area .mu_register {\n  width: auto;\n}\n#multisite_area .mu_register input[type=\"text\"] {\n  height: auto;\n  font-size: 35px;\n  background: #f6f6f6;\n  padding: 7px 6px;\n}\n#multisite_area .mu_register input[type=\"submit\"] {\n  width: auto;\n  padding: 8px 18px;\n  font-size: 14px;\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n}\n#multisite_area .mu_register h1,\n#multisite_area .mu_register h2,\n#multisite_area .mu_register h3 {\n  margin: 1em 0 .5em 0;\n}\n#multisite_area .mu_register > h2 {\n  font-size: 28px;\n}\n#multisite_area .mu_register ul {\n  padding-left: 25px;\n  list-style-type: none;\n}\n#multisite_area .mu_register p {\n  font-size: 16px;\n  line-height: 1.6em;\n}\n#multisite_area .mu_register p.submit,\n#multisite_area .mu_register p.submit:hover,\n#multisite_area .mu_register p.submit:active {\n  background: none;\n  border: none;\n  box-shadow: none;\n  padding: 0;\n}\n#multisite_area .mu_alert {\n  margin: 1em 0;\n  font-weight: normal;\n}\n.gform_wrapper input[type=text],\n.gform_wrapper input[type=url],\n.gform_wrapper input[type=email],\n.gform_wrapper input[type=tel],\n.gform_wrapper input[type=number],\n.gform_wrapper input[type=password] {\n  font-size: 16px;\n  padding: 5px;\n}\n#wpadminbar {\n  min-width: 800px;\n}\n#wpadminbar .pl-admin-bar-label {\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n  font-size: .846em;\n  font-weight: bold;\n  line-height: 14px;\n  color: #fff;\n  vertical-align: baseline;\n  white-space: nowrap;\n  text-shadow: 0 -1px 0 rgba(0,0,0,0.35);\n  padding: 3px 4px 2px;\n  -webkit-border-radius: 3px;\n  -moz-border-radius: 3px;\n  border-radius: 3px;\n}\n.screen-reader-text {\n  display: none;\n}\n#wpstats {\n  width: 0px;\n  height: 0px;\n  overflow: hidden;\n}\n.fb-like {\n  margin-right: 20px;\n  vertical-align: top;\n}\n.fb-like > span {\n  vertical-align: top !important;\n}\n#page .widget_wp125 {\n  padding: 0;\n}\n#page .widget_wp125.widget {\n  border: none;\n  padding: 0;\n  margin: 0 0 1em 0;\n}\n#page .widget_wp125.widget .wtitle {\n  display: none;\n}\n#page .widget_wp125.widget .winner {\n  padding: 0;\n  line-height: 1px;\n}\n#page .widget_wp125 .winner {\n  width: 100%;\n}\n#page .widget_wp125 .wp125ad {\n  padding: 0;\n  width: auto;\n  float: left;\n  max-width: 50%;\n}\n#page .widget_wp125 .wp125ad a {\n  margin: 6px;\n  padding: 5px;\n  margin: 2px 5px 5px 5px;\n  display: inline-block;\n  border: 1px solid transparent;\n  background: #e9e9e9;\n  border: 1px solid #f4f4f4;\n  box-shadow: 0 1px 2px rgba(0,0,0,0.4);\n}\n#page .widget_wp125 .wp125ad a img {\n  width: 125px;\n  height: auto;\n  display: block;\n  box-shadow: 0 1px 2px #fefefe;\n}\n#page .widget_wp125 .wp125ad a:hover {\n  background: #f4f4f4;\n}\n.widget ul.twitter .twitter-item {\n  font-weight: normal;\n  font-style: italic;\n  margin-bottom: .4em;\n  font-size: .9em;\n}\n.typekit-badge {\n  display: none !important;\n}\n.widget_flickrRSS.widget ul {\n  margin: 7px 0px 0px 0px;\n}\n.widget_flickrRSS.widget ul li {\n  display: inline-block;\n  padding: 0;\n  margin: 0;\n  border-bottom: none;\n}\n.widget_flickrRSS a {\n  display: inline-block;\n  margin: 8px 12px 2px 5px;\n}\n.widget_flickrRSS a img {\n  display: block;\n  font-size: 10px;\n  border-width: 0px 1px 1px 0px;\n  border-style: solid;\n  padding: 3px;\n}\n.widget_flickrRSS a img,\n.srp-widget-thmblink {\n  background: #e9e9e9;\n  border: 1px solid #f4f4f4;\n  box-shadow: 0 1px 2px rgba(0,0,0,0.4);\n}\n.widget_flickrRSS a img:hover {\n  background: #f4f4f4;\n}\n.widget div.srp-widget-singlepost {\n  border-bottom: 1px solid #f2f2f2;\n  font-size: .85em;\n  margin: 0;\n  padding: 1.2em 0;\n}\n.widget .srp-widget-title-link {\n  font-size: .9em;\n  line-height: 1.2em;\n}\n.widget .srp-widget-date {\n  color: rgba(0,0,0,0.6);\n}\n.widget div.srp-thumbnail-box {\n  padding-right: 15px;\n}\n.srp-widget-excerpt {\n  line-height: 1.5em;\n}\n.srp-widget-thmblink {\n  display: block;\n  padding: 3px;\n  text-decoration: none;\n  border: none;\n  text-shadow: none;\n  width: 50px;\n}\n.srp-widget-thmblink img {\n  display: block;\n}\n#site #dsq-content {\n  text-shadow: none;\n}\n#site #dsq-content a {\n  text-shadow: none;\n}\n#site #dsq-content .dsq-request-user-info td a {\n  font-weight: normal;\n  font-size: 1.2em;\n  color: #000000;\n}\n#site #dsq-content .dsq-brlink {\n  display: none;\n}\n#site #dsq-content .dsq-request-user-info td small a {\n  font-style: italic;\n}\n#site #dsq-content h3 {\n  line-height: 1.5em;\n  margin-bottom: 1em;\n  border-color: #f2f2f2;\n}\n.cform input {\n  padding: 5px;\n  font-size: 1.1em;\n}\n.cform fieldset {\n  border: none;\n}\n.cform input[type=\"text\"].cf_error:focus {\n  border-color: rgba(82,168,236,0.8);\n}\n.cform label {\n  display: block;\n  margin: 0;\n  text-align: left;\n}\n.cform legend {\n  display: none;\n}\n.cform .contentcontainer  .cform {\n  margin: 5px 50px;\n  padding: 0px 0;\n}\n.cform ol,\n.cform li {\n  list-style-type: none;\n  margin: 0;\n  padding: 0;\n}\n.cform li {\n  margin-bottom: .7em;\n}\n.cform .single {\n  width: 97%;\n}\n.cform .area {\n  width: 97%;\n}\n.cform .emailreqtxt,\n.cform .reqtxt {\n  font-style: italic;\n}\n.cform .cf_hidden {\n  display: none;\n}\n.cform .success {\n  padding: 15px;\n  margin-bottom: .5em;\n  font-size: 1.4em;\n  background-color: #f2f2f2;\n}\n.mailinglist .cform ol {\n  width: 262px;\n  float: left;\n}\n.mailinglist .cform .single {\n  width: 97%;\n}\n.mailinglist .cform .sendbutton {\n  margin: 21px 0 0 10px;\n  padding: 3px 0 2px 0;\n}\n.mailinglist .cform .linklove a {\n  display: none;\n}\n#page div.wpcf7-mail-sent-ok {\n  border: 1px solid #cee5bb;\n  background: #dff0d8;\n}\n#page span.wpcf7-not-valid-tip {\n  border: 1px solid #faebcc;\n  background: #fcf8e3;\n}\n#page div.wpcf7-validation-errors {\n  border: 1px solid #ebccd1;\n  background: #f2dede;\n}\n#page div.wpcf7-mail-sent-ok,\n#page span.wpcf7-not-valid-tip,\n#page div.wpcf7-validation-errors {\n  text-shadow: 0 1px 0 rgba(255,255,255,0.8);\n  text-align: center;\n  -webkit-box-shadow: inset 1px 1px 2px rgba(255,255,255,0.5);\n  -moz-box-shadow: inset 1px 1px 2px rgba(255,255,255,0.5);\n  box-shadow: inset 1px 1px 2px rgba(255,255,255,0.5);\n}\n.pagelines-grid {\n  padding: 1%;\n}\n.row,\n.row-fluid,\n.editor-row,\n.row-no-response {\n  width: 100%;\n  *zoom: 1;\n}\n.row:before,\n.row:after,\n.row-fluid:before,\n.row-fluid:after,\n.editor-row:before,\n.editor-row:after,\n.row-no-response:before,\n.row-no-response:after {\n  display: table;\n  content: \"\";\n  line-height: 0;\n}\n.row:after,\n.row-fluid:after,\n.editor-row:after,\n.row-no-response:after {\n  clear: both;\n}\n.row > [class*=\"span\"],\n.row-fluid > [class*=\"span\"],\n.editor-row > [class*=\"span\"],\n.row-no-response > [class*=\"span\"] {\n  float: left;\n  margin-left: 2.127659574%;\n  margin-bottom: 21.7px;\n}\n.row.no-row-space > [class*=\"span\"],\n.row-fluid.no-row-space > [class*=\"span\"],\n.editor-row.no-row-space > [class*=\"span\"],\n.row-no-response.no-row-space > [class*=\"span\"] {\n  margin-bottom: 0;\n}\n.row.row-closed > [class*=\"span\"],\n.row.row-set > [class*=\"span\"],\n.row-fluid.row-closed > [class*=\"span\"],\n.row-fluid.row-set > [class*=\"span\"],\n.editor-row.row-closed > [class*=\"span\"],\n.editor-row.row-set > [class*=\"span\"],\n.row-no-response.row-closed > [class*=\"span\"],\n.row-no-response.row-set > [class*=\"span\"] {\n  margin-left: 0;\n  margin-bottom: 0;\n}\n.row.row-closed.with-gutter .span-wrap,\n.row.row-set.with-gutter .span-wrap,\n.row-fluid.row-closed.with-gutter .span-wrap,\n.row-fluid.row-set.with-gutter .span-wrap,\n.editor-row.row-closed.with-gutter .span-wrap,\n.editor-row.row-set.with-gutter .span-wrap,\n.row-no-response.row-closed.with-gutter .span-wrap,\n.row-no-response.row-set.with-gutter .span-wrap {\n  padding: 10px;\n}\n.row.row-squared .span12,\n.row-fluid.row-squared .span12,\n.editor-row.row-squared .span12,\n.row-no-response.row-squared .span12 {\n  padding-bottom: 99.99999999%;\n}\n.row.row-squared .span11,\n.row-fluid.row-squared .span11,\n.editor-row.row-squared .span11,\n.row-no-response.row-squared .span11 {\n  padding-bottom: 91.489361693%;\n}\n.row.row-squared .span10,\n.row-fluid.row-squared .span10,\n.editor-row.row-squared .span10,\n.row-no-response.row-squared .span10 {\n  padding-bottom: 82.978723396%;\n}\n.row.row-squared .span9,\n.row-fluid.row-squared .span9,\n.editor-row.row-squared .span9,\n.row-no-response.row-squared .span9 {\n  padding-bottom: 74.468085099%;\n}\n.row.row-squared .span8,\n.row-fluid.row-squared .span8,\n.editor-row.row-squared .span8,\n.row-no-response.row-squared .span8 {\n  padding-bottom: 65.957446802%;\n}\n.row.row-squared .span7,\n.row-fluid.row-squared .span7,\n.editor-row.row-squared .span7,\n.row-no-response.row-squared .span7 {\n  padding-bottom: 57.446808505%;\n}\n.row.row-squared .span6,\n.row-fluid.row-squared .span6,\n.editor-row.row-squared .span6,\n.row-no-response.row-squared .span6 {\n  padding-bottom: 48.936170208%;\n}\n.row.row-squared .span5,\n.row-fluid.row-squared .span5,\n.editor-row.row-squared .span5,\n.row-no-response.row-squared .span5 {\n  padding-bottom: 40.425531911%;\n}\n.row.row-squared .span4,\n.row-fluid.row-squared .span4,\n.editor-row.row-squared .span4,\n.row-no-response.row-squared .span4 {\n  padding-bottom: 31.914893614%;\n}\n.row.row-squared .span3,\n.row-fluid.row-squared .span3,\n.editor-row.row-squared .span3,\n.row-no-response.row-squared .span3 {\n  padding-bottom: 23.404255317%;\n}\n.row.row-squared .span2,\n.row-fluid.row-squared .span2,\n.editor-row.row-squared .span2,\n.row-no-response.row-squared .span2 {\n  padding-bottom: 14.89361702%;\n}\n.row.row-squared .span1,\n.row-fluid.row-squared .span1,\n.editor-row.row-squared .span1,\n.row-no-response.row-squared .span1 {\n  padding-bottom: 6.382978723%;\n}\n.row.row-closed > .span1,\n.row-fluid.row-closed > .span1,\n.editor-row.row-closed > .span1,\n.row-no-response.row-closed > .span1 {\n  width: 8.333333333%;\n}\n.row.row-closed > .span2,\n.row-fluid.row-closed > .span2,\n.editor-row.row-closed > .span2,\n.row-no-response.row-closed > .span2 {\n  width: 16.666666666%;\n}\n.row.row-closed > .span3,\n.row-fluid.row-closed > .span3,\n.editor-row.row-closed > .span3,\n.row-no-response.row-closed > .span3 {\n  width: 25%;\n}\n.row.row-closed > .span4,\n.row-fluid.row-closed > .span4,\n.editor-row.row-closed > .span4,\n.row-no-response.row-closed > .span4 {\n  width: 33.33333333%;\n}\n.row.row-closed > .span5,\n.row-fluid.row-closed > .span5,\n.editor-row.row-closed > .span5,\n.row-no-response.row-closed > .span5 {\n  width: 41.6666666%;\n}\n.row.row-closed > .span6,\n.row-fluid.row-closed > .span6,\n.editor-row.row-closed > .span6,\n.row-no-response.row-closed > .span6 {\n  width: 50%;\n}\n.row.row-closed > .span7,\n.row-fluid.row-closed > .span7,\n.editor-row.row-closed > .span7,\n.row-no-response.row-closed > .span7 {\n  width: 58.3333333%;\n}\n.row.row-closed > .span8,\n.row-fluid.row-closed > .span8,\n.editor-row.row-closed > .span8,\n.row-no-response.row-closed > .span8 {\n  width: 66.6666666%;\n}\n.row.row-closed > .span9,\n.row-fluid.row-closed > .span9,\n.editor-row.row-closed > .span9,\n.row-no-response.row-closed > .span9 {\n  width: 75%;\n}\n.row.row-closed > .span10,\n.row-fluid.row-closed > .span10,\n.editor-row.row-closed > .span10,\n.row-no-response.row-closed > .span10 {\n  width: 83.3333333%;\n}\n.row.row-closed > .span11,\n.row-fluid.row-closed > .span11,\n.editor-row.row-closed > .span11,\n.row-no-response.row-closed > .span11 {\n  width: 91.6666666%;\n}\n.row.row-closed > .span12,\n.row-fluid.row-closed > .span12,\n.editor-row.row-closed > .span12,\n.row-no-response.row-closed > .span12 {\n  width: 100%;\n}\n.row.row-closed.row-squared .span1,\n.row-fluid.row-closed.row-squared .span1,\n.editor-row.row-closed.row-squared .span1,\n.row-no-response.row-closed.row-squared .span1 {\n  padding-bottom: 8.333333333%;\n}\n.row.row-closed.row-squared .span2,\n.row-fluid.row-closed.row-squared .span2,\n.editor-row.row-closed.row-squared .span2,\n.row-no-response.row-closed.row-squared .span2 {\n  padding-bottom: 16.666666666%;\n}\n.row.row-closed.row-squared .span3,\n.row-fluid.row-closed.row-squared .span3,\n.editor-row.row-closed.row-squared .span3,\n.row-no-response.row-closed.row-squared .span3 {\n  padding-bottom: 25%;\n}\n.row.row-closed.row-squared .span4,\n.row-fluid.row-closed.row-squared .span4,\n.editor-row.row-closed.row-squared .span4,\n.row-no-response.row-closed.row-squared .span4 {\n  padding-bottom: 33.33333333%;\n}\n.row.row-closed.row-squared .span5,\n.row-fluid.row-closed.row-squared .span5,\n.editor-row.row-closed.row-squared .span5,\n.row-no-response.row-closed.row-squared .span5 {\n  padding-bottom: 41.6666666%;\n}\n.row.row-closed.row-squared .span6,\n.row-fluid.row-closed.row-squared .span6,\n.editor-row.row-closed.row-squared .span6,\n.row-no-response.row-closed.row-squared .span6 {\n  padding-bottom: 50%;\n}\n.row.row-closed.row-squared .span7,\n.row-fluid.row-closed.row-squared .span7,\n.editor-row.row-closed.row-squared .span7,\n.row-no-response.row-closed.row-squared .span7 {\n  padding-bottom: 58.3333333%;\n}\n.row.row-closed.row-squared .span8,\n.row-fluid.row-closed.row-squared .span8,\n.editor-row.row-closed.row-squared .span8,\n.row-no-response.row-closed.row-squared .span8 {\n  padding-bottom: 66.6666666%;\n}\n.row.row-closed.row-squared .span9,\n.row-fluid.row-closed.row-squared .span9,\n.editor-row.row-closed.row-squared .span9,\n.row-no-response.row-closed.row-squared .span9 {\n  padding-bottom: 75%;\n}\n.row.row-closed.row-squared .span10,\n.row-fluid.row-closed.row-squared .span10,\n.editor-row.row-closed.row-squared .span10,\n.row-no-response.row-closed.row-squared .span10 {\n  padding-bottom: 83.3333333%;\n}\n.row.row-closed.row-squared .span11,\n.row-fluid.row-closed.row-squared .span11,\n.editor-row.row-closed.row-squared .span11,\n.row-no-response.row-closed.row-squared .span11 {\n  padding-bottom: 91.6666666%;\n}\n.row.row-closed.row-squared .span12,\n.row-fluid.row-closed.row-squared .span12,\n.editor-row.row-closed.row-squared .span12,\n.row-no-response.row-closed.row-squared .span12 {\n  padding-bottom: 100%;\n}\n.row > [class*=\"span\"]:first-child,\n.row > section:first-of-type,\n.row .sortable-first,\n.row-fluid > [class*=\"span\"]:first-child,\n.row-fluid > section:first-of-type,\n.row-fluid .sortable-first,\n.editor-row > [class*=\"span\"]:first-child,\n.editor-row > section:first-of-type,\n.editor-row .sortable-first,\n.row-no-response > [class*=\"span\"]:first-child,\n.row-no-response > section:first-of-type,\n.row-no-response .sortable-first {\n  margin-left: 0;\n  clear: both;\n}\n.row .span12,\n.row-fluid .span12,\n.editor-row .span12,\n.row-no-response .span12 {\n  width: 99.99999999%;\n}\n.row .span11,\n.row-fluid .span11,\n.editor-row .span11,\n.row-no-response .span11 {\n  width: 91.489361693%;\n}\n.row .span10,\n.row-fluid .span10,\n.editor-row .span10,\n.row-no-response .span10 {\n  width: 82.978723396%;\n}\n.row .span9,\n.row-fluid .span9,\n.editor-row .span9,\n.row-no-response .span9 {\n  width: 74.468085099%;\n}\n.row .span8,\n.row-fluid .span8,\n.editor-row .span8,\n.row-no-response .span8 {\n  width: 65.957446802%;\n}\n.row .span7,\n.row-fluid .span7,\n.editor-row .span7,\n.row-no-response .span7 {\n  width: 57.446808505%;\n}\n.row .span6,\n.row-fluid .span6,\n.editor-row .span6,\n.row-no-response .span6 {\n  width: 48.936170208%;\n}\n.row .span5,\n.row-fluid .span5,\n.editor-row .span5,\n.row-no-response .span5 {\n  width: 40.425531911%;\n}\n.row .span4,\n.row-fluid .span4,\n.editor-row .span4,\n.row-no-response .span4 {\n  width: 31.914893614%;\n}\n.row .span3,\n.row-fluid .span3,\n.editor-row .span3,\n.row-no-response .span3 {\n  width: 23.404255317%;\n}\n.row .span2,\n.row-fluid .span2,\n.editor-row .span2,\n.row-no-response .span2 {\n  width: 14.89361702%;\n}\n.row .span1,\n.row-fluid .span1,\n.editor-row .span1,\n.row-no-response .span1 {\n  width: 6.382978723%;\n}\n.row .offset12,\n.row-fluid .offset12,\n.editor-row .offset12,\n.row-no-response .offset12 {\n  margin-left: 104.255319138%;\n}\n.row .offset12.sortable-first,\n.row .offset12:first-child,\n.row-fluid .offset12.sortable-first,\n.row-fluid .offset12:first-child,\n.editor-row .offset12.sortable-first,\n.editor-row .offset12:first-child,\n.row-no-response .offset12.sortable-first,\n.row-no-response .offset12:first-child {\n  margin-left: 102.127659564%;\n}\n.row .offset11,\n.row-fluid .offset11,\n.editor-row .offset11,\n.row-no-response .offset11 {\n  margin-left: 95.744680841%;\n}\n.row .offset11.sortable-first,\n.row .offset11:first-child,\n.row-fluid .offset11.sortable-first,\n.row-fluid .offset11:first-child,\n.editor-row .offset11.sortable-first,\n.editor-row .offset11:first-child,\n.row-no-response .offset11.sortable-first,\n.row-no-response .offset11:first-child {\n  margin-left: 93.617021267%;\n}\n.row .offset10,\n.row-fluid .offset10,\n.editor-row .offset10,\n.row-no-response .offset10 {\n  margin-left: 87.234042544%;\n}\n.row .offset10.sortable-first,\n.row .offset10:first-child,\n.row-fluid .offset10.sortable-first,\n.row-fluid .offset10:first-child,\n.editor-row .offset10.sortable-first,\n.editor-row .offset10:first-child,\n.row-no-response .offset10.sortable-first,\n.row-no-response .offset10:first-child {\n  margin-left: 85.10638297%;\n}\n.row .offset9,\n.row-fluid .offset9,\n.editor-row .offset9,\n.row-no-response .offset9 {\n  margin-left: 78.723404247%;\n}\n.row .offset9.sortable-first,\n.row .offset9:first-child,\n.row-fluid .offset9.sortable-first,\n.row-fluid .offset9:first-child,\n.editor-row .offset9.sortable-first,\n.editor-row .offset9:first-child,\n.row-no-response .offset9.sortable-first,\n.row-no-response .offset9:first-child {\n  margin-left: 76.595744673%;\n}\n.row .offset8,\n.row-fluid .offset8,\n.editor-row .offset8,\n.row-no-response .offset8 {\n  margin-left: 70.21276595%;\n}\n.row .offset8.sortable-first,\n.row .offset8:first-child,\n.row-fluid .offset8.sortable-first,\n.row-fluid .offset8:first-child,\n.editor-row .offset8.sortable-first,\n.editor-row .offset8:first-child,\n.row-no-response .offset8.sortable-first,\n.row-no-response .offset8:first-child {\n  margin-left: 68.085106376%;\n}\n.row .offset7,\n.row-fluid .offset7,\n.editor-row .offset7,\n.row-no-response .offset7 {\n  margin-left: 61.702127653%;\n}\n.row .offset7.sortable-first,\n.row .offset7:first-child,\n.row-fluid .offset7.sortable-first,\n.row-fluid .offset7:first-child,\n.editor-row .offset7.sortable-first,\n.editor-row .offset7:first-child,\n.row-no-response .offset7.sortable-first,\n.row-no-response .offset7:first-child {\n  margin-left: 59.574468079%;\n}\n.row .offset6,\n.row-fluid .offset6,\n.editor-row .offset6,\n.row-no-response .offset6 {\n  margin-left: 53.191489356%;\n}\n.row .offset6.sortable-first,\n.row .offset6:first-child,\n.row-fluid .offset6.sortable-first,\n.row-fluid .offset6:first-child,\n.editor-row .offset6.sortable-first,\n.editor-row .offset6:first-child,\n.row-no-response .offset6.sortable-first,\n.row-no-response .offset6:first-child {\n  margin-left: 51.063829782%;\n}\n.row .offset5,\n.row-fluid .offset5,\n.editor-row .offset5,\n.row-no-response .offset5 {\n  margin-left: 44.680851059%;\n}\n.row .offset5.sortable-first,\n.row .offset5:first-child,\n.row-fluid .offset5.sortable-first,\n.row-fluid .offset5:first-child,\n.editor-row .offset5.sortable-first,\n.editor-row .offset5:first-child,\n.row-no-response .offset5.sortable-first,\n.row-no-response .offset5:first-child {\n  margin-left: 42.553191485%;\n}\n.row .offset4,\n.row-fluid .offset4,\n.editor-row .offset4,\n.row-no-response .offset4 {\n  margin-left: 36.170212762%;\n}\n.row .offset4.sortable-first,\n.row .offset4:first-child,\n.row-fluid .offset4.sortable-first,\n.row-fluid .offset4:first-child,\n.editor-row .offset4.sortable-first,\n.editor-row .offset4:first-child,\n.row-no-response .offset4.sortable-first,\n.row-no-response .offset4:first-child {\n  margin-left: 34.042553188%;\n}\n.row .offset3,\n.row-fluid .offset3,\n.editor-row .offset3,\n.row-no-response .offset3 {\n  margin-left: 27.659574465%;\n}\n.row .offset3.sortable-first,\n.row .offset3:first-child,\n.row-fluid .offset3.sortable-first,\n.row-fluid .offset3:first-child,\n.editor-row .offset3.sortable-first,\n.editor-row .offset3:first-child,\n.row-no-response .offset3.sortable-first,\n.row-no-response .offset3:first-child {\n  margin-left: 25.531914891%;\n}\n.row .offset2,\n.row-fluid .offset2,\n.editor-row .offset2,\n.row-no-response .offset2 {\n  margin-left: 19.148936168%;\n}\n.row .offset2.sortable-first,\n.row .offset2:first-child,\n.row-fluid .offset2.sortable-first,\n.row-fluid .offset2:first-child,\n.editor-row .offset2.sortable-first,\n.editor-row .offset2:first-child,\n.row-no-response .offset2.sortable-first,\n.row-no-response .offset2:first-child {\n  margin-left: 17.021276594%;\n}\n.row .offset1,\n.row-fluid .offset1,\n.editor-row .offset1,\n.row-no-response .offset1 {\n  margin-left: 10.638297871%;\n}\n.row .offset1.sortable-first,\n.row .offset1:first-child,\n.row-fluid .offset1.sortable-first,\n.row-fluid .offset1:first-child,\n.editor-row .offset1.sortable-first,\n.editor-row .offset1:first-child,\n.row-no-response .offset1.sortable-first,\n.row-no-response .offset1:first-child {\n  margin-left: 8.510638297%;\n}\n.alert {\n  padding: 8px 35px 8px 14px;\n  margin-bottom: 10px;\n  text-shadow: 0 1px 0 rgba(255,255,255,0.5);\n  background-color: rgba(0,0,0,0.05);\n  border-left: 5px solid #337EFF;\n}\n.alert .close {\n  position: relative;\n  top: -2px;\n  right: -21px;\n  line-height: 18px;\n  font-size: 22px;\n  color: inherit;\n  opacity: .4;\n}\n.alert p {\n  margin: 0;\n}\n.alert .btn-mini {\n  vertical-align: top;\n}\n.alert-heading {\n  color: inherit;\n}\nh2.alert-heading,\nh3.alert-heading,\nh4.alert-heading,\nh5.alert-heading,\nh6.alert-heading {\n  margin: 0 auto 0.25em;\n}\n.alert-warning {\n  background-color: #fcf8e3;\n  border-color: #faebcc;\n  color: #453404;\n}\n.alert-success {\n  background-color: #dff0d8;\n  border-color: #cee5bb;\n  color: #468847;\n}\n.alert-important,\n.alert-error {\n  background-color: #f2dede;\n  border-color: #ebccd1;\n  color: #b94a48;\n}\n.alert-info {\n  background-color: #d9edf7;\n  border-color: #afd9ee;\n  color: #3a87ad;\n}\n.alert-block {\n  padding-top: 14px;\n  padding-bottom: 14px;\n}\n.alert-block > p,\n.alert-block > ul {\n  margin-bottom: 0;\n}\n.alert-block p + p {\n  margin-top: 5px;\n}\n.label,\n.badge {\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n  font-size: .846em;\n  font-weight: bold;\n  line-height: 14px;\n  vertical-align: baseline;\n  white-space: nowrap;\n}\n.label {\n  padding: 1px 4px 2px;\n  border-radius: 3px;\n}\n.badge {\n  padding: 1px 9px 2px;\n  border-radius: 9px;\n}\nbody a.label:hover,\nbody a.badge:hover {\n  color: #fff;\n  text-decoration: none;\n  cursor: pointer;\n}\n.label-important,\n.label-warning,\n.label-success,\n.label-info,\n.label-inverse,\n.badge-important,\n.badge-warning,\n.badge-success,\n.badge-info,\n.badge-inverse {\n  color: #fff;\n}\n.label-important,\n.badge-important {\n  background-color: #f04831;\n}\n.label-important[href]:hover,\n.badge-important[href]:hover {\n  background-color: #de2910;\n}\n.label-warning,\n.badge-warning {\n  background-color: #f6653c;\n}\n.label-warning[href]:hover,\n.badge-warning[href]:hover {\n  background-color: #f43f0b;\n}\n.label-success,\n.badge-success {\n  background-color: #468847;\n}\n.label-success[href]:hover,\n.badge-success[href]:hover {\n  background-color: #356635;\n}\n.label-info,\n.badge-info {\n  background-color: #2a7dea;\n}\n.label-info[href]:hover,\n.badge-info[href]:hover {\n  background-color: #1464cd;\n}\n.label-inverse,\n.badge-inverse {\n  background-color: #333;\n}\n.label-inverse[href]:hover,\n.badge-inverse[href]:hover {\n  background-color: #1a1a1a;\n}\n.btn .label,\n.btn .badge {\n  position: relative;\n  top: -1px;\n}\n.btn-mini .label,\n.btn-mini .badge {\n  top: 0;\n}\n.tooltip {\n  position: absolute;\n  z-index: 1035;\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n  display: block;\n  visibility: visible;\n  padding: 5px;\n  font-size: 11px;\n  opacity: 0;\n}\n.tooltip.in {\n  opacity: .8;\n}\n.tooltip.top {\n  margin-top: -2px;\n}\n.tooltip.right {\n  margin-left: 2px;\n}\n.tooltip.bottom {\n  margin-top: 2px;\n}\n.tooltip.left {\n  margin-left: -2px;\n}\n.tooltip.top .tooltip-arrow {\n  bottom: 0;\n  left: 50%;\n  margin-left: -5px;\n  border-left: 5px solid transparent;\n  border-right: 5px solid transparent;\n  border-top: 5px solid #000;\n}\n.tooltip.left .tooltip-arrow {\n  top: 50%;\n  right: 0;\n  margin-top: -5px;\n  border-top: 5px solid transparent;\n  border-bottom: 5px solid transparent;\n  border-left: 5px solid #000;\n}\n.tooltip.bottom .tooltip-arrow {\n  top: 0;\n  left: 50%;\n  margin-left: -5px;\n  border-left: 5px solid transparent;\n  border-right: 5px solid transparent;\n  border-bottom: 5px solid #000;\n}\n.tooltip.right .tooltip-arrow {\n  top: 50%;\n  left: 0;\n  margin-top: -5px;\n  border-top: 5px solid transparent;\n  border-bottom: 5px solid transparent;\n  border-right: 5px solid #000;\n}\n.tooltip-inner {\n  font-weight: normal;\n  max-width: 300px;\n  padding: 3px 8px;\n  color: #fff;\n  text-shadow: none;\n  text-align: center;\n  text-decoration: none;\n  background-color: #000;\n  -webkit-border-radius: 4px;\n  -moz-border-radius: 4px;\n  border-radius: 4px;\n  white-space: nowrap;\n}\n.tooltip-arrow {\n  position: absolute;\n  width: 0;\n  height: 0;\n}\n.popover {\n  position: absolute;\n  top: 0;\n  left: 0;\n  z-index: 1035;\n  display: none;\n  width: 236px;\n  padding: 1px;\n  background-color: #fff;\n  -webkit-background-clip: padding-box;\n  -moz-background-clip: padding;\n  background-clip: padding-box;\n  border: 1px solid #ccc;\n  border: 1px solid rgba(0,0,0,0.2);\n  -webkit-border-radius: 6px;\n  -moz-border-radius: 6px;\n  border-radius: 6px;\n  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);\n  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);\n  box-shadow: 0 5px 10px rgba(0,0,0,0.2);\n}\n.popover.top {\n  margin-top: -10px;\n}\n.popover.right {\n  margin-left: 10px;\n}\n.popover.bottom {\n  margin-top: 10px;\n}\n.popover.left {\n  margin-left: -10px;\n}\n.popover .popover-title {\n  margin: 0;\n  padding: 8px 14px;\n  font-size: 14px;\n  font-weight: normal;\n  line-height: 18px;\n  background-color: #f7f7f7;\n  border-bottom: 1px solid #ebebeb;\n  -webkit-border-radius: 5px 5px 0 0;\n  -moz-border-radius: 5px 5px 0 0;\n  border-radius: 5px 5px 0 0;\n}\n.popover-content {\n  padding: 9px 14px;\n}\n.popover-content p:first-child {\n  margin-top: 0;\n}\n.popover-content p,\n.popover-content ul,\n.popover-content ol {\n  margin-bottom: 0;\n}\n.popover .arrow,\n.popover .arrow:after {\n  position: absolute;\n  display: inline-block;\n  width: 0;\n  height: 0;\n  border-color: transparent;\n  border-style: solid;\n}\n.popover .arrow:after {\n  content: \"\";\n  z-index: -1;\n}\n.popover.top .arrow {\n  bottom: -10px;\n  left: 50%;\n  margin-left: -10px;\n  border-width: 10px 10px 0;\n  border-top-color: #fff;\n}\n.popover.top .arrow:after {\n  border-width: 11px 11px 0;\n  border-top-color: rgba(0,0,0,0.25);\n  bottom: -1px;\n  left: -11px;\n}\n.popover.right .arrow {\n  top: 50%;\n  left: -10px;\n  margin-top: -10px;\n  border-width: 10px 10px 10px 0;\n  border-right-color: #fff;\n}\n.popover.right .arrow:after {\n  border-width: 11px 11px 11px 0;\n  border-right-color: rgba(0,0,0,0.25);\n  bottom: -11px;\n  left: -1px;\n}\n.popover.bottom .arrow {\n  top: -10px;\n  left: 50%;\n  margin-left: -10px;\n  border-width: 0 10px 10px;\n  border-bottom-color: #fff;\n}\n.popover.bottom .arrow:after {\n  border-width: 0 11px 11px;\n  border-bottom-color: rgba(0,0,0,0.25);\n  top: -1px;\n  left: -11px;\n}\n.popover.left .arrow {\n  top: 50%;\n  right: -10px;\n  margin-top: -10px;\n  border-width: 10px 0 10px 10px;\n  border-left-color: #fff;\n}\n.popover.left .arrow:after {\n  border-width: 11px 0 11px 11px;\n  border-left-color: rgba(0,0,0,0.25);\n  bottom: -11px;\n  right: -1px;\n}\n.btn {\n  display: inline-block;\n  padding: 4px 10px 4px;\n  margin-bottom: 0;\n  font-size: 14px;\n  line-height: 20.7px;\n  color: #333;\n  text-align: center;\n  vertical-align: middle;\n  background: #fff;\n  border: 1px solid rgba(0,0,0,0.15);\n  border-radius: 2px;\n  text-transform: uppercase;\n  cursor: pointer;\n  font-weight: 500;\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n  text-shadow: none;\n}\n.btn:hover {\n  color: #333;\n  text-decoration: none;\n  background-color: #f7f7f7;\n  background-position: 0 -25px;\n  color: #000;\n  -webkit-transition: background-position .1s linear;\n  -moz-transition: background-position .1s linear;\n  -ms-transition: background-position .1s linear;\n  transition: background-position .1s linear;\n}\n.btn:focus {\n  outline: thin dotted #333;\n  outline: 5px auto -webkit-focus-ring-color;\n  outline-offset: -2px;\n}\n.btn.active,\n.btn:active {\n  background-image: none;\n  box-shadow: inset 0 2px 2px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);\n  background-color: #e6e6e6;\n  background-color: #d9d9d9 \\9;\n  outline: 0;\n}\n.btn.btn-page {\n  background: #f6f6f6;\n  border: 1px solid #d0d0d0;\n  color: #000000;\n}\n.btn.btn-page:hover {\n  color: #000000;\n  background-color: #e9e9e9;\n}\n.btn.btn-overlay {\n  background: rgba(0,0,0,0.5);\n  border: none;\n  color: #fff;\n}\n.btn.btn-overlay:hover {\n  color: #FFFFFF;\n  background: rgba(51,126,255,0.8);\n}\n.btn.btn-ol-white,\n.btn.btn-ol-black,\n.btn.btn-ol-link {\n  background: transparent;\n  border: 1px solid transparent;\n}\n.btn.btn-ol-white.btn-large,\n.btn.btn-ol-black.btn-large,\n.btn.btn-ol-link.btn-large {\n  padding: 9px 25px;\n  border-width: 2px;\n}\n.btn.btn-ol-white {\n  color: #fff;\n  border-color: rgba(255,255,255,0.6);\n}\n.btn.btn-ol-white:hover {\n  color: #fff;\n  background: rgba(255,255,255,0.1);\n  border-color: 2px solid #ffffff;\n}\n.btn.btn-ol-black {\n  color: rgba(0,0,0,0.4);\n  border-color: rgba(0,0,0,0.3);\n}\n.btn.btn-ol-black:hover {\n  color: rgba(0,0,0,0.7);\n  background: rgba(0,0,0,0.1);\n  border-color: rgba(0,0,0,0.7);\n}\n.btn.btn-ol-link {\n  color: #337EFF;\n  border-color: #337EFF;\n}\n.btn.btn-ol-link:hover {\n  color: #337EFF;\n  border-color: #337EFF;\n  opacity: .8;\n}\na.btn {\n  color: #333;\n}\na.btn:hover {\n  color: #000;\n}\nbody a.btn:hover {\n  text-decoration: none;\n}\n.btn.disabled,\n.btn[disabled] {\n  cursor: default;\n  background-image: none;\n  background-color: #e6e6e6;\n  opacity: .65;\n  box-shadow: none;\n}\n.btn-large {\n  letter-spacing: 2px;\n  padding: 10px 25px;\n  line-height: normal;\n  font-weight: 600;\n  border-radius: 2px;\n}\n.btn-large [class^=\"icon-\"] {\n  margin-top: 1px;\n}\n.btn-small {\n  letter-spacing: 0px;\n  padding: 2px 10px;\n  font-size: 11.9px;\n  -webkit-border-radius: 3px;\n  -moz-border-radius: 3px;\n  border-radius: 3px;\n}\n.btn-small [class^=\"icon-\"],\n.btn-small [class*=\" icon-\"] {\n  margin-top: 0;\n}\n.btn-mini {\n  letter-spacing: 0px;\n  font-weight: 200;\n  padding: 2px 6px;\n  font-size: 11px;\n  line-height: 14px;\n}\n.btn-mini [class^=\"icon-\"],\n.btn-mini [class*=\" icon-\"] {\n  margin-top: -1px;\n}\n.btn-primary,\na.btn-primary,\n.btn-warning,\na.btn-warning,\n.btn-important,\na.btn-important,\n.btn-success,\na.btn-success,\n.btn-info,\na.btn-info,\n.btn-inverse,\na.btn-inverse,\n.btn-edit,\na.btn-edit {\n  color: #fff;\n  border: none;\n  padding: 5px 10px;\n  text-shadow: 0 -1px 0px rgba(0,0,0,0.3);\n  box-shadow: 0px 1px 0px rgba(0,0,0,0.1) inset, 0px 2px 0px rgba(255,255,255,0.15) inset, inset 0px -1px 0px rgba(0,0,0,0.2);\n}\n.btn-primary.btn-large,\na.btn-primary.btn-large,\n.btn-warning.btn-large,\na.btn-warning.btn-large,\n.btn-important.btn-large,\na.btn-important.btn-large,\n.btn-success.btn-large,\na.btn-success.btn-large,\n.btn-info.btn-large,\na.btn-info.btn-large,\n.btn-inverse.btn-large,\na.btn-inverse.btn-large,\n.btn-edit.btn-large,\na.btn-edit.btn-large {\n  padding: 11px 25px;\n}\n.btn-primary.btn-mini,\na.btn-primary.btn-mini,\n.btn-warning.btn-mini,\na.btn-warning.btn-mini,\n.btn-important.btn-mini,\na.btn-important.btn-mini,\n.btn-success.btn-mini,\na.btn-success.btn-mini,\n.btn-info.btn-mini,\na.btn-info.btn-mini,\n.btn-inverse.btn-mini,\na.btn-inverse.btn-mini,\n.btn-edit.btn-mini,\na.btn-edit.btn-mini {\n  padding: 3px 10px;\n}\n.btn-primarya,\n.btn-primary:hover,\na.btn-primarya,\na.btn-primary:hover,\n.btn-warninga,\n.btn-warning:hover,\na.btn-warninga,\na.btn-warning:hover,\n.btn-importanta,\n.btn-important:hover,\na.btn-importanta,\na.btn-important:hover,\n.btn-successa,\n.btn-success:hover,\na.btn-successa,\na.btn-success:hover,\n.btn-infoa,\n.btn-info:hover,\na.btn-infoa,\na.btn-info:hover,\n.btn-inversea,\n.btn-inverse:hover,\na.btn-inversea,\na.btn-inverse:hover,\n.btn-edita,\n.btn-edit:hover,\na.btn-edita,\na.btn-edit:hover {\n  text-shadow: 0 -1px 0px rgba(0,0,0,0.3);\n  color: #fff;\n}\n.btn-primary.active,\na.btn-primary.active,\n.btn-warning.active,\na.btn-warning.active,\n.btn-important.active,\na.btn-important.active,\n.btn-success.active,\na.btn-success.active,\n.btn-info.active,\na.btn-info.active,\n.btn-inverse.active,\na.btn-inverse.active,\n.btn-edit.active,\na.btn-edit.active {\n  color: rgba(255,255,255,0.75);\n}\n.btn-link-color,\na.btn-link-color {\n  border: none;\n  background: #337EFF;\n  color: #FFFFFF;\n}\n.btn-link-color.btn-large,\na.btn-link-color.btn-large {\n  padding: 11px 25px;\n}\n.btn-link-color:hover,\na.btn-link-color:hover {\n  background: #337EFF;\n  color: #FFFFFF;\n  opacity: .8;\n}\n.btn-primary {\n  background: #2a7dea;\n  border-color: #1569d6 #1569d6 #0e4790;\n  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);\n  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);\n}\n.btn-primary:hover,\n.btn-primary:active,\n.btn-primary.active,\n.btn-primary.disabled,\n.btn-primary[disabled] {\n  background-color: #1569d6;\n}\n.btn-primary:active,\n.btn-primary.active {\n  background-color: #1152a8 \\9;\n}\n.btn-warning {\n  background: #f6653c;\n  border-color: #f6563c #f6563c #db270a;\n  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);\n  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);\n}\n.btn-warning:hover,\n.btn-warning:active,\n.btn-warning.active,\n.btn-warning.disabled,\n.btn-warning[disabled] {\n  background-color: #f6563c;\n}\n.btn-warning:active,\n.btn-warning.active {\n  background-color: #f42b0b \\9;\n}\n.btn-important {\n  background: #f04831;\n  border-color: #ee3319 #ee3319 #ae200d;\n  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);\n  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);\n}\n.btn-important:hover,\n.btn-important:active,\n.btn-important.active,\n.btn-important.disabled,\n.btn-important[disabled] {\n  background-color: #ee3319;\n}\n.btn-important:active,\n.btn-important.active {\n  background-color: #c6250e \\9;\n}\n.btn-success {\n  background: #27ce60;\n  border-color: #21ac50 #21ac50 #146b32;\n  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);\n  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);\n}\n.btn-success:hover,\n.btn-success:active,\n.btn-success.active,\n.btn-success.disabled,\n.btn-success[disabled] {\n  background-color: #21ac50;\n}\n.btn-success:active,\n.btn-success.active {\n  background-color: #18813c \\9;\n}\n.btn-info {\n  background: #2ac4ea;\n  border-color: #16bbe4 #16bbe4 #10829e;\n  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);\n  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);\n}\n.btn-info:hover,\n.btn-info:active,\n.btn-info.active,\n.btn-info.disabled,\n.btn-info[disabled] {\n  background-color: #16bbe4;\n}\n.btn-info:active,\n.btn-info.active {\n  background-color: #1295b6 \\9;\n}\n.btn-inverse {\n  background: #222;\n  border-color: #000 #000 #000000;\n  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);\n  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);\n}\n.btn-inverse:hover,\n.btn-inverse:active,\n.btn-inverse.active,\n.btn-inverse.disabled,\n.btn-inverse[disabled] {\n  background-color: #000;\n}\n.btn-inverse:active,\n.btn-inverse.active {\n  background-color: #000000 \\9;\n}\n.btn-link-icon > i:first-child {\n  color: #337EFF;\n}\n@media (max-width: 768px) {\n  .btn.btn-large,\n  a.btn.btn-large {\n    padding: 6px 14px;\n    font-size: 12px;\n    letter-spacing: 0;\n  }\n  .btn.btn-large.btn-ol-white,\n  .btn.btn-large.btn-ol-black,\n  .btn.btn-large.btn-ol-link,\n  a.btn.btn-large.btn-ol-white,\n  a.btn.btn-large.btn-ol-black,\n  a.btn.btn-large.btn-ol-link {\n    border-width: 1px;\n    padding: 4px 12px;\n  }\n}\nbutton.btn,\ninput[type=\"submit\"].btn {\n  *padding-top: 2px;\n  *padding-bottom: 2px;\n}\nbutton.btn::-moz-focus-inner,\ninput[type=\"submit\"].btn::-moz-focus-inner {\n  padding: 0;\n  border: 0;\n}\nbutton.btn.btn-large,\ninput[type=\"submit\"].btn.btn-large {\n  *padding-top: 7px;\n  *padding-bottom: 7px;\n}\nbutton.btn.btn-small,\ninput[type=\"submit\"].btn.btn-small {\n  *padding-top: 3px;\n  *padding-bottom: 3px;\n}\nbutton.btn.btn-mini,\ninput[type=\"submit\"].btn.btn-mini {\n  *padding-top: 1px;\n  *padding-bottom: 1px;\n}\n.btn-group {\n  position: relative;\n  display: inline-block;\n  *display: inline;\n  *zoom: 1;\n  vertical-align: middle;\n  white-space: nowrap;\n  *margin-left: .3em;\n}\n.btn-group:first-child {\n  *margin-left: 0;\n}\n.btn-group + .btn-group {\n  margin-left: 5px;\n}\n.btn-toolbar {\n  margin-top: 10.85px;\n  margin-bottom: 10.85px;\n}\n.btn-toolbar .btn-group {\n  display: inline-block;\n  *display: inline;\n  *zoom: 1;\n}\n.btn-group .btn {\n  position: relative;\n  float: left;\n  margin-left: -1px;\n  border-radius: 0;\n}\n.btn-group .btn:first-child {\n  margin-left: 0;\n  border-top-left-radius: 2px;\n  border-bottom-left-radius: 2px;\n}\n.btn-group .btn:last-child,\n.btn-group .dropdown-toggle {\n  border-top-right-radius: 2px;\n  border-bottom-right-radius: 2px;\n}\n.btn-group .btn.large:first-child {\n  margin-left: 0;\n  border-top-left-radius: 2px;\n  border-bottom-left-radius: 2px;\n}\n.btn-group .btn.large:last-child,\n.btn-group .large.dropdown-toggle {\n  border-top-right-radius: 2px;\n  border-bottom-right-radius: 2px;\n}\n.btn-group .btn:hover,\n.btn-group .btn:focus,\n.btn-group .btn:active,\n.btn-group .btn.active {\n  z-index: 2;\n}\n.btn-group .dropdown-toggle:active,\n.btn-group.open .dropdown-toggle {\n  outline: 0;\n}\n.btn-group .dropdown-toggle {\n  padding-left: 8px;\n  padding-right: 8px;\n  *padding-top: 3px;\n  *padding-bottom: 3px;\n}\n.btn-group .btn-mini.dropdown-toggle {\n  padding-left: 5px;\n  padding-right: 5px;\n  *padding-top: 1px;\n  *padding-bottom: 1px;\n}\n.btn-group .btn-small.dropdown-toggle {\n  *padding-top: 4px;\n  *padding-bottom: 4px;\n}\n.btn-group .btn-large.dropdown-toggle {\n  padding-left: 12px;\n  padding-right: 12px;\n}\n.btn-group.open {\n  *z-index: 1000;\n}\n.btn-group.open .dropdown-menu {\n  display: block;\n  margin-top: 1px;\n  border-radius: 5px;\n}\n.btn-group.open .dropdown-toggle {\n  background-image: none;\n  box-shadow: inset 0 1px 6px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);\n}\n.btn .caret {\n  margin-top: 7px;\n  margin-left: 0;\n}\n.btn:hover .caret,\n.open.btn-group .caret {\n  opacity: 1;\n}\n.btn-mini .caret {\n  margin-top: 5px;\n}\n.btn-small .caret {\n  margin-top: 6px;\n}\n.btn-large .caret {\n  margin-top: 6px;\n  border-left: 5px solid transparent;\n  border-right: 5px solid transparent;\n  border-top: 5px solid #000;\n}\n.btn-primary .caret,\n.btn-warning .caret,\n.btn-important .caret,\n.btn-info .caret,\n.btn-success .caret,\n.btn-inverse .caret {\n  border-top-color: #fff;\n  border-bottom-color: #fff;\n  opacity: .75;\n}\n.btn-block {\n  display: block;\n  width: 100%;\n  padding-left: 0;\n  padding-right: 0;\n  box-sizing: border-box;\n}\n.btn-block + .btn-block {\n  margin-top: 5px;\n}\ninput[type=\"submit\"].btn-block,\ninput[type=\"reset\"].btn-block,\ninput[type=\"button\"].btn-block {\n  width: 100%;\n}\n.btn-link,\n.btn-link:active,\n.btn-link[disabled] {\n  background-color: transparent;\n  background-image: none;\n  box-shadow: none;\n}\n.btn-link {\n  border-color: transparent;\n  cursor: pointer;\n  color: #337EFF;\n  border-radius: 0;\n}\n.btn-link:hover,\n.btn-link:focus {\n  color: rgba(51,126,255,0.7);\n  text-decoration: underline;\n  background-color: transparent;\n}\n.btn-link[disabled]:hover,\n.btn-link[disabled]:focus {\n  color: #333;\n  text-decoration: none;\n}\nbody {\n  font-size: 14px;\n  font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n  font-weight: 300;\n  line-height: 1.5em;\n  color: #000000;\n}\np {\n  margin: 1.5em 0;\n  hyphenate: auto;\n  hyphenate-before: 2;\n  hyphenate-after: 3;\n  hyphenate-lines: 3;\n  orphans: 4;\n}\np small {\n  color: rgba(0,0,0,0.7);\n  font-size: 12px;\n  line-height: 10.85px;\n}\np:before {\n  content: \"\";\n  width: 8em;\n  display: block;\n  overflow: hidden;\n}\na {\n  color: #337EFF;\n  transition: color .2s linear, background .2s linear;\n}\na:hover {\n  color: rgba(51,126,255,0.7);\n  text-decoration: none;\n}\ndt {\n  font-weight: bold;\n}\ndd {\n  font-style: italic;\n}\nsup {\n  font-size: .7em;\n  vertical-align: top;\n  vertical-align: super;\n}\nsub {\n  font-size: .7em;\n  vertical-align: bottom;\n}\nbig {\n  font-size: 1.3em;\n}\nabbr,\nacronym {\n  border-bottom: .1em dotted;\n  cursor: help;\n}\nq:before,\nq:after {\n  content: \"\'\";\n}\ncode {\n  padding: 0 3px 2px;\n  font-family: Menlo, Monaco, \"Courier New\", monospace;\n  font-size: 12px;\n  background-color: #f2f2f2;\n  border: 1px solid #dedede;\n}\ncode {\n  padding: 2px 4px;\n}\npre {\n  display: block;\n  padding: 8.5px;\n  margin: 1em;\n  font-size: 12.025px;\n  line-height: 18px;\n  white-space: pre;\n  white-space: pre-wrap;\n  word-break: break-all;\n  word-wrap: break-word;\n}\npre code {\n  padding: 0;\n  color: inherit;\n  background-color: transparent;\n  border: 0;\n}\npre.pre-scrollable {\n  max-height: 340px;\n  overflow-y: scroll;\n}\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n  margin: .4em 0;\n  text-rendering: optimizelegibility;\n  font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n  font-weight: 300;\n  line-height: 130%;\n}\nh1 small,\nh2 small,\nh3 small,\nh4 small,\nh5 small,\nh6 small {\n  font-weight: normal;\n  font-size: 16px;\n}\nh1 > a,\nh2 > a,\nh3 > a,\nh4 > a,\nh5 > a,\nh6 > a {\n  color: inherit;\n}\nh1 > a:hover,\nh2 > a:hover,\nh3 > a:hover,\nh4 > a:hover,\nh5 > a:hover,\nh6 > a:hover {\n  color: #337EFF;\n}\n.subhead {\n  color: rgba(0,0,0,0.7);\n  font-size: 82%;\n}\nh1 {\n  font-size: 44.8px;\n}\nh2 {\n  font-size: 38.4px;\n}\nh3 {\n  font-size: 28.8px;\n}\nh4 {\n  font-size: 22.4px;\n}\nh5 {\n  font-size: 17.6px;\n}\nh6 {\n  font-size: 16px;\n}\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n  line-height: 1.2em;\n}\nh1 + p,\nh2 + p,\nh3 + p,\nh4 + p,\nh5 + p,\nh6 + p {\n  margin-top: .4em;\n}\nh1 a,\nh2 a,\nh3 a,\nh4 a,\nh5 a,\nh6 a {\n  color: inherit;\n}\nh1 + img,\nh2 + img {\n  margin-top: 1em;\n}\n.page-header {\n  padding-bottom: 20.7px;\n  margin: 65.1px 0 21.7px;\n  border-bottom: 1px solid #dddddd;\n}\n.page-header h1 {\n  line-height: 1;\n  margin: 0;\n}\n.page-header-minor {\n  margin: 21.7px 0;\n  padding: 10.85px 0;\n  border-bottom: 1px solid #dddddd;\n}\n.hentry ul,\n.hentry ol {\n  padding: 0;\n  margin: 0 0 1em 30px;\n}\n.hentry ol list-style:decimal\n		ol list-style:lower-roman\n			ol {\n  list-style: lower-alpha;\n}\n.hentry ul {\n  list-style: disc;\n}\n.hentry ol {\n  list-style: decimal;\n}\n.hentry ul ul,\n.hentry ul ol,\n.hentry ol ol,\n.hentry ol ul {\n  margin-bottom: 0;\n}\n.hentry h1,\n.hentry h2,\n.hentry h3,\n.hentry h4,\n.hentry h5,\n.hentry h6 {\n  margin: 1em 0;\n}\n.hentry p {\n  margin: 0 0 1.5em 0;\n}\nol,\nul {\n  list-style-type: none;\n}\nul.unstyled,\nol.unstyled {\n  margin-left: 0;\n  list-style: none;\n}\ndl {\n  margin-bottom: 21.7px;\n}\ndt,\ndd {\n  line-height: 21.7px;\n}\ndt {\n  font-weight: bold;\n  line-height: 20.7px;\n}\ndd {\n  margin-left: 10.85px;\n}\n.dl-horizontal dt {\n  float: left;\n  clear: left;\n  width: 120px;\n  text-align: right;\n}\n.dl-horizontal dd {\n  margin-left: 130px;\n}\na {\n  text-decoration: none;\n}\na:focus {\n  outline: 1px dotted invert;\n}\na:active,\na:focus {\n  outline: none !important;\n}\ninput.searchfield:active {\n  outline: none !important;\n}\nhr {\n  clear: both;\n  height: 0;\n  margin: 21.7px 0;\n  border: 0;\n  border-bottom: 1px solid #dddddd;\n}\nhr.soften {\n  height: 1px;\n  background-image: -webkit-linear-gradient(left,transparent,rgba(0,0,0,0.1),transparent);\n  background-image: -moz-linear-gradient(left,transparent,rgba(0,0,0,0.1),transparent);\n  background-image: -ms-linear-gradient(left,transparent,rgba(0,0,0,0.1),transparent);\n  background-image: -o-linear-gradient(left,transparent,rgba(0,0,0,0.1),transparent);\n  border: 0;\n}\nstrong {\n  font-weight: 500;\n}\nem {\n  font-style: italic;\n}\n.muted {\n  color: #999;\n}\n.spamp {\n  font-family: \'Baskerville\', Palatino, georgia;\n  font-style: italic;\n  font-weight: normal;\n}\n.serifize {\n  font-family: georgia, times, serif;\n  font-style: italic;\n  font-weight: normal;\n}\nabbr[title] {\n  border-bottom: 1px dotted #ddd;\n  cursor: help;\n}\nabbr.initialism {\n  font-size: 90%;\n  text-transform: uppercase;\n}\nblockquote {\n  padding: 0 0 0 15px;\n  line-height: 32px;\n  font-size: 22px;\n  padding-left: 0px;\n  letter-spacing: 0.5px;\n  margin-bottom: 30px;\n}\nblockquote p {\n  margin-bottom: 0;\n}\nblockquote p:first-child {\n  margin-top: 0;\n}\nblockquote p:last-child {\n  margin-bottom: 0;\n}\nblockquote small,\nblockquote cite {\n  display: block;\n  font-size: 15px;\n  letter-spacing: 0;\n  line-height: 1.5em;\n  padding-left: 10px;\n}\nblockquote small:before,\nblockquote cite:before {\n  content: \'\\2014 \\00A0\';\n}\nblockquote.side-right {\n  float: right;\n  max-width: 250px;\n  margin: 0 0 10px 1em;\n}\nblockquote.side-left {\n  float: left;\n  max-width: 250px;\n  margin: 0 1em 10px -10px;\n}\nblockquote.pull-right {\n  float: right;\n  padding-left: 0;\n  margin-left: 15px;\n}\nblockquote.pull-right p,\nblockquote.pull-right small {\n  text-align: right;\n}\nq:before,\nq:after,\nblockquote:before,\nblockquote:after {\n  content: \"\";\n}\naddress {\n  display: block;\n  margin-bottom: 21.7px;\n  line-height: 21.7px;\n  font-style: normal;\n}\nsmall {\n  font-size: 100%;\n}\ncite {\n  font-style: normal;\n}\n::selection {\n  background: #337EFF;\n}\n::-moz-selection {\n  background: #337EFF;\n}\n.muted {\n  color: #999;\n}\n.text-warning {\n  color: #453404;\n}\n.text-error {\n  color: #b94a48;\n}\n.text-info {\n  color: #3a87ad;\n}\n.text-success {\n  color: #468847;\n}\n.dropup,\n.dropdown {\n  position: relative;\n}\n.dropdown-toggle {\n  *margin-bottom: -3px;\n}\n.dropdown-toggle:active,\n.open .dropdown-toggle {\n  outline: 0;\n}\n.caret {\n  display: inline-block;\n  width: 0;\n  height: 0;\n  vertical-align: top;\n  border-top: 4px solid rgba(0,0,0,0.3);\n  border-right: 4px solid transparent;\n  border-left: 4px solid transparent;\n  content: \"\";\n}\n.dropdown .caret {\n  margin-top: 8px;\n  margin-left: 2px;\n}\nbody .dropdown-menu {\n  position: absolute;\n  top: 100%;\n  left: 0;\n  z-index: 1000;\n  display: none;\n  float: left;\n  min-width: 160px;\n  padding: 5px 0;\n  margin: 2px 0 0;\n  list-style: none;\n  background-color: #fff;\n  border: 1px solid #ccc;\n  border: 1px solid rgba(0,0,0,0.2);\n  *border-right-width: 2px;\n  *border-bottom-width: 2px;\n  border-radius: 6px;\n  box-shadow: 0 5px 10px rgba(0,0,0,0.2);\n  -webkit-background-clip: padding-box;\n  -moz-background-clip: padding-box;\n  background-clip: padding-box;\n}\nbody .dropdown-menu.pull-right {\n  right: 0;\n  left: auto;\n}\nbody .dropdown-menu .divider {\n  *width: 100%;\n  height: 1px;\n  margin: 9.85px 1px;\n  *margin: -5px 0 5px;\n  overflow: hidden;\n  background-color: #e5e5e5;\n  border-bottom: 1px solid #fff;\n}\nbody .dropdown-menu li > a,\nbody .dropdown-menu li > span {\n  display: block;\n  padding: 3px 20px;\n  clear: both;\n  font-weight: normal;\n  line-height: 21.7px;\n  color: #333;\n  white-space: nowrap;\n  cursor: pointer;\n  -webkit-transition: none;\n  -moz-transition: none;\n  -ms-transition: none;\n  transition: none;\n}\n.dropdown-menu li > a:hover,\n.dropdown-menu li > a:focus,\n.dropdown-submenu:hover > a,\n.dropdown-menu li.current-menu-item > a {\n  text-decoration: none;\n  text-shadow: 0 -1px 0 rgba(0,0,0,0.5);\n  color: #fff;\n  background-color: #2a7dea;\n  background-color: #2278e8;\n  background-image: -moz-linear-gradient(top,#2a7dea,#166fe4);\n  background-image: -ms-linear-gradient(top,#2a7dea,#166fe4);\n  background-image: -webkit-linear-gradient(top,#2a7dea,#166fe4);\n  background-image: linear-gradient(top,#2a7dea,#166fe4);\n  background-repeat: repeat-x;\n}\n.dropdown-menu .active > a,\n.dropdown-menu .active > a:hover {\n  color: #fff;\n  text-decoration: none;\n  outline: 0;\n  background-color: #2a7dea;\n  background-color: #2278e8;\n  background-image: -moz-linear-gradient(top,#2a7dea,#166fe4);\n  background-image: -ms-linear-gradient(top,#2a7dea,#166fe4);\n  background-image: -webkit-linear-gradient(top,#2a7dea,#166fe4);\n  background-image: linear-gradient(top,#2a7dea,#166fe4);\n  background-repeat: repeat-x;\n}\n.dropdown-menu .disabled > a,\n.dropdown-menu .disabled > a:hover {\n  color: #999;\n}\n.dropdown-menu .disabled > a:hover {\n  text-decoration: none;\n  text-shadow: none;\n  background-color: transparent;\n  background-image: none;\n  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);\n  cursor: default;\n}\n.open {\n  *z-index: 1000;\n}\n.open > .dropdown-menu {\n  display: block;\n}\n.pull-right > .dropdown-menu {\n  right: 0;\n  left: auto;\n}\n.dropup .caret,\n.navbar-fixed-bottom .dropdown .caret {\n  border-top: 0;\n  border-bottom: 4px solid #000;\n  content: \"\";\n}\n.dropup .dropdown-menu,\n.navbar-fixed-bottom .dropdown .dropdown-menu {\n  top: auto;\n  bottom: 100%;\n  margin-bottom: 1px;\n}\n.dropdown-submenu {\n  position: relative;\n}\n.dropdown-submenu > .dropdown-menu {\n  top: 0;\n  left: 100%;\n  margin-top: -6px;\n  margin-left: -1px;\n  -webkit-border-radius: 0 6px 6px 6px;\n  -moz-border-radius: 0 6px 6px 6px;\n  border-radius: 0 6px 6px 6px;\n}\n.dropdown-submenu:hover > .dropdown-menu {\n  display: block;\n}\n.dropdown-submenu > a:after {\n  display: block;\n  content: \" \";\n  float: right;\n  width: 0;\n  height: 0;\n  border-color: transparent;\n  border-style: solid;\n  border-width: 5px 0 5px 5px;\n  border-left-color: #cccccc;\n  margin-top: 5px;\n  margin-right: -10px;\n}\n.dropdown-submenu:hover > a:after {\n  border-left-color: #fff;\n}\n.dropdown .dropdown-menu .nav-header {\n  padding-left: 20px;\n  padding-right: 20px;\n}\n.typeahead {\n  margin-top: 2px;\n  -webkit-border-radius: 4px;\n  -moz-border-radius: 4px;\n  border-radius: 4px;\n}\n.accordion {\n  margin-bottom: 15px;\n}\n.accordion-group {\n  margin-bottom: 2px;\n}\n.accordion-heading {\n  border-bottom: 0;\n}\n.accordion-heading:hover {\n  border-radius: 4px;\n  opacity: .8;\n}\n.accordion-heading a:hover {\n  text-decoration: none;\n}\n.accordion-heading .accordion-toggle {\n  display: block;\n  padding: 8px 15px;\n}\n.accordion-inner {\n  padding: 9px 15px;\n}\n.carousel {\n  position: relative;\n  margin-bottom: 21.7px;\n  line-height: 1;\n}\n.carousel-inner {\n  overflow: hidden;\n  width: 100%;\n  position: relative;\n}\n.carousel h4 {\n  margin: 0;\n}\n.carousel .item {\n  display: none;\n  position: relative;\n  -webkit-transition: .6s ease-in-out left;\n  -moz-transition: .6s ease-in-out left;\n  -ms-transition: .6s ease-in-out left;\n  transition: .6s ease-in-out left;\n}\n.carousel .item > img {\n  display: block;\n  line-height: 1;\n  width: 100%;\n}\n.carousel .active,\n.carousel .next,\n.carousel .prev {\n  display: block;\n}\n.carousel .active {\n  left: 0;\n}\n.carousel .next,\n.carousel .prev {\n  position: absolute;\n  top: 0;\n  width: 100%;\n}\n.carousel .next {\n  left: 100%;\n}\n.carousel .prev {\n  left: -100%;\n}\n.carousel .next.left,\n.carousel .prev.right {\n  left: 0;\n}\n.carousel .active.left {\n  left: -100%;\n}\n.carousel .active.right {\n  left: 100%;\n}\n.carousel-control,\n.hentry .carousel-control {\n  position: absolute;\n  top: 50%;\n  left: 15px;\n  width: 40px;\n  height: 40px;\n  margin-top: -20px;\n  font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n  font-size: 60px;\n  font-weight: 100;\n  line-height: 30px;\n  color: #fff;\n  text-align: center;\n  opacity: .5;\n}\n.carousel-control.right,\n.hentry .carousel-control.right {\n  left: auto;\n  right: 15px;\n}\n.carousel-control:hover,\n.hentry .carousel-control:hover {\n  color: #fff;\n  text-decoration: none;\n  opacity: .9;\n}\n.carousel-caption {\n  position: absolute;\n  left: 0;\n  right: 0;\n  bottom: 0;\n  padding: 10px 15px 5px;\n  background: #333;\n  background: rgba(0,0,0,0.75);\n}\n.carousel-caption h4,\n.carousel-caption p {\n  color: #fff;\n}\n.carousel-caption p {\n  margin: 0 0 0.8em 0;\n  line-height: 1.5em;\n}\n.sf-menu li.megamenu > ul.sub-menu {\n  background-color: #1F1F1F;\n}\n.sf-menu li.megamenu > ul > li {\n  border-right: 1px solid rgba(255,255,255,0.1);\n}\n.sf-menu ul {\n  background-color: #1F1F1F;\n}\n.sf-menu ul li a {\n  border-bottom: 1px solid rgba(255,255,255,0.1);\n  color: #ccc;\n}\n.sf-menu ul li.sfHover > a,\n.sf-menu ul li:hover > a {\n  color: #fff;\n}\n.sf-menu ul li > a:focus,\n.sf-menu ul li > a:hover,\n.sf-menu ul li > a:active,\n.sf-menu ul li.current-menu-item > a {\n  background-color: rgba(255,255,255,0.1);\n  color: #FFF;\n}\n.sf-menu li > ul.sub-menu {\n  display: table;\n  visibility: hidden;\n}\n.sf-menu.dd-theme-light li.megamenu > ul.sub-menu {\n  background-color: #fff;\n}\n.sf-menu.dd-theme-light li.megamenu > ul > li {\n  border-right: 1px solid #ddd;\n}\n.sf-menu.dd-theme-light > li > ul {\n  box-shadow: 1px 1px 0 rgba(0,0,0,0.2), -1px -1px 0 rgba(0,0,0,0.2);\n}\n.sf-menu.dd-theme-light ul {\n  background-color: #fff;\n}\n.sf-menu.dd-theme-light ul li a {\n  border-bottom: 1px solid #ddd;\n  color: #444;\n}\n.sf-menu.dd-theme-light ul li.sfHover > a,\n.sf-menu.dd-theme-light ul li:hover > a {\n  color: #000;\n}\n.sf-menu.dd-theme-light ul li > a:focus,\n.sf-menu.dd-theme-light ul li > a:hover,\n.sf-menu.dd-theme-light ul li > a:active,\n.sf-menu.dd-theme-light ul li.current-menu-item > a {\n  background-color: #f7f7f7;\n  color: #000;\n}\n.sf-menu,\n.sf-menu * {\n  margin: 0;\n  padding: 0;\n  list-style: none;\n}\n.sf-menu li {\n  position: relative;\n}\n.sf-menu li.megamenu > ul.sub-menu,\n.sf-menu li.panelmenu > ul.sub-menu {\n  padding: 15px 0px;\n}\n.sf-menu li.megamenu > ul > li,\n.sf-menu li.panelmenu > ul > li {\n  display: table-cell;\n  padding: 0px 15px;\n}\n.sf-menu li.megamenu > ul > li .sub-indicator,\n.sf-menu li.panelmenu > ul > li .sub-indicator {\n  display: none;\n}\n.sf-menu li.megamenu > ul > li > a,\n.sf-menu li.panelmenu > ul > li > a {\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n  font-weight: 600;\n  font-size: 12px;\n  text-transform: uppercase;\n  margin-bottom: 5px;\n  letter-spacing: 2px;\n  border-bottom: none;\n}\n.sf-menu li.megamenu > ul > li ul,\n.sf-menu li.panelmenu > ul > li ul {\n  display: block !important;\n  top: 0px !important;\n  width: 100%;\n  opacity: 1 !Important;\n  left: 0px !important;\n  position: relative !important;\n}\n.sf-menu li.megamenu > ul > li ul li a,\n.sf-menu li.panelmenu > ul > li ul li a {\n  border: none;\n  padding: 9px 14px;\n}\n.sf-menu li.panelmenu > ul.sub-menu {\n  width: 540px;\n}\n.sf-menu li.panelmenu > ul > li {\n  width: 180px;\n}\n.sf-menu li.megamenu {\n  position: inherit;\n}\n.sf-menu li.megamenu > ul.sub-menu {\n  width: 100%;\n  left: 0px;\n}\n.sf-menu li.megamenu > ul > li {\n  width: 33.33%;\n}\n.sf-menu li.megamenu.mega-col-1 > ul > li {\n  width: 100%;\n}\n.sf-menu li.megamenu.mega-col-2 > ul > li {\n  width: 50%;\n}\n.sf-menu li.megamenu.mega-col-3 > ul > li {\n  width: 33.33%;\n}\n.sf-menu li.megamenu.mega-col-4 > ul > li {\n  width: 25%;\n}\n.sf-menu li.megamenu.mega-col-5 > ul > li {\n  width: 20%;\n}\n.sf-menu li.megamenu.mega-col-6 > ul > li {\n  width: 16.66%%;\n}\n.sf-menu ul {\n  position: absolute;\n  display: none;\n  top: 100%;\n  left: 0;\n  z-index: 1049;\n  width: 15em;\n}\n.sf-menu ul li {\n  width: 100%;\n}\n.sf-menu ul li a {\n  font-size: 12px;\n  line-height: 13px;\n  margin: 0;\n  padding: 14px;\n  transition: none;\n}\n.sf-menu ul li.current_page_ancestor > a {\n  background: transparent;\n}\n.sf-menu ul ul {\n  top: 0;\n  left: 100%;\n}\n.sf-menu > .menu-item:nth-last-child(3) ul,\n.sf-menu > .menu-item:nth-last-child(2) ul {\n  left: auto;\n  right: 0;\n}\n.sf-menu > .menu-item:nth-last-child(3) ul ul,\n.sf-menu > .menu-item:nth-last-child(2) ul ul {\n  left: auto;\n  right: 100%;\n}\n.sf-menu > .panelmenu.menu-item ul {\n  left: 0;\n  right: auto;\n}\n.sf-menu > .panelmenu.menu-item.panel-right ul {\n  left: auto;\n  right: 0;\n}\n.sf-menu > li:last-child \n	\n	li:hover > ul,\n.sf-menu li.sfHover > ul {\n  display: block;\n}\n.sf-menu a {\n  display: block;\n  position: relative;\n  text-align: left;\n}\n.sf-menu li li a,\n.sf-menu li li a:visited {\n  padding-left: 1.25em;\n}\n.sub-indicator {\n  opacity: .8;\n}\n.nav {\n  margin-left: 0;\n  margin-bottom: 21.7px;\n  list-style: none;\n}\n.nav > li > a {\n  display: block;\n}\n.nav > li > a:hover {\n  text-decoration: none;\n  background-color: #eee;\n}\n.nav .nav-header {\n  display: block;\n  padding: 3px 15px;\n  font-size: 11px;\n  font-weight: bold;\n  line-height: 21.7px;\n  color: #999;\n  text-shadow: 0 1px 0 rgba(255,255,255,0.5);\n  text-transform: uppercase;\n}\n.nav li + .nav-header {\n  margin-top: 9px;\n}\n.nav-list {\n  padding-left: 15px;\n  padding-right: 15px;\n  margin-bottom: 0;\n}\n.nav-list > li > a,\n.nav-list .nav-header {\n  margin-left: -15px;\n  margin-right: -15px;\n  text-shadow: 0 1px 0 rgba(255,255,255,0.5);\n}\n.nav-list > li > a {\n  padding: 3px 15px;\n}\n.nav-list > .active > a,\n.nav-list > .active > a:hover {\n  color: #fff;\n  text-shadow: 0 -1px 0 rgba(0,0,0,0.2);\n  background-color: #337EFF;\n}\n.nav-list [class^=\"icon-\"] {\n  margin-right: 2px;\n}\n.nav-list .divider {\n  *width: 100%;\n  height: 1px;\n  margin: 9.85px 1px;\n  *margin: -5px 0 5px;\n  overflow: hidden;\n  background-color: #e5e5e5;\n  border-bottom: 1px solid #fff;\n}\n.nav-tabs,\n.nav-pills {\n  *zoom: 1;\n}\n.nav-tabs:before,\n.nav-tabs:after,\n.nav-pills:before,\n.nav-pills:after {\n  display: table;\n  content: \"\";\n  line-height: 0;\n}\n.nav-tabs:after,\n.nav-pills:after {\n  clear: both;\n}\n.nav-tabs > li,\n.nav-pills > li {\n  float: left;\n}\n.nav-tabs > li > a,\n.nav-pills > li > a {\n  padding-right: 12px;\n  padding-left: 12px;\n  margin-right: 2px;\n  line-height: 14px;\n}\n.nav-tabs {\n  border-bottom: 1px solid #f0f0f0;\n}\n.nav-tabs > li {\n  margin-bottom: -1px;\n}\n.nav-tabs > li > a {\n  padding-top: 8px;\n  padding-bottom: 8px;\n  line-height: 21.7px;\n  border: 1px solid transparent;\n  -webkit-border-radius: 4px 4px 0 0;\n  -moz-border-radius: 4px 4px 0 0;\n  border-radius: 4px 4px 0 0;\n}\n.nav-tabs > li > a:hover {\n  background-color: #fafafa;\n  border-color: #f0f0f0;\n}\n.nav-tabs > .active > a,\n.nav-tabs > .active > a:hover {\n  color: #000000;\n  background-color: #fafafa;\n  border: 1px solid #f0f0f0;\n  border-bottom-color: transparent;\n  cursor: default;\n}\n.nav-pills > li > a {\n  padding-top: 8px;\n  padding-bottom: 8px;\n  margin-top: 2px;\n  margin-bottom: 2px;\n  -webkit-border-radius: 5px;\n  -moz-border-radius: 5px;\n  border-radius: 5px;\n}\n.nav-pills > .active > a,\n.nav-pills > .active > a:hover {\n  color: #fff;\n  background-color: #337EFF;\n}\n.nav-stacked > li {\n  float: none;\n}\n.nav-stacked > li > a {\n  margin-right: 0;\n}\n.nav-tabs.nav-stacked {\n  border-bottom: 0;\n}\n.nav-tabs.nav-stacked > li > a {\n  border: 1px solid #ddd;\n  -webkit-border-radius: 0;\n  -moz-border-radius: 0;\n  border-radius: 0;\n}\n.nav-tabs.nav-stacked > li:first-child > a {\n  -webkit-border-radius: 4px 4px 0 0;\n  -moz-border-radius: 4px 4px 0 0;\n  border-radius: 4px 4px 0 0;\n}\n.nav-tabs.nav-stacked > li:last-child > a {\n  -webkit-border-radius: 0 0 4px 4px;\n  -moz-border-radius: 0 0 4px 4px;\n  border-radius: 0 0 4px 4px;\n}\n.nav-tabs.nav-stacked > li > a:hover {\n  border-color: #ddd;\n  z-index: 2;\n}\n.nav-pills.nav-stacked > li > a {\n  margin-bottom: 3px;\n}\n.nav-pills.nav-stacked > li:last-child > a {\n  margin-bottom: 1px;\n}\n.nav-tabs .dropdown-menu,\n.nav-pills .dropdown-menu {\n  margin-top: 1px;\n  border-width: 1px;\n}\n.nav-pills .dropdown-menu {\n  -webkit-border-radius: 4px;\n  -moz-border-radius: 4px;\n  border-radius: 4px;\n}\n.nav-tabs .dropdown-toggle .caret,\n.nav-pills .dropdown-toggle .caret {\n  border-top-color: #337EFF;\n  border-bottom-color: #337EFF;\n  margin-top: 6px;\n}\n.nav-tabs .dropdown-toggle:hover .caret,\n.nav-pills .dropdown-toggle:hover .caret {\n  border-top-color: rgba(51,126,255,0.7);\n  border-bottom-color: rgba(51,126,255,0.7);\n}\n.nav-tabs .active .dropdown-toggle .caret,\n.nav-pills .active .dropdown-toggle .caret {\n  border-top-color: #333;\n  border-bottom-color: #333;\n}\n.nav > .dropdown.active > a:hover {\n  color: #000;\n  cursor: pointer;\n}\n.nav-tabs .open .dropdown-toggle,\n.nav-pills .open .dropdown-toggle,\n.nav > .open.active > a:hover {\n  color: #fff;\n  background-color: #999;\n  border-color: #999;\n}\n.nav .open .caret,\n.nav .open.active .caret,\n.nav .open a:hover .caret {\n  border-top-color: #fff;\n  border-bottom-color: #fff;\n  opacity: 1;\n}\n.tabs-stacked .open > a:hover {\n  border-color: #999;\n}\n.hentry .nav-tabs > li {\n  list-style: none;\n}\nul.nav.nav-tabs {\n  margin: 0;\n}\nul.nav.nav-tabs a:hover {\n  text-decoration: none;\n}\n.tabbable {\n  *zoom: 1;\n}\n.tabbable:before,\n.tabbable:after {\n  display: table;\n  content: \"\";\n  line-height: 0;\n}\n.tabbable:after {\n  clear: both;\n}\n.tab-content {\n  display: table;\n  width: 100%;\n  padding-top: 5px;\n  background: #fafafa;\n}\n.tab-content p {\n  padding-left: 10px;\n}\n.tabs-below .nav-tabs,\n.tabs-right .nav-tabs,\n.tabs-left .nav-tabs {\n  border-bottom: 0;\n}\n.tab-content > .tab-pane,\n.pill-content > .pill-pane {\n  display: none;\n}\n.tab-content > .active,\n.pill-content > .active {\n  display: block;\n}\n.tabs-below .nav-tabs {\n  border-top: 1px solid #f0f0f0;\n}\n.tabs-below .nav-tabs > li {\n  margin-top: -1px;\n  margin-bottom: 0;\n}\n.tabs-below .nav-tabs > li > a {\n  -webkit-border-radius: 0 0 4px 4px;\n  -moz-border-radius: 0 0 4px 4px;\n  border-radius: 0 0 4px 4px;\n}\n.tabs-below .nav-tabs > li > a:hover {\n  border-bottom-color: transparent;\n  border-top-color: #f0f0f0;\n}\n.tabs-below .nav-tabs .active > a,\n.tabs-below .nav-tabs .active > a:hover {\n  border-color: transparent #f0f0f0;\n}\n.tabs-left .nav-tabs > li,\n.tabs-right .nav-tabs > li {\n  float: none;\n}\n.tabs-left .nav-tabs > li > a,\n.tabs-right .nav-tabs > li > a {\n  min-width: 74px;\n  margin-right: 0;\n  margin-bottom: 3px;\n}\n.tabs-left .nav-tabs {\n  float: left;\n  margin-right: 19px;\n  border-right: 1px solid #f0f0f0;\n}\n.tabs-left .nav-tabs > li > a {\n  margin-right: -1px;\n  -webkit-border-radius: 4px 0 0 4px;\n  -moz-border-radius: 4px 0 0 4px;\n  border-radius: 4px 0 0 4px;\n}\n.tabs-left .nav-tabs > li > a:hover {\n  border-color: #f0f0f0;\n}\n.tabs-left .nav-tabs .active > a,\n.tabs-left .nav-tabs .active > a:hover {\n  border-color: #f0f0f0;\n  *border-right-color: #f0f0f0;\n}\n.tabs-right .nav-tabs {\n  float: right;\n  margin-left: 19px;\n  border-left: 1px solid #f0f0f0;\n}\n.tabs-right .nav-tabs > li > a {\n  margin-left: -1px;\n  -webkit-border-radius: 0 4px 4px 0;\n  -moz-border-radius: 0 4px 4px 0;\n  border-radius: 0 4px 4px 0;\n}\n.tabs-right .nav-tabs > li > a:hover {\n  border-color: #f0f0f0;\n}\n.tabs-right .nav-tabs .active > a,\n.tabs-right .nav-tabs .active > a:hover {\n  border-color: #f0f0f0;\n  *border-left-color: #f0f0f0;\n}\n.modal-backdrop {\n  position: fixed;\n  top: 0;\n  right: 0;\n  bottom: 0;\n  left: 0;\n  z-index: 1040;\n  background-color: #000;\n}\n.modal-backdrop.fade {\n  opacity: 0;\n}\n.modal-backdrop,\n.modal-backdrop.fade.in {\n  opacity: .8;\n}\n.modal {\n  position: fixed;\n  top: 10%;\n  left: 50%;\n  z-index: 1050;\n  width: 560px;\n  margin-left: -280px;\n  background-color: #fff;\n  border: 1px solid #999;\n  border: 1px solid rgba(0,0,0,0.3);\n  *border: 1px solid #999;\n  border-radius: 6px;\n  box-shadow: 0 3px 7px rgba(0,0,0,0.3);\n  -webkit-background-clip: padding-box;\n  -moz-background-clip: padding-box;\n  background-clip: padding-box;\n  outline: none;\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n  font-weight: normal;\n  color: #777;\n}\n.modal.modal-large {\n  width: 840px;\n  margin-left: -430px;\n}\n.modal.fade {\n  -webkit-transition: opacity .1s linear, top .1s ease-out;\n  -moz-transition: opacity .1s linear, top .1s ease-out;\n  -ms-transition: opacity .1s linear, top .1s ease-out;\n  transition: opacity .1s linear, top .1s ease-out;\n  top: -25%;\n}\n.modal.fade.in {\n  top: 10%;\n}\n.modal h1,\n.modal h2,\n.modal h3,\n.modal h4,\n.modal h5,\n.modal h6 {\n  font-weight: 600;\n  color: #000;\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n}\n.modal iframe {\n  width: 100%;\n  min-height: 400px;\n}\n.modal-header {\n  padding: 9px 15px;\n  border-bottom: 1px solid #eee;\n}\n.modal-header .close {\n  margin-top: 2px;\n}\n.modal-header h3 {\n  margin: 0;\n  line-height: 30px;\n  font-size: 20px;\n}\n.modal-body {\n  position: relative;\n  overflow-y: auto;\n  max-height: 400px;\n  padding: 21.7px;\n}\n.modal-form {\n  margin-bottom: 0;\n}\n.modal-footer {\n  padding: 14px 15px 15px;\n  margin-bottom: 0;\n  text-align: right;\n  background-color: #f5f5f5;\n  border-top: 1px solid #ddd;\n  -webkit-border-radius: 0 0 6px 6px;\n  -moz-border-radius: 0 0 6px 6px;\n  border-radius: 0 0 6px 6px;\n  box-shadow: inset 0 1px 0 #fff;\n  *zoom: 1;\n}\n.modal-footer:before,\n.modal-footer:after {\n  display: table;\n  content: \"\";\n  line-height: 0;\n}\n.modal-footer:after {\n  clear: both;\n}\n.modal-footer .btn + .btn {\n  margin-left: 5px;\n  margin-bottom: 0;\n}\n.modal-footer .btn-group .btn + .btn {\n  margin-left: -1px;\n}\n.modal-footer .btn-block + .btn-block {\n  margin-left: 0;\n}\nbody .pl-thumbnails,\nbody .gallery {\n  margin-left: -20px;\n  list-style: none;\n  *zoom: 1;\n}\nbody .pl-thumbnails:before,\nbody .pl-thumbnails:after,\nbody .gallery:before,\nbody .gallery:after {\n  display: table;\n  content: \"\";\n  line-height: 0;\n}\nbody .pl-thumbnails:after,\nbody .gallery:after {\n  clear: both;\n}\nbody .pl-thumbnails > li,\nbody .gallery > li {\n  float: left;\n  margin-bottom: 21.7px;\n  margin-left: 20px;\n}\nbody .pl-thumbnails .thumbnail,\nbody .gallery .gallery-icon a,\n.pl-thumbnail {\n  display: block;\n  padding: 4px;\n  line-height: 21.7px;\n  border: 1px solid #e9e9e9;\n  -webkit-border-radius: 4px;\n  -moz-border-radius: 4px;\n  border-radius: 4px;\n  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);\n  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);\n  box-shadow: 0 1px 3px rgba(0,0,0,0.055);\n  -webkit-transition: all .2s ease-in-out;\n  -moz-transition: all .2s ease-in-out;\n  -ms-transition: all .2s ease-in-out;\n  transition: all .2s ease-in-out;\n}\nbody .pl-thumbnails .thumbnail[href]:hover,\nbody .gallery .gallery-icon a[href]:hover,\n.pl-thumbnail[href]:hover {\n  border-color: #337EFF;\n  -webkit-box-shadow: 0 1px 4px rgba(0,105,214,0.25);\n  -moz-box-shadow: 0 1px 4px rgba(0,105,214,0.25);\n  box-shadow: 0 1px 4px rgba(0,105,214,0.25);\n}\nbody .pl-thumbnails .thumbnail > img,\nbody .gallery .gallery-icon a > img,\n.pl-thumbnail > img {\n  display: block;\n  max-width: 100%;\n  margin-left: auto;\n  margin-right: auto;\n}\nbody .pl-thumbnails .thumbnail .caption,\nbody .pl-thumbnails .thumbnail .gallery-caption,\nbody .gallery .gallery-icon a .caption,\nbody .gallery .gallery-icon a .gallery-caption,\n.pl-thumbnail .caption,\n.pl-thumbnail .gallery-caption {\n  padding: 9px;\n  color: rgba(0,0,0,0.7);\n}\n#gallery-1 img {\n  border: none !important;\n}\n.gallery-icon {\n  display: inline-block;\n}\n.row-fluid .thumbnails {\n  margin-left: 0;\n}\n.fade {\n  -webkit-transition: opacity .15s linear;\n  -moz-transition: opacity .15s linear;\n  -ms-transition: opacity .15s linear;\n  transition: opacity .15s linear;\n  opacity: 0;\n}\n.fade.in {\n  opacity: 1;\n}\n.collapse {\n  -webkit-transition: height .35s ease;\n  -moz-transition: height .35s ease;\n  -ms-transition: height .35s ease;\n  transition: height .35s ease;\n  position: relative;\n  overflow: hidden;\n  height: 0;\n}\n.collapse.in {\n  height: auto;\n}\n.pl-imageframe img,\nimg.pl-imageframe {\n  padding: 4px;\n  background: #ffffff;\n  border: 1px solid #ffffff;\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  -ms-box-sizing: border-box;\n  box-sizing: border-box;\n  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);\n  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3);\n  box-shadow: 0 1px 2px rgba(0,0,0,0.3);\n  -webkit-border-radius: 3px;\n  -moz-border-radius: 3px;\n  border-radius: 3px;\n}\n.pl-imageframe a:hover img {\n  background: #f6f6f6;\n}\n.zmt {\n  margin-top: 0 !important;\n}\n.zmb {\n  margin-bottom: 0 !important;\n}\n.zb {\n  border: none !important;\n}\n.tac {\n  text-align: center !important;\n}\n.hide {\n  display: none;\n}\n.show {\n  display: block;\n}\n.invisible {\n  visibility: hidden;\n}\ncode,\npre {\n  padding: 0 3px 2px;\n  font-family: Menlo, Monaco, \"Courier New\", monospace;\n  font-size: 13px;\n  -webkit-border-radius: 3px;\n  -moz-border-radius: 3px;\n  border-radius: 3px;\n}\ncode {\n  padding: 2px 4px;\n}\ncode,\n.prettyprint {\n  background-color: #f6f6f6;\n  border: 1px solid #d0d0d0;\n}\n.prettify-on .prettyprint.linenums {\n  -webkit-box-shadow: inset 40px 0 0 #f2f2f2, inset 41px 0 0 #d0d0d0;\n  -moz-box-shadow: inset 40px 0 0 #f2f2f2, inset 41px 0 0 #d0d0d0;\n  box-shadow: inset 40px 0 0 #f2f2f2, inset 41px 0 0 #d0d0d0;\n}\nol.linenums li {\n  color: #bebec5;\n}\npre {\n  display: block;\n  white-space: pre;\n  white-space: pre-wrap;\n  word-break: break-all;\n  word-wrap: break-word;\n}\npre.prettyprint {\n  margin-bottom: 21.7px;\n}\npre code {\n  padding: 0;\n  color: inherit;\n  background-color: transparent;\n  border: 0;\n}\n.pre-scrollable {\n  max-height: 340px;\n  overflow-y: scroll;\n}\n.pl-video {\n  position: relative;\n  padding-bottom: 56.25%;\n  height: 0;\n  overflow: hidden;\n}\n.pl-video.youtube {\n  padding-top: 30px;\n}\n.pl-video.vimeo {\n  padding-top: 10px;\n}\n.pl-video iframe,\n.pl-video object,\n.pl-video embed {\n  position: absolute;\n  top: 0;\n  left: 0;\n}\n.fix {\n  *zoom: 1;\n}\n.fix:before,\n.fix:after {\n  display: table;\n  content: \"\";\n  line-height: 0;\n}\n.fix:after {\n  clear: both;\n}\n.img-rounded {\n  -webkit-border-radius: 6px;\n  -moz-border-radius: 6px;\n  border-radius: 6px;\n}\n.img-polaroid {\n  padding: 4px;\n  background-color: #fff;\n  border: 1px solid #ccc;\n  border: 1px solid rgba(0,0,0,0.2);\n  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);\n  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);\n  box-shadow: 0 1px 3px rgba(0,0,0,0.1);\n}\n.img-circle {\n  -webkit-border-radius: 500px;\n  -moz-border-radius: 500px;\n  border-radius: 500px;\n}\n.fix {\n  *zoom: 1;\n}\n.fix:before,\n.fix:after {\n  display: table;\n  content: \"\";\n  line-height: 0;\n}\n.fix:after {\n  clear: both;\n}\n.bg-video-canvas {\n  position: relative;\n}\n.bg-video-viewport {\n  text-align: center;\n  width: 100%;\n  height: 100%;\n  position: absolute;\n  top: 0;\n  left: 0;\n  overflow: hidden;\n}\n.bg-video-viewport .bg-video {\n  width: 100%;\n  height: 100%;\n}\n.pl-browser-wrap {\n  border: 1px solid #cdcdcd;\n  border-radius: 4px 4px 0 0;\n}\n.pl-browser-wrap .pl-browser-header {\n  background: #f7f7f7;\n  position: relative;\n  border-radius: 4px 4px 0 0;\n  border-bottom: 1px solid #ccc;\n  height: 25px;\n  box-shadow: inset 1px 1px 0 #fff;\n}\n.browser-btns {\n  position: absolute;\n  top: 8px;\n  left: 8px;\n}\n.browser-btns > span {\n  height: 10px;\n  width: 10px;\n  margin-right: 5px;\n  display: inline-block;\n  vertical-align: top;\n  border-radius: 10px;\n  box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);\n}\n.browser-btns > span.bbtn-green {\n  background: #79d145;\n}\n.browser-btns > span.bbtn-red {\n  background: #ff4d3b;\n}\n.browser-btns > span.bbtn-orange {\n  background: #ffba3b;\n}\n.sl-link {\n  font-size: 22px;\n  line-height: 22px;\n  margin: 0 8px;\n  color: inherit;\n}\n.pl-animation {\n  -webkit-backface-visibility: hidden;\n}\n.pl-pro-version .pla-scale,\n.pl-pro-version .pla-fade,\n.pl-pro-version .pla-from-left,\n.pl-pro-version .pla-from-right,\n.pl-pro-version .pla-from-top,\n.pl-pro-version .pla-from-bottom {\n  opacity: 0;\n  -webkit-transition: all 1s ease-in-out;\n  -moz-transition: all 1s ease-in-out;\n  -ms-transition: all 1s ease-in-out;\n  transition: all 1s ease-in-out;\n}\n.pl-pro-version .pla-scale.animation-loaded,\n.pl-pro-version .pla-scale.animation-loaded.subtle,\n.pl-pro-version .pla-fade.animation-loaded,\n.pl-pro-version .pla-fade.animation-loaded.subtle,\n.pl-pro-version .pla-from-left.animation-loaded,\n.pl-pro-version .pla-from-left.animation-loaded.subtle,\n.pl-pro-version .pla-from-right.animation-loaded,\n.pl-pro-version .pla-from-right.animation-loaded.subtle,\n.pl-pro-version .pla-from-top.animation-loaded,\n.pl-pro-version .pla-from-top.animation-loaded.subtle,\n.pl-pro-version .pla-from-bottom.animation-loaded,\n.pl-pro-version .pla-from-bottom.animation-loaded.subtle {\n  opacity: 1;\n  -webkit-transform: translate3d(0,0,0);\n  -moz-transform: translate3d(0,0,0);\n  -ms-transform: translate3d(0,0,0);\n  transform: translate3d(0,0,0);\n  -webkit-transform: scale(1);\n  -moz-transform: scale(1);\n  -ms-transform: scale(1);\n  transform: scale(1);\n}\n.pl-pro-version .pla-scale {\n  opacity: .3;\n  -webkit-transform: scale(.3);\n  -moz-transform: scale(.3);\n  -ms-transform: scale(.3);\n  transform: scale(.3);\n}\n.pl-pro-version .pla-from-left {\n  -webkit-transform: translate3d(-50px,0,0);\n  -moz-transform: translate3d(-50px,0,0);\n  -ms-transform: translate3d(-50px,0,0);\n  transform: translate3d(-50px,0,0);\n}\n.pl-pro-version .pla-from-left.subtle {\n  -webkit-transform: translate3d(-20px,0,0);\n  -moz-transform: translate3d(-20px,0,0);\n  -ms-transform: translate3d(-20px,0,0);\n  transform: translate3d(-20px,0,0);\n}\n.pl-pro-version .pla-from-right {\n  -webkit-transform: translate3d(50px,0,0);\n  -moz-transform: translate3d(50px,0,0);\n  -ms-transform: translate3d(50px,0,0);\n  transform: translate3d(50px,0,0);\n}\n.pl-pro-version .pla-from-right.subtle {\n  -webkit-transform: translate3d(20px,0,0);\n  -moz-transform: translate3d(20px,0,0);\n  -ms-transform: translate3d(20px,0,0);\n  transform: translate3d(20px,0,0);\n}\n.pl-pro-version .pla-from-bottom {\n  -webkit-transform: translate3d(0,50px,0);\n  -moz-transform: translate3d(0,50px,0);\n  -ms-transform: translate3d(0,50px,0);\n  transform: translate3d(0,50px,0);\n}\n.pl-pro-version .pla-from-bottom.subtle {\n  -webkit-transform: translate3d(0,20px,0);\n  -moz-transform: translate3d(0,20px,0);\n  -ms-transform: translate3d(0,20px,0);\n  transform: translate3d(0,20px,0);\n}\n.pl-pro-version .pla-from-top {\n  -webkit-transform: translate3d(0,-50px,0);\n  -moz-transform: translate3d(0,-50px,0);\n  -ms-transform: translate3d(0,-50px,0);\n  transform: translate3d(0,-50px,0);\n}\n.pl-pro-version .pla-from-top.subtle {\n  -webkit-transform: translate3d(0,-20px,0);\n  -moz-transform: translate3d(0,-20px,0);\n  -ms-transform: translate3d(0,-20px,0);\n  transform: translate3d(0,-20px,0);\n}\n.pl-pro-version .pl-slidedown {\n  height: 5px;\n  overflow: hidden;\n  -webkit-transition: height 0.85s cubic-bezier(0.725,0.000,0.000,0.995);\n  -moz-transition: height 0.85s cubic-bezier(0.725,0.000,0.000,0.995);\n  transition: height 0.85s cubic-bezier(0.725,0.000,0.000,0.995);\n}\n.pl-pro-version .pl-appear {\n  opacity: .1;\n  -webkit-transform: scale(.5);\n  -moz-transform: scale(.5);\n  -ms-transform: scale(.5);\n  transform: scale(.5);\n}\n.pl-pro-version .pl-appear.animation-loaded {\n  opacity: 1;\n  -webkit-transition: all .5s ease-in-out;\n  -moz-transition: all .5s ease-in-out;\n  -ms-transition: all .5s ease-in-out;\n  transition: all .5s ease-in-out;\n  -webkit-transform: scale(1);\n  -moz-transform: scale(1);\n  -ms-transform: scale(1);\n  transform: scale(1);\n}\n.no-anim {\n  opacity: 1;\n  -webkit-transform: scale(1);\n  -moz-transform: scale(1);\n  -ms-transform: scale(1);\n  transform: scale(1);\n}\n@-webkit-keyframes pl_appear {\n  0% {\n    -webkit-transform: scale(0.5);\n    opacity: 0.1;\n  }\n  100% {\n    -webkit-transform: scale(1);\n    opacity: 1;\n  }\n}\n@-moz-keyframes pl_appear {\n  0% {\n    -moz-transform: scale(0.5);\n    opacity: 0.1;\n  }\n  100% {\n    -moz-transform: scale(1);\n    opacity: 1;\n  }\n}\n@-o-keyframes pl_appear {\n  0% {\n    -o-transform: scale(0.5);\n    opacity: 0.1;\n  }\n  100% {\n    -o-transform: scale(1);\n    opacity: 1;\n  }\n}\n@keyframes pl_appear {\n  0% {\n    transform: scale(0.5);\n    opacity: 0.1;\n  }\n  100% {\n    transform: scale(1);\n    opacity: 1;\n  }\n}\n.vpad-20 {\n  padding-top: 20px;\n  padding-bottom: 20px;\n}\n.vpad-40 {\n  padding-top: 40px;\n  padding-bottom: 40px;\n}\n.vpad-60 {\n  padding-top: 60px;\n  padding-bottom: 60px;\n}\n.vpad-80 {\n  padding-top: 80px;\n  padding-bottom: 80px;\n}\n.vpad-100 {\n  padding-top: 100px;\n  padding-bottom: 100px;\n}\n.vpad-120 {\n  padding-top: 120px;\n  padding-bottom: 120px;\n}\n.vpad-140 {\n  padding-top: 140px;\n  padding-bottom: 140px;\n}\n.vpad-160 {\n  padding-top: 160px;\n  padding-bottom: 160px;\n}\n.vpad-180 {\n  padding-top: 180px;\n  padding-bottom: 180px;\n}\n.vpad-200 {\n  padding-top: 200px;\n  padding-bottom: 200px;\n}\n.hpad-20 {\n  padding-left: 20px;\n  padding-right: 20px;\n}\n.hpad-40 {\n  padding-left: 40px;\n  padding-right: 40px;\n}\n.hpad-60 {\n  padding-left: 60px;\n  padding-right: 60px;\n}\n.hpad-80 {\n  padding-left: 80px;\n  padding-right: 80px;\n}\n.hpad-100 {\n  padding-left: 100px;\n  padding-right: 100px;\n}\n.hpad-120 {\n  padding-left: 120px;\n  padding-right: 120px;\n}\n.hpad-140 {\n  padding-left: 140px;\n  padding-right: 140px;\n}\n.hpad-160 {\n  padding-left: 160px;\n  padding-right: 160px;\n}\n.hpad-180 {\n  padding-left: 180px;\n  padding-right: 180px;\n}\n.hpad-200 {\n  padding-left: 200px;\n  padding-right: 200px;\n}\n.pl-standard-title {\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n  font-weight: 600;\n  letter-spacing: 1px;\n  text-transform: uppercase;\n}\n.pl-social-counters .pl-social-counter {\n  border-right-style: solid;\n  border-right-width: 1px;\n  padding: 0 10px;\n}\n.pl-social-counters .pl-social-counter:last-child {\n  border-right: none;\n  padding-right: none;\n}\n.pl-social-counter {\n  color: inherit;\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n  font-weight: 600;\n  margin: 1 auto;\n  line-height: 11px;\n  font-size: 12px;\n  display: inline-block;\n  vertical-align: middle;\n  cursor: pointer;\n}\n.pl-social-counter .pl-social-count {\n  opacity: .6;\n  font-size: 11px;\n  vertical-align: middle;\n}\n.pl-social-counter .pl-social-icon {\n  margin-right: 2px;\n  font-size: 17px;\n  vertical-align: middle;\n}\n.pl-social-counter .pl-social-icon i {\n  display: inline-block;\n  -webkit-transition: color .35s;\n  -moz-transition: color .35s;\n  -ms-transition: color .35s;\n  transition: color .35s;\n}\n.pl-social-counter .pl-social-icon .icon-facebook {\n  font-size: 20px;\n}\n.pl-social-counter .pl-social-icon .icon-twitter {\n  font-size: 22px;\n  margin-top: -2px;\n}\n.pl-social-counter .pl-social-icon .icon-linkedin {\n  font-size: 20px;\n  margin-top: -1px;\n}\n.pl-social-counter .pl-social-icon .icon-pinterest {\n  font-size: 22px;\n  margin-top: -1px;\n}\n.pl-social-counter.hovered .pl-social-icon i.icon-facebook,\n.pl-social-counter:hover .pl-social-icon i.icon-facebook,\n.pl-social-counter.loved .pl-social-icon i.icon-facebook {\n  color: #337eff;\n}\n.pl-social-counter.hovered .pl-social-icon i.icon-twitter,\n.pl-social-counter:hover .pl-social-icon i.icon-twitter,\n.pl-social-counter.loved .pl-social-icon i.icon-twitter {\n  color: #50eaf6;\n}\n.pl-social-counter.hovered .pl-social-icon i.icon-linkedin,\n.pl-social-counter:hover .pl-social-icon i.icon-linkedin,\n.pl-social-counter.loved .pl-social-icon i.icon-linkedin {\n  color: #509df6;\n}\n.pl-social-counter.hovered .pl-social-icon i.icon-pinterest,\n.pl-social-counter:hover .pl-social-icon i.icon-pinterest,\n.pl-social-counter.loved .pl-social-icon i.icon-pinterest {\n  color: #ff535b;\n}\n.pl-social-counter {\n  border-right-color: #d4d4d4;\n}\n.pl-social-counter .pl-social-icon i {\n  color: #d4d4d4;\n}\n.pl-social-counter:hover .pl-social-icon i,\n.pl-social-counter.loved .pl-social-icon i {\n  color: #337EFF;\n}\n.pl-center-table {\n  display: table;\n  height: 100%;\n  width: 100%;\n}\n.pl-center-table .pl-center-cell {\n  height: 100%;\n  display: table-cell;\n  vertical-align: middle;\n  text-align: center;\n}\nul.inline-list {\n  list-style-type: none;\n  display: inline-block;\n}\nul.inline-list > li {\n  display: inline-block;\n  padding: 0;\n}\nul.inline-list > li > a {\n  box-sizing: border-box;\n  display: block;\n  color: inherit;\n}\nul.inline-list .menu-toggle {\n  display: none;\n}\nul.inline-list .menu-toggle.show-me {\n  display: block;\n}\n@media (max-width: 768px) {\n  ul.inline-list.respond .menu-toggle {\n    display: block;\n  }\n  ul.inline-list.respond .menu-item {\n    display: none;\n  }\n}\nul.tabbed-list {\n  list-style-type: none;\n  margin: 0;\n  width: 100%;\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  -ms-box-sizing: border-box;\n  box-sizing: border-box;\n}\nul.tabbed-list > li,\nul.tabbed-list > lh {\n  margin: 0;\n  padding: 0;\n  float: left;\n}\nul.tabbed-list > li a,\nul.tabbed-list > lh a {\n  display: block;\n}\n.media {\n  overflow: hidden;\n  overflow: visible;\n  zoom: 1;\n}\n.media > .bd {\n  display: table-cell;\n  vertical-align: top;\n  width: 10000px;\n  *display: block;\n  *width: auto;\n  zoom: 1;\n}\n.media .bd > :first-child {\n  margin-top: 0;\n}\n.media .bd > :last-child {\n  margin-bottom: 0;\n}\n.media > .img {\n  max-width: 25%;\n  float: left;\n  margin-right: 15px;\n  text-align: center;\n}\n.media > .img.rtimg {\n  float: right;\n  margin-left: 15px;\n  margin-right: 0;\n}\n.media > .img > img {\n  display: inline-block;\n  vertical-align: bottom;\n  max-width: 100%;\n  height: auto;\n  width: auto \\9;\n}\n.media > .img .thumbnail {\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  -ms-box-sizing: border-box;\n  box-sizing: border-box;\n  max-width: 100%;\n  display: inline-block;\n  padding: 3px;\n  border: 1px solid #e9e9e9;\n  -webkit-border-radius: 4px;\n  -moz-border-radius: 4px;\n  border-radius: 4px;\n  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);\n  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);\n  box-shadow: 0 1px 3px rgba(0,0,0,0.055);\n  -webkit-transition: all .2s ease-in-out;\n  -moz-transition: all .2s ease-in-out;\n  -ms-transition: all .2s ease-in-out;\n  transition: all .2s ease-in-out;\n}\n.media > .img .thumbnail[href]:hover {\n  border-color: #337EFF;\n  -webkit-box-shadow: 0 1px 4px rgba(0,105,214,0.25);\n  -moz-box-shadow: 0 1px 4px rgba(0,105,214,0.25);\n  box-shadow: 0 1px 4px rgba(0,105,214,0.25);\n}\n.media-list {\n  margin-bottom: 0;\n}\n.media-list .title,\n.media-list .excerpt {\n  display: block;\n}\n.media-list .title {\n  font-weight: 600;\n}\n.media-list .excerpt {\n  padding-bottom: 5px;\n}\n.media-list > li,\n.media-list > lh {\n  display: block;\n  line-height: 1.6em;\n}\n.media-list > li:last-child,\n.media-list > lh:last-child {\n  margin-bottom: 0;\n}\n.media-list > lh {\n  font-weight: 600;\n}\n.media-list .img .the-media {\n  display: block;\n  width: 40px;\n  height: 40px;\n  -webkit-background-size: cover;\n  -moz-background-size: cover;\n  -o-background-size: cover;\n  background-size: cover;\n  background-position: 50%;\n}\n.quote-list {\n  margin-bottom: 0;\n}\n.quote-list .title {\n  font-weight: 600;\n  font-size: 12px;\n  line-height: 1.5em;\n}\n.quote-list .the-quote {\n  padding: 10px;\n  position: relative;\n}\n.quote-list > li {\n  display: block;\n  line-height: 1.6em;\n  padding: 0;\n  border-bottom: none;\n  margin-bottom: 15px;\n}\n.quote-list .img .the-media {\n  display: block;\n  width: 40px;\n  height: 40px;\n  -webkit-background-size: cover;\n  -moz-background-size: cover;\n  -o-background-size: cover;\n  background-size: cover;\n}\n.pl-focus {\n  -webkit-transition: box-shadow .5s;\n  -moz-transition: box-shadow .5s;\n  -ms-transition: box-shadow .5s;\n  transition: box-shadow .5s;\n  box-shadow: 0 0 14px #337EFF;\n}\n.pl-focus.stop-focus {\n  box-shadow: none;\n}\n.pl-vignette {\n  position: relative;\n  display: block;\n}\n.pl-vignette:after {\n  box-shadow: inset 0 0 8px rgba(0,0,0,0.2);\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  z-index: 2;\n  content: \"\";\n}\n.pl-vignette .pl-vignette-allow-click {\n  position: relative;\n  z-index: 100;\n}\n.pprow {\n  width: 100%;\n  margin: 0 auto;\n}\n.pp2,\n.pp3,\n.pp4,\n.pp5,\n.pp6 {\n  margin: 0;\n  padding: 0;\n  margin-right: 4%;\n  float: left;\n  border: none;\n  -webkit-transition: all .2s linear;\n  -moz-transition: all .2s linear;\n  -ms-transition: all .2s linear;\n  transition: all .2s linear;\n}\n.pp3 {\n  margin-right: 3%;\n}\n.pp4,\n.pp5,\n.pp6 {\n  margin-right: 2%;\n}\n.pp1 {\n  width: 100%;\n  float: left;\n}\n.pp2 {\n  width: 48%;\n}\n.pp3 {\n  width: 31.333333333%;\n}\n.pp4 {\n  width: 23.5%;\n}\n.pp5 {\n  width: 18.4%;\n}\n.pp6 {\n  width: 15%;\n}\n.pplast {\n  margin-right: 0;\n}\n.ppfull .pp2,\n.ppfull .pp3,\n.ppfull .pp4,\n.ppfull .pp5,\n.ppfull .pp6 {\n  margin-right: 0;\n}\n.ppfull .pp2 {\n  width: 50%;\n}\n.ppfull .pp3 {\n  width: 33.3333333%;\n}\n.ppfull .pp4 {\n  width: 25%;\n}\n.ppfull .pp5 {\n  width: 20%;\n}\n.ppfull .pp6 {\n  width: 16.66666667%;\n}\n@media screen and (max-width: 650px) {\n  .responsive #site .pp2,\n  .responsive #site .pp3,\n  .responsive #site .ppfree {\n    width: 100%;\n    margin-right: 0;\n  }\n  .responsive #site .pprand {\n    width: 100% !important;\n    float: none;\n  }\n  .responsive #site .pprand .pprand-pad {\n    padding: 15px !important;\n  }\n}\n@media screen and (max-width: 700px) {\n  .responsive #site .pp4,\n  .responsive #site .pp5,\n  .responsive #site .pp6 {\n    width: 100%;\n    margin-right: 0;\n  }\n}\n.boomboard {\n  text-align: center;\n  padding: 70px;\n  min-height: 350px;\n}\n.boomboard h2.hugetext {\n  font-size: 8em;\n  line-height: 1.2em;\n}\n.billboard {\n  padding: 60px 15px;\n  margin: 0 0 2.5em 0;\n}\n.banner_pad {\n  padding: 2em;\n  text-align: center;\n}\n.banner_title.wicon {\n  display: inline;\n  padding: 0 23px;\n  background-position: 0 4px;\n  background-repeat: no-repeat;\n}\n.setup-section {\n  padding: 8px 0 10px;\n  background: #f6f6f6;\n  text-align: center;\n  line-height: 1.5em;\n}\n.plprint {\n  font-size: 10px;\n  line-height: 1.3em;\n  padding: 10px 0;\n}\n.grid-element,\n.media_overview {\n  margin-bottom: 12px;\n}\n.grid-img-frame {\n  max-width: 100%;\n}\n.grid-img-pad {\n  width: 100%;\n  float: left;\n}\n.vignette {\n  position: relative;\n}\n.grid-title {\n  margin: 0 0 .7em;\n}\n.grid-title-pad {\n  position: relative;\n  padding: 7px 0;\n}\n.gtitle {\n  float: left;\n}\n.title-link {\n  position: absolute;\n  bottom: 7px;\n  right: 4px;\n  font-size: 11px;\n  font-family: \'calibri\', \'lucida grande\', helvetica, arial;\n  font-weight: bold;\n  color: #888;\n  padding: 3px 7px 4px;\n  line-height: 1em;\n}\n.hovercard {\n  position: absolute;\n  bottom: 20px;\n  background: rgba(0,0,0,0.6);\n  text-shadow: none;\n  color: #fff;\n  line-height: 1.6em;\n  padding: 5px 8px;\n  display: none;\n  text-align: left;\n  font-size: 1.4em;\n  bottom: 15px;\n}\n#supersized-loader {\n  display: none;\n  visibility: hidden;\n}\n#supersized {\n  position: fixed;\n  left: 0;\n  top: 0;\n  overflow: hidden;\n  z-index: -999;\n  height: 100%;\n  width: 100%;\n  background-size: cover;\n}\n#supersized img {\n  height: auto;\n  width: auto;\n  position: relative;\n  outline: none;\n  border: none;\n  -ms-interpolation-mode: bicubic;\n  image-rendering: optimizeQuality;\n}\n.hidden {\n  display: none;\n}\n.aligncenter,\n.alignnone {\n  display: block;\n  margin-left: auto;\n  margin-right: auto;\n}\n.center {\n  text-align: center;\n}\n.alignleft {\n  float: left;\n  margin: 0 1.5em 1.5em 0;\n}\n.left {\n  float: left;\n}\n.alignright {\n  float: right;\n  margin: 0 0 .4em 1.4em;\n}\n.right {\n  float: right;\n}\n.textleft {\n  text-align: left;\n}\n.textright {\n  text-align: right;\n}\n.textjustify {\n  text-align: justify;\n}\n.textcenter {\n  text-align: center;\n}\n.clear {\n  clear: both;\n}\n.block {\n  display: block;\n}\nimg.center,\nimg[align=\"center\"] {\n  display: block;\n  margin-left: auto;\n  margin-right: auto;\n}\nimg.left,\nimg[align=\"left\"] {\n  float: left;\n  margin: 2px 10px 5px 0px;\n}\nimg.right,\nimg[align=\"right\"] {\n  float: right;\n  margin: 2px 0px 5px 10px;\n}\n.pl-credit,\n.toolbox-activate {\n  position: fixed;\n  bottom: 0;\n  background: rgba(0,0,0,0.9);\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n  font-weight: 300;\n  color: #fff;\n  text-shadow: 0 -1px 0 #000;\n  opacity: .6;\n  padding: 0 8px 0px 10px;\n  font-size: 15px;\n  height: 29px;\n  line-height: 29px;\n  text-align: center;\n  -webkit-transition: all .5s ease;\n  -moz-transition: all .5s ease;\n  -ms-transition: all .5s ease;\n  transition: all .5s ease;\n  cursor: pointer;\n}\n.pl-credit .transit,\n.toolbox-activate .transit {\n  -webkit-transition: all .5s ease;\n  -moz-transition: all .5s ease;\n  -ms-transition: all .5s ease;\n  transition: all .5s ease;\n}\n.pl-credit .fademein,\n.toolbox-activate .fademein {\n  opacity: 0;\n  -webkit-transition: all .7s ease;\n  -moz-transition: all .7s ease;\n  -ms-transition: all .7s ease;\n  transition: all .7s ease;\n}\n.pl-credit:hover,\n.toolbox-activate:hover {\n  color: #fff;\n  opacity: 1;\n}\n.pl-credit:hover .fademein,\n.toolbox-activate:hover .fademein {\n  opacity: 1;\n}\n.pl-credit:hover i,\n.toolbox-activate:hover i {\n  color: #35eafd;\n}\n.pl-credit {\n  -webkit-border-top-left-radius: 3px;\n  -moz-border-radius-topleft: 3px;\n  border-top-left-radius: 3px;\n  right: -33px;\n  box-shadow: -1px -1px 0 rgba(255,255,255,0.2);\n  display: block !important;\n  visibility: visible !important;\n  opacity: 1 !important;\n}\n.pl-credit:hover {\n  right: 0;\n}\n.pl-credit::after {\n  content: \'\';\n  display: block;\n  width: 200px;\n  height: 160%;\n  position: absolute;\n  top: -20px;\n  right: 0;\n  z-index: -100;\n}\n.toolbox-activate {\n  -webkit-border-top-right-radius: 3px;\n  -moz-border-radius-topright: 3px;\n  border-top-right-radius: 3px;\n  left: 0;\n  box-shadow: 1px -1px 0 rgba(255,255,255,0.2);\n}\n.pl-editor-only {\n  display: none;\n}\n.pl-section-controls,\n.pl-region-bar,\n.pl-area-controls,\n.pl-column-forcer,\n.pl-sortable-buffer,\n.li-refresh,\n.pl-editor-only,\n.linked-tpl,\n.linked-section,\n.area-unlock,\n.tpl-unlock {\n  display: none;\n}\ntable {\n  width: 100%;\n}\ntable .prettyprint {\n  margin-bottom: 0;\n}\n.hentry table,\n#comments table {\n  margin-bottom: 1em;\n  font-size: 80%;\n  line-height: 1.3em;\n}\n.hentry table th,\n#comments table th {\n  font-weight: 600;\n}\n.hentry table th,\n.hentry table td,\n#comments table th,\n#comments table td {\n  vertical-align: middle;\n  padding: 10px;\n}\n.hentry table th ul,\n.hentry table td ul,\n#comments table th ul,\n#comments table td ul {\n  text-align: left;\n  font-size: 90%;\n  margin: 7px 0 7px 30px;\n}\n.table th {\n  font-size: 14px;\n  font-weight: bold;\n}\n.table td {\n  color: #1a1a1a;\n  line-height: 18.7px;\n  font-size: 13px;\n  vertical-align: top;\n  border-top: 1px solid #dedede;\n}\n.table.mid td {\n  vertical-align: middle;\n}\ncolgroup + thead tr:first-child th,\ncolgroup + thead tr:first-child td,\nthead:first-child tr:first-child th,\nthead:first-child tr:first-child td {\n  border-top: 0;\n}\ntbody + tbody {\n  border-top: 2px solid #dedede;\n}\n.table-condensed th,\n.table-condensed td,\n.hentry .table-condensed th,\n.hentry .table-condensed td {\n  padding: 4px 5px;\n}\n.table-centered th,\n.table-centered td {\n  text-align: center;\n}\n.table-bordered {\n  border: 1px solid #dedede;\n  border-left: 0;\n  border-collapse: separate;\n  *border-collapse: collapsed;\n  -webkit-border-radius: 4px;\n  -moz-border-radius: 4px;\n  border-radius: 4px;\n}\n.table-bordered th,\n.table-bordered td {\n  border-left: 1px solid #dedede;\n}\n.table-bordered thead:first-child tr:first-child th,\n.table-bordered tbody:first-child tr:first-child th,\n.table-bordered tbody:first-child tr:first-child td {\n  border-top: 0;\n}\n.table-bordered thead:first-child tr:first-child th:first-child,\n.table-bordered tbody:first-child tr:first-child td:first-child {\n  -webkit-border-radius: 4px 0 0 0;\n  -moz-border-radius: 4px 0 0 0;\n  border-radius: 4px 0 0 0;\n}\n.table-bordered thead:first-child tr:first-child th:last-child,\n.table-bordered tbody:first-child tr:first-child td:last-child {\n  -webkit-border-radius: 0 4px 0 0;\n  -moz-border-radius: 0 4px 0 0;\n  border-radius: 0 4px 0 0;\n}\n.table-bordered thead:last-child tr:last-child th:first-child,\n.table-bordered tbody:last-child tr:last-child td:first-child {\n  -webkit-border-radius: 0 0 0 4px;\n  -moz-border-radius: 0 0 0 4px;\n  border-radius: 0 0 0 4px;\n}\n.table-bordered thead:last-child tr:last-child th:last-child,\n.table-bordered tbody:last-child tr:last-child td:last-child {\n  -webkit-border-radius: 0 0 4px 0;\n  -moz-border-radius: 0 0 4px 0;\n  border-radius: 0 0 4px 0;\n}\n.table-striped tbody tr:nth-child(odd) td,\n.table-striped tbody tr:nth-child(odd) th {\n  background-color: #f5f5f5;\n}\n.table tbody tr:hover td,\n.table tbody tr:hover th {\n  background-color: #f5f5f5;\n}\ntable .span1 {\n  float: none;\n  width: 44px;\n  margin-left: 0;\n}\ntable .span2 {\n  float: none;\n  width: 124px;\n  margin-left: 0;\n}\ntable .span3 {\n  float: none;\n  width: 204px;\n  margin-left: 0;\n}\ntable .span4 {\n  float: none;\n  width: 284px;\n  margin-left: 0;\n}\ntable .span5 {\n  float: none;\n  width: 364px;\n  margin-left: 0;\n}\ntable .span6 {\n  float: none;\n  width: 444px;\n  margin-left: 0;\n}\ntable .span7 {\n  float: none;\n  width: 524px;\n  margin-left: 0;\n}\ntable .span8 {\n  float: none;\n  width: 604px;\n  margin-left: 0;\n}\ntable .span9 {\n  float: none;\n  width: 684px;\n  margin-left: 0;\n}\ntable .span10 {\n  float: none;\n  width: 764px;\n  margin-left: 0;\n}\ntable .span11 {\n  float: none;\n  width: 844px;\n  margin-left: 0;\n}\ntable .span12 {\n  float: none;\n  width: 924px;\n  margin-left: 0;\n}\ntable .span13 {\n  float: none;\n  width: 1004px;\n  margin-left: 0;\n}\ntable .span14 {\n  float: none;\n  width: 1084px;\n  margin-left: 0;\n}\ntable .span15 {\n  float: none;\n  width: 1164px;\n  margin-left: 0;\n}\ntable .span16 {\n  float: none;\n  width: 1244px;\n  margin-left: 0;\n}\ntable .span17 {\n  float: none;\n  width: 1324px;\n  margin-left: 0;\n}\ntable .span18 {\n  float: none;\n  width: 1404px;\n  margin-left: 0;\n}\ntable .span19 {\n  float: none;\n  width: 1484px;\n  margin-left: 0;\n}\ntable .span20 {\n  float: none;\n  width: 1564px;\n  margin-left: 0;\n}\ntable .span21 {\n  float: none;\n  width: 1644px;\n  margin-left: 0;\n}\ntable .span22 {\n  float: none;\n  width: 1724px;\n  margin-left: 0;\n}\ntable .span23 {\n  float: none;\n  width: 1804px;\n  margin-left: 0;\n}\ntable .span24 {\n  float: none;\n  width: 1884px;\n  margin-left: 0;\n}\n.well {\n  min-height: 20px;\n  padding: 19px;\n  margin: 21.7px 0;\n  background: #e9e9e9;\n  border: 1px solid rgba(0,0,0,0.1);\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  -ms-box-sizing: border-box;\n  box-sizing: border-box;\n  border-radius: 1px;\n}\n.well > .btn {\n  margin-right: 10px;\n}\n.well blockquote {\n  border-color: #dedede;\n  border-color: rgba(0,0,0,0.15);\n}\n.well h2,\n.well h3,\n.well h4 {\n  margin-top: 0;\n}\n.well p:last-child {\n  margin-bottom: 0;\n}\n.well-large {\n  padding: 24px;\n  border-radius: 4px;\n}\n.well-small {\n  padding: 9px;\n  border-radius: 2px;\n}\nform {\n  margin: 0 0 21.7px;\n}\nfieldset {\n  padding: 0;\n  margin: 0;\n  border: 0;\n}\nlegend {\n  display: block;\n  width: 100%;\n  padding: 0;\n  margin-bottom: 21.7px;\n  font-size: 21px;\n  line-height: 43.4px;\n  color: #333;\n  border: 0;\n  border-bottom: 1px solid #e5e5e5;\n}\nlegend small {\n  font-size: 16.275px;\n  color: #999;\n}\nlabel,\ninput,\nbutton,\nselect,\ntextarea {\n  font-size: 14px;\n  font-weight: normal;\n  line-height: 21.7px;\n}\ninput,\nbutton,\nselect,\ntextarea {\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n}\nlabel {\n  display: block;\n  margin-bottom: 5px;\n}\nselect,\ntextarea,\ninput[type=\"text\"],\ninput[type=\"password\"],\ninput[type=\"datetime\"],\ninput[type=\"datetime-local\"],\ninput[type=\"date\"],\ninput[type=\"month\"],\ninput[type=\"time\"],\ninput[type=\"week\"],\ninput[type=\"number\"],\ninput[type=\"email\"],\ninput[type=\"url\"],\ninput[type=\"search\"],\ninput[type=\"tel\"],\ninput[type=\"color\"],\n.uneditable-input {\n  display: inline-block;\n  height: 32.55px;\n  padding: 4px 6px;\n  margin-bottom: 9px;\n  font-size: 14px;\n  line-height: 21.7px;\n  color: #555;\n  -webkit-border-radius: 2px;\n  -moz-border-radius: 2px;\n  border-radius: 2px;\n}\ninput,\ntextarea,\n.uneditable-input,\n.add-on {\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  -ms-box-sizing: border-box;\n  box-sizing: border-box;\n}\ninput {\n  width: 220px;\n}\ntextarea {\n  width: 100%;\n  height: auto;\n}\ntextarea,\ninput[type=\"text\"],\ninput[type=\"password\"],\ninput[type=\"datetime\"],\ninput[type=\"datetime-local\"],\ninput[type=\"date\"],\ninput[type=\"month\"],\ninput[type=\"time\"],\ninput[type=\"week\"],\ninput[type=\"number\"],\ninput[type=\"email\"],\ninput[type=\"url\"],\ninput[type=\"search\"],\ninput[type=\"tel\"],\ninput[type=\"color\"],\n.uneditable-input {\n  background-color: #FFFFFF;\n  border: 1px solid #CCCCCC;\n  -webkit-transition: border linear .2s, box-shadow linear .2s;\n  -moz-transition: border linear .2s, box-shadow linear .2s;\n  -ms-transition: border linear .2s, box-shadow linear .2s;\n  transition: border linear .2s, box-shadow linear .2s;\n}\ntextarea:focus,\ninput[type=\"text\"]:focus,\ninput[type=\"password\"]:focus,\ninput[type=\"datetime\"]:focus,\ninput[type=\"datetime-local\"]:focus,\ninput[type=\"date\"]:focus,\ninput[type=\"month\"]:focus,\ninput[type=\"time\"]:focus,\ninput[type=\"week\"]:focus,\ninput[type=\"number\"]:focus,\ninput[type=\"email\"]:focus,\ninput[type=\"url\"]:focus,\ninput[type=\"search\"]:focus,\ninput[type=\"tel\"]:focus,\ninput[type=\"color\"]:focus,\n.uneditable-input:focus {\n  border-color: rgba(82,168,236,0.8);\n  outline: 0;\n  outline: thin dotted \\9;\n  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);\n  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);\n  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);\n}\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n  margin: 4px 0 0;\n  *margin-top: 0;\n  margin-top: 1px \\9;\n  line-height: normal;\n  cursor: pointer;\n}\ninput[type=\"file\"],\ninput[type=\"image\"],\ninput[type=\"submit\"],\ninput[type=\"reset\"],\ninput[type=\"button\"],\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n  width: auto;\n}\nselect,\ninput[type=\"file\"] {\n  height: 30px;\n  *margin-top: 4px;\n  line-height: 30px;\n}\nselect {\n  border: 1px solid #CCCCCC;\n  background-color: #FFFFFF;\n}\nselect[multiple],\nselect[size] {\n  height: auto;\n}\nselect:focus,\ninput[type=\"file\"]:focus,\ninput[type=\"radio\"]:focus,\ninput[type=\"checkbox\"]:focus {\n  outline: thin dotted #333;\n  outline: 5px auto -webkit-focus-ring-color;\n  outline-offset: -2px;\n}\n.uneditable-input,\n.uneditable-textarea {\n  color: #999;\n  background-color: #fcfcfc;\n  border-color: #CCCCCC;\n  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);\n  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);\n  box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);\n  cursor: not-allowed;\n}\n.uneditable-input {\n  overflow: hidden;\n  white-space: nowrap;\n}\n.uneditable-textarea {\n  width: auto;\n  height: auto;\n}\ninput:-moz-placeholder,\ntextarea:-moz-placeholder {\n  color: rgba(0,0,0,0.4);\n}\ninput:-ms-input-placeholder,\ntextarea:-ms-input-placeholder {\n  color: rgba(0,0,0,0.4);\n}\ninput::-webkit-input-placeholder,\ntextarea::-webkit-input-placeholder {\n  color: rgba(0,0,0,0.4);\n}\n.radio,\n.checkbox {\n  min-height: 18px;\n  padding-left: 18px;\n}\n.radio input[type=\"radio\"],\n.checkbox input[type=\"checkbox\"] {\n  float: left;\n  margin-left: -18px;\n}\n.controls > .radio:first-child,\n.controls > .checkbox:first-child {\n  padding-top: 5px;\n}\n.radio.inline,\n.checkbox.inline {\n  display: inline-block;\n  padding-top: 5px;\n  margin-bottom: 0;\n  vertical-align: middle;\n}\n.radio.inline + .radio.inline,\n.checkbox.inline + .checkbox.inline {\n  margin-left: 10px;\n}\n.input-mini {\n  width: 60px;\n}\n.input-small {\n  width: 90px;\n}\n.input-medium {\n  width: 150px;\n}\n.input-large {\n  width: 210px;\n}\n.input-xlarge {\n  width: 270px;\n}\n.input-xxlarge {\n  width: 530px;\n}\ninput[class*=\"span\"],\nselect[class*=\"span\"],\ntextarea[class*=\"span\"],\n.uneditable-input[class*=\"span\"],\n.row-fluid input[class*=\"span\"],\n.row-fluid select[class*=\"span\"],\n.row-fluid textarea[class*=\"span\"],\n.row-fluid .uneditable-input[class*=\"span\"] {\n  float: none;\n  margin-left: 0;\n}\n.input-append input[class*=\"span\"],\n.input-append .uneditable-input[class*=\"span\"],\n.input-prepend input[class*=\"span\"],\n.input-prepend .uneditable-input[class*=\"span\"],\n.row-fluid input[class*=\"span\"],\n.row-fluid select[class*=\"span\"],\n.row-fluid textarea[class*=\"span\"],\n.row-fluid .uneditable-input[class*=\"span\"],\n.row-fluid .input-prepend [class*=\"span\"],\n.row-fluid .input-append [class*=\"span\"] {\n  display: inline-block;\n}\ninput,\ntextarea,\n.uneditable-input {\n  margin-left: 0;\n}\ninput.span12,\ntextarea.span12,\n.uneditable-input.span12 {\n  width: 930px;\n}\ninput.span11,\ntextarea.span11,\n.uneditable-input.span11 {\n  width: 850px;\n}\ninput.span10,\ntextarea.span10,\n.uneditable-input.span10 {\n  width: 770px;\n}\ninput.span9,\ntextarea.span9,\n.uneditable-input.span9 {\n  width: 690px;\n}\ninput.span8,\ntextarea.span8,\n.uneditable-input.span8 {\n  width: 610px;\n}\ninput.span7,\ntextarea.span7,\n.uneditable-input.span7 {\n  width: 530px;\n}\ninput.span6,\ntextarea.span6,\n.uneditable-input.span6 {\n  width: 450px;\n}\ninput.span5,\ntextarea.span5,\n.uneditable-input.span5 {\n  width: 370px;\n}\ninput.span4,\ntextarea.span4,\n.uneditable-input.span4 {\n  width: 290px;\n}\ninput.span3,\ntextarea.span3,\n.uneditable-input.span3 {\n  width: 210px;\n}\ninput.span2,\ntextarea.span2,\n.uneditable-input.span2 {\n  width: 130px;\n}\ninput.span1,\ntextarea.span1,\n.uneditable-input.span1 {\n  width: 50px;\n}\n.controls-row {\n  *zoom: 1;\n}\n.controls-row:before,\n.controls-row:after {\n  display: table;\n  content: \"\";\n  line-height: 0;\n}\n.controls-row:after {\n  clear: both;\n}\n.controls-row [class*=\"span\"] {\n  float: left;\n}\ninput[disabled],\nselect[disabled],\ntextarea[disabled],\ninput[readonly],\nselect[readonly],\ntextarea[readonly] {\n  cursor: not-allowed;\n  background-color: #eee;\n}\ninput[type=\"radio\"][disabled],\ninput[type=\"checkbox\"][disabled],\ninput[type=\"radio\"][readonly],\ninput[type=\"checkbox\"][readonly] {\n  background-color: transparent;\n}\n.control-group.warning > label,\n.control-group.warning .help-block,\n.control-group.warning .help-inline {\n  color: #453404;\n}\n.control-group.warning input,\n.control-group.warning select,\n.control-group.warning textarea {\n  color: #453404;\n  border-color: #453404;\n}\n.control-group.warning input:focus,\n.control-group.warning select:focus,\n.control-group.warning textarea:focus {\n  border-color: #151001;\n  -webkit-box-shadow: 0 0 6px #a57d0a;\n  -moz-box-shadow: 0 0 6px #a57d0a;\n  box-shadow: 0 0 6px #a57d0a;\n}\n.control-group.warning .input-prepend .add-on,\n.control-group.warning .input-append .add-on {\n  color: #453404;\n  background-color: #fcf8e3;\n  border-color: #453404;\n}\n.control-group.error > label,\n.control-group.error .help-block,\n.control-group.error .help-inline {\n  color: #b94a48;\n}\n.control-group.error input,\n.control-group.error select,\n.control-group.error textarea {\n  color: #b94a48;\n  border-color: #b94a48;\n}\n.control-group.error input:focus,\n.control-group.error select:focus,\n.control-group.error textarea:focus {\n  border-color: #953b39;\n  -webkit-box-shadow: 0 0 6px #d59392;\n  -moz-box-shadow: 0 0 6px #d59392;\n  box-shadow: 0 0 6px #d59392;\n}\n.control-group.error .input-prepend .add-on,\n.control-group.error .input-append .add-on {\n  color: #b94a48;\n  background-color: #f2dede;\n  border-color: #b94a48;\n}\n.control-group.success > label,\n.control-group.success .help-block,\n.control-group.success .help-inline {\n  color: #468847;\n}\n.control-group.success input,\n.control-group.success select,\n.control-group.success textarea {\n  color: #468847;\n  border-color: #468847;\n}\n.control-group.success input:focus,\n.control-group.success select:focus,\n.control-group.success textarea:focus {\n  border-color: #356635;\n  -webkit-box-shadow: 0 0 6px #7aba7b;\n  -moz-box-shadow: 0 0 6px #7aba7b;\n  box-shadow: 0 0 6px #7aba7b;\n}\n.control-group.success .input-prepend .add-on,\n.control-group.success .input-append .add-on {\n  color: #468847;\n  background-color: #dff0d8;\n  border-color: #468847;\n}\n.control-group.info > label,\n.control-group.info .help-block,\n.control-group.info .help-inline {\n  color: #3a87ad;\n}\n.control-group.info input,\n.control-group.info select,\n.control-group.info textarea {\n  color: #3a87ad;\n  border-color: #3a87ad;\n}\n.control-group.info input:focus,\n.control-group.info select:focus,\n.control-group.info textarea:focus {\n  border-color: #2d6987;\n  -webkit-box-shadow: 0 0 6px #7ab5d3;\n  -moz-box-shadow: 0 0 6px #7ab5d3;\n  box-shadow: 0 0 6px #7ab5d3;\n}\n.control-group.info .input-prepend .add-on,\n.control-group.info .input-append .add-on {\n  color: #3a87ad;\n  background-color: #d9edf7;\n  border-color: #3a87ad;\n}\ninput:focus:required:invalid,\ntextarea:focus:required:invalid,\nselect:focus:required:invalid {\n  color: #b94a48;\n  border-color: #ee5f5b;\n}\ninput:focus:required:invalid:focus,\ntextarea:focus:required:invalid:focus,\nselect:focus:required:invalid:focus {\n  border-color: #e9322d;\n  -webkit-box-shadow: 0 0 6px #f8b9b7;\n  -moz-box-shadow: 0 0 6px #f8b9b7;\n  box-shadow: 0 0 6px #f8b9b7;\n}\n.form-actions {\n  padding: 20.7px 20px 21.7px;\n  margin-top: 21.7px;\n  margin-bottom: 21.7px;\n  background-color: #f5f5f5;\n  border-top: 1px solid #e5e5e5;\n  *zoom: 1;\n}\n.form-actions:before,\n.form-actions:after {\n  display: table;\n  content: \"\";\n  line-height: 0;\n}\n.form-actions:after {\n  clear: both;\n}\n.help-block,\n.help-inline {\n  color: #262626;\n}\n.help-block {\n  display: block;\n  margin-bottom: 10.85px;\n}\n.help-inline {\n  display: inline-block;\n  *display: inline;\n  *zoom: 1;\n  vertical-align: middle;\n  padding-left: 5px;\n}\n.input-append,\n.input-prepend {\n  margin-bottom: 5px;\n  font-size: 0;\n  white-space: nowrap;\n}\n.input-append input,\n.input-append select,\n.input-append .uneditable-input,\n.input-prepend input,\n.input-prepend select,\n.input-prepend .uneditable-input {\n  position: relative;\n  margin-bottom: 0;\n  *margin-left: 0;\n  font-size: 14px;\n  vertical-align: top;\n  -webkit-border-radius: 0 2px 2px 0;\n  -moz-border-radius: 0 2px 2px 0;\n  border-radius: 0 2px 2px 0;\n}\n.input-append input:focus,\n.input-append select:focus,\n.input-append .uneditable-input:focus,\n.input-prepend input:focus,\n.input-prepend select:focus,\n.input-prepend .uneditable-input:focus {\n  z-index: 2;\n}\n.input-append .add-on,\n.input-prepend .add-on {\n  display: inline-block;\n  width: auto;\n  height: 32.55px;\n  min-width: 16px;\n  padding: 4px 5px;\n  font-size: 14px;\n  font-weight: normal;\n  line-height: 21.7px;\n  text-align: center;\n  text-shadow: 0 1px 0 #fff;\n  background-color: #eee;\n  border: 1px solid #ccc;\n}\n.input-append .add-on,\n.input-append .btn,\n.input-prepend .add-on,\n.input-prepend .btn {\n  vertical-align: top;\n  -webkit-border-radius: 0;\n  -moz-border-radius: 0;\n  border-radius: 0;\n}\n.input-append .active,\n.input-prepend .active {\n  background-color: #89e5b0;\n  border-color: #27Ae60;\n}\n.input-prepend .add-on,\n.input-prepend .btn {\n  margin-right: -1px;\n}\n.input-prepend .add-on:first-child,\n.input-prepend .btn:first-child {\n  -webkit-border-radius: 2px 0 0 2px;\n  -moz-border-radius: 2px 0 0 2px;\n  border-radius: 2px 0 0 2px;\n}\n.input-append input,\n.input-append select,\n.input-append .uneditable-input {\n  -webkit-border-radius: 2px 0 0 2px;\n  -moz-border-radius: 2px 0 0 2px;\n  border-radius: 2px 0 0 2px;\n}\n.input-append .add-on,\n.input-append .btn {\n  margin-left: -1px;\n}\n.input-append .add-on:last-child,\n.input-append .btn:last-child {\n  -webkit-border-radius: 0 2px 2px 0;\n  -moz-border-radius: 0 2px 2px 0;\n  border-radius: 0 2px 2px 0;\n}\n.input-prepend.input-append input,\n.input-prepend.input-append select,\n.input-prepend.input-append .uneditable-input {\n  -webkit-border-radius: 0;\n  -moz-border-radius: 0;\n  border-radius: 0;\n}\n.input-prepend.input-append .add-on:first-child,\n.input-prepend.input-append .btn:first-child {\n  margin-right: -1px;\n  -webkit-border-radius: 2px 0 0 2px;\n  -moz-border-radius: 2px 0 0 2px;\n  border-radius: 2px 0 0 2px;\n}\n.input-prepend.input-append .add-on:last-child,\n.input-prepend.input-append .btn:last-child {\n  margin-left: -1px;\n  -webkit-border-radius: 0 2px 2px 0;\n  -moz-border-radius: 0 2px 2px 0;\n  border-radius: 0 2px 2px 0;\n}\ninput.search-query {\n  padding-right: 14px;\n  padding-right: 4px \\9;\n  padding-left: 14px;\n  padding-left: 4px \\9;\n  margin-bottom: 0;\n  -webkit-border-radius: 15px;\n  -moz-border-radius: 15px;\n  border-radius: 15px;\n}\n.form-search .input-append .search-query,\n.form-search .input-prepend .search-query {\n  -webkit-border-radius: 0;\n  -moz-border-radius: 0;\n  border-radius: 0;\n}\n.form-search .input-append .search-query {\n  -webkit-border-radius: 14px 0 0 14px;\n  -moz-border-radius: 14px 0 0 14px;\n  border-radius: 14px 0 0 14px;\n}\n.form-search .input-append .btn {\n  -webkit-border-radius: 0 14px 14px 0;\n  -moz-border-radius: 0 14px 14px 0;\n  border-radius: 0 14px 14px 0;\n}\n.form-search .input-prepend .search-query {\n  -webkit-border-radius: 0 14px 14px 0;\n  -moz-border-radius: 0 14px 14px 0;\n  border-radius: 0 14px 14px 0;\n}\n.form-search .input-prepend .btn {\n  -webkit-border-radius: 14px 0 0 14px;\n  -moz-border-radius: 14px 0 0 14px;\n  border-radius: 14px 0 0 14px;\n}\n.form-search input,\n.form-search textarea,\n.form-search select,\n.form-search .help-inline,\n.form-search .uneditable-input,\n.form-search .input-prepend,\n.form-search .input-append,\n.form-inline input,\n.form-inline textarea,\n.form-inline select,\n.form-inline .help-inline,\n.form-inline .uneditable-input,\n.form-inline .input-prepend,\n.form-inline .input-append,\n.form-horizontal input,\n.form-horizontal textarea,\n.form-horizontal select,\n.form-horizontal .help-inline,\n.form-horizontal .uneditable-input,\n.form-horizontal .input-prepend,\n.form-horizontal .input-append {\n  display: inline-block;\n  *display: inline;\n  *zoom: 1;\n  margin-bottom: 0;\n  vertical-align: middle;\n}\n.form-search .hide,\n.form-inline .hide,\n.form-horizontal .hide {\n  display: none;\n}\n.form-search label,\n.form-inline label,\n.form-search .btn-group,\n.form-inline .btn-group {\n  display: inline-block;\n}\n.form-search .input-append,\n.form-inline .input-append,\n.form-search .input-prepend,\n.form-inline .input-prepend {\n  margin-bottom: 0;\n}\n.form-search .radio,\n.form-search .checkbox,\n.form-inline .radio,\n.form-inline .checkbox {\n  padding-left: 0;\n  margin-bottom: 0;\n  vertical-align: middle;\n}\n.form-search .radio input[type=\"radio\"],\n.form-search .checkbox input[type=\"checkbox\"],\n.form-inline .radio input[type=\"radio\"],\n.form-inline .checkbox input[type=\"checkbox\"] {\n  float: left;\n  margin-right: 3px;\n  margin-left: 0;\n}\n.control-group {\n  margin-bottom: 10.85px;\n}\nlegend + .control-group {\n  margin-top: 21.7px;\n  -webkit-margin-top-collapse: separate;\n}\n.form-horizontal .control-group {\n  margin-bottom: 21.7px;\n  *zoom: 1;\n}\n.form-horizontal .control-group:before,\n.form-horizontal .control-group:after {\n  display: table;\n  content: \"\";\n  line-height: 0;\n}\n.form-horizontal .control-group:after {\n  clear: both;\n}\n.form-horizontal .control-label {\n  float: left;\n  width: 160px;\n  padding-top: 5px;\n  text-align: right;\n}\n.form-horizontal .controls {\n  *display: inline-block;\n  *padding-left: 20px;\n  margin-left: 180px;\n  *margin-left: 0;\n}\n.form-horizontal .controls:first-child {\n  *padding-left: 180px;\n}\n.form-horizontal .help-block {\n  margin-bottom: 0;\n}\n.form-horizontal input + .help-block,\n.form-horizontal select + .help-block,\n.form-horizontal textarea + .help-block {\n  margin-top: 10.85px;\n}\n.form-horizontal .form-actions {\n  padding-left: 180px;\n}\n:-moz-placeholder {\n  color: rgba(0,0,0,0.4);\n}\n:-ms-input-placeholder {\n  color: rgba(0,0,0,0.4);\n}\n::-webkit-input-placeholder {\n  color: rgba(0,0,0,0.4);\n}\n.pl-searcher {\n  cursor: pointer;\n}\n.pl-searcher input::-webkit-input-placeholder {\n  text-transform: uppercase;\n  letter-spacing: 1px;\n  color: rgba(0,0,0,0.2);\n}\n.pl-searcher input::-moz-placeholder {\n  text-transform: uppercase;\n  letter-spacing: 1px;\n  color: rgba(0,0,0,0.2);\n}\n.searchform {\n  position: relative;\n  margin: 3px 0 3px 0;\n  display: inline-block;\n}\n.searchform input::-webkit-input-placeholder {\n  text-transform: uppercase;\n  letter-spacing: 1px;\n}\n.searchform input::-moz-placeholder {\n  text-transform: uppercase;\n}\n.searchform .btn-search {\n  position: absolute;\n  z-index: 10;\n  left: 5px;\n  top: 1px;\n  color: #000;\n}\n.searchform .btn-search:hover {\n  cursor: pointer;\n  opacity: .6;\n}\n.searchform .searchfield {\n  -webkit-border-radius: 3px;\n  -moz-border-radius: 3px;\n  border-radius: 3px;\n  height: 23px;\n  padding: 5px 5px 5px 12px;\n  margin: 0;\n  cursor: default;\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n  font-size: 11px;\n  line-height: 1.2em;\n  -webkit-transition: all .7s;\n  -moz-transition: all .7s;\n  -ms-transition: all .7s;\n  transition: all .7s;\n  text-indent: 15px;\n  box-sizing: border-box;\n  width: 100%;\n}\n.searchform .searchfield:focus {\n  cursor: text;\n  box-shadow: none;\n  background-color: #fff;\n  color: #000;\n}\n.billboard .searchfield,\n.boomboard .searchfield {\n  float: none;\n}\n.navigation_wrap .searchform {\n  position: absolute;\n  right: 3px;\n  bottom: 2px;\n}\ninput[type=\"submit\"],\n.submit,\ninput[type=\"button\"],\n.button,\ninput[type=\"reset\"],\n.reset {\n  vertical-align: top;\n  padding: 5px 9px;\n  cursor: pointer;\n  text-decoration: none;\n  -webkit-box-sizing: content-box;\n  -moz-box-sizing: content-box;\n  -ms-box-sizing: content-box;\n  box-sizing: content-box;\n  -webkit-border-radius: 2px;\n  -moz-border-radius: 2px;\n  border-radius: 2px;\n  color: #000000;\n  border: 1px solid #c3c3c3;\n  background: #f6f6f6;\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n}\ninput[type=\"submit\"]:hover,\n.submit:hover,\ninput[type=\"button\"]:hover,\n.button:hover,\ninput[type=\"reset\"]:hover,\n.reset:hover {\n  opacity: .8;\n}\ninput[type=\"submit\"]:active,\n.submit:active,\ninput[type=\"button\"]:active,\n.button:active,\ninput[type=\"reset\"]:active,\n.reset:active {\n  box-shadow: inset 0 2px 2px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);\n  background-color: #dddddd;\n  outline: 0;\n}\ninput[type=\"image\"] {\n  box-shadow: none;\n}\n.breadcrumb {\n  padding: 8px 15px;\n  margin: 0 0 21.7px;\n  list-style: none;\n  background-color: #f5f5f5;\n  border-radius: 4px;\n}\n.breadcrumb li {\n  display: inline-block;\n  *display: inline;\n  *zoom: 1;\n  text-shadow: 0 1px 0 #fff;\n}\n.breadcrumb .divider {\n  padding: 0 5px;\n  color: #ccc;\n}\n.breadcrumb .active {\n  color: #999;\n}\n.close {\n  float: right;\n  font-size: 20px;\n  font-weight: bold;\n  line-height: 21.7px;\n  color: #000;\n  text-shadow: 0 1px 0 #ffffff;\n  opacity: .2;\n}\n.close:hover {\n  color: #000;\n  text-decoration: none;\n  cursor: pointer;\n  opacity: .4;\n}\nbutton.close {\n  padding: 0;\n  cursor: pointer;\n  background: transparent;\n  border: 0;\n  -webkit-appearance: none;\n}\n.pager {\n  list-style: none;\n  text-align: center;\n  *zoom: 1;\n}\n.pager:before,\n.pager:after {\n  display: table;\n  content: \"\";\n  line-height: 0;\n}\n.pager:after {\n  clear: both;\n}\n.pager li {\n  display: inline;\n}\n.pager a,\n.pager span {\n  display: inline-block;\n  padding: 5px 14px;\n  background: #f6f6f6;\n  border: 1px solid #dddddd;\n  -webkit-border-radius: 15px;\n  -moz-border-radius: 15px;\n  border-radius: 15px;\n}\n.pager a:hover {\n  text-decoration: none;\n  background-color: #d4d4d4;\n}\n.pager a:active {\n  -webkit-box-shadow: 1px 1px 0 @baseLighterMore, inset 1px 1px 0 rgba(0,0,0,.2);\n  -moz-box-shadow: 1px 1px 0 @baseLighterMore, inset 1px 1px 0 rgba(0,0,0,.2);\n  box-shadow: 1px 1px 0 @baseLighterMore, inset 1px 1px 0 rgba(0,0,0,.2);\n  background-color: #dddddd;\n  border: 1px solid #d0d0d0;\n}\n.pager .next a,\n.pager .next span {\n  float: right;\n}\n.pager .previous a {\n  float: left;\n}\n.pager .disabled a,\n.pager .disabled a:hover,\n.pager .disabled span {\n  color: #e9e9e9;\n  background-color: rgba(0,0,0,0.6);\n  cursor: default;\n}\n.pagination .wp-pagenavi span.pages {\n  margin-right: 16px;\n  text-transform: uppercase;\n  letter-spacing: .1em;\n  color: rgba(0,0,0,0.3);\n  float: left;\n  line-height: 30.55px;\n}\n.pagination .wp-pagenavi a,\n.pagination .wp-pagenavi span,\n.pagination .wp-pagenavi a:hover,\n.pagination .wp-pagenavi span.current {\n  text-decoration: none;\n  border: none;\n  padding: 0;\n  margin: 0;\n  font-weight: normal;\n}\n.pagination .wp-pagenavi a,\n.pagination .wp-pagenavi span.current {\n  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);\n  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);\n  box-shadow: 0 1px 2px rgba(0,0,0,0.05);\n}\n.pagination ul {\n  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);\n  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);\n  box-shadow: 0 1px 2px rgba(0,0,0,0.05);\n  -webkit-border-radius: 3px;\n  -moz-border-radius: 3px;\n  border-radius: 3px;\n}\n.pagination ul,\n.pagination.pagenavi {\n  display: inline-block;\n  *display: inline;\n  *zoom: 1;\n  margin: 0;\n}\n.pagination ul > a span.pg,\n.pagination ul > span.pg,\n.pagination ul .wp-pagenavi a,\n.pagination ul .wp-pagenavi span.current,\n.pagination ul .wp-pagenavi span.extend,\n.pagination.pagenavi > a span.pg,\n.pagination.pagenavi > span.pg,\n.pagination.pagenavi .wp-pagenavi a,\n.pagination.pagenavi .wp-pagenavi span.current,\n.pagination.pagenavi .wp-pagenavi span.extend {\n  float: left;\n  padding: 0 14px;\n  line-height: 30.55px;\n  text-decoration: none;\n  background-color: #FFFFFF;\n  border: 1px solid #e9e9e9;\n  border-left-width: 0;\n  color: rgba(0,0,0,0.6);\n}\n.pagination ul > span.pg,\n.pagination ul > a:hover span.pg,\n.pagination ul .wp-pagenavi a:hover,\n.pagination ul .wp-pagenavi span.current,\n.pagination.pagenavi > span.pg,\n.pagination.pagenavi > a:hover span.pg,\n.pagination.pagenavi .wp-pagenavi a:hover,\n.pagination.pagenavi .wp-pagenavi span.current {\n  background-color: #f6f6f6;\n  color: #000000;\n  text-decoration: none;\n}\n.pagination ul > li,\n.pagination.pagenavi > li {\n  display: inline;\n}\n.pagination ul > li > a,\n.pagination ul > li > span,\n.pagination.pagenavi > li > a,\n.pagination.pagenavi > li > span {\n  float: left;\n  padding: 0 14px;\n  line-height: 30.55px;\n  text-decoration: none;\n  background-color: #FFFFFF;\n  border: 1px solid #e9e9e9;\n  border-left-width: 0;\n  color: rgba(0,0,0,0.7);\n}\n.pagination ul > li.active > a,\n.pagination ul > li.active > span,\n.pagination ul > li > a:hover,\n.pagination.pagenavi > li.active > a,\n.pagination.pagenavi > li.active > span,\n.pagination.pagenavi > li > a:hover {\n  background-color: #e9e9e9;\n  text-decoration: none;\n}\n.pagination ul > .active a,\n.pagination ul > .active span,\n.pagination.pagenavi > .active a,\n.pagination.pagenavi > .active span {\n  color: rgba(0,0,0,0.7);\n  cursor: default;\n}\n.pagination ul > li:first-child > a,\n.pagination ul li:first-child > span,\n.pagination ul > a:first-child > span,\n.pagination ul > span:first-child,\n.pagination ul .wp-pagenavi > span.pages + a,\n.pagination ul .wp-pagenavi > span.pages + span.current,\n.pagination.pagenavi > li:first-child > a,\n.pagination.pagenavi li:first-child > span,\n.pagination.pagenavi > a:first-child > span,\n.pagination.pagenavi > span:first-child,\n.pagination.pagenavi .wp-pagenavi > span.pages + a,\n.pagination.pagenavi .wp-pagenavi > span.pages + span.current {\n  border-left-width: 1px;\n  -webkit-border-radius: 3px 0 0 3px;\n  -moz-border-radius: 3px 0 0 3px;\n  border-radius: 3px 0 0 3px;\n}\n.pagination ul > li:last-child > a,\n.pagination ul li:last-child > span,\n.pagination ul > a:last-child > span,\n.pagination ul > span:last-child,\n.pagination ul .wp-pagenavi a:last-child,\n.pagination ul .wp-pagenavi span:last-child,\n.pagination.pagenavi > li:last-child > a,\n.pagination.pagenavi li:last-child > span,\n.pagination.pagenavi > a:last-child > span,\n.pagination.pagenavi > span:last-child,\n.pagination.pagenavi .wp-pagenavi a:last-child,\n.pagination.pagenavi .wp-pagenavi span:last-child {\n  -webkit-border-radius: 0 3px 3px 0;\n  -moz-border-radius: 0 3px 3px 0;\n  border-radius: 0 3px 3px 0;\n}\n.pagination ul > .disabled > span,\n.pagination ul .disabled > a,\n.pagination ul .disabled > a:hover,\n.pagination.pagenavi > .disabled > span,\n.pagination.pagenavi .disabled > a,\n.pagination.pagenavi .disabled > a:hover {\n  opacity: .7;\n  background-color: transparent;\n  cursor: default;\n}\n.pagination .desc,\n.pagination .wp-pagenavi span.pages {\n  margin-right: 16px;\n  text-transform: uppercase;\n  letter-spacing: .1em;\n  color: rgba(0,0,0,0.3);\n  line-height: 30.55px;\n}\n@media (max-width: 768px) {\n  .pagination .desc,\n  .pagination .wp-pagenavi span.pages {\n    display: none;\n  }\n}\n.pagination-centered {\n  text-align: center;\n}\n.pagination-right {\n  text-align: right;\n}\n@-webkit-keyframes progress-bar-stripes {\n  from {\n    background-position: 40px 0;\n  }\n  to {\n    background-position: 0 0;\n  }\n}\n@-moz-keyframes progress-bar-stripes {\n  from {\n    background-position: 40px 0;\n  }\n  to {\n    background-position: 0 0;\n  }\n}\n@-ms-keyframes progress-bar-stripes {\n  from {\n    background-position: 40px 0;\n  }\n  to {\n    background-position: 0 0;\n  }\n}\n@-o-keyframes progress-bar-stripes {\n  from {\n    background-position: 0 0;\n  }\n  to {\n    background-position: 40px 0;\n  }\n}\n@keyframes progress-bar-stripes {\n  from {\n    background-position: 40px 0;\n  }\n  to {\n    background-position: 0 0;\n  }\n}\n.progress {\n  overflow: hidden;\n  height: 21.7px;\n  margin-bottom: 21.7px;\n  background-color: #f7f7f7;\n  background-image: -moz-linear-gradient(top,#f5f5f5,#f9f9f9);\n  background-image: -ms-linear-gradient(top,#f5f5f5,#f9f9f9);\n  background-image: -webkit-linear-gradient(top,#f5f5f5,#f9f9f9);\n  background-image: linear-gradient(top,#f5f5f5,#f9f9f9);\n  background-repeat: repeat-x;\n  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);\n  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);\n  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);\n  -webkit-border-radius: 4px;\n  -moz-border-radius: 4px;\n  border-radius: 4px;\n}\n.progress .bar {\n  width: 0%;\n  height: 100%;\n  color: #fff;\n  float: left;\n  font-size: 12px;\n  text-align: center;\n  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);\n  background-color: #0e90d2;\n  background-image: -moz-linear-gradient(top,#149bdf,#0480be);\n  background-image: -ms-linear-gradient(top,#149bdf,#0480be);\n  background-image: -webkit-linear-gradient(top,#149bdf,#0480be);\n  background-image: linear-gradient(top,#149bdf,#0480be);\n  background-repeat: repeat-x;\n  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);\n  -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);\n  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  -ms-box-sizing: border-box;\n  box-sizing: border-box;\n  -webkit-transition: width .6s ease;\n  -moz-transition: width .6s ease;\n  -ms-transition: width .6s ease;\n  transition: width .6s ease;\n}\n.progress .bar + .bar {\n  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);\n  -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);\n  box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);\n}\n.progress-striped .bar {\n  background-color: #149bdf;\n  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));\n  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n  background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n  background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n  -webkit-background-size: 40px 40px;\n  -moz-background-size: 40px 40px;\n  -o-background-size: 40px 40px;\n  background-size: 40px 40px;\n}\n.progress.active .bar {\n  -webkit-animation: progress-bar-stripes 2s linear infinite;\n  -moz-animation: progress-bar-stripes 2s linear infinite;\n  -ms-animation: progress-bar-stripes 2s linear infinite;\n  -o-animation: progress-bar-stripes 2s linear infinite;\n  animation: progress-bar-stripes 2s linear infinite;\n}\n.progress-danger .bar,\n.progress .bar-danger {\n  background-color: #dd514c;\n  background-image: -moz-linear-gradient(top,#ee5f5b,#c43c35);\n  background-image: -ms-linear-gradient(top,#ee5f5b,#c43c35);\n  background-image: -webkit-linear-gradient(top,#ee5f5b,#c43c35);\n  background-image: linear-gradient(top,#ee5f5b,#c43c35);\n  background-repeat: repeat-x;\n}\n.progress-danger.progress-striped .bar,\n.progress-striped .bar-danger {\n  background-color: #ee5f5b;\n  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));\n  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n  background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n  background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n}\n.progress-success .bar,\n.progress .bar-success {\n  background-color: #5eb95e;\n  background-image: -moz-linear-gradient(top,#62c462,#57a957);\n  background-image: -ms-linear-gradient(top,#62c462,#57a957);\n  background-image: -webkit-linear-gradient(top,#62c462,#57a957);\n  background-image: linear-gradient(top,#62c462,#57a957);\n  background-repeat: repeat-x;\n}\n.progress-success.progress-striped .bar,\n.progress-striped .bar-success {\n  background-color: #62c462;\n  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));\n  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n  background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n  background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n}\n.progress-info .bar,\n.progress .bar-info {\n  background-color: #4bb1cf;\n  background-image: -moz-linear-gradient(top,#5bc0de,#339bb9);\n  background-image: -ms-linear-gradient(top,#5bc0de,#339bb9);\n  background-image: -webkit-linear-gradient(top,#5bc0de,#339bb9);\n  background-image: linear-gradient(top,#5bc0de,#339bb9);\n  background-repeat: repeat-x;\n}\n.progress-info.progress-striped .bar,\n.progress-striped .bar-info {\n  background-color: #5bc0de;\n  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));\n  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n  background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n  background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n}\n.progress-warning .bar,\n.progress .bar-warning {\n  background-color: #f88868;\n  background-image: -moz-linear-gradient(top,#f99f85,#f6653c);\n  background-image: -ms-linear-gradient(top,#f99f85,#f6653c);\n  background-image: -webkit-linear-gradient(top,#f99f85,#f6653c);\n  background-image: linear-gradient(top,#f99f85,#f6653c);\n  background-repeat: repeat-x;\n}\n.progress-warning.progress-striped .bar,\n.progress-striped .bar-warning {\n  background-color: #f99f85;\n  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));\n  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n  background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n  background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n}\n@font-face {\n  font-family: \'PageLinesFont\';\n  src: url(\'//www.thetradingroom.com/wp-content/themes/dms/dms/fonts/fontawesome-webfont.eot?v=4.4.0\');\n  src: url(\'//www.thetradingroom.com/wp-content/themes/dms/dms/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0\') format(\'embedded-opentype\'), url(\'//www.thetradingroom.com/wp-content/themes/dms/dms/fonts/fontawesome-webfont.woff2?v=4.4.0\') format(\'woff2\'), url(\'//www.thetradingroom.com/wp-content/themes/dms/dms/fonts/fontawesome-webfont.woff?v=4.4.0\') format(\'woff\'), url(\'//www.thetradingroom.com/wp-content/themes/dms/dms/fonts/fontawesome-webfont.ttf?v=4.4.0\') format(\'truetype\'), url(\'//www.thetradingroom.com/wp-content/themes/dms/dms/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular\') format(\'svg\');\n  font-weight: normal;\n  font-style: normal;\n}\n.icon,\n.fa {\n  display: inline-block;\n  font: normal normal normal 14px/1 PageLinesFont;\n  font-size: inherit;\n  text-rendering: auto;\n  font-style: normal;\n  font-weight: normal;\n  -webkit-font-smoothing: antialiased;\n  -moz-osx-font-smoothing: grayscale;\n}\n.icon-lg,\n.fa-lg {\n  font-size: 1.3333333333333em;\n  line-height: 0.75em;\n  vertical-align: -15%;\n}\n.icon-2x,\n.fa-2x {\n  font-size: 2em;\n}\n.icon-3x,\n.fa-3x {\n  font-size: 3em;\n}\n.icon-4x,\n.fa-4x {\n  font-size: 4em;\n}\n.icon-5x,\n.fa-5x {\n  font-size: 5em;\n}\n.icon-fw,\n.fa-fw {\n  width: 1.2857142857143em;\n  text-align: center;\n}\n.icon-ul,\n.fa-ul {\n  padding-left: 0;\n  margin-left: 2.1428571428571em;\n  list-style-type: none;\n}\n.icon-ul > li,\n.fa-ul > li {\n  position: relative;\n}\n.icon-li,\n.fa-li {\n  position: absolute;\n  left: -2.1428571428571em;\n  width: 2.1428571428571em;\n  top: 0.14285714285714em;\n  text-align: center;\n}\n.icon-li.icon-lg,\n.icon-li fa-lg,\n.fa-li.icon-lg,\n.fa-li fa-lg {\n  left: -1.8571428571429em;\n}\n.icon-border,\n.fa-border {\n  padding: .2em .25em .15em;\n  border: solid .08em #eee;\n  border-radius: .1em;\n}\nicon-pull-left,\n.fa-pull-left {\n  float: left;\n}\nicon-pull-right,\n.fa-pull-right {\n  float: right;\n}\n.icon.icon-pull-left,\n.icon .fa-pull-left,\n.fa.icon-pull-left,\n.fa .fa-pull-left {\n  margin-right: .3em;\n}\n.icon.icon-pull-right,\n.icon .fa-pull-right,\n.fa.icon-pull-right,\n.fa .fa-pull-right {\n  margin-left: .3em;\n}\n.pull-right {\n  float: right;\n}\n.pull-left {\n  float: left;\n}\n.icon.pull-left,\n.fa.pull-left {\n  margin-right: .3em;\n}\n.icon.pull-right,\n.fa.pull-right {\n  margin-left: .3em;\n}\n.icon-spin,\n.fa-spin {\n  -webkit-animation: fa-spin 2s infinite linear;\n  animation: fa-spin 2s infinite linear;\n}\n.icon-pulse,\n.fa-pulse {\n  -webkit-animation: fa-spin 1s infinite steps(8);\n  animation: fa-spin 1s infinite steps(8);\n}\n@-webkit-keyframes fa-spin {\n  0% {\n    -webkit-transform: rotate(0deg);\n    transform: rotate(0deg);\n  }\n  100% {\n    -webkit-transform: rotate(359deg);\n    transform: rotate(359deg);\n  }\n}\n@keyframes fa-spin {\n  0% {\n    -webkit-transform: rotate(0deg);\n    transform: rotate(0deg);\n  }\n  100% {\n    -webkit-transform: rotate(359deg);\n    transform: rotate(359deg);\n  }\n}\n.icon-rotate-90,\n.fa-rotate-90 {\n  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);\n  -webkit-transform: rotate(90deg);\n  -ms-transform: rotate(90deg);\n  transform: rotate(90deg);\n}\n.icon-rotate-180,\n.fa-rotate-180 {\n  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);\n  -webkit-transform: rotate(180deg);\n  -ms-transform: rotate(180deg);\n  transform: rotate(180deg);\n}\n.icon-rotate-270,\n.fa-rotate-270 {\n  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);\n  -webkit-transform: rotate(270deg);\n  -ms-transform: rotate(270deg);\n  transform: rotate(270deg);\n}\n.icon-flip-horizontal,\n.fa-flip-horizontal {\n  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);\n  -webkit-transform: scale(-1,1);\n  -ms-transform: scale(-1,1);\n  transform: scale(-1,1);\n}\n.icon-flip-vertical,\n.fa-flip-vrtical {\n  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);\n  -webkit-transform: scale(1,-1);\n  -ms-transform: scale(1,-1);\n  transform: scale(1,-1);\n}\n:root .icon-rotate-90,\n:root .icon-rotate-180,\n:root .icon-rotate-270,\n:root .icon-flip-horizontal,\n:root .icon-flip-vertical,\n:root .fa-rotate-90,\n:root .fa-rotate-180,\n:root .fa-rotate-270,\n:root .fa-flip-horizontal,\n:root .fa-flip-vertical {\n  filter: none;\n}\n.icon-stack,\n.fa-stack {\n  position: relative;\n  display: inline-block;\n  width: 2em;\n  height: 2em;\n  line-height: 2em;\n  vertical-align: middle;\n}\n.icon-stack-1x,\n.icon-stack-2x,\n.fa-stack-1x,\n.fa-stack-2x {\n  position: absolute;\n  left: 0;\n  width: 100%;\n  text-align: center;\n}\n.icon-stack-1x,\n.fa-stack-1x {\n  line-height: inherit;\n}\n.icon-stack-2x,\n.fa-stack-2x {\n  font-size: 2em;\n}\n.icon-inverse,\n.fa-inverse {\n  color: #fff;\n}\n.icon-yc:before,\n.fa-yc:before,\n.icon-y-combinator:before,\n.fa-y-combinator:before {\n  content: \"\\f23b\";\n}\n.icon-optin-monster:before,\n.fa-optin-monster:before {\n  content: \"\\f23c\";\n}\n.icon-opencart:before,\n.fa-opencart:before {\n  content: \"\\f23d\";\n}\n.icon-expeditedssl:before,\n.fa-expeditedssl:before {\n  content: \"\\f23e\";\n}\n.icon-battery-4:before,\n.fa-battery-4:before,\n.icon-battery-full:before,\n.fa-battery-full:before {\n  content: \"\\f240\";\n}\n.icon-battery-3:before,\n.fa-battery-3:before,\n.icon-battery-three-quarters:before,\n.fa-battery-three-quarters:before {\n  content: \"\\f241\";\n}\n.icon-battery-2:before,\n.fa-battery-2:before,\n.icon-battery-half:before,\n.fa-battery-half:before {\n  content: \"\\f242\";\n}\n.icon-battery-1:before,\n.fa-battery-1:before,\n.icon-battery-quarter:before,\n.fa-battery-quarter:before {\n  content: \"\\f243\";\n}\n.icon-battery-0:before,\n.fa-battery-0:before,\n.icon-battery-empty:before,\n.fa-battery-empty:before {\n  content: \"\\f244\";\n}\n.icon-mouse-pointer:before,\n.fa-mouse-pointer:before {\n  content: \"\\f245\";\n}\n.icon-i-cursor:before,\n.fa-i-cursor:before {\n  content: \"\\f246\";\n}\n.icon-object-group:before,\n.fa-object-group:before {\n  content: \"\\f247\";\n}\n.icon-object-ungroup:before,\n.fa-object-ungroup:before {\n  content: \"\\f248\";\n}\n.icon-sticky-note:before,\n.fa-sticky-note:before {\n  content: \"\\f249\";\n}\n.icon-sticky-note-o:before,\n.fa-sticky-note-o:before {\n  content: \"\\f24a\";\n}\n.icon-cc-jcb:before,\n.fa-cc-jcb:before {\n  content: \"\\f24b\";\n}\n.icon-cc-diners-club:before,\n.fa-cc-diners-club:before {\n  content: \"\\f24c\";\n}\n.icon-clone:before,\n.fa-clone:before {\n  content: \"\\f24d\";\n}\n.icon-balance-scale:before,\n.fa-balance-scale:before {\n  content: \"\\f24e\";\n}\n.icon-hourglass-o:before,\n.fa-hourglass-o:before {\n  content: \"\\f250\";\n}\n.icon-hourglass-1:before,\n.fa-hourglass-1:before,\n.icon-hourglass-start:before,\n.fa-hourglass-start:before {\n  content: \"\\f251\";\n}\n.icon-hourglass-2:before,\n.fa-hourglass-2:before,\n.icon-hourglass-half:before,\n.fa-hourglass-half:before {\n  content: \"\\f252\";\n}\n.icon-hourglass-3:before,\n.fa-hourglass-3:before,\n.icon-hourglass-end:before,\n.fa-hourglass-end:before {\n  content: \"\\f253\";\n}\n.icon-hourglass:before,\n.fa-hourglass:before {\n  content: \"\\f254\";\n}\n.icon-hand-grab-o:before,\n.fa-hand-grab-o:before,\n.icon-hand-rock-o:before,\n.fa-hand-rock-o:before {\n  content: \"\\f255\";\n}\n.icon-hand-stop-o:before,\n.fa-hand-stop-o:before,\n.icon-hand-paper-o:before,\n.fa-hand-paper-o:before {\n  content: \"\\f256\";\n}\n.icon-hand-scissors-o:before,\n.fa-hand-scissors-o:before {\n  content: \"\\f257\";\n}\n.icon-hand-lizard-o:before,\n.fa-hand-lizard-o:before {\n  content: \"\\f258\";\n}\n.icon-hand-spock-o:before,\n.fa-hand-spock-o:before {\n  content: \"\\f259\";\n}\n.icon-hand-pointer-o:before,\n.fa-hand-pointer-o:before {\n  content: \"\\f25a\";\n}\n.icon-hand-peace-o:before,\n.fa-hand-peace-o:before {\n  content: \"\\f25b\";\n}\n.icon-trademark:before,\n.fa-trademark:before {\n  content: \"\\f25c\";\n}\n.icon-registered:before,\n.fa-registered:before {\n  content: \"\\f25d\";\n}\n.icon-creative-commons:before,\n.fa-creative-commons:before {\n  content: \"\\f25e\";\n}\n.icon-gg:before,\n.fa-gg:before {\n  content: \"\\f260\";\n}\n.icon-gg-circle:before,\n.fa-gg-circle:before {\n  content: \"\\f261\";\n}\n.icon-tripadvisor:before,\n.fa-tripadvisor:before {\n  content: \"\\f262\";\n}\n.icon-odnoklassniki:before,\n.fa-odnoklassniki:before {\n  content: \"\\f263\";\n}\n.icon-odnoklassniki-square:before,\n.fa-odnoklassniki-square:before {\n  content: \"\\f264\";\n}\n.icon-get-pocket:before,\n.fa-get-pocket:before {\n  content: \"\\f265\";\n}\n.icon-wikipedia-w:before,\n.fa-wikipedia-w:before {\n  content: \"\\f266\";\n}\n.icon-safari:before,\n.fa-safari:before {\n  content: \"\\f267\";\n}\n.icon-chrome:before,\n.fa-chrome:before {\n  content: \"\\f268\";\n}\n.icon-firefox:before,\n.fa-firefox:before {\n  content: \"\\f269\";\n}\n.icon-opera:before,\n.fa-opera:before {\n  content: \"\\f26a\";\n}\n.icon-internet-explorer:before,\n.fa-internet-explorer:before {\n  content: \"\\f26b\";\n}\n.icon-tv:before,\n.fa-tv:before,\n.icon-television:before,\n.fa-television:before {\n  content: \"\\f26c\";\n}\n.icon-contao:before,\n.fa-contao:before {\n  content: \"\\f26d\";\n}\n.icon-500px:before,\n.fa-500px:before {\n  content: \"\\f26e\";\n}\n.icon-amazon:before,\n.fa-amazon:before {\n  content: \"\\f270\";\n}\n.icon-calendar-plus-o:before,\n.fa-calendar-plus-o:before {\n  content: \"\\f271\";\n}\n.icon-calendar-minus-o:before,\n.fa-calendar-minus-o:before {\n  content: \"\\f272\";\n}\n.icon-calendar-times-o:before,\n.fa-calendar-times-o:before {\n  content: \"\\f273\";\n}\n.icon-calendar-check-o:before,\n.fa-calendar-check-o:before {\n  content: \"\\f274\";\n}\n.icon-industry:before,\n.fa-industry:before {\n  content: \"\\f275\";\n}\n.icon-map-pin:before,\n.fa-map-pin:before {\n  content: \"\\f276\";\n}\n.icon-map-signs:before,\n.fa-map-signs:before {\n  content: \"\\f277\";\n}\n.icon-map-o:before,\n.fa-map-o:before {\n  content: \"\\f278\";\n}\n.icon-map:before,\n.fa-map:before {\n  content: \"\\f279\";\n}\n.icon-commenting:before,\n.fa-commenting:before {\n  content: \"\\f27a\";\n}\n.icon-commenting-o:before,\n.fa-commenting-o:before {\n  content: \"\\f27b\";\n}\n.icon-houzz:before,\n.fa-houzz:before {\n  content: \"\\f27c\";\n}\n.icon-vimeo:before,\n.fa-vimeo:before {\n  content: \"\\f27d\";\n}\n.icon-black-tie:before,\n.fa-black-tie:before {\n  content: \"\\f27e\";\n}\n.icon-fonticons:before,\n.fa-fonticons:before {\n  content: \"\\f280\";\n}\n.icon-genderless:before,\n.fa-genderless:before {\n  content: \"\\f22d\";\n}\n.icon-glass:before,\n.fa-glass:before {\n  content: \"\\f000\";\n}\n.icon-music:before,\n.fa-music:before {\n  content: \"\\f001\";\n}\n.icon-search:before,\n.fa-search:before {\n  content: \"\\f002\";\n}\n.icon-envelope-o:before,\n.fa-envelope-o:before {\n  content: \"\\f003\";\n}\n.icon-heart:before,\n.fa-heart:before {\n  content: \"\\f004\";\n}\n.icon-star:before,\n.fa-star:before {\n  content: \"\\f005\";\n}\n.icon-star-o:before,\n.fa-star-o:before {\n  content: \"\\f006\";\n}\n.icon-user:before,\n.fa-user:before {\n  content: \"\\f007\";\n}\n.icon-film:before,\n.fa-film:before {\n  content: \"\\f008\";\n}\n.icon-th-large:before,\n.fa-th-large:before {\n  content: \"\\f009\";\n}\n.icon-th:before,\n.fa-th:before {\n  content: \"\\f00a\";\n}\n.icon-th-list:before,\n.fa-th-list:before {\n  content: \"\\f00b\";\n}\n.icon-check:before,\n.fa-check:before {\n  content: \"\\f00c\";\n}\n.icon-remove:before,\n.icon-close:before,\n.icon-times:before,\n.fa-remove:before,\n.fa-close:before,\n.fa-times:before {\n  content: \"\\f00d\";\n}\n.icon-search-plus:before,\n.fa-search-plus:before {\n  content: \"\\f00e\";\n}\n.icon-search-minus:before,\n.fa-search-minus:before {\n  content: \"\\f010\";\n}\n.icon-power-off:before,\n.fa-power-off:before {\n  content: \"\\f011\";\n}\n.icon-signal:before,\n.fa-signal:before {\n  content: \"\\f012\";\n}\n.icon-gear:before,\n.icon-cog:before,\n.fa-gear:before,\n.fa-cog:before {\n  content: \"\\f013\";\n}\n.icon-trash-o:before,\n.fa-trash-o:before {\n  content: \"\\f014\";\n}\n.icon-home:before,\n.fa-home:before {\n  content: \"\\f015\";\n}\n.icon-file-o:before,\n.fa-file-o:before {\n  content: \"\\f016\";\n}\n.icon-clock-o:before,\n.fa-clock-o:before {\n  content: \"\\f017\";\n}\n.icon-road:before,\n.fa-road:before {\n  content: \"\\f018\";\n}\n.icon-download:before,\n.fa-download:before {\n  content: \"\\f019\";\n}\n.icon-arrow-circle-o-down:before,\n.fa-arrow-circle-o-down:before {\n  content: \"\\f01a\";\n}\n.icon-arrow-circle-o-up:before,\n.fa-arrow-circle-o-up:before {\n  content: \"\\f01b\";\n}\n.icon-inbox:before,\n.fa-inbox:before {\n  content: \"\\f01c\";\n}\n.icon-play-circle-o:before,\n.fa-play-circle-o:before {\n  content: \"\\f01d\";\n}\n.icon-rotate-right:before,\n.icon-repeat:before,\n.fa-rotate-right:before,\n.fa-repeat:before {\n  content: \"\\f01e\";\n}\n.icon-refresh:before,\n.fa-refresh:before {\n  content: \"\\f021\";\n}\n.icon-list-alt:before,\n.fa-list-alt:before {\n  content: \"\\f022\";\n}\n.icon-lock:before,\n.fa-lock:before {\n  content: \"\\f023\";\n}\n.icon-flag:before,\n.fa-flag:before {\n  content: \"\\f024\";\n}\n.icon-headphones:before,\n.fa-headphones:before {\n  content: \"\\f025\";\n}\n.icon-volume-off:before,\n.fa-volume-off:before {\n  content: \"\\f026\";\n}\n.icon-volume-down:before,\n.fa-volume-down:before {\n  content: \"\\f027\";\n}\n.icon-volume-up:before,\n.fa-volume-up:before {\n  content: \"\\f028\";\n}\n.icon-qrcode:before,\n.fa-qrcode:before {\n  content: \"\\f029\";\n}\n.icon-barcode:before,\n.fa-barcode:before {\n  content: \"\\f02a\";\n}\n.icon-tag:before,\n.fa-tag:before {\n  content: \"\\f02b\";\n}\n.icon-tags:before,\n.fa-tags:before {\n  content: \"\\f02c\";\n}\n.icon-book:before,\n.fa-book:before {\n  content: \"\\f02d\";\n}\n.icon-bookmark:before,\n.fa-bookmark:before {\n  content: \"\\f02e\";\n}\n.icon-print:before,\n.fa-print:before {\n  content: \"\\f02f\";\n}\n.icon-camera:before,\n.fa-camera:before {\n  content: \"\\f030\";\n}\n.icon-font:before,\n.fa-font:before {\n  content: \"\\f031\";\n}\n.icon-bold:before,\n.fa-bold:before {\n  content: \"\\f032\";\n}\n.icon-italic:before,\n.fa-italic:before {\n  content: \"\\f033\";\n}\n.icon-text-height:before,\n.fa-text-height:before {\n  content: \"\\f034\";\n}\n.icon-text-width:before,\n.fa-text-width:before {\n  content: \"\\f035\";\n}\n.icon-align-left:before,\n.fa-align-left:before {\n  content: \"\\f036\";\n}\n.icon-align-center:before,\n.fa-align-center:before {\n  content: \"\\f037\";\n}\n.icon-align-right:before,\n.fa-align-right:before {\n  content: \"\\f038\";\n}\n.icon-align-justify:before,\n.fa-align-justify:before {\n  content: \"\\f039\";\n}\n.icon-list:before,\n.fa-list:before {\n  content: \"\\f03a\";\n}\n.icon-dedent:before,\n.icon-outdent:before,\n.fa-dedent:before,\n.fa-outdent:before {\n  content: \"\\f03b\";\n}\n.icon-indent:before,\n.fa-indent:before {\n  content: \"\\f03c\";\n}\n.icon-video-camera:before,\n.fa-video-camera:before {\n  content: \"\\f03d\";\n}\n.icon-photo:before,\n.icon-image:before,\n.icon-picture-o:before,\n.fa-photo:before,\n.fa-image:before,\n.fa-picture-o:before {\n  content: \"\\f03e\";\n}\n.icon-pencil:before,\n.fa-pencil:before {\n  content: \"\\f040\";\n}\n.icon-map-marker:before,\n.fa-map-marker:before {\n  content: \"\\f041\";\n}\n.icon-adjust:before,\n.fa-adjust:before {\n  content: \"\\f042\";\n}\n.icon-tint:before,\n.fa-tint:before {\n  content: \"\\f043\";\n}\n.icon-edit:before,\n.icon-pencil-square-o:before,\n.fa-edit:before {\n  content: \"\\f044\";\n}\n.icon-share-square-o:before,\n.fa-share-square-o:before {\n  content: \"\\f045\";\n}\n.icon-check-square-o:before,\n.fa-check-square-o:before {\n  content: \"\\f046\";\n}\n.icon-arrows:before,\n.fa-arrows:before {\n  content: \"\\f047\";\n}\n.icon-step-backward:before,\n.fa-step-backward:before {\n  content: \"\\f048\";\n}\n.icon-fast-backward:before,\n.fa-fast-backward:before {\n  content: \"\\f049\";\n}\n.icon-backward:before,\n.fa-backward:before {\n  content: \"\\f04a\";\n}\n.icon-play:before,\n.fa-play:before {\n  content: \"\\f04b\";\n}\n.icon-pause:before,\n.fa-pause:before {\n  content: \"\\f04c\";\n}\n.icon-stop:before,\n.fa-stop:before {\n  content: \"\\f04d\";\n}\n.icon-forward:before,\n.fa-forward:before {\n  content: \"\\f04e\";\n}\n.icon-fast-forward:before,\n.fa-fast-forward:before {\n  content: \"\\f050\";\n}\n.icon-step-forward:before,\n.fa-step-forward:before {\n  content: \"\\f051\";\n}\n.icon-eject:before,\n.fa-eject:before {\n  content: \"\\f052\";\n}\n.icon-chevron-left:before,\n.fa-chevron-left:before {\n  content: \"\\f053\";\n}\n.icon-chevron-right:before,\n.fa-chevron-right:before {\n  content: \"\\f054\";\n}\n.icon-plus-circle:before,\n.fa-plus-circle:before {\n  content: \"\\f055\";\n}\n.icon-minus-circle:before,\n.fa-minus-circle:before {\n  content: \"\\f056\";\n}\n.icon-times-circle:before,\n.fa-times-circle:before {\n  content: \"\\f057\";\n}\n.icon-check-circle:before,\n.fa-check-circle:before {\n  content: \"\\f058\";\n}\n.icon-question-circle:before,\n.fa-question-circle:before {\n  content: \"\\f059\";\n}\n.icon-info-circle:before,\n.fa-info-circle:before {\n  content: \"\\f05a\";\n}\n.icon-crosshairs:before,\n.fa-crosshairs:before {\n  content: \"\\f05b\";\n}\n.icon-times-circle-o:before,\n.fa-times-circle-o:before {\n  content: \"\\f05c\";\n}\n.icon-check-circle-o:before,\n.fa-check-circle-o:before {\n  content: \"\\f05d\";\n}\n.icon-ban:before,\n.fa-ban:before {\n  content: \"\\f05e\";\n}\n.icon-arrow-left:before,\n.fa-arrow-left:before {\n  content: \"\\f060\";\n}\n.icon-arrow-right:before,\n.fa-arrow-right:before {\n  content: \"\\f061\";\n}\n.icon-arrow-up:before,\n.fa-arrow-up:before {\n  content: \"\\f062\";\n}\n.icon-arrow-down:before,\n.fa-arrow-down:before {\n  content: \"\\f063\";\n}\n.icon-mail-forward:before,\n.icon-share:before,\n.fa-mail-forward:before,\n.fa-share:before {\n  content: \"\\f064\";\n}\n.icon-expand:before,\n.fa-expand:before {\n  content: \"\\f065\";\n}\n.icon-compress:before,\n.fa-compress:before {\n  content: \"\\f066\";\n}\n.icon-plus:before,\n.fa-plus:before {\n  content: \"\\f067\";\n}\n.icon-minus:before,\n.fa-minus:before {\n  content: \"\\f068\";\n}\n.icon-asterisk:before,\n.fa-asterisk:before {\n  content: \"\\f069\";\n}\n.icon-exclamation-circle:before,\n.fa-exclamation-circle:before {\n  content: \"\\f06a\";\n}\n.icon-gift:before,\n.fa-gift:before {\n  content: \"\\f06b\";\n}\n.icon-leaf:before,\n.fa-leaf:before {\n  content: \"\\f06c\";\n}\n.icon-fire:before,\n.fa-fire:before {\n  content: \"\\f06d\";\n}\n.icon-eye:before,\n.fa-eye:before {\n  content: \"\\f06e\";\n}\n.icon-eye-slash:before,\n.fa-eye-slash:before {\n  content: \"\\f070\";\n}\n.icon-warning:before,\n.icon-exclamation-triangle:before,\n.fa-warning:before,\n.fa-exclamation-triangle:before {\n  content: \"\\f071\";\n}\n.icon-plane:before,\n.fa-plane:before {\n  content: \"\\f072\";\n}\n.icon-calendar:before,\n.fa-calendar:before {\n  content: \"\\f073\";\n}\n.icon-random:before,\n.fa-random:before {\n  content: \"\\f074\";\n}\n.icon-comment:before,\n.fa-comment:before {\n  content: \"\\f075\";\n}\n.icon-magnet:before,\n.fa-magnet:before {\n  content: \"\\f076\";\n}\n.icon-chevron-up:before,\n.fa-chevron-up:before {\n  content: \"\\f077\";\n}\n.icon-chevron-down:before,\n.fa-chevron-down:before {\n  content: \"\\f078\";\n}\n.icon-retweet:before,\n.fa-retweet:before {\n  content: \"\\f079\";\n}\n.icon-shopping-cart:before,\n.fa-shopping-cart:before {\n  content: \"\\f07a\";\n}\n.icon-folder:before,\n.fa-folder:before {\n  content: \"\\f07b\";\n}\n.icon-folder-open:before,\n.fa-folder-open:before {\n  content: \"\\f07c\";\n}\n.icon-arrows-v:before,\n.fa-arrows-v:before {\n  content: \"\\f07d\";\n}\n.icon-arrows-h:before,\n.fa-arrows-h:before {\n  content: \"\\f07e\";\n}\n.icon-bar-chart-o:before,\n.icon-bar-chart:before,\n.fa-bar-chart-o:before {\n  content: \"\\f080\";\n}\n.icon-twitter-square:before,\n.fa-twitter-square:before {\n  content: \"\\f081\";\n}\n.icon-facebook-square:before,\n.fa-facebook-square:before {\n  content: \"\\f082\";\n}\n.icon-camera-retro:before,\n.fa-camera-retro:before {\n  content: \"\\f083\";\n}\n.icon-key:before,\n.fa-key:before {\n  content: \"\\f084\";\n}\n.icon-gears:before,\n.icon-cogs:before,\n.fa-gears:before,\n.fa-cogs:before {\n  content: \"\\f085\";\n}\n.icon-comments:before,\n.fa-comments:before {\n  content: \"\\f086\";\n}\n.icon-thumbs-o-up:before,\n.fa-thumbs-o-up:before {\n  content: \"\\f087\";\n}\n.icon-thumbs-o-down:before,\n.fa-thumbs-o-down:before {\n  content: \"\\f088\";\n}\n.icon-star-half:before,\n.fa-star-half:before {\n  content: \"\\f089\";\n}\n.icon-heart-o:before,\n.fa-heart-o:before {\n  content: \"\\f08a\";\n}\n.icon-sign-out:before,\n.fa-sign-out:before {\n  content: \"\\f08b\";\n}\n.icon-linkedin-square:before,\n.fa-linkedin-square:before {\n  content: \"\\f08c\";\n}\n.icon-thumb-tack:before,\n.fa-thumb-tack:before {\n  content: \"\\f08d\";\n}\n.icon-external-link:before,\n.fa-external-link:before {\n  content: \"\\f08e\";\n}\n.icon-sign-in:before,\n.fa-sign-in:before {\n  content: \"\\f090\";\n}\n.icon-trophy:before,\n.fa-trophy:before {\n  content: \"\\f091\";\n}\n.icon-github-square:before,\n.fa-github-square:before {\n  content: \"\\f092\";\n}\n.icon-upload:before,\n.fa-upload:before {\n  content: \"\\f093\";\n}\n.icon-lemon-o:before,\n.fa-lemon-o:before {\n  content: \"\\f094\";\n}\n.icon-phone:before,\n.fa-phone:before {\n  content: \"\\f095\";\n}\n.icon-square-o:before,\n.fa-square-o:before {\n  content: \"\\f096\";\n}\n.icon-bookmark-o:before,\n.fa-bookmark-o:before {\n  content: \"\\f097\";\n}\n.icon-phone-square:before,\n.fa-phone-square:before {\n  content: \"\\f098\";\n}\n.icon-twitter:before,\n.fa-twitter:before {\n  content: \"\\f099\";\n}\n.icon-facebook:before,\n.fa-facebook:before {\n  content: \"\\f09a\";\n}\n.icon-github:before,\n.fa-github:before {\n  content: \"\\f09b\";\n}\n.icon-unlock:before,\n.fa-unlock:before {\n  content: \"\\f09c\";\n}\n.icon-credit-card:before,\n.fa-credit-card:before {\n  content: \"\\f09d\";\n}\n.icon-feed:before,\n.fa-feed:before,\n.icon-rss:before,\n.fa-rss:before {\n  content: \"\\f09e\";\n}\n.icon-hdd-o:before,\n.fa-hdd-o:before {\n  content: \"\\f0a0\";\n}\n.icon-bullhorn:before,\n.fa-bullhorn:before {\n  content: \"\\f0a1\";\n}\n.icon-bell:before,\n.fa-bell:before {\n  content: \"\\f0f3\";\n}\n.icon-certificate:before,\n.fa-certificate:before {\n  content: \"\\f0a3\";\n}\n.icon-hand-o-right:before,\n.fa-hand-o-right:before {\n  content: \"\\f0a4\";\n}\n.icon-hand-o-left:before,\n.fa-hand-o-left:before {\n  content: \"\\f0a5\";\n}\n.icon-hand-o-up:before,\n.fa-hand-o-up:before {\n  content: \"\\f0a6\";\n}\n.icon-hand-o-down:before,\n.fa-hand-o-down:before {\n  content: \"\\f0a7\";\n}\n.icon-arrow-circle-left:before,\n.fa-arrow-circle-left:before {\n  content: \"\\f0a8\";\n}\n.icon-arrow-circle-right:before,\n.fa-arrow-circle-right:before {\n  content: \"\\f0a9\";\n}\n.icon-arrow-circle-up:before,\n.fa-arrow-circle-up:before {\n  content: \"\\f0aa\";\n}\n.icon-arrow-circle-down:before,\n.fa-arrow-circle-down:before {\n  content: \"\\f0ab\";\n}\n.icon-globe:before,\n.fa-globe:before {\n  content: \"\\f0ac\";\n}\n.icon-wrench:before,\n.fa-wrench:before {\n  content: \"\\f0ad\";\n}\n.icon-tasks:before,\n.fa-tasks:before {\n  content: \"\\f0ae\";\n}\n.icon-filter:before,\n.fa-filter:before {\n  content: \"\\f0b0\";\n}\n.icon-briefcase:before,\n.fa-briefcase:before {\n  content: \"\\f0b1\";\n}\n.icon-arrows-alt:before,\n.fa-arrows-alt:before {\n  content: \"\\f0b2\";\n}\n.icon-group:before,\n.icon-users:before,\n.fa-group:before,\n.fa-users:before {\n  content: \"\\f0c0\";\n}\n.icon-chain:before,\n.icon-link:before,\n.fa-chain:before,\n.fa-link:before {\n  content: \"\\f0c1\";\n}\n.icon-cloud:before,\n.fa-cloud:before {\n  content: \"\\f0c2\";\n}\n.icon-flask:before,\n.fa-flask:before {\n  content: \"\\f0c3\";\n}\n.icon-cut:before,\n.icon-scissors:before,\n.fa-cut:before {\n  content: \"\\f0c4\";\n}\n.icon-copy:before,\n.icon-files-o:before,\n.fa-copy:before,\n.fa-files-o:before {\n  content: \"\\f0c5\";\n}\n.icon-paperclip:before,\n.fa-paperclip:before {\n  content: \"\\f0c6\";\n}\n.icon-save:before,\n.icon-floppy-o:before,\n.fa-save:before {\n  content: \"\\f0c7\";\n}\n.icon-square:before,\n.fa-square:before {\n  content: \"\\f0c8\";\n}\n.icon-navicon:before,\n.icon-reorder:before,\n.icon-bars:before,\n.fa-bars:before,\n.fa-navicon:before,\n.fa-reorder:before {\n  content: \"\\f0c9\";\n}\n.icon-list-ul:before,\n.fa-list-ul:before {\n  content: \"\\f0ca\";\n}\n.icon-list-ol:before,\n.fa-list-ol:before {\n  content: \"\\f0cb\";\n}\n.icon-strikethrough:before,\n.fa-strikethrough:before {\n  content: \"\\f0cc\";\n}\n.icon-underline:before,\n.fa-underline:before {\n  content: \"\\f0cd\";\n}\n.icon-table:before,\n.fa-table:before {\n  content: \"\\f0ce\";\n}\n.icon-magic:before,\n.fa-magic:before {\n  content: \"\\f0d0\";\n}\n.icon-truck:before,\n.fa-truck:before {\n  content: \"\\f0d1\";\n}\n.icon-pinterest:before,\n.fa-pinterest:before {\n  content: \"\\f0d2\";\n}\n.icon-pinterest-square:before,\n.fa-pinterest-square:before {\n  content: \"\\f0d3\";\n}\n.icon-google-plus-square:before,\n.fa-google-plus-square:before {\n  content: \"\\f0d4\";\n}\n.icon-google-plus:before,\n.fa-google-plus:before {\n  content: \"\\f0d5\";\n}\n.icon-money:before,\n.fa-money:before {\n  content: \"\\f0d6\";\n}\n.icon-caret-down:before,\n.fa-caret-down:before {\n  content: \"\\f0d7\";\n}\n.icon-caret-up:before,\n.fa-caret-up:before {\n  content: \"\\f0d8\";\n}\n.icon-caret-left:before,\n.fa-caret-left:before {\n  content: \"\\f0d9\";\n}\n.icon-caret-right:before,\n.fa-caret-right:before {\n  content: \"\\f0da\";\n}\n.icon-columns:before,\n.fa-columns:before {\n  content: \"\\f0db\";\n}\n.icon-unsorted:before,\n.icon-sort:before,\n.fa-sort:before,\n.fa-unsorted:before {\n  content: \"\\f0dc\";\n}\n.icon-sort-down:before,\n.icon-sort-desc:before,\n.fa-sort-down:before,\n.fa-sort-desc:before {\n  content: \"\\f0dd\";\n}\n.icon-sort-up:before,\n.icon-sort-asc:before,\n.fa-sort-up:before,\n.fa-sort-asc:before {\n  content: \"\\f0de\";\n}\n.icon-envelope:before,\n.fa-envelope:before {\n  content: \"\\f0e0\";\n}\n.icon-linkedin:before,\n.fa-linkedin:before {\n  content: \"\\f0e1\";\n}\n.icon-rotate-left:before,\n.icon-undo:before,\n.fa-undo:before,\n.fa-rotate-left:before {\n  content: \"\\f0e2\";\n}\n.icon-legal:before,\n.icon-gavel:before,\n.fa-gavel:before,\n.fa-legal:before {\n  content: \"\\f0e3\";\n}\n.icon-dashboard:before,\n.icon-tachometer:before,\n.fa-tachometer:before,\n.fa-dashboard:before {\n  content: \"\\f0e4\";\n}\n.icon-comment-o:before,\n.fa-comment-o:before {\n  content: \"\\f0e5\";\n}\n.icon-comments-o:before,\n.fa-comments-o:before {\n  content: \"\\f0e6\";\n}\n.icon-flash:before,\n.icon-bolt:before,\n.fa-bolt:before,\n.fa-flash:before {\n  content: \"\\f0e7\";\n}\n.icon-sitemap:before,\n.fa-sitemap:before {\n  content: \"\\f0e8\";\n}\n.icon-umbrella:before,\n.fa-umbrella:before {\n  content: \"\\f0e9\";\n}\n.icon-paste:before,\n.icon-clipboard:before,\n.fa-clipboard:before,\n.fa-paste:before {\n  content: \"\\f0ea\";\n}\n.icon-lightbulb-o:before,\n.fa-lightbulb-o:before {\n  content: \"\\f0eb\";\n}\n.icon-exchange:before,\n.fa-exchange:before {\n  content: \"\\f0ec\";\n}\n.icon-cloud-download:before,\n.fa-cloud-download:before {\n  content: \"\\f0ed\";\n}\n.icon-cloud-upload:before,\n.fa-cloud-upload:before {\n  content: \"\\f0ee\";\n}\n.icon-user-md:before,\n.fa-user-md:before {\n  content: \"\\f0f0\";\n}\n.icon-stethoscope:before,\n.fa-stethoscope:before {\n  content: \"\\f0f1\";\n}\n.icon-suitcase:before,\n.fa-suitcase:before {\n  content: \"\\f0f2\";\n}\n.icon-bell-o:before,\n.fa-bell-o:before {\n  content: \"\\f0a2\";\n}\n.icon-coffee:before,\n.fa-coffee:before {\n  content: \"\\f0f4\";\n}\n.icon-cutlery:before,\n.fa-cutlery:before {\n  content: \"\\f0f5\";\n}\n.icon-file-text-o:before,\n.fa-file-text-o:before {\n  content: \"\\f0f6\";\n}\n.icon-building-o:before,\n.fa-building-o:before {\n  content: \"\\f0f7\";\n}\n.icon-hospital-o:before,\n.fa-hospital-o:before {\n  content: \"\\f0f8\";\n}\n.icon-ambulance:before,\n.fa-ambulance:before {\n  content: \"\\f0f9\";\n}\n.icon-medkit:before,\n.fa-medkit:before {\n  content: \"\\f0fa\";\n}\n.icon-fighter-jet:before,\n.fa-fighter-jet:before {\n  content: \"\\f0fb\";\n}\n.icon-beer:before,\n.fa-beer:before {\n  content: \"\\f0fc\";\n}\n.icon-h-square:before,\n.fa-h-square:before {\n  content: \"\\f0fd\";\n}\n.icon-plus-square:before,\n.fa-plus-square:before {\n  content: \"\\f0fe\";\n}\n.icon-angle-double-left:before,\n.fa-angle-double-left:before {\n  content: \"\\f100\";\n}\n.icon-angle-double-right:before,\n.fa-angle-double-right:before {\n  content: \"\\f101\";\n}\n.icon-angle-double-up:before,\n.fa-angle-double-up:before {\n  content: \"\\f102\";\n}\n.icon-angle-double-down:before,\n.fa-angle-double-down:before {\n  content: \"\\f103\";\n}\n.icon-angle-left:before,\n.fa-angle-left:before {\n  content: \"\\f104\";\n}\n.icon-angle-right:before,\n.fa-angle-right:before {\n  content: \"\\f105\";\n}\n.icon-angle-up:before,\n.fa-angle-up:before {\n  content: \"\\f106\";\n}\n.icon-angle-down:before,\n.fa-angle-down:before {\n  content: \"\\f107\";\n}\n.icon-desktop:before,\n.fa-desktop:before {\n  content: \"\\f108\";\n}\n.icon-laptop:before,\n.fa-laptop:before {\n  content: \"\\f109\";\n}\n.icon-tablet:before,\n.fa-tablet:before {\n  content: \"\\f10a\";\n}\n.icon-mobile-phone:before,\n.icon-mobile:before,\n.fa-mobile:before,\n.fa-mobile-phone:before {\n  content: \"\\f10b\";\n}\n.icon-circle-o:before,\n.fa-circle-o:before {\n  content: \"\\f10c\";\n}\n.icon-quote-left:before,\n.fa-quote-left:before {\n  content: \"\\f10d\";\n}\n.icon-quote-right:before,\n.fa-quote-right:before {\n  content: \"\\f10e\";\n}\n.icon-spinner:before,\n.fa-spinner:before {\n  content: \"\\f110\";\n}\n.icon-circle:before,\n.fa-circle:before {\n  content: \"\\f111\";\n}\n.icon-mail-reply:before,\n.icon-reply:before,\n.fa-reply:before,\n.fa-mail-reply:before {\n  content: \"\\f112\";\n}\n.icon-github-alt:before,\n.fa-github-alt:before {\n  content: \"\\f113\";\n}\n.icon-folder-o:before,\n.fa-folder-o:before {\n  content: \"\\f114\";\n}\n.icon-folder-open-o:before,\n.fa-folder-open-o:before {\n  content: \"\\f115\";\n}\n.icon-smile-o:before,\n.fa-smile-o:before {\n  content: \"\\f118\";\n}\n.icon-frown-o:before,\n.fa-frown-o:before {\n  content: \"\\f119\";\n}\n.icon-meh-o:before,\n.fa-meh-o:before {\n  content: \"\\f11a\";\n}\n.icon-gamepad:before,\n.fa-gamepad:before {\n  content: \"\\f11b\";\n}\n.icon-keyboard-o:before,\n.fa-keyboard-o:before {\n  content: \"\\f11c\";\n}\n.icon-flag-o:before,\n.fa-flag-o:before {\n  content: \"\\f11d\";\n}\n.icon-flag-checkered:before,\n.fa-flag-checkered:before {\n  content: \"\\f11e\";\n}\n.icon-terminal:before,\n.fa-terminal:before {\n  content: \"\\f120\";\n}\n.icon-code:before,\n.fa-code:before {\n  content: \"\\f121\";\n}\n.icon-mail-reply-all:before,\n.icon-reply-all:before,\n.fa-reply-all:before,\n.fa-mail-reply-all:before {\n  content: \"\\f122\";\n}\n.icon-star-half-empty:before,\n.icon-star-half-full:before,\n.icon-star-half-o:before,\n.fa-star-half-o:before,\n.fa-star-half-empty:before,\n.fa-star-half-full:before {\n  content: \"\\f123\";\n}\n.icon-location-arrow:before,\n.fa-location-arrow:before {\n  content: \"\\f124\";\n}\n.icon-crop:before,\n.fa-crop:before {\n  content: \"\\f125\";\n}\n.icon-code-fork:before,\n.fa-code-fork:before {\n  content: \"\\f126\";\n}\n.icon-unlink:before,\n.icon-chain-broken:before,\n.fa-chain-broken:before,\n.fa-unlink:before {\n  content: \"\\f127\";\n}\n.icon-question:before,\n.fa-question:before {\n  content: \"\\f128\";\n}\n.icon-info:before,\n.fa-info:before {\n  content: \"\\f129\";\n}\n.icon-exclamation:before,\n.fa-exclamation:before {\n  content: \"\\f12a\";\n}\n.icon-superscript:before,\n.fa-superscript:before {\n  content: \"\\f12b\";\n}\n.icon-subscript:before,\n.fa-subscript:before {\n  content: \"\\f12c\";\n}\n.icon-eraser:before,\n.fa-eraser:before {\n  content: \"\\f12d\";\n}\n.icon-puzzle-piece:before,\n.fa-puzzle-piece:before {\n  content: \"\\f12e\";\n}\n.icon-microphone:before,\n.fa-microphone:before {\n  content: \"\\f130\";\n}\n.icon-microphone-slash:before,\n.fa-microphone-slash:before {\n  content: \"\\f131\";\n}\n.icon-shield:before,\n.fa-shield:before {\n  content: \"\\f132\";\n}\n.icon-calendar-o:before,\n.fa-calendar-o:before {\n  content: \"\\f133\";\n}\n.icon-fire-extinguisher:before,\n.fa-fire-extinguisher:before {\n  content: \"\\f134\";\n}\n.icon-rocket:before,\n.fa-rocket:before {\n  content: \"\\f135\";\n}\n.icon-maxcdn:before,\n.fa-maxcdn:before {\n  content: \"\\f136\";\n}\n.icon-chevron-circle-left:before,\n.fa-chevron-circle-left:before {\n  content: \"\\f137\";\n}\n.icon-chevron-circle-right:before,\n.fa-chevron-circle-right:before {\n  content: \"\\f138\";\n}\n.icon-chevron-circle-up:before,\n.fa-chevron-circle-up:before {\n  content: \"\\f139\";\n}\n.icon-chevron-circle-down:before,\n.fa-chevron-circle-down:before {\n  content: \"\\f13a\";\n}\n.icon-html5:before,\n.fa-html5:before {\n  content: \"\\f13b\";\n}\n.icon-css3:before,\n.fa-css3:before {\n  content: \"\\f13c\";\n}\n.icon-anchor:before,\n.fa-anchor:before {\n  content: \"\\f13d\";\n}\n.icon-unlock-alt:before,\n.fa-unlock-alt:before {\n  content: \"\\f13e\";\n}\n.icon-bullseye:before,\n.fa-bullseye:before {\n  content: \"\\f140\";\n}\n.icon-ellipsis-h:before,\n.fa-ellipsis-h:before {\n  content: \"\\f141\";\n}\n.icon-ellipsis-v:before,\n.fa-ellipsis-v:before {\n  content: \"\\f142\";\n}\n.icon-rss-square:before,\n.fa-rss-square:before {\n  content: \"\\f143\";\n}\n.icon-play-circle:before,\n.fa-play-circle:before {\n  content: \"\\f144\";\n}\n.icon-ticket:before,\n.fa-ticket:before {\n  content: \"\\f145\";\n}\n.icon-minus-square:before,\n.fa-minus-square:before {\n  content: \"\\f146\";\n}\n.icon-minus-square-o:before,\n.fa-minus-square-o:before {\n  content: \"\\f147\";\n}\n.icon-level-up:before,\n.fa-level-up:before {\n  content: \"\\f148\";\n}\n.icon-level-down:before,\n.fa-level-down:before {\n  content: \"\\f149\";\n}\n.icon-check-square:before,\n.fa-check-square:before {\n  content: \"\\f14a\";\n}\n.icon-pencil-square:before,\n.fa-pencil-square:before {\n  content: \"\\f14b\";\n}\n.icon-external-link-square:before,\n.fa-external-link-square:before {\n  content: \"\\f14c\";\n}\n.icon-share-square:before,\n.fa-share-square:before {\n  content: \"\\f14d\";\n}\n.icon-compass:before,\n.fa-compass:before {\n  content: \"\\f14e\";\n}\n.icon-toggle-down:before,\n.icon-caret-square-o-down:before,\n.fa-caret-square-o-down:before,\n.fa-toggle-down:before {\n  content: \"\\f150\";\n}\n.icon-toggle-up:before,\n.icon-caret-square-o-up:before,\n.fa-caret-square-o-up:before,\n.fa-toggle-up:before {\n  content: \"\\f151\";\n}\n.icon-toggle-right:before,\n.icon-caret-square-o-right:before,\n.fa-caret-square-o-right:before,\n.fa-toggle-right:before {\n  content: \"\\f152\";\n}\n.icon-euro:before,\n.icon-eur:before,\n.fa-eur:before,\n.fa-euro:before {\n  content: \"\\f153\";\n}\n.icon-gbp:before,\n.fa-gbp:before {\n  content: \"\\f154\";\n}\n.icon-dollar:before,\n.icon-usd:before,\n.fa-usd:before,\n.fa-dollar:before {\n  content: \"\\f155\";\n}\n.icon-rupee:before,\n.icon-inr:before,\n.fa-inr:before,\n.fa-rupee:before {\n  content: \"\\f156\";\n}\n.icon-cny:before,\n.icon-rmb:before,\n.icon-yen:before,\n.icon-jpy:before,\n.fa-jpy:before,\n.fa-cny:before,\n.fa-rmb:before,\n.fa-yen:before {\n  content: \"\\f157\";\n}\n.icon-ruble:before,\n.icon-rouble:before,\n.icon-rub:before,\n.fa-rub:before,\n.fa-ruble:before,\n.fa-rouble:before {\n  content: \"\\f158\";\n}\n.icon-won:before,\n.icon-krw:before,\n.fa-krw:before,\n.fa-won:before {\n  content: \"\\f159\";\n}\n.icon-bitcoin:before,\n.icon-btc:before,\n.fa-btc:before,\n.fa-bitcoin:before {\n  content: \"\\f15a\";\n}\n.icon-file:before,\n.fa-file:before {\n  content: \"\\f15b\";\n}\n.icon-file-text:before,\n.fa-file-text:before {\n  content: \"\\f15c\";\n}\n.icon-sort-alpha-asc:before,\n.fa-sort-alpha-asc:before {\n  content: \"\\f15d\";\n}\n.icon-sort-alpha-desc:before,\n.fa-sort-alpha-desc:before {\n  content: \"\\f15e\";\n}\n.icon-sort-amount-asc:before,\n.fa-sort-amount-asc:before {\n  content: \"\\f160\";\n}\n.icon-sort-amount-desc:before,\n.fa-sort-amount-desc:before {\n  content: \"\\f161\";\n}\n.icon-sort-numeric-asc:before,\n.fa-sort-numeric-asc:before {\n  content: \"\\f162\";\n}\n.icon-sort-numeric-desc:before,\n.fa-sort-numeric-desc:before {\n  content: \"\\f163\";\n}\n.icon-thumbs-up:before,\n.fa-thumbs-up:before {\n  content: \"\\f164\";\n}\n.icon-thumbs-down:before,\n.fa-thumbs-down:before {\n  content: \"\\f165\";\n}\n.icon-youtube-square:before,\n.fa-youtube-square:before {\n  content: \"\\f166\";\n}\n.icon-youtube:before,\n.fa-youtube:before {\n  content: \"\\f167\";\n}\n.icon-xing:before,\n.fa-xing:before {\n  content: \"\\f168\";\n}\n.icon-xing-square:before,\n.fa-xing-square:before {\n  content: \"\\f169\";\n}\n.icon-youtube-play:before,\n.fa-youtube-play:before {\n  content: \"\\f16a\";\n}\n.icon-dropbox:before,\n.fa-dropbox:before {\n  content: \"\\f16b\";\n}\n.icon-stack-overflow:before,\n.fa-stack-overflow:before {\n  content: \"\\f16c\";\n}\n.icon-instagram:before,\n.fa-instagram:before {\n  content: \"\\f16d\";\n}\n.icon-flickr:before,\n.fa-flickr:before {\n  content: \"\\f16e\";\n}\n.icon-adn:before,\n.fa-adn:before {\n  content: \"\\f170\";\n}\n.icon-bitbucket:before,\n.fa-bitbucket:before {\n  content: \"\\f171\";\n}\n.icon-bitbucket-square:before,\n.fa-bitbucket-square:before {\n  content: \"\\f172\";\n}\n.icon-tumblr:before,\n.fa-tumblr:before {\n  content: \"\\f173\";\n}\n.icon-tumblr-square:before,\n.fa-tumblr-square:before {\n  content: \"\\f174\";\n}\n.icon-long-arrow-down:before,\n.fa-long-arrow-down:before {\n  content: \"\\f175\";\n}\n.icon-long-arrow-up:before,\n.fa-long-arrow-up:before {\n  content: \"\\f176\";\n}\n.icon-long-arrow-left:before,\n.fa-long-arrow-left:before {\n  content: \"\\f177\";\n}\n.icon-long-arrow-right:before,\n.fa-long-arrow-right:before {\n  content: \"\\f178\";\n}\n.icon-apple:before,\n.fa-apple:before {\n  content: \"\\f179\";\n}\n.icon-windows:before,\n.fa-windows:before {\n  content: \"\\f17a\";\n}\n.icon-android:before,\n.fa-android:before {\n  content: \"\\f17b\";\n}\n.icon-linux:before,\n.fa-linux:before {\n  content: \"\\f17c\";\n}\n.icon-dribbble:before,\n.fa-dribbble:before {\n  content: \"\\f17d\";\n}\n.icon-skype:before,\n.fa-skype:before {\n  content: \"\\f17e\";\n}\n.icon-foursquare:before,\n.fa-foursquare:before {\n  content: \"\\f180\";\n}\n.icon-trello:before,\n.fa-trello:before {\n  content: \"\\f181\";\n}\n.icon-female:before,\n.fa-female:before {\n  content: \"\\f182\";\n}\n.icon-male:before,\n.fa-male:before {\n  content: \"\\f183\";\n}\n.icon-gittip:before,\n.fa-gittip:before {\n  content: \"\\f184\";\n}\n.icon-gratipay:before,\n.fa-gratipay:before {\n  content: \"\\f184\";\n}\n.icon-sun-o:before,\n.fa-sun-o:before {\n  content: \"\\f185\";\n}\n.icon-moon-o:before,\n.fa-moon-o:before {\n  content: \"\\f186\";\n}\n.icon-archive:before,\n.fa-archive:before {\n  content: \"\\f187\";\n}\n.icon-bug:before,\n.fa-bug:before {\n  content: \"\\f188\";\n}\n.icon-vk:before,\n.fa-vk:before {\n  content: \"\\f189\";\n}\n.icon-weibo:before,\n.fa-weibo:before {\n  content: \"\\f18a\";\n}\n.icon-renren:before,\n.fa-renren:before {\n  content: \"\\f18b\";\n}\n.icon-pagelines:before,\n.fa-pagelines:before {\n  content: \"\\f18c\";\n}\n.icon-stack-exchange:before,\n.fa-stack-exchange:before {\n  content: \"\\f18d\";\n}\n.icon-arrow-circle-o-right:before,\n.fa-arrow-circle-o-right:before {\n  content: \"\\f18e\";\n}\n.icon-arrow-circle-o-left:before,\n.fa-arrow-circle-o-left:before {\n  content: \"\\f190\";\n}\n.icon-toggle-left:before,\n.icon-caret-square-o-left:before,\n.fa-caret-square-o-left:before,\n.fa-toggle-left:before {\n  content: \"\\f191\";\n}\n.icon-dot-circle-o:before,\n.fa-dot-circle-o:before {\n  content: \"\\f192\";\n}\n.icon-wheelchair:before,\n.fa-wheelchair:before {\n  content: \"\\f193\";\n}\n.icon-vimeo-square:before,\n.fa-vimeo-square:before {\n  content: \"\\f194\";\n}\n.icon-turkish-lira:before,\n.icon-try:before,\n.fa-try:before,\n.fa-turkish-lira:before {\n  content: \"\\f195\";\n}\n.icon-plus-square-o:before,\n.fa-plus-square-o:before {\n  content: \"\\f196\";\n}\n.icon-space-shuttle:before,\n.fa-space-shuttle:before {\n  content: \"\\f197\";\n}\n.icon-slack:before,\n.fa-slack:before {\n  content: \"\\f198\";\n}\n.icon-envelope-square:before,\n.fa-envelope-square:before {\n  content: \"\\f199\";\n}\n.icon-wordpress:before,\n.fa-wordpress:before {\n  content: \"\\f19a\";\n}\n.icon-openid:before,\n.fa-openid:before {\n  content: \"\\f19b\";\n}\n.icon-institution:before,\n.icon-bank:before,\n.icon-university:before,\n.fa-university:before,\n.fa-institution:before,\n.fa-bank:before {\n  content: \"\\f19c\";\n}\n.icon-mortar-board:before,\n.icon-graduation-cap:before,\n.fa-graduation-cap:before,\n.fa-mortar-board:before {\n  content: \"\\f19d\";\n}\n.icon-yahoo:before,\n.fa-yahoo:before {\n  content: \"\\f19e\";\n}\n.icon-google:before,\n.fa-google:before {\n  content: \"\\f1a0\";\n}\n.icon-reddit:before,\n.fa-reddit:before {\n  content: \"\\f1a1\";\n}\n.icon-reddit-square:before,\n.fa-reddit-square:before {\n  content: \"\\f1a2\";\n}\n.icon-stumbleupon-circle:before,\n.fa-stumbleupon-circle:before {\n  content: \"\\f1a3\";\n}\n.icon-stumbleupon:before,\n.fa-stumbleupon:before {\n  content: \"\\f1a4\";\n}\n.icon-delicious:before,\n.fa-delicious:before {\n  content: \"\\f1a5\";\n}\n.icon-digg:before,\n.fa-digg:before {\n  content: \"\\f1a6\";\n}\n.icon-pied-piper:before,\n.fa-pied-piper:before {\n  content: \"\\f1a7\";\n}\n.icon-pied-piper-alt:before,\n.fa-pied-piper-alt:before {\n  content: \"\\f1a8\";\n}\n.icon-drupal:before,\n.fa-drupal:before {\n  content: \"\\f1a9\";\n}\n.icon-joomla:before,\n.fa-joomla:before {\n  content: \"\\f1aa\";\n}\n.icon-language:before,\n.fa-language:before {\n  content: \"\\f1ab\";\n}\n.icon-fax:before,\n.fa-fax:before {\n  content: \"\\f1ac\";\n}\n.icon-building:before,\n.fa-building:before {\n  content: \"\\f1ad\";\n}\n.icon-child:before,\n.fa-child:before {\n  content: \"\\f1ae\";\n}\n.icon-paw:before,\n.fa-paw:before {\n  content: \"\\f1b0\";\n}\n.icon-spoon:before,\n.fa-spoon:before {\n  content: \"\\f1b1\";\n}\n.icon-cube:before,\n.fa-cube:before {\n  content: \"\\f1b2\";\n}\n.icon-cubes:before,\n.fa-cubes:before {\n  content: \"\\f1b3\";\n}\n.icon-behance:before,\n.fa-behance:before {\n  content: \"\\f1b4\";\n}\n.icon-behance-square:before,\n.fa-behance-square:before {\n  content: \"\\f1b5\";\n}\n.icon-steam:before,\n.fa-steam:before {\n  content: \"\\f1b6\";\n}\n.icon-steam-square:before,\n.fa-steam-square:before {\n  content: \"\\f1b7\";\n}\n.icon-recycle:before,\n.fa-recycle:before {\n  content: \"\\f1b8\";\n}\n.icon-automobile:before,\n.icon-car:before,\n.fa-car:before,\n.fa-automobile:before {\n  content: \"\\f1b9\";\n}\n.icon-cab:before,\n.icon-taxi:before,\n.fa-taxi:before,\n.fa-cab:before {\n  content: \"\\f1ba\";\n}\n.icon-tree:before,\n.fa-tree:before {\n  content: \"\\f1bb\";\n}\n.icon-spotify:before,\n.fa-spotify:before {\n  content: \"\\f1bc\";\n}\n.icon-deviantart:before,\n.fa-deviantart:before {\n  content: \"\\f1bd\";\n}\n.icon-soundcloud:before,\n.fa-soundcloud:before {\n  content: \"\\f1be\";\n}\n.icon-database:before,\n.fa-database:before {\n  content: \"\\f1c0\";\n}\n.icon-file-pdf-o:before,\n.fa-file-pdf-o:before {\n  content: \"\\f1c1\";\n}\n.icon-file-word-o:before,\n.fa-file-word-o:before {\n  content: \"\\f1c2\";\n}\n.icon-file-excel-o:before,\n.fa-file-excel-o:before {\n  content: \"\\f1c3\";\n}\n.icon-file-powerpoint-o:before,\n.fa-file-powerpoint-o:before {\n  content: \"\\f1c4\";\n}\n.icon-file-photo-o:before,\n.icon-file-picture-o:before,\n.icon-file-image-o:before,\n.fa-file-image-o:before,\n.fa-file-photo-o:before,\n.fa-file-picture-o:before {\n  content: \"\\f1c5\";\n}\n.icon-file-zip-o:before,\n.icon-file-archive-o:before,\n.fa-file-archive-o:before,\n.fa-zip-o:before {\n  content: \"\\f1c6\";\n}\n.icon-file-sound-o:before,\n.icon-file-audio-o:before,\n.fa-file-audio-o:before,\n.fa-sound-o:before {\n  content: \"\\f1c7\";\n}\n.icon-file-movie-o:before,\n.icon-file-video-o:before,\n.fa-file-video-o:before,\n.fa-file-movie-o:before {\n  content: \"\\f1c8\";\n}\n.icon-file-code-o:before,\n.fa-file-code-o:before {\n  content: \"\\f1c9\";\n}\n.icon-vine:before,\n.fa-vine:before {\n  content: \"\\f1ca\";\n}\n.icon-codepen:before,\n.fa-codepen:before {\n  content: \"\\f1cb\";\n}\n.icon-jsfiddle:before,\n.fa-jsfiddle:before {\n  content: \"\\f1cc\";\n}\n.icon-life-bouy:before,\n.icon-life-buoy:before,\n.icon-life-saver:before,\n.icon-support:before,\n.icon-life-ring:before,\n.fa-life-ring:before,\n.fa-life-bouy:before,\n.fa-life-buoy:before,\n.fa-support:before {\n  content: \"\\f1cd\";\n}\n.icon-circle-o-notch:before,\n.fa-circle-o-notch:before {\n  content: \"\\f1ce\";\n}\n.icon-ra:before,\n.icon-rebel:before,\n.fa-rebel:before,\n.fa-ra:before {\n  content: \"\\f1d0\";\n}\n.icon-ge:before,\n.icon-empire:before,\n.fa-empire:before,\n.fa-ge:before {\n  content: \"\\f1d1\";\n}\n.icon-git-square:before,\n.fa-git-square:before {\n  content: \"\\f1d2\";\n}\n.icon-git:before,\n.fa-git:before {\n  content: \"\\f1d3\";\n}\n.icon-y-combinator-square:before,\nfa-y-combinator-square:before,\n.icon-yc-square:before,\nfa-yc-square:before,\n.icon-hacker-news:before,\n.fa-hacker-news:before {\n  content: \"\\f1d4\";\n}\n.icon-tencent-weibo:before,\n.fa-tencent-weibo:before {\n  content: \"\\f1d5\";\n}\n.icon-qq:before,\n.fa-qq:before {\n  content: \"\\f1d6\";\n}\n.icon-wechat:before,\n.icon-weixin:before,\n.fa-weixin:before,\n.fa-wechat:before {\n  content: \"\\f1d7\";\n}\n.icon-send:before,\n.icon-paper-plane:before,\n.fa-paper-plane:before,\n.fa-send:before {\n  content: \"\\f1d8\";\n}\n.icon-send-o:before,\n.icon-paper-plane-o:before,\n.fa-paper-plane-o:before,\n.fa-send-o:before {\n  content: \"\\f1d9\";\n}\n.icon-history:before,\n.fa-history:before {\n  content: \"\\f1da\";\n}\n.icon-circle-thin:before,\n.fa-circle-thin:before {\n  content: \"\\f1db\";\n}\n.icon-header:before,\n.fa-header:before {\n  content: \"\\f1dc\";\n}\n.icon-paragraph:before,\n.fa-paragraph:before {\n  content: \"\\f1dd\";\n}\n.icon-sliders:before,\n.fa-sliders:before {\n  content: \"\\f1de\";\n}\n.icon-share-alt:before,\n.fa-share-alt:before {\n  content: \"\\f1e0\";\n}\n.icon-share-alt-square:before,\n.fa-share-alt-square:before {\n  content: \"\\f1e1\";\n}\n.icon-bomb:before,\n.fa-bomb:before {\n  content: \"\\f1e2\";\n}\n.icon-soccer-ball-o:before,\n.icon-futbol-o:before,\n.fa-futbol-o:before,\n.fa-soccer-ball-o:before {\n  content: \"\\f1e3\";\n}\n.icon-tty:before,\n.fa-tty:before {\n  content: \"\\f1e4\";\n}\n.icon-binoculars:before,\n.fa-binoculars:before {\n  content: \"\\f1e5\";\n}\n.icon-plug:before,\n.fa-plug:before {\n  content: \"\\f1e6\";\n}\n.icon-slideshare:before,\n.fa-slideshare:before {\n  content: \"\\f1e7\";\n}\n.icon-twitch:before,\n.fa-twitch:before {\n  content: \"\\f1e8\";\n}\n.icon-yelp:before,\n.fa-yelp:before {\n  content: \"\\f1e9\";\n}\n.icon-newspaper-o:before,\n.fa-newspaper-o:before {\n  content: \"\\f1ea\";\n}\n.icon-wifi:before,\n.fa-wifi:before {\n  content: \"\\f1eb\";\n}\n.icon-calculator:before,\n.fa-calculator:before {\n  content: \"\\f1ec\";\n}\n.icon-paypal:before,\n.fa-paypal:before {\n  content: \"\\f1ed\";\n}\n.icon-google-wallet:before,\n.fa-google-wallet:before {\n  content: \"\\f1ee\";\n}\n.icon-cc-visa:before,\n.fa-cc-visa:before {\n  content: \"\\f1f0\";\n}\n.icon-cc-mastercard:before,\n.fa-cc-mastercard:before {\n  content: \"\\f1f1\";\n}\n.icon-cc-discover:before,\n.fa-cc-discover:before {\n  content: \"\\f1f2\";\n}\n.icon-cc-amex:before,\n.fa-cc-amex:before {\n  content: \"\\f1f3\";\n}\n.icon-cc-paypal:before,\n.fa-cc-paypal:before {\n  content: \"\\f1f4\";\n}\n.icon-cc-stripe:before,\n.fa-cc-stripe:before {\n  content: \"\\f1f5\";\n}\n.icon-bell-slash:before,\n.fa-bell-slash:before {\n  content: \"\\f1f6\";\n}\n.icon-bell-slash-o:before,\n.fa-bell-slash-o:before {\n  content: \"\\f1f7\";\n}\n.icon-trash:before,\n.fa-trash:before {\n  content: \"\\f1f8\";\n}\n.icon-copyright:before,\n.fa-copyright:before {\n  content: \"\\f1f9\";\n}\n.icon-at:before,\n.fa-at:before {\n  content: \"\\f1fa\";\n}\n.icon-eyedropper:before,\n.fa-eyedropper:before {\n  content: \"\\f1fb\";\n}\n.icon-paint-brush:before,\n.fa-paint-brush:before {\n  content: \"\\f1fc\";\n}\n.icon-birthday-cake:before,\n.fa-birthday-cake:before {\n  content: \"\\f1fd\";\n}\n.icon-area-chart:before,\n.fa-area-chart:before {\n  content: \"\\f1fe\";\n}\n.icon-pie-chart:before,\n.fa-pie-chart:before {\n  content: \"\\f200\";\n}\n.icon-line-chart:before,\n.fa-line-chart:before {\n  content: \"\\f201\";\n}\n.icon-lastfm:before,\n.fa-lastfm:before {\n  content: \"\\f202\";\n}\n.icon-lastfm-square:before,\n.fa-lastfm-square:before {\n  content: \"\\f203\";\n}\n.icon-toggle-off:before,\n.fa-toggle-off:before {\n  content: \"\\f204\";\n}\n.icon-toggle-on:before,\n.fa-toggle-on:before {\n  content: \"\\f205\";\n}\n.icon-bicycle:before,\n.fa-bicycle:before {\n  content: \"\\f206\";\n}\n.icon-bus:before,\n.fa-bus:before {\n  content: \"\\f207\";\n}\n.icon-ioxhost:before,\n.fa-ioxhost:before {\n  content: \"\\f208\";\n}\n.icon-angellist:before,\n.fa-angellist:before {\n  content: \"\\f209\";\n}\n.icon-cc:before,\n.fa-cc:before {\n  content: \"\\f20a\";\n}\n.icon-shekel:before,\n.icon-sheqel:before,\n.icon-ils:before,\n.fa-ils:before,\n.fa-shekel:before,\n.fa-sheqel:before {\n  content: \"\\f20b\";\n}\n.icon-meanpath:before,\n.fa-meanpath:before {\n  content: \"\\f20c\";\n}\n.icon-buysellads:before,\n.fa-buysellads:before {\n  content: \"\\f20d\";\n}\n.icon-connectdevelop:before,\n.fa-connectdevelop:before {\n  content: \"\\f20e\";\n}\n.icon-dashcube:before,\n.fa-dashcube:before {\n  content: \"\\f210\";\n}\n.icon-forumbee:before,\n.fa-forumbee:before {\n  content: \"\\f211\";\n}\n.icon-leanpub:before,\n.fa-leanpub:before {\n  content: \"\\f212\";\n}\n.icon-sellsy:before,\n.fa-sellsy:before {\n  content: \"\\f213\";\n}\n.icon-shirtsinbulk:before,\n.fa-shirtsinbulk:before {\n  content: \"\\f214\";\n}\n.icon-simplybuilt:before,\n.fa-simplybuilt:before {\n  content: \"\\f215\";\n}\n.icon-skyatlas:before,\n.fa-skyatlas:before {\n  content: \"\\f216\";\n}\n.icon-cart-plus:before,\n.fa-cart-plus:before {\n  content: \"\\f217\";\n}\n.icon-cart-arrow-down:before,\n.fa-cart-arrow-down:before {\n  content: \"\\f218\";\n}\n.icon-diamond:before,\n.fa-diamond:before {\n  content: \"\\f219\";\n}\n.icon-ship:before,\n.fa-ship:before {\n  content: \"\\f21a\";\n}\n.icon-user-secret:before,\n.fa-user-secret:before {\n  content: \"\\f21b\";\n}\n.icon-motorcycle:before,\n.fa-motorcycle:before {\n  content: \"\\f21c\";\n}\n.icon-street-view:before,\n.fa-street-view:before {\n  content: \"\\f21d\";\n}\n.icon-heartbeat:before,\n.fa-heartbeat:before {\n  content: \"\\f21e\";\n}\n.icon-venus:before,\n.fa-venus:before {\n  content: \"\\f221\";\n}\n.icon-mars:before,\n.fa-mars:before {\n  content: \"\\f222\";\n}\n.icon-mercury:before,\n.fa-mercury:before {\n  content: \"\\f223\";\n}\n.icon-intersex:before,\n.fa--intersex:before,\n.icon-transgender:before,\n.fa-transgender:before {\n  content: \"\\f224\";\n}\n.icon-transgender-alt:before,\n.fa-transgender-alt:before {\n  content: \"\\f225\";\n}\n.icon-venus-double:before,\n.fa-venus-double:before {\n  content: \"\\f226\";\n}\n.icon-mars-double:before,\n.fa-mars-double:before {\n  content: \"\\f227\";\n}\n.icon-venus-mars:before,\n.fa-venus-mars:before {\n  content: \"\\f228\";\n}\n.icon-mars-stroke:before,\n.fa-mars-stroke:before {\n  content: \"\\f229\";\n}\n.icon-mars-stroke-v:before,\n.fa-mars-stroke-v:before {\n  content: \"\\f22a\";\n}\n.icon-mars-stroke-h:before,\n.fa-mars-stroke-h:before {\n  content: \"\\f22b\";\n}\n.icon-neuter:before,\n.fa-neuter:before {\n  content: \"\\f22c\";\n}\n.icon-facebook-official:before,\n.fa-facebook-official:before {\n  content: \"\\f230\";\n}\n.icon-pinterest-p:before,\n.fa-pinterest-p:before {\n  content: \"\\f231\";\n}\n.icon-whatsapp:before,\n.fa-whatsapp:before {\n  content: \"\\f232\";\n}\n.icon-server:before,\n.fa-server:before {\n  content: \"\\f233\";\n}\n.icon-user-plus:before,\n.fa-user-plus:before {\n  content: \"\\f234\";\n}\n.icon-user-times:before,\n.fa-user-times:before {\n  content: \"\\f235\";\n}\n.icon-hotel:before,\n.fa-hotel:before,\n.fa-bed:before,\n.icon-bed:before {\n  content: \"\\f236\";\n}\n.icon-viacoin:before,\n.fa-viacoin:before {\n  content: \"\\f237\";\n}\n.icon-train:before,\n.fa-train:before {\n  content: \"\\f238\";\n}\n.icon-subway:before,\n.fa-subway:before {\n  content: \"\\f239\";\n}\n.icon-medium:before,\n.fa-medium:before {\n  content: \"\\f23a\";\n}\n.icon-remove:before {\n  content: \"\\f00d\";\n}\n.icon-reorder:before {\n  content: \"\\f0c9\";\n}\n.icon-plus-sign:before {\n  content: \"\\f055\";\n}\n.icon-ok:before {\n  content: \"\\f00c\";\n}\n.icon-trash:before {\n  content: \"\\f014\";\n}\n.icon-fullscreen:before {\n  content: \"\\f0b2\";\n}\n.icon-info-sign:before {\n  content: \"\\f05a\";\n}\n.icon-sun:before {\n  content: \"\\f185\";\n}\n.icon-picture:before {\n  content: \"\\f03e\";\n}\n.icon-star-empty:before {\n  content: \"\\f006\";\n}\n.icon-zoom-in:before {\n  content: \"\\f002\";\n}\n.icon-zoom-out:before {\n  content: \"\\f010\";\n}\n.icon-off:before {\n  content: \"\\f011\";\n}\n.icon-file-alt:before {\n  content: \"\\f016\";\n}\n.icon-download-alt:before {\n  content: \"\\f019\";\n}\n.icon-indent-left:before {\n  content: \"\\f03c\";\n}\n.icon-indent-right:before {\n  content: \"\\f03b\";\n}\n.icon-facetime-video:before {\n  content: \"\\f03d\";\n}\n.icon-ban-circle:before {\n  content: \"\\f05e\";\n}\n.icon-bar-chart:before {\n  content: \"\\f080\";\n}\n.icon-beaker:before {\n  content: \"\\f0c3\";\n}\n.icon-bell-alt:before {\n  content: \"\\f0a2\";\n}\n.icon-bitbucket-sign:before {\n  content: \"\\f172\";\n}\n.icon-bookmark-empty:before {\n  content: \"\\f097\";\n}\n.icon-building:before {\n  content: \"\\f0f7\";\n}\n.icon-calendar-empty:before {\n  content: \"\\f133\";\n}\n.icon-check-empty:before {\n  content: \"\\f096\";\n}\n.icon-check-minus:before {\n  content: \"\\f147\";\n}\n.icon-check-sign:before {\n  content: \"\\f14a\";\n}\n.icon-chevron-sign-down:before {\n  content: \"\\f13a\";\n}\n.icon-chevron-sign-up:before {\n  content: \"\\f139\";\n}\n.icon-chevron-sign-left:before {\n  content: \"\\f137\";\n}\n.icon-chevron-sign-right:before {\n  content: \"\\f138\";\n}\n.icon-circle-arrow-down:before {\n  content: \"\\f0ab\";\n}\n.icon-circle-arrow-up:before {\n  content: \"\\f0aa\";\n}\n.icon-circle-arrow-left:before {\n  content: \"\\f0a8\";\n}\n.icon-circle-arrow-right:before {\n  content: \"\\f0a9\";\n}\n.icon-circle-blank:before {\n  content: \"\\f10c\";\n}\n.icon-collapse:before {\n  content: \"\\f150\";\n}\n.icon-collapse-top:before {\n  content: \"\\f151\";\n}\n.icon-collapse-alt:before {\n  content: \"\\f151\";\n}\n.icon-comment-alt:before {\n  content: \"\\f0e5\";\n}\n.icon-comments-alt:before {\n  content: \"\\f0e6\";\n}\n.icon-double-angle-down:before {\n  content: \"\\f103\";\n}\n.icon-double-angle-up:before {\n  content: \"\\f102\";\n}\n.icon-double-angle-left:before {\n  content: \"\\f100\";\n}\n.icon-double-angle-right:before {\n  content: \"\\f101\";\n}\n.icon-edit-sign:before {\n  content: \"\\f044\";\n}\n.icon-ellipsis-horizontal:before {\n  content: \"\\f141\";\n}\n.icon-ellipsis-vertical:before {\n  content: \"\\f142\";\n}\n.icon-envelope-alt:before {\n  content: \"\\f003\";\n}\n.icon-exclamation-sign:before {\n  content: \"\\f06a\";\n}\n.icon-eye-open:before {\n  content: \"\\f06e\";\n}\n.icon-eye-close:before {\n  content: \"\\f070\";\n}\n.icon-facebook-sign:before {\n  content: \"\\f082\";\n}\n.icon-file-text-alt:before {\n  content: \"\\f0f6\";\n}\n.icon-flag-alt:before {\n  content: \"\\f11d\";\n}\n.icon-food:before {\n  content: \"\\f0f5\";\n}\n.icon-frown:before {\n  content: \"\\f119\";\n}\n.icon-github-sign:before {\n  content: \"\\f092\";\n}\n.icon-google-plus-sign:before {\n  content: \"\\f0d4\";\n}\n.icon-h-sign:before {\n  content: \"\\f0fd\";\n}\n.icon-hand-up:before {\n  content: \"\\f0a6\";\n}\n.icon-hand-down:before {\n  content: \"\\f0a7\";\n}\n.icon-hand-left:before {\n  content: \"\\f0a5\";\n}\n.icon-hand-right:before {\n  content: \"\\f0a4\";\n}\n.icon-hdd:before {\n  content: \"\\f0a0\";\n}\n.icon-heart-empty:before {\n  content: \"\\f08a\";\n}\n.icon-hospital:before {\n  content: \"\\f0f8\";\n}\n.icon-keyboard:before {\n  content: \"\\f11c\";\n}\n.icon-lemon:before {\n  content: \"\\f094\";\n}\n.icon-lightbulb:before {\n  content: \"\\f0eb\";\n}\n.icon-linkedin-sign:before {\n  content: \"\\f08c\";\n}\n.icon-meh:before {\n  content: \"\\f11a\";\n}\n.icon-microphone-off:before {\n  content: \"\\f131\";\n}\n.icon-minus-sign:before {\n  content: \"\\f146\";\n}\n.icon-minus-sign-alt:before {\n  content: \"\\f147\";\n}\n.icon-moon:before {\n  content: \"\\f186\";\n}\n.icon-move:before {\n  content: \"\\f047\";\n}\n.icon-ok-circle:before {\n  content: \"\\f05d\";\n}\n.icon-ok-sign:before {\n  content: \"\\f058\";\n}\n.icon-paper-clip:before {\n  content: \"\\f0c6\";\n}\n.icon-pinterest-sign:before {\n  content: \"\\f0d3\";\n}\n.icon-pushpin:before {\n  content: \"\\f08d\";\n}\n.icon-question-sign:before {\n  content: \"\\f059\";\n}\n.icon-remove-sign:before {\n  content: \"\\f057\";\n}\n.icon-remove-circle:before {\n  content: \"\\f05c\";\n}\n.icon-renminbi:before {\n  content: \"\\f157\";\n}\n.icon-resize-full:before {\n  content: \"\\f065\";\n}\n.icon-resize-small:before {\n  content: \"\\f066\";\n}\n.icon-resize-horizontal:before {\n  content: \"\\f07e\";\n}\n.icon-resize-vertical:before {\n  content: \"\\f07d\";\n}\n.icon-rss-sign:before {\n  content: \"\\f143\";\n}\n.icon-screenshot:before {\n  content: \"\\f05b\";\n}\n.icon-share-sign:before {\n  content: \"\\f14d\";\n}\n.icon-sign-blank:before {\n  content: \"\\f0c8\";\n}\n.icon-signout:before {\n  content: \"\\f08b\";\n}\n.icon-smile:before {\n  content: \"\\f118\";\n}\n.icon-stackexchange:before {\n  content: \"\\f18d\";\n}\n.icon-thumbs-down-alt:before {\n  content: \"\\f088\";\n}\n.icon-thumbs-up-alt:before {\n  content: \"\\f087\";\n}\n.icon-time:before {\n  content: \"\\f017\";\n}\n.icon-tumblr-sign:before {\n  content: \"\\f174\";\n}\n.icon-twitter-sign:before {\n  content: \"\\f081\";\n}\n.icon-unchecked:before {\n  content: \"\\f096\";\n}\n.icon-upload-alt:before {\n  content: \"\\f093\";\n}\n.icon-warning-sign:before {\n  content: \"\\f071\";\n}\n.icon-youtube-sign:before {\n  content: \"\\f166\";\n}\n.nav-tabs [class^=\"icon-\"],\n.nav-tabs [class^=\"icon-\"].icon-large,\n.nav-tabs [class*=\" icon-\"],\n.nav-tabs [class*=\" icon-\"].icon-large,\n.nav-tabs [class^=\"fa-\"],\n.nav-tabs [class^=\"fa-\"].icon-large,\n.nav-tabs [class*=\" fa-\"],\n.nav-tabs [class*=\" fa-\"].icon-large,\n.nav-pills [class^=\"icon-\"],\n.nav-pills [class^=\"icon-\"].icon-large,\n.nav-pills [class*=\" icon-\"],\n.nav-pills [class*=\" icon-\"].icon-large,\n.nav-pills [class^=\"fa-\"],\n.nav-pills [class^=\"fa-\"].icon-large,\n.nav-pills [class*=\" fa-\"],\n.nav-pills [class*=\" fa-\"].icon-large {\n  line-height: .9em;\n}\n.hentry ul.nav-pills {\n  list-style-type: none;\n}\n.hentry ul.nav-tabs {\n  list-style-type: none;\n}\n.pl-nav li [class^=\"icon-\"],\n.pl-nav li [class*=\" icon-\"],\n.pl-nav li [class^=\"fa-\"],\n.pl-nav li [class*=\" fa-\"] {\n  display: inline-block;\n  width: 1.25em;\n  text-align: center;\n}\n.pl-nav li [class^=\"icon-\"].icon-large,\n.pl-nav li [class*=\" icon-\"].icon-large,\n.pl-nav li [class^=\"fa-\"].icon-large,\n.pl-nav li [class*=\" fa-\"].icon-large {\n  width: 1.5625em;\n}\nul.icons,\nul.icon-ul,\nul.fa-ul,\nul.icon {\n  list-style-type: none;\n}\n.hidden {\n  display: none;\n  visibility: hidden;\n}\n.visible-phone {\n  display: none;\n}\n.visible-tablet {\n  display: none;\n}\n.visible-desktop {\n  display: block;\n}\n.hidden-phone {\n  display: block;\n}\n.hidden-tablet {\n  display: block;\n}\n.hidden-desktop {\n  display: none;\n}\n@media (max-width: 767px) {\n  .visible-phone {\n    display: block;\n  }\n  .hidden-phone {\n    display: none;\n  }\n  .hidden-desktop {\n    display: block;\n  }\n  .visible-desktop {\n    display: none;\n  }\n}\n@media (min-width: 768px) and (max-width: 979px) {\n  .visible-tablet {\n    display: block;\n  }\n  .hidden-tablet {\n    display: none;\n  }\n  .hidden-desktop {\n    display: block;\n  }\n  .visible-desktop {\n    display: none;\n  }\n}\n@media only screen and (min-width: 1600px) {\n  body:after {\n    content: \"5\";\n    display: none;\n  }\n  .row.row-set > [class*=\"span\"] {\n    width: 19.98%;\n  }\n  .row.row-set.row-squared > [class*=\"span\"] {\n    padding-bottom: 19.98%;\n  }\n}\n@media only screen and (min-width: 1300px) and (max-width: 1600px) {\n  body:after {\n    content: \"4\";\n    display: none;\n  }\n  .row.row-set > [class*=\"span\"] {\n    width: 24.98%;\n  }\n  .row.row-set.row-squared > [class*=\"span\"] {\n    padding-bottom: 24.98%;\n  }\n}\n@media only screen and (min-width: 990px) and (max-width: 1300px) {\n  body:after {\n    content: \'3\';\n    display: none;\n  }\n  .row.row-set > [class*=\"span\"] {\n    width: 33.3%;\n  }\n  .row.row-set.row-squared > [class*=\"span\"] {\n    padding-bottom: 33.3%;\n  }\n}\n@media only screen and (min-width: 470px) and (max-width: 990px) {\n  body:after {\n    content: \'2\';\n    display: none;\n  }\n  .row.row-set > [class*=\"span\"] {\n    width: 49.98%;\n  }\n  .row.row-set.row-squared > [class*=\"span\"] {\n    padding-bottom: 49.98%;\n  }\n}\n@media only screen and (max-width: 470px) {\n  body:after {\n    content: \'1\';\n    display: none;\n  }\n  .row.row-set > [class*=\"span\"] {\n    width: 99.98%;\n  }\n  .row.row-set.row-squared > [class*=\"span\"] {\n    padding-bottom: 99.98%;\n  }\n}\n@media (max-width: 480px) {\n  .nav-collapse {\n    -webkit-transform: translate3d(0,0,0);\n  }\n  .page-header h1 small {\n    display: block;\n    line-height: 21.7px;\n  }\n  input[type=\"checkbox\"],\n  input[type=\"radio\"] {\n    border: 1px solid #ccc;\n  }\n  .form-horizontal .control-group > label {\n    float: none;\n    width: auto;\n    padding-top: 0;\n    text-align: left;\n  }\n  .form-horizontal .controls {\n    margin-left: 0;\n  }\n  .form-horizontal .control-list {\n    padding-top: 0;\n  }\n  .form-horizontal .form-actions {\n    padding-left: 10px;\n    padding-right: 10px;\n  }\n  .modal {\n    top: 50px;\n    left: 10px;\n    right: 10px;\n  }\n  .modal-header .close {\n    padding: 10px;\n    margin: -10px;\n  }\n  .carousel-caption {\n    position: static;\n  }\n  .row.row-squared > [class*=\"span\"],\n  .row.row-closed.row-squared > [class*=\"span\"] {\n    padding-bottom: 100%;\n  }\n}\n@media (max-width: 767px) {\n  body:after {\n    content: \'four\';\n    display: none;\n  }\n  .navbar-fixed-top {\n    margin-left: -20px;\n    margin-right: -20px;\n  }\n  .row-grid {\n    width: 100%;\n  }\n  .row {\n    margin-left: 0;\n  }\n  .row > [class*=\"span\"],\n  .row-grid > [class*=\"span\"],\n  .editor-row > [class*=\"span\"],\n  .row > [class*=\"offset\"],\n  .row-grid > [class*=\"offset\"],\n  .editor-row > [class*=\"offset\"],\n  .row.row-closed > [class*=\"span\"] {\n    float: none;\n    display: block;\n    width: auto;\n    margin-left: 0;\n    margin-bottom: 10px;\n  }\n  .row > [class*=\"offset\"]:first-child,\n  .editor-row > [class*=\"offset\"].sortable-first {\n    margin-left: 0;\n  }\n  .thumbnails [class*=\"span\"] {\n    width: auto;\n  }\n  input[class*=\"span\"],\n  select[class*=\"span\"],\n  textarea[class*=\"span\"],\n  .uneditable-input {\n    display: block;\n    width: 100%;\n    min-height: 28px;\n    -webkit-box-sizing: border-box;\n    -moz-box-sizing: border-box;\n    -ms-box-sizing: border-box;\n    box-sizing: border-box;\n  }\n  .input-prepend input[class*=\"span\"],\n  .input-append input[class*=\"span\"] {\n    width: auto;\n  }\n  .modal {\n    position: fixed;\n    top: 50px;\n    left: 20px;\n    right: 20px;\n    width: auto;\n    margin: 0;\n  }\n  .modal.fade {\n    top: -100px;\n  }\n  .modal.fade.in {\n    top: 50px;\n  }\n}\n@media (min-width: 768px) and (max-width: 979px) {\n  input,\n  textarea,\n  .uneditable-input {\n    margin-left: 0;\n  }\n  input.span12,\n  textarea.span12,\n  .uneditable-input.span12 {\n    width: 714px;\n  }\n  input.span11,\n  textarea.span11,\n  .uneditable-input.span11 {\n    width: 652px;\n  }\n  input.span10,\n  textarea.span10,\n  .uneditable-input.span10 {\n    width: 590px;\n  }\n  input.span9,\n  textarea.span9,\n  .uneditable-input.span9 {\n    width: 528px;\n  }\n  input.span8,\n  textarea.span8,\n  .uneditable-input.span8 {\n    width: 466px;\n  }\n  input.span7,\n  textarea.span7,\n  .uneditable-input.span7 {\n    width: 404px;\n  }\n  input.span6,\n  textarea.span6,\n  .uneditable-input.span6 {\n    width: 342px;\n  }\n  input.span5,\n  textarea.span5,\n  .uneditable-input.span5 {\n    width: 280px;\n  }\n  input.span4,\n  textarea.span4,\n  .uneditable-input.span4 {\n    width: 218px;\n  }\n  input.span3,\n  textarea.span3,\n  .uneditable-input.span3 {\n    width: 156px;\n  }\n  input.span2,\n  textarea.span2,\n  .uneditable-input.span2 {\n    width: 94px;\n  }\n  input.span1,\n  textarea.span1,\n  .uneditable-input.span1 {\n    width: 32px;\n  }\n}\n@media (min-width: 1200px) {\n  .thumbnails > li {\n    margin-left: 30px;\n  }\n}\n\";s:6:\"c_time\";d:2.242249999999999854338739169179461896419525146484375;s:4:\"time\";i:1501858494;}','no'),(43269,'_transient_timeout_pagelines_custom_css_backup','1502879302','no'),(43270,'_transient_pagelines_custom_css_backup','a:3:{s:6:\"custom\";s:31:\".test {\n  font-weight: bold;\n}\n\";s:6:\"c_time\";d:0.2456899999999999917310589125918340869247913360595703125;s:4:\"time\";i:1502274502;}','no'),(43263,'_transient_timeout_pagelines_sections_css_backup','1502463295','no'),(43264,'_transient_pagelines_sections_css_backup','a:3:{s:8:\"sections\";s:56310:\".section-navbar {\n  margin: 0 auto;\n  width: 100%;\n}\n.section-navbar .content-pad,\n.section-navbar .pl-section-pad {\n  padding-top: 5px;\n  padding-bottom: 5px;\n}\n.section-navbar .content-pad .navbar-content-pad,\n.section-navbar .pl-section-pad .navbar-content-pad {\n  padding: 0 15px;\n}\n.section-navbar.pl-area .navbar {\n  border: none;\n}\n.section-navbar .navbar {\n  color: rgba(255,255,255,0.7);\n}\n.section-navbar .navbar.navbar-content-width {\n  -webkit-border-radius: 3px;\n  -moz-border-radius: 3px;\n  border-radius: 3px;\n}\n.section-navbar .navbar.plnav_hover .sub-menu .dropdown-menu {\n  position: absolute;\n  top: 0;\n  left: 100%;\n  margin-top: -1px;\n  visibility: hidden;\n}\n.section-navbar .navbar.plnav_hover .dropdown-menu li:hover .sub-menu {\n  visibility: visible;\n  margin-top: -6px;\n}\n.section-navbar .navbar.plnav_hover .dropdown:hover .dropdown-menu {\n  margin-top: 0;\n  display: block;\n}\n.section-navbar .navbar .navline {\n  float: left;\n  position: relative;\n  left: 0;\n  display: block;\n  margin: 0 10px 0 0;\n  font-size: .9em;\n}\n.section-navbar .navbar .navline > .dropdown > .dropdown-menu:before {\n  content: \'\';\n  display: inline-block;\n  border-left: 7px solid transparent;\n  border-right: 7px solid transparent;\n  border-bottom: 7px solid #ccc;\n  border-bottom-color: rgba(0,0,0,0.2);\n  position: absolute;\n  top: -7px;\n  left: 9px;\n}\n.section-navbar .navbar .navline > .dropdown > .dropdown-menu:after {\n  content: \'\';\n  display: inline-block;\n  border-left: 6px solid transparent;\n  border-right: 6px solid transparent;\n  border-bottom: 6px solid #ffffff;\n  position: absolute;\n  top: -6px;\n  left: 10px;\n}\n.section-navbar .navbar .navline .caret {\n  border-top-color: rgba(255,255,255,0.5);\n}\n.section-navbar .navbar .navline.pull-right {\n  float: right;\n  position: relative;\n}\n.section-navbar .navbar .navline.pull-right > li:last-child .dropdown-menu {\n  left: auto;\n  right: 0;\n}\n.section-navbar .navbar .navline.pull-right > li:last-child .dropdown-menu:before {\n  left: auto;\n  right: 12px;\n}\n.section-navbar .navbar .navline.pull-right > li:last-child .dropdown-menu:after {\n  left: auto;\n  right: 13px;\n}\n.section-navbar .navbar .navline.pull-right > li:last-child .dropdown-menu .dropdown-submenu > a:after {\n  border-width: 5px 5px 5px 0;\n  border-right-color: #cccccc;\n}\n.section-navbar .navbar .navline.pull-right > li:last-child .dropdown-menu .dropdown-menu {\n  left: -100%;\n  right: auto;\n  margin-left: 0;\n  margin-right: -1px;\n  -webkit-border-radius: 6px 0 6px 6px;\n  -moz-border-radius: 6px 0 6px 6px;\n  border-radius: 6px 0 6px 6px;\n}\n.section-navbar .navbar .navline > li {\n  display: block;\n  float: left;\n}\n.section-navbar .navbar .navline > li > a {\n  -webkit-transition: all .3s ease-in-out;\n  -moz-transition: all .3s ease-in-out;\n  -ms-transition: all .3s ease-in-out;\n  transition: all .3s ease-in-out;\n  float: none;\n  display: block;\n  padding: 9px 12px;\n  line-height: 19px;\n  color: #fff;\n  color: rgba(255,255,255,0.8);\n  text-decoration: none;\n}\n.section-navbar .navbar .navline > li > a:hover {\n  background-color: transparent;\n  color: rgba(255,255,255,0.9);\n  text-decoration: none;\n}\n.section-navbar .navbar .navline > li.dropdown.open > a {\n  color: #fff;\n  background: rgba(0,0,0,0.1);\n}\n.section-navbar .navbar .navline > li.current-menu-item > a {\n  background-color: rgba(0,0,0,0.1);\n  color: #ffffff;\n  text-decoration: none;\n}\n.section-navbar .navbar .navline > li.active > a:hover {\n  color: rgba(255,255,255,0.9);\n  text-decoration: none;\n  background-color: #222222;\n}\n.section-navbar .navbar .searchform {\n  float: right;\n  margin: 6px 0 5px;\n  width: auto;\n  max-width: 190px;\n  -webkit-transition: margin .3s ease-in-out;\n  -moz-transition: margin .3s ease-in-out;\n  -ms-transition: margin .3s ease-in-out;\n  transition: margin .3s ease-in-out;\n}\n.section-navbar .navbar .searchform.has-focus {\n  color: blue;\n}\n.section-navbar .navbar .searchform.has-focus i {\n  color: #666;\n}\n.section-navbar .navbar .searchform.has-focus .searchfield {\n  background-color: #fff;\n  color: #000;\n  width: 140px;\n}\n.section-navbar .navbar .searchform .searchfield {\n  border: none;\n  background-color: rgba(255,255,255,0.1);\n  width: 24px;\n}\n.section-navbar .navbar .plbrand {\n  float: left;\n  margin: 4px 2% 0 0;\n  padding: 0 1%;\n  line-height: 15px;\n}\n.section-navbar .navbar .plbrand .plbrand-text {\n  font-size: 19px;\n  line-height: 30px;\n  margin: 0;\n}\n.section-navbar .navbar .plbrand img {\n  max-height: 29px;\n  -webkit-transition: max-height .3s ease-in-out;\n  -moz-transition: max-height .3s ease-in-out;\n  -ms-transition: max-height .3s ease-in-out;\n  transition: max-height .3s ease-in-out;\n}\n.section-navbar .navbar.pl-color-black-trans {\n  background: #000;\n}\n.section-navbar .navbar.pl-color-black-trans .navline > li:hover > a,\n.section-navbar .navbar.pl-color-black-trans .navline > li.current-menu-item > a,\n.section-navbar .navbar.pl-color-black-trans .navline > li.current_page_item > a,\n.section-navbar .navbar.pl-color-black-trans .navline > li.dropdown.open > a {\n  background: #333;\n}\n.section-navbar .navbar.pl-color-red {\n  background: #f04831;\n}\n.section-navbar .navbar.pl-color-red .navline > li:hover > a,\n.section-navbar .navbar.pl-color-red .navline > li.current-menu-item > a,\n.section-navbar .navbar.pl-color-red .navline > li.current_page_item > a,\n.section-navbar .navbar.pl-color-red .navline > li.dropdown.open > a {\n  background: #de2910;\n}\n.section-navbar .navbar.pl-color-blue {\n  background: #2a7dea;\n}\n.section-navbar .navbar.pl-color-blue .navline > li:hover > a,\n.section-navbar .navbar.pl-color-blue .navline > li.current-menu-item > a,\n.section-navbar .navbar.pl-color-blue .navline > li.current_page_item > a,\n.section-navbar .navbar.pl-color-blue .navline > li.dropdown.open > a {\n  background: #1464cd;\n}\n.section-navbar .navbar.pl-color-orange {\n  background: #f6653c;\n}\n.section-navbar .navbar.pl-color-orange .navline > li:hover > a,\n.section-navbar .navbar.pl-color-orange .navline > li.current-menu-item > a,\n.section-navbar .navbar.pl-color-orange .navline > li.current_page_item > a,\n.section-navbar .navbar.pl-color-orange .navline > li.dropdown.open > a {\n  background: #f43f0b;\n}\n.section-navbar .navbar.pl-color-base {\n  background: #FFFFFF;\n  color: #000000;\n}\n.section-navbar .navbar.pl-color-base .searchform .searchfield {\n  background-color: #f6f6f6;\n}\n.section-navbar .navbar.pl-color-base .navline > li > a {\n  -webkit-transition: all 0.1s linear;\n  -moz-transition: all 0.1s linear;\n  -ms-transition: all 0.1s linear;\n  transition: all 0.1s linear;\n  color: rgba(0,0,0,0.6);\n  text-shadow: none;\n}\n.section-navbar .navbar.pl-color-base .navline > li:hover > a,\n.section-navbar .navbar.pl-color-base .navline > li.current-menu-item > a,\n.section-navbar .navbar.pl-color-base .navline > li.dropdown.open > a {\n  color: #000000;\n  background-color: #FFFFFF;\n  box-shadow: inset 0 -4px 0 #337EFF;\n}\n.section-navbar .navbar.pl-color-base .navline .caret {\n  border-top-color: rgba(0,0,0,0.6);\n}\n.section-navbar .navbar.pl-color-grey {\n  background: #EEE;\n  color: rgba(0,0,0,0.5);\n}\n.section-navbar .navbar.pl-color-grey .searchform .searchfield {\n  background-color: #ddd;\n}\n.section-navbar .navbar.pl-color-grey .navline > li:hover > a,\n.section-navbar .navbar.pl-color-grey .navline > li.current-menu-item > a,\n.section-navbar .navbar.pl-color-grey .navline > li.current_page_item > a,\n.section-navbar .navbar.pl-color-grey .navline > li.active > a {\n  background: #e1e1e1;\n}\n.section-navbar .navbar.pl-color-grey .navline > li > a {\n  color: rgba(0,0,0,0.8);\n}\n.section-navbar .navbar.pl-color-grey .navline > li.active > a:hover {\n  color: rgba(0,0,0,0.8);\n  background-color: #ddd;\n}\n.section-navbar .navbar.pl-color-grey .navline > li.dropdown.open > a {\n  color: #000;\n  background: rgba(0,0,0,0.1);\n}\n.section-navbar .navbar.pl-color-grey .navline .caret {\n  border-top-color: rgba(0,0,0,0.5);\n}\n.section-navbar .navbar.pl-color-grey .nav-btn-navbar .icon-bar {\n  background: rgba(0,0,0,0.7);\n  box-shadow: 0 1px 0 #fff;\n}\n.pldrop ul {\n  display: none;\n}\n.hentry .btn-group ul {\n  margin: 0;\n}\n.hentry .btn-group ul li {\n  list-style: none;\n}\n.nav-btn-navbar {\n  color: inherit;\n  display: none;\n  float: right;\n  position: relative;\n  z-index: 50;\n  padding: 2px 10px;\n  margin: 5px;\n  -webkit-border-radius: 2px;\n  -moz-border-radius: 2px;\n  border-radius: 2px;\n  background-color: rgba(155,155,155,0.028);\n  background-image: -moz-linear-gradient(top,rgba(255,255,255,0.1),rgba(0,0,0,0.08));\n  background-image: -ms-linear-gradient(top,rgba(255,255,255,0.1),rgba(0,0,0,0.08));\n  background-image: -webkit-linear-gradient(top,rgba(255,255,255,0.1),rgba(0,0,0,0.08));\n  background-image: linear-gradient(top,rgba(255,255,255,0.1),rgba(0,0,0,0.08));\n  background-repeat: repeat-x;\n  border: 1px solid rgba(0,0,0,0.25);\n  border-left: 1px solid rgba(0,0,0,0.17);\n  border-top: 1px solid rgba(0,0,0,0.17);\n  box-shadow: inset 1px 1px 0 rgba(255,255,255,0.3);\n}\n.nav-btn-navbar:hover,\n.nav-btn-navbar:active,\n.nav-btn-navbar.active,\n.nav-btn-navbar.disabled,\n.nav-btn-navbar[disabled] {\n  color: inherit;\n  opacity: .7;\n}\n.nav-btn-navbar:active,\n.nav-btn-navbar.active {\n  box-shadow: inset 1px 1px 0 rgba(0,0,0,0.3);\n  background-color: rgba(0,0,0,0.1);\n}\n.navbar,\n.navbar-inner,\n.navbar-collapse {\n  height: auto;\n  overflow: visible;\n}\n.nav-collapse.collapse {\n  position: relative;\n  height: auto;\n  overflow: hidden;\n  -webkit-transition: height 0.35s ease;\n  -moz-transition: height 0.35s ease;\n  -ms-transition: height 0.35s ease;\n  transition: height 0.35s ease;\n}\n.nav-collapse.collapse.in {\n  height: auto;\n}\n@media (max-width: 400px) {\n  .navbar .plbrand img {\n    max-width: 210px;\n  }\n}\n@media (max-width: 600px) {\n  .navbar.navbar-content-width {\n    width: 95%;\n    margin: 0 auto;\n  }\n}\n@media (max-width: 768px) {\n  #site .navbar .brand {\n    padding-left: 10px;\n    padding-right: 10px;\n    margin: 0 0 0 -5px;\n  }\n  #site .navbar .searchform {\n    float: none;\n    padding: 10px;\n  }\n  #site .navbar .nav-collapse {\n    overflow: hidden;\n    height: 0;\n    clear: both;\n  }\n  #site .navbar .nav-btn-navbar {\n    display: inline-block;\n  }\n}\n@media (min-width: 769px) {\n  .nav-collapse.collapse {\n    height: auto !important;\n    overflow: visible !important;\n  }\n}\n.section-simple_nav .pl-section-pad {\n  padding: 15px 0;\n}\n.simplenav {\n  text-align: center;\n}\n.simplenav.align-left {\n  text-align: left;\n}\n.simplenav.align-right {\n  text-align: right;\n}\n.simplenav li a {\n  font-size: 82%;\n  color: inherit;\n  display: inline-block;\n  margin: 0 5px;\n  padding: 2px 4px;\n}\n.simplenav li a:hover {\n  opacity: .7;\n}\n.section-textbox .pl-section-pad .textbox-wrap p:last-child {\n  margin-bottom: 0;\n}\n.section-textbox .pl-section-pad .textbox-wrap p:first-child {\n  margin-top: 0;\n}\n.ibox {\n  text-align: center;\n}\n.ibox .ibox-text h4 {\n  margin-bottom: 5px;\n  line-height: 1.4em;\n}\n.ibox .ibox-desc .ibox-link {\n  display: block;\n  margin-top: .5em;\n}\n.ibox .ibox-desc .ibox-link i {\n  -webkit-transition: all 0.2s ease-in-out;\n  -moz-transition: all 0.2s ease-in-out;\n  -ms-transition: all 0.2s ease-in-out;\n  transition: all 0.2s ease-in-out;\n}\n.ibox .ibox-desc .ibox-link a:hover i {\n  margin-left: 6px;\n}\n.ibox .ibox-media {\n  text-align: center;\n}\n.ibox .ibox-media a {\n  color: inherit;\n}\n.ibox .ibox-media .pl-counter {\n  font-size: 80px;\n  font-weight: 600;\n  letter-spacing: -1px;\n  line-height: 1em;\n}\n.ibox .ibox-media .ibox-icon-border {\n  margin-bottom: 12px;\n  display: inline-block;\n  text-align: center;\n  -webkit-transition: all 0.2s ease-in-out;\n  -moz-transition: all 0.2s ease-in-out;\n  -ms-transition: all 0.2s ease-in-out;\n  transition: all 0.2s ease-in-out;\n  border-radius: 500px;\n  position: relative;\n}\n.ibox .ibox-media .ibox-icon-border .invert-icon {\n  position: absolute;\n  width: 100%;\n  height: 100%;\n  border-radius: 500px;\n  z-index: 0;\n  left: 0;\n  top: 0;\n  opacity: 0;\n  -webkit-transition: all 0.2s ease-in-out;\n  -moz-transition: all 0.2s ease-in-out;\n  -ms-transition: all 0.2s ease-in-out;\n  transition: all 0.2s ease-in-out;\n}\n.ibox .ibox-media .ibox-icon-border .iii {\n  position: relative;\n  z-index: 10;\n}\n.ibox .ibox-media .ibox-icon-border.media-type-image {\n  overflow: hidden;\n  background-size: cover;\n  display: block;\n  margin-right: auto;\n  margin-left: auto;\n}\n.ibox .ibox-media .ibox-icon-border.media-type-image img {\n  border-radius: 500px;\n}\n.ibox .ibox-media .ibox-icon-border.media-type-icon i {\n  font-size: 80px;\n  display: inline-block;\n}\n.ibox.top-aligned .ibox-desc {\n  max-width: 300px;\n  margin: 0 auto;\n}\n.ibox.top-aligned .ibox-media {\n  max-width: 70%;\n  margin-right: auto;\n  margin-left: auto;\n}\n.ibox.top-aligned .ibox-media.wrap-count {\n  max-width: 100%;\n}\n.ibox.top-aligned .ibox-media .media-type-image {\n  height: 0;\n  padding: 50% 0;\n}\n.ibox.left-aligned {\n  text-align: left;\n}\n.ibox.left-aligned .ibox-icon-border .pl-counter {\n  font-size: 25px;\n  line-height: 1em;\n}\n.ibox.left-aligned .ibox-icon-border.media-type-count {\n  min-width: 100px;\n  text-align: right;\n}\n.ibox.left-aligned .ibox-icon-border.media-type-icon {\n  background: transparent;\n  width: 40px;\n  height: 40px;\n  line-height: 40px;\n}\n.ibox.left-aligned .ibox-icon-border.media-type-icon i {\n  font-size: 30px;\n}\n.ibox.left-aligned .ibox-icon-border.media-type-image {\n  padding: auto;\n  width: 80px;\n  height: 80px;\n}\n.ibox.left-aligned .ibox-icon-border.media-type-image img {\n  width: 80px;\n}\n.pl-new-loop .metahead-page {\n  padding-left: 100px;\n}\n.pl-new-loop .hentry {\n  position: relative;\n}\n.pl-new-loop .hentry.metahead-page {\n  padding-left: 100px;\n}\n.pl-new-loop .hentry.single-post .metamedia {\n  margin: 25px 0;\n}\n.pl-new-loop .hentry .continue_reading_link {\n  margin-top: 20px;\n}\n.pl-new-loop .hentry .entry-title {\n  margin: 0;\n}\n.pl-new-loop .hentry .metamedia {\n  margin-bottom: 15px;\n}\n.pl-new-loop .hentry .metabar {\n  font-size: 85%;\n  line-height: 1.6em;\n  opacity: .7;\n  margin: 5px 0 15px;\n}\n.pl-new-loop .hentry .entry_content img {\n  max-width: 100%;\n}\n.pl-new-loop .hentry .entry_content > :first-child {\n  margin-top: 0;\n}\n.pl-new-loop .hentry .entry_content > :last-child {\n  margin-bottom: 0;\n}\n.metahead {\n  width: 70px;\n  position: absolute;\n  left: 0;\n  top: 0;\n  font-size: 85%;\n  line-height: 1.2em;\n}\n.metahead .metaicon {\n  float: right;\n  margin-top: 6px;\n}\n.metahead .author {\n  font-weight: 600;\n  border-style: solid;\n  border-bottom-width: 1px;\n  display: block;\n  margin-bottom: 10px;\n}\n.metahead a {\n  color: inherit;\n  display: block;\n  text-align: right;\n  margin-bottom: 8px;\n}\n.metahead a .avatar {\n  max-width: 50px;\n}\n.metahead a:last-child {\n  border-bottom: none;\n}\n@media (max-width: 600px) {\n  .pl-new-loop .hentry.post,\n  .pl-new-loop .hentry.multi-post {\n    padding-left: 0px;\n  }\n  .metahead {\n    position: relative;\n    width: 100%;\n    margin-bottom: 10px;\n  }\n  .metahead a,\n  .metahead .author {\n    text-align: left;\n    display: inline-block;\n    border: none;\n    margin: 0 5px 0;\n    font-size: 16px;\n  }\n  .metahead .pl-social-pagelines {\n    text-align: right;\n    position: absolute;\n    right: 0;\n    top: 50%;\n    margin-top: -8px;\n  }\n}\n.multi-post .pl-new-loop .hentry {\n  border-bottom-style: solid;\n  border-bottom-width: 1px;\n  padding-bottom: 50px;\n  margin-bottom: 50px;\n}\n.multi-post .pl-old-loop .hentry {\n  padding-bottom: 15px;\n  margin-bottom: 15px;\n}\n.multi-post .pl-old-loop .clip_box {\n  margin: 0 0 21.7px;\n  border-color: #f2f2f2;\n}\n.multi-post .pl-old-loop .clip_box .clip {\n  width: 47%;\n  clear: none;\n  float: left;\n  margin: 0;\n}\n.multi-post .pl-old-loop .clip_box .clip .hentry-pad {\n  padding: 0 0 10.85px;\n}\n.multi-post .pl-old-loop .clip_box .clip.clip-right {\n  float: right;\n}\n.multi-post .pl-old-loop .clip_box .clip .clip-header {\n  padding: 4px 0 4px 0;\n  display: table-cell;\n  width: 10000px;\n}\n.multi-post .pl-old-loop .clip_box .clip .clip-thumb a {\n  float: left;\n  margin-right: 10px;\n}\n.multi-post .pl-old-loop .clip_box .clip .clip-thumb img {\n  padding: 2px;\n  display: block;\n  margin: 0 0 0.4em;\n}\n.multi-post .pl-old-loop .clip_box .clip .post-excerpt {\n  font-size: 90%;\n  line-height: 1.6em;\n  margin-bottom: 1.5em;\n}\n.multi-post .pl-old-loop .clip_box .clip .entry-title,\n.multi-post .pl-old-loop .clip_box .clip .metabar {\n  padding: 0;\n}\n.pl-old-loop .entry-title {\n  margin: 0;\n  line-height: 1.2em;\n}\n.pl-old-loop .metabar {\n  font-size: 85%;\n  line-height: 1.6em;\n  opacity: .7;\n  margin: 5px 0 15px;\n  font-style: normal;\n}\n.pl-old-loop .article-wrap.meta-mode-author .wrp {\n  padding-left: 150px;\n  min-height: 250px;\n}\n@media (max-width: 480px) {\n  .pl-old-loop .article-wrap.meta-mode-author .wrp {\n    padding-left: 0;\n  }\n}\n.pl-old-loop .article-wrap .author-tag {\n  position: absolute;\n  float: left;\n  width: 120px;\n  text-align: right;\n  padding-right: 30px;\n  font-size: 12px;\n  line-height: 1.2em;\n  padding-bottom: 30px;\n}\n.pl-old-loop .article-wrap .author-tag .author a {\n  font-size: 14px;\n  color: #000000;\n  font-weight: 600;\n  display: block;\n}\n.pl-old-loop .article-wrap .author-tag img {\n  max-width: 65px;\n  -webkit-border-radius: 100px;\n  -moz-border-radius: 100px;\n  border-radius: 100px;\n}\n.pl-old-loop .article-wrap .author-tag p {\n  margin: 5px 0;\n  padding: 5px 0;\n}\n.pl-old-loop .article-wrap .author-tag hr {\n  margin: 0 0 3px;\n  width: 45px;\n  text-align: right;\n  display: inline-block;\n  border: none;\n  border-bottom: 1px solid #e9e9e9;\n}\n.pl-old-loop .article-wrap .author-tag .tag-comments a,\n.pl-old-loop .article-wrap .author-tag .tag-comments i {\n  color: #000000;\n  opacity: .4;\n}\n.pl-old-loop .article-wrap .author-tag .tag-comments a:hover,\n.pl-old-loop .article-wrap .author-tag .tag-comments i:hover {\n  opacity: 1;\n}\n@media (max-width: 480px) {\n  .pl-old-loop .article-wrap .author-tag {\n    position: static;\n    display: block;\n    width: auto;\n    padding: 0;\n    max-width: none;\n    float: none;\n  }\n  .pl-old-loop .article-wrap .author-tag p {\n    margin: 0 0 8px;\n  }\n  .pl-old-loop .article-wrap .author-tag img {\n    float: left;\n  }\n  .pl-old-loop .article-wrap .author-tag > hr {\n    display: none !important;\n  }\n}\n.pl-old-loop .fpost .post-excerpt {\n  font-size: 1.03em;\n  line-height: 1.55em;\n}\n.pl-old-loop .tags {\n  font-size: 86%;\n  opacity: .7;\n}\n.pl-old-loop .tags .note {\n  margin-right: 16px;\n  text-transform: uppercase;\n  letter-spacing: .1em;\n  color: rgba(0,0,0,0.3);\n}\n.pl-old-loop .pledit {\n  opacity: .7;\n}\n.pl-old-loop .pledit:hover {\n  opacity: 1;\n}\n.pl-old-loop .post-meta .c_img,\n.pl-old-loop .hentry .c_img {\n  display: block;\n  text-align: center;\n}\n.pl-old-loop .post-header .post-thumb.img {\n  margin: 0 10px 5px 0;\n}\n.pl-old-loop .post-header .post-thumb.img.alignright {\n  margin: 0 0 5px 10px;\n}\n.pl-old-loop .fpost .post-excerpt .post-thumb.img {\n  margin-right: 13px;\n}\n.pl-old-loop .fpost .media .post-thumb.img {\n  margin-right: 20px;\n}\n.pl-old-loop .fpost .media .img img {\n  max-width: 100%;\n  height: auto;\n  margin: 0 auto;\n}\n.pl-old-loop .fpost .textcontent {\n  margin: 20px 10px 0 0;\n}\n.pl-old-loop .fpost .post-excerpt {\n  margin: .6em 0;\n}\n.pl-old-loop .fpost.post .entry {\n  margin-bottom: 1em;\n  padding: 1em 0;\n}\n.pl-old-loop .full_img {\n  margin-bottom: 10px;\n}\n.pl-old-loop .post-meta {\n  margin-bottom: 1em;\n}\n.pl-old-loop .post-meta.post-nocontent {\n  margin-bottom: 0;\n}\n.pl-old-loop .post-meta .post-title-section {\n  padding-bottom: 6px;\n}\n.section-postauthor {\n  margin-bottom: 2em;\n  text-align: left;\n}\n.section-postauthor .copy-pad {\n  padding: 10px 15px;\n}\n.section-postauthor .author-note {\n  margin-right: 16px;\n  text-transform: uppercase;\n  letter-spacing: .1em;\n  color: rgba(0,0,0,0.3);\n}\n.section-postauthor .subtext {\n  font-size: 86%;\n  color: rgba(0,0,0,0.7);\n}\n.section-highlight {\n  text-align: center;\n}\n.section-highlight .highlight-area {\n  padding: 10px 0;\n  margin: 0 auto;\n}\n.section-highlight .pl-section-pad {\n  padding: 18px 0;\n}\n.section-highlight .highlight-head {\n  font-size: 30px;\n  margin: 0;\n}\n.section-highlight .highlight-subhead {\n  margin-top: 5px;\n  font-size: 18px;\n  opacity: .75;\n}\n.section-highlight .highlight-subhead strong,\n.section-highlight .highlight-subhead a {\n  opacity: 1;\n}\n.section-highlight .hl-image-bottom {\n  margin: 12px 0 0 0;\n}\n.section-highlight .highlight-splash img {\n  max-width: 100%;\n}\n.section-postauthor {\n  margin-bottom: 2em;\n  text-align: left;\n}\n.section-postauthor .copy-pad {\n  padding: 10px 15px;\n}\n.section-postauthor .author-note {\n  margin-right: 16px;\n  text-transform: uppercase;\n  letter-spacing: .1em;\n  color: rgba(0,0,0,0.3);\n}\n.section-postauthor .subtext {\n  font-size: 86%;\n  color: rgba(0,0,0,0.7);\n}\n.pl-watermark {\n  text-align: center;\n}\n.pl-watermark .stack-element {\n  margin-bottom: 8px;\n}\n.pl-watermark .fb-like-box span {\n  display: block;\n  line-height: 0;\n  padding: 0;\n}\n.pl-watermark .powered-by {\n  text-align: center;\n  font-size: 10px;\n}\n.pl-watermark .the-watermark {\n  text-align: center;\n  padding: 5px;\n}\n.pl-watermark .the-watermark a {\n  opacity: .7;\n}\n.pl-watermark .the-watermark a:hover {\n  opacity: 1;\n}\n.pl-watermark .the-watermark a img {\n  max-width: 45px;\n}\n.section-mediabox.no-pad .pl-section-pad {\n  padding: 0;\n}\n.section-mediabox .mediabox-wrap {\n  min-height: 50px;\n  -webkit-background-size: cover;\n  -moz-background-size: cover;\n  -o-background-size: cover;\n  background-size: cover;\n}\n.section-mediabox img,\n.section-mediabox iframe,\n.section-mediabox object,\n.section-mediabox embed {\n  max-width: 100%;\n  height: auto;\n}\n.section-rapidtabs .widget {\n  margin: 0;\n}\n.section-rapidtabs .widget .widget-pad {\n  padding: 0;\n}\n.section-rapidtabs .the-rapid-tabs .rapid-nav {\n  border-bottom: 1px solid rgba(0,0,0,0.1);\n  padding: 0 0 5px 0;\n  margin-bottom: 12px;\n}\n.section-rapidtabs .the-rapid-tabs .rapid-nav li {\n  margin-right: 12px;\n  opacity: .5;\n}\n.section-rapidtabs .the-rapid-tabs .rapid-nav a {\n  color: inherit;\n}\n.section-rapidtabs .the-rapid-tabs .rapid-nav .ui-state-active,\n.section-rapidtabs .the-rapid-tabs .rapid-nav .ui-state-hover {\n  opacity: 1;\n}\n.section-quickcarousel .pl-section-pad {\n  padding: 0;\n}\n.section-quickcarousel .pl-quickcarousel .carousel-item {\n  margin: 0;\n  padding: 0;\n}\n.section-quickcarousel .pl-quickcarousel .carousel-item img {\n  max-width: 100%;\n  display: block;\n}\n.starbars-wrap {\n  padding: 1em;\n}\n.starbars {\n  text-align: left;\n  margin: 0;\n}\n.starbars li {\n  list-style: none !important;\n}\n.starbars li:last-child span {\n  margin-bottom: 0px;\n}\n.starbars li .bar-wrap {\n  margin-bottom: 13px;\n  border-radius: 300px;\n  box-shadow: inset 0 1px 2px rgba(0,0,0,0.12);\n  position: relative;\n}\n.starbars li span {\n  height: 15px;\n  width: 0px;\n  display: block;\n  background-color: #337EFF;\n  border-radius: 300px;\n  overflow: visible !important;\n  position: relative;\n}\n.starbars li span strong {\n  opacity: 0;\n  color: #fff;\n}\n.starbars li span strong:after {\n  right: 13px;\n}\n.starbars li strong {\n  position: absolute;\n  right: 0px;\n  top: -25px;\n  opacity: .2;\n  padding: 4px 7px !important;\n  background-color: #333;\n  color: rgba(255,255,255,0.8);\n  line-height: 12px !important;\n  font-size: 11px !important;\n  display: block;\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n  border-radius: 2px;\n}\n.starbars li strong:after {\n  border-color: #333 transparent;\n  border-style: solid;\n  border-width: 5px 5px 0;\n  bottom: -5px;\n  content: \"\";\n  display: block;\n  right: 5px;\n  position: absolute;\n  width: 0;\n}\n.starbars li strong.full:after {\n  left: 15px;\n}\n.starbars li p {\n  font-size: 11.9px;\n  margin: 0;\n  padding-bottom: 2px;\n}\n.pl-dark-img .shelf-shadow,\n.pl-black .shelf-shadow {\n  background-color: rgba(0,0,0,-0.08);\n  background-image: -moz-linear-gradient(top,transparent,rgba(0,0,0,0.2));\n  background-image: -ms-linear-gradient(top,transparent,rgba(0,0,0,0.2));\n  background-image: -webkit-linear-gradient(top,transparent,rgba(0,0,0,0.2));\n  background-image: linear-gradient(top,transparent,rgba(0,0,0,0.2));\n  background-repeat: repeat-x;\n}\n.popshot-wrap {\n  position: relative;\n  overflow: hidden;\n  height: 280px;\n  text-align: center;\n}\n.popshot-wrap .shelf-shadow {\n  position: absolute;\n  bottom: 0;\n  height: 70px;\n  background-color: rgba(0,0,0,-0.028);\n  background-image: -moz-linear-gradient(top,transparent,rgba(0,0,0,0.07));\n  background-image: -ms-linear-gradient(top,transparent,rgba(0,0,0,0.07));\n  background-image: -webkit-linear-gradient(top,transparent,rgba(0,0,0,0.07));\n  background-image: linear-gradient(top,transparent,rgba(0,0,0,0.07));\n  background-repeat: repeat-x;\n  width: 100%;\n}\n.popshot-wrap .browser-btns {\n  display: none;\n  position: absolute;\n  top: 8px;\n  left: 8px;\n}\n.popshot-wrap .browser-btns > span {\n  height: 10px;\n  width: 10px;\n  margin-right: 5px;\n  display: inline-block;\n  vertical-align: top;\n  border-radius: 10px;\n  box-shadow: inset 0 0 1px rgba(0,0,0,0.3);\n}\n.popshot-wrap .browser-btns > span.bbtn-green {\n  background: #a3f439;\n}\n.popshot-wrap .browser-btns > span.bbtn-red {\n  background: #ff4d3b;\n}\n.popshot-wrap .browser-btns > span.bbtn-orange {\n  background: #ffba3b;\n}\n.popshot-wrap.popshot-browser .browser-btns {\n  display: block;\n}\n.popshot-wrap.popshot-browser .popshot {\n  background: #f7f7f7;\n  padding: 26px 0 0;\n  border-radius: 5px;\n  box-shadow: inset 1px 1px 0 #fff, rgba(0,0,0,0.3) 0 0 10px 0;\n}\n.popshot-wrap.popshot-browser .popshot img {\n  border-top: 1px solid #ccc;\n}\n.popshot-wrap.popshot-frame .popshot {\n  background: #fff;\n  padding: 4px 4px 0 4px;\n  border-radius: 5px;\n  border: 1px solid #BBB;\n  box-shadow: rgba(0,0,0,0.3) 0 0 10px 0;\n}\n.popshot-wrap.popshot-shadow .popshot {\n  box-shadow: rgba(0,0,0,0.3) 0 0 10px 0;\n}\n.popshot-wrap .popshot {\n  max-width: 400px;\n  max-height: 300px;\n  bottom: -3px;\n  position: absolute;\n  z-index: 10;\n  left: 50%;\n}\n.popshot-wrap .popshot img {\n  max-width: 100%;\n  border-radius: 2px;\n}\n.popshot-wrap .popshot.popshot-1 {\n  margin-left: -575px;\n  z-index: 11;\n}\n.popshot-wrap .popshot.popshot-2 {\n  margin-left: -400px;\n  height: 225px;\n}\n.popshot-wrap .popshot.popshot-3 {\n  height: 250px;\n  width: 350px;\n  margin-left: -175px;\n}\n.popshot-wrap .popshot:after {\n  position: absolute;\n  content: \" \";\n  bottom: 0;\n  left: 0;\n  right: 0;\n  width: 100%;\n  height: 20px;\n  background-color: rgba(0,0,0,-0.04);\n  background-image: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.1));\n  background-image: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.1));\n  background-image: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.1));\n  background-image: linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.1));\n  background-repeat: repeat-x;\n}\n.masthead {\n  position: relative;\n}\n.masthead .inner {\n  padding-top: 43.4px;\n}\n.masthead.with-splash .inner {\n  padding-top: 21.7px;\n}\n.masthead h1,\n.masthead p {\n  text-align: center;\n}\n.masthead .masthead-title {\n  margin: 0 0 20px;\n  font-size: 75px;\n  letter-spacing: -1px;\n  line-height: 1;\n}\n.masthead .masthead-tag {\n  margin: 0;\n  margin-bottom: 30px;\n  margin-left: 5%;\n  margin-right: 5%;\n  font-size: 25px;\n  line-height: 1.3em;\n  opacity: .7;\n  font-weight: 300;\n}\n.masthead .masthead-tag strong {\n  font-weight: 500;\n}\n.masthead .download-info {\n  margin-bottom: 30px;\n}\n.masthead .download-info .btn {\n  margin: 0 8px;\n}\n.masthead .splash {\n  padding-top: 18px;\n}\n.masthead .splash img {\n  display: block;\n  margin: 0 auto;\n}\n.mastmeta {\n  color: rgba(0,0,0,0.7);\n}\n.subhead {\n  padding-bottom: 0;\n  margin-bottom: 9px;\n}\n.subhead h1 {\n  font-size: 54px;\n}\n.mastlinks {\n  margin: 36px 0;\n}\n.quick-links {\n  min-height: 30px;\n  margin: 0;\n  padding: 5px 20px;\n  list-style: none;\n  text-align: center;\n  overflow: hidden;\n}\n.quick-links:first-child {\n  min-height: 0;\n}\n.quick-links li {\n  display: inline;\n  margin: 0 8px;\n}\n@media screen and (max-width: 980px) {\n  .masthead .masthead-title {\n    font-size: 72px;\n  }\n}\n@media screen and (max-width: 768px) {\n  .masthead .inner {\n    padding-top: 21.7px;\n  }\n  .masthead .masthead-title {\n    font-size: 54px;\n  }\n  .masthead .masthead-tag {\n    margin-right: 0;\n    margin-left: 0;\n  }\n  .masthead .btn {\n    margin-bottom: 10px;\n  }\n}\n@media screen and (max-width: 480px) {\n  .masthead .inner {\n    padding-top: 10px;\n  }\n  .masthead .masthead-title {\n    font-size: 45px;\n    margin-right: 0;\n  }\n  .masthead .masthead-tag {\n    margin-right: 0;\n    margin-left: 0;\n    font-size: 18px;\n    line-height: 24px;\n  }\n  .masthead .btn {\n    display: block;\n    font-size: 18px;\n    padding: 10px 14px;\n    margin: 0 auto 10px;\n  }\n}\n.pp-plan {\n  text-align: center;\n  border-style: solid;\n  border-width: 1px;\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  -ms-box-sizing: border-box;\n  box-sizing: border-box;\n  overflow: hidden;\n  margin-top: 25px;\n}\n.pp-plan.most-popular {\n  margin-top: 0;\n}\n.pp-plan.most-popular .pp-header .pp-title {\n  font-size: 20px;\n  padding: 16px;\n}\n.pp-plan.most-popular .pp-header .pp-title .mp {\n  font-size: 12px;\n  opacity: .6;\n}\n.pp-plan.most-popular .pp-attributes ul .pp-link {\n  padding: 20px 0;\n}\n.pp-plan .pp-header {\n  text-align: center;\n}\n.pp-plan .pp-header .pp-title {\n  font-size: 18px;\n  padding: 8px;\n  border-bottom-style: solid;\n  border-bottom-width: 1px;\n}\n.pp-plan .pp-header .pp-price {\n  padding: 20px;\n}\n.pp-plan .pp-header .pp-price .price-pre {\n  vertical-align: top;\n  font-size: 1.2em;\n}\n.pp-plan .pp-header .pp-price .price {\n  font-size: 70px;\n  line-height: 70px;\n}\n.pp-plan .pp-header .pp-price .price-pre,\n.pp-plan .pp-header .pp-price .price-post,\n.pp-plan .pp-header .pp-price .price-sub {\n  opacity: .7;\n}\n.pp-plan .pp-header .pp-price .price-sub {\n  font-style: italic;\n  font-size: 12px;\n  font-weight: 400;\n  margin-top: 7px;\n  line-height: 1.5em;\n}\n.pp-plan .pp-attributes ul li {\n  padding: 10px;\n  font-weight: 600;\n  border-top-style: solid;\n  border-top-width: 1px;\n}\n.pp-plan .pp-attributes ul li.emphasis {\n  font-size: 120%;\n}\n.section-hero .pl-section-pad {\n  padding: 5%;\n}\n.pl-hero-wrap {\n  max-width: 100%;\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  -ms-box-sizing: border-box;\n  box-sizing: border-box;\n}\n.pl-hero-wrap .pl-hero h1 {\n  font-size: 3em;\n  line-height: 1;\n  letter-spacing: -1px;\n  word-wrap: normal;\n}\n.pl-hero-wrap .pl-hero h1 small {\n  display: block;\n}\n.pl-hero-wrap .pl-hero p {\n  margin: 5.425px 0 21.7px;\n  font-size: 18px;\n  font-weight: 200;\n  line-height: 1.5em;\n}\n.pl-hero-wrap .pl-hero-image {\n  margin-bottom: 0;\n  float: right;\n}\n.pl-hero.span6,\n.pl-hero-image.span6 {\n  margin-bottom: 0;\n}\n.hero_image {\n  text-align: right;\n}\n.pl-hero-reverse .pl-hero-image {\n  margin-right: 21px;\n  margin-left: 0px;\n  text-align: left;\n  float: left;\n}\n.pl-hero-reverse .pl-hero {\n  float: right;\n}\n@media (max-width: 768px) {\n  .hero_image,\n  .pl-hero h1,\n  .pl-hero p {\n    text-align: center;\n  }\n  .pl-hero.span6 .btn {\n    display: block;\n    margin-bottom: 20px;\n  }\n}\n@media (max-width: 480px) {\n  .pl-hero-wrap {\n    padding: 20px;\n  }\n}\n@media (max-width: 1000px) {\n  .pl-hero-wrap .pl-hero h1 {\n    font-size: 2em;\n  }\n}\n.masonic-header-content-pad {\n  padding: 15px;\n}\n.masonic-header-content-pad .masonic-title {\n  font-size: 20px;\n  float: left;\n}\n.masonic-header-content-pad .masonic-nav {\n  float: right;\n  max-width: 85%;\n}\n.masonic-header-content-pad .masonic-nav .lh {\n  font-weight: 600;\n  font-size: 100%;\n}\n.masonic-header-content-pad .masonic-nav li {\n  margin-left: 18px;\n  font-size: 85%;\n}\n.pl-grid-text {\n  float: left;\n  width: 75%;\n  padding: 15px 0;\n}\n.pl-grid-text h4 {\n  font-size: 16px;\n  margin: 0;\n}\n.pl-grid-text .pl-grid-metabar {\n  font-size: 12px;\n}\n.pl-grid-meta {\n  float: right;\n  text-align: right;\n  width: 25%;\n  padding: 15px 0;\n}\n.pl-grid-excerpt p {\n  font-size: 85%;\n  line-height: 1.4em;\n  margin: 5px 0;\n}\n.pl-grid-excerpt p:first-child {\n  margin-top: 0;\n}\n.pl-grid-image {\n  position: relative;\n}\n.pl-grid-image img {\n  max-width: 100%;\n}\n.pl-grid-image .pl-grid-image-info {\n  opacity: 0;\n  position: absolute;\n  display: block;\n  height: 100%;\n  width: 100%;\n  top: 0px;\n  left: 0px;\n  color: #fff;\n  -webkit-transition: all 0.2s linear;\n  -moz-transition: all 0.2s linear;\n  -ms-transition: all 0.2s linear;\n  transition: all 0.2s linear;\n}\n.pl-grid-image .pl-grid-image-info .info-text {\n  opacity: 0;\n  background-color: rgba(0,0,0,0.6);\n  padding: 9px 15px;\n  color: #fff;\n  font-size: 12px;\n  line-height: 1.3em;\n  margin: 5px;\n  display: inline-block;\n  border-radius: 3px;\n  -webkit-transition: all 0.1s linear;\n  -moz-transition: all 0.1s linear;\n  -ms-transition: all 0.1s linear;\n  transition: all 0.1s linear;\n}\n.pl-grid-image .pl-grid-image-info .info-text:hover {\n  opacity: 0.8;\n}\n.pl-grid-image .pl-grid-image-info .view,\n.pl-grid-image .pl-grid-image-info .image,\n.pl-grid-image .pl-grid-image-info .video {\n  position: absolute;\n  top: 0px;\n  left: 0px;\n  height: 100%;\n  width: 100%;\n  text-indent: -9999px;\n  color: #fff;\n  display: block;\n}\n.pl-grid-image .pl-grid-image-hover {\n  opacity: 0;\n  height: 100%;\n  width: 100%;\n  top: 0px;\n  left: 0px;\n  background-color: #337EFF;\n  position: absolute;\n  -webkit-transition: all 0.2s linear;\n  -moz-transition: all 0.2s linear;\n  -ms-transition: all 0.2s linear;\n  transition: all 0.2s linear;\n}\n.pl-grid-image:hover .pl-grid-image-info {\n  opacity: 1;\n}\n.pl-grid-image:hover .pl-grid-image-info .info-text {\n  opacity: 1;\n}\n.pl-grid-image:hover .pl-grid-image-hover {\n  opacity: 0.7;\n  filter: alpha(opacity=90);\n}\n.section-icallout {\n  text-align: center;\n}\n.section-icallout .icallout-head {\n  margin-bottom: 12px;\n}\n.section-icallout .format-inline .icallout-head {\n  font-size: 37px;\n  line-height: 1em;\n}\n.section-icallout .format-inline .icallout-head,\n.section-icallout .format-inline .icallout-action {\n  display: inline-block;\n  margin: 10px 15px;\n  vertical-align: top;\n}\n.section-testimonials {\n  text-align: center;\n}\n.section-testimonials .pl-testimonials-container {\n  position: relative;\n}\n.section-testimonials .the-testimonial {\n  padding-left: 0px;\n  text-align: center;\n  background-image: none;\n  width: 100%;\n  margin: 0 auto;\n  opacity: 0;\n  position: absolute;\n  left: -25px;\n  z-index: -1;\n}\n.section-testimonials blockquote {\n  padding: 0 0 13px;\n  border: none;\n  font-size: 34px;\n  letter-spacing: -1px;\n  line-height: 1.35em;\n  margin: 0;\n}\n.section-testimonials blockquote p {\n  margin: 0;\n  font-style: normal;\n}\n.section-testimonials .cite,\n.section-testimonials cite {\n  font-size: 15px;\n  line-height: 40px;\n  display: inline-block;\n}\n.section-testimonials .controls ul {\n  margin: 0px;\n  display: block;\n  text-align: center;\n  width: 100%;\n  z-index: 30;\n  position: relative;\n}\n.section-testimonials .controls ul li {\n  list-style: none;\n  cursor: pointer;\n  display: inline-block;\n}\n.section-testimonials .controls ul li > span {\n  border-style: solid;\n  border-width: 1px;\n  border-radius: 10px 10px 10px 10px;\n  cursor: pointer;\n  display: inline-block;\n  height: 10px;\n  width: 10px;\n  margin: 0 4px;\n  transition: background-color 0.2s linear 0s, border-color 0.2s linear 0s;\n}\n.section-testimonials .controls ul.nav-avatar li > span {\n  border-radius: 0;\n  width: 30px;\n  height: 30px;\n  -webkit-background-size: cover;\n  -moz-background-size: cover;\n  -o-background-size: cover;\n  background-size: cover;\n  opacity: .7;\n  display: inline-block;\n  transition: opacity 0.2s linear 0s;\n  border-width: 0;\n}\n.section-testimonials .controls ul.nav-avatar li:hover > span,\n.section-testimonials .controls ul.nav-avatar li.active > span {\n  opacity: 1;\n}\n.quovolve-nav:before,\n.quovolve-nav:after {\n  content: \"\\0020\";\n  display: block;\n  height: 0;\n  visibility: hidden;\n}\n.quovolve-nav:after {\n  clear: both;\n}\n.quovolve-nav {\n  line-height: 30px;\n  zoom: 1;\n}\n.quovolve-nav a {\n  background: transparent;\n  display: block;\n  font-size: 0;\n  text-align: center;\n}\n.quovolve-nav li.avatar-nav {\n  margin: 0 7px;\n}\n.quovolve-nav li.avatar-nav:hover a {\n  opacity: .6;\n}\n.quovolve-nav li.avatar-nav.active a {\n  opacity: 1;\n}\n.quovolve-nav li.avatar-nav a {\n  opacity: .7;\n  -webkit-transition: all .1s ease-in-out;\n  -moz-transition: all .1s ease-in-out;\n  -ms-transition: all .1s ease-in-out;\n  transition: all .1s ease-in-out;\n  -webkit-background-size: cover;\n  -moz-background-size: cover;\n  -o-background-size: cover;\n  background-size: cover;\n  height: 50px;\n  width: 50px;\n}\n.section-navi {\n  text-align: center;\n  width: 100%;\n  position: relative;\n}\n.section-navi .nav-searchform,\n.section-navi ul {\n  vertical-align: top;\n  font-size: 12px;\n}\n.section-navi .navi-wrap {\n  height: 50px;\n  position: relative;\n}\n.section-navi .navi-container {\n  height: 36px;\n  padding: 7px;\n}\n.section-navi .navi-right {\n  float: right;\n}\n.section-navi .navi-left {\n  float: left;\n}\n.section-navi .navi-center {\n  display: inline-block;\n}\n.section-navi .navi-searchform {\n  height: 50px;\n  line-height: 50px;\n  margin-bottom: 0;\n  position: relative;\n  display: inline-block;\n}\n.section-navi .navi-searchform .btn-search {\n  padding: 0 20px;\n}\n.section-navi .navi-searchform input {\n  vertical-align: top;\n  margin: 0;\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n  border: none;\n  height: 50px;\n  width: 0;\n  background: transparent;\n  padding: 0;\n  -webkit-transition: width .5s ease-in-out;\n  -moz-transition: width .5s ease-in-out;\n  -ms-transition: width .5s ease-in-out;\n  transition: width .5s ease-in-out;\n  border-radius: 0;\n  box-shadow: none;\n}\n.section-navi .navi-searchform input:focus {\n  box-shadow: none;\n}\n.section-navi .navi-searchform.has-focus input {\n  width: 130px;\n}\n.section-navi .navi-searchform.has-focus .btn-search {\n  color: #337EFF;\n}\n.section-navi img {\n  max-height: 100%;\n}\n.section-navi .navi-site-title,\n.section-navi .navi-site-description {\n  margin: 0;\n}\n.section-navi .navi-site-title {\n  font-size: 40px;\n}\n.section-navi .navi-site-description {\n  font-size: 15px;\n  text-align: left;\n  opacity: .8;\n}\n.section-navi .pl-nav > li > a {\n  line-height: 50px;\n  padding: 0 13px;\n  opacity: .7;\n}\n.section-navi .pl-nav > li .mm-toggle {\n  padding: 0 20px;\n}\n.section-navi .pl-nav > li.current-menu-item > a,\n.section-navi .pl-nav > li:hover > a {\n  opacity: 1;\n  background: rgba(0,0,0,0.03);\n}\n@media screen and (max-width: 768px) {\n  .section-navi .navi-searchform {\n    display: none;\n  }\n  .section-navi .navi-site-title {\n    font-size: 28px;\n  }\n  .section-navi .navi-site-description {\n    font-size: 14px;\n  }\n}\n.gmnoprint img {\n  max-width: none !important;\n}\n#pl-map {\n  position: relative;\n  overflow: hidden;\n  min-height: 200px;\n  min-width: 200px;\n}\n.pl-map img {\n  max-width: none !important;\n}\n.spynav {\n  width: 100%;\n  height: auto;\n  background: #f6f6f6;\n  border-color: #d4d4d4 #d4d4d4 #adadad;\n  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);\n  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);\n  border: 1px solid #bababa;\n  -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.4);\n  -moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.4);\n  box-shadow: inset 1px 1px 0 rgba(255,255,255,0.4);\n  -webkit-border-radius: 4px;\n  -moz-border-radius: 4px;\n  border-radius: 4px;\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  -ms-box-sizing: border-box;\n  box-sizing: border-box;\n}\n.spynav:hover,\n.spynav:active,\n.spynav.active,\n.spynav.disabled,\n.spynav[disabled] {\n  background-color: #d4d4d4;\n}\n.spynav:active,\n.spynav.active {\n  background-color: #bababa \\9;\n}\n.spynav .nav {\n  margin-bottom: 0;\n}\n.spynav .nav > li > a {\n  color: rgba(0,0,0,0.7);\n  margin: 0;\n  padding-top: 11px;\n  padding-bottom: 11px;\n  border-left: 1px solid rgba(255,255,255,0.4);\n  border-right: 1px solid #bababa;\n  -webkit-border-radius: 0px;\n  -moz-border-radius: 0px;\n  border-radius: 0px;\n}\n.spynav .nav > li > a:hover {\n  border-left: 1px solid rgba(255,255,255,0.4);\n  border-right: 1px solid #bababa;\n  background: #c7c7c7;\n  border-color: #e9e9e9 #e9e9e9 #c3c3c3;\n  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);\n  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);\n}\n.spynav .nav > li > a:hover:hover,\n.spynav .nav > li > a:hover:active,\n.spynav .nav > li > a:hover.active,\n.spynav .nav > li > a:hover.disabled,\n.spynav .nav > li > a:hover[disabled] {\n  background-color: #e9e9e9;\n}\n.spynav .nav > li > a:hover:active,\n.spynav .nav > li > a:hover.active {\n  background-color: #d0d0d0 \\9;\n}\n.spynav .nav > li.active > a,\n.spynav .nav > li.active > a:hover {\n  color: #000000;\n  padding-left: 13px;\n  background: #c7c7c7;\n  border-color: #e9e9e9 #e9e9e9 #c3c3c3;\n  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);\n  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);\n  border-left: 0;\n  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.05);\n  -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.05);\n  box-shadow: inset 0 3px 5px rgba(0,0,0,0.05);\n}\n.spynav .nav > li.active > a:hover,\n.spynav .nav > li.active > a:active,\n.spynav .nav > li.active > a.active,\n.spynav .nav > li.active > a.disabled,\n.spynav .nav > li.active > a[disabled],\n.spynav .nav > li.active > a:hover:hover,\n.spynav .nav > li.active > a:hover:active,\n.spynav .nav > li.active > a:hover.active,\n.spynav .nav > li.active > a:hover.disabled,\n.spynav .nav > li.active > a:hover[disabled] {\n  background-color: #e9e9e9;\n}\n.spynav .nav > li.active > a:active,\n.spynav .nav > li.active > a.active,\n.spynav .nav > li.active > a:hover:active,\n.spynav .nav > li.active > a:hover.active {\n  background-color: #d0d0d0 \\9;\n}\n.spynav .nav > .active > a .caret,\n.spynav .nav > .active > a:hover .caret {\n  border-top-color: #d4d4d4;\n}\n.spynav li {\n  list-style: none;\n}\n.spynav ul {\n  margin: 0;\n}\n.spynav .nav > li:first-child > a,\n.spynav .nav > li:first-child > a:hover {\n  padding-left: 12px;\n  -webkit-border-radius: 4px 0 0 4px;\n  -moz-border-radius: 4px 0 0 4px;\n  border-radius: 4px 0 0 4px;\n}\n.spynav .dropdown-menu {\n  -webkit-border-radius: 0 0 4px 4px;\n  -moz-border-radius: 0 0 4px 4px;\n  border-radius: 0 0 4px 4px;\n}\n.spynav-space {\n  height: 40px;\n  display: none;\n}\n@media (min-width: 767px) {\n  .spynav-fixed {\n    position: fixed;\n    top: 72px;\n    left: 0;\n    right: 0;\n    z-index: 990;\n    border-color: #bababa;\n    border-width: 0 0 1px;\n    -webkit-border-radius: 0px;\n    -moz-border-radius: 0px;\n    border-radius: 0px;\n    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 5px rgba(0,0,0,.1);\n    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 5px rgba(0,0,0,.1);\n    box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 5px rgba(0,0,0,.1);\n  }\n  .spynav-fixed .nav {\n    margin: 0 auto;\n    padding: 0 1px;\n  }\n  .spynav-fixed .nav > li:first-child {\n    -webkit-border-radius: 0;\n    -moz-border-radius: 0;\n    border-radius: 0;\n  }\n  .spynav-fixed .nav > li:first-child > a,\n  .spynav-fixed .nav > li:first-child > a:hover {\n    -webkit-border-radius: 0;\n    -moz-border-radius: 0;\n    border-radius: 0;\n  }\n}\n@media (max-width: 767px) {\n  .spynav .nav-tabs > li,\n  .spynav .nav-pills > li {\n    float: none;\n  }\n  .spynav .nav > li:first-child > a,\n  .spynav .nav > li:first-child > a:hover {\n    -webkit-border-radius: 4px 4px 0 0;\n    -moz-border-radius: 4px 4px 0 0;\n    border-radius: 4px 4px 0 0;\n  }\n  .spynav .nav > li:last-child > a,\n  .spynav .nav > li:last-child > a:hover {\n    -webkit-border-radius: 0 0 4px 4px;\n    -moz-border-radius: 0 0 4px 4px;\n    border-radius: 0 0 4px 4px;\n  }\n  .spynav .nav > li > a:hover {\n    background-color: #ffffff;\n  }\n}\n.section-pageheader .pl-area-pad {\n  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);\n}\n.pl-ph-container {\n  -webkit-background-size: cover;\n  -moz-background-size: cover;\n  -o-background-size: cover;\n  background-size: cover;\n  background-position: center center;\n}\n.pl-ph-container .pl-content {\n  padding: 60px 0;\n}\n.pl-ph-container h2 {\n  margin: 0;\n  font-size: 40px;\n  line-height: 1.3em;\n  font-weight: 600;\n}\n.pl-ph-container .ph-sub {\n  font-size: 22px;\n  line-height: 1em;\n  font-weight: 300;\n  opacity: .7;\n}\n.pl-ph-container .ph-text {\n  float: left;\n}\n.pl-ph-container .ph-meta {\n  float: right;\n}\n.pl-ph-container .ph-meta .btn {\n  margin: 0 10px;\n}\n.pl-ph-container.format-center {\n  text-align: center;\n}\n.pl-ph-container.format-center .ph-text,\n.pl-ph-container.format-center .ph-meta {\n  float: none;\n  display: block;\n}\n.popthumbs-wrap {\n  text-align: center;\n}\n.popthumbs-wrap .popthumb {\n  width: 100%;\n  max-width: 200px;\n  display: inline-block;\n  position: relative;\n  background: #fff;\n  padding: 4px;\n  border-radius: 5px;\n  box-shadow: 0 1px 3px rgba(0,0,0,0.3);\n  margin-bottom: 8px;\n}\n.popthumbs-wrap .popthumb .expander {\n  position: absolute;\n  border: 2px solid #fff;\n  background: rgba(0,0,0,0.3);\n  box-shadow: 0 1px 2px rgba(0,0,0,0.3);\n  border-radius: 10px;\n  font-size: 20px;\n  padding: 10px;\n  text-align: center;\n  top: -17px;\n  right: -17px;\n  height: 17px;\n  width: 17px;\n  color: #fff;\n  line-height: 17px;\n}\n.popthumbs-wrap .popthumb:hover {\n  opacity: .8;\n}\n.popthumbs-wrap .popthumb-text {\n  padding: 8px 0;\n}\n.popthumbs-wrap .popthumb-text .popthumb-desc {\n  opacity: .75;\n}\n.docker-wrapper {\n  position: relative;\n}\n.docker-wrapper .docker-title {\n  margin: 0 0 15px;\n}\n.docker-wrapper .sticky-wrapper {\n  position: absolute;\n}\n.docker-wrapper .docker-sidebar {\n  border-style: solid;\n  border-width: 1px;\n  width: 280px;\n  position: absolute;\n}\n.docker-wrapper .docker-sidebar .docker-mobile-drop {\n  text-align: center;\n  font-size: 15px;\n  line-height: 40px;\n  display: none;\n  cursor: pointer;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n}\n.docker-wrapper .docker-sidebar ul {\n  padding: 10px 0;\n}\n.docker-wrapper .docker-sidebar ul lh {\n  font-weight: 600;\n  font-size: 1.2em;\n  margin-bottom: 0px;\n}\n.docker-wrapper .docker-sidebar.sticky {\n  float: none;\n  position: fixed;\n  top: 20px;\n  z-index: 6;\n  left: auto;\n}\n.docker-wrapper .docker-content {\n  margin-left: 320px;\n  padding: 20px 0;\n  min-height: 500px;\n}\n@media (max-width: 768px) {\n  .docker-wrapper .sticky-wrapper,\n  .docker-wrapper .docker-sidebar {\n    width: auto;\n    position: static !important;\n    height: auto !important;\n  }\n  .docker-wrapper .docker-sidebar .docker-mobile-drop {\n    display: block;\n  }\n  .docker-wrapper .docker-sidebar ul {\n    display: none;\n  }\n  .docker-wrapper .docker-sidebar ul.show-me {\n    display: block;\n  }\n  .docker-wrapper .docker-content {\n    margin-left: 20px;\n  }\n}\n.section-docker.pl-area .docker-wrapper {\n  padding: 0 15px;\n  box-sizing: border-box;\n}\n.socialinks-wrap .sl-text {\n  float: left;\n  line-height: 26px;\n  font-size: 12px;\n}\n.socialinks-wrap .sl-text .sl-copy {\n  padding-right: 10px;\n}\n.socialinks-wrap .sl-text .sl-nav li a {\n  padding: 0 10px;\n}\n.socialinks-wrap .sl-links {\n  float: right;\n}\n.socialinks-wrap.sl-links-left .sl-text {\n  float: right;\n}\n.socialinks-wrap.sl-links-left .sl-links {\n  float: left;\n}\n@media (max-width: 768px) {\n  .socialinks-wrap .sl-text,\n  .socialinks-wrap .sl-links {\n    float: none;\n    text-align: center;\n    margin: 10px 0;\n  }\n  .socialinks-wrap .pl-nav {\n    display: block;\n  }\n}\n.section-secondnav.container {\n  margin: 0;\n}\n.section-secondnav ul {\n  list-style: none;\n  margin: 0;\n}\n.section-secondnav ul li {\n  float: left;\n}\n.section-secondnav ul li a {\n  display: block;\n  padding: 3px 8px;\n  border: none;\n}\n.section-secondnav ul li a:active {\n  text-decoration: none;\n}\n.section-secondnav .secondnav_menu {\n  margin: 0 0 0 0px;\n}\n.flipper-heading {\n  z-index: 100;\n  position: relative;\n  margin: 7px 0;\n  min-height: 23px;\n  line-height: 20px;\n}\n.flipper-heading .flipper-title {\n  text-transform: uppercase;\n  font-weight: 600;\n  padding-top: 5px;\n}\n.flipper-heading .flipper-next,\n.flipper-heading .flipper-prev {\n  cursor: pointer;\n  display: block;\n  text-align: center;\n  margin-left: 5px;\n  -webkit-transition: all 0.1s linear 0s;\n  -moz-transition: all 0.1s linear 0s;\n  -ms-transition: all 0.1s linear 0s;\n  transition: all 0.1s linear 0s;\n  background-repeat: no-repeat !important;\n  position: absolute;\n  top: 0px;\n  height: 20px;\n  width: 20px;\n  right: 0px;\n  -webkit-border-radius: 1px;\n  -moz-border-radius: 1px;\n  border-radius: 1px;\n}\n.flipper-heading .flipper-prev {\n  right: 25px;\n}\n.flipper-heading .flipper-prev:hover,\n.flipper-heading .flipper-next:hover {\n  background-color: #337EFF;\n  color: #FFFFFF;\n}\n.pl-area.section-flipper {\n  overflow: hidden;\n}\n.pl-area.section-flipper .flipper-heading-wrap {\n  margin: 0 10px;\n  position: relative;\n}\n.pl-area.section-flipper .flipper-items .flipper-meta {\n  padding: 15px;\n}\n.section-flipper .pl-section-pad {\n  padding: 15px 0;\n  overflow: hidden;\n  position: relative;\n}\n.flipper-wrap {\n  position: relative;\n  margin-left: -10px;\n  margin-right: -10px;\n}\n.flipper-wrap .flipper {\n  opacity: 0;\n  max-height: 400px;\n}\n.flipper-wrap .flipper.flipper-loaded {\n  max-height: none;\n}\n.flipper-wrap .flipper-items {\n  overflow: hidden;\n}\n.flipper-wrap .flipper-items > li {\n  position: relative;\n  display: block;\n  float: left;\n}\n.flipper-wrap .flipper-items > li h3 {\n  position: relative;\n  top: 0px;\n  color: #fff;\n  margin-bottom: 10px;\n}\n.flipper-wrap .flipper-items > li img {\n  width: 100%;\n  display: block;\n  float: left;\n  margin-bottom: 0px;\n}\n.flipper-wrap .flipper-items.layout-grid li {\n  margin: 0px 10px 0px 10px;\n}\n.flipper-wrap .flipper-items.layout-masonry li {\n  margin: 0px;\n}\n.flipper-wrap .flipper-items .flipper-item {\n  position: relative;\n}\n.flipper-wrap .flipper-items .flipper-item .flipper-info-bg {\n  opacity: 0;\n  height: 100%;\n  width: 100%;\n  top: 0px;\n  left: 0px;\n  background-color: #337EFF;\n  position: absolute;\n  -webkit-transition: all 0.2s linear;\n  -moz-transition: all 0.2s linear;\n  -ms-transition: all 0.2s linear;\n  transition: all 0.2s linear;\n}\n.flipper-wrap .flipper-items .flipper-item .flipper-info {\n  opacity: 0;\n  position: absolute;\n  display: block;\n  height: 100%;\n  width: 100%;\n  top: 0px;\n  left: 0px;\n  color: #fff;\n  -webkit-transition: all 0.2s linear;\n  -moz-transition: all 0.2s linear;\n  -ms-transition: all 0.2s linear;\n  transition: all 0.2s linear;\n}\n.flipper-wrap .flipper-items .flipper-item .flipper-info .info-text {\n  background-color: rgba(0,0,0,0.6);\n  padding: 9px 15px;\n  color: #fff;\n  font-size: 12px;\n  line-height: 1.3em;\n  margin: 5px;\n  display: inline-block;\n  -webkit-border-radius: 3px;\n  -moz-border-radius: 3px;\n  border-radius: 3px;\n  -webkit-transition: all 0.1s linear;\n  -moz-transition: all 0.1s linear;\n  -ms-transition: all 0.1s linear;\n  transition: all 0.1s linear;\n}\n.flipper-wrap .flipper-items .flipper-item .flipper-info .info-text:hover {\n  opacity: 0.8;\n}\n.flipper-wrap .flipper-items .flipper-item .flipper-info .view,\n.flipper-wrap .flipper-items .flipper-item .flipper-info .image,\n.flipper-wrap .flipper-items .flipper-item .flipper-info .video {\n  position: absolute;\n  top: 0px;\n  left: 0px;\n  height: 100%;\n  width: 100%;\n  text-indent: -9999px;\n  color: #fff;\n  display: block;\n}\n.flipper-wrap .flipper-items .flipper-item .flipper-info span {\n  top: 0px;\n  left: 0px;\n  position: absolute;\n  display: block;\n  height: 42px;\n  width: 42px;\n  background-repeat: no-repeat;\n  background-position: center;\n  opacity: 0.8;\n  -webkit-transition: all 0.2s linear;\n  -moz-transition: all 0.2s linear;\n  -ms-transition: all 0.2s linear;\n  transition: all 0.2s linear;\n}\n.flipper-wrap .flipper-items .flipper-item .flipper-info .pl-center {\n  -webkit-transition: all 0.2s linear;\n  -moz-transition: all 0.2s linear;\n  -ms-transition: all 0.2s linear;\n  transition: all 0.2s linear;\n  text-align: center;\n  margin-top: 60px;\n}\n.flipper-wrap .flipper-items .flipper-item .flipper-info .pl-center p {\n  padding-bottom: 0px;\n}\n.flipper-wrap .flipper-items .flipper-item:hover .flipper-info {\n  opacity: 1;\n}\n.flipper-wrap .flipper-items .flipper-item:hover .flipper-info .pl-center {\n  padding-top: 20px;\n}\n.flipper-wrap .flipper-items .flipper-item:hover .flipper-info-bg {\n  opacity: 0.9;\n  filter: alpha(opacity=90);\n}\n.flipper-wrap .flipper-items .flipper-meta {\n  padding: 10px 0;\n  text-align: left;\n}\n.flipper-wrap .flipper-items .flipper-meta .pl-karma {\n  float: right;\n  margin-top: 4px;\n}\n.flipper-wrap .flipper-items .flipper-meta .flipper-post-title {\n  margin: 0;\n  line-height: 1.4em;\n}\n.flipper-wrap .flipper-items .flipper-meta .flipper-metabar {\n  opacity: .6;\n  font-size: 11.9px;\n}\n.flipper-wrap .flipper-items .flipper-excerpt {\n  opacity: .8;\n  font-size: 90%;\n  border-top-style: solid;\n  border-bottom-style: solid;\n  border-top-width: 1px;\n  border-bottom-width: 1px;\n  margin-top: 1em;\n}\n.flipper-wrap .flipper-items .flipper-excerpt p {\n  margin: 1em 0;\n}\n.revslider-container {\n  width: 100%;\n  position: relative;\n  padding: 0;\n}\n.revslider-container .pl-slider {\n  opacity: 0;\n}\n.revslider-container .tparrows {\n  background: rgba(0,0,0,0.4);\n  text-align: center;\n  height: 60px;\n  width: 60px;\n  color: #fff;\n  font-size: 40px;\n  border-radius: 2px;\n}\n.revslider-container .tparrows:hover {\n  background: rgba(0,0,0,0.8);\n  color: #fff;\n  opacity: 1;\n}\n.revslider-container .tparrows i {\n  margin: 9px 0 0 1px;\n  display: block;\n}\n.revslider-container .tp-bullets.simplebullets.square .bullet {\n  background: transparent;\n  border: 1px solid #fff;\n  width: 8px;\n  height: 8px;\n  margin: 0 5px;\n  border-radius: 6px;\n}\n.revslider-container .tp-bullets.simplebullets.square .bullet.selected,\n.revslider-container .tp-bullets.simplebullets.square .bullet:hover {\n  background: #fff;\n}\n.revslider-container .text-center {\n  text-align: center;\n}\n.revslider-container h2.slider-text {\n  font-weight: 300;\n  color: #fff;\n  -webkit-transition: all 0.3s linear;\n  -moz-transition: all 0.3s linear;\n  -ms-transition: all 0.3s linear;\n  transition: all 0.3s linear;\n  margin-bottom: 15px;\n  font-weight: inherit;\n  margin: 0;\n  font-size: 60px;\n  line-height: 1.1em;\n}\n.revslider-container h2.slider-text .title {\n  display: inline-block;\n  margin-bottom: 5px;\n}\n.revslider-container h2.slider-text small {\n  display: block;\n  font-weight: inherit;\n  font-size: 24px;\n  line-height: 1.3em;\n  padding: 8px 0;\n}\n.revslider-container.element-dark .slider-text {\n  text-shadow: 0 1px 0 rgba(255,255,255,0.4);\n  color: #000;\n}\n.revslider-container.element-dark .tparrows {\n  background: rgba(255,255,255,0.4);\n  color: #000;\n}\n.revslider-container.element-dark .tparrows:hover {\n  background: rgba(255,255,255,0.8);\n  color: #000;\n}\n.revslider-container.element-dark .tp-bullets.simplebullets.square .bullet {\n  border: 1px solid #000;\n}\n.revslider-container.element-dark .tp-bullets.simplebullets.square .bullet.selected,\n.revslider-container.element-dark .tp-bullets.simplebullets.square .bullet:hover {\n  background: #000;\n}\n.revslider-container .slider-content {\n  font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n  text-shadow: 0 -1px 0 rgba(0,0,0,0.4);\n}\n.revslider-container .slider-content.left-side,\n.revslider-container .slider-content.right-side {\n  text-align: left;\n}\n.revslider-container .slider-content.centered {\n  text-align: center;\n}\n.revslider-container .slider-content .slider-buttons {\n  padding-top: 25px;\n}\n.revslider-container .slider-content .slider-buttons a.slider-btn {\n  margin-right: 15px;\n}\n.revslider-container .slider-content .slider-buttons a.slider-btn:last-child {\n  margin-right: 0;\n}\n.revslider-container .tp-bannertimer {\n  z-index: 90;\n}\n@media (max-width: 768px) {\n  .revslider-container h2.slider-text {\n    font-size: 27px;\n    line-height: 1.1em;\n  }\n  .revslider-container h2.slider-text small {\n    font-size: 14px;\n  }\n  .revslider-container .slider-buttons .btn.btn-large {\n    padding: 4px 12px;\n    font-size: 12px;\n    letter-spacing: 0;\n  }\n}\n.pl-sharebar-pad {\n  line-height: 20px;\n  text-align: center;\n}\n.pl-sharebar-pad .txt-wrap {\n  margin: 8px 0 0;\n  opacity: .5;\n}\n.pl-sharebar-pad .txt {\n  display: inline-block;\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n  font-size: 12px;\n  line-height: 1.5em;\n  max-width: 350px;\n}\n.meta-share {\n  padding-top: 5px;\n}\n.meta-share iframe,\n.meta-share object {\n  width: auto;\n}\n.pin_wrap {\n  display: inline-block;\n}\n\";s:6:\"c_time\";d:1.03024000000000004462208380573429167270660400390625;s:4:\"time\";i:1501858495;}','no'),(128036,'wpseo_sitemap_revision_cache_validator','3F7xc','no'),(142443,'googleanalytics_version','2.1.3','yes'),(44324,'wpseo_titles','a:60:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:1;s:14:\"hide-feedlinks\";b:0;s:12:\"hide-rsdlink\";b:0;s:14:\"hide-shortlink\";b:0;s:16:\"hide-wlwmanifest\";b:0;s:5:\"noodp\";b:0;s:6:\"noydir\";b:0;s:15:\"usemetakeywords\";b:0;s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:0:\"\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:0:\"\";s:15:\"title-404-wpseo\";s:0:\"\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:18:\"metakey-home-wpseo\";s:0:\"\";s:20:\"metakey-author-wpseo\";s:0:\"\";s:22:\"noindex-subpages-wpseo\";b:0;s:20:\"noindex-author-wpseo\";b:0;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"metakey-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:17:\"noauthorship-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:17:\"noauthorship-page\";b:1;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:23:\"noauthorship-attachment\";b:1;s:19:\"showdate-attachment\";b:0;s:22:\"hideeditbox-attachment\";b:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:20:\"metakey-tax-category\";s:0:\"\";s:24:\"hideeditbox-tax-category\";b:0;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:20:\"metakey-tax-post_tag\";s:0:\"\";s:24:\"hideeditbox-tax-post_tag\";b:0;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:23:\"metakey-tax-post_format\";s:0:\"\";s:27:\"hideeditbox-tax-post_format\";b:0;s:23:\"noindex-tax-post_format\";b:1;}','yes'),(44329,'wpseo','a:25:{s:14:\"blocking_files\";a:0:{}s:15:\"ms_defaults_set\";b:0;s:7:\"version\";s:3:\"5.1\";s:12:\"company_logo\";s:32:\"http://Rios%20Quantitative%20LLC\";s:12:\"company_name\";s:21:\"Rios Quantitative LLC\";s:17:\"company_or_person\";s:7:\"company\";s:20:\"disableadvanced_meta\";b:1;s:19:\"onpage_indexability\";b:1;s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:12:\"website_name\";s:0:\"\";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:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:20:\"enable_setting_pages\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:0;s:18:\"first_activated_on\";i:1479725693;}','yes'),(64206,'auto_core_update_notified','a:4:{s:4:\"type\";s:6:\"manual\";s:5:\"email\";s:18:\"joegrios@gmail.com\";s:7:\"version\";s:5:\"4.7.1\";s:9:\"timestamp\";i:1484667397;}','no'),(132219,'wpseo_sitemap_3292_cache_validator','3Y7T3','no'),(140512,'wpseo_sitemap_3497_cache_validator','3G2z5','no'),(128387,'wpseo_sitemap_category_cache_validator','3F3hJ','no'),(128309,'pl_maps_table_version','1.15','yes'),(128310,'pl_sections_table_version','5.2','yes'),(127848,'wpseo_sitemap_1_cache_validator','3IUry','no'),(127849,'wpseo_sitemap_attachment_cache_validator','3F5Tg','no'),(133878,'wpseo_sitemap_3351_cache_validator','45JE9','no'),(139015,'wpseo_sitemap_3461_cache_validator','3NIYe','no'),(139192,'wpseo_sitemap_3465_cache_validator','3RayV','no'),(141828,'wpseo_sitemap_3532_cache_validator','3Ggjd','no'),(141320,'wpseo_sitemap_3511_cache_validator','3Irqx','no'),(139618,'wpseo_sitemap_3479_cache_validator','3Njgl','no'),(138821,'wpseo_sitemap_3456_cache_validator','3QYZG','no'),(127476,'WPLANG','','yes'),(127472,'finished_splitting_shared_terms','1','yes'),(127473,'site_icon','0','yes'),(127474,'medium_large_size_w','768','yes'),(127475,'medium_large_size_h','0','yes'),(133226,'wpseo_sitemap_3326_cache_validator','6lAUY','no'),(133296,'wpseo_sitemap_3331_cache_validator','3YGdr','no'),(134064,'wpseo_sitemap_3361_cache_validator','3WFDm','no'),(139448,'wpseo_sitemap_3475_cache_validator','3ALTA','no'),(141066,'wpseo_sitemap_3501_cache_validator','3BAr3','no'),(141747,'wpseo_sitemap_3523_cache_validator','3KPWI','no'),(142426,'external_theme_updates-dms','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1502274461;s:14:\"checkedVersion\";s:5:\"2.2.4\";s:6:\"update\";O:11:\"ThemeUpdate\":16:{s:7:\"version\";s:5:\"2.2.5\";s:11:\"details_url\";s:38:\"https://www.pagelines.com/product/dms/\";s:12:\"download_url\";s:50:\"http://deploy.pagelines.io/build/dms.zip?nostats=1\";s:4:\"name\";s:3:\"DMS\";s:4:\"slug\";s:3:\"dms\";s:8:\"homepage\";s:38:\"https://www.pagelines.com/product/dms/\";s:8:\"requires\";s:3:\"3.8\";s:6:\"tested\";s:3:\"4.6\";s:12:\"last_updated\";s:19:\"2017-08-04 18:37:45\";s:6:\"author\";s:9:\"PageLines\";s:8:\"sections\";O:8:\"stdClass\":1:{s:11:\"description\";s:229:\"A responsive drag-and-drop design management system for pro websites based on HTML5 and CSS3. PageLines will help you do amazing things faster &amp; easier than ever before. Designed by PageLines in California. Twitter @pagelines\";}s:7:\"banners\";O:8:\"stdClass\":1:{s:3:\"low\";s:86:\"https://primary-pagelines.netdna-ssl.com/wp-content/uploads/2017/08/dms_screenshot.png\";}s:11:\"num_ratings\";i:0;s:6:\"rating\";s:1:\"0\";s:10:\"downloaded\";s:3:\"570\";s:15:\"active_installs\";s:3:\"570\";}}','yes'),(142427,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1502335514;s:7:\"checked\";a:6:{s:3:\"dms\";s:5:\"2.2.4\";s:12:\"twentyeleven\";s:3:\"2.6\";s:14:\"twentyfourteen\";s:3:\"2.0\";s:15:\"twentyseventeen\";s:3:\"1.3\";s:14:\"twentythirteen\";s:3:\"2.2\";s:12:\"twentytwelve\";s:3:\"2.3\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(135819,'wpseo_sitemap_3388_cache_validator','3KcEv','no'),(135894,'wpseo_sitemap_3393_cache_validator','43e9U','no'),(137016,'wpseo_sitemap_3419_cache_validator','3K15P','no'),(137253,'wpseo_sitemap_3423_cache_validator','3IVjI','no'),(142456,'_transient_timeout_plapi_draft_core_compiled','1501239775','no');
INSERT INTO `wp_options` VALUES (142457,'_transient_plapi_draft_core_compiled','html,\nbody,\ndiv,\nspan,\napplet,\nobject,\niframe,\nh1,\nh2,\nh3,\nh4,\nh5,\nh6,\np,\nblockquote,\npre,\na,\nabbr,\nacronym,\naddress,\nbig,\ncite,\ncode,\ndel,\ndfn,\nem,\nfont,\nimg,\nins,\nkbd,\nq,\ns,\nsamp,\nsmall,\nstrike,\nstrong,\nsub,\nsup,\ntt,\nvar,\nb,\nu,\ni,\ncenter,\ndl,\ndt,\ndd,\nol,\nul,\nli,\nfieldset,\nform,\nlabel,\nlegend,\ntable,\ncaption,\ntbody,\ntfoot,\nthead,\ntr,\nth,\ntd {\n  margin: 0;\n  padding: 0;\n  border: 0;\n  outline: 0;\n  font-size: 100%;\n  vertical-align: baseline;\n  background: transparent;\n}\nbody {\n  line-height: 1;\n}\nol,\nul {\n  list-style: none;\n}\nblockquote,\nq {\n  quotes: none;\n}\nblockquote:before,\nblockquote:after,\nq:before,\nq:after {\n  content: \'\';\n  content: none;\n}\n:focus {\n  outline: 0;\n}\nins {\n  text-decoration: none;\n}\ndel {\n  text-decoration: line-through;\n}\ntable {\n  border-collapse: collapse;\n  border-spacing: 0;\n}\narticle,\naside,\ndetails,\nfigcaption,\nfigure,\nfooter,\nheader,\nhgroup,\nnav,\nsection {\n  display: block;\n}\naudio,\ncanvas,\nvideo {\n  display: inline-block;\n  *display: inline;\n  *zoom: 1;\n}\naudio:not([controls]) {\n  display: none;\n}\nhtml {\n  font-size: 100%;\n  -webkit-text-size-adjust: 100%;\n  -ms-text-size-adjust: 100%;\n}\na:focus {\n  outline: thin dotted #333;\n  outline: 5px auto -webkit-focus-ring-color;\n  outline-offset: -2px;\n}\na:hover,\na:active {\n  outline: 0;\n}\nsub,\nsup {\n  position: relative;\n  font-size: 75%;\n  line-height: 0;\n  vertical-align: baseline;\n}\nsup {\n  top: -0.5em;\n}\nsub {\n  bottom: -0.25em;\n}\nimg {\n  height: auto;\n  border: 0;\n  -ms-interpolation-mode: bicubic;\n  vertical-align: middle;\n}\nbutton,\ninput,\nselect,\ntextarea {\n  margin: 0;\n  font-size: 100%;\n  vertical-align: middle;\n}\nbutton,\ninput {\n  *overflow: visible;\n  line-height: normal;\n}\nbutton::-moz-focus-inner,\ninput::-moz-focus-inner {\n  padding: 0;\n  border: 0;\n}\nbutton,\ninput[type=\"button\"],\ninput[type=\"reset\"],\ninput[type=\"submit\"] {\n  cursor: pointer;\n  -webkit-appearance: button;\n}\ninput[type=\"search\"] {\n  -webkit-appearance: textfield;\n  -webkit-box-sizing: content-box;\n  -moz-box-sizing: content-box;\n  -ms-box-sizing: content-box;\n  box-sizing: content-box;\n}\ninput[type=\"search\"]::-webkit-search-decoration,\ninput[type=\"search\"]::-webkit-search-cancel-button {\n  -webkit-appearance: none;\n}\ntextarea {\n  overflow: auto;\n  vertical-align: top;\n}\nbody {\n  zoom: 1;\n}\nbody .site-wrap {\n  background: #FFFFFF;\n  z-index: 0;\n  -webkit-transition: all .3s ease-in-out;\n  -moz-transition: all .3s ease-in-out;\n  -ms-transition: all .3s ease-in-out;\n  transition: all .3s ease-in-out;\n}\nbody .site-wrap.show-mobile-menu {\n  margin-left: -260px;\n}\nbody .site-wrap.supersized {\n  background: transparent;\n}\nbody .site-wrap #supersized {\n  background: #FFFFFF;\n}\nbody .pl-region > .template-region-wrap {\n  min-height: 450px;\n}\nbody.drag-drop-editing .pl-region > .template-region-wrap {\n  min-height: 0;\n}\nbody .pl-fixed-top {\n  background-color: #FFFFFF;\n  box-shadow: 0 1px 0 rgba(0,0,0,0.2);\n}\nbody .mm-toggle {\n  cursor: pointer;\n  position: relative;\n  z-index: 10;\n}\nbody .pl-mobile-menu {\n  position: fixed;\n  z-index: 1050;\n  margin-right: -260px;\n  width: 260px;\n  right: 0;\n  height: 100%;\n  -webkit-transition: all .3s ease-in-out;\n  -moz-transition: all .3s ease-in-out;\n  -ms-transition: all .3s ease-in-out;\n  transition: all .3s ease-in-out;\n  background: rgba(0,0,0,0.87);\n  color: rgba(255,255,255,0.5);\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n}\nbody .pl-mobile-menu.show-menu {\n  margin-right: 0px;\n}\nbody .pl-mobile-menu .mm-close {\n  cursor: pointer;\n  opacity: .5;\n}\nbody .pl-mobile-menu .mm-close:hover,\nbody .pl-mobile-menu .mm-close:active {\n  opacity: 1;\n}\nbody .pl-mobile-menu .mm-search {\n  margin: 0;\n  position: relative;\n}\nbody .pl-mobile-menu .mm-search input {\n  width: 100%;\n  margin: 0;\n  background: rgba(0,0,0,0.15);\n  border: none;\n  border-radius: 0;\n  padding-left: 30px;\n  color: #fff;\n  outline: none;\n  border-bottom: 1px solid rgba(255,255,255,0.1);\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n}\nbody .pl-mobile-menu .mm-search input:focus {\n  box-shadow: none;\n  background: rgba(255,255,255,0.15);\n}\nbody .pl-mobile-menu .mm-search input::-webkit-input-placeholder {\n  color: rgba(255,255,255,0.3);\n}\nbody .pl-mobile-menu .mm-search input::-moz-placeholder {\n  color: rgba(255,255,255,0.3);\n}\nbody .pl-mobile-menu .mm-search .btn-search {\n  position: absolute;\n  right: 21px;\n  font-size: 15px;\n  top: 5px;\n}\nbody .pl-mobile-menu .mm-holder {\n  padding: 10px 20px 20px 30px;\n  width: 210px;\n  height: 80%;\n  overflow-y: scroll;\n}\nbody .pl-mobile-menu ul.mobile-menu {\n  margin-bottom: 25px;\n  margin-right: 15px;\n}\nbody .pl-mobile-menu a {\n  color: inherit;\n}\nbody .pl-mobile-menu a:hover {\n  color: #fff;\n}\nbody .pl-mobile-menu ul li {\n  margin-bottom: 5px;\n}\nbody .pl-mobile-menu ul li ul {\n  margin: 8px 0 5px 0;\n  border-left: 1px solid rgba(255,255,255,0.1);\n  padding-left: 12px;\n}\nbody .pl-mobile-menu ul li ul li {\n  line-height: 1em;\n}\nbody .pl-mobile-menu ul li ul li a {\n  font-size: 13px;\n  line-height: 1.3em;\n}\nbody .pl-mobile-menu ul a {\n  font-size: 14px;\n  line-height: 1.4em;\n}\nbody .pl-mobile-menu ul.secondary-menu a,\nbody .pl-mobile-menu ul.secondary-menu li ul li a {\n  font-size: 12px;\n}\nbody .pl-mobile-menu ul.secondary-menu li ul {\n  margin: 5px 0 3px 0;\n}\nbody .pl-mobile-menu ul li.current_page_item > a {\n  color: #fff;\n}\nbody .pl-mobile-menu .mm-icon {\n  margin-right: 10px;\n}\nbody.display-boxed .boxed-wrap {\n  position: relative;\n  margin: 0 auto;\n  max-width: 1172px;\n  background: #FFFFFF;\n}\nbody.display-boxed .boxed-wrap.boxed-nobg {\n  background: transparent;\n}\nbody.display-boxed .boxed-wrap .pl-area-wrap > .pl-content {\n  padding-left: 16px;\n  padding-right: 16px;\n}\nbody.display-full .pl-content,\nbody.display-boxed .pl-fixed-top .pl-content {\n  position: relative;\n  max-width: 1172px;\n  margin: 0 auto;\n}\nbody .section-plcolumn {\n  margin-bottom: 0;\n}\nbody #footer section:last-child {\n  margin-bottom: 0;\n}\n.pl-section-pad {\n  padding: 15px 0;\n}\n.pl-section-pad .row:last-child > [class*=\"span\"] {\n  margin-bottom: 0;\n}\n@media (max-width: 768px) {\n  .pl-section-pad {\n    padding: 11px;\n  }\n  .pl-section-pad .row:last-child > [class*=\"span\"] {\n    margin-bottom: 15px;\n  }\n}\nbody .pl-area .pl-section {\n  margin-bottom: 0;\n}\nbody .pl-area .pl-section .pl-section > .pl-section-pad {\n  padding: 8px;\n  margin-bottom: 1em;\n}\nbody .pl-area .pl-section.section-plcolumn > .pl-section-pad {\n  padding: 0;\n}\nbody .pl-area .pl-section.section-plcolumn .pl-section:last-of-type {\n  margin-bottom: 0;\n}\n.pl-scroll-translate {\n  overflow: hidden;\n}\n@media (max-width: 768px) {\n  .pl-scroll-translate .pl-area-wrap {\n    -webkit-transform: translate(0,0) !important;\n    transform: translate(0,0) !important;\n  }\n}\n.pl-window-height {\n  position: relative;\n  background-size: cover;\n  min-height: 600px;\n}\n.pl-window-height .pl-area-wrap {\n  display: none;\n  position: absolute;\n  width: 100%;\n  top: 50%;\n}\n.pl-area-wrap {\n  background-position: 50% 0;\n}\n.pl-bg-cover {\n  background-position: 50% 50%;\n  -webkit-background-size: cover;\n  -moz-background-size: cover;\n  -o-background-size: cover;\n  background-size: cover;\n}\n.pl-bg-repeat {\n  background-repeat: repeat;\n}\nh2.pl-section-title {\n  text-align: center;\n  padding: 40px;\n  font-weight: 300;\n  margin: 0;\n}\nh3.pl-section-title {\n  font-size: 19px;\n  line-height: 22px;\n  margin: 0 0 12px;\n}\n.pl-link {\n  color: #337EFF;\n}\n.pl-link-inverse {\n  background: #337EFF;\n  color: #FFFFFF;\n}\n.nav-theme li > a,\n.nav-theme li > span {\n  border-color: #000000;\n}\n.nav-theme li:hover > a,\n.nav-theme li:hover > span,\n.nav-theme li.active > a,\n.nav-theme li.active > span {\n  background-color: #000000;\n}\n.theme-list-nav li a,\n.theme-list-nav lh a {\n  color: #000000;\n  display: block;\n  padding: 4px 20px;\n}\n.theme-list-nav li:hover a,\n.theme-list-nav li.current-menu-item a,\n.theme-list-nav lh:hover a,\n.theme-list-nav lh.current-menu-item a {\n  background-color: rgba(0,0,0,0.05);\n}\n.pl-border {\n  border-color: #dddddd;\n}\n.pl-contrast {\n  background-color: rgba(0,0,0,0.05);\n}\n.pl-contrast .pl-contrast,\n.pl-contrast .widget li,\n.pl-contrast .pl-border {\n  border-color: rgba(0,0,0,0.1);\n}\n.pl-base {\n  background-color: #FFFFFF;\n}\n.pl-white,\n.pl-light-img {\n  color: #000;\n  background-color: #fff;\n}\n.pl-white h1,\n.pl-white h2,\n.pl-white h3,\n.pl-white h4,\n.pl-white h5,\n.pl-white h6,\n.pl-white a,\n.pl-white blockquote,\n.pl-white .metahead a,\n.pl-light-img h1,\n.pl-light-img h2,\n.pl-light-img h3,\n.pl-light-img h4,\n.pl-light-img h5,\n.pl-light-img h6,\n.pl-light-img a,\n.pl-light-img blockquote,\n.pl-light-img .metahead a {\n  color: #000;\n}\n.pl-white a:hover,\n.pl-light-img a:hover {\n  opacity: .7;\n  color: inherit;\n}\n.pl-white .pl-base,\n.pl-light-img .pl-base {\n  background-color: #fff;\n}\n.pl-white .widget li,\n.pl-white .pl-border,\n.pl-light-img .widget li,\n.pl-light-img .pl-border {\n  border-color: #eee;\n}\n.pl-white .nav-theme li > a,\n.pl-white .nav-theme li > span,\n.pl-light-img .nav-theme li > a,\n.pl-light-img .nav-theme li > span {\n  border-color: #000;\n}\n.pl-white .nav-theme li:hover > a,\n.pl-white .nav-theme li:hover > span,\n.pl-white .nav-theme li.active > a,\n.pl-white .nav-theme li.active > span,\n.pl-light-img .nav-theme li:hover > a,\n.pl-light-img .nav-theme li:hover > span,\n.pl-light-img .nav-theme li.active > a,\n.pl-light-img .nav-theme li.active > span {\n  background-color: #000;\n}\n.pl-white .pl-contrast,\n.pl-light-img .pl-contrast {\n  color: #000;\n  border-color: #000;\n}\n.pl-white .pl-link,\n.pl-light-img .pl-link {\n  color: #000;\n}\n.pl-white .pl-social-counter,\n.pl-light-img .pl-social-counter {\n  border-right-color: rgba(0,0,0,0.4);\n}\n.pl-white .pl-social-counter .pl-social-icon i,\n.pl-light-img .pl-social-counter .pl-social-icon i {\n  color: #000;\n  opacity: .5;\n}\n.pl-white .pl-social-counter:hover .pl-social-icon i,\n.pl-white .pl-social-counter.loved .pl-social-icon i,\n.pl-light-img .pl-social-counter:hover .pl-social-icon i,\n.pl-light-img .pl-social-counter.loved .pl-social-icon i {\n  opacity: 1;\n}\n.pl-black,\n.pl-grey,\n.pl-dark-img {\n  color: rgba(255,255,255,0.7);\n}\n.pl-black h1,\n.pl-black h2,\n.pl-black h3,\n.pl-black h4,\n.pl-black h5,\n.pl-black h6,\n.pl-black a,\n.pl-black blockquote,\n.pl-grey h1,\n.pl-grey h2,\n.pl-grey h3,\n.pl-grey h4,\n.pl-grey h5,\n.pl-grey h6,\n.pl-grey a,\n.pl-grey blockquote,\n.pl-dark-img h1,\n.pl-dark-img h2,\n.pl-dark-img h3,\n.pl-dark-img h4,\n.pl-dark-img h5,\n.pl-dark-img h6,\n.pl-dark-img a,\n.pl-dark-img blockquote {\n  color: #fff;\n}\n.pl-black .nav-theme li > a,\n.pl-black .nav-theme li > span,\n.pl-grey .nav-theme li > a,\n.pl-grey .nav-theme li > span,\n.pl-dark-img .nav-theme li > a,\n.pl-dark-img .nav-theme li > span {\n  border-color: #fff;\n}\n.pl-black .nav-theme li:hover > a,\n.pl-black .nav-theme li:hover > span,\n.pl-black .nav-theme li.active > a,\n.pl-black .nav-theme li.active > span,\n.pl-grey .nav-theme li:hover > a,\n.pl-grey .nav-theme li:hover > span,\n.pl-grey .nav-theme li.active > a,\n.pl-grey .nav-theme li.active > span,\n.pl-dark-img .nav-theme li:hover > a,\n.pl-dark-img .nav-theme li:hover > span,\n.pl-dark-img .nav-theme li.active > a,\n.pl-dark-img .nav-theme li.active > span {\n  background-color: #fff;\n}\n.pl-black .widget li,\n.pl-black .pl-border,\n.pl-grey .widget li,\n.pl-grey .pl-border,\n.pl-dark-img .widget li,\n.pl-dark-img .pl-border {\n  border-color: rgba(255,255,255,0.2);\n}\n.pl-black a:hover,\n.pl-grey a:hover,\n.pl-dark-img a:hover {\n  opacity: .7;\n  color: inherit;\n}\n.pl-black .theme-list-nav li a,\n.pl-black .theme-list-nav lh a,\n.pl-grey .theme-list-nav li a,\n.pl-grey .theme-list-nav lh a,\n.pl-dark-img .theme-list-nav li a,\n.pl-dark-img .theme-list-nav lh a {\n  color: #fff;\n}\n.pl-black .theme-list-nav li:hover a,\n.pl-black .theme-list-nav li.current-menu-item a,\n.pl-black .theme-list-nav lh:hover a,\n.pl-black .theme-list-nav lh.current-menu-item a,\n.pl-grey .theme-list-nav li:hover a,\n.pl-grey .theme-list-nav li.current-menu-item a,\n.pl-grey .theme-list-nav lh:hover a,\n.pl-grey .theme-list-nav lh.current-menu-item a,\n.pl-dark-img .theme-list-nav li:hover a,\n.pl-dark-img .theme-list-nav li.current-menu-item a,\n.pl-dark-img .theme-list-nav lh:hover a,\n.pl-dark-img .theme-list-nav lh.current-menu-item a {\n  background-color: rgba(255,255,255,0.2);\n}\n.pl-black .pl-social-counter,\n.pl-grey .pl-social-counter,\n.pl-dark-img .pl-social-counter {\n  border-right-color: rgba(255,255,255,0.5);\n}\n.pl-black .pl-social-counter .pl-social-icon i,\n.pl-grey .pl-social-counter .pl-social-icon i,\n.pl-dark-img .pl-social-counter .pl-social-icon i {\n  color: #fff;\n  opacity: .5;\n}\n.pl-black .pl-social-counter:hover .pl-social-icon i,\n.pl-black .pl-social-counter.loved .pl-social-icon i,\n.pl-grey .pl-social-counter:hover .pl-social-icon i,\n.pl-grey .pl-social-counter.loved .pl-social-icon i,\n.pl-dark-img .pl-social-counter:hover .pl-social-icon i,\n.pl-dark-img .pl-social-counter.loved .pl-social-icon i {\n  opacity: 1;\n}\n.pl-black .pl-contrast,\n.pl-grey .pl-contrast,\n.pl-dark-img .pl-contrast {\n  background-color: rgba(255,255,255,0.2);\n}\n.pl-black .pl-link,\n.pl-grey .pl-link,\n.pl-dark-img .pl-link {\n  color: #fff;\n}\n.pl-black {\n  background-color: #000;\n}\n.pl-black .pl-base {\n  background-color: #000;\n}\n.pl-grey {\n  background-color: #1c1c1c;\n}\n.pl-grey .pl-base {\n  background-color: #1c1c1c;\n}\n.pl-dark-img {\n  color: #fff;\n  background-color: #000;\n  text-shadow: 0 -1px 0 rgba(0,0,0,0.8);\n}\n.pl-dark-img .pl-base {\n  background-color: #000;\n}\n.pl-light-img {\n  color: #000;\n  text-shadow: 0 1px 0 rgba(255,255,255,0.5);\n}\n.pl-fixed-top {\n  position: fixed;\n  z-index: 1030;\n  left: 0;\n  width: 100%;\n}\n.fixed-top-pusher {\n  -webkit-transition: height 0.4s linear;\n  -moz-transition: height 0.4s linear;\n  -ms-transition: height 0.4s linear;\n  transition: height 0.4s linear;\n}\n@media (max-width: 768px) {\n  .pl-fixed-top {\n    position: static;\n  }\n  .fixed-top-pusher {\n    display: none;\n  }\n}\n.column-boxed {\n  border-style: solid;\n  border-width: 1px;\n  box-sizing: border-box;\n  margin-bottom: 20px;\n}\n.pl-load-element {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  background: #f6f6f6;\n}\n.pl-load-element .pl-spin-c {\n  padding-top: 100px;\n}\n.no-js .pl-loader {\n  display: none;\n}\nbody {\n  margin: 0;\n}\n.pl-loader {\n  display: block;\n  top: 0;\n  width: 100%;\n  height: 100%;\n  background: #FFFFFF;\n  text-align: center;\n}\n.pl-loader.pl-loader-page {\n  position: fixed;\n  z-index: 100000;\n}\n.pl-loader.pl-loader-element {\n  position: absolute;\n  background: #dddddd;\n}\n.pl-loader.pl-loader-element .pl-loader-content {\n  position: absolute;\n  top: 50%;\n  left: 50%;\n  margin: -30px 0 0 -30px;\n}\n.pl-loader a {\n  color: #337EFF;\n}\n.pl-loader,\n.pl-loader p {\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n  color: #000000;\n}\n.pl-spinner {\n  height: 60px;\n  width: 60px;\n  margin: 0 auto;\n  position: relative;\n  -webkit-animation: pl-rotation .6s infinite linear;\n  border: 6px solid rgba(51,126,255,0.3);\n  border-radius: 100%;\n}\n.pl-spinner:before {\n  content: \"\";\n  display: block;\n  position: absolute;\n  left: -6px;\n  top: -6px;\n  height: 100%;\n  width: 100%;\n  border-top: 6px solid #337EFF;\n  border-left: 6px solid transparent;\n  border-bottom: 6px solid transparent;\n  border-right: 6px solid transparent;\n  border-radius: 100%;\n}\n@-webkit-keyframes pl-rotation {\n  from {\n    -webkit-transform: rotate(0deg);\n  }\n  to {\n    -webkit-transform: rotate(359deg);\n  }\n}\nbody .pl-content img {\n  max-width: 100%;\n  height: auto;\n  width: auto \\9;\n}\nbody .ie8 img {\n  width: auto;\n  height: auto;\n}\nbody .hentry iframe,\nbody .hentry video,\nbody .hentry object {\n  max-width: 100%;\n}\n@media screen and (max-width: 768px) {\n  .site-wrap {\n    -webkit-backface-visibility: hidden;\n  }\n}\n.pl-editor .panel-page-setup .tab-panel-inner {\n  margin-top: 20px;\n}\n.disable-select {\n  -webkit-touch-callout: none;\n  -webkit-user-select: none;\n  -moz-user-select: none;\n  -ms-user-select: none;\n  -o-user-select: none;\n  user-select: none;\n}\n.btn-region,\n.pl-section-controls {\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n}\n.drag-drop-editing .pl-editor-only {\n  display: block;\n}\n.drag-drop-editing .blank-section-template {\n  text-align: center;\n  font-size: 12px;\n  padding: 5px;\n}\n.drag-drop-editing .pl-region {\n  position: relative;\n}\n.drag-drop-editing .pl-region .pl-region-bar {\n  display: block;\n  text-align: center;\n  z-index: 1005;\n  background: rgba(125,233,253,0.1);\n  border-top: 1px dashed #35eafd;\n  width: 100%;\n  height: 10px;\n  line-height: 10px;\n}\n.drag-drop-editing .pl-region .pl-region-bar a.btn-region {\n  text-transform: uppercase;\n  background: rgba(125,233,253,0.6);\n  color: rgba(0,0,0,0.8);\n  text-shadow: 0 1px 0 rgba(255,255,255,0.4);\n  font-size: 8px;\n  line-height: 10px;\n  padding: 0px 4px;\n  font-weight: 600;\n  vertical-align: top;\n  cursor: pointer;\n}\n.drag-drop-editing .pl-region .pl-region-bar a.btn-region i {\n  vertical-align: top;\n  padding-top: 1px;\n}\n.drag-drop-editing .custom-template .pl-region-bar,\n.drag-drop-editing .custom-section .pl-region-bar {\n  background: rgba(255,179,51,0.1);\n  border-top: 1px dashed #ffb333;\n}\n.drag-drop-editing .custom-template .pl-region-bar a.btn-region,\n.drag-drop-editing .custom-section .pl-region-bar a.btn-region {\n  background: rgba(255,179,51,0.5);\n}\n.drag-drop-editing .custom-template .pl-region-bar a.btn-region:hover,\n.drag-drop-editing .custom-section .pl-region-bar a.btn-region:hover {\n  background: rgba(255,179,51,0.8);\n}\n.drag-drop-editing .custom-template .pl-content.nested-section-area,\n.drag-drop-editing .custom-section .pl-content.nested-section-area {\n  border-top-color: #ffb333;\n  border-bottom-color: #ffb333;\n}\n.drag-drop-editing .custom-template .pl-area,\n.drag-drop-editing .custom-section .pl-area {\n  border-top-color: #ffb333;\n}\n.drag-drop-editing .custom-template .ui-resizable-w,\n.drag-drop-editing .custom-template .ui-resizable-e,\n.drag-drop-editing .custom-section .ui-resizable-w,\n.drag-drop-editing .custom-section .ui-resizable-e {\n  border-color: #ffb333;\n}\n.drag-drop-editing .custom-template .pl-section-title,\n.drag-drop-editing .custom-section .pl-section-title {\n  border-color: #ffb333;\n}\n.drag-drop-editing .pl-area-container {\n  min-height: 20px;\n}\n.drag-drop-editing .pl-area-ui-element {\n  border-bottom: 1px dashed #35eafd;\n}\n.drag-drop-editing .pl-area-placeholder {\n  max-height: 400px;\n  border-top: 1px dashed #35eafd;\n  background-color: rgba(159,238,253,0.012);\n  background-image: -moz-linear-gradient(top,rgba(182,242,253,0.06),rgba(125,233,253,0.06));\n  background-image: -ms-linear-gradient(top,rgba(182,242,253,0.06),rgba(125,233,253,0.06));\n  background-image: -webkit-linear-gradient(top,rgba(182,242,253,0.06),rgba(125,233,253,0.06));\n  background-image: linear-gradient(top,rgba(182,242,253,0.06),rgba(125,233,253,0.06));\n  background-repeat: repeat-x;\n}\n.drag-drop-editing .pl-area {\n  position: relative;\n  border-top: 1px dashed #35eafd;\n}\n.drag-drop-editing .pl-area.ui-sortable-helper {\n  border: 1px dashed #35eafd;\n}\n.drag-drop-editing .pl-area.ui-sortable-helper .pl-area-controls {\n  display: none;\n}\n.drag-drop-editing .pl-area .pl-area-controls {\n  -webkit-transition: all 0.15s ease-in-out;\n  -moz-transition: all 0.15s ease-in-out;\n  -ms-transition: all 0.15s ease-in-out;\n  transition: all 0.15s ease-in-out;\n  display: block;\n  z-index: 1005;\n  position: absolute;\n  left: 0;\n  top: 4px;\n  text-align: right;\n  width: 91px;\n  line-height: 1em;\n  font-size: 9px;\n  background: rgba(0,0,0,0.6);\n  text-shadow: 0 -1px 0 rgba(0,0,0,0.6);\n  color: #fff;\n  margin-left: -74px;\n}\n.drag-drop-editing .pl-area .pl-area-controls:hover,\n.drag-drop-editing .pl-area .pl-area-controls.area-control-hover {\n  opacity: 1;\n  margin-left: 0;\n  z-index: 1035;\n}\n.drag-drop-editing .pl-area .pl-area-controls::after {\n  content: \'\';\n  display: block;\n  width: 200px;\n  height: 160%;\n  position: absolute;\n  top: -5%;\n  right: -50px;\n  z-index: -100;\n}\n.drag-drop-editing .pl-area .pl-area-controls .area-control {\n  display: inline-block;\n  font-size: 10px;\n  font-weight: 600;\n  text-shadow: 0 -1px 0 rgba(0,0,0,0.6);\n  color: #fff;\n  height: 17px;\n  width: 17px;\n  line-height: 17px;\n  text-align: center;\n}\n.drag-drop-editing .pl-area .pl-area-controls .area-control.area-reorder:hover {\n  cursor: move;\n}\n.drag-drop-editing .pl-area .pl-area-controls .area-control:hover {\n  cursor: pointer;\n  background: rgba(0,0,0,0.6);\n}\n.drag-drop-editing .pl-area .pl-area-controls .area-control:active {\n  background: #000000;\n}\n.drag-drop-editing .pl-area .pl-area-controls .area-unlock,\n.drag-drop-editing .pl-area .pl-area-controls .tpl-unlock {\n  display: none;\n}\n.drag-drop-editing.display-boxed .page-canvas .pl-area {\n  overflow-x: hidden;\n}\n.drag-drop-editing.display-boxed .page-canvas .pl-area .pl-area-controls:hover {\n  opacity: 1;\n}\n.drag-drop-editing .pl-section {\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  -ms-box-sizing: border-box;\n  box-sizing: border-box;\n  position: relative;\n  -webkit-transition: all 0.1s linear;\n  -moz-transition: all 0.1s linear;\n  -ms-transition: all 0.1s linear;\n  transition: all 0.1s linear;\n}\n.drag-drop-editing .pl-section.section-hover,\n.drag-drop-editing .pl-section:hover,\n.drag-drop-editing .pl-section.ui-sortable-helper {\n  cursor: move;\n  box-shadow: 0 1px 3px rgba(0,0,0,0.3);\n}\n.drag-drop-editing .pl-section.section-hover > .pl-section-controls,\n.drag-drop-editing .pl-section:hover > .pl-section-controls,\n.drag-drop-editing .pl-section.ui-sortable-helper > .pl-section-controls {\n  display: block;\n}\n.drag-drop-editing .pl-section.ui-sortable-helper {\n  -webkit-transition: none;\n  -moz-transition: none;\n  -ms-transition: none;\n  transition: none;\n  z-index: 10000;\n}\n.drag-drop-editing .pl-section.section-plcolumn {\n  margin-bottom: 20px;\n  outline: 1px dashed #35eafd;\n}\n.drag-drop-editing .pl-section.section-plcolumn:hover {\n  background: transparent;\n}\n.drag-drop-editing .pl-section.section-plcolumn.empty-area .pl-sortable-column {\n  min-height: 70px;\n}\n.drag-drop-editing .pl-section.section-plcolumn.empty-area .pl-sortable-column .pl-column-forcer {\n  display: block;\n  width: 0;\n  height: 0;\n}\n.drag-drop-editing .pl-section.section-plcolumn.force-start-row > .pl-section-controls:first-child a.s-control.section-start-row {\n  background: #35eafd;\n}\n.drag-drop-editing .pl-section.section-plcolumn > .pl-section-controls:first-child {\n  top: -20px;\n  background-color: rgba(159,238,253,0.16);\n  background-image: -moz-linear-gradient(top,rgba(182,242,253,0.8),rgba(125,233,253,0.8));\n  background-image: -ms-linear-gradient(top,rgba(182,242,253,0.8),rgba(125,233,253,0.8));\n  background-image: -webkit-linear-gradient(top,rgba(182,242,253,0.8),rgba(125,233,253,0.8));\n  background-image: linear-gradient(top,rgba(182,242,253,0.8),rgba(125,233,253,0.8));\n  background-repeat: repeat-x;\n  box-shadow: inset 1px 1px 0 rgba(255,255,255,0.5);\n  outline: 1px dashed #35eafd;\n  color: #038196;\n  text-shadow: 0 1px 0 rgba(255,255,255,0.4);\n}\n.drag-drop-editing .pl-section.section-plcolumn > .pl-section-controls:first-child:hover {\n  background-color: rgba(159,238,253,0.18);\n  background-image: -moz-linear-gradient(top,rgba(182,242,253,0.9),rgba(125,233,253,0.9));\n  background-image: -ms-linear-gradient(top,rgba(182,242,253,0.9),rgba(125,233,253,0.9));\n  background-image: -webkit-linear-gradient(top,rgba(182,242,253,0.9),rgba(125,233,253,0.9));\n  background-image: linear-gradient(top,rgba(182,242,253,0.9),rgba(125,233,253,0.9));\n  background-repeat: repeat-x;\n}\n.drag-drop-editing .pl-section.section-plcolumn > .pl-section-controls:first-child a.s-control {\n  color: #038196;\n  background: rgba(196,235,242,0.4);\n}\n.drag-drop-editing .pl-section.section-plcolumn > .pl-section-controls:first-child a.s-control:hover {\n  background: #35eafd;\n  color: #000;\n}\n.drag-drop-editing .pl-section.section-plcolumn > .pl-section-controls:first-child a.s-control:active {\n  background-color: #01c5df;\n  color: #222;\n}\n.drag-drop-editing .pl-section .pl-section-controls {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  z-index: 1005;\n  background: rgba(0,0,0,0.6);\n  text-shadow: 0 -1px 0 rgba(0,0,0,0.6);\n  color: #fff;\n  text-align: center;\n  font-weight: 600;\n  font-size: 10px;\n  line-height: 21px;\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  -ms-box-sizing: border-box;\n  box-sizing: border-box;\n}\n.drag-drop-editing .pl-section .pl-section-controls.section-controls-footer {\n  bottom: 0;\n  top: auto;\n  background: transparent;\n}\n.drag-drop-editing .pl-section .pl-section-controls.section-controls-footer a.s-control {\n  background: rgba(0,0,0,0.6);\n}\n.drag-drop-editing .pl-section .pl-section-controls:hover {\n  cursor: move;\n}\n.drag-drop-editing .pl-section .pl-section-controls .controls-title,\n.drag-drop-editing .pl-section .pl-section-controls .controls-right,\n.drag-drop-editing .pl-section .pl-section-controls .controls-left {\n  display: inline;\n  clear: none;\n}\n.drag-drop-editing .pl-section .pl-section-controls .title-desc {\n  color: rgba(255,255,255,0.5);\n}\n.drag-drop-editing .pl-section .pl-section-controls .controls-right {\n  padding-right: 4px;\n  float: right;\n}\n.drag-drop-editing .pl-section .pl-section-controls .controls-left {\n  padding-left: 4px;\n  float: left;\n}\n.drag-drop-editing .pl-section .pl-section-controls .s-control {\n  line-height: 16px;\n  font-size: 11px;\n  display: inline-block;\n  text-align: center;\n}\n.drag-drop-editing .pl-section .pl-section-controls span.s-control {\n  letter-spacing: .1em;\n}\n.drag-drop-editing .pl-section .pl-section-controls a.s-control {\n  width: 16px;\n  height: 16px;\n  padding: 0 1px;\n  -webkit-border-radius: 3px;\n  -moz-border-radius: 3px;\n  border-radius: 3px;\n  background: rgba(0,0,0,0.3);\n}\n.drag-drop-editing .pl-section .pl-section-controls a.s-control:hover {\n  background: rgba(0,0,0,0.6);\n  color: #eee;\n}\n.drag-drop-editing .pl-section .pl-section-controls a.s-control:active {\n  background: rgba(0,0,0,0.4);\n  color: #ccc;\n}\n.drag-drop-editing .pl-section .pl-section-controls a.s-control .caret,\n.drag-drop-editing .pl-section .pl-section-controls a.s-control:hover .caret {\n  border-top: 4px solid #fff;\n  opacity: .6;\n  content: \"\";\n}\n.drag-drop-editing .pl-section .pl-section-controls a.s-control.s-control-icon {\n  width: 16px;\n  height: 16px;\n  color: #fff;\n}\n.drag-drop-editing .editing-locked.pl-region .linked-tpl {\n  display: inline;\n}\n.drag-drop-editing .editing-locked.pl-region .tpl-unlock {\n  display: inline-block;\n  opacity: .7;\n}\n.drag-drop-editing .editing-locked.pl-area .linked-section {\n  display: inline;\n}\n.drag-drop-editing .editing-locked.pl-area .area-unlock {\n  display: inline-block;\n}\n.drag-drop-editing .editing-locked.pl-area .area-save {\n  display: none;\n}\n.drag-drop-editing .pl-sortable-area,\n.drag-drop-editing .pl-sortable-column {\n  min-height: 35px;\n  -webkit-transition: .5s;\n  -moz-transition: .5s;\n  -ms-transition: .5s;\n  transition: .5s;\n}\n.drag-drop-editing.pl-dragging .pl-sortable-column {\n  padding-top: 0px;\n}\n.drag-drop-editing.pl-dragging .section-plcolumn {\n  background: #FFFFFF;\n  outline: 1px dashed #35eafd;\n}\n.drag-drop-editing.pl-dragging .ui-sortable-helper {\n  border: 1px solid rgba(255,255,255,0.4);\n  box-shadow: 0 1px 4px rgba(0,0,0,0.5);\n  max-height: 350px;\n  overflow: hidden;\n  opacity: .5;\n}\n.drag-drop-editing.pl-dragging .pl-sortable-buffer {\n  height: 5px;\n  margin: 5px 0;\n  display: block;\n}\n.drag-drop-editing.pl-dragging:hover .pl-section-controls,\n.drag-drop-editing.pl-dragging.ui-sortable-helper .pl-section-controls,\n.drag-drop-editing.pl-dragging .section-plcolumn .pl-section-controls {\n  display: none !important;\n}\n.drag-drop-editing .pl-placeholder {\n  max-height: 200px;\n  display: inline;\n  float: left;\n  clear: none;\n  position: relative;\n  margin: 0 0 1em 0;\n  padding: 0;\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  -ms-box-sizing: border-box;\n  box-sizing: border-box;\n  border-radius: 5px;\n  background-color: rgba(159,238,253,0.04);\n  background-image: -moz-linear-gradient(top,rgba(182,242,253,0.2),rgba(125,233,253,0.2));\n  background-image: -ms-linear-gradient(top,rgba(182,242,253,0.2),rgba(125,233,253,0.2));\n  background-image: -webkit-linear-gradient(top,rgba(182,242,253,0.2),rgba(125,233,253,0.2));\n  background-image: linear-gradient(top,rgba(182,242,253,0.2),rgba(125,233,253,0.2));\n  background-repeat: repeat-x;\n  outline: 1px solid rgba(53,234,253,0.5);\n}\n.drag-drop-editing .pl-placeholder.hidden-placeholder {\n  display: none;\n}\n.drag-drop-editing .pl-sortable-area .empty-area,\n.drag-drop-editing .pl-sortable-column .empty-area {\n  min-height: 35px;\n}\n.drag-drop-editing .cant-offset .section-offset-increase,\n.drag-drop-editing .cant-offset .section-offset-reduce,\n.drag-drop-editing .cant-offset .offset-size,\n.drag-drop-editing .sortable-first .section-start-row {\n  opacity: .5;\n}\n.drag-drop-editing .force-start-row .s-control.s-control-icon.section-start-row {\n  opacity: 1;\n  color: #35eafd;\n  background: rgba(0,0,0,0.7);\n}\n.drag-drop-editing .loaded-notice {\n  text-align: center;\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n  font-weight: 600;\n}\n.drag-drop-editing .loaded-notice .the-notice {\n  background: rgba(0,0,0,0.6);\n  color: #fff;\n  display: inline-block;\n  padding: 5px 30px;\n  margin: 10px 0;\n  font-size: 11px;\n}\n.width-resize .ui-resizable-handle.ui-resizable-e,\n.width-resize .ui-resizable-handle.ui-resizable-w {\n  cursor: move;\n  position: absolute;\n  font-size: 0.1px;\n  display: block;\n}\n.width-resize.resize-hover .ui-resizable-handle {\n  background: rgba(182,242,253,0.2);\n}\n.width-resize.width-resizing .ui-resizable-handle {\n  background: rgba(182,242,253,0.4);\n}\n.width-resize .ui-resizable-e {\n  cursor: e-resize;\n  border-left: 1px dashed #35eafd;\n  width: 5px;\n  right: -6px;\n  top: 0;\n  height: 100%;\n}\n.width-resize .ui-resizable-w {\n  cursor: w-resize;\n  border-right: 1px dashed #35eafd;\n  width: 5px;\n  left: -6px;\n  top: 0;\n  height: 100%;\n}\n.width-resize.width-resize-edge .ui-resizable-e {\n  border-left: 1px dashed #35eafd;\n  right: 0;\n}\n.width-resize.width-resize-edge .ui-resizable-w {\n  border-right: 1px dashed #35eafd;\n  left: 0;\n}\n.width-resize .footer .pl-area:last-child {\n  border-bottom: 1px dashed #35eafd;\n}\n.width-resize .pl-content.nested-section-area {\n  border-top: 1px dashed #35eafd;\n  border-bottom: 1px dashed #35eafd;\n}\n.pl-refresh-banner {\n  display: block;\n  padding: 20px;\n  text-align: center;\n  font-weight: 600;\n  opacity: .7;\n}\n.pl-refresh-banner .banner-content {\n  width: 160px;\n  margin: 0 auto;\n}\n.pl-refresh-banner .banner-content .btn,\n.pl-refresh-banner .banner-content .banner-frame {\n  box-shadow: inset 1px 1px 0 rgba(255,255,255,0.2), 1px 1px 0 rgba(255,255,255,0.4);\n  border: 1px solid rgba(0,0,0,0.3);\n}\n.pl-refresh-banner .banner-content .banner-frame {\n  max-width: 80px;\n  margin-bottom: 8px;\n  display: inline-block;\n}\n.pl-refresh-banner .banner-content .banner-frame img {\n  max-width: 100%;\n}\n#PageLinesToolbox.pl-toolbox {\n  position: fixed;\n  bottom: 0;\n  color: #000;\n  font-size: 13px;\n  line-height: 21px;\n  width: 100%;\n  z-index: 1040;\n  min-width: 760px;\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n  font-weight: normal;\n}\n#PageLinesToolbox.pl-toolbox h1,\n#PageLinesToolbox.pl-toolbox h2,\n#PageLinesToolbox.pl-toolbox h3,\n#PageLinesToolbox.pl-toolbox h4,\n#PageLinesToolbox.pl-toolbox h5,\n#PageLinesToolbox.pl-toolbox h6 {\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n  font-weight: normal;\n}\n#PageLinesToolbox.pl-toolbox select,\n#PageLinesToolbox.pl-toolbox textarea,\n#PageLinesToolbox.pl-toolbox input {\n  font-size: 14px;\n  line-height: 1.5em;\n}\n#PageLinesToolbox.pl-toolbox button {\n  font-weight: 600;\n}\n#PageLinesToolbox.pl-toolbox .big-icon-button {\n  display: block;\n  text-align: center;\n  padding: 30px;\n  background: #f7f7f7;\n  border: 1px solid #ddd;\n  font-size: 18px;\n  font-weight: 600;\n  border-radius: 4px;\n  color: #000;\n  letter-spacing: -1px;\n}\n#PageLinesToolbox.pl-toolbox .big-icon-button .the-icon {\n  font-size: 60px;\n  margin-bottom: 8px;\n}\n#PageLinesToolbox.pl-toolbox .big-icon-button:hover {\n  background: #2a7dea;\n  border: 1px solid #1464cd;\n  color: #fff;\n}\n#PageLinesToolbox.pl-toolbox .type-textarea {\n  font-size: 12px;\n  line-height: 1.5em;\n  min-height: 9em;\n  padding: .7em;\n}\n#PageLinesToolbox.pl-toolbox .resizer-handle {\n  position: absolute;\n  height: 4px;\n  top: -4px;\n  width: 100%;\n  cursor: row-resize;\n}\n#PageLinesToolbox.pl-toolbox .resizer-handle:hover,\n#PageLinesToolbox.pl-toolbox .resizer-handle.resizing {\n  background: rgba(53,234,253,0.5);\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle {\n  text-align: left;\n  background-color: rgba(230,230,230,0.14);\n  background-image: -moz-linear-gradient(top,rgba(230,230,230,0.9),#e6e6e6);\n  background-image: -ms-linear-gradient(top,rgba(230,230,230,0.9),#e6e6e6);\n  background-image: -webkit-linear-gradient(top,rgba(230,230,230,0.9),#e6e6e6);\n  background-image: linear-gradient(top,rgba(230,230,230,0.9),#e6e6e6);\n  background-repeat: repeat-x;\n  box-shadow: inset 1px 1px 0 rgba(255,255,255,0.8), 0 1px 3px rgba(0,0,0,0.2);\n  border-top: 1px solid #999;\n  border-bottom: 1px solid #999;\n  font-weight: 600;\n  text-shadow: 0 1px 0 rgba(255,255,255,0.5), 0 0 1px #ffffff;\n  height: 28px;\n  line-height: 28px;\n  font-size: 13px;\n  padding: 0;\n  -webkit-touch-callout: none;\n  -webkit-user-select: none;\n  -moz-user-select: none;\n  -ms-user-select: none;\n  -o-user-select: none;\n  user-select: none;\n}\n@media (max-width: 1000px) {\n  #PageLinesToolbox.pl-toolbox .toolbox-handle .btn-toolbox .txt {\n    display: none;\n  }\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle ul.controls {\n  float: left;\n  position: relative;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle ul.controls.not-btn {\n  border-left: 1px solid transparent;\n  box-shadow: none;\n  border-right: 1px solid transparent;\n  overflow: hidden;\n  width: 160px;\n  height: 28px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle ul.controls.not-btn > li .not-btn {\n  box-shadow: none;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle ul.controls.not-btn > li.switch-btn {\n  right: 0;\n  top: -30px;\n  opacity: 0;\n  position: absolute;\n  -webkit-transition: top .2s, opacity .3s;\n  -moz-transition: top .2s, opacity .3s;\n  -ms-transition: top .2s, opacity .3s;\n  transition: top .2s, opacity .3s;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle ul.controls.not-btn > li.switch-btn.active {\n  top: 0;\n  opacity: 1;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle ul.controls.not-btn > li.switch-btn > .btn-toolbox {\n  border-left: 1px solid transparent;\n  border-right: 1px solid transparent;\n  padding: 0 4px;\n  overflow: hidden;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle ul.controls.send-right {\n  float: right;\n  margin-right: 0;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle ul.controls > lh {\n  line-height: 28px;\n  padding: 0 5px 0 25px;\n  color: #aaa;\n  border-right: 1px solid #cdcdcd;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle ul.controls > lh i {\n  display: block;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle ul.controls > li,\n#PageLinesToolbox.pl-toolbox .toolbox-handle ul.controls > lh {\n  position: relative;\n  float: left;\n  height: 28px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle ul.controls > li.dropup.open > .btn-toolbox,\n#PageLinesToolbox.pl-toolbox .toolbox-handle ul.controls > lh.dropup.open > .btn-toolbox {\n  background-color: #c9c9c9;\n  background-image: -moz-linear-gradient(top,#bbb,#ddd);\n  background-image: -ms-linear-gradient(top,#bbb,#ddd);\n  background-image: -webkit-linear-gradient(top,#bbb,#ddd);\n  background-image: linear-gradient(top,#bbb,#ddd);\n  background-repeat: repeat-x;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle ul.controls > li.dropup.open > .btn-toolbox .crt,\n#PageLinesToolbox.pl-toolbox .toolbox-handle ul.controls > lh.dropup.open > .btn-toolbox .crt {\n  color: #0f63cc;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle ul.controls > li.dropup.open > .btn-toolbox .icon-caret-right:before,\n#PageLinesToolbox.pl-toolbox .toolbox-handle ul.controls > lh.dropup.open > .btn-toolbox .icon-caret-right:before {\n  content: \"\\f0d8\";\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle ul.controls > li.view-btn > .btn-toolbox,\n#PageLinesToolbox.pl-toolbox .toolbox-handle ul.controls > li.type-btn > .btn-toolbox,\n#PageLinesToolbox.pl-toolbox .toolbox-handle ul.controls > li.type-dropup > .btn-toolbox,\n#PageLinesToolbox.pl-toolbox .toolbox-handle ul.controls > li.type-btn-panel > .btn-toolbox {\n  padding: 0 8px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle ul.controls > li.el-closer,\n#PageLinesToolbox.pl-toolbox .toolbox-handle ul.controls > li.el-pl-toggle {\n  margin-right: 40px;\n  display: none;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle ul.controls > li > .btn-toolbox {\n  vertical-align: middle;\n  display: block;\n  color: #000;\n  padding: 0 15px;\n  font-size: 11px;\n  line-height: 28px;\n  cursor: pointer;\n  border-left: 1px solid #BBB;\n  box-shadow: inset 1px 0 0 #fff;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle ul.controls > li > .btn-toolbox > i {\n  margin-top: -4px;\n  font-size: 1.4em;\n  vertical-align: middle;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle ul.controls > li > .btn-toolbox:hover,\n#PageLinesToolbox.pl-toolbox .toolbox-handle ul.controls > li > .btn-toolbox.active-tab {\n  background-color: #d2d2d2;\n  background-image: -moz-linear-gradient(top,#ddd,#c1c1c1);\n  background-image: -ms-linear-gradient(top,#ddd,#c1c1c1);\n  background-image: -webkit-linear-gradient(top,#ddd,#c1c1c1);\n  background-image: linear-gradient(top,#ddd,#c1c1c1);\n  background-repeat: repeat-x;\n  border-left: 1px solid #999;\n  text-decoration: none;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle ul.controls > li > .btn-toolbox:hover i,\n#PageLinesToolbox.pl-toolbox .toolbox-handle ul.controls > li > .btn-toolbox.active-tab i {\n  color: #337EFF;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle ul.controls > li > .btn-toolbox:active {\n  background-color: #c9c9c9;\n  background-image: -moz-linear-gradient(top,#bbb,#ddd);\n  background-image: -ms-linear-gradient(top,#bbb,#ddd);\n  background-image: -webkit-linear-gradient(top,#bbb,#ddd);\n  background-image: linear-gradient(top,#bbb,#ddd);\n  background-repeat: repeat-x;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle ul.controls > li > .btn-toolbox.btn-link {\n  color: #AAA;\n  border-left-color: #AAA;\n  padding: 0 8px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle ul.controls > li > .btn-toolbox.btn-link:hover {\n  background: transparent;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle ul.controls > li > .btn-toolbox.btn-publish i,\n#PageLinesToolbox.pl-toolbox .toolbox-handle ul.controls > li > .btn-toolbox.btn-refresh i {\n  color: #337EFF;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle ul.controls > li > .btn-toolbox.btn-publish {\n  padding: 0 10px;\n  margin-right: 15px;\n  height: 28px;\n  border-right: 1px solid #AAA;\n  box-shadow: inset 1px 0 0 #fff, inset -1px 0 0 rgba(255,255,255,0.3), 1px 0 0 #fff;\n  background-color: #d6d6d6;\n  background-image: -moz-linear-gradient(top,#ddd,#ccc);\n  background-image: -ms-linear-gradient(top,#ddd,#ccc);\n  background-image: -webkit-linear-gradient(top,#ddd,#ccc);\n  background-image: linear-gradient(top,#ddd,#ccc);\n  background-repeat: repeat-x;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle ul.controls > li > .btn-toolbox.btn-state {\n  padding: 0 10px;\n  height: 28px;\n  background-color: #e7e7e7;\n  background-image: -moz-linear-gradient(top,#eee,#ddd);\n  background-image: -ms-linear-gradient(top,#eee,#ddd);\n  background-image: -webkit-linear-gradient(top,#eee,#ddd);\n  background-image: linear-gradient(top,#eee,#ddd);\n  background-repeat: repeat-x;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle ul.controls > li > .btn-toolbox.active-toggle {\n  background-color: #f8f8f8;\n  background-image: -moz-linear-gradient(top,#fff,#eee);\n  background-image: -ms-linear-gradient(top,#fff,#eee);\n  background-image: -webkit-linear-gradient(top,#fff,#eee);\n  background-image: linear-gradient(top,#fff,#eee);\n  background-repeat: repeat-x;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle ul.controls > li > .btn-toolbox.active-toggle i {\n  color: #0f63cc;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle ul.controls > li > .btn-toolbox.btn-closer,\n#PageLinesToolbox.pl-toolbox .toolbox-handle ul.controls > li > .btn-toolbox.btn-pl-toggle {\n  border-left: 1px solid transparent;\n  border-right: 1px solid #BBB;\n  box-shadow: 1px 0 0 #fff;\n  padding: 0 7px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle ul.controls > li > .btn-toolbox.btn-closer:hover,\n#PageLinesToolbox.pl-toolbox .toolbox-handle ul.controls > li > .btn-toolbox.btn-pl-toggle:hover {\n  color: #08c;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle ul.controls > li > .btn-toolbox.btn-closer:active,\n#PageLinesToolbox.pl-toolbox .toolbox-handle ul.controls > li > .btn-toolbox.btn-pl-toggle:active {\n  color: #444;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle .btn-state span,\n#PageLinesToolbox.pl-toolbox .toolbox-handle .update-state {\n  line-height: 26px;\n  -webkit-border-radius: 10px;\n  -moz-border-radius: 10px;\n  border-radius: 10px;\n  background: rgba(10,226,0,0.4);\n  width: 14px;\n  height: 14px;\n  display: inline-block;\n  box-shadow: inset 0 0 2px rgba(0,0,0,0.4);\n  vertical-align: middle;\n  margin: -3px 0 0 0;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle .btn-state span {\n  box-shadow: 0 1px 0 #fff, inset 0 0 2px rgba(0,0,0,0.4);\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle .state-list li a {\n  cursor: pointer;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle .state-list .li-state-clean,\n#PageLinesToolbox.pl-toolbox .toolbox-handle .state-list .li-state-multi,\n#PageLinesToolbox.pl-toolbox .toolbox-handle .state-list .li-state-local,\n#PageLinesToolbox.pl-toolbox .toolbox-handle .state-list .li-state-global,\n#PageLinesToolbox.pl-toolbox .toolbox-handle .state-list .li-state-type,\n#PageLinesToolbox.pl-toolbox .toolbox-handle .state-list .li-state-unsaved {\n  display: none;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle #stateTool .li-state-clean,\n#PageLinesToolbox.pl-toolbox .toolbox-handle #stateTool.clean .li-state-clean {\n  display: block;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle #stateTool.local .li-state-clean {\n  display: none;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle #stateTool.local .li-state-local {\n  display: block;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle #stateTool.local .state-tag,\n#PageLinesToolbox.pl-toolbox .toolbox-handle #stateTool.local .state-draft.local {\n  background: rgba(255,0,5,0.4);\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle #stateTool.global .li-state-clean {\n  display: none;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle #stateTool.global .li-state-global {\n  display: block;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle #stateTool.global .state-tag,\n#PageLinesToolbox.pl-toolbox .toolbox-handle #stateTool.global .state-draft.global {\n  background: rgba(22,134,243,0.5);\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle #stateTool.type .li-state-clean {\n  display: none;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle #stateTool.type .li-state-type {\n  display: block;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle #stateTool.type .state-tag,\n#PageLinesToolbox.pl-toolbox .toolbox-handle #stateTool.type .state-draft.type {\n  background: rgba(255,196,23,0.4);\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle #stateTool.multi .li-state-clean {\n  display: none;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle #stateTool.multi .li-state-multi {\n  display: block;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle #stateTool.multi .state-tag,\n#PageLinesToolbox.pl-toolbox .toolbox-handle #stateTool.multi .state-draft.multi {\n  background: rgba(139,22,243,0.4);\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle #stateTool.unsaved .li-state-clean {\n  display: none;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle #stateTool.unsaved .li-state-unsaved {\n  display: block;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-handle #stateTool.unsaved .state-tag,\n#PageLinesToolbox.pl-toolbox .toolbox-handle #stateTool.unsaved .state-draft.unsaved {\n  background: rgba(0,0,0,0.9);\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel-wrap {\n  overflow: hidden;\n  direction: ltr;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel {\n  -webkit-transition: margin-bottom .5s;\n  -moz-transition: margin-bottom .5s;\n  -ms-transition: margin-bottom .5s;\n  transition: margin-bottom .5s;\n  color: #000;\n  opacity: 1;\n  margin-bottom: -20%;\n  width: 100%;\n  max-height: 80%;\n  overflow: scroll;\n  background: #FFF;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel.in {\n  margin-bottom: 0;\n  opacity: 1;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .toolbox-content {\n  background: #fff;\n  position: relative;\n  min-height: 300px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .toolbox-content .error-panel {\n  font-size: 1.6em;\n  color: #CCC;\n  font-weight: 600;\n  text-align: center;\n  padding: 50px 25px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tabbed-set {\n  overflow: hidden;\n  display: none;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tabs-wrap {\n  margin-bottom: -99999px;\n  padding-bottom: 99999px;\n  float: left;\n  position: fixed;\n  width: 200px;\n  background: #d6dde5;\n  box-shadow: inset 1px 1px 0px rgba(255,255,255,0.5), -1px 0 4px rgba(0,0,0,0.1);\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  -ms-box-sizing: border-box;\n  box-sizing: border-box;\n  border-right: 1px solid #889cb4;\n  border-top: 1px solid #889cb4;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tabs-nav {\n  overflow-y: scroll;\n  font-weight: 600;\n  font-size: 1em;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tabs-nav lh {\n  color: #889cb4;\n  text-shadow: 0 1px 0 rgba(255,255,255,0.6);\n  font-size: .85em;\n  letter-spacing: .05em;\n  text-transform: uppercase;\n  padding: 10px 10px 5px 15px;\n  display: block;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tabs-nav li .label {\n  padding: 1px 6px 2px;\n  background: rgba(0,0,0,0.2);\n  vertical-align: top;\n  line-height: 20px;\n  font-size: 11px;\n  -webkit-border-radius: 10px;\n  -moz-border-radius: 10px;\n  border-radius: 10px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tabs-nav li a {\n  font-size: 13px;\n  padding: 5px 0px 6px 25px;\n  line-height: 1.4em;\n  display: block;\n  border-top: 1px solid transparent;\n  border-bottom: 1px solid transparent;\n  color: #222;\n  text-shadow: 0 1px 0 rgba(255,255,255,0.7);\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tabs-nav li a:hover {\n  background: #f7f7f7;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tabs-nav li a:active {\n  background: #ddd;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tabs-nav li a .ltl {\n  color: #8ca6c4;\n  font-size: .8em;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tabs-nav li:last-child {\n  margin-bottom: 20px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tabs-nav li.ui-state-active a {\n  background-color: #2275e2;\n  background-image: -moz-linear-gradient(top,#2a7dea,#1569d6);\n  background-image: -ms-linear-gradient(top,#2a7dea,#1569d6);\n  background-image: -webkit-linear-gradient(top,#2a7dea,#1569d6);\n  background-image: linear-gradient(top,#2a7dea,#1569d6);\n  background-repeat: repeat-x;\n  box-shadow: inset 1px 1px 0px rgba(255,255,255,0.2), 0 1px 3px rgba(0,0,0,0.2);\n  border-top-color: 1px solid #cccccc;\n  border-bottom-color: #b3b3b3;\n  color: #fff;\n  text-shadow: 0 -1px 0 rgba(0,0,0,0.7);\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tabs-nav li.ui-state-active a .ltl {\n  color: rgba(255,255,255,0.7);\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .panels-wrap {\n  padding: 15px 35px 35px 235px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .panels-wrap .editor-alert {\n  border: none;\n  background-color: #eee;\n  font-size: 86%;\n  line-height: 1.4em;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .panels-wrap .editor-alert a.btn-mini {\n  margin-right: 5px;\n  margin-top: -1px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel {\n  display: table-cell;\n  width: 10000px;\n  font-weight: 300;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel h2,\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel h3 {\n  margin: 10px 0;\n  font-weight: 600;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel strong {\n  font-weight: 500;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel label > small {\n  font-style: italic;\n  opacity: .7;\n  font-weight: 300;\n  font-size: 12px;\n  line-height: 1.3em;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel label > .sbtl {\n  opacity: .3;\n  font-weight: 400;\n  font-size: 80%;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .label-reg {\n  font-size: 13px;\n  line-height: 1em;\n  margin: 8px 0 12px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .label-reg > input {\n  margin: 0 3px 0 0;\n  vertical-align: top;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel p,\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel ul,\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel ol {\n  font-size: 1em;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .panel-tab-content > p {\n  font-size: 16px;\n  line-height: 1.4em;\n  max-width: 650px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .panel-tab-content > .well {\n  margin: 0;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .panel-tab-content > .well > .btn i:last-child {\n  margin-left: 10px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .panel-tab-content > .well > .btn i:first-child {\n  margin: 0 4px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .pl-text-input {\n  background: #f7f7f7;\n  width: 300px;\n  font-size: 22px;\n  height: 45px;\n  padding: 10px;\n  max-width: 100%;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .pl-text-input:disabled {\n  opacity: .5;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .pl-textarea-input {\n  background: #f7f7f7;\n  font-size: 15px;\n  line-height: 1.3em;\n  min-height: 100px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .tab-panel-inner {\n  min-height: 300px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .tab-panel-inner legend {\n  font-size: 15px;\n  line-height: 30px;\n  font-weight: 600;\n  margin-bottom: 10px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .tab-panel-inner legend .clip-desc {\n  font-weight: normal;\n  font-size: 12px;\n  margin-left: 7px;\n  color: #aaa;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .tab-panel-inner legend .clip-tools {\n  line-height: 1.5em;\n  float: right;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .account-details {\n  display: none;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .account-creds,\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .account-overview {\n  float: left;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .account-creds {\n  float: left;\n  width: 25%;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .account-creds .account-field {\n  margin-bottom: .5em 0;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .account-creds .account-saving {\n  display: none;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .account-overview {\n  float: right;\n  width: 70%;\n  margin-bottom: 2em;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .account-overview .account-overview-pad h3 {\n  border-bottom: 1px solid #eee;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .account-overview .account-info {\n  border-top: 1px solid #eee;\n  padding: 1em 0;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .account-overview .account-info .well {\n  padding: 10px;\n  margin: 0 0 10px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel h4 {\n  font-size: 15px;\n  font-weight: 600;\n  margin-bottom: 10px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .karma-nav {\n  text-align: center;\n  margin: .5em;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .karma-row {\n  text-align: center;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .karma-row .kcol {\n  padding: 4px 0 10px;\n  margin-bottom: 0;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .karma-row .big-karma {\n  font-weight: 800;\n  font-size: 60px;\n  padding: 5px 5px 18px;\n  line-height: 1.3em;\n  background: #f7f7f7;\n  text-shadow: 0 1px 0 #fff;\n  position: relative;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .karma-row .big-karma strong {\n  display: block;\n  font-weight: 800;\n  font-size: 12px;\n  line-height: 1em;\n  text-transform: uppercase;\n  opacity: .3;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .store-search-results {\n  max-width: 600px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .store-search-results li {\n  border-top: 1px solid #eee;\n  padding: 1em 0;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .store-search-results li p {\n  opacity: .7;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt-col {\n  padding-bottom: 30px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt {\n  margin-bottom: 5px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .opt-name {\n  border-bottom: 1px solid #ddd;\n  font-size: 15px;\n  padding: 7px 0;\n  font-weight: 600;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .opt-name small {\n  color: #aaa;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt.opt-type-accordion > .opt-box {\n  padding: 15px 0;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .accordion-tools {\n  margin: 8px 0;\n  text-align: right;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .option-group {\n  background: #f7f7f7;\n  padding: 8px 15px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .option-group input[type=\"text\"] {\n  background: #fff;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .option-group .upload-box {\n  margin-bottom: 5px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .option-group .media-select-video {\n  width: 48%;\n  margin-right: 2%;\n  display: inline-block;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .option-group .media-select-video:last-child {\n  margin: 0;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .button-link .input-wrap {\n  display: inline-block;\n  width: 30%;\n  margin: 0;\n  margin-right: 3%;\n  vertical-align: top;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .button-link .input-wrap label {\n  opacity: .7;\n  font-size: 10px;\n  line-height: 1em;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .button-link .input-wrap label span {\n  display: none;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .button-link .input-wrap input[type=\"text\"] {\n  margin: 0;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .button-link .input-wrap input,\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .button-link .input-wrap select,\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .button-link .input-wrap textarea {\n  max-width: 100%;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .opt-accordion {\n  border: 1px solid #ccc;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .opt-accordion .opt-group:first-child .opt-name {\n  border-top: none;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .opt-accordion .opt-name {\n  background-color: #e7e7e7;\n  background-image: -moz-linear-gradient(top,#eee,#ddd);\n  background-image: -ms-linear-gradient(top,#eee,#ddd);\n  background-image: -webkit-linear-gradient(top,#eee,#ddd);\n  background-image: linear-gradient(top,#eee,#ddd);\n  background-repeat: repeat-x;\n  padding: 6px 4px 6px 10px;\n  border-top: 1px solid #bbb;\n  text-shadow: 0 1px 0 #fff;\n  box-shadow: inset 1px 1px 0 #fff;\n  margin: 0;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .opt-accordion .opt-name .btn {\n  float: right;\n  color: #888;\n  padding: 1px 5px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .opt-accordion .opt-name:hover {\n  cursor: pointer;\n  background-color: #dbdbdb;\n  background-image: -moz-linear-gradient(top,#e1e1e1,#d1d1d1);\n  background-image: -ms-linear-gradient(top,#e1e1e1,#d1d1d1);\n  background-image: -webkit-linear-gradient(top,#e1e1e1,#d1d1d1);\n  background-image: linear-gradient(top,#e1e1e1,#d1d1d1);\n  background-repeat: repeat-x;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .opt-accordion .opt-name:active {\n  cursor: move;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .opt-accordion .opt-name .ui-icon {\n  border: 6px solid transparent;\n  border-left-color: #aaa;\n  line-height: 3px;\n  height: 4px;\n  font-size: 0;\n  vertical-align: middle;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .opt-accordion .opt-name.ui-state-active .ui-icon {\n  border-color: transparent;\n  border-top-color: #aaa;\n  margin: 0 5px 0 -5px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .opt-accordion .opt-accordion-opts {\n  border-top: 1px solid #bbb;\n  background: #fff;\n  padding: 15px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt.opt-span-2 {\n  width: 610px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt.opt-span-3 {\n  width: 930px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt.opt-disabled {\n  opacity: .7;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt.standard-form {\n  float: none;\n  width: auto;\n  max-width: 600px;\n  border: none;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt.codetext {\n  width: 100%;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt.codetext textarea {\n  height: 600px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt.codetext .codetext-label {\n  float: left;\n  margin: 5px 0 0 0;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt.codetext .codetext-help {\n  float: right;\n  margin: 0;\n  background: transparent;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt label {\n  font-size: 11px;\n  line-height: 20px;\n  font-weight: 600;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt input[type=\"text\"],\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt textarea,\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt select,\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .input-prepend .add-on {\n  font-size: 12px;\n  line-height: 1.5em;\n  height: auto;\n  padding: 2px 4px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt input[type=\"text\"],\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt textarea {\n  width: 100%;\n  max-width: 500px;\n  background: #f7f7f7;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .input-prepend .add-on {\n  padding: 2px 8px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt input[type=\"text\"].pl-text-small {\n  width: 100px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .btn {\n  font-size: 14px;\n  line-height: 1.5em;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .btn.btn-mini {\n  font-size: 11px;\n  line-height: 14px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .opt-box {\n  padding: 15px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .opt-box .opt-upload-thumb {\n  display: inline-block;\n  max-width: 36%;\n  vertical-align: top;\n  margin-left: 4%;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .opt-box .opt-upload-thumb img {\n  max-width: 100%;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .opt-box .image-uploader .uploader-input {\n  display: inline-block;\n  width: 60%;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .opt-box .opt-upload-thumb .img-wrap {\n  display: inline-block;\n  background: #fff url(http://www.thetradingroom.com/wp-content/themes/dms/dms/images/stripe.png) repeat 0 0;\n  padding: 4px;\n  border: 2px solid #FFF;\n  margin-bottom: 7px;\n  box-shadow: 0px 1px 4px #888;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .opt-box .opt-upload-thumb .img-wrap img {\n  max-width: 100%;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .input-wrap {\n  margin-bottom: 1em;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .help-block {\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  -ms-box-sizing: border-box;\n  box-sizing: border-box;\n  max-width: 500px;\n  font-size: 11px;\n  line-height: 1.45em;\n  margin: 1em 0;\n  color: #000;\n  background: #f7f7f7;\n  text-shadow: 0 1px 0 #fff;\n  padding: 14px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .help-block ul,\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .help-block ol {\n  padding-left: 16px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .help-block.help_important {\n  background: #337eff;\n  color: #fff;\n  text-shadow: 0 -1px 0 rgba(0,0,0,0.4);\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .pl-help-text {\n  margin: 0 3px;\n  opacity: .4;\n  z-index: 1035;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .pl-help-text:hover {\n  opacity: 1;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .checklist-label {\n  background: #f5f5f5;\n  margin: 10px 0;\n  padding: 10px 15px;\n  line-height: 1.6em;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .checklist-label input[type=\"checkbox\"] {\n  margin-top: 0;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .checklist-label p {\n  opacity: .6;\n  font-weight: normal;\n  margin: 0;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .checklist-label.disabled {\n  opacity: .6;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .import-button {\n  margin-bottom: 10px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .publish-button {\n  margin: 15px 0;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .fileinput-button {\n  position: relative;\n  overflow: hidden;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .fileinput-button input {\n  position: absolute;\n  top: 0;\n  right: 0;\n  margin: 0;\n  opacity: 0;\n  filter: alpha(opacity=0);\n  transform: translate(-300px,0) scale(4);\n  font-size: 23px;\n  direction: ltr;\n  cursor: pointer;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .opt-ref {\n  margin-bottom: 1em;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .opt-ref .help-block {\n  display: none;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .opt .type-preview {\n  text-align: center;\n  padding: 5px;\n  font-size: 1.2em;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .pl-list-contain {\n  border: 1px solid #e6e6e6;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .pl-list-row {\n  border-bottom: 1px solid #e6e6e6;\n  display: table;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .pl-list-row .pl-template-row {\n  display: table-cell;\n  float: none;\n  width: 50%;\n  vertical-align: top;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .pl-list-row .pl-template-row:first-child {\n  border-right: 1px solid #e6e6e6;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .pl-list-row .pl-template-row > [class*=\"span\"] {\n  margin-bottom: 0;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .pl-list-row .list-title {\n  font-weight: 600;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .pl-list-row .list-desc {\n  color: #777;\n  font-size: 12px;\n  line-height: 1.4em;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .pl-list-row > [class*=\"span\"] {\n  margin-bottom: 0;\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  -ms-box-sizing: border-box;\n  box-sizing: border-box;\n  padding: 10px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .pl-list-row .x-item-actions {\n  margin-top: 5px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .pl-list-row .x-item-actions button,\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .pl-list-row .x-item-actions .btn-group {\n  margin-bottom: 5px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .pl-list-row .x-item-actions .dropdown-menu a .badge {\n  display: none;\n  font-weight: normal;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .pl-list-row .x-item-actions .posttype-tag,\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .pl-list-row .x-item-actions .global-tag,\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .pl-list-row .x-item-actions .the-active-template {\n  display: none;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .pl-list-row .x-item-actions.active-template .load-template {\n  display: none;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .pl-list-row .x-item-actions.active-template .the-active-template {\n  display: inline-block;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .pl-list-row .x-item-actions.active-global .global-tag {\n  display: inline-block;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .pl-list-row .x-item-actions.active-global .dropdown-menu a.global-link .badge {\n  display: inline;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .pl-list-row .x-item-actions.active-global .dropdown-menu a.global-link .not-active {\n  display: none;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .pl-list-row .x-item-actions.active-type .posttype-tag {\n  display: inline-block;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .pl-list-row .x-item-actions.active-type .dropdown-menu a.posttype-link .badge {\n  display: inline;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .pl-list-row .x-item-actions.active-type .dropdown-menu a.posttype-link .not-active {\n  display: none;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .x-list .x-item {\n  width: 75px;\n  margin: 5px 10px 3px 5px;\n  float: left;\n  font-size: 10px;\n  line-height: 1.2em;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .x-list .x-item.x-disable .x-item-frame {\n  opacity: .4;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .x-list .x-item.x-disable:hover {\n  cursor: not-allowed;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .x-list .x-item.x-pane {\n  width: 480px;\n  font-size: 14px;\n  line-height: 1.5em;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .x-list .x-item.x-pane .x-pane-pad {\n  padding-left: 10px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .x-list .x-item.x-pane .x-pane-title {\n  font-weight: 300;\n  margin-bottom: 10px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .x-list .x-item.x-pane .x-pane-info {\n  margin: 1.5em 0;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .x-list .x-item.x-pane .x-pane-btns {\n  background: #f7f7f7;\n  padding: 10px;\n  margin-bottom: 14px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .x-list .x-item.x-pane .x-pane-btns .btn {\n  margin-right: .5em;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .x-list .x-item.x-pane .x-close {\n  float: right;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .x-list .x-item.ui-draggable .x-item-frame:hover {\n  cursor: move;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .x-list .x-item.x-item-larger {\n  width: 200px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .x-list .x-item .x-item-frame {\n  -webkit-border-radius: 10px;\n  -moz-border-radius: 10px;\n  border-radius: 10px;\n  box-shadow: 0 1px 2px rgba(0,0,0,0.4);\n  overflow: hidden;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .x-list .x-item .x-item-frame:hover {\n  cursor: pointer;\n  box-shadow: 0 1px 2px rgba(0,0,0,0.6);\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .x-list .x-item .x-item-frame:hover .pl-vignette:after {\n  background-color: rgba(141,141,141,-0.03);\n  background-image: -moz-linear-gradient(top,rgba(255,255,255,0.05),rgba(0,0,0,0.15));\n  background-image: -ms-linear-gradient(top,rgba(255,255,255,0.05),rgba(0,0,0,0.15));\n  background-image: -webkit-linear-gradient(top,rgba(255,255,255,0.05),rgba(0,0,0,0.15));\n  background-image: linear-gradient(top,rgba(255,255,255,0.05),rgba(0,0,0,0.15));\n  background-repeat: repeat-x;\n  box-shadow: inset -1px -1px rgba(255,255,255,0.2);\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .x-list .x-item .x-item-frame:active {\n  box-shadow: none;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .x-list .x-item .x-item-frame:active .pl-vignette:after {\n  background-color: rgba(0,0,0,0.08);\n  background-image: -moz-linear-gradient(top,rgba(0,0,0,0.2),rgba(0,0,0,0.1));\n  background-image: -ms-linear-gradient(top,rgba(0,0,0,0.2),rgba(0,0,0,0.1));\n  background-image: -webkit-linear-gradient(top,rgba(0,0,0,0.2),rgba(0,0,0,0.1));\n  background-image: linear-gradient(top,rgba(0,0,0,0.2),rgba(0,0,0,0.1));\n  background-repeat: repeat-x;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .x-list .x-item .x-item-frame .pl-vignette {\n  -webkit-border-radius: 10px;\n  -moz-border-radius: 10px;\n  border-radius: 10px;\n  overflow: hidden;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .x-list .x-item .x-item-frame .pl-vignette:after {\n  -webkit-border-radius: 10px;\n  -moz-border-radius: 10px;\n  border-radius: 10px;\n  box-shadow: inset 1px 1px 0 rgba(255,255,255,0.5), inset -1px -1px 0 rgba(255,255,255,0.5);\n  background-color: rgba(0,0,0,-0.04);\n  background-image: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.1));\n  background-image: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.1));\n  background-image: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.1));\n  background-image: linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.1));\n  background-repeat: repeat-x;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .x-list .x-item .x-item-text {\n  padding: 6px 0 2px 4px;\n  font-weight: 600;\n  font-size: 10px;\n  line-height: 1.4em;\n  text-align: center;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .x-list .x-item .x-item-text .x-item-sub {\n  color: #BBB;\n  font-weight: normal;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .x-list .x-item .x-item-text .x-item-sub .badge {\n  padding-right: 5px;\n  padding-left: 5px;\n  font-size: 8px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .x-list .x-item .x-item-text .x-name,\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .x-list .x-item .x-item-text .x-item-sub {\n  display: block;\n  white-space: nowrap;\n  overflow: hidden;\n  text-overflow: ellipsis;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .x-list .x-item img {\n  max-width: 100%;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .x-list .x-item .title {\n  font-weight: 600;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .x-list .x-item.x-item-size-5 {\n  width: 120px;\n  margin: 10px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .x-list .x-item.x-item-size-10 {\n  width: 210px;\n  margin: 10px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .x-list .x-item.x-item-size-15 {\n  width: 270px;\n  margin: 10px;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .pl-vignette {\n  width: 100%;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .faux-img {\n  width: 100%;\n  padding-bottom: 65%;\n  background-color: #fcfcfc;\n  background-image: -moz-linear-gradient(top,#fff,#f7f7f7);\n  background-image: -ms-linear-gradient(top,#fff,#f7f7f7);\n  background-image: -webkit-linear-gradient(top,#fff,#f7f7f7);\n  background-image: linear-gradient(top,#fff,#f7f7f7);\n  background-repeat: repeat-x;\n  vertical-align: top;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .tab-panel .faux-img .txt {\n  line-height: 100%;\n  text-align: center;\n  font-weight: 600;\n  color: #444;\n}\n#PageLinesToolbox.pl-toolbox .toolbox-panel .ui-tabs .ui-tabs-hide {\n  display: none;\n}\n#PageLinesToolbox.pl-toolbox .data-table td,\n#PageLinesToolbox.pl-toolbox .data-table th {\n  padding: 5px 20px;\n}\n#PageLinesToolbox.pl-toolbox .data-table th {\n  font-weight: 600;\n  text-align: left;\n}\n#PageLinesToolbox.pl-toolbox .data-table select {\n  font-size: 12px;\n  height: auto;\n  margin: 0;\n  margin-right: 10px;\n}\n#PageLinesToolbox.pl-toolbox .x-item-popover {\n  width: auto;\n  background: rgba(0,0,0,0.5);\n  border: none;\n}\n#PageLinesToolbox.pl-toolbox .x-item-popover .popover-content {\n  padding: 5px;\n}\n#PageLinesToolbox.pl-toolbox .x-item-popover img {\n  display: block;\n  max-height: 150px;\n  max-width: 400px;\n}\n#PageLinesToolbox.pl-toolbox .x-item-popover .arrow {\n  border-top-color: rgba(0,0,0,0.2);\n}\n.bootbox {\n  text-align: center;\n}\n.bootbox .ttl {\n  font-size: 18px;\n  margin: 9px 0;\n  font-weight: 600;\n}\n.bootbox .modal-form {\n  text-align: left;\n  padding: 30px;\n}\n.bootbox .modal-form input[type=\"text\"],\n.bootbox .modal-form textarea {\n  width: 100%;\n  font-size: 20px;\n  line-height: 1.4em;\n  padding: 8px;\n  background: #f7f7f7;\n  height: auto;\n}\n.bootbox .modal-footer {\n  padding: 7px;\n}\n.bootbox p:last-child {\n  margin-bottom: 0;\n}\n.pl-touchable {\n  -webkit-border-radius: 10px;\n  -moz-border-radius: 10px;\n  border-radius: 10px;\n  box-shadow: 0 1px 4px rgba(0,0,0,0.6);\n  overflow: hidden;\n}\n.pl-touchable .pl-touchable-vignette:after {\n  -webkit-border-radius: 10px;\n  -moz-border-radius: 10px;\n  border-radius: 10px;\n  box-shadow: inset 1px 1px 0 rgba(255,255,255,0.5);\n  background-color: rgba(159,159,159,0.06);\n  background-image: -moz-linear-gradient(top,rgba(255,255,255,0.2),rgba(0,0,0,0.15));\n  background-image: -ms-linear-gradient(top,rgba(255,255,255,0.2),rgba(0,0,0,0.15));\n  background-image: -webkit-linear-gradient(top,rgba(255,255,255,0.2),rgba(0,0,0,0.15));\n  background-image: linear-gradient(top,rgba(255,255,255,0.2),rgba(0,0,0,0.15));\n  background-repeat: repeat-x;\n}\n.isotope-item {\n  z-index: 2;\n}\n.isotope-item.isotope-hidden {\n  pointer-events: none;\n  z-index: 1;\n}\n.isotope,\n.isotope .isotope-item {\n  -webkit-transition-duration: 0.8s;\n  -moz-transition-duration: 0.8s;\n  -ms-transition-duration: 0.8s;\n  -o-transition-duration: 0.8s;\n  transition-duration: 0.8s;\n}\n.isotope {\n  -webkit-transition-property: height, width;\n  -moz-transition-property: height, width;\n  -ms-transition-property: height, width;\n  -o-transition-property: height, width;\n  transition-property: height, width;\n}\n.isotope .isotope-item {\n  -webkit-transition-property: -webkit-transform, opacity;\n  -moz-transition-property: -moz-transform, opacity;\n  -ms-transition-property: -ms-transform, opacity;\n  -o-transition-property: -o-transform, opacity;\n  transition-property: transform, opacity;\n}\n.isotope.no-transition,\n.isotope.no-transition .isotope-item,\n.isotope .isotope-item.no-transition {\n  -webkit-transition-duration: 0s;\n  -moz-transition-duration: 0s;\n  -ms-transition-duration: 0s;\n  -o-transition-duration: 0s;\n  transition-duration: 0s;\n}\n.isotope-item {\n  z-index: 2;\n}\n.isotope-hidden.isotope-item {\n  pointer-events: none;\n  z-index: 1;\n}\n.CodeMirror {\n  background: #fafafa;\n  box-shadow: inset 2px 2px 5px #eee;\n  border: 1px solid #cdcdcd;\n}\n.CodeMirror-gutter {\n  box-shadow: 1px 0 4px #eee, inset 1px 1px 0 #fff;\n}\n.qq-uploader {\n  position: relative;\n  width: 100%;\n}\n.qq-upload-drop-area,\n.qq-upload-extra-drop-area {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  min-height: 30px;\n  z-index: 2;\n  background: #FF9797;\n  text-align: center;\n}\n.qq-upload-drop-area span {\n  display: block;\n  position: absolute;\n  top: 50%;\n  width: 100%;\n  margin-top: -8px;\n  font-size: 16px;\n}\n.qq-upload-extra-drop-area {\n  position: relative;\n  margin-top: 50px;\n  font-size: 16px;\n  padding-top: 30px;\n  height: 20px;\n  min-height: 40px;\n}\n.qq-upload-drop-area-active {\n  background: #FF7171;\n}\n.qq-upload-list {\n  margin: 0;\n  padding: 0;\n  list-style: none;\n}\n.qq-upload-list li {\n  margin: 0;\n  padding: 9px;\n  line-height: 15px;\n  font-size: 16px;\n  background-color: #FFF0BD;\n}\n.qq-upload-file,\n.qq-upload-spinner,\n.qq-upload-size,\n.qq-upload-cancel,\n.qq-upload-retry,\n.qq-upload-failed-text,\n.qq-upload-finished {\n  margin-right: 12px;\n}\n.qq-upload-spinner {\n  display: inline-block;\n  width: 15px;\n  height: 15px;\n  vertical-align: text-bottom;\n}\n.qq-drop-processing {\n  display: none;\n}\n.qq-drop-processing-spinner {\n  display: inline-block;\n  width: 24px;\n  height: 24px;\n  vertical-align: text-bottom;\n}\n.qq-upload-finished {\n  display: none;\n  width: 15px;\n  height: 15px;\n  vertical-align: text-bottom;\n}\n.qq-upload-retry {\n  display: none;\n  color: #000000;\n}\n.qq-upload-cancel {\n  color: #000000;\n}\n.qq-upload-retryable .qq-upload-retry {\n  display: inline;\n}\n.qq-upload-size,\n.qq-upload-cancel,\n.qq-upload-retry {\n  font-size: 12px;\n  font-weight: normal;\n}\n.qq-upload-failed-text {\n  display: none;\n  font-style: italic;\n  font-weight: bold;\n}\n.qq-upload-failed-icon {\n  display: none;\n  width: 15px;\n  height: 15px;\n  vertical-align: text-bottom;\n}\n.qq-upload-fail .qq-upload-failed-text {\n  display: inline;\n}\n.qq-upload-retrying .qq-upload-failed-text {\n  display: inline;\n  color: #D60000;\n}\n.qq-upload-list li.qq-upload-success {\n  background-color: #5DA30C;\n  color: #FFFFFF;\n}\n.qq-upload-list li.qq-upload-fail {\n  background-color: #D60000;\n  color: #FFFFFF;\n}\n.qq-progress-bar {\n  background: -moz-linear-gradient(top,#1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);\n  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#1e5799),color-stop(50%,#2989d8),color-stop(51%,#207cca),color-stop(100%,#7db9e8));\n  background: -webkit-linear-gradient(top,#1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);\n  background: -o-linear-gradient(top,#1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);\n  background: -ms-linear-gradient(top,#1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);\n  background: linear-gradient(to bottom,#1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);\n  width: 0%;\n  height: 15px;\n  border-radius: 6px;\n  margin-bottom: 3px;\n  display: none;\n}\n.buttons_added input[type=\"button\"] {\n  -webkit-box-sizing: content-box;\n  -moz-box-sizing: content-box;\n  -ms-box-sizing: content-box;\n  box-sizing: content-box;\n}\n.buttons_added input[type=\"number\"] {\n  margin-bottom: 0;\n}\n.woocommerce .product-thumb-wrap {\n  overflow: hidden;\n  position: relative;\n}\n.woocommerce .widget_shopping_cart .total,\n.woocommerce-page .widget_shopping_cart .total,\nbody.woocommerce #content .widget_shopping_cart .total,\nbody.woocommerce-page #content .widget_shopping_cart .total {\n  border-top: none;\n}\n.woocommerce .shipping-calculator-button,\n.woocommerce-page .shipping-calculator-button,\nbody.woocommerce #content .shipping-calculator-button,\nbody.woocommerce-page #content .shipping-calculator-button {\n  font-size: 20px;\n}\n.woocommerce .shipping-calculator-button:after,\n.woocommerce-page .shipping-calculator-button:after,\nbody.woocommerce #content .shipping-calculator-button:after,\nbody.woocommerce-page #content .shipping-calculator-button:after {\n  font-size: 12px;\n}\n.woocommerce input.button,\n.woocommerce a.button,\n.woocommerce button.button,\n.woocommerce #respond input#submit,\n.woocommerce-page input.button,\n.woocommerce-page a.button,\n.woocommerce-page button.button,\n.woocommerce-page #respond input#submit,\nbody.woocommerce #content input.button,\nbody.woocommerce #content a.button,\nbody.woocommerce #content button.button,\nbody.woocommerce #content #respond input#submit,\nbody.woocommerce-page #content input.button,\nbody.woocommerce-page #content a.button,\nbody.woocommerce-page #content button.button,\nbody.woocommerce-page #content #respond input#submit {\n  box-shadow: none;\n  background: #eee;\n  border: 1px solid #cdcdcd;\n}\n.woocommerce input.button:hover,\n.woocommerce a.button:hover,\n.woocommerce button.button:hover,\n.woocommerce #respond input#submit:hover,\n.woocommerce-page input.button:hover,\n.woocommerce-page a.button:hover,\n.woocommerce-page button.button:hover,\n.woocommerce-page #respond input#submit:hover,\nbody.woocommerce #content input.button:hover,\nbody.woocommerce #content a.button:hover,\nbody.woocommerce #content button.button:hover,\nbody.woocommerce #content #respond input#submit:hover,\nbody.woocommerce-page #content input.button:hover,\nbody.woocommerce-page #content a.button:hover,\nbody.woocommerce-page #content button.button:hover,\nbody.woocommerce-page #content #respond input#submit:hover {\n  background: #ddd;\n  border: 1px solid #ccc;\n}\n.woocommerce input.button.alt,\n.woocommerce a.button.alt,\n.woocommerce button.button.alt,\n.woocommerce #respond input#submit.alt,\n.woocommerce-page input.button.alt,\n.woocommerce-page a.button.alt,\n.woocommerce-page button.button.alt,\n.woocommerce-page #respond input#submit.alt,\nbody.woocommerce #content input.button.alt,\nbody.woocommerce #content a.button.alt,\nbody.woocommerce #content button.button.alt,\nbody.woocommerce #content #respond input#submit.alt,\nbody.woocommerce-page #content input.button.alt,\nbody.woocommerce-page #content a.button.alt,\nbody.woocommerce-page #content button.button.alt,\nbody.woocommerce-page #content #respond input#submit.alt {\n  background: #337EFF;\n  border: 1px solid #005eff;\n}\n.woocommerce input.button.alt:hover,\n.woocommerce a.button.alt:hover,\n.woocommerce button.button.alt:hover,\n.woocommerce #respond input#submit.alt:hover,\n.woocommerce-page input.button.alt:hover,\n.woocommerce-page a.button.alt:hover,\n.woocommerce-page button.button.alt:hover,\n.woocommerce-page #respond input#submit.alt:hover,\nbody.woocommerce #content input.button.alt:hover,\nbody.woocommerce #content a.button.alt:hover,\nbody.woocommerce #content button.button.alt:hover,\nbody.woocommerce #content #respond input#submit.alt:hover,\nbody.woocommerce-page #content input.button.alt:hover,\nbody.woocommerce-page #content a.button.alt:hover,\nbody.woocommerce-page #content button.button.alt:hover,\nbody.woocommerce-page #content #respond input#submit.alt:hover {\n  background: #4d8eff;\n}\n.woocommerce table.cart td.actions .coupon .input-text,\n.woocommerce-page table.cart td.actions .coupon .input-text,\nbody.woocommerce #content table.cart td.actions .coupon .input-text,\nbody.woocommerce-page #content table.cart td.actions .coupon .input-text {\n  height: 25px;\n}\n.woocommerce table.shop_table,\n.woocommerce-page table.shop_table,\nbody.woocommerce #content table.shop_table,\nbody.woocommerce-page #content table.shop_table {\n  border: none;\n}\n.woocommerce #payment div.payment_box,\n.woocommerce-page #payment div.payment_box,\nbody.woocommerce #content #payment div.payment_box,\nbody.woocommerce-page #content #payment div.payment_box {\n  box-shadow: none;\n}\n.woocommerce .woocommerce-message,\n.woocommerce .woocommerce-error,\n.woocommerce .woocommerce-info,\n.woocommerce-page .woocommerce-message,\n.woocommerce-page .woocommerce-error,\n.woocommerce-page .woocommerce-info,\nbody.woocommerce #content .woocommerce-message,\nbody.woocommerce #content .woocommerce-error,\nbody.woocommerce #content .woocommerce-info,\nbody.woocommerce-page #content .woocommerce-message,\nbody.woocommerce-page #content .woocommerce-error,\nbody.woocommerce-page #content .woocommerce-info {\n  padding: 5px 10px !important;\n  font-weight: 400;\n  font-size: 12px;\n  text-shadow: none;\n  border: none;\n  background: #337EFF;\n  color: #FFFFFF;\n  box-shadow: none;\n  -webkit-border-radius: 0px;\n  -moz-border-radius: 0px;\n  border-radius: 0px;\n}\n.woocommerce .woocommerce-message .button,\n.woocommerce .woocommerce-error .button,\n.woocommerce .woocommerce-info .button,\n.woocommerce-page .woocommerce-message .button,\n.woocommerce-page .woocommerce-error .button,\n.woocommerce-page .woocommerce-info .button,\nbody.woocommerce #content .woocommerce-message .button,\nbody.woocommerce #content .woocommerce-error .button,\nbody.woocommerce #content .woocommerce-info .button,\nbody.woocommerce-page #content .woocommerce-message .button,\nbody.woocommerce-page #content .woocommerce-error .button,\nbody.woocommerce-page #content .woocommerce-info .button {\n  padding: 4px 7px;\n  font-size: 10px;\n  border: 1px solid transparent;\n}\n.woocommerce .woocommerce-message:before,\n.woocommerce .woocommerce-error:before,\n.woocommerce .woocommerce-info:before,\n.woocommerce-page .woocommerce-message:before,\n.woocommerce-page .woocommerce-error:before,\n.woocommerce-page .woocommerce-info:before,\nbody.woocommerce #content .woocommerce-message:before,\nbody.woocommerce #content .woocommerce-error:before,\nbody.woocommerce #content .woocommerce-info:before,\nbody.woocommerce-page #content .woocommerce-message:before,\nbody.woocommerce-page #content .woocommerce-error:before,\nbody.woocommerce-page #content .woocommerce-info:before {\n  padding-top: 10px;\n  display: none;\n}\n.woocommerce h3 label,\n.woocommerce .payment_methods label,\n.woocommerce-page h3 label,\n.woocommerce-page .payment_methods label,\nbody.woocommerce #content h3 label,\nbody.woocommerce #content .payment_methods label,\nbody.woocommerce-page #content h3 label,\nbody.woocommerce-page #content .payment_methods label {\n  font-size: inherit;\n  font-weight: inherit;\n  display: inline;\n  padding: 0;\n}\n.woocommerce #content div.product div.images img,\n.woocommerce #content div.product div.images img:hover,\n.woocommerce-page #content div.product div.images img,\n.woocommerce-page #content div.product div.images img:hover,\nbody.woocommerce #content #content div.product div.images img,\nbody.woocommerce #content #content div.product div.images img:hover,\nbody.woocommerce-page #content #content div.product div.images img,\nbody.woocommerce-page #content #content div.product div.images img:hover {\n  box-shadow: none;\n}\n.woocommerce ul.products li.product .onsale,\n.woocommerce span.onsale,\n.woocommerce-page ul.products li.product .onsale,\n.woocommerce-page span.onsale,\nbody.woocommerce #content ul.products li.product .onsale,\nbody.woocommerce #content span.onsale,\nbody.woocommerce-page #content ul.products li.product .onsale,\nbody.woocommerce-page #content span.onsale {\n  position: absolute;\n  z-index: 10;\n  background: #337EFF;\n}\n.woocommerce ul.products li.product .price,\n.woocommerce div.product .price,\n.woocommerce-page ul.products li.product .price,\n.woocommerce-page div.product .price,\nbody.woocommerce #content ul.products li.product .price,\nbody.woocommerce #content div.product .price,\nbody.woocommerce-page #content ul.products li.product .price,\nbody.woocommerce-page #content div.product .price {\n  color: #337EFF;\n}\n.woocommerce ul.products li.product,\n.woocommerce-page ul.products li.product,\nbody.woocommerce #content ul.products li.product,\nbody.woocommerce-page #content ul.products li.product {\n  border-bottom: none;\n}\n.woocommerce ul.products li.product .product-thumb-wrap,\n.woocommerce-page ul.products li.product .product-thumb-wrap,\nbody.woocommerce #content ul.products li.product .product-thumb-wrap,\nbody.woocommerce-page #content ul.products li.product .product-thumb-wrap {\n  overflow: hidden;\n  position: relative;\n  margin-bottom: 10px;\n}\n.woocommerce ul.products li.product .product-thumb-wrap a img,\n.woocommerce-page ul.products li.product .product-thumb-wrap a img,\nbody.woocommerce #content ul.products li.product .product-thumb-wrap a img,\nbody.woocommerce-page #content ul.products li.product .product-thumb-wrap a img {\n  margin: 0;\n}\n.woocommerce ul.products li.product .product-thumb-wrap .add_to_cart_button,\n.woocommerce ul.products li.product .product-thumb-wrap .product_type_variable,\n.woocommerce ul.products li.product .product-thumb-wrap .product_type_grouped,\n.woocommerce ul.products li.product .product-thumb-wrap a.btn,\n.woocommerce-page ul.products li.product .product-thumb-wrap .add_to_cart_button,\n.woocommerce-page ul.products li.product .product-thumb-wrap .product_type_variable,\n.woocommerce-page ul.products li.product .product-thumb-wrap .product_type_grouped,\n.woocommerce-page ul.products li.product .product-thumb-wrap a.btn,\nbody.woocommerce #content ul.products li.product .product-thumb-wrap .add_to_cart_button,\nbody.woocommerce #content ul.products li.product .product-thumb-wrap .product_type_variable,\nbody.woocommerce #content ul.products li.product .product-thumb-wrap .product_type_grouped,\nbody.woocommerce #content ul.products li.product .product-thumb-wrap a.btn,\nbody.woocommerce-page #content ul.products li.product .product-thumb-wrap .add_to_cart_button,\nbody.woocommerce-page #content ul.products li.product .product-thumb-wrap .product_type_variable,\nbody.woocommerce-page #content ul.products li.product .product-thumb-wrap .product_type_grouped,\nbody.woocommerce-page #content ul.products li.product .product-thumb-wrap a.btn {\n  position: absolute;\n  bottom: -50px;\n  top: auto;\n  right: 0px;\n  padding: 15px;\n  border-radius: 0;\n  -webkit-transition: all .5s;\n  -moz-transition: all .5s;\n  -ms-transition: all .5s;\n  transition: all .5s;\n}\n.woocommerce ul.products li.product .product-thumb-wrap:hover .add_to_cart_button,\n.woocommerce ul.products li.product .product-thumb-wrap:hover .product_type_variable,\n.woocommerce ul.products li.product .product-thumb-wrap:hover .product_type_grouped,\n.woocommerce ul.products li.product .product-thumb-wrap:hover a.btn,\n.woocommerce-page ul.products li.product .product-thumb-wrap:hover .add_to_cart_button,\n.woocommerce-page ul.products li.product .product-thumb-wrap:hover .product_type_variable,\n.woocommerce-page ul.products li.product .product-thumb-wrap:hover .product_type_grouped,\n.woocommerce-page ul.products li.product .product-thumb-wrap:hover a.btn,\nbody.woocommerce #content ul.products li.product .product-thumb-wrap:hover .add_to_cart_button,\nbody.woocommerce #content ul.products li.product .product-thumb-wrap:hover .product_type_variable,\nbody.woocommerce #content ul.products li.product .product-thumb-wrap:hover .product_type_grouped,\nbody.woocommerce #content ul.products li.product .product-thumb-wrap:hover a.btn,\nbody.woocommerce-page #content ul.products li.product .product-thumb-wrap:hover .add_to_cart_button,\nbody.woocommerce-page #content ul.products li.product .product-thumb-wrap:hover .product_type_variable,\nbody.woocommerce-page #content ul.products li.product .product-thumb-wrap:hover .product_type_grouped,\nbody.woocommerce-page #content ul.products li.product .product-thumb-wrap:hover a.btn {\n  bottom: 0px;\n}\n.woocommerce ul.products li.product > a,\n.woocommerce-page ul.products li.product > a,\nbody.woocommerce #content ul.products li.product > a,\nbody.woocommerce-page #content ul.products li.product > a {\n  color: inherit;\n}\n.woocommerce ul.products li.product > a:hover img,\n.woocommerce ul.products li.product > a img,\n.woocommerce-page ul.products li.product > a:hover img,\n.woocommerce-page ul.products li.product > a img,\nbody.woocommerce #content ul.products li.product > a:hover img,\nbody.woocommerce #content ul.products li.product > a img,\nbody.woocommerce-page #content ul.products li.product > a:hover img,\nbody.woocommerce-page #content ul.products li.product > a img {\n  box-shadow: none;\n}\n.woocommerce ul.products li.product h3,\n.woocommerce-page ul.products li.product h3,\nbody.woocommerce #content ul.products li.product h3,\nbody.woocommerce-page #content ul.products li.product h3 {\n  font-size: 19px;\n  padding: 0;\n  margin: 0;\n}\n.woocommerce div.product .woocommerce-tabs ul.tabs,\n.woocommerce-page div.product .woocommerce-tabs ul.tabs,\nbody.woocommerce #content div.product .woocommerce-tabs ul.tabs,\nbody.woocommerce-page #content div.product .woocommerce-tabs ul.tabs {\n  padding: 0;\n}\n.woocommerce div.product .woocommerce-tabs ul.tabs:before,\n.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,\nbody.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,\nbody.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {\n  border: none;\n}\n.woocommerce div.product .woocommerce-tabs ul.tabs li,\n.woocommerce div.product .woocommerce-tabs ul.tabs li.active,\n.woocommerce-page div.product .woocommerce-tabs ul.tabs li,\n.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,\nbody.woocommerce #content div.product .woocommerce-tabs ul.tabs li,\nbody.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,\nbody.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,\nbody.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {\n  box-shadow: none;\n  border: none;\n  border-radius: 0;\n  margin: 0;\n  text-shadow: none;\n  transition: none;\n}\n.woocommerce div.product .woocommerce-tabs ul.tabs li:before,\n.woocommerce div.product .woocommerce-tabs ul.tabs li:after,\n.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,\n.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,\n.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,\n.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,\n.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before,\n.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:after,\nbody.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,\nbody.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,\nbody.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before,\nbody.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:after,\nbody.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,\nbody.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after,\nbody.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before,\nbody.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:after {\n  border: none;\n  box-shadow: none;\n  border-radius: 0;\n}\n.woocommerce div.product .woocommerce-tabs ul.tabs li,\n.woocommerce-page div.product .woocommerce-tabs ul.tabs li,\nbody.woocommerce #content div.product .woocommerce-tabs ul.tabs li,\nbody.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {\n  background: #e9e9e9;\n}\n.woocommerce div.product .woocommerce-tabs ul.tabs li.active,\n.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,\nbody.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,\nbody.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {\n  background: #337EFF;\n  color: #FFFFFF;\n}\n.pl-linkbox {\n  background-color: #337EFF;\n  color: #FFFFFF;\n  display: block;\n  padding: 15px;\n  position: relative;\n  transition: all 0.2s linear 0s;\n}\n.pl-linkbox[href]:hover {\n  background: #000;\n  color: #fff;\n}\n.pl-linkbox .linkbox-icon {\n  float: right;\n}\n.pl-linkbox .author {\n  display: inline-block;\n  margin-top: 5px;\n}\n#page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {\n  background: #337EFF;\n}\n#page .mejs-controls .mejs-time-rail .mejs-time-current {\n  background: #337EFF;\n}\n#page .mejs-controls .mejs-time-rail .mejs-time-loaded {\n  background: #000;\n}\n.format-gallery.use-flex-gallery .gallery {\n  display: none;\n}\n.flex-gallery {\n  padding: 0;\n  margin: 0 0 15px;\n  position: relative;\n  zoom: 1;\n  background-color: transparent;\n  overflow: hidden;\n}\n.flex-gallery .slides {\n  zoom: 1;\n  list-style-type: 0;\n  margin: 0;\n}\n.flex-gallery .slides > li {\n  display: none;\n  -webkit-backface-visibility: hidden;\n}\n.flex-gallery .slides img {\n  width: 100%;\n  display: block;\n}\n.flex-gallery .slides:after {\n  content: \".\";\n  display: block;\n  clear: both;\n  visibility: hidden;\n  line-height: 0;\n  height: 0;\n}\n.flex-gallery ul {\n  position: relative;\n  z-index: 1000;\n  margin: 0px;\n}\n.flex-gallery ul li {\n  list-style: none;\n}\n.flex-gallery ul li img {\n  margin-bottom: 0px !important;\n}\n.flex-gallery ul li .flex-caption {\n  position: absolute;\n  bottom: 0;\n  width: 100%;\n  color: #fff;\n  background: rgba(0,0,0,0.5);\n  margin: 0;\n  padding: 10px;\n}\n.flex-gallery ul.flex-direction-nav {\n  margin: 0 !important;\n  position: absolute !important;\n  top: 8px;\n  *height: 0;\n}\n.flex-gallery ul.flex-direction-nav li {\n  float: left;\n  margin-left: 8px;\n}\n.flex-gallery ul.flex-direction-nav a {\n  display: block;\n  position: relative;\n  background-color: rgba(0,0,0,0.5);\n  color: #FFFFFF;\n  height: 25px;\n  width: 25px;\n  text-align: center;\n  transition: all 0.2s linear;\n  border-radius: 1px 1px 1px 1px;\n}\n.flex-gallery ul.flex-direction-nav a:hover {\n  background-color: #000000;\n}\n.flex-gallery ul.flex-direction-nav a i {\n  line-height: 25px;\n}\n.flex-gallery ul.flex-direction-nav a.flex-next {\n  padding-left: 2px;\n}\n.flex-gallery ul.flex-direction-nav a.flex-prev {\n  padding-right: 2px;\n}\n.flex-gallery .flex-control-nav {\n  display: none;\n}\nhtml[xmlns] .slides {\n  display: block;\n}\n* html .slides {\n  height: 1%;\n}\n.no-js .slides > li:first-child {\n  display: block;\n}\n.flex-viewport {\n  max-height: 2000px;\n  -webkit-transition: all 1s ease;\n  -moz-transition: all 1s ease;\n  transition: all 1s ease;\n}\n.loading .flex-viewport {\n  max-height: 300px;\n}\n.post-nav,\n.current_posts_info {\n  padding: 5px 10px;\n  position: relative;\n}\n.post-nav a,\n.current_posts_info a {\n  text-decoration: none;\n}\n.post-nav a:hover,\n.current_posts_info a:hover {\n  opacity: .7;\n}\n.post-nav .previous a,\n.current_posts_info .previous a {\n  float: left;\n}\n.post-nav .next a,\n.current_posts_info .next a {\n  float: right;\n  text-align: right;\n}\n.post-nav .previous i,\n.post-nav .next i,\n.current_posts_info .previous i,\n.current_posts_info .next i {\n  margin: 0 5px;\n}\n.post-nav .previous a,\n.post-nav .next a,\n.current_posts_info .previous a,\n.current_posts_info .next a {\n  line-height: 16px;\n  display: block;\n}\n.wp-caption {\n  text-align: center;\n  padding: 8px 4px 4px;\n  border-radius: 3px;\n  max-width: 98%;\n  margin-bottom: 1em;\n  background-color: #f6f6f6;\n  border: 1px solid #dddddd;\n}\n.wp-caption .wp-caption-text {\n  font-size: 11px;\n  line-height: 16px;\n  text-align: center;\n  margin: 0;\n  padding: 6px 0 2px;\n}\n.wp-caption img {\n  display: inline-block;\n  margin: 0;\n  padding: 2px;\n  border: 0 none;\n  background: rgba(255,255,255,0.6);\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  -ms-box-sizing: border-box;\n  box-sizing: border-box;\n}\n.wp-caption .wp-caption-dd {\n  font-size: 11px;\n  line-height: 17px;\n  padding: 0 4px 5px;\n  margin: 0;\n}\n#wp-calendar {\n  overflow: hidden;\n  padding: 0;\n  text-align: center;\n  padding: 8px 15px;\n  margin: 0;\n  margin-top: 5px;\n  width: 100%;\n  border-collapse: collapse;\n}\n#wp-calendar thead th,\n#wp-calendar caption {\n  background-color: #f2f2f2;\n  color: rgba(0,0,0,0.6);\n}\n#wp-calendar caption {\n  background-color: #f2f2f2;\n  font-size: .9em;\n  padding: 2px;\n  font-weight: normal;\n  font-weight: bold;\n}\n#wp-calendar thead th {\n  background-color: #f6f6f6;\n  padding: 2px;\n  font-size: .9em;\n}\n#wp-calendar td {\n  padding: 4px 8px;\n}\n#wp-calendar #today {\n  background-color: #f2f2f2;\n  font-weight: bold;\n}\n.widget {\n  margin: 0;\n  margin-bottom: 15px;\n  overflow: hidden;\n}\n.widget .widget-title,\n.widget .widgettitle {\n  text-align: left;\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n  font-weight: 600;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n  font-size: 12px;\n  line-height: 20px;\n  margin-bottom: 5px;\n}\n.widget .widget-title > a,\n.widget .widgettitle > a {\n  color: inherit;\n}\n.widget .widget-pad {\n  padding: 10px;\n}\n.widget .tagcloud {\n  padding: .7em;\n  line-height: 1.4em;\n}\n.widget.widget_search .widget-title {\n  margin-bottom: 10px;\n}\n.widget.widget_archive .postform,\n.widget.widget_categories .postform {\n  margin: 10px 10px;\n}\n.widget.widget_recent_comments li {\n  padding: 4px;\n}\n.widget .textwidget {\n  font-size: 11.9px;\n}\n.widget .textwidget > p,\n.widget .textwidget > address,\n.widget .textwidget > blockquote {\n  margin: 1em 0;\n}\n.widget .textwidget > p:first-child,\n.widget .textwidget > address:first-child,\n.widget .textwidget > blockquote:first-child {\n  margin-top: 0;\n}\n.widget .textwidget > p:last-child,\n.widget .textwidget > address:last-child,\n.widget .textwidget > blockquote:last-child {\n  margin-bottom: 0;\n}\n.widget ul {\n  font-size: 11.9px;\n}\n.widget ul.sub-menu {\n  margin: 0px;\n}\n.widget li {\n  padding: 8px 0px;\n  list-style: none;\n  margin: 0;\n  border-bottom-width: 1px;\n  border-bottom-style: solid;\n  border-color: #f2f2f2;\n  display: block;\n}\n.widget li li {\n  padding: 0px;\n  border: none;\n  margin: 8px 0 8px 15px;\n}\n.widget .tags-list a {\n  display: inline-block;\n  border: 1px solid rgba(0,0,0,0.1);\n  margin: 0 3px 3px 0;\n  padding: 1px 5px;\n  -webkit-border-radius: 2px;\n  -moz-border-radius: 2px;\n  border-radius: 2px;\n}\nul.sidebar_widgets {\n  list-style-type: none;\n}\nul.sidebar_widgets li:first-child > h2 {\n  margin-top: 0;\n}\n.wp-comments {\n  margin: 1em 0 0;\n  padding-top: 40px;\n  margin-top: -40px;\n}\n.wp-comments .wp-comments-pad {\n  padding: 10px 0;\n}\n#respond {\n  margin: 21.7px;\n  text-align: left;\n}\n#respond #reply-title {\n  font-size: 25px;\n}\n#respond #commentform {\n  margin-top: 10px;\n}\n#respond #commentform p {\n  margin: 0 0 10px;\n}\n#respond #commentform small {\n  font-size: 90%;\n}\n#respond #commentform input[type=\"text\"] {\n  display: block;\n}\n#respond #commentform textarea {\n  height: 140px;\n}\n#respond #commentform #submit {\n  display: inline;\n}\n#respond #commentform .required {\n  color: rgba(0,0,0,0.6);\n}\n#respond #commentform p.logged-in-as,\n#respond #commentform p.comment-form-comment,\n#respond #commentform p.form-submit {\n  margin: .3em 0;\n}\n#respond #commentform p.comment-form-comment {\n  margin: .8em 0;\n}\np.form-allowed-tags {\n  width: auto;\n  margin-bottom: 1.6em;\n  font-size: .85em;\n}\np.form-allowed-tags code {\n  background: transparent;\n  border: none;\n  display: block;\n  font-size: 10px;\n  line-height: 1.4em;\n  margin: 0 0 10px;\n  padding: 0;\n}\n.nocommentform {\n  display: none;\n}\n#comments-title {\n  font-size: 25px;\n}\n.wp-comments h3 {\n  font-size: 25px;\n}\n.wp-comments .commentlist {\n  list-style-type: none;\n  margin: 10px 0px 10px 18px;\n  line-height: 1.6em;\n}\n.wp-comments .commentlist > .comment {\n  padding-left: 80px;\n  border-bottom: 1px dashed #e9e9e9;\n}\n.wp-comments .commentlist p {\n  margin: 0 0 1em;\n}\n.wp-comments .commentlist li {\n  padding: 20px;\n}\n.wp-comments .commentlist li ul li {\n  padding: 15px 0;\n}\n.wp-comments .commentlist img.avatar {\n  float: left;\n  margin-left: -75px;\n  position: relative;\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  -ms-box-sizing: border-box;\n  box-sizing: border-box;\n}\n.wp-comments .commentlist cite {\n  font-weight: bold;\n  font-style: normal;\n}\n.wp-comments .commentlist .comment-author {\n  font-size: 1.1em;\n}\n.wp-comments .commentlist .comment-awaiting-moderation {\n  opacity: .7;\n  padding: 0 5px;\n  display: inline-block;\n  margin: 4px 0 8px 0;\n}\n.wp-comments .commentlist .comment-meta {\n  margin: 0 0 21.7px;\n  display: block;\n  font-size: 11px;\n  line-height: 14px;\n}\n.wp-comments .commentlist .comment-meta a {\n  color: inherit;\n  opacity: .7;\n}\n.wp-comments .commentlist ul.children {\n  list-style-type: none;\n}\n.wp-comments .commentlist ul.children .comment-body {\n  padding-left: 50px;\n}\n.wp-comments .commentlist ul.children img.avatar {\n  width: 40px;\n  margin-top: 0;\n  margin-left: -50px;\n  color: inherit;\n  opacity: .7;\n}\n#multisite_area {\n  font-size: 1.1em;\n  line-height: 1.63em;\n}\n#multisite_area .mu_register {\n  width: auto;\n}\n#multisite_area .mu_register input[type=\"text\"] {\n  height: auto;\n  font-size: 35px;\n  background: #f6f6f6;\n  padding: 7px 6px;\n}\n#multisite_area .mu_register input[type=\"submit\"] {\n  width: auto;\n  padding: 8px 18px;\n  font-size: 14px;\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n}\n#multisite_area .mu_register h1,\n#multisite_area .mu_register h2,\n#multisite_area .mu_register h3 {\n  margin: 1em 0 .5em 0;\n}\n#multisite_area .mu_register > h2 {\n  font-size: 28px;\n}\n#multisite_area .mu_register ul {\n  padding-left: 25px;\n  list-style-type: none;\n}\n#multisite_area .mu_register p {\n  font-size: 16px;\n  line-height: 1.6em;\n}\n#multisite_area .mu_register p.submit,\n#multisite_area .mu_register p.submit:hover,\n#multisite_area .mu_register p.submit:active {\n  background: none;\n  border: none;\n  box-shadow: none;\n  padding: 0;\n}\n#multisite_area .mu_alert {\n  margin: 1em 0;\n  font-weight: normal;\n}\n.gform_wrapper input[type=text],\n.gform_wrapper input[type=url],\n.gform_wrapper input[type=email],\n.gform_wrapper input[type=tel],\n.gform_wrapper input[type=number],\n.gform_wrapper input[type=password] {\n  font-size: 16px;\n  padding: 5px;\n}\n#wpadminbar {\n  min-width: 800px;\n}\n#wpadminbar .pl-admin-bar-label {\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n  font-size: .846em;\n  font-weight: bold;\n  line-height: 14px;\n  color: #fff;\n  vertical-align: baseline;\n  white-space: nowrap;\n  text-shadow: 0 -1px 0 rgba(0,0,0,0.35);\n  padding: 3px 4px 2px;\n  -webkit-border-radius: 3px;\n  -moz-border-radius: 3px;\n  border-radius: 3px;\n}\n.screen-reader-text {\n  display: none;\n}\n#wpstats {\n  width: 0px;\n  height: 0px;\n  overflow: hidden;\n}\n.fb-like {\n  margin-right: 20px;\n  vertical-align: top;\n}\n.fb-like > span {\n  vertical-align: top !important;\n}\n#page .widget_wp125 {\n  padding: 0;\n}\n#page .widget_wp125.widget {\n  border: none;\n  padding: 0;\n  margin: 0 0 1em 0;\n}\n#page .widget_wp125.widget .wtitle {\n  display: none;\n}\n#page .widget_wp125.widget .winner {\n  padding: 0;\n  line-height: 1px;\n}\n#page .widget_wp125 .winner {\n  width: 100%;\n}\n#page .widget_wp125 .wp125ad {\n  padding: 0;\n  width: auto;\n  float: left;\n  max-width: 50%;\n}\n#page .widget_wp125 .wp125ad a {\n  margin: 6px;\n  padding: 5px;\n  margin: 2px 5px 5px 5px;\n  display: inline-block;\n  border: 1px solid transparent;\n  background: #e9e9e9;\n  border: 1px solid #f4f4f4;\n  box-shadow: 0 1px 2px rgba(0,0,0,0.4);\n}\n#page .widget_wp125 .wp125ad a img {\n  width: 125px;\n  height: auto;\n  display: block;\n  box-shadow: 0 1px 2px #fefefe;\n}\n#page .widget_wp125 .wp125ad a:hover {\n  background: #f4f4f4;\n}\n.widget ul.twitter .twitter-item {\n  font-weight: normal;\n  font-style: italic;\n  margin-bottom: .4em;\n  font-size: .9em;\n}\n.typekit-badge {\n  display: none !important;\n}\n.widget_flickrRSS.widget ul {\n  margin: 7px 0px 0px 0px;\n}\n.widget_flickrRSS.widget ul li {\n  display: inline-block;\n  padding: 0;\n  margin: 0;\n  border-bottom: none;\n}\n.widget_flickrRSS a {\n  display: inline-block;\n  margin: 8px 12px 2px 5px;\n}\n.widget_flickrRSS a img {\n  display: block;\n  font-size: 10px;\n  border-width: 0px 1px 1px 0px;\n  border-style: solid;\n  padding: 3px;\n}\n.widget_flickrRSS a img,\n.srp-widget-thmblink {\n  background: #e9e9e9;\n  border: 1px solid #f4f4f4;\n  box-shadow: 0 1px 2px rgba(0,0,0,0.4);\n}\n.widget_flickrRSS a img:hover {\n  background: #f4f4f4;\n}\n.widget div.srp-widget-singlepost {\n  border-bottom: 1px solid #f2f2f2;\n  font-size: .85em;\n  margin: 0;\n  padding: 1.2em 0;\n}\n.widget .srp-widget-title-link {\n  font-size: .9em;\n  line-height: 1.2em;\n}\n.widget .srp-widget-date {\n  color: rgba(0,0,0,0.6);\n}\n.widget div.srp-thumbnail-box {\n  padding-right: 15px;\n}\n.srp-widget-excerpt {\n  line-height: 1.5em;\n}\n.srp-widget-thmblink {\n  display: block;\n  padding: 3px;\n  text-decoration: none;\n  border: none;\n  text-shadow: none;\n  width: 50px;\n}\n.srp-widget-thmblink img {\n  display: block;\n}\n#site #dsq-content {\n  text-shadow: none;\n}\n#site #dsq-content a {\n  text-shadow: none;\n}\n#site #dsq-content .dsq-request-user-info td a {\n  font-weight: normal;\n  font-size: 1.2em;\n  color: #000000;\n}\n#site #dsq-content .dsq-brlink {\n  display: none;\n}\n#site #dsq-content .dsq-request-user-info td small a {\n  font-style: italic;\n}\n#site #dsq-content h3 {\n  line-height: 1.5em;\n  margin-bottom: 1em;\n  border-color: #f2f2f2;\n}\n.cform input {\n  padding: 5px;\n  font-size: 1.1em;\n}\n.cform fieldset {\n  border: none;\n}\n.cform input[type=\"text\"].cf_error:focus {\n  border-color: rgba(82,168,236,0.8);\n}\n.cform label {\n  display: block;\n  margin: 0;\n  text-align: left;\n}\n.cform legend {\n  display: none;\n}\n.cform .contentcontainer  .cform {\n  margin: 5px 50px;\n  padding: 0px 0;\n}\n.cform ol,\n.cform li {\n  list-style-type: none;\n  margin: 0;\n  padding: 0;\n}\n.cform li {\n  margin-bottom: .7em;\n}\n.cform .single {\n  width: 97%;\n}\n.cform .area {\n  width: 97%;\n}\n.cform .emailreqtxt,\n.cform .reqtxt {\n  font-style: italic;\n}\n.cform .cf_hidden {\n  display: none;\n}\n.cform .success {\n  padding: 15px;\n  margin-bottom: .5em;\n  font-size: 1.4em;\n  background-color: #f2f2f2;\n}\n.mailinglist .cform ol {\n  width: 262px;\n  float: left;\n}\n.mailinglist .cform .single {\n  width: 97%;\n}\n.mailinglist .cform .sendbutton {\n  margin: 21px 0 0 10px;\n  padding: 3px 0 2px 0;\n}\n.mailinglist .cform .linklove a {\n  display: none;\n}\n#page div.wpcf7-mail-sent-ok {\n  border: 1px solid #cee5bb;\n  background: #dff0d8;\n}\n#page span.wpcf7-not-valid-tip {\n  border: 1px solid #faebcc;\n  background: #fcf8e3;\n}\n#page div.wpcf7-validation-errors {\n  border: 1px solid #ebccd1;\n  background: #f2dede;\n}\n#page div.wpcf7-mail-sent-ok,\n#page span.wpcf7-not-valid-tip,\n#page div.wpcf7-validation-errors {\n  text-shadow: 0 1px 0 rgba(255,255,255,0.8);\n  text-align: center;\n  -webkit-box-shadow: inset 1px 1px 2px rgba(255,255,255,0.5);\n  -moz-box-shadow: inset 1px 1px 2px rgba(255,255,255,0.5);\n  box-shadow: inset 1px 1px 2px rgba(255,255,255,0.5);\n}\n.pagelines-grid {\n  padding: 1%;\n}\n.row,\n.row-fluid,\n.editor-row,\n.row-no-response {\n  width: 100%;\n  *zoom: 1;\n}\n.row:before,\n.row:after,\n.row-fluid:before,\n.row-fluid:after,\n.editor-row:before,\n.editor-row:after,\n.row-no-response:before,\n.row-no-response:after {\n  display: table;\n  content: \"\";\n  line-height: 0;\n}\n.row:after,\n.row-fluid:after,\n.editor-row:after,\n.row-no-response:after {\n  clear: both;\n}\n.row > [class*=\"span\"],\n.row-fluid > [class*=\"span\"],\n.editor-row > [class*=\"span\"],\n.row-no-response > [class*=\"span\"] {\n  float: left;\n  margin-left: 2.127659574%;\n  margin-bottom: 21.7px;\n}\n.row.no-row-space > [class*=\"span\"],\n.row-fluid.no-row-space > [class*=\"span\"],\n.editor-row.no-row-space > [class*=\"span\"],\n.row-no-response.no-row-space > [class*=\"span\"] {\n  margin-bottom: 0;\n}\n.row.row-closed > [class*=\"span\"],\n.row.row-set > [class*=\"span\"],\n.row-fluid.row-closed > [class*=\"span\"],\n.row-fluid.row-set > [class*=\"span\"],\n.editor-row.row-closed > [class*=\"span\"],\n.editor-row.row-set > [class*=\"span\"],\n.row-no-response.row-closed > [class*=\"span\"],\n.row-no-response.row-set > [class*=\"span\"] {\n  margin-left: 0;\n  margin-bottom: 0;\n}\n.row.row-closed.with-gutter .span-wrap,\n.row.row-set.with-gutter .span-wrap,\n.row-fluid.row-closed.with-gutter .span-wrap,\n.row-fluid.row-set.with-gutter .span-wrap,\n.editor-row.row-closed.with-gutter .span-wrap,\n.editor-row.row-set.with-gutter .span-wrap,\n.row-no-response.row-closed.with-gutter .span-wrap,\n.row-no-response.row-set.with-gutter .span-wrap {\n  padding: 10px;\n}\n.row.row-squared .span12,\n.row-fluid.row-squared .span12,\n.editor-row.row-squared .span12,\n.row-no-response.row-squared .span12 {\n  padding-bottom: 99.99999999%;\n}\n.row.row-squared .span11,\n.row-fluid.row-squared .span11,\n.editor-row.row-squared .span11,\n.row-no-response.row-squared .span11 {\n  padding-bottom: 91.489361693%;\n}\n.row.row-squared .span10,\n.row-fluid.row-squared .span10,\n.editor-row.row-squared .span10,\n.row-no-response.row-squared .span10 {\n  padding-bottom: 82.978723396%;\n}\n.row.row-squared .span9,\n.row-fluid.row-squared .span9,\n.editor-row.row-squared .span9,\n.row-no-response.row-squared .span9 {\n  padding-bottom: 74.468085099%;\n}\n.row.row-squared .span8,\n.row-fluid.row-squared .span8,\n.editor-row.row-squared .span8,\n.row-no-response.row-squared .span8 {\n  padding-bottom: 65.957446802%;\n}\n.row.row-squared .span7,\n.row-fluid.row-squared .span7,\n.editor-row.row-squared .span7,\n.row-no-response.row-squared .span7 {\n  padding-bottom: 57.446808505%;\n}\n.row.row-squared .span6,\n.row-fluid.row-squared .span6,\n.editor-row.row-squared .span6,\n.row-no-response.row-squared .span6 {\n  padding-bottom: 48.936170208%;\n}\n.row.row-squared .span5,\n.row-fluid.row-squared .span5,\n.editor-row.row-squared .span5,\n.row-no-response.row-squared .span5 {\n  padding-bottom: 40.425531911%;\n}\n.row.row-squared .span4,\n.row-fluid.row-squared .span4,\n.editor-row.row-squared .span4,\n.row-no-response.row-squared .span4 {\n  padding-bottom: 31.914893614%;\n}\n.row.row-squared .span3,\n.row-fluid.row-squared .span3,\n.editor-row.row-squared .span3,\n.row-no-response.row-squared .span3 {\n  padding-bottom: 23.404255317%;\n}\n.row.row-squared .span2,\n.row-fluid.row-squared .span2,\n.editor-row.row-squared .span2,\n.row-no-response.row-squared .span2 {\n  padding-bottom: 14.89361702%;\n}\n.row.row-squared .span1,\n.row-fluid.row-squared .span1,\n.editor-row.row-squared .span1,\n.row-no-response.row-squared .span1 {\n  padding-bottom: 6.382978723%;\n}\n.row.row-closed > .span1,\n.row-fluid.row-closed > .span1,\n.editor-row.row-closed > .span1,\n.row-no-response.row-closed > .span1 {\n  width: 8.333333333%;\n}\n.row.row-closed > .span2,\n.row-fluid.row-closed > .span2,\n.editor-row.row-closed > .span2,\n.row-no-response.row-closed > .span2 {\n  width: 16.666666666%;\n}\n.row.row-closed > .span3,\n.row-fluid.row-closed > .span3,\n.editor-row.row-closed > .span3,\n.row-no-response.row-closed > .span3 {\n  width: 25%;\n}\n.row.row-closed > .span4,\n.row-fluid.row-closed > .span4,\n.editor-row.row-closed > .span4,\n.row-no-response.row-closed > .span4 {\n  width: 33.33333333%;\n}\n.row.row-closed > .span5,\n.row-fluid.row-closed > .span5,\n.editor-row.row-closed > .span5,\n.row-no-response.row-closed > .span5 {\n  width: 41.6666666%;\n}\n.row.row-closed > .span6,\n.row-fluid.row-closed > .span6,\n.editor-row.row-closed > .span6,\n.row-no-response.row-closed > .span6 {\n  width: 50%;\n}\n.row.row-closed > .span7,\n.row-fluid.row-closed > .span7,\n.editor-row.row-closed > .span7,\n.row-no-response.row-closed > .span7 {\n  width: 58.3333333%;\n}\n.row.row-closed > .span8,\n.row-fluid.row-closed > .span8,\n.editor-row.row-closed > .span8,\n.row-no-response.row-closed > .span8 {\n  width: 66.6666666%;\n}\n.row.row-closed > .span9,\n.row-fluid.row-closed > .span9,\n.editor-row.row-closed > .span9,\n.row-no-response.row-closed > .span9 {\n  width: 75%;\n}\n.row.row-closed > .span10,\n.row-fluid.row-closed > .span10,\n.editor-row.row-closed > .span10,\n.row-no-response.row-closed > .span10 {\n  width: 83.3333333%;\n}\n.row.row-closed > .span11,\n.row-fluid.row-closed > .span11,\n.editor-row.row-closed > .span11,\n.row-no-response.row-closed > .span11 {\n  width: 91.6666666%;\n}\n.row.row-closed > .span12,\n.row-fluid.row-closed > .span12,\n.editor-row.row-closed > .span12,\n.row-no-response.row-closed > .span12 {\n  width: 100%;\n}\n.row.row-closed.row-squared .span1,\n.row-fluid.row-closed.row-squared .span1,\n.editor-row.row-closed.row-squared .span1,\n.row-no-response.row-closed.row-squared .span1 {\n  padding-bottom: 8.333333333%;\n}\n.row.row-closed.row-squared .span2,\n.row-fluid.row-closed.row-squared .span2,\n.editor-row.row-closed.row-squared .span2,\n.row-no-response.row-closed.row-squared .span2 {\n  padding-bottom: 16.666666666%;\n}\n.row.row-closed.row-squared .span3,\n.row-fluid.row-closed.row-squared .span3,\n.editor-row.row-closed.row-squared .span3,\n.row-no-response.row-closed.row-squared .span3 {\n  padding-bottom: 25%;\n}\n.row.row-closed.row-squared .span4,\n.row-fluid.row-closed.row-squared .span4,\n.editor-row.row-closed.row-squared .span4,\n.row-no-response.row-closed.row-squared .span4 {\n  padding-bottom: 33.33333333%;\n}\n.row.row-closed.row-squared .span5,\n.row-fluid.row-closed.row-squared .span5,\n.editor-row.row-closed.row-squared .span5,\n.row-no-response.row-closed.row-squared .span5 {\n  padding-bottom: 41.6666666%;\n}\n.row.row-closed.row-squared .span6,\n.row-fluid.row-closed.row-squared .span6,\n.editor-row.row-closed.row-squared .span6,\n.row-no-response.row-closed.row-squared .span6 {\n  padding-bottom: 50%;\n}\n.row.row-closed.row-squared .span7,\n.row-fluid.row-closed.row-squared .span7,\n.editor-row.row-closed.row-squared .span7,\n.row-no-response.row-closed.row-squared .span7 {\n  padding-bottom: 58.3333333%;\n}\n.row.row-closed.row-squared .span8,\n.row-fluid.row-closed.row-squared .span8,\n.editor-row.row-closed.row-squared .span8,\n.row-no-response.row-closed.row-squared .span8 {\n  padding-bottom: 66.6666666%;\n}\n.row.row-closed.row-squared .span9,\n.row-fluid.row-closed.row-squared .span9,\n.editor-row.row-closed.row-squared .span9,\n.row-no-response.row-closed.row-squared .span9 {\n  padding-bottom: 75%;\n}\n.row.row-closed.row-squared .span10,\n.row-fluid.row-closed.row-squared .span10,\n.editor-row.row-closed.row-squared .span10,\n.row-no-response.row-closed.row-squared .span10 {\n  padding-bottom: 83.3333333%;\n}\n.row.row-closed.row-squared .span11,\n.row-fluid.row-closed.row-squared .span11,\n.editor-row.row-closed.row-squared .span11,\n.row-no-response.row-closed.row-squared .span11 {\n  padding-bottom: 91.6666666%;\n}\n.row.row-closed.row-squared .span12,\n.row-fluid.row-closed.row-squared .span12,\n.editor-row.row-closed.row-squared .span12,\n.row-no-response.row-closed.row-squared .span12 {\n  padding-bottom: 100%;\n}\n.row > [class*=\"span\"]:first-child,\n.row > section:first-of-type,\n.row .sortable-first,\n.row-fluid > [class*=\"span\"]:first-child,\n.row-fluid > section:first-of-type,\n.row-fluid .sortable-first,\n.editor-row > [class*=\"span\"]:first-child,\n.editor-row > section:first-of-type,\n.editor-row .sortable-first,\n.row-no-response > [class*=\"span\"]:first-child,\n.row-no-response > section:first-of-type,\n.row-no-response .sortable-first {\n  margin-left: 0;\n  clear: both;\n}\n.row .span12,\n.row-fluid .span12,\n.editor-row .span12,\n.row-no-response .span12 {\n  width: 99.99999999%;\n}\n.row .span11,\n.row-fluid .span11,\n.editor-row .span11,\n.row-no-response .span11 {\n  width: 91.489361693%;\n}\n.row .span10,\n.row-fluid .span10,\n.editor-row .span10,\n.row-no-response .span10 {\n  width: 82.978723396%;\n}\n.row .span9,\n.row-fluid .span9,\n.editor-row .span9,\n.row-no-response .span9 {\n  width: 74.468085099%;\n}\n.row .span8,\n.row-fluid .span8,\n.editor-row .span8,\n.row-no-response .span8 {\n  width: 65.957446802%;\n}\n.row .span7,\n.row-fluid .span7,\n.editor-row .span7,\n.row-no-response .span7 {\n  width: 57.446808505%;\n}\n.row .span6,\n.row-fluid .span6,\n.editor-row .span6,\n.row-no-response .span6 {\n  width: 48.936170208%;\n}\n.row .span5,\n.row-fluid .span5,\n.editor-row .span5,\n.row-no-response .span5 {\n  width: 40.425531911%;\n}\n.row .span4,\n.row-fluid .span4,\n.editor-row .span4,\n.row-no-response .span4 {\n  width: 31.914893614%;\n}\n.row .span3,\n.row-fluid .span3,\n.editor-row .span3,\n.row-no-response .span3 {\n  width: 23.404255317%;\n}\n.row .span2,\n.row-fluid .span2,\n.editor-row .span2,\n.row-no-response .span2 {\n  width: 14.89361702%;\n}\n.row .span1,\n.row-fluid .span1,\n.editor-row .span1,\n.row-no-response .span1 {\n  width: 6.382978723%;\n}\n.row .offset12,\n.row-fluid .offset12,\n.editor-row .offset12,\n.row-no-response .offset12 {\n  margin-left: 104.255319138%;\n}\n.row .offset12.sortable-first,\n.row .offset12:first-child,\n.row-fluid .offset12.sortable-first,\n.row-fluid .offset12:first-child,\n.editor-row .offset12.sortable-first,\n.editor-row .offset12:first-child,\n.row-no-response .offset12.sortable-first,\n.row-no-response .offset12:first-child {\n  margin-left: 102.127659564%;\n}\n.row .offset11,\n.row-fluid .offset11,\n.editor-row .offset11,\n.row-no-response .offset11 {\n  margin-left: 95.744680841%;\n}\n.row .offset11.sortable-first,\n.row .offset11:first-child,\n.row-fluid .offset11.sortable-first,\n.row-fluid .offset11:first-child,\n.editor-row .offset11.sortable-first,\n.editor-row .offset11:first-child,\n.row-no-response .offset11.sortable-first,\n.row-no-response .offset11:first-child {\n  margin-left: 93.617021267%;\n}\n.row .offset10,\n.row-fluid .offset10,\n.editor-row .offset10,\n.row-no-response .offset10 {\n  margin-left: 87.234042544%;\n}\n.row .offset10.sortable-first,\n.row .offset10:first-child,\n.row-fluid .offset10.sortable-first,\n.row-fluid .offset10:first-child,\n.editor-row .offset10.sortable-first,\n.editor-row .offset10:first-child,\n.row-no-response .offset10.sortable-first,\n.row-no-response .offset10:first-child {\n  margin-left: 85.10638297%;\n}\n.row .offset9,\n.row-fluid .offset9,\n.editor-row .offset9,\n.row-no-response .offset9 {\n  margin-left: 78.723404247%;\n}\n.row .offset9.sortable-first,\n.row .offset9:first-child,\n.row-fluid .offset9.sortable-first,\n.row-fluid .offset9:first-child,\n.editor-row .offset9.sortable-first,\n.editor-row .offset9:first-child,\n.row-no-response .offset9.sortable-first,\n.row-no-response .offset9:first-child {\n  margin-left: 76.595744673%;\n}\n.row .offset8,\n.row-fluid .offset8,\n.editor-row .offset8,\n.row-no-response .offset8 {\n  margin-left: 70.21276595%;\n}\n.row .offset8.sortable-first,\n.row .offset8:first-child,\n.row-fluid .offset8.sortable-first,\n.row-fluid .offset8:first-child,\n.editor-row .offset8.sortable-first,\n.editor-row .offset8:first-child,\n.row-no-response .offset8.sortable-first,\n.row-no-response .offset8:first-child {\n  margin-left: 68.085106376%;\n}\n.row .offset7,\n.row-fluid .offset7,\n.editor-row .offset7,\n.row-no-response .offset7 {\n  margin-left: 61.702127653%;\n}\n.row .offset7.sortable-first,\n.row .offset7:first-child,\n.row-fluid .offset7.sortable-first,\n.row-fluid .offset7:first-child,\n.editor-row .offset7.sortable-first,\n.editor-row .offset7:first-child,\n.row-no-response .offset7.sortable-first,\n.row-no-response .offset7:first-child {\n  margin-left: 59.574468079%;\n}\n.row .offset6,\n.row-fluid .offset6,\n.editor-row .offset6,\n.row-no-response .offset6 {\n  margin-left: 53.191489356%;\n}\n.row .offset6.sortable-first,\n.row .offset6:first-child,\n.row-fluid .offset6.sortable-first,\n.row-fluid .offset6:first-child,\n.editor-row .offset6.sortable-first,\n.editor-row .offset6:first-child,\n.row-no-response .offset6.sortable-first,\n.row-no-response .offset6:first-child {\n  margin-left: 51.063829782%;\n}\n.row .offset5,\n.row-fluid .offset5,\n.editor-row .offset5,\n.row-no-response .offset5 {\n  margin-left: 44.680851059%;\n}\n.row .offset5.sortable-first,\n.row .offset5:first-child,\n.row-fluid .offset5.sortable-first,\n.row-fluid .offset5:first-child,\n.editor-row .offset5.sortable-first,\n.editor-row .offset5:first-child,\n.row-no-response .offset5.sortable-first,\n.row-no-response .offset5:first-child {\n  margin-left: 42.553191485%;\n}\n.row .offset4,\n.row-fluid .offset4,\n.editor-row .offset4,\n.row-no-response .offset4 {\n  margin-left: 36.170212762%;\n}\n.row .offset4.sortable-first,\n.row .offset4:first-child,\n.row-fluid .offset4.sortable-first,\n.row-fluid .offset4:first-child,\n.editor-row .offset4.sortable-first,\n.editor-row .offset4:first-child,\n.row-no-response .offset4.sortable-first,\n.row-no-response .offset4:first-child {\n  margin-left: 34.042553188%;\n}\n.row .offset3,\n.row-fluid .offset3,\n.editor-row .offset3,\n.row-no-response .offset3 {\n  margin-left: 27.659574465%;\n}\n.row .offset3.sortable-first,\n.row .offset3:first-child,\n.row-fluid .offset3.sortable-first,\n.row-fluid .offset3:first-child,\n.editor-row .offset3.sortable-first,\n.editor-row .offset3:first-child,\n.row-no-response .offset3.sortable-first,\n.row-no-response .offset3:first-child {\n  margin-left: 25.531914891%;\n}\n.row .offset2,\n.row-fluid .offset2,\n.editor-row .offset2,\n.row-no-response .offset2 {\n  margin-left: 19.148936168%;\n}\n.row .offset2.sortable-first,\n.row .offset2:first-child,\n.row-fluid .offset2.sortable-first,\n.row-fluid .offset2:first-child,\n.editor-row .offset2.sortable-first,\n.editor-row .offset2:first-child,\n.row-no-response .offset2.sortable-first,\n.row-no-response .offset2:first-child {\n  margin-left: 17.021276594%;\n}\n.row .offset1,\n.row-fluid .offset1,\n.editor-row .offset1,\n.row-no-response .offset1 {\n  margin-left: 10.638297871%;\n}\n.row .offset1.sortable-first,\n.row .offset1:first-child,\n.row-fluid .offset1.sortable-first,\n.row-fluid .offset1:first-child,\n.editor-row .offset1.sortable-first,\n.editor-row .offset1:first-child,\n.row-no-response .offset1.sortable-first,\n.row-no-response .offset1:first-child {\n  margin-left: 8.510638297%;\n}\n.alert {\n  padding: 8px 35px 8px 14px;\n  margin-bottom: 10px;\n  text-shadow: 0 1px 0 rgba(255,255,255,0.5);\n  background-color: rgba(0,0,0,0.05);\n  border-left: 5px solid #337EFF;\n}\n.alert .close {\n  position: relative;\n  top: -2px;\n  right: -21px;\n  line-height: 18px;\n  font-size: 22px;\n  color: inherit;\n  opacity: .4;\n}\n.alert p {\n  margin: 0;\n}\n.alert .btn-mini {\n  vertical-align: top;\n}\n.alert-heading {\n  color: inherit;\n}\nh2.alert-heading,\nh3.alert-heading,\nh4.alert-heading,\nh5.alert-heading,\nh6.alert-heading {\n  margin: 0 auto 0.25em;\n}\n.alert-warning {\n  background-color: #fcf8e3;\n  border-color: #faebcc;\n  color: #453404;\n}\n.alert-success {\n  background-color: #dff0d8;\n  border-color: #cee5bb;\n  color: #468847;\n}\n.alert-important,\n.alert-error {\n  background-color: #f2dede;\n  border-color: #ebccd1;\n  color: #b94a48;\n}\n.alert-info {\n  background-color: #d9edf7;\n  border-color: #afd9ee;\n  color: #3a87ad;\n}\n.alert-block {\n  padding-top: 14px;\n  padding-bottom: 14px;\n}\n.alert-block > p,\n.alert-block > ul {\n  margin-bottom: 0;\n}\n.alert-block p + p {\n  margin-top: 5px;\n}\n.label,\n.badge {\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n  font-size: .846em;\n  font-weight: bold;\n  line-height: 14px;\n  vertical-align: baseline;\n  white-space: nowrap;\n}\n.label {\n  padding: 1px 4px 2px;\n  border-radius: 3px;\n}\n.badge {\n  padding: 1px 9px 2px;\n  border-radius: 9px;\n}\nbody a.label:hover,\nbody a.badge:hover {\n  color: #fff;\n  text-decoration: none;\n  cursor: pointer;\n}\n.label-important,\n.label-warning,\n.label-success,\n.label-info,\n.label-inverse,\n.badge-important,\n.badge-warning,\n.badge-success,\n.badge-info,\n.badge-inverse {\n  color: #fff;\n}\n.label-important,\n.badge-important {\n  background-color: #f04831;\n}\n.label-important[href]:hover,\n.badge-important[href]:hover {\n  background-color: #de2910;\n}\n.label-warning,\n.badge-warning {\n  background-color: #f6653c;\n}\n.label-warning[href]:hover,\n.badge-warning[href]:hover {\n  background-color: #f43f0b;\n}\n.label-success,\n.badge-success {\n  background-color: #468847;\n}\n.label-success[href]:hover,\n.badge-success[href]:hover {\n  background-color: #356635;\n}\n.label-info,\n.badge-info {\n  background-color: #2a7dea;\n}\n.label-info[href]:hover,\n.badge-info[href]:hover {\n  background-color: #1464cd;\n}\n.label-inverse,\n.badge-inverse {\n  background-color: #333;\n}\n.label-inverse[href]:hover,\n.badge-inverse[href]:hover {\n  background-color: #1a1a1a;\n}\n.btn .label,\n.btn .badge {\n  position: relative;\n  top: -1px;\n}\n.btn-mini .label,\n.btn-mini .badge {\n  top: 0;\n}\n.tooltip {\n  position: absolute;\n  z-index: 1035;\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n  display: block;\n  visibility: visible;\n  padding: 5px;\n  font-size: 11px;\n  opacity: 0;\n}\n.tooltip.in {\n  opacity: .8;\n}\n.tooltip.top {\n  margin-top: -2px;\n}\n.tooltip.right {\n  margin-left: 2px;\n}\n.tooltip.bottom {\n  margin-top: 2px;\n}\n.tooltip.left {\n  margin-left: -2px;\n}\n.tooltip.top .tooltip-arrow {\n  bottom: 0;\n  left: 50%;\n  margin-left: -5px;\n  border-left: 5px solid transparent;\n  border-right: 5px solid transparent;\n  border-top: 5px solid #000;\n}\n.tooltip.left .tooltip-arrow {\n  top: 50%;\n  right: 0;\n  margin-top: -5px;\n  border-top: 5px solid transparent;\n  border-bottom: 5px solid transparent;\n  border-left: 5px solid #000;\n}\n.tooltip.bottom .tooltip-arrow {\n  top: 0;\n  left: 50%;\n  margin-left: -5px;\n  border-left: 5px solid transparent;\n  border-right: 5px solid transparent;\n  border-bottom: 5px solid #000;\n}\n.tooltip.right .tooltip-arrow {\n  top: 50%;\n  left: 0;\n  margin-top: -5px;\n  border-top: 5px solid transparent;\n  border-bottom: 5px solid transparent;\n  border-right: 5px solid #000;\n}\n.tooltip-inner {\n  font-weight: normal;\n  max-width: 300px;\n  padding: 3px 8px;\n  color: #fff;\n  text-shadow: none;\n  text-align: center;\n  text-decoration: none;\n  background-color: #000;\n  -webkit-border-radius: 4px;\n  -moz-border-radius: 4px;\n  border-radius: 4px;\n  white-space: nowrap;\n}\n.tooltip-arrow {\n  position: absolute;\n  width: 0;\n  height: 0;\n}\n.popover {\n  position: absolute;\n  top: 0;\n  left: 0;\n  z-index: 1035;\n  display: none;\n  width: 236px;\n  padding: 1px;\n  background-color: #fff;\n  -webkit-background-clip: padding-box;\n  -moz-background-clip: padding;\n  background-clip: padding-box;\n  border: 1px solid #ccc;\n  border: 1px solid rgba(0,0,0,0.2);\n  -webkit-border-radius: 6px;\n  -moz-border-radius: 6px;\n  border-radius: 6px;\n  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);\n  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);\n  box-shadow: 0 5px 10px rgba(0,0,0,0.2);\n}\n.popover.top {\n  margin-top: -10px;\n}\n.popover.right {\n  margin-left: 10px;\n}\n.popover.bottom {\n  margin-top: 10px;\n}\n.popover.left {\n  margin-left: -10px;\n}\n.popover .popover-title {\n  margin: 0;\n  padding: 8px 14px;\n  font-size: 14px;\n  font-weight: normal;\n  line-height: 18px;\n  background-color: #f7f7f7;\n  border-bottom: 1px solid #ebebeb;\n  -webkit-border-radius: 5px 5px 0 0;\n  -moz-border-radius: 5px 5px 0 0;\n  border-radius: 5px 5px 0 0;\n}\n.popover-content {\n  padding: 9px 14px;\n}\n.popover-content p:first-child {\n  margin-top: 0;\n}\n.popover-content p,\n.popover-content ul,\n.popover-content ol {\n  margin-bottom: 0;\n}\n.popover .arrow,\n.popover .arrow:after {\n  position: absolute;\n  display: inline-block;\n  width: 0;\n  height: 0;\n  border-color: transparent;\n  border-style: solid;\n}\n.popover .arrow:after {\n  content: \"\";\n  z-index: -1;\n}\n.popover.top .arrow {\n  bottom: -10px;\n  left: 50%;\n  margin-left: -10px;\n  border-width: 10px 10px 0;\n  border-top-color: #fff;\n}\n.popover.top .arrow:after {\n  border-width: 11px 11px 0;\n  border-top-color: rgba(0,0,0,0.25);\n  bottom: -1px;\n  left: -11px;\n}\n.popover.right .arrow {\n  top: 50%;\n  left: -10px;\n  margin-top: -10px;\n  border-width: 10px 10px 10px 0;\n  border-right-color: #fff;\n}\n.popover.right .arrow:after {\n  border-width: 11px 11px 11px 0;\n  border-right-color: rgba(0,0,0,0.25);\n  bottom: -11px;\n  left: -1px;\n}\n.popover.bottom .arrow {\n  top: -10px;\n  left: 50%;\n  margin-left: -10px;\n  border-width: 0 10px 10px;\n  border-bottom-color: #fff;\n}\n.popover.bottom .arrow:after {\n  border-width: 0 11px 11px;\n  border-bottom-color: rgba(0,0,0,0.25);\n  top: -1px;\n  left: -11px;\n}\n.popover.left .arrow {\n  top: 50%;\n  right: -10px;\n  margin-top: -10px;\n  border-width: 10px 0 10px 10px;\n  border-left-color: #fff;\n}\n.popover.left .arrow:after {\n  border-width: 11px 0 11px 11px;\n  border-left-color: rgba(0,0,0,0.25);\n  bottom: -11px;\n  right: -1px;\n}\n.btn {\n  display: inline-block;\n  padding: 4px 10px 4px;\n  margin-bottom: 0;\n  font-size: 14px;\n  line-height: 20.7px;\n  color: #333;\n  text-align: center;\n  vertical-align: middle;\n  background: #fff;\n  border: 1px solid rgba(0,0,0,0.15);\n  border-radius: 2px;\n  text-transform: uppercase;\n  cursor: pointer;\n  font-weight: 500;\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n  text-shadow: none;\n}\n.btn:hover {\n  color: #333;\n  text-decoration: none;\n  background-color: #f7f7f7;\n  background-position: 0 -25px;\n  color: #000;\n  -webkit-transition: background-position .1s linear;\n  -moz-transition: background-position .1s linear;\n  -ms-transition: background-position .1s linear;\n  transition: background-position .1s linear;\n}\n.btn:focus {\n  outline: thin dotted #333;\n  outline: 5px auto -webkit-focus-ring-color;\n  outline-offset: -2px;\n}\n.btn.active,\n.btn:active {\n  background-image: none;\n  box-shadow: inset 0 2px 2px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);\n  background-color: #e6e6e6;\n  background-color: #d9d9d9 \\9;\n  outline: 0;\n}\n.btn.btn-page {\n  background: #f6f6f6;\n  border: 1px solid #d0d0d0;\n  color: #000000;\n}\n.btn.btn-page:hover {\n  color: #000000;\n  background-color: #e9e9e9;\n}\n.btn.btn-overlay {\n  background: rgba(0,0,0,0.5);\n  border: none;\n  color: #fff;\n}\n.btn.btn-overlay:hover {\n  color: #FFFFFF;\n  background: rgba(51,126,255,0.8);\n}\n.btn.btn-ol-white,\n.btn.btn-ol-black,\n.btn.btn-ol-link {\n  background: transparent;\n  border: 1px solid transparent;\n}\n.btn.btn-ol-white.btn-large,\n.btn.btn-ol-black.btn-large,\n.btn.btn-ol-link.btn-large {\n  padding: 9px 25px;\n  border-width: 2px;\n}\n.btn.btn-ol-white {\n  color: #fff;\n  border-color: rgba(255,255,255,0.6);\n}\n.btn.btn-ol-white:hover {\n  color: #fff;\n  background: rgba(255,255,255,0.1);\n  border-color: 2px solid #ffffff;\n}\n.btn.btn-ol-black {\n  color: rgba(0,0,0,0.4);\n  border-color: rgba(0,0,0,0.3);\n}\n.btn.btn-ol-black:hover {\n  color: rgba(0,0,0,0.7);\n  background: rgba(0,0,0,0.1);\n  border-color: rgba(0,0,0,0.7);\n}\n.btn.btn-ol-link {\n  color: #337EFF;\n  border-color: #337EFF;\n}\n.btn.btn-ol-link:hover {\n  color: #337EFF;\n  border-color: #337EFF;\n  opacity: .8;\n}\na.btn {\n  color: #333;\n}\na.btn:hover {\n  color: #000;\n}\nbody a.btn:hover {\n  text-decoration: none;\n}\n.btn.disabled,\n.btn[disabled] {\n  cursor: default;\n  background-image: none;\n  background-color: #e6e6e6;\n  opacity: .65;\n  box-shadow: none;\n}\n.btn-large {\n  letter-spacing: 2px;\n  padding: 10px 25px;\n  line-height: normal;\n  font-weight: 600;\n  border-radius: 2px;\n}\n.btn-large [class^=\"icon-\"] {\n  margin-top: 1px;\n}\n.btn-small {\n  letter-spacing: 0px;\n  padding: 2px 10px;\n  font-size: 11.9px;\n  -webkit-border-radius: 3px;\n  -moz-border-radius: 3px;\n  border-radius: 3px;\n}\n.btn-small [class^=\"icon-\"],\n.btn-small [class*=\" icon-\"] {\n  margin-top: 0;\n}\n.btn-mini {\n  letter-spacing: 0px;\n  font-weight: 200;\n  padding: 2px 6px;\n  font-size: 11px;\n  line-height: 14px;\n}\n.btn-mini [class^=\"icon-\"],\n.btn-mini [class*=\" icon-\"] {\n  margin-top: -1px;\n}\n.btn-primary,\na.btn-primary,\n.btn-warning,\na.btn-warning,\n.btn-important,\na.btn-important,\n.btn-success,\na.btn-success,\n.btn-info,\na.btn-info,\n.btn-inverse,\na.btn-inverse,\n.btn-edit,\na.btn-edit {\n  color: #fff;\n  border: none;\n  padding: 5px 10px;\n  text-shadow: 0 -1px 0px rgba(0,0,0,0.3);\n  box-shadow: 0px 1px 0px rgba(0,0,0,0.1) inset, 0px 2px 0px rgba(255,255,255,0.15) inset, inset 0px -1px 0px rgba(0,0,0,0.2);\n}\n.btn-primary.btn-large,\na.btn-primary.btn-large,\n.btn-warning.btn-large,\na.btn-warning.btn-large,\n.btn-important.btn-large,\na.btn-important.btn-large,\n.btn-success.btn-large,\na.btn-success.btn-large,\n.btn-info.btn-large,\na.btn-info.btn-large,\n.btn-inverse.btn-large,\na.btn-inverse.btn-large,\n.btn-edit.btn-large,\na.btn-edit.btn-large {\n  padding: 11px 25px;\n}\n.btn-primary.btn-mini,\na.btn-primary.btn-mini,\n.btn-warning.btn-mini,\na.btn-warning.btn-mini,\n.btn-important.btn-mini,\na.btn-important.btn-mini,\n.btn-success.btn-mini,\na.btn-success.btn-mini,\n.btn-info.btn-mini,\na.btn-info.btn-mini,\n.btn-inverse.btn-mini,\na.btn-inverse.btn-mini,\n.btn-edit.btn-mini,\na.btn-edit.btn-mini {\n  padding: 3px 10px;\n}\n.btn-primarya,\n.btn-primary:hover,\na.btn-primarya,\na.btn-primary:hover,\n.btn-warninga,\n.btn-warning:hover,\na.btn-warninga,\na.btn-warning:hover,\n.btn-importanta,\n.btn-important:hover,\na.btn-importanta,\na.btn-important:hover,\n.btn-successa,\n.btn-success:hover,\na.btn-successa,\na.btn-success:hover,\n.btn-infoa,\n.btn-info:hover,\na.btn-infoa,\na.btn-info:hover,\n.btn-inversea,\n.btn-inverse:hover,\na.btn-inversea,\na.btn-inverse:hover,\n.btn-edita,\n.btn-edit:hover,\na.btn-edita,\na.btn-edit:hover {\n  text-shadow: 0 -1px 0px rgba(0,0,0,0.3);\n  color: #fff;\n}\n.btn-primary.active,\na.btn-primary.active,\n.btn-warning.active,\na.btn-warning.active,\n.btn-important.active,\na.btn-important.active,\n.btn-success.active,\na.btn-success.active,\n.btn-info.active,\na.btn-info.active,\n.btn-inverse.active,\na.btn-inverse.active,\n.btn-edit.active,\na.btn-edit.active {\n  color: rgba(255,255,255,0.75);\n}\n.btn-link-color,\na.btn-link-color {\n  border: none;\n  background: #337EFF;\n  color: #FFFFFF;\n}\n.btn-link-color.btn-large,\na.btn-link-color.btn-large {\n  padding: 11px 25px;\n}\n.btn-link-color:hover,\na.btn-link-color:hover {\n  background: #337EFF;\n  color: #FFFFFF;\n  opacity: .8;\n}\n.btn-primary {\n  background: #2a7dea;\n  border-color: #1569d6 #1569d6 #0e4790;\n  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);\n  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);\n}\n.btn-primary:hover,\n.btn-primary:active,\n.btn-primary.active,\n.btn-primary.disabled,\n.btn-primary[disabled] {\n  background-color: #1569d6;\n}\n.btn-primary:active,\n.btn-primary.active {\n  background-color: #1152a8 \\9;\n}\n.btn-warning {\n  background: #f6653c;\n  border-color: #f6563c #f6563c #db270a;\n  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);\n  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);\n}\n.btn-warning:hover,\n.btn-warning:active,\n.btn-warning.active,\n.btn-warning.disabled,\n.btn-warning[disabled] {\n  background-color: #f6563c;\n}\n.btn-warning:active,\n.btn-warning.active {\n  background-color: #f42b0b \\9;\n}\n.btn-important {\n  background: #f04831;\n  border-color: #ee3319 #ee3319 #ae200d;\n  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);\n  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);\n}\n.btn-important:hover,\n.btn-important:active,\n.btn-important.active,\n.btn-important.disabled,\n.btn-important[disabled] {\n  background-color: #ee3319;\n}\n.btn-important:active,\n.btn-important.active {\n  background-color: #c6250e \\9;\n}\n.btn-success {\n  background: #27ce60;\n  border-color: #21ac50 #21ac50 #146b32;\n  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);\n  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);\n}\n.btn-success:hover,\n.btn-success:active,\n.btn-success.active,\n.btn-success.disabled,\n.btn-success[disabled] {\n  background-color: #21ac50;\n}\n.btn-success:active,\n.btn-success.active {\n  background-color: #18813c \\9;\n}\n.btn-info {\n  background: #2ac4ea;\n  border-color: #16bbe4 #16bbe4 #10829e;\n  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);\n  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);\n}\n.btn-info:hover,\n.btn-info:active,\n.btn-info.active,\n.btn-info.disabled,\n.btn-info[disabled] {\n  background-color: #16bbe4;\n}\n.btn-info:active,\n.btn-info.active {\n  background-color: #1295b6 \\9;\n}\n.btn-inverse {\n  background: #222;\n  border-color: #000 #000 #000000;\n  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);\n  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);\n}\n.btn-inverse:hover,\n.btn-inverse:active,\n.btn-inverse.active,\n.btn-inverse.disabled,\n.btn-inverse[disabled] {\n  background-color: #000;\n}\n.btn-inverse:active,\n.btn-inverse.active {\n  background-color: #000000 \\9;\n}\n.btn-link-icon > i:first-child {\n  color: #337EFF;\n}\n@media (max-width: 768px) {\n  .btn.btn-large,\n  a.btn.btn-large {\n    padding: 6px 14px;\n    font-size: 12px;\n    letter-spacing: 0;\n  }\n  .btn.btn-large.btn-ol-white,\n  .btn.btn-large.btn-ol-black,\n  .btn.btn-large.btn-ol-link,\n  a.btn.btn-large.btn-ol-white,\n  a.btn.btn-large.btn-ol-black,\n  a.btn.btn-large.btn-ol-link {\n    border-width: 1px;\n    padding: 4px 12px;\n  }\n}\nbutton.btn,\ninput[type=\"submit\"].btn {\n  *padding-top: 2px;\n  *padding-bottom: 2px;\n}\nbutton.btn::-moz-focus-inner,\ninput[type=\"submit\"].btn::-moz-focus-inner {\n  padding: 0;\n  border: 0;\n}\nbutton.btn.btn-large,\ninput[type=\"submit\"].btn.btn-large {\n  *padding-top: 7px;\n  *padding-bottom: 7px;\n}\nbutton.btn.btn-small,\ninput[type=\"submit\"].btn.btn-small {\n  *padding-top: 3px;\n  *padding-bottom: 3px;\n}\nbutton.btn.btn-mini,\ninput[type=\"submit\"].btn.btn-mini {\n  *padding-top: 1px;\n  *padding-bottom: 1px;\n}\n.btn-group {\n  position: relative;\n  display: inline-block;\n  *display: inline;\n  *zoom: 1;\n  vertical-align: middle;\n  white-space: nowrap;\n  *margin-left: .3em;\n}\n.btn-group:first-child {\n  *margin-left: 0;\n}\n.btn-group + .btn-group {\n  margin-left: 5px;\n}\n.btn-toolbar {\n  margin-top: 10.85px;\n  margin-bottom: 10.85px;\n}\n.btn-toolbar .btn-group {\n  display: inline-block;\n  *display: inline;\n  *zoom: 1;\n}\n.btn-group .btn {\n  position: relative;\n  float: left;\n  margin-left: -1px;\n  border-radius: 0;\n}\n.btn-group .btn:first-child {\n  margin-left: 0;\n  border-top-left-radius: 2px;\n  border-bottom-left-radius: 2px;\n}\n.btn-group .btn:last-child,\n.btn-group .dropdown-toggle {\n  border-top-right-radius: 2px;\n  border-bottom-right-radius: 2px;\n}\n.btn-group .btn.large:first-child {\n  margin-left: 0;\n  border-top-left-radius: 2px;\n  border-bottom-left-radius: 2px;\n}\n.btn-group .btn.large:last-child,\n.btn-group .large.dropdown-toggle {\n  border-top-right-radius: 2px;\n  border-bottom-right-radius: 2px;\n}\n.btn-group .btn:hover,\n.btn-group .btn:focus,\n.btn-group .btn:active,\n.btn-group .btn.active {\n  z-index: 2;\n}\n.btn-group .dropdown-toggle:active,\n.btn-group.open .dropdown-toggle {\n  outline: 0;\n}\n.btn-group .dropdown-toggle {\n  padding-left: 8px;\n  padding-right: 8px;\n  *padding-top: 3px;\n  *padding-bottom: 3px;\n}\n.btn-group .btn-mini.dropdown-toggle {\n  padding-left: 5px;\n  padding-right: 5px;\n  *padding-top: 1px;\n  *padding-bottom: 1px;\n}\n.btn-group .btn-small.dropdown-toggle {\n  *padding-top: 4px;\n  *padding-bottom: 4px;\n}\n.btn-group .btn-large.dropdown-toggle {\n  padding-left: 12px;\n  padding-right: 12px;\n}\n.btn-group.open {\n  *z-index: 1000;\n}\n.btn-group.open .dropdown-menu {\n  display: block;\n  margin-top: 1px;\n  border-radius: 5px;\n}\n.btn-group.open .dropdown-toggle {\n  background-image: none;\n  box-shadow: inset 0 1px 6px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);\n}\n.btn .caret {\n  margin-top: 7px;\n  margin-left: 0;\n}\n.btn:hover .caret,\n.open.btn-group .caret {\n  opacity: 1;\n}\n.btn-mini .caret {\n  margin-top: 5px;\n}\n.btn-small .caret {\n  margin-top: 6px;\n}\n.btn-large .caret {\n  margin-top: 6px;\n  border-left: 5px solid transparent;\n  border-right: 5px solid transparent;\n  border-top: 5px solid #000;\n}\n.btn-primary .caret,\n.btn-warning .caret,\n.btn-important .caret,\n.btn-info .caret,\n.btn-success .caret,\n.btn-inverse .caret {\n  border-top-color: #fff;\n  border-bottom-color: #fff;\n  opacity: .75;\n}\n.btn-block {\n  display: block;\n  width: 100%;\n  padding-left: 0;\n  padding-right: 0;\n  box-sizing: border-box;\n}\n.btn-block + .btn-block {\n  margin-top: 5px;\n}\ninput[type=\"submit\"].btn-block,\ninput[type=\"reset\"].btn-block,\ninput[type=\"button\"].btn-block {\n  width: 100%;\n}\n.btn-link,\n.btn-link:active,\n.btn-link[disabled] {\n  background-color: transparent;\n  background-image: none;\n  box-shadow: none;\n}\n.btn-link {\n  border-color: transparent;\n  cursor: pointer;\n  color: #337EFF;\n  border-radius: 0;\n}\n.btn-link:hover,\n.btn-link:focus {\n  color: rgba(51,126,255,0.7);\n  text-decoration: underline;\n  background-color: transparent;\n}\n.btn-link[disabled]:hover,\n.btn-link[disabled]:focus {\n  color: #333;\n  text-decoration: none;\n}\nbody {\n  font-size: 14px;\n  font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n  font-weight: 300;\n  line-height: 1.5em;\n  color: #000000;\n}\np {\n  margin: 1.5em 0;\n  hyphenate: auto;\n  hyphenate-before: 2;\n  hyphenate-after: 3;\n  hyphenate-lines: 3;\n  orphans: 4;\n}\np small {\n  color: rgba(0,0,0,0.7);\n  font-size: 12px;\n  line-height: 10.85px;\n}\np:before {\n  content: \"\";\n  width: 8em;\n  display: block;\n  overflow: hidden;\n}\na {\n  color: #337EFF;\n  transition: color .2s linear, background .2s linear;\n}\na:hover {\n  color: rgba(51,126,255,0.7);\n  text-decoration: none;\n}\ndt {\n  font-weight: bold;\n}\ndd {\n  font-style: italic;\n}\nsup {\n  font-size: .7em;\n  vertical-align: top;\n  vertical-align: super;\n}\nsub {\n  font-size: .7em;\n  vertical-align: bottom;\n}\nbig {\n  font-size: 1.3em;\n}\nabbr,\nacronym {\n  border-bottom: .1em dotted;\n  cursor: help;\n}\nq:before,\nq:after {\n  content: \"\'\";\n}\ncode {\n  padding: 0 3px 2px;\n  font-family: Menlo, Monaco, \"Courier New\", monospace;\n  font-size: 12px;\n  background-color: #f2f2f2;\n  border: 1px solid #dedede;\n}\ncode {\n  padding: 2px 4px;\n}\npre {\n  display: block;\n  padding: 8.5px;\n  margin: 1em;\n  font-size: 12.025px;\n  line-height: 18px;\n  white-space: pre;\n  white-space: pre-wrap;\n  word-break: break-all;\n  word-wrap: break-word;\n}\npre code {\n  padding: 0;\n  color: inherit;\n  background-color: transparent;\n  border: 0;\n}\npre.pre-scrollable {\n  max-height: 340px;\n  overflow-y: scroll;\n}\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n  margin: .4em 0;\n  text-rendering: optimizelegibility;\n  font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n  font-weight: 300;\n  line-height: 130%;\n}\nh1 small,\nh2 small,\nh3 small,\nh4 small,\nh5 small,\nh6 small {\n  font-weight: normal;\n  font-size: 16px;\n}\nh1 > a,\nh2 > a,\nh3 > a,\nh4 > a,\nh5 > a,\nh6 > a {\n  color: inherit;\n}\nh1 > a:hover,\nh2 > a:hover,\nh3 > a:hover,\nh4 > a:hover,\nh5 > a:hover,\nh6 > a:hover {\n  color: #337EFF;\n}\n.subhead {\n  color: rgba(0,0,0,0.7);\n  font-size: 82%;\n}\nh1 {\n  font-size: 44.8px;\n}\nh2 {\n  font-size: 38.4px;\n}\nh3 {\n  font-size: 28.8px;\n}\nh4 {\n  font-size: 22.4px;\n}\nh5 {\n  font-size: 17.6px;\n}\nh6 {\n  font-size: 16px;\n}\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n  line-height: 1.2em;\n}\nh1 + p,\nh2 + p,\nh3 + p,\nh4 + p,\nh5 + p,\nh6 + p {\n  margin-top: .4em;\n}\nh1 a,\nh2 a,\nh3 a,\nh4 a,\nh5 a,\nh6 a {\n  color: inherit;\n}\nh1 + img,\nh2 + img {\n  margin-top: 1em;\n}\n.page-header {\n  padding-bottom: 20.7px;\n  margin: 65.1px 0 21.7px;\n  border-bottom: 1px solid #dddddd;\n}\n.page-header h1 {\n  line-height: 1;\n  margin: 0;\n}\n.page-header-minor {\n  margin: 21.7px 0;\n  padding: 10.85px 0;\n  border-bottom: 1px solid #dddddd;\n}\n.hentry ul,\n.hentry ol {\n  padding: 0;\n  margin: 0 0 1em 30px;\n}\n.hentry ol list-style:decimal\n		ol list-style:lower-roman\n			ol {\n  list-style: lower-alpha;\n}\n.hentry ul {\n  list-style: disc;\n}\n.hentry ol {\n  list-style: decimal;\n}\n.hentry ul ul,\n.hentry ul ol,\n.hentry ol ol,\n.hentry ol ul {\n  margin-bottom: 0;\n}\n.hentry h1,\n.hentry h2,\n.hentry h3,\n.hentry h4,\n.hentry h5,\n.hentry h6 {\n  margin: 1em 0;\n}\n.hentry p {\n  margin: 0 0 1.5em 0;\n}\nol,\nul {\n  list-style-type: none;\n}\nul.unstyled,\nol.unstyled {\n  margin-left: 0;\n  list-style: none;\n}\ndl {\n  margin-bottom: 21.7px;\n}\ndt,\ndd {\n  line-height: 21.7px;\n}\ndt {\n  font-weight: bold;\n  line-height: 20.7px;\n}\ndd {\n  margin-left: 10.85px;\n}\n.dl-horizontal dt {\n  float: left;\n  clear: left;\n  width: 120px;\n  text-align: right;\n}\n.dl-horizontal dd {\n  margin-left: 130px;\n}\na {\n  text-decoration: none;\n}\na:focus {\n  outline: 1px dotted invert;\n}\na:active,\na:focus {\n  outline: none !important;\n}\ninput.searchfield:active {\n  outline: none !important;\n}\nhr {\n  clear: both;\n  height: 0;\n  margin: 21.7px 0;\n  border: 0;\n  border-bottom: 1px solid #dddddd;\n}\nhr.soften {\n  height: 1px;\n  background-image: -webkit-linear-gradient(left,transparent,rgba(0,0,0,0.1),transparent);\n  background-image: -moz-linear-gradient(left,transparent,rgba(0,0,0,0.1),transparent);\n  background-image: -ms-linear-gradient(left,transparent,rgba(0,0,0,0.1),transparent);\n  background-image: -o-linear-gradient(left,transparent,rgba(0,0,0,0.1),transparent);\n  border: 0;\n}\nstrong {\n  font-weight: 500;\n}\nem {\n  font-style: italic;\n}\n.muted {\n  color: #999;\n}\n.spamp {\n  font-family: \'Baskerville\', Palatino, georgia;\n  font-style: italic;\n  font-weight: normal;\n}\n.serifize {\n  font-family: georgia, times, serif;\n  font-style: italic;\n  font-weight: normal;\n}\nabbr[title] {\n  border-bottom: 1px dotted #ddd;\n  cursor: help;\n}\nabbr.initialism {\n  font-size: 90%;\n  text-transform: uppercase;\n}\nblockquote {\n  padding: 0 0 0 15px;\n  line-height: 32px;\n  font-size: 22px;\n  padding-left: 0px;\n  letter-spacing: 0.5px;\n  margin-bottom: 30px;\n}\nblockquote p {\n  margin-bottom: 0;\n}\nblockquote p:first-child {\n  margin-top: 0;\n}\nblockquote p:last-child {\n  margin-bottom: 0;\n}\nblockquote small,\nblockquote cite {\n  display: block;\n  font-size: 15px;\n  letter-spacing: 0;\n  line-height: 1.5em;\n  padding-left: 10px;\n}\nblockquote small:before,\nblockquote cite:before {\n  content: \'\\2014 \\00A0\';\n}\nblockquote.side-right {\n  float: right;\n  max-width: 250px;\n  margin: 0 0 10px 1em;\n}\nblockquote.side-left {\n  float: left;\n  max-width: 250px;\n  margin: 0 1em 10px -10px;\n}\nblockquote.pull-right {\n  float: right;\n  padding-left: 0;\n  margin-left: 15px;\n}\nblockquote.pull-right p,\nblockquote.pull-right small {\n  text-align: right;\n}\nq:before,\nq:after,\nblockquote:before,\nblockquote:after {\n  content: \"\";\n}\naddress {\n  display: block;\n  margin-bottom: 21.7px;\n  line-height: 21.7px;\n  font-style: normal;\n}\nsmall {\n  font-size: 100%;\n}\ncite {\n  font-style: normal;\n}\n::selection {\n  background: #337EFF;\n}\n::-moz-selection {\n  background: #337EFF;\n}\n.muted {\n  color: #999;\n}\n.text-warning {\n  color: #453404;\n}\n.text-error {\n  color: #b94a48;\n}\n.text-info {\n  color: #3a87ad;\n}\n.text-success {\n  color: #468847;\n}\n.dropup,\n.dropdown {\n  position: relative;\n}\n.dropdown-toggle {\n  *margin-bottom: -3px;\n}\n.dropdown-toggle:active,\n.open .dropdown-toggle {\n  outline: 0;\n}\n.caret {\n  display: inline-block;\n  width: 0;\n  height: 0;\n  vertical-align: top;\n  border-top: 4px solid rgba(0,0,0,0.3);\n  border-right: 4px solid transparent;\n  border-left: 4px solid transparent;\n  content: \"\";\n}\n.dropdown .caret {\n  margin-top: 8px;\n  margin-left: 2px;\n}\nbody .dropdown-menu {\n  position: absolute;\n  top: 100%;\n  left: 0;\n  z-index: 1000;\n  display: none;\n  float: left;\n  min-width: 160px;\n  padding: 5px 0;\n  margin: 2px 0 0;\n  list-style: none;\n  background-color: #fff;\n  border: 1px solid #ccc;\n  border: 1px solid rgba(0,0,0,0.2);\n  *border-right-width: 2px;\n  *border-bottom-width: 2px;\n  border-radius: 6px;\n  box-shadow: 0 5px 10px rgba(0,0,0,0.2);\n  -webkit-background-clip: padding-box;\n  -moz-background-clip: padding-box;\n  background-clip: padding-box;\n}\nbody .dropdown-menu.pull-right {\n  right: 0;\n  left: auto;\n}\nbody .dropdown-menu .divider {\n  *width: 100%;\n  height: 1px;\n  margin: 9.85px 1px;\n  *margin: -5px 0 5px;\n  overflow: hidden;\n  background-color: #e5e5e5;\n  border-bottom: 1px solid #fff;\n}\nbody .dropdown-menu li > a,\nbody .dropdown-menu li > span {\n  display: block;\n  padding: 3px 20px;\n  clear: both;\n  font-weight: normal;\n  line-height: 21.7px;\n  color: #333;\n  white-space: nowrap;\n  cursor: pointer;\n  -webkit-transition: none;\n  -moz-transition: none;\n  -ms-transition: none;\n  transition: none;\n}\n.dropdown-menu li > a:hover,\n.dropdown-menu li > a:focus,\n.dropdown-submenu:hover > a,\n.dropdown-menu li.current-menu-item > a {\n  text-decoration: none;\n  text-shadow: 0 -1px 0 rgba(0,0,0,0.5);\n  color: #fff;\n  background-color: #2a7dea;\n  background-color: #2278e8;\n  background-image: -moz-linear-gradient(top,#2a7dea,#166fe4);\n  background-image: -ms-linear-gradient(top,#2a7dea,#166fe4);\n  background-image: -webkit-linear-gradient(top,#2a7dea,#166fe4);\n  background-image: linear-gradient(top,#2a7dea,#166fe4);\n  background-repeat: repeat-x;\n}\n.dropdown-menu .active > a,\n.dropdown-menu .active > a:hover {\n  color: #fff;\n  text-decoration: none;\n  outline: 0;\n  background-color: #2a7dea;\n  background-color: #2278e8;\n  background-image: -moz-linear-gradient(top,#2a7dea,#166fe4);\n  background-image: -ms-linear-gradient(top,#2a7dea,#166fe4);\n  background-image: -webkit-linear-gradient(top,#2a7dea,#166fe4);\n  background-image: linear-gradient(top,#2a7dea,#166fe4);\n  background-repeat: repeat-x;\n}\n.dropdown-menu .disabled > a,\n.dropdown-menu .disabled > a:hover {\n  color: #999;\n}\n.dropdown-menu .disabled > a:hover {\n  text-decoration: none;\n  text-shadow: none;\n  background-color: transparent;\n  background-image: none;\n  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);\n  cursor: default;\n}\n.open {\n  *z-index: 1000;\n}\n.open > .dropdown-menu {\n  display: block;\n}\n.pull-right > .dropdown-menu {\n  right: 0;\n  left: auto;\n}\n.dropup .caret,\n.navbar-fixed-bottom .dropdown .caret {\n  border-top: 0;\n  border-bottom: 4px solid #000;\n  content: \"\";\n}\n.dropup .dropdown-menu,\n.navbar-fixed-bottom .dropdown .dropdown-menu {\n  top: auto;\n  bottom: 100%;\n  margin-bottom: 1px;\n}\n.dropdown-submenu {\n  position: relative;\n}\n.dropdown-submenu > .dropdown-menu {\n  top: 0;\n  left: 100%;\n  margin-top: -6px;\n  margin-left: -1px;\n  -webkit-border-radius: 0 6px 6px 6px;\n  -moz-border-radius: 0 6px 6px 6px;\n  border-radius: 0 6px 6px 6px;\n}\n.dropdown-submenu:hover > .dropdown-menu {\n  display: block;\n}\n.dropdown-submenu > a:after {\n  display: block;\n  content: \" \";\n  float: right;\n  width: 0;\n  height: 0;\n  border-color: transparent;\n  border-style: solid;\n  border-width: 5px 0 5px 5px;\n  border-left-color: #cccccc;\n  margin-top: 5px;\n  margin-right: -10px;\n}\n.dropdown-submenu:hover > a:after {\n  border-left-color: #fff;\n}\n.dropdown .dropdown-menu .nav-header {\n  padding-left: 20px;\n  padding-right: 20px;\n}\n.typeahead {\n  margin-top: 2px;\n  -webkit-border-radius: 4px;\n  -moz-border-radius: 4px;\n  border-radius: 4px;\n}\n.accordion {\n  margin-bottom: 15px;\n}\n.accordion-group {\n  margin-bottom: 2px;\n}\n.accordion-heading {\n  border-bottom: 0;\n}\n.accordion-heading:hover {\n  border-radius: 4px;\n  opacity: .8;\n}\n.accordion-heading a:hover {\n  text-decoration: none;\n}\n.accordion-heading .accordion-toggle {\n  display: block;\n  padding: 8px 15px;\n}\n.accordion-inner {\n  padding: 9px 15px;\n}\n.carousel {\n  position: relative;\n  margin-bottom: 21.7px;\n  line-height: 1;\n}\n.carousel-inner {\n  overflow: hidden;\n  width: 100%;\n  position: relative;\n}\n.carousel h4 {\n  margin: 0;\n}\n.carousel .item {\n  display: none;\n  position: relative;\n  -webkit-transition: .6s ease-in-out left;\n  -moz-transition: .6s ease-in-out left;\n  -ms-transition: .6s ease-in-out left;\n  transition: .6s ease-in-out left;\n}\n.carousel .item > img {\n  display: block;\n  line-height: 1;\n  width: 100%;\n}\n.carousel .active,\n.carousel .next,\n.carousel .prev {\n  display: block;\n}\n.carousel .active {\n  left: 0;\n}\n.carousel .next,\n.carousel .prev {\n  position: absolute;\n  top: 0;\n  width: 100%;\n}\n.carousel .next {\n  left: 100%;\n}\n.carousel .prev {\n  left: -100%;\n}\n.carousel .next.left,\n.carousel .prev.right {\n  left: 0;\n}\n.carousel .active.left {\n  left: -100%;\n}\n.carousel .active.right {\n  left: 100%;\n}\n.carousel-control,\n.hentry .carousel-control {\n  position: absolute;\n  top: 50%;\n  left: 15px;\n  width: 40px;\n  height: 40px;\n  margin-top: -20px;\n  font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n  font-size: 60px;\n  font-weight: 100;\n  line-height: 30px;\n  color: #fff;\n  text-align: center;\n  opacity: .5;\n}\n.carousel-control.right,\n.hentry .carousel-control.right {\n  left: auto;\n  right: 15px;\n}\n.carousel-control:hover,\n.hentry .carousel-control:hover {\n  color: #fff;\n  text-decoration: none;\n  opacity: .9;\n}\n.carousel-caption {\n  position: absolute;\n  left: 0;\n  right: 0;\n  bottom: 0;\n  padding: 10px 15px 5px;\n  background: #333;\n  background: rgba(0,0,0,0.75);\n}\n.carousel-caption h4,\n.carousel-caption p {\n  color: #fff;\n}\n.carousel-caption p {\n  margin: 0 0 0.8em 0;\n  line-height: 1.5em;\n}\n.sf-menu li.megamenu > ul.sub-menu {\n  background-color: #1F1F1F;\n}\n.sf-menu li.megamenu > ul > li {\n  border-right: 1px solid rgba(255,255,255,0.1);\n}\n.sf-menu ul {\n  background-color: #1F1F1F;\n}\n.sf-menu ul li a {\n  border-bottom: 1px solid rgba(255,255,255,0.1);\n  color: #ccc;\n}\n.sf-menu ul li.sfHover > a,\n.sf-menu ul li:hover > a {\n  color: #fff;\n}\n.sf-menu ul li > a:focus,\n.sf-menu ul li > a:hover,\n.sf-menu ul li > a:active,\n.sf-menu ul li.current-menu-item > a {\n  background-color: rgba(255,255,255,0.1);\n  color: #FFF;\n}\n.sf-menu li > ul.sub-menu {\n  display: table;\n  visibility: hidden;\n}\n.sf-menu.dd-theme-light li.megamenu > ul.sub-menu {\n  background-color: #fff;\n}\n.sf-menu.dd-theme-light li.megamenu > ul > li {\n  border-right: 1px solid #ddd;\n}\n.sf-menu.dd-theme-light > li > ul {\n  box-shadow: 1px 1px 0 rgba(0,0,0,0.2), -1px -1px 0 rgba(0,0,0,0.2);\n}\n.sf-menu.dd-theme-light ul {\n  background-color: #fff;\n}\n.sf-menu.dd-theme-light ul li a {\n  border-bottom: 1px solid #ddd;\n  color: #444;\n}\n.sf-menu.dd-theme-light ul li.sfHover > a,\n.sf-menu.dd-theme-light ul li:hover > a {\n  color: #000;\n}\n.sf-menu.dd-theme-light ul li > a:focus,\n.sf-menu.dd-theme-light ul li > a:hover,\n.sf-menu.dd-theme-light ul li > a:active,\n.sf-menu.dd-theme-light ul li.current-menu-item > a {\n  background-color: #f7f7f7;\n  color: #000;\n}\n.sf-menu,\n.sf-menu * {\n  margin: 0;\n  padding: 0;\n  list-style: none;\n}\n.sf-menu li {\n  position: relative;\n}\n.sf-menu li.megamenu > ul.sub-menu,\n.sf-menu li.panelmenu > ul.sub-menu {\n  padding: 15px 0px;\n}\n.sf-menu li.megamenu > ul > li,\n.sf-menu li.panelmenu > ul > li {\n  display: table-cell;\n  padding: 0px 15px;\n}\n.sf-menu li.megamenu > ul > li .sub-indicator,\n.sf-menu li.panelmenu > ul > li .sub-indicator {\n  display: none;\n}\n.sf-menu li.megamenu > ul > li > a,\n.sf-menu li.panelmenu > ul > li > a {\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n  font-weight: 600;\n  font-size: 12px;\n  text-transform: uppercase;\n  margin-bottom: 5px;\n  letter-spacing: 2px;\n  border-bottom: none;\n}\n.sf-menu li.megamenu > ul > li ul,\n.sf-menu li.panelmenu > ul > li ul {\n  display: block !important;\n  top: 0px !important;\n  width: 100%;\n  opacity: 1 !Important;\n  left: 0px !important;\n  position: relative !important;\n}\n.sf-menu li.megamenu > ul > li ul li a,\n.sf-menu li.panelmenu > ul > li ul li a {\n  border: none;\n  padding: 9px 14px;\n}\n.sf-menu li.panelmenu > ul.sub-menu {\n  width: 540px;\n}\n.sf-menu li.panelmenu > ul > li {\n  width: 180px;\n}\n.sf-menu li.megamenu {\n  position: inherit;\n}\n.sf-menu li.megamenu > ul.sub-menu {\n  width: 100%;\n  left: 0px;\n}\n.sf-menu li.megamenu > ul > li {\n  width: 33.33%;\n}\n.sf-menu li.megamenu.mega-col-1 > ul > li {\n  width: 100%;\n}\n.sf-menu li.megamenu.mega-col-2 > ul > li {\n  width: 50%;\n}\n.sf-menu li.megamenu.mega-col-3 > ul > li {\n  width: 33.33%;\n}\n.sf-menu li.megamenu.mega-col-4 > ul > li {\n  width: 25%;\n}\n.sf-menu li.megamenu.mega-col-5 > ul > li {\n  width: 20%;\n}\n.sf-menu li.megamenu.mega-col-6 > ul > li {\n  width: 16.66%%;\n}\n.sf-menu ul {\n  position: absolute;\n  display: none;\n  top: 100%;\n  left: 0;\n  z-index: 1049;\n  width: 15em;\n}\n.sf-menu ul li {\n  width: 100%;\n}\n.sf-menu ul li a {\n  font-size: 12px;\n  line-height: 13px;\n  margin: 0;\n  padding: 14px;\n  transition: none;\n}\n.sf-menu ul li.current_page_ancestor > a {\n  background: transparent;\n}\n.sf-menu ul ul {\n  top: 0;\n  left: 100%;\n}\n.sf-menu > .menu-item:nth-last-child(3) ul,\n.sf-menu > .menu-item:nth-last-child(2) ul {\n  left: auto;\n  right: 0;\n}\n.sf-menu > .menu-item:nth-last-child(3) ul ul,\n.sf-menu > .menu-item:nth-last-child(2) ul ul {\n  left: auto;\n  right: 100%;\n}\n.sf-menu > .panelmenu.menu-item ul {\n  left: 0;\n  right: auto;\n}\n.sf-menu > .panelmenu.menu-item.panel-right ul {\n  left: auto;\n  right: 0;\n}\n.sf-menu > li:last-child \n	\n	li:hover > ul,\n.sf-menu li.sfHover > ul {\n  display: block;\n}\n.sf-menu a {\n  display: block;\n  position: relative;\n  text-align: left;\n}\n.sf-menu li li a,\n.sf-menu li li a:visited {\n  padding-left: 1.25em;\n}\n.sub-indicator {\n  opacity: .8;\n}\n.nav {\n  margin-left: 0;\n  margin-bottom: 21.7px;\n  list-style: none;\n}\n.nav > li > a {\n  display: block;\n}\n.nav > li > a:hover {\n  text-decoration: none;\n  background-color: #eee;\n}\n.nav .nav-header {\n  display: block;\n  padding: 3px 15px;\n  font-size: 11px;\n  font-weight: bold;\n  line-height: 21.7px;\n  color: #999;\n  text-shadow: 0 1px 0 rgba(255,255,255,0.5);\n  text-transform: uppercase;\n}\n.nav li + .nav-header {\n  margin-top: 9px;\n}\n.nav-list {\n  padding-left: 15px;\n  padding-right: 15px;\n  margin-bottom: 0;\n}\n.nav-list > li > a,\n.nav-list .nav-header {\n  margin-left: -15px;\n  margin-right: -15px;\n  text-shadow: 0 1px 0 rgba(255,255,255,0.5);\n}\n.nav-list > li > a {\n  padding: 3px 15px;\n}\n.nav-list > .active > a,\n.nav-list > .active > a:hover {\n  color: #fff;\n  text-shadow: 0 -1px 0 rgba(0,0,0,0.2);\n  background-color: #337EFF;\n}\n.nav-list [class^=\"icon-\"] {\n  margin-right: 2px;\n}\n.nav-list .divider {\n  *width: 100%;\n  height: 1px;\n  margin: 9.85px 1px;\n  *margin: -5px 0 5px;\n  overflow: hidden;\n  background-color: #e5e5e5;\n  border-bottom: 1px solid #fff;\n}\n.nav-tabs,\n.nav-pills {\n  *zoom: 1;\n}\n.nav-tabs:before,\n.nav-tabs:after,\n.nav-pills:before,\n.nav-pills:after {\n  display: table;\n  content: \"\";\n  line-height: 0;\n}\n.nav-tabs:after,\n.nav-pills:after {\n  clear: both;\n}\n.nav-tabs > li,\n.nav-pills > li {\n  float: left;\n}\n.nav-tabs > li > a,\n.nav-pills > li > a {\n  padding-right: 12px;\n  padding-left: 12px;\n  margin-right: 2px;\n  line-height: 14px;\n}\n.nav-tabs {\n  border-bottom: 1px solid #f0f0f0;\n}\n.nav-tabs > li {\n  margin-bottom: -1px;\n}\n.nav-tabs > li > a {\n  padding-top: 8px;\n  padding-bottom: 8px;\n  line-height: 21.7px;\n  border: 1px solid transparent;\n  -webkit-border-radius: 4px 4px 0 0;\n  -moz-border-radius: 4px 4px 0 0;\n  border-radius: 4px 4px 0 0;\n}\n.nav-tabs > li > a:hover {\n  background-color: #fafafa;\n  border-color: #f0f0f0;\n}\n.nav-tabs > .active > a,\n.nav-tabs > .active > a:hover {\n  color: #000000;\n  background-color: #fafafa;\n  border: 1px solid #f0f0f0;\n  border-bottom-color: transparent;\n  cursor: default;\n}\n.nav-pills > li > a {\n  padding-top: 8px;\n  padding-bottom: 8px;\n  margin-top: 2px;\n  margin-bottom: 2px;\n  -webkit-border-radius: 5px;\n  -moz-border-radius: 5px;\n  border-radius: 5px;\n}\n.nav-pills > .active > a,\n.nav-pills > .active > a:hover {\n  color: #fff;\n  background-color: #337EFF;\n}\n.nav-stacked > li {\n  float: none;\n}\n.nav-stacked > li > a {\n  margin-right: 0;\n}\n.nav-tabs.nav-stacked {\n  border-bottom: 0;\n}\n.nav-tabs.nav-stacked > li > a {\n  border: 1px solid #ddd;\n  -webkit-border-radius: 0;\n  -moz-border-radius: 0;\n  border-radius: 0;\n}\n.nav-tabs.nav-stacked > li:first-child > a {\n  -webkit-border-radius: 4px 4px 0 0;\n  -moz-border-radius: 4px 4px 0 0;\n  border-radius: 4px 4px 0 0;\n}\n.nav-tabs.nav-stacked > li:last-child > a {\n  -webkit-border-radius: 0 0 4px 4px;\n  -moz-border-radius: 0 0 4px 4px;\n  border-radius: 0 0 4px 4px;\n}\n.nav-tabs.nav-stacked > li > a:hover {\n  border-color: #ddd;\n  z-index: 2;\n}\n.nav-pills.nav-stacked > li > a {\n  margin-bottom: 3px;\n}\n.nav-pills.nav-stacked > li:last-child > a {\n  margin-bottom: 1px;\n}\n.nav-tabs .dropdown-menu,\n.nav-pills .dropdown-menu {\n  margin-top: 1px;\n  border-width: 1px;\n}\n.nav-pills .dropdown-menu {\n  -webkit-border-radius: 4px;\n  -moz-border-radius: 4px;\n  border-radius: 4px;\n}\n.nav-tabs .dropdown-toggle .caret,\n.nav-pills .dropdown-toggle .caret {\n  border-top-color: #337EFF;\n  border-bottom-color: #337EFF;\n  margin-top: 6px;\n}\n.nav-tabs .dropdown-toggle:hover .caret,\n.nav-pills .dropdown-toggle:hover .caret {\n  border-top-color: rgba(51,126,255,0.7);\n  border-bottom-color: rgba(51,126,255,0.7);\n}\n.nav-tabs .active .dropdown-toggle .caret,\n.nav-pills .active .dropdown-toggle .caret {\n  border-top-color: #333;\n  border-bottom-color: #333;\n}\n.nav > .dropdown.active > a:hover {\n  color: #000;\n  cursor: pointer;\n}\n.nav-tabs .open .dropdown-toggle,\n.nav-pills .open .dropdown-toggle,\n.nav > .open.active > a:hover {\n  color: #fff;\n  background-color: #999;\n  border-color: #999;\n}\n.nav .open .caret,\n.nav .open.active .caret,\n.nav .open a:hover .caret {\n  border-top-color: #fff;\n  border-bottom-color: #fff;\n  opacity: 1;\n}\n.tabs-stacked .open > a:hover {\n  border-color: #999;\n}\n.hentry .nav-tabs > li {\n  list-style: none;\n}\nul.nav.nav-tabs {\n  margin: 0;\n}\nul.nav.nav-tabs a:hover {\n  text-decoration: none;\n}\n.tabbable {\n  *zoom: 1;\n}\n.tabbable:before,\n.tabbable:after {\n  display: table;\n  content: \"\";\n  line-height: 0;\n}\n.tabbable:after {\n  clear: both;\n}\n.tab-content {\n  display: table;\n  width: 100%;\n  padding-top: 5px;\n  background: #fafafa;\n}\n.tab-content p {\n  padding-left: 10px;\n}\n.tabs-below .nav-tabs,\n.tabs-right .nav-tabs,\n.tabs-left .nav-tabs {\n  border-bottom: 0;\n}\n.tab-content > .tab-pane,\n.pill-content > .pill-pane {\n  display: none;\n}\n.tab-content > .active,\n.pill-content > .active {\n  display: block;\n}\n.tabs-below .nav-tabs {\n  border-top: 1px solid #f0f0f0;\n}\n.tabs-below .nav-tabs > li {\n  margin-top: -1px;\n  margin-bottom: 0;\n}\n.tabs-below .nav-tabs > li > a {\n  -webkit-border-radius: 0 0 4px 4px;\n  -moz-border-radius: 0 0 4px 4px;\n  border-radius: 0 0 4px 4px;\n}\n.tabs-below .nav-tabs > li > a:hover {\n  border-bottom-color: transparent;\n  border-top-color: #f0f0f0;\n}\n.tabs-below .nav-tabs .active > a,\n.tabs-below .nav-tabs .active > a:hover {\n  border-color: transparent #f0f0f0;\n}\n.tabs-left .nav-tabs > li,\n.tabs-right .nav-tabs > li {\n  float: none;\n}\n.tabs-left .nav-tabs > li > a,\n.tabs-right .nav-tabs > li > a {\n  min-width: 74px;\n  margin-right: 0;\n  margin-bottom: 3px;\n}\n.tabs-left .nav-tabs {\n  float: left;\n  margin-right: 19px;\n  border-right: 1px solid #f0f0f0;\n}\n.tabs-left .nav-tabs > li > a {\n  margin-right: -1px;\n  -webkit-border-radius: 4px 0 0 4px;\n  -moz-border-radius: 4px 0 0 4px;\n  border-radius: 4px 0 0 4px;\n}\n.tabs-left .nav-tabs > li > a:hover {\n  border-color: #f0f0f0;\n}\n.tabs-left .nav-tabs .active > a,\n.tabs-left .nav-tabs .active > a:hover {\n  border-color: #f0f0f0;\n  *border-right-color: #f0f0f0;\n}\n.tabs-right .nav-tabs {\n  float: right;\n  margin-left: 19px;\n  border-left: 1px solid #f0f0f0;\n}\n.tabs-right .nav-tabs > li > a {\n  margin-left: -1px;\n  -webkit-border-radius: 0 4px 4px 0;\n  -moz-border-radius: 0 4px 4px 0;\n  border-radius: 0 4px 4px 0;\n}\n.tabs-right .nav-tabs > li > a:hover {\n  border-color: #f0f0f0;\n}\n.tabs-right .nav-tabs .active > a,\n.tabs-right .nav-tabs .active > a:hover {\n  border-color: #f0f0f0;\n  *border-left-color: #f0f0f0;\n}\n.modal-backdrop {\n  position: fixed;\n  top: 0;\n  right: 0;\n  bottom: 0;\n  left: 0;\n  z-index: 1040;\n  background-color: #000;\n}\n.modal-backdrop.fade {\n  opacity: 0;\n}\n.modal-backdrop,\n.modal-backdrop.fade.in {\n  opacity: .8;\n}\n.modal {\n  position: fixed;\n  top: 10%;\n  left: 50%;\n  z-index: 1050;\n  width: 560px;\n  margin-left: -280px;\n  background-color: #fff;\n  border: 1px solid #999;\n  border: 1px solid rgba(0,0,0,0.3);\n  *border: 1px solid #999;\n  border-radius: 6px;\n  box-shadow: 0 3px 7px rgba(0,0,0,0.3);\n  -webkit-background-clip: padding-box;\n  -moz-background-clip: padding-box;\n  background-clip: padding-box;\n  outline: none;\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n  font-weight: normal;\n  color: #777;\n}\n.modal.modal-large {\n  width: 840px;\n  margin-left: -430px;\n}\n.modal.fade {\n  -webkit-transition: opacity .1s linear, top .1s ease-out;\n  -moz-transition: opacity .1s linear, top .1s ease-out;\n  -ms-transition: opacity .1s linear, top .1s ease-out;\n  transition: opacity .1s linear, top .1s ease-out;\n  top: -25%;\n}\n.modal.fade.in {\n  top: 10%;\n}\n.modal h1,\n.modal h2,\n.modal h3,\n.modal h4,\n.modal h5,\n.modal h6 {\n  font-weight: 600;\n  color: #000;\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n}\n.modal iframe {\n  width: 100%;\n  min-height: 400px;\n}\n.modal-header {\n  padding: 9px 15px;\n  border-bottom: 1px solid #eee;\n}\n.modal-header .close {\n  margin-top: 2px;\n}\n.modal-header h3 {\n  margin: 0;\n  line-height: 30px;\n  font-size: 20px;\n}\n.modal-body {\n  position: relative;\n  overflow-y: auto;\n  max-height: 400px;\n  padding: 21.7px;\n}\n.modal-form {\n  margin-bottom: 0;\n}\n.modal-footer {\n  padding: 14px 15px 15px;\n  margin-bottom: 0;\n  text-align: right;\n  background-color: #f5f5f5;\n  border-top: 1px solid #ddd;\n  -webkit-border-radius: 0 0 6px 6px;\n  -moz-border-radius: 0 0 6px 6px;\n  border-radius: 0 0 6px 6px;\n  box-shadow: inset 0 1px 0 #fff;\n  *zoom: 1;\n}\n.modal-footer:before,\n.modal-footer:after {\n  display: table;\n  content: \"\";\n  line-height: 0;\n}\n.modal-footer:after {\n  clear: both;\n}\n.modal-footer .btn + .btn {\n  margin-left: 5px;\n  margin-bottom: 0;\n}\n.modal-footer .btn-group .btn + .btn {\n  margin-left: -1px;\n}\n.modal-footer .btn-block + .btn-block {\n  margin-left: 0;\n}\nbody .pl-thumbnails,\nbody .gallery {\n  margin-left: -20px;\n  list-style: none;\n  *zoom: 1;\n}\nbody .pl-thumbnails:before,\nbody .pl-thumbnails:after,\nbody .gallery:before,\nbody .gallery:after {\n  display: table;\n  content: \"\";\n  line-height: 0;\n}\nbody .pl-thumbnails:after,\nbody .gallery:after {\n  clear: both;\n}\nbody .pl-thumbnails > li,\nbody .gallery > li {\n  float: left;\n  margin-bottom: 21.7px;\n  margin-left: 20px;\n}\nbody .pl-thumbnails .thumbnail,\nbody .gallery .gallery-icon a,\n.pl-thumbnail {\n  display: block;\n  padding: 4px;\n  line-height: 21.7px;\n  border: 1px solid #e9e9e9;\n  -webkit-border-radius: 4px;\n  -moz-border-radius: 4px;\n  border-radius: 4px;\n  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);\n  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);\n  box-shadow: 0 1px 3px rgba(0,0,0,0.055);\n  -webkit-transition: all .2s ease-in-out;\n  -moz-transition: all .2s ease-in-out;\n  -ms-transition: all .2s ease-in-out;\n  transition: all .2s ease-in-out;\n}\nbody .pl-thumbnails .thumbnail[href]:hover,\nbody .gallery .gallery-icon a[href]:hover,\n.pl-thumbnail[href]:hover {\n  border-color: #337EFF;\n  -webkit-box-shadow: 0 1px 4px rgba(0,105,214,0.25);\n  -moz-box-shadow: 0 1px 4px rgba(0,105,214,0.25);\n  box-shadow: 0 1px 4px rgba(0,105,214,0.25);\n}\nbody .pl-thumbnails .thumbnail > img,\nbody .gallery .gallery-icon a > img,\n.pl-thumbnail > img {\n  display: block;\n  max-width: 100%;\n  margin-left: auto;\n  margin-right: auto;\n}\nbody .pl-thumbnails .thumbnail .caption,\nbody .pl-thumbnails .thumbnail .gallery-caption,\nbody .gallery .gallery-icon a .caption,\nbody .gallery .gallery-icon a .gallery-caption,\n.pl-thumbnail .caption,\n.pl-thumbnail .gallery-caption {\n  padding: 9px;\n  color: rgba(0,0,0,0.7);\n}\n#gallery-1 img {\n  border: none !important;\n}\n.gallery-icon {\n  display: inline-block;\n}\n.row-fluid .thumbnails {\n  margin-left: 0;\n}\n.fade {\n  -webkit-transition: opacity .15s linear;\n  -moz-transition: opacity .15s linear;\n  -ms-transition: opacity .15s linear;\n  transition: opacity .15s linear;\n  opacity: 0;\n}\n.fade.in {\n  opacity: 1;\n}\n.collapse {\n  -webkit-transition: height .35s ease;\n  -moz-transition: height .35s ease;\n  -ms-transition: height .35s ease;\n  transition: height .35s ease;\n  position: relative;\n  overflow: hidden;\n  height: 0;\n}\n.collapse.in {\n  height: auto;\n}\n.pl-imageframe img,\nimg.pl-imageframe {\n  padding: 4px;\n  background: #ffffff;\n  border: 1px solid #ffffff;\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  -ms-box-sizing: border-box;\n  box-sizing: border-box;\n  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);\n  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3);\n  box-shadow: 0 1px 2px rgba(0,0,0,0.3);\n  -webkit-border-radius: 3px;\n  -moz-border-radius: 3px;\n  border-radius: 3px;\n}\n.pl-imageframe a:hover img {\n  background: #f6f6f6;\n}\n.zmt {\n  margin-top: 0 !important;\n}\n.zmb {\n  margin-bottom: 0 !important;\n}\n.zb {\n  border: none !important;\n}\n.tac {\n  text-align: center !important;\n}\n.hide {\n  display: none;\n}\n.show {\n  display: block;\n}\n.invisible {\n  visibility: hidden;\n}\ncode,\npre {\n  padding: 0 3px 2px;\n  font-family: Menlo, Monaco, \"Courier New\", monospace;\n  font-size: 13px;\n  -webkit-border-radius: 3px;\n  -moz-border-radius: 3px;\n  border-radius: 3px;\n}\ncode {\n  padding: 2px 4px;\n}\ncode,\n.prettyprint {\n  background-color: #f6f6f6;\n  border: 1px solid #d0d0d0;\n}\n.prettify-on .prettyprint.linenums {\n  -webkit-box-shadow: inset 40px 0 0 #f2f2f2, inset 41px 0 0 #d0d0d0;\n  -moz-box-shadow: inset 40px 0 0 #f2f2f2, inset 41px 0 0 #d0d0d0;\n  box-shadow: inset 40px 0 0 #f2f2f2, inset 41px 0 0 #d0d0d0;\n}\nol.linenums li {\n  color: #bebec5;\n}\npre {\n  display: block;\n  white-space: pre;\n  white-space: pre-wrap;\n  word-break: break-all;\n  word-wrap: break-word;\n}\npre.prettyprint {\n  margin-bottom: 21.7px;\n}\npre code {\n  padding: 0;\n  color: inherit;\n  background-color: transparent;\n  border: 0;\n}\n.pre-scrollable {\n  max-height: 340px;\n  overflow-y: scroll;\n}\n.pl-video {\n  position: relative;\n  padding-bottom: 56.25%;\n  height: 0;\n  overflow: hidden;\n}\n.pl-video.youtube {\n  padding-top: 30px;\n}\n.pl-video.vimeo {\n  padding-top: 10px;\n}\n.pl-video iframe,\n.pl-video object,\n.pl-video embed {\n  position: absolute;\n  top: 0;\n  left: 0;\n}\n.fix {\n  *zoom: 1;\n}\n.fix:before,\n.fix:after {\n  display: table;\n  content: \"\";\n  line-height: 0;\n}\n.fix:after {\n  clear: both;\n}\n.img-rounded {\n  -webkit-border-radius: 6px;\n  -moz-border-radius: 6px;\n  border-radius: 6px;\n}\n.img-polaroid {\n  padding: 4px;\n  background-color: #fff;\n  border: 1px solid #ccc;\n  border: 1px solid rgba(0,0,0,0.2);\n  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);\n  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);\n  box-shadow: 0 1px 3px rgba(0,0,0,0.1);\n}\n.img-circle {\n  -webkit-border-radius: 500px;\n  -moz-border-radius: 500px;\n  border-radius: 500px;\n}\n.fix {\n  *zoom: 1;\n}\n.fix:before,\n.fix:after {\n  display: table;\n  content: \"\";\n  line-height: 0;\n}\n.fix:after {\n  clear: both;\n}\n.bg-video-canvas {\n  position: relative;\n}\n.bg-video-viewport {\n  text-align: center;\n  width: 100%;\n  height: 100%;\n  position: absolute;\n  top: 0;\n  left: 0;\n  overflow: hidden;\n}\n.bg-video-viewport .bg-video {\n  width: 100%;\n  height: 100%;\n}\n.pl-browser-wrap {\n  border: 1px solid #cdcdcd;\n  border-radius: 4px 4px 0 0;\n}\n.pl-browser-wrap .pl-browser-header {\n  background: #f7f7f7;\n  position: relative;\n  border-radius: 4px 4px 0 0;\n  border-bottom: 1px solid #ccc;\n  height: 25px;\n  box-shadow: inset 1px 1px 0 #fff;\n}\n.browser-btns {\n  position: absolute;\n  top: 8px;\n  left: 8px;\n}\n.browser-btns > span {\n  height: 10px;\n  width: 10px;\n  margin-right: 5px;\n  display: inline-block;\n  vertical-align: top;\n  border-radius: 10px;\n  box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);\n}\n.browser-btns > span.bbtn-green {\n  background: #79d145;\n}\n.browser-btns > span.bbtn-red {\n  background: #ff4d3b;\n}\n.browser-btns > span.bbtn-orange {\n  background: #ffba3b;\n}\n.sl-link {\n  font-size: 22px;\n  line-height: 22px;\n  margin: 0 8px;\n  color: inherit;\n}\n.pl-animation {\n  -webkit-backface-visibility: hidden;\n}\n.pl-pro-version .pla-scale,\n.pl-pro-version .pla-fade,\n.pl-pro-version .pla-from-left,\n.pl-pro-version .pla-from-right,\n.pl-pro-version .pla-from-top,\n.pl-pro-version .pla-from-bottom {\n  opacity: 0;\n  -webkit-transition: all 1s ease-in-out;\n  -moz-transition: all 1s ease-in-out;\n  -ms-transition: all 1s ease-in-out;\n  transition: all 1s ease-in-out;\n}\n.pl-pro-version .pla-scale.animation-loaded,\n.pl-pro-version .pla-scale.animation-loaded.subtle,\n.pl-pro-version .pla-fade.animation-loaded,\n.pl-pro-version .pla-fade.animation-loaded.subtle,\n.pl-pro-version .pla-from-left.animation-loaded,\n.pl-pro-version .pla-from-left.animation-loaded.subtle,\n.pl-pro-version .pla-from-right.animation-loaded,\n.pl-pro-version .pla-from-right.animation-loaded.subtle,\n.pl-pro-version .pla-from-top.animation-loaded,\n.pl-pro-version .pla-from-top.animation-loaded.subtle,\n.pl-pro-version .pla-from-bottom.animation-loaded,\n.pl-pro-version .pla-from-bottom.animation-loaded.subtle {\n  opacity: 1;\n  -webkit-transform: translate3d(0,0,0);\n  -moz-transform: translate3d(0,0,0);\n  -ms-transform: translate3d(0,0,0);\n  transform: translate3d(0,0,0);\n  -webkit-transform: scale(1);\n  -moz-transform: scale(1);\n  -ms-transform: scale(1);\n  transform: scale(1);\n}\n.pl-pro-version .pla-scale {\n  opacity: .3;\n  -webkit-transform: scale(.3);\n  -moz-transform: scale(.3);\n  -ms-transform: scale(.3);\n  transform: scale(.3);\n}\n.pl-pro-version .pla-from-left {\n  -webkit-transform: translate3d(-50px,0,0);\n  -moz-transform: translate3d(-50px,0,0);\n  -ms-transform: translate3d(-50px,0,0);\n  transform: translate3d(-50px,0,0);\n}\n.pl-pro-version .pla-from-left.subtle {\n  -webkit-transform: translate3d(-20px,0,0);\n  -moz-transform: translate3d(-20px,0,0);\n  -ms-transform: translate3d(-20px,0,0);\n  transform: translate3d(-20px,0,0);\n}\n.pl-pro-version .pla-from-right {\n  -webkit-transform: translate3d(50px,0,0);\n  -moz-transform: translate3d(50px,0,0);\n  -ms-transform: translate3d(50px,0,0);\n  transform: translate3d(50px,0,0);\n}\n.pl-pro-version .pla-from-right.subtle {\n  -webkit-transform: translate3d(20px,0,0);\n  -moz-transform: translate3d(20px,0,0);\n  -ms-transform: translate3d(20px,0,0);\n  transform: translate3d(20px,0,0);\n}\n.pl-pro-version .pla-from-bottom {\n  -webkit-transform: translate3d(0,50px,0);\n  -moz-transform: translate3d(0,50px,0);\n  -ms-transform: translate3d(0,50px,0);\n  transform: translate3d(0,50px,0);\n}\n.pl-pro-version .pla-from-bottom.subtle {\n  -webkit-transform: translate3d(0,20px,0);\n  -moz-transform: translate3d(0,20px,0);\n  -ms-transform: translate3d(0,20px,0);\n  transform: translate3d(0,20px,0);\n}\n.pl-pro-version .pla-from-top {\n  -webkit-transform: translate3d(0,-50px,0);\n  -moz-transform: translate3d(0,-50px,0);\n  -ms-transform: translate3d(0,-50px,0);\n  transform: translate3d(0,-50px,0);\n}\n.pl-pro-version .pla-from-top.subtle {\n  -webkit-transform: translate3d(0,-20px,0);\n  -moz-transform: translate3d(0,-20px,0);\n  -ms-transform: translate3d(0,-20px,0);\n  transform: translate3d(0,-20px,0);\n}\n.pl-pro-version .pl-slidedown {\n  height: 5px;\n  overflow: hidden;\n  -webkit-transition: height 0.85s cubic-bezier(0.725,0.000,0.000,0.995);\n  -moz-transition: height 0.85s cubic-bezier(0.725,0.000,0.000,0.995);\n  transition: height 0.85s cubic-bezier(0.725,0.000,0.000,0.995);\n}\n.pl-pro-version .pl-appear {\n  opacity: .1;\n  -webkit-transform: scale(.5);\n  -moz-transform: scale(.5);\n  -ms-transform: scale(.5);\n  transform: scale(.5);\n}\n.pl-pro-version .pl-appear.animation-loaded {\n  opacity: 1;\n  -webkit-transition: all .5s ease-in-out;\n  -moz-transition: all .5s ease-in-out;\n  -ms-transition: all .5s ease-in-out;\n  transition: all .5s ease-in-out;\n  -webkit-transform: scale(1);\n  -moz-transform: scale(1);\n  -ms-transform: scale(1);\n  transform: scale(1);\n}\n.no-anim {\n  opacity: 1;\n  -webkit-transform: scale(1);\n  -moz-transform: scale(1);\n  -ms-transform: scale(1);\n  transform: scale(1);\n}\n@-webkit-keyframes pl_appear {\n  0% {\n    -webkit-transform: scale(0.5);\n    opacity: 0.1;\n  }\n  100% {\n    -webkit-transform: scale(1);\n    opacity: 1;\n  }\n}\n@-moz-keyframes pl_appear {\n  0% {\n    -moz-transform: scale(0.5);\n    opacity: 0.1;\n  }\n  100% {\n    -moz-transform: scale(1);\n    opacity: 1;\n  }\n}\n@-o-keyframes pl_appear {\n  0% {\n    -o-transform: scale(0.5);\n    opacity: 0.1;\n  }\n  100% {\n    -o-transform: scale(1);\n    opacity: 1;\n  }\n}\n@keyframes pl_appear {\n  0% {\n    transform: scale(0.5);\n    opacity: 0.1;\n  }\n  100% {\n    transform: scale(1);\n    opacity: 1;\n  }\n}\n.vpad-20 {\n  padding-top: 20px;\n  padding-bottom: 20px;\n}\n.vpad-40 {\n  padding-top: 40px;\n  padding-bottom: 40px;\n}\n.vpad-60 {\n  padding-top: 60px;\n  padding-bottom: 60px;\n}\n.vpad-80 {\n  padding-top: 80px;\n  padding-bottom: 80px;\n}\n.vpad-100 {\n  padding-top: 100px;\n  padding-bottom: 100px;\n}\n.vpad-120 {\n  padding-top: 120px;\n  padding-bottom: 120px;\n}\n.vpad-140 {\n  padding-top: 140px;\n  padding-bottom: 140px;\n}\n.vpad-160 {\n  padding-top: 160px;\n  padding-bottom: 160px;\n}\n.vpad-180 {\n  padding-top: 180px;\n  padding-bottom: 180px;\n}\n.vpad-200 {\n  padding-top: 200px;\n  padding-bottom: 200px;\n}\n.hpad-20 {\n  padding-left: 20px;\n  padding-right: 20px;\n}\n.hpad-40 {\n  padding-left: 40px;\n  padding-right: 40px;\n}\n.hpad-60 {\n  padding-left: 60px;\n  padding-right: 60px;\n}\n.hpad-80 {\n  padding-left: 80px;\n  padding-right: 80px;\n}\n.hpad-100 {\n  padding-left: 100px;\n  padding-right: 100px;\n}\n.hpad-120 {\n  padding-left: 120px;\n  padding-right: 120px;\n}\n.hpad-140 {\n  padding-left: 140px;\n  padding-right: 140px;\n}\n.hpad-160 {\n  padding-left: 160px;\n  padding-right: 160px;\n}\n.hpad-180 {\n  padding-left: 180px;\n  padding-right: 180px;\n}\n.hpad-200 {\n  padding-left: 200px;\n  padding-right: 200px;\n}\n.pl-standard-title {\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n  font-weight: 600;\n  letter-spacing: 1px;\n  text-transform: uppercase;\n}\n.pl-social-counters .pl-social-counter {\n  border-right-style: solid;\n  border-right-width: 1px;\n  padding: 0 10px;\n}\n.pl-social-counters .pl-social-counter:last-child {\n  border-right: none;\n  padding-right: none;\n}\n.pl-social-counter {\n  color: inherit;\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n  font-weight: 600;\n  margin: 1 auto;\n  line-height: 11px;\n  font-size: 12px;\n  display: inline-block;\n  vertical-align: middle;\n  cursor: pointer;\n}\n.pl-social-counter .pl-social-count {\n  opacity: .6;\n  font-size: 11px;\n  vertical-align: middle;\n}\n.pl-social-counter .pl-social-icon {\n  margin-right: 2px;\n  font-size: 17px;\n  vertical-align: middle;\n}\n.pl-social-counter .pl-social-icon i {\n  display: inline-block;\n  -webkit-transition: color .35s;\n  -moz-transition: color .35s;\n  -ms-transition: color .35s;\n  transition: color .35s;\n}\n.pl-social-counter .pl-social-icon .icon-facebook {\n  font-size: 20px;\n}\n.pl-social-counter .pl-social-icon .icon-twitter {\n  font-size: 22px;\n  margin-top: -2px;\n}\n.pl-social-counter .pl-social-icon .icon-linkedin {\n  font-size: 20px;\n  margin-top: -1px;\n}\n.pl-social-counter .pl-social-icon .icon-pinterest {\n  font-size: 22px;\n  margin-top: -1px;\n}\n.pl-social-counter.hovered .pl-social-icon i.icon-facebook,\n.pl-social-counter:hover .pl-social-icon i.icon-facebook,\n.pl-social-counter.loved .pl-social-icon i.icon-facebook {\n  color: #337eff;\n}\n.pl-social-counter.hovered .pl-social-icon i.icon-twitter,\n.pl-social-counter:hover .pl-social-icon i.icon-twitter,\n.pl-social-counter.loved .pl-social-icon i.icon-twitter {\n  color: #50eaf6;\n}\n.pl-social-counter.hovered .pl-social-icon i.icon-linkedin,\n.pl-social-counter:hover .pl-social-icon i.icon-linkedin,\n.pl-social-counter.loved .pl-social-icon i.icon-linkedin {\n  color: #509df6;\n}\n.pl-social-counter.hovered .pl-social-icon i.icon-pinterest,\n.pl-social-counter:hover .pl-social-icon i.icon-pinterest,\n.pl-social-counter.loved .pl-social-icon i.icon-pinterest {\n  color: #ff535b;\n}\n.pl-social-counter {\n  border-right-color: #d4d4d4;\n}\n.pl-social-counter .pl-social-icon i {\n  color: #d4d4d4;\n}\n.pl-social-counter:hover .pl-social-icon i,\n.pl-social-counter.loved .pl-social-icon i {\n  color: #337EFF;\n}\n.pl-center-table {\n  display: table;\n  height: 100%;\n  width: 100%;\n}\n.pl-center-table .pl-center-cell {\n  height: 100%;\n  display: table-cell;\n  vertical-align: middle;\n  text-align: center;\n}\nul.inline-list {\n  list-style-type: none;\n  display: inline-block;\n}\nul.inline-list > li {\n  display: inline-block;\n  padding: 0;\n}\nul.inline-list > li > a {\n  box-sizing: border-box;\n  display: block;\n  color: inherit;\n}\nul.inline-list .menu-toggle {\n  display: none;\n}\nul.inline-list .menu-toggle.show-me {\n  display: block;\n}\n@media (max-width: 768px) {\n  ul.inline-list.respond .menu-toggle {\n    display: block;\n  }\n  ul.inline-list.respond .menu-item {\n    display: none;\n  }\n}\nul.tabbed-list {\n  list-style-type: none;\n  margin: 0;\n  width: 100%;\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  -ms-box-sizing: border-box;\n  box-sizing: border-box;\n}\nul.tabbed-list > li,\nul.tabbed-list > lh {\n  margin: 0;\n  padding: 0;\n  float: left;\n}\nul.tabbed-list > li a,\nul.tabbed-list > lh a {\n  display: block;\n}\n.media {\n  overflow: hidden;\n  overflow: visible;\n  zoom: 1;\n}\n.media > .bd {\n  display: table-cell;\n  vertical-align: top;\n  width: 10000px;\n  *display: block;\n  *width: auto;\n  zoom: 1;\n}\n.media .bd > :first-child {\n  margin-top: 0;\n}\n.media .bd > :last-child {\n  margin-bottom: 0;\n}\n.media > .img {\n  max-width: 25%;\n  float: left;\n  margin-right: 15px;\n  text-align: center;\n}\n.media > .img.rtimg {\n  float: right;\n  margin-left: 15px;\n  margin-right: 0;\n}\n.media > .img > img {\n  display: inline-block;\n  vertical-align: bottom;\n  max-width: 100%;\n  height: auto;\n  width: auto \\9;\n}\n.media > .img .thumbnail {\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  -ms-box-sizing: border-box;\n  box-sizing: border-box;\n  max-width: 100%;\n  display: inline-block;\n  padding: 3px;\n  border: 1px solid #e9e9e9;\n  -webkit-border-radius: 4px;\n  -moz-border-radius: 4px;\n  border-radius: 4px;\n  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);\n  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);\n  box-shadow: 0 1px 3px rgba(0,0,0,0.055);\n  -webkit-transition: all .2s ease-in-out;\n  -moz-transition: all .2s ease-in-out;\n  -ms-transition: all .2s ease-in-out;\n  transition: all .2s ease-in-out;\n}\n.media > .img .thumbnail[href]:hover {\n  border-color: #337EFF;\n  -webkit-box-shadow: 0 1px 4px rgba(0,105,214,0.25);\n  -moz-box-shadow: 0 1px 4px rgba(0,105,214,0.25);\n  box-shadow: 0 1px 4px rgba(0,105,214,0.25);\n}\n.media-list {\n  margin-bottom: 0;\n}\n.media-list .title,\n.media-list .excerpt {\n  display: block;\n}\n.media-list .title {\n  font-weight: 600;\n}\n.media-list .excerpt {\n  padding-bottom: 5px;\n}\n.media-list > li,\n.media-list > lh {\n  display: block;\n  line-height: 1.6em;\n}\n.media-list > li:last-child,\n.media-list > lh:last-child {\n  margin-bottom: 0;\n}\n.media-list > lh {\n  font-weight: 600;\n}\n.media-list .img .the-media {\n  display: block;\n  width: 40px;\n  height: 40px;\n  -webkit-background-size: cover;\n  -moz-background-size: cover;\n  -o-background-size: cover;\n  background-size: cover;\n  background-position: 50%;\n}\n.quote-list {\n  margin-bottom: 0;\n}\n.quote-list .title {\n  font-weight: 600;\n  font-size: 12px;\n  line-height: 1.5em;\n}\n.quote-list .the-quote {\n  padding: 10px;\n  position: relative;\n}\n.quote-list > li {\n  display: block;\n  line-height: 1.6em;\n  padding: 0;\n  border-bottom: none;\n  margin-bottom: 15px;\n}\n.quote-list .img .the-media {\n  display: block;\n  width: 40px;\n  height: 40px;\n  -webkit-background-size: cover;\n  -moz-background-size: cover;\n  -o-background-size: cover;\n  background-size: cover;\n}\n.pl-focus {\n  -webkit-transition: box-shadow .5s;\n  -moz-transition: box-shadow .5s;\n  -ms-transition: box-shadow .5s;\n  transition: box-shadow .5s;\n  box-shadow: 0 0 14px #337EFF;\n}\n.pl-focus.stop-focus {\n  box-shadow: none;\n}\n.pl-vignette {\n  position: relative;\n  display: block;\n}\n.pl-vignette:after {\n  box-shadow: inset 0 0 8px rgba(0,0,0,0.2);\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  z-index: 2;\n  content: \"\";\n}\n.pl-vignette .pl-vignette-allow-click {\n  position: relative;\n  z-index: 100;\n}\n.pprow {\n  width: 100%;\n  margin: 0 auto;\n}\n.pp2,\n.pp3,\n.pp4,\n.pp5,\n.pp6 {\n  margin: 0;\n  padding: 0;\n  margin-right: 4%;\n  float: left;\n  border: none;\n  -webkit-transition: all .2s linear;\n  -moz-transition: all .2s linear;\n  -ms-transition: all .2s linear;\n  transition: all .2s linear;\n}\n.pp3 {\n  margin-right: 3%;\n}\n.pp4,\n.pp5,\n.pp6 {\n  margin-right: 2%;\n}\n.pp1 {\n  width: 100%;\n  float: left;\n}\n.pp2 {\n  width: 48%;\n}\n.pp3 {\n  width: 31.333333333%;\n}\n.pp4 {\n  width: 23.5%;\n}\n.pp5 {\n  width: 18.4%;\n}\n.pp6 {\n  width: 15%;\n}\n.pplast {\n  margin-right: 0;\n}\n.ppfull .pp2,\n.ppfull .pp3,\n.ppfull .pp4,\n.ppfull .pp5,\n.ppfull .pp6 {\n  margin-right: 0;\n}\n.ppfull .pp2 {\n  width: 50%;\n}\n.ppfull .pp3 {\n  width: 33.3333333%;\n}\n.ppfull .pp4 {\n  width: 25%;\n}\n.ppfull .pp5 {\n  width: 20%;\n}\n.ppfull .pp6 {\n  width: 16.66666667%;\n}\n@media screen and (max-width: 650px) {\n  .responsive #site .pp2,\n  .responsive #site .pp3,\n  .responsive #site .ppfree {\n    width: 100%;\n    margin-right: 0;\n  }\n  .responsive #site .pprand {\n    width: 100% !important;\n    float: none;\n  }\n  .responsive #site .pprand .pprand-pad {\n    padding: 15px !important;\n  }\n}\n@media screen and (max-width: 700px) {\n  .responsive #site .pp4,\n  .responsive #site .pp5,\n  .responsive #site .pp6 {\n    width: 100%;\n    margin-right: 0;\n  }\n}\n.boomboard {\n  text-align: center;\n  padding: 70px;\n  min-height: 350px;\n}\n.boomboard h2.hugetext {\n  font-size: 8em;\n  line-height: 1.2em;\n}\n.billboard {\n  padding: 60px 15px;\n  margin: 0 0 2.5em 0;\n}\n.banner_pad {\n  padding: 2em;\n  text-align: center;\n}\n.banner_title.wicon {\n  display: inline;\n  padding: 0 23px;\n  background-position: 0 4px;\n  background-repeat: no-repeat;\n}\n.setup-section {\n  padding: 8px 0 10px;\n  background: #f6f6f6;\n  text-align: center;\n  line-height: 1.5em;\n}\n.plprint {\n  font-size: 10px;\n  line-height: 1.3em;\n  padding: 10px 0;\n}\n.grid-element,\n.media_overview {\n  margin-bottom: 12px;\n}\n.grid-img-frame {\n  max-width: 100%;\n}\n.grid-img-pad {\n  width: 100%;\n  float: left;\n}\n.vignette {\n  position: relative;\n}\n.grid-title {\n  margin: 0 0 .7em;\n}\n.grid-title-pad {\n  position: relative;\n  padding: 7px 0;\n}\n.gtitle {\n  float: left;\n}\n.title-link {\n  position: absolute;\n  bottom: 7px;\n  right: 4px;\n  font-size: 11px;\n  font-family: \'calibri\', \'lucida grande\', helvetica, arial;\n  font-weight: bold;\n  color: #888;\n  padding: 3px 7px 4px;\n  line-height: 1em;\n}\n.hovercard {\n  position: absolute;\n  bottom: 20px;\n  background: rgba(0,0,0,0.6);\n  text-shadow: none;\n  color: #fff;\n  line-height: 1.6em;\n  padding: 5px 8px;\n  display: none;\n  text-align: left;\n  font-size: 1.4em;\n  bottom: 15px;\n}\n#supersized-loader {\n  display: none;\n  visibility: hidden;\n}\n#supersized {\n  position: fixed;\n  left: 0;\n  top: 0;\n  overflow: hidden;\n  z-index: -999;\n  height: 100%;\n  width: 100%;\n  background-size: cover;\n}\n#supersized img {\n  height: auto;\n  width: auto;\n  position: relative;\n  outline: none;\n  border: none;\n  -ms-interpolation-mode: bicubic;\n  image-rendering: optimizeQuality;\n}\n.hidden {\n  display: none;\n}\n.aligncenter,\n.alignnone {\n  display: block;\n  margin-left: auto;\n  margin-right: auto;\n}\n.center {\n  text-align: center;\n}\n.alignleft {\n  float: left;\n  margin: 0 1.5em 1.5em 0;\n}\n.left {\n  float: left;\n}\n.alignright {\n  float: right;\n  margin: 0 0 .4em 1.4em;\n}\n.right {\n  float: right;\n}\n.textleft {\n  text-align: left;\n}\n.textright {\n  text-align: right;\n}\n.textjustify {\n  text-align: justify;\n}\n.textcenter {\n  text-align: center;\n}\n.clear {\n  clear: both;\n}\n.block {\n  display: block;\n}\nimg.center,\nimg[align=\"center\"] {\n  display: block;\n  margin-left: auto;\n  margin-right: auto;\n}\nimg.left,\nimg[align=\"left\"] {\n  float: left;\n  margin: 2px 10px 5px 0px;\n}\nimg.right,\nimg[align=\"right\"] {\n  float: right;\n  margin: 2px 0px 5px 10px;\n}\n.pl-credit,\n.toolbox-activate {\n  position: fixed;\n  bottom: 0;\n  background: rgba(0,0,0,0.9);\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n  font-weight: 300;\n  color: #fff;\n  text-shadow: 0 -1px 0 #000;\n  opacity: .6;\n  padding: 0 8px 0px 10px;\n  font-size: 15px;\n  height: 29px;\n  line-height: 29px;\n  text-align: center;\n  -webkit-transition: all .5s ease;\n  -moz-transition: all .5s ease;\n  -ms-transition: all .5s ease;\n  transition: all .5s ease;\n  cursor: pointer;\n}\n.pl-credit .transit,\n.toolbox-activate .transit {\n  -webkit-transition: all .5s ease;\n  -moz-transition: all .5s ease;\n  -ms-transition: all .5s ease;\n  transition: all .5s ease;\n}\n.pl-credit .fademein,\n.toolbox-activate .fademein {\n  opacity: 0;\n  -webkit-transition: all .7s ease;\n  -moz-transition: all .7s ease;\n  -ms-transition: all .7s ease;\n  transition: all .7s ease;\n}\n.pl-credit:hover,\n.toolbox-activate:hover {\n  color: #fff;\n  opacity: 1;\n}\n.pl-credit:hover .fademein,\n.toolbox-activate:hover .fademein {\n  opacity: 1;\n}\n.pl-credit:hover i,\n.toolbox-activate:hover i {\n  color: #35eafd;\n}\n.pl-credit {\n  -webkit-border-top-left-radius: 3px;\n  -moz-border-radius-topleft: 3px;\n  border-top-left-radius: 3px;\n  right: -33px;\n  box-shadow: -1px -1px 0 rgba(255,255,255,0.2);\n  display: block !important;\n  visibility: visible !important;\n  opacity: 1 !important;\n}\n.pl-credit:hover {\n  right: 0;\n}\n.pl-credit::after {\n  content: \'\';\n  display: block;\n  width: 200px;\n  height: 160%;\n  position: absolute;\n  top: -20px;\n  right: 0;\n  z-index: -100;\n}\n.toolbox-activate {\n  -webkit-border-top-right-radius: 3px;\n  -moz-border-radius-topright: 3px;\n  border-top-right-radius: 3px;\n  left: 0;\n  box-shadow: 1px -1px 0 rgba(255,255,255,0.2);\n}\n.pl-editor-only {\n  display: none;\n}\n.pl-section-controls,\n.pl-region-bar,\n.pl-area-controls,\n.pl-column-forcer,\n.pl-sortable-buffer,\n.li-refresh,\n.pl-editor-only,\n.linked-tpl,\n.linked-section,\n.area-unlock,\n.tpl-unlock {\n  display: none;\n}\ntable {\n  width: 100%;\n}\ntable .prettyprint {\n  margin-bottom: 0;\n}\n.hentry table,\n#comments table {\n  margin-bottom: 1em;\n  font-size: 80%;\n  line-height: 1.3em;\n}\n.hentry table th,\n#comments table th {\n  font-weight: 600;\n}\n.hentry table th,\n.hentry table td,\n#comments table th,\n#comments table td {\n  vertical-align: middle;\n  padding: 10px;\n}\n.hentry table th ul,\n.hentry table td ul,\n#comments table th ul,\n#comments table td ul {\n  text-align: left;\n  font-size: 90%;\n  margin: 7px 0 7px 30px;\n}\n.table th {\n  font-size: 14px;\n  font-weight: bold;\n}\n.table td {\n  color: #1a1a1a;\n  line-height: 18.7px;\n  font-size: 13px;\n  vertical-align: top;\n  border-top: 1px solid #dedede;\n}\n.table.mid td {\n  vertical-align: middle;\n}\ncolgroup + thead tr:first-child th,\ncolgroup + thead tr:first-child td,\nthead:first-child tr:first-child th,\nthead:first-child tr:first-child td {\n  border-top: 0;\n}\ntbody + tbody {\n  border-top: 2px solid #dedede;\n}\n.table-condensed th,\n.table-condensed td,\n.hentry .table-condensed th,\n.hentry .table-condensed td {\n  padding: 4px 5px;\n}\n.table-centered th,\n.table-centered td {\n  text-align: center;\n}\n.table-bordered {\n  border: 1px solid #dedede;\n  border-left: 0;\n  border-collapse: separate;\n  *border-collapse: collapsed;\n  -webkit-border-radius: 4px;\n  -moz-border-radius: 4px;\n  border-radius: 4px;\n}\n.table-bordered th,\n.table-bordered td {\n  border-left: 1px solid #dedede;\n}\n.table-bordered thead:first-child tr:first-child th,\n.table-bordered tbody:first-child tr:first-child th,\n.table-bordered tbody:first-child tr:first-child td {\n  border-top: 0;\n}\n.table-bordered thead:first-child tr:first-child th:first-child,\n.table-bordered tbody:first-child tr:first-child td:first-child {\n  -webkit-border-radius: 4px 0 0 0;\n  -moz-border-radius: 4px 0 0 0;\n  border-radius: 4px 0 0 0;\n}\n.table-bordered thead:first-child tr:first-child th:last-child,\n.table-bordered tbody:first-child tr:first-child td:last-child {\n  -webkit-border-radius: 0 4px 0 0;\n  -moz-border-radius: 0 4px 0 0;\n  border-radius: 0 4px 0 0;\n}\n.table-bordered thead:last-child tr:last-child th:first-child,\n.table-bordered tbody:last-child tr:last-child td:first-child {\n  -webkit-border-radius: 0 0 0 4px;\n  -moz-border-radius: 0 0 0 4px;\n  border-radius: 0 0 0 4px;\n}\n.table-bordered thead:last-child tr:last-child th:last-child,\n.table-bordered tbody:last-child tr:last-child td:last-child {\n  -webkit-border-radius: 0 0 4px 0;\n  -moz-border-radius: 0 0 4px 0;\n  border-radius: 0 0 4px 0;\n}\n.table-striped tbody tr:nth-child(odd) td,\n.table-striped tbody tr:nth-child(odd) th {\n  background-color: #f5f5f5;\n}\n.table tbody tr:hover td,\n.table tbody tr:hover th {\n  background-color: #f5f5f5;\n}\ntable .span1 {\n  float: none;\n  width: 44px;\n  margin-left: 0;\n}\ntable .span2 {\n  float: none;\n  width: 124px;\n  margin-left: 0;\n}\ntable .span3 {\n  float: none;\n  width: 204px;\n  margin-left: 0;\n}\ntable .span4 {\n  float: none;\n  width: 284px;\n  margin-left: 0;\n}\ntable .span5 {\n  float: none;\n  width: 364px;\n  margin-left: 0;\n}\ntable .span6 {\n  float: none;\n  width: 444px;\n  margin-left: 0;\n}\ntable .span7 {\n  float: none;\n  width: 524px;\n  margin-left: 0;\n}\ntable .span8 {\n  float: none;\n  width: 604px;\n  margin-left: 0;\n}\ntable .span9 {\n  float: none;\n  width: 684px;\n  margin-left: 0;\n}\ntable .span10 {\n  float: none;\n  width: 764px;\n  margin-left: 0;\n}\ntable .span11 {\n  float: none;\n  width: 844px;\n  margin-left: 0;\n}\ntable .span12 {\n  float: none;\n  width: 924px;\n  margin-left: 0;\n}\ntable .span13 {\n  float: none;\n  width: 1004px;\n  margin-left: 0;\n}\ntable .span14 {\n  float: none;\n  width: 1084px;\n  margin-left: 0;\n}\ntable .span15 {\n  float: none;\n  width: 1164px;\n  margin-left: 0;\n}\ntable .span16 {\n  float: none;\n  width: 1244px;\n  margin-left: 0;\n}\ntable .span17 {\n  float: none;\n  width: 1324px;\n  margin-left: 0;\n}\ntable .span18 {\n  float: none;\n  width: 1404px;\n  margin-left: 0;\n}\ntable .span19 {\n  float: none;\n  width: 1484px;\n  margin-left: 0;\n}\ntable .span20 {\n  float: none;\n  width: 1564px;\n  margin-left: 0;\n}\ntable .span21 {\n  float: none;\n  width: 1644px;\n  margin-left: 0;\n}\ntable .span22 {\n  float: none;\n  width: 1724px;\n  margin-left: 0;\n}\ntable .span23 {\n  float: none;\n  width: 1804px;\n  margin-left: 0;\n}\ntable .span24 {\n  float: none;\n  width: 1884px;\n  margin-left: 0;\n}\n.well {\n  min-height: 20px;\n  padding: 19px;\n  margin: 21.7px 0;\n  background: #e9e9e9;\n  border: 1px solid rgba(0,0,0,0.1);\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  -ms-box-sizing: border-box;\n  box-sizing: border-box;\n  border-radius: 1px;\n}\n.well > .btn {\n  margin-right: 10px;\n}\n.well blockquote {\n  border-color: #dedede;\n  border-color: rgba(0,0,0,0.15);\n}\n.well h2,\n.well h3,\n.well h4 {\n  margin-top: 0;\n}\n.well p:last-child {\n  margin-bottom: 0;\n}\n.well-large {\n  padding: 24px;\n  border-radius: 4px;\n}\n.well-small {\n  padding: 9px;\n  border-radius: 2px;\n}\nform {\n  margin: 0 0 21.7px;\n}\nfieldset {\n  padding: 0;\n  margin: 0;\n  border: 0;\n}\nlegend {\n  display: block;\n  width: 100%;\n  padding: 0;\n  margin-bottom: 21.7px;\n  font-size: 21px;\n  line-height: 43.4px;\n  color: #333;\n  border: 0;\n  border-bottom: 1px solid #e5e5e5;\n}\nlegend small {\n  font-size: 16.275px;\n  color: #999;\n}\nlabel,\ninput,\nbutton,\nselect,\ntextarea {\n  font-size: 14px;\n  font-weight: normal;\n  line-height: 21.7px;\n}\ninput,\nbutton,\nselect,\ntextarea {\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n}\nlabel {\n  display: block;\n  margin-bottom: 5px;\n}\nselect,\ntextarea,\ninput[type=\"text\"],\ninput[type=\"password\"],\ninput[type=\"datetime\"],\ninput[type=\"datetime-local\"],\ninput[type=\"date\"],\ninput[type=\"month\"],\ninput[type=\"time\"],\ninput[type=\"week\"],\ninput[type=\"number\"],\ninput[type=\"email\"],\ninput[type=\"url\"],\ninput[type=\"search\"],\ninput[type=\"tel\"],\ninput[type=\"color\"],\n.uneditable-input {\n  display: inline-block;\n  height: 32.55px;\n  padding: 4px 6px;\n  margin-bottom: 9px;\n  font-size: 14px;\n  line-height: 21.7px;\n  color: #555;\n  -webkit-border-radius: 2px;\n  -moz-border-radius: 2px;\n  border-radius: 2px;\n}\ninput,\ntextarea,\n.uneditable-input,\n.add-on {\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  -ms-box-sizing: border-box;\n  box-sizing: border-box;\n}\ninput {\n  width: 220px;\n}\ntextarea {\n  width: 100%;\n  height: auto;\n}\ntextarea,\ninput[type=\"text\"],\ninput[type=\"password\"],\ninput[type=\"datetime\"],\ninput[type=\"datetime-local\"],\ninput[type=\"date\"],\ninput[type=\"month\"],\ninput[type=\"time\"],\ninput[type=\"week\"],\ninput[type=\"number\"],\ninput[type=\"email\"],\ninput[type=\"url\"],\ninput[type=\"search\"],\ninput[type=\"tel\"],\ninput[type=\"color\"],\n.uneditable-input {\n  background-color: #FFFFFF;\n  border: 1px solid #CCCCCC;\n  -webkit-transition: border linear .2s, box-shadow linear .2s;\n  -moz-transition: border linear .2s, box-shadow linear .2s;\n  -ms-transition: border linear .2s, box-shadow linear .2s;\n  transition: border linear .2s, box-shadow linear .2s;\n}\ntextarea:focus,\ninput[type=\"text\"]:focus,\ninput[type=\"password\"]:focus,\ninput[type=\"datetime\"]:focus,\ninput[type=\"datetime-local\"]:focus,\ninput[type=\"date\"]:focus,\ninput[type=\"month\"]:focus,\ninput[type=\"time\"]:focus,\ninput[type=\"week\"]:focus,\ninput[type=\"number\"]:focus,\ninput[type=\"email\"]:focus,\ninput[type=\"url\"]:focus,\ninput[type=\"search\"]:focus,\ninput[type=\"tel\"]:focus,\ninput[type=\"color\"]:focus,\n.uneditable-input:focus {\n  border-color: rgba(82,168,236,0.8);\n  outline: 0;\n  outline: thin dotted \\9;\n  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);\n  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);\n  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);\n}\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n  margin: 4px 0 0;\n  *margin-top: 0;\n  margin-top: 1px \\9;\n  line-height: normal;\n  cursor: pointer;\n}\ninput[type=\"file\"],\ninput[type=\"image\"],\ninput[type=\"submit\"],\ninput[type=\"reset\"],\ninput[type=\"button\"],\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n  width: auto;\n}\nselect,\ninput[type=\"file\"] {\n  height: 30px;\n  *margin-top: 4px;\n  line-height: 30px;\n}\nselect {\n  border: 1px solid #CCCCCC;\n  background-color: #FFFFFF;\n}\nselect[multiple],\nselect[size] {\n  height: auto;\n}\nselect:focus,\ninput[type=\"file\"]:focus,\ninput[type=\"radio\"]:focus,\ninput[type=\"checkbox\"]:focus {\n  outline: thin dotted #333;\n  outline: 5px auto -webkit-focus-ring-color;\n  outline-offset: -2px;\n}\n.uneditable-input,\n.uneditable-textarea {\n  color: #999;\n  background-color: #fcfcfc;\n  border-color: #CCCCCC;\n  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);\n  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);\n  box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);\n  cursor: not-allowed;\n}\n.uneditable-input {\n  overflow: hidden;\n  white-space: nowrap;\n}\n.uneditable-textarea {\n  width: auto;\n  height: auto;\n}\ninput:-moz-placeholder,\ntextarea:-moz-placeholder {\n  color: rgba(0,0,0,0.4);\n}\ninput:-ms-input-placeholder,\ntextarea:-ms-input-placeholder {\n  color: rgba(0,0,0,0.4);\n}\ninput::-webkit-input-placeholder,\ntextarea::-webkit-input-placeholder {\n  color: rgba(0,0,0,0.4);\n}\n.radio,\n.checkbox {\n  min-height: 18px;\n  padding-left: 18px;\n}\n.radio input[type=\"radio\"],\n.checkbox input[type=\"checkbox\"] {\n  float: left;\n  margin-left: -18px;\n}\n.controls > .radio:first-child,\n.controls > .checkbox:first-child {\n  padding-top: 5px;\n}\n.radio.inline,\n.checkbox.inline {\n  display: inline-block;\n  padding-top: 5px;\n  margin-bottom: 0;\n  vertical-align: middle;\n}\n.radio.inline + .radio.inline,\n.checkbox.inline + .checkbox.inline {\n  margin-left: 10px;\n}\n.input-mini {\n  width: 60px;\n}\n.input-small {\n  width: 90px;\n}\n.input-medium {\n  width: 150px;\n}\n.input-large {\n  width: 210px;\n}\n.input-xlarge {\n  width: 270px;\n}\n.input-xxlarge {\n  width: 530px;\n}\ninput[class*=\"span\"],\nselect[class*=\"span\"],\ntextarea[class*=\"span\"],\n.uneditable-input[class*=\"span\"],\n.row-fluid input[class*=\"span\"],\n.row-fluid select[class*=\"span\"],\n.row-fluid textarea[class*=\"span\"],\n.row-fluid .uneditable-input[class*=\"span\"] {\n  float: none;\n  margin-left: 0;\n}\n.input-append input[class*=\"span\"],\n.input-append .uneditable-input[class*=\"span\"],\n.input-prepend input[class*=\"span\"],\n.input-prepend .uneditable-input[class*=\"span\"],\n.row-fluid input[class*=\"span\"],\n.row-fluid select[class*=\"span\"],\n.row-fluid textarea[class*=\"span\"],\n.row-fluid .uneditable-input[class*=\"span\"],\n.row-fluid .input-prepend [class*=\"span\"],\n.row-fluid .input-append [class*=\"span\"] {\n  display: inline-block;\n}\ninput,\ntextarea,\n.uneditable-input {\n  margin-left: 0;\n}\ninput.span12,\ntextarea.span12,\n.uneditable-input.span12 {\n  width: 930px;\n}\ninput.span11,\ntextarea.span11,\n.uneditable-input.span11 {\n  width: 850px;\n}\ninput.span10,\ntextarea.span10,\n.uneditable-input.span10 {\n  width: 770px;\n}\ninput.span9,\ntextarea.span9,\n.uneditable-input.span9 {\n  width: 690px;\n}\ninput.span8,\ntextarea.span8,\n.uneditable-input.span8 {\n  width: 610px;\n}\ninput.span7,\ntextarea.span7,\n.uneditable-input.span7 {\n  width: 530px;\n}\ninput.span6,\ntextarea.span6,\n.uneditable-input.span6 {\n  width: 450px;\n}\ninput.span5,\ntextarea.span5,\n.uneditable-input.span5 {\n  width: 370px;\n}\ninput.span4,\ntextarea.span4,\n.uneditable-input.span4 {\n  width: 290px;\n}\ninput.span3,\ntextarea.span3,\n.uneditable-input.span3 {\n  width: 210px;\n}\ninput.span2,\ntextarea.span2,\n.uneditable-input.span2 {\n  width: 130px;\n}\ninput.span1,\ntextarea.span1,\n.uneditable-input.span1 {\n  width: 50px;\n}\n.controls-row {\n  *zoom: 1;\n}\n.controls-row:before,\n.controls-row:after {\n  display: table;\n  content: \"\";\n  line-height: 0;\n}\n.controls-row:after {\n  clear: both;\n}\n.controls-row [class*=\"span\"] {\n  float: left;\n}\ninput[disabled],\nselect[disabled],\ntextarea[disabled],\ninput[readonly],\nselect[readonly],\ntextarea[readonly] {\n  cursor: not-allowed;\n  background-color: #eee;\n}\ninput[type=\"radio\"][disabled],\ninput[type=\"checkbox\"][disabled],\ninput[type=\"radio\"][readonly],\ninput[type=\"checkbox\"][readonly] {\n  background-color: transparent;\n}\n.control-group.warning > label,\n.control-group.warning .help-block,\n.control-group.warning .help-inline {\n  color: #453404;\n}\n.control-group.warning input,\n.control-group.warning select,\n.control-group.warning textarea {\n  color: #453404;\n  border-color: #453404;\n}\n.control-group.warning input:focus,\n.control-group.warning select:focus,\n.control-group.warning textarea:focus {\n  border-color: #151001;\n  -webkit-box-shadow: 0 0 6px #a57d0a;\n  -moz-box-shadow: 0 0 6px #a57d0a;\n  box-shadow: 0 0 6px #a57d0a;\n}\n.control-group.warning .input-prepend .add-on,\n.control-group.warning .input-append .add-on {\n  color: #453404;\n  background-color: #fcf8e3;\n  border-color: #453404;\n}\n.control-group.error > label,\n.control-group.error .help-block,\n.control-group.error .help-inline {\n  color: #b94a48;\n}\n.control-group.error input,\n.control-group.error select,\n.control-group.error textarea {\n  color: #b94a48;\n  border-color: #b94a48;\n}\n.control-group.error input:focus,\n.control-group.error select:focus,\n.control-group.error textarea:focus {\n  border-color: #953b39;\n  -webkit-box-shadow: 0 0 6px #d59392;\n  -moz-box-shadow: 0 0 6px #d59392;\n  box-shadow: 0 0 6px #d59392;\n}\n.control-group.error .input-prepend .add-on,\n.control-group.error .input-append .add-on {\n  color: #b94a48;\n  background-color: #f2dede;\n  border-color: #b94a48;\n}\n.control-group.success > label,\n.control-group.success .help-block,\n.control-group.success .help-inline {\n  color: #468847;\n}\n.control-group.success input,\n.control-group.success select,\n.control-group.success textarea {\n  color: #468847;\n  border-color: #468847;\n}\n.control-group.success input:focus,\n.control-group.success select:focus,\n.control-group.success textarea:focus {\n  border-color: #356635;\n  -webkit-box-shadow: 0 0 6px #7aba7b;\n  -moz-box-shadow: 0 0 6px #7aba7b;\n  box-shadow: 0 0 6px #7aba7b;\n}\n.control-group.success .input-prepend .add-on,\n.control-group.success .input-append .add-on {\n  color: #468847;\n  background-color: #dff0d8;\n  border-color: #468847;\n}\n.control-group.info > label,\n.control-group.info .help-block,\n.control-group.info .help-inline {\n  color: #3a87ad;\n}\n.control-group.info input,\n.control-group.info select,\n.control-group.info textarea {\n  color: #3a87ad;\n  border-color: #3a87ad;\n}\n.control-group.info input:focus,\n.control-group.info select:focus,\n.control-group.info textarea:focus {\n  border-color: #2d6987;\n  -webkit-box-shadow: 0 0 6px #7ab5d3;\n  -moz-box-shadow: 0 0 6px #7ab5d3;\n  box-shadow: 0 0 6px #7ab5d3;\n}\n.control-group.info .input-prepend .add-on,\n.control-group.info .input-append .add-on {\n  color: #3a87ad;\n  background-color: #d9edf7;\n  border-color: #3a87ad;\n}\ninput:focus:required:invalid,\ntextarea:focus:required:invalid,\nselect:focus:required:invalid {\n  color: #b94a48;\n  border-color: #ee5f5b;\n}\ninput:focus:required:invalid:focus,\ntextarea:focus:required:invalid:focus,\nselect:focus:required:invalid:focus {\n  border-color: #e9322d;\n  -webkit-box-shadow: 0 0 6px #f8b9b7;\n  -moz-box-shadow: 0 0 6px #f8b9b7;\n  box-shadow: 0 0 6px #f8b9b7;\n}\n.form-actions {\n  padding: 20.7px 20px 21.7px;\n  margin-top: 21.7px;\n  margin-bottom: 21.7px;\n  background-color: #f5f5f5;\n  border-top: 1px solid #e5e5e5;\n  *zoom: 1;\n}\n.form-actions:before,\n.form-actions:after {\n  display: table;\n  content: \"\";\n  line-height: 0;\n}\n.form-actions:after {\n  clear: both;\n}\n.help-block,\n.help-inline {\n  color: #262626;\n}\n.help-block {\n  display: block;\n  margin-bottom: 10.85px;\n}\n.help-inline {\n  display: inline-block;\n  *display: inline;\n  *zoom: 1;\n  vertical-align: middle;\n  padding-left: 5px;\n}\n.input-append,\n.input-prepend {\n  margin-bottom: 5px;\n  font-size: 0;\n  white-space: nowrap;\n}\n.input-append input,\n.input-append select,\n.input-append .uneditable-input,\n.input-prepend input,\n.input-prepend select,\n.input-prepend .uneditable-input {\n  position: relative;\n  margin-bottom: 0;\n  *margin-left: 0;\n  font-size: 14px;\n  vertical-align: top;\n  -webkit-border-radius: 0 2px 2px 0;\n  -moz-border-radius: 0 2px 2px 0;\n  border-radius: 0 2px 2px 0;\n}\n.input-append input:focus,\n.input-append select:focus,\n.input-append .uneditable-input:focus,\n.input-prepend input:focus,\n.input-prepend select:focus,\n.input-prepend .uneditable-input:focus {\n  z-index: 2;\n}\n.input-append .add-on,\n.input-prepend .add-on {\n  display: inline-block;\n  width: auto;\n  height: 32.55px;\n  min-width: 16px;\n  padding: 4px 5px;\n  font-size: 14px;\n  font-weight: normal;\n  line-height: 21.7px;\n  text-align: center;\n  text-shadow: 0 1px 0 #fff;\n  background-color: #eee;\n  border: 1px solid #ccc;\n}\n.input-append .add-on,\n.input-append .btn,\n.input-prepend .add-on,\n.input-prepend .btn {\n  vertical-align: top;\n  -webkit-border-radius: 0;\n  -moz-border-radius: 0;\n  border-radius: 0;\n}\n.input-append .active,\n.input-prepend .active {\n  background-color: #89e5b0;\n  border-color: #27Ae60;\n}\n.input-prepend .add-on,\n.input-prepend .btn {\n  margin-right: -1px;\n}\n.input-prepend .add-on:first-child,\n.input-prepend .btn:first-child {\n  -webkit-border-radius: 2px 0 0 2px;\n  -moz-border-radius: 2px 0 0 2px;\n  border-radius: 2px 0 0 2px;\n}\n.input-append input,\n.input-append select,\n.input-append .uneditable-input {\n  -webkit-border-radius: 2px 0 0 2px;\n  -moz-border-radius: 2px 0 0 2px;\n  border-radius: 2px 0 0 2px;\n}\n.input-append .add-on,\n.input-append .btn {\n  margin-left: -1px;\n}\n.input-append .add-on:last-child,\n.input-append .btn:last-child {\n  -webkit-border-radius: 0 2px 2px 0;\n  -moz-border-radius: 0 2px 2px 0;\n  border-radius: 0 2px 2px 0;\n}\n.input-prepend.input-append input,\n.input-prepend.input-append select,\n.input-prepend.input-append .uneditable-input {\n  -webkit-border-radius: 0;\n  -moz-border-radius: 0;\n  border-radius: 0;\n}\n.input-prepend.input-append .add-on:first-child,\n.input-prepend.input-append .btn:first-child {\n  margin-right: -1px;\n  -webkit-border-radius: 2px 0 0 2px;\n  -moz-border-radius: 2px 0 0 2px;\n  border-radius: 2px 0 0 2px;\n}\n.input-prepend.input-append .add-on:last-child,\n.input-prepend.input-append .btn:last-child {\n  margin-left: -1px;\n  -webkit-border-radius: 0 2px 2px 0;\n  -moz-border-radius: 0 2px 2px 0;\n  border-radius: 0 2px 2px 0;\n}\ninput.search-query {\n  padding-right: 14px;\n  padding-right: 4px \\9;\n  padding-left: 14px;\n  padding-left: 4px \\9;\n  margin-bottom: 0;\n  -webkit-border-radius: 15px;\n  -moz-border-radius: 15px;\n  border-radius: 15px;\n}\n.form-search .input-append .search-query,\n.form-search .input-prepend .search-query {\n  -webkit-border-radius: 0;\n  -moz-border-radius: 0;\n  border-radius: 0;\n}\n.form-search .input-append .search-query {\n  -webkit-border-radius: 14px 0 0 14px;\n  -moz-border-radius: 14px 0 0 14px;\n  border-radius: 14px 0 0 14px;\n}\n.form-search .input-append .btn {\n  -webkit-border-radius: 0 14px 14px 0;\n  -moz-border-radius: 0 14px 14px 0;\n  border-radius: 0 14px 14px 0;\n}\n.form-search .input-prepend .search-query {\n  -webkit-border-radius: 0 14px 14px 0;\n  -moz-border-radius: 0 14px 14px 0;\n  border-radius: 0 14px 14px 0;\n}\n.form-search .input-prepend .btn {\n  -webkit-border-radius: 14px 0 0 14px;\n  -moz-border-radius: 14px 0 0 14px;\n  border-radius: 14px 0 0 14px;\n}\n.form-search input,\n.form-search textarea,\n.form-search select,\n.form-search .help-inline,\n.form-search .uneditable-input,\n.form-search .input-prepend,\n.form-search .input-append,\n.form-inline input,\n.form-inline textarea,\n.form-inline select,\n.form-inline .help-inline,\n.form-inline .uneditable-input,\n.form-inline .input-prepend,\n.form-inline .input-append,\n.form-horizontal input,\n.form-horizontal textarea,\n.form-horizontal select,\n.form-horizontal .help-inline,\n.form-horizontal .uneditable-input,\n.form-horizontal .input-prepend,\n.form-horizontal .input-append {\n  display: inline-block;\n  *display: inline;\n  *zoom: 1;\n  margin-bottom: 0;\n  vertical-align: middle;\n}\n.form-search .hide,\n.form-inline .hide,\n.form-horizontal .hide {\n  display: none;\n}\n.form-search label,\n.form-inline label,\n.form-search .btn-group,\n.form-inline .btn-group {\n  display: inline-block;\n}\n.form-search .input-append,\n.form-inline .input-append,\n.form-search .input-prepend,\n.form-inline .input-prepend {\n  margin-bottom: 0;\n}\n.form-search .radio,\n.form-search .checkbox,\n.form-inline .radio,\n.form-inline .checkbox {\n  padding-left: 0;\n  margin-bottom: 0;\n  vertical-align: middle;\n}\n.form-search .radio input[type=\"radio\"],\n.form-search .checkbox input[type=\"checkbox\"],\n.form-inline .radio input[type=\"radio\"],\n.form-inline .checkbox input[type=\"checkbox\"] {\n  float: left;\n  margin-right: 3px;\n  margin-left: 0;\n}\n.control-group {\n  margin-bottom: 10.85px;\n}\nlegend + .control-group {\n  margin-top: 21.7px;\n  -webkit-margin-top-collapse: separate;\n}\n.form-horizontal .control-group {\n  margin-bottom: 21.7px;\n  *zoom: 1;\n}\n.form-horizontal .control-group:before,\n.form-horizontal .control-group:after {\n  display: table;\n  content: \"\";\n  line-height: 0;\n}\n.form-horizontal .control-group:after {\n  clear: both;\n}\n.form-horizontal .control-label {\n  float: left;\n  width: 160px;\n  padding-top: 5px;\n  text-align: right;\n}\n.form-horizontal .controls {\n  *display: inline-block;\n  *padding-left: 20px;\n  margin-left: 180px;\n  *margin-left: 0;\n}\n.form-horizontal .controls:first-child {\n  *padding-left: 180px;\n}\n.form-horizontal .help-block {\n  margin-bottom: 0;\n}\n.form-horizontal input + .help-block,\n.form-horizontal select + .help-block,\n.form-horizontal textarea + .help-block {\n  margin-top: 10.85px;\n}\n.form-horizontal .form-actions {\n  padding-left: 180px;\n}\n:-moz-placeholder {\n  color: rgba(0,0,0,0.4);\n}\n:-ms-input-placeholder {\n  color: rgba(0,0,0,0.4);\n}\n::-webkit-input-placeholder {\n  color: rgba(0,0,0,0.4);\n}\n.pl-searcher {\n  cursor: pointer;\n}\n.pl-searcher input::-webkit-input-placeholder {\n  text-transform: uppercase;\n  letter-spacing: 1px;\n  color: rgba(0,0,0,0.2);\n}\n.pl-searcher input::-moz-placeholder {\n  text-transform: uppercase;\n  letter-spacing: 1px;\n  color: rgba(0,0,0,0.2);\n}\n.searchform {\n  position: relative;\n  margin: 3px 0 3px 0;\n  display: inline-block;\n}\n.searchform input::-webkit-input-placeholder {\n  text-transform: uppercase;\n  letter-spacing: 1px;\n}\n.searchform input::-moz-placeholder {\n  text-transform: uppercase;\n}\n.searchform .btn-search {\n  position: absolute;\n  z-index: 10;\n  left: 5px;\n  top: 1px;\n  color: #000;\n}\n.searchform .btn-search:hover {\n  cursor: pointer;\n  opacity: .6;\n}\n.searchform .searchfield {\n  -webkit-border-radius: 3px;\n  -moz-border-radius: 3px;\n  border-radius: 3px;\n  height: 23px;\n  padding: 5px 5px 5px 12px;\n  margin: 0;\n  cursor: default;\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n  font-size: 11px;\n  line-height: 1.2em;\n  -webkit-transition: all .7s;\n  -moz-transition: all .7s;\n  -ms-transition: all .7s;\n  transition: all .7s;\n  text-indent: 15px;\n  box-sizing: border-box;\n  width: 100%;\n}\n.searchform .searchfield:focus {\n  cursor: text;\n  box-shadow: none;\n  background-color: #fff;\n  color: #000;\n}\n.billboard .searchfield,\n.boomboard .searchfield {\n  float: none;\n}\n.navigation_wrap .searchform {\n  position: absolute;\n  right: 3px;\n  bottom: 2px;\n}\ninput[type=\"submit\"],\n.submit,\ninput[type=\"button\"],\n.button,\ninput[type=\"reset\"],\n.reset {\n  vertical-align: top;\n  padding: 5px 9px;\n  cursor: pointer;\n  text-decoration: none;\n  -webkit-box-sizing: content-box;\n  -moz-box-sizing: content-box;\n  -ms-box-sizing: content-box;\n  box-sizing: content-box;\n  -webkit-border-radius: 2px;\n  -moz-border-radius: 2px;\n  border-radius: 2px;\n  color: #000000;\n  border: 1px solid #c3c3c3;\n  background: #f6f6f6;\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n}\ninput[type=\"submit\"]:hover,\n.submit:hover,\ninput[type=\"button\"]:hover,\n.button:hover,\ninput[type=\"reset\"]:hover,\n.reset:hover {\n  opacity: .8;\n}\ninput[type=\"submit\"]:active,\n.submit:active,\ninput[type=\"button\"]:active,\n.button:active,\ninput[type=\"reset\"]:active,\n.reset:active {\n  box-shadow: inset 0 2px 2px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);\n  background-color: #dddddd;\n  outline: 0;\n}\ninput[type=\"image\"] {\n  box-shadow: none;\n}\n.breadcrumb {\n  padding: 8px 15px;\n  margin: 0 0 21.7px;\n  list-style: none;\n  background-color: #f5f5f5;\n  border-radius: 4px;\n}\n.breadcrumb li {\n  display: inline-block;\n  *display: inline;\n  *zoom: 1;\n  text-shadow: 0 1px 0 #fff;\n}\n.breadcrumb .divider {\n  padding: 0 5px;\n  color: #ccc;\n}\n.breadcrumb .active {\n  color: #999;\n}\n.close {\n  float: right;\n  font-size: 20px;\n  font-weight: bold;\n  line-height: 21.7px;\n  color: #000;\n  text-shadow: 0 1px 0 #ffffff;\n  opacity: .2;\n}\n.close:hover {\n  color: #000;\n  text-decoration: none;\n  cursor: pointer;\n  opacity: .4;\n}\nbutton.close {\n  padding: 0;\n  cursor: pointer;\n  background: transparent;\n  border: 0;\n  -webkit-appearance: none;\n}\n.pager {\n  list-style: none;\n  text-align: center;\n  *zoom: 1;\n}\n.pager:before,\n.pager:after {\n  display: table;\n  content: \"\";\n  line-height: 0;\n}\n.pager:after {\n  clear: both;\n}\n.pager li {\n  display: inline;\n}\n.pager a,\n.pager span {\n  display: inline-block;\n  padding: 5px 14px;\n  background: #f6f6f6;\n  border: 1px solid #dddddd;\n  -webkit-border-radius: 15px;\n  -moz-border-radius: 15px;\n  border-radius: 15px;\n}\n.pager a:hover {\n  text-decoration: none;\n  background-color: #d4d4d4;\n}\n.pager a:active {\n  -webkit-box-shadow: 1px 1px 0 @baseLighterMore, inset 1px 1px 0 rgba(0,0,0,.2);\n  -moz-box-shadow: 1px 1px 0 @baseLighterMore, inset 1px 1px 0 rgba(0,0,0,.2);\n  box-shadow: 1px 1px 0 @baseLighterMore, inset 1px 1px 0 rgba(0,0,0,.2);\n  background-color: #dddddd;\n  border: 1px solid #d0d0d0;\n}\n.pager .next a,\n.pager .next span {\n  float: right;\n}\n.pager .previous a {\n  float: left;\n}\n.pager .disabled a,\n.pager .disabled a:hover,\n.pager .disabled span {\n  color: #e9e9e9;\n  background-color: rgba(0,0,0,0.6);\n  cursor: default;\n}\n.pagination .wp-pagenavi span.pages {\n  margin-right: 16px;\n  text-transform: uppercase;\n  letter-spacing: .1em;\n  color: rgba(0,0,0,0.3);\n  float: left;\n  line-height: 30.55px;\n}\n.pagination .wp-pagenavi a,\n.pagination .wp-pagenavi span,\n.pagination .wp-pagenavi a:hover,\n.pagination .wp-pagenavi span.current {\n  text-decoration: none;\n  border: none;\n  padding: 0;\n  margin: 0;\n  font-weight: normal;\n}\n.pagination .wp-pagenavi a,\n.pagination .wp-pagenavi span.current {\n  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);\n  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);\n  box-shadow: 0 1px 2px rgba(0,0,0,0.05);\n}\n.pagination ul {\n  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);\n  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);\n  box-shadow: 0 1px 2px rgba(0,0,0,0.05);\n  -webkit-border-radius: 3px;\n  -moz-border-radius: 3px;\n  border-radius: 3px;\n}\n.pagination ul,\n.pagination.pagenavi {\n  display: inline-block;\n  *display: inline;\n  *zoom: 1;\n  margin: 0;\n}\n.pagination ul > a span.pg,\n.pagination ul > span.pg,\n.pagination ul .wp-pagenavi a,\n.pagination ul .wp-pagenavi span.current,\n.pagination ul .wp-pagenavi span.extend,\n.pagination.pagenavi > a span.pg,\n.pagination.pagenavi > span.pg,\n.pagination.pagenavi .wp-pagenavi a,\n.pagination.pagenavi .wp-pagenavi span.current,\n.pagination.pagenavi .wp-pagenavi span.extend {\n  float: left;\n  padding: 0 14px;\n  line-height: 30.55px;\n  text-decoration: none;\n  background-color: #FFFFFF;\n  border: 1px solid #e9e9e9;\n  border-left-width: 0;\n  color: rgba(0,0,0,0.6);\n}\n.pagination ul > span.pg,\n.pagination ul > a:hover span.pg,\n.pagination ul .wp-pagenavi a:hover,\n.pagination ul .wp-pagenavi span.current,\n.pagination.pagenavi > span.pg,\n.pagination.pagenavi > a:hover span.pg,\n.pagination.pagenavi .wp-pagenavi a:hover,\n.pagination.pagenavi .wp-pagenavi span.current {\n  background-color: #f6f6f6;\n  color: #000000;\n  text-decoration: none;\n}\n.pagination ul > li,\n.pagination.pagenavi > li {\n  display: inline;\n}\n.pagination ul > li > a,\n.pagination ul > li > span,\n.pagination.pagenavi > li > a,\n.pagination.pagenavi > li > span {\n  float: left;\n  padding: 0 14px;\n  line-height: 30.55px;\n  text-decoration: none;\n  background-color: #FFFFFF;\n  border: 1px solid #e9e9e9;\n  border-left-width: 0;\n  color: rgba(0,0,0,0.7);\n}\n.pagination ul > li.active > a,\n.pagination ul > li.active > span,\n.pagination ul > li > a:hover,\n.pagination.pagenavi > li.active > a,\n.pagination.pagenavi > li.active > span,\n.pagination.pagenavi > li > a:hover {\n  background-color: #e9e9e9;\n  text-decoration: none;\n}\n.pagination ul > .active a,\n.pagination ul > .active span,\n.pagination.pagenavi > .active a,\n.pagination.pagenavi > .active span {\n  color: rgba(0,0,0,0.7);\n  cursor: default;\n}\n.pagination ul > li:first-child > a,\n.pagination ul li:first-child > span,\n.pagination ul > a:first-child > span,\n.pagination ul > span:first-child,\n.pagination ul .wp-pagenavi > span.pages + a,\n.pagination ul .wp-pagenavi > span.pages + span.current,\n.pagination.pagenavi > li:first-child > a,\n.pagination.pagenavi li:first-child > span,\n.pagination.pagenavi > a:first-child > span,\n.pagination.pagenavi > span:first-child,\n.pagination.pagenavi .wp-pagenavi > span.pages + a,\n.pagination.pagenavi .wp-pagenavi > span.pages + span.current {\n  border-left-width: 1px;\n  -webkit-border-radius: 3px 0 0 3px;\n  -moz-border-radius: 3px 0 0 3px;\n  border-radius: 3px 0 0 3px;\n}\n.pagination ul > li:last-child > a,\n.pagination ul li:last-child > span,\n.pagination ul > a:last-child > span,\n.pagination ul > span:last-child,\n.pagination ul .wp-pagenavi a:last-child,\n.pagination ul .wp-pagenavi span:last-child,\n.pagination.pagenavi > li:last-child > a,\n.pagination.pagenavi li:last-child > span,\n.pagination.pagenavi > a:last-child > span,\n.pagination.pagenavi > span:last-child,\n.pagination.pagenavi .wp-pagenavi a:last-child,\n.pagination.pagenavi .wp-pagenavi span:last-child {\n  -webkit-border-radius: 0 3px 3px 0;\n  -moz-border-radius: 0 3px 3px 0;\n  border-radius: 0 3px 3px 0;\n}\n.pagination ul > .disabled > span,\n.pagination ul .disabled > a,\n.pagination ul .disabled > a:hover,\n.pagination.pagenavi > .disabled > span,\n.pagination.pagenavi .disabled > a,\n.pagination.pagenavi .disabled > a:hover {\n  opacity: .7;\n  background-color: transparent;\n  cursor: default;\n}\n.pagination .desc,\n.pagination .wp-pagenavi span.pages {\n  margin-right: 16px;\n  text-transform: uppercase;\n  letter-spacing: .1em;\n  color: rgba(0,0,0,0.3);\n  line-height: 30.55px;\n}\n@media (max-width: 768px) {\n  .pagination .desc,\n  .pagination .wp-pagenavi span.pages {\n    display: none;\n  }\n}\n.pagination-centered {\n  text-align: center;\n}\n.pagination-right {\n  text-align: right;\n}\n@-webkit-keyframes progress-bar-stripes {\n  from {\n    background-position: 40px 0;\n  }\n  to {\n    background-position: 0 0;\n  }\n}\n@-moz-keyframes progress-bar-stripes {\n  from {\n    background-position: 40px 0;\n  }\n  to {\n    background-position: 0 0;\n  }\n}\n@-ms-keyframes progress-bar-stripes {\n  from {\n    background-position: 40px 0;\n  }\n  to {\n    background-position: 0 0;\n  }\n}\n@-o-keyframes progress-bar-stripes {\n  from {\n    background-position: 0 0;\n  }\n  to {\n    background-position: 40px 0;\n  }\n}\n@keyframes progress-bar-stripes {\n  from {\n    background-position: 40px 0;\n  }\n  to {\n    background-position: 0 0;\n  }\n}\n.progress {\n  overflow: hidden;\n  height: 21.7px;\n  margin-bottom: 21.7px;\n  background-color: #f7f7f7;\n  background-image: -moz-linear-gradient(top,#f5f5f5,#f9f9f9);\n  background-image: -ms-linear-gradient(top,#f5f5f5,#f9f9f9);\n  background-image: -webkit-linear-gradient(top,#f5f5f5,#f9f9f9);\n  background-image: linear-gradient(top,#f5f5f5,#f9f9f9);\n  background-repeat: repeat-x;\n  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);\n  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);\n  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);\n  -webkit-border-radius: 4px;\n  -moz-border-radius: 4px;\n  border-radius: 4px;\n}\n.progress .bar {\n  width: 0%;\n  height: 100%;\n  color: #fff;\n  float: left;\n  font-size: 12px;\n  text-align: center;\n  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);\n  background-color: #0e90d2;\n  background-image: -moz-linear-gradient(top,#149bdf,#0480be);\n  background-image: -ms-linear-gradient(top,#149bdf,#0480be);\n  background-image: -webkit-linear-gradient(top,#149bdf,#0480be);\n  background-image: linear-gradient(top,#149bdf,#0480be);\n  background-repeat: repeat-x;\n  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);\n  -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);\n  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  -ms-box-sizing: border-box;\n  box-sizing: border-box;\n  -webkit-transition: width .6s ease;\n  -moz-transition: width .6s ease;\n  -ms-transition: width .6s ease;\n  transition: width .6s ease;\n}\n.progress .bar + .bar {\n  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);\n  -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);\n  box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);\n}\n.progress-striped .bar {\n  background-color: #149bdf;\n  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));\n  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n  background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n  background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n  -webkit-background-size: 40px 40px;\n  -moz-background-size: 40px 40px;\n  -o-background-size: 40px 40px;\n  background-size: 40px 40px;\n}\n.progress.active .bar {\n  -webkit-animation: progress-bar-stripes 2s linear infinite;\n  -moz-animation: progress-bar-stripes 2s linear infinite;\n  -ms-animation: progress-bar-stripes 2s linear infinite;\n  -o-animation: progress-bar-stripes 2s linear infinite;\n  animation: progress-bar-stripes 2s linear infinite;\n}\n.progress-danger .bar,\n.progress .bar-danger {\n  background-color: #dd514c;\n  background-image: -moz-linear-gradient(top,#ee5f5b,#c43c35);\n  background-image: -ms-linear-gradient(top,#ee5f5b,#c43c35);\n  background-image: -webkit-linear-gradient(top,#ee5f5b,#c43c35);\n  background-image: linear-gradient(top,#ee5f5b,#c43c35);\n  background-repeat: repeat-x;\n}\n.progress-danger.progress-striped .bar,\n.progress-striped .bar-danger {\n  background-color: #ee5f5b;\n  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));\n  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n  background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n  background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n}\n.progress-success .bar,\n.progress .bar-success {\n  background-color: #5eb95e;\n  background-image: -moz-linear-gradient(top,#62c462,#57a957);\n  background-image: -ms-linear-gradient(top,#62c462,#57a957);\n  background-image: -webkit-linear-gradient(top,#62c462,#57a957);\n  background-image: linear-gradient(top,#62c462,#57a957);\n  background-repeat: repeat-x;\n}\n.progress-success.progress-striped .bar,\n.progress-striped .bar-success {\n  background-color: #62c462;\n  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));\n  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n  background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n  background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n}\n.progress-info .bar,\n.progress .bar-info {\n  background-color: #4bb1cf;\n  background-image: -moz-linear-gradient(top,#5bc0de,#339bb9);\n  background-image: -ms-linear-gradient(top,#5bc0de,#339bb9);\n  background-image: -webkit-linear-gradient(top,#5bc0de,#339bb9);\n  background-image: linear-gradient(top,#5bc0de,#339bb9);\n  background-repeat: repeat-x;\n}\n.progress-info.progress-striped .bar,\n.progress-striped .bar-info {\n  background-color: #5bc0de;\n  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));\n  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n  background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n  background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n}\n.progress-warning .bar,\n.progress .bar-warning {\n  background-color: #f88868;\n  background-image: -moz-linear-gradient(top,#f99f85,#f6653c);\n  background-image: -ms-linear-gradient(top,#f99f85,#f6653c);\n  background-image: -webkit-linear-gradient(top,#f99f85,#f6653c);\n  background-image: linear-gradient(top,#f99f85,#f6653c);\n  background-repeat: repeat-x;\n}\n.progress-warning.progress-striped .bar,\n.progress-striped .bar-warning {\n  background-color: #f99f85;\n  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));\n  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n  background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n  background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n}\n@font-face {\n  font-family: \'PageLinesFont\';\n  src: url(\'//www.thetradingroom.com/wp-content/themes/dms/dms/fonts/fontawesome-webfont.eot?v=4.4.0\');\n  src: url(\'//www.thetradingroom.com/wp-content/themes/dms/dms/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0\') format(\'embedded-opentype\'), url(\'//www.thetradingroom.com/wp-content/themes/dms/dms/fonts/fontawesome-webfont.woff2?v=4.4.0\') format(\'woff2\'), url(\'//www.thetradingroom.com/wp-content/themes/dms/dms/fonts/fontawesome-webfont.woff?v=4.4.0\') format(\'woff\'), url(\'//www.thetradingroom.com/wp-content/themes/dms/dms/fonts/fontawesome-webfont.ttf?v=4.4.0\') format(\'truetype\'), url(\'//www.thetradingroom.com/wp-content/themes/dms/dms/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular\') format(\'svg\');\n  font-weight: normal;\n  font-style: normal;\n}\n.icon,\n.fa {\n  display: inline-block;\n  font: normal normal normal 14px/1 PageLinesFont;\n  font-size: inherit;\n  text-rendering: auto;\n  font-style: normal;\n  font-weight: normal;\n  -webkit-font-smoothing: antialiased;\n  -moz-osx-font-smoothing: grayscale;\n}\n.icon-lg,\n.fa-lg {\n  font-size: 1.3333333333333em;\n  line-height: 0.75em;\n  vertical-align: -15%;\n}\n.icon-2x,\n.fa-2x {\n  font-size: 2em;\n}\n.icon-3x,\n.fa-3x {\n  font-size: 3em;\n}\n.icon-4x,\n.fa-4x {\n  font-size: 4em;\n}\n.icon-5x,\n.fa-5x {\n  font-size: 5em;\n}\n.icon-fw,\n.fa-fw {\n  width: 1.2857142857143em;\n  text-align: center;\n}\n.icon-ul,\n.fa-ul {\n  padding-left: 0;\n  margin-left: 2.1428571428571em;\n  list-style-type: none;\n}\n.icon-ul > li,\n.fa-ul > li {\n  position: relative;\n}\n.icon-li,\n.fa-li {\n  position: absolute;\n  left: -2.1428571428571em;\n  width: 2.1428571428571em;\n  top: 0.14285714285714em;\n  text-align: center;\n}\n.icon-li.icon-lg,\n.icon-li fa-lg,\n.fa-li.icon-lg,\n.fa-li fa-lg {\n  left: -1.8571428571429em;\n}\n.icon-border,\n.fa-border {\n  padding: .2em .25em .15em;\n  border: solid .08em #eee;\n  border-radius: .1em;\n}\nicon-pull-left,\n.fa-pull-left {\n  float: left;\n}\nicon-pull-right,\n.fa-pull-right {\n  float: right;\n}\n.icon.icon-pull-left,\n.icon .fa-pull-left,\n.fa.icon-pull-left,\n.fa .fa-pull-left {\n  margin-right: .3em;\n}\n.icon.icon-pull-right,\n.icon .fa-pull-right,\n.fa.icon-pull-right,\n.fa .fa-pull-right {\n  margin-left: .3em;\n}\n.pull-right {\n  float: right;\n}\n.pull-left {\n  float: left;\n}\n.icon.pull-left,\n.fa.pull-left {\n  margin-right: .3em;\n}\n.icon.pull-right,\n.fa.pull-right {\n  margin-left: .3em;\n}\n.icon-spin,\n.fa-spin {\n  -webkit-animation: fa-spin 2s infinite linear;\n  animation: fa-spin 2s infinite linear;\n}\n.icon-pulse,\n.fa-pulse {\n  -webkit-animation: fa-spin 1s infinite steps(8);\n  animation: fa-spin 1s infinite steps(8);\n}\n@-webkit-keyframes fa-spin {\n  0% {\n    -webkit-transform: rotate(0deg);\n    transform: rotate(0deg);\n  }\n  100% {\n    -webkit-transform: rotate(359deg);\n    transform: rotate(359deg);\n  }\n}\n@keyframes fa-spin {\n  0% {\n    -webkit-transform: rotate(0deg);\n    transform: rotate(0deg);\n  }\n  100% {\n    -webkit-transform: rotate(359deg);\n    transform: rotate(359deg);\n  }\n}\n.icon-rotate-90,\n.fa-rotate-90 {\n  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);\n  -webkit-transform: rotate(90deg);\n  -ms-transform: rotate(90deg);\n  transform: rotate(90deg);\n}\n.icon-rotate-180,\n.fa-rotate-180 {\n  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);\n  -webkit-transform: rotate(180deg);\n  -ms-transform: rotate(180deg);\n  transform: rotate(180deg);\n}\n.icon-rotate-270,\n.fa-rotate-270 {\n  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);\n  -webkit-transform: rotate(270deg);\n  -ms-transform: rotate(270deg);\n  transform: rotate(270deg);\n}\n.icon-flip-horizontal,\n.fa-flip-horizontal {\n  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);\n  -webkit-transform: scale(-1,1);\n  -ms-transform: scale(-1,1);\n  transform: scale(-1,1);\n}\n.icon-flip-vertical,\n.fa-flip-vrtical {\n  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);\n  -webkit-transform: scale(1,-1);\n  -ms-transform: scale(1,-1);\n  transform: scale(1,-1);\n}\n:root .icon-rotate-90,\n:root .icon-rotate-180,\n:root .icon-rotate-270,\n:root .icon-flip-horizontal,\n:root .icon-flip-vertical,\n:root .fa-rotate-90,\n:root .fa-rotate-180,\n:root .fa-rotate-270,\n:root .fa-flip-horizontal,\n:root .fa-flip-vertical {\n  filter: none;\n}\n.icon-stack,\n.fa-stack {\n  position: relative;\n  display: inline-block;\n  width: 2em;\n  height: 2em;\n  line-height: 2em;\n  vertical-align: middle;\n}\n.icon-stack-1x,\n.icon-stack-2x,\n.fa-stack-1x,\n.fa-stack-2x {\n  position: absolute;\n  left: 0;\n  width: 100%;\n  text-align: center;\n}\n.icon-stack-1x,\n.fa-stack-1x {\n  line-height: inherit;\n}\n.icon-stack-2x,\n.fa-stack-2x {\n  font-size: 2em;\n}\n.icon-inverse,\n.fa-inverse {\n  color: #fff;\n}\n.icon-yc:before,\n.fa-yc:before,\n.icon-y-combinator:before,\n.fa-y-combinator:before {\n  content: \"\\f23b\";\n}\n.icon-optin-monster:before,\n.fa-optin-monster:before {\n  content: \"\\f23c\";\n}\n.icon-opencart:before,\n.fa-opencart:before {\n  content: \"\\f23d\";\n}\n.icon-expeditedssl:before,\n.fa-expeditedssl:before {\n  content: \"\\f23e\";\n}\n.icon-battery-4:before,\n.fa-battery-4:before,\n.icon-battery-full:before,\n.fa-battery-full:before {\n  content: \"\\f240\";\n}\n.icon-battery-3:before,\n.fa-battery-3:before,\n.icon-battery-three-quarters:before,\n.fa-battery-three-quarters:before {\n  content: \"\\f241\";\n}\n.icon-battery-2:before,\n.fa-battery-2:before,\n.icon-battery-half:before,\n.fa-battery-half:before {\n  content: \"\\f242\";\n}\n.icon-battery-1:before,\n.fa-battery-1:before,\n.icon-battery-quarter:before,\n.fa-battery-quarter:before {\n  content: \"\\f243\";\n}\n.icon-battery-0:before,\n.fa-battery-0:before,\n.icon-battery-empty:before,\n.fa-battery-empty:before {\n  content: \"\\f244\";\n}\n.icon-mouse-pointer:before,\n.fa-mouse-pointer:before {\n  content: \"\\f245\";\n}\n.icon-i-cursor:before,\n.fa-i-cursor:before {\n  content: \"\\f246\";\n}\n.icon-object-group:before,\n.fa-object-group:before {\n  content: \"\\f247\";\n}\n.icon-object-ungroup:before,\n.fa-object-ungroup:before {\n  content: \"\\f248\";\n}\n.icon-sticky-note:before,\n.fa-sticky-note:before {\n  content: \"\\f249\";\n}\n.icon-sticky-note-o:before,\n.fa-sticky-note-o:before {\n  content: \"\\f24a\";\n}\n.icon-cc-jcb:before,\n.fa-cc-jcb:before {\n  content: \"\\f24b\";\n}\n.icon-cc-diners-club:before,\n.fa-cc-diners-club:before {\n  content: \"\\f24c\";\n}\n.icon-clone:before,\n.fa-clone:before {\n  content: \"\\f24d\";\n}\n.icon-balance-scale:before,\n.fa-balance-scale:before {\n  content: \"\\f24e\";\n}\n.icon-hourglass-o:before,\n.fa-hourglass-o:before {\n  content: \"\\f250\";\n}\n.icon-hourglass-1:before,\n.fa-hourglass-1:before,\n.icon-hourglass-start:before,\n.fa-hourglass-start:before {\n  content: \"\\f251\";\n}\n.icon-hourglass-2:before,\n.fa-hourglass-2:before,\n.icon-hourglass-half:before,\n.fa-hourglass-half:before {\n  content: \"\\f252\";\n}\n.icon-hourglass-3:before,\n.fa-hourglass-3:before,\n.icon-hourglass-end:before,\n.fa-hourglass-end:before {\n  content: \"\\f253\";\n}\n.icon-hourglass:before,\n.fa-hourglass:before {\n  content: \"\\f254\";\n}\n.icon-hand-grab-o:before,\n.fa-hand-grab-o:before,\n.icon-hand-rock-o:before,\n.fa-hand-rock-o:before {\n  content: \"\\f255\";\n}\n.icon-hand-stop-o:before,\n.fa-hand-stop-o:before,\n.icon-hand-paper-o:before,\n.fa-hand-paper-o:before {\n  content: \"\\f256\";\n}\n.icon-hand-scissors-o:before,\n.fa-hand-scissors-o:before {\n  content: \"\\f257\";\n}\n.icon-hand-lizard-o:before,\n.fa-hand-lizard-o:before {\n  content: \"\\f258\";\n}\n.icon-hand-spock-o:before,\n.fa-hand-spock-o:before {\n  content: \"\\f259\";\n}\n.icon-hand-pointer-o:before,\n.fa-hand-pointer-o:before {\n  content: \"\\f25a\";\n}\n.icon-hand-peace-o:before,\n.fa-hand-peace-o:before {\n  content: \"\\f25b\";\n}\n.icon-trademark:before,\n.fa-trademark:before {\n  content: \"\\f25c\";\n}\n.icon-registered:before,\n.fa-registered:before {\n  content: \"\\f25d\";\n}\n.icon-creative-commons:before,\n.fa-creative-commons:before {\n  content: \"\\f25e\";\n}\n.icon-gg:before,\n.fa-gg:before {\n  content: \"\\f260\";\n}\n.icon-gg-circle:before,\n.fa-gg-circle:before {\n  content: \"\\f261\";\n}\n.icon-tripadvisor:before,\n.fa-tripadvisor:before {\n  content: \"\\f262\";\n}\n.icon-odnoklassniki:before,\n.fa-odnoklassniki:before {\n  content: \"\\f263\";\n}\n.icon-odnoklassniki-square:before,\n.fa-odnoklassniki-square:before {\n  content: \"\\f264\";\n}\n.icon-get-pocket:before,\n.fa-get-pocket:before {\n  content: \"\\f265\";\n}\n.icon-wikipedia-w:before,\n.fa-wikipedia-w:before {\n  content: \"\\f266\";\n}\n.icon-safari:before,\n.fa-safari:before {\n  content: \"\\f267\";\n}\n.icon-chrome:before,\n.fa-chrome:before {\n  content: \"\\f268\";\n}\n.icon-firefox:before,\n.fa-firefox:before {\n  content: \"\\f269\";\n}\n.icon-opera:before,\n.fa-opera:before {\n  content: \"\\f26a\";\n}\n.icon-internet-explorer:before,\n.fa-internet-explorer:before {\n  content: \"\\f26b\";\n}\n.icon-tv:before,\n.fa-tv:before,\n.icon-television:before,\n.fa-television:before {\n  content: \"\\f26c\";\n}\n.icon-contao:before,\n.fa-contao:before {\n  content: \"\\f26d\";\n}\n.icon-500px:before,\n.fa-500px:before {\n  content: \"\\f26e\";\n}\n.icon-amazon:before,\n.fa-amazon:before {\n  content: \"\\f270\";\n}\n.icon-calendar-plus-o:before,\n.fa-calendar-plus-o:before {\n  content: \"\\f271\";\n}\n.icon-calendar-minus-o:before,\n.fa-calendar-minus-o:before {\n  content: \"\\f272\";\n}\n.icon-calendar-times-o:before,\n.fa-calendar-times-o:before {\n  content: \"\\f273\";\n}\n.icon-calendar-check-o:before,\n.fa-calendar-check-o:before {\n  content: \"\\f274\";\n}\n.icon-industry:before,\n.fa-industry:before {\n  content: \"\\f275\";\n}\n.icon-map-pin:before,\n.fa-map-pin:before {\n  content: \"\\f276\";\n}\n.icon-map-signs:before,\n.fa-map-signs:before {\n  content: \"\\f277\";\n}\n.icon-map-o:before,\n.fa-map-o:before {\n  content: \"\\f278\";\n}\n.icon-map:before,\n.fa-map:before {\n  content: \"\\f279\";\n}\n.icon-commenting:before,\n.fa-commenting:before {\n  content: \"\\f27a\";\n}\n.icon-commenting-o:before,\n.fa-commenting-o:before {\n  content: \"\\f27b\";\n}\n.icon-houzz:before,\n.fa-houzz:before {\n  content: \"\\f27c\";\n}\n.icon-vimeo:before,\n.fa-vimeo:before {\n  content: \"\\f27d\";\n}\n.icon-black-tie:before,\n.fa-black-tie:before {\n  content: \"\\f27e\";\n}\n.icon-fonticons:before,\n.fa-fonticons:before {\n  content: \"\\f280\";\n}\n.icon-genderless:before,\n.fa-genderless:before {\n  content: \"\\f22d\";\n}\n.icon-glass:before,\n.fa-glass:before {\n  content: \"\\f000\";\n}\n.icon-music:before,\n.fa-music:before {\n  content: \"\\f001\";\n}\n.icon-search:before,\n.fa-search:before {\n  content: \"\\f002\";\n}\n.icon-envelope-o:before,\n.fa-envelope-o:before {\n  content: \"\\f003\";\n}\n.icon-heart:before,\n.fa-heart:before {\n  content: \"\\f004\";\n}\n.icon-star:before,\n.fa-star:before {\n  content: \"\\f005\";\n}\n.icon-star-o:before,\n.fa-star-o:before {\n  content: \"\\f006\";\n}\n.icon-user:before,\n.fa-user:before {\n  content: \"\\f007\";\n}\n.icon-film:before,\n.fa-film:before {\n  content: \"\\f008\";\n}\n.icon-th-large:before,\n.fa-th-large:before {\n  content: \"\\f009\";\n}\n.icon-th:before,\n.fa-th:before {\n  content: \"\\f00a\";\n}\n.icon-th-list:before,\n.fa-th-list:before {\n  content: \"\\f00b\";\n}\n.icon-check:before,\n.fa-check:before {\n  content: \"\\f00c\";\n}\n.icon-remove:before,\n.icon-close:before,\n.icon-times:before,\n.fa-remove:before,\n.fa-close:before,\n.fa-times:before {\n  content: \"\\f00d\";\n}\n.icon-search-plus:before,\n.fa-search-plus:before {\n  content: \"\\f00e\";\n}\n.icon-search-minus:before,\n.fa-search-minus:before {\n  content: \"\\f010\";\n}\n.icon-power-off:before,\n.fa-power-off:before {\n  content: \"\\f011\";\n}\n.icon-signal:before,\n.fa-signal:before {\n  content: \"\\f012\";\n}\n.icon-gear:before,\n.icon-cog:before,\n.fa-gear:before,\n.fa-cog:before {\n  content: \"\\f013\";\n}\n.icon-trash-o:before,\n.fa-trash-o:before {\n  content: \"\\f014\";\n}\n.icon-home:before,\n.fa-home:before {\n  content: \"\\f015\";\n}\n.icon-file-o:before,\n.fa-file-o:before {\n  content: \"\\f016\";\n}\n.icon-clock-o:before,\n.fa-clock-o:before {\n  content: \"\\f017\";\n}\n.icon-road:before,\n.fa-road:before {\n  content: \"\\f018\";\n}\n.icon-download:before,\n.fa-download:before {\n  content: \"\\f019\";\n}\n.icon-arrow-circle-o-down:before,\n.fa-arrow-circle-o-down:before {\n  content: \"\\f01a\";\n}\n.icon-arrow-circle-o-up:before,\n.fa-arrow-circle-o-up:before {\n  content: \"\\f01b\";\n}\n.icon-inbox:before,\n.fa-inbox:before {\n  content: \"\\f01c\";\n}\n.icon-play-circle-o:before,\n.fa-play-circle-o:before {\n  content: \"\\f01d\";\n}\n.icon-rotate-right:before,\n.icon-repeat:before,\n.fa-rotate-right:before,\n.fa-repeat:before {\n  content: \"\\f01e\";\n}\n.icon-refresh:before,\n.fa-refresh:before {\n  content: \"\\f021\";\n}\n.icon-list-alt:before,\n.fa-list-alt:before {\n  content: \"\\f022\";\n}\n.icon-lock:before,\n.fa-lock:before {\n  content: \"\\f023\";\n}\n.icon-flag:before,\n.fa-flag:before {\n  content: \"\\f024\";\n}\n.icon-headphones:before,\n.fa-headphones:before {\n  content: \"\\f025\";\n}\n.icon-volume-off:before,\n.fa-volume-off:before {\n  content: \"\\f026\";\n}\n.icon-volume-down:before,\n.fa-volume-down:before {\n  content: \"\\f027\";\n}\n.icon-volume-up:before,\n.fa-volume-up:before {\n  content: \"\\f028\";\n}\n.icon-qrcode:before,\n.fa-qrcode:before {\n  content: \"\\f029\";\n}\n.icon-barcode:before,\n.fa-barcode:before {\n  content: \"\\f02a\";\n}\n.icon-tag:before,\n.fa-tag:before {\n  content: \"\\f02b\";\n}\n.icon-tags:before,\n.fa-tags:before {\n  content: \"\\f02c\";\n}\n.icon-book:before,\n.fa-book:before {\n  content: \"\\f02d\";\n}\n.icon-bookmark:before,\n.fa-bookmark:before {\n  content: \"\\f02e\";\n}\n.icon-print:before,\n.fa-print:before {\n  content: \"\\f02f\";\n}\n.icon-camera:before,\n.fa-camera:before {\n  content: \"\\f030\";\n}\n.icon-font:before,\n.fa-font:before {\n  content: \"\\f031\";\n}\n.icon-bold:before,\n.fa-bold:before {\n  content: \"\\f032\";\n}\n.icon-italic:before,\n.fa-italic:before {\n  content: \"\\f033\";\n}\n.icon-text-height:before,\n.fa-text-height:before {\n  content: \"\\f034\";\n}\n.icon-text-width:before,\n.fa-text-width:before {\n  content: \"\\f035\";\n}\n.icon-align-left:before,\n.fa-align-left:before {\n  content: \"\\f036\";\n}\n.icon-align-center:before,\n.fa-align-center:before {\n  content: \"\\f037\";\n}\n.icon-align-right:before,\n.fa-align-right:before {\n  content: \"\\f038\";\n}\n.icon-align-justify:before,\n.fa-align-justify:before {\n  content: \"\\f039\";\n}\n.icon-list:before,\n.fa-list:before {\n  content: \"\\f03a\";\n}\n.icon-dedent:before,\n.icon-outdent:before,\n.fa-dedent:before,\n.fa-outdent:before {\n  content: \"\\f03b\";\n}\n.icon-indent:before,\n.fa-indent:before {\n  content: \"\\f03c\";\n}\n.icon-video-camera:before,\n.fa-video-camera:before {\n  content: \"\\f03d\";\n}\n.icon-photo:before,\n.icon-image:before,\n.icon-picture-o:before,\n.fa-photo:before,\n.fa-image:before,\n.fa-picture-o:before {\n  content: \"\\f03e\";\n}\n.icon-pencil:before,\n.fa-pencil:before {\n  content: \"\\f040\";\n}\n.icon-map-marker:before,\n.fa-map-marker:before {\n  content: \"\\f041\";\n}\n.icon-adjust:before,\n.fa-adjust:before {\n  content: \"\\f042\";\n}\n.icon-tint:before,\n.fa-tint:before {\n  content: \"\\f043\";\n}\n.icon-edit:before,\n.icon-pencil-square-o:before,\n.fa-edit:before {\n  content: \"\\f044\";\n}\n.icon-share-square-o:before,\n.fa-share-square-o:before {\n  content: \"\\f045\";\n}\n.icon-check-square-o:before,\n.fa-check-square-o:before {\n  content: \"\\f046\";\n}\n.icon-arrows:before,\n.fa-arrows:before {\n  content: \"\\f047\";\n}\n.icon-step-backward:before,\n.fa-step-backward:before {\n  content: \"\\f048\";\n}\n.icon-fast-backward:before,\n.fa-fast-backward:before {\n  content: \"\\f049\";\n}\n.icon-backward:before,\n.fa-backward:before {\n  content: \"\\f04a\";\n}\n.icon-play:before,\n.fa-play:before {\n  content: \"\\f04b\";\n}\n.icon-pause:before,\n.fa-pause:before {\n  content: \"\\f04c\";\n}\n.icon-stop:before,\n.fa-stop:before {\n  content: \"\\f04d\";\n}\n.icon-forward:before,\n.fa-forward:before {\n  content: \"\\f04e\";\n}\n.icon-fast-forward:before,\n.fa-fast-forward:before {\n  content: \"\\f050\";\n}\n.icon-step-forward:before,\n.fa-step-forward:before {\n  content: \"\\f051\";\n}\n.icon-eject:before,\n.fa-eject:before {\n  content: \"\\f052\";\n}\n.icon-chevron-left:before,\n.fa-chevron-left:before {\n  content: \"\\f053\";\n}\n.icon-chevron-right:before,\n.fa-chevron-right:before {\n  content: \"\\f054\";\n}\n.icon-plus-circle:before,\n.fa-plus-circle:before {\n  content: \"\\f055\";\n}\n.icon-minus-circle:before,\n.fa-minus-circle:before {\n  content: \"\\f056\";\n}\n.icon-times-circle:before,\n.fa-times-circle:before {\n  content: \"\\f057\";\n}\n.icon-check-circle:before,\n.fa-check-circle:before {\n  content: \"\\f058\";\n}\n.icon-question-circle:before,\n.fa-question-circle:before {\n  content: \"\\f059\";\n}\n.icon-info-circle:before,\n.fa-info-circle:before {\n  content: \"\\f05a\";\n}\n.icon-crosshairs:before,\n.fa-crosshairs:before {\n  content: \"\\f05b\";\n}\n.icon-times-circle-o:before,\n.fa-times-circle-o:before {\n  content: \"\\f05c\";\n}\n.icon-check-circle-o:before,\n.fa-check-circle-o:before {\n  content: \"\\f05d\";\n}\n.icon-ban:before,\n.fa-ban:before {\n  content: \"\\f05e\";\n}\n.icon-arrow-left:before,\n.fa-arrow-left:before {\n  content: \"\\f060\";\n}\n.icon-arrow-right:before,\n.fa-arrow-right:before {\n  content: \"\\f061\";\n}\n.icon-arrow-up:before,\n.fa-arrow-up:before {\n  content: \"\\f062\";\n}\n.icon-arrow-down:before,\n.fa-arrow-down:before {\n  content: \"\\f063\";\n}\n.icon-mail-forward:before,\n.icon-share:before,\n.fa-mail-forward:before,\n.fa-share:before {\n  content: \"\\f064\";\n}\n.icon-expand:before,\n.fa-expand:before {\n  content: \"\\f065\";\n}\n.icon-compress:before,\n.fa-compress:before {\n  content: \"\\f066\";\n}\n.icon-plus:before,\n.fa-plus:before {\n  content: \"\\f067\";\n}\n.icon-minus:before,\n.fa-minus:before {\n  content: \"\\f068\";\n}\n.icon-asterisk:before,\n.fa-asterisk:before {\n  content: \"\\f069\";\n}\n.icon-exclamation-circle:before,\n.fa-exclamation-circle:before {\n  content: \"\\f06a\";\n}\n.icon-gift:before,\n.fa-gift:before {\n  content: \"\\f06b\";\n}\n.icon-leaf:before,\n.fa-leaf:before {\n  content: \"\\f06c\";\n}\n.icon-fire:before,\n.fa-fire:before {\n  content: \"\\f06d\";\n}\n.icon-eye:before,\n.fa-eye:before {\n  content: \"\\f06e\";\n}\n.icon-eye-slash:before,\n.fa-eye-slash:before {\n  content: \"\\f070\";\n}\n.icon-warning:before,\n.icon-exclamation-triangle:before,\n.fa-warning:before,\n.fa-exclamation-triangle:before {\n  content: \"\\f071\";\n}\n.icon-plane:before,\n.fa-plane:before {\n  content: \"\\f072\";\n}\n.icon-calendar:before,\n.fa-calendar:before {\n  content: \"\\f073\";\n}\n.icon-random:before,\n.fa-random:before {\n  content: \"\\f074\";\n}\n.icon-comment:before,\n.fa-comment:before {\n  content: \"\\f075\";\n}\n.icon-magnet:before,\n.fa-magnet:before {\n  content: \"\\f076\";\n}\n.icon-chevron-up:before,\n.fa-chevron-up:before {\n  content: \"\\f077\";\n}\n.icon-chevron-down:before,\n.fa-chevron-down:before {\n  content: \"\\f078\";\n}\n.icon-retweet:before,\n.fa-retweet:before {\n  content: \"\\f079\";\n}\n.icon-shopping-cart:before,\n.fa-shopping-cart:before {\n  content: \"\\f07a\";\n}\n.icon-folder:before,\n.fa-folder:before {\n  content: \"\\f07b\";\n}\n.icon-folder-open:before,\n.fa-folder-open:before {\n  content: \"\\f07c\";\n}\n.icon-arrows-v:before,\n.fa-arrows-v:before {\n  content: \"\\f07d\";\n}\n.icon-arrows-h:before,\n.fa-arrows-h:before {\n  content: \"\\f07e\";\n}\n.icon-bar-chart-o:before,\n.icon-bar-chart:before,\n.fa-bar-chart-o:before {\n  content: \"\\f080\";\n}\n.icon-twitter-square:before,\n.fa-twitter-square:before {\n  content: \"\\f081\";\n}\n.icon-facebook-square:before,\n.fa-facebook-square:before {\n  content: \"\\f082\";\n}\n.icon-camera-retro:before,\n.fa-camera-retro:before {\n  content: \"\\f083\";\n}\n.icon-key:before,\n.fa-key:before {\n  content: \"\\f084\";\n}\n.icon-gears:before,\n.icon-cogs:before,\n.fa-gears:before,\n.fa-cogs:before {\n  content: \"\\f085\";\n}\n.icon-comments:before,\n.fa-comments:before {\n  content: \"\\f086\";\n}\n.icon-thumbs-o-up:before,\n.fa-thumbs-o-up:before {\n  content: \"\\f087\";\n}\n.icon-thumbs-o-down:before,\n.fa-thumbs-o-down:before {\n  content: \"\\f088\";\n}\n.icon-star-half:before,\n.fa-star-half:before {\n  content: \"\\f089\";\n}\n.icon-heart-o:before,\n.fa-heart-o:before {\n  content: \"\\f08a\";\n}\n.icon-sign-out:before,\n.fa-sign-out:before {\n  content: \"\\f08b\";\n}\n.icon-linkedin-square:before,\n.fa-linkedin-square:before {\n  content: \"\\f08c\";\n}\n.icon-thumb-tack:before,\n.fa-thumb-tack:before {\n  content: \"\\f08d\";\n}\n.icon-external-link:before,\n.fa-external-link:before {\n  content: \"\\f08e\";\n}\n.icon-sign-in:before,\n.fa-sign-in:before {\n  content: \"\\f090\";\n}\n.icon-trophy:before,\n.fa-trophy:before {\n  content: \"\\f091\";\n}\n.icon-github-square:before,\n.fa-github-square:before {\n  content: \"\\f092\";\n}\n.icon-upload:before,\n.fa-upload:before {\n  content: \"\\f093\";\n}\n.icon-lemon-o:before,\n.fa-lemon-o:before {\n  content: \"\\f094\";\n}\n.icon-phone:before,\n.fa-phone:before {\n  content: \"\\f095\";\n}\n.icon-square-o:before,\n.fa-square-o:before {\n  content: \"\\f096\";\n}\n.icon-bookmark-o:before,\n.fa-bookmark-o:before {\n  content: \"\\f097\";\n}\n.icon-phone-square:before,\n.fa-phone-square:before {\n  content: \"\\f098\";\n}\n.icon-twitter:before,\n.fa-twitter:before {\n  content: \"\\f099\";\n}\n.icon-facebook:before,\n.fa-facebook:before {\n  content: \"\\f09a\";\n}\n.icon-github:before,\n.fa-github:before {\n  content: \"\\f09b\";\n}\n.icon-unlock:before,\n.fa-unlock:before {\n  content: \"\\f09c\";\n}\n.icon-credit-card:before,\n.fa-credit-card:before {\n  content: \"\\f09d\";\n}\n.icon-feed:before,\n.fa-feed:before,\n.icon-rss:before,\n.fa-rss:before {\n  content: \"\\f09e\";\n}\n.icon-hdd-o:before,\n.fa-hdd-o:before {\n  content: \"\\f0a0\";\n}\n.icon-bullhorn:before,\n.fa-bullhorn:before {\n  content: \"\\f0a1\";\n}\n.icon-bell:before,\n.fa-bell:before {\n  content: \"\\f0f3\";\n}\n.icon-certificate:before,\n.fa-certificate:before {\n  content: \"\\f0a3\";\n}\n.icon-hand-o-right:before,\n.fa-hand-o-right:before {\n  content: \"\\f0a4\";\n}\n.icon-hand-o-left:before,\n.fa-hand-o-left:before {\n  content: \"\\f0a5\";\n}\n.icon-hand-o-up:before,\n.fa-hand-o-up:before {\n  content: \"\\f0a6\";\n}\n.icon-hand-o-down:before,\n.fa-hand-o-down:before {\n  content: \"\\f0a7\";\n}\n.icon-arrow-circle-left:before,\n.fa-arrow-circle-left:before {\n  content: \"\\f0a8\";\n}\n.icon-arrow-circle-right:before,\n.fa-arrow-circle-right:before {\n  content: \"\\f0a9\";\n}\n.icon-arrow-circle-up:before,\n.fa-arrow-circle-up:before {\n  content: \"\\f0aa\";\n}\n.icon-arrow-circle-down:before,\n.fa-arrow-circle-down:before {\n  content: \"\\f0ab\";\n}\n.icon-globe:before,\n.fa-globe:before {\n  content: \"\\f0ac\";\n}\n.icon-wrench:before,\n.fa-wrench:before {\n  content: \"\\f0ad\";\n}\n.icon-tasks:before,\n.fa-tasks:before {\n  content: \"\\f0ae\";\n}\n.icon-filter:before,\n.fa-filter:before {\n  content: \"\\f0b0\";\n}\n.icon-briefcase:before,\n.fa-briefcase:before {\n  content: \"\\f0b1\";\n}\n.icon-arrows-alt:before,\n.fa-arrows-alt:before {\n  content: \"\\f0b2\";\n}\n.icon-group:before,\n.icon-users:before,\n.fa-group:before,\n.fa-users:before {\n  content: \"\\f0c0\";\n}\n.icon-chain:before,\n.icon-link:before,\n.fa-chain:before,\n.fa-link:before {\n  content: \"\\f0c1\";\n}\n.icon-cloud:before,\n.fa-cloud:before {\n  content: \"\\f0c2\";\n}\n.icon-flask:before,\n.fa-flask:before {\n  content: \"\\f0c3\";\n}\n.icon-cut:before,\n.icon-scissors:before,\n.fa-cut:before {\n  content: \"\\f0c4\";\n}\n.icon-copy:before,\n.icon-files-o:before,\n.fa-copy:before,\n.fa-files-o:before {\n  content: \"\\f0c5\";\n}\n.icon-paperclip:before,\n.fa-paperclip:before {\n  content: \"\\f0c6\";\n}\n.icon-save:before,\n.icon-floppy-o:before,\n.fa-save:before {\n  content: \"\\f0c7\";\n}\n.icon-square:before,\n.fa-square:before {\n  content: \"\\f0c8\";\n}\n.icon-navicon:before,\n.icon-reorder:before,\n.icon-bars:before,\n.fa-bars:before,\n.fa-navicon:before,\n.fa-reorder:before {\n  content: \"\\f0c9\";\n}\n.icon-list-ul:before,\n.fa-list-ul:before {\n  content: \"\\f0ca\";\n}\n.icon-list-ol:before,\n.fa-list-ol:before {\n  content: \"\\f0cb\";\n}\n.icon-strikethrough:before,\n.fa-strikethrough:before {\n  content: \"\\f0cc\";\n}\n.icon-underline:before,\n.fa-underline:before {\n  content: \"\\f0cd\";\n}\n.icon-table:before,\n.fa-table:before {\n  content: \"\\f0ce\";\n}\n.icon-magic:before,\n.fa-magic:before {\n  content: \"\\f0d0\";\n}\n.icon-truck:before,\n.fa-truck:before {\n  content: \"\\f0d1\";\n}\n.icon-pinterest:before,\n.fa-pinterest:before {\n  content: \"\\f0d2\";\n}\n.icon-pinterest-square:before,\n.fa-pinterest-square:before {\n  content: \"\\f0d3\";\n}\n.icon-google-plus-square:before,\n.fa-google-plus-square:before {\n  content: \"\\f0d4\";\n}\n.icon-google-plus:before,\n.fa-google-plus:before {\n  content: \"\\f0d5\";\n}\n.icon-money:before,\n.fa-money:before {\n  content: \"\\f0d6\";\n}\n.icon-caret-down:before,\n.fa-caret-down:before {\n  content: \"\\f0d7\";\n}\n.icon-caret-up:before,\n.fa-caret-up:before {\n  content: \"\\f0d8\";\n}\n.icon-caret-left:before,\n.fa-caret-left:before {\n  content: \"\\f0d9\";\n}\n.icon-caret-right:before,\n.fa-caret-right:before {\n  content: \"\\f0da\";\n}\n.icon-columns:before,\n.fa-columns:before {\n  content: \"\\f0db\";\n}\n.icon-unsorted:before,\n.icon-sort:before,\n.fa-sort:before,\n.fa-unsorted:before {\n  content: \"\\f0dc\";\n}\n.icon-sort-down:before,\n.icon-sort-desc:before,\n.fa-sort-down:before,\n.fa-sort-desc:before {\n  content: \"\\f0dd\";\n}\n.icon-sort-up:before,\n.icon-sort-asc:before,\n.fa-sort-up:before,\n.fa-sort-asc:before {\n  content: \"\\f0de\";\n}\n.icon-envelope:before,\n.fa-envelope:before {\n  content: \"\\f0e0\";\n}\n.icon-linkedin:before,\n.fa-linkedin:before {\n  content: \"\\f0e1\";\n}\n.icon-rotate-left:before,\n.icon-undo:before,\n.fa-undo:before,\n.fa-rotate-left:before {\n  content: \"\\f0e2\";\n}\n.icon-legal:before,\n.icon-gavel:before,\n.fa-gavel:before,\n.fa-legal:before {\n  content: \"\\f0e3\";\n}\n.icon-dashboard:before,\n.icon-tachometer:before,\n.fa-tachometer:before,\n.fa-dashboard:before {\n  content: \"\\f0e4\";\n}\n.icon-comment-o:before,\n.fa-comment-o:before {\n  content: \"\\f0e5\";\n}\n.icon-comments-o:before,\n.fa-comments-o:before {\n  content: \"\\f0e6\";\n}\n.icon-flash:before,\n.icon-bolt:before,\n.fa-bolt:before,\n.fa-flash:before {\n  content: \"\\f0e7\";\n}\n.icon-sitemap:before,\n.fa-sitemap:before {\n  content: \"\\f0e8\";\n}\n.icon-umbrella:before,\n.fa-umbrella:before {\n  content: \"\\f0e9\";\n}\n.icon-paste:before,\n.icon-clipboard:before,\n.fa-clipboard:before,\n.fa-paste:before {\n  content: \"\\f0ea\";\n}\n.icon-lightbulb-o:before,\n.fa-lightbulb-o:before {\n  content: \"\\f0eb\";\n}\n.icon-exchange:before,\n.fa-exchange:before {\n  content: \"\\f0ec\";\n}\n.icon-cloud-download:before,\n.fa-cloud-download:before {\n  content: \"\\f0ed\";\n}\n.icon-cloud-upload:before,\n.fa-cloud-upload:before {\n  content: \"\\f0ee\";\n}\n.icon-user-md:before,\n.fa-user-md:before {\n  content: \"\\f0f0\";\n}\n.icon-stethoscope:before,\n.fa-stethoscope:before {\n  content: \"\\f0f1\";\n}\n.icon-suitcase:before,\n.fa-suitcase:before {\n  content: \"\\f0f2\";\n}\n.icon-bell-o:before,\n.fa-bell-o:before {\n  content: \"\\f0a2\";\n}\n.icon-coffee:before,\n.fa-coffee:before {\n  content: \"\\f0f4\";\n}\n.icon-cutlery:before,\n.fa-cutlery:before {\n  content: \"\\f0f5\";\n}\n.icon-file-text-o:before,\n.fa-file-text-o:before {\n  content: \"\\f0f6\";\n}\n.icon-building-o:before,\n.fa-building-o:before {\n  content: \"\\f0f7\";\n}\n.icon-hospital-o:before,\n.fa-hospital-o:before {\n  content: \"\\f0f8\";\n}\n.icon-ambulance:before,\n.fa-ambulance:before {\n  content: \"\\f0f9\";\n}\n.icon-medkit:before,\n.fa-medkit:before {\n  content: \"\\f0fa\";\n}\n.icon-fighter-jet:before,\n.fa-fighter-jet:before {\n  content: \"\\f0fb\";\n}\n.icon-beer:before,\n.fa-beer:before {\n  content: \"\\f0fc\";\n}\n.icon-h-square:before,\n.fa-h-square:before {\n  content: \"\\f0fd\";\n}\n.icon-plus-square:before,\n.fa-plus-square:before {\n  content: \"\\f0fe\";\n}\n.icon-angle-double-left:before,\n.fa-angle-double-left:before {\n  content: \"\\f100\";\n}\n.icon-angle-double-right:before,\n.fa-angle-double-right:before {\n  content: \"\\f101\";\n}\n.icon-angle-double-up:before,\n.fa-angle-double-up:before {\n  content: \"\\f102\";\n}\n.icon-angle-double-down:before,\n.fa-angle-double-down:before {\n  content: \"\\f103\";\n}\n.icon-angle-left:before,\n.fa-angle-left:before {\n  content: \"\\f104\";\n}\n.icon-angle-right:before,\n.fa-angle-right:before {\n  content: \"\\f105\";\n}\n.icon-angle-up:before,\n.fa-angle-up:before {\n  content: \"\\f106\";\n}\n.icon-angle-down:before,\n.fa-angle-down:before {\n  content: \"\\f107\";\n}\n.icon-desktop:before,\n.fa-desktop:before {\n  content: \"\\f108\";\n}\n.icon-laptop:before,\n.fa-laptop:before {\n  content: \"\\f109\";\n}\n.icon-tablet:before,\n.fa-tablet:before {\n  content: \"\\f10a\";\n}\n.icon-mobile-phone:before,\n.icon-mobile:before,\n.fa-mobile:before,\n.fa-mobile-phone:before {\n  content: \"\\f10b\";\n}\n.icon-circle-o:before,\n.fa-circle-o:before {\n  content: \"\\f10c\";\n}\n.icon-quote-left:before,\n.fa-quote-left:before {\n  content: \"\\f10d\";\n}\n.icon-quote-right:before,\n.fa-quote-right:before {\n  content: \"\\f10e\";\n}\n.icon-spinner:before,\n.fa-spinner:before {\n  content: \"\\f110\";\n}\n.icon-circle:before,\n.fa-circle:before {\n  content: \"\\f111\";\n}\n.icon-mail-reply:before,\n.icon-reply:before,\n.fa-reply:before,\n.fa-mail-reply:before {\n  content: \"\\f112\";\n}\n.icon-github-alt:before,\n.fa-github-alt:before {\n  content: \"\\f113\";\n}\n.icon-folder-o:before,\n.fa-folder-o:before {\n  content: \"\\f114\";\n}\n.icon-folder-open-o:before,\n.fa-folder-open-o:before {\n  content: \"\\f115\";\n}\n.icon-smile-o:before,\n.fa-smile-o:before {\n  content: \"\\f118\";\n}\n.icon-frown-o:before,\n.fa-frown-o:before {\n  content: \"\\f119\";\n}\n.icon-meh-o:before,\n.fa-meh-o:before {\n  content: \"\\f11a\";\n}\n.icon-gamepad:before,\n.fa-gamepad:before {\n  content: \"\\f11b\";\n}\n.icon-keyboard-o:before,\n.fa-keyboard-o:before {\n  content: \"\\f11c\";\n}\n.icon-flag-o:before,\n.fa-flag-o:before {\n  content: \"\\f11d\";\n}\n.icon-flag-checkered:before,\n.fa-flag-checkered:before {\n  content: \"\\f11e\";\n}\n.icon-terminal:before,\n.fa-terminal:before {\n  content: \"\\f120\";\n}\n.icon-code:before,\n.fa-code:before {\n  content: \"\\f121\";\n}\n.icon-mail-reply-all:before,\n.icon-reply-all:before,\n.fa-reply-all:before,\n.fa-mail-reply-all:before {\n  content: \"\\f122\";\n}\n.icon-star-half-empty:before,\n.icon-star-half-full:before,\n.icon-star-half-o:before,\n.fa-star-half-o:before,\n.fa-star-half-empty:before,\n.fa-star-half-full:before {\n  content: \"\\f123\";\n}\n.icon-location-arrow:before,\n.fa-location-arrow:before {\n  content: \"\\f124\";\n}\n.icon-crop:before,\n.fa-crop:before {\n  content: \"\\f125\";\n}\n.icon-code-fork:before,\n.fa-code-fork:before {\n  content: \"\\f126\";\n}\n.icon-unlink:before,\n.icon-chain-broken:before,\n.fa-chain-broken:before,\n.fa-unlink:before {\n  content: \"\\f127\";\n}\n.icon-question:before,\n.fa-question:before {\n  content: \"\\f128\";\n}\n.icon-info:before,\n.fa-info:before {\n  content: \"\\f129\";\n}\n.icon-exclamation:before,\n.fa-exclamation:before {\n  content: \"\\f12a\";\n}\n.icon-superscript:before,\n.fa-superscript:before {\n  content: \"\\f12b\";\n}\n.icon-subscript:before,\n.fa-subscript:before {\n  content: \"\\f12c\";\n}\n.icon-eraser:before,\n.fa-eraser:before {\n  content: \"\\f12d\";\n}\n.icon-puzzle-piece:before,\n.fa-puzzle-piece:before {\n  content: \"\\f12e\";\n}\n.icon-microphone:before,\n.fa-microphone:before {\n  content: \"\\f130\";\n}\n.icon-microphone-slash:before,\n.fa-microphone-slash:before {\n  content: \"\\f131\";\n}\n.icon-shield:before,\n.fa-shield:before {\n  content: \"\\f132\";\n}\n.icon-calendar-o:before,\n.fa-calendar-o:before {\n  content: \"\\f133\";\n}\n.icon-fire-extinguisher:before,\n.fa-fire-extinguisher:before {\n  content: \"\\f134\";\n}\n.icon-rocket:before,\n.fa-rocket:before {\n  content: \"\\f135\";\n}\n.icon-maxcdn:before,\n.fa-maxcdn:before {\n  content: \"\\f136\";\n}\n.icon-chevron-circle-left:before,\n.fa-chevron-circle-left:before {\n  content: \"\\f137\";\n}\n.icon-chevron-circle-right:before,\n.fa-chevron-circle-right:before {\n  content: \"\\f138\";\n}\n.icon-chevron-circle-up:before,\n.fa-chevron-circle-up:before {\n  content: \"\\f139\";\n}\n.icon-chevron-circle-down:before,\n.fa-chevron-circle-down:before {\n  content: \"\\f13a\";\n}\n.icon-html5:before,\n.fa-html5:before {\n  content: \"\\f13b\";\n}\n.icon-css3:before,\n.fa-css3:before {\n  content: \"\\f13c\";\n}\n.icon-anchor:before,\n.fa-anchor:before {\n  content: \"\\f13d\";\n}\n.icon-unlock-alt:before,\n.fa-unlock-alt:before {\n  content: \"\\f13e\";\n}\n.icon-bullseye:before,\n.fa-bullseye:before {\n  content: \"\\f140\";\n}\n.icon-ellipsis-h:before,\n.fa-ellipsis-h:before {\n  content: \"\\f141\";\n}\n.icon-ellipsis-v:before,\n.fa-ellipsis-v:before {\n  content: \"\\f142\";\n}\n.icon-rss-square:before,\n.fa-rss-square:before {\n  content: \"\\f143\";\n}\n.icon-play-circle:before,\n.fa-play-circle:before {\n  content: \"\\f144\";\n}\n.icon-ticket:before,\n.fa-ticket:before {\n  content: \"\\f145\";\n}\n.icon-minus-square:before,\n.fa-minus-square:before {\n  content: \"\\f146\";\n}\n.icon-minus-square-o:before,\n.fa-minus-square-o:before {\n  content: \"\\f147\";\n}\n.icon-level-up:before,\n.fa-level-up:before {\n  content: \"\\f148\";\n}\n.icon-level-down:before,\n.fa-level-down:before {\n  content: \"\\f149\";\n}\n.icon-check-square:before,\n.fa-check-square:before {\n  content: \"\\f14a\";\n}\n.icon-pencil-square:before,\n.fa-pencil-square:before {\n  content: \"\\f14b\";\n}\n.icon-external-link-square:before,\n.fa-external-link-square:before {\n  content: \"\\f14c\";\n}\n.icon-share-square:before,\n.fa-share-square:before {\n  content: \"\\f14d\";\n}\n.icon-compass:before,\n.fa-compass:before {\n  content: \"\\f14e\";\n}\n.icon-toggle-down:before,\n.icon-caret-square-o-down:before,\n.fa-caret-square-o-down:before,\n.fa-toggle-down:before {\n  content: \"\\f150\";\n}\n.icon-toggle-up:before,\n.icon-caret-square-o-up:before,\n.fa-caret-square-o-up:before,\n.fa-toggle-up:before {\n  content: \"\\f151\";\n}\n.icon-toggle-right:before,\n.icon-caret-square-o-right:before,\n.fa-caret-square-o-right:before,\n.fa-toggle-right:before {\n  content: \"\\f152\";\n}\n.icon-euro:before,\n.icon-eur:before,\n.fa-eur:before,\n.fa-euro:before {\n  content: \"\\f153\";\n}\n.icon-gbp:before,\n.fa-gbp:before {\n  content: \"\\f154\";\n}\n.icon-dollar:before,\n.icon-usd:before,\n.fa-usd:before,\n.fa-dollar:before {\n  content: \"\\f155\";\n}\n.icon-rupee:before,\n.icon-inr:before,\n.fa-inr:before,\n.fa-rupee:before {\n  content: \"\\f156\";\n}\n.icon-cny:before,\n.icon-rmb:before,\n.icon-yen:before,\n.icon-jpy:before,\n.fa-jpy:before,\n.fa-cny:before,\n.fa-rmb:before,\n.fa-yen:before {\n  content: \"\\f157\";\n}\n.icon-ruble:before,\n.icon-rouble:before,\n.icon-rub:before,\n.fa-rub:before,\n.fa-ruble:before,\n.fa-rouble:before {\n  content: \"\\f158\";\n}\n.icon-won:before,\n.icon-krw:before,\n.fa-krw:before,\n.fa-won:before {\n  content: \"\\f159\";\n}\n.icon-bitcoin:before,\n.icon-btc:before,\n.fa-btc:before,\n.fa-bitcoin:before {\n  content: \"\\f15a\";\n}\n.icon-file:before,\n.fa-file:before {\n  content: \"\\f15b\";\n}\n.icon-file-text:before,\n.fa-file-text:before {\n  content: \"\\f15c\";\n}\n.icon-sort-alpha-asc:before,\n.fa-sort-alpha-asc:before {\n  content: \"\\f15d\";\n}\n.icon-sort-alpha-desc:before,\n.fa-sort-alpha-desc:before {\n  content: \"\\f15e\";\n}\n.icon-sort-amount-asc:before,\n.fa-sort-amount-asc:before {\n  content: \"\\f160\";\n}\n.icon-sort-amount-desc:before,\n.fa-sort-amount-desc:before {\n  content: \"\\f161\";\n}\n.icon-sort-numeric-asc:before,\n.fa-sort-numeric-asc:before {\n  content: \"\\f162\";\n}\n.icon-sort-numeric-desc:before,\n.fa-sort-numeric-desc:before {\n  content: \"\\f163\";\n}\n.icon-thumbs-up:before,\n.fa-thumbs-up:before {\n  content: \"\\f164\";\n}\n.icon-thumbs-down:before,\n.fa-thumbs-down:before {\n  content: \"\\f165\";\n}\n.icon-youtube-square:before,\n.fa-youtube-square:before {\n  content: \"\\f166\";\n}\n.icon-youtube:before,\n.fa-youtube:before {\n  content: \"\\f167\";\n}\n.icon-xing:before,\n.fa-xing:before {\n  content: \"\\f168\";\n}\n.icon-xing-square:before,\n.fa-xing-square:before {\n  content: \"\\f169\";\n}\n.icon-youtube-play:before,\n.fa-youtube-play:before {\n  content: \"\\f16a\";\n}\n.icon-dropbox:before,\n.fa-dropbox:before {\n  content: \"\\f16b\";\n}\n.icon-stack-overflow:before,\n.fa-stack-overflow:before {\n  content: \"\\f16c\";\n}\n.icon-instagram:before,\n.fa-instagram:before {\n  content: \"\\f16d\";\n}\n.icon-flickr:before,\n.fa-flickr:before {\n  content: \"\\f16e\";\n}\n.icon-adn:before,\n.fa-adn:before {\n  content: \"\\f170\";\n}\n.icon-bitbucket:before,\n.fa-bitbucket:before {\n  content: \"\\f171\";\n}\n.icon-bitbucket-square:before,\n.fa-bitbucket-square:before {\n  content: \"\\f172\";\n}\n.icon-tumblr:before,\n.fa-tumblr:before {\n  content: \"\\f173\";\n}\n.icon-tumblr-square:before,\n.fa-tumblr-square:before {\n  content: \"\\f174\";\n}\n.icon-long-arrow-down:before,\n.fa-long-arrow-down:before {\n  content: \"\\f175\";\n}\n.icon-long-arrow-up:before,\n.fa-long-arrow-up:before {\n  content: \"\\f176\";\n}\n.icon-long-arrow-left:before,\n.fa-long-arrow-left:before {\n  content: \"\\f177\";\n}\n.icon-long-arrow-right:before,\n.fa-long-arrow-right:before {\n  content: \"\\f178\";\n}\n.icon-apple:before,\n.fa-apple:before {\n  content: \"\\f179\";\n}\n.icon-windows:before,\n.fa-windows:before {\n  content: \"\\f17a\";\n}\n.icon-android:before,\n.fa-android:before {\n  content: \"\\f17b\";\n}\n.icon-linux:before,\n.fa-linux:before {\n  content: \"\\f17c\";\n}\n.icon-dribbble:before,\n.fa-dribbble:before {\n  content: \"\\f17d\";\n}\n.icon-skype:before,\n.fa-skype:before {\n  content: \"\\f17e\";\n}\n.icon-foursquare:before,\n.fa-foursquare:before {\n  content: \"\\f180\";\n}\n.icon-trello:before,\n.fa-trello:before {\n  content: \"\\f181\";\n}\n.icon-female:before,\n.fa-female:before {\n  content: \"\\f182\";\n}\n.icon-male:before,\n.fa-male:before {\n  content: \"\\f183\";\n}\n.icon-gittip:before,\n.fa-gittip:before {\n  content: \"\\f184\";\n}\n.icon-gratipay:before,\n.fa-gratipay:before {\n  content: \"\\f184\";\n}\n.icon-sun-o:before,\n.fa-sun-o:before {\n  content: \"\\f185\";\n}\n.icon-moon-o:before,\n.fa-moon-o:before {\n  content: \"\\f186\";\n}\n.icon-archive:before,\n.fa-archive:before {\n  content: \"\\f187\";\n}\n.icon-bug:before,\n.fa-bug:before {\n  content: \"\\f188\";\n}\n.icon-vk:before,\n.fa-vk:before {\n  content: \"\\f189\";\n}\n.icon-weibo:before,\n.fa-weibo:before {\n  content: \"\\f18a\";\n}\n.icon-renren:before,\n.fa-renren:before {\n  content: \"\\f18b\";\n}\n.icon-pagelines:before,\n.fa-pagelines:before {\n  content: \"\\f18c\";\n}\n.icon-stack-exchange:before,\n.fa-stack-exchange:before {\n  content: \"\\f18d\";\n}\n.icon-arrow-circle-o-right:before,\n.fa-arrow-circle-o-right:before {\n  content: \"\\f18e\";\n}\n.icon-arrow-circle-o-left:before,\n.fa-arrow-circle-o-left:before {\n  content: \"\\f190\";\n}\n.icon-toggle-left:before,\n.icon-caret-square-o-left:before,\n.fa-caret-square-o-left:before,\n.fa-toggle-left:before {\n  content: \"\\f191\";\n}\n.icon-dot-circle-o:before,\n.fa-dot-circle-o:before {\n  content: \"\\f192\";\n}\n.icon-wheelchair:before,\n.fa-wheelchair:before {\n  content: \"\\f193\";\n}\n.icon-vimeo-square:before,\n.fa-vimeo-square:before {\n  content: \"\\f194\";\n}\n.icon-turkish-lira:before,\n.icon-try:before,\n.fa-try:before,\n.fa-turkish-lira:before {\n  content: \"\\f195\";\n}\n.icon-plus-square-o:before,\n.fa-plus-square-o:before {\n  content: \"\\f196\";\n}\n.icon-space-shuttle:before,\n.fa-space-shuttle:before {\n  content: \"\\f197\";\n}\n.icon-slack:before,\n.fa-slack:before {\n  content: \"\\f198\";\n}\n.icon-envelope-square:before,\n.fa-envelope-square:before {\n  content: \"\\f199\";\n}\n.icon-wordpress:before,\n.fa-wordpress:before {\n  content: \"\\f19a\";\n}\n.icon-openid:before,\n.fa-openid:before {\n  content: \"\\f19b\";\n}\n.icon-institution:before,\n.icon-bank:before,\n.icon-university:before,\n.fa-university:before,\n.fa-institution:before,\n.fa-bank:before {\n  content: \"\\f19c\";\n}\n.icon-mortar-board:before,\n.icon-graduation-cap:before,\n.fa-graduation-cap:before,\n.fa-mortar-board:before {\n  content: \"\\f19d\";\n}\n.icon-yahoo:before,\n.fa-yahoo:before {\n  content: \"\\f19e\";\n}\n.icon-google:before,\n.fa-google:before {\n  content: \"\\f1a0\";\n}\n.icon-reddit:before,\n.fa-reddit:before {\n  content: \"\\f1a1\";\n}\n.icon-reddit-square:before,\n.fa-reddit-square:before {\n  content: \"\\f1a2\";\n}\n.icon-stumbleupon-circle:before,\n.fa-stumbleupon-circle:before {\n  content: \"\\f1a3\";\n}\n.icon-stumbleupon:before,\n.fa-stumbleupon:before {\n  content: \"\\f1a4\";\n}\n.icon-delicious:before,\n.fa-delicious:before {\n  content: \"\\f1a5\";\n}\n.icon-digg:before,\n.fa-digg:before {\n  content: \"\\f1a6\";\n}\n.icon-pied-piper:before,\n.fa-pied-piper:before {\n  content: \"\\f1a7\";\n}\n.icon-pied-piper-alt:before,\n.fa-pied-piper-alt:before {\n  content: \"\\f1a8\";\n}\n.icon-drupal:before,\n.fa-drupal:before {\n  content: \"\\f1a9\";\n}\n.icon-joomla:before,\n.fa-joomla:before {\n  content: \"\\f1aa\";\n}\n.icon-language:before,\n.fa-language:before {\n  content: \"\\f1ab\";\n}\n.icon-fax:before,\n.fa-fax:before {\n  content: \"\\f1ac\";\n}\n.icon-building:before,\n.fa-building:before {\n  content: \"\\f1ad\";\n}\n.icon-child:before,\n.fa-child:before {\n  content: \"\\f1ae\";\n}\n.icon-paw:before,\n.fa-paw:before {\n  content: \"\\f1b0\";\n}\n.icon-spoon:before,\n.fa-spoon:before {\n  content: \"\\f1b1\";\n}\n.icon-cube:before,\n.fa-cube:before {\n  content: \"\\f1b2\";\n}\n.icon-cubes:before,\n.fa-cubes:before {\n  content: \"\\f1b3\";\n}\n.icon-behance:before,\n.fa-behance:before {\n  content: \"\\f1b4\";\n}\n.icon-behance-square:before,\n.fa-behance-square:before {\n  content: \"\\f1b5\";\n}\n.icon-steam:before,\n.fa-steam:before {\n  content: \"\\f1b6\";\n}\n.icon-steam-square:before,\n.fa-steam-square:before {\n  content: \"\\f1b7\";\n}\n.icon-recycle:before,\n.fa-recycle:before {\n  content: \"\\f1b8\";\n}\n.icon-automobile:before,\n.icon-car:before,\n.fa-car:before,\n.fa-automobile:before {\n  content: \"\\f1b9\";\n}\n.icon-cab:before,\n.icon-taxi:before,\n.fa-taxi:before,\n.fa-cab:before {\n  content: \"\\f1ba\";\n}\n.icon-tree:before,\n.fa-tree:before {\n  content: \"\\f1bb\";\n}\n.icon-spotify:before,\n.fa-spotify:before {\n  content: \"\\f1bc\";\n}\n.icon-deviantart:before,\n.fa-deviantart:before {\n  content: \"\\f1bd\";\n}\n.icon-soundcloud:before,\n.fa-soundcloud:before {\n  content: \"\\f1be\";\n}\n.icon-database:before,\n.fa-database:before {\n  content: \"\\f1c0\";\n}\n.icon-file-pdf-o:before,\n.fa-file-pdf-o:before {\n  content: \"\\f1c1\";\n}\n.icon-file-word-o:before,\n.fa-file-word-o:before {\n  content: \"\\f1c2\";\n}\n.icon-file-excel-o:before,\n.fa-file-excel-o:before {\n  content: \"\\f1c3\";\n}\n.icon-file-powerpoint-o:before,\n.fa-file-powerpoint-o:before {\n  content: \"\\f1c4\";\n}\n.icon-file-photo-o:before,\n.icon-file-picture-o:before,\n.icon-file-image-o:before,\n.fa-file-image-o:before,\n.fa-file-photo-o:before,\n.fa-file-picture-o:before {\n  content: \"\\f1c5\";\n}\n.icon-file-zip-o:before,\n.icon-file-archive-o:before,\n.fa-file-archive-o:before,\n.fa-zip-o:before {\n  content: \"\\f1c6\";\n}\n.icon-file-sound-o:before,\n.icon-file-audio-o:before,\n.fa-file-audio-o:before,\n.fa-sound-o:before {\n  content: \"\\f1c7\";\n}\n.icon-file-movie-o:before,\n.icon-file-video-o:before,\n.fa-file-video-o:before,\n.fa-file-movie-o:before {\n  content: \"\\f1c8\";\n}\n.icon-file-code-o:before,\n.fa-file-code-o:before {\n  content: \"\\f1c9\";\n}\n.icon-vine:before,\n.fa-vine:before {\n  content: \"\\f1ca\";\n}\n.icon-codepen:before,\n.fa-codepen:before {\n  content: \"\\f1cb\";\n}\n.icon-jsfiddle:before,\n.fa-jsfiddle:before {\n  content: \"\\f1cc\";\n}\n.icon-life-bouy:before,\n.icon-life-buoy:before,\n.icon-life-saver:before,\n.icon-support:before,\n.icon-life-ring:before,\n.fa-life-ring:before,\n.fa-life-bouy:before,\n.fa-life-buoy:before,\n.fa-support:before {\n  content: \"\\f1cd\";\n}\n.icon-circle-o-notch:before,\n.fa-circle-o-notch:before {\n  content: \"\\f1ce\";\n}\n.icon-ra:before,\n.icon-rebel:before,\n.fa-rebel:before,\n.fa-ra:before {\n  content: \"\\f1d0\";\n}\n.icon-ge:before,\n.icon-empire:before,\n.fa-empire:before,\n.fa-ge:before {\n  content: \"\\f1d1\";\n}\n.icon-git-square:before,\n.fa-git-square:before {\n  content: \"\\f1d2\";\n}\n.icon-git:before,\n.fa-git:before {\n  content: \"\\f1d3\";\n}\n.icon-y-combinator-square:before,\nfa-y-combinator-square:before,\n.icon-yc-square:before,\nfa-yc-square:before,\n.icon-hacker-news:before,\n.fa-hacker-news:before {\n  content: \"\\f1d4\";\n}\n.icon-tencent-weibo:before,\n.fa-tencent-weibo:before {\n  content: \"\\f1d5\";\n}\n.icon-qq:before,\n.fa-qq:before {\n  content: \"\\f1d6\";\n}\n.icon-wechat:before,\n.icon-weixin:before,\n.fa-weixin:before,\n.fa-wechat:before {\n  content: \"\\f1d7\";\n}\n.icon-send:before,\n.icon-paper-plane:before,\n.fa-paper-plane:before,\n.fa-send:before {\n  content: \"\\f1d8\";\n}\n.icon-send-o:before,\n.icon-paper-plane-o:before,\n.fa-paper-plane-o:before,\n.fa-send-o:before {\n  content: \"\\f1d9\";\n}\n.icon-history:before,\n.fa-history:before {\n  content: \"\\f1da\";\n}\n.icon-circle-thin:before,\n.fa-circle-thin:before {\n  content: \"\\f1db\";\n}\n.icon-header:before,\n.fa-header:before {\n  content: \"\\f1dc\";\n}\n.icon-paragraph:before,\n.fa-paragraph:before {\n  content: \"\\f1dd\";\n}\n.icon-sliders:before,\n.fa-sliders:before {\n  content: \"\\f1de\";\n}\n.icon-share-alt:before,\n.fa-share-alt:before {\n  content: \"\\f1e0\";\n}\n.icon-share-alt-square:before,\n.fa-share-alt-square:before {\n  content: \"\\f1e1\";\n}\n.icon-bomb:before,\n.fa-bomb:before {\n  content: \"\\f1e2\";\n}\n.icon-soccer-ball-o:before,\n.icon-futbol-o:before,\n.fa-futbol-o:before,\n.fa-soccer-ball-o:before {\n  content: \"\\f1e3\";\n}\n.icon-tty:before,\n.fa-tty:before {\n  content: \"\\f1e4\";\n}\n.icon-binoculars:before,\n.fa-binoculars:before {\n  content: \"\\f1e5\";\n}\n.icon-plug:before,\n.fa-plug:before {\n  content: \"\\f1e6\";\n}\n.icon-slideshare:before,\n.fa-slideshare:before {\n  content: \"\\f1e7\";\n}\n.icon-twitch:before,\n.fa-twitch:before {\n  content: \"\\f1e8\";\n}\n.icon-yelp:before,\n.fa-yelp:before {\n  content: \"\\f1e9\";\n}\n.icon-newspaper-o:before,\n.fa-newspaper-o:before {\n  content: \"\\f1ea\";\n}\n.icon-wifi:before,\n.fa-wifi:before {\n  content: \"\\f1eb\";\n}\n.icon-calculator:before,\n.fa-calculator:before {\n  content: \"\\f1ec\";\n}\n.icon-paypal:before,\n.fa-paypal:before {\n  content: \"\\f1ed\";\n}\n.icon-google-wallet:before,\n.fa-google-wallet:before {\n  content: \"\\f1ee\";\n}\n.icon-cc-visa:before,\n.fa-cc-visa:before {\n  content: \"\\f1f0\";\n}\n.icon-cc-mastercard:before,\n.fa-cc-mastercard:before {\n  content: \"\\f1f1\";\n}\n.icon-cc-discover:before,\n.fa-cc-discover:before {\n  content: \"\\f1f2\";\n}\n.icon-cc-amex:before,\n.fa-cc-amex:before {\n  content: \"\\f1f3\";\n}\n.icon-cc-paypal:before,\n.fa-cc-paypal:before {\n  content: \"\\f1f4\";\n}\n.icon-cc-stripe:before,\n.fa-cc-stripe:before {\n  content: \"\\f1f5\";\n}\n.icon-bell-slash:before,\n.fa-bell-slash:before {\n  content: \"\\f1f6\";\n}\n.icon-bell-slash-o:before,\n.fa-bell-slash-o:before {\n  content: \"\\f1f7\";\n}\n.icon-trash:before,\n.fa-trash:before {\n  content: \"\\f1f8\";\n}\n.icon-copyright:before,\n.fa-copyright:before {\n  content: \"\\f1f9\";\n}\n.icon-at:before,\n.fa-at:before {\n  content: \"\\f1fa\";\n}\n.icon-eyedropper:before,\n.fa-eyedropper:before {\n  content: \"\\f1fb\";\n}\n.icon-paint-brush:before,\n.fa-paint-brush:before {\n  content: \"\\f1fc\";\n}\n.icon-birthday-cake:before,\n.fa-birthday-cake:before {\n  content: \"\\f1fd\";\n}\n.icon-area-chart:before,\n.fa-area-chart:before {\n  content: \"\\f1fe\";\n}\n.icon-pie-chart:before,\n.fa-pie-chart:before {\n  content: \"\\f200\";\n}\n.icon-line-chart:before,\n.fa-line-chart:before {\n  content: \"\\f201\";\n}\n.icon-lastfm:before,\n.fa-lastfm:before {\n  content: \"\\f202\";\n}\n.icon-lastfm-square:before,\n.fa-lastfm-square:before {\n  content: \"\\f203\";\n}\n.icon-toggle-off:before,\n.fa-toggle-off:before {\n  content: \"\\f204\";\n}\n.icon-toggle-on:before,\n.fa-toggle-on:before {\n  content: \"\\f205\";\n}\n.icon-bicycle:before,\n.fa-bicycle:before {\n  content: \"\\f206\";\n}\n.icon-bus:before,\n.fa-bus:before {\n  content: \"\\f207\";\n}\n.icon-ioxhost:before,\n.fa-ioxhost:before {\n  content: \"\\f208\";\n}\n.icon-angellist:before,\n.fa-angellist:before {\n  content: \"\\f209\";\n}\n.icon-cc:before,\n.fa-cc:before {\n  content: \"\\f20a\";\n}\n.icon-shekel:before,\n.icon-sheqel:before,\n.icon-ils:before,\n.fa-ils:before,\n.fa-shekel:before,\n.fa-sheqel:before {\n  content: \"\\f20b\";\n}\n.icon-meanpath:before,\n.fa-meanpath:before {\n  content: \"\\f20c\";\n}\n.icon-buysellads:before,\n.fa-buysellads:before {\n  content: \"\\f20d\";\n}\n.icon-connectdevelop:before,\n.fa-connectdevelop:before {\n  content: \"\\f20e\";\n}\n.icon-dashcube:before,\n.fa-dashcube:before {\n  content: \"\\f210\";\n}\n.icon-forumbee:before,\n.fa-forumbee:before {\n  content: \"\\f211\";\n}\n.icon-leanpub:before,\n.fa-leanpub:before {\n  content: \"\\f212\";\n}\n.icon-sellsy:before,\n.fa-sellsy:before {\n  content: \"\\f213\";\n}\n.icon-shirtsinbulk:before,\n.fa-shirtsinbulk:before {\n  content: \"\\f214\";\n}\n.icon-simplybuilt:before,\n.fa-simplybuilt:before {\n  content: \"\\f215\";\n}\n.icon-skyatlas:before,\n.fa-skyatlas:before {\n  content: \"\\f216\";\n}\n.icon-cart-plus:before,\n.fa-cart-plus:before {\n  content: \"\\f217\";\n}\n.icon-cart-arrow-down:before,\n.fa-cart-arrow-down:before {\n  content: \"\\f218\";\n}\n.icon-diamond:before,\n.fa-diamond:before {\n  content: \"\\f219\";\n}\n.icon-ship:before,\n.fa-ship:before {\n  content: \"\\f21a\";\n}\n.icon-user-secret:before,\n.fa-user-secret:before {\n  content: \"\\f21b\";\n}\n.icon-motorcycle:before,\n.fa-motorcycle:before {\n  content: \"\\f21c\";\n}\n.icon-street-view:before,\n.fa-street-view:before {\n  content: \"\\f21d\";\n}\n.icon-heartbeat:before,\n.fa-heartbeat:before {\n  content: \"\\f21e\";\n}\n.icon-venus:before,\n.fa-venus:before {\n  content: \"\\f221\";\n}\n.icon-mars:before,\n.fa-mars:before {\n  content: \"\\f222\";\n}\n.icon-mercury:before,\n.fa-mercury:before {\n  content: \"\\f223\";\n}\n.icon-intersex:before,\n.fa--intersex:before,\n.icon-transgender:before,\n.fa-transgender:before {\n  content: \"\\f224\";\n}\n.icon-transgender-alt:before,\n.fa-transgender-alt:before {\n  content: \"\\f225\";\n}\n.icon-venus-double:before,\n.fa-venus-double:before {\n  content: \"\\f226\";\n}\n.icon-mars-double:before,\n.fa-mars-double:before {\n  content: \"\\f227\";\n}\n.icon-venus-mars:before,\n.fa-venus-mars:before {\n  content: \"\\f228\";\n}\n.icon-mars-stroke:before,\n.fa-mars-stroke:before {\n  content: \"\\f229\";\n}\n.icon-mars-stroke-v:before,\n.fa-mars-stroke-v:before {\n  content: \"\\f22a\";\n}\n.icon-mars-stroke-h:before,\n.fa-mars-stroke-h:before {\n  content: \"\\f22b\";\n}\n.icon-neuter:before,\n.fa-neuter:before {\n  content: \"\\f22c\";\n}\n.icon-facebook-official:before,\n.fa-facebook-official:before {\n  content: \"\\f230\";\n}\n.icon-pinterest-p:before,\n.fa-pinterest-p:before {\n  content: \"\\f231\";\n}\n.icon-whatsapp:before,\n.fa-whatsapp:before {\n  content: \"\\f232\";\n}\n.icon-server:before,\n.fa-server:before {\n  content: \"\\f233\";\n}\n.icon-user-plus:before,\n.fa-user-plus:before {\n  content: \"\\f234\";\n}\n.icon-user-times:before,\n.fa-user-times:before {\n  content: \"\\f235\";\n}\n.icon-hotel:before,\n.fa-hotel:before,\n.fa-bed:before,\n.icon-bed:before {\n  content: \"\\f236\";\n}\n.icon-viacoin:before,\n.fa-viacoin:before {\n  content: \"\\f237\";\n}\n.icon-train:before,\n.fa-train:before {\n  content: \"\\f238\";\n}\n.icon-subway:before,\n.fa-subway:before {\n  content: \"\\f239\";\n}\n.icon-medium:before,\n.fa-medium:before {\n  content: \"\\f23a\";\n}\n.icon-remove:before {\n  content: \"\\f00d\";\n}\n.icon-reorder:before {\n  content: \"\\f0c9\";\n}\n.icon-plus-sign:before {\n  content: \"\\f055\";\n}\n.icon-ok:before {\n  content: \"\\f00c\";\n}\n.icon-trash:before {\n  content: \"\\f014\";\n}\n.icon-fullscreen:before {\n  content: \"\\f0b2\";\n}\n.icon-info-sign:before {\n  content: \"\\f05a\";\n}\n.icon-sun:before {\n  content: \"\\f185\";\n}\n.icon-picture:before {\n  content: \"\\f03e\";\n}\n.icon-star-empty:before {\n  content: \"\\f006\";\n}\n.icon-zoom-in:before {\n  content: \"\\f002\";\n}\n.icon-zoom-out:before {\n  content: \"\\f010\";\n}\n.icon-off:before {\n  content: \"\\f011\";\n}\n.icon-file-alt:before {\n  content: \"\\f016\";\n}\n.icon-download-alt:before {\n  content: \"\\f019\";\n}\n.icon-indent-left:before {\n  content: \"\\f03c\";\n}\n.icon-indent-right:before {\n  content: \"\\f03b\";\n}\n.icon-facetime-video:before {\n  content: \"\\f03d\";\n}\n.icon-ban-circle:before {\n  content: \"\\f05e\";\n}\n.icon-bar-chart:before {\n  content: \"\\f080\";\n}\n.icon-beaker:before {\n  content: \"\\f0c3\";\n}\n.icon-bell-alt:before {\n  content: \"\\f0a2\";\n}\n.icon-bitbucket-sign:before {\n  content: \"\\f172\";\n}\n.icon-bookmark-empty:before {\n  content: \"\\f097\";\n}\n.icon-building:before {\n  content: \"\\f0f7\";\n}\n.icon-calendar-empty:before {\n  content: \"\\f133\";\n}\n.icon-check-empty:before {\n  content: \"\\f096\";\n}\n.icon-check-minus:before {\n  content: \"\\f147\";\n}\n.icon-check-sign:before {\n  content: \"\\f14a\";\n}\n.icon-chevron-sign-down:before {\n  content: \"\\f13a\";\n}\n.icon-chevron-sign-up:before {\n  content: \"\\f139\";\n}\n.icon-chevron-sign-left:before {\n  content: \"\\f137\";\n}\n.icon-chevron-sign-right:before {\n  content: \"\\f138\";\n}\n.icon-circle-arrow-down:before {\n  content: \"\\f0ab\";\n}\n.icon-circle-arrow-up:before {\n  content: \"\\f0aa\";\n}\n.icon-circle-arrow-left:before {\n  content: \"\\f0a8\";\n}\n.icon-circle-arrow-right:before {\n  content: \"\\f0a9\";\n}\n.icon-circle-blank:before {\n  content: \"\\f10c\";\n}\n.icon-collapse:before {\n  content: \"\\f150\";\n}\n.icon-collapse-top:before {\n  content: \"\\f151\";\n}\n.icon-collapse-alt:before {\n  content: \"\\f151\";\n}\n.icon-comment-alt:before {\n  content: \"\\f0e5\";\n}\n.icon-comments-alt:before {\n  content: \"\\f0e6\";\n}\n.icon-double-angle-down:before {\n  content: \"\\f103\";\n}\n.icon-double-angle-up:before {\n  content: \"\\f102\";\n}\n.icon-double-angle-left:before {\n  content: \"\\f100\";\n}\n.icon-double-angle-right:before {\n  content: \"\\f101\";\n}\n.icon-edit-sign:before {\n  content: \"\\f044\";\n}\n.icon-ellipsis-horizontal:before {\n  content: \"\\f141\";\n}\n.icon-ellipsis-vertical:before {\n  content: \"\\f142\";\n}\n.icon-envelope-alt:before {\n  content: \"\\f003\";\n}\n.icon-exclamation-sign:before {\n  content: \"\\f06a\";\n}\n.icon-eye-open:before {\n  content: \"\\f06e\";\n}\n.icon-eye-close:before {\n  content: \"\\f070\";\n}\n.icon-facebook-sign:before {\n  content: \"\\f082\";\n}\n.icon-file-text-alt:before {\n  content: \"\\f0f6\";\n}\n.icon-flag-alt:before {\n  content: \"\\f11d\";\n}\n.icon-food:before {\n  content: \"\\f0f5\";\n}\n.icon-frown:before {\n  content: \"\\f119\";\n}\n.icon-github-sign:before {\n  content: \"\\f092\";\n}\n.icon-google-plus-sign:before {\n  content: \"\\f0d4\";\n}\n.icon-h-sign:before {\n  content: \"\\f0fd\";\n}\n.icon-hand-up:before {\n  content: \"\\f0a6\";\n}\n.icon-hand-down:before {\n  content: \"\\f0a7\";\n}\n.icon-hand-left:before {\n  content: \"\\f0a5\";\n}\n.icon-hand-right:before {\n  content: \"\\f0a4\";\n}\n.icon-hdd:before {\n  content: \"\\f0a0\";\n}\n.icon-heart-empty:before {\n  content: \"\\f08a\";\n}\n.icon-hospital:before {\n  content: \"\\f0f8\";\n}\n.icon-keyboard:before {\n  content: \"\\f11c\";\n}\n.icon-lemon:before {\n  content: \"\\f094\";\n}\n.icon-lightbulb:before {\n  content: \"\\f0eb\";\n}\n.icon-linkedin-sign:before {\n  content: \"\\f08c\";\n}\n.icon-meh:before {\n  content: \"\\f11a\";\n}\n.icon-microphone-off:before {\n  content: \"\\f131\";\n}\n.icon-minus-sign:before {\n  content: \"\\f146\";\n}\n.icon-minus-sign-alt:before {\n  content: \"\\f147\";\n}\n.icon-moon:before {\n  content: \"\\f186\";\n}\n.icon-move:before {\n  content: \"\\f047\";\n}\n.icon-ok-circle:before {\n  content: \"\\f05d\";\n}\n.icon-ok-sign:before {\n  content: \"\\f058\";\n}\n.icon-paper-clip:before {\n  content: \"\\f0c6\";\n}\n.icon-pinterest-sign:before {\n  content: \"\\f0d3\";\n}\n.icon-pushpin:before {\n  content: \"\\f08d\";\n}\n.icon-question-sign:before {\n  content: \"\\f059\";\n}\n.icon-remove-sign:before {\n  content: \"\\f057\";\n}\n.icon-remove-circle:before {\n  content: \"\\f05c\";\n}\n.icon-renminbi:before {\n  content: \"\\f157\";\n}\n.icon-resize-full:before {\n  content: \"\\f065\";\n}\n.icon-resize-small:before {\n  content: \"\\f066\";\n}\n.icon-resize-horizontal:before {\n  content: \"\\f07e\";\n}\n.icon-resize-vertical:before {\n  content: \"\\f07d\";\n}\n.icon-rss-sign:before {\n  content: \"\\f143\";\n}\n.icon-screenshot:before {\n  content: \"\\f05b\";\n}\n.icon-share-sign:before {\n  content: \"\\f14d\";\n}\n.icon-sign-blank:before {\n  content: \"\\f0c8\";\n}\n.icon-signout:before {\n  content: \"\\f08b\";\n}\n.icon-smile:before {\n  content: \"\\f118\";\n}\n.icon-stackexchange:before {\n  content: \"\\f18d\";\n}\n.icon-thumbs-down-alt:before {\n  content: \"\\f088\";\n}\n.icon-thumbs-up-alt:before {\n  content: \"\\f087\";\n}\n.icon-time:before {\n  content: \"\\f017\";\n}\n.icon-tumblr-sign:before {\n  content: \"\\f174\";\n}\n.icon-twitter-sign:before {\n  content: \"\\f081\";\n}\n.icon-unchecked:before {\n  content: \"\\f096\";\n}\n.icon-upload-alt:before {\n  content: \"\\f093\";\n}\n.icon-warning-sign:before {\n  content: \"\\f071\";\n}\n.icon-youtube-sign:before {\n  content: \"\\f166\";\n}\n.nav-tabs [class^=\"icon-\"],\n.nav-tabs [class^=\"icon-\"].icon-large,\n.nav-tabs [class*=\" icon-\"],\n.nav-tabs [class*=\" icon-\"].icon-large,\n.nav-tabs [class^=\"fa-\"],\n.nav-tabs [class^=\"fa-\"].icon-large,\n.nav-tabs [class*=\" fa-\"],\n.nav-tabs [class*=\" fa-\"].icon-large,\n.nav-pills [class^=\"icon-\"],\n.nav-pills [class^=\"icon-\"].icon-large,\n.nav-pills [class*=\" icon-\"],\n.nav-pills [class*=\" icon-\"].icon-large,\n.nav-pills [class^=\"fa-\"],\n.nav-pills [class^=\"fa-\"].icon-large,\n.nav-pills [class*=\" fa-\"],\n.nav-pills [class*=\" fa-\"].icon-large {\n  line-height: .9em;\n}\n.hentry ul.nav-pills {\n  list-style-type: none;\n}\n.hentry ul.nav-tabs {\n  list-style-type: none;\n}\n.pl-nav li [class^=\"icon-\"],\n.pl-nav li [class*=\" icon-\"],\n.pl-nav li [class^=\"fa-\"],\n.pl-nav li [class*=\" fa-\"] {\n  display: inline-block;\n  width: 1.25em;\n  text-align: center;\n}\n.pl-nav li [class^=\"icon-\"].icon-large,\n.pl-nav li [class*=\" icon-\"].icon-large,\n.pl-nav li [class^=\"fa-\"].icon-large,\n.pl-nav li [class*=\" fa-\"].icon-large {\n  width: 1.5625em;\n}\nul.icons,\nul.icon-ul,\nul.fa-ul,\nul.icon {\n  list-style-type: none;\n}\n.hidden {\n  display: none;\n  visibility: hidden;\n}\n.visible-phone {\n  display: none;\n}\n.visible-tablet {\n  display: none;\n}\n.visible-desktop {\n  display: block;\n}\n.hidden-phone {\n  display: block;\n}\n.hidden-tablet {\n  display: block;\n}\n.hidden-desktop {\n  display: none;\n}\n@media (max-width: 767px) {\n  .visible-phone {\n    display: block;\n  }\n  .hidden-phone {\n    display: none;\n  }\n  .hidden-desktop {\n    display: block;\n  }\n  .visible-desktop {\n    display: none;\n  }\n}\n@media (min-width: 768px) and (max-width: 979px) {\n  .visible-tablet {\n    display: block;\n  }\n  .hidden-tablet {\n    display: none;\n  }\n  .hidden-desktop {\n    display: block;\n  }\n  .visible-desktop {\n    display: none;\n  }\n}\n@media only screen and (min-width: 1600px) {\n  body:after {\n    content: \"5\";\n    display: none;\n  }\n  .row.row-set > [class*=\"span\"] {\n    width: 19.98%;\n  }\n  .row.row-set.row-squared > [class*=\"span\"] {\n    padding-bottom: 19.98%;\n  }\n}\n@media only screen and (min-width: 1300px) and (max-width: 1600px) {\n  body:after {\n    content: \"4\";\n    display: none;\n  }\n  .row.row-set > [class*=\"span\"] {\n    width: 24.98%;\n  }\n  .row.row-set.row-squared > [class*=\"span\"] {\n    padding-bottom: 24.98%;\n  }\n}\n@media only screen and (min-width: 990px) and (max-width: 1300px) {\n  body:after {\n    content: \'3\';\n    display: none;\n  }\n  .row.row-set > [class*=\"span\"] {\n    width: 33.3%;\n  }\n  .row.row-set.row-squared > [class*=\"span\"] {\n    padding-bottom: 33.3%;\n  }\n}\n@media only screen and (min-width: 470px) and (max-width: 990px) {\n  body:after {\n    content: \'2\';\n    display: none;\n  }\n  .row.row-set > [class*=\"span\"] {\n    width: 49.98%;\n  }\n  .row.row-set.row-squared > [class*=\"span\"] {\n    padding-bottom: 49.98%;\n  }\n}\n@media only screen and (max-width: 470px) {\n  body:after {\n    content: \'1\';\n    display: none;\n  }\n  .row.row-set > [class*=\"span\"] {\n    width: 99.98%;\n  }\n  .row.row-set.row-squared > [class*=\"span\"] {\n    padding-bottom: 99.98%;\n  }\n}\n@media (max-width: 480px) {\n  .nav-collapse {\n    -webkit-transform: translate3d(0,0,0);\n  }\n  .page-header h1 small {\n    display: block;\n    line-height: 21.7px;\n  }\n  input[type=\"checkbox\"],\n  input[type=\"radio\"] {\n    border: 1px solid #ccc;\n  }\n  .form-horizontal .control-group > label {\n    float: none;\n    width: auto;\n    padding-top: 0;\n    text-align: left;\n  }\n  .form-horizontal .controls {\n    margin-left: 0;\n  }\n  .form-horizontal .control-list {\n    padding-top: 0;\n  }\n  .form-horizontal .form-actions {\n    padding-left: 10px;\n    padding-right: 10px;\n  }\n  .modal {\n    top: 50px;\n    left: 10px;\n    right: 10px;\n  }\n  .modal-header .close {\n    padding: 10px;\n    margin: -10px;\n  }\n  .carousel-caption {\n    position: static;\n  }\n  .row.row-squared > [class*=\"span\"],\n  .row.row-closed.row-squared > [class*=\"span\"] {\n    padding-bottom: 100%;\n  }\n}\n@media (max-width: 767px) {\n  body:after {\n    content: \'four\';\n    display: none;\n  }\n  .navbar-fixed-top {\n    margin-left: -20px;\n    margin-right: -20px;\n  }\n  .row-grid {\n    width: 100%;\n  }\n  .row {\n    margin-left: 0;\n  }\n  .row > [class*=\"span\"],\n  .row-grid > [class*=\"span\"],\n  .editor-row > [class*=\"span\"],\n  .row > [class*=\"offset\"],\n  .row-grid > [class*=\"offset\"],\n  .editor-row > [class*=\"offset\"],\n  .row.row-closed > [class*=\"span\"] {\n    float: none;\n    display: block;\n    width: auto;\n    margin-left: 0;\n    margin-bottom: 10px;\n  }\n  .row > [class*=\"offset\"]:first-child,\n  .editor-row > [class*=\"offset\"].sortable-first {\n    margin-left: 0;\n  }\n  .thumbnails [class*=\"span\"] {\n    width: auto;\n  }\n  input[class*=\"span\"],\n  select[class*=\"span\"],\n  textarea[class*=\"span\"],\n  .uneditable-input {\n    display: block;\n    width: 100%;\n    min-height: 28px;\n    -webkit-box-sizing: border-box;\n    -moz-box-sizing: border-box;\n    -ms-box-sizing: border-box;\n    box-sizing: border-box;\n  }\n  .input-prepend input[class*=\"span\"],\n  .input-append input[class*=\"span\"] {\n    width: auto;\n  }\n  .modal {\n    position: fixed;\n    top: 50px;\n    left: 20px;\n    right: 20px;\n    width: auto;\n    margin: 0;\n  }\n  .modal.fade {\n    top: -100px;\n  }\n  .modal.fade.in {\n    top: 50px;\n  }\n}\n@media (min-width: 768px) and (max-width: 979px) {\n  input,\n  textarea,\n  .uneditable-input {\n    margin-left: 0;\n  }\n  input.span12,\n  textarea.span12,\n  .uneditable-input.span12 {\n    width: 714px;\n  }\n  input.span11,\n  textarea.span11,\n  .uneditable-input.span11 {\n    width: 652px;\n  }\n  input.span10,\n  textarea.span10,\n  .uneditable-input.span10 {\n    width: 590px;\n  }\n  input.span9,\n  textarea.span9,\n  .uneditable-input.span9 {\n    width: 528px;\n  }\n  input.span8,\n  textarea.span8,\n  .uneditable-input.span8 {\n    width: 466px;\n  }\n  input.span7,\n  textarea.span7,\n  .uneditable-input.span7 {\n    width: 404px;\n  }\n  input.span6,\n  textarea.span6,\n  .uneditable-input.span6 {\n    width: 342px;\n  }\n  input.span5,\n  textarea.span5,\n  .uneditable-input.span5 {\n    width: 280px;\n  }\n  input.span4,\n  textarea.span4,\n  .uneditable-input.span4 {\n    width: 218px;\n  }\n  input.span3,\n  textarea.span3,\n  .uneditable-input.span3 {\n    width: 156px;\n  }\n  input.span2,\n  textarea.span2,\n  .uneditable-input.span2 {\n    width: 94px;\n  }\n  input.span1,\n  textarea.span1,\n  .uneditable-input.span1 {\n    width: 32px;\n  }\n}\n@media (min-width: 1200px) {\n  .thumbnails > li {\n    margin-left: 30px;\n  }\n}\n','no'),(134029,'wpseo_sitemap_3356_cache_validator','3XuEk','no'),(142441,'googleanalytics_web_property_id_manually_value','UA-7661609-2','yes'),(142442,'googleanalytics_web_property_id_manually','1','yes'),(142888,'_transient_timeout_plapi_store_mixed','1502360861','no'),(142889,'_transient_plapi_store_mixed','{\"platform-5-vip\":{\"pid\":176329,\"slug\":\"platform-5-vip\",\"name\":\"Platform 5 VIP\",\"type\":\"plugins\",\"description\":\"\",\"overview\":\"https:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=176329\",\"last_mod\":\"2016-06-15 12:33:52\",\"featured\":\"false\",\"price\":\"0\",\"sale\":\"\",\"demo\":\"\",\"version\":\"\",\"changelog\":\"\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"platform-5-vip\",\"2\":\"\"},\"splash\":\"\",\"thumb\":\"\"},\"testing123\":{\"pid\":173382,\"slug\":\"testing123\",\"name\":\"testing123\",\"type\":\"plugins\",\"description\":\"meh test\",\"overview\":\"https:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=173382\",\"last_mod\":\"2016-04-25 15:59:05\",\"featured\":\"false\",\"price\":\"1\",\"sale\":\"\",\"demo\":\"\",\"version\":\"\",\"changelog\":\"\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"testing123\",\"2\":\"\"},\"splash\":\"\",\"thumb\":\"\"},\"pagelines-wordpress-shortcodes\":{\"pid\":134197,\"slug\":\"pagelines-wordpress-shortcodes\",\"name\":\"PageLines WordPress Shortcodes\",\"type\":\"plugins\",\"description\":\"&lt;strong&gt;PageLines WordPress Shortcodes&lt;\\/strong&gt; makes it easy to add an extensive amount of customizable shortcodes.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=134197\",\"last_mod\":\"2015-10-19 10:28:29\",\"featured\":\"false\",\"price\":\"24.99\",\"sale\":\"\",\"demo\":\"http:\\/\\/club.pagelines.com\\/pagelines-wordpress-shortcodes\\/?dobar==1\",\"version\":\"1.0\",\"changelog\":\"*1.0 - Initial Release\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"pagelines-wordpress-shortcodes\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2015\\/06\\/screenshot.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2015\\/06\\/screenshot-300x225.png\"},\"pl-backboard\":{\"pid\":103360,\"slug\":\"pl-backboard\",\"name\":\"BackBoard\",\"type\":\"plugins\",\"description\":\"&lt;strong&gt;PageLines BackBoard&lt;\\/strong&gt; Show off your Dribbble shots anywhere on your site.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=103360\",\"last_mod\":\"2016-04-05 15:54:23\",\"featured\":\"false\",\"price\":\"24.99\",\"sale\":\"\",\"demo\":\"http:\\/\\/club.pagelines.com\\/pl-backboard\\/?dobar==1\",\"version\":\"1.0\",\"changelog\":\"*1.0 - Initial Release\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"pl-backboard\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2015\\/04\\/pl-backboard-thumb.jpg\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2015\\/04\\/pl-backboard-thumb.jpg\"},\"pl-multigram\":{\"pid\":96115,\"slug\":\"pl-multigram\",\"name\":\"MultiGram\",\"type\":\"plugins\",\"description\":\"&lt;strong&gt;PageLines MultiGram&lt;\\/strong&gt; allows you to integrate Instagram images and display them in multiple layouts.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=96115\",\"last_mod\":\"2015-11-08 10:31:04\",\"featured\":\"false\",\"price\":\"24.99\",\"sale\":\"\",\"demo\":\"http:\\/\\/club.pagelines.com\\/pl-multigram\\/?dobar==1\",\"version\":\"1.1\",\"changelog\":\"* 1.1 - added \\\"liked by user option feed type\\\" and image link option which includes modal window view for images\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"pl-multigram\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2015\\/04\\/pl-multigram-thumb.jpg\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2015\\/04\\/pl-multigram-thumb.jpg\"},\"pl-powerloop\":{\"pid\":91021,\"slug\":\"pl-powerloop\",\"name\":\"PowerLoop\",\"type\":\"plugins\",\"description\":\"&lt;strong&gt;PageLines PowerLoop&lt;\\/strong&gt; allows you to control what content is displayed, when it\\u2019s displayed and how it\\u2019s displayed using the WordPress Loop.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=91021\",\"last_mod\":\"2016-04-05 15:57:52\",\"featured\":\"false\",\"price\":\"24.99\",\"sale\":\"\",\"demo\":\"http:\\/\\/club.pagelines.com\\/pl-powerloop\",\"version\":\"1.2\",\"changelog\":\"* 1.2 - Fix hard coded dates\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"pl-powerloop\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2015\\/03\\/pl-extension-thumb.jpg\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2015\\/03\\/pl-extension-thumb.jpg\"},\"pl-dreamteam\":{\"pid\":87828,\"slug\":\"pl-dreamteam\",\"name\":\"DreamTeam\",\"type\":\"plugins\",\"description\":\"&lt;strong&gt;DreamTeam&lt;\\/strong&gt; allows you to create, organize and manage about pages easily by using existing user data from WordPress user profiles.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=87828\",\"last_mod\":\"2015-11-08 10:31:36\",\"featured\":\"false\",\"price\":\"24.99\",\"sale\":\"\",\"demo\":\"http:\\/\\/club.pagelines.com\\/pl-dreamteam\\/\",\"version\":\"1.0\",\"changelog\":\"1.0 - First Release\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"pl-dreamteam\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2015\\/02\\/pl-extension-thumb.jpg\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2015\\/02\\/pl-extension-thumb.jpg\"},\"modal-popup-dms\":{\"pid\":36803,\"slug\":\"modal-popup-dms\",\"name\":\"Modal Popup DMS\",\"type\":\"plugins\",\"description\":\"Modal PopUp is a powerful section for PageLines DMS. It uses DMS\\u2019s built in Twitter Bootstrap Modals to show an automatic PopUp window when your page first loads. You can easily customize the PopUp\\u2019s appearance, how often it appears, and even have different PopUps appear on different pages.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=36803\",\"last_mod\":\"2015-11-08 10:29:48\",\"featured\":\"false\",\"price\":\"14.99\",\"sale\":\"9.99\",\"demo\":\"http:\\/\\/modal-popup-dms.mrfent.com\\/\",\"version\":\"1.1.1\",\"changelog\":\"* 1.1.1 - Added options for closing the PopUp\\r\\n* 1.1.0 - DMS 2 compatibility\\r\\n* 1.0.1 - Support for multiple PopUps on the same page\\r\\n* 1.0.0 - First Release\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"modal-popup-dms\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/02\\/splash1.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/02\\/screenshot.png\"},\"shortcode-quicktags\":{\"pid\":44833,\"slug\":\"shortcode-quicktags\",\"name\":\"Shortcode Quicktags\",\"type\":\"plugins\",\"description\":\"Shortcode Quicktags adds Quicktag buttons to your HTML Text Editor screen, allowing you to easily populate every PageLines shortcode directly into your page. No need to manually type the code or paste it from another source. Just click the button you want and your shortcode will appear.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=44833\",\"last_mod\":\"2015-11-08 10:29:42\",\"featured\":\"false\",\"price\":\"14.99\",\"sale\":\"9.99\",\"demo\":\"http:\\/\\/shortcode-quicktags.mrfent.com\\/\",\"version\":\"1.0.1\",\"changelog\":\"*1.0.1 - New Animation Class Quicktag; Support for PinsPro and other DMS core themes\\r\\n*1.0.0 - Initial Release\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"shortcode-quicktags\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/05\\/splash4.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/05\\/thumb.png\"},\"branding-dms\":{\"pid\":29704,\"slug\":\"branding-dms\",\"name\":\"Branding DMS\",\"type\":\"plugins\",\"description\":\"The Branding DMS section lets you add a main logo image to your DMS site.\\r\\n\\r\\nInspired by the retired Branding section from the PageLines v2 Framework, Branding DMS brings back all of the features of v2\'s Branding section, plus a few extra features. You can display the original RSS icon &amp;amp; five social icons from v2, as well as several new icons. Simply add links to your social sites, and the icons appear.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=29704\",\"last_mod\":\"2015-11-08 10:29:36\",\"featured\":\"false\",\"price\":\"14.99\",\"sale\":\"9.99\",\"demo\":\"http:\\/\\/branding-dms.mrfent.com\\/\",\"version\":\"1.1.0\",\"changelog\":\"* 1.1.0 - DMS 2 compatibility\\r\\n* 1.0.2 - Added data-sync option to image upload\\r\\n* 1.0.1 - Compatible with DMS 1.2\\r\\n* 1.0.0 - First release\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"branding-dms\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/11\\/splash3.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/11\\/thumb.png\"},\"facebook-all-in-one-dms\":{\"pid\":20887,\"slug\":\"facebook-all-in-one-dms\",\"name\":\"Facebook All-in-One DMS\",\"type\":\"plugins\",\"description\":\"The Facebook All-In-One DMS section combines three great Facebook Social Widgets:\\r\\nLike Box, Like Button, &amp;amp; Comments.\\r\\n\\r\\nEach mode allows you to easily integrate your site with the people on Facebook.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=20887\",\"last_mod\":\"2015-11-08 10:36:30\",\"featured\":\"false\",\"price\":\"14.99\",\"sale\":\"9.99\",\"demo\":\"http:\\/\\/facebook-all-in-one-dms.mrfent.com\\/\",\"version\":\"1.1.1\",\"changelog\":\"*1.1.1 - Added width setting to Comments mode\\r\\n*1.1.0 - DMS 2 Compatibility\\r\\n* 1.0.1 - Bug fix: Confliction with ShareBar. Note: After update, you must flush your CSS\\/Less Cache. http:\\/\\/screencast.com\\/t\\/3PsrIJoOUQ\\r\\n* 1.0.0 - Initial release\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"facebook-all-in-one-dms\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/09\\/splash20.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/09\\/thumb13.png\"},\"twitter-all-in-one-dms\":{\"pid\":20364,\"slug\":\"twitter-all-in-one-dms\",\"name\":\"Twitter All-in-One DMS\",\"type\":\"plugins\",\"description\":\"Add a custom Twitter feed to your DMS site!\\r\\n\\r\\nThis section can be setup to replicate the old TwitterBar:\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=20364\",\"last_mod\":\"2015-11-08 10:36:27\",\"featured\":\"false\",\"price\":\"14.99\",\"sale\":\"9.99\",\"demo\":\"http:\\/\\/twitter-all-in-one-dms.mrfent.com\\/\",\"version\":\"1.1.0\",\"changelog\":\"*1.1.0 - DMS 2 compatibility\\r\\n* 1.0.1 - Custom language support\\r\\n* 1.0.0 - Initial release\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"twitter-all-in-one-dms\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/09\\/splash21.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/09\\/thumb9.png\"},\"pagelines-club-standard\":{\"pid\":83971,\"slug\":\"pagelines-club-standard\",\"name\":\"PageLines Club Standard\",\"type\":\"plugins\",\"description\":\"\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=83971\",\"last_mod\":\"2016-03-15 07:39:06\",\"featured\":\"false\",\"price\":\"20\",\"sale\":\"\",\"demo\":\"\",\"version\":\"\",\"changelog\":\"\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"pagelines-club-standard\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/03\\/club-standard.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/03\\/club-standard-300x225.png\"},\"pagelines-club-developer\":{\"pid\":83973,\"slug\":\"pagelines-club-developer\",\"name\":\"PageLines Club Developer\",\"type\":\"plugins\",\"description\":\"\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=83973\",\"last_mod\":\"2016-06-16 12:00:04\",\"featured\":\"false\",\"price\":\"30\",\"sale\":\"\",\"demo\":\"\",\"version\":\"\",\"changelog\":\"\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"pagelines-club-developer\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/03\\/club-developer-membership.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/03\\/club-developer-membership-300x225.png\"},\"pl-sidewalk\":{\"pid\":81868,\"slug\":\"pl-sidewalk\",\"name\":\"SideWalk\",\"type\":\"plugins\",\"description\":\"&lt;strong&gt;SideWalk&lt;\\/strong&gt; is a sticky sidebar section that remains fixed on the page as a user scrolls.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=81868\",\"last_mod\":\"2015-11-08 10:36:42\",\"featured\":\"false\",\"price\":\"24.99\",\"sale\":\"\",\"demo\":\"http:\\/\\/club.pagelines.com\\/sidewalk\\/\",\"version\":\"1.1\",\"changelog\":\"* 1.1 - Fixed js issue.\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"pl-sidewalk\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2015\\/01\\/pl-sidewalk.jpg\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2015\\/01\\/pl-sidewalk.jpg\"},\"pinspro\":{\"pid\":82551,\"slug\":\"pinspro\",\"name\":\"PinsPro\",\"type\":\"themes\",\"description\":\"A tidy pin-board style theme for WordPress Powered by PageLines DMS with drag-and-drop.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=82551\",\"last_mod\":\"2016-07-05 10:04:22\",\"featured\":\"false\",\"price\":\"\",\"sale\":\"\",\"demo\":\"http:\\/\\/themes.pagelines.com\\/pinspro?dobar=1\",\"version\":\"1.2.7\",\"changelog\":\"* Please see http:\\/\\/forum.pagelines.com\\/forum\\/56-announcements\\/\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"themes\",\"1\":\"pinspro\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/05\\/theme-pinspro-screen.jpg\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/04\\/product-thumbnail.png\"},\"iblogpro6\":{\"pid\":82542,\"slug\":\"iblogpro6\",\"name\":\"iBlogPro6\",\"type\":\"themes\",\"description\":\"iBlogPro is a clean and light WordPress theme that comes with a modern style design inspired by the main Apple\\/Mac websites.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=82542\",\"last_mod\":\"2016-04-05 16:00:52\",\"featured\":\"false\",\"price\":\"\",\"sale\":\"\",\"demo\":\"http:\\/\\/themes.pagelines.com\\/iblogpro?dobar=1\",\"version\":\"1.2.8\",\"changelog\":\"* See http:\\/\\/forum.pagelines.com\\/forum\\/56-announcements\\/\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"themes\",\"1\":\"iblogpro6\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/06\\/iblogpro-screen1.jpg\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/07\\/product-thumbnail1.png\"},\"whitehousepro6\":{\"pid\":82386,\"slug\":\"whitehousepro6\",\"name\":\"WhiteHouse Pro 6\",\"type\":\"themes\",\"description\":\"A Professional Drag &amp;amp; Drop WordPress Theme for Business &amp;amp; Politics.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=82386\",\"last_mod\":\"2016-04-05 16:02:49\",\"featured\":\"false\",\"price\":\"\",\"sale\":\"\",\"demo\":\"http:\\/\\/themes.pagelines.com\\/whitehousepro?dobar=1\",\"version\":\"1.1.8\",\"changelog\":\"* Please see  http:\\/\\/forum.pagelines.com\\/forum\\/56-announcements\\/\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"themes\",\"1\":\"whitehousepro6\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/08\\/whitehousepro-screen.jpg\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/08\\/product-thumbnail.png\"},\"pagelines-club\":{\"pid\":82351,\"slug\":\"pagelines-club\",\"name\":\"PageLines Club - Monthly\",\"type\":\"plugins\",\"description\":\"\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=82351\",\"last_mod\":\"2016-03-02 04:29:23\",\"featured\":\"false\",\"price\":\"20\",\"sale\":\"\",\"demo\":\"\",\"version\":\"\",\"changelog\":\"\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"pagelines-club\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/03\\/club-standard.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/03\\/club-standard-300x225.png\"},\"pl-grandstand\":{\"pid\":77867,\"slug\":\"pl-grandstand\",\"name\":\"GrandStand\",\"type\":\"plugins\",\"description\":\"&lt;strong&gt;GrandStand&lt;\\/strong&gt; is a clean-cut, straight to the point, simple to use showcase section designed to present your content\\u00a0in style.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=77867\",\"last_mod\":\"2015-11-08 10:36:53\",\"featured\":\"false\",\"price\":\"24.99\",\"sale\":\"\",\"demo\":\"http:\\/\\/club.pagelines.com\\/pl-grandstand\\/\",\"version\":\"1.3\",\"changelog\":\"* 1.3 Fixed multibrowser transitions.\\r\\n* 1.2 Fixed Navigation Spacing Fix.\\r\\n* 1.1 Fixed the button js bug.\\r\\n* 1.0 Released\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"pl-grandstand\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/12\\/pl-grandstand.jpg\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/12\\/pl-grandstand.jpg\"},\"multimenu\":{\"pid\":76298,\"slug\":\"multimenu\",\"name\":\"MultiMenu\",\"type\":\"plugins\",\"description\":\"&lt;strong&gt;MultiMenu&lt;\\/strong&gt; is a flexible navigation section that leverages full-width images or video while keeping the the menu and logo in the foreground.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=76298\",\"last_mod\":\"2015-11-08 10:31:43\",\"featured\":\"false\",\"price\":\"24.99\",\"sale\":\"\",\"demo\":\"http:\\/\\/club.pagelines.com\\/multimenu\\/\",\"version\":\"1.3\",\"changelog\":\"* 1.3 - Fixed potential bug\\/security issue\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"multimenu\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/11\\/pl-multimenu.jpg\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/11\\/pl-multimenu.jpg\"},\"pl-tabkit\":{\"pid\":67321,\"slug\":\"pl-tabkit\",\"name\":\"TabKit\",\"type\":\"plugins\",\"description\":\"TabKit is a custom post type section that lets you build and lay out a series of posts using the categories as tabs.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=67321\",\"last_mod\":\"2015-11-08 10:43:17\",\"featured\":\"false\",\"price\":\"24.99\",\"sale\":\"\",\"demo\":\"\",\"version\":\"1.0\",\"changelog\":\"\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"pl-tabkit\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/10\\/pl-tabkit.jpg\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/10\\/pl-tabkit.jpg\"},\"whitehousepro6-old\":{\"pid\":61183,\"slug\":\"whitehousepro6-old\",\"name\":\"-WhiteHouse Pro 6\",\"type\":\"plugins\",\"description\":\"A Professional Drag &amp;amp; Drop WordPress Theme for Business &amp;amp; Politics.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=61183\",\"last_mod\":\"2016-03-08 09:22:58\",\"featured\":\"false\",\"price\":\"\",\"sale\":\"\",\"demo\":\"http:\\/\\/themes.pagelines.com\\/whitehousepro?dobar=1\",\"version\":\"1.1.8\",\"changelog\":\"* 1.1.1 - Update DMS\\r\\n*1.1 - Image bug fix for Firefox\\r\\n*1.0 - Initial Release\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"whitehousepro6-old\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/08\\/whitehousepro-screen.jpg\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/08\\/product-thumbnail.png\"},\"ec-video-slider\":{\"pid\":64964,\"slug\":\"ec-video-slider\",\"name\":\"Video Slider\",\"type\":\"plugins\",\"description\":\"Give your site the visual impact that it needs.\\r\\n\\r\\nWith Video Slider, you can play a YouTube hosted video as a background with the option to show unlimited slides to add text information, calls to action, quotes, etc.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=64964\",\"last_mod\":\"2015-11-08 10:39:49\",\"featured\":\"false\",\"price\":\"24.99\",\"sale\":\"\",\"demo\":\"http:\\/\\/demo.enriquechavez.co\\/voyant\\/sections\\/video-slider\\/\",\"version\":\"1.1\",\"changelog\":\"1.1 Fix Safari security issue that prevented play the video.\\r\\n\\r\\n* 1.0 - First release.\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"ec-video-slider\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/08\\/splash3.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/09\\/video-slider-thumb2.png\"},\"dm-bullets\":{\"pid\":63388,\"slug\":\"dm-bullets\",\"name\":\"Bullets\",\"type\":\"plugins\",\"description\":\"Easily create bullet lists in your Pagelines DMS site! Just drag the Bullets section into any canvas area and use the simple editor to create bullet lists with ease.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=63388\",\"last_mod\":\"2015-11-08 10:43:20\",\"featured\":\"false\",\"price\":\"19.99\",\"sale\":\"14.99\",\"demo\":\"http:\\/\\/catapultimpact.com\\/pagelines\\/bullets\\/\",\"version\":\"1.0\",\"changelog\":\"*1.0 - First release\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"dm-bullets\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/08\\/splash2.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/08\\/thumb3.png\"},\"solidfooter\":{\"pid\":62733,\"slug\":\"solidfooter\",\"name\":\"SolidFooter\",\"type\":\"plugins\",\"description\":\"SolidFooter is a free DMS Section based on the popular solid footer used on www.pagelines.com\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=62733\",\"last_mod\":\"2015-11-08 10:40:35\",\"featured\":\"false\",\"price\":\"0\",\"sale\":\"\",\"demo\":\"http:\\/\\/club.pagelines.com\\/solid-footer\\/\",\"version\":\"1.0\",\"changelog\":\"\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"solidfooter\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/08\\/solid-footer1.jpg\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/08\\/solid-footer1.jpg\"},\"elsue-single-bits\":{\"pid\":58768,\"slug\":\"elsue-single-bits\",\"name\":\"Single Bits\",\"type\":\"plugins\",\"description\":\"Single Bits breaks apart your single post, custom post or page \\u00a0into pieces to create unique templates.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=58768\",\"last_mod\":\"2015-11-08 10:27:36\",\"featured\":\"false\",\"price\":\"29.99\",\"sale\":\"\",\"demo\":\"http:\\/\\/single-bits.elsue.org\\/\",\"version\":\"1.0.7\",\"changelog\":\"* 1.0.7 Removed link from featured image and added filter to add back with function. Added filter to Single Bits Container to pass different media image id for background image.\\r\\n* 1.0.6 Changed priority on content filter to fix missing shortcodes. Fixed article id classes error.\\r\\n* 1.0.5 Make it easier to remove filters used on content\\r\\n* 1.0.4 Changed min-height to height on container-sections class, acts as min-height for table in Firefox\\r\\n* 1.0.3 Removed extra hentry elements and added hatom markup to post content\\r\\n* 1.0.2 Fixed styling in container if no content but background image\\r\\n* 1.0.1 Fixed excerpt alignment in Single Bits Section. Fixed styles not applying on pl-content in Single Bits Container\\r\\n* 1.0 Initial Release\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"elsue-single-bits\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/08\\/single-bits.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/08\\/single-bits-300x225.png\"},\"floating-icons\":{\"pid\":56201,\"slug\":\"floating-icons\",\"name\":\"Floating Icons\",\"type\":\"plugins\",\"description\":\"Floating Icons allows you to set a series of icon links to float on the left or right side of the browser with a cool tool type on hover effect.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=56201\",\"last_mod\":\"2015-11-08 10:39:54\",\"featured\":\"false\",\"price\":\"14.99\",\"sale\":\"\",\"demo\":\"http:\\/\\/catapultimpact.com\\/pagelines\\/floating-icons\\/\",\"version\":\"1.1\",\"changelog\":\"*1.1 - Fixed top position issue\\r\\n*1.0 - Initial release\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"floating-icons\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/07\\/splash1.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/07\\/thumb2.png\"},\"grid-shortcodes\":{\"pid\":10789,\"slug\":\"grid-shortcodes\",\"name\":\"Grid Shortcodes\",\"type\":\"plugins\",\"description\":\"Adds a collection of shortcodes for easy implementation of the responsive Bootstrap Grid!\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=10789\",\"last_mod\":\"2015-06-08 21:22:22\",\"featured\":\"false\",\"price\":\"0\",\"sale\":\"\",\"demo\":\"\",\"version\":\"1.2.4\",\"changelog\":\"\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"grid-shortcodes\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/07\\/gridshortcodes.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/09\\/thumb7.png\"},\"timeline\":{\"pid\":56265,\"slug\":\"timeline\",\"name\":\"Timeline\",\"type\":\"plugins\",\"description\":\"Build visually attractive timeline style grid for PageLines DMS. Very lightweight, Responsive and easy to use.\\r\\n\\r\\nIt can be easily customized due to its compact config parameters.\\r\\n\\r\\nOnly $19.99\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=56265\",\"last_mod\":\"2015-11-08 10:31:32\",\"featured\":\"false\",\"price\":\"19.99\",\"sale\":\"\",\"demo\":\"http:\\/\\/voyant.enriquechavez.co\\/sections\\/timeline\",\"version\":\"1.0\",\"changelog\":\"* 1.0 - First release.\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"timeline\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/07\\/splash2.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/07\\/thumb3.png\"},\"pin-switch\":{\"pid\":55290,\"slug\":\"pin-switch\",\"name\":\"Pin Switch\",\"type\":\"plugins\",\"description\":\"The &quot;Pin Switch&quot; section allows you to show small information blocks using elegant &quot;bullet&quot; navigation in an easy way. Full color customization with 7 options to choose from. Every single &quot;Pin&quot; element can be configured.\\r\\n\\r\\nOnly $19.99\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=55290\",\"last_mod\":\"2015-11-08 10:39:59\",\"featured\":\"false\",\"price\":\"19.99\",\"sale\":\"\",\"demo\":\"http:\\/\\/voyant.enriquechavez.co\\/sections\\/pin-switch\\/\",\"version\":\"1.0\",\"changelog\":\"* 1.0 - First release\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"pin-switch\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/07\\/splash.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/07\\/thumb.png\"},\"pl-signup\":{\"pid\":54267,\"slug\":\"pl-signup\",\"name\":\"PageLines Signup\",\"type\":\"plugins\",\"description\":\"PageLines Signup is a section that allows you collect emails, you can use these emails in your mailing lists.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=54267\",\"last_mod\":\"2015-11-08 10:43:24\",\"featured\":\"false\",\"price\":\"24.99\",\"sale\":\"\",\"demo\":\"http:\\/\\/club.pagelines.com\\/pl-signup\\/\",\"version\":\"0.2\",\"changelog\":\"* 0.2 - Initial release.\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"pl-signup\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/07\\/pagelines-signup.jpg\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/07\\/pagelines-signup.jpg\"},\"iblogpro6-old\":{\"pid\":53700,\"slug\":\"iblogpro6-old\",\"name\":\"-iBlogPro6\",\"type\":\"plugins\",\"description\":\"iBlogPro is a clean and light WordPress theme that comes with a modern style design inspired by the main Apple\\/Mac websites.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=53700\",\"last_mod\":\"2015-09-28 08:13:03\",\"featured\":\"false\",\"price\":\"\",\"sale\":\"\",\"demo\":\"http:\\/\\/themes.pagelines.com\\/iblogpro?dobar=1\",\"version\":\"1.2.9\",\"changelog\":\"* 1.2.2 - Fix Navbar\\/slider issue\\r\\n* 1.2.1 - Updated to latest DMS Core\\r\\n* 1.2 - Updated core to DMS 2.1.6.1, includes mobile menu fixes.\\r\\n* 1.1 - Fixed Nonexistent Function Call\\r\\n* 1.0 - Initial Release\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"iblogpro6-old\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/06\\/iblogpro-screen1.jpg\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/07\\/product-thumbnail1.png\"},\"voyant\":{\"pid\":52653,\"slug\":\"voyant\",\"name\":\"Voyant\",\"type\":\"plugins\",\"description\":\"Voyant is an elegant, creative &amp;amp; minimal WordPress theme with a focus on clean, subtle design elements suitable for all creatives, be it a creative agency, studio, modern business, artist, or literally everyone.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=52653\",\"last_mod\":\"2015-11-08 10:27:30\",\"featured\":\"false\",\"price\":\"59.99\",\"sale\":\"\",\"demo\":\"http:\\/\\/demo.enriquechavez.co\\/voyant\",\"version\":\"1.2\",\"changelog\":\"* 1.2 - Update Video Slider to fix Safari security issue that prevented play the video.\\r\\n\\r\\n\\r\\n* 1.1 - Remove transition when the \\\"Image Slider\\\" contain only one slide.\\r\\n\\r\\n* 1.0 - First release.\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"voyant\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/06\\/splash4.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/07\\/voyant-thumb-300-2251.png\"},\"dms-2\":{\"pid\":50173,\"slug\":\"dms-2\",\"name\":\"DMS\",\"type\":\"plugins\",\"description\":\"A responsive drag-and-drop design management system for pro websites based on HTML5 and CSS3. PageLines will help you do amazing things faster &amp;amp; easier than ever before. Designed by PageLines in California. Twitter @pagelines\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=pldocs&#038;p=50173\",\"last_mod\":\"2016-06-15 14:34:36\",\"featured\":\"false\",\"price\":\"\",\"sale\":null,\"demo\":null,\"version\":\"2.2.1.1\",\"changelog\":\"\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"dms-2\",\"2\":\"\"},\"splash\":\"https:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2016\\/06\\/dms_screenshot.png\",\"thumb\":\"https:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2016\\/06\\/dms_screenshot-300x225.png\"},\"page-less\":{\"pid\":12048,\"slug\":\"page-less\",\"name\":\"Page{LESS}\",\"type\":\"plugins\",\"description\":\"A simple yet powerful plugin that adds the ability to easily add custom CSS \\/ LESS for any page or post, including special pages like the blog home, 404 error, category, archive pages and more! Complete with syntax highlighting!\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=12048\",\"last_mod\":\"2015-10-01 12:02:35\",\"featured\":\"false\",\"price\":\"19.99\",\"sale\":\"\",\"demo\":\"\",\"version\":\"1.2.5\",\"changelog\":\"* 1.2.5 - fix compatibility with updated less.js\\r\\n* 1.2.4 - ajax saving tweak for DMS2\\r\\n* 1.2.3 - DMS 2 compatibility\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"page-less\",\"2\":\"\"},\"splash\":\"\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/07\\/thumb31.png\"},\"promo-slider-dms\":{\"pid\":49104,\"slug\":\"promo-slider-dms\",\"name\":\"Promo Slider\",\"type\":\"plugins\",\"description\":\"A fixed button on the left or right of your site that slides out to promote important content when clicked. It nicely slides back into place once you mouse away from the featured content.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=49104\",\"last_mod\":\"2015-11-08 10:43:27\",\"featured\":\"false\",\"price\":\"14.99\",\"sale\":\"\",\"demo\":\"http:\\/\\/catapultimpact.com\\/pagelines\\/promo-slider\\/\",\"version\":\"2.0\",\"changelog\":\"*2.0 - These updates include adding more customization features like setting\\r\\nthe title background color and opacity. It also allows you to hide on\\r\\nmobile devises as well!\\r\\n*1.1 - DMS version of popular Frameworks plugin\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"promo-slider-dms\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/05\\/splash3.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/07\\/thumb1.png\"},\"pinspro-old\":{\"pid\":43650,\"slug\":\"pinspro-old\",\"name\":\"-PinsPro\",\"type\":\"plugins\",\"description\":\"A tidy pin-board style theme for WordPress Powered by PageLines DMS with drag-and-drop.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=43650\",\"last_mod\":\"2015-09-28 08:13:30\",\"featured\":\"false\",\"price\":\"\",\"sale\":\"\",\"demo\":\"http:\\/\\/themes.pagelines.com\\/pinspro?dobar=1\",\"version\":\"1.2.7\",\"changelog\":\"* 1.2.1 - Update DMS\\r\\n* 1.2 - Fixed wrong author in pins.\\r\\n* 1.1 - Fixed Install error.\\r\\n*1.0 - Initial Release\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"pinspro-old\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/05\\/theme-pinspro-screen.jpg\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/04\\/product-thumbnail.png\"},\"old-pagelines-framework\":{\"pid\":44767,\"slug\":\"old-pagelines-framework\",\"name\":\"PageLines Framework\",\"type\":\"plugins\",\"description\":\"&lt;i&gt;- Imported from old billing system -&lt;\\/i&gt;\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=44767\",\"last_mod\":\"2015-05-29 13:24:55\",\"featured\":\"false\",\"price\":\"\",\"sale\":\"\",\"demo\":\"\",\"version\":\"2.4.6\",\"changelog\":\"\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"old-pagelines-framework\",\"2\":\"\"},\"splash\":\"\",\"thumb\":\"\"},\"pl-nextbox\":{\"pid\":42790,\"slug\":\"pl-nextbox\",\"name\":\"NextBox\",\"type\":\"plugins\",\"description\":\"Add ANYTHING anywhere you like and (if your host allows it) even include PHP!\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=42790\",\"last_mod\":\"2015-11-08 10:43:31\",\"featured\":\"false\",\"price\":\"24.99\",\"sale\":\"\",\"demo\":\"\",\"version\":\"1.1\",\"changelog\":\"* 1.1 - Make Section dual width\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"pl-nextbox\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/04\\/pl-nextbox.jpg\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/04\\/pl-nextbox.jpg\"},\"dms-dev-tools\":{\"pid\":42590,\"slug\":\"dms-dev-tools\",\"name\":\"DMS Dev Tools\",\"type\":\"plugins\",\"description\":\"This plugin adds some extra features to DMS which include performance profiling and section disabling.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=42590\",\"last_mod\":\"2015-01-20 10:42:08\",\"featured\":\"false\",\"price\":\"\",\"sale\":\"\",\"demo\":\"\",\"version\":\"0.2\",\"changelog\":\"* 0.2 - Added Kraken.io and TinyPNG support\\r\\n* 0.1 - Released\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"dms-dev-tools\",\"2\":\"\"},\"splash\":\"\",\"thumb\":\"\"},\"projects-lud\":{\"pid\":40686,\"slug\":\"projects-lud\",\"name\":\"Projects LUD\",\"type\":\"plugins\",\"description\":\"&lt;p class=&quot;alert&quot;&gt;&lt;span style=&quot;line-height: 1.5em;&quot;&gt;Manage your portfolio\\/projects in a few clicks&lt;\\/span&gt;&lt;\\/p&gt;\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=40686\",\"last_mod\":\"2015-11-08 10:43:34\",\"featured\":\"false\",\"price\":\"19.99\",\"sale\":\"\",\"demo\":\"http:\\/\\/bestrag.net\\/projects-lud\\/examples\",\"version\":\"1.4.1\",\"changelog\":\"* 1.4.1 less fixes; create custom template\\r\\n* 1.4.0 javascript update\\r\\n* less templates fixes\\r\\n* 1.3 fontAwesome 4.0 fix\\r\\n* zigzag z-index fix\\r\\n* 1.2.2 colorbox design fix\\r\\n* 1.2.1 custom item width fix\\r\\n* busy template image width fix\\r\\n* 1.2 master template updated\\r\\n* 1.1 initial release\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"projects-lud\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/03\\/projects_lud.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/03\\/thumb.png\"},\"pagelines-club-developer-old\":{\"pid\":40779,\"slug\":\"pagelines-club-developer-old\",\"name\":\"PageLines Club - Developer\",\"type\":\"plugins\",\"description\":\"\",\"overview\":\"http:\\/\\/www.pagelines.com\\/shop\\/membership\\/pagelines-club-dev\\/\",\"last_mod\":\"2016-03-02 04:31:18\",\"featured\":\"false\",\"price\":\"30\",\"sale\":\"\",\"demo\":\"\",\"version\":\"\",\"changelog\":\"\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"pagelines-club-developer-old\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/03\\/club-developer-membership.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/03\\/club-developer-membership-300x225.png\"},\"pagelines-club-standard-old\":{\"pid\":40778,\"slug\":\"pagelines-club-standard-old\",\"name\":\"PageLines Club - Standard\",\"type\":\"plugins\",\"description\":\"\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=40778\",\"last_mod\":\"2016-03-02 04:29:36\",\"featured\":\"false\",\"price\":\"20\",\"sale\":\"\",\"demo\":\"\",\"version\":\"\",\"changelog\":\"\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"pagelines-club-standard-old\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/03\\/club-standard.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/03\\/club-standard-300x225.png\"},\"standalone-dms-developer\":{\"pid\":40765,\"slug\":\"standalone-dms-developer\",\"name\":\"DMS Developer\",\"type\":\"plugins\",\"description\":\"\",\"overview\":\"http:\\/\\/www.pagelines.com\\/shop\\/themes\\/dms-dev\\/\",\"last_mod\":\"2015-10-09 13:34:00\",\"featured\":\"false\",\"price\":\"179\",\"sale\":\"\",\"demo\":\"\",\"version\":\"\",\"changelog\":\"\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"standalone-dms-developer\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/03\\/dms-2-developer-splash.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/03\\/dms-2-developer-splash-300x225.png\"},\"standalone-dms\":{\"pid\":40764,\"slug\":\"standalone-dms\",\"name\":\"DMS\",\"type\":\"plugins\",\"description\":\"DMS is a minimally-styled, feature rich, highly customizable theme.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=40764\",\"last_mod\":\"2015-10-09 13:32:53\",\"featured\":\"false\",\"price\":\"99\",\"sale\":\"\",\"demo\":\"\",\"version\":\"\",\"changelog\":\"\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"standalone-dms\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/03\\/dms-2-splash.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/03\\/dms-2-splash-300x225.png\"},\"code-glow\":{\"pid\":12057,\"slug\":\"code-glow\",\"name\":\"Code Glow\",\"type\":\"plugins\",\"description\":\"Syntax highlighting &amp;amp; control. Enhances &amp;amp; customizes WordPress post\\/page html editor, as well as DMS core code editors.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=12057\",\"last_mod\":\"2015-06-08 21:22:22\",\"featured\":\"false\",\"price\":\"14.99\",\"sale\":\"\",\"demo\":\"http:\\/\\/youtu.be\\/2YacTvk33Xk\",\"version\":\"1.2.6\",\"changelog\":\"\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"code-glow\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/07\\/codeglow.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/07\\/thumb32.png\"},\"section-switchboard\":{\"pid\":16558,\"slug\":\"section-switchboard\",\"name\":\"Section Switchboard\",\"type\":\"plugins\",\"description\":\"Rapid Section Configuration Utility. \\u00a0Speed up your site by disabling unused sections! A must-have for site optimization.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=16558\",\"last_mod\":\"2015-06-08 21:22:23\",\"featured\":\"false\",\"price\":\"29.99\",\"sale\":\"\",\"demo\":\"http:\\/\\/pagelines.aaemnnost.tv\\/plugins\\/section-switchboard\\/demo\",\"version\":\"1.3.7\",\"changelog\":\"\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"section-switchboard\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/08\\/switchboard.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/08\\/thumb4.png\"},\"people-lud\":{\"pid\":35527,\"slug\":\"people-lud\",\"name\":\"People LUD\",\"type\":\"plugins\",\"description\":\"&lt;p class=&quot;alert&quot;&gt;&lt;span style=&quot;line-height: 1.5em;&quot;&gt;Aimed to solve several different ways to represent people on your web page. Comes with custom post type and wide range of metadata that can be used within pre-designed templates.&lt;\\/span&gt;&lt;\\/p&gt;\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=35527\",\"last_mod\":\"2015-11-08 10:43:39\",\"featured\":\"false\",\"price\":\"19.99\",\"sale\":\"\",\"demo\":\"http:\\/\\/bestrag.net\\/people-lud\\/examples\",\"version\":\"1.2.0\",\"changelog\":\"* 1.2.0 - updated for DMS 2\\r\\n* 1.1.3 - less cloning fix\\r\\n* people thumb on wp-admin fixed\\r\\n* minor fixes\\r\\n* 1.1.1 - image sizing fix \\r\\n* 1.1 - core js update\\r\\n* 1.1 - minor templates update\\r\\n* 1.0 - First release\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"people-lud\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/01\\/people_lud.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/01\\/people-lud.png\"},\"pagelines-updater\":{\"pid\":33012,\"slug\":\"pagelines-updater\",\"name\":\"PageLines Updater\",\"type\":\"plugins\",\"description\":\"Keep all your PageLines products up to date with this free updater plugin.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=33012\",\"last_mod\":\"2015-08-05 09:17:45\",\"featured\":\"false\",\"price\":\"\",\"sale\":\"\",\"demo\":\"\",\"version\":\"1.2.9\",\"changelog\":\"* 1.2.9 - Add cachebust to api calls, fixes some key issues.\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"pagelines-updater\",\"2\":\"\"},\"splash\":\"\",\"thumb\":\"\"},\"dms-framework\":{\"pid\":32796,\"slug\":\"dms-framework\",\"name\":\"DMS - Framework\",\"type\":\"plugins\",\"description\":\"PageLines flagship theme design framework.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=32796\",\"last_mod\":\"2015-12-09 14:33:32\",\"featured\":\"false\",\"price\":\"\",\"sale\":\"\",\"demo\":\"http:\\/\\/themes.pagelines.com\\/dms?dobar=1\",\"version\":\"2.2.1\",\"changelog\":\"* $content_width global now synced with DMS content width (pixel mode only). Fixes embed video widths.\\r\\n* Update support links for http:\\/\\/answers.pagelines.com\\r\\n* Flipper Section - Added \'suppress_filters\' to query. Allows translated pages to be found.\\r\\n* ( See http:\\/\\/forum.pagelines.com\\/topic\\/36869-flipper-sections-does-not-filter-for-post-language\\/ )\\r\\n\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"dms-framework\",\"2\":\"\"},\"splash\":\"\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/05\\/dms-thumb.png\"},\"test-theme\":{\"pid\":30977,\"slug\":\"test-theme\",\"name\":\"test theme\",\"type\":\"plugins\",\"description\":\"\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=30977\",\"last_mod\":\"2015-11-08 10:43:43\",\"featured\":\"false\",\"price\":\"10000\",\"sale\":\"\",\"demo\":\"\",\"version\":\"1.0\",\"changelog\":\"\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"test-theme\",\"2\":\"\"},\"splash\":\"\",\"thumb\":\"\"},\"tabtastic\":{\"pid\":30294,\"slug\":\"tabtastic\",\"name\":\"Tabtastic\",\"type\":\"plugins\",\"description\":\"Comes with two sections, QuickTabs for design elements and FullTabs for content-rich tabs.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=30294\",\"last_mod\":\"2015-11-08 10:43:46\",\"featured\":\"false\",\"price\":\"29.99\",\"sale\":\"\",\"demo\":\"http:\\/\\/dms.elsue.com\\/tabtastic\\/\",\"version\":\"1.0.8\",\"changelog\":\"* 1.0.8 Changed Tabtastic Icons\\r\\n* 1.0.7 Fixed tab movement on click\\r\\n* 1.0.6 DMS 2 Ready\\r\\n* 1.0.5 Fixed open tab on page load from tab hash value,  Fixed tabdrop not working in FullTabs\\r\\n* 1.0.3  Added wp-admin columns for FullTabs post type\\r\\n* Open tab on page load from tab hash value\\r\\n* 1.0.2\\r\\n- Fixed active and hover colors not showing - QuickTabs\\r\\n- Added minimum height for tabs - QuickTabs and FullTabs\\r\\n- Added ability to override individual tab colors with colors for all tabs in set. - QuickTabs\\r\\n\\r\\n* 1.0 Initial Release\\r\\n* 1.0.1 Fixed white-space on tabdrop menu items.\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"tabtastic\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/12\\/tabtastic.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/12\\/thumb1.png\"},\"testimonials-lud-dms\":{\"pid\":29706,\"slug\":\"testimonials-lud-dms\",\"name\":\"Testimonials LUD DMS\",\"type\":\"plugins\",\"description\":\"&lt;p class=&quot;alert&quot;&gt;&lt;span style=&quot;line-height: 1.5em;&quot;&gt;Professional DMS section for creating and managing customer testimonials. Responsive, with built-in templates, uses custom post type, animated and in-grid layout, fully customizable.&lt;\\/span&gt;&lt;\\/p&gt;\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=29706\",\"last_mod\":\"2015-11-08 10:48:08\",\"featured\":\"false\",\"price\":\"19.99\",\"sale\":\"\",\"demo\":\"http:\\/\\/bestrag.net\\/testimonials-lud\\/examples\\/sabrine\\/\",\"version\":\"3.3.0\",\"changelog\":\"* 3.3.0 update for DMS 2\\r\\n* 3.2.6 ludloop.js updated to 1.3\\r\\n* image sizing fix\\r\\n* item width calc fix\\r\\n* columns_display media fix\\r\\n* 3.2.5 grid enhancement\\r\\n* 3.2.4 style.less mime \\r\\n* 3.2.4 metadata \\r\\n* 3.2.3 less fixes\\r\\n* 3.2.1 jQuery conflict fixed\\r\\n* 3.2 major update\\r\\n* 3.1 first DMS release\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"testimonials-lud-dms\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/11\\/testimonials_lud.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/12\\/testemonials-lud.png\"},\"dms-snow\":{\"pid\":29751,\"slug\":\"dms-snow\",\"name\":\"DMS Snow\",\"type\":\"plugins\",\"description\":\"An awesome snow effect for your site.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=29751\",\"last_mod\":\"2015-11-08 10:48:03\",\"featured\":\"false\",\"price\":\"24.99\",\"sale\":\"\",\"demo\":\"\",\"version\":\"1.0\",\"changelog\":\"\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"dms-snow\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/11\\/pl-snow.jpg\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/11\\/pl-snow.jpg\"},\"scroll-header-pro\":{\"pid\":21920,\"slug\":\"scroll-header-pro\",\"name\":\"Scroll Header Pro\",\"type\":\"plugins\",\"description\":\"&lt;p class=&quot;alert&quot;&gt;IMPORTANT NOTICE: bestrag.net is going to be down for some time for maintenance. We are improving our infrastructure. More info coming soon.&lt;\\/p&gt;\\r\\nTool for creating fully customizable scroll-ready headings. &lt;strong&gt;Create a one-page site in a breeze:&lt;\\/strong&gt; insert SHP between sections, add scroll menu, stylize and done. Fits on any screen.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=21920\",\"last_mod\":\"2015-11-08 10:47:59\",\"featured\":\"false\",\"price\":\"14.99\",\"sale\":\"\",\"demo\":\"http:\\/\\/bestrag.net\\/scroll-header-pro\\/demo\\/\",\"version\":\"\",\"changelog\":\"\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"scroll-header-pro\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/10\\/scrollheader.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/10\\/thumb5.png\"},\"scroll-nav-dms\":{\"pid\":24770,\"slug\":\"scroll-nav-dms\",\"name\":\"Scroll Nav DMS\",\"type\":\"plugins\",\"description\":\"&lt;span style=&quot;line-height: 1.5em;&quot;&gt;Ultimate one-page navigation menu&lt;\\/span&gt;\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=24770\",\"last_mod\":\"2015-11-08 10:43:57\",\"featured\":\"false\",\"price\":\"19.99\",\"sale\":\"\",\"demo\":\"http:\\/\\/bestrag.net\\/scroll-nav\\/examples\\/center\\/\",\"version\":\"3.4.2\",\"changelog\":\"* 3.4.2 less fixes\\r\\n* 3.4.1 js js moved to scrollnav.js\\r\\n* 3.4.0 updated for DMS 2\\r\\n*3.3 - accordion options added\\r\\n*3.3 - section core update\\r\\n*3.2 - new layout config\\r\\n*3.2.1 - hide on mobile devices global options\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"scroll-nav-dms\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/10\\/scrollnav_lud.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/02\\/scroll-nav1.png\"},\"flatten\":{\"pid\":24635,\"slug\":\"flatten\",\"name\":\"Flatten\",\"type\":\"plugins\",\"description\":\"Flatten is a highly customizable DMS child theme that is perfect for freelancers, designers, illustrators, and creative agencies alike.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=24635\",\"last_mod\":\"2015-11-08 10:43:53\",\"featured\":\"false\",\"price\":\"59.99\",\"sale\":\"\",\"demo\":\"http:\\/\\/dms.tmeister.net\\/flatten\\/\",\"version\":\"2.1\",\"changelog\":\"* 2.1 - Fix RevSlider issue not showing in internal pages.\\r\\n\\r\\n* 2.0 - Version 2.0 is compatible with DMS 2.0\\r\\n\\r\\n* 1.1 - Fixed Background tiled background using boxed layout and Fixed size control on Flat Hero, wrong variable name.\\r\\n\\r\\n* 1.0 - First Release\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"flatten\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/10\\/splash10.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/07\\/flatten-thumb-300-2251.png\"},\"breadcrumb-nav-for-wordpress-seo-by-yoast\":{\"pid\":22013,\"slug\":\"breadcrumb-nav-for-wordpress-seo-by-yoast\",\"name\":\"Breadcrumb NAV for WordPress SEO by Yoast\",\"type\":\"plugins\",\"description\":\"Built for WordPress SEO by Yoast - this section will display a navigation aid for better usability and SEO benefit. It requires the installation of the plugin &quot;WordPress SEO&quot; by Yoast and creates a PageLines DMS section that can be placed via drag &amp;amp; drop.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=22013\",\"last_mod\":\"2015-11-08 10:43:49\",\"featured\":\"false\",\"price\":\"0.00\",\"sale\":\"\",\"demo\":\"http:\\/\\/demo.onlineprofiler.co\\/sections\\/breadcrumb-navigation\\/\",\"version\":\"1.2\",\"changelog\":\"* DMS 2 ready\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"breadcrumb-nav-for-wordpress-seo-by-yoast\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/10\\/pl-splash-breadcrumb-navigation.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/07\\/pl-thumb-breadcrumb-nav.png\"},\"pagelines-poppy\":{\"pid\":21757,\"slug\":\"pagelines-poppy\",\"name\":\"Poppy\",\"type\":\"plugins\",\"description\":\"Adds a simple contact form shortcode to be used anywhere on your site.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=21757\",\"last_mod\":\"2015-11-08 10:48:18\",\"featured\":\"false\",\"price\":\"24.99\",\"sale\":\"\",\"demo\":\"http:\\/\\/club.pagelines.com\\/poppy\\/\",\"version\":\"1.4\",\"changelog\":\"* 1.4 - Release for DMS\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"pagelines-poppy\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/10\\/pl-poppy.jpg\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/10\\/thumb.png\"},\"dms-plugin-pro\":{\"pid\":21232,\"slug\":\"dms-plugin-pro\",\"name\":\"DMS Pro Tools\",\"type\":\"plugins\",\"description\":\"This plugin adds extra functionality to PageLines DMS.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=21232\",\"last_mod\":\"2015-06-01 09:19:50\",\"featured\":\"false\",\"price\":\"\",\"sale\":\"\",\"demo\":\"\",\"version\":\"1.8.5\",\"changelog\":\"* 1.8.5 Fixed Memtest\\r\\n* 1.8.4 Added section admin tools\\r\\n* 1.8.2 Fix query for searching in sections\\r\\n* 1.8  Section search now working in DMS2 + Hidden H6 added so pages validate HTML5\\r\\n* 1.7.1 Fixed bulk edit bug.\\r\\n* 1.7 Fixed cart images in woo with lazyloader, also fixes the adminbar template notifications.\\r\\n* 1.6.2 Use IE conditionals.\\r\\n* 1.6.1 Allow user to apply templates by bulk for pages and posts.\\r\\n* 1.6.0 Disabled Sections Cache - Too many support issues.\\r\\n* 1.5.5 Fixed undefined index warning.\\r\\n* 1.5.4 CDN now delivers protocol relative urls\\r\\n* 1.5.3 Fixed admin menu on godaddy servers\\r\\n* 1.5.2 Added opera-mini css class\\r\\n* 1.5.1 Added 657 fonts\\r\\n* 1.5 Fixed template notification in 1.1 branch\\r\\n* 1.4.8 Fix template notifications.\\r\\n* 1.4.7 Add navbar to nocache variable\\r\\n* 1.4.6 Add Extra section Hiding Options\\r\\n* 1.4.5 Better Section Cache\\r\\n* 1.4.3 Fix actionmap\\r\\n* 1.4.2 Disable CDN if editor active.\\r\\n* 1.4.1 Add Lazyload options.\\r\\n* 1.4 Merge ActionMap\\r\\n* 1.3 Update js scripts.\\r\\n* 1.2 Namespace CDN Class.\\r\\n* 1.1 Make search selectable.\\r\\n* 1.0 First release.\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"dms-plugin-pro\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2015\\/03\\/nurture-banner.jpg\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2015\\/03\\/nurture-banner.jpg\"},\"teammate\":{\"pid\":21050,\"slug\":\"teammate\",\"name\":\"Teammate\",\"type\":\"plugins\",\"description\":\"This section can be used for create a detailed &quot;About Us&quot;, &quot;Meet the team&quot; even can be used to create a &quot;Testimonials&quot; page.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=21050\",\"last_mod\":\"2015-11-08 10:45:21\",\"featured\":\"false\",\"price\":\"19.99\",\"sale\":\"\",\"demo\":\"http:\\/\\/dms.tmeister.net\\/teammate\\/?utm_source=pagelines&utm_medium=demolink&utm_campaign=store\",\"version\":\"1.3\",\"changelog\":\"*1.3 Email icon added\\r\\n\\r\\n* 1.2 Fixes Index notices and FontAwesome issue on DMS 2.0.\\r\\n\\r\\n* 1.1.1 Fixed external link on card layout.\\r\\n\\r\\n* 1.1 - DMS 1.1 Ready, Using new accordion option\\r\\n\\r\\n* 1.0 - First Release\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"teammate\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/09\\/teammate-900-450.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/07\\/teammate-300-225.png\"},\"sophistique\":{\"pid\":20797,\"slug\":\"sophistique\",\"name\":\"Sophistique\",\"type\":\"plugins\",\"description\":\"The Sophistique Theme is a full feature elegant Pagelines DMS child theme which you can use for your business website, personal website or app site.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=20797\",\"last_mod\":\"2015-11-08 10:45:26\",\"featured\":\"false\",\"price\":\"59.99\",\"sale\":\"\",\"demo\":\"http:\\/\\/dms.tmeister.net\\/sophistique\\/?utm_source=pagelines&utm_medium=demolink&utm_campaign=store\",\"version\":\"2.0\",\"changelog\":\"* 2.0 - Compatibility with DMS 2.0\\r\\n\\r\\n* 1.1.2 - Custom Meta Boxes Upate, fixed image upload bug \\r\\n\\r\\n* 1.1.1 - Revolution Slider Custom Meta Boxes image path issue fixed\\r\\n\\r\\n* 1.1 - DMS 1.1 ready, new Custom Meta Boxes and Options.\\r\\n\\r\\n* 1.0.1 - Remove class \\\"clear\\\" in menu  to resolve issue with Bad Ass Shortcode\\r\\n\\r\\n* 1.0 - First release\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"sophistique\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/09\\/Splash.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/07\\/sophistique-thumb-300-225.png\"},\"ubermenu-adapter\":{\"pid\":19277,\"slug\":\"ubermenu-adapter\",\"name\":\"UberMenu Adapter\",\"type\":\"plugins\",\"description\":\"Add the best-selling &lt;a href=&quot;http:\\/\\/wpmegamenu.com\\/?utm_source=pagelines-dms-store&amp;amp;utm_medium=btn&amp;amp;utm_campaign=um-adapter&quot;&gt;UberMenu Mega Menu Plugin&lt;\\/a&gt; to your PageLines DMS site.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=19277\",\"last_mod\":\"2015-11-08 10:45:30\",\"featured\":\"false\",\"price\":\"0.00\",\"sale\":\"\",\"demo\":\"http:\\/\\/goo.gl\\/RSVsBN\",\"version\":\"1.0\",\"changelog\":\"\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"ubermenu-adapter\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/09\\/uber.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/09\\/PageLines_thumb.png\"},\"copypasta\":{\"pid\":18852,\"slug\":\"copypasta\",\"name\":\"CopyPasta\",\"type\":\"plugins\",\"description\":\"Bringing more functionality to the already powerful PageLines DMS, CopyPasta allows users to copy options from one instance of a PageLines Section to another Section within their website. Never again will you have to jot down settings or make notes, just click the button and your custom configurations are ready to be pasted into another Section. This improves the speed in which designs can be translated and templates adapted.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=18852\",\"last_mod\":\"2015-11-08 10:45:34\",\"featured\":\"false\",\"price\":\"14.99\",\"sale\":\"\",\"demo\":\"\",\"version\":\"1.1\",\"changelog\":\"* 1.1 - Compatibility update for latest versions of DMS\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"copypasta\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/09\\/copypasta.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/09\\/copypasta_thumb1.png\"},\"selettore-tabs\":{\"pid\":18854,\"slug\":\"selettore-tabs\",\"name\":\"Selettore Tabs\",\"type\":\"plugins\",\"description\":\"Selettore Tabs is a must-have section. Built using the latest DMS improvements, you can navigate through the content in an easy way using a beautiful transition effect. No more Custom Post Types; edit the content right in the page thanks to the DMS\' live editing.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=18854\",\"last_mod\":\"2015-11-08 10:45:38\",\"featured\":\"false\",\"price\":\"19.99\",\"sale\":\"\",\"demo\":\"http:\\/\\/dms.tmeister.net\\/selettore-tabs\\/\",\"version\":\"1.4\",\"changelog\":\"* 1.4 Fixed Notices indexs and FontAwesome Icon issue in DMS 2.0.\\r\\n\\r\\n* 1.3.3 - Fixed content height when tab is hidden. \\r\\n\\r\\n* 1.3.2 - Added hentry class to keep styles in page content.\\r\\n\\r\\n* 1.3.1 - Fix conflict with pl_accordion shortcode.\\r\\n\\r\\n* 1.3 - DMS 1.1 ready, new accordion options\\r\\n\\r\\n* 1.2 - Fixed click inside tab on mobiles.\\r\\n\\r\\n* 1.1 - navbar depth issue fixed.\\r\\n\\r\\n* 1.0 - Initial release\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"selettore-tabs\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/09\\/selletore-900-450.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/07\\/selettore-300-225.png\"},\"follow-me\":{\"pid\":18065,\"slug\":\"follow-me\",\"name\":\"Follow Me\",\"type\":\"plugins\",\"description\":\"Get more social media followers! Quick and easy setup. 10 colors and 4 different icon sizes to choose from. 14 social media networks including Pinterest, Etsy, Instagram, and more!\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=18065\",\"last_mod\":\"2015-11-08 10:45:41\",\"featured\":\"false\",\"price\":\"14.99\",\"sale\":\"\",\"demo\":\"http:\\/\\/simplemama.com\\/follow-me-dms\\/\",\"version\":\"1.01\",\"changelog\":\"* 1.01 - Remove the setup notification when the plugin has already been set up.\\r\\n* 1.0 - Initial release.\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"follow-me\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/08\\/shareme.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/09\\/thumb5.png\"},\"hooker\":{\"pid\":17963,\"slug\":\"hooker\",\"name\":\"Hooker\",\"type\":\"plugins\",\"description\":\"Finally the tool you have been dreaming about!!\\r\\nWith this plugin you can add HTML, JS even PHP to anywhere!\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=17963\",\"last_mod\":\"2015-11-08 10:45:45\",\"featured\":\"false\",\"price\":\"24.99\",\"sale\":\"\",\"demo\":\"http:\\/\\/club.pagelines.com\\/hooker\",\"version\":\"1.5.1\",\"changelog\":\"* DMS2 tweak + codemirror updates\\r\\n* Make compatible with 1.1.1, 1.x and Framework\\r\\n* Make DMS compatible.\\r\\n* Fix PHP notice in strict mode.\\r\\n* Sort hooks alphabetically.\\r\\n* Fix error if adminbar is disabled.\\r\\n* Add some translation support.\\r\\n* Add import\\/export functions.\\r\\n* fix php notice in admin.\\r\\n* Release.\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"hooker\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/09\\/pl-hooker.jpg\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/09\\/hooker-thumb.png\"},\"footer-extras-dms\":{\"pid\":17690,\"slug\":\"footer-extras-dms\",\"name\":\"Footer Extras DMS\",\"type\":\"plugins\",\"description\":\"\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=17690\",\"last_mod\":\"2015-11-08 10:45:49\",\"featured\":\"false\",\"price\":\"0.00\",\"sale\":\"\",\"demo\":\"http:\\/\\/dms.elsue.com\\/footer-extras\\/\",\"version\":\"\",\"changelog\":\"\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"footer-extras-dms\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/09\\/footer-extras.jpg\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/09\\/thumb3.png\"},\"dms-breadcrumb-navxt\":{\"pid\":17529,\"slug\":\"dms-breadcrumb-navxt\",\"name\":\"DMS Breadcrumb NavXT\",\"type\":\"plugins\",\"description\":\"Display post and page breadcrumbs for reader and SEO benefit. Add it to posts, pages, categories, and more! Give your site a big SEO boost with this &lt;strong&gt;FREE&lt;\\/strong&gt; add-on.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=17529\",\"last_mod\":\"2015-11-08 10:45:52\",\"featured\":\"false\",\"price\":\"0.00\",\"sale\":\"\",\"demo\":\"http:\\/\\/simplemama.com\\/navxt-breadcrumbs-dms\\/\",\"version\":\"1.0\",\"changelog\":\"* 1.0 - Initial release.\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"dms-breadcrumb-navxt\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/08\\/breadcrumb.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/08\\/thumb7.png\"},\"enhanced-options-editor\":{\"pid\":17436,\"slug\":\"enhanced-options-editor\",\"name\":\"Enhanced Options Editor\",\"type\":\"plugins\",\"description\":\"Bring the power of a visual editor to the options panel of DMS and allow your content to reach its fullest potential. Utilizing the same visual editor already available in WordPress, the Enhanced Options Editor adds\\u00a0&lt;acronym title=&quot;What You See Is What You Get&quot;&gt;WYSIWYG&lt;\\/acronym&gt;\\u00a0support for setting and editing options for every section within DMS.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=17436\",\"last_mod\":\"2015-11-08 10:45:55\",\"featured\":\"false\",\"price\":\"9.99\",\"sale\":\"\",\"demo\":\"\",\"version\":\"1.0.9\",\"changelog\":\"* 1.0.9 - Enabled font selection and special characters selection, also made sure button stays on one line within newer versions of DMS\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"enhanced-options-editor\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/08\\/enhancedoptions.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/08\\/eoe_thumb1.png\"},\"salebar\":{\"pid\":16565,\"slug\":\"salebar\",\"name\":\"Salebar\",\"type\":\"plugins\",\"description\":\"A fixed bar at the top of your site that makes it easy to promote important content.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=16565\",\"last_mod\":\"2015-11-12 13:51:29\",\"featured\":\"false\",\"price\":\"24.99\",\"sale\":\"\",\"demo\":\"http:\\/\\/club.pagelines.com\\/salebar\\/\",\"version\":\"2.0.3\",\"changelog\":\"* Fixed issues with latest DMS\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"salebar\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/08\\/pl-salebar.jpg\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/08\\/thumb3.png\"},\"postpins\":{\"pid\":16293,\"slug\":\"postpins\",\"name\":\"PostPins\",\"type\":\"plugins\",\"description\":\"An awesome way to dynamically showcase your websites posts... Inspired by Pinterest.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=16293\",\"last_mod\":\"2015-11-08 10:46:05\",\"featured\":\"false\",\"price\":\"24.99\",\"sale\":\"\",\"demo\":\"http:\\/\\/club.pagelines.com\\/postpins\\/\",\"version\":\"1.5\",\"changelog\":\"\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"postpins\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/08\\/pl-postpin.jpg\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/08\\/postpins-thumb1.png\"},\"filtering\":{\"pid\":10735,\"slug\":\"filtering\",\"name\":\"Filtering\",\"type\":\"plugins\",\"description\":\"Filter your posts or custom post types by category, tag or custom taxonomy. Works with DMS 1 and 2\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=10735\",\"last_mod\":\"2015-11-08 10:46:08\",\"featured\":\"false\",\"price\":\"24.99\",\"sale\":\"\",\"demo\":\"http:\\/\\/dms.elsue.com\\/filtering\\/\",\"version\":\"1.7.4\",\"changelog\":\"* 1.7.4 Allow HTML in Title\\r\\n* 1.7.3 Added slug as class name in navigation and class filtering-all for Show All.  Changed thumbnail and added screenshot\\r\\n* 1.7.2 DMS 2 Ready\\r\\n* 1.7.1 Added option for shortcodes in excerpt.\\r\\n* 1.7 Updated options for DMS 1.1, Now can clone Filtering to display more than one filtering section per page.\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"filtering\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/08\\/filtering.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/08\\/filtering-thumb.png\"},\"share-me\":{\"pid\":15986,\"slug\":\"share-me\",\"name\":\"Share Me\",\"type\":\"plugins\",\"description\":\"Share Me allows your visitors to share content to the most popular social media sites and includes a customizable instructional greeting.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=15986\",\"last_mod\":\"2015-11-08 10:46:12\",\"featured\":\"false\",\"price\":\"14.99\",\"sale\":\"\",\"demo\":\"http:\\/\\/simplemama.com\\/share-me-dms\\/\",\"version\":\"1.2\",\"changelog\":\"* 1.2 - Enabled automatic updates.\\r\\n* 1.1 - Updates for compatibility with DMS 1.1.1\\r\\n* 1.0 - Initial release.\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"share-me\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/08\\/share.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/08\\/thumb1.png\"},\"latest-blog-entries\":{\"pid\":10965,\"slug\":\"latest-blog-entries\",\"name\":\"Latest Blog Entries\",\"type\":\"plugins\",\"description\":\"Latest Blogs Entries is a very powerful section for Pagelines which displays your recent posts with thumbnail, excerpt, title, date and read more link . It\\u2019s the perfect solution to show specific entries on the home page or in any other page. With more that 15 options in general.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=10965\",\"last_mod\":\"2015-11-08 10:46:18\",\"featured\":\"false\",\"price\":\"19.99\",\"sale\":\"\",\"demo\":\"http:\\/\\/pagelines.tmeister.net\\/latest-blog-posts\\/\",\"version\":\"1.2\",\"changelog\":\"* 1.2   - DMS 1.1 Ready\\r\\n* 1.1   - DMS 1.0 Ready\\r\\n* 1.0.5 - Update JS library carouFredSel to 6.1.0\\r\\n* 1.0.4 - Fix render, wait until the final size are set to create the slider.\\r\\n* 1.0.3 - Fix excerpt issue, now strip the html tags and show only the text. Added a option to choose the source from the excerpt, the WP excerpt or the post content.\\r\\n* 1.0.2 - Fix PHP short tag issue. Added a option to choose how many words to show in the excerpt. independent to the global excerpt function.\\r\\n* 1.0.1 - Added option to change the \\\"Read More\\\" text.\\r\\n* 1.0.0 - Public Release\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"latest-blog-entries\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/07\\/latest-splash-900-450.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/07\\/latest-thumb-300-2251.png\"},\"sidekick\":{\"pid\":11837,\"slug\":\"sidekick\",\"name\":\"Sidekick\",\"type\":\"plugins\",\"description\":\"Hierarchical Navigation Section\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=11837\",\"last_mod\":\"2015-06-08 21:22:23\",\"featured\":\"false\",\"price\":\"26.99\",\"sale\":\"\",\"demo\":\"http:\\/\\/sidekick.aaemnnost.tv\",\"version\":\"1.2.7\",\"changelog\":\"* 1.2.7 - Minor PHP notice fix\\r\\n* 1.2.6 - Fix expandable toggle behavior.\\r\\n* 1.2.5 - Fix bug with saved settings.\\r\\n* 1.2.4 - Enhanced support for multiple instances.\\r\\n* 1.2.3 - New \\\"Accordionize\\\" option for Expandable behavior.\\r\\nMisc tweaks and enhancements.\\r\\n* 1.2.2 - DMS 2.0 compatibility\\r\\n* 1.2.1 - auto-update fix\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"sidekick\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/07\\/sidekick-900x450.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/07\\/thumb30.png\"},\"hero-nav\":{\"pid\":11607,\"slug\":\"hero-nav\",\"name\":\"Hero Nav\",\"type\":\"plugins\",\"description\":\"Look! Up at the top of that website! It\'s a bird! It\'s a plane! NO - it\'s HERO NAV!\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=11607\",\"last_mod\":\"2015-06-08 21:22:23\",\"featured\":\"false\",\"price\":\"29.99\",\"sale\":\"\",\"demo\":\"http:\\/\\/pagelines.aaemnnost.tv\\/sections\\/hero-nav\\/demo\\/\",\"version\":\"1.3\",\"changelog\":\"* 1.3 - New full-width section!  Per-page menu and search field control!  Full compatibility with DMS 2.\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"hero-nav\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/07\\/hero-nav-900x450.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/07\\/thumb24.png\"},\"business-branding\":{\"pid\":10981,\"slug\":\"business-branding\",\"name\":\"Business Branding\",\"type\":\"plugins\",\"description\":\"Branding with Banner Area, Business Information Section and Social Media Icons. On Sale for DMS Launch.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=10981\",\"last_mod\":\"2015-11-08 10:31:24\",\"featured\":\"false\",\"price\":\"19.99\",\"sale\":\"\",\"demo\":\"http:\\/\\/dms.elsue.com\\/business-branding\\/\",\"version\":\"3.1.2\",\"changelog\":\"* 3.1.2 Change Business Branding Icon\\r\\n* 3.1.1 Added Pinterest Option and fixed hook after social icon display\\r\\n* 3.1 Updated options for DMS 1.1\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"business-branding\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/07\\/business-branding1.png\",\"thumb\":\"http:\\/\\/pagelines-home.flywheelsites.com\\/wp-content\\/uploads\\/2013\\/07\\/bb-thumb.png\"},\"accordions\":{\"pid\":10923,\"slug\":\"accordions\",\"name\":\"Accordions\",\"type\":\"plugins\",\"description\":\"Creates accordions and accordion layouts with a custom post type. Multiple accordion sets on a template. Compatible with DMS 1 and 2.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=10923\",\"last_mod\":\"2016-01-07 09:57:27\",\"featured\":\"false\",\"price\":\"24.99\",\"sale\":\"\",\"demo\":\"http:\\/\\/dms.elsue.com\\/accordions\\/\",\"version\":\"1.7.5\",\"changelog\":\"* 1.7.4 Fixed warning message and accordion_open not working in shortcode.\\r\\n* 1.7.3 Fixed accordions not opening on link hash when using accordions shortcode. Added accordion_hash to shortcode to set link hash to accordion id rather than accordion slug. Usage accordion_hash=\\\"ID\\\" in accordion shortcode.\\r\\n* 1.7.2 Fixed IE 9 and under bug\\r\\n* 1.7.1 Changed thumbnail\\r\\n* 1.7  Added options for Pretty Links, you can now enter a short Accordions ID for the accordion set rather than a random ID and use either the individual Accordion ID or Slug in the hash value in the link.\\r\\n* 1.6.2 Fixed Accordion open close caret not showing in shortcode\\r\\n* 1.6.1 Fixed icon font for open\\/close carets\\r\\n* 1.6 Updated cpt and taxonomy functions for DMS 2 Compatibility\\r\\n* 1.5.7 Fixed bullets not displaying properly in accordions\\r\\n*1.5.6  Fixed accordions not staying open when option is selected\\r\\n* 1.5.5 Fixed uncaught type error when clicking empty hash value\\r\\n* 1.5.4 Fixed open accordion hash on link click on page\\r\\n* 1.5.3 Fixed edit link to show only for users who can edit post.\\r\\n* 1.5.2 Added edit link for users that can edit accordions when logged in\\r\\n* 1.5.1 Fixed for running shortcode within accordion shortcode\\r\\n* 1.5 - Updated options for DMS 1.1\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"accordions\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/07\\/accordions1.png\",\"thumb\":\"http:\\/\\/pagelines-home.flywheelsites.com\\/wp-content\\/uploads\\/2013\\/07\\/accordions-thumb.png\"},\"collapser\":{\"pid\":10781,\"slug\":\"collapser\",\"name\":\"Collapser\",\"type\":\"plugins\",\"description\":\"Collapser is a simple but handy section that provides a way to show small pieces of information using an accordion-nav type with a feature image on a side to stand out the content. With more that 15 options to play with.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=10781\",\"last_mod\":\"2015-11-08 10:46:26\",\"featured\":\"false\",\"price\":\"19.99\",\"sale\":\"\",\"demo\":\"http:\\/\\/pagelines.tmeister.net\\/collapser\\/\",\"version\":\"2.3.2\",\"changelog\":\"* 2.3.2 CMB fatal error fixed \\r\\n\\r\\n* 2.3.1 WP3.7 and DMS 1.1 testing and little fix for CMB image uploader\\r\\n* 2.3   - DMS 1.1 Ready and new Custom Meta Boxes Implementation\\r\\n* 2.2   - Left Box Clickeable and shortcodes support in content.\\r\\n* 2.0   - DMS Ready\\r\\n* 1.2.3 - Remove sprintf error with %\\r\\n* 1.2.2 - Up to 100 posts\\r\\n* 1.2.1 - Fix sprintf warning\\r\\n* 1.2   - Show up to 30 posts. Added a option to show all the tabs closed by default.\\r\\n* 1.1   - Added full width tabs. Show up to 25 posts\\r\\n* 1.0   - Public Release\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"collapser\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/07\\/collapser-900-450.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/08\\/thumb.png\"},\"dms-developer\":{\"pid\":10453,\"slug\":\"dms-developer\",\"name\":\"DMS1 Developer\",\"type\":\"plugins\",\"description\":\"Everything DMS has to offer, plus unlimited &amp;#039;pro&amp;#039; enabled websites and multisite support.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=10453\",\"last_mod\":\"2016-03-02 10:42:01\",\"featured\":\"false\",\"price\":\"24\",\"sale\":\"\",\"demo\":\"\",\"version\":\"1.1.9.1\",\"changelog\":\"\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"dms-developer\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/07\\/Screen-Shot-2013-07-24-at-5.14.35-AM.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/07\\/Screen-Shot-2013-07-24-at-5.14.35-AM-300x225.png\"},\"dms-business\":{\"pid\":10450,\"slug\":\"dms-business\",\"name\":\"DMS1 Business\",\"type\":\"plugins\",\"description\":\"Everything DMS has to offer, plus unlimited key activations with &amp;#039;Pro&amp;#039; editing tools, sections, features and support.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=10450\",\"last_mod\":\"2016-04-26 14:35:38\",\"featured\":\"false\",\"price\":\"16\",\"sale\":\"\",\"demo\":\"\",\"version\":\"1.1.9.1\",\"changelog\":\"\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"dms-business\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/07\\/Screen-Shot-2013-07-24-at-5.14.35-AM.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/07\\/Screen-Shot-2013-07-24-at-5.14.35-AM-300x225.png\"},\"dms-personal\":{\"pid\":9987,\"slug\":\"dms-personal\",\"name\":\"DMS1 Personal\",\"type\":\"plugins\",\"description\":\"Everything DMS has to offer, plus enable your website with professional editing tools, sections, features and support.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=9987\",\"last_mod\":\"2016-03-02 04:32:42\",\"featured\":\"false\",\"price\":\"8\",\"sale\":\"\",\"demo\":\"\",\"version\":\"1.1.9.1\",\"changelog\":\"\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"dms-personal\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/07\\/Screen-Shot-2013-07-24-at-5.14.35-AM.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/07\\/Screen-Shot-2013-07-24-at-5.14.35-AM-300x225.png\"},\"less-developer\":{\"pid\":11926,\"slug\":\"less-developer\",\"name\":\"LESS Developer\",\"type\":\"plugins\",\"description\":\"A powerful plugin that makes the PageLines LESS compiler very accessible and easy to use. Great for development &amp;amp; testing, as well as managing your custom LESS\\/CSS files.\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=11926\",\"last_mod\":\"2015-06-08 21:22:23\",\"featured\":\"false\",\"price\":\"19.99\",\"sale\":\"\",\"demo\":\"\",\"version\":\"1.5.5\",\"changelog\":\"\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"less-developer\",\"2\":\"\"},\"splash\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/07\\/lessdeveloper.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2013\\/07\\/thumb33.png\"},\"dms\":{\"pid\":82370,\"slug\":\"dms\",\"name\":\"DMS\",\"type\":\"plugins\",\"description\":\"A responsive drag-and-drop design management system for pro websites based on HTML5 and CSS3. PageLines will help you do amazing things faster &amp;amp; easier than ever before. Designed by PageLines in California. Twitter @pagelines\",\"overview\":\"http:\\/\\/www.pagelines.com\\/?post_type=product&#038;p=82370\",\"last_mod\":\"2016-09-15 11:59:59\",\"featured\":\"false\",\"price\":\"\",\"sale\":\"\",\"demo\":\"http:\\/\\/themes.pagelines.com\\/dms?dobar=1\",\"version\":\"2.2.4\",\"changelog\":\"\",\"karma_required\":false,\"author\":\"\",\"author_url\":\"\",\"class_array\":{\"0\":\"plugins\",\"1\":\"dms\",\"2\":\"\"},\"splash\":\"https:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2016\\/07\\/dms_screenshot-1.png\",\"thumb\":\"http:\\/\\/www.pagelines.com\\/wp-content\\/uploads\\/2014\\/05\\/dms-thumb.png\"}}','no'),(127787,'wpseo_sitemap_cache_validator_global','3AK3e','no'),(129726,'ws_plugin__optimizemember_activated_levels','4','yes'),(129727,'ws_plugin__optimizemember_cache','a:3:{s:18:\"login_welcome_page\";a:3:{s:4:\"page\";s:0:\"\";s:4:\"time\";i:1480861802;s:4:\"link\";s:30:\"http://www.thetradingroom.com/\";}s:23:\"membership_options_page\";a:3:{s:4:\"page\";s:0:\"\";s:4:\"time\";i:1480861802;s:4:\"link\";s:30:\"http://www.thetradingroom.com/\";}s:33:\"file_download_limit_exceeded_page\";a:3:{s:4:\"page\";s:0:\"\";s:4:\"time\";i:1480861802;s:4:\"link\";s:30:\"http://www.thetradingroom.com/\";}}','yes'),(129728,'ws_plugin__optimizemember_notices','a:2:{i:0;a:5:{s:6:\"notice\";s:606:\"<strong>Note:</strong> optimizeMember adds some new data columns to your list of Users/Members. If your list gets overcrowded, please use the <strong>Screen Options</strong> tab <em>( upper right-hand corner )</em>. With WordPress Screen Options, you can add/remove specific data columns; thereby making the most important data easier to read. For example, if you create Custom Registration/Profile Fields with optimizeMember, those Custom Fields will result in new data columns; which can cause your list of Users/Members to become nearly unreadable. So just use the Screen Options tab to clean things up.\";s:8:\"on_pages\";s:14:\"blog:users.php\";s:5:\"error\";b:0;s:4:\"time\";b:0;s:7:\"dismiss\";b:1;}i:1;a:5:{s:6:\"notice\";s:211:\"<strong>NOTE:</strong> OptimizeMember security restrictions will NOT be enforced until you\'ve configured a Membership Options Page. See: <code>optimizeMember -> General Options -> Membership Options Page</code>.\";s:8:\"on_pages\";s:1:\":\";s:5:\"error\";b:1;s:4:\"time\";b:0;s:7:\"dismiss\";b:0;}}','yes'),(129729,'ws_plugin__optimizemember_options','a:192:{s:3:\"ccp\";a:0:{}s:16:\"options_checksum\";s:32:\"eb985802c41d661fc2ede62033c042e1\";s:15:\"options_version\";s:5:\"1.005\";s:18:\"gateway_debug_logs\";s:1:\"0\";s:18:\"sec_encryption_key\";s:0:\"\";s:26:\"sec_encryption_key_history\";a:0:{}s:22:\"s_badge_status_enabled\";s:1:\"0\";s:18:\"max_ip_restriction\";s:1:\"5\";s:23:\"max_ip_restriction_time\";s:4:\"3600\";s:25:\"max_failed_login_attempts\";s:1:\"5\";s:25:\"run_deactivation_routines\";s:1:\"0\";s:17:\"custom_reg_fields\";s:0:\"\";s:16:\"custom_reg_names\";s:1:\"1\";s:23:\"custom_reg_display_name\";s:4:\"full\";s:14:\"email_reg_link\";s:2:\"no\";s:19:\"custom_reg_password\";s:1:\"0\";s:17:\"custom_reg_opt_in\";s:1:\"1\";s:23:\"custom_reg_opt_in_label\";s:41:\"Yes, I want to receive updates via email.\";s:24:\"custom_reg_auto_opt_outs\";a:0:{}s:35:\"custom_reg_auto_opt_out_transitions\";s:1:\"0\";s:21:\"custom_reg_fields_4bp\";a:0:{}s:32:\"custom_reg_force_personal_emails\";s:0:\"\";s:20:\"allow_subscribers_in\";s:1:\"0\";s:20:\"force_admin_lockouts\";s:1:\"0\";s:15:\"filter_wp_query\";a:0:{}s:21:\"default_url_shortener\";s:8:\"tiny_url\";s:32:\"default_custom_str_url_shortener\";s:0:\"\";s:14:\"mms_auto_patch\";s:1:\"1\";s:21:\"mms_registration_file\";s:8:\"wp-login\";s:23:\"mms_registration_grants\";s:4:\"none\";s:29:\"mms_registration_blogs_level0\";s:1:\"0\";s:29:\"mms_registration_blogs_level1\";s:1:\"5\";s:29:\"mms_registration_blogs_level2\";s:2:\"10\";s:29:\"mms_registration_blogs_level3\";s:2:\"15\";s:29:\"mms_registration_blogs_level4\";s:2:\"20\";s:18:\"login_welcome_page\";s:0:\"\";s:26:\"login_redirection_override\";s:0:\"\";s:23:\"membership_options_page\";s:0:\"\";s:26:\"login_reg_background_color\";s:6:\"FFFFFF\";s:26:\"login_reg_background_image\";s:77:\"http://www.thetradingroom.com/wp-content/plugins/optimizeMember/images/bg.png\";s:33:\"login_reg_background_image_repeat\";s:6:\"repeat\";s:31:\"login_reg_background_text_color\";s:6:\"000000\";s:38:\"login_reg_background_text_shadow_color\";s:6:\"EEEEEE\";s:37:\"login_reg_background_box_shadow_color\";s:6:\"EEEEEE\";s:18:\"login_reg_logo_src\";s:79:\"http://www.thetradingroom.com/wp-content/plugins/optimizeMember/images/logo.png\";s:24:\"login_reg_logo_src_width\";s:3:\"550\";s:25:\"login_reg_logo_src_height\";s:3:\"100\";s:18:\"login_reg_logo_url\";s:30:\"http://www.thetradingroom.com/\";s:20:\"login_reg_logo_title\";s:16:\"The Trading Room\";s:19:\"login_reg_font_size\";s:4:\"12px\";s:21:\"login_reg_font_family\";s:30:\"\'Verdana\', \'Arial\', sans-serif\";s:25:\"login_reg_font_field_size\";s:4:\"18px\";s:23:\"login_reg_footer_design\";s:0:\"\";s:19:\"reg_email_from_name\";s:16:\"The Trading Room\";s:20:\"reg_email_from_email\";s:18:\"joegrios@gmail.com\";s:22:\"reg_email_support_link\";s:25:\"mailto:joegrios@gmail.com\";s:23:\"new_user_emails_enabled\";s:1:\"0\";s:22:\"new_user_email_subject\";s:36:\"[The Trading Room] Username/Password\";s:22:\"new_user_email_message\";s:137:\"Your Username/Password for:\nThe Trading Room\n\nUsername: %%user_login%%\nTo set your password, visit: %%wp_set_pass_url%%\n\n%%wp_login_url%%\";s:31:\"new_user_admin_email_recipients\";s:18:\"joegrios@gmail.com\";s:28:\"new_user_admin_email_subject\";s:40:\"[The Trading Room] New User Registration\";s:28:\"new_user_admin_email_message\";s:145:\"New User Registration on your site:\nThe Trading Room\n\nUser ID: %%user_id%%\nUsername: %%user_login%%\nEmail: %%user_email%%\nIP Address: %%user_ip%%\";s:14:\"paypal_sandbox\";s:1:\"0\";s:15:\"paypal_business\";s:0:\"\";s:19:\"paypal_api_username\";s:0:\"\";s:19:\"paypal_api_password\";s:0:\"\";s:20:\"paypal_api_signature\";s:0:\"\";s:21:\"paypal_identity_token\";s:0:\"\";s:21:\"paypal_btn_encryption\";s:1:\"0\";s:27:\"paypal_payflow_api_username\";s:0:\"\";s:26:\"paypal_payflow_api_partner\";s:6:\"PayPal\";s:25:\"paypal_payflow_api_vendor\";s:0:\"\";s:27:\"paypal_payflow_api_password\";s:0:\"\";s:21:\"signup_tracking_codes\";s:0:\"\";s:27:\"modification_tracking_codes\";s:0:\"\";s:19:\"ccap_tracking_codes\";s:0:\"\";s:17:\"sp_tracking_codes\";s:0:\"\";s:23:\"signup_email_recipients\";s:33:\"\"%%full_name%%\" <%%payer_email%%>\";s:20:\"signup_email_subject\";s:54:\"Congratulations! ( your membership has been approved )\";s:20:\"signup_email_message\";s:276:\"Thanks %%first_name%%! Your membership has been approved.\n\nIf you haven\'t already done so, the next step is to Register a Username.\n\nComplete your registration here:\n%%registration_url%%\n\nIf you have any trouble, please feel free to contact us.\n\nBest Regards,\nThe Trading Room\";s:29:\"modification_email_recipients\";s:33:\"\"%%full_name%%\" <%%payer_email%%>\";s:26:\"modification_email_subject\";s:41:\"Thank you! Your account has been updated.\";s:26:\"modification_email_message\";s:159:\"Thanks %%first_name%%! Your account now has access to: %%item_name%%.\n\nIf you have any trouble, please feel free to contact us.\n\nBest Regards,\nThe Trading Room\";s:21:\"ccap_email_recipients\";s:33:\"\"%%full_name%%\" <%%payer_email%%>\";s:18:\"ccap_email_subject\";s:41:\"Thank you! Your account has been updated.\";s:18:\"ccap_email_message\";s:159:\"Thanks %%first_name%%! Your account now has access to: %%item_name%%.\n\nIf you have any trouble, please feel free to contact us.\n\nBest Regards,\nThe Trading Room\";s:19:\"sp_email_recipients\";s:33:\"\"%%full_name%%\" <%%payer_email%%>\";s:16:\"sp_email_subject\";s:38:\"Thank You! ( instructions for access )\";s:16:\"sp_email_message\";s:218:\"Thanks %%first_name%%!\n\n%%item_name%%\n\nYour order can be retrieved here:\n%%sp_access_url%%\n( link expires in %%sp_access_exp%% )\n\nIf you have any trouble, please feel free to contact us.\n\nBest Regards,\nThe Trading Room\";s:17:\"mailchimp_api_key\";s:0:\"\";s:25:\"level0_mailchimp_list_ids\";s:0:\"\";s:25:\"level1_mailchimp_list_ids\";s:0:\"\";s:25:\"level2_mailchimp_list_ids\";s:0:\"\";s:25:\"level3_mailchimp_list_ids\";s:0:\"\";s:25:\"level4_mailchimp_list_ids\";s:0:\"\";s:22:\"level0_aweber_list_ids\";s:0:\"\";s:22:\"level1_aweber_list_ids\";s:0:\"\";s:22:\"level2_aweber_list_ids\";s:0:\"\";s:22:\"level3_aweber_list_ids\";s:0:\"\";s:22:\"level4_aweber_list_ids\";s:0:\"\";s:15:\"level0_provider\";s:0:\"\";s:15:\"level1_provider\";s:0:\"\";s:15:\"level2_provider\";s:0:\"\";s:15:\"level3_provider\";s:0:\"\";s:15:\"level4_provider\";s:0:\"\";s:11:\"level0_list\";s:0:\"\";s:11:\"level1_list\";s:0:\"\";s:11:\"level2_list\";s:0:\"\";s:11:\"level3_list\";s:0:\"\";s:11:\"level4_list\";s:0:\"\";s:24:\"signup_notification_urls\";s:0:\"\";s:30:\"registration_notification_urls\";s:0:\"\";s:25:\"payment_notification_urls\";s:0:\"\";s:30:\"modification_notification_urls\";s:0:\"\";s:30:\"cancellation_notification_urls\";s:0:\"\";s:25:\"eot_del_notification_urls\";s:0:\"\";s:25:\"ref_rev_notification_urls\";s:0:\"\";s:25:\"sp_sale_notification_urls\";s:0:\"\";s:28:\"sp_ref_rev_notification_urls\";s:0:\"\";s:30:\"signup_notification_recipients\";s:0:\"\";s:36:\"registration_notification_recipients\";s:0:\"\";s:31:\"payment_notification_recipients\";s:0:\"\";s:36:\"modification_notification_recipients\";s:0:\"\";s:36:\"cancellation_notification_recipients\";s:0:\"\";s:31:\"eot_del_notification_recipients\";s:0:\"\";s:31:\"ref_rev_notification_recipients\";s:0:\"\";s:31:\"sp_sale_notification_recipients\";s:0:\"\";s:34:\"sp_ref_rev_notification_recipients\";s:0:\"\";s:12:\"level0_label\";s:15:\"Free Subscriber\";s:12:\"level1_label\";s:13:\"Bronze Member\";s:12:\"level2_label\";s:13:\"Silver Member\";s:12:\"level3_label\";s:11:\"Gold Member\";s:12:\"level4_label\";s:15:\"Platinum Member\";s:24:\"apply_label_translations\";s:1:\"0\";s:29:\"level0_file_downloads_allowed\";s:0:\"\";s:29:\"level1_file_downloads_allowed\";s:0:\"\";s:29:\"level2_file_downloads_allowed\";s:0:\"\";s:29:\"level3_file_downloads_allowed\";s:0:\"\";s:29:\"level4_file_downloads_allowed\";s:0:\"\";s:34:\"level0_file_downloads_allowed_days\";s:0:\"\";s:34:\"level1_file_downloads_allowed_days\";s:0:\"\";s:34:\"level2_file_downloads_allowed_days\";s:0:\"\";s:34:\"level3_file_downloads_allowed_days\";s:0:\"\";s:34:\"level4_file_downloads_allowed_days\";s:0:\"\";s:33:\"file_download_limit_exceeded_page\";s:0:\"\";s:31:\"file_download_inline_extensions\";s:0:\"\";s:31:\"file_download_stream_extensions\";s:0:\"\";s:22:\"amazon_s3_files_bucket\";s:0:\"\";s:26:\"amazon_s3_files_access_key\";s:0:\"\";s:26:\"amazon_s3_files_secret_key\";s:0:\"\";s:27:\"amazon_cf_files_private_key\";s:0:\"\";s:30:\"amazon_cf_files_private_key_id\";s:0:\"\";s:33:\"amazon_cf_files_distros_access_id\";s:0:\"\";s:36:\"amazon_cf_files_distros_s3_access_id\";s:0:\"\";s:35:\"amazon_cf_files_distro_downloads_id\";s:0:\"\";s:38:\"amazon_cf_files_distro_downloads_cname\";s:0:\"\";s:38:\"amazon_cf_files_distro_downloads_dname\";s:0:\"\";s:35:\"amazon_cf_files_distro_streaming_id\";s:0:\"\";s:38:\"amazon_cf_files_distro_streaming_cname\";s:0:\"\";s:38:\"amazon_cf_files_distro_streaming_dname\";s:0:\"\";s:42:\"amazon_cf_files_distros_auto_config_status\";s:0:\"\";s:12:\"level0_ruris\";s:0:\"\";s:12:\"level1_ruris\";s:0:\"\";s:12:\"level2_ruris\";s:0:\"\";s:12:\"level3_ruris\";s:0:\"\";s:12:\"level4_ruris\";s:0:\"\";s:12:\"level0_catgs\";s:0:\"\";s:12:\"level1_catgs\";s:0:\"\";s:12:\"level2_catgs\";s:0:\"\";s:12:\"level3_catgs\";s:0:\"\";s:12:\"level4_catgs\";s:0:\"\";s:12:\"level0_ptags\";s:0:\"\";s:12:\"level1_ptags\";s:0:\"\";s:12:\"level2_ptags\";s:0:\"\";s:12:\"level3_ptags\";s:0:\"\";s:12:\"level4_ptags\";s:0:\"\";s:12:\"level0_posts\";s:0:\"\";s:12:\"level1_posts\";s:0:\"\";s:12:\"level2_posts\";s:0:\"\";s:12:\"level3_posts\";s:0:\"\";s:12:\"level4_posts\";s:0:\"\";s:12:\"level0_pages\";s:0:\"\";s:12:\"level1_pages\";s:0:\"\";s:12:\"level2_pages\";s:0:\"\";s:12:\"level3_pages\";s:0:\"\";s:12:\"level4_pages\";s:0:\"\";s:12:\"specific_ids\";s:0:\"\";s:22:\"triggers_immediate_eot\";s:17:\"refunds,reversals\";s:23:\"membership_eot_behavior\";s:6:\"demote\";s:21:\"eot_time_ext_behavior\";s:6:\"extend\";s:23:\"auto_eot_system_enabled\";s:1:\"1\";s:14:\"wp_footer_code\";s:0:\"\";}','yes'),(129730,'ws_plugin__optimizemember_configured','0','yes'),(129731,'ws_plugin__optimizemember_activated_version','1.2.6','yes'),(142855,'_transient_timeout_pagelines_custom_css','1502360902','no'),(142856,'_transient_pagelines_custom_css','a:3:{s:6:\"custom\";s:31:\".test {\n  font-weight: bold;\n}\n\";s:6:\"c_time\";d:0.2456899999999999917310589125918340869247913360595703125;s:4:\"time\";i:1502274502;}','no'),(142843,'_transient_timeout_yst_sm_page_1:3AK3e_42UW5','1502258897','no'),(142452,'_transient_timeout_plapi_pagelines_less_vars','1501239773','no'),(142453,'_transient_plapi_pagelines_less_vars','a:21:{s:6:\"plRoot\";s:57:\"\"http://www.thetradingroom.com/wp-content/themes/dms/dms\"\";s:11:\"plCrossRoot\";s:52:\"\"//www.thetradingroom.com/wp-content/themes/dms/dms\"\";s:14:\"plSectionsRoot\";s:66:\"\"http://www.thetradingroom.com/wp-content/themes/dms/dms/sections\"\";s:13:\"plPluginsRoot\";s:50:\"\"http://www.thetradingroom.com/wp-content/plugins\"\";s:11:\"plChildRoot\";s:53:\"\"http://www.thetradingroom.com/wp-content/themes/dms\"\";s:12:\"plExtendRoot\";s:69:\"\"http://www.thetradingroom.com/wp-content/plugins/pagelines-sections\"\";s:14:\"plContentWidth\";s:6:\"1172px\";s:13:\"pl-page-width\";s:6:\"1172px\";s:10:\"plFontSize\";s:4:\"14px\";s:12:\"plHeaderSize\";s:4:\"16px\";s:10:\"plBaseFont\";s:46:\"\"Helvetica Neue\", Helvetica, Arial, sans-serif\";s:12:\"plHeaderFont\";s:46:\"\"Helvetica Neue\", Helvetica, Arial, sans-serif\";s:12:\"plBaseWeight\";s:3:\"300\";s:14:\"plHeaderWeight\";s:3:\"300\";s:7:\"pl-base\";s:7:\"#FFFFFF\";s:7:\"pl-text\";s:7:\"#000000\";s:7:\"pl-link\";s:7:\"#337EFF\";s:15:\"pl-link-inverse\";s:7:\"#FFFFFF\";s:13:\"pl-background\";s:7:\"#FFFFFF\";s:11:\"invert-dark\";i:5;s:12:\"invert-light\";d:-8.5;}','no'),(142454,'_transient_timeout_plapi_draft_core_raw','1501239773','no'),(142455,'_transient_plapi_draft_core_raw','a:2:{s:8:\"sections\";s:42508:\".section-navbar {\n	margin: 0 auto;\n	width: 100%;\n	.content-pad,\n	.pl-section-pad{\n		padding-top: 5px;\n		padding-bottom: 5px;\n		.navbar-content-pad{\n			padding: 0 15px;\n		}\n	}\n	&.pl-area .navbar{\n		border: none;\n	}\n	.navbar{\n		\n		color:rgba(255,255,255,.7);\n\n		&.navbar-content-width{\n			.border-radius( 3px );\n		}\n		&.plnav_hover {\n			.sub-menu .dropdown-menu {\n				position: absolute;\n				top: 0;\n				left: 100%;\n				margin-top: -1px;\n				visibility: hidden;\n			}\n			.dropdown-menu li:hover .sub-menu {\n			  	visibility: visible;\n			  	margin-top:-6px;\n			}\n			.dropdown:hover .dropdown-menu {\n				margin-top:0;\n			  	display: block;\n			}\n		}\n		.navline {\n			float: left;\n			position: relative;\n			left: 0;\n			display: block;\n			margin: 0 10px 0 0;\n			font-size: .9em;\n\n			> .dropdown > .dropdown-menu{\n				&:before {\n				  content: \'\';\n				  display: inline-block;\n				  border-left: 7px solid transparent;\n				  border-right: 7px solid transparent;\n				  border-bottom: 7px solid #ccc;\n				  border-bottom-color: rgba(0, 0, 0, 0.2);\n				  position: absolute;\n				  top: -7px;\n				  left: 9px;\n				}\n				&:after {\n				  content: \'\';\n				  display: inline-block;\n				  border-left: 6px solid transparent;\n				  border-right: 6px solid transparent;\n				  border-bottom: 6px solid #ffffff;\n				  position: absolute;\n				  top: -6px;\n				  left: 10px;\n				}\n			}\n			.caret{\n				border-top-color:  rgba(255,255,255,.5);\n			}\n			&.pull-right {\n				float: right;\n				position: relative;\n				> li:last-child .dropdown-menu{\n					left: auto;\n					right: 0;\n					&:before{\n						left: auto;\n						right: 12px;\n					}\n					&:after{\n						left: auto;\n						right: 13px;\n					}\n					.dropdown-submenu > a:after {\n					  	border-width: 5px 5px 5px 0;\n						border-right-color: darken(@dropdownBackground, 20%);\n					}\n					.dropdown-menu {\n						left: -100%;\n						right: auto;\n						margin-left: 0;\n						margin-right: -1px;\n						.border-radius(6px 0 6px 6px);\n					}\n				}\n\n			}\n\n\n			> li {\n				display: block;\n				float: left;\n\n				> a {\n				\n					\n					.transition(all .3s ease-in-out);\n					float: none;\n					display: block;\n					padding: 9px 12px;\n					line-height: 19px;\n					color:#fff; /* IE */\n					color:rgba(255,255,255,.8);\n					text-decoration: none;\n					&:hover{\n						background-color: transparent;\n						color:rgba(255,255,255,.9);\n						text-decoration: none;\n					}\n				}\n				&.dropdown.open > a{\n					color:#fff;\n					background: rgba(0, 0, 0, 0.1);\n				}\n				&.current-menu-item > a {\n				  	background-color: rgba(0,0,0,.1);\n					color:#ffffff;\n					text-decoration: none;\n				}\n				&.active > a:hover {\n					color:rgba(255,255,255,.9);\n					  text-decoration: none;\n					  background-color: #222222;\n				}\n			}\n		}\n\n		.searchform{\n			float: right;\n			margin: 6px 0 5px;\n			width: auto;\n			max-width: 190px;\n			.transition( margin .3s ease-in-out);\n			&.has-focus{\n				color: blue;\n				i{color: #666;}\n				.searchfield{\n					background-color:#fff;\n					color:#000;\n					width: 140px;\n				}	\n			}\n			.searchfield{\n				border:none;\n				background-color:rgba(255,255,255,.1);\n				width: 24px;\n				\n			}\n		}\n		.plbrand{\n			float:left;\n\n			margin: 4px 2% 0 0;\n			padding: 0 1%;\n			line-height: 15px;\n			.plbrand-text{\n				font-size: 19px;\n				line-height: 30px;\n				margin: 0;\n			}\n			img{\n				max-height: 29px;\n				.transition( max-height .3s ease-in-out);\n			}\n		}\n\n		&.pl-color-black-trans{\n			background: #000;\n			\n			.navline{\n				> li{\n					&:hover,\n					&.current-menu-item,\n					&.current_page_item,\n					&.dropdown.open{\n						> a{\n							background: #333;\n						}\n					}\n\n				}\n			}\n		}\n		&.pl-color-red{\n			background: @btnImportantBackground;\n			.navline{\n				> li{\n					&:hover,\n					&.current-menu-item,\n					&.current_page_item,\n					&.dropdown.open{\n						> a{\n							background: darken(@btnImportantBackground, 10%);\n						}\n					}\n\n				}\n			}\n		}\n		&.pl-color-blue{\n			\n			background: @btnPrimaryBackground;\n			.navline{\n				> li{\n					&:hover,\n					&.current-menu-item,\n					&.current_page_item,\n					&.dropdown.open{\n						> a{\n							background: darken(@btnPrimaryBackground, 10%);\n						}\n					}\n\n				}\n			}\n		}\n		&.pl-color-orange{\n			background: @btnWarningBackground;\n			.navline{\n				> li{\n					&:hover,\n					&.current-menu-item,\n					&.current_page_item,\n					&.dropdown.open{\n						> a{\n							background: darken(@btnWarningBackground, 10%);\n						}\n					}\n\n				}\n			}\n		}\n\n		&.pl-color-base{\n			background: @pl-base;\n			color: @pl-text;\n			.searchform .searchfield{\n				background-color: @baseContrastSlight;\n				\n			}\n			.navline{\n				> li{\n					> a {\n						.transition(all 0.1s linear);\n						color: fadeout(@textColor, 40%);\n						text-shadow: none;\n\n					}\n					&:hover > a,\n					&.current-menu-item > a,\n					&.dropdown.open > a{\n						color: @textColor;\n						background-color: @pl-base;\n						box-shadow: inset 0 -4px 0 @linkColor;\n					}\n\n				}\n				.caret{\n					border-top-color: fadeout(@textColor, 40%);\n				}\n			}\n		}\n\n		&.pl-color-grey{\n			background: #EEE;\n			color: rgba(0,0,0,.5);\n			.searchform .searchfield{\n			\n				background-color: #ddd;\n			}\n			.navline{\n				> li{\n					&:hover,\n					&.current-menu-item, \n					&.current_page_item,\n					&.active {\n						> a{\n							background: #e1e1e1;\n						}\n					}\n					> a {\n						color:rgba(0,0,0,.8);\n					\n					}\n				\n					&.active > a:hover {\n						color:rgba(0,0,0,.8);\n						background-color: #ddd;\n					}\n					&.dropdown.open > a{\n						\n						color:#000;\n						background: rgba(0, 0, 0, 0.1);\n					}\n				}\n				.caret{\n					border-top-color:  rgba(0,0,0,.5);\n				}\n			}\n\n\n			.nav-btn-navbar .icon-bar{\n				background:rgba(0,0,0,.7);\n				box-shadow: 0 1px 0 #fff;\n			}\n		}\n	}\n	\n}\n\n// Dont nest, needs to be minimum specificity\n.pldrop ul{\n	display: none;\n}\n\n\n/* Buttons with Dropdowns in Posts */\n.hentry .btn-group ul {\n	margin:0;\n	li {\n		list-style:none;\n	}\n}\n\n/* Nav Toggle Responsive\n ************************************************************/\n	.nav-btn-navbar {\n		color: inherit;\n		display: none;\n		float: right;\n		position: relative;\n		z-index: 50;\n		padding: 2px 10px;\n		margin: 5px;\n		.border-radius(2px);\n		#gradient > .vertical(rgba(255,255,255,.1), rgba(0,0,0, .08));\n		border: 1px solid rgba(0,0,0,.25);\n		border-left: 1px solid rgba(0,0,0,.17);\n		border-top: 1px solid rgba(0,0,0,.17);\n		box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.3);\n		&:hover,\n		&:active,\n		&.active,\n		&.disabled,\n		&[disabled] {\n		  	color: inherit; \n			opacity: .7;\n		}\n		&:active,\n		&.active {\n			box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.3);\n		  	background-color: rgba(0,0,0,.1);\n		}\n		\n	}\n\n.navbar,\n.navbar-inner,\n.navbar-collapse{\n	height:auto;\n	overflow: visible;// IE8 FIx\n}\n.nav-collapse.collapse {\n	position: relative;\n	height: auto; // this was height:0; but testing height: auto for IE8\n	overflow: hidden;\n	.transition(height 0.35s ease);\n	&.in{\n		height: auto;\n	}\n}\n\n\n\n// ************************************************************/\n// * Responsive Handling\n// ************************************************************/\n@media (max-width: 400px) {\n\n.navbar .plbrand img{\n	max-width: 210px;\n}\n\n}//-- End Media Query --//\n\n@media (max-width: 600px) {\n\n.navbar.navbar-content-width {\n	width: 95%;\n	margin:0 auto;\n}\n\n}//-- End Media Query --//\n\n\n@media (max-width: @resPortraitTablet){\n\n\n#site .navbar{\n	.brand {\n	    padding-left: 10px;\n	    padding-right: 10px;\n	    margin: 0 0 0 -5px;\n	  }\n	.searchform{\n		float: none;\n		padding: 10px;\n	}\n\n\n	.nav-collapse {\n		overflow: hidden;\n		height: 0;\n		clear: both;\n	}\n\n\n	.nav-btn-navbar {\n		display: inline-block;\n	}\n\n}\n\n} //-- End Media Query --//\n\n@media (min-width: @resPortraitTablet + 1) {\n\n	.nav-collapse.collapse {\n		height: auto !important;\n		overflow: visible !important;\n	}\n\n}\n\n.section-simple_nav .pl-section-pad{\n	padding: 15px 0;\n}\n.simplenav {\n	text-align: center;\n	&.align-left{\n		text-align: left;\n	}\n	&.align-right{\n		text-align: right;\n	}\n	li a{\n		font-size: @smallerText;\n		color: inherit;\n		&:hover{\n			opacity: .7;\n		}\n		display: inline-block;\n		margin: 0 5px;\n		padding: 2px 4px;\n	}\n}\n.section-textbox {\n\n	.pl-section-pad{\n	\n		.textbox-wrap p:last-child{\n			margin-bottom: 0;\n		}\n		.textbox-wrap p:first-child{\n			margin-top: 0;\n		}\n	}\n}.ibox{\n	text-align: center;\n	.ibox-text h4{\n		margin-bottom: 5px;\n		line-height: 1.4em;\n	}\n	.ibox-desc{\n\n		.ibox-link{\n			display: block;\n			margin-top: .5em;\n			i{\n				.transition(all 0.2s ease-in-out);\n\n			}\n			a:hover i{\n				margin-left: 6px;\n			}\n		}\n	}\n	\n	&:hover .ibox-icon-border{\n		//.scale( 1.1 );\n		//.translate3d(0, 5px, 0);\n		\n	}\n\n	.ibox-media{\n		text-align: center;\n		a{color: inherit;}\n		.pl-counter{\n			font-size: 80px;\n			font-weight: 600;\n			letter-spacing: -1px;\n			line-height: 1em;\n		}\n		.ibox-icon-border{\n			margin-bottom: 12px;\n			display: inline-block;\n			text-align: center;\n			.transition(all 0.2s ease-in-out);\n		\n			border-radius: 500px;\n			position: relative;\n			.invert-icon{\n				position: absolute; \n				width: 100%; \n				height: 100%;\n				border-radius: 500px;\n				z-index: 0;\n				left: 0;\n				top: 0;\n				opacity: 0;\n				.transition(all 0.2s ease-in-out);\n			}\n			.iii{\n				position: relative; \n				z-index: 10;\n			}\n			\n			&.media-type-image {\n				overflow: hidden;\n				\n				img{\n					border-radius: 500px;\n				}\n				background-size: cover;\n				display: block;\n				margin-right: auto;\n				margin-left: auto;\n			}\n			&.media-type-icon {\n		\n				i{\n					font-size: 80px;\n					display: inline-block;\n				}\n				\n			}\n		}\n		\n	}\n	\n		\n	&.top-aligned{\n		.ibox-desc{\n			max-width: 300px;\n			margin: 0 auto;\n		}\n		.ibox-media{\n			max-width: 70%;\n			&.wrap-count{\n				max-width: 100%;\n			}\n			margin-right: auto;\n			margin-left: auto;\n			.media-type-image {\n			\n				height: 0; \n				padding: 50% 0;\n			}\n			\n		}\n		\n	}\n	&.left-aligned{\n		text-align: left;\n		.ibox-icon-border{\n			.pl-counter{\n				font-size: 25px;\n				line-height: 1em;\n			}\n			&.media-type-count{\n				min-width: 100px;\n				text-align: right;\n			}\n			&.media-type-icon {\n				background: transparent;\n				width: 40px;\n				height: 40px;\n				line-height: 40px;\n				i{\n					font-size: 30px;\n				}\n\n			}\n			&.media-type-image {\n				padding: auto;\n				width: 80px;\n				height: 80px;\n				img{\n					width: 80px;\n				}\n\n			}\n		}\n	}\n}\n\n\n\n.pl-new-loop .metahead-page{\n	padding-left: 100px;\n}\n\n.pl-new-loop{\n	.hentry{\n		position: relative;\n\n\n		&.metahead-page{\n			padding-left: 100px;\n		}\n		&.single-post .metamedia{\n			margin: 25px 0;\n		}\n\n		.continue_reading_link{\n			margin-top: 20px;\n		}\n\n		.entry-title{\n			margin:0;\n		}\n\n		.metamedia{\n			margin-bottom: 15px;\n\n		}\n		.metabar{\n			font-size: 85%;\n			line-height: 1.6em;\n			opacity: .7;\n			margin: 5px 0 15px;\n		}\n\n		.entry_content{\n			img {\n				max-width: 100%;\n			}\n			> :first-child{\n				margin-top: 0;\n			}\n			> :last-child{\n				margin-bottom: 0;\n			}\n		}\n\n	}\n}\n\n\n.metahead{\n\n	width: 70px;\n	position: absolute;\n	left: 0;\n	top: 0;\n	font-size: 85%;\n	line-height: 1.2em;\n	.metaicon{\n		float: right;\n		margin-top: 6px;\n	}\n	.author{\n		font-weight: 600;\n		border-style: solid;\n		border-bottom-width: 1px;\n		display: block;\n		margin-bottom: 10px;\n	}\n	a{\n		color: inherit;\n\n		display: block;\n		text-align: right;\n		margin-bottom: 8px;\n		.avatar{\n			max-width: 50px;\n		}\n		&:last-child{\n			border-bottom: none;\n		}\n	}\n	\n}\n@media (max-width: 600px){\n	.pl-new-loop .hentry{\n		&.post,\n		&.multi-post{\n			padding-left: 0px;\n		}\n	}\n	\n	.metahead{\n		position: relative; \n		width: 100%;\n		margin-bottom: 10px;\n		a, .author{\n			text-align: left; \n			display: inline-block;\n			border: none;\n			margin: 0 5px 0;\n			font-size: 16px;\n		}\n		.pl-social-pagelines{\n			text-align: right;\n			position: absolute; \n			right: 0;\n			top: 50%;\n			margin-top: -8px;\n		}\n	}\n	\n}\n\n.multi-post {\n	.pl-new-loop{\n		.hentry {\n			border-bottom-style: solid;\n			border-bottom-width: 1px;\n			padding-bottom: 50px;\n			margin-bottom: 50px;\n		}\n	}\n	.pl-old-loop{\n		\n		\n			.hentry {\n				padding-bottom: 15px;\n				margin-bottom: 15px;\n				\n			}\n\n			.clip_box{\n				margin: 0 0 @baseLineHeight;\n				border-color: @dark-base;\n				.clip{\n					width:47%;\n					clear: none;\n					float: left;\n					margin: 0;\n					.hentry-pad{\n						padding: 0 0 @baseLineHeight/2;\n					}\n					&.clip-right{\n						float: right;\n					}\n					.clip-header {\n						padding: 4px 0 4px 0;\n						display: table-cell;\n						width: 10000px;\n					}\n					.clip-thumb{\n						a{\n							float:left;\n							margin-right: 10px;\n						}\n						img{\n							padding: 2px;\n							display:block;\n							margin:0 0 0.4em;\n						}\n					}\n\n					.post-excerpt{\n						font-size: 90%;\n						line-height: 1.6em;\n						margin-bottom:1.5em;\n					}\n\n					.entry-title,\n					.metabar{\n						padding: 0;\n					}\n				}\n			}\n\n		\n	} \n}\n\n\n// OLD CRAP\n\n.pl-old-loop{\n	.entry-title{\n		margin: 0;\n		line-height: 1.2em;\n	}\n	.metabar{\n		font-size: 85%;\n		line-height: 1.6em;\n		opacity: .7;\n		margin: 5px 0 15px;\n		font-style: normal;\n	}\n	\n	.article-wrap{\n		&.meta-mode-author{\n			.wrp{\n				padding-left: 150px;\n				min-height: 250px;\n				@media (max-width: @resPhoneLandscape) {\n					padding-left: 0;\n				}\n			}\n		}\n		.author-tag{\n			position: absolute;\n\n			float: left;\n			width: 120px;\n			text-align: right;\n			padding-right: 30px;\n			font-size: 12px;\n			line-height: 1.2em;\n			padding-bottom: 30px;\n			.author a{\n				font-size: 14px;\n				color:  @textColor;\n				font-weight: 600;\n				display: block;\n			}\n			img{\n				max-width: 65px;\n				.border-radius(100px);\n			}\n			p{\n				margin: 5px 0;\n				padding: 5px 0;\n			}\n			hr{\n				margin: 0 0 3px;\n				width: 45px;\n				text-align: right;\n				display: inline-block;\n				border: none;\n				border-bottom: 1px solid @baseContrast;\n			}\n			.tag-comments{\n				a, i{\n					color:  @textColor;\n					opacity: .4;\n					&:hover{\n						opacity: 1;\n					}\n				}\n			}\n			@media (max-width: @resPhoneLandscape) {\n				position: static;\n				display: block;\n				width: auto;\n				padding: 0;\n				max-width: none;\n				float: none;\n				p{\n					margin: 0 0 8px;\n				}\n				img{\n					float:left;\n				}\n				> hr{\n					display: none !important;\n				}\n\n			}\n		}\n	}\n\n\n\n	.fpost .post-excerpt {\n		font-size: 1.03em;\n		line-height: 1.55em;\n	}\n\n	.tags {\n		font-size: 86%;\n		opacity: .7;\n		.note{\n			.noteText();\n		}\n	}\n\n	.pledit{\n		opacity: .7;\n		&:hover{\n			opacity: 1;\n		}\n	}\n\n	// Belongs under postloop\n\n	// Hentry format/sizing needs to be moved to be conextual\n	// Henry is going to represent all long form text styling\n\n	.post-meta .c_img,\n	.hentry .c_img{\n		display: block;\n		text-align: center;\n	}\n\n\n\n	.post-header .post-thumb.img{\n		margin: 0 10px 5px 0;\n		&.alignright{\n			margin: 0 0 5px 10px\n		}\n	}\n\n\n	/* @ Posts */\n	.fpost{\n		.post-excerpt .post-thumb.img {\n			margin-right: 13px\n		}\n		.media {\n			.post-thumb.img {\n				margin-right: 20px;\n			}\n			.img img{\n				max-width: 100%;\n				height: auto;\n				margin: 0 auto;\n			}\n		}\n		.textcontent {\n			margin: 20px 10px 0 0;\n		}\n\n		.post-excerpt {\n			margin: .6em 0;\n		}\n		&.post .entry{\n			margin-bottom: 1em;\n			padding: 1em 0;\n		}\n	}\n\n	.full_img {\n		margin-bottom: 10px;\n	}\n\n\n	.post-meta {\n		margin-bottom: 1em;\n		&.post-nocontent{\n			margin-bottom: 0;\n		}\n		.post-title-section{\n			padding-bottom: 6px;\n		}\n\n	}\n\n\n}\n\n.section-postauthor{\n	margin-bottom: 2em;\n	text-align: left;\n	.copy-pad {\n		padding:  10px 15px;\n	}\n	.author-note{\n		.noteText();\n	}\n	.subtext{\n		font-size: 86%;\n		color: @textColorAlt;\n	}\n}\n.section-highlight {\n\n	text-align: center;\n	.highlight-area{\n		padding: 10px 0;\n		margin: 0 auto;\n	}\n	.pl-section-pad{\n		padding: 18px 0;\n	}\n	.highlight-head{\n		font-size:30px;\n		margin: 0;\n	}\n	.highlight-subhead{\n		margin-top: 5px;\n		font-size: 18px;\n		opacity: .75;\n		strong,\n		a{\n			opacity: 1;\n		}\n	}\n\n	.hl-image-bottom{\n		margin: 12px 0 0 0;\n	}\n\n	.highlight-splash img {\n		max-width: 100%;\n	}\n\n}.section-postauthor{\n	margin-bottom: 2em;\n	text-align: left;\n	.copy-pad {\n		padding:  10px 15px;\n	}\n	.author-note{\n		.noteText();\n	}\n	.subtext{\n		font-size: 86%;\n		color: @textColorAlt;\n	}\n}\n\n.pl-watermark{\n	text-align: center; \n	.stack-element{\n		margin-bottom: 8px;\n	}\n	\n	.fb-like-box span{ display: block; line-height:0; padding:0; }\n	\n	.powered-by{\n		text-align: center;\n	\n		font-size: 10px;\n	}\n	\n	.the-watermark {\n		text-align: center;\n		padding: 5px;\n		a{\n			opacity: .7;\n			&:hover{\n				opacity: 1;\n			}\n			img{\n				max-width: 45px;\n			}\n		}\n	}\n}\n\n	\n\n\n.section-mediabox {\n	&.no-pad .pl-section-pad{\n		padding: 0;\n	}\n	.mediabox-wrap{\n		min-height: 50px;\n	//	overflow: hidden;\n		.background-size(cover);		\n	}\n\n	img,\n	iframe,\n	object, \n	embed{\n		max-width: 100%;\n		//max-height: 100%;\n		height: auto;\n	}\n	\n	\n	\n}.section-rapidtabs{\n	.widget{\n		margin: 0;\n		.widget-pad{\n			padding: 0;\n		}\n	}\n	.the-rapid-tabs{\n		.rapid-nav{\n			border-bottom: 1px solid rgba(0,0,0,.1);\n			padding: 0 0 5px 0;\n			margin-bottom: 12px;\n			li{\n				margin-right: 12px; \n				opacity: .5;\n			}\n			a {\n\n				color: inherit; \n\n\n			}\n			.ui-state-active,\n			.ui-state-hover{\n				opacity: 1;\n			}\n		}\n	}\n}\n.section-quickcarousel{\n	.pl-section-pad{\n		padding: 0;\n	}\n	.pl-quickcarousel{\n		.carousel-item{\n			margin: 0;\n			padding: 0;\n			img{\n				max-width: 100%;\n				display: block;\n			}\n		}\n	}\n}\n/***************** Bar graph ******************/\n\n\n.starbars-wrap{\n	padding: 1em;\n}\n.starbars{\n	text-align: left;\n	margin: 0;\n\n	li {\n		list-style: none!important;\n		&:last-child span {\n			margin-bottom: 0px;\n		}\n		.bar-wrap {\n			margin-bottom:13px;\n			border-radius: 300px;\n		    box-shadow:  inset 0 1px 2px rgba(0, 0, 0, 0.12);\n		    position: relative;\n\n		}\n		span {\n			height: 15px;\n			width: 0px;\n			display: block;\n			background-color: @linkColor;\n			border-radius: 300px;\n			overflow: visible!important;\n			position: relative;\n			strong {\n				opacity: 0;\n				color: #fff;\n				&:after{\n					right: 13px;\n				}\n			}\n		}\n		strong {\n			position: absolute;\n			right: -0px;\n			top: -25px;\n			opacity: .2;\n			padding: 4px 7px!important;\n			background-color: #333;\n			color: rgba(255,255,255,.8);\n			line-height: 12px!important;\n			font-size: 11px!important;\n			display: block;\n			font-family: @defaultFont;\n			border-radius: 2px;\n			&:after {\n				border-color: #333 transparent;\n			    border-style: solid;\n			    border-width: 5px 5px 0;\n			    bottom: -5px;\n			    content: \"\";\n			    display: block;\n			    right: 5px;\n			    position: absolute;\n			    width: 0;\n			}\n			&.full:after {\n				left: 15px;\n			}\n		}\n		p {\n			font-size: @fontSizeSmall;\n			margin: 0;\n			padding-bottom: 2px;\n		}\n	}\n}\n\n.pl-dark-img,\n.pl-black{\n	.shelf-shadow{\n		#gradient > .vertical(transparent, rgba(0,0,0,.2));\n	}\n}\n\n.popshot-wrap{\n	position: relative; \n	overflow:hidden;\n	height: 280px;\n	text-align: center; \n\n	.shelf-shadow{\n		position: absolute; \n		bottom: 0; \n		height: 70px; \n		#gradient > .vertical(transparent, rgba(0,0,0,.07));\n		width: 100%; \n	}\n	.browser-btns{\n		display: none;\n		position: absolute; \n		top: 8px;\n		left: 8px;\n		> span{\n			height: 10px;\n			width: 10px;\n			margin-right: 5px;\n			&.bbtn-green{ background: #a3f439; }\n			&.bbtn-red{ background: #ff4d3b; }\n			&.bbtn-orange{ background: #ffba3b; }\n			display: inline-block;\n			vertical-align: top;\n			border-radius: 10px;\n			box-shadow: inset 0 0 1px rgba(0,0,0,.3);\n		}\n	}\n	\n	&.popshot-browser{\n		.browser-btns{display: block;}\n		.popshot{\n			background: #f7f7f7;\n			padding: 26px 0 0;\n			border-radius: 5px;\n			box-shadow: inset 1px 1px 0 #fff, rgba(0,0,0, 0.3) 0 0 10px 0;\n			img{\n				border-top: 1px solid #ccc;\n			}\n		}\n	}\n	&.popshot-frame{\n		\n		.popshot{\n			background: #fff;\n			padding: 4px 4px 0 4px;\n			border-radius: 5px;\n			border: 1px solid #BBB;\n			box-shadow: rgba(0,0,0, 0.3) 0 0 10px 0;\n		}\n	}\n	&.popshot-shadow{\n		\n		.popshot{\n			box-shadow: rgba(0,0,0, 0.3) 0 0 10px 0;\n		}\n	}\n	.popshot{\n		\n		max-width: 400px;\n		max-height: 300px;\n		bottom: -3px;\n		position: absolute;\n		z-index: 10;\n		left: 50%; \n		img{\n			max-width: 100%;\n			border-radius: 2px;\n		}\n		&.popshot-1{\n			margin-left: -575px;\n			z-index: 11;\n		}\n		&.popshot-2{\n			margin-left: -400px;\n			height: 225px;\n		}\n		&.popshot-3{\n			height: 250px;\n			width: 350px;\n			margin-left: -175px;\n		}\n		&:after{\n			position: absolute;\n			content: \" \";\n			bottom: 0;\n			left: 0;\n			right: 0;\n			width: 100%;\n			height: 20px;\n			#gradient > .vertical(rgba(0,0,0,0), rgba(0,0,0,0.1));\n		}\n	}\n}/* Jumbotrons\n-------------------------------------------------- */\n.masthead {\n\n    position: relative;\n    \n\n	.inner{\n		padding-top: @baseLineHeight * 2;\n	}\n\n	&.with-splash{\n		.inner{\n			padding-top: @baseLineHeight;\n		}\n	}\n\n	h1,\n	p {\n	  text-align: center;\n	}\n\n	.masthead-title {\n		margin: 0 0 20px;\n		font-size: 75px;\n		letter-spacing: -1px;\n		line-height: 1;\n	}\n\n	.masthead-tag {\n		margin: 0;\n		margin-bottom: 30px;\n		margin-left: 5%;\n		margin-right: 5%;\n		font-size: 25px;\n		line-height: 1.3em;\n		opacity: .7;\n		font-weight: 300;\n		strong{\n			font-weight: 500;\n		}\n	}\n	.download-info{\n		margin-bottom: 30px;\n		.btn{\n			margin: 0 8px;\n		}\n	}\n\n\n	.splash {\n		padding-top: 18px;\n		img {\n			display:block;\n			margin:0 auto;\n		}\n	}\n}\n\n.mastmeta{\n	color: @textColorAlt;\n}\n\n\n\n.subhead {\n\n    padding-bottom: 0;\n    margin-bottom: 9px;\n\n	h1 {\n  		font-size: 54px;\n	}\n}\n\n.mastlinks {\n    margin: 36px 0;\n}\n\n.quick-links {\n\n	min-height: 30px;\n    margin: 0;\n    padding: 5px 20px;\n    list-style: none;\n    text-align: center;\n    overflow: hidden;\n\n	&:first-child {\n	  min-height: 0;\n	}\n	li {\n	  display: inline;\n	  margin: 0 8px;\n	}\n}\n\n\n\n/* Responsive\n ************************/\n\n@media screen and (max-width: 980px){\n	.masthead .masthead-title {\n		font-size: 72px;\n	}\n}\n@media screen and (max-width: 768px){\n\n	.masthead {\n\n		.inner{\n			padding-top: @baseLineHeight;\n		}\n\n		.masthead-title {\n			font-size: 54px;\n		}\n\n		.masthead-tag{\n			margin-right: 0;\n			margin-left: 0;\n		}\n		.btn {\n			margin-bottom: 10px;\n		}\n	}\n\n}\n@media screen and (max-width:480px) {\n	.masthead {\n\n		.inner{\n			padding-top: 10px;\n		}\n		.masthead-title {\n			font-size: 45px;\n			margin-right: 0;\n		}\n\n		.masthead-tag{\n			margin-right: 0;\n			margin-left: 0;\n			font-size: 18px;\n			line-height: 24px;\n		}\n		.btn {\n			display: block;\n			font-size: 18px;\n			padding: 10px 14px;\n			margin: 0 auto 10px;\n		}\n	}\n\n}.pp-plan{\n	text-align: center;\n	border-style: solid;\n	border-width: 1px;\n	.box-sizing(border-box);\n	overflow:hidden;\n	margin-top: 25px;\n	&.most-popular{\n		margin-top: 0;\n		.pp-header{\n			.pp-title{\n\n				font-size: 20px;\n				padding: 16px;\n				.mp{\n					font-size: 12px;\n					opacity: .6;\n				}\n			}\n		}\n		.pp-attributes ul .pp-link{\n			padding: 20px 0;\n		}\n		\n	}\n	.pp-header{\n		text-align: center;\n		\n		.pp-title{\n			\n			font-size: 18px;\n			padding: 8px;\n			border-bottom-style: solid;\n			border-bottom-width: 1px;\n		}\n		.pp-price{\n			\n			padding: 20px;\n			\n			.price-pre{\n				vertical-align: top;\n				font-size: 1.2em;\n			}\n			.price{\n				font-size: 70px;\n				line-height: 70px;\n				\n			}\n			.price-pre, \n			.price-post,\n			.price-sub{\n				opacity: .7;\n			}\n			.price-sub{\n				font-style: italic; \n				font-size: 12px;\n				font-weight: 400;\n				margin-top: 7px;\n				line-height: 1.5em;\n			}\n		}\n	}\n	.pp-attributes ul {\n		\n		li{\n			padding: 10px;\n			font-weight: 600;\n			border-top-style: solid;\n			border-top-width: 1px;\n			&.emphasis{\n				font-size: 120%;\n			}\n		}\n	}\n}.section-hero .pl-section-pad{\n	padding: 5%;\n}\n\n.pl-hero-wrap{\n	max-width:100%;\n	.box-sizing(border-box);\n	.pl-hero {\n\n		h1 {\n			font-size: 3em;\n			line-height: 1;\n			letter-spacing: -1px;\n			word-wrap: normal;\n\n			small{\n				display: block;\n			}\n		}\n		p {\n			margin: @baseLineHeight/4 0 @baseLineHeight;\n			font-size: 18px;\n			font-weight: 200;\n			line-height: 1.5em;\n		}\n	}\n	.pl-hero-image{\n		margin-bottom: 0;\n		float: right;\n	}\n}\n\n\n\n.pl-hero.span6, .pl-hero-image.span6 {\n  margin-bottom:0;\n}\n\n.hero_image {\n  text-align:right;\n}\n\n.pl-hero-reverse {\n\n  .pl-hero-image {\n    margin-right: 21px;\n    margin-left: 0px;\n		text-align: left;\n		float:left;\n  }\n\n  .pl-hero {\n    float: right;\n  }\n}\n\n// Media Queries\n@media (max-width:768px) {\n\n  .hero_image,.pl-hero h1, .pl-hero p {\n    text-align:center;\n  }\n  .pl-hero.span6 .btn {\n    display:block;\n    margin-bottom:20px;\n  }\n\n}\n\n@media (max-width:480px) {\n  .pl-hero-wrap {\n    padding:20px;\n  }\n}\n@media (max-width:1000px) {\n	.pl-hero-wrap{\n		.pl-hero {\n			h1{\n				font-size:2em;\n			}\n		}\n	}\n}\n.masonic-header-content-pad{\n\n	padding: 15px;\n	.masonic-title{\n		font-size: 20px;\n		float: left;\n	}\n\n	.masonic-nav{\n		float: right;\n		max-width: 85%;\n		.lh{\n			font-weight: 600;\n			font-size:100%\n		}\n		li{\n			margin-left: 18px;\n			font-size: 85%;\n		}\n	}\n}\n\n.pl-grid-text{\n	float: left;\n	width: 75%;\n	padding: 15px 0;\n	h4{\n		font-size: 16px;\n		margin: 0;\n	}\n	.pl-grid-metabar{\n		font-size: 12px;\n	}\n}\n.pl-grid-meta{\n	float: right;\n	text-align: right;\n	width: 25%;\n	padding: 15px 0;\n}\n\n.pl-grid-excerpt{\n	p{\n		font-size: 85%;\n		line-height: 1.4em;\n		margin: 5px 0;\n		&:first-child{\n			margin-top: 0;\n		}\n	}\n}\n\n.pl-grid-image{\n	position: relative;\n	img{\n		max-width: 100%;\n	}\n	.pl-grid-image-info {\n		opacity: 0;\n		position: absolute;\n		display: block;\n		height: 100%;\n		width: 100%;\n		top: 0px;\n		left: 0px;\n		color: #fff;\n		.transition(all 0.2s linear);\n		.info-text {\n			opacity: 0;\n		//	.translate( 0, -10px);\n			background-color: rgba(0,0,0,.6);\n			padding: 9px 15px;\n			color: #fff;\n			font-size: 12px;\n			line-height: 1.3em;\n			margin: 5px;\n			display: inline-block;\n			border-radius: 3px;\n			.transition(all 0.1s linear);\n			&:hover {\n				opacity: 0.8;\n			}\n		}\n		.view,\n		.image,\n		.video {\n			position: absolute;\n			top: 0px;\n			left: 0px;\n			height: 100%;\n			width: 100%;\n			text-indent: -9999px;\n			color: #fff;\n			display: block;\n		}\n		/*span {\n					top: 0px;\n					left: 0px;\n					position: absolute;\n					display: block;\n					height: 42px;\n					width: 42px;\n					background-repeat: no-repeat;\n					background-position: center;\n					opacity: 0.8;\n					.transition(all 0.2s linear);\n				}\n				.pl-center {\n					.transition(all 0.2s linear);\n					text-align: center;\n					margin-top: 60px;\n					p {\n						padding-bottom: 0px;\n					}\n				}*/\n	}\n\n	.pl-grid-image-hover {\n		opacity: 0;\n		height: 100%;\n		width: 100%;\n		top: 0px;\n		left: 0px;\n		background-color: @linkColor;\n		position: absolute;\n		.transition(all 0.2s linear);\n	}\n\n	&:hover {\n\n		.pl-grid-image-info {\n			opacity: 1;\n			.info-text {\n	//			.translate( 0, 0);\n				opacity: 1;\n			}\n		}\n		.pl-grid-image-hover {\n			opacity: 0.7;\n			filter: alpha(opacity=90);\n		}\n\n	}\n}\n.section-icallout {\n\n	text-align: center;\n	.icallout-head{\n		\n		margin-bottom:12px;\n	}\n	.format-inline{\n		.icallout-head{\n			font-size: 37px;\n			line-height: 1em;\n		}\n		.icallout-head,\n		.icallout-action{\n			display: inline-block;\n			margin: 10px 15px;\n			\n			vertical-align: top;\n		}\n	}\n	\n\n}\n.section-testimonials{\n	text-align: center;\n	.pl-testimonials-container{\n		position: relative;\n	}\n	.the-testimonial{\n		padding-left: 0px;\n		text-align: center;\n		background-image: none;\n		width: 100%;\n		margin: 0 auto;\n		opacity: 0;\n		position: absolute;\n		left: -25px;\n		z-index: -1;\n	}\n	blockquote{\n		padding: 0 0 13px;\n		border:none;\n		font-size: 34px;\n		letter-spacing: -1px;\n		line-height: 1.35em;\n		\n		margin: 0;\n		p{margin: 0;font-style: normal;}\n	}\n	.cite,\n	cite{\n		font-size: 15px;\n		line-height: 40px;\n		display: inline-block;\n	}\n	.controls ul {\n		margin: 0px;\n		display: block;\n		text-align: center;\n		width: 100%;\n		z-index: 30;\n		position: relative;\n		width: 100%;\n		text-align: center;\n		li {\n			list-style: none;\n			cursor: pointer;\n			display: inline-block;\n			> span{\n			    border-style: solid;\n				border-width: 1px;\n			    border-radius: 10px 10px 10px 10px;\n			    cursor: pointer;\n			    display: inline-block;\n			    height: 10px;\n				width: 10px;\n			    margin: 0 4px;\n			    transition: background-color 0.2s linear 0s, border-color 0.2s linear 0s;\n			    \n			}\n			\n		}\n		&.nav-theme li{\n			\n		}\n		&.nav-avatar li{\n			> span{\n				border-radius: 0;\n				width: 30px;\n				height: 30px;\n				.background-size(cover);\n				opacity: .7;\n				display: inline-block;\n				transition: opacity 0.2s linear 0s;\n				border-width: 0;\n			}\n			&:hover > span,\n			&.active > span{\n				opacity: 1;\n			}\n		}\n	}\n\n\n}\n\n\n/**\n * General Navigation Styles\n */\n.quovolve-nav:before, \n.quovolve-nav:after {\n  content: \"\\0020\"; display: block; height: 0; visibility: hidden;  \n} \n.quovolve-nav:after { clear: both; }\n.quovolve-nav {\n  line-height: 30px;\n  zoom: 1;\n}\n\n\n.quovolve-nav a {\n	background: transparent;\n	display: block;\n	font-size: 0;\n	text-align: center;\n	\n\n}\n.quovolve-nav li.avatar-nav{\n	margin: 0 7px;\n	&:hover a{\n		opacity: .6;\n	}\n	&.active a{\n		opacity: 1;\n		\n	}\n	a{\n		opacity: .7;\n		.transition(all .1s ease-in-out);\n		.background-size(cover);\n		height: 50px;\n		width: 50px;\n		//opacity: .5;\n	}\n}\n\n\n.section-navi{\n	\n	text-align: center;\n	width: 100%;\n	position:relative; // without this there is issues with centered elements\n\n	.nav-searchform, \n	ul{\n		vertical-align: top;	\n		font-size: 12px;\n	}\n	.navi-wrap{\n		height: 50px;\n		position: relative;\n	}\n	.navi-container{\n		height: 36px;\n		padding: 7px;\n	}\n	.navi-right{\n		float: right;\n	}\n	.navi-left{\n		float: left;\n	}\n	.navi-center{\n		\n		display: inline-block;\n	}\n	.navi-searchform{\n		height: 50px;\n		line-height: 50px;\n		margin-bottom: 0;\n		\n		position: relative;\n		display: inline-block;\n		.btn-search{\n		\n		/*\n					font-size: 1.3em;\n					line-height: 1em;*/\n			padding: 0 20px;\n		}\n		input{\n			vertical-align: top;\n			margin: 0;\n			font-family: @defaultFont;\n			border: none;\n			\n			height: 50px;\n			width: 0;\n			background: transparent;\n			padding: 0;\n			.transition(width .5s ease-in-out);\n			border-radius: 0;\n			box-shadow: none;\n			&:focus{\n				box-shadow: none;\n			}\n		}\n		&.has-focus{\n		\n			input{\n				width: 130px;\n			}\n			 .btn-search{\n				color: @pl-link;\n			}\n		}\n	}\n	img{\n		max-height: 100%;\n	}\n	.navi-site-title,\n	.navi-site-description{\n		margin: 0;	\n	}\n	.navi-site-title{\n		font-size: 40px;	\n	}\n	.navi-site-description{\n		font-size: 15px;\n		text-align: left;\n		opacity: .8;\n	}\n	.pl-nav > li{\n		\n		> a{\n			line-height: 50px;\n			padding: 0 13px;\n		\n			opacity: .7;\n		}\n		.mm-toggle{\n			\n			padding: 0 20px;\n		}\n		\n		&.current-menu-item > a,\n		&:hover > a{\n			opacity: 1;\n			background: rgba(0,0,0,.03);\n		}\n	\n	} \n	\n	@media screen and ( max-width:@resPortraitTablet ){\n		.navi-searchform{\n			display: none;\n		}\n		.navi-site-title{\n			font-size: 28px;\n		}\n		.navi-site-description{\n			font-size: 14px;\n		}\n\n	}\n	\n			\n}\n\n\n\n\n\n\n.pl-map-wrap {\n}\n\n\n/* This is needed to overide img max-width 100% HAX */\n.gmnoprint img { max-width: none !important; }\n\n#pl-map{\n	position: relative; \n	overflow:hidden;\n	min-height: 200px;\n	min-width: 200px;\n}\n\n/* This is needed to overide img max-width 100% HAX */\n.pl-map img {\n	max-width: none !important;\n}/* Subnav */\n.spynav {\n	width: 100%;\n	height: auto;\n	.buttonBackground(@baseContrastSlight, @baseContrastMore);\n	border: 1px solid darken(@baseContrastMore, 10);\n	.box-shadow(inset 1px 1px 0 rgba(255,255,255,.4));\n	.border-radius(4px);\n	.box-sizing(border-box);\n  .nav {\n    margin-bottom: 0;\n	> li {\n\n		> a {\n			color: @textColorAlt;\n			margin: 0;\n			padding-top:    11px;\n			padding-bottom: 11px;\n			border-left: 1px solid rgba(255,255,255,.4);\n			border-right: 1px solid darken(@baseContrastMore, 10);\n			.border-radius(0px);\n			&:hover{\n				border-left: 1px solid rgba(255,255,255,.4);\n				border-right: 1px solid darken(@baseContrastMore, 10);\n				.buttonBackground(darken(@baseContrastMore, 5), @baseContrast);\n			}\n		}\n\n		&.active > a, &.active > a:hover{\n			color: @textColor;\n			padding-left: 13px;\n			.buttonBackground(darken(@baseContrastMore, 5), @baseContrast);\n			border-left: 0;\n			.box-shadow(inset 0 3px 5px rgba(0,0,0,.05));\n		}\n	}\n\n  }\n\n  .nav > .active > a .caret,\n  .nav > .active > a:hover .caret {\n    border-top-color: @baseContrastMore;\n  }\n  /* PageLines Fixes */\n  li {\n    list-style:none;\n  }\n\n  ul {margin:0;}\n\n  .nav > li:first-child > a,\n  .nav > li:first-child > a:hover {\n //   border-left: 0;\n    padding-left: 12px;\n    .border-radius(4px 0 0 4px);\n  }\n  .nav > li:last-child > a {\n //   border-right: 0;\n  }\n  .dropdown-menu {\n    .border-radius(0 0 4px 4px);\n  }\n\n}\n.spynav-space{\n	height: 40px;\n	display: none;\n}\n\n/* Fixed subnav on scroll, but only for 980px and up (sorry IE!) */\n@media (min-width: 767px) {\n  .spynav-fixed {\n    position: fixed;\n    top: 72px;\n    left: 0;\n    right: 0;\n    z-index: 990; /* 10 less than .navbar-fixed to prevent any overlap */\n    border-color: darken(@baseContrastMore, 10);\n    border-width: 0 0 1px; /* drop the border on the fixed edges */\n    .border-radius(0px);\n    .box-shadow (~\"inset 0 1px 0 rgba(255,255,255,.4), 0 1px 5px rgba(0,0,0,.1)\");\n	.nav {\n	    margin: 0 auto;\n	    padding: 0 1px;\n		> li:first-child{\n			.border-radius(0);\n			> a, > a:hover{\n				.border-radius(0);\n			}\n		}\n	}\n  }\n\n\n}\n\n@media (max-width:767px) {\n  .spynav .nav-tabs > li, .spynav .nav-pills > li {\n    float:none;\n  }\n\n  .spynav .nav > li:first-child > a,\n  .spynav .nav > li:first-child > a:hover {\n    .border-radius(4px 4px 0 0);\n  }\n\n  .spynav .nav > li:last-child > a,\n  .spynav .nav > li:last-child > a:hover {\n    .border-radius(0 0 4px 4px);\n  }\n\n  .spynav .nav > li > a:hover {\n      background-color: lighten(@baseContrastSlight, 5);\n  }\n}.section-pageheader{\n	.pl-area-pad{\n		box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);\n	}\n}\n.pl-ph-container{\n	.background-size(cover);\n	background-position: center center;\n	\n	.pl-content {\n		padding: 60px 0;\n		\n	}\n	h2{\n		margin: 0; \n		font-size: 40px;\n		line-height: 1.3em;\n		font-weight: 600;\n	}\n	.ph-sub{\n		font-size: 22px;\n		line-height: 1em;\n		font-weight: 300;\n		opacity: .7;\n	}\n	.ph-text{\n		float: left; \n		\n	}\n	.ph-meta{\n		float: right;\n		.btn{\n			margin: 0 10px;\n		}\n	}\n	\n	&.format-center{\n		text-align: center;\n		.ph-text,\n		.ph-meta{\n			float: none;\n			display: block;\n		}\n	}\n}.popthumbs-wrap{\n	text-align: center;\n	.popthumb{\n		width: 100%; \n		max-width: 200px; \n		display: inline-block; \n		position: relative;\n		.expander{\n			position: absolute; \n			\n			border: 2px solid #fff; \n			background: rgba(0,0,0,.3);\n			box-shadow: 0 1px 2px rgba(0,0,0,.3);\n			border-radius: 10px;\n			font-size: 20px;\n			padding: 10px;\n			text-align: center;\n			top: -17px; \n			right: -17px;\n			height: 17px;\n			width: 17px;\n			color: #fff; \n			line-height: 17px;\n		}\n		background: #fff; \n		padding: 4px; \n		border-radius: 5px;\n		box-shadow: 0 1px 3px rgba(0,0,0,.3);\n		margin-bottom: 8px;\n		&:hover{\n			opacity: .8;\n		}\n		\n	}\n	.popthumb-text{\n		padding: 8px 0;\n		.popthumb-desc{\n			opacity: .75;\n		}\n	}\n}.docker-wrapper{\n	position: relative;\n	\n	.docker-title{\n		margin: 0 0 15px; \n	}\n	.sticky-wrapper{\n		position: absolute;\n	}\n	.docker-sidebar{\n		border-style: solid; \n		border-width: 1px;\n		width: 280px;\n		position: absolute;\n		.docker-mobile-drop{\n			text-align: center; \n			font-size: 15px;\n			line-height: 40px;\n			display: none;\n			cursor: pointer;\n			text-transform: uppercase; \n			letter-spacing: 1px;\n		}\n		ul{\n			padding: 10px 0;\n			lh{\n				font-weight: 600;\n				font-size: 1.2em;\n				margin-bottom: 0px;\n			}\n			\n		} \n		&.sticky{\n			float: none; \n			position: fixed; \n			top: 20px; \n			z-index: 6; \n			left: auto;\n\n		}\n	}\n	.docker-content{\n		margin-left: 320px;\n		padding: 20px 0;\n		min-height: 500px;\n	}\n	@media (max-width: @resPortraitTablet) {\n		\n		\n		.sticky-wrapper, \n		.docker-sidebar{\n			width: auto;\n			position: static !important; \n			height: auto !important; \n		}\n		.docker-sidebar{\n			.docker-mobile-drop{\n				display: block;\n			}\n			ul{\n				display: none;\n				&.show-me{\n					display: block;\n				}\n			}\n		}\n		.docker-content{\n			margin-left: 20px;\n		}\n\n	}\n}\n\n.section-docker.pl-area{\n	.docker-wrapper{\n		padding: 0 15px;\n		box-sizing: border-box;\n	}\n}.socialinks-wrap {\n	\n\n	.sl-text{\n		float: left;\n		line-height: 26px;\n		font-size: 12px;\n		.sl-copy{\n			padding-right: 10px;\n		}\n		.sl-nav{\n			li a{\n				padding: 0 10px;\n			}\n		}\n	} \n	.sl-links{\n		float: right;\n	}\n	\n	&.sl-links-left{\n		.sl-text{\n			float: right;\n		}\n		.sl-links{\n			float: left;\n		}\n	}\n	@media (max-width: @resPortraitTablet) {\n		.sl-text, \n		.sl-links{\n			\n			float: none;\n			text-align: center;\n			margin: 10px 0;\n		}\n		.pl-nav{\n			display: block;\n		}\n\n	}\n}\n.section-secondnav{\n	&.container{\n		margin: 0;\n	}\n	ul{\n		list-style:none;\n		margin:0;\n		li{\n			float: left;\n			a{\n				display: block;\n				padding: 3px 8px;\n				border:none;\n				&:active{\n					text-decoration:none;\n				}\n			}\n		}\n	}\n	.secondnav_menu {\n		margin:0 0 0 0px;\n	}\n}\n.flipper-heading {\n	z-index: 100;\n	position: relative;\n	margin: 7px 0;\n	min-height: 23px;\n	line-height: 20px;\n	.flipper-title{\n		text-transform: uppercase; \n		font-weight: 600;\n		padding-top: 5px;\n	}\n	.flipper-next, \n	.flipper-prev {\n	    \n	    cursor: pointer;\n	    display: block;\n		text-align: center;\n	    margin-left: 5px;\n	    .transition(all 0.1s linear 0s);\n	    background-repeat: no-repeat!important;\n	    position: absolute;\n	    top: 0px;\n	    height: 20px;\n	    width: 20px;\n		right: 0px;\n	    .border-radius(1px);\n	\n	}\n\n	.flipper-prev {\n		right: 25px;\n	}\n\n	.flipper-prev:hover, \n	.flipper-next:hover  {\n		background-color: @linkColor;	\n		color: @pl-base;\n	}\n	\n}\n\n\n.pl-area.section-flipper {\n	overflow:hidden;\n	.flipper-heading-wrap{\n		/*  */\n		\n	\n		margin: 0 10px;\n		position: relative;\n	}\n	\n	.flipper-items .flipper-meta {\n		padding: 15px;\n	}\n}\n.section-flipper {\n	.pl-section-pad{\n		padding: 15px 0;\n		overflow: hidden;\n		position: relative;\n	}\n}\n\n.flipper-wrap {\n	position: relative;\n	margin-left: -10px;\n	margin-right: -10px;\n	.flipper {\n		opacity: 0;\n		max-height: 400px;\n		&.flipper-loaded{\n			max-height: none;\n		}\n	}\n	\n	.flipper-items {\n		overflow: hidden;\n		> li {\n			\n			position: relative;\n			display: block;\n			float: left;\n			\n			h3 {\n				position: relative;\n				top: 0px;\n				color: #fff;\n				margin-bottom: 10px;\n			}\n			img {\n				width: 100%;\n				display: block;\n				float: left;\n				margin-bottom: 0px;\n				\n			}\n		}\n		&.layout-grid {\n			li{\n				margin: 0px 10px 0px 10px;\n			}	\n		}\n		&.layout-masonry li{\n			margin: 0px;\n		}\n		.flipper-item{\n			position: relative;\n			\n			.flipper-info-bg {\n				opacity: 0;\n				height: 100%;\n				width: 100%;\n				top: 0px;\n				left: 0px;\n				background-color: @linkColor;\n				position: absolute;\n				.transition(all 0.2s linear);\n			}\n\n			.flipper-info {\n				opacity: 0;\n				position: absolute;\n				display: block;\n				height: 100%;\n				width: 100%;\n				top: 0px;\n				left: 0px;\n				color: #fff;\n				.transition(all 0.2s linear);\n				.info-text {\n					background-color: rgba(0,0,0,.6);\n					padding: 9px 15px;\n					color: #fff;\n					font-size: 12px;\n					line-height: 1.3em;\n					margin: 5px;\n					display: inline-block;\n					.border-radius(3px);\n					.transition(all 0.1s linear);\n					&:hover {\n						opacity: 0.8;\n					}\n				}\n				.view,\n				.image, \n				.video {\n					position: absolute;\n					top: 0px;\n					left: 0px;\n					height: 100%;\n					width: 100%;\n					text-indent: -9999px;\n					color: #fff;\n					display: block;\n				}\n				span {\n					top: 0px;\n					left: 0px;\n					position: absolute;\n					display: block;\n					height: 42px;\n					width: 42px;\n					background-repeat: no-repeat;\n					background-position: center;\n					opacity: 0.8;\n					.transition(all 0.2s linear);\n				}\n				.pl-center {\n					.transition(all 0.2s linear);\n					text-align: center;\n					margin-top: 60px;\n					p {\n						padding-bottom: 0px;	\n					}\n				}\n			}\n			&:hover {\n\n				.flipper-info {\n					opacity: 1;\n					.pl-center {\n						padding-top: 20px;\n					}\n				}\n				.flipper-info-bg {\n					opacity: 0.9;\n					filter: alpha(opacity=90);\n				}\n			}\n		}\n\n		.flipper-meta {\n			padding: 10px 0;\n			text-align: left;\n			.pl-karma{\n				float: right; \n				margin-top: 4px;\n			}\n			\n			.flipper-post-title{\n				margin: 0;\n				line-height: 1.4em;\n			}\n			.flipper-metabar{\n				opacity: .6;\n				font-size: @fontSizeSmall;\n			}\n		}\n		.flipper-excerpt{\n			opacity: .8;\n			font-size: 90%;\n			border-top-style: solid;\n			border-bottom-style: solid;\n			border-top-width: 1px;\n			border-bottom-width: 1px;\n			margin-top: 1em;\n			p{\n				margin: 1em 0;\n			}\n		}\n		\n	}\n}\n\n\n\n\n\n\n\n/* PAGELINES STYLES */\n .revslider-container{\n	\n	width:100%;\n	position:relative;\n	padding:0;\n	.pl-slider{\n		opacity: 0;\n	}\n 	.tparrows {\n\n		background: rgba(0,0,0,.4);\n\n\n		&:hover{\n			background: rgba(0,0,0,.8);\n			color: #fff;\n			opacity: 1;\n		}\n		text-align: center;\n		height: 60px;\n		width: 60px;\n		color: #fff; \n		font-size: 40px;\n		border-radius: 2px;\n		i{\n			margin: 9px 0 0 1px;\n			display: block;\n		}\n\n	}\n	\n	.tp-bullets.simplebullets.square .bullet{\n		background: transparent; \n		border: 1px solid #fff; \n		width: 8px;\n		height: 8px;\n		margin: 0 5px;\n		border-radius: 6px;\n		&.selected, \n		&:hover{\n			background: #fff; \n		}\n	}\n\n	.text-center{\n		text-align: center;\n\n	}\n	\n	//Revolution Slider forces H2 around everything\n	h2.slider-text {\n		font-weight: 300;\n		color: #fff;\n	\n		.transition(all 0.3s linear);\n		margin-bottom: 15px;\n	\n	\n		font-weight: inherit;\n		margin: 0;\n		font-size: 60px;\n		line-height: 1.1em;\n		.title{\n			display:inline-block;\n			margin-bottom: 5px;\n\n		}\n		small{\n			display: block;\n			font-weight: inherit;\n			font-size: 24px;\n			line-height: 1.3em;\n			padding: 8px 0;\n		}\n	\n	}\n	\n	&.element-dark{\n		.slider-text{\n			text-shadow: 0 1px 0 rgba(255,255,255,.4);\n			color: #000;\n		}\n\n		.tparrows {\n			background: rgba(255,255,255,.4);\n			color: #000; \n			&:hover{\n				background: rgba(255,255,255,.8);\n				color: #000;\n			}\n		}\n\n		.tp-bullets.simplebullets.square .bullet{\n\n			border: 1px solid #000; \n\n			&.selected, \n			&:hover{\n				background: #000; \n			}\n		}\n	}\n	/* Text Sizing*/\n	.slider-content{\n		font-family: @plHeaderFont;\n		text-shadow: 0 -1px 0 rgba(0,0,0,.4);\n\n		&.left-side,\n		&.right-side{\n			//max-width: 400px;\n			text-align: left;\n		}\n		&.centered{\n			text-align: center;\n		}\n\n		\n\n		.slider-buttons{\n			padding-top: 25px;\n			\n			a.slider-btn {\n				\n				margin-right: 15px;\n			\n				&:last-child{\n					margin-right: 0;\n				}\n			}\n		}\n		\n		\n	}\n\n	.tp-bannertimer{\n		z-index: 90; // goes under nav\n	}\n	\n	@media (max-width: @resPortraitTablet) {\n		h2.slider-text {\n			font-size: 27px;\n			line-height: 1.1em;\n			small{\n				font-size: 14px;\n			}\n\n		}\n		.slider-buttons .btn.btn-large{\n			padding: 4px 12px;\n			font-size: 12px;\n			letter-spacing: 0;\n		}\n	}\n	\n\n\n}\n\n\n.pl-sharebar-pad{\n	line-height: 20px;\n	text-align: center;\n	.txt-wrap{\n		margin: 8px 0 0;\n		opacity: .5;\n	}\n	.txt{\n		display:inline-block;\n		font-family: @defaultFont;\n		font-size: 12px;\n		line-height: 1.5em;\n		max-width: 350px;\n	}\n}\n\n\n.meta-share{\n	padding-top: 5px;\n	iframe, object{\n		width: auto;\n	}\n}\n\n\n\n.pin_wrap {\n	display: inline-block;\n}\";s:4:\"core\";s:255162:\"// Reset.less\n// Adapted from Normalize.css http://github.com/necolas/normalize.css\n// ------------------------------------------------------------------------\n\n/* Reset\n *****************************/\nhtml,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{\n	margin:0;\n	padding:0;\n	border:0;\n	outline:0;\n	font-size:100%;\n	vertical-align:baseline;\n	background:transparent;\n}\n\nbody{\n	line-height:1\n}\nol,ul{\n	list-style:none\n}\nblockquote, q{\n	quotes:none\n}\nblockquote:before,blockquote:after,q:before,q:after{\n	content:\'\';\n	content:none\n}\n\n:focus{\n	outline:0\n}\n\nins{\n	text-decoration:none;\n}\ndel{\n	text-decoration:line-through\n}\n\ntable{\n	border-collapse:collapse;\n	border-spacing:0;\n}\n\n\n// Display in IE6-9 and FF3\n// -------------------------\n\narticle,\naside,\ndetails,\nfigcaption,\nfigure,\nfooter,\nheader,\nhgroup,\nnav,\nsection {\n  display: block;\n}\n\n// Display block in IE6-9 and FF3\n// -------------------------\n\naudio,\ncanvas,\nvideo {\n  display: inline-block;\n  *display: inline;\n  *zoom: 1;\n}\n\n// Prevents modern browsers from displaying \'audio\' without controls\n// -------------------------\n\naudio:not([controls]) {\n    display: none;\n}\n\n// Base settings\n// -------------------------\n\nhtml {\n  font-size: 100%;\n  -webkit-text-size-adjust: 100%;\n      -ms-text-size-adjust: 100%;\n}\n// Focus states\na:focus {\n  .tab-focus();\n}\n// Hover & Active\na:hover,\na:active {\n  outline: 0;\n}\n\n// Prevents sub and sup affecting line-height in all browsers\n// -------------------------\n\nsub,\nsup {\n  position: relative;\n  font-size: 75%;\n  line-height: 0;\n  vertical-align: baseline;\n}\nsup {\n  top: -0.5em;\n}\nsub {\n  bottom: -0.25em;\n}\n\n// Img border in a\'s and image quality\n// -------------------------\n\nimg {\n  height: auto;\n  border: 0;\n  -ms-interpolation-mode: bicubic;\n  vertical-align: middle;\n}\n\n// Forms\n// -------------------------\n\n// Font size in all browsers, margin changes, misc consistency\nbutton,\ninput,\nselect,\ntextarea {\n  margin: 0;\n  font-size: 100%;\n  vertical-align: middle;\n}\nbutton,\ninput {\n  *overflow: visible; // Inner spacing ie IE6/7\n  line-height: normal; // FF3/4 have !important on line-height in UA stylesheet\n}\nbutton::-moz-focus-inner,\ninput::-moz-focus-inner { // Inner padding and border oddities in FF3/4\n  padding: 0;\n  border: 0;\n}\nbutton,\ninput[type=\"button\"],\ninput[type=\"reset\"],\ninput[type=\"submit\"] {\n  cursor: pointer; // Cursors on all buttons applied consistently\n  -webkit-appearance: button; // Style clickable inputs in iOS\n}\ninput[type=\"search\"] { // Appearance in Safari/Chrome\n  -webkit-appearance: textfield;\n  .box-sizing(content-box);\n}\ninput[type=\"search\"]::-webkit-search-decoration,\ninput[type=\"search\"]::-webkit-search-cancel-button {\n  -webkit-appearance: none; // Inner-padding issues in Chrome OSX, Safari 5\n}\ntextarea {\n  overflow: auto; // Remove vertical scrollbar in IE6-9\n  vertical-align: top; // Readability and alignment cross-browser\n}\n/*\ninput[type=number]::-webkit-inner-spin-button, \ninput[type=number]::-webkit-outer-spin-button { \n  -webkit-appearance: none; \n  margin: 0; \n}*/\n/*\n * PAGELINES STRUCTURE AND RESPONSIVE\n ***********************************/\n\n\nbody {\n	\n	zoom:1;\n//	overflow-x: hidden;\n	\n	.site-wrap{\n		background: @bodyBackground;\n		z-index: 0;\n	//	position: relative;\n		.transition(all .3s ease-in-out);\n		&.show-mobile-menu{\n			//-webkit-filter: blur(3px);\n			margin-left: -260px;\n		}\n		\n		&.supersized{\n			background: transparent;\n		}\n		\n		#supersized{\n			background: @bodyBackground;\n		}\n	}\n	\n	.pl-region > .template-region-wrap{\n		min-height: 450px;\n	}\n	&.drag-drop-editing .pl-region > .template-region-wrap{\n		min-height: 0;\n	}\n	.pl-fixed-top{\n		background-color: @pl-base;\n		box-shadow: 0 1px 0 rgba(0,0,0,0.2);\n		\n	}\n	.mm-toggle{\n		cursor: pointer;\n		position: relative; \n		z-index: 10; \n	}\n	.pl-mobile-menu{\n		position: fixed; \n		z-index: 1050;\n		margin-right: -260px;\n		width: 260px;\n		right: 0;\n		height: 100%;\n		.transition(all .3s ease-in-out);\n		background: rgba(0,0,0,.87);\n		height: 100%;\n		color: rgba(255,255,255,.5);\n		font-family: @defaultFont;\n		&.show-menu{\n			margin-right: 0px;\n		\n		}\n		.mm-close{\n			cursor: pointer;\n			opacity: .5;\n			&:hover, &:active{\n				opacity: 1;\n			}\n		}\n		\n		.mm-search{\n			margin: 0; \n			position: relative;\n			input{\n				width: 100%; \n				margin: 0; \n				background: rgba(0,0,0, .15);\n				border: none; \n				border-radius: 0;\n				padding-left: 30px;\n				color: #fff; \n				border: none;\n				outline: none;\n				border-bottom: 1px solid rgba(255, 255, 255, .1);\n				font-family: @defaultFont;\n				&:focus{\n					box-shadow: none;\n					background: rgba(255,255,255, .15);\n				}\n			}\n			input::-webkit-input-placeholder { color:rgba(255,255,255,.3); }\n			input::-moz-placeholder { color:rgba(255,255,255,.3); }\n			.btn-search{\n				position: absolute;\n				right: 21px;\n				font-size: 15px;\n				top: 5px;\n			}\n		}\n		.mm-holder{\n			padding: 10px 20px 20px 30px;\n		\n			width: 210px;\n			height: 80%;\n			overflow-y: scroll;\n		}\n		ul.mobile-menu{\n			margin-bottom: 25px;\n			margin-right: 15px;\n		}\n		a{\n			color:inherit;\n			&:hover{\n				color: #fff; \n			}\n		}\n		ul{\n			li{\n				margin-bottom: 5px;\n				ul{\n					margin: 8px 0 5px 0;\n					border-left: 1px solid rgba(255,255,255, .1);\n					padding-left: 12px;\n					li{\n						line-height: 1em;\n					}\n					li a{\n						font-size: 13px; \n						line-height: 1.3em;\n					}\n				}\n				\n			}\n			a{\n				font-size: 14px; \n				line-height: 1.4em;\n			}\n			&.secondary-menu{\n				a,\n				li ul li a{\n					font-size: 12px;\n				}\n				li ul{\n					margin: 5px 0 3px 0;\n				}\n			}\n			\n		}\n		ul li {\n			\n			&.current_page_item > a{\n				color: #fff; \n			}\n		} \n		\n		\n		.mm-icon{\n			margin-right: 10px;\n		}\n	}\n	\n\n	&.display-boxed .boxed-wrap{\n		position: relative;\n		margin: 0 auto;\n		max-width:  @plContentWidth;\n		background: @pl-base;\n		&.boxed-nobg{background: transparent;}\n		.pl-area-wrap > .pl-content {\n			padding-left: 16px;\n			padding-right: 16px;\n		}\n	}\n	&.display-full .pl-content, \n	&.display-boxed .pl-fixed-top .pl-content{\n		position: relative;\n		max-width: @plContentWidth;\n		margin: 0 auto;\n\n	}\n	.section-plcolumn{\n		margin-bottom: 0;\n	}\n\n	#footer section:last-child{\n		margin-bottom: 0;\n	}\n}\n\n\n\n/*\n * SECTION STRUCTURE\n ***********************************/\n\n.pl-section-pad{\n	padding: 15px 0;\n	.row:last-child > [class*=\"span\"]{\n		margin-bottom: 0;\n	}\n	@media (max-width: @resPortraitTablet) {\n		padding: 11px;\n		.row:last-child > [class*=\"span\"]{\n			margin-bottom: 15px;\n		}\n	}\n}\n\nbody .pl-area .pl-section{\n	margin-bottom: 0;\n	.pl-section {\n		> .pl-section-pad{\n			padding: 8px;\n			margin-bottom: 1em;\n		}\n	}\n	&.section-plcolumn {\n		> .pl-section-pad{\n			padding: 0;\n		}\n		.pl-section:last-of-type{\n			margin-bottom: 0;\n		}\n	}\n}\n\n.pl-scroll-translate{\n	overflow:hidden;\n}\n@media (max-width: @resPortraitTablet) {\n	.pl-scroll-translate .pl-area-wrap{\n		-webkit-transform: translate(0, 0) !important;\n		transform: translate(0, 0) !important;\n	}\n}\n\n.pl-window-height{\n	position: relative;\n	background-size: cover;\n	min-height: 600px;\n	.pl-area-wrap{\n		display: none;\n		position: absolute;\n		width: 100%; \n		top: 50%; \n	}\n}\n\n.pl-area-wrap{\n	background-position: 50% 0;\n}\n\n.pl-bg-cover{\n	background-position: 50% 50%;\n	.background-size(cover);\n}\n.pl-bg-repeat{\n	background-repeat: repeat;\n}\n\nh2.pl-section-title{\n	text-align: center;\n	padding: 40px;\n	font-weight: 300;\n	margin: 0;\n}\n\nh3.pl-section-title{\n	font-size: 19px;\n	line-height: 22px;\n	margin: 0 0 12px;\n}\n\n\n\n/*\n * STANDARD COLORING\n ***********************************/\n\n\n.pl-link{\n	color: @pl-link;\n}\n\n.pl-link-inverse{\n	background: @pl-link;\n	color: @pl-base;\n}\n\n.nav-theme li {\n	> a, \n	> span{\n		border-color: @pl-text; \n	}\n	&:hover,\n	&.active{\n		> a,\n		> span{\n			background-color: @pl-text;\n		}\n	}\n}\n\n.theme-list-nav{\n	li, \n	lh{\n		\n		a {\n			color: @pl-text;\n			display: block;\n			padding: 4px 20px;\n		}\n		&:hover a,\n		&.current-menu-item a{\n			background-color: fadeout(@pl-text, 95% );\n		}\n	}\n\n}\n\n.pl-border{\n	border-color: @baseContrastDark; \n}\n.pl-contrast{\n	background-color: fadeout(@pl-text, 95% );\n	.pl-contrast,\n	.widget li,\n	.pl-border{\n		border-color: fadeout( @pl-text, 90%); \n	}\n}\n.pl-base{\n	background-color: @pl-base;\n}\n\n.pl-white,\n.pl-light-img{\n	color: #000; \n	background-color: #fff; \n	\n	h1, h2, h3, h4, h5, h6, a, blockquote, .metahead a{\n		color: #000; \n	}\n	a:hover{\n		opacity: .7;\n		color:inherit;\n	}\n	.pl-base{\n		background-color: #fff; \n	}\n	.widget li,\n	.pl-border{\n		border-color: #eee;\n	}\n	.nav-theme li {\n		> a, \n		> span{\n			border-color: #000; \n		}\n		&:hover,\n		&.active{\n			> a,\n			> span{\n				background-color: #000;\n			}\n		}\n	}\n	\n	.pl-contrast{\n		\n		color: #000;\n		border-color: #000;\n	}\n	.pl-link{\n		color:#000;\n	}\n	.pl-social-counter{\n		border-right-color: rgba(0,0,0,.4);\n		.pl-social-icon i{\n			color: #000;\n			opacity: .5;\n		}\n		&:hover, \n		&.loved{\n			.pl-social-icon i{\n				opacity: 1;\n			}\n		}\n	}\n}\n\n.pl-black,\n.pl-grey,\n.pl-dark-img{\n	color: rgba(255,255,255,.7); \n	\n	h1, h2, h3, h4, h5, h6, a, blockquote{\n		color:#fff; \n	}\n	.nav-theme li {\n		> a, \n		> span{\n			border-color: #fff; \n		}\n		&:hover,\n		&.active{\n			> a,\n			> span{\n				background-color: #fff;\n			}\n		}\n	}\n	.widget li,\n	.pl-border{\n		border-color: rgba(255,255,255,.2);\n	}\n	a:hover{\n		opacity: .7;\n		color:inherit;\n	}\n	\n	.theme-list-nav{\n		li, \n		lh{\n			a {\n				color: #fff;\n			}\n			&:hover a,\n			&.current-menu-item a{\n				background-color: rgba(255,255,255,.2); \n			}\n		}\n\n	}\n	.pl-social-counter{\n		border-right-color: rgba(255,255,255,.5);\n		.pl-social-icon i{\n			color: #fff;\n			opacity: .5;\n		}\n		&:hover, \n		&.loved{\n			.pl-social-icon i{\n				opacity: 1;\n			}\n		}\n	}\n	.pl-contrast{\n		background-color: rgba(255,255,255,.2); \n	}\n	\n	.pl-link{\n		color:#fff;\n	}\n	\n}\n.pl-black{\n	background-color:#000; \n	.pl-base{\n		background-color: #000; \n	}\n}\n\n.pl-grey{\n	background-color:#1c1c1c; \n	.pl-base{\n		background-color: #1c1c1c; \n	}\n}\n\n.pl-dark-img{\n	color: #fff;\n	background-color:#000; \n	.pl-base{\n		background-color: #000; \n	}\n	text-shadow: 0 -1px 0 rgba(0,0,0,.8);\n	\n}\n\n.pl-light-img{\n	color: #000;\n	text-shadow: 0 1px 0 rgba(255,255,255,.5);\n	\n}\n\n/*\n * FIXED TOP\n ***********************************/\n.pl-fixed-top{\n	position: fixed;\n	z-index: @zindexFixedNavbar;\n	left: 0;\n	width: 100%;\n}\n.fixed-top-pusher{\n	.transition(height 0.4s linear);\n}\n\n@media (max-width: @resPortraitTablet) {\n\n	.pl-fixed-top{\n		position: static;\n	}\n	.fixed-top-pusher{\n		display: none;\n	}\n\n}\n\n.column-boxed {\n	border-style: solid; \n	border-width: 1px; \n	box-sizing: border-box; \n	margin-bottom: 20px;\n}\n\n\n/*\n * LOADER\n ****************************************/\n.pl-load-element{\n	position: absolute; \n	top: 0; \n	left: 0;\n	width: 100%;\n	height: 100%;\n	background: @baseContrastSlight;\n	.pl-spin-c{\n		padding-top: 100px;\n	}\n	\n	\n}\n\n.no-js .pl-loader { display: none;  }\nbody{ margin: 0; }\n.pl-loader { \n	display: block; \n	&.pl-loader-page{\n		position: fixed; \n		z-index: 100000;\n	}\n	&.pl-loader-element{\n		position: absolute; \n		background: @baseContrastDark;\n		.pl-loader-content{\n			position: absolute; \n			top: 50%;\n			left: 50%; \n			margin: -30px 0 0 -30px;\n		}\n	}\n	\n	top: 0; \n	width: 100%; \n	height: 100%; \n	background: @pl-base; \n	\n	text-align: center;\n	a{\n		color: @pl-link;\n	}\n	&, p{\n		font-family: @defaultFont; \n		color: @pl-text; \n	}\n}\n\n.pl-spinner {\n   height:60px;\n   width:60px;\n   margin:0 auto;\n   position:relative;\n   -webkit-animation: pl-rotation .6s infinite linear;\n   border:6px solid fadeout(@pl-link, 70%);\n   border-radius:100%;\n}\n\n.pl-spinner:before {\n   content:\"\";\n   display:block;\n   position:absolute;\n   left:-6px;\n   top:-6px;\n   height:100%;\n   width:100%;\n   border-top:6px solid @pl-link;\n   border-left:6px solid transparent;\n   border-bottom:6px solid transparent;\n   border-right:6px solid transparent;\n   border-radius:100%; \n}\n\n@-webkit-keyframes pl-rotation {\n   from {-webkit-transform: rotate(0deg);}\n   to {-webkit-transform: rotate(359deg);}\n}\n\n\n/*\n * RESPONSIVE: GLOBAL\n ****************************************/\nbody{\n\n	// Images\n	.pl-content img {\n		max-width: 100%;\n		height: auto;\n		width: auto\\9; /* ie8 */\n	}\n	.ie8 img {\n		width: auto;\n		height: auto;\n	}\n\n	// Media\n	.hentry{\n		iframe,\n		video,\n		object{\n			max-width: 100%;\n		}\n	}\n\n}\n\n/*\n * RESPONSIVE: TABLET\n ****************************************/\n@media screen and ( max-width:@resPortraitTablet ){\n\n	.site-wrap{\n		-webkit-backface-visibility: hidden; // fixes flicker\n	}\n\n}\n\n/*\n * RESPONSIVE: PHONE\n ****************************************/\n@media screen and ( max-width : @resPhoneLandscape ) {\n	\n	.responsive{\n\n	}\n\n}\n\n\n\n\n\n@placeholderBG: #f1fcfd;\n\n@interfaceBG: rgba(0,0,0,.6);\n\n@editorBorder: #35eafd;\n@editorBorderTrans: rgba(53, 234, 253, .5);\n@editorText: #038196;\n\n.pl-editor{\n	\n	/*\n		Temporary fix for page template unable to select\n		https://github.com/pagelines/DMS/issues/784\n	*/\n	.panel-page-setup .tab-panel-inner {\n	    margin-top: 20px;\n	}	\n\n}\n\n\n\n// Drag and Drop Editing\n// --------------------------------------------------\n\n// Used to disable text selection, used in resize.. and more\n.disable-select{\n	.user-select(none);\n}\n\n.btn-region,\n.pl-section-controls{\n	font-family: @defaultFont;\n}\n\n.drag-drop-editing{\n\n	// Area Controls\n	// --------------------------------------------------\n\n	.pl-editor-only{\n		display: block;\n	}\n	.blank-section-template{\n		text-align: center; \n		font-size: 12px;\n		padding: 5px;\n	}\n	.pl-region{\n		position: relative;	\n		.pl-region-bar{\n			display: block;\n			text-align: center;\n			z-index: @zindexEditor;\n			background: rgba(125, 233, 253, .1);\n			border-top: 1px dashed @editorBorder;\n			width: 100%;\n			height: 10px;\n			line-height: 10px;\n			a.btn-region{\n				text-transform: uppercase;\n				background: rgba(125, 233, 253, .6);\n				color: rgba(0,0,0,.8);\n				text-shadow: 0 1px 0 rgba(255,255,255,.4);\n				font-size: 8px;\n				line-height: 10px;\n				padding: 0px 4px;\n				font-weight: 600;\n				vertical-align: top;\n				cursor: pointer;\n				i{\n					vertical-align: top;\n					padding-top: 1px;\n				}\n			}\n		}\n		\n	}\n	.custom-template,\n	.custom-section{\n		.pl-region-bar{\n			background: rgba(255, 179, 51, .1);\n			border-top: 1px dashed #ffb333;\n			a.btn-region{\n				background: rgba(255, 179, 51, .5);\n				&:hover{\n					background: rgba(255, 179, 51, .8);\n				}\n			}\n		}\n		.pl-content.nested-section-area {\n			border-top-color: #ffb333;\n			border-bottom-color: #ffb333;\n		}\n	 	.pl-area{\n			border-top-color: #ffb333;\n		}\n		\n		.ui-resizable-w,\n		.ui-resizable-e{\n			border-color: #ffb333;\n		}\n		.pl-section-title{\n			border-color: #ffb333;\n		}\n	}\n\n	.pl-area-container{\n		min-height: 20px;\n	}\n	.pl-area-ui-element{\n		border-bottom: 1px dashed @editorBorder;\n	}\n	.pl-area-placeholder{\n		max-height: 400px;\n		border-top: 1px dashed @editorBorder;\n		#gradient > .vertical(rgba(182, 242, 253, .06), rgba(125, 233, 253, .06));\n	}\n\n	.pl-area{\n		position: relative;\n		border-top: 1px dashed @editorBorder;\n		&.ui-sortable-helper{\n			border: 1px dashed @editorBorder;\n			.pl-area-controls{\n				display: none;\n			}\n		}\n		.pl-area-controls{\n			.transition(all 0.15s ease-in-out);\n			display: block;\n			z-index: @zindexEditor;\n			position: absolute;\n			left: 0;\n			top: 4px;\n			text-align: right;\n			width: 91px;\n			line-height: 1em;\n			font-size: 9px;\n\n			background: @interfaceBG;\n			text-shadow: 0 -1px 0 @interfaceBG;\n			color: #fff;\n			margin-left: -74px;\n\n			\n			&:hover,\n			&.area-control-hover{\n				opacity: 1;\n				margin-left: 0;\n				z-index: @zindexTooltip;\n			}\n			&::after{\n				content: \'\';\n				display: block;\n				width: 200px;\n				height: 160%;\n				position: absolute;\n				top: -5%;\n				right: -50px;\n				z-index: -100;\n			}\n\n\n			.area-control{\n				display: inline-block;\n				font-size: 10px;\n				font-weight: 600;\n				text-shadow: 0 -1px 0 @interfaceBG;\n				color: #fff;\n				height: 17px;\n				width: 17px;\n				line-height: 17px;\n				text-align: center;\n				&.area-reorder:hover{\n					cursor: move;\n				}\n				&:hover{\n					\n					cursor:pointer;\n					background:rgba(0,0,0,.6);\n				}\n				&:active{\n					background:rgba(0,0,0,1);\n				}\n			}\n			.area-unlock,\n			.tpl-unlock{\n				display: none;\n			}\n		}\n	}\n\n	&.display-boxed .page-canvas .pl-area {\n		overflow-x: hidden;\n		.pl-area-controls{\n\n		//	margin-left: 0;\n\n			&:hover{\n				opacity: 1;\n			//	margin-left: -92px;\n			}\n		}\n	}\n\n	.pl-section{\n		.box-sizing(border-box);\n		position: relative;\n		.transition(all 0.1s linear);\n		&.section-hover,\n		&:hover,\n		&.ui-sortable-helper {\n			\n			cursor: move;\n			box-shadow: 0 1px 3px rgba(0,0,0,.3);\n		//	background-color: rgba(0,0,0,.05);\n			> .pl-section-controls{\n				display: block;\n			}\n		}\n		\n		&.ui-sortable-helper{\n			.transition(none);\n			z-index: 10000;\n		}\n\n\n		&.section-plcolumn{\n			&:hover{background: transparent;}\n			margin-bottom: 20px;\n			outline: 1px dashed #35eafd;\n\n			&.empty-area .pl-sortable-column{\n				min-height: 70px;\n				.pl-column-forcer{\n					display: block;\n					width: 0;\n					height: 0;\n				}\n\n			}\n			&.force-start-row > .pl-section-controls:first-child a.s-control.section-start-row{\n				background:@editorBorder;\n			}\n			> .pl-section-controls:first-child{\n				top: -20px;\n				#gradient > .vertical(rgba(182, 242, 253, .8), rgba(125, 233, 253, .8));\n				&:hover{\n					#gradient > .vertical(rgba(182, 242, 253, .9), rgba(125, 233, 253, .9));\n				}\n				box-shadow: inset 1px 1px 0 rgba(255,255,255,.5);\n				outline: 1px dashed  @editorBorder;\n				color: @editorText;\n				text-shadow: 0 1px 0 rgba(255,255,255,.4);\n\n				a.s-control{\n					color: @editorText;\n					background: rgba(196, 235, 242, .4);\n					&:hover{\n						background:@editorBorder;\n						color:#000;\n					}\n					&:active{\n						background-color: #01c5df;\n						color:#222;\n					}\n				}\n\n			}\n\n		}\n		// Section Controls\n		.pl-section-controls{\n			position: absolute;\n			top: 0;\n			left: 0;\n			width: 100%;\n			z-index: @zindexEditor;\n			background: @interfaceBG;\n			text-shadow: 0 -1px 0 @interfaceBG;\n			color: #fff;\n			text-align: center;\n			\n			font-weight: 600;\n			font-size: 10px;\n			line-height: 21px;\n			.box-sizing(border-box);\n			&.section-controls-footer{\n				bottom: 0;\n				top: auto;\n				background: transparent;\n				a.s-control{\n					background: @interfaceBG;\n				}\n			}\n			&:hover{\n				cursor: move;\n			}\n			.controls-title,\n			.controls-right,\n			.controls-left{\n				display: inline;\n				clear: none;\n			}\n			.title-desc{\n				color: rgba(255,255,255, .5);\n			}\n			.controls-right{\n				padding-right: 4px;\n				float: right;\n			}\n			.controls-left{\n				padding-left: 4px;\n				float: left;\n			}\n			.s-control{\n				line-height: 16px;\n\n				font-size: 11px;\n				display: inline-block;\n				text-align: center;\n			}\n			span.s-control{\n				letter-spacing: .1em;\n			}\n			a.s-control{\n\n				width: 16px;\n				height: 16px;\n\n				padding: 0 1px;\n\n				.border-radius(3px);\n				background: rgba(0,0,0,.3);\n				&:hover{\n					background: rgba(0,0,0,.6);\n					color:#eee;\n				}\n				&:active{\n					background: rgba(0,0,0,.4);\n					color:#ccc;\n				}\n				.caret, &:hover .caret{\n				  border-top:   4px solid #fff;\n				  opacity: .6;\n				  content: \"\";\n				}\n				&.s-control-icon{\n					width: 16px;\n					height: 16px;\n					color:#fff;\n				}\n			}\n\n\n		}\n		\n	}\n	\n	\n	.editing-locked{\n		&.pl-region{\n			.linked-tpl{\n				display: inline;\n			}\n			.tpl-unlock{\n				display: inline-block;\n				opacity: .7;\n			}\n		}\n		&.pl-area{\n			.linked-section{\n				display: inline;\n			}\n			.area-unlock{\n				display: inline-block;\n				\n			}\n			.area-save{\n				display: none;\n			}\n		}\n	\n		\n		\n	}\n\n	.pl-sortable-area,\n	.pl-sortable-column{\n		min-height: 35px;\n		.transition(.5s);\n	}\n	&.pl-dragging{\n		.pl-sortable-column{\n			padding-top: 0px;\n		}\n		.section-plcolumn{\n			background: @pl-base;\n			outline: 1px dashed #35eafd;\n		}\n		.ui-sortable-helper{\n			border: 1px solid rgba(255,255,255,.4);\n			box-shadow: 0 1px 4px rgba(0,0,0,.5);\n			max-height: 350px;\n			overflow:hidden;\n			opacity: .5;\n		}\n		.pl-sortable-buffer{\n			height: 5px;\n			margin: 5px 0;\n			display: block;\n		}\n		&:hover,\n		&.ui-sortable-helper,\n		.section-plcolumn {\n			.pl-section-controls{\n				display: none !important;\n			}\n		}\n\n	}\n\n\n	// Area for dropping elements on drag\n	.pl-placeholder {\n		max-height: 200px;\n		display: inline;\n		float: left;\n		clear: none;\n		position: relative;\n		margin: 0 0 1em 0;\n		padding: 0;\n		.box-sizing(border-box);\n		border-radius: 5px;\n		#gradient > .vertical(rgba(182, 242, 253, .2), rgba(125, 233, 253, .2));\n		outline: 1px solid @editorBorderTrans;\n		// Used in nested columns\n		&.hidden-placeholder{\n			display: none;\n		}\n	}\n	.pl-sortable-area,\n	.pl-sortable-column{\n		.empty-area{\n			min-height: 35px;\n		}\n	}\n\n\n\n	.cant-offset .section-offset-increase,\n	.cant-offset .section-offset-reduce,\n	.cant-offset .offset-size,\n	.sortable-first .section-start-row{\n		opacity: .5;\n	}\n\n	.force-start-row .s-control.s-control-icon.section-start-row{\n		opacity: 1;\n		color: @editorBorder;\n		background: rgba(0,0,0,.7);\n	}\n\n\n\n	.loaded-notice{\n		.the-notice{\n			background:rgba(0,0,0,.6); \n			color:#fff; \n			display: inline-block; \n			padding: 5px 30px;\n			margin: 10px 0;\n			font-size: 11px;\n		}\n		text-align: center;\n		font-family: @buttonFontFamily;\n		font-weight: 600;\n	}\n\n\n}\n\n\n\n// Layout\n// --------------------------------------------------\n.width-resize{\n	// Resizing\n	.ui-resizable-handle {\n		&.ui-resizable-e,\n		&.ui-resizable-w{\n			cursor: move;\n			position: absolute;\n			font-size: 0.1px;\n			display: block;\n		}\n\n\n	}\n\n	&.resize-hover .ui-resizable-handle{\n		background: rgba(182, 242, 253, .2);\n\n	}\n	&.width-resizing .ui-resizable-handle{\n		background: rgba(182, 242, 253, .4);\n	}\n\n\n\n\n	.ui-resizable-e{\n		cursor: e-resize;\n		border-left: 1px dashed @editorBorder;\n		width: 5px;\n		right: -6px;\n		top: 0;\n		height: 100%;\n	}\n\n	.ui-resizable-w{\n		cursor: w-resize;\n		border-right: 1px dashed @editorBorder;\n		width: 5px;\n		left: -6px;\n		top: 0;\n		height: 100%;\n	}\n\n	&.width-resize-edge{\n		.ui-resizable-e{\n\n			border-left: 1px dashed @editorBorder;\n\n			right: 0;\n		}\n		.ui-resizable-w{\n\n			border-right: 1px dashed @editorBorder;\n\n			left: 0;\n\n		}\n	}\n\n	.footer .pl-area:last-child{\n		border-bottom: 1px dashed @editorBorder;\n	}\n	\n	.pl-content.nested-section-area{\n		border-top: 1px dashed @editorBorder;\n		border-bottom: 1px dashed @editorBorder;\n	}\n\n}\n\n\n// Need to refresh the page banner\n// --------------------------------------------------\n.pl-refresh-banner{\n	display: block;\n	padding: 20px;\n	text-align: center;\n	font-weight: 600;\n	opacity: .7;\n	.banner-content{\n		width: 160px;\n		margin: 0 auto;\n		.btn,\n		.banner-frame{\n			box-shadow: inset 1px 1px 0 rgba(255,255,255,.2), 1px 1px 0 rgba(255,255,255,.4);\n			border:1px solid rgba(0,0,0,.3);\n		}\n		.banner-frame{\n			max-width: 80px;\n			margin-bottom: 8px;\n			display: inline-block;\n			img{\n				max-width: 100%;\n			}\n		}\n	}\n	\n}\n\n\n\n\n\n// Toolbox/Toolbar\n// --------------------------------------------------\n\n#PageLinesToolbox.pl-toolbox{\n	position: fixed;\n	bottom: 0;\n	color: #000;\n	font-size: 13px;\n	line-height: 21px;\n	width: 100%;\n	z-index: 1040;\n	min-width: 760px;\n	font-family: @defaultFont;\n	h1, h2, h3, h4, h5, h6{\n		font-family: @defaultFont;\n		font-weight: normal;\n	}\n	font-weight: normal;\n	select, textarea, input{\n		font-size: 14px;\n		line-height: 1.5em;\n	}\n	button{font-weight: 600;}\n	.big-icon-button{\n		display: block;\n		text-align: center;\n		padding: 30px;\n		background: #f7f7f7;\n		border: 1px solid #ddd;\n		font-size: 18px;\n		font-weight: 600;\n		border-radius: 4px;\n		color: #000;\n		letter-spacing: -1px;\n		.the-icon{\n			font-size: 60px;\n			margin-bottom: 8px;\n		}\n		&:hover{\n			background: @btnPrimaryBackground;\n			border:1px solid darken( @btnPrimaryBackground, 10%);\n			color: #fff;\n		}\n	}\n	.type-textarea{\n		font-size: 12px;\n		line-height: 1.5em;\n		min-height: 9em;\n		padding: .7em;\n	}\n	.resizer-handle{\n		position: absolute;\n		height: 4px;\n		top: -4px;\n		width: 100%;\n		cursor: row-resize;\n		&:hover,\n		&.resizing{\n			background: rgba(53, 234, 253, .5);\n		}\n	}\n	.toolbox-handle{\n\n		@media (max-width: 1000px) {\n			 .btn-toolbox .txt{\n					display: none;\n			}\n		}\n\n		text-align: left;\n		#gradient > .vertical(rgba(230,230,230,.9), rgba(230,230,230, 1));\n		box-shadow: inset 1px 1px 0 rgba(255,255,255,.8), 0 1px 3px rgba(0,0,0,.2);\n		border-top: 1px solid #999;\n		border-bottom: 1px solid #999;\n		font-weight: 600;\n		text-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 1px rgba(255,255,255,1);\n		height: 28px;\n		line-height: 28px;\n		font-size: 13px;\n		padding: 0;\n\n		.user-select(none);\n\n\n		ul.controls{\n			float: left;\n			position: relative;\n			&.not-btn{\n				border-left: 1px solid transparent;\n				box-shadow: none;\n				border-right: 1px solid transparent;\n				overflow: hidden;\n				\n				width: 160px;\n				height: 28px;\n				> li {\n					.not-btn{\n						box-shadow: none;\n					}\n					&.switch-btn{\n						right: 0;\n						top: -30px;\n						opacity: 0;\n						position: absolute;\n						.transition( ~\"top .2s, opacity .3s\" );\n						&.active{\n							top: 0;\n							opacity: 1;\n						}\n						> .btn-toolbox{\n							border-left: 1px solid transparent;\n							border-right: 1px solid transparent;\n							padding: 0 4px;\n							overflow: hidden;\n							\n\n						}\n\n					}\n				}\n\n			}\n\n			&.send-right{\n				float: right;\n				margin-right: 0;\n			}\n\n			> lh{\n				line-height: 28px;\n				padding: 0 5px 0 25px;\n				color: #aaa;\n				border-right: 1px solid #cdcdcd;\n				i{display: block;}\n			}\n			> li,\n			> lh{\n				position: relative; // dropdown\n				float: left;\n				height: 28px;\n\n				&.dropup.open > .btn-toolbox{\n					#gradient > .vertical(#bbb, #ddd);\n					.crt{\n						color: #0f63cc;\n					}\n					.icon-caret-right:before{\n						content: \"\\f0d8\";\n					}\n\n				}\n			}\n			> li {\n				&.view-btn,\n				&.type-btn,\n				&.type-dropup, \n				&.type-btn-panel {\n					> .btn-toolbox{\n						padding: 0 8px;\n					}\n				}\n				&.el-closer, \n				&.el-pl-toggle{\n					margin-right: 40px;\n					display: none;\n				}\n\n				> .btn-toolbox{\n					vertical-align: middle;\n					display: block;\n					color: #000;\n					padding: 0 15px;\n					font-size: 11px;\n					line-height: 28px;\n					cursor: pointer;\n					border-left: 1px solid #BBB;\n					box-shadow: inset 1px 0 0  #fff; \n					> i{\n						margin-top: -4px;\n						font-size: 1.4em;\n						vertical-align: middle;\n					}\n					&:hover,\n					&.active-tab{\n\n						#gradient > .vertical(#ddd, #c1c1c1);\n						border-left: 1px solid #999;\n						text-decoration: none;\n						i{\n							color: #337EFF;\n						}\n					}\n					&:active{\n						\n						#gradient > .vertical(#bbb, #ddd);\n					}\n					&.btn-link{\n						color: #AAA;\n						border-left-color: #AAA;\n						padding: 0 8px;\n						&:hover{\n							background: transparent;\n						}\n						\n					}\n					&.btn-publish,\n					&.btn-refresh{\n						i{ color: #337EFF;}\n					}\n					&.btn-publish{\n						padding: 0 10px;\n						margin-right: 15px;	\n						height: 28px;\n						border-right: 1px solid #AAA; \n						box-shadow: inset 1px 0 0 #fff, inset -1px 0 0 rgba(255,255,255,.3), 1px 0 0 #fff; \n						#gradient > .vertical(#ddd, #ccc);\n					}\n					&.btn-state{\n						padding: 0 10px;\n						height: 28px;\n						#gradient > .vertical(#eee, #ddd);\n					}\n\n					\n					&.active-toggle {\n						#gradient > .vertical(#fff, #eee);\n						i{\n							color: #0f63cc;\n\n						}\n					}\n					&.btn-closer,\n					&.btn-pl-toggle{\n						\n						border-left: 1px solid transparent;\n						border-right: 1px solid #BBB;\n						box-shadow: 1px 0 0 #fff; \n						padding: 0 7px;\n						&:hover{\n							color:#08c;\n						}\n						&:active{\n							color: #444;\n						}\n					}\n\n\n				}\n			}\n\n\n\n		}\n\n		.btn-state span,\n		.update-state{\n			line-height: 26px;\n			.border-radius(10px);\n\n			background: rgba(10,226,0, .4);\n			width: 14px;\n			height: 14px;\n			display: inline-block;\n			box-shadow: inset 0 0 2px rgba(0,0,0,.4);\n			vertical-align: middle;\n			margin: -3px 0 0 0;\n\n		}\n\n\n		.btn-state span {\n			box-shadow: 0 1px 0 #fff, inset 0 0 2px rgba(0,0,0,.4);\n		}\n\n		.state-list{\n			li a{ cursor: pointer; }\n			.li-state-clean,\n			.li-state-multi,\n			.li-state-local,\n			.li-state-global,\n			.li-state-type,\n			.li-state-unsaved{\n				display: none;\n			}\n		}\n\n		#stateTool, #stateTool.clean {\n			.li-state-clean{ display: block; }\n		}\n		#stateTool.local{\n			.li-state-clean{ display: none; }\n			.li-state-local{ display: block; }\n			.state-tag,\n			.state-draft.local{\n				background: rgba(255, 0, 5, .4);\n			}\n		}\n		#stateTool.global{\n			.li-state-clean{ display: none; }\n			.li-state-global{ display: block; }\n			.state-tag,\n			.state-draft.global{\n				background: rgba(22, 134, 243, .5);\n			}\n		}\n		#stateTool.type{\n			.li-state-clean{ display: none; }\n			.li-state-type{ display: block; }\n			.state-tag,\n			.state-draft.type{\n				background: rgba(255, 196, 23, .4);\n			}\n		}\n		#stateTool.multi{\n			.li-state-clean{ display: none; }\n			.li-state-multi{ display: block; }\n			.state-tag,\n			.state-draft.multi{\n				background: rgba(139, 22, 243, .4);\n			}\n		}\n		#stateTool.unsaved{\n			.li-state-clean{ display: none; }\n			.li-state-unsaved{ display: block; }\n			.state-tag,\n			.state-draft.unsaved{\n				background: rgba(0, 0, 0, .9);\n			}\n		}\n\n\n\n	}\n	.toolbox-panel-wrap{\n		overflow: hidden;\n		direction: ltr; /* overide ltr */\n	}\n\n	.toolbox-panel{\n		.transition(margin-bottom .5s);\n		color: #000;\n		opacity:1;\n		&.in {\n			margin-bottom: 0;\n			opacity: 1;\n		}\n		margin-bottom: -20%;\n		width: 100%;\n		max-height: 80%;\n		overflow: scroll;\n		background:#FFF;\n		.toolbox-content{\n			background:#fff;\n			position: relative; // for colorpicker.\n			min-height: 300px;\n			.error-panel {\n				font-size: 1.6em;\n				color: #CCC;\n				font-weight: 600;\n				text-align: center;\n				padding: 50px 25px;\n			}\n		}\n		.tabbed-set{\n			overflow: hidden;\n			display: none;\n		}\n\n		.tabs-wrap{\n			margin-bottom: -99999px;\n			padding-bottom: 99999px;\n			float:left;\n			position: fixed;\n			width: 200px;\n			background:#d6dde5;\n			box-shadow: inset 1px 1px 0px rgba(255,255,255,.5), -1px 0 4px rgba(0,0,0,.1);\n			.box-sizing(border-box);\n			border-right: 1px solid #889cb4;\n			border-top: 1px solid #889cb4;\n		}\n		.tabs-nav{\n\n			overflow-y:scroll;\n			font-weight: 600;\n			font-size: 1em;\n			\n			lh{\n				color: #889cb4;\n				text-shadow: 0 1px 0 rgba(255,255,255,.6);\n				font-size: .85em;\n				letter-spacing: .05em;\n				text-transform: uppercase;\n				padding: 10px 10px 5px 15px;\n				display: block;\n			}\n			li{\n				.label{\n					padding: 1px 6px 2px;\n					background: rgba(0, 0, 0, 0.2);\n					vertical-align: top;\n					line-height: 20px;\n					font-size: 11px;\n					.border-radius(10px);\n				}\n				a{\n					font-size: 13px;\n					padding: 5px 0px 6px 25px;\n					line-height: 1.4em;\n					display: block;\n					border-top: 1px solid transparent;\n					border-bottom: 1px solid transparent;\n					color: #222;\n					text-shadow: 0 1px 0 rgba(255,255,255,.7);\n					&:hover{\n						background: #f7f7f7;\n					}\n					&:active{\n						background:#ddd;\n					}\n					.ltl{\n						color: #8ca6c4;\n						font-size: .8em;\n					}\n				}\n				&:last-child{\n					margin-bottom: 20px;\n				}\n\n				&.ui-state-active a{\n						#gradient > .vertical(@btnPrimaryBackground, @btnPrimaryBackgroundHighlight);\n						box-shadow: inset 1px 1px 0px rgba(255,255,255,.2), 0 1px 3px rgba(0,0,0,.2);\n						border-top-color: 1px solid @btnBorder;\n						border-bottom-color: darken(@btnBorder, 10%);\n						color:#fff;\n						text-shadow: 0 -1px 0 rgba(0,0,0,.7);\n						.ltl{\n							color: rgba(255,255,255,.7);\n						}\n				}\n\n\n			}\n		}\n		.panels-wrap{\n\n			padding: 15px 35px 35px 235px;\n			\n			.editor-alert{\n				border: none;\n				background-color: #eee;\n				font-size: 86%;\n				line-height: 1.4em;\n				\n				a.btn-mini{\n					margin-right: 5px;\n					margin-top: -1px;\n				}\n				\n			}\n		}\n		.tab-panel{\n			display: table-cell;\n			width: 10000px;\n			h2, \n			h3{\n				margin: 10px 0;\n				font-weight: 600;\n			}\n			font-weight: 300;\n			strong{font-weight: 500;}\n			\n			label{\n			\n				> small{ font-style: italic; opacity: .7; font-weight: 300; font-size: 12px; line-height: 1.3em;}\n				> .sbtl{ opacity: .3; font-weight: 400;opacity: .3;font-size: 80%; }\n			}\n			.label-reg{\n				font-size: 13px;\n				line-height: 1em; \n				margin: 8px 0 12px;\n				> input {margin: 0 3px 0 0; vertical-align: top;}\n			}\n			p,\n			ul,\n			ol{\n				font-size: 1em;\n			}\n			\n			.panel-tab-content{\n				\n				> p{\n					font-size: 16px; \n					line-height: 1.4em;\n					max-width: 650px;\n				}\n				> .well{\n					margin: 0;\n					> .btn {\n						i:last-child{\n							margin-left: 10px;\n						}\n						i:first-child{\n							margin: 0 4px;\n						}	\n					}\n				}\n			}\n			.pl-text-input{\n				background: #f7f7f7;\n				width: 300px;\n				font-size: 22px; \n				height: 45px; \n				padding: 10px;\n				max-width: 100%;\n				&:disabled{\n					opacity: .5;\n				}\n			}\n			\n			.pl-textarea-input{\n				background: #f7f7f7; \n				font-size: 15px;\n				line-height: 1.3em;\n				min-height: 100px; \n			}\n			.tab-panel-inner{\n\n				min-height: 300px;\n				legend{\n					font-size: 15px;\n					line-height: 30px;\n					font-weight:600;\n					margin-bottom: 10px;\n					.clip-desc{\n						font-weight: normal;\n						font-size: 12px;\n						margin-left: 7px;\n						color:#aaa;\n					}\n					.clip-tools{\n						line-height: 1.5em;\n						float: right;\n					}\n					\n				}\n\n			}\n			\n			.account-details{\n				display: none;\n			}\n			.account-creds, \n			.account-overview{\n				float: left;\n				\n			}\n			.account-creds{\n				float: left;\n				width: 25%;\n				.account-field{\n					margin-bottom: .5em 0;\n				}\n				.account-saving{\n					display: none;\n				}\n			}\n			.account-overview{\n				float: right;\n				width: 70%;\n				\n				margin-bottom: 2em;\n				.account-overview-pad h3{\n					border-bottom: 1px solid #eee;\n				}\n				.account-info{\n					border-top: 1px solid #eee;\n					padding: 1em 0;\n					\n					.well{\n						padding: 10px;\n						margin: 0 0 10px;\n					}\n					\n					\n				}\n			}\n			h4{\n				font-size: 15px; \n				font-weight: 600; \n				margin-bottom: 10px;\n			}\n			.karma-nav{\n				text-align: center;\n				margin: .5em;\n			}\n			.karma-row{\n				text-align: center; \n				.kcol{ padding: 4px 0 10px; margin-bottom: 0;}\n				.big-karma{\n					font-weight: 800;\n					font-size: 60px;\n					padding: 5px 5px 18px;\n					line-height: 1.3em;\n			//		.border-radius(300px);\n					background: #f7f7f7;\n					text-shadow: 0 1px 0 #fff; \n					position: relative; \n					strong{\n						display: block;\n						font-weight: 800;\n						font-size: 12px;\n						line-height: 1em;\n						text-transform: uppercase;\n						opacity: .3;\n						\n					}\n				}\n			}\n			.store-search-results{\n				max-width: 600px;\n				li{\n					border-top: 1px solid #eee; \n					padding: 1em 0;\n					p{\n						opacity: .7;\n					}\n				}\n			}\n			\n			.opt-col{\n				padding-bottom: 30px;\n			}\n			\n			\n		\n			.opt{\n				margin-bottom: 5px;\n				.opt-name{\n					border-bottom: 1px solid #ddd;\n					font-size: 15px;\n					padding: 7px 0;\n					font-weight: 600;\n					\n					small{\n						color:#aaa;\n					}\n				}\n				&.opt-type-accordion > .opt-box{\n					padding: 15px 0;\n				}\n				.accordion-tools{\n					margin: 8px 0;\n					text-align: right;\n				}\n				.option-group{\n					background: #f7f7f7;\n					padding: 8px 15px;\n					input[type=\"text\"]{\n						background: #fff; \n					}\n					.upload-box{\n						margin-bottom: 5px; \n					}\n					.media-select-video{\n						width: 48%;\n						margin-right: 2%;\n						display: inline-block;\n						&:last-child{\n							margin: 0;\n						}\n					}\n				}\n				.button-link{\n					.input-wrap{\n						display: inline-block;\n						width: 30%;\n						margin: 0;\n						margin-right: 3%;\n						vertical-align: top;\n						label{\n							opacity: .7;\n							font-size: 10px;\n							line-height: 1em;\n							span{display: none;}\n						}\n						input[type=\"text\"]{\n							margin: 0;\n						}\n						input, select, textarea{\n							max-width: 100%;\n						}\n					}\n				}\n				.opt-accordion{\n					border: 1px solid #ccc; \n					.opt-group:first-child .opt-name{\n						border-top: none;\n					}\n					.opt-name{\n						#gradient > .vertical(#eee, #ddd);\n						padding: 6px 4px 6px 10px;\n					\n						border-top: 1px solid #bbb; \n						\n						text-shadow: 0 1px 0 #fff; \n						box-shadow: inset 1px 1px 0 #fff; \n						margin: 0;\n						.btn{\n							float: right; \n							color:#888;\n							padding: 1px 5px;\n						}\n						&:hover{\n							cursor: pointer;\n							#gradient > .vertical( #e1e1e1, #d1d1d1 );\n						}\n						&:active{\n							cursor: move;\n						}	\n						.ui-icon{\n							\n							border: 6px solid transparent;\n							border-left-color: #aaa;\n							line-height: 3px;\n							height: 4px;\n							font-size: 0;\n							vertical-align: middle;\n							\n						}\n						&.ui-state-active .ui-icon{\n							border-color: transparent;\n							border-top-color: #aaa;\n							margin: 0 5px 0 -5px;\n						}\n					}\n					.opt-accordion-opts{\n						border-top: 1px solid #bbb; \n						background: #fff; \n						padding: 15px;\n					}\n				}\n				&.opt-span-2{\n					width: 610px;\n				}\n				&.opt-span-3{\n					width: 930px;\n				}\n				&.opt-disabled{\n					opacity: .7;\n				}\n				&.standard-form{\n					float: none;\n					width: auto;\n					max-width: 600px;\n					border: none;\n				}\n\n				&.codetext{\n					width: 100%;\n					textarea{\n						height: 600px;\n					}\n\n					.codetext-label{\n						float:left;\n						margin: 5px 0 0 0;\n					}\n					.codetext-help{float: right; margin: 0; background: transparent;}\n				}\n				\n				label{\n					font-size: 11px;\n					line-height: 20px;\n					font-weight: 600;\n				}\n				\n				input[type=\"text\"],\n				textarea, \n				select,\n				.input-prepend .add-on{\n					\n					font-size: 12px;\n					line-height: 1.5em;\n					height: auto;\n					padding: 2px 4px;\n				}\n				input[type=\"text\"],\n				textarea{\n					width: 100%;\n					max-width: 500px;\n					background:#f7f7f7;\n				}\n				.input-prepend .add-on{\n					padding: 2px 8px;\n				}\n				input[type=\"text\"].pl-text-small{\n					width: 100px;\n				}\n				.btn{\n					font-size: 14px; \n					line-height: 1.5em;\n					&.btn-mini{\n						font-size: 11px;\n						line-height: 14px;\n					}\n				}\n			\n				\n				.opt-box{\n					padding: 15px;\n					.opt-upload-thumb{\n						display: inline-block;\n						max-width: 36%;\n						vertical-align: top;\n						margin-left: 4%;\n						img{\n							max-width: 100%;\n						}\n					}\n					.image-uploader{\n						.uploader-input{\n							display: inline-block;\n							width: 60%;\n						}\n					}\n					.opt-upload-thumb{\n						.img-wrap{\n							display: inline-block;\n							background: #fff url(@{plRoot}/images/stripe.png) repeat 0 0;\n							padding: 4px;\n							border: 2px solid #FFF;\n							margin-bottom: 7px;\n							box-shadow: 0px 1px 4px #888;\n							img{\n\n								max-width: 100%;\n\n							}\n						}\n\n\n					}\n					\n\n				}\n				.input-wrap{\n					margin-bottom: 1em;\n				}\n				.help-block{\n					.box-sizing( border-box );\n					max-width: 500px;\n					font-size: 11px;\n					line-height: 1.45em;\n					margin: 1em 0;\n					color: #000;\n					background: #f7f7f7;\n					text-shadow: 0 1px 0 #fff;\n					padding: 14px;\n					ul, ol{\n						padding-left: 16px;\n					}\n					&.help_important{\n						background: #337eff;\n						color: #fff;\n						text-shadow: 0 -1px 0 rgba(0,0,0,.4);\n					}\n				}\n				.pl-help-text{\n					\n					margin: 0 3px;\n					opacity: .4;\n					z-index: @zindexTooltip; /* not working? */\n					&:hover{\n						opacity: 1;						\n					}\n				}\n				.checklist-label{\n					background: #f5f5f5;\n					margin: 10px 0;\n					padding: 10px 15px;\n					line-height: 1.6em;\n					input[type=\"checkbox\"]{\n						margin-top: 0;\n					}\n					p{\n						opacity: .6;\n						font-weight: normal;\n						margin: 0;\n					}\n					&.disabled{\n						opacity: .6;\n					}\n				}\n				.import-button{\n					margin-bottom: 10px;\n				}\n				.publish-button{\n					margin: 15px 0;\n				}\n				.fileinput-button {\n				  	position: relative;\n					overflow: hidden;\n					input {\n						position: absolute;\n						top: 0;\n						right: 0;\n						margin: 0;\n						opacity: 0;\n						filter: alpha(opacity=0);\n						transform: translate(-300px, 0) scale(4);\n						font-size: 23px;\n						direction: ltr;\n						cursor: pointer;\n					}\n				}\n				.opt-ref{\n					margin-bottom: 1em;\n					.help-block{\n\n						display: none;\n					}\n				}\n				.type-preview{\n					text-align: center;\n					padding: 5px;\n					font-size: 1.2em;\n				}\n			}\n			.pl-list-contain{\n				border: 1px solid #e6e6e6;\n			}\n			.pl-list-row{\n				border-bottom: 1px solid #e6e6e6;\n				display: table;\n				.pl-template-row {\n					display: table-cell;\n					float: none; \n					width: 50%;\n					vertical-align: top;\n					&:first-child{\n						border-right: 1px solid #e6e6e6;\n					}\n					> [class*=\"span\"]{\n						margin-bottom: 0;\n\n					}\n				}\n				.list-title{\n					font-weight: 600;\n				}\n				.list-desc{\n					color: #777;\n					font-size: 12px;\n					line-height: 1.4em;\n				}\n				 > [class*=\"span\"]{\n					margin-bottom: 0; \n					.box-sizing(border-box);\n					padding: 10px;\n				}\n				.x-item-actions{\n					margin-top: 5px;\n					button,\n					.btn-group{\n						margin-bottom: 5px;\n					}\n					.dropdown-menu a .badge{display: none; font-weight: normal;}\n\n					.posttype-tag,\n					.global-tag,\n					.the-active-template{\n						display: none;\n					}\n					&.active-template{\n						.load-template{\n							display: none;\n						}\n						.the-active-template{\n							display: inline-block;\n						}\n					}\n					&.active-global{\n						.global-tag{display: inline-block;}\n						.dropdown-menu a.global-link{\n							.badge{ display: inline; }\n							.not-active{display: none;}\n						}\n					}\n					&.active-type{\n						 .posttype-tag{display: inline-block;}\n						 .dropdown-menu a.posttype-link{\n						 	.badge{ display: inline; }\n							.not-active{display: none;}\n						 }\n					}\n\n				}\n			}\n\n			.x-list .x-item{\n				width: 75px;\n				margin: 5px 10px 3px 5px;\n				float: left;\n				font-size: 10px;\n				line-height: 1.2em;\n				\n				\n				&.x-disable{\n					.x-item-frame{\n						opacity: .4;\n					}\n\n					&:hover{ cursor: not-allowed; }\n				}\n				&.x-pane{\n					width: 480px;\n					font-size: 14px;\n					line-height: 1.5em;\n					.x-pane-pad{\n						padding-left: 10px;\n\n					}\n\n					.x-pane-title{\n						font-weight: 300;\n						margin-bottom: 10px;\n					}\n					.x-pane-info{\n						margin: 1.5em 0;\n					}\n					.x-pane-btns{\n						background: #f7f7f7; \n						padding: 10px; \n						margin-bottom: 14px;\n					}\n					.x-pane-btns .btn{\n						margin-right: .5em;\n					}\n					.x-close{\n						float: right;\n					}\n				}\n				&.ui-draggable .x-item-frame:hover{\n					cursor: move;\n				}\n				&.x-item-larger{\n					width: 200px;\n				}\n				\n				.x-item-frame{\n					.border-radius(10px);\n					box-shadow: 0 1px 2px rgba(0,0,0,.4);\n					overflow: hidden;\n				\n					&:hover{\n						cursor: pointer;\n						box-shadow: 0 1px 2px rgba(0,0,0,.6);\n						.pl-vignette:after{\n							#gradient > .vertical(rgba(255,255,255,.05), rgba(0,0,0,.15));\n							box-shadow: inset -1px -1px rgba(255,255,255,.2);\n						}\n					}\n				\n					&:active{\n\n						box-shadow: none;\n						.pl-vignette:after{\n							#gradient > .vertical(rgba(0,0,0,.2), rgba(0,0,0,.1));\n						}\n					}\n				\n					.pl-vignette{.border-radius( 10px ); overflow: hidden;}\n				\n					.pl-vignette:after{\n\n						.border-radius( 10px );\n						box-shadow: inset 1px 1px 0 rgba(255,255,255,.5), inset -1px -1px 0 rgba(255,255,255,.5);\n						#gradient > .vertical(rgba(0,0,0,0), rgba(0,0,0,.1));\n\n					}\n				}\n			\n				.x-item-text{\n					padding: 6px 0 2px 4px;\n					font-weight: 600;\n					font-size: 10px;\n					line-height: 1.4em;\n					text-align: center;\n					.x-item-sub{\n						color: #BBB;\n						font-weight: normal;\n						.badge{\n							padding-right: 5px;\n							padding-left: 5px;\n							font-size: 8px;\n						}\n					}\n					.x-name, .x-item-sub{\n						display: block;\n						white-space: nowrap;\n						overflow: hidden;\n						text-overflow: ellipsis;\n					}\n				}\n				img{\n					max-width: 100%;\n				}\n				.title{\n					font-weight: 600;\n				}\n				&.x-item-size-5{\n					width: 120px;\n					margin: 10px;\n				}\n				&.x-item-size-10{\n					width: 210px;\n					margin: 10px;\n				}\n				&.x-item-size-15{\n					width: 270px;\n					margin: 10px;\n				}\n\n			}\n\n\n			.pl-vignette{\n				width: 100%;\n			}\n			.faux-img{\n				width: 100%;\n				padding-bottom: 65%;\n				#gradient > .vertical( #fff, #f7f7f7 );\n\n				vertical-align: top;\n				.txt{\n					line-height: 100%;\n					text-align: center;\n					font-weight: 600;\n					color: #444;\n				}\n			}\n\n		}\n		.ui-tabs .ui-tabs-hide{\n			display: none;\n		}\n	}\n\n	.data-table{\n		td, th{\n			padding: 5px 20px;\n		}\n		th{ \n			font-weight: 600; \n			text-align: left; \n		}\n		select{\n			font-size: 12px;\n			height: auto;\n			margin: 0;\n			margin-right: 10px;\n		}\n		\n	}\n\n\n	.x-item-popover{\n		width: auto;\n		background: rgba(0,0,0,.5);\n		border: none;\n		.popover-content{\n			padding: 5px;\n		}\n		img{\n			display: block;\n			max-height: 150px;\n			max-width: 400px;\n		}\n		.arrow{\n			border-top-color: rgba(0,0,0,.2);\n\n		}\n	}\n\n}\n\n\n\n.bootbox{\n	text-align: center;\n	.ttl{\n		font-size: 18px;\n		margin: 9px 0;\n		font-weight: 600;\n	}\n	.modal-form{\n		text-align: left;\n		padding: 30px;\n		input[type=\"text\"], textarea{\n			width: 100%;\n			font-size: 20px;\n			line-height: 1.4em;\n			padding: 8px;\n			background: #f7f7f7;\n			height: auto;\n		}\n	}\n	.modal-footer{\n		padding: 7px;\n	}\n	p:last-child{\n		margin-bottom: 0;\n	}\n}\n\n.pl-touchable{\n	.border-radius(10px);\n	box-shadow: 0 1px 4px rgba(0,0,0,.6);\n	overflow: hidden;\n\n	.pl-touchable-vignette:after{\n		.border-radius(10px);\n		box-shadow: inset 1px 1px 0 rgba(255,255,255,.5);\n		#gradient > .vertical(rgba(255,255,255,.2), rgba(0,0,0,.15))\n	}\n}\n\n.isotope-item {\n	z-index: 2;\n	&.isotope-hidden{\n		pointer-events: none;\n 		z-index: 1;\n	}\n}\n\n/**** Isotope CSS3 transitions ****/\n\n.isotope,\n.isotope .isotope-item {\n  -webkit-transition-duration: 0.8s;\n     -moz-transition-duration: 0.8s;\n      -ms-transition-duration: 0.8s;\n       -o-transition-duration: 0.8s;\n          transition-duration: 0.8s;\n}\n\n.isotope {\n  -webkit-transition-property: height, width;\n     -moz-transition-property: height, width;\n      -ms-transition-property: height, width;\n       -o-transition-property: height, width;\n          transition-property: height, width;\n}\n\n.isotope .isotope-item {\n  -webkit-transition-property: -webkit-transform, opacity;\n     -moz-transition-property:    -moz-transform, opacity;\n      -ms-transition-property:     -ms-transform, opacity;\n       -o-transition-property:      -o-transform, opacity;\n          transition-property:         transform, opacity;\n}\n\n/**** disabling Isotope CSS3 transitions ****/\n\n.isotope.no-transition,\n.isotope.no-transition .isotope-item,\n.isotope .isotope-item.no-transition {\n  -webkit-transition-duration: 0s;\n     -moz-transition-duration: 0s;\n      -ms-transition-duration: 0s;\n       -o-transition-duration: 0s;\n          transition-duration: 0s;\n}\n\n.isotope-item {\n  z-index: 2;\n}\n\n.isotope-hidden.isotope-item {\n  pointer-events: none;\n  z-index: 1;\n}\n\n\n\n.CodeMirror{\n	background: #fafafa;\n	box-shadow: inset 2px 2px 5px #eee;\n	border: 1px solid #cdcdcd;\n\n}\n.CodeMirror-gutter{\n	box-shadow: 1px 0 4px #eee, inset 1px 1px 0 #fff;\n}\n\n\n\n// FOR LATER USE\n\n\n// Fine Image Upload\n// --------------------------------------------------\n/*\n * Original version: 1.0 © 2010 Andrew Valums ( andrew(at)valums.com )\n * Current Maintainer (2.0+): 2012, Ray Nicholus ( fineuploader(at)garstasio.com )\n *\n * Licensed under MIT license, GNU GPL 2 or later, GNU LGPL 2 or later, see license.txt.\n */\n.qq-uploader {\n    position: relative;\n    width: 100%;\n}\n\n.qq-upload-drop-area,\n.qq-upload-extra-drop-area {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    min-height: 30px;\n    z-index: 2;\n    background: #FF9797;\n    text-align: center;\n}\n.qq-upload-drop-area span {\n    display: block;\n    position: absolute;\n    top: 50%;\n    width: 100%;\n    margin-top: -8px;\n    font-size: 16px;\n}\n.qq-upload-extra-drop-area {\n    position: relative;\n    margin-top: 50px;\n    font-size: 16px;\n    padding-top: 30px;\n    height: 20px;\n    min-height: 40px;\n}\n.qq-upload-drop-area-active {\n    background: #FF7171;\n}\n.qq-upload-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n}\n.qq-upload-list li {\n    margin: 0;\n    padding: 9px;\n    line-height: 15px;\n    font-size: 16px;\n    background-color: #FFF0BD;\n}\n.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-retry, .qq-upload-failed-text, .qq-upload-finished {\n    margin-right: 12px;\n}\n.qq-upload-file {\n}\n.qq-upload-spinner {\n    display: inline-block;\n    width: 15px;\n    height: 15px;\n    vertical-align: text-bottom;\n}\n.qq-drop-processing {\n    display: none;\n}\n.qq-drop-processing-spinner {\n    display: inline-block;\n    width: 24px;\n    height: 24px;\n    vertical-align: text-bottom;\n}\n.qq-upload-finished {\n    display:none;\n    width:15px;\n    height:15px;\n    vertical-align:text-bottom;\n}\n.qq-upload-retry {\n    display: none;\n    color: #000000;\n}\n.qq-upload-cancel {\n	color: #000000;\n}\n.qq-upload-retryable .qq-upload-retry {\n    display: inline;\n}\n.qq-upload-size, .qq-upload-cancel, .qq-upload-retry {\n    font-size: 12px;\n    font-weight: normal;\n}\n.qq-upload-failed-text {\n    display: none;\n    font-style: italic;\n    font-weight: bold;\n}\n.qq-upload-failed-icon {\n    display:none;\n    width:15px;\n    height:15px;\n    vertical-align:text-bottom;\n}\n.qq-upload-fail .qq-upload-failed-text {\n    display: inline;\n}\n.qq-upload-retrying .qq-upload-failed-text {\n    display: inline;\n    color: #D60000;\n}\n.qq-upload-list li.qq-upload-success {\n    background-color: #5DA30C;\n    color: #FFFFFF;\n}\n.qq-upload-list li.qq-upload-fail {\n    background-color: #D60000;\n    color: #FFFFFF;\n}\n.qq-progress-bar {\n    background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */\n    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */\n    background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */\n    background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */\n    background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */\n    background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */\n    width: 0%;\n    height: 15px;\n    border-radius: 6px;\n    margin-bottom: 3px;\n    display: none;\n}\n\n\n// ----------------------------------------------------------------------\n// WordPress Specific and Recommended Styles\n// ----------------------------------------------------------------------\n\n/* \n * WOOCOMMERCE\n */\n\n.buttons_added{\n	input[type=\"button\"]{\n		.box-sizing( content-box );\n	}\n	input[type=\"number\"]{\n		margin-bottom: 0;\n	}\n}\n\n.woocommerce .product-thumb-wrap {\n	overflow: hidden;\n	position: relative;\n}\n\n\n.woocommerce , \n.woocommerce-page,\nbody.woocommerce #content, \nbody.woocommerce-page #content{\n	.widget_shopping_cart .total{\n		border-top: none;\n	}\n	.shipping-calculator-button{\n		font-size: 20px;\n		&:after{\n			font-size: 12px;\n		}\n	}\n	/*.quantity {\n		width: auto;\n		input.qty{\n			border: 0;\n			border-top: 1px solid #cdcdcd;\n			border-bottom: 1px solid #cdcdcd;\n		}\n		.minus,\n		input.qty, \n		.plus{\n			display: inline!important;\n			height: 28px;\n			width: 28px;\n			line-height: 28px;\n			position: relative;\n			float: none;\n			vertical-align: top;\n			box-sizing: border-box;\n			text-align: center;\n			border-radius: 0px;\n		}\n	}*/\n	input.button, \n	a.button,\n	button.button, \n	//.quantity .minus,\n	//.quantity .plus, \n	#respond input#submit{\n		box-shadow: none;\n		background: #eee;\n		border: 1px solid #cdcdcd;\n		&:hover{\n			background: #ddd; \n			border: 1px solid #ccc;\n		}\n		&.alt{\n			background: @pl-link;\n			border: 1px solid darken( @pl-link, 10% );\n			&:hover{\n				background: lighten( @pl-link, 5% );\n			}\n		}\n	}\n\n	table.cart td.actions .coupon .input-text{\n		height: 25px; // mismatched height to buttons.\n	}\n	table.shop_table{\n		border: none;\n	}\n	#payment div.payment_box{\n		box-shadow: none;\n	}\n	.woocommerce-message, \n	.woocommerce-error, \n	.woocommerce-info {\n		padding: 5px 10px !important; \n		font-weight: 400;\n		font-size: 12px;\n		text-shadow: none;\n		border: none;\n		background: @pl-link;\n		color: @pl-link-inverse;\n		box-shadow: none;\n		.border-radius(0px);\n		.button{\n			padding: 4px 7px;\n			font-size: 10px;\n			border: 1px solid transparent;\n		}\n		&:before{\n			padding-top: 10px;\n			display: none;\n		}\n	}\n	h3 label, \n	.payment_methods label{\n		font-size: inherit; \n		font-weight: inherit;\n		display: inline;\n		padding: 0;\n	}\n	\n	#content div.product div.images img{\n		&, &:hover{\n				box-shadow: none;	\n		}\n	\n	}\n	// fix z-index\n	ul.products li.product .onsale,\n	span.onsale{\n		position: absolute;\n		z-index: 10;\n		background: @pl-link;\n	}\n	ul.products li.product .price, \n	div.product .price{\n		color: @pl-link;\n	}\n	\n	\n	ul.products {\n		\n		li.product {\n			border-bottom: none;\n			\n			// Thumb hovers.\n			.product-thumb-wrap{\n				overflow: hidden;\n				position: relative;\n				margin-bottom: 10px;\n				a img{\n					margin: 0;\n				}\n				.add_to_cart_button, \n				.product_type_variable, \n				.product_type_grouped, \n				a.btn {\n					position: absolute;\n					bottom: -50px;\n					top: auto;\n					right: 0px;\n					padding: 15px;\n					border-radius: 0;\n					.transition(all .5s)\n				}\n				&:hover{\n					.add_to_cart_button, \n					.product_type_variable, \n					.product_type_grouped, \n					a.btn {\n						bottom: 0px;\n					}\n				}\n			}\n			\n			> a {\n				color: inherit;\n				&:hover img, \n				img{\n					box-shadow: none;\n				}\n			}\n			h3{\n				font-size: 19px;\n				padding: 0;\n				margin: 0;\n			}\n		}\n	}\n	\n	div.product .woocommerce-tabs ul.tabs{\n		&:before{border: none;}\n		padding: 0;\n		\n		li,\n		li.active{\n			&:before, \n			&:after{ \n				border: none; box-shadow: none; border-radius: 0;\n			}\n			box-shadow: none;\n			border: none;\n			border-radius: 0;\n			margin: 0;\n			text-shadow: none;\n			transition: none;\n		}\n		\n		li{\n			background: @baseContrast;\n			&.active{\n				background: @pl-link;\n				color: @pl-link-inverse;\n			}\n		}\n	} \n	\n}\n/* \n * POST FORMATS \n */\n\n\n// QUOTE\n\n.pl-linkbox{\n	background-color: @pl-link;\n	color: @pl-link-inverse;\n	display: block; \n	padding: 15px; \n	position: relative;\n	transition: all 0.2s linear 0s;\n	&[href]:hover{\n		background: #000; \n		color: #fff; \n	}\n	.linkbox-icon{\n		float: right;\n	}\n	.author{\n		display: inline-block;\n		margin-top: 5px;\n	}\n}\n\n// AUDIO\n#page .mejs-controls .mejs-horizontal-volume-slider{\n\n	.mejs-horizontal-volume-current {\n		background: @pl-link;\n	\n	}\n} \n\n\n\n\n// VIDEO\n\n/* MEDIA PLAYERS */ \n#page .mejs-controls .mejs-time-rail {\n	.mejs-time-current{\n		background: @pl-link;\n	}\n	.mejs-time-loaded{\n		background: #000;\n	}\n}\n\n\n// GALLERY\n.format-gallery.use-flex-gallery .gallery{\n	display: none;\n}\n/* \n * FLEXSLIDER \n */ \n.flex-gallery  {\n\n	padding: 0;\n	margin: 0 0 15px; \n	position: relative; \n	zoom: 1; \n	background-color: transparent;\n	overflow: hidden;\n	.slides {\n		zoom: 1;\n		list-style-type: 0;\n		margin: 0;\n		 > li {display: none; -webkit-backface-visibility: hidden;} \n		img {width: 100%; display: block;} \n		&:after {content: \".\"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} \n	}\n	ul {\n		position: relative;\n		z-index: 1000;\n		margin: 0px;\n		li {\n			list-style: none;\n			img {\n				margin-bottom: 0px!important;\n			}\n			.flex-caption{\n				position: absolute;\n				bottom: 0;\n				width: 100%;\n				color: #fff;\n				background: rgba(0,0,0,0.5);\n				margin: 0;\n				padding: 10px;\n			}\n		}\n		&.flex-direction-nav {\n			margin: 0 !important;\n		    position: absolute !important;\n		    top: 8px;	\n			*height: 0;\n			li{\n				float: left;\n				margin-left: 8px;\n			}\n			a {\n				display: block;\n				position: relative;\n				background-color: rgba(0,0,0,.5);\n				color: @pl-base;\n			    height: 25px;\n			    width: 25px;\n			    text-align: center;\n			    transition: all 0.2s linear;\n			    border-radius: 1px 1px 1px 1px;\n				&:hover{\n					background-color: rgba(0,0,0,1);\n				}\n				i {\n					line-height: 25px;\n				}\n				&.flex-next {\n					padding-left: 2px;\n				}\n				&.flex-prev {\n					padding-right: 2px;\n				}\n			}\n		}\n	}\n	.flex-control-nav {\n		display: none;	\n	}\n}\n\nhtml[xmlns] .slides {display: block;} \n* html .slides {height: 1%;}\n\n.no-js .slides > li:first-child {display: block;}\n\n.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}\n.loading .flex-viewport {max-height: 300px;}\n\n/* @ Post Navigation */\n.post-nav,\n.current_posts_info {\n	padding:5px 10px;\n	position: relative;\n	a{\n		text-decoration: none;\n		&:hover{\n			opacity: .7;\n		}\n	}\n	.previous a {\n		float: left;\n\n	}\n	.next a {\n		float: right;\n		text-align: right;\n	}\n	.previous, \n	.next{\n		i{\n			margin: 0 5px;\n		}\n		a{\n			line-height: 16px;\n			display: block;\n		}\n	}\n\n}\n\n/* @ Widgets Default Formatting */\n.wp-caption {\n	text-align: center;\n	padding: 8px 4px 4px;\n	border-radius: 3px;\n	max-width: 98%;\n	margin-bottom: 1em;\n	background-color: @baseContrastSlight;\n	border: 1px solid @baseContrastDark;\n	.wp-caption-text {\n		font-size: 11px;\n		line-height: 16px;\n		text-align: center;\n		margin:0;\n		padding:6px 0 2px;\n	}\n	img {\n		display: inline-block;\n		margin: 0;\n		padding: 2px;\n		border: 0 none;\n		background: rgba(255,255,255,.6);\n		.box-sizing(border-box);\n\n	}\n	.wp-caption-dd {\n		font-size: 11px;\n		line-height: 17px;\n		padding: 0 4px 5px;\n		margin: 0;\n	}\n}\n\n/* WordPress Calendar */\n#wp-calendar{\n	overflow: hidden;\n	padding: 0;\n	text-align:center;\n	padding: 8px 15px;\n	margin: 0;\n	text-align:center;\n	margin-top:5px;\n	width:100%;\n	border-collapse: collapse;\n	thead th, caption{\n		background-color: @dark-base;\n		color: fadeout(@pl-text, 40%);\n	}\n	caption {\n		background-color: @dark-base;\n		font-size: .9em;\n		padding: 2px;\n		font-weight: normal;\n		font-weight: bold;\n	}\n	thead th {\n		background-color: lighten(@dark-base, 1.6);\n		padding: 2px;\n		font-size: .9em;\n	}\n	td{\n		padding:4px 8px;\n	}\n	#today{\n		background-color: @dark-base;\n		font-weight: bold;\n	}\n}\n\n// Align Search Left In Widgets\n.widget {\n	margin: 0;\n	margin-bottom: 15px;\n	overflow: hidden; //prevents responsive issues.\n	.widget-title, \n	.widgettitle{\n		> a{ color: inherit; }\n		text-align:left;\n		font-family: @defaultFont; \n		font-weight: 600;\n		text-transform: uppercase;\n		letter-spacing: 1px;\n		font-size: 12px;\n		line-height: 20px;\n		margin-bottom: 5px;\n	}\n	.widget-pad{\n		padding: 10px;\n	}\n	\n	.tagcloud{\n		padding: .7em;\n		line-height:1.4em;\n	}\n	&.widget_search .widget-title {\n		margin-bottom:10px;\n	}\n	&.widget_archive .postform,\n	&.widget_categories .postform {\n		margin:10px 10px;\n	}\n	&.widget_recent_comments li{\n		padding: 4px;\n	}\n	.textwidget {\n		font-size: @fontSizeSmall;\n		> p, \n		> address, \n		> blockquote{\n			margin: 1em 0;\n			&:first-child{\n				margin-top: 0;\n			}\n			&:last-child{\n				margin-bottom: 0;\n			}\n		}\n	}\n	ul {\n		font-size: @fontSizeSmall;\n		&.sub-menu{\n			margin:0px;\n		}\n		\n	}\n	li{\n		padding: 8px 0px;\n		list-style:none;\n		margin: 0;\n		border-bottom-width: 1px;\n		border-bottom-style: solid;\n		border-color: @baseDarker;\n		display: block;\n		li{\n			padding: 0px;\n			border: none;\n			margin: 8px 0 8px 15px;\n		}\n	}\n	.tags-list a{\n		display: inline-block; \n		border: 1px solid rgba(0,0,0,.1);\n		margin: 0 3px 3px 0;\n		padding: 1px 5px;\n		.border-radius(2px);\n	}\n}\n\nul.sidebar_widgets{\n	list-style-type: none;\n	li:first-child > h2 {margin-top: 0;} \n}\n\n\n\n/* @ Comments */\n\n.wp-comments{\n	margin: 1em 0 0;\n	padding-top: 40px;\n    margin-top: -40px;\n	.wp-comments-pad{\n		padding: 10px 0;\n	}\n}\n\n#respond{\n	margin: @baseLineHeight;\n	text-align: left;\n	\n	#reply-title {\n		font-size: 25px;\n\n	}\n	#commentform {\n		margin-top: 10px;\n		p{\n			margin: 0 0 10px;\n		}\n		small {\n			font-size: 90%;\n		}\n		input[type=\"text\"] {\n			display: block;\n		}\n		textarea {\n			height: 140px;\n		}\n		#submit {\n			display: inline;\n		}\n		.required{\n			color: fadeout(@pl-text, 40%);\n		}\n\n		p.logged-in-as,\n		p.comment-form-comment,\n		p.form-submit{\n			margin: .3em 0;\n		}\n		p.comment-form-comment{\n			margin: .8em 0;\n		}\n	}\n}\n\np.form-allowed-tags{\n	width: auto;\n	margin-bottom: 1.6em;\n	font-size: .85em;\n	code{\n		background: transparent;\n		border: none;\n		display: block;\n		font-size: 10px;\n		line-height: 1.4em;\n		margin: 0 0 10px;\n		padding: 0;\n	}\n}\n\n.nocommentform{\n	display:none;\n}\n\n/* List of Comments */\n#comments-title {\n	font-size: 25px;\n}\n\n.wp-comments{\n	h3{\n		font-size: 25px;\n	}\n}\n\n.wp-comments .commentlist {\n	list-style-type:none;\n	margin: 10px 0px 10px 18px;\n	line-height: 1.6em;\n	> .comment {\n		padding-left: 80px;\n		border-bottom: 1px dashed @baseContrast;\n	}\n	.comment-body{\n		\n	}\n	p{\n		margin: 0 0 1em;\n	}\n	li {\n		padding: 20px;\n		ul li{\n			padding: 15px 0\n		}\n	}\n\n	img.avatar {\n		float: left;\n		margin-left: -75px;\n		position: relative;\n\n		.box-sizing(border-box);\n	}\n	cite {\n		font-weight: bold;\n		font-style: normal;\n	}\n	.comment-author{\n		font-size: 1.1em;\n	}\n	.comment-awaiting-moderation{\n		opacity: .7;\n		padding: 0 5px;\n		display: inline-block;\n		margin: 4px 0 8px 0;\n	}\n	.comment-meta{\n		margin: 0 0 @baseLineHeight;\n		display: block;\n		font-size: 11px;\n		line-height: 14px;\n		\n		a{\n			color: inherit;\n			opacity: .7;\n		}\n	}\n 	ul.children {\n		list-style-type: none;\n		.comment-body{\n			padding-left: 50px;\n		}\n		img.avatar {\n		width: 40px;\n		margin-top: 0;\n		margin-left: -50px;\n		color: inherit;\n		opacity: .7;\n		}\n		\n	}\n	\n	\n\n}\n\n// ----------------------------------------------------------------------\n// MULTISITE\n// ----------------------------------------------------------------------\n\n#multisite_area{\n	font-size: 1.1em;\n	line-height: 1.63em;\n	.mu_register {\n		width: auto;\n		\n		input[type=\"text\"]{\n			height: auto;\n			font-size: 35px;\n			background: @baseContrastSlight;\n			padding: 7px 6px;\n		}\n		input[type=\"submit\"]{\n			width: auto;\n			padding: 8px 18px;\n			font-size: @buttonFontSize;\n			font-family: @buttonFontFamily;\n		}\n		h1, \n		h2, \n		h3{\n			margin: 1em 0 .5em 0;\n		}\n		> h2{\n			font-size: 28px;\n		}\n		ul {\n			padding-left: 25px;\n			list-style-type: none;\n		}\n		p{\n			font-size: 16px;\n			line-height: 1.6em;\n			&.submit, \n			&.submit:hover, \n			&.submit:active{\n				background: none;\n				border: none;\n				box-shadow:none;\n				padding: 0;\n			}\n		}\n	}\n	.mu_alert{\n		margin: 1em 0;\n		font-weight: normal;\n	}\n}\n\n\n.gform_wrapper{\n	input[type=text], \n	input[type=url], \n	input[type=email], \n	input[type=tel], \n	input[type=number],  \n	input[type=password]{\n		font-size: 16px;\n		padding: 5px;\n	}\n}\n\n// ----------------------------------------------------------------------\n// Special/Misc WordPress Stuff\n// ----------------------------------------------------------------------\n\n#wpadminbar {\n	min-width: 800px;\n	.pl-admin-bar-label{\n		font-family: @buttonFontFamily;\n		font-size: .846em;\n		font-weight: bold;\n		line-height: 14px; // ensure proper line-height if floated\n		color: @white;\n		vertical-align: baseline;\n		white-space: nowrap;\n		text-shadow: 0 -1px 0 rgba(0,0,0,.35);\n		padding: 3px 4px 2px;\n		.border-radius(3px);\n	}\n}\n\n/* Search Reader Text */\n.screen-reader-text {\n	display:none;\n}\n#wpstats{\n	width:0px;\n	height:0px;\n	overflow:hidden;\n}\n\n\n\n.fb-like{\n	margin-right: 20px;\n	vertical-align: top; \n	> span {vertical-align: top !important; }\n}\n\n/* @ WP125 Advertising Widget */\n#page .widget_wp125{\n	padding: 0;\n	&.widget{\n		border:none;\n		padding:0;\n		margin:0 0 1em 0;\n		.wtitle{\n			display: none;\n		}\n		.winner {\n			padding:0;\n			line-height: 1px;\n		}\n	}\n	.winner  {\n		width:100%;\n	}\n	.wp125ad{\n		padding: 0;\n		width: auto;\n		float: left;\n		max-width: 50%;\n		a{\n			margin: 6px;\n			padding: 5px;\n			margin: 2px 5px 5px 5px;\n			display: inline-block;\n			border: 1px solid transparent;\n			background: @light-base;\n			border: 1px solid lighten(@light-base, 4);\n			box-shadow: 0 1px 2px rgba(0,0,0, .4);\n			img{\n				width: 125px;\n				height: auto;\n				display: block;\n				box-shadow: 0 1px 2px lighten(@light-base, 8);\n			}\n\n			&:hover{\n				background: lighten(@light-base, 4);\n			}\n		}\n	}\n\n}\n\n\n\n\n.widget ul.twitter .twitter-item{\n	font-weight: normal;\n	font-style: italic;\n	margin-bottom: .4em;\n	font-size: .9em;\n}\n\n\n\n\n\n\n/* @ Typekit */\n	.typekit-badge{ display: none !important; }\n\n/* FlickrRSS Widget */\n.widget_flickrRSS{\n	&.widget{\n		ul{\n			margin: 7px 0px 0px 0px;\n			li{display:inline-block;padding:0;margin:0;border-bottom:none;}\n		}\n	}\n	a{\n		display: inline-block;\n		margin: 8px 12px 2px 5px;\n		img{\n			display: block;\n			font-size: 10px;\n			border-width: 0px 1px 1px 0px;\n			border-style:solid;\n			padding: 3px;\n		}\n	}\n}\n\n.widget_flickrRSS a img,\n.srp-widget-thmblink{\n	background: @light-base;\n	border: 1px solid lighten(@light-base, 4);\n	box-shadow: 0 1px 2px rgba(0,0,0, .4);\n}\n\n.widget_flickrRSS a img:hover{\n	background: lighten(@light-base, 4);\n}\n\n/* @ Special Posts  */\n\n.widget {\n	div.srp-widget-singlepost{\n		border-bottom: 1px solid @dark-base;\n		font-size: .85em;\n		margin: 0;\n		padding: 1.2em 0;\n	}\n	.srp-widget-title-link{\n		font-size: .9em;\n		line-height: 1.2em;\n	}\n	.srp-widget-date{\n		color: fadeout(@pl-text, 40%);\n	}\n	div.srp-thumbnail-box{\n		padding-right: 15px;\n	}\n}\n\n.srp-widget-excerpt{\n	line-height: 1.5em;\n}\n.srp-widget-thmblink{\n	display: block;\n	padding: 3px;\n	text-decoration: none;\n	border: none;\n	text-shadow: none;\n	width: 50px;\n	img{display: block;}\n}\n\n/* @Disqus */\n#site #dsq-content{\n	text-shadow: none;\n	a{\n		text-shadow: none;\n	}\n	.dsq-request-user-info td a{\n\n		font-weight: normal;\n		font-size: 1.2em;\n		color: @pl-text;\n	}\n	.dsq-brlink {display: none;}\n	.dsq-request-user-info td small a {font-style:italic;}\n	h3 {\n		line-height:1.5em;\n		margin-bottom:1em;\n		border-color: @dark-base;\n	}\n}\n\n\n\n// CFORMS\n.cform {\n\n	input {\n		padding: 5px;\n		font-size: 1.1em;\n	}\n\n	fieldset{\n		border:none;\n	}\n\n	input[type=\"text\"].cf_error:focus {\n		border-color: rgba(82, 168, 236, 0.8);\n	}\n\n	label {\n		display:block;\n		margin:0;\n		text-align:left;\n	}\n\n	legend{display: none;}\n\n	.contentcontainer  .cform {\n		margin:5px 50px;\n		padding:0px 0;\n	}\n	ol, li {list-style-type: none; margin:0;padding:0;}\n	li {margin-bottom: .7em;}\n	.single {width: 97%;}\n	.area {width: 97%;}\n	.emailreqtxt,.reqtxt{font-style: italic;}\n	.cf_hidden {display: none;}\n\n	.success {\n		padding: 15px;\n		margin-bottom: .5em;\n		font-size:1.4em;\n		background-color: @dark-base;\n	}\n\n}\n/* Mailing List Form */\n.mailinglist .cform {\n	ol{width:262px; float: left;}\n	.single{width:97%}\n	.sendbutton{margin:21px 0 0 10px;padding: 3px 0 2px 0;}\n	.linklove a{display: none;}\n}\n\n\n/* Contact Forms 7 */\n\n#page {\n	div.wpcf7-mail-sent-ok{\n		border: 1px solid @successBorder;\n		background: @successBackground;\n	}\n	span.wpcf7-not-valid-tip{\n		border:1px solid @warningBorder;\n		background: @warningBackground;\n	}\n	div.wpcf7-validation-errors{\n		border: 1px solid @errorBorder;\n		background: @errorBackground;\n	}\n	div.wpcf7-mail-sent-ok,\n	span.wpcf7-not-valid-tip,\n	div.wpcf7-validation-errors{\n		text-shadow: 0 1px 0 rgba(255,255,255,.8);\n		text-align: center;\n		.box-shadow (inset 1px 1px 2px rgba(255,255,255,.5));\n	}\n}\n\n// Fluid\n.pagelines-grid{\n	padding: 1%;\n}\n\n// Draw Grid\n#grid > .fluid(@fluidGridColumnWidth, @fluidGridGutterWidth);// ALERT STYLES\n// ------------\n\n// Base alert styles\n.alert {\n	padding: 8px 35px 8px 14px;\n	margin-bottom: 10px;\n	text-shadow: 0 1px 0 rgba(255,255,255,.5);\n	background-color: fadeout(@pl-text, 95% );\n	border-left: 5px solid @pl-link;\n	\n	.close {\n		position: relative;\n		top: -2px;\n		right: -21px;\n		line-height: 18px;\n		font-size: 22px;\n		color: inherit;\n		opacity: .4;\n	}\n	p {\n		margin:0;\n	}\n	.btn-mini{\n		vertical-align: top;\n	}\n}\n.alert-heading {\n  color: inherit;\n}\n  \n	h2.alert-heading, \n	h3.alert-heading, \n	h4.alert-heading, \n	h5.alert-heading, \n	h6.alert-heading {\n		margin:0 auto 0.25em;\n	}\n\n\n\n// Alternate styles\n// ----------------\n\n.alert-warning {\n	background-color: @warningBackground;\n	border-color: @warningBorder;\n	color: @warningText;\n}\n.alert-success {\n  background-color: @successBackground;\n  border-color: @successBorder;\n  color: @successText;\n}\n.alert-important,\n.alert-error {\n  background-color: @errorBackground;\n  border-color: @errorBorder;\n  color: @errorText;\n}\n.alert-info {\n  background-color: @infoBackground;\n  border-color: @infoBorder;\n  color: @infoText;\n}\n\n// Block alerts\n// ------------------------\n.alert-block {\n  padding-top: 14px;\n  padding-bottom: 14px;\n}\n.alert-block > p,\n.alert-block > ul {\n  margin-bottom: 0;\n}\n.alert-block p + p {\n  margin-top: 5px;\n}\n// LABELS & BADGES\n// ---------------\n\n// Base classes\n.label,\n.badge {\n  font-family: @buttonFontFamily;\n  font-size: .846em;\n  font-weight: bold;\n  line-height: 14px; // ensure proper line-height if floated\n  vertical-align: baseline;\n  white-space: nowrap;\n}\n// Set unique padding and border-radii\n.label {\n  padding: 1px 4px 2px;\n  border-radius: 3px;\n}\n.badge {\n  padding: 1px 9px 2px;\n  border-radius: 9px;\n}\n\n// Hover state, but only for links\nbody a {\n  &.label:hover,\n  &.badge:hover {\n    color: @white;\n    text-decoration: none;\n    cursor: pointer;\n  }\n}\n\n// Colors\n// Only give background-color difference to links (and to simplify, we don\'t qualifty with `a` but [href] attribute)\n.label,\n.badge {\n	&-important,\n	&-warning,\n	&-success,\n	&-info,\n	&-inverse{ \n		color: #fff;\n	}\n  // Important (red)\n  &-important         { background-color: @btnImportantBackground;  }\n  &-important[href]:hover   { background-color: darken(@btnImportantBackground, 10%); }\n  // Warnings (orange)\n  &-warning           { background-color: @orange; }\n  &-warning[href]:hover     { background-color: darken(@orange, 10%); }\n  // Success (green)\n  &-success           { background-color: @successText; }\n  &-success[href]:hover     { background-color: darken(@successText, 10%); }\n  // Info (turquoise)\n  &-info              { background-color: @btnPrimaryBackground; }\n  &-info[href]:hover        { background-color: darken(@btnPrimaryBackground, 10%); }\n  // Inverse (black)\n  &-inverse           { background-color: @grayDark; }\n  &-inverse[href]:hover     { background-color: darken(@grayDark, 10%); }\n}\n\n// Quick fix for labels/badges in buttons\n.btn {\n  .label,\n  .badge {\n    position: relative;\n    top: -1px;\n  }\n}\n.btn-mini {\n  .label,\n  .badge {\n    top: 0;\n  }\n}// TOOLTIP\n// ------=\n\n.tooltip {\n  position: absolute;\n  z-index: @zindexTooltip;\nfont-family: @defaultFont;\n  display: block;\n  visibility: visible;\n  padding: 5px;\n  font-size: 11px;\n  opacity: 0;\n  &.in     { opacity: .8; }\n  &.top    { margin-top:  -2px; }\n  &.right  { margin-left:  2px; }\n  &.bottom { margin-top:   2px; }\n  &.left   { margin-left: -2px; }\n  &.top .tooltip-arrow    { #popoverArrow > .top(); }\n  &.left .tooltip-arrow   { #popoverArrow > .left(); }\n  &.bottom .tooltip-arrow { #popoverArrow > .bottom(); }\n  &.right .tooltip-arrow  { #popoverArrow > .right(); }\n}\n.tooltip-inner {\n	font-weight: normal;\n  max-width: 300px;\n  padding: 3px 8px;\n  color: @tooltipColor;\n  text-shadow: none;\n  text-align: center;\n  text-decoration: none;\n  background-color: @tooltipBackground;\n  .border-radius(4px);\nwhite-space: nowrap;\n}\n.tooltip-arrow {\n  position: absolute;\n  width: 0;\n  height: 0;\n}\n\n\n// POPOVERS\n// --------\n\n.popover {\n  position: absolute;\n  top: 0;\n  left: 0;\n  z-index: @zindexPopover;\n  display: none;\n  width: 236px;\n  padding: 1px;\n  background-color: @popoverBackground;\n  -webkit-background-clip: padding-box;\n     -moz-background-clip: padding;\n          background-clip: padding-box;\n  border: 1px solid #ccc;\n  border: 1px solid rgba(0,0,0,.2);\n  .border-radius(6px);\n  .box-shadow(0 5px 10px rgba(0,0,0,.2));\n\n  // Offset the popover to account for the popover arrow\n  &.top     { margin-top: -10px; }\n  &.right   { margin-left: 10px; }\n  &.bottom  { margin-top: 10px; }\n  &.left    { margin-left: -10px; }\n\n	.popover-title {\n	  margin: 0; // reset heading margin\n	  padding: 8px 14px;\n	  font-size: 14px;\n	  font-weight: normal;\n	  line-height: 18px;\n	  background-color: @popoverTitleBackground;\n	  border-bottom: 1px solid darken(@popoverTitleBackground, 5%);\n	  .border-radius(5px 5px 0 0);\n	}\n\n}\n\n\n.popover-content {\n  padding: 9px 14px;\n	p:first-child{\n		margin-top: 0;\n	}\n  p, ul, ol {\n    margin-bottom: 0;\n  }\n}\n\n// Arrows\n.popover .arrow,\n.popover .arrow:after {\n  position: absolute;\n  display: inline-block;\n  width: 0;\n  height: 0;\n  border-color: transparent;\n  border-style: solid;\n}\n.popover .arrow:after {\n  content: \"\";\n  z-index: -1;\n}\n\n.popover {\n  &.top .arrow {\n    bottom: -@popoverArrowWidth;\n    left: 50%;\n    margin-left: -@popoverArrowWidth;\n    border-width: @popoverArrowWidth @popoverArrowWidth 0;\n    border-top-color: @popoverArrowColor;\n    &:after {\n      border-width: @popoverArrowOuterWidth @popoverArrowOuterWidth 0;\n      border-top-color: @popoverArrowOuterColor;\n      bottom: -1px;\n      left: -@popoverArrowOuterWidth;\n    }\n  }\n  &.right .arrow {\n    top: 50%;\n    left: -@popoverArrowWidth;\n    margin-top: -@popoverArrowWidth;\n    border-width: @popoverArrowWidth @popoverArrowWidth @popoverArrowWidth 0;\n    border-right-color: @popoverArrowColor;\n    &:after {\n      border-width: @popoverArrowOuterWidth @popoverArrowOuterWidth @popoverArrowOuterWidth 0;\n      border-right-color: @popoverArrowOuterColor;\n      bottom: -@popoverArrowOuterWidth;\n      left: -1px;\n    }\n  }\n  &.bottom .arrow {\n    top: -@popoverArrowWidth;\n    left: 50%;\n    margin-left: -@popoverArrowWidth;\n    border-width: 0 @popoverArrowWidth @popoverArrowWidth;\n    border-bottom-color: @popoverArrowColor;\n    &:after {\n      border-width: 0 @popoverArrowOuterWidth @popoverArrowOuterWidth;\n      border-bottom-color: @popoverArrowOuterColor;\n      top: -1px;\n      left: -@popoverArrowOuterWidth;\n    }\n  }\n  &.left .arrow {\n    top: 50%;\n    right: -@popoverArrowWidth;\n    margin-top: -@popoverArrowWidth;\n    border-width: @popoverArrowWidth 0 @popoverArrowWidth @popoverArrowWidth;\n    border-left-color: @popoverArrowColor;\n    &:after {\n      border-width: @popoverArrowOuterWidth 0 @popoverArrowOuterWidth @popoverArrowOuterWidth;\n      border-left-color: @popoverArrowOuterColor;\n      bottom: -@popoverArrowOuterWidth;\n      right: -1px;\n    }\n  }\n}\n/*\n * BUTTON STYLES\n */ \n\n.btn {\n	display: inline-block;\n	padding: 4px 10px 4px;\n	margin-bottom: 0; // For input.btn\n	font-size: @buttonFontSize;\n	line-height: @baseLineHeight - 1;\n	color: #333;\n	text-align: center;\n	vertical-align: middle;\n	background:  #fff;\n	border: 1px solid rgba(0,0,0,.15);\n	border-radius: 2px;\n	text-transform: uppercase;\n	cursor: pointer;\n	font-weight: 500;\n	font-family: @defaultFont;\n	text-shadow: none;\n	&:hover {\n		color: @grayDark;\n		text-decoration: none;\n		background-color: @btnBackgroundHighlight;\n		background-position: 0 -25px;\n		color: #000;\n		// transition is only when going to hover, otherwise the background\n		// behind the gradient (there for IE<=9 fallback) gets mismatched\n		.transition(background-position .1s linear);\n	}\n	&:focus {\n	  .tab-focus();\n	}\n	&.active,\n	&:active {\n		background-image: none;\n		box-shadow: inset 0 2px 2px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);\n	\n		background-color: darken(@white, 10%);\n		background-color: darken(@white, 15%) e(\"\\9\");\n		outline: 0;\n	}\n	&.btn-page{\n		background:  @baseContrastSlight;\n		border: 1px solid @baseContrastDarkMore;\n		color: @pl-text;\n		&:hover{\n			color: @pl-text;\n			background-color: @baseContrast;\n		}\n	}\n	&.btn-overlay{\n		background: rgba(0, 0, 0, .5); \n		border: none;\n		color: #fff; \n		&:hover{\n			color: @pl-link-inverse; \n			background: fadeout( @pl-link, 20% );\n		}\n	}\n	&.btn-ol-white,\n	&.btn-ol-black, \n	&.btn-ol-link{\n		background: transparent; \n		border: 1px solid transparent;\n		&.btn-large{\n			padding: 9px 25px;\n			border-width: 2px;\n		}\n	}\n	&.btn-ol-white{\n		color: #fff; \n		border-color: rgba(255,255,255,.6);\n		&:hover{\n			color: #fff; \n			background: rgba(255,255,255,.1);\n			border-color: 2px solid rgba(255,255,255,1 );\n		}\n	}\n	&.btn-ol-black{\n		color: rgba(0, 0, 0, .4); \n		border-color: rgba( 0, 0, 0, .3);\n		&:hover{\n			color: rgba(0, 0, 0, .7); \n			background: rgba(0,0,0,.1);\n			border-color: rgba(0, 0, 0, .7);\n		}\n	}\n	&.btn-ol-link{\n		color: @pl-link; \n		border-color: @pl-link;\n		&:hover{\n			color: @pl-link; \n			border-color: @pl-link;\n			opacity: .8;\n		}\n	}\n	\n	\n	\n}\n\n\na.btn{\n	color:#333;\n	&:hover{\n		color: #000;\n	}\n}\n\n// Hover state\nbody a.btn:hover {\n  text-decoration:none;\n}\n\n// Disabled state\n.btn.disabled,\n.btn[disabled] {\n  cursor: default;\n  background-image: none;\n  background-color: darken(@white, 10%);\n	opacity: .65;\n	box-shadow: none;\n}\n\n\n// Button Sizes\n// --------------------------------------------------\n\n&.btn-large {\n	letter-spacing: 2px;\n	padding: 10px 25px;\n	line-height: normal;\n	font-weight: 600;\n	border-radius: 2px;\n	[class^=\"icon-\"] {\n		margin-top: 1px;\n	}\n}\n\n&.btn-small {\n	letter-spacing: 0px;\n	padding: @paddingSmall;\n	font-size: @fontSizeSmall;\n	.border-radius(@borderRadiusSmall);\n	[class^=\"icon-\"],\n	[class*=\" icon-\"] {\n	  margin-top: 0;\n	}\n}\n\n&.btn-mini {\n	letter-spacing: 0px;\n	font-weight: 200;\n	padding: 2px 6px;\n	font-size: 11px;\n	line-height: 14px;\n	[class^=\"icon-\"],\n	[class*=\" icon-\"] {\n 		margin-top: -1px;\n	}\n}\n\n// Alternate buttons\n// --------------------------------------------------\n\n// Set text color\n// -------------------------\n\n.btn-primary,\na.btn-primary,\n.btn-warning,\na.btn-warning,\n.btn-important,\na.btn-important,\n.btn-success,\na.btn-success,\n.btn-info,\na.btn-info,\n.btn-inverse,\na.btn-inverse,\n.btn-edit,\na.btn-edit{\n	color: @white;\n	border: none;	\n	padding: 5px 10px;\n	text-shadow: 0 -1px 0px rgba(0,0,0,.3);\n	box-shadow: 0px 1px 0px rgba(0,0,0,0.1) inset,0px 2px 0px rgba(255,255,255,0.15) inset,inset 0px -1px 0px rgba(0,0,0,0.2);\n	&.btn-large{\n		padding: 11px 25px;\n	}\n	&.btn-mini{\n		padding: 3px 10px;\n	}\n	&a, \n	&:hover{\n		text-shadow: 0 -1px 0px rgba(0,0,0,.3);\n		color: @white;\n	}\n	&.active{\n		color: rgba(255,255,255,.75);\n	}\n}\n\n\n\n// Set the backgrounds\n// -------------------------\n.btn-link-color,\na.btn-link-color {\n\n  	border: none;\n	background: @pl-link;\n	color: @pl-link-inverse;\n	&.btn-large{\n		padding: 11px 25px;\n	}\n	&:hover{\n		background: @pl-link;\n		color: @pl-link-inverse;\n		opacity: .8;\n	}\n}\n\n.btn-primary {\n  .buttonBackground(@btnPrimaryBackground, @btnPrimaryBackgroundHighlight);\n}\n// Warning appears are orange\n.btn-warning {\n	.buttonBackground(@btnWarningBackground, @btnWarningBackgroundHighlight);\n}\n// Important and error appear as red\n.btn-important {\n  .buttonBackground(@btnImportantBackground, @btnImportantBackgroundHighlight);\n}\n// Success appears as green\n.btn-success {\n  .buttonBackground(@btnSuccessBackground, @btnSuccessBackgroundHighlight);\n}\n// Info appears as a neutral blue\n.btn-info {\n  .buttonBackground(@btnInfoBackground, @btnInfoBackgroundHighlight);\n}\n// Inverse appears as dark gray\n.btn-inverse {\n  .buttonBackground(@btnInverseBackground, @btnInverseBackgroundHighlight);\n}\n\n.btn-link-icon{\n	> i:first-child {\n		color: @linkColor;\n	}\n}\n\n@media (max-width: @resPortraitTablet) {\n	.btn.btn-large,\n	a.btn.btn-large{\n		padding: 6px 14px;\n		font-size: 12px;\n		letter-spacing: 0;\n		&.btn-ol-white,\n		&.btn-ol-black, \n		&.btn-ol-link{\n			border-width: 1px;\n			padding: 4px 12px;\n		\n		}\n	}\n	\n}\n\n\n\n\n\n// Cross-browser Jank\n// --------------------------------------------------\n\nbutton.btn,\ninput[type=\"submit\"].btn {\n\n  // Firefox 3.6 only I believe\n  &::-moz-focus-inner {\n    padding: 0;\n    border: 0;\n  }\n\n  // IE7 has some default padding on button controls\n  *padding-top: 2px;\n  *padding-bottom: 2px;\n  &.btn-large {\n    *padding-top: 7px;\n    *padding-bottom: 7px;\n  }\n  &.btn-small {\n    *padding-top: 3px;\n    *padding-bottom: 3px;\n  }\n  &.btn-mini {\n    *padding-top: 1px;\n    *padding-bottom: 1px;\n  }\n}\n\n\n// BUTTON GROUPS\n// -------------\n\n\n// Make the div behave like a button\n.btn-group {\n    position: relative;\n    display: inline-block;\n    .ie7-inline-block();\n\n    vertical-align: middle; // match .btn alignment given font-size hack above\n    white-space: nowrap; // prevent buttons from wrapping when in tight spaces (e.g., the table on the tests page)\n    .ie7-restore-left-whitespace();\n\n}\n\n// Space out series of button groups\n.btn-group + .btn-group {\n  margin-left: 5px;\n}\n\n// Optional: Group multiple button groups together for a toolbar\n.btn-toolbar {\n  margin-top: @baseLineHeight / 2;\n  margin-bottom: @baseLineHeight / 2;\n  .btn-group {\n    display: inline-block;\n    .ie7-inline-block();\n  }\n}\n\n// Float them, remove border radius, then re-add to first and last elements\n.btn-group .btn {\n  position: relative;\n  float: left;\n  margin-left: -1px;\n  border-radius: 0;\n}\n// Set corners individual because sometimes a single button can be in a .btn-group and we need :first-child and :last-child to both match\n.btn-group .btn:first-child {\n  margin-left: 0;\n             border-top-left-radius: 2px;\n          border-bottom-left-radius: 2px;\n}\n.btn-group .btn:last-child,\n.btn-group .dropdown-toggle {\n             border-top-right-radius: 2px;\n          border-bottom-right-radius: 2px;\n}\n// Reset corners for large buttons\n.btn-group .btn.large:first-child {\n  margin-left: 0;\n             border-top-left-radius: 2px;\n          border-bottom-left-radius: 2px;\n}\n.btn-group .btn.large:last-child,\n.btn-group .large.dropdown-toggle {\n             border-top-right-radius: 2px;\n          border-bottom-right-radius: 2px;\n}\n\n// On hover/focus/active, bring the proper btn to front\n.btn-group .btn:hover,\n.btn-group .btn:focus,\n.btn-group .btn:active,\n.btn-group .btn.active {\n  z-index: 2;\n}\n\n// On active and open, don\'t show outline\n.btn-group .dropdown-toggle:active,\n.btn-group.open .dropdown-toggle {\n  outline: 0;\n}\n\n\n// Split button dropdowns\n\n// Give the line between buttons some depth\n.btn-group .dropdown-toggle {\n  padding-left: 8px;\n  padding-right: 8px;\n  \n  *padding-top: 3px;\n  *padding-bottom: 3px;\n}\n.btn-group .btn-mini.dropdown-toggle {\n  padding-left: 5px;\n  padding-right: 5px;\n  *padding-top: 1px;\n  *padding-bottom: 1px;\n}\n.btn-group .btn-small.dropdown-toggle {\n  *padding-top: 4px;\n  *padding-bottom: 4px;\n}\n.btn-group .btn-large.dropdown-toggle {\n  padding-left: 12px;\n  padding-right: 12px;\n}\n\n.btn-group.open {\n  // IE7\'s z-index only goes to the nearest positioned ancestor, which would\n  // make the menu appear below buttons that appeared later on the page\n  *z-index: @zindexDropdown;\n\n  // Reposition menu on open and round all corners\n  .dropdown-menu {\n    display: block;\n    margin-top: 1px;\n    border-radius: 5px;\n  }\n\n  .dropdown-toggle {\n    background-image: none;\n    box-shadow: inset 0 1px 6px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);\n  }\n}\n\n// Reposition the caret\n.btn .caret {\n  margin-top: 7px;\n  margin-left: 0;\n}\n.btn:hover .caret,\n.open.btn-group .caret {\n  	opacity: 1;\n}\n// Carets in other button sizes\n.btn-mini .caret {\n  margin-top: 5px;\n}\n.btn-small .caret {\n  margin-top: 6px;\n}\n.btn-large .caret {\n  margin-top: 6px;\n  border-left:  5px solid transparent;\n  border-right: 5px solid transparent;\n  border-top:   5px solid @black;\n}\n\n\n// Account for other colors\n.btn-primary,\n.btn-warning,\n.btn-important,\n.btn-info,\n.btn-success,\n.btn-inverse {\n  .caret {\n    border-top-color: @white;\n    border-bottom-color: @white;\n    opacity: .75;\n  }\n}\n\n\n// Block button\n// -------------------------\n\n.btn-block {\n  display: block;\n  width: 100%;\n  padding-left: 0;\n  padding-right: 0;\n	box-sizing: border-box;\n}\n\n// Vertically space out multiple block buttons\n.btn-block + .btn-block {\n  margin-top: 5px;\n}\n\n// Specificity overrides\ninput[type=\"submit\"],\ninput[type=\"reset\"],\ninput[type=\"button\"] {\n  &.btn-block {\n    width: 100%;\n  }\n}\n\n// Link buttons\n// --------------------------------------------------\n\n// Make a button look and behave like a link\n.btn-link,\n.btn-link:active,\n.btn-link[disabled] {\n  background-color: transparent;\n  background-image: none;\n	box-shadow: none;\n}\n.btn-link {\n  border-color: transparent;\n  cursor: pointer;\n  color: @linkColor;\nborder-radius: 0;\n}\n.btn-link:hover,\n.btn-link:focus {\n  color: @linkColorHover;\n  text-decoration: underline;\n  background-color: transparent;\n}\n.btn-link[disabled]:hover,\n.btn-link[disabled]:focus {\n  color: @grayDark;\n  text-decoration: none;\n}\n\n// Typography.less\n// Headings, body text, lists, code, and more for a versatile and durable typography system\n// ----------------------------------------------------------------------------------------\n\n\n// BODY TEXT\n// ---------\nbody{\n	font-size: @baseFontSize;\n	font-family: @baseFontFamily;\n	font-weight: @baseFontWeight;\n	line-height: @propLineHeight;\n	color: @textColor;\n	\n}\n\n// PARAGRAPH\n// ---------\np {\n	margin: @propLineHeight 0;\n\n	small {\n		color: @textColorAlt;\n		font-size: @baseFontSize - 2;\n		line-height: @baseLineHeight / 2;\n	}\n\n	// SPECIAL FIXES\n\n	// fix for minimum paragraph widths\n	&:before{\n		content: \"\";\n		width: 8em;\n		display: block;\n		overflow: hidden;\n	}\n	hyphenate: auto;\n	hyphenate-before: 2;\n	hyphenate-after: 3;\n	hyphenate-lines: 3;\n	orphans: 4;\n}\n\n// Links\n// ---------\na{\n	color: @linkColor;\n	transition: color .2s linear, background .2s linear;\n	&:hover{\n		color: @linkColorHover;\n		text-decoration: none;\n	}\n}\n\n\n\n\n// SPECIAL MARKUP\n// --------------\ndt {\n	font-weight:bold;\n}\ndd {\n	font-style: italic;\n}\nsup {\n	font-size:.7em;\n	vertical-align: top;\n	vertical-align:super;\n}\nsub {\n	font-size:.7em;\n	vertical-align: bottom;\n}\n\nbig {\n	font-size: 1.3em;\n}\n\nabbr,\nacronym{\n	border-bottom: .1em dotted;\n	cursor: help;\n}\n\nq:before,\nq:after{\n	content: \"\'\";\n}\n\n// CODE / PRE\n// ----------\ncode{\n	padding: 0 3px 2px;\n	font-family: @codeFont;\n	font-size: 12px;\n	background-color: @dark-base;\n	border: 1px solid darken(@dark-base, 8);\n}\ncode {\n	padding: 2px 4px;\n}\npre {\n	display: block;\n	padding: 8.5px;\n	margin: 1em;\n	font-size: 12.025px;\n	line-height: 18px;\n	white-space: pre;\n	white-space: pre-wrap;\n	word-break: break-all;\n	word-wrap: break-word;\n	code {\n		padding: 0;\n		color: inherit;\n		background-color: transparent;\n		border: 0;\n	}\n	&.pre-scrollable {\n		max-height: 340px;\n		overflow-y: scroll;\n	}\n}\n\n// HEADINGS\n// --------\n\nh1, h2, h3, h4, h5, h6 {\n	margin: .4em 0;\n	text-rendering: optimizelegibility; // Fix the character spacing for headings\n	font-family: @headingsFontFamily;\n	font-weight: @headingsFontWeight;\n	line-height: 130%;\n	small {\n	  	font-weight: normal;\n		font-size: @h6Size;\n	}\n	> a{\n		color: inherit;\n		&:hover{\n			color: @linkColor;\n		}\n	}\n}\n\n\n.subhead{\n	color: @textColorAlt;\n	font-size: @smallerText;\n}\n\n\n// HEADINGS SIZING\n// ---------------\nh1{\n    font-size: @h1Size;\n}\nh2 {\n  font-size: @h2Size;\n}\nh3 {\n  font-size: @h3Size;\n}\n\nh4 {\n  font-size: @h4Size;\n}\nh5 {\n  font-size: @h5Size;\n}\nh6 {\n  font-size: @h6Size;\n}\nh1, h2, h3, h4, h5, h6 {\n  line-height: 1.2em;\n  + p {margin-top:.4em;}\n	a{\n		color: inherit;\n	}\n}\n\n\n/* @ Header Special Cases */\nh1 + img,\nh2 + img{\n	margin-top:1em;\n}\n\n// Page header\n.page-header {\n	padding-bottom: @baseLineHeight - 1;\n	margin: @baseLineHeight*3 0 @baseLineHeight;\n	border-bottom: 1px solid @hrBorder;\n	h1{\n		line-height: 1;\n		margin: 0;\n	}\n}\n.page-header-minor {\n	margin: @baseLineHeight 0;\n	padding: @baseLineHeight/2 0 ;\n	border-bottom: 1px solid @hrBorder;\n}\n\n\n\n\n// LISTS\n// -----\n\n\n\n// HENTRY = Standard Long Form Text Formatting\n// -------------------------------------------------\n.hentry{	\n	ul, \n	ol{\n		padding: 0;\n		margin: 0 0 1em 30px;\n	}\n	ol{\n		list-style:decimal\n		ol{\n			list-style:lower-roman\n			ol{\n				list-style:lower-alpha\n			}\n		}\n	}\n	ul {\n	  list-style: disc;\n	}\n	ol {\n	  list-style: decimal;\n	}\n\n	ul ul,\n	ul ol,\n	ol ol,\n	ol ul {\n	  margin-bottom: 0;\n	}\n	\n	h1, h2, h3, h4, h5, h6{\n		margin: 1em 0;\n	}\n\n	p{\n		margin: 0 0 @propLineHeight 0;\n	}\n}\n\n// Unordered and Ordered lists\n\nol,\nul{\n	list-style-type:none\n}\n\nul.unstyled,\nol.unstyled {\n  margin-left: 0;\n  list-style: none;\n}\n\n// Description Lists\ndl {\n  margin-bottom: @baseLineHeight;\n}\ndt,\ndd {\n  line-height: @baseLineHeight;\n}\ndt {\n  font-weight: bold;\n  line-height: @baseLineHeight - 1; // fix jank Helvetica Neue font bug\n}\ndd {\n  margin-left: @baseLineHeight / 2;\n}\n\n// Horizontal layout (like forms)\n.dl-horizontal {\n  dt {\n    float: left;\n    clear: left;\n    width: 120px;\n    text-align: right;\n  }\n  dd {\n    margin-left: 130px;\n  }\n}\n\n// Links\na {\n	text-decoration:none;\n	&:focus{\n		outline:1px dotted invert;\n	}\n	&:active, &:focus{\n		outline: none !important;\n	}\n}\n\n\ninput.searchfield:active {\n   	outline: none !important;\n}\n\n\n// Horizontal rules\nhr {\n	clear:both;\n	height:0;\n	margin: @baseLineHeight 0;\n	border: 0;\n	border-bottom: 1px solid @hrBorder;\n	&.soften {\n		height: 1px;\n		background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, .1), transparent);\n		background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, .1), transparent);\n		background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, .1), transparent);\n		background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, .1), transparent);\n		border: 0;\n	}\n}\n\n\n// Emphasis\nstrong {\n  font-weight: @baseFontWeight + 200;\n}\nem {\n  font-style: italic;\n}\n.muted {\n  color: @grayLight;\n}\n\n// Special Ampersand\n.spamp{\n	font-family: \'Baskerville\', Palatino, georgia;\n	font-style: italic;\n	font-weight: normal;\n}\n\n// Serif Style\n.serifize{\n	font-family: georgia, times, serif;\n	font-style: italic;\n	font-weight: normal;\n}\n\n// Abbreviations and acronyms\nabbr[title] {\n  border-bottom: 1px dotted #ddd;\n  cursor: help;\n}\nabbr.initialism {\n  font-size: 90%;\n  text-transform: uppercase;\n}\n\n// Blockquotes\nblockquote {\n	padding: 0 0 0 15px;\n	\n	line-height: 32px;\n	font-size: 22px;\n	padding-left: 0px;\n	letter-spacing: 0.5px;\n	margin-bottom: 30px;\n	\n	p {\n		margin-bottom: 0;\n		&:first-child{\n			margin-top: 0;\n		}\n		&:last-child{\n			margin-bottom: 0;\n		}\n	}\n	small, \n	cite{\n		display: block;\n		font-size: 15px;\n		letter-spacing: 0;\n		line-height: 1.5em;\n		padding-left: 10px;\n		&:before {\n			content: \'\\2014 \\00A0\';\n		}\n	}\n	\n	&.side-right{\n		float: right;\n		max-width: 250px;\n		margin: 0 0 10px 1em;\n	}\n	&.side-left{\n		float: left;\n		max-width: 250px;\n		margin: 0 1em 10px -10px;\n	}\n	\n  // Float right with text-align: right\n  &.pull-right {\n    float: right;\n    padding-left: 0;\n    margin-left: 15px;\n    p,\n    small {\n      text-align: right;\n    }\n  }\n}\n\n// Quotes\nq:before,\nq:after,\nblockquote:before,\nblockquote:after {\n  content: \"\";\n}\n\n// Addresses\naddress {\n  display: block;\n  margin-bottom: @baseLineHeight;\n  line-height: @baseLineHeight;\n  font-style: normal;\n}\n\n// Misc\nsmall {\n  font-size: 100%;\n}\ncite {\n  font-style: normal;\n}\n\n::selection {\n	background: @linkColor; /* Safari */\n	}\n::-moz-selection {\n	background: @linkColor; /* Firefox */\n}\n\n// -----------\n// Image Styles\n// styled images added from Bootstrap\n// PageLines 2.3\n// BA\n// -----------\n\n.muted {\n  color: @grayLight;\n}\n.text-warning {\n  color: @warningText;\n}\n.text-error {\n  color: @errorText;\n}\n.text-info {\n  color: @infoText;\n}\n.text-success {\n  color: @successText;\n}\n//\n// Dropdown menus\n// --------------------------------------------------\n\n\n// Use the .menu class on any <li> element within the topbar or ul.tabs and you\'ll get some superfancy dropdowns\n.dropup,\n.dropdown {\n  position: relative;\n}\n.dropdown-toggle {\n  // The caret makes the toggle a bit too tall in IE7\n  *margin-bottom: -3px;\n}\n.dropdown-toggle:active,\n.open .dropdown-toggle {\n  outline: 0;\n}\n\n// Dropdown arrow/caret\n// --------------------\n.caret {\n  display: inline-block;\n  width: 0;\n  height: 0;\n  vertical-align: top;\n  border-top:   4px solid rgba(0,0,0, .3);\n  border-right: 4px solid transparent;\n  border-left:  4px solid transparent;\n  content: \"\";\n}\n\n// Place the caret\n.dropdown .caret {\n  margin-top: 8px;\n  margin-left: 2px;\n}\n\n// The dropdown menu (ul)\n// ----------------------\nbody .dropdown-menu {\n	position: absolute;\n	top: 100%;\n	left: 0;\n	z-index: @zindexDropdown;\n	display: none; // none by default, but block on \"open\" of the menu\n	float: left;\n	min-width: 160px;\n	padding: 5px 0;\n	margin: 2px 0 0; // override default ul\n	list-style: none;\n	background-color: @dropdownBackground;\n	border: 1px solid #ccc; // Fallback for IE7-8\n	border: 1px solid @dropdownBorder;\n	*border-right-width: 2px;\n	*border-bottom-width: 2px;\n	border-radius: 6px;\n	box-shadow: 0 5px 10px rgba(0,0,0,.2);\n\n	.background-clip(padding-box);\n\n\n  // Aligns the dropdown menu to right\n  &.pull-right {\n    right: 0;\n    left: auto;\n  }\n\n  // Dividers (basically an hr) within the dropdown\n  .divider {\n    .nav-divider(@dropdownDividerTop, @dropdownDividerBottom);\n  }\n\n  // Links within the dropdown menu\n	li > a,\n	li > span {\n		display: block;\n		padding: 3px 20px;\n		clear: both;\n		font-weight: normal;\n		line-height: @baseLineHeight;\n		color: @dropdownLinkColor;\n		white-space: nowrap;\n		cursor: pointer;\n		.transition(none);\n	}\n}\n\n// Hover state\n// -----------\n.dropdown-menu li > a:hover,\n.dropdown-menu li > a:focus,\n.dropdown-submenu:hover > a,\n.dropdown-menu li.current-menu-item > a {\n  text-decoration: none;\n	text-shadow: 0 -1px 0 rgba(0,0,0,.5);\n  color: @dropdownLinkColorHover;\n  background-color: @dropdownLinkBackgroundHover;\n  #gradient > .vertical(@dropdownLinkBackgroundHover, darken(@dropdownLinkBackgroundHover, 5%));\n}\n// ^^ PageLines Edited Rule ^^ //\n\n// Active state\n// ------------\n.dropdown-menu .active > a,\n.dropdown-menu .active > a:hover {\n  color: @dropdownLinkColorHover;\n  text-decoration: none;\n  outline: 0;\n  background-color: @dropdownLinkBackgroundActive;\n  #gradient > .vertical(@dropdownLinkBackgroundActive, darken(@dropdownLinkBackgroundActive, 5%));\n}\n\n// Disabled state\n// --------------\n// Gray out text and ensure the hover state remains gray\n.dropdown-menu .disabled > a,\n.dropdown-menu .disabled > a:hover {\n  color: @grayLight;\n}\n// Nuke hover effects\n.dropdown-menu .disabled > a:hover {\n	text-decoration: none;\n	text-shadow: none;\n	background-color: transparent;\n	background-image: none; // Remove CSS gradient\n	.reset-filter();\n	cursor: default;\n}\n\n// Open state for the dropdown\n// ---------------------------\n.open {\n  // IE7\'s z-index only goes to the nearest positioned ancestor, which would\n  // make the menu appear below buttons that appeared later on the page\n  *z-index: @zindexDropdown;\n\n  & > .dropdown-menu {\n    display: block;\n  }\n}\n\n// Right aligned dropdowns\n// ---------------------------\n.pull-right > .dropdown-menu {\n  right: 0;\n  left: auto;\n}\n\n// Allow for dropdowns to go bottom up (aka, dropup-menu)\n// ------------------------------------------------------\n// Just add .dropup after the standard .dropdown class and you\'re set, bro.\n// TODO: abstract this so that the navbar fixed styles are not placed here?\n.dropup,\n.navbar-fixed-bottom .dropdown {\n  // Reverse the caret\n  .caret {\n    border-top: 0;\n    border-bottom: 4px solid @black;\n    content: \"\";\n  }\n  // Different positioning for bottom up menu\n  .dropdown-menu {\n    top: auto;\n    bottom: 100%;\n    margin-bottom: 1px;\n  }\n}\n\n// Sub menus\n// ---------------------------\n.dropdown-submenu {\n  position: relative;\n}\n.dropdown-submenu > .dropdown-menu {\n	top: 0;\n	left: 100%;\n	margin-top: -6px;\n	margin-left: -1px;\n	.border-radius(0 6px 6px 6px);\n}\n.dropdown-submenu:hover > .dropdown-menu {\n  display: block;\n}\n\n.dropdown-submenu > a:after {\n  display: block;\n  content: \" \";\n  float: right;\n  width: 0;\n  height: 0;\n  border-color: transparent;\n  border-style: solid;\n  border-width: 5px 0 5px 5px;\n  border-left-color: darken(@dropdownBackground, 20%);\n  margin-top: 5px;\n  margin-right: -10px;\n}\n.dropdown-submenu:hover > a:after {\n  border-left-color: @dropdownLinkColorHover;\n}\n\n\n// Tweak nav headers\n// -----------------\n// Increase padding from 15px to 20px on sides\n.dropdown .dropdown-menu .nav-header {\n  padding-left: 20px;\n  padding-right: 20px;\n}\n\n// Typeahead\n// ---------\n.typeahead {\n  margin-top: 2px; // give it some space to breathe\n  .border-radius(4px);\n}\n// ACCORDION\n// ---------\n\n// Parent container\n.accordion {\n  margin-bottom: 15px;\n}\n\n// Group == heading + body\n.accordion-group {\n  margin-bottom: 2px;\n}\n.accordion-heading {\n\n  border-bottom: 0;\n\n   &:hover {\n   		border-radius: 4px;\n	  	opacity: .8;\n	}\n   a:hover {\n		text-decoration:none;\n	}\n\n}\n.accordion-heading .accordion-toggle {\n  display: block;\n  padding: 8px 15px;\n}\n\n// Inner needs the styles because you can\'t animate properly with any styles on the element\n.accordion-inner {\n  padding: 9px 15px;\n}\n// CAROUSEL\n// --------\n\n.carousel {\n  position: relative;\n  margin-bottom: @baseLineHeight;\n  line-height: 1;\n}\n\n.carousel-inner {\n  overflow: hidden;\n  width: 100%;\n  position: relative;\n}\n\n.carousel {\n\n  h4 {\n    margin:0;\n  }\n\n  .item {\n    display: none;\n    position: relative;\n    .transition(.6s ease-in-out left);\n  }\n\n  // Account for jankitude on images\n  .item > img {\n    display: block;\n    line-height: 1;\n    width:100%;\n  }\n\n  .active,\n  .next,\n  .prev { display: block; }\n\n  .active {\n    left: 0;\n  }\n\n  .next,\n  .prev {\n    position: absolute;\n    top: 0;\n    width: 100%;\n  }\n\n  .next {\n    left: 100%;\n  }\n  .prev {\n    left: -100%;\n  }\n  .next.left,\n  .prev.right {\n    left: 0;\n  }\n\n  .active.left {\n    left: -100%;\n  }\n  .active.right {\n    left: 100%;\n  }\n\n}\n\n// Left/right controls for nav\n// ---------------------------\n\n.carousel-control, .hentry .carousel-control {\n  position: absolute;\n  top: 50%;\n  left: 15px;\n  width: 40px;\n  height: 40px;\n  margin-top: -20px;\n  font-family: @baseFontFamily;\n  font-size: 60px;\n  font-weight: 100;\n  line-height: 30px;\n  color: @white;\n  text-align: center;\n  opacity: .5;\n\n  // we can\'t have this transition here\n  // because webkit cancels the carousel\n  // animation if you trip this while\n  // in the middle of another animation\n  // ;_;\n  // .transition(opacity .2s linear);\n\n  // Reposition the right one\n  &.right {\n    left: auto;\n    right: 15px;\n  }\n\n  // Hover state\n  &:hover {\n    color: @white;\n    text-decoration: none;\n    opacity: .9;\n  }\n}\n\n// Caption for text below images\n// -----------------------------\n\n.carousel-caption {\n	position: absolute;\n	left: 0;\n	right: 0;\n	bottom: 0;\n	padding: 10px 15px 5px;\n	background: @grayDark;\n	background: rgba(0,0,0,.75);\n	h4, p{\n		color: @white;\n	}\n	p{\n		margin:0 0 0.8em 0;\n		line-height: 1.5em;\n	}\n}\n// NAVIGATIONS\n// -----------\n/*** ESSENTIAL STYLES ***/\n\n.sf-menu{\n	li.megamenu{\n		> ul.sub-menu{\n			background-color: #1F1F1F;	\n		}	\n		> ul > li {\n			border-right: 1px solid rgba(255, 255, 255, 0.1);\n		}\n	}\n	ul{\n		background-color: #1F1F1F;\n		li a{\n			border-bottom: 1px solid rgba(255,255,255,0.1); \n			color: #ccc;\n		}\n		li.sfHover > a,\n		li:hover > a {\n			color: #fff;	\n		}\n		li > a:focus ,\n		li > a:hover ,\n		li > a:active ,\n		li.current-menu-item > a{\n			background-color: rgba(255,255,255,.1);\n			color: #FFF;	\n		}\n	}\n	li > ul.sub-menu{\n		display: table;\n		visibility: hidden;\n	}\n	&.dd-theme-light{\n		\n		li.megamenu{\n			> ul.sub-menu{\n				background-color: #fff;	\n\n			}	\n			> ul > li {\n				border-right: 1px solid #ddd;\n			}\n		}\n		> li > ul{\n			box-shadow: 1px 1px 0 rgba(0,0,0,.2), -1px -1px 0 rgba(0,0,0,.2);\n		}\n		ul{\n			background-color: #fff;\n			\n			li a{\n				border-bottom: 1px solid #ddd; \n				color: #444;\n			}\n			li.sfHover > a,\n			li:hover > a {\n				color: #000;	\n			}\n			li > a:focus ,\n			li > a:hover ,\n			li > a:active ,\n			li.current-menu-item > a{\n				background-color: #f7f7f7; \n				color: #000;	\n			}\n		}\n\n	}\n	\n} \n\n\n.sf-menu, \n.sf-menu * {\n	margin: 0;\n	padding: 0;\n	list-style: none;\n}\n.sf-menu {\n	li {\n		position: relative;\n		&.megamenu, \n		&.panelmenu{\n			\n			> ul.sub-menu {\n				padding: 15px 0px;\n			}\n			> ul > li {\n				.sub-indicator {\n					display: none;\n				}\n				\n				display: table-cell;\n				padding: 0px 15px;\n				\n				> a {\n					font-family: @defaultFont;\n					font-weight: 600;\n					font-size: 12px;\n					text-transform: uppercase;\n					margin-bottom: 5px;\n					letter-spacing: 2px;\n					border-bottom: none;\n				}\n				ul {\n					display: block!important;\n					top: 0px!important;\n					width: 100%;\n					opacity: 1!Important;\n					left: 0px!important;\n					position: relative!important;\n					li a{\n						border: none;\n						padding: 9px 14px;\n					}\n				}\n			}\n		}\n		&.panelmenu {\n			> ul.sub-menu {\n				width: 540px;	\n			}\n		\n			> ul > li {\n				width: 180px;\n			}\n		}\n		\n		&.megamenu {\n			position: inherit;\n			> ul.sub-menu {\n				\n				width: 100%;	\n				left: 0px;\n				\n			}	\n			\n			> ul > li {\n				width: 33.33%;\n			}\n			\n			&.mega-col-1 > ul > li { width: 100%; }\n			&.mega-col-2 > ul > li { width: 50%; }\n			&.mega-col-3 > ul > li { width: 33.33%; }\n			&.mega-col-4 > ul > li { width: 25%; }\n			&.mega-col-5 > ul > li { width: 20%; }\n			&.mega-col-6 > ul > li { width: 16.66%%; }\n		}\n	}\n\n	ul {\n		position: absolute;\n		display: none;\n		top: 100%;\n		left: 0;\n		z-index: 1049;\n		width: 15em;\n		\n		\n		li{\n			width: 100%;\n			a {\n				font-size: 12px;\n				line-height: 13px;\n			    margin: 0;\n			    padding: 14px;\n			    \n				transition: none;\n				\n			}\n		}\n		\n		\n		li.current_page_ancestor > a{\n			background: transparent;\n		}\n		\n		ul {\n			top: 0;\n			left: 100%;\n		}\n		\n	}\n	> .menu-item:nth-last-child(3),\n	> .menu-item:nth-last-child(2){\n		ul{\n			left: auto; \n			right: 0;\n			ul{\n				left: auto;\n				right: 100%;\n			}\n		}\n	\n	}\n	> .panelmenu.menu-item{\n		ul{\n			left: 0; \n			right: auto;\n		}\n		&.panel-right ul{\n			left: auto; \n			right: 0;\n		}\n	}\n	> li:last-child \n	\n	li:hover > ul,\n	li.sfHover > ul {\n		display: block;\n	}\n	a {\n	\n		display: block;\n		position: relative;\n		text-align: left;\n	}\n	\n}\n\n.sf-menu li li a, .sf-menu li li a:visited {\n    padding-left: 1.25em;\n}\n\n.sub-indicator {\n	opacity: .8;\n}\n\n\n// BASE CLASS\n// ----------\n\n.nav {\n  margin-left: 0;\n  margin-bottom: @baseLineHeight;\n  list-style: none;\n}\n\n// Make links block level\n.nav > li > a {\n  display: block;\n}\n.nav > li > a:hover {\n  text-decoration: none;\n  background-color: @grayLighter;\n}\n\n// Nav headers (for dropdowns and lists)\n.nav .nav-header {\n  display: block;\n  padding: 3px 15px;\n  font-size: 11px;\n  font-weight: bold;\n  line-height: @baseLineHeight;\n  color: @grayLight;\n  text-shadow: 0 1px 0 rgba(255,255,255,.5);\n  text-transform: uppercase;\n}\n// Space them out when they follow another list item (link)\n.nav li + .nav-header {\n  margin-top: 9px;\n}\n\n\n// NAV LIST\n// --------\n\n.nav-list {\n  padding-left: 15px;\n  padding-right: 15px;\n  margin-bottom: 0;\n}\n.nav-list > li > a,\n.nav-list .nav-header {\n  margin-left:  -15px;\n  margin-right: -15px;\n  text-shadow: 0 1px 0 rgba(255,255,255,.5);\n}\n.nav-list > li > a {\n  padding: 3px 15px;\n}\n.nav-list > .active > a,\n.nav-list > .active > a:hover {\n  color: @white;\n  text-shadow: 0 -1px 0 rgba(0,0,0,.2);\n  background-color: @linkColor;\n}\n.nav-list [class^=\"icon-\"] {\n  margin-right: 2px;\n}\n// Dividers (basically an hr) within the dropdown\n.nav-list .divider {\n  .nav-divider();\n}\n\n\n\n// TABS AND PILLS\n// -------------\n\n// Common styles\n.nav-tabs,\n.nav-pills {\n  .clearfix();\n}\n.nav-tabs > li,\n.nav-pills > li {\n  float: left;\n}\n.nav-tabs > li > a,\n.nav-pills > li > a {\n  padding-right: 12px;\n  padding-left: 12px;\n  margin-right: 2px;\n  line-height: 14px; // keeps the overall height an even number\n}\n\n// TABS\n// ----\n\n// Give the tabs something to sit on\n.nav-tabs {\n  border-bottom: 1px solid darken(@pl-base, 6);\n}\n\n// Make the list-items overlay the bottom border\n.nav-tabs > li {\n  margin-bottom: -1px;\n}\n\n// Actual tabs (as links)\n.nav-tabs > li > a {\n  padding-top: 8px;\n  padding-bottom: 8px;\n  line-height: @baseLineHeight;\n  border: 1px solid transparent;\n  .border-radius(4px 4px 0 0);\n  &:hover {\n    background-color:darken(@pl-base,2);\n    border-color: darken(@pl-base, 6);\n  }\n}\n// Active state, and it\'s :hover to override normal :hover\n.nav-tabs > .active > a,\n.nav-tabs > .active > a:hover {\n  color: @pl-text;\n  background-color: darken(@pl-base,2);\n  border: 1px solid darken(@pl-base, 6);\n  border-bottom-color: transparent;\n  cursor: default;\n}\n\n// PILLS\n// -----\n\n// Links rendered as pills\n.nav-pills > li > a {\n  padding-top: 8px;\n  padding-bottom: 8px;\n  margin-top: 2px;\n  margin-bottom: 2px;\n  .border-radius(5px);\n}\n\n// Active state\n.nav-pills > .active > a,\n.nav-pills > .active > a:hover {\n  color: @white;\n  background-color: @linkColor;\n}\n\n\n\n// STACKED NAV\n// -----------\n\n// Stacked tabs and pills\n.nav-stacked > li {\n  float: none;\n}\n.nav-stacked > li > a {\n  margin-right: 0; // no need for the gap between nav items\n}\n\n// Tabs\n.nav-tabs.nav-stacked {\n  border-bottom: 0;\n}\n.nav-tabs.nav-stacked > li > a {\n  border: 1px solid #ddd;\n  .border-radius(0);\n}\n.nav-tabs.nav-stacked > li:first-child > a {\n  .border-radius(4px 4px 0 0);\n}\n.nav-tabs.nav-stacked > li:last-child > a {\n  .border-radius(0 0 4px 4px);\n}\n.nav-tabs.nav-stacked > li > a:hover {\n  border-color: #ddd;\n  z-index: 2;\n}\n\n// Pills\n.nav-pills.nav-stacked > li > a {\n  margin-bottom: 3px;\n}\n.nav-pills.nav-stacked > li:last-child > a {\n  margin-bottom: 1px; // decrease margin to match sizing of stacked tabs\n}\n\n\n\n// DROPDOWNS\n// ---------\n\n// Position the menu\n.nav-tabs .dropdown-menu,\n.nav-pills .dropdown-menu {\n  margin-top: 1px;\n  border-width: 1px;\n}\n.nav-pills .dropdown-menu {\n  .border-radius(4px);\n}\n\n// Default dropdown links\n// -------------------------\n// Make carets use linkColor to start\n.nav-tabs .dropdown-toggle .caret,\n.nav-pills .dropdown-toggle .caret {\n  border-top-color: @linkColor;\n  border-bottom-color: @linkColor;\n  margin-top: 6px;\n}\n.nav-tabs .dropdown-toggle:hover .caret,\n.nav-pills .dropdown-toggle:hover .caret {\n  border-top-color: @linkColorHover;\n  border-bottom-color: @linkColorHover;\n}\n\n// Active dropdown links\n// -------------------------\n.nav-tabs .active .dropdown-toggle .caret,\n.nav-pills .active .dropdown-toggle .caret {\n  border-top-color: @grayDark;\n  border-bottom-color: @grayDark;\n}\n\n// Active:hover dropdown links\n// -------------------------\n.nav > .dropdown.active > a:hover {\n  color: @black;\n  cursor: pointer;\n}\n\n// Open dropdowns\n// -------------------------\n.nav-tabs .open .dropdown-toggle,\n.nav-pills .open .dropdown-toggle,\n.nav > .open.active > a:hover {\n  color: @white;\n  background-color: @grayLight;\n  border-color: @grayLight;\n}\n.nav .open .caret,\n.nav .open.active .caret,\n.nav .open a:hover .caret {\n  border-top-color: @white;\n  border-bottom-color: @white;\n  opacity: 1;\n}\n\n// Dropdowns in stacked tabs\n.tabs-stacked .open > a:hover {\n  border-color: @grayLight;\n}\n\n// PageLines Specific\n.hentry .nav-tabs > li{\n  list-style:none;\n  // margin:0;\n}\n  ul.nav.nav-tabs {\n    margin:0;\n  }\n  ul.nav.nav-tabs a:hover {\n    text-decoration:none;\n  }\n\n// TABBABLE\n// --------\n\n\n// COMMON STYLES\n// -------------\n\n// Clear any floats\n.tabbable {\n  .clearfix();\n}\n.tab-content {\n  display: table; // prevent content from running below tabs\n  width: 100%;\n  padding-top:5px;\n  background:darken(@pl-base,2);\n\n  p {\n    padding-left:10px;\n  }\n\n}\n\n\n// Remove border on bottom, left, right\n.tabs-below .nav-tabs,\n.tabs-right .nav-tabs,\n.tabs-left .nav-tabs {\n  border-bottom: 0;\n}\n\n// Show/hide tabbable areas\n.tab-content > .tab-pane,\n.pill-content > .pill-pane {\n  display: none;\n}\n.tab-content > .active,\n.pill-content > .active {\n  display: block;\n}\n\n\n// BOTTOM\n// ------\n\n.tabs-below .nav-tabs {\n  border-top: 1px solid darken(@pl-base, 6);\n}\n.tabs-below .nav-tabs > li {\n  margin-top: -1px;\n  margin-bottom: 0;\n}\n.tabs-below .nav-tabs > li > a {\n  .border-radius(0 0 4px 4px);\n  &:hover {\n    border-bottom-color: transparent;\n    border-top-color: darken(@pl-base, 6);\n  }\n}\n.tabs-below .nav-tabs .active > a,\n.tabs-below .nav-tabs .active > a:hover {\n  border-color: transparent darken(@pl-base, 6);\n}\n\n// LEFT & RIGHT\n// ------------\n\n// Common styles\n.tabs-left .nav-tabs > li,\n.tabs-right .nav-tabs > li {\n  float: none;\n}\n.tabs-left .nav-tabs > li > a,\n.tabs-right .nav-tabs > li > a {\n  min-width: 74px;\n  margin-right: 0;\n  margin-bottom: 3px;\n}\n\n// Tabs on the left\n.tabs-left .nav-tabs {\n  float: left;\n  margin-right: 19px;\n  border-right: 1px solid darken(@pl-base, 6);\n}\n.tabs-left .nav-tabs > li > a {\n  margin-right: -1px;\n  .border-radius(4px 0 0 4px);\n}\n.tabs-left .nav-tabs > li > a:hover {\n  border-color: darken(@pl-base, 6);\n}\n.tabs-left .nav-tabs .active > a,\n.tabs-left .nav-tabs .active > a:hover {\n  border-color: darken(@pl-base, 6);\n  *border-right-color: darken(@pl-base, 6);\n}\n\n// Tabs on the right\n.tabs-right .nav-tabs {\n  float: right;\n  margin-left: 19px;\n  border-left: 1px solid darken(@pl-base, 6);\n}\n.tabs-right .nav-tabs > li > a {\n  margin-left: -1px;\n  .border-radius(0 4px 4px 0);\n}\n.tabs-right .nav-tabs > li > a:hover {\n  border-color: darken(@pl-base, 6);\n}\n.tabs-right .nav-tabs .active > a,\n.tabs-right .nav-tabs .active > a:hover {\n  border-color: darken(@pl-base, 6);\n  *border-left-color: darken(@pl-base, 6);\n}\n//\n// Modals\n// --------------------------------------------------\n\n// Background\n.modal-backdrop {\n  position: fixed;\n  top: 0;\n  right: 0;\n  bottom: 0;\n  left: 0;\n  z-index: @zindexModalBackdrop;\n  background-color: @black;\n  // Fade for backdrop\n  &.fade { opacity: 0; }\n}\n\n.modal-backdrop,\n.modal-backdrop.fade.in {\n  opacity: .8;\n}\n\n// Base modal\n.modal {\n	position: fixed;\n	top: 10%;\n	left: 50%;\n	z-index: @zindexModal;\n	width: 560px;\n	margin-left: -280px;\n	background-color: @white;\n	border: 1px solid #999;\n	border: 1px solid rgba(0,0,0,.3);\n	*border: 1px solid #999; /* IE6-7 */\n\n	border-radius: 6px;\n	box-shadow: 0 3px 7px rgba(0,0,0,0.3);\n	.background-clip(padding-box);\n	// Remove focus outline from opened modal\n	outline: none;\n	font-family: @defaultFont;\n	font-weight: normal;\n	color:#777;\n	&.modal-large{\n		width: 840px;\n		margin-left: -430px\n	}\n	&.fade {\n		.transition(e(\'opacity .1s linear, top .1s ease-out\'));\n		top: -25%;\n	}\n	&.fade.in { top: 10%; }\n\n	h1, h2, h3, h4, h5, h6{\n		font-weight: 600;\n		color:#000;\n		font-family: @defaultFont;\n	}\n	iframe{\n		width: 100%;\n		min-height: 400px;\n	}\n}\n.modal-header {\n  padding: 9px 15px;\n  border-bottom: 1px solid #eee;\n  // Close icon\n  .close { margin-top: 2px; }\n  // Heading\n  h3 {\n	\n    margin: 0;\n    line-height: 30px;\n	font-size: 20px;\n  }\n}\n\n// Body (where all modal content resides)\n.modal-body {\n  position: relative;\n  overflow-y: auto;\n  max-height: 400px;\n  padding: @baseLineHeight;\n}\n// Remove bottom margin if need be\n.modal-form {\n  margin-bottom: 0;\n}\n\n// Footer (for actions)\n.modal-footer {\n  padding: 14px 15px 15px;\n  margin-bottom: 0;\n  text-align: right; // right align buttons\n  background-color: #f5f5f5;\n  border-top: 1px solid #ddd;\n  .border-radius(0 0 6px 6px);\n	box-shadow: inset 0 1px 0 #fff; \n  .clearfix(); // clear it in case folks use .pull-* classes on buttons\n\n  // Properly space out buttons\n  .btn + .btn {\n    margin-left: 5px;\n    margin-bottom: 0; // account for input[type=\"submit\"] which gets the bottom margin like all other inputs\n  }\n  // but override that for button groups\n  .btn-group .btn + .btn {\n    margin-left: -1px;\n  }\n  // and override it for block buttons as well\n  .btn-block + .btn-block {\n    margin-left: 0;\n  }\n}// Make wrapper ul behave like the grid\nbody .pl-thumbnails,\nbody .gallery{\n	margin-left: -@gridGutterWidth;\n	list-style: none;\n\n	.clearfix();\n	> li{\n	  float: left; // Explicity set the float since we don\'t require .span* classes\n	  margin-bottom: @baseLineHeight;\n	  margin-left: @gridGutterWidth;\n	}\n	\n}\n\nbody .pl-thumbnails .thumbnail,\nbody .gallery .gallery-icon a,\n.pl-thumbnail {\n	display: block;\n	padding: 4px;\n	line-height: @baseLineHeight;\n	border: 1px solid @baseContrast;\n	.border-radius(4px);\n	.box-shadow(0 1px 3px rgba(0,0,0,.055));\n	.transition(all .2s ease-in-out);\n	&[href]:hover{\n		border-color: @linkColor;\n		.box-shadow(0 1px 4px rgba(0,105,214,.25));\n	}\n	> img {\n	  display: block;\n	  max-width: 100%;\n	  margin-left: auto;\n	  margin-right: auto;\n	}\n	.caption, .gallery-caption {\n	  padding: 9px;\n	  color: @textColorAlt;\n	}\n}\n\n\n#gallery-1 img {\n	border: none!important;\n}\n.gallery-icon{\n	display: inline-block;\n}\n// Fluid rows have no left margin\n.row-fluid .thumbnails {\n  margin-left: 0;\n}\n// COMPONENT ANIMATIONS\n// --------------------\n\n.fade {\n  .transition(opacity .15s linear);\n  opacity: 0;\n  &.in {\n    opacity: 1;\n  }\n}\n\n.collapse {\n  .transition(height .35s ease);\n  position:relative;\n  overflow:hidden;\n  height: 0;\n  &.in {\n    height: auto;\n  }\n}// PAGELINES UTILITY CLASSES\n\n// -----------\n// Image Frame\n// -----------\n.pl-imageframe img,\nimg.pl-imageframe {\n	padding: 4px;\n	background: @baseLighter;\n	border: 1px solid @baseLighterMore;\n	.box-sizing(border-box);\n	.box-shadow(0 1px 2px rgba(0, 0, 0, 0.3));\n	.border-radius(3px)\n}\n\n.pl-imageframe a:hover img{\n	background: lighten(@baseContrast, 5%);\n}\n\n// -----------\n// Zero Utility Class by BA\n// Useful classes for specifying zero margin on top, or bottom of headings and paragraph elements\n// -----------\n\n.zmt {\n	margin-top:0 !important; // We have to declare importance becuase we\'re overriding the 20px margin-top with a wildcard class\n}\n\n.zmb {\n	margin-bottom:0 !important; // We have to declare importance becuase we\'re overriding the 20px margin-bottom with a wildcard class\n}\n\n.zb {\n  border:none !important; // We have to declare importance\n}\n\n.tac {\n  text-align:center !important; // We have to declare importance\n}\n\n// -----------\n// Visibility Utility Class\n// -----------\n.hide {\n  display: none;\n}\n.show {\n  display: block;\n}\n.invisible {\n  visibility: hidden;\n}\n\n\n// -----------\n// Code typography styles for the <code> and <pre> elements\n// -----------\n\n// Inline and block code styles\ncode,\npre {\n  padding: 0 3px 2px;\n  #font > #family > .monospace;\n  font-size: @baseFontSize - 1;\n  .border-radius(3px);\n}\n\n// Inline code\ncode {\n  padding: 2px 4px;\n}\n\ncode,\n.prettyprint{\n	background-color: @baseContrastSlight;\n	border: 1px solid @baseContrastDarkMore;\n}\n\n\n	.prettify-on .prettyprint.linenums {\n	  -webkit-box-shadow: inset 40px 0 0 @dark-base, inset 41px 0 0 @baseContrastDarkMore;\n	     -moz-box-shadow: inset 40px 0 0 @dark-base, inset 41px 0 0 @baseContrastDarkMore;\n	          box-shadow: inset 40px 0 0 @dark-base, inset 41px 0 0 @baseContrastDarkMore;\n	}\n\n	ol.linenums li{\n		color: #bebec5;\n	}\n\n// Blocks of code\npre {\n  display: block;\n  \n  white-space: pre;\n  white-space: pre-wrap;\n  word-break: break-all;\n  word-wrap: break-word;\n\n  // Make prettyprint styles more spaced out for readability\n  &.prettyprint {\n    margin-bottom: @baseLineHeight;\n  }\n\n  // Account for some code outputs that place code tags in pre tags\n  code {\n    padding: 0;\n    color: inherit;\n    background-color: transparent;\n    border: 0;\n  }\n}\n\n// Enable scrollable blocks of code\n.pre-scrollable {\n  max-height: 340px;\n  overflow-y: scroll;\n}\n\n/* 11. Responsive Vids */\n.pl-video {\n	&.youtube {\n	padding-top: 30px;\n	}\n	&.vimeo {\n	padding-top: 10px;\n	}\n  position: relative;\n  padding-bottom: 56.25%;\n\n  height: 0;\n  overflow: hidden;\n\n  iframe, object, embed {\n    position: absolute;\n    top: 0;\n    left: 0;\n  }\n}\n\n.fix {\n.clearfix;\n}\n\n\n// -----------\n// Image Styles\n// styled images added from Bootstrap\n// PageLines 2.3\n// BA\n// -----------\n\n// Rounded corners\n.img-rounded {\n  .border-radius(6px);\n}\n\n// Add polaroid-esque trim\n.img-polaroid {\n  padding: 4px;\n  background-color: #fff;\n  border: 1px solid #ccc;\n  border: 1px solid rgba(0,0,0,.2);\n  .box-shadow(0 1px 3px rgba(0,0,0,.1));\n}\n\n// Perfect circle\n.img-circle {\n  .border-radius(500px); // crank the border-radius so it works with most reasonably sized images\n}\n/*\n	PAGELINES CSS OBJECTS\n  	CSS Objects for repeated use as utilities in other objects.\n	Must be generalized and have wide usage capability.\n*/\n\n/*\n * @ Clearing Floats\n **********************************************************************/\n.fix{\n	.clearfix();\n}\n\n/*\n * @ HTML5 VIDEO \n **********************************************************************/\n.bg-video-canvas{\n	position: relative;\n}\n.bg-video-viewport{\n	text-align: center;\n	width: 100%;\n	height: 100%;\n	position: absolute;\n	top: 0;\n	left: 0;\n	overflow: hidden;\n	.bg-video{\n		width: 100%;\n		height: 100%;\n	}\n}\n\n\n/*\n * @ Faux Browser Wrap\n **********************************************************************/\n.pl-browser-wrap{\n	border: 1px solid #cdcdcd;\n	border-radius: 4px 4px 0 0;\n	.pl-browser-header{\n		background: #f7f7f7; 	\n		position: relative;\n		border-radius: 4px 4px 0 0;\n		border-bottom: 1px solid #ccc;\n		height: 25px;\n		box-shadow: inset 1px 1px 0 #fff; \n		\n	}\n}\n.browser-btns{\n	position: absolute; \n	top: 8px;\n	left: 8px;\n	> span{\n		height: 10px;\n		width: 10px;\n		margin-right: 5px;\n		&.bbtn-green{ background: #79d145; }\n		&.bbtn-red{ background: #ff4d3b; }\n		&.bbtn-orange{ background: #ffba3b; }\n		display: inline-block;\n		vertical-align: top;\n		border-radius: 10px;\n		box-shadow: inset 0 1px 0 rgba(0,0,0,.1);\n	}\n}\n\n\n/*\n * @ Social Link Default Sizing\n **********************************************************************/\n.sl-link{\n	font-size: 22px;\n	line-height: 22px;\n	margin: 0 8px;\n	color: inherit;\n}\n\n/*\n * @ Animation Stuff\n **********************************************************************/\n\n\n.pl-animation{\n	-webkit-backface-visibility: hidden; // fixes flicker\n}\n\n.pl-pro-version{\n	.pla-scale, \n	.pla-fade, \n	.pla-from-left, \n	.pla-from-right, \n	.pla-from-top, \n	.pla-from-bottom{\n		opacity: 0;\n		.transition(all 1s ease-in-out);\n		&.animation-loaded,\n		&.animation-loaded.subtle{\n			opacity: 1;\n			.translate3d(0,0,0);\n			.scale(1);\n		}\n	} \n	.pla-scale{\n		opacity: .3;\n		.scale(.3);\n	}\n	.pla-from-left{\n		.translate3d(-50px, 0, 0);\n		&.subtle{\n			.translate3d(-20px, 0, 0);\n		}\n	}\n	.pla-from-right{\n		.translate3d(50px, 0, 0);\n		&.subtle{\n			.translate3d(20px, 0, 0);\n		}\n	}\n	.pla-from-bottom{\n		.translate3d(0, 50px, 0);\n		&.subtle{\n			.translate3d(0, 20px, 0);\n		}\n	}\n	.pla-from-top{\n		.translate3d(0, -50px, 0);\n		&.subtle{\n			.translate3d(0, -20px, 0);\n		}\n	}\n	\n	.pl-slidedown{\n		height: 5px;\n		overflow:hidden;\n		-webkit-transition: height 0.85s cubic-bezier(0.725, 0.000, 0.000, 0.995);\n			-moz-transition: height 0.85s cubic-bezier(0.725, 0.000, 0.000, 0.995);\n			     transition:  height 0.85s cubic-bezier(0.725, 0.000, 0.000, 0.995);\n		&.animation-loaded{\n		//	max-height: 200px;\n		}\n	}\n\n	.pl-appear{\n		opacity: .1;\n		.scale(.5);\n\n		&.animation-loaded{\n			opacity: 1;\n			.transition(all .5s ease-in-out);\n			.scale(1);\n		}\n	}\n}\n\n\n.no-anim{\n	opacity: 1;\n	.scale(1);\n}\n\n/*pop up animation*/\n@-webkit-keyframes pl_appear {\n  0%   { -webkit-transform:scale(0.5); opacity: 0.1;  }\n  100% { -webkit-transform:scale(1); opacity: 1; }\n}\n@-moz-keyframes pl_appear {\n  0%   { -moz-transform:scale(0.5); opacity: 0.1;  }\n  100% { -moz-transform:scale(1);opacity: 1;  }\n}\n@-o-keyframes pl_appear {\n  0%   { -o-transform:scale(0.5); opacity: 0.1;  }\n  100% { -o-transform:scale(1);  opacity: 1; }\n}\n@keyframes pl_appear {\n  0%   { transform:scale(0.5); opacity: 0.1;  }\n  100% { transform:scale(1); opacity: 1;  }\n}\n\n\n/*\n * @ Responsive Padding Classes\n **********************************************************************/\n.vpad-20{ padding-top: 20px; padding-bottom: 20px;} \n.vpad-40{ padding-top: 40px; padding-bottom: 40px; }\n.vpad-60{ padding-top: 60px; padding-bottom: 60px; }\n.vpad-80{ padding-top: 80px; padding-bottom: 80px; }\n.vpad-100{ padding-top: 100px; padding-bottom: 100px; }\n.vpad-120{ padding-top: 120px; padding-bottom: 120px; }\n.vpad-140{ padding-top: 140px; padding-bottom: 140px; }\n.vpad-160{ padding-top: 160px; padding-bottom: 160px; }\n.vpad-180{ padding-top: 180px; padding-bottom: 180px; }\n.vpad-200{ padding-top: 200px; padding-bottom: 200px; }\n.hpad-20{ padding-left: 20px; padding-right: 20px; }\n.hpad-40{ padding-left: 40px; padding-right: 40px; }\n.hpad-60{ padding-left: 60px; padding-right: 60px; }\n.hpad-80{ padding-left: 80px; padding-right: 80px; }\n.hpad-100{ padding-left: 100px; padding-right: 100px; }\n.hpad-120{ padding-left: 120px; padding-right: 120px; }\n.hpad-140{ padding-left: 140px; padding-right: 140px; }\n.hpad-160{ padding-left: 160px; padding-right: 160px; }\n.hpad-180{ padding-left: 180px; padding-right: 180px; }\n.hpad-200{ padding-left: 200px; padding-right: 200px; }\n\n/*\n * @ Text Formatting\n **********************************************************************/\n.pl-standard-title{\n	font-family: @defaultFont;\n	font-weight: 600;\n	letter-spacing: 1px;\n	text-transform: uppercase;\n}\n\n/*\n * @ PageLines Karma\n **********************************************************************/\n.pl-social-counters{\n	\n	.pl-social-counter{\n		border-right-style: solid; \n		border-right-width: 1px;\n	\n		padding: 0 10px;\n		&:last-child{\n			border-right: none;\n			padding-right: none;\n		}\n	}\n	\n}\n\n\n\n\n.pl-social-counter{\n	color: inherit;\n	font-family: @defaultFont;\n	font-weight: 600;\n	margin: 1 auto;\n	line-height: 11px;\n	font-size: 12px;\n	display: inline-block;\n	\n	vertical-align: middle;\n	cursor: pointer;\n	.pl-social-count{\n		opacity:.6;\n		font-size: 11px;\n		vertical-align: middle;\n	}\n	.pl-social-icon{\n		margin-right: 2px;\n\n		font-size: 17px;\n		vertical-align: middle;\n		\n		i{ \n			\n			display: inline-block; \n			.transition(color .35s);\n		}\n		.icon-facebook{\n			font-size: 20px;\n		}\n		.icon-twitter{\n			font-size: 22px;\n			margin-top: -2px;\n		}\n		.icon-linkedin{\n			font-size: 20px;\n			margin-top: -1px;\n		}\n		.icon-pinterest{\n			font-size: 22px;\n			margin-top: -1px;\n		}\n	}\n	\n	&.hovered,\n	&:hover,\n	&.loved{\n		.pl-social-icon{\n			i{\n				&.icon-facebook{\n						color: #337eff;\n				}\n				&.icon-twitter{\n						color: #50eaf6;\n				}\n				&.icon-linkedin{\n						color: #509df6;\n				}\n				&.icon-pinterest{\n						color: #ff535b;\n				}\n			}\n			\n		} \n	\n	}\n	\n}\n\n.pl-social-counter{\n	border-right-color: @baseContrastMore;\n	.pl-social-icon i{\n		color: @baseContrastMore;\n	}\n	&:hover, \n	&.loved{\n		.pl-social-icon i{\n			color: @pl-link;\n		}\n	}\n}\n\n\n.pl-center-table{\n	display:table;\n	height: 100%; \n	width: 100%;\n	.pl-center-cell{\n		height: 100%;\n		display:table-cell;\n		vertical-align: middle;\n		text-align: center;\n	}\n}\n\n/*\n * @ Lists\n **********************************************************************/\n\n/* @ Inline List - Horizontal non-floated navigation/menu  */\nul.inline-list {\n	list-style-type: none;\n	display: inline-block;\n	\n	> li {\n		display: inline-block;\n		padding: 0; \n		> a{\n			box-sizing: border-box; \n			display: block;\n			color: inherit; \n		\n		}\n	}\n	\n	.menu-toggle{\n		display: none;\n		&.show-me{\n			display: block;\n		}\n	}\n	@media (max-width: @resPortraitTablet) {\n		&.respond{\n			.menu-toggle{\n				display: block;\n			}\n			\n			.menu-item{\n				display: none;\n			}\n		}\n	\n	\n\n	}\n}\n\n/* @ Tabbed List - Horizontal floated list, tab and navigation effects */\nul.tabbed-list {\n	list-style-type: none;\n	margin:0;\n	width: 100%; /* clear IE 7 */\n	.box-sizing(border-box);\n	> li, \n	> lh{\n		margin: 0;\n		padding: 0;\n		float: left;\n		a{\n			display: block;\n		}\n	}\n}\n/*\n * @ Media / Image Format\n **********************************************************************/\n\n.media{\n	overflow:hidden;\n	overflow: visible;\n	zoom: 1;\n	> .bd{\n		display:table-cell;\n		vertical-align: top;\n		width: 10000px;\n		*display:block;\n		*width:auto;\n		zoom:1;\n	}\n	.bd > :first-child{margin-top:0;}\n	.bd > :last-child{margin-bottom:0;}\n	> .img{\n		max-width: 25%;\n		float:left;\n		margin-right: 15px;\n		text-align: center;\n		&.rtimg{\n			float:right;\n			margin-left: 15px;\n			margin-right: 0;\n		}\n	\n		> img{\n			display: inline-block;\n			vertical-align: bottom;\n			max-width: 100%;\n			height: auto;\n			width: auto\\9;\n\n		}\n		.thumbnail{\n			.box-sizing(border-box); \n			max-width: 100%;\n			display: inline-block;\n			padding: 3px;\n			border: 1px solid @baseContrast;\n			.border-radius(4px);\n			.box-shadow(0 1px 3px rgba(0,0,0,.055));\n			.transition(all .2s ease-in-out);\n\n			&[href]:hover{\n					border-color: @linkColor;\n					.box-shadow(0 1px 4px rgba(0,105,214,.25));\n			}\n		}\n	}\n\n}\n\n.media-list{\n	margin-bottom: 0;\n	.title, \n	.excerpt{\n		display: block;\n	}\n	.title{\n		font-weight: 600;\n	}\n	.excerpt{\n		padding-bottom: 5px;\n	}\n	> li,\n	> lh {\n		display: block;\n		line-height: 1.6em;\n		\n		&:last-child{\n			margin-bottom: 0;\n		}\n	}\n	> lh{ font-weight: 600; }\n	.img .the-media{\n		display: block;\n		width: 40px; \n		height: 40px; \n		.background-size(cover);\n		background-position: 50%;\n	}\n	\n	\n}\n\n.quote-list{\n	margin-bottom: 0;\n	.title{\n		font-weight: 600;\n		font-size: 12px;\n		line-height: 1.5em;\n	}\n	.the-quote{\n		padding: 10px;\n		position: relative; \n	\n	}\n	> li{\n		display: block;\n		line-height: 1.6em;\n		padding: 0;\n		border-bottom: none;\n		\n		margin-bottom: 15px;\n		\n	}\n	.img .the-media{\n		display: block;\n		width: 40px; \n		height: 40px; \n		.background-size(cover);\n	}\n	\n	\n}\n\n\n.pl-focus{\n	.transition(box-shadow .5s);\n	box-shadow: 0 0 14px @linkColor;\n	&.stop-focus{\n		box-shadow: none;\n	}\n}\n/*\n *  @ Vignettes\n ***********************************/\n	.pl-vignette {\n	  	position: relative;\n		display: block;\n		&:after{\n			box-shadow: inset 0 0 8px rgba(0,0,0,.2);\n			position: absolute;\n			top: 0;\n			left: 0;\n			width: 100%;\n			height: 100%;\n			z-index: 2;\n			content: \"\";\n		}\n		.pl-vignette-allow-click{\n			position: relative;\n			z-index: 100;\n		}\n	}\n\n/*\n *  @ Supplemental Percentage based GRID\n *******************************************/\n\n	.pprow {\n		width: 100%;\n		margin: 0 auto;\n	}\n	.pp2,\n	.pp3,\n	.pp4,\n	.pp5,\n	.pp6 {\n		margin: 0;\n		padding:0;\n		margin-right: 4%;\n		float: left;\n		border: none;\n		.transition(all .2s linear);\n	}\n	.pp3{\n		margin-right: 3%;\n	}\n	.pp4,\n	.pp5,\n	.pp6{\n		margin-right: 2%;\n	}\n\n	.pp1 { width: 100%; float: left;}\n	.pp2 { width: 48%; }\n	.pp3 { width: 31.333333333%; }\n	.pp4 { width: 23.5%; }\n	.pp5 { width: 18.4%; }\n	.pp6 { width: 15%; }\n	.pplast { margin-right: 0; }\n\n\n	.ppfull{\n		.pp2, .pp3, .pp4, .pp5, .pp6{\n			margin-right: 0;\n		}\n		.pp2 { width: 50%; }\n		.pp3 { width: 33.3333333%; }\n		.pp4 { width: 25%; }\n		.pp5 { width: 20%; }\n		.pp6 { width: 16.66666667%; }\n	}\n\n	@media screen and (max-width:650px) {\n		.responsive #site{\n			.pp2, .pp3, .ppfree{\n				width: 100%;\n				margin-right: 0;\n			}\n\n			.pprand{\n				width: 100% !important;\n				float: none;\n				.pprand-pad{\n					padding: 15px !important;\n				}\n			}\n		}\n\n	}\n	@media screen and (max-width:700px) {\n		.responsive #site{\n			.pp4, .pp5, .pp6{\n				width: 100%;\n				margin-right: 0;\n			}\n		}\n	}\n\n\n\n/*\n * @ Banners and Booming Text\n * TODO refactor to boomboard\n **********************************************************************/\n.boomboard{\n	text-align: center;\n	padding: 70px;\n	min-height: 350px;\n	h2.hugetext {\n		font-size: 8em;\n		line-height: 1.2em;\n	}\n}\n.billboard {\n	padding: 60px 15px;\n	margin: 0 0 2.5em 0;\n}\n\n	.banner_pad{\n		padding: 2em;\n		text-align: center;\n	}\n		.banner_title.wicon{\n			display: inline;\n			padding: 0 23px;\n			background-position: 0 4px;\n			background-repeat: no-repeat;\n		}\n\n	.setup-section{\n		padding: 8px 0 10px;\n		background: @baseContrastSlight;\n		text-align: center;\n		line-height: 1.5em;\n	}\n\n/*\n * @ Printing Debug Information\n **********************************************************************/\n.plprint{\n\n	font-size: 10px;\n	line-height: 1.3em;\n	padding: 10px 0;\n	\n}\n\n\n/*\n * @ Grid Formatting and Elements\n **********************************************************************/\n.grid-element, \n.media_overview{ \n	margin-bottom: 12px;\n}\n\n	.grid-img-frame{\n		max-width: 100%;\n	}\n	.grid-img-pad{\n		width: 100%;\n		float:left;\n	}\n.vignette{position: relative;}\n\n	.grid-title{\n		margin: 0 0 .7em;\n	}\n	.grid-title-pad{\n		position: relative;\n		padding: 7px 0;\n	}\n		.gtitle{\n			float:left;\n		}\n		.title-link{\n			position: absolute;\n			bottom: 7px;\n			right:4px;\n			font-size: 11px;\n			font-family: \'calibri\',\'lucida grande\', helvetica, arial;\n			font-weight: bold;\n			color:#888;\n			padding: 3px 7px 4px;\n			line-height: 1em;\n		}\n\n/*\n * @ Hovercards\n **********************************************************************/\n.hovercard {\n	position: absolute;\n	bottom: 20px;\n	background: rgba(0,0,0, .6);\n	text-shadow: none;\n	color:#fff;\n	line-height: 1.6em;\n	padding: 5px 8px;\n	display: none;\n	text-align: left;\n	font-size: 1.4em;\n	bottom: 15px;\n}\n\n/*\n * @ Supersized Backgrounds\n **********************************************************************/\n#supersized-loader { .hidden }\n\n#supersized {\n	position:fixed;\n	left:0;\n	top:0;\n	overflow:hidden;\n	z-index:-999;\n	height:100%;\n	width:100%;\n	background-size: cover;\n	img{\n		height:auto;\n		width:auto;\n		position:relative;\n		outline:none;\n		border:none;\n		-ms-interpolation-mode:bicubic;\n		image-rendering: optimizeQuality;\n	}\n}\n\n// Floating and Alignments\n// -------------------------\n\n.hidden {display: none;}\n.aligncenter,.alignnone {display: block;margin-left: auto;margin-right: auto;}\n.center {text-align: center;}\n.alignleft {float: left;margin:0 1.5em 1.5em 0;}\n.left {	float: left; }\n\n.alignright {float: right;margin:0 0 .4em 1.4em;}\n.right { float: right; }\n.textleft {text-align: left;}\n.textright {text-align:right;}\n.textjustify {text-align:justify;}\n.textcenter {text-align: center;}\n\n.clear {clear:both;}\n.block{display:block;}\nimg.center, img[align=\"center\"] {display: block;margin-left: auto;margin-right: auto;}\nimg.left, img[align=\"left\"] { float:left;margin: 2px 10px 5px 0px;}\nimg.right, img[align=\"right\"] {	float:right;margin: 2px 0px 5px 10px;}\n\n\n.pl-credit,\n.toolbox-activate{\n	\n	position: fixed; \n	bottom: 0; \n	background: rgba(0,0,0,.9); \n	font-family: @buttonFontFamily;\n	font-weight: 300;\n	color: #fff; \n	text-shadow: 0 -1px 0 #000;\n	opacity: .6;\n	padding: 0 8px 0px 10px;\n	font-size: 15px;\n	height: 29px; \n	line-height: 29px;\n	text-align: center;\n	.transition(all .5s ease);\n	cursor: pointer;\n	.transit{\n		.transition(all .5s ease);\n	}\n	.fademein{\n		opacity: 0;\n		.transition(all .7s ease);\n	}\n	&:hover{\n		.fademein{\n			opacity: 1;\n		}\n		\n		color: #fff;\n		opacity: 1;\n		i{\n			color: #35eafd;\n			\n		}\n		\n	}\n}\n\n.pl-credit{\n	.border-top-left-radius(3px);\n	right: -33px; \n	box-shadow: -1px -1px 0 rgba(255,255,255,.2);\n	display: block !important;\n	visibility: visible !important;\n	opacity: 1 !important;\n	&:hover{\n		right:0;\n	}\n	&::after{\n		content: \'\';\n		display: block;\n		width: 200px;\n		height: 160%;\n		position: absolute;\n		top: -20px;\n		right: 0;\n		z-index: -100;\n	}\n}\n.toolbox-activate{\n	.border-top-right-radius(3px);\n	left: 0;\n	box-shadow: 1px -1px 0 rgba(255,255,255,.2);\n}\n.pl-editor-only {\n	display:none;\n}\n\n.pl-section-controls,\n.pl-region-bar,\n.pl-area-controls,\n.pl-column-forcer,\n.pl-sortable-buffer, \n.li-refresh, \n.pl-editor-only,\n.linked-tpl,\n.linked-section,\n.area-unlock,\n.tpl-unlock{\n	display: none;\n}\n// PageLines Core\n\ntable {\n	width: 100%;\n	.prettyprint{\n		margin-bottom: 0;\n	}\n}\n\n.hentry, \n#comments{\n	table{\n		margin-bottom: 1em;\n		font-size: 80%;\n		line-height: 1.3em;\n		\n		th{\n			font-weight: 600;\n		}\n		th, td{\n			vertical-align: middle;\n			padding: 10px;\n			ul{\n				text-align: left;\n				font-size: 90%;	\n				margin: 7px 0 7px 30px;\n			}\n		}\n	}\n}\n\n\n// Bootstrap\n.table {\n\n  th {\n    font-size:@baseFontSize;\n    font-weight:bold;\n  }\n\n	td {\n		color: lighten(@pl-text,10);\n		line-height: @baseLineHeight - 3;\n		font-size: @baseFontSize - 1;\n		//text-align: left;\n		vertical-align: top;\n		border-top: 1px solid darken(@dark-base,8);\n	}\n	&.mid td{\n		vertical-align: middle;\n	}\n}\n\n// Remove top border from thead by default\n  colgroup + thead tr:first-child th,\n  colgroup + thead tr:first-child td,\n  thead:first-child tr:first-child th,\n  thead:first-child tr:first-child td {\n    border-top: 0;\n  }\n  // Account for multiple tbody instances\n  tbody + tbody {\n    border-top: 2px solid darken(@dark-base,8);\n  }\n\n\n// CONDENSED TABLE W/ HALF PADDING\n// -------------------------------\n\n.table-condensed,.hentry .table-condensed {\n  th,\n  td {\n    padding: 4px 5px;\n  }\n}\n\n\n// CENTERED\n.table-centered {\n  th,\n  td {\n    text-align:center;\n  }\n}\n\n// BORDERED VERSION\n// ----------------\n\n.table-bordered {\n  border: 1px solid darken(@dark-base,8);\n  border-left: 0;\n  border-collapse: separate; // Done so we can round those corners!\n  *border-collapse: collapsed; // IE7 can\'t round corners anyway\n  .border-radius(4px);\n  th,\n  td {\n    border-left: 1px solid darken(@dark-base,8);\n  }\n  // Prevent a double border\n  thead:first-child tr:first-child th,\n  tbody:first-child tr:first-child th,\n  tbody:first-child tr:first-child td {\n    border-top: 0;\n  }\n  // For first th or td in the first row in the first thead or tbody\n  thead:first-child tr:first-child th:first-child,\n  tbody:first-child tr:first-child td:first-child {\n    .border-radius(4px 0 0 0);\n  }\n  thead:first-child tr:first-child th:last-child,\n  tbody:first-child tr:first-child td:last-child {\n    .border-radius(0 4px 0 0);\n  }\n  // For first th or td in the first row in the first thead or tbody\n  thead:last-child tr:last-child th:first-child,\n  tbody:last-child tr:last-child td:first-child {\n    .border-radius(0 0 0 4px);\n  }\n  thead:last-child tr:last-child th:last-child,\n  tbody:last-child tr:last-child td:last-child {\n    .border-radius(0 0 4px 0);\n  }\n}\n\n\n// ZEBRA-STRIPING\n// --------------\n\n// Default zebra-stripe styles (alternating gray and transparent backgrounds)\n.table-striped {\n  tbody {\n    tr:nth-child(odd) td,\n    tr:nth-child(odd) th {\n      background-color: darken(@pl-base,4);\n    }\n  }\n}\n\n\n// HOVER EFFECT\n// ------------\n// Placed here since it has to come after the potential zebra striping\n.table {\n  tbody tr:hover td,\n  tbody tr:hover th {\n    background-color: darken(@pl-base,4);\n  }\n}\n\n\n// TABLE CELL SIZING\n// -----------------\n\n// Change the columns\ntable {\n  .span1     { .tableColumns(1); }\n  .span2     { .tableColumns(2); }\n  .span3     { .tableColumns(3); }\n  .span4     { .tableColumns(4); }\n  .span5     { .tableColumns(5); }\n  .span6     { .tableColumns(6); }\n  .span7     { .tableColumns(7); }\n  .span8     { .tableColumns(8); }\n  .span9     { .tableColumns(9); }\n  .span10    { .tableColumns(10); }\n  .span11    { .tableColumns(11); }\n  .span12    { .tableColumns(12); }\n  .span13    { .tableColumns(13); }\n  .span14    { .tableColumns(14); }\n  .span15    { .tableColumns(15); }\n  .span16    { .tableColumns(16); }\n  .span17    { .tableColumns(17); }\n  .span18    { .tableColumns(18); }\n  .span19    { .tableColumns(19); }\n  .span20    { .tableColumns(20); }\n  .span21    { .tableColumns(21); }\n  .span22    { .tableColumns(22); }\n  .span23    { .tableColumns(23); }\n  .span24    { .tableColumns(24); }\n}\n// WELLS\n// -----\n\n.well {\n	min-height: 20px;\n	padding: 19px;\n	margin: @baseLineHeight 0;\n	background: @baseContrast;\n	border: 1px solid rgba(0,0,0,.1);\n	.box-sizing(border-box);\n	border-radius: 1px;\n	> .btn{\n		margin-right: 10px;\n	}\n	blockquote {\n		border-color: darken(@dark-base,8);\n		border-color: rgba(0,0,0,.15);\n	}\n	h2, h3, h4{\n		margin-top: 0;\n	}\n	p:last-child{\n		margin-bottom: 0;\n	}\n}\n\n// Sizes\n.well-large {\n  padding: 24px;\n  border-radius: 4px;\n}\n.well-small {\n  padding: 9px;\n  border-radius: 2px;\n}\n//\n// Forms\n// --------------------------------------------------\n\n\n// GENERAL STYLES\n// --------------\n\n// Make all forms have space below them\nform {\n  margin: 0 0 @baseLineHeight;\n}\n\nfieldset {\n  padding: 0;\n  margin: 0;\n  border: 0;\n}\n\n// Groups of fields with labels on top (legends)\nlegend {\n  display: block;\n  width: 100%;\n  padding: 0;\n  margin-bottom: @baseLineHeight;\n  font-size: @baseFontSize * 1.5;\n  line-height: @baseLineHeight * 2;\n  color: @grayDark;\n  border: 0;\n  border-bottom: 1px solid #e5e5e5;\n\n  // Small\n  small {\n    font-size: @baseLineHeight * .75;\n    color: @grayLight;\n  }\n}\n\n// Set font for forms\nlabel,\ninput,\nbutton,\nselect,\ntextarea {\n  #font > .shorthand(@baseFontSize,normal,@baseLineHeight); // Set size, weight, line-height here\n}\ninput,\nbutton,\nselect,\ntextarea {\n  font-family: @buttonFontFamily; // And only set font-family here for those that need it (note the missing label element)\n}\n\n// Identify controls by their labels\nlabel {\n  display: block;\n  margin-bottom: 5px;\n}\n\n// Form controls\n// -------------------------\n\n// Shared size and type resets\nselect,\ntextarea,\ninput[type=\"text\"],\ninput[type=\"password\"],\ninput[type=\"datetime\"],\ninput[type=\"datetime-local\"],\ninput[type=\"date\"],\ninput[type=\"month\"],\ninput[type=\"time\"],\ninput[type=\"week\"],\ninput[type=\"number\"],\ninput[type=\"email\"],\ninput[type=\"url\"],\ninput[type=\"search\"],\ninput[type=\"tel\"],\ninput[type=\"color\"],\n.uneditable-input {\n  display: inline-block;\n  height: @inputHeight;\n  padding: 4px 6px;\n  margin-bottom: 9px;\n  font-size: @baseFontSize;\n  line-height: @baseLineHeight;\n  color: @gray;\n  .border-radius(@inputBorderRadius);\n}\n\n// Reset appearance properties for textual inputs and textarea\n// Declare width for legacy (can\'t be on input[type=*] selectors or it\'s too specific)\ninput,\ntextarea,\n.uneditable-input,\n.add-on  {\n	.box-sizing(border-box);\n}\ninput{\n	width: 220px;\n}\n// Reset height since textareas have rows\ntextarea {\n	width: 100%;\n	height: auto;\n}\n// Everything else\ntextarea,\ninput[type=\"text\"],\ninput[type=\"password\"],\ninput[type=\"datetime\"],\ninput[type=\"datetime-local\"],\ninput[type=\"date\"],\ninput[type=\"month\"],\ninput[type=\"time\"],\ninput[type=\"week\"],\ninput[type=\"number\"],\ninput[type=\"email\"],\ninput[type=\"url\"],\ninput[type=\"search\"],\ninput[type=\"tel\"],\ninput[type=\"color\"],\n.uneditable-input {\n  background-color: @inputBackground;\n  border: 1px solid @inputBorder;\n  //.box-shadow(inset 0 1px 1px rgba(0,0,0,.075));\n  .transition(~\"border linear .2s, box-shadow linear .2s\");\n\n  // Focus state\n  &:focus {\n    border-color: rgba(82,168,236,.8);\n    outline: 0;\n    outline: thin dotted \\9; /* IE6-9 */\n    .box-shadow(~\"inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6)\");\n  }\n}\n\n// Position radios and checkboxes better\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n  margin: 4px 0 0;\n  *margin-top: 0; /* IE7 */\n  margin-top: 1px \\9; /* IE8-9 */\n  line-height: normal;\n  cursor: pointer;\n}\n\n// Reset width of input images, buttons, radios, checkboxes\ninput[type=\"file\"],\ninput[type=\"image\"],\ninput[type=\"submit\"],\ninput[type=\"reset\"],\ninput[type=\"button\"],\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n  width: auto; // Override of generic input selector\n}\n\n// Set the height of select and file controls to match text inputs\nselect,\ninput[type=\"file\"] {\n  height: 30px; /* In IE7, the height of the select element cannot be changed by height, only font-size */\n  *margin-top: 4px; /* For IE7, add top margin to align select with labels */\n  line-height: 30px;\n}\n\n// Make select elements obey height by applying a border\nselect {\n\n  border: 1px solid @inputBorder;\n  background-color: @inputBackground; // Chrome on Linux and Mobile Safari need background-color\n}\n\n// Make multiple select elements height not fixed\nselect[multiple],\nselect[size] {\n  height: auto;\n}\n\n// Focus for select, file, radio, and checkbox\nselect:focus,\ninput[type=\"file\"]:focus,\ninput[type=\"radio\"]:focus,\ninput[type=\"checkbox\"]:focus {\n  .tab-focus();\n}\n\n\n// Uneditable inputs\n// -------------------------\n\n// Make uneditable inputs look inactive\n.uneditable-input,\n.uneditable-textarea {\n  color: @grayLight;\n  background-color: darken(@inputBackground, 1%);\n  border-color: @inputBorder;\n  .box-shadow(inset 0 1px 2px rgba(0,0,0,.025));\n  cursor: not-allowed;\n}\n\n// For text that needs to appear as an input but should not be an input\n.uneditable-input {\n  overflow: hidden; // prevent text from wrapping, but still cut it off like an input does\n  white-space: nowrap;\n}\n\n// Make uneditable textareas behave like a textarea\n.uneditable-textarea {\n  width: auto;\n  height: auto;\n}\n\n\n// Placeholder\n// -------------------------\n\n// Placeholder text gets special styles because when browsers invalidate entire lines if it doesn’t understand a selector\ninput,\ntextarea {\n  .placeholder();\n}\n\n\n// CHECKBOXES & RADIOS\n// -------------------\n\n// Indent the labels to position radios/checkboxes as hanging\n.radio,\n.checkbox {\n  min-height: 18px; // clear the floating input if there is no label text\n  padding-left: 18px;\n}\n.radio input[type=\"radio\"],\n.checkbox input[type=\"checkbox\"] {\n  float: left;\n  margin-left: -18px;\n}\n\n// Move the options list down to align with labels\n.controls > .radio:first-child,\n.controls > .checkbox:first-child {\n  padding-top: 5px; // has to be padding because margin collaspes\n}\n\n// Radios and checkboxes on same line\n// TODO v3: Convert .inline to .control-inline\n.radio.inline,\n.checkbox.inline {\n  display: inline-block;\n  padding-top: 5px;\n  margin-bottom: 0;\n  vertical-align: middle;\n}\n.radio.inline + .radio.inline,\n.checkbox.inline + .checkbox.inline {\n  margin-left: 10px; // space out consecutive inline controls\n}\n\n\n\n// INPUT SIZES\n// -----------\n\n// General classes for quick sizes\n.input-mini       { width: 60px; }\n.input-small      { width: 90px; }\n.input-medium     { width: 150px; }\n.input-large      { width: 210px; }\n.input-xlarge     { width: 270px; }\n.input-xxlarge    { width: 530px; }\n\n// Grid style input sizes\ninput[class*=\"span\"],\nselect[class*=\"span\"],\ntextarea[class*=\"span\"],\n.uneditable-input[class*=\"span\"],\n// Redeclare since the fluid row class is more specific\n.row-fluid input[class*=\"span\"],\n.row-fluid select[class*=\"span\"],\n.row-fluid textarea[class*=\"span\"],\n.row-fluid .uneditable-input[class*=\"span\"] {\n  float: none;\n  margin-left: 0;\n}\n// Ensure input-prepend/append never wraps\n.input-append input[class*=\"span\"],\n.input-append .uneditable-input[class*=\"span\"],\n.input-prepend input[class*=\"span\"],\n.input-prepend .uneditable-input[class*=\"span\"],\n.row-fluid input[class*=\"span\"],\n.row-fluid select[class*=\"span\"],\n.row-fluid textarea[class*=\"span\"],\n.row-fluid .uneditable-input[class*=\"span\"],\n.row-fluid .input-prepend [class*=\"span\"],\n.row-fluid .input-append [class*=\"span\"] {\n  display: inline-block;\n}\n\n\n\n// GRID SIZING FOR INPUTS\n// ----------------------\n\n// Grid sizes\n#grid > .input(@gridColumnWidth, @gridGutterWidth);\n\n// Control row for multiple inputs per line\n.controls-row {\n  .clearfix(); // Clear the float from controls\n}\n.controls-row [class*=\"span\"] {\n  float: left; // Float to collapse white-space for proper grid alignment\n}\n\n\n\n\n// DISABLED STATE\n// --------------\n\n// Disabled and read-only inputs\ninput[disabled],\nselect[disabled],\ntextarea[disabled],\ninput[readonly],\nselect[readonly],\ntextarea[readonly] {\n  cursor: not-allowed;\n  background-color: @inputDisabledBackground;\n}\n// Explicitly reset the colors here\ninput[type=\"radio\"][disabled],\ninput[type=\"checkbox\"][disabled],\ninput[type=\"radio\"][readonly],\ninput[type=\"checkbox\"][readonly] {\n  background-color: transparent;\n}\n\n\n\n\n// FORM FIELD FEEDBACK STATES\n// --------------------------\n\n// Warning\n.control-group.warning {\n  .formFieldState(@warningText, @warningText, @warningBackground);\n}\n// Error\n.control-group.error {\n  .formFieldState(@errorText, @errorText, @errorBackground);\n}\n// Success\n.control-group.success {\n  .formFieldState(@successText, @successText, @successBackground);\n}\n// Success\n.control-group.info {\n  .formFieldState(@infoText, @infoText, @infoBackground);\n}\n\n// HTML5 invalid states\n// Shares styles with the .control-group.error above\ninput:focus:required:invalid,\ntextarea:focus:required:invalid,\nselect:focus:required:invalid {\n  color: #b94a48;\n  border-color: #ee5f5b;\n  &:focus {\n    border-color: darken(#ee5f5b, 10%);\n    .box-shadow(0 0 6px lighten(#ee5f5b, 20%));\n  }\n}\n\n\n\n// FORM ACTIONS\n// ------------\n\n.form-actions {\n  padding: (@baseLineHeight - 1) 20px @baseLineHeight;\n  margin-top: @baseLineHeight;\n  margin-bottom: @baseLineHeight;\n  background-color: @formActionsBackground;\n  border-top: 1px solid #e5e5e5;\n  .clearfix(); // Adding clearfix to allow for .pull-right button containers\n}\n\n\n\n// HELP TEXT\n// ---------\n\n.help-block,\n.help-inline {\n  color: lighten(@textColor, 15%); // lighten the text some for contrast\n}\n\n.help-block {\n  display: block; // account for any element using help-block\n  margin-bottom: @baseLineHeight / 2;\n}\n\n.help-inline {\n  display: inline-block;\n  .ie7-inline-block();\n  vertical-align: middle;\n  padding-left: 5px;\n}\n\n\n\n// INPUT GROUPS\n// ------------\n\n// Allow us to put symbols and text within the input field for a cleaner look\n.input-append,\n.input-prepend {\n  margin-bottom: 5px;\n  font-size: 0;\n  white-space: nowrap; // Prevent span and input from separating\n\n  input,\n  select,\n  .uneditable-input {\n    position: relative; // placed here by default so that on :focus we can place the input above the .add-on for full border and box-shadow goodness\n    margin-bottom: 0; // prevent bottom margin from screwing up alignment in stacked forms\n    *margin-left: 0;\n    font-size: @baseFontSize;\n    vertical-align: top;\n    .border-radius(0 @inputBorderRadius @inputBorderRadius 0);\n    // Make input on top when focused so blue border and shadow always show\n    &:focus {\n      z-index: 2;\n    }\n  }\n  .add-on {\n    display: inline-block;\n    width: auto;\n    height: @inputHeight;\n    min-width: 16px;\n    padding: 4px 5px;\n    font-size: @baseFontSize;\n    font-weight: normal;\n    line-height: @baseLineHeight;\n    text-align: center;\n    text-shadow: 0 1px 0 @white;\n    background-color: @grayLighter;\n    border: 1px solid #ccc;\n  }\n  .add-on,\n  .btn {\n    vertical-align: top;\n    .border-radius(0);\n  }\n  .active {\n    background-color: lighten(@green, 30);\n    border-color: @green;\n  }\n}\n.input-prepend {\n  .add-on,\n  .btn {\n    margin-right: -1px;\n  }\n  .add-on:first-child,\n  .btn:first-child {\n    .border-radius(@inputBorderRadius 0 0 @inputBorderRadius);\n  }\n}\n.input-append {\n  input,\n  select,\n  .uneditable-input {\n    .border-radius(@inputBorderRadius 0 0 @inputBorderRadius);\n  }\n  .add-on,\n  .btn {\n    margin-left: -1px;\n  }\n  .add-on:last-child,\n  .btn:last-child {\n    .border-radius(0 @inputBorderRadius @inputBorderRadius 0);\n  }\n}\n// Remove all border-radius for inputs with both prepend and append\n.input-prepend.input-append {\n  input,\n  select,\n  .uneditable-input {\n    .border-radius(0);\n  }\n  .add-on:first-child,\n  .btn:first-child {\n    margin-right: -1px;\n    .border-radius(@inputBorderRadius 0 0 @inputBorderRadius);\n  }\n  .add-on:last-child,\n  .btn:last-child {\n    margin-left: -1px;\n    .border-radius(0 @inputBorderRadius @inputBorderRadius 0);\n  }\n}\n\n\n\n// SEARCH FORM\n// -----------\n\ninput.search-query {\n  padding-right: 14px;\n  padding-right: 4px \\9;\n  padding-left: 14px;\n  padding-left: 4px \\9; /* IE7-8 doesn\'t have border-radius, so don\'t indent the padding */\n  margin-bottom: 0; // Remove the default margin on all inputs\n  .border-radius(15px);\n}\n\n/* Allow for input prepend/append in search forms */\n.form-search .input-append .search-query,\n.form-search .input-prepend .search-query {\n  .border-radius(0); // Override due to specificity\n}\n.form-search .input-append .search-query {\n  .border-radius(14px 0 0 14px);\n}\n.form-search .input-append .btn {\n  .border-radius(0 14px 14px 0);\n}\n.form-search .input-prepend .search-query {\n  .border-radius(0 14px 14px 0);\n}\n.form-search .input-prepend .btn {\n  .border-radius(14px 0 0 14px);\n}\n\n\n\n\n// HORIZONTAL & VERTICAL FORMS\n// ---------------------------\n\n// Common properties\n// -----------------\n\n.form-search,\n.form-inline,\n.form-horizontal {\n  input,\n  textarea,\n  select,\n  .help-inline,\n  .uneditable-input,\n  .input-prepend,\n  .input-append {\n    display: inline-block;\n    .ie7-inline-block();\n    margin-bottom: 0;\n    vertical-align: middle;\n  }\n  // Re-hide hidden elements due to specifity\n  .hide {\n    display: none;\n  }\n}\n.form-search label,\n.form-inline label,\n.form-search .btn-group,\n.form-inline .btn-group {\n  display: inline-block;\n}\n// Remove margin for input-prepend/-append\n.form-search .input-append,\n.form-inline .input-append,\n.form-search .input-prepend,\n.form-inline .input-prepend {\n  margin-bottom: 0;\n}\n// Inline checkbox/radio labels (remove padding on left)\n.form-search .radio,\n.form-search .checkbox,\n.form-inline .radio,\n.form-inline .checkbox {\n  padding-left: 0;\n  margin-bottom: 0;\n  vertical-align: middle;\n}\n// Remove float and margin, set to inline-block\n.form-search .radio input[type=\"radio\"],\n.form-search .checkbox input[type=\"checkbox\"],\n.form-inline .radio input[type=\"radio\"],\n.form-inline .checkbox input[type=\"checkbox\"] {\n  float: left;\n  margin-right: 3px;\n  margin-left: 0;\n}\n\n\n// Margin to space out fieldsets\n.control-group {\n  margin-bottom: @baseLineHeight / 2;\n}\n\n// Legend collapses margin, so next element is responsible for spacing\nlegend + .control-group {\n  margin-top: @baseLineHeight;\n  -webkit-margin-top-collapse: separate;\n}\n\n// Horizontal-specific styles\n// --------------------------\n\n.form-horizontal {\n  // Increase spacing between groups\n  .control-group {\n    margin-bottom: @baseLineHeight;\n    .clearfix();\n  }\n  // Float the labels left\n  .control-label {\n    float: left;\n    width: @horizontalComponentOffset - 20;\n    padding-top: 5px;\n    text-align: right;\n  }\n  // Move over all input controls and content\n  .controls {\n    // Super jank IE7 fix to ensure the inputs in .input-append and input-prepend\n    // don\'t inherit the margin of the parent, in this case .controls\n    *display: inline-block;\n    *padding-left: 20px;\n    margin-left: @horizontalComponentOffset;\n    *margin-left: 0;\n    &:first-child {\n      *padding-left: @horizontalComponentOffset;\n    }\n  }\n  // Remove bottom margin on block level help text since that\'s accounted for on .control-group\n  .help-block {\n    margin-bottom: 0;\n  }\n  // And apply it only to .help-block instances that follow a form control\n  input,\n  select,\n  textarea {\n    + .help-block {\n      margin-top: @baseLineHeight / 2;\n    }\n  }\n  // Move over buttons in .form-actions to align with .controls\n  .form-actions {\n    padding-left: @horizontalComponentOffset;\n  }\n}\n\n// ---------------------------------------------------------------\n// PageLines Styles\n// ---------------------------------------------------------------\n\n/* Placeholder */\n.placeholder();\n\n.pl-searcher{\n	cursor: pointer;\n	input::-webkit-input-placeholder { text-transform: uppercase; letter-spacing: 1px; color: rgba(0,0,0,.2); }\n	input::-moz-placeholder { text-transform: uppercase; letter-spacing: 1px; color: rgba(0,0,0,.2); }\n}\n/* @ Search Form */\n.searchform {\n	position: relative;\n//	width: 190px;\n	margin: 3px 0 3px 0;\n	display: inline-block;\n	input::-webkit-input-placeholder { text-transform: uppercase; letter-spacing: 1px; }\n	input::-moz-placeholder { text-transform: uppercase; }\n	.btn-search{\n		position: absolute;\n		z-index: 10;\n		left: 5px;\n		top: 1px;\n		color: #000;\n		&:hover{\n			cursor: pointer;\n			opacity: .6;\n		}\n	}\n	.searchfield{\n		.border-radius( 3px);\n		height: 23px;\n		padding: 5px 5px 5px 12px;\n		margin: 0;\n		cursor: default;\n		\n		font-family: @buttonFontFamily;\n		font-size: 11px;\n		line-height: 1.2em;\n		.transition(all .7s);\n		text-indent: 15px;\n		box-sizing: border-box;\n		width: 100%;\n		&:focus{\n			cursor: text;\n			box-shadow: none;\n			\n			background-color:#fff;\n			color:#000;\n			\n		}\n	}\n\n}\n\n\n.billboard .searchfield,\n.boomboard .searchfield{\n	float: none;\n}\n\n.navigation_wrap .searchform {\n	position: absolute;\n	right: 3px;\n	bottom: 2px;\n}\n\n\n\n// BUTTON INPUTS\n// -------------------\ninput[type=\"submit\"],\n.submit,\ninput[type=\"button\"],\n.button,\ninput[type=\"reset\"],\n.reset{\n	vertical-align: top;\n	padding: 5px 9px;\n	cursor: pointer;\n	text-decoration: none;\n	.box-sizing(content-box);\n	.border-radius(2px);\n	color: @pl-text;;\n	border:1px solid darken(@baseContrastSlight, 20%);\n	background:  @baseContrastSlight;\n	\n	font-family: @defaultFont;\n	&:hover{\n		opacity: .8;\n	}\n	&:active {\n		box-shadow: inset 0 2px 2px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);\n		background-color: darken(@baseContrast, 5%);\n		outline: 0;\n	}\n	\n}\n\ninput[type=\"image\"]{\n	box-shadow: none;\n}\n\n\n//\n// Breadcrumbs\n// --------------------------------------------------\n\n\n.breadcrumb {\n  padding: 8px 15px;\n  margin: 0 0 @baseLineHeight;\n  list-style: none;\n  background-color: #f5f5f5;\n  border-radius: 4px;\n  li {\n    display: inline-block;\n    .ie7-inline-block();\n    text-shadow: 0 1px 0 @white;\n  }\n  .divider {\n    padding: 0 5px;\n    color: #ccc;\n  }\n  .active {\n    color: @grayLight;\n  }\n}\n//\n// Close icons\n// --------------------------------------------------\n\n\n.close {\n  float: right;\n  font-size: 20px;\n  font-weight: bold;\n  line-height: @baseLineHeight;\n  color: @black;\n  text-shadow: 0 1px 0 rgba(255,255,255,1);\n  opacity: .2;\n  &:hover {\n    color: @black;\n    text-decoration: none;\n    cursor: pointer;\n    opacity: .4;\n  }\n}\n\n// Additional properties for button version\n// iOS requires the button element instead of an anchor tag.\n// If you want the anchor version, it requires `href=\"#\"`.\nbutton.close {\n  padding: 0;\n  cursor: pointer;\n  background: transparent;\n  border: 0;\n  -webkit-appearance: none;\n}// --------------------------------------------------\n// PageLines Pager\n// --------------------------------------------------\n\n\n.pager {\n  list-style: none;\n  text-align: center;\n  .clearfix();\n	li {\n	  display: inline;\n	}\n	a,\n	span {\n		display: inline-block;\n		padding: 5px 14px;\n		background: @baseContrastSlight;\n		border: 1px solid @baseContrastDark;\n		.border-radius(15px);\n	}\n	a:hover {\n	  text-decoration: none;\n	  background-color: @baseContrastMore;\n	}\n	a:active{\n		.box-shadow(~\"1px 1px 0 @baseLighterMore, inset 1px 1px 0 rgba(0,0,0,.2)\");\n		background-color: @baseContrastDark;\n		border: 1px solid @baseContrastDarkMore;\n	}\n	.next{\n		a, span{\n			float: right;\n		}\n	}\n	.previous a {\n	  	float: left;\n	}\n	.disabled {\n		a, a:hover, span {\n		  color: @baseContrast;\n		  background-color: @textColorSubtle;\n		  cursor: default;\n		}\n	}\n}\n//\n// Pagination (multiple pages)\n// --------------------------------------------------\n\n.pagination {\n	.wp-pagenavi{\n		// Reset\n		span.pages{\n			.noteText();\n			float: left;\n			line-height: (@baseLineHeight * 1.5) - 2;\n		}\n		a, span, a:hover, span.current {\n			text-decoration: none;\n			border: none;\n			padding: 0;\n			margin: 0;\n			font-weight: normal;\n		}\n		a, span.current{\n			.box-shadow(0 1px 2px rgba(0,0,0,.05));\n		}\n	}\n	ul{\n		.box-shadow(0 1px 2px rgba(0,0,0,.05));\n		.border-radius(3px);\n	}\n	ul, \n	&.pagenavi {\n		display: inline-block;\n		.ie7-inline-block();\n		margin: 0;\n		> a span.pg,\n		> span.pg,\n		.wp-pagenavi a,\n		.wp-pagenavi span.current,\n		.wp-pagenavi span.extend{\n			float: left;\n			padding: 0 14px;\n			line-height: (@baseLineHeight * 1.5) - 2;\n			text-decoration: none;\n			background-color: @pl-base;\n			border: 1px solid @baseContrast;\n			border-left-width: 0;\n			color: @textColorSubtle;\n		}\n		> span.pg,\n		> a:hover span.pg,\n		.wp-pagenavi a:hover,\n		.wp-pagenavi span.current{\n		\n			background-color: @baseContrastSlight;\n			color: @pl-text;\n			text-decoration: none;\n		}\n		> li{\n		  display: inline;\n			> a,\n			> span{\n				float: left;\n				padding: 0 14px;\n				line-height: (@baseLineHeight * 1.5) - 2;\n				text-decoration: none;\n				background-color: @pl-base;\n				border: 1px solid @baseContrast;\n				border-left-width: 0;\n				color: @textColorAlt;\n			}\n			&.active > a,\n			&.active > span,\n			> a:hover{\n				background-color: @baseContrast;\n				text-decoration: none;\n			}\n		}\n		> .active a,\n		> .active span{\n			color: @textColorAlt;\n			cursor: default;\n		}\n		> li:first-child > a,\n		li:first-child > span,\n		> a:first-child > span,\n		> span:first-child,\n		.wp-pagenavi > span.pages + a,\n		.wp-pagenavi > span.pages + span.current{\n			border-left-width: 1px;\n			.border-radius(3px 0 0 3px);\n		}\n		> li:last-child > a,\n		li:last-child > span,\n		> a:last-child > span,\n		> span:last-child,\n		.wp-pagenavi a:last-child,\n		.wp-pagenavi span:last-child{\n			.border-radius(0 3px 3px 0);\n		}\n		> .disabled > span,\n		.disabled > a,\n		.disabled > a:hover {\n				opacity: .7;\n			  background-color: transparent;\n			  cursor: default;\n		}\n	}\n	.desc, .wp-pagenavi span.pages {\n		.noteText();\n		line-height: (@baseLineHeight * 1.5) - 2;\n\n		@media (max-width: @resPortraitTablet) { display: none;}\n	}\n}\n\n// Centered\n.pagination-centered {\n  text-align: center;\n}\n.pagination-right {\n  text-align: right;\n}\n//\n// Progress bars\n// --------------------------------------------------\n\n\n// ANIMATIONS\n// ----------\n\n// Webkit\n@-webkit-keyframes progress-bar-stripes {\n  from  { background-position: 40px 0; }\n  to    { background-position: 0 0; }\n}\n\n// Firefox\n@-moz-keyframes progress-bar-stripes {\n  from  { background-position: 40px 0; }\n  to    { background-position: 0 0; }\n}\n\n// IE9\n@-ms-keyframes progress-bar-stripes {\n  from  { background-position: 40px 0; }\n  to    { background-position: 0 0; }\n}\n\n// Opera\n@-o-keyframes progress-bar-stripes {\n  from  { background-position: 0 0; }\n  to    { background-position: 40px 0; }\n}\n\n// Spec\n@keyframes progress-bar-stripes {\n  from  { background-position: 40px 0; }\n  to    { background-position: 0 0; }\n}\n\n\n\n// THE BARS\n// --------\n\n// Outer container\n.progress {\n  overflow: hidden;\n  height: @baseLineHeight;\n  margin-bottom: @baseLineHeight;\n  #gradient > .vertical(#f5f5f5, #f9f9f9);\n  .box-shadow(inset 0 1px 2px rgba(0,0,0,.1));\n  .border-radius(@baseBorderRadius);\n}\n\n// Bar of progress\n.progress .bar {\n  width: 0%;\n  height: 100%;\n  color: @white;\n  float: left;\n  font-size: 12px;\n  text-align: center;\n  text-shadow: 0 -1px 0 rgba(0,0,0,.25);\n  #gradient > .vertical(#149bdf, #0480be);\n  .box-shadow(inset 0 -1px 0 rgba(0,0,0,.15));\n  .box-sizing(border-box);\n  .transition(width .6s ease);\n}\n.progress .bar + .bar {\n  .box-shadow(~\"inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15)\");\n}\n\n// Striped bars\n.progress-striped .bar {\n  #gradient > .striped(#149bdf);\n  .background-size(40px 40px);\n}\n\n// Call animation for the active one\n.progress.active .bar {\n  -webkit-animation: progress-bar-stripes 2s linear infinite;\n     -moz-animation: progress-bar-stripes 2s linear infinite;\n      -ms-animation: progress-bar-stripes 2s linear infinite;\n       -o-animation: progress-bar-stripes 2s linear infinite;\n          animation: progress-bar-stripes 2s linear infinite;\n}\n\n\n\n// COLORS\n// ------\n\n// Danger (red)\n.progress-danger .bar, .progress .bar-danger {\n  #gradient > .vertical(#ee5f5b, #c43c35);\n}\n.progress-danger.progress-striped .bar, .progress-striped .bar-danger {\n  #gradient > .striped(#ee5f5b);\n}\n\n// Success (green)\n.progress-success .bar, .progress .bar-success {\n  #gradient > .vertical(#62c462, #57a957);\n}\n.progress-success.progress-striped .bar, .progress-striped .bar-success {\n  #gradient > .striped(#62c462);\n}\n\n// Info (teal)\n.progress-info .bar, .progress .bar-info {\n  #gradient > .vertical(#5bc0de, #339bb9);\n}\n.progress-info.progress-striped .bar, .progress-striped .bar-info {\n  #gradient > .striped(#5bc0de);\n}\n\n// Warning (orange)\n.progress-warning .bar, .progress .bar-warning {\n  #gradient > .vertical(lighten(@orange, 15%), @orange);\n}\n.progress-warning.progress-striped .bar, .progress-striped .bar-warning {\n  #gradient > .striped(lighten(@orange, 15%));\n}@fa-font-path:        \"@{plCrossRoot}/fonts\";\n@fa-css-prefix:       icon;\n@fa-version:          \"4.4.0\";\n@fa-border-color:     #eee;\n@fa-inverse:          #fff;\n@fa-li-width:         (30em / 14);\n\n@fa-font-size-base:   @plFontSize;\n@fa-line-height-base: 1;\n\n@fa-var-500px: \"\\f26e\";\n@fa-var-adjust: \"\\f042\";\n@fa-var-adn: \"\\f170\";\n@fa-var-align-center: \"\\f037\";\n@fa-var-align-justify: \"\\f039\";\n@fa-var-align-left: \"\\f036\";\n@fa-var-align-right: \"\\f038\";\n@fa-var-amazon: \"\\f270\";\n@fa-var-ambulance: \"\\f0f9\";\n@fa-var-anchor: \"\\f13d\";\n@fa-var-android: \"\\f17b\";\n@fa-var-angellist: \"\\f209\";\n@fa-var-angle-double-down: \"\\f103\";\n@fa-var-angle-double-left: \"\\f100\";\n@fa-var-angle-double-right: \"\\f101\";\n@fa-var-angle-double-up: \"\\f102\";\n@fa-var-angle-down: \"\\f107\";\n@fa-var-angle-left: \"\\f104\";\n@fa-var-angle-right: \"\\f105\";\n@fa-var-angle-up: \"\\f106\";\n@fa-var-apple: \"\\f179\";\n@fa-var-archive: \"\\f187\";\n@fa-var-area-chart: \"\\f1fe\";\n@fa-var-arrow-circle-down: \"\\f0ab\";\n@fa-var-arrow-circle-left: \"\\f0a8\";\n@fa-var-arrow-circle-o-down: \"\\f01a\";\n@fa-var-arrow-circle-o-left: \"\\f190\";\n@fa-var-arrow-circle-o-right: \"\\f18e\";\n@fa-var-arrow-circle-o-up: \"\\f01b\";\n@fa-var-arrow-circle-right: \"\\f0a9\";\n@fa-var-arrow-circle-up: \"\\f0aa\";\n@fa-var-arrow-down: \"\\f063\";\n@fa-var-arrow-left: \"\\f060\";\n@fa-var-arrow-right: \"\\f061\";\n@fa-var-arrow-up: \"\\f062\";\n@fa-var-arrows: \"\\f047\";\n@fa-var-arrows-alt: \"\\f0b2\";\n@fa-var-arrows-h: \"\\f07e\";\n@fa-var-arrows-v: \"\\f07d\";\n@fa-var-asterisk: \"\\f069\";\n@fa-var-at: \"\\f1fa\";\n@fa-var-automobile: \"\\f1b9\";\n@fa-var-backward: \"\\f04a\";\n@fa-var-balance-scale: \"\\f24e\";\n@fa-var-ban: \"\\f05e\";\n@fa-var-bank: \"\\f19c\";\n@fa-var-bar-chart: \"\\f080\";\n@fa-var-bar-chart-o: \"\\f080\";\n@fa-var-barcode: \"\\f02a\";\n@fa-var-bars: \"\\f0c9\";\n@fa-var-battery-0: \"\\f244\";\n@fa-var-battery-1: \"\\f243\";\n@fa-var-battery-2: \"\\f242\";\n@fa-var-battery-3: \"\\f241\";\n@fa-var-battery-4: \"\\f240\";\n@fa-var-battery-empty: \"\\f244\";\n@fa-var-battery-full: \"\\f240\";\n@fa-var-battery-half: \"\\f242\";\n@fa-var-battery-quarter: \"\\f243\";\n@fa-var-battery-three-quarters: \"\\f241\";\n@fa-var-bed: \"\\f236\";\n@fa-var-beer: \"\\f0fc\";\n@fa-var-behance: \"\\f1b4\";\n@fa-var-behance-square: \"\\f1b5\";\n@fa-var-bell: \"\\f0f3\";\n@fa-var-bell-o: \"\\f0a2\";\n@fa-var-bell-slash: \"\\f1f6\";\n@fa-var-bell-slash-o: \"\\f1f7\";\n@fa-var-bicycle: \"\\f206\";\n@fa-var-binoculars: \"\\f1e5\";\n@fa-var-birthday-cake: \"\\f1fd\";\n@fa-var-bitbucket: \"\\f171\";\n@fa-var-bitbucket-square: \"\\f172\";\n@fa-var-bitcoin: \"\\f15a\";\n@fa-var-black-tie: \"\\f27e\";\n@fa-var-bold: \"\\f032\";\n@fa-var-bolt: \"\\f0e7\";\n@fa-var-bomb: \"\\f1e2\";\n@fa-var-book: \"\\f02d\";\n@fa-var-bookmark: \"\\f02e\";\n@fa-var-bookmark-o: \"\\f097\";\n@fa-var-briefcase: \"\\f0b1\";\n@fa-var-btc: \"\\f15a\";\n@fa-var-bug: \"\\f188\";\n@fa-var-building: \"\\f1ad\";\n@fa-var-building-o: \"\\f0f7\";\n@fa-var-bullhorn: \"\\f0a1\";\n@fa-var-bullseye: \"\\f140\";\n@fa-var-bus: \"\\f207\";\n@fa-var-buysellads: \"\\f20d\";\n@fa-var-cab: \"\\f1ba\";\n@fa-var-calculator: \"\\f1ec\";\n@fa-var-calendar: \"\\f073\";\n@fa-var-calendar-check-o: \"\\f274\";\n@fa-var-calendar-minus-o: \"\\f272\";\n@fa-var-calendar-o: \"\\f133\";\n@fa-var-calendar-plus-o: \"\\f271\";\n@fa-var-calendar-times-o: \"\\f273\";\n@fa-var-camera: \"\\f030\";\n@fa-var-camera-retro: \"\\f083\";\n@fa-var-car: \"\\f1b9\";\n@fa-var-caret-down: \"\\f0d7\";\n@fa-var-caret-left: \"\\f0d9\";\n@fa-var-caret-right: \"\\f0da\";\n@fa-var-caret-square-o-down: \"\\f150\";\n@fa-var-caret-square-o-left: \"\\f191\";\n@fa-var-caret-square-o-right: \"\\f152\";\n@fa-var-caret-square-o-up: \"\\f151\";\n@fa-var-caret-up: \"\\f0d8\";\n@fa-var-cart-arrow-down: \"\\f218\";\n@fa-var-cart-plus: \"\\f217\";\n@fa-var-cc: \"\\f20a\";\n@fa-var-cc-amex: \"\\f1f3\";\n@fa-var-cc-diners-club: \"\\f24c\";\n@fa-var-cc-discover: \"\\f1f2\";\n@fa-var-cc-jcb: \"\\f24b\";\n@fa-var-cc-mastercard: \"\\f1f1\";\n@fa-var-cc-paypal: \"\\f1f4\";\n@fa-var-cc-stripe: \"\\f1f5\";\n@fa-var-cc-visa: \"\\f1f0\";\n@fa-var-certificate: \"\\f0a3\";\n@fa-var-chain: \"\\f0c1\";\n@fa-var-chain-broken: \"\\f127\";\n@fa-var-check: \"\\f00c\";\n@fa-var-check-circle: \"\\f058\";\n@fa-var-check-circle-o: \"\\f05d\";\n@fa-var-check-square: \"\\f14a\";\n@fa-var-check-square-o: \"\\f046\";\n@fa-var-chevron-circle-down: \"\\f13a\";\n@fa-var-chevron-circle-left: \"\\f137\";\n@fa-var-chevron-circle-right: \"\\f138\";\n@fa-var-chevron-circle-up: \"\\f139\";\n@fa-var-chevron-down: \"\\f078\";\n@fa-var-chevron-left: \"\\f053\";\n@fa-var-chevron-right: \"\\f054\";\n@fa-var-chevron-up: \"\\f077\";\n@fa-var-child: \"\\f1ae\";\n@fa-var-chrome: \"\\f268\";\n@fa-var-circle: \"\\f111\";\n@fa-var-circle-o: \"\\f10c\";\n@fa-var-circle-o-notch: \"\\f1ce\";\n@fa-var-circle-thin: \"\\f1db\";\n@fa-var-clipboard: \"\\f0ea\";\n@fa-var-clock-o: \"\\f017\";\n@fa-var-clone: \"\\f24d\";\n@fa-var-close: \"\\f00d\";\n@fa-var-cloud: \"\\f0c2\";\n@fa-var-cloud-download: \"\\f0ed\";\n@fa-var-cloud-upload: \"\\f0ee\";\n@fa-var-cny: \"\\f157\";\n@fa-var-code: \"\\f121\";\n@fa-var-code-fork: \"\\f126\";\n@fa-var-codepen: \"\\f1cb\";\n@fa-var-coffee: \"\\f0f4\";\n@fa-var-cog: \"\\f013\";\n@fa-var-cogs: \"\\f085\";\n@fa-var-columns: \"\\f0db\";\n@fa-var-comment: \"\\f075\";\n@fa-var-comment-o: \"\\f0e5\";\n@fa-var-commenting: \"\\f27a\";\n@fa-var-commenting-o: \"\\f27b\";\n@fa-var-comments: \"\\f086\";\n@fa-var-comments-o: \"\\f0e6\";\n@fa-var-compass: \"\\f14e\";\n@fa-var-compress: \"\\f066\";\n@fa-var-connectdevelop: \"\\f20e\";\n@fa-var-contao: \"\\f26d\";\n@fa-var-copy: \"\\f0c5\";\n@fa-var-copyright: \"\\f1f9\";\n@fa-var-creative-commons: \"\\f25e\";\n@fa-var-credit-card: \"\\f09d\";\n@fa-var-crop: \"\\f125\";\n@fa-var-crosshairs: \"\\f05b\";\n@fa-var-css3: \"\\f13c\";\n@fa-var-cube: \"\\f1b2\";\n@fa-var-cubes: \"\\f1b3\";\n@fa-var-cut: \"\\f0c4\";\n@fa-var-cutlery: \"\\f0f5\";\n@fa-var-dashboard: \"\\f0e4\";\n@fa-var-dashcube: \"\\f210\";\n@fa-var-database: \"\\f1c0\";\n@fa-var-dedent: \"\\f03b\";\n@fa-var-delicious: \"\\f1a5\";\n@fa-var-desktop: \"\\f108\";\n@fa-var-deviantart: \"\\f1bd\";\n@fa-var-diamond: \"\\f219\";\n@fa-var-digg: \"\\f1a6\";\n@fa-var-dollar: \"\\f155\";\n@fa-var-dot-circle-o: \"\\f192\";\n@fa-var-download: \"\\f019\";\n@fa-var-dribbble: \"\\f17d\";\n@fa-var-dropbox: \"\\f16b\";\n@fa-var-drupal: \"\\f1a9\";\n@fa-var-edit: \"\\f044\";\n@fa-var-eject: \"\\f052\";\n@fa-var-ellipsis-h: \"\\f141\";\n@fa-var-ellipsis-v: \"\\f142\";\n@fa-var-empire: \"\\f1d1\";\n@fa-var-envelope: \"\\f0e0\";\n@fa-var-envelope-o: \"\\f003\";\n@fa-var-envelope-square: \"\\f199\";\n@fa-var-eraser: \"\\f12d\";\n@fa-var-eur: \"\\f153\";\n@fa-var-euro: \"\\f153\";\n@fa-var-exchange: \"\\f0ec\";\n@fa-var-exclamation: \"\\f12a\";\n@fa-var-exclamation-circle: \"\\f06a\";\n@fa-var-exclamation-triangle: \"\\f071\";\n@fa-var-expand: \"\\f065\";\n@fa-var-expeditedssl: \"\\f23e\";\n@fa-var-external-link: \"\\f08e\";\n@fa-var-external-link-square: \"\\f14c\";\n@fa-var-eye: \"\\f06e\";\n@fa-var-eye-slash: \"\\f070\";\n@fa-var-eyedropper: \"\\f1fb\";\n@fa-var-facebook: \"\\f09a\";\n@fa-var-facebook-f: \"\\f09a\";\n@fa-var-facebook-official: \"\\f230\";\n@fa-var-facebook-square: \"\\f082\";\n@fa-var-fast-backward: \"\\f049\";\n@fa-var-fast-forward: \"\\f050\";\n@fa-var-fax: \"\\f1ac\";\n@fa-var-feed: \"\\f09e\";\n@fa-var-female: \"\\f182\";\n@fa-var-fighter-jet: \"\\f0fb\";\n@fa-var-file: \"\\f15b\";\n@fa-var-file-archive-o: \"\\f1c6\";\n@fa-var-file-audio-o: \"\\f1c7\";\n@fa-var-file-code-o: \"\\f1c9\";\n@fa-var-file-excel-o: \"\\f1c3\";\n@fa-var-file-image-o: \"\\f1c5\";\n@fa-var-file-movie-o: \"\\f1c8\";\n@fa-var-file-o: \"\\f016\";\n@fa-var-file-pdf-o: \"\\f1c1\";\n@fa-var-file-photo-o: \"\\f1c5\";\n@fa-var-file-picture-o: \"\\f1c5\";\n@fa-var-file-powerpoint-o: \"\\f1c4\";\n@fa-var-file-sound-o: \"\\f1c7\";\n@fa-var-file-text: \"\\f15c\";\n@fa-var-file-text-o: \"\\f0f6\";\n@fa-var-file-video-o: \"\\f1c8\";\n@fa-var-file-word-o: \"\\f1c2\";\n@fa-var-file-zip-o: \"\\f1c6\";\n@fa-var-files-o: \"\\f0c5\";\n@fa-var-film: \"\\f008\";\n@fa-var-filter: \"\\f0b0\";\n@fa-var-fire: \"\\f06d\";\n@fa-var-fire-extinguisher: \"\\f134\";\n@fa-var-firefox: \"\\f269\";\n@fa-var-flag: \"\\f024\";\n@fa-var-flag-checkered: \"\\f11e\";\n@fa-var-flag-o: \"\\f11d\";\n@fa-var-flash: \"\\f0e7\";\n@fa-var-flask: \"\\f0c3\";\n@fa-var-flickr: \"\\f16e\";\n@fa-var-floppy-o: \"\\f0c7\";\n@fa-var-folder: \"\\f07b\";\n@fa-var-folder-o: \"\\f114\";\n@fa-var-folder-open: \"\\f07c\";\n@fa-var-folder-open-o: \"\\f115\";\n@fa-var-font: \"\\f031\";\n@fa-var-fonticons: \"\\f280\";\n@fa-var-forumbee: \"\\f211\";\n@fa-var-forward: \"\\f04e\";\n@fa-var-foursquare: \"\\f180\";\n@fa-var-frown-o: \"\\f119\";\n@fa-var-futbol-o: \"\\f1e3\";\n@fa-var-gamepad: \"\\f11b\";\n@fa-var-gavel: \"\\f0e3\";\n@fa-var-gbp: \"\\f154\";\n@fa-var-ge: \"\\f1d1\";\n@fa-var-gear: \"\\f013\";\n@fa-var-gears: \"\\f085\";\n@fa-var-genderless: \"\\f22d\";\n@fa-var-get-pocket: \"\\f265\";\n@fa-var-gg: \"\\f260\";\n@fa-var-gg-circle: \"\\f261\";\n@fa-var-gift: \"\\f06b\";\n@fa-var-git: \"\\f1d3\";\n@fa-var-git-square: \"\\f1d2\";\n@fa-var-github: \"\\f09b\";\n@fa-var-github-alt: \"\\f113\";\n@fa-var-github-square: \"\\f092\";\n@fa-var-gittip: \"\\f184\";\n@fa-var-glass: \"\\f000\";\n@fa-var-globe: \"\\f0ac\";\n@fa-var-google: \"\\f1a0\";\n@fa-var-google-plus: \"\\f0d5\";\n@fa-var-google-plus-square: \"\\f0d4\";\n@fa-var-google-wallet: \"\\f1ee\";\n@fa-var-graduation-cap: \"\\f19d\";\n@fa-var-gratipay: \"\\f184\";\n@fa-var-group: \"\\f0c0\";\n@fa-var-h-square: \"\\f0fd\";\n@fa-var-hacker-news: \"\\f1d4\";\n@fa-var-hand-grab-o: \"\\f255\";\n@fa-var-hand-lizard-o: \"\\f258\";\n@fa-var-hand-o-down: \"\\f0a7\";\n@fa-var-hand-o-left: \"\\f0a5\";\n@fa-var-hand-o-right: \"\\f0a4\";\n@fa-var-hand-o-up: \"\\f0a6\";\n@fa-var-hand-paper-o: \"\\f256\";\n@fa-var-hand-peace-o: \"\\f25b\";\n@fa-var-hand-pointer-o: \"\\f25a\";\n@fa-var-hand-rock-o: \"\\f255\";\n@fa-var-hand-scissors-o: \"\\f257\";\n@fa-var-hand-spock-o: \"\\f259\";\n@fa-var-hand-stop-o: \"\\f256\";\n@fa-var-hdd-o: \"\\f0a0\";\n@fa-var-header: \"\\f1dc\";\n@fa-var-headphones: \"\\f025\";\n@fa-var-heart: \"\\f004\";\n@fa-var-heart-o: \"\\f08a\";\n@fa-var-heartbeat: \"\\f21e\";\n@fa-var-history: \"\\f1da\";\n@fa-var-home: \"\\f015\";\n@fa-var-hospital-o: \"\\f0f8\";\n@fa-var-hotel: \"\\f236\";\n@fa-var-hourglass: \"\\f254\";\n@fa-var-hourglass-1: \"\\f251\";\n@fa-var-hourglass-2: \"\\f252\";\n@fa-var-hourglass-3: \"\\f253\";\n@fa-var-hourglass-end: \"\\f253\";\n@fa-var-hourglass-half: \"\\f252\";\n@fa-var-hourglass-o: \"\\f250\";\n@fa-var-hourglass-start: \"\\f251\";\n@fa-var-houzz: \"\\f27c\";\n@fa-var-html5: \"\\f13b\";\n@fa-var-i-cursor: \"\\f246\";\n@fa-var-ils: \"\\f20b\";\n@fa-var-image: \"\\f03e\";\n@fa-var-inbox: \"\\f01c\";\n@fa-var-indent: \"\\f03c\";\n@fa-var-industry: \"\\f275\";\n@fa-var-info: \"\\f129\";\n@fa-var-info-circle: \"\\f05a\";\n@fa-var-inr: \"\\f156\";\n@fa-var-instagram: \"\\f16d\";\n@fa-var-institution: \"\\f19c\";\n@fa-var-internet-explorer: \"\\f26b\";\n@fa-var-intersex: \"\\f224\";\n@fa-var-ioxhost: \"\\f208\";\n@fa-var-italic: \"\\f033\";\n@fa-var-joomla: \"\\f1aa\";\n@fa-var-jpy: \"\\f157\";\n@fa-var-jsfiddle: \"\\f1cc\";\n@fa-var-key: \"\\f084\";\n@fa-var-keyboard-o: \"\\f11c\";\n@fa-var-krw: \"\\f159\";\n@fa-var-language: \"\\f1ab\";\n@fa-var-laptop: \"\\f109\";\n@fa-var-lastfm: \"\\f202\";\n@fa-var-lastfm-square: \"\\f203\";\n@fa-var-leaf: \"\\f06c\";\n@fa-var-leanpub: \"\\f212\";\n@fa-var-legal: \"\\f0e3\";\n@fa-var-lemon-o: \"\\f094\";\n@fa-var-level-down: \"\\f149\";\n@fa-var-level-up: \"\\f148\";\n@fa-var-life-bouy: \"\\f1cd\";\n@fa-var-life-buoy: \"\\f1cd\";\n@fa-var-life-ring: \"\\f1cd\";\n@fa-var-life-saver: \"\\f1cd\";\n@fa-var-lightbulb-o: \"\\f0eb\";\n@fa-var-line-chart: \"\\f201\";\n@fa-var-link: \"\\f0c1\";\n@fa-var-linkedin: \"\\f0e1\";\n@fa-var-linkedin-square: \"\\f08c\";\n@fa-var-linux: \"\\f17c\";\n@fa-var-list: \"\\f03a\";\n@fa-var-list-alt: \"\\f022\";\n@fa-var-list-ol: \"\\f0cb\";\n@fa-var-list-ul: \"\\f0ca\";\n@fa-var-location-arrow: \"\\f124\";\n@fa-var-lock: \"\\f023\";\n@fa-var-long-arrow-down: \"\\f175\";\n@fa-var-long-arrow-left: \"\\f177\";\n@fa-var-long-arrow-right: \"\\f178\";\n@fa-var-long-arrow-up: \"\\f176\";\n@fa-var-magic: \"\\f0d0\";\n@fa-var-magnet: \"\\f076\";\n@fa-var-mail-forward: \"\\f064\";\n@fa-var-mail-reply: \"\\f112\";\n@fa-var-mail-reply-all: \"\\f122\";\n@fa-var-male: \"\\f183\";\n@fa-var-map: \"\\f279\";\n@fa-var-map-marker: \"\\f041\";\n@fa-var-map-o: \"\\f278\";\n@fa-var-map-pin: \"\\f276\";\n@fa-var-map-signs: \"\\f277\";\n@fa-var-mars: \"\\f222\";\n@fa-var-mars-double: \"\\f227\";\n@fa-var-mars-stroke: \"\\f229\";\n@fa-var-mars-stroke-h: \"\\f22b\";\n@fa-var-mars-stroke-v: \"\\f22a\";\n@fa-var-maxcdn: \"\\f136\";\n@fa-var-meanpath: \"\\f20c\";\n@fa-var-medium: \"\\f23a\";\n@fa-var-medkit: \"\\f0fa\";\n@fa-var-meh-o: \"\\f11a\";\n@fa-var-mercury: \"\\f223\";\n@fa-var-microphone: \"\\f130\";\n@fa-var-microphone-slash: \"\\f131\";\n@fa-var-minus: \"\\f068\";\n@fa-var-minus-circle: \"\\f056\";\n@fa-var-minus-square: \"\\f146\";\n@fa-var-minus-square-o: \"\\f147\";\n@fa-var-mobile: \"\\f10b\";\n@fa-var-mobile-phone: \"\\f10b\";\n@fa-var-money: \"\\f0d6\";\n@fa-var-moon-o: \"\\f186\";\n@fa-var-mortar-board: \"\\f19d\";\n@fa-var-motorcycle: \"\\f21c\";\n@fa-var-mouse-pointer: \"\\f245\";\n@fa-var-music: \"\\f001\";\n@fa-var-navicon: \"\\f0c9\";\n@fa-var-neuter: \"\\f22c\";\n@fa-var-newspaper-o: \"\\f1ea\";\n@fa-var-object-group: \"\\f247\";\n@fa-var-object-ungroup: \"\\f248\";\n@fa-var-odnoklassniki: \"\\f263\";\n@fa-var-odnoklassniki-square: \"\\f264\";\n@fa-var-opencart: \"\\f23d\";\n@fa-var-openid: \"\\f19b\";\n@fa-var-opera: \"\\f26a\";\n@fa-var-optin-monster: \"\\f23c\";\n@fa-var-outdent: \"\\f03b\";\n@fa-var-pagelines: \"\\f18c\";\n@fa-var-paint-brush: \"\\f1fc\";\n@fa-var-paper-plane: \"\\f1d8\";\n@fa-var-paper-plane-o: \"\\f1d9\";\n@fa-var-paperclip: \"\\f0c6\";\n@fa-var-paragraph: \"\\f1dd\";\n@fa-var-paste: \"\\f0ea\";\n@fa-var-pause: \"\\f04c\";\n@fa-var-paw: \"\\f1b0\";\n@fa-var-paypal: \"\\f1ed\";\n@fa-var-pencil: \"\\f040\";\n@fa-var-pencil-square: \"\\f14b\";\n@fa-var-pencil-square-o: \"\\f044\";\n@fa-var-phone: \"\\f095\";\n@fa-var-phone-square: \"\\f098\";\n@fa-var-photo: \"\\f03e\";\n@fa-var-picture-o: \"\\f03e\";\n@fa-var-pie-chart: \"\\f200\";\n@fa-var-pied-piper: \"\\f1a7\";\n@fa-var-pied-piper-alt: \"\\f1a8\";\n@fa-var-pinterest: \"\\f0d2\";\n@fa-var-pinterest-p: \"\\f231\";\n@fa-var-pinterest-square: \"\\f0d3\";\n@fa-var-plane: \"\\f072\";\n@fa-var-play: \"\\f04b\";\n@fa-var-play-circle: \"\\f144\";\n@fa-var-play-circle-o: \"\\f01d\";\n@fa-var-plug: \"\\f1e6\";\n@fa-var-plus: \"\\f067\";\n@fa-var-plus-circle: \"\\f055\";\n@fa-var-plus-square: \"\\f0fe\";\n@fa-var-plus-square-o: \"\\f196\";\n@fa-var-power-off: \"\\f011\";\n@fa-var-print: \"\\f02f\";\n@fa-var-puzzle-piece: \"\\f12e\";\n@fa-var-qq: \"\\f1d6\";\n@fa-var-qrcode: \"\\f029\";\n@fa-var-question: \"\\f128\";\n@fa-var-question-circle: \"\\f059\";\n@fa-var-quote-left: \"\\f10d\";\n@fa-var-quote-right: \"\\f10e\";\n@fa-var-ra: \"\\f1d0\";\n@fa-var-random: \"\\f074\";\n@fa-var-rebel: \"\\f1d0\";\n@fa-var-recycle: \"\\f1b8\";\n@fa-var-reddit: \"\\f1a1\";\n@fa-var-reddit-square: \"\\f1a2\";\n@fa-var-refresh: \"\\f021\";\n@fa-var-registered: \"\\f25d\";\n@fa-var-remove: \"\\f00d\";\n@fa-var-renren: \"\\f18b\";\n@fa-var-reorder: \"\\f0c9\";\n@fa-var-repeat: \"\\f01e\";\n@fa-var-reply: \"\\f112\";\n@fa-var-reply-all: \"\\f122\";\n@fa-var-retweet: \"\\f079\";\n@fa-var-rmb: \"\\f157\";\n@fa-var-road: \"\\f018\";\n@fa-var-rocket: \"\\f135\";\n@fa-var-rotate-left: \"\\f0e2\";\n@fa-var-rotate-right: \"\\f01e\";\n@fa-var-rouble: \"\\f158\";\n@fa-var-rss: \"\\f09e\";\n@fa-var-rss-square: \"\\f143\";\n@fa-var-rub: \"\\f158\";\n@fa-var-ruble: \"\\f158\";\n@fa-var-rupee: \"\\f156\";\n@fa-var-safari: \"\\f267\";\n@fa-var-save: \"\\f0c7\";\n@fa-var-scissors: \"\\f0c4\";\n@fa-var-search: \"\\f002\";\n@fa-var-search-minus: \"\\f010\";\n@fa-var-search-plus: \"\\f00e\";\n@fa-var-sellsy: \"\\f213\";\n@fa-var-send: \"\\f1d8\";\n@fa-var-send-o: \"\\f1d9\";\n@fa-var-server: \"\\f233\";\n@fa-var-share: \"\\f064\";\n@fa-var-share-alt: \"\\f1e0\";\n@fa-var-share-alt-square: \"\\f1e1\";\n@fa-var-share-square: \"\\f14d\";\n@fa-var-share-square-o: \"\\f045\";\n@fa-var-shekel: \"\\f20b\";\n@fa-var-sheqel: \"\\f20b\";\n@fa-var-shield: \"\\f132\";\n@fa-var-ship: \"\\f21a\";\n@fa-var-shirtsinbulk: \"\\f214\";\n@fa-var-shopping-cart: \"\\f07a\";\n@fa-var-sign-in: \"\\f090\";\n@fa-var-sign-out: \"\\f08b\";\n@fa-var-signal: \"\\f012\";\n@fa-var-simplybuilt: \"\\f215\";\n@fa-var-sitemap: \"\\f0e8\";\n@fa-var-skyatlas: \"\\f216\";\n@fa-var-skype: \"\\f17e\";\n@fa-var-slack: \"\\f198\";\n@fa-var-sliders: \"\\f1de\";\n@fa-var-slideshare: \"\\f1e7\";\n@fa-var-smile-o: \"\\f118\";\n@fa-var-soccer-ball-o: \"\\f1e3\";\n@fa-var-sort: \"\\f0dc\";\n@fa-var-sort-alpha-asc: \"\\f15d\";\n@fa-var-sort-alpha-desc: \"\\f15e\";\n@fa-var-sort-amount-asc: \"\\f160\";\n@fa-var-sort-amount-desc: \"\\f161\";\n@fa-var-sort-asc: \"\\f0de\";\n@fa-var-sort-desc: \"\\f0dd\";\n@fa-var-sort-down: \"\\f0dd\";\n@fa-var-sort-numeric-asc: \"\\f162\";\n@fa-var-sort-numeric-desc: \"\\f163\";\n@fa-var-sort-up: \"\\f0de\";\n@fa-var-soundcloud: \"\\f1be\";\n@fa-var-space-shuttle: \"\\f197\";\n@fa-var-spinner: \"\\f110\";\n@fa-var-spoon: \"\\f1b1\";\n@fa-var-spotify: \"\\f1bc\";\n@fa-var-square: \"\\f0c8\";\n@fa-var-square-o: \"\\f096\";\n@fa-var-stack-exchange: \"\\f18d\";\n@fa-var-stack-overflow: \"\\f16c\";\n@fa-var-star: \"\\f005\";\n@fa-var-star-half: \"\\f089\";\n@fa-var-star-half-empty: \"\\f123\";\n@fa-var-star-half-full: \"\\f123\";\n@fa-var-star-half-o: \"\\f123\";\n@fa-var-star-o: \"\\f006\";\n@fa-var-steam: \"\\f1b6\";\n@fa-var-steam-square: \"\\f1b7\";\n@fa-var-step-backward: \"\\f048\";\n@fa-var-step-forward: \"\\f051\";\n@fa-var-stethoscope: \"\\f0f1\";\n@fa-var-sticky-note: \"\\f249\";\n@fa-var-sticky-note-o: \"\\f24a\";\n@fa-var-stop: \"\\f04d\";\n@fa-var-street-view: \"\\f21d\";\n@fa-var-strikethrough: \"\\f0cc\";\n@fa-var-stumbleupon: \"\\f1a4\";\n@fa-var-stumbleupon-circle: \"\\f1a3\";\n@fa-var-subscript: \"\\f12c\";\n@fa-var-subway: \"\\f239\";\n@fa-var-suitcase: \"\\f0f2\";\n@fa-var-sun-o: \"\\f185\";\n@fa-var-superscript: \"\\f12b\";\n@fa-var-support: \"\\f1cd\";\n@fa-var-table: \"\\f0ce\";\n@fa-var-tablet: \"\\f10a\";\n@fa-var-tachometer: \"\\f0e4\";\n@fa-var-tag: \"\\f02b\";\n@fa-var-tags: \"\\f02c\";\n@fa-var-tasks: \"\\f0ae\";\n@fa-var-taxi: \"\\f1ba\";\n@fa-var-television: \"\\f26c\";\n@fa-var-tencent-weibo: \"\\f1d5\";\n@fa-var-terminal: \"\\f120\";\n@fa-var-text-height: \"\\f034\";\n@fa-var-text-width: \"\\f035\";\n@fa-var-th: \"\\f00a\";\n@fa-var-th-large: \"\\f009\";\n@fa-var-th-list: \"\\f00b\";\n@fa-var-thumb-tack: \"\\f08d\";\n@fa-var-thumbs-down: \"\\f165\";\n@fa-var-thumbs-o-down: \"\\f088\";\n@fa-var-thumbs-o-up: \"\\f087\";\n@fa-var-thumbs-up: \"\\f164\";\n@fa-var-ticket: \"\\f145\";\n@fa-var-times: \"\\f00d\";\n@fa-var-times-circle: \"\\f057\";\n@fa-var-times-circle-o: \"\\f05c\";\n@fa-var-tint: \"\\f043\";\n@fa-var-toggle-down: \"\\f150\";\n@fa-var-toggle-left: \"\\f191\";\n@fa-var-toggle-off: \"\\f204\";\n@fa-var-toggle-on: \"\\f205\";\n@fa-var-toggle-right: \"\\f152\";\n@fa-var-toggle-up: \"\\f151\";\n@fa-var-trademark: \"\\f25c\";\n@fa-var-train: \"\\f238\";\n@fa-var-transgender: \"\\f224\";\n@fa-var-transgender-alt: \"\\f225\";\n@fa-var-trash: \"\\f1f8\";\n@fa-var-trash-o: \"\\f014\";\n@fa-var-tree: \"\\f1bb\";\n@fa-var-trello: \"\\f181\";\n@fa-var-tripadvisor: \"\\f262\";\n@fa-var-trophy: \"\\f091\";\n@fa-var-truck: \"\\f0d1\";\n@fa-var-try: \"\\f195\";\n@fa-var-tty: \"\\f1e4\";\n@fa-var-tumblr: \"\\f173\";\n@fa-var-tumblr-square: \"\\f174\";\n@fa-var-turkish-lira: \"\\f195\";\n@fa-var-tv: \"\\f26c\";\n@fa-var-twitch: \"\\f1e8\";\n@fa-var-twitter: \"\\f099\";\n@fa-var-twitter-square: \"\\f081\";\n@fa-var-umbrella: \"\\f0e9\";\n@fa-var-underline: \"\\f0cd\";\n@fa-var-undo: \"\\f0e2\";\n@fa-var-university: \"\\f19c\";\n@fa-var-unlink: \"\\f127\";\n@fa-var-unlock: \"\\f09c\";\n@fa-var-unlock-alt: \"\\f13e\";\n@fa-var-unsorted: \"\\f0dc\";\n@fa-var-upload: \"\\f093\";\n@fa-var-usd: \"\\f155\";\n@fa-var-user: \"\\f007\";\n@fa-var-user-md: \"\\f0f0\";\n@fa-var-user-plus: \"\\f234\";\n@fa-var-user-secret: \"\\f21b\";\n@fa-var-user-times: \"\\f235\";\n@fa-var-users: \"\\f0c0\";\n@fa-var-venus: \"\\f221\";\n@fa-var-venus-double: \"\\f226\";\n@fa-var-venus-mars: \"\\f228\";\n@fa-var-viacoin: \"\\f237\";\n@fa-var-video-camera: \"\\f03d\";\n@fa-var-vimeo: \"\\f27d\";\n@fa-var-vimeo-square: \"\\f194\";\n@fa-var-vine: \"\\f1ca\";\n@fa-var-vk: \"\\f189\";\n@fa-var-volume-down: \"\\f027\";\n@fa-var-volume-off: \"\\f026\";\n@fa-var-volume-up: \"\\f028\";\n@fa-var-warning: \"\\f071\";\n@fa-var-wechat: \"\\f1d7\";\n@fa-var-weibo: \"\\f18a\";\n@fa-var-weixin: \"\\f1d7\";\n@fa-var-whatsapp: \"\\f232\";\n@fa-var-wheelchair: \"\\f193\";\n@fa-var-wifi: \"\\f1eb\";\n@fa-var-wikipedia-w: \"\\f266\";\n@fa-var-windows: \"\\f17a\";\n@fa-var-won: \"\\f159\";\n@fa-var-wordpress: \"\\f19a\";\n@fa-var-wrench: \"\\f0ad\";\n@fa-var-xing: \"\\f168\";\n@fa-var-xing-square: \"\\f169\";\n@fa-var-y-combinator: \"\\f23b\";\n@fa-var-y-combinator-square: \"\\f1d4\";\n@fa-var-yahoo: \"\\f19e\";\n@fa-var-yc: \"\\f23b\";\n@fa-var-yc-square: \"\\f1d4\";\n@fa-var-yelp: \"\\f1e9\";\n@fa-var-yen: \"\\f157\";\n@fa-var-youtube: \"\\f167\";\n@fa-var-youtube-play: \"\\f16a\";\n@fa-var-youtube-square: \"\\f166\";\n\n\n// Mixins\n// --------------------------\n.fa-icon() {\n  display: inline-block;\n  font: normal normal normal @fa-font-size-base/@fa-line-height-base PageLinesFont; // shortening font declaration\n  font-size: inherit; // can\'t have font-size inherit on line above, so need to override\n  text-rendering: auto; // optimizelegibility throws things off #1094\n  -webkit-font-smoothing: antialiased;\n  -moz-osx-font-smoothing: grayscale;\n}\n\n.fa-icon-rotate(@degrees, @rotation) {\n  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=@rotation);\n  -webkit-transform: rotate(@degrees);\n      -ms-transform: rotate(@degrees);\n          transform: rotate(@degrees);\n}\n\n.fa-icon-flip(@horiz, @vert, @rotation) {\n  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=@rotation, mirror=1);\n  -webkit-transform: scale(@horiz, @vert);\n      -ms-transform: scale(@horiz, @vert);\n          transform: scale(@horiz, @vert);\n}\n\n@font-face {\n  font-family: \'PageLinesFont\';\n  src: url(\'@{fa-font-path}/fontawesome-webfont.eot?v=@{fa-version}\');\n  src: url(\'@{fa-font-path}/fontawesome-webfont.eot?#iefix&v=@{fa-version}\') format(\'embedded-opentype\'),\n    url(\'@{fa-font-path}/fontawesome-webfont.woff2?v=@{fa-version}\') format(\'woff2\'),\n    url(\'@{fa-font-path}/fontawesome-webfont.woff?v=@{fa-version}\') format(\'woff\'),\n    url(\'@{fa-font-path}/fontawesome-webfont.ttf?v=@{fa-version}\') format(\'truetype\'),\n    url(\'@{fa-font-path}/fontawesome-webfont.svg?v=@{fa-version}#fontawesomeregular\') format(\'svg\');\n  font-weight: normal;\n  font-style: normal;\n}\n\n.@{fa-css-prefix}, .fa {\n  display: inline-block;\n  font: normal normal normal @fa-font-size-base/@fa-line-height-base PageLinesFont; // shortening font declaration\n  font-size: inherit; // can\'t have font-size inherit on line above, so need to override\n  text-rendering: auto; // optimizelegibility throws things off #1094\n  font-style: normal;\n  font-weight: normal;\n  -webkit-font-smoothing: antialiased;\n  -moz-osx-font-smoothing: grayscale;\n}\n\n// Icon Sizes\n// -------------------------\n\n/* makes the font 33% larger relative to the icon container */\n.@{fa-css-prefix}-lg, .fa-lg {\n  font-size: (4em / 3);\n  line-height: (3em / 4);\n  vertical-align: -15%;\n}\n.@{fa-css-prefix}-2x, .fa-2x { font-size: 2em; }\n.@{fa-css-prefix}-3x, .fa-3x { font-size: 3em; }\n.@{fa-css-prefix}-4x, .fa-4x { font-size: 4em; }\n.@{fa-css-prefix}-5x, .fa-5x { font-size: 5em; }\n\n// Fixed Width Icons\n// -------------------------\n.@{fa-css-prefix}-fw, .fa-fw {\n  width: (18em / 14);\n  text-align: center;\n}\n\n// List Icons\n// -------------------------\n\n.@{fa-css-prefix}-ul, .fa-ul {\n  padding-left: 0;\n  margin-left: @fa-li-width;\n  list-style-type: none;\n  > li { position: relative; }\n}\n.@{fa-css-prefix}-li, .fa-li {\n  position: absolute;\n  left: -@fa-li-width;\n  width: @fa-li-width;\n  top: (2em / 14);\n  text-align: center;\n  &.@{fa-css-prefix}-lg, fa-lg {\n    left: -@fa-li-width + (4em / 14);\n  }\n}\n\n// Bordered & Pulled\n// -------------------------\n\n.@{fa-css-prefix}-border, .fa-border {\n  padding: .2em .25em .15em;\n  border: solid .08em @fa-border-color;\n  border-radius: .1em;\n}\n\n@{fa-css-prefix}-pull-left, .fa-pull-left { float: left; }\n@{fa-css-prefix}-pull-right, .fa-pull-right { float: right; }\n.@{fa-css-prefix}, .fa {\n  &.@{fa-css-prefix}-pull-left, .fa-pull-left { margin-right: .3em; }\n  &.@{fa-css-prefix}-pull-right, .fa-pull-right { margin-left: .3em; }\n}\n/* Deprecated as of 4.4.0 */\n.pull-right { float: right; }\n.pull-left { float: left; }\n\n.@{fa-css-prefix}, .fa {\n  &.pull-left { margin-right: .3em; }\n  &.pull-right { margin-left: .3em; }\n}\n\n// Spinning Icons\n// --------------------------\n\n.@{fa-css-prefix}-spin, .fa-spin {\n  -webkit-animation: fa-spin 2s infinite linear;\n  animation: fa-spin 2s infinite linear;\n}\n\n.@{fa-css-prefix}-pulse, .fa-pulse {\n  -webkit-animation: fa-spin 1s infinite steps(8);\n          animation: fa-spin 1s infinite steps(8);\n}\n\n@-webkit-keyframes fa-spin {\n  0% {\n    -webkit-transform: rotate(0deg);\n            transform: rotate(0deg);\n  }\n  100% {\n    -webkit-transform: rotate(359deg);\n            transform: rotate(359deg);\n  }\n}\n\n@keyframes fa-spin {\n  0% {\n    -webkit-transform: rotate(0deg);\n            transform: rotate(0deg);\n  }\n  100% {\n    -webkit-transform: rotate(359deg);\n            transform: rotate(359deg);\n  }\n}\n\n// Rotated & Flipped Icons\n// -------------------------\n\n.@{fa-css-prefix}-rotate-90, .fa-rotate-90 { .fa-icon-rotate(90deg, 1);  }\n.@{fa-css-prefix}-rotate-180, .fa-rotate-180 { .fa-icon-rotate(180deg, 2); }\n.@{fa-css-prefix}-rotate-270, .fa-rotate-270 { .fa-icon-rotate(270deg, 3); }\n\n.@{fa-css-prefix}-flip-horizontal, .fa-flip-horizontal { .fa-icon-flip(-1, 1, 0); }\n.@{fa-css-prefix}-flip-vertical, .fa-flip-vrtical   { .fa-icon-flip(1, -1, 2); }\n\n// Hook for IE8-9\n// -------------------------\n\n:root .@{fa-css-prefix}-rotate-90,\n:root .@{fa-css-prefix}-rotate-180,\n:root .@{fa-css-prefix}-rotate-270,\n:root .@{fa-css-prefix}-flip-horizontal,\n:root .@{fa-css-prefix}-flip-vertical,\n:root .fa-rotate-90,\n:root .fa-rotate-180,\n:root .fa-rotate-270,\n:root .fa-flip-horizontal,\n:root .fa-flip-vertical {\n  filter: none;\n}\n\n// Stacked Icons\n// -------------------------\n\n.@{fa-css-prefix}-stack, .fa-stack {\n  position: relative;\n  display: inline-block;\n  width: 2em;\n  height: 2em;\n  line-height: 2em;\n  vertical-align: middle;\n}\n.@{fa-css-prefix}-stack-1x, .@{fa-css-prefix}-stack-2x, .fa-stack-1x, .fa-stack-2x {\n  position: absolute;\n  left: 0;\n  width: 100%;\n  text-align: center;\n}\n.@{fa-css-prefix}-stack-1x, .fa-stack-1x { line-height: inherit; }\n.@{fa-css-prefix}-stack-2x, .fa-stack-2x { font-size: 2em; }\n.@{fa-css-prefix}-inverse, .fa-inverse { color: @fa-inverse; }\n\n/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen\n   readers do not read off random characters that represent icons */\n\n\n.@{fa-css-prefix}-yc:before, .fa-yc:before,\n.@{fa-css-prefix}-y-combinator:before, .fa-y-combinator:before { content: @fa-var-y-combinator; }\n.@{fa-css-prefix}-optin-monster:before, .fa-optin-monster:before { content: @fa-var-optin-monster; }\n.@{fa-css-prefix}-opencart:before, .fa-opencart:before { content: @fa-var-opencart; }\n.@{fa-css-prefix}-expeditedssl:before, .fa-expeditedssl:before { content: @fa-var-expeditedssl; }\n.@{fa-css-prefix}-battery-4:before, .fa-battery-4:before,\n.@{fa-css-prefix}-battery-full:before, .fa-battery-full:before { content: @fa-var-battery-full; }\n.@{fa-css-prefix}-battery-3:before, .fa-battery-3:before,\n.@{fa-css-prefix}-battery-three-quarters:before, .fa-battery-three-quarters:before { content: @fa-var-battery-three-quarters; }\n.@{fa-css-prefix}-battery-2:before, .fa-battery-2:before,\n.@{fa-css-prefix}-battery-half:before, .fa-battery-half:before { content: @fa-var-battery-half; }\n.@{fa-css-prefix}-battery-1:before, .fa-battery-1:before,\n.@{fa-css-prefix}-battery-quarter:before, .fa-battery-quarter:before { content: @fa-var-battery-quarter; }\n.@{fa-css-prefix}-battery-0:before, .fa-battery-0:before,\n.@{fa-css-prefix}-battery-empty:before, .fa-battery-empty:before { content: @fa-var-battery-empty; }\n.@{fa-css-prefix}-mouse-pointer:before, .fa-mouse-pointer:before { content: @fa-var-mouse-pointer; }\n.@{fa-css-prefix}-i-cursor:before, .fa-i-cursor:before { content: @fa-var-i-cursor; }\n.@{fa-css-prefix}-object-group:before, .fa-object-group:before { content: @fa-var-object-group; }\n.@{fa-css-prefix}-object-ungroup:before, .fa-object-ungroup:before { content: @fa-var-object-ungroup; }\n.@{fa-css-prefix}-sticky-note:before, .fa-sticky-note:before { content: @fa-var-sticky-note; }\n.@{fa-css-prefix}-sticky-note-o:before, .fa-sticky-note-o:before { content: @fa-var-sticky-note-o; }\n.@{fa-css-prefix}-cc-jcb:before, .fa-cc-jcb:before { content: @fa-var-cc-jcb; }\n.@{fa-css-prefix}-cc-diners-club:before, .fa-cc-diners-club:before { content: @fa-var-cc-diners-club; }\n.@{fa-css-prefix}-clone:before, .fa-clone:before { content: @fa-var-clone; }\n.@{fa-css-prefix}-balance-scale:before, .fa-balance-scale:before { content: @fa-var-balance-scale; }\n.@{fa-css-prefix}-hourglass-o:before, .fa-hourglass-o:before { content: @fa-var-hourglass-o; }\n.@{fa-css-prefix}-hourglass-1:before, .fa-hourglass-1:before,\n.@{fa-css-prefix}-hourglass-start:before, .fa-hourglass-start:before { content: @fa-var-hourglass-start; }\n.@{fa-css-prefix}-hourglass-2:before, .fa-hourglass-2:before,\n.@{fa-css-prefix}-hourglass-half:before, .fa-hourglass-half:before { content: @fa-var-hourglass-half; }\n.@{fa-css-prefix}-hourglass-3:before, .fa-hourglass-3:before,\n.@{fa-css-prefix}-hourglass-end:before, .fa-hourglass-end:before { content: @fa-var-hourglass-end; }\n.@{fa-css-prefix}-hourglass:before, .fa-hourglass:before { content: @fa-var-hourglass; }\n.@{fa-css-prefix}-hand-grab-o:before, .fa-hand-grab-o:before,\n.@{fa-css-prefix}-hand-rock-o:before, .fa-hand-rock-o:before { content: @fa-var-hand-rock-o; }\n.@{fa-css-prefix}-hand-stop-o:before, .fa-hand-stop-o:before,\n.@{fa-css-prefix}-hand-paper-o:before, .fa-hand-paper-o:before { content: @fa-var-hand-paper-o; }\n.@{fa-css-prefix}-hand-scissors-o:before, .fa-hand-scissors-o:before { content: @fa-var-hand-scissors-o; }\n.@{fa-css-prefix}-hand-lizard-o:before, .fa-hand-lizard-o:before { content: @fa-var-hand-lizard-o; }\n.@{fa-css-prefix}-hand-spock-o:before, .fa-hand-spock-o:before { content: @fa-var-hand-spock-o; }\n.@{fa-css-prefix}-hand-pointer-o:before, .fa-hand-pointer-o:before { content: @fa-var-hand-pointer-o; }\n.@{fa-css-prefix}-hand-peace-o:before, .fa-hand-peace-o:before { content: @fa-var-hand-peace-o; }\n.@{fa-css-prefix}-trademark:before, .fa-trademark:before { content: @fa-var-trademark; }\n.@{fa-css-prefix}-registered:before, .fa-registered:before { content: @fa-var-registered; }\n.@{fa-css-prefix}-creative-commons:before, .fa-creative-commons:before { content: @fa-var-creative-commons; }\n.@{fa-css-prefix}-gg:before, .fa-gg:before { content: @fa-var-gg; }\n.@{fa-css-prefix}-gg-circle:before, .fa-gg-circle:before { content: @fa-var-gg-circle; }\n.@{fa-css-prefix}-tripadvisor:before, .fa-tripadvisor:before { content: @fa-var-tripadvisor; }\n.@{fa-css-prefix}-odnoklassniki:before, .fa-odnoklassniki:before { content: @fa-var-odnoklassniki; }\n.@{fa-css-prefix}-odnoklassniki-square:before, .fa-odnoklassniki-square:before { content: @fa-var-odnoklassniki-square; }\n.@{fa-css-prefix}-get-pocket:before, .fa-get-pocket:before { content: @fa-var-get-pocket; }\n.@{fa-css-prefix}-wikipedia-w:before, .fa-wikipedia-w:before { content: @fa-var-wikipedia-w; }\n.@{fa-css-prefix}-safari:before, .fa-safari:before { content: @fa-var-safari; }\n.@{fa-css-prefix}-chrome:before, .fa-chrome:before { content: @fa-var-chrome; }\n.@{fa-css-prefix}-firefox:before, .fa-firefox:before { content: @fa-var-firefox; }\n.@{fa-css-prefix}-opera:before, .fa-opera:before { content: @fa-var-opera; }\n.@{fa-css-prefix}-internet-explorer:before, .fa-internet-explorer:before { content: @fa-var-internet-explorer; }\n.@{fa-css-prefix}-tv:before, .fa-tv:before,\n.@{fa-css-prefix}-television:before, .fa-television:before { content: @fa-var-television; }\n.@{fa-css-prefix}-contao:before, .fa-contao:before { content: @fa-var-contao; }\n.@{fa-css-prefix}-500px:before, .fa-500px:before { content: @fa-var-500px; }\n.@{fa-css-prefix}-amazon:before, .fa-amazon:before { content: @fa-var-amazon; }\n.@{fa-css-prefix}-calendar-plus-o:before, .fa-calendar-plus-o:before { content: @fa-var-calendar-plus-o; }\n.@{fa-css-prefix}-calendar-minus-o:before, .fa-calendar-minus-o:before { content: @fa-var-calendar-minus-o; }\n.@{fa-css-prefix}-calendar-times-o:before, .fa-calendar-times-o:before { content: @fa-var-calendar-times-o; }\n.@{fa-css-prefix}-calendar-check-o:before, .fa-calendar-check-o:before { content: @fa-var-calendar-check-o; }\n.@{fa-css-prefix}-industry:before, .fa-industry:before { content: @fa-var-industry; }\n.@{fa-css-prefix}-map-pin:before, .fa-map-pin:before { content: @fa-var-map-pin; }\n.@{fa-css-prefix}-map-signs:before, .fa-map-signs:before { content: @fa-var-map-signs; }\n.@{fa-css-prefix}-map-o:before, .fa-map-o:before { content: @fa-var-map-o; }\n.@{fa-css-prefix}-map:before, .fa-map:before { content: @fa-var-map; }\n.@{fa-css-prefix}-commenting:before, .fa-commenting:before { content: @fa-var-commenting; }\n.@{fa-css-prefix}-commenting-o:before, .fa-commenting-o:before { content: @fa-var-commenting-o; }\n.@{fa-css-prefix}-houzz:before, .fa-houzz:before { content: @fa-var-houzz; }\n.@{fa-css-prefix}-vimeo:before, .fa-vimeo:before { content: @fa-var-vimeo; }\n.@{fa-css-prefix}-black-tie:before, .fa-black-tie:before { content: @fa-var-black-tie; }\n.@{fa-css-prefix}-fonticons:before, .fa-fonticons:before { content: @fa-var-fonticons; }\n.@{fa-css-prefix}-genderless:before, .fa-genderless:before { content: @fa-var-genderless; }\n\n\n\n\n\n.@{fa-css-prefix}-glass:before, .fa-glass:before { content: @fa-var-glass; }\n.@{fa-css-prefix}-music:before, .fa-music:before { content: @fa-var-music; }\n.@{fa-css-prefix}-search:before, .fa-search:before { content: @fa-var-search; }\n.@{fa-css-prefix}-envelope-o:before, .fa-envelope-o:before { content: @fa-var-envelope-o; }\n.@{fa-css-prefix}-heart:before, .fa-heart:before { content: @fa-var-heart; }\n.@{fa-css-prefix}-star:before, .fa-star:before { content: @fa-var-star; }\n.@{fa-css-prefix}-star-o:before, .fa-star-o:before { content: @fa-var-star-o; }\n.@{fa-css-prefix}-user:before, .fa-user:before { content: @fa-var-user; }\n.@{fa-css-prefix}-film:before, .fa-film:before { content: @fa-var-film; }\n.@{fa-css-prefix}-th-large:before, .fa-th-large:before { content: @fa-var-th-large; }\n.@{fa-css-prefix}-th:before, .fa-th:before { content: @fa-var-th; }\n.@{fa-css-prefix}-th-list:before, .fa-th-list:before { content: @fa-var-th-list; }\n.@{fa-css-prefix}-check:before, .fa-check:before { content: @fa-var-check; }\n.@{fa-css-prefix}-remove:before,\n.@{fa-css-prefix}-close:before,\n.@{fa-css-prefix}-times:before, .fa-remove:before, .fa-close:before, .fa-times:before { content: @fa-var-times; }\n.@{fa-css-prefix}-search-plus:before, .fa-search-plus:before { content: @fa-var-search-plus; }\n.@{fa-css-prefix}-search-minus:before, .fa-search-minus:before { content: @fa-var-search-minus; }\n.@{fa-css-prefix}-power-off:before, .fa-power-off:before { content: @fa-var-power-off; }\n.@{fa-css-prefix}-signal:before, .fa-signal:before { content: @fa-var-signal; }\n.@{fa-css-prefix}-gear:before,\n.@{fa-css-prefix}-cog:before, .fa-gear:before, .fa-cog:before { content: @fa-var-cog; }\n.@{fa-css-prefix}-trash-o:before, .fa-trash-o:before { content: @fa-var-trash-o; }\n.@{fa-css-prefix}-home:before, .fa-home:before { content: @fa-var-home; }\n.@{fa-css-prefix}-file-o:before, .fa-file-o:before { content: @fa-var-file-o; }\n.@{fa-css-prefix}-clock-o:before, .fa-clock-o:before { content: @fa-var-clock-o; }\n.@{fa-css-prefix}-road:before, .fa-road:before { content: @fa-var-road; }\n.@{fa-css-prefix}-download:before, .fa-download:before { content: @fa-var-download; }\n.@{fa-css-prefix}-arrow-circle-o-down:before, .fa-arrow-circle-o-down:before { content: @fa-var-arrow-circle-o-down; }\n.@{fa-css-prefix}-arrow-circle-o-up:before, .fa-arrow-circle-o-up:before { content: @fa-var-arrow-circle-o-up; }\n.@{fa-css-prefix}-inbox:before, .fa-inbox:before { content: @fa-var-inbox; }\n.@{fa-css-prefix}-play-circle-o:before, .fa-play-circle-o:before { content: @fa-var-play-circle-o; }\n.@{fa-css-prefix}-rotate-right:before,\n.@{fa-css-prefix}-repeat:before, .fa-rotate-right:before, .fa-repeat:before { content: @fa-var-repeat; }\n.@{fa-css-prefix}-refresh:before, .fa-refresh:before { content: @fa-var-refresh; }\n.@{fa-css-prefix}-list-alt:before, .fa-list-alt:before { content: @fa-var-list-alt; }\n.@{fa-css-prefix}-lock:before, .fa-lock:before { content: @fa-var-lock; }\n.@{fa-css-prefix}-flag:before, .fa-flag:before { content: @fa-var-flag; }\n.@{fa-css-prefix}-headphones:before, .fa-headphones:before { content: @fa-var-headphones; }\n.@{fa-css-prefix}-volume-off:before, .fa-volume-off:before { content: @fa-var-volume-off; }\n.@{fa-css-prefix}-volume-down:before, .fa-volume-down:before { content: @fa-var-volume-down; }\n.@{fa-css-prefix}-volume-up:before, .fa-volume-up:before { content: @fa-var-volume-up; }\n.@{fa-css-prefix}-qrcode:before, .fa-qrcode:before { content: @fa-var-qrcode; }\n.@{fa-css-prefix}-barcode:before, .fa-barcode:before { content: @fa-var-barcode; }\n.@{fa-css-prefix}-tag:before, .fa-tag:before { content: @fa-var-tag; }\n.@{fa-css-prefix}-tags:before, .fa-tags:before { content: @fa-var-tags; }\n.@{fa-css-prefix}-book:before, .fa-book:before { content: @fa-var-book; }\n.@{fa-css-prefix}-bookmark:before, .fa-bookmark:before { content: @fa-var-bookmark; }\n.@{fa-css-prefix}-print:before, .fa-print:before { content: @fa-var-print; }\n.@{fa-css-prefix}-camera:before, .fa-camera:before { content: @fa-var-camera; }\n.@{fa-css-prefix}-font:before, .fa-font:before { content: @fa-var-font; }\n.@{fa-css-prefix}-bold:before, .fa-bold:before { content: @fa-var-bold; }\n.@{fa-css-prefix}-italic:before, .fa-italic:before { content: @fa-var-italic; }\n.@{fa-css-prefix}-text-height:before, .fa-text-height:before { content: @fa-var-text-height; }\n.@{fa-css-prefix}-text-width:before, .fa-text-width:before { content: @fa-var-text-width; }\n.@{fa-css-prefix}-align-left:before, .fa-align-left:before { content: @fa-var-align-left; }\n.@{fa-css-prefix}-align-center:before, .fa-align-center:before { content: @fa-var-align-center; }\n.@{fa-css-prefix}-align-right:before, .fa-align-right:before { content: @fa-var-align-right; }\n.@{fa-css-prefix}-align-justify:before, .fa-align-justify:before { content: @fa-var-align-justify; }\n.@{fa-css-prefix}-list:before, .fa-list:before { content: @fa-var-list; }\n.@{fa-css-prefix}-dedent:before,\n.@{fa-css-prefix}-outdent:before, .fa-dedent:before, .fa-outdent:before { content: @fa-var-outdent; }\n.@{fa-css-prefix}-indent:before, .fa-indent:before { content: @fa-var-indent; }\n.@{fa-css-prefix}-video-camera:before, .fa-video-camera:before { content: @fa-var-video-camera; }\n.@{fa-css-prefix}-photo:before,\n.@{fa-css-prefix}-image:before,\n.@{fa-css-prefix}-picture-o:before, .fa-photo:before, .fa-image:before, .fa-picture-o:before { content: @fa-var-picture-o; }\n.@{fa-css-prefix}-pencil:before, .fa-pencil:before { content: @fa-var-pencil; }\n.@{fa-css-prefix}-map-marker:before, .fa-map-marker:before { content: @fa-var-map-marker; }\n.@{fa-css-prefix}-adjust:before, .fa-adjust:before { content: @fa-var-adjust; }\n.@{fa-css-prefix}-tint:before, .fa-tint:before { content: @fa-var-tint; }\n.@{fa-css-prefix}-edit:before,\n.@{fa-css-prefix}-pencil-square-o:before, .fa-edit:before { content: @fa-var-pencil-square-o; }\n.@{fa-css-prefix}-share-square-o:before, .fa-share-square-o:before { content: @fa-var-share-square-o; }\n.@{fa-css-prefix}-check-square-o:before, .fa-check-square-o:before { content: @fa-var-check-square-o; }\n.@{fa-css-prefix}-arrows:before, .fa-arrows:before { content: @fa-var-arrows; }\n.@{fa-css-prefix}-step-backward:before, .fa-step-backward:before { content: @fa-var-step-backward; }\n.@{fa-css-prefix}-fast-backward:before, .fa-fast-backward:before { content: @fa-var-fast-backward; }\n.@{fa-css-prefix}-backward:before, .fa-backward:before { content: @fa-var-backward; }\n.@{fa-css-prefix}-play:before, .fa-play:before { content: @fa-var-play; }\n.@{fa-css-prefix}-pause:before, .fa-pause:before { content: @fa-var-pause; }\n.@{fa-css-prefix}-stop:before, .fa-stop:before { content: @fa-var-stop; }\n.@{fa-css-prefix}-forward:before, .fa-forward:before { content: @fa-var-forward; }\n.@{fa-css-prefix}-fast-forward:before, .fa-fast-forward:before { content: @fa-var-fast-forward; }\n.@{fa-css-prefix}-step-forward:before, .fa-step-forward:before { content: @fa-var-step-forward; }\n.@{fa-css-prefix}-eject:before, .fa-eject:before { content: @fa-var-eject; }\n.@{fa-css-prefix}-chevron-left:before, .fa-chevron-left:before { content: @fa-var-chevron-left; }\n.@{fa-css-prefix}-chevron-right:before, .fa-chevron-right:before { content: @fa-var-chevron-right; }\n.@{fa-css-prefix}-plus-circle:before, .fa-plus-circle:before { content: @fa-var-plus-circle; }\n.@{fa-css-prefix}-minus-circle:before, .fa-minus-circle:before { content: @fa-var-minus-circle; }\n.@{fa-css-prefix}-times-circle:before, .fa-times-circle:before { content: @fa-var-times-circle; }\n.@{fa-css-prefix}-check-circle:before, .fa-check-circle:before { content: @fa-var-check-circle; }\n.@{fa-css-prefix}-question-circle:before, .fa-question-circle:before { content: @fa-var-question-circle; }\n.@{fa-css-prefix}-info-circle:before, .fa-info-circle:before { content: @fa-var-info-circle; }\n.@{fa-css-prefix}-crosshairs:before, .fa-crosshairs:before { content: @fa-var-crosshairs; }\n.@{fa-css-prefix}-times-circle-o:before, .fa-times-circle-o:before { content: @fa-var-times-circle-o; }\n.@{fa-css-prefix}-check-circle-o:before, .fa-check-circle-o:before { content: @fa-var-check-circle-o; }\n.@{fa-css-prefix}-ban:before, .fa-ban:before { content: @fa-var-ban; }\n.@{fa-css-prefix}-arrow-left:before, .fa-arrow-left:before { content: @fa-var-arrow-left; }\n.@{fa-css-prefix}-arrow-right:before, .fa-arrow-right:before { content: @fa-var-arrow-right; }\n.@{fa-css-prefix}-arrow-up:before, .fa-arrow-up:before { content: @fa-var-arrow-up; }\n.@{fa-css-prefix}-arrow-down:before, .fa-arrow-down:before { content: @fa-var-arrow-down; }\n.@{fa-css-prefix}-mail-forward:before,\n.@{fa-css-prefix}-share:before, .fa-mail-forward:before, .fa-share:before { content: @fa-var-share; }\n.@{fa-css-prefix}-expand:before, .fa-expand:before { content: @fa-var-expand; }\n.@{fa-css-prefix}-compress:before, .fa-compress:before { content: @fa-var-compress; }\n.@{fa-css-prefix}-plus:before, .fa-plus:before { content: @fa-var-plus; }\n.@{fa-css-prefix}-minus:before, .fa-minus:before { content: @fa-var-minus; }\n.@{fa-css-prefix}-asterisk:before, .fa-asterisk:before { content: @fa-var-asterisk; }\n.@{fa-css-prefix}-exclamation-circle:before, .fa-exclamation-circle:before { content: @fa-var-exclamation-circle; }\n.@{fa-css-prefix}-gift:before, .fa-gift:before { content: @fa-var-gift; }\n.@{fa-css-prefix}-leaf:before, .fa-leaf:before { content: @fa-var-leaf; }\n.@{fa-css-prefix}-fire:before, .fa-fire:before { content: @fa-var-fire; }\n.@{fa-css-prefix}-eye:before, .fa-eye:before { content: @fa-var-eye; }\n.@{fa-css-prefix}-eye-slash:before, .fa-eye-slash:before { content: @fa-var-eye-slash; }\n.@{fa-css-prefix}-warning:before,\n.@{fa-css-prefix}-exclamation-triangle:before, .fa-warning:before, .fa-exclamation-triangle:before { content: @fa-var-exclamation-triangle; }\n.@{fa-css-prefix}-plane:before, .fa-plane:before { content: @fa-var-plane; }\n.@{fa-css-prefix}-calendar:before, .fa-calendar:before { content: @fa-var-calendar; }\n.@{fa-css-prefix}-random:before, .fa-random:before { content: @fa-var-random; }\n.@{fa-css-prefix}-comment:before, .fa-comment:before { content: @fa-var-comment; }\n.@{fa-css-prefix}-magnet:before, .fa-magnet:before { content: @fa-var-magnet; }\n.@{fa-css-prefix}-chevron-up:before, .fa-chevron-up:before { content: @fa-var-chevron-up; }\n.@{fa-css-prefix}-chevron-down:before, .fa-chevron-down:before { content: @fa-var-chevron-down; }\n.@{fa-css-prefix}-retweet:before, .fa-retweet:before { content: @fa-var-retweet; }\n.@{fa-css-prefix}-shopping-cart:before, .fa-shopping-cart:before { content: @fa-var-shopping-cart; }\n.@{fa-css-prefix}-folder:before, .fa-folder:before { content: @fa-var-folder; }\n.@{fa-css-prefix}-folder-open:before, .fa-folder-open:before { content: @fa-var-folder-open; }\n.@{fa-css-prefix}-arrows-v:before, .fa-arrows-v:before { content: @fa-var-arrows-v; }\n.@{fa-css-prefix}-arrows-h:before, .fa-arrows-h:before { content: @fa-var-arrows-h; }\n.@{fa-css-prefix}-bar-chart-o:before,\n.@{fa-css-prefix}-bar-chart:before, .fa-bar-chart-o:before { content: @fa-var-bar-chart; }\n.@{fa-css-prefix}-twitter-square:before, .fa-twitter-square:before { content: @fa-var-twitter-square; }\n.@{fa-css-prefix}-facebook-square:before, .fa-facebook-square:before { content: @fa-var-facebook-square; }\n.@{fa-css-prefix}-camera-retro:before, .fa-camera-retro:before { content: @fa-var-camera-retro; }\n.@{fa-css-prefix}-key:before, .fa-key:before { content: @fa-var-key; }\n.@{fa-css-prefix}-gears:before,\n.@{fa-css-prefix}-cogs:before, .fa-gears:before, .fa-cogs:before { content: @fa-var-cogs; }\n.@{fa-css-prefix}-comments:before, .fa-comments:before { content: @fa-var-comments; }\n.@{fa-css-prefix}-thumbs-o-up:before, .fa-thumbs-o-up:before { content: @fa-var-thumbs-o-up; }\n.@{fa-css-prefix}-thumbs-o-down:before, .fa-thumbs-o-down:before { content: @fa-var-thumbs-o-down; }\n.@{fa-css-prefix}-star-half:before, .fa-star-half:before { content: @fa-var-star-half; }\n.@{fa-css-prefix}-heart-o:before, .fa-heart-o:before { content: @fa-var-heart-o; }\n.@{fa-css-prefix}-sign-out:before, .fa-sign-out:before { content: @fa-var-sign-out; }\n.@{fa-css-prefix}-linkedin-square:before, .fa-linkedin-square:before { content: @fa-var-linkedin-square; }\n.@{fa-css-prefix}-thumb-tack:before, .fa-thumb-tack:before { content: @fa-var-thumb-tack; }\n.@{fa-css-prefix}-external-link:before, .fa-external-link:before { content: @fa-var-external-link; }\n.@{fa-css-prefix}-sign-in:before, .fa-sign-in:before { content: @fa-var-sign-in; }\n.@{fa-css-prefix}-trophy:before, .fa-trophy:before { content: @fa-var-trophy; }\n.@{fa-css-prefix}-github-square:before, .fa-github-square:before { content: @fa-var-github-square; }\n.@{fa-css-prefix}-upload:before, .fa-upload:before { content: @fa-var-upload; }\n.@{fa-css-prefix}-lemon-o:before, .fa-lemon-o:before { content: @fa-var-lemon-o; }\n.@{fa-css-prefix}-phone:before, .fa-phone:before { content: @fa-var-phone; }\n.@{fa-css-prefix}-square-o:before, .fa-square-o:before { content: @fa-var-square-o; }\n.@{fa-css-prefix}-bookmark-o:before, .fa-bookmark-o:before { content: @fa-var-bookmark-o; }\n.@{fa-css-prefix}-phone-square:before, .fa-phone-square:before { content: @fa-var-phone-square; }\n.@{fa-css-prefix}-twitter:before, .fa-twitter:before { content: @fa-var-twitter; }\n.@{fa-css-prefix}-facebook:before, .fa-facebook:before { content: @fa-var-facebook; }\n.@{fa-css-prefix}-github:before, .fa-github:before { content: @fa-var-github; }\n.@{fa-css-prefix}-unlock:before, .fa-unlock:before { content: @fa-var-unlock; }\n.@{fa-css-prefix}-credit-card:before, .fa-credit-card:before { content: @fa-var-credit-card; }\n.@{fa-css-prefix}-feed:before, .fa-feed:before,\n.@{fa-css-prefix}-rss:before, .fa-rss:before { content: @fa-var-rss; }\n.@{fa-css-prefix}-hdd-o:before, .fa-hdd-o:before { content: @fa-var-hdd-o; }\n.@{fa-css-prefix}-bullhorn:before, .fa-bullhorn:before { content: @fa-var-bullhorn; }\n.@{fa-css-prefix}-bell:before, .fa-bell:before { content: @fa-var-bell; }\n.@{fa-css-prefix}-certificate:before, .fa-certificate:before { content: @fa-var-certificate; }\n.@{fa-css-prefix}-hand-o-right:before, .fa-hand-o-right:before { content: @fa-var-hand-o-right; }\n.@{fa-css-prefix}-hand-o-left:before, .fa-hand-o-left:before { content: @fa-var-hand-o-left; }\n.@{fa-css-prefix}-hand-o-up:before, .fa-hand-o-up:before { content: @fa-var-hand-o-up; }\n.@{fa-css-prefix}-hand-o-down:before, .fa-hand-o-down:before { content: @fa-var-hand-o-down; }\n.@{fa-css-prefix}-arrow-circle-left:before, .fa-arrow-circle-left:before { content: @fa-var-arrow-circle-left; }\n.@{fa-css-prefix}-arrow-circle-right:before, .fa-arrow-circle-right:before { content: @fa-var-arrow-circle-right; }\n.@{fa-css-prefix}-arrow-circle-up:before, .fa-arrow-circle-up:before { content: @fa-var-arrow-circle-up; }\n.@{fa-css-prefix}-arrow-circle-down:before, .fa-arrow-circle-down:before { content: @fa-var-arrow-circle-down; }\n.@{fa-css-prefix}-globe:before, .fa-globe:before { content: @fa-var-globe; }\n.@{fa-css-prefix}-wrench:before, .fa-wrench:before { content: @fa-var-wrench; }\n.@{fa-css-prefix}-tasks:before, .fa-tasks:before { content: @fa-var-tasks; }\n.@{fa-css-prefix}-filter:before, .fa-filter:before { content: @fa-var-filter; }\n.@{fa-css-prefix}-briefcase:before, .fa-briefcase:before { content: @fa-var-briefcase; }\n.@{fa-css-prefix}-arrows-alt:before, .fa-arrows-alt:before { content: @fa-var-arrows-alt; }\n.@{fa-css-prefix}-group:before,\n.@{fa-css-prefix}-users:before, .fa-group:before, .fa-users:before { content: @fa-var-users; }\n.@{fa-css-prefix}-chain:before,\n.@{fa-css-prefix}-link:before, .fa-chain:before, .fa-link:before { content: @fa-var-link; }\n.@{fa-css-prefix}-cloud:before, .fa-cloud:before { content: @fa-var-cloud; }\n.@{fa-css-prefix}-flask:before, .fa-flask:before { content: @fa-var-flask; }\n.@{fa-css-prefix}-cut:before,\n.@{fa-css-prefix}-scissors:before, .fa-cut:before { content: @fa-var-scissors; }\n.@{fa-css-prefix}-copy:before,\n.@{fa-css-prefix}-files-o:before, .fa-copy:before, .fa-files-o:before { content: @fa-var-files-o; }\n.@{fa-css-prefix}-paperclip:before, .fa-paperclip:before { content: @fa-var-paperclip; }\n.@{fa-css-prefix}-save:before,\n.@{fa-css-prefix}-floppy-o:before, .fa-save:before { content: @fa-var-floppy-o; }\n.@{fa-css-prefix}-square:before, .fa-square:before { content: @fa-var-square; }\n.@{fa-css-prefix}-navicon:before,\n.@{fa-css-prefix}-reorder:before,\n.@{fa-css-prefix}-bars:before, .fa-bars:before, .fa-navicon:before, .fa-reorder:before { content: @fa-var-bars; }\n.@{fa-css-prefix}-list-ul:before, .fa-list-ul:before { content: @fa-var-list-ul; }\n.@{fa-css-prefix}-list-ol:before, .fa-list-ol:before { content: @fa-var-list-ol; }\n.@{fa-css-prefix}-strikethrough:before, .fa-strikethrough:before { content: @fa-var-strikethrough; }\n.@{fa-css-prefix}-underline:before, .fa-underline:before { content: @fa-var-underline; }\n.@{fa-css-prefix}-table:before, .fa-table:before { content: @fa-var-table; }\n.@{fa-css-prefix}-magic:before, .fa-magic:before { content: @fa-var-magic; }\n.@{fa-css-prefix}-truck:before, .fa-truck:before { content: @fa-var-truck; }\n.@{fa-css-prefix}-pinterest:before, .fa-pinterest:before { content: @fa-var-pinterest; }\n.@{fa-css-prefix}-pinterest-square:before, .fa-pinterest-square:before { content: @fa-var-pinterest-square; }\n.@{fa-css-prefix}-google-plus-square:before, .fa-google-plus-square:before { content: @fa-var-google-plus-square; }\n.@{fa-css-prefix}-google-plus:before, .fa-google-plus:before { content: @fa-var-google-plus; }\n.@{fa-css-prefix}-money:before, .fa-money:before { content: @fa-var-money; }\n.@{fa-css-prefix}-caret-down:before, .fa-caret-down:before { content: @fa-var-caret-down; }\n.@{fa-css-prefix}-caret-up:before, .fa-caret-up:before { content: @fa-var-caret-up; }\n.@{fa-css-prefix}-caret-left:before, .fa-caret-left:before { content: @fa-var-caret-left; }\n.@{fa-css-prefix}-caret-right:before, .fa-caret-right:before { content: @fa-var-caret-right; }\n.@{fa-css-prefix}-columns:before, .fa-columns:before { content: @fa-var-columns; }\n.@{fa-css-prefix}-unsorted:before,\n.@{fa-css-prefix}-sort:before, .fa-sort:before, .fa-unsorted:before { content: @fa-var-sort; }\n.@{fa-css-prefix}-sort-down:before,\n.@{fa-css-prefix}-sort-desc:before, .fa-sort-down:before, .fa-sort-desc:before { content: @fa-var-sort-desc; }\n.@{fa-css-prefix}-sort-up:before,\n.@{fa-css-prefix}-sort-asc:before, .fa-sort-up:before, .fa-sort-asc:before { content: @fa-var-sort-asc; }\n.@{fa-css-prefix}-envelope:before, .fa-envelope:before { content: @fa-var-envelope; }\n.@{fa-css-prefix}-linkedin:before, .fa-linkedin:before { content: @fa-var-linkedin; }\n.@{fa-css-prefix}-rotate-left:before,\n.@{fa-css-prefix}-undo:before, .fa-undo:before, .fa-rotate-left:before { content: @fa-var-undo; }\n.@{fa-css-prefix}-legal:before,\n.@{fa-css-prefix}-gavel:before, .fa-gavel:before, .fa-legal:before { content: @fa-var-gavel; }\n.@{fa-css-prefix}-dashboard:before,\n.@{fa-css-prefix}-tachometer:before, .fa-tachometer:before, .fa-dashboard:before { content: @fa-var-tachometer; }\n.@{fa-css-prefix}-comment-o:before, .fa-comment-o:before { content: @fa-var-comment-o; }\n.@{fa-css-prefix}-comments-o:before, .fa-comments-o:before { content: @fa-var-comments-o; }\n.@{fa-css-prefix}-flash:before,\n.@{fa-css-prefix}-bolt:before, .fa-bolt:before, .fa-flash:before { content: @fa-var-bolt; }\n.@{fa-css-prefix}-sitemap:before, .fa-sitemap:before { content: @fa-var-sitemap; }\n.@{fa-css-prefix}-umbrella:before, .fa-umbrella:before { content: @fa-var-umbrella; }\n.@{fa-css-prefix}-paste:before,\n.@{fa-css-prefix}-clipboard:before, .fa-clipboard:before, .fa-paste:before { content: @fa-var-clipboard; }\n.@{fa-css-prefix}-lightbulb-o:before, .fa-lightbulb-o:before { content: @fa-var-lightbulb-o; }\n.@{fa-css-prefix}-exchange:before, .fa-exchange:before { content: @fa-var-exchange; }\n.@{fa-css-prefix}-cloud-download:before, .fa-cloud-download:before { content: @fa-var-cloud-download; }\n.@{fa-css-prefix}-cloud-upload:before, .fa-cloud-upload:before { content: @fa-var-cloud-upload; }\n.@{fa-css-prefix}-user-md:before, .fa-user-md:before { content: @fa-var-user-md; }\n.@{fa-css-prefix}-stethoscope:before, .fa-stethoscope:before { content: @fa-var-stethoscope; }\n.@{fa-css-prefix}-suitcase:before, .fa-suitcase:before { content: @fa-var-suitcase; }\n.@{fa-css-prefix}-bell-o:before, .fa-bell-o:before { content: @fa-var-bell-o; }\n.@{fa-css-prefix}-coffee:before, .fa-coffee:before { content: @fa-var-coffee; }\n.@{fa-css-prefix}-cutlery:before, .fa-cutlery:before { content: @fa-var-cutlery; }\n.@{fa-css-prefix}-file-text-o:before, .fa-file-text-o:before { content: @fa-var-file-text-o; }\n.@{fa-css-prefix}-building-o:before, .fa-building-o:before { content: @fa-var-building-o; }\n.@{fa-css-prefix}-hospital-o:before, .fa-hospital-o:before { content: @fa-var-hospital-o; }\n.@{fa-css-prefix}-ambulance:before, .fa-ambulance:before { content: @fa-var-ambulance; }\n.@{fa-css-prefix}-medkit:before, .fa-medkit:before { content: @fa-var-medkit; }\n.@{fa-css-prefix}-fighter-jet:before, .fa-fighter-jet:before { content: @fa-var-fighter-jet; }\n.@{fa-css-prefix}-beer:before, .fa-beer:before { content: @fa-var-beer; }\n.@{fa-css-prefix}-h-square:before, .fa-h-square:before { content: @fa-var-h-square; }\n.@{fa-css-prefix}-plus-square:before, .fa-plus-square:before { content: @fa-var-plus-square; }\n.@{fa-css-prefix}-angle-double-left:before, .fa-angle-double-left:before { content: @fa-var-angle-double-left; }\n.@{fa-css-prefix}-angle-double-right:before, .fa-angle-double-right:before { content: @fa-var-angle-double-right; }\n.@{fa-css-prefix}-angle-double-up:before, .fa-angle-double-up:before { content: @fa-var-angle-double-up; }\n.@{fa-css-prefix}-angle-double-down:before, .fa-angle-double-down:before { content: @fa-var-angle-double-down; }\n.@{fa-css-prefix}-angle-left:before, .fa-angle-left:before { content: @fa-var-angle-left; }\n.@{fa-css-prefix}-angle-right:before, .fa-angle-right:before { content: @fa-var-angle-right; }\n.@{fa-css-prefix}-angle-up:before, .fa-angle-up:before { content: @fa-var-angle-up; }\n.@{fa-css-prefix}-angle-down:before, .fa-angle-down:before { content: @fa-var-angle-down; }\n.@{fa-css-prefix}-desktop:before, .fa-desktop:before { content: @fa-var-desktop; }\n.@{fa-css-prefix}-laptop:before, .fa-laptop:before { content: @fa-var-laptop; }\n.@{fa-css-prefix}-tablet:before, .fa-tablet:before { content: @fa-var-tablet; }\n.@{fa-css-prefix}-mobile-phone:before,\n.@{fa-css-prefix}-mobile:before, .fa-mobile:before, .fa-mobile-phone:before { content: @fa-var-mobile; }\n.@{fa-css-prefix}-circle-o:before, .fa-circle-o:before { content: @fa-var-circle-o; }\n.@{fa-css-prefix}-quote-left:before, .fa-quote-left:before { content: @fa-var-quote-left; }\n.@{fa-css-prefix}-quote-right:before, .fa-quote-right:before { content: @fa-var-quote-right; }\n.@{fa-css-prefix}-spinner:before, .fa-spinner:before { content: @fa-var-spinner; }\n.@{fa-css-prefix}-circle:before, .fa-circle:before { content: @fa-var-circle; }\n.@{fa-css-prefix}-mail-reply:before,\n.@{fa-css-prefix}-reply:before, .fa-reply:before, .fa-mail-reply:before { content: @fa-var-reply; }\n.@{fa-css-prefix}-github-alt:before, .fa-github-alt:before { content: @fa-var-github-alt; }\n.@{fa-css-prefix}-folder-o:before, .fa-folder-o:before { content: @fa-var-folder-o; }\n.@{fa-css-prefix}-folder-open-o:before, .fa-folder-open-o:before { content: @fa-var-folder-open-o; }\n.@{fa-css-prefix}-smile-o:before, .fa-smile-o:before { content: @fa-var-smile-o; }\n.@{fa-css-prefix}-frown-o:before, .fa-frown-o:before { content: @fa-var-frown-o; }\n.@{fa-css-prefix}-meh-o:before, .fa-meh-o:before { content: @fa-var-meh-o; }\n.@{fa-css-prefix}-gamepad:before, .fa-gamepad:before { content: @fa-var-gamepad; }\n.@{fa-css-prefix}-keyboard-o:before, .fa-keyboard-o:before { content: @fa-var-keyboard-o; }\n.@{fa-css-prefix}-flag-o:before, .fa-flag-o:before { content: @fa-var-flag-o; }\n.@{fa-css-prefix}-flag-checkered:before, .fa-flag-checkered:before { content: @fa-var-flag-checkered; }\n.@{fa-css-prefix}-terminal:before, .fa-terminal:before { content: @fa-var-terminal; }\n.@{fa-css-prefix}-code:before, .fa-code:before { content: @fa-var-code; }\n.@{fa-css-prefix}-mail-reply-all:before,\n.@{fa-css-prefix}-reply-all:before, .fa-reply-all:before, .fa-mail-reply-all:before { content: @fa-var-reply-all; }\n.@{fa-css-prefix}-star-half-empty:before,\n.@{fa-css-prefix}-star-half-full:before,\n.@{fa-css-prefix}-star-half-o:before, .fa-star-half-o:before, .fa-star-half-empty:before, .fa-star-half-full:before { content: @fa-var-star-half-o; }\n.@{fa-css-prefix}-location-arrow:before, .fa-location-arrow:before { content: @fa-var-location-arrow; }\n.@{fa-css-prefix}-crop:before, .fa-crop:before { content: @fa-var-crop; }\n.@{fa-css-prefix}-code-fork:before, .fa-code-fork:before { content: @fa-var-code-fork; }\n.@{fa-css-prefix}-unlink:before,\n.@{fa-css-prefix}-chain-broken:before, .fa-chain-broken:before, .fa-unlink:before { content: @fa-var-chain-broken; }\n.@{fa-css-prefix}-question:before, .fa-question:before { content: @fa-var-question; }\n.@{fa-css-prefix}-info:before, .fa-info:before { content: @fa-var-info; }\n.@{fa-css-prefix}-exclamation:before, .fa-exclamation:before { content: @fa-var-exclamation; }\n.@{fa-css-prefix}-superscript:before, .fa-superscript:before { content: @fa-var-superscript; }\n.@{fa-css-prefix}-subscript:before, .fa-subscript:before { content: @fa-var-subscript; }\n.@{fa-css-prefix}-eraser:before, .fa-eraser:before { content: @fa-var-eraser; }\n.@{fa-css-prefix}-puzzle-piece:before, .fa-puzzle-piece:before { content: @fa-var-puzzle-piece; }\n.@{fa-css-prefix}-microphone:before, .fa-microphone:before { content: @fa-var-microphone; }\n.@{fa-css-prefix}-microphone-slash:before, .fa-microphone-slash:before { content: @fa-var-microphone-slash; }\n.@{fa-css-prefix}-shield:before, .fa-shield:before { content: @fa-var-shield; }\n.@{fa-css-prefix}-calendar-o:before, .fa-calendar-o:before { content: @fa-var-calendar-o; }\n.@{fa-css-prefix}-fire-extinguisher:before, .fa-fire-extinguisher:before { content: @fa-var-fire-extinguisher; }\n.@{fa-css-prefix}-rocket:before, .fa-rocket:before { content: @fa-var-rocket; }\n.@{fa-css-prefix}-maxcdn:before, .fa-maxcdn:before { content: @fa-var-maxcdn; }\n.@{fa-css-prefix}-chevron-circle-left:before, .fa-chevron-circle-left:before { content: @fa-var-chevron-circle-left; }\n.@{fa-css-prefix}-chevron-circle-right:before, .fa-chevron-circle-right:before { content: @fa-var-chevron-circle-right; }\n.@{fa-css-prefix}-chevron-circle-up:before, .fa-chevron-circle-up:before { content: @fa-var-chevron-circle-up; }\n.@{fa-css-prefix}-chevron-circle-down:before, .fa-chevron-circle-down:before { content: @fa-var-chevron-circle-down; }\n.@{fa-css-prefix}-html5:before, .fa-html5:before { content: @fa-var-html5; }\n.@{fa-css-prefix}-css3:before, .fa-css3:before { content: @fa-var-css3; }\n.@{fa-css-prefix}-anchor:before, .fa-anchor:before { content: @fa-var-anchor; }\n.@{fa-css-prefix}-unlock-alt:before, .fa-unlock-alt:before { content: @fa-var-unlock-alt; }\n.@{fa-css-prefix}-bullseye:before, .fa-bullseye:before { content: @fa-var-bullseye; }\n.@{fa-css-prefix}-ellipsis-h:before, .fa-ellipsis-h:before { content: @fa-var-ellipsis-h; }\n.@{fa-css-prefix}-ellipsis-v:before, .fa-ellipsis-v:before { content: @fa-var-ellipsis-v; }\n.@{fa-css-prefix}-rss-square:before, .fa-rss-square:before { content: @fa-var-rss-square; }\n.@{fa-css-prefix}-play-circle:before, .fa-play-circle:before { content: @fa-var-play-circle; }\n.@{fa-css-prefix}-ticket:before, .fa-ticket:before { content: @fa-var-ticket; }\n.@{fa-css-prefix}-minus-square:before, .fa-minus-square:before { content: @fa-var-minus-square; }\n.@{fa-css-prefix}-minus-square-o:before, .fa-minus-square-o:before { content: @fa-var-minus-square-o; }\n.@{fa-css-prefix}-level-up:before, .fa-level-up:before { content: @fa-var-level-up; }\n.@{fa-css-prefix}-level-down:before, .fa-level-down:before { content: @fa-var-level-down; }\n.@{fa-css-prefix}-check-square:before, .fa-check-square:before { content: @fa-var-check-square; }\n.@{fa-css-prefix}-pencil-square:before, .fa-pencil-square:before { content: @fa-var-pencil-square; }\n.@{fa-css-prefix}-external-link-square:before, .fa-external-link-square:before { content: @fa-var-external-link-square; }\n.@{fa-css-prefix}-share-square:before, .fa-share-square:before { content: @fa-var-share-square; }\n.@{fa-css-prefix}-compass:before, .fa-compass:before { content: @fa-var-compass; }\n.@{fa-css-prefix}-toggle-down:before,\n.@{fa-css-prefix}-caret-square-o-down:before, .fa-caret-square-o-down:before, .fa-toggle-down:before { content: @fa-var-caret-square-o-down; }\n.@{fa-css-prefix}-toggle-up:before,\n.@{fa-css-prefix}-caret-square-o-up:before, .fa-caret-square-o-up:before, .fa-toggle-up:before { content: @fa-var-caret-square-o-up; }\n.@{fa-css-prefix}-toggle-right:before,\n.@{fa-css-prefix}-caret-square-o-right:before, .fa-caret-square-o-right:before, .fa-toggle-right:before { content: @fa-var-caret-square-o-right; }\n.@{fa-css-prefix}-euro:before,\n.@{fa-css-prefix}-eur:before, .fa-eur:before, .fa-euro:before { content: @fa-var-eur; }\n.@{fa-css-prefix}-gbp:before, .fa-gbp:before { content: @fa-var-gbp; }\n.@{fa-css-prefix}-dollar:before,\n.@{fa-css-prefix}-usd:before, .fa-usd:before, .fa-dollar:before { content: @fa-var-usd; }\n.@{fa-css-prefix}-rupee:before,\n.@{fa-css-prefix}-inr:before, .fa-inr:before, .fa-rupee:before { content: @fa-var-inr; }\n.@{fa-css-prefix}-cny:before,\n.@{fa-css-prefix}-rmb:before,\n.@{fa-css-prefix}-yen:before,\n.@{fa-css-prefix}-jpy:before, .fa-jpy:before, .fa-cny:before, .fa-rmb:before, .fa-yen:before { content: @fa-var-jpy; }\n.@{fa-css-prefix}-ruble:before,\n.@{fa-css-prefix}-rouble:before,\n.@{fa-css-prefix}-rub:before, .fa-rub:before, .fa-ruble:before, .fa-rouble:before { content: @fa-var-rub; }\n.@{fa-css-prefix}-won:before,\n.@{fa-css-prefix}-krw:before, .fa-krw:before, .fa-won:before { content: @fa-var-krw; }\n.@{fa-css-prefix}-bitcoin:before,\n.@{fa-css-prefix}-btc:before, .fa-btc:before, .fa-bitcoin:before { content: @fa-var-btc; }\n.@{fa-css-prefix}-file:before, .fa-file:before { content: @fa-var-file; }\n.@{fa-css-prefix}-file-text:before, .fa-file-text:before { content: @fa-var-file-text; }\n.@{fa-css-prefix}-sort-alpha-asc:before, .fa-sort-alpha-asc:before { content: @fa-var-sort-alpha-asc; }\n.@{fa-css-prefix}-sort-alpha-desc:before, .fa-sort-alpha-desc:before { content: @fa-var-sort-alpha-desc; }\n.@{fa-css-prefix}-sort-amount-asc:before, .fa-sort-amount-asc:before { content: @fa-var-sort-amount-asc; }\n.@{fa-css-prefix}-sort-amount-desc:before, .fa-sort-amount-desc:before { content: @fa-var-sort-amount-desc; }\n.@{fa-css-prefix}-sort-numeric-asc:before, .fa-sort-numeric-asc:before { content: @fa-var-sort-numeric-asc; }\n.@{fa-css-prefix}-sort-numeric-desc:before, .fa-sort-numeric-desc:before { content: @fa-var-sort-numeric-desc; }\n.@{fa-css-prefix}-thumbs-up:before, .fa-thumbs-up:before { content: @fa-var-thumbs-up; }\n.@{fa-css-prefix}-thumbs-down:before, .fa-thumbs-down:before { content: @fa-var-thumbs-down; }\n.@{fa-css-prefix}-youtube-square:before, .fa-youtube-square:before { content: @fa-var-youtube-square; }\n.@{fa-css-prefix}-youtube:before, .fa-youtube:before { content: @fa-var-youtube; }\n.@{fa-css-prefix}-xing:before, .fa-xing:before { content: @fa-var-xing; }\n.@{fa-css-prefix}-xing-square:before, .fa-xing-square:before { content: @fa-var-xing-square; }\n.@{fa-css-prefix}-youtube-play:before, .fa-youtube-play:before { content: @fa-var-youtube-play; }\n.@{fa-css-prefix}-dropbox:before, .fa-dropbox:before { content: @fa-var-dropbox; }\n.@{fa-css-prefix}-stack-overflow:before, .fa-stack-overflow:before { content: @fa-var-stack-overflow; }\n.@{fa-css-prefix}-instagram:before, .fa-instagram:before { content: @fa-var-instagram; }\n.@{fa-css-prefix}-flickr:before, .fa-flickr:before { content: @fa-var-flickr; }\n.@{fa-css-prefix}-adn:before, .fa-adn:before { content: @fa-var-adn; }\n.@{fa-css-prefix}-bitbucket:before, .fa-bitbucket:before { content: @fa-var-bitbucket; }\n.@{fa-css-prefix}-bitbucket-square:before, .fa-bitbucket-square:before { content: @fa-var-bitbucket-square; }\n.@{fa-css-prefix}-tumblr:before, .fa-tumblr:before { content: @fa-var-tumblr; }\n.@{fa-css-prefix}-tumblr-square:before, .fa-tumblr-square:before { content: @fa-var-tumblr-square; }\n.@{fa-css-prefix}-long-arrow-down:before, .fa-long-arrow-down:before { content: @fa-var-long-arrow-down; }\n.@{fa-css-prefix}-long-arrow-up:before, .fa-long-arrow-up:before { content: @fa-var-long-arrow-up; }\n.@{fa-css-prefix}-long-arrow-left:before, .fa-long-arrow-left:before { content: @fa-var-long-arrow-left; }\n.@{fa-css-prefix}-long-arrow-right:before, .fa-long-arrow-right:before { content: @fa-var-long-arrow-right; }\n.@{fa-css-prefix}-apple:before, .fa-apple:before { content: @fa-var-apple; }\n.@{fa-css-prefix}-windows:before, .fa-windows:before { content: @fa-var-windows; }\n.@{fa-css-prefix}-android:before, .fa-android:before { content: @fa-var-android; }\n.@{fa-css-prefix}-linux:before, .fa-linux:before { content: @fa-var-linux; }\n.@{fa-css-prefix}-dribbble:before, .fa-dribbble:before { content: @fa-var-dribbble; }\n.@{fa-css-prefix}-skype:before, .fa-skype:before { content: @fa-var-skype; }\n.@{fa-css-prefix}-foursquare:before, .fa-foursquare:before { content: @fa-var-foursquare; }\n.@{fa-css-prefix}-trello:before, .fa-trello:before { content: @fa-var-trello; }\n.@{fa-css-prefix}-female:before, .fa-female:before { content: @fa-var-female; }\n.@{fa-css-prefix}-male:before, .fa-male:before { content: @fa-var-male; }\n.@{fa-css-prefix}-gittip:before, .fa-gittip:before { content: @fa-var-gittip; }\n.@{fa-css-prefix}-gratipay:before, .fa-gratipay:before { content: @fa-var-gratipay; }\n.@{fa-css-prefix}-sun-o:before, .fa-sun-o:before { content: @fa-var-sun-o; }\n.@{fa-css-prefix}-moon-o:before, .fa-moon-o:before { content: @fa-var-moon-o; }\n.@{fa-css-prefix}-archive:before, .fa-archive:before { content: @fa-var-archive; }\n.@{fa-css-prefix}-bug:before, .fa-bug:before { content: @fa-var-bug; }\n.@{fa-css-prefix}-vk:before, .fa-vk:before { content: @fa-var-vk; }\n.@{fa-css-prefix}-weibo:before, .fa-weibo:before { content: @fa-var-weibo; }\n.@{fa-css-prefix}-renren:before, .fa-renren:before { content: @fa-var-renren; }\n.@{fa-css-prefix}-pagelines:before, .fa-pagelines:before { content: @fa-var-pagelines; }\n.@{fa-css-prefix}-stack-exchange:before, .fa-stack-exchange:before { content: @fa-var-stack-exchange; }\n.@{fa-css-prefix}-arrow-circle-o-right:before, .fa-arrow-circle-o-right:before { content: @fa-var-arrow-circle-o-right; }\n.@{fa-css-prefix}-arrow-circle-o-left:before, .fa-arrow-circle-o-left:before { content: @fa-var-arrow-circle-o-left; }\n.@{fa-css-prefix}-toggle-left:before,\n.@{fa-css-prefix}-caret-square-o-left:before, .fa-caret-square-o-left:before, .fa-toggle-left:before { content: @fa-var-caret-square-o-left; }\n.@{fa-css-prefix}-dot-circle-o:before, .fa-dot-circle-o:before { content: @fa-var-dot-circle-o; }\n.@{fa-css-prefix}-wheelchair:before, .fa-wheelchair:before { content: @fa-var-wheelchair; }\n.@{fa-css-prefix}-vimeo-square:before, .fa-vimeo-square:before { content: @fa-var-vimeo-square; }\n.@{fa-css-prefix}-turkish-lira:before,\n.@{fa-css-prefix}-try:before, .fa-try:before, .fa-turkish-lira:before { content: @fa-var-try; }\n.@{fa-css-prefix}-plus-square-o:before, .fa-plus-square-o:before { content: @fa-var-plus-square-o; }\n.@{fa-css-prefix}-space-shuttle:before, .fa-space-shuttle:before { content: @fa-var-space-shuttle; }\n.@{fa-css-prefix}-slack:before, .fa-slack:before { content: @fa-var-slack; }\n.@{fa-css-prefix}-envelope-square:before, .fa-envelope-square:before { content: @fa-var-envelope-square; }\n.@{fa-css-prefix}-wordpress:before, .fa-wordpress:before { content: @fa-var-wordpress; }\n.@{fa-css-prefix}-openid:before, .fa-openid:before { content: @fa-var-openid; }\n.@{fa-css-prefix}-institution:before,\n.@{fa-css-prefix}-bank:before,\n.@{fa-css-prefix}-university:before, .fa-university:before, .fa-institution:before, .fa-bank:before { content: @fa-var-university; }\n.@{fa-css-prefix}-mortar-board:before,\n.@{fa-css-prefix}-graduation-cap:before, .fa-graduation-cap:before, .fa-mortar-board:before { content: @fa-var-graduation-cap; }\n.@{fa-css-prefix}-yahoo:before, .fa-yahoo:before { content: @fa-var-yahoo; }\n.@{fa-css-prefix}-google:before, .fa-google:before { content: @fa-var-google; }\n.@{fa-css-prefix}-reddit:before, .fa-reddit:before { content: @fa-var-reddit; }\n.@{fa-css-prefix}-reddit-square:before, .fa-reddit-square:before { content: @fa-var-reddit-square; }\n.@{fa-css-prefix}-stumbleupon-circle:before, .fa-stumbleupon-circle:before { content: @fa-var-stumbleupon-circle; }\n.@{fa-css-prefix}-stumbleupon:before, .fa-stumbleupon:before { content: @fa-var-stumbleupon; }\n.@{fa-css-prefix}-delicious:before, .fa-delicious:before { content: @fa-var-delicious; }\n.@{fa-css-prefix}-digg:before, .fa-digg:before { content: @fa-var-digg; }\n.@{fa-css-prefix}-pied-piper:before, .fa-pied-piper:before { content: @fa-var-pied-piper; }\n.@{fa-css-prefix}-pied-piper-alt:before, .fa-pied-piper-alt:before { content: @fa-var-pied-piper-alt; }\n.@{fa-css-prefix}-drupal:before, .fa-drupal:before { content: @fa-var-drupal; }\n.@{fa-css-prefix}-joomla:before, .fa-joomla:before { content: @fa-var-joomla; }\n.@{fa-css-prefix}-language:before, .fa-language:before { content: @fa-var-language; }\n.@{fa-css-prefix}-fax:before, .fa-fax:before { content: @fa-var-fax; }\n.@{fa-css-prefix}-building:before, .fa-building:before { content: @fa-var-building; }\n.@{fa-css-prefix}-child:before, .fa-child:before { content: @fa-var-child; }\n.@{fa-css-prefix}-paw:before, .fa-paw:before { content: @fa-var-paw; }\n.@{fa-css-prefix}-spoon:before, .fa-spoon:before { content: @fa-var-spoon; }\n.@{fa-css-prefix}-cube:before, .fa-cube:before { content: @fa-var-cube; }\n.@{fa-css-prefix}-cubes:before, .fa-cubes:before { content: @fa-var-cubes; }\n.@{fa-css-prefix}-behance:before, .fa-behance:before { content: @fa-var-behance; }\n.@{fa-css-prefix}-behance-square:before, .fa-behance-square:before { content: @fa-var-behance-square; }\n.@{fa-css-prefix}-steam:before, .fa-steam:before { content: @fa-var-steam; }\n.@{fa-css-prefix}-steam-square:before, .fa-steam-square:before { content: @fa-var-steam-square; }\n.@{fa-css-prefix}-recycle:before, .fa-recycle:before { content: @fa-var-recycle; }\n.@{fa-css-prefix}-automobile:before,\n.@{fa-css-prefix}-car:before, .fa-car:before, .fa-automobile:before { content: @fa-var-car; }\n.@{fa-css-prefix}-cab:before,\n.@{fa-css-prefix}-taxi:before, .fa-taxi:before, .fa-cab:before { content: @fa-var-taxi; }\n.@{fa-css-prefix}-tree:before, .fa-tree:before { content: @fa-var-tree; }\n.@{fa-css-prefix}-spotify:before, .fa-spotify:before { content: @fa-var-spotify; }\n.@{fa-css-prefix}-deviantart:before, .fa-deviantart:before { content: @fa-var-deviantart; }\n.@{fa-css-prefix}-soundcloud:before, .fa-soundcloud:before { content: @fa-var-soundcloud; }\n.@{fa-css-prefix}-database:before, .fa-database:before { content: @fa-var-database; }\n.@{fa-css-prefix}-file-pdf-o:before, .fa-file-pdf-o:before { content: @fa-var-file-pdf-o; }\n.@{fa-css-prefix}-file-word-o:before, .fa-file-word-o:before { content: @fa-var-file-word-o; }\n.@{fa-css-prefix}-file-excel-o:before, .fa-file-excel-o:before { content: @fa-var-file-excel-o; }\n.@{fa-css-prefix}-file-powerpoint-o:before, .fa-file-powerpoint-o:before { content: @fa-var-file-powerpoint-o; }\n.@{fa-css-prefix}-file-photo-o:before,\n.@{fa-css-prefix}-file-picture-o:before,\n.@{fa-css-prefix}-file-image-o:before, .fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before { content: @fa-var-file-image-o; }\n.@{fa-css-prefix}-file-zip-o:before,\n.@{fa-css-prefix}-file-archive-o:before, .fa-file-archive-o:before, .fa-zip-o:before { content: @fa-var-file-archive-o; }\n.@{fa-css-prefix}-file-sound-o:before,\n.@{fa-css-prefix}-file-audio-o:before, .fa-file-audio-o:before, .fa-sound-o:before { content: @fa-var-file-audio-o; }\n.@{fa-css-prefix}-file-movie-o:before,\n.@{fa-css-prefix}-file-video-o:before, .fa-file-video-o:before, .fa-file-movie-o:before { content: @fa-var-file-video-o; }\n.@{fa-css-prefix}-file-code-o:before, .fa-file-code-o:before { content: @fa-var-file-code-o; }\n.@{fa-css-prefix}-vine:before, .fa-vine:before { content: @fa-var-vine; }\n.@{fa-css-prefix}-codepen:before, .fa-codepen:before { content: @fa-var-codepen; }\n.@{fa-css-prefix}-jsfiddle:before, .fa-jsfiddle:before { content: @fa-var-jsfiddle; }\n.@{fa-css-prefix}-life-bouy:before,\n.@{fa-css-prefix}-life-buoy:before,\n.@{fa-css-prefix}-life-saver:before,\n.@{fa-css-prefix}-support:before,\n.@{fa-css-prefix}-life-ring:before, .fa-life-ring:before, .fa-life-bouy:before, .fa-life-buoy:before, .fa-support:before { content: @fa-var-life-ring; }\n.@{fa-css-prefix}-circle-o-notch:before, .fa-circle-o-notch:before { content: @fa-var-circle-o-notch; }\n.@{fa-css-prefix}-ra:before,\n.@{fa-css-prefix}-rebel:before, .fa-rebel:before, .fa-ra:before { content: @fa-var-rebel; }\n.@{fa-css-prefix}-ge:before,\n.@{fa-css-prefix}-empire:before, .fa-empire:before, .fa-ge:before { content: @fa-var-empire; }\n.@{fa-css-prefix}-git-square:before, .fa-git-square:before { content: @fa-var-git-square; }\n.@{fa-css-prefix}-git:before, .fa-git:before { content: @fa-var-git; }\n.@{fa-css-prefix}-y-combinator-square:before, fa-y-combinator-square:before,\n.@{fa-css-prefix}-yc-square:before, fa-yc-square:before,\n.@{fa-css-prefix}-hacker-news:before, .fa-hacker-news:before { content: @fa-var-hacker-news; }\n.@{fa-css-prefix}-tencent-weibo:before, .fa-tencent-weibo:before { content: @fa-var-tencent-weibo; }\n.@{fa-css-prefix}-qq:before, .fa-qq:before { content: @fa-var-qq; }\n.@{fa-css-prefix}-wechat:before,\n.@{fa-css-prefix}-weixin:before, .fa-weixin:before, .fa-wechat:before { content: @fa-var-weixin; }\n.@{fa-css-prefix}-send:before,\n.@{fa-css-prefix}-paper-plane:before, .fa-paper-plane:before, .fa-send:before { content: @fa-var-paper-plane; }\n.@{fa-css-prefix}-send-o:before,\n.@{fa-css-prefix}-paper-plane-o:before, .fa-paper-plane-o:before, .fa-send-o:before { content: @fa-var-paper-plane-o; }\n.@{fa-css-prefix}-history:before, .fa-history:before { content: @fa-var-history; }\n.@{fa-css-prefix}-circle-thin:before, .fa-circle-thin:before { content: @fa-var-circle-thin; }\n.@{fa-css-prefix}-header:before, .fa-header:before { content: @fa-var-header; }\n.@{fa-css-prefix}-paragraph:before, .fa-paragraph:before { content: @fa-var-paragraph; }\n.@{fa-css-prefix}-sliders:before, .fa-sliders:before { content: @fa-var-sliders; }\n.@{fa-css-prefix}-share-alt:before, .fa-share-alt:before { content: @fa-var-share-alt; }\n.@{fa-css-prefix}-share-alt-square:before, .fa-share-alt-square:before { content: @fa-var-share-alt-square; }\n.@{fa-css-prefix}-bomb:before, .fa-bomb:before { content: @fa-var-bomb; }\n.@{fa-css-prefix}-soccer-ball-o:before,\n.@{fa-css-prefix}-futbol-o:before, .fa-futbol-o:before, .fa-soccer-ball-o:before { content: @fa-var-futbol-o; }\n.@{fa-css-prefix}-tty:before, .fa-tty:before { content: @fa-var-tty; }\n.@{fa-css-prefix}-binoculars:before, .fa-binoculars:before { content: @fa-var-binoculars; }\n.@{fa-css-prefix}-plug:before, .fa-plug:before { content: @fa-var-plug; }\n.@{fa-css-prefix}-slideshare:before, .fa-slideshare:before { content: @fa-var-slideshare; }\n.@{fa-css-prefix}-twitch:before, .fa-twitch:before { content: @fa-var-twitch; }\n.@{fa-css-prefix}-yelp:before, .fa-yelp:before { content: @fa-var-yelp; }\n.@{fa-css-prefix}-newspaper-o:before, .fa-newspaper-o:before { content: @fa-var-newspaper-o; }\n.@{fa-css-prefix}-wifi:before, .fa-wifi:before { content: @fa-var-wifi; }\n.@{fa-css-prefix}-calculator:before, .fa-calculator:before { content: @fa-var-calculator; }\n.@{fa-css-prefix}-paypal:before, .fa-paypal:before { content: @fa-var-paypal; }\n.@{fa-css-prefix}-google-wallet:before, .fa-google-wallet:before { content: @fa-var-google-wallet; }\n.@{fa-css-prefix}-cc-visa:before, .fa-cc-visa:before { content: @fa-var-cc-visa; }\n.@{fa-css-prefix}-cc-mastercard:before, .fa-cc-mastercard:before { content: @fa-var-cc-mastercard; }\n.@{fa-css-prefix}-cc-discover:before, .fa-cc-discover:before { content: @fa-var-cc-discover; }\n.@{fa-css-prefix}-cc-amex:before, .fa-cc-amex:before { content: @fa-var-cc-amex; }\n.@{fa-css-prefix}-cc-paypal:before, .fa-cc-paypal:before { content: @fa-var-cc-paypal; }\n.@{fa-css-prefix}-cc-stripe:before, .fa-cc-stripe:before { content: @fa-var-cc-stripe; }\n.@{fa-css-prefix}-bell-slash:before, .fa-bell-slash:before { content: @fa-var-bell-slash; }\n.@{fa-css-prefix}-bell-slash-o:before, .fa-bell-slash-o:before { content: @fa-var-bell-slash-o; }\n.@{fa-css-prefix}-trash:before, .fa-trash:before { content: @fa-var-trash; }\n.@{fa-css-prefix}-copyright:before, .fa-copyright:before { content: @fa-var-copyright; }\n.@{fa-css-prefix}-at:before, .fa-at:before { content: @fa-var-at; }\n.@{fa-css-prefix}-eyedropper:before, .fa-eyedropper:before { content: @fa-var-eyedropper; }\n.@{fa-css-prefix}-paint-brush:before, .fa-paint-brush:before { content: @fa-var-paint-brush; }\n.@{fa-css-prefix}-birthday-cake:before, .fa-birthday-cake:before { content: @fa-var-birthday-cake; }\n.@{fa-css-prefix}-area-chart:before, .fa-area-chart:before { content: @fa-var-area-chart; }\n.@{fa-css-prefix}-pie-chart:before, .fa-pie-chart:before { content: @fa-var-pie-chart; }\n.@{fa-css-prefix}-line-chart:before, .fa-line-chart:before { content: @fa-var-line-chart; }\n.@{fa-css-prefix}-lastfm:before, .fa-lastfm:before { content: @fa-var-lastfm; }\n.@{fa-css-prefix}-lastfm-square:before, .fa-lastfm-square:before { content: @fa-var-lastfm-square; }\n.@{fa-css-prefix}-toggle-off:before, .fa-toggle-off:before { content: @fa-var-toggle-off; }\n.@{fa-css-prefix}-toggle-on:before, .fa-toggle-on:before { content: @fa-var-toggle-on; }\n.@{fa-css-prefix}-bicycle:before, .fa-bicycle:before { content: @fa-var-bicycle; }\n.@{fa-css-prefix}-bus:before, .fa-bus:before { content: @fa-var-bus; }\n.@{fa-css-prefix}-ioxhost:before, .fa-ioxhost:before { content: @fa-var-ioxhost; }\n.@{fa-css-prefix}-angellist:before, .fa-angellist:before { content: @fa-var-angellist; }\n.@{fa-css-prefix}-cc:before, .fa-cc:before { content: @fa-var-cc; }\n.@{fa-css-prefix}-shekel:before,\n.@{fa-css-prefix}-sheqel:before,\n.@{fa-css-prefix}-ils:before, .fa-ils:before, .fa-shekel:before, .fa-sheqel:before { content: @fa-var-ils; }\n.@{fa-css-prefix}-meanpath:before, .fa-meanpath:before { content: @fa-var-meanpath; }\n.@{fa-css-prefix}-buysellads:before, .fa-buysellads:before { content: @fa-var-buysellads; }\n.@{fa-css-prefix}-connectdevelop:before, .fa-connectdevelop:before { content: @fa-var-connectdevelop; }\n.@{fa-css-prefix}-dashcube:before, .fa-dashcube:before { content: @fa-var-dashcube; }\n.@{fa-css-prefix}-forumbee:before, .fa-forumbee:before { content: @fa-var-forumbee; }\n.@{fa-css-prefix}-leanpub:before, .fa-leanpub:before { content: @fa-var-leanpub; }\n.@{fa-css-prefix}-sellsy:before, .fa-sellsy:before { content: @fa-var-sellsy; }\n.@{fa-css-prefix}-shirtsinbulk:before, .fa-shirtsinbulk:before { content: @fa-var-shirtsinbulk; }\n.@{fa-css-prefix}-simplybuilt:before, .fa-simplybuilt:before { content: @fa-var-simplybuilt; }\n.@{fa-css-prefix}-skyatlas:before, .fa-skyatlas:before { content: @fa-var-skyatlas; }\n.@{fa-css-prefix}-cart-plus:before, .fa-cart-plus:before { content: @fa-var-cart-plus; }\n.@{fa-css-prefix}-cart-arrow-down:before, .fa-cart-arrow-down:before { content: @fa-var-cart-arrow-down; }\n.@{fa-css-prefix}-diamond:before, .fa-diamond:before { content: @fa-var-diamond; }\n.@{fa-css-prefix}-ship:before, .fa-ship:before { content: @fa-var-ship; }\n.@{fa-css-prefix}-user-secret:before, .fa-user-secret:before { content: @fa-var-user-secret; }\n.@{fa-css-prefix}-motorcycle:before, .fa-motorcycle:before { content: @fa-var-motorcycle; }\n.@{fa-css-prefix}-street-view:before, .fa-street-view:before { content: @fa-var-street-view; }\n.@{fa-css-prefix}-heartbeat:before, .fa-heartbeat:before { content: @fa-var-heartbeat; }\n.@{fa-css-prefix}-venus:before, .fa-venus:before { content: @fa-var-venus; }\n.@{fa-css-prefix}-mars:before, .fa-mars:before { content: @fa-var-mars; }\n.@{fa-css-prefix}-mercury:before, .fa-mercury:before { content: @fa-var-mercury; }\n.@{fa-css-prefix}-intersex:before, .fa--intersex:before,\n.@{fa-css-prefix}-transgender:before, .fa-transgender:before { content: @fa-var-transgender; }\n.@{fa-css-prefix}-transgender-alt:before, .fa-transgender-alt:before { content: @fa-var-transgender-alt; }\n.@{fa-css-prefix}-venus-double:before, .fa-venus-double:before { content: @fa-var-venus-double; }\n.@{fa-css-prefix}-mars-double:before, .fa-mars-double:before { content: @fa-var-mars-double; }\n.@{fa-css-prefix}-venus-mars:before, .fa-venus-mars:before { content: @fa-var-venus-mars; }\n.@{fa-css-prefix}-mars-stroke:before, .fa-mars-stroke:before { content: @fa-var-mars-stroke; }\n.@{fa-css-prefix}-mars-stroke-v:before, .fa-mars-stroke-v:before { content: @fa-var-mars-stroke-v; }\n.@{fa-css-prefix}-mars-stroke-h:before, .fa-mars-stroke-h:before { content: @fa-var-mars-stroke-h; }\n.@{fa-css-prefix}-neuter:before, .fa-neuter:before { content: @fa-var-neuter; }\n.@{fa-css-prefix}-facebook-official:before, .fa-facebook-official:before { content: @fa-var-facebook-official; }\n.@{fa-css-prefix}-pinterest-p:before, .fa-pinterest-p:before { content: @fa-var-pinterest-p; }\n.@{fa-css-prefix}-whatsapp:before, .fa-whatsapp:before { content: @fa-var-whatsapp; }\n.@{fa-css-prefix}-server:before, .fa-server:before { content: @fa-var-server; }\n.@{fa-css-prefix}-user-plus:before, .fa-user-plus:before { content: @fa-var-user-plus; }\n.@{fa-css-prefix}-user-times:before, .fa-user-times:before { content: @fa-var-user-times; }\n.@{fa-css-prefix}-hotel:before, .fa-hotel:before, .fa-bed:before,\n.@{fa-css-prefix}-bed:before { content: @fa-var-bed; }\n.@{fa-css-prefix}-viacoin:before, .fa-viacoin:before { content: @fa-var-viacoin; }\n.@{fa-css-prefix}-train:before, .fa-train:before { content: @fa-var-train; }\n.@{fa-css-prefix}-subway:before, .fa-subway:before { content: @fa-var-subway; }\n.@{fa-css-prefix}-medium:before, .fa-medium:before { content: @fa-var-medium; }\n\n// pl symlinx\n.@{fa-css-prefix}-remove:before { content: @fa-var-times; }\n.@{fa-css-prefix}-reorder:before { content: @fa-var-bars; }\n.@{fa-css-prefix}-plus-sign:before { content: @fa-var-plus-circle; }\n.@{fa-css-prefix}-ok:before { content: @fa-var-check; }\n.@{fa-css-prefix}-trash:before { content: @fa-var-trash-o; }\n.@{fa-css-prefix}-fullscreen:before { content: @fa-var-arrows-alt; }\n.@{fa-css-prefix}-info-sign:before { content: @fa-var-info-circle; }\n.@{fa-css-prefix}-sun:before { content: @fa-var-sun-o; }\n.@{fa-css-prefix}-picture:before { content: @fa-var-picture-o; }\n.@{fa-css-prefix}-star-empty:before { content: @fa-var-star-o; }\n.@{fa-css-prefix}-zoom-in:before { content: @fa-var-search; }\n.@{fa-css-prefix}-zoom-out:before { content: @fa-var-search-minus; }\n.@{fa-css-prefix}-off:before { content: @fa-var-power-off; }\n.@{fa-css-prefix}-file-alt:before { content: @fa-var-file-o; }\n.@{fa-css-prefix}-download-alt:before { content: @fa-var-download; }\n.@{fa-css-prefix}-indent-left:before { content: @fa-var-indent; }\n.@{fa-css-prefix}-indent-right:before { content: @fa-var-outdent; }\n.@{fa-css-prefix}-facetime-video:before { content: @fa-var-video-camera; }\n.@{fa-css-prefix}-ban-circle:before { content: @fa-var-ban; }\n.@{fa-css-prefix}-bar-chart:before { content: @fa-var-bar-chart-o; }\n.@{fa-css-prefix}-beaker:before { content: @fa-var-flask; }\n.@{fa-css-prefix}-bell-alt:before { content: @fa-var-bell-o; }\n.@{fa-css-prefix}-bitbucket-sign:before { content: @fa-var-bitbucket-square; }\n.@{fa-css-prefix}-bookmark-empty:before { content: @fa-var-bookmark-o; }\n.@{fa-css-prefix}-building:before { content: @fa-var-building-o; }\n.@{fa-css-prefix}-calendar-empty:before { content: @fa-var-calendar-o; }\n.@{fa-css-prefix}-check-empty:before { content: @fa-var-square-o; }\n.@{fa-css-prefix}-check-minus:before { content: @fa-var-minus-square-o; }\n.@{fa-css-prefix}-check-sign:before { content: @fa-var-check-square; }\n.@{fa-css-prefix}-chevron-sign-down:before { content: @fa-var-chevron-circle-down; }\n.@{fa-css-prefix}-chevron-sign-up:before { content: @fa-var-chevron-circle-up; }\n.@{fa-css-prefix}-chevron-sign-left:before { content: @fa-var-chevron-circle-left; }\n.@{fa-css-prefix}-chevron-sign-right:before { content: @fa-var-chevron-circle-right; }\n.@{fa-css-prefix}-circle-arrow-down:before { content: @fa-var-arrow-circle-down; }\n.@{fa-css-prefix}-circle-arrow-up:before { content: @fa-var-arrow-circle-up; }\n.@{fa-css-prefix}-circle-arrow-left:before { content: @fa-var-arrow-circle-left; }\n.@{fa-css-prefix}-circle-arrow-right:before { content: @fa-var-arrow-circle-right; }\n.@{fa-css-prefix}-circle-blank:before { content: @fa-var-circle-o; }\n.@{fa-css-prefix}-collapse:before { content: @fa-var-caret-square-o-down; }\n.@{fa-css-prefix}-collapse-top:before { content: @fa-var-caret-square-o-up; }\n.@{fa-css-prefix}-collapse-alt:before { content: @fa-var-caret-square-o-up; }\n.@{fa-css-prefix}-comment-alt:before { content: @fa-var-comment-o; }\n.@{fa-css-prefix}-comments-alt:before { content: @fa-var-comments-o; }\n.@{fa-css-prefix}-double-angle-down:before { content: @fa-var-angle-double-down; }\n.@{fa-css-prefix}-double-angle-up:before { content: @fa-var-angle-double-up; }\n.@{fa-css-prefix}-double-angle-left:before { content: @fa-var-angle-double-left; }\n.@{fa-css-prefix}-double-angle-right:before { content: @fa-var-angle-double-right; }\n.@{fa-css-prefix}-edit-sign:before { content: @fa-var-pencil-square-o; }\n.@{fa-css-prefix}-ellipsis-horizontal:before { content: @fa-var-ellipsis-h; }\n.@{fa-css-prefix}-ellipsis-vertical:before { content: @fa-var-ellipsis-v; }\n.@{fa-css-prefix}-envelope-alt:before { content: @fa-var-envelope-o; }\n.@{fa-css-prefix}-exclamation-sign:before { content: @fa-var-exclamation-circle; }\n.@{fa-css-prefix}-eye-open:before { content: @fa-var-eye; }\n.@{fa-css-prefix}-eye-close:before { content: @fa-var-eye-slash; }\n.@{fa-css-prefix}-facebook-sign:before { content: @fa-var-facebook-square; }\n.@{fa-css-prefix}-file-text-alt:before { content: @fa-var-file-text-o; }\n.@{fa-css-prefix}-flag-alt:before { content: @fa-var-flag-o; }\n.@{fa-css-prefix}-food:before { content: @fa-var-cutlery; }\n.@{fa-css-prefix}-frown:before { content: @fa-var-frown-o; }\n.@{fa-css-prefix}-github-sign:before { content: @fa-var-github-square; }\n.@{fa-css-prefix}-google-plus-sign:before { content: @fa-var-google-plus-square; }\n.@{fa-css-prefix}-h-sign:before { content: @fa-var-h-square; }\n.@{fa-css-prefix}-hand-up:before { content: @fa-var-hand-o-up; }\n.@{fa-css-prefix}-hand-down:before { content: @fa-var-hand-o-down; }\n.@{fa-css-prefix}-hand-left:before { content: @fa-var-hand-o-left; }\n.@{fa-css-prefix}-hand-right:before { content: @fa-var-hand-o-right; }\n.@{fa-css-prefix}-hdd:before { content: @fa-var-hdd-o; }\n.@{fa-css-prefix}-heart-empty:before { content: @fa-var-heart-o; }\n.@{fa-css-prefix}-hospital:before { content: @fa-var-hospital-o; }\n.@{fa-css-prefix}-keyboard:before { content: @fa-var-keyboard-o; }\n.@{fa-css-prefix}-lemon:before { content: @fa-var-lemon-o; }\n.@{fa-css-prefix}-lightbulb:before { content: @fa-var-lightbulb-o; }\n.@{fa-css-prefix}-linkedin-sign:before { content: @fa-var-linkedin-square; }\n.@{fa-css-prefix}-meh:before { content: @fa-var-meh-o; }\n.@{fa-css-prefix}-microphone-off:before { content: @fa-var-microphone-slash; }\n.@{fa-css-prefix}-minus-sign:before { content: @fa-var-minus-square; }\n.@{fa-css-prefix}-minus-sign-alt:before { content: @fa-var-minus-square-o; }\n.@{fa-css-prefix}-moon:before { content: @fa-var-moon-o; }\n.@{fa-css-prefix}-move:before { content: @fa-var-arrows; }\n.@{fa-css-prefix}-ok-circle:before { content: @fa-var-check-circle-o; }\n.@{fa-css-prefix}-ok-sign:before { content: @fa-var-check-circle; }\n.@{fa-css-prefix}-paper-clip:before { content: @fa-var-paperclip; }\n.@{fa-css-prefix}-pinterest-sign:before { content: @fa-var-pinterest-square; }\n.@{fa-css-prefix}-pushpin:before { content: @fa-var-thumb-tack; }\n.@{fa-css-prefix}-question-sign:before { content: @fa-var-question-circle; }\n.@{fa-css-prefix}-remove-sign:before { content: @fa-var-times-circle; }\n.@{fa-css-prefix}-remove-circle:before { content: @fa-var-times-circle-o; }\n.@{fa-css-prefix}-renminbi:before { content: @fa-var-jpy; }\n.@{fa-css-prefix}-resize-full:before { content: @fa-var-expand; }\n.@{fa-css-prefix}-resize-small:before { content: @fa-var-compress; }\n.@{fa-css-prefix}-resize-horizontal:before { content: @fa-var-arrows-h; }\n.@{fa-css-prefix}-resize-vertical:before { content: @fa-var-arrows-v; }\n.@{fa-css-prefix}-rss-sign:before { content: @fa-var-rss-square; }\n.@{fa-css-prefix}-screenshot:before { content: @fa-var-crosshairs; }\n.@{fa-css-prefix}-share-sign:before { content: @fa-var-share-square; }\n.@{fa-css-prefix}-sign-blank:before { content: @fa-var-square; }\n.@{fa-css-prefix}-signout:before { content: @fa-var-sign-out; }\n.@{fa-css-prefix}-smile:before { content: @fa-var-smile-o; }\n.@{fa-css-prefix}-stackexchange:before { content: @fa-var-stack-exchange; }\n.@{fa-css-prefix}-thumbs-down-alt:before { content: @fa-var-thumbs-o-down; }\n.@{fa-css-prefix}-thumbs-up-alt:before { content: @fa-var-thumbs-o-up; }\n.@{fa-css-prefix}-time:before { content: @fa-var-clock-o; }\n.@{fa-css-prefix}-tumblr-sign:before { content: @fa-var-tumblr-square; }\n.@{fa-css-prefix}-twitter-sign:before { content: @fa-var-twitter-square; }\n.@{fa-css-prefix}-unchecked:before { content: @fa-var-square-o; }\n.@{fa-css-prefix}-upload-alt:before { content: @fa-var-upload; }\n.@{fa-css-prefix}-warning-sign:before { content: @fa-var-exclamation-triangle; }\n.@{fa-css-prefix}-youtube-sign:before { content: @fa-var-youtube-square; }\n\n.nav-tabs, .nav-pills {\n	[class^=\"icon-\"],\n	[class*=\" icon-\"],\n	[class^=\"fa-\"],\n	[class*=\" fa-\"] {\n		/* keeps button heights with and without icons the same */\n		&,\n		&.icon-large {\n			line-height: .9em;\n		}\n	}\n}\n.hentry ul{\n	&.nav-pills{\n		list-style-type: none;\n	}\n	&.nav-tabs{\n		list-style-type: none;\n	}\n}\n\n.pl-nav li {\n	[class^=\"icon-\"],\n	[class*=\" icon-\"],\n	[class^=\"fa-\"],\n	[class*=\" fa-\"]{\n		display: inline-block;\n		width: 1.25em;\n		text-align: center;\n		&.icon-large {\n			/* increased font size for icon-large */\n			width: 1.25*1.25em;\n		}\n	}\n}\n\nul.icons,\nul.icon-ul,\nul.fa-ul,\nul.icon {\n    list-style-type: none;\n}\n\n// Responsive.less\n// For phone and tablet devices\n// -------------------------------------------------------------\n\n\n// REPEAT VARIABLES & MIXINS\n// -------------------------\n// Required since we compile the responsive stuff separately\n\n// RESPONSIVE CLASSES\n// ------------------\n\n// Hide from screenreaders and browsers\n// Credit: HTML5 Boilerplate\n.hidden {\n  display: none;\n  visibility: hidden;\n}\n\n// Visibility utilities\n\n// For desktops\n.visible-phone     { display: none; }\n.visible-tablet    { display: none; }\n.visible-desktop   { display: block; }\n.hidden-phone      { display: block; }\n.hidden-tablet     { display: block; }\n.hidden-desktop    { display: none; }\n\n// Phones only\n@media (max-width: 767px) {\n  // Show\n  .visible-phone     { display: block; }\n  // Hide\n  .hidden-phone      { display: none; }\n  // Hide everything else\n  .hidden-desktop    { display: block; }\n  .visible-desktop   { display: none; }\n}\n\n// Tablets & small desktops only\n@media (min-width: @resPortraitTablet) and (max-width: @resDesktop) {\n  // Show\n  .visible-tablet    { display: block; }\n  // Hide\n  .hidden-tablet     { display: none; }\n  // Hide everything else\n  .hidden-desktop    { display: block; }\n  .visible-desktop   { display: none; }\n}\n\n\n@media only screen and (min-width: 1600px) {\n	body:after {\n		content: \"5\";\n		display: none;\n	}\n	.row.row-set > [class*=\"span\"]{\n		width: 19.98%;\n	}\n	.row.row-set.row-squared > [class*=\"span\"]{\n		padding-bottom: 19.98%;\n	}\n}\n@media only screen and (min-width: 1300px) and (max-width: 1600px) {\n	body:after {\n		content: \"4\";\n		display: none;\n	}\n	.row.row-set > [class*=\"span\"]{\n		width: 24.98%;\n	}\n	.row.row-set.row-squared > [class*=\"span\"]{\n		padding-bottom: 24.98%;\n	}\n}\n@media only screen and (min-width: 990px) and (max-width: 1300px) {\n	body:after {\n		content: \'3\';\n		display: none;\n	}\n	.row.row-set > [class*=\"span\"]{\n		width: 33.3%;\n	}\n	.row.row-set.row-squared > [class*=\"span\"]{\n		padding-bottom: 33.3%;\n	}\n}\n@media only screen and (min-width: 470px) and (max-width: 990px) {\n	body:after {\n		content: \'2\';\n		display: none;\n	}\n	.row.row-set > [class*=\"span\"]{\n		width: 49.98%;\n	}\n	.row.row-set.row-squared > [class*=\"span\"]{\n		padding-bottom: 49.98%;\n	}\n}\n@media only screen and (max-width: 470px) {\n	body:after {\n		content: \'1\';\n		display: none;\n	}\n	.row.row-set > [class*=\"span\"]{\n		width: 99.98%;\n	}\n	.row.row-set.row-squared > [class*=\"span\"]{\n		padding-bottom: 99.98%;\n	}\n}\n\n// UP TO LANDSCAPE PHONE\n// ---------------------\n\n@media (max-width: @resPhoneLandscape) {\n\n  // Smooth out the collapsing/expanding nav\n  .nav-collapse {\n    -webkit-transform: translate3d(0, 0, 0); // activate the GPU\n  }\n\n  // Block level the page header small tag for readability\n  .page-header h1 small {\n    display: block;\n    line-height: @baseLineHeight;\n  }\n\n  // Update checkboxes for iOS\n  input[type=\"checkbox\"],\n  input[type=\"radio\"] {\n    border: 1px solid #ccc;\n  }\n\n  // Remove the horizontal form styles\n  .form-horizontal .control-group > label {\n    float: none;\n    width: auto;\n    padding-top: 0;\n    text-align: left;\n  }\n  // Move over all input controls and content\n  .form-horizontal .controls {\n    margin-left: 0;\n  }\n  // Move the options list down to align with labels\n  .form-horizontal .control-list {\n    padding-top: 0; // has to be padding because margin collaspes\n  }\n  // Move over buttons in .form-actions to align with .controls\n  .form-horizontal .form-actions {\n    padding-left: 10px;\n    padding-right: 10px;\n  }\n// Modals\n  .modal {\n	top:   50px;\n    left:  10px;\n    right: 10px;\n  }\n  .modal-header .close {\n    padding: 10px;\n    margin: -10px;\n  }\n\n  // Carousel\n  .carousel-caption {\n    position: static;\n  }\n\n  .row.row-squared > [class*=\"span\"],\n  .row.row-closed.row-squared > [class*=\"span\"]{\n    padding-bottom: 100%;\n  }\n}\n\n\n\n// LANDSCAPE PHONE TO SMALL DESKTOP & PORTRAIT TABLET\n// --------------------------------------------------\n\n@media (max-width: 767px) {\n\n	body:after {\n		content: \'four\';\n		display: none;\n	}\n\n  // Padding to set content in a bit\n\n  .navbar-fixed-top {\n    margin-left: -20px;\n    margin-right: -20px;\n  }\n\n  // GRID & CONTAINERS\n  // -----------------\n  // Remove width from containers\n /* .container {\n     width: auto;\n   }*/\n  // Fluid rows\n  .row-grid {\n    width: 100%;\n  }\n  // Undo negative margin on rows\n  .row {\n    margin-left: 0;\n  }\n	// Make all columns even\n	.row > [class*=\"span\"],\n	.row-grid > [class*=\"span\"],\n	.editor-row > [class*=\"span\"],\n	.row > [class*=\"offset\"],\n	.row-grid > [class*=\"offset\"],\n	.editor-row > [class*=\"offset\"],\n	.row.row-closed > [class*=\"span\"]{\n		float: none;\n		display: block;\n		width: auto;\n		margin-left: 0;\n		margin-bottom: 10px;\n	}\n	.row.row-squared > [class*=\"span\"],\n	.row.row-closed.row-squared > [class*=\"span\"]{\n		//padding-bottom: 100%; //likely too tall for browser, but 100% is in effect for narrower width media query\n	}\n\n\n	.row > [class*=\"offset\"]:first-child,\n	.editor-row > [class*=\"offset\"].sortable-first{\n		margin-left: 0;\n	}\n  // THUMBNAILS\n  // ----------\n  .thumbnails [class*=\"span\"] {\n    width: auto;\n  }\n\n  // FORM FIELDS\n  // -----------\n  // Make span* classes full width\n  input[class*=\"span\"],\n  select[class*=\"span\"],\n  textarea[class*=\"span\"],\n  .uneditable-input {\n    .input-block-level();\n  }\n  // But don\'t let it screw up prepend/append inputs\n  .input-prepend input[class*=\"span\"],\n  .input-append input[class*=\"span\"] {\n    width: auto;\n  }\n  // Modals\n  .modal {\n    position: fixed;\n    top:   50px;\n    left:  20px;\n    right: 20px;\n    width: auto;\n    margin: 0;\n    &.fade  { top: -100px; }\n    &.fade.in { top: 50px; }\n  }\n}\n\n\n\n// PORTRAIT TABLET TO DEFAULT DESKTOP\n// ----------------------------------\n\n@media (min-width: @resPortraitTablet) and (max-width: @resDesktop) {\n\n  // Fixed grid\n  //--// #grid > .core(42px, 20px);\n\n  // Fluid grid\n  //grid > .fluid(5.601104972%, 2.562430939%);\n\n  // Input grid\n  #grid > .input(42px, 20px);\n\n}\n\n\n\n\n// LARGE DESKTOP & UP\n// ------------------\n\n@media (min-width: @resLargeDesktop) {\n\n  // Fixed grid\n/*  #grid > .core(70px, 30px);\n\n  // Fluid grid\n  #grid > .fluid(5.982905983%, 2.564102564%);\n\n  // Input grid\n  #grid > .input(70px, 30px);\n*/\n  // Thumbnails\n  .thumbnails {\n    // margin-left: -30px;\n  }\n  .thumbnails > li {\n    margin-left: 30px;\n  }\n\n}\n\";}','no'),(142731,'_transient_timeout_pagelines_sections_css','1501944895','no'),(142732,'_transient_pagelines_sections_css','a:3:{s:8:\"sections\";s:56310:\".section-navbar {\n  margin: 0 auto;\n  width: 100%;\n}\n.section-navbar .content-pad,\n.section-navbar .pl-section-pad {\n  padding-top: 5px;\n  padding-bottom: 5px;\n}\n.section-navbar .content-pad .navbar-content-pad,\n.section-navbar .pl-section-pad .navbar-content-pad {\n  padding: 0 15px;\n}\n.section-navbar.pl-area .navbar {\n  border: none;\n}\n.section-navbar .navbar {\n  color: rgba(255,255,255,0.7);\n}\n.section-navbar .navbar.navbar-content-width {\n  -webkit-border-radius: 3px;\n  -moz-border-radius: 3px;\n  border-radius: 3px;\n}\n.section-navbar .navbar.plnav_hover .sub-menu .dropdown-menu {\n  position: absolute;\n  top: 0;\n  left: 100%;\n  margin-top: -1px;\n  visibility: hidden;\n}\n.section-navbar .navbar.plnav_hover .dropdown-menu li:hover .sub-menu {\n  visibility: visible;\n  margin-top: -6px;\n}\n.section-navbar .navbar.plnav_hover .dropdown:hover .dropdown-menu {\n  margin-top: 0;\n  display: block;\n}\n.section-navbar .navbar .navline {\n  float: left;\n  position: relative;\n  left: 0;\n  display: block;\n  margin: 0 10px 0 0;\n  font-size: .9em;\n}\n.section-navbar .navbar .navline > .dropdown > .dropdown-menu:before {\n  content: \'\';\n  display: inline-block;\n  border-left: 7px solid transparent;\n  border-right: 7px solid transparent;\n  border-bottom: 7px solid #ccc;\n  border-bottom-color: rgba(0,0,0,0.2);\n  position: absolute;\n  top: -7px;\n  left: 9px;\n}\n.section-navbar .navbar .navline > .dropdown > .dropdown-menu:after {\n  content: \'\';\n  display: inline-block;\n  border-left: 6px solid transparent;\n  border-right: 6px solid transparent;\n  border-bottom: 6px solid #ffffff;\n  position: absolute;\n  top: -6px;\n  left: 10px;\n}\n.section-navbar .navbar .navline .caret {\n  border-top-color: rgba(255,255,255,0.5);\n}\n.section-navbar .navbar .navline.pull-right {\n  float: right;\n  position: relative;\n}\n.section-navbar .navbar .navline.pull-right > li:last-child .dropdown-menu {\n  left: auto;\n  right: 0;\n}\n.section-navbar .navbar .navline.pull-right > li:last-child .dropdown-menu:before {\n  left: auto;\n  right: 12px;\n}\n.section-navbar .navbar .navline.pull-right > li:last-child .dropdown-menu:after {\n  left: auto;\n  right: 13px;\n}\n.section-navbar .navbar .navline.pull-right > li:last-child .dropdown-menu .dropdown-submenu > a:after {\n  border-width: 5px 5px 5px 0;\n  border-right-color: #cccccc;\n}\n.section-navbar .navbar .navline.pull-right > li:last-child .dropdown-menu .dropdown-menu {\n  left: -100%;\n  right: auto;\n  margin-left: 0;\n  margin-right: -1px;\n  -webkit-border-radius: 6px 0 6px 6px;\n  -moz-border-radius: 6px 0 6px 6px;\n  border-radius: 6px 0 6px 6px;\n}\n.section-navbar .navbar .navline > li {\n  display: block;\n  float: left;\n}\n.section-navbar .navbar .navline > li > a {\n  -webkit-transition: all .3s ease-in-out;\n  -moz-transition: all .3s ease-in-out;\n  -ms-transition: all .3s ease-in-out;\n  transition: all .3s ease-in-out;\n  float: none;\n  display: block;\n  padding: 9px 12px;\n  line-height: 19px;\n  color: #fff;\n  color: rgba(255,255,255,0.8);\n  text-decoration: none;\n}\n.section-navbar .navbar .navline > li > a:hover {\n  background-color: transparent;\n  color: rgba(255,255,255,0.9);\n  text-decoration: none;\n}\n.section-navbar .navbar .navline > li.dropdown.open > a {\n  color: #fff;\n  background: rgba(0,0,0,0.1);\n}\n.section-navbar .navbar .navline > li.current-menu-item > a {\n  background-color: rgba(0,0,0,0.1);\n  color: #ffffff;\n  text-decoration: none;\n}\n.section-navbar .navbar .navline > li.active > a:hover {\n  color: rgba(255,255,255,0.9);\n  text-decoration: none;\n  background-color: #222222;\n}\n.section-navbar .navbar .searchform {\n  float: right;\n  margin: 6px 0 5px;\n  width: auto;\n  max-width: 190px;\n  -webkit-transition: margin .3s ease-in-out;\n  -moz-transition: margin .3s ease-in-out;\n  -ms-transition: margin .3s ease-in-out;\n  transition: margin .3s ease-in-out;\n}\n.section-navbar .navbar .searchform.has-focus {\n  color: blue;\n}\n.section-navbar .navbar .searchform.has-focus i {\n  color: #666;\n}\n.section-navbar .navbar .searchform.has-focus .searchfield {\n  background-color: #fff;\n  color: #000;\n  width: 140px;\n}\n.section-navbar .navbar .searchform .searchfield {\n  border: none;\n  background-color: rgba(255,255,255,0.1);\n  width: 24px;\n}\n.section-navbar .navbar .plbrand {\n  float: left;\n  margin: 4px 2% 0 0;\n  padding: 0 1%;\n  line-height: 15px;\n}\n.section-navbar .navbar .plbrand .plbrand-text {\n  font-size: 19px;\n  line-height: 30px;\n  margin: 0;\n}\n.section-navbar .navbar .plbrand img {\n  max-height: 29px;\n  -webkit-transition: max-height .3s ease-in-out;\n  -moz-transition: max-height .3s ease-in-out;\n  -ms-transition: max-height .3s ease-in-out;\n  transition: max-height .3s ease-in-out;\n}\n.section-navbar .navbar.pl-color-black-trans {\n  background: #000;\n}\n.section-navbar .navbar.pl-color-black-trans .navline > li:hover > a,\n.section-navbar .navbar.pl-color-black-trans .navline > li.current-menu-item > a,\n.section-navbar .navbar.pl-color-black-trans .navline > li.current_page_item > a,\n.section-navbar .navbar.pl-color-black-trans .navline > li.dropdown.open > a {\n  background: #333;\n}\n.section-navbar .navbar.pl-color-red {\n  background: #f04831;\n}\n.section-navbar .navbar.pl-color-red .navline > li:hover > a,\n.section-navbar .navbar.pl-color-red .navline > li.current-menu-item > a,\n.section-navbar .navbar.pl-color-red .navline > li.current_page_item > a,\n.section-navbar .navbar.pl-color-red .navline > li.dropdown.open > a {\n  background: #de2910;\n}\n.section-navbar .navbar.pl-color-blue {\n  background: #2a7dea;\n}\n.section-navbar .navbar.pl-color-blue .navline > li:hover > a,\n.section-navbar .navbar.pl-color-blue .navline > li.current-menu-item > a,\n.section-navbar .navbar.pl-color-blue .navline > li.current_page_item > a,\n.section-navbar .navbar.pl-color-blue .navline > li.dropdown.open > a {\n  background: #1464cd;\n}\n.section-navbar .navbar.pl-color-orange {\n  background: #f6653c;\n}\n.section-navbar .navbar.pl-color-orange .navline > li:hover > a,\n.section-navbar .navbar.pl-color-orange .navline > li.current-menu-item > a,\n.section-navbar .navbar.pl-color-orange .navline > li.current_page_item > a,\n.section-navbar .navbar.pl-color-orange .navline > li.dropdown.open > a {\n  background: #f43f0b;\n}\n.section-navbar .navbar.pl-color-base {\n  background: #FFFFFF;\n  color: #000000;\n}\n.section-navbar .navbar.pl-color-base .searchform .searchfield {\n  background-color: #f6f6f6;\n}\n.section-navbar .navbar.pl-color-base .navline > li > a {\n  -webkit-transition: all 0.1s linear;\n  -moz-transition: all 0.1s linear;\n  -ms-transition: all 0.1s linear;\n  transition: all 0.1s linear;\n  color: rgba(0,0,0,0.6);\n  text-shadow: none;\n}\n.section-navbar .navbar.pl-color-base .navline > li:hover > a,\n.section-navbar .navbar.pl-color-base .navline > li.current-menu-item > a,\n.section-navbar .navbar.pl-color-base .navline > li.dropdown.open > a {\n  color: #000000;\n  background-color: #FFFFFF;\n  box-shadow: inset 0 -4px 0 #337EFF;\n}\n.section-navbar .navbar.pl-color-base .navline .caret {\n  border-top-color: rgba(0,0,0,0.6);\n}\n.section-navbar .navbar.pl-color-grey {\n  background: #EEE;\n  color: rgba(0,0,0,0.5);\n}\n.section-navbar .navbar.pl-color-grey .searchform .searchfield {\n  background-color: #ddd;\n}\n.section-navbar .navbar.pl-color-grey .navline > li:hover > a,\n.section-navbar .navbar.pl-color-grey .navline > li.current-menu-item > a,\n.section-navbar .navbar.pl-color-grey .navline > li.current_page_item > a,\n.section-navbar .navbar.pl-color-grey .navline > li.active > a {\n  background: #e1e1e1;\n}\n.section-navbar .navbar.pl-color-grey .navline > li > a {\n  color: rgba(0,0,0,0.8);\n}\n.section-navbar .navbar.pl-color-grey .navline > li.active > a:hover {\n  color: rgba(0,0,0,0.8);\n  background-color: #ddd;\n}\n.section-navbar .navbar.pl-color-grey .navline > li.dropdown.open > a {\n  color: #000;\n  background: rgba(0,0,0,0.1);\n}\n.section-navbar .navbar.pl-color-grey .navline .caret {\n  border-top-color: rgba(0,0,0,0.5);\n}\n.section-navbar .navbar.pl-color-grey .nav-btn-navbar .icon-bar {\n  background: rgba(0,0,0,0.7);\n  box-shadow: 0 1px 0 #fff;\n}\n.pldrop ul {\n  display: none;\n}\n.hentry .btn-group ul {\n  margin: 0;\n}\n.hentry .btn-group ul li {\n  list-style: none;\n}\n.nav-btn-navbar {\n  color: inherit;\n  display: none;\n  float: right;\n  position: relative;\n  z-index: 50;\n  padding: 2px 10px;\n  margin: 5px;\n  -webkit-border-radius: 2px;\n  -moz-border-radius: 2px;\n  border-radius: 2px;\n  background-color: rgba(155,155,155,0.028);\n  background-image: -moz-linear-gradient(top,rgba(255,255,255,0.1),rgba(0,0,0,0.08));\n  background-image: -ms-linear-gradient(top,rgba(255,255,255,0.1),rgba(0,0,0,0.08));\n  background-image: -webkit-linear-gradient(top,rgba(255,255,255,0.1),rgba(0,0,0,0.08));\n  background-image: linear-gradient(top,rgba(255,255,255,0.1),rgba(0,0,0,0.08));\n  background-repeat: repeat-x;\n  border: 1px solid rgba(0,0,0,0.25);\n  border-left: 1px solid rgba(0,0,0,0.17);\n  border-top: 1px solid rgba(0,0,0,0.17);\n  box-shadow: inset 1px 1px 0 rgba(255,255,255,0.3);\n}\n.nav-btn-navbar:hover,\n.nav-btn-navbar:active,\n.nav-btn-navbar.active,\n.nav-btn-navbar.disabled,\n.nav-btn-navbar[disabled] {\n  color: inherit;\n  opacity: .7;\n}\n.nav-btn-navbar:active,\n.nav-btn-navbar.active {\n  box-shadow: inset 1px 1px 0 rgba(0,0,0,0.3);\n  background-color: rgba(0,0,0,0.1);\n}\n.navbar,\n.navbar-inner,\n.navbar-collapse {\n  height: auto;\n  overflow: visible;\n}\n.nav-collapse.collapse {\n  position: relative;\n  height: auto;\n  overflow: hidden;\n  -webkit-transition: height 0.35s ease;\n  -moz-transition: height 0.35s ease;\n  -ms-transition: height 0.35s ease;\n  transition: height 0.35s ease;\n}\n.nav-collapse.collapse.in {\n  height: auto;\n}\n@media (max-width: 400px) {\n  .navbar .plbrand img {\n    max-width: 210px;\n  }\n}\n@media (max-width: 600px) {\n  .navbar.navbar-content-width {\n    width: 95%;\n    margin: 0 auto;\n  }\n}\n@media (max-width: 768px) {\n  #site .navbar .brand {\n    padding-left: 10px;\n    padding-right: 10px;\n    margin: 0 0 0 -5px;\n  }\n  #site .navbar .searchform {\n    float: none;\n    padding: 10px;\n  }\n  #site .navbar .nav-collapse {\n    overflow: hidden;\n    height: 0;\n    clear: both;\n  }\n  #site .navbar .nav-btn-navbar {\n    display: inline-block;\n  }\n}\n@media (min-width: 769px) {\n  .nav-collapse.collapse {\n    height: auto !important;\n    overflow: visible !important;\n  }\n}\n.section-simple_nav .pl-section-pad {\n  padding: 15px 0;\n}\n.simplenav {\n  text-align: center;\n}\n.simplenav.align-left {\n  text-align: left;\n}\n.simplenav.align-right {\n  text-align: right;\n}\n.simplenav li a {\n  font-size: 82%;\n  color: inherit;\n  display: inline-block;\n  margin: 0 5px;\n  padding: 2px 4px;\n}\n.simplenav li a:hover {\n  opacity: .7;\n}\n.section-textbox .pl-section-pad .textbox-wrap p:last-child {\n  margin-bottom: 0;\n}\n.section-textbox .pl-section-pad .textbox-wrap p:first-child {\n  margin-top: 0;\n}\n.ibox {\n  text-align: center;\n}\n.ibox .ibox-text h4 {\n  margin-bottom: 5px;\n  line-height: 1.4em;\n}\n.ibox .ibox-desc .ibox-link {\n  display: block;\n  margin-top: .5em;\n}\n.ibox .ibox-desc .ibox-link i {\n  -webkit-transition: all 0.2s ease-in-out;\n  -moz-transition: all 0.2s ease-in-out;\n  -ms-transition: all 0.2s ease-in-out;\n  transition: all 0.2s ease-in-out;\n}\n.ibox .ibox-desc .ibox-link a:hover i {\n  margin-left: 6px;\n}\n.ibox .ibox-media {\n  text-align: center;\n}\n.ibox .ibox-media a {\n  color: inherit;\n}\n.ibox .ibox-media .pl-counter {\n  font-size: 80px;\n  font-weight: 600;\n  letter-spacing: -1px;\n  line-height: 1em;\n}\n.ibox .ibox-media .ibox-icon-border {\n  margin-bottom: 12px;\n  display: inline-block;\n  text-align: center;\n  -webkit-transition: all 0.2s ease-in-out;\n  -moz-transition: all 0.2s ease-in-out;\n  -ms-transition: all 0.2s ease-in-out;\n  transition: all 0.2s ease-in-out;\n  border-radius: 500px;\n  position: relative;\n}\n.ibox .ibox-media .ibox-icon-border .invert-icon {\n  position: absolute;\n  width: 100%;\n  height: 100%;\n  border-radius: 500px;\n  z-index: 0;\n  left: 0;\n  top: 0;\n  opacity: 0;\n  -webkit-transition: all 0.2s ease-in-out;\n  -moz-transition: all 0.2s ease-in-out;\n  -ms-transition: all 0.2s ease-in-out;\n  transition: all 0.2s ease-in-out;\n}\n.ibox .ibox-media .ibox-icon-border .iii {\n  position: relative;\n  z-index: 10;\n}\n.ibox .ibox-media .ibox-icon-border.media-type-image {\n  overflow: hidden;\n  background-size: cover;\n  display: block;\n  margin-right: auto;\n  margin-left: auto;\n}\n.ibox .ibox-media .ibox-icon-border.media-type-image img {\n  border-radius: 500px;\n}\n.ibox .ibox-media .ibox-icon-border.media-type-icon i {\n  font-size: 80px;\n  display: inline-block;\n}\n.ibox.top-aligned .ibox-desc {\n  max-width: 300px;\n  margin: 0 auto;\n}\n.ibox.top-aligned .ibox-media {\n  max-width: 70%;\n  margin-right: auto;\n  margin-left: auto;\n}\n.ibox.top-aligned .ibox-media.wrap-count {\n  max-width: 100%;\n}\n.ibox.top-aligned .ibox-media .media-type-image {\n  height: 0;\n  padding: 50% 0;\n}\n.ibox.left-aligned {\n  text-align: left;\n}\n.ibox.left-aligned .ibox-icon-border .pl-counter {\n  font-size: 25px;\n  line-height: 1em;\n}\n.ibox.left-aligned .ibox-icon-border.media-type-count {\n  min-width: 100px;\n  text-align: right;\n}\n.ibox.left-aligned .ibox-icon-border.media-type-icon {\n  background: transparent;\n  width: 40px;\n  height: 40px;\n  line-height: 40px;\n}\n.ibox.left-aligned .ibox-icon-border.media-type-icon i {\n  font-size: 30px;\n}\n.ibox.left-aligned .ibox-icon-border.media-type-image {\n  padding: auto;\n  width: 80px;\n  height: 80px;\n}\n.ibox.left-aligned .ibox-icon-border.media-type-image img {\n  width: 80px;\n}\n.pl-new-loop .metahead-page {\n  padding-left: 100px;\n}\n.pl-new-loop .hentry {\n  position: relative;\n}\n.pl-new-loop .hentry.metahead-page {\n  padding-left: 100px;\n}\n.pl-new-loop .hentry.single-post .metamedia {\n  margin: 25px 0;\n}\n.pl-new-loop .hentry .continue_reading_link {\n  margin-top: 20px;\n}\n.pl-new-loop .hentry .entry-title {\n  margin: 0;\n}\n.pl-new-loop .hentry .metamedia {\n  margin-bottom: 15px;\n}\n.pl-new-loop .hentry .metabar {\n  font-size: 85%;\n  line-height: 1.6em;\n  opacity: .7;\n  margin: 5px 0 15px;\n}\n.pl-new-loop .hentry .entry_content img {\n  max-width: 100%;\n}\n.pl-new-loop .hentry .entry_content > :first-child {\n  margin-top: 0;\n}\n.pl-new-loop .hentry .entry_content > :last-child {\n  margin-bottom: 0;\n}\n.metahead {\n  width: 70px;\n  position: absolute;\n  left: 0;\n  top: 0;\n  font-size: 85%;\n  line-height: 1.2em;\n}\n.metahead .metaicon {\n  float: right;\n  margin-top: 6px;\n}\n.metahead .author {\n  font-weight: 600;\n  border-style: solid;\n  border-bottom-width: 1px;\n  display: block;\n  margin-bottom: 10px;\n}\n.metahead a {\n  color: inherit;\n  display: block;\n  text-align: right;\n  margin-bottom: 8px;\n}\n.metahead a .avatar {\n  max-width: 50px;\n}\n.metahead a:last-child {\n  border-bottom: none;\n}\n@media (max-width: 600px) {\n  .pl-new-loop .hentry.post,\n  .pl-new-loop .hentry.multi-post {\n    padding-left: 0px;\n  }\n  .metahead {\n    position: relative;\n    width: 100%;\n    margin-bottom: 10px;\n  }\n  .metahead a,\n  .metahead .author {\n    text-align: left;\n    display: inline-block;\n    border: none;\n    margin: 0 5px 0;\n    font-size: 16px;\n  }\n  .metahead .pl-social-pagelines {\n    text-align: right;\n    position: absolute;\n    right: 0;\n    top: 50%;\n    margin-top: -8px;\n  }\n}\n.multi-post .pl-new-loop .hentry {\n  border-bottom-style: solid;\n  border-bottom-width: 1px;\n  padding-bottom: 50px;\n  margin-bottom: 50px;\n}\n.multi-post .pl-old-loop .hentry {\n  padding-bottom: 15px;\n  margin-bottom: 15px;\n}\n.multi-post .pl-old-loop .clip_box {\n  margin: 0 0 21.7px;\n  border-color: #f2f2f2;\n}\n.multi-post .pl-old-loop .clip_box .clip {\n  width: 47%;\n  clear: none;\n  float: left;\n  margin: 0;\n}\n.multi-post .pl-old-loop .clip_box .clip .hentry-pad {\n  padding: 0 0 10.85px;\n}\n.multi-post .pl-old-loop .clip_box .clip.clip-right {\n  float: right;\n}\n.multi-post .pl-old-loop .clip_box .clip .clip-header {\n  padding: 4px 0 4px 0;\n  display: table-cell;\n  width: 10000px;\n}\n.multi-post .pl-old-loop .clip_box .clip .clip-thumb a {\n  float: left;\n  margin-right: 10px;\n}\n.multi-post .pl-old-loop .clip_box .clip .clip-thumb img {\n  padding: 2px;\n  display: block;\n  margin: 0 0 0.4em;\n}\n.multi-post .pl-old-loop .clip_box .clip .post-excerpt {\n  font-size: 90%;\n  line-height: 1.6em;\n  margin-bottom: 1.5em;\n}\n.multi-post .pl-old-loop .clip_box .clip .entry-title,\n.multi-post .pl-old-loop .clip_box .clip .metabar {\n  padding: 0;\n}\n.pl-old-loop .entry-title {\n  margin: 0;\n  line-height: 1.2em;\n}\n.pl-old-loop .metabar {\n  font-size: 85%;\n  line-height: 1.6em;\n  opacity: .7;\n  margin: 5px 0 15px;\n  font-style: normal;\n}\n.pl-old-loop .article-wrap.meta-mode-author .wrp {\n  padding-left: 150px;\n  min-height: 250px;\n}\n@media (max-width: 480px) {\n  .pl-old-loop .article-wrap.meta-mode-author .wrp {\n    padding-left: 0;\n  }\n}\n.pl-old-loop .article-wrap .author-tag {\n  position: absolute;\n  float: left;\n  width: 120px;\n  text-align: right;\n  padding-right: 30px;\n  font-size: 12px;\n  line-height: 1.2em;\n  padding-bottom: 30px;\n}\n.pl-old-loop .article-wrap .author-tag .author a {\n  font-size: 14px;\n  color: #000000;\n  font-weight: 600;\n  display: block;\n}\n.pl-old-loop .article-wrap .author-tag img {\n  max-width: 65px;\n  -webkit-border-radius: 100px;\n  -moz-border-radius: 100px;\n  border-radius: 100px;\n}\n.pl-old-loop .article-wrap .author-tag p {\n  margin: 5px 0;\n  padding: 5px 0;\n}\n.pl-old-loop .article-wrap .author-tag hr {\n  margin: 0 0 3px;\n  width: 45px;\n  text-align: right;\n  display: inline-block;\n  border: none;\n  border-bottom: 1px solid #e9e9e9;\n}\n.pl-old-loop .article-wrap .author-tag .tag-comments a,\n.pl-old-loop .article-wrap .author-tag .tag-comments i {\n  color: #000000;\n  opacity: .4;\n}\n.pl-old-loop .article-wrap .author-tag .tag-comments a:hover,\n.pl-old-loop .article-wrap .author-tag .tag-comments i:hover {\n  opacity: 1;\n}\n@media (max-width: 480px) {\n  .pl-old-loop .article-wrap .author-tag {\n    position: static;\n    display: block;\n    width: auto;\n    padding: 0;\n    max-width: none;\n    float: none;\n  }\n  .pl-old-loop .article-wrap .author-tag p {\n    margin: 0 0 8px;\n  }\n  .pl-old-loop .article-wrap .author-tag img {\n    float: left;\n  }\n  .pl-old-loop .article-wrap .author-tag > hr {\n    display: none !important;\n  }\n}\n.pl-old-loop .fpost .post-excerpt {\n  font-size: 1.03em;\n  line-height: 1.55em;\n}\n.pl-old-loop .tags {\n  font-size: 86%;\n  opacity: .7;\n}\n.pl-old-loop .tags .note {\n  margin-right: 16px;\n  text-transform: uppercase;\n  letter-spacing: .1em;\n  color: rgba(0,0,0,0.3);\n}\n.pl-old-loop .pledit {\n  opacity: .7;\n}\n.pl-old-loop .pledit:hover {\n  opacity: 1;\n}\n.pl-old-loop .post-meta .c_img,\n.pl-old-loop .hentry .c_img {\n  display: block;\n  text-align: center;\n}\n.pl-old-loop .post-header .post-thumb.img {\n  margin: 0 10px 5px 0;\n}\n.pl-old-loop .post-header .post-thumb.img.alignright {\n  margin: 0 0 5px 10px;\n}\n.pl-old-loop .fpost .post-excerpt .post-thumb.img {\n  margin-right: 13px;\n}\n.pl-old-loop .fpost .media .post-thumb.img {\n  margin-right: 20px;\n}\n.pl-old-loop .fpost .media .img img {\n  max-width: 100%;\n  height: auto;\n  margin: 0 auto;\n}\n.pl-old-loop .fpost .textcontent {\n  margin: 20px 10px 0 0;\n}\n.pl-old-loop .fpost .post-excerpt {\n  margin: .6em 0;\n}\n.pl-old-loop .fpost.post .entry {\n  margin-bottom: 1em;\n  padding: 1em 0;\n}\n.pl-old-loop .full_img {\n  margin-bottom: 10px;\n}\n.pl-old-loop .post-meta {\n  margin-bottom: 1em;\n}\n.pl-old-loop .post-meta.post-nocontent {\n  margin-bottom: 0;\n}\n.pl-old-loop .post-meta .post-title-section {\n  padding-bottom: 6px;\n}\n.section-postauthor {\n  margin-bottom: 2em;\n  text-align: left;\n}\n.section-postauthor .copy-pad {\n  padding: 10px 15px;\n}\n.section-postauthor .author-note {\n  margin-right: 16px;\n  text-transform: uppercase;\n  letter-spacing: .1em;\n  color: rgba(0,0,0,0.3);\n}\n.section-postauthor .subtext {\n  font-size: 86%;\n  color: rgba(0,0,0,0.7);\n}\n.section-highlight {\n  text-align: center;\n}\n.section-highlight .highlight-area {\n  padding: 10px 0;\n  margin: 0 auto;\n}\n.section-highlight .pl-section-pad {\n  padding: 18px 0;\n}\n.section-highlight .highlight-head {\n  font-size: 30px;\n  margin: 0;\n}\n.section-highlight .highlight-subhead {\n  margin-top: 5px;\n  font-size: 18px;\n  opacity: .75;\n}\n.section-highlight .highlight-subhead strong,\n.section-highlight .highlight-subhead a {\n  opacity: 1;\n}\n.section-highlight .hl-image-bottom {\n  margin: 12px 0 0 0;\n}\n.section-highlight .highlight-splash img {\n  max-width: 100%;\n}\n.section-postauthor {\n  margin-bottom: 2em;\n  text-align: left;\n}\n.section-postauthor .copy-pad {\n  padding: 10px 15px;\n}\n.section-postauthor .author-note {\n  margin-right: 16px;\n  text-transform: uppercase;\n  letter-spacing: .1em;\n  color: rgba(0,0,0,0.3);\n}\n.section-postauthor .subtext {\n  font-size: 86%;\n  color: rgba(0,0,0,0.7);\n}\n.pl-watermark {\n  text-align: center;\n}\n.pl-watermark .stack-element {\n  margin-bottom: 8px;\n}\n.pl-watermark .fb-like-box span {\n  display: block;\n  line-height: 0;\n  padding: 0;\n}\n.pl-watermark .powered-by {\n  text-align: center;\n  font-size: 10px;\n}\n.pl-watermark .the-watermark {\n  text-align: center;\n  padding: 5px;\n}\n.pl-watermark .the-watermark a {\n  opacity: .7;\n}\n.pl-watermark .the-watermark a:hover {\n  opacity: 1;\n}\n.pl-watermark .the-watermark a img {\n  max-width: 45px;\n}\n.section-mediabox.no-pad .pl-section-pad {\n  padding: 0;\n}\n.section-mediabox .mediabox-wrap {\n  min-height: 50px;\n  -webkit-background-size: cover;\n  -moz-background-size: cover;\n  -o-background-size: cover;\n  background-size: cover;\n}\n.section-mediabox img,\n.section-mediabox iframe,\n.section-mediabox object,\n.section-mediabox embed {\n  max-width: 100%;\n  height: auto;\n}\n.section-rapidtabs .widget {\n  margin: 0;\n}\n.section-rapidtabs .widget .widget-pad {\n  padding: 0;\n}\n.section-rapidtabs .the-rapid-tabs .rapid-nav {\n  border-bottom: 1px solid rgba(0,0,0,0.1);\n  padding: 0 0 5px 0;\n  margin-bottom: 12px;\n}\n.section-rapidtabs .the-rapid-tabs .rapid-nav li {\n  margin-right: 12px;\n  opacity: .5;\n}\n.section-rapidtabs .the-rapid-tabs .rapid-nav a {\n  color: inherit;\n}\n.section-rapidtabs .the-rapid-tabs .rapid-nav .ui-state-active,\n.section-rapidtabs .the-rapid-tabs .rapid-nav .ui-state-hover {\n  opacity: 1;\n}\n.section-quickcarousel .pl-section-pad {\n  padding: 0;\n}\n.section-quickcarousel .pl-quickcarousel .carousel-item {\n  margin: 0;\n  padding: 0;\n}\n.section-quickcarousel .pl-quickcarousel .carousel-item img {\n  max-width: 100%;\n  display: block;\n}\n.starbars-wrap {\n  padding: 1em;\n}\n.starbars {\n  text-align: left;\n  margin: 0;\n}\n.starbars li {\n  list-style: none !important;\n}\n.starbars li:last-child span {\n  margin-bottom: 0px;\n}\n.starbars li .bar-wrap {\n  margin-bottom: 13px;\n  border-radius: 300px;\n  box-shadow: inset 0 1px 2px rgba(0,0,0,0.12);\n  position: relative;\n}\n.starbars li span {\n  height: 15px;\n  width: 0px;\n  display: block;\n  background-color: #337EFF;\n  border-radius: 300px;\n  overflow: visible !important;\n  position: relative;\n}\n.starbars li span strong {\n  opacity: 0;\n  color: #fff;\n}\n.starbars li span strong:after {\n  right: 13px;\n}\n.starbars li strong {\n  position: absolute;\n  right: 0px;\n  top: -25px;\n  opacity: .2;\n  padding: 4px 7px !important;\n  background-color: #333;\n  color: rgba(255,255,255,0.8);\n  line-height: 12px !important;\n  font-size: 11px !important;\n  display: block;\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n  border-radius: 2px;\n}\n.starbars li strong:after {\n  border-color: #333 transparent;\n  border-style: solid;\n  border-width: 5px 5px 0;\n  bottom: -5px;\n  content: \"\";\n  display: block;\n  right: 5px;\n  position: absolute;\n  width: 0;\n}\n.starbars li strong.full:after {\n  left: 15px;\n}\n.starbars li p {\n  font-size: 11.9px;\n  margin: 0;\n  padding-bottom: 2px;\n}\n.pl-dark-img .shelf-shadow,\n.pl-black .shelf-shadow {\n  background-color: rgba(0,0,0,-0.08);\n  background-image: -moz-linear-gradient(top,transparent,rgba(0,0,0,0.2));\n  background-image: -ms-linear-gradient(top,transparent,rgba(0,0,0,0.2));\n  background-image: -webkit-linear-gradient(top,transparent,rgba(0,0,0,0.2));\n  background-image: linear-gradient(top,transparent,rgba(0,0,0,0.2));\n  background-repeat: repeat-x;\n}\n.popshot-wrap {\n  position: relative;\n  overflow: hidden;\n  height: 280px;\n  text-align: center;\n}\n.popshot-wrap .shelf-shadow {\n  position: absolute;\n  bottom: 0;\n  height: 70px;\n  background-color: rgba(0,0,0,-0.028);\n  background-image: -moz-linear-gradient(top,transparent,rgba(0,0,0,0.07));\n  background-image: -ms-linear-gradient(top,transparent,rgba(0,0,0,0.07));\n  background-image: -webkit-linear-gradient(top,transparent,rgba(0,0,0,0.07));\n  background-image: linear-gradient(top,transparent,rgba(0,0,0,0.07));\n  background-repeat: repeat-x;\n  width: 100%;\n}\n.popshot-wrap .browser-btns {\n  display: none;\n  position: absolute;\n  top: 8px;\n  left: 8px;\n}\n.popshot-wrap .browser-btns > span {\n  height: 10px;\n  width: 10px;\n  margin-right: 5px;\n  display: inline-block;\n  vertical-align: top;\n  border-radius: 10px;\n  box-shadow: inset 0 0 1px rgba(0,0,0,0.3);\n}\n.popshot-wrap .browser-btns > span.bbtn-green {\n  background: #a3f439;\n}\n.popshot-wrap .browser-btns > span.bbtn-red {\n  background: #ff4d3b;\n}\n.popshot-wrap .browser-btns > span.bbtn-orange {\n  background: #ffba3b;\n}\n.popshot-wrap.popshot-browser .browser-btns {\n  display: block;\n}\n.popshot-wrap.popshot-browser .popshot {\n  background: #f7f7f7;\n  padding: 26px 0 0;\n  border-radius: 5px;\n  box-shadow: inset 1px 1px 0 #fff, rgba(0,0,0,0.3) 0 0 10px 0;\n}\n.popshot-wrap.popshot-browser .popshot img {\n  border-top: 1px solid #ccc;\n}\n.popshot-wrap.popshot-frame .popshot {\n  background: #fff;\n  padding: 4px 4px 0 4px;\n  border-radius: 5px;\n  border: 1px solid #BBB;\n  box-shadow: rgba(0,0,0,0.3) 0 0 10px 0;\n}\n.popshot-wrap.popshot-shadow .popshot {\n  box-shadow: rgba(0,0,0,0.3) 0 0 10px 0;\n}\n.popshot-wrap .popshot {\n  max-width: 400px;\n  max-height: 300px;\n  bottom: -3px;\n  position: absolute;\n  z-index: 10;\n  left: 50%;\n}\n.popshot-wrap .popshot img {\n  max-width: 100%;\n  border-radius: 2px;\n}\n.popshot-wrap .popshot.popshot-1 {\n  margin-left: -575px;\n  z-index: 11;\n}\n.popshot-wrap .popshot.popshot-2 {\n  margin-left: -400px;\n  height: 225px;\n}\n.popshot-wrap .popshot.popshot-3 {\n  height: 250px;\n  width: 350px;\n  margin-left: -175px;\n}\n.popshot-wrap .popshot:after {\n  position: absolute;\n  content: \" \";\n  bottom: 0;\n  left: 0;\n  right: 0;\n  width: 100%;\n  height: 20px;\n  background-color: rgba(0,0,0,-0.04);\n  background-image: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.1));\n  background-image: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.1));\n  background-image: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.1));\n  background-image: linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.1));\n  background-repeat: repeat-x;\n}\n.masthead {\n  position: relative;\n}\n.masthead .inner {\n  padding-top: 43.4px;\n}\n.masthead.with-splash .inner {\n  padding-top: 21.7px;\n}\n.masthead h1,\n.masthead p {\n  text-align: center;\n}\n.masthead .masthead-title {\n  margin: 0 0 20px;\n  font-size: 75px;\n  letter-spacing: -1px;\n  line-height: 1;\n}\n.masthead .masthead-tag {\n  margin: 0;\n  margin-bottom: 30px;\n  margin-left: 5%;\n  margin-right: 5%;\n  font-size: 25px;\n  line-height: 1.3em;\n  opacity: .7;\n  font-weight: 300;\n}\n.masthead .masthead-tag strong {\n  font-weight: 500;\n}\n.masthead .download-info {\n  margin-bottom: 30px;\n}\n.masthead .download-info .btn {\n  margin: 0 8px;\n}\n.masthead .splash {\n  padding-top: 18px;\n}\n.masthead .splash img {\n  display: block;\n  margin: 0 auto;\n}\n.mastmeta {\n  color: rgba(0,0,0,0.7);\n}\n.subhead {\n  padding-bottom: 0;\n  margin-bottom: 9px;\n}\n.subhead h1 {\n  font-size: 54px;\n}\n.mastlinks {\n  margin: 36px 0;\n}\n.quick-links {\n  min-height: 30px;\n  margin: 0;\n  padding: 5px 20px;\n  list-style: none;\n  text-align: center;\n  overflow: hidden;\n}\n.quick-links:first-child {\n  min-height: 0;\n}\n.quick-links li {\n  display: inline;\n  margin: 0 8px;\n}\n@media screen and (max-width: 980px) {\n  .masthead .masthead-title {\n    font-size: 72px;\n  }\n}\n@media screen and (max-width: 768px) {\n  .masthead .inner {\n    padding-top: 21.7px;\n  }\n  .masthead .masthead-title {\n    font-size: 54px;\n  }\n  .masthead .masthead-tag {\n    margin-right: 0;\n    margin-left: 0;\n  }\n  .masthead .btn {\n    margin-bottom: 10px;\n  }\n}\n@media screen and (max-width: 480px) {\n  .masthead .inner {\n    padding-top: 10px;\n  }\n  .masthead .masthead-title {\n    font-size: 45px;\n    margin-right: 0;\n  }\n  .masthead .masthead-tag {\n    margin-right: 0;\n    margin-left: 0;\n    font-size: 18px;\n    line-height: 24px;\n  }\n  .masthead .btn {\n    display: block;\n    font-size: 18px;\n    padding: 10px 14px;\n    margin: 0 auto 10px;\n  }\n}\n.pp-plan {\n  text-align: center;\n  border-style: solid;\n  border-width: 1px;\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  -ms-box-sizing: border-box;\n  box-sizing: border-box;\n  overflow: hidden;\n  margin-top: 25px;\n}\n.pp-plan.most-popular {\n  margin-top: 0;\n}\n.pp-plan.most-popular .pp-header .pp-title {\n  font-size: 20px;\n  padding: 16px;\n}\n.pp-plan.most-popular .pp-header .pp-title .mp {\n  font-size: 12px;\n  opacity: .6;\n}\n.pp-plan.most-popular .pp-attributes ul .pp-link {\n  padding: 20px 0;\n}\n.pp-plan .pp-header {\n  text-align: center;\n}\n.pp-plan .pp-header .pp-title {\n  font-size: 18px;\n  padding: 8px;\n  border-bottom-style: solid;\n  border-bottom-width: 1px;\n}\n.pp-plan .pp-header .pp-price {\n  padding: 20px;\n}\n.pp-plan .pp-header .pp-price .price-pre {\n  vertical-align: top;\n  font-size: 1.2em;\n}\n.pp-plan .pp-header .pp-price .price {\n  font-size: 70px;\n  line-height: 70px;\n}\n.pp-plan .pp-header .pp-price .price-pre,\n.pp-plan .pp-header .pp-price .price-post,\n.pp-plan .pp-header .pp-price .price-sub {\n  opacity: .7;\n}\n.pp-plan .pp-header .pp-price .price-sub {\n  font-style: italic;\n  font-size: 12px;\n  font-weight: 400;\n  margin-top: 7px;\n  line-height: 1.5em;\n}\n.pp-plan .pp-attributes ul li {\n  padding: 10px;\n  font-weight: 600;\n  border-top-style: solid;\n  border-top-width: 1px;\n}\n.pp-plan .pp-attributes ul li.emphasis {\n  font-size: 120%;\n}\n.section-hero .pl-section-pad {\n  padding: 5%;\n}\n.pl-hero-wrap {\n  max-width: 100%;\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  -ms-box-sizing: border-box;\n  box-sizing: border-box;\n}\n.pl-hero-wrap .pl-hero h1 {\n  font-size: 3em;\n  line-height: 1;\n  letter-spacing: -1px;\n  word-wrap: normal;\n}\n.pl-hero-wrap .pl-hero h1 small {\n  display: block;\n}\n.pl-hero-wrap .pl-hero p {\n  margin: 5.425px 0 21.7px;\n  font-size: 18px;\n  font-weight: 200;\n  line-height: 1.5em;\n}\n.pl-hero-wrap .pl-hero-image {\n  margin-bottom: 0;\n  float: right;\n}\n.pl-hero.span6,\n.pl-hero-image.span6 {\n  margin-bottom: 0;\n}\n.hero_image {\n  text-align: right;\n}\n.pl-hero-reverse .pl-hero-image {\n  margin-right: 21px;\n  margin-left: 0px;\n  text-align: left;\n  float: left;\n}\n.pl-hero-reverse .pl-hero {\n  float: right;\n}\n@media (max-width: 768px) {\n  .hero_image,\n  .pl-hero h1,\n  .pl-hero p {\n    text-align: center;\n  }\n  .pl-hero.span6 .btn {\n    display: block;\n    margin-bottom: 20px;\n  }\n}\n@media (max-width: 480px) {\n  .pl-hero-wrap {\n    padding: 20px;\n  }\n}\n@media (max-width: 1000px) {\n  .pl-hero-wrap .pl-hero h1 {\n    font-size: 2em;\n  }\n}\n.masonic-header-content-pad {\n  padding: 15px;\n}\n.masonic-header-content-pad .masonic-title {\n  font-size: 20px;\n  float: left;\n}\n.masonic-header-content-pad .masonic-nav {\n  float: right;\n  max-width: 85%;\n}\n.masonic-header-content-pad .masonic-nav .lh {\n  font-weight: 600;\n  font-size: 100%;\n}\n.masonic-header-content-pad .masonic-nav li {\n  margin-left: 18px;\n  font-size: 85%;\n}\n.pl-grid-text {\n  float: left;\n  width: 75%;\n  padding: 15px 0;\n}\n.pl-grid-text h4 {\n  font-size: 16px;\n  margin: 0;\n}\n.pl-grid-text .pl-grid-metabar {\n  font-size: 12px;\n}\n.pl-grid-meta {\n  float: right;\n  text-align: right;\n  width: 25%;\n  padding: 15px 0;\n}\n.pl-grid-excerpt p {\n  font-size: 85%;\n  line-height: 1.4em;\n  margin: 5px 0;\n}\n.pl-grid-excerpt p:first-child {\n  margin-top: 0;\n}\n.pl-grid-image {\n  position: relative;\n}\n.pl-grid-image img {\n  max-width: 100%;\n}\n.pl-grid-image .pl-grid-image-info {\n  opacity: 0;\n  position: absolute;\n  display: block;\n  height: 100%;\n  width: 100%;\n  top: 0px;\n  left: 0px;\n  color: #fff;\n  -webkit-transition: all 0.2s linear;\n  -moz-transition: all 0.2s linear;\n  -ms-transition: all 0.2s linear;\n  transition: all 0.2s linear;\n}\n.pl-grid-image .pl-grid-image-info .info-text {\n  opacity: 0;\n  background-color: rgba(0,0,0,0.6);\n  padding: 9px 15px;\n  color: #fff;\n  font-size: 12px;\n  line-height: 1.3em;\n  margin: 5px;\n  display: inline-block;\n  border-radius: 3px;\n  -webkit-transition: all 0.1s linear;\n  -moz-transition: all 0.1s linear;\n  -ms-transition: all 0.1s linear;\n  transition: all 0.1s linear;\n}\n.pl-grid-image .pl-grid-image-info .info-text:hover {\n  opacity: 0.8;\n}\n.pl-grid-image .pl-grid-image-info .view,\n.pl-grid-image .pl-grid-image-info .image,\n.pl-grid-image .pl-grid-image-info .video {\n  position: absolute;\n  top: 0px;\n  left: 0px;\n  height: 100%;\n  width: 100%;\n  text-indent: -9999px;\n  color: #fff;\n  display: block;\n}\n.pl-grid-image .pl-grid-image-hover {\n  opacity: 0;\n  height: 100%;\n  width: 100%;\n  top: 0px;\n  left: 0px;\n  background-color: #337EFF;\n  position: absolute;\n  -webkit-transition: all 0.2s linear;\n  -moz-transition: all 0.2s linear;\n  -ms-transition: all 0.2s linear;\n  transition: all 0.2s linear;\n}\n.pl-grid-image:hover .pl-grid-image-info {\n  opacity: 1;\n}\n.pl-grid-image:hover .pl-grid-image-info .info-text {\n  opacity: 1;\n}\n.pl-grid-image:hover .pl-grid-image-hover {\n  opacity: 0.7;\n  filter: alpha(opacity=90);\n}\n.section-icallout {\n  text-align: center;\n}\n.section-icallout .icallout-head {\n  margin-bottom: 12px;\n}\n.section-icallout .format-inline .icallout-head {\n  font-size: 37px;\n  line-height: 1em;\n}\n.section-icallout .format-inline .icallout-head,\n.section-icallout .format-inline .icallout-action {\n  display: inline-block;\n  margin: 10px 15px;\n  vertical-align: top;\n}\n.section-testimonials {\n  text-align: center;\n}\n.section-testimonials .pl-testimonials-container {\n  position: relative;\n}\n.section-testimonials .the-testimonial {\n  padding-left: 0px;\n  text-align: center;\n  background-image: none;\n  width: 100%;\n  margin: 0 auto;\n  opacity: 0;\n  position: absolute;\n  left: -25px;\n  z-index: -1;\n}\n.section-testimonials blockquote {\n  padding: 0 0 13px;\n  border: none;\n  font-size: 34px;\n  letter-spacing: -1px;\n  line-height: 1.35em;\n  margin: 0;\n}\n.section-testimonials blockquote p {\n  margin: 0;\n  font-style: normal;\n}\n.section-testimonials .cite,\n.section-testimonials cite {\n  font-size: 15px;\n  line-height: 40px;\n  display: inline-block;\n}\n.section-testimonials .controls ul {\n  margin: 0px;\n  display: block;\n  text-align: center;\n  width: 100%;\n  z-index: 30;\n  position: relative;\n}\n.section-testimonials .controls ul li {\n  list-style: none;\n  cursor: pointer;\n  display: inline-block;\n}\n.section-testimonials .controls ul li > span {\n  border-style: solid;\n  border-width: 1px;\n  border-radius: 10px 10px 10px 10px;\n  cursor: pointer;\n  display: inline-block;\n  height: 10px;\n  width: 10px;\n  margin: 0 4px;\n  transition: background-color 0.2s linear 0s, border-color 0.2s linear 0s;\n}\n.section-testimonials .controls ul.nav-avatar li > span {\n  border-radius: 0;\n  width: 30px;\n  height: 30px;\n  -webkit-background-size: cover;\n  -moz-background-size: cover;\n  -o-background-size: cover;\n  background-size: cover;\n  opacity: .7;\n  display: inline-block;\n  transition: opacity 0.2s linear 0s;\n  border-width: 0;\n}\n.section-testimonials .controls ul.nav-avatar li:hover > span,\n.section-testimonials .controls ul.nav-avatar li.active > span {\n  opacity: 1;\n}\n.quovolve-nav:before,\n.quovolve-nav:after {\n  content: \"\\0020\";\n  display: block;\n  height: 0;\n  visibility: hidden;\n}\n.quovolve-nav:after {\n  clear: both;\n}\n.quovolve-nav {\n  line-height: 30px;\n  zoom: 1;\n}\n.quovolve-nav a {\n  background: transparent;\n  display: block;\n  font-size: 0;\n  text-align: center;\n}\n.quovolve-nav li.avatar-nav {\n  margin: 0 7px;\n}\n.quovolve-nav li.avatar-nav:hover a {\n  opacity: .6;\n}\n.quovolve-nav li.avatar-nav.active a {\n  opacity: 1;\n}\n.quovolve-nav li.avatar-nav a {\n  opacity: .7;\n  -webkit-transition: all .1s ease-in-out;\n  -moz-transition: all .1s ease-in-out;\n  -ms-transition: all .1s ease-in-out;\n  transition: all .1s ease-in-out;\n  -webkit-background-size: cover;\n  -moz-background-size: cover;\n  -o-background-size: cover;\n  background-size: cover;\n  height: 50px;\n  width: 50px;\n}\n.section-navi {\n  text-align: center;\n  width: 100%;\n  position: relative;\n}\n.section-navi .nav-searchform,\n.section-navi ul {\n  vertical-align: top;\n  font-size: 12px;\n}\n.section-navi .navi-wrap {\n  height: 50px;\n  position: relative;\n}\n.section-navi .navi-container {\n  height: 36px;\n  padding: 7px;\n}\n.section-navi .navi-right {\n  float: right;\n}\n.section-navi .navi-left {\n  float: left;\n}\n.section-navi .navi-center {\n  display: inline-block;\n}\n.section-navi .navi-searchform {\n  height: 50px;\n  line-height: 50px;\n  margin-bottom: 0;\n  position: relative;\n  display: inline-block;\n}\n.section-navi .navi-searchform .btn-search {\n  padding: 0 20px;\n}\n.section-navi .navi-searchform input {\n  vertical-align: top;\n  margin: 0;\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n  border: none;\n  height: 50px;\n  width: 0;\n  background: transparent;\n  padding: 0;\n  -webkit-transition: width .5s ease-in-out;\n  -moz-transition: width .5s ease-in-out;\n  -ms-transition: width .5s ease-in-out;\n  transition: width .5s ease-in-out;\n  border-radius: 0;\n  box-shadow: none;\n}\n.section-navi .navi-searchform input:focus {\n  box-shadow: none;\n}\n.section-navi .navi-searchform.has-focus input {\n  width: 130px;\n}\n.section-navi .navi-searchform.has-focus .btn-search {\n  color: #337EFF;\n}\n.section-navi img {\n  max-height: 100%;\n}\n.section-navi .navi-site-title,\n.section-navi .navi-site-description {\n  margin: 0;\n}\n.section-navi .navi-site-title {\n  font-size: 40px;\n}\n.section-navi .navi-site-description {\n  font-size: 15px;\n  text-align: left;\n  opacity: .8;\n}\n.section-navi .pl-nav > li > a {\n  line-height: 50px;\n  padding: 0 13px;\n  opacity: .7;\n}\n.section-navi .pl-nav > li .mm-toggle {\n  padding: 0 20px;\n}\n.section-navi .pl-nav > li.current-menu-item > a,\n.section-navi .pl-nav > li:hover > a {\n  opacity: 1;\n  background: rgba(0,0,0,0.03);\n}\n@media screen and (max-width: 768px) {\n  .section-navi .navi-searchform {\n    display: none;\n  }\n  .section-navi .navi-site-title {\n    font-size: 28px;\n  }\n  .section-navi .navi-site-description {\n    font-size: 14px;\n  }\n}\n.gmnoprint img {\n  max-width: none !important;\n}\n#pl-map {\n  position: relative;\n  overflow: hidden;\n  min-height: 200px;\n  min-width: 200px;\n}\n.pl-map img {\n  max-width: none !important;\n}\n.spynav {\n  width: 100%;\n  height: auto;\n  background: #f6f6f6;\n  border-color: #d4d4d4 #d4d4d4 #adadad;\n  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);\n  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);\n  border: 1px solid #bababa;\n  -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.4);\n  -moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.4);\n  box-shadow: inset 1px 1px 0 rgba(255,255,255,0.4);\n  -webkit-border-radius: 4px;\n  -moz-border-radius: 4px;\n  border-radius: 4px;\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  -ms-box-sizing: border-box;\n  box-sizing: border-box;\n}\n.spynav:hover,\n.spynav:active,\n.spynav.active,\n.spynav.disabled,\n.spynav[disabled] {\n  background-color: #d4d4d4;\n}\n.spynav:active,\n.spynav.active {\n  background-color: #bababa \\9;\n}\n.spynav .nav {\n  margin-bottom: 0;\n}\n.spynav .nav > li > a {\n  color: rgba(0,0,0,0.7);\n  margin: 0;\n  padding-top: 11px;\n  padding-bottom: 11px;\n  border-left: 1px solid rgba(255,255,255,0.4);\n  border-right: 1px solid #bababa;\n  -webkit-border-radius: 0px;\n  -moz-border-radius: 0px;\n  border-radius: 0px;\n}\n.spynav .nav > li > a:hover {\n  border-left: 1px solid rgba(255,255,255,0.4);\n  border-right: 1px solid #bababa;\n  background: #c7c7c7;\n  border-color: #e9e9e9 #e9e9e9 #c3c3c3;\n  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);\n  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);\n}\n.spynav .nav > li > a:hover:hover,\n.spynav .nav > li > a:hover:active,\n.spynav .nav > li > a:hover.active,\n.spynav .nav > li > a:hover.disabled,\n.spynav .nav > li > a:hover[disabled] {\n  background-color: #e9e9e9;\n}\n.spynav .nav > li > a:hover:active,\n.spynav .nav > li > a:hover.active {\n  background-color: #d0d0d0 \\9;\n}\n.spynav .nav > li.active > a,\n.spynav .nav > li.active > a:hover {\n  color: #000000;\n  padding-left: 13px;\n  background: #c7c7c7;\n  border-color: #e9e9e9 #e9e9e9 #c3c3c3;\n  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);\n  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);\n  border-left: 0;\n  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.05);\n  -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.05);\n  box-shadow: inset 0 3px 5px rgba(0,0,0,0.05);\n}\n.spynav .nav > li.active > a:hover,\n.spynav .nav > li.active > a:active,\n.spynav .nav > li.active > a.active,\n.spynav .nav > li.active > a.disabled,\n.spynav .nav > li.active > a[disabled],\n.spynav .nav > li.active > a:hover:hover,\n.spynav .nav > li.active > a:hover:active,\n.spynav .nav > li.active > a:hover.active,\n.spynav .nav > li.active > a:hover.disabled,\n.spynav .nav > li.active > a:hover[disabled] {\n  background-color: #e9e9e9;\n}\n.spynav .nav > li.active > a:active,\n.spynav .nav > li.active > a.active,\n.spynav .nav > li.active > a:hover:active,\n.spynav .nav > li.active > a:hover.active {\n  background-color: #d0d0d0 \\9;\n}\n.spynav .nav > .active > a .caret,\n.spynav .nav > .active > a:hover .caret {\n  border-top-color: #d4d4d4;\n}\n.spynav li {\n  list-style: none;\n}\n.spynav ul {\n  margin: 0;\n}\n.spynav .nav > li:first-child > a,\n.spynav .nav > li:first-child > a:hover {\n  padding-left: 12px;\n  -webkit-border-radius: 4px 0 0 4px;\n  -moz-border-radius: 4px 0 0 4px;\n  border-radius: 4px 0 0 4px;\n}\n.spynav .dropdown-menu {\n  -webkit-border-radius: 0 0 4px 4px;\n  -moz-border-radius: 0 0 4px 4px;\n  border-radius: 0 0 4px 4px;\n}\n.spynav-space {\n  height: 40px;\n  display: none;\n}\n@media (min-width: 767px) {\n  .spynav-fixed {\n    position: fixed;\n    top: 72px;\n    left: 0;\n    right: 0;\n    z-index: 990;\n    border-color: #bababa;\n    border-width: 0 0 1px;\n    -webkit-border-radius: 0px;\n    -moz-border-radius: 0px;\n    border-radius: 0px;\n    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 5px rgba(0,0,0,.1);\n    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 5px rgba(0,0,0,.1);\n    box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 1px 5px rgba(0,0,0,.1);\n  }\n  .spynav-fixed .nav {\n    margin: 0 auto;\n    padding: 0 1px;\n  }\n  .spynav-fixed .nav > li:first-child {\n    -webkit-border-radius: 0;\n    -moz-border-radius: 0;\n    border-radius: 0;\n  }\n  .spynav-fixed .nav > li:first-child > a,\n  .spynav-fixed .nav > li:first-child > a:hover {\n    -webkit-border-radius: 0;\n    -moz-border-radius: 0;\n    border-radius: 0;\n  }\n}\n@media (max-width: 767px) {\n  .spynav .nav-tabs > li,\n  .spynav .nav-pills > li {\n    float: none;\n  }\n  .spynav .nav > li:first-child > a,\n  .spynav .nav > li:first-child > a:hover {\n    -webkit-border-radius: 4px 4px 0 0;\n    -moz-border-radius: 4px 4px 0 0;\n    border-radius: 4px 4px 0 0;\n  }\n  .spynav .nav > li:last-child > a,\n  .spynav .nav > li:last-child > a:hover {\n    -webkit-border-radius: 0 0 4px 4px;\n    -moz-border-radius: 0 0 4px 4px;\n    border-radius: 0 0 4px 4px;\n  }\n  .spynav .nav > li > a:hover {\n    background-color: #ffffff;\n  }\n}\n.section-pageheader .pl-area-pad {\n  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);\n}\n.pl-ph-container {\n  -webkit-background-size: cover;\n  -moz-background-size: cover;\n  -o-background-size: cover;\n  background-size: cover;\n  background-position: center center;\n}\n.pl-ph-container .pl-content {\n  padding: 60px 0;\n}\n.pl-ph-container h2 {\n  margin: 0;\n  font-size: 40px;\n  line-height: 1.3em;\n  font-weight: 600;\n}\n.pl-ph-container .ph-sub {\n  font-size: 22px;\n  line-height: 1em;\n  font-weight: 300;\n  opacity: .7;\n}\n.pl-ph-container .ph-text {\n  float: left;\n}\n.pl-ph-container .ph-meta {\n  float: right;\n}\n.pl-ph-container .ph-meta .btn {\n  margin: 0 10px;\n}\n.pl-ph-container.format-center {\n  text-align: center;\n}\n.pl-ph-container.format-center .ph-text,\n.pl-ph-container.format-center .ph-meta {\n  float: none;\n  display: block;\n}\n.popthumbs-wrap {\n  text-align: center;\n}\n.popthumbs-wrap .popthumb {\n  width: 100%;\n  max-width: 200px;\n  display: inline-block;\n  position: relative;\n  background: #fff;\n  padding: 4px;\n  border-radius: 5px;\n  box-shadow: 0 1px 3px rgba(0,0,0,0.3);\n  margin-bottom: 8px;\n}\n.popthumbs-wrap .popthumb .expander {\n  position: absolute;\n  border: 2px solid #fff;\n  background: rgba(0,0,0,0.3);\n  box-shadow: 0 1px 2px rgba(0,0,0,0.3);\n  border-radius: 10px;\n  font-size: 20px;\n  padding: 10px;\n  text-align: center;\n  top: -17px;\n  right: -17px;\n  height: 17px;\n  width: 17px;\n  color: #fff;\n  line-height: 17px;\n}\n.popthumbs-wrap .popthumb:hover {\n  opacity: .8;\n}\n.popthumbs-wrap .popthumb-text {\n  padding: 8px 0;\n}\n.popthumbs-wrap .popthumb-text .popthumb-desc {\n  opacity: .75;\n}\n.docker-wrapper {\n  position: relative;\n}\n.docker-wrapper .docker-title {\n  margin: 0 0 15px;\n}\n.docker-wrapper .sticky-wrapper {\n  position: absolute;\n}\n.docker-wrapper .docker-sidebar {\n  border-style: solid;\n  border-width: 1px;\n  width: 280px;\n  position: absolute;\n}\n.docker-wrapper .docker-sidebar .docker-mobile-drop {\n  text-align: center;\n  font-size: 15px;\n  line-height: 40px;\n  display: none;\n  cursor: pointer;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n}\n.docker-wrapper .docker-sidebar ul {\n  padding: 10px 0;\n}\n.docker-wrapper .docker-sidebar ul lh {\n  font-weight: 600;\n  font-size: 1.2em;\n  margin-bottom: 0px;\n}\n.docker-wrapper .docker-sidebar.sticky {\n  float: none;\n  position: fixed;\n  top: 20px;\n  z-index: 6;\n  left: auto;\n}\n.docker-wrapper .docker-content {\n  margin-left: 320px;\n  padding: 20px 0;\n  min-height: 500px;\n}\n@media (max-width: 768px) {\n  .docker-wrapper .sticky-wrapper,\n  .docker-wrapper .docker-sidebar {\n    width: auto;\n    position: static !important;\n    height: auto !important;\n  }\n  .docker-wrapper .docker-sidebar .docker-mobile-drop {\n    display: block;\n  }\n  .docker-wrapper .docker-sidebar ul {\n    display: none;\n  }\n  .docker-wrapper .docker-sidebar ul.show-me {\n    display: block;\n  }\n  .docker-wrapper .docker-content {\n    margin-left: 20px;\n  }\n}\n.section-docker.pl-area .docker-wrapper {\n  padding: 0 15px;\n  box-sizing: border-box;\n}\n.socialinks-wrap .sl-text {\n  float: left;\n  line-height: 26px;\n  font-size: 12px;\n}\n.socialinks-wrap .sl-text .sl-copy {\n  padding-right: 10px;\n}\n.socialinks-wrap .sl-text .sl-nav li a {\n  padding: 0 10px;\n}\n.socialinks-wrap .sl-links {\n  float: right;\n}\n.socialinks-wrap.sl-links-left .sl-text {\n  float: right;\n}\n.socialinks-wrap.sl-links-left .sl-links {\n  float: left;\n}\n@media (max-width: 768px) {\n  .socialinks-wrap .sl-text,\n  .socialinks-wrap .sl-links {\n    float: none;\n    text-align: center;\n    margin: 10px 0;\n  }\n  .socialinks-wrap .pl-nav {\n    display: block;\n  }\n}\n.section-secondnav.container {\n  margin: 0;\n}\n.section-secondnav ul {\n  list-style: none;\n  margin: 0;\n}\n.section-secondnav ul li {\n  float: left;\n}\n.section-secondnav ul li a {\n  display: block;\n  padding: 3px 8px;\n  border: none;\n}\n.section-secondnav ul li a:active {\n  text-decoration: none;\n}\n.section-secondnav .secondnav_menu {\n  margin: 0 0 0 0px;\n}\n.flipper-heading {\n  z-index: 100;\n  position: relative;\n  margin: 7px 0;\n  min-height: 23px;\n  line-height: 20px;\n}\n.flipper-heading .flipper-title {\n  text-transform: uppercase;\n  font-weight: 600;\n  padding-top: 5px;\n}\n.flipper-heading .flipper-next,\n.flipper-heading .flipper-prev {\n  cursor: pointer;\n  display: block;\n  text-align: center;\n  margin-left: 5px;\n  -webkit-transition: all 0.1s linear 0s;\n  -moz-transition: all 0.1s linear 0s;\n  -ms-transition: all 0.1s linear 0s;\n  transition: all 0.1s linear 0s;\n  background-repeat: no-repeat !important;\n  position: absolute;\n  top: 0px;\n  height: 20px;\n  width: 20px;\n  right: 0px;\n  -webkit-border-radius: 1px;\n  -moz-border-radius: 1px;\n  border-radius: 1px;\n}\n.flipper-heading .flipper-prev {\n  right: 25px;\n}\n.flipper-heading .flipper-prev:hover,\n.flipper-heading .flipper-next:hover {\n  background-color: #337EFF;\n  color: #FFFFFF;\n}\n.pl-area.section-flipper {\n  overflow: hidden;\n}\n.pl-area.section-flipper .flipper-heading-wrap {\n  margin: 0 10px;\n  position: relative;\n}\n.pl-area.section-flipper .flipper-items .flipper-meta {\n  padding: 15px;\n}\n.section-flipper .pl-section-pad {\n  padding: 15px 0;\n  overflow: hidden;\n  position: relative;\n}\n.flipper-wrap {\n  position: relative;\n  margin-left: -10px;\n  margin-right: -10px;\n}\n.flipper-wrap .flipper {\n  opacity: 0;\n  max-height: 400px;\n}\n.flipper-wrap .flipper.flipper-loaded {\n  max-height: none;\n}\n.flipper-wrap .flipper-items {\n  overflow: hidden;\n}\n.flipper-wrap .flipper-items > li {\n  position: relative;\n  display: block;\n  float: left;\n}\n.flipper-wrap .flipper-items > li h3 {\n  position: relative;\n  top: 0px;\n  color: #fff;\n  margin-bottom: 10px;\n}\n.flipper-wrap .flipper-items > li img {\n  width: 100%;\n  display: block;\n  float: left;\n  margin-bottom: 0px;\n}\n.flipper-wrap .flipper-items.layout-grid li {\n  margin: 0px 10px 0px 10px;\n}\n.flipper-wrap .flipper-items.layout-masonry li {\n  margin: 0px;\n}\n.flipper-wrap .flipper-items .flipper-item {\n  position: relative;\n}\n.flipper-wrap .flipper-items .flipper-item .flipper-info-bg {\n  opacity: 0;\n  height: 100%;\n  width: 100%;\n  top: 0px;\n  left: 0px;\n  background-color: #337EFF;\n  position: absolute;\n  -webkit-transition: all 0.2s linear;\n  -moz-transition: all 0.2s linear;\n  -ms-transition: all 0.2s linear;\n  transition: all 0.2s linear;\n}\n.flipper-wrap .flipper-items .flipper-item .flipper-info {\n  opacity: 0;\n  position: absolute;\n  display: block;\n  height: 100%;\n  width: 100%;\n  top: 0px;\n  left: 0px;\n  color: #fff;\n  -webkit-transition: all 0.2s linear;\n  -moz-transition: all 0.2s linear;\n  -ms-transition: all 0.2s linear;\n  transition: all 0.2s linear;\n}\n.flipper-wrap .flipper-items .flipper-item .flipper-info .info-text {\n  background-color: rgba(0,0,0,0.6);\n  padding: 9px 15px;\n  color: #fff;\n  font-size: 12px;\n  line-height: 1.3em;\n  margin: 5px;\n  display: inline-block;\n  -webkit-border-radius: 3px;\n  -moz-border-radius: 3px;\n  border-radius: 3px;\n  -webkit-transition: all 0.1s linear;\n  -moz-transition: all 0.1s linear;\n  -ms-transition: all 0.1s linear;\n  transition: all 0.1s linear;\n}\n.flipper-wrap .flipper-items .flipper-item .flipper-info .info-text:hover {\n  opacity: 0.8;\n}\n.flipper-wrap .flipper-items .flipper-item .flipper-info .view,\n.flipper-wrap .flipper-items .flipper-item .flipper-info .image,\n.flipper-wrap .flipper-items .flipper-item .flipper-info .video {\n  position: absolute;\n  top: 0px;\n  left: 0px;\n  height: 100%;\n  width: 100%;\n  text-indent: -9999px;\n  color: #fff;\n  display: block;\n}\n.flipper-wrap .flipper-items .flipper-item .flipper-info span {\n  top: 0px;\n  left: 0px;\n  position: absolute;\n  display: block;\n  height: 42px;\n  width: 42px;\n  background-repeat: no-repeat;\n  background-position: center;\n  opacity: 0.8;\n  -webkit-transition: all 0.2s linear;\n  -moz-transition: all 0.2s linear;\n  -ms-transition: all 0.2s linear;\n  transition: all 0.2s linear;\n}\n.flipper-wrap .flipper-items .flipper-item .flipper-info .pl-center {\n  -webkit-transition: all 0.2s linear;\n  -moz-transition: all 0.2s linear;\n  -ms-transition: all 0.2s linear;\n  transition: all 0.2s linear;\n  text-align: center;\n  margin-top: 60px;\n}\n.flipper-wrap .flipper-items .flipper-item .flipper-info .pl-center p {\n  padding-bottom: 0px;\n}\n.flipper-wrap .flipper-items .flipper-item:hover .flipper-info {\n  opacity: 1;\n}\n.flipper-wrap .flipper-items .flipper-item:hover .flipper-info .pl-center {\n  padding-top: 20px;\n}\n.flipper-wrap .flipper-items .flipper-item:hover .flipper-info-bg {\n  opacity: 0.9;\n  filter: alpha(opacity=90);\n}\n.flipper-wrap .flipper-items .flipper-meta {\n  padding: 10px 0;\n  text-align: left;\n}\n.flipper-wrap .flipper-items .flipper-meta .pl-karma {\n  float: right;\n  margin-top: 4px;\n}\n.flipper-wrap .flipper-items .flipper-meta .flipper-post-title {\n  margin: 0;\n  line-height: 1.4em;\n}\n.flipper-wrap .flipper-items .flipper-meta .flipper-metabar {\n  opacity: .6;\n  font-size: 11.9px;\n}\n.flipper-wrap .flipper-items .flipper-excerpt {\n  opacity: .8;\n  font-size: 90%;\n  border-top-style: solid;\n  border-bottom-style: solid;\n  border-top-width: 1px;\n  border-bottom-width: 1px;\n  margin-top: 1em;\n}\n.flipper-wrap .flipper-items .flipper-excerpt p {\n  margin: 1em 0;\n}\n.revslider-container {\n  width: 100%;\n  position: relative;\n  padding: 0;\n}\n.revslider-container .pl-slider {\n  opacity: 0;\n}\n.revslider-container .tparrows {\n  background: rgba(0,0,0,0.4);\n  text-align: center;\n  height: 60px;\n  width: 60px;\n  color: #fff;\n  font-size: 40px;\n  border-radius: 2px;\n}\n.revslider-container .tparrows:hover {\n  background: rgba(0,0,0,0.8);\n  color: #fff;\n  opacity: 1;\n}\n.revslider-container .tparrows i {\n  margin: 9px 0 0 1px;\n  display: block;\n}\n.revslider-container .tp-bullets.simplebullets.square .bullet {\n  background: transparent;\n  border: 1px solid #fff;\n  width: 8px;\n  height: 8px;\n  margin: 0 5px;\n  border-radius: 6px;\n}\n.revslider-container .tp-bullets.simplebullets.square .bullet.selected,\n.revslider-container .tp-bullets.simplebullets.square .bullet:hover {\n  background: #fff;\n}\n.revslider-container .text-center {\n  text-align: center;\n}\n.revslider-container h2.slider-text {\n  font-weight: 300;\n  color: #fff;\n  -webkit-transition: all 0.3s linear;\n  -moz-transition: all 0.3s linear;\n  -ms-transition: all 0.3s linear;\n  transition: all 0.3s linear;\n  margin-bottom: 15px;\n  font-weight: inherit;\n  margin: 0;\n  font-size: 60px;\n  line-height: 1.1em;\n}\n.revslider-container h2.slider-text .title {\n  display: inline-block;\n  margin-bottom: 5px;\n}\n.revslider-container h2.slider-text small {\n  display: block;\n  font-weight: inherit;\n  font-size: 24px;\n  line-height: 1.3em;\n  padding: 8px 0;\n}\n.revslider-container.element-dark .slider-text {\n  text-shadow: 0 1px 0 rgba(255,255,255,0.4);\n  color: #000;\n}\n.revslider-container.element-dark .tparrows {\n  background: rgba(255,255,255,0.4);\n  color: #000;\n}\n.revslider-container.element-dark .tparrows:hover {\n  background: rgba(255,255,255,0.8);\n  color: #000;\n}\n.revslider-container.element-dark .tp-bullets.simplebullets.square .bullet {\n  border: 1px solid #000;\n}\n.revslider-container.element-dark .tp-bullets.simplebullets.square .bullet.selected,\n.revslider-container.element-dark .tp-bullets.simplebullets.square .bullet:hover {\n  background: #000;\n}\n.revslider-container .slider-content {\n  font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n  text-shadow: 0 -1px 0 rgba(0,0,0,0.4);\n}\n.revslider-container .slider-content.left-side,\n.revslider-container .slider-content.right-side {\n  text-align: left;\n}\n.revslider-container .slider-content.centered {\n  text-align: center;\n}\n.revslider-container .slider-content .slider-buttons {\n  padding-top: 25px;\n}\n.revslider-container .slider-content .slider-buttons a.slider-btn {\n  margin-right: 15px;\n}\n.revslider-container .slider-content .slider-buttons a.slider-btn:last-child {\n  margin-right: 0;\n}\n.revslider-container .tp-bannertimer {\n  z-index: 90;\n}\n@media (max-width: 768px) {\n  .revslider-container h2.slider-text {\n    font-size: 27px;\n    line-height: 1.1em;\n  }\n  .revslider-container h2.slider-text small {\n    font-size: 14px;\n  }\n  .revslider-container .slider-buttons .btn.btn-large {\n    padding: 4px 12px;\n    font-size: 12px;\n    letter-spacing: 0;\n  }\n}\n.pl-sharebar-pad {\n  line-height: 20px;\n  text-align: center;\n}\n.pl-sharebar-pad .txt-wrap {\n  margin: 8px 0 0;\n  opacity: .5;\n}\n.pl-sharebar-pad .txt {\n  display: inline-block;\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n  font-size: 12px;\n  line-height: 1.5em;\n  max-width: 350px;\n}\n.meta-share {\n  padding-top: 5px;\n}\n.meta-share iframe,\n.meta-share object {\n  width: auto;\n}\n.pin_wrap {\n  display: inline-block;\n}\n\";s:6:\"c_time\";d:1.03024000000000004462208380573429167270660400390625;s:4:\"time\";i:1501858495;}','no'),(142258,'wpseo_sitemap_3542_cache_validator','3EBkY','no'),(142868,'_transient_timeout_yst_sm_category_1:3AK3e_3F3hJ','1502350479','no'),(142869,'_transient_yst_sm_category_1:3AK3e_3F3hJ','C:24:\"WPSEO_Sitemap_Cache_Data\":1657:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:1609:\"<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>http://www.thetradingroom.com/category/events/</loc>\n		<lastmod>2017-01-01T20:44:02+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/category/meet-members/</loc>\n		<lastmod>2016-10-09T17:44:39+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/category/optionsline/</loc>\n		<lastmod>2014-08-12T11:35:20+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/category/pre-market-open-report/</loc>\n		<lastmod>2017-08-07T10:12:59+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/category/research-analysis/</loc>\n		<lastmod>2017-08-01T10:10:58+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/category/risk-disclosure/</loc>\n		<lastmod>2013-12-09T16:37:17+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/category/stocks-etfs-options/</loc>\n		<lastmod>2014-03-06T16:43:36+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/category/trading-room/</loc>\n		<lastmod>2016-10-09T17:29:45+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/category/trading-systems/</loc>\n		<lastmod>2016-10-09T17:29:45+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/category/uncategorized/</loc>\n		<lastmod>2017-08-01T10:10:58+00:00</lastmod>\n	</url>\n</urlset>\";}}','no'),(127865,'wpseo_sitemap_page_cache_validator','42UW5','no'),(128720,'wpseo_sitemap_3223_cache_validator','3z3OT','no'),(131712,'quttera_wp_stats','s:143:\"a:6:{s:5:\"TOTAL\";i:7264;s:5:\"CLEAN\";i:7264;s:10:\"SUSPICIOUS\";i:0;s:14:\"POT_SUSPICIOUS\";i:0;s:9:\"MALICIOUS\";i:0;s:10:\"START_TIME\";i:1480971203;}\";','no'),(142729,'_transient_timeout_pagelines_core_css','1501944894','no'),(142730,'_transient_pagelines_core_css','a:3:{s:4:\"core\";s:229986:\"html,\nbody,\ndiv,\nspan,\napplet,\nobject,\niframe,\nh1,\nh2,\nh3,\nh4,\nh5,\nh6,\np,\nblockquote,\npre,\na,\nabbr,\nacronym,\naddress,\nbig,\ncite,\ncode,\ndel,\ndfn,\nem,\nfont,\nimg,\nins,\nkbd,\nq,\ns,\nsamp,\nsmall,\nstrike,\nstrong,\nsub,\nsup,\ntt,\nvar,\nb,\nu,\ni,\ncenter,\ndl,\ndt,\ndd,\nol,\nul,\nli,\nfieldset,\nform,\nlabel,\nlegend,\ntable,\ncaption,\ntbody,\ntfoot,\nthead,\ntr,\nth,\ntd {\n  margin: 0;\n  padding: 0;\n  border: 0;\n  outline: 0;\n  font-size: 100%;\n  vertical-align: baseline;\n  background: transparent;\n}\nbody {\n  line-height: 1;\n}\nol,\nul {\n  list-style: none;\n}\nblockquote,\nq {\n  quotes: none;\n}\nblockquote:before,\nblockquote:after,\nq:before,\nq:after {\n  content: \'\';\n  content: none;\n}\n:focus {\n  outline: 0;\n}\nins {\n  text-decoration: none;\n}\ndel {\n  text-decoration: line-through;\n}\ntable {\n  border-collapse: collapse;\n  border-spacing: 0;\n}\narticle,\naside,\ndetails,\nfigcaption,\nfigure,\nfooter,\nheader,\nhgroup,\nnav,\nsection {\n  display: block;\n}\naudio,\ncanvas,\nvideo {\n  display: inline-block;\n  *display: inline;\n  *zoom: 1;\n}\naudio:not([controls]) {\n  display: none;\n}\nhtml {\n  font-size: 100%;\n  -webkit-text-size-adjust: 100%;\n  -ms-text-size-adjust: 100%;\n}\na:focus {\n  outline: thin dotted #333;\n  outline: 5px auto -webkit-focus-ring-color;\n  outline-offset: -2px;\n}\na:hover,\na:active {\n  outline: 0;\n}\nsub,\nsup {\n  position: relative;\n  font-size: 75%;\n  line-height: 0;\n  vertical-align: baseline;\n}\nsup {\n  top: -0.5em;\n}\nsub {\n  bottom: -0.25em;\n}\nimg {\n  height: auto;\n  border: 0;\n  -ms-interpolation-mode: bicubic;\n  vertical-align: middle;\n}\nbutton,\ninput,\nselect,\ntextarea {\n  margin: 0;\n  font-size: 100%;\n  vertical-align: middle;\n}\nbutton,\ninput {\n  *overflow: visible;\n  line-height: normal;\n}\nbutton::-moz-focus-inner,\ninput::-moz-focus-inner {\n  padding: 0;\n  border: 0;\n}\nbutton,\ninput[type=\"button\"],\ninput[type=\"reset\"],\ninput[type=\"submit\"] {\n  cursor: pointer;\n  -webkit-appearance: button;\n}\ninput[type=\"search\"] {\n  -webkit-appearance: textfield;\n  -webkit-box-sizing: content-box;\n  -moz-box-sizing: content-box;\n  -ms-box-sizing: content-box;\n  box-sizing: content-box;\n}\ninput[type=\"search\"]::-webkit-search-decoration,\ninput[type=\"search\"]::-webkit-search-cancel-button {\n  -webkit-appearance: none;\n}\ntextarea {\n  overflow: auto;\n  vertical-align: top;\n}\nbody {\n  zoom: 1;\n}\nbody .site-wrap {\n  background: #FFFFFF;\n  z-index: 0;\n  -webkit-transition: all .3s ease-in-out;\n  -moz-transition: all .3s ease-in-out;\n  -ms-transition: all .3s ease-in-out;\n  transition: all .3s ease-in-out;\n}\nbody .site-wrap.show-mobile-menu {\n  margin-left: -260px;\n}\nbody .site-wrap.supersized {\n  background: transparent;\n}\nbody .site-wrap #supersized {\n  background: #FFFFFF;\n}\nbody .pl-region > .template-region-wrap {\n  min-height: 450px;\n}\nbody.drag-drop-editing .pl-region > .template-region-wrap {\n  min-height: 0;\n}\nbody .pl-fixed-top {\n  background-color: #FFFFFF;\n  box-shadow: 0 1px 0 rgba(0,0,0,0.2);\n}\nbody .mm-toggle {\n  cursor: pointer;\n  position: relative;\n  z-index: 10;\n}\nbody .pl-mobile-menu {\n  position: fixed;\n  z-index: 1050;\n  margin-right: -260px;\n  width: 260px;\n  right: 0;\n  height: 100%;\n  -webkit-transition: all .3s ease-in-out;\n  -moz-transition: all .3s ease-in-out;\n  -ms-transition: all .3s ease-in-out;\n  transition: all .3s ease-in-out;\n  background: rgba(0,0,0,0.87);\n  color: rgba(255,255,255,0.5);\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n}\nbody .pl-mobile-menu.show-menu {\n  margin-right: 0px;\n}\nbody .pl-mobile-menu .mm-close {\n  cursor: pointer;\n  opacity: .5;\n}\nbody .pl-mobile-menu .mm-close:hover,\nbody .pl-mobile-menu .mm-close:active {\n  opacity: 1;\n}\nbody .pl-mobile-menu .mm-search {\n  margin: 0;\n  position: relative;\n}\nbody .pl-mobile-menu .mm-search input {\n  width: 100%;\n  margin: 0;\n  background: rgba(0,0,0,0.15);\n  border: none;\n  border-radius: 0;\n  padding-left: 30px;\n  color: #fff;\n  outline: none;\n  border-bottom: 1px solid rgba(255,255,255,0.1);\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n}\nbody .pl-mobile-menu .mm-search input:focus {\n  box-shadow: none;\n  background: rgba(255,255,255,0.15);\n}\nbody .pl-mobile-menu .mm-search input::-webkit-input-placeholder {\n  color: rgba(255,255,255,0.3);\n}\nbody .pl-mobile-menu .mm-search input::-moz-placeholder {\n  color: rgba(255,255,255,0.3);\n}\nbody .pl-mobile-menu .mm-search .btn-search {\n  position: absolute;\n  right: 21px;\n  font-size: 15px;\n  top: 5px;\n}\nbody .pl-mobile-menu .mm-holder {\n  padding: 10px 20px 20px 30px;\n  width: 210px;\n  height: 80%;\n  overflow-y: scroll;\n}\nbody .pl-mobile-menu ul.mobile-menu {\n  margin-bottom: 25px;\n  margin-right: 15px;\n}\nbody .pl-mobile-menu a {\n  color: inherit;\n}\nbody .pl-mobile-menu a:hover {\n  color: #fff;\n}\nbody .pl-mobile-menu ul li {\n  margin-bottom: 5px;\n}\nbody .pl-mobile-menu ul li ul {\n  margin: 8px 0 5px 0;\n  border-left: 1px solid rgba(255,255,255,0.1);\n  padding-left: 12px;\n}\nbody .pl-mobile-menu ul li ul li {\n  line-height: 1em;\n}\nbody .pl-mobile-menu ul li ul li a {\n  font-size: 13px;\n  line-height: 1.3em;\n}\nbody .pl-mobile-menu ul a {\n  font-size: 14px;\n  line-height: 1.4em;\n}\nbody .pl-mobile-menu ul.secondary-menu a,\nbody .pl-mobile-menu ul.secondary-menu li ul li a {\n  font-size: 12px;\n}\nbody .pl-mobile-menu ul.secondary-menu li ul {\n  margin: 5px 0 3px 0;\n}\nbody .pl-mobile-menu ul li.current_page_item > a {\n  color: #fff;\n}\nbody .pl-mobile-menu .mm-icon {\n  margin-right: 10px;\n}\nbody.display-boxed .boxed-wrap {\n  position: relative;\n  margin: 0 auto;\n  max-width: 1172px;\n  background: #FFFFFF;\n}\nbody.display-boxed .boxed-wrap.boxed-nobg {\n  background: transparent;\n}\nbody.display-boxed .boxed-wrap .pl-area-wrap > .pl-content {\n  padding-left: 16px;\n  padding-right: 16px;\n}\nbody.display-full .pl-content,\nbody.display-boxed .pl-fixed-top .pl-content {\n  position: relative;\n  max-width: 1172px;\n  margin: 0 auto;\n}\nbody .section-plcolumn {\n  margin-bottom: 0;\n}\nbody #footer section:last-child {\n  margin-bottom: 0;\n}\n.pl-section-pad {\n  padding: 15px 0;\n}\n.pl-section-pad .row:last-child > [class*=\"span\"] {\n  margin-bottom: 0;\n}\n@media (max-width: 768px) {\n  .pl-section-pad {\n    padding: 11px;\n  }\n  .pl-section-pad .row:last-child > [class*=\"span\"] {\n    margin-bottom: 15px;\n  }\n}\nbody .pl-area .pl-section {\n  margin-bottom: 0;\n}\nbody .pl-area .pl-section .pl-section > .pl-section-pad {\n  padding: 8px;\n  margin-bottom: 1em;\n}\nbody .pl-area .pl-section.section-plcolumn > .pl-section-pad {\n  padding: 0;\n}\nbody .pl-area .pl-section.section-plcolumn .pl-section:last-of-type {\n  margin-bottom: 0;\n}\n.pl-scroll-translate {\n  overflow: hidden;\n}\n@media (max-width: 768px) {\n  .pl-scroll-translate .pl-area-wrap {\n    -webkit-transform: translate(0,0) !important;\n    transform: translate(0,0) !important;\n  }\n}\n.pl-window-height {\n  position: relative;\n  background-size: cover;\n  min-height: 600px;\n}\n.pl-window-height .pl-area-wrap {\n  display: none;\n  position: absolute;\n  width: 100%;\n  top: 50%;\n}\n.pl-area-wrap {\n  background-position: 50% 0;\n}\n.pl-bg-cover {\n  background-position: 50% 50%;\n  -webkit-background-size: cover;\n  -moz-background-size: cover;\n  -o-background-size: cover;\n  background-size: cover;\n}\n.pl-bg-repeat {\n  background-repeat: repeat;\n}\nh2.pl-section-title {\n  text-align: center;\n  padding: 40px;\n  font-weight: 300;\n  margin: 0;\n}\nh3.pl-section-title {\n  font-size: 19px;\n  line-height: 22px;\n  margin: 0 0 12px;\n}\n.pl-link {\n  color: #337EFF;\n}\n.pl-link-inverse {\n  background: #337EFF;\n  color: #FFFFFF;\n}\n.nav-theme li > a,\n.nav-theme li > span {\n  border-color: #000000;\n}\n.nav-theme li:hover > a,\n.nav-theme li:hover > span,\n.nav-theme li.active > a,\n.nav-theme li.active > span {\n  background-color: #000000;\n}\n.theme-list-nav li a,\n.theme-list-nav lh a {\n  color: #000000;\n  display: block;\n  padding: 4px 20px;\n}\n.theme-list-nav li:hover a,\n.theme-list-nav li.current-menu-item a,\n.theme-list-nav lh:hover a,\n.theme-list-nav lh.current-menu-item a {\n  background-color: rgba(0,0,0,0.05);\n}\n.pl-border {\n  border-color: #dddddd;\n}\n.pl-contrast {\n  background-color: rgba(0,0,0,0.05);\n}\n.pl-contrast .pl-contrast,\n.pl-contrast .widget li,\n.pl-contrast .pl-border {\n  border-color: rgba(0,0,0,0.1);\n}\n.pl-base {\n  background-color: #FFFFFF;\n}\n.pl-white,\n.pl-light-img {\n  color: #000;\n  background-color: #fff;\n}\n.pl-white h1,\n.pl-white h2,\n.pl-white h3,\n.pl-white h4,\n.pl-white h5,\n.pl-white h6,\n.pl-white a,\n.pl-white blockquote,\n.pl-white .metahead a,\n.pl-light-img h1,\n.pl-light-img h2,\n.pl-light-img h3,\n.pl-light-img h4,\n.pl-light-img h5,\n.pl-light-img h6,\n.pl-light-img a,\n.pl-light-img blockquote,\n.pl-light-img .metahead a {\n  color: #000;\n}\n.pl-white a:hover,\n.pl-light-img a:hover {\n  opacity: .7;\n  color: inherit;\n}\n.pl-white .pl-base,\n.pl-light-img .pl-base {\n  background-color: #fff;\n}\n.pl-white .widget li,\n.pl-white .pl-border,\n.pl-light-img .widget li,\n.pl-light-img .pl-border {\n  border-color: #eee;\n}\n.pl-white .nav-theme li > a,\n.pl-white .nav-theme li > span,\n.pl-light-img .nav-theme li > a,\n.pl-light-img .nav-theme li > span {\n  border-color: #000;\n}\n.pl-white .nav-theme li:hover > a,\n.pl-white .nav-theme li:hover > span,\n.pl-white .nav-theme li.active > a,\n.pl-white .nav-theme li.active > span,\n.pl-light-img .nav-theme li:hover > a,\n.pl-light-img .nav-theme li:hover > span,\n.pl-light-img .nav-theme li.active > a,\n.pl-light-img .nav-theme li.active > span {\n  background-color: #000;\n}\n.pl-white .pl-contrast,\n.pl-light-img .pl-contrast {\n  color: #000;\n  border-color: #000;\n}\n.pl-white .pl-link,\n.pl-light-img .pl-link {\n  color: #000;\n}\n.pl-white .pl-social-counter,\n.pl-light-img .pl-social-counter {\n  border-right-color: rgba(0,0,0,0.4);\n}\n.pl-white .pl-social-counter .pl-social-icon i,\n.pl-light-img .pl-social-counter .pl-social-icon i {\n  color: #000;\n  opacity: .5;\n}\n.pl-white .pl-social-counter:hover .pl-social-icon i,\n.pl-white .pl-social-counter.loved .pl-social-icon i,\n.pl-light-img .pl-social-counter:hover .pl-social-icon i,\n.pl-light-img .pl-social-counter.loved .pl-social-icon i {\n  opacity: 1;\n}\n.pl-black,\n.pl-grey,\n.pl-dark-img {\n  color: rgba(255,255,255,0.7);\n}\n.pl-black h1,\n.pl-black h2,\n.pl-black h3,\n.pl-black h4,\n.pl-black h5,\n.pl-black h6,\n.pl-black a,\n.pl-black blockquote,\n.pl-grey h1,\n.pl-grey h2,\n.pl-grey h3,\n.pl-grey h4,\n.pl-grey h5,\n.pl-grey h6,\n.pl-grey a,\n.pl-grey blockquote,\n.pl-dark-img h1,\n.pl-dark-img h2,\n.pl-dark-img h3,\n.pl-dark-img h4,\n.pl-dark-img h5,\n.pl-dark-img h6,\n.pl-dark-img a,\n.pl-dark-img blockquote {\n  color: #fff;\n}\n.pl-black .nav-theme li > a,\n.pl-black .nav-theme li > span,\n.pl-grey .nav-theme li > a,\n.pl-grey .nav-theme li > span,\n.pl-dark-img .nav-theme li > a,\n.pl-dark-img .nav-theme li > span {\n  border-color: #fff;\n}\n.pl-black .nav-theme li:hover > a,\n.pl-black .nav-theme li:hover > span,\n.pl-black .nav-theme li.active > a,\n.pl-black .nav-theme li.active > span,\n.pl-grey .nav-theme li:hover > a,\n.pl-grey .nav-theme li:hover > span,\n.pl-grey .nav-theme li.active > a,\n.pl-grey .nav-theme li.active > span,\n.pl-dark-img .nav-theme li:hover > a,\n.pl-dark-img .nav-theme li:hover > span,\n.pl-dark-img .nav-theme li.active > a,\n.pl-dark-img .nav-theme li.active > span {\n  background-color: #fff;\n}\n.pl-black .widget li,\n.pl-black .pl-border,\n.pl-grey .widget li,\n.pl-grey .pl-border,\n.pl-dark-img .widget li,\n.pl-dark-img .pl-border {\n  border-color: rgba(255,255,255,0.2);\n}\n.pl-black a:hover,\n.pl-grey a:hover,\n.pl-dark-img a:hover {\n  opacity: .7;\n  color: inherit;\n}\n.pl-black .theme-list-nav li a,\n.pl-black .theme-list-nav lh a,\n.pl-grey .theme-list-nav li a,\n.pl-grey .theme-list-nav lh a,\n.pl-dark-img .theme-list-nav li a,\n.pl-dark-img .theme-list-nav lh a {\n  color: #fff;\n}\n.pl-black .theme-list-nav li:hover a,\n.pl-black .theme-list-nav li.current-menu-item a,\n.pl-black .theme-list-nav lh:hover a,\n.pl-black .theme-list-nav lh.current-menu-item a,\n.pl-grey .theme-list-nav li:hover a,\n.pl-grey .theme-list-nav li.current-menu-item a,\n.pl-grey .theme-list-nav lh:hover a,\n.pl-grey .theme-list-nav lh.current-menu-item a,\n.pl-dark-img .theme-list-nav li:hover a,\n.pl-dark-img .theme-list-nav li.current-menu-item a,\n.pl-dark-img .theme-list-nav lh:hover a,\n.pl-dark-img .theme-list-nav lh.current-menu-item a {\n  background-color: rgba(255,255,255,0.2);\n}\n.pl-black .pl-social-counter,\n.pl-grey .pl-social-counter,\n.pl-dark-img .pl-social-counter {\n  border-right-color: rgba(255,255,255,0.5);\n}\n.pl-black .pl-social-counter .pl-social-icon i,\n.pl-grey .pl-social-counter .pl-social-icon i,\n.pl-dark-img .pl-social-counter .pl-social-icon i {\n  color: #fff;\n  opacity: .5;\n}\n.pl-black .pl-social-counter:hover .pl-social-icon i,\n.pl-black .pl-social-counter.loved .pl-social-icon i,\n.pl-grey .pl-social-counter:hover .pl-social-icon i,\n.pl-grey .pl-social-counter.loved .pl-social-icon i,\n.pl-dark-img .pl-social-counter:hover .pl-social-icon i,\n.pl-dark-img .pl-social-counter.loved .pl-social-icon i {\n  opacity: 1;\n}\n.pl-black .pl-contrast,\n.pl-grey .pl-contrast,\n.pl-dark-img .pl-contrast {\n  background-color: rgba(255,255,255,0.2);\n}\n.pl-black .pl-link,\n.pl-grey .pl-link,\n.pl-dark-img .pl-link {\n  color: #fff;\n}\n.pl-black {\n  background-color: #000;\n}\n.pl-black .pl-base {\n  background-color: #000;\n}\n.pl-grey {\n  background-color: #1c1c1c;\n}\n.pl-grey .pl-base {\n  background-color: #1c1c1c;\n}\n.pl-dark-img {\n  color: #fff;\n  background-color: #000;\n  text-shadow: 0 -1px 0 rgba(0,0,0,0.8);\n}\n.pl-dark-img .pl-base {\n  background-color: #000;\n}\n.pl-light-img {\n  color: #000;\n  text-shadow: 0 1px 0 rgba(255,255,255,0.5);\n}\n.pl-fixed-top {\n  position: fixed;\n  z-index: 1030;\n  left: 0;\n  width: 100%;\n}\n.fixed-top-pusher {\n  -webkit-transition: height 0.4s linear;\n  -moz-transition: height 0.4s linear;\n  -ms-transition: height 0.4s linear;\n  transition: height 0.4s linear;\n}\n@media (max-width: 768px) {\n  .pl-fixed-top {\n    position: static;\n  }\n  .fixed-top-pusher {\n    display: none;\n  }\n}\n.column-boxed {\n  border-style: solid;\n  border-width: 1px;\n  box-sizing: border-box;\n  margin-bottom: 20px;\n}\n.pl-load-element {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  background: #f6f6f6;\n}\n.pl-load-element .pl-spin-c {\n  padding-top: 100px;\n}\n.no-js .pl-loader {\n  display: none;\n}\nbody {\n  margin: 0;\n}\n.pl-loader {\n  display: block;\n  top: 0;\n  width: 100%;\n  height: 100%;\n  background: #FFFFFF;\n  text-align: center;\n}\n.pl-loader.pl-loader-page {\n  position: fixed;\n  z-index: 100000;\n}\n.pl-loader.pl-loader-element {\n  position: absolute;\n  background: #dddddd;\n}\n.pl-loader.pl-loader-element .pl-loader-content {\n  position: absolute;\n  top: 50%;\n  left: 50%;\n  margin: -30px 0 0 -30px;\n}\n.pl-loader a {\n  color: #337EFF;\n}\n.pl-loader,\n.pl-loader p {\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n  color: #000000;\n}\n.pl-spinner {\n  height: 60px;\n  width: 60px;\n  margin: 0 auto;\n  position: relative;\n  -webkit-animation: pl-rotation .6s infinite linear;\n  border: 6px solid rgba(51,126,255,0.3);\n  border-radius: 100%;\n}\n.pl-spinner:before {\n  content: \"\";\n  display: block;\n  position: absolute;\n  left: -6px;\n  top: -6px;\n  height: 100%;\n  width: 100%;\n  border-top: 6px solid #337EFF;\n  border-left: 6px solid transparent;\n  border-bottom: 6px solid transparent;\n  border-right: 6px solid transparent;\n  border-radius: 100%;\n}\n@-webkit-keyframes pl-rotation {\n  from {\n    -webkit-transform: rotate(0deg);\n  }\n  to {\n    -webkit-transform: rotate(359deg);\n  }\n}\nbody .pl-content img {\n  max-width: 100%;\n  height: auto;\n  width: auto \\9;\n}\nbody .ie8 img {\n  width: auto;\n  height: auto;\n}\nbody .hentry iframe,\nbody .hentry video,\nbody .hentry object {\n  max-width: 100%;\n}\n@media screen and (max-width: 768px) {\n  .site-wrap {\n    -webkit-backface-visibility: hidden;\n  }\n}\n.buttons_added input[type=\"button\"] {\n  -webkit-box-sizing: content-box;\n  -moz-box-sizing: content-box;\n  -ms-box-sizing: content-box;\n  box-sizing: content-box;\n}\n.buttons_added input[type=\"number\"] {\n  margin-bottom: 0;\n}\n.woocommerce .product-thumb-wrap {\n  overflow: hidden;\n  position: relative;\n}\n.woocommerce .widget_shopping_cart .total,\n.woocommerce-page .widget_shopping_cart .total,\nbody.woocommerce #content .widget_shopping_cart .total,\nbody.woocommerce-page #content .widget_shopping_cart .total {\n  border-top: none;\n}\n.woocommerce .shipping-calculator-button,\n.woocommerce-page .shipping-calculator-button,\nbody.woocommerce #content .shipping-calculator-button,\nbody.woocommerce-page #content .shipping-calculator-button {\n  font-size: 20px;\n}\n.woocommerce .shipping-calculator-button:after,\n.woocommerce-page .shipping-calculator-button:after,\nbody.woocommerce #content .shipping-calculator-button:after,\nbody.woocommerce-page #content .shipping-calculator-button:after {\n  font-size: 12px;\n}\n.woocommerce input.button,\n.woocommerce a.button,\n.woocommerce button.button,\n.woocommerce #respond input#submit,\n.woocommerce-page input.button,\n.woocommerce-page a.button,\n.woocommerce-page button.button,\n.woocommerce-page #respond input#submit,\nbody.woocommerce #content input.button,\nbody.woocommerce #content a.button,\nbody.woocommerce #content button.button,\nbody.woocommerce #content #respond input#submit,\nbody.woocommerce-page #content input.button,\nbody.woocommerce-page #content a.button,\nbody.woocommerce-page #content button.button,\nbody.woocommerce-page #content #respond input#submit {\n  box-shadow: none;\n  background: #eee;\n  border: 1px solid #cdcdcd;\n}\n.woocommerce input.button:hover,\n.woocommerce a.button:hover,\n.woocommerce button.button:hover,\n.woocommerce #respond input#submit:hover,\n.woocommerce-page input.button:hover,\n.woocommerce-page a.button:hover,\n.woocommerce-page button.button:hover,\n.woocommerce-page #respond input#submit:hover,\nbody.woocommerce #content input.button:hover,\nbody.woocommerce #content a.button:hover,\nbody.woocommerce #content button.button:hover,\nbody.woocommerce #content #respond input#submit:hover,\nbody.woocommerce-page #content input.button:hover,\nbody.woocommerce-page #content a.button:hover,\nbody.woocommerce-page #content button.button:hover,\nbody.woocommerce-page #content #respond input#submit:hover {\n  background: #ddd;\n  border: 1px solid #ccc;\n}\n.woocommerce input.button.alt,\n.woocommerce a.button.alt,\n.woocommerce button.button.alt,\n.woocommerce #respond input#submit.alt,\n.woocommerce-page input.button.alt,\n.woocommerce-page a.button.alt,\n.woocommerce-page button.button.alt,\n.woocommerce-page #respond input#submit.alt,\nbody.woocommerce #content input.button.alt,\nbody.woocommerce #content a.button.alt,\nbody.woocommerce #content button.button.alt,\nbody.woocommerce #content #respond input#submit.alt,\nbody.woocommerce-page #content input.button.alt,\nbody.woocommerce-page #content a.button.alt,\nbody.woocommerce-page #content button.button.alt,\nbody.woocommerce-page #content #respond input#submit.alt {\n  background: #337EFF;\n  border: 1px solid #005eff;\n}\n.woocommerce input.button.alt:hover,\n.woocommerce a.button.alt:hover,\n.woocommerce button.button.alt:hover,\n.woocommerce #respond input#submit.alt:hover,\n.woocommerce-page input.button.alt:hover,\n.woocommerce-page a.button.alt:hover,\n.woocommerce-page button.button.alt:hover,\n.woocommerce-page #respond input#submit.alt:hover,\nbody.woocommerce #content input.button.alt:hover,\nbody.woocommerce #content a.button.alt:hover,\nbody.woocommerce #content button.button.alt:hover,\nbody.woocommerce #content #respond input#submit.alt:hover,\nbody.woocommerce-page #content input.button.alt:hover,\nbody.woocommerce-page #content a.button.alt:hover,\nbody.woocommerce-page #content button.button.alt:hover,\nbody.woocommerce-page #content #respond input#submit.alt:hover {\n  background: #4d8eff;\n}\n.woocommerce table.cart td.actions .coupon .input-text,\n.woocommerce-page table.cart td.actions .coupon .input-text,\nbody.woocommerce #content table.cart td.actions .coupon .input-text,\nbody.woocommerce-page #content table.cart td.actions .coupon .input-text {\n  height: 25px;\n}\n.woocommerce table.shop_table,\n.woocommerce-page table.shop_table,\nbody.woocommerce #content table.shop_table,\nbody.woocommerce-page #content table.shop_table {\n  border: none;\n}\n.woocommerce #payment div.payment_box,\n.woocommerce-page #payment div.payment_box,\nbody.woocommerce #content #payment div.payment_box,\nbody.woocommerce-page #content #payment div.payment_box {\n  box-shadow: none;\n}\n.woocommerce .woocommerce-message,\n.woocommerce .woocommerce-error,\n.woocommerce .woocommerce-info,\n.woocommerce-page .woocommerce-message,\n.woocommerce-page .woocommerce-error,\n.woocommerce-page .woocommerce-info,\nbody.woocommerce #content .woocommerce-message,\nbody.woocommerce #content .woocommerce-error,\nbody.woocommerce #content .woocommerce-info,\nbody.woocommerce-page #content .woocommerce-message,\nbody.woocommerce-page #content .woocommerce-error,\nbody.woocommerce-page #content .woocommerce-info {\n  padding: 5px 10px !important;\n  font-weight: 400;\n  font-size: 12px;\n  text-shadow: none;\n  border: none;\n  background: #337EFF;\n  color: #FFFFFF;\n  box-shadow: none;\n  -webkit-border-radius: 0px;\n  -moz-border-radius: 0px;\n  border-radius: 0px;\n}\n.woocommerce .woocommerce-message .button,\n.woocommerce .woocommerce-error .button,\n.woocommerce .woocommerce-info .button,\n.woocommerce-page .woocommerce-message .button,\n.woocommerce-page .woocommerce-error .button,\n.woocommerce-page .woocommerce-info .button,\nbody.woocommerce #content .woocommerce-message .button,\nbody.woocommerce #content .woocommerce-error .button,\nbody.woocommerce #content .woocommerce-info .button,\nbody.woocommerce-page #content .woocommerce-message .button,\nbody.woocommerce-page #content .woocommerce-error .button,\nbody.woocommerce-page #content .woocommerce-info .button {\n  padding: 4px 7px;\n  font-size: 10px;\n  border: 1px solid transparent;\n}\n.woocommerce .woocommerce-message:before,\n.woocommerce .woocommerce-error:before,\n.woocommerce .woocommerce-info:before,\n.woocommerce-page .woocommerce-message:before,\n.woocommerce-page .woocommerce-error:before,\n.woocommerce-page .woocommerce-info:before,\nbody.woocommerce #content .woocommerce-message:before,\nbody.woocommerce #content .woocommerce-error:before,\nbody.woocommerce #content .woocommerce-info:before,\nbody.woocommerce-page #content .woocommerce-message:before,\nbody.woocommerce-page #content .woocommerce-error:before,\nbody.woocommerce-page #content .woocommerce-info:before {\n  padding-top: 10px;\n  display: none;\n}\n.woocommerce h3 label,\n.woocommerce .payment_methods label,\n.woocommerce-page h3 label,\n.woocommerce-page .payment_methods label,\nbody.woocommerce #content h3 label,\nbody.woocommerce #content .payment_methods label,\nbody.woocommerce-page #content h3 label,\nbody.woocommerce-page #content .payment_methods label {\n  font-size: inherit;\n  font-weight: inherit;\n  display: inline;\n  padding: 0;\n}\n.woocommerce #content div.product div.images img,\n.woocommerce #content div.product div.images img:hover,\n.woocommerce-page #content div.product div.images img,\n.woocommerce-page #content div.product div.images img:hover,\nbody.woocommerce #content #content div.product div.images img,\nbody.woocommerce #content #content div.product div.images img:hover,\nbody.woocommerce-page #content #content div.product div.images img,\nbody.woocommerce-page #content #content div.product div.images img:hover {\n  box-shadow: none;\n}\n.woocommerce ul.products li.product .onsale,\n.woocommerce span.onsale,\n.woocommerce-page ul.products li.product .onsale,\n.woocommerce-page span.onsale,\nbody.woocommerce #content ul.products li.product .onsale,\nbody.woocommerce #content span.onsale,\nbody.woocommerce-page #content ul.products li.product .onsale,\nbody.woocommerce-page #content span.onsale {\n  position: absolute;\n  z-index: 10;\n  background: #337EFF;\n}\n.woocommerce ul.products li.product .price,\n.woocommerce div.product .price,\n.woocommerce-page ul.products li.product .price,\n.woocommerce-page div.product .price,\nbody.woocommerce #content ul.products li.product .price,\nbody.woocommerce #content div.product .price,\nbody.woocommerce-page #content ul.products li.product .price,\nbody.woocommerce-page #content div.product .price {\n  color: #337EFF;\n}\n.woocommerce ul.products li.product,\n.woocommerce-page ul.products li.product,\nbody.woocommerce #content ul.products li.product,\nbody.woocommerce-page #content ul.products li.product {\n  border-bottom: none;\n}\n.woocommerce ul.products li.product .product-thumb-wrap,\n.woocommerce-page ul.products li.product .product-thumb-wrap,\nbody.woocommerce #content ul.products li.product .product-thumb-wrap,\nbody.woocommerce-page #content ul.products li.product .product-thumb-wrap {\n  overflow: hidden;\n  position: relative;\n  margin-bottom: 10px;\n}\n.woocommerce ul.products li.product .product-thumb-wrap a img,\n.woocommerce-page ul.products li.product .product-thumb-wrap a img,\nbody.woocommerce #content ul.products li.product .product-thumb-wrap a img,\nbody.woocommerce-page #content ul.products li.product .product-thumb-wrap a img {\n  margin: 0;\n}\n.woocommerce ul.products li.product .product-thumb-wrap .add_to_cart_button,\n.woocommerce ul.products li.product .product-thumb-wrap .product_type_variable,\n.woocommerce ul.products li.product .product-thumb-wrap .product_type_grouped,\n.woocommerce ul.products li.product .product-thumb-wrap a.btn,\n.woocommerce-page ul.products li.product .product-thumb-wrap .add_to_cart_button,\n.woocommerce-page ul.products li.product .product-thumb-wrap .product_type_variable,\n.woocommerce-page ul.products li.product .product-thumb-wrap .product_type_grouped,\n.woocommerce-page ul.products li.product .product-thumb-wrap a.btn,\nbody.woocommerce #content ul.products li.product .product-thumb-wrap .add_to_cart_button,\nbody.woocommerce #content ul.products li.product .product-thumb-wrap .product_type_variable,\nbody.woocommerce #content ul.products li.product .product-thumb-wrap .product_type_grouped,\nbody.woocommerce #content ul.products li.product .product-thumb-wrap a.btn,\nbody.woocommerce-page #content ul.products li.product .product-thumb-wrap .add_to_cart_button,\nbody.woocommerce-page #content ul.products li.product .product-thumb-wrap .product_type_variable,\nbody.woocommerce-page #content ul.products li.product .product-thumb-wrap .product_type_grouped,\nbody.woocommerce-page #content ul.products li.product .product-thumb-wrap a.btn {\n  position: absolute;\n  bottom: -50px;\n  top: auto;\n  right: 0px;\n  padding: 15px;\n  border-radius: 0;\n  -webkit-transition: all .5s;\n  -moz-transition: all .5s;\n  -ms-transition: all .5s;\n  transition: all .5s;\n}\n.woocommerce ul.products li.product .product-thumb-wrap:hover .add_to_cart_button,\n.woocommerce ul.products li.product .product-thumb-wrap:hover .product_type_variable,\n.woocommerce ul.products li.product .product-thumb-wrap:hover .product_type_grouped,\n.woocommerce ul.products li.product .product-thumb-wrap:hover a.btn,\n.woocommerce-page ul.products li.product .product-thumb-wrap:hover .add_to_cart_button,\n.woocommerce-page ul.products li.product .product-thumb-wrap:hover .product_type_variable,\n.woocommerce-page ul.products li.product .product-thumb-wrap:hover .product_type_grouped,\n.woocommerce-page ul.products li.product .product-thumb-wrap:hover a.btn,\nbody.woocommerce #content ul.products li.product .product-thumb-wrap:hover .add_to_cart_button,\nbody.woocommerce #content ul.products li.product .product-thumb-wrap:hover .product_type_variable,\nbody.woocommerce #content ul.products li.product .product-thumb-wrap:hover .product_type_grouped,\nbody.woocommerce #content ul.products li.product .product-thumb-wrap:hover a.btn,\nbody.woocommerce-page #content ul.products li.product .product-thumb-wrap:hover .add_to_cart_button,\nbody.woocommerce-page #content ul.products li.product .product-thumb-wrap:hover .product_type_variable,\nbody.woocommerce-page #content ul.products li.product .product-thumb-wrap:hover .product_type_grouped,\nbody.woocommerce-page #content ul.products li.product .product-thumb-wrap:hover a.btn {\n  bottom: 0px;\n}\n.woocommerce ul.products li.product > a,\n.woocommerce-page ul.products li.product > a,\nbody.woocommerce #content ul.products li.product > a,\nbody.woocommerce-page #content ul.products li.product > a {\n  color: inherit;\n}\n.woocommerce ul.products li.product > a:hover img,\n.woocommerce ul.products li.product > a img,\n.woocommerce-page ul.products li.product > a:hover img,\n.woocommerce-page ul.products li.product > a img,\nbody.woocommerce #content ul.products li.product > a:hover img,\nbody.woocommerce #content ul.products li.product > a img,\nbody.woocommerce-page #content ul.products li.product > a:hover img,\nbody.woocommerce-page #content ul.products li.product > a img {\n  box-shadow: none;\n}\n.woocommerce ul.products li.product h3,\n.woocommerce-page ul.products li.product h3,\nbody.woocommerce #content ul.products li.product h3,\nbody.woocommerce-page #content ul.products li.product h3 {\n  font-size: 19px;\n  padding: 0;\n  margin: 0;\n}\n.woocommerce div.product .woocommerce-tabs ul.tabs,\n.woocommerce-page div.product .woocommerce-tabs ul.tabs,\nbody.woocommerce #content div.product .woocommerce-tabs ul.tabs,\nbody.woocommerce-page #content div.product .woocommerce-tabs ul.tabs {\n  padding: 0;\n}\n.woocommerce div.product .woocommerce-tabs ul.tabs:before,\n.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,\nbody.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,\nbody.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {\n  border: none;\n}\n.woocommerce div.product .woocommerce-tabs ul.tabs li,\n.woocommerce div.product .woocommerce-tabs ul.tabs li.active,\n.woocommerce-page div.product .woocommerce-tabs ul.tabs li,\n.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,\nbody.woocommerce #content div.product .woocommerce-tabs ul.tabs li,\nbody.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,\nbody.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,\nbody.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {\n  box-shadow: none;\n  border: none;\n  border-radius: 0;\n  margin: 0;\n  text-shadow: none;\n  transition: none;\n}\n.woocommerce div.product .woocommerce-tabs ul.tabs li:before,\n.woocommerce div.product .woocommerce-tabs ul.tabs li:after,\n.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,\n.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,\n.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,\n.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,\n.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before,\n.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:after,\nbody.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,\nbody.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,\nbody.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before,\nbody.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:after,\nbody.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,\nbody.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after,\nbody.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before,\nbody.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:after {\n  border: none;\n  box-shadow: none;\n  border-radius: 0;\n}\n.woocommerce div.product .woocommerce-tabs ul.tabs li,\n.woocommerce-page div.product .woocommerce-tabs ul.tabs li,\nbody.woocommerce #content div.product .woocommerce-tabs ul.tabs li,\nbody.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {\n  background: #e9e9e9;\n}\n.woocommerce div.product .woocommerce-tabs ul.tabs li.active,\n.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,\nbody.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,\nbody.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {\n  background: #337EFF;\n  color: #FFFFFF;\n}\n.pl-linkbox {\n  background-color: #337EFF;\n  color: #FFFFFF;\n  display: block;\n  padding: 15px;\n  position: relative;\n  transition: all 0.2s linear 0s;\n}\n.pl-linkbox[href]:hover {\n  background: #000;\n  color: #fff;\n}\n.pl-linkbox .linkbox-icon {\n  float: right;\n}\n.pl-linkbox .author {\n  display: inline-block;\n  margin-top: 5px;\n}\n#page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {\n  background: #337EFF;\n}\n#page .mejs-controls .mejs-time-rail .mejs-time-current {\n  background: #337EFF;\n}\n#page .mejs-controls .mejs-time-rail .mejs-time-loaded {\n  background: #000;\n}\n.format-gallery.use-flex-gallery .gallery {\n  display: none;\n}\n.flex-gallery {\n  padding: 0;\n  margin: 0 0 15px;\n  position: relative;\n  zoom: 1;\n  background-color: transparent;\n  overflow: hidden;\n}\n.flex-gallery .slides {\n  zoom: 1;\n  list-style-type: 0;\n  margin: 0;\n}\n.flex-gallery .slides > li {\n  display: none;\n  -webkit-backface-visibility: hidden;\n}\n.flex-gallery .slides img {\n  width: 100%;\n  display: block;\n}\n.flex-gallery .slides:after {\n  content: \".\";\n  display: block;\n  clear: both;\n  visibility: hidden;\n  line-height: 0;\n  height: 0;\n}\n.flex-gallery ul {\n  position: relative;\n  z-index: 1000;\n  margin: 0px;\n}\n.flex-gallery ul li {\n  list-style: none;\n}\n.flex-gallery ul li img {\n  margin-bottom: 0px !important;\n}\n.flex-gallery ul li .flex-caption {\n  position: absolute;\n  bottom: 0;\n  width: 100%;\n  color: #fff;\n  background: rgba(0,0,0,0.5);\n  margin: 0;\n  padding: 10px;\n}\n.flex-gallery ul.flex-direction-nav {\n  margin: 0 !important;\n  position: absolute !important;\n  top: 8px;\n  *height: 0;\n}\n.flex-gallery ul.flex-direction-nav li {\n  float: left;\n  margin-left: 8px;\n}\n.flex-gallery ul.flex-direction-nav a {\n  display: block;\n  position: relative;\n  background-color: rgba(0,0,0,0.5);\n  color: #FFFFFF;\n  height: 25px;\n  width: 25px;\n  text-align: center;\n  transition: all 0.2s linear;\n  border-radius: 1px 1px 1px 1px;\n}\n.flex-gallery ul.flex-direction-nav a:hover {\n  background-color: #000000;\n}\n.flex-gallery ul.flex-direction-nav a i {\n  line-height: 25px;\n}\n.flex-gallery ul.flex-direction-nav a.flex-next {\n  padding-left: 2px;\n}\n.flex-gallery ul.flex-direction-nav a.flex-prev {\n  padding-right: 2px;\n}\n.flex-gallery .flex-control-nav {\n  display: none;\n}\nhtml[xmlns] .slides {\n  display: block;\n}\n* html .slides {\n  height: 1%;\n}\n.no-js .slides > li:first-child {\n  display: block;\n}\n.flex-viewport {\n  max-height: 2000px;\n  -webkit-transition: all 1s ease;\n  -moz-transition: all 1s ease;\n  transition: all 1s ease;\n}\n.loading .flex-viewport {\n  max-height: 300px;\n}\n.post-nav,\n.current_posts_info {\n  padding: 5px 10px;\n  position: relative;\n}\n.post-nav a,\n.current_posts_info a {\n  text-decoration: none;\n}\n.post-nav a:hover,\n.current_posts_info a:hover {\n  opacity: .7;\n}\n.post-nav .previous a,\n.current_posts_info .previous a {\n  float: left;\n}\n.post-nav .next a,\n.current_posts_info .next a {\n  float: right;\n  text-align: right;\n}\n.post-nav .previous i,\n.post-nav .next i,\n.current_posts_info .previous i,\n.current_posts_info .next i {\n  margin: 0 5px;\n}\n.post-nav .previous a,\n.post-nav .next a,\n.current_posts_info .previous a,\n.current_posts_info .next a {\n  line-height: 16px;\n  display: block;\n}\n.wp-caption {\n  text-align: center;\n  padding: 8px 4px 4px;\n  border-radius: 3px;\n  max-width: 98%;\n  margin-bottom: 1em;\n  background-color: #f6f6f6;\n  border: 1px solid #dddddd;\n}\n.wp-caption .wp-caption-text {\n  font-size: 11px;\n  line-height: 16px;\n  text-align: center;\n  margin: 0;\n  padding: 6px 0 2px;\n}\n.wp-caption img {\n  display: inline-block;\n  margin: 0;\n  padding: 2px;\n  border: 0 none;\n  background: rgba(255,255,255,0.6);\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  -ms-box-sizing: border-box;\n  box-sizing: border-box;\n}\n.wp-caption .wp-caption-dd {\n  font-size: 11px;\n  line-height: 17px;\n  padding: 0 4px 5px;\n  margin: 0;\n}\n#wp-calendar {\n  overflow: hidden;\n  padding: 0;\n  text-align: center;\n  padding: 8px 15px;\n  margin: 0;\n  margin-top: 5px;\n  width: 100%;\n  border-collapse: collapse;\n}\n#wp-calendar thead th,\n#wp-calendar caption {\n  background-color: #f2f2f2;\n  color: rgba(0,0,0,0.6);\n}\n#wp-calendar caption {\n  background-color: #f2f2f2;\n  font-size: .9em;\n  padding: 2px;\n  font-weight: normal;\n  font-weight: bold;\n}\n#wp-calendar thead th {\n  background-color: #f6f6f6;\n  padding: 2px;\n  font-size: .9em;\n}\n#wp-calendar td {\n  padding: 4px 8px;\n}\n#wp-calendar #today {\n  background-color: #f2f2f2;\n  font-weight: bold;\n}\n.widget {\n  margin: 0;\n  margin-bottom: 15px;\n  overflow: hidden;\n}\n.widget .widget-title,\n.widget .widgettitle {\n  text-align: left;\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n  font-weight: 600;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n  font-size: 12px;\n  line-height: 20px;\n  margin-bottom: 5px;\n}\n.widget .widget-title > a,\n.widget .widgettitle > a {\n  color: inherit;\n}\n.widget .widget-pad {\n  padding: 10px;\n}\n.widget .tagcloud {\n  padding: .7em;\n  line-height: 1.4em;\n}\n.widget.widget_search .widget-title {\n  margin-bottom: 10px;\n}\n.widget.widget_archive .postform,\n.widget.widget_categories .postform {\n  margin: 10px 10px;\n}\n.widget.widget_recent_comments li {\n  padding: 4px;\n}\n.widget .textwidget {\n  font-size: 11.9px;\n}\n.widget .textwidget > p,\n.widget .textwidget > address,\n.widget .textwidget > blockquote {\n  margin: 1em 0;\n}\n.widget .textwidget > p:first-child,\n.widget .textwidget > address:first-child,\n.widget .textwidget > blockquote:first-child {\n  margin-top: 0;\n}\n.widget .textwidget > p:last-child,\n.widget .textwidget > address:last-child,\n.widget .textwidget > blockquote:last-child {\n  margin-bottom: 0;\n}\n.widget ul {\n  font-size: 11.9px;\n}\n.widget ul.sub-menu {\n  margin: 0px;\n}\n.widget li {\n  padding: 8px 0px;\n  list-style: none;\n  margin: 0;\n  border-bottom-width: 1px;\n  border-bottom-style: solid;\n  border-color: #f2f2f2;\n  display: block;\n}\n.widget li li {\n  padding: 0px;\n  border: none;\n  margin: 8px 0 8px 15px;\n}\n.widget .tags-list a {\n  display: inline-block;\n  border: 1px solid rgba(0,0,0,0.1);\n  margin: 0 3px 3px 0;\n  padding: 1px 5px;\n  -webkit-border-radius: 2px;\n  -moz-border-radius: 2px;\n  border-radius: 2px;\n}\nul.sidebar_widgets {\n  list-style-type: none;\n}\nul.sidebar_widgets li:first-child > h2 {\n  margin-top: 0;\n}\n.wp-comments {\n  margin: 1em 0 0;\n  padding-top: 40px;\n  margin-top: -40px;\n}\n.wp-comments .wp-comments-pad {\n  padding: 10px 0;\n}\n#respond {\n  margin: 21.7px;\n  text-align: left;\n}\n#respond #reply-title {\n  font-size: 25px;\n}\n#respond #commentform {\n  margin-top: 10px;\n}\n#respond #commentform p {\n  margin: 0 0 10px;\n}\n#respond #commentform small {\n  font-size: 90%;\n}\n#respond #commentform input[type=\"text\"] {\n  display: block;\n}\n#respond #commentform textarea {\n  height: 140px;\n}\n#respond #commentform #submit {\n  display: inline;\n}\n#respond #commentform .required {\n  color: rgba(0,0,0,0.6);\n}\n#respond #commentform p.logged-in-as,\n#respond #commentform p.comment-form-comment,\n#respond #commentform p.form-submit {\n  margin: .3em 0;\n}\n#respond #commentform p.comment-form-comment {\n  margin: .8em 0;\n}\np.form-allowed-tags {\n  width: auto;\n  margin-bottom: 1.6em;\n  font-size: .85em;\n}\np.form-allowed-tags code {\n  background: transparent;\n  border: none;\n  display: block;\n  font-size: 10px;\n  line-height: 1.4em;\n  margin: 0 0 10px;\n  padding: 0;\n}\n.nocommentform {\n  display: none;\n}\n#comments-title {\n  font-size: 25px;\n}\n.wp-comments h3 {\n  font-size: 25px;\n}\n.wp-comments .commentlist {\n  list-style-type: none;\n  margin: 10px 0px 10px 18px;\n  line-height: 1.6em;\n}\n.wp-comments .commentlist > .comment {\n  padding-left: 80px;\n  border-bottom: 1px dashed #e9e9e9;\n}\n.wp-comments .commentlist p {\n  margin: 0 0 1em;\n}\n.wp-comments .commentlist li {\n  padding: 20px;\n}\n.wp-comments .commentlist li ul li {\n  padding: 15px 0;\n}\n.wp-comments .commentlist img.avatar {\n  float: left;\n  margin-left: -75px;\n  position: relative;\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  -ms-box-sizing: border-box;\n  box-sizing: border-box;\n}\n.wp-comments .commentlist cite {\n  font-weight: bold;\n  font-style: normal;\n}\n.wp-comments .commentlist .comment-author {\n  font-size: 1.1em;\n}\n.wp-comments .commentlist .comment-awaiting-moderation {\n  opacity: .7;\n  padding: 0 5px;\n  display: inline-block;\n  margin: 4px 0 8px 0;\n}\n.wp-comments .commentlist .comment-meta {\n  margin: 0 0 21.7px;\n  display: block;\n  font-size: 11px;\n  line-height: 14px;\n}\n.wp-comments .commentlist .comment-meta a {\n  color: inherit;\n  opacity: .7;\n}\n.wp-comments .commentlist ul.children {\n  list-style-type: none;\n}\n.wp-comments .commentlist ul.children .comment-body {\n  padding-left: 50px;\n}\n.wp-comments .commentlist ul.children img.avatar {\n  width: 40px;\n  margin-top: 0;\n  margin-left: -50px;\n  color: inherit;\n  opacity: .7;\n}\n#multisite_area {\n  font-size: 1.1em;\n  line-height: 1.63em;\n}\n#multisite_area .mu_register {\n  width: auto;\n}\n#multisite_area .mu_register input[type=\"text\"] {\n  height: auto;\n  font-size: 35px;\n  background: #f6f6f6;\n  padding: 7px 6px;\n}\n#multisite_area .mu_register input[type=\"submit\"] {\n  width: auto;\n  padding: 8px 18px;\n  font-size: 14px;\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n}\n#multisite_area .mu_register h1,\n#multisite_area .mu_register h2,\n#multisite_area .mu_register h3 {\n  margin: 1em 0 .5em 0;\n}\n#multisite_area .mu_register > h2 {\n  font-size: 28px;\n}\n#multisite_area .mu_register ul {\n  padding-left: 25px;\n  list-style-type: none;\n}\n#multisite_area .mu_register p {\n  font-size: 16px;\n  line-height: 1.6em;\n}\n#multisite_area .mu_register p.submit,\n#multisite_area .mu_register p.submit:hover,\n#multisite_area .mu_register p.submit:active {\n  background: none;\n  border: none;\n  box-shadow: none;\n  padding: 0;\n}\n#multisite_area .mu_alert {\n  margin: 1em 0;\n  font-weight: normal;\n}\n.gform_wrapper input[type=text],\n.gform_wrapper input[type=url],\n.gform_wrapper input[type=email],\n.gform_wrapper input[type=tel],\n.gform_wrapper input[type=number],\n.gform_wrapper input[type=password] {\n  font-size: 16px;\n  padding: 5px;\n}\n#wpadminbar {\n  min-width: 800px;\n}\n#wpadminbar .pl-admin-bar-label {\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n  font-size: .846em;\n  font-weight: bold;\n  line-height: 14px;\n  color: #fff;\n  vertical-align: baseline;\n  white-space: nowrap;\n  text-shadow: 0 -1px 0 rgba(0,0,0,0.35);\n  padding: 3px 4px 2px;\n  -webkit-border-radius: 3px;\n  -moz-border-radius: 3px;\n  border-radius: 3px;\n}\n.screen-reader-text {\n  display: none;\n}\n#wpstats {\n  width: 0px;\n  height: 0px;\n  overflow: hidden;\n}\n.fb-like {\n  margin-right: 20px;\n  vertical-align: top;\n}\n.fb-like > span {\n  vertical-align: top !important;\n}\n#page .widget_wp125 {\n  padding: 0;\n}\n#page .widget_wp125.widget {\n  border: none;\n  padding: 0;\n  margin: 0 0 1em 0;\n}\n#page .widget_wp125.widget .wtitle {\n  display: none;\n}\n#page .widget_wp125.widget .winner {\n  padding: 0;\n  line-height: 1px;\n}\n#page .widget_wp125 .winner {\n  width: 100%;\n}\n#page .widget_wp125 .wp125ad {\n  padding: 0;\n  width: auto;\n  float: left;\n  max-width: 50%;\n}\n#page .widget_wp125 .wp125ad a {\n  margin: 6px;\n  padding: 5px;\n  margin: 2px 5px 5px 5px;\n  display: inline-block;\n  border: 1px solid transparent;\n  background: #e9e9e9;\n  border: 1px solid #f4f4f4;\n  box-shadow: 0 1px 2px rgba(0,0,0,0.4);\n}\n#page .widget_wp125 .wp125ad a img {\n  width: 125px;\n  height: auto;\n  display: block;\n  box-shadow: 0 1px 2px #fefefe;\n}\n#page .widget_wp125 .wp125ad a:hover {\n  background: #f4f4f4;\n}\n.widget ul.twitter .twitter-item {\n  font-weight: normal;\n  font-style: italic;\n  margin-bottom: .4em;\n  font-size: .9em;\n}\n.typekit-badge {\n  display: none !important;\n}\n.widget_flickrRSS.widget ul {\n  margin: 7px 0px 0px 0px;\n}\n.widget_flickrRSS.widget ul li {\n  display: inline-block;\n  padding: 0;\n  margin: 0;\n  border-bottom: none;\n}\n.widget_flickrRSS a {\n  display: inline-block;\n  margin: 8px 12px 2px 5px;\n}\n.widget_flickrRSS a img {\n  display: block;\n  font-size: 10px;\n  border-width: 0px 1px 1px 0px;\n  border-style: solid;\n  padding: 3px;\n}\n.widget_flickrRSS a img,\n.srp-widget-thmblink {\n  background: #e9e9e9;\n  border: 1px solid #f4f4f4;\n  box-shadow: 0 1px 2px rgba(0,0,0,0.4);\n}\n.widget_flickrRSS a img:hover {\n  background: #f4f4f4;\n}\n.widget div.srp-widget-singlepost {\n  border-bottom: 1px solid #f2f2f2;\n  font-size: .85em;\n  margin: 0;\n  padding: 1.2em 0;\n}\n.widget .srp-widget-title-link {\n  font-size: .9em;\n  line-height: 1.2em;\n}\n.widget .srp-widget-date {\n  color: rgba(0,0,0,0.6);\n}\n.widget div.srp-thumbnail-box {\n  padding-right: 15px;\n}\n.srp-widget-excerpt {\n  line-height: 1.5em;\n}\n.srp-widget-thmblink {\n  display: block;\n  padding: 3px;\n  text-decoration: none;\n  border: none;\n  text-shadow: none;\n  width: 50px;\n}\n.srp-widget-thmblink img {\n  display: block;\n}\n#site #dsq-content {\n  text-shadow: none;\n}\n#site #dsq-content a {\n  text-shadow: none;\n}\n#site #dsq-content .dsq-request-user-info td a {\n  font-weight: normal;\n  font-size: 1.2em;\n  color: #000000;\n}\n#site #dsq-content .dsq-brlink {\n  display: none;\n}\n#site #dsq-content .dsq-request-user-info td small a {\n  font-style: italic;\n}\n#site #dsq-content h3 {\n  line-height: 1.5em;\n  margin-bottom: 1em;\n  border-color: #f2f2f2;\n}\n.cform input {\n  padding: 5px;\n  font-size: 1.1em;\n}\n.cform fieldset {\n  border: none;\n}\n.cform input[type=\"text\"].cf_error:focus {\n  border-color: rgba(82,168,236,0.8);\n}\n.cform label {\n  display: block;\n  margin: 0;\n  text-align: left;\n}\n.cform legend {\n  display: none;\n}\n.cform .contentcontainer  .cform {\n  margin: 5px 50px;\n  padding: 0px 0;\n}\n.cform ol,\n.cform li {\n  list-style-type: none;\n  margin: 0;\n  padding: 0;\n}\n.cform li {\n  margin-bottom: .7em;\n}\n.cform .single {\n  width: 97%;\n}\n.cform .area {\n  width: 97%;\n}\n.cform .emailreqtxt,\n.cform .reqtxt {\n  font-style: italic;\n}\n.cform .cf_hidden {\n  display: none;\n}\n.cform .success {\n  padding: 15px;\n  margin-bottom: .5em;\n  font-size: 1.4em;\n  background-color: #f2f2f2;\n}\n.mailinglist .cform ol {\n  width: 262px;\n  float: left;\n}\n.mailinglist .cform .single {\n  width: 97%;\n}\n.mailinglist .cform .sendbutton {\n  margin: 21px 0 0 10px;\n  padding: 3px 0 2px 0;\n}\n.mailinglist .cform .linklove a {\n  display: none;\n}\n#page div.wpcf7-mail-sent-ok {\n  border: 1px solid #cee5bb;\n  background: #dff0d8;\n}\n#page span.wpcf7-not-valid-tip {\n  border: 1px solid #faebcc;\n  background: #fcf8e3;\n}\n#page div.wpcf7-validation-errors {\n  border: 1px solid #ebccd1;\n  background: #f2dede;\n}\n#page div.wpcf7-mail-sent-ok,\n#page span.wpcf7-not-valid-tip,\n#page div.wpcf7-validation-errors {\n  text-shadow: 0 1px 0 rgba(255,255,255,0.8);\n  text-align: center;\n  -webkit-box-shadow: inset 1px 1px 2px rgba(255,255,255,0.5);\n  -moz-box-shadow: inset 1px 1px 2px rgba(255,255,255,0.5);\n  box-shadow: inset 1px 1px 2px rgba(255,255,255,0.5);\n}\n.pagelines-grid {\n  padding: 1%;\n}\n.row,\n.row-fluid,\n.editor-row,\n.row-no-response {\n  width: 100%;\n  *zoom: 1;\n}\n.row:before,\n.row:after,\n.row-fluid:before,\n.row-fluid:after,\n.editor-row:before,\n.editor-row:after,\n.row-no-response:before,\n.row-no-response:after {\n  display: table;\n  content: \"\";\n  line-height: 0;\n}\n.row:after,\n.row-fluid:after,\n.editor-row:after,\n.row-no-response:after {\n  clear: both;\n}\n.row > [class*=\"span\"],\n.row-fluid > [class*=\"span\"],\n.editor-row > [class*=\"span\"],\n.row-no-response > [class*=\"span\"] {\n  float: left;\n  margin-left: 2.127659574%;\n  margin-bottom: 21.7px;\n}\n.row.no-row-space > [class*=\"span\"],\n.row-fluid.no-row-space > [class*=\"span\"],\n.editor-row.no-row-space > [class*=\"span\"],\n.row-no-response.no-row-space > [class*=\"span\"] {\n  margin-bottom: 0;\n}\n.row.row-closed > [class*=\"span\"],\n.row.row-set > [class*=\"span\"],\n.row-fluid.row-closed > [class*=\"span\"],\n.row-fluid.row-set > [class*=\"span\"],\n.editor-row.row-closed > [class*=\"span\"],\n.editor-row.row-set > [class*=\"span\"],\n.row-no-response.row-closed > [class*=\"span\"],\n.row-no-response.row-set > [class*=\"span\"] {\n  margin-left: 0;\n  margin-bottom: 0;\n}\n.row.row-closed.with-gutter .span-wrap,\n.row.row-set.with-gutter .span-wrap,\n.row-fluid.row-closed.with-gutter .span-wrap,\n.row-fluid.row-set.with-gutter .span-wrap,\n.editor-row.row-closed.with-gutter .span-wrap,\n.editor-row.row-set.with-gutter .span-wrap,\n.row-no-response.row-closed.with-gutter .span-wrap,\n.row-no-response.row-set.with-gutter .span-wrap {\n  padding: 10px;\n}\n.row.row-squared .span12,\n.row-fluid.row-squared .span12,\n.editor-row.row-squared .span12,\n.row-no-response.row-squared .span12 {\n  padding-bottom: 99.99999999%;\n}\n.row.row-squared .span11,\n.row-fluid.row-squared .span11,\n.editor-row.row-squared .span11,\n.row-no-response.row-squared .span11 {\n  padding-bottom: 91.489361693%;\n}\n.row.row-squared .span10,\n.row-fluid.row-squared .span10,\n.editor-row.row-squared .span10,\n.row-no-response.row-squared .span10 {\n  padding-bottom: 82.978723396%;\n}\n.row.row-squared .span9,\n.row-fluid.row-squared .span9,\n.editor-row.row-squared .span9,\n.row-no-response.row-squared .span9 {\n  padding-bottom: 74.468085099%;\n}\n.row.row-squared .span8,\n.row-fluid.row-squared .span8,\n.editor-row.row-squared .span8,\n.row-no-response.row-squared .span8 {\n  padding-bottom: 65.957446802%;\n}\n.row.row-squared .span7,\n.row-fluid.row-squared .span7,\n.editor-row.row-squared .span7,\n.row-no-response.row-squared .span7 {\n  padding-bottom: 57.446808505%;\n}\n.row.row-squared .span6,\n.row-fluid.row-squared .span6,\n.editor-row.row-squared .span6,\n.row-no-response.row-squared .span6 {\n  padding-bottom: 48.936170208%;\n}\n.row.row-squared .span5,\n.row-fluid.row-squared .span5,\n.editor-row.row-squared .span5,\n.row-no-response.row-squared .span5 {\n  padding-bottom: 40.425531911%;\n}\n.row.row-squared .span4,\n.row-fluid.row-squared .span4,\n.editor-row.row-squared .span4,\n.row-no-response.row-squared .span4 {\n  padding-bottom: 31.914893614%;\n}\n.row.row-squared .span3,\n.row-fluid.row-squared .span3,\n.editor-row.row-squared .span3,\n.row-no-response.row-squared .span3 {\n  padding-bottom: 23.404255317%;\n}\n.row.row-squared .span2,\n.row-fluid.row-squared .span2,\n.editor-row.row-squared .span2,\n.row-no-response.row-squared .span2 {\n  padding-bottom: 14.89361702%;\n}\n.row.row-squared .span1,\n.row-fluid.row-squared .span1,\n.editor-row.row-squared .span1,\n.row-no-response.row-squared .span1 {\n  padding-bottom: 6.382978723%;\n}\n.row.row-closed > .span1,\n.row-fluid.row-closed > .span1,\n.editor-row.row-closed > .span1,\n.row-no-response.row-closed > .span1 {\n  width: 8.333333333%;\n}\n.row.row-closed > .span2,\n.row-fluid.row-closed > .span2,\n.editor-row.row-closed > .span2,\n.row-no-response.row-closed > .span2 {\n  width: 16.666666666%;\n}\n.row.row-closed > .span3,\n.row-fluid.row-closed > .span3,\n.editor-row.row-closed > .span3,\n.row-no-response.row-closed > .span3 {\n  width: 25%;\n}\n.row.row-closed > .span4,\n.row-fluid.row-closed > .span4,\n.editor-row.row-closed > .span4,\n.row-no-response.row-closed > .span4 {\n  width: 33.33333333%;\n}\n.row.row-closed > .span5,\n.row-fluid.row-closed > .span5,\n.editor-row.row-closed > .span5,\n.row-no-response.row-closed > .span5 {\n  width: 41.6666666%;\n}\n.row.row-closed > .span6,\n.row-fluid.row-closed > .span6,\n.editor-row.row-closed > .span6,\n.row-no-response.row-closed > .span6 {\n  width: 50%;\n}\n.row.row-closed > .span7,\n.row-fluid.row-closed > .span7,\n.editor-row.row-closed > .span7,\n.row-no-response.row-closed > .span7 {\n  width: 58.3333333%;\n}\n.row.row-closed > .span8,\n.row-fluid.row-closed > .span8,\n.editor-row.row-closed > .span8,\n.row-no-response.row-closed > .span8 {\n  width: 66.6666666%;\n}\n.row.row-closed > .span9,\n.row-fluid.row-closed > .span9,\n.editor-row.row-closed > .span9,\n.row-no-response.row-closed > .span9 {\n  width: 75%;\n}\n.row.row-closed > .span10,\n.row-fluid.row-closed > .span10,\n.editor-row.row-closed > .span10,\n.row-no-response.row-closed > .span10 {\n  width: 83.3333333%;\n}\n.row.row-closed > .span11,\n.row-fluid.row-closed > .span11,\n.editor-row.row-closed > .span11,\n.row-no-response.row-closed > .span11 {\n  width: 91.6666666%;\n}\n.row.row-closed > .span12,\n.row-fluid.row-closed > .span12,\n.editor-row.row-closed > .span12,\n.row-no-response.row-closed > .span12 {\n  width: 100%;\n}\n.row.row-closed.row-squared .span1,\n.row-fluid.row-closed.row-squared .span1,\n.editor-row.row-closed.row-squared .span1,\n.row-no-response.row-closed.row-squared .span1 {\n  padding-bottom: 8.333333333%;\n}\n.row.row-closed.row-squared .span2,\n.row-fluid.row-closed.row-squared .span2,\n.editor-row.row-closed.row-squared .span2,\n.row-no-response.row-closed.row-squared .span2 {\n  padding-bottom: 16.666666666%;\n}\n.row.row-closed.row-squared .span3,\n.row-fluid.row-closed.row-squared .span3,\n.editor-row.row-closed.row-squared .span3,\n.row-no-response.row-closed.row-squared .span3 {\n  padding-bottom: 25%;\n}\n.row.row-closed.row-squared .span4,\n.row-fluid.row-closed.row-squared .span4,\n.editor-row.row-closed.row-squared .span4,\n.row-no-response.row-closed.row-squared .span4 {\n  padding-bottom: 33.33333333%;\n}\n.row.row-closed.row-squared .span5,\n.row-fluid.row-closed.row-squared .span5,\n.editor-row.row-closed.row-squared .span5,\n.row-no-response.row-closed.row-squared .span5 {\n  padding-bottom: 41.6666666%;\n}\n.row.row-closed.row-squared .span6,\n.row-fluid.row-closed.row-squared .span6,\n.editor-row.row-closed.row-squared .span6,\n.row-no-response.row-closed.row-squared .span6 {\n  padding-bottom: 50%;\n}\n.row.row-closed.row-squared .span7,\n.row-fluid.row-closed.row-squared .span7,\n.editor-row.row-closed.row-squared .span7,\n.row-no-response.row-closed.row-squared .span7 {\n  padding-bottom: 58.3333333%;\n}\n.row.row-closed.row-squared .span8,\n.row-fluid.row-closed.row-squared .span8,\n.editor-row.row-closed.row-squared .span8,\n.row-no-response.row-closed.row-squared .span8 {\n  padding-bottom: 66.6666666%;\n}\n.row.row-closed.row-squared .span9,\n.row-fluid.row-closed.row-squared .span9,\n.editor-row.row-closed.row-squared .span9,\n.row-no-response.row-closed.row-squared .span9 {\n  padding-bottom: 75%;\n}\n.row.row-closed.row-squared .span10,\n.row-fluid.row-closed.row-squared .span10,\n.editor-row.row-closed.row-squared .span10,\n.row-no-response.row-closed.row-squared .span10 {\n  padding-bottom: 83.3333333%;\n}\n.row.row-closed.row-squared .span11,\n.row-fluid.row-closed.row-squared .span11,\n.editor-row.row-closed.row-squared .span11,\n.row-no-response.row-closed.row-squared .span11 {\n  padding-bottom: 91.6666666%;\n}\n.row.row-closed.row-squared .span12,\n.row-fluid.row-closed.row-squared .span12,\n.editor-row.row-closed.row-squared .span12,\n.row-no-response.row-closed.row-squared .span12 {\n  padding-bottom: 100%;\n}\n.row > [class*=\"span\"]:first-child,\n.row > section:first-of-type,\n.row .sortable-first,\n.row-fluid > [class*=\"span\"]:first-child,\n.row-fluid > section:first-of-type,\n.row-fluid .sortable-first,\n.editor-row > [class*=\"span\"]:first-child,\n.editor-row > section:first-of-type,\n.editor-row .sortable-first,\n.row-no-response > [class*=\"span\"]:first-child,\n.row-no-response > section:first-of-type,\n.row-no-response .sortable-first {\n  margin-left: 0;\n  clear: both;\n}\n.row .span12,\n.row-fluid .span12,\n.editor-row .span12,\n.row-no-response .span12 {\n  width: 99.99999999%;\n}\n.row .span11,\n.row-fluid .span11,\n.editor-row .span11,\n.row-no-response .span11 {\n  width: 91.489361693%;\n}\n.row .span10,\n.row-fluid .span10,\n.editor-row .span10,\n.row-no-response .span10 {\n  width: 82.978723396%;\n}\n.row .span9,\n.row-fluid .span9,\n.editor-row .span9,\n.row-no-response .span9 {\n  width: 74.468085099%;\n}\n.row .span8,\n.row-fluid .span8,\n.editor-row .span8,\n.row-no-response .span8 {\n  width: 65.957446802%;\n}\n.row .span7,\n.row-fluid .span7,\n.editor-row .span7,\n.row-no-response .span7 {\n  width: 57.446808505%;\n}\n.row .span6,\n.row-fluid .span6,\n.editor-row .span6,\n.row-no-response .span6 {\n  width: 48.936170208%;\n}\n.row .span5,\n.row-fluid .span5,\n.editor-row .span5,\n.row-no-response .span5 {\n  width: 40.425531911%;\n}\n.row .span4,\n.row-fluid .span4,\n.editor-row .span4,\n.row-no-response .span4 {\n  width: 31.914893614%;\n}\n.row .span3,\n.row-fluid .span3,\n.editor-row .span3,\n.row-no-response .span3 {\n  width: 23.404255317%;\n}\n.row .span2,\n.row-fluid .span2,\n.editor-row .span2,\n.row-no-response .span2 {\n  width: 14.89361702%;\n}\n.row .span1,\n.row-fluid .span1,\n.editor-row .span1,\n.row-no-response .span1 {\n  width: 6.382978723%;\n}\n.row .offset12,\n.row-fluid .offset12,\n.editor-row .offset12,\n.row-no-response .offset12 {\n  margin-left: 104.255319138%;\n}\n.row .offset12.sortable-first,\n.row .offset12:first-child,\n.row-fluid .offset12.sortable-first,\n.row-fluid .offset12:first-child,\n.editor-row .offset12.sortable-first,\n.editor-row .offset12:first-child,\n.row-no-response .offset12.sortable-first,\n.row-no-response .offset12:first-child {\n  margin-left: 102.127659564%;\n}\n.row .offset11,\n.row-fluid .offset11,\n.editor-row .offset11,\n.row-no-response .offset11 {\n  margin-left: 95.744680841%;\n}\n.row .offset11.sortable-first,\n.row .offset11:first-child,\n.row-fluid .offset11.sortable-first,\n.row-fluid .offset11:first-child,\n.editor-row .offset11.sortable-first,\n.editor-row .offset11:first-child,\n.row-no-response .offset11.sortable-first,\n.row-no-response .offset11:first-child {\n  margin-left: 93.617021267%;\n}\n.row .offset10,\n.row-fluid .offset10,\n.editor-row .offset10,\n.row-no-response .offset10 {\n  margin-left: 87.234042544%;\n}\n.row .offset10.sortable-first,\n.row .offset10:first-child,\n.row-fluid .offset10.sortable-first,\n.row-fluid .offset10:first-child,\n.editor-row .offset10.sortable-first,\n.editor-row .offset10:first-child,\n.row-no-response .offset10.sortable-first,\n.row-no-response .offset10:first-child {\n  margin-left: 85.10638297%;\n}\n.row .offset9,\n.row-fluid .offset9,\n.editor-row .offset9,\n.row-no-response .offset9 {\n  margin-left: 78.723404247%;\n}\n.row .offset9.sortable-first,\n.row .offset9:first-child,\n.row-fluid .offset9.sortable-first,\n.row-fluid .offset9:first-child,\n.editor-row .offset9.sortable-first,\n.editor-row .offset9:first-child,\n.row-no-response .offset9.sortable-first,\n.row-no-response .offset9:first-child {\n  margin-left: 76.595744673%;\n}\n.row .offset8,\n.row-fluid .offset8,\n.editor-row .offset8,\n.row-no-response .offset8 {\n  margin-left: 70.21276595%;\n}\n.row .offset8.sortable-first,\n.row .offset8:first-child,\n.row-fluid .offset8.sortable-first,\n.row-fluid .offset8:first-child,\n.editor-row .offset8.sortable-first,\n.editor-row .offset8:first-child,\n.row-no-response .offset8.sortable-first,\n.row-no-response .offset8:first-child {\n  margin-left: 68.085106376%;\n}\n.row .offset7,\n.row-fluid .offset7,\n.editor-row .offset7,\n.row-no-response .offset7 {\n  margin-left: 61.702127653%;\n}\n.row .offset7.sortable-first,\n.row .offset7:first-child,\n.row-fluid .offset7.sortable-first,\n.row-fluid .offset7:first-child,\n.editor-row .offset7.sortable-first,\n.editor-row .offset7:first-child,\n.row-no-response .offset7.sortable-first,\n.row-no-response .offset7:first-child {\n  margin-left: 59.574468079%;\n}\n.row .offset6,\n.row-fluid .offset6,\n.editor-row .offset6,\n.row-no-response .offset6 {\n  margin-left: 53.191489356%;\n}\n.row .offset6.sortable-first,\n.row .offset6:first-child,\n.row-fluid .offset6.sortable-first,\n.row-fluid .offset6:first-child,\n.editor-row .offset6.sortable-first,\n.editor-row .offset6:first-child,\n.row-no-response .offset6.sortable-first,\n.row-no-response .offset6:first-child {\n  margin-left: 51.063829782%;\n}\n.row .offset5,\n.row-fluid .offset5,\n.editor-row .offset5,\n.row-no-response .offset5 {\n  margin-left: 44.680851059%;\n}\n.row .offset5.sortable-first,\n.row .offset5:first-child,\n.row-fluid .offset5.sortable-first,\n.row-fluid .offset5:first-child,\n.editor-row .offset5.sortable-first,\n.editor-row .offset5:first-child,\n.row-no-response .offset5.sortable-first,\n.row-no-response .offset5:first-child {\n  margin-left: 42.553191485%;\n}\n.row .offset4,\n.row-fluid .offset4,\n.editor-row .offset4,\n.row-no-response .offset4 {\n  margin-left: 36.170212762%;\n}\n.row .offset4.sortable-first,\n.row .offset4:first-child,\n.row-fluid .offset4.sortable-first,\n.row-fluid .offset4:first-child,\n.editor-row .offset4.sortable-first,\n.editor-row .offset4:first-child,\n.row-no-response .offset4.sortable-first,\n.row-no-response .offset4:first-child {\n  margin-left: 34.042553188%;\n}\n.row .offset3,\n.row-fluid .offset3,\n.editor-row .offset3,\n.row-no-response .offset3 {\n  margin-left: 27.659574465%;\n}\n.row .offset3.sortable-first,\n.row .offset3:first-child,\n.row-fluid .offset3.sortable-first,\n.row-fluid .offset3:first-child,\n.editor-row .offset3.sortable-first,\n.editor-row .offset3:first-child,\n.row-no-response .offset3.sortable-first,\n.row-no-response .offset3:first-child {\n  margin-left: 25.531914891%;\n}\n.row .offset2,\n.row-fluid .offset2,\n.editor-row .offset2,\n.row-no-response .offset2 {\n  margin-left: 19.148936168%;\n}\n.row .offset2.sortable-first,\n.row .offset2:first-child,\n.row-fluid .offset2.sortable-first,\n.row-fluid .offset2:first-child,\n.editor-row .offset2.sortable-first,\n.editor-row .offset2:first-child,\n.row-no-response .offset2.sortable-first,\n.row-no-response .offset2:first-child {\n  margin-left: 17.021276594%;\n}\n.row .offset1,\n.row-fluid .offset1,\n.editor-row .offset1,\n.row-no-response .offset1 {\n  margin-left: 10.638297871%;\n}\n.row .offset1.sortable-first,\n.row .offset1:first-child,\n.row-fluid .offset1.sortable-first,\n.row-fluid .offset1:first-child,\n.editor-row .offset1.sortable-first,\n.editor-row .offset1:first-child,\n.row-no-response .offset1.sortable-first,\n.row-no-response .offset1:first-child {\n  margin-left: 8.510638297%;\n}\n.alert {\n  padding: 8px 35px 8px 14px;\n  margin-bottom: 10px;\n  text-shadow: 0 1px 0 rgba(255,255,255,0.5);\n  background-color: rgba(0,0,0,0.05);\n  border-left: 5px solid #337EFF;\n}\n.alert .close {\n  position: relative;\n  top: -2px;\n  right: -21px;\n  line-height: 18px;\n  font-size: 22px;\n  color: inherit;\n  opacity: .4;\n}\n.alert p {\n  margin: 0;\n}\n.alert .btn-mini {\n  vertical-align: top;\n}\n.alert-heading {\n  color: inherit;\n}\nh2.alert-heading,\nh3.alert-heading,\nh4.alert-heading,\nh5.alert-heading,\nh6.alert-heading {\n  margin: 0 auto 0.25em;\n}\n.alert-warning {\n  background-color: #fcf8e3;\n  border-color: #faebcc;\n  color: #453404;\n}\n.alert-success {\n  background-color: #dff0d8;\n  border-color: #cee5bb;\n  color: #468847;\n}\n.alert-important,\n.alert-error {\n  background-color: #f2dede;\n  border-color: #ebccd1;\n  color: #b94a48;\n}\n.alert-info {\n  background-color: #d9edf7;\n  border-color: #afd9ee;\n  color: #3a87ad;\n}\n.alert-block {\n  padding-top: 14px;\n  padding-bottom: 14px;\n}\n.alert-block > p,\n.alert-block > ul {\n  margin-bottom: 0;\n}\n.alert-block p + p {\n  margin-top: 5px;\n}\n.label,\n.badge {\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n  font-size: .846em;\n  font-weight: bold;\n  line-height: 14px;\n  vertical-align: baseline;\n  white-space: nowrap;\n}\n.label {\n  padding: 1px 4px 2px;\n  border-radius: 3px;\n}\n.badge {\n  padding: 1px 9px 2px;\n  border-radius: 9px;\n}\nbody a.label:hover,\nbody a.badge:hover {\n  color: #fff;\n  text-decoration: none;\n  cursor: pointer;\n}\n.label-important,\n.label-warning,\n.label-success,\n.label-info,\n.label-inverse,\n.badge-important,\n.badge-warning,\n.badge-success,\n.badge-info,\n.badge-inverse {\n  color: #fff;\n}\n.label-important,\n.badge-important {\n  background-color: #f04831;\n}\n.label-important[href]:hover,\n.badge-important[href]:hover {\n  background-color: #de2910;\n}\n.label-warning,\n.badge-warning {\n  background-color: #f6653c;\n}\n.label-warning[href]:hover,\n.badge-warning[href]:hover {\n  background-color: #f43f0b;\n}\n.label-success,\n.badge-success {\n  background-color: #468847;\n}\n.label-success[href]:hover,\n.badge-success[href]:hover {\n  background-color: #356635;\n}\n.label-info,\n.badge-info {\n  background-color: #2a7dea;\n}\n.label-info[href]:hover,\n.badge-info[href]:hover {\n  background-color: #1464cd;\n}\n.label-inverse,\n.badge-inverse {\n  background-color: #333;\n}\n.label-inverse[href]:hover,\n.badge-inverse[href]:hover {\n  background-color: #1a1a1a;\n}\n.btn .label,\n.btn .badge {\n  position: relative;\n  top: -1px;\n}\n.btn-mini .label,\n.btn-mini .badge {\n  top: 0;\n}\n.tooltip {\n  position: absolute;\n  z-index: 1035;\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n  display: block;\n  visibility: visible;\n  padding: 5px;\n  font-size: 11px;\n  opacity: 0;\n}\n.tooltip.in {\n  opacity: .8;\n}\n.tooltip.top {\n  margin-top: -2px;\n}\n.tooltip.right {\n  margin-left: 2px;\n}\n.tooltip.bottom {\n  margin-top: 2px;\n}\n.tooltip.left {\n  margin-left: -2px;\n}\n.tooltip.top .tooltip-arrow {\n  bottom: 0;\n  left: 50%;\n  margin-left: -5px;\n  border-left: 5px solid transparent;\n  border-right: 5px solid transparent;\n  border-top: 5px solid #000;\n}\n.tooltip.left .tooltip-arrow {\n  top: 50%;\n  right: 0;\n  margin-top: -5px;\n  border-top: 5px solid transparent;\n  border-bottom: 5px solid transparent;\n  border-left: 5px solid #000;\n}\n.tooltip.bottom .tooltip-arrow {\n  top: 0;\n  left: 50%;\n  margin-left: -5px;\n  border-left: 5px solid transparent;\n  border-right: 5px solid transparent;\n  border-bottom: 5px solid #000;\n}\n.tooltip.right .tooltip-arrow {\n  top: 50%;\n  left: 0;\n  margin-top: -5px;\n  border-top: 5px solid transparent;\n  border-bottom: 5px solid transparent;\n  border-right: 5px solid #000;\n}\n.tooltip-inner {\n  font-weight: normal;\n  max-width: 300px;\n  padding: 3px 8px;\n  color: #fff;\n  text-shadow: none;\n  text-align: center;\n  text-decoration: none;\n  background-color: #000;\n  -webkit-border-radius: 4px;\n  -moz-border-radius: 4px;\n  border-radius: 4px;\n  white-space: nowrap;\n}\n.tooltip-arrow {\n  position: absolute;\n  width: 0;\n  height: 0;\n}\n.popover {\n  position: absolute;\n  top: 0;\n  left: 0;\n  z-index: 1035;\n  display: none;\n  width: 236px;\n  padding: 1px;\n  background-color: #fff;\n  -webkit-background-clip: padding-box;\n  -moz-background-clip: padding;\n  background-clip: padding-box;\n  border: 1px solid #ccc;\n  border: 1px solid rgba(0,0,0,0.2);\n  -webkit-border-radius: 6px;\n  -moz-border-radius: 6px;\n  border-radius: 6px;\n  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);\n  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);\n  box-shadow: 0 5px 10px rgba(0,0,0,0.2);\n}\n.popover.top {\n  margin-top: -10px;\n}\n.popover.right {\n  margin-left: 10px;\n}\n.popover.bottom {\n  margin-top: 10px;\n}\n.popover.left {\n  margin-left: -10px;\n}\n.popover .popover-title {\n  margin: 0;\n  padding: 8px 14px;\n  font-size: 14px;\n  font-weight: normal;\n  line-height: 18px;\n  background-color: #f7f7f7;\n  border-bottom: 1px solid #ebebeb;\n  -webkit-border-radius: 5px 5px 0 0;\n  -moz-border-radius: 5px 5px 0 0;\n  border-radius: 5px 5px 0 0;\n}\n.popover-content {\n  padding: 9px 14px;\n}\n.popover-content p:first-child {\n  margin-top: 0;\n}\n.popover-content p,\n.popover-content ul,\n.popover-content ol {\n  margin-bottom: 0;\n}\n.popover .arrow,\n.popover .arrow:after {\n  position: absolute;\n  display: inline-block;\n  width: 0;\n  height: 0;\n  border-color: transparent;\n  border-style: solid;\n}\n.popover .arrow:after {\n  content: \"\";\n  z-index: -1;\n}\n.popover.top .arrow {\n  bottom: -10px;\n  left: 50%;\n  margin-left: -10px;\n  border-width: 10px 10px 0;\n  border-top-color: #fff;\n}\n.popover.top .arrow:after {\n  border-width: 11px 11px 0;\n  border-top-color: rgba(0,0,0,0.25);\n  bottom: -1px;\n  left: -11px;\n}\n.popover.right .arrow {\n  top: 50%;\n  left: -10px;\n  margin-top: -10px;\n  border-width: 10px 10px 10px 0;\n  border-right-color: #fff;\n}\n.popover.right .arrow:after {\n  border-width: 11px 11px 11px 0;\n  border-right-color: rgba(0,0,0,0.25);\n  bottom: -11px;\n  left: -1px;\n}\n.popover.bottom .arrow {\n  top: -10px;\n  left: 50%;\n  margin-left: -10px;\n  border-width: 0 10px 10px;\n  border-bottom-color: #fff;\n}\n.popover.bottom .arrow:after {\n  border-width: 0 11px 11px;\n  border-bottom-color: rgba(0,0,0,0.25);\n  top: -1px;\n  left: -11px;\n}\n.popover.left .arrow {\n  top: 50%;\n  right: -10px;\n  margin-top: -10px;\n  border-width: 10px 0 10px 10px;\n  border-left-color: #fff;\n}\n.popover.left .arrow:after {\n  border-width: 11px 0 11px 11px;\n  border-left-color: rgba(0,0,0,0.25);\n  bottom: -11px;\n  right: -1px;\n}\n.btn {\n  display: inline-block;\n  padding: 4px 10px 4px;\n  margin-bottom: 0;\n  font-size: 14px;\n  line-height: 20.7px;\n  color: #333;\n  text-align: center;\n  vertical-align: middle;\n  background: #fff;\n  border: 1px solid rgba(0,0,0,0.15);\n  border-radius: 2px;\n  text-transform: uppercase;\n  cursor: pointer;\n  font-weight: 500;\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n  text-shadow: none;\n}\n.btn:hover {\n  color: #333;\n  text-decoration: none;\n  background-color: #f7f7f7;\n  background-position: 0 -25px;\n  color: #000;\n  -webkit-transition: background-position .1s linear;\n  -moz-transition: background-position .1s linear;\n  -ms-transition: background-position .1s linear;\n  transition: background-position .1s linear;\n}\n.btn:focus {\n  outline: thin dotted #333;\n  outline: 5px auto -webkit-focus-ring-color;\n  outline-offset: -2px;\n}\n.btn.active,\n.btn:active {\n  background-image: none;\n  box-shadow: inset 0 2px 2px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);\n  background-color: #e6e6e6;\n  background-color: #d9d9d9 \\9;\n  outline: 0;\n}\n.btn.btn-page {\n  background: #f6f6f6;\n  border: 1px solid #d0d0d0;\n  color: #000000;\n}\n.btn.btn-page:hover {\n  color: #000000;\n  background-color: #e9e9e9;\n}\n.btn.btn-overlay {\n  background: rgba(0,0,0,0.5);\n  border: none;\n  color: #fff;\n}\n.btn.btn-overlay:hover {\n  color: #FFFFFF;\n  background: rgba(51,126,255,0.8);\n}\n.btn.btn-ol-white,\n.btn.btn-ol-black,\n.btn.btn-ol-link {\n  background: transparent;\n  border: 1px solid transparent;\n}\n.btn.btn-ol-white.btn-large,\n.btn.btn-ol-black.btn-large,\n.btn.btn-ol-link.btn-large {\n  padding: 9px 25px;\n  border-width: 2px;\n}\n.btn.btn-ol-white {\n  color: #fff;\n  border-color: rgba(255,255,255,0.6);\n}\n.btn.btn-ol-white:hover {\n  color: #fff;\n  background: rgba(255,255,255,0.1);\n  border-color: 2px solid #ffffff;\n}\n.btn.btn-ol-black {\n  color: rgba(0,0,0,0.4);\n  border-color: rgba(0,0,0,0.3);\n}\n.btn.btn-ol-black:hover {\n  color: rgba(0,0,0,0.7);\n  background: rgba(0,0,0,0.1);\n  border-color: rgba(0,0,0,0.7);\n}\n.btn.btn-ol-link {\n  color: #337EFF;\n  border-color: #337EFF;\n}\n.btn.btn-ol-link:hover {\n  color: #337EFF;\n  border-color: #337EFF;\n  opacity: .8;\n}\na.btn {\n  color: #333;\n}\na.btn:hover {\n  color: #000;\n}\nbody a.btn:hover {\n  text-decoration: none;\n}\n.btn.disabled,\n.btn[disabled] {\n  cursor: default;\n  background-image: none;\n  background-color: #e6e6e6;\n  opacity: .65;\n  box-shadow: none;\n}\n.btn-large {\n  letter-spacing: 2px;\n  padding: 10px 25px;\n  line-height: normal;\n  font-weight: 600;\n  border-radius: 2px;\n}\n.btn-large [class^=\"icon-\"] {\n  margin-top: 1px;\n}\n.btn-small {\n  letter-spacing: 0px;\n  padding: 2px 10px;\n  font-size: 11.9px;\n  -webkit-border-radius: 3px;\n  -moz-border-radius: 3px;\n  border-radius: 3px;\n}\n.btn-small [class^=\"icon-\"],\n.btn-small [class*=\" icon-\"] {\n  margin-top: 0;\n}\n.btn-mini {\n  letter-spacing: 0px;\n  font-weight: 200;\n  padding: 2px 6px;\n  font-size: 11px;\n  line-height: 14px;\n}\n.btn-mini [class^=\"icon-\"],\n.btn-mini [class*=\" icon-\"] {\n  margin-top: -1px;\n}\n.btn-primary,\na.btn-primary,\n.btn-warning,\na.btn-warning,\n.btn-important,\na.btn-important,\n.btn-success,\na.btn-success,\n.btn-info,\na.btn-info,\n.btn-inverse,\na.btn-inverse,\n.btn-edit,\na.btn-edit {\n  color: #fff;\n  border: none;\n  padding: 5px 10px;\n  text-shadow: 0 -1px 0px rgba(0,0,0,0.3);\n  box-shadow: 0px 1px 0px rgba(0,0,0,0.1) inset, 0px 2px 0px rgba(255,255,255,0.15) inset, inset 0px -1px 0px rgba(0,0,0,0.2);\n}\n.btn-primary.btn-large,\na.btn-primary.btn-large,\n.btn-warning.btn-large,\na.btn-warning.btn-large,\n.btn-important.btn-large,\na.btn-important.btn-large,\n.btn-success.btn-large,\na.btn-success.btn-large,\n.btn-info.btn-large,\na.btn-info.btn-large,\n.btn-inverse.btn-large,\na.btn-inverse.btn-large,\n.btn-edit.btn-large,\na.btn-edit.btn-large {\n  padding: 11px 25px;\n}\n.btn-primary.btn-mini,\na.btn-primary.btn-mini,\n.btn-warning.btn-mini,\na.btn-warning.btn-mini,\n.btn-important.btn-mini,\na.btn-important.btn-mini,\n.btn-success.btn-mini,\na.btn-success.btn-mini,\n.btn-info.btn-mini,\na.btn-info.btn-mini,\n.btn-inverse.btn-mini,\na.btn-inverse.btn-mini,\n.btn-edit.btn-mini,\na.btn-edit.btn-mini {\n  padding: 3px 10px;\n}\n.btn-primarya,\n.btn-primary:hover,\na.btn-primarya,\na.btn-primary:hover,\n.btn-warninga,\n.btn-warning:hover,\na.btn-warninga,\na.btn-warning:hover,\n.btn-importanta,\n.btn-important:hover,\na.btn-importanta,\na.btn-important:hover,\n.btn-successa,\n.btn-success:hover,\na.btn-successa,\na.btn-success:hover,\n.btn-infoa,\n.btn-info:hover,\na.btn-infoa,\na.btn-info:hover,\n.btn-inversea,\n.btn-inverse:hover,\na.btn-inversea,\na.btn-inverse:hover,\n.btn-edita,\n.btn-edit:hover,\na.btn-edita,\na.btn-edit:hover {\n  text-shadow: 0 -1px 0px rgba(0,0,0,0.3);\n  color: #fff;\n}\n.btn-primary.active,\na.btn-primary.active,\n.btn-warning.active,\na.btn-warning.active,\n.btn-important.active,\na.btn-important.active,\n.btn-success.active,\na.btn-success.active,\n.btn-info.active,\na.btn-info.active,\n.btn-inverse.active,\na.btn-inverse.active,\n.btn-edit.active,\na.btn-edit.active {\n  color: rgba(255,255,255,0.75);\n}\n.btn-link-color,\na.btn-link-color {\n  border: none;\n  background: #337EFF;\n  color: #FFFFFF;\n}\n.btn-link-color.btn-large,\na.btn-link-color.btn-large {\n  padding: 11px 25px;\n}\n.btn-link-color:hover,\na.btn-link-color:hover {\n  background: #337EFF;\n  color: #FFFFFF;\n  opacity: .8;\n}\n.btn-primary {\n  background: #2a7dea;\n  border-color: #1569d6 #1569d6 #0e4790;\n  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);\n  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);\n}\n.btn-primary:hover,\n.btn-primary:active,\n.btn-primary.active,\n.btn-primary.disabled,\n.btn-primary[disabled] {\n  background-color: #1569d6;\n}\n.btn-primary:active,\n.btn-primary.active {\n  background-color: #1152a8 \\9;\n}\n.btn-warning {\n  background: #f6653c;\n  border-color: #f6563c #f6563c #db270a;\n  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);\n  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);\n}\n.btn-warning:hover,\n.btn-warning:active,\n.btn-warning.active,\n.btn-warning.disabled,\n.btn-warning[disabled] {\n  background-color: #f6563c;\n}\n.btn-warning:active,\n.btn-warning.active {\n  background-color: #f42b0b \\9;\n}\n.btn-important {\n  background: #f04831;\n  border-color: #ee3319 #ee3319 #ae200d;\n  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);\n  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);\n}\n.btn-important:hover,\n.btn-important:active,\n.btn-important.active,\n.btn-important.disabled,\n.btn-important[disabled] {\n  background-color: #ee3319;\n}\n.btn-important:active,\n.btn-important.active {\n  background-color: #c6250e \\9;\n}\n.btn-success {\n  background: #27ce60;\n  border-color: #21ac50 #21ac50 #146b32;\n  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);\n  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);\n}\n.btn-success:hover,\n.btn-success:active,\n.btn-success.active,\n.btn-success.disabled,\n.btn-success[disabled] {\n  background-color: #21ac50;\n}\n.btn-success:active,\n.btn-success.active {\n  background-color: #18813c \\9;\n}\n.btn-info {\n  background: #2ac4ea;\n  border-color: #16bbe4 #16bbe4 #10829e;\n  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);\n  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);\n}\n.btn-info:hover,\n.btn-info:active,\n.btn-info.active,\n.btn-info.disabled,\n.btn-info[disabled] {\n  background-color: #16bbe4;\n}\n.btn-info:active,\n.btn-info.active {\n  background-color: #1295b6 \\9;\n}\n.btn-inverse {\n  background: #222;\n  border-color: #000 #000 #000000;\n  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);\n  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);\n}\n.btn-inverse:hover,\n.btn-inverse:active,\n.btn-inverse.active,\n.btn-inverse.disabled,\n.btn-inverse[disabled] {\n  background-color: #000;\n}\n.btn-inverse:active,\n.btn-inverse.active {\n  background-color: #000000 \\9;\n}\n.btn-link-icon > i:first-child {\n  color: #337EFF;\n}\n@media (max-width: 768px) {\n  .btn.btn-large,\n  a.btn.btn-large {\n    padding: 6px 14px;\n    font-size: 12px;\n    letter-spacing: 0;\n  }\n  .btn.btn-large.btn-ol-white,\n  .btn.btn-large.btn-ol-black,\n  .btn.btn-large.btn-ol-link,\n  a.btn.btn-large.btn-ol-white,\n  a.btn.btn-large.btn-ol-black,\n  a.btn.btn-large.btn-ol-link {\n    border-width: 1px;\n    padding: 4px 12px;\n  }\n}\nbutton.btn,\ninput[type=\"submit\"].btn {\n  *padding-top: 2px;\n  *padding-bottom: 2px;\n}\nbutton.btn::-moz-focus-inner,\ninput[type=\"submit\"].btn::-moz-focus-inner {\n  padding: 0;\n  border: 0;\n}\nbutton.btn.btn-large,\ninput[type=\"submit\"].btn.btn-large {\n  *padding-top: 7px;\n  *padding-bottom: 7px;\n}\nbutton.btn.btn-small,\ninput[type=\"submit\"].btn.btn-small {\n  *padding-top: 3px;\n  *padding-bottom: 3px;\n}\nbutton.btn.btn-mini,\ninput[type=\"submit\"].btn.btn-mini {\n  *padding-top: 1px;\n  *padding-bottom: 1px;\n}\n.btn-group {\n  position: relative;\n  display: inline-block;\n  *display: inline;\n  *zoom: 1;\n  vertical-align: middle;\n  white-space: nowrap;\n  *margin-left: .3em;\n}\n.btn-group:first-child {\n  *margin-left: 0;\n}\n.btn-group + .btn-group {\n  margin-left: 5px;\n}\n.btn-toolbar {\n  margin-top: 10.85px;\n  margin-bottom: 10.85px;\n}\n.btn-toolbar .btn-group {\n  display: inline-block;\n  *display: inline;\n  *zoom: 1;\n}\n.btn-group .btn {\n  position: relative;\n  float: left;\n  margin-left: -1px;\n  border-radius: 0;\n}\n.btn-group .btn:first-child {\n  margin-left: 0;\n  border-top-left-radius: 2px;\n  border-bottom-left-radius: 2px;\n}\n.btn-group .btn:last-child,\n.btn-group .dropdown-toggle {\n  border-top-right-radius: 2px;\n  border-bottom-right-radius: 2px;\n}\n.btn-group .btn.large:first-child {\n  margin-left: 0;\n  border-top-left-radius: 2px;\n  border-bottom-left-radius: 2px;\n}\n.btn-group .btn.large:last-child,\n.btn-group .large.dropdown-toggle {\n  border-top-right-radius: 2px;\n  border-bottom-right-radius: 2px;\n}\n.btn-group .btn:hover,\n.btn-group .btn:focus,\n.btn-group .btn:active,\n.btn-group .btn.active {\n  z-index: 2;\n}\n.btn-group .dropdown-toggle:active,\n.btn-group.open .dropdown-toggle {\n  outline: 0;\n}\n.btn-group .dropdown-toggle {\n  padding-left: 8px;\n  padding-right: 8px;\n  *padding-top: 3px;\n  *padding-bottom: 3px;\n}\n.btn-group .btn-mini.dropdown-toggle {\n  padding-left: 5px;\n  padding-right: 5px;\n  *padding-top: 1px;\n  *padding-bottom: 1px;\n}\n.btn-group .btn-small.dropdown-toggle {\n  *padding-top: 4px;\n  *padding-bottom: 4px;\n}\n.btn-group .btn-large.dropdown-toggle {\n  padding-left: 12px;\n  padding-right: 12px;\n}\n.btn-group.open {\n  *z-index: 1000;\n}\n.btn-group.open .dropdown-menu {\n  display: block;\n  margin-top: 1px;\n  border-radius: 5px;\n}\n.btn-group.open .dropdown-toggle {\n  background-image: none;\n  box-shadow: inset 0 1px 6px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);\n}\n.btn .caret {\n  margin-top: 7px;\n  margin-left: 0;\n}\n.btn:hover .caret,\n.open.btn-group .caret {\n  opacity: 1;\n}\n.btn-mini .caret {\n  margin-top: 5px;\n}\n.btn-small .caret {\n  margin-top: 6px;\n}\n.btn-large .caret {\n  margin-top: 6px;\n  border-left: 5px solid transparent;\n  border-right: 5px solid transparent;\n  border-top: 5px solid #000;\n}\n.btn-primary .caret,\n.btn-warning .caret,\n.btn-important .caret,\n.btn-info .caret,\n.btn-success .caret,\n.btn-inverse .caret {\n  border-top-color: #fff;\n  border-bottom-color: #fff;\n  opacity: .75;\n}\n.btn-block {\n  display: block;\n  width: 100%;\n  padding-left: 0;\n  padding-right: 0;\n  box-sizing: border-box;\n}\n.btn-block + .btn-block {\n  margin-top: 5px;\n}\ninput[type=\"submit\"].btn-block,\ninput[type=\"reset\"].btn-block,\ninput[type=\"button\"].btn-block {\n  width: 100%;\n}\n.btn-link,\n.btn-link:active,\n.btn-link[disabled] {\n  background-color: transparent;\n  background-image: none;\n  box-shadow: none;\n}\n.btn-link {\n  border-color: transparent;\n  cursor: pointer;\n  color: #337EFF;\n  border-radius: 0;\n}\n.btn-link:hover,\n.btn-link:focus {\n  color: rgba(51,126,255,0.7);\n  text-decoration: underline;\n  background-color: transparent;\n}\n.btn-link[disabled]:hover,\n.btn-link[disabled]:focus {\n  color: #333;\n  text-decoration: none;\n}\nbody {\n  font-size: 14px;\n  font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n  font-weight: 300;\n  line-height: 1.5em;\n  color: #000000;\n}\np {\n  margin: 1.5em 0;\n  hyphenate: auto;\n  hyphenate-before: 2;\n  hyphenate-after: 3;\n  hyphenate-lines: 3;\n  orphans: 4;\n}\np small {\n  color: rgba(0,0,0,0.7);\n  font-size: 12px;\n  line-height: 10.85px;\n}\np:before {\n  content: \"\";\n  width: 8em;\n  display: block;\n  overflow: hidden;\n}\na {\n  color: #337EFF;\n  transition: color .2s linear, background .2s linear;\n}\na:hover {\n  color: rgba(51,126,255,0.7);\n  text-decoration: none;\n}\ndt {\n  font-weight: bold;\n}\ndd {\n  font-style: italic;\n}\nsup {\n  font-size: .7em;\n  vertical-align: top;\n  vertical-align: super;\n}\nsub {\n  font-size: .7em;\n  vertical-align: bottom;\n}\nbig {\n  font-size: 1.3em;\n}\nabbr,\nacronym {\n  border-bottom: .1em dotted;\n  cursor: help;\n}\nq:before,\nq:after {\n  content: \"\'\";\n}\ncode {\n  padding: 0 3px 2px;\n  font-family: Menlo, Monaco, \"Courier New\", monospace;\n  font-size: 12px;\n  background-color: #f2f2f2;\n  border: 1px solid #dedede;\n}\ncode {\n  padding: 2px 4px;\n}\npre {\n  display: block;\n  padding: 8.5px;\n  margin: 1em;\n  font-size: 12.025px;\n  line-height: 18px;\n  white-space: pre;\n  white-space: pre-wrap;\n  word-break: break-all;\n  word-wrap: break-word;\n}\npre code {\n  padding: 0;\n  color: inherit;\n  background-color: transparent;\n  border: 0;\n}\npre.pre-scrollable {\n  max-height: 340px;\n  overflow-y: scroll;\n}\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n  margin: .4em 0;\n  text-rendering: optimizelegibility;\n  font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n  font-weight: 300;\n  line-height: 130%;\n}\nh1 small,\nh2 small,\nh3 small,\nh4 small,\nh5 small,\nh6 small {\n  font-weight: normal;\n  font-size: 16px;\n}\nh1 > a,\nh2 > a,\nh3 > a,\nh4 > a,\nh5 > a,\nh6 > a {\n  color: inherit;\n}\nh1 > a:hover,\nh2 > a:hover,\nh3 > a:hover,\nh4 > a:hover,\nh5 > a:hover,\nh6 > a:hover {\n  color: #337EFF;\n}\n.subhead {\n  color: rgba(0,0,0,0.7);\n  font-size: 82%;\n}\nh1 {\n  font-size: 44.8px;\n}\nh2 {\n  font-size: 38.4px;\n}\nh3 {\n  font-size: 28.8px;\n}\nh4 {\n  font-size: 22.4px;\n}\nh5 {\n  font-size: 17.6px;\n}\nh6 {\n  font-size: 16px;\n}\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n  line-height: 1.2em;\n}\nh1 + p,\nh2 + p,\nh3 + p,\nh4 + p,\nh5 + p,\nh6 + p {\n  margin-top: .4em;\n}\nh1 a,\nh2 a,\nh3 a,\nh4 a,\nh5 a,\nh6 a {\n  color: inherit;\n}\nh1 + img,\nh2 + img {\n  margin-top: 1em;\n}\n.page-header {\n  padding-bottom: 20.7px;\n  margin: 65.1px 0 21.7px;\n  border-bottom: 1px solid #dddddd;\n}\n.page-header h1 {\n  line-height: 1;\n  margin: 0;\n}\n.page-header-minor {\n  margin: 21.7px 0;\n  padding: 10.85px 0;\n  border-bottom: 1px solid #dddddd;\n}\n.hentry ul,\n.hentry ol {\n  padding: 0;\n  margin: 0 0 1em 30px;\n}\n.hentry ol list-style:decimal\n		ol list-style:lower-roman\n			ol {\n  list-style: lower-alpha;\n}\n.hentry ul {\n  list-style: disc;\n}\n.hentry ol {\n  list-style: decimal;\n}\n.hentry ul ul,\n.hentry ul ol,\n.hentry ol ol,\n.hentry ol ul {\n  margin-bottom: 0;\n}\n.hentry h1,\n.hentry h2,\n.hentry h3,\n.hentry h4,\n.hentry h5,\n.hentry h6 {\n  margin: 1em 0;\n}\n.hentry p {\n  margin: 0 0 1.5em 0;\n}\nol,\nul {\n  list-style-type: none;\n}\nul.unstyled,\nol.unstyled {\n  margin-left: 0;\n  list-style: none;\n}\ndl {\n  margin-bottom: 21.7px;\n}\ndt,\ndd {\n  line-height: 21.7px;\n}\ndt {\n  font-weight: bold;\n  line-height: 20.7px;\n}\ndd {\n  margin-left: 10.85px;\n}\n.dl-horizontal dt {\n  float: left;\n  clear: left;\n  width: 120px;\n  text-align: right;\n}\n.dl-horizontal dd {\n  margin-left: 130px;\n}\na {\n  text-decoration: none;\n}\na:focus {\n  outline: 1px dotted invert;\n}\na:active,\na:focus {\n  outline: none !important;\n}\ninput.searchfield:active {\n  outline: none !important;\n}\nhr {\n  clear: both;\n  height: 0;\n  margin: 21.7px 0;\n  border: 0;\n  border-bottom: 1px solid #dddddd;\n}\nhr.soften {\n  height: 1px;\n  background-image: -webkit-linear-gradient(left,transparent,rgba(0,0,0,0.1),transparent);\n  background-image: -moz-linear-gradient(left,transparent,rgba(0,0,0,0.1),transparent);\n  background-image: -ms-linear-gradient(left,transparent,rgba(0,0,0,0.1),transparent);\n  background-image: -o-linear-gradient(left,transparent,rgba(0,0,0,0.1),transparent);\n  border: 0;\n}\nstrong {\n  font-weight: 500;\n}\nem {\n  font-style: italic;\n}\n.muted {\n  color: #999;\n}\n.spamp {\n  font-family: \'Baskerville\', Palatino, georgia;\n  font-style: italic;\n  font-weight: normal;\n}\n.serifize {\n  font-family: georgia, times, serif;\n  font-style: italic;\n  font-weight: normal;\n}\nabbr[title] {\n  border-bottom: 1px dotted #ddd;\n  cursor: help;\n}\nabbr.initialism {\n  font-size: 90%;\n  text-transform: uppercase;\n}\nblockquote {\n  padding: 0 0 0 15px;\n  line-height: 32px;\n  font-size: 22px;\n  padding-left: 0px;\n  letter-spacing: 0.5px;\n  margin-bottom: 30px;\n}\nblockquote p {\n  margin-bottom: 0;\n}\nblockquote p:first-child {\n  margin-top: 0;\n}\nblockquote p:last-child {\n  margin-bottom: 0;\n}\nblockquote small,\nblockquote cite {\n  display: block;\n  font-size: 15px;\n  letter-spacing: 0;\n  line-height: 1.5em;\n  padding-left: 10px;\n}\nblockquote small:before,\nblockquote cite:before {\n  content: \'\\2014 \\00A0\';\n}\nblockquote.side-right {\n  float: right;\n  max-width: 250px;\n  margin: 0 0 10px 1em;\n}\nblockquote.side-left {\n  float: left;\n  max-width: 250px;\n  margin: 0 1em 10px -10px;\n}\nblockquote.pull-right {\n  float: right;\n  padding-left: 0;\n  margin-left: 15px;\n}\nblockquote.pull-right p,\nblockquote.pull-right small {\n  text-align: right;\n}\nq:before,\nq:after,\nblockquote:before,\nblockquote:after {\n  content: \"\";\n}\naddress {\n  display: block;\n  margin-bottom: 21.7px;\n  line-height: 21.7px;\n  font-style: normal;\n}\nsmall {\n  font-size: 100%;\n}\ncite {\n  font-style: normal;\n}\n::selection {\n  background: #337EFF;\n}\n::-moz-selection {\n  background: #337EFF;\n}\n.muted {\n  color: #999;\n}\n.text-warning {\n  color: #453404;\n}\n.text-error {\n  color: #b94a48;\n}\n.text-info {\n  color: #3a87ad;\n}\n.text-success {\n  color: #468847;\n}\n.dropup,\n.dropdown {\n  position: relative;\n}\n.dropdown-toggle {\n  *margin-bottom: -3px;\n}\n.dropdown-toggle:active,\n.open .dropdown-toggle {\n  outline: 0;\n}\n.caret {\n  display: inline-block;\n  width: 0;\n  height: 0;\n  vertical-align: top;\n  border-top: 4px solid rgba(0,0,0,0.3);\n  border-right: 4px solid transparent;\n  border-left: 4px solid transparent;\n  content: \"\";\n}\n.dropdown .caret {\n  margin-top: 8px;\n  margin-left: 2px;\n}\nbody .dropdown-menu {\n  position: absolute;\n  top: 100%;\n  left: 0;\n  z-index: 1000;\n  display: none;\n  float: left;\n  min-width: 160px;\n  padding: 5px 0;\n  margin: 2px 0 0;\n  list-style: none;\n  background-color: #fff;\n  border: 1px solid #ccc;\n  border: 1px solid rgba(0,0,0,0.2);\n  *border-right-width: 2px;\n  *border-bottom-width: 2px;\n  border-radius: 6px;\n  box-shadow: 0 5px 10px rgba(0,0,0,0.2);\n  -webkit-background-clip: padding-box;\n  -moz-background-clip: padding-box;\n  background-clip: padding-box;\n}\nbody .dropdown-menu.pull-right {\n  right: 0;\n  left: auto;\n}\nbody .dropdown-menu .divider {\n  *width: 100%;\n  height: 1px;\n  margin: 9.85px 1px;\n  *margin: -5px 0 5px;\n  overflow: hidden;\n  background-color: #e5e5e5;\n  border-bottom: 1px solid #fff;\n}\nbody .dropdown-menu li > a,\nbody .dropdown-menu li > span {\n  display: block;\n  padding: 3px 20px;\n  clear: both;\n  font-weight: normal;\n  line-height: 21.7px;\n  color: #333;\n  white-space: nowrap;\n  cursor: pointer;\n  -webkit-transition: none;\n  -moz-transition: none;\n  -ms-transition: none;\n  transition: none;\n}\n.dropdown-menu li > a:hover,\n.dropdown-menu li > a:focus,\n.dropdown-submenu:hover > a,\n.dropdown-menu li.current-menu-item > a {\n  text-decoration: none;\n  text-shadow: 0 -1px 0 rgba(0,0,0,0.5);\n  color: #fff;\n  background-color: #2a7dea;\n  background-color: #2278e8;\n  background-image: -moz-linear-gradient(top,#2a7dea,#166fe4);\n  background-image: -ms-linear-gradient(top,#2a7dea,#166fe4);\n  background-image: -webkit-linear-gradient(top,#2a7dea,#166fe4);\n  background-image: linear-gradient(top,#2a7dea,#166fe4);\n  background-repeat: repeat-x;\n}\n.dropdown-menu .active > a,\n.dropdown-menu .active > a:hover {\n  color: #fff;\n  text-decoration: none;\n  outline: 0;\n  background-color: #2a7dea;\n  background-color: #2278e8;\n  background-image: -moz-linear-gradient(top,#2a7dea,#166fe4);\n  background-image: -ms-linear-gradient(top,#2a7dea,#166fe4);\n  background-image: -webkit-linear-gradient(top,#2a7dea,#166fe4);\n  background-image: linear-gradient(top,#2a7dea,#166fe4);\n  background-repeat: repeat-x;\n}\n.dropdown-menu .disabled > a,\n.dropdown-menu .disabled > a:hover {\n  color: #999;\n}\n.dropdown-menu .disabled > a:hover {\n  text-decoration: none;\n  text-shadow: none;\n  background-color: transparent;\n  background-image: none;\n  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);\n  cursor: default;\n}\n.open {\n  *z-index: 1000;\n}\n.open > .dropdown-menu {\n  display: block;\n}\n.pull-right > .dropdown-menu {\n  right: 0;\n  left: auto;\n}\n.dropup .caret,\n.navbar-fixed-bottom .dropdown .caret {\n  border-top: 0;\n  border-bottom: 4px solid #000;\n  content: \"\";\n}\n.dropup .dropdown-menu,\n.navbar-fixed-bottom .dropdown .dropdown-menu {\n  top: auto;\n  bottom: 100%;\n  margin-bottom: 1px;\n}\n.dropdown-submenu {\n  position: relative;\n}\n.dropdown-submenu > .dropdown-menu {\n  top: 0;\n  left: 100%;\n  margin-top: -6px;\n  margin-left: -1px;\n  -webkit-border-radius: 0 6px 6px 6px;\n  -moz-border-radius: 0 6px 6px 6px;\n  border-radius: 0 6px 6px 6px;\n}\n.dropdown-submenu:hover > .dropdown-menu {\n  display: block;\n}\n.dropdown-submenu > a:after {\n  display: block;\n  content: \" \";\n  float: right;\n  width: 0;\n  height: 0;\n  border-color: transparent;\n  border-style: solid;\n  border-width: 5px 0 5px 5px;\n  border-left-color: #cccccc;\n  margin-top: 5px;\n  margin-right: -10px;\n}\n.dropdown-submenu:hover > a:after {\n  border-left-color: #fff;\n}\n.dropdown .dropdown-menu .nav-header {\n  padding-left: 20px;\n  padding-right: 20px;\n}\n.typeahead {\n  margin-top: 2px;\n  -webkit-border-radius: 4px;\n  -moz-border-radius: 4px;\n  border-radius: 4px;\n}\n.accordion {\n  margin-bottom: 15px;\n}\n.accordion-group {\n  margin-bottom: 2px;\n}\n.accordion-heading {\n  border-bottom: 0;\n}\n.accordion-heading:hover {\n  border-radius: 4px;\n  opacity: .8;\n}\n.accordion-heading a:hover {\n  text-decoration: none;\n}\n.accordion-heading .accordion-toggle {\n  display: block;\n  padding: 8px 15px;\n}\n.accordion-inner {\n  padding: 9px 15px;\n}\n.carousel {\n  position: relative;\n  margin-bottom: 21.7px;\n  line-height: 1;\n}\n.carousel-inner {\n  overflow: hidden;\n  width: 100%;\n  position: relative;\n}\n.carousel h4 {\n  margin: 0;\n}\n.carousel .item {\n  display: none;\n  position: relative;\n  -webkit-transition: .6s ease-in-out left;\n  -moz-transition: .6s ease-in-out left;\n  -ms-transition: .6s ease-in-out left;\n  transition: .6s ease-in-out left;\n}\n.carousel .item > img {\n  display: block;\n  line-height: 1;\n  width: 100%;\n}\n.carousel .active,\n.carousel .next,\n.carousel .prev {\n  display: block;\n}\n.carousel .active {\n  left: 0;\n}\n.carousel .next,\n.carousel .prev {\n  position: absolute;\n  top: 0;\n  width: 100%;\n}\n.carousel .next {\n  left: 100%;\n}\n.carousel .prev {\n  left: -100%;\n}\n.carousel .next.left,\n.carousel .prev.right {\n  left: 0;\n}\n.carousel .active.left {\n  left: -100%;\n}\n.carousel .active.right {\n  left: 100%;\n}\n.carousel-control,\n.hentry .carousel-control {\n  position: absolute;\n  top: 50%;\n  left: 15px;\n  width: 40px;\n  height: 40px;\n  margin-top: -20px;\n  font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n  font-size: 60px;\n  font-weight: 100;\n  line-height: 30px;\n  color: #fff;\n  text-align: center;\n  opacity: .5;\n}\n.carousel-control.right,\n.hentry .carousel-control.right {\n  left: auto;\n  right: 15px;\n}\n.carousel-control:hover,\n.hentry .carousel-control:hover {\n  color: #fff;\n  text-decoration: none;\n  opacity: .9;\n}\n.carousel-caption {\n  position: absolute;\n  left: 0;\n  right: 0;\n  bottom: 0;\n  padding: 10px 15px 5px;\n  background: #333;\n  background: rgba(0,0,0,0.75);\n}\n.carousel-caption h4,\n.carousel-caption p {\n  color: #fff;\n}\n.carousel-caption p {\n  margin: 0 0 0.8em 0;\n  line-height: 1.5em;\n}\n.sf-menu li.megamenu > ul.sub-menu {\n  background-color: #1F1F1F;\n}\n.sf-menu li.megamenu > ul > li {\n  border-right: 1px solid rgba(255,255,255,0.1);\n}\n.sf-menu ul {\n  background-color: #1F1F1F;\n}\n.sf-menu ul li a {\n  border-bottom: 1px solid rgba(255,255,255,0.1);\n  color: #ccc;\n}\n.sf-menu ul li.sfHover > a,\n.sf-menu ul li:hover > a {\n  color: #fff;\n}\n.sf-menu ul li > a:focus,\n.sf-menu ul li > a:hover,\n.sf-menu ul li > a:active,\n.sf-menu ul li.current-menu-item > a {\n  background-color: rgba(255,255,255,0.1);\n  color: #FFF;\n}\n.sf-menu li > ul.sub-menu {\n  display: table;\n  visibility: hidden;\n}\n.sf-menu.dd-theme-light li.megamenu > ul.sub-menu {\n  background-color: #fff;\n}\n.sf-menu.dd-theme-light li.megamenu > ul > li {\n  border-right: 1px solid #ddd;\n}\n.sf-menu.dd-theme-light > li > ul {\n  box-shadow: 1px 1px 0 rgba(0,0,0,0.2), -1px -1px 0 rgba(0,0,0,0.2);\n}\n.sf-menu.dd-theme-light ul {\n  background-color: #fff;\n}\n.sf-menu.dd-theme-light ul li a {\n  border-bottom: 1px solid #ddd;\n  color: #444;\n}\n.sf-menu.dd-theme-light ul li.sfHover > a,\n.sf-menu.dd-theme-light ul li:hover > a {\n  color: #000;\n}\n.sf-menu.dd-theme-light ul li > a:focus,\n.sf-menu.dd-theme-light ul li > a:hover,\n.sf-menu.dd-theme-light ul li > a:active,\n.sf-menu.dd-theme-light ul li.current-menu-item > a {\n  background-color: #f7f7f7;\n  color: #000;\n}\n.sf-menu,\n.sf-menu * {\n  margin: 0;\n  padding: 0;\n  list-style: none;\n}\n.sf-menu li {\n  position: relative;\n}\n.sf-menu li.megamenu > ul.sub-menu,\n.sf-menu li.panelmenu > ul.sub-menu {\n  padding: 15px 0px;\n}\n.sf-menu li.megamenu > ul > li,\n.sf-menu li.panelmenu > ul > li {\n  display: table-cell;\n  padding: 0px 15px;\n}\n.sf-menu li.megamenu > ul > li .sub-indicator,\n.sf-menu li.panelmenu > ul > li .sub-indicator {\n  display: none;\n}\n.sf-menu li.megamenu > ul > li > a,\n.sf-menu li.panelmenu > ul > li > a {\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n  font-weight: 600;\n  font-size: 12px;\n  text-transform: uppercase;\n  margin-bottom: 5px;\n  letter-spacing: 2px;\n  border-bottom: none;\n}\n.sf-menu li.megamenu > ul > li ul,\n.sf-menu li.panelmenu > ul > li ul {\n  display: block !important;\n  top: 0px !important;\n  width: 100%;\n  opacity: 1 !Important;\n  left: 0px !important;\n  position: relative !important;\n}\n.sf-menu li.megamenu > ul > li ul li a,\n.sf-menu li.panelmenu > ul > li ul li a {\n  border: none;\n  padding: 9px 14px;\n}\n.sf-menu li.panelmenu > ul.sub-menu {\n  width: 540px;\n}\n.sf-menu li.panelmenu > ul > li {\n  width: 180px;\n}\n.sf-menu li.megamenu {\n  position: inherit;\n}\n.sf-menu li.megamenu > ul.sub-menu {\n  width: 100%;\n  left: 0px;\n}\n.sf-menu li.megamenu > ul > li {\n  width: 33.33%;\n}\n.sf-menu li.megamenu.mega-col-1 > ul > li {\n  width: 100%;\n}\n.sf-menu li.megamenu.mega-col-2 > ul > li {\n  width: 50%;\n}\n.sf-menu li.megamenu.mega-col-3 > ul > li {\n  width: 33.33%;\n}\n.sf-menu li.megamenu.mega-col-4 > ul > li {\n  width: 25%;\n}\n.sf-menu li.megamenu.mega-col-5 > ul > li {\n  width: 20%;\n}\n.sf-menu li.megamenu.mega-col-6 > ul > li {\n  width: 16.66%%;\n}\n.sf-menu ul {\n  position: absolute;\n  display: none;\n  top: 100%;\n  left: 0;\n  z-index: 1049;\n  width: 15em;\n}\n.sf-menu ul li {\n  width: 100%;\n}\n.sf-menu ul li a {\n  font-size: 12px;\n  line-height: 13px;\n  margin: 0;\n  padding: 14px;\n  transition: none;\n}\n.sf-menu ul li.current_page_ancestor > a {\n  background: transparent;\n}\n.sf-menu ul ul {\n  top: 0;\n  left: 100%;\n}\n.sf-menu > .menu-item:nth-last-child(3) ul,\n.sf-menu > .menu-item:nth-last-child(2) ul {\n  left: auto;\n  right: 0;\n}\n.sf-menu > .menu-item:nth-last-child(3) ul ul,\n.sf-menu > .menu-item:nth-last-child(2) ul ul {\n  left: auto;\n  right: 100%;\n}\n.sf-menu > .panelmenu.menu-item ul {\n  left: 0;\n  right: auto;\n}\n.sf-menu > .panelmenu.menu-item.panel-right ul {\n  left: auto;\n  right: 0;\n}\n.sf-menu > li:last-child \n	\n	li:hover > ul,\n.sf-menu li.sfHover > ul {\n  display: block;\n}\n.sf-menu a {\n  display: block;\n  position: relative;\n  text-align: left;\n}\n.sf-menu li li a,\n.sf-menu li li a:visited {\n  padding-left: 1.25em;\n}\n.sub-indicator {\n  opacity: .8;\n}\n.nav {\n  margin-left: 0;\n  margin-bottom: 21.7px;\n  list-style: none;\n}\n.nav > li > a {\n  display: block;\n}\n.nav > li > a:hover {\n  text-decoration: none;\n  background-color: #eee;\n}\n.nav .nav-header {\n  display: block;\n  padding: 3px 15px;\n  font-size: 11px;\n  font-weight: bold;\n  line-height: 21.7px;\n  color: #999;\n  text-shadow: 0 1px 0 rgba(255,255,255,0.5);\n  text-transform: uppercase;\n}\n.nav li + .nav-header {\n  margin-top: 9px;\n}\n.nav-list {\n  padding-left: 15px;\n  padding-right: 15px;\n  margin-bottom: 0;\n}\n.nav-list > li > a,\n.nav-list .nav-header {\n  margin-left: -15px;\n  margin-right: -15px;\n  text-shadow: 0 1px 0 rgba(255,255,255,0.5);\n}\n.nav-list > li > a {\n  padding: 3px 15px;\n}\n.nav-list > .active > a,\n.nav-list > .active > a:hover {\n  color: #fff;\n  text-shadow: 0 -1px 0 rgba(0,0,0,0.2);\n  background-color: #337EFF;\n}\n.nav-list [class^=\"icon-\"] {\n  margin-right: 2px;\n}\n.nav-list .divider {\n  *width: 100%;\n  height: 1px;\n  margin: 9.85px 1px;\n  *margin: -5px 0 5px;\n  overflow: hidden;\n  background-color: #e5e5e5;\n  border-bottom: 1px solid #fff;\n}\n.nav-tabs,\n.nav-pills {\n  *zoom: 1;\n}\n.nav-tabs:before,\n.nav-tabs:after,\n.nav-pills:before,\n.nav-pills:after {\n  display: table;\n  content: \"\";\n  line-height: 0;\n}\n.nav-tabs:after,\n.nav-pills:after {\n  clear: both;\n}\n.nav-tabs > li,\n.nav-pills > li {\n  float: left;\n}\n.nav-tabs > li > a,\n.nav-pills > li > a {\n  padding-right: 12px;\n  padding-left: 12px;\n  margin-right: 2px;\n  line-height: 14px;\n}\n.nav-tabs {\n  border-bottom: 1px solid #f0f0f0;\n}\n.nav-tabs > li {\n  margin-bottom: -1px;\n}\n.nav-tabs > li > a {\n  padding-top: 8px;\n  padding-bottom: 8px;\n  line-height: 21.7px;\n  border: 1px solid transparent;\n  -webkit-border-radius: 4px 4px 0 0;\n  -moz-border-radius: 4px 4px 0 0;\n  border-radius: 4px 4px 0 0;\n}\n.nav-tabs > li > a:hover {\n  background-color: #fafafa;\n  border-color: #f0f0f0;\n}\n.nav-tabs > .active > a,\n.nav-tabs > .active > a:hover {\n  color: #000000;\n  background-color: #fafafa;\n  border: 1px solid #f0f0f0;\n  border-bottom-color: transparent;\n  cursor: default;\n}\n.nav-pills > li > a {\n  padding-top: 8px;\n  padding-bottom: 8px;\n  margin-top: 2px;\n  margin-bottom: 2px;\n  -webkit-border-radius: 5px;\n  -moz-border-radius: 5px;\n  border-radius: 5px;\n}\n.nav-pills > .active > a,\n.nav-pills > .active > a:hover {\n  color: #fff;\n  background-color: #337EFF;\n}\n.nav-stacked > li {\n  float: none;\n}\n.nav-stacked > li > a {\n  margin-right: 0;\n}\n.nav-tabs.nav-stacked {\n  border-bottom: 0;\n}\n.nav-tabs.nav-stacked > li > a {\n  border: 1px solid #ddd;\n  -webkit-border-radius: 0;\n  -moz-border-radius: 0;\n  border-radius: 0;\n}\n.nav-tabs.nav-stacked > li:first-child > a {\n  -webkit-border-radius: 4px 4px 0 0;\n  -moz-border-radius: 4px 4px 0 0;\n  border-radius: 4px 4px 0 0;\n}\n.nav-tabs.nav-stacked > li:last-child > a {\n  -webkit-border-radius: 0 0 4px 4px;\n  -moz-border-radius: 0 0 4px 4px;\n  border-radius: 0 0 4px 4px;\n}\n.nav-tabs.nav-stacked > li > a:hover {\n  border-color: #ddd;\n  z-index: 2;\n}\n.nav-pills.nav-stacked > li > a {\n  margin-bottom: 3px;\n}\n.nav-pills.nav-stacked > li:last-child > a {\n  margin-bottom: 1px;\n}\n.nav-tabs .dropdown-menu,\n.nav-pills .dropdown-menu {\n  margin-top: 1px;\n  border-width: 1px;\n}\n.nav-pills .dropdown-menu {\n  -webkit-border-radius: 4px;\n  -moz-border-radius: 4px;\n  border-radius: 4px;\n}\n.nav-tabs .dropdown-toggle .caret,\n.nav-pills .dropdown-toggle .caret {\n  border-top-color: #337EFF;\n  border-bottom-color: #337EFF;\n  margin-top: 6px;\n}\n.nav-tabs .dropdown-toggle:hover .caret,\n.nav-pills .dropdown-toggle:hover .caret {\n  border-top-color: rgba(51,126,255,0.7);\n  border-bottom-color: rgba(51,126,255,0.7);\n}\n.nav-tabs .active .dropdown-toggle .caret,\n.nav-pills .active .dropdown-toggle .caret {\n  border-top-color: #333;\n  border-bottom-color: #333;\n}\n.nav > .dropdown.active > a:hover {\n  color: #000;\n  cursor: pointer;\n}\n.nav-tabs .open .dropdown-toggle,\n.nav-pills .open .dropdown-toggle,\n.nav > .open.active > a:hover {\n  color: #fff;\n  background-color: #999;\n  border-color: #999;\n}\n.nav .open .caret,\n.nav .open.active .caret,\n.nav .open a:hover .caret {\n  border-top-color: #fff;\n  border-bottom-color: #fff;\n  opacity: 1;\n}\n.tabs-stacked .open > a:hover {\n  border-color: #999;\n}\n.hentry .nav-tabs > li {\n  list-style: none;\n}\nul.nav.nav-tabs {\n  margin: 0;\n}\nul.nav.nav-tabs a:hover {\n  text-decoration: none;\n}\n.tabbable {\n  *zoom: 1;\n}\n.tabbable:before,\n.tabbable:after {\n  display: table;\n  content: \"\";\n  line-height: 0;\n}\n.tabbable:after {\n  clear: both;\n}\n.tab-content {\n  display: table;\n  width: 100%;\n  padding-top: 5px;\n  background: #fafafa;\n}\n.tab-content p {\n  padding-left: 10px;\n}\n.tabs-below .nav-tabs,\n.tabs-right .nav-tabs,\n.tabs-left .nav-tabs {\n  border-bottom: 0;\n}\n.tab-content > .tab-pane,\n.pill-content > .pill-pane {\n  display: none;\n}\n.tab-content > .active,\n.pill-content > .active {\n  display: block;\n}\n.tabs-below .nav-tabs {\n  border-top: 1px solid #f0f0f0;\n}\n.tabs-below .nav-tabs > li {\n  margin-top: -1px;\n  margin-bottom: 0;\n}\n.tabs-below .nav-tabs > li > a {\n  -webkit-border-radius: 0 0 4px 4px;\n  -moz-border-radius: 0 0 4px 4px;\n  border-radius: 0 0 4px 4px;\n}\n.tabs-below .nav-tabs > li > a:hover {\n  border-bottom-color: transparent;\n  border-top-color: #f0f0f0;\n}\n.tabs-below .nav-tabs .active > a,\n.tabs-below .nav-tabs .active > a:hover {\n  border-color: transparent #f0f0f0;\n}\n.tabs-left .nav-tabs > li,\n.tabs-right .nav-tabs > li {\n  float: none;\n}\n.tabs-left .nav-tabs > li > a,\n.tabs-right .nav-tabs > li > a {\n  min-width: 74px;\n  margin-right: 0;\n  margin-bottom: 3px;\n}\n.tabs-left .nav-tabs {\n  float: left;\n  margin-right: 19px;\n  border-right: 1px solid #f0f0f0;\n}\n.tabs-left .nav-tabs > li > a {\n  margin-right: -1px;\n  -webkit-border-radius: 4px 0 0 4px;\n  -moz-border-radius: 4px 0 0 4px;\n  border-radius: 4px 0 0 4px;\n}\n.tabs-left .nav-tabs > li > a:hover {\n  border-color: #f0f0f0;\n}\n.tabs-left .nav-tabs .active > a,\n.tabs-left .nav-tabs .active > a:hover {\n  border-color: #f0f0f0;\n  *border-right-color: #f0f0f0;\n}\n.tabs-right .nav-tabs {\n  float: right;\n  margin-left: 19px;\n  border-left: 1px solid #f0f0f0;\n}\n.tabs-right .nav-tabs > li > a {\n  margin-left: -1px;\n  -webkit-border-radius: 0 4px 4px 0;\n  -moz-border-radius: 0 4px 4px 0;\n  border-radius: 0 4px 4px 0;\n}\n.tabs-right .nav-tabs > li > a:hover {\n  border-color: #f0f0f0;\n}\n.tabs-right .nav-tabs .active > a,\n.tabs-right .nav-tabs .active > a:hover {\n  border-color: #f0f0f0;\n  *border-left-color: #f0f0f0;\n}\n.modal-backdrop {\n  position: fixed;\n  top: 0;\n  right: 0;\n  bottom: 0;\n  left: 0;\n  z-index: 1040;\n  background-color: #000;\n}\n.modal-backdrop.fade {\n  opacity: 0;\n}\n.modal-backdrop,\n.modal-backdrop.fade.in {\n  opacity: .8;\n}\n.modal {\n  position: fixed;\n  top: 10%;\n  left: 50%;\n  z-index: 1050;\n  width: 560px;\n  margin-left: -280px;\n  background-color: #fff;\n  border: 1px solid #999;\n  border: 1px solid rgba(0,0,0,0.3);\n  *border: 1px solid #999;\n  border-radius: 6px;\n  box-shadow: 0 3px 7px rgba(0,0,0,0.3);\n  -webkit-background-clip: padding-box;\n  -moz-background-clip: padding-box;\n  background-clip: padding-box;\n  outline: none;\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n  font-weight: normal;\n  color: #777;\n}\n.modal.modal-large {\n  width: 840px;\n  margin-left: -430px;\n}\n.modal.fade {\n  -webkit-transition: opacity .1s linear, top .1s ease-out;\n  -moz-transition: opacity .1s linear, top .1s ease-out;\n  -ms-transition: opacity .1s linear, top .1s ease-out;\n  transition: opacity .1s linear, top .1s ease-out;\n  top: -25%;\n}\n.modal.fade.in {\n  top: 10%;\n}\n.modal h1,\n.modal h2,\n.modal h3,\n.modal h4,\n.modal h5,\n.modal h6 {\n  font-weight: 600;\n  color: #000;\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n}\n.modal iframe {\n  width: 100%;\n  min-height: 400px;\n}\n.modal-header {\n  padding: 9px 15px;\n  border-bottom: 1px solid #eee;\n}\n.modal-header .close {\n  margin-top: 2px;\n}\n.modal-header h3 {\n  margin: 0;\n  line-height: 30px;\n  font-size: 20px;\n}\n.modal-body {\n  position: relative;\n  overflow-y: auto;\n  max-height: 400px;\n  padding: 21.7px;\n}\n.modal-form {\n  margin-bottom: 0;\n}\n.modal-footer {\n  padding: 14px 15px 15px;\n  margin-bottom: 0;\n  text-align: right;\n  background-color: #f5f5f5;\n  border-top: 1px solid #ddd;\n  -webkit-border-radius: 0 0 6px 6px;\n  -moz-border-radius: 0 0 6px 6px;\n  border-radius: 0 0 6px 6px;\n  box-shadow: inset 0 1px 0 #fff;\n  *zoom: 1;\n}\n.modal-footer:before,\n.modal-footer:after {\n  display: table;\n  content: \"\";\n  line-height: 0;\n}\n.modal-footer:after {\n  clear: both;\n}\n.modal-footer .btn + .btn {\n  margin-left: 5px;\n  margin-bottom: 0;\n}\n.modal-footer .btn-group .btn + .btn {\n  margin-left: -1px;\n}\n.modal-footer .btn-block + .btn-block {\n  margin-left: 0;\n}\nbody .pl-thumbnails,\nbody .gallery {\n  margin-left: -20px;\n  list-style: none;\n  *zoom: 1;\n}\nbody .pl-thumbnails:before,\nbody .pl-thumbnails:after,\nbody .gallery:before,\nbody .gallery:after {\n  display: table;\n  content: \"\";\n  line-height: 0;\n}\nbody .pl-thumbnails:after,\nbody .gallery:after {\n  clear: both;\n}\nbody .pl-thumbnails > li,\nbody .gallery > li {\n  float: left;\n  margin-bottom: 21.7px;\n  margin-left: 20px;\n}\nbody .pl-thumbnails .thumbnail,\nbody .gallery .gallery-icon a,\n.pl-thumbnail {\n  display: block;\n  padding: 4px;\n  line-height: 21.7px;\n  border: 1px solid #e9e9e9;\n  -webkit-border-radius: 4px;\n  -moz-border-radius: 4px;\n  border-radius: 4px;\n  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);\n  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);\n  box-shadow: 0 1px 3px rgba(0,0,0,0.055);\n  -webkit-transition: all .2s ease-in-out;\n  -moz-transition: all .2s ease-in-out;\n  -ms-transition: all .2s ease-in-out;\n  transition: all .2s ease-in-out;\n}\nbody .pl-thumbnails .thumbnail[href]:hover,\nbody .gallery .gallery-icon a[href]:hover,\n.pl-thumbnail[href]:hover {\n  border-color: #337EFF;\n  -webkit-box-shadow: 0 1px 4px rgba(0,105,214,0.25);\n  -moz-box-shadow: 0 1px 4px rgba(0,105,214,0.25);\n  box-shadow: 0 1px 4px rgba(0,105,214,0.25);\n}\nbody .pl-thumbnails .thumbnail > img,\nbody .gallery .gallery-icon a > img,\n.pl-thumbnail > img {\n  display: block;\n  max-width: 100%;\n  margin-left: auto;\n  margin-right: auto;\n}\nbody .pl-thumbnails .thumbnail .caption,\nbody .pl-thumbnails .thumbnail .gallery-caption,\nbody .gallery .gallery-icon a .caption,\nbody .gallery .gallery-icon a .gallery-caption,\n.pl-thumbnail .caption,\n.pl-thumbnail .gallery-caption {\n  padding: 9px;\n  color: rgba(0,0,0,0.7);\n}\n#gallery-1 img {\n  border: none !important;\n}\n.gallery-icon {\n  display: inline-block;\n}\n.row-fluid .thumbnails {\n  margin-left: 0;\n}\n.fade {\n  -webkit-transition: opacity .15s linear;\n  -moz-transition: opacity .15s linear;\n  -ms-transition: opacity .15s linear;\n  transition: opacity .15s linear;\n  opacity: 0;\n}\n.fade.in {\n  opacity: 1;\n}\n.collapse {\n  -webkit-transition: height .35s ease;\n  -moz-transition: height .35s ease;\n  -ms-transition: height .35s ease;\n  transition: height .35s ease;\n  position: relative;\n  overflow: hidden;\n  height: 0;\n}\n.collapse.in {\n  height: auto;\n}\n.pl-imageframe img,\nimg.pl-imageframe {\n  padding: 4px;\n  background: #ffffff;\n  border: 1px solid #ffffff;\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  -ms-box-sizing: border-box;\n  box-sizing: border-box;\n  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);\n  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3);\n  box-shadow: 0 1px 2px rgba(0,0,0,0.3);\n  -webkit-border-radius: 3px;\n  -moz-border-radius: 3px;\n  border-radius: 3px;\n}\n.pl-imageframe a:hover img {\n  background: #f6f6f6;\n}\n.zmt {\n  margin-top: 0 !important;\n}\n.zmb {\n  margin-bottom: 0 !important;\n}\n.zb {\n  border: none !important;\n}\n.tac {\n  text-align: center !important;\n}\n.hide {\n  display: none;\n}\n.show {\n  display: block;\n}\n.invisible {\n  visibility: hidden;\n}\ncode,\npre {\n  padding: 0 3px 2px;\n  font-family: Menlo, Monaco, \"Courier New\", monospace;\n  font-size: 13px;\n  -webkit-border-radius: 3px;\n  -moz-border-radius: 3px;\n  border-radius: 3px;\n}\ncode {\n  padding: 2px 4px;\n}\ncode,\n.prettyprint {\n  background-color: #f6f6f6;\n  border: 1px solid #d0d0d0;\n}\n.prettify-on .prettyprint.linenums {\n  -webkit-box-shadow: inset 40px 0 0 #f2f2f2, inset 41px 0 0 #d0d0d0;\n  -moz-box-shadow: inset 40px 0 0 #f2f2f2, inset 41px 0 0 #d0d0d0;\n  box-shadow: inset 40px 0 0 #f2f2f2, inset 41px 0 0 #d0d0d0;\n}\nol.linenums li {\n  color: #bebec5;\n}\npre {\n  display: block;\n  white-space: pre;\n  white-space: pre-wrap;\n  word-break: break-all;\n  word-wrap: break-word;\n}\npre.prettyprint {\n  margin-bottom: 21.7px;\n}\npre code {\n  padding: 0;\n  color: inherit;\n  background-color: transparent;\n  border: 0;\n}\n.pre-scrollable {\n  max-height: 340px;\n  overflow-y: scroll;\n}\n.pl-video {\n  position: relative;\n  padding-bottom: 56.25%;\n  height: 0;\n  overflow: hidden;\n}\n.pl-video.youtube {\n  padding-top: 30px;\n}\n.pl-video.vimeo {\n  padding-top: 10px;\n}\n.pl-video iframe,\n.pl-video object,\n.pl-video embed {\n  position: absolute;\n  top: 0;\n  left: 0;\n}\n.fix {\n  *zoom: 1;\n}\n.fix:before,\n.fix:after {\n  display: table;\n  content: \"\";\n  line-height: 0;\n}\n.fix:after {\n  clear: both;\n}\n.img-rounded {\n  -webkit-border-radius: 6px;\n  -moz-border-radius: 6px;\n  border-radius: 6px;\n}\n.img-polaroid {\n  padding: 4px;\n  background-color: #fff;\n  border: 1px solid #ccc;\n  border: 1px solid rgba(0,0,0,0.2);\n  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);\n  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);\n  box-shadow: 0 1px 3px rgba(0,0,0,0.1);\n}\n.img-circle {\n  -webkit-border-radius: 500px;\n  -moz-border-radius: 500px;\n  border-radius: 500px;\n}\n.fix {\n  *zoom: 1;\n}\n.fix:before,\n.fix:after {\n  display: table;\n  content: \"\";\n  line-height: 0;\n}\n.fix:after {\n  clear: both;\n}\n.bg-video-canvas {\n  position: relative;\n}\n.bg-video-viewport {\n  text-align: center;\n  width: 100%;\n  height: 100%;\n  position: absolute;\n  top: 0;\n  left: 0;\n  overflow: hidden;\n}\n.bg-video-viewport .bg-video {\n  width: 100%;\n  height: 100%;\n}\n.pl-browser-wrap {\n  border: 1px solid #cdcdcd;\n  border-radius: 4px 4px 0 0;\n}\n.pl-browser-wrap .pl-browser-header {\n  background: #f7f7f7;\n  position: relative;\n  border-radius: 4px 4px 0 0;\n  border-bottom: 1px solid #ccc;\n  height: 25px;\n  box-shadow: inset 1px 1px 0 #fff;\n}\n.browser-btns {\n  position: absolute;\n  top: 8px;\n  left: 8px;\n}\n.browser-btns > span {\n  height: 10px;\n  width: 10px;\n  margin-right: 5px;\n  display: inline-block;\n  vertical-align: top;\n  border-radius: 10px;\n  box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);\n}\n.browser-btns > span.bbtn-green {\n  background: #79d145;\n}\n.browser-btns > span.bbtn-red {\n  background: #ff4d3b;\n}\n.browser-btns > span.bbtn-orange {\n  background: #ffba3b;\n}\n.sl-link {\n  font-size: 22px;\n  line-height: 22px;\n  margin: 0 8px;\n  color: inherit;\n}\n.pl-animation {\n  -webkit-backface-visibility: hidden;\n}\n.pl-pro-version .pla-scale,\n.pl-pro-version .pla-fade,\n.pl-pro-version .pla-from-left,\n.pl-pro-version .pla-from-right,\n.pl-pro-version .pla-from-top,\n.pl-pro-version .pla-from-bottom {\n  opacity: 0;\n  -webkit-transition: all 1s ease-in-out;\n  -moz-transition: all 1s ease-in-out;\n  -ms-transition: all 1s ease-in-out;\n  transition: all 1s ease-in-out;\n}\n.pl-pro-version .pla-scale.animation-loaded,\n.pl-pro-version .pla-scale.animation-loaded.subtle,\n.pl-pro-version .pla-fade.animation-loaded,\n.pl-pro-version .pla-fade.animation-loaded.subtle,\n.pl-pro-version .pla-from-left.animation-loaded,\n.pl-pro-version .pla-from-left.animation-loaded.subtle,\n.pl-pro-version .pla-from-right.animation-loaded,\n.pl-pro-version .pla-from-right.animation-loaded.subtle,\n.pl-pro-version .pla-from-top.animation-loaded,\n.pl-pro-version .pla-from-top.animation-loaded.subtle,\n.pl-pro-version .pla-from-bottom.animation-loaded,\n.pl-pro-version .pla-from-bottom.animation-loaded.subtle {\n  opacity: 1;\n  -webkit-transform: translate3d(0,0,0);\n  -moz-transform: translate3d(0,0,0);\n  -ms-transform: translate3d(0,0,0);\n  transform: translate3d(0,0,0);\n  -webkit-transform: scale(1);\n  -moz-transform: scale(1);\n  -ms-transform: scale(1);\n  transform: scale(1);\n}\n.pl-pro-version .pla-scale {\n  opacity: .3;\n  -webkit-transform: scale(.3);\n  -moz-transform: scale(.3);\n  -ms-transform: scale(.3);\n  transform: scale(.3);\n}\n.pl-pro-version .pla-from-left {\n  -webkit-transform: translate3d(-50px,0,0);\n  -moz-transform: translate3d(-50px,0,0);\n  -ms-transform: translate3d(-50px,0,0);\n  transform: translate3d(-50px,0,0);\n}\n.pl-pro-version .pla-from-left.subtle {\n  -webkit-transform: translate3d(-20px,0,0);\n  -moz-transform: translate3d(-20px,0,0);\n  -ms-transform: translate3d(-20px,0,0);\n  transform: translate3d(-20px,0,0);\n}\n.pl-pro-version .pla-from-right {\n  -webkit-transform: translate3d(50px,0,0);\n  -moz-transform: translate3d(50px,0,0);\n  -ms-transform: translate3d(50px,0,0);\n  transform: translate3d(50px,0,0);\n}\n.pl-pro-version .pla-from-right.subtle {\n  -webkit-transform: translate3d(20px,0,0);\n  -moz-transform: translate3d(20px,0,0);\n  -ms-transform: translate3d(20px,0,0);\n  transform: translate3d(20px,0,0);\n}\n.pl-pro-version .pla-from-bottom {\n  -webkit-transform: translate3d(0,50px,0);\n  -moz-transform: translate3d(0,50px,0);\n  -ms-transform: translate3d(0,50px,0);\n  transform: translate3d(0,50px,0);\n}\n.pl-pro-version .pla-from-bottom.subtle {\n  -webkit-transform: translate3d(0,20px,0);\n  -moz-transform: translate3d(0,20px,0);\n  -ms-transform: translate3d(0,20px,0);\n  transform: translate3d(0,20px,0);\n}\n.pl-pro-version .pla-from-top {\n  -webkit-transform: translate3d(0,-50px,0);\n  -moz-transform: translate3d(0,-50px,0);\n  -ms-transform: translate3d(0,-50px,0);\n  transform: translate3d(0,-50px,0);\n}\n.pl-pro-version .pla-from-top.subtle {\n  -webkit-transform: translate3d(0,-20px,0);\n  -moz-transform: translate3d(0,-20px,0);\n  -ms-transform: translate3d(0,-20px,0);\n  transform: translate3d(0,-20px,0);\n}\n.pl-pro-version .pl-slidedown {\n  height: 5px;\n  overflow: hidden;\n  -webkit-transition: height 0.85s cubic-bezier(0.725,0.000,0.000,0.995);\n  -moz-transition: height 0.85s cubic-bezier(0.725,0.000,0.000,0.995);\n  transition: height 0.85s cubic-bezier(0.725,0.000,0.000,0.995);\n}\n.pl-pro-version .pl-appear {\n  opacity: .1;\n  -webkit-transform: scale(.5);\n  -moz-transform: scale(.5);\n  -ms-transform: scale(.5);\n  transform: scale(.5);\n}\n.pl-pro-version .pl-appear.animation-loaded {\n  opacity: 1;\n  -webkit-transition: all .5s ease-in-out;\n  -moz-transition: all .5s ease-in-out;\n  -ms-transition: all .5s ease-in-out;\n  transition: all .5s ease-in-out;\n  -webkit-transform: scale(1);\n  -moz-transform: scale(1);\n  -ms-transform: scale(1);\n  transform: scale(1);\n}\n.no-anim {\n  opacity: 1;\n  -webkit-transform: scale(1);\n  -moz-transform: scale(1);\n  -ms-transform: scale(1);\n  transform: scale(1);\n}\n@-webkit-keyframes pl_appear {\n  0% {\n    -webkit-transform: scale(0.5);\n    opacity: 0.1;\n  }\n  100% {\n    -webkit-transform: scale(1);\n    opacity: 1;\n  }\n}\n@-moz-keyframes pl_appear {\n  0% {\n    -moz-transform: scale(0.5);\n    opacity: 0.1;\n  }\n  100% {\n    -moz-transform: scale(1);\n    opacity: 1;\n  }\n}\n@-o-keyframes pl_appear {\n  0% {\n    -o-transform: scale(0.5);\n    opacity: 0.1;\n  }\n  100% {\n    -o-transform: scale(1);\n    opacity: 1;\n  }\n}\n@keyframes pl_appear {\n  0% {\n    transform: scale(0.5);\n    opacity: 0.1;\n  }\n  100% {\n    transform: scale(1);\n    opacity: 1;\n  }\n}\n.vpad-20 {\n  padding-top: 20px;\n  padding-bottom: 20px;\n}\n.vpad-40 {\n  padding-top: 40px;\n  padding-bottom: 40px;\n}\n.vpad-60 {\n  padding-top: 60px;\n  padding-bottom: 60px;\n}\n.vpad-80 {\n  padding-top: 80px;\n  padding-bottom: 80px;\n}\n.vpad-100 {\n  padding-top: 100px;\n  padding-bottom: 100px;\n}\n.vpad-120 {\n  padding-top: 120px;\n  padding-bottom: 120px;\n}\n.vpad-140 {\n  padding-top: 140px;\n  padding-bottom: 140px;\n}\n.vpad-160 {\n  padding-top: 160px;\n  padding-bottom: 160px;\n}\n.vpad-180 {\n  padding-top: 180px;\n  padding-bottom: 180px;\n}\n.vpad-200 {\n  padding-top: 200px;\n  padding-bottom: 200px;\n}\n.hpad-20 {\n  padding-left: 20px;\n  padding-right: 20px;\n}\n.hpad-40 {\n  padding-left: 40px;\n  padding-right: 40px;\n}\n.hpad-60 {\n  padding-left: 60px;\n  padding-right: 60px;\n}\n.hpad-80 {\n  padding-left: 80px;\n  padding-right: 80px;\n}\n.hpad-100 {\n  padding-left: 100px;\n  padding-right: 100px;\n}\n.hpad-120 {\n  padding-left: 120px;\n  padding-right: 120px;\n}\n.hpad-140 {\n  padding-left: 140px;\n  padding-right: 140px;\n}\n.hpad-160 {\n  padding-left: 160px;\n  padding-right: 160px;\n}\n.hpad-180 {\n  padding-left: 180px;\n  padding-right: 180px;\n}\n.hpad-200 {\n  padding-left: 200px;\n  padding-right: 200px;\n}\n.pl-standard-title {\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n  font-weight: 600;\n  letter-spacing: 1px;\n  text-transform: uppercase;\n}\n.pl-social-counters .pl-social-counter {\n  border-right-style: solid;\n  border-right-width: 1px;\n  padding: 0 10px;\n}\n.pl-social-counters .pl-social-counter:last-child {\n  border-right: none;\n  padding-right: none;\n}\n.pl-social-counter {\n  color: inherit;\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n  font-weight: 600;\n  margin: 1 auto;\n  line-height: 11px;\n  font-size: 12px;\n  display: inline-block;\n  vertical-align: middle;\n  cursor: pointer;\n}\n.pl-social-counter .pl-social-count {\n  opacity: .6;\n  font-size: 11px;\n  vertical-align: middle;\n}\n.pl-social-counter .pl-social-icon {\n  margin-right: 2px;\n  font-size: 17px;\n  vertical-align: middle;\n}\n.pl-social-counter .pl-social-icon i {\n  display: inline-block;\n  -webkit-transition: color .35s;\n  -moz-transition: color .35s;\n  -ms-transition: color .35s;\n  transition: color .35s;\n}\n.pl-social-counter .pl-social-icon .icon-facebook {\n  font-size: 20px;\n}\n.pl-social-counter .pl-social-icon .icon-twitter {\n  font-size: 22px;\n  margin-top: -2px;\n}\n.pl-social-counter .pl-social-icon .icon-linkedin {\n  font-size: 20px;\n  margin-top: -1px;\n}\n.pl-social-counter .pl-social-icon .icon-pinterest {\n  font-size: 22px;\n  margin-top: -1px;\n}\n.pl-social-counter.hovered .pl-social-icon i.icon-facebook,\n.pl-social-counter:hover .pl-social-icon i.icon-facebook,\n.pl-social-counter.loved .pl-social-icon i.icon-facebook {\n  color: #337eff;\n}\n.pl-social-counter.hovered .pl-social-icon i.icon-twitter,\n.pl-social-counter:hover .pl-social-icon i.icon-twitter,\n.pl-social-counter.loved .pl-social-icon i.icon-twitter {\n  color: #50eaf6;\n}\n.pl-social-counter.hovered .pl-social-icon i.icon-linkedin,\n.pl-social-counter:hover .pl-social-icon i.icon-linkedin,\n.pl-social-counter.loved .pl-social-icon i.icon-linkedin {\n  color: #509df6;\n}\n.pl-social-counter.hovered .pl-social-icon i.icon-pinterest,\n.pl-social-counter:hover .pl-social-icon i.icon-pinterest,\n.pl-social-counter.loved .pl-social-icon i.icon-pinterest {\n  color: #ff535b;\n}\n.pl-social-counter {\n  border-right-color: #d4d4d4;\n}\n.pl-social-counter .pl-social-icon i {\n  color: #d4d4d4;\n}\n.pl-social-counter:hover .pl-social-icon i,\n.pl-social-counter.loved .pl-social-icon i {\n  color: #337EFF;\n}\n.pl-center-table {\n  display: table;\n  height: 100%;\n  width: 100%;\n}\n.pl-center-table .pl-center-cell {\n  height: 100%;\n  display: table-cell;\n  vertical-align: middle;\n  text-align: center;\n}\nul.inline-list {\n  list-style-type: none;\n  display: inline-block;\n}\nul.inline-list > li {\n  display: inline-block;\n  padding: 0;\n}\nul.inline-list > li > a {\n  box-sizing: border-box;\n  display: block;\n  color: inherit;\n}\nul.inline-list .menu-toggle {\n  display: none;\n}\nul.inline-list .menu-toggle.show-me {\n  display: block;\n}\n@media (max-width: 768px) {\n  ul.inline-list.respond .menu-toggle {\n    display: block;\n  }\n  ul.inline-list.respond .menu-item {\n    display: none;\n  }\n}\nul.tabbed-list {\n  list-style-type: none;\n  margin: 0;\n  width: 100%;\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  -ms-box-sizing: border-box;\n  box-sizing: border-box;\n}\nul.tabbed-list > li,\nul.tabbed-list > lh {\n  margin: 0;\n  padding: 0;\n  float: left;\n}\nul.tabbed-list > li a,\nul.tabbed-list > lh a {\n  display: block;\n}\n.media {\n  overflow: hidden;\n  overflow: visible;\n  zoom: 1;\n}\n.media > .bd {\n  display: table-cell;\n  vertical-align: top;\n  width: 10000px;\n  *display: block;\n  *width: auto;\n  zoom: 1;\n}\n.media .bd > :first-child {\n  margin-top: 0;\n}\n.media .bd > :last-child {\n  margin-bottom: 0;\n}\n.media > .img {\n  max-width: 25%;\n  float: left;\n  margin-right: 15px;\n  text-align: center;\n}\n.media > .img.rtimg {\n  float: right;\n  margin-left: 15px;\n  margin-right: 0;\n}\n.media > .img > img {\n  display: inline-block;\n  vertical-align: bottom;\n  max-width: 100%;\n  height: auto;\n  width: auto \\9;\n}\n.media > .img .thumbnail {\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  -ms-box-sizing: border-box;\n  box-sizing: border-box;\n  max-width: 100%;\n  display: inline-block;\n  padding: 3px;\n  border: 1px solid #e9e9e9;\n  -webkit-border-radius: 4px;\n  -moz-border-radius: 4px;\n  border-radius: 4px;\n  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);\n  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);\n  box-shadow: 0 1px 3px rgba(0,0,0,0.055);\n  -webkit-transition: all .2s ease-in-out;\n  -moz-transition: all .2s ease-in-out;\n  -ms-transition: all .2s ease-in-out;\n  transition: all .2s ease-in-out;\n}\n.media > .img .thumbnail[href]:hover {\n  border-color: #337EFF;\n  -webkit-box-shadow: 0 1px 4px rgba(0,105,214,0.25);\n  -moz-box-shadow: 0 1px 4px rgba(0,105,214,0.25);\n  box-shadow: 0 1px 4px rgba(0,105,214,0.25);\n}\n.media-list {\n  margin-bottom: 0;\n}\n.media-list .title,\n.media-list .excerpt {\n  display: block;\n}\n.media-list .title {\n  font-weight: 600;\n}\n.media-list .excerpt {\n  padding-bottom: 5px;\n}\n.media-list > li,\n.media-list > lh {\n  display: block;\n  line-height: 1.6em;\n}\n.media-list > li:last-child,\n.media-list > lh:last-child {\n  margin-bottom: 0;\n}\n.media-list > lh {\n  font-weight: 600;\n}\n.media-list .img .the-media {\n  display: block;\n  width: 40px;\n  height: 40px;\n  -webkit-background-size: cover;\n  -moz-background-size: cover;\n  -o-background-size: cover;\n  background-size: cover;\n  background-position: 50%;\n}\n.quote-list {\n  margin-bottom: 0;\n}\n.quote-list .title {\n  font-weight: 600;\n  font-size: 12px;\n  line-height: 1.5em;\n}\n.quote-list .the-quote {\n  padding: 10px;\n  position: relative;\n}\n.quote-list > li {\n  display: block;\n  line-height: 1.6em;\n  padding: 0;\n  border-bottom: none;\n  margin-bottom: 15px;\n}\n.quote-list .img .the-media {\n  display: block;\n  width: 40px;\n  height: 40px;\n  -webkit-background-size: cover;\n  -moz-background-size: cover;\n  -o-background-size: cover;\n  background-size: cover;\n}\n.pl-focus {\n  -webkit-transition: box-shadow .5s;\n  -moz-transition: box-shadow .5s;\n  -ms-transition: box-shadow .5s;\n  transition: box-shadow .5s;\n  box-shadow: 0 0 14px #337EFF;\n}\n.pl-focus.stop-focus {\n  box-shadow: none;\n}\n.pl-vignette {\n  position: relative;\n  display: block;\n}\n.pl-vignette:after {\n  box-shadow: inset 0 0 8px rgba(0,0,0,0.2);\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  z-index: 2;\n  content: \"\";\n}\n.pl-vignette .pl-vignette-allow-click {\n  position: relative;\n  z-index: 100;\n}\n.pprow {\n  width: 100%;\n  margin: 0 auto;\n}\n.pp2,\n.pp3,\n.pp4,\n.pp5,\n.pp6 {\n  margin: 0;\n  padding: 0;\n  margin-right: 4%;\n  float: left;\n  border: none;\n  -webkit-transition: all .2s linear;\n  -moz-transition: all .2s linear;\n  -ms-transition: all .2s linear;\n  transition: all .2s linear;\n}\n.pp3 {\n  margin-right: 3%;\n}\n.pp4,\n.pp5,\n.pp6 {\n  margin-right: 2%;\n}\n.pp1 {\n  width: 100%;\n  float: left;\n}\n.pp2 {\n  width: 48%;\n}\n.pp3 {\n  width: 31.333333333%;\n}\n.pp4 {\n  width: 23.5%;\n}\n.pp5 {\n  width: 18.4%;\n}\n.pp6 {\n  width: 15%;\n}\n.pplast {\n  margin-right: 0;\n}\n.ppfull .pp2,\n.ppfull .pp3,\n.ppfull .pp4,\n.ppfull .pp5,\n.ppfull .pp6 {\n  margin-right: 0;\n}\n.ppfull .pp2 {\n  width: 50%;\n}\n.ppfull .pp3 {\n  width: 33.3333333%;\n}\n.ppfull .pp4 {\n  width: 25%;\n}\n.ppfull .pp5 {\n  width: 20%;\n}\n.ppfull .pp6 {\n  width: 16.66666667%;\n}\n@media screen and (max-width: 650px) {\n  .responsive #site .pp2,\n  .responsive #site .pp3,\n  .responsive #site .ppfree {\n    width: 100%;\n    margin-right: 0;\n  }\n  .responsive #site .pprand {\n    width: 100% !important;\n    float: none;\n  }\n  .responsive #site .pprand .pprand-pad {\n    padding: 15px !important;\n  }\n}\n@media screen and (max-width: 700px) {\n  .responsive #site .pp4,\n  .responsive #site .pp5,\n  .responsive #site .pp6 {\n    width: 100%;\n    margin-right: 0;\n  }\n}\n.boomboard {\n  text-align: center;\n  padding: 70px;\n  min-height: 350px;\n}\n.boomboard h2.hugetext {\n  font-size: 8em;\n  line-height: 1.2em;\n}\n.billboard {\n  padding: 60px 15px;\n  margin: 0 0 2.5em 0;\n}\n.banner_pad {\n  padding: 2em;\n  text-align: center;\n}\n.banner_title.wicon {\n  display: inline;\n  padding: 0 23px;\n  background-position: 0 4px;\n  background-repeat: no-repeat;\n}\n.setup-section {\n  padding: 8px 0 10px;\n  background: #f6f6f6;\n  text-align: center;\n  line-height: 1.5em;\n}\n.plprint {\n  font-size: 10px;\n  line-height: 1.3em;\n  padding: 10px 0;\n}\n.grid-element,\n.media_overview {\n  margin-bottom: 12px;\n}\n.grid-img-frame {\n  max-width: 100%;\n}\n.grid-img-pad {\n  width: 100%;\n  float: left;\n}\n.vignette {\n  position: relative;\n}\n.grid-title {\n  margin: 0 0 .7em;\n}\n.grid-title-pad {\n  position: relative;\n  padding: 7px 0;\n}\n.gtitle {\n  float: left;\n}\n.title-link {\n  position: absolute;\n  bottom: 7px;\n  right: 4px;\n  font-size: 11px;\n  font-family: \'calibri\', \'lucida grande\', helvetica, arial;\n  font-weight: bold;\n  color: #888;\n  padding: 3px 7px 4px;\n  line-height: 1em;\n}\n.hovercard {\n  position: absolute;\n  bottom: 20px;\n  background: rgba(0,0,0,0.6);\n  text-shadow: none;\n  color: #fff;\n  line-height: 1.6em;\n  padding: 5px 8px;\n  display: none;\n  text-align: left;\n  font-size: 1.4em;\n  bottom: 15px;\n}\n#supersized-loader {\n  display: none;\n  visibility: hidden;\n}\n#supersized {\n  position: fixed;\n  left: 0;\n  top: 0;\n  overflow: hidden;\n  z-index: -999;\n  height: 100%;\n  width: 100%;\n  background-size: cover;\n}\n#supersized img {\n  height: auto;\n  width: auto;\n  position: relative;\n  outline: none;\n  border: none;\n  -ms-interpolation-mode: bicubic;\n  image-rendering: optimizeQuality;\n}\n.hidden {\n  display: none;\n}\n.aligncenter,\n.alignnone {\n  display: block;\n  margin-left: auto;\n  margin-right: auto;\n}\n.center {\n  text-align: center;\n}\n.alignleft {\n  float: left;\n  margin: 0 1.5em 1.5em 0;\n}\n.left {\n  float: left;\n}\n.alignright {\n  float: right;\n  margin: 0 0 .4em 1.4em;\n}\n.right {\n  float: right;\n}\n.textleft {\n  text-align: left;\n}\n.textright {\n  text-align: right;\n}\n.textjustify {\n  text-align: justify;\n}\n.textcenter {\n  text-align: center;\n}\n.clear {\n  clear: both;\n}\n.block {\n  display: block;\n}\nimg.center,\nimg[align=\"center\"] {\n  display: block;\n  margin-left: auto;\n  margin-right: auto;\n}\nimg.left,\nimg[align=\"left\"] {\n  float: left;\n  margin: 2px 10px 5px 0px;\n}\nimg.right,\nimg[align=\"right\"] {\n  float: right;\n  margin: 2px 0px 5px 10px;\n}\n.pl-credit,\n.toolbox-activate {\n  position: fixed;\n  bottom: 0;\n  background: rgba(0,0,0,0.9);\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n  font-weight: 300;\n  color: #fff;\n  text-shadow: 0 -1px 0 #000;\n  opacity: .6;\n  padding: 0 8px 0px 10px;\n  font-size: 15px;\n  height: 29px;\n  line-height: 29px;\n  text-align: center;\n  -webkit-transition: all .5s ease;\n  -moz-transition: all .5s ease;\n  -ms-transition: all .5s ease;\n  transition: all .5s ease;\n  cursor: pointer;\n}\n.pl-credit .transit,\n.toolbox-activate .transit {\n  -webkit-transition: all .5s ease;\n  -moz-transition: all .5s ease;\n  -ms-transition: all .5s ease;\n  transition: all .5s ease;\n}\n.pl-credit .fademein,\n.toolbox-activate .fademein {\n  opacity: 0;\n  -webkit-transition: all .7s ease;\n  -moz-transition: all .7s ease;\n  -ms-transition: all .7s ease;\n  transition: all .7s ease;\n}\n.pl-credit:hover,\n.toolbox-activate:hover {\n  color: #fff;\n  opacity: 1;\n}\n.pl-credit:hover .fademein,\n.toolbox-activate:hover .fademein {\n  opacity: 1;\n}\n.pl-credit:hover i,\n.toolbox-activate:hover i {\n  color: #35eafd;\n}\n.pl-credit {\n  -webkit-border-top-left-radius: 3px;\n  -moz-border-radius-topleft: 3px;\n  border-top-left-radius: 3px;\n  right: -33px;\n  box-shadow: -1px -1px 0 rgba(255,255,255,0.2);\n  display: block !important;\n  visibility: visible !important;\n  opacity: 1 !important;\n}\n.pl-credit:hover {\n  right: 0;\n}\n.pl-credit::after {\n  content: \'\';\n  display: block;\n  width: 200px;\n  height: 160%;\n  position: absolute;\n  top: -20px;\n  right: 0;\n  z-index: -100;\n}\n.toolbox-activate {\n  -webkit-border-top-right-radius: 3px;\n  -moz-border-radius-topright: 3px;\n  border-top-right-radius: 3px;\n  left: 0;\n  box-shadow: 1px -1px 0 rgba(255,255,255,0.2);\n}\n.pl-editor-only {\n  display: none;\n}\n.pl-section-controls,\n.pl-region-bar,\n.pl-area-controls,\n.pl-column-forcer,\n.pl-sortable-buffer,\n.li-refresh,\n.pl-editor-only,\n.linked-tpl,\n.linked-section,\n.area-unlock,\n.tpl-unlock {\n  display: none;\n}\ntable {\n  width: 100%;\n}\ntable .prettyprint {\n  margin-bottom: 0;\n}\n.hentry table,\n#comments table {\n  margin-bottom: 1em;\n  font-size: 80%;\n  line-height: 1.3em;\n}\n.hentry table th,\n#comments table th {\n  font-weight: 600;\n}\n.hentry table th,\n.hentry table td,\n#comments table th,\n#comments table td {\n  vertical-align: middle;\n  padding: 10px;\n}\n.hentry table th ul,\n.hentry table td ul,\n#comments table th ul,\n#comments table td ul {\n  text-align: left;\n  font-size: 90%;\n  margin: 7px 0 7px 30px;\n}\n.table th {\n  font-size: 14px;\n  font-weight: bold;\n}\n.table td {\n  color: #1a1a1a;\n  line-height: 18.7px;\n  font-size: 13px;\n  vertical-align: top;\n  border-top: 1px solid #dedede;\n}\n.table.mid td {\n  vertical-align: middle;\n}\ncolgroup + thead tr:first-child th,\ncolgroup + thead tr:first-child td,\nthead:first-child tr:first-child th,\nthead:first-child tr:first-child td {\n  border-top: 0;\n}\ntbody + tbody {\n  border-top: 2px solid #dedede;\n}\n.table-condensed th,\n.table-condensed td,\n.hentry .table-condensed th,\n.hentry .table-condensed td {\n  padding: 4px 5px;\n}\n.table-centered th,\n.table-centered td {\n  text-align: center;\n}\n.table-bordered {\n  border: 1px solid #dedede;\n  border-left: 0;\n  border-collapse: separate;\n  *border-collapse: collapsed;\n  -webkit-border-radius: 4px;\n  -moz-border-radius: 4px;\n  border-radius: 4px;\n}\n.table-bordered th,\n.table-bordered td {\n  border-left: 1px solid #dedede;\n}\n.table-bordered thead:first-child tr:first-child th,\n.table-bordered tbody:first-child tr:first-child th,\n.table-bordered tbody:first-child tr:first-child td {\n  border-top: 0;\n}\n.table-bordered thead:first-child tr:first-child th:first-child,\n.table-bordered tbody:first-child tr:first-child td:first-child {\n  -webkit-border-radius: 4px 0 0 0;\n  -moz-border-radius: 4px 0 0 0;\n  border-radius: 4px 0 0 0;\n}\n.table-bordered thead:first-child tr:first-child th:last-child,\n.table-bordered tbody:first-child tr:first-child td:last-child {\n  -webkit-border-radius: 0 4px 0 0;\n  -moz-border-radius: 0 4px 0 0;\n  border-radius: 0 4px 0 0;\n}\n.table-bordered thead:last-child tr:last-child th:first-child,\n.table-bordered tbody:last-child tr:last-child td:first-child {\n  -webkit-border-radius: 0 0 0 4px;\n  -moz-border-radius: 0 0 0 4px;\n  border-radius: 0 0 0 4px;\n}\n.table-bordered thead:last-child tr:last-child th:last-child,\n.table-bordered tbody:last-child tr:last-child td:last-child {\n  -webkit-border-radius: 0 0 4px 0;\n  -moz-border-radius: 0 0 4px 0;\n  border-radius: 0 0 4px 0;\n}\n.table-striped tbody tr:nth-child(odd) td,\n.table-striped tbody tr:nth-child(odd) th {\n  background-color: #f5f5f5;\n}\n.table tbody tr:hover td,\n.table tbody tr:hover th {\n  background-color: #f5f5f5;\n}\ntable .span1 {\n  float: none;\n  width: 44px;\n  margin-left: 0;\n}\ntable .span2 {\n  float: none;\n  width: 124px;\n  margin-left: 0;\n}\ntable .span3 {\n  float: none;\n  width: 204px;\n  margin-left: 0;\n}\ntable .span4 {\n  float: none;\n  width: 284px;\n  margin-left: 0;\n}\ntable .span5 {\n  float: none;\n  width: 364px;\n  margin-left: 0;\n}\ntable .span6 {\n  float: none;\n  width: 444px;\n  margin-left: 0;\n}\ntable .span7 {\n  float: none;\n  width: 524px;\n  margin-left: 0;\n}\ntable .span8 {\n  float: none;\n  width: 604px;\n  margin-left: 0;\n}\ntable .span9 {\n  float: none;\n  width: 684px;\n  margin-left: 0;\n}\ntable .span10 {\n  float: none;\n  width: 764px;\n  margin-left: 0;\n}\ntable .span11 {\n  float: none;\n  width: 844px;\n  margin-left: 0;\n}\ntable .span12 {\n  float: none;\n  width: 924px;\n  margin-left: 0;\n}\ntable .span13 {\n  float: none;\n  width: 1004px;\n  margin-left: 0;\n}\ntable .span14 {\n  float: none;\n  width: 1084px;\n  margin-left: 0;\n}\ntable .span15 {\n  float: none;\n  width: 1164px;\n  margin-left: 0;\n}\ntable .span16 {\n  float: none;\n  width: 1244px;\n  margin-left: 0;\n}\ntable .span17 {\n  float: none;\n  width: 1324px;\n  margin-left: 0;\n}\ntable .span18 {\n  float: none;\n  width: 1404px;\n  margin-left: 0;\n}\ntable .span19 {\n  float: none;\n  width: 1484px;\n  margin-left: 0;\n}\ntable .span20 {\n  float: none;\n  width: 1564px;\n  margin-left: 0;\n}\ntable .span21 {\n  float: none;\n  width: 1644px;\n  margin-left: 0;\n}\ntable .span22 {\n  float: none;\n  width: 1724px;\n  margin-left: 0;\n}\ntable .span23 {\n  float: none;\n  width: 1804px;\n  margin-left: 0;\n}\ntable .span24 {\n  float: none;\n  width: 1884px;\n  margin-left: 0;\n}\n.well {\n  min-height: 20px;\n  padding: 19px;\n  margin: 21.7px 0;\n  background: #e9e9e9;\n  border: 1px solid rgba(0,0,0,0.1);\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  -ms-box-sizing: border-box;\n  box-sizing: border-box;\n  border-radius: 1px;\n}\n.well > .btn {\n  margin-right: 10px;\n}\n.well blockquote {\n  border-color: #dedede;\n  border-color: rgba(0,0,0,0.15);\n}\n.well h2,\n.well h3,\n.well h4 {\n  margin-top: 0;\n}\n.well p:last-child {\n  margin-bottom: 0;\n}\n.well-large {\n  padding: 24px;\n  border-radius: 4px;\n}\n.well-small {\n  padding: 9px;\n  border-radius: 2px;\n}\nform {\n  margin: 0 0 21.7px;\n}\nfieldset {\n  padding: 0;\n  margin: 0;\n  border: 0;\n}\nlegend {\n  display: block;\n  width: 100%;\n  padding: 0;\n  margin-bottom: 21.7px;\n  font-size: 21px;\n  line-height: 43.4px;\n  color: #333;\n  border: 0;\n  border-bottom: 1px solid #e5e5e5;\n}\nlegend small {\n  font-size: 16.275px;\n  color: #999;\n}\nlabel,\ninput,\nbutton,\nselect,\ntextarea {\n  font-size: 14px;\n  font-weight: normal;\n  line-height: 21.7px;\n}\ninput,\nbutton,\nselect,\ntextarea {\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n}\nlabel {\n  display: block;\n  margin-bottom: 5px;\n}\nselect,\ntextarea,\ninput[type=\"text\"],\ninput[type=\"password\"],\ninput[type=\"datetime\"],\ninput[type=\"datetime-local\"],\ninput[type=\"date\"],\ninput[type=\"month\"],\ninput[type=\"time\"],\ninput[type=\"week\"],\ninput[type=\"number\"],\ninput[type=\"email\"],\ninput[type=\"url\"],\ninput[type=\"search\"],\ninput[type=\"tel\"],\ninput[type=\"color\"],\n.uneditable-input {\n  display: inline-block;\n  height: 32.55px;\n  padding: 4px 6px;\n  margin-bottom: 9px;\n  font-size: 14px;\n  line-height: 21.7px;\n  color: #555;\n  -webkit-border-radius: 2px;\n  -moz-border-radius: 2px;\n  border-radius: 2px;\n}\ninput,\ntextarea,\n.uneditable-input,\n.add-on {\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  -ms-box-sizing: border-box;\n  box-sizing: border-box;\n}\ninput {\n  width: 220px;\n}\ntextarea {\n  width: 100%;\n  height: auto;\n}\ntextarea,\ninput[type=\"text\"],\ninput[type=\"password\"],\ninput[type=\"datetime\"],\ninput[type=\"datetime-local\"],\ninput[type=\"date\"],\ninput[type=\"month\"],\ninput[type=\"time\"],\ninput[type=\"week\"],\ninput[type=\"number\"],\ninput[type=\"email\"],\ninput[type=\"url\"],\ninput[type=\"search\"],\ninput[type=\"tel\"],\ninput[type=\"color\"],\n.uneditable-input {\n  background-color: #FFFFFF;\n  border: 1px solid #CCCCCC;\n  -webkit-transition: border linear .2s, box-shadow linear .2s;\n  -moz-transition: border linear .2s, box-shadow linear .2s;\n  -ms-transition: border linear .2s, box-shadow linear .2s;\n  transition: border linear .2s, box-shadow linear .2s;\n}\ntextarea:focus,\ninput[type=\"text\"]:focus,\ninput[type=\"password\"]:focus,\ninput[type=\"datetime\"]:focus,\ninput[type=\"datetime-local\"]:focus,\ninput[type=\"date\"]:focus,\ninput[type=\"month\"]:focus,\ninput[type=\"time\"]:focus,\ninput[type=\"week\"]:focus,\ninput[type=\"number\"]:focus,\ninput[type=\"email\"]:focus,\ninput[type=\"url\"]:focus,\ninput[type=\"search\"]:focus,\ninput[type=\"tel\"]:focus,\ninput[type=\"color\"]:focus,\n.uneditable-input:focus {\n  border-color: rgba(82,168,236,0.8);\n  outline: 0;\n  outline: thin dotted \\9;\n  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);\n  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);\n  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);\n}\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n  margin: 4px 0 0;\n  *margin-top: 0;\n  margin-top: 1px \\9;\n  line-height: normal;\n  cursor: pointer;\n}\ninput[type=\"file\"],\ninput[type=\"image\"],\ninput[type=\"submit\"],\ninput[type=\"reset\"],\ninput[type=\"button\"],\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n  width: auto;\n}\nselect,\ninput[type=\"file\"] {\n  height: 30px;\n  *margin-top: 4px;\n  line-height: 30px;\n}\nselect {\n  border: 1px solid #CCCCCC;\n  background-color: #FFFFFF;\n}\nselect[multiple],\nselect[size] {\n  height: auto;\n}\nselect:focus,\ninput[type=\"file\"]:focus,\ninput[type=\"radio\"]:focus,\ninput[type=\"checkbox\"]:focus {\n  outline: thin dotted #333;\n  outline: 5px auto -webkit-focus-ring-color;\n  outline-offset: -2px;\n}\n.uneditable-input,\n.uneditable-textarea {\n  color: #999;\n  background-color: #fcfcfc;\n  border-color: #CCCCCC;\n  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);\n  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);\n  box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);\n  cursor: not-allowed;\n}\n.uneditable-input {\n  overflow: hidden;\n  white-space: nowrap;\n}\n.uneditable-textarea {\n  width: auto;\n  height: auto;\n}\ninput:-moz-placeholder,\ntextarea:-moz-placeholder {\n  color: rgba(0,0,0,0.4);\n}\ninput:-ms-input-placeholder,\ntextarea:-ms-input-placeholder {\n  color: rgba(0,0,0,0.4);\n}\ninput::-webkit-input-placeholder,\ntextarea::-webkit-input-placeholder {\n  color: rgba(0,0,0,0.4);\n}\n.radio,\n.checkbox {\n  min-height: 18px;\n  padding-left: 18px;\n}\n.radio input[type=\"radio\"],\n.checkbox input[type=\"checkbox\"] {\n  float: left;\n  margin-left: -18px;\n}\n.controls > .radio:first-child,\n.controls > .checkbox:first-child {\n  padding-top: 5px;\n}\n.radio.inline,\n.checkbox.inline {\n  display: inline-block;\n  padding-top: 5px;\n  margin-bottom: 0;\n  vertical-align: middle;\n}\n.radio.inline + .radio.inline,\n.checkbox.inline + .checkbox.inline {\n  margin-left: 10px;\n}\n.input-mini {\n  width: 60px;\n}\n.input-small {\n  width: 90px;\n}\n.input-medium {\n  width: 150px;\n}\n.input-large {\n  width: 210px;\n}\n.input-xlarge {\n  width: 270px;\n}\n.input-xxlarge {\n  width: 530px;\n}\ninput[class*=\"span\"],\nselect[class*=\"span\"],\ntextarea[class*=\"span\"],\n.uneditable-input[class*=\"span\"],\n.row-fluid input[class*=\"span\"],\n.row-fluid select[class*=\"span\"],\n.row-fluid textarea[class*=\"span\"],\n.row-fluid .uneditable-input[class*=\"span\"] {\n  float: none;\n  margin-left: 0;\n}\n.input-append input[class*=\"span\"],\n.input-append .uneditable-input[class*=\"span\"],\n.input-prepend input[class*=\"span\"],\n.input-prepend .uneditable-input[class*=\"span\"],\n.row-fluid input[class*=\"span\"],\n.row-fluid select[class*=\"span\"],\n.row-fluid textarea[class*=\"span\"],\n.row-fluid .uneditable-input[class*=\"span\"],\n.row-fluid .input-prepend [class*=\"span\"],\n.row-fluid .input-append [class*=\"span\"] {\n  display: inline-block;\n}\ninput,\ntextarea,\n.uneditable-input {\n  margin-left: 0;\n}\ninput.span12,\ntextarea.span12,\n.uneditable-input.span12 {\n  width: 930px;\n}\ninput.span11,\ntextarea.span11,\n.uneditable-input.span11 {\n  width: 850px;\n}\ninput.span10,\ntextarea.span10,\n.uneditable-input.span10 {\n  width: 770px;\n}\ninput.span9,\ntextarea.span9,\n.uneditable-input.span9 {\n  width: 690px;\n}\ninput.span8,\ntextarea.span8,\n.uneditable-input.span8 {\n  width: 610px;\n}\ninput.span7,\ntextarea.span7,\n.uneditable-input.span7 {\n  width: 530px;\n}\ninput.span6,\ntextarea.span6,\n.uneditable-input.span6 {\n  width: 450px;\n}\ninput.span5,\ntextarea.span5,\n.uneditable-input.span5 {\n  width: 370px;\n}\ninput.span4,\ntextarea.span4,\n.uneditable-input.span4 {\n  width: 290px;\n}\ninput.span3,\ntextarea.span3,\n.uneditable-input.span3 {\n  width: 210px;\n}\ninput.span2,\ntextarea.span2,\n.uneditable-input.span2 {\n  width: 130px;\n}\ninput.span1,\ntextarea.span1,\n.uneditable-input.span1 {\n  width: 50px;\n}\n.controls-row {\n  *zoom: 1;\n}\n.controls-row:before,\n.controls-row:after {\n  display: table;\n  content: \"\";\n  line-height: 0;\n}\n.controls-row:after {\n  clear: both;\n}\n.controls-row [class*=\"span\"] {\n  float: left;\n}\ninput[disabled],\nselect[disabled],\ntextarea[disabled],\ninput[readonly],\nselect[readonly],\ntextarea[readonly] {\n  cursor: not-allowed;\n  background-color: #eee;\n}\ninput[type=\"radio\"][disabled],\ninput[type=\"checkbox\"][disabled],\ninput[type=\"radio\"][readonly],\ninput[type=\"checkbox\"][readonly] {\n  background-color: transparent;\n}\n.control-group.warning > label,\n.control-group.warning .help-block,\n.control-group.warning .help-inline {\n  color: #453404;\n}\n.control-group.warning input,\n.control-group.warning select,\n.control-group.warning textarea {\n  color: #453404;\n  border-color: #453404;\n}\n.control-group.warning input:focus,\n.control-group.warning select:focus,\n.control-group.warning textarea:focus {\n  border-color: #151001;\n  -webkit-box-shadow: 0 0 6px #a57d0a;\n  -moz-box-shadow: 0 0 6px #a57d0a;\n  box-shadow: 0 0 6px #a57d0a;\n}\n.control-group.warning .input-prepend .add-on,\n.control-group.warning .input-append .add-on {\n  color: #453404;\n  background-color: #fcf8e3;\n  border-color: #453404;\n}\n.control-group.error > label,\n.control-group.error .help-block,\n.control-group.error .help-inline {\n  color: #b94a48;\n}\n.control-group.error input,\n.control-group.error select,\n.control-group.error textarea {\n  color: #b94a48;\n  border-color: #b94a48;\n}\n.control-group.error input:focus,\n.control-group.error select:focus,\n.control-group.error textarea:focus {\n  border-color: #953b39;\n  -webkit-box-shadow: 0 0 6px #d59392;\n  -moz-box-shadow: 0 0 6px #d59392;\n  box-shadow: 0 0 6px #d59392;\n}\n.control-group.error .input-prepend .add-on,\n.control-group.error .input-append .add-on {\n  color: #b94a48;\n  background-color: #f2dede;\n  border-color: #b94a48;\n}\n.control-group.success > label,\n.control-group.success .help-block,\n.control-group.success .help-inline {\n  color: #468847;\n}\n.control-group.success input,\n.control-group.success select,\n.control-group.success textarea {\n  color: #468847;\n  border-color: #468847;\n}\n.control-group.success input:focus,\n.control-group.success select:focus,\n.control-group.success textarea:focus {\n  border-color: #356635;\n  -webkit-box-shadow: 0 0 6px #7aba7b;\n  -moz-box-shadow: 0 0 6px #7aba7b;\n  box-shadow: 0 0 6px #7aba7b;\n}\n.control-group.success .input-prepend .add-on,\n.control-group.success .input-append .add-on {\n  color: #468847;\n  background-color: #dff0d8;\n  border-color: #468847;\n}\n.control-group.info > label,\n.control-group.info .help-block,\n.control-group.info .help-inline {\n  color: #3a87ad;\n}\n.control-group.info input,\n.control-group.info select,\n.control-group.info textarea {\n  color: #3a87ad;\n  border-color: #3a87ad;\n}\n.control-group.info input:focus,\n.control-group.info select:focus,\n.control-group.info textarea:focus {\n  border-color: #2d6987;\n  -webkit-box-shadow: 0 0 6px #7ab5d3;\n  -moz-box-shadow: 0 0 6px #7ab5d3;\n  box-shadow: 0 0 6px #7ab5d3;\n}\n.control-group.info .input-prepend .add-on,\n.control-group.info .input-append .add-on {\n  color: #3a87ad;\n  background-color: #d9edf7;\n  border-color: #3a87ad;\n}\ninput:focus:required:invalid,\ntextarea:focus:required:invalid,\nselect:focus:required:invalid {\n  color: #b94a48;\n  border-color: #ee5f5b;\n}\ninput:focus:required:invalid:focus,\ntextarea:focus:required:invalid:focus,\nselect:focus:required:invalid:focus {\n  border-color: #e9322d;\n  -webkit-box-shadow: 0 0 6px #f8b9b7;\n  -moz-box-shadow: 0 0 6px #f8b9b7;\n  box-shadow: 0 0 6px #f8b9b7;\n}\n.form-actions {\n  padding: 20.7px 20px 21.7px;\n  margin-top: 21.7px;\n  margin-bottom: 21.7px;\n  background-color: #f5f5f5;\n  border-top: 1px solid #e5e5e5;\n  *zoom: 1;\n}\n.form-actions:before,\n.form-actions:after {\n  display: table;\n  content: \"\";\n  line-height: 0;\n}\n.form-actions:after {\n  clear: both;\n}\n.help-block,\n.help-inline {\n  color: #262626;\n}\n.help-block {\n  display: block;\n  margin-bottom: 10.85px;\n}\n.help-inline {\n  display: inline-block;\n  *display: inline;\n  *zoom: 1;\n  vertical-align: middle;\n  padding-left: 5px;\n}\n.input-append,\n.input-prepend {\n  margin-bottom: 5px;\n  font-size: 0;\n  white-space: nowrap;\n}\n.input-append input,\n.input-append select,\n.input-append .uneditable-input,\n.input-prepend input,\n.input-prepend select,\n.input-prepend .uneditable-input {\n  position: relative;\n  margin-bottom: 0;\n  *margin-left: 0;\n  font-size: 14px;\n  vertical-align: top;\n  -webkit-border-radius: 0 2px 2px 0;\n  -moz-border-radius: 0 2px 2px 0;\n  border-radius: 0 2px 2px 0;\n}\n.input-append input:focus,\n.input-append select:focus,\n.input-append .uneditable-input:focus,\n.input-prepend input:focus,\n.input-prepend select:focus,\n.input-prepend .uneditable-input:focus {\n  z-index: 2;\n}\n.input-append .add-on,\n.input-prepend .add-on {\n  display: inline-block;\n  width: auto;\n  height: 32.55px;\n  min-width: 16px;\n  padding: 4px 5px;\n  font-size: 14px;\n  font-weight: normal;\n  line-height: 21.7px;\n  text-align: center;\n  text-shadow: 0 1px 0 #fff;\n  background-color: #eee;\n  border: 1px solid #ccc;\n}\n.input-append .add-on,\n.input-append .btn,\n.input-prepend .add-on,\n.input-prepend .btn {\n  vertical-align: top;\n  -webkit-border-radius: 0;\n  -moz-border-radius: 0;\n  border-radius: 0;\n}\n.input-append .active,\n.input-prepend .active {\n  background-color: #89e5b0;\n  border-color: #27Ae60;\n}\n.input-prepend .add-on,\n.input-prepend .btn {\n  margin-right: -1px;\n}\n.input-prepend .add-on:first-child,\n.input-prepend .btn:first-child {\n  -webkit-border-radius: 2px 0 0 2px;\n  -moz-border-radius: 2px 0 0 2px;\n  border-radius: 2px 0 0 2px;\n}\n.input-append input,\n.input-append select,\n.input-append .uneditable-input {\n  -webkit-border-radius: 2px 0 0 2px;\n  -moz-border-radius: 2px 0 0 2px;\n  border-radius: 2px 0 0 2px;\n}\n.input-append .add-on,\n.input-append .btn {\n  margin-left: -1px;\n}\n.input-append .add-on:last-child,\n.input-append .btn:last-child {\n  -webkit-border-radius: 0 2px 2px 0;\n  -moz-border-radius: 0 2px 2px 0;\n  border-radius: 0 2px 2px 0;\n}\n.input-prepend.input-append input,\n.input-prepend.input-append select,\n.input-prepend.input-append .uneditable-input {\n  -webkit-border-radius: 0;\n  -moz-border-radius: 0;\n  border-radius: 0;\n}\n.input-prepend.input-append .add-on:first-child,\n.input-prepend.input-append .btn:first-child {\n  margin-right: -1px;\n  -webkit-border-radius: 2px 0 0 2px;\n  -moz-border-radius: 2px 0 0 2px;\n  border-radius: 2px 0 0 2px;\n}\n.input-prepend.input-append .add-on:last-child,\n.input-prepend.input-append .btn:last-child {\n  margin-left: -1px;\n  -webkit-border-radius: 0 2px 2px 0;\n  -moz-border-radius: 0 2px 2px 0;\n  border-radius: 0 2px 2px 0;\n}\ninput.search-query {\n  padding-right: 14px;\n  padding-right: 4px \\9;\n  padding-left: 14px;\n  padding-left: 4px \\9;\n  margin-bottom: 0;\n  -webkit-border-radius: 15px;\n  -moz-border-radius: 15px;\n  border-radius: 15px;\n}\n.form-search .input-append .search-query,\n.form-search .input-prepend .search-query {\n  -webkit-border-radius: 0;\n  -moz-border-radius: 0;\n  border-radius: 0;\n}\n.form-search .input-append .search-query {\n  -webkit-border-radius: 14px 0 0 14px;\n  -moz-border-radius: 14px 0 0 14px;\n  border-radius: 14px 0 0 14px;\n}\n.form-search .input-append .btn {\n  -webkit-border-radius: 0 14px 14px 0;\n  -moz-border-radius: 0 14px 14px 0;\n  border-radius: 0 14px 14px 0;\n}\n.form-search .input-prepend .search-query {\n  -webkit-border-radius: 0 14px 14px 0;\n  -moz-border-radius: 0 14px 14px 0;\n  border-radius: 0 14px 14px 0;\n}\n.form-search .input-prepend .btn {\n  -webkit-border-radius: 14px 0 0 14px;\n  -moz-border-radius: 14px 0 0 14px;\n  border-radius: 14px 0 0 14px;\n}\n.form-search input,\n.form-search textarea,\n.form-search select,\n.form-search .help-inline,\n.form-search .uneditable-input,\n.form-search .input-prepend,\n.form-search .input-append,\n.form-inline input,\n.form-inline textarea,\n.form-inline select,\n.form-inline .help-inline,\n.form-inline .uneditable-input,\n.form-inline .input-prepend,\n.form-inline .input-append,\n.form-horizontal input,\n.form-horizontal textarea,\n.form-horizontal select,\n.form-horizontal .help-inline,\n.form-horizontal .uneditable-input,\n.form-horizontal .input-prepend,\n.form-horizontal .input-append {\n  display: inline-block;\n  *display: inline;\n  *zoom: 1;\n  margin-bottom: 0;\n  vertical-align: middle;\n}\n.form-search .hide,\n.form-inline .hide,\n.form-horizontal .hide {\n  display: none;\n}\n.form-search label,\n.form-inline label,\n.form-search .btn-group,\n.form-inline .btn-group {\n  display: inline-block;\n}\n.form-search .input-append,\n.form-inline .input-append,\n.form-search .input-prepend,\n.form-inline .input-prepend {\n  margin-bottom: 0;\n}\n.form-search .radio,\n.form-search .checkbox,\n.form-inline .radio,\n.form-inline .checkbox {\n  padding-left: 0;\n  margin-bottom: 0;\n  vertical-align: middle;\n}\n.form-search .radio input[type=\"radio\"],\n.form-search .checkbox input[type=\"checkbox\"],\n.form-inline .radio input[type=\"radio\"],\n.form-inline .checkbox input[type=\"checkbox\"] {\n  float: left;\n  margin-right: 3px;\n  margin-left: 0;\n}\n.control-group {\n  margin-bottom: 10.85px;\n}\nlegend + .control-group {\n  margin-top: 21.7px;\n  -webkit-margin-top-collapse: separate;\n}\n.form-horizontal .control-group {\n  margin-bottom: 21.7px;\n  *zoom: 1;\n}\n.form-horizontal .control-group:before,\n.form-horizontal .control-group:after {\n  display: table;\n  content: \"\";\n  line-height: 0;\n}\n.form-horizontal .control-group:after {\n  clear: both;\n}\n.form-horizontal .control-label {\n  float: left;\n  width: 160px;\n  padding-top: 5px;\n  text-align: right;\n}\n.form-horizontal .controls {\n  *display: inline-block;\n  *padding-left: 20px;\n  margin-left: 180px;\n  *margin-left: 0;\n}\n.form-horizontal .controls:first-child {\n  *padding-left: 180px;\n}\n.form-horizontal .help-block {\n  margin-bottom: 0;\n}\n.form-horizontal input + .help-block,\n.form-horizontal select + .help-block,\n.form-horizontal textarea + .help-block {\n  margin-top: 10.85px;\n}\n.form-horizontal .form-actions {\n  padding-left: 180px;\n}\n:-moz-placeholder {\n  color: rgba(0,0,0,0.4);\n}\n:-ms-input-placeholder {\n  color: rgba(0,0,0,0.4);\n}\n::-webkit-input-placeholder {\n  color: rgba(0,0,0,0.4);\n}\n.pl-searcher {\n  cursor: pointer;\n}\n.pl-searcher input::-webkit-input-placeholder {\n  text-transform: uppercase;\n  letter-spacing: 1px;\n  color: rgba(0,0,0,0.2);\n}\n.pl-searcher input::-moz-placeholder {\n  text-transform: uppercase;\n  letter-spacing: 1px;\n  color: rgba(0,0,0,0.2);\n}\n.searchform {\n  position: relative;\n  margin: 3px 0 3px 0;\n  display: inline-block;\n}\n.searchform input::-webkit-input-placeholder {\n  text-transform: uppercase;\n  letter-spacing: 1px;\n}\n.searchform input::-moz-placeholder {\n  text-transform: uppercase;\n}\n.searchform .btn-search {\n  position: absolute;\n  z-index: 10;\n  left: 5px;\n  top: 1px;\n  color: #000;\n}\n.searchform .btn-search:hover {\n  cursor: pointer;\n  opacity: .6;\n}\n.searchform .searchfield {\n  -webkit-border-radius: 3px;\n  -moz-border-radius: 3px;\n  border-radius: 3px;\n  height: 23px;\n  padding: 5px 5px 5px 12px;\n  margin: 0;\n  cursor: default;\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n  font-size: 11px;\n  line-height: 1.2em;\n  -webkit-transition: all .7s;\n  -moz-transition: all .7s;\n  -ms-transition: all .7s;\n  transition: all .7s;\n  text-indent: 15px;\n  box-sizing: border-box;\n  width: 100%;\n}\n.searchform .searchfield:focus {\n  cursor: text;\n  box-shadow: none;\n  background-color: #fff;\n  color: #000;\n}\n.billboard .searchfield,\n.boomboard .searchfield {\n  float: none;\n}\n.navigation_wrap .searchform {\n  position: absolute;\n  right: 3px;\n  bottom: 2px;\n}\ninput[type=\"submit\"],\n.submit,\ninput[type=\"button\"],\n.button,\ninput[type=\"reset\"],\n.reset {\n  vertical-align: top;\n  padding: 5px 9px;\n  cursor: pointer;\n  text-decoration: none;\n  -webkit-box-sizing: content-box;\n  -moz-box-sizing: content-box;\n  -ms-box-sizing: content-box;\n  box-sizing: content-box;\n  -webkit-border-radius: 2px;\n  -moz-border-radius: 2px;\n  border-radius: 2px;\n  color: #000000;\n  border: 1px solid #c3c3c3;\n  background: #f6f6f6;\n  font-family: \"Open Sans\", \"Helvetica Neue\", \"Helvetica\", Arial, serif;\n}\ninput[type=\"submit\"]:hover,\n.submit:hover,\ninput[type=\"button\"]:hover,\n.button:hover,\ninput[type=\"reset\"]:hover,\n.reset:hover {\n  opacity: .8;\n}\ninput[type=\"submit\"]:active,\n.submit:active,\ninput[type=\"button\"]:active,\n.button:active,\ninput[type=\"reset\"]:active,\n.reset:active {\n  box-shadow: inset 0 2px 2px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);\n  background-color: #dddddd;\n  outline: 0;\n}\ninput[type=\"image\"] {\n  box-shadow: none;\n}\n.breadcrumb {\n  padding: 8px 15px;\n  margin: 0 0 21.7px;\n  list-style: none;\n  background-color: #f5f5f5;\n  border-radius: 4px;\n}\n.breadcrumb li {\n  display: inline-block;\n  *display: inline;\n  *zoom: 1;\n  text-shadow: 0 1px 0 #fff;\n}\n.breadcrumb .divider {\n  padding: 0 5px;\n  color: #ccc;\n}\n.breadcrumb .active {\n  color: #999;\n}\n.close {\n  float: right;\n  font-size: 20px;\n  font-weight: bold;\n  line-height: 21.7px;\n  color: #000;\n  text-shadow: 0 1px 0 #ffffff;\n  opacity: .2;\n}\n.close:hover {\n  color: #000;\n  text-decoration: none;\n  cursor: pointer;\n  opacity: .4;\n}\nbutton.close {\n  padding: 0;\n  cursor: pointer;\n  background: transparent;\n  border: 0;\n  -webkit-appearance: none;\n}\n.pager {\n  list-style: none;\n  text-align: center;\n  *zoom: 1;\n}\n.pager:before,\n.pager:after {\n  display: table;\n  content: \"\";\n  line-height: 0;\n}\n.pager:after {\n  clear: both;\n}\n.pager li {\n  display: inline;\n}\n.pager a,\n.pager span {\n  display: inline-block;\n  padding: 5px 14px;\n  background: #f6f6f6;\n  border: 1px solid #dddddd;\n  -webkit-border-radius: 15px;\n  -moz-border-radius: 15px;\n  border-radius: 15px;\n}\n.pager a:hover {\n  text-decoration: none;\n  background-color: #d4d4d4;\n}\n.pager a:active {\n  -webkit-box-shadow: 1px 1px 0 @baseLighterMore, inset 1px 1px 0 rgba(0,0,0,.2);\n  -moz-box-shadow: 1px 1px 0 @baseLighterMore, inset 1px 1px 0 rgba(0,0,0,.2);\n  box-shadow: 1px 1px 0 @baseLighterMore, inset 1px 1px 0 rgba(0,0,0,.2);\n  background-color: #dddddd;\n  border: 1px solid #d0d0d0;\n}\n.pager .next a,\n.pager .next span {\n  float: right;\n}\n.pager .previous a {\n  float: left;\n}\n.pager .disabled a,\n.pager .disabled a:hover,\n.pager .disabled span {\n  color: #e9e9e9;\n  background-color: rgba(0,0,0,0.6);\n  cursor: default;\n}\n.pagination .wp-pagenavi span.pages {\n  margin-right: 16px;\n  text-transform: uppercase;\n  letter-spacing: .1em;\n  color: rgba(0,0,0,0.3);\n  float: left;\n  line-height: 30.55px;\n}\n.pagination .wp-pagenavi a,\n.pagination .wp-pagenavi span,\n.pagination .wp-pagenavi a:hover,\n.pagination .wp-pagenavi span.current {\n  text-decoration: none;\n  border: none;\n  padding: 0;\n  margin: 0;\n  font-weight: normal;\n}\n.pagination .wp-pagenavi a,\n.pagination .wp-pagenavi span.current {\n  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);\n  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);\n  box-shadow: 0 1px 2px rgba(0,0,0,0.05);\n}\n.pagination ul {\n  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);\n  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);\n  box-shadow: 0 1px 2px rgba(0,0,0,0.05);\n  -webkit-border-radius: 3px;\n  -moz-border-radius: 3px;\n  border-radius: 3px;\n}\n.pagination ul,\n.pagination.pagenavi {\n  display: inline-block;\n  *display: inline;\n  *zoom: 1;\n  margin: 0;\n}\n.pagination ul > a span.pg,\n.pagination ul > span.pg,\n.pagination ul .wp-pagenavi a,\n.pagination ul .wp-pagenavi span.current,\n.pagination ul .wp-pagenavi span.extend,\n.pagination.pagenavi > a span.pg,\n.pagination.pagenavi > span.pg,\n.pagination.pagenavi .wp-pagenavi a,\n.pagination.pagenavi .wp-pagenavi span.current,\n.pagination.pagenavi .wp-pagenavi span.extend {\n  float: left;\n  padding: 0 14px;\n  line-height: 30.55px;\n  text-decoration: none;\n  background-color: #FFFFFF;\n  border: 1px solid #e9e9e9;\n  border-left-width: 0;\n  color: rgba(0,0,0,0.6);\n}\n.pagination ul > span.pg,\n.pagination ul > a:hover span.pg,\n.pagination ul .wp-pagenavi a:hover,\n.pagination ul .wp-pagenavi span.current,\n.pagination.pagenavi > span.pg,\n.pagination.pagenavi > a:hover span.pg,\n.pagination.pagenavi .wp-pagenavi a:hover,\n.pagination.pagenavi .wp-pagenavi span.current {\n  background-color: #f6f6f6;\n  color: #000000;\n  text-decoration: none;\n}\n.pagination ul > li,\n.pagination.pagenavi > li {\n  display: inline;\n}\n.pagination ul > li > a,\n.pagination ul > li > span,\n.pagination.pagenavi > li > a,\n.pagination.pagenavi > li > span {\n  float: left;\n  padding: 0 14px;\n  line-height: 30.55px;\n  text-decoration: none;\n  background-color: #FFFFFF;\n  border: 1px solid #e9e9e9;\n  border-left-width: 0;\n  color: rgba(0,0,0,0.7);\n}\n.pagination ul > li.active > a,\n.pagination ul > li.active > span,\n.pagination ul > li > a:hover,\n.pagination.pagenavi > li.active > a,\n.pagination.pagenavi > li.active > span,\n.pagination.pagenavi > li > a:hover {\n  background-color: #e9e9e9;\n  text-decoration: none;\n}\n.pagination ul > .active a,\n.pagination ul > .active span,\n.pagination.pagenavi > .active a,\n.pagination.pagenavi > .active span {\n  color: rgba(0,0,0,0.7);\n  cursor: default;\n}\n.pagination ul > li:first-child > a,\n.pagination ul li:first-child > span,\n.pagination ul > a:first-child > span,\n.pagination ul > span:first-child,\n.pagination ul .wp-pagenavi > span.pages + a,\n.pagination ul .wp-pagenavi > span.pages + span.current,\n.pagination.pagenavi > li:first-child > a,\n.pagination.pagenavi li:first-child > span,\n.pagination.pagenavi > a:first-child > span,\n.pagination.pagenavi > span:first-child,\n.pagination.pagenavi .wp-pagenavi > span.pages + a,\n.pagination.pagenavi .wp-pagenavi > span.pages + span.current {\n  border-left-width: 1px;\n  -webkit-border-radius: 3px 0 0 3px;\n  -moz-border-radius: 3px 0 0 3px;\n  border-radius: 3px 0 0 3px;\n}\n.pagination ul > li:last-child > a,\n.pagination ul li:last-child > span,\n.pagination ul > a:last-child > span,\n.pagination ul > span:last-child,\n.pagination ul .wp-pagenavi a:last-child,\n.pagination ul .wp-pagenavi span:last-child,\n.pagination.pagenavi > li:last-child > a,\n.pagination.pagenavi li:last-child > span,\n.pagination.pagenavi > a:last-child > span,\n.pagination.pagenavi > span:last-child,\n.pagination.pagenavi .wp-pagenavi a:last-child,\n.pagination.pagenavi .wp-pagenavi span:last-child {\n  -webkit-border-radius: 0 3px 3px 0;\n  -moz-border-radius: 0 3px 3px 0;\n  border-radius: 0 3px 3px 0;\n}\n.pagination ul > .disabled > span,\n.pagination ul .disabled > a,\n.pagination ul .disabled > a:hover,\n.pagination.pagenavi > .disabled > span,\n.pagination.pagenavi .disabled > a,\n.pagination.pagenavi .disabled > a:hover {\n  opacity: .7;\n  background-color: transparent;\n  cursor: default;\n}\n.pagination .desc,\n.pagination .wp-pagenavi span.pages {\n  margin-right: 16px;\n  text-transform: uppercase;\n  letter-spacing: .1em;\n  color: rgba(0,0,0,0.3);\n  line-height: 30.55px;\n}\n@media (max-width: 768px) {\n  .pagination .desc,\n  .pagination .wp-pagenavi span.pages {\n    display: none;\n  }\n}\n.pagination-centered {\n  text-align: center;\n}\n.pagination-right {\n  text-align: right;\n}\n@-webkit-keyframes progress-bar-stripes {\n  from {\n    background-position: 40px 0;\n  }\n  to {\n    background-position: 0 0;\n  }\n}\n@-moz-keyframes progress-bar-stripes {\n  from {\n    background-position: 40px 0;\n  }\n  to {\n    background-position: 0 0;\n  }\n}\n@-ms-keyframes progress-bar-stripes {\n  from {\n    background-position: 40px 0;\n  }\n  to {\n    background-position: 0 0;\n  }\n}\n@-o-keyframes progress-bar-stripes {\n  from {\n    background-position: 0 0;\n  }\n  to {\n    background-position: 40px 0;\n  }\n}\n@keyframes progress-bar-stripes {\n  from {\n    background-position: 40px 0;\n  }\n  to {\n    background-position: 0 0;\n  }\n}\n.progress {\n  overflow: hidden;\n  height: 21.7px;\n  margin-bottom: 21.7px;\n  background-color: #f7f7f7;\n  background-image: -moz-linear-gradient(top,#f5f5f5,#f9f9f9);\n  background-image: -ms-linear-gradient(top,#f5f5f5,#f9f9f9);\n  background-image: -webkit-linear-gradient(top,#f5f5f5,#f9f9f9);\n  background-image: linear-gradient(top,#f5f5f5,#f9f9f9);\n  background-repeat: repeat-x;\n  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);\n  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);\n  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);\n  -webkit-border-radius: 4px;\n  -moz-border-radius: 4px;\n  border-radius: 4px;\n}\n.progress .bar {\n  width: 0%;\n  height: 100%;\n  color: #fff;\n  float: left;\n  font-size: 12px;\n  text-align: center;\n  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);\n  background-color: #0e90d2;\n  background-image: -moz-linear-gradient(top,#149bdf,#0480be);\n  background-image: -ms-linear-gradient(top,#149bdf,#0480be);\n  background-image: -webkit-linear-gradient(top,#149bdf,#0480be);\n  background-image: linear-gradient(top,#149bdf,#0480be);\n  background-repeat: repeat-x;\n  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);\n  -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);\n  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  -ms-box-sizing: border-box;\n  box-sizing: border-box;\n  -webkit-transition: width .6s ease;\n  -moz-transition: width .6s ease;\n  -ms-transition: width .6s ease;\n  transition: width .6s ease;\n}\n.progress .bar + .bar {\n  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);\n  -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);\n  box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);\n}\n.progress-striped .bar {\n  background-color: #149bdf;\n  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));\n  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n  background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n  background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n  -webkit-background-size: 40px 40px;\n  -moz-background-size: 40px 40px;\n  -o-background-size: 40px 40px;\n  background-size: 40px 40px;\n}\n.progress.active .bar {\n  -webkit-animation: progress-bar-stripes 2s linear infinite;\n  -moz-animation: progress-bar-stripes 2s linear infinite;\n  -ms-animation: progress-bar-stripes 2s linear infinite;\n  -o-animation: progress-bar-stripes 2s linear infinite;\n  animation: progress-bar-stripes 2s linear infinite;\n}\n.progress-danger .bar,\n.progress .bar-danger {\n  background-color: #dd514c;\n  background-image: -moz-linear-gradient(top,#ee5f5b,#c43c35);\n  background-image: -ms-linear-gradient(top,#ee5f5b,#c43c35);\n  background-image: -webkit-linear-gradient(top,#ee5f5b,#c43c35);\n  background-image: linear-gradient(top,#ee5f5b,#c43c35);\n  background-repeat: repeat-x;\n}\n.progress-danger.progress-striped .bar,\n.progress-striped .bar-danger {\n  background-color: #ee5f5b;\n  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));\n  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n  background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n  background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n}\n.progress-success .bar,\n.progress .bar-success {\n  background-color: #5eb95e;\n  background-image: -moz-linear-gradient(top,#62c462,#57a957);\n  background-image: -ms-linear-gradient(top,#62c462,#57a957);\n  background-image: -webkit-linear-gradient(top,#62c462,#57a957);\n  background-image: linear-gradient(top,#62c462,#57a957);\n  background-repeat: repeat-x;\n}\n.progress-success.progress-striped .bar,\n.progress-striped .bar-success {\n  background-color: #62c462;\n  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));\n  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n  background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n  background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n}\n.progress-info .bar,\n.progress .bar-info {\n  background-color: #4bb1cf;\n  background-image: -moz-linear-gradient(top,#5bc0de,#339bb9);\n  background-image: -ms-linear-gradient(top,#5bc0de,#339bb9);\n  background-image: -webkit-linear-gradient(top,#5bc0de,#339bb9);\n  background-image: linear-gradient(top,#5bc0de,#339bb9);\n  background-repeat: repeat-x;\n}\n.progress-info.progress-striped .bar,\n.progress-striped .bar-info {\n  background-color: #5bc0de;\n  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));\n  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n  background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n  background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n}\n.progress-warning .bar,\n.progress .bar-warning {\n  background-color: #f88868;\n  background-image: -moz-linear-gradient(top,#f99f85,#f6653c);\n  background-image: -ms-linear-gradient(top,#f99f85,#f6653c);\n  background-image: -webkit-linear-gradient(top,#f99f85,#f6653c);\n  background-image: linear-gradient(top,#f99f85,#f6653c);\n  background-repeat: repeat-x;\n}\n.progress-warning.progress-striped .bar,\n.progress-striped .bar-warning {\n  background-color: #f99f85;\n  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));\n  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n  background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n  background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);\n}\n@font-face {\n  font-family: \'PageLinesFont\';\n  src: url(\'//www.thetradingroom.com/wp-content/themes/dms/dms/fonts/fontawesome-webfont.eot?v=4.4.0\');\n  src: url(\'//www.thetradingroom.com/wp-content/themes/dms/dms/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0\') format(\'embedded-opentype\'), url(\'//www.thetradingroom.com/wp-content/themes/dms/dms/fonts/fontawesome-webfont.woff2?v=4.4.0\') format(\'woff2\'), url(\'//www.thetradingroom.com/wp-content/themes/dms/dms/fonts/fontawesome-webfont.woff?v=4.4.0\') format(\'woff\'), url(\'//www.thetradingroom.com/wp-content/themes/dms/dms/fonts/fontawesome-webfont.ttf?v=4.4.0\') format(\'truetype\'), url(\'//www.thetradingroom.com/wp-content/themes/dms/dms/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular\') format(\'svg\');\n  font-weight: normal;\n  font-style: normal;\n}\n.icon,\n.fa {\n  display: inline-block;\n  font: normal normal normal 14px/1 PageLinesFont;\n  font-size: inherit;\n  text-rendering: auto;\n  font-style: normal;\n  font-weight: normal;\n  -webkit-font-smoothing: antialiased;\n  -moz-osx-font-smoothing: grayscale;\n}\n.icon-lg,\n.fa-lg {\n  font-size: 1.3333333333333em;\n  line-height: 0.75em;\n  vertical-align: -15%;\n}\n.icon-2x,\n.fa-2x {\n  font-size: 2em;\n}\n.icon-3x,\n.fa-3x {\n  font-size: 3em;\n}\n.icon-4x,\n.fa-4x {\n  font-size: 4em;\n}\n.icon-5x,\n.fa-5x {\n  font-size: 5em;\n}\n.icon-fw,\n.fa-fw {\n  width: 1.2857142857143em;\n  text-align: center;\n}\n.icon-ul,\n.fa-ul {\n  padding-left: 0;\n  margin-left: 2.1428571428571em;\n  list-style-type: none;\n}\n.icon-ul > li,\n.fa-ul > li {\n  position: relative;\n}\n.icon-li,\n.fa-li {\n  position: absolute;\n  left: -2.1428571428571em;\n  width: 2.1428571428571em;\n  top: 0.14285714285714em;\n  text-align: center;\n}\n.icon-li.icon-lg,\n.icon-li fa-lg,\n.fa-li.icon-lg,\n.fa-li fa-lg {\n  left: -1.8571428571429em;\n}\n.icon-border,\n.fa-border {\n  padding: .2em .25em .15em;\n  border: solid .08em #eee;\n  border-radius: .1em;\n}\nicon-pull-left,\n.fa-pull-left {\n  float: left;\n}\nicon-pull-right,\n.fa-pull-right {\n  float: right;\n}\n.icon.icon-pull-left,\n.icon .fa-pull-left,\n.fa.icon-pull-left,\n.fa .fa-pull-left {\n  margin-right: .3em;\n}\n.icon.icon-pull-right,\n.icon .fa-pull-right,\n.fa.icon-pull-right,\n.fa .fa-pull-right {\n  margin-left: .3em;\n}\n.pull-right {\n  float: right;\n}\n.pull-left {\n  float: left;\n}\n.icon.pull-left,\n.fa.pull-left {\n  margin-right: .3em;\n}\n.icon.pull-right,\n.fa.pull-right {\n  margin-left: .3em;\n}\n.icon-spin,\n.fa-spin {\n  -webkit-animation: fa-spin 2s infinite linear;\n  animation: fa-spin 2s infinite linear;\n}\n.icon-pulse,\n.fa-pulse {\n  -webkit-animation: fa-spin 1s infinite steps(8);\n  animation: fa-spin 1s infinite steps(8);\n}\n@-webkit-keyframes fa-spin {\n  0% {\n    -webkit-transform: rotate(0deg);\n    transform: rotate(0deg);\n  }\n  100% {\n    -webkit-transform: rotate(359deg);\n    transform: rotate(359deg);\n  }\n}\n@keyframes fa-spin {\n  0% {\n    -webkit-transform: rotate(0deg);\n    transform: rotate(0deg);\n  }\n  100% {\n    -webkit-transform: rotate(359deg);\n    transform: rotate(359deg);\n  }\n}\n.icon-rotate-90,\n.fa-rotate-90 {\n  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);\n  -webkit-transform: rotate(90deg);\n  -ms-transform: rotate(90deg);\n  transform: rotate(90deg);\n}\n.icon-rotate-180,\n.fa-rotate-180 {\n  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);\n  -webkit-transform: rotate(180deg);\n  -ms-transform: rotate(180deg);\n  transform: rotate(180deg);\n}\n.icon-rotate-270,\n.fa-rotate-270 {\n  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);\n  -webkit-transform: rotate(270deg);\n  -ms-transform: rotate(270deg);\n  transform: rotate(270deg);\n}\n.icon-flip-horizontal,\n.fa-flip-horizontal {\n  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);\n  -webkit-transform: scale(-1,1);\n  -ms-transform: scale(-1,1);\n  transform: scale(-1,1);\n}\n.icon-flip-vertical,\n.fa-flip-vrtical {\n  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);\n  -webkit-transform: scale(1,-1);\n  -ms-transform: scale(1,-1);\n  transform: scale(1,-1);\n}\n:root .icon-rotate-90,\n:root .icon-rotate-180,\n:root .icon-rotate-270,\n:root .icon-flip-horizontal,\n:root .icon-flip-vertical,\n:root .fa-rotate-90,\n:root .fa-rotate-180,\n:root .fa-rotate-270,\n:root .fa-flip-horizontal,\n:root .fa-flip-vertical {\n  filter: none;\n}\n.icon-stack,\n.fa-stack {\n  position: relative;\n  display: inline-block;\n  width: 2em;\n  height: 2em;\n  line-height: 2em;\n  vertical-align: middle;\n}\n.icon-stack-1x,\n.icon-stack-2x,\n.fa-stack-1x,\n.fa-stack-2x {\n  position: absolute;\n  left: 0;\n  width: 100%;\n  text-align: center;\n}\n.icon-stack-1x,\n.fa-stack-1x {\n  line-height: inherit;\n}\n.icon-stack-2x,\n.fa-stack-2x {\n  font-size: 2em;\n}\n.icon-inverse,\n.fa-inverse {\n  color: #fff;\n}\n.icon-yc:before,\n.fa-yc:before,\n.icon-y-combinator:before,\n.fa-y-combinator:before {\n  content: \"\\f23b\";\n}\n.icon-optin-monster:before,\n.fa-optin-monster:before {\n  content: \"\\f23c\";\n}\n.icon-opencart:before,\n.fa-opencart:before {\n  content: \"\\f23d\";\n}\n.icon-expeditedssl:before,\n.fa-expeditedssl:before {\n  content: \"\\f23e\";\n}\n.icon-battery-4:before,\n.fa-battery-4:before,\n.icon-battery-full:before,\n.fa-battery-full:before {\n  content: \"\\f240\";\n}\n.icon-battery-3:before,\n.fa-battery-3:before,\n.icon-battery-three-quarters:before,\n.fa-battery-three-quarters:before {\n  content: \"\\f241\";\n}\n.icon-battery-2:before,\n.fa-battery-2:before,\n.icon-battery-half:before,\n.fa-battery-half:before {\n  content: \"\\f242\";\n}\n.icon-battery-1:before,\n.fa-battery-1:before,\n.icon-battery-quarter:before,\n.fa-battery-quarter:before {\n  content: \"\\f243\";\n}\n.icon-battery-0:before,\n.fa-battery-0:before,\n.icon-battery-empty:before,\n.fa-battery-empty:before {\n  content: \"\\f244\";\n}\n.icon-mouse-pointer:before,\n.fa-mouse-pointer:before {\n  content: \"\\f245\";\n}\n.icon-i-cursor:before,\n.fa-i-cursor:before {\n  content: \"\\f246\";\n}\n.icon-object-group:before,\n.fa-object-group:before {\n  content: \"\\f247\";\n}\n.icon-object-ungroup:before,\n.fa-object-ungroup:before {\n  content: \"\\f248\";\n}\n.icon-sticky-note:before,\n.fa-sticky-note:before {\n  content: \"\\f249\";\n}\n.icon-sticky-note-o:before,\n.fa-sticky-note-o:before {\n  content: \"\\f24a\";\n}\n.icon-cc-jcb:before,\n.fa-cc-jcb:before {\n  content: \"\\f24b\";\n}\n.icon-cc-diners-club:before,\n.fa-cc-diners-club:before {\n  content: \"\\f24c\";\n}\n.icon-clone:before,\n.fa-clone:before {\n  content: \"\\f24d\";\n}\n.icon-balance-scale:before,\n.fa-balance-scale:before {\n  content: \"\\f24e\";\n}\n.icon-hourglass-o:before,\n.fa-hourglass-o:before {\n  content: \"\\f250\";\n}\n.icon-hourglass-1:before,\n.fa-hourglass-1:before,\n.icon-hourglass-start:before,\n.fa-hourglass-start:before {\n  content: \"\\f251\";\n}\n.icon-hourglass-2:before,\n.fa-hourglass-2:before,\n.icon-hourglass-half:before,\n.fa-hourglass-half:before {\n  content: \"\\f252\";\n}\n.icon-hourglass-3:before,\n.fa-hourglass-3:before,\n.icon-hourglass-end:before,\n.fa-hourglass-end:before {\n  content: \"\\f253\";\n}\n.icon-hourglass:before,\n.fa-hourglass:before {\n  content: \"\\f254\";\n}\n.icon-hand-grab-o:before,\n.fa-hand-grab-o:before,\n.icon-hand-rock-o:before,\n.fa-hand-rock-o:before {\n  content: \"\\f255\";\n}\n.icon-hand-stop-o:before,\n.fa-hand-stop-o:before,\n.icon-hand-paper-o:before,\n.fa-hand-paper-o:before {\n  content: \"\\f256\";\n}\n.icon-hand-scissors-o:before,\n.fa-hand-scissors-o:before {\n  content: \"\\f257\";\n}\n.icon-hand-lizard-o:before,\n.fa-hand-lizard-o:before {\n  content: \"\\f258\";\n}\n.icon-hand-spock-o:before,\n.fa-hand-spock-o:before {\n  content: \"\\f259\";\n}\n.icon-hand-pointer-o:before,\n.fa-hand-pointer-o:before {\n  content: \"\\f25a\";\n}\n.icon-hand-peace-o:before,\n.fa-hand-peace-o:before {\n  content: \"\\f25b\";\n}\n.icon-trademark:before,\n.fa-trademark:before {\n  content: \"\\f25c\";\n}\n.icon-registered:before,\n.fa-registered:before {\n  content: \"\\f25d\";\n}\n.icon-creative-commons:before,\n.fa-creative-commons:before {\n  content: \"\\f25e\";\n}\n.icon-gg:before,\n.fa-gg:before {\n  content: \"\\f260\";\n}\n.icon-gg-circle:before,\n.fa-gg-circle:before {\n  content: \"\\f261\";\n}\n.icon-tripadvisor:before,\n.fa-tripadvisor:before {\n  content: \"\\f262\";\n}\n.icon-odnoklassniki:before,\n.fa-odnoklassniki:before {\n  content: \"\\f263\";\n}\n.icon-odnoklassniki-square:before,\n.fa-odnoklassniki-square:before {\n  content: \"\\f264\";\n}\n.icon-get-pocket:before,\n.fa-get-pocket:before {\n  content: \"\\f265\";\n}\n.icon-wikipedia-w:before,\n.fa-wikipedia-w:before {\n  content: \"\\f266\";\n}\n.icon-safari:before,\n.fa-safari:before {\n  content: \"\\f267\";\n}\n.icon-chrome:before,\n.fa-chrome:before {\n  content: \"\\f268\";\n}\n.icon-firefox:before,\n.fa-firefox:before {\n  content: \"\\f269\";\n}\n.icon-opera:before,\n.fa-opera:before {\n  content: \"\\f26a\";\n}\n.icon-internet-explorer:before,\n.fa-internet-explorer:before {\n  content: \"\\f26b\";\n}\n.icon-tv:before,\n.fa-tv:before,\n.icon-television:before,\n.fa-television:before {\n  content: \"\\f26c\";\n}\n.icon-contao:before,\n.fa-contao:before {\n  content: \"\\f26d\";\n}\n.icon-500px:before,\n.fa-500px:before {\n  content: \"\\f26e\";\n}\n.icon-amazon:before,\n.fa-amazon:before {\n  content: \"\\f270\";\n}\n.icon-calendar-plus-o:before,\n.fa-calendar-plus-o:before {\n  content: \"\\f271\";\n}\n.icon-calendar-minus-o:before,\n.fa-calendar-minus-o:before {\n  content: \"\\f272\";\n}\n.icon-calendar-times-o:before,\n.fa-calendar-times-o:before {\n  content: \"\\f273\";\n}\n.icon-calendar-check-o:before,\n.fa-calendar-check-o:before {\n  content: \"\\f274\";\n}\n.icon-industry:before,\n.fa-industry:before {\n  content: \"\\f275\";\n}\n.icon-map-pin:before,\n.fa-map-pin:before {\n  content: \"\\f276\";\n}\n.icon-map-signs:before,\n.fa-map-signs:before {\n  content: \"\\f277\";\n}\n.icon-map-o:before,\n.fa-map-o:before {\n  content: \"\\f278\";\n}\n.icon-map:before,\n.fa-map:before {\n  content: \"\\f279\";\n}\n.icon-commenting:before,\n.fa-commenting:before {\n  content: \"\\f27a\";\n}\n.icon-commenting-o:before,\n.fa-commenting-o:before {\n  content: \"\\f27b\";\n}\n.icon-houzz:before,\n.fa-houzz:before {\n  content: \"\\f27c\";\n}\n.icon-vimeo:before,\n.fa-vimeo:before {\n  content: \"\\f27d\";\n}\n.icon-black-tie:before,\n.fa-black-tie:before {\n  content: \"\\f27e\";\n}\n.icon-fonticons:before,\n.fa-fonticons:before {\n  content: \"\\f280\";\n}\n.icon-genderless:before,\n.fa-genderless:before {\n  content: \"\\f22d\";\n}\n.icon-glass:before,\n.fa-glass:before {\n  content: \"\\f000\";\n}\n.icon-music:before,\n.fa-music:before {\n  content: \"\\f001\";\n}\n.icon-search:before,\n.fa-search:before {\n  content: \"\\f002\";\n}\n.icon-envelope-o:before,\n.fa-envelope-o:before {\n  content: \"\\f003\";\n}\n.icon-heart:before,\n.fa-heart:before {\n  content: \"\\f004\";\n}\n.icon-star:before,\n.fa-star:before {\n  content: \"\\f005\";\n}\n.icon-star-o:before,\n.fa-star-o:before {\n  content: \"\\f006\";\n}\n.icon-user:before,\n.fa-user:before {\n  content: \"\\f007\";\n}\n.icon-film:before,\n.fa-film:before {\n  content: \"\\f008\";\n}\n.icon-th-large:before,\n.fa-th-large:before {\n  content: \"\\f009\";\n}\n.icon-th:before,\n.fa-th:before {\n  content: \"\\f00a\";\n}\n.icon-th-list:before,\n.fa-th-list:before {\n  content: \"\\f00b\";\n}\n.icon-check:before,\n.fa-check:before {\n  content: \"\\f00c\";\n}\n.icon-remove:before,\n.icon-close:before,\n.icon-times:before,\n.fa-remove:before,\n.fa-close:before,\n.fa-times:before {\n  content: \"\\f00d\";\n}\n.icon-search-plus:before,\n.fa-search-plus:before {\n  content: \"\\f00e\";\n}\n.icon-search-minus:before,\n.fa-search-minus:before {\n  content: \"\\f010\";\n}\n.icon-power-off:before,\n.fa-power-off:before {\n  content: \"\\f011\";\n}\n.icon-signal:before,\n.fa-signal:before {\n  content: \"\\f012\";\n}\n.icon-gear:before,\n.icon-cog:before,\n.fa-gear:before,\n.fa-cog:before {\n  content: \"\\f013\";\n}\n.icon-trash-o:before,\n.fa-trash-o:before {\n  content: \"\\f014\";\n}\n.icon-home:before,\n.fa-home:before {\n  content: \"\\f015\";\n}\n.icon-file-o:before,\n.fa-file-o:before {\n  content: \"\\f016\";\n}\n.icon-clock-o:before,\n.fa-clock-o:before {\n  content: \"\\f017\";\n}\n.icon-road:before,\n.fa-road:before {\n  content: \"\\f018\";\n}\n.icon-download:before,\n.fa-download:before {\n  content: \"\\f019\";\n}\n.icon-arrow-circle-o-down:before,\n.fa-arrow-circle-o-down:before {\n  content: \"\\f01a\";\n}\n.icon-arrow-circle-o-up:before,\n.fa-arrow-circle-o-up:before {\n  content: \"\\f01b\";\n}\n.icon-inbox:before,\n.fa-inbox:before {\n  content: \"\\f01c\";\n}\n.icon-play-circle-o:before,\n.fa-play-circle-o:before {\n  content: \"\\f01d\";\n}\n.icon-rotate-right:before,\n.icon-repeat:before,\n.fa-rotate-right:before,\n.fa-repeat:before {\n  content: \"\\f01e\";\n}\n.icon-refresh:before,\n.fa-refresh:before {\n  content: \"\\f021\";\n}\n.icon-list-alt:before,\n.fa-list-alt:before {\n  content: \"\\f022\";\n}\n.icon-lock:before,\n.fa-lock:before {\n  content: \"\\f023\";\n}\n.icon-flag:before,\n.fa-flag:before {\n  content: \"\\f024\";\n}\n.icon-headphones:before,\n.fa-headphones:before {\n  content: \"\\f025\";\n}\n.icon-volume-off:before,\n.fa-volume-off:before {\n  content: \"\\f026\";\n}\n.icon-volume-down:before,\n.fa-volume-down:before {\n  content: \"\\f027\";\n}\n.icon-volume-up:before,\n.fa-volume-up:before {\n  content: \"\\f028\";\n}\n.icon-qrcode:before,\n.fa-qrcode:before {\n  content: \"\\f029\";\n}\n.icon-barcode:before,\n.fa-barcode:before {\n  content: \"\\f02a\";\n}\n.icon-tag:before,\n.fa-tag:before {\n  content: \"\\f02b\";\n}\n.icon-tags:before,\n.fa-tags:before {\n  content: \"\\f02c\";\n}\n.icon-book:before,\n.fa-book:before {\n  content: \"\\f02d\";\n}\n.icon-bookmark:before,\n.fa-bookmark:before {\n  content: \"\\f02e\";\n}\n.icon-print:before,\n.fa-print:before {\n  content: \"\\f02f\";\n}\n.icon-camera:before,\n.fa-camera:before {\n  content: \"\\f030\";\n}\n.icon-font:before,\n.fa-font:before {\n  content: \"\\f031\";\n}\n.icon-bold:before,\n.fa-bold:before {\n  content: \"\\f032\";\n}\n.icon-italic:before,\n.fa-italic:before {\n  content: \"\\f033\";\n}\n.icon-text-height:before,\n.fa-text-height:before {\n  content: \"\\f034\";\n}\n.icon-text-width:before,\n.fa-text-width:before {\n  content: \"\\f035\";\n}\n.icon-align-left:before,\n.fa-align-left:before {\n  content: \"\\f036\";\n}\n.icon-align-center:before,\n.fa-align-center:before {\n  content: \"\\f037\";\n}\n.icon-align-right:before,\n.fa-align-right:before {\n  content: \"\\f038\";\n}\n.icon-align-justify:before,\n.fa-align-justify:before {\n  content: \"\\f039\";\n}\n.icon-list:before,\n.fa-list:before {\n  content: \"\\f03a\";\n}\n.icon-dedent:before,\n.icon-outdent:before,\n.fa-dedent:before,\n.fa-outdent:before {\n  content: \"\\f03b\";\n}\n.icon-indent:before,\n.fa-indent:before {\n  content: \"\\f03c\";\n}\n.icon-video-camera:before,\n.fa-video-camera:before {\n  content: \"\\f03d\";\n}\n.icon-photo:before,\n.icon-image:before,\n.icon-picture-o:before,\n.fa-photo:before,\n.fa-image:before,\n.fa-picture-o:before {\n  content: \"\\f03e\";\n}\n.icon-pencil:before,\n.fa-pencil:before {\n  content: \"\\f040\";\n}\n.icon-map-marker:before,\n.fa-map-marker:before {\n  content: \"\\f041\";\n}\n.icon-adjust:before,\n.fa-adjust:before {\n  content: \"\\f042\";\n}\n.icon-tint:before,\n.fa-tint:before {\n  content: \"\\f043\";\n}\n.icon-edit:before,\n.icon-pencil-square-o:before,\n.fa-edit:before {\n  content: \"\\f044\";\n}\n.icon-share-square-o:before,\n.fa-share-square-o:before {\n  content: \"\\f045\";\n}\n.icon-check-square-o:before,\n.fa-check-square-o:before {\n  content: \"\\f046\";\n}\n.icon-arrows:before,\n.fa-arrows:before {\n  content: \"\\f047\";\n}\n.icon-step-backward:before,\n.fa-step-backward:before {\n  content: \"\\f048\";\n}\n.icon-fast-backward:before,\n.fa-fast-backward:before {\n  content: \"\\f049\";\n}\n.icon-backward:before,\n.fa-backward:before {\n  content: \"\\f04a\";\n}\n.icon-play:before,\n.fa-play:before {\n  content: \"\\f04b\";\n}\n.icon-pause:before,\n.fa-pause:before {\n  content: \"\\f04c\";\n}\n.icon-stop:before,\n.fa-stop:before {\n  content: \"\\f04d\";\n}\n.icon-forward:before,\n.fa-forward:before {\n  content: \"\\f04e\";\n}\n.icon-fast-forward:before,\n.fa-fast-forward:before {\n  content: \"\\f050\";\n}\n.icon-step-forward:before,\n.fa-step-forward:before {\n  content: \"\\f051\";\n}\n.icon-eject:before,\n.fa-eject:before {\n  content: \"\\f052\";\n}\n.icon-chevron-left:before,\n.fa-chevron-left:before {\n  content: \"\\f053\";\n}\n.icon-chevron-right:before,\n.fa-chevron-right:before {\n  content: \"\\f054\";\n}\n.icon-plus-circle:before,\n.fa-plus-circle:before {\n  content: \"\\f055\";\n}\n.icon-minus-circle:before,\n.fa-minus-circle:before {\n  content: \"\\f056\";\n}\n.icon-times-circle:before,\n.fa-times-circle:before {\n  content: \"\\f057\";\n}\n.icon-check-circle:before,\n.fa-check-circle:before {\n  content: \"\\f058\";\n}\n.icon-question-circle:before,\n.fa-question-circle:before {\n  content: \"\\f059\";\n}\n.icon-info-circle:before,\n.fa-info-circle:before {\n  content: \"\\f05a\";\n}\n.icon-crosshairs:before,\n.fa-crosshairs:before {\n  content: \"\\f05b\";\n}\n.icon-times-circle-o:before,\n.fa-times-circle-o:before {\n  content: \"\\f05c\";\n}\n.icon-check-circle-o:before,\n.fa-check-circle-o:before {\n  content: \"\\f05d\";\n}\n.icon-ban:before,\n.fa-ban:before {\n  content: \"\\f05e\";\n}\n.icon-arrow-left:before,\n.fa-arrow-left:before {\n  content: \"\\f060\";\n}\n.icon-arrow-right:before,\n.fa-arrow-right:before {\n  content: \"\\f061\";\n}\n.icon-arrow-up:before,\n.fa-arrow-up:before {\n  content: \"\\f062\";\n}\n.icon-arrow-down:before,\n.fa-arrow-down:before {\n  content: \"\\f063\";\n}\n.icon-mail-forward:before,\n.icon-share:before,\n.fa-mail-forward:before,\n.fa-share:before {\n  content: \"\\f064\";\n}\n.icon-expand:before,\n.fa-expand:before {\n  content: \"\\f065\";\n}\n.icon-compress:before,\n.fa-compress:before {\n  content: \"\\f066\";\n}\n.icon-plus:before,\n.fa-plus:before {\n  content: \"\\f067\";\n}\n.icon-minus:before,\n.fa-minus:before {\n  content: \"\\f068\";\n}\n.icon-asterisk:before,\n.fa-asterisk:before {\n  content: \"\\f069\";\n}\n.icon-exclamation-circle:before,\n.fa-exclamation-circle:before {\n  content: \"\\f06a\";\n}\n.icon-gift:before,\n.fa-gift:before {\n  content: \"\\f06b\";\n}\n.icon-leaf:before,\n.fa-leaf:before {\n  content: \"\\f06c\";\n}\n.icon-fire:before,\n.fa-fire:before {\n  content: \"\\f06d\";\n}\n.icon-eye:before,\n.fa-eye:before {\n  content: \"\\f06e\";\n}\n.icon-eye-slash:before,\n.fa-eye-slash:before {\n  content: \"\\f070\";\n}\n.icon-warning:before,\n.icon-exclamation-triangle:before,\n.fa-warning:before,\n.fa-exclamation-triangle:before {\n  content: \"\\f071\";\n}\n.icon-plane:before,\n.fa-plane:before {\n  content: \"\\f072\";\n}\n.icon-calendar:before,\n.fa-calendar:before {\n  content: \"\\f073\";\n}\n.icon-random:before,\n.fa-random:before {\n  content: \"\\f074\";\n}\n.icon-comment:before,\n.fa-comment:before {\n  content: \"\\f075\";\n}\n.icon-magnet:before,\n.fa-magnet:before {\n  content: \"\\f076\";\n}\n.icon-chevron-up:before,\n.fa-chevron-up:before {\n  content: \"\\f077\";\n}\n.icon-chevron-down:before,\n.fa-chevron-down:before {\n  content: \"\\f078\";\n}\n.icon-retweet:before,\n.fa-retweet:before {\n  content: \"\\f079\";\n}\n.icon-shopping-cart:before,\n.fa-shopping-cart:before {\n  content: \"\\f07a\";\n}\n.icon-folder:before,\n.fa-folder:before {\n  content: \"\\f07b\";\n}\n.icon-folder-open:before,\n.fa-folder-open:before {\n  content: \"\\f07c\";\n}\n.icon-arrows-v:before,\n.fa-arrows-v:before {\n  content: \"\\f07d\";\n}\n.icon-arrows-h:before,\n.fa-arrows-h:before {\n  content: \"\\f07e\";\n}\n.icon-bar-chart-o:before,\n.icon-bar-chart:before,\n.fa-bar-chart-o:before {\n  content: \"\\f080\";\n}\n.icon-twitter-square:before,\n.fa-twitter-square:before {\n  content: \"\\f081\";\n}\n.icon-facebook-square:before,\n.fa-facebook-square:before {\n  content: \"\\f082\";\n}\n.icon-camera-retro:before,\n.fa-camera-retro:before {\n  content: \"\\f083\";\n}\n.icon-key:before,\n.fa-key:before {\n  content: \"\\f084\";\n}\n.icon-gears:before,\n.icon-cogs:before,\n.fa-gears:before,\n.fa-cogs:before {\n  content: \"\\f085\";\n}\n.icon-comments:before,\n.fa-comments:before {\n  content: \"\\f086\";\n}\n.icon-thumbs-o-up:before,\n.fa-thumbs-o-up:before {\n  content: \"\\f087\";\n}\n.icon-thumbs-o-down:before,\n.fa-thumbs-o-down:before {\n  content: \"\\f088\";\n}\n.icon-star-half:before,\n.fa-star-half:before {\n  content: \"\\f089\";\n}\n.icon-heart-o:before,\n.fa-heart-o:before {\n  content: \"\\f08a\";\n}\n.icon-sign-out:before,\n.fa-sign-out:before {\n  content: \"\\f08b\";\n}\n.icon-linkedin-square:before,\n.fa-linkedin-square:before {\n  content: \"\\f08c\";\n}\n.icon-thumb-tack:before,\n.fa-thumb-tack:before {\n  content: \"\\f08d\";\n}\n.icon-external-link:before,\n.fa-external-link:before {\n  content: \"\\f08e\";\n}\n.icon-sign-in:before,\n.fa-sign-in:before {\n  content: \"\\f090\";\n}\n.icon-trophy:before,\n.fa-trophy:before {\n  content: \"\\f091\";\n}\n.icon-github-square:before,\n.fa-github-square:before {\n  content: \"\\f092\";\n}\n.icon-upload:before,\n.fa-upload:before {\n  content: \"\\f093\";\n}\n.icon-lemon-o:before,\n.fa-lemon-o:before {\n  content: \"\\f094\";\n}\n.icon-phone:before,\n.fa-phone:before {\n  content: \"\\f095\";\n}\n.icon-square-o:before,\n.fa-square-o:before {\n  content: \"\\f096\";\n}\n.icon-bookmark-o:before,\n.fa-bookmark-o:before {\n  content: \"\\f097\";\n}\n.icon-phone-square:before,\n.fa-phone-square:before {\n  content: \"\\f098\";\n}\n.icon-twitter:before,\n.fa-twitter:before {\n  content: \"\\f099\";\n}\n.icon-facebook:before,\n.fa-facebook:before {\n  content: \"\\f09a\";\n}\n.icon-github:before,\n.fa-github:before {\n  content: \"\\f09b\";\n}\n.icon-unlock:before,\n.fa-unlock:before {\n  content: \"\\f09c\";\n}\n.icon-credit-card:before,\n.fa-credit-card:before {\n  content: \"\\f09d\";\n}\n.icon-feed:before,\n.fa-feed:before,\n.icon-rss:before,\n.fa-rss:before {\n  content: \"\\f09e\";\n}\n.icon-hdd-o:before,\n.fa-hdd-o:before {\n  content: \"\\f0a0\";\n}\n.icon-bullhorn:before,\n.fa-bullhorn:before {\n  content: \"\\f0a1\";\n}\n.icon-bell:before,\n.fa-bell:before {\n  content: \"\\f0f3\";\n}\n.icon-certificate:before,\n.fa-certificate:before {\n  content: \"\\f0a3\";\n}\n.icon-hand-o-right:before,\n.fa-hand-o-right:before {\n  content: \"\\f0a4\";\n}\n.icon-hand-o-left:before,\n.fa-hand-o-left:before {\n  content: \"\\f0a5\";\n}\n.icon-hand-o-up:before,\n.fa-hand-o-up:before {\n  content: \"\\f0a6\";\n}\n.icon-hand-o-down:before,\n.fa-hand-o-down:before {\n  content: \"\\f0a7\";\n}\n.icon-arrow-circle-left:before,\n.fa-arrow-circle-left:before {\n  content: \"\\f0a8\";\n}\n.icon-arrow-circle-right:before,\n.fa-arrow-circle-right:before {\n  content: \"\\f0a9\";\n}\n.icon-arrow-circle-up:before,\n.fa-arrow-circle-up:before {\n  content: \"\\f0aa\";\n}\n.icon-arrow-circle-down:before,\n.fa-arrow-circle-down:before {\n  content: \"\\f0ab\";\n}\n.icon-globe:before,\n.fa-globe:before {\n  content: \"\\f0ac\";\n}\n.icon-wrench:before,\n.fa-wrench:before {\n  content: \"\\f0ad\";\n}\n.icon-tasks:before,\n.fa-tasks:before {\n  content: \"\\f0ae\";\n}\n.icon-filter:before,\n.fa-filter:before {\n  content: \"\\f0b0\";\n}\n.icon-briefcase:before,\n.fa-briefcase:before {\n  content: \"\\f0b1\";\n}\n.icon-arrows-alt:before,\n.fa-arrows-alt:before {\n  content: \"\\f0b2\";\n}\n.icon-group:before,\n.icon-users:before,\n.fa-group:before,\n.fa-users:before {\n  content: \"\\f0c0\";\n}\n.icon-chain:before,\n.icon-link:before,\n.fa-chain:before,\n.fa-link:before {\n  content: \"\\f0c1\";\n}\n.icon-cloud:before,\n.fa-cloud:before {\n  content: \"\\f0c2\";\n}\n.icon-flask:before,\n.fa-flask:before {\n  content: \"\\f0c3\";\n}\n.icon-cut:before,\n.icon-scissors:before,\n.fa-cut:before {\n  content: \"\\f0c4\";\n}\n.icon-copy:before,\n.icon-files-o:before,\n.fa-copy:before,\n.fa-files-o:before {\n  content: \"\\f0c5\";\n}\n.icon-paperclip:before,\n.fa-paperclip:before {\n  content: \"\\f0c6\";\n}\n.icon-save:before,\n.icon-floppy-o:before,\n.fa-save:before {\n  content: \"\\f0c7\";\n}\n.icon-square:before,\n.fa-square:before {\n  content: \"\\f0c8\";\n}\n.icon-navicon:before,\n.icon-reorder:before,\n.icon-bars:before,\n.fa-bars:before,\n.fa-navicon:before,\n.fa-reorder:before {\n  content: \"\\f0c9\";\n}\n.icon-list-ul:before,\n.fa-list-ul:before {\n  content: \"\\f0ca\";\n}\n.icon-list-ol:before,\n.fa-list-ol:before {\n  content: \"\\f0cb\";\n}\n.icon-strikethrough:before,\n.fa-strikethrough:before {\n  content: \"\\f0cc\";\n}\n.icon-underline:before,\n.fa-underline:before {\n  content: \"\\f0cd\";\n}\n.icon-table:before,\n.fa-table:before {\n  content: \"\\f0ce\";\n}\n.icon-magic:before,\n.fa-magic:before {\n  content: \"\\f0d0\";\n}\n.icon-truck:before,\n.fa-truck:before {\n  content: \"\\f0d1\";\n}\n.icon-pinterest:before,\n.fa-pinterest:before {\n  content: \"\\f0d2\";\n}\n.icon-pinterest-square:before,\n.fa-pinterest-square:before {\n  content: \"\\f0d3\";\n}\n.icon-google-plus-square:before,\n.fa-google-plus-square:before {\n  content: \"\\f0d4\";\n}\n.icon-google-plus:before,\n.fa-google-plus:before {\n  content: \"\\f0d5\";\n}\n.icon-money:before,\n.fa-money:before {\n  content: \"\\f0d6\";\n}\n.icon-caret-down:before,\n.fa-caret-down:before {\n  content: \"\\f0d7\";\n}\n.icon-caret-up:before,\n.fa-caret-up:before {\n  content: \"\\f0d8\";\n}\n.icon-caret-left:before,\n.fa-caret-left:before {\n  content: \"\\f0d9\";\n}\n.icon-caret-right:before,\n.fa-caret-right:before {\n  content: \"\\f0da\";\n}\n.icon-columns:before,\n.fa-columns:before {\n  content: \"\\f0db\";\n}\n.icon-unsorted:before,\n.icon-sort:before,\n.fa-sort:before,\n.fa-unsorted:before {\n  content: \"\\f0dc\";\n}\n.icon-sort-down:before,\n.icon-sort-desc:before,\n.fa-sort-down:before,\n.fa-sort-desc:before {\n  content: \"\\f0dd\";\n}\n.icon-sort-up:before,\n.icon-sort-asc:before,\n.fa-sort-up:before,\n.fa-sort-asc:before {\n  content: \"\\f0de\";\n}\n.icon-envelope:before,\n.fa-envelope:before {\n  content: \"\\f0e0\";\n}\n.icon-linkedin:before,\n.fa-linkedin:before {\n  content: \"\\f0e1\";\n}\n.icon-rotate-left:before,\n.icon-undo:before,\n.fa-undo:before,\n.fa-rotate-left:before {\n  content: \"\\f0e2\";\n}\n.icon-legal:before,\n.icon-gavel:before,\n.fa-gavel:before,\n.fa-legal:before {\n  content: \"\\f0e3\";\n}\n.icon-dashboard:before,\n.icon-tachometer:before,\n.fa-tachometer:before,\n.fa-dashboard:before {\n  content: \"\\f0e4\";\n}\n.icon-comment-o:before,\n.fa-comment-o:before {\n  content: \"\\f0e5\";\n}\n.icon-comments-o:before,\n.fa-comments-o:before {\n  content: \"\\f0e6\";\n}\n.icon-flash:before,\n.icon-bolt:before,\n.fa-bolt:before,\n.fa-flash:before {\n  content: \"\\f0e7\";\n}\n.icon-sitemap:before,\n.fa-sitemap:before {\n  content: \"\\f0e8\";\n}\n.icon-umbrella:before,\n.fa-umbrella:before {\n  content: \"\\f0e9\";\n}\n.icon-paste:before,\n.icon-clipboard:before,\n.fa-clipboard:before,\n.fa-paste:before {\n  content: \"\\f0ea\";\n}\n.icon-lightbulb-o:before,\n.fa-lightbulb-o:before {\n  content: \"\\f0eb\";\n}\n.icon-exchange:before,\n.fa-exchange:before {\n  content: \"\\f0ec\";\n}\n.icon-cloud-download:before,\n.fa-cloud-download:before {\n  content: \"\\f0ed\";\n}\n.icon-cloud-upload:before,\n.fa-cloud-upload:before {\n  content: \"\\f0ee\";\n}\n.icon-user-md:before,\n.fa-user-md:before {\n  content: \"\\f0f0\";\n}\n.icon-stethoscope:before,\n.fa-stethoscope:before {\n  content: \"\\f0f1\";\n}\n.icon-suitcase:before,\n.fa-suitcase:before {\n  content: \"\\f0f2\";\n}\n.icon-bell-o:before,\n.fa-bell-o:before {\n  content: \"\\f0a2\";\n}\n.icon-coffee:before,\n.fa-coffee:before {\n  content: \"\\f0f4\";\n}\n.icon-cutlery:before,\n.fa-cutlery:before {\n  content: \"\\f0f5\";\n}\n.icon-file-text-o:before,\n.fa-file-text-o:before {\n  content: \"\\f0f6\";\n}\n.icon-building-o:before,\n.fa-building-o:before {\n  content: \"\\f0f7\";\n}\n.icon-hospital-o:before,\n.fa-hospital-o:before {\n  content: \"\\f0f8\";\n}\n.icon-ambulance:before,\n.fa-ambulance:before {\n  content: \"\\f0f9\";\n}\n.icon-medkit:before,\n.fa-medkit:before {\n  content: \"\\f0fa\";\n}\n.icon-fighter-jet:before,\n.fa-fighter-jet:before {\n  content: \"\\f0fb\";\n}\n.icon-beer:before,\n.fa-beer:before {\n  content: \"\\f0fc\";\n}\n.icon-h-square:before,\n.fa-h-square:before {\n  content: \"\\f0fd\";\n}\n.icon-plus-square:before,\n.fa-plus-square:before {\n  content: \"\\f0fe\";\n}\n.icon-angle-double-left:before,\n.fa-angle-double-left:before {\n  content: \"\\f100\";\n}\n.icon-angle-double-right:before,\n.fa-angle-double-right:before {\n  content: \"\\f101\";\n}\n.icon-angle-double-up:before,\n.fa-angle-double-up:before {\n  content: \"\\f102\";\n}\n.icon-angle-double-down:before,\n.fa-angle-double-down:before {\n  content: \"\\f103\";\n}\n.icon-angle-left:before,\n.fa-angle-left:before {\n  content: \"\\f104\";\n}\n.icon-angle-right:before,\n.fa-angle-right:before {\n  content: \"\\f105\";\n}\n.icon-angle-up:before,\n.fa-angle-up:before {\n  content: \"\\f106\";\n}\n.icon-angle-down:before,\n.fa-angle-down:before {\n  content: \"\\f107\";\n}\n.icon-desktop:before,\n.fa-desktop:before {\n  content: \"\\f108\";\n}\n.icon-laptop:before,\n.fa-laptop:before {\n  content: \"\\f109\";\n}\n.icon-tablet:before,\n.fa-tablet:before {\n  content: \"\\f10a\";\n}\n.icon-mobile-phone:before,\n.icon-mobile:before,\n.fa-mobile:before,\n.fa-mobile-phone:before {\n  content: \"\\f10b\";\n}\n.icon-circle-o:before,\n.fa-circle-o:before {\n  content: \"\\f10c\";\n}\n.icon-quote-left:before,\n.fa-quote-left:before {\n  content: \"\\f10d\";\n}\n.icon-quote-right:before,\n.fa-quote-right:before {\n  content: \"\\f10e\";\n}\n.icon-spinner:before,\n.fa-spinner:before {\n  content: \"\\f110\";\n}\n.icon-circle:before,\n.fa-circle:before {\n  content: \"\\f111\";\n}\n.icon-mail-reply:before,\n.icon-reply:before,\n.fa-reply:before,\n.fa-mail-reply:before {\n  content: \"\\f112\";\n}\n.icon-github-alt:before,\n.fa-github-alt:before {\n  content: \"\\f113\";\n}\n.icon-folder-o:before,\n.fa-folder-o:before {\n  content: \"\\f114\";\n}\n.icon-folder-open-o:before,\n.fa-folder-open-o:before {\n  content: \"\\f115\";\n}\n.icon-smile-o:before,\n.fa-smile-o:before {\n  content: \"\\f118\";\n}\n.icon-frown-o:before,\n.fa-frown-o:before {\n  content: \"\\f119\";\n}\n.icon-meh-o:before,\n.fa-meh-o:before {\n  content: \"\\f11a\";\n}\n.icon-gamepad:before,\n.fa-gamepad:before {\n  content: \"\\f11b\";\n}\n.icon-keyboard-o:before,\n.fa-keyboard-o:before {\n  content: \"\\f11c\";\n}\n.icon-flag-o:before,\n.fa-flag-o:before {\n  content: \"\\f11d\";\n}\n.icon-flag-checkered:before,\n.fa-flag-checkered:before {\n  content: \"\\f11e\";\n}\n.icon-terminal:before,\n.fa-terminal:before {\n  content: \"\\f120\";\n}\n.icon-code:before,\n.fa-code:before {\n  content: \"\\f121\";\n}\n.icon-mail-reply-all:before,\n.icon-reply-all:before,\n.fa-reply-all:before,\n.fa-mail-reply-all:before {\n  content: \"\\f122\";\n}\n.icon-star-half-empty:before,\n.icon-star-half-full:before,\n.icon-star-half-o:before,\n.fa-star-half-o:before,\n.fa-star-half-empty:before,\n.fa-star-half-full:before {\n  content: \"\\f123\";\n}\n.icon-location-arrow:before,\n.fa-location-arrow:before {\n  content: \"\\f124\";\n}\n.icon-crop:before,\n.fa-crop:before {\n  content: \"\\f125\";\n}\n.icon-code-fork:before,\n.fa-code-fork:before {\n  content: \"\\f126\";\n}\n.icon-unlink:before,\n.icon-chain-broken:before,\n.fa-chain-broken:before,\n.fa-unlink:before {\n  content: \"\\f127\";\n}\n.icon-question:before,\n.fa-question:before {\n  content: \"\\f128\";\n}\n.icon-info:before,\n.fa-info:before {\n  content: \"\\f129\";\n}\n.icon-exclamation:before,\n.fa-exclamation:before {\n  content: \"\\f12a\";\n}\n.icon-superscript:before,\n.fa-superscript:before {\n  content: \"\\f12b\";\n}\n.icon-subscript:before,\n.fa-subscript:before {\n  content: \"\\f12c\";\n}\n.icon-eraser:before,\n.fa-eraser:before {\n  content: \"\\f12d\";\n}\n.icon-puzzle-piece:before,\n.fa-puzzle-piece:before {\n  content: \"\\f12e\";\n}\n.icon-microphone:before,\n.fa-microphone:before {\n  content: \"\\f130\";\n}\n.icon-microphone-slash:before,\n.fa-microphone-slash:before {\n  content: \"\\f131\";\n}\n.icon-shield:before,\n.fa-shield:before {\n  content: \"\\f132\";\n}\n.icon-calendar-o:before,\n.fa-calendar-o:before {\n  content: \"\\f133\";\n}\n.icon-fire-extinguisher:before,\n.fa-fire-extinguisher:before {\n  content: \"\\f134\";\n}\n.icon-rocket:before,\n.fa-rocket:before {\n  content: \"\\f135\";\n}\n.icon-maxcdn:before,\n.fa-maxcdn:before {\n  content: \"\\f136\";\n}\n.icon-chevron-circle-left:before,\n.fa-chevron-circle-left:before {\n  content: \"\\f137\";\n}\n.icon-chevron-circle-right:before,\n.fa-chevron-circle-right:before {\n  content: \"\\f138\";\n}\n.icon-chevron-circle-up:before,\n.fa-chevron-circle-up:before {\n  content: \"\\f139\";\n}\n.icon-chevron-circle-down:before,\n.fa-chevron-circle-down:before {\n  content: \"\\f13a\";\n}\n.icon-html5:before,\n.fa-html5:before {\n  content: \"\\f13b\";\n}\n.icon-css3:before,\n.fa-css3:before {\n  content: \"\\f13c\";\n}\n.icon-anchor:before,\n.fa-anchor:before {\n  content: \"\\f13d\";\n}\n.icon-unlock-alt:before,\n.fa-unlock-alt:before {\n  content: \"\\f13e\";\n}\n.icon-bullseye:before,\n.fa-bullseye:before {\n  content: \"\\f140\";\n}\n.icon-ellipsis-h:before,\n.fa-ellipsis-h:before {\n  content: \"\\f141\";\n}\n.icon-ellipsis-v:before,\n.fa-ellipsis-v:before {\n  content: \"\\f142\";\n}\n.icon-rss-square:before,\n.fa-rss-square:before {\n  content: \"\\f143\";\n}\n.icon-play-circle:before,\n.fa-play-circle:before {\n  content: \"\\f144\";\n}\n.icon-ticket:before,\n.fa-ticket:before {\n  content: \"\\f145\";\n}\n.icon-minus-square:before,\n.fa-minus-square:before {\n  content: \"\\f146\";\n}\n.icon-minus-square-o:before,\n.fa-minus-square-o:before {\n  content: \"\\f147\";\n}\n.icon-level-up:before,\n.fa-level-up:before {\n  content: \"\\f148\";\n}\n.icon-level-down:before,\n.fa-level-down:before {\n  content: \"\\f149\";\n}\n.icon-check-square:before,\n.fa-check-square:before {\n  content: \"\\f14a\";\n}\n.icon-pencil-square:before,\n.fa-pencil-square:before {\n  content: \"\\f14b\";\n}\n.icon-external-link-square:before,\n.fa-external-link-square:before {\n  content: \"\\f14c\";\n}\n.icon-share-square:before,\n.fa-share-square:before {\n  content: \"\\f14d\";\n}\n.icon-compass:before,\n.fa-compass:before {\n  content: \"\\f14e\";\n}\n.icon-toggle-down:before,\n.icon-caret-square-o-down:before,\n.fa-caret-square-o-down:before,\n.fa-toggle-down:before {\n  content: \"\\f150\";\n}\n.icon-toggle-up:before,\n.icon-caret-square-o-up:before,\n.fa-caret-square-o-up:before,\n.fa-toggle-up:before {\n  content: \"\\f151\";\n}\n.icon-toggle-right:before,\n.icon-caret-square-o-right:before,\n.fa-caret-square-o-right:before,\n.fa-toggle-right:before {\n  content: \"\\f152\";\n}\n.icon-euro:before,\n.icon-eur:before,\n.fa-eur:before,\n.fa-euro:before {\n  content: \"\\f153\";\n}\n.icon-gbp:before,\n.fa-gbp:before {\n  content: \"\\f154\";\n}\n.icon-dollar:before,\n.icon-usd:before,\n.fa-usd:before,\n.fa-dollar:before {\n  content: \"\\f155\";\n}\n.icon-rupee:before,\n.icon-inr:before,\n.fa-inr:before,\n.fa-rupee:before {\n  content: \"\\f156\";\n}\n.icon-cny:before,\n.icon-rmb:before,\n.icon-yen:before,\n.icon-jpy:before,\n.fa-jpy:before,\n.fa-cny:before,\n.fa-rmb:before,\n.fa-yen:before {\n  content: \"\\f157\";\n}\n.icon-ruble:before,\n.icon-rouble:before,\n.icon-rub:before,\n.fa-rub:before,\n.fa-ruble:before,\n.fa-rouble:before {\n  content: \"\\f158\";\n}\n.icon-won:before,\n.icon-krw:before,\n.fa-krw:before,\n.fa-won:before {\n  content: \"\\f159\";\n}\n.icon-bitcoin:before,\n.icon-btc:before,\n.fa-btc:before,\n.fa-bitcoin:before {\n  content: \"\\f15a\";\n}\n.icon-file:before,\n.fa-file:before {\n  content: \"\\f15b\";\n}\n.icon-file-text:before,\n.fa-file-text:before {\n  content: \"\\f15c\";\n}\n.icon-sort-alpha-asc:before,\n.fa-sort-alpha-asc:before {\n  content: \"\\f15d\";\n}\n.icon-sort-alpha-desc:before,\n.fa-sort-alpha-desc:before {\n  content: \"\\f15e\";\n}\n.icon-sort-amount-asc:before,\n.fa-sort-amount-asc:before {\n  content: \"\\f160\";\n}\n.icon-sort-amount-desc:before,\n.fa-sort-amount-desc:before {\n  content: \"\\f161\";\n}\n.icon-sort-numeric-asc:before,\n.fa-sort-numeric-asc:before {\n  content: \"\\f162\";\n}\n.icon-sort-numeric-desc:before,\n.fa-sort-numeric-desc:before {\n  content: \"\\f163\";\n}\n.icon-thumbs-up:before,\n.fa-thumbs-up:before {\n  content: \"\\f164\";\n}\n.icon-thumbs-down:before,\n.fa-thumbs-down:before {\n  content: \"\\f165\";\n}\n.icon-youtube-square:before,\n.fa-youtube-square:before {\n  content: \"\\f166\";\n}\n.icon-youtube:before,\n.fa-youtube:before {\n  content: \"\\f167\";\n}\n.icon-xing:before,\n.fa-xing:before {\n  content: \"\\f168\";\n}\n.icon-xing-square:before,\n.fa-xing-square:before {\n  content: \"\\f169\";\n}\n.icon-youtube-play:before,\n.fa-youtube-play:before {\n  content: \"\\f16a\";\n}\n.icon-dropbox:before,\n.fa-dropbox:before {\n  content: \"\\f16b\";\n}\n.icon-stack-overflow:before,\n.fa-stack-overflow:before {\n  content: \"\\f16c\";\n}\n.icon-instagram:before,\n.fa-instagram:before {\n  content: \"\\f16d\";\n}\n.icon-flickr:before,\n.fa-flickr:before {\n  content: \"\\f16e\";\n}\n.icon-adn:before,\n.fa-adn:before {\n  content: \"\\f170\";\n}\n.icon-bitbucket:before,\n.fa-bitbucket:before {\n  content: \"\\f171\";\n}\n.icon-bitbucket-square:before,\n.fa-bitbucket-square:before {\n  content: \"\\f172\";\n}\n.icon-tumblr:before,\n.fa-tumblr:before {\n  content: \"\\f173\";\n}\n.icon-tumblr-square:before,\n.fa-tumblr-square:before {\n  content: \"\\f174\";\n}\n.icon-long-arrow-down:before,\n.fa-long-arrow-down:before {\n  content: \"\\f175\";\n}\n.icon-long-arrow-up:before,\n.fa-long-arrow-up:before {\n  content: \"\\f176\";\n}\n.icon-long-arrow-left:before,\n.fa-long-arrow-left:before {\n  content: \"\\f177\";\n}\n.icon-long-arrow-right:before,\n.fa-long-arrow-right:before {\n  content: \"\\f178\";\n}\n.icon-apple:before,\n.fa-apple:before {\n  content: \"\\f179\";\n}\n.icon-windows:before,\n.fa-windows:before {\n  content: \"\\f17a\";\n}\n.icon-android:before,\n.fa-android:before {\n  content: \"\\f17b\";\n}\n.icon-linux:before,\n.fa-linux:before {\n  content: \"\\f17c\";\n}\n.icon-dribbble:before,\n.fa-dribbble:before {\n  content: \"\\f17d\";\n}\n.icon-skype:before,\n.fa-skype:before {\n  content: \"\\f17e\";\n}\n.icon-foursquare:before,\n.fa-foursquare:before {\n  content: \"\\f180\";\n}\n.icon-trello:before,\n.fa-trello:before {\n  content: \"\\f181\";\n}\n.icon-female:before,\n.fa-female:before {\n  content: \"\\f182\";\n}\n.icon-male:before,\n.fa-male:before {\n  content: \"\\f183\";\n}\n.icon-gittip:before,\n.fa-gittip:before {\n  content: \"\\f184\";\n}\n.icon-gratipay:before,\n.fa-gratipay:before {\n  content: \"\\f184\";\n}\n.icon-sun-o:before,\n.fa-sun-o:before {\n  content: \"\\f185\";\n}\n.icon-moon-o:before,\n.fa-moon-o:before {\n  content: \"\\f186\";\n}\n.icon-archive:before,\n.fa-archive:before {\n  content: \"\\f187\";\n}\n.icon-bug:before,\n.fa-bug:before {\n  content: \"\\f188\";\n}\n.icon-vk:before,\n.fa-vk:before {\n  content: \"\\f189\";\n}\n.icon-weibo:before,\n.fa-weibo:before {\n  content: \"\\f18a\";\n}\n.icon-renren:before,\n.fa-renren:before {\n  content: \"\\f18b\";\n}\n.icon-pagelines:before,\n.fa-pagelines:before {\n  content: \"\\f18c\";\n}\n.icon-stack-exchange:before,\n.fa-stack-exchange:before {\n  content: \"\\f18d\";\n}\n.icon-arrow-circle-o-right:before,\n.fa-arrow-circle-o-right:before {\n  content: \"\\f18e\";\n}\n.icon-arrow-circle-o-left:before,\n.fa-arrow-circle-o-left:before {\n  content: \"\\f190\";\n}\n.icon-toggle-left:before,\n.icon-caret-square-o-left:before,\n.fa-caret-square-o-left:before,\n.fa-toggle-left:before {\n  content: \"\\f191\";\n}\n.icon-dot-circle-o:before,\n.fa-dot-circle-o:before {\n  content: \"\\f192\";\n}\n.icon-wheelchair:before,\n.fa-wheelchair:before {\n  content: \"\\f193\";\n}\n.icon-vimeo-square:before,\n.fa-vimeo-square:before {\n  content: \"\\f194\";\n}\n.icon-turkish-lira:before,\n.icon-try:before,\n.fa-try:before,\n.fa-turkish-lira:before {\n  content: \"\\f195\";\n}\n.icon-plus-square-o:before,\n.fa-plus-square-o:before {\n  content: \"\\f196\";\n}\n.icon-space-shuttle:before,\n.fa-space-shuttle:before {\n  content: \"\\f197\";\n}\n.icon-slack:before,\n.fa-slack:before {\n  content: \"\\f198\";\n}\n.icon-envelope-square:before,\n.fa-envelope-square:before {\n  content: \"\\f199\";\n}\n.icon-wordpress:before,\n.fa-wordpress:before {\n  content: \"\\f19a\";\n}\n.icon-openid:before,\n.fa-openid:before {\n  content: \"\\f19b\";\n}\n.icon-institution:before,\n.icon-bank:before,\n.icon-university:before,\n.fa-university:before,\n.fa-institution:before,\n.fa-bank:before {\n  content: \"\\f19c\";\n}\n.icon-mortar-board:before,\n.icon-graduation-cap:before,\n.fa-graduation-cap:before,\n.fa-mortar-board:before {\n  content: \"\\f19d\";\n}\n.icon-yahoo:before,\n.fa-yahoo:before {\n  content: \"\\f19e\";\n}\n.icon-google:before,\n.fa-google:before {\n  content: \"\\f1a0\";\n}\n.icon-reddit:before,\n.fa-reddit:before {\n  content: \"\\f1a1\";\n}\n.icon-reddit-square:before,\n.fa-reddit-square:before {\n  content: \"\\f1a2\";\n}\n.icon-stumbleupon-circle:before,\n.fa-stumbleupon-circle:before {\n  content: \"\\f1a3\";\n}\n.icon-stumbleupon:before,\n.fa-stumbleupon:before {\n  content: \"\\f1a4\";\n}\n.icon-delicious:before,\n.fa-delicious:before {\n  content: \"\\f1a5\";\n}\n.icon-digg:before,\n.fa-digg:before {\n  content: \"\\f1a6\";\n}\n.icon-pied-piper:before,\n.fa-pied-piper:before {\n  content: \"\\f1a7\";\n}\n.icon-pied-piper-alt:before,\n.fa-pied-piper-alt:before {\n  content: \"\\f1a8\";\n}\n.icon-drupal:before,\n.fa-drupal:before {\n  content: \"\\f1a9\";\n}\n.icon-joomla:before,\n.fa-joomla:before {\n  content: \"\\f1aa\";\n}\n.icon-language:before,\n.fa-language:before {\n  content: \"\\f1ab\";\n}\n.icon-fax:before,\n.fa-fax:before {\n  content: \"\\f1ac\";\n}\n.icon-building:before,\n.fa-building:before {\n  content: \"\\f1ad\";\n}\n.icon-child:before,\n.fa-child:before {\n  content: \"\\f1ae\";\n}\n.icon-paw:before,\n.fa-paw:before {\n  content: \"\\f1b0\";\n}\n.icon-spoon:before,\n.fa-spoon:before {\n  content: \"\\f1b1\";\n}\n.icon-cube:before,\n.fa-cube:before {\n  content: \"\\f1b2\";\n}\n.icon-cubes:before,\n.fa-cubes:before {\n  content: \"\\f1b3\";\n}\n.icon-behance:before,\n.fa-behance:before {\n  content: \"\\f1b4\";\n}\n.icon-behance-square:before,\n.fa-behance-square:before {\n  content: \"\\f1b5\";\n}\n.icon-steam:before,\n.fa-steam:before {\n  content: \"\\f1b6\";\n}\n.icon-steam-square:before,\n.fa-steam-square:before {\n  content: \"\\f1b7\";\n}\n.icon-recycle:before,\n.fa-recycle:before {\n  content: \"\\f1b8\";\n}\n.icon-automobile:before,\n.icon-car:before,\n.fa-car:before,\n.fa-automobile:before {\n  content: \"\\f1b9\";\n}\n.icon-cab:before,\n.icon-taxi:before,\n.fa-taxi:before,\n.fa-cab:before {\n  content: \"\\f1ba\";\n}\n.icon-tree:before,\n.fa-tree:before {\n  content: \"\\f1bb\";\n}\n.icon-spotify:before,\n.fa-spotify:before {\n  content: \"\\f1bc\";\n}\n.icon-deviantart:before,\n.fa-deviantart:before {\n  content: \"\\f1bd\";\n}\n.icon-soundcloud:before,\n.fa-soundcloud:before {\n  content: \"\\f1be\";\n}\n.icon-database:before,\n.fa-database:before {\n  content: \"\\f1c0\";\n}\n.icon-file-pdf-o:before,\n.fa-file-pdf-o:before {\n  content: \"\\f1c1\";\n}\n.icon-file-word-o:before,\n.fa-file-word-o:before {\n  content: \"\\f1c2\";\n}\n.icon-file-excel-o:before,\n.fa-file-excel-o:before {\n  content: \"\\f1c3\";\n}\n.icon-file-powerpoint-o:before,\n.fa-file-powerpoint-o:before {\n  content: \"\\f1c4\";\n}\n.icon-file-photo-o:before,\n.icon-file-picture-o:before,\n.icon-file-image-o:before,\n.fa-file-image-o:before,\n.fa-file-photo-o:before,\n.fa-file-picture-o:before {\n  content: \"\\f1c5\";\n}\n.icon-file-zip-o:before,\n.icon-file-archive-o:before,\n.fa-file-archive-o:before,\n.fa-zip-o:before {\n  content: \"\\f1c6\";\n}\n.icon-file-sound-o:before,\n.icon-file-audio-o:before,\n.fa-file-audio-o:before,\n.fa-sound-o:before {\n  content: \"\\f1c7\";\n}\n.icon-file-movie-o:before,\n.icon-file-video-o:before,\n.fa-file-video-o:before,\n.fa-file-movie-o:before {\n  content: \"\\f1c8\";\n}\n.icon-file-code-o:before,\n.fa-file-code-o:before {\n  content: \"\\f1c9\";\n}\n.icon-vine:before,\n.fa-vine:before {\n  content: \"\\f1ca\";\n}\n.icon-codepen:before,\n.fa-codepen:before {\n  content: \"\\f1cb\";\n}\n.icon-jsfiddle:before,\n.fa-jsfiddle:before {\n  content: \"\\f1cc\";\n}\n.icon-life-bouy:before,\n.icon-life-buoy:before,\n.icon-life-saver:before,\n.icon-support:before,\n.icon-life-ring:before,\n.fa-life-ring:before,\n.fa-life-bouy:before,\n.fa-life-buoy:before,\n.fa-support:before {\n  content: \"\\f1cd\";\n}\n.icon-circle-o-notch:before,\n.fa-circle-o-notch:before {\n  content: \"\\f1ce\";\n}\n.icon-ra:before,\n.icon-rebel:before,\n.fa-rebel:before,\n.fa-ra:before {\n  content: \"\\f1d0\";\n}\n.icon-ge:before,\n.icon-empire:before,\n.fa-empire:before,\n.fa-ge:before {\n  content: \"\\f1d1\";\n}\n.icon-git-square:before,\n.fa-git-square:before {\n  content: \"\\f1d2\";\n}\n.icon-git:before,\n.fa-git:before {\n  content: \"\\f1d3\";\n}\n.icon-y-combinator-square:before,\nfa-y-combinator-square:before,\n.icon-yc-square:before,\nfa-yc-square:before,\n.icon-hacker-news:before,\n.fa-hacker-news:before {\n  content: \"\\f1d4\";\n}\n.icon-tencent-weibo:before,\n.fa-tencent-weibo:before {\n  content: \"\\f1d5\";\n}\n.icon-qq:before,\n.fa-qq:before {\n  content: \"\\f1d6\";\n}\n.icon-wechat:before,\n.icon-weixin:before,\n.fa-weixin:before,\n.fa-wechat:before {\n  content: \"\\f1d7\";\n}\n.icon-send:before,\n.icon-paper-plane:before,\n.fa-paper-plane:before,\n.fa-send:before {\n  content: \"\\f1d8\";\n}\n.icon-send-o:before,\n.icon-paper-plane-o:before,\n.fa-paper-plane-o:before,\n.fa-send-o:before {\n  content: \"\\f1d9\";\n}\n.icon-history:before,\n.fa-history:before {\n  content: \"\\f1da\";\n}\n.icon-circle-thin:before,\n.fa-circle-thin:before {\n  content: \"\\f1db\";\n}\n.icon-header:before,\n.fa-header:before {\n  content: \"\\f1dc\";\n}\n.icon-paragraph:before,\n.fa-paragraph:before {\n  content: \"\\f1dd\";\n}\n.icon-sliders:before,\n.fa-sliders:before {\n  content: \"\\f1de\";\n}\n.icon-share-alt:before,\n.fa-share-alt:before {\n  content: \"\\f1e0\";\n}\n.icon-share-alt-square:before,\n.fa-share-alt-square:before {\n  content: \"\\f1e1\";\n}\n.icon-bomb:before,\n.fa-bomb:before {\n  content: \"\\f1e2\";\n}\n.icon-soccer-ball-o:before,\n.icon-futbol-o:before,\n.fa-futbol-o:before,\n.fa-soccer-ball-o:before {\n  content: \"\\f1e3\";\n}\n.icon-tty:before,\n.fa-tty:before {\n  content: \"\\f1e4\";\n}\n.icon-binoculars:before,\n.fa-binoculars:before {\n  content: \"\\f1e5\";\n}\n.icon-plug:before,\n.fa-plug:before {\n  content: \"\\f1e6\";\n}\n.icon-slideshare:before,\n.fa-slideshare:before {\n  content: \"\\f1e7\";\n}\n.icon-twitch:before,\n.fa-twitch:before {\n  content: \"\\f1e8\";\n}\n.icon-yelp:before,\n.fa-yelp:before {\n  content: \"\\f1e9\";\n}\n.icon-newspaper-o:before,\n.fa-newspaper-o:before {\n  content: \"\\f1ea\";\n}\n.icon-wifi:before,\n.fa-wifi:before {\n  content: \"\\f1eb\";\n}\n.icon-calculator:before,\n.fa-calculator:before {\n  content: \"\\f1ec\";\n}\n.icon-paypal:before,\n.fa-paypal:before {\n  content: \"\\f1ed\";\n}\n.icon-google-wallet:before,\n.fa-google-wallet:before {\n  content: \"\\f1ee\";\n}\n.icon-cc-visa:before,\n.fa-cc-visa:before {\n  content: \"\\f1f0\";\n}\n.icon-cc-mastercard:before,\n.fa-cc-mastercard:before {\n  content: \"\\f1f1\";\n}\n.icon-cc-discover:before,\n.fa-cc-discover:before {\n  content: \"\\f1f2\";\n}\n.icon-cc-amex:before,\n.fa-cc-amex:before {\n  content: \"\\f1f3\";\n}\n.icon-cc-paypal:before,\n.fa-cc-paypal:before {\n  content: \"\\f1f4\";\n}\n.icon-cc-stripe:before,\n.fa-cc-stripe:before {\n  content: \"\\f1f5\";\n}\n.icon-bell-slash:before,\n.fa-bell-slash:before {\n  content: \"\\f1f6\";\n}\n.icon-bell-slash-o:before,\n.fa-bell-slash-o:before {\n  content: \"\\f1f7\";\n}\n.icon-trash:before,\n.fa-trash:before {\n  content: \"\\f1f8\";\n}\n.icon-copyright:before,\n.fa-copyright:before {\n  content: \"\\f1f9\";\n}\n.icon-at:before,\n.fa-at:before {\n  content: \"\\f1fa\";\n}\n.icon-eyedropper:before,\n.fa-eyedropper:before {\n  content: \"\\f1fb\";\n}\n.icon-paint-brush:before,\n.fa-paint-brush:before {\n  content: \"\\f1fc\";\n}\n.icon-birthday-cake:before,\n.fa-birthday-cake:before {\n  content: \"\\f1fd\";\n}\n.icon-area-chart:before,\n.fa-area-chart:before {\n  content: \"\\f1fe\";\n}\n.icon-pie-chart:before,\n.fa-pie-chart:before {\n  content: \"\\f200\";\n}\n.icon-line-chart:before,\n.fa-line-chart:before {\n  content: \"\\f201\";\n}\n.icon-lastfm:before,\n.fa-lastfm:before {\n  content: \"\\f202\";\n}\n.icon-lastfm-square:before,\n.fa-lastfm-square:before {\n  content: \"\\f203\";\n}\n.icon-toggle-off:before,\n.fa-toggle-off:before {\n  content: \"\\f204\";\n}\n.icon-toggle-on:before,\n.fa-toggle-on:before {\n  content: \"\\f205\";\n}\n.icon-bicycle:before,\n.fa-bicycle:before {\n  content: \"\\f206\";\n}\n.icon-bus:before,\n.fa-bus:before {\n  content: \"\\f207\";\n}\n.icon-ioxhost:before,\n.fa-ioxhost:before {\n  content: \"\\f208\";\n}\n.icon-angellist:before,\n.fa-angellist:before {\n  content: \"\\f209\";\n}\n.icon-cc:before,\n.fa-cc:before {\n  content: \"\\f20a\";\n}\n.icon-shekel:before,\n.icon-sheqel:before,\n.icon-ils:before,\n.fa-ils:before,\n.fa-shekel:before,\n.fa-sheqel:before {\n  content: \"\\f20b\";\n}\n.icon-meanpath:before,\n.fa-meanpath:before {\n  content: \"\\f20c\";\n}\n.icon-buysellads:before,\n.fa-buysellads:before {\n  content: \"\\f20d\";\n}\n.icon-connectdevelop:before,\n.fa-connectdevelop:before {\n  content: \"\\f20e\";\n}\n.icon-dashcube:before,\n.fa-dashcube:before {\n  content: \"\\f210\";\n}\n.icon-forumbee:before,\n.fa-forumbee:before {\n  content: \"\\f211\";\n}\n.icon-leanpub:before,\n.fa-leanpub:before {\n  content: \"\\f212\";\n}\n.icon-sellsy:before,\n.fa-sellsy:before {\n  content: \"\\f213\";\n}\n.icon-shirtsinbulk:before,\n.fa-shirtsinbulk:before {\n  content: \"\\f214\";\n}\n.icon-simplybuilt:before,\n.fa-simplybuilt:before {\n  content: \"\\f215\";\n}\n.icon-skyatlas:before,\n.fa-skyatlas:before {\n  content: \"\\f216\";\n}\n.icon-cart-plus:before,\n.fa-cart-plus:before {\n  content: \"\\f217\";\n}\n.icon-cart-arrow-down:before,\n.fa-cart-arrow-down:before {\n  content: \"\\f218\";\n}\n.icon-diamond:before,\n.fa-diamond:before {\n  content: \"\\f219\";\n}\n.icon-ship:before,\n.fa-ship:before {\n  content: \"\\f21a\";\n}\n.icon-user-secret:before,\n.fa-user-secret:before {\n  content: \"\\f21b\";\n}\n.icon-motorcycle:before,\n.fa-motorcycle:before {\n  content: \"\\f21c\";\n}\n.icon-street-view:before,\n.fa-street-view:before {\n  content: \"\\f21d\";\n}\n.icon-heartbeat:before,\n.fa-heartbeat:before {\n  content: \"\\f21e\";\n}\n.icon-venus:before,\n.fa-venus:before {\n  content: \"\\f221\";\n}\n.icon-mars:before,\n.fa-mars:before {\n  content: \"\\f222\";\n}\n.icon-mercury:before,\n.fa-mercury:before {\n  content: \"\\f223\";\n}\n.icon-intersex:before,\n.fa--intersex:before,\n.icon-transgender:before,\n.fa-transgender:before {\n  content: \"\\f224\";\n}\n.icon-transgender-alt:before,\n.fa-transgender-alt:before {\n  content: \"\\f225\";\n}\n.icon-venus-double:before,\n.fa-venus-double:before {\n  content: \"\\f226\";\n}\n.icon-mars-double:before,\n.fa-mars-double:before {\n  content: \"\\f227\";\n}\n.icon-venus-mars:before,\n.fa-venus-mars:before {\n  content: \"\\f228\";\n}\n.icon-mars-stroke:before,\n.fa-mars-stroke:before {\n  content: \"\\f229\";\n}\n.icon-mars-stroke-v:before,\n.fa-mars-stroke-v:before {\n  content: \"\\f22a\";\n}\n.icon-mars-stroke-h:before,\n.fa-mars-stroke-h:before {\n  content: \"\\f22b\";\n}\n.icon-neuter:before,\n.fa-neuter:before {\n  content: \"\\f22c\";\n}\n.icon-facebook-official:before,\n.fa-facebook-official:before {\n  content: \"\\f230\";\n}\n.icon-pinterest-p:before,\n.fa-pinterest-p:before {\n  content: \"\\f231\";\n}\n.icon-whatsapp:before,\n.fa-whatsapp:before {\n  content: \"\\f232\";\n}\n.icon-server:before,\n.fa-server:before {\n  content: \"\\f233\";\n}\n.icon-user-plus:before,\n.fa-user-plus:before {\n  content: \"\\f234\";\n}\n.icon-user-times:before,\n.fa-user-times:before {\n  content: \"\\f235\";\n}\n.icon-hotel:before,\n.fa-hotel:before,\n.fa-bed:before,\n.icon-bed:before {\n  content: \"\\f236\";\n}\n.icon-viacoin:before,\n.fa-viacoin:before {\n  content: \"\\f237\";\n}\n.icon-train:before,\n.fa-train:before {\n  content: \"\\f238\";\n}\n.icon-subway:before,\n.fa-subway:before {\n  content: \"\\f239\";\n}\n.icon-medium:before,\n.fa-medium:before {\n  content: \"\\f23a\";\n}\n.icon-remove:before {\n  content: \"\\f00d\";\n}\n.icon-reorder:before {\n  content: \"\\f0c9\";\n}\n.icon-plus-sign:before {\n  content: \"\\f055\";\n}\n.icon-ok:before {\n  content: \"\\f00c\";\n}\n.icon-trash:before {\n  content: \"\\f014\";\n}\n.icon-fullscreen:before {\n  content: \"\\f0b2\";\n}\n.icon-info-sign:before {\n  content: \"\\f05a\";\n}\n.icon-sun:before {\n  content: \"\\f185\";\n}\n.icon-picture:before {\n  content: \"\\f03e\";\n}\n.icon-star-empty:before {\n  content: \"\\f006\";\n}\n.icon-zoom-in:before {\n  content: \"\\f002\";\n}\n.icon-zoom-out:before {\n  content: \"\\f010\";\n}\n.icon-off:before {\n  content: \"\\f011\";\n}\n.icon-file-alt:before {\n  content: \"\\f016\";\n}\n.icon-download-alt:before {\n  content: \"\\f019\";\n}\n.icon-indent-left:before {\n  content: \"\\f03c\";\n}\n.icon-indent-right:before {\n  content: \"\\f03b\";\n}\n.icon-facetime-video:before {\n  content: \"\\f03d\";\n}\n.icon-ban-circle:before {\n  content: \"\\f05e\";\n}\n.icon-bar-chart:before {\n  content: \"\\f080\";\n}\n.icon-beaker:before {\n  content: \"\\f0c3\";\n}\n.icon-bell-alt:before {\n  content: \"\\f0a2\";\n}\n.icon-bitbucket-sign:before {\n  content: \"\\f172\";\n}\n.icon-bookmark-empty:before {\n  content: \"\\f097\";\n}\n.icon-building:before {\n  content: \"\\f0f7\";\n}\n.icon-calendar-empty:before {\n  content: \"\\f133\";\n}\n.icon-check-empty:before {\n  content: \"\\f096\";\n}\n.icon-check-minus:before {\n  content: \"\\f147\";\n}\n.icon-check-sign:before {\n  content: \"\\f14a\";\n}\n.icon-chevron-sign-down:before {\n  content: \"\\f13a\";\n}\n.icon-chevron-sign-up:before {\n  content: \"\\f139\";\n}\n.icon-chevron-sign-left:before {\n  content: \"\\f137\";\n}\n.icon-chevron-sign-right:before {\n  content: \"\\f138\";\n}\n.icon-circle-arrow-down:before {\n  content: \"\\f0ab\";\n}\n.icon-circle-arrow-up:before {\n  content: \"\\f0aa\";\n}\n.icon-circle-arrow-left:before {\n  content: \"\\f0a8\";\n}\n.icon-circle-arrow-right:before {\n  content: \"\\f0a9\";\n}\n.icon-circle-blank:before {\n  content: \"\\f10c\";\n}\n.icon-collapse:before {\n  content: \"\\f150\";\n}\n.icon-collapse-top:before {\n  content: \"\\f151\";\n}\n.icon-collapse-alt:before {\n  content: \"\\f151\";\n}\n.icon-comment-alt:before {\n  content: \"\\f0e5\";\n}\n.icon-comments-alt:before {\n  content: \"\\f0e6\";\n}\n.icon-double-angle-down:before {\n  content: \"\\f103\";\n}\n.icon-double-angle-up:before {\n  content: \"\\f102\";\n}\n.icon-double-angle-left:before {\n  content: \"\\f100\";\n}\n.icon-double-angle-right:before {\n  content: \"\\f101\";\n}\n.icon-edit-sign:before {\n  content: \"\\f044\";\n}\n.icon-ellipsis-horizontal:before {\n  content: \"\\f141\";\n}\n.icon-ellipsis-vertical:before {\n  content: \"\\f142\";\n}\n.icon-envelope-alt:before {\n  content: \"\\f003\";\n}\n.icon-exclamation-sign:before {\n  content: \"\\f06a\";\n}\n.icon-eye-open:before {\n  content: \"\\f06e\";\n}\n.icon-eye-close:before {\n  content: \"\\f070\";\n}\n.icon-facebook-sign:before {\n  content: \"\\f082\";\n}\n.icon-file-text-alt:before {\n  content: \"\\f0f6\";\n}\n.icon-flag-alt:before {\n  content: \"\\f11d\";\n}\n.icon-food:before {\n  content: \"\\f0f5\";\n}\n.icon-frown:before {\n  content: \"\\f119\";\n}\n.icon-github-sign:before {\n  content: \"\\f092\";\n}\n.icon-google-plus-sign:before {\n  content: \"\\f0d4\";\n}\n.icon-h-sign:before {\n  content: \"\\f0fd\";\n}\n.icon-hand-up:before {\n  content: \"\\f0a6\";\n}\n.icon-hand-down:before {\n  content: \"\\f0a7\";\n}\n.icon-hand-left:before {\n  content: \"\\f0a5\";\n}\n.icon-hand-right:before {\n  content: \"\\f0a4\";\n}\n.icon-hdd:before {\n  content: \"\\f0a0\";\n}\n.icon-heart-empty:before {\n  content: \"\\f08a\";\n}\n.icon-hospital:before {\n  content: \"\\f0f8\";\n}\n.icon-keyboard:before {\n  content: \"\\f11c\";\n}\n.icon-lemon:before {\n  content: \"\\f094\";\n}\n.icon-lightbulb:before {\n  content: \"\\f0eb\";\n}\n.icon-linkedin-sign:before {\n  content: \"\\f08c\";\n}\n.icon-meh:before {\n  content: \"\\f11a\";\n}\n.icon-microphone-off:before {\n  content: \"\\f131\";\n}\n.icon-minus-sign:before {\n  content: \"\\f146\";\n}\n.icon-minus-sign-alt:before {\n  content: \"\\f147\";\n}\n.icon-moon:before {\n  content: \"\\f186\";\n}\n.icon-move:before {\n  content: \"\\f047\";\n}\n.icon-ok-circle:before {\n  content: \"\\f05d\";\n}\n.icon-ok-sign:before {\n  content: \"\\f058\";\n}\n.icon-paper-clip:before {\n  content: \"\\f0c6\";\n}\n.icon-pinterest-sign:before {\n  content: \"\\f0d3\";\n}\n.icon-pushpin:before {\n  content: \"\\f08d\";\n}\n.icon-question-sign:before {\n  content: \"\\f059\";\n}\n.icon-remove-sign:before {\n  content: \"\\f057\";\n}\n.icon-remove-circle:before {\n  content: \"\\f05c\";\n}\n.icon-renminbi:before {\n  content: \"\\f157\";\n}\n.icon-resize-full:before {\n  content: \"\\f065\";\n}\n.icon-resize-small:before {\n  content: \"\\f066\";\n}\n.icon-resize-horizontal:before {\n  content: \"\\f07e\";\n}\n.icon-resize-vertical:before {\n  content: \"\\f07d\";\n}\n.icon-rss-sign:before {\n  content: \"\\f143\";\n}\n.icon-screenshot:before {\n  content: \"\\f05b\";\n}\n.icon-share-sign:before {\n  content: \"\\f14d\";\n}\n.icon-sign-blank:before {\n  content: \"\\f0c8\";\n}\n.icon-signout:before {\n  content: \"\\f08b\";\n}\n.icon-smile:before {\n  content: \"\\f118\";\n}\n.icon-stackexchange:before {\n  content: \"\\f18d\";\n}\n.icon-thumbs-down-alt:before {\n  content: \"\\f088\";\n}\n.icon-thumbs-up-alt:before {\n  content: \"\\f087\";\n}\n.icon-time:before {\n  content: \"\\f017\";\n}\n.icon-tumblr-sign:before {\n  content: \"\\f174\";\n}\n.icon-twitter-sign:before {\n  content: \"\\f081\";\n}\n.icon-unchecked:before {\n  content: \"\\f096\";\n}\n.icon-upload-alt:before {\n  content: \"\\f093\";\n}\n.icon-warning-sign:before {\n  content: \"\\f071\";\n}\n.icon-youtube-sign:before {\n  content: \"\\f166\";\n}\n.nav-tabs [class^=\"icon-\"],\n.nav-tabs [class^=\"icon-\"].icon-large,\n.nav-tabs [class*=\" icon-\"],\n.nav-tabs [class*=\" icon-\"].icon-large,\n.nav-tabs [class^=\"fa-\"],\n.nav-tabs [class^=\"fa-\"].icon-large,\n.nav-tabs [class*=\" fa-\"],\n.nav-tabs [class*=\" fa-\"].icon-large,\n.nav-pills [class^=\"icon-\"],\n.nav-pills [class^=\"icon-\"].icon-large,\n.nav-pills [class*=\" icon-\"],\n.nav-pills [class*=\" icon-\"].icon-large,\n.nav-pills [class^=\"fa-\"],\n.nav-pills [class^=\"fa-\"].icon-large,\n.nav-pills [class*=\" fa-\"],\n.nav-pills [class*=\" fa-\"].icon-large {\n  line-height: .9em;\n}\n.hentry ul.nav-pills {\n  list-style-type: none;\n}\n.hentry ul.nav-tabs {\n  list-style-type: none;\n}\n.pl-nav li [class^=\"icon-\"],\n.pl-nav li [class*=\" icon-\"],\n.pl-nav li [class^=\"fa-\"],\n.pl-nav li [class*=\" fa-\"] {\n  display: inline-block;\n  width: 1.25em;\n  text-align: center;\n}\n.pl-nav li [class^=\"icon-\"].icon-large,\n.pl-nav li [class*=\" icon-\"].icon-large,\n.pl-nav li [class^=\"fa-\"].icon-large,\n.pl-nav li [class*=\" fa-\"].icon-large {\n  width: 1.5625em;\n}\nul.icons,\nul.icon-ul,\nul.fa-ul,\nul.icon {\n  list-style-type: none;\n}\n.hidden {\n  display: none;\n  visibility: hidden;\n}\n.visible-phone {\n  display: none;\n}\n.visible-tablet {\n  display: none;\n}\n.visible-desktop {\n  display: block;\n}\n.hidden-phone {\n  display: block;\n}\n.hidden-tablet {\n  display: block;\n}\n.hidden-desktop {\n  display: none;\n}\n@media (max-width: 767px) {\n  .visible-phone {\n    display: block;\n  }\n  .hidden-phone {\n    display: none;\n  }\n  .hidden-desktop {\n    display: block;\n  }\n  .visible-desktop {\n    display: none;\n  }\n}\n@media (min-width: 768px) and (max-width: 979px) {\n  .visible-tablet {\n    display: block;\n  }\n  .hidden-tablet {\n    display: none;\n  }\n  .hidden-desktop {\n    display: block;\n  }\n  .visible-desktop {\n    display: none;\n  }\n}\n@media only screen and (min-width: 1600px) {\n  body:after {\n    content: \"5\";\n    display: none;\n  }\n  .row.row-set > [class*=\"span\"] {\n    width: 19.98%;\n  }\n  .row.row-set.row-squared > [class*=\"span\"] {\n    padding-bottom: 19.98%;\n  }\n}\n@media only screen and (min-width: 1300px) and (max-width: 1600px) {\n  body:after {\n    content: \"4\";\n    display: none;\n  }\n  .row.row-set > [class*=\"span\"] {\n    width: 24.98%;\n  }\n  .row.row-set.row-squared > [class*=\"span\"] {\n    padding-bottom: 24.98%;\n  }\n}\n@media only screen and (min-width: 990px) and (max-width: 1300px) {\n  body:after {\n    content: \'3\';\n    display: none;\n  }\n  .row.row-set > [class*=\"span\"] {\n    width: 33.3%;\n  }\n  .row.row-set.row-squared > [class*=\"span\"] {\n    padding-bottom: 33.3%;\n  }\n}\n@media only screen and (min-width: 470px) and (max-width: 990px) {\n  body:after {\n    content: \'2\';\n    display: none;\n  }\n  .row.row-set > [class*=\"span\"] {\n    width: 49.98%;\n  }\n  .row.row-set.row-squared > [class*=\"span\"] {\n    padding-bottom: 49.98%;\n  }\n}\n@media only screen and (max-width: 470px) {\n  body:after {\n    content: \'1\';\n    display: none;\n  }\n  .row.row-set > [class*=\"span\"] {\n    width: 99.98%;\n  }\n  .row.row-set.row-squared > [class*=\"span\"] {\n    padding-bottom: 99.98%;\n  }\n}\n@media (max-width: 480px) {\n  .nav-collapse {\n    -webkit-transform: translate3d(0,0,0);\n  }\n  .page-header h1 small {\n    display: block;\n    line-height: 21.7px;\n  }\n  input[type=\"checkbox\"],\n  input[type=\"radio\"] {\n    border: 1px solid #ccc;\n  }\n  .form-horizontal .control-group > label {\n    float: none;\n    width: auto;\n    padding-top: 0;\n    text-align: left;\n  }\n  .form-horizontal .controls {\n    margin-left: 0;\n  }\n  .form-horizontal .control-list {\n    padding-top: 0;\n  }\n  .form-horizontal .form-actions {\n    padding-left: 10px;\n    padding-right: 10px;\n  }\n  .modal {\n    top: 50px;\n    left: 10px;\n    right: 10px;\n  }\n  .modal-header .close {\n    padding: 10px;\n    margin: -10px;\n  }\n  .carousel-caption {\n    position: static;\n  }\n  .row.row-squared > [class*=\"span\"],\n  .row.row-closed.row-squared > [class*=\"span\"] {\n    padding-bottom: 100%;\n  }\n}\n@media (max-width: 767px) {\n  body:after {\n    content: \'four\';\n    display: none;\n  }\n  .navbar-fixed-top {\n    margin-left: -20px;\n    margin-right: -20px;\n  }\n  .row-grid {\n    width: 100%;\n  }\n  .row {\n    margin-left: 0;\n  }\n  .row > [class*=\"span\"],\n  .row-grid > [class*=\"span\"],\n  .editor-row > [class*=\"span\"],\n  .row > [class*=\"offset\"],\n  .row-grid > [class*=\"offset\"],\n  .editor-row > [class*=\"offset\"],\n  .row.row-closed > [class*=\"span\"] {\n    float: none;\n    display: block;\n    width: auto;\n    margin-left: 0;\n    margin-bottom: 10px;\n  }\n  .row > [class*=\"offset\"]:first-child,\n  .editor-row > [class*=\"offset\"].sortable-first {\n    margin-left: 0;\n  }\n  .thumbnails [class*=\"span\"] {\n    width: auto;\n  }\n  input[class*=\"span\"],\n  select[class*=\"span\"],\n  textarea[class*=\"span\"],\n  .uneditable-input {\n    display: block;\n    width: 100%;\n    min-height: 28px;\n    -webkit-box-sizing: border-box;\n    -moz-box-sizing: border-box;\n    -ms-box-sizing: border-box;\n    box-sizing: border-box;\n  }\n  .input-prepend input[class*=\"span\"],\n  .input-append input[class*=\"span\"] {\n    width: auto;\n  }\n  .modal {\n    position: fixed;\n    top: 50px;\n    left: 20px;\n    right: 20px;\n    width: auto;\n    margin: 0;\n  }\n  .modal.fade {\n    top: -100px;\n  }\n  .modal.fade.in {\n    top: 50px;\n  }\n}\n@media (min-width: 768px) and (max-width: 979px) {\n  input,\n  textarea,\n  .uneditable-input {\n    margin-left: 0;\n  }\n  input.span12,\n  textarea.span12,\n  .uneditable-input.span12 {\n    width: 714px;\n  }\n  input.span11,\n  textarea.span11,\n  .uneditable-input.span11 {\n    width: 652px;\n  }\n  input.span10,\n  textarea.span10,\n  .uneditable-input.span10 {\n    width: 590px;\n  }\n  input.span9,\n  textarea.span9,\n  .uneditable-input.span9 {\n    width: 528px;\n  }\n  input.span8,\n  textarea.span8,\n  .uneditable-input.span8 {\n    width: 466px;\n  }\n  input.span7,\n  textarea.span7,\n  .uneditable-input.span7 {\n    width: 404px;\n  }\n  input.span6,\n  textarea.span6,\n  .uneditable-input.span6 {\n    width: 342px;\n  }\n  input.span5,\n  textarea.span5,\n  .uneditable-input.span5 {\n    width: 280px;\n  }\n  input.span4,\n  textarea.span4,\n  .uneditable-input.span4 {\n    width: 218px;\n  }\n  input.span3,\n  textarea.span3,\n  .uneditable-input.span3 {\n    width: 156px;\n  }\n  input.span2,\n  textarea.span2,\n  .uneditable-input.span2 {\n    width: 94px;\n  }\n  input.span1,\n  textarea.span1,\n  .uneditable-input.span1 {\n    width: 32px;\n  }\n}\n@media (min-width: 1200px) {\n  .thumbnails > li {\n    margin-left: 30px;\n  }\n}\n\";s:6:\"c_time\";d:2.242249999999999854338739169179461896419525146484375;s:4:\"time\";i:1501858494;}','no'),(142460,'googleanalytics_hide_terms','1','yes'),(142873,'_transient_timeout_pl_get_plugins','1502360351','no'),(142874,'_transient_pl_get_plugins','a:8:{s:33:\"dms-plugin-pro/dms-plugin-pro.php\";a:6:{s:7:\"Version\";s:5:\"1.8.6\";s:9:\"PageLines\";s:4:\"true\";s:11:\"Plugin Name\";s:22:\"DMS Professional Tools\";s:11:\"Description\";s:48:\"Pro member code and utilities for PageLines DMS.\";s:8:\"Category\";s:0:\"\";s:6:\"reqver\";s:0:\"\";}s:35:\"googleanalytics/googleanalytics.php\";a:6:{s:7:\"Version\";s:5:\"2.1.3\";s:9:\"PageLines\";s:0:\"\";s:11:\"Plugin Name\";s:16:\"Google Analytics\";s:11:\"Description\";s:136:\"Use Google Analytics on your Wordpress site without touching any code, and view visitor reports right in your Wordpress admin dashboard!\";s:8:\"Category\";s:0:\"\";s:6:\"reqver\";s:0:\"\";}s:48:\"op-patches-plugin-master/optimizepress-patch.php\";a:6:{s:7:\"Version\";s:5:\"1.0.0\";s:9:\"PageLines\";s:0:\"\";s:11:\"Plugin Name\";s:26:\"OptimizePress Patch Plugin\";s:11:\"Description\";s:58:\"Plugin used to get the important patches for OptimizePress\";s:8:\"Category\";s:0:\"\";s:6:\"reqver\";s:0:\"\";}s:27:\"pl-platform/pl-platform.php\";a:6:{s:7:\"Version\";s:7:\"5.0.159\";s:9:\"PageLines\";s:4:\"true\";s:11:\"Plugin Name\";s:20:\"PageLines Platform 5\";s:11:\"Description\";s:57:\"An insanely-fast real time design platform for WordPress.\";s:8:\"Category\";s:17:\"platform, plugins\";s:6:\"reqver\";s:0:\"\";}s:39:\"pagelines-updater/pagelines-updater.php\";a:6:{s:7:\"Version\";s:5:\"1.2.9\";s:9:\"PageLines\";s:4:\"true\";s:11:\"Plugin Name\";s:17:\"PageLines Updater\";s:11:\"Description\";s:45:\"Keep all those PageLines Products up to date!\";s:8:\"Category\";s:0:\"\";s:6:\"reqver\";s:0:\"\";}s:50:\"quttera-web-malware-scanner/quttera_wm_scanner.php\";a:6:{s:7:\"Version\";s:8:\"3.0.7.27\";s:9:\"PageLines\";s:0:\"\";s:11:\"Plugin Name\";s:27:\"Quttera Web Malware Scanner\";s:11:\"Description\";s:61:\"Web malware and vulnerability exploits scanner for WordPress.\";s:8:\"Category\";s:0:\"\";s:6:\"reqver\";s:0:\"\";}s:35:\"wp-fastest-cache/wpFastestCache.php\";a:6:{s:7:\"Version\";s:7:\"0.8.7.1\";s:9:\"PageLines\";s:0:\"\";s:11:\"Plugin Name\";s:16:\"WP Fastest Cache\";s:11:\"Description\";s:40:\"The simplest and fastest WP Cache system\";s:8:\"Category\";s:0:\"\";s:6:\"reqver\";s:0:\"\";}s:24:\"wordpress-seo/wp-seo.php\";a:6:{s:7:\"Version\";s:3:\"5.1\";s:9:\"PageLines\";s:0:\"\";s:11:\"Plugin Name\";s:9:\"Yoast SEO\";s:11:\"Description\";s:117:\"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.\";s:8:\"Category\";s:0:\"\";s:6:\"reqver\";s:0:\"\";}}','no'),(129788,'wpseo_sitemap_author_cache_validator','3KEwp','no'),(132718,'wpseo_sitemap_3321_cache_validator','3XfS4','no'),(142402,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(142403,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(142404,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(131715,'quttera_wp_logger','s:2509:\"a:21:{i:0;a:3:{i:0;i:16428;i:1;s:4:\"INFO\";i:2;s:78:\"Investigation of /var/www/vhosts/thetradingroom.com/httpdocs//wp-includes done\";}i:1;a:3:{i:0;i:16429;i:1;s:4:\"INFO\";i:2;s:79:\"Starting scan of /var/www/vhosts/thetradingroom.com/httpdocs//wp-links-opml.php\";}i:2;a:3:{i:0;i:16430;i:1;s:4:\"INFO\";i:2;s:75:\"TXT /var/www/vhosts/thetradingroom.com/httpdocs//wp-links-opml.php is clean\";}i:3;a:3:{i:0;i:16431;i:1;s:4:\"INFO\";i:2;s:73:\"Starting scan of /var/www/vhosts/thetradingroom.com/httpdocs//wp-load.php\";}i:4;a:3:{i:0;i:16432;i:1;s:4:\"INFO\";i:2;s:69:\"TXT /var/www/vhosts/thetradingroom.com/httpdocs//wp-load.php is clean\";}i:5;a:3:{i:0;i:16433;i:1;s:4:\"INFO\";i:2;s:74:\"Starting scan of /var/www/vhosts/thetradingroom.com/httpdocs//wp-login.php\";}i:6;a:3:{i:0;i:16434;i:1;s:4:\"INFO\";i:2;s:70:\"TXT /var/www/vhosts/thetradingroom.com/httpdocs//wp-login.php is clean\";}i:7;a:3:{i:0;i:16435;i:1;s:4:\"INFO\";i:2;s:73:\"Starting scan of /var/www/vhosts/thetradingroom.com/httpdocs//wp-mail.php\";}i:8;a:3:{i:0;i:16436;i:1;s:4:\"INFO\";i:2;s:69:\"TXT /var/www/vhosts/thetradingroom.com/httpdocs//wp-mail.php is clean\";}i:9;a:3:{i:0;i:16437;i:1;s:4:\"INFO\";i:2;s:77:\"Starting scan of /var/www/vhosts/thetradingroom.com/httpdocs//wp-settings.php\";}i:10;a:3:{i:0;i:16438;i:1;s:4:\"INFO\";i:2;s:73:\"TXT /var/www/vhosts/thetradingroom.com/httpdocs//wp-settings.php is clean\";}i:11;a:3:{i:0;i:16439;i:1;s:4:\"INFO\";i:2;s:75:\"Starting scan of /var/www/vhosts/thetradingroom.com/httpdocs//wp-signup.php\";}i:12;a:3:{i:0;i:16440;i:1;s:4:\"INFO\";i:2;s:71:\"TXT /var/www/vhosts/thetradingroom.com/httpdocs//wp-signup.php is clean\";}i:13;a:3:{i:0;i:16441;i:1;s:4:\"INFO\";i:2;s:78:\"Starting scan of /var/www/vhosts/thetradingroom.com/httpdocs//wp-trackback.php\";}i:14;a:3:{i:0;i:16442;i:1;s:4:\"INFO\";i:2;s:70:\"/var/www/vhosts/thetradingroom.com/httpdocs//wp-trackback.php is clean\";}i:15;a:3:{i:0;i:16443;i:1;s:4:\"INFO\";i:2;s:72:\"Starting scan of /var/www/vhosts/thetradingroom.com/httpdocs//xmlrpc.php\";}i:16;a:3:{i:0;i:16444;i:1;s:4:\"INFO\";i:2;s:68:\"TXT /var/www/vhosts/thetradingroom.com/httpdocs//xmlrpc.php is clean\";}i:17;a:3:{i:0;i:16445;i:1;s:4:\"INFO\";i:2;s:66:\"Investigation of /var/www/vhosts/thetradingroom.com/httpdocs/ done\";}i:18;a:3:{i:0;i:16446;i:1;s:4:\"INFO\";i:2;s:66:\"Investigation of /var/www/vhosts/thetradingroom.com/httpdocs/ done\";}i:19;a:3:{i:0;i:16447;i:1;s:4:\"INFO\";i:2;s:25:\"Finalize engine execution\";}i:20;a:3:{i:0;i:16448;i:1;s:4:\"INFO\";i:2;s:61:\"Scan of /var/www/vhosts/thetradingroom.com/httpdocs/ is done.\";}}\";','no'),(131716,'quttera_wp_exec_sem','s:150:\"a:5:{s:11:\"SCANNER_PID\";i:9785;s:10:\"STARTED_BY\";s:9:\"DASHBOARD\";s:11:\"SHOULD_STOP\";s:4:\"DONE\";s:11:\"LAST_UPDATE\";i:1480971962;s:10:\"START_TIME\";i:0;}\";','no'),(131717,'quttera_wp_report','s:6:\"a:0:{}\";','no'),(129046,'wpseo_sitemap_3229_cache_validator','3Ghoa','no'),(128318,'_pl_oauthed_user','joegrios','yes'),(128319,'_pl_oauth_data','{\"user\":{\"ID\":\"131274\",\"user_login\":\"joegrios\",\"user_nicename\":\"joegrios\",\"user_email\":\"joegrios@gmail.com\",\"user_registered\":\"2014-04-26 19:38:19\",\"user_status\":\"0\",\"display_name\":\"joegrios\",\"spam\":\"0\",\"deleted\":\"0\",\"email\":\"joegrios@gmail.com\",\"fav\":\"\",\"spent\":\"99\",\"aff\":{\"error\":\"no_found\"},\"sub\":\"Email does not exist in list\",\"domain_data\":{\"remaining\":0,\"used\":0,\"allowed\":0,\"domains\":[],\"grandfathered\":false},\"token\":\"0md6uelbmkbdkgt105fta29zmznlquezoo6mrcif\",\"token_expire\":1481123578,\"refresh_token\":\"gh917ibiseph9n9mo6m1rzyncf3pqo6oqd8mgnmi\"}}','yes'),(128160,'wpseo_sitemap_nav_menu_cache_validator','5J83h','no'),(128161,'wpseo_sitemap_nav_menu_item_cache_validator','5J83k','no'),(135509,'wpseo_sitemap_3380_cache_validator','jCWu','no'),(135946,'wpseo_sitemap_3397_cache_validator','4fpzb','no'),(133464,'wpseo_sitemap_3287_cache_validator','522Ys','no'),(138449,'wpseo_sitemap_3451_cache_validator','3JlSz','no'),(128392,'wpseo_sitemap_post_tag_cache_validator','2wCah','no'),(129451,'wpseo_sitemap_3237_cache_validator','42CRg','no'),(129565,'wpseo_sitemap_3239_cache_validator','43RUg','no'),(131124,'wpseo_sitemap_3263_cache_validator','kGNw','no'),(128075,'wpseo_sitemap_post_cache_validator','3IUrz','no'),(128066,'wpseo_sitemap_post_format_cache_validator','3FiAX','no'),(134761,'wpseo_sitemap_3370_cache_validator','3ULc2','no'),(137371,'wpseo_sitemap_3427_cache_validator','3Qjcx','no'),(134830,'wpseo_sitemap_3319_cache_validator','527zI','no'),(137661,'wpseo_sitemap_3431_cache_validator','3LHFV','no'),(132569,'wpseo_sitemap_3315_cache_validator','47yWO','no'),(142546,'fresh_site','0','yes'),(142548,'_site_transient_timeout_browser_ba081c70c62b1a73f7586809b37ba98f','1502186888','no'),(142549,'_site_transient_browser_ba081c70c62b1a73f7586809b37ba98f','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"59.0.3071.115\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(142820,'wpseo_sitemap_3549_cache_validator','3F3hK','no'),(142879,'_site_transient_timeout_browser_3182f755614c06389a440066daa2f279','1502879257','no'),(142880,'_site_transient_browser_3182f755614c06389a440066daa2f279','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"60.0.3112.90\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(142904,'_transient_timeout_yst_sm_1_1:3AK3e_3IUry','1502408587','no'),(142905,'_transient_yst_sm_1_1:3AK3e_3IUry','C:24:\"WPSEO_Sitemap_Cache_Data\":794:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:747:\"<sitemapindex xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n	<sitemap>\n		<loc>http://www.thetradingroom.com/post-sitemap.xml</loc>\n		<lastmod>2017-08-07T10:12:59+00:00</lastmod>\n	</sitemap>\n	<sitemap>\n		<loc>http://www.thetradingroom.com/page-sitemap.xml</loc>\n		<lastmod>2016-10-19T11:39:32+00:00</lastmod>\n	</sitemap>\n	<sitemap>\n		<loc>http://www.thetradingroom.com/category-sitemap.xml</loc>\n		<lastmod>2017-08-07T10:12:59+00:00</lastmod>\n	</sitemap>\n	<sitemap>\n		<loc>http://www.thetradingroom.com/post_tag-sitemap.xml</loc>\n		<lastmod>2016-10-09T17:33:20+00:00</lastmod>\n	</sitemap>\n	<sitemap>\n		<loc>http://www.thetradingroom.com/post_format-sitemap.xml</loc>\n		<lastmod>2016-10-09T17:33:56+00:00</lastmod>\n	</sitemap>\n</sitemapindex>\";}}','no'),(142810,'_site_transient_timeout_community-events-6f0a84091a3cabf1ae831b406ea270d8','1502143815','no'),(142811,'_site_transient_community-events-6f0a84091a3cabf1ae831b406ea270d8','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"76.109.204.0\";}s:6:\"events\";a:2:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:42:\"Backup your WordPress site & The Gutenberg\";s:3:\"url\";s:59:\"https://www.meetup.com/SF-WordPress-Users/events/241824843/\";s:6:\"meetup\";s:36:\"South Florida WordPress Meetup Group\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/SF-WordPress-Users/\";s:4:\"date\";s:19:\"2017-08-15 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:14:\"Miami, FL, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:25.761680999999999386318449978716671466827392578125;s:9:\"longitude\";d:-80.191788000000002512024366296827793121337890625;}}i:1;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:16:\"WordCamp Orlando\";s:3:\"url\";s:33:\"https://2017.orlando.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2017-11-11 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:31:\"Orlando, Florida, United States\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:28.43008340000000089275999926030635833740234375;s:9:\"longitude\";d:-81.4408106000000060475940699689090251922607421875;}}}}','no'),(142883,'_site_transient_timeout_community-events-56acc1994ebf130ccfe7aeb3ca9137c0','1502317660','no'),(142884,'_site_transient_community-events-56acc1994ebf130ccfe7aeb3ca9137c0','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:10:\"93.31.86.0\";}s:6:\"events\";a:1:{i:0;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:14:\"WordCamp Paris\";s:3:\"url\";s:31:\"https://2018.paris.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2018-03-09 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:5:\"Paris\";s:7:\"country\";s:2:\"FR\";s:8:\"latitude\";d:48.82406919999999672654666937887668609619140625;s:9:\"longitude\";d:2.372298900000000099197450253996066749095916748046875;}}}}','no'),(142885,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1502317661','no'),(142886,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1502317661','no'),(142887,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1502274461','no');
INSERT INTO `wp_options` VALUES (142844,'_transient_yst_sm_page_1:3AK3e_42UW5','C:24:\"WPSEO_Sitemap_Cache_Data\":9612:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:9564:\"<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>http://www.thetradingroom.com/</loc>\n		<lastmod>2016-10-19T11:39:32+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/risk-disclosure/</loc>\n		<lastmod>2013-02-23T14:04:26+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/sample-page/</loc>\n		<lastmod>2013-02-26T10:31:07+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg</image:loc>\n			<image:caption><![CDATA[wallstreet]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/email-thank-you/</loc>\n		<lastmod>2013-10-24T14:23:18+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/auto-trading-systems-live-room/</loc>\n		<lastmod>2013-12-13T18:29:46+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/screen-hand-click.jpg</image:loc>\n			<image:caption><![CDATA[screen hand click]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/london-gold-fix-amazed/</loc>\n		<lastmod>2013-12-14T22:16:20+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/12/trade-the-london-gold-fix.jpg</image:loc>\n			<image:caption><![CDATA[trade the london gold fix]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/join-trading-room/</loc>\n		<lastmod>2014-02-19T03:16:24+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/RQ-Ranking-screen-2-traders.png</image:loc>\n			<image:title><![CDATA[RQ Ranking screen 2 traders]]></image:title>\n		</image:image>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/RQ-Ranking-screen-2-traders.png</image:loc>\n			<image:caption><![CDATA[RQ Ranking screen 2 traders]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/quants-training10/</loc>\n		<lastmod>2014-03-05T12:38:13+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/stocksetf-and-options/</loc>\n		<lastmod>2014-03-06T16:31:25+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/mondayoptions/</loc>\n		<lastmod>2014-03-08T20:48:31+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-report-stocks-bonds-commodities-currencies/</loc>\n		<lastmod>2014-03-10T11:33:43+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg</image:loc>\n			<image:caption><![CDATA[red clocks pre-market open]]></image:caption>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/profit-targets/</loc>\n		<lastmod>2014-03-12T17:12:09+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/theoneindicator/</loc>\n		<lastmod>2014-03-13T16:31:23+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/theoneindicator1/</loc>\n		<lastmod>2014-03-13T16:32:30+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/tradelab1/</loc>\n		<lastmod>2014-03-15T23:52:07+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/toptenft/</loc>\n		<lastmod>2014-03-16T17:21:49+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/top-ten-trading-rooms/</loc>\n		<lastmod>2014-03-17T00:12:51+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/gonstick-trading/</loc>\n		<lastmod>2014-03-17T01:15:36+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/quant-trading/</loc>\n		<lastmod>2014-03-17T23:43:44+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/tuesday-edu/</loc>\n		<lastmod>2014-03-18T16:01:22+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/testing0/</loc>\n		<lastmod>2014-03-24T20:50:13+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/ambertest4/</loc>\n		<lastmod>2014-03-24T21:27:47+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/amtest/</loc>\n		<lastmod>2014-03-24T21:31:58+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/amtest1/</loc>\n		<lastmod>2014-03-24T21:50:59+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/ambertest3/</loc>\n		<lastmod>2014-03-24T22:09:04+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/tueedu/</loc>\n		<lastmod>2014-03-25T17:16:37+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/amtest7/</loc>\n		<lastmod>2014-03-26T04:57:06+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/bigswing/</loc>\n		<lastmod>2014-03-26T21:36:27+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/riskonoffedu/</loc>\n		<lastmod>2014-03-28T18:06:42+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/livetrading/</loc>\n		<lastmod>2014-03-31T17:08:42+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/bigswingwed/</loc>\n		<lastmod>2014-04-03T14:53:15+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/educacin/</loc>\n		<lastmod>2014-04-10T02:49:53+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/training-1-of-12/</loc>\n		<lastmod>2014-04-10T15:24:24+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/quantside/</loc>\n		<lastmod>2014-04-15T15:54:08+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/nextbig/</loc>\n		<lastmod>2014-04-16T13:39:43+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/breakout/</loc>\n		<lastmod>2014-04-22T11:55:37+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/stocksetf-and-options4/</loc>\n		<lastmod>2014-04-23T16:05:54+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/money-trail/</loc>\n		<lastmod>2014-04-25T12:36:57+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/312-training-program/</loc>\n		<lastmod>2014-05-05T14:50:50+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/trade-lab/</loc>\n		<lastmod>2014-05-05T19:52:42+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/90-day-training-2/</loc>\n		<lastmod>2014-05-06T11:31:18+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/edu-quant-trading/</loc>\n		<lastmod>2014-05-06T17:03:52+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/home-2/</loc>\n		<lastmod>2014-05-08T16:52:28+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/blog/</loc>\n		<lastmod>2014-05-08T16:53:10+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/get-started/</loc>\n		<lastmod>2014-05-11T23:55:15+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/futures-trading-room-2/</loc>\n		<lastmod>2014-05-12T19:34:01+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/trading-workshop-may-13/</loc>\n		<lastmod>2014-05-13T22:06:10+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/trading-system/</loc>\n		<lastmod>2014-05-16T11:19:55+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/viver-del-trading/</loc>\n		<lastmod>2014-05-18T00:30:38+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/vivir-del-trading/</loc>\n		<lastmod>2014-05-19T23:16:57+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/saladetrading1/</loc>\n		<lastmod>2014-06-02T11:16:51+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/trading-systems/</loc>\n		<lastmod>2014-06-08T22:33:45+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/trade-for-a-llving/</loc>\n		<lastmod>2014-06-09T01:16:15+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/big-swing/</loc>\n		<lastmod>2014-06-13T11:02:55+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/quant-en-90-das/</loc>\n		<lastmod>2014-06-15T03:02:04+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/friday-trading/</loc>\n		<lastmod>2014-06-21T18:33:26+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/live-performance/</loc>\n		<lastmod>2014-06-22T11:55:10+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/ninja-systems1/</loc>\n		<lastmod>2014-08-06T12:07:30+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/algorithmic-trading/</loc>\n		<lastmod>2014-11-10T03:49:18+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/freetrial/</loc>\n		<lastmod>2015-02-26T00:16:42+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/trade-1/</loc>\n		<lastmod>2015-04-14T23:21:43+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/global-trading/</loc>\n		<lastmod>2015-04-25T22:17:25+00:00</lastmod>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/pre-market-trading-live-trading-room/</loc>\n		<lastmod>2015-09-04T11:57:33+00:00</lastmod>\n		<image:image>\n			<image:loc>http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News.jpg</image:loc>\n			<image:title><![CDATA[Direct-Market-Touch-Stock-Exchange-News]]></image:title>\n		</image:image>\n	</url>\n	<url>\n		<loc>http://www.thetradingroom.com/testamber/</loc>\n		<lastmod>2016-10-19T10:11:48+00:00</lastmod>\n	</url>\n</urlset>\";}}','no'),(142910,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1502335513;s:8:\"response\";a:2:{s:50:\"quttera-web-malware-scanner/quttera_wm_scanner.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:41:\"w.org/plugins/quttera-web-malware-scanner\";s:4:\"slug\";s:27:\"quttera-web-malware-scanner\";s:6:\"plugin\";s:50:\"quttera-web-malware-scanner/quttera_wm_scanner.php\";s:11:\"new_version\";s:8:\"3.0.7.30\";s:3:\"url\";s:58:\"https://wordpress.org/plugins/quttera-web-malware-scanner/\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/plugin/quttera-web-malware-scanner.3.0.7.30.zip\";s:14:\"upgrade_notice\";s:45:\"<ul>\n<li>Added new malware samples</li>\n</ul>\";s:6:\"tested\";s:5:\"4.8.1\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:3:\"5.2\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/wordpress-seo.5.2.zip\";s:6:\"tested\";s:5:\"4.8.1\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:35:\"googleanalytics/googleanalytics.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:29:\"w.org/plugins/googleanalytics\";s:4:\"slug\";s:15:\"googleanalytics\";s:6:\"plugin\";s:35:\"googleanalytics/googleanalytics.php\";s:11:\"new_version\";s:5:\"2.1.3\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/googleanalytics/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/googleanalytics.2.1.3.zip\";}s:35:\"wp-fastest-cache/wpFastestCache.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:30:\"w.org/plugins/wp-fastest-cache\";s:4:\"slug\";s:16:\"wp-fastest-cache\";s:6:\"plugin\";s:35:\"wp-fastest-cache/wpFastestCache.php\";s:11:\"new_version\";s:7:\"0.8.7.1\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/wp-fastest-cache/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wp-fastest-cache.0.8.7.1.zip\";}}}','no'),(142408,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:2:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.8.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.8.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.8.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.8.1-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.8.1-partial-0.zip\";s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.8.1\";s:7:\"version\";s:5:\"4.8.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:3:\"4.8\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.8.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.8.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.8.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.8.1-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.8.1-partial-0.zip\";s:8:\"rollback\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.8.1-rollback-0.zip\";}s:7:\"current\";s:5:\"4.8.1\";s:7:\"version\";s:5:\"4.8.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:3:\"4.8\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1502335511;s:15:\"version_checked\";s:3:\"4.8\";s:12:\"translations\";a:0:{}}','no'),(142411,'can_compress_scripts','0','no'),(133656,'wpseo_sitemap_3346_cache_validator','44Qjf','no'),(131931,'WpFastestCache','{\"wpFastestCacheStatus\":\"on\",\"wpFastestCachePreload_number\":\"4\",\"wpFastestCacheLoggedInUser\":\"on\",\"wpFastestCacheNewPost\":\"on\",\"wpFastestCacheNewPost_type\":\"all\",\"wpFastestCacheUpdatePost\":\"on\",\"wpFastestCacheUpdatePost_type\":\"post\",\"wpFastestCacheLanguage\":\"eng\"}','yes'),(135451,'wpseo_sitemap_3374_cache_validator','3PsBs','no'),(139331,'wpseo_sitemap_3470_cache_validator','3Dh8a','no'),(141199,'wpseo_sitemap_3506_cache_validator','3KokP','no'),(131974,'wpseo_sitemap_3278_cache_validator','48MDv','no'),(132277,'wpseo_sitemap_3296_cache_validator','3ZomJ','no'),(132330,'wpseo_sitemap_3301_cache_validator','jNe3','no'),(140284,'wpseo_sitemap_3492_cache_validator','3U8SF','no'),(134107,'wpseo_sitemap_3365_cache_validator','42PUx','no'),(136203,'wpseo_sitemap_3401_cache_validator','3NKiF','no'),(136320,'wpseo_sitemap_3406_cache_validator','3MTM9','no'),(136438,'wpseo_sitemap_3410_cache_validator','i8wG','no'),(136888,'wpseo_sitemap_3415_cache_validator','3PgCB','no'),(137973,'wpseo_sitemap_3438_cache_validator','3Nh1k','no'),(138032,'wpseo_sitemap_3441_cache_validator','3KDQF','no');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_pl_data_maps`
--

DROP TABLE IF EXISTS `wp_pl_data_maps`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_pl_data_maps` (
  `id` mediumint(9) NOT NULL AUTO_INCREMENT,
  `uid` varchar(50) NOT NULL,
  `live` longtext NOT NULL,
  UNIQUE KEY `id` (`id`),
  UNIQUE KEY `uid` (`uid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_pl_data_maps`
--

LOCK TABLES `wp_pl_data_maps` WRITE;
/*!40000 ALTER TABLE `wp_pl_data_maps` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_pl_data_maps` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_pl_data_sections`
--

DROP TABLE IF EXISTS `wp_pl_data_sections`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_pl_data_sections` (
  `id` mediumint(9) NOT NULL AUTO_INCREMENT,
  `uid` varchar(50) NOT NULL,
  `draft` longtext NOT NULL,
  `live` longtext NOT NULL,
  `json` longtext NOT NULL,
  UNIQUE KEY `id` (`id`),
  UNIQUE KEY `uid` (`uid`)
) ENGINE=MyISAM AUTO_INCREMENT=1262 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_pl_data_sections`
--

LOCK TABLES `wp_pl_data_sections` WRITE;
/*!40000 ALTER TABLE `wp_pl_data_sections` DISABLE KEYS */;
INSERT INTO `wp_pl_data_sections` VALUES (1,'u12345','\"\"','null','null'),(2,'u6597a','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(3,'u65c82','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(4,'u48c89','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(5,'u48ec2','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(6,'uc4525','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(7,'uc4820','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(8,'ud5eaa','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(9,'ud614b','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(10,'u324a8','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(11,'u3278a','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(12,'ue8c24','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(13,'ue8ef7','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(14,'ua12b3','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(15,'ua16d0','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(16,'udd82d','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(17,'udda7b','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(18,'u7fe1d','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(19,'u800ae','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(20,'u997f2','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(21,'u99a3f','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(22,'u5603b','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(23,'u5629f','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(24,'u7fdc5','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(25,'u80016','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(26,'ue4ddc','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(27,'ue5096','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(28,'ua74b0','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(29,'ua76d4','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(30,'udda36','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(31,'uddc73','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(32,'ue206f','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(33,'ue22bc','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(34,'uded50','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(35,'udef99','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(36,'ue21e6','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(37,'ue2427','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(38,'u3f11a','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(39,'u3f35e','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(40,'ue656d','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(41,'ue67ce','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(42,'u0db78','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(43,'u0ddc5','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(44,'u2749b','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(45,'u2776f','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(46,'u819d0','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(47,'u81c24','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(48,'u2f94a','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(49,'u2fb99','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(50,'u439e0','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(51,'u43c27','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(52,'uc1837','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(53,'uc1a84','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(54,'u26354','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(55,'u26580','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(56,'udb3bf','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(57,'udb6b2','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(58,'u28c3a','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(59,'u28e8a','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(60,'u4f015','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(61,'u4f264','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(62,'u7e81d','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(63,'u7ea63','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(64,'u7276f','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(65,'u729c9','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(66,'u58c63','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(67,'u58f73','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(68,'u95fb9','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(69,'u96213','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(70,'u93c73','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(71,'u93eca','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(72,'u6eefe','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(73,'u6f115','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(74,'uc888e','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(75,'uc8ad0','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(76,'u53400','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(77,'u5365d','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(78,'u854e1','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(79,'u8572b','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(80,'u96d1c','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(81,'u96f6a','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(82,'u360cf','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(83,'u36353','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(84,'u7f4a8','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(85,'u7f762','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(86,'u1f265','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(87,'u1f4f8','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(88,'u95560','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(89,'u95813','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(90,'u37ba2','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(91,'u37d9d','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(92,'ua9c2d','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(93,'ua9f74','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(94,'u28941','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(95,'u28c33','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(96,'u2e09c','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(97,'u2e2e9','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(98,'u42ce2','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(99,'u42fdd','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(100,'ue2730','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(101,'ue2986','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(102,'u59732','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(103,'u59976','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(104,'u6ef9e','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(105,'u6f2e6','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(106,'u5ea8c','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(107,'u5edb8','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(108,'u7459f','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(109,'u748dc','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(110,'u889f9','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(111,'u88cb1','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(112,'u9e89c','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(113,'u9eac9','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(114,'u9513f','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(115,'u9538a','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(116,'u1cf11','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(117,'u1d226','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(118,'u01145','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(119,'u0138a','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(120,'u06be6','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(121,'u06e7d','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(122,'u07070','{\"pl_area_theme\":\"pl-dark-img\",\"pl_area_background\":\"[pl_parent_url]\\/images\\/getting-started-mast-bg.jpg\",\"pl_area_pad\":\"80px\",\"pl_area_parallax\":\"pl-parallax\"}','{\"pl_area_theme\":\"pl-dark-img\",\"pl_area_background\":\"[pl_parent_url]\\/images\\/getting-started-mast-bg.jpg\",\"pl_area_pad\":\"80px\",\"pl_area_parallax\":\"pl-parallax\"}','{\"pl_area_theme\":\"pl-dark-img\",\"pl_area_background\":\"[pl_parent_url]\\/images\\/getting-started-mast-bg.jpg\",\"pl_area_pad\":\"80px\",\"pl_area_parallax\":\"pl-parallax\"}'),(123,'u0726f','{\"pagelines_masthead_title\":\"Congratulations!\",\"pagelines_masthead_tagline\":\"You are up and running with PageLines DMS.\",\"pagelines_masthead_img\":\"[pl_parent_url]\\/images\\/getting-started-pl-logo.png\",\"masthead_button_link_2\":\"http:\\/\\/dms-theme-2\",\"masthead_button_text_2\":\"View Your Blog Page <i class=\\\"icon icon-angle-right\\\"><\\/i>\",\"masthead_button_theme_2\":\"btn-ol-white\",\"masthead_button_link_1\":\"#user-guide\",\"masthead_button_text_1\":\"View User Guide <i class=\\\"icon icon-angle-down\\\"><\\/i>\",\"masthead_button_theme_1\":\"btn-primary\"}','{\"pagelines_masthead_title\":\"Congratulations!\",\"pagelines_masthead_tagline\":\"You are up and running with PageLines DMS.\",\"pagelines_masthead_img\":\"[pl_parent_url]\\/images\\/getting-started-pl-logo.png\",\"masthead_button_link_2\":\"http:\\/\\/dms-theme-2\",\"masthead_button_text_2\":\"View Your Blog Page <i class=\\\"icon icon-angle-right\\\"><\\/i>\",\"masthead_button_theme_2\":\"btn-ol-white\",\"masthead_button_link_1\":\"#user-guide\",\"masthead_button_text_1\":\"View User Guide <i class=\\\"icon icon-angle-down\\\"><\\/i>\",\"masthead_button_theme_1\":\"btn-primary\"}','{\"pagelines_masthead_title\":\"Congratulations!\",\"pagelines_masthead_tagline\":\"You are up and running with PageLines DMS.\",\"pagelines_masthead_img\":\"[pl_parent_url]\\/images\\/getting-started-pl-logo.png\",\"masthead_button_link_2\":\"http:\\/\\/dms-theme-2\",\"masthead_button_text_2\":\"View Your Blog Page <i class=\\\"icon icon-angle-right\\\"><\\/i>\",\"masthead_button_theme_2\":\"btn-ol-white\",\"masthead_button_link_1\":\"#user-guide\",\"masthead_button_text_1\":\"View User Guide <i class=\\\"icon icon-angle-down\\\"><\\/i>\",\"masthead_button_theme_1\":\"btn-primary\"}'),(124,'u074b4','{\"ibox_array\":[{\"title\":\"Stay in Touch\",\"text\":\"New to PageLines? Stay in touch by following us on Facebook and Twitter.<p>[like_button url=\\\"http:\\/\\/www.facebook.com\\/pagelines\\/\\\" ] [twitter_button type=\\\"follow\\\" handle=\\\"pagelines\\\"]<\\/p>\",\"icon\":\"thumbs-up\"},{\"title\":\"Forum\",\"text\":\"Have questions? We are happy to help, just search or post on PageLines Forum.\",\"icon\":\"comment\",\"link\":\"http:\\/\\/forum.pagelines.com\\/\"},{\"title\":\"Docs\",\"text\":\"Time to dig in. Check out the Docs for specifics on creating your dream website.\",\"icon\":\"file-text\",\"link\":\"http:\\/\\/docs.pagelines.com\\/\"}]}','{\"ibox_array\":[{\"title\":\"Stay in Touch\",\"text\":\"New to PageLines? Stay in touch by following us on Facebook and Twitter.<p>[like_button url=\\\"http:\\/\\/www.facebook.com\\/pagelines\\/\\\" ] [twitter_button type=\\\"follow\\\" handle=\\\"pagelines\\\"]<\\/p>\",\"icon\":\"thumbs-up\"},{\"title\":\"Forum\",\"text\":\"Have questions? We are happy to help, just search or post on PageLines Forum.\",\"icon\":\"comment\",\"link\":\"http:\\/\\/forum.pagelines.com\\/\"},{\"title\":\"Docs\",\"text\":\"Time to dig in. Check out the Docs for specifics on creating your dream website.\",\"icon\":\"file-text\",\"link\":\"http:\\/\\/docs.pagelines.com\\/\"}]}','{\"ibox_array\":[{\"title\":\"Stay in Touch\",\"text\":\"New to PageLines? Stay in touch by following us on Facebook and Twitter.<p>[like_button url=\\\"http:\\/\\/www.facebook.com\\/pagelines\\/\\\" ] [twitter_button type=\\\"follow\\\" handle=\\\"pagelines\\\"]<\\/p>\",\"icon\":\"thumbs-up\"},{\"title\":\"Forum\",\"text\":\"Have questions? We are happy to help, just search or post on PageLines Forum.\",\"icon\":\"comment\",\"link\":\"http:\\/\\/forum.pagelines.com\\/\"},{\"title\":\"Docs\",\"text\":\"Time to dig in. Check out the Docs for specifics on creating your dream website.\",\"icon\":\"file-text\",\"link\":\"http:\\/\\/docs.pagelines.com\\/\"}]}'),(125,'u076f6','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(126,'u07834','{\"_highlight_head\":\"<span id=\\\"user-guide\\\">PageLines DMS User Guide<\\/span>\",\"_highlight_subhead\":\"The fastest &amp; easiest way to get started.\"}','{\"_highlight_head\":\"<span id=\\\"user-guide\\\">PageLines DMS User Guide<\\/span>\",\"_highlight_subhead\":\"The fastest &amp; easiest way to get started.\"}','{\"_highlight_head\":\"<span id=\\\"user-guide\\\">PageLines DMS User Guide<\\/span>\",\"_highlight_subhead\":\"The fastest &amp; easiest way to get started.\"}'),(127,'u07974','{\"mediabox_html\":\"<iframe  class=\\\"scribd_iframe_embed\\\" src=\\\"\\/\\/www.scribd.com\\/embeds\\/213323278\\/content?start_page=1&view_mode=slideshow&access_key=key-1dzmy27btqjwamjd0dye&show_recommendations=false\\\" data-auto-height=\\\"false\\\" data-aspect-ratio=\\\"0.772922022279349\\\" scrolling=\\\"no\\\" id=\\\"doc_40327\\\" width=\\\"100%\\\" height=\\\"1000\\\" frameborder=\\\"0\\\"><\\/iframe>\"}','{\"mediabox_html\":\"<iframe  class=\\\"scribd_iframe_embed\\\" src=\\\"\\/\\/www.scribd.com\\/embeds\\/213323278\\/content?start_page=1&view_mode=slideshow&access_key=key-1dzmy27btqjwamjd0dye&show_recommendations=false\\\" data-auto-height=\\\"false\\\" data-aspect-ratio=\\\"0.772922022279349\\\" scrolling=\\\"no\\\" id=\\\"doc_40327\\\" width=\\\"100%\\\" height=\\\"1000\\\" frameborder=\\\"0\\\"><\\/iframe>\"}','{\"mediabox_html\":\"<iframe  class=\\\"scribd_iframe_embed\\\" src=\\\"\\/\\/www.scribd.com\\/embeds\\/213323278\\/content?start_page=1&view_mode=slideshow&access_key=key-1dzmy27btqjwamjd0dye&show_recommendations=false\\\" data-auto-height=\\\"false\\\" data-aspect-ratio=\\\"0.772922022279349\\\" scrolling=\\\"no\\\" id=\\\"doc_40327\\\" width=\\\"100%\\\" height=\\\"1000\\\" frameborder=\\\"0\\\"><\\/iframe>\"}'),(128,'u07b1b','{\"_highlight_head\":\"<span id=\\\"user-guide\\\">Getting Started Video<\\/span>\",\"_highlight_subhead\":\"A 5-minute overview of DMS.\"}','{\"_highlight_head\":\"<span id=\\\"user-guide\\\">Getting Started Video<\\/span>\",\"_highlight_subhead\":\"A 5-minute overview of DMS.\"}','{\"_highlight_head\":\"<span id=\\\"user-guide\\\">Getting Started Video<\\/span>\",\"_highlight_subhead\":\"A 5-minute overview of DMS.\"}'),(129,'u07c62','{\"mediabox_html\":\"<iframe width=\'700\' height=\'420\' src=\'\\/\\/www.youtube.com\\/embed\\/BracDuhEHls?rel=0&vq=hd720\' frameborder=\'0\' allowfullscreen><\\/iframe>\"}','{\"mediabox_html\":\"<iframe width=\'700\' height=\'420\' src=\'\\/\\/www.youtube.com\\/embed\\/BracDuhEHls?rel=0&vq=hd720\' frameborder=\'0\' allowfullscreen><\\/iframe>\"}','{\"mediabox_html\":\"<iframe width=\'700\' height=\'420\' src=\'\\/\\/www.youtube.com\\/embed\\/BracDuhEHls?rel=0&vq=hd720\' frameborder=\'0\' allowfullscreen><\\/iframe>\"}'),(130,'u07e38','{\"pl_area_theme\":\"pl-black\",\"pl_area_color\":\"#337EFF\",\"pl_area_color_enable\":1}','{\"pl_area_theme\":\"pl-black\",\"pl_area_color\":\"#337EFF\",\"pl_area_color_enable\":1}','{\"pl_area_theme\":\"pl-black\",\"pl_area_color\":\"#337EFF\",\"pl_area_color_enable\":1}'),(131,'u07fdf','{\"icallout_text\":\"Thanks for using PageLines!\",\"icallout_link\":\"http:\\/\\/www.pagelines.com\\/\",\"icallout_link_text\":\"Visit PageLines.com\",\"icallout_btn_theme\":\"btn-ol-white\"}','{\"icallout_text\":\"Thanks for using PageLines!\",\"icallout_link\":\"http:\\/\\/www.pagelines.com\\/\",\"icallout_link_text\":\"Visit PageLines.com\",\"icallout_btn_theme\":\"btn-ol-white\"}','{\"icallout_text\":\"Thanks for using PageLines!\",\"icallout_link\":\"http:\\/\\/www.pagelines.com\\/\",\"icallout_link_text\":\"Visit PageLines.com\",\"icallout_btn_theme\":\"btn-ol-white\"}'),(132,'u3ce88','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(133,'u3d82f','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(134,'u3dad3','{\"pl_area_theme\":\"pl-dark-img\",\"pl_area_background\":\"[pl_parent_url]\\/images\\/getting-started-mast-bg.jpg\",\"pl_area_pad\":\"80px\",\"pl_area_parallax\":\"pl-parallax\"}','{\"pl_area_theme\":\"pl-dark-img\",\"pl_area_background\":\"[pl_parent_url]\\/images\\/getting-started-mast-bg.jpg\",\"pl_area_pad\":\"80px\",\"pl_area_parallax\":\"pl-parallax\"}','{\"pl_area_theme\":\"pl-dark-img\",\"pl_area_background\":\"[pl_parent_url]\\/images\\/getting-started-mast-bg.jpg\",\"pl_area_pad\":\"80px\",\"pl_area_parallax\":\"pl-parallax\"}'),(135,'u3dc74','{\"pagelines_masthead_title\":\"Congratulations!\",\"pagelines_masthead_tagline\":\"You are up and running with PageLines DMS.\",\"pagelines_masthead_img\":\"[pl_parent_url]\\/images\\/getting-started-pl-logo.png\",\"masthead_button_link_2\":\"http:\\/\\/dms-theme-2\",\"masthead_button_text_2\":\"View Your Blog Page <i class=\\\"icon icon-angle-right\\\"><\\/i>\",\"masthead_button_theme_2\":\"btn-ol-white\",\"masthead_button_link_1\":\"#user-guide\",\"masthead_button_text_1\":\"View User Guide <i class=\\\"icon icon-angle-down\\\"><\\/i>\",\"masthead_button_theme_1\":\"btn-primary\"}','{\"pagelines_masthead_title\":\"Congratulations!\",\"pagelines_masthead_tagline\":\"You are up and running with PageLines DMS.\",\"pagelines_masthead_img\":\"[pl_parent_url]\\/images\\/getting-started-pl-logo.png\",\"masthead_button_link_2\":\"http:\\/\\/dms-theme-2\",\"masthead_button_text_2\":\"View Your Blog Page <i class=\\\"icon icon-angle-right\\\"><\\/i>\",\"masthead_button_theme_2\":\"btn-ol-white\",\"masthead_button_link_1\":\"#user-guide\",\"masthead_button_text_1\":\"View User Guide <i class=\\\"icon icon-angle-down\\\"><\\/i>\",\"masthead_button_theme_1\":\"btn-primary\"}','{\"pagelines_masthead_title\":\"Congratulations!\",\"pagelines_masthead_tagline\":\"You are up and running with PageLines DMS.\",\"pagelines_masthead_img\":\"[pl_parent_url]\\/images\\/getting-started-pl-logo.png\",\"masthead_button_link_2\":\"http:\\/\\/dms-theme-2\",\"masthead_button_text_2\":\"View Your Blog Page <i class=\\\"icon icon-angle-right\\\"><\\/i>\",\"masthead_button_theme_2\":\"btn-ol-white\",\"masthead_button_link_1\":\"#user-guide\",\"masthead_button_text_1\":\"View User Guide <i class=\\\"icon icon-angle-down\\\"><\\/i>\",\"masthead_button_theme_1\":\"btn-primary\"}'),(136,'u3de97','{\"ibox_array\":[{\"title\":\"Stay in Touch\",\"text\":\"New to PageLines? Stay in touch by following us on Facebook and Twitter.<p>[like_button url=\\\"http:\\/\\/www.facebook.com\\/pagelines\\/\\\" ] [twitter_button type=\\\"follow\\\" handle=\\\"pagelines\\\"]<\\/p>\",\"icon\":\"thumbs-up\"},{\"title\":\"Forum\",\"text\":\"Have questions? We are happy to help, just search or post on PageLines Forum.\",\"icon\":\"comment\",\"link\":\"http:\\/\\/forum.pagelines.com\\/\"},{\"title\":\"Docs\",\"text\":\"Time to dig in. Check out the Docs for specifics on creating your dream website.\",\"icon\":\"file-text\",\"link\":\"http:\\/\\/docs.pagelines.com\\/\"}]}','{\"ibox_array\":[{\"title\":\"Stay in Touch\",\"text\":\"New to PageLines? Stay in touch by following us on Facebook and Twitter.<p>[like_button url=\\\"http:\\/\\/www.facebook.com\\/pagelines\\/\\\" ] [twitter_button type=\\\"follow\\\" handle=\\\"pagelines\\\"]<\\/p>\",\"icon\":\"thumbs-up\"},{\"title\":\"Forum\",\"text\":\"Have questions? We are happy to help, just search or post on PageLines Forum.\",\"icon\":\"comment\",\"link\":\"http:\\/\\/forum.pagelines.com\\/\"},{\"title\":\"Docs\",\"text\":\"Time to dig in. Check out the Docs for specifics on creating your dream website.\",\"icon\":\"file-text\",\"link\":\"http:\\/\\/docs.pagelines.com\\/\"}]}','{\"ibox_array\":[{\"title\":\"Stay in Touch\",\"text\":\"New to PageLines? Stay in touch by following us on Facebook and Twitter.<p>[like_button url=\\\"http:\\/\\/www.facebook.com\\/pagelines\\/\\\" ] [twitter_button type=\\\"follow\\\" handle=\\\"pagelines\\\"]<\\/p>\",\"icon\":\"thumbs-up\"},{\"title\":\"Forum\",\"text\":\"Have questions? We are happy to help, just search or post on PageLines Forum.\",\"icon\":\"comment\",\"link\":\"http:\\/\\/forum.pagelines.com\\/\"},{\"title\":\"Docs\",\"text\":\"Time to dig in. Check out the Docs for specifics on creating your dream website.\",\"icon\":\"file-text\",\"link\":\"http:\\/\\/docs.pagelines.com\\/\"}]}'),(137,'u3e070','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(138,'u3e1b7','{\"_highlight_head\":\"<span id=\\\"user-guide\\\">PageLines DMS User Guide<\\/span>\",\"_highlight_subhead\":\"The fastest &amp; easiest way to get started.\"}','{\"_highlight_head\":\"<span id=\\\"user-guide\\\">PageLines DMS User Guide<\\/span>\",\"_highlight_subhead\":\"The fastest &amp; easiest way to get started.\"}','{\"_highlight_head\":\"<span id=\\\"user-guide\\\">PageLines DMS User Guide<\\/span>\",\"_highlight_subhead\":\"The fastest &amp; easiest way to get started.\"}'),(139,'u3e402','{\"mediabox_html\":\"<iframe  class=\\\"scribd_iframe_embed\\\" src=\\\"\\/\\/www.scribd.com\\/embeds\\/213323278\\/content?start_page=1&view_mode=slideshow&access_key=key-1dzmy27btqjwamjd0dye&show_recommendations=false\\\" data-auto-height=\\\"false\\\" data-aspect-ratio=\\\"0.772922022279349\\\" scrolling=\\\"no\\\" id=\\\"doc_40327\\\" width=\\\"100%\\\" height=\\\"1000\\\" frameborder=\\\"0\\\"><\\/iframe>\"}','{\"mediabox_html\":\"<iframe  class=\\\"scribd_iframe_embed\\\" src=\\\"\\/\\/www.scribd.com\\/embeds\\/213323278\\/content?start_page=1&view_mode=slideshow&access_key=key-1dzmy27btqjwamjd0dye&show_recommendations=false\\\" data-auto-height=\\\"false\\\" data-aspect-ratio=\\\"0.772922022279349\\\" scrolling=\\\"no\\\" id=\\\"doc_40327\\\" width=\\\"100%\\\" height=\\\"1000\\\" frameborder=\\\"0\\\"><\\/iframe>\"}','{\"mediabox_html\":\"<iframe  class=\\\"scribd_iframe_embed\\\" src=\\\"\\/\\/www.scribd.com\\/embeds\\/213323278\\/content?start_page=1&view_mode=slideshow&access_key=key-1dzmy27btqjwamjd0dye&show_recommendations=false\\\" data-auto-height=\\\"false\\\" data-aspect-ratio=\\\"0.772922022279349\\\" scrolling=\\\"no\\\" id=\\\"doc_40327\\\" width=\\\"100%\\\" height=\\\"1000\\\" frameborder=\\\"0\\\"><\\/iframe>\"}'),(140,'u3e68a','{\"_highlight_head\":\"<span id=\\\"user-guide\\\">Getting Started Video<\\/span>\",\"_highlight_subhead\":\"A 5-minute overview of DMS.\"}','{\"_highlight_head\":\"<span id=\\\"user-guide\\\">Getting Started Video<\\/span>\",\"_highlight_subhead\":\"A 5-minute overview of DMS.\"}','{\"_highlight_head\":\"<span id=\\\"user-guide\\\">Getting Started Video<\\/span>\",\"_highlight_subhead\":\"A 5-minute overview of DMS.\"}'),(141,'u3e8aa','{\"mediabox_html\":\"<iframe width=\'700\' height=\'420\' src=\'\\/\\/www.youtube.com\\/embed\\/BracDuhEHls?rel=0&vq=hd720\' frameborder=\'0\' allowfullscreen><\\/iframe>\"}','{\"mediabox_html\":\"<iframe width=\'700\' height=\'420\' src=\'\\/\\/www.youtube.com\\/embed\\/BracDuhEHls?rel=0&vq=hd720\' frameborder=\'0\' allowfullscreen><\\/iframe>\"}','{\"mediabox_html\":\"<iframe width=\'700\' height=\'420\' src=\'\\/\\/www.youtube.com\\/embed\\/BracDuhEHls?rel=0&vq=hd720\' frameborder=\'0\' allowfullscreen><\\/iframe>\"}'),(142,'u3eaf8','{\"pl_area_theme\":\"pl-black\",\"pl_area_color\":\"#337EFF\",\"pl_area_color_enable\":1}','{\"pl_area_theme\":\"pl-black\",\"pl_area_color\":\"#337EFF\",\"pl_area_color_enable\":1}','{\"pl_area_theme\":\"pl-black\",\"pl_area_color\":\"#337EFF\",\"pl_area_color_enable\":1}'),(143,'u3ed37','{\"icallout_text\":\"Thanks for using PageLines!\",\"icallout_link\":\"http:\\/\\/www.pagelines.com\\/\",\"icallout_link_text\":\"Visit PageLines.com\",\"icallout_btn_theme\":\"btn-ol-white\"}','{\"icallout_text\":\"Thanks for using PageLines!\",\"icallout_link\":\"http:\\/\\/www.pagelines.com\\/\",\"icallout_link_text\":\"Visit PageLines.com\",\"icallout_btn_theme\":\"btn-ol-white\"}','{\"icallout_text\":\"Thanks for using PageLines!\",\"icallout_link\":\"http:\\/\\/www.pagelines.com\\/\",\"icallout_link_text\":\"Visit PageLines.com\",\"icallout_btn_theme\":\"btn-ol-white\"}'),(144,'ua18d1','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(145,'ua1f75','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(146,'u06b4b','[]','[]','[]'),(147,'u06b98','[]','[]','[]'),(148,'u06e37','[]','[]','[]'),(149,'u0702e','[]','[]','[]'),(1231,'u7jnlka','{\"pl_area_pad\":\"0px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"pl_area_parallax\":\"\",\"parallax_speed\":\"\",\"parallax_direction\":\"\",\"parallax_layer\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"\"}','{\"pl_area_pad\":\"0px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"pl_area_parallax\":\"\",\"parallax_speed\":\"\",\"parallax_direction\":\"\",\"parallax_layer\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"\"}','{\"pl_area_repeat\":\"0\",\"pl_area_color_enable\":\"1\"}'),(151,'u62756','[]','[]','[]'),(152,'u6278b','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"post_media_hide\":\"0\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"post_media_hide\":\"0\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"post_media_hide\":\"0\"}'),(153,'u627c7','{\"boxed_columns\":\"0\"}','{\"boxed_columns\":\"0\"}','{\"boxed_columns\":\"0\"}'),(154,'u627fb','[]','[]','[]'),(155,'u6282d','[]','[]','[]'),(156,'us1vrz7','{\"ph_format\":\"format-center\",\"ph_pad_class\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"ph_header\":\".\",\"ph_sub\":\"\",\"ph_link1\":\"https:\\/\\/www.youtube.com\\/channel\\/UCJmcq8W9KhVMLoHsqTXIAnw\",\"ph_link1_text\":\"Watch Our Videos\",\"ph_link1_style\":\"btn-warning\",\"ph_link2\":\"http:\\/\\/www.riosquant.com\\/events\\/events_list\\/all\",\"ph_link2_text\":\"Events Calendar\",\"ph_link2_style\":\"btn-warning\",\"pageheader_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/2014\\/05\\/rqglassadvwindow.jpg\",\"pageheader_background_attach_id\":\"1604\",\"pageheader_repeat\":\"0\",\"pageheader_theme\":\"0\",\"pageheader_video\":\"\",\"pageheader_video_2\":\"\",\"pageheader_color_enable\":\"1\",\"pageheader_color\":\"F7F7F7\"}','{\"ph_format\":\"format-center\",\"ph_pad_class\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"ph_header\":\".\",\"ph_sub\":\"\",\"ph_link1\":\"https:\\/\\/www.youtube.com\\/channel\\/UCJmcq8W9KhVMLoHsqTXIAnw\",\"ph_link1_text\":\"Watch Our Videos\",\"ph_link1_style\":\"btn-warning\",\"ph_link2\":\"http:\\/\\/www.riosquant.com\\/events\\/events_list\\/all\",\"ph_link2_text\":\"Events Calendar\",\"ph_link2_style\":\"btn-warning\",\"pageheader_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/2014\\/05\\/rqglassadvwindow.jpg\",\"pageheader_background_attach_id\":\"1604\",\"pageheader_repeat\":\"0\",\"pageheader_theme\":\"0\",\"pageheader_video\":\"\",\"pageheader_video_2\":\"\",\"pageheader_color_enable\":\"1\",\"pageheader_color\":\"F7F7F7\"}','{\"ph_format\":\"format-center\",\"ph_pad_class\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"ph_header\":\".\",\"ph_sub\":\"\",\"ph_link1\":\"https:\\/\\/www.youtube.com\\/channel\\/UCJmcq8W9KhVMLoHsqTXIAnw\",\"ph_link1_text\":\"Watch Our Videos\",\"ph_link1_style\":\"btn-warning\",\"ph_link2\":\"http:\\/\\/www.riosquant.com\\/events\\/events_list\\/all\",\"ph_link2_text\":\"Events Calendar\",\"ph_link2_style\":\"btn-warning\",\"pageheader_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/2014\\/05\\/rqglassadvwindow.jpg\",\"pageheader_background_attach_id\":\"1604\",\"pageheader_repeat\":\"0\",\"pageheader_theme\":\"0\",\"pageheader_video\":\"\",\"pageheader_video_2\":\"\",\"pageheader_color_enable\":\"1\",\"pageheader_color\":\"F7F7F7\"}'),(157,'u07475','[]','[]','[]'),(158,'u07add','[]','[]','[]'),(159,'ue42fb','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/2014\\/05\\/joebigscreen.jpg\",\"pl_area_background_attach_id\":\"1592\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/2014\\/05\\/joebigscreen.jpg\",\"pl_area_background_attach_id\":\"1592\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/2014\\/05\\/joebigscreen.jpg\",\"pl_area_background_attach_id\":\"1592\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}'),(160,'ue437a','[]','[]','[]'),(161,'ud3b16','[]','[]','[]'),(162,'ud3b52','[]','[]','[]'),(163,'ud3b87','[]','[]','[]'),(165,'ud3bfb','[]','[]','[]'),(166,'ud3c30','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\"}'),(167,'ud3c63','[]','[]','[]'),(1043,'ue6fc6','[]','[]','[]'),(1044,'ue70bc','[]','[]','[]'),(168,'u64371','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(169,'u648a5','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(170,'ue4784','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(171,'ue4ea2','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(172,'u0d2fc','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(173,'u0d8af','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(174,'u407dd','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(175,'u40eaf','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(176,'u6968d','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(177,'u69bde','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(178,'uad9d2','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(179,'uadff8','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(180,'u2f757','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(181,'u2fde7','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(182,'u6cc0c','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(183,'u6d30a','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(184,'u0a361','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(185,'u0a8f2','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(186,'u659e7','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(187,'u66068','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(188,'uc3002','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(189,'uc3838','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(190,'u1341e','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(191,'u13c74','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(192,'ub5ff7','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(193,'ub66dd','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(194,'uc567a','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(195,'uc5e29','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(196,'ua30e8','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(197,'ua38e8','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(198,'u1f328','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(199,'u1f8ce','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(200,'u95bee','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(201,'u9616c','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(202,'ubbb84','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(203,'ubc265','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(204,'u30095','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(205,'u3073d','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(206,'uae541','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(207,'uaebb2','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(208,'u23b6c','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(209,'u24296','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(210,'u5137b','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(211,'u51a81','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(212,'u96bd1','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(213,'u97214','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(214,'u10282','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(215,'u1078e','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(216,'u0540a','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(217,'u05ad6','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(218,'u0dcad','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(219,'u0e443','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(220,'u3772e','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(221,'u37e23','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(222,'u3db08','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(223,'u3e19b','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(224,'u015ec','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(225,'u01bf4','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(226,'u43d9d','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(227,'u4435c','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(228,'u521e3','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(229,'u52752','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(230,'uc7784','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(231,'uc7ef1','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(232,'u0b922','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(233,'u0bf16','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(234,'uc6016','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(235,'uc6636','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(236,'u0bcbc','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(237,'u0c349','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(238,'u5205b','[]','[]','[]'),(239,'u52127','[]','[]','[]'),(240,'u5268f','[]','[]','[]'),(241,'u52b71','[]','[]','[]'),(242,'u52c4d','[]','[]','[]'),(243,'u52d28','[]','[]','[]'),(244,'u52e01','[]','[]','[]'),(245,'u52ee0','[]','[]','[]'),(246,'u52fbf','[]','[]','[]'),(247,'u530a0','[]','[]','[]'),(248,'u2602f','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(249,'u265f6','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(250,'u6a921','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}','{\"pl_area_theme\":\"pl-black\"}'),(251,'u6af1a','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}','{\"pl_area_theme\":\"pl-grey\"}'),(252,'u7eb96','{\"pl_area_pad\":\"100px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"pl_area_parallax\":\"pl-window-height\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"1822\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-white\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}','{\"pl_area_pad\":\"100px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"pl_area_parallax\":\"pl-window-height\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"1822\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-white\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}','{\"pl_area_pad\":\"100px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"pl_area_parallax\":\"pl-window-height\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"1822\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-white\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}'),(253,'u7f142','{\"pagelines_masthead_img\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9016\\/2014\\/04\\/tradingroom2x10.gif\",\"pagelines_masthead_img_attach_id\":\"1825\",\"pagelines_masthead_img_alt\":\"\",\"pagelines_masthead_html\":\"\",\"masthead_html_width\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"pagelines_masthead_title\":\"The Trading Room\\u00ae\",\"pagelines_masthead_tagline\":\"Established since 1997\",\"masthead_menu\":\"\",\"masthead_meta\":\"\",\"masthead_button_link_1\":\"http:\\/\\/themes.pagelines.com\\/dms\",\"masthead_button_text_1\":\"View Your Blog <i class=\\\"icon-angle-right\\\"><\\/i>\",\"masthead_button_target_1\":\"0\",\"masthead_button_theme_1\":\"\",\"masthead_button_link_2\":\"\",\"masthead_button_text_2\":\"\",\"masthead_button_target_2\":\"0\",\"masthead_button_theme_2\":\"\"}','{\"pagelines_masthead_img\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9016\\/2014\\/04\\/tradingroom2x10.gif\",\"pagelines_masthead_img_attach_id\":\"1825\",\"pagelines_masthead_img_alt\":\"\",\"pagelines_masthead_html\":\"\",\"masthead_html_width\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"pagelines_masthead_title\":\"The Trading Room\\u00ae\",\"pagelines_masthead_tagline\":\"Established since 1997\",\"masthead_menu\":\"\",\"masthead_meta\":\"\",\"masthead_button_link_1\":\"http:\\/\\/themes.pagelines.com\\/dms\",\"masthead_button_text_1\":\"View Your Blog <i class=\\\"icon-angle-right\\\"><\\/i>\",\"masthead_button_target_1\":\"0\",\"masthead_button_theme_1\":\"\",\"masthead_button_link_2\":\"\",\"masthead_button_text_2\":\"\",\"masthead_button_target_2\":\"0\",\"masthead_button_theme_2\":\"\"}','{\"pagelines_masthead_img\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9016\\/2014\\/04\\/tradingroom2x10.gif\",\"pagelines_masthead_img_attach_id\":\"1825\",\"pagelines_masthead_img_alt\":\"\",\"pagelines_masthead_html\":\"\",\"masthead_html_width\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"pagelines_masthead_title\":\"The Trading Room\\u00ae\",\"pagelines_masthead_tagline\":\"Established since 1997\",\"masthead_menu\":\"\",\"masthead_meta\":\"\",\"masthead_button_link_1\":\"http:\\/\\/themes.pagelines.com\\/dms\",\"masthead_button_text_1\":\"View Your Blog <i class=\\\"icon-angle-right\\\"><\\/i>\",\"masthead_button_target_1\":\"0\",\"masthead_button_theme_1\":\"\",\"masthead_button_link_2\":\"\",\"masthead_button_text_2\":\"\",\"masthead_button_target_2\":\"0\",\"masthead_button_theme_2\":\"\"}'),(254,'u7f704','{\"ibox_cols\":\"4\",\"ibox_media\":\"image\",\"ibox_format\":\"top\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Training Program\",\"text\":\"Focused on what matters most -\\nYour education and knoweldge\",\"link\":\"http:\\/\\/www.pagelines.com\\/user-guide\\/\",\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9016\\/2014\\/04\\/traderclicking11.jpg\",\"image_attach_id\":\"1835\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Algorithmic Trading\",\"text\":\"Jump start your trading with high-performance trading algorithms\",\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9016\\/2014\\/04\\/s12.jpg\",\"image_attach_id\":\"1839\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Quantitative Technology\",\"text\":\"Trading tools designed to alert you of market sentiment, velocity leaders and predictive levels\",\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9016\\/2014\\/04\\/marketanalyzer1.jpg\",\"image_attach_id\":\"1845\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"image\",\"ibox_format\":\"top\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Training Program\",\"text\":\"Focused on what matters most -\\nYour education and knoweldge\",\"link\":\"http:\\/\\/www.pagelines.com\\/user-guide\\/\",\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9016\\/2014\\/04\\/traderclicking11.jpg\",\"image_attach_id\":\"1835\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Algorithmic Trading\",\"text\":\"Jump start your trading with high-performance trading algorithms\",\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9016\\/2014\\/04\\/s12.jpg\",\"image_attach_id\":\"1839\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Quantitative Technology\",\"text\":\"Trading tools designed to alert you of market sentiment, velocity leaders and predictive levels\",\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9016\\/2014\\/04\\/marketanalyzer1.jpg\",\"image_attach_id\":\"1845\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"image\",\"ibox_format\":\"top\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Training Program\",\"text\":\"Focused on what matters most -\\nYour education and knoweldge\",\"link\":\"http:\\/\\/www.pagelines.com\\/user-guide\\/\",\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9016\\/2014\\/04\\/traderclicking11.jpg\",\"image_attach_id\":\"1835\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Algorithmic Trading\",\"text\":\"Jump start your trading with high-performance trading algorithms\",\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9016\\/2014\\/04\\/s12.jpg\",\"image_attach_id\":\"1839\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Quantitative Technology\",\"text\":\"Trading tools designed to alert you of market sentiment, velocity leaders and predictive levels\",\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9016\\/2014\\/04\\/marketanalyzer1.jpg\",\"image_attach_id\":\"1845\",\"showitem\":\"1\"}}}'),(255,'u3e889','{\"pl_area_bg\":\"pl-dark-img\",\"pl_area_image\":\"[pl_parent_url]\\/images\\/getting-started-mast-bg.jpg\",\"pl_area_pad\":\"80px\",\"pl_area_parallax\":\"pl-parallax\"}','{\"pl_area_bg\":\"pl-dark-img\",\"pl_area_image\":\"[pl_parent_url]\\/images\\/getting-started-mast-bg.jpg\",\"pl_area_pad\":\"80px\",\"pl_area_parallax\":\"pl-parallax\"}','{\"pl_area_bg\":\"pl-dark-img\",\"pl_area_image\":\"[pl_parent_url]\\/images\\/getting-started-mast-bg.jpg\",\"pl_area_pad\":\"80px\",\"pl_area_parallax\":\"pl-parallax\"}'),(256,'u3efb3','{\"pagelines_masthead_title\":\"Congratulations!\",\"pagelines_masthead_tagline\":\"You are up and running with PageLines DMS.\",\"pagelines_masthead_img\":\"[pl_parent_url]\\/images\\/getting-started-pl-logo.png\",\"masthead_button_link_1\":\"http:\\/\\/themes.pagelines.com\\/dms\",\"masthead_button_text_1\":\"View Your Blog <i class=\\\"icon-angle-right\\\"><\\/i>\"}','{\"pagelines_masthead_title\":\"Congratulations!\",\"pagelines_masthead_tagline\":\"You are up and running with PageLines DMS.\",\"pagelines_masthead_img\":\"[pl_parent_url]\\/images\\/getting-started-pl-logo.png\",\"masthead_button_link_1\":\"http:\\/\\/themes.pagelines.com\\/dms\",\"masthead_button_text_1\":\"View Your Blog <i class=\\\"icon-angle-right\\\"><\\/i>\"}','{\"pagelines_masthead_title\":\"Congratulations!\",\"pagelines_masthead_tagline\":\"You are up and running with PageLines DMS.\",\"pagelines_masthead_img\":\"[pl_parent_url]\\/images\\/getting-started-pl-logo.png\",\"masthead_button_link_1\":\"http:\\/\\/themes.pagelines.com\\/dms\",\"masthead_button_text_1\":\"View Your Blog <i class=\\\"icon-angle-right\\\"><\\/i>\"}'),(257,'u3f459','{\"ibox_array\":[{\"title\":\"Quick Start\",\"text\":\"New to PageLines? Get started fast with PageLines DMS Quick Start guide...\",\"icon\":\"rocket\",\"link\":\"http:\\/\\/www.pagelines.com\\/quickstart\\/\"},{\"title\":\"Forum\",\"text\":\"Have questions? We are happy to help, just search or post on PageLines Forum.\",\"icon\":\"comment\",\"link\":\"http:\\/\\/forum.pagelines.com\\/\"},{\"title\":\"Docs\",\"text\":\"Time to dig in. Check out the Docs for specifics on creating your dream website.\",\"icon\":\"file-text\",\"link\":\"http:\\/\\/docs.pagelines.com\\/\"}]}','{\"ibox_array\":[{\"title\":\"Quick Start\",\"text\":\"New to PageLines? Get started fast with PageLines DMS Quick Start guide...\",\"icon\":\"rocket\",\"link\":\"http:\\/\\/www.pagelines.com\\/quickstart\\/\"},{\"title\":\"Forum\",\"text\":\"Have questions? We are happy to help, just search or post on PageLines Forum.\",\"icon\":\"comment\",\"link\":\"http:\\/\\/forum.pagelines.com\\/\"},{\"title\":\"Docs\",\"text\":\"Time to dig in. Check out the Docs for specifics on creating your dream website.\",\"icon\":\"file-text\",\"link\":\"http:\\/\\/docs.pagelines.com\\/\"}]}','{\"ibox_array\":[{\"title\":\"Quick Start\",\"text\":\"New to PageLines? Get started fast with PageLines DMS Quick Start guide...\",\"icon\":\"rocket\",\"link\":\"http:\\/\\/www.pagelines.com\\/quickstart\\/\"},{\"title\":\"Forum\",\"text\":\"Have questions? We are happy to help, just search or post on PageLines Forum.\",\"icon\":\"comment\",\"link\":\"http:\\/\\/forum.pagelines.com\\/\"},{\"title\":\"Docs\",\"text\":\"Time to dig in. Check out the Docs for specifics on creating your dream website.\",\"icon\":\"file-text\",\"link\":\"http:\\/\\/docs.pagelines.com\\/\"}]}'),(258,'u7e6e0','[]','[]','[]'),(259,'u46662','[]','[]','[]'),(260,'u469b6','[]','[]','[]'),(261,'u46b67','[]','[]','[]'),(262,'u58c52','[]','[]','[]'),(263,'uqk26wl','[]','[]','[]'),(264,'u7e562','[]','[]','[]'),(265,'u8400f','{\"navbar_theme\":\"\",\"navbar_alignment\":\"\",\"navbar_hidesearch\":\"\",\"navbar_menu\":\"\",\"navbar_enable_hover\":\"\",\"navbar_logo\":\"\"}','{\"navbar_theme\":\"\",\"navbar_alignment\":\"\",\"navbar_hidesearch\":\"\",\"navbar_menu\":\"\",\"navbar_enable_hover\":\"\",\"navbar_logo\":\"\"}','{\"navbar_theme\":\"\",\"navbar_alignment\":\"\",\"navbar_hidesearch\":\"\",\"navbar_menu\":\"\",\"navbar_enable_hover\":\"\",\"navbar_logo\":\"\"}'),(266,'u148f6','{\"navbar_theme\":\"\",\"navbar_alignment\":\"\",\"navbar_hidesearch\":\"\",\"navbar_menu\":\"\",\"navbar_enable_hover\":\"\",\"navbar_logo\":\"\"}','{\"navbar_theme\":\"\",\"navbar_alignment\":\"\",\"navbar_hidesearch\":\"\",\"navbar_menu\":\"\",\"navbar_enable_hover\":\"\",\"navbar_logo\":\"\"}','{\"navbar_theme\":\"\",\"navbar_alignment\":\"\",\"navbar_hidesearch\":\"\",\"navbar_menu\":\"\",\"navbar_enable_hover\":\"\",\"navbar_logo\":\"\"}'),(267,'u1ad23','{\"navbar_theme\":\"\",\"navbar_alignment\":\"\",\"navbar_hidesearch\":\"\",\"navbar_menu\":\"\",\"navbar_enable_hover\":\"\",\"navbar_logo\":\"\"}','{\"navbar_theme\":\"\",\"navbar_alignment\":\"\",\"navbar_hidesearch\":\"\",\"navbar_menu\":\"\",\"navbar_enable_hover\":\"\",\"navbar_logo\":\"\"}','{\"navbar_theme\":\"\",\"navbar_alignment\":\"\",\"navbar_hidesearch\":\"\",\"navbar_menu\":\"\",\"navbar_enable_hover\":\"\",\"navbar_logo\":\"\"}'),(268,'u255ab','{\"navbar_theme\":\"\",\"navbar_alignment\":\"\",\"navbar_hidesearch\":\"\",\"navbar_menu\":\"\",\"navbar_enable_hover\":\"\",\"navbar_logo\":\"\"}','{\"navbar_theme\":\"\",\"navbar_alignment\":\"\",\"navbar_hidesearch\":\"\",\"navbar_menu\":\"\",\"navbar_enable_hover\":\"\",\"navbar_logo\":\"\"}','{\"navbar_theme\":\"\",\"navbar_alignment\":\"\",\"navbar_hidesearch\":\"\",\"navbar_menu\":\"\",\"navbar_enable_hover\":\"\",\"navbar_logo\":\"\"}'),(269,'u33bf7','{\"navbar_theme\":\"\",\"navbar_alignment\":\"\",\"navbar_hidesearch\":\"\",\"navbar_menu\":\"\",\"navbar_enable_hover\":\"\",\"navbar_logo\":\"\"}','{\"navbar_theme\":\"\",\"navbar_alignment\":\"\",\"navbar_hidesearch\":\"\",\"navbar_menu\":\"\",\"navbar_enable_hover\":\"\",\"navbar_logo\":\"\"}','{\"navbar_theme\":\"\",\"navbar_alignment\":\"\",\"navbar_hidesearch\":\"\",\"navbar_menu\":\"\",\"navbar_enable_hover\":\"\",\"navbar_logo\":\"\"}'),(270,'u3a613','{\"navbar_theme\":\"\",\"navbar_alignment\":\"\",\"navbar_hidesearch\":\"\",\"navbar_menu\":\"\",\"navbar_enable_hover\":\"\",\"navbar_logo\":\"\"}','{\"navbar_theme\":\"\",\"navbar_alignment\":\"\",\"navbar_hidesearch\":\"\",\"navbar_menu\":\"\",\"navbar_enable_hover\":\"\",\"navbar_logo\":\"\"}','{\"navbar_theme\":\"\",\"navbar_alignment\":\"\",\"navbar_hidesearch\":\"\",\"navbar_menu\":\"\",\"navbar_enable_hover\":\"\",\"navbar_logo\":\"\"}'),(271,'u44a3f','{\"navbar_theme\":\"\",\"navbar_alignment\":\"\",\"navbar_hidesearch\":\"\",\"navbar_menu\":\"\",\"navbar_enable_hover\":\"\",\"navbar_logo\":\"\"}','{\"navbar_theme\":\"\",\"navbar_alignment\":\"\",\"navbar_hidesearch\":\"\",\"navbar_menu\":\"\",\"navbar_enable_hover\":\"\",\"navbar_logo\":\"\"}','{\"navbar_theme\":\"\",\"navbar_alignment\":\"\",\"navbar_hidesearch\":\"\",\"navbar_menu\":\"\",\"navbar_enable_hover\":\"\",\"navbar_logo\":\"\"}'),(272,'u4efd0','{\"navbar_theme\":\"\",\"navbar_alignment\":\"\",\"navbar_hidesearch\":\"\",\"navbar_menu\":\"\",\"navbar_enable_hover\":\"\",\"navbar_logo\":\"\"}','{\"navbar_theme\":\"\",\"navbar_alignment\":\"\",\"navbar_hidesearch\":\"\",\"navbar_menu\":\"\",\"navbar_enable_hover\":\"\",\"navbar_logo\":\"\"}','{\"navbar_theme\":\"\",\"navbar_alignment\":\"\",\"navbar_hidesearch\":\"\",\"navbar_menu\":\"\",\"navbar_enable_hover\":\"\",\"navbar_logo\":\"\"}'),(273,'u2b63d','{\"navbar_theme\":\"\",\"navbar_alignment\":\"\",\"navbar_hidesearch\":\"\",\"navbar_menu\":\"\",\"navbar_enable_hover\":\"\",\"navbar_logo\":\"\"}','{\"navbar_theme\":\"\",\"navbar_alignment\":\"\",\"navbar_hidesearch\":\"\",\"navbar_menu\":\"\",\"navbar_enable_hover\":\"\",\"navbar_logo\":\"\"}','{\"navbar_theme\":\"\",\"navbar_alignment\":\"\",\"navbar_hidesearch\":\"\",\"navbar_menu\":\"\",\"navbar_enable_hover\":\"\",\"navbar_logo\":\"\"}'),(274,'u7a611','{\"navbar_theme\":\"\",\"navbar_alignment\":\"\",\"navbar_hidesearch\":\"\",\"navbar_menu\":\"\",\"navbar_enable_hover\":\"\",\"navbar_logo\":\"\"}','{\"navbar_theme\":\"\",\"navbar_alignment\":\"\",\"navbar_hidesearch\":\"\",\"navbar_menu\":\"\",\"navbar_enable_hover\":\"\",\"navbar_logo\":\"\"}','{\"navbar_theme\":\"\",\"navbar_alignment\":\"\",\"navbar_hidesearch\":\"\",\"navbar_menu\":\"\",\"navbar_enable_hover\":\"\",\"navbar_logo\":\"\"}'),(275,'u915ea','[]','[]','[]'),(276,'u9175d','[]','[]','[]'),(277,'u46495','[]','[]','[]'),(278,'u46822','[]','[]','[]'),(279,'u19877','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"\",\"pl_area_bg\":\"0\",\"pl_area_bg_color_enable\":\"0\",\"pl_area_bg_color\":\"000000\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"FFFFFF\"}','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"\",\"pl_area_bg\":\"0\",\"pl_area_bg_color_enable\":\"0\",\"pl_area_bg_color\":\"000000\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"FFFFFF\"}','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"\",\"pl_area_bg\":\"0\",\"pl_area_bg_color_enable\":\"0\",\"pl_area_bg_color\":\"000000\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"FFFFFF\"}'),(280,'ux9f7zp','{\"ibox_cols\":\"3\",\"ibox_media\":\"icon\",\"ibox_format\":\"top\",\"pl_area_class\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"100% Responsive Design\",\"text\":\"The design will scale to fit on all browser widths\\/resolutions and on all mobile devices. \",\"icon\":\"expand\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Flexible Crafted Design\",\"text\":\"Change your site colors and control your website\'s design with point and click options.\",\"icon\":\"magic\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Clean Modern Code\",\"text\":\"PageLines code is easy to read with comments, Hook and simple API. Developing with PageLines is easy.\",\"icon\":\"code\",\"showitem\":\"1\"},\"item4\":{\"title\":\"High Performance\",\"text\":\"Build websites code-free with modular drag and drop. Built for pros, by pros.\",\"icon\":\"bolt\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"3\",\"ibox_media\":\"icon\",\"ibox_format\":\"top\",\"pl_area_class\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"100% Responsive Design\",\"text\":\"The design will scale to fit on all browser widths\\/resolutions and on all mobile devices. \",\"icon\":\"expand\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Flexible Crafted Design\",\"text\":\"Change your site colors and control your website\'s design with point and click options.\",\"icon\":\"magic\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Clean Modern Code\",\"text\":\"PageLines code is easy to read with comments, Hook and simple API. Developing with PageLines is easy.\",\"icon\":\"code\",\"showitem\":\"1\"},\"item4\":{\"title\":\"High Performance\",\"text\":\"Build websites code-free with modular drag and drop. Built for pros, by pros.\",\"icon\":\"bolt\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"3\",\"ibox_media\":\"icon\",\"ibox_format\":\"top\",\"pl_area_class\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"100% Responsive Design\",\"text\":\"The design will scale to fit on all browser widths\\/resolutions and on all mobile devices. \",\"icon\":\"expand\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Flexible Crafted Design\",\"text\":\"Change your site colors and control your website\'s design with point and click options.\",\"icon\":\"magic\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Clean Modern Code\",\"text\":\"PageLines code is easy to read with comments, Hook and simple API. Developing with PageLines is easy.\",\"icon\":\"code\",\"showitem\":\"1\"},\"item4\":{\"title\":\"High Performance\",\"text\":\"Build websites code-free with modular drag and drop. Built for pros, by pros.\",\"icon\":\"bolt\",\"showitem\":\"1\"}}}'),(281,'uxj1ns4','{\"pl_area_pad\":\"30px\",\"pl_area_pad_bottom\":\"30px\",\"pl_area_height\":\"\",\"pl_area_class\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"\",\"pl_area_bg\":\"pl-trans\",\"pl_area_bg_color_enable\":\"1\",\"pl_area_bg_color\":\"F7F7F7\"}','{\"pl_area_pad\":\"30px\",\"pl_area_pad_bottom\":\"30px\",\"pl_area_height\":\"\",\"pl_area_class\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"\",\"pl_area_bg\":\"pl-trans\",\"pl_area_bg_color_enable\":\"1\",\"pl_area_bg_color\":\"F7F7F7\"}','{\"pl_area_pad\":\"30px\",\"pl_area_pad_bottom\":\"30px\",\"pl_area_height\":\"\",\"pl_area_class\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"\",\"pl_area_bg\":\"pl-trans\",\"pl_area_bg_color_enable\":\"1\",\"pl_area_bg_color\":\"F7F7F7\"}'),(282,'uffq7vu','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_area_class\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Premium Design Files\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"expand\",\"showitem\":\"1\"},\"item2\":{\"title\":\"A Real Time Saver\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"time\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Clean Modern Code\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"code\",\"showitem\":\"1\"},\"item4\":{\"title\":\"High Performance\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"bolt\",\"showitem\":\"1\"},\"item5\":{\"title\":\"eCommerce Capability\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"shopping-cart\",\"showitem\":\"1\"},\"item6\":{\"title\":\"Google Fonts Support\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"font\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_area_class\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Premium Design Files\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"expand\",\"showitem\":\"1\"},\"item2\":{\"title\":\"A Real Time Saver\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"time\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Clean Modern Code\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"code\",\"showitem\":\"1\"},\"item4\":{\"title\":\"High Performance\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"bolt\",\"showitem\":\"1\"},\"item5\":{\"title\":\"eCommerce Capability\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"shopping-cart\",\"showitem\":\"1\"},\"item6\":{\"title\":\"Google Fonts Support\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"font\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_area_class\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Premium Design Files\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"expand\",\"showitem\":\"1\"},\"item2\":{\"title\":\"A Real Time Saver\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"time\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Clean Modern Code\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"code\",\"showitem\":\"1\"},\"item4\":{\"title\":\"High Performance\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"bolt\",\"showitem\":\"1\"},\"item5\":{\"title\":\"eCommerce Capability\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"shopping-cart\",\"showitem\":\"1\"},\"item6\":{\"title\":\"Google Fonts Support\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"font\",\"showitem\":\"1\"}}}'),(283,'uyg22ir','{\"pl_area_pad\":\"100px\",\"pl_area_pad_bottom\":\"100px\",\"pl_area_height\":\"\",\"pl_area_class\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"0\",\"pl_area_parallax\":\"\",\"pl_area_bg\":\"\",\"pl_area_bg_color_enable\":\"0\",\"pl_area_bg_color\":\"FFFFFF\"}','{\"pl_area_pad\":\"100px\",\"pl_area_pad_bottom\":\"100px\",\"pl_area_height\":\"\",\"pl_area_class\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"0\",\"pl_area_parallax\":\"\",\"pl_area_bg\":\"\",\"pl_area_bg_color_enable\":\"0\",\"pl_area_bg_color\":\"FFFFFF\"}','{\"pl_area_pad\":\"100px\",\"pl_area_pad_bottom\":\"100px\",\"pl_area_height\":\"\",\"pl_area_class\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"0\",\"pl_area_parallax\":\"\",\"pl_area_bg\":\"\",\"pl_area_bg_color_enable\":\"0\",\"pl_area_bg_color\":\"FFFFFF\"}'),(284,'u19znvl','null','null','null'),(285,'u84qw4t','{\"textbox_title\":\"Are you getting Excited? We\\u2019re just getting started!\",\"textbox_content\":\"\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"24\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Are you getting Excited? We\\u2019re just getting started!\",\"textbox_content\":\"\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"24\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Are you getting Excited? We\\u2019re just getting started!\",\"textbox_content\":\"\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"24\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}'),(286,'u9idhq9','{\"textbox_title\":\"This can be used to describe what you do, how you do it, & who you do it for.\",\"textbox_content\":\"\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"24\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"This can be used to describe what you do, how you do it, & who you do it for.\",\"textbox_content\":\"\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"24\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"This can be used to describe what you do, how you do it, & who you do it for.\",\"textbox_content\":\"\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"24\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}'),(287,'u9i2i07','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_area_class\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Premium Design Files\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"expand\",\"showitem\":\"1\"},\"item2\":{\"title\":\"A Real Time Saver\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"time\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Clean Modern Code\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"code\",\"showitem\":\"1\"},\"item4\":{\"title\":\"High Performance\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"bolt\",\"showitem\":\"1\"},\"item5\":{\"title\":\"sadfasdf\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"showitem\":\"1\"},\"item6\":{\"title\":\"asdfsadfsadf\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_area_class\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Premium Design Files\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"expand\",\"showitem\":\"1\"},\"item2\":{\"title\":\"A Real Time Saver\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"time\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Clean Modern Code\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"code\",\"showitem\":\"1\"},\"item4\":{\"title\":\"High Performance\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"bolt\",\"showitem\":\"1\"},\"item5\":{\"title\":\"sadfasdf\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"showitem\":\"1\"},\"item6\":{\"title\":\"asdfsadfsadf\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_area_class\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Premium Design Files\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"expand\",\"showitem\":\"1\"},\"item2\":{\"title\":\"A Real Time Saver\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"time\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Clean Modern Code\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"code\",\"showitem\":\"1\"},\"item4\":{\"title\":\"High Performance\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"bolt\",\"showitem\":\"1\"},\"item5\":{\"title\":\"sadfasdf\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"showitem\":\"1\"},\"item6\":{\"title\":\"asdfsadfsadf\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"showitem\":\"1\"}}}'),(288,'uddh3y9','{\"_highlight_splash_position\":\"\",\"pl_area_class\":\"\",\"_highlight_head\":\"Crafted With Love <i class=\\\"icon-heart\\\"><\\/i>\",\"_highlight_subhead\":\"Developed with technical excellence \\nand exceptional attention to detail.\",\"_highlight_splash\":\"\",\"_highlight_splash_attach_id\":\"\",\"_highlight_image_frame\":\"0\"}','{\"_highlight_splash_position\":\"\",\"pl_area_class\":\"\",\"_highlight_head\":\"Crafted With Love <i class=\\\"icon-heart\\\"><\\/i>\",\"_highlight_subhead\":\"Developed with technical excellence \\nand exceptional attention to detail.\",\"_highlight_splash\":\"\",\"_highlight_splash_attach_id\":\"\",\"_highlight_image_frame\":\"0\"}','{\"_highlight_splash_position\":\"\",\"pl_area_class\":\"\",\"_highlight_head\":\"Crafted With Love <i class=\\\"icon-heart\\\"><\\/i>\",\"_highlight_subhead\":\"Developed with technical excellence \\nand exceptional attention to detail.\",\"_highlight_splash\":\"\",\"_highlight_splash_attach_id\":\"\",\"_highlight_image_frame\":\"0\"}'),(289,'ud51op4','{\"_highlight_splash_position\":\"\",\"pl_area_class\":\"\",\"_highlight_head\":\"This is PageLines DMS\",\"_highlight_subhead\":\"Let The Journey Begin\",\"_highlight_splash\":\"\",\"_highlight_splash_attach_id\":\"\",\"_highlight_image_frame\":\"0\"}','{\"_highlight_splash_position\":\"\",\"pl_area_class\":\"\",\"_highlight_head\":\"This is PageLines DMS\",\"_highlight_subhead\":\"Let The Journey Begin\",\"_highlight_splash\":\"\",\"_highlight_splash_attach_id\":\"\",\"_highlight_image_frame\":\"0\"}','{\"_highlight_splash_position\":\"\",\"pl_area_class\":\"\",\"_highlight_head\":\"This is PageLines DMS\",\"_highlight_subhead\":\"Let The Journey Begin\",\"_highlight_splash\":\"\",\"_highlight_splash_attach_id\":\"\",\"_highlight_image_frame\":\"0\"}'),(290,'u1eae4','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"\",\"pl_area_bg\":\"\",\"pl_area_bg_color_enable\":\"0\",\"pl_area_bg_color\":\"FFFFFF\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"FFFFFF\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"\",\"pl_area_bg\":\"\",\"pl_area_bg_color_enable\":\"0\",\"pl_area_bg_color\":\"FFFFFF\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"FFFFFF\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"\",\"pl_area_bg\":\"\",\"pl_area_bg_color_enable\":\"0\",\"pl_area_bg_color\":\"FFFFFF\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"FFFFFF\"}'),(291,'uq1wopo','{\"ibox_cols\":\"3\",\"ibox_media\":\"icon\",\"ibox_format\":\"top\",\"pl_area_class\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"100% Responsive Design\",\"text\":\"The design will scale to fit on all browser widths\\/resolutions and on all mobile devices. \",\"icon\":\"expand\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Flexible Crafted Design\",\"text\":\"Change your site colors and control your website\'s design with point and click options.\",\"icon\":\"magic\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Clean Modern Code\",\"text\":\"PageLines code is easy to read with comments, Hook and simple API. Developing with PageLines is easy.\",\"icon\":\"code\",\"showitem\":\"1\"},\"item4\":{\"title\":\"High Performance\",\"text\":\"Build websites code-free with modular drag and drop. Built for pros, by pros.\",\"icon\":\"bolt\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"3\",\"ibox_media\":\"icon\",\"ibox_format\":\"top\",\"pl_area_class\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"100% Responsive Design\",\"text\":\"The design will scale to fit on all browser widths\\/resolutions and on all mobile devices. \",\"icon\":\"expand\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Flexible Crafted Design\",\"text\":\"Change your site colors and control your website\'s design with point and click options.\",\"icon\":\"magic\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Clean Modern Code\",\"text\":\"PageLines code is easy to read with comments, Hook and simple API. Developing with PageLines is easy.\",\"icon\":\"code\",\"showitem\":\"1\"},\"item4\":{\"title\":\"High Performance\",\"text\":\"Build websites code-free with modular drag and drop. Built for pros, by pros.\",\"icon\":\"bolt\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"3\",\"ibox_media\":\"icon\",\"ibox_format\":\"top\",\"pl_area_class\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"100% Responsive Design\",\"text\":\"The design will scale to fit on all browser widths\\/resolutions and on all mobile devices. \",\"icon\":\"expand\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Flexible Crafted Design\",\"text\":\"Change your site colors and control your website\'s design with point and click options.\",\"icon\":\"magic\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Clean Modern Code\",\"text\":\"PageLines code is easy to read with comments, Hook and simple API. Developing with PageLines is easy.\",\"icon\":\"code\",\"showitem\":\"1\"},\"item4\":{\"title\":\"High Performance\",\"text\":\"Build websites code-free with modular drag and drop. Built for pros, by pros.\",\"icon\":\"bolt\",\"showitem\":\"1\"}}}'),(292,'umucjwt','{\"flipper_post_type\":\"portfolio\",\"flipper_format\":\"\",\"flipper_shown\":\"3\",\"flipper_sizes\":\"basic-thumb\",\"flipper_total\":\"10\",\"flipper_hide_nav\":\"0\",\"flipper_post_sort\":\"DESC\",\"flipper_meta_key\":\"\",\"flipper_meta_value\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"flipper_title\":\"Recent Work\",\"flipper_hide_title_link\":\"0\",\"flipper_meta\":\"\",\"flipper_show_excerpt\":\"0\",\"disable_flipper_show_love\":\"0\"}','{\"flipper_post_type\":\"portfolio\",\"flipper_format\":\"\",\"flipper_shown\":\"3\",\"flipper_sizes\":\"basic-thumb\",\"flipper_total\":\"10\",\"flipper_hide_nav\":\"0\",\"flipper_post_sort\":\"DESC\",\"flipper_meta_key\":\"\",\"flipper_meta_value\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"flipper_title\":\"Recent Work\",\"flipper_hide_title_link\":\"0\",\"flipper_meta\":\"\",\"flipper_show_excerpt\":\"0\",\"disable_flipper_show_love\":\"0\"}','{\"flipper_post_type\":\"portfolio\",\"flipper_format\":\"\",\"flipper_shown\":\"3\",\"flipper_sizes\":\"basic-thumb\",\"flipper_total\":\"10\",\"flipper_hide_nav\":\"0\",\"flipper_post_sort\":\"DESC\",\"flipper_meta_key\":\"\",\"flipper_meta_value\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"flipper_title\":\"Recent Work\",\"flipper_hide_title_link\":\"0\",\"flipper_meta\":\"\",\"flipper_show_excerpt\":\"0\",\"disable_flipper_show_love\":\"0\"}'),(293,'uttonvq','{\"icallout_format\":\"\",\"icallout_text\":\"Ready for a smarter website?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get DMS For Wordpress\",\"icallout_btn_theme\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"icallout_format\":\"\",\"icallout_text\":\"Ready for a smarter website?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get DMS For Wordpress\",\"icallout_btn_theme\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"icallout_format\":\"\",\"icallout_text\":\"Ready for a smarter website?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get DMS For Wordpress\",\"icallout_btn_theme\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}'),(294,'u92b70','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/blue-bg.jpg\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"\",\"pl_area_bg\":\"pl-black\",\"pl_area_bg_color_enable\":\"0\",\"pl_area_bg_color\":\"337EFF\",\"pl_area_background\":\"http:\\/\\/themes.pagelines.com\\/dms\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/blue-bg.jpg\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"FFFFFF\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/blue-bg.jpg\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"\",\"pl_area_bg\":\"pl-black\",\"pl_area_bg_color_enable\":\"0\",\"pl_area_bg_color\":\"337EFF\",\"pl_area_background\":\"http:\\/\\/themes.pagelines.com\\/dms\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/blue-bg.jpg\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"FFFFFF\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/blue-bg.jpg\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"\",\"pl_area_bg\":\"pl-black\",\"pl_area_bg_color_enable\":\"0\",\"pl_area_bg_color\":\"337EFF\",\"pl_area_background\":\"http:\\/\\/themes.pagelines.com\\/dms\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/blue-bg.jpg\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"FFFFFF\"}'),(295,'uaxi11d','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"333333\"}','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"333333\"}','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"333333\"}'),(296,'ur4buw0','{\"textbox_title\":\"\",\"textbox_content\":\"<h4>Masonry Post Type Loop Section Goes Here<\\/h4>\\nImage Only<br \\/>\\nSlider<br \\/>\\nAudio<br \\/>\\nLocal Video<br \\/>\\nEmbedded Video<br \\/>\\nQuote\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_content\":\"<h4>Masonry Post Type Loop Section Goes Here<\\/h4>\\nImage Only<br \\/>\\nSlider<br \\/>\\nAudio<br \\/>\\nLocal Video<br \\/>\\nEmbedded Video<br \\/>\\nQuote\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_content\":\"<h4>Masonry Post Type Loop Section Goes Here<\\/h4>\\nImage Only<br \\/>\\nSlider<br \\/>\\nAudio<br \\/>\\nLocal Video<br \\/>\\nEmbedded Video<br \\/>\\nQuote\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}'),(297,'uun2urh','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"strong\",\"textbox_content\":\"<h4>Alternate Flipper Section Goes Here (Full Width - sample below - no padding)<\\/h4>\\n<img src=\\\"http:\\/\\/themes.pagelines.com\\/dms\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/sample.png\\\" \\/>\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"24\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"strong\",\"textbox_content\":\"<h4>Alternate Flipper Section Goes Here (Full Width - sample below - no padding)<\\/h4>\\n<img src=\\\"http:\\/\\/themes.pagelines.com\\/dms\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/sample.png\\\" \\/>\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"24\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"strong\",\"textbox_content\":\"<h4>Alternate Flipper Section Goes Here (Full Width - sample below - no padding)<\\/h4>\\n<img src=\\\"http:\\/\\/themes.pagelines.com\\/dms\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/sample.png\\\" \\/>\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"24\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}'),(298,'ufdu85x','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_area_class\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"1\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"\",\"pl_area_bg\":\"pl-black\",\"pl_area_bg_color_enable\":\"1\",\"pl_area_bg_color\":\"337EFF\"}','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_area_class\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"1\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"\",\"pl_area_bg\":\"pl-black\",\"pl_area_bg_color_enable\":\"1\",\"pl_area_bg_color\":\"337EFF\"}','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_area_class\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"1\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"\",\"pl_area_bg\":\"pl-black\",\"pl_area_bg_color_enable\":\"1\",\"pl_area_bg_color\":\"337EFF\"}'),(299,'u97c78','null','null','null'),(300,'uoredc1','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_area_class\":\"\",\"ibox_array\":{\"item1\":{\"showitem\":\"1\"},\"item2\":{\"showitem\":\"1\"},\"item3\":{\"showitem\":\"1\"},\"item4\":{\"showitem\":\"1\"},\"item5\":{\"showitem\":\"1\"},\"item6\":{\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_area_class\":\"\",\"ibox_array\":{\"item1\":{\"showitem\":\"1\"},\"item2\":{\"showitem\":\"1\"},\"item3\":{\"showitem\":\"1\"},\"item4\":{\"showitem\":\"1\"},\"item5\":{\"showitem\":\"1\"},\"item6\":{\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_area_class\":\"\",\"ibox_array\":{\"item1\":{\"showitem\":\"1\"},\"item2\":{\"showitem\":\"1\"},\"item3\":{\"showitem\":\"1\"},\"item4\":{\"showitem\":\"1\"},\"item5\":{\"showitem\":\"1\"},\"item6\":{\"showitem\":\"1\"}}}'),(301,'u4n3wfe','{\"pl_area_pad\":\"70px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"pl-scroll-translate\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"FFFFFF\"}','{\"pl_area_pad\":\"70px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"pl-scroll-translate\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"FFFFFF\"}','{\"pl_area_pad\":\"70px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"pl-scroll-translate\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"FFFFFF\"}'),(302,'uz4jfxl','{\"starbar_count\":\"5\",\"starbar_total\":\"\",\"starbar_modifier\":\"Clients\",\"starbar_format\":\"append\",\"starbar_container_title\":\"<h2>Industries<\\/h2>\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"starbar_descriptor_1\":\"Travel\",\"starbar_value_1\":\"70\",\"starbar_descriptor_2\":\"Entertainment\",\"starbar_value_2\":\"80\",\"starbar_descriptor_3\":\"Fashion\",\"starbar_value_3\":\"93\",\"starbar_descriptor_4\":\"Medical\",\"starbar_value_4\":\"90\",\"starbar_descriptor_5\":\"Financial\",\"starbar_value_5\":\"87\"}','{\"starbar_count\":\"5\",\"starbar_total\":\"\",\"starbar_modifier\":\"Clients\",\"starbar_format\":\"append\",\"starbar_container_title\":\"<h2>Industries<\\/h2>\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"starbar_descriptor_1\":\"Travel\",\"starbar_value_1\":\"70\",\"starbar_descriptor_2\":\"Entertainment\",\"starbar_value_2\":\"80\",\"starbar_descriptor_3\":\"Fashion\",\"starbar_value_3\":\"93\",\"starbar_descriptor_4\":\"Medical\",\"starbar_value_4\":\"90\",\"starbar_descriptor_5\":\"Financial\",\"starbar_value_5\":\"87\"}','{\"starbar_count\":\"5\",\"starbar_total\":\"\",\"starbar_modifier\":\"Clients\",\"starbar_format\":\"append\",\"starbar_container_title\":\"<h2>Industries<\\/h2>\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"starbar_descriptor_1\":\"Travel\",\"starbar_value_1\":\"70\",\"starbar_descriptor_2\":\"Entertainment\",\"starbar_value_2\":\"80\",\"starbar_descriptor_3\":\"Fashion\",\"starbar_value_3\":\"93\",\"starbar_descriptor_4\":\"Medical\",\"starbar_value_4\":\"90\",\"starbar_descriptor_5\":\"Financial\",\"starbar_value_5\":\"87\"}'),(303,'uejjmjg','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"pl-scroll-translate\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-white\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"F7F7F7\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"pl-scroll-translate\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-white\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"F7F7F7\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"pl-scroll-translate\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-white\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"F7F7F7\"}'),(304,'ukehfqu','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"0\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"F7F7F7\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"0\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"F7F7F7\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"0\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"F7F7F7\"}'),(305,'ulfpfez','[]','[]','[]'),(306,'udxgl98','null','null','null'),(307,'ufxpv3o','{\"flipper_post_type\":\"\",\"flipper_shown\":\"3\",\"flipper_sizes\":\"large\",\"flipper_title\":\"Flipper With Team Profile Areas\",\"flipper_hide_title_link\":\"0\",\"flipper_meta\":\"\",\"flipper_total\":\"10\",\"flipper_meta_key\":\"\",\"flipper_meta_value\":\"\",\"pl_area_class\":\"\"}','{\"flipper_post_type\":\"\",\"flipper_shown\":\"3\",\"flipper_sizes\":\"large\",\"flipper_title\":\"Flipper With Team Profile Areas\",\"flipper_hide_title_link\":\"0\",\"flipper_meta\":\"\",\"flipper_total\":\"10\",\"flipper_meta_key\":\"\",\"flipper_meta_value\":\"\",\"pl_area_class\":\"\"}','{\"flipper_post_type\":\"\",\"flipper_shown\":\"3\",\"flipper_sizes\":\"large\",\"flipper_title\":\"Flipper With Team Profile Areas\",\"flipper_hide_title_link\":\"0\",\"flipper_meta\":\"\",\"flipper_total\":\"10\",\"flipper_meta_key\":\"\",\"flipper_meta_value\":\"\",\"pl_area_class\":\"\"}'),(308,'ukdhx55','{\"icallout_format\":\"inline\",\"icallout_text\":\"Ready for a smarter website?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get DMS for Wordpress\",\"icallout_btn_theme\":\"btn-ol-white\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"icallout_format\":\"inline\",\"icallout_text\":\"Ready for a smarter website?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get DMS for Wordpress\",\"icallout_btn_theme\":\"btn-ol-white\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"icallout_format\":\"inline\",\"icallout_text\":\"Ready for a smarter website?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get DMS for Wordpress\",\"icallout_btn_theme\":\"btn-ol-white\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}'),(309,'u46308','{\"pl_area_pad\":\"50px\",\"pl_area_pad_bottom\":\"50px\",\"pl_area_height\":\"\",\"pl_area_class\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"\",\"pl_area_bg\":\"pl-black\",\"pl_area_bg_color_enable\":\"1\",\"pl_area_bg_color\":\"313233\"}','{\"pl_area_pad\":\"50px\",\"pl_area_pad_bottom\":\"50px\",\"pl_area_height\":\"\",\"pl_area_class\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"\",\"pl_area_bg\":\"pl-black\",\"pl_area_bg_color_enable\":\"1\",\"pl_area_bg_color\":\"313233\"}','{\"pl_area_pad\":\"50px\",\"pl_area_pad_bottom\":\"50px\",\"pl_area_height\":\"\",\"pl_area_class\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"\",\"pl_area_bg\":\"pl-black\",\"pl_area_bg_color_enable\":\"1\",\"pl_area_bg_color\":\"313233\"}'),(310,'u307dc','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"100px\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"pl-scroll-translate\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"FFFFFF\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"100px\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"pl-scroll-translate\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"FFFFFF\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"100px\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"pl-scroll-translate\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"FFFFFF\"}'),(311,'uskrano','{\"textbox_title\":\"Our Story\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam eget ullamcorper nibh, nec porttitor diam. Nunc et lectus posuere, gravida augue ut, faucibus est. Curabitur sit amet massa tellus. Mauris vitae augue ornare, porta felis id, commodo sapien. Nulla facilisi. Aenean et felis ultricies, porta est et, iaculis erat. Maecenas in pulvinar dui. In placerat lacinia ante, eu fermentum massa sagittis eget. <br \\/><br \\/> Aliquam feugiat mattis eleifend. Sed et semper enim. Nunc eget ligula felis. Nulla id egestas arcu.Donec vel accumsan lectus. In imperdiet tortor non risus sodales convallis. Pellentesque habitant morbi tristique senectus et netus et malesuada.\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"h3\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Our Story\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam eget ullamcorper nibh, nec porttitor diam. Nunc et lectus posuere, gravida augue ut, faucibus est. Curabitur sit amet massa tellus. Mauris vitae augue ornare, porta felis id, commodo sapien. Nulla facilisi. Aenean et felis ultricies, porta est et, iaculis erat. Maecenas in pulvinar dui. In placerat lacinia ante, eu fermentum massa sagittis eget. <br \\/><br \\/> Aliquam feugiat mattis eleifend. Sed et semper enim. Nunc eget ligula felis. Nulla id egestas arcu.Donec vel accumsan lectus. In imperdiet tortor non risus sodales convallis. Pellentesque habitant morbi tristique senectus et netus et malesuada.\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"h3\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Our Story\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam eget ullamcorper nibh, nec porttitor diam. Nunc et lectus posuere, gravida augue ut, faucibus est. Curabitur sit amet massa tellus. Mauris vitae augue ornare, porta felis id, commodo sapien. Nulla facilisi. Aenean et felis ultricies, porta est et, iaculis erat. Maecenas in pulvinar dui. In placerat lacinia ante, eu fermentum massa sagittis eget. <br \\/><br \\/> Aliquam feugiat mattis eleifend. Sed et semper enim. Nunc eget ligula felis. Nulla id egestas arcu.Donec vel accumsan lectus. In imperdiet tortor non risus sodales convallis. Pellentesque habitant morbi tristique senectus et netus et malesuada.\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"h3\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}'),(312,'uci0h6j','{\"starbar_count\":\"5\",\"starbar_total\":\"\",\"starbar_modifier\":\"\",\"starbar_format\":\"append\",\"starbar_container_title\":\"Our Skills\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"starbar_descriptor_1\":\"Photoshop\",\"starbar_value_1\":\"70\",\"starbar_descriptor_2\":\"Fireworks\",\"starbar_value_2\":\"80\",\"starbar_descriptor_3\":\"iOS Development\",\"starbar_value_3\":\"93\",\"starbar_descriptor_4\":\"Branding\",\"starbar_value_4\":\"90\",\"starbar_descriptor_5\":\"Responsive Web Design\",\"starbar_value_5\":\"87\"}','{\"starbar_count\":\"5\",\"starbar_total\":\"\",\"starbar_modifier\":\"\",\"starbar_format\":\"append\",\"starbar_container_title\":\"Our Skills\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"starbar_descriptor_1\":\"Photoshop\",\"starbar_value_1\":\"70\",\"starbar_descriptor_2\":\"Fireworks\",\"starbar_value_2\":\"80\",\"starbar_descriptor_3\":\"iOS Development\",\"starbar_value_3\":\"93\",\"starbar_descriptor_4\":\"Branding\",\"starbar_value_4\":\"90\",\"starbar_descriptor_5\":\"Responsive Web Design\",\"starbar_value_5\":\"87\"}','{\"starbar_count\":\"5\",\"starbar_total\":\"\",\"starbar_modifier\":\"\",\"starbar_format\":\"append\",\"starbar_container_title\":\"Our Skills\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"starbar_descriptor_1\":\"Photoshop\",\"starbar_value_1\":\"70\",\"starbar_descriptor_2\":\"Fireworks\",\"starbar_value_2\":\"80\",\"starbar_descriptor_3\":\"iOS Development\",\"starbar_value_3\":\"93\",\"starbar_descriptor_4\":\"Branding\",\"starbar_value_4\":\"90\",\"starbar_descriptor_5\":\"Responsive Web Design\",\"starbar_value_5\":\"87\"}'),(313,'uefrwb0','null','null','null'),(314,'uib7aa4','{\"pl_area_pad\":\"100px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"333333\"}','{\"pl_area_pad\":\"100px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"333333\"}','{\"pl_area_pad\":\"100px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"333333\"}'),(315,'u79a84','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"50px\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"pl-scroll-translate\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"f3f3f3\"}','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"50px\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"pl-scroll-translate\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"f3f3f3\"}','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"50px\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"pl-scroll-translate\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"f3f3f3\"}'),(316,'ufsell6','null','null','null'),(317,'uzvzuog','{\"icallout_format\":\"inline\",\"icallout_text\":\"Ready for a smarter website?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get DMS For Wordpress\",\"icallout_btn_theme\":\"btn-ol-white\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"icallout_format\":\"inline\",\"icallout_text\":\"Ready for a smarter website?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get DMS For Wordpress\",\"icallout_btn_theme\":\"btn-ol-white\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"icallout_format\":\"inline\",\"icallout_text\":\"Ready for a smarter website?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get DMS For Wordpress\",\"icallout_btn_theme\":\"btn-ol-white\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}'),(318,'uzepxy4','{\"pagelines_herounit_title\":\"Amy Bennett\",\"pagelines_herounit_tagline\":\"UX Designer\",\"pagelines_herounit_image\":\"\",\"pagelines_herounit_image_attach_id\":\"\",\"herounit_reverse\":\"0\",\"pl_area_class\":\"\",\"herounit_left_width\":\"span6\",\"herounit_right_width\":\"span6\",\"herounit_button_link\":\"\",\"herounit_button_text\":\"\",\"herounit_button_target\":\"0\",\"herounit_button_theme\":\"primary\"}','{\"pagelines_herounit_title\":\"Amy Bennett\",\"pagelines_herounit_tagline\":\"UX Designer\",\"pagelines_herounit_image\":\"\",\"pagelines_herounit_image_attach_id\":\"\",\"herounit_reverse\":\"0\",\"pl_area_class\":\"\",\"herounit_left_width\":\"span6\",\"herounit_right_width\":\"span6\",\"herounit_button_link\":\"\",\"herounit_button_text\":\"\",\"herounit_button_target\":\"0\",\"herounit_button_theme\":\"primary\"}','{\"pagelines_herounit_title\":\"Amy Bennett\",\"pagelines_herounit_tagline\":\"UX Designer\",\"pagelines_herounit_image\":\"\",\"pagelines_herounit_image_attach_id\":\"\",\"herounit_reverse\":\"0\",\"pl_area_class\":\"\",\"herounit_left_width\":\"span6\",\"herounit_right_width\":\"span6\",\"herounit_button_link\":\"\",\"herounit_button_text\":\"\",\"herounit_button_target\":\"0\",\"herounit_button_theme\":\"primary\"}'),(319,'u542a8','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"\",\"pl_area_bg\":\"pl-black\",\"pl_area_bg_color_enable\":\"0\",\"pl_area_bg_color\":\"FFFFFF\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"FFFFFF\"}','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"\",\"pl_area_bg\":\"pl-black\",\"pl_area_bg_color_enable\":\"0\",\"pl_area_bg_color\":\"FFFFFF\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"FFFFFF\"}','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"\",\"pl_area_bg\":\"pl-black\",\"pl_area_bg_color_enable\":\"0\",\"pl_area_bg_color\":\"FFFFFF\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"FFFFFF\"}'),(320,'u3bcham','[]','[]','[]'),(321,'u66b61','[]','[]','[]'),(322,'usondqg','[]','[]','[]'),(323,'usb7hp8','{\"_highlight_splash_position\":\"\",\"pl_area_class\":\"\",\"_highlight_head\":\"hey\",\"_highlight_subhead\":\"Do you like to edit things visually? PageLines DMS has a modular drag and drop system that allows you to create high-performance, semantically structured markup.\",\"_highlight_splash\":\"\",\"_highlight_splash_attach_id\":\"\",\"_highlight_image_frame\":\"0\"}','{\"_highlight_splash_position\":\"\",\"pl_area_class\":\"\",\"_highlight_head\":\"hey\",\"_highlight_subhead\":\"Do you like to edit things visually? PageLines DMS has a modular drag and drop system that allows you to create high-performance, semantically structured markup.\",\"_highlight_splash\":\"\",\"_highlight_splash_attach_id\":\"\",\"_highlight_image_frame\":\"0\"}','{\"_highlight_splash_position\":\"\",\"pl_area_class\":\"\",\"_highlight_head\":\"hey\",\"_highlight_subhead\":\"Do you like to edit things visually? PageLines DMS has a modular drag and drop system that allows you to create high-performance, semantically structured markup.\",\"_highlight_splash\":\"\",\"_highlight_splash_attach_id\":\"\",\"_highlight_image_frame\":\"0\"}'),(324,'usq3oo1','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/sections1.png\",\"mediabox_image_attach_id\":\"152\",\"mediabox_title\":\"\",\"mediabox_html\":\"\",\"pl_area_class\":\"\",\"mediabox_align\":\"center\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/sections1.png\",\"mediabox_image_attach_id\":\"152\",\"mediabox_title\":\"\",\"mediabox_html\":\"\",\"pl_area_class\":\"\",\"mediabox_align\":\"center\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/sections1.png\",\"mediabox_image_attach_id\":\"152\",\"mediabox_title\":\"\",\"mediabox_html\":\"\",\"pl_area_class\":\"\",\"mediabox_align\":\"center\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}'),(325,'ujku7tz','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/sections1.png\",\"mediabox_image_attach_id\":\"152\",\"mediabox_image_alt\":\"\",\"mediabox_title\":\"\",\"mediabox_html\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"mediabox_align\":\"center\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-from-left\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/sections1.png\",\"mediabox_image_attach_id\":\"152\",\"mediabox_image_alt\":\"\",\"mediabox_title\":\"\",\"mediabox_html\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"mediabox_align\":\"center\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-from-left\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/sections1.png\",\"mediabox_image_attach_id\":\"152\",\"mediabox_image_alt\":\"\",\"mediabox_title\":\"\",\"mediabox_html\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"mediabox_align\":\"center\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-from-left\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}'),(326,'ufdv572','{\"_highlight_splash_position\":\"\",\"pl_area_class\":\"\",\"_highlight_head\":\"hey\",\"_highlight_subhead\":\"Do you like to edit things visually? PageLines DMS has a modular drag and drop system that allows you to create high-performance, semantically structured markup.\",\"_highlight_splash\":\"\",\"_highlight_splash_attach_id\":\"\",\"_highlight_image_frame\":\"0\"}','{\"_highlight_splash_position\":\"\",\"pl_area_class\":\"\",\"_highlight_head\":\"hey\",\"_highlight_subhead\":\"Do you like to edit things visually? PageLines DMS has a modular drag and drop system that allows you to create high-performance, semantically structured markup.\",\"_highlight_splash\":\"\",\"_highlight_splash_attach_id\":\"\",\"_highlight_image_frame\":\"0\"}','{\"_highlight_splash_position\":\"\",\"pl_area_class\":\"\",\"_highlight_head\":\"hey\",\"_highlight_subhead\":\"Do you like to edit things visually? PageLines DMS has a modular drag and drop system that allows you to create high-performance, semantically structured markup.\",\"_highlight_splash\":\"\",\"_highlight_splash_attach_id\":\"\",\"_highlight_image_frame\":\"0\"}'),(327,'uvu36kj','{\"pl_area_pad\":\"100px\",\"pl_area_pad_bottom\":\"0px\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/blue-bg.jpg\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"333333\"}','{\"pl_area_pad\":\"100px\",\"pl_area_pad_bottom\":\"0px\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/blue-bg.jpg\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"333333\"}','{\"pl_area_pad\":\"100px\",\"pl_area_pad_bottom\":\"0px\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/blue-bg.jpg\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"333333\"}'),(328,'u12441m','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/sections1.png\",\"mediabox_image_attach_id\":\"152\",\"mediabox_title\":\"\",\"mediabox_html\":\"\",\"pl_area_class\":\"\",\"mediabox_align\":\"center\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/sections1.png\",\"mediabox_image_attach_id\":\"152\",\"mediabox_title\":\"\",\"mediabox_html\":\"\",\"pl_area_class\":\"\",\"mediabox_align\":\"center\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/sections1.png\",\"mediabox_image_attach_id\":\"152\",\"mediabox_title\":\"\",\"mediabox_html\":\"\",\"pl_area_class\":\"\",\"mediabox_align\":\"center\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}'),(329,'u43q593','null','null','null'),(330,'uu0p3pq','{\"_highlight_splash_position\":\"\",\"pl_area_class\":\"\",\"_highlight_head\":\"hey\",\"_highlight_subhead\":\"Do you like to edit things visually? PageLines DMS has a modular drag and drop system that allows you to create high-performance, semantically structured markup.\",\"_highlight_splash\":\"\",\"_highlight_splash_attach_id\":\"\",\"_highlight_image_frame\":\"0\"}','{\"_highlight_splash_position\":\"\",\"pl_area_class\":\"\",\"_highlight_head\":\"hey\",\"_highlight_subhead\":\"Do you like to edit things visually? PageLines DMS has a modular drag and drop system that allows you to create high-performance, semantically structured markup.\",\"_highlight_splash\":\"\",\"_highlight_splash_attach_id\":\"\",\"_highlight_image_frame\":\"0\"}','{\"_highlight_splash_position\":\"\",\"pl_area_class\":\"\",\"_highlight_head\":\"hey\",\"_highlight_subhead\":\"Do you like to edit things visually? PageLines DMS has a modular drag and drop system that allows you to create high-performance, semantically structured markup.\",\"_highlight_splash\":\"\",\"_highlight_splash_attach_id\":\"\",\"_highlight_image_frame\":\"0\"}'),(331,'udrrw12','[]','[]','[]'),(332,'ua7cytt','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}'),(333,'u3t63d2','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"boxed_columns\":\"0\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"boxed_columns\":\"0\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"boxed_columns\":\"0\"}'),(334,'uc1g68b','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"padding-bottom:0;\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"padding-bottom:0;\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"padding-bottom:0;\"}'),(335,'u9gc9dv','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/dribbble1.png\",\"mediabox_image_attach_id\":\"351\",\"mediabox_title\":\"\",\"mediabox_html\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"mediabox_align\":\"center\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-fade\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/dribbble1.png\",\"mediabox_image_attach_id\":\"351\",\"mediabox_title\":\"\",\"mediabox_html\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"mediabox_align\":\"center\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-fade\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/dribbble1.png\",\"mediabox_image_attach_id\":\"351\",\"mediabox_title\":\"\",\"mediabox_html\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"mediabox_align\":\"center\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-fade\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}'),(336,'uyl1ehq','{\"textbox_title\":\"\",\"textbox_content\":\"<h5>Here Goes The Shelf Section (Full Width)<\\/h5>\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_content\":\"<h5>Here Goes The Shelf Section (Full Width)<\\/h5>\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_content\":\"<h5>Here Goes The Shelf Section (Full Width)<\\/h5>\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}'),(337,'usy53i4','{\"textbox_title\":\"Flexible Sections That Are Easy To Use\",\"textbox_content\":\"Do you like to edit things visually? PageLines DMS has a modular drag and drop system that allows you to create high-performance, semantically structured markup.\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"h4\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"100px 0 0 0\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Flexible Sections That Are Easy To Use\",\"textbox_content\":\"Do you like to edit things visually? PageLines DMS has a modular drag and drop system that allows you to create high-performance, semantically structured markup.\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"h4\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"100px 0 0 0\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Flexible Sections That Are Easy To Use\",\"textbox_content\":\"Do you like to edit things visually? PageLines DMS has a modular drag and drop system that allows you to create high-performance, semantically structured markup.\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"h4\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"100px 0 0 0\",\"textbox_animation\":\"\"}'),(338,'u1d19c','[]','[]','[]'),(339,'u1d344','null','null','null'),(340,'u1d4c0','null','null','null'),(341,'u1d654','[]','[]','[]'),(342,'uvd3xa0','[]','[]','[]'),(343,'uai46co','{\"textbox_title\":\"Form Goes Here\",\"textbox_title_wrap\":\"h4\",\"textbox_content\":\"\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Form Goes Here\",\"textbox_title_wrap\":\"h4\",\"textbox_content\":\"\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Form Goes Here\",\"textbox_title_wrap\":\"h4\",\"textbox_content\":\"\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}'),(344,'u6maoie','{\"textbox_title\":\"Form Goes Here\",\"textbox_title_wrap\":\"h4\",\"textbox_content\":\"\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Form Goes Here\",\"textbox_title_wrap\":\"h4\",\"textbox_content\":\"\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Form Goes Here\",\"textbox_title_wrap\":\"h4\",\"textbox_content\":\"\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}'),(345,'uzqul4m','[]','[]','[]'),(346,'uvd5bxg','[]','[]','[]'),(347,'u1god6l','[]','[]','[]'),(348,'u3fp31u','{\"testimonials_mode\":\"\",\"testimonials_disable_auto\":\"0\",\"testimonials_speed\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_testimonial_array\":{\"item1\":{\"text\":\"\\u201cA designer knows he has achieved perfection not when there is nothing left to add, but when there is nothing left to take away.\\u201d\",\"cite\":\"Antoine de Saint-Exupery\",\"showitem\":\"1\"},\"item2\":{\"text\":\"\\u201cThe ultimate promise of technology is to make us master of a world that we command by the push of a button.\\u201d\",\"cite\":\"Volker Grassmuck\",\"showitem\":\"1\"},\"item3\":{\"text\":\"\\u201cI strive for two things in design: simplicity and clarity. <br \\/>Great design is born of those two things.\\u201d\",\"cite\":\"Lindon Leader\",\"showitem\":\"1\"}}}','{\"testimonials_mode\":\"\",\"testimonials_disable_auto\":\"0\",\"testimonials_speed\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_testimonial_array\":{\"item1\":{\"text\":\"\\u201cA designer knows he has achieved perfection not when there is nothing left to add, but when there is nothing left to take away.\\u201d\",\"cite\":\"Antoine de Saint-Exupery\",\"showitem\":\"1\"},\"item2\":{\"text\":\"\\u201cThe ultimate promise of technology is to make us master of a world that we command by the push of a button.\\u201d\",\"cite\":\"Volker Grassmuck\",\"showitem\":\"1\"},\"item3\":{\"text\":\"\\u201cI strive for two things in design: simplicity and clarity. <br \\/>Great design is born of those two things.\\u201d\",\"cite\":\"Lindon Leader\",\"showitem\":\"1\"}}}','{\"testimonials_mode\":\"\",\"testimonials_disable_auto\":\"0\",\"testimonials_speed\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_testimonial_array\":{\"item1\":{\"text\":\"\\u201cA designer knows he has achieved perfection not when there is nothing left to add, but when there is nothing left to take away.\\u201d\",\"cite\":\"Antoine de Saint-Exupery\",\"showitem\":\"1\"},\"item2\":{\"text\":\"\\u201cThe ultimate promise of technology is to make us master of a world that we command by the push of a button.\\u201d\",\"cite\":\"Volker Grassmuck\",\"showitem\":\"1\"},\"item3\":{\"text\":\"\\u201cI strive for two things in design: simplicity and clarity. <br \\/>Great design is born of those two things.\\u201d\",\"cite\":\"Lindon Leader\",\"showitem\":\"1\"}}}'),(349,'u5fv1x5','{\"pl_area_pad\":\"30px\",\"pl_area_pad_bottom\":\"30px\",\"pl_area_height\":\"\",\"pl_area_class\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"\",\"pl_area_bg\":\"pl-trans\",\"pl_area_bg_color_enable\":\"1\",\"pl_area_bg_color\":\"FF0000\"}','{\"pl_area_pad\":\"30px\",\"pl_area_pad_bottom\":\"30px\",\"pl_area_height\":\"\",\"pl_area_class\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"\",\"pl_area_bg\":\"pl-trans\",\"pl_area_bg_color_enable\":\"1\",\"pl_area_bg_color\":\"FF0000\"}','{\"pl_area_pad\":\"30px\",\"pl_area_pad_bottom\":\"30px\",\"pl_area_height\":\"\",\"pl_area_class\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"\",\"pl_area_bg\":\"pl-trans\",\"pl_area_bg_color_enable\":\"1\",\"pl_area_bg_color\":\"FF0000\"}'),(350,'u753h02','{\"textbox_title\":\"Counter Section Goes Here\",\"textbox_title_wrap\":\"strong\",\"textbox_content\":\"\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"24\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Counter Section Goes Here\",\"textbox_title_wrap\":\"strong\",\"textbox_content\":\"\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"24\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Counter Section Goes Here\",\"textbox_title_wrap\":\"strong\",\"textbox_content\":\"\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"24\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}'),(351,'u85am9s','[]','[]','[]'),(352,'uuih3wo','[]','[]','[]'),(353,'utcsmec','[]','[]','[]'),(354,'utmtl2f','[]','[]','[]'),(355,'ue0jbpt','{\"ph_format\":\"format-standard\",\"ph_mode\":\"nav\",\"ph_pad_class\":\"pad-20\",\"ph_header\":\"Home\",\"ph_sub\":\"Subtext\",\"ph_menu\":\"2\",\"ph_link1\":\"#\",\"ph_link1_text\":\"Link\",\"ph_color_enable\":\"0\",\"ph_color\":\"FFFFFF\"}','{\"ph_format\":\"format-standard\",\"ph_mode\":\"nav\",\"ph_pad_class\":\"pad-20\",\"ph_header\":\"Home\",\"ph_sub\":\"Subtext\",\"ph_menu\":\"2\",\"ph_link1\":\"#\",\"ph_link1_text\":\"Link\",\"ph_color_enable\":\"0\",\"ph_color\":\"FFFFFF\"}','{\"ph_format\":\"format-standard\",\"ph_mode\":\"nav\",\"ph_pad_class\":\"pad-20\",\"ph_header\":\"Home\",\"ph_sub\":\"Subtext\",\"ph_menu\":\"2\",\"ph_link1\":\"#\",\"ph_link1_text\":\"Link\",\"ph_color_enable\":\"0\",\"ph_color\":\"FFFFFF\"}'),(356,'umlbvc7','null','null','null'),(357,'ucgzz9g','null','null','null'),(358,'uzr8k5t','{\"ibox_cols\":\"3\",\"ibox_media\":\"icon\",\"ibox_format\":\"top\",\"pl_area_class\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"100% Responsive Design\",\"text\":\"The design will scale to fit on all browser widths\\/resolutions and on all mobile devices. \",\"icon\":\"expand\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Flexible Crafted Design\",\"text\":\"Change your site colors and control your website\'s design with point and click options.\",\"icon\":\"magic\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Clean Modern Code\",\"text\":\"PageLines code is easy to read with comments, Hook and simple API. Developing with PageLines is easy.\",\"icon\":\"code\",\"showitem\":\"1\"},\"item4\":{\"title\":\"High Performance\",\"text\":\"Build websites code-free with modular drag and drop. Built for pros, by pros.\",\"icon\":\"bolt\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"3\",\"ibox_media\":\"icon\",\"ibox_format\":\"top\",\"pl_area_class\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"100% Responsive Design\",\"text\":\"The design will scale to fit on all browser widths\\/resolutions and on all mobile devices. \",\"icon\":\"expand\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Flexible Crafted Design\",\"text\":\"Change your site colors and control your website\'s design with point and click options.\",\"icon\":\"magic\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Clean Modern Code\",\"text\":\"PageLines code is easy to read with comments, Hook and simple API. Developing with PageLines is easy.\",\"icon\":\"code\",\"showitem\":\"1\"},\"item4\":{\"title\":\"High Performance\",\"text\":\"Build websites code-free with modular drag and drop. Built for pros, by pros.\",\"icon\":\"bolt\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"3\",\"ibox_media\":\"icon\",\"ibox_format\":\"top\",\"pl_area_class\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"100% Responsive Design\",\"text\":\"The design will scale to fit on all browser widths\\/resolutions and on all mobile devices. \",\"icon\":\"expand\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Flexible Crafted Design\",\"text\":\"Change your site colors and control your website\'s design with point and click options.\",\"icon\":\"magic\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Clean Modern Code\",\"text\":\"PageLines code is easy to read with comments, Hook and simple API. Developing with PageLines is easy.\",\"icon\":\"code\",\"showitem\":\"1\"},\"item4\":{\"title\":\"High Performance\",\"text\":\"Build websites code-free with modular drag and drop. Built for pros, by pros.\",\"icon\":\"bolt\",\"showitem\":\"1\"}}}'),(359,'us5isrt','null','null','null'),(360,'uwtt51t','{\"textbox_title\":\"This can be used to describe what you do, how you do it, & who you do it for.\",\"textbox_content\":\"\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"24\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"This can be used to describe what you do, how you do it, & who you do it for.\",\"textbox_content\":\"\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"24\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"This can be used to describe what you do, how you do it, & who you do it for.\",\"textbox_content\":\"\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"24\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}'),(361,'uvdy09i','{\"textbox_title\":\"This can be used to describe what you do, how you do it, & who you do it for.\",\"textbox_title_wrap\":\"strong\",\"textbox_content\":\"\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"24\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"This can be used to describe what you do, how you do it, & who you do it for.\",\"textbox_title_wrap\":\"strong\",\"textbox_content\":\"\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"24\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"This can be used to describe what you do, how you do it, & who you do it for.\",\"textbox_title_wrap\":\"strong\",\"textbox_content\":\"\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"24\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}'),(362,'um21sgf','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"strong\",\"textbox_content\":\"<h4>Alternate Flipper Section Goes Here (Full Width - sample below - no padding)<\\/h4>\\n<img src=\\\"http:\\/\\/themes.pagelines.com\\/dms\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/sample.png\\\" \\/>\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"24\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"strong\",\"textbox_content\":\"<h4>Alternate Flipper Section Goes Here (Full Width - sample below - no padding)<\\/h4>\\n<img src=\\\"http:\\/\\/themes.pagelines.com\\/dms\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/sample.png\\\" \\/>\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"24\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"strong\",\"textbox_content\":\"<h4>Alternate Flipper Section Goes Here (Full Width - sample below - no padding)<\\/h4>\\n<img src=\\\"http:\\/\\/themes.pagelines.com\\/dms\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/sample.png\\\" \\/>\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"24\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}'),(363,'uu2jx7t','{\"textbox_title\":\"Are you getting Excited? We\\u2019re just getting started!\",\"textbox_content\":\"\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"24\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Are you getting Excited? We\\u2019re just getting started!\",\"textbox_content\":\"\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"24\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Are you getting Excited? We\\u2019re just getting started!\",\"textbox_content\":\"\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"24\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}'),(364,'upfnfyc','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_area_class\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Premium Design Files\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"expand\",\"showitem\":\"1\"},\"item2\":{\"title\":\"A Real Time Saver\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"time\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Clean Modern Code\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"code\",\"showitem\":\"1\"},\"item4\":{\"title\":\"High Performance\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"bolt\",\"showitem\":\"1\"},\"item5\":{\"title\":\"eCommerce Capability\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"shopping-cart\",\"showitem\":\"1\"},\"item6\":{\"title\":\"Google Fonts Support\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"font\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_area_class\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Premium Design Files\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"expand\",\"showitem\":\"1\"},\"item2\":{\"title\":\"A Real Time Saver\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"time\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Clean Modern Code\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"code\",\"showitem\":\"1\"},\"item4\":{\"title\":\"High Performance\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"bolt\",\"showitem\":\"1\"},\"item5\":{\"title\":\"eCommerce Capability\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"shopping-cart\",\"showitem\":\"1\"},\"item6\":{\"title\":\"Google Fonts Support\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"font\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_area_class\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Premium Design Files\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"expand\",\"showitem\":\"1\"},\"item2\":{\"title\":\"A Real Time Saver\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"time\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Clean Modern Code\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"code\",\"showitem\":\"1\"},\"item4\":{\"title\":\"High Performance\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"bolt\",\"showitem\":\"1\"},\"item5\":{\"title\":\"eCommerce Capability\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"shopping-cart\",\"showitem\":\"1\"},\"item6\":{\"title\":\"Google Fonts Support\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"font\",\"showitem\":\"1\"}}}'),(365,'u6w5aw0','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Premium Design Files\",\"text\":\"PageLines DMS will help you build custom marketing websites that do wonders.It comes packed with amazing features.\",\"icon\":\"plus\",\"showitem\":\"1\"},\"item2\":{\"title\":\"A Real Time Saver\",\"text\":\"PageLines DMS will help you build custom marketing websites that do wonders.It comes packed with amazing features.\",\"icon\":\"time\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Clean Modern Code\",\"text\":\"PageLines DMS will help you build custom marketing websites that do wonders.It comes packed with amazing features.\",\"icon\":\"code\",\"showitem\":\"1\"},\"item4\":{\"title\":\"High Performance\",\"text\":\"PageLines DMS will help you build custom marketing websites that do wonders.It comes packed with amazing features.\",\"icon\":\"bolt\",\"showitem\":\"1\"},\"item5\":{\"title\":\"eCommerce Capability\",\"text\":\"PageLines DMS will help you build custom marketing websites that do wonders.It comes packed with amazing features.\",\"icon\":\"shopping-cart\",\"showitem\":\"1\"},\"item6\":{\"title\":\"Google Fonts Support\",\"text\":\"PageLines DMS will help you build custom marketing websites that do wonders.It comes packed with amazing features.\",\"icon\":\"font\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Premium Design Files\",\"text\":\"PageLines DMS will help you build custom marketing websites that do wonders.It comes packed with amazing features.\",\"icon\":\"plus\",\"showitem\":\"1\"},\"item2\":{\"title\":\"A Real Time Saver\",\"text\":\"PageLines DMS will help you build custom marketing websites that do wonders.It comes packed with amazing features.\",\"icon\":\"time\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Clean Modern Code\",\"text\":\"PageLines DMS will help you build custom marketing websites that do wonders.It comes packed with amazing features.\",\"icon\":\"code\",\"showitem\":\"1\"},\"item4\":{\"title\":\"High Performance\",\"text\":\"PageLines DMS will help you build custom marketing websites that do wonders.It comes packed with amazing features.\",\"icon\":\"bolt\",\"showitem\":\"1\"},\"item5\":{\"title\":\"eCommerce Capability\",\"text\":\"PageLines DMS will help you build custom marketing websites that do wonders.It comes packed with amazing features.\",\"icon\":\"shopping-cart\",\"showitem\":\"1\"},\"item6\":{\"title\":\"Google Fonts Support\",\"text\":\"PageLines DMS will help you build custom marketing websites that do wonders.It comes packed with amazing features.\",\"icon\":\"font\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Premium Design Files\",\"text\":\"PageLines DMS will help you build custom marketing websites that do wonders.It comes packed with amazing features.\",\"icon\":\"plus\",\"showitem\":\"1\"},\"item2\":{\"title\":\"A Real Time Saver\",\"text\":\"PageLines DMS will help you build custom marketing websites that do wonders.It comes packed with amazing features.\",\"icon\":\"time\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Clean Modern Code\",\"text\":\"PageLines DMS will help you build custom marketing websites that do wonders.It comes packed with amazing features.\",\"icon\":\"code\",\"showitem\":\"1\"},\"item4\":{\"title\":\"High Performance\",\"text\":\"PageLines DMS will help you build custom marketing websites that do wonders.It comes packed with amazing features.\",\"icon\":\"bolt\",\"showitem\":\"1\"},\"item5\":{\"title\":\"eCommerce Capability\",\"text\":\"PageLines DMS will help you build custom marketing websites that do wonders.It comes packed with amazing features.\",\"icon\":\"shopping-cart\",\"showitem\":\"1\"},\"item6\":{\"title\":\"Google Fonts Support\",\"text\":\"PageLines DMS will help you build custom marketing websites that do wonders.It comes packed with amazing features.\",\"icon\":\"font\",\"showitem\":\"1\"}}}'),(366,'uag5hrl','{\"textbox_title\":\"Counter Section Goes Here\",\"textbox_title_wrap\":\"strong\",\"textbox_content\":\"\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"24\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Counter Section Goes Here\",\"textbox_title_wrap\":\"strong\",\"textbox_content\":\"\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"24\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Counter Section Goes Here\",\"textbox_title_wrap\":\"strong\",\"textbox_content\":\"\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"24\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}'),(367,'uhbu3q6','null','null','null'),(368,'ugm65dx','null','null','null'),(369,'u6j1vh8','[]','[]','[]'),(370,'ug4dp6a','{\"textbox_title\":\"Are you getting Excited? We\\u2019re just getting started!\",\"textbox_content\":\"\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"24\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Are you getting Excited? We\\u2019re just getting started!\",\"textbox_content\":\"\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"24\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Are you getting Excited? We\\u2019re just getting started!\",\"textbox_content\":\"\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"24\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}'),(371,'uj5hge6','{\"textbox_title\":\"Are you getting Excited? We\\u2019re just getting started!\",\"textbox_content\":\"\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"24\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Are you getting Excited? We\\u2019re just getting started!\",\"textbox_content\":\"\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"24\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Are you getting Excited? We\\u2019re just getting started!\",\"textbox_content\":\"\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"24\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}'),(372,'uxy43h9','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_area_class\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Premium Design Files\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"expand\",\"showitem\":\"1\"},\"item2\":{\"title\":\"A Real Time Saver\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"time\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Clean Modern Code\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"code\",\"showitem\":\"1\"},\"item4\":{\"title\":\"High Performance\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"bolt\",\"showitem\":\"1\"},\"item5\":{\"title\":\"eCommerce Capability\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"shopping-cart\",\"showitem\":\"1\"},\"item6\":{\"title\":\"Google Fonts Support\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"font\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_area_class\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Premium Design Files\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"expand\",\"showitem\":\"1\"},\"item2\":{\"title\":\"A Real Time Saver\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"time\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Clean Modern Code\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"code\",\"showitem\":\"1\"},\"item4\":{\"title\":\"High Performance\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"bolt\",\"showitem\":\"1\"},\"item5\":{\"title\":\"eCommerce Capability\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"shopping-cart\",\"showitem\":\"1\"},\"item6\":{\"title\":\"Google Fonts Support\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"font\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_area_class\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Premium Design Files\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"expand\",\"showitem\":\"1\"},\"item2\":{\"title\":\"A Real Time Saver\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"time\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Clean Modern Code\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"code\",\"showitem\":\"1\"},\"item4\":{\"title\":\"High Performance\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"bolt\",\"showitem\":\"1\"},\"item5\":{\"title\":\"eCommerce Capability\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"shopping-cart\",\"showitem\":\"1\"},\"item6\":{\"title\":\"Google Fonts Support\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"font\",\"showitem\":\"1\"}}}'),(373,'uqppftz','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_area_class\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Premium Design Files\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"expand\",\"showitem\":\"1\"},\"item2\":{\"title\":\"A Real Time Saver\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"time\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Clean Modern Code\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"code\",\"showitem\":\"1\"},\"item4\":{\"title\":\"High Performance\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"bolt\",\"showitem\":\"1\"},\"item5\":{\"title\":\"eCommerce Capability\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"shopping-cart\",\"showitem\":\"1\"},\"item6\":{\"title\":\"Google Fonts Support\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"font\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_area_class\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Premium Design Files\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"expand\",\"showitem\":\"1\"},\"item2\":{\"title\":\"A Real Time Saver\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"time\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Clean Modern Code\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"code\",\"showitem\":\"1\"},\"item4\":{\"title\":\"High Performance\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"bolt\",\"showitem\":\"1\"},\"item5\":{\"title\":\"eCommerce Capability\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"shopping-cart\",\"showitem\":\"1\"},\"item6\":{\"title\":\"Google Fonts Support\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"font\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_area_class\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Premium Design Files\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"expand\",\"showitem\":\"1\"},\"item2\":{\"title\":\"A Real Time Saver\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"time\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Clean Modern Code\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"code\",\"showitem\":\"1\"},\"item4\":{\"title\":\"High Performance\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"bolt\",\"showitem\":\"1\"},\"item5\":{\"title\":\"eCommerce Capability\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"shopping-cart\",\"showitem\":\"1\"},\"item6\":{\"title\":\"Google Fonts Support\",\"text\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.\",\"icon\":\"font\",\"showitem\":\"1\"}}}'),(374,'u30awz9','{\"textbox_title\":\"Counter Section Goes Here\",\"textbox_title_wrap\":\"strong\",\"textbox_content\":\"\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"24\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Counter Section Goes Here\",\"textbox_title_wrap\":\"strong\",\"textbox_content\":\"\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"24\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Counter Section Goes Here\",\"textbox_title_wrap\":\"strong\",\"textbox_content\":\"\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"24\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}'),(375,'upak2df','[]','[]','[]'),(376,'utminl2','{\"revslider_fullscreen\":\"0\",\"revslider_array\":{\"item1\":{\"background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/loading.png\",\"title\":\"This is DMS\",\"text\":\"PageLines allows you to edit visually via<br \\/> drag-and-drop. Set up new sites in no time!\",\"location\":\"left-side\",\"link\":\"#\",\"link_text\":\"view more features\",\"link_style\":\"btn-ol-white\",\"link_2\":\"#\",\"link_2_text\":\"Learn More\",\"link_2_style\":\"btn-primary\",\"video\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/mornin_1280x720.mp4\",\"video_2\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/mornin_1280x720.oggtheora.ogv\",\"showitem\":\"1\"},\"item2\":{\"background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/donut.png\",\"title\":\"Powerful yet simple!\",\"text\":\"So simple you might feel as guilty as when grabbing a donut.\",\"element_color\":\"element-dark\",\"location\":\"centered\",\"link\":\"#\",\"link_text\":\"Tell Me More\",\"link_style\":\"btn-ol-white\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Crafted with Love <3\",\"text\":\"Something about the design\",\"element_color\":\"element-dark\",\"location\":\"right-side\",\"link\":\"#\",\"link_text\":\"Do it!\",\"link_style\":\"btn-primary\",\"showitem\":\"1\"}}}','{\"revslider_fullscreen\":\"0\",\"revslider_array\":{\"item1\":{\"background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/loading.png\",\"title\":\"This is DMS\",\"text\":\"PageLines allows you to edit visually via<br \\/> drag-and-drop. Set up new sites in no time!\",\"location\":\"left-side\",\"link\":\"#\",\"link_text\":\"view more features\",\"link_style\":\"btn-ol-white\",\"link_2\":\"#\",\"link_2_text\":\"Learn More\",\"link_2_style\":\"btn-primary\",\"video\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/mornin_1280x720.mp4\",\"video_2\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/mornin_1280x720.oggtheora.ogv\",\"showitem\":\"1\"},\"item2\":{\"background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/donut.png\",\"title\":\"Powerful yet simple!\",\"text\":\"So simple you might feel as guilty as when grabbing a donut.\",\"element_color\":\"element-dark\",\"location\":\"centered\",\"link\":\"#\",\"link_text\":\"Tell Me More\",\"link_style\":\"btn-ol-white\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Crafted with Love <3\",\"text\":\"Something about the design\",\"element_color\":\"element-dark\",\"location\":\"right-side\",\"link\":\"#\",\"link_text\":\"Do it!\",\"link_style\":\"btn-primary\",\"showitem\":\"1\"}}}','{\"revslider_fullscreen\":\"0\",\"revslider_array\":{\"item1\":{\"background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/loading.png\",\"title\":\"This is DMS\",\"text\":\"PageLines allows you to edit visually via<br \\/> drag-and-drop. Set up new sites in no time!\",\"location\":\"left-side\",\"link\":\"#\",\"link_text\":\"view more features\",\"link_style\":\"btn-ol-white\",\"link_2\":\"#\",\"link_2_text\":\"Learn More\",\"link_2_style\":\"btn-primary\",\"video\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/mornin_1280x720.mp4\",\"video_2\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/mornin_1280x720.oggtheora.ogv\",\"showitem\":\"1\"},\"item2\":{\"background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/donut.png\",\"title\":\"Powerful yet simple!\",\"text\":\"So simple you might feel as guilty as when grabbing a donut.\",\"element_color\":\"element-dark\",\"location\":\"centered\",\"link\":\"#\",\"link_text\":\"Tell Me More\",\"link_style\":\"btn-ol-white\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Crafted with Love <3\",\"text\":\"Something about the design\",\"element_color\":\"element-dark\",\"location\":\"right-side\",\"link\":\"#\",\"link_text\":\"Do it!\",\"link_style\":\"btn-primary\",\"showitem\":\"1\"}}}'),(377,'uff4ull','[]','[]','[]'),(378,'uip2g91','{\"pl_area_pad\":\"30px\",\"pl_area_pad_bottom\":\"30px\",\"pl_area_bg_repeat\":\"0\",\"pl_area_bg\":\"pl-contrast\",\"pl_area_bg_color_enable\":\"1\",\"pl_area_bg_color\":\"f7f7f7\"}','{\"pl_area_pad\":\"30px\",\"pl_area_pad_bottom\":\"30px\",\"pl_area_bg_repeat\":\"0\",\"pl_area_bg\":\"pl-contrast\",\"pl_area_bg_color_enable\":\"1\",\"pl_area_bg_color\":\"f7f7f7\"}','{\"pl_area_pad\":\"30px\",\"pl_area_pad_bottom\":\"30px\",\"pl_area_bg_repeat\":\"0\",\"pl_area_bg\":\"pl-contrast\",\"pl_area_bg_color_enable\":\"1\",\"pl_area_bg_color\":\"f7f7f7\"}'),(379,'uc3c20','{\"pl_area_bg_repeat\":\"0\",\"pl_area_bg\":\"pl-black\",\"pl_area_bg_color_enable\":\"1\",\"pl_area_bg_color\":\"FF0000\"}','{\"pl_area_bg_repeat\":\"0\",\"pl_area_bg\":\"pl-black\",\"pl_area_bg_color_enable\":\"1\",\"pl_area_bg_color\":\"FF0000\"}','{\"pl_area_bg_repeat\":\"0\",\"pl_area_bg\":\"pl-black\",\"pl_area_bg_color_enable\":\"1\",\"pl_area_bg_color\":\"FF0000\"}'),(380,'u4h13eh','{\"navi_logo\":\"\",\"navi_logo_attach_id\":\"\",\"pl_area_class\":\"\",\"navi_menu\":\"2\",\"navi_search\":\"0\"}','{\"navi_logo\":\"\",\"navi_logo_attach_id\":\"\",\"pl_area_class\":\"\",\"navi_menu\":\"2\",\"navi_search\":\"0\"}','{\"navi_logo\":\"\",\"navi_logo_attach_id\":\"\",\"pl_area_class\":\"\",\"navi_menu\":\"2\",\"navi_search\":\"0\"}'),(381,'ud3iese','{\"navbar_theme\":\"base\",\"navbar_menu\":\"2\",\"navbar_enable_hover\":\"1\",\"navbar_alignment\":\"1\",\"navbar_hidesearch\":\"1\"}','{\"navbar_theme\":\"base\",\"navbar_menu\":\"2\",\"navbar_enable_hover\":\"1\",\"navbar_alignment\":\"1\",\"navbar_hidesearch\":\"1\"}','{\"navbar_theme\":\"base\",\"navbar_menu\":\"2\",\"navbar_enable_hover\":\"1\",\"navbar_alignment\":\"1\",\"navbar_hidesearch\":\"1\"}'),(382,'un6aycc','[]','[]','[]'),(383,'ur7iziu','{\"textbox_content\":\"PageLines Inc.<br \\/>\\n200 Brannan St.<br \\/>\\nSan Francisco, CA 94107\",\"pl_standard_title\":\"Address\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"PageLines Inc.<br \\/>\\n200 Brannan St.<br \\/>\\nSan Francisco, CA 94107\",\"pl_standard_title\":\"Address\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"PageLines Inc.<br \\/>\\n200 Brannan St.<br \\/>\\nSan Francisco, CA 94107\",\"pl_standard_title\":\"Address\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}'),(384,'ucqth1b','{\"textbox_content\":\"Email: hello@pagelines.com<br \\/>\\nTwitter: @pagelines<br \\/>\\nPhone: +44 (0) 208 0000 000<br \\/>\\nFax: +44 (0) 208 0000 001\",\"pl_standard_title\":\"Contact Details\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"Email: hello@pagelines.com<br \\/>\\nTwitter: @pagelines<br \\/>\\nPhone: +44 (0) 208 0000 000<br \\/>\\nFax: +44 (0) 208 0000 001\",\"pl_standard_title\":\"Contact Details\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"Email: hello@pagelines.com<br \\/>\\nTwitter: @pagelines<br \\/>\\nPhone: +44 (0) 208 0000 000<br \\/>\\nFax: +44 (0) 208 0000 001\",\"pl_standard_title\":\"Contact Details\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}'),(385,'u0hhzip','{\"testimonials_mode\":\"default\",\"testimonials_height\":\"1\",\"testimonials_disable_auto\":\"0\",\"testimonials_speed\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_testimonial_array\":{\"item1\":{\"text\":\"There are three responses to a piece of design \\u2013 yes, no, and WOW! Wow is the one to aim for\",\"cite\":\" Milton Glaser\",\"showitem\":\"1\"},\"item2\":{\"text\":\"Intuitive design is how we give the user new superpowers.\",\"cite\":\"Jared Spool\",\"showitem\":\"1\"},\"item3\":{\"text\":\"\\u201cI strive for two things in design: simplicity and clarity. Great design is born of those two things.\\u201d\",\"cite\":\"Lindon Leader\",\"showitem\":\"1\"}}}','{\"testimonials_mode\":\"default\",\"testimonials_height\":\"1\",\"testimonials_disable_auto\":\"0\",\"testimonials_speed\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_testimonial_array\":{\"item1\":{\"text\":\"There are three responses to a piece of design \\u2013 yes, no, and WOW! Wow is the one to aim for\",\"cite\":\" Milton Glaser\",\"showitem\":\"1\"},\"item2\":{\"text\":\"Intuitive design is how we give the user new superpowers.\",\"cite\":\"Jared Spool\",\"showitem\":\"1\"},\"item3\":{\"text\":\"\\u201cI strive for two things in design: simplicity and clarity. Great design is born of those two things.\\u201d\",\"cite\":\"Lindon Leader\",\"showitem\":\"1\"}}}','{\"testimonials_mode\":\"default\",\"testimonials_height\":\"1\",\"testimonials_disable_auto\":\"0\",\"testimonials_speed\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_testimonial_array\":{\"item1\":{\"text\":\"There are three responses to a piece of design \\u2013 yes, no, and WOW! Wow is the one to aim for\",\"cite\":\" Milton Glaser\",\"showitem\":\"1\"},\"item2\":{\"text\":\"Intuitive design is how we give the user new superpowers.\",\"cite\":\"Jared Spool\",\"showitem\":\"1\"},\"item3\":{\"text\":\"\\u201cI strive for two things in design: simplicity and clarity. Great design is born of those two things.\\u201d\",\"cite\":\"Lindon Leader\",\"showitem\":\"1\"}}}'),(386,'u8l7bei','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/shelf.png\",\"mediabox_image_attach_id\":\"231\",\"mediabox_title\":\"\",\"mediabox_html\":\"\",\"pl_area_class\":\"\",\"mediabox_align\":\"center\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-from-bottom\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/shelf.png\",\"mediabox_image_attach_id\":\"231\",\"mediabox_title\":\"\",\"mediabox_html\":\"\",\"pl_area_class\":\"\",\"mediabox_align\":\"center\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-from-bottom\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/shelf.png\",\"mediabox_image_attach_id\":\"231\",\"mediabox_title\":\"\",\"mediabox_html\":\"\",\"pl_area_class\":\"\",\"mediabox_align\":\"center\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-from-bottom\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}'),(387,'uoeiipz','{\"textbox_title\":\"Mobile Ready. Just Like You.\",\"textbox_title_wrap\":\"strong\",\"textbox_content\":\"\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"24\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Mobile Ready. Just Like You.\",\"textbox_title_wrap\":\"strong\",\"textbox_content\":\"\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"24\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Mobile Ready. Just Like You.\",\"textbox_title_wrap\":\"strong\",\"textbox_content\":\"\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"24\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}'),(388,'uk68r60','{\"pl_standard_title\":\"Contact\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pagetitles\":\"0\",\"blog_layout_mode\":\"magazine\",\"full_column_posts\":\"2\",\"show_content\":\"0\",\"excerpt_mode_full\":\"left\",\"excerpt_mode_clip\":\"left\",\"hide_thumb\":\"0\",\"pl_meta_mode\":\"\",\"metabar_standard\":\"\",\"metabar_clip\":\"\"}','{\"pl_standard_title\":\"Contact\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pagetitles\":\"0\",\"blog_layout_mode\":\"magazine\",\"full_column_posts\":\"2\",\"show_content\":\"0\",\"excerpt_mode_full\":\"left\",\"excerpt_mode_clip\":\"left\",\"hide_thumb\":\"0\",\"pl_meta_mode\":\"\",\"metabar_standard\":\"\",\"metabar_clip\":\"\"}','{\"pl_standard_title\":\"Contact\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pagetitles\":\"0\",\"blog_layout_mode\":\"magazine\",\"full_column_posts\":\"2\",\"show_content\":\"0\",\"excerpt_mode_full\":\"left\",\"excerpt_mode_clip\":\"left\",\"hide_thumb\":\"0\",\"pl_meta_mode\":\"\",\"metabar_standard\":\"\",\"metabar_clip\":\"\"}'),(389,'uvrtb6w','{\"icallout_format\":\"inline\",\"icallout_text\":\"Ready for a smarter website?\",\"icallout_text_wrap\":\"h3\",\"icallout_link\":\"http:\\/\\/www.pagelines.com\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get Dms for Worpress\",\"icallout_btn_theme\":\"btn-primary\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"icallout_format\":\"inline\",\"icallout_text\":\"Ready for a smarter website?\",\"icallout_text_wrap\":\"h3\",\"icallout_link\":\"http:\\/\\/www.pagelines.com\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get Dms for Worpress\",\"icallout_btn_theme\":\"btn-primary\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"icallout_format\":\"inline\",\"icallout_text\":\"Ready for a smarter website?\",\"icallout_text_wrap\":\"h3\",\"icallout_link\":\"http:\\/\\/www.pagelines.com\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get Dms for Worpress\",\"icallout_btn_theme\":\"btn-primary\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}'),(390,'u94ccf','{\"pl_area_pad\":\"50px\",\"pl_area_pad_bottom\":\"0px\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"0\",\"pl_area_bg\":\"pl-black\",\"pl_area_bg_color_enable\":\"1\",\"pl_area_bg_color\":\"333333\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"333333\"}','{\"pl_area_pad\":\"50px\",\"pl_area_pad_bottom\":\"0px\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"0\",\"pl_area_bg\":\"pl-black\",\"pl_area_bg_color_enable\":\"1\",\"pl_area_bg_color\":\"333333\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"333333\"}','{\"pl_area_pad\":\"50px\",\"pl_area_pad_bottom\":\"0px\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"0\",\"pl_area_bg\":\"pl-black\",\"pl_area_bg_color_enable\":\"1\",\"pl_area_bg_color\":\"333333\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"333333\"}'),(391,'u7e855','[]','[]','[]'),(392,'u7e9ec','{\"watermark_hide\":\"0\"}','{\"watermark_hide\":\"0\"}','{\"watermark_hide\":\"0\"}'),(393,'udp5kdp','[]','[]','[]'),(394,'uf29bb8','null','null','null'),(395,'uph1xs8','null','null','null'),(396,'u8lwvne','{\"textbox_title\":\"\",\"textbox_content\":\"PageLines DMS will help you build custom marketing websites that do wonders.<br \\/>\\nIt has a wide range of incredible features and includes a growing list of goodies\\u2026<br \\/>\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"<h2>Everything you need to take it to the next level.<\\/h2>\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"0 0 30px 0\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_content\":\"PageLines DMS will help you build custom marketing websites that do wonders.<br \\/>\\nIt has a wide range of incredible features and includes a growing list of goodies\\u2026<br \\/>\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"<h2>Everything you need to take it to the next level.<\\/h2>\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"0 0 30px 0\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_content\":\"PageLines DMS will help you build custom marketing websites that do wonders.<br \\/>\\nIt has a wide range of incredible features and includes a growing list of goodies\\u2026<br \\/>\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"<h2>Everything you need to take it to the next level.<\\/h2>\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"0 0 30px 0\",\"textbox_animation\":\"\"}'),(397,'undjeey','null','null','null'),(398,'u5c275','[]','[]','[]'),(399,'u5c3d8','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}'),(400,'u3e49za','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Drag & Drop Builder\",\"text\":\"Easily build and save layouts using a drag and drop page builder. Create unlimited layouts for all your posts and pages.\",\"icon\":\"random\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Responsive Design\",\"text\":\"The theme is fully responsive no matter how you decide to build your pages. Create layouts that your visitors can enjoy on any device.\",\"icon\":\"laptop\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Unlimited Page Layouts\",\"text\":\"Unlimited color options, page layouts and animations. You\\u2019ll love the endless possibilities of DMS. \",\"icon\":\"flag\",\"showitem\":\"1\"},\"item4\":{\"title\":\"Preloaded Page Templates\",\"text\":\"Ready with built-in pages, no need to import files so your theme installation is smooth and hassle free.\",\"showitem\":\"1\"},\"item5\":{\"title\":\"WooCommerce Support\",\"text\":\"Designed & extended to fit the WooCommerce plugin which allows you to sell products on your site.\",\"icon\":\"shopping-cart\",\"showitem\":\"1\"},\"item6\":{\"title\":\"Boxed\\/Full-Width\",\"text\":\"Quickly switch between boxed or full-width layout. There is no need to dig into the stylesheet or change the grid system.\",\"icon\":\"columns\",\"showitem\":\"1\"},\"item7\":{\"title\":\"Customizable Backgrounds\",\"text\":\"Use a different background on every section, you can choose a video, an image or just a plain color.\",\"icon\":\"files-o\",\"showitem\":\"1\"},\"item8\":{\"title\":\"50+ Sections\",\"text\":\"Included are  50+ sections to choose from to insert into your layouts. The list grows with updates!\\n\",\"icon\":\"plus-circle\",\"showitem\":\"1\"},\"item9\":{\"title\":\"Advanced Global Settings\",\"text\":\"Change everything including your site colors, container widths, logos and much more!\",\"icon\":\"globe\",\"showitem\":\"1\"},\"item10\":{\"title\":\"Clean & Minimal\",\"text\":\"A minimal design makes it easy to use for all your work. Not only does it look good for different niches it is also easy to customize.\",\"icon\":\"leaf\",\"showitem\":\"1\"},\"item11\":{\"title\":\"Clean Code\",\"text\":\"The well commented and clean code makes it easy for developers to tweak the theme and also keeps it well optimized and expandable.\",\"icon\":\"code\",\"showitem\":\"1\"},\"item12\":{\"title\":\"SEO Optimized\",\"text\":\"DMS was build with close attention to SEO. Your site must look good, but also rank well on search results. \",\"icon\":\"search\",\"showitem\":\"1\"},\"item13\":{\"title\":\"CSS3 Standards\",\"text\":\"Bringing you the best coding standards as well as some cool new tricks such as item animation on scroll.\",\"icon\":\"css3\",\"showitem\":\"1\"},\"item14\":{\"title\":\"HMTL5 Standards\",\"text\":\"DMS uses HTML5 so the code is up to the latest standards. We\\u2019ve also added HTML5 markup for WordPress forms, Audio and Video.\",\"icon\":\"html5\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Drag & Drop Builder\",\"text\":\"Easily build and save layouts using a drag and drop page builder. Create unlimited layouts for all your posts and pages.\",\"icon\":\"random\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Responsive Design\",\"text\":\"The theme is fully responsive no matter how you decide to build your pages. Create layouts that your visitors can enjoy on any device.\",\"icon\":\"laptop\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Unlimited Page Layouts\",\"text\":\"Unlimited color options, page layouts and animations. You\\u2019ll love the endless possibilities of DMS. \",\"icon\":\"flag\",\"showitem\":\"1\"},\"item4\":{\"title\":\"Preloaded Page Templates\",\"text\":\"Ready with built-in pages, no need to import files so your theme installation is smooth and hassle free.\",\"showitem\":\"1\"},\"item5\":{\"title\":\"WooCommerce Support\",\"text\":\"Designed & extended to fit the WooCommerce plugin which allows you to sell products on your site.\",\"icon\":\"shopping-cart\",\"showitem\":\"1\"},\"item6\":{\"title\":\"Boxed\\/Full-Width\",\"text\":\"Quickly switch between boxed or full-width layout. There is no need to dig into the stylesheet or change the grid system.\",\"icon\":\"columns\",\"showitem\":\"1\"},\"item7\":{\"title\":\"Customizable Backgrounds\",\"text\":\"Use a different background on every section, you can choose a video, an image or just a plain color.\",\"icon\":\"files-o\",\"showitem\":\"1\"},\"item8\":{\"title\":\"50+ Sections\",\"text\":\"Included are  50+ sections to choose from to insert into your layouts. The list grows with updates!\\n\",\"icon\":\"plus-circle\",\"showitem\":\"1\"},\"item9\":{\"title\":\"Advanced Global Settings\",\"text\":\"Change everything including your site colors, container widths, logos and much more!\",\"icon\":\"globe\",\"showitem\":\"1\"},\"item10\":{\"title\":\"Clean & Minimal\",\"text\":\"A minimal design makes it easy to use for all your work. Not only does it look good for different niches it is also easy to customize.\",\"icon\":\"leaf\",\"showitem\":\"1\"},\"item11\":{\"title\":\"Clean Code\",\"text\":\"The well commented and clean code makes it easy for developers to tweak the theme and also keeps it well optimized and expandable.\",\"icon\":\"code\",\"showitem\":\"1\"},\"item12\":{\"title\":\"SEO Optimized\",\"text\":\"DMS was build with close attention to SEO. Your site must look good, but also rank well on search results. \",\"icon\":\"search\",\"showitem\":\"1\"},\"item13\":{\"title\":\"CSS3 Standards\",\"text\":\"Bringing you the best coding standards as well as some cool new tricks such as item animation on scroll.\",\"icon\":\"css3\",\"showitem\":\"1\"},\"item14\":{\"title\":\"HMTL5 Standards\",\"text\":\"DMS uses HTML5 so the code is up to the latest standards. We\\u2019ve also added HTML5 markup for WordPress forms, Audio and Video.\",\"icon\":\"html5\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Drag & Drop Builder\",\"text\":\"Easily build and save layouts using a drag and drop page builder. Create unlimited layouts for all your posts and pages.\",\"icon\":\"random\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Responsive Design\",\"text\":\"The theme is fully responsive no matter how you decide to build your pages. Create layouts that your visitors can enjoy on any device.\",\"icon\":\"laptop\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Unlimited Page Layouts\",\"text\":\"Unlimited color options, page layouts and animations. You\\u2019ll love the endless possibilities of DMS. \",\"icon\":\"flag\",\"showitem\":\"1\"},\"item4\":{\"title\":\"Preloaded Page Templates\",\"text\":\"Ready with built-in pages, no need to import files so your theme installation is smooth and hassle free.\",\"showitem\":\"1\"},\"item5\":{\"title\":\"WooCommerce Support\",\"text\":\"Designed & extended to fit the WooCommerce plugin which allows you to sell products on your site.\",\"icon\":\"shopping-cart\",\"showitem\":\"1\"},\"item6\":{\"title\":\"Boxed\\/Full-Width\",\"text\":\"Quickly switch between boxed or full-width layout. There is no need to dig into the stylesheet or change the grid system.\",\"icon\":\"columns\",\"showitem\":\"1\"},\"item7\":{\"title\":\"Customizable Backgrounds\",\"text\":\"Use a different background on every section, you can choose a video, an image or just a plain color.\",\"icon\":\"files-o\",\"showitem\":\"1\"},\"item8\":{\"title\":\"50+ Sections\",\"text\":\"Included are  50+ sections to choose from to insert into your layouts. The list grows with updates!\\n\",\"icon\":\"plus-circle\",\"showitem\":\"1\"},\"item9\":{\"title\":\"Advanced Global Settings\",\"text\":\"Change everything including your site colors, container widths, logos and much more!\",\"icon\":\"globe\",\"showitem\":\"1\"},\"item10\":{\"title\":\"Clean & Minimal\",\"text\":\"A minimal design makes it easy to use for all your work. Not only does it look good for different niches it is also easy to customize.\",\"icon\":\"leaf\",\"showitem\":\"1\"},\"item11\":{\"title\":\"Clean Code\",\"text\":\"The well commented and clean code makes it easy for developers to tweak the theme and also keeps it well optimized and expandable.\",\"icon\":\"code\",\"showitem\":\"1\"},\"item12\":{\"title\":\"SEO Optimized\",\"text\":\"DMS was build with close attention to SEO. Your site must look good, but also rank well on search results. \",\"icon\":\"search\",\"showitem\":\"1\"},\"item13\":{\"title\":\"CSS3 Standards\",\"text\":\"Bringing you the best coding standards as well as some cool new tricks such as item animation on scroll.\",\"icon\":\"css3\",\"showitem\":\"1\"},\"item14\":{\"title\":\"HMTL5 Standards\",\"text\":\"DMS uses HTML5 so the code is up to the latest standards. We\\u2019ve also added HTML5 markup for WordPress forms, Audio and Video.\",\"icon\":\"html5\",\"showitem\":\"1\"}}}'),(401,'ufuj9kk','{\"pl_area_pad\":\"50px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_area_class\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"1\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"pl-scroll-translate\",\"pl_area_bg\":\"0\",\"pl_area_bg_color_enable\":\"1\",\"pl_area_bg_color\":\"F5F5F5\",\"pl_area_repeat\":\"1\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"F5F5F5\"}','{\"pl_area_pad\":\"50px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_area_class\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"1\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"pl-scroll-translate\",\"pl_area_bg\":\"0\",\"pl_area_bg_color_enable\":\"1\",\"pl_area_bg_color\":\"F5F5F5\",\"pl_area_repeat\":\"1\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"F5F5F5\"}','{\"pl_area_pad\":\"50px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_area_class\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"1\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"pl-scroll-translate\",\"pl_area_bg\":\"0\",\"pl_area_bg_color_enable\":\"1\",\"pl_area_bg_color\":\"F5F5F5\",\"pl_area_repeat\":\"1\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"F5F5F5\"}'),(402,'uyf4qss','{\"textbox_title\":\"\",\"textbox_content\":\"You can also insert icons anywhere you want via the built-in Font Awesome icon options. <br \\/>Font Awesome gives you scalable vector icons that can instantly be customized size, <br \\/>color, drop shadow, and anything that can be done.\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"<h2>Over 360 Icons<\\/h2>\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"0 0 30px 0\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_content\":\"You can also insert icons anywhere you want via the built-in Font Awesome icon options. <br \\/>Font Awesome gives you scalable vector icons that can instantly be customized size, <br \\/>color, drop shadow, and anything that can be done.\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"<h2>Over 360 Icons<\\/h2>\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"0 0 30px 0\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_content\":\"You can also insert icons anywhere you want via the built-in Font Awesome icon options. <br \\/>Font Awesome gives you scalable vector icons that can instantly be customized size, <br \\/>color, drop shadow, and anything that can be done.\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"<h2>Over 360 Icons<\\/h2>\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"0 0 30px 0\",\"textbox_animation\":\"\"}'),(403,'ud4irs4','{\"pl_area_pad\":\"50px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"pl-scroll-translate\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"FFFFFF\"}','{\"pl_area_pad\":\"50px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"pl-scroll-translate\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"FFFFFF\"}','{\"pl_area_pad\":\"50px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"pl-scroll-translate\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"FFFFFF\"}'),(404,'ukgf3vj','{\"textbox_content\":\"Want to adjust fonts? You can easily switch fonts for all text elements through the options panel<br \\/>\\nChoose from 600+ free Google web fonts, Each font comes with preview.\",\"pl_standard_title\":\"<h2>Stunning Typography.<\\/h2>\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"0 0 40px 0\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"Want to adjust fonts? You can easily switch fonts for all text elements through the options panel<br \\/>\\nChoose from 600+ free Google web fonts, Each font comes with preview.\",\"pl_standard_title\":\"<h2>Stunning Typography.<\\/h2>\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"0 0 40px 0\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"Want to adjust fonts? You can easily switch fonts for all text elements through the options panel<br \\/>\\nChoose from 600+ free Google web fonts, Each font comes with preview.\",\"pl_standard_title\":\"<h2>Stunning Typography.<\\/h2>\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"0 0 40px 0\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}'),(405,'ux2rurs','{\"textbox_content\":\"DMS Comes with The Revolution Slider and FlexSlider 2 Included.\",\"pl_standard_title\":\"<h2>Premium Sliders<\\/h2>\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"0 0 30px 0\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"DMS Comes with The Revolution Slider and FlexSlider 2 Included.\",\"pl_standard_title\":\"<h2>Premium Sliders<\\/h2>\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"0 0 30px 0\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"DMS Comes with The Revolution Slider and FlexSlider 2 Included.\",\"pl_standard_title\":\"<h2>Premium Sliders<\\/h2>\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"0 0 30px 0\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}'),(406,'ukalysy','{\"pl_area_pad\":\"50px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_area_class\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"1\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"0\",\"pl_area_bg\":\"0\",\"pl_area_bg_color_enable\":\"1\",\"pl_area_bg_color\":\"FFFFFF\",\"pl_area_repeat\":\"1\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"FFFFFF\"}','{\"pl_area_pad\":\"50px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_area_class\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"1\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"0\",\"pl_area_bg\":\"0\",\"pl_area_bg_color_enable\":\"1\",\"pl_area_bg_color\":\"FFFFFF\",\"pl_area_repeat\":\"1\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"FFFFFF\"}','{\"pl_area_pad\":\"50px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_area_class\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"1\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"0\",\"pl_area_bg\":\"0\",\"pl_area_bg_color_enable\":\"1\",\"pl_area_bg_color\":\"FFFFFF\",\"pl_area_repeat\":\"1\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"FFFFFF\"}'),(407,'uxcnd4h','{\"textbox_content\":\"We care about our customers and provide support and updates with our product.<br \\/>\\nAnswer customers\\u2019 questions, guide and help them is number one priority for our team.<br \\/><br \\/>\\n<i class=\\\"icon icon-star icon-2x\\\"><\\/i> <i class=\\\"icon icon-star icon-2x\\\"><\\/i> <i class=\\\"icon icon-star icon-2x\\\"><\\/i> <i class=\\\"icon icon-star icon-2x\\\"><\\/i> <i class=\\\"icon  icon-star icon-2x\\\"><\\/i><br \\/><br \\/>\",\"pl_standard_title\":\"<h2>Support & Updates<\\/h2>\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"We care about our customers and provide support and updates with our product.<br \\/>\\nAnswer customers\\u2019 questions, guide and help them is number one priority for our team.<br \\/><br \\/>\\n<i class=\\\"icon icon-star icon-2x\\\"><\\/i> <i class=\\\"icon icon-star icon-2x\\\"><\\/i> <i class=\\\"icon icon-star icon-2x\\\"><\\/i> <i class=\\\"icon icon-star icon-2x\\\"><\\/i> <i class=\\\"icon  icon-star icon-2x\\\"><\\/i><br \\/><br \\/>\",\"pl_standard_title\":\"<h2>Support & Updates<\\/h2>\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"We care about our customers and provide support and updates with our product.<br \\/>\\nAnswer customers\\u2019 questions, guide and help them is number one priority for our team.<br \\/><br \\/>\\n<i class=\\\"icon icon-star icon-2x\\\"><\\/i> <i class=\\\"icon icon-star icon-2x\\\"><\\/i> <i class=\\\"icon icon-star icon-2x\\\"><\\/i> <i class=\\\"icon icon-star icon-2x\\\"><\\/i> <i class=\\\"icon  icon-star icon-2x\\\"><\\/i><br \\/><br \\/>\",\"pl_standard_title\":\"<h2>Support & Updates<\\/h2>\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}'),(408,'uxf2w72','{\"pl_area_pad\":\"50px\",\"pl_area_pad_bottom\":\"0px\",\"pl_area_height\":\"\",\"pl_area_class\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"pl-scroll-translate\",\"pl_area_bg\":\"pl-black\",\"pl_area_bg_color_enable\":\"1\",\"pl_area_bg_color\":\"9C5D90\",\"pl_area_theme\":\"pl-black\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"9C5D90\"}','{\"pl_area_pad\":\"50px\",\"pl_area_pad_bottom\":\"0px\",\"pl_area_height\":\"\",\"pl_area_class\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"pl-scroll-translate\",\"pl_area_bg\":\"pl-black\",\"pl_area_bg_color_enable\":\"1\",\"pl_area_bg_color\":\"9C5D90\",\"pl_area_theme\":\"pl-black\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"9C5D90\"}','{\"pl_area_pad\":\"50px\",\"pl_area_pad_bottom\":\"0px\",\"pl_area_height\":\"\",\"pl_area_class\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"pl-scroll-translate\",\"pl_area_bg\":\"pl-black\",\"pl_area_bg_color_enable\":\"1\",\"pl_area_bg_color\":\"9C5D90\",\"pl_area_theme\":\"pl-black\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"9C5D90\"}'),(409,'u7101us','{\"textbox_content\":\"DMS comes with full WooCommerce support right out of the box!<br \\/>\\nNo need to mess with WooCommerce styling to fit your site perfectly.\",\"pl_standard_title\":\"<h2>WooCommerce Ready<\\/h2>\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"0 0 30px 0\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"DMS comes with full WooCommerce support right out of the box!<br \\/>\\nNo need to mess with WooCommerce styling to fit your site perfectly.\",\"pl_standard_title\":\"<h2>WooCommerce Ready<\\/h2>\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"0 0 30px 0\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"DMS comes with full WooCommerce support right out of the box!<br \\/>\\nNo need to mess with WooCommerce styling to fit your site perfectly.\",\"pl_standard_title\":\"<h2>WooCommerce Ready<\\/h2>\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"0 0 30px 0\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}'),(410,'uwk5uz6','[]','[]','[]'),(411,'u9b2qqx','null','null','null'),(412,'uxriwln','null','null','null'),(413,'u8ql41t','{\"textbox_title\":\"Edit Visually and Build Any Layout Easily\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in rep.\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"h3\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"50px 0 0 0\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Edit Visually and Build Any Layout Easily\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in rep.\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"h3\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"50px 0 0 0\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Edit Visually and Build Any Layout Easily\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in rep.\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"h3\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"50px 0 0 0\",\"textbox_animation\":\"\"}'),(414,'uxqkhw1','{\"columnizer_area\":\"sb_primary\",\"columnizer_cols\":\"3\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"columnizer_description\":\"The Trading Room is all about quant traders connecting with quant traders.\"}','{\"columnizer_area\":\"sb_primary\",\"columnizer_cols\":\"3\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"columnizer_description\":\"The Trading Room is all about quant traders connecting with quant traders.\"}','{\"columnizer_area\":\"sb_primary\",\"columnizer_cols\":\"3\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"columnizer_description\":\"The Trading Room is all about quant traders connecting with quant traders.\"}'),(415,'un541jt','{\"navi_logo\":\"\",\"navi_logo_attach_id\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"meganav\",\"pl_standard_styles\":\"\",\"navi_menu\":\"2\",\"navi_search\":\"0\"}','{\"navi_logo\":\"\",\"navi_logo_attach_id\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"meganav\",\"pl_standard_styles\":\"\",\"navi_menu\":\"2\",\"navi_search\":\"0\"}','{\"navi_logo\":\"\",\"navi_logo_attach_id\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"meganav\",\"pl_standard_styles\":\"\",\"navi_menu\":\"2\",\"navi_search\":\"0\"}'),(416,'ucram6c','{\"icallout_format\":\"\",\"icallout_text\":\"Ready for a smarter website?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get DMS for Wordpress\",\"icallout_btn_theme\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"icallout_format\":\"\",\"icallout_text\":\"Ready for a smarter website?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get DMS for Wordpress\",\"icallout_btn_theme\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"icallout_format\":\"\",\"icallout_text\":\"Ready for a smarter website?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get DMS for Wordpress\",\"icallout_btn_theme\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}'),(1215,'ua9ba4','[]','[]','[]'),(418,'ui483qd','{\"sl_text\":\"\\u00a9 Rios Quantitative LLC\",\"sl_align\":\"\",\"menu\":\"4\",\"pl_standard_title\":\"COMMODITY FUTURES,  OPTIONS,  AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\"}','{\"sl_text\":\"\\u00a9 Rios Quantitative LLC\",\"sl_align\":\"\",\"menu\":\"4\",\"pl_standard_title\":\"COMMODITY FUTURES,  OPTIONS,  AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\"}','{\"sl_text\":\"\\u00a9 Rios Quantitative LLC\",\"sl_align\":\"\",\"menu\":\"4\",\"pl_standard_title\":\"COMMODITY FUTURES,  OPTIONS,  AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\"}'),(419,'ug55ha7','{\"sl_text\":\"\\u00a9 PageLines 2014 \",\"sl_align\":\"sl-links-right\"}','{\"sl_text\":\"\\u00a9 PageLines 2014 \",\"sl_align\":\"sl-links-right\"}','{\"sl_text\":\"\\u00a9 PageLines 2014 \",\"sl_align\":\"sl-links-right\"}'),(420,'upve5k4','[]','[]','[]'),(421,'u78d0d','[]','[]','[]'),(422,'ud41g2d','{\"textbox_content\":\"DMS comes with full BuddyPress support right out of the box!<br \\/>\\nNo need to mess with BuddyPress styling to fit your site perfectly.\",\"pl_standard_title\":\"<h2>BuddyPress Ready<\\/h2>\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"DMS comes with full BuddyPress support right out of the box!<br \\/>\\nNo need to mess with BuddyPress styling to fit your site perfectly.\",\"pl_standard_title\":\"<h2>BuddyPress Ready<\\/h2>\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"DMS comes with full BuddyPress support right out of the box!<br \\/>\\nNo need to mess with BuddyPress styling to fit your site perfectly.\",\"pl_standard_title\":\"<h2>BuddyPress Ready<\\/h2>\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}'),(423,'urtzffv','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/buddypress.jpg\",\"mediabox_image_attach_id\":\"247\",\"mediabox_title\":\"\",\"mediabox_html\":\"\",\"pl_area_class\":\"\",\"mediabox_align\":\"\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/buddypress.jpg\",\"mediabox_image_attach_id\":\"247\",\"mediabox_title\":\"\",\"mediabox_html\":\"\",\"pl_area_class\":\"\",\"mediabox_align\":\"\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/buddypress.jpg\",\"mediabox_image_attach_id\":\"247\",\"mediabox_title\":\"\",\"mediabox_html\":\"\",\"pl_area_class\":\"\",\"mediabox_align\":\"\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}'),(424,'ub3g12r','null','null','null'),(425,'ukkzmdh','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/font-awesome.png\",\"mediabox_image_attach_id\":\"248\",\"mediabox_image_alt\":\"\",\"mediabox_title\":\"\",\"mediabox_html\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"mediabox_align\":\"\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/font-awesome.png\",\"mediabox_image_attach_id\":\"248\",\"mediabox_image_alt\":\"\",\"mediabox_title\":\"\",\"mediabox_html\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"mediabox_align\":\"\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/font-awesome.png\",\"mediabox_image_attach_id\":\"248\",\"mediabox_image_alt\":\"\",\"mediabox_title\":\"\",\"mediabox_html\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"mediabox_align\":\"\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}'),(426,'uht16tz','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/flexslider2.jpg\",\"mediabox_image_attach_id\":\"250\",\"mediabox_title\":\"\",\"mediabox_html\":\"FlexSlider 2\",\"pl_area_class\":\"\",\"mediabox_align\":\"\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/flexslider2.jpg\",\"mediabox_image_attach_id\":\"250\",\"mediabox_title\":\"\",\"mediabox_html\":\"FlexSlider 2\",\"pl_area_class\":\"\",\"mediabox_align\":\"\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/flexslider2.jpg\",\"mediabox_image_attach_id\":\"250\",\"mediabox_title\":\"\",\"mediabox_html\":\"FlexSlider 2\",\"pl_area_class\":\"\",\"mediabox_align\":\"\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}'),(427,'u9ba0e','[]','[]','[]'),(428,'u9bb83','[]','[]','[]'),(429,'uhko5zq','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/revolution-slider.jpg\",\"mediabox_image_attach_id\":\"249\",\"mediabox_title\":\"\",\"mediabox_html\":\"Revolution Slider\",\"pl_area_class\":\"\",\"mediabox_align\":\"\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/revolution-slider.jpg\",\"mediabox_image_attach_id\":\"249\",\"mediabox_title\":\"\",\"mediabox_html\":\"Revolution Slider\",\"pl_area_class\":\"\",\"mediabox_align\":\"\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/revolution-slider.jpg\",\"mediabox_image_attach_id\":\"249\",\"mediabox_title\":\"\",\"mediabox_html\":\"Revolution Slider\",\"pl_area_class\":\"\",\"mediabox_align\":\"\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}'),(430,'uu53nrz','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"\",\"pl_area_bg\":\"\",\"pl_area_bg_color_enable\":\"1\",\"pl_area_bg_color\":\"F7F7F7\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"F7F7F7\"}','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"\",\"pl_area_bg\":\"\",\"pl_area_bg_color_enable\":\"1\",\"pl_area_bg_color\":\"F7F7F7\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"F7F7F7\"}','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"\",\"pl_area_bg\":\"\",\"pl_area_bg_color_enable\":\"1\",\"pl_area_bg_color\":\"F7F7F7\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"F7F7F7\"}'),(431,'u7etfsi','null','null','null'),(432,'ui1x1wm','{\"pl_area_pad\":\"30px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_area_class\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"\",\"pl_area_bg\":\"\",\"pl_area_bg_color_enable\":\"0\",\"pl_area_bg_color\":\"FFFFFF\",\"pl_area_color\":\"FFFFFF\"}','{\"pl_area_pad\":\"30px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_area_class\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"\",\"pl_area_bg\":\"\",\"pl_area_bg_color_enable\":\"0\",\"pl_area_bg_color\":\"FFFFFF\",\"pl_area_color\":\"FFFFFF\"}','{\"pl_area_pad\":\"30px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_area_class\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"\",\"pl_area_bg\":\"\",\"pl_area_bg_color_enable\":\"0\",\"pl_area_bg_color\":\"FFFFFF\",\"pl_area_color\":\"FFFFFF\"}'),(433,'u80ob7e','{\"_highlight_splash_position\":\"\",\"pl_area_class\":\"\",\"_highlight_head\":\"Have Questions About the Pricing?\",\"_highlight_subhead\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do.\",\"_highlight_splash\":\"\",\"_highlight_splash_attach_id\":\"\",\"_highlight_image_frame\":\"0\"}','{\"_highlight_splash_position\":\"\",\"pl_area_class\":\"\",\"_highlight_head\":\"Have Questions About the Pricing?\",\"_highlight_subhead\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do.\",\"_highlight_splash\":\"\",\"_highlight_splash_attach_id\":\"\",\"_highlight_image_frame\":\"0\"}','{\"_highlight_splash_position\":\"\",\"pl_area_class\":\"\",\"_highlight_head\":\"Have Questions About the Pricing?\",\"_highlight_subhead\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do.\",\"_highlight_splash\":\"\",\"_highlight_splash_attach_id\":\"\",\"_highlight_image_frame\":\"0\"}'),(434,'ufbfudy','null','null','null'),(435,'uigs2ww','{\"textbox_title\":\"Are there any discounts?\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea.\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"h4\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Are there any discounts?\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea.\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"h4\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Are there any discounts?\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea.\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"h4\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}'),(436,'u502da','[]','[]','[]'),(437,'urdasc1','{\"textbox_title\":\"Can I cancel at anytime?\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea.\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"h4\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Can I cancel at anytime?\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea.\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"h4\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Can I cancel at anytime?\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea.\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"h4\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}'),(438,'u50480','[]','[]','[]'),(439,'ukno9pw','{\"textbox_title\":\"Are these the only plans?\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea.\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"h4\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Are these the only plans?\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea.\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"h4\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Are these the only plans?\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea.\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"h4\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}'),(440,'ufum17t','{\"textbox_title\":\"What types of payments do you accept?\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea.\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"h4\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"What types of payments do you accept?\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea.\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"h4\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"What types of payments do you accept?\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea.\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"h4\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}'),(441,'uqqqx5e','{\"icallout_format\":\"\",\"icallout_text\":\"Ready for a smarter website?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"1\",\"icallout_link_text\":\"Download DMS For Wordpress\",\"icallout_btn_theme\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"icallout_format\":\"\",\"icallout_text\":\"Ready for a smarter website?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"1\",\"icallout_link_text\":\"Download DMS For Wordpress\",\"icallout_btn_theme\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"icallout_format\":\"\",\"icallout_text\":\"Ready for a smarter website?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"1\",\"icallout_link_text\":\"Download DMS For Wordpress\",\"icallout_btn_theme\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}'),(442,'u6mcu0e','{\"textbox_title\":\"Standard Columns\",\"textbox_content\":\"Just good ol\' standard columns\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"h2\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Standard Columns\",\"textbox_content\":\"Just good ol\' standard columns\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"h2\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Standard Columns\",\"textbox_content\":\"Just good ol\' standard columns\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"h2\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}'),(443,'ud414b','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"FFFFFF\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"FFFFFF\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"FFFFFF\"}'),(444,'u2zj3et','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}'),(445,'uw0os2o','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}'),(446,'ut70qza','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}'),(447,'upzvilw','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}'),(448,'usxsnt3','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}'),(449,'umxkp5y','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}'),(450,'uly8y62','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}'),(451,'uvn43r2','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}'),(452,'uvtk8se','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}'),(453,'uwvgp0n','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}'),(454,'u4tgufc','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}'),(455,'u55u88b','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}'),(456,'u23fcd5','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}'),(457,'uvscx1v','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}'),(458,'uaco5xo','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}'),(459,'unhuc1d','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"F5F5F5\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"F5F5F5\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"F5F5F5\"}'),(460,'u9ivyqe','{\"textbox_title\":\"Animated Columns\",\"textbox_content\":\"The \\\"Bells and Whistles\\\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"h2\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Animated Columns\",\"textbox_content\":\"The \\\"Bells and Whistles\\\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"h2\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Animated Columns\",\"textbox_content\":\"The \\\"Bells and Whistles\\\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"h2\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}'),(461,'urf5ofv','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-left\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-left\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-left\"}'),(462,'uni4wud','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-right\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-right\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-right\"}'),(463,'upb48uj','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-left\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-left\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-left\"}'),(464,'utgah0s','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-fade\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-fade\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-fade\"}'),(465,'u62kiv9','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-right\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-right\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-right\"}'),(466,'u8c9vj3','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-left\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-left\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-left\"}'),(467,'ucydzgi','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-left\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-left\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-left\"}'),(468,'uiyji0f','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-right\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-right\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-right\"}'),(469,'uktf6ia','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-right\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-right\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-right\"}'),(470,'uyefqzx','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-left\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-left\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-left\"}'),(471,'u23598b','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-left\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-left\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-left\"}'),(472,'uojmkf9','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-left\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-left\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-left\"}'),(473,'ukp7z51','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-right\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-right\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-right\"}'),(474,'ujfe50w','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-right\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-right\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-right\"}'),(475,'u21mgsa','{\"textbox_title\":\"\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"none\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"no-anim\"}','{\"textbox_title\":\"\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"none\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"no-anim\"}','{\"textbox_title\":\"\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"none\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"no-anim\"}'),(476,'u5c04b','[]','[]','[]'),(477,'u4b0c7','[]','[]','[]'),(478,'u4b232','[]','[]','[]'),(479,'u4b3d6','[]','[]','[]'),(480,'u4b701','[]','[]','[]'),(481,'u4b894','[]','[]','[]'),(482,'uingt5y','{\"textbox_title\":\"Animated Columns\",\"textbox_title_wrap\":\"h2\",\"textbox_content\":\"The \\\"Bells and Whistles\\\"\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Animated Columns\",\"textbox_title_wrap\":\"h2\",\"textbox_content\":\"The \\\"Bells and Whistles\\\"\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Animated Columns\",\"textbox_title_wrap\":\"h2\",\"textbox_content\":\"The \\\"Bells and Whistles\\\"\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}'),(483,'uus591u','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-left\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-left\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-left\"}'),(484,'u5dydc6','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-right\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-right\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-right\"}'),(485,'u3tqq8q','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-left\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-left\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-left\"}'),(486,'uzac1cx','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-fade\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-fade\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-fade\"}'),(487,'ugkbklu','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-right\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-right\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-right\"}'),(488,'u1tcwn3','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-left\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-left\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-left\"}'),(489,'uny74ex','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-left\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-left\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-left\"}'),(490,'ubswvx8','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-right\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-right\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-right\"}'),(491,'ue9lvau','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-right\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-right\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ac lacus massa. Aliquam ac urna dui, sed sodales ligula. Sed congue nunc vel purus porta vehicula.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-right\"}'),(492,'uepzscc','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-left\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-left\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-left\"}'),(493,'ux6aone','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-left\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-left\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-left\"}'),(494,'uquccpa','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-left\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-left\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-left\"}'),(495,'unbvqu3','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-right\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-right\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-right\"}'),(496,'uq9jusg','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-right\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-right\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-right\"}'),(497,'ulijlus','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-right\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-right\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-right\"}'),(498,'und9giz','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"Boxed Columns\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"Boxed Columns\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"Boxed Columns\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}'),(499,'umyou60','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"border: 1px solid #ccc; margin-bottom: 20px; box-sizing: border-box; \"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"border: 1px solid #ccc; margin-bottom: 20px; box-sizing: border-box; \"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"border: 1px solid #ccc; margin-bottom: 20px; box-sizing: border-box; \"}'),(500,'un1a5wz','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-left\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-left\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-left\"}'),(501,'uhmj7jp','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-right\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-right\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"pla-from-right\"}'),(502,'uo4suym','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"box-shadow: 0 0 5px #ccc;margin-bottom: 20px;\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"box-shadow: 0 0 5px #ccc;margin-bottom: 20px;\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"box-shadow: 0 0 5px #ccc;margin-bottom: 20px;\"}'),(503,'umj31n7','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"no-anim\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"no-anim\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"no-anim\"}'),(504,'ulfs651','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"box-shadow: 0 0 5px #ccc;margin-bottom: 20px;\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"box-shadow: 0 0 5px #ccc;margin-bottom: 20px;\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"box-shadow: 0 0 5px #ccc;margin-bottom: 20px;\"}'),(505,'unrf2o1','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"no-anim\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"no-anim\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"no-anim\"}'),(506,'uz4unel','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"box-shadow: 0 0 5px #ccc;margin-bottom: 20px;\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"box-shadow: 0 0 5px #ccc;margin-bottom: 20px;\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"box-shadow: 0 0 5px #ccc;margin-bottom: 20px;\"}'),(507,'uxst8sk','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"no-anim\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"no-anim\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"no-anim\"}'),(508,'uk2wulu','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"box-shadow: 0 0 5px #ccc;margin-bottom: 20px;\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"box-shadow: 0 0 5px #ccc;margin-bottom: 20px;\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"box-shadow: 0 0 5px #ccc;margin-bottom: 20px;\"}'),(509,'u93go6r','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"no-anim\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"no-anim\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"no-anim\"}'),(510,'uly0dze','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"box-shadow: 0 0 5px #ccc;margin-bottom: 20px;\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"box-shadow: 0 0 5px #ccc;margin-bottom: 20px;\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"box-shadow: 0 0 5px #ccc;margin-bottom: 20px;\"}'),(511,'uzw3c54','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"no-anim\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"no-anim\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"no-anim\"}'),(512,'utx7487','{\"textbox_title\":\"\",\"textbox_content\":\"<h2>Designed to work how you work<\\/h2>\\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et d<br \\/>\\nolore magna aliqua. Ut enim ad minim veniam Lorem ipsum dolor sit amet, consectetur adipisicin.\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"0 0 40px 0\",\"textbox_animation\":\"pla-fade\"}','{\"textbox_title\":\"\",\"textbox_content\":\"<h2>Designed to work how you work<\\/h2>\\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et d<br \\/>\\nolore magna aliqua. Ut enim ad minim veniam Lorem ipsum dolor sit amet, consectetur adipisicin.\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"0 0 40px 0\",\"textbox_animation\":\"pla-fade\"}','{\"textbox_title\":\"\",\"textbox_content\":\"<h2>Designed to work how you work<\\/h2>\\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et d<br \\/>\\nolore magna aliqua. Ut enim ad minim veniam Lorem ipsum dolor sit amet, consectetur adipisicin.\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"0 0 40px 0\",\"textbox_animation\":\"pla-fade\"}'),(513,'u7dy7c0','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"pl-parallax\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"333333\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"pl-parallax\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"333333\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"pl-parallax\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"333333\"}'),(514,'uzby22j','{\"flipper_post_type\":\"team\",\"flipper_format\":\"grid\",\"flipper_shown\":\"4\",\"flipper_sizes\":\"large\",\"flipper_total\":\"10\",\"flipper_hide_nav\":\"0\",\"flipper_post_sort\":\"DESC\",\"flipper_meta_key\":\"\",\"flipper_meta_value\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"flipper_title\":\"&nbsp;\",\"flipper_hide_title_link\":\"1\",\"flipper_meta\":\"[post_edit]\",\"flipper_show_excerpt\":\"1\",\"disable_flipper_show_love\":\"1\"}','{\"flipper_post_type\":\"team\",\"flipper_format\":\"grid\",\"flipper_shown\":\"4\",\"flipper_sizes\":\"large\",\"flipper_total\":\"10\",\"flipper_hide_nav\":\"0\",\"flipper_post_sort\":\"DESC\",\"flipper_meta_key\":\"\",\"flipper_meta_value\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"flipper_title\":\"&nbsp;\",\"flipper_hide_title_link\":\"1\",\"flipper_meta\":\"[post_edit]\",\"flipper_show_excerpt\":\"1\",\"disable_flipper_show_love\":\"1\"}','{\"flipper_post_type\":\"team\",\"flipper_format\":\"grid\",\"flipper_shown\":\"4\",\"flipper_sizes\":\"large\",\"flipper_total\":\"10\",\"flipper_hide_nav\":\"0\",\"flipper_post_sort\":\"DESC\",\"flipper_meta_key\":\"\",\"flipper_meta_value\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"flipper_title\":\"&nbsp;\",\"flipper_hide_title_link\":\"1\",\"flipper_meta\":\"[post_edit]\",\"flipper_show_excerpt\":\"1\",\"disable_flipper_show_love\":\"1\"}'),(515,'u7avcyf','{\"popshot_format\":\"browser\",\"popshot_height\":\"400px\",\"pl_standard_title\":\"More options than you can handle.\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"popshot_array\":{\"item1\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/popshot21.jpg\",\"image_attach_id\":\"655\",\"offset\":\"-600px\",\"height\":\"280px\",\"index\":\"9\",\"showitem\":\"1\"},\"item2\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/popshot16.jpg\",\"image_attach_id\":\"718\",\"height\":\"320px\",\"index\":\"10\",\"showitem\":\"1\"},\"item3\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/popshot3.jpg\",\"image_attach_id\":\"659\",\"offset\":\"0px\",\"height\":\"280px\",\"index\":\"9\",\"showitem\":\"1\"}},\"popshot_background\":\"\",\"popshot_background_attach_id\":\"\",\"popshot_repeat\":\"0\",\"popshot_theme\":\"pl-dark-img\",\"popshot_video\":\"\",\"popshot_video_2\":\"\",\"popshot_color_enable\":\"1\",\"popshot_color\":\"333333\"}','{\"popshot_format\":\"browser\",\"popshot_height\":\"400px\",\"pl_standard_title\":\"More options than you can handle.\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"popshot_array\":{\"item1\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/popshot21.jpg\",\"image_attach_id\":\"655\",\"offset\":\"-600px\",\"height\":\"280px\",\"index\":\"9\",\"showitem\":\"1\"},\"item2\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/popshot16.jpg\",\"image_attach_id\":\"718\",\"height\":\"320px\",\"index\":\"10\",\"showitem\":\"1\"},\"item3\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/popshot3.jpg\",\"image_attach_id\":\"659\",\"offset\":\"0px\",\"height\":\"280px\",\"index\":\"9\",\"showitem\":\"1\"}},\"popshot_background\":\"\",\"popshot_background_attach_id\":\"\",\"popshot_repeat\":\"0\",\"popshot_theme\":\"pl-dark-img\",\"popshot_video\":\"\",\"popshot_video_2\":\"\",\"popshot_color_enable\":\"1\",\"popshot_color\":\"333333\"}','{\"popshot_format\":\"browser\",\"popshot_height\":\"400px\",\"pl_standard_title\":\"More options than you can handle.\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"popshot_array\":{\"item1\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/popshot21.jpg\",\"image_attach_id\":\"655\",\"offset\":\"-600px\",\"height\":\"280px\",\"index\":\"9\",\"showitem\":\"1\"},\"item2\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/popshot16.jpg\",\"image_attach_id\":\"718\",\"height\":\"320px\",\"index\":\"10\",\"showitem\":\"1\"},\"item3\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/popshot3.jpg\",\"image_attach_id\":\"659\",\"offset\":\"0px\",\"height\":\"280px\",\"index\":\"9\",\"showitem\":\"1\"}},\"popshot_background\":\"\",\"popshot_background_attach_id\":\"\",\"popshot_repeat\":\"0\",\"popshot_theme\":\"pl-dark-img\",\"popshot_video\":\"\",\"popshot_video_2\":\"\",\"popshot_color_enable\":\"1\",\"popshot_color\":\"333333\"}'),(516,'uofppqq','[]','[]','[]'),(517,'uf327c','[]','[]','[]'),(518,'uf341e','[]','[]','[]'),(519,'uvi0fuv','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}'),(520,'u241c6','[]','[]','[]'),(521,'u2438f','[]','[]','[]'),(522,'u24561','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pagetitles\":\"0\",\"blog_layout_mode\":\"blog\",\"full_column_posts\":\"2\",\"show_content\":\"0\",\"excerpt_mode_full\":\"top\",\"excerpt_mode_clip\":\"left\",\"hide_thumb\":\"0\",\"pl_meta_mode\":\"metabar\",\"metabar_standard\":\"\",\"metabar_clip\":\"\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pagetitles\":\"0\",\"blog_layout_mode\":\"blog\",\"full_column_posts\":\"2\",\"show_content\":\"0\",\"excerpt_mode_full\":\"top\",\"excerpt_mode_clip\":\"left\",\"hide_thumb\":\"0\",\"pl_meta_mode\":\"metabar\",\"metabar_standard\":\"\",\"metabar_clip\":\"\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pagetitles\":\"0\",\"blog_layout_mode\":\"blog\",\"full_column_posts\":\"2\",\"show_content\":\"0\",\"excerpt_mode_full\":\"top\",\"excerpt_mode_clip\":\"left\",\"hide_thumb\":\"0\",\"pl_meta_mode\":\"metabar\",\"metabar_standard\":\"\",\"metabar_clip\":\"\"}'),(523,'u246f7','[]','[]','[]'),(524,'u248ac','[]','[]','[]'),(525,'u24a35','[]','[]','[]'),(526,'u24bb1','[]','[]','[]'),(527,'u98553','[]','[]','[]'),(528,'u986c3','[]','[]','[]'),(529,'u98875','[]','[]','[]'),(530,'u98a22','[]','[]','[]'),(531,'u98bb8','[]','[]','[]'),(532,'u98d63','[]','[]','[]'),(533,'u1f591','[]','[]','[]'),(534,'uhjge8n','[]','[]','[]'),(535,'u8d6c6','[]','[]','[]'),(536,'u05hqob','[]','[]','[]'),(537,'utrrsu1','{\"ph_format\":\"\",\"ph_mode\":\"\",\"ph_pad_class\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ph_header\":\"The Damn Counter Section\",\"ph_sub\":\"\",\"ph_menu\":\"\",\"ph_link1\":\"\",\"ph_link1_text\":\"\",\"ph_link1_style\":\"\",\"ph_link2\":\"\",\"ph_link2_text\":\"\",\"ph_link2_style\":\"\"}','{\"ph_format\":\"\",\"ph_mode\":\"\",\"ph_pad_class\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ph_header\":\"The Damn Counter Section\",\"ph_sub\":\"\",\"ph_menu\":\"\",\"ph_link1\":\"\",\"ph_link1_text\":\"\",\"ph_link1_style\":\"\",\"ph_link2\":\"\",\"ph_link2_text\":\"\",\"ph_link2_style\":\"\"}','{\"ph_format\":\"\",\"ph_mode\":\"\",\"ph_pad_class\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ph_header\":\"The Damn Counter Section\",\"ph_sub\":\"\",\"ph_menu\":\"\",\"ph_link1\":\"\",\"ph_link1_text\":\"\",\"ph_link1_style\":\"\",\"ph_link2\":\"\",\"ph_link2_text\":\"\",\"ph_link2_style\":\"\"}'),(538,'uhfkkxj','null','null','null'),(539,'uybudvc','[]','[]','[]'),(540,'ukiyppb','[]','[]','[]'),(541,'u7fcca','[]','[]','[]'),(542,'u65bhxu','[]','[]','[]'),(543,'u2abe0','[]','[]','[]'),(544,'uz8igxj','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pagetitles\":\"0\",\"blog_layout_mode\":\"blog\",\"full_column_posts\":\"10\",\"show_content\":\"0\",\"excerpt_mode_full\":\"top\",\"excerpt_mode_clip\":\"top\",\"hide_thumb\":\"0\",\"pl_meta_mode\":\"\",\"metabar_standard\":\"\",\"metabar_clip\":\"\",\"hide_excerpt\":\"0\",\"continue_reading_text\":\"\",\"excerpt_len\":\"\",\"excerpt_tags\":\"\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pagetitles\":\"0\",\"blog_layout_mode\":\"blog\",\"full_column_posts\":\"10\",\"show_content\":\"0\",\"excerpt_mode_full\":\"top\",\"excerpt_mode_clip\":\"top\",\"hide_thumb\":\"0\",\"pl_meta_mode\":\"\",\"metabar_standard\":\"\",\"metabar_clip\":\"\",\"hide_excerpt\":\"0\",\"continue_reading_text\":\"\",\"excerpt_len\":\"\",\"excerpt_tags\":\"\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pagetitles\":\"0\",\"blog_layout_mode\":\"blog\",\"full_column_posts\":\"10\",\"show_content\":\"0\",\"excerpt_mode_full\":\"top\",\"excerpt_mode_clip\":\"top\",\"hide_thumb\":\"0\",\"pl_meta_mode\":\"\",\"metabar_standard\":\"\",\"metabar_clip\":\"\",\"hide_excerpt\":\"0\",\"continue_reading_text\":\"\",\"excerpt_len\":\"\",\"excerpt_tags\":\"\"}'),(545,'u04f73','[]','[]','[]'),(546,'utbxaxk','{\"textbox_title\":\"ABOUT THE BLOG\",\"textbox_title_wrap\":\"strong\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed in euismod nisi. \\n<br \\/><br \\/>\\nCras at ultrices erat, sed vulputate eros. Nunc at augue gravida est fermentum vulputate. Pellentesque et ipsum in dui malesuada tempus. Donec pellentesque.\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"12\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"ABOUT THE BLOG\",\"textbox_title_wrap\":\"strong\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed in euismod nisi. \\n<br \\/><br \\/>\\nCras at ultrices erat, sed vulputate eros. Nunc at augue gravida est fermentum vulputate. Pellentesque et ipsum in dui malesuada tempus. Donec pellentesque.\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"12\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"ABOUT THE BLOG\",\"textbox_title_wrap\":\"strong\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed in euismod nisi. \\n<br \\/><br \\/>\\nCras at ultrices erat, sed vulputate eros. Nunc at augue gravida est fermentum vulputate. Pellentesque et ipsum in dui malesuada tempus. Donec pellentesque.\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"12\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}'),(547,'uvfjwqr','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}'),(548,'ukhak4w','{\"textbox_title\":\"ABOUT THE BLOG\",\"textbox_title_wrap\":\"strong\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed in euismod nisi. \\n<br \\/><br \\/>\\nCras at ultrices erat, sed vulputate eros. Nunc at augue gravida est fermentum vulputate. Pellentesque et ipsum in dui malesuada tempus. Donec pellentesque.\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"12\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"ABOUT THE BLOG\",\"textbox_title_wrap\":\"strong\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed in euismod nisi. \\n<br \\/><br \\/>\\nCras at ultrices erat, sed vulputate eros. Nunc at augue gravida est fermentum vulputate. Pellentesque et ipsum in dui malesuada tempus. Donec pellentesque.\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"12\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"ABOUT THE BLOG\",\"textbox_title_wrap\":\"strong\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed in euismod nisi. \\n<br \\/><br \\/>\\nCras at ultrices erat, sed vulputate eros. Nunc at augue gravida est fermentum vulputate. Pellentesque et ipsum in dui malesuada tempus. Donec pellentesque.\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"12\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}'),(549,'uur7wha','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}'),(550,'u43tdhf','[]','[]','[]'),(551,'u0bvr8s','[]','[]','[]'),(552,'u47mn9v','[]','[]','[]'),(553,'u7hicjh','{\"masonic_format\":\"grid\",\"masonic_post_type\":\"post\",\"masonic_sizes\":\"large\",\"masonic_total\":\"10\",\"masonic_meta\":\"\",\"masonic_post_sort\":\"DESC\",\"masonic_meta_key\":\"\",\"masonic_meta_value\":\"\",\"masonic_category\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"masonic_format\":\"grid\",\"masonic_post_type\":\"post\",\"masonic_sizes\":\"large\",\"masonic_total\":\"10\",\"masonic_meta\":\"\",\"masonic_post_sort\":\"DESC\",\"masonic_meta_key\":\"\",\"masonic_meta_value\":\"\",\"masonic_category\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"masonic_format\":\"grid\",\"masonic_post_type\":\"post\",\"masonic_sizes\":\"large\",\"masonic_total\":\"10\",\"masonic_meta\":\"\",\"masonic_post_sort\":\"DESC\",\"masonic_meta_key\":\"\",\"masonic_meta_value\":\"\",\"masonic_category\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}'),(554,'unrdrtt','{\"icallout_format\":\"\",\"icallout_text\":\"Ready for a smarter website?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get DMS for Wordpress\",\"icallout_btn_theme\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"icallout_format\":\"\",\"icallout_text\":\"Ready for a smarter website?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get DMS for Wordpress\",\"icallout_btn_theme\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"icallout_format\":\"\",\"icallout_text\":\"Ready for a smarter website?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get DMS for Wordpress\",\"icallout_btn_theme\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}'),(555,'uisd1rk','{\"pl_area_pad\":\"30px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"\",\"pl_area_bg\":\"\",\"pl_area_bg_color_enable\":\"1\",\"pl_area_bg_color\":\"f5f5f5\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"FFFFFF\"}','{\"pl_area_pad\":\"30px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"\",\"pl_area_bg\":\"\",\"pl_area_bg_color_enable\":\"1\",\"pl_area_bg_color\":\"f5f5f5\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"FFFFFF\"}','{\"pl_area_pad\":\"30px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"\",\"pl_area_bg\":\"\",\"pl_area_bg_color_enable\":\"1\",\"pl_area_bg_color\":\"f5f5f5\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"FFFFFF\"}'),(556,'u0d62b','null','null','null'),(557,'uctlitz','{\"pl_area_pad\":\"30px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"f7f7f7\"}','{\"pl_area_pad\":\"30px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"f7f7f7\"}','{\"pl_area_pad\":\"30px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"f7f7f7\"}'),(558,'umh50dz','{\"icallout_format\":\"\",\"icallout_text\":\"Ready for a smarter website?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get Dms for Worpress\",\"icallout_btn_theme\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"icallout_format\":\"\",\"icallout_text\":\"Ready for a smarter website?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get Dms for Worpress\",\"icallout_btn_theme\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"icallout_format\":\"\",\"icallout_text\":\"Ready for a smarter website?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get Dms for Worpress\",\"icallout_btn_theme\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}'),(559,'uqzshnv','null','null','null'),(560,'uea58a','[]','[]','[]'),(561,'ub83tee','{\"masonic_format\":\"grid\",\"masonic_post_type\":\"portfolio\",\"masonic_sizes\":\"basic-thumb\",\"masonic_total\":\"9\",\"masonic_excerpt\":\"0\",\"masonic_meta\":\"\",\"masonic_post_sort\":\"DESC\",\"masonic_meta_key\":\"\",\"masonic_meta_value\":\"\",\"masonic_category\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"masonic_format\":\"grid\",\"masonic_post_type\":\"portfolio\",\"masonic_sizes\":\"basic-thumb\",\"masonic_total\":\"9\",\"masonic_excerpt\":\"0\",\"masonic_meta\":\"\",\"masonic_post_sort\":\"DESC\",\"masonic_meta_key\":\"\",\"masonic_meta_value\":\"\",\"masonic_category\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"masonic_format\":\"grid\",\"masonic_post_type\":\"portfolio\",\"masonic_sizes\":\"basic-thumb\",\"masonic_total\":\"9\",\"masonic_excerpt\":\"0\",\"masonic_meta\":\"\",\"masonic_post_sort\":\"DESC\",\"masonic_meta_key\":\"\",\"masonic_meta_value\":\"\",\"masonic_category\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}'),(562,'ub313c','[]','[]','[]'),(563,'uriv5b1','{\"masonic_format\":\"masonry\",\"masonic_post_type\":\"portfolio\",\"masonic_sizes\":\"basic-thumb\",\"masonic_total\":\"9\",\"masonic_meta\":\"\",\"masonic_post_sort\":\"DESC\",\"masonic_meta_key\":\"\",\"masonic_meta_value\":\"\",\"masonic_category\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"masonic_format\":\"masonry\",\"masonic_post_type\":\"portfolio\",\"masonic_sizes\":\"basic-thumb\",\"masonic_total\":\"9\",\"masonic_meta\":\"\",\"masonic_post_sort\":\"DESC\",\"masonic_meta_key\":\"\",\"masonic_meta_value\":\"\",\"masonic_category\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"masonic_format\":\"masonry\",\"masonic_post_type\":\"portfolio\",\"masonic_sizes\":\"basic-thumb\",\"masonic_total\":\"9\",\"masonic_meta\":\"\",\"masonic_post_sort\":\"DESC\",\"masonic_meta_key\":\"\",\"masonic_meta_value\":\"\",\"masonic_category\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}'),(564,'u6bwgng','[]','[]','[]'),(565,'u59541','[]','[]','[]'),(566,'u596b5','[]','[]','[]'),(567,'u92l5fx','[]','[]','[]'),(568,'uvpevqj','[]','[]','[]'),(569,'ux51mb4','[]','[]','[]'),(570,'uiog48n','{\"pl_area_pad\":\"100px\",\"pl_area_bg_repeat\":\"0\",\"pl_area_bg\":\"pl-black\",\"pl_area_bg_color_enable\":\"1\",\"pl_area_bg_color\":\"FF0000\"}','{\"pl_area_pad\":\"100px\",\"pl_area_bg_repeat\":\"0\",\"pl_area_bg\":\"pl-black\",\"pl_area_bg_color_enable\":\"1\",\"pl_area_bg_color\":\"FF0000\"}','{\"pl_area_pad\":\"100px\",\"pl_area_bg_repeat\":\"0\",\"pl_area_bg\":\"pl-black\",\"pl_area_bg_color_enable\":\"1\",\"pl_area_bg_color\":\"FF0000\"}'),(571,'uxn06bs','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/jquery1.png\",\"mediabox_image_attach_id\":\"352\",\"mediabox_title\":\"\",\"mediabox_html\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"mediabox_align\":\"center\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-fade\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/jquery1.png\",\"mediabox_image_attach_id\":\"352\",\"mediabox_title\":\"\",\"mediabox_html\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"mediabox_align\":\"center\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-fade\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/jquery1.png\",\"mediabox_image_attach_id\":\"352\",\"mediabox_title\":\"\",\"mediabox_html\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"mediabox_align\":\"center\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-fade\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}'),(572,'uow7bg8','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/twitter2.png\",\"mediabox_image_attach_id\":\"354\",\"mediabox_title\":\"\",\"mediabox_html\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"mediabox_align\":\"center\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-fade\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/twitter2.png\",\"mediabox_image_attach_id\":\"354\",\"mediabox_title\":\"\",\"mediabox_html\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"mediabox_align\":\"center\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-fade\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/twitter2.png\",\"mediabox_image_attach_id\":\"354\",\"mediabox_title\":\"\",\"mediabox_html\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"mediabox_align\":\"center\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-fade\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}'),(573,'unuzui5','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/buddypress1.png\",\"mediabox_image_attach_id\":\"353\",\"mediabox_title\":\"\",\"mediabox_html\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"mediabox_align\":\"center\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-fade\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/buddypress1.png\",\"mediabox_image_attach_id\":\"353\",\"mediabox_title\":\"\",\"mediabox_html\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"mediabox_align\":\"center\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-fade\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/buddypress1.png\",\"mediabox_image_attach_id\":\"353\",\"mediabox_title\":\"\",\"mediabox_html\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"mediabox_align\":\"center\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-fade\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}'),(574,'ut7lifz','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"\",\"pl_area_bg\":\"\",\"pl_area_bg_color_enable\":\"0\",\"pl_area_bg_color\":\"FFFFFF\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"FFFFFF\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"\",\"pl_area_bg\":\"\",\"pl_area_bg_color_enable\":\"0\",\"pl_area_bg_color\":\"FFFFFF\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"FFFFFF\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"\",\"pl_area_bg\":\"\",\"pl_area_bg_color_enable\":\"0\",\"pl_area_bg_color\":\"FFFFFF\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"FFFFFF\"}'),(575,'uknlmc8','{\"flipper_post_type\":\"portfolio\",\"flipper_format\":\"grid\",\"flipper_shown\":\"3\",\"flipper_sizes\":\"basic-thumb\",\"flipper_total\":\"10\",\"flipper_hide_nav\":\"0\",\"flipper_post_sort\":\"DESC\",\"flipper_meta_key\":\"\",\"flipper_meta_value\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"flipper_title\":\"\",\"flipper_hide_title_link\":\"0\",\"flipper_meta\":\"\",\"flipper_show_excerpt\":\"0\",\"disable_flipper_show_love\":\"1\"}','{\"flipper_post_type\":\"portfolio\",\"flipper_format\":\"grid\",\"flipper_shown\":\"3\",\"flipper_sizes\":\"basic-thumb\",\"flipper_total\":\"10\",\"flipper_hide_nav\":\"0\",\"flipper_post_sort\":\"DESC\",\"flipper_meta_key\":\"\",\"flipper_meta_value\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"flipper_title\":\"\",\"flipper_hide_title_link\":\"0\",\"flipper_meta\":\"\",\"flipper_show_excerpt\":\"0\",\"disable_flipper_show_love\":\"1\"}','{\"flipper_post_type\":\"portfolio\",\"flipper_format\":\"grid\",\"flipper_shown\":\"3\",\"flipper_sizes\":\"basic-thumb\",\"flipper_total\":\"10\",\"flipper_hide_nav\":\"0\",\"flipper_post_sort\":\"DESC\",\"flipper_meta_key\":\"\",\"flipper_meta_value\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"flipper_title\":\"\",\"flipper_hide_title_link\":\"0\",\"flipper_meta\":\"\",\"flipper_show_excerpt\":\"0\",\"disable_flipper_show_love\":\"1\"}'),(576,'u4mr1vi','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"Rich Media Anywhere\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"F7F7F7\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"Rich Media Anywhere\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"F7F7F7\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"Rich Media Anywhere\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"F7F7F7\"}'),(577,'utfwvs8','{\"mediabox_image\":\"\",\"mediabox_image_attach_id\":\"\",\"mediabox_image_alt\":\"\",\"mediabox_title\":\"\",\"mediabox_html\":\"<iframe src=\\\"\\/\\/player.vimeo.com\\/video\\/16965687?byline=0&portrait=0&title=0\\\" width=\\\"700\\\" height=\\\"350\\\" frameborder=\\\"0\\\" webkitallowfullscreen mozallowfullscreen allowfullscreen><\\/iframe>\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"mediabox_align\":\"\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-scale\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"\",\"mediabox_image_attach_id\":\"\",\"mediabox_image_alt\":\"\",\"mediabox_title\":\"\",\"mediabox_html\":\"<iframe src=\\\"\\/\\/player.vimeo.com\\/video\\/16965687?byline=0&portrait=0&title=0\\\" width=\\\"700\\\" height=\\\"350\\\" frameborder=\\\"0\\\" webkitallowfullscreen mozallowfullscreen allowfullscreen><\\/iframe>\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"mediabox_align\":\"\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-scale\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"\",\"mediabox_image_attach_id\":\"\",\"mediabox_image_alt\":\"\",\"mediabox_title\":\"\",\"mediabox_html\":\"<iframe src=\\\"\\/\\/player.vimeo.com\\/video\\/16965687?byline=0&portrait=0&title=0\\\" width=\\\"700\\\" height=\\\"350\\\" frameborder=\\\"0\\\" webkitallowfullscreen mozallowfullscreen allowfullscreen><\\/iframe>\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"mediabox_align\":\"\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-scale\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}'),(578,'ub7655','[]','[]','[]'),(579,'ub7807','[]','[]','[]'),(580,'uvy89p5','{\"revslider_fullscreen\":\"0\",\"revslider_array\":{\"item1\":{\"background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/slide-dms.jpg\",\"background_attach_id\":\"251\",\"showitem\":\"1\"},\"item2\":{\"showitem\":\"1\"},\"item3\":{\"showitem\":\"1\"}}}','{\"revslider_fullscreen\":\"0\",\"revslider_array\":{\"item1\":{\"background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/slide-dms.jpg\",\"background_attach_id\":\"251\",\"showitem\":\"1\"},\"item2\":{\"showitem\":\"1\"},\"item3\":{\"showitem\":\"1\"}}}','{\"revslider_fullscreen\":\"0\",\"revslider_array\":{\"item1\":{\"background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/slide-dms.jpg\",\"background_attach_id\":\"251\",\"showitem\":\"1\"},\"item2\":{\"showitem\":\"1\"},\"item3\":{\"showitem\":\"1\"}}}'),(581,'u7dwrsl','null','null','null'),(582,'uu2guk9','[]','[]','[]'),(583,'ul7wd29','{\"textbox_title\":\"Show Off On Multiple Devices\",\"textbox_content\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"h3\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"pla-fade\"}','{\"textbox_title\":\"Show Off On Multiple Devices\",\"textbox_content\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"h3\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"pla-fade\"}','{\"textbox_title\":\"Show Off On Multiple Devices\",\"textbox_content\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"h3\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"pla-fade\"}'),(584,'u60ba8','[]','[]','[]'),(585,'u60d1e','{\"media_align\":\"left\",\"thumb_size\":\"large\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"metabar_standard\":\"\"}','{\"media_align\":\"left\",\"thumb_size\":\"large\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"metabar_standard\":\"\"}','{\"media_align\":\"left\",\"thumb_size\":\"large\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"metabar_standard\":\"\"}'),(586,'uca9fd','[]','[]','[]'),(587,'ucad63','{\"post_media_hide\":\"0\",\"media_align\":\"left\",\"thumb_size\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"metabar_standard\":\"\"}','{\"post_media_hide\":\"0\",\"media_align\":\"left\",\"thumb_size\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"metabar_standard\":\"\"}','{\"post_media_hide\":\"0\",\"media_align\":\"left\",\"thumb_size\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"metabar_standard\":\"\"}'),(588,'ucb0cc','[]','[]','[]'),(589,'ucb27b','[]','[]','[]'),(590,'ue4wy1i','{\"ph_format\":\"\",\"ph_mode\":\"\",\"ph_pad_class\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ph_header\":\"Winter Sale\",\"ph_sub\":\"Save on select items\",\"ph_menu\":\"\",\"ph_link1\":\"\",\"ph_link1_text\":\"\",\"ph_link1_style\":\"\",\"ph_link2\":\"\",\"ph_link2_text\":\"\",\"ph_link2_style\":\"\",\"pageheader_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/shop1.jpg\",\"pageheader_background_attach_id\":\"1046\",\"pageheader_repeat\":\"0\",\"pageheader_theme\":\"pl-black\",\"pageheader_video\":\"\",\"pageheader_video_2\":\"\",\"pageheader_color_enable\":\"0\",\"pageheader_color\":\"\"}','{\"ph_format\":\"\",\"ph_mode\":\"\",\"ph_pad_class\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ph_header\":\"Winter Sale\",\"ph_sub\":\"Save on select items\",\"ph_menu\":\"\",\"ph_link1\":\"\",\"ph_link1_text\":\"\",\"ph_link1_style\":\"\",\"ph_link2\":\"\",\"ph_link2_text\":\"\",\"ph_link2_style\":\"\",\"pageheader_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/shop1.jpg\",\"pageheader_background_attach_id\":\"1046\",\"pageheader_repeat\":\"0\",\"pageheader_theme\":\"pl-black\",\"pageheader_video\":\"\",\"pageheader_video_2\":\"\",\"pageheader_color_enable\":\"0\",\"pageheader_color\":\"\"}','{\"ph_format\":\"\",\"ph_mode\":\"\",\"ph_pad_class\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ph_header\":\"Winter Sale\",\"ph_sub\":\"Save on select items\",\"ph_menu\":\"\",\"ph_link1\":\"\",\"ph_link1_text\":\"\",\"ph_link1_style\":\"\",\"ph_link2\":\"\",\"ph_link2_text\":\"\",\"ph_link2_style\":\"\",\"pageheader_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/shop1.jpg\",\"pageheader_background_attach_id\":\"1046\",\"pageheader_repeat\":\"0\",\"pageheader_theme\":\"pl-black\",\"pageheader_video\":\"\",\"pageheader_video_2\":\"\",\"pageheader_color_enable\":\"0\",\"pageheader_color\":\"\"}'),(591,'u657ca','[]','[]','[]'),(592,'u6596c','[]','[]','[]'),(593,'u65b0d','[]','[]','[]'),(594,'u65e0c','[]','[]','[]'),(595,'u76930','[]','[]','[]'),(596,'u76ab2','[]','[]','[]'),(597,'ujycuz7','{\"ph_format\":\"\",\"ph_mode\":\"\",\"ph_pad_class\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ph_header\":\"Winter Sale\",\"ph_sub\":\"Save on select items\",\"ph_menu\":\"\",\"ph_link1\":\"\",\"ph_link1_text\":\"\",\"ph_link1_style\":\"\",\"ph_link2\":\"\",\"ph_link2_text\":\"\",\"ph_link2_style\":\"\",\"pageheader_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/shop1.jpg\",\"pageheader_background_attach_id\":\"\",\"pageheader_repeat\":\"1\",\"pageheader_theme\":\"pl-grey\",\"pageheader_video\":\"\",\"pageheader_video_2\":\"\",\"pageheader_color_enable\":\"0\",\"pageheader_color\":\"\"}','{\"ph_format\":\"\",\"ph_mode\":\"\",\"ph_pad_class\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ph_header\":\"Winter Sale\",\"ph_sub\":\"Save on select items\",\"ph_menu\":\"\",\"ph_link1\":\"\",\"ph_link1_text\":\"\",\"ph_link1_style\":\"\",\"ph_link2\":\"\",\"ph_link2_text\":\"\",\"ph_link2_style\":\"\",\"pageheader_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/shop1.jpg\",\"pageheader_background_attach_id\":\"\",\"pageheader_repeat\":\"1\",\"pageheader_theme\":\"pl-grey\",\"pageheader_video\":\"\",\"pageheader_video_2\":\"\",\"pageheader_color_enable\":\"0\",\"pageheader_color\":\"\"}','{\"ph_format\":\"\",\"ph_mode\":\"\",\"ph_pad_class\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ph_header\":\"Winter Sale\",\"ph_sub\":\"Save on select items\",\"ph_menu\":\"\",\"ph_link1\":\"\",\"ph_link1_text\":\"\",\"ph_link1_style\":\"\",\"ph_link2\":\"\",\"ph_link2_text\":\"\",\"ph_link2_style\":\"\",\"pageheader_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/shop1.jpg\",\"pageheader_background_attach_id\":\"\",\"pageheader_repeat\":\"1\",\"pageheader_theme\":\"pl-grey\",\"pageheader_video\":\"\",\"pageheader_video_2\":\"\",\"pageheader_color_enable\":\"0\",\"pageheader_color\":\"\"}'),(598,'up37kuc','{\"widgetizer_area\":\"cs-woocommerce\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"widgetizer_area\":\"cs-woocommerce\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"widgetizer_area\":\"cs-woocommerce\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}'),(599,'ue9qrlu','{\"widgetizer_area\":\"cs-woocommerce\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"widgetizer_area\":\"cs-woocommerce\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"widgetizer_area\":\"cs-woocommerce\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}'),(600,'u981d9','[]','[]','[]'),(601,'un5tdx4','[]','[]','[]'),(602,'u3bdn8z','{\"flipper_post_type\":\"portfolio\",\"flipper_format\":\"masonry\",\"flipper_shown\":\"3\",\"flipper_sizes\":\"large\",\"flipper_total\":\"10\",\"flipper_hide_nav\":\"0\",\"flipper_post_sort\":\"DESC\",\"flipper_meta_key\":\"\",\"flipper_meta_value\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"flipper_title\":\"\",\"flipper_hide_title_link\":\"1\",\"flipper_meta\":\"\",\"flipper_show_excerpt\":\"0\",\"disable_flipper_show_love\":\"1\"}','{\"flipper_post_type\":\"portfolio\",\"flipper_format\":\"masonry\",\"flipper_shown\":\"3\",\"flipper_sizes\":\"large\",\"flipper_total\":\"10\",\"flipper_hide_nav\":\"0\",\"flipper_post_sort\":\"DESC\",\"flipper_meta_key\":\"\",\"flipper_meta_value\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"flipper_title\":\"\",\"flipper_hide_title_link\":\"1\",\"flipper_meta\":\"\",\"flipper_show_excerpt\":\"0\",\"disable_flipper_show_love\":\"1\"}','{\"flipper_post_type\":\"portfolio\",\"flipper_format\":\"masonry\",\"flipper_shown\":\"3\",\"flipper_sizes\":\"large\",\"flipper_total\":\"10\",\"flipper_hide_nav\":\"0\",\"flipper_post_sort\":\"DESC\",\"flipper_meta_key\":\"\",\"flipper_meta_value\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"flipper_title\":\"\",\"flipper_hide_title_link\":\"1\",\"flipper_meta\":\"\",\"flipper_show_excerpt\":\"0\",\"disable_flipper_show_love\":\"1\"}'),(603,'u9qguzj','null','null','null'),(1216,'utp35zx','{\"navi_logo\":\"[pl_site_url]\\/wp-content\\/uploads\\/2014\\/05\\/rqlogoblack1.jpg\",\"navi_logo_attach_id\":\"1591\",\"navi_logo_alt\":\"Powered by Rios Quantitative LLC\",\"navi_logo_disable\":\"0\",\"navi_site_info\":\"1\",\"pl_standard_title\":\"Powered by Rios Quantitative LLC\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"padding: 0;\",\"pl_hide_on_page\":\"\",\"navi_menu\":\"\",\"navi_search\":\"0\",\"navi_offset\":\"\",\"navi_background\":\"\",\"navi_background_attach_id\":\"1823\",\"navi_repeat\":\"0\",\"navi_theme\":\"pl-base\",\"navi_video\":\"\",\"navi_video_2\":\"\",\"navi_color_enable\":\"0\",\"navi_color\":\"\"}','{\"navi_logo\":\"[pl_site_url]\\/wp-content\\/uploads\\/2014\\/05\\/rqlogoblack1.jpg\",\"navi_logo_attach_id\":\"1591\",\"navi_logo_alt\":\"Powered by Rios Quantitative LLC\",\"navi_logo_disable\":\"0\",\"navi_site_info\":\"1\",\"pl_standard_title\":\"Powered by Rios Quantitative LLC\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"padding: 0;\",\"pl_hide_on_page\":\"\",\"navi_menu\":\"\",\"navi_search\":\"0\",\"navi_offset\":\"\",\"navi_background\":\"\",\"navi_background_attach_id\":\"1823\",\"navi_repeat\":\"0\",\"navi_theme\":\"pl-base\",\"navi_video\":\"\",\"navi_video_2\":\"\",\"navi_color_enable\":\"0\",\"navi_color\":\"\"}','{\"navi_logo\":\"[pl_site_url]\\/wp-content\\/uploads\\/2014\\/05\\/rqlogoblack1.jpg\",\"navi_logo_attach_id\":\"1591\",\"navi_logo_alt\":\"Powered by Rios Quantitative LLC\",\"navi_logo_disable\":\"0\",\"navi_site_info\":\"1\",\"pl_standard_title\":\"Powered by Rios Quantitative LLC\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"padding: 0;\",\"pl_hide_on_page\":\"\",\"navi_menu\":\"\",\"navi_search\":\"0\",\"navi_offset\":\"\",\"navi_background\":\"\",\"navi_background_attach_id\":\"1823\",\"navi_repeat\":\"0\",\"navi_theme\":\"pl-base\",\"navi_video\":\"\",\"navi_video_2\":\"\",\"navi_color_enable\":\"0\",\"navi_color\":\"\"}'),(1217,'u880c9','[]','[]','[]'),(1218,'u88168','[]','[]','[]'),(1219,'u881f7','[]','[]','[]'),(1220,'u88287','[]','[]','[]'),(605,'ur3cduh','[]','[]','[]'),(606,'ul2hia4','{\"masonic_format\":\"grid\",\"masonic_post_type\":\"portfolio\",\"masonic_sizes\":\"full\",\"masonic_total\":\"10\",\"masonic_meta\":\"\",\"masonic_post_sort\":\"DESC\",\"masonic_meta_key\":\"\",\"masonic_meta_value\":\"\",\"masonic_category\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"masonic_background\":\"\",\"masonic_background_attach_id\":\"\",\"masonic_repeat\":\"0\",\"masonic_theme\":\"\",\"masonic_video\":\"\",\"masonic_video_2\":\"\",\"masonic_color_enable\":\"0\",\"masonic_color\":\"\"}','{\"masonic_format\":\"grid\",\"masonic_post_type\":\"portfolio\",\"masonic_sizes\":\"full\",\"masonic_total\":\"10\",\"masonic_meta\":\"\",\"masonic_post_sort\":\"DESC\",\"masonic_meta_key\":\"\",\"masonic_meta_value\":\"\",\"masonic_category\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"masonic_background\":\"\",\"masonic_background_attach_id\":\"\",\"masonic_repeat\":\"0\",\"masonic_theme\":\"\",\"masonic_video\":\"\",\"masonic_video_2\":\"\",\"masonic_color_enable\":\"0\",\"masonic_color\":\"\"}','{\"masonic_format\":\"grid\",\"masonic_post_type\":\"portfolio\",\"masonic_sizes\":\"full\",\"masonic_total\":\"10\",\"masonic_meta\":\"\",\"masonic_post_sort\":\"DESC\",\"masonic_meta_key\":\"\",\"masonic_meta_value\":\"\",\"masonic_category\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"masonic_background\":\"\",\"masonic_background_attach_id\":\"\",\"masonic_repeat\":\"0\",\"masonic_theme\":\"\",\"masonic_video\":\"\",\"masonic_video_2\":\"\",\"masonic_color_enable\":\"0\",\"masonic_color\":\"\"}'),(607,'ufhz3my','{\"navi_logo\":\"\",\"navi_logo_attach_id\":\"\",\"navi_logo_alt\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"navi_menu\":\"2\",\"navi_search\":\"0\",\"navi_offset\":\"\",\"navi_background\":\"\",\"navi_background_attach_id\":\"\",\"navi_repeat\":\"0\",\"navi_theme\":\"\",\"navi_video\":\"\",\"navi_video_2\":\"\",\"navi_color_enable\":\"0\",\"navi_color\":\"\"}','{\"navi_logo\":\"\",\"navi_logo_attach_id\":\"\",\"navi_logo_alt\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"navi_menu\":\"2\",\"navi_search\":\"0\",\"navi_offset\":\"\",\"navi_background\":\"\",\"navi_background_attach_id\":\"\",\"navi_repeat\":\"0\",\"navi_theme\":\"\",\"navi_video\":\"\",\"navi_video_2\":\"\",\"navi_color_enable\":\"0\",\"navi_color\":\"\"}','{\"navi_logo\":\"\",\"navi_logo_attach_id\":\"\",\"navi_logo_alt\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"navi_menu\":\"2\",\"navi_search\":\"0\",\"navi_offset\":\"\",\"navi_background\":\"\",\"navi_background_attach_id\":\"\",\"navi_repeat\":\"0\",\"navi_theme\":\"\",\"navi_video\":\"\",\"navi_video_2\":\"\",\"navi_color_enable\":\"0\",\"navi_color\":\"\"}'),(608,'ud9209','{\"pl_area_pad\":\"0px\",\"pl_area_bg_repeat\":\"0\",\"pl_area_parallax\":\"0\",\"pl_area_bg_color_enable\":\"0\",\"pl_area_bg_color\":\"FFFFFF\",\"pl_area_repeat\":\"0\",\"pl_area_color_enable\":\"0\"}','{\"pl_area_pad\":\"0px\",\"pl_area_bg_repeat\":\"0\",\"pl_area_parallax\":\"0\",\"pl_area_bg_color_enable\":\"0\",\"pl_area_bg_color\":\"FFFFFF\",\"pl_area_repeat\":\"0\",\"pl_area_color_enable\":\"0\"}','{\"pl_area_pad\":\"0px\",\"pl_area_bg_repeat\":\"0\",\"pl_area_parallax\":\"0\",\"pl_area_bg_color_enable\":\"0\",\"pl_area_bg_color\":\"FFFFFF\",\"pl_area_repeat\":\"0\",\"pl_area_color_enable\":\"0\"}'),(609,'u4uoshx','{\"masonic_format\":\"masonry\",\"masonic_post_type\":\"portfolio\",\"masonic_sizes\":\"basic-thumb\",\"masonic_total\":\"9\",\"masonic_excerpt\":\"0\",\"masonic_meta\":\"\",\"masonic_post_sort\":\"DESC\",\"masonic_meta_key\":\"\",\"masonic_meta_value\":\"\",\"masonic_category\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"masonic_background\":\"\",\"masonic_background_attach_id\":\"\",\"masonic_repeat\":\"0\",\"masonic_theme\":\"\",\"masonic_video\":\"\",\"masonic_video_2\":\"\",\"masonic_color_enable\":\"0\",\"masonic_color\":\"\"}','{\"masonic_format\":\"masonry\",\"masonic_post_type\":\"portfolio\",\"masonic_sizes\":\"basic-thumb\",\"masonic_total\":\"9\",\"masonic_excerpt\":\"0\",\"masonic_meta\":\"\",\"masonic_post_sort\":\"DESC\",\"masonic_meta_key\":\"\",\"masonic_meta_value\":\"\",\"masonic_category\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"masonic_background\":\"\",\"masonic_background_attach_id\":\"\",\"masonic_repeat\":\"0\",\"masonic_theme\":\"\",\"masonic_video\":\"\",\"masonic_video_2\":\"\",\"masonic_color_enable\":\"0\",\"masonic_color\":\"\"}','{\"masonic_format\":\"masonry\",\"masonic_post_type\":\"portfolio\",\"masonic_sizes\":\"basic-thumb\",\"masonic_total\":\"9\",\"masonic_excerpt\":\"0\",\"masonic_meta\":\"\",\"masonic_post_sort\":\"DESC\",\"masonic_meta_key\":\"\",\"masonic_meta_value\":\"\",\"masonic_category\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"masonic_background\":\"\",\"masonic_background_attach_id\":\"\",\"masonic_repeat\":\"0\",\"masonic_theme\":\"\",\"masonic_video\":\"\",\"masonic_video_2\":\"\",\"masonic_color_enable\":\"0\",\"masonic_color\":\"\"}'),(610,'u7a11b','[]','[]','[]'),(611,'u7a2c4','[]','[]','[]'),(612,'u7a45a','[]','[]','[]'),(613,'u7a609','[]','[]','[]'),(614,'u7a80b','[]','[]','[]'),(615,'u7a99d','[]','[]','[]'),(616,'uv4apee','{\"textbox_title\":\"Letter \\\"E\\\"\",\"textbox_title_wrap\":\"h3\",\"textbox_content\":\"Illustration by <a href=\\\"http:\\/\\/dribbble.com\\/mikesmith187\\\">Michael Smith<\\/a><br \\/><br \\/>\\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. \\n\\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"0 0 0 0\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Letter \\\"E\\\"\",\"textbox_title_wrap\":\"h3\",\"textbox_content\":\"Illustration by <a href=\\\"http:\\/\\/dribbble.com\\/mikesmith187\\\">Michael Smith<\\/a><br \\/><br \\/>\\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. \\n\\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"0 0 0 0\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Letter \\\"E\\\"\",\"textbox_title_wrap\":\"h3\",\"textbox_content\":\"Illustration by <a href=\\\"http:\\/\\/dribbble.com\\/mikesmith187\\\">Michael Smith<\\/a><br \\/><br \\/>\\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. \\n\\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"0 0 0 0\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}'),(617,'u50dfzd','{\"flipper_post_type\":\"\",\"flipper_format\":\"masonry\",\"flipper_shown\":\"4\",\"flipper_sizes\":\"\",\"flipper_total\":\"10\",\"flipper_hide_nav\":\"1\",\"flipper_post_sort\":\"DESC\",\"flipper_meta_key\":\"\",\"flipper_meta_value\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"flipper_title\":\"\",\"flipper_hide_title_link\":\"0\",\"flipper_meta\":\"\",\"flipper_show_excerpt\":\"0\",\"disable_flipper_show_love\":\"0\",\"flipper_background\":\"\",\"flipper_background_attach_id\":\"\",\"flipper_repeat\":\"0\",\"flipper_theme\":\"\",\"flipper_video\":\"\",\"flipper_video_2\":\"\",\"flipper_color_enable\":\"0\",\"flipper_color\":\"\"}','{\"flipper_post_type\":\"\",\"flipper_format\":\"masonry\",\"flipper_shown\":\"4\",\"flipper_sizes\":\"\",\"flipper_total\":\"10\",\"flipper_hide_nav\":\"1\",\"flipper_post_sort\":\"DESC\",\"flipper_meta_key\":\"\",\"flipper_meta_value\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"flipper_title\":\"\",\"flipper_hide_title_link\":\"0\",\"flipper_meta\":\"\",\"flipper_show_excerpt\":\"0\",\"disable_flipper_show_love\":\"0\",\"flipper_background\":\"\",\"flipper_background_attach_id\":\"\",\"flipper_repeat\":\"0\",\"flipper_theme\":\"\",\"flipper_video\":\"\",\"flipper_video_2\":\"\",\"flipper_color_enable\":\"0\",\"flipper_color\":\"\"}','{\"flipper_post_type\":\"\",\"flipper_format\":\"masonry\",\"flipper_shown\":\"4\",\"flipper_sizes\":\"\",\"flipper_total\":\"10\",\"flipper_hide_nav\":\"1\",\"flipper_post_sort\":\"DESC\",\"flipper_meta_key\":\"\",\"flipper_meta_value\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"flipper_title\":\"\",\"flipper_hide_title_link\":\"0\",\"flipper_meta\":\"\",\"flipper_show_excerpt\":\"0\",\"disable_flipper_show_love\":\"0\",\"flipper_background\":\"\",\"flipper_background_attach_id\":\"\",\"flipper_repeat\":\"0\",\"flipper_theme\":\"\",\"flipper_video\":\"\",\"flipper_video_2\":\"\",\"flipper_color_enable\":\"0\",\"flipper_color\":\"\"}'),(618,'u3xg4ye','null','null','null'),(619,'u8otbfr','null','null','null'),(620,'u8aee3','[]','[]','[]'),(621,'u8b20b','[]','[]','[]'),(622,'u8b37a','[]','[]','[]'),(623,'upc7fes','{\"masonic_format\":\"masonry\",\"masonic_post_type\":\"portfolio\",\"masonic_sizes\":\"large\",\"masonic_total\":\"10\",\"masonic_meta\":\"\",\"masonic_post_sort\":\"DESC\",\"masonic_meta_key\":\"\",\"masonic_meta_value\":\"\",\"masonic_category\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"masonic_background\":\"\",\"masonic_background_attach_id\":\"\",\"masonic_repeat\":\"0\",\"masonic_theme\":\"\",\"masonic_video\":\"\",\"masonic_video_2\":\"\",\"masonic_color_enable\":\"0\",\"masonic_color\":\"\"}','{\"masonic_format\":\"masonry\",\"masonic_post_type\":\"portfolio\",\"masonic_sizes\":\"large\",\"masonic_total\":\"10\",\"masonic_meta\":\"\",\"masonic_post_sort\":\"DESC\",\"masonic_meta_key\":\"\",\"masonic_meta_value\":\"\",\"masonic_category\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"masonic_background\":\"\",\"masonic_background_attach_id\":\"\",\"masonic_repeat\":\"0\",\"masonic_theme\":\"\",\"masonic_video\":\"\",\"masonic_video_2\":\"\",\"masonic_color_enable\":\"0\",\"masonic_color\":\"\"}','{\"masonic_format\":\"masonry\",\"masonic_post_type\":\"portfolio\",\"masonic_sizes\":\"large\",\"masonic_total\":\"10\",\"masonic_meta\":\"\",\"masonic_post_sort\":\"DESC\",\"masonic_meta_key\":\"\",\"masonic_meta_value\":\"\",\"masonic_category\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"masonic_background\":\"\",\"masonic_background_attach_id\":\"\",\"masonic_repeat\":\"0\",\"masonic_theme\":\"\",\"masonic_video\":\"\",\"masonic_video_2\":\"\",\"masonic_color_enable\":\"0\",\"masonic_color\":\"\"}'),(624,'utj9e9v','{\"masonic_format\":\"grid\",\"masonic_post_type\":\"portfolio\",\"masonic_sizes\":\"basic-thumb\",\"masonic_total\":\"9\",\"masonic_excerpt\":\"0\",\"masonic_meta\":\"\",\"masonic_post_sort\":\"DESC\",\"masonic_meta_key\":\"\",\"masonic_meta_value\":\"\",\"masonic_category\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"masonic_background\":\"\",\"masonic_background_attach_id\":\"\",\"masonic_repeat\":\"0\",\"masonic_theme\":\"\",\"masonic_video\":\"\",\"masonic_video_2\":\"\",\"masonic_color_enable\":\"0\",\"masonic_color\":\"\"}','{\"masonic_format\":\"grid\",\"masonic_post_type\":\"portfolio\",\"masonic_sizes\":\"basic-thumb\",\"masonic_total\":\"9\",\"masonic_excerpt\":\"0\",\"masonic_meta\":\"\",\"masonic_post_sort\":\"DESC\",\"masonic_meta_key\":\"\",\"masonic_meta_value\":\"\",\"masonic_category\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"masonic_background\":\"\",\"masonic_background_attach_id\":\"\",\"masonic_repeat\":\"0\",\"masonic_theme\":\"\",\"masonic_video\":\"\",\"masonic_video_2\":\"\",\"masonic_color_enable\":\"0\",\"masonic_color\":\"\"}','{\"masonic_format\":\"grid\",\"masonic_post_type\":\"portfolio\",\"masonic_sizes\":\"basic-thumb\",\"masonic_total\":\"9\",\"masonic_excerpt\":\"0\",\"masonic_meta\":\"\",\"masonic_post_sort\":\"DESC\",\"masonic_meta_key\":\"\",\"masonic_meta_value\":\"\",\"masonic_category\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"masonic_background\":\"\",\"masonic_background_attach_id\":\"\",\"masonic_repeat\":\"0\",\"masonic_theme\":\"\",\"masonic_video\":\"\",\"masonic_video_2\":\"\",\"masonic_color_enable\":\"0\",\"masonic_color\":\"\"}'),(625,'u46sekp','[]','[]','[]'),(626,'uz4ycbn','{\"_highlight_splash_position\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"_highlight_head\":\"Compact\",\"_highlight_subhead\":\"\",\"_highlight_splash\":\"\",\"_highlight_splash_attach_id\":\"\",\"_highlight_image_frame\":\"0\"}','{\"_highlight_splash_position\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"_highlight_head\":\"Compact\",\"_highlight_subhead\":\"\",\"_highlight_splash\":\"\",\"_highlight_splash_attach_id\":\"\",\"_highlight_image_frame\":\"0\"}','{\"_highlight_splash_position\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"_highlight_head\":\"Compact\",\"_highlight_subhead\":\"\",\"_highlight_splash\":\"\",\"_highlight_splash_attach_id\":\"\",\"_highlight_image_frame\":\"0\"}'),(627,'u5ai2c2','{\"icallout_format\":\"\",\"icallout_text\":\"Ready for a smarter website?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get Dms for Worpress\",\"icallout_btn_theme\":\"btn-ol-white\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"icallout_format\":\"\",\"icallout_text\":\"Ready for a smarter website?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get Dms for Worpress\",\"icallout_btn_theme\":\"btn-ol-white\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"icallout_format\":\"\",\"icallout_text\":\"Ready for a smarter website?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get Dms for Worpress\",\"icallout_btn_theme\":\"btn-ol-white\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}'),(628,'udc2c7','[]','[]','[]'),(629,'udysecx','[]','[]','[]'),(630,'ug704uq','[]','[]','[]'),(631,'uuhhjmt','{\"masonic_format\":\"masonry\",\"masonic_post_type\":\"portfolio\",\"masonic_sizes\":\"basic-thumb\",\"masonic_total\":\"9\",\"masonic_meta\":\"\",\"masonic_post_sort\":\"DESC\",\"masonic_meta_key\":\"\",\"masonic_meta_value\":\"\",\"masonic_category\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"masonic_background\":\"\",\"masonic_background_attach_id\":\"\",\"masonic_repeat\":\"0\",\"masonic_theme\":\"\",\"masonic_video\":\"\",\"masonic_video_2\":\"\",\"masonic_color_enable\":\"0\",\"masonic_color\":\"\"}','{\"masonic_format\":\"masonry\",\"masonic_post_type\":\"portfolio\",\"masonic_sizes\":\"basic-thumb\",\"masonic_total\":\"9\",\"masonic_meta\":\"\",\"masonic_post_sort\":\"DESC\",\"masonic_meta_key\":\"\",\"masonic_meta_value\":\"\",\"masonic_category\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"masonic_background\":\"\",\"masonic_background_attach_id\":\"\",\"masonic_repeat\":\"0\",\"masonic_theme\":\"\",\"masonic_video\":\"\",\"masonic_video_2\":\"\",\"masonic_color_enable\":\"0\",\"masonic_color\":\"\"}','{\"masonic_format\":\"masonry\",\"masonic_post_type\":\"portfolio\",\"masonic_sizes\":\"basic-thumb\",\"masonic_total\":\"9\",\"masonic_meta\":\"\",\"masonic_post_sort\":\"DESC\",\"masonic_meta_key\":\"\",\"masonic_meta_value\":\"\",\"masonic_category\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"masonic_background\":\"\",\"masonic_background_attach_id\":\"\",\"masonic_repeat\":\"0\",\"masonic_theme\":\"\",\"masonic_video\":\"\",\"masonic_video_2\":\"\",\"masonic_color_enable\":\"0\",\"masonic_color\":\"\"}'),(632,'u82n294','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"0px\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"\",\"pl_area_bg\":\"\",\"pl_area_bg_color_enable\":\"0\",\"pl_area_bg_color\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"0px\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"\",\"pl_area_bg\":\"\",\"pl_area_bg_color_enable\":\"0\",\"pl_area_bg_color\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"0px\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"\",\"pl_area_bg\":\"\",\"pl_area_bg_color_enable\":\"0\",\"pl_area_bg_color\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}'),(633,'uc3w7n7','null','null','null'),(634,'u0zr324','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"100px\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"FFFFFF\"}','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"100px\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"FFFFFF\"}','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"100px\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"FFFFFF\"}'),(635,'uetaolh','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"40px\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"f7f7f7\"}','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"40px\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"f7f7f7\"}','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"40px\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"f7f7f7\"}'),(636,'ujcb8gi','{\"_highlight_splash_position\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"_highlight_head\":\"Extended\",\"_highlight_subhead\":\"\",\"_highlight_splash\":\"\",\"_highlight_splash_attach_id\":\"\",\"_highlight_image_frame\":\"0\"}','{\"_highlight_splash_position\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"_highlight_head\":\"Extended\",\"_highlight_subhead\":\"\",\"_highlight_splash\":\"\",\"_highlight_splash_attach_id\":\"\",\"_highlight_image_frame\":\"0\"}','{\"_highlight_splash_position\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"_highlight_head\":\"Extended\",\"_highlight_subhead\":\"\",\"_highlight_splash\":\"\",\"_highlight_splash_attach_id\":\"\",\"_highlight_image_frame\":\"0\"}'),(637,'un5x7da','null','null','null'),(638,'uvfzq1i','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"\",\"pl_area_bg\":\"\",\"pl_area_bg_color_enable\":\"0\",\"pl_area_bg_color\":\"F7F7F7\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"F7F7F7\"}','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"\",\"pl_area_bg\":\"\",\"pl_area_bg_color_enable\":\"0\",\"pl_area_bg_color\":\"F7F7F7\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"F7F7F7\"}','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_image\":\"\",\"pl_area_image_attach_id\":\"\",\"pl_area_bg_repeat\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_parallax\":\"\",\"pl_area_bg\":\"\",\"pl_area_bg_color_enable\":\"0\",\"pl_area_bg_color\":\"F7F7F7\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"F7F7F7\"}'),(639,'u54pjxk','{\"icallout_format\":\"\",\"icallout_text\":\"Ready for a smarter website?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get Dms for Worpress\",\"icallout_btn_theme\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"icallout_format\":\"\",\"icallout_text\":\"Ready for a smarter website?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get Dms for Worpress\",\"icallout_btn_theme\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"icallout_format\":\"\",\"icallout_text\":\"Ready for a smarter website?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get Dms for Worpress\",\"icallout_btn_theme\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}'),(640,'uho778e','{\"icallout_format\":\"\",\"icallout_text\":\"Ready for a smarter website?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get Dms for Worpress\",\"icallout_btn_theme\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"icallout_format\":\"\",\"icallout_text\":\"Ready for a smarter website?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get Dms for Worpress\",\"icallout_btn_theme\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"icallout_format\":\"\",\"icallout_text\":\"Ready for a smarter website?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get Dms for Worpress\",\"icallout_btn_theme\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}'),(641,'u3v29i6','null','null','null'),(642,'uuk8lgi','{\"icallout_format\":\"\",\"icallout_text\":\"Ready for a smarter website?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get Dms for Worpress\",\"icallout_btn_theme\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"icallout_format\":\"\",\"icallout_text\":\"Ready for a smarter website?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get Dms for Worpress\",\"icallout_btn_theme\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"icallout_format\":\"\",\"icallout_text\":\"Ready for a smarter website?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get Dms for Worpress\",\"icallout_btn_theme\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}'),(643,'uhue9pb','[]','[]','[]'),(644,'ubtxocn','[]','[]','[]'),(645,'uqpv2zd','{\"masonic_format\":\"masonry\",\"masonic_post_type\":\"portfolio\",\"masonic_sizes\":\"basic-thumb\",\"masonic_total\":\"12\",\"masonic_meta\":\"\",\"masonic_post_sort\":\"DESC\",\"masonic_meta_key\":\"\",\"masonic_meta_value\":\"\",\"masonic_category\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"masonic_background\":\"\",\"masonic_background_attach_id\":\"\",\"masonic_repeat\":\"0\",\"masonic_theme\":\"\",\"masonic_video\":\"\",\"masonic_video_2\":\"\",\"masonic_color_enable\":\"0\",\"masonic_color\":\"\"}','{\"masonic_format\":\"masonry\",\"masonic_post_type\":\"portfolio\",\"masonic_sizes\":\"basic-thumb\",\"masonic_total\":\"12\",\"masonic_meta\":\"\",\"masonic_post_sort\":\"DESC\",\"masonic_meta_key\":\"\",\"masonic_meta_value\":\"\",\"masonic_category\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"masonic_background\":\"\",\"masonic_background_attach_id\":\"\",\"masonic_repeat\":\"0\",\"masonic_theme\":\"\",\"masonic_video\":\"\",\"masonic_video_2\":\"\",\"masonic_color_enable\":\"0\",\"masonic_color\":\"\"}','{\"masonic_format\":\"masonry\",\"masonic_post_type\":\"portfolio\",\"masonic_sizes\":\"basic-thumb\",\"masonic_total\":\"12\",\"masonic_meta\":\"\",\"masonic_post_sort\":\"DESC\",\"masonic_meta_key\":\"\",\"masonic_meta_value\":\"\",\"masonic_category\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"masonic_background\":\"\",\"masonic_background_attach_id\":\"\",\"masonic_repeat\":\"0\",\"masonic_theme\":\"\",\"masonic_video\":\"\",\"masonic_video_2\":\"\",\"masonic_color_enable\":\"0\",\"masonic_color\":\"\"}'),(646,'uoo356h','{\"pl_area_pad\":\"30px\",\"pl_area_bg_repeat\":\"0\",\"pl_area_bg\":\"pl-black\",\"pl_area_bg_color_enable\":\"1\",\"pl_area_bg_color\":\"337eff\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"337EFF\"}','{\"pl_area_pad\":\"30px\",\"pl_area_bg_repeat\":\"0\",\"pl_area_bg\":\"pl-black\",\"pl_area_bg_color_enable\":\"1\",\"pl_area_bg_color\":\"337eff\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"337EFF\"}','{\"pl_area_pad\":\"30px\",\"pl_area_bg_repeat\":\"0\",\"pl_area_bg\":\"pl-black\",\"pl_area_bg_color_enable\":\"1\",\"pl_area_bg_color\":\"337eff\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"337EFF\"}'),(647,'umtwpqf','{\"masonic_format\":\"grid\",\"masonic_post_type\":\"post\",\"masonic_sizes\":\"full\",\"masonic_total\":\"10\",\"masonic_meta\":\"[post_author_link] | [post_comments] | [post_categories]\",\"masonic_post_sort\":\"DESC\",\"masonic_meta_key\":\"\",\"masonic_meta_value\":\"\",\"masonic_category\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"masonic_background\":\"\",\"masonic_background_attach_id\":\"\",\"masonic_repeat\":\"0\",\"masonic_theme\":\"\",\"masonic_video\":\"\",\"masonic_video_2\":\"\",\"masonic_color_enable\":\"0\",\"masonic_color\":\"\"}','{\"masonic_format\":\"grid\",\"masonic_post_type\":\"post\",\"masonic_sizes\":\"full\",\"masonic_total\":\"10\",\"masonic_meta\":\"[post_author_link] | [post_comments] | [post_categories]\",\"masonic_post_sort\":\"DESC\",\"masonic_meta_key\":\"\",\"masonic_meta_value\":\"\",\"masonic_category\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"masonic_background\":\"\",\"masonic_background_attach_id\":\"\",\"masonic_repeat\":\"0\",\"masonic_theme\":\"\",\"masonic_video\":\"\",\"masonic_video_2\":\"\",\"masonic_color_enable\":\"0\",\"masonic_color\":\"\"}','{\"masonic_format\":\"grid\",\"masonic_post_type\":\"post\",\"masonic_sizes\":\"full\",\"masonic_total\":\"10\",\"masonic_meta\":\"[post_author_link] | [post_comments] | [post_categories]\",\"masonic_post_sort\":\"DESC\",\"masonic_meta_key\":\"\",\"masonic_meta_value\":\"\",\"masonic_category\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"masonic_background\":\"\",\"masonic_background_attach_id\":\"\",\"masonic_repeat\":\"0\",\"masonic_theme\":\"\",\"masonic_video\":\"\",\"masonic_video_2\":\"\",\"masonic_color_enable\":\"0\",\"masonic_color\":\"\"}'),(648,'upirjn5','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"box-shadow: 0 0 5px #ccc;margin-bottom: 20px;\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"box-shadow: 0 0 5px #ccc;margin-bottom: 20px;\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"box-shadow: 0 0 5px #ccc;margin-bottom: 20px;\"}'),(649,'ujnqbif','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"no-anim\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"no-anim\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"no-anim\"}'),(650,'uf4sk0i','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"box-shadow: 0 0 5px #ccc;margin-bottom: 20px;\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"box-shadow: 0 0 5px #ccc;margin-bottom: 20px;\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"box-shadow: 0 0 5px #ccc;margin-bottom: 20px;\"}'),(651,'u37he42','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"no-anim\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"no-anim\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"no-anim\"}'),(652,'uwrewkb','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"box-shadow: 0 0 5px #ccc;margin-bottom: 20px;\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"box-shadow: 0 0 5px #ccc;margin-bottom: 20px;\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"box-shadow: 0 0 5px #ccc;margin-bottom: 20px;\"}'),(653,'ufzqeb0','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"no-anim\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"no-anim\"}','{\"textbox_title\":\"\",\"textbox_title_wrap\":\"none\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipi sicing elit, sed do eius mod tempor incididunt ut labore et reprehend dolore magna aliqua.\",\"pl_area_class\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"no-anim\"}'),(654,'uwtk5gy','{\"icallout_format\":\"\",\"icallout_text\":\"Ready For a Smarter Website?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get DMS For Wordpress\",\"icallout_btn_theme\":\"btn-ol-white\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"icallout_format\":\"\",\"icallout_text\":\"Ready For a Smarter Website?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get DMS For Wordpress\",\"icallout_btn_theme\":\"btn-ol-white\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"icallout_format\":\"\",\"icallout_text\":\"Ready For a Smarter Website?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get DMS For Wordpress\",\"icallout_btn_theme\":\"btn-ol-white\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}'),(655,'u24f58','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"337EFF\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"337EFF\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"337EFF\"}'),(656,'ufpk5y4','{\"ph_format\":\"\",\"ph_mode\":\"\",\"ph_pad_class\":\"pad-20\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ph_header\":\"Masonry Blog\",\"ph_sub\":\"\",\"ph_menu\":\"\",\"ph_link1\":\"\",\"ph_link1_text\":\"\",\"ph_link1_style\":\"\",\"ph_link2\":\"\",\"ph_link2_text\":\"\",\"ph_link2_style\":\"\",\"pageheader_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/blue-bg.jpg\",\"pageheader_background_attach_id\":\"\",\"pageheader_repeat\":\"0\",\"pageheader_theme\":\"pl-black\",\"pageheader_video\":\"\",\"pageheader_video_2\":\"\",\"pageheader_color_enable\":\"0\",\"pageheader_color\":\"\"}','{\"ph_format\":\"\",\"ph_mode\":\"\",\"ph_pad_class\":\"pad-20\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ph_header\":\"Masonry Blog\",\"ph_sub\":\"\",\"ph_menu\":\"\",\"ph_link1\":\"\",\"ph_link1_text\":\"\",\"ph_link1_style\":\"\",\"ph_link2\":\"\",\"ph_link2_text\":\"\",\"ph_link2_style\":\"\",\"pageheader_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/blue-bg.jpg\",\"pageheader_background_attach_id\":\"\",\"pageheader_repeat\":\"0\",\"pageheader_theme\":\"pl-black\",\"pageheader_video\":\"\",\"pageheader_video_2\":\"\",\"pageheader_color_enable\":\"0\",\"pageheader_color\":\"\"}','{\"ph_format\":\"\",\"ph_mode\":\"\",\"ph_pad_class\":\"pad-20\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ph_header\":\"Masonry Blog\",\"ph_sub\":\"\",\"ph_menu\":\"\",\"ph_link1\":\"\",\"ph_link1_text\":\"\",\"ph_link1_style\":\"\",\"ph_link2\":\"\",\"ph_link2_text\":\"\",\"ph_link2_style\":\"\",\"pageheader_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/blue-bg.jpg\",\"pageheader_background_attach_id\":\"\",\"pageheader_repeat\":\"0\",\"pageheader_theme\":\"pl-black\",\"pageheader_video\":\"\",\"pageheader_video_2\":\"\",\"pageheader_color_enable\":\"0\",\"pageheader_color\":\"\"}'),(657,'urxzwbv','[]','[]','[]'),(658,'u257ak8','{\"cols\":\"3\",\"max\":\"6\",\"vpad\":\"\",\"hpad\":\"40\",\"pl_standard_title\":\"Brands\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"array\":{\"item1\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/dribbble.jpg\",\"link\":\"#\",\"showitem\":\"1\"},\"item2\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/jquery.jpg\",\"link\":\"#\",\"showitem\":\"1\"},\"item3\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/vimeo_pro.jpg\",\"link\":\"#\",\"showitem\":\"1\"},\"item4\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/code_is_poetry.jpg\",\"link\":\"#\",\"showitem\":\"1\"},\"item5\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/wordpress.jpg\",\"showitem\":\"1\"}},\"quickcarousel_background\":\"\",\"quickcarousel_background_attach_id\":\"\",\"quickcarousel_repeat\":\"0\",\"quickcarousel_theme\":\"\",\"quickcarousel_video\":\"\",\"quickcarousel_video_2\":\"\",\"quickcarousel_color_enable\":\"0\",\"quickcarousel_color\":\"333333\"}','{\"cols\":\"3\",\"max\":\"6\",\"vpad\":\"\",\"hpad\":\"40\",\"pl_standard_title\":\"Brands\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"array\":{\"item1\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/dribbble.jpg\",\"link\":\"#\",\"showitem\":\"1\"},\"item2\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/jquery.jpg\",\"link\":\"#\",\"showitem\":\"1\"},\"item3\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/vimeo_pro.jpg\",\"link\":\"#\",\"showitem\":\"1\"},\"item4\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/code_is_poetry.jpg\",\"link\":\"#\",\"showitem\":\"1\"},\"item5\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/wordpress.jpg\",\"showitem\":\"1\"}},\"quickcarousel_background\":\"\",\"quickcarousel_background_attach_id\":\"\",\"quickcarousel_repeat\":\"0\",\"quickcarousel_theme\":\"\",\"quickcarousel_video\":\"\",\"quickcarousel_video_2\":\"\",\"quickcarousel_color_enable\":\"0\",\"quickcarousel_color\":\"333333\"}','{\"cols\":\"3\",\"max\":\"6\",\"vpad\":\"\",\"hpad\":\"40\",\"pl_standard_title\":\"Brands\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"array\":{\"item1\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/dribbble.jpg\",\"link\":\"#\",\"showitem\":\"1\"},\"item2\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/jquery.jpg\",\"link\":\"#\",\"showitem\":\"1\"},\"item3\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/vimeo_pro.jpg\",\"link\":\"#\",\"showitem\":\"1\"},\"item4\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/code_is_poetry.jpg\",\"link\":\"#\",\"showitem\":\"1\"},\"item5\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/wordpress.jpg\",\"showitem\":\"1\"}},\"quickcarousel_background\":\"\",\"quickcarousel_background_attach_id\":\"\",\"quickcarousel_repeat\":\"0\",\"quickcarousel_theme\":\"\",\"quickcarousel_video\":\"\",\"quickcarousel_video_2\":\"\",\"quickcarousel_color_enable\":\"0\",\"quickcarousel_color\":\"333333\"}'),(659,'uso1aft','{\"textbox_title\":\"FUCKING BUG\",\"textbox_title_wrap\":\"h3\",\"textbox_content\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"FUCKING BUG\",\"textbox_title_wrap\":\"h3\",\"textbox_content\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"FUCKING BUG\",\"textbox_title_wrap\":\"h3\",\"textbox_content\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}'),(660,'utfc8to','[]','[]','[]'),(661,'u4aci73','[]','[]','[]'),(662,'utjsts7','null','null','null'),(663,'u72268','[]','[]','[]'),(664,'u723d5','{\"pl_standard_title\":\"\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"pagetitles\":\"1\",\"blog_layout_mode\":\"blog\",\"full_column_posts\":\"1\",\"show_content\":\"1\",\"excerpt_mode_full\":\"top\",\"excerpt_mode_clip\":\"top\",\"hide_thumb\":\"0\",\"pl_meta_mode\":\"metabar\",\"metabar_standard\":\"[post_edit]\",\"metabar_clip\":\"\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"pagetitles\":\"1\",\"blog_layout_mode\":\"blog\",\"full_column_posts\":\"1\",\"show_content\":\"1\",\"excerpt_mode_full\":\"top\",\"excerpt_mode_clip\":\"top\",\"hide_thumb\":\"0\",\"pl_meta_mode\":\"metabar\",\"metabar_standard\":\"[post_edit]\",\"metabar_clip\":\"\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"pagetitles\":\"1\",\"blog_layout_mode\":\"blog\",\"full_column_posts\":\"1\",\"show_content\":\"1\",\"excerpt_mode_full\":\"top\",\"excerpt_mode_clip\":\"top\",\"hide_thumb\":\"0\",\"pl_meta_mode\":\"metabar\",\"metabar_standard\":\"[post_edit]\",\"metabar_clip\":\"\"}'),(665,'u725f4','[]','[]','[]'),(666,'u726ad','[]','[]','[]'),(667,'un3fcfn','{\"popshot_format\":\"browser\",\"popshot_height\":\"400px\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"popshot_array\":{\"item1\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/popshot21.jpg\",\"image_attach_id\":\"655\",\"offset\":\"-600px\",\"height\":\"280px\",\"index\":\"9\",\"showitem\":\"1\"},\"item2\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/popshot16.jpg\",\"image_attach_id\":\"662\",\"height\":\"320px\",\"index\":\"10\",\"showitem\":\"1\"},\"item3\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/popshot3.jpg\",\"image_attach_id\":\"659\",\"offset\":\"0px\",\"height\":\"280px\",\"index\":\"9\",\"showitem\":\"1\"}},\"popshot_background\":\"\",\"popshot_background_attach_id\":\"\",\"popshot_repeat\":\"0\",\"popshot_theme\":\"pl-dark-img\",\"popshot_video\":\"\",\"popshot_video_2\":\"\",\"popshot_color_enable\":\"1\",\"popshot_color\":\"333333\"}','{\"popshot_format\":\"browser\",\"popshot_height\":\"400px\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"popshot_array\":{\"item1\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/popshot21.jpg\",\"image_attach_id\":\"655\",\"offset\":\"-600px\",\"height\":\"280px\",\"index\":\"9\",\"showitem\":\"1\"},\"item2\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/popshot16.jpg\",\"image_attach_id\":\"662\",\"height\":\"320px\",\"index\":\"10\",\"showitem\":\"1\"},\"item3\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/popshot3.jpg\",\"image_attach_id\":\"659\",\"offset\":\"0px\",\"height\":\"280px\",\"index\":\"9\",\"showitem\":\"1\"}},\"popshot_background\":\"\",\"popshot_background_attach_id\":\"\",\"popshot_repeat\":\"0\",\"popshot_theme\":\"pl-dark-img\",\"popshot_video\":\"\",\"popshot_video_2\":\"\",\"popshot_color_enable\":\"1\",\"popshot_color\":\"333333\"}','{\"popshot_format\":\"browser\",\"popshot_height\":\"400px\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"popshot_array\":{\"item1\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/popshot21.jpg\",\"image_attach_id\":\"655\",\"offset\":\"-600px\",\"height\":\"280px\",\"index\":\"9\",\"showitem\":\"1\"},\"item2\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/popshot16.jpg\",\"image_attach_id\":\"662\",\"height\":\"320px\",\"index\":\"10\",\"showitem\":\"1\"},\"item3\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/popshot3.jpg\",\"image_attach_id\":\"659\",\"offset\":\"0px\",\"height\":\"280px\",\"index\":\"9\",\"showitem\":\"1\"}},\"popshot_background\":\"\",\"popshot_background_attach_id\":\"\",\"popshot_repeat\":\"0\",\"popshot_theme\":\"pl-dark-img\",\"popshot_video\":\"\",\"popshot_video_2\":\"\",\"popshot_color_enable\":\"1\",\"popshot_color\":\"333333\"}'),(668,'uk7gg53','{\"pl_area_pad\":\"50px\",\"pl_area_pad_bottom\":\"100px\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"0\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"1\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"F7F7F7\"}','{\"pl_area_pad\":\"50px\",\"pl_area_pad_bottom\":\"100px\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"0\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"1\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"F7F7F7\"}','{\"pl_area_pad\":\"50px\",\"pl_area_pad_bottom\":\"100px\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"0\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"1\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"F7F7F7\"}'),(669,'uz5p0p3','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/revolution-slider.jpg\",\"mediabox_image_attach_id\":\"249\",\"mediabox_title\":\"\",\"mediabox_html\":\"Revolution Slider\",\"pl_area_class\":\"\",\"mediabox_align\":\"\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/revolution-slider.jpg\",\"mediabox_image_attach_id\":\"249\",\"mediabox_title\":\"\",\"mediabox_html\":\"Revolution Slider\",\"pl_area_class\":\"\",\"mediabox_align\":\"\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/revolution-slider.jpg\",\"mediabox_image_attach_id\":\"249\",\"mediabox_title\":\"\",\"mediabox_html\":\"Revolution Slider\",\"pl_area_class\":\"\",\"mediabox_align\":\"\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}'),(670,'u1x21oe','null','null','null'),(671,'u2ddhkb','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/flexslider2.jpg\",\"mediabox_image_attach_id\":\"250\",\"mediabox_title\":\"\",\"mediabox_html\":\"FlexSlider 2\",\"pl_area_class\":\"\",\"mediabox_align\":\"\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/flexslider2.jpg\",\"mediabox_image_attach_id\":\"250\",\"mediabox_title\":\"\",\"mediabox_html\":\"FlexSlider 2\",\"pl_area_class\":\"\",\"mediabox_align\":\"\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/flexslider2.jpg\",\"mediabox_image_attach_id\":\"250\",\"mediabox_title\":\"\",\"mediabox_html\":\"FlexSlider 2\",\"pl_area_class\":\"\",\"mediabox_align\":\"\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}'),(672,'ut925b3','null','null','null'),(673,'uiwgu5h','[]','[]','[]'),(674,'uvnz23f','[]','[]','[]'),(675,'uoyybak','null','null','null'),(676,'u5aj1p1','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/sf.jpg\",\"mediabox_image_attach_id\":\"\",\"mediabox_image_alt\":\"\",\"mediabox_title\":\"From Left\",\"mediabox_html\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"mediabox_align\":\"\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-from-left\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/sf.jpg\",\"mediabox_image_attach_id\":\"\",\"mediabox_image_alt\":\"\",\"mediabox_title\":\"From Left\",\"mediabox_html\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"mediabox_align\":\"\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-from-left\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/sf.jpg\",\"mediabox_image_attach_id\":\"\",\"mediabox_image_alt\":\"\",\"mediabox_title\":\"From Left\",\"mediabox_html\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"mediabox_align\":\"\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-from-left\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}'),(677,'u76abb','[]','[]','[]'),(678,'uczcpw3','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/sf.jpg\",\"mediabox_image_attach_id\":\"\",\"mediabox_image_alt\":\"\",\"mediabox_title\":\"From Right\",\"mediabox_html\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"mediabox_align\":\"\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-from-right\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/sf.jpg\",\"mediabox_image_attach_id\":\"\",\"mediabox_image_alt\":\"\",\"mediabox_title\":\"From Right\",\"mediabox_html\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"mediabox_align\":\"\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-from-right\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/sf.jpg\",\"mediabox_image_attach_id\":\"\",\"mediabox_image_alt\":\"\",\"mediabox_title\":\"From Right\",\"mediabox_html\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"mediabox_align\":\"\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-from-right\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}'),(679,'u4ssrpm','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/sf.jpg\",\"mediabox_image_attach_id\":\"\",\"mediabox_image_alt\":\"\",\"mediabox_title\":\"From Top\",\"mediabox_html\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"mediabox_align\":\"\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-from-top\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/sf.jpg\",\"mediabox_image_attach_id\":\"\",\"mediabox_image_alt\":\"\",\"mediabox_title\":\"From Top\",\"mediabox_html\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"mediabox_align\":\"\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-from-top\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/sf.jpg\",\"mediabox_image_attach_id\":\"\",\"mediabox_image_alt\":\"\",\"mediabox_title\":\"From Top\",\"mediabox_html\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"mediabox_align\":\"\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-from-top\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}'),(680,'ujhz8sa','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/sf.jpg\",\"mediabox_image_attach_id\":\"\",\"mediabox_image_alt\":\"\",\"mediabox_title\":\"From Bottom\",\"mediabox_html\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"mediabox_align\":\"\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-from-bottom\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/sf.jpg\",\"mediabox_image_attach_id\":\"\",\"mediabox_image_alt\":\"\",\"mediabox_title\":\"From Bottom\",\"mediabox_html\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"mediabox_align\":\"\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-from-bottom\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/sf.jpg\",\"mediabox_image_attach_id\":\"\",\"mediabox_image_alt\":\"\",\"mediabox_title\":\"From Bottom\",\"mediabox_html\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"mediabox_align\":\"\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-from-bottom\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}'),(681,'ujmzh1z','[]','[]','[]'),(682,'u9k4vly','null','null','null'),(683,'u48d9b','[]','[]','[]'),(684,'u0cec0','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}'),(685,'uywhduq','{\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed in euismod nisi. \\n<br \\/><br \\/>\\nCras at ultrices erat, sed vulputate eros. Nunc at augue gravida est fermentum vulputate. Pellentesque et ipsum in dui malesuada tempus. Donec pellentesque.\",\"pl_standard_title\":\"ABOUT THE BLOG\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed in euismod nisi. \\n<br \\/><br \\/>\\nCras at ultrices erat, sed vulputate eros. Nunc at augue gravida est fermentum vulputate. Pellentesque et ipsum in dui malesuada tempus. Donec pellentesque.\",\"pl_standard_title\":\"ABOUT THE BLOG\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed in euismod nisi. \\n<br \\/><br \\/>\\nCras at ultrices erat, sed vulputate eros. Nunc at augue gravida est fermentum vulputate. Pellentesque et ipsum in dui malesuada tempus. Donec pellentesque.\",\"pl_standard_title\":\"ABOUT THE BLOG\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}'),(686,'unk1c4r','{\"masonic_format\":\"grid\",\"masonic_post_type\":\"post\",\"masonic_sizes\":\"large\",\"masonic_total\":\"10\",\"masonic_meta\":\"\",\"masonic_post_sort\":\"DESC\",\"masonic_meta_key\":\"\",\"masonic_meta_value\":\"\",\"masonic_category\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"masonic_format\":\"grid\",\"masonic_post_type\":\"post\",\"masonic_sizes\":\"large\",\"masonic_total\":\"10\",\"masonic_meta\":\"\",\"masonic_post_sort\":\"DESC\",\"masonic_meta_key\":\"\",\"masonic_meta_value\":\"\",\"masonic_category\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"masonic_format\":\"grid\",\"masonic_post_type\":\"post\",\"masonic_sizes\":\"large\",\"masonic_total\":\"10\",\"masonic_meta\":\"\",\"masonic_post_sort\":\"DESC\",\"masonic_meta_key\":\"\",\"masonic_meta_value\":\"\",\"masonic_category\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}'),(687,'u0cf74','[]','[]','[]'),(688,'uq4q35v','[]','[]','[]'),(689,'u1c054','[]','[]','[]'),(690,'u1c111','[]','[]','[]'),(691,'ukl0fw6','{\"ph_format\":\"format-center\",\"ph_mode\":\"\",\"ph_pad_class\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ph_header\":\"\",\"ph_sub\":\"\",\"ph_menu\":\"\",\"ph_link1\":\"\",\"ph_link1_text\":\"\",\"ph_link1_style\":\"\",\"ph_link2\":\"\",\"ph_link2_text\":\"\",\"ph_link2_style\":\"\",\"pageheader_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/sf.jpg\",\"pageheader_background_attach_id\":\"\",\"pageheader_repeat\":\"0\",\"pageheader_theme\":\"pl-black\",\"pageheader_video\":\"\",\"pageheader_video_2\":\"\",\"pageheader_color_enable\":\"0\",\"pageheader_color\":\"\"}','{\"ph_format\":\"format-center\",\"ph_mode\":\"\",\"ph_pad_class\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ph_header\":\"\",\"ph_sub\":\"\",\"ph_menu\":\"\",\"ph_link1\":\"\",\"ph_link1_text\":\"\",\"ph_link1_style\":\"\",\"ph_link2\":\"\",\"ph_link2_text\":\"\",\"ph_link2_style\":\"\",\"pageheader_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/sf.jpg\",\"pageheader_background_attach_id\":\"\",\"pageheader_repeat\":\"0\",\"pageheader_theme\":\"pl-black\",\"pageheader_video\":\"\",\"pageheader_video_2\":\"\",\"pageheader_color_enable\":\"0\",\"pageheader_color\":\"\"}','{\"ph_format\":\"format-center\",\"ph_mode\":\"\",\"ph_pad_class\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ph_header\":\"\",\"ph_sub\":\"\",\"ph_menu\":\"\",\"ph_link1\":\"\",\"ph_link1_text\":\"\",\"ph_link1_style\":\"\",\"ph_link2\":\"\",\"ph_link2_text\":\"\",\"ph_link2_style\":\"\",\"pageheader_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/sf.jpg\",\"pageheader_background_attach_id\":\"\",\"pageheader_repeat\":\"0\",\"pageheader_theme\":\"pl-black\",\"pageheader_video\":\"\",\"pageheader_video_2\":\"\",\"pageheader_color_enable\":\"0\",\"pageheader_color\":\"\"}'),(692,'u1a92d','[]','[]','[]'),(693,'u1a9f2','[]','[]','[]'),(694,'ub6e21','[]','[]','[]'),(695,'ub6ede','[]','[]','[]'),(696,'u6a6aa','[]','[]','[]'),(697,'uym717c','[]','[]','[]'),(698,'u0b720','[]','[]','[]'),(699,'u0b7de','[]','[]','[]'),(700,'uro058y','{\"textbox_content\":\"<h2>We\\u2019re Fortunate To Work With<br \\/> Thought Leaders In San Francisco<\\/h2>\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"<h2>We\\u2019re Fortunate To Work With<br \\/> Thought Leaders In San Francisco<\\/h2>\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"<h2>We\\u2019re Fortunate To Work With<br \\/> Thought Leaders In San Francisco<\\/h2>\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}'),(701,'u5w06nd','{\"textbox_content\":\"Design and Development Team\",\"pl_standard_title\":\"<h2>Who We Are In Short<\\/h2>\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"0 0 20px 0\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"Design and Development Team\",\"pl_standard_title\":\"<h2>Who We Are In Short<\\/h2>\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"0 0 20px 0\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"Design and Development Team\",\"pl_standard_title\":\"<h2>Who We Are In Short<\\/h2>\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"0 0 20px 0\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_animation\":\"\"}'),(702,'upir8x9','{\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam Lorem ipsum dolor sit amet, consectetur adipisicin. Quisque nec nisi tortor. Etiam at mauris sit amet magna suscipit hend.\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"textleft\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam Lorem ipsum dolor sit amet, consectetur adipisicin. Quisque nec nisi tortor. Etiam at mauris sit amet magna suscipit hend.\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"textleft\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam Lorem ipsum dolor sit amet, consectetur adipisicin. Quisque nec nisi tortor. Etiam at mauris sit amet magna suscipit hend.\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"textleft\",\"textbox_animation\":\"\"}'),(703,'uictxvb','{\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam Lorem ipsum dolor sit amet, consectetur adipisicin. Quisque nec nisi tortor. Etiam at mauris sit amet magna suscipit hend.\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"textleft\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam Lorem ipsum dolor sit amet, consectetur adipisicin. Quisque nec nisi tortor. Etiam at mauris sit amet magna suscipit hend.\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"textleft\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam Lorem ipsum dolor sit amet, consectetur adipisicin. Quisque nec nisi tortor. Etiam at mauris sit amet magna suscipit hend.\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"textleft\",\"textbox_animation\":\"\"}'),(704,'uhsp34l','{\"textbox_title\":\"Contact\",\"textbox_title_wrap\":\"h3\",\"textbox_pad\":\"0 0 0 0\"}','{\"textbox_title\":\"Contact\",\"textbox_title_wrap\":\"h3\",\"textbox_pad\":\"0 0 0 0\"}','{\"textbox_title\":\"Contact\",\"textbox_title_wrap\":\"h3\",\"textbox_pad\":\"0 0 0 0\"}'),(705,'usqj65y','{\"ibox_cols\":\"3\",\"ibox_media\":\"count\",\"ibox_format\":\"top\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Lines Of Code\",\"text\":\"\\u00a0\",\"count\":\"5287\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Working Hours\",\"text\":\"\\u00a0\",\"count\":\"784\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Coffee Cups\",\"text\":\"\\u00a0\",\"count\":\"540\",\"showitem\":\"1\"},\"item4\":{\"title\":\"Sections\",\"text\":\"\\u00a0\",\"count\":\"55\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"3\",\"ibox_media\":\"count\",\"ibox_format\":\"top\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Lines Of Code\",\"text\":\"\\u00a0\",\"count\":\"5287\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Working Hours\",\"text\":\"\\u00a0\",\"count\":\"784\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Coffee Cups\",\"text\":\"\\u00a0\",\"count\":\"540\",\"showitem\":\"1\"},\"item4\":{\"title\":\"Sections\",\"text\":\"\\u00a0\",\"count\":\"55\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"3\",\"ibox_media\":\"count\",\"ibox_format\":\"top\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Lines Of Code\",\"text\":\"\\u00a0\",\"count\":\"5287\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Working Hours\",\"text\":\"\\u00a0\",\"count\":\"784\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Coffee Cups\",\"text\":\"\\u00a0\",\"count\":\"540\",\"showitem\":\"1\"},\"item4\":{\"title\":\"Sections\",\"text\":\"\\u00a0\",\"count\":\"55\",\"showitem\":\"1\"}}}'),(706,'us60de9','null','null','null'),(707,'ueba00','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"boxed_columns\":\"0\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"boxed_columns\":\"0\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"boxed_columns\":\"0\"}'),(708,'uebac0','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"boxed_columns\":\"0\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"boxed_columns\":\"0\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"boxed_columns\":\"0\"}'),(709,'umrmfxj','{\"textbox_title\":\"\",\"textbox_content\":\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.<br \\/><br \\/>\\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"<h2>About Our Work<\\/h2>\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"0 0 0 0\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_content\":\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.<br \\/><br \\/>\\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"<h2>About Our Work<\\/h2>\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"0 0 0 0\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_content\":\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.<br \\/><br \\/>\\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"<h2>About Our Work<\\/h2>\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"0 0 0 0\",\"textbox_animation\":\"\"}'),(710,'u02dd4','[]','[]','[]'),(711,'u02fcd','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pagetitles\":\"0\",\"blog_layout_mode\":\"blog\",\"full_column_posts\":\"2\",\"show_content\":\"0\",\"excerpt_mode_full\":\"left\",\"excerpt_mode_clip\":\"left\",\"hide_thumb\":\"0\",\"pl_meta_mode\":\"\",\"metabar_standard\":\"\",\"metabar_clip\":\"\",\"hide_excerpt\":\"0\",\"continue_reading_text\":\"\",\"excerpt_len\":\"\",\"excerpt_tags\":\"\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pagetitles\":\"0\",\"blog_layout_mode\":\"blog\",\"full_column_posts\":\"2\",\"show_content\":\"0\",\"excerpt_mode_full\":\"left\",\"excerpt_mode_clip\":\"left\",\"hide_thumb\":\"0\",\"pl_meta_mode\":\"\",\"metabar_standard\":\"\",\"metabar_clip\":\"\",\"hide_excerpt\":\"0\",\"continue_reading_text\":\"\",\"excerpt_len\":\"\",\"excerpt_tags\":\"\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pagetitles\":\"0\",\"blog_layout_mode\":\"blog\",\"full_column_posts\":\"2\",\"show_content\":\"0\",\"excerpt_mode_full\":\"left\",\"excerpt_mode_clip\":\"left\",\"hide_thumb\":\"0\",\"pl_meta_mode\":\"\",\"metabar_standard\":\"\",\"metabar_clip\":\"\",\"hide_excerpt\":\"0\",\"continue_reading_text\":\"\",\"excerpt_len\":\"\",\"excerpt_tags\":\"\"}'),(712,'u031da','[]','[]','[]'),(713,'u032d9','[]','[]','[]'),(714,'uss33lv','{\"ph_format\":\"format-center\",\"ph_mode\":\"\",\"ph_pad_class\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ph_header\":\"Team Members\",\"ph_sub\":\"We\\u2019re here to engage with your audience.\",\"ph_menu\":\"\",\"ph_link1\":\"\",\"ph_link1_text\":\"\",\"ph_link1_style\":\"\",\"ph_link2\":\"\",\"ph_link2_text\":\"\",\"ph_link2_style\":\"\",\"pageheader_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/blue-bg.jpg\",\"pageheader_background_attach_id\":\"\",\"pageheader_repeat\":\"0\",\"pageheader_theme\":\"pl-black\",\"pageheader_video\":\"\",\"pageheader_video_2\":\"\",\"pageheader_color_enable\":\"0\",\"pageheader_color\":\"\"}','{\"ph_format\":\"format-center\",\"ph_mode\":\"\",\"ph_pad_class\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ph_header\":\"Team Members\",\"ph_sub\":\"We\\u2019re here to engage with your audience.\",\"ph_menu\":\"\",\"ph_link1\":\"\",\"ph_link1_text\":\"\",\"ph_link1_style\":\"\",\"ph_link2\":\"\",\"ph_link2_text\":\"\",\"ph_link2_style\":\"\",\"pageheader_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/blue-bg.jpg\",\"pageheader_background_attach_id\":\"\",\"pageheader_repeat\":\"0\",\"pageheader_theme\":\"pl-black\",\"pageheader_video\":\"\",\"pageheader_video_2\":\"\",\"pageheader_color_enable\":\"0\",\"pageheader_color\":\"\"}','{\"ph_format\":\"format-center\",\"ph_mode\":\"\",\"ph_pad_class\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ph_header\":\"Team Members\",\"ph_sub\":\"We\\u2019re here to engage with your audience.\",\"ph_menu\":\"\",\"ph_link1\":\"\",\"ph_link1_text\":\"\",\"ph_link1_style\":\"\",\"ph_link2\":\"\",\"ph_link2_text\":\"\",\"ph_link2_style\":\"\",\"pageheader_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/blue-bg.jpg\",\"pageheader_background_attach_id\":\"\",\"pageheader_repeat\":\"0\",\"pageheader_theme\":\"pl-black\",\"pageheader_video\":\"\",\"pageheader_video_2\":\"\",\"pageheader_color_enable\":\"0\",\"pageheader_color\":\"\"}'),(715,'u48e54','[]','[]','[]'),(716,'umsdyxh','[]','[]','[]'),(717,'ud62fe','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}'),(718,'u3316f','[]','[]','[]'),(719,'u33251','[]','[]','[]'),(720,'u6oq9xz','{\"pl_standard_title\":\"Contact\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pagetitles\":\"0\",\"blog_layout_mode\":\"magazine\",\"full_column_posts\":\"2\",\"show_content\":\"0\",\"excerpt_mode_full\":\"left\",\"excerpt_mode_clip\":\"left\",\"hide_thumb\":\"0\",\"pl_meta_mode\":\"\",\"metabar_standard\":\"\",\"metabar_clip\":\"\"}','{\"pl_standard_title\":\"Contact\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pagetitles\":\"0\",\"blog_layout_mode\":\"magazine\",\"full_column_posts\":\"2\",\"show_content\":\"0\",\"excerpt_mode_full\":\"left\",\"excerpt_mode_clip\":\"left\",\"hide_thumb\":\"0\",\"pl_meta_mode\":\"\",\"metabar_standard\":\"\",\"metabar_clip\":\"\"}','{\"pl_standard_title\":\"Contact\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pagetitles\":\"0\",\"blog_layout_mode\":\"magazine\",\"full_column_posts\":\"2\",\"show_content\":\"0\",\"excerpt_mode_full\":\"left\",\"excerpt_mode_clip\":\"left\",\"hide_thumb\":\"0\",\"pl_meta_mode\":\"\",\"metabar_standard\":\"\",\"metabar_clip\":\"\"}'),(721,'u8nmrya','{\"textbox_title\":\"\",\"textbox_content\":\"PageLines Inc.<br \\/>\\n123 Brannan St.<br \\/>\\nSan Francisco, CA 94107\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"San Francisco\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_content\":\"PageLines Inc.<br \\/>\\n123 Brannan St.<br \\/>\\nSan Francisco, CA 94107\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"San Francisco\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_content\":\"PageLines Inc.<br \\/>\\n123 Brannan St.<br \\/>\\nSan Francisco, CA 94107\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"San Francisco\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}'),(722,'uk5nd9j','{\"textbox_content\":\"Email: hello@pagelines.com<br \\/>\\nTwitter: @pagelines<br \\/>\\nPhone: +44 (0) 208 0000 000<br \\/>\\nFax: +44 (0) 208 0000 001\",\"pl_standard_title\":\"Contact\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"Email: hello@pagelines.com<br \\/>\\nTwitter: @pagelines<br \\/>\\nPhone: +44 (0) 208 0000 000<br \\/>\\nFax: +44 (0) 208 0000 001\",\"pl_standard_title\":\"Contact\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"Email: hello@pagelines.com<br \\/>\\nTwitter: @pagelines<br \\/>\\nPhone: +44 (0) 208 0000 000<br \\/>\\nFax: +44 (0) 208 0000 001\",\"pl_standard_title\":\"Contact\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}'),(723,'uv1btdb','[]','[]','[]'),(724,'up62da7','{\"center_lat\":\"\",\"center_lng\":\"\",\"map_height\":\"250px\",\"map_zoom_level\":\"10\",\"map_zoom_enable\":\"0\",\"enable_animation\":\"0\",\"pl_standard_title\":\"San Francisco\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"locations_array\":{\"item1\":{\"showitem\":\"1\"}}}','{\"center_lat\":\"\",\"center_lng\":\"\",\"map_height\":\"250px\",\"map_zoom_level\":\"10\",\"map_zoom_enable\":\"0\",\"enable_animation\":\"0\",\"pl_standard_title\":\"San Francisco\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"locations_array\":{\"item1\":{\"showitem\":\"1\"}}}','{\"center_lat\":\"\",\"center_lng\":\"\",\"map_height\":\"250px\",\"map_zoom_level\":\"10\",\"map_zoom_enable\":\"0\",\"enable_animation\":\"0\",\"pl_standard_title\":\"San Francisco\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"locations_array\":{\"item1\":{\"showitem\":\"1\"}}}'),(725,'ujcmlqp','{\"center_lat\":\"40.7143528\",\"center_lng\":\"-74.0059731\",\"map_height\":\"250px\",\"map_zoom_level\":\"10\",\"map_zoom_enable\":\"0\",\"enable_animation\":\"0\",\"pl_standard_title\":\"New York\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"locations_array\":{\"item1\":{\"latitude\":\"40.7763786\",\"longitude\":\"-73.9617973\",\"showitem\":\"1\"}}}','{\"center_lat\":\"40.7143528\",\"center_lng\":\"-74.0059731\",\"map_height\":\"250px\",\"map_zoom_level\":\"10\",\"map_zoom_enable\":\"0\",\"enable_animation\":\"0\",\"pl_standard_title\":\"New York\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"locations_array\":{\"item1\":{\"latitude\":\"40.7763786\",\"longitude\":\"-73.9617973\",\"showitem\":\"1\"}}}','{\"center_lat\":\"40.7143528\",\"center_lng\":\"-74.0059731\",\"map_height\":\"250px\",\"map_zoom_level\":\"10\",\"map_zoom_enable\":\"0\",\"enable_animation\":\"0\",\"pl_standard_title\":\"New York\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"locations_array\":{\"item1\":{\"latitude\":\"40.7763786\",\"longitude\":\"-73.9617973\",\"showitem\":\"1\"}}}'),(726,'uzjr62k','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"pl-scroll-translate\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"333333\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"pl-scroll-translate\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"333333\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"pl-scroll-translate\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"333333\"}'),(727,'u6f096','[]','[]','[]'),(728,'u6gzqjr','{\"ibox_cols\":\"6\",\"ibox_media\":\"icon\",\"ibox_format\":\"top\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Need Support?\",\"text\":\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa.\",\"icon\":\"comments\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Check Forum\",\"text\":\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa.\",\"icon\":\"file-text\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"6\",\"ibox_media\":\"icon\",\"ibox_format\":\"top\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Need Support?\",\"text\":\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa.\",\"icon\":\"comments\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Check Forum\",\"text\":\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa.\",\"icon\":\"file-text\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"6\",\"ibox_media\":\"icon\",\"ibox_format\":\"top\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Need Support?\",\"text\":\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa.\",\"icon\":\"comments\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Check Forum\",\"text\":\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa.\",\"icon\":\"file-text\",\"showitem\":\"1\"}}}'),(729,'uf0a0dc','{\"textbox_content\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}'),(730,'u2khrj1','{\"ibox_cols\":\"6\",\"ibox_media\":\"text\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Where can I find your offices?\",\"text\":\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. \",\"icon\":\"comments\",\"showitem\":\"1\"},\"item2\":{\"title\":\"What are your hours of operation?\",\"text\":\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. \",\"icon\":\"file-text\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Is your software re-usable?\",\"text\":\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. \",\"showitem\":\"1\"},\"item4\":{\"title\":\"Do you handle international orders?\",\"text\":\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. \",\"showitem\":\"1\"},\"item5\":{\"title\":\"Do your themes include support?\",\"text\":\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. \",\"showitem\":\"1\"},\"item6\":{\"title\":\"How do I install the themes?\",\"text\":\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. \",\"showitem\":\"1\"},\"item7\":{\"title\":\"How do i migrate the themes?\",\"text\":\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. \",\"showitem\":\"1\"},\"item8\":{\"title\":\"How can I make my own layouts?\",\"text\":\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. \",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"6\",\"ibox_media\":\"text\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Where can I find your offices?\",\"text\":\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. \",\"icon\":\"comments\",\"showitem\":\"1\"},\"item2\":{\"title\":\"What are your hours of operation?\",\"text\":\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. \",\"icon\":\"file-text\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Is your software re-usable?\",\"text\":\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. \",\"showitem\":\"1\"},\"item4\":{\"title\":\"Do you handle international orders?\",\"text\":\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. \",\"showitem\":\"1\"},\"item5\":{\"title\":\"Do your themes include support?\",\"text\":\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. \",\"showitem\":\"1\"},\"item6\":{\"title\":\"How do I install the themes?\",\"text\":\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. \",\"showitem\":\"1\"},\"item7\":{\"title\":\"How do i migrate the themes?\",\"text\":\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. \",\"showitem\":\"1\"},\"item8\":{\"title\":\"How can I make my own layouts?\",\"text\":\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. \",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"6\",\"ibox_media\":\"text\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Where can I find your offices?\",\"text\":\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. \",\"icon\":\"comments\",\"showitem\":\"1\"},\"item2\":{\"title\":\"What are your hours of operation?\",\"text\":\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. \",\"icon\":\"file-text\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Is your software re-usable?\",\"text\":\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. \",\"showitem\":\"1\"},\"item4\":{\"title\":\"Do you handle international orders?\",\"text\":\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. \",\"showitem\":\"1\"},\"item5\":{\"title\":\"Do your themes include support?\",\"text\":\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. \",\"showitem\":\"1\"},\"item6\":{\"title\":\"How do I install the themes?\",\"text\":\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. \",\"showitem\":\"1\"},\"item7\":{\"title\":\"How do i migrate the themes?\",\"text\":\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. \",\"showitem\":\"1\"},\"item8\":{\"title\":\"How can I make my own layouts?\",\"text\":\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. \",\"showitem\":\"1\"}}}'),(731,'urzgsq4','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"F7F7F7\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"F7F7F7\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"F7F7F7\"}'),(732,'ulu3jsn','{\"ph_format\":\"format-standard\",\"ph_mode\":\"\",\"ph_pad_class\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ph_header\":\"\",\"ph_sub\":\"Our Most Frequently Asked Questions\",\"ph_menu\":\"\",\"ph_link1\":\"\",\"ph_link1_text\":\"\",\"ph_link1_style\":\"\",\"ph_link2\":\"\",\"ph_link2_text\":\"\",\"ph_link2_style\":\"\",\"pageheader_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/blue-bg.jpg\",\"pageheader_background_attach_id\":\"\",\"pageheader_repeat\":\"0\",\"pageheader_theme\":\"pl-black\",\"pageheader_video\":\"\",\"pageheader_video_2\":\"\",\"pageheader_color_enable\":\"0\",\"pageheader_color\":\"\"}','{\"ph_format\":\"format-standard\",\"ph_mode\":\"\",\"ph_pad_class\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ph_header\":\"\",\"ph_sub\":\"Our Most Frequently Asked Questions\",\"ph_menu\":\"\",\"ph_link1\":\"\",\"ph_link1_text\":\"\",\"ph_link1_style\":\"\",\"ph_link2\":\"\",\"ph_link2_text\":\"\",\"ph_link2_style\":\"\",\"pageheader_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/blue-bg.jpg\",\"pageheader_background_attach_id\":\"\",\"pageheader_repeat\":\"0\",\"pageheader_theme\":\"pl-black\",\"pageheader_video\":\"\",\"pageheader_video_2\":\"\",\"pageheader_color_enable\":\"0\",\"pageheader_color\":\"\"}','{\"ph_format\":\"format-standard\",\"ph_mode\":\"\",\"ph_pad_class\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ph_header\":\"\",\"ph_sub\":\"Our Most Frequently Asked Questions\",\"ph_menu\":\"\",\"ph_link1\":\"\",\"ph_link1_text\":\"\",\"ph_link1_style\":\"\",\"ph_link2\":\"\",\"ph_link2_text\":\"\",\"ph_link2_style\":\"\",\"pageheader_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/blue-bg.jpg\",\"pageheader_background_attach_id\":\"\",\"pageheader_repeat\":\"0\",\"pageheader_theme\":\"pl-black\",\"pageheader_video\":\"\",\"pageheader_video_2\":\"\",\"pageheader_color_enable\":\"0\",\"pageheader_color\":\"\"}'),(733,'ud87e9','[]','[]','[]'),(734,'ud889e','[]','[]','[]'),(735,'u5ekg5s','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"337EFF\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"337EFF\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"337EFF\"}'),(736,'u8zvru8','{\"icallout_format\":\"\",\"icallout_text\":\"\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"1\",\"icallout_link_text\":\"Contact Team Member\",\"icallout_btn_theme\":\"btn-ol-white\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"icallout_format\":\"\",\"icallout_text\":\"\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"1\",\"icallout_link_text\":\"Contact Team Member\",\"icallout_btn_theme\":\"btn-ol-white\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"icallout_format\":\"\",\"icallout_text\":\"\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"1\",\"icallout_link_text\":\"Contact Team Member\",\"icallout_btn_theme\":\"btn-ol-white\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}'),(737,'uu9y6xe','{\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. \\n[pl_blockquote cite=\\\"Someone Famous\\\"]\\nThis is a quote with a source\\n[\\/pl_blockquote]\\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"pl_standard_title\":\"Quote Left\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. \\n[pl_blockquote cite=\\\"Someone Famous\\\"]\\nThis is a quote with a source\\n[\\/pl_blockquote]\\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"pl_standard_title\":\"Quote Left\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. \\n[pl_blockquote cite=\\\"Someone Famous\\\"]\\nThis is a quote with a source\\n[\\/pl_blockquote]\\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"pl_standard_title\":\"Quote Left\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}'),(738,'ub6xs6z','{\"textbox_title\":\"\",\"textbox_content\":\"[pl_carousel name=\\\"PageLinesCarousel\\\"][pl_carouselimage first=\\\"yes\\\" title=\\\"Slide 1\\\" imageurl=\\\"http:\\/\\/themes.pagelines.com\\/dms\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/sf.jpg\\\" ]\\nHere is the first slide and it\'s caption.\\n[\\/pl_carouselimage][pl_carouselimage title=\\\"Slide 2\\\" imageurl=\\\"http:\\/\\/themes.pagelines.com\\/dms\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/sf.jpg\\\"]\\nHere is the second slide, in all its glory.\\n[\\/pl_carouselimage]\\n \\n[pl_carouselimage title=\\\"Slide 3\\\" imageurl=\\\"http:\\/\\/themes.pagelines.com\\/dms\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/sf.jpg\\\"]\\nYou can have as many slides as you can create.\\n[\\/pl_carouselimage]\\n \\n[\\/pl_carousel]\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_content\":\"[pl_carousel name=\\\"PageLinesCarousel\\\"][pl_carouselimage first=\\\"yes\\\" title=\\\"Slide 1\\\" imageurl=\\\"http:\\/\\/themes.pagelines.com\\/dms\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/sf.jpg\\\" ]\\nHere is the first slide and it\'s caption.\\n[\\/pl_carouselimage][pl_carouselimage title=\\\"Slide 2\\\" imageurl=\\\"http:\\/\\/themes.pagelines.com\\/dms\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/sf.jpg\\\"]\\nHere is the second slide, in all its glory.\\n[\\/pl_carouselimage]\\n \\n[pl_carouselimage title=\\\"Slide 3\\\" imageurl=\\\"http:\\/\\/themes.pagelines.com\\/dms\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/sf.jpg\\\"]\\nYou can have as many slides as you can create.\\n[\\/pl_carouselimage]\\n \\n[\\/pl_carousel]\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_content\":\"[pl_carousel name=\\\"PageLinesCarousel\\\"][pl_carouselimage first=\\\"yes\\\" title=\\\"Slide 1\\\" imageurl=\\\"http:\\/\\/themes.pagelines.com\\/dms\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/sf.jpg\\\" ]\\nHere is the first slide and it\'s caption.\\n[\\/pl_carouselimage][pl_carouselimage title=\\\"Slide 2\\\" imageurl=\\\"http:\\/\\/themes.pagelines.com\\/dms\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/sf.jpg\\\"]\\nHere is the second slide, in all its glory.\\n[\\/pl_carouselimage]\\n \\n[pl_carouselimage title=\\\"Slide 3\\\" imageurl=\\\"http:\\/\\/themes.pagelines.com\\/dms\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/sf.jpg\\\"]\\nYou can have as many slides as you can create.\\n[\\/pl_carouselimage]\\n \\n[\\/pl_carousel]\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}'),(739,'u9dcjgh','{\"textbox_content\":\"[pinterest]\",\"pl_standard_title\":\"Pinterest\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"[pinterest]\",\"pl_standard_title\":\"Pinterest\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"[pinterest]\",\"pl_standard_title\":\"Pinterest\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}'),(740,'uqwnegl','{\"textbox_content\":\"[googleplus]\",\"pl_standard_title\":\"Google Plus\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"[googleplus]\",\"pl_standard_title\":\"Google Plus\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"[googleplus]\",\"pl_standard_title\":\"Google Plus\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}'),(741,'uk1itc6','{\"textbox_content\":\"[like_button url=http:\\/\\/url-to-like.com]\",\"pl_standard_title\":\"Facebook Like\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"[like_button url=http:\\/\\/url-to-like.com]\",\"pl_standard_title\":\"Facebook Like\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"[like_button url=http:\\/\\/url-to-like.com]\",\"pl_standard_title\":\"Facebook Like\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}'),(742,'unflqb4','{\"textbox_content\":\"[twitter_button type=\\\"follow\\\"]\",\"pl_standard_title\":\"Twitter Follow Button\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"[twitter_button type=\\\"follow\\\"]\",\"pl_standard_title\":\"Twitter Follow Button\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"[twitter_button type=\\\"follow\\\"]\",\"pl_standard_title\":\"Twitter Follow Button\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}'),(743,'ud0jp8o','{\"textbox_content\":\"[twitter_button]\",\"pl_standard_title\":\"Twitter Button\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"[twitter_button]\",\"pl_standard_title\":\"Twitter Button\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"[twitter_button]\",\"pl_standard_title\":\"Twitter Button\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}'),(744,'urpo2s5','{\"textbox_content\":\"[linkedin]\",\"pl_standard_title\":\"LinkedIn\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"[linkedin]\",\"pl_standard_title\":\"LinkedIn\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"[linkedin]\",\"pl_standard_title\":\"LinkedIn\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}'),(745,'ucq1ve2','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"<strong>Quotes<\\/strong> because some things are actually important\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"F7F7F7\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"<strong>Quotes<\\/strong> because some things are actually important\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"F7F7F7\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"<strong>Quotes<\\/strong> because some things are actually important\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"F7F7F7\"}'),(746,'ub12cx0','{\"textbox_title\":\"\",\"textbox_content\":\"[pl_modal title=\\\"DMS\\\" type=\\\"btn\\\" colortype=\\\"primary\\\" label=\\\"Click Me!\\\"]\\nSome content here for the cool modal pop up. Labels, badges, and buttons can open them!\\n[\\/pl_modal]\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"Button\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_content\":\"[pl_modal title=\\\"DMS\\\" type=\\\"btn\\\" colortype=\\\"primary\\\" label=\\\"Click Me!\\\"]\\nSome content here for the cool modal pop up. Labels, badges, and buttons can open them!\\n[\\/pl_modal]\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"Button\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_content\":\"[pl_modal title=\\\"DMS\\\" type=\\\"btn\\\" colortype=\\\"primary\\\" label=\\\"Click Me!\\\"]\\nSome content here for the cool modal pop up. Labels, badges, and buttons can open them!\\n[\\/pl_modal]\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"Button\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}'),(747,'u7f32wd','{\"textbox_title\":\"\",\"textbox_content\":\"[pl_modal title=\\\"DMS\\\" type=\\\"label\\\" colortype=\\\"important\\\" label=\\\"Click Me!\\\"]\\nSome content here for the cool modal pop up. Labels, badges, and buttons can open them!\\n[\\/pl_modal]\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"Label\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_content\":\"[pl_modal title=\\\"DMS\\\" type=\\\"label\\\" colortype=\\\"important\\\" label=\\\"Click Me!\\\"]\\nSome content here for the cool modal pop up. Labels, badges, and buttons can open them!\\n[\\/pl_modal]\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"Label\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_content\":\"[pl_modal title=\\\"DMS\\\" type=\\\"label\\\" colortype=\\\"important\\\" label=\\\"Click Me!\\\"]\\nSome content here for the cool modal pop up. Labels, badges, and buttons can open them!\\n[\\/pl_modal]\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"Label\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}'),(748,'up190mv','{\"textbox_title\":\"\",\"textbox_content\":\"[pl_modal title=\\\"DMS\\\" type=\\\"badge\\\" colortype=\\\"success\\\" label=\\\"Click Me!\\\"]\\nSome content here for the cool modal pop up. Labels, badges, and buttons can open them!\\n[\\/pl_modal]\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"Badge\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_content\":\"[pl_modal title=\\\"DMS\\\" type=\\\"badge\\\" colortype=\\\"success\\\" label=\\\"Click Me!\\\"]\\nSome content here for the cool modal pop up. Labels, badges, and buttons can open them!\\n[\\/pl_modal]\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"Badge\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_content\":\"[pl_modal title=\\\"DMS\\\" type=\\\"badge\\\" colortype=\\\"success\\\" label=\\\"Click Me!\\\"]\\nSome content here for the cool modal pop up. Labels, badges, and buttons can open them!\\n[\\/pl_modal]\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"Badge\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}'),(749,'usznwdg','{\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. \\n[pl_blockquote pull=\\\"right\\\" cite=\\\"Someone Famous\\\"]\\nThis is a quote with a source\\n[\\/pl_blockquote]\\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"pl_standard_title\":\"Quote Right\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. \\n[pl_blockquote pull=\\\"right\\\" cite=\\\"Someone Famous\\\"]\\nThis is a quote with a source\\n[\\/pl_blockquote]\\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"pl_standard_title\":\"Quote Right\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. \\n[pl_blockquote pull=\\\"right\\\" cite=\\\"Someone Famous\\\"]\\nThis is a quote with a source\\n[\\/pl_blockquote]\\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\"pl_standard_title\":\"Quote Right\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}'),(750,'u0bizgq','{\"textbox_content\":\"[linkedin]\",\"pl_standard_title\":\"LinkedIn\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"[linkedin]\",\"pl_standard_title\":\"LinkedIn\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"[linkedin]\",\"pl_standard_title\":\"LinkedIn\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}'),(751,'udda2hv','{\"textbox_content\":\"[pinterest]\",\"pl_standard_title\":\"Pinterest\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"[pinterest]\",\"pl_standard_title\":\"Pinterest\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"[pinterest]\",\"pl_standard_title\":\"Pinterest\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}'),(752,'uk3jw9l','{\"textbox_content\":\"[like_button url=http:\\/\\/url-to-like.com]\",\"pl_standard_title\":\"Facebook Like\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"[like_button url=http:\\/\\/url-to-like.com]\",\"pl_standard_title\":\"Facebook Like\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"[like_button url=http:\\/\\/url-to-like.com]\",\"pl_standard_title\":\"Facebook Like\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}'),(753,'u021n1y','{\"textbox_content\":\"[googleplus]\",\"pl_standard_title\":\"Google Plus\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"[googleplus]\",\"pl_standard_title\":\"Google Plus\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"[googleplus]\",\"pl_standard_title\":\"Google Plus\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}'),(754,'u6e1bk3','{\"textbox_content\":\"[twitter_button]\",\"pl_standard_title\":\"Twitter Button\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"[twitter_button]\",\"pl_standard_title\":\"Twitter Button\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"[twitter_button]\",\"pl_standard_title\":\"Twitter Button\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}'),(755,'upzhtty','{\"textbox_content\":\"[twitter_button type=\\\"follow\\\"]\",\"pl_standard_title\":\"Twitter Follow Button\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"[twitter_button type=\\\"follow\\\"]\",\"pl_standard_title\":\"Twitter Follow Button\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"[twitter_button type=\\\"follow\\\"]\",\"pl_standard_title\":\"Twitter Follow Button\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}'),(756,'ub6qsaz','{\"textbox_content\":\"[pl_alertbox type=\\\"info\\\"]\\n<strong class=\\\"alert-heading\\\">Info<\\/strong>\\nThis is an error.\\n[\\/pl_alertbox]\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"[pl_alertbox type=\\\"info\\\"]\\n<strong class=\\\"alert-heading\\\">Info<\\/strong>\\nThis is an error.\\n[\\/pl_alertbox]\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"[pl_alertbox type=\\\"info\\\"]\\n<strong class=\\\"alert-heading\\\">Info<\\/strong>\\nThis is an error.\\n[\\/pl_alertbox]\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}'),(757,'ucq0dqj','{\"textbox_content\":\"[pl_alertbox type=\\\"error\\\"]\\n<strong class=\\\"alert-heading\\\">Error<\\/strong>\\nThis is an error.\\n[\\/pl_alertbox]\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"[pl_alertbox type=\\\"error\\\"]\\n<strong class=\\\"alert-heading\\\">Error<\\/strong>\\nThis is an error.\\n[\\/pl_alertbox]\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"[pl_alertbox type=\\\"error\\\"]\\n<strong class=\\\"alert-heading\\\">Error<\\/strong>\\nThis is an error.\\n[\\/pl_alertbox]\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}'),(758,'u2ki4mz','{\"textbox_content\":\"[pl_alertbox type=\\\"warning\\\"]\\n<strong class=\\\"alert-heading\\\">Warning<\\/strong>\\nThis is an error.\\n[\\/pl_alertbox]\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"[pl_alertbox type=\\\"warning\\\"]\\n<strong class=\\\"alert-heading\\\">Warning<\\/strong>\\nThis is an error.\\n[\\/pl_alertbox]\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"[pl_alertbox type=\\\"warning\\\"]\\n<strong class=\\\"alert-heading\\\">Warning<\\/strong>\\nThis is an error.\\n[\\/pl_alertbox]\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}'),(759,'uyagxcf','{\"textbox_content\":\"[pl_alertbox type=\\\"success\\\"]\\n<strong class=\\\"alert-heading\\\">Success<\\/strong>\\nThis is an error.\\n[\\/pl_alertbox]\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"[pl_alertbox type=\\\"success\\\"]\\n<strong class=\\\"alert-heading\\\">Success<\\/strong>\\nThis is an error.\\n[\\/pl_alertbox]\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"[pl_alertbox type=\\\"success\\\"]\\n<strong class=\\\"alert-heading\\\">Success<\\/strong>\\nThis is an error.\\n[\\/pl_alertbox]\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}'),(760,'u0e875','[]','[]','[]'),(761,'u0e92f','[]','[]','[]'),(762,'ubjzs0v','{\"pl_area_pad\":\"20px\",\"pl_area_pad_bottom\":\"180px\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"pl-scroll-translate\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"F9F9F9\"}','{\"pl_area_pad\":\"20px\",\"pl_area_pad_bottom\":\"180px\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"pl-scroll-translate\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"F9F9F9\"}','{\"pl_area_pad\":\"20px\",\"pl_area_pad_bottom\":\"180px\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"pl-scroll-translate\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"F9F9F9\"}'),(763,'uoby3ut','null','null','null'),(764,'uy6pnrg','{\"textbox_title\":\"\",\"textbox_content\":\"Less time coding & more time building. You don\\u2019t have <br \\/>to be a web designer to create epic and unique layouts!\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"<h2>Drag & Drop Design for Pros<\\/h2>\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_content\":\"Less time coding & more time building. You don\\u2019t have <br \\/>to be a web designer to create epic and unique layouts!\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"<h2>Drag & Drop Design for Pros<\\/h2>\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_content\":\"Less time coding & more time building. You don\\u2019t have <br \\/>to be a web designer to create epic and unique layouts!\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"<h2>Drag & Drop Design for Pros<\\/h2>\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}'),(765,'u3i4fl4','{\"textbox_content\":\"Embed any number of videos into your pages. <br \\/>You can choose any column width and also display self hosted html5 videos\",\"pl_standard_title\":\"<h2>Embedded Video Support<\\/h2>\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"Embed any number of videos into your pages. <br \\/>You can choose any column width and also display self hosted html5 videos\",\"pl_standard_title\":\"<h2>Embedded Video Support<\\/h2>\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"Embed any number of videos into your pages. <br \\/>You can choose any column width and also display self hosted html5 videos\",\"pl_standard_title\":\"<h2>Embedded Video Support<\\/h2>\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}'),(766,'uvexxw4','null','null','null'),(767,'u0xubnn','{\"textbox_title\":\"\",\"textbox_content\":\"PageLines DMS will help you build custom websites that do wonders.<br \\/> It has a wide range of incredible features and includes a growing list of goodies\\u2026<br \\/>\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"<h2>Why Choose DMS?<\\/h2>\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"0 0 40px 0\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_content\":\"PageLines DMS will help you build custom websites that do wonders.<br \\/> It has a wide range of incredible features and includes a growing list of goodies\\u2026<br \\/>\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"<h2>Why Choose DMS?<\\/h2>\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"0 0 40px 0\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_content\":\"PageLines DMS will help you build custom websites that do wonders.<br \\/> It has a wide range of incredible features and includes a growing list of goodies\\u2026<br \\/>\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"<h2>Why Choose DMS?<\\/h2>\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"0 0 40px 0\",\"textbox_animation\":\"\"}'),(768,'ubigdwj','{\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam Lorem ipsum dolor sit amet, consectetur adipisicin. Quisque nec nisi tortor. Etiam at mauris sit amet magna suscipit hend.\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"textleft\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam Lorem ipsum dolor sit amet, consectetur adipisicin. Quisque nec nisi tortor. Etiam at mauris sit amet magna suscipit hend.\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"textleft\",\"textbox_animation\":\"\"}','{\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam Lorem ipsum dolor sit amet, consectetur adipisicin. Quisque nec nisi tortor. Etiam at mauris sit amet magna suscipit hend.\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"textleft\",\"textbox_animation\":\"\"}'),(769,'up94gbc','{\"pl_area_pad\":\"100px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"pl-scroll-translate\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"333333\"}','{\"pl_area_pad\":\"100px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"pl-scroll-translate\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"333333\"}','{\"pl_area_pad\":\"100px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"pl-scroll-translate\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"333333\"}'),(770,'urp59v4','{\"testimonials_mode\":\"default\",\"testimonials_disable_auto\":\"0\",\"testimonials_speed\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_testimonial_array\":{\"item1\":{\"text\":\"\\u201cA designer knows he has achieved perfection not when there is nothing left to add, but when there is nothing left to take away.\\u201d\",\"cite\":\"Antoine de Saint-Exupery\",\"showitem\":\"1\"},\"item2\":{\"text\":\"\\u201cThe ultimate promise of technology is to make us master of a world that we command by the push of a button.\\u201d\",\"cite\":\"Volker Grassmuck\",\"showitem\":\"1\"},\"item3\":{\"text\":\"\\u201cI strive for two things in design: simplicity and clarity. <br \\/>Great design is born of those two things.\\u201d\",\"cite\":\"Lindon Leader\",\"showitem\":\"1\"}}}','{\"testimonials_mode\":\"default\",\"testimonials_disable_auto\":\"0\",\"testimonials_speed\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_testimonial_array\":{\"item1\":{\"text\":\"\\u201cA designer knows he has achieved perfection not when there is nothing left to add, but when there is nothing left to take away.\\u201d\",\"cite\":\"Antoine de Saint-Exupery\",\"showitem\":\"1\"},\"item2\":{\"text\":\"\\u201cThe ultimate promise of technology is to make us master of a world that we command by the push of a button.\\u201d\",\"cite\":\"Volker Grassmuck\",\"showitem\":\"1\"},\"item3\":{\"text\":\"\\u201cI strive for two things in design: simplicity and clarity. <br \\/>Great design is born of those two things.\\u201d\",\"cite\":\"Lindon Leader\",\"showitem\":\"1\"}}}','{\"testimonials_mode\":\"default\",\"testimonials_disable_auto\":\"0\",\"testimonials_speed\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_testimonial_array\":{\"item1\":{\"text\":\"\\u201cA designer knows he has achieved perfection not when there is nothing left to add, but when there is nothing left to take away.\\u201d\",\"cite\":\"Antoine de Saint-Exupery\",\"showitem\":\"1\"},\"item2\":{\"text\":\"\\u201cThe ultimate promise of technology is to make us master of a world that we command by the push of a button.\\u201d\",\"cite\":\"Volker Grassmuck\",\"showitem\":\"1\"},\"item3\":{\"text\":\"\\u201cI strive for two things in design: simplicity and clarity. <br \\/>Great design is born of those two things.\\u201d\",\"cite\":\"Lindon Leader\",\"showitem\":\"1\"}}}'),(771,'uuhy7mc','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"50px\",\"pl_area_height\":\"\",\"pl_standard_title\":\"Brands & Clients\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"0\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-white\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"F7F7F7\"}','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"50px\",\"pl_area_height\":\"\",\"pl_standard_title\":\"Brands & Clients\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"0\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-white\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"F7F7F7\"}','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"50px\",\"pl_area_height\":\"\",\"pl_standard_title\":\"Brands & Clients\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"0\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-white\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"F7F7F7\"}'),(772,'u8m0xsh','{\"cols\":\"3\",\"max\":\"6\",\"vpad\":\"\",\"hpad\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"array\":{\"item1\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/wordpress.jpg\",\"image_attach_id\":\"1064\",\"showitem\":\"1\"},\"item2\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/jquery.jpg\",\"image_attach_id\":\"1065\",\"showitem\":\"1\"},\"item3\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/dribbble.jpg\",\"image_attach_id\":\"1066\",\"showitem\":\"1\"},\"item4\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/vimeo_pro.jpg\",\"image_attach_id\":\"1067\",\"showitem\":\"1\"},\"item5\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/code_is_poetry.jpg\",\"image_attach_id\":\"1068\",\"showitem\":\"1\"},\"item6\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/wordpress.jpg\",\"link\":\"http:\\/\\/wordpress.org\\/\",\"showitem\":\"1\"}}}','{\"cols\":\"3\",\"max\":\"6\",\"vpad\":\"\",\"hpad\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"array\":{\"item1\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/wordpress.jpg\",\"image_attach_id\":\"1064\",\"showitem\":\"1\"},\"item2\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/jquery.jpg\",\"image_attach_id\":\"1065\",\"showitem\":\"1\"},\"item3\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/dribbble.jpg\",\"image_attach_id\":\"1066\",\"showitem\":\"1\"},\"item4\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/vimeo_pro.jpg\",\"image_attach_id\":\"1067\",\"showitem\":\"1\"},\"item5\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/code_is_poetry.jpg\",\"image_attach_id\":\"1068\",\"showitem\":\"1\"},\"item6\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/wordpress.jpg\",\"link\":\"http:\\/\\/wordpress.org\\/\",\"showitem\":\"1\"}}}','{\"cols\":\"3\",\"max\":\"6\",\"vpad\":\"\",\"hpad\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"array\":{\"item1\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/wordpress.jpg\",\"image_attach_id\":\"1064\",\"showitem\":\"1\"},\"item2\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/jquery.jpg\",\"image_attach_id\":\"1065\",\"showitem\":\"1\"},\"item3\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/dribbble.jpg\",\"image_attach_id\":\"1066\",\"showitem\":\"1\"},\"item4\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/vimeo_pro.jpg\",\"image_attach_id\":\"1067\",\"showitem\":\"1\"},\"item5\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/code_is_poetry.jpg\",\"image_attach_id\":\"1068\",\"showitem\":\"1\"},\"item6\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/wordpress.jpg\",\"link\":\"http:\\/\\/wordpress.org\\/\",\"showitem\":\"1\"}}}'),(773,'uzixdrg','{\"ph_format\":\"format-center\",\"ph_mode\":\"\",\"ph_pad_class\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ph_header\":\"\",\"ph_sub\":\"\",\"ph_menu\":\"\",\"ph_link1\":\"\",\"ph_link1_text\":\"\",\"ph_link1_style\":\"\",\"ph_link2\":\"\",\"ph_link2_text\":\"\",\"ph_link2_style\":\"\",\"pageheader_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/blue-bg.jpg\",\"pageheader_background_attach_id\":\"\",\"pageheader_repeat\":\"0\",\"pageheader_theme\":\"pl-black\",\"pageheader_video\":\"\",\"pageheader_video_2\":\"\",\"pageheader_color_enable\":\"0\",\"pageheader_color\":\"\"}','{\"ph_format\":\"format-center\",\"ph_mode\":\"\",\"ph_pad_class\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ph_header\":\"\",\"ph_sub\":\"\",\"ph_menu\":\"\",\"ph_link1\":\"\",\"ph_link1_text\":\"\",\"ph_link1_style\":\"\",\"ph_link2\":\"\",\"ph_link2_text\":\"\",\"ph_link2_style\":\"\",\"pageheader_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/blue-bg.jpg\",\"pageheader_background_attach_id\":\"\",\"pageheader_repeat\":\"0\",\"pageheader_theme\":\"pl-black\",\"pageheader_video\":\"\",\"pageheader_video_2\":\"\",\"pageheader_color_enable\":\"0\",\"pageheader_color\":\"\"}','{\"ph_format\":\"format-center\",\"ph_mode\":\"\",\"ph_pad_class\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ph_header\":\"\",\"ph_sub\":\"\",\"ph_menu\":\"\",\"ph_link1\":\"\",\"ph_link1_text\":\"\",\"ph_link1_style\":\"\",\"ph_link2\":\"\",\"ph_link2_text\":\"\",\"ph_link2_style\":\"\",\"pageheader_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/blue-bg.jpg\",\"pageheader_background_attach_id\":\"\",\"pageheader_repeat\":\"0\",\"pageheader_theme\":\"pl-black\",\"pageheader_video\":\"\",\"pageheader_video_2\":\"\",\"pageheader_color_enable\":\"0\",\"pageheader_color\":\"\"}'),(774,'u1e48c','[]','[]','[]'),(775,'uao69x8','{\"textbox_content\":\" ellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\" ellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}','{\"textbox_content\":\" ellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_animation\":\"\"}'),(776,'u4g2fv1','{\"textbox_title\":\"\",\"textbox_content\":\"[pl_tabs][pl_tabtitlesection type=\\\"tabs\\\"]\\n[pl_tabtitle active=\\\"yes\\\" number=\\\"1\\\"]Title 1[\\/pl_tabtitle]\\n[pl_tabtitle number=\\\"2\\\"]Title 2[\\/pl_tabtitle]\\n[\\/pl_tabtitlesection][pl_tabcontentsection]\\n[pl_tabcontent active=\\\"yes\\\" number=\\\"1\\\"]\\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.\\n[\\/pl_tabcontent]\\n[pl_tabcontent number=\\\"2\\\"]\\n<img class=\\\"pl-imageframe\\\" alt=\\\"\\\" src=\\\"http:\\/\\/themes.pagelines.com\\/dms\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/sf.jpg\\\" \\/>\\n[\\/pl_tabcontent]\\n[\\/pl_tabcontentsection]\\n \\n[\\/pl_tabs]\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_content\":\"[pl_tabs][pl_tabtitlesection type=\\\"tabs\\\"]\\n[pl_tabtitle active=\\\"yes\\\" number=\\\"1\\\"]Title 1[\\/pl_tabtitle]\\n[pl_tabtitle number=\\\"2\\\"]Title 2[\\/pl_tabtitle]\\n[\\/pl_tabtitlesection][pl_tabcontentsection]\\n[pl_tabcontent active=\\\"yes\\\" number=\\\"1\\\"]\\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.\\n[\\/pl_tabcontent]\\n[pl_tabcontent number=\\\"2\\\"]\\n<img class=\\\"pl-imageframe\\\" alt=\\\"\\\" src=\\\"http:\\/\\/themes.pagelines.com\\/dms\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/sf.jpg\\\" \\/>\\n[\\/pl_tabcontent]\\n[\\/pl_tabcontentsection]\\n \\n[\\/pl_tabs]\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_content\":\"[pl_tabs][pl_tabtitlesection type=\\\"tabs\\\"]\\n[pl_tabtitle active=\\\"yes\\\" number=\\\"1\\\"]Title 1[\\/pl_tabtitle]\\n[pl_tabtitle number=\\\"2\\\"]Title 2[\\/pl_tabtitle]\\n[\\/pl_tabtitlesection][pl_tabcontentsection]\\n[pl_tabcontent active=\\\"yes\\\" number=\\\"1\\\"]\\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.\\n[\\/pl_tabcontent]\\n[pl_tabcontent number=\\\"2\\\"]\\n<img class=\\\"pl-imageframe\\\" alt=\\\"\\\" src=\\\"http:\\/\\/themes.pagelines.com\\/dms\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/sf.jpg\\\" \\/>\\n[\\/pl_tabcontent]\\n[\\/pl_tabcontentsection]\\n \\n[\\/pl_tabs]\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}'),(777,'ud8490','{\"pl_standard_title\":\"<h2>Modal Boxes<\\/h2>\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\"}','{\"pl_standard_title\":\"<h2>Modal Boxes<\\/h2>\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\"}','{\"pl_standard_title\":\"<h2>Modal Boxes<\\/h2>\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\"}'),(778,'u5bimbv','{\"textbox_title\":\"\",\"textbox_content\":\"[pl_tabs][pl_tabtitlesection type=\\\"tabs\\\"]\\n[pl_tabtitle active=\\\"yes\\\" number=\\\"1\\\"]Title 1[\\/pl_tabtitle]\\n[pl_tabtitle number=\\\"2\\\"]Title 2[\\/pl_tabtitle]\\n[\\/pl_tabtitlesection][pl_tabcontentsection]\\n[pl_tabcontent active=\\\"yes\\\" number=\\\"1\\\"]\\nLorem ipsum dolor sit amet, consectetur adipiscing elit\\n[\\/pl_tabcontent]\\n[pl_tabcontent number=\\\"2\\\"]\\n<img class=\\\"pl-imageframe\\\" alt=\\\"\\\" src=\\\"http:\\/\\/themes.pagelines.com\\/dms\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/sf.jpg\\\" \\/>\\n[\\/pl_tabcontent]\\n[\\/pl_tabcontentsection]\\n \\n[\\/pl_tabs]\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_content\":\"[pl_tabs][pl_tabtitlesection type=\\\"tabs\\\"]\\n[pl_tabtitle active=\\\"yes\\\" number=\\\"1\\\"]Title 1[\\/pl_tabtitle]\\n[pl_tabtitle number=\\\"2\\\"]Title 2[\\/pl_tabtitle]\\n[\\/pl_tabtitlesection][pl_tabcontentsection]\\n[pl_tabcontent active=\\\"yes\\\" number=\\\"1\\\"]\\nLorem ipsum dolor sit amet, consectetur adipiscing elit\\n[\\/pl_tabcontent]\\n[pl_tabcontent number=\\\"2\\\"]\\n<img class=\\\"pl-imageframe\\\" alt=\\\"\\\" src=\\\"http:\\/\\/themes.pagelines.com\\/dms\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/sf.jpg\\\" \\/>\\n[\\/pl_tabcontent]\\n[\\/pl_tabcontentsection]\\n \\n[\\/pl_tabs]\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_content\":\"[pl_tabs][pl_tabtitlesection type=\\\"tabs\\\"]\\n[pl_tabtitle active=\\\"yes\\\" number=\\\"1\\\"]Title 1[\\/pl_tabtitle]\\n[pl_tabtitle number=\\\"2\\\"]Title 2[\\/pl_tabtitle]\\n[\\/pl_tabtitlesection][pl_tabcontentsection]\\n[pl_tabcontent active=\\\"yes\\\" number=\\\"1\\\"]\\nLorem ipsum dolor sit amet, consectetur adipiscing elit\\n[\\/pl_tabcontent]\\n[pl_tabcontent number=\\\"2\\\"]\\n<img class=\\\"pl-imageframe\\\" alt=\\\"\\\" src=\\\"http:\\/\\/themes.pagelines.com\\/dms\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/sf.jpg\\\" \\/>\\n[\\/pl_tabcontent]\\n[\\/pl_tabcontentsection]\\n \\n[\\/pl_tabs]\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}'),(779,'uf4ev03','{\"textbox_title\":\"\",\"textbox_content\":\"[pl_accordion name=\\\"accordion\\\"][pl_accordioncontent name=\\\"accordion\\\" number=\\\"1\\\" heading=\\\"Tile 1\\\" open=\\\"yes\\\"]\\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\\n[\\/pl_accordioncontent][pl_accordioncontent name=\\\"accordion\\\" number=\\\"2\\\" heading=\\\"Title 2\\\"]\\n<img class=\\\"pl-imageframe\\\" src=\\\"http:\\/\\/placekitten.com\\/285\\/125\\\" alt=\\\"\\\" \\/>\\n[\\/pl_accordioncontent]\\n \\n[\\/pl_accordion]\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_content\":\"[pl_accordion name=\\\"accordion\\\"][pl_accordioncontent name=\\\"accordion\\\" number=\\\"1\\\" heading=\\\"Tile 1\\\" open=\\\"yes\\\"]\\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\\n[\\/pl_accordioncontent][pl_accordioncontent name=\\\"accordion\\\" number=\\\"2\\\" heading=\\\"Title 2\\\"]\\n<img class=\\\"pl-imageframe\\\" src=\\\"http:\\/\\/placekitten.com\\/285\\/125\\\" alt=\\\"\\\" \\/>\\n[\\/pl_accordioncontent]\\n \\n[\\/pl_accordion]\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_content\":\"[pl_accordion name=\\\"accordion\\\"][pl_accordioncontent name=\\\"accordion\\\" number=\\\"1\\\" heading=\\\"Tile 1\\\" open=\\\"yes\\\"]\\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\\n[\\/pl_accordioncontent][pl_accordioncontent name=\\\"accordion\\\" number=\\\"2\\\" heading=\\\"Title 2\\\"]\\n<img class=\\\"pl-imageframe\\\" src=\\\"http:\\/\\/placekitten.com\\/285\\/125\\\" alt=\\\"\\\" \\/>\\n[\\/pl_accordioncontent]\\n \\n[\\/pl_accordion]\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}'),(780,'u63145','[]','[]','[]'),(781,'u631fd','[]','[]','[]'),(782,'u2f38f','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"337EFF\"}','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"337EFF\"}','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"337EFF\"}'),(783,'u93zvb7','{\"icallout_format\":\"inline\",\"icallout_text\":\"Ready For a Smarter Website?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get DMS For Wordpress\",\"icallout_btn_theme\":\"btn-ol-white\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"icallout_format\":\"inline\",\"icallout_text\":\"Ready For a Smarter Website?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get DMS For Wordpress\",\"icallout_btn_theme\":\"btn-ol-white\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"icallout_format\":\"inline\",\"icallout_text\":\"Ready For a Smarter Website?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get DMS For Wordpress\",\"icallout_btn_theme\":\"btn-ol-white\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}'),(784,'uxrwxaj','[]','[]','[]'),(785,'u09d1e','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"337eff\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"337eff\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"337eff\"}'),(786,'u3lxtyg','{\"icallout_format\":\"inline\",\"icallout_text\":\"A Full-width Call to Action Section\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get DMS for Wordpress\",\"icallout_btn_theme\":\"btn-ol-white\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"icallout_format\":\"inline\",\"icallout_text\":\"A Full-width Call to Action Section\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get DMS for Wordpress\",\"icallout_btn_theme\":\"btn-ol-white\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"icallout_format\":\"inline\",\"icallout_text\":\"A Full-width Call to Action Section\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get DMS for Wordpress\",\"icallout_btn_theme\":\"btn-ol-white\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}'),(787,'ufbtyfd','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"337eff\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"337eff\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"337eff\"}'),(788,'uti5v4s','{\"icallout_format\":\"inline\",\"icallout_text\":\"A full-width Call to Action Section!\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get DMS for Wordpress\",\"icallout_btn_theme\":\"btn-ol-white\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"icallout_format\":\"inline\",\"icallout_text\":\"A full-width Call to Action Section!\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get DMS for Wordpress\",\"icallout_btn_theme\":\"btn-ol-white\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"icallout_format\":\"inline\",\"icallout_text\":\"A full-width Call to Action Section!\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get DMS for Wordpress\",\"icallout_btn_theme\":\"btn-ol-white\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}'),(789,'ud9j3y1','[]','[]','[]'),(790,'ua0809','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-grey\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"337EFF\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-grey\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"337EFF\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-grey\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"337EFF\"}'),(791,'ugkfvlq','{\"icallout_format\":\"inline\",\"icallout_text\":\"A Full-width Call to Action\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get DMS for Wordpress\",\"icallout_btn_theme\":\"btn-ol-white\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"icallout_format\":\"inline\",\"icallout_text\":\"A Full-width Call to Action\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get DMS for Wordpress\",\"icallout_btn_theme\":\"btn-ol-white\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"icallout_format\":\"inline\",\"icallout_text\":\"A Full-width Call to Action\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get DMS for Wordpress\",\"icallout_btn_theme\":\"btn-ol-white\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}'),(792,'u7uy6o2','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"337eff\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"337eff\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"337eff\"}'),(793,'u84ppyf','{\"icallout_format\":\"inline\",\"icallout_text\":\"Ready for a smarter website?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get DMS for Wordpress\",\"icallout_btn_theme\":\"btn-ol-white\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"icallout_format\":\"inline\",\"icallout_text\":\"Ready for a smarter website?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get DMS for Wordpress\",\"icallout_btn_theme\":\"btn-ol-white\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"icallout_format\":\"inline\",\"icallout_text\":\"Ready for a smarter website?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get DMS for Wordpress\",\"icallout_btn_theme\":\"btn-ol-white\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}'),(794,'u7ce53','[]','[]','[]'),(795,'uf2sth5','{\"popshot_format\":\"browser\",\"popshot_height\":\"400px\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"popshot_array\":{\"item1\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/popshot16.jpg\",\"height\":\"320px\",\"index\":\"10\",\"showitem\":\"1\"},\"item2\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/popshot21.jpg\",\"offset\":\"-600px\",\"height\":\"280px\",\"index\":\"1\",\"showitem\":\"1\"},\"item3\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/popshot3.jpg\",\"offset\":\"0\",\"height\":\"280px\",\"index\":\"1\",\"showitem\":\"1\"}},\"popshot_background\":\"\",\"popshot_background_attach_id\":\"\",\"popshot_repeat\":\"0\",\"popshot_theme\":\"\",\"popshot_video\":\"\",\"popshot_video_2\":\"\",\"popshot_color_enable\":\"1\",\"popshot_color\":\"333333\"}','{\"popshot_format\":\"browser\",\"popshot_height\":\"400px\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"popshot_array\":{\"item1\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/popshot16.jpg\",\"height\":\"320px\",\"index\":\"10\",\"showitem\":\"1\"},\"item2\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/popshot21.jpg\",\"offset\":\"-600px\",\"height\":\"280px\",\"index\":\"1\",\"showitem\":\"1\"},\"item3\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/popshot3.jpg\",\"offset\":\"0\",\"height\":\"280px\",\"index\":\"1\",\"showitem\":\"1\"}},\"popshot_background\":\"\",\"popshot_background_attach_id\":\"\",\"popshot_repeat\":\"0\",\"popshot_theme\":\"\",\"popshot_video\":\"\",\"popshot_video_2\":\"\",\"popshot_color_enable\":\"1\",\"popshot_color\":\"333333\"}','{\"popshot_format\":\"browser\",\"popshot_height\":\"400px\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"popshot_array\":{\"item1\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/popshot16.jpg\",\"height\":\"320px\",\"index\":\"10\",\"showitem\":\"1\"},\"item2\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/popshot21.jpg\",\"offset\":\"-600px\",\"height\":\"280px\",\"index\":\"1\",\"showitem\":\"1\"},\"item3\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/popshot3.jpg\",\"offset\":\"0\",\"height\":\"280px\",\"index\":\"1\",\"showitem\":\"1\"}},\"popshot_background\":\"\",\"popshot_background_attach_id\":\"\",\"popshot_repeat\":\"0\",\"popshot_theme\":\"\",\"popshot_video\":\"\",\"popshot_video_2\":\"\",\"popshot_color_enable\":\"1\",\"popshot_color\":\"333333\"}'),(796,'uc6338','[]','[]','[]'),(797,'ufwwpxx','{\"widgetizer_area\":\"cs-shortcodes\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"widgetizer_area\":\"cs-shortcodes\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"widgetizer_area\":\"cs-shortcodes\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}'),(798,'u9bbab','[]','[]','[]'),(799,'uzvpf9p','[]','[]','[]'),(800,'u9bc5f','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}'),(801,'ugqhu2k','null','null','null'),(802,'u3i7iqg','null','null','null'),(803,'u20b45','[]','[]','[]'),(804,'u20c0a','[]','[]','[]'),(805,'u8bbcb','[]','[]','[]'),(806,'u8bc79','[]','[]','[]'),(807,'umqful2','{\"widgetizer_area\":\"cs-shortcodes\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"widgetizer_area\":\"cs-shortcodes\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"widgetizer_area\":\"cs-shortcodes\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}'),(808,'ube3ba','[]','[]','[]'),(809,'ube469','[]','[]','[]'),(810,'u38peyu','null','null','null'),(811,'u55c89','[]','[]','[]'),(812,'u55d42','[]','[]','[]'),(813,'ut278mt','{\"widgetizer_area\":\"cs-shortcodes\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"widgetizer_area\":\"cs-shortcodes\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"widgetizer_area\":\"cs-shortcodes\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}'),(814,'ugfcoox','null','null','null'),(815,'uad838','[]','[]','[]'),(816,'u3c7e1','[]','[]','[]'),(817,'u3c8a1','[]','[]','[]'),(818,'uad8f4','null','null','null'),(819,'u5gxjzy','null','null','null'),(820,'u43320','[]','[]','[]'),(821,'u433e3','[]','[]','[]'),(822,'u0ax4vr','{\"widgetizer_area\":\"cs-shortcodes\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"widgetizer_area\":\"cs-shortcodes\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"widgetizer_area\":\"cs-shortcodes\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}'),(823,'u1dvy3p','{\"widgetizer_area\":\"cs-shortcodes\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"widgetizer_area\":\"cs-shortcodes\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"widgetizer_area\":\"cs-shortcodes\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}'),(824,'uddc72','[]','[]','[]'),(825,'uddd42','[]','[]','[]'),(826,'u2se3a1','{\"pl_area_pad\":\"40px\",\"pl_area_repeat\":\"0\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"F7F7F7\"}','{\"pl_area_pad\":\"40px\",\"pl_area_repeat\":\"0\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"F7F7F7\"}','{\"pl_area_pad\":\"40px\",\"pl_area_repeat\":\"0\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"F7F7F7\"}'),(827,'ud854d','{\"pl_standard_title\":\"<h2>Tabs & Accordion<\\/h2>\",\"pl_area_class\":\"center\"}','{\"pl_standard_title\":\"<h2>Tabs & Accordion<\\/h2>\",\"pl_area_class\":\"center\"}','{\"pl_standard_title\":\"<h2>Tabs & Accordion<\\/h2>\",\"pl_area_class\":\"center\"}'),(828,'u527dpi','{\"pl_area_pad\":\"40px\",\"pl_area_repeat\":\"0\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"FFFFFF\"}','{\"pl_area_pad\":\"40px\",\"pl_area_repeat\":\"0\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"FFFFFF\"}','{\"pl_area_pad\":\"40px\",\"pl_area_repeat\":\"0\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"FFFFFF\"}'),(829,'u7ajy3t','{\"pl_area_pad\":\"40px\",\"pl_standard_title\":\"<strong>Alerts<\\/strong> the alternative to all caps in your face\",\"pl_area_repeat\":\"0\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"FFFFFF\"}','{\"pl_area_pad\":\"40px\",\"pl_standard_title\":\"<strong>Alerts<\\/strong> the alternative to all caps in your face\",\"pl_area_repeat\":\"0\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"FFFFFF\"}','{\"pl_area_pad\":\"40px\",\"pl_standard_title\":\"<strong>Alerts<\\/strong> the alternative to all caps in your face\",\"pl_area_repeat\":\"0\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"FFFFFF\"}'),(830,'uo97jbu','null','null','null'),(831,'udxlwy4','{\"media_align\":\"left\",\"thumb_size\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"metabar_standard\":\"\"}','{\"media_align\":\"left\",\"thumb_size\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"metabar_standard\":\"\"}','{\"media_align\":\"left\",\"thumb_size\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"metabar_standard\":\"\"}'),(832,'u9a6559','null','null','null'),(833,'ucdcd1','[]','[]','[]'),(834,'ucdd7f','[]','[]','[]'),(835,'u98088','[]','[]','[]'),(836,'u98145','[]','[]','[]'),(837,'u7jx9c3','{\"widgetizer_area\":\"cs-shortcodes\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"widgetizer_area\":\"cs-shortcodes\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"widgetizer_area\":\"cs-shortcodes\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}'),(838,'u1e150','[]','[]','[]'),(839,'u1e21f','[]','[]','[]'),(840,'ugse2sf','null','null','null'),(841,'uslfbj4','{\"widgetizer_area\":\"cs-shortcodes\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"widgetizer_area\":\"cs-shortcodes\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"widgetizer_area\":\"cs-shortcodes\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}'),(842,'u88b51','[]','[]','[]'),(843,'u88c36','[]','[]','[]'),(844,'u414ojh','null','null','null'),(845,'uidc5yl','{\"textbox_title\":\"\",\"textbox_content\":\"PageLines Inc.<br \\/>\\n123 Madison Ave<br \\/>\\nNew York, NY 10037\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"New York\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_content\":\"PageLines Inc.<br \\/>\\n123 Madison Ave<br \\/>\\nNew York, NY 10037\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"New York\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_content\":\"PageLines Inc.<br \\/>\\n123 Madison Ave<br \\/>\\nNew York, NY 10037\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"New York\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}'),(846,'ucabc5','[]','[]','[]'),(847,'ucac79','[]','[]','[]'),(848,'u4r9nml','{\"widgetizer_area\":\"sb_primary\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"widgetizer_area\":\"sb_primary\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"widgetizer_area\":\"sb_primary\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}'),(849,'ug4h6ac','null','null','null'),(850,'u364ec','[]','[]','[]'),(851,'u365a9','[]','[]','[]'),(852,'uwkyzu5','[]','[]','[]'),(853,'u7rk9bc','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"f7f7f7\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"f7f7f7\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"f7f7f7\"}'),(854,'u8kmuqo','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"top\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Live Chat\",\"text\":\"Weekdays 8am to 5pm PST<br \\/>\\n<a href=\\\"#\\\">Join live chat<\\/a>\",\"icon\":\"comment\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Email us\",\"text\":\"Email hello@theme.com<br \\/>\\nOr fill out the form below.\",\"icon\":\"envelope\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Call Us\",\"text\":\"Call +44 (0) 619 000 0000<br \\/>\\nWeekdays 8am to 5pm PST\",\"icon\":\"phone\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"top\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Live Chat\",\"text\":\"Weekdays 8am to 5pm PST<br \\/>\\n<a href=\\\"#\\\">Join live chat<\\/a>\",\"icon\":\"comment\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Email us\",\"text\":\"Email hello@theme.com<br \\/>\\nOr fill out the form below.\",\"icon\":\"envelope\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Call Us\",\"text\":\"Call +44 (0) 619 000 0000<br \\/>\\nWeekdays 8am to 5pm PST\",\"icon\":\"phone\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"top\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Live Chat\",\"text\":\"Weekdays 8am to 5pm PST<br \\/>\\n<a href=\\\"#\\\">Join live chat<\\/a>\",\"icon\":\"comment\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Email us\",\"text\":\"Email hello@theme.com<br \\/>\\nOr fill out the form below.\",\"icon\":\"envelope\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Call Us\",\"text\":\"Call +44 (0) 619 000 0000<br \\/>\\nWeekdays 8am to 5pm PST\",\"icon\":\"phone\",\"showitem\":\"1\"}}}'),(855,'uwnyqhl','{\"popshot_format\":\"browser\",\"popshot_height\":\"400px\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"popshot_array\":{\"item1\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/popshot16.jpg\",\"height\":\"320px\",\"index\":\"10\",\"showitem\":\"1\"},\"item2\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/popshot21.jpg\",\"offset\":\"-600px\",\"height\":\"260px\",\"index\":\"8\",\"showitem\":\"1\"},\"item3\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/popshot3.jpg\",\"offset\":\"0\",\"height\":\"260px\",\"index\":\"8\",\"showitem\":\"1\"}},\"popshot_background\":\"\",\"popshot_background_attach_id\":\"\",\"popshot_repeat\":\"0\",\"popshot_theme\":\"\",\"popshot_video\":\"\",\"popshot_video_2\":\"\",\"popshot_color_enable\":\"1\",\"popshot_color\":\"333333\"}','{\"popshot_format\":\"browser\",\"popshot_height\":\"400px\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"popshot_array\":{\"item1\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/popshot16.jpg\",\"height\":\"320px\",\"index\":\"10\",\"showitem\":\"1\"},\"item2\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/popshot21.jpg\",\"offset\":\"-600px\",\"height\":\"260px\",\"index\":\"8\",\"showitem\":\"1\"},\"item3\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/popshot3.jpg\",\"offset\":\"0\",\"height\":\"260px\",\"index\":\"8\",\"showitem\":\"1\"}},\"popshot_background\":\"\",\"popshot_background_attach_id\":\"\",\"popshot_repeat\":\"0\",\"popshot_theme\":\"\",\"popshot_video\":\"\",\"popshot_video_2\":\"\",\"popshot_color_enable\":\"1\",\"popshot_color\":\"333333\"}','{\"popshot_format\":\"browser\",\"popshot_height\":\"400px\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"popshot_array\":{\"item1\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/popshot16.jpg\",\"height\":\"320px\",\"index\":\"10\",\"showitem\":\"1\"},\"item2\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/popshot21.jpg\",\"offset\":\"-600px\",\"height\":\"260px\",\"index\":\"8\",\"showitem\":\"1\"},\"item3\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/popshot3.jpg\",\"offset\":\"0\",\"height\":\"260px\",\"index\":\"8\",\"showitem\":\"1\"}},\"popshot_background\":\"\",\"popshot_background_attach_id\":\"\",\"popshot_repeat\":\"0\",\"popshot_theme\":\"\",\"popshot_video\":\"\",\"popshot_video_2\":\"\",\"popshot_color_enable\":\"1\",\"popshot_color\":\"333333\"}'),(856,'uy93wvz','null','null','null'),(857,'up5v46z','{\"textbox_title\":\"Drag & Drop Page Builder\",\"textbox_content\":\"Create any page layout for any type of website using DMS. <br \\/>Just add page elements, drag them into place, and add your own content & images. It\\u2019s that easy.\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"h2\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"pla-from-top\"}','{\"textbox_title\":\"Drag & Drop Page Builder\",\"textbox_content\":\"Create any page layout for any type of website using DMS. <br \\/>Just add page elements, drag them into place, and add your own content & images. It\\u2019s that easy.\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"h2\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"pla-from-top\"}','{\"textbox_title\":\"Drag & Drop Page Builder\",\"textbox_content\":\"Create any page layout for any type of website using DMS. <br \\/>Just add page elements, drag them into place, and add your own content & images. It\\u2019s that easy.\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"h2\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"pla-from-top\"}'),(858,'u349mrw','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"pl-parallax\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"333333\"}','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"pl-parallax\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"333333\"}','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"pl-parallax\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"333333\"}'),(859,'u1ndfer','{\"testimonials_mode\":\"default\",\"testimonials_height\":\"1\",\"testimonials_disable_auto\":\"0\",\"testimonials_speed\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_testimonial_array\":{\"item1\":{\"text\":\"There are three responses to a piece of design \\u2013 yes, no, and WOW! Wow is the one to aim for\",\"cite\":\" Milton Glaser\",\"showitem\":\"1\"},\"item2\":{\"text\":\"Intuitive design is how we give the user new superpowers.\",\"cite\":\"Jared Spool\",\"showitem\":\"1\"},\"item3\":{\"text\":\"\\u201cI strive for two things in design: simplicity and clarity. Great design is born of those two things.\\u201d\",\"cite\":\"Lindon Leader\",\"showitem\":\"1\"}}}','{\"testimonials_mode\":\"default\",\"testimonials_height\":\"1\",\"testimonials_disable_auto\":\"0\",\"testimonials_speed\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_testimonial_array\":{\"item1\":{\"text\":\"There are three responses to a piece of design \\u2013 yes, no, and WOW! Wow is the one to aim for\",\"cite\":\" Milton Glaser\",\"showitem\":\"1\"},\"item2\":{\"text\":\"Intuitive design is how we give the user new superpowers.\",\"cite\":\"Jared Spool\",\"showitem\":\"1\"},\"item3\":{\"text\":\"\\u201cI strive for two things in design: simplicity and clarity. Great design is born of those two things.\\u201d\",\"cite\":\"Lindon Leader\",\"showitem\":\"1\"}}}','{\"testimonials_mode\":\"default\",\"testimonials_height\":\"1\",\"testimonials_disable_auto\":\"0\",\"testimonials_speed\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_testimonial_array\":{\"item1\":{\"text\":\"There are three responses to a piece of design \\u2013 yes, no, and WOW! Wow is the one to aim for\",\"cite\":\" Milton Glaser\",\"showitem\":\"1\"},\"item2\":{\"text\":\"Intuitive design is how we give the user new superpowers.\",\"cite\":\"Jared Spool\",\"showitem\":\"1\"},\"item3\":{\"text\":\"\\u201cI strive for two things in design: simplicity and clarity. Great design is born of those two things.\\u201d\",\"cite\":\"Lindon Leader\",\"showitem\":\"1\"}}}'),(860,'ub432d','{\"pl_area_pad\":\"200px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"Full Background Videos.\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"pl-parallax\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-grey\",\"pl_area_video\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/EternalCompressed.mp4\",\"pl_area_video_2\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/EternalCompressed.ogv\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}','{\"pl_area_pad\":\"200px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"Full Background Videos.\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"pl-parallax\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-grey\",\"pl_area_video\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/EternalCompressed.mp4\",\"pl_area_video_2\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/EternalCompressed.ogv\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}','{\"pl_area_pad\":\"200px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"Full Background Videos.\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"pl-parallax\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-grey\",\"pl_area_video\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/EternalCompressed.mp4\",\"pl_area_video_2\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/EternalCompressed.ogv\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}'),(861,'uecvspk','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Step One\",\"text\":\"Open the PageLines front-end editor and make a new row.\",\"icon\":\"gear\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Step Two\",\"text\":\"Upload your background video .mp4 file or your image for your parallax background.\",\"icon\":\"play-circle\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Step Three\",\"text\":\"Customize your section settings and save, you\'ve just made one of these awesome sections in under 10 seconds!\",\"icon\":\"smile-o\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Step One\",\"text\":\"Open the PageLines front-end editor and make a new row.\",\"icon\":\"gear\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Step Two\",\"text\":\"Upload your background video .mp4 file or your image for your parallax background.\",\"icon\":\"play-circle\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Step Three\",\"text\":\"Customize your section settings and save, you\'ve just made one of these awesome sections in under 10 seconds!\",\"icon\":\"smile-o\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Step One\",\"text\":\"Open the PageLines front-end editor and make a new row.\",\"icon\":\"gear\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Step Two\",\"text\":\"Upload your background video .mp4 file or your image for your parallax background.\",\"icon\":\"play-circle\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Step Three\",\"text\":\"Customize your section settings and save, you\'ve just made one of these awesome sections in under 10 seconds!\",\"icon\":\"smile-o\",\"showitem\":\"1\"}}}'),(862,'ujvahxa','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"Add Parallax Images & Videos\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"pl-parallax\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"Add Parallax Images & Videos\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"pl-parallax\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"Add Parallax Images & Videos\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"pl-parallax\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}'),(863,'u2tg6qv','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"You Can Add These With Just a Few Clicks!\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/blue-stars-bg.jpg\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"You Can Add These With Just a Few Clicks!\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/blue-stars-bg.jpg\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"You Can Add These With Just a Few Clicks!\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/01\\/blue-stars-bg.jpg\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}'),(864,'u5sbmga','{\"popthumb_cols\":\"4\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"popthumb_array\":{\"item1\":{\"title\":\"Shop\",\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/main.jpg\",\"image_attach_id\":\"1080\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Single Product\",\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/single.jpg\",\"image_attach_id\":\"1081\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Checkout\",\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/checkout.jpg\",\"image_attach_id\":\"1082\",\"showitem\":\"1\"}}}','{\"popthumb_cols\":\"4\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"popthumb_array\":{\"item1\":{\"title\":\"Shop\",\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/main.jpg\",\"image_attach_id\":\"1080\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Single Product\",\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/single.jpg\",\"image_attach_id\":\"1081\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Checkout\",\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/checkout.jpg\",\"image_attach_id\":\"1082\",\"showitem\":\"1\"}}}','{\"popthumb_cols\":\"4\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"popthumb_array\":{\"item1\":{\"title\":\"Shop\",\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/main.jpg\",\"image_attach_id\":\"1080\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Single Product\",\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/single.jpg\",\"image_attach_id\":\"1081\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Checkout\",\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/checkout.jpg\",\"image_attach_id\":\"1082\",\"showitem\":\"1\"}}}'),(865,'ugfdiqx','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Step 1\",\"text\":\"Open the PageLines front-end editor and add a canvas section.\",\"icon\":\"gear\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Step 2\",\"text\":\"Upload your background video .mp4 file or image for your parallax background.\",\"icon\":\"play-circle\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Step 3\",\"text\":\"Customize settings and save, you\'ve just made a section in under 10 seconds!\",\"icon\":\"smile-o\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Step 1\",\"text\":\"Open the PageLines front-end editor and add a canvas section.\",\"icon\":\"gear\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Step 2\",\"text\":\"Upload your background video .mp4 file or image for your parallax background.\",\"icon\":\"play-circle\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Step 3\",\"text\":\"Customize settings and save, you\'ve just made a section in under 10 seconds!\",\"icon\":\"smile-o\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Step 1\",\"text\":\"Open the PageLines front-end editor and add a canvas section.\",\"icon\":\"gear\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Step 2\",\"text\":\"Upload your background video .mp4 file or image for your parallax background.\",\"icon\":\"play-circle\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Step 3\",\"text\":\"Customize settings and save, you\'ve just made a section in under 10 seconds!\",\"icon\":\"smile-o\",\"showitem\":\"1\"}}}'),(866,'uc8ca8','[]','[]','[]'),(867,'utqpw5v','[]','[]','[]'),(868,'ux1lnlx','{\"pl_area_pad\":\"200px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"0\",\"pl_area_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/portfolio21.jpg\",\"pl_area_background_attach_id\":\"1039\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}','{\"pl_area_pad\":\"200px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"0\",\"pl_area_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/portfolio21.jpg\",\"pl_area_background_attach_id\":\"1039\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}','{\"pl_area_pad\":\"200px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"0\",\"pl_area_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/portfolio21.jpg\",\"pl_area_background_attach_id\":\"1039\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}'),(869,'uzltlnj','{\"masonic_format\":\"masonry\",\"masonic_post_type\":\"portfolio\",\"masonic_sizes\":\"basic-thumb\",\"masonic_total\":\"9\",\"masonic_excerpt\":\"0\",\"masonic_post_sort\":\"rand\",\"masonic_repeat\":\"0\",\"masonic_color_enable\":\"0\"}','{\"masonic_format\":\"masonry\",\"masonic_post_type\":\"portfolio\",\"masonic_sizes\":\"basic-thumb\",\"masonic_total\":\"9\",\"masonic_excerpt\":\"0\",\"masonic_post_sort\":\"rand\",\"masonic_repeat\":\"0\",\"masonic_color_enable\":\"0\"}','{\"masonic_format\":\"masonry\",\"masonic_post_type\":\"portfolio\",\"masonic_sizes\":\"basic-thumb\",\"masonic_total\":\"9\",\"masonic_excerpt\":\"0\",\"masonic_post_sort\":\"rand\",\"masonic_repeat\":\"0\",\"masonic_color_enable\":\"0\"}'),(870,'u3xmxfu','{\"icallout_format\":\"top\",\"icallout_text\":\"\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"1\",\"icallout_link_text\":\"View Project\",\"icallout_btn_theme\":\"btn-ol-black\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"icallout_format\":\"top\",\"icallout_text\":\"\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"1\",\"icallout_link_text\":\"View Project\",\"icallout_btn_theme\":\"btn-ol-black\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"icallout_format\":\"top\",\"icallout_text\":\"\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"1\",\"icallout_link_text\":\"View Project\",\"icallout_btn_theme\":\"btn-ol-black\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}'),(871,'uajvcsk','{\"pl_area_pad\":\"200px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"0\",\"pl_area_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/portfolio3.jpg\",\"pl_area_background_attach_id\":\"1042\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}','{\"pl_area_pad\":\"200px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"0\",\"pl_area_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/portfolio3.jpg\",\"pl_area_background_attach_id\":\"1042\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}','{\"pl_area_pad\":\"200px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"0\",\"pl_area_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/portfolio3.jpg\",\"pl_area_background_attach_id\":\"1042\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}'),(872,'u0fyr1w','{\"icallout_format\":\"top\",\"icallout_text\":\"\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"1\",\"icallout_link_text\":\"View Project\",\"icallout_btn_theme\":\"btn-ol-white\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"icallout_format\":\"top\",\"icallout_text\":\"\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"1\",\"icallout_link_text\":\"View Project\",\"icallout_btn_theme\":\"btn-ol-white\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"icallout_format\":\"top\",\"icallout_text\":\"\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"1\",\"icallout_link_text\":\"View Project\",\"icallout_btn_theme\":\"btn-ol-white\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}'),(873,'uk8o2ra','{\"pl_area_pad\":\"200px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"0\",\"pl_area_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/portfolio9.jpg\",\"pl_area_background_attach_id\":\"1041\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}','{\"pl_area_pad\":\"200px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"0\",\"pl_area_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/portfolio9.jpg\",\"pl_area_background_attach_id\":\"1041\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}','{\"pl_area_pad\":\"200px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"0\",\"pl_area_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/portfolio9.jpg\",\"pl_area_background_attach_id\":\"1041\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}'),(874,'uu03nj2','{\"icallout_format\":\"top\",\"icallout_text\":\"\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"1\",\"icallout_link_text\":\"View Project\",\"icallout_btn_theme\":\"btn-ol-white\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"icallout_format\":\"top\",\"icallout_text\":\"\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"1\",\"icallout_link_text\":\"View Project\",\"icallout_btn_theme\":\"btn-ol-white\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"icallout_format\":\"top\",\"icallout_text\":\"\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"1\",\"icallout_link_text\":\"View Project\",\"icallout_btn_theme\":\"btn-ol-white\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}'),(875,'ulhtr6h','{\"pl_area_pad\":\"200px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"0\",\"pl_area_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/portfolio6.jpg\",\"pl_area_background_attach_id\":\"1043\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}','{\"pl_area_pad\":\"200px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"0\",\"pl_area_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/portfolio6.jpg\",\"pl_area_background_attach_id\":\"1043\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}','{\"pl_area_pad\":\"200px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"0\",\"pl_area_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/portfolio6.jpg\",\"pl_area_background_attach_id\":\"1043\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}'),(876,'ujuqz5z','{\"icallout_format\":\"top\",\"icallout_text\":\"\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"1\",\"icallout_link_text\":\"View Project\",\"icallout_btn_theme\":\"btn-ol-white\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"icallout_format\":\"top\",\"icallout_text\":\"\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"1\",\"icallout_link_text\":\"View Project\",\"icallout_btn_theme\":\"btn-ol-white\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"icallout_format\":\"top\",\"icallout_text\":\"\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"1\",\"icallout_link_text\":\"View Project\",\"icallout_btn_theme\":\"btn-ol-white\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}'),(877,'upnju5r','{\"textbox_title\":\"Flower Garden\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"h2\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Flower Garden\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"h2\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Flower Garden\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"h2\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}'),(878,'uyk94od','{\"textbox_title\":\"Film Production\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"h2\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Film Production\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"h2\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Film Production\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"h2\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}'),(879,'u0914d6','{\"textbox_title\":\"Film Production\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"h2\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Film Production\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"h2\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Film Production\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"h2\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}'),(880,'u7ll4v0','{\"textbox_title\":\"Outdoor Photography\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"h2\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Outdoor Photography\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"h2\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Outdoor Photography\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"h2\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}'),(881,'uln0vz5','{\"pl_area_pad\":\"200px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"0\",\"pl_area_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/portfolio1.jpg\",\"pl_area_background_attach_id\":\"1047\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-grey\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}','{\"pl_area_pad\":\"200px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"0\",\"pl_area_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/portfolio1.jpg\",\"pl_area_background_attach_id\":\"1047\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-grey\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}','{\"pl_area_pad\":\"200px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"0\",\"pl_area_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/portfolio1.jpg\",\"pl_area_background_attach_id\":\"1047\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-grey\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}'),(882,'urj2bzv','{\"textbox_title\":\"Fashion Photography\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"h2\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Fashion Photography\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"h2\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"Fashion Photography\",\"textbox_content\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"h2\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}'),(883,'upc3o28','{\"icallout_format\":\"top\",\"icallout_text\":\"\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"1\",\"icallout_link_text\":\"View Project\",\"icallout_btn_theme\":\"btn-ol-white\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"icallout_format\":\"top\",\"icallout_text\":\"\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"1\",\"icallout_link_text\":\"View Project\",\"icallout_btn_theme\":\"btn-ol-white\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}','{\"icallout_format\":\"top\",\"icallout_text\":\"\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"#\",\"icallout_target\":\"1\",\"icallout_link_text\":\"View Project\",\"icallout_btn_theme\":\"btn-ol-white\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\"}'),(884,'u0cd5d','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}'),(885,'uf3jwsy','null','null','null'),(886,'u5fympc','{\"mediabox_image\":\"\",\"mediabox_image_attach_id\":\"\",\"mediabox_image_alt\":\"Flower Garden\",\"mediabox_title\":\"Flower Garden\",\"mediabox_html\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor<br \\/> incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\\n\\n<a class=\\\"icallout-action btn btn-ol-white btn-large\\\" href=\\\"#\\\" target=\\\"_blank\\\" data-sync=\\\"icallout_link_text\\\">View Project<\\/a>\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"padding: 300px 0; color: #fff;\",\"mediabox_align\":\"center\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-fade\",\"mediabox_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/portfolio9.jpg\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"\",\"mediabox_image_attach_id\":\"\",\"mediabox_image_alt\":\"Flower Garden\",\"mediabox_title\":\"Flower Garden\",\"mediabox_html\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor<br \\/> incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\\n\\n<a class=\\\"icallout-action btn btn-ol-white btn-large\\\" href=\\\"#\\\" target=\\\"_blank\\\" data-sync=\\\"icallout_link_text\\\">View Project<\\/a>\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"padding: 300px 0; color: #fff;\",\"mediabox_align\":\"center\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-fade\",\"mediabox_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/portfolio9.jpg\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"\",\"mediabox_image_attach_id\":\"\",\"mediabox_image_alt\":\"Flower Garden\",\"mediabox_title\":\"Flower Garden\",\"mediabox_html\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor<br \\/> incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\\n\\n<a class=\\\"icallout-action btn btn-ol-white btn-large\\\" href=\\\"#\\\" target=\\\"_blank\\\" data-sync=\\\"icallout_link_text\\\">View Project<\\/a>\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"padding: 300px 0; color: #fff;\",\"mediabox_align\":\"center\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-fade\",\"mediabox_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/portfolio9.jpg\",\"mediabox_background_attach_id\":\"\"}'),(887,'uoijpfl','{\"mediabox_image\":\"\",\"mediabox_image_attach_id\":\"\",\"mediabox_image_alt\":\"Film Production\",\"mediabox_title\":\"Film Production\",\"mediabox_html\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor<br \\/> incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\\n\\n<a class=\\\"icallout-action btn btn-ol-black btn-large\\\" href=\\\"#\\\" target=\\\"_blank\\\" data-sync=\\\"icallout_link_text\\\">View Project<\\/a>\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"padding: 300px 0;\",\"mediabox_align\":\"center\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-fade\",\"mediabox_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/portfolio21.jpg\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"\",\"mediabox_image_attach_id\":\"\",\"mediabox_image_alt\":\"Film Production\",\"mediabox_title\":\"Film Production\",\"mediabox_html\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor<br \\/> incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\\n\\n<a class=\\\"icallout-action btn btn-ol-black btn-large\\\" href=\\\"#\\\" target=\\\"_blank\\\" data-sync=\\\"icallout_link_text\\\">View Project<\\/a>\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"padding: 300px 0;\",\"mediabox_align\":\"center\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-fade\",\"mediabox_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/portfolio21.jpg\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"\",\"mediabox_image_attach_id\":\"\",\"mediabox_image_alt\":\"Film Production\",\"mediabox_title\":\"Film Production\",\"mediabox_html\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor<br \\/> incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\\n\\n<a class=\\\"icallout-action btn btn-ol-black btn-large\\\" href=\\\"#\\\" target=\\\"_blank\\\" data-sync=\\\"icallout_link_text\\\">View Project<\\/a>\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"padding: 300px 0;\",\"mediabox_align\":\"center\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-fade\",\"mediabox_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/portfolio21.jpg\",\"mediabox_background_attach_id\":\"\"}'),(888,'us704yb','{\"mediabox_image\":\"\",\"mediabox_image_attach_id\":\"\",\"mediabox_image_alt\":\"Outdoor Photography\",\"mediabox_title\":\"Film Production\",\"mediabox_html\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor<br \\/> incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\\n\\n<a class=\\\"icallout-action btn btn-ol-white btn-large\\\" href=\\\"#\\\" target=\\\"_blank\\\" data-sync=\\\"icallout_link_text\\\">View Project<\\/a>\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"padding: 300px 0; color: #fff;\",\"mediabox_align\":\"center\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-fade\",\"mediabox_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/portfolio6.jpg\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"\",\"mediabox_image_attach_id\":\"\",\"mediabox_image_alt\":\"Outdoor Photography\",\"mediabox_title\":\"Film Production\",\"mediabox_html\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor<br \\/> incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\\n\\n<a class=\\\"icallout-action btn btn-ol-white btn-large\\\" href=\\\"#\\\" target=\\\"_blank\\\" data-sync=\\\"icallout_link_text\\\">View Project<\\/a>\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"padding: 300px 0; color: #fff;\",\"mediabox_align\":\"center\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-fade\",\"mediabox_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/portfolio6.jpg\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"\",\"mediabox_image_attach_id\":\"\",\"mediabox_image_alt\":\"Outdoor Photography\",\"mediabox_title\":\"Film Production\",\"mediabox_html\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor<br \\/> incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\\n\\n<a class=\\\"icallout-action btn btn-ol-white btn-large\\\" href=\\\"#\\\" target=\\\"_blank\\\" data-sync=\\\"icallout_link_text\\\">View Project<\\/a>\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"padding: 300px 0; color: #fff;\",\"mediabox_align\":\"center\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-fade\",\"mediabox_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/portfolio6.jpg\",\"mediabox_background_attach_id\":\"\"}'),(889,'uknpe0h','{\"mediabox_image\":\"\",\"mediabox_image_attach_id\":\"\",\"mediabox_image_alt\":\"Film Production\",\"mediabox_title\":\"Film Production\",\"mediabox_html\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor<br \\/> incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\\n\\n<a class=\\\"icallout-action btn btn-ol-white btn-large\\\" href=\\\"#\\\" target=\\\"_blank\\\" data-sync=\\\"icallout_link_text\\\">View Project<\\/a>\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"padding: 300px 0; color: #fff;\",\"mediabox_align\":\"center\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-fade\",\"mediabox_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/portfolio3.jpg\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"\",\"mediabox_image_attach_id\":\"\",\"mediabox_image_alt\":\"Film Production\",\"mediabox_title\":\"Film Production\",\"mediabox_html\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor<br \\/> incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\\n\\n<a class=\\\"icallout-action btn btn-ol-white btn-large\\\" href=\\\"#\\\" target=\\\"_blank\\\" data-sync=\\\"icallout_link_text\\\">View Project<\\/a>\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"padding: 300px 0; color: #fff;\",\"mediabox_align\":\"center\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-fade\",\"mediabox_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/portfolio3.jpg\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"\",\"mediabox_image_attach_id\":\"\",\"mediabox_image_alt\":\"Film Production\",\"mediabox_title\":\"Film Production\",\"mediabox_html\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor<br \\/> incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\\n\\n<a class=\\\"icallout-action btn btn-ol-white btn-large\\\" href=\\\"#\\\" target=\\\"_blank\\\" data-sync=\\\"icallout_link_text\\\">View Project<\\/a>\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"padding: 300px 0; color: #fff;\",\"mediabox_align\":\"center\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-fade\",\"mediabox_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/portfolio3.jpg\",\"mediabox_background_attach_id\":\"\"}'),(890,'ulgc13d','{\"mediabox_image\":\"\",\"mediabox_image_attach_id\":\"\",\"mediabox_image_alt\":\"Fashion Photography\",\"mediabox_title\":\"Fashion Photography\",\"mediabox_html\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor<br \\/> incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\\n\\n<a class=\\\"icallout-action btn btn-ol-white btn-large\\\" href=\\\"#\\\" target=\\\"_blank\\\" data-sync=\\\"icallout_link_text\\\">View Project<\\/a>\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"padding: 300px 0; color: #fff;\",\"mediabox_align\":\"center\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-fade\",\"mediabox_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/portfolio1.jpg\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"\",\"mediabox_image_attach_id\":\"\",\"mediabox_image_alt\":\"Fashion Photography\",\"mediabox_title\":\"Fashion Photography\",\"mediabox_html\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor<br \\/> incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\\n\\n<a class=\\\"icallout-action btn btn-ol-white btn-large\\\" href=\\\"#\\\" target=\\\"_blank\\\" data-sync=\\\"icallout_link_text\\\">View Project<\\/a>\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"padding: 300px 0; color: #fff;\",\"mediabox_align\":\"center\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-fade\",\"mediabox_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/portfolio1.jpg\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"\",\"mediabox_image_attach_id\":\"\",\"mediabox_image_alt\":\"Fashion Photography\",\"mediabox_title\":\"Fashion Photography\",\"mediabox_html\":\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor<br \\/> incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\\n\\n<a class=\\\"icallout-action btn btn-ol-white btn-large\\\" href=\\\"#\\\" target=\\\"_blank\\\" data-sync=\\\"icallout_link_text\\\">View Project<\\/a>\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"padding: 300px 0; color: #fff;\",\"mediabox_align\":\"center\",\"mediabox_height\":\"\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-fade\",\"mediabox_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9\\/2014\\/02\\/portfolio1.jpg\",\"mediabox_background_attach_id\":\"\"}'),(891,'uq6sf62','{\"textbox_title\":\"\",\"textbox_content\":\"PageLines DMS will help you build custom websites that do wonders.<br \\/> It has a wide range of incredible features and includes a growing list of goodies\\u2026<br \\/>\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"<h2>Why Choose DMS?<\\/h2>\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"0 0 40px 0\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_content\":\"PageLines DMS will help you build custom websites that do wonders.<br \\/> It has a wide range of incredible features and includes a growing list of goodies\\u2026<br \\/>\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"<h2>Why Choose DMS?<\\/h2>\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"0 0 40px 0\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_content\":\"PageLines DMS will help you build custom websites that do wonders.<br \\/> It has a wide range of incredible features and includes a growing list of goodies\\u2026<br \\/>\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"<h2>Why Choose DMS?<\\/h2>\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"0 0 40px 0\",\"textbox_animation\":\"\"}'),(892,'ut5bw9i','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Drag & Drop Builder\",\"text\":\"Easily build and save layouts using a drag and drop page builder. Create unlimited layouts for all your posts and pages.\",\"icon\":\"random\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Responsive Design\",\"text\":\"The theme is fully responsive no matter how you decide to build your pages. Create layouts that your visitors can enjoy on any device.\",\"icon\":\"laptop\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Unlimited Page Layouts\",\"text\":\"Unlimited color options, page layouts and animations. You\\u2019ll love the endless possibilities of DMS. \",\"icon\":\"flag\",\"showitem\":\"1\"},\"item4\":{\"title\":\"Preloaded Page Templates\",\"text\":\"Ready with built-in pages, no need to import files so your theme installation is smooth and hassle free.\",\"showitem\":\"1\"},\"item5\":{\"title\":\"WooCommerce Support\",\"text\":\"Designed & extended to fit the WooCommerce plugin which allows you to sell products on your site.\",\"icon\":\"shopping-cart\",\"showitem\":\"1\"},\"item6\":{\"title\":\"Boxed\\/Full-Width\",\"text\":\"Quickly switch between boxed or full-width layout. There is no need to dig into the stylesheet or change the grid system.\",\"icon\":\"columns\",\"showitem\":\"1\"},\"item7\":{\"title\":\"Customizable Backgrounds\",\"text\":\"Use a different background on every section, you can choose a video, an image or just a plain color.\",\"icon\":\"files-o\",\"showitem\":\"1\"},\"item8\":{\"title\":\"50+ Sections\",\"text\":\"Included are  50+ sections to choose from to insert into your layouts. The list grows with updates!\\n\",\"icon\":\"plus-circle\",\"showitem\":\"1\"},\"item9\":{\"title\":\"Advanced Global Settings\",\"text\":\"Change everything including your site colors, container widths, logos and much more!\",\"icon\":\"globe\",\"showitem\":\"1\"},\"item10\":{\"title\":\"Clean & Minimal\",\"text\":\"A minimal design makes it easy to use for all your work. Not only does it look good for different niches it is also easy to customize.\",\"icon\":\"leaf\",\"showitem\":\"1\"},\"item11\":{\"title\":\"Clean Code\",\"text\":\"The well commented and clean code makes it easy for developers to tweak the theme and also keeps it well optimized and expandable.\",\"icon\":\"code\",\"showitem\":\"1\"},\"item12\":{\"title\":\"SEO Optimized\",\"text\":\"DMS was build with close attention to SEO. Your site must look good, but also rank well on search results. \",\"icon\":\"search\",\"showitem\":\"1\"},\"item13\":{\"title\":\"CSS3 Standards\",\"text\":\"Bringing you the best coding standards as well as some cool new tricks such as item animation on scroll.\",\"icon\":\"css3\",\"showitem\":\"1\"},\"item14\":{\"title\":\"HMTL5 Standards\",\"text\":\"DMS uses HTML5 so the code is up to the latest standards. We\\u2019ve also added HTML5 markup for WordPress forms, Audio and Video.\",\"icon\":\"html5\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Drag & Drop Builder\",\"text\":\"Easily build and save layouts using a drag and drop page builder. Create unlimited layouts for all your posts and pages.\",\"icon\":\"random\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Responsive Design\",\"text\":\"The theme is fully responsive no matter how you decide to build your pages. Create layouts that your visitors can enjoy on any device.\",\"icon\":\"laptop\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Unlimited Page Layouts\",\"text\":\"Unlimited color options, page layouts and animations. You\\u2019ll love the endless possibilities of DMS. \",\"icon\":\"flag\",\"showitem\":\"1\"},\"item4\":{\"title\":\"Preloaded Page Templates\",\"text\":\"Ready with built-in pages, no need to import files so your theme installation is smooth and hassle free.\",\"showitem\":\"1\"},\"item5\":{\"title\":\"WooCommerce Support\",\"text\":\"Designed & extended to fit the WooCommerce plugin which allows you to sell products on your site.\",\"icon\":\"shopping-cart\",\"showitem\":\"1\"},\"item6\":{\"title\":\"Boxed\\/Full-Width\",\"text\":\"Quickly switch between boxed or full-width layout. There is no need to dig into the stylesheet or change the grid system.\",\"icon\":\"columns\",\"showitem\":\"1\"},\"item7\":{\"title\":\"Customizable Backgrounds\",\"text\":\"Use a different background on every section, you can choose a video, an image or just a plain color.\",\"icon\":\"files-o\",\"showitem\":\"1\"},\"item8\":{\"title\":\"50+ Sections\",\"text\":\"Included are  50+ sections to choose from to insert into your layouts. The list grows with updates!\\n\",\"icon\":\"plus-circle\",\"showitem\":\"1\"},\"item9\":{\"title\":\"Advanced Global Settings\",\"text\":\"Change everything including your site colors, container widths, logos and much more!\",\"icon\":\"globe\",\"showitem\":\"1\"},\"item10\":{\"title\":\"Clean & Minimal\",\"text\":\"A minimal design makes it easy to use for all your work. Not only does it look good for different niches it is also easy to customize.\",\"icon\":\"leaf\",\"showitem\":\"1\"},\"item11\":{\"title\":\"Clean Code\",\"text\":\"The well commented and clean code makes it easy for developers to tweak the theme and also keeps it well optimized and expandable.\",\"icon\":\"code\",\"showitem\":\"1\"},\"item12\":{\"title\":\"SEO Optimized\",\"text\":\"DMS was build with close attention to SEO. Your site must look good, but also rank well on search results. \",\"icon\":\"search\",\"showitem\":\"1\"},\"item13\":{\"title\":\"CSS3 Standards\",\"text\":\"Bringing you the best coding standards as well as some cool new tricks such as item animation on scroll.\",\"icon\":\"css3\",\"showitem\":\"1\"},\"item14\":{\"title\":\"HMTL5 Standards\",\"text\":\"DMS uses HTML5 so the code is up to the latest standards. We\\u2019ve also added HTML5 markup for WordPress forms, Audio and Video.\",\"icon\":\"html5\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Drag & Drop Builder\",\"text\":\"Easily build and save layouts using a drag and drop page builder. Create unlimited layouts for all your posts and pages.\",\"icon\":\"random\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Responsive Design\",\"text\":\"The theme is fully responsive no matter how you decide to build your pages. Create layouts that your visitors can enjoy on any device.\",\"icon\":\"laptop\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Unlimited Page Layouts\",\"text\":\"Unlimited color options, page layouts and animations. You\\u2019ll love the endless possibilities of DMS. \",\"icon\":\"flag\",\"showitem\":\"1\"},\"item4\":{\"title\":\"Preloaded Page Templates\",\"text\":\"Ready with built-in pages, no need to import files so your theme installation is smooth and hassle free.\",\"showitem\":\"1\"},\"item5\":{\"title\":\"WooCommerce Support\",\"text\":\"Designed & extended to fit the WooCommerce plugin which allows you to sell products on your site.\",\"icon\":\"shopping-cart\",\"showitem\":\"1\"},\"item6\":{\"title\":\"Boxed\\/Full-Width\",\"text\":\"Quickly switch between boxed or full-width layout. There is no need to dig into the stylesheet or change the grid system.\",\"icon\":\"columns\",\"showitem\":\"1\"},\"item7\":{\"title\":\"Customizable Backgrounds\",\"text\":\"Use a different background on every section, you can choose a video, an image or just a plain color.\",\"icon\":\"files-o\",\"showitem\":\"1\"},\"item8\":{\"title\":\"50+ Sections\",\"text\":\"Included are  50+ sections to choose from to insert into your layouts. The list grows with updates!\\n\",\"icon\":\"plus-circle\",\"showitem\":\"1\"},\"item9\":{\"title\":\"Advanced Global Settings\",\"text\":\"Change everything including your site colors, container widths, logos and much more!\",\"icon\":\"globe\",\"showitem\":\"1\"},\"item10\":{\"title\":\"Clean & Minimal\",\"text\":\"A minimal design makes it easy to use for all your work. Not only does it look good for different niches it is also easy to customize.\",\"icon\":\"leaf\",\"showitem\":\"1\"},\"item11\":{\"title\":\"Clean Code\",\"text\":\"The well commented and clean code makes it easy for developers to tweak the theme and also keeps it well optimized and expandable.\",\"icon\":\"code\",\"showitem\":\"1\"},\"item12\":{\"title\":\"SEO Optimized\",\"text\":\"DMS was build with close attention to SEO. Your site must look good, but also rank well on search results. \",\"icon\":\"search\",\"showitem\":\"1\"},\"item13\":{\"title\":\"CSS3 Standards\",\"text\":\"Bringing you the best coding standards as well as some cool new tricks such as item animation on scroll.\",\"icon\":\"css3\",\"showitem\":\"1\"},\"item14\":{\"title\":\"HMTL5 Standards\",\"text\":\"DMS uses HTML5 so the code is up to the latest standards. We\\u2019ve also added HTML5 markup for WordPress forms, Audio and Video.\",\"icon\":\"html5\",\"showitem\":\"1\"}}}'),(893,'uwhn32w','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"100px\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"FFFFFF\"}','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"100px\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"FFFFFF\"}','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"100px\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"FFFFFF\"}'),(894,'ue3951p','{\"textbox_title\":\"\",\"textbox_content\":\"<h2>Designed to work how you work<\\/h2>\\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et d<br \\/>\\nolore magna aliqua. Ut enim ad minim veniam Lorem ipsum dolor sit amet, consectetur adipisicin.\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"0 0 40px 0\",\"textbox_animation\":\"pla-fade\"}','{\"textbox_title\":\"\",\"textbox_content\":\"<h2>Designed to work how you work<\\/h2>\\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et d<br \\/>\\nolore magna aliqua. Ut enim ad minim veniam Lorem ipsum dolor sit amet, consectetur adipisicin.\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"0 0 40px 0\",\"textbox_animation\":\"pla-fade\"}','{\"textbox_title\":\"\",\"textbox_content\":\"<h2>Designed to work how you work<\\/h2>\\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et d<br \\/>\\nolore magna aliqua. Ut enim ad minim veniam Lorem ipsum dolor sit amet, consectetur adipisicin.\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"0 0 40px 0\",\"textbox_animation\":\"pla-fade\"}'),(895,'u305mco','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Drag & Drop Builder\",\"text\":\"Easily build and save layouts using a drag and drop page builder. Create unlimited layouts for all your posts and pages.\",\"icon\":\"random\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Responsive Design\",\"text\":\"The theme is fully responsive no matter how you decide to build your pages. Create layouts that your visitors can enjoy on any device.\",\"icon\":\"mobile\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Unlimited Page Layouts\",\"text\":\"Unlimited color options, page layouts and animations. You\\u2019ll love the endless possibilities of DMS. \",\"icon\":\"flag\",\"showitem\":\"1\"},\"item4\":{\"title\":\"Preloaded Page Templates\",\"text\":\"Ready with built-in pages, no need to import files so your theme installation is smooth and hassle free.\",\"icon\":\"code\",\"showitem\":\"1\"},\"item5\":{\"title\":\"WooCommerce Capability\",\"text\":\"Designed & extended to fit the WooCommerce plugin which allows you to sell products on your site.\",\"icon\":\"shopping-cart\",\"showitem\":\"1\"},\"item6\":{\"title\":\"SEO Standards\",\"text\":\"DMS was build with close attention to SEO. Your site must look good, but also rank well on search results. \",\"icon\":\"search\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Drag & Drop Builder\",\"text\":\"Easily build and save layouts using a drag and drop page builder. Create unlimited layouts for all your posts and pages.\",\"icon\":\"random\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Responsive Design\",\"text\":\"The theme is fully responsive no matter how you decide to build your pages. Create layouts that your visitors can enjoy on any device.\",\"icon\":\"mobile\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Unlimited Page Layouts\",\"text\":\"Unlimited color options, page layouts and animations. You\\u2019ll love the endless possibilities of DMS. \",\"icon\":\"flag\",\"showitem\":\"1\"},\"item4\":{\"title\":\"Preloaded Page Templates\",\"text\":\"Ready with built-in pages, no need to import files so your theme installation is smooth and hassle free.\",\"icon\":\"code\",\"showitem\":\"1\"},\"item5\":{\"title\":\"WooCommerce Capability\",\"text\":\"Designed & extended to fit the WooCommerce plugin which allows you to sell products on your site.\",\"icon\":\"shopping-cart\",\"showitem\":\"1\"},\"item6\":{\"title\":\"SEO Standards\",\"text\":\"DMS was build with close attention to SEO. Your site must look good, but also rank well on search results. \",\"icon\":\"search\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Drag & Drop Builder\",\"text\":\"Easily build and save layouts using a drag and drop page builder. Create unlimited layouts for all your posts and pages.\",\"icon\":\"random\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Responsive Design\",\"text\":\"The theme is fully responsive no matter how you decide to build your pages. Create layouts that your visitors can enjoy on any device.\",\"icon\":\"mobile\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Unlimited Page Layouts\",\"text\":\"Unlimited color options, page layouts and animations. You\\u2019ll love the endless possibilities of DMS. \",\"icon\":\"flag\",\"showitem\":\"1\"},\"item4\":{\"title\":\"Preloaded Page Templates\",\"text\":\"Ready with built-in pages, no need to import files so your theme installation is smooth and hassle free.\",\"icon\":\"code\",\"showitem\":\"1\"},\"item5\":{\"title\":\"WooCommerce Capability\",\"text\":\"Designed & extended to fit the WooCommerce plugin which allows you to sell products on your site.\",\"icon\":\"shopping-cart\",\"showitem\":\"1\"},\"item6\":{\"title\":\"SEO Standards\",\"text\":\"DMS was build with close attention to SEO. Your site must look good, but also rank well on search results. \",\"icon\":\"search\",\"showitem\":\"1\"}}}'),(896,'ugz0nfg','{\"textbox_title\":\"\",\"textbox_content\":\"<div id=\\\"draganddropdemo_hype_container\\\" style=\\\"position:relative;overflow:hidden;width:100%;height:450px;border: 30px solid #000;border-radius: 25px;box-sizing:border-box;\\\">\\n\\t\\t\\t\\t\\t\\t<script type=\\\"text\\/javascript\\\" charset=\\\"utf-8\\\" src=\\\"http:\\/\\/cdn.pagelines.com\\/wp-content\\/themes\\/pagelines-child-v9\\/sections\\/displayshelf\\/drag-and-drop-demo.hyperesources\\/draganddropdemo_hype_generated_script.js?43697\\\"><\\/script>\\n\\t\\t\\t\\t\\t<\\/div>\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"0 0 100px 0\",\"textbox_animation\":\"pla-fade\"}','{\"textbox_title\":\"\",\"textbox_content\":\"<div id=\\\"draganddropdemo_hype_container\\\" style=\\\"position:relative;overflow:hidden;width:100%;height:450px;border: 30px solid #000;border-radius: 25px;box-sizing:border-box;\\\">\\n\\t\\t\\t\\t\\t\\t<script type=\\\"text\\/javascript\\\" charset=\\\"utf-8\\\" src=\\\"http:\\/\\/cdn.pagelines.com\\/wp-content\\/themes\\/pagelines-child-v9\\/sections\\/displayshelf\\/drag-and-drop-demo.hyperesources\\/draganddropdemo_hype_generated_script.js?43697\\\"><\\/script>\\n\\t\\t\\t\\t\\t<\\/div>\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"0 0 100px 0\",\"textbox_animation\":\"pla-fade\"}','{\"textbox_title\":\"\",\"textbox_content\":\"<div id=\\\"draganddropdemo_hype_container\\\" style=\\\"position:relative;overflow:hidden;width:100%;height:450px;border: 30px solid #000;border-radius: 25px;box-sizing:border-box;\\\">\\n\\t\\t\\t\\t\\t\\t<script type=\\\"text\\/javascript\\\" charset=\\\"utf-8\\\" src=\\\"http:\\/\\/cdn.pagelines.com\\/wp-content\\/themes\\/pagelines-child-v9\\/sections\\/displayshelf\\/drag-and-drop-demo.hyperesources\\/draganddropdemo_hype_generated_script.js?43697\\\"><\\/script>\\n\\t\\t\\t\\t\\t<\\/div>\",\"textbox_font_size\":\"\",\"textbox_align\":\"\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"0 0 100px 0\",\"textbox_animation\":\"pla-fade\"}'),(897,'ue7cec','[]','[]','[]'),(898,'ua3jwyq','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"format\":\"left\",\"nav_title\":\"Awesome Title\",\"nav_title_link\":\"\",\"post_type\":\"documentation\",\"post_total\":\"10\",\"post_sort\":\"DESC\",\"meta_key\":\"\",\"meta_value\":\"\",\"docker_background\":\"\",\"docker_background_attach_id\":\"\",\"docker_repeat\":\"0\",\"docker_theme\":\"\",\"docker_video\":\"\",\"docker_video_2\":\"\",\"docker_color_enable\":\"0\",\"docker_color\":\"\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"format\":\"left\",\"nav_title\":\"Awesome Title\",\"nav_title_link\":\"\",\"post_type\":\"documentation\",\"post_total\":\"10\",\"post_sort\":\"DESC\",\"meta_key\":\"\",\"meta_value\":\"\",\"docker_background\":\"\",\"docker_background_attach_id\":\"\",\"docker_repeat\":\"0\",\"docker_theme\":\"\",\"docker_video\":\"\",\"docker_video_2\":\"\",\"docker_color_enable\":\"0\",\"docker_color\":\"\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"format\":\"left\",\"nav_title\":\"Awesome Title\",\"nav_title_link\":\"\",\"post_type\":\"documentation\",\"post_total\":\"10\",\"post_sort\":\"DESC\",\"meta_key\":\"\",\"meta_value\":\"\",\"docker_background\":\"\",\"docker_background_attach_id\":\"\",\"docker_repeat\":\"0\",\"docker_theme\":\"\",\"docker_video\":\"\",\"docker_video_2\":\"\",\"docker_color_enable\":\"0\",\"docker_color\":\"\"}'),(899,'uvmbgwk','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"F3F3F3\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"F3F3F3\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"F3F3F3\"}'),(900,'ujwpiy6','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Drag & Drop Builder\",\"text\":\"Easily build and save layouts using a drag and drop page builder. Create unlimited layouts for all your posts and pages.\",\"icon\":\"random\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Responsive Design\",\"text\":\"The theme is fully responsive no matter how you decide to build your pages. Create layouts that your visitors can enjoy on any device.\",\"icon\":\"mobile\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Unlimited Page Layouts\",\"text\":\"Unlimited color options, page layouts and animations. You\\u2019ll love the endless possibilities of DMS. \",\"icon\":\"flag\",\"showitem\":\"1\"},\"item4\":{\"title\":\"Preloaded Page Templates\",\"text\":\"Ready with built-in pages, no need to import files so your theme installation is smooth and hassle free.\",\"icon\":\"files-o\",\"showitem\":\"1\"},\"item5\":{\"title\":\"WooCommerce Capability\",\"text\":\"Designed & extended to fit the WooCommerce plugin which allows you to sell products on your site.\",\"icon\":\"shopping-cart\",\"showitem\":\"1\"},\"item6\":{\"title\":\"SEO Standards\",\"text\":\"DMS was build with close attention to SEO. Your site must look good, but also rank well on search results. \",\"icon\":\"search\",\"showitem\":\"1\"},\"item7\":{\"title\":\"50+ Sections\",\"text\":\"50+ sections to insert into your pages so you can create amazing layouts. And more added all the time with updates!\",\"icon\":\"star\",\"showitem\":\"1\"},\"item8\":{\"title\":\"Boxed or Fullwidth Layouts\",\"text\":\"Quickly switch between boxed or full-width layout. No need to dig into the stylesheet to get the layout you need.\",\"icon\":\"columns\",\"showitem\":\"1\"},\"item9\":{\"title\":\"Clean & Minimal\",\"text\":\"A clean and minimal design, not only will it look good for different niches it is also easy to customize. \",\"icon\":\"lightbulb\",\"showitem\":\"1\"},\"item10\":{\"title\":\"Clean Code\",\"text\":\"Well commented and clean code makes it easy for you to tweak the theme and also keeps it well optimized and expandable.\",\"icon\":\"code\",\"showitem\":\"1\"},\"item11\":{\"title\":\"HTML5\",\"text\":\"The theme uses HTML5 so the code is Up to the latest standards. \",\"icon\":\"html5\",\"showitem\":\"1\"},\"item12\":{\"title\":\"CSS3\",\"text\":\"Bringing you the best coding standards as well as some cool new tricks such as element animation on page scroll.\",\"icon\":\"css3\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Drag & Drop Builder\",\"text\":\"Easily build and save layouts using a drag and drop page builder. Create unlimited layouts for all your posts and pages.\",\"icon\":\"random\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Responsive Design\",\"text\":\"The theme is fully responsive no matter how you decide to build your pages. Create layouts that your visitors can enjoy on any device.\",\"icon\":\"mobile\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Unlimited Page Layouts\",\"text\":\"Unlimited color options, page layouts and animations. You\\u2019ll love the endless possibilities of DMS. \",\"icon\":\"flag\",\"showitem\":\"1\"},\"item4\":{\"title\":\"Preloaded Page Templates\",\"text\":\"Ready with built-in pages, no need to import files so your theme installation is smooth and hassle free.\",\"icon\":\"files-o\",\"showitem\":\"1\"},\"item5\":{\"title\":\"WooCommerce Capability\",\"text\":\"Designed & extended to fit the WooCommerce plugin which allows you to sell products on your site.\",\"icon\":\"shopping-cart\",\"showitem\":\"1\"},\"item6\":{\"title\":\"SEO Standards\",\"text\":\"DMS was build with close attention to SEO. Your site must look good, but also rank well on search results. \",\"icon\":\"search\",\"showitem\":\"1\"},\"item7\":{\"title\":\"50+ Sections\",\"text\":\"50+ sections to insert into your pages so you can create amazing layouts. And more added all the time with updates!\",\"icon\":\"star\",\"showitem\":\"1\"},\"item8\":{\"title\":\"Boxed or Fullwidth Layouts\",\"text\":\"Quickly switch between boxed or full-width layout. No need to dig into the stylesheet to get the layout you need.\",\"icon\":\"columns\",\"showitem\":\"1\"},\"item9\":{\"title\":\"Clean & Minimal\",\"text\":\"A clean and minimal design, not only will it look good for different niches it is also easy to customize. \",\"icon\":\"lightbulb\",\"showitem\":\"1\"},\"item10\":{\"title\":\"Clean Code\",\"text\":\"Well commented and clean code makes it easy for you to tweak the theme and also keeps it well optimized and expandable.\",\"icon\":\"code\",\"showitem\":\"1\"},\"item11\":{\"title\":\"HTML5\",\"text\":\"The theme uses HTML5 so the code is Up to the latest standards. \",\"icon\":\"html5\",\"showitem\":\"1\"},\"item12\":{\"title\":\"CSS3\",\"text\":\"Bringing you the best coding standards as well as some cool new tricks such as element animation on page scroll.\",\"icon\":\"css3\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Drag & Drop Builder\",\"text\":\"Easily build and save layouts using a drag and drop page builder. Create unlimited layouts for all your posts and pages.\",\"icon\":\"random\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Responsive Design\",\"text\":\"The theme is fully responsive no matter how you decide to build your pages. Create layouts that your visitors can enjoy on any device.\",\"icon\":\"mobile\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Unlimited Page Layouts\",\"text\":\"Unlimited color options, page layouts and animations. You\\u2019ll love the endless possibilities of DMS. \",\"icon\":\"flag\",\"showitem\":\"1\"},\"item4\":{\"title\":\"Preloaded Page Templates\",\"text\":\"Ready with built-in pages, no need to import files so your theme installation is smooth and hassle free.\",\"icon\":\"files-o\",\"showitem\":\"1\"},\"item5\":{\"title\":\"WooCommerce Capability\",\"text\":\"Designed & extended to fit the WooCommerce plugin which allows you to sell products on your site.\",\"icon\":\"shopping-cart\",\"showitem\":\"1\"},\"item6\":{\"title\":\"SEO Standards\",\"text\":\"DMS was build with close attention to SEO. Your site must look good, but also rank well on search results. \",\"icon\":\"search\",\"showitem\":\"1\"},\"item7\":{\"title\":\"50+ Sections\",\"text\":\"50+ sections to insert into your pages so you can create amazing layouts. And more added all the time with updates!\",\"icon\":\"star\",\"showitem\":\"1\"},\"item8\":{\"title\":\"Boxed or Fullwidth Layouts\",\"text\":\"Quickly switch between boxed or full-width layout. No need to dig into the stylesheet to get the layout you need.\",\"icon\":\"columns\",\"showitem\":\"1\"},\"item9\":{\"title\":\"Clean & Minimal\",\"text\":\"A clean and minimal design, not only will it look good for different niches it is also easy to customize. \",\"icon\":\"lightbulb\",\"showitem\":\"1\"},\"item10\":{\"title\":\"Clean Code\",\"text\":\"Well commented and clean code makes it easy for you to tweak the theme and also keeps it well optimized and expandable.\",\"icon\":\"code\",\"showitem\":\"1\"},\"item11\":{\"title\":\"HTML5\",\"text\":\"The theme uses HTML5 so the code is Up to the latest standards. \",\"icon\":\"html5\",\"showitem\":\"1\"},\"item12\":{\"title\":\"CSS3\",\"text\":\"Bringing you the best coding standards as well as some cool new tricks such as element animation on page scroll.\",\"icon\":\"css3\",\"showitem\":\"1\"}}}'),(901,'ujoyxqb','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"337EFF\"}','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"337EFF\"}','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"0\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"337EFF\"}'),(902,'u032f1','[]','[]','[]'),(903,'uz83nk3','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"f3f3f3\"}','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"f3f3f3\"}','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"f3f3f3\"}'),(904,'ur38g6n','{\"testimonials_mode\":\"default\",\"testimonials_disable_auto\":\"0\",\"testimonials_speed\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_testimonial_array\":{\"item1\":{\"text\":\"Excellent Design and so easy to Customize. <br \\/>This can be used for any type of website.\",\"cite\":\"Nicole Riordan\",\"showitem\":\"1\"},\"item2\":{\"text\":\"\\u201cA designer knows he has achieved perfection not when there is nothing left to add, but when there is nothing left to take away.\\u201d\",\"cite\":\"Antoine de Saint-Exupery\",\"showitem\":\"1\"},\"item3\":{\"text\":\"\\u201cThe ultimate promise of technology is to make us master of a world that we command by the push of a button.\\u201d\",\"cite\":\"Volker Grassmuck\",\"showitem\":\"1\"},\"item4\":{\"text\":\"\\u201cI strive for two things in design: simplicity and clarity. <br \\/>Great design is born of those two things.\\u201d\",\"cite\":\"Lindon Leader\",\"showitem\":\"1\"}}}','{\"testimonials_mode\":\"default\",\"testimonials_disable_auto\":\"0\",\"testimonials_speed\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_testimonial_array\":{\"item1\":{\"text\":\"Excellent Design and so easy to Customize. <br \\/>This can be used for any type of website.\",\"cite\":\"Nicole Riordan\",\"showitem\":\"1\"},\"item2\":{\"text\":\"\\u201cA designer knows he has achieved perfection not when there is nothing left to add, but when there is nothing left to take away.\\u201d\",\"cite\":\"Antoine de Saint-Exupery\",\"showitem\":\"1\"},\"item3\":{\"text\":\"\\u201cThe ultimate promise of technology is to make us master of a world that we command by the push of a button.\\u201d\",\"cite\":\"Volker Grassmuck\",\"showitem\":\"1\"},\"item4\":{\"text\":\"\\u201cI strive for two things in design: simplicity and clarity. <br \\/>Great design is born of those two things.\\u201d\",\"cite\":\"Lindon Leader\",\"showitem\":\"1\"}}}','{\"testimonials_mode\":\"default\",\"testimonials_disable_auto\":\"0\",\"testimonials_speed\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_testimonial_array\":{\"item1\":{\"text\":\"Excellent Design and so easy to Customize. <br \\/>This can be used for any type of website.\",\"cite\":\"Nicole Riordan\",\"showitem\":\"1\"},\"item2\":{\"text\":\"\\u201cA designer knows he has achieved perfection not when there is nothing left to add, but when there is nothing left to take away.\\u201d\",\"cite\":\"Antoine de Saint-Exupery\",\"showitem\":\"1\"},\"item3\":{\"text\":\"\\u201cThe ultimate promise of technology is to make us master of a world that we command by the push of a button.\\u201d\",\"cite\":\"Volker Grassmuck\",\"showitem\":\"1\"},\"item4\":{\"text\":\"\\u201cI strive for two things in design: simplicity and clarity. <br \\/>Great design is born of those two things.\\u201d\",\"cite\":\"Lindon Leader\",\"showitem\":\"1\"}}}'),(905,'ubdf7d','[]','[]','[]'),(906,'umev1ni','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"top\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Fuck it!\",\"text\":\"bleh\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Fuck it!\",\"text\":\"bleh\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Fuck it!\",\"text\":\"bleh\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"top\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Fuck it!\",\"text\":\"bleh\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Fuck it!\",\"text\":\"bleh\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Fuck it!\",\"text\":\"bleh\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"top\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Fuck it!\",\"text\":\"bleh\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Fuck it!\",\"text\":\"bleh\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Fuck it!\",\"text\":\"bleh\",\"showitem\":\"1\"}}}'),(907,'u6tk9u2','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"F3F3F3\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"F3F3F3\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"F3F3F3\"}'),(908,'u8izpgr','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Drag & Drop Builder\",\"text\":\"Easily build and save layouts using a drag and drop page builder. Create unlimited layouts for all your posts and pages.\",\"icon\":\"random\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Responsive Design\",\"text\":\"The theme is fully responsive no matter how you decide to build your pages. Create layouts that your visitors can enjoy on any device.\",\"icon\":\"mobile\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Unlimited Page Layouts\",\"text\":\"Unlimited color options, page layouts and animations. You\\u2019ll love the endless possibilities of DMS. \",\"icon\":\"flag\",\"showitem\":\"1\"},\"item4\":{\"title\":\"Preloaded Page Templates\",\"text\":\"Ready with built-in pages, no need to import files so your theme installation is smooth and hassle free.\",\"icon\":\"files-o\",\"showitem\":\"1\"},\"item5\":{\"title\":\"WooCommerce Capability\",\"text\":\"Designed & extended to fit the WooCommerce plugin which allows you to sell products on your site.\",\"icon\":\"shopping-cart\",\"showitem\":\"1\"},\"item6\":{\"title\":\"SEO Standards\",\"text\":\"DMS was build with close attention to SEO. Your site must look good, but also rank well on search results. \",\"icon\":\"search\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Drag & Drop Builder\",\"text\":\"Easily build and save layouts using a drag and drop page builder. Create unlimited layouts for all your posts and pages.\",\"icon\":\"random\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Responsive Design\",\"text\":\"The theme is fully responsive no matter how you decide to build your pages. Create layouts that your visitors can enjoy on any device.\",\"icon\":\"mobile\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Unlimited Page Layouts\",\"text\":\"Unlimited color options, page layouts and animations. You\\u2019ll love the endless possibilities of DMS. \",\"icon\":\"flag\",\"showitem\":\"1\"},\"item4\":{\"title\":\"Preloaded Page Templates\",\"text\":\"Ready with built-in pages, no need to import files so your theme installation is smooth and hassle free.\",\"icon\":\"files-o\",\"showitem\":\"1\"},\"item5\":{\"title\":\"WooCommerce Capability\",\"text\":\"Designed & extended to fit the WooCommerce plugin which allows you to sell products on your site.\",\"icon\":\"shopping-cart\",\"showitem\":\"1\"},\"item6\":{\"title\":\"SEO Standards\",\"text\":\"DMS was build with close attention to SEO. Your site must look good, but also rank well on search results. \",\"icon\":\"search\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Drag & Drop Builder\",\"text\":\"Easily build and save layouts using a drag and drop page builder. Create unlimited layouts for all your posts and pages.\",\"icon\":\"random\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Responsive Design\",\"text\":\"The theme is fully responsive no matter how you decide to build your pages. Create layouts that your visitors can enjoy on any device.\",\"icon\":\"mobile\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Unlimited Page Layouts\",\"text\":\"Unlimited color options, page layouts and animations. You\\u2019ll love the endless possibilities of DMS. \",\"icon\":\"flag\",\"showitem\":\"1\"},\"item4\":{\"title\":\"Preloaded Page Templates\",\"text\":\"Ready with built-in pages, no need to import files so your theme installation is smooth and hassle free.\",\"icon\":\"files-o\",\"showitem\":\"1\"},\"item5\":{\"title\":\"WooCommerce Capability\",\"text\":\"Designed & extended to fit the WooCommerce plugin which allows you to sell products on your site.\",\"icon\":\"shopping-cart\",\"showitem\":\"1\"},\"item6\":{\"title\":\"SEO Standards\",\"text\":\"DMS was build with close attention to SEO. Your site must look good, but also rank well on search results. \",\"icon\":\"search\",\"showitem\":\"1\"}}}'),(909,'ubgk5xw','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"fuck!\",\"text\":\"BLAHBLAH\",\"showitem\":\"1\"},\"item2\":{\"title\":\"fuck!\",\"text\":\"BLAHBLAH\",\"showitem\":\"1\"},\"item3\":{\"title\":\"fuck!\",\"text\":\"BLAHBLAH\",\"showitem\":\"1\"},\"item4\":{\"showitem\":\"1\"},\"item5\":{\"showitem\":\"1\"},\"item6\":{\"showitem\":\"1\"},\"item7\":{\"showitem\":\"1\"},\"item8\":{\"showitem\":\"1\"},\"item9\":{\"showitem\":\"1\"},\"item10\":{\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"fuck!\",\"text\":\"BLAHBLAH\",\"showitem\":\"1\"},\"item2\":{\"title\":\"fuck!\",\"text\":\"BLAHBLAH\",\"showitem\":\"1\"},\"item3\":{\"title\":\"fuck!\",\"text\":\"BLAHBLAH\",\"showitem\":\"1\"},\"item4\":{\"showitem\":\"1\"},\"item5\":{\"showitem\":\"1\"},\"item6\":{\"showitem\":\"1\"},\"item7\":{\"showitem\":\"1\"},\"item8\":{\"showitem\":\"1\"},\"item9\":{\"showitem\":\"1\"},\"item10\":{\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"fuck!\",\"text\":\"BLAHBLAH\",\"showitem\":\"1\"},\"item2\":{\"title\":\"fuck!\",\"text\":\"BLAHBLAH\",\"showitem\":\"1\"},\"item3\":{\"title\":\"fuck!\",\"text\":\"BLAHBLAH\",\"showitem\":\"1\"},\"item4\":{\"showitem\":\"1\"},\"item5\":{\"showitem\":\"1\"},\"item6\":{\"showitem\":\"1\"},\"item7\":{\"showitem\":\"1\"},\"item8\":{\"showitem\":\"1\"},\"item9\":{\"showitem\":\"1\"},\"item10\":{\"showitem\":\"1\"}}}'),(910,'ulaxenb','[]','[]','[]'),(911,'ub50h3f','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"fuck!\",\"showitem\":\"1\"},\"item2\":{\"title\":\"fuck!\",\"showitem\":\"1\"},\"item3\":{\"title\":\"fuck!\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"fuck!\",\"showitem\":\"1\"},\"item2\":{\"title\":\"fuck!\",\"showitem\":\"1\"},\"item3\":{\"title\":\"fuck!\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"fuck!\",\"showitem\":\"1\"},\"item2\":{\"title\":\"fuck!\",\"showitem\":\"1\"},\"item3\":{\"title\":\"fuck!\",\"showitem\":\"1\"}}}'),(912,'u4vja7m','null','null','null'),(913,'u3wxic4','null','null','null'),(914,'u886rmr','{\"textbox_title\":\"\",\"textbox_content\":\"PageLines DMS will help you build custom marketing websites that do wonders.<br \\/>\\nIt has a wide range of incredible features and includes a growing list of goodies\\u2026<br \\/>\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"<h2>Everything you need to take it to the next level.<\\/h2>\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"0 0 30px 0\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_content\":\"PageLines DMS will help you build custom marketing websites that do wonders.<br \\/>\\nIt has a wide range of incredible features and includes a growing list of goodies\\u2026<br \\/>\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"<h2>Everything you need to take it to the next level.<\\/h2>\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"0 0 30px 0\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_content\":\"PageLines DMS will help you build custom marketing websites that do wonders.<br \\/>\\nIt has a wide range of incredible features and includes a growing list of goodies\\u2026<br \\/>\",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"<h2>Everything you need to take it to the next level.<\\/h2>\",\"pl_area_class\":\"center\",\"pl_standard_styles\":\"\",\"textbox_pad\":\"0 0 30px 0\",\"textbox_animation\":\"\"}'),(915,'u3k7tvv','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Drag & Drop Builder\",\"text\":\"Easily build and save layouts using the PageLines drag & drop builder. Create unlimited layouts for all your pages.\",\"icon\":\"random\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Responsive Design\",\"text\":\"DMS is fully responsive no matter how you decide to build your pages. Create layouts that your visitors can enjoy on any device.\",\"icon\":\"mobile\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Unlimited Page Layouts\",\"text\":\"Unlimited color options, page layouts, fonts and animations. You\\u2019ll love the endless possibilities of DMS.\",\"icon\":\"files-o\",\"showitem\":\"1\"},\"item4\":{\"title\":\"Preloaded Page Templates\",\"text\":\"Ready with built-in pages, no need to import files so your theme installation is smooth and hassle free.\",\"icon\":\"columns\",\"showitem\":\"1\"},\"item5\":{\"title\":\"WooCommerce Capability\",\"text\":\"Designed & extended to fit the WooCommerce plugin which allows you to sell products on your site.\",\"icon\":\"shopping-cart\",\"showitem\":\"1\"},\"item6\":{\"title\":\"SEO Standards\",\"text\":\"DMS was building with close attention to SEO. Your site must look good and rank well on search results.\",\"icon\":\"bar-chart\",\"showitem\":\"1\"},\"item7\":{\"title\":\"50+ Sections\",\"text\":\"50+ sections to insert into your pages so you can create amazing layouts. More added all the time with updates. \",\"icon\":\"plus-circle\",\"showitem\":\"1\"},\"item8\":{\"title\":\"Boxed or Fullwidth Layouts\",\"text\":\"Quickly switch between boxed or fullwidth layout. No need to dig into the stylesheet to get the layout you need.\",\"icon\":\"columns\",\"showitem\":\"1\"},\"item9\":{\"title\":\"Clean & Minimal\",\"text\":\"A clean and minimal design, not only will it look good for different niches it is also easy to customize.\",\"icon\":\"star\",\"showitem\":\"1\"},\"item10\":{\"title\":\"Clean Code\",\"text\":\"Well commented and clean code makes it easy for you to tweak the theme and also keeps it well optimize and expandable.\",\"icon\":\"code\",\"showitem\":\"1\"},\"item11\":{\"title\":\"HTML5\",\"text\":\"The theme uses HTML5 so the code is up to the latest standards.\",\"icon\":\"html5\",\"showitem\":\"1\"},\"item12\":{\"title\":\"CSS3\",\"text\":\"Bringing you the best coding standards as well as some cool new tricks such as element animation on page scroll.\",\"icon\":\"css3\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Drag & Drop Builder\",\"text\":\"Easily build and save layouts using the PageLines drag & drop builder. Create unlimited layouts for all your pages.\",\"icon\":\"random\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Responsive Design\",\"text\":\"DMS is fully responsive no matter how you decide to build your pages. Create layouts that your visitors can enjoy on any device.\",\"icon\":\"mobile\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Unlimited Page Layouts\",\"text\":\"Unlimited color options, page layouts, fonts and animations. You\\u2019ll love the endless possibilities of DMS.\",\"icon\":\"files-o\",\"showitem\":\"1\"},\"item4\":{\"title\":\"Preloaded Page Templates\",\"text\":\"Ready with built-in pages, no need to import files so your theme installation is smooth and hassle free.\",\"icon\":\"columns\",\"showitem\":\"1\"},\"item5\":{\"title\":\"WooCommerce Capability\",\"text\":\"Designed & extended to fit the WooCommerce plugin which allows you to sell products on your site.\",\"icon\":\"shopping-cart\",\"showitem\":\"1\"},\"item6\":{\"title\":\"SEO Standards\",\"text\":\"DMS was building with close attention to SEO. Your site must look good and rank well on search results.\",\"icon\":\"bar-chart\",\"showitem\":\"1\"},\"item7\":{\"title\":\"50+ Sections\",\"text\":\"50+ sections to insert into your pages so you can create amazing layouts. More added all the time with updates. \",\"icon\":\"plus-circle\",\"showitem\":\"1\"},\"item8\":{\"title\":\"Boxed or Fullwidth Layouts\",\"text\":\"Quickly switch between boxed or fullwidth layout. No need to dig into the stylesheet to get the layout you need.\",\"icon\":\"columns\",\"showitem\":\"1\"},\"item9\":{\"title\":\"Clean & Minimal\",\"text\":\"A clean and minimal design, not only will it look good for different niches it is also easy to customize.\",\"icon\":\"star\",\"showitem\":\"1\"},\"item10\":{\"title\":\"Clean Code\",\"text\":\"Well commented and clean code makes it easy for you to tweak the theme and also keeps it well optimize and expandable.\",\"icon\":\"code\",\"showitem\":\"1\"},\"item11\":{\"title\":\"HTML5\",\"text\":\"The theme uses HTML5 so the code is up to the latest standards.\",\"icon\":\"html5\",\"showitem\":\"1\"},\"item12\":{\"title\":\"CSS3\",\"text\":\"Bringing you the best coding standards as well as some cool new tricks such as element animation on page scroll.\",\"icon\":\"css3\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Drag & Drop Builder\",\"text\":\"Easily build and save layouts using the PageLines drag & drop builder. Create unlimited layouts for all your pages.\",\"icon\":\"random\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Responsive Design\",\"text\":\"DMS is fully responsive no matter how you decide to build your pages. Create layouts that your visitors can enjoy on any device.\",\"icon\":\"mobile\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Unlimited Page Layouts\",\"text\":\"Unlimited color options, page layouts, fonts and animations. You\\u2019ll love the endless possibilities of DMS.\",\"icon\":\"files-o\",\"showitem\":\"1\"},\"item4\":{\"title\":\"Preloaded Page Templates\",\"text\":\"Ready with built-in pages, no need to import files so your theme installation is smooth and hassle free.\",\"icon\":\"columns\",\"showitem\":\"1\"},\"item5\":{\"title\":\"WooCommerce Capability\",\"text\":\"Designed & extended to fit the WooCommerce plugin which allows you to sell products on your site.\",\"icon\":\"shopping-cart\",\"showitem\":\"1\"},\"item6\":{\"title\":\"SEO Standards\",\"text\":\"DMS was building with close attention to SEO. Your site must look good and rank well on search results.\",\"icon\":\"bar-chart\",\"showitem\":\"1\"},\"item7\":{\"title\":\"50+ Sections\",\"text\":\"50+ sections to insert into your pages so you can create amazing layouts. More added all the time with updates. \",\"icon\":\"plus-circle\",\"showitem\":\"1\"},\"item8\":{\"title\":\"Boxed or Fullwidth Layouts\",\"text\":\"Quickly switch between boxed or fullwidth layout. No need to dig into the stylesheet to get the layout you need.\",\"icon\":\"columns\",\"showitem\":\"1\"},\"item9\":{\"title\":\"Clean & Minimal\",\"text\":\"A clean and minimal design, not only will it look good for different niches it is also easy to customize.\",\"icon\":\"star\",\"showitem\":\"1\"},\"item10\":{\"title\":\"Clean Code\",\"text\":\"Well commented and clean code makes it easy for you to tweak the theme and also keeps it well optimize and expandable.\",\"icon\":\"code\",\"showitem\":\"1\"},\"item11\":{\"title\":\"HTML5\",\"text\":\"The theme uses HTML5 so the code is up to the latest standards.\",\"icon\":\"html5\",\"showitem\":\"1\"},\"item12\":{\"title\":\"CSS3\",\"text\":\"Bringing you the best coding standards as well as some cool new tricks such as element animation on page scroll.\",\"icon\":\"css3\",\"showitem\":\"1\"}}}'),(916,'uemcfpu','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}'),(917,'u2tw8ne','null','null','null'),(918,'url8fbc','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Drag & Drop Builder\",\"text\":\"Easily build and save layouts using the PageLines drag & drop builder. Create unlimited layouts for all your pages.\",\"icon\":\"random\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Responsive Design\",\"text\":\"DMS is fully responsive no matter how you decide to build your pages. Create layouts that your visitors can enjoy on any device.\",\"icon\":\"mobile\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Unlimited Page Layouts\",\"text\":\"Unlimited color options, page layouts, fonts and animations. You\\u2019ll love the endless possibilities of DMS.\",\"icon\":\"files-o\",\"showitem\":\"1\"},\"item4\":{\"title\":\"Preloaded Page Templates\",\"text\":\"Ready with built-in pages, no need to import files so your theme installation is smooth and hassle free.\",\"icon\":\"columns\",\"showitem\":\"1\"},\"item5\":{\"title\":\"WooCommerce Capability\",\"text\":\"Designed & extended to fit the WooCommerce plugin which allows you to sell products on your site.\",\"icon\":\"shopping-cart\",\"showitem\":\"1\"},\"item6\":{\"title\":\"SEO Standards\",\"text\":\"DMS was building with close attention to SEO. Your site must look good and rank well on search results.\",\"icon\":\"bar-chart\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Drag & Drop Builder\",\"text\":\"Easily build and save layouts using the PageLines drag & drop builder. Create unlimited layouts for all your pages.\",\"icon\":\"random\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Responsive Design\",\"text\":\"DMS is fully responsive no matter how you decide to build your pages. Create layouts that your visitors can enjoy on any device.\",\"icon\":\"mobile\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Unlimited Page Layouts\",\"text\":\"Unlimited color options, page layouts, fonts and animations. You\\u2019ll love the endless possibilities of DMS.\",\"icon\":\"files-o\",\"showitem\":\"1\"},\"item4\":{\"title\":\"Preloaded Page Templates\",\"text\":\"Ready with built-in pages, no need to import files so your theme installation is smooth and hassle free.\",\"icon\":\"columns\",\"showitem\":\"1\"},\"item5\":{\"title\":\"WooCommerce Capability\",\"text\":\"Designed & extended to fit the WooCommerce plugin which allows you to sell products on your site.\",\"icon\":\"shopping-cart\",\"showitem\":\"1\"},\"item6\":{\"title\":\"SEO Standards\",\"text\":\"DMS was building with close attention to SEO. Your site must look good and rank well on search results.\",\"icon\":\"bar-chart\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Drag & Drop Builder\",\"text\":\"Easily build and save layouts using the PageLines drag & drop builder. Create unlimited layouts for all your pages.\",\"icon\":\"random\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Responsive Design\",\"text\":\"DMS is fully responsive no matter how you decide to build your pages. Create layouts that your visitors can enjoy on any device.\",\"icon\":\"mobile\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Unlimited Page Layouts\",\"text\":\"Unlimited color options, page layouts, fonts and animations. You\\u2019ll love the endless possibilities of DMS.\",\"icon\":\"files-o\",\"showitem\":\"1\"},\"item4\":{\"title\":\"Preloaded Page Templates\",\"text\":\"Ready with built-in pages, no need to import files so your theme installation is smooth and hassle free.\",\"icon\":\"columns\",\"showitem\":\"1\"},\"item5\":{\"title\":\"WooCommerce Capability\",\"text\":\"Designed & extended to fit the WooCommerce plugin which allows you to sell products on your site.\",\"icon\":\"shopping-cart\",\"showitem\":\"1\"},\"item6\":{\"title\":\"SEO Standards\",\"text\":\"DMS was building with close attention to SEO. Your site must look good and rank well on search results.\",\"icon\":\"bar-chart\",\"showitem\":\"1\"}}}'),(919,'u7nxr6j','[]','[]','[]'),(920,'u5d469','[]','[]','[]'),(921,'udd8c5','[]','[]','[]'),(922,'udd9c2','[]','[]','[]'),(923,'uddbcb','[]','[]','[]'),(924,'uddcc6','[]','[]','[]'),(925,'u033ad','[]','[]','[]'),(926,'uizqirx','{\"ibox_cols\":\"3\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"showitem\":\"1\"},\"item2\":{\"showitem\":\"1\"},\"item3\":{\"showitem\":\"1\"},\"item4\":{\"showitem\":\"1\"}}}','{\"ibox_cols\":\"3\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"showitem\":\"1\"},\"item2\":{\"showitem\":\"1\"},\"item3\":{\"showitem\":\"1\"},\"item4\":{\"showitem\":\"1\"}}}','{\"ibox_cols\":\"3\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"showitem\":\"1\"},\"item2\":{\"showitem\":\"1\"},\"item3\":{\"showitem\":\"1\"},\"item4\":{\"showitem\":\"1\"}}}'),(927,'uvjvp0g','null','null','null'),(928,'u2xr0ap','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}'),(929,'uwigode','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Drag & Drop Builder\",\"text\":\"Easily build and save layouts using the PageLines drag & drop builder. Create unlimited layouts for all your pages.\",\"icon\":\"random\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Responsive Design\",\"text\":\"DMS is fully responsive no matter how you decide to build your pages. Create layouts that your visitors can enjoy on any device.\",\"icon\":\"mobile\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Unlimited Page Layouts\",\"text\":\"Unlimited color options, page layouts, fonts and animations. You\\u2019ll love the endless possibilities of DMS.\",\"icon\":\"files-o\",\"showitem\":\"1\"},\"item4\":{\"title\":\"Preloaded Page Templates\",\"text\":\"Ready with built-in pages, no need to import files so your theme installation is smooth and hassle free.\",\"icon\":\"columns\",\"showitem\":\"1\"},\"item5\":{\"title\":\"WooCommerce Capability\",\"text\":\"Designed & extended to fit the WooCommerce plugin which allows you to sell products on your site.\",\"icon\":\"shopping-cart\",\"showitem\":\"1\"},\"item6\":{\"title\":\"SEO Standards\",\"text\":\"DMS was building with close attention to SEO. Your site must look good and rank well on search results.\",\"icon\":\"bar-chart\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Drag & Drop Builder\",\"text\":\"Easily build and save layouts using the PageLines drag & drop builder. Create unlimited layouts for all your pages.\",\"icon\":\"random\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Responsive Design\",\"text\":\"DMS is fully responsive no matter how you decide to build your pages. Create layouts that your visitors can enjoy on any device.\",\"icon\":\"mobile\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Unlimited Page Layouts\",\"text\":\"Unlimited color options, page layouts, fonts and animations. You\\u2019ll love the endless possibilities of DMS.\",\"icon\":\"files-o\",\"showitem\":\"1\"},\"item4\":{\"title\":\"Preloaded Page Templates\",\"text\":\"Ready with built-in pages, no need to import files so your theme installation is smooth and hassle free.\",\"icon\":\"columns\",\"showitem\":\"1\"},\"item5\":{\"title\":\"WooCommerce Capability\",\"text\":\"Designed & extended to fit the WooCommerce plugin which allows you to sell products on your site.\",\"icon\":\"shopping-cart\",\"showitem\":\"1\"},\"item6\":{\"title\":\"SEO Standards\",\"text\":\"DMS was building with close attention to SEO. Your site must look good and rank well on search results.\",\"icon\":\"bar-chart\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Drag & Drop Builder\",\"text\":\"Easily build and save layouts using the PageLines drag & drop builder. Create unlimited layouts for all your pages.\",\"icon\":\"random\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Responsive Design\",\"text\":\"DMS is fully responsive no matter how you decide to build your pages. Create layouts that your visitors can enjoy on any device.\",\"icon\":\"mobile\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Unlimited Page Layouts\",\"text\":\"Unlimited color options, page layouts, fonts and animations. You\\u2019ll love the endless possibilities of DMS.\",\"icon\":\"files-o\",\"showitem\":\"1\"},\"item4\":{\"title\":\"Preloaded Page Templates\",\"text\":\"Ready with built-in pages, no need to import files so your theme installation is smooth and hassle free.\",\"icon\":\"columns\",\"showitem\":\"1\"},\"item5\":{\"title\":\"WooCommerce Capability\",\"text\":\"Designed & extended to fit the WooCommerce plugin which allows you to sell products on your site.\",\"icon\":\"shopping-cart\",\"showitem\":\"1\"},\"item6\":{\"title\":\"SEO Standards\",\"text\":\"DMS was building with close attention to SEO. Your site must look good and rank well on search results.\",\"icon\":\"bar-chart\",\"showitem\":\"1\"}}}'),(930,'ualjnm9','null','null','null'),(931,'uvebulq','null','null','null'),(932,'ubjk7zr','null','null','null'),(933,'unrvm0p','null','null','null'),(934,'uo7ufde','null','null','null'),(935,'ujtbge5','null','null','null'),(936,'uzqkikl','null','null','null'),(937,'u85ef8','null','null','null'),(938,'u85ffd','null','null','null'),(939,'uxg92sb','null','null','null'),(940,'ugmclwn','null','null','null'),(941,'uyn16y0','null','null','null'),(942,'uxvl9wa','null','null','null'),(943,'uoy9efb','null','null','null'),(944,'uxjaszx','null','null','null'),(945,'u7fu4dg','null','null','null'),(946,'uxsul3b','null','null','null'),(947,'ul088fs','null','null','null'),(948,'ux5a8z8','null','null','null'),(949,'ux3cucx','null','null','null'),(950,'une6yfq','null','null','null'),(951,'u2b690','null','null','null'),(952,'uedeu2z','null','null','null'),(953,'ucxxaxw','null','null','null'),(954,'uvkxlob','null','null','null'),(955,'uf3e11x','null','null','null'),(956,'uz3mt1h','null','null','null'),(957,'uyz3ti0','null','null','null'),(958,'uyb5t3q','null','null','null'),(959,'uae17a','null','null','null'),(960,'uc08a4','null','null','null'),(961,'uc0952','null','null','null'),(962,'ukzew63','null','null','null'),(963,'u2st4n5','null','null','null'),(964,'ujpzbmd','null','null','null'),(965,'u780b4','null','null','null'),(966,'utlff1c','null','null','null'),(967,'ul5iy5h','null','null','null'),(968,'u3scx9g','null','null','null'),(969,'u7f580','null','null','null'),(970,'u0imr1t','null','null','null'),(971,'uq3dzem','null','null','null'),(972,'uw2jnv6','null','null','null'),(973,'ukwqv9q','null','null','null'),(974,'ukq4952','null','null','null'),(975,'udf8fd','[]','[]','[]'),(976,'udf9b1','[]','[]','[]'),(977,'udfa5e','[]','[]','[]'),(978,'udfb0b','[]','[]','[]'),(979,'udfbbd','[]','[]','[]'),(980,'udfc69','[]','[]','[]'),(981,'udfd17','[]','[]','[]'),(982,'u34ea5','[]','[]','[]'),(983,'u34f87','[]','[]','[]'),(984,'u35060','[]','[]','[]'),(985,'u35145','[]','[]','[]'),(986,'u35269','[]','[]','[]'),(987,'u35348','[]','[]','[]'),(988,'ulqw7vs','[]','[]','[]'),(989,'u3a0ee','[]','[]','[]'),(990,'u3a1a4','[]','[]','[]'),(991,'ucrh55t','[]','[]','[]'),(992,'ujzci5g','[]','[]','[]'),(993,'ugk6npx','[]','[]','[]'),(994,'umk49vd','[]','[]','[]'),(995,'upvcydd','[]','[]','[]'),(996,'umn0b7i','[]','[]','[]'),(997,'ud8nzou','[]','[]','[]'),(998,'uu3iqz5','[]','[]','[]'),(999,'ua1eie1','[]','[]','[]'),(1000,'u31a17','[]','[]','[]'),(1001,'u31b0a','[]','[]','[]'),(1002,'ufbvbms','{\"pagelines_masthead_title\":\"Congratulations!\",\"pagelines_masthead_tagline\":\"You are up and running with PageLines DMS.\",\"pagelines_masthead_img\":\"[pl_parent_url]\\/images\\/getting-started-pl-logo.png\",\"masthead_button_link_1\":\"http:\\/\\/themes.pagelines.com\\/dms\",\"masthead_button_text_1\":\"View Your Blog <i class=\\\"icon-angle-right\\\"><\\/i>\"}','{\"pagelines_masthead_title\":\"Congratulations!\",\"pagelines_masthead_tagline\":\"You are up and running with PageLines DMS.\",\"pagelines_masthead_img\":\"[pl_parent_url]\\/images\\/getting-started-pl-logo.png\",\"masthead_button_link_1\":\"http:\\/\\/themes.pagelines.com\\/dms\",\"masthead_button_text_1\":\"View Your Blog <i class=\\\"icon-angle-right\\\"><\\/i>\"}','{\"pagelines_masthead_title\":\"Congratulations!\",\"pagelines_masthead_tagline\":\"You are up and running with PageLines DMS.\",\"pagelines_masthead_img\":\"[pl_parent_url]\\/images\\/getting-started-pl-logo.png\",\"masthead_button_link_1\":\"http:\\/\\/themes.pagelines.com\\/dms\",\"masthead_button_text_1\":\"View Your Blog <i class=\\\"icon-angle-right\\\"><\\/i>\"}'),(1003,'u3ki1p7','{\"pagelines_masthead_title\":\"Congratulations!\",\"pagelines_masthead_tagline\":\"You are up and running with PageLines DMS.\",\"pagelines_masthead_img\":\"[pl_parent_url]\\/images\\/getting-started-pl-logo.png\",\"masthead_button_link_1\":\"http:\\/\\/themes.pagelines.com\\/dms\",\"masthead_button_text_1\":\"View Your Blog <i class=\\\"icon-angle-right\\\"><\\/i>\"}','{\"pagelines_masthead_title\":\"Congratulations!\",\"pagelines_masthead_tagline\":\"You are up and running with PageLines DMS.\",\"pagelines_masthead_img\":\"[pl_parent_url]\\/images\\/getting-started-pl-logo.png\",\"masthead_button_link_1\":\"http:\\/\\/themes.pagelines.com\\/dms\",\"masthead_button_text_1\":\"View Your Blog <i class=\\\"icon-angle-right\\\"><\\/i>\"}','{\"pagelines_masthead_title\":\"Congratulations!\",\"pagelines_masthead_tagline\":\"You are up and running with PageLines DMS.\",\"pagelines_masthead_img\":\"[pl_parent_url]\\/images\\/getting-started-pl-logo.png\",\"masthead_button_link_1\":\"http:\\/\\/themes.pagelines.com\\/dms\",\"masthead_button_text_1\":\"View Your Blog <i class=\\\"icon-angle-right\\\"><\\/i>\"}'),(1004,'ubzgopm','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"top\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"ibox_array\":{\"item1\":{\"link\":\"http:\\/\\/www.pagelines.com\\/user-guide\\/\",\"showitem\":\"1\"},\"item2\":{\"showitem\":\"1\"},\"item3\":{\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"top\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"ibox_array\":{\"item1\":{\"link\":\"http:\\/\\/www.pagelines.com\\/user-guide\\/\",\"showitem\":\"1\"},\"item2\":{\"showitem\":\"1\"},\"item3\":{\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"top\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"ibox_array\":{\"item1\":{\"link\":\"http:\\/\\/www.pagelines.com\\/user-guide\\/\",\"showitem\":\"1\"},\"item2\":{\"showitem\":\"1\"},\"item3\":{\"showitem\":\"1\"}}}'),(1005,'umtzji9','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"top\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Responsive &amp; Mobile\",\"link\":\"http:\\/\\/www.pagelines.com\\/user-guide\\/\",\"icon\":\"tablet\",\"color\":\"000000\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Drag and Drop Design\",\"icon\":\"random\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Built on WordPress\",\"icon\":\"wrench\",\"color\":\"F14B3E\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"top\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Responsive &amp; Mobile\",\"link\":\"http:\\/\\/www.pagelines.com\\/user-guide\\/\",\"icon\":\"tablet\",\"color\":\"000000\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Drag and Drop Design\",\"icon\":\"random\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Built on WordPress\",\"icon\":\"wrench\",\"color\":\"F14B3E\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"icon\",\"ibox_format\":\"top\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Responsive &amp; Mobile\",\"link\":\"http:\\/\\/www.pagelines.com\\/user-guide\\/\",\"icon\":\"tablet\",\"color\":\"000000\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Drag and Drop Design\",\"icon\":\"random\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Built on WordPress\",\"icon\":\"wrench\",\"color\":\"F14B3E\",\"showitem\":\"1\"}}}'),(1006,'unliqcl','{\"revslider_delay\":\"\",\"revslider_height\":\"\",\"revslider_fullscreen\":\"0\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"revslider_array\":{\"item1\":{\"background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/8227\\/2014\\/04\\/newyork-w-overlay.jpg\",\"background_attach_id\":\"1731\",\"title\":\"Test Drive\",\"text\":\"Welcome to The Trading Room\",\"element_color\":\"element-light\",\"location\":\"centered\",\"link\":\"http:\\/\\/www.pagelines.com\\/pricing\\/\",\"link_text\":\"Get DMS for WordPress\",\"link_style\":\"btn-primary\",\"link_2\":\"http:\\/\\/riosquant.com\",\"link_2_text\":\"Let\'s GO!\",\"link_2_style\":\"btn-ol-white\",\"showitem\":\"1\"},\"item2\":{\"showitem\":\"1\"},\"item3\":{\"showitem\":\"1\"}},\"revslider_background\":\"\",\"revslider_background_attach_id\":\"\",\"revslider_repeat\":\"0\",\"revslider_theme\":\"\",\"revslider_video\":\"\",\"revslider_video_2\":\"\",\"revslider_color_enable\":\"0\",\"revslider_color\":\"\"}','{\"revslider_delay\":\"\",\"revslider_height\":\"\",\"revslider_fullscreen\":\"0\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"revslider_array\":{\"item1\":{\"background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/8227\\/2014\\/04\\/newyork-w-overlay.jpg\",\"background_attach_id\":\"1731\",\"title\":\"Test Drive\",\"text\":\"Welcome to The Trading Room\",\"element_color\":\"element-light\",\"location\":\"centered\",\"link\":\"http:\\/\\/www.pagelines.com\\/pricing\\/\",\"link_text\":\"Get DMS for WordPress\",\"link_style\":\"btn-primary\",\"link_2\":\"http:\\/\\/riosquant.com\",\"link_2_text\":\"Let\'s GO!\",\"link_2_style\":\"btn-ol-white\",\"showitem\":\"1\"},\"item2\":{\"showitem\":\"1\"},\"item3\":{\"showitem\":\"1\"}},\"revslider_background\":\"\",\"revslider_background_attach_id\":\"\",\"revslider_repeat\":\"0\",\"revslider_theme\":\"\",\"revslider_video\":\"\",\"revslider_video_2\":\"\",\"revslider_color_enable\":\"0\",\"revslider_color\":\"\"}','{\"revslider_delay\":\"\",\"revslider_height\":\"\",\"revslider_fullscreen\":\"0\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"revslider_array\":{\"item1\":{\"background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/8227\\/2014\\/04\\/newyork-w-overlay.jpg\",\"background_attach_id\":\"1731\",\"title\":\"Test Drive\",\"text\":\"Welcome to The Trading Room\",\"element_color\":\"element-light\",\"location\":\"centered\",\"link\":\"http:\\/\\/www.pagelines.com\\/pricing\\/\",\"link_text\":\"Get DMS for WordPress\",\"link_style\":\"btn-primary\",\"link_2\":\"http:\\/\\/riosquant.com\",\"link_2_text\":\"Let\'s GO!\",\"link_2_style\":\"btn-ol-white\",\"showitem\":\"1\"},\"item2\":{\"showitem\":\"1\"},\"item3\":{\"showitem\":\"1\"}},\"revslider_background\":\"\",\"revslider_background_attach_id\":\"\",\"revslider_repeat\":\"0\",\"revslider_theme\":\"\",\"revslider_video\":\"\",\"revslider_video_2\":\"\",\"revslider_color_enable\":\"0\",\"revslider_color\":\"\"}'),(1007,'uwzba8d','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}','{\"pl_area_pad\":\"40px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}'),(1008,'uaa60b','[]','[]','[]'),(1009,'uaa6f4','[]','[]','[]'),(1010,'uaa7d2','[]','[]','[]'),(1011,'uaa8ba','[]','[]','[]'),(1012,'uaa99a','[]','[]','[]'),(1013,'uaaa7a','[]','[]','[]'),(1014,'utxs5ji','{\"ibox_cols\":\"12\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"SEO and Social\",\"icon\":\"search\",\"showitem\":\"1\"},\"item2\":{\"title\":\"High Speed\",\"icon\":\"bolt\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Typography\",\"icon\":\"text-height\",\"showitem\":\"1\"},\"item4\":{\"title\":\"Color Control\",\"icon\":\"flask\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"12\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"SEO and Social\",\"icon\":\"search\",\"showitem\":\"1\"},\"item2\":{\"title\":\"High Speed\",\"icon\":\"bolt\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Typography\",\"icon\":\"text-height\",\"showitem\":\"1\"},\"item4\":{\"title\":\"Color Control\",\"icon\":\"flask\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"12\",\"ibox_media\":\"icon\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"SEO and Social\",\"icon\":\"search\",\"showitem\":\"1\"},\"item2\":{\"title\":\"High Speed\",\"icon\":\"bolt\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Typography\",\"icon\":\"text-height\",\"showitem\":\"1\"},\"item4\":{\"title\":\"Color Control\",\"icon\":\"flask\",\"showitem\":\"1\"}}}'),(1015,'usb89m3','{\"pl_area_pad\":\"60px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}','{\"pl_area_pad\":\"60px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}','{\"pl_area_pad\":\"60px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}'),(1016,'uy8cen8','{\"flipper_post_type\":\"post\",\"flipper_format\":\"masonry\",\"flipper_shown\":\"3\",\"flipper_sizes\":\"\",\"flipper_total\":\"10\",\"flipper_hide_nav\":\"0\",\"flipper_post_sort\":\"DESC\",\"flipper_meta_key\":\"\",\"flipper_meta_value\":\"\",\"flipper_category\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"flipper_title\":\"\",\"flipper_hide_title_link\":\"1\",\"flipper_meta\":\"\",\"flipper_show_excerpt\":\"0\",\"disable_flipper_show_love\":\"0\",\"flipper_background\":\"\",\"flipper_background_attach_id\":\"\",\"flipper_repeat\":\"0\",\"flipper_theme\":\"\",\"flipper_video\":\"\",\"flipper_video_2\":\"\",\"flipper_color_enable\":\"0\",\"flipper_color\":\"\"}','{\"flipper_post_type\":\"post\",\"flipper_format\":\"masonry\",\"flipper_shown\":\"3\",\"flipper_sizes\":\"\",\"flipper_total\":\"10\",\"flipper_hide_nav\":\"0\",\"flipper_post_sort\":\"DESC\",\"flipper_meta_key\":\"\",\"flipper_meta_value\":\"\",\"flipper_category\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"flipper_title\":\"\",\"flipper_hide_title_link\":\"1\",\"flipper_meta\":\"\",\"flipper_show_excerpt\":\"0\",\"disable_flipper_show_love\":\"0\",\"flipper_background\":\"\",\"flipper_background_attach_id\":\"\",\"flipper_repeat\":\"0\",\"flipper_theme\":\"\",\"flipper_video\":\"\",\"flipper_video_2\":\"\",\"flipper_color_enable\":\"0\",\"flipper_color\":\"\"}','{\"flipper_post_type\":\"post\",\"flipper_format\":\"masonry\",\"flipper_shown\":\"3\",\"flipper_sizes\":\"\",\"flipper_total\":\"10\",\"flipper_hide_nav\":\"0\",\"flipper_post_sort\":\"DESC\",\"flipper_meta_key\":\"\",\"flipper_meta_value\":\"\",\"flipper_category\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"flipper_title\":\"\",\"flipper_hide_title_link\":\"1\",\"flipper_meta\":\"\",\"flipper_show_excerpt\":\"0\",\"disable_flipper_show_love\":\"0\",\"flipper_background\":\"\",\"flipper_background_attach_id\":\"\",\"flipper_repeat\":\"0\",\"flipper_theme\":\"\",\"flipper_video\":\"\",\"flipper_video_2\":\"\",\"flipper_color_enable\":\"0\",\"flipper_color\":\"\"}'),(1017,'uxax4yo','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/8227\\/2014\\/04\\/dms.png\",\"mediabox_image_attach_id\":\"1814\",\"mediabox_image_alt\":\"\",\"mediabox_title\":\"\",\"mediabox_html\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"mediabox_align\":\"\",\"mediabox_height\":\"400\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-from-right\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/8227\\/2014\\/04\\/dms.png\",\"mediabox_image_attach_id\":\"1814\",\"mediabox_image_alt\":\"\",\"mediabox_title\":\"\",\"mediabox_html\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"mediabox_align\":\"\",\"mediabox_height\":\"400\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-from-right\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/8227\\/2014\\/04\\/dms.png\",\"mediabox_image_attach_id\":\"1814\",\"mediabox_image_alt\":\"\",\"mediabox_title\":\"\",\"mediabox_html\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"mediabox_align\":\"\",\"mediabox_height\":\"400\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-from-right\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}'),(1018,'uuzxcdt','{\"testimonials_mode\":\"avatar\",\"testimonials_disable_auto\":\"0\",\"testimonials_speed\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"pl_testimonial_array\":{\"item1\":{\"text\":\"this is a great trading strategy\",\"showitem\":\"1\"},\"item2\":{\"text\":\"I can see the success rate growing rapidly\",\"cite\":\"Joe Rios\",\"showitem\":\"1\"},\"item3\":{\"showitem\":\"1\"}}}','{\"testimonials_mode\":\"avatar\",\"testimonials_disable_auto\":\"0\",\"testimonials_speed\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"pl_testimonial_array\":{\"item1\":{\"text\":\"this is a great trading strategy\",\"showitem\":\"1\"},\"item2\":{\"text\":\"I can see the success rate growing rapidly\",\"cite\":\"Joe Rios\",\"showitem\":\"1\"},\"item3\":{\"showitem\":\"1\"}}}','{\"testimonials_mode\":\"avatar\",\"testimonials_disable_auto\":\"0\",\"testimonials_speed\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"pl_testimonial_array\":{\"item1\":{\"text\":\"this is a great trading strategy\",\"showitem\":\"1\"},\"item2\":{\"text\":\"I can see the success rate growing rapidly\",\"cite\":\"Joe Rios\",\"showitem\":\"1\"},\"item3\":{\"showitem\":\"1\"}}}'),(1019,'u5w1dd5','{\"pl_area_pad\":\"60px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-contrast\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}','{\"pl_area_pad\":\"60px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-contrast\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}','{\"pl_area_pad\":\"60px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-contrast\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}'),(1020,'uqimbjo','{\"ibox_cols\":\"12\",\"ibox_media\":\"count\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"GnosTICK Traders\",\"icon\":\"search\",\"count\":\"500\",\"showitem\":\"1\"},\"item2\":{\"title\":\"RQ Einstein Traders\",\"icon\":\"bolt\",\"count\":\"125\",\"showitem\":\"1\"},\"item3\":{\"title\":\"RQ-Channel Traders\",\"icon\":\"text-height\",\"count\":\"200\",\"showitem\":\"1\"},\"item4\":{\"title\":\"Developers\",\"icon\":\"flask\",\"count\":\"300\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"12\",\"ibox_media\":\"count\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"GnosTICK Traders\",\"icon\":\"search\",\"count\":\"500\",\"showitem\":\"1\"},\"item2\":{\"title\":\"RQ Einstein Traders\",\"icon\":\"bolt\",\"count\":\"125\",\"showitem\":\"1\"},\"item3\":{\"title\":\"RQ-Channel Traders\",\"icon\":\"text-height\",\"count\":\"200\",\"showitem\":\"1\"},\"item4\":{\"title\":\"Developers\",\"icon\":\"flask\",\"count\":\"300\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"12\",\"ibox_media\":\"count\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"GnosTICK Traders\",\"icon\":\"search\",\"count\":\"500\",\"showitem\":\"1\"},\"item2\":{\"title\":\"RQ Einstein Traders\",\"icon\":\"bolt\",\"count\":\"125\",\"showitem\":\"1\"},\"item3\":{\"title\":\"RQ-Channel Traders\",\"icon\":\"text-height\",\"count\":\"200\",\"showitem\":\"1\"},\"item4\":{\"title\":\"Developers\",\"icon\":\"flask\",\"count\":\"300\",\"showitem\":\"1\"}}}'),(1021,'upjfuxa','{\"mediabox_image\":\"http:\\/\\/youtu.be\\/B0xN1r30TRc\",\"mediabox_image_attach_id\":\"1818\",\"mediabox_image_alt\":\"\",\"mediabox_title\":\"\",\"mediabox_html\":\"http:\\/\\/youtu.be\\/B0xN1r30TRc\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"mediabox_align\":\"\",\"mediabox_height\":\"350\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-from-left\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"http:\\/\\/youtu.be\\/B0xN1r30TRc\",\"mediabox_image_attach_id\":\"1818\",\"mediabox_image_alt\":\"\",\"mediabox_title\":\"\",\"mediabox_html\":\"http:\\/\\/youtu.be\\/B0xN1r30TRc\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"mediabox_align\":\"\",\"mediabox_height\":\"350\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-from-left\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}','{\"mediabox_image\":\"http:\\/\\/youtu.be\\/B0xN1r30TRc\",\"mediabox_image_attach_id\":\"1818\",\"mediabox_image_alt\":\"\",\"mediabox_title\":\"\",\"mediabox_html\":\"http:\\/\\/youtu.be\\/B0xN1r30TRc\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"mediabox_align\":\"\",\"mediabox_height\":\"350\",\"disable_centering\":\"0\",\"mediabox_animation\":\"pla-from-left\",\"mediabox_background\":\"\",\"mediabox_background_attach_id\":\"\"}'),(1022,'uc00kes','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/2014\\/05\\/quoteboardblue.jpg\",\"pl_area_background_attach_id\":\"1594\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"337EFF\"}','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/2014\\/05\\/quoteboardblue.jpg\",\"pl_area_background_attach_id\":\"1594\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"337EFF\"}','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/2014\\/05\\/quoteboardblue.jpg\",\"pl_area_background_attach_id\":\"1594\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"337EFF\"}'),(1126,'u32fgya','{\"quick_transition\":\"fade\",\"quick_slideshow\":\"0\",\"pl_hide_on_page\":\"1615,70000001\",\"quickslider_array\":{\"item1\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/2016\\/08\\/joeandcelebs2.jpg\",\"image_attach_id\":\"2991\",\"showitem\":\"1\"},\"item2\":{\"showitem\":\"1\"},\"item3\":{\"showitem\":\"1\"},\"item4\":{\"showitem\":\"1\"},\"item5\":{\"showitem\":\"1\"}}}','[]','[]'),(1122,'urz1qgb','{\"icallout_text\":\"Ready to experience market intelligence?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"http:\\/\\/www.riosquant.com\\/requestinfo?product_id=2\",\"icallout_target\":\"1\",\"icallout_link_text\":\"Get Your Free Trial Started\",\"icallout_btn_theme\":\"btn-ol-white\"}','{\"icallout_text\":\"Ready to experience market intelligence?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"http:\\/\\/www.riosquant.com\\/requestinfo?product_id=2\",\"icallout_target\":\"1\",\"icallout_link_text\":\"Get Your Free Trial Started\",\"icallout_btn_theme\":\"btn-ol-white\"}','{\"icallout_text\":\"Ready to experience market intelligence?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"http:\\/\\/www.riosquant.com\\/requestinfo?product_id=2\",\"icallout_target\":\"1\",\"icallout_link_text\":\"Get Your Free Trial Started\",\"icallout_btn_theme\":\"btn-ol-white\"}'),(1024,'u8yrlks','[]','[]','[]'),(1025,'ubpi6hy','{\"icallout_format\":\"inline\",\"icallout_text\":\"Ready for a smarter website?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"http:\\/\\/www.pagelines.com\\/pricing\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get DMS For Wordpress\",\"icallout_btn_theme\":\"btn-ol-white\"}','{\"icallout_format\":\"inline\",\"icallout_text\":\"Ready for a smarter website?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"http:\\/\\/www.pagelines.com\\/pricing\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get DMS For Wordpress\",\"icallout_btn_theme\":\"btn-ol-white\"}','{\"icallout_format\":\"inline\",\"icallout_text\":\"Ready for a smarter website?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"http:\\/\\/www.pagelines.com\\/pricing\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get DMS For Wordpress\",\"icallout_btn_theme\":\"btn-ol-white\"}'),(1026,'u82c92','[]','[]','[]'),(1027,'u82d53','[]','[]','[]'),(1028,'uc0cb1','[]','[]','[]'),(1029,'uc0d6e','{\"_highlight_splash_position\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"_highlight_head\":\"The Trading Room\\u00ae\",\"_highlight_subhead\":\"Established since 1997\",\"_highlight_splash\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9016\\/2014\\/04\\/tradingroom2x121.jpg\",\"_highlight_splash_attach_id\":\"1854\",\"_highlight_image_frame\":\"0\"}','{\"_highlight_splash_position\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"_highlight_head\":\"The Trading Room\\u00ae\",\"_highlight_subhead\":\"Established since 1997\",\"_highlight_splash\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9016\\/2014\\/04\\/tradingroom2x121.jpg\",\"_highlight_splash_attach_id\":\"1854\",\"_highlight_image_frame\":\"0\"}','{\"_highlight_splash_position\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"_highlight_head\":\"The Trading Room\\u00ae\",\"_highlight_subhead\":\"Established since 1997\",\"_highlight_splash\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9016\\/2014\\/04\\/tradingroom2x121.jpg\",\"_highlight_splash_attach_id\":\"1854\",\"_highlight_image_frame\":\"0\"}'),(1030,'uc0e21','[]','[]','[]'),(1031,'u268b0','{\"pl_standard_title\":\"The Trading Room\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-white\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"FEFEFE\"}','{\"pl_standard_title\":\"The Trading Room\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-white\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"FEFEFE\"}','{\"pl_standard_title\":\"The Trading Room\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-white\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"FEFEFE\"}'),(1032,'ue7203','[]','[]','[]'),(1033,'ue72b7','[]','[]','[]'),(1034,'ue7365','[]','[]','[]'),(1035,'ue7419','[]','[]','[]'),(1036,'ue74c9','[]','[]','[]'),(1037,'ue7575','[]','[]','[]'),(1038,'uir84ps','[]','[]','[]'),(1039,'u38gepz','{\"icallout_format\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"icallout_text\":\"Trade with us in live trading room.\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"http:\\/\\/www.riosquant.com\\/events\\/events_list\\/all\",\"icallout_target\":\"1\",\"icallout_link_text\":\"Get your access pass\",\"icallout_btn_theme\":\"btn-inverse\"}','{\"icallout_format\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"icallout_text\":\"Trade with us in live trading room.\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"http:\\/\\/www.riosquant.com\\/events\\/events_list\\/all\",\"icallout_target\":\"1\",\"icallout_link_text\":\"Get your access pass\",\"icallout_btn_theme\":\"btn-inverse\"}','{\"icallout_format\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"icallout_text\":\"Trade with us in live trading room.\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"http:\\/\\/www.riosquant.com\\/account\\/register?trial=1\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Get your access pass\",\"icallout_btn_theme\":\"btn-inverse\"}'),(1040,'ubay3p7','[]','[]','[]'),(1041,'umz5fda','{\"pl_area_pad\":\"130px\",\"pl_area_pad_bottom\":\"20px\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/2016\\/10\\/rqclocks.jpg\",\"pl_area_background_attach_id\":\"3189\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"337EFF\"}','{\"pl_area_pad\":\"130px\",\"pl_area_pad_bottom\":\"20px\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/2016\\/10\\/rqclocks.jpg\",\"pl_area_background_attach_id\":\"3189\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"337EFF\"}','{\"pl_area_pad\":\"130px\",\"pl_area_pad_bottom\":\"20px\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/2016\\/10\\/rqclocks.jpg\",\"pl_area_background_attach_id\":\"3189\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-black\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"337EFF\"}'),(1042,'ufluniu','{\"icallout_format\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"icallout_text\":\"Learn how to be a quant trader.\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"http:\\/\\/www.thetradingroom.com\\/algorithmic-trading\\/\",\"icallout_target\":\"1\",\"icallout_link_text\":\"Sign up for next online course\",\"icallout_btn_theme\":\"btn-inverse\"}','{\"icallout_format\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"icallout_text\":\"Learn how to be a quant trader.\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"http:\\/\\/www.thetradingroom.com\\/algorithmic-trading\\/\",\"icallout_target\":\"1\",\"icallout_link_text\":\"Sign up for next online course\",\"icallout_btn_theme\":\"btn-inverse\"}','{\"icallout_format\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"icallout_text\":\"Learn how to be a quant trader.\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"http:\\/\\/www.thetradingroom.com\\/algorithmic-trading\\/\",\"icallout_target\":\"1\",\"icallout_link_text\":\"Sign up for next online course\",\"icallout_btn_theme\":\"btn-inverse\"}'),(1045,'ucc994','[]','[]','[]'),(1046,'ucca4b','[]','[]','[]'),(1047,'uccb06','[]','[]','[]'),(1048,'uxaf49c','[]','[]','[]'),(1049,'u6zmxki','[]','[]','[]'),(1050,'ucfbyaa','{\"ibox_cols\":\"4\",\"ibox_media\":\"image\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"ibox_array\":{\"item1\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9016\\/2014\\/05\\/niclastrader.jpg\",\"image_attach_id\":\"1878\",\"showitem\":\"1\"},\"item2\":{\"showitem\":\"1\"},\"item3\":{\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"image\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"ibox_array\":{\"item1\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9016\\/2014\\/05\\/niclastrader.jpg\",\"image_attach_id\":\"1878\",\"showitem\":\"1\"},\"item2\":{\"showitem\":\"1\"},\"item3\":{\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"image\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"ibox_array\":{\"item1\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9016\\/2014\\/05\\/niclastrader.jpg\",\"image_attach_id\":\"1878\",\"showitem\":\"1\"},\"item2\":{\"showitem\":\"1\"},\"item3\":{\"showitem\":\"1\"}}}'),(1051,'u7md5na','[]','[]','[]'),(1052,'ujjxdgj','[]','[]','[]'),(1053,'u42m37n','[]','[]','[]'),(1054,'uxyze3f','[]','[]','[]'),(1055,'uoeeanq','[]','[]','[]'),(1056,'utrd0pt','[]','[]','[]'),(1057,'umfenfa','[]','[]','[]'),(1058,'uczaqe4','{\"pl_area_pad\":\"0px\",\"pl_area_parallax\":\"0\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-white\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"FEFEFE\"}','{\"pl_area_pad\":\"0px\",\"pl_area_parallax\":\"0\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-white\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"FEFEFE\"}','{\"pl_area_pad\":\"0px\",\"pl_area_parallax\":\"0\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"pl-white\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"FEFEFE\"}'),(1059,'uxd5g3o','[]','[]','[]'),(1060,'u53jkc1','[]','[]','[]'),(1061,'u2wd4q5','[]','[]','[]'),(1062,'ud44a1','[]','[]','[]'),(1063,'usei87j','[]','[]','[]'),(1064,'u8e7be','[]','[]','[]'),(1065,'u8e285','[]','[]','[]'),(1066,'u4f771','[]','[]','[]'),(1067,'uex4o0v','[]','[]','[]'),(1068,'ub9joiu','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"1869\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"1869\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"pl_area_parallax\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"1869\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"0\",\"pl_area_color\":\"\"}'),(1069,'u0g9xsg','{\"icallout_format\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"icallout_text\":\"Trade with us in live trading room.\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"http:\\/\\/www.riosquant.com\\/subscribe?product_id=16\",\"icallout_target\":\"1\",\"icallout_link_text\":\"Get your access pass\",\"icallout_btn_theme\":\"btn-ol-black\"}','{\"icallout_format\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"icallout_text\":\"Trade with us in live trading room.\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"http:\\/\\/www.riosquant.com\\/subscribe?product_id=16\",\"icallout_target\":\"1\",\"icallout_link_text\":\"Get your access pass\",\"icallout_btn_theme\":\"btn-ol-black\"}','{\"icallout_format\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"icallout_text\":\"Trade with us in live trading room.\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"http:\\/\\/www.riosquant.com\\/subscribe?product_id=16\",\"icallout_target\":\"1\",\"icallout_link_text\":\"Get your access pass\",\"icallout_btn_theme\":\"btn-ol-black\"}'),(1070,'u9ajx4u','{\"pl_area_background_attach_id\":\"1869\",\"pl_area_repeat\":\"0\",\"pl_area_color_enable\":\"0\"}','{\"pl_area_background_attach_id\":\"1869\",\"pl_area_repeat\":\"0\",\"pl_area_color_enable\":\"0\"}','{\"pl_area_background_attach_id\":\"1869\",\"pl_area_repeat\":\"0\",\"pl_area_color_enable\":\"0\"}'),(1071,'u32634','[]','[]','[]'),(1072,'u3204e','[]','[]','[]'),(1073,'u2a43b','[]','[]','[]'),(1074,'u4e9mfp','[]','[]','[]'),(1075,'u4f20d','{\"pl_area_pad_bottom\":\"60px\",\"pl_standard_title\":\"The Trading Room\\u00ae\",\"pl_area_repeat\":\"0\",\"pl_area_color_enable\":\"0\"}','{\"pl_area_pad_bottom\":\"60px\",\"pl_standard_title\":\"The Trading Room\\u00ae\",\"pl_area_repeat\":\"0\",\"pl_area_color_enable\":\"0\"}','{\"pl_area_pad_bottom\":\"60px\",\"pl_standard_title\":\"The Trading Room\\u00ae\",\"pl_area_repeat\":\"0\",\"pl_area_color_enable\":\"0\"}'),(1076,'u5a20d','[]','[]','[]'),(1077,'u2eba0','[]','[]','[]'),(1078,'udl0du9','[]','[]','[]'),(1079,'u6de36','[]','[]','[]'),(1080,'uqwbv8j','{\"ph_format\":\"format-center\",\"ph_header\":\"The Trading Room\\u00ae\",\"ph_sub\":\"Established since 1997\",\"pageheader_repeat\":\"0\",\"pageheader_color_enable\":\"0\"}','{\"ph_format\":\"format-center\",\"ph_header\":\"The Trading Room\\u00ae\",\"ph_sub\":\"Established since 1997\",\"pageheader_repeat\":\"0\",\"pageheader_color_enable\":\"0\"}','{\"ph_format\":\"format-center\",\"ph_header\":\"The Trading Room\\u00ae\",\"ph_sub\":\"Established since 1997\",\"pageheader_repeat\":\"0\",\"pageheader_color_enable\":\"0\"}'),(1081,'ua5c3c','[]','[]','[]'),(1226,'ujd25gh','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"format\":\"left\",\"nav_title\":\"\",\"nav_title_link\":\"\",\"post_type\":\"post\",\"post_total\":\"10\",\"post_sort\":\"DESC\",\"meta_key\":\"\",\"meta_value\":\"\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"format\":\"\",\"nav_title\":\"\",\"nav_title_link\":\"\",\"post_type\":\"post\",\"post_total\":\"10\",\"post_sort\":\"DESC\",\"meta_key\":\"\",\"meta_value\":\"\"}','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"format\":\"\",\"nav_title\":\"\",\"nav_title_link\":\"\",\"post_type\":\"post\",\"post_total\":\"10\",\"post_sort\":\"DESC\",\"meta_key\":\"\",\"meta_value\":\"\"}'),(1184,'u3a766','[]','[]','[]'),(1185,'u3a7f8','[]','[]','[]'),(1189,'us5lvtx','[]','[]','[]'),(1190,'u89e42','[]','[]','[]'),(1191,'u89ec8','[]','[]','[]'),(1192,'u6d538','[]','[]','[]'),(1193,'uf9jdbv','{\"masonic_format\":\"\",\"masonic_post_type\":\"\",\"masonic_sizes\":\"medium\",\"masonic_total\":\"10\",\"masonic_excerpt\":\"0\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"default_title\":\"\",\"masonic_meta\":\"\",\"masonic_post_sort\":\"DESC\",\"masonic_meta_key\":\"\",\"masonic_meta_value\":\"\",\"masonic_category\":\"\",\"masonic_background\":\"\",\"masonic_background_attach_id\":\"\",\"masonic_repeat\":\"0\",\"masonic_theme\":\"\",\"masonic_video\":\"\",\"masonic_video_2\":\"\",\"masonic_color_enable\":\"0\",\"masonic_color\":\"\"}','[]','[]'),(1194,'u6d5ee','[]','[]','[]'),(1242,'u31btsl','[]','[]','[]'),(1083,'u22k8x7','{\"revslider_fullscreen\":\"1\",\"revslider_array\":{\"item1\":{\"background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9016\\/2014\\/04\\/roomforlen.jpg\",\"showitem\":\"1\"},\"item2\":{\"showitem\":\"1\"},\"item3\":{\"showitem\":\"1\"}},\"revslider_repeat\":\"0\",\"revslider_color_enable\":\"1\"}','{\"revslider_fullscreen\":\"1\",\"revslider_array\":{\"item1\":{\"background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9016\\/2014\\/04\\/roomforlen.jpg\",\"showitem\":\"1\"},\"item2\":{\"showitem\":\"1\"},\"item3\":{\"showitem\":\"1\"}},\"revslider_repeat\":\"0\",\"revslider_color_enable\":\"1\"}','{\"revslider_fullscreen\":\"1\",\"revslider_array\":{\"item1\":{\"background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9016\\/2014\\/04\\/roomforlen.jpg\",\"showitem\":\"1\"},\"item2\":{\"showitem\":\"1\"},\"item3\":{\"showitem\":\"1\"}},\"revslider_repeat\":\"0\",\"revslider_color_enable\":\"1\"}'),(1084,'u6dd7f','{\"pl_area_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9016\\/2014\\/04\\/roomforlen.jpg\",\"pl_area_repeat\":\"0\",\"pl_area_color_enable\":\"0\"}','{\"pl_area_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9016\\/2014\\/04\\/roomforlen.jpg\",\"pl_area_repeat\":\"0\",\"pl_area_color_enable\":\"0\"}','{\"pl_area_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9016\\/2014\\/04\\/roomforlen.jpg\",\"pl_area_repeat\":\"0\",\"pl_area_color_enable\":\"0\"}'),(1119,'u2516e','{\"pl_area_repeat\":\"0\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"FCFAFA\"}','{\"pl_area_repeat\":\"0\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"FCFAFA\"}','{\"pl_area_repeat\":\"0\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"FCFAFA\"}'),(1120,'ua6zzqw','{\"quick_transition\":\"fade\",\"quick_slideshow\":\"0\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"1615,70000001\",\"quickslider_array\":{\"item1\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/2016\\/08\\/traderoomsession.jpg\",\"image_attach_id\":\"2983\",\"showitem\":\"1\"},\"item2\":{\"showitem\":\"1\"},\"item3\":{\"showitem\":\"1\"}}}','{\"quick_transition\":\"fade\",\"quick_slideshow\":\"0\",\"pl_hide_on_page\":\"1615,70000001\",\"quickslider_array\":{\"item1\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/2014\\/05\\/tradingroom2x12.jpg\",\"image_attach_id\":\"1590\",\"showitem\":\"1\"},\"item2\":{\"showitem\":\"1\"},\"item3\":{\"showitem\":\"1\"}}}','{\"quick_transition\":\"fade\",\"quick_slideshow\":\"0\",\"pl_hide_on_page\":\"1615,70000001\",\"quickslider_array\":{\"item1\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/2014\\/05\\/tradingroom2x12.jpg\",\"image_attach_id\":\"1590\",\"showitem\":\"1\"},\"item2\":{\"showitem\":\"1\"},\"item3\":{\"showitem\":\"1\"}}}'),(1086,'uul4caq','{\"revslider_fullscreen\":\"0\",\"revslider_array\":{\"item1\":{\"background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9016\\/2014\\/04\\/roomforlen.jpg\",\"showitem\":\"1\"},\"item2\":{\"background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9016\\/2014\\/04\\/marketanalyzer2.jpg\",\"showitem\":\"1\"},\"item3\":{\"background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9016\\/2014\\/04\\/traderclicking12.jpg\",\"showitem\":\"1\"}},\"revslider_repeat\":\"0\",\"revslider_color_enable\":\"0\"}','{\"revslider_fullscreen\":\"0\",\"revslider_array\":{\"item1\":{\"background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9016\\/2014\\/04\\/roomforlen.jpg\",\"showitem\":\"1\"},\"item2\":{\"background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9016\\/2014\\/04\\/marketanalyzer2.jpg\",\"showitem\":\"1\"},\"item3\":{\"background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9016\\/2014\\/04\\/traderclicking12.jpg\",\"showitem\":\"1\"}},\"revslider_repeat\":\"0\",\"revslider_color_enable\":\"0\"}','{\"revslider_fullscreen\":\"0\",\"revslider_array\":{\"item1\":{\"background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9016\\/2014\\/04\\/roomforlen.jpg\",\"showitem\":\"1\"},\"item2\":{\"background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9016\\/2014\\/04\\/marketanalyzer2.jpg\",\"showitem\":\"1\"},\"item3\":{\"background\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9016\\/2014\\/04\\/traderclicking12.jpg\",\"showitem\":\"1\"}},\"revslider_repeat\":\"0\",\"revslider_color_enable\":\"0\"}'),(1087,'ufobbsc','[]','[]','[]'),(1088,'upyz0zl','[]','[]','[]'),(1089,'ug2bvya','[]','[]','[]'),(1090,'uhdcs8l','[]','[]','[]'),(1091,'u78c04','[]','[]','[]'),(1092,'ux79ppw','{\"ibox_cols\":\"4\",\"ibox_media\":\"image\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Quantitative Trend Analysis\",\"text\":\"The RQ Cross Box is a computerized ranking system utilizing multiple disciplines of evaluation including macro economics, rotation flows, fundamental and technical analysis. At the core is proprietary algorithms designed to interpret historical data in order to reveal predictive future metrics.\",\"icon\":\"gears\",\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/2014\\/05\\/marketanalyzer.jpg\",\"image_attach_id\":\"1595\",\"color\":\"FA0707\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Algorithmic Trading Systems\",\"text\":\"The RiosQuant algorithmic trading systems are  designed for specific assignments, such as to exploit short-lived trading opportunities. At the core of the strategy is proprietary code with forward-looking algorithms designed to forecast potential key levels of the markets associated with aggressive price action.\",\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/2014\\/05\\/screenhandclick.jpg\",\"image_attach_id\":\"1596\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Live Trading Room\",\"text\":\"The Trading Room\\u00ae sessions  offer a pragmatic, real world perspective of trading the global markets in real-time for the active trader.  Get a sneak view of our algorithmic trading systems in action from the convenience of your computer via the internet.\",\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/2014\\/05\\/joeshadowwriting2.jpg\",\"image_attach_id\":\"1597\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"image\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Quantitative Trend Analysis\",\"text\":\"The RQ Cross Box is a computerized ranking system utilizing multiple disciplines of evaluation including macro economics, rotation flows, fundamental and technical analysis. At the core is proprietary algorithms designed to interpret historical data in order to reveal predictive future metrics.\",\"icon\":\"gears\",\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/2014\\/05\\/marketanalyzer.jpg\",\"image_attach_id\":\"1595\",\"color\":\"FA0707\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Algorithmic Trading Systems\",\"text\":\"The RiosQuant algorithmic trading systems are  designed for specific assignments, such as to exploit short-lived trading opportunities. At the core of the strategy is proprietary code with forward-looking algorithms designed to forecast potential key levels of the markets associated with aggressive price action.\",\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/2014\\/05\\/screenhandclick.jpg\",\"image_attach_id\":\"1596\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Live Trading Room\",\"text\":\"The Trading Room\\u00ae sessions  offer a pragmatic, real world perspective of trading the global markets in real-time for the active trader.  Get a sneak view of our algorithmic trading systems in action from the convenience of your computer via the internet.\",\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/2014\\/05\\/joeshadowwriting2.jpg\",\"image_attach_id\":\"1597\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"image\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Quantitative Trend Analysis\",\"text\":\"The RQ Cross Box is a computerized ranking system utilizing multiple disciplines of evaluation including macro economics, rotation flows, fundamental and technical analysis. At the core is proprietary algorithms designed to interpret historical data in order to reveal predictive future metrics.\",\"icon\":\"gears\",\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/2014\\/05\\/marketanalyzer.jpg\",\"image_attach_id\":\"1595\",\"color\":\"FA0707\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Algorithmic Trading Systems\",\"text\":\"The RiosQuant algorithmic trading systems are  designed for specific assignments, such as to exploit short-lived trading opportunities. At the core of the strategy is proprietary code with forward-looking algorithms designed to forecast potential key levels of the markets associated with aggressive price action.\",\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/2014\\/05\\/screenhandclick.jpg\",\"image_attach_id\":\"1596\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Live Trading Room\",\"text\":\"The Trading Room\\u00ae sessions  offer a pragmatic, real world perspective of trading the global markets in real-time for the active trader.  Get a sneak view of our algorithmic trading systems in action from the convenience of your computer via the internet.\",\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/2014\\/05\\/joeshadowwriting2.jpg\",\"image_attach_id\":\"1597\",\"showitem\":\"1\"}}}'),(1093,'uw72jq1','{\"quick_transition\":\"fade\",\"quick_slideshow\":\"0\",\"quickslider_array\":{\"item1\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9016\\/2014\\/04\\/roomforlen.jpg\",\"showitem\":\"1\"},\"item2\":{\"showitem\":\"1\"},\"item3\":{\"showitem\":\"1\"}}}','{\"quick_transition\":\"fade\",\"quick_slideshow\":\"0\",\"quickslider_array\":{\"item1\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9016\\/2014\\/04\\/roomforlen.jpg\",\"showitem\":\"1\"},\"item2\":{\"showitem\":\"1\"},\"item3\":{\"showitem\":\"1\"}}}','{\"quick_transition\":\"fade\",\"quick_slideshow\":\"0\",\"quickslider_array\":{\"item1\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9016\\/2014\\/04\\/roomforlen.jpg\",\"showitem\":\"1\"},\"item2\":{\"showitem\":\"1\"},\"item3\":{\"showitem\":\"1\"}}}'),(1140,'uv16e1u','[]','[]','[]'),(1143,'uluavz4','[]','[]','[]'),(1147,'urswt38','[]','[]','[]'),(1145,'u262hm6','{\"ph_format\":\"format-center\",\"ph_pad_class\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"ph_header\":\".\",\"ph_sub\":\"\",\"ph_link1\":\"https:\\/\\/www.youtube.com\\/channel\\/UCJmcq8W9KhVMLoHsqTXIAnw\",\"ph_link1_text\":\"Watch Our Videos\",\"ph_link1_style\":\"btn-warning\",\"ph_link2\":\"http:\\/\\/www.riosquant.com\\/events\\/events_list\\/all\",\"ph_link2_text\":\"Events Calendar\",\"ph_link2_style\":\"btn-warning\",\"pageheader_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/2014\\/05\\/rqglassadvwindow.jpg\",\"pageheader_background_attach_id\":\"1604\",\"pageheader_repeat\":\"0\",\"pageheader_theme\":\"0\",\"pageheader_video\":\"\",\"pageheader_video_2\":\"\",\"pageheader_color_enable\":\"1\",\"pageheader_color\":\"F7F7F7\"}','{\"ph_format\":\"format-center\",\"ph_pad_class\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"ph_header\":\".\",\"ph_sub\":\"\",\"ph_link1\":\"https:\\/\\/www.youtube.com\\/channel\\/UCJmcq8W9KhVMLoHsqTXIAnw\",\"ph_link1_text\":\"Watch Our Videos\",\"ph_link1_style\":\"btn-warning\",\"ph_link2\":\"http:\\/\\/www.riosquant.com\\/events\\/events_list\\/all\",\"ph_link2_text\":\"Events Calendar\",\"ph_link2_style\":\"btn-warning\",\"pageheader_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/2014\\/05\\/rqglassadvwindow.jpg\",\"pageheader_background_attach_id\":\"1604\",\"pageheader_repeat\":\"0\",\"pageheader_theme\":\"0\",\"pageheader_video\":\"\",\"pageheader_video_2\":\"\",\"pageheader_color_enable\":\"1\",\"pageheader_color\":\"F7F7F7\"}','{\"ph_format\":\"format-center\",\"ph_pad_class\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"ph_header\":\".\",\"ph_sub\":\"\",\"ph_link1\":\"https:\\/\\/www.youtube.com\\/channel\\/UCJmcq8W9KhVMLoHsqTXIAnw\",\"ph_link1_text\":\"Watch Our Videos\",\"ph_link1_style\":\"btn-warning\",\"ph_link2\":\"http:\\/\\/www.riosquant.com\\/events\\/events_list\\/all\",\"ph_link2_text\":\"Events Calendar\",\"ph_link2_style\":\"btn-warning\",\"pageheader_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/2014\\/05\\/rqglassadvwindow.jpg\",\"pageheader_background_attach_id\":\"1604\",\"pageheader_repeat\":\"0\",\"pageheader_theme\":\"0\",\"pageheader_video\":\"\",\"pageheader_video_2\":\"\",\"pageheader_color_enable\":\"1\",\"pageheader_color\":\"F7F7F7\"}'),(1174,'uoi6bed','[]','[]','[]'),(1177,'u1g1c2c','[]','[]','[]'),(1178,'utmefjt','{\"pl_area_pad\":\"0px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"The Trading Room\\u00ae\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"pl_area_parallax\":\"\",\"parallax_speed\":\"\",\"parallax_direction\":\"\",\"parallax_layer\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"FCFAFA\"}','{\"pl_area_pad\":\"0px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"The Trading Room\\u00ae\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"pl_area_parallax\":\"\",\"parallax_speed\":\"\",\"parallax_direction\":\"\",\"parallax_layer\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"FCFAFA\"}','{\"pl_area_pad\":\"0px\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"The Trading Room\\u00ae                                        Established since 1997\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"pl_area_parallax\":\"\",\"parallax_speed\":\"\",\"parallax_direction\":\"\",\"parallax_layer\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"FCFAFA\"}'),(1238,'uko1r9u','[]','[]','[]'),(1237,'uhyhpw3','{\"quick_transition\":\"fade\",\"quick_slideshow\":\"1\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"quickslider_array\":{\"item1\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/2016\\/10\\/4starroom-2.jpg\",\"image_attach_id\":\"3220\",\"text\":\"Don\\\\\'t trade alone, join a group of active traders in live trading room.\",\"link\":\"http:\\/\\/www.riosquant.com\\/events\\/events_list\\/all\",\"showitem\":\"1\"}}}','{\"quick_transition\":\"fade\",\"quick_slideshow\":\"1\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"quickslider_array\":{\"item1\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/2016\\/10\\/4starroom-2.jpg\",\"image_attach_id\":\"3220\",\"text\":\"Don\\\\\'t trade alone, join a group of active traders in live trading room.\",\"link\":\"http:\\/\\/www.riosquant.com\\/events\\/events_list\\/all\",\"showitem\":\"1\"}}}','{\"quick_transition\":\"fade\",\"quick_slideshow\":\"1\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"quickslider_array\":{\"item1\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/2016\\/10\\/4starroom-1.jpg\",\"image_attach_id\":\"3215\",\"text\":\"Don\\\\\'t trade alone, join a group of traders. Find out for yourself what all the buzz is about. Test drive our live trading room for free.\",\"link\":\"http:\\/\\/www.riosquant.com\\/events\\/events_list\\/all\",\"showitem\":\"1\"},\"item2\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/2016\\/10\\/strategyroom-1.jpg\",\"image_attach_id\":\"3213\",\"text\":\"Quantitative analysis and algorithmic trading. Strategies for active traders.\",\"link\":\"http:\\/\\/www.riosquant.com\\/events\\/events_list\\/all\",\"showitem\":\"1\"},\"item3\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/2016\\/10\\/eppat.jpg\",\"image_attach_id\":\"3214\",\"text\":\"Our members come here for a reason, find yours.\",\"link\":\"http:\\/\\/www.riosquant.com\\/events\\/events_list\\/all\",\"showitem\":\"1\"}}}'),(1096,'uemdhci','[]','[]','[]'),(1097,'u5kbsav','{\"masonic_format\":\"grid\",\"masonic_post_type\":\"post\",\"masonic_sizes\":\"big-thumb\",\"masonic_total\":\"6\",\"masonic_excerpt\":\"1\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"default_title\":\"Trading Blog\",\"masonic_meta\":\"[post_categories] - List of categories\",\"masonic_post_sort\":\"DESC\",\"masonic_meta_key\":\"\",\"masonic_meta_value\":\"\",\"masonic_category\":\"\"}','{\"masonic_format\":\"grid\",\"masonic_post_type\":\"post\",\"masonic_sizes\":\"big-thumb\",\"masonic_total\":\"6\",\"masonic_excerpt\":\"1\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"default_title\":\"Trading Blog\",\"masonic_meta\":\"[post_categories] - List of categories\",\"masonic_post_sort\":\"DESC\",\"masonic_meta_key\":\"\",\"masonic_meta_value\":\"\",\"masonic_category\":\"\"}','{\"masonic_format\":\"grid\",\"masonic_post_type\":\"post\",\"masonic_sizes\":\"big-thumb\",\"masonic_total\":\"6\",\"masonic_excerpt\":\"1\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"default_title\":\"Trading Blog\",\"masonic_meta\":\"[post_categories] - List of categories\",\"masonic_post_sort\":\"DESC\",\"masonic_meta_key\":\"\",\"masonic_meta_value\":\"\",\"masonic_category\":\"\"}'),(1098,'uk3ormq','[]','[]','[]'),(1099,'u0bspra','{\"quick_transition\":\"fade\",\"quick_slideshow\":\"0\",\"quickslider_array\":{\"item1\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9016\\/2014\\/04\\/roomforlen.jpg\",\"showitem\":\"1\"},\"item2\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9016\\/2014\\/05\\/chillroom.jpg\",\"showitem\":\"1\"},\"item3\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9016\\/2014\\/04\\/bequickbesmart1.jpg\",\"showitem\":\"1\"}}}','{\"quick_transition\":\"fade\",\"quick_slideshow\":\"0\",\"quickslider_array\":{\"item1\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9016\\/2014\\/04\\/roomforlen.jpg\",\"showitem\":\"1\"},\"item2\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9016\\/2014\\/05\\/chillroom.jpg\",\"showitem\":\"1\"},\"item3\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9016\\/2014\\/04\\/bequickbesmart1.jpg\",\"showitem\":\"1\"}}}','{\"quick_transition\":\"fade\",\"quick_slideshow\":\"0\",\"quickslider_array\":{\"item1\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9016\\/2014\\/04\\/roomforlen.jpg\",\"showitem\":\"1\"},\"item2\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9016\\/2014\\/05\\/chillroom.jpg\",\"showitem\":\"1\"},\"item3\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/sites\\/9016\\/2014\\/04\\/bequickbesmart1.jpg\",\"showitem\":\"1\"}}}'),(1121,'udcr0ro','{\"icallout_format\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"icallout_text\":\"Ready to experience market intelligence?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"http:\\/\\/www.riosquant.com\\/requestinfo?product_id=2\",\"icallout_target\":\"1\",\"icallout_link_text\":\"Get Your Free Trial Started\",\"icallout_btn_theme\":\"btn-ol-white\"}','{\"icallout_format\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"icallout_text\":\"Ready to experience market intelligence?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"http:\\/\\/www.riosquant.com\\/requestinfo?product_id=2\",\"icallout_target\":\"1\",\"icallout_link_text\":\"Get Your Free Trial Started\",\"icallout_btn_theme\":\"btn-ol-white\"}','{\"icallout_format\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"icallout_text\":\"Ready to experience market intelligence?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"http:\\/\\/www.riosquant.com\\/requestinfo?product_id=2\",\"icallout_target\":\"1\",\"icallout_link_text\":\"Get Your Free Trial Started\",\"icallout_btn_theme\":\"btn-ol-white\"}'),(1101,'utfnt6u','{\"center_lat\":\"25.7519221\",\"center_lng\":\"-80.2627089\",\"map_height\":\"350px\",\"map_zoom_level\":\"12\",\"map_zoom_enable\":\"0\",\"enable_animation\":\"0\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"70293952,1615\",\"locations_array\":{\"item1\":{\"latitude\":\"25.7519221\",\"longitude\":\"-80.2627089\",\"showitem\":\"1\"},\"item2\":{\"showitem\":\"1\"}}}','{\"center_lat\":\"25.7519221\",\"center_lng\":\"-80.2627089\",\"map_height\":\"350px\",\"map_zoom_level\":\"12\",\"map_zoom_enable\":\"0\",\"enable_animation\":\"0\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"70293952,1615\",\"locations_array\":{\"item1\":{\"latitude\":\"25.7519221\",\"longitude\":\"-80.2627089\",\"showitem\":\"1\"},\"item2\":{\"showitem\":\"1\"}}}','{\"center_lat\":\"25.7519221\",\"center_lng\":\"-80.2627089\",\"map_height\":\"350px\",\"map_zoom_level\":\"12\",\"map_zoom_enable\":\"0\",\"enable_animation\":\"0\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"70293952,1615\",\"locations_array\":{\"item1\":{\"latitude\":\"25.7519221\",\"longitude\":\"-80.2627089\",\"showitem\":\"1\"},\"item2\":{\"showitem\":\"1\"}}}'),(1102,'u0322e','[]','[]','[]'),(1103,'u03341','[]','[]','[]'),(1104,'u7b9cyy','{\"icallout_format\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"icallout_text\":\"Learn how to be a quant trader.\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"http:\\/\\/www.riosquant.com\\/requestinfo?product_id=2\",\"icallout_target\":\"1\",\"icallout_link_text\":\"SIGN UP FOR NEXT ONLINE COURSE\",\"icallout_btn_theme\":\"btn-ol-white\"}','{\"icallout_format\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"icallout_text\":\"Learn how to be a quant trader.\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"http:\\/\\/www.riosquant.com\\/requestinfo?product_id=2\",\"icallout_target\":\"1\",\"icallout_link_text\":\"SIGN UP FOR NEXT ONLINE COURSE\",\"icallout_btn_theme\":\"btn-ol-white\"}','{\"icallout_format\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"icallout_text\":\"Learn how to be a quant trader.\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"http:\\/\\/www.riosquant.com\\/requestinfo?product_id=2\",\"icallout_target\":\"1\",\"icallout_link_text\":\"SIGN UP FOR NEXT ONLINE COURSE\",\"icallout_btn_theme\":\"btn-ol-white\"}'),(1109,'u7633c','[]','[]','[]'),(1105,'u8b3ae','[]','[]','[]'),(1106,'u8b43d','[]','[]','[]'),(1107,'u8fa8a','[]','[]','[]'),(1108,'u8fb18','[]','[]','[]'),(1110,'u763ca','[]','[]','[]'),(1111,'u9a20d','[]','[]','[]'),(1112,'u9a2cb','[]','[]','[]'),(1113,'u9a382','[]','[]','[]'),(1114,'u9a43c','[]','[]','[]'),(1115,'u9a4f1','[]','[]','[]'),(1116,'u9a5a6','[]','[]','[]'),(1128,'ub09ee','[]','[]','[]'),(1129,'ub0a7e','[]','[]','[]'),(1130,'u8f188','[]','[]','[]'),(1224,'umngz99','{\"masonic_format\":\"grid\",\"masonic_sizes\":\"medium\",\"masonic_total\":\"10\",\"masonic_excerpt\":\"0\",\"masonic_post_sort\":\"DESC\"}','{\"masonic_format\":\"grid\",\"masonic_sizes\":\"medium\",\"masonic_total\":\"10\",\"masonic_excerpt\":\"0\",\"masonic_post_sort\":\"DESC\"}','{\"masonic_format\":\"grid\",\"masonic_sizes\":\"medium\",\"masonic_total\":\"10\",\"masonic_excerpt\":\"0\",\"masonic_post_sort\":\"DESC\"}'),(1198,'uazgnrm','{\"ibox_array\":[{\"title\":\"Stay in Touch\",\"text\":\"New to PageLines? Stay in touch by following us on Facebook and Twitter.<p>[like_button url=\\\\\\\"http:\\/\\/www.facebook.com\\/pagelines\\/\\\\\\\" ] [twitter_button type=\\\\\\\"follow\\\\\\\" handle=\\\\\\\"pagelines\\\\\\\"]<\\/p>\",\"icon\":\"thumbs-up\"},{\"title\":\"Forum\",\"text\":\"Have questions? We are happy to help, just search or post on PageLines Forum.\",\"icon\":\"comment\",\"link\":\"http:\\/\\/forum.pagelines.com\\/\"},{\"title\":\"Docs\",\"text\":\"Time to dig in. Check out the Docs for specifics on creating your dream website.\",\"icon\":\"file-text\",\"link\":\"http:\\/\\/docs.pagelines.com\\/\"}]}','{\"ibox_array\":[{\"title\":\"Stay in Touch\",\"text\":\"New to PageLines? Stay in touch by following us on Facebook and Twitter.<p>[like_button url=\\\\\\\"http:\\/\\/www.facebook.com\\/pagelines\\/\\\\\\\" ] [twitter_button type=\\\\\\\"follow\\\\\\\" handle=\\\\\\\"pagelines\\\\\\\"]<\\/p>\",\"icon\":\"thumbs-up\"},{\"title\":\"Forum\",\"text\":\"Have questions? We are happy to help, just search or post on PageLines Forum.\",\"icon\":\"comment\",\"link\":\"http:\\/\\/forum.pagelines.com\\/\"},{\"title\":\"Docs\",\"text\":\"Time to dig in. Check out the Docs for specifics on creating your dream website.\",\"icon\":\"file-text\",\"link\":\"http:\\/\\/docs.pagelines.com\\/\"}]}','{\"ibox_array\":[{\"title\":\"Stay in Touch\",\"text\":\"New to PageLines? Stay in touch by following us on Facebook and Twitter.<p>[like_button url=\\\\\\\"http:\\/\\/www.facebook.com\\/pagelines\\/\\\\\\\" ] [twitter_button type=\\\\\\\"follow\\\\\\\" handle=\\\\\\\"pagelines\\\\\\\"]<\\/p>\",\"icon\":\"thumbs-up\"},{\"title\":\"Forum\",\"text\":\"Have questions? We are happy to help, just search or post on PageLines Forum.\",\"icon\":\"comment\",\"link\":\"http:\\/\\/forum.pagelines.com\\/\"},{\"title\":\"Docs\",\"text\":\"Time to dig in. Check out the Docs for specifics on creating your dream website.\",\"icon\":\"file-text\",\"link\":\"http:\\/\\/docs.pagelines.com\\/\"}]}'),(1127,'uj2jnyd','{\"pl_area_pad\":\"140px\",\"pl_area_pad_bottom\":\"90px\",\"pl_area_repeat\":\"0\",\"pl_area_color_enable\":\"0\"}','{\"pl_area_pad\":\"140px\",\"pl_area_pad_bottom\":\"90px\",\"pl_area_repeat\":\"0\",\"pl_area_color_enable\":\"0\"}','{\"pl_area_pad\":\"140px\",\"pl_area_pad_bottom\":\"90px\",\"pl_area_repeat\":\"0\",\"pl_area_color_enable\":\"0\"}'),(1131,'u8f243','[]','[]','[]'),(1132,'u8f2ff','[]','[]','[]'),(1133,'u8f3b6','[]','[]','[]'),(1134,'u25509','[]','[]','[]'),(1135,'u2557f','{\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\"}','[]','[]'),(1124,'u35qdet','{\"icallout_format\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"icallout_text\":\"Ready to experience market intelligence?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"http:\\/\\/www.riosquant.com\\/requestinfo?product_id=2\",\"icallout_target\":\"1\",\"icallout_link_text\":\"Get Your Free Trial Started\",\"icallout_btn_theme\":\"btn-ol-white\"}','{\"icallout_format\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"icallout_text\":\"Ready to experience market intelligence?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"http:\\/\\/www.riosquant.com\\/requestinfo?product_id=2\",\"icallout_target\":\"1\",\"icallout_link_text\":\"Get Your Free Trial Started\",\"icallout_btn_theme\":\"btn-ol-white\"}','{\"icallout_format\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"icallout_text\":\"Ready to experience market intelligence?\",\"icallout_text_wrap\":\"h2\",\"icallout_link\":\"http:\\/\\/www.riosquant.com\\/requestinfo?product_id=2\",\"icallout_target\":\"1\",\"icallout_link_text\":\"Get Your Free Trial Started\",\"icallout_btn_theme\":\"btn-ol-white\"}'),(1125,'u6erex7','{\"ibox_cols\":\"4\",\"ibox_media\":\"image\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Quantitative Trend Analysis\",\"text\":\"The RQ Cross Box is a computerized ranking system utilizing multiple disciplines of evaluation including macro economics, rotation flows, fundamental and technical analysis. At the core is proprietary algorithms designed to interpret historical data in order to reveal predictive future metrics.\",\"icon\":\"gears\",\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/2014\\/05\\/marketanalyzer.jpg\",\"image_attach_id\":\"1595\",\"color\":\"FA0707\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Algorithmic Trading Systems\",\"text\":\"The RiosQuant algorithmic trading systems are  designed for specific assignments, such as to exploit short-lived trading opportunities. At the core of the strategy is proprietary code with forward-looking algorithms designed to forecast potential key levels of the markets associated with aggressive price action.\",\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/2014\\/05\\/screenhandclick.jpg\",\"image_attach_id\":\"1596\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Live Trading Room\",\"text\":\"The Trading Room\\u00ae sessions  offer a pragmatic, real world perspective of trading the global markets in real-time for the active trader.  Get a sneak view of our algorithmic trading systems in action from the convenience of your computer via the internet.\",\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/2014\\/05\\/joeshadowwriting2.jpg\",\"image_attach_id\":\"1597\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"image\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Quantitative Trend Analysis\",\"text\":\"The RQ Cross Box is a computerized ranking system utilizing multiple disciplines of evaluation including macro economics, rotation flows, fundamental and technical analysis. At the core is proprietary algorithms designed to interpret historical data in order to reveal predictive future metrics.\",\"icon\":\"gears\",\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/2014\\/05\\/marketanalyzer.jpg\",\"image_attach_id\":\"1595\",\"color\":\"FA0707\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Algorithmic Trading Systems\",\"text\":\"The RiosQuant algorithmic trading systems are  designed for specific assignments, such as to exploit short-lived trading opportunities. At the core of the strategy is proprietary code with forward-looking algorithms designed to forecast potential key levels of the markets associated with aggressive price action.\",\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/2014\\/05\\/screenhandclick.jpg\",\"image_attach_id\":\"1596\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Live Trading Room\",\"text\":\"The Trading Room\\u00ae sessions  offer a pragmatic, real world perspective of trading the global markets in real-time for the active trader.  Get a sneak view of our algorithmic trading systems in action from the convenience of your computer via the internet.\",\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/2014\\/05\\/joeshadowwriting2.jpg\",\"image_attach_id\":\"1597\",\"showitem\":\"1\"}}}','{\"ibox_cols\":\"4\",\"ibox_media\":\"image\",\"ibox_format\":\"left\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"ibox_array\":{\"item1\":{\"title\":\"Quantitative Trend Analysis\",\"text\":\"The RQ Cross Box is a computerized ranking system utilizing multiple disciplines of evaluation including macro economics, rotation flows, fundamental and technical analysis. At the core is proprietary algorithms designed to interpret historical data in order to reveal predictive future metrics.\",\"icon\":\"gears\",\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/2014\\/05\\/marketanalyzer.jpg\",\"image_attach_id\":\"1595\",\"color\":\"FA0707\",\"showitem\":\"1\"},\"item2\":{\"title\":\"Algorithmic Trading Systems\",\"text\":\"The RiosQuant algorithmic trading systems are  designed for specific assignments, such as to exploit short-lived trading opportunities. At the core of the strategy is proprietary code with forward-looking algorithms designed to forecast potential key levels of the markets associated with aggressive price action.\",\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/2014\\/05\\/screenhandclick.jpg\",\"image_attach_id\":\"1596\",\"showitem\":\"1\"},\"item3\":{\"title\":\"Live Trading Room\",\"text\":\"The Trading Room\\u00ae sessions  offer a pragmatic, real world perspective of trading the global markets in real-time for the active trader.  Get a sneak view of our algorithmic trading systems in action from the convenience of your computer via the internet.\",\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/2014\\/05\\/joeshadowwriting2.jpg\",\"image_attach_id\":\"1597\",\"showitem\":\"1\"}}}'),(1138,'uffq50s','{\"ph_format\":\"format-center\",\"ph_pad_class\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"ph_header\":\".\",\"ph_sub\":\"\",\"ph_link1\":\"https:\\/\\/www.youtube.com\\/channel\\/UCJmcq8W9KhVMLoHsqTXIAnw\",\"ph_link1_text\":\"Watch Our Videos\",\"ph_link1_style\":\"btn-warning\",\"ph_link2\":\"http:\\/\\/www.riosquant.com\\/events\\/events_list\\/all\",\"ph_link2_text\":\"Events Calendar\",\"ph_link2_style\":\"btn-warning\",\"pageheader_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/2014\\/05\\/rqglassadvwindow.jpg\",\"pageheader_background_attach_id\":\"1604\",\"pageheader_repeat\":\"0\",\"pageheader_theme\":\"0\",\"pageheader_video\":\"\",\"pageheader_video_2\":\"\",\"pageheader_color_enable\":\"1\",\"pageheader_color\":\"F7F7F7\"}','{\"ph_format\":\"format-center\",\"ph_pad_class\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"ph_header\":\".\",\"ph_sub\":\"\",\"ph_link1\":\"https:\\/\\/www.youtube.com\\/channel\\/UCJmcq8W9KhVMLoHsqTXIAnw\",\"ph_link1_text\":\"Watch Our Videos\",\"ph_link1_style\":\"btn-warning\",\"ph_link2\":\"http:\\/\\/www.riosquant.com\\/events\\/events_list\\/all\",\"ph_link2_text\":\"Events Calendar\",\"ph_link2_style\":\"btn-warning\",\"pageheader_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/2014\\/05\\/rqglassadvwindow.jpg\",\"pageheader_background_attach_id\":\"1604\",\"pageheader_repeat\":\"0\",\"pageheader_theme\":\"0\",\"pageheader_video\":\"\",\"pageheader_video_2\":\"\",\"pageheader_color_enable\":\"1\",\"pageheader_color\":\"F7F7F7\"}','{\"ph_format\":\"format-center\",\"ph_pad_class\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"ph_header\":\".\",\"ph_sub\":\"\",\"ph_link1\":\"https:\\/\\/www.youtube.com\\/channel\\/UCJmcq8W9KhVMLoHsqTXIAnw\",\"ph_link1_text\":\"Watch Our Videos\",\"ph_link1_style\":\"btn-warning\",\"ph_link2\":\"http:\\/\\/www.riosquant.com\\/events\\/events_list\\/all\",\"ph_link2_text\":\"Events Calendar\",\"ph_link2_style\":\"btn-warning\",\"pageheader_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/2014\\/05\\/rqglassadvwindow.jpg\",\"pageheader_background_attach_id\":\"1604\",\"pageheader_repeat\":\"0\",\"pageheader_theme\":\"0\",\"pageheader_video\":\"\",\"pageheader_video_2\":\"\",\"pageheader_color_enable\":\"1\",\"pageheader_color\":\"F7F7F7\"}'),(1139,'uqv94wn','{\"ph_format\":\"format-center\",\"ph_pad_class\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"ph_header\":\".\",\"ph_sub\":\"\",\"ph_link1\":\"https:\\/\\/www.youtube.com\\/channel\\/UCJmcq8W9KhVMLoHsqTXIAnw\",\"ph_link1_text\":\"Watch Our Videos\",\"ph_link1_style\":\"btn-warning\",\"ph_link2\":\"http:\\/\\/www.riosquant.com\\/events\\/events_list\\/all\",\"ph_link2_text\":\"Events Calendar\",\"ph_link2_style\":\"btn-warning\",\"pageheader_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/2014\\/05\\/rqglassadvwindow.jpg\",\"pageheader_background_attach_id\":\"1604\",\"pageheader_repeat\":\"0\",\"pageheader_theme\":\"0\",\"pageheader_video\":\"\",\"pageheader_video_2\":\"\",\"pageheader_color_enable\":\"1\",\"pageheader_color\":\"F7F7F7\"}','{\"ph_format\":\"format-center\",\"ph_pad_class\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"ph_header\":\".\",\"ph_sub\":\"\",\"ph_link1\":\"https:\\/\\/www.youtube.com\\/channel\\/UCJmcq8W9KhVMLoHsqTXIAnw\",\"ph_link1_text\":\"Watch Our Videos\",\"ph_link1_style\":\"btn-warning\",\"ph_link2\":\"http:\\/\\/www.riosquant.com\\/events\\/events_list\\/all\",\"ph_link2_text\":\"Events Calendar\",\"ph_link2_style\":\"btn-warning\",\"pageheader_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/2014\\/05\\/rqglassadvwindow.jpg\",\"pageheader_background_attach_id\":\"1604\",\"pageheader_repeat\":\"0\",\"pageheader_theme\":\"0\",\"pageheader_video\":\"\",\"pageheader_video_2\":\"\",\"pageheader_color_enable\":\"1\",\"pageheader_color\":\"F7F7F7\"}','{\"ph_format\":\"format-center\",\"ph_pad_class\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"ph_header\":\".\",\"ph_sub\":\"\",\"ph_link1\":\"https:\\/\\/www.youtube.com\\/channel\\/UCJmcq8W9KhVMLoHsqTXIAnw\",\"ph_link1_text\":\"Watch Our Videos\",\"ph_link1_style\":\"btn-warning\",\"ph_link2\":\"http:\\/\\/www.riosquant.com\\/events\\/events_list\\/all\",\"ph_link2_text\":\"Events Calendar\",\"ph_link2_style\":\"btn-warning\",\"pageheader_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/2014\\/05\\/rqglassadvwindow.jpg\",\"pageheader_background_attach_id\":\"1604\",\"pageheader_repeat\":\"0\",\"pageheader_theme\":\"0\",\"pageheader_video\":\"\",\"pageheader_video_2\":\"\",\"pageheader_color_enable\":\"1\",\"pageheader_color\":\"F7F7F7\"}'),(1160,'u4zuzmq','[]','[]','[]'),(1235,'u9f997','[]','[]','[]'),(1148,'ump4rq7','{\"ph_format\":\"format-center\",\"ph_pad_class\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"ph_header\":\".\",\"ph_sub\":\"\",\"ph_link1\":\"https:\\/\\/www.youtube.com\\/channel\\/UCJmcq8W9KhVMLoHsqTXIAnw\",\"ph_link1_text\":\"Watch Our Videos\",\"ph_link1_style\":\"btn-warning\",\"ph_link2\":\"http:\\/\\/www.riosquant.com\\/events\\/events_list\\/all\",\"ph_link2_text\":\"Events Calendar\",\"ph_link2_style\":\"btn-warning\",\"pageheader_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/2014\\/05\\/rqglassadvwindow.jpg\",\"pageheader_background_attach_id\":\"1604\",\"pageheader_repeat\":\"0\",\"pageheader_theme\":\"0\",\"pageheader_video\":\"\",\"pageheader_video_2\":\"\",\"pageheader_color_enable\":\"1\",\"pageheader_color\":\"F7F7F7\"}','{\"ph_format\":\"format-center\",\"ph_pad_class\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"ph_header\":\".\",\"ph_sub\":\"\",\"ph_link1\":\"https:\\/\\/www.youtube.com\\/channel\\/UCJmcq8W9KhVMLoHsqTXIAnw\",\"ph_link1_text\":\"Watch Our Videos\",\"ph_link1_style\":\"btn-warning\",\"ph_link2\":\"http:\\/\\/www.riosquant.com\\/events\\/events_list\\/all\",\"ph_link2_text\":\"Events Calendar\",\"ph_link2_style\":\"btn-warning\",\"pageheader_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/2014\\/05\\/rqglassadvwindow.jpg\",\"pageheader_background_attach_id\":\"1604\",\"pageheader_repeat\":\"0\",\"pageheader_theme\":\"0\",\"pageheader_video\":\"\",\"pageheader_video_2\":\"\",\"pageheader_color_enable\":\"1\",\"pageheader_color\":\"F7F7F7\"}','{\"ph_format\":\"format-center\",\"ph_pad_class\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"ph_header\":\".\",\"ph_sub\":\"\",\"ph_link1\":\"https:\\/\\/www.youtube.com\\/channel\\/UCJmcq8W9KhVMLoHsqTXIAnw\",\"ph_link1_text\":\"Watch Our Videos\",\"ph_link1_style\":\"btn-warning\",\"ph_link2\":\"http:\\/\\/www.riosquant.com\\/events\\/events_list\\/all\",\"ph_link2_text\":\"Events Calendar\",\"ph_link2_style\":\"btn-warning\",\"pageheader_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/2014\\/05\\/rqglassadvwindow.jpg\",\"pageheader_background_attach_id\":\"1604\",\"pageheader_repeat\":\"0\",\"pageheader_theme\":\"0\",\"pageheader_video\":\"\",\"pageheader_video_2\":\"\",\"pageheader_color_enable\":\"1\",\"pageheader_color\":\"F7F7F7\"}'),(1149,'u2oko0x','[]','[]','[]'),(1150,'uikxmkz','[]','[]','[]'),(1151,'uzpeu2b','[]','[]','[]'),(1152,'uh0ugvy','[]','[]','[]'),(1153,'uall908','[]','[]','[]'),(1154,'ujefjh0','[]','[]','[]'),(1155,'u8v9rpk','[]','[]','[]'),(1156,'ucipj7f','[]','[]','[]'),(1158,'umpe4y9','[]','[]','[]'),(1223,'un9fytu','[]','[]','[]'),(1164,'u1b519','[]','[]','[]'),(1165,'u1b5a9','[]','[]','[]'),(1166,'u1b633','[]','[]','[]'),(1167,'u1b6c0','[]','[]','[]'),(1168,'u1b74e','[]','[]','[]'),(1169,'u1b7d7','[]','[]','[]'),(1170,'u1b861','[]','[]','[]'),(1234,'u630s1r','{\"pl_area_pad\":\"200px\",\"pl_area_pad_bottom\":\"200px\",\"pl_area_parallax\":\"0\",\"parallax_direction\":\"horizontal\",\"parallax_layer\":\"foreground\",\"pl_area_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/2016\\/10\\/traderoomsession.jpg\",\"pl_area_background_attach_id\":\"3207\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"0\",\"pl_area_color_enable\":\"0\"}','{\"pl_area_pad\":\"200px\",\"pl_area_pad_bottom\":\"200px\",\"pl_area_parallax\":\"0\",\"parallax_direction\":\"horizontal\",\"parallax_layer\":\"foreground\",\"pl_area_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/2016\\/10\\/traderoomsession.jpg\",\"pl_area_background_attach_id\":\"3207\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"0\",\"pl_area_color_enable\":\"0\"}','{\"pl_area_pad\":\"200px\",\"pl_area_pad_bottom\":\"200px\",\"pl_area_parallax\":\"0\",\"parallax_direction\":\"horizontal\",\"parallax_layer\":\"foreground\",\"pl_area_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/2016\\/10\\/traderoomsession.jpg\",\"pl_area_background_attach_id\":\"3207\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"0\",\"pl_area_color_enable\":\"0\"}'),(1196,'ueojhcn','{\"pagelines_masthead_title\":\"Congratulations!\",\"pagelines_masthead_tagline\":\"You are up and running with PageLines DMS.\",\"pagelines_masthead_img\":\"[pl_parent_url]\\/images\\/getting-started-pl-logo.png\",\"masthead_button_link_2\":\"http:\\/\\/dms-theme-2\",\"masthead_button_text_2\":\"View Your Blog Page <i class=\\\\\\\"icon icon-angle-right\\\\\\\"><\\/i>\",\"masthead_button_theme_2\":\"btn-ol-white\",\"masthead_button_link_1\":\"#user-guide\",\"masthead_button_text_1\":\"View User Guide <i class=\\\\\\\"icon icon-angle-down\\\\\\\"><\\/i>\",\"masthead_button_theme_1\":\"btn-primary\"}','{\"pagelines_masthead_title\":\"Congratulations!\",\"pagelines_masthead_tagline\":\"You are up and running with PageLines DMS.\",\"pagelines_masthead_img\":\"[pl_parent_url]\\/images\\/getting-started-pl-logo.png\",\"masthead_button_link_2\":\"http:\\/\\/dms-theme-2\",\"masthead_button_text_2\":\"View Your Blog Page <i class=\\\\\\\"icon icon-angle-right\\\\\\\"><\\/i>\",\"masthead_button_theme_2\":\"btn-ol-white\",\"masthead_button_link_1\":\"#user-guide\",\"masthead_button_text_1\":\"View User Guide <i class=\\\\\\\"icon icon-angle-down\\\\\\\"><\\/i>\",\"masthead_button_theme_1\":\"btn-primary\"}','{\"pagelines_masthead_title\":\"Congratulations!\",\"pagelines_masthead_tagline\":\"You are up and running with PageLines DMS.\",\"pagelines_masthead_img\":\"[pl_parent_url]\\/images\\/getting-started-pl-logo.png\",\"masthead_button_link_2\":\"http:\\/\\/dms-theme-2\",\"masthead_button_text_2\":\"View Your Blog Page <i class=\\\\\\\"icon icon-angle-right\\\\\\\"><\\/i>\",\"masthead_button_theme_2\":\"btn-ol-white\",\"masthead_button_link_1\":\"#user-guide\",\"masthead_button_text_1\":\"View User Guide <i class=\\\\\\\"icon icon-angle-down\\\\\\\"><\\/i>\",\"masthead_button_theme_1\":\"btn-primary\"}'),(1176,'ubw2wx7','[]','[]','[]'),(1172,'umkw6s2','[]','[]','[]'),(1199,'ukhxb0l','{\"ibox_array\":[{\"title\":\"Stay in Touch\",\"text\":\"New to PageLines? Stay in touch by following us on Facebook and Twitter.<p>[like_button url=\\\\\\\"http:\\/\\/www.facebook.com\\/pagelines\\/\\\\\\\" ] [twitter_button type=\\\\\\\"follow\\\\\\\" handle=\\\\\\\"pagelines\\\\\\\"]<\\/p>\",\"icon\":\"thumbs-up\"},{\"title\":\"Forum\",\"text\":\"Have questions? We are happy to help, just search or post on PageLines Forum.\",\"icon\":\"comment\",\"link\":\"http:\\/\\/forum.pagelines.com\\/\"},{\"title\":\"Docs\",\"text\":\"Time to dig in. Check out the Docs for specifics on creating your dream website.\",\"icon\":\"file-text\",\"link\":\"http:\\/\\/docs.pagelines.com\\/\"}]}','{\"ibox_array\":[{\"title\":\"Stay in Touch\",\"text\":\"New to PageLines? Stay in touch by following us on Facebook and Twitter.<p>[like_button url=\\\\\\\"http:\\/\\/www.facebook.com\\/pagelines\\/\\\\\\\" ] [twitter_button type=\\\\\\\"follow\\\\\\\" handle=\\\\\\\"pagelines\\\\\\\"]<\\/p>\",\"icon\":\"thumbs-up\"},{\"title\":\"Forum\",\"text\":\"Have questions? We are happy to help, just search or post on PageLines Forum.\",\"icon\":\"comment\",\"link\":\"http:\\/\\/forum.pagelines.com\\/\"},{\"title\":\"Docs\",\"text\":\"Time to dig in. Check out the Docs for specifics on creating your dream website.\",\"icon\":\"file-text\",\"link\":\"http:\\/\\/docs.pagelines.com\\/\"}]}','{\"ibox_array\":[{\"title\":\"Stay in Touch\",\"text\":\"New to PageLines? Stay in touch by following us on Facebook and Twitter.<p>[like_button url=\\\\\\\"http:\\/\\/www.facebook.com\\/pagelines\\/\\\\\\\" ] [twitter_button type=\\\\\\\"follow\\\\\\\" handle=\\\\\\\"pagelines\\\\\\\"]<\\/p>\",\"icon\":\"thumbs-up\"},{\"title\":\"Forum\",\"text\":\"Have questions? We are happy to help, just search or post on PageLines Forum.\",\"icon\":\"comment\",\"link\":\"http:\\/\\/forum.pagelines.com\\/\"},{\"title\":\"Docs\",\"text\":\"Time to dig in. Check out the Docs for specifics on creating your dream website.\",\"icon\":\"file-text\",\"link\":\"http:\\/\\/docs.pagelines.com\\/\"}]}'),(1201,'u2fd06y','{\"_highlight_head\":\"<span id=\\\\\\\"user-guide\\\\\\\">PageLines DMS User Guide<\\/span>\",\"_highlight_subhead\":\"The fastest &amp; easiest way to get started.\"}','{\"_highlight_head\":\"<span id=\\\\\\\"user-guide\\\\\\\">PageLines DMS User Guide<\\/span>\",\"_highlight_subhead\":\"The fastest &amp; easiest way to get started.\"}','{\"_highlight_head\":\"<span id=\\\\\\\"user-guide\\\\\\\">PageLines DMS User Guide<\\/span>\",\"_highlight_subhead\":\"The fastest &amp; easiest way to get started.\"}'),(1202,'uy5y3vb','{\"mediabox_html\":\"<iframe  class=\\\\\\\"scribd_iframe_embed\\\\\\\" src=\\\\\\\"\\/\\/www.scribd.com\\/embeds\\/213323278\\/content?start_page=1&view_mode=slideshow&access_key=key-1dzmy27btqjwamjd0dye&show_recommendations=false\\\\\\\" data-auto-height=\\\\\\\"false\\\\\\\" data-aspect-ratio=\\\\\\\"0.772922022279349\\\\\\\" scrolling=\\\\\\\"no\\\\\\\" id=\\\\\\\"doc_40327\\\\\\\" width=\\\\\\\"100%\\\\\\\" height=\\\\\\\"1000\\\\\\\" frameborder=\\\\\\\"0\\\\\\\"><\\/iframe>\"}','{\"mediabox_html\":\"<iframe  class=\\\\\\\"scribd_iframe_embed\\\\\\\" src=\\\\\\\"\\/\\/www.scribd.com\\/embeds\\/213323278\\/content?start_page=1&view_mode=slideshow&access_key=key-1dzmy27btqjwamjd0dye&show_recommendations=false\\\\\\\" data-auto-height=\\\\\\\"false\\\\\\\" data-aspect-ratio=\\\\\\\"0.772922022279349\\\\\\\" scrolling=\\\\\\\"no\\\\\\\" id=\\\\\\\"doc_40327\\\\\\\" width=\\\\\\\"100%\\\\\\\" height=\\\\\\\"1000\\\\\\\" frameborder=\\\\\\\"0\\\\\\\"><\\/iframe>\"}','{\"mediabox_html\":\"<iframe  class=\\\\\\\"scribd_iframe_embed\\\\\\\" src=\\\\\\\"\\/\\/www.scribd.com\\/embeds\\/213323278\\/content?start_page=1&view_mode=slideshow&access_key=key-1dzmy27btqjwamjd0dye&show_recommendations=false\\\\\\\" data-auto-height=\\\\\\\"false\\\\\\\" data-aspect-ratio=\\\\\\\"0.772922022279349\\\\\\\" scrolling=\\\\\\\"no\\\\\\\" id=\\\\\\\"doc_40327\\\\\\\" width=\\\\\\\"100%\\\\\\\" height=\\\\\\\"1000\\\\\\\" frameborder=\\\\\\\"0\\\\\\\"><\\/iframe>\"}'),(1203,'udjizqi','{\"_highlight_head\":\"<span id=\\\\\\\"user-guide\\\\\\\">PageLines DMS User Guide<\\/span>\",\"_highlight_subhead\":\"The fastest &amp; easiest way to get started.\"}','{\"_highlight_head\":\"<span id=\\\\\\\"user-guide\\\\\\\">PageLines DMS User Guide<\\/span>\",\"_highlight_subhead\":\"The fastest &amp; easiest way to get started.\"}','{\"_highlight_head\":\"<span id=\\\\\\\"user-guide\\\\\\\">PageLines DMS User Guide<\\/span>\",\"_highlight_subhead\":\"The fastest &amp; easiest way to get started.\"}'),(1204,'utirqk2','{\"mediabox_html\":\"<iframe  class=\\\\\\\"scribd_iframe_embed\\\\\\\" src=\\\\\\\"\\/\\/www.scribd.com\\/embeds\\/213323278\\/content?start_page=1&view_mode=slideshow&access_key=key-1dzmy27btqjwamjd0dye&show_recommendations=false\\\\\\\" data-auto-height=\\\\\\\"false\\\\\\\" data-aspect-ratio=\\\\\\\"0.772922022279349\\\\\\\" scrolling=\\\\\\\"no\\\\\\\" id=\\\\\\\"doc_40327\\\\\\\" width=\\\\\\\"100%\\\\\\\" height=\\\\\\\"1000\\\\\\\" frameborder=\\\\\\\"0\\\\\\\"><\\/iframe>\"}','{\"mediabox_html\":\"<iframe  class=\\\\\\\"scribd_iframe_embed\\\\\\\" src=\\\\\\\"\\/\\/www.scribd.com\\/embeds\\/213323278\\/content?start_page=1&view_mode=slideshow&access_key=key-1dzmy27btqjwamjd0dye&show_recommendations=false\\\\\\\" data-auto-height=\\\\\\\"false\\\\\\\" data-aspect-ratio=\\\\\\\"0.772922022279349\\\\\\\" scrolling=\\\\\\\"no\\\\\\\" id=\\\\\\\"doc_40327\\\\\\\" width=\\\\\\\"100%\\\\\\\" height=\\\\\\\"1000\\\\\\\" frameborder=\\\\\\\"0\\\\\\\"><\\/iframe>\"}','{\"mediabox_html\":\"<iframe  class=\\\\\\\"scribd_iframe_embed\\\\\\\" src=\\\\\\\"\\/\\/www.scribd.com\\/embeds\\/213323278\\/content?start_page=1&view_mode=slideshow&access_key=key-1dzmy27btqjwamjd0dye&show_recommendations=false\\\\\\\" data-auto-height=\\\\\\\"false\\\\\\\" data-aspect-ratio=\\\\\\\"0.772922022279349\\\\\\\" scrolling=\\\\\\\"no\\\\\\\" id=\\\\\\\"doc_40327\\\\\\\" width=\\\\\\\"100%\\\\\\\" height=\\\\\\\"1000\\\\\\\" frameborder=\\\\\\\"0\\\\\\\"><\\/iframe>\"}'),(1205,'u56tusf','{\"_highlight_head\":\"<span id=\\\\\\\"user-guide\\\\\\\">Getting Started Video<\\/span>\",\"_highlight_subhead\":\"A 5-minute overview of DMS.\"}','{\"_highlight_head\":\"<span id=\\\\\\\"user-guide\\\\\\\">Getting Started Video<\\/span>\",\"_highlight_subhead\":\"A 5-minute overview of DMS.\"}','{\"_highlight_head\":\"<span id=\\\\\\\"user-guide\\\\\\\">Getting Started Video<\\/span>\",\"_highlight_subhead\":\"A 5-minute overview of DMS.\"}'),(1206,'uyeygn0','{\"mediabox_html\":\"<iframe width=\\\\\'700\\\\\' height=\\\\\'420\\\\\' src=\\\\\'\\/\\/www.youtube.com\\/embed\\/BracDuhEHls?rel=0&vq=hd720\\\\\' frameborder=\\\\\'0\\\\\' allowfullscreen><\\/iframe>\"}','{\"mediabox_html\":\"<iframe width=\\\\\'700\\\\\' height=\\\\\'420\\\\\' src=\\\\\'\\/\\/www.youtube.com\\/embed\\/BracDuhEHls?rel=0&vq=hd720\\\\\' frameborder=\\\\\'0\\\\\' allowfullscreen><\\/iframe>\"}','{\"mediabox_html\":\"<iframe width=\\\\\'700\\\\\' height=\\\\\'420\\\\\' src=\\\\\'\\/\\/www.youtube.com\\/embed\\/BracDuhEHls?rel=0&vq=hd720\\\\\' frameborder=\\\\\'0\\\\\' allowfullscreen><\\/iframe>\"}'),(1207,'u25q1yn','{\"_highlight_head\":\"<span id=\\\\\\\"user-guide\\\\\\\">Getting Started Video<\\/span>\",\"_highlight_subhead\":\"A 5-minute overview of DMS.\"}','{\"_highlight_head\":\"<span id=\\\\\\\"user-guide\\\\\\\">Getting Started Video<\\/span>\",\"_highlight_subhead\":\"A 5-minute overview of DMS.\"}','{\"_highlight_head\":\"<span id=\\\\\\\"user-guide\\\\\\\">Getting Started Video<\\/span>\",\"_highlight_subhead\":\"A 5-minute overview of DMS.\"}'),(1208,'u9ovax4','{\"mediabox_html\":\"<iframe width=\\\\\'700\\\\\' height=\\\\\'420\\\\\' src=\\\\\'\\/\\/www.youtube.com\\/embed\\/BracDuhEHls?rel=0&vq=hd720\\\\\' frameborder=\\\\\'0\\\\\' allowfullscreen><\\/iframe>\"}','{\"mediabox_html\":\"<iframe width=\\\\\'700\\\\\' height=\\\\\'420\\\\\' src=\\\\\'\\/\\/www.youtube.com\\/embed\\/BracDuhEHls?rel=0&vq=hd720\\\\\' frameborder=\\\\\'0\\\\\' allowfullscreen><\\/iframe>\"}','{\"mediabox_html\":\"<iframe width=\\\\\'700\\\\\' height=\\\\\'420\\\\\' src=\\\\\'\\/\\/www.youtube.com\\/embed\\/BracDuhEHls?rel=0&vq=hd720\\\\\' frameborder=\\\\\'0\\\\\' allowfullscreen><\\/iframe>\"}'),(1210,'umpl2vr','{\"icallout_text\":\"Thanks for using PageLines!\",\"icallout_link\":\"http:\\/\\/www.pagelines.com\\/\",\"icallout_link_text\":\"Visit PageLines.com\",\"icallout_btn_theme\":\"btn-ol-white\"}','{\"icallout_text\":\"Thanks for using PageLines!\",\"icallout_link\":\"http:\\/\\/www.pagelines.com\\/\",\"icallout_link_text\":\"Visit PageLines.com\",\"icallout_btn_theme\":\"btn-ol-white\"}','{\"icallout_text\":\"Thanks for using PageLines!\",\"icallout_link\":\"http:\\/\\/www.pagelines.com\\/\",\"icallout_link_text\":\"Visit PageLines.com\",\"icallout_btn_theme\":\"btn-ol-white\"}'),(1211,'ubpin9i','{\"icallout_text\":\"Thanks for using PageLines!\",\"icallout_link\":\"http:\\/\\/www.pagelines.com\\/\",\"icallout_link_text\":\"Visit PageLines.com\",\"icallout_btn_theme\":\"btn-ol-white\"}','{\"icallout_text\":\"Thanks for using PageLines!\",\"icallout_link\":\"http:\\/\\/www.pagelines.com\\/\",\"icallout_link_text\":\"Visit PageLines.com\",\"icallout_btn_theme\":\"btn-ol-white\"}','{\"icallout_text\":\"Thanks for using PageLines!\",\"icallout_link\":\"http:\\/\\/www.pagelines.com\\/\",\"icallout_link_text\":\"Visit PageLines.com\",\"icallout_btn_theme\":\"btn-ol-white\"}'),(1230,'u6271b','{\"pl_area_repeat\":\"1\",\"pl_area_color_enable\":\"1\"}','{\"pl_area_repeat\":\"0\",\"pl_area_color_enable\":\"1\"}','{\"pl_area_repeat\":\"0\",\"pl_area_color_enable\":\"1\"}'),(1229,'uhifci0','{\"icallout_text\":\"The Trading Room\\u00ae\",\"icallout_text_wrap\":\"h2\",\"icallout_target\":\"0\",\"icallout_link_text\":\"Established since 1997\",\"icallout_btn_theme\":\"btn-ol-black\"}','[]','[]'),(1233,'ugkyrl6','{\"pl_area_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/2016\\/10\\/roomtitanstars-1.jpg\",\"pl_area_background_attach_id\":\"3208\",\"pl_area_repeat\":\"0\",\"pl_area_color_enable\":\"1\"}','{\"pl_area_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/2016\\/10\\/roomtitanstars-1.jpg\",\"pl_area_background_attach_id\":\"3208\",\"pl_area_repeat\":\"0\",\"pl_area_color_enable\":\"1\"}','{\"pl_area_background\":\"[pl_site_url]\\/wp-content\\/uploads\\/2016\\/10\\/roomtitanstars-1.jpg\",\"pl_area_background_attach_id\":\"3208\",\"pl_area_repeat\":\"0\",\"pl_area_color_enable\":\"1\"}'),(1240,'ub2r64h','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"pl_area_parallax\":\"\",\"parallax_speed\":\"\",\"parallax_direction\":\"\",\"parallax_layer\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"\"}','{\"pl_area_pad\":\"\",\"pl_area_pad_bottom\":\"\",\"pl_area_height\":\"\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"pl_area_parallax\":\"\",\"parallax_speed\":\"\",\"parallax_direction\":\"\",\"parallax_layer\":\"\",\"pl_area_background\":\"\",\"pl_area_background_attach_id\":\"\",\"pl_area_repeat\":\"0\",\"pl_area_theme\":\"\",\"pl_area_video\":\"\",\"pl_area_video_2\":\"\",\"pl_area_color_enable\":\"1\",\"pl_area_color\":\"\"}','{\"pl_area_repeat\":\"0\",\"pl_area_color_enable\":\"1\"}'),(1255,'ud9m0n8','{\"masonic_format\":\"grid\",\"masonic_post_type\":\"\",\"masonic_sizes\":\"\",\"masonic_total\":\"10\",\"masonic_excerpt\":\"0\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"33,1667,70118621,70946639,70801267,70594543,70835510\",\"default_title\":\"\",\"masonic_meta\":\"\",\"masonic_post_sort\":\"DESC\",\"masonic_meta_key\":\"\",\"masonic_meta_value\":\"\",\"masonic_category\":\"\"}','{\"masonic_format\":\"grid\",\"masonic_post_type\":\"\",\"masonic_sizes\":\"\",\"masonic_total\":\"10\",\"masonic_excerpt\":\"0\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"33,1667,70118621,70946639,70801267,70594543,70835510\",\"default_title\":\"\",\"masonic_meta\":\"\",\"masonic_post_sort\":\"DESC\",\"masonic_meta_key\":\"\",\"masonic_meta_value\":\"\",\"masonic_category\":\"\"}',''),(1244,'uz8ypt8','{\"ph_format\":\"format-center\",\"ph_header\":\"The Trading Room\\u00ae                                   Established since 1997\",\"ph_sub\":\"Powered by Rios Quantitative LLC\",\"pageheader_repeat\":\"0\",\"pageheader_color_enable\":\"0\"}','[]','[]'),(1260,'ud3bbe','[]','[]',''),(1257,'udimrp1','{\"quick_transition\":\"fade\",\"quick_slideshow\":\"1\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"quickslider_array\":{\"item1\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/2016\\/10\\/4starroom-1.jpg\",\"image_attach_id\":\"3215\",\"text\":\"Don\\\\\'t trade alone, join a group of traders. Find out for yourself what all the buzz is about. Test drive our live trading room for free.\",\"link\":\"http:\\/\\/www.riosquant.com\\/events\\/events_list\\/all\",\"showitem\":\"1\"},\"item2\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/2016\\/10\\/strategyroom-1.jpg\",\"image_attach_id\":\"3213\",\"text\":\"Quantitative analysis and algorithmic trading. Strategies for active traders.\",\"link\":\"http:\\/\\/www.riosquant.com\\/events\\/events_list\\/all\",\"showitem\":\"1\"},\"item3\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/2016\\/10\\/eppat.jpg\",\"image_attach_id\":\"3214\",\"text\":\"Our members come here for a reason, find yours.\",\"link\":\"http:\\/\\/www.riosquant.com\\/events\\/events_list\\/all\",\"showitem\":\"1\"}}}','{\"quick_transition\":\"fade\",\"quick_slideshow\":\"1\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"quickslider_array\":{\"item1\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/2016\\/10\\/4starroom-1.jpg\",\"image_attach_id\":\"3215\",\"text\":\"Don\\\\\'t trade alone, join a group of traders. Find out for yourself what all the buzz is about. Test drive our live trading room for free.\",\"link\":\"http:\\/\\/www.riosquant.com\\/events\\/events_list\\/all\",\"showitem\":\"1\"},\"item2\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/2016\\/10\\/strategyroom-1.jpg\",\"image_attach_id\":\"3213\",\"text\":\"Quantitative analysis and algorithmic trading. Strategies for active traders.\",\"link\":\"http:\\/\\/www.riosquant.com\\/events\\/events_list\\/all\",\"showitem\":\"1\"},\"item3\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/2016\\/10\\/eppat.jpg\",\"image_attach_id\":\"3214\",\"text\":\"Our members come here for a reason, find yours.\",\"link\":\"http:\\/\\/www.riosquant.com\\/events\\/events_list\\/all\",\"showitem\":\"1\"}}}',''),(1248,'unmkjd1','[]','[]',''),(1259,'uqslbz9','[]','[]',''),(1249,'uiuave2','{\"masonic_format\":\"grid\",\"masonic_sizes\":\"landscape-thumb\",\"masonic_total\":\"10\",\"masonic_excerpt\":\"1\",\"masonic_post_sort\":\"DESC\"}','{\"masonic_format\":\"grid\",\"masonic_sizes\":\"landscape-thumb\",\"masonic_total\":\"10\",\"masonic_excerpt\":\"1\",\"masonic_post_sort\":\"DESC\"}',''),(1256,'uo939mr','[]','[]',''),(1245,'unm1d6z','{\"textbox_title\":\"\",\"textbox_content\":\"COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS. \",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_content\":\"COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS. \",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}',''),(1246,'uauwk5y','{\"textbox_title\":\"\",\"textbox_content\":\"Established Since 1997\",\"textbox_font_size\":\"19\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_content\":\"Established Since 1997\",\"textbox_font_size\":\"19\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}',''),(1252,'uqnvnc6','{\"masonic_format\":\"grid\",\"masonic_total\":\"10\",\"masonic_excerpt\":\"0\",\"masonic_post_sort\":\"DESC\",\"masonic_repeat\":\"0\",\"masonic_color_enable\":\"0\"}','{\"masonic_format\":\"grid\",\"masonic_total\":\"10\",\"masonic_excerpt\":\"0\",\"masonic_post_sort\":\"DESC\",\"masonic_repeat\":\"0\",\"masonic_color_enable\":\"0\"}',''),(1254,'ux30be9','{\"masonic_format\":\"grid\",\"masonic_total\":\"10\",\"masonic_excerpt\":\"0\",\"masonic_post_sort\":\"DESC\"}','[]',''),(1258,'u4sd73l','{\"quick_transition\":\"fade\",\"quick_slideshow\":\"1\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"quickslider_array\":{\"item1\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/2016\\/10\\/strategyroom-1.jpg\",\"image_attach_id\":\"3213\",\"text\":\"Quantitative analysis and algorithmic trading. Strategies for active traders.\",\"link\":\"http:\\/\\/www.riosquant.com\\/events\\/events_list\\/all\",\"showitem\":\"1\"},\"item2\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/2016\\/10\\/eppat.jpg\",\"image_attach_id\":\"3214\",\"text\":\"Our members come here for a reason, find yours.\",\"link\":\"http:\\/\\/www.riosquant.com\\/events\\/events_list\\/all\",\"showitem\":\"1\"},\"item3\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/2016\\/10\\/joeteachingclass.jpg\",\"image_attach_id\":\"3222\",\"text\":\"Watch, listen and learn step-by-step how to use innovative tools and methods for today\\\\\'s market environment.\",\"showitem\":\"1\"}}}','{\"quick_transition\":\"fade\",\"quick_slideshow\":\"1\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"quickslider_array\":{\"item1\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/2016\\/10\\/strategyroom-1.jpg\",\"image_attach_id\":\"3213\",\"text\":\"Quantitative analysis and algorithmic trading. Strategies for active traders.\",\"link\":\"http:\\/\\/www.riosquant.com\\/events\\/events_list\\/all\",\"showitem\":\"1\"},\"item2\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/2016\\/10\\/eppat.jpg\",\"image_attach_id\":\"3214\",\"text\":\"Our members come here for a reason, find yours.\",\"link\":\"http:\\/\\/www.riosquant.com\\/events\\/events_list\\/all\",\"showitem\":\"1\"},\"item3\":{\"image\":\"[pl_site_url]\\/wp-content\\/uploads\\/2016\\/10\\/joeteachingclass.jpg\",\"image_attach_id\":\"3222\",\"text\":\"Watch, listen and learn step-by-step how to use innovative tools and methods for today\\\\\'s market environment.\",\"showitem\":\"1\"}}}',''),(1261,'up5tbym','{\"textbox_title\":\"\",\"textbox_content\":\"COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS. \",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}','{\"textbox_title\":\"\",\"textbox_content\":\"COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS. \",\"textbox_font_size\":\"\",\"textbox_align\":\"textcenter\",\"textbox_title_wrap\":\"strong\",\"pl_standard_title\":\"\",\"pl_area_class\":\"\",\"pl_standard_styles\":\"\",\"pl_hide_on_page\":\"\",\"textbox_pad\":\"\",\"textbox_animation\":\"\"}','');
/*!40000 ALTER TABLE `wp_pl_data_sections` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_postmeta`
--

DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=16739 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_postmeta`
--

LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(606,416,'_yoast_wpseo_meta-robots-adv','none'),(605,416,'_yoast_wpseo_meta-robots-nofollow','0'),(632,2,'_yoast_wpseo_linkdex','0'),(631,433,'_yoast_wpseo_google-plus-description',''),(386,323,'_edit_last','2'),(201,97,'_menu_item_menu_item_parent','0'),(83,2,'_avia_elements_theme_compatibility_mode','a:5:{s:8:\"subtitle\";s:0:\"\";s:6:\"layout\";s:14:\"layout|dynamic\";s:17:\"dynamic_templates\";s:9:\"frontpage\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(80,2,'_edit_lock','1393349674:2'),(81,2,'_edit_last','1'),(82,2,'_avia_elements_avia_options_angular','a:5:{s:8:\"subtitle\";s:0:\"\";s:6:\"layout\";s:14:\"layout|dynamic\";s:17:\"dynamic_templates\";s:9:\"frontpage\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(623,433,'_yoast_wpseo_meta-robots-nofollow','0'),(624,433,'_yoast_wpseo_meta-robots-adv','none'),(621,433,'_yoast_wpseo_metadesc',''),(622,433,'_yoast_wpseo_meta-robots-noindex','0'),(619,433,'_yoast_wpseo_focuskw',''),(620,433,'_yoast_wpseo_title',''),(618,433,'_wpas_done_all','1'),(617,433,'_wp_page_template','default'),(613,416,'_yoast_wpseo_google-plus-description',''),(615,433,'_edit_last','3'),(616,433,'_edit_lock','1393349690:2'),(630,433,'_yoast_wpseo_opengraph-description',''),(628,433,'_yoast_wpseo_canonical',''),(629,433,'_yoast_wpseo_redirect',''),(627,433,'_yoast_wpseo_sitemap-html-include','-'),(612,416,'_yoast_wpseo_opengraph-description',''),(611,416,'_yoast_wpseo_redirect',''),(610,416,'_yoast_wpseo_canonical',''),(609,416,'_yoast_wpseo_sitemap-html-include','-'),(604,416,'_yoast_wpseo_meta-robots-noindex','0'),(603,416,'_yoast_wpseo_metadesc',''),(602,416,'_yoast_wpseo_title',''),(601,416,'_yoast_wpseo_focuskw',''),(614,433,'_yoast_wpseo_linkdex','0'),(599,416,'_thumbnail_id','417'),(140,33,'_avia_elements_avia_options_angular','a:5:{s:8:\"subtitle\";s:0:\"\";s:6:\"layout\";s:14:\"layout|dynamic\";s:17:\"dynamic_templates\";s:6:\"myblog\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(138,33,'_edit_last','2'),(139,33,'_edit_lock','1476907301:2'),(141,33,'_avia_elements_theme_compatibility_mode','a:5:{s:8:\"subtitle\";s:0:\"\";s:6:\"layout\";s:14:\"layout|dynamic\";s:17:\"dynamic_templates\";s:6:\"myblog\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(142,33,'_wp_page_template','default'),(256,207,'_thumbnail_id','208'),(261,217,'_edit_last','2'),(262,217,'_edit_lock','1362062471:2'),(263,218,'_wp_attached_file','2013/02/bond-trade-Pierre.tif'),(264,219,'_edit_last','2'),(265,219,'_edit_lock','1362063041:2'),(266,220,'_wp_attached_file','2013/02/bond-trade-Pierre1.tif'),(269,222,'_wp_attached_file','2013/02/Bond-trade-Pierre.tif'),(390,325,'_wp_attached_file','2013/03/corn2.jpg'),(391,325,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1012;s:6:\"height\";i:491;s:4:\"file\";s:17:\"2013/03/corn2.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"corn2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"corn2-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:15:\"corn2-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"post-format-image\";a:4:{s:4:\"file\";s:17:\"corn2-630x305.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"fullsize\";a:4:{s:4:\"file\";s:17:\"corn2-930x451.jpg\";s:5:\"width\";i:930;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:17:\"corn2-930x340.jpg\";s:5:\"width\";i:930;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:17:\"corn2-465x346.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"logo\";a:4:{s:4:\"file\";s:17:\"corn2-465x220.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_1\";a:4:{s:4:\"file\";s:17:\"corn2-446x151.jpg\";s:5:\"width\";i:446;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_2\";a:4:{s:4:\"file\";s:17:\"corn2-609x210.jpg\";s:5:\"width\";i:609;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_3\";a:4:{s:4:\"file\";s:17:\"corn2-688x151.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1364756426;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(177,87,'_edit_last','1'),(178,87,'_edit_lock','1386694283:3'),(179,87,'_avia_elements_avia_options_angular','a:5:{s:8:\"subtitle\";s:0:\"\";s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:9:\"frontpage\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(180,87,'_avia_elements_theme_compatibility_mode','a:5:{s:8:\"subtitle\";s:0:\"\";s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:9:\"frontpage\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(181,87,'_wp_page_template','default'),(3223,987,'_wpas_done_all','1'),(3226,999,'_wp_attached_file','2014/02/derek2.jpg'),(3227,999,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:611;s:6:\"height\";i:398;s:4:\"file\";s:18:\"2014/02/derek2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"derek2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"derek2-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:18:\"derek2-610x170.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:18:\"derek2-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1392841342;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(231,173,'_wp_attached_file','2013/02/wallstreet.jpg'),(232,173,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:148;s:4:\"file\";s:22:\"2013/02/wallstreet.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"wallstreet-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"wallstreet-300x68.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:20:\"wallstreet-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"post-format-image\";a:4:{s:4:\"file\";s:22:\"wallstreet-630x143.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:143;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:22:\"wallstreet-465x148.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"logo\";a:4:{s:4:\"file\";s:22:\"wallstreet-465x148.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_1\";a:4:{s:4:\"file\";s:22:\"wallstreet-446x148.jpg\";s:5:\"width\";i:446;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_2\";a:4:{s:4:\"file\";s:22:\"wallstreet-609x148.jpg\";s:5:\"width\";i:609;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(233,190,'_edit_last','1'),(234,190,'_edit_lock','1362056799:1'),(235,190,'_avia_elements_avia_options_angular','a:4:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(236,190,'_avia_elements_theme_compatibility_mode','a:4:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(237,192,'_wp_attached_file','2013/02/2013-02-25_EUR_USD.png'),(238,192,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:522;s:4:\"file\";s:30:\"2013/02/2013-02-25_EUR_USD.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"2013-02-25_EUR_USD-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"2013-02-25_EUR_USD-300x261.png\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:28:\"2013-02-25_EUR_USD-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:30:\"2013-02-25_EUR_USD-600x340.png\";s:5:\"width\";i:600;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:30:\"2013-02-25_EUR_USD-465x346.png\";s:5:\"width\";i:465;s:6:\"height\";i:346;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"logo\";a:4:{s:4:\"file\";s:30:\"2013-02-25_EUR_USD-465x220.png\";s:5:\"width\";i:465;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"dynamic_1\";a:4:{s:4:\"file\";s:30:\"2013-02-25_EUR_USD-446x151.png\";s:5:\"width\";i:446;s:6:\"height\";i:151;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"dynamic_2\";a:4:{s:4:\"file\";s:30:\"2013-02-25_EUR_USD-600x210.png\";s:5:\"width\";i:600;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"dynamic_3\";a:4:{s:4:\"file\";s:30:\"2013-02-25_EUR_USD-600x151.png\";s:5:\"width\";i:600;s:6:\"height\";i:151;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(200,97,'_menu_item_type','custom'),(202,97,'_menu_item_object_id','97'),(203,97,'_menu_item_object','custom'),(204,97,'_menu_item_target',''),(205,97,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(206,97,'_menu_item_xfn',''),(207,97,'_menu_item_url','http://www.thetradingroom.com/'),(387,323,'_edit_lock','1365144131:2'),(388,324,'_wp_attached_file','2013/03/corn.jpg'),(389,324,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1007;s:6:\"height\";i:495;s:4:\"file\";s:16:\"2013/03/corn.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"corn-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"corn-300x147.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:14:\"corn-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"post-format-image\";a:4:{s:4:\"file\";s:16:\"corn-630x309.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:309;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"fullsize\";a:4:{s:4:\"file\";s:16:\"corn-930x457.jpg\";s:5:\"width\";i:930;s:6:\"height\";i:457;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:16:\"corn-930x340.jpg\";s:5:\"width\";i:930;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:16:\"corn-465x346.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"logo\";a:4:{s:4:\"file\";s:16:\"corn-465x220.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_1\";a:4:{s:4:\"file\";s:16:\"corn-446x151.jpg\";s:5:\"width\";i:446;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_2\";a:4:{s:4:\"file\";s:16:\"corn-609x210.jpg\";s:5:\"width\";i:609;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_3\";a:4:{s:4:\"file\";s:16:\"corn-688x151.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(251,207,'_edit_last','2'),(252,207,'_edit_lock','1393192051:2'),(253,208,'_wp_attached_file','2013/02/RQ_DMS.bmp'),(254,207,'_avia_elements_avia_options_angular','a:5:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";s:9:\"slideshow\";a:1:{i:0;a:20:{s:15:\"slideshow_image\";s:3:\"208\";s:15:\"slideshow_video\";s:0:\"\";s:23:\"slideshow_caption_title\";s:0:\"\";s:17:\"slideshow_caption\";s:0:\"\";s:14:\"slideshow_link\";s:4:\"self\";s:18:\"slideshow_link_url\";s:7:\"http://\";s:19:\"slideshow_link_page\";s:0:\"\";s:18:\"slideshow_link_cat\";s:0:\"\";s:16:\"caption_position\";s:47:\"caption_left caption_left_framed caption_framed\";s:12:\"caption_font\";s:7:\"#ffffff\";s:22:\"slideshow_button_title\";s:0:\"\";s:21:\"slideshow_button_link\";s:4:\"self\";s:25:\"slideshow_button_link_url\";s:7:\"http://\";s:26:\"slideshow_button_link_page\";s:0:\"\";s:25:\"slideshow_button_link_cat\";s:0:\"\";s:23:\"slideshow_button2_title\";s:0:\"\";s:22:\"slideshow_button2_link\";s:9:\"nextSlide\";s:26:\"slideshow_button2_link_url\";s:7:\"http://\";s:27:\"slideshow_button2_link_page\";s:0:\"\";s:26:\"slideshow_button2_link_cat\";s:0:\"\";}}}'),(255,207,'_avia_elements_theme_compatibility_mode','a:5:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";s:9:\"slideshow\";a:1:{i:0;a:20:{s:15:\"slideshow_image\";s:3:\"208\";s:15:\"slideshow_video\";s:0:\"\";s:23:\"slideshow_caption_title\";s:0:\"\";s:17:\"slideshow_caption\";s:0:\"\";s:14:\"slideshow_link\";s:4:\"self\";s:18:\"slideshow_link_url\";s:7:\"http://\";s:19:\"slideshow_link_page\";s:0:\"\";s:18:\"slideshow_link_cat\";s:0:\"\";s:16:\"caption_position\";s:47:\"caption_left caption_left_framed caption_framed\";s:12:\"caption_font\";s:7:\"#ffffff\";s:22:\"slideshow_button_title\";s:0:\"\";s:21:\"slideshow_button_link\";s:4:\"self\";s:25:\"slideshow_button_link_url\";s:7:\"http://\";s:26:\"slideshow_button_link_page\";s:0:\"\";s:25:\"slideshow_button_link_cat\";s:0:\"\";s:23:\"slideshow_button2_title\";s:0:\"\";s:22:\"slideshow_button2_link\";s:9:\"nextSlide\";s:26:\"slideshow_button2_link_url\";s:7:\"http://\";s:27:\"slideshow_button2_link_page\";s:0:\"\";s:26:\"slideshow_button2_link_cat\";s:0:\"\";}}}'),(222,164,'_menu_item_type','custom'),(223,164,'_menu_item_menu_item_parent','0'),(224,164,'_menu_item_object_id','164'),(225,164,'_menu_item_object','custom'),(226,164,'_menu_item_target',''),(227,164,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(228,164,'_menu_item_xfn',''),(229,164,'_menu_item_url','http://www.riosquant.com/contact'),(276,226,'_edit_last','2'),(277,226,'_edit_lock','1362082879:2'),(278,227,'_wp_attached_file','2013/02/bond-trade-Pierre-2.png'),(279,227,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:204;s:6:\"height\";i:166;s:4:\"file\";s:31:\"2013/02/bond-trade-Pierre-2.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"bond-trade-Pierre-2-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:29:\"bond-trade-Pierre-2-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"dynamic_1\";a:4:{s:4:\"file\";s:31:\"bond-trade-Pierre-2-204x151.png\";s:5:\"width\";i:204;s:6:\"height\";i:151;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"dynamic_3\";a:4:{s:4:\"file\";s:31:\"bond-trade-Pierre-2-204x151.png\";s:5:\"width\";i:204;s:6:\"height\";i:151;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(280,226,'_avia_elements_avia_options_angular','a:4:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(281,226,'_avia_elements_theme_compatibility_mode','a:4:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(283,231,'_edit_last','2'),(284,231,'_edit_lock','1362156688:2'),(285,232,'_wp_attached_file','2013/02/Copper-trade.bmp'),(286,231,'_avia_elements_avia_options_angular','a:4:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(287,231,'_avia_elements_theme_compatibility_mode','a:4:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(288,234,'_wp_attached_file','2013/02/Copper-trade1.bmp'),(289,232,'_edit_lock','1362065078:2'),(290,237,'_wp_attached_file','2013/02/Copper-trade2.bmp'),(294,243,'_edit_last','2'),(295,243,'_edit_lock','1362336730:2'),(296,243,'_avia_elements_avia_options_angular','a:4:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(297,243,'_avia_elements_theme_compatibility_mode','a:4:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(298,247,'_edit_last','2'),(299,247,'_edit_lock','1362358769:2'),(397,330,'_edit_lock','1365418888:2'),(396,330,'_edit_last','2'),(302,250,'_edit_last','2'),(303,250,'_edit_lock','1362342632:2'),(310,255,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:715;s:6:\"height\";i:736;s:4:\"file\";s:15:\"2013/03/dc1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"dc1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"dc1-291x300.jpg\";s:5:\"width\";i:291;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:13:\"dc1-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"post-format-image\";a:4:{s:4:\"file\";s:15:\"dc1-630x648.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:648;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:15:\"dc1-715x340.jpg\";s:5:\"width\";i:715;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:15:\"dc1-465x346.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"logo\";a:4:{s:4:\"file\";s:15:\"dc1-465x220.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_1\";a:4:{s:4:\"file\";s:15:\"dc1-446x151.jpg\";s:5:\"width\";i:446;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_2\";a:4:{s:4:\"file\";s:15:\"dc1-609x210.jpg\";s:5:\"width\";i:609;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_3\";a:4:{s:4:\"file\";s:15:\"dc1-688x151.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(308,254,'_wp_attached_file','2013/03/doji.tif'),(309,255,'_wp_attached_file','2013/03/dc1.jpg'),(3207,987,'_yoast_wpseo_focuskw','futures trader'),(3209,987,'_yoast_wpseo_metadesc','You don\'t have to be a millionaire or have an MBA degree to be a successful trader. Join us in our live trading room and discover new and innovative methods to trade in today\'s stock, bond, commodity and forex markets.'),(15039,977,'_pagelines_audio_ogg',''),(15038,977,'_pagelines_audio_mp3',''),(3212,987,'_yoast_wpseo_meta-robots-adv','none'),(15037,977,'_pagelines_video_embed',''),(15036,977,'_pagelines_video_poster',''),(15035,977,'_pagelines_video_ogv',''),(15034,977,'_pagelines_video_m4v',''),(15031,977,'_pagelines_gallery_slider','off'),(15032,977,'_pagelines_quote',''),(15033,977,'_pagelines_link',''),(3220,987,'sfw_pwd','JXVisPDhqHn7'),(3221,997,'_wp_attached_file','2014/02/derek.jpg'),(3222,997,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:615;s:6:\"height\";i:404;s:4:\"file\";s:17:\"2014/02/derek.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"derek-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"derek-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:17:\"derek-610x170.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:17:\"derek-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1392835201;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(313,257,'_wp_attached_file','2013/03/downward-channel3.jpg'),(314,257,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1041;s:6:\"height\";i:761;s:4:\"file\";s:29:\"2013/03/downward-channel3.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"downward-channel3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"downward-channel3-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"downward-channel3-1024x748.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:748;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:27:\"downward-channel3-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"post-format-image\";a:4:{s:4:\"file\";s:29:\"downward-channel3-630x460.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"fullsize\";a:4:{s:4:\"file\";s:29:\"downward-channel3-930x679.jpg\";s:5:\"width\";i:930;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:29:\"downward-channel3-930x340.jpg\";s:5:\"width\";i:930;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:29:\"downward-channel3-465x346.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"logo\";a:4:{s:4:\"file\";s:29:\"downward-channel3-465x220.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_1\";a:4:{s:4:\"file\";s:29:\"downward-channel3-446x151.jpg\";s:5:\"width\";i:446;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_2\";a:4:{s:4:\"file\";s:29:\"downward-channel3-609x210.jpg\";s:5:\"width\";i:609;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_3\";a:4:{s:4:\"file\";s:29:\"downward-channel3-688x151.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(315,258,'_wp_attached_file','2013/03/downward-channel4.jpg'),(316,258,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1041;s:6:\"height\";i:761;s:4:\"file\";s:29:\"2013/03/downward-channel4.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"downward-channel4-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"downward-channel4-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"downward-channel4-1024x748.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:748;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:27:\"downward-channel4-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"post-format-image\";a:4:{s:4:\"file\";s:29:\"downward-channel4-630x460.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"fullsize\";a:4:{s:4:\"file\";s:29:\"downward-channel4-930x679.jpg\";s:5:\"width\";i:930;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:29:\"downward-channel4-930x340.jpg\";s:5:\"width\";i:930;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:29:\"downward-channel4-465x346.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"logo\";a:4:{s:4:\"file\";s:29:\"downward-channel4-465x220.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_1\";a:4:{s:4:\"file\";s:29:\"downward-channel4-446x151.jpg\";s:5:\"width\";i:446;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_2\";a:4:{s:4:\"file\";s:29:\"downward-channel4-609x210.jpg\";s:5:\"width\";i:609;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_3\";a:4:{s:4:\"file\";s:29:\"downward-channel4-688x151.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(317,259,'_wp_attached_file','2013/03/downward-channel5.jpg'),(318,259,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1041;s:6:\"height\";i:761;s:4:\"file\";s:29:\"2013/03/downward-channel5.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"downward-channel5-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"downward-channel5-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"downward-channel5-1024x748.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:748;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:27:\"downward-channel5-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"post-format-image\";a:4:{s:4:\"file\";s:29:\"downward-channel5-630x460.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"fullsize\";a:4:{s:4:\"file\";s:29:\"downward-channel5-930x679.jpg\";s:5:\"width\";i:930;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:29:\"downward-channel5-930x340.jpg\";s:5:\"width\";i:930;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:29:\"downward-channel5-465x346.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"logo\";a:4:{s:4:\"file\";s:29:\"downward-channel5-465x220.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_1\";a:4:{s:4:\"file\";s:29:\"downward-channel5-446x151.jpg\";s:5:\"width\";i:446;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_2\";a:4:{s:4:\"file\";s:29:\"downward-channel5-609x210.jpg\";s:5:\"width\";i:609;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_3\";a:4:{s:4:\"file\";s:29:\"downward-channel5-688x151.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(319,260,'_wp_attached_file','2013/03/downward-channel6.gif'),(320,260,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1041;s:6:\"height\";i:761;s:4:\"file\";s:29:\"2013/03/downward-channel6.gif\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"downward-channel6-80x80.gif\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"downward-channel6-300x219.gif\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"downward-channel6-1024x748.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:748;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"widget\";a:4:{s:4:\"file\";s:27:\"downward-channel6-36x36.gif\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/gif\";}s:17:\"post-format-image\";a:4:{s:4:\"file\";s:29:\"downward-channel6-630x460.gif\";s:5:\"width\";i:630;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/gif\";}s:8:\"fullsize\";a:4:{s:4:\"file\";s:29:\"downward-channel6-930x679.gif\";s:5:\"width\";i:930;s:6:\"height\";i:679;s:9:\"mime-type\";s:9:\"image/gif\";}s:8:\"featured\";a:4:{s:4:\"file\";s:29:\"downward-channel6-930x340.gif\";s:5:\"width\";i:930;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:29:\"downward-channel6-465x346.gif\";s:5:\"width\";i:465;s:6:\"height\";i:346;s:9:\"mime-type\";s:9:\"image/gif\";}s:4:\"logo\";a:4:{s:4:\"file\";s:29:\"downward-channel6-465x220.gif\";s:5:\"width\";i:465;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"dynamic_1\";a:4:{s:4:\"file\";s:29:\"downward-channel6-446x151.gif\";s:5:\"width\";i:446;s:6:\"height\";i:151;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"dynamic_2\";a:4:{s:4:\"file\";s:29:\"downward-channel6-609x210.gif\";s:5:\"width\";i:609;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"dynamic_3\";a:4:{s:4:\"file\";s:29:\"downward-channel6-688x151.gif\";s:5:\"width\";i:688;s:6:\"height\";i:151;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(321,258,'_edit_lock','1362340043:2'),(322,258,'_edit_last','2'),(323,261,'_wp_attached_file','2013/03/downward-channel31.jpg'),(324,261,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1041;s:6:\"height\";i:761;s:4:\"file\";s:30:\"2013/03/downward-channel31.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"downward-channel31-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"downward-channel31-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"downward-channel31-1024x748.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:748;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:28:\"downward-channel31-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"post-format-image\";a:4:{s:4:\"file\";s:30:\"downward-channel31-630x460.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"fullsize\";a:4:{s:4:\"file\";s:30:\"downward-channel31-930x679.jpg\";s:5:\"width\";i:930;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:30:\"downward-channel31-930x340.jpg\";s:5:\"width\";i:930;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:30:\"downward-channel31-465x346.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"logo\";a:4:{s:4:\"file\";s:30:\"downward-channel31-465x220.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_1\";a:4:{s:4:\"file\";s:30:\"downward-channel31-446x151.jpg\";s:5:\"width\";i:446;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_2\";a:4:{s:4:\"file\";s:30:\"downward-channel31-609x210.jpg\";s:5:\"width\";i:609;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_3\";a:4:{s:4:\"file\";s:30:\"downward-channel31-688x151.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(325,262,'_wp_attached_file','2013/03/heand-shoulders.gif'),(326,262,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:781;s:6:\"height\";i:737;s:4:\"file\";s:27:\"2013/03/heand-shoulders.gif\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"heand-shoulders-80x80.gif\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"heand-shoulders-300x283.gif\";s:5:\"width\";i:300;s:6:\"height\";i:283;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"widget\";a:4:{s:4:\"file\";s:25:\"heand-shoulders-36x36.gif\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/gif\";}s:17:\"post-format-image\";a:4:{s:4:\"file\";s:27:\"heand-shoulders-630x594.gif\";s:5:\"width\";i:630;s:6:\"height\";i:594;s:9:\"mime-type\";s:9:\"image/gif\";}s:8:\"featured\";a:4:{s:4:\"file\";s:27:\"heand-shoulders-781x340.gif\";s:5:\"width\";i:781;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:27:\"heand-shoulders-465x346.gif\";s:5:\"width\";i:465;s:6:\"height\";i:346;s:9:\"mime-type\";s:9:\"image/gif\";}s:4:\"logo\";a:4:{s:4:\"file\";s:27:\"heand-shoulders-465x220.gif\";s:5:\"width\";i:465;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"dynamic_1\";a:4:{s:4:\"file\";s:27:\"heand-shoulders-446x151.gif\";s:5:\"width\";i:446;s:6:\"height\";i:151;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"dynamic_2\";a:4:{s:4:\"file\";s:27:\"heand-shoulders-609x210.gif\";s:5:\"width\";i:609;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"dynamic_3\";a:4:{s:4:\"file\";s:27:\"heand-shoulders-688x151.gif\";s:5:\"width\";i:688;s:6:\"height\";i:151;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(327,250,'_avia_elements_avia_options_angular','a:5:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";s:9:\"slideshow\";a:1:{i:0;a:20:{s:15:\"slideshow_image\";s:3:\"261\";s:15:\"slideshow_video\";s:0:\"\";s:23:\"slideshow_caption_title\";s:0:\"\";s:17:\"slideshow_caption\";s:0:\"\";s:14:\"slideshow_link\";s:4:\"self\";s:18:\"slideshow_link_url\";s:7:\"http://\";s:19:\"slideshow_link_page\";s:0:\"\";s:18:\"slideshow_link_cat\";s:0:\"\";s:16:\"caption_position\";s:47:\"caption_left caption_left_framed caption_framed\";s:12:\"caption_font\";s:7:\"#ffffff\";s:22:\"slideshow_button_title\";s:0:\"\";s:21:\"slideshow_button_link\";s:4:\"self\";s:25:\"slideshow_button_link_url\";s:7:\"http://\";s:26:\"slideshow_button_link_page\";s:0:\"\";s:25:\"slideshow_button_link_cat\";s:0:\"\";s:23:\"slideshow_button2_title\";s:0:\"\";s:22:\"slideshow_button2_link\";s:9:\"nextSlide\";s:26:\"slideshow_button2_link_url\";s:7:\"http://\";s:27:\"slideshow_button2_link_page\";s:0:\"\";s:26:\"slideshow_button2_link_cat\";s:0:\"\";}}}'),(328,250,'_avia_elements_theme_compatibility_mode','a:5:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";s:9:\"slideshow\";a:1:{i:0;a:20:{s:15:\"slideshow_image\";s:3:\"261\";s:15:\"slideshow_video\";s:0:\"\";s:23:\"slideshow_caption_title\";s:0:\"\";s:17:\"slideshow_caption\";s:0:\"\";s:14:\"slideshow_link\";s:4:\"self\";s:18:\"slideshow_link_url\";s:7:\"http://\";s:19:\"slideshow_link_page\";s:0:\"\";s:18:\"slideshow_link_cat\";s:0:\"\";s:16:\"caption_position\";s:47:\"caption_left caption_left_framed caption_framed\";s:12:\"caption_font\";s:7:\"#ffffff\";s:22:\"slideshow_button_title\";s:0:\"\";s:21:\"slideshow_button_link\";s:4:\"self\";s:25:\"slideshow_button_link_url\";s:7:\"http://\";s:26:\"slideshow_button_link_page\";s:0:\"\";s:25:\"slideshow_button_link_cat\";s:0:\"\";s:23:\"slideshow_button2_title\";s:0:\"\";s:22:\"slideshow_button2_link\";s:9:\"nextSlide\";s:26:\"slideshow_button2_link_url\";s:7:\"http://\";s:27:\"slideshow_button2_link_page\";s:0:\"\";s:26:\"slideshow_button2_link_cat\";s:0:\"\";}}}'),(329,250,'_thumbnail_id','261'),(332,272,'_edit_last','1'),(333,272,'_edit_lock','1396609647:2'),(334,272,'_avia_elements_avia_options_angular','a:4:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(335,272,'_avia_elements_theme_compatibility_mode','a:4:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(336,275,'_wp_attached_file','2013/03/strategy-room.jpg'),(337,275,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1275;s:6:\"height\";i:850;s:4:\"file\";s:25:\"2013/03/strategy-room.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"strategy-room-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"strategy-room-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"strategy-room-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:23:\"strategy-room-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"post-format-image\";a:4:{s:4:\"file\";s:25:\"strategy-room-630x420.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"fullsize\";a:4:{s:4:\"file\";s:25:\"strategy-room-930x620.jpg\";s:5:\"width\";i:930;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:25:\"strategy-room-930x340.jpg\";s:5:\"width\";i:930;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:25:\"strategy-room-465x346.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"logo\";a:4:{s:4:\"file\";s:25:\"strategy-room-465x220.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_1\";a:4:{s:4:\"file\";s:25:\"strategy-room-446x151.jpg\";s:5:\"width\";i:446;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_2\";a:4:{s:4:\"file\";s:25:\"strategy-room-609x210.jpg\";s:5:\"width\";i:609;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_3\";a:4:{s:4:\"file\";s:25:\"strategy-room-688x151.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(341,282,'_edit_last','2'),(342,282,'_edit_lock','1363565618:2'),(343,283,'_wp_attached_file','2013/03/sp-range1.tif'),(344,282,'_avia_elements_avia_options_angular','a:4:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(368,306,'_edit_last','2'),(369,306,'_edit_lock','1364153533:2'),(370,306,'_avia_elements_avia_options_angular','a:4:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(345,282,'_avia_elements_theme_compatibility_mode','a:4:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(366,307,'_wp_attached_file','2013/03/test.png'),(367,307,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:544;s:6:\"height\";i:289;s:4:\"file\";s:16:\"2013/03/test.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"test-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"test-300x159.png\";s:5:\"width\";i:300;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:14:\"test-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:16:\"test-465x289.png\";s:5:\"width\";i:465;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"logo\";a:4:{s:4:\"file\";s:16:\"test-465x220.png\";s:5:\"width\";i:465;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"dynamic_1\";a:4:{s:4:\"file\";s:16:\"test-446x151.png\";s:5:\"width\";i:446;s:6:\"height\";i:151;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"dynamic_2\";a:4:{s:4:\"file\";s:16:\"test-544x210.png\";s:5:\"width\";i:544;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"dynamic_3\";a:4:{s:4:\"file\";s:16:\"test-544x151.png\";s:5:\"width\";i:544;s:6:\"height\";i:151;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(346,282,'_thumbnail_id','283'),(347,285,'_wp_attached_file','2013/03/sp-range11.tif'),(348,287,'_wp_attached_file','2013/03/sp-range12.tif'),(349,288,'_wp_attached_file','2013/03/soybeans1.jpg'),(350,288,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1339;s:6:\"height\";i:679;s:4:\"file\";s:21:\"2013/03/soybeans1.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"soybeans1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"soybeans1-300x152.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"soybeans1-1024x519.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:519;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:19:\"soybeans1-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"post-format-image\";a:4:{s:4:\"file\";s:21:\"soybeans1-630x319.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:319;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"fullsize\";a:4:{s:4:\"file\";s:21:\"soybeans1-930x471.jpg\";s:5:\"width\";i:930;s:6:\"height\";i:471;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"soybeans1-930x340.jpg\";s:5:\"width\";i:930;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:21:\"soybeans1-465x346.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"logo\";a:4:{s:4:\"file\";s:21:\"soybeans1-465x220.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_1\";a:4:{s:4:\"file\";s:21:\"soybeans1-446x151.jpg\";s:5:\"width\";i:446;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_2\";a:4:{s:4:\"file\";s:21:\"soybeans1-609x210.jpg\";s:5:\"width\";i:609;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_3\";a:4:{s:4:\"file\";s:21:\"soybeans1-688x151.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(354,288,'_edit_last','2'),(353,288,'_edit_lock','1363550785:2'),(355,293,'_wp_attached_file','2013/03/sp-range13.tif'),(356,296,'_wp_attached_file','2013/03/sp-range14.tif'),(357,297,'_wp_attached_file','2013/03/sp-range15.tif'),(358,298,'_wp_attached_file','2013/03/Wheat-trade.docx'),(359,298,'_edit_lock','1363551367:2'),(360,299,'_wp_attached_file','2013/03/Wheat-EP-trade.png'),(361,299,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:628;s:6:\"height\";i:503;s:4:\"file\";s:26:\"2013/03/Wheat-EP-trade.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Wheat-EP-trade-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Wheat-EP-trade-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:24:\"Wheat-EP-trade-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:26:\"Wheat-EP-trade-628x340.png\";s:5:\"width\";i:628;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:26:\"Wheat-EP-trade-465x346.png\";s:5:\"width\";i:465;s:6:\"height\";i:346;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"logo\";a:4:{s:4:\"file\";s:26:\"Wheat-EP-trade-465x220.png\";s:5:\"width\";i:465;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"dynamic_1\";a:4:{s:4:\"file\";s:26:\"Wheat-EP-trade-446x151.png\";s:5:\"width\";i:446;s:6:\"height\";i:151;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"dynamic_2\";a:4:{s:4:\"file\";s:26:\"Wheat-EP-trade-609x210.png\";s:5:\"width\";i:609;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"dynamic_3\";a:4:{s:4:\"file\";s:26:\"Wheat-EP-trade-628x151.png\";s:5:\"width\";i:628;s:6:\"height\";i:151;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(362,299,'_edit_lock','1363551764:2'),(363,299,'_edit_last','2'),(371,306,'_avia_elements_theme_compatibility_mode','a:4:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(372,309,'_edit_last','2'),(373,309,'_edit_lock','1364216215:2'),(374,310,'_wp_attached_file','2013/03/Correlations-3-DMS.jpg'),(375,310,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1693;s:6:\"height\";i:848;s:4:\"file\";s:30:\"2013/03/Correlations-3-DMS.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Correlations-3-DMS-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Correlations-3-DMS-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Correlations-3-DMS-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:28:\"Correlations-3-DMS-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"post-format-image\";a:4:{s:4:\"file\";s:30:\"Correlations-3-DMS-630x315.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"fullsize\";a:4:{s:4:\"file\";s:30:\"Correlations-3-DMS-930x465.jpg\";s:5:\"width\";i:930;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:30:\"Correlations-3-DMS-930x340.jpg\";s:5:\"width\";i:930;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:30:\"Correlations-3-DMS-465x346.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"logo\";a:4:{s:4:\"file\";s:30:\"Correlations-3-DMS-465x220.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_1\";a:4:{s:4:\"file\";s:30:\"Correlations-3-DMS-446x151.jpg\";s:5:\"width\";i:446;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_2\";a:4:{s:4:\"file\";s:30:\"Correlations-3-DMS-609x210.jpg\";s:5:\"width\";i:609;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_3\";a:4:{s:4:\"file\";s:30:\"Correlations-3-DMS-688x151.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(376,311,'_wp_attached_file','2013/03/CL-with-DMS.jpg'),(377,311,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2044;s:6:\"height\";i:568;s:4:\"file\";s:23:\"2013/03/CL-with-DMS.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"CL-with-DMS-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"CL-with-DMS-300x83.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"CL-with-DMS-1024x284.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:21:\"CL-with-DMS-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"post-format-image\";a:4:{s:4:\"file\";s:23:\"CL-with-DMS-630x175.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"fullsize\";a:4:{s:4:\"file\";s:23:\"CL-with-DMS-930x258.jpg\";s:5:\"width\";i:930;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:23:\"CL-with-DMS-930x340.jpg\";s:5:\"width\";i:930;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:23:\"CL-with-DMS-465x346.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"logo\";a:4:{s:4:\"file\";s:23:\"CL-with-DMS-465x220.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_1\";a:4:{s:4:\"file\";s:23:\"CL-with-DMS-446x151.jpg\";s:5:\"width\";i:446;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_2\";a:4:{s:4:\"file\";s:23:\"CL-with-DMS-609x210.jpg\";s:5:\"width\";i:609;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_3\";a:4:{s:4:\"file\";s:23:\"CL-with-DMS-688x151.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(378,312,'_wp_attached_file','2013/03/Yen.jpg'),(379,312,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2030;s:6:\"height\";i:568;s:4:\"file\";s:15:\"2013/03/Yen.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"Yen-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"Yen-300x83.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"Yen-1024x286.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:286;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:13:\"Yen-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"post-format-image\";a:4:{s:4:\"file\";s:15:\"Yen-630x176.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"fullsize\";a:4:{s:4:\"file\";s:15:\"Yen-930x260.jpg\";s:5:\"width\";i:930;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:15:\"Yen-930x340.jpg\";s:5:\"width\";i:930;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:15:\"Yen-465x346.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"logo\";a:4:{s:4:\"file\";s:15:\"Yen-465x220.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_1\";a:4:{s:4:\"file\";s:15:\"Yen-446x151.jpg\";s:5:\"width\";i:446;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_2\";a:4:{s:4:\"file\";s:15:\"Yen-609x210.jpg\";s:5:\"width\";i:609;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_3\";a:4:{s:4:\"file\";s:15:\"Yen-688x151.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(380,309,'_avia_elements_avia_options_angular','a:4:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(381,309,'_avia_elements_theme_compatibility_mode','a:4:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(392,323,'_avia_elements_avia_options_angular','a:4:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(393,323,'_avia_elements_theme_compatibility_mode','a:4:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(398,331,'_wp_attached_file','2013/04/es_cl_ng.bmp'),(399,332,'_wp_attached_file','2013/04/es_cl_ng_.jpg'),(400,332,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:966;s:6:\"height\";i:408;s:4:\"file\";s:21:\"2013/04/es_cl_ng_.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"es_cl_ng_-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"es_cl_ng_-300x126.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:126;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:19:\"es_cl_ng_-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"post-format-image\";a:4:{s:4:\"file\";s:21:\"es_cl_ng_-630x266.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"fullsize\";a:4:{s:4:\"file\";s:21:\"es_cl_ng_-930x392.jpg\";s:5:\"width\";i:930;s:6:\"height\";i:392;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"es_cl_ng_-930x340.jpg\";s:5:\"width\";i:930;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:21:\"es_cl_ng_-465x346.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"logo\";a:4:{s:4:\"file\";s:21:\"es_cl_ng_-465x220.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_1\";a:4:{s:4:\"file\";s:21:\"es_cl_ng_-446x151.jpg\";s:5:\"width\";i:446;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_2\";a:4:{s:4:\"file\";s:21:\"es_cl_ng_-609x210.jpg\";s:5:\"width\";i:609;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_3\";a:4:{s:4:\"file\";s:21:\"es_cl_ng_-688x151.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1365246123;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(401,333,'_wp_attached_file','2013/04/es_cl_ng1.bmp'),(402,330,'_avia_elements_avia_options_angular','a:4:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(403,330,'_avia_elements_theme_compatibility_mode','a:4:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(409,344,'_edit_last','2'),(410,344,'_edit_lock','1365977449:2'),(411,345,'_wp_attached_file','2013/04/RQ-Rank-cl-ng.jpg'),(412,345,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:722;s:6:\"height\";i:339;s:4:\"file\";s:25:\"2013/04/RQ-Rank-cl-ng.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"RQ-Rank-cl-ng-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"RQ-Rank-cl-ng-300x140.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:23:\"RQ-Rank-cl-ng-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"post-format-image\";a:4:{s:4:\"file\";s:25:\"RQ-Rank-cl-ng-630x295.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:25:\"RQ-Rank-cl-ng-465x339.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:339;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"logo\";a:4:{s:4:\"file\";s:25:\"RQ-Rank-cl-ng-465x220.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_1\";a:4:{s:4:\"file\";s:25:\"RQ-Rank-cl-ng-446x151.jpg\";s:5:\"width\";i:446;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_2\";a:4:{s:4:\"file\";s:25:\"RQ-Rank-cl-ng-609x210.jpg\";s:5:\"width\";i:609;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_3\";a:4:{s:4:\"file\";s:25:\"RQ-Rank-cl-ng-688x151.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(413,346,'_wp_attached_file','2013/04/rq-rank-gold.jpg'),(414,346,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:712;s:6:\"height\";i:326;s:4:\"file\";s:24:\"2013/04/rq-rank-gold.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"rq-rank-gold-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"rq-rank-gold-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:22:\"rq-rank-gold-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"post-format-image\";a:4:{s:4:\"file\";s:24:\"rq-rank-gold-630x288.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:24:\"rq-rank-gold-465x326.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:326;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"logo\";a:4:{s:4:\"file\";s:24:\"rq-rank-gold-465x220.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_1\";a:4:{s:4:\"file\";s:24:\"rq-rank-gold-446x151.jpg\";s:5:\"width\";i:446;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_2\";a:4:{s:4:\"file\";s:24:\"rq-rank-gold-609x210.jpg\";s:5:\"width\";i:609;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_3\";a:4:{s:4:\"file\";s:24:\"rq-rank-gold-688x151.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1365937210;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(415,347,'_wp_attached_file','2013/04/rq-tech.jpg'),(416,347,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:738;s:6:\"height\";i:456;s:4:\"file\";s:19:\"2013/04/rq-tech.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"rq-tech-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"rq-tech-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:17:\"rq-tech-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"post-format-image\";a:4:{s:4:\"file\";s:19:\"rq-tech-630x389.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:389;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:19:\"rq-tech-738x340.jpg\";s:5:\"width\";i:738;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:19:\"rq-tech-465x346.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"logo\";a:4:{s:4:\"file\";s:19:\"rq-tech-465x220.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_1\";a:4:{s:4:\"file\";s:19:\"rq-tech-446x151.jpg\";s:5:\"width\";i:446;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_2\";a:4:{s:4:\"file\";s:19:\"rq-tech-609x210.jpg\";s:5:\"width\";i:609;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_3\";a:4:{s:4:\"file\";s:19:\"rq-tech-688x151.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1365938014;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(417,348,'_wp_attached_file','2013/04/relative-performance-4-13.jpg'),(418,348,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:749;s:6:\"height\";i:387;s:4:\"file\";s:37:\"2013/04/relative-performance-4-13.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"relative-performance-4-13-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"relative-performance-4-13-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:35:\"relative-performance-4-13-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"post-format-image\";a:4:{s:4:\"file\";s:37:\"relative-performance-4-13-630x325.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:37:\"relative-performance-4-13-749x340.jpg\";s:5:\"width\";i:749;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:37:\"relative-performance-4-13-465x346.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"logo\";a:4:{s:4:\"file\";s:37:\"relative-performance-4-13-465x220.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_1\";a:4:{s:4:\"file\";s:37:\"relative-performance-4-13-446x151.jpg\";s:5:\"width\";i:446;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_2\";a:4:{s:4:\"file\";s:37:\"relative-performance-4-13-609x210.jpg\";s:5:\"width\";i:609;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_3\";a:4:{s:4:\"file\";s:37:\"relative-performance-4-13-688x151.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1365939205;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(419,344,'_avia_elements_avia_options_angular','a:4:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(420,344,'_avia_elements_theme_compatibility_mode','a:4:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(425,354,'_edit_last','2'),(426,354,'_edit_lock','1366746842:2'),(427,355,'_wp_attached_file','2013/04/relative-performance-4-29.bmp'),(428,354,'_avia_elements_avia_options_angular','a:4:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(429,354,'_avia_elements_theme_compatibility_mode','a:4:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(430,357,'_wp_attached_file','2013/04/EP-trading-room-pic.jpg'),(431,357,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:402;s:4:\"file\";s:31:\"2013/04/EP-trading-room-pic.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"EP-trading-room-pic-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"EP-trading-room-pic-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:29:\"EP-trading-room-pic-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:31:\"EP-trading-room-pic-600x340.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:31:\"EP-trading-room-pic-465x346.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"logo\";a:4:{s:4:\"file\";s:31:\"EP-trading-room-pic-465x220.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_1\";a:4:{s:4:\"file\";s:31:\"EP-trading-room-pic-446x151.jpg\";s:5:\"width\";i:446;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_2\";a:4:{s:4:\"file\";s:31:\"EP-trading-room-pic-600x210.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_3\";a:4:{s:4:\"file\";s:31:\"EP-trading-room-pic-600x151.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(433,361,'_edit_last','2'),(434,361,'_edit_lock','1367283288:2'),(435,362,'_wp_attached_file','2013/04/Correlation-4_28.jpg'),(436,362,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:677;s:6:\"height\";i:312;s:4:\"file\";s:28:\"2013/04/Correlation-4_28.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Correlation-4_28-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Correlation-4_28-300x138.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:26:\"Correlation-4_28-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"post-format-image\";a:4:{s:4:\"file\";s:28:\"Correlation-4_28-630x290.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:28:\"Correlation-4_28-465x312.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"logo\";a:4:{s:4:\"file\";s:28:\"Correlation-4_28-465x220.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_1\";a:4:{s:4:\"file\";s:28:\"Correlation-4_28-446x151.jpg\";s:5:\"width\";i:446;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_2\";a:4:{s:4:\"file\";s:28:\"Correlation-4_28-609x210.jpg\";s:5:\"width\";i:609;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_3\";a:4:{s:4:\"file\";s:28:\"Correlation-4_28-677x151.jpg\";s:5:\"width\";i:677;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1367186839;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(437,361,'_avia_elements_avia_options_angular','a:4:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(438,361,'_avia_elements_theme_compatibility_mode','a:4:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(441,367,'_edit_last','2'),(442,367,'_edit_lock','1369057303:2'),(443,367,'_avia_elements_avia_options_angular','a:4:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(444,367,'_avia_elements_theme_compatibility_mode','a:4:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(450,374,'_edit_last','2'),(451,374,'_edit_lock','1368658944:2'),(452,375,'_wp_attached_file','2013/05/usdjpy-100.jpg'),(453,375,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1099;s:6:\"height\";i:565;s:4:\"file\";s:22:\"2013/05/usdjpy-100.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"usdjpy-100-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"usdjpy-100-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"usdjpy-100-1024x526.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:526;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:20:\"usdjpy-100-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"post-format-image\";a:4:{s:4:\"file\";s:22:\"usdjpy-100-630x323.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"fullsize\";a:4:{s:4:\"file\";s:22:\"usdjpy-100-930x478.jpg\";s:5:\"width\";i:930;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:22:\"usdjpy-100-930x340.jpg\";s:5:\"width\";i:930;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:22:\"usdjpy-100-465x346.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"logo\";a:4:{s:4:\"file\";s:22:\"usdjpy-100-465x220.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_1\";a:4:{s:4:\"file\";s:22:\"usdjpy-100-446x151.jpg\";s:5:\"width\";i:446;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_2\";a:4:{s:4:\"file\";s:22:\"usdjpy-100-609x210.jpg\";s:5:\"width\";i:609;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_3\";a:4:{s:4:\"file\";s:22:\"usdjpy-100-688x151.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1368391180;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(454,374,'_avia_elements_avia_options_angular','a:4:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(455,374,'_avia_elements_theme_compatibility_mode','a:4:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(459,381,'_edit_last','2'),(460,381,'_edit_lock','1369576569:2'),(461,381,'_avia_elements_avia_options_angular','a:4:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(462,381,'_avia_elements_theme_compatibility_mode','a:4:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(464,385,'_edit_last','2'),(465,385,'_edit_lock','1382465991:3'),(466,385,'_avia_elements_avia_options_angular','a:4:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(467,385,'_avia_elements_theme_compatibility_mode','a:4:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(469,389,'_edit_last','2'),(470,389,'_edit_lock','1370861484:2'),(471,390,'_wp_attached_file','2013/06/Correlation-6_6.jpg'),(472,390,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:714;s:6:\"height\";i:353;s:4:\"file\";s:27:\"2013/06/Correlation-6_6.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Correlation-6_6-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Correlation-6_6-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:25:\"Correlation-6_6-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"post-format-image\";a:4:{s:4:\"file\";s:27:\"Correlation-6_6-630x311.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:27:\"Correlation-6_6-714x340.jpg\";s:5:\"width\";i:714;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:27:\"Correlation-6_6-465x346.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"logo\";a:4:{s:4:\"file\";s:27:\"Correlation-6_6-465x220.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_1\";a:4:{s:4:\"file\";s:27:\"Correlation-6_6-446x151.jpg\";s:5:\"width\";i:446;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_2\";a:4:{s:4:\"file\";s:27:\"Correlation-6_6-609x210.jpg\";s:5:\"width\";i:609;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_3\";a:4:{s:4:\"file\";s:27:\"Correlation-6_6-688x151.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1370522001;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(473,391,'_wp_attached_file','2013/06/correlations-6_9.jpg'),(474,391,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:822;s:6:\"height\";i:343;s:4:\"file\";s:28:\"2013/06/correlations-6_9.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"correlations-6_9-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"correlations-6_9-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:26:\"correlations-6_9-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"post-format-image\";a:4:{s:4:\"file\";s:28:\"correlations-6_9-630x262.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:28:\"correlations-6_9-822x340.jpg\";s:5:\"width\";i:822;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:28:\"correlations-6_9-465x343.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"logo\";a:4:{s:4:\"file\";s:28:\"correlations-6_9-465x220.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_1\";a:4:{s:4:\"file\";s:28:\"correlations-6_9-446x151.jpg\";s:5:\"width\";i:446;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_2\";a:4:{s:4:\"file\";s:28:\"correlations-6_9-609x210.jpg\";s:5:\"width\";i:609;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_3\";a:4:{s:4:\"file\";s:28:\"correlations-6_9-688x151.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(475,389,'_avia_elements_avia_options_angular','a:4:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(476,389,'_avia_elements_theme_compatibility_mode','a:4:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(478,395,'_edit_last','2'),(479,395,'_edit_lock','1382090421:1'),(480,396,'_wp_attached_file','2013/06/correlatios-6_23.bmp'),(481,395,'_avia_elements_avia_options_angular','a:4:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(482,395,'_avia_elements_theme_compatibility_mode','a:4:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(484,399,'_edit_last','2'),(485,399,'_edit_lock','1373205335:2'),(486,399,'_avia_elements_avia_options_angular','a:4:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(487,399,'_avia_elements_theme_compatibility_mode','a:4:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(489,402,'_edit_last','2'),(490,402,'_edit_lock','1373213404:2'),(491,402,'_avia_elements_avia_options_angular','a:4:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(492,402,'_avia_elements_theme_compatibility_mode','a:4:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(494,406,'_edit_last','2'),(495,406,'_edit_lock','1376409086:2'),(496,407,'_wp_attached_file','2013/08/JoeTrader.jpg'),(497,407,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:594;s:6:\"height\";i:240;s:4:\"file\";s:21:\"2013/08/JoeTrader.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"JoeTrader-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"JoeTrader-300x121.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:19:\"JoeTrader-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:21:\"JoeTrader-465x240.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"logo\";a:4:{s:4:\"file\";s:21:\"JoeTrader-465x220.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_1\";a:4:{s:4:\"file\";s:21:\"JoeTrader-446x151.jpg\";s:5:\"width\";i:446;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_2\";a:4:{s:4:\"file\";s:21:\"JoeTrader-594x210.jpg\";s:5:\"width\";i:594;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_3\";a:4:{s:4:\"file\";s:21:\"JoeTrader-594x151.jpg\";s:5:\"width\";i:594;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1376059152;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(498,408,'_wp_attached_file','2013/08/weeks-%-8_11.jpg'),(499,408,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:769;s:6:\"height\";i:608;s:4:\"file\";s:24:\"2013/08/weeks-%-8_11.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"weeks-%-8_11-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"weeks-%-8_11-300x237.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:22:\"weeks-%-8_11-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"post-format-image\";a:4:{s:4:\"file\";s:24:\"weeks-%-8_11-630x498.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:24:\"weeks-%-8_11-769x340.jpg\";s:5:\"width\";i:769;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:24:\"weeks-%-8_11-465x346.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"logo\";a:4:{s:4:\"file\";s:24:\"weeks-%-8_11-465x220.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_1\";a:4:{s:4:\"file\";s:24:\"weeks-%-8_11-446x151.jpg\";s:5:\"width\";i:446;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_2\";a:4:{s:4:\"file\";s:24:\"weeks-%-8_11-609x210.jpg\";s:5:\"width\";i:609;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_3\";a:4:{s:4:\"file\";s:24:\"weeks-%-8_11-688x151.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1376218629;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(500,409,'_wp_attached_file','2013/08/weeks-%-8_111.jpg'),(501,409,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:769;s:6:\"height\";i:608;s:4:\"file\";s:25:\"2013/08/weeks-%-8_111.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"weeks-%-8_111-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"weeks-%-8_111-300x237.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:23:\"weeks-%-8_111-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"post-format-image\";a:4:{s:4:\"file\";s:25:\"weeks-%-8_111-630x498.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:25:\"weeks-%-8_111-769x340.jpg\";s:5:\"width\";i:769;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:25:\"weeks-%-8_111-465x346.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"logo\";a:4:{s:4:\"file\";s:25:\"weeks-%-8_111-465x220.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_1\";a:4:{s:4:\"file\";s:25:\"weeks-%-8_111-446x151.jpg\";s:5:\"width\";i:446;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_2\";a:4:{s:4:\"file\";s:25:\"weeks-%-8_111-609x210.jpg\";s:5:\"width\";i:609;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_3\";a:4:{s:4:\"file\";s:25:\"weeks-%-8_111-688x151.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1376218629;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(502,409,'_edit_lock','1376233212:2'),(503,409,'_edit_last','2'),(504,410,'_wp_attached_file','2013/08/outperformers-8_11.bmp'),(505,406,'_avia_elements_avia_options_angular','a:4:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(506,406,'_avia_elements_theme_compatibility_mode','a:4:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(508,414,'_edit_last','2'),(509,414,'_edit_lock','1379334594:2'),(510,414,'_avia_elements_avia_options_angular','a:4:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(511,414,'_avia_elements_theme_compatibility_mode','a:4:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(513,417,'_wp_attached_file','2013/09/cl-9-16.jpg'),(514,417,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1013;s:6:\"height\";i:597;s:4:\"file\";s:19:\"2013/09/cl-9-16.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"cl-9-16-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"cl-9-16-300x176.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:17:\"cl-9-16-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"post-format-image\";a:4:{s:4:\"file\";s:19:\"cl-9-16-630x371.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:371;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"fullsize\";a:4:{s:4:\"file\";s:19:\"cl-9-16-930x548.jpg\";s:5:\"width\";i:930;s:6:\"height\";i:548;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:19:\"cl-9-16-930x340.jpg\";s:5:\"width\";i:930;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:19:\"cl-9-16-465x346.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"logo\";a:4:{s:4:\"file\";s:19:\"cl-9-16-465x220.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_1\";a:4:{s:4:\"file\";s:19:\"cl-9-16-446x151.jpg\";s:5:\"width\";i:446;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_2\";a:4:{s:4:\"file\";s:19:\"cl-9-16-609x210.jpg\";s:5:\"width\";i:609;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"dynamic_3\";a:4:{s:4:\"file\";s:19:\"cl-9-16-688x151.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1379318579;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(515,416,'_edit_last','3'),(516,416,'_edit_lock','1384531748:3'),(517,416,'_avia_elements_avia_options_angular','a:4:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(518,416,'_avia_elements_theme_compatibility_mode','a:4:{s:6:\"layout\";s:0:\"\";s:17:\"dynamic_templates\";s:0:\"\";s:19:\"_slideshow_autoplay\";s:5:\"false\";s:19:\"_slideshow_duration\";s:1:\"5\";}'),(530,190,'sfw_pwd','6ZA4rd3CDP5i'),(529,389,'sfw_pwd','OQ7OVpmYSV4z'),(526,416,'sfw_pwd','du3q8R2UkfkH'),(525,367,'sfw_pwd','VJPXoqZLVufE'),(527,374,'sfw_pwd','wWguKQGwMKFw'),(528,402,'sfw_pwd','D8hlWorUGjZ7'),(535,33,'sfw_pwd','m9kSsncmrveY'),(536,330,'sfw_pwd','1MFik6INCvz7'),(537,309,'sfw_pwd','AevB4583bPxM'),(538,361,'sfw_pwd','ZKAPHUZ8aoJz'),(539,207,'sfw_pwd','QZrX4EURosQd'),(540,2,'sfw_pwd','Vkxe2ZV2vjP0'),(541,399,'sfw_pwd','69O4TsrFEJy2'),(542,250,'sfw_pwd','HViuijDX1Qfv'),(543,226,'sfw_pwd','C6c9ULyxxcwu'),(544,272,'sfw_pwd','l29V4iHv4vuo'),(545,231,'sfw_pwd','taiBLHOIywKu'),(546,406,'sfw_pwd','at9T8oDGlE8s'),(547,282,'sfw_pwd','gEsu4Z5VScB7'),(548,323,'sfw_pwd','tNXUQ7BiK4e5'),(549,414,'sfw_pwd','CzssrByKKCqx'),(550,344,'sfw_pwd','mmxJjrcefye7'),(551,87,'sfw_pwd','BKOC0Lmu3kyz'),(552,354,'sfw_pwd','We8lIoYrti7x'),(553,416,'_yoast_wpseo_linkdex','0'),(554,414,'_yoast_wpseo_linkdex','0'),(555,406,'_yoast_wpseo_linkdex','0'),(556,402,'_yoast_wpseo_linkdex','0'),(557,399,'_yoast_wpseo_linkdex','0'),(558,395,'_yoast_wpseo_linkdex','0'),(559,389,'_yoast_wpseo_linkdex','0'),(560,385,'_yoast_wpseo_linkdex','0'),(561,381,'_yoast_wpseo_linkdex','0'),(562,374,'_yoast_wpseo_linkdex','0'),(563,367,'_yoast_wpseo_linkdex','0'),(564,361,'_yoast_wpseo_linkdex','0'),(565,354,'_yoast_wpseo_linkdex','0'),(566,344,'_yoast_wpseo_linkdex','0'),(567,330,'_yoast_wpseo_linkdex','0'),(568,323,'_yoast_wpseo_linkdex','0'),(569,309,'_yoast_wpseo_linkdex','0'),(570,306,'_yoast_wpseo_linkdex','0'),(571,282,'_yoast_wpseo_linkdex','0'),(572,272,'_yoast_wpseo_linkdex','0'),(573,395,'sfw_pwd','C6hmvB5cGCOi'),(574,381,'sfw_pwd','WLxTOALpAezd'),(575,385,'sfw_pwd','VaiBock2ijll'),(10689,2260,'_edit_lock','1419607551:2'),(577,33,'_yoast_wpseo_focuskw','trading room'),(15175,33,'_yoast_wpseo_linkdex','9'),(582,33,'_yoast_wpseo_meta-robots-adv','none'),(585,33,'_yoast_wpseo_sitemap-html-include','-'),(587,33,'_yoast_wpseo_redirect',''),(15174,33,'_yoast_wpseo_focuskw_text_input','trading room'),(589,33,'_yoast_wpseo_google-plus-description',''),(590,417,'sfw_pwd','6WovscoGWC4w'),(591,430,'_wp_attached_file','2013/10/LOGO-300x46.png'),(592,430,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:46;s:4:\"file\";s:23:\"2013/10/LOGO-300x46.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"LOGO-300x46-80x46.png\";s:5:\"width\";i:80;s:6:\"height\";i:46;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:22:\"LOGO-300x46-290x46.png\";s:5:\"width\";i:290;s:6:\"height\";i:46;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(593,430,'_edit_lock','1384790767:3'),(594,430,'_yoast_wpseo_linkdex','0'),(595,431,'_wp_attached_file','2013/10/generatebox-badge1.png'),(596,431,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:346;s:6:\"height\";i:265;s:4:\"file\";s:30:\"2013/10/generatebox-badge1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"generatebox-badge1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"generatebox-badge1-300x229.png\";s:5:\"width\";i:300;s:6:\"height\";i:229;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:30:\"generatebox-badge1-346x170.png\";s:5:\"width\";i:346;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:30:\"generatebox-badge1-290x130.png\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(597,431,'_edit_lock','1382465038:3'),(598,431,'_yoast_wpseo_linkdex','0'),(633,87,'_yoast_wpseo_linkdex','0'),(636,439,'_yoast_wpseo_linkdex','0'),(635,433,'sfw_pwd','4xMbxthgv4q8'),(637,439,'_edit_lock','1384531388:3'),(638,439,'_edit_last','3'),(639,440,'_wp_attached_file','2013/11/rq_tech.png'),(640,440,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:216;s:4:\"file\";s:19:\"2013/11/rq_tech.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"rq_tech-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"rq_tech-300x202.png\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:19:\"rq_tech-320x170.png\";s:5:\"width\";i:320;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:19:\"rq_tech-290x130.png\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(662,439,'_thumbnail_id','442'),(642,439,'_yoast_wpseo_focuskw',''),(643,439,'_yoast_wpseo_title','RiosQuant - update 15th Nov \'13'),(644,439,'_yoast_wpseo_metadesc','More awesome commentary from Joe Rios. >> Read More...'),(645,439,'_yoast_wpseo_meta-robots-noindex','0'),(646,439,'_yoast_wpseo_meta-robots-nofollow','0'),(647,439,'_yoast_wpseo_meta-robots-adv','none'),(650,439,'_yoast_wpseo_sitemap-html-include','-'),(651,439,'_yoast_wpseo_canonical',''),(652,439,'_yoast_wpseo_redirect',''),(653,439,'_yoast_wpseo_opengraph-description',''),(654,439,'_yoast_wpseo_google-plus-description',''),(655,442,'_wp_attached_file','2013/11/Direct-Market-Touch-Stock-Exchange-News.jpg'),(656,442,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1100;s:4:\"file\";s:51:\"2013/11/Direct-Market-Touch-Stock-Exchange-News.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Direct-Market-Touch-Stock-Exchange-News-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"Direct-Market-Touch-Stock-Exchange-News-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"Direct-Market-Touch-Stock-Exchange-News-1024x550.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:51:\"Direct-Market-Touch-Stock-Exchange-News-610x170.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:51:\"Direct-Market-Touch-Stock-Exchange-News-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(658,439,'_wpas_done_all','1'),(660,439,'sfw_pwd','nVMWKiFsantH'),(1113,561,'_yoast_wpseo_linkdex','60'),(663,445,'_yoast_wpseo_linkdex','0'),(664,445,'_edit_lock','1384531823:3'),(665,445,'_edit_last','3'),(666,446,'_yoast_wpseo_linkdex','61'),(667,446,'_edit_lock','1384775814:2'),(668,446,'_edit_last','2'),(671,449,'_wp_attached_file','2013/11/joe-shadow-writing2.tif'),(950,520,'_yoast_wpseo_linkdex','52'),(673,451,'_wp_attached_file','2013/11/joe-shadow-writing2.jpg'),(674,451,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:31:\"2013/11/joe-shadow-writing2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"joe-shadow-writing2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"joe-shadow-writing2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:31:\"joe-shadow-writing2-600x170.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:31:\"joe-shadow-writing2-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(675,446,'_wpas_done_all','1'),(682,446,'sfw_pwd','jn5ivefK4Rsb'),(677,446,'_yoast_wpseo_focuskw','week ahead in stocks bonds and currency markets'),(678,446,'_yoast_wpseo_title',''),(679,446,'_yoast_wpseo_metadesc',''),(680,446,'_yoast_wpseo_opengraph-description',''),(681,446,'_yoast_wpseo_google-plus-description',''),(683,453,'_yoast_wpseo_linkdex','0'),(684,453,'_edit_lock','1384797754:2'),(685,453,'_edit_last','2'),(686,454,'_wp_attached_file','2013/11/Hangseng-sign.jpg'),(687,454,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:604;s:6:\"height\";i:453;s:4:\"file\";s:25:\"2013/11/Hangseng-sign.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Hangseng-sign-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Hangseng-sign-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:25:\"Hangseng-sign-604x170.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:25:\"Hangseng-sign-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(688,453,'_wpas_done_all','1'),(695,453,'sfw_pwd','utU4ckaEQXXt'),(690,453,'_yoast_wpseo_focuskw',''),(691,453,'_yoast_wpseo_title',''),(692,453,'_yoast_wpseo_metadesc',''),(693,453,'_yoast_wpseo_opengraph-description',''),(694,453,'_yoast_wpseo_google-plus-description',''),(697,454,'sfw_pwd','24V9hZOn4xCm'),(698,456,'_wp_attached_file','2013/11/logo.png'),(699,456,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:449;s:6:\"height\";i:101;s:4:\"file\";s:16:\"2013/11/logo.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"logo-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"logo-300x67.png\";s:5:\"width\";i:300;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:16:\"logo-290x101.png\";s:5:\"width\";i:290;s:6:\"height\";i:101;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(700,456,'_edit_lock','1385471439:3'),(701,456,'_yoast_wpseo_linkdex','0'),(702,457,'_yoast_wpseo_linkdex','0'),(703,457,'_edit_lock','1384869380:3'),(704,457,'_edit_last','3'),(706,459,'_wp_attached_file','2013/11/2-member-trade-11-19.jpg'),(707,459,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:574;s:6:\"height\";i:692;s:4:\"file\";s:32:\"2013/11/2-member-trade-11-19.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"2-member-trade-11-19-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"2-member-trade-11-19-248x300.jpg\";s:5:\"width\";i:248;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:32:\"2-member-trade-11-19-574x170.jpg\";s:5:\"width\";i:574;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:32:\"2-member-trade-11-19-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(708,457,'_wpas_done_all','1'),(715,457,'sfw_pwd','CSuVTuv2GHrF'),(710,457,'_yoast_wpseo_focuskw',''),(711,457,'_yoast_wpseo_title','[RiosQuant Member Trade] - Short Copper Trade by Jim G.'),(712,457,'_yoast_wpseo_metadesc','See a description of a member trade using the RiosQuant system. >>Read More...'),(713,457,'_yoast_wpseo_opengraph-description',''),(714,457,'_yoast_wpseo_google-plus-description',''),(717,461,'_yoast_wpseo_linkdex','0'),(718,461,'_edit_lock','1384948629:2'),(719,461,'_edit_last','3'),(720,461,'_wpas_done_all','1'),(727,461,'sfw_pwd','jXeBFr8dr5Fi'),(722,461,'_yoast_wpseo_focuskw',''),(723,461,'_yoast_wpseo_title','TradeLAB - Man Vs. Machine - Recap of Today\'s Performance'),(724,461,'_yoast_wpseo_metadesc','The Trading Room TradeLAB - Live trading in the global financial markets. >>Read More...'),(725,461,'_yoast_wpseo_opengraph-description',''),(726,461,'_yoast_wpseo_google-plus-description',''),(730,465,'_yoast_wpseo_linkdex','58'),(731,465,'_edit_lock','1384949627:2'),(732,465,'_edit_last','2'),(733,465,'_yoast_wpseo_focuskw','Overnight Trading Action'),(734,465,'_yoast_wpseo_title',''),(735,465,'_yoast_wpseo_metadesc','Overnight trading action in the global financial markets including stocks, bonds, commodities and currencies.'),(736,465,'_yoast_wpseo_opengraph-description',''),(737,465,'_yoast_wpseo_google-plus-description',''),(738,465,'_wpas_done_all','1'),(741,465,'sfw_pwd','0OmSb7eIjemG'),(740,465,'_wp_old_slug','riosquant-overnight-market-update'),(742,465,'_thumbnail_id','173'),(744,459,'sfw_pwd','8OPV9ODCZ73j'),(780,474,'_edit_lock','1384949759:2'),(779,474,'_yoast_wpseo_linkdex','50'),(759,461,'_thumbnail_id','357'),(750,461,'_yoast_wpseo_meta-robots-noindex','0'),(751,461,'_yoast_wpseo_meta-robots-nofollow','0'),(752,461,'_yoast_wpseo_meta-robots-adv','none'),(755,461,'_yoast_wpseo_sitemap-html-include','-'),(756,461,'_yoast_wpseo_canonical',''),(757,461,'_yoast_wpseo_redirect',''),(762,457,'_thumbnail_id','459'),(764,457,'_yoast_wpseo_meta-robots-noindex','0'),(765,457,'_yoast_wpseo_meta-robots-nofollow','0'),(766,457,'_yoast_wpseo_meta-robots-adv','none'),(15184,3210,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:357;s:6:\"height\";i:96;s:4:\"file\";s:29:\"2016/10/traderoom5titan-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"traderoom5titan-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"traderoom5titan-1-300x81.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:81;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1476368826\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(769,457,'_yoast_wpseo_sitemap-html-include','-'),(770,457,'_yoast_wpseo_canonical',''),(771,457,'_yoast_wpseo_redirect',''),(5053,1351,'sfw_pwd','q9XrQeBIiP3A'),(5054,1351,'_wpas_done_all','1'),(5078,1355,'_edit_last','2'),(781,474,'_edit_last','2'),(782,474,'_wpas_done_all','1'),(789,474,'sfw_pwd','84UjbkUZ6t2A'),(784,474,'_yoast_wpseo_focuskw','overnight market update'),(785,474,'_yoast_wpseo_title',''),(786,474,'_yoast_wpseo_metadesc','Overnight trading actions in the global financial markets including stocks, bonds, commodities and currencies'),(787,474,'_yoast_wpseo_opengraph-description',''),(788,474,'_yoast_wpseo_google-plus-description',''),(1116,561,'_yoast_wpseo_focuskw','the week ahead on wall street'),(1115,561,'_edit_lock','1385986919:2'),(792,477,'_yoast_wpseo_linkdex','39'),(793,477,'_edit_lock','1384982504:2'),(794,477,'_edit_last','2'),(795,478,'_wp_attached_file','2013/11/steve-trade.tif'),(796,479,'_wp_attached_file','2013/11/steve-trade1.jpg'),(797,479,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1062;s:6:\"height\";i:961;s:4:\"file\";s:24:\"2013/11/steve-trade1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"steve-trade1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"steve-trade1-300x271.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"steve-trade1-1024x926.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:926;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:24:\"steve-trade1-610x170.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:24:\"steve-trade1-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(798,477,'_wpas_done_all','1'),(805,477,'sfw_pwd','GlXxiLWd1nWh'),(800,477,'_yoast_wpseo_focuskw','live trading'),(801,477,'_yoast_wpseo_title',''),(802,477,'_yoast_wpseo_metadesc',''),(803,477,'_yoast_wpseo_opengraph-description',''),(804,477,'_yoast_wpseo_google-plus-description',''),(806,481,'_yoast_wpseo_linkdex','52'),(807,481,'_edit_last','2'),(808,481,'_edit_lock','1385035722:2'),(809,482,'_wp_attached_file','2013/11/joe-EP.jpg'),(810,482,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:530;s:6:\"height\";i:320;s:4:\"file\";s:18:\"2013/11/joe-EP.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"joe-EP-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"joe-EP-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:18:\"joe-EP-530x170.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:18:\"joe-EP-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1384962309;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(811,481,'_wpas_done_all','1'),(818,481,'sfw_pwd','Emb2hzPcTubT'),(813,481,'_yoast_wpseo_focuskw','Mid month review - Seizing new opportunities in the dynamic global financial markets'),(814,481,'_yoast_wpseo_title',''),(815,481,'_yoast_wpseo_metadesc','Mid month review - Seizing new opportunities in the dynamic global financial markets'),(816,481,'_yoast_wpseo_opengraph-description',''),(817,481,'_yoast_wpseo_google-plus-description',''),(820,485,'_yoast_wpseo_linkdex','48'),(821,485,'_edit_lock','1385053354:2'),(822,485,'_edit_last','2'),(823,485,'_wpas_done_all','1'),(830,485,'sfw_pwd','aH8xZBI94qNl'),(825,485,'_yoast_wpseo_focuskw','overnight market commentary'),(826,485,'_yoast_wpseo_title',''),(827,485,'_yoast_wpseo_metadesc','Overnight trading action in the global financial markets including stocks, bonds, commodities and currencies.'),(828,485,'_yoast_wpseo_opengraph-description',''),(829,485,'_yoast_wpseo_google-plus-description',''),(831,487,'_yoast_wpseo_linkdex','38'),(832,487,'_edit_lock','1385064739:2'),(833,487,'_edit_last','2'),(834,488,'_wp_attached_file','2013/11/cl-trade-steve-11-21.jpg'),(835,488,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:918;s:6:\"height\";i:768;s:4:\"file\";s:32:\"2013/11/cl-trade-steve-11-21.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"cl-trade-steve-11-21-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"cl-trade-steve-11-21-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:32:\"cl-trade-steve-11-21-610x170.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:32:\"cl-trade-steve-11-21-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(836,487,'_wpas_done_all','1'),(843,487,'sfw_pwd','3JKG8KxWoKTH'),(838,487,'_yoast_wpseo_focuskw','RiosQuant trading systems'),(839,487,'_yoast_wpseo_title',''),(840,487,'_yoast_wpseo_metadesc','Discover new and innovative methods to trade the exciting global financial markets while mitigating risk.'),(841,487,'_yoast_wpseo_opengraph-description',''),(842,487,'_yoast_wpseo_google-plus-description',''),(846,491,'_yoast_wpseo_linkdex','0'),(847,491,'_edit_lock','1385119100:2'),(848,491,'_edit_last','2'),(850,493,'_wp_attached_file','2013/11/tal-trade1.jpg'),(851,493,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:848;s:6:\"height\";i:725;s:4:\"file\";s:22:\"2013/11/tal-trade1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"tal-trade1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"tal-trade1-300x256.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:22:\"tal-trade1-610x170.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:22:\"tal-trade1-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(852,491,'_wpas_done_all','1'),(859,491,'sfw_pwd','DpmJLya7d1rm'),(854,491,'_yoast_wpseo_focuskw',''),(855,491,'_yoast_wpseo_title',''),(856,491,'_yoast_wpseo_metadesc',''),(857,491,'_yoast_wpseo_opengraph-description',''),(858,491,'_yoast_wpseo_google-plus-description',''),(860,496,'_yoast_wpseo_linkdex','46'),(1114,561,'_edit_last','2'),(862,496,'_edit_lock','1385161746:2'),(863,496,'_edit_last','2'),(864,496,'_yoast_wpseo_focuskw','overnight trading news in the global markets'),(865,496,'_yoast_wpseo_title',''),(866,496,'_yoast_wpseo_metadesc','Overnight trading action in the global financial markets including stocks, bonds, commodities and currencies. Also, upcoming scheduled economic data releases.'),(867,496,'_yoast_wpseo_opengraph-description',''),(868,496,'_yoast_wpseo_google-plus-description',''),(869,496,'_wpas_done_all','1'),(871,496,'sfw_pwd','b51Vh6nHjfMe'),(873,499,'_yoast_wpseo_linkdex','61'),(874,499,'_edit_lock','1385226002:2'),(875,499,'_edit_last','2'),(876,500,'_wp_attached_file','2013/11/steve-trading-coach1.jpg'),(877,500,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2700;s:6:\"height\";i:1800;s:4:\"file\";s:32:\"2013/11/steve-trading-coach1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"steve-trading-coach1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"steve-trading-coach1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"steve-trading-coach1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:32:\"steve-trading-coach1-610x170.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:32:\"steve-trading-coach1-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(878,499,'_yoast_wpseo_focuskw','trading workshop'),(879,499,'_yoast_wpseo_title',''),(880,499,'_yoast_wpseo_metadesc','Join Steve Schwartz, RiosQuant trading coach in a live trading workshop during off hours in a relaxed and informative program.'),(881,499,'_yoast_wpseo_opengraph-description',''),(882,499,'_yoast_wpseo_google-plus-description',''),(883,499,'_wpas_done_all','1'),(885,499,'sfw_pwd','Q9RvtcrptOZu'),(886,500,'sfw_pwd','k2TP8KNlmjDX'),(889,503,'_yoast_wpseo_linkdex','0'),(890,503,'_edit_last','2'),(891,503,'_edit_lock','1385227446:2'),(892,504,'_wp_attached_file','2013/11/jacks-trade.jpg'),(893,504,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:648;s:6:\"height\";i:397;s:4:\"file\";s:23:\"2013/11/jacks-trade.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"jacks-trade-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"jacks-trade-300x183.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:23:\"jacks-trade-610x170.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:23:\"jacks-trade-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1385207588;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(894,503,'_wpas_done_all','1'),(901,503,'sfw_pwd','YwxDh9rHD0Ni'),(896,503,'_yoast_wpseo_focuskw',''),(897,503,'_yoast_wpseo_title',''),(898,503,'_yoast_wpseo_metadesc',''),(899,503,'_yoast_wpseo_opengraph-description',''),(900,503,'_yoast_wpseo_google-plus-description',''),(902,506,'_yoast_wpseo_linkdex','43'),(903,506,'_edit_lock','1385296551:2'),(904,506,'_edit_last','3'),(905,506,'_wpas_done_all','1'),(912,506,'sfw_pwd','SxYdgISpJYBo'),(907,506,'_yoast_wpseo_focuskw','Live trading room'),(908,506,'_yoast_wpseo_title',''),(909,506,'_yoast_wpseo_metadesc','The Trading Room® sessions conducted online by the Riosquant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Get a sneak view of our algorithmic trading systems in action from the convenience of your computer via the internet.'),(910,506,'_yoast_wpseo_opengraph-description',''),(911,506,'_yoast_wpseo_google-plus-description',''),(913,509,'_wp_attached_file','2013/11/EP-trading-LAB.jpg'),(914,509,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:624;s:6:\"height\";i:936;s:4:\"file\";s:26:\"2013/11/EP-trading-LAB.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"EP-trading-LAB-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"EP-trading-LAB-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:26:\"EP-trading-LAB-610x170.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:26:\"EP-trading-LAB-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(927,514,'_yoast_wpseo_linkdex','68'),(919,506,'_yoast_wpseo_meta-robots-noindex','0'),(920,506,'_yoast_wpseo_meta-robots-nofollow','0'),(921,506,'_yoast_wpseo_meta-robots-adv','none'),(15183,3210,'_wp_attached_file','2016/10/traderoom5titan-1.jpg'),(924,506,'_yoast_wpseo_sitemap-html-include','-'),(925,506,'_yoast_wpseo_canonical',''),(926,506,'_yoast_wpseo_redirect',''),(928,514,'_edit_lock','1385380211:2'),(929,514,'_edit_last','2'),(930,514,'_yoast_wpseo_focuskw','the week ahead by joe rios'),(931,514,'_yoast_wpseo_title',''),(932,514,'_yoast_wpseo_metadesc','Commentary for the coming week in the global financial markets including stocks, bonds, commodities and currencies. Economic data that might have an impact on the markets are also highlighted.'),(933,514,'_yoast_wpseo_opengraph-description',''),(934,514,'_yoast_wpseo_google-plus-description',''),(935,514,'_wpas_done_all','1'),(937,514,'sfw_pwd','GWETgbaF5MCj'),(938,518,'_wp_attached_file','2013/11/joe-shadow-writing21.jpg'),(939,518,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:32:\"2013/11/joe-shadow-writing21.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"joe-shadow-writing21-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"joe-shadow-writing21-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:32:\"joe-shadow-writing21-600x170.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:32:\"joe-shadow-writing21-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(940,518,'_edit_lock','1385324350:2'),(941,518,'_yoast_wpseo_linkdex','0'),(942,518,'_edit_last','2'),(943,518,'_yoast_wpseo_focuskw',''),(944,518,'_yoast_wpseo_title',''),(945,518,'_yoast_wpseo_metadesc',''),(946,518,'_yoast_wpseo_opengraph-description',''),(947,518,'_yoast_wpseo_google-plus-description',''),(948,518,'sfw_pwd','fAo3CljR5jK8'),(951,520,'_edit_lock','1385467516:2'),(952,520,'_edit_last','2'),(953,520,'_yoast_wpseo_focuskw','RiosQuant – Overnight Trading Action in the Global Markets'),(954,520,'_yoast_wpseo_title',''),(955,520,'_yoast_wpseo_metadesc','Overnight trading action in the financial markets including stocks, bonds, commodities and currencies.'),(956,520,'_yoast_wpseo_opengraph-description',''),(957,520,'_yoast_wpseo_google-plus-description',''),(958,520,'_wpas_done_all','1'),(960,520,'sfw_pwd','er1vHWrxWIia'),(961,522,'_yoast_wpseo_linkdex','0'),(962,522,'_edit_lock','1392780288:2'),(963,522,'_edit_last','2'),(964,523,'_wp_attached_file','2013/11/forex-trading8.jpg'),(965,523,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:680;s:6:\"height\";i:451;s:4:\"file\";s:26:\"2013/11/forex-trading8.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"forex-trading8-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"forex-trading8-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:26:\"forex-trading8-610x170.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:26:\"forex-trading8-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:6.29999999999999982236431605997495353221893310546875;s:6:\"credit\";s:14:\"alex - Fotolia\";s:6:\"camera\";s:9:\"NIKON D90\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1258118251;s:9:\"copyright\";s:14:\"alex - Fotolia\";s:12:\"focal_length\";s:2:\"45\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:3:\"0.4\";s:5:\"title\";s:8:\"business\";}}'),(967,522,'_wp_page_template','default'),(968,522,'_wpas_done_all','1'),(969,522,'_yoast_wpseo_focuskw',''),(970,522,'_yoast_wpseo_title','RiosQuant Trading Room'),(971,522,'_yoast_wpseo_metadesc','Come and join RiosQuant Trading Room for a free trial. Register today and learn how to trade like a professional. >> Click here to register now'),(972,522,'_yoast_wpseo_meta-robots-noindex','0'),(973,522,'_yoast_wpseo_meta-robots-nofollow','0'),(974,522,'_yoast_wpseo_meta-robots-adv','none'),(977,522,'_yoast_wpseo_sitemap-html-include','-'),(978,522,'_yoast_wpseo_canonical',''),(979,522,'_yoast_wpseo_redirect',''),(980,522,'_yoast_wpseo_opengraph-description','Come and join RiosQuant Trading Room for a free trial. Register today and learn how to trade like a professional. >> Click here to register now'),(981,522,'_yoast_wpseo_google-plus-description','Come and join RiosQuant Trading Room for a free trial. Register today and learn how to trade like a professional. >> Click here to register now'),(982,522,'sfw_pwd','uvDPxLh4iVvT'),(983,527,'_yoast_wpseo_linkdex','57'),(984,527,'_edit_lock','1385493241:2'),(985,527,'_edit_last','2'),(986,527,'_wpas_done_all','1'),(994,527,'sfw_pwd','sYF5IzAijvdf'),(988,527,'_yoast_wpseo_focuskw','RiosQuant – Overnight Trading Action in the Global Markets'),(989,527,'_yoast_wpseo_title',''),(990,527,'_yoast_wpseo_metadesc','RiosQuant – Overnight trading action in the global markets including stocks, bonds, commodities, currencies and scheduled economic data releases.'),(991,527,'_yoast_wpseo_opengraph-description',''),(992,527,'_yoast_wpseo_google-plus-description',''),(995,523,'sfw_pwd','EQiN7mKZaA8p'),(997,456,'sfw_pwd','DTuh5XbOmQCP'),(1018,535,'_wp_attached_file','2013/11/RQ-Ranking-screen-2-traders.png'),(1019,535,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1199;s:6:\"height\";i:850;s:4:\"file\";s:39:\"2013/11/RQ-Ranking-screen-2-traders.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"RQ-Ranking-screen-2-traders-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"RQ-Ranking-screen-2-traders-300x212.png\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"RQ-Ranking-screen-2-traders-1024x725.png\";s:5:\"width\";i:1024;s:6:\"height\";i:725;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:39:\"RQ-Ranking-screen-2-traders-610x170.png\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:39:\"RQ-Ranking-screen-2-traders-290x130.png\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1020,522,'_thumbnail_id','535'),(1066,547,'_wp_attached_file','2013/11/logo-newer1.png'),(1067,547,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:767;s:6:\"height\";i:101;s:4:\"file\";s:23:\"2013/11/logo-newer1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"logo-newer1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"logo-newer1-300x39.png\";s:5:\"width\";i:300;s:6:\"height\";i:39;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:23:\"logo-newer1-610x101.png\";s:5:\"width\";i:610;s:6:\"height\";i:101;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:23:\"logo-newer1-290x101.png\";s:5:\"width\";i:290;s:6:\"height\";i:101;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1023,538,'_yoast_wpseo_linkdex','0'),(1024,538,'_edit_lock','1385498541:2'),(1025,538,'_edit_last','2'),(1026,539,'_wp_attached_file','2013/11/Weve-got-your-back-Orlando-JM.jpg'),(1027,539,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1223;s:6:\"height\";i:850;s:4:\"file\";s:41:\"2013/11/Weve-got-your-back-Orlando-JM.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Weve-got-your-back-Orlando-JM-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Weve-got-your-back-Orlando-JM-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Weve-got-your-back-Orlando-JM-1024x711.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:711;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:41:\"Weve-got-your-back-Orlando-JM-610x170.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:41:\"Weve-got-your-back-Orlando-JM-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1028,538,'_wpas_done_all','1'),(1035,538,'sfw_pwd','JKlCvS0Cz1DO'),(1030,538,'_yoast_wpseo_focuskw',''),(1031,538,'_yoast_wpseo_title',''),(1032,538,'_yoast_wpseo_metadesc',''),(1033,538,'_yoast_wpseo_opengraph-description',''),(1034,538,'_yoast_wpseo_google-plus-description',''),(1036,538,'_oembed_d1819d2e41305aaac522407d31a9bad3','{{unknown}}'),(15060,3179,'_edit_lock','1476203468:2'),(1038,541,'_edit_lock','1476034074:2'),(1039,541,'_edit_last','2'),(1040,542,'_wp_attached_file','2013/11/screen-hand-click.jpg'),(1041,542,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:639;s:6:\"height\";i:850;s:4:\"file\";s:29:\"2013/11/screen-hand-click.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"screen-hand-click-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"screen-hand-click-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:29:\"screen-hand-click-610x170.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:29:\"screen-hand-click-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1042,541,'_wpas_done_all','1'),(1049,541,'sfw_pwd','wWiJ3DK0FFUF'),(1044,541,'_yoast_wpseo_focuskw',''),(1045,541,'_yoast_wpseo_title',''),(1046,541,'_yoast_wpseo_metadesc',''),(1047,541,'_yoast_wpseo_opengraph-description',''),(1048,541,'_yoast_wpseo_google-plus-description',''),(1050,544,'_yoast_wpseo_linkdex','56'),(1051,544,'_edit_lock','1385660739:2'),(1052,544,'_edit_last','2'),(1053,544,'_wpas_done_all','1'),(1060,544,'sfw_pwd','8wKVOoqLj2tT'),(1055,544,'_yoast_wpseo_focuskw','RiosQuant – Overnight Trading Action in the Global Markets'),(1056,544,'_yoast_wpseo_title',''),(1057,544,'_yoast_wpseo_metadesc','Overnight trading action in the global financial markets including stocks, bonds, commodities and currencies. Scheduled economic data releases also included.'),(1058,544,'_yoast_wpseo_opengraph-description',''),(1059,544,'_yoast_wpseo_google-plus-description',''),(1061,542,'sfw_pwd','bR6YaSQNjoUc'),(1068,547,'sfw_pwd','2F6nGLIQvHia'),(1069,548,'_wp_attached_file','2013/11/RQ-logo.jpg'),(1070,548,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:369;s:6:\"height\";i:200;s:4:\"file\";s:19:\"2013/11/RQ-logo.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"RQ-logo-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"RQ-logo-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:19:\"RQ-logo-369x170.jpg\";s:5:\"width\";i:369;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:19:\"RQ-logo-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1071,548,'_edit_lock','1385570155:3'),(1072,548,'_yoast_wpseo_linkdex','0'),(1837,723,'_edit_lock','1388404637:2'),(1836,723,'_yoast_wpseo_linkdex','54'),(1076,550,'_yoast_wpseo_linkdex','0'),(1077,550,'_edit_lock','1385570651:2'),(1078,550,'_edit_last','2'),(1839,723,'_wpas_done_all','1'),(1838,723,'_edit_last','2'),(1081,552,'_wp_attached_file','2013/11/logo-newer1copy.png'),(1082,552,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:767;s:6:\"height\";i:101;s:4:\"file\";s:27:\"2013/11/logo-newer1copy.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"logo-newer1copy-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"logo-newer1copy-300x39.png\";s:5:\"width\";i:300;s:6:\"height\";i:39;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:27:\"logo-newer1copy-610x101.png\";s:5:\"width\";i:610;s:6:\"height\";i:101;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:27:\"logo-newer1copy-290x101.png\";s:5:\"width\";i:290;s:6:\"height\";i:101;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1083,552,'_edit_lock','1385570665:3'),(1084,552,'_yoast_wpseo_linkdex','0'),(1085,553,'_wp_attached_file','2013/11/crude-oil.png'),(1086,553,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1132;s:6:\"height\";i:633;s:4:\"file\";s:21:\"2013/11/crude-oil.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"crude-oil-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"crude-oil-300x167.png\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"crude-oil-1024x572.png\";s:5:\"width\";i:1024;s:6:\"height\";i:572;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"crude-oil-610x170.png\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:21:\"crude-oil-290x130.png\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1087,554,'_yoast_wpseo_linkdex','68'),(1088,554,'_edit_lock','1476034043:2'),(1089,554,'_edit_last','2'),(1090,555,'_wp_attached_file','2013/11/jpy-trade.png'),(1091,555,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1134;s:6:\"height\";i:630;s:4:\"file\";s:21:\"2013/11/jpy-trade.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"jpy-trade-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"jpy-trade-300x166.png\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"jpy-trade-1024x568.png\";s:5:\"width\";i:1024;s:6:\"height\";i:568;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"jpy-trade-610x170.png\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:21:\"jpy-trade-290x130.png\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1092,556,'_wp_attached_file','2013/11/ng.png'),(1093,556,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1133;s:6:\"height\";i:629;s:4:\"file\";s:14:\"2013/11/ng.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:12:\"ng-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"ng-300x166.png\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"ng-1024x568.png\";s:5:\"width\";i:1024;s:6:\"height\";i:568;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:14:\"ng-610x170.png\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:14:\"ng-290x130.png\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1094,557,'_wp_attached_file','2013/11/usdcad.png'),(1095,557,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1106;s:6:\"height\";i:629;s:4:\"file\";s:18:\"2013/11/usdcad.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"usdcad-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"usdcad-300x170.png\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"usdcad-1024x582.png\";s:5:\"width\";i:1024;s:6:\"height\";i:582;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:18:\"usdcad-610x170.png\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:18:\"usdcad-290x130.png\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1096,554,'_wpas_done_all','1'),(1103,554,'sfw_pwd','ZV4AZIpyCGbg'),(1098,554,'_yoast_wpseo_focuskw','RiosQuant Technology - Automated Trading Systems'),(1100,554,'_yoast_wpseo_metadesc','Chill out! Take the stress out of trading with high performance trading systems.'),(14981,1409,'_pagelines_link',''),(14980,1409,'_pagelines_quote',''),(1104,557,'sfw_pwd','BlZavLZoj5Oa'),(1105,559,'_wp_attached_file','2013/11/logo-new.png'),(1106,559,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:571;s:6:\"height\";i:101;s:4:\"file\";s:20:\"2013/11/logo-new.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"logo-new-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"logo-new-300x53.png\";s:5:\"width\";i:300;s:6:\"height\";i:53;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:20:\"logo-new-290x101.png\";s:5:\"width\";i:290;s:6:\"height\";i:101;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1107,559,'_edit_lock','1385573231:3'),(1108,559,'_yoast_wpseo_linkdex','0'),(1109,560,'_wp_attached_file','2013/11/logo-newer11.png'),(1110,560,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:767;s:6:\"height\";i:101;s:4:\"file\";s:24:\"2013/11/logo-newer11.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"logo-newer11-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"logo-newer11-300x39.png\";s:5:\"width\";i:300;s:6:\"height\";i:39;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:24:\"logo-newer11-610x101.png\";s:5:\"width\";i:610;s:6:\"height\";i:101;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:24:\"logo-newer11-290x101.png\";s:5:\"width\";i:290;s:6:\"height\";i:101;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1111,560,'_edit_lock','1385573250:3'),(1112,560,'_yoast_wpseo_linkdex','0'),(1117,561,'_yoast_wpseo_title',''),(1118,561,'_yoast_wpseo_metadesc','Are the European bourses and the Euro currency vulnerable in the week ahead? This week\'s busy economic calendar should make the upcoming trading environment exciting for active traders in the global financial markets.'),(1119,561,'_yoast_wpseo_opengraph-description',''),(1120,561,'_yoast_wpseo_google-plus-description',''),(1121,563,'_wp_attached_file','2013/12/Joe@work.jpg'),(1122,563,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:667;s:6:\"height\";i:445;s:4:\"file\";s:20:\"2013/12/Joe@work.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Joe@work-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Joe@work-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:20:\"Joe@work-610x170.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:20:\"Joe@work-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1365401665;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1123,561,'_wpas_done_all','1'),(1125,561,'sfw_pwd','SX0hp8CI0uhx'),(1128,566,'_yoast_wpseo_linkdex','47'),(1129,566,'_edit_lock','1386021651:2'),(1130,566,'_edit_last','2'),(1131,567,'_wp_attached_file','2013/12/clock-red-wall.jpg'),(1132,567,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:402;s:6:\"height\";i:302;s:4:\"file\";s:26:\"2013/12/clock-red-wall.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"clock-red-wall-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"clock-red-wall-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:26:\"clock-red-wall-402x170.jpg\";s:5:\"width\";i:402;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:26:\"clock-red-wall-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1133,566,'_wpas_done_all','1'),(1140,566,'sfw_pwd','EbcoBpHU2jux'),(1135,566,'_yoast_wpseo_focuskw','overnight trading commodities'),(1136,566,'_yoast_wpseo_title',''),(1137,566,'_yoast_wpseo_metadesc','Overnight trading action in the financial global markets including stocks, bonds, commodities and currencies. Scheduled economic data releases that might have an impact on the markets also included.'),(1138,566,'_yoast_wpseo_opengraph-description',''),(1139,566,'_yoast_wpseo_google-plus-description',''),(1141,569,'_yoast_wpseo_linkdex','50'),(1142,569,'_edit_lock','1386072129:2'),(1143,569,'_edit_last','2'),(1144,570,'_wp_attached_file','2013/12/bbc.jpg'),(1145,570,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:336;s:6:\"height\";i:154;s:4:\"file\";s:15:\"2013/12/bbc.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"bbc-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"bbc-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:15:\"bbc-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1146,569,'_yoast_wpseo_focuskw','quant trading software'),(1147,569,'_yoast_wpseo_title',''),(1148,569,'_yoast_wpseo_metadesc','Watch us trade in a real live trading room and experience the power of market intelligence - Tuesday December 3rd starting at 8:00 am ET'),(1149,569,'_yoast_wpseo_opengraph-description',''),(1150,569,'_yoast_wpseo_google-plus-description',''),(1151,569,'sfw_pwd','VsAfzXq7tsPg'),(1152,573,'_wp_attached_file','2013/12/trading-room-chairs.jpg'),(1153,573,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:567;s:6:\"height\";i:850;s:4:\"file\";s:31:\"2013/12/trading-room-chairs.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"trading-room-chairs-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"trading-room-chairs-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:31:\"trading-room-chairs-567x170.jpg\";s:5:\"width\";i:567;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:31:\"trading-room-chairs-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1154,578,'_yoast_wpseo_linkdex','47'),(1155,578,'_edit_lock','1386029844:2'),(1156,578,'_edit_last','2'),(1157,579,'_wp_attached_file','2013/12/pick-your-metals.jpg'),(1158,579,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1944;s:6:\"height\";i:2592;s:4:\"file\";s:28:\"2013/12/pick-your-metals.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"pick-your-metals-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"pick-your-metals-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"pick-your-metals-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:28:\"pick-your-metals-610x170.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:28:\"pick-your-metals-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1159,578,'_yoast_wpseo_focuskw','commodity futures trading'),(1160,578,'_yoast_wpseo_title',''),(1161,578,'_yoast_wpseo_metadesc','High Performance Trading Strategies for Gold, Silver and Copper Commodity Futures. Discover why a recent article in BBC states \"computer program trading is driving almost everything that goes on on Wall Street\".'),(1162,578,'_yoast_wpseo_opengraph-description',''),(1163,578,'_yoast_wpseo_google-plus-description',''),(1164,578,'sfw_pwd','oNgBc2aAvYu2'),(1166,569,'_wpas_done_all','1'),(1168,569,'_oembed_540335027232c9252cce8fae295923cf','{{unknown}}'),(1169,584,'_yoast_wpseo_linkdex','47'),(1170,584,'_edit_lock','1386083418:2'),(1171,584,'_edit_last','2'),(1172,585,'_wp_attached_file','2013/12/morgan-quotes.jpg'),(1173,585,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1184;s:6:\"height\";i:795;s:4:\"file\";s:25:\"2013/12/morgan-quotes.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"morgan-quotes-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"morgan-quotes-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"morgan-quotes-1024x687.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:25:\"morgan-quotes-610x170.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:25:\"morgan-quotes-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1174,584,'_wpas_done_all','1'),(1181,584,'sfw_pwd','YUyUMkTSF5JH'),(1176,584,'_yoast_wpseo_focuskw','trading commodities and financial futures'),(1177,584,'_yoast_wpseo_title',''),(1178,584,'_yoast_wpseo_metadesc','Overnight trading action in the financial global markets including stocks, bonds, commodities and currencies.'),(1179,584,'_yoast_wpseo_opengraph-description',''),(1180,584,'_yoast_wpseo_google-plus-description',''),(1356,635,'_edit_lock','1386765289:2'),(1355,635,'_yoast_wpseo_linkdex','40'),(1184,589,'_yoast_wpseo_linkdex','47'),(1185,589,'_edit_lock','1386163444:2'),(1186,589,'_edit_last','2'),(1187,589,'_wpas_done_all','1'),(1194,589,'sfw_pwd','7AsMpu7qIL9M'),(1189,589,'_yoast_wpseo_focuskw','commodity futures trading'),(1190,589,'_yoast_wpseo_title',''),(1191,589,'_yoast_wpseo_metadesc','Overnight trading action in the global financial markets including stocks, bonds, commodities and futures. Scheduled economic data releases that might have an impact on the markets also included.'),(1192,589,'_yoast_wpseo_opengraph-description',''),(1193,589,'_yoast_wpseo_google-plus-description',''),(1195,591,'_yoast_wpseo_linkdex','52'),(1196,591,'_edit_lock','1386245034:2'),(1197,591,'_edit_last','2'),(1198,592,'_wp_attached_file','2013/12/djia-trade.jpg'),(1199,592,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:568;s:6:\"height\";i:383;s:4:\"file\";s:22:\"2013/12/djia-trade.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"djia-trade-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"djia-trade-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:22:\"djia-trade-568x170.jpg\";s:5:\"width\";i:568;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:22:\"djia-trade-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1386145607;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1200,591,'_wpas_done_all','1'),(1207,591,'sfw_pwd','lmTuDrqJ2oyh'),(1202,591,'_yoast_wpseo_focuskw','dow jones futures'),(1203,591,'_yoast_wpseo_title',''),(1204,591,'_yoast_wpseo_metadesc','Learn to trade the exciting futures market with predictive software. Join us today and get your free trial started.'),(1205,591,'_yoast_wpseo_opengraph-description',''),(1206,591,'_yoast_wpseo_google-plus-description',''),(1212,591,'_oembed_968aa74c3652ed71e7399c0455741f63','{{unknown}}'),(1213,598,'_yoast_wpseo_linkdex','47'),(1214,598,'_edit_lock','1386280818:2'),(1215,598,'_edit_last','2'),(1216,598,'_wpas_done_all','1'),(1223,598,'sfw_pwd','pCHK58nnYTtb'),(1218,598,'_yoast_wpseo_focuskw','commodity trading'),(1219,598,'_yoast_wpseo_title',''),(1220,598,'_yoast_wpseo_metadesc','Overnight trading action in the global financial markets including stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(1221,598,'_yoast_wpseo_opengraph-description',''),(1222,598,'_yoast_wpseo_google-plus-description',''),(1510,662,'_yoast_wpseo_linkdex','0'),(1226,603,'_yoast_wpseo_linkdex','48'),(1227,603,'_edit_lock','1386331841:2'),(1228,603,'_edit_last','2'),(1229,604,'_wp_attached_file','2013/12/NG-report-TradeLAB.jpg'),(1230,604,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1680;s:6:\"height\";i:989;s:4:\"file\";s:30:\"2013/12/NG-report-TradeLAB.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"NG-report-TradeLAB-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"NG-report-TradeLAB-300x176.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"NG-report-TradeLAB-1024x602.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:30:\"NG-report-TradeLAB-610x170.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:30:\"NG-report-TradeLAB-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1231,603,'_wpas_done_all','1'),(1238,603,'sfw_pwd','R9XKch6lo5Wl'),(1233,603,'_yoast_wpseo_focuskw','natural gas futures'),(1234,603,'_yoast_wpseo_title',''),(1235,603,'_yoast_wpseo_metadesc','RiosQuant head global trader Edward Preston aka EP trades Natural Gas inventory data on Wednesday in our Live Trading Room TradeLAB. Below is today\'s trade in Natural Gas futures. Three contracts using RQ Channel indicators for a total profit of $550.00. Learn to trade with forward looking indicators in a live trading environment with real traders and coaches.'),(1236,603,'_yoast_wpseo_opengraph-description',''),(1237,603,'_yoast_wpseo_google-plus-description',''),(1534,670,'_yoast_wpseo_linkdex','68'),(1240,607,'_yoast_wpseo_linkdex','46'),(1241,607,'_edit_lock','1386337269:2'),(1242,607,'_edit_last','2'),(1243,608,'_wp_attached_file','2013/12/quote-board-blue.jpg'),(1244,608,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:365;s:6:\"height\";i:274;s:4:\"file\";s:28:\"2013/12/quote-board-blue.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"quote-board-blue-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"quote-board-blue-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:28:\"quote-board-blue-365x170.jpg\";s:5:\"width\";i:365;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:28:\"quote-board-blue-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1245,607,'_wpas_done_all','1'),(1252,607,'sfw_pwd','geTzXwPQTvyg'),(1247,607,'_yoast_wpseo_focuskw','quantitative analysis algorithms'),(1248,607,'_yoast_wpseo_title',''),(1249,607,'_yoast_wpseo_metadesc','Overnight trading action in the financial global markets including stocks, bonds, commodities and currencies. Scheduled economic data that might have an impact on the markets included.'),(1250,607,'_yoast_wpseo_opengraph-description',''),(1251,607,'_yoast_wpseo_google-plus-description',''),(1255,612,'_yoast_wpseo_linkdex','60'),(1256,612,'_edit_lock','1386591842:2'),(1257,612,'_edit_last','2'),(1258,612,'_wpas_done_all','1'),(1265,612,'sfw_pwd','1GBPJDBIamRY'),(1260,612,'_yoast_wpseo_focuskw','week ahead financial markets'),(1261,612,'_yoast_wpseo_title',''),(1262,612,'_yoast_wpseo_metadesc','This week\'s economic calendar is light, however take special note of economic data from China. I believe the metals will be the asset class to provide trading opportunities in the week ahead.'),(1263,612,'_yoast_wpseo_opengraph-description',''),(1264,612,'_yoast_wpseo_google-plus-description',''),(1270,612,'_oembed_ca286e4062d1e25a0708ecc58f665845','{{unknown}}'),(1271,616,'_yoast_wpseo_linkdex','44'),(1272,616,'_edit_lock','1386604741:1'),(1273,616,'_edit_last','2'),(1274,616,'_wpas_done_all','1'),(1281,616,'sfw_pwd','Pvy8Y2OPBWZw'),(1276,616,'_yoast_wpseo_focuskw','commodity futures trading'),(1277,616,'_yoast_wpseo_title',''),(1278,616,'_yoast_wpseo_metadesc','Overnight trading action in the global financial markets including stocks, bonds, commodities and currencies. Scheduled economic data that may have an impact also included.'),(1279,616,'_yoast_wpseo_opengraph-description',''),(1280,616,'_yoast_wpseo_google-plus-description',''),(1283,618,'_yoast_wpseo_linkdex','0'),(1284,618,'_edit_lock','1386607703:2'),(1285,618,'_edit_last','2'),(1286,618,'_yoast_wpseo_focuskw',''),(1287,618,'_yoast_wpseo_title',''),(1288,618,'_yoast_wpseo_metadesc',''),(1289,618,'_yoast_wpseo_opengraph-description',''),(1290,618,'_yoast_wpseo_google-plus-description',''),(1712,700,'sfw_pwd','cNMB3P0jbvAD'),(1697,700,'_wpas_done_all','1'),(1293,608,'sfw_pwd','hDqSuiS15DzL'),(1696,700,'_edit_last','2'),(1695,700,'_edit_lock','1387317749:2'),(1694,700,'_yoast_wpseo_linkdex','44'),(1297,618,'_wpas_done_all','1'),(1307,618,'sfw_pwd','312deSGDZrZ8'),(1299,618,'_yoast_wpseo_meta-robots-noindex','0'),(1300,618,'_yoast_wpseo_meta-robots-nofollow','0'),(1301,618,'_yoast_wpseo_meta-robots-adv','none'),(1304,618,'_yoast_wpseo_sitemap-html-include','-'),(1305,618,'_yoast_wpseo_canonical',''),(1306,618,'_yoast_wpseo_redirect',''),(1311,628,'_yoast_wpseo_linkdex','44'),(1312,628,'_edit_lock','1386688255:2'),(1313,629,'_wp_attached_file','2013/12/RQ-Pie.jpg'),(1314,629,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:415;s:6:\"height\";i:307;s:4:\"file\";s:18:\"2013/12/RQ-Pie.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"RQ-Pie-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"RQ-Pie-300x221.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:18:\"RQ-Pie-415x170.jpg\";s:5:\"width\";i:415;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:18:\"RQ-Pie-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1386660237;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1315,628,'_edit_last','2'),(1316,628,'_wpas_done_all','1'),(1331,628,'sfw_pwd','Ri4kwc4iUOUB'),(1318,628,'_yoast_wpseo_focuskw','overnight trading commodities'),(1319,628,'_yoast_wpseo_title',''),(1320,628,'_yoast_wpseo_metadesc','Overnight trading actions in the global financial markets including stocks, bonds, commodities and currencies. Scheduled economic data reports that may have an impact on the markets also included.'),(1321,628,'_yoast_wpseo_meta-robots-noindex','0'),(1322,628,'_yoast_wpseo_meta-robots-nofollow','0'),(1323,628,'_yoast_wpseo_meta-robots-adv','none'),(1326,628,'_yoast_wpseo_sitemap-html-include','-'),(1327,628,'_yoast_wpseo_canonical',''),(1328,628,'_yoast_wpseo_redirect',''),(1329,628,'_yoast_wpseo_opengraph-description',''),(1330,628,'_yoast_wpseo_google-plus-description',''),(1332,631,'_yoast_wpseo_linkdex','63'),(1333,631,'_edit_lock','1476033954:2'),(1334,631,'_edit_last','2'),(1335,632,'_wp_attached_file','2013/12/Trades-12-10.jpg'),(1336,632,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:645;s:6:\"height\";i:578;s:4:\"file\";s:24:\"2013/12/Trades-12-10.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Trades-12-10-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Trades-12-10-300x268.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:24:\"Trades-12-10-610x170.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:24:\"Trades-12-10-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1386671877;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1337,631,'_wpas_done_all','1'),(1352,631,'sfw_pwd','b2Ubwz0OQ81f'),(1339,631,'_yoast_wpseo_focuskw','automated trading systems and signals'),(14982,1409,'_pagelines_video_m4v',''),(1341,631,'_yoast_wpseo_metadesc','The RQ Einstein automated trading system is a quantitative model designed for specific assignments, such as to exploit short-lived trading opportunities. At the core of the strategy is an RQ proprietary code with forward-looking algorithms designed to forecast and search for potentially key price levels of the markets.'),(14969,554,'_pagelines_audio_ogg',''),(14968,554,'_pagelines_audio_mp3',''),(1344,631,'_yoast_wpseo_meta-robots-adv','none'),(14967,554,'_pagelines_video_embed',''),(14966,554,'_pagelines_video_poster',''),(14965,554,'_pagelines_video_ogv',''),(14964,554,'_pagelines_video_m4v',''),(14961,554,'_pagelines_gallery_slider','off'),(14962,554,'_pagelines_quote',''),(14963,554,'_pagelines_link',''),(1357,636,'_wp_attached_file','2013/12/world-dgital-clocks.jpg'),(1358,636,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:445;s:6:\"height\";i:273;s:4:\"file\";s:31:\"2013/12/world-dgital-clocks.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"world-dgital-clocks-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"world-dgital-clocks-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:31:\"world-dgital-clocks-445x170.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:31:\"world-dgital-clocks-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1359,635,'_edit_last','2'),(1360,635,'_wpas_done_all','1'),(1375,635,'sfw_pwd','04NM1b2ACell'),(1362,635,'_yoast_wpseo_focuskw','overnight trading commodities'),(1363,635,'_yoast_wpseo_title',''),(1364,635,'_yoast_wpseo_metadesc','Overnight trading action in the global financial markets including stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(1365,635,'_yoast_wpseo_meta-robots-noindex','0'),(1366,635,'_yoast_wpseo_meta-robots-nofollow','0'),(1367,635,'_yoast_wpseo_meta-robots-adv','none'),(1370,635,'_yoast_wpseo_sitemap-html-include','-'),(1371,635,'_yoast_wpseo_canonical',''),(1372,635,'_yoast_wpseo_redirect',''),(1373,635,'_yoast_wpseo_opengraph-description',''),(1374,635,'_yoast_wpseo_google-plus-description',''),(1376,638,'_yoast_wpseo_linkdex','51'),(1377,638,'_edit_lock','1386776272:2'),(1378,638,'_edit_last','2'),(1379,638,'_yoast_wpseo_focuskw','trade crude oil futures'),(1380,638,'_yoast_wpseo_title',''),(1381,638,'_yoast_wpseo_metadesc','Watch us trade in a real live trading room and experience the power of market intelligence. Discover an entirely new approach to trading that may revolutionize the way you’ll view the markets.'),(1382,638,'_yoast_wpseo_meta-robots-noindex','0'),(1383,638,'_yoast_wpseo_meta-robots-nofollow','0'),(1384,638,'_yoast_wpseo_meta-robots-adv','none'),(1387,638,'_yoast_wpseo_sitemap-html-include','-'),(1388,638,'_yoast_wpseo_canonical',''),(1389,638,'_yoast_wpseo_redirect',''),(1390,638,'_yoast_wpseo_opengraph-description',''),(1391,638,'_yoast_wpseo_google-plus-description',''),(1392,640,'_wp_attached_file','2013/12/go-crude.jpg'),(1393,640,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1944;s:6:\"height\";i:2592;s:4:\"file\";s:20:\"2013/12/go-crude.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"go-crude-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"go-crude-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"go-crude-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:20:\"go-crude-610x170.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:20:\"go-crude-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1394,638,'_wpas_done_all','1'),(1397,638,'sfw_pwd','0oNqJAve960v'),(1396,638,'_wp_old_slug','riosquant-live-trading-room-trade-crude-oil-inventory'),(2147,772,'_yoast_wpseo_meta-robots-nofollow','0'),(2146,772,'_yoast_wpseo_meta-robots-noindex','0'),(2145,772,'_yoast_wpseo_metadesc','In the week ahead volatility should return to the markets. I will be focusing on the metal markets as well as the correlation between the stock indices and the bond market.'),(2144,772,'_yoast_wpseo_title',''),(2143,772,'_yoast_wpseo_focuskw','futures trading systems'),(2156,772,'sfw_pwd','ELqUkBcaSvDJ'),(2141,772,'_wpas_done_all','1'),(2140,772,'_edit_last','2'),(2139,772,'_edit_lock','1389572527:2'),(2138,772,'_yoast_wpseo_linkdex','55'),(1415,646,'_yoast_wpseo_linkdex','0'),(1416,646,'_edit_lock','1386959067:2'),(1417,646,'_edit_last','2'),(1418,646,'_wp_page_template','default'),(1419,646,'_yoast_wpseo_focuskw',''),(1420,646,'_yoast_wpseo_title','Quant Indicators + Live Room'),(1421,646,'_yoast_wpseo_metadesc','Quant Indicators + Live Room'),(1422,646,'_yoast_wpseo_meta-robots-noindex','0'),(1423,646,'_yoast_wpseo_meta-robots-nofollow','0'),(1424,646,'_yoast_wpseo_meta-robots-adv','none'),(1427,646,'_yoast_wpseo_sitemap-html-include','-'),(1428,646,'_yoast_wpseo_canonical',''),(1429,646,'_yoast_wpseo_redirect',''),(1430,646,'_yoast_wpseo_opengraph-description',''),(1431,646,'_yoast_wpseo_google-plus-description',''),(8169,1796,'_optimizepress_pagebuilder','Y'),(1433,648,'_edit_lock','1402250831:2'),(1434,648,'_edit_last','2'),(1435,648,'_wp_page_template','default'),(1436,648,'_yoast_wpseo_focuskw',''),(1437,648,'_yoast_wpseo_title',''),(1438,648,'_yoast_wpseo_metadesc',''),(1439,648,'_yoast_wpseo_meta-robots-noindex','0'),(1440,648,'_yoast_wpseo_meta-robots-nofollow','0'),(1441,648,'_yoast_wpseo_meta-robots-adv','none'),(1444,648,'_yoast_wpseo_sitemap-html-include','-'),(1445,648,'_yoast_wpseo_canonical',''),(1446,648,'_yoast_wpseo_redirect',''),(1447,648,'_yoast_wpseo_opengraph-description',''),(1448,648,'_yoast_wpseo_google-plus-description',''),(1449,651,'_yoast_wpseo_linkdex','0'),(1450,651,'_edit_last','3'),(1451,651,'_edit_lock','1386780507:3'),(1452,651,'_wp_page_template','default'),(1453,651,'_yoast_wpseo_focuskw',''),(1454,651,'_yoast_wpseo_title',''),(1455,651,'_yoast_wpseo_metadesc',''),(1456,651,'_yoast_wpseo_meta-robots-noindex','0'),(1457,651,'_yoast_wpseo_meta-robots-nofollow','0'),(1458,651,'_yoast_wpseo_meta-robots-adv','none'),(1461,651,'_yoast_wpseo_sitemap-html-include','-'),(1462,651,'_yoast_wpseo_canonical',''),(1463,651,'_yoast_wpseo_redirect',''),(1464,651,'_yoast_wpseo_opengraph-description',''),(1465,651,'_yoast_wpseo_google-plus-description',''),(2148,772,'_yoast_wpseo_meta-robots-adv','none'),(1468,653,'_yoast_wpseo_linkdex','46'),(1469,653,'_edit_lock','1386863634:2'),(1470,653,'_edit_last','2'),(1471,653,'_wpas_done_all','1'),(1486,653,'sfw_pwd','fChbHuf3khlS'),(1473,653,'_yoast_wpseo_focuskw','commodities trading'),(1474,653,'_yoast_wpseo_title',''),(1475,653,'_yoast_wpseo_metadesc','Overnight trading headlines in the global financial markets including stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(1476,653,'_yoast_wpseo_meta-robots-noindex','0'),(1477,653,'_yoast_wpseo_meta-robots-nofollow','0'),(1478,653,'_yoast_wpseo_meta-robots-adv','none'),(1481,653,'_yoast_wpseo_sitemap-html-include','-'),(1482,653,'_yoast_wpseo_canonical',''),(1483,653,'_yoast_wpseo_redirect',''),(1484,653,'_yoast_wpseo_opengraph-description',''),(1485,653,'_yoast_wpseo_google-plus-description',''),(1487,657,'_yoast_wpseo_linkdex','34'),(1488,657,'_edit_lock','1476033905:2'),(1489,657,'_edit_last','2'),(1490,658,'_wp_attached_file','2013/12/sanjays-trade.jpg'),(1491,658,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:700;s:4:\"file\";s:25:\"2013/12/sanjays-trade.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"sanjays-trade-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"sanjays-trade-274x300.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:25:\"sanjays-trade-610x170.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:25:\"sanjays-trade-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1492,657,'_wpas_done_all','1'),(1507,657,'sfw_pwd','y8Ul7cjkAzFW'),(1494,657,'_yoast_wpseo_focuskw','futures trading strategies'),(1496,657,'_yoast_wpseo_metadesc','Experience the power of market intelligence with forward looking indicators. Trade the global markets including stocks, bonds, commodities and currencies.'),(14959,631,'_pagelines_audio_ogg',''),(14958,631,'_pagelines_audio_mp3',''),(1499,657,'_yoast_wpseo_meta-robots-adv','none'),(14957,631,'_pagelines_video_embed',''),(14956,631,'_pagelines_video_poster',''),(14955,631,'_pagelines_video_ogv',''),(14954,631,'_pagelines_video_m4v',''),(14951,631,'_pagelines_gallery_slider','off'),(14952,631,'_pagelines_quote',''),(14953,631,'_pagelines_link',''),(1511,662,'_edit_lock','1386957887:2'),(1512,662,'_edit_last','2'),(1513,663,'_wp_attached_file','2013/12/pie-chart.jpg'),(1514,663,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:410;s:6:\"height\";i:299;s:4:\"file\";s:21:\"2013/12/pie-chart.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"pie-chart-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"pie-chart-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"pie-chart-410x170.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:21:\"pie-chart-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1386920593;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1515,662,'_wpas_done_all','1'),(1530,662,'sfw_pwd','ih8GZJ5PB3H0'),(1517,662,'_yoast_wpseo_focuskw',''),(1518,662,'_yoast_wpseo_title',''),(1519,662,'_yoast_wpseo_metadesc','Overnight trading action in the global financial markets including stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included. For more information on our quantitative analysis and algorithmic trading technology visit us at RiosQuant.com.'),(1520,662,'_yoast_wpseo_meta-robots-noindex','0'),(1521,662,'_yoast_wpseo_meta-robots-nofollow','0'),(1522,662,'_yoast_wpseo_meta-robots-adv','none'),(1525,662,'_yoast_wpseo_sitemap-html-include','-'),(1526,662,'_yoast_wpseo_canonical',''),(1527,662,'_yoast_wpseo_redirect',''),(1528,662,'_yoast_wpseo_opengraph-description',''),(1529,662,'_yoast_wpseo_google-plus-description',''),(1532,648,'_wpas_done_all','1'),(1533,648,'sfw_pwd','e2M5BRfbtxol'),(1535,670,'_edit_lock','1387059565:2'),(1536,670,'_edit_last','2'),(1537,671,'_wp_attached_file','2013/12/The-London-Gold-Fix.docx'),(1538,672,'_wp_attached_file','2013/12/trade-the-london-gold-fix-e1399588326534.jpg'),(1539,672,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:362;s:6:\"height\";i:422;s:4:\"file\";s:52:\"2013/12/trade-the-london-gold-fix-e1399588326534.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"trade-the-london-gold-fix-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"trade-the-london-gold-fix-257x300.jpg\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:37:\"trade-the-london-gold-fix-392x170.jpg\";s:5:\"width\";i:392;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:37:\"trade-the-london-gold-fix-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1387040247;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1540,670,'_wp_page_template','default'),(1541,670,'_yoast_wpseo_focuskw','trade gold futures'),(1542,670,'_yoast_wpseo_title',''),(1543,670,'_yoast_wpseo_metadesc','A recurring market event happens every trading day at 5:30 AM and 10:00 AM Eastern Time. Officially, the London Gold Fix is the settling of the price of gold. It occurs twice each trading day on the London market by the five members of the London Gold Market Fixing Ltd.'),(1544,670,'_yoast_wpseo_meta-robots-noindex','0'),(1545,670,'_yoast_wpseo_meta-robots-nofollow','0'),(1546,670,'_yoast_wpseo_meta-robots-adv','none'),(1549,670,'_yoast_wpseo_sitemap-html-include','-'),(1550,670,'_yoast_wpseo_canonical',''),(1551,670,'_yoast_wpseo_redirect',''),(1552,670,'_yoast_wpseo_opengraph-description',''),(1553,670,'_yoast_wpseo_google-plus-description',''),(1554,670,'sfw_pwd','tXXKd0CHOdrW'),(1555,670,'_wpas_done_all','1'),(1818,720,'_edit_lock','1387798499:2'),(1817,720,'_yoast_wpseo_linkdex','44'),(1558,680,'_yoast_wpseo_linkdex','65'),(1559,680,'_edit_lock','1390922122:2'),(1560,680,'_edit_last','2'),(1561,680,'_yoast_wpseo_focuskw','trade gold futures'),(1562,680,'_yoast_wpseo_title',''),(1563,680,'_yoast_wpseo_metadesc','A recurring market event happens every trading day at 5:30 AM and 10:00 AM Eastern Time. Officially, the London gold fixing is the settling of the price of gold. It occurs twice each trading day on the London market by the five members of the London Gold Market Fixing Ltd. Today\'s current members include Barclays, Deutsche Bank, HSBC, Scotia-Mocatta (Bank of Nova Scotia) and Société Générale.'),(1564,680,'_yoast_wpseo_meta-robots-noindex','0'),(1565,680,'_yoast_wpseo_meta-robots-nofollow','0'),(1566,680,'_yoast_wpseo_meta-robots-adv','none'),(1569,680,'_yoast_wpseo_sitemap-html-include','-'),(1570,680,'_yoast_wpseo_canonical',''),(1571,680,'_yoast_wpseo_redirect',''),(1572,680,'_yoast_wpseo_opengraph-description',''),(1573,680,'_yoast_wpseo_google-plus-description',''),(1574,680,'sfw_pwd','ArG3WBegBpUz'),(1575,680,'_wpas_done_all','1'),(1577,646,'sfw_pwd','z2D7T79DfgZ1'),(2229,781,'_yoast_wpseo_meta-robots-adv','none'),(2228,781,'_yoast_wpseo_meta-robots-nofollow','0'),(2227,781,'_yoast_wpseo_meta-robots-noindex','0'),(2226,781,'_yoast_wpseo_metadesc','Recap for Wednesday\'s live trading room trades including performance on multiple asset classes. Join us for tomorrow\'s Natural Gas storage report.'),(2225,781,'_yoast_wpseo_title',''),(2224,781,'_yoast_wpseo_focuskw','futures trading strategies'),(2237,781,'sfw_pwd','4nw9mKSNz3t5'),(2222,781,'_wpas_done_all','1'),(2221,781,'_edit_last','2'),(1612,686,'_yoast_wpseo_focuskw','week ahead wall street'),(1611,686,'_edit_last','2'),(1610,686,'_edit_lock','1387196836:2'),(1609,686,'_yoast_wpseo_linkdex','67'),(2219,781,'_yoast_wpseo_linkdex','34'),(2220,781,'_edit_lock','1389875783:2'),(1613,686,'_yoast_wpseo_title',''),(1614,686,'_yoast_wpseo_metadesc','In the week ahead, there are several events with the potential to move the markets including Wednesday\'s FOMC meeting. Another market moving event is the European Union\'s Single Supervisory Mechanism (SRM) deal.'),(1615,686,'_yoast_wpseo_meta-robots-noindex','0'),(1616,686,'_yoast_wpseo_meta-robots-nofollow','0'),(1617,686,'_yoast_wpseo_meta-robots-adv','none'),(1620,686,'_yoast_wpseo_sitemap-html-include','-'),(1621,686,'_yoast_wpseo_canonical',''),(1622,686,'_yoast_wpseo_redirect',''),(1623,686,'_yoast_wpseo_opengraph-description',''),(1624,686,'_yoast_wpseo_google-plus-description',''),(1841,723,'_yoast_wpseo_focuskw','commodity futures trading'),(1642,686,'_wpas_done_all','1'),(1629,686,'sfw_pwd','00eatDVJ6OOk'),(1671,686,'_oembed_b701363112db531d3f4a393c57acd792','{{unknown}}'),(1670,686,'_oembed_d47a2fd72c703047e4a91f700648c70c','{{unknown}}'),(1669,686,'_oembed_359b240190968edc4f103601b5d186c9','{{unknown}}'),(1673,697,'_yoast_wpseo_linkdex','48'),(1674,697,'_edit_lock','1387203298:2'),(1675,697,'_edit_last','2'),(1676,698,'_wp_attached_file','2013/12/RQ-Tech.jpg'),(1677,698,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:585;s:6:\"height\";i:755;s:4:\"file\";s:19:\"2013/12/RQ-Tech.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"RQ-Tech-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"RQ-Tech-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:19:\"RQ-Tech-585x170.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:19:\"RQ-Tech-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1387179193;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1678,697,'_wpas_done_all','1'),(1693,697,'sfw_pwd','B4hOEzCE4stH'),(1680,697,'_yoast_wpseo_focuskw','overnight trading markets'),(1681,697,'_yoast_wpseo_title',''),(1682,697,'_yoast_wpseo_metadesc','Overnight trading action in the global financial markets including stocks, bonds, commodities and currencies. Scheduled economic data that may have an impact on the markets also included.'),(1683,697,'_yoast_wpseo_meta-robots-noindex','0'),(1684,697,'_yoast_wpseo_meta-robots-nofollow','0'),(1685,697,'_yoast_wpseo_meta-robots-adv','none'),(1688,697,'_yoast_wpseo_sitemap-html-include','-'),(1689,697,'_yoast_wpseo_canonical',''),(1690,697,'_yoast_wpseo_redirect',''),(1691,697,'_yoast_wpseo_opengraph-description',''),(1692,697,'_yoast_wpseo_google-plus-description',''),(1699,700,'_yoast_wpseo_focuskw','overnight trading markets'),(1700,700,'_yoast_wpseo_title',''),(1701,700,'_yoast_wpseo_metadesc','Overnight trading action in the global financial markets including stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact in the markets also included.'),(1702,700,'_yoast_wpseo_meta-robots-noindex','0'),(1703,700,'_yoast_wpseo_meta-robots-nofollow','0'),(1704,700,'_yoast_wpseo_meta-robots-adv','none'),(1707,700,'_yoast_wpseo_sitemap-html-include','-'),(1708,700,'_yoast_wpseo_canonical',''),(1709,700,'_yoast_wpseo_redirect',''),(1710,700,'_yoast_wpseo_opengraph-description',''),(1711,700,'_yoast_wpseo_google-plus-description',''),(1713,702,'_yoast_wpseo_linkdex','40'),(1714,702,'_edit_lock','1387368071:2'),(1715,702,'_edit_last','2'),(1716,702,'_wpas_done_all','1'),(1731,702,'sfw_pwd','eErk5cm5M1nz'),(1718,702,'_yoast_wpseo_focuskw','overnight trading markets'),(1719,702,'_yoast_wpseo_title',''),(1720,702,'_yoast_wpseo_metadesc','Overnight trading action in the global financial markets including stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact in the markets during today\'s trading sessions also included.'),(1721,702,'_yoast_wpseo_meta-robots-noindex','0'),(1722,702,'_yoast_wpseo_meta-robots-nofollow','0'),(1723,702,'_yoast_wpseo_meta-robots-adv','none'),(1726,702,'_yoast_wpseo_sitemap-html-include','-'),(1727,702,'_yoast_wpseo_canonical',''),(1728,702,'_yoast_wpseo_redirect',''),(1729,702,'_yoast_wpseo_opengraph-description',''),(1730,702,'_yoast_wpseo_google-plus-description',''),(1732,704,'_yoast_wpseo_linkdex','56'),(1733,704,'_edit_lock','1390479102:2'),(1734,704,'_edit_last','2'),(1735,704,'_wpas_done_all','1'),(1750,704,'sfw_pwd','JaLEMpMOrEUh'),(1737,704,'_yoast_wpseo_focuskw','commodity futures trading'),(1738,704,'_yoast_wpseo_title','futures trading systems'),(1739,704,'_yoast_wpseo_metadesc','The Crude Oil Inventories report is released weekly, four days after the week ends. The data reports the number of barrels of crude oil commercial firms have in inventory. Commercial firms report their inventory levels to the Energy Information Administration, but the EIA must still make some estimates to arrive at the final number. It influences the price of petroleum products which affects inflation, but also impacts growth as many industries rely on oil to produce goods.'),(1740,704,'_yoast_wpseo_meta-robots-noindex','0'),(1741,704,'_yoast_wpseo_meta-robots-nofollow','0'),(1742,704,'_yoast_wpseo_meta-robots-adv','none'),(1745,704,'_yoast_wpseo_sitemap-html-include','-'),(1746,704,'_yoast_wpseo_canonical',''),(1747,704,'_yoast_wpseo_redirect',''),(1748,704,'_yoast_wpseo_opengraph-description',''),(1749,704,'_yoast_wpseo_google-plus-description',''),(1751,707,'_yoast_wpseo_linkdex','0'),(1752,707,'_edit_lock','1387452878:2'),(1753,707,'_edit_last','2'),(1755,709,'_yoast_wpseo_linkdex','0'),(1756,709,'_edit_lock','1387466110:2'),(1757,709,'_edit_last','2'),(1758,709,'_wpas_done_all','1'),(1773,709,'sfw_pwd','ZhBfq1zF1FAa'),(1760,709,'_yoast_wpseo_focuskw',''),(1761,709,'_yoast_wpseo_title',''),(1762,709,'_yoast_wpseo_metadesc','Overnight trading action in the global financial markets including stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(1763,709,'_yoast_wpseo_meta-robots-noindex','0'),(1764,709,'_yoast_wpseo_meta-robots-nofollow','0'),(1765,709,'_yoast_wpseo_meta-robots-adv','none'),(1768,709,'_yoast_wpseo_sitemap-html-include','-'),(1769,709,'_yoast_wpseo_canonical',''),(1770,709,'_yoast_wpseo_redirect',''),(1771,709,'_yoast_wpseo_opengraph-description',''),(1772,709,'_yoast_wpseo_google-plus-description',''),(1774,711,'_yoast_wpseo_linkdex','48'),(1775,711,'_edit_lock','1387753263:2'),(1776,711,'_edit_last','2'),(1777,711,'_yoast_wpseo_focuskw','crude oil futures'),(1778,711,'_yoast_wpseo_title',''),(1779,711,'_yoast_wpseo_metadesc','Watch play-by-play and learn the logic, strategy and tools to take profits from the markets while controlling risk. Our approach to trading is based on odds and the objective is to keep the odds in your favor. The exact logic is revealed with all the necessary rules needed for understanding the knowledge and procedure that drives our innovative approach.'),(1780,711,'_yoast_wpseo_meta-robots-noindex','0'),(1781,711,'_yoast_wpseo_meta-robots-nofollow','0'),(1782,711,'_yoast_wpseo_meta-robots-adv','none'),(1785,711,'_yoast_wpseo_sitemap-html-include','-'),(1786,711,'_yoast_wpseo_canonical',''),(1787,711,'_yoast_wpseo_redirect',''),(1788,711,'_yoast_wpseo_opengraph-description',''),(1789,711,'_yoast_wpseo_google-plus-description',''),(1790,711,'sfw_pwd','1xd1XClKbKEW'),(1791,711,'_wpas_done_all','1'),(1798,718,'_yoast_wpseo_linkdex','40'),(1793,711,'_wp_old_slug','trade-crude-oil-inventory-report'),(1799,718,'_edit_lock','1387541580:2'),(1800,718,'_edit_last','2'),(1801,718,'_wpas_done_all','1'),(1816,718,'sfw_pwd','6xOqIKfaZtd1'),(1803,718,'_yoast_wpseo_focuskw','commodity futures trading'),(1804,718,'_yoast_wpseo_title',''),(1805,718,'_yoast_wpseo_metadesc','Overnight trading action in the global financial markets including stocks, bonds, commodities and currencies.'),(1806,718,'_yoast_wpseo_meta-robots-noindex','0'),(1807,718,'_yoast_wpseo_meta-robots-nofollow','0'),(1808,718,'_yoast_wpseo_meta-robots-adv','none'),(1811,718,'_yoast_wpseo_sitemap-html-include','-'),(1812,718,'_yoast_wpseo_canonical',''),(1813,718,'_yoast_wpseo_redirect',''),(1814,718,'_yoast_wpseo_opengraph-description',''),(1815,718,'_yoast_wpseo_google-plus-description',''),(1819,720,'_edit_last','2'),(1820,720,'_wpas_done_all','1'),(1835,720,'sfw_pwd','5Cm3mCjX72Ee'),(1822,720,'_yoast_wpseo_focuskw','futures trading strategies'),(1823,720,'_yoast_wpseo_title',''),(1824,720,'_yoast_wpseo_metadesc','Overnight trading action in the global financial markets including stocks, bonds, commodities and foreign currencies.'),(1825,720,'_yoast_wpseo_meta-robots-noindex','0'),(1826,720,'_yoast_wpseo_meta-robots-nofollow','0'),(1827,720,'_yoast_wpseo_meta-robots-adv','none'),(1830,720,'_yoast_wpseo_sitemap-html-include','-'),(1831,720,'_yoast_wpseo_canonical',''),(1832,720,'_yoast_wpseo_redirect',''),(1833,720,'_yoast_wpseo_opengraph-description',''),(1834,720,'_yoast_wpseo_google-plus-description',''),(1842,723,'_yoast_wpseo_title',''),(1843,723,'_yoast_wpseo_metadesc','Please take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access.'),(1844,723,'_yoast_wpseo_meta-robots-noindex','0'),(1845,723,'_yoast_wpseo_meta-robots-nofollow','0'),(1846,723,'_yoast_wpseo_meta-robots-adv','none'),(1849,723,'_yoast_wpseo_sitemap-html-include','-'),(1850,723,'_yoast_wpseo_canonical',''),(1851,723,'_yoast_wpseo_redirect',''),(1852,723,'_yoast_wpseo_opengraph-description',''),(1853,723,'_yoast_wpseo_google-plus-description',''),(1873,723,'_oembed_f7b146c3e5c27f539752c9bed780609c','{{unknown}}'),(1872,723,'_oembed_048eb562879e0998c24c72fe44f57cf5','{{unknown}}'),(1871,723,'_oembed_6cfb13122137fad93b0bc72791c979ce','{{unknown}}'),(1870,723,'_oembed_83e691ec9837064e6bfb95098f59c0ac','{{unknown}}'),(1858,723,'sfw_pwd','i6ZcnQHGVHBu'),(1874,729,'_yoast_wpseo_linkdex','41'),(1875,729,'_edit_lock','1388550674:2'),(1876,729,'_edit_last','2'),(1877,729,'_wpas_done_all','1'),(1892,729,'sfw_pwd','HH6Cj28oJsET'),(1879,729,'_yoast_wpseo_focuskw','commodity futures trading'),(1880,729,'_yoast_wpseo_title',''),(1881,729,'_yoast_wpseo_metadesc','Overnight trading action in the global financial markets including stocks, bonds, commodities and currencies.'),(1882,729,'_yoast_wpseo_meta-robots-noindex','0'),(1883,729,'_yoast_wpseo_meta-robots-nofollow','0'),(1884,729,'_yoast_wpseo_meta-robots-adv','none'),(1887,729,'_yoast_wpseo_sitemap-html-include','-'),(1888,729,'_yoast_wpseo_canonical',''),(1889,729,'_yoast_wpseo_redirect',''),(1890,729,'_yoast_wpseo_opengraph-description',''),(1891,729,'_yoast_wpseo_google-plus-description',''),(1893,731,'_yoast_wpseo_linkdex','28'),(1894,731,'_edit_lock','1388666591:2'),(1895,731,'_edit_last','2'),(1896,732,'_wp_attached_file','2014/01/ep-trade.tif'),(1897,733,'_wp_attached_file','2014/01/ep-trade1.jpg'),(1898,733,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1680;s:6:\"height\";i:989;s:4:\"file\";s:21:\"2014/01/ep-trade1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"ep-trade1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"ep-trade1-300x176.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"ep-trade1-1024x602.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"ep-trade1-610x170.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:21:\"ep-trade1-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1899,731,'_wpas_done_all','1'),(1914,731,'sfw_pwd','LQWAbB6ON0ZR'),(1901,731,'_yoast_wpseo_focuskw','futures trading strategies'),(1902,731,'_yoast_wpseo_title',''),(1903,731,'_yoast_wpseo_metadesc','Great trading day in the The Trading Room TradeLAB on the last day of 2013.... $1,500 across multiple asset classes including the Energy market with Crude Oil, Metals market with Gold, Grains market with Soy and the Stock indices with the S&P 500 futures.'),(1904,731,'_yoast_wpseo_meta-robots-noindex','0'),(1905,731,'_yoast_wpseo_meta-robots-nofollow','0'),(1906,731,'_yoast_wpseo_meta-robots-adv','none'),(1909,731,'_yoast_wpseo_sitemap-html-include','-'),(1910,731,'_yoast_wpseo_canonical',''),(1911,731,'_yoast_wpseo_redirect',''),(1912,731,'_yoast_wpseo_opengraph-description',''),(1913,731,'_yoast_wpseo_google-plus-description',''),(1918,737,'_wp_attached_file','2014/01/ep-trade2.jpg'),(1919,737,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1680;s:6:\"height\";i:989;s:4:\"file\";s:21:\"2014/01/ep-trade2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"ep-trade2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"ep-trade2-300x176.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"ep-trade2-1024x602.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"ep-trade2-610x170.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:21:\"ep-trade2-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1921,739,'_yoast_wpseo_linkdex','44'),(1922,739,'_edit_lock','1388681995:2'),(1923,739,'_edit_last','2'),(1924,739,'_wpas_done_all','1'),(1939,739,'sfw_pwd','MGIVeKR8KNAA'),(1926,739,'_yoast_wpseo_focuskw','commodities trading'),(1927,739,'_yoast_wpseo_title',''),(1928,739,'_yoast_wpseo_metadesc','Overnight trading action in the global financial markets including stocks, bonds, commodities and currencies.'),(1929,739,'_yoast_wpseo_meta-robots-noindex','0'),(1930,739,'_yoast_wpseo_meta-robots-nofollow','0'),(1931,739,'_yoast_wpseo_meta-robots-adv','none'),(15182,3209,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:513;s:6:\"height\";i:107;s:4:\"file\";s:28:\"2016/10/roomtitanstars-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"roomtitanstars-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"roomtitanstars-2-300x63.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:28:\"roomtitanstars-2-500x107.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:28:\"roomtitanstars-2-500x107.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1476426150\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1934,739,'_yoast_wpseo_sitemap-html-include','-'),(1935,739,'_yoast_wpseo_canonical',''),(1936,739,'_yoast_wpseo_redirect',''),(1937,739,'_yoast_wpseo_opengraph-description',''),(1938,739,'_yoast_wpseo_google-plus-description',''),(1940,741,'_yoast_wpseo_linkdex','28'),(1941,741,'_edit_lock','1388748807:2'),(1942,741,'_edit_last','2'),(1943,742,'_wp_attached_file','2014/01/ep-trade-1-2.jpg'),(1944,742,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1680;s:6:\"height\";i:989;s:4:\"file\";s:24:\"2014/01/ep-trade-1-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"ep-trade-1-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"ep-trade-1-2-300x176.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"ep-trade-1-2-1024x602.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:24:\"ep-trade-1-2-610x170.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:24:\"ep-trade-1-2-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1945,743,'_wp_attached_file','2014/01/ep-trade-1-2b.jpg'),(1946,743,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1680;s:6:\"height\";i:989;s:4:\"file\";s:25:\"2014/01/ep-trade-1-2b.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"ep-trade-1-2b-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"ep-trade-1-2b-300x176.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"ep-trade-1-2b-1024x602.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:25:\"ep-trade-1-2b-610x170.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:25:\"ep-trade-1-2b-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1947,741,'_wpas_done_all','1'),(1962,741,'sfw_pwd','JFXC4uji2bKT'),(1949,741,'_yoast_wpseo_focuskw','commodity futures trading'),(1950,741,'_yoast_wpseo_title',''),(1951,741,'_yoast_wpseo_metadesc','$975 profits during our live trading room TradeLAB on the first trading day of 2014. Join us in our live trading room tomorrow morning and watch our head global trader Edward EP Preston navigate and trade the financial markets in real-time using innovative tools designed to capture profits while controlling risk.'),(1952,741,'_yoast_wpseo_meta-robots-noindex','0'),(1953,741,'_yoast_wpseo_meta-robots-nofollow','0'),(1954,741,'_yoast_wpseo_meta-robots-adv','none'),(15181,3209,'_wp_attached_file','2016/10/roomtitanstars-2.jpg'),(1957,741,'_yoast_wpseo_sitemap-html-include','-'),(1958,741,'_yoast_wpseo_canonical',''),(1959,741,'_yoast_wpseo_redirect',''),(1960,741,'_yoast_wpseo_opengraph-description',''),(1961,741,'_yoast_wpseo_google-plus-description',''),(1964,746,'_yoast_wpseo_linkdex','40'),(1965,746,'_edit_lock','1388977230:2'),(1966,746,'_edit_last','2'),(1967,746,'_wpas_done_all','1'),(1982,746,'sfw_pwd','60XnD25Ydba6'),(1969,746,'_yoast_wpseo_focuskw','commodity futures trading'),(1970,746,'_yoast_wpseo_title',''),(1971,746,'_yoast_wpseo_metadesc','Overnight trading actions in the global financial markets including stocks, bonds, commodities and currencies.'),(1972,746,'_yoast_wpseo_meta-robots-noindex','0'),(1973,746,'_yoast_wpseo_meta-robots-nofollow','0'),(1974,746,'_yoast_wpseo_meta-robots-adv','none'),(1977,746,'_yoast_wpseo_sitemap-html-include','-'),(1978,746,'_yoast_wpseo_canonical',''),(1979,746,'_yoast_wpseo_redirect',''),(1980,746,'_yoast_wpseo_opengraph-description',''),(1981,746,'_yoast_wpseo_google-plus-description',''),(1983,748,'_yoast_wpseo_linkdex','64'),(1984,748,'_edit_lock','1389006954:2'),(1985,748,'_edit_last','2'),(1986,748,'_wpas_done_all','1'),(2001,748,'sfw_pwd','1WbXEk3JdULK'),(1988,748,'_yoast_wpseo_focuskw','futures trading systems'),(1989,748,'_yoast_wpseo_title',''),(1990,748,'_yoast_wpseo_metadesc','Rios Quant showed up to trade in the RQ TradeLAB and we were rewarded with exceptional performance. We closed the week +6%, finished the month +14% and got a head start on the new year with +10% returns.'),(1991,748,'_yoast_wpseo_meta-robots-noindex','0'),(1992,748,'_yoast_wpseo_meta-robots-nofollow','0'),(1993,748,'_yoast_wpseo_meta-robots-adv','none'),(1996,748,'_yoast_wpseo_sitemap-html-include','-'),(1997,748,'_yoast_wpseo_canonical',''),(1998,748,'_yoast_wpseo_redirect',''),(1999,748,'_yoast_wpseo_opengraph-description',''),(2000,748,'_yoast_wpseo_google-plus-description',''),(2007,748,'_oembed_1ff864a8ffcad02684f593fb225aba2c','{{unknown}}'),(2008,748,'_oembed_ba0dc0d9a7a1585fabf4861ef2a0f312','{{unknown}}'),(2009,748,'_oembed_2284a9d14a32fca844dca382be19b753','{{unknown}}'),(2010,748,'_oembed_d74cb6586af05640ce8e2a7a88530f8d','{{unknown}}'),(2011,750,'_yoast_wpseo_linkdex','44'),(2012,750,'_edit_lock','1389095259:2'),(2013,750,'_edit_last','2'),(2014,750,'_wpas_done_all','1'),(2029,750,'sfw_pwd','k4uAcT7h9ijd'),(2016,750,'_yoast_wpseo_focuskw','futures trading systems'),(2017,750,'_yoast_wpseo_title',''),(2018,750,'_yoast_wpseo_metadesc','Overnight trading action in the global financial markets including stocks, bonds, commodities and currencies. Economic data that may have an impact on the markets also included.'),(2019,750,'_yoast_wpseo_meta-robots-noindex','0'),(2020,750,'_yoast_wpseo_meta-robots-nofollow','0'),(2021,750,'_yoast_wpseo_meta-robots-adv','none'),(2024,750,'_yoast_wpseo_sitemap-html-include','-'),(2025,750,'_yoast_wpseo_canonical',''),(2026,750,'_yoast_wpseo_redirect',''),(2027,750,'_yoast_wpseo_opengraph-description',''),(2028,750,'_yoast_wpseo_google-plus-description',''),(2200,779,'_yoast_wpseo_linkdex','40'),(2032,754,'_yoast_wpseo_linkdex','41'),(2033,754,'_edit_lock','1389134314:2'),(2034,754,'_edit_last','2'),(2035,754,'_wpas_done_all','1'),(2050,754,'sfw_pwd','jIl2LnTrrKM4'),(2037,754,'_yoast_wpseo_focuskw','futures trading systems'),(2038,754,'_yoast_wpseo_title',''),(2039,754,'_yoast_wpseo_metadesc','Overnight trading action in the financial markets including stocks, bonds, commodities and currencies.'),(2040,754,'_yoast_wpseo_meta-robots-noindex','0'),(2041,754,'_yoast_wpseo_meta-robots-nofollow','0'),(2042,754,'_yoast_wpseo_meta-robots-adv','none'),(2045,754,'_yoast_wpseo_sitemap-html-include','-'),(2046,754,'_yoast_wpseo_canonical',''),(2047,754,'_yoast_wpseo_redirect',''),(2048,754,'_yoast_wpseo_opengraph-description',''),(2049,754,'_yoast_wpseo_google-plus-description',''),(2052,756,'_yoast_wpseo_linkdex','39'),(2053,756,'_edit_lock','1389181597:2'),(2054,757,'_wp_attached_file','2014/01/tradelab-trade.jpg'),(2055,757,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1047;s:6:\"height\";i:677;s:4:\"file\";s:26:\"2014/01/tradelab-trade.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"tradelab-trade-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"tradelab-trade-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"tradelab-trade-1024x662.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:662;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:26:\"tradelab-trade-610x170.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:26:\"tradelab-trade-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1389116292;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(2056,756,'_edit_last','2'),(2057,756,'_wpas_done_all','1'),(2072,756,'sfw_pwd','XUmu78xXmQVZ'),(2059,756,'_yoast_wpseo_focuskw','quantitative trading'),(2060,756,'_yoast_wpseo_title',''),(2061,756,'_yoast_wpseo_metadesc','Join us for the next trading session and experience the power of market intelligence with quantitative analysis and algorithmic trading across multiple asset classes.'),(2062,756,'_yoast_wpseo_meta-robots-noindex','0'),(2063,756,'_yoast_wpseo_meta-robots-nofollow','0'),(2064,756,'_yoast_wpseo_meta-robots-adv','none'),(2067,756,'_yoast_wpseo_sitemap-html-include','-'),(2068,756,'_yoast_wpseo_canonical',''),(2069,756,'_yoast_wpseo_redirect',''),(2070,756,'_yoast_wpseo_opengraph-description',''),(2071,756,'_yoast_wpseo_google-plus-description',''),(2073,759,'_yoast_wpseo_linkdex','47'),(2074,759,'_edit_lock','1389266984:2'),(2075,759,'_edit_last','2'),(2076,759,'_wpas_done_all','1'),(2091,759,'sfw_pwd','oskAs3KXdswI'),(2078,759,'_yoast_wpseo_focuskw','quantitative trading strategies'),(2079,759,'_yoast_wpseo_title',''),(2080,759,'_yoast_wpseo_metadesc','Overnight trading action in the global financial markets including stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the global markets also included.'),(2081,759,'_yoast_wpseo_meta-robots-noindex','0'),(2082,759,'_yoast_wpseo_meta-robots-nofollow','0'),(2083,759,'_yoast_wpseo_meta-robots-adv','none'),(2086,759,'_yoast_wpseo_sitemap-html-include','-'),(2087,759,'_yoast_wpseo_canonical',''),(2088,759,'_yoast_wpseo_redirect',''),(2089,759,'_yoast_wpseo_opengraph-description',''),(2090,759,'_yoast_wpseo_google-plus-description',''),(2092,761,'_yoast_wpseo_linkdex','40'),(2093,761,'_edit_lock','1389268024:2'),(2094,761,'_edit_last','2'),(2095,761,'_wpas_done_all','1'),(2110,761,'sfw_pwd','ZFnWXEryXvV6'),(2097,761,'_yoast_wpseo_focuskw','futures trading systems'),(2098,761,'_yoast_wpseo_title',''),(2099,761,'_yoast_wpseo_metadesc','Overnight trading actions in the global financial markets including stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(2100,761,'_yoast_wpseo_meta-robots-noindex','0'),(2101,761,'_yoast_wpseo_meta-robots-nofollow','0'),(2102,761,'_yoast_wpseo_meta-robots-adv','none'),(2105,761,'_yoast_wpseo_sitemap-html-include','-'),(2106,761,'_yoast_wpseo_canonical',''),(2107,761,'_yoast_wpseo_redirect',''),(2108,761,'_yoast_wpseo_opengraph-description',''),(2109,761,'_yoast_wpseo_google-plus-description',''),(2111,763,'_yoast_wpseo_linkdex','44'),(2112,763,'_edit_lock','1389572007:2'),(2113,763,'_edit_last','2'),(2114,764,'_wp_attached_file','2014/01/jim-gold.jpg'),(2115,764,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1186;s:6:\"height\";i:578;s:4:\"file\";s:20:\"2014/01/jim-gold.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"jim-gold-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"jim-gold-300x146.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"jim-gold-1024x499.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:20:\"jim-gold-610x170.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:20:\"jim-gold-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1389249966;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(2116,765,'_wp_attached_file','2014/01/sanjays-trade.jpg'),(2117,765,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:466;s:6:\"height\";i:473;s:4:\"file\";s:25:\"2014/01/sanjays-trade.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"sanjays-trade-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"sanjays-trade-295x300.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:25:\"sanjays-trade-466x170.jpg\";s:5:\"width\";i:466;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:25:\"sanjays-trade-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1389249758;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(2118,763,'_wpas_done_all','1'),(2133,763,'sfw_pwd','l0gycpmZBGmf'),(2120,763,'_yoast_wpseo_focuskw','futures trading systems'),(2121,763,'_yoast_wpseo_title',''),(2122,763,'_yoast_wpseo_metadesc','Do you have what it takes to be a quant trader in today\'s volatile markets? Whether you trade Commodities, Forex or Stocks, join us in our live trading room during prime time market hours from 8:00 to 11:00 ET.'),(2123,763,'_yoast_wpseo_meta-robots-noindex','0'),(2124,763,'_yoast_wpseo_meta-robots-nofollow','0'),(2125,763,'_yoast_wpseo_meta-robots-adv','none'),(2128,763,'_yoast_wpseo_sitemap-html-include','-'),(2129,763,'_yoast_wpseo_canonical',''),(2130,763,'_yoast_wpseo_redirect',''),(2131,763,'_yoast_wpseo_opengraph-description',''),(2132,763,'_yoast_wpseo_google-plus-description',''),(2151,772,'_yoast_wpseo_sitemap-html-include','-'),(2152,772,'_yoast_wpseo_canonical',''),(2153,772,'_yoast_wpseo_redirect',''),(2154,772,'_yoast_wpseo_opengraph-description',''),(2155,772,'_yoast_wpseo_google-plus-description',''),(2157,772,'_oembed_301b40cf654105b93ec54c89db6680a8','{{unknown}}'),(2158,772,'_oembed_d56af2566efaff47cce619f3e92650b5','{{unknown}}'),(2159,772,'_oembed_4f58b8b4338e711e9977e8b4f1809034','{{unknown}}'),(2160,772,'_oembed_fb3bb1ea29167ac009cf6945d71271ad','{{unknown}}'),(2161,772,'_oembed_7298a8baa39365c38bc88dea3ccd7835','{{unknown}}'),(2162,775,'_yoast_wpseo_linkdex','40'),(2163,775,'_edit_lock','1389701542:2'),(2164,775,'_edit_last','2'),(2165,775,'_wpas_done_all','1'),(2180,775,'sfw_pwd','5zFI2YuK4qkJ'),(2167,775,'_yoast_wpseo_focuskw','futures trading systems'),(2168,775,'_yoast_wpseo_title',''),(2169,775,'_yoast_wpseo_metadesc','Overnight trading action in the global financial markets including stocks, bonds, commodities and currencies.'),(2170,775,'_yoast_wpseo_meta-robots-noindex','0'),(2171,775,'_yoast_wpseo_meta-robots-nofollow','0'),(2172,775,'_yoast_wpseo_meta-robots-adv','none'),(2175,775,'_yoast_wpseo_sitemap-html-include','-'),(2176,775,'_yoast_wpseo_canonical',''),(2177,775,'_yoast_wpseo_redirect',''),(2178,775,'_yoast_wpseo_opengraph-description',''),(2179,775,'_yoast_wpseo_google-plus-description',''),(2181,777,'_yoast_wpseo_linkdex','40'),(2182,777,'_edit_lock','1389747591:2'),(2183,777,'_edit_last','2'),(2184,777,'_wpas_done_all','1'),(2199,777,'sfw_pwd','NtxfCn6PeIrv'),(2186,777,'_yoast_wpseo_focuskw','futures trading systems'),(2187,777,'_yoast_wpseo_title',''),(2188,777,'_yoast_wpseo_metadesc','Overnight trading action in the global financial markets including stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(2189,777,'_yoast_wpseo_meta-robots-noindex','0'),(2190,777,'_yoast_wpseo_meta-robots-nofollow','0'),(2191,777,'_yoast_wpseo_meta-robots-adv','none'),(2194,777,'_yoast_wpseo_sitemap-html-include','-'),(2195,777,'_yoast_wpseo_canonical',''),(2196,777,'_yoast_wpseo_redirect',''),(2197,777,'_yoast_wpseo_opengraph-description',''),(2198,777,'_yoast_wpseo_google-plus-description',''),(2201,779,'_edit_lock','1389833918:2'),(2202,779,'_edit_last','2'),(2203,779,'_wpas_done_all','1'),(2218,779,'sfw_pwd','9ieSd0FyF7ZR'),(2205,779,'_yoast_wpseo_focuskw','futures trading strategies'),(2206,779,'_yoast_wpseo_title',''),(2207,779,'_yoast_wpseo_metadesc','Overnight trading action in the financial global markets including stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(2208,779,'_yoast_wpseo_meta-robots-noindex','0'),(2209,779,'_yoast_wpseo_meta-robots-nofollow','0'),(2210,779,'_yoast_wpseo_meta-robots-adv','none'),(2213,779,'_yoast_wpseo_sitemap-html-include','-'),(2214,779,'_yoast_wpseo_canonical',''),(2215,779,'_yoast_wpseo_redirect',''),(2216,779,'_yoast_wpseo_opengraph-description',''),(2217,779,'_yoast_wpseo_google-plus-description',''),(2232,781,'_yoast_wpseo_sitemap-html-include','-'),(2233,781,'_yoast_wpseo_canonical',''),(2234,781,'_yoast_wpseo_redirect',''),(2235,781,'_yoast_wpseo_opengraph-description',''),(2236,781,'_yoast_wpseo_google-plus-description',''),(2416,816,'_yoast_wpseo_linkdex','60'),(2241,787,'_yoast_wpseo_linkdex','40'),(2242,787,'_edit_lock','1389960013:2'),(2243,787,'_edit_last','2'),(2244,787,'_wpas_done_all','1'),(2259,787,'sfw_pwd','asZG8drx1k3e'),(2246,787,'_yoast_wpseo_focuskw','futures trading systems'),(2247,787,'_yoast_wpseo_title',''),(2248,787,'_yoast_wpseo_metadesc','Overnight trading actions in the global financial markets including stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(2249,787,'_yoast_wpseo_meta-robots-noindex','0'),(2250,787,'_yoast_wpseo_meta-robots-nofollow','0'),(2251,787,'_yoast_wpseo_meta-robots-adv','none'),(15179,3208,'_wp_attached_file','2016/10/roomtitanstars-1.jpg'),(2254,787,'_yoast_wpseo_sitemap-html-include','-'),(2255,787,'_yoast_wpseo_canonical',''),(2256,787,'_yoast_wpseo_redirect',''),(2257,787,'_yoast_wpseo_opengraph-description',''),(2258,787,'_yoast_wpseo_google-plus-description',''),(2260,789,'_yoast_wpseo_linkdex','40'),(2261,789,'_edit_lock','1389974261:2'),(2262,789,'_edit_last','2'),(2263,789,'_wpas_done_all','1'),(2278,789,'sfw_pwd','IKxTIpXMID3S'),(2265,789,'_yoast_wpseo_focuskw','futures trading systems'),(2266,789,'_yoast_wpseo_title',''),(2267,789,'_yoast_wpseo_metadesc','Overnight trading action in the global financial markets including stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(2268,789,'_yoast_wpseo_meta-robots-noindex','0'),(2269,789,'_yoast_wpseo_meta-robots-nofollow','0'),(2270,789,'_yoast_wpseo_meta-robots-adv','none'),(15180,3208,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:513;s:6:\"height\";i:107;s:4:\"file\";s:28:\"2016/10/roomtitanstars-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"roomtitanstars-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"roomtitanstars-1-300x63.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:28:\"roomtitanstars-1-500x107.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:28:\"roomtitanstars-1-500x107.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1476426150\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2273,789,'_yoast_wpseo_sitemap-html-include','-'),(2274,789,'_yoast_wpseo_canonical',''),(2275,789,'_yoast_wpseo_redirect',''),(2276,789,'_yoast_wpseo_opengraph-description',''),(2277,789,'_yoast_wpseo_google-plus-description',''),(2279,791,'_yoast_wpseo_linkdex','56'),(2280,791,'_edit_lock','1390275654:2'),(2281,791,'_edit_last','2'),(2282,791,'_wpas_done_all','1'),(2297,791,'sfw_pwd','BsTBg3gwYmIh'),(2284,791,'_yoast_wpseo_focuskw','commodity futures trading'),(2285,791,'_yoast_wpseo_title',''),(2286,791,'_yoast_wpseo_metadesc','In the week ahead I will continue to focus on the benchmarks and the relationship between the Ten Year Treasury Notes and the Foreign currencies as well as economic data from China.'),(2287,791,'_yoast_wpseo_meta-robots-noindex','0'),(2288,791,'_yoast_wpseo_meta-robots-nofollow','0'),(2289,791,'_yoast_wpseo_meta-robots-adv','none'),(2292,791,'_yoast_wpseo_sitemap-html-include','-'),(2293,791,'_yoast_wpseo_canonical',''),(2294,791,'_yoast_wpseo_redirect',''),(2295,791,'_yoast_wpseo_opengraph-description',''),(2296,791,'_yoast_wpseo_google-plus-description',''),(2308,791,'_oembed_1d95bd3946cad2d74829cc7ba6c18434','{{unknown}}'),(2307,791,'_oembed_68fc4b1840db2fbe4740ccf061e12db3','{{unknown}}'),(2306,791,'_oembed_8744a4f51887271b5d283932b6b9e6ee','{{unknown}}'),(2305,791,'_oembed_c5081606912ca240306fe8f32184890c','{{unknown}}'),(2304,791,'_oembed_70588b81da64e6c184a122ac2bce9aad','{{unknown}}'),(2309,796,'_yoast_wpseo_linkdex','40'),(2310,796,'_edit_lock','1390337298:2'),(2311,796,'_edit_last','2'),(2312,796,'_wpas_done_all','1'),(2327,796,'sfw_pwd','jMa9yaMHmM9g'),(2314,796,'_yoast_wpseo_focuskw','futures trading strategies'),(2315,796,'_yoast_wpseo_title',''),(2316,796,'_yoast_wpseo_metadesc','Overnight trading action in the global financial markets including stocks, bonds, commodities and currencies.'),(2317,796,'_yoast_wpseo_meta-robots-noindex','0'),(2318,796,'_yoast_wpseo_meta-robots-nofollow','0'),(2319,796,'_yoast_wpseo_meta-robots-adv','none'),(2322,796,'_yoast_wpseo_sitemap-html-include','-'),(2323,796,'_yoast_wpseo_canonical',''),(2324,796,'_yoast_wpseo_redirect',''),(2325,796,'_yoast_wpseo_opengraph-description',''),(2326,796,'_yoast_wpseo_google-plus-description',''),(2328,798,'_yoast_wpseo_linkdex','44'),(2329,798,'_edit_lock','1390391568:2'),(2330,798,'_edit_last','2'),(2331,799,'_wp_attached_file','2014/01/jim-trade-yen.jpg'),(2332,799,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1052;s:6:\"height\";i:678;s:4:\"file\";s:25:\"2014/01/jim-trade-yen.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"jim-trade-yen-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"jim-trade-yen-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"jim-trade-yen-1024x659.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:659;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:25:\"jim-trade-yen-610x170.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:25:\"jim-trade-yen-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1390318132;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(2333,800,'_wp_attached_file','2014/01/jim-trade-djia.jpg'),(2334,800,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:812;s:6:\"height\";i:663;s:4:\"file\";s:26:\"2014/01/jim-trade-djia.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"jim-trade-djia-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"jim-trade-djia-300x244.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:26:\"jim-trade-djia-610x170.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:26:\"jim-trade-djia-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1390317982;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5048,1351,'_yoast_wpseo_redirect',''),(5049,1351,'_yoast_wpseo_opengraph-description',''),(5050,1351,'_yoast_wpseo_google-plus-description',''),(5093,1355,'_yoast_wpseo_google-plus-description',''),(5092,1355,'_yoast_wpseo_opengraph-description',''),(5091,1355,'_yoast_wpseo_redirect',''),(5089,1355,'_yoast_wpseo_sitemap-html-include','-'),(5090,1355,'_yoast_wpseo_canonical',''),(5086,1355,'_yoast_wpseo_meta-robots-adv','none'),(5085,1355,'_yoast_wpseo_meta-robots-nofollow','0'),(5084,1355,'_yoast_wpseo_meta-robots-noindex','0'),(2523,846,'_yoast_wpseo_linkdex','40'),(2338,798,'_wpas_done_all','1'),(2353,798,'sfw_pwd','t9AlZgyP59iB'),(2340,798,'_yoast_wpseo_focuskw','futures trading systems'),(2341,798,'_yoast_wpseo_title',''),(2342,798,'_yoast_wpseo_metadesc','Do you have what it takes to be a quant trader in today’s volatile markets? Take our trading systems for a free trial and test it on your own computer in a live trading environment.'),(2343,798,'_yoast_wpseo_meta-robots-noindex','0'),(2344,798,'_yoast_wpseo_meta-robots-nofollow','0'),(2345,798,'_yoast_wpseo_meta-robots-adv','none'),(2348,798,'_yoast_wpseo_sitemap-html-include','-'),(2349,798,'_yoast_wpseo_canonical',''),(2350,798,'_yoast_wpseo_redirect',''),(2351,798,'_yoast_wpseo_opengraph-description',''),(2352,798,'_yoast_wpseo_google-plus-description',''),(2542,848,'_yoast_wpseo_linkdex','46'),(2356,805,'_yoast_wpseo_linkdex','40'),(2357,805,'_edit_lock','1390478713:2'),(2358,805,'_edit_last','2'),(2359,805,'_wpas_done_all','1'),(2374,805,'sfw_pwd','9aymz2cMofiw'),(2361,805,'_yoast_wpseo_focuskw','futures trading systems'),(2362,805,'_yoast_wpseo_title',''),(2363,805,'_yoast_wpseo_metadesc','Overnight trading action in the global financial markets including stocks, bonds, commodities and currencies.'),(2364,805,'_yoast_wpseo_meta-robots-noindex','0'),(2365,805,'_yoast_wpseo_meta-robots-nofollow','0'),(2366,805,'_yoast_wpseo_meta-robots-adv','none'),(2369,805,'_yoast_wpseo_sitemap-html-include','-'),(2370,805,'_yoast_wpseo_canonical',''),(2371,805,'_yoast_wpseo_redirect',''),(2372,805,'_yoast_wpseo_opengraph-description',''),(2373,805,'_yoast_wpseo_google-plus-description',''),(2375,807,'_yoast_wpseo_linkdex','46'),(2376,807,'_edit_lock','1390478901:2'),(2377,807,'_edit_last','2'),(2378,807,'_wpas_done_all','1'),(2393,807,'sfw_pwd','Y17whYNDmNwf'),(2380,807,'_yoast_wpseo_focuskw','trading room for futures'),(2381,807,'_yoast_wpseo_title',''),(2382,807,'_yoast_wpseo_metadesc','Overnight trading action in the global financial markets including stocks, bonds, commodities and currencies.'),(2383,807,'_yoast_wpseo_meta-robots-noindex','0'),(2384,807,'_yoast_wpseo_meta-robots-nofollow','0'),(2385,807,'_yoast_wpseo_meta-robots-adv','none'),(2388,807,'_yoast_wpseo_sitemap-html-include','-'),(2389,807,'_yoast_wpseo_canonical',''),(2390,807,'_yoast_wpseo_redirect',''),(2391,807,'_yoast_wpseo_opengraph-description',''),(2392,807,'_yoast_wpseo_google-plus-description',''),(2395,811,'_yoast_wpseo_linkdex','62'),(2396,811,'_edit_lock','1390727900:2'),(2397,811,'_edit_last','2'),(2398,811,'_wpas_done_all','1'),(2413,811,'sfw_pwd','sSyKzryG1tLs'),(2400,811,'_yoast_wpseo_focuskw','futures trading strategies'),(2401,811,'_yoast_wpseo_title',''),(2402,811,'_yoast_wpseo_metadesc','Join us this morning and watch us trade live the Crude Oil Inventories and Natural Gas Storage report. For immediate access to trading room click here.'),(2403,811,'_yoast_wpseo_meta-robots-noindex','0'),(2404,811,'_yoast_wpseo_meta-robots-nofollow','0'),(2405,811,'_yoast_wpseo_meta-robots-adv','none'),(2408,811,'_yoast_wpseo_sitemap-html-include','-'),(2409,811,'_yoast_wpseo_canonical',''),(2410,811,'_yoast_wpseo_redirect',''),(2411,811,'_yoast_wpseo_opengraph-description',''),(2412,811,'_yoast_wpseo_google-plus-description',''),(2417,816,'_edit_lock','1390879036:2'),(2418,816,'_edit_last','2'),(2419,816,'_wpas_done_all','1'),(2434,816,'sfw_pwd','2nnd69qtEbHa'),(2421,816,'_yoast_wpseo_focuskw','futures trading systems'),(2422,816,'_yoast_wpseo_title',''),(2423,816,'_yoast_wpseo_metadesc','Last week\'s sell-off in the stock indices led by the Dow Jones Industrial Average 300 point decline on Friday got everyone\'s attention. While financial market writers focused on the stock indices, of greater importance should be the bullish breakout in US Treasuries along with the rally in Foreign currencies and decline of the US Dollar.'),(2424,816,'_yoast_wpseo_meta-robots-noindex','0'),(2425,816,'_yoast_wpseo_meta-robots-nofollow','0'),(2426,816,'_yoast_wpseo_meta-robots-adv','none'),(2429,816,'_yoast_wpseo_sitemap-html-include','-'),(2430,816,'_yoast_wpseo_canonical',''),(2431,816,'_yoast_wpseo_redirect',''),(2432,816,'_yoast_wpseo_opengraph-description',''),(2433,816,'_yoast_wpseo_google-plus-description',''),(2443,826,'_wp_attached_file','2014/01/risk-assets-percent.bmp'),(2444,827,'_wp_attached_file','2014/01/yen-stocks-notes.bmp'),(2449,816,'_thumbnail_id','451'),(2460,838,'_yoast_wpseo_linkdex','40'),(2461,838,'_edit_lock','1390910521:2'),(2462,838,'_edit_last','2'),(2463,838,'_wpas_done_all','1'),(2478,838,'sfw_pwd','xCcIuCFaoErC'),(2465,838,'_yoast_wpseo_focuskw','futures trading strategies'),(2466,838,'_yoast_wpseo_title',''),(2467,838,'_yoast_wpseo_metadesc','Overnight trading action in the global financial markets including stocks, bonds, commodities and currencies.'),(2468,838,'_yoast_wpseo_meta-robots-noindex','0'),(2469,838,'_yoast_wpseo_meta-robots-nofollow','0'),(2470,838,'_yoast_wpseo_meta-robots-adv','none'),(2473,838,'_yoast_wpseo_sitemap-html-include','-'),(2474,838,'_yoast_wpseo_canonical',''),(2475,838,'_yoast_wpseo_redirect',''),(2476,838,'_yoast_wpseo_opengraph-description',''),(2477,838,'_yoast_wpseo_google-plus-description',''),(2479,840,'_yoast_wpseo_linkdex','41'),(2480,840,'_edit_lock','1390921653:2'),(2481,840,'_edit_last','2'),(5047,1351,'_yoast_wpseo_canonical',''),(5043,1351,'_yoast_wpseo_meta-robots-adv','none'),(5046,1351,'_yoast_wpseo_sitemap-html-include','-'),(5042,1351,'_yoast_wpseo_meta-robots-nofollow','0'),(5041,1351,'_yoast_wpseo_meta-robots-noindex','0'),(5040,1351,'_yoast_wpseo_metadesc','Live Trading Rooms and Events - Please take note of this week’s schedule at a glance including key economic reports that may have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access.'),(5039,1351,'_yoast_wpseo_title',''),(5038,1351,'_yoast_wpseo_focuskw','live trading room'),(5037,1351,'_edit_last','2'),(5036,1351,'_edit_lock','1395626669:2'),(5035,1351,'_yoast_wpseo_linkdex','64'),(5570,1418,'_yoast_wpseo_linkdex','53'),(2484,842,'_wp_attached_file','2014/01/jim-trade-gold.jpg'),(2485,842,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:775;s:6:\"height\";i:927;s:4:\"file\";s:26:\"2014/01/jim-trade-gold.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"jim-trade-gold-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"jim-trade-gold-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:26:\"jim-trade-gold-610x170.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:26:\"jim-trade-gold-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(2486,840,'_wpas_done_all','1'),(2501,840,'sfw_pwd','hrMJRFWW2pOA'),(2488,840,'_yoast_wpseo_focuskw','futures trading systems'),(2489,840,'_yoast_wpseo_title',''),(2490,840,'_yoast_wpseo_metadesc','Whether you trade Commodities, Forex or Stocks, join us in our live trading room during prime time market hours from 7:30 to 10:30 ET. Take our trading systems for a free trial and test it on your own computer in a live trading environment.'),(2491,840,'_yoast_wpseo_meta-robots-noindex','0'),(2492,840,'_yoast_wpseo_meta-robots-nofollow','0'),(2493,840,'_yoast_wpseo_meta-robots-adv','none'),(2496,840,'_yoast_wpseo_sitemap-html-include','-'),(2497,840,'_yoast_wpseo_canonical',''),(2498,840,'_yoast_wpseo_redirect',''),(2499,840,'_yoast_wpseo_opengraph-description',''),(2500,840,'_yoast_wpseo_google-plus-description',''),(2504,844,'_yoast_wpseo_linkdex','64'),(2505,844,'_edit_lock','1476033607:2'),(2506,844,'_edit_last','2'),(2507,844,'_wpas_done_all','1'),(2522,844,'sfw_pwd','7S9iXPkE5HvH'),(2509,844,'_yoast_wpseo_focuskw','gold futures trading'),(2511,844,'_yoast_wpseo_metadesc','A recurring market event happens every trading day at 5:30 AM and 10:00 AM Eastern Time.'),(14928,1305,'_pagelines_audio_ogg',''),(14927,1305,'_pagelines_audio_mp3',''),(2514,844,'_yoast_wpseo_meta-robots-adv','none'),(14926,1305,'_pagelines_video_embed',''),(14925,1305,'_pagelines_video_poster',''),(14924,1305,'_pagelines_video_ogv',''),(14923,1305,'_pagelines_video_m4v',''),(14920,1305,'_pagelines_gallery_slider','off'),(14921,1305,'_pagelines_quote',''),(14922,1305,'_pagelines_link',''),(2524,846,'_edit_lock','1391084438:2'),(2525,846,'_edit_last','2'),(2526,846,'_wpas_done_all','1'),(2541,846,'sfw_pwd','wn8ejR4NaQ2w'),(2528,846,'_yoast_wpseo_focuskw','futures trading strategies'),(2529,846,'_yoast_wpseo_title',''),(2530,846,'_yoast_wpseo_metadesc','Overnight trading action in the global financial markets including stocks, bonds, commodities and currencies.'),(2531,846,'_yoast_wpseo_meta-robots-noindex','0'),(2532,846,'_yoast_wpseo_meta-robots-nofollow','0'),(2533,846,'_yoast_wpseo_meta-robots-adv','none'),(2536,846,'_yoast_wpseo_sitemap-html-include','-'),(2537,846,'_yoast_wpseo_canonical',''),(2538,846,'_yoast_wpseo_redirect',''),(2539,846,'_yoast_wpseo_opengraph-description',''),(2540,846,'_yoast_wpseo_google-plus-description',''),(2543,848,'_edit_lock','1391084842:2'),(2544,848,'_edit_last','2'),(2545,848,'_wpas_done_all','1'),(2560,848,'sfw_pwd','svYo5GcZCv9Q'),(2547,848,'_yoast_wpseo_focuskw','stock trading'),(2548,848,'_yoast_wpseo_title',''),(2549,848,'_yoast_wpseo_metadesc','Overnight trading action in the global financial markets including stocks, bonds, commodities and currencies.'),(2550,848,'_yoast_wpseo_meta-robots-noindex','0'),(2551,848,'_yoast_wpseo_meta-robots-nofollow','0'),(2552,848,'_yoast_wpseo_meta-robots-adv','none'),(15178,3207,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:516;s:6:\"height\";i:224;s:4:\"file\";s:28:\"2016/10/traderoomsession.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"traderoomsession-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"traderoomsession-300x130.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:28:\"traderoomsession-500x224.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:28:\"traderoomsession-500x224.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1422991810\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2555,848,'_yoast_wpseo_sitemap-html-include','-'),(2556,848,'_yoast_wpseo_canonical',''),(2557,848,'_yoast_wpseo_redirect',''),(2558,848,'_yoast_wpseo_opengraph-description',''),(2559,848,'_yoast_wpseo_google-plus-description',''),(2561,850,'_yoast_wpseo_linkdex','47'),(2562,850,'_edit_lock','1391377430:2'),(2563,850,'_edit_last','2'),(2564,851,'_wp_attached_file','2014/01/pick-your-metals.jpg'),(2565,851,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1944;s:6:\"height\";i:2592;s:4:\"file\";s:28:\"2014/01/pick-your-metals.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"pick-your-metals-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"pick-your-metals-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"pick-your-metals-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:28:\"pick-your-metals-610x170.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:28:\"pick-your-metals-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(2566,850,'_wpas_done_all','1'),(2581,850,'sfw_pwd','xgzAFYcuPnYC'),(2568,850,'_yoast_wpseo_focuskw','gold futures trading'),(2569,850,'_yoast_wpseo_title',''),(2570,850,'_yoast_wpseo_metadesc','February Gold is coming up to FND this Friday, Jan. 31st. You should roll to the April contracts at the close of business Wednesday, Jan. 29th. Includes mini contracts too.'),(2571,850,'_yoast_wpseo_meta-robots-noindex','0'),(2572,850,'_yoast_wpseo_meta-robots-nofollow','0'),(2573,850,'_yoast_wpseo_meta-robots-adv','none'),(15177,3207,'_wp_attached_file','2016/10/traderoomsession.jpg'),(2576,850,'_yoast_wpseo_sitemap-html-include','-'),(2577,850,'_yoast_wpseo_canonical',''),(2578,850,'_yoast_wpseo_redirect',''),(2579,850,'_yoast_wpseo_opengraph-description',''),(2580,850,'_yoast_wpseo_google-plus-description',''),(2582,853,'_yoast_wpseo_linkdex','46'),(2583,853,'_edit_lock','1391166816:2'),(2584,853,'_edit_last','2'),(2585,853,'_wpas_done_all','1'),(2600,853,'sfw_pwd','Jrue0DrIAc4S'),(2587,853,'_yoast_wpseo_focuskw','futures trading'),(2588,853,'_yoast_wpseo_title',''),(2589,853,'_yoast_wpseo_metadesc','Overnight trading action in the global financial markets including stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(2590,853,'_yoast_wpseo_meta-robots-noindex','0'),(2591,853,'_yoast_wpseo_meta-robots-nofollow','0'),(2592,853,'_yoast_wpseo_meta-robots-adv','none'),(2595,853,'_yoast_wpseo_sitemap-html-include','-'),(2596,853,'_yoast_wpseo_canonical',''),(2597,853,'_yoast_wpseo_redirect',''),(2598,853,'_yoast_wpseo_opengraph-description',''),(2599,853,'_yoast_wpseo_google-plus-description',''),(2601,855,'_yoast_wpseo_linkdex','49'),(2602,855,'_edit_lock','1391185466:2'),(2603,855,'_edit_last','2'),(2604,856,'_wp_attached_file','2014/01/trade-1-30.jpg'),(2605,856,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:614;s:6:\"height\";i:396;s:4:\"file\";s:22:\"2014/01/trade-1-30.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"trade-1-30-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"trade-1-30-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:22:\"trade-1-30-610x170.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:22:\"trade-1-30-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1391148880;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(2606,855,'_wpas_done_all','1'),(2623,855,'sfw_pwd','xhIoFiSbwJsx'),(2608,855,'_yoast_wpseo_focuskw','futures trading'),(2609,855,'_yoast_wpseo_title',''),(2610,855,'_yoast_wpseo_metadesc','$1,400 for the day in the Trading Room TradeLAB. Up 35.5% for the month of January 2014.'),(2611,855,'_yoast_wpseo_meta-robots-noindex','0'),(2612,855,'_yoast_wpseo_meta-robots-nofollow','0'),(2613,855,'_yoast_wpseo_meta-robots-adv','none'),(2616,855,'_yoast_wpseo_sitemap-html-include','-'),(2617,855,'_yoast_wpseo_canonical',''),(2618,855,'_yoast_wpseo_redirect',''),(2619,855,'_yoast_wpseo_opengraph-description',''),(2620,855,'_yoast_wpseo_google-plus-description',''),(2629,850,'_thumbnail_id','851'),(2631,865,'_yoast_wpseo_linkdex','59'),(2632,865,'_edit_lock','1391424581:2'),(2633,865,'_edit_last','2'),(2634,865,'_wpas_done_all','1'),(2649,865,'sfw_pwd','ZNdyvSWp53rF'),(2636,865,'_yoast_wpseo_focuskw','commodity futures trading'),(2637,865,'_yoast_wpseo_title',''),(2638,865,'_yoast_wpseo_metadesc','In the week ahead Gold may proof to be a leading indicator for active traders, especially after observing last week\'s aggressive price action minute(s) before key economic data releases. Get the full report including links to live trading rooms and scheduled key economic data releases that may have an impact on the markets.'),(2639,865,'_yoast_wpseo_meta-robots-noindex','0'),(2640,865,'_yoast_wpseo_meta-robots-nofollow','0'),(2641,865,'_yoast_wpseo_meta-robots-adv','none'),(2644,865,'_yoast_wpseo_sitemap-html-include','-'),(2645,865,'_yoast_wpseo_canonical',''),(2646,865,'_yoast_wpseo_redirect',''),(2647,865,'_yoast_wpseo_opengraph-description',''),(2648,865,'_yoast_wpseo_google-plus-description',''),(2684,865,'_oembed_4241ea822838bd6328156ece08c729b5','{{unknown}}'),(2653,868,'_wp_attached_file','2014/02/rios-on-the-markets.jpg'),(2654,868,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:491;s:6:\"height\";i:323;s:4:\"file\";s:31:\"2014/02/rios-on-the-markets.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"rios-on-the-markets-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"rios-on-the-markets-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:31:\"rios-on-the-markets-491x170.jpg\";s:5:\"width\";i:491;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:31:\"rios-on-the-markets-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1391360848;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(2683,865,'_oembed_c1ec23574f86227b3c14b37b7d3293be','{{unknown}}'),(2668,874,'_wp_attached_file','2014/02/Rios-on-the-markets-3.jpg'),(2669,874,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:487;s:6:\"height\";i:323;s:4:\"file\";s:33:\"2014/02/Rios-on-the-markets-3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Rios-on-the-markets-3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Rios-on-the-markets-3-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:33:\"Rios-on-the-markets-3-487x170.jpg\";s:5:\"width\";i:487;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:33:\"Rios-on-the-markets-3-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1391361418;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(2685,877,'_yoast_wpseo_linkdex','43'),(2686,877,'_edit_lock','1391511815:2'),(2687,877,'_edit_last','2'),(2688,877,'_wpas_done_all','1'),(2703,877,'sfw_pwd','DpmqqAb4jG0O'),(2690,877,'_yoast_wpseo_focuskw','quantitative trading strategies'),(2691,877,'_yoast_wpseo_title',''),(2692,877,'_yoast_wpseo_metadesc','Overnight trading action in the global financial markets including stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(2693,877,'_yoast_wpseo_meta-robots-noindex','0'),(2694,877,'_yoast_wpseo_meta-robots-nofollow','0'),(2695,877,'_yoast_wpseo_meta-robots-adv','none'),(2698,877,'_yoast_wpseo_sitemap-html-include','-'),(2699,877,'_yoast_wpseo_canonical',''),(2700,877,'_yoast_wpseo_redirect',''),(2701,877,'_yoast_wpseo_opengraph-description',''),(2702,877,'_yoast_wpseo_google-plus-description',''),(2704,879,'_yoast_wpseo_linkdex','40'),(2705,879,'_edit_lock','1391597034:2'),(2706,879,'_edit_last','2'),(2707,879,'_wpas_done_all','1'),(2722,879,'sfw_pwd','AoygPMUelfzW'),(2709,879,'_yoast_wpseo_focuskw','futures trading systems'),(2710,879,'_yoast_wpseo_title',''),(2711,879,'_yoast_wpseo_metadesc','Overnight trading action in the global financial markets including stocks, bonds, commodities and currencies.'),(2712,879,'_yoast_wpseo_meta-robots-noindex','0'),(2713,879,'_yoast_wpseo_meta-robots-nofollow','0'),(2714,879,'_yoast_wpseo_meta-robots-adv','none'),(2717,879,'_yoast_wpseo_sitemap-html-include','-'),(2718,879,'_yoast_wpseo_canonical',''),(2719,879,'_yoast_wpseo_redirect',''),(2720,879,'_yoast_wpseo_opengraph-description',''),(2721,879,'_yoast_wpseo_google-plus-description',''),(2723,881,'_yoast_wpseo_linkdex','39'),(2724,881,'_edit_lock','1391684137:2'),(2725,881,'_edit_last','2'),(2726,882,'_wp_attached_file','2014/02/bullish-ML-pic.jpg'),(2727,882,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:461;s:6:\"height\";i:609;s:4:\"file\";s:26:\"2014/02/bullish-ML-pic.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"bullish-ML-pic-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"bullish-ML-pic-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:26:\"bullish-ML-pic-461x170.jpg\";s:5:\"width\";i:461;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:26:\"bullish-ML-pic-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1391579429;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(2728,881,'_wpas_done_all','1'),(2743,881,'sfw_pwd','AyKpDf9VTo6c'),(2730,881,'_yoast_wpseo_focuskw','futures trading strategies'),(2731,881,'_yoast_wpseo_title',''),(2732,881,'_yoast_wpseo_metadesc','Overnight trading action in the global financial markets including stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(2733,881,'_yoast_wpseo_meta-robots-noindex','0'),(2734,881,'_yoast_wpseo_meta-robots-nofollow','0'),(2735,881,'_yoast_wpseo_meta-robots-adv','none'),(2738,881,'_yoast_wpseo_sitemap-html-include','-'),(2739,881,'_yoast_wpseo_canonical',''),(2740,881,'_yoast_wpseo_redirect',''),(2741,881,'_yoast_wpseo_opengraph-description',''),(2742,881,'_yoast_wpseo_google-plus-description',''),(2745,886,'_wp_attached_file','2014/02/pre-market-open-Blue-board.jpg'),(2746,886,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:266;s:4:\"file\";s:38:\"2014/02/pre-market-open-Blue-board.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"pre-market-open-Blue-board-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"pre-market-open-Blue-board-300x221.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:38:\"pre-market-open-Blue-board-360x170.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:38:\"pre-market-open-Blue-board-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1391580073;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(2748,888,'_yoast_wpseo_linkdex','58'),(2749,888,'_edit_last','2'),(2750,888,'_edit_lock','1391688361:2'),(2751,888,'_wpas_done_all','1'),(2766,888,'sfw_pwd','WX5idqeUr1tS'),(2753,888,'_yoast_wpseo_focuskw','daytradingthefutures'),(2754,888,'_yoast_wpseo_title',''),(2755,888,'_yoast_wpseo_metadesc','Overnight trading action in the global financial markets including stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(2756,888,'_yoast_wpseo_meta-robots-noindex','0'),(2757,888,'_yoast_wpseo_meta-robots-nofollow','0'),(2758,888,'_yoast_wpseo_meta-robots-adv','none'),(2761,888,'_yoast_wpseo_sitemap-html-include','-'),(2762,888,'_yoast_wpseo_canonical',''),(2763,888,'_yoast_wpseo_redirect',''),(2764,888,'_yoast_wpseo_opengraph-description',''),(2765,888,'_yoast_wpseo_google-plus-description',''),(2767,890,'_yoast_wpseo_linkdex','40'),(2768,890,'_edit_lock','1392032995:2'),(2769,890,'_edit_last','2'),(2770,890,'_wpas_done_all','1'),(2785,890,'sfw_pwd','U71Ao2dwv3Lw'),(2772,890,'_yoast_wpseo_focuskw','futures trading'),(2773,890,'_yoast_wpseo_title',''),(2774,890,'_yoast_wpseo_metadesc','Overnight trading action in the global financial markets including stocks, bonds, commodities and futures. Scheduled economic data that might have an impact on the markets also included.'),(2775,890,'_yoast_wpseo_meta-robots-noindex','0'),(2776,890,'_yoast_wpseo_meta-robots-nofollow','0'),(2777,890,'_yoast_wpseo_meta-robots-adv','none'),(15176,33,'_yoast_wpseo_content_score','30'),(2780,890,'_yoast_wpseo_sitemap-html-include','-'),(2781,890,'_yoast_wpseo_canonical',''),(2782,890,'_yoast_wpseo_redirect',''),(2783,890,'_yoast_wpseo_opengraph-description',''),(2784,890,'_yoast_wpseo_google-plus-description',''),(2786,892,'_yoast_wpseo_linkdex','56'),(2787,892,'_edit_lock','1392034482:2'),(2788,892,'_edit_last','2'),(2789,892,'_yoast_wpseo_focuskw','futures trading'),(2790,892,'_yoast_wpseo_title',''),(2791,892,'_yoast_wpseo_metadesc','In the week ahead I will continue to focus on the correlations between the risk benchmarks and select the markets most poised to benefit from the rotation flows. Gold should continue to be a leading indicator for risk assets, also watch for scheduled economic data from China which may have a direct impact on risk assets.'),(2792,892,'_yoast_wpseo_meta-robots-noindex','0'),(2793,892,'_yoast_wpseo_meta-robots-nofollow','0'),(2794,892,'_yoast_wpseo_meta-robots-adv','none'),(2797,892,'_yoast_wpseo_sitemap-html-include','-'),(2798,892,'_yoast_wpseo_canonical',''),(2799,892,'_yoast_wpseo_redirect',''),(2800,892,'_yoast_wpseo_opengraph-description',''),(2801,892,'_yoast_wpseo_google-plus-description',''),(2802,892,'_wpas_done_all','1'),(2805,892,'_oembed_f9285f20fc5f0835350aacc2a02eadd8','{{unknown}}'),(2804,892,'_wp_old_slug','week'),(2806,892,'_oembed_9ce1a076b9921510951f55801346995f','{{unknown}}'),(2807,892,'_oembed_bdae172e3ee526691d710cff0cc5e92f','{{unknown}}'),(2808,892,'sfw_pwd','zgB0rmIMVSgx'),(8177,1796,'_optimizepress_typography','s:1255:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:2:\"24\";s:4:\"font\";s:10:\"Montserrat\";s:5:\"style\";s:4:\"bold\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#0F87C9\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#636363\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(8176,1796,'_optimizepress_footer_area','s:284:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:15:\"Source Sans Pro\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(8175,1796,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(2828,898,'_yoast_wpseo_linkdex','44'),(2829,898,'_edit_lock','1392120797:2'),(2830,898,'_edit_last','2'),(2831,899,'_wp_attached_file','2014/02/red-clocks-pre-market-open.jpg'),(2832,899,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:482;s:6:\"height\";i:394;s:4:\"file\";s:38:\"2014/02/red-clocks-pre-market-open.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"red-clocks-pre-market-open-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"red-clocks-pre-market-open-300x245.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:38:\"red-clocks-pre-market-open-482x170.jpg\";s:5:\"width\";i:482;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:38:\"red-clocks-pre-market-open-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1392101953;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(2833,898,'_wpas_done_all','1'),(2848,898,'sfw_pwd','CjYqWXQVXzWx'),(2835,898,'_yoast_wpseo_focuskw','futures trading strategies'),(2836,898,'_yoast_wpseo_title',''),(2837,898,'_yoast_wpseo_metadesc','Pre-market open covering overnight trading action in the global financial markets including stocks, bonds, commodities and currencies.'),(2838,898,'_yoast_wpseo_meta-robots-noindex','0'),(2839,898,'_yoast_wpseo_meta-robots-nofollow','0'),(2840,898,'_yoast_wpseo_meta-robots-adv','none'),(2843,898,'_yoast_wpseo_sitemap-html-include','-'),(2844,898,'_yoast_wpseo_canonical',''),(2845,898,'_yoast_wpseo_redirect',''),(2846,898,'_yoast_wpseo_opengraph-description',''),(2847,898,'_yoast_wpseo_google-plus-description',''),(4563,1298,'_optimizepress_page_thumbnail_preset',''),(4561,1298,'_optimizepress_pagebuilder','Y'),(4562,1298,'_optimizepress_page_thumbnail',''),(2853,904,'_yoast_wpseo_linkdex','0'),(2854,904,'_edit_lock','1392207050:2'),(2855,904,'_edit_last','2'),(2856,904,'_yoast_wpseo_focuskw',''),(2857,904,'_yoast_wpseo_title',''),(2858,904,'_yoast_wpseo_metadesc',''),(2859,904,'_yoast_wpseo_meta-robots-noindex','0'),(2860,904,'_yoast_wpseo_meta-robots-nofollow','0'),(2861,904,'_yoast_wpseo_meta-robots-adv','none'),(2864,904,'_yoast_wpseo_sitemap-html-include','-'),(2865,904,'_yoast_wpseo_canonical',''),(2866,904,'_yoast_wpseo_redirect',''),(2867,904,'_yoast_wpseo_opengraph-description',''),(2868,904,'_yoast_wpseo_google-plus-description',''),(2869,904,'sfw_pwd','FgIe2roJBvzy'),(2870,907,'_yoast_wpseo_linkdex','42'),(2871,907,'_edit_lock','1392249066:2'),(2872,907,'_edit_last','2'),(2873,907,'_wpas_done_all','1'),(2888,907,'sfw_pwd','Oik1kynHCaUo'),(2875,907,'_yoast_wpseo_focuskw','futures trading strategies'),(2876,907,'_yoast_wpseo_title',''),(2877,907,'_yoast_wpseo_metadesc','Overnight trading action in the global financial markets including stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(2878,907,'_yoast_wpseo_meta-robots-noindex','0'),(2879,907,'_yoast_wpseo_meta-robots-nofollow','0'),(2880,907,'_yoast_wpseo_meta-robots-adv','none'),(15169,1368,'_edit_lock','1476871861:1'),(2883,907,'_yoast_wpseo_sitemap-html-include','-'),(2884,907,'_yoast_wpseo_canonical',''),(2885,907,'_yoast_wpseo_redirect',''),(2886,907,'_yoast_wpseo_opengraph-description',''),(2887,907,'_yoast_wpseo_google-plus-description',''),(2889,909,'_yoast_wpseo_linkdex','39'),(2890,909,'_edit_lock','1392313693:2'),(2891,909,'_edit_last','2'),(3275,231,'_yoast_wpseo_linkdex','0'),(5083,1355,'_yoast_wpseo_metadesc','Live Trading Rooms and Events - Please take note of this week’s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access.'),(5082,1355,'_yoast_wpseo_title',''),(5081,1355,'_yoast_wpseo_focuskw','live trading room'),(5079,1355,'_wpas_done_all','1'),(5077,1355,'_edit_lock','1399600603:2'),(5074,1351,'_oembed_0e37bd5dcd05fc2279935bf06d991565','{{unknown}}'),(5075,1351,'_oembed_2b84df823039c3a986f369337cfd6184','{{unknown}}'),(5076,1355,'_yoast_wpseo_linkdex','64'),(3271,247,'_yoast_wpseo_linkdex','0'),(3272,217,'_yoast_wpseo_linkdex','0'),(3273,219,'_yoast_wpseo_linkdex','0'),(3274,226,'_yoast_wpseo_linkdex','0'),(2894,909,'_yoast_wpseo_focuskw','options trading strategies'),(2895,909,'_yoast_wpseo_title',''),(2896,909,'_yoast_wpseo_metadesc','We just closed seven trades this month, five profitable compared to two losing trades. Watch our coaches identify trading opportunities with easy to use tools in a real market environment.'),(2897,909,'_yoast_wpseo_meta-robots-noindex','0'),(2898,909,'_yoast_wpseo_meta-robots-nofollow','0'),(2899,909,'_yoast_wpseo_meta-robots-adv','none'),(15170,1368,'_edit_last','1'),(2902,909,'_yoast_wpseo_sitemap-html-include','-'),(2903,909,'_yoast_wpseo_canonical',''),(2904,909,'_yoast_wpseo_redirect',''),(2905,909,'_yoast_wpseo_opengraph-description',''),(2906,909,'_yoast_wpseo_google-plus-description',''),(2907,909,'sfw_pwd','jKJyDBZLO6g8'),(2908,909,'_wpas_done_all','1'),(2910,916,'_yoast_wpseo_linkdex','39'),(2911,916,'_edit_lock','1392380108:2'),(2912,916,'_edit_last','2'),(2913,916,'_yoast_wpseo_focuskw','stock trading strategies'),(2914,916,'_yoast_wpseo_title',''),(2915,916,'_yoast_wpseo_metadesc','We just closed seven trades this month, five profitable compared to two losing trades. Watch our coaches identify trading opportunities with easy to use tools in a real market environment.'),(2916,916,'_yoast_wpseo_meta-robots-noindex','0'),(2917,916,'_yoast_wpseo_meta-robots-nofollow','0'),(2918,916,'_yoast_wpseo_meta-robots-adv','none'),(2921,916,'_yoast_wpseo_sitemap-html-include','-'),(2922,916,'_yoast_wpseo_canonical',''),(2923,916,'_yoast_wpseo_redirect',''),(2924,916,'_yoast_wpseo_opengraph-description',''),(2925,916,'_yoast_wpseo_google-plus-description',''),(2926,916,'sfw_pwd','5LeyaAdqCTzU'),(2927,918,'_wp_attached_file','2014/02/profit-contes.jpg'),(2928,918,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:310;s:6:\"height\";i:345;s:4:\"file\";s:25:\"2014/02/profit-contes.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"profit-contes-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"profit-contes-269x300.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:25:\"profit-contes-310x170.jpg\";s:5:\"width\";i:310;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:25:\"profit-contes-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1392295965;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(2929,916,'_wpas_done_all','1'),(2931,916,'_wp_old_slug','live-trading-event-stock-option-investors'),(3282,207,'_yoast_wpseo_linkdex','0'),(2933,921,'_yoast_wpseo_linkdex','41'),(2934,921,'_edit_lock','1392380552:2'),(2935,921,'_edit_last','2'),(2936,921,'_wpas_done_all','1'),(2951,921,'sfw_pwd','fOCosvVOT3Dz'),(2938,921,'_yoast_wpseo_focuskw','futures trading'),(2939,921,'_yoast_wpseo_title',''),(2940,921,'_yoast_wpseo_metadesc','Overnight trading action in the global financial markets including stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(2941,921,'_yoast_wpseo_meta-robots-noindex','0'),(2942,921,'_yoast_wpseo_meta-robots-nofollow','0'),(2943,921,'_yoast_wpseo_meta-robots-adv','none'),(2946,921,'_yoast_wpseo_sitemap-html-include','-'),(2947,921,'_yoast_wpseo_canonical',''),(2948,921,'_yoast_wpseo_redirect',''),(2949,921,'_yoast_wpseo_opengraph-description',''),(2950,921,'_yoast_wpseo_google-plus-description',''),(3528,1056,'_edit_lock','1393848251:2'),(3527,1056,'_yoast_wpseo_linkdex','58'),(2954,924,'_yoast_wpseo_linkdex','56'),(2955,924,'_edit_lock','1476033768:2'),(2956,924,'_edit_last','2'),(2957,925,'_wp_attached_file','2014/02/market-analyzer.jpg'),(2958,925,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1124;s:6:\"height\";i:632;s:4:\"file\";s:27:\"2014/02/market-analyzer.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"market-analyzer-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"market-analyzer-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"market-analyzer-1024x575.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:27:\"market-analyzer-610x170.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:27:\"market-analyzer-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1392363162;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(2959,924,'_wpas_done_all','1'),(2974,924,'sfw_pwd','AzwlbAvCOMM3'),(2961,924,'_yoast_wpseo_focuskw','futures trading strategies'),(14946,657,'_pagelines_video_poster',''),(2963,924,'_yoast_wpseo_metadesc','Do you have trading logic? Watch our video and find out how to access innovative trading systems programmed to take profits from the futures and forex markets while controlling risk.'),(14945,657,'_pagelines_video_ogv',''),(14944,657,'_pagelines_video_m4v',''),(2966,924,'_yoast_wpseo_meta-robots-adv','none'),(14943,657,'_pagelines_link',''),(14942,657,'_pagelines_quote',''),(14941,657,'_pagelines_gallery_slider','off'),(14979,1409,'_pagelines_gallery_slider','off'),(4955,1340,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:706;s:6:\"height\";i:515;s:4:\"file\";s:28:\"2014/03/einstein-sf-3-18.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"einstein-sf-3-18-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"einstein-sf-3-18-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:28:\"einstein-sf-3-18-610x170.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:28:\"einstein-sf-3-18-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1395142723;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(15068,3179,'_pagelines_video_ogv',''),(15067,3179,'_pagelines_video_m4v',''),(3061,964,'_yoast_wpseo_meta-robots-adv','none'),(15066,3179,'_pagelines_link',''),(15065,3179,'_pagelines_quote',''),(15064,3179,'_pagelines_gallery_slider','off'),(15061,3179,'_edit_last','2'),(15062,3179,'_thumbnail_id','3082'),(15076,3179,'_pl_karma','0'),(4978,1344,'_edit_lock','1395400166:2'),(4954,1340,'_wp_attached_file','2014/03/einstein-sf-3-18.jpg'),(3276,190,'_yoast_wpseo_linkdex','0'),(3277,250,'_yoast_wpseo_linkdex','0'),(3278,243,'_yoast_wpseo_linkdex','0'),(3283,1006,'_wp_attached_file','2013/02/RQ-DMS.tif'),(3284,1007,'_wp_attached_file','2013/02/RQ-DMS1.jpg'),(3285,1007,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:887;s:6:\"height\";i:576;s:4:\"file\";s:19:\"2013/02/RQ-DMS1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"RQ-DMS1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"RQ-DMS1-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:19:\"RQ-DMS1-610x170.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:19:\"RQ-DMS1-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3053,964,'_edit_last','2'),(3054,964,'_wpas_done_all','1'),(3070,964,'sfw_pwd','aUFbe2sJuN11'),(3056,964,'_yoast_wpseo_focuskw','day trading'),(15069,3179,'_pagelines_video_poster',''),(3058,964,'_yoast_wpseo_metadesc','You don\'t have to be a millionaire or have an MBA degree to be a successful trader. Join us in our live trading room and discover new and innovative methods to trade in today\'s stock, bond, commodity and forex markets.'),(4975,1342,'_yoast_wpseo_google-plus-description',''),(4974,1342,'_yoast_wpseo_opengraph-description',''),(4973,1342,'_yoast_wpseo_redirect',''),(4972,1342,'_yoast_wpseo_canonical',''),(4971,1342,'_yoast_wpseo_sitemap-html-include','-'),(3049,964,'_yoast_wpseo_linkdex','28'),(3050,964,'_edit_lock','1476034951:2'),(3051,965,'_wp_attached_file','2014/02/niclas9.jpg'),(3052,965,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:515;s:6:\"height\";i:430;s:4:\"file\";s:19:\"2014/02/niclas9.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"niclas9-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"niclas9-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:19:\"niclas9-515x170.jpg\";s:5:\"width\";i:515;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:19:\"niclas9-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1392479407;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(4968,1342,'_yoast_wpseo_meta-robots-adv','none'),(4967,1342,'_yoast_wpseo_meta-robots-nofollow','0'),(4966,1342,'_yoast_wpseo_meta-robots-noindex','0'),(4961,1342,'_wpas_done_all','1'),(4976,1342,'sfw_pwd','bkaj7j12JrBI'),(4963,1342,'_yoast_wpseo_focuskw','pre-market trading'),(4964,1342,'_yoast_wpseo_title',''),(4965,1342,'_yoast_wpseo_metadesc','Pre-market trading report covering the financial global markets including stocks, bonds, commodities and currencies.'),(4960,1342,'_edit_last','2'),(4959,1342,'_edit_lock','1395248257:2'),(4958,1342,'_yoast_wpseo_linkdex','52'),(3296,207,'_yoast_wpseo_canonical',''),(3297,207,'_yoast_wpseo_redirect',''),(3298,207,'_yoast_wpseo_opengraph-description',''),(3299,207,'_yoast_wpseo_google-plus-description',''),(3301,1009,'_edit_lock','1393202218:2'),(3302,1009,'_edit_last','2'),(3303,1010,'_wp_attached_file','2014/02/wall-street-blue.jpg'),(3304,1010,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:229;s:6:\"height\";i:166;s:4:\"file\";s:28:\"2014/02/wall-street-blue.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"wall-street-blue-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:28:\"wall-street-blue-229x130.jpg\";s:5:\"width\";i:229;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1393174115;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3016,951,'_wp_attached_file','2014/02/niclas7.jpg'),(3017,951,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:518;s:6:\"height\";i:402;s:4:\"file\";s:19:\"2014/02/niclas7.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"niclas7-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"niclas7-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:19:\"niclas7-518x170.jpg\";s:5:\"width\";i:518;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:19:\"niclas7-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1392478105;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3300,1009,'_yoast_wpseo_linkdex','78'),(3287,207,'_yoast_wpseo_focuskw',''),(3288,207,'_yoast_wpseo_title',''),(3289,207,'_yoast_wpseo_metadesc',''),(3290,207,'_yoast_wpseo_meta-robots-noindex','0'),(3291,207,'_yoast_wpseo_meta-robots-nofollow','0'),(3292,207,'_yoast_wpseo_meta-robots-adv','none'),(3295,207,'_yoast_wpseo_sitemap-html-include','-'),(3022,955,'_wp_attached_file','2014/02/joe-its-my-life-fb-frame-adjusted.jpg'),(3023,955,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:549;s:6:\"height\";i:361;s:4:\"file\";s:45:\"2014/02/joe-its-my-life-fb-frame-adjusted.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"joe-its-my-life-fb-frame-adjusted-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"joe-its-my-life-fb-frame-adjusted-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:45:\"joe-its-my-life-fb-frame-adjusted-549x170.jpg\";s:5:\"width\";i:549;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:45:\"joe-its-my-life-fb-frame-adjusted-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1391360243;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(4977,1344,'_yoast_wpseo_linkdex','42'),(3074,969,'_yoast_wpseo_linkdex','40'),(3075,969,'_edit_lock','1476034908:2'),(3076,969,'_edit_last','2'),(3077,969,'_wpas_done_all','1'),(3092,971,'_wp_attached_file','2014/02/Pierre-pic.jpg'),(3079,969,'_yoast_wpseo_focuskw','day trading'),(3081,969,'_yoast_wpseo_metadesc','You don\'t have to be a millionaire or have an MBA degree to be a successful trader. Join us in our live trading room and discover new and innovative methods to trade in today\'s stock, bond, commodity and forex markets.'),(15059,964,'_pagelines_audio_ogg',''),(15058,964,'_pagelines_audio_mp3',''),(3084,969,'_yoast_wpseo_meta-robots-adv','none'),(15057,964,'_pagelines_video_embed',''),(15056,964,'_pagelines_video_poster',''),(15055,964,'_pagelines_video_ogv',''),(15054,964,'_pagelines_video_m4v',''),(15051,964,'_pagelines_gallery_slider','off'),(15052,964,'_pagelines_quote',''),(15053,964,'_pagelines_link',''),(3093,971,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:557;s:6:\"height\";i:363;s:4:\"file\";s:22:\"2014/02/Pierre-pic.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Pierre-pic-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Pierre-pic-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:22:\"Pierre-pic-557x170.jpg\";s:5:\"width\";i:557;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:22:\"Pierre-pic-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1391771935;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3095,969,'sfw_pwd','ZtUH9iUYrfS8'),(3096,973,'_yoast_wpseo_linkdex','47'),(3097,973,'_edit_lock','1392841731:2'),(3098,973,'_edit_last','2'),(3099,974,'_wp_attached_file','2014/02/jane1.jpg'),(3100,974,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:419;s:6:\"height\";i:516;s:4:\"file\";s:17:\"2014/02/jane1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"jane1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"jane1-243x300.jpg\";s:5:\"width\";i:243;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:17:\"jane1-419x170.jpg\";s:5:\"width\";i:419;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:17:\"jane1-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1392482896;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3101,973,'_wpas_done_all','1'),(3116,973,'sfw_pwd','ecG1D3yYB9en'),(3103,973,'_yoast_wpseo_focuskw','day trading futures'),(3104,973,'_yoast_wpseo_title',''),(3105,973,'_yoast_wpseo_metadesc','You don\'t have to be a millionaire or have an MBA degree to be a successful trader. Join us in our live trading room and discover new and innovative methods to trade in today\'s stock, bond, commodity and forex markets.'),(3106,973,'_yoast_wpseo_meta-robots-noindex','0'),(3107,973,'_yoast_wpseo_meta-robots-nofollow','0'),(3108,973,'_yoast_wpseo_meta-robots-adv','none'),(3111,973,'_yoast_wpseo_sitemap-html-include','-'),(3112,973,'_yoast_wpseo_canonical',''),(3113,973,'_yoast_wpseo_redirect',''),(3114,973,'_yoast_wpseo_opengraph-description',''),(3115,973,'_yoast_wpseo_google-plus-description',''),(4957,1338,'_wpas_done_all','1'),(4956,1338,'sfw_pwd','QTMwEJm3ax5B'),(3120,977,'_yoast_wpseo_linkdex','42'),(3121,977,'_edit_lock','1476034852:2'),(3122,977,'_edit_last','2'),(3123,977,'_yoast_wpseo_focuskw','day trading'),(15070,3179,'_pagelines_video_embed',''),(3125,977,'_yoast_wpseo_metadesc','Learn to trade for a living! Meet traders from different backgrounds that are on their way to become successful traders.'),(15049,969,'_pagelines_audio_ogg',''),(15048,969,'_pagelines_audio_mp3',''),(3128,977,'_yoast_wpseo_meta-robots-adv','none'),(15047,969,'_pagelines_video_embed',''),(15046,969,'_pagelines_video_poster',''),(15045,969,'_pagelines_video_ogv',''),(15044,969,'_pagelines_video_m4v',''),(15041,969,'_pagelines_gallery_slider','off'),(15042,969,'_pagelines_quote',''),(15043,969,'_pagelines_link',''),(3136,977,'sfw_pwd','LUy17Tww9vn9'),(3137,980,'_wp_attached_file','2014/02/HP-ready.jpg'),(3138,980,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:511;s:6:\"height\";i:405;s:4:\"file\";s:20:\"2014/02/HP-ready.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"HP-ready-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"HP-ready-300x237.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:20:\"HP-ready-511x170.jpg\";s:5:\"width\";i:511;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:20:\"HP-ready-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1392632158;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3139,977,'_wpas_done_all','1'),(3142,983,'_yoast_wpseo_linkdex','65'),(3143,983,'_edit_lock','1392725470:2'),(3144,983,'_edit_last','2'),(3145,983,'_yoast_wpseo_focuskw','day trading for a living'),(3146,983,'_yoast_wpseo_title',''),(3147,983,'_yoast_wpseo_metadesc','Will Risk-ON assets continue to rally in the week ahead? Discover new and innovative methods to trade in today\'s volatile financial markets. Join us in our live trading room and learn three simple rules you can use immediately. Tuesday through Friday beginning at 7:30 AM ET. https://www3.gotomeeting.com/register/516293406'),(3148,983,'_yoast_wpseo_meta-robots-noindex','0'),(3149,983,'_yoast_wpseo_meta-robots-nofollow','0'),(3150,983,'_yoast_wpseo_meta-robots-adv','none'),(3153,983,'_yoast_wpseo_sitemap-html-include','-'),(3154,983,'_yoast_wpseo_canonical',''),(3155,983,'_yoast_wpseo_redirect',''),(3156,983,'_yoast_wpseo_opengraph-description',''),(3157,983,'_yoast_wpseo_google-plus-description',''),(3179,983,'_oembed_fab670b66b63746d21212d8dd12d24af','{{unknown}}'),(3176,983,'_wpas_done_all','1'),(3162,983,'sfw_pwd','mqCxXdOGsyVy'),(3364,1021,'_yoast_wpseo_linkdex','52'),(3178,983,'_wp_old_slug','week-ahead-global-financial-markets'),(3180,983,'_oembed_fab87b535addb6e46395acc033afdb58','{{unknown}}'),(3181,983,'_oembed_b8b00aeac4d2917d29002ac6ac4201aa','{{unknown}}'),(3182,987,'_yoast_wpseo_linkdex','36'),(3183,987,'_edit_lock','1476034812:2'),(3184,988,'_yoast_wpseo_linkdex','49'),(3185,988,'_edit_lock','1392841681:2'),(3186,988,'_edit_last','2'),(3187,988,'_wpas_done_all','1'),(3202,988,'sfw_pwd','zW1VQhVMLzV9'),(3189,988,'_yoast_wpseo_focuskw','day trading software'),(3190,988,'_yoast_wpseo_title',''),(3191,988,'_yoast_wpseo_metadesc',''),(3192,988,'_yoast_wpseo_meta-robots-noindex','0'),(3193,988,'_yoast_wpseo_meta-robots-nofollow','0'),(3194,988,'_yoast_wpseo_meta-robots-adv','none'),(3197,988,'_yoast_wpseo_sitemap-html-include','-'),(3198,988,'_yoast_wpseo_canonical',''),(3199,988,'_yoast_wpseo_redirect',''),(3200,988,'_yoast_wpseo_opengraph-description',''),(3201,988,'_yoast_wpseo_google-plus-description',''),(3399,1027,'_edit_lock','1393433530:2'),(3398,1027,'_yoast_wpseo_linkdex','57'),(3206,987,'_edit_last','2'),(3305,1009,'_yoast_wpseo_focuskw','global financial markets'),(3306,1009,'_yoast_wpseo_title',''),(3307,1009,'_yoast_wpseo_metadesc','Is bad news good news for the financial markets? Is the stock market expecting the Fed to rescue risk assets? Or is the stock market betting it will all be resolved with better weather?'),(3308,1009,'_yoast_wpseo_meta-robots-noindex','0'),(3309,1009,'_yoast_wpseo_meta-robots-nofollow','0'),(3310,1009,'_yoast_wpseo_meta-robots-adv','none'),(3313,1009,'_yoast_wpseo_sitemap-html-include','-'),(3314,1009,'_yoast_wpseo_canonical',''),(3315,1009,'_yoast_wpseo_redirect',''),(3316,1009,'_yoast_wpseo_opengraph-description',''),(3317,1009,'_yoast_wpseo_google-plus-description',''),(3318,1009,'sfw_pwd','ye5kzAdrIZCx'),(3338,1009,'_wp_old_slug','week-ahead-global-financial-markets'),(3346,1019,'_edit_lock','1393330560:2'),(3336,1009,'_wpas_done_all','1'),(3345,1019,'_yoast_wpseo_linkdex','53'),(3347,1019,'_edit_last','2'),(3348,1019,'_wpas_done_all','1'),(3363,1019,'sfw_pwd','qGGPZlKouFRh'),(3350,1019,'_yoast_wpseo_focuskw','stocks bonds commodities currencies'),(3351,1019,'_yoast_wpseo_title',''),(3352,1019,'_yoast_wpseo_metadesc','Pre-market trading action in the global financial markets including stocks, bonds, commodities and currencies. Scheduled economic data that may have an impact on the markets also included.'),(3353,1019,'_yoast_wpseo_meta-robots-noindex','0'),(3354,1019,'_yoast_wpseo_meta-robots-nofollow','0'),(3355,1019,'_yoast_wpseo_meta-robots-adv','none'),(3358,1019,'_yoast_wpseo_sitemap-html-include','-'),(3359,1019,'_yoast_wpseo_canonical',''),(3360,1019,'_yoast_wpseo_redirect',''),(3361,1019,'_yoast_wpseo_opengraph-description',''),(3362,1019,'_yoast_wpseo_google-plus-description',''),(3365,1021,'_edit_lock','1393349044:2'),(3366,1021,'_edit_last','2'),(3367,1021,'_yoast_wpseo_focuskw','pre market trading'),(3368,1021,'_yoast_wpseo_title',''),(3369,1021,'_yoast_wpseo_metadesc','Overnight trading action in the global financial markets including stocks, bonds, commodities and currencies. Scheduled economic data reports that may have an impact on the markets also included.'),(3370,1021,'_yoast_wpseo_meta-robots-noindex','0'),(3371,1021,'_yoast_wpseo_meta-robots-nofollow','0'),(3372,1021,'_yoast_wpseo_meta-robots-adv','none'),(3375,1021,'_yoast_wpseo_sitemap-html-include','-'),(3376,1021,'_yoast_wpseo_canonical',''),(3377,1021,'_yoast_wpseo_redirect',''),(3378,1021,'_yoast_wpseo_opengraph-description',''),(3379,1021,'_yoast_wpseo_google-plus-description',''),(3380,1021,'_wpas_done_all','1'),(3383,1021,'sfw_pwd','LDPCvXkWAauS'),(3382,1021,'_wp_old_slug','pre-market-report-global-financial-markets'),(4233,1256,'_optimizepress_pagebuilder','Y'),(3385,2,'_yoast_wpseo_focuskw',''),(3386,2,'_yoast_wpseo_title',''),(3387,2,'_yoast_wpseo_metadesc',''),(3388,2,'_yoast_wpseo_meta-robots-noindex','0'),(3389,2,'_yoast_wpseo_meta-robots-nofollow','0'),(3390,2,'_yoast_wpseo_meta-robots-adv','none'),(3393,2,'_yoast_wpseo_sitemap-html-include','-'),(3394,2,'_yoast_wpseo_canonical',''),(3395,2,'_yoast_wpseo_redirect',''),(3396,2,'_yoast_wpseo_opengraph-description',''),(3397,2,'_yoast_wpseo_google-plus-description',''),(3400,1027,'_edit_last','2'),(3401,1027,'_yoast_wpseo_focuskw','pre market trading'),(3402,1027,'_yoast_wpseo_title',''),(3403,1027,'_yoast_wpseo_metadesc','Pre market trading report for the global financial markets including stocks, bonds, commodities and currencies. Overnight trading action also includes scheduled key economic data releases.'),(3404,1027,'_yoast_wpseo_meta-robots-noindex','0'),(3405,1027,'_yoast_wpseo_meta-robots-nofollow','0'),(3406,1027,'_yoast_wpseo_meta-robots-adv','none'),(3409,1027,'_yoast_wpseo_sitemap-html-include','-'),(3410,1027,'_yoast_wpseo_canonical',''),(3411,1027,'_yoast_wpseo_redirect',''),(3412,1027,'_yoast_wpseo_opengraph-description',''),(3413,1027,'_yoast_wpseo_google-plus-description',''),(3414,1027,'sfw_pwd','Ucxhx8QKOFgC'),(3417,1027,'_wp_old_slug','pre-market-report-global-financial-markets'),(3415,1027,'_wpas_done_all','1'),(3418,1031,'_yoast_wpseo_linkdex','48'),(3419,1031,'_edit_lock','1393436839:2'),(3420,1031,'_edit_last','2'),(3421,1031,'_yoast_wpseo_focuskw','live trading room'),(3422,1031,'_yoast_wpseo_title',''),(3423,1031,'_yoast_wpseo_metadesc','You have witnessed our trading performance sky rocket this month in our live trading room. Now you can join our head global trader and find out his exact step-by-step approach.'),(3424,1031,'_yoast_wpseo_meta-robots-noindex','0'),(3425,1031,'_yoast_wpseo_meta-robots-nofollow','0'),(3426,1031,'_yoast_wpseo_meta-robots-adv','none'),(3429,1031,'_yoast_wpseo_sitemap-html-include','-'),(3430,1031,'_yoast_wpseo_canonical',''),(3431,1031,'_yoast_wpseo_redirect',''),(3432,1031,'_yoast_wpseo_opengraph-description',''),(3433,1031,'_yoast_wpseo_google-plus-description',''),(3437,1034,'_wp_attached_file','2014/02/ep-trading-room-clocks.tif'),(3435,1031,'sfw_pwd','cOQByPreyubc'),(3438,1035,'_wp_attached_file','2014/02/ep-ptr-clocks.jpg'),(3439,1035,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:974;s:6:\"height\";i:590;s:4:\"file\";s:25:\"2014/02/ep-ptr-clocks.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"ep-ptr-clocks-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"ep-ptr-clocks-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:25:\"ep-ptr-clocks-610x170.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:25:\"ep-ptr-clocks-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1393416655;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3440,1037,'_wp_attached_file','2014/02/ep-ptr-clocks1.jpg'),(3441,1037,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1032;s:6:\"height\";i:592;s:4:\"file\";s:26:\"2014/02/ep-ptr-clocks1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"ep-ptr-clocks1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"ep-ptr-clocks1-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"ep-ptr-clocks1-1024x587.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:26:\"ep-ptr-clocks1-610x170.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:26:\"ep-ptr-clocks1-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1393416944;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3442,1031,'_wpas_done_all','1'),(3444,1041,'_yoast_wpseo_linkdex','62'),(3445,1041,'_edit_lock','1476034727:2'),(3446,1041,'_edit_last','2'),(3447,1041,'_yoast_wpseo_focuskw','meet day traders'),(3449,1041,'_yoast_wpseo_metadesc','You don\'t have to be a millionaire or have an MBA degree to be a successful trader. Join us in our live trading room and discover new and innovative methods to trade in today\'s stock, bond, commodity and forex markets.'),(15018,1047,'_pagelines_audio_ogg',''),(15017,1047,'_pagelines_audio_mp3',''),(3452,1041,'_yoast_wpseo_meta-robots-adv','none'),(15016,1047,'_pagelines_video_embed',''),(15015,1047,'_pagelines_video_poster',''),(15014,1047,'_pagelines_video_ogv',''),(15013,1047,'_pagelines_video_m4v',''),(15010,1047,'_pagelines_gallery_slider','off'),(15011,1047,'_pagelines_quote',''),(15012,1047,'_pagelines_link',''),(3460,1041,'sfw_pwd','EqH6I09n0Bii'),(3461,1045,'_wp_attached_file','2014/02/jim-g.jpg'),(3462,1045,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:440;s:6:\"height\";i:362;s:4:\"file\";s:17:\"2014/02/jim-g.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"jim-g-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"jim-g-300x246.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:17:\"jim-g-440x170.jpg\";s:5:\"width\";i:440;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:17:\"jim-g-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1393418907;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3463,1041,'_wpas_done_all','1'),(3465,1047,'_yoast_wpseo_linkdex','46'),(3466,1047,'_edit_lock','1476034689:2'),(3467,1047,'_edit_last','2'),(3468,1048,'_wp_attached_file','2014/02/richard-racer.jpg'),(3469,1048,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:485;s:6:\"height\";i:434;s:4:\"file\";s:25:\"2014/02/richard-racer.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"richard-racer-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"richard-racer-300x268.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:25:\"richard-racer-485x170.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:25:\"richard-racer-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1393418653;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3470,1047,'_wpas_done_all','1'),(3485,1047,'sfw_pwd','NeLYIb0HlLNJ'),(3472,1047,'_yoast_wpseo_focuskw','forex trading'),(15071,3179,'_pagelines_audio_mp3',''),(3474,1047,'_yoast_wpseo_metadesc','Addicted to speed? Discover new trading software that uncovers the most powerful velocity leaders in real time for the stock, bond, commodity and forex markets.'),(15028,987,'_pagelines_audio_ogg',''),(15027,987,'_pagelines_audio_mp3',''),(3477,1047,'_yoast_wpseo_meta-robots-adv','none'),(15026,987,'_pagelines_video_embed',''),(15025,987,'_pagelines_video_poster',''),(15024,987,'_pagelines_video_ogv',''),(15023,987,'_pagelines_video_m4v',''),(15020,987,'_pagelines_gallery_slider','off'),(15021,987,'_pagelines_quote',''),(15022,987,'_pagelines_link',''),(3486,1050,'_yoast_wpseo_linkdex','33'),(3487,1050,'_edit_lock','1393503060:2'),(3488,1050,'_edit_last','2'),(3489,1051,'_wp_attached_file','2014/02/gld-option-trade.jpg'),(3490,1051,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:412;s:6:\"height\";i:365;s:4:\"file\";s:28:\"2014/02/gld-option-trade.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"gld-option-trade-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"gld-option-trade-300x265.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:28:\"gld-option-trade-412x170.jpg\";s:5:\"width\";i:412;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:28:\"gld-option-trade-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3491,1050,'_wpas_done_all','1'),(3506,1050,'sfw_pwd','8lDO4Rom3s5O'),(3493,1050,'_yoast_wpseo_focuskw','options trading strategies'),(3494,1050,'_yoast_wpseo_title',''),(3495,1050,'_yoast_wpseo_metadesc','The only thing better than trading with RQ Technology is to watch it in action. See how trades with results like seen in the GLD example are identified using a powerful quantitative indicator.'),(3496,1050,'_yoast_wpseo_meta-robots-noindex','0'),(3497,1050,'_yoast_wpseo_meta-robots-nofollow','0'),(3498,1050,'_yoast_wpseo_meta-robots-adv','none'),(3501,1050,'_yoast_wpseo_sitemap-html-include','-'),(3502,1050,'_yoast_wpseo_canonical',''),(3503,1050,'_yoast_wpseo_redirect',''),(3504,1050,'_yoast_wpseo_opengraph-description',''),(3505,1050,'_yoast_wpseo_google-plus-description',''),(3507,1053,'_yoast_wpseo_linkdex','40'),(3508,1053,'_edit_lock','1393821957:2'),(3509,1053,'_edit_last','2'),(3510,1053,'_yoast_wpseo_focuskw','overnight trading markets'),(3511,1053,'_yoast_wpseo_title',''),(3512,1053,'_yoast_wpseo_metadesc','Overnight trading action in the global financial markets including stocks, bonds, commodities and currencies. Scheduled economic data reports that may have an impact on the markets also included.'),(3513,1053,'_yoast_wpseo_meta-robots-noindex','0'),(3514,1053,'_yoast_wpseo_meta-robots-nofollow','0'),(3515,1053,'_yoast_wpseo_meta-robots-adv','none'),(3518,1053,'_yoast_wpseo_sitemap-html-include','-'),(3519,1053,'_yoast_wpseo_canonical',''),(3520,1053,'_yoast_wpseo_redirect',''),(3521,1053,'_yoast_wpseo_opengraph-description',''),(3522,1053,'_yoast_wpseo_google-plus-description',''),(3523,1053,'sfw_pwd','bJfZ95HUuFpU'),(3524,1053,'_wpas_done_all','1'),(3529,1056,'_edit_last','2'),(3526,1053,'_wp_old_slug','pre-market-trading-report-global-financial-markets'),(3530,1056,'_wpas_done_all','1'),(3545,1056,'sfw_pwd','wWfa7eWjjiyb'),(3532,1056,'_yoast_wpseo_focuskw','pre-market trading'),(3533,1056,'_yoast_wpseo_title',''),(3534,1056,'_yoast_wpseo_metadesc','Pre-market trading report covering overnight trading action in the global financial markets including stocks, bonds, commodities and currencies. Scheduled economic data reports that may have an impact on the markets also included.'),(3535,1056,'_yoast_wpseo_meta-robots-noindex','0'),(3536,1056,'_yoast_wpseo_meta-robots-nofollow','0'),(3537,1056,'_yoast_wpseo_meta-robots-adv','none'),(3540,1056,'_yoast_wpseo_sitemap-html-include','-'),(3541,1056,'_yoast_wpseo_canonical',''),(3542,1056,'_yoast_wpseo_redirect',''),(3543,1056,'_yoast_wpseo_opengraph-description',''),(3544,1056,'_yoast_wpseo_google-plus-description',''),(3546,1058,'_yoast_wpseo_linkdex','68'),(3547,1058,'_edit_lock','1393862591:2'),(3548,1058,'_edit_last','2'),(3549,1058,'_wpas_done_all','1'),(3564,1058,'sfw_pwd','nih41b7boVWu'),(3551,1058,'_yoast_wpseo_focuskw','the week ahead for stocks'),(3552,1058,'_yoast_wpseo_title',''),(3553,1058,'_yoast_wpseo_metadesc','In the week ahead I will pay special attention to the stock market\'s internal dynamics to determine whether last week\'d price action was due to month end profit-taking or the start of a new development in the stock market.'),(3554,1058,'_yoast_wpseo_meta-robots-noindex','0'),(3555,1058,'_yoast_wpseo_meta-robots-nofollow','0'),(3556,1058,'_yoast_wpseo_meta-robots-adv','none'),(3559,1058,'_yoast_wpseo_sitemap-html-include','-'),(3560,1058,'_yoast_wpseo_canonical',''),(3561,1058,'_yoast_wpseo_redirect',''),(3562,1058,'_yoast_wpseo_opengraph-description',''),(3563,1058,'_yoast_wpseo_google-plus-description',''),(3565,1058,'_oembed_6b20ec57e76d71a01730963bd75d2cae','{{unknown}}'),(3566,1058,'_oembed_0e05496d478d3b979bfe5e027aa8da66','{{unknown}}'),(3567,1058,'_oembed_5bcf3992914b956109f828ca8d0e0888','{{unknown}}'),(3568,1061,'_wp_attached_file','2014/03/webinar_style2.jpg'),(3569,1061,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:26:\"2014/03/webinar_style2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"webinar_style2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:26:\"webinar_style2-200x170.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:26:\"webinar_style2-200x130.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14135,2979,'_yoast_wpseo_focuskw','live trading room'),(14126,2979,'_pagelines_gallery_slider','off'),(14127,2979,'_pagelines_quote',''),(14128,2979,'_pagelines_link',''),(14129,2979,'_pagelines_video_m4v',''),(14130,2979,'_pagelines_video_ogv',''),(14131,2979,'_pagelines_video_poster',''),(14132,2979,'_pagelines_video_embed',''),(14133,2979,'_pagelines_audio_mp3',''),(14134,2979,'_pagelines_audio_ogg',''),(3572,1063,'_wp_attached_file','2014/03/webinar-cal1.png'),(3573,1063,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:259;s:6:\"height\";i:266;s:4:\"file\";s:24:\"2014/03/webinar-cal1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"webinar-cal1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:24:\"webinar-cal1-259x170.png\";s:5:\"width\";i:259;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:24:\"webinar-cal1-259x130.png\";s:5:\"width\";i:259;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3576,1065,'_wp_attached_file','2014/03/im_classic_3.jpg'),(3577,1065,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:166;s:6:\"height\";i:150;s:4:\"file\";s:24:\"2014/03/im_classic_3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"im_classic_3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:24:\"im_classic_3-166x130.jpg\";s:5:\"width\";i:166;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14145,2985,'_wp_attached_file','2016/08/tradingroomandawardpics.jpg'),(14146,2985,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:499;s:6:\"height\";i:126;s:4:\"file\";s:35:\"2016/08/tradingroomandawardpics.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"tradingroomandawardpics-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"tradingroomandawardpics-300x75.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1427998019;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3580,1067,'_wp_attached_file','2014/03/Fullscreen_18_07_2013_18_08.jpg'),(3581,1067,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:178;s:6:\"height\";i:158;s:4:\"file\";s:39:\"2014/03/Fullscreen_18_07_2013_18_08.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Fullscreen_18_07_2013_18_08-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:39:\"Fullscreen_18_07_2013_18_08-178x130.jpg\";s:5:\"width\";i:178;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14147,2986,'_wp_attached_file','2016/08/glassrq1-2.jpg'),(14148,2986,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:729;s:6:\"height\";i:319;s:4:\"file\";s:22:\"2016/08/glassrq1-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"glassrq1-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"glassrq1-2-300x131.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:22:\"glassrq1-2-500x319.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:319;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:22:\"glassrq1-2-500x319.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:319;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1420303520;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3584,1069,'_wp_attached_file','2014/03/person121.jpg'),(3585,1069,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:149;s:6:\"height\";i:146;s:4:\"file\";s:21:\"2014/03/person121.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"person121-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:21:\"person121-149x130.jpg\";s:5:\"width\";i:149;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3586,1070,'_wp_attached_file','2014/03/clean-landingpage_12.jpg'),(3587,1070,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:177;s:6:\"height\";i:160;s:4:\"file\";s:32:\"2014/03/clean-landingpage_12.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"clean-landingpage_12-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:32:\"clean-landingpage_12-177x130.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14138,2979,'_pl_karma','1'),(14119,2976,'_yoast_wpseo_metadesc','Traders are bracing for the BOE to provoke share price swings -- a measure of overnight volatility for sterling against the dollar was near the highest since Britain voted to leave the European Union in June.'),(14120,2976,'_yoast_wpseo_linkdex','76'),(14122,2979,'_edit_lock','1470824602:2'),(14123,2979,'_edit_last','2'),(14139,2979,'_thumbnail_id','1724'),(3590,1072,'_wp_attached_file','2014/03/book2-cropped.png'),(3591,1072,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:382;s:4:\"file\";s:25:\"2014/03/book2-cropped.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"book2-cropped-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"book2-cropped-235x300.png\";s:5:\"width\";i:235;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:25:\"book2-cropped-300x170.png\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:25:\"book2-cropped-290x130.png\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14150,2987,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:964;s:6:\"height\";i:541;s:4:\"file\";s:25:\"2016/08/strategyroom1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"strategyroom1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"strategyroom1-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:25:\"strategyroom1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:25:\"strategyroom1-964x500.jpg\";s:5:\"width\";i:964;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:25:\"strategyroom1-500x541.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:541;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1392475458;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14149,2987,'_wp_attached_file','2016/08/strategyroom1.jpg'),(14143,2984,'_wp_attached_file','2016/08/strategyroom.jpg'),(14144,2984,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:964;s:6:\"height\";i:541;s:4:\"file\";s:24:\"2016/08/strategyroom.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"strategyroom-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"strategyroom-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:24:\"strategyroom-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:24:\"strategyroom-964x500.jpg\";s:5:\"width\";i:964;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:24:\"strategyroom-500x541.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:541;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1392475458;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14118,2976,'_yoast_wpseo_focuskw','british pound'),(14107,2976,'_thumbnail_id','2977'),(14121,2976,'_pl_karma','1'),(14109,2976,'_pagelines_gallery_slider','off'),(14110,2976,'_pagelines_quote',''),(14111,2976,'_pagelines_link',''),(14112,2976,'_pagelines_video_m4v',''),(14113,2976,'_pagelines_video_ogv',''),(14114,2976,'_pagelines_video_poster',''),(14115,2976,'_pagelines_video_embed',''),(14116,2976,'_pagelines_audio_mp3',''),(14117,2976,'_pagelines_audio_ogg',''),(3600,1077,'_wp_attached_file','2014/03/47.jpg'),(3601,1077,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:202;s:6:\"height\";i:202;s:4:\"file\";s:14:\"2014/03/47.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:12:\"47-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:14:\"47-202x170.jpg\";s:5:\"width\";i:202;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:14:\"47-202x130.jpg\";s:5:\"width\";i:202;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14136,2979,'_yoast_wpseo_metadesc','Treasuries were little changed ahead of the U.S. non-farm payrolls data due at 8:30 am ET. A Reuters poll predicts the world\'s largest economy added 180,000 jobs in July.'),(14137,2979,'_yoast_wpseo_linkdex','63'),(14141,2983,'_wp_attached_file','2016/08/traderoomsession.jpg'),(14142,2983,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:516;s:6:\"height\";i:224;s:4:\"file\";s:28:\"2016/08/traderoomsession.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"traderoomsession-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"traderoomsession-300x130.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:28:\"traderoomsession-500x224.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:28:\"traderoomsession-500x224.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1422991810;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3604,1079,'_wp_attached_file','2014/03/large_banner.png'),(3605,1079,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1427;s:6:\"height\";i:671;s:4:\"file\";s:24:\"2014/03/large_banner.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"large_banner-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"large_banner-300x141.png\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"large_banner-1024x481.png\";s:5:\"width\";i:1024;s:6:\"height\";i:481;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:24:\"large_banner-610x170.png\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:24:\"large_banner-290x130.png\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3606,1080,'_wp_attached_file','2014/03/Smart-Idea-150x150.png'),(3607,1080,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:30:\"2014/03/Smart-Idea-150x150.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Smart-Idea-150x150-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:30:\"Smart-Idea-150x150-150x130.png\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3608,1081,'_wp_attached_file','2014/03/ebook_optin_testimonial.jpg'),(3609,1081,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:35:\"2014/03/ebook_optin_testimonial.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"ebook_optin_testimonial-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:35:\"ebook_optin_testimonial-200x170.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:35:\"ebook_optin_testimonial-200x130.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14079,2970,'_pagelines_audio_mp3',''),(14070,2970,'_thumbnail_id','2971'),(14084,2970,'_pl_karma','1'),(14072,2970,'_pagelines_gallery_slider','off'),(14073,2970,'_pagelines_quote',''),(14074,2970,'_pagelines_link',''),(14075,2970,'_pagelines_video_m4v',''),(14076,2970,'_pagelines_video_ogv',''),(14077,2970,'_pagelines_video_poster',''),(14078,2970,'_pagelines_video_embed',''),(3612,1083,'_wp_attached_file','2014/03/back12.png'),(3613,1083,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:18:\"2014/03/back12.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"back12-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3614,1084,'_wp_attached_file','2014/03/arrows_set11.gif'),(3615,1084,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:387;s:6:\"height\";i:249;s:4:\"file\";s:24:\"2014/03/arrows_set11.gif\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"arrows_set11-80x80.gif\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"arrows_set11-300x193.gif\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/gif\";}s:8:\"featured\";a:4:{s:4:\"file\";s:24:\"arrows_set11-387x170.gif\";s:5:\"width\";i:387;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/gif\";}s:4:\"grid\";a:4:{s:4:\"file\";s:24:\"arrows_set11-290x130.gif\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3616,1085,'_wp_attached_file','2014/03/book2-cropped12.png'),(3617,1085,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:382;s:4:\"file\";s:27:\"2014/03/book2-cropped12.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"book2-cropped12-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"book2-cropped12-235x300.png\";s:5:\"width\";i:235;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:27:\"book2-cropped12-300x170.png\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:27:\"book2-cropped12-290x130.png\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3618,1086,'_wp_attached_file','2014/03/testimonial121.jpg'),(3619,1086,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:325;s:6:\"height\";i:322;s:4:\"file\";s:26:\"2014/03/testimonial121.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"testimonial121-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"testimonial121-300x297.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:297;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:26:\"testimonial121-325x170.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:26:\"testimonial121-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3620,1087,'_wp_attached_file','2014/03/Window_and_JD.jpg'),(3621,1087,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:205;s:4:\"file\";s:25:\"2014/03/Window_and_JD.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Window_and_JD-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:25:\"Window_and_JD-270x170.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:25:\"Window_and_JD-270x130.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3624,1089,'_wp_attached_file','2014/03/dark-book1.jpg'),(3625,1089,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:178;s:6:\"height\";i:178;s:4:\"file\";s:22:\"2014/03/dark-book1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dark-book1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:22:\"dark-book1-178x170.jpg\";s:5:\"width\";i:178;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:22:\"dark-book1-178x130.jpg\";s:5:\"width\";i:178;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14062,2966,'_yoast_wpseo_metadesc','European bank stocks declined, tempering gains in global equity indexes, amid investor skepticism over the usefulness of stress-test results and weaker oil prices.'),(14063,2966,'_yoast_wpseo_linkdex','68'),(14066,2970,'_edit_lock','1470222111:2'),(14067,2970,'_edit_last','2'),(14068,2971,'_wp_attached_file','2016/08/trade-gold.jpg'),(14069,2971,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:416;s:6:\"height\";i:151;s:4:\"file\";s:22:\"2016/08/trade-gold.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"trade-gold-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"trade-gold-300x108.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1470118865;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14061,2966,'_yoast_wpseo_focuskw','live trading room'),(14027,2962,'_yoast_wpseo_linkdex','68'),(14039,2964,'_pagelines_audio_ogg',''),(14040,2964,'_pl_karma','1'),(14041,2964,'_thumbnail_id','2239'),(14047,2966,'_edit_lock','1470133975:2'),(14043,2964,'_wp_old_slug','week-ahead-global-markets'),(14044,2964,'_yoast_wpseo_focuskw','week ahead'),(14045,2964,'_yoast_wpseo_metadesc','Volatility came back to the financial markets, sparked by the US Federal Reserve and Bank of Japan policy statements and corporate earnings reports.'),(14046,2964,'_yoast_wpseo_linkdex','70'),(14048,2966,'_edit_last','2'),(14050,2966,'_thumbnail_id','899'),(14064,2966,'_pl_karma','1'),(14052,2966,'_pagelines_gallery_slider','off'),(14053,2966,'_pagelines_quote',''),(14054,2966,'_pagelines_link',''),(14055,2966,'_pagelines_video_m4v',''),(14056,2966,'_pagelines_video_ogv',''),(14057,2966,'_pagelines_video_poster',''),(14058,2966,'_pagelines_video_embed',''),(14059,2966,'_pagelines_audio_mp3',''),(14060,2966,'_pagelines_audio_ogg',''),(3632,1093,'_wp_attached_file','2014/03/sarah_williams1-300x293.jpg'),(3633,1093,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:293;s:4:\"file\";s:35:\"2014/03/sarah_williams1-300x293.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"sarah_williams1-300x293-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:35:\"sarah_williams1-300x293-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:35:\"sarah_williams1-300x293-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3634,1094,'_wp_attached_file','2014/03/template_lp1.jpg'),(3635,1094,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:24:\"2014/03/template_lp1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"template_lp1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:24:\"template_lp1-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:24:\"template_lp1-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14099,2973,'_yoast_wpseo_metadesc','U.S. oil inventories dropped by 1.34 million barrels and gasoline stockpiles fell, the American Petroleum Institute was said to have reported.'),(14100,2973,'_yoast_wpseo_linkdex','69'),(14103,2976,'_edit_lock','1470390676:2'),(14104,2976,'_edit_last','2'),(14105,2977,'_wp_attached_file','2016/08/trade-british-pound.jpg'),(14106,2977,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:543;s:6:\"height\";i:128;s:4:\"file\";s:31:\"2016/08/trade-british-pound.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"trade-british-pound-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"trade-british-pound-300x70.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:31:\"trade-british-pound-500x128.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:31:\"trade-british-pound-500x128.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1470289960;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3640,1097,'_wp_attached_file','2014/03/im_classic_4.jpg'),(3641,1097,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:203;s:4:\"file\";s:24:\"2014/03/im_classic_4.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"im_classic_4-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:24:\"im_classic_4-250x170.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:24:\"im_classic_4-250x130.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14098,2973,'_yoast_wpseo_focuskw','crude oil futures'),(14089,2973,'_pagelines_gallery_slider','off'),(14090,2973,'_pagelines_quote',''),(14091,2973,'_pagelines_link',''),(14092,2973,'_pagelines_video_m4v',''),(14093,2973,'_pagelines_video_ogv',''),(14094,2973,'_pagelines_video_poster',''),(14095,2973,'_pagelines_video_embed',''),(14096,2973,'_pagelines_audio_mp3',''),(14097,2973,'_pagelines_audio_ogg',''),(3644,1099,'_wp_attached_file','2014/03/preview.jpg'),(3645,1099,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:348;s:6:\"height\";i:195;s:4:\"file\";s:19:\"2014/03/preview.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"preview-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"preview-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:19:\"preview-348x170.jpg\";s:5:\"width\";i:348;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:19:\"preview-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3646,1100,'_wp_attached_file','2014/03/clean_short_lp1.jpg'),(3647,1100,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:27:\"2014/03/clean_short_lp1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"clean_short_lp1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:27:\"clean_short_lp1-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:27:\"clean_short_lp1-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14152,2988,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:562;s:6:\"height\";i:164;s:4:\"file\";s:26:\"2016/08/bequickbesmart.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"bequickbesmart-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"bequickbesmart-300x87.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:87;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:26:\"bequickbesmart-500x164.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:26:\"bequickbesmart-500x164.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1397329033;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14151,2988,'_wp_attached_file','2016/08/bequickbesmart.jpg'),(3650,1102,'_wp_attached_file','2014/03/back11.png'),(3651,1102,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:18:\"2014/03/back11.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"back11-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3652,1103,'_wp_attached_file','2014/03/download_template2.jpg'),(3653,1103,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:30:\"2014/03/download_template2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"download_template2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:30:\"download_template2-200x170.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:30:\"download_template2-200x130.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14101,2973,'_pl_karma','1'),(14080,2970,'_pagelines_audio_ogg',''),(14081,2970,'_yoast_wpseo_focuskw','gold futures'),(14082,2970,'_yoast_wpseo_metadesc','Gold headed for its longest stretch of gains since early July, advancing 0.4 percent. Silver also rallied.'),(14083,2970,'_yoast_wpseo_linkdex','72'),(14085,2973,'_edit_lock','1470305265:2'),(14086,2973,'_edit_last','2'),(14087,2973,'_thumbnail_id','2945'),(3656,1105,'_wp_attached_file','2014/03/format_pdf11.png'),(3657,1105,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:128;s:6:\"height\";i:128;s:4:\"file\";s:24:\"2014/03/format_pdf11.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"format_pdf11-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3658,1106,'_wp_attached_file','2014/03/chrome112.png'),(3659,1106,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:61;s:6:\"height\";i:61;s:4:\"file\";s:21:\"2014/03/chrome112.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3660,1107,'_wp_attached_file','2014/03/firefox12.png'),(3661,1107,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:63;s:6:\"height\";i:61;s:4:\"file\";s:21:\"2014/03/firefox12.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3662,1108,'_wp_attached_file','2014/03/safari112.png'),(3663,1108,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:55;s:6:\"height\";i:61;s:4:\"file\";s:21:\"2014/03/safari112.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3664,1109,'_wp_attached_file','2014/03/ie112.png'),(3665,1109,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:58;s:6:\"height\";i:61;s:4:\"file\";s:17:\"2014/03/ie112.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3666,1110,'_wp_attached_file','2014/03/webinar2_image.jpg'),(3667,1110,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:182;s:6:\"height\";i:162;s:4:\"file\";s:26:\"2014/03/webinar2_image.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"webinar2_image-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:26:\"webinar2_image-182x130.jpg\";s:5:\"width\";i:182;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(12670,2638,'_wp_attached_file','2015/12/russell-3-12-2.jpg'),(12671,2638,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1183;s:6:\"height\";i:461;s:4:\"file\";s:26:\"2015/12/russell-3-12-2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"russell-3-12-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"russell-3-12-2-300x116.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"russell-3-12-2-1024x399.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:26:\"russell-3-12-2-500x461.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:27:\"russell-3-12-2-1000x461.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:26:\"russell-3-12-2-500x461.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"big-thumb\";a:4:{s:4:\"file\";s:27:\"russell-3-12-2-1000x461.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1449058292;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3670,1112,'_wp_attached_file','2014/03/person1211.jpg'),(3671,1112,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:149;s:6:\"height\";i:146;s:4:\"file\";s:22:\"2014/03/person1211.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"person1211-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:22:\"person1211-149x130.jpg\";s:5:\"width\";i:149;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3672,1113,'_wp_attached_file','2014/03/flat_style1.jpg'),(3673,1113,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:180;s:6:\"height\";i:180;s:4:\"file\";s:23:\"2014/03/flat_style1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"flat_style1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:23:\"flat_style1-180x170.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:23:\"flat_style1-180x130.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3676,1115,'_wp_attached_file','2014/03/large_banner1.png'),(3677,1115,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1427;s:6:\"height\";i:671;s:4:\"file\";s:25:\"2014/03/large_banner1.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"large_banner1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"large_banner1-300x141.png\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"large_banner1-1024x481.png\";s:5:\"width\";i:1024;s:6:\"height\";i:481;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:25:\"large_banner1-610x170.png\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:25:\"large_banner1-290x130.png\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3678,1116,'_wp_attached_file','2014/03/screenshot-mockup1.png'),(3679,1116,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:760;s:6:\"height\";i:602;s:4:\"file\";s:30:\"2014/03/screenshot-mockup1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"screenshot-mockup1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"screenshot-mockup1-300x237.png\";s:5:\"width\";i:300;s:6:\"height\";i:237;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:30:\"screenshot-mockup1-610x170.png\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:30:\"screenshot-mockup1-290x130.png\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3680,1117,'_wp_attached_file','2014/03/group1.png'),(3681,1117,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:812;s:6:\"height\";i:388;s:4:\"file\";s:18:\"2014/03/group1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"group1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"group1-300x143.png\";s:5:\"width\";i:300;s:6:\"height\";i:143;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:18:\"group1-610x170.png\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:18:\"group1-290x130.png\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3682,1118,'_wp_attached_file','2014/03/Market-Research.png'),(3683,1118,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:27:\"2014/03/Market-Research.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Market-Research-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:27:\"Market-Research-256x170.png\";s:5:\"width\";i:256;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:27:\"Market-Research-256x130.png\";s:5:\"width\";i:256;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14026,2962,'_yoast_wpseo_metadesc','Facebook jumped 4.8 percent in early New York trading. Second-quarter revenue and user growth that exceeded analysts estimates after markets in the U.S. closed.'),(14012,2962,'_edit_lock','1470048265:2'),(14013,2962,'_edit_last','2'),(14014,2962,'_thumbnail_id','2768'),(14028,2962,'_pl_karma','0'),(14016,2962,'_pagelines_gallery_slider','off'),(14017,2962,'_pagelines_quote',''),(14018,2962,'_pagelines_link',''),(14019,2962,'_pagelines_video_m4v',''),(14020,2962,'_pagelines_video_ogv',''),(14021,2962,'_pagelines_video_poster',''),(14022,2962,'_pagelines_video_embed',''),(14023,2962,'_pagelines_audio_mp3',''),(14024,2962,'_pagelines_audio_ogg',''),(14025,2962,'_yoast_wpseo_focuskw','live trading room'),(3686,1120,'_wp_attached_file','2014/03/Video-Marketing.png'),(3687,1120,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:27:\"2014/03/Video-Marketing.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Video-Marketing-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:27:\"Video-Marketing-256x170.png\";s:5:\"width\";i:256;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:27:\"Video-Marketing-256x130.png\";s:5:\"width\";i:256;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(13980,2955,'_pagelines_link',''),(13960,2944,'_pagelines_video_ogv',''),(13961,2944,'_pagelines_video_poster',''),(13962,2944,'_pagelines_video_embed',''),(13963,2944,'_pagelines_audio_mp3',''),(13964,2944,'_pagelines_audio_ogg',''),(13965,2944,'_yoast_wpseo_focuskw','crude oil'),(13966,2944,'_yoast_wpseo_linkdex','75'),(13969,2944,'_pl_karma','0'),(13968,2944,'_yoast_wpseo_metadesc','Oil prices fell on the first day of trade, holding near two-month lows.'),(13976,2955,'_edit_lock','1469616919:2'),(13977,2955,'_edit_last','2'),(13978,2955,'_pagelines_gallery_slider','off'),(13979,2955,'_pagelines_quote',''),(14029,2964,'_edit_lock','1470601394:2'),(14030,2964,'_edit_last','2'),(14031,2964,'_pagelines_gallery_slider','off'),(14032,2964,'_pagelines_quote',''),(14033,2964,'_pagelines_link',''),(14034,2964,'_pagelines_video_m4v',''),(14035,2964,'_pagelines_video_ogv',''),(14036,2964,'_pagelines_video_poster',''),(14037,2964,'_pagelines_video_embed',''),(3692,1123,'_wp_attached_file','2014/03/im_classic_1-e1374154841969.jpg'),(3693,1123,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:204;s:4:\"file\";s:39:\"2014/03/im_classic_1-e1374154841969.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"im_classic_1-e1374154841969-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:39:\"im_classic_1-e1374154841969-250x170.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:39:\"im_classic_1-e1374154841969-250x130.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3696,1125,'_wp_attached_file','2014/03/Window_and_JD_TEMPLATE.jpg'),(3697,1125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:190;s:4:\"file\";s:34:\"2014/03/Window_and_JD_TEMPLATE.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Window_and_JD_TEMPLATE-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:34:\"Window_and_JD_TEMPLATE-250x170.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:34:\"Window_and_JD_TEMPLATE-250x130.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14156,2990,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:876;s:6:\"height\";i:200;s:4:\"file\";s:20:\"2016/08/rqbanner.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"rqbanner-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"rqbanner-300x68.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:20:\"rqbanner-500x200.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:20:\"rqbanner-500x200.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3700,1127,'_wp_attached_file','2014/03/book2-cropped-235x3001.png'),(3701,1127,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:235;s:6:\"height\";i:300;s:4:\"file\";s:34:\"2014/03/book2-cropped-235x3001.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"book2-cropped-235x3001-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:34:\"book2-cropped-235x3001-235x170.png\";s:5:\"width\";i:235;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:34:\"book2-cropped-235x3001-235x130.png\";s:5:\"width\";i:235;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14155,2990,'_wp_attached_file','2016/08/rqbanner.jpg'),(14006,2959,'_pagelines_audio_mp3',''),(13993,2955,'_yoast_wpseo_metadesc','The yen rose against all of its 31 major peers as Finance Minister Taro Aso damped speculation of an immediate boost to fiscal stimulus.'),(13994,2955,'_yoast_wpseo_linkdex','67'),(13996,2959,'_edit_last','2'),(13997,2959,'_thumbnail_id','2716'),(14011,2959,'_pl_karma','0'),(13999,2959,'_pagelines_gallery_slider','off'),(14000,2959,'_pagelines_quote',''),(14001,2959,'_pagelines_link',''),(14002,2959,'_pagelines_video_m4v',''),(14003,2959,'_pagelines_video_ogv',''),(14004,2959,'_pagelines_video_poster',''),(14005,2959,'_pagelines_video_embed',''),(12738,2676,'_pagelines_video_ogv',''),(12685,2637,'_thumbnail_id','1513'),(12691,2648,'_edit_lock','1449089864:2'),(12687,2637,'_yoast_wpseo_focuskw','algorithmic trading'),(12688,2637,'_yoast_wpseo_metadesc','Automated trading systems for the futures market for major asset classes including stocks, bonds, commodities and currencies.'),(12689,2637,'_yoast_wpseo_linkdex','71'),(12690,2637,'_wp_old_slug','room-room-automated-trading'),(12692,2648,'_edit_last','2'),(12693,2648,'_pagelines_gallery_slider','off'),(12694,2648,'_pagelines_quote',''),(12695,2648,'_pagelines_link',''),(12696,2648,'_pagelines_video_m4v',''),(12697,2648,'_pagelines_video_ogv',''),(12698,2648,'_pagelines_video_poster',''),(12699,2648,'_pagelines_video_embed',''),(12700,2648,'_pagelines_audio_mp3',''),(12701,2648,'_pagelines_audio_ogg',''),(12702,2648,'_pl_karma','0'),(12775,2688,'_edit_last','2'),(12774,2688,'_edit_lock','1450214348:2'),(12705,2652,'_edit_lock','1476033386:2'),(12706,2652,'_edit_last','2'),(12707,2652,'_pagelines_gallery_slider','off'),(12708,2652,'_pagelines_quote',''),(12709,2652,'_pagelines_link',''),(12710,2652,'_pagelines_video_m4v',''),(12711,2652,'_pagelines_video_ogv',''),(12712,2652,'_pagelines_video_poster',''),(12713,2652,'_pagelines_video_embed',''),(12714,2652,'_pagelines_audio_mp3',''),(12715,2652,'_pagelines_audio_ogg',''),(12716,2652,'_pl_karma','0'),(12717,2654,'_wp_attached_file','2015/12/CL-2-lots-12-2.pdf'),(12718,2655,'_wp_attached_file','2015/12/CL-2-lots-12-21.pdf'),(12719,2661,'_wp_attached_file','2015/12/Weekly-Returns-CL2.pdf'),(12728,2652,'_thumbnail_id','2314'),(12721,2652,'_yoast_wpseo_focuskw','Trading Sysems'),(12722,2652,'_yoast_wpseo_metadesc','The RQ Einstein is a quantitative model designed for specific assignments, such as to exploit short-lived trading opportunities.'),(12723,2652,'_yoast_wpseo_linkdex','66'),(12730,2676,'_edit_lock','1449489229:2'),(12731,2676,'_edit_last','2'),(12732,2676,'_thumbnail_id','1724'),(12746,2676,'_pl_karma','0'),(12734,2676,'_pagelines_gallery_slider','off'),(12735,2676,'_pagelines_quote',''),(12736,2676,'_pagelines_link',''),(12737,2676,'_pagelines_video_m4v',''),(3716,1135,'_wp_attached_file','2014/03/webinar3_image.jpg'),(3717,1135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:214;s:6:\"height\";i:198;s:4:\"file\";s:26:\"2014/03/webinar3_image.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"webinar3_image-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:26:\"webinar3_image-214x170.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:26:\"webinar3_image-214x130.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(12745,2676,'_yoast_wpseo_linkdex','50'),(12739,2676,'_pagelines_video_poster',''),(12740,2676,'_pagelines_video_embed',''),(12741,2676,'_pagelines_audio_mp3',''),(12742,2676,'_pagelines_audio_ogg',''),(12743,2676,'_yoast_wpseo_focuskw','live trading room'),(12744,2676,'_yoast_wpseo_metadesc','The Trading Room® TradeLAB live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader.'),(14153,2989,'_wp_attached_file','2016/08/rqglassofficesnip.jpg'),(14154,2989,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:903;s:6:\"height\";i:583;s:4:\"file\";s:29:\"2016/08/rqglassofficesnip.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"rqglassofficesnip-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"rqglassofficesnip-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:29:\"rqglassofficesnip-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:29:\"rqglassofficesnip-903x500.jpg\";s:5:\"width\";i:903;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:29:\"rqglassofficesnip-500x583.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:583;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1394284259;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3722,1138,'_wp_attached_file','2014/03/landingpage_with_video2.jpg'),(3723,1138,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:35:\"2014/03/landingpage_with_video2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"landingpage_with_video2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:35:\"landingpage_with_video2-200x170.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:35:\"landingpage_with_video2-200x130.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(12747,2678,'_wp_attached_file','2015/12/Einstein-ES-1.0-10k-Summary.pdf'),(12748,2679,'_wp_attached_file','2015/12/Einstein-III-ES-2.0-20k-Summary.pdf'),(12749,2680,'_wp_attached_file','2015/12/Einstein-ES-1.0-10k-Summary1.pdf'),(12751,2682,'_edit_lock','1449743100:2'),(12752,2682,'_edit_last','2'),(12753,2683,'_wp_attached_file','2015/12/Einstein-III-art.jpg'),(12754,2683,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:534;s:6:\"height\";i:137;s:4:\"file\";s:28:\"2015/12/Einstein-III-art.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Einstein-III-art-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Einstein-III-art-300x76.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:28:\"Einstein-III-art-500x137.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:28:\"Einstein-III-art-500x137.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1449685180;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(12683,2640,'_wp_attached_file','2015/12/pl-ninja-122.jpg'),(12673,2637,'_pagelines_gallery_slider','off'),(12674,2637,'_pagelines_quote',''),(12675,2637,'_pagelines_link',''),(12676,2637,'_pagelines_video_m4v',''),(12677,2637,'_pagelines_video_ogv',''),(12678,2637,'_pagelines_video_poster',''),(12679,2637,'_pagelines_video_embed',''),(12680,2637,'_pagelines_audio_mp3',''),(12681,2637,'_pagelines_audio_ogg',''),(12682,2637,'_pl_karma','0'),(12684,2640,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1038;s:6:\"height\";i:442;s:4:\"file\";s:24:\"2015/12/pl-ninja-122.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"pl-ninja-122-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"pl-ninja-122-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"pl-ninja-122-1024x436.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:436;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:24:\"pl-ninja-122-500x442.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:442;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:25:\"pl-ninja-122-1000x442.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:442;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:24:\"pl-ninja-122-500x442.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:442;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"big-thumb\";a:4:{s:4:\"file\";s:25:\"pl-ninja-122-1000x442.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:442;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1449059092;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3732,1143,'_wp_attached_file','2014/03/Team11.png'),(3733,1143,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:18:\"2014/03/Team11.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Team11-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:18:\"Team11-150x130.png\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(13959,2944,'_pagelines_video_m4v',''),(13955,2944,'_thumbnail_id','2945'),(13956,2944,'_pagelines_gallery_slider','off'),(13957,2944,'_pagelines_quote',''),(13958,2944,'_pagelines_link',''),(12762,2682,'_pagelines_video_poster',''),(12770,2685,'_wp_attached_file','2015/12/Einstein-III-art1.jpg'),(12769,2682,'_pl_karma','0'),(12757,2682,'_pagelines_gallery_slider','off'),(12758,2682,'_pagelines_quote',''),(12759,2682,'_pagelines_link',''),(12760,2682,'_pagelines_video_m4v',''),(12761,2682,'_pagelines_video_ogv',''),(3738,1146,'_wp_attached_file','2014/03/facebook_icon11.gif'),(3739,1146,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:48;s:6:\"height\";i:48;s:4:\"file\";s:27:\"2014/03/facebook_icon11.gif\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14010,2959,'_yoast_wpseo_linkdex','72'),(14007,2959,'_pagelines_audio_ogg',''),(14008,2959,'_yoast_wpseo_focuskw','live trading room'),(14009,2959,'_yoast_wpseo_metadesc','Nasdaq 100 futures expiring in September climbed 0.7 percent, while contracts on the S&P 500 Index added 0.2 percent, with the gauge near a record.'),(3744,1149,'_wp_attached_file','2014/03/youtube_icon11.gif'),(3745,1149,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:48;s:6:\"height\";i:48;s:4:\"file\";s:26:\"2014/03/youtube_icon11.gif\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3746,1150,'_wp_attached_file','2014/03/48-2.jpg'),(3747,1150,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:189;s:6:\"height\";i:189;s:4:\"file\";s:16:\"2014/03/48-2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"48-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:16:\"48-2-189x170.jpg\";s:5:\"width\";i:189;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:16:\"48-2-189x130.jpg\";s:5:\"width\";i:189;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(12763,2682,'_pagelines_video_embed',''),(12764,2682,'_pagelines_audio_mp3',''),(12765,2682,'_pagelines_audio_ogg',''),(12766,2682,'_yoast_wpseo_focuskw','automated trading systems'),(12767,2682,'_yoast_wpseo_metadesc','You’ve heard the recent buzz in the Trading Room about our newest strategy and now it is officially here!'),(12768,2682,'_yoast_wpseo_linkdex','51'),(12771,2685,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:534;s:6:\"height\";i:137;s:4:\"file\";s:29:\"2015/12/Einstein-III-art1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Einstein-III-art1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Einstein-III-art1-300x76.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:29:\"Einstein-III-art1-500x137.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:29:\"Einstein-III-art1-500x137.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1449685180;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(13981,2955,'_pagelines_video_m4v',''),(13982,2955,'_pagelines_video_ogv',''),(13983,2955,'_pagelines_video_poster',''),(13984,2955,'_pagelines_video_embed',''),(13985,2955,'_pagelines_audio_mp3',''),(13986,2955,'_pagelines_audio_ogg',''),(13987,2955,'_pl_karma','0'),(13988,2957,'_wp_attached_file','2016/07/japanese-yen-pic.jpg'),(13989,2957,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:436;s:6:\"height\";i:191;s:4:\"file\";s:28:\"2016/07/japanese-yen-pic.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"japanese-yen-pic-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"japanese-yen-pic-300x131.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1469517328;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(13990,2955,'_thumbnail_id','2957'),(13995,2959,'_edit_lock','1469704462:2'),(13992,2955,'_yoast_wpseo_focuskw','live trading room'),(3754,1154,'_wp_attached_file','2014/03/Membership_Course_Classroom_Style.jpg'),(3755,1154,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:219;s:6:\"height\";i:189;s:4:\"file\";s:45:\"2014/03/Membership_Course_Classroom_Style.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Membership_Course_Classroom_Style-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:45:\"Membership_Course_Classroom_Style-219x170.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:45:\"Membership_Course_Classroom_Style-219x130.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14161,2992,'_pagelines_gallery_slider','off'),(14159,2992,'_edit_lock','1470601508:2'),(14160,2992,'_edit_last','2'),(3758,1156,'_wp_attached_file','2014/03/features_salespage.jpg'),(3759,1156,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:30:\"2014/03/features_salespage.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"features_salespage-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:30:\"features_salespage-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:30:\"features_salespage-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14157,2991,'_wp_attached_file','2016/08/joeandcelebs2.jpg'),(14158,2991,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:668;s:6:\"height\";i:129;s:4:\"file\";s:25:\"2016/08/joeandcelebs2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"joeandcelebs2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"joeandcelebs2-300x57.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:57;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:25:\"joeandcelebs2-500x129.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:25:\"joeandcelebs2-500x129.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1392656619;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3762,1158,'_wp_attached_file','2014/03/screenshots_1_sliced11.png'),(3763,1158,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1300;s:6:\"height\";i:421;s:4:\"file\";s:34:\"2014/03/screenshots_1_sliced11.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"screenshots_1_sliced11-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"screenshots_1_sliced11-300x97.png\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"screenshots_1_sliced11-1024x331.png\";s:5:\"width\";i:1024;s:6:\"height\";i:331;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:34:\"screenshots_1_sliced11-610x170.png\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:34:\"screenshots_1_sliced11-290x130.png\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3764,1159,'_wp_attached_file','2014/03/salespage_with_lightbox.jpg'),(3765,1159,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:35:\"2014/03/salespage_with_lightbox.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"salespage_with_lightbox-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:35:\"salespage_with_lightbox-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:35:\"salespage_with_lightbox-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14187,2994,'_pl_karma','1'),(14162,2992,'_pagelines_quote',''),(14163,2992,'_pagelines_link',''),(14164,2992,'_pagelines_video_m4v',''),(14165,2992,'_pagelines_video_ogv',''),(14166,2992,'_pagelines_video_poster',''),(14167,2992,'_pagelines_video_embed',''),(14168,2992,'_pagelines_audio_mp3',''),(14169,2992,'_pagelines_audio_ogg',''),(14170,2992,'_pl_karma','0'),(14171,2994,'_edit_lock','1471193902:2'),(14172,2994,'_edit_last','2'),(14173,2994,'_thumbnail_id','2989'),(3768,1161,'_wp_attached_file','2014/03/aaa12.jpg'),(3769,1161,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1137;s:6:\"height\";i:607;s:4:\"file\";s:17:\"2014/03/aaa12.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"aaa12-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"aaa12-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"aaa12-1024x546.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:17:\"aaa12-610x170.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:17:\"aaa12-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3770,1162,'_wp_attached_file','2014/03/Responsive-Design2.png'),(3771,1162,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:30:\"2014/03/Responsive-Design2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Responsive-Design2-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:30:\"Responsive-Design2-256x170.png\";s:5:\"width\";i:256;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:30:\"Responsive-Design2-256x130.png\";s:5:\"width\";i:256;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3772,1163,'_wp_attached_file','2014/03/Video-Marketing12.png'),(3773,1163,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:29:\"2014/03/Video-Marketing12.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Video-Marketing12-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:29:\"Video-Marketing12-256x170.png\";s:5:\"width\";i:256;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:29:\"Video-Marketing12-256x130.png\";s:5:\"width\";i:256;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3774,1164,'_wp_attached_file','2014/03/landingpage_with_video_content.jpg'),(3775,1164,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:42:\"2014/03/landingpage_with_video_content.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"landingpage_with_video_content-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:42:\"landingpage_with_video_content-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:42:\"landingpage_with_video_content-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14192,2998,'_wp_attached_file','2016/08/newpic2.jpg'),(14193,2998,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:540;s:6:\"height\";i:131;s:4:\"file\";s:19:\"2016/08/newpic2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"newpic2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"newpic2-300x72.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:19:\"newpic2-500x131.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:19:\"newpic2-500x131.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1470729797;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3778,1166,'_wp_attached_file','2014/03/sales_booksales.jpg'),(3779,1166,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:27:\"2014/03/sales_booksales.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"sales_booksales-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:27:\"sales_booksales-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:27:\"sales_booksales-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14190,2997,'_wp_attached_file','2016/08/newartblog.jpg'),(14191,2997,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:510;s:6:\"height\";i:135;s:4:\"file\";s:22:\"2016/08/newartblog.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"newartblog-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"newartblog-300x79.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:79;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:22:\"newartblog-500x135.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:22:\"newartblog-500x135.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1470729386;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3784,1169,'_wp_attached_file','2014/03/sarah_williams1-300x2931.jpg'),(3785,1169,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:293;s:4:\"file\";s:36:\"2014/03/sarah_williams1-300x2931.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"sarah_williams1-300x2931-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:36:\"sarah_williams1-300x2931-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:36:\"sarah_williams1-300x2931-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3786,1170,'_wp_attached_file','2014/03/webinar5_image.jpg'),(3787,1170,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:191;s:6:\"height\";i:175;s:4:\"file\";s:26:\"2014/03/webinar5_image.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"webinar5_image-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:26:\"webinar5_image-191x170.jpg\";s:5:\"width\";i:191;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:26:\"webinar5_image-191x130.jpg\";s:5:\"width\";i:191;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14213,3002,'_edit_lock','1476032991:2'),(14214,3002,'_edit_last','2'),(14215,3003,'_wp_attached_file','2016/08/cl-trades-chart-8-10.jpg'),(14216,3003,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:599;s:6:\"height\";i:357;s:4:\"file\";s:32:\"2016/08/cl-trades-chart-8-10.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"cl-trades-chart-8-10-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"cl-trades-chart-8-10-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:32:\"cl-trades-chart-8-10-500x357.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:32:\"cl-trades-chart-8-10-500x357.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1470840917;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3790,1172,'_wp_attached_file','2014/03/person1213.jpg'),(3791,1172,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:149;s:6:\"height\";i:146;s:4:\"file\";s:22:\"2014/03/person1213.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"person1213-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:22:\"person1213-149x130.jpg\";s:5:\"width\";i:149;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3792,1173,'_wp_attached_file','2014/03/461.jpg'),(3793,1173,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:211;s:6:\"height\";i:211;s:4:\"file\";s:15:\"2014/03/461.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"461-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:15:\"461-211x170.jpg\";s:5:\"width\";i:211;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:15:\"461-211x130.jpg\";s:5:\"width\";i:211;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14217,3002,'_thumbnail_id','1513'),(3796,1175,'_wp_attached_file','2014/03/Smart-Idea1.png'),(3797,1175,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:630;s:6:\"height\";i:630;s:4:\"file\";s:23:\"2014/03/Smart-Idea1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Smart-Idea1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Smart-Idea1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:23:\"Smart-Idea1-610x170.png\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:23:\"Smart-Idea1-290x130.png\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14194,2999,'_edit_lock','1470912569:2'),(14195,2999,'_edit_last','2'),(14196,2999,'_thumbnail_id','2811'),(14210,2999,'_pl_karma','0'),(14198,2999,'_pagelines_gallery_slider','off'),(14199,2999,'_pagelines_quote',''),(14200,2999,'_pagelines_link',''),(14201,2999,'_pagelines_video_m4v',''),(14202,2999,'_pagelines_video_ogv',''),(14203,2999,'_pagelines_video_poster',''),(14204,2999,'_pagelines_video_embed',''),(14205,2999,'_pagelines_audio_mp3',''),(14206,2999,'_pagelines_audio_ogg',''),(14207,2999,'_yoast_wpseo_focuskw','currencies'),(14208,2999,'_yoast_wpseo_metadesc','The US Dollar fell 0.5 percent during the overnight trading session. New Zealand’s dollar strengthened 0.9 percent, while Australia’s currency advanced 0.6 percent.'),(14189,2996,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:621;s:6:\"height\";i:150;s:4:\"file\";s:33:\"2016/08/tradingroomrankingart.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"tradingroomrankingart-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"tradingroomrankingart-300x72.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:33:\"tradingroomrankingart-500x150.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:33:\"tradingroomrankingart-500x150.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1470596140;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14185,2994,'_yoast_wpseo_metadesc','In the week ahead I will focus on the consumer with US retail sales data and earnings reports from the consumer sector including department stores.'),(14186,2994,'_yoast_wpseo_linkdex','80'),(14188,2996,'_wp_attached_file','2016/08/tradingroomrankingart.jpg'),(3806,1180,'_wp_attached_file','2014/03/clean_video_lp2.jpg'),(3807,1180,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:27:\"2014/03/clean_video_lp2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"clean_video_lp2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:27:\"clean_video_lp2-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:27:\"clean_video_lp2-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14184,2994,'_yoast_wpseo_focuskw','week ahead'),(14175,2994,'_pagelines_gallery_slider','off'),(14176,2994,'_pagelines_quote',''),(14177,2994,'_pagelines_link',''),(14178,2994,'_pagelines_video_m4v',''),(14179,2994,'_pagelines_video_ogv',''),(14180,2994,'_pagelines_video_poster',''),(14181,2994,'_pagelines_video_embed',''),(14182,2994,'_pagelines_audio_mp3',''),(14183,2994,'_pagelines_audio_ogg',''),(3810,1182,'_wp_attached_file','2014/03/large_banner11.png'),(3811,1182,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1427;s:6:\"height\";i:671;s:4:\"file\";s:26:\"2014/03/large_banner11.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"large_banner11-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"large_banner11-300x141.png\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"large_banner11-1024x481.png\";s:5:\"width\";i:1024;s:6:\"height\";i:481;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:26:\"large_banner11-610x170.png\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:26:\"large_banner11-290x130.png\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(13949,2943,'_wp_attached_file','2016/07/tradingroomandawardpics.jpg'),(13950,2943,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:499;s:6:\"height\";i:126;s:4:\"file\";s:35:\"2016/07/tradingroomandawardpics.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"tradingroomandawardpics-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"tradingroomandawardpics-300x75.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1427998019;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(13951,2944,'_edit_lock','1469699323:2'),(13952,2944,'_edit_last','2'),(13953,2945,'_wp_attached_file','2016/07/trade-crude-oil-futures.jpg'),(13954,2945,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:561;s:6:\"height\";i:250;s:4:\"file\";s:35:\"2016/07/trade-crude-oil-futures.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"trade-crude-oil-futures-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"trade-crude-oil-futures-300x133.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:35:\"trade-crude-oil-futures-500x250.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:35:\"trade-crude-oil-futures-500x250.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1469429452;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3816,1185,'_wp_attached_file','2014/03/download11.png'),(3817,1185,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:261;s:6:\"height\";i:218;s:4:\"file\";s:22:\"2014/03/download11.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"download11-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:22:\"download11-261x170.png\";s:5:\"width\";i:261;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:22:\"download11-261x130.png\";s:5:\"width\";i:261;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3820,1187,'_wp_attached_file','2014/03/firefox11.png'),(3821,1187,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:63;s:6:\"height\";i:61;s:4:\"file\";s:21:\"2014/03/firefox11.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3822,1188,'_wp_attached_file','2014/03/safari111.png'),(3823,1188,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:55;s:6:\"height\";i:61;s:4:\"file\";s:21:\"2014/03/safari111.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14209,2999,'_yoast_wpseo_linkdex','79'),(14211,3001,'_wp_attached_file','2016/08/mini8-10.jpg'),(14212,3001,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:471;s:6:\"height\";i:154;s:4:\"file\";s:20:\"2016/08/mini8-10.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"mini8-10-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"mini8-10-300x98.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:98;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1470840730;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3826,1190,'_yoast_wpseo_linkdex','78'),(3827,1190,'_edit_lock','1393871349:2'),(3828,1190,'_edit_last','2'),(3829,1190,'_yoast_wpseo_focuskw','quant trading'),(3830,1190,'_yoast_wpseo_title',''),(3831,1190,'_yoast_wpseo_metadesc','Quantitative trading is fast overtaking the global financial markets. Discover if quant trading is for you, it might not be as hard you think. Get the inside story from the experts on quant trading during an informative webinar this Tuesday evening. Reserve your spot by clicking below.'),(3832,1190,'_yoast_wpseo_meta-robots-noindex','0'),(3833,1190,'_yoast_wpseo_meta-robots-nofollow','0'),(3834,1190,'_yoast_wpseo_meta-robots-adv','none'),(3837,1190,'_yoast_wpseo_sitemap-html-include','-'),(3838,1190,'_yoast_wpseo_canonical',''),(3839,1190,'_yoast_wpseo_redirect',''),(3840,1190,'_yoast_wpseo_opengraph-description',''),(3841,1190,'_yoast_wpseo_google-plus-description',''),(3842,1190,'sfw_pwd','XbKwR3gIZEAF'),(3843,1192,'_wp_attached_file','2014/03/bull-run.jpg'),(3844,1192,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:587;s:6:\"height\";i:409;s:4:\"file\";s:20:\"2014/03/bull-run.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"bull-run-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"bull-run-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:20:\"bull-run-587x170.jpg\";s:5:\"width\";i:587;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:20:\"bull-run-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1393688729;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3845,1190,'_wpas_done_all','1'),(3847,1195,'_wp_attached_file','2014/03/rq-logo-black.jpg'),(3848,1195,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:531;s:6:\"height\";i:288;s:4:\"file\";s:25:\"2014/03/rq-logo-black.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"rq-logo-black-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"rq-logo-black-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:25:\"rq-logo-black-531x170.jpg\";s:5:\"width\";i:531;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:25:\"rq-logo-black-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3849,1196,'_optimizepress_pagebuilder','Y'),(3850,1196,'_optimizepress_page_thumbnail',''),(3851,1196,'_optimizepress_page_thumbnail_preset',''),(3852,1196,'_optimizepress_header_layout','s:804:\"a:10:{s:4:\"logo\";s:80:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark1011.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(3853,1196,'_optimizepress_membership',''),(3854,1196,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(3855,1196,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(3856,1196,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(3857,1196,'_optimizepress_footer_area','s:268:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(3858,1196,'_optimizepress_color_scheme_template',''),(3859,1196,'_optimizepress_typography','s:1106:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(3860,1196,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(3861,1196,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(3862,1196,'_optimizepress_seo','s:73:\"a:3:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";}\";'),(3863,1196,'_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),(3864,1196,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(3865,1196,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(3866,1196,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(3867,1196,'_optimizepress_one_time_offer','s:141:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:4:\"time\";a:4:{s:4:\"days\";s:0:\"\";s:5:\"hours\";s:0:\"\";s:7:\"minutes\";s:0:\"\";s:7:\"seconds\";s:0:\"\";}}\";'),(3868,1196,'_optimizepress_launch_gateway',''),(3869,1196,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"2\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(3870,1197,'_yoast_wpseo_linkdex','44'),(3871,1197,'_edit_lock','1393939958:2'),(3872,1197,'_edit_last','2'),(3873,1197,'_yoast_wpseo_focuskw','pre market stock trading'),(3874,1197,'_yoast_wpseo_title',''),(3875,1197,'_yoast_wpseo_metadesc','Pre-market report for the financial global markets including stocks, bonds, commodities and currencies.'),(3876,1197,'_yoast_wpseo_meta-robots-noindex','0'),(3877,1197,'_yoast_wpseo_meta-robots-nofollow','0'),(3878,1197,'_yoast_wpseo_meta-robots-adv','none'),(3881,1197,'_yoast_wpseo_sitemap-html-include','-'),(3882,1197,'_yoast_wpseo_canonical',''),(3883,1197,'_yoast_wpseo_redirect',''),(3884,1197,'_yoast_wpseo_opengraph-description',''),(3885,1197,'_yoast_wpseo_google-plus-description',''),(3886,1197,'sfw_pwd','aC6mBnLVAtGi'),(3887,1197,'_wpas_done_all','1'),(3889,1199,'_yoast_wpseo_linkdex','55'),(3890,1199,'_edit_lock','1396266565:2'),(3891,1199,'_edit_last','2'),(3892,1199,'_yoast_wpseo_focuskw','option traders'),(3893,1199,'_yoast_wpseo_title',''),(3894,1199,'_yoast_wpseo_metadesc','Is anxiety taking over your trading strategy? Discover a method to take the high-stress out of your trading experience. Get the know-how at our upcoming informative live trading webinar. We invite you to join in!'),(3895,1199,'_yoast_wpseo_meta-robots-noindex','0'),(3896,1199,'_yoast_wpseo_meta-robots-nofollow','0'),(3897,1199,'_yoast_wpseo_meta-robots-adv','none'),(3900,1199,'_yoast_wpseo_sitemap-html-include','-'),(3901,1199,'_yoast_wpseo_canonical',''),(3902,1199,'_yoast_wpseo_redirect',''),(3903,1199,'_yoast_wpseo_opengraph-description',''),(3904,1199,'_yoast_wpseo_google-plus-description',''),(3905,1199,'sfw_pwd','XZC2Dio1hNaO'),(3906,1201,'_wp_attached_file','2014/03/gld-option-trade1.jpg'),(3907,1201,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:331;s:6:\"height\";i:389;s:4:\"file\";s:29:\"2014/03/gld-option-trade1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"gld-option-trade1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"gld-option-trade1-255x300.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:29:\"gld-option-trade1-331x170.jpg\";s:5:\"width\";i:331;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:29:\"gld-option-trade1-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3908,1199,'_wpas_done_all','1'),(3911,1203,'_optimizepress_pagebuilder','Y'),(3910,1199,'_wp_old_slug','live-market-trading-stocketf-option-traders'),(3912,1203,'_optimizepress_page_thumbnail',''),(3913,1203,'_optimizepress_page_thumbnail_preset',''),(3914,1203,'_optimizepress_header_layout','s:802:\"a:10:{s:4:\"logo\";s:78:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark61.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(3915,1203,'_optimizepress_membership',''),(3916,1203,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(3917,1203,'_optimizepress_feature_area','s:94:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";s:1:\"1\";s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(3918,1203,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(3919,1203,'_optimizepress_footer_area','s:277:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:2:\"40\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:7:\"PT Sans\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(3920,1203,'_optimizepress_color_scheme_template',''),(3921,1203,'_optimizepress_typography','s:1121:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:7:\"PT Sans\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:6:\"Oswald\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:2:\"33\";s:4:\"font\";s:6:\"Oswald\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:6:\"Oswald\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(3922,1203,'_optimizepress_color_scheme_advanced','s:1819:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:6:\"center\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(3923,1203,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(3924,1203,'_optimizepress_seo','s:73:\"a:3:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";}\";'),(3925,1203,'_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),(3926,1203,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(3927,1203,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(3928,1203,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(3929,1203,'_optimizepress_one_time_offer','s:141:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:4:\"time\";a:4:{s:4:\"days\";s:0:\"\";s:5:\"hours\";s:0:\"\";s:7:\"minutes\";s:0:\"\";s:7:\"seconds\";s:0:\"\";}}\";'),(3930,1203,'_optimizepress_launch_gateway',''),(3931,1203,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"2\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(3932,1204,'_optimizepress_pagebuilder','Y'),(3933,1204,'_optimizepress_page_thumbnail',''),(3934,1204,'_optimizepress_page_thumbnail_preset',''),(3935,1204,'_optimizepress_header_layout','s:804:\"a:10:{s:4:\"logo\";s:80:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark1012.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(3936,1204,'_optimizepress_membership',''),(3937,1204,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(3938,1204,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(3939,1204,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(3940,1204,'_optimizepress_footer_area','s:268:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(3941,1204,'_optimizepress_color_scheme_template',''),(3942,1204,'_optimizepress_typography','s:1106:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(3943,1204,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(3944,1204,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(3945,1204,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(3946,1204,'_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),(3947,1204,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(3948,1204,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(3949,1204,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(3950,1204,'_optimizepress_one_time_offer','s:141:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:4:\"time\";a:4:{s:4:\"days\";s:0:\"\";s:5:\"hours\";s:0:\"\";s:7:\"minutes\";s:0:\"\";s:7:\"seconds\";s:0:\"\";}}\";'),(3951,1204,'_optimizepress_launch_gateway',''),(3952,1204,'_optimizepress_launch_funnel','s:143:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:0:\"\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(3953,1204,'sfw_pwd','RUtbU1TLhvY0'),(3954,1206,'_wp_attached_file','2014/03/bull-run1.jpg'),(3955,1206,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:587;s:6:\"height\";i:409;s:4:\"file\";s:21:\"2014/03/bull-run1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"bull-run1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"bull-run1-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"bull-run1-587x170.jpg\";s:5:\"width\";i:587;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:21:\"bull-run1-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1393688729;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3956,1207,'_wp_attached_file','2014/03/bull-run2.jpg'),(3957,1207,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:587;s:6:\"height\";i:409;s:4:\"file\";s:21:\"2014/03/bull-run2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"bull-run2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"bull-run2-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"bull-run2-587x170.jpg\";s:5:\"width\";i:587;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:21:\"bull-run2-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1393688729;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3958,1208,'_wp_attached_file','2014/03/bbc.jpg'),(3959,1208,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:336;s:6:\"height\";i:154;s:4:\"file\";s:15:\"2014/03/bbc.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"bbc-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"bbc-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:15:\"bbc-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3960,1209,'_wp_attached_file','2014/03/bbc1.jpg'),(3961,1209,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:336;s:6:\"height\";i:154;s:4:\"file\";s:16:\"2014/03/bbc1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"bbc1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"bbc1-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:16:\"bbc1-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3962,1210,'_wp_attached_file','2014/03/bbc2.jpg'),(3963,1210,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:336;s:6:\"height\";i:154;s:4:\"file\";s:16:\"2014/03/bbc2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"bbc2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"bbc2-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:16:\"bbc2-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3964,1210,'sfw_pwd','qwCncLQdo1o7'),(3965,1211,'_wp_attached_file','2014/03/bbc3.jpg'),(3966,1211,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:336;s:6:\"height\";i:154;s:4:\"file\";s:16:\"2014/03/bbc3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"bbc3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"bbc3-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:16:\"bbc3-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3967,1212,'_optimizepress_pagebuilder','Y'),(3968,1212,'_optimizepress_page_thumbnail',''),(3969,1212,'_optimizepress_page_thumbnail_preset',''),(3970,1212,'_optimizepress_header_layout','s:804:\"a:10:{s:4:\"logo\";s:80:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark1013.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(3971,1212,'_optimizepress_membership',''),(3972,1212,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(3973,1212,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(3974,1212,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(3975,1212,'_optimizepress_footer_area','s:268:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(3976,1212,'_optimizepress_color_scheme_template',''),(3977,1212,'_optimizepress_typography','s:1106:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(3978,1212,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(3979,1212,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(3980,1212,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(3981,1212,'_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),(3982,1212,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(3983,1212,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(3984,1212,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(3985,1212,'_optimizepress_one_time_offer','s:141:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:4:\"time\";a:4:{s:4:\"days\";s:0:\"\";s:5:\"hours\";s:0:\"\";s:7:\"minutes\";s:0:\"\";s:7:\"seconds\";s:0:\"\";}}\";'),(3986,1212,'_optimizepress_launch_gateway',''),(3987,1212,'_optimizepress_launch_funnel','s:143:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:0:\"\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(3988,1212,'sfw_pwd','cVY2bCFvywFk'),(3989,1214,'_wp_attached_file','2014/03/bull-run-spanish.jpg'),(3990,1214,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:541;s:6:\"height\";i:334;s:4:\"file\";s:28:\"2014/03/bull-run-spanish.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"bull-run-spanish-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"bull-run-spanish-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:28:\"bull-run-spanish-541x170.jpg\";s:5:\"width\";i:541;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:28:\"bull-run-spanish-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1393948294;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3991,1215,'_optimizepress_pagebuilder','Y'),(3992,1215,'_optimizepress_page_thumbnail',''),(3993,1215,'_optimizepress_page_thumbnail_preset',''),(3994,1215,'_optimizepress_header_layout','s:804:\"a:10:{s:4:\"logo\";s:80:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark1013.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(3995,1215,'_optimizepress_membership',''),(3996,1215,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(3997,1215,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(3998,1215,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(3999,1215,'_optimizepress_footer_area','s:268:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(4000,1215,'_optimizepress_color_scheme_template',''),(4001,1215,'_optimizepress_typography','s:1106:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(4002,1215,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(4003,1215,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(4004,1215,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(4005,1215,'_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),(4006,1215,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(4007,1215,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(4008,1215,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(4009,1215,'_optimizepress_one_time_offer','s:141:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:4:\"time\";a:4:{s:4:\"days\";s:0:\"\";s:5:\"hours\";s:0:\"\";s:7:\"minutes\";s:0:\"\";s:7:\"seconds\";s:0:\"\";}}\";'),(4010,1215,'_optimizepress_launch_gateway',''),(4011,1215,'_optimizepress_launch_funnel','s:143:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:0:\"\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(4012,1216,'_wp_attached_file','2014/03/Joe@work.jpg'),(4013,1216,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:667;s:6:\"height\";i:445;s:4:\"file\";s:20:\"2014/03/Joe@work.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Joe@work-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Joe@work-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:20:\"Joe@work-610x170.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:20:\"Joe@work-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1365401665;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(4014,1217,'_wp_attached_file','2014/03/gucci.jpg'),(4015,1217,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:209;s:6:\"height\";i:234;s:4:\"file\";s:17:\"2014/03/gucci.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"gucci-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:17:\"gucci-209x170.jpg\";s:5:\"width\";i:209;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:17:\"gucci-209x130.jpg\";s:5:\"width\";i:209;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1393951853;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(4016,1215,'sfw_pwd','Cwrh1vbgBLwj'),(4017,1196,'_yoast_wpseo_linkdex','0'),(4018,1203,'_yoast_wpseo_linkdex','0'),(4019,1204,'_yoast_wpseo_linkdex','0'),(4020,1212,'_yoast_wpseo_linkdex','0'),(4021,1215,'_yoast_wpseo_linkdex','0'),(4024,1221,'_optimizepress_pagebuilder','Y'),(4025,1221,'_optimizepress_page_thumbnail',''),(4026,1221,'_optimizepress_page_thumbnail_preset',''),(4027,1221,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(4028,1221,'_optimizepress_header_layout','s:804:\"a:10:{s:4:\"logo\";s:80:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark1013.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(4029,1221,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(4030,1221,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(4031,1221,'_optimizepress_footer_area','s:268:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(4032,1221,'_optimizepress_typography','s:1106:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(4033,1221,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(4034,1221,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(4035,1221,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(4036,1221,'_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),(4037,1221,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(4038,1221,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(4039,1221,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(4040,1221,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(4041,1223,'_optimizepress_pagebuilder','Y'),(4042,1223,'_optimizepress_page_thumbnail',''),(4043,1223,'_optimizepress_page_thumbnail_preset',''),(4044,1223,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(4045,1223,'_optimizepress_header_layout','s:804:\"a:10:{s:4:\"logo\";s:80:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark1013.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(4046,1223,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(4047,1223,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(4048,1223,'_optimizepress_footer_area','s:268:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(4049,1223,'_optimizepress_typography','s:1106:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(4050,1223,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(4051,1223,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(4052,1223,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(4053,1223,'_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),(4054,1223,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(4055,1223,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(4056,1223,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(4057,1223,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(4058,1223,'sfw_pwd','DTUiPSKNLsAB'),(4059,1225,'_optimizepress_pagebuilder','Y'),(4060,1225,'_optimizepress_page_thumbnail',''),(4061,1225,'_optimizepress_page_thumbnail_preset',''),(4062,1225,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(4063,1225,'_optimizepress_header_layout','s:804:\"a:10:{s:4:\"logo\";s:80:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark1013.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(4064,1225,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(4065,1225,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(4066,1225,'_optimizepress_footer_area','s:268:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(4067,1225,'_optimizepress_typography','s:1106:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(4068,1225,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(4069,1225,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(4070,1225,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(4071,1225,'_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),(4072,1225,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(4073,1225,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(4074,1225,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(4075,1225,'_optimizepress_launch_funnel','s:143:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:0:\"\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(4076,1225,'sfw_pwd','rlCHjdZh8MlX'),(4481,1286,'_yoast_wpseo_meta-robots-noindex','0'),(4081,1228,'_optimizepress_pagebuilder','Y'),(4082,1228,'_optimizepress_page_thumbnail',''),(4083,1228,'_optimizepress_page_thumbnail_preset',''),(4084,1228,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(4085,1228,'_optimizepress_header_layout','s:804:\"a:10:{s:4:\"logo\";s:80:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark1013.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(4086,1228,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(4087,1228,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(4088,1228,'_optimizepress_footer_area','s:268:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(4089,1228,'_optimizepress_typography','s:1106:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(4090,1228,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(4091,1228,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(4092,1228,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(4093,1228,'_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),(4094,1228,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(4095,1228,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(4096,1228,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(4097,1228,'_optimizepress_launch_funnel','s:143:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:0:\"\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(4098,1228,'sfw_pwd','rRzOMzBIEVho'),(4099,1221,'_yoast_wpseo_linkdex','0'),(4100,1223,'_yoast_wpseo_linkdex','0'),(4101,1225,'_yoast_wpseo_linkdex','0'),(4102,1228,'_yoast_wpseo_linkdex','0'),(4480,1286,'_yoast_wpseo_metadesc','Pre-market trading action for the stock, bond, commodity and currency market including scheduled economic data reports that may have an impact on the global financial markets.'),(4479,1286,'_yoast_wpseo_title',''),(4110,1233,'_optimizepress_pagebuilder','Y'),(4111,1233,'_optimizepress_page_thumbnail',''),(4112,1233,'_optimizepress_page_thumbnail_preset',''),(4113,1233,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(4114,1233,'_optimizepress_header_layout','s:804:\"a:10:{s:4:\"logo\";s:80:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark1013.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(4115,1233,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(4116,1233,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(4117,1233,'_optimizepress_footer_area','s:268:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(4118,1233,'_optimizepress_typography','s:1106:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(4119,1233,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(4120,1233,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(4121,1233,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(4122,1233,'_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),(4123,1233,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(4124,1233,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(4125,1233,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(4126,1233,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(4127,1233,'sfw_pwd','II0M4TbfSP6U'),(4478,1286,'_yoast_wpseo_focuskw','trading commodities futures'),(4130,1233,'_yoast_wpseo_linkdex','0'),(4483,1286,'_yoast_wpseo_meta-robots-adv','none'),(4133,1237,'_yoast_wpseo_linkdex','0'),(4134,1237,'_edit_lock','1399301745:2'),(4135,1237,'_edit_last','2'),(4136,1237,'_wp_page_template','default'),(4137,1237,'_yoast_wpseo_focuskw',''),(4138,1237,'_yoast_wpseo_title',''),(4139,1237,'_yoast_wpseo_metadesc',''),(4140,1237,'_yoast_wpseo_meta-robots-noindex','0'),(4141,1237,'_yoast_wpseo_meta-robots-nofollow','0'),(4142,1237,'_yoast_wpseo_meta-robots-adv','none'),(4145,1237,'_yoast_wpseo_sitemap-html-include','-'),(4146,1237,'_yoast_wpseo_canonical',''),(4147,1237,'_yoast_wpseo_redirect',''),(4148,1237,'_yoast_wpseo_opengraph-description',''),(4149,1237,'_yoast_wpseo_google-plus-description',''),(4150,1237,'sfw_pwd','5lyMbyueHmTm'),(4482,1286,'_yoast_wpseo_meta-robots-nofollow','0'),(4153,1240,'_optimizepress_pagebuilder','Y'),(4154,1240,'_optimizepress_page_thumbnail',''),(4155,1240,'_optimizepress_page_thumbnail_preset',''),(4156,1240,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(4157,1240,'_optimizepress_header_layout','s:804:\"a:10:{s:4:\"logo\";s:80:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark1013.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(4158,1240,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(4159,1240,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(4160,1240,'_optimizepress_footer_area','s:268:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(4161,1240,'_optimizepress_typography','s:1106:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(4162,1240,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(4163,1240,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(4164,1240,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(4165,1240,'_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),(4166,1240,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(4167,1240,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(4168,1240,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(4169,1240,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(4170,1240,'sfw_pwd','BliJE5lorXVP'),(8195,1798,'_optimizepress_color_scheme_advanced','s:1943:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:7:\"#b9bdc0\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:8:{s:12:\"footer_start\";s:7:\"#2c323e\";s:10:\"footer_end\";s:7:\"#2c323e\";s:17:\"footer_text_color\";s:7:\"#ffffff\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:16:\"link_hover_color\";s:0:\"\";}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:7:\"#ffffff\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(5752,1288,'_edit_lock','1396714204:1'),(5751,1424,'_yoast_wpseo_linkdex','0'),(5750,1430,'_yoast_wpseo_linkdex','0'),(5749,1398,'_yoast_wpseo_linkdex','0'),(8194,1798,'_optimizepress_typography','s:1255:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:2:\"24\";s:4:\"font\";s:10:\"Montserrat\";s:5:\"style\";s:4:\"bold\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#0F87C9\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#636363\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(4477,1286,'_edit_last','2'),(4476,1286,'_edit_lock','1394627440:2'),(4475,1286,'_yoast_wpseo_linkdex','47'),(8191,1798,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(8192,1798,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(8193,1798,'_optimizepress_footer_area','s:284:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:15:\"Source Sans Pro\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(4234,1256,'_optimizepress_page_thumbnail',''),(4235,1256,'_optimizepress_page_thumbnail_preset',''),(4236,1256,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(4237,1256,'_optimizepress_header_layout','s:804:\"a:10:{s:4:\"logo\";s:80:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark1013.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(4238,1256,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(4239,1256,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(4240,1256,'_optimizepress_footer_area','s:268:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(4241,1256,'_optimizepress_typography','s:1106:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(4242,1256,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(4243,1256,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(4244,1256,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(4245,1256,'_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),(4246,1256,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(4247,1256,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(4248,1256,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(4249,1256,'_optimizepress_launch_funnel','s:143:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:0:\"\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(4256,1257,'_optimizepress_pagebuilder','Y'),(4257,1257,'_optimizepress_page_thumbnail',''),(4258,1257,'_optimizepress_page_thumbnail_preset',''),(4259,1257,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(4260,1257,'_optimizepress_header_layout','s:804:\"a:10:{s:4:\"logo\";s:80:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark1013.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(4261,1257,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(4262,1257,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(4263,1257,'_optimizepress_footer_area','s:268:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(4264,1257,'_optimizepress_typography','s:1106:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(4265,1257,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(4266,1257,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(4267,1257,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(4268,1257,'_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),(4269,1257,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(4270,1257,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(4271,1257,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(4272,1257,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(4273,1257,'sfw_pwd','McF77t5YHgYh'),(4274,1257,'_wpas_done_all','1'),(4275,1260,'_optimizepress_pagebuilder','Y'),(4276,1260,'_optimizepress_page_thumbnail',''),(4277,1260,'_optimizepress_page_thumbnail_preset',''),(4278,1260,'_optimizepress_header_layout','s:804:\"a:10:{s:4:\"logo\";s:80:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark1012.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(4279,1260,'_optimizepress_membership',''),(4280,1260,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(4281,1260,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(4282,1260,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(4283,1260,'_optimizepress_footer_area','s:268:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(4284,1260,'_optimizepress_color_scheme_template',''),(4285,1260,'_optimizepress_typography','s:1106:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(4286,1260,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(4287,1260,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(4288,1260,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(4289,1260,'_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),(4290,1260,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(4291,1260,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(4292,1260,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(4293,1260,'_optimizepress_one_time_offer','s:141:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:4:\"time\";a:4:{s:4:\"days\";s:0:\"\";s:5:\"hours\";s:0:\"\";s:7:\"minutes\";s:0:\"\";s:7:\"seconds\";s:0:\"\";}}\";'),(4294,1260,'_optimizepress_launch_gateway',''),(4295,1260,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(4296,1260,'sfw_pwd','vfZdYbYJ2AV3'),(4297,1262,'_wp_attached_file','2014/03/gld-option-trade11.jpg'),(4298,1262,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:331;s:6:\"height\";i:389;s:4:\"file\";s:30:\"2014/03/gld-option-trade11.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"gld-option-trade11-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"gld-option-trade11-255x300.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:30:\"gld-option-trade11-331x170.jpg\";s:5:\"width\";i:331;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:30:\"gld-option-trade11-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(4299,1260,'_wpas_done_all','1'),(4300,1263,'_optimizepress_pagebuilder','Y'),(4301,1263,'_optimizepress_page_thumbnail',''),(4302,1263,'_optimizepress_page_thumbnail_preset',''),(4303,1263,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(4304,1263,'_optimizepress_header_layout','s:804:\"a:10:{s:4:\"logo\";s:80:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark1013.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(4305,1263,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(4306,1263,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(4307,1263,'_optimizepress_footer_area','s:268:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(4308,1263,'_optimizepress_typography','s:1106:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(4309,1263,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(4310,1263,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(4311,1263,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(4312,1263,'_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),(4313,1263,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(4314,1263,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(4315,1263,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(4316,1263,'_optimizepress_launch_funnel','s:143:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:0:\"\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(4317,1264,'_yoast_wpseo_linkdex','51'),(4318,1264,'_edit_last','2'),(4319,1264,'_edit_lock','1394194040:2'),(4320,1264,'_yoast_wpseo_focuskw','stock options trading'),(4321,1264,'_yoast_wpseo_title',''),(4322,1264,'_yoast_wpseo_metadesc','Scoreboard update since first of the year has it 16 winning trades vs. 11 losing trades. Watch RiosQuant traders and coaches Joe Contes and Ken Eriksen as they reveal the methodology for finding high probability options trades. You will see how trades like the USO example are identified and then observe the impressive equity curve generated since the first of the year.'),(4323,1264,'_yoast_wpseo_meta-robots-noindex','0'),(4324,1264,'_yoast_wpseo_meta-robots-nofollow','0'),(4325,1264,'_yoast_wpseo_meta-robots-adv','none'),(4328,1264,'_yoast_wpseo_sitemap-html-include','-'),(4329,1264,'_yoast_wpseo_canonical',''),(4330,1264,'_yoast_wpseo_redirect',''),(4331,1264,'_yoast_wpseo_opengraph-description',''),(4332,1264,'_yoast_wpseo_google-plus-description',''),(4333,1264,'sfw_pwd','Mdr2KGL1Opgf'),(4334,1264,'_wpas_done_all','1'),(4336,1266,'_yoast_wpseo_linkdex','49'),(4337,1266,'_edit_lock','1394312968:2'),(4338,1266,'_edit_last','2'),(4339,1266,'_yoast_wpseo_focuskw','pre-market movers'),(4340,1266,'_yoast_wpseo_title',''),(4341,1266,'_yoast_wpseo_metadesc','Pre-market report for stocks, bonds, commodities and currencies. Scheduled economic data that may have an impact on the markets also included.'),(4342,1266,'_yoast_wpseo_meta-robots-noindex','0'),(4343,1266,'_yoast_wpseo_meta-robots-nofollow','0'),(4344,1266,'_yoast_wpseo_meta-robots-adv','none'),(4347,1266,'_yoast_wpseo_sitemap-html-include','-'),(4348,1266,'_yoast_wpseo_canonical',''),(4349,1266,'_yoast_wpseo_redirect',''),(4350,1266,'_yoast_wpseo_opengraph-description',''),(4351,1266,'_yoast_wpseo_google-plus-description',''),(4352,1266,'sfw_pwd','8Qp2z9HwwPyJ'),(4353,1266,'_wpas_done_all','1'),(4356,1268,'_optimizepress_pagebuilder','Y'),(4355,1266,'_wp_old_slug','pre-market-report-stocks-bonds-commodities-currencies'),(4357,1268,'_optimizepress_page_thumbnail',''),(4358,1268,'_optimizepress_page_thumbnail_preset',''),(4359,1268,'_optimizepress_header_layout','s:804:\"a:10:{s:4:\"logo\";s:80:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark1012.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(4360,1268,'_optimizepress_membership',''),(4361,1268,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(4362,1268,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(4363,1268,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(4364,1268,'_optimizepress_footer_area','s:268:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(4365,1268,'_optimizepress_color_scheme_template',''),(4366,1268,'_optimizepress_typography','s:1106:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(4367,1268,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(4368,1268,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(4369,1268,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(4370,1268,'_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),(4371,1268,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(4372,1268,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(4373,1268,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(4374,1268,'_optimizepress_one_time_offer','s:141:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:4:\"time\";a:4:{s:4:\"days\";s:0:\"\";s:5:\"hours\";s:0:\"\";s:7:\"minutes\";s:0:\"\";s:7:\"seconds\";s:0:\"\";}}\";'),(4375,1268,'_optimizepress_launch_gateway',''),(4376,1268,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(4377,1268,'sfw_pwd','bFRfHbWf4hjP'),(4378,1270,'_wp_attached_file','2014/03/rq-glass-office-snip.jpg'),(4379,1270,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:903;s:6:\"height\";i:583;s:4:\"file\";s:32:\"2014/03/rq-glass-office-snip.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"rq-glass-office-snip-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"rq-glass-office-snip-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:32:\"rq-glass-office-snip-610x170.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:32:\"rq-glass-office-snip-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1394284259;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(4380,1268,'_wpas_done_all','1'),(4386,1273,'_edit_lock','1394451215:2'),(4387,1273,'_edit_last','2'),(4385,1273,'_yoast_wpseo_linkdex','51'),(4388,1273,'_wp_page_template','default'),(4389,1273,'_yoast_wpseo_focuskw','pre-market trading'),(4390,1273,'_yoast_wpseo_title',''),(4391,1273,'_yoast_wpseo_metadesc','Pre-market trading report for stocks, bonds, commodities and currencies. Scheduled economic data reports that may have an impact also included.'),(4392,1273,'_yoast_wpseo_meta-robots-noindex','0'),(4393,1273,'_yoast_wpseo_meta-robots-nofollow','0'),(4394,1273,'_yoast_wpseo_meta-robots-adv','none'),(4397,1273,'_yoast_wpseo_sitemap-html-include','-'),(4398,1273,'_yoast_wpseo_canonical',''),(4399,1273,'_yoast_wpseo_redirect',''),(4400,1273,'_yoast_wpseo_opengraph-description',''),(4401,1273,'_yoast_wpseo_google-plus-description',''),(4402,1273,'sfw_pwd','qP33uZYBQtXi'),(4403,1273,'_wpas_done_all','1'),(4404,1268,'_yoast_wpseo_linkdex','0'),(4405,1257,'_yoast_wpseo_linkdex','0'),(4406,1240,'_yoast_wpseo_linkdex','0'),(4407,1256,'_yoast_wpseo_linkdex','0'),(4408,1277,'_yoast_wpseo_linkdex','52'),(4409,1277,'_edit_lock','1394453385:2'),(4410,1277,'_edit_last','2'),(4411,1277,'_wpas_done_all','1'),(4426,1277,'sfw_pwd','iXApNILMWUYt'),(4413,1277,'_yoast_wpseo_focuskw','pre-market trading'),(4414,1277,'_yoast_wpseo_title',''),(4415,1277,'_yoast_wpseo_metadesc','Pre-Market trading report for global stocks, bonds, commodities and currencies. Scheduled economic reports that may have an impact on the markets also included.'),(4416,1277,'_yoast_wpseo_meta-robots-noindex','0'),(4417,1277,'_yoast_wpseo_meta-robots-nofollow','0'),(4418,1277,'_yoast_wpseo_meta-robots-adv','none'),(4421,1277,'_yoast_wpseo_sitemap-html-include','-'),(4422,1277,'_yoast_wpseo_canonical',''),(4423,1277,'_yoast_wpseo_redirect',''),(4424,1277,'_yoast_wpseo_opengraph-description',''),(4425,1277,'_yoast_wpseo_google-plus-description',''),(4427,1279,'_yoast_wpseo_linkdex','63'),(4428,1279,'_edit_lock','1394466757:2'),(4429,1279,'_edit_last','2'),(4430,1279,'_yoast_wpseo_focuskw','week ahead stock market'),(4431,1279,'_yoast_wpseo_title',''),(4432,1279,'_yoast_wpseo_metadesc','In the week ahead I will continue to focus on the rotation flows. I will pay close attention to correlations for both the macro and current trends in order to distinguish between friendly and hostile trading environments.'),(4433,1279,'_yoast_wpseo_meta-robots-noindex','0'),(4434,1279,'_yoast_wpseo_meta-robots-nofollow','0'),(4435,1279,'_yoast_wpseo_meta-robots-adv','none'),(4438,1279,'_yoast_wpseo_sitemap-html-include','-'),(4439,1279,'_yoast_wpseo_canonical',''),(4440,1279,'_yoast_wpseo_redirect',''),(4441,1279,'_yoast_wpseo_opengraph-description',''),(4442,1279,'_yoast_wpseo_google-plus-description',''),(4455,1279,'_oembed_a813c8761f29440d86ba2a188a67ff26','{{unknown}}'),(4447,1279,'_wpas_done_all','1'),(4446,1279,'sfw_pwd','nNKs34Fv6LJ0'),(4454,1279,'_oembed_789d0df6f7ee362d96577c40e66734eb','{{unknown}}'),(4453,1279,'_oembed_c9b136a850398b2ebba7fe2e5b4b5d26','{{unknown}}'),(4456,1284,'_yoast_wpseo_linkdex','52'),(4457,1284,'_edit_lock','1394548928:2'),(4458,1284,'_edit_last','2'),(4459,1284,'_yoast_wpseo_focuskw','pre-market trading'),(4460,1284,'_yoast_wpseo_title',''),(4461,1284,'_yoast_wpseo_metadesc','Pre-market trading report for stock, bond, commodity and currency markets. Scheduled economic data reports that may have an impact on the markets also included.'),(4462,1284,'_yoast_wpseo_meta-robots-noindex','0'),(4463,1284,'_yoast_wpseo_meta-robots-nofollow','0'),(4464,1284,'_yoast_wpseo_meta-robots-adv','none'),(4467,1284,'_yoast_wpseo_sitemap-html-include','-'),(4468,1284,'_yoast_wpseo_canonical',''),(4469,1284,'_yoast_wpseo_redirect',''),(4470,1284,'_yoast_wpseo_opengraph-description',''),(4471,1284,'_yoast_wpseo_google-plus-description',''),(4472,1284,'sfw_pwd','8Z55x5MVtcb6'),(4473,1284,'_wpas_done_all','1'),(4486,1286,'_yoast_wpseo_sitemap-html-include','-'),(4487,1286,'_yoast_wpseo_canonical',''),(4488,1286,'_yoast_wpseo_redirect',''),(4489,1286,'_yoast_wpseo_opengraph-description',''),(4490,1286,'_yoast_wpseo_google-plus-description',''),(4491,1286,'sfw_pwd','OG3JNNvVehUc'),(4492,1286,'_wpas_done_all','1'),(4495,1288,'_optimizepress_pagebuilder','Y'),(4494,1286,'_wp_old_slug','pre-market-trading-report-stock-bond-commodity-currency-markets'),(4496,1288,'_optimizepress_page_thumbnail',''),(4497,1288,'_optimizepress_page_thumbnail_preset',''),(4498,1288,'_optimizepress_header_layout','s:804:\"a:10:{s:4:\"logo\";s:80:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark1012.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(4499,1288,'_optimizepress_membership',''),(4500,1288,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(4501,1288,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(4502,1288,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(4503,1288,'_optimizepress_footer_area','s:268:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(4504,1288,'_optimizepress_color_scheme_template',''),(4505,1288,'_optimizepress_typography','s:1106:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(4506,1288,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(4507,1288,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(4508,1288,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(4509,1288,'_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),(4510,1288,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(4511,1288,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(4512,1288,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(4513,1288,'_optimizepress_one_time_offer','s:141:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:4:\"time\";a:4:{s:4:\"days\";s:0:\"\";s:5:\"hours\";s:0:\"\";s:7:\"minutes\";s:0:\"\";s:7:\"seconds\";s:0:\"\";}}\";'),(4514,1288,'_optimizepress_launch_gateway',''),(4515,1288,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(4516,1288,'sfw_pwd','Z2aGMW7Uw6tl'),(4517,1290,'_wp_attached_file','2014/03/rq-glass-adv-window1.jpg'),(4518,1290,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:200;s:4:\"file\";s:32:\"2014/03/rq-glass-adv-window1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"rq-glass-adv-window1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:32:\"rq-glass-adv-window1-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:32:\"rq-glass-adv-window1-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(4519,1288,'_wpas_done_all','1'),(4520,1288,'_yoast_wpseo_linkdex','0'),(4521,1291,'_optimizepress_pagebuilder','Y'),(4522,1291,'_optimizepress_page_thumbnail',''),(4523,1291,'_optimizepress_page_thumbnail_preset',''),(4524,1291,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(4525,1291,'_optimizepress_header_layout','s:804:\"a:10:{s:4:\"logo\";s:80:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark1013.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(4526,1291,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(4527,1291,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(4528,1291,'_optimizepress_footer_area','s:268:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(4529,1291,'_optimizepress_typography','s:1106:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(4530,1291,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(4531,1291,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(4532,1291,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(4533,1291,'_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),(4534,1291,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(4535,1291,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(4536,1291,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(4537,1291,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(4538,1291,'_yoast_wpseo_linkdex','0'),(4997,1346,'_edit_lock','1395419090:2'),(4996,1346,'_yoast_wpseo_linkdex','53'),(4541,1294,'_yoast_wpseo_linkdex','52'),(4542,1294,'_edit_lock','1399600673:2'),(4543,1294,'_edit_last','2'),(4544,1294,'_yoast_wpseo_focuskw','pre-market trading'),(4545,1294,'_yoast_wpseo_title',''),(4546,1294,'_yoast_wpseo_metadesc','Pre-market trading report for the stock, bond, commodity and currency markets. Scheduled economic data reports that may have an impact on the markets also included.'),(4547,1294,'_yoast_wpseo_meta-robots-noindex','0'),(4548,1294,'_yoast_wpseo_meta-robots-nofollow','0'),(4549,1294,'_yoast_wpseo_meta-robots-adv','none'),(4552,1294,'_yoast_wpseo_sitemap-html-include','-'),(4553,1294,'_yoast_wpseo_canonical',''),(4554,1294,'_yoast_wpseo_redirect',''),(4555,1294,'_yoast_wpseo_opengraph-description',''),(4556,1294,'_yoast_wpseo_google-plus-description',''),(4557,1294,'sfw_pwd','nUgKYoaLpnoL'),(4558,1294,'_wpas_done_all','1'),(4560,1294,'_wp_old_slug','pre-market-trading-report-stock-bond-commodity-currency-markets'),(4564,1298,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(4565,1298,'_optimizepress_header_layout','s:804:\"a:10:{s:4:\"logo\";s:80:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark1012.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(4566,1298,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(4567,1298,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(4568,1298,'_optimizepress_footer_area','s:268:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(4569,1298,'_optimizepress_typography','s:1106:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(4570,1298,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(4571,1298,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(4572,1298,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(4573,1298,'_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),(4574,1298,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(4575,1298,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(4576,1298,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(4577,1298,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(4578,1298,'sfw_pwd','WNVyQHVXAz2K'),(4579,1299,'_wp_attached_file','2014/03/RQ-Ranking-screen-shot1.jpg'),(4580,1299,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1258;s:6:\"height\";i:850;s:4:\"file\";s:35:\"2014/03/RQ-Ranking-screen-shot1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"RQ-Ranking-screen-shot1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"RQ-Ranking-screen-shot1-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"RQ-Ranking-screen-shot1-1024x691.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:691;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:35:\"RQ-Ranking-screen-shot1-610x170.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:35:\"RQ-Ranking-screen-shot1-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(4581,1298,'_wpas_done_all','1'),(4582,1301,'_optimizepress_pagebuilder','Y'),(4583,1301,'_optimizepress_page_thumbnail',''),(4584,1301,'_optimizepress_page_thumbnail_preset',''),(4585,1301,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(4586,1301,'_optimizepress_header_layout','s:804:\"a:10:{s:4:\"logo\";s:80:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark1012.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(4587,1301,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(4588,1301,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(4589,1301,'_optimizepress_footer_area','s:268:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(4590,1301,'_optimizepress_typography','s:1106:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(4591,1301,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(4592,1301,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(4593,1301,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(4594,1301,'_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),(4595,1301,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(4596,1301,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(4597,1301,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(4598,1301,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(4599,1301,'_wpas_done_all','1'),(4600,1301,'sfw_pwd','nMGvqtJqHhAc'),(4601,1303,'_yoast_wpseo_linkdex','48'),(4602,1303,'_edit_lock','1394807463:2'),(4603,1303,'_edit_last','2'),(4604,1303,'_yoast_wpseo_focuskw','pre-market trading'),(4605,1303,'_yoast_wpseo_title',''),(4606,1303,'_yoast_wpseo_metadesc','Pre-market open report covering the overnight trading action in the stock, bond, commodity and currency markets.'),(4607,1303,'_yoast_wpseo_meta-robots-noindex','0'),(4608,1303,'_yoast_wpseo_meta-robots-nofollow','0'),(4609,1303,'_yoast_wpseo_meta-robots-adv','none'),(4612,1303,'_yoast_wpseo_sitemap-html-include','-'),(4613,1303,'_yoast_wpseo_canonical',''),(4614,1303,'_yoast_wpseo_redirect',''),(4615,1303,'_yoast_wpseo_opengraph-description',''),(4616,1303,'_yoast_wpseo_google-plus-description',''),(4617,1303,'sfw_pwd','iiSpE4Itav2o'),(4618,1303,'_wpas_done_all','1'),(4621,1305,'_yoast_wpseo_linkdex','64'),(4620,1303,'_wp_old_slug','pre-market-trading-report-stock-bond-commodity-currency-markets'),(4622,1305,'_edit_lock','1476033790:2'),(4623,1305,'_edit_last','2'),(4624,1306,'_wp_attached_file','2014/03/cl-trade-3-14-2.jpg'),(4625,1306,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:749;s:6:\"height\";i:420;s:4:\"file\";s:27:\"2014/03/cl-trade-3-14-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"cl-trade-3-14-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"cl-trade-3-14-2-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:27:\"cl-trade-3-14-2-610x170.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:27:\"cl-trade-3-14-2-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1394793099;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(4626,1305,'_yoast_wpseo_focuskw','trading systems'),(14947,657,'_pagelines_video_embed',''),(4628,1305,'_yoast_wpseo_metadesc','Get your free trial of the Einstein auto trading system and watch it trade stocks, bonds, commodity futures and forex.'),(14938,924,'_pagelines_audio_ogg',''),(14937,924,'_pagelines_audio_mp3',''),(4631,1305,'_yoast_wpseo_meta-robots-adv','none'),(14936,924,'_pagelines_video_embed',''),(14935,924,'_pagelines_video_poster',''),(14934,924,'_pagelines_video_ogv',''),(14933,924,'_pagelines_video_m4v',''),(14930,924,'_pagelines_gallery_slider','off'),(14931,924,'_pagelines_quote',''),(14932,924,'_pagelines_link',''),(4639,1305,'sfw_pwd','uHvnKvmyjJNx'),(4640,1305,'_wpas_done_all','1'),(4642,1309,'_optimizepress_pagebuilder','Y'),(4643,1309,'_optimizepress_page_thumbnail',''),(4644,1309,'_optimizepress_page_thumbnail_preset',''),(4645,1309,'_optimizepress_header_layout','s:802:\"a:10:{s:4:\"logo\";s:78:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark12.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(4646,1309,'_optimizepress_membership',''),(4647,1309,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(4648,1309,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(4649,1309,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(4650,1309,'_optimizepress_footer_area','s:270:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:2:\"40\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(4651,1309,'_optimizepress_color_scheme_template',''),(4652,1309,'_optimizepress_typography','s:1142:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"15\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(4653,1309,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(4654,1309,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(4655,1309,'_optimizepress_seo','s:73:\"a:3:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";}\";'),(4656,1309,'_optimizepress_scripts','s:208:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:145:\".optin-box-14 input, .optin-box-14 input:focus {font-weight:300;}\n.optin-box-14 p.privacy {color:#888;font-size:13px;padding-top:5px;opacity:0.8}\";}}\";'),(4657,1309,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(4658,1309,'_optimizepress_lightbox',''),(4659,1309,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(4660,1309,'_optimizepress_one_time_offer','s:141:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:4:\"time\";a:4:{s:4:\"days\";s:0:\"\";s:5:\"hours\";s:0:\"\";s:7:\"minutes\";s:0:\"\";s:7:\"seconds\";s:0:\"\";}}\";'),(4661,1309,'_optimizepress_launch_gateway',''),(4662,1309,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"2\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(4663,1309,'sfw_pwd','hSOkUOrkLF1H'),(4664,1310,'_optimizepress_pagebuilder','Y'),(4665,1310,'_optimizepress_page_thumbnail',''),(4666,1310,'_optimizepress_page_thumbnail_preset',''),(4667,1310,'_optimizepress_header_layout','s:802:\"a:10:{s:4:\"logo\";s:78:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark12.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(4668,1310,'_optimizepress_membership',''),(4669,1310,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(4670,1310,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(4671,1310,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(4672,1310,'_optimizepress_footer_area','s:270:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:2:\"40\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(4673,1310,'_optimizepress_color_scheme_template',''),(4674,1310,'_optimizepress_typography','s:1142:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"15\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(4675,1310,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(4676,1310,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(4677,1310,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(4678,1310,'_optimizepress_scripts','s:259:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:196:\"Lm9wdGluLWJveC0xNCBpbnB1dCwgLm9wdGluLWJveC0xNCBpbnB1dDpmb2N1cyB7Zm9udC13ZWlnaHQ6MzAwO30KLm9wdGluLWJveC0xNCBwLnByaXZhY3kge2NvbG9yOiM4ODg7Zm9udC1zaXplOjEzcHg7cGFkZGluZy10b3A6NXB4O29wYWNpdHk6MC44fQ==\";}}\";'),(4679,1310,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(4680,1310,'_optimizepress_lightbox',''),(4681,1310,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(4682,1310,'_optimizepress_one_time_offer','s:141:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:4:\"time\";a:4:{s:4:\"days\";s:0:\"\";s:5:\"hours\";s:0:\"\";s:7:\"minutes\";s:0:\"\";s:7:\"seconds\";s:0:\"\";}}\";'),(4683,1310,'_optimizepress_launch_gateway',''),(4684,1310,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(4685,1310,'sfw_pwd','iiqWRVUNqBx8'),(4686,1310,'_wpas_done_all','1'),(4687,1312,'_optimizepress_pagebuilder','Y'),(4688,1312,'_optimizepress_page_thumbnail',''),(4689,1312,'_optimizepress_page_thumbnail_preset',''),(4690,1312,'_optimizepress_header_layout','s:818:\"a:10:{s:4:\"logo\";s:77:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Light.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#2c323e\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"Y\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:2:\"22\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:6:\"normal\";s:9:\"font_size\";s:2:\"13\";s:11:\"font_family\";s:7:\"PT Sans\";}}\";'),(4691,1312,'_optimizepress_membership',''),(4692,1312,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(4693,1312,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(4694,1312,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(4695,1312,'_optimizepress_footer_area','s:286:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:2:\"40\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:15:\"Source Sans Pro\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(4696,1312,'_optimizepress_color_scheme_template',''),(4697,1312,'_optimizepress_typography','s:1255:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:2:\"24\";s:4:\"font\";s:10:\"Montserrat\";s:5:\"style\";s:4:\"bold\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#0F87C9\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#636363\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(4698,1312,'_optimizepress_color_scheme_advanced','s:1943:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:7:\"#b9bdc0\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:8:{s:12:\"footer_start\";s:7:\"#2c323e\";s:10:\"footer_end\";s:7:\"#2c323e\";s:17:\"footer_text_color\";s:7:\"#ffffff\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:16:\"link_hover_color\";s:0:\"\";}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:7:\"#ffffff\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(4699,1312,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(4700,1312,'_optimizepress_seo','s:73:\"a:3:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";}\";'),(4701,1312,'_optimizepress_scripts','s:61:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:0:\"\";}}\";'),(4702,1312,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(4703,1312,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(4704,1312,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(4705,1312,'_optimizepress_one_time_offer','s:141:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:4:\"time\";a:4:{s:4:\"days\";s:0:\"\";s:5:\"hours\";s:0:\"\";s:7:\"minutes\";s:0:\"\";s:7:\"seconds\";s:0:\"\";}}\";'),(4706,1312,'_optimizepress_launch_gateway',''),(4707,1312,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"2\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(4708,1313,'_optimizepress_pagebuilder','Y'),(4709,1313,'_optimizepress_page_thumbnail',''),(4710,1313,'_optimizepress_page_thumbnail_preset',''),(4711,1313,'_optimizepress_header_layout','s:897:\"a:12:{s:4:\"logo\";s:74:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/rq-logo-black.jpg\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#010b1e\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"Y\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:6:\"normal\";s:9:\"font_size\";s:2:\"13\";s:11:\"font_family\";s:7:\"PT Sans\";}s:12:\"disable_link\";s:0:\"\";s:11:\"header_link\";s:30:\"http://www.thetradingroom.com/\";}\";'),(4712,1313,'_optimizepress_membership',''),(4713,1313,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(4714,1313,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(4715,1313,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(4716,1313,'_optimizepress_footer_area','s:284:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:15:\"Source Sans Pro\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(4717,1313,'_optimizepress_color_scheme_template',''),(4718,1313,'_optimizepress_typography','s:1255:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:2:\"24\";s:4:\"font\";s:10:\"Montserrat\";s:5:\"style\";s:4:\"bold\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#0F87C9\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#636363\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(4719,1313,'_optimizepress_color_scheme_advanced','s:1943:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:7:\"#b9bdc0\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:8:{s:12:\"footer_start\";s:7:\"#2c323e\";s:10:\"footer_end\";s:7:\"#2c323e\";s:17:\"footer_text_color\";s:7:\"#ffffff\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:16:\"link_hover_color\";s:0:\"\";}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:7:\"#ffffff\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(4720,1313,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(4721,1313,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(4722,1313,'_optimizepress_scripts','s:61:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:0:\"\";}}\";'),(4723,1313,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(4724,1313,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(4725,1313,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(4726,1313,'_optimizepress_one_time_offer','s:141:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:4:\"time\";a:4:{s:4:\"days\";s:0:\"\";s:5:\"hours\";s:0:\"\";s:7:\"minutes\";s:0:\"\";s:7:\"seconds\";s:0:\"\";}}\";'),(4727,1313,'_optimizepress_launch_gateway',''),(4728,1313,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(4731,1316,'_wp_attached_file','2014/03/futures-truth.jpg'),(4729,1315,'_wp_attached_file','2014/03/rq-logo-black1.jpg'),(4730,1315,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:531;s:6:\"height\";i:288;s:4:\"file\";s:26:\"2014/03/rq-logo-black1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"rq-logo-black1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"rq-logo-black1-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:26:\"rq-logo-black1-531x170.jpg\";s:5:\"width\";i:531;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:26:\"rq-logo-black1-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(4732,1316,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:466;s:6:\"height\";i:571;s:4:\"file\";s:25:\"2014/03/futures-truth.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"futures-truth-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"futures-truth-244x300.jpg\";s:5:\"width\";i:244;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:25:\"futures-truth-466x170.jpg\";s:5:\"width\";i:466;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:25:\"futures-truth-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1389807893;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(4733,1313,'sfw_pwd','0ETAwk51o3rJ'),(4734,1317,'_wp_attached_file','2014/03/dean-handley.jpg'),(4735,1317,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:283;s:6:\"height\";i:300;s:4:\"file\";s:24:\"2014/03/dean-handley.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"dean-handley-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:24:\"dean-handley-283x170.jpg\";s:5:\"width\";i:283;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:24:\"dean-handley-283x130.jpg\";s:5:\"width\";i:283;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(4736,1313,'_wpas_done_all','1'),(4737,1318,'_optimizepress_pagebuilder','Y'),(4738,1318,'_optimizepress_page_thumbnail',''),(4739,1318,'_optimizepress_page_thumbnail_preset',''),(4740,1318,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(4741,1318,'_optimizepress_header_layout','s:897:\"a:12:{s:4:\"logo\";s:74:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/rq-logo-black.jpg\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#010b1e\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"Y\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:6:\"normal\";s:9:\"font_size\";s:2:\"13\";s:11:\"font_family\";s:7:\"PT Sans\";}s:12:\"disable_link\";s:0:\"\";s:11:\"header_link\";s:30:\"http://www.thetradingroom.com/\";}\";'),(4742,1318,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(4743,1318,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(4744,1318,'_optimizepress_footer_area','s:284:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:15:\"Source Sans Pro\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(4745,1318,'_optimizepress_typography','s:1255:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:2:\"24\";s:4:\"font\";s:10:\"Montserrat\";s:5:\"style\";s:4:\"bold\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#0F87C9\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#636363\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(4746,1318,'_optimizepress_color_scheme_advanced','s:1943:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:7:\"#b9bdc0\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:8:{s:12:\"footer_start\";s:7:\"#2c323e\";s:10:\"footer_end\";s:7:\"#2c323e\";s:17:\"footer_text_color\";s:7:\"#ffffff\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:16:\"link_hover_color\";s:0:\"\";}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:7:\"#ffffff\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(4747,1318,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(4748,1318,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(4749,1318,'_optimizepress_scripts','s:61:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:0:\"\";}}\";'),(4750,1318,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(4751,1318,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(4752,1318,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(4753,1318,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(4754,1318,'_wpas_done_all','1'),(4755,1318,'sfw_pwd','HR4iOOlUWkAx'),(4756,1320,'_optimizepress_pagebuilder','Y'),(4757,1320,'_optimizepress_page_thumbnail',''),(4758,1320,'_optimizepress_page_thumbnail_preset',''),(4759,1320,'_optimizepress_header_layout','s:802:\"a:10:{s:4:\"logo\";s:78:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark12.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(4760,1320,'_optimizepress_membership',''),(4761,1320,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(4762,1320,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(4763,1320,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(4764,1320,'_optimizepress_footer_area','s:270:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:2:\"40\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(4765,1320,'_optimizepress_color_scheme_template',''),(4766,1320,'_optimizepress_typography','s:1142:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"15\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(4767,1320,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(4768,1320,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(4769,1320,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(4770,1320,'_optimizepress_scripts','s:259:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:196:\"Lm9wdGluLWJveC0xNCBpbnB1dCwgLm9wdGluLWJveC0xNCBpbnB1dDpmb2N1cyB7Zm9udC13ZWlnaHQ6MzAwO30KLm9wdGluLWJveC0xNCBwLnByaXZhY3kge2NvbG9yOiM4ODg7Zm9udC1zaXplOjEzcHg7cGFkZGluZy10b3A6NXB4O29wYWNpdHk6MC44fQ==\";}}\";'),(4771,1320,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(4772,1320,'_optimizepress_lightbox',''),(4773,1320,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(4774,1320,'_optimizepress_one_time_offer','s:141:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:4:\"time\";a:4:{s:4:\"days\";s:0:\"\";s:5:\"hours\";s:0:\"\";s:7:\"minutes\";s:0:\"\";s:7:\"seconds\";s:0:\"\";}}\";'),(4775,1320,'_optimizepress_launch_gateway',''),(4776,1320,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(4777,1320,'sfw_pwd','5EC2gQzF2XUd'),(4778,1322,'_wp_attached_file','2014/03/gnostick.jpg'),(4779,1322,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:644;s:6:\"height\";i:204;s:4:\"file\";s:20:\"2014/03/gnostick.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"gnostick-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"gnostick-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:20:\"gnostick-610x170.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:20:\"gnostick-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1395001768;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(4780,1323,'_wp_attached_file','2014/03/gnostick2.jpg'),(4781,1323,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:388;s:6:\"height\";i:88;s:4:\"file\";s:21:\"2014/03/gnostick2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"gnostick2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"gnostick2-300x68.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:20:\"gnostick2-290x88.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1395002147;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(4782,1320,'_wpas_done_all','1'),(4783,1324,'_yoast_wpseo_linkdex','52'),(4784,1324,'_edit_lock','1395055648:2'),(4785,1324,'_edit_last','2'),(4786,1324,'_yoast_wpseo_focuskw','pre-market trading'),(4787,1324,'_yoast_wpseo_title',''),(4788,1324,'_yoast_wpseo_metadesc','Pre-market trading report covering overnight trading action in the stock, bond, commodity and currency markets. Scheduled economic data releases that may have an impact on the markets also included.'),(4789,1324,'_yoast_wpseo_meta-robots-noindex','0'),(4790,1324,'_yoast_wpseo_meta-robots-nofollow','0'),(4791,1324,'_yoast_wpseo_meta-robots-adv','none'),(4794,1324,'_yoast_wpseo_sitemap-html-include','-'),(4795,1324,'_yoast_wpseo_canonical',''),(4796,1324,'_yoast_wpseo_redirect',''),(4797,1324,'_yoast_wpseo_opengraph-description',''),(4798,1324,'_yoast_wpseo_google-plus-description',''),(4799,1324,'sfw_pwd','7k5qTmJw1Ca7'),(4800,1324,'_wpas_done_all','1'),(4803,1326,'_yoast_wpseo_linkdex','67'),(4802,1324,'_wp_old_slug','pre-market-trading-report-stock-bond-commodity-currency-markets'),(4804,1326,'_edit_lock','1395068169:2'),(4805,1326,'_edit_last','2'),(4806,1326,'_yoast_wpseo_focuskw','week ahead stocks'),(4807,1326,'_yoast_wpseo_title',''),(4808,1326,'_yoast_wpseo_metadesc','Commentary on the week ahead in the global financial markets including links to live trading rooms and educational workshops for stocks, bonds, commodity futures and forex.'),(4809,1326,'_yoast_wpseo_meta-robots-noindex','0'),(4810,1326,'_yoast_wpseo_meta-robots-nofollow','0'),(4811,1326,'_yoast_wpseo_meta-robots-adv','none'),(4814,1326,'_yoast_wpseo_sitemap-html-include','-'),(4815,1326,'_yoast_wpseo_canonical',''),(4816,1326,'_yoast_wpseo_redirect',''),(4817,1326,'_yoast_wpseo_opengraph-description',''),(4818,1326,'_yoast_wpseo_google-plus-description',''),(4822,1326,'sfw_pwd','spPMtzInggAr'),(4828,1326,'_wp_old_slug','week-ahead-global-financial-markets'),(4829,1326,'_oembed_f42f9c813afbb27ac3bf354a2af8dc98','{{unknown}}'),(4826,1326,'_wpas_done_all','1'),(4830,1326,'_oembed_1288c19a0fe33c3b8aafa0d93e2b6242','{{unknown}}'),(4831,1326,'_oembed_8a1ce7b11120bb62572df7eaf4788e30','{{unknown}}'),(5358,1386,'_edit_lock','1395777640:2'),(5357,1386,'_yoast_wpseo_linkdex','56'),(4834,1330,'_optimizepress_pagebuilder','Y'),(4835,1330,'_optimizepress_page_thumbnail',''),(4836,1330,'_optimizepress_page_thumbnail_preset',''),(4837,1330,'_optimizepress_header_layout','s:804:\"a:10:{s:4:\"logo\";s:80:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark1012.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(4838,1330,'_optimizepress_membership',''),(4839,1330,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(4840,1330,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(4841,1330,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(4842,1330,'_optimizepress_footer_area','s:268:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(4843,1330,'_optimizepress_color_scheme_template',''),(4844,1330,'_optimizepress_typography','s:1106:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(4845,1330,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(4846,1330,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(4847,1330,'_optimizepress_seo','s:73:\"a:3:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";}\";'),(4848,1330,'_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),(4849,1330,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(4850,1330,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(4851,1330,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(4852,1330,'_optimizepress_one_time_offer','s:141:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:4:\"time\";a:4:{s:4:\"days\";s:0:\"\";s:5:\"hours\";s:0:\"\";s:7:\"minutes\";s:0:\"\";s:7:\"seconds\";s:0:\"\";}}\";'),(4853,1330,'_optimizepress_launch_gateway',''),(4854,1330,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"2\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(4855,1331,'_optimizepress_pagebuilder','Y'),(4856,1331,'_optimizepress_page_thumbnail',''),(4857,1331,'_optimizepress_page_thumbnail_preset',''),(4858,1332,'_optimizepress_pagebuilder','Y'),(4859,1332,'_optimizepress_page_thumbnail',''),(4860,1332,'_optimizepress_page_thumbnail_preset',''),(4861,1332,'_optimizepress_header_layout','s:804:\"a:10:{s:4:\"logo\";s:80:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark1012.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(4862,1332,'_optimizepress_membership',''),(4863,1332,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(4864,1332,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(4865,1332,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(4866,1332,'_optimizepress_footer_area','s:268:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(4867,1332,'_optimizepress_color_scheme_template',''),(4868,1332,'_optimizepress_typography','s:1106:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(4869,1332,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(4870,1332,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(4871,1332,'_optimizepress_seo','s:73:\"a:3:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";}\";'),(4872,1332,'_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),(4873,1332,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(4874,1332,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(4875,1332,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(4876,1332,'_optimizepress_one_time_offer','s:141:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:4:\"time\";a:4:{s:4:\"days\";s:0:\"\";s:5:\"hours\";s:0:\"\";s:7:\"minutes\";s:0:\"\";s:7:\"seconds\";s:0:\"\";}}\";'),(4877,1332,'_optimizepress_launch_gateway',''),(4878,1332,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"2\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(4879,1333,'_optimizepress_pagebuilder','Y'),(4880,1333,'_optimizepress_page_thumbnail',''),(4881,1333,'_optimizepress_page_thumbnail_preset',''),(4882,1333,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(4883,1333,'_optimizepress_header_layout','s:804:\"a:10:{s:4:\"logo\";s:80:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark1013.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(4884,1333,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(4885,1333,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(4886,1333,'_optimizepress_footer_area','s:268:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(4887,1333,'_optimizepress_typography','s:1106:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(4888,1333,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(4889,1333,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(4890,1333,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(4891,1333,'_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),(4892,1333,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(4893,1333,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(4894,1333,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(4895,1333,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(4896,1333,'_wpas_done_all','1'),(4897,1333,'sfw_pwd','Tjx4iFomM3CW'),(4898,1335,'_yoast_wpseo_linkdex','52'),(4899,1335,'_edit_lock','1395170340:2'),(4900,1335,'_edit_last','2'),(4901,1335,'_yoast_wpseo_focuskw','pre-market trading'),(4902,1335,'_yoast_wpseo_title',''),(4903,1335,'_yoast_wpseo_metadesc','Pre-market trading report covering the overnight trading action for stocks, bonds, commodities and forex.'),(4904,1335,'_yoast_wpseo_meta-robots-noindex','0'),(4905,1335,'_yoast_wpseo_meta-robots-nofollow','0'),(4906,1335,'_yoast_wpseo_meta-robots-adv','none'),(4909,1335,'_yoast_wpseo_sitemap-html-include','-'),(4910,1335,'_yoast_wpseo_canonical',''),(4911,1335,'_yoast_wpseo_redirect',''),(4912,1335,'_yoast_wpseo_opengraph-description',''),(4913,1335,'_yoast_wpseo_google-plus-description',''),(4914,1335,'sfw_pwd','1kNnHZBJf46a'),(4915,1335,'_wpas_done_all','1'),(4917,1337,'_optimizepress_pagebuilder','Y'),(4918,1337,'_optimizepress_page_thumbnail',''),(4919,1337,'_optimizepress_page_thumbnail_preset',''),(4920,1337,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(4921,1337,'_optimizepress_header_layout','s:802:\"a:10:{s:4:\"logo\";s:78:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark12.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(4922,1337,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(4923,1337,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(4924,1337,'_optimizepress_footer_area','s:270:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:2:\"40\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(4925,1337,'_optimizepress_typography','s:1142:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"15\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(4926,1337,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(4927,1337,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(4928,1337,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(4929,1337,'_optimizepress_scripts','s:259:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:196:\"Lm9wdGluLWJveC0xNCBpbnB1dCwgLm9wdGluLWJveC0xNCBpbnB1dDpmb2N1cyB7Zm9udC13ZWlnaHQ6MzAwO30KLm9wdGluLWJveC0xNCBwLnByaXZhY3kge2NvbG9yOiM4ODg7Zm9udC1zaXplOjEzcHg7cGFkZGluZy10b3A6NXB4O29wYWNpdHk6MC44fQ==\";}}\";'),(4930,1337,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(4931,1337,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(4932,1337,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(4933,1338,'_optimizepress_pagebuilder','Y'),(4934,1338,'_optimizepress_page_thumbnail',''),(4935,1338,'_optimizepress_page_thumbnail_preset',''),(4936,1338,'_optimizepress_header_layout','s:804:\"a:10:{s:4:\"logo\";s:80:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark1012.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(4937,1338,'_optimizepress_membership',''),(4938,1338,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(4939,1338,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(4940,1338,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(4941,1338,'_optimizepress_footer_area','s:268:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(4942,1338,'_optimizepress_color_scheme_template',''),(4943,1338,'_optimizepress_typography','s:1106:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(4944,1338,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(4945,1338,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(4946,1338,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(4947,1338,'_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),(4948,1338,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(4949,1338,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(4950,1338,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(4951,1338,'_optimizepress_one_time_offer','s:141:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:4:\"time\";a:4:{s:4:\"days\";s:0:\"\";s:5:\"hours\";s:0:\"\";s:7:\"minutes\";s:0:\"\";s:7:\"seconds\";s:0:\"\";}}\";'),(4952,1338,'_optimizepress_launch_gateway',''),(4953,1338,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(4979,1344,'_edit_last','2'),(4980,1344,'_wpas_done_all','1'),(4995,1344,'sfw_pwd','tWKL9B23WRY8'),(4982,1344,'_yoast_wpseo_focuskw','pre market trading'),(4983,1344,'_yoast_wpseo_title',''),(4984,1344,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and forex.'),(4985,1344,'_yoast_wpseo_meta-robots-noindex','0'),(4986,1344,'_yoast_wpseo_meta-robots-nofollow','0'),(4987,1344,'_yoast_wpseo_meta-robots-adv','none'),(4990,1344,'_yoast_wpseo_sitemap-html-include','-'),(4991,1344,'_yoast_wpseo_canonical',''),(4992,1344,'_yoast_wpseo_redirect',''),(4993,1344,'_yoast_wpseo_opengraph-description',''),(4994,1344,'_yoast_wpseo_google-plus-description',''),(4998,1346,'_edit_last','2'),(4999,1346,'_wpas_done_all','1'),(5014,1346,'sfw_pwd','cPiNxR87KYln'),(5001,1346,'_yoast_wpseo_focuskw','pre-market trading'),(5002,1346,'_yoast_wpseo_title',''),(5003,1346,'_yoast_wpseo_metadesc','Pre-market trading report covering overnight trading action in the stock, bond, commodity and forex markets.'),(5004,1346,'_yoast_wpseo_meta-robots-noindex','0'),(5005,1346,'_yoast_wpseo_meta-robots-nofollow','0'),(5006,1346,'_yoast_wpseo_meta-robots-adv','none'),(5009,1346,'_yoast_wpseo_sitemap-html-include','-'),(5010,1346,'_yoast_wpseo_canonical',''),(5011,1346,'_yoast_wpseo_redirect',''),(5012,1346,'_yoast_wpseo_opengraph-description',''),(5013,1346,'_yoast_wpseo_google-plus-description',''),(5015,1348,'_yoast_wpseo_linkdex','56'),(5016,1348,'_edit_lock','1395625515:2'),(5017,1348,'_edit_last','2'),(5018,1348,'_yoast_wpseo_focuskw','stocks'),(5019,1348,'_yoast_wpseo_title',''),(5020,1348,'_yoast_wpseo_metadesc','Join RiosQuant coaches Joe Contes and Ken Eriksen Saturday March 22nd at 2 PM EDT and learn why the markets may be on the brink of a downturn. You will also discover an innovative approach to profiting and protecting your gains.'),(5021,1348,'_yoast_wpseo_meta-robots-noindex','0'),(5022,1348,'_yoast_wpseo_meta-robots-nofollow','0'),(5023,1348,'_yoast_wpseo_meta-robots-adv','none'),(5026,1348,'_yoast_wpseo_sitemap-html-include','-'),(5027,1348,'_yoast_wpseo_canonical',''),(5028,1348,'_yoast_wpseo_redirect',''),(5029,1348,'_yoast_wpseo_opengraph-description',''),(5030,1348,'_yoast_wpseo_google-plus-description',''),(5031,1348,'sfw_pwd','6texwbYCCX4b'),(5032,1348,'_wpas_done_all','1'),(5096,1355,'sfw_pwd','j0vZxm2oN5bE'),(7340,1355,'_pagelines_quote',''),(7341,1355,'_pagelines_link',''),(7342,1355,'_pagelines_video_m4v',''),(5103,1357,'_yoast_wpseo_linkdex','53'),(5104,1357,'_edit_lock','1395660841:2'),(5105,1357,'_edit_last','2'),(5106,1357,'_yoast_wpseo_focuskw','pre-market trading'),(5107,1357,'_yoast_wpseo_title',''),(5108,1357,'_yoast_wpseo_metadesc','Pre-market trading report for the stock, bond, commodity and forex markets. Scheduled economic data reports that may have an impact on the global financial markets also included.'),(5109,1357,'_yoast_wpseo_meta-robots-noindex','0'),(5110,1357,'_yoast_wpseo_meta-robots-nofollow','0'),(5111,1357,'_yoast_wpseo_meta-robots-adv','none'),(5114,1357,'_yoast_wpseo_sitemap-html-include','-'),(5115,1357,'_yoast_wpseo_canonical',''),(5116,1357,'_yoast_wpseo_redirect',''),(5117,1357,'_yoast_wpseo_opengraph-description',''),(5118,1357,'_yoast_wpseo_google-plus-description',''),(5119,1357,'sfw_pwd','nDY5vo47IKt3'),(5120,1357,'_wpas_done_all','1'),(5123,1359,'_yoast_wpseo_linkdex','28'),(5122,1357,'_wp_old_slug','pre-market-trading-report-stock-bond-commodity-currency-markets'),(5124,1359,'_edit_lock','1476034709:2'),(5125,1359,'_edit_last','2'),(5126,1360,'_wp_attached_file','2014/03/dean.jpg'),(5127,1360,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:419;s:6:\"height\";i:252;s:4:\"file\";s:16:\"2014/03/dean.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"dean-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"dean-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:16:\"dean-419x170.jpg\";s:5:\"width\";i:419;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:16:\"dean-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1395648988;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5128,1359,'_yoast_wpseo_focuskw','futures trading'),(15072,3179,'_pagelines_audio_ogg',''),(5130,1359,'_yoast_wpseo_metadesc','Meet real traders, find out what they are trading now and how.'),(15008,1041,'_pagelines_audio_ogg',''),(15007,1041,'_pagelines_audio_mp3',''),(5133,1359,'_yoast_wpseo_meta-robots-adv','none'),(15006,1041,'_pagelines_video_embed',''),(15005,1041,'_pagelines_video_poster',''),(15004,1041,'_pagelines_video_ogv',''),(15003,1041,'_pagelines_video_m4v',''),(15000,1041,'_pagelines_gallery_slider','off'),(15001,1041,'_pagelines_quote',''),(15002,1041,'_pagelines_link',''),(5141,1359,'sfw_pwd','w8VUIKeCfL7L'),(5142,1359,'_wpas_done_all','1'),(5145,1363,'_yoast_wpseo_linkdex','44'),(5146,1363,'_edit_lock','1399600573:2'),(5147,1363,'_edit_last','2'),(5148,1364,'_wp_attached_file','2014/03/jim-gold-trade.jpg'),(5149,1364,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:503;s:6:\"height\";i:239;s:4:\"file\";s:26:\"2014/03/jim-gold-trade.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"jim-gold-trade-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"jim-gold-trade-300x142.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:26:\"jim-gold-trade-503x170.jpg\";s:5:\"width\";i:503;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:26:\"jim-gold-trade-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1395651733;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5150,1363,'_yoast_wpseo_focuskw','quant trading strategy'),(5151,1363,'_yoast_wpseo_title',''),(5152,1363,'_yoast_wpseo_metadesc','RiosQuant member Jim G. from Falls Church Virginia takes profit from a short gold trade during this morning\'s Trading Room TradeLAB. Three contracts for $4,950 profit using RQ quant trading strategy.'),(5153,1363,'_yoast_wpseo_meta-robots-noindex','0'),(5154,1363,'_yoast_wpseo_meta-robots-nofollow','0'),(5155,1363,'_yoast_wpseo_meta-robots-adv','none'),(5158,1363,'_yoast_wpseo_sitemap-html-include','-'),(5159,1363,'_yoast_wpseo_canonical',''),(5160,1363,'_yoast_wpseo_redirect',''),(5161,1363,'_yoast_wpseo_opengraph-description',''),(5162,1363,'_yoast_wpseo_google-plus-description',''),(5163,1363,'sfw_pwd','MyDyRyJzNGio'),(5164,1363,'_wpas_done_all','1'),(5167,1368,'_optimizepress_pagebuilder','Y'),(5166,1363,'_wp_old_slug','get-logic-feel-power-rq-trading-technology'),(5168,1368,'_optimizepress_page_thumbnail',''),(5169,1368,'_optimizepress_page_thumbnail_preset',''),(5170,1368,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(5171,1368,'_optimizepress_header_layout','s:802:\"a:10:{s:4:\"logo\";s:78:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark12.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(5172,1368,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(5173,1368,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(5174,1368,'_optimizepress_footer_area','s:270:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:2:\"40\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(5175,1368,'_optimizepress_typography','s:1142:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"15\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(5176,1368,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(5177,1368,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(5178,1368,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(5179,1368,'_optimizepress_scripts','s:259:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:196:\"Lm9wdGluLWJveC0xNCBpbnB1dCwgLm9wdGluLWJveC0xNCBpbnB1dDpmb2N1cyB7Zm9udC13ZWlnaHQ6MzAwO30KLm9wdGluLWJveC0xNCBwLnByaXZhY3kge2NvbG9yOiM4ODg7Zm9udC1zaXplOjEzcHg7cGFkZGluZy10b3A6NXB4O29wYWNpdHk6MC44fQ==\";}}\";'),(5180,1368,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(5181,1368,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(5182,1368,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(5183,1368,'_wpas_done_all','1'),(5184,1368,'sfw_pwd','jpPnvutHeL8z'),(5185,1370,'_optimizepress_pagebuilder','Y'),(5186,1370,'_optimizepress_page_thumbnail',''),(5187,1370,'_optimizepress_page_thumbnail_preset',''),(5188,1370,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(5189,1370,'_optimizepress_header_layout','s:802:\"a:10:{s:4:\"logo\";s:78:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark12.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(5190,1370,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(5191,1370,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(5192,1370,'_optimizepress_footer_area','s:270:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:2:\"40\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(5193,1370,'_optimizepress_typography','s:1142:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"15\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(5194,1370,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(5195,1370,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(5196,1370,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(5197,1370,'_optimizepress_scripts','s:259:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:196:\"Lm9wdGluLWJveC0xNCBpbnB1dCwgLm9wdGluLWJveC0xNCBpbnB1dDpmb2N1cyB7Zm9udC13ZWlnaHQ6MzAwO30KLm9wdGluLWJveC0xNCBwLnByaXZhY3kge2NvbG9yOiM4ODg7Zm9udC1zaXplOjEzcHg7cGFkZGluZy10b3A6NXB4O29wYWNpdHk6MC44fQ==\";}}\";'),(5198,1370,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(5199,1370,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(5200,1370,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(5201,1371,'_optimizepress_pagebuilder','Y'),(5202,1371,'_optimizepress_page_thumbnail',''),(5203,1371,'_optimizepress_page_thumbnail_preset',''),(5204,1371,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(5205,1371,'_optimizepress_header_layout','s:802:\"a:10:{s:4:\"logo\";s:78:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark12.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(5206,1371,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(5207,1371,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(5208,1371,'_optimizepress_footer_area','s:270:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:2:\"40\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(5209,1371,'_optimizepress_typography','s:1142:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"15\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(5210,1371,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(5211,1371,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(5212,1371,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(5213,1371,'_optimizepress_scripts','s:259:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:196:\"Lm9wdGluLWJveC0xNCBpbnB1dCwgLm9wdGluLWJveC0xNCBpbnB1dDpmb2N1cyB7Zm9udC13ZWlnaHQ6MzAwO30KLm9wdGluLWJveC0xNCBwLnByaXZhY3kge2NvbG9yOiM4ODg7Zm9udC1zaXplOjEzcHg7cGFkZGluZy10b3A6NXB4O29wYWNpdHk6MC44fQ==\";}}\";'),(5214,1371,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(5215,1371,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(5216,1371,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(5217,1371,'_wpas_done_all','1'),(5218,1371,'sfw_pwd','uQd3kD5QBkvy'),(5219,1373,'_optimizepress_pagebuilder','Y'),(5220,1373,'_optimizepress_page_thumbnail',''),(5221,1373,'_optimizepress_page_thumbnail_preset',''),(5222,1373,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(5223,1373,'_optimizepress_header_layout','s:802:\"a:10:{s:4:\"logo\";s:78:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark12.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(5224,1373,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(5225,1373,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(5226,1373,'_optimizepress_footer_area','s:270:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:2:\"40\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(5227,1373,'_optimizepress_typography','s:1142:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"15\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(5228,1373,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(5229,1373,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(5230,1373,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(5231,1373,'_optimizepress_scripts','s:259:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:196:\"Lm9wdGluLWJveC0xNCBpbnB1dCwgLm9wdGluLWJveC0xNCBpbnB1dDpmb2N1cyB7Zm9udC13ZWlnaHQ6MzAwO30KLm9wdGluLWJveC0xNCBwLnByaXZhY3kge2NvbG9yOiM4ODg7Zm9udC1zaXplOjEzcHg7cGFkZGluZy10b3A6NXB4O29wYWNpdHk6MC44fQ==\";}}\";'),(5232,1373,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(5233,1373,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(5234,1373,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(5235,1374,'_optimizepress_pagebuilder','Y'),(5236,1374,'_optimizepress_page_thumbnail',''),(5237,1374,'_optimizepress_page_thumbnail_preset',''),(5238,1374,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(5239,1374,'_optimizepress_header_layout','s:802:\"a:10:{s:4:\"logo\";s:78:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark12.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(5240,1374,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(5241,1374,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(5242,1374,'_optimizepress_footer_area','s:270:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:2:\"40\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(5243,1374,'_optimizepress_typography','s:1142:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"15\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(5244,1374,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(5245,1374,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(5246,1374,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(5247,1374,'_optimizepress_scripts','s:259:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:196:\"Lm9wdGluLWJveC0xNCBpbnB1dCwgLm9wdGluLWJveC0xNCBpbnB1dDpmb2N1cyB7Zm9udC13ZWlnaHQ6MzAwO30KLm9wdGluLWJveC0xNCBwLnByaXZhY3kge2NvbG9yOiM4ODg7Zm9udC1zaXplOjEzcHg7cGFkZGluZy10b3A6NXB4O29wYWNpdHk6MC44fQ==\";}}\";'),(5248,1374,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(5249,1374,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(5250,1374,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(5251,1375,'_optimizepress_pagebuilder','Y'),(5252,1375,'_optimizepress_page_thumbnail',''),(5253,1375,'_optimizepress_page_thumbnail_preset',''),(5254,1375,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(5255,1375,'_optimizepress_header_layout','s:802:\"a:10:{s:4:\"logo\";s:78:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark12.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(5256,1375,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(5257,1375,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(5258,1375,'_optimizepress_footer_area','s:270:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:2:\"40\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(5259,1375,'_optimizepress_typography','s:1142:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"15\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(5260,1375,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(5261,1375,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(5262,1375,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(5263,1375,'_optimizepress_scripts','s:259:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:196:\"Lm9wdGluLWJveC0xNCBpbnB1dCwgLm9wdGluLWJveC0xNCBpbnB1dDpmb2N1cyB7Zm9udC13ZWlnaHQ6MzAwO30KLm9wdGluLWJveC0xNCBwLnByaXZhY3kge2NvbG9yOiM4ODg7Zm9udC1zaXplOjEzcHg7cGFkZGluZy10b3A6NXB4O29wYWNpdHk6MC44fQ==\";}}\";'),(5264,1375,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(5265,1375,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(5266,1375,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(5267,1376,'_optimizepress_pagebuilder','Y'),(5268,1376,'_optimizepress_page_thumbnail',''),(5269,1376,'_optimizepress_page_thumbnail_preset',''),(5270,1376,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(5271,1376,'_optimizepress_header_layout','s:802:\"a:10:{s:4:\"logo\";s:78:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark12.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(5272,1376,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(5273,1376,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(5274,1376,'_optimizepress_footer_area','s:270:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:2:\"40\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(5275,1376,'_optimizepress_typography','s:1142:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"15\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(5276,1376,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(5277,1376,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(5278,1376,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(5279,1376,'_optimizepress_scripts','s:259:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:196:\"Lm9wdGluLWJveC0xNCBpbnB1dCwgLm9wdGluLWJveC0xNCBpbnB1dDpmb2N1cyB7Zm9udC13ZWlnaHQ6MzAwO30KLm9wdGluLWJveC0xNCBwLnByaXZhY3kge2NvbG9yOiM4ODg7Zm9udC1zaXplOjEzcHg7cGFkZGluZy10b3A6NXB4O29wYWNpdHk6MC44fQ==\";}}\";'),(5280,1376,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(5281,1376,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(5282,1376,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(5283,1376,'_wpas_done_all','1'),(5284,1376,'sfw_pwd','JLiUIQIW8Y9t'),(5285,1378,'_optimizepress_pagebuilder','Y'),(5286,1378,'_optimizepress_page_thumbnail',''),(5287,1378,'_optimizepress_page_thumbnail_preset',''),(5288,1378,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(5289,1378,'_optimizepress_header_layout','s:802:\"a:10:{s:4:\"logo\";s:78:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark12.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(5290,1378,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(5291,1378,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(5292,1378,'_optimizepress_footer_area','s:270:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:2:\"40\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(5293,1378,'_optimizepress_typography','s:1142:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"15\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(5294,1378,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(5295,1378,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(5296,1378,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(5297,1378,'_optimizepress_scripts','s:259:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:196:\"Lm9wdGluLWJveC0xNCBpbnB1dCwgLm9wdGluLWJveC0xNCBpbnB1dDpmb2N1cyB7Zm9udC13ZWlnaHQ6MzAwO30KLm9wdGluLWJveC0xNCBwLnByaXZhY3kge2NvbG9yOiM4ODg7Zm9udC1zaXplOjEzcHg7cGFkZGluZy10b3A6NXB4O29wYWNpdHk6MC44fQ==\";}}\";'),(5298,1378,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(5299,1378,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(5300,1378,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(5301,1378,'_wpas_done_all','1'),(5302,1378,'sfw_pwd','ZBjwCKNTezN9'),(5303,1380,'_optimizepress_pagebuilder','Y'),(5304,1380,'_optimizepress_page_thumbnail',''),(5305,1380,'_optimizepress_page_thumbnail_preset',''),(5306,1380,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(5307,1380,'_optimizepress_header_layout','s:802:\"a:10:{s:4:\"logo\";s:78:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark12.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(5308,1380,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(5309,1380,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(5310,1380,'_optimizepress_footer_area','s:270:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:2:\"40\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(5311,1380,'_optimizepress_typography','s:1142:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"15\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(5312,1380,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(5313,1380,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(5314,1380,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(5315,1380,'_optimizepress_scripts','s:259:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:196:\"Lm9wdGluLWJveC0xNCBpbnB1dCwgLm9wdGluLWJveC0xNCBpbnB1dDpmb2N1cyB7Zm9udC13ZWlnaHQ6MzAwO30KLm9wdGluLWJveC0xNCBwLnByaXZhY3kge2NvbG9yOiM4ODg7Zm9udC1zaXplOjEzcHg7cGFkZGluZy10b3A6NXB4O29wYWNpdHk6MC44fQ==\";}}\";'),(5316,1380,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(5317,1380,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(5318,1380,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(5319,1380,'_wpas_done_all','1'),(5320,1380,'sfw_pwd','664U9Dppeq98'),(5321,1382,'_optimizepress_pagebuilder','Y'),(5322,1382,'_optimizepress_page_thumbnail',''),(5323,1382,'_optimizepress_page_thumbnail_preset',''),(5324,1382,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(5325,1382,'_optimizepress_header_layout','s:802:\"a:10:{s:4:\"logo\";s:78:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark12.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(5326,1382,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(5327,1382,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(5328,1382,'_optimizepress_footer_area','s:270:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:2:\"40\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(5329,1382,'_optimizepress_typography','s:1142:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"15\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(5330,1382,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(5331,1382,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(5332,1382,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(5333,1382,'_optimizepress_scripts','s:259:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:196:\"Lm9wdGluLWJveC0xNCBpbnB1dCwgLm9wdGluLWJveC0xNCBpbnB1dDpmb2N1cyB7Zm9udC13ZWlnaHQ6MzAwO30KLm9wdGluLWJveC0xNCBwLnByaXZhY3kge2NvbG9yOiM4ODg7Zm9udC1zaXplOjEzcHg7cGFkZGluZy10b3A6NXB4O29wYWNpdHk6MC44fQ==\";}}\";'),(5334,1382,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(5335,1382,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(5336,1382,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(5337,1382,'_wpas_done_all','1'),(5338,1382,'sfw_pwd','gB2vC8pYuU0Q'),(5339,1384,'_optimizepress_pagebuilder','Y'),(5340,1384,'_optimizepress_page_thumbnail',''),(5341,1384,'_optimizepress_page_thumbnail_preset',''),(5342,1384,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(5343,1384,'_optimizepress_header_layout','s:802:\"a:10:{s:4:\"logo\";s:78:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark12.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(5344,1384,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(5345,1384,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(5346,1384,'_optimizepress_footer_area','s:270:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:2:\"40\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(5347,1384,'_optimizepress_typography','s:1142:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"15\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(5348,1384,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(5349,1384,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(5350,1384,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(5351,1384,'_optimizepress_scripts','s:259:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:196:\"Lm9wdGluLWJveC0xNCBpbnB1dCwgLm9wdGluLWJveC0xNCBpbnB1dDpmb2N1cyB7Zm9udC13ZWlnaHQ6MzAwO30KLm9wdGluLWJveC0xNCBwLnByaXZhY3kge2NvbG9yOiM4ODg7Zm9udC1zaXplOjEzcHg7cGFkZGluZy10b3A6NXB4O29wYWNpdHk6MC44fQ==\";}}\";'),(5352,1384,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(5353,1384,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(5354,1384,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(5355,1384,'_wpas_done_all','1'),(5356,1384,'sfw_pwd','2XPcmuzlgy1R'),(5359,1386,'_edit_last','2'),(5360,1386,'_wpas_done_all','1'),(5375,1386,'sfw_pwd','2FYZLYk3z0Yv'),(5362,1386,'_yoast_wpseo_focuskw','pre-market trading'),(5363,1386,'_yoast_wpseo_title',''),(5364,1386,'_yoast_wpseo_metadesc','Pre-market trading report for stock, bond, commodity and forex markets including scheduled economic data releases that may have an impact on the markets.'),(5365,1386,'_yoast_wpseo_meta-robots-noindex','0'),(5366,1386,'_yoast_wpseo_meta-robots-nofollow','0'),(5367,1386,'_yoast_wpseo_meta-robots-adv','none'),(5370,1386,'_yoast_wpseo_sitemap-html-include','-'),(5371,1386,'_yoast_wpseo_canonical',''),(5372,1386,'_yoast_wpseo_redirect',''),(5373,1386,'_yoast_wpseo_opengraph-description',''),(5374,1386,'_yoast_wpseo_google-plus-description',''),(5376,1388,'_optimizepress_pagebuilder','Y'),(5377,1388,'_optimizepress_page_thumbnail',''),(5378,1388,'_optimizepress_page_thumbnail_preset',''),(5379,1388,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(5380,1388,'_optimizepress_header_layout','s:804:\"a:10:{s:4:\"logo\";s:80:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark1012.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(5381,1388,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(5382,1388,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(5383,1388,'_optimizepress_footer_area','s:268:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(5384,1388,'_optimizepress_typography','s:1106:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(5385,1388,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(5386,1388,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(5387,1388,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(5388,1388,'_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),(5389,1388,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(5390,1388,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(5391,1388,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(5392,1388,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(5393,1388,'sfw_pwd','7E8fqcRIsAym'),(5394,1388,'_wpas_done_all','1'),(5395,1390,'_yoast_wpseo_linkdex','44'),(5396,1390,'_edit_lock','1395796206:2'),(5397,1390,'_edit_last','2'),(5398,1390,'_yoast_wpseo_focuskw','options trading strategies'),(5399,1390,'_yoast_wpseo_title',''),(5400,1390,'_yoast_wpseo_metadesc','Are you prepared if the stock market suddenly sold-off? Don\'t let the market blues catch you off guard. Join us for special event and learn how to protect your profits.'),(5401,1390,'_yoast_wpseo_meta-robots-noindex','0'),(5402,1390,'_yoast_wpseo_meta-robots-nofollow','0'),(5403,1390,'_yoast_wpseo_meta-robots-adv','none'),(5406,1390,'_yoast_wpseo_sitemap-html-include','-'),(5407,1390,'_yoast_wpseo_canonical',''),(5408,1390,'_yoast_wpseo_redirect',''),(5409,1390,'_yoast_wpseo_opengraph-description',''),(5410,1390,'_yoast_wpseo_google-plus-description',''),(5411,1390,'sfw_pwd','ksxFg8tyOUZ8'),(5412,1390,'_wpas_done_all','1'),(5415,1373,'_yoast_wpseo_linkdex','0'),(5414,1390,'_wp_old_slug','perfect-storm-ready'),(5417,1384,'_yoast_wpseo_linkdex','0'),(5418,1376,'_yoast_wpseo_linkdex','0'),(5419,1375,'_yoast_wpseo_linkdex','0'),(5420,1378,'_yoast_wpseo_linkdex','0'),(5421,1380,'_yoast_wpseo_linkdex','0'),(5422,1382,'_yoast_wpseo_linkdex','0'),(5423,1337,'_yoast_wpseo_linkdex','0'),(5424,1320,'_yoast_wpseo_linkdex','0'),(5425,1333,'_yoast_wpseo_linkdex','0'),(5426,1382,'_edit_lock','1395858362:2'),(5427,1396,'_yoast_wpseo_linkdex','53'),(5428,1396,'_edit_lock','1395837032:2'),(5429,1396,'_edit_last','2'),(5430,1396,'_wpas_done_all','1'),(5445,1396,'sfw_pwd','Df0IsVu7NoYQ'),(5432,1396,'_yoast_wpseo_focuskw','pre-market trading'),(5433,1396,'_yoast_wpseo_title',''),(5434,1396,'_yoast_wpseo_metadesc','Pre-market trading report for the stock, bond, commodity and forex markets including scheduled economic data releases that may have an impact on the global markets.'),(5435,1396,'_yoast_wpseo_meta-robots-noindex','0'),(5436,1396,'_yoast_wpseo_meta-robots-nofollow','0'),(5437,1396,'_yoast_wpseo_meta-robots-adv','none'),(15168,1368,'pl-settings','a:2:{s:5:\"draft\";a:4:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau88287\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"u88287\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"PLDocker\";s:5:\"clone\";s:7:\"ujd25gh\";s:3:\"sid\";s:6:\"docker\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}}s:8:\"settings\";a:33:{s:17:\"pagelines_favicon\";s:55:\"[pl_site_url]/wp-content/uploads/2014/05/Rfavletter.png\";s:14:\"pl_login_image\";s:57:\"[pl_site_url]/wp-content/uploads/2014/05/rqlogoblack2.jpg\";s:19:\"pagelines_touchicon\";s:57:\"[pl_site_url]/wp-content/uploads/2014/05/rqlogoblack3.jpg\";s:10:\"karma_icon\";s:3:\"sun\";s:19:\"disable_less_errors\";s:1:\"0\";s:15:\"alternative_css\";s:1:\"0\";s:14:\"sl_web_disable\";s:1:\"1\";s:11:\"sl_facebook\";s:33:\"https://www.facebook.com/rqtrader\";s:10:\"sl_youtube\";s:56:\"https://www.youtube.com/channel/UCJmcq8W9KhVMLoHsqTXIAnw\";s:16:\"post_loop_legacy\";s:1:\"0\";s:18:\"pl_loop_thumb_size\";s:6:\"medium\";s:27:\"pagelines_favicon_attach_id\";s:4:\"1613\";s:24:\"pl_login_image_attach_id\";s:4:\"1606\";s:29:\"pagelines_touchicon_attach_id\";s:4:\"1607\";s:14:\"base_font_size\";s:2:\"14\";s:19:\"font_primary_weight\";s:3:\"300\";s:16:\"header_base_size\";s:2:\"16\";s:19:\"font_headers_weight\";s:3:\"300\";s:11:\"layout_mode\";s:5:\"pixel\";s:19:\"layout_display_mode\";s:12:\"display-full\";s:15:\"nav_dropdown_bg\";s:4:\"dark\";s:19:\"nav_dropdown_toggle\";s:5:\"hover\";s:16:\"content_width_px\";s:6:\"1172px\";s:21:\"content_width_percent\";s:3:\"93%\";s:16:\"metabar_standard\";s:16:\"The Trading Room\";s:15:\"facebook_app_id\";s:33:\"https://www.facebook.com/rqtrader\";s:13:\"facebook_name\";s:9:\"RQ Trader\";s:12:\"site-hashtag\";s:10:\"#riosquant\";s:10:\"sl_twitter\";s:28:\"https://twitter.com/JoeGRios\";s:12:\"sl_pinterest\";s:55:\"http://www.pinterest.com/jgarciarios/riosquant-trading/\";s:12:\"enable_debug\";s:1:\"1\";s:18:\"load_prettify_libs\";s:1:\"0\";s:21:\"pl_loop_disable_karma\";s:1:\"0\";}s:7:\"ucohnff\";a:2:{s:15:\"post_media_hide\";s:1:\"0\";s:13:\"metahead_hide\";s:1:\"0\";}s:7:\"ujd25gh\";a:4:{s:6:\"format\";s:4:\"left\";s:9:\"post_type\";s:4:\"post\";s:10:\"post_total\";s:2:\"10\";s:9:\"post_sort\";s:4:\"DESC\";}}s:4:\"live\";a:4:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau88287\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"u88287\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:8:\"PLDocker\";s:5:\"clone\";s:7:\"ujd25gh\";s:3:\"sid\";s:6:\"docker\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}}s:8:\"settings\";a:33:{s:17:\"pagelines_favicon\";s:55:\"[pl_site_url]/wp-content/uploads/2014/05/Rfavletter.png\";s:14:\"pl_login_image\";s:57:\"[pl_site_url]/wp-content/uploads/2014/05/rqlogoblack2.jpg\";s:19:\"pagelines_touchicon\";s:57:\"[pl_site_url]/wp-content/uploads/2014/05/rqlogoblack3.jpg\";s:10:\"karma_icon\";s:3:\"sun\";s:19:\"disable_less_errors\";s:1:\"0\";s:15:\"alternative_css\";s:1:\"0\";s:14:\"sl_web_disable\";s:1:\"1\";s:11:\"sl_facebook\";s:33:\"https://www.facebook.com/rqtrader\";s:10:\"sl_youtube\";s:56:\"https://www.youtube.com/channel/UCJmcq8W9KhVMLoHsqTXIAnw\";s:16:\"post_loop_legacy\";s:1:\"0\";s:18:\"pl_loop_thumb_size\";s:6:\"medium\";s:27:\"pagelines_favicon_attach_id\";s:4:\"1613\";s:24:\"pl_login_image_attach_id\";s:4:\"1606\";s:29:\"pagelines_touchicon_attach_id\";s:4:\"1607\";s:14:\"base_font_size\";s:2:\"14\";s:19:\"font_primary_weight\";s:3:\"300\";s:16:\"header_base_size\";s:2:\"16\";s:19:\"font_headers_weight\";s:3:\"300\";s:11:\"layout_mode\";s:5:\"pixel\";s:19:\"layout_display_mode\";s:12:\"display-full\";s:15:\"nav_dropdown_bg\";s:4:\"dark\";s:19:\"nav_dropdown_toggle\";s:5:\"hover\";s:16:\"content_width_px\";s:6:\"1172px\";s:21:\"content_width_percent\";s:3:\"93%\";s:16:\"metabar_standard\";s:16:\"The Trading Room\";s:15:\"facebook_app_id\";s:33:\"https://www.facebook.com/rqtrader\";s:13:\"facebook_name\";s:9:\"RQ Trader\";s:12:\"site-hashtag\";s:10:\"#riosquant\";s:10:\"sl_twitter\";s:28:\"https://twitter.com/JoeGRios\";s:12:\"sl_pinterest\";s:55:\"http://www.pinterest.com/jgarciarios/riosquant-trading/\";s:12:\"enable_debug\";s:1:\"1\";s:18:\"load_prettify_libs\";s:1:\"0\";s:21:\"pl_loop_disable_karma\";s:1:\"0\";}s:7:\"ucohnff\";a:2:{s:15:\"post_media_hide\";s:1:\"0\";s:13:\"metahead_hide\";s:1:\"0\";}s:7:\"ujd25gh\";a:3:{s:9:\"post_type\";s:4:\"post\";s:10:\"post_total\";s:2:\"10\";s:9:\"post_sort\";s:4:\"DESC\";}}}'),(5440,1396,'_yoast_wpseo_sitemap-html-include','-'),(5441,1396,'_yoast_wpseo_canonical',''),(5442,1396,'_yoast_wpseo_redirect',''),(5443,1396,'_yoast_wpseo_opengraph-description',''),(5444,1396,'_yoast_wpseo_google-plus-description',''),(5446,1398,'_optimizepress_pagebuilder','Y'),(5447,1398,'_optimizepress_page_thumbnail',''),(5448,1398,'_optimizepress_page_thumbnail_preset',''),(5449,1398,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(5450,1398,'_optimizepress_header_layout','s:804:\"a:10:{s:4:\"logo\";s:80:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark1012.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(5451,1398,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(5452,1398,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(5453,1398,'_optimizepress_footer_area','s:268:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(5454,1398,'_optimizepress_typography','s:1106:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(5455,1398,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(5456,1398,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(5457,1398,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(5458,1398,'_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),(5459,1398,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(5460,1398,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(5461,1398,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(5462,1398,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(5463,1398,'_wpas_done_all','1'),(5464,1398,'sfw_pwd','Jh2RdUiRxxn7'),(5465,1401,'_yoast_wpseo_linkdex','53'),(5466,1401,'_edit_lock','1395920999:2'),(5467,1401,'_edit_last','2'),(5468,1401,'_wpas_done_all','1'),(5483,1401,'sfw_pwd','qJn5xeHk7wDl'),(5470,1401,'_yoast_wpseo_focuskw','pre-market trading'),(5471,1401,'_yoast_wpseo_title',''),(5472,1401,'_yoast_wpseo_metadesc','Pre-market trading report for the global financial markets covering the stock, bond, commodity and forex markets.'),(5473,1401,'_yoast_wpseo_meta-robots-noindex','0'),(5474,1401,'_yoast_wpseo_meta-robots-nofollow','0'),(5475,1401,'_yoast_wpseo_meta-robots-adv','none'),(5478,1401,'_yoast_wpseo_sitemap-html-include','-'),(5479,1401,'_yoast_wpseo_canonical',''),(5480,1401,'_yoast_wpseo_redirect',''),(5481,1401,'_yoast_wpseo_opengraph-description',''),(5482,1401,'_yoast_wpseo_google-plus-description',''),(5484,1403,'_yoast_wpseo_linkdex','44'),(5485,1403,'_edit_lock','1476034536:2'),(5486,1403,'_edit_last','2'),(5487,1403,'_yoast_wpseo_focuskw','trading room'),(5489,1403,'_yoast_wpseo_metadesc','Meet real traders, find out how they are trading the stock, bond, commodity and forex markets.'),(14998,1359,'_pagelines_audio_ogg',''),(14997,1359,'_pagelines_audio_mp3',''),(5492,1403,'_yoast_wpseo_meta-robots-adv','none'),(14996,1359,'_pagelines_video_embed',''),(14995,1359,'_pagelines_video_poster',''),(14994,1359,'_pagelines_video_ogv',''),(14993,1359,'_pagelines_video_m4v',''),(14990,1359,'_pagelines_gallery_slider','off'),(14991,1359,'_pagelines_quote',''),(14992,1359,'_pagelines_link',''),(5500,1403,'sfw_pwd','ROdt9cBMj7ZO'),(5731,1440,'_edit_lock','1396630370:2'),(5730,1440,'_yoast_wpseo_linkdex','53'),(5503,1407,'_wp_attached_file','2014/03/marie.jpg'),(5504,1407,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:371;s:6:\"height\";i:423;s:4:\"file\";s:17:\"2014/03/marie.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"marie-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"marie-263x300.jpg\";s:5:\"width\";i:263;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:17:\"marie-371x170.jpg\";s:5:\"width\";i:371;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:17:\"marie-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1395906613;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5505,1403,'_wpas_done_all','1'),(5507,1409,'_yoast_wpseo_linkdex','49'),(5508,1409,'_edit_lock','1476034501:2'),(5509,1409,'_edit_last','2'),(5510,1409,'_yoast_wpseo_focuskw','trading room'),(15077,3181,'_edit_lock','1476279865:2'),(5512,1409,'_yoast_wpseo_metadesc','Meet real traders and their methods to trading the global financial markets. Find out what\'s working for stock, bond, commodity and forex trading.'),(15075,3179,'_yoast_wpseo_linkdex','70'),(5515,1409,'_yoast_wpseo_meta-robots-adv','none'),(15074,3179,'_yoast_wpseo_metadesc','The US dollar traded to an 11-week high as the rising rate hike bets came alongside waning support for Donald Trump in the U.S. election race.'),(15073,3179,'_yoast_wpseo_focuskw','premarket trading'),(5523,1409,'sfw_pwd','LYT22PFMQmKU'),(5524,1411,'_wp_attached_file','2014/03/jose.jpg'),(5525,1411,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:413;s:4:\"file\";s:16:\"2014/03/jose.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"jose-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"jose-254x300.jpg\";s:5:\"width\";i:254;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:16:\"jose-350x170.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:16:\"jose-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1395907777;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5526,1409,'_wpas_done_all','1'),(5528,1414,'_yoast_wpseo_linkdex','51'),(5529,1414,'_edit_lock','1396042951:2'),(5530,1414,'_edit_last','2'),(5531,1414,'_yoast_wpseo_focuskw','trading room'),(5532,1414,'_yoast_wpseo_title',''),(5533,1414,'_yoast_wpseo_metadesc','Pre-market trading room report for the global financial markets including stocks, bonds, commodities and forex.'),(5534,1414,'_yoast_wpseo_meta-robots-noindex','0'),(5535,1414,'_yoast_wpseo_meta-robots-nofollow','0'),(5536,1414,'_yoast_wpseo_meta-robots-adv','none'),(5539,1414,'_yoast_wpseo_sitemap-html-include','-'),(5540,1414,'_yoast_wpseo_canonical',''),(5541,1414,'_yoast_wpseo_redirect',''),(5542,1414,'_yoast_wpseo_opengraph-description',''),(5543,1414,'_yoast_wpseo_google-plus-description',''),(5544,1414,'sfw_pwd','T3IJXW3a0t5f'),(5545,1414,'_wpas_done_all','1'),(5547,1416,'_optimizepress_pagebuilder','Y'),(5548,1416,'_optimizepress_page_thumbnail',''),(5549,1416,'_optimizepress_page_thumbnail_preset',''),(5550,1416,'_optimizepress_header_layout','s:802:\"a:10:{s:4:\"logo\";s:78:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark11.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(5551,1416,'_optimizepress_membership',''),(5552,1416,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(5553,1416,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(5554,1416,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(5555,1416,'_optimizepress_footer_area','s:270:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:2:\"40\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(5556,1416,'_optimizepress_color_scheme_template',''),(5557,1416,'_optimizepress_typography','s:1198:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:2:\"16\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(5558,1416,'_optimizepress_color_scheme_advanced','s:1848:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:7:\"#2a76b7\";s:10:\"footer_end\";s:7:\"#2a76b7\";s:17:\"footer_text_color\";s:7:\"#ffffff\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(5559,1416,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(5560,1416,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(5561,1416,'_optimizepress_scripts','s:138:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:76:\"I2xlX2JvZHlfcm93XzNfY29sXzIgLmJ1bGxldC1saXN0IHttYXJnaW4tYm90dG9tOjEwcHg7fQ==\";}}\";'),(5562,1416,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(5563,1416,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(5564,1416,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(5565,1416,'_optimizepress_one_time_offer','s:141:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:4:\"time\";a:4:{s:4:\"days\";s:0:\"\";s:5:\"hours\";s:0:\"\";s:7:\"minutes\";s:0:\"\";s:7:\"seconds\";s:0:\"\";}}\";'),(5566,1416,'_optimizepress_launch_gateway',''),(5567,1416,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(5568,1416,'sfw_pwd','SYISAwrJN1JK'),(5569,1416,'_wpas_done_all','1'),(5571,1418,'_edit_lock','1396265379:2'),(5572,1418,'_edit_last','2'),(5573,1418,'_wpas_done_all','1'),(5588,1418,'sfw_pwd','jg0SWJMrqZKl'),(5575,1418,'_yoast_wpseo_focuskw','pre-market trading'),(5576,1418,'_yoast_wpseo_title',''),(5577,1418,'_yoast_wpseo_metadesc','Pre-market trading report for the stock, bond, commodity and forex markets. Scheduled economic data releases that may have an impact on the global financial markets also included.'),(5578,1418,'_yoast_wpseo_meta-robots-noindex','0'),(5579,1418,'_yoast_wpseo_meta-robots-nofollow','0'),(5580,1418,'_yoast_wpseo_meta-robots-adv','none'),(5583,1418,'_yoast_wpseo_sitemap-html-include','-'),(5584,1418,'_yoast_wpseo_canonical',''),(5585,1418,'_yoast_wpseo_redirect',''),(5586,1418,'_yoast_wpseo_opengraph-description',''),(5587,1418,'_yoast_wpseo_google-plus-description',''),(5589,1420,'_yoast_wpseo_linkdex','63'),(5590,1420,'_edit_lock','1396266385:2'),(5591,1420,'_edit_last','2'),(5592,1421,'_wp_attached_file','2014/03/sp-3-30.jpg'),(5593,1421,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:347;s:6:\"height\";i:352;s:4:\"file\";s:19:\"2014/03/sp-3-30.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"sp-3-30-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"sp-3-30-295x300.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:19:\"sp-3-30-347x170.jpg\";s:5:\"width\";i:347;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:19:\"sp-3-30-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1396179312;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5594,1420,'_yoast_wpseo_focuskw','emini s&p'),(5595,1420,'_yoast_wpseo_title',''),(5596,1420,'_yoast_wpseo_metadesc','Technically speaking the S&P 500 index ended the week in a short term downward channel located in the middle of a longer term upward trend channel, hence last week\'s choppy market environment.'),(5597,1420,'_yoast_wpseo_meta-robots-noindex','0'),(5598,1420,'_yoast_wpseo_meta-robots-nofollow','0'),(5599,1420,'_yoast_wpseo_meta-robots-adv','none'),(5602,1420,'_yoast_wpseo_sitemap-html-include','-'),(5603,1420,'_yoast_wpseo_canonical',''),(5604,1420,'_yoast_wpseo_redirect',''),(5605,1420,'_yoast_wpseo_opengraph-description',''),(5606,1420,'_yoast_wpseo_google-plus-description',''),(5614,1420,'_oembed_eea4816b2bf04ac96604620b4cf0cfbb','{{unknown}}'),(5612,1420,'_wpas_done_all','1'),(5611,1420,'sfw_pwd','szD3rNaxa8Xx'),(5615,1420,'_oembed_28f6aa279edabd5233857b0f52dc9f85','{{unknown}}'),(5616,1420,'_oembed_5f02f339fb6b7ccb2a81370a0de966b7','{{unknown}}'),(5617,1420,'_oembed_9f4c2e50f276fd87d0f36b8cd1506731','{{unknown}}'),(5618,1424,'_optimizepress_pagebuilder','Y'),(5619,1424,'_optimizepress_page_thumbnail',''),(5620,1424,'_optimizepress_page_thumbnail_preset',''),(5621,1424,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(5622,1424,'_optimizepress_header_layout','s:897:\"a:12:{s:4:\"logo\";s:74:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/rq-logo-black.jpg\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#010b1e\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"Y\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:6:\"normal\";s:9:\"font_size\";s:2:\"13\";s:11:\"font_family\";s:7:\"PT Sans\";}s:12:\"disable_link\";s:0:\"\";s:11:\"header_link\";s:30:\"http://www.thetradingroom.com/\";}\";'),(5623,1424,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(5624,1424,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(5625,1424,'_optimizepress_footer_area','s:284:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:15:\"Source Sans Pro\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(5626,1424,'_optimizepress_typography','s:1255:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:2:\"24\";s:4:\"font\";s:10:\"Montserrat\";s:5:\"style\";s:4:\"bold\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#0F87C9\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#636363\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(5627,1424,'_optimizepress_color_scheme_advanced','s:1943:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:7:\"#b9bdc0\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:8:{s:12:\"footer_start\";s:7:\"#2c323e\";s:10:\"footer_end\";s:7:\"#2c323e\";s:17:\"footer_text_color\";s:7:\"#ffffff\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:16:\"link_hover_color\";s:0:\"\";}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:7:\"#ffffff\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(5628,1424,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(5629,1424,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(5630,1424,'_optimizepress_scripts','s:61:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:0:\"\";}}\";'),(5631,1424,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(5632,1424,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(5633,1424,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(5634,1424,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(5635,1424,'_wpas_done_all','1'),(5636,1424,'sfw_pwd','KXgZo8xAb6PV'),(5637,1426,'_yoast_wpseo_linkdex','53'),(5638,1426,'_edit_lock','1396365957:2'),(5639,1426,'_edit_last','2'),(5640,1426,'_wpas_done_all','1'),(5655,1426,'sfw_pwd','oMLLrRcOw4Br'),(5642,1426,'_yoast_wpseo_focuskw','pre-market trading'),(5643,1426,'_yoast_wpseo_title',''),(5644,1426,'_yoast_wpseo_metadesc','Pre-market trading report for the stock, bond, commodity and forex markets. Scheduled economic data releases that may have an impact on the global financial markets also included.'),(5645,1426,'_yoast_wpseo_meta-robots-noindex','0'),(5646,1426,'_yoast_wpseo_meta-robots-nofollow','0'),(5647,1426,'_yoast_wpseo_meta-robots-adv','none'),(5650,1426,'_yoast_wpseo_sitemap-html-include','-'),(5651,1426,'_yoast_wpseo_canonical',''),(5652,1426,'_yoast_wpseo_redirect',''),(5653,1426,'_yoast_wpseo_opengraph-description',''),(5654,1426,'_yoast_wpseo_google-plus-description',''),(5656,1428,'_yoast_wpseo_linkdex','55'),(5657,1428,'_edit_lock','1396543843:2'),(5658,1428,'_edit_last','2'),(5659,1428,'_wpas_done_all','1'),(5674,1428,'sfw_pwd','2sqMZ1EnemNC'),(5661,1428,'_yoast_wpseo_focuskw','pre-market trading'),(5662,1428,'_yoast_wpseo_title',''),(5663,1428,'_yoast_wpseo_metadesc','Pre-market trading report for stocks, bonds, commodities and Forex. Economic data releases that may have an impact on the markets also included.'),(5664,1428,'_yoast_wpseo_meta-robots-noindex','0'),(5665,1428,'_yoast_wpseo_meta-robots-nofollow','0'),(5666,1428,'_yoast_wpseo_meta-robots-adv','none'),(5669,1428,'_yoast_wpseo_sitemap-html-include','-'),(5670,1428,'_yoast_wpseo_canonical',''),(5671,1428,'_yoast_wpseo_redirect',''),(5672,1428,'_yoast_wpseo_opengraph-description',''),(5673,1428,'_yoast_wpseo_google-plus-description',''),(5675,1430,'_optimizepress_pagebuilder','Y'),(5676,1430,'_optimizepress_page_thumbnail',''),(5677,1430,'_optimizepress_page_thumbnail_preset',''),(5678,1430,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(5679,1430,'_optimizepress_header_layout','s:804:\"a:10:{s:4:\"logo\";s:80:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark1012.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(5680,1430,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(5681,1430,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(5682,1430,'_optimizepress_footer_area','s:268:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(5683,1430,'_optimizepress_typography','s:1106:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(5684,1430,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(5685,1430,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(5686,1430,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(5687,1430,'_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),(5688,1430,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(5689,1430,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(5690,1430,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(5691,1430,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(5692,1430,'sfw_pwd','BAgtN8DUvJgS'),(5693,1430,'_wpas_done_all','1'),(5694,1432,'_wp_attached_file','2014/04/ep-ptr-clocks.jpg'),(5695,1432,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1032;s:6:\"height\";i:592;s:4:\"file\";s:25:\"2014/04/ep-ptr-clocks.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"ep-ptr-clocks-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"ep-ptr-clocks-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"ep-ptr-clocks-1024x587.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:25:\"ep-ptr-clocks-610x170.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:25:\"ep-ptr-clocks-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1393416944;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5986,1474,'_yoast_wpseo_linkdex','52'),(5697,1434,'_yoast_wpseo_linkdex','60'),(5698,1434,'_edit_lock','1396558288:2'),(5699,1434,'_edit_last','2'),(5700,1434,'_yoast_wpseo_focuskw','options trading'),(5701,1434,'_yoast_wpseo_title',''),(5702,1434,'_yoast_wpseo_metadesc','This special option trading class will empower you to better understand the often overlooked power of options trading.'),(5703,1434,'_yoast_wpseo_meta-robots-noindex','0'),(5704,1434,'_yoast_wpseo_meta-robots-nofollow','0'),(5705,1434,'_yoast_wpseo_meta-robots-adv','none'),(5708,1434,'_yoast_wpseo_sitemap-html-include','-'),(5709,1434,'_yoast_wpseo_canonical',''),(5710,1434,'_yoast_wpseo_redirect',''),(5711,1434,'_yoast_wpseo_opengraph-description',''),(5712,1434,'_yoast_wpseo_google-plus-description',''),(5713,1434,'sfw_pwd','aQJiB0EdXQfu'),(5714,1434,'_wpas_done_all','1'),(5717,272,'_yoast_wpseo_focuskw',''),(5716,1434,'_wp_old_slug','get-logic-solve-mystery-option-trading'),(5718,272,'_yoast_wpseo_title',''),(5719,272,'_yoast_wpseo_metadesc',''),(5720,272,'_yoast_wpseo_meta-robots-noindex','0'),(5721,272,'_yoast_wpseo_meta-robots-nofollow','0'),(5722,272,'_yoast_wpseo_meta-robots-adv','none'),(5725,272,'_yoast_wpseo_sitemap-html-include','-'),(5726,272,'_yoast_wpseo_canonical',''),(5727,272,'_yoast_wpseo_redirect',''),(5728,272,'_yoast_wpseo_opengraph-description',''),(5729,272,'_yoast_wpseo_google-plus-description',''),(5732,1440,'_edit_last','2'),(5733,1440,'_wpas_done_all','1'),(5748,1440,'sfw_pwd','3stxoe1VZY4u'),(5735,1440,'_yoast_wpseo_focuskw','pre-market trading'),(5736,1440,'_yoast_wpseo_title',''),(5737,1440,'_yoast_wpseo_metadesc','Pre-market trading report for stocks, bonds, commodities and forex.'),(5738,1440,'_yoast_wpseo_meta-robots-noindex','0'),(5739,1440,'_yoast_wpseo_meta-robots-nofollow','0'),(5740,1440,'_yoast_wpseo_meta-robots-adv','none'),(5743,1440,'_yoast_wpseo_sitemap-html-include','-'),(5744,1440,'_yoast_wpseo_canonical',''),(5745,1440,'_yoast_wpseo_redirect',''),(5746,1440,'_yoast_wpseo_opengraph-description',''),(5747,1440,'_yoast_wpseo_google-plus-description',''),(8184,1796,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(8185,1796,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(8186,1798,'_optimizepress_pagebuilder','Y'),(8187,1798,'_optimizepress_page_thumbnail',''),(8188,1798,'_optimizepress_page_thumbnail_preset',''),(8189,1798,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(8190,1798,'_optimizepress_header_layout','s:897:\"a:12:{s:4:\"logo\";s:74:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/rq-logo-black.jpg\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#010b1e\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"Y\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:6:\"normal\";s:9:\"font_size\";s:2:\"13\";s:11:\"font_family\";s:7:\"PT Sans\";}s:12:\"disable_link\";s:0:\"\";s:11:\"header_link\";s:30:\"http://www.thetradingroom.com/\";}\";'),(8179,1796,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(8180,1796,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(8181,1796,'_optimizepress_scripts','s:61:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:0:\"\";}}\";'),(8182,1796,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(8183,1796,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(5772,1446,'_yoast_wpseo_linkdex','74'),(5773,1446,'_edit_lock','1396842168:2'),(5774,1446,'_edit_last','2'),(5775,1447,'_wp_attached_file','2014/04/relative-performance.jpg'),(5776,1447,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:680;s:6:\"height\";i:394;s:4:\"file\";s:32:\"2014/04/relative-performance.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"relative-performance-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"relative-performance-300x173.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:32:\"relative-performance-610x170.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:32:\"relative-performance-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1396788030;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5777,1446,'_yoast_wpseo_focuskw','global financial markets'),(5778,1446,'_yoast_wpseo_title',''),(5779,1446,'_yoast_wpseo_metadesc','The week ahead in the global financial markets including links to live trading rooms and training workshops. Scheduled economic data releases that may have in impact on the global financial markets also included.'),(5780,1446,'_yoast_wpseo_meta-robots-noindex','0'),(5781,1446,'_yoast_wpseo_meta-robots-nofollow','0'),(5782,1446,'_yoast_wpseo_meta-robots-adv','none'),(5785,1446,'_yoast_wpseo_sitemap-html-include','-'),(5786,1446,'_yoast_wpseo_canonical',''),(5787,1446,'_yoast_wpseo_redirect',''),(5788,1446,'_yoast_wpseo_opengraph-description',''),(5789,1446,'_yoast_wpseo_google-plus-description',''),(5804,1446,'_wp_old_slug','week-ahead-global-financial-markets'),(5805,1455,'_optimizepress_pagebuilder','Y'),(5802,1446,'_wpas_done_all','1'),(5794,1446,'sfw_pwd','mtpP8eNHpAVz'),(5806,1455,'_optimizepress_page_thumbnail',''),(5807,1455,'_optimizepress_page_thumbnail_preset',''),(5808,1455,'_optimizepress_header_layout','s:878:\"a:10:{s:4:\"logo\";s:78:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark21.png\";s:5:\"bgimg\";s:75:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/large_banner11.png\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(5809,1455,'_optimizepress_membership',''),(5810,1455,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(5811,1455,'_optimizepress_feature_area','s:341:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";s:1:\"1\";s:8:\"settings\";a:5:{s:12:\"font_options\";a:2:{s:7:\"content\";a:0:{}s:5:\"image\";a:0:{}}s:16:\"liveeditor_above\";a:0:{}s:7:\"content\";a:4:{s:5:\"title\";s:0:\"\";s:9:\"paragraph\";s:0:\"\";s:13:\"submit_button\";s:0:\"\";s:8:\"link_url\";s:0:\"\";}s:5:\"image\";a:1:{s:5:\"image\";s:0:\"\";}s:16:\"liveeditor_below\";a:0:{}}}\";'),(5812,1455,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(5813,1455,'_optimizepress_footer_area','s:286:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:2:\"40\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:15:\"Source Sans Pro\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(5814,1455,'_optimizepress_color_scheme_template',''),(5815,1455,'_optimizepress_typography','s:1247:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#262626\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(5816,1455,'_optimizepress_color_scheme_advanced','s:1833:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:6:\"center\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:7:\"#ffffff\";s:10:\"footer_end\";s:7:\"#ffffff\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(5817,1455,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(5818,1455,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(5819,1455,'_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),(5820,1455,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(5821,1455,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(5822,1455,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(5823,1455,'_optimizepress_one_time_offer','s:141:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:4:\"time\";a:4:{s:4:\"days\";s:0:\"\";s:5:\"hours\";s:0:\"\";s:7:\"minutes\";s:0:\"\";s:7:\"seconds\";s:0:\"\";}}\";'),(5824,1455,'_optimizepress_launch_gateway',''),(5825,1455,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(5826,1455,'sfw_pwd','bSrRoVrMYrQT'),(5827,1457,'_yoast_wpseo_linkdex','53'),(5828,1457,'_edit_lock','1397043851:2'),(5829,1457,'_edit_last','2'),(5830,1457,'_wpas_done_all','1'),(5845,1457,'sfw_pwd','tyOEV2GA0J4S'),(5832,1457,'_yoast_wpseo_focuskw','pre-market trading'),(5833,1457,'_yoast_wpseo_title',''),(5834,1457,'_yoast_wpseo_metadesc','Pre-market trading report covering the overnight trading action for stocks, bonds, commodities and forex.'),(5835,1457,'_yoast_wpseo_meta-robots-noindex','0'),(5836,1457,'_yoast_wpseo_meta-robots-nofollow','0'),(5837,1457,'_yoast_wpseo_meta-robots-adv','none'),(5840,1457,'_yoast_wpseo_sitemap-html-include','-'),(5841,1457,'_yoast_wpseo_canonical',''),(5842,1457,'_yoast_wpseo_redirect',''),(5843,1457,'_yoast_wpseo_opengraph-description',''),(5844,1457,'_yoast_wpseo_google-plus-description',''),(5846,1459,'_yoast_wpseo_linkdex','56'),(5847,1459,'_edit_lock','1397128342:2'),(5848,1459,'_edit_last','2'),(5849,1459,'_wpas_done_all','1'),(5864,1459,'sfw_pwd','B3sU6QCPtJNQ'),(5851,1459,'_yoast_wpseo_focuskw','pre-market trading'),(5852,1459,'_yoast_wpseo_title',''),(5853,1459,'_yoast_wpseo_metadesc','Pre-market trading report for stocks, bonds, commodities and forex. Scheduled economic data releases that may have an impact on the markets also included.'),(5854,1459,'_yoast_wpseo_meta-robots-noindex','0'),(5855,1459,'_yoast_wpseo_meta-robots-nofollow','0'),(5856,1459,'_yoast_wpseo_meta-robots-adv','none'),(5859,1459,'_yoast_wpseo_sitemap-html-include','-'),(5860,1459,'_yoast_wpseo_canonical',''),(5861,1459,'_yoast_wpseo_redirect',''),(5862,1459,'_yoast_wpseo_opengraph-description',''),(5863,1459,'_yoast_wpseo_google-plus-description',''),(7402,1650,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(7400,1650,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(7401,1650,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(7397,1650,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(7398,1650,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(7399,1650,'_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),(7396,1650,'_optimizepress_color_scheme_advanced','s:1833:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:6:\"center\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:7:\"#ffffff\";s:10:\"footer_end\";s:7:\"#ffffff\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(7392,1650,'_optimizepress_feature_area','s:341:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";s:1:\"1\";s:8:\"settings\";a:5:{s:12:\"font_options\";a:2:{s:7:\"content\";a:0:{}s:5:\"image\";a:0:{}}s:16:\"liveeditor_above\";a:0:{}s:7:\"content\";a:4:{s:5:\"title\";s:0:\"\";s:9:\"paragraph\";s:0:\"\";s:13:\"submit_button\";s:0:\"\";s:8:\"link_url\";s:0:\"\";}s:5:\"image\";a:1:{s:5:\"image\";s:0:\"\";}s:16:\"liveeditor_below\";a:0:{}}}\";'),(7393,1650,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(7394,1650,'_optimizepress_footer_area','s:286:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:2:\"40\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:15:\"Source Sans Pro\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(7395,1650,'_optimizepress_typography','s:1247:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#262626\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(7391,1650,'_optimizepress_header_layout','s:878:\"a:10:{s:4:\"logo\";s:78:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark21.png\";s:5:\"bgimg\";s:75:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/large_banner11.png\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(7388,1650,'_optimizepress_page_thumbnail',''),(7389,1650,'_optimizepress_page_thumbnail_preset',''),(7390,1650,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(5886,1455,'_yoast_wpseo_linkdex','0'),(7387,1650,'_optimizepress_pagebuilder','Y'),(5889,1416,'_yoast_wpseo_linkdex','0'),(5890,1388,'_yoast_wpseo_linkdex','0'),(5891,1371,'_yoast_wpseo_linkdex','0'),(5892,1370,'_yoast_wpseo_linkdex','0'),(15171,1368,'_yoast_wpseo_content_score','30'),(5894,1338,'_yoast_wpseo_linkdex','0'),(5897,1384,'_edit_lock','1399301530:2'),(5898,1464,'_optimizepress_pagebuilder','Y'),(5899,1464,'_optimizepress_page_thumbnail',''),(5900,1464,'_optimizepress_page_thumbnail_preset',''),(5901,1464,'_optimizepress_header_layout','s:804:\"a:10:{s:4:\"logo\";s:80:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark1012.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(5902,1464,'_optimizepress_membership',''),(5903,1464,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(5904,1464,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(5905,1464,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(5906,1464,'_optimizepress_footer_area','s:268:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(5907,1464,'_optimizepress_color_scheme_template',''),(5908,1464,'_optimizepress_typography','s:1106:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(5909,1464,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(5910,1464,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(5911,1464,'_optimizepress_seo','s:73:\"a:3:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";}\";'),(5912,1464,'_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),(5913,1464,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(5914,1464,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(5915,1464,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(5916,1464,'_optimizepress_one_time_offer','s:141:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:4:\"time\";a:4:{s:4:\"days\";s:0:\"\";s:5:\"hours\";s:0:\"\";s:7:\"minutes\";s:0:\"\";s:7:\"seconds\";s:0:\"\";}}\";'),(5917,1464,'_optimizepress_launch_gateway',''),(5918,1464,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"2\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(5919,1465,'_optimizepress_pagebuilder','Y'),(5920,1465,'_optimizepress_page_thumbnail',''),(5921,1465,'_optimizepress_page_thumbnail_preset',''),(5922,1465,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(5923,1465,'_optimizepress_header_layout','s:804:\"a:10:{s:4:\"logo\";s:80:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark1013.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(5924,1465,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(5925,1465,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(5926,1465,'_optimizepress_footer_area','s:268:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(5927,1465,'_optimizepress_typography','s:1106:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(5928,1465,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(5929,1465,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(5930,1465,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(5931,1465,'_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),(5932,1465,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(5933,1465,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(5934,1465,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(5935,1465,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(5936,1466,'_wp_attached_file','2014/04/market-analyzer.jpg'),(5937,1466,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1124;s:6:\"height\";i:632;s:4:\"file\";s:27:\"2014/04/market-analyzer.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"market-analyzer-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"market-analyzer-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"market-analyzer-1024x575.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:27:\"market-analyzer-610x170.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:27:\"market-analyzer-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1392363162;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5938,1465,'_wpas_done_all','1'),(5939,1465,'sfw_pwd','gElWctfl0jPf'),(5940,1468,'_yoast_wpseo_linkdex','52'),(5941,1468,'_edit_lock','1397215919:2'),(5942,1468,'_edit_last','2'),(5943,1468,'_wpas_done_all','1'),(5958,1468,'sfw_pwd','vcqcfl750NRw'),(5945,1468,'_yoast_wpseo_focuskw','pre-market trading'),(5946,1468,'_yoast_wpseo_title',''),(5947,1468,'_yoast_wpseo_metadesc','Pre-market trading report for the stocks, bonds, commodities and forex. Scheduled economic data releases that may have an impact on the markets also included.'),(5948,1468,'_yoast_wpseo_meta-robots-noindex','0'),(5949,1468,'_yoast_wpseo_meta-robots-nofollow','0'),(5950,1468,'_yoast_wpseo_meta-robots-adv','none'),(5953,1468,'_yoast_wpseo_sitemap-html-include','-'),(5954,1468,'_yoast_wpseo_canonical',''),(5955,1468,'_yoast_wpseo_redirect',''),(5956,1468,'_yoast_wpseo_opengraph-description',''),(5957,1468,'_yoast_wpseo_google-plus-description',''),(5959,1470,'_optimizepress_pagebuilder','Y'),(5960,1470,'_optimizepress_page_thumbnail',''),(5961,1470,'_optimizepress_page_thumbnail_preset',''),(5962,1470,'_optimizepress_header_layout','s:802:\"a:10:{s:4:\"logo\";s:78:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark12.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(5963,1470,'_optimizepress_membership',''),(5964,1470,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(5965,1470,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(5966,1470,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(5967,1470,'_optimizepress_footer_area','s:270:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:2:\"40\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(5968,1470,'_optimizepress_color_scheme_template',''),(5969,1470,'_optimizepress_typography','s:1142:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"15\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(5970,1470,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(5971,1470,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(5972,1470,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(5973,1470,'_optimizepress_scripts','s:259:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:196:\"Lm9wdGluLWJveC0xNCBpbnB1dCwgLm9wdGluLWJveC0xNCBpbnB1dDpmb2N1cyB7Zm9udC13ZWlnaHQ6MzAwO30KLm9wdGluLWJveC0xNCBwLnByaXZhY3kge2NvbG9yOiM4ODg7Zm9udC1zaXplOjEzcHg7cGFkZGluZy10b3A6NXB4O29wYWNpdHk6MC44fQ==\";}}\";'),(5974,1470,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(5975,1470,'_optimizepress_lightbox',''),(5976,1470,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(5977,1470,'_optimizepress_one_time_offer','s:141:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:4:\"time\";a:4:{s:4:\"days\";s:0:\"\";s:5:\"hours\";s:0:\"\";s:7:\"minutes\";s:0:\"\";s:7:\"seconds\";s:0:\"\";}}\";'),(5978,1470,'_optimizepress_launch_gateway',''),(5979,1470,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(5980,1471,'_wp_attached_file','2014/04/gnostick2.jpg'),(5981,1471,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:388;s:6:\"height\";i:88;s:4:\"file\";s:21:\"2014/04/gnostick2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"gnostick2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"gnostick2-300x68.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:20:\"gnostick2-290x88.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1395002147;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5982,1470,'sfw_pwd','g1SZT8gIZeZe'),(5983,1473,'_wp_attached_file','2014/04/bulls-running.jpg'),(5984,1473,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:615;s:6:\"height\";i:381;s:4:\"file\";s:25:\"2014/04/bulls-running.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"bulls-running-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"bulls-running-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:25:\"bulls-running-610x170.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:25:\"bulls-running-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1396954751;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5985,1470,'_wpas_done_all','1'),(5987,1474,'_edit_lock','1397220168:2'),(5988,1474,'_edit_last','2'),(5989,1474,'_wpas_done_all','1'),(6004,1474,'sfw_pwd','pPQZ37zAlJcA'),(5991,1474,'_yoast_wpseo_focuskw','pre-market trading'),(5992,1474,'_yoast_wpseo_title',''),(5993,1474,'_yoast_wpseo_metadesc','Pre-market trading report covering the stocks, bonds, commodities and forex markets. Scheduled eonomic data that may have an impact on the markets also included.'),(5994,1474,'_yoast_wpseo_meta-robots-noindex','0'),(5995,1474,'_yoast_wpseo_meta-robots-nofollow','0'),(5996,1474,'_yoast_wpseo_meta-robots-adv','none'),(5999,1474,'_yoast_wpseo_sitemap-html-include','-'),(6000,1474,'_yoast_wpseo_canonical',''),(6001,1474,'_yoast_wpseo_redirect',''),(6002,1474,'_yoast_wpseo_opengraph-description',''),(6003,1474,'_yoast_wpseo_google-plus-description',''),(6005,1477,'_yoast_wpseo_linkdex','55'),(6006,1477,'_edit_lock','1399594527:2'),(6007,1477,'_edit_last','2'),(6008,1477,'_wpas_done_all','1'),(6023,1477,'sfw_pwd','9dT7KojS1m4J'),(6010,1477,'_yoast_wpseo_focuskw','pre-market trading'),(6011,1477,'_yoast_wpseo_title',''),(6012,1477,'_yoast_wpseo_metadesc','Pre-market trading report for stocks, bonds, commodities and forex including economic data that may have an impact on the global financial markets.'),(6013,1477,'_yoast_wpseo_meta-robots-noindex','0'),(6014,1477,'_yoast_wpseo_meta-robots-nofollow','0'),(6015,1477,'_yoast_wpseo_meta-robots-adv','none'),(6018,1477,'_yoast_wpseo_sitemap-html-include','-'),(6019,1477,'_yoast_wpseo_canonical',''),(6020,1477,'_yoast_wpseo_redirect',''),(6021,1477,'_yoast_wpseo_opengraph-description',''),(6022,1477,'_yoast_wpseo_google-plus-description',''),(6024,1479,'_yoast_wpseo_linkdex','65'),(6025,1479,'_edit_lock','1397476012:2'),(6026,1479,'_edit_last','2'),(6027,1480,'_wp_attached_file','2014/04/es-4-13.jpg'),(6028,1480,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:745;s:6:\"height\";i:643;s:4:\"file\";s:19:\"2014/04/es-4-13.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"es-4-13-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"es-4-13-300x258.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:19:\"es-4-13-610x170.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:19:\"es-4-13-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1397384840;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6029,1481,'_wp_attached_file','2014/04/relative-performance-jpy-4-13.jpg'),(6030,1481,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:688;s:6:\"height\";i:486;s:4:\"file\";s:41:\"2014/04/relative-performance-jpy-4-13.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"relative-performance-jpy-4-13-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"relative-performance-jpy-4-13-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:41:\"relative-performance-jpy-4-13-610x170.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:41:\"relative-performance-jpy-4-13-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1397386880;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6031,1479,'_yoast_wpseo_focuskw','the week ahead in financial markets'),(6032,1479,'_yoast_wpseo_title',''),(6033,1479,'_yoast_wpseo_metadesc','In the week ahead in the financial markets we have a busy schedule with options expiration, first-quarter corporate earnings, important economic data and a short trading week due to holiday.'),(6034,1479,'_yoast_wpseo_meta-robots-noindex','0'),(6035,1479,'_yoast_wpseo_meta-robots-nofollow','0'),(6036,1479,'_yoast_wpseo_meta-robots-adv','none'),(15167,70771869,'pl-settings','a:2:{s:5:\"draft\";a:1:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau1b519\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"u1b519\";s:7:\"content\";a:2:{i:0;a:7:{s:6:\"object\";s:8:\"PLColumn\";s:5:\"clone\";s:6:\"u1b5a9\";s:3:\"sid\";s:8:\"plcolumn\";s:4:\"span\";s:1:\"8\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:17:\"PageLinesPostLoop\";s:5:\"clone\";s:6:\"u1b633\";s:3:\"sid\";s:8:\"postloop\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:1;a:6:{s:6:\"object\";s:19:\"PageLinesPagination\";s:5:\"clone\";s:6:\"u1b6c0\";s:3:\"sid\";s:10:\"pagination\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:1;a:7:{s:6:\"object\";s:8:\"PLColumn\";s:5:\"clone\";s:6:\"u1b74e\";s:3:\"sid\";s:8:\"plcolumn\";s:4:\"span\";s:1:\"4\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:11:\"PLRapidTabs\";s:5:\"clone\";s:6:\"u1b7d7\";s:3:\"sid\";s:9:\"rapidtabs\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:1;a:6:{s:6:\"object\";s:14:\"PrimarySidebar\";s:5:\"clone\";s:6:\"u1b861\";s:3:\"sid\";s:10:\"sb_primary\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}}}}}s:4:\"live\";a:0:{}}'),(6039,1479,'_yoast_wpseo_sitemap-html-include','-'),(6040,1479,'_yoast_wpseo_canonical',''),(6041,1479,'_yoast_wpseo_redirect',''),(6042,1479,'_yoast_wpseo_opengraph-description',''),(6043,1479,'_yoast_wpseo_google-plus-description',''),(6056,1479,'_oembed_9396e8f8720df1a9f3f577cc8cfac368','{{unknown}}'),(6048,1479,'_wpas_done_all','1'),(6047,1479,'sfw_pwd','PeSPCRmwmbzo'),(8174,1796,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(6077,1488,'_yoast_wpseo_linkdex','59'),(6078,1488,'_edit_lock','1397561067:2'),(6079,1488,'_edit_last','2'),(6080,1489,'_wp_attached_file','2014/04/pie-chart.jpg'),(6081,1489,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:410;s:6:\"height\";i:299;s:4:\"file\";s:21:\"2014/04/pie-chart.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"pie-chart-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"pie-chart-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"pie-chart-410x170.jpg\";s:5:\"width\";i:410;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:21:\"pie-chart-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1386920593;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6082,1488,'_wpas_done_all','1'),(6097,1488,'sfw_pwd','5TuIQ4UAZsRB'),(6084,1488,'_yoast_wpseo_focuskw','hedging strategies'),(6085,1488,'_yoast_wpseo_title',''),(6086,1488,'_yoast_wpseo_metadesc','Based on technical and geopolitical observations, we believe a financial storm may be brewing and have designed a training session to help you protect your stock portfolio.'),(6087,1488,'_yoast_wpseo_meta-robots-noindex','0'),(6088,1488,'_yoast_wpseo_meta-robots-nofollow','0'),(6089,1488,'_yoast_wpseo_meta-robots-adv','none'),(6092,1488,'_yoast_wpseo_sitemap-html-include','-'),(6093,1488,'_yoast_wpseo_canonical',''),(6094,1488,'_yoast_wpseo_redirect',''),(6095,1488,'_yoast_wpseo_opengraph-description',''),(6096,1488,'_yoast_wpseo_google-plus-description',''),(6098,1491,'_wp_attached_file','2014/04/quant-rank-4-14.jpg'),(6099,1491,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:381;s:6:\"height\";i:305;s:4:\"file\";s:27:\"2014/04/quant-rank-4-14.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"quant-rank-4-14-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"quant-rank-4-14-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:27:\"quant-rank-4-14-381x170.jpg\";s:5:\"width\";i:381;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:27:\"quant-rank-4-14-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1397483110;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6104,1497,'_yoast_wpseo_linkdex','56'),(6105,1497,'_edit_lock','1397643338:2'),(6106,1497,'_edit_last','2'),(6107,1497,'_wpas_done_all','1'),(6122,1497,'sfw_pwd','eeRuDBUu5uq8'),(6109,1497,'_yoast_wpseo_focuskw','pre-market trading'),(6110,1497,'_yoast_wpseo_title',''),(6111,1497,'_yoast_wpseo_metadesc','Pre-market trading report for stocks, bonds, commodities and forex. Scheduled economic data reports that may have an impact on the markets also included.'),(6112,1497,'_yoast_wpseo_meta-robots-noindex','0'),(6113,1497,'_yoast_wpseo_meta-robots-nofollow','0'),(6114,1497,'_yoast_wpseo_meta-robots-adv','none'),(6117,1497,'_yoast_wpseo_sitemap-html-include','-'),(6118,1497,'_yoast_wpseo_canonical',''),(6119,1497,'_yoast_wpseo_redirect',''),(6120,1497,'_yoast_wpseo_opengraph-description',''),(6121,1497,'_yoast_wpseo_google-plus-description',''),(6123,1499,'_optimizepress_pagebuilder','Y'),(6124,1499,'_optimizepress_page_thumbnail',''),(6125,1499,'_optimizepress_page_thumbnail_preset',''),(6126,1499,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(6127,1499,'_optimizepress_header_layout','s:804:\"a:10:{s:4:\"logo\";s:80:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark1012.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(6128,1499,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(6129,1499,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(6130,1499,'_optimizepress_footer_area','s:268:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(6131,1499,'_optimizepress_typography','s:1106:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(6132,1499,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(6133,1499,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(6134,1499,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(6135,1499,'_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),(6136,1499,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(6137,1499,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(6138,1499,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(6139,1499,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(6140,1499,'sfw_pwd','cUI1lffIONmn'),(6141,1501,'_wp_attached_file','2014/04/be-quick-be-smart.jpg'),(6142,1501,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:562;s:6:\"height\";i:164;s:4:\"file\";s:29:\"2014/04/be-quick-be-smart.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"be-quick-be-smart-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"be-quick-be-smart-300x87.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:87;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:29:\"be-quick-be-smart-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1397329033;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6143,1499,'_wpas_done_all','1'),(6144,1502,'_yoast_wpseo_linkdex','55'),(6145,1502,'_edit_lock','1397678469:2'),(6146,1502,'_edit_last','2'),(6147,1502,'_wpas_done_all','1'),(6162,1502,'sfw_pwd','w62BdMtR2nPX'),(6149,1502,'_yoast_wpseo_focuskw','pre-market trading'),(6150,1502,'_yoast_wpseo_title',''),(6151,1502,'_yoast_wpseo_metadesc','Pre-market trading report for stocks, bonds, commodities and forex. Scheduled economic data releases that may have an impact on the markets also included.'),(6152,1502,'_yoast_wpseo_meta-robots-noindex','0'),(6153,1502,'_yoast_wpseo_meta-robots-nofollow','0'),(6154,1502,'_yoast_wpseo_meta-robots-adv','none'),(6157,1502,'_yoast_wpseo_sitemap-html-include','-'),(6158,1502,'_yoast_wpseo_canonical',''),(6159,1502,'_yoast_wpseo_redirect',''),(6160,1502,'_yoast_wpseo_opengraph-description',''),(6161,1502,'_yoast_wpseo_google-plus-description',''),(6163,1504,'_optimizepress_pagebuilder','Y'),(6164,1504,'_optimizepress_page_thumbnail',''),(6165,1504,'_optimizepress_page_thumbnail_preset',''),(6166,1504,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(6167,1504,'_optimizepress_header_layout','s:804:\"a:10:{s:4:\"logo\";s:80:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark1012.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(6168,1504,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(6169,1504,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(6170,1504,'_optimizepress_footer_area','s:268:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(6171,1504,'_optimizepress_typography','s:1106:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(6172,1504,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(6173,1504,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(6174,1504,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(6175,1504,'_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),(6176,1504,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(6177,1504,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(6178,1504,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(6179,1504,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(6180,1504,'sfw_pwd','9yi6F0ECYnmd'),(6181,1504,'_wpas_done_all','1'),(6182,1506,'_yoast_wpseo_linkdex','53'),(6183,1506,'_edit_lock','1397734790:2'),(6184,1506,'_edit_last','2'),(6185,1506,'_wpas_done_all','1'),(6200,1506,'sfw_pwd','aHr0JhoLKVc1'),(6187,1506,'_yoast_wpseo_focuskw','pre-market trading'),(6188,1506,'_yoast_wpseo_title',''),(6189,1506,'_yoast_wpseo_metadesc','Pre-market trading report for stocks, bonds, commodities and forex. Scheduled economic data releases that may have an impact on the global financial markets also included.'),(6190,1506,'_yoast_wpseo_meta-robots-noindex','0'),(6191,1506,'_yoast_wpseo_meta-robots-nofollow','0'),(6192,1506,'_yoast_wpseo_meta-robots-adv','none'),(6195,1506,'_yoast_wpseo_sitemap-html-include','-'),(6196,1506,'_yoast_wpseo_canonical',''),(6197,1506,'_yoast_wpseo_redirect',''),(6198,1506,'_yoast_wpseo_opengraph-description',''),(6199,1506,'_yoast_wpseo_google-plus-description',''),(6201,1508,'_yoast_wpseo_linkdex','55'),(6202,1508,'_edit_lock','1397933445:2'),(6203,1508,'_edit_last','2'),(6204,1509,'_wp_attached_file','2014/04/expand-knowledge.jpg'),(6205,1509,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:339;s:6:\"height\";i:300;s:4:\"file\";s:28:\"2014/04/expand-knowledge.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"expand-knowledge-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"expand-knowledge-300x265.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:28:\"expand-knowledge-339x170.jpg\";s:5:\"width\";i:339;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:28:\"expand-knowledge-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1397328811;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6206,1508,'_yoast_wpseo_focuskw','quant trading'),(6207,1508,'_yoast_wpseo_title',''),(6208,1508,'_yoast_wpseo_metadesc','During this 90 day training program you will receive comprehensive training including the concept, methods, and tools in an easy to understand step by step format. The exact logic is revealed with all the necessary rules needed for understanding and implementing the RiosQuant approach to trading the global financial markets.'),(6209,1508,'_yoast_wpseo_meta-robots-noindex','0'),(6210,1508,'_yoast_wpseo_meta-robots-nofollow','0'),(6211,1508,'_yoast_wpseo_meta-robots-adv','none'),(6214,1508,'_yoast_wpseo_sitemap-html-include','-'),(6215,1508,'_yoast_wpseo_canonical',''),(6216,1508,'_yoast_wpseo_redirect',''),(6217,1508,'_yoast_wpseo_opengraph-description',''),(6218,1508,'_yoast_wpseo_google-plus-description',''),(6219,1508,'sfw_pwd','olBoXbI8IJJ6'),(6220,1508,'_wpas_done_all','1'),(6222,1512,'_yoast_wpseo_linkdex','62'),(6223,1512,'_edit_lock','1476033475:2'),(6224,1513,'_wp_attached_file','2014/04/jump-start-rq-alogrithms.jpg'),(6225,1513,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:430;s:6:\"height\";i:268;s:4:\"file\";s:36:\"2014/04/jump-start-rq-alogrithms.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"jump-start-rq-alogrithms-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"jump-start-rq-alogrithms-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:36:\"jump-start-rq-alogrithms-430x170.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:36:\"jump-start-rq-alogrithms-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1397328931;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6226,1512,'_edit_last','2'),(6227,1512,'_wpas_done_all','1'),(6242,1512,'sfw_pwd','KBvZ7IJlsM1V'),(6229,1512,'_yoast_wpseo_focuskw','quant trading'),(6231,1512,'_yoast_wpseo_metadesc','Jump start your quant trading with RQ high performance algorithmic trading technology.'),(8040,1773,'_optimizepress_header_layout','s:897:\"a:12:{s:4:\"logo\";s:74:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/rq-logo-black.jpg\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#010b1e\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"Y\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:6:\"normal\";s:9:\"font_size\";s:2:\"13\";s:11:\"font_family\";s:7:\"PT Sans\";}s:12:\"disable_link\";s:0:\"\";s:11:\"header_link\";s:30:\"http://www.thetradingroom.com/\";}\";'),(6234,1512,'_yoast_wpseo_meta-robots-adv','none'),(8039,1773,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(8037,1773,'_optimizepress_page_thumbnail',''),(8038,1773,'_optimizepress_page_thumbnail_preset',''),(7887,1745,'_yoast_wpseo_focuskw','trading classes'),(7886,1745,'_pagelines_audio_ogg',''),(7885,1745,'_pagelines_audio_mp3',''),(7884,1745,'_pagelines_video_embed',''),(7883,1745,'_pagelines_video_poster',''),(7878,1745,'_pagelines_gallery_slider','off'),(7879,1745,'_pagelines_quote',''),(7880,1745,'_pagelines_link',''),(7881,1745,'_pagelines_video_m4v',''),(7882,1745,'_pagelines_video_ogv',''),(7890,1745,'_pl_karma','0'),(7876,1745,'_thumbnail_id','1746'),(6277,1465,'_yoast_wpseo_linkdex','0'),(6278,1464,'_yoast_wpseo_linkdex','0'),(6533,1551,'_yoast_wpseo_linkdex','0'),(6280,1532,'_yoast_wpseo_linkdex','52'),(6281,1532,'_edit_lock','1398080821:2'),(6282,1532,'_edit_last','2'),(6283,1532,'_wpas_done_all','1'),(6298,1532,'sfw_pwd','ZGQMAEtvKVvz'),(6285,1532,'_yoast_wpseo_focuskw','pre-market trading'),(6286,1532,'_yoast_wpseo_title',''),(6287,1532,'_yoast_wpseo_metadesc','Pre-,market trading action for stocks, bonds, commodities and forex.'),(6288,1532,'_yoast_wpseo_meta-robots-noindex','0'),(6289,1532,'_yoast_wpseo_meta-robots-nofollow','0'),(6290,1532,'_yoast_wpseo_meta-robots-adv','none'),(6293,1532,'_yoast_wpseo_sitemap-html-include','-'),(6294,1532,'_yoast_wpseo_canonical',''),(6295,1532,'_yoast_wpseo_redirect',''),(6296,1532,'_yoast_wpseo_opengraph-description',''),(6297,1532,'_yoast_wpseo_google-plus-description',''),(6299,1504,'_yoast_wpseo_linkdex','0'),(6300,1499,'_yoast_wpseo_linkdex','0'),(6301,1470,'_yoast_wpseo_linkdex','0'),(7875,1746,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:569;s:6:\"height\";i:355;s:4:\"file\";s:27:\"2014/05/jog-run-spring1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"jog-run-spring1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"jog-run-spring1-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:27:\"jog-run-spring1-500x355.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:355;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:27:\"jog-run-spring1-500x355.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:355;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1397328848;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(7874,1746,'_wp_attached_file','2014/05/jog-run-spring1.jpg'),(7872,1745,'_edit_lock','1400758931:2'),(7873,1745,'_edit_last','2'),(6322,1537,'_yoast_wpseo_linkdex','52'),(6323,1537,'_edit_lock','1398164342:2'),(6324,1537,'_edit_last','2'),(6325,1537,'_yoast_wpseo_focuskw','stocks options'),(6326,1537,'_yoast_wpseo_title',''),(6327,1537,'_yoast_wpseo_metadesc','Don’t miss this exciting stock, ETF and options live trading session with RiosQuant traders and coaches Joe Contes and Ken Eriksen.'),(6328,1537,'_yoast_wpseo_meta-robots-noindex','0'),(6329,1537,'_yoast_wpseo_meta-robots-nofollow','0'),(6330,1537,'_yoast_wpseo_meta-robots-adv','none'),(6333,1537,'_yoast_wpseo_sitemap-html-include','-'),(6334,1537,'_yoast_wpseo_canonical',''),(6335,1537,'_yoast_wpseo_redirect',''),(6336,1537,'_yoast_wpseo_opengraph-description',''),(6337,1537,'_yoast_wpseo_google-plus-description',''),(6338,1537,'sfw_pwd','uk1y40pzDLvI'),(6339,1537,'_wpas_done_all','1'),(6342,711,'_oembed_581b70cb87171f5d329aedf52e4a8a37','<iframe width=\"570\" height=\"321\" src=\"http://www.youtube.com/embed/FdqQMihG0T0?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(6343,1540,'_yoast_wpseo_linkdex','53'),(6344,1540,'_edit_lock','1399594463:2'),(6345,1540,'_edit_last','2'),(6360,1540,'sfw_pwd','RoeT4mM15oDf'),(6347,1540,'_yoast_wpseo_focuskw','pre-market trading'),(6348,1540,'_yoast_wpseo_title',''),(6349,1540,'_yoast_wpseo_metadesc','Pre-market trading action for stocks, bonds, commodities and forex. Scheduled economic data releases also included.'),(6350,1540,'_yoast_wpseo_meta-robots-noindex','0'),(6351,1540,'_yoast_wpseo_meta-robots-nofollow','0'),(6352,1540,'_yoast_wpseo_meta-robots-adv','none'),(6355,1540,'_yoast_wpseo_sitemap-html-include','-'),(6356,1540,'_yoast_wpseo_canonical',''),(6357,1540,'_yoast_wpseo_redirect',''),(6358,1540,'_yoast_wpseo_opengraph-description',''),(6359,1540,'_yoast_wpseo_google-plus-description',''),(6361,1543,'_optimizepress_pagebuilder','Y'),(6362,1543,'_optimizepress_page_thumbnail',''),(6363,1543,'_optimizepress_page_thumbnail_preset',''),(6364,1543,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(6365,1543,'_optimizepress_header_layout','s:804:\"a:10:{s:4:\"logo\";s:80:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark1012.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(6366,1543,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(6367,1543,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(6368,1543,'_optimizepress_footer_area','s:268:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(6369,1543,'_optimizepress_typography','s:1106:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(6370,1543,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(6371,1543,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(6372,1543,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(6373,1543,'_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),(6374,1543,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(6375,1543,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(6376,1543,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(6377,1543,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(6378,1544,'_wp_attached_file','2014/04/be-quick-be-smart1.jpg'),(6379,1544,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:562;s:6:\"height\";i:164;s:4:\"file\";s:30:\"2014/04/be-quick-be-smart1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"be-quick-be-smart1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"be-quick-be-smart1-300x87.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:87;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:30:\"be-quick-be-smart1-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1397329033;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6380,1543,'sfw_pwd','x0g07fqveQbO'),(6381,1547,'_yoast_wpseo_linkdex','0'),(6382,1547,'_edit_lock','1398251729:2'),(6383,1547,'_edit_last','2'),(6398,1547,'sfw_pwd','o3XQYMMPY1RF'),(6385,1547,'_yoast_wpseo_focuskw',''),(6386,1547,'_yoast_wpseo_title',''),(6387,1547,'_yoast_wpseo_metadesc','Pre-market trading for stocks, bonds, commodities and forex. Scheduled economic data that may have an impact on the markets also included.'),(6388,1547,'_yoast_wpseo_meta-robots-noindex','0'),(6389,1547,'_yoast_wpseo_meta-robots-nofollow','0'),(6390,1547,'_yoast_wpseo_meta-robots-adv','none'),(6393,1547,'_yoast_wpseo_sitemap-html-include','-'),(6394,1547,'_yoast_wpseo_canonical',''),(6395,1547,'_yoast_wpseo_redirect',''),(6396,1547,'_yoast_wpseo_opengraph-description',''),(6397,1547,'_yoast_wpseo_google-plus-description',''),(6400,1550,'_optimizepress_pagebuilder','Y'),(6401,1550,'_optimizepress_page_thumbnail',''),(6402,1550,'_optimizepress_page_thumbnail_preset',''),(6403,1550,'_optimizepress_header_layout','s:831:\"a:10:{s:4:\"logo\";s:78:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark13.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"Y\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:1:\"3\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:2:\"36\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:2:\"36\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:6:\"normal\";s:9:\"font_size\";s:2:\"13\";s:11:\"font_family\";s:15:\"Source Sans Pro\";}}\";'),(6404,1550,'_optimizepress_membership',''),(6405,1550,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(6406,1550,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(6407,1550,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(6408,1550,'_optimizepress_footer_area','s:288:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:2:\"35\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:2:\"13\";s:11:\"font_family\";s:15:\"Source Sans Pro\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(6409,1550,'_optimizepress_color_scheme_template',''),(6410,1550,'_optimizepress_typography','s:1112:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"15\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(6411,1550,'_optimizepress_color_scheme_advanced','s:1819:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:6:\"center\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(6412,1550,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(6413,1550,'_optimizepress_seo','s:73:\"a:3:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";}\";'),(6414,1550,'_optimizepress_scripts','s:317:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:254:\".banner .logo img{width:200px;}\n.recent-posts-style-1 .thumb {display:none;}\n.recent-posts-style-1 .content {font-size:13px;width:90%;}\n.recent-posts-style-1 a {font-size:15px;margin-left:0px;line-height:1.5em}\n.recent-posts-style-1 span{margin-left:0px}\";}}\";'),(6415,1550,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(6416,1550,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(6417,1550,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(6418,1550,'_optimizepress_one_time_offer','s:141:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:4:\"time\";a:4:{s:4:\"days\";s:0:\"\";s:5:\"hours\";s:0:\"\";s:7:\"minutes\";s:0:\"\";s:7:\"seconds\";s:0:\"\";}}\";'),(6419,1550,'_optimizepress_launch_gateway',''),(6420,1550,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"2\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(6421,1551,'_optimizepress_pagebuilder','Y'),(6422,1551,'_optimizepress_page_thumbnail',''),(6423,1551,'_optimizepress_page_thumbnail_preset',''),(6424,1551,'_optimizepress_header_layout','s:878:\"a:10:{s:4:\"logo\";s:78:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark21.png\";s:5:\"bgimg\";s:75:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/large_banner11.png\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(6425,1551,'_optimizepress_membership',''),(6426,1551,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(6427,1551,'_optimizepress_feature_area','s:341:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";s:1:\"1\";s:8:\"settings\";a:5:{s:12:\"font_options\";a:2:{s:7:\"content\";a:0:{}s:5:\"image\";a:0:{}}s:16:\"liveeditor_above\";a:0:{}s:7:\"content\";a:4:{s:5:\"title\";s:0:\"\";s:9:\"paragraph\";s:0:\"\";s:13:\"submit_button\";s:0:\"\";s:8:\"link_url\";s:0:\"\";}s:5:\"image\";a:1:{s:5:\"image\";s:0:\"\";}s:16:\"liveeditor_below\";a:0:{}}}\";'),(6428,1551,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(6429,1551,'_optimizepress_footer_area','s:286:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:2:\"40\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:15:\"Source Sans Pro\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(6430,1551,'_optimizepress_color_scheme_template',''),(6431,1551,'_optimizepress_typography','s:1247:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#262626\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(6432,1551,'_optimizepress_color_scheme_advanced','s:1833:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:6:\"center\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:7:\"#ffffff\";s:10:\"footer_end\";s:7:\"#ffffff\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(6433,1551,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(6434,1551,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(6435,1551,'_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),(6436,1551,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(6437,1551,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(6438,1551,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(6439,1551,'_optimizepress_one_time_offer','s:141:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:4:\"time\";a:4:{s:4:\"days\";s:0:\"\";s:5:\"hours\";s:0:\"\";s:7:\"minutes\";s:0:\"\";s:7:\"seconds\";s:0:\"\";}}\";'),(6440,1551,'_optimizepress_launch_gateway',''),(6441,1551,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(6442,1551,'sfw_pwd','V4QAHswkx8CR'),(6443,1553,'_wp_attached_file','2014/04/ep-ptr-clocks1.jpg'),(6444,1553,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1032;s:6:\"height\";i:592;s:4:\"file\";s:26:\"2014/04/ep-ptr-clocks1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"ep-ptr-clocks1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"ep-ptr-clocks1-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"ep-ptr-clocks1-1024x587.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:26:\"ep-ptr-clocks1-610x170.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:26:\"ep-ptr-clocks1-290x130.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1393416944;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6445,1554,'_optimizepress_pagebuilder','Y'),(6446,1554,'_optimizepress_page_thumbnail',''),(6447,1554,'_optimizepress_page_thumbnail_preset',''),(6448,1554,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(6449,1554,'_optimizepress_header_layout','s:802:\"a:10:{s:4:\"logo\";s:78:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark12.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(6450,1554,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(6451,1554,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(6452,1554,'_optimizepress_footer_area','s:270:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:2:\"40\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(6453,1554,'_optimizepress_typography','s:1142:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"15\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(6454,1554,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(6455,1554,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(6456,1554,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(6457,1554,'_optimizepress_scripts','s:259:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:196:\"Lm9wdGluLWJveC0xNCBpbnB1dCwgLm9wdGluLWJveC0xNCBpbnB1dDpmb2N1cyB7Zm9udC13ZWlnaHQ6MzAwO30KLm9wdGluLWJveC0xNCBwLnByaXZhY3kge2NvbG9yOiM4ODg7Zm9udC1zaXplOjEzcHg7cGFkZGluZy10b3A6NXB4O29wYWNpdHk6MC44fQ==\";}}\";'),(6458,1554,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(6459,1554,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(6460,1554,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(6461,1555,'_optimizepress_pagebuilder','Y'),(6462,1555,'_optimizepress_page_thumbnail',''),(6463,1555,'_optimizepress_page_thumbnail_preset',''),(6464,1555,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(6465,1555,'_optimizepress_header_layout','s:804:\"a:10:{s:4:\"logo\";s:80:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark1012.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(6466,1555,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(6467,1555,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(6468,1555,'_optimizepress_footer_area','s:268:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(6469,1555,'_optimizepress_typography','s:1106:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(6470,1555,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(6471,1555,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(6472,1555,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(6473,1555,'_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),(6474,1555,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(6475,1555,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(6476,1555,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(6477,1555,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(6478,1555,'sfw_pwd','6qeBGgu5H1NJ'),(6479,1557,'_yoast_wpseo_linkdex','0'),(6480,1557,'_edit_lock','1399594453:2'),(6481,1557,'_edit_last','2'),(6496,1557,'sfw_pwd','rVYtfTYVSjQJ'),(6483,1557,'_yoast_wpseo_focuskw',''),(6484,1557,'_yoast_wpseo_title',''),(6485,1557,'_yoast_wpseo_metadesc','Pre-market trading report covering the stock, bond, commodity and forex markets.'),(6486,1557,'_yoast_wpseo_meta-robots-noindex','0'),(6487,1557,'_yoast_wpseo_meta-robots-nofollow','0'),(6488,1557,'_yoast_wpseo_meta-robots-adv','none'),(6491,1557,'_yoast_wpseo_sitemap-html-include','-'),(6492,1557,'_yoast_wpseo_canonical',''),(6493,1557,'_yoast_wpseo_redirect',''),(6494,1557,'_yoast_wpseo_opengraph-description',''),(6495,1557,'_yoast_wpseo_google-plus-description',''),(6497,1559,'_yoast_wpseo_linkdex','53'),(6498,1559,'_edit_lock','1399594423:2'),(6499,1559,'_edit_last','2'),(6514,1559,'sfw_pwd','gcOIuBh3BFfk'),(6501,1559,'_yoast_wpseo_focuskw','pre-market trading'),(6502,1559,'_yoast_wpseo_title',''),(6503,1559,'_yoast_wpseo_metadesc','Pre-market trading for stocks, bonds, commodities and Forex.'),(6504,1559,'_yoast_wpseo_meta-robots-noindex','0'),(6505,1559,'_yoast_wpseo_meta-robots-nofollow','0'),(6506,1559,'_yoast_wpseo_meta-robots-adv','none'),(6509,1559,'_yoast_wpseo_sitemap-html-include','-'),(6510,1559,'_yoast_wpseo_canonical',''),(6511,1559,'_yoast_wpseo_redirect',''),(6512,1559,'_yoast_wpseo_opengraph-description',''),(6513,1559,'_yoast_wpseo_google-plus-description',''),(6515,1561,'_optimizepress_pagebuilder','Y'),(6516,1561,'_optimizepress_page_thumbnail',''),(6517,1561,'_optimizepress_page_thumbnail_preset',''),(6518,1561,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(6519,1561,'_optimizepress_header_layout','s:804:\"a:10:{s:4:\"logo\";s:80:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark1012.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(6520,1561,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(6521,1561,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(6522,1561,'_optimizepress_footer_area','s:268:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(6523,1561,'_optimizepress_typography','s:1106:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(6524,1561,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(6525,1561,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(6526,1561,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(6527,1561,'_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),(6528,1561,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(6529,1561,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(6530,1561,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(6531,1561,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(6532,1561,'sfw_pwd','wXdQ6Q9XhVDw'),(6534,1543,'_yoast_wpseo_linkdex','0'),(6535,1550,'_yoast_wpseo_linkdex','0'),(6536,1551,'_edit_lock','1480859317:1'),(6537,1551,'_edit_last','2'),(6538,1551,'_wp_page_template','default'),(6539,1551,'_yoast_wpseo_focuskw',''),(6540,1551,'_yoast_wpseo_title',''),(6541,1551,'_yoast_wpseo_metadesc',''),(6542,1551,'_yoast_wpseo_meta-robots-noindex','0'),(6543,1551,'_yoast_wpseo_meta-robots-nofollow','0'),(6544,1551,'_yoast_wpseo_meta-robots-adv','none'),(6547,1551,'_yoast_wpseo_sitemap-html-include','-'),(6548,1551,'_yoast_wpseo_canonical',''),(6549,1551,'_yoast_wpseo_redirect',''),(6550,1551,'_yoast_wpseo_opengraph-description',''),(6551,1551,'_yoast_wpseo_google-plus-description',''),(6552,1561,'_yoast_wpseo_linkdex','0'),(6553,1555,'_yoast_wpseo_linkdex','0'),(6554,1554,'_yoast_wpseo_linkdex','0'),(6555,1332,'_yoast_wpseo_linkdex','0'),(6556,1331,'_yoast_wpseo_linkdex','0'),(6557,1330,'_yoast_wpseo_linkdex','0'),(6558,1318,'_yoast_wpseo_linkdex','0'),(6559,1313,'_yoast_wpseo_linkdex','0'),(6560,1312,'_yoast_wpseo_linkdex','0'),(6561,1310,'_yoast_wpseo_linkdex','0'),(6562,1384,'_yoast_wpseo_focuskw',''),(6563,1384,'_yoast_wpseo_title',''),(6564,1384,'_yoast_wpseo_metadesc',''),(6565,1384,'_yoast_wpseo_meta-robots-noindex','0'),(6566,1384,'_yoast_wpseo_meta-robots-nofollow','0'),(6567,1384,'_yoast_wpseo_meta-robots-adv','none'),(6570,1384,'_yoast_wpseo_sitemap-html-include','-'),(6571,1384,'_yoast_wpseo_canonical',''),(6572,1384,'_yoast_wpseo_redirect',''),(6573,1384,'_yoast_wpseo_opengraph-description',''),(6574,1384,'_yoast_wpseo_google-plus-description',''),(6575,1376,'_edit_lock','1399301569:2'),(6576,1376,'_yoast_wpseo_focuskw',''),(6577,1376,'_yoast_wpseo_title',''),(6578,1376,'_yoast_wpseo_metadesc',''),(6579,1376,'_yoast_wpseo_meta-robots-noindex','0'),(6580,1376,'_yoast_wpseo_meta-robots-nofollow','0'),(6581,1376,'_yoast_wpseo_meta-robots-adv','none'),(6584,1376,'_yoast_wpseo_sitemap-html-include','-'),(6585,1376,'_yoast_wpseo_canonical',''),(6586,1376,'_yoast_wpseo_redirect',''),(6587,1376,'_yoast_wpseo_opengraph-description',''),(6588,1376,'_yoast_wpseo_google-plus-description',''),(6589,1570,'_optimizepress_pagebuilder','Y'),(6590,1570,'_optimizepress_page_thumbnail',''),(6591,1570,'_optimizepress_page_thumbnail_preset',''),(6592,1570,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(6593,1570,'_optimizepress_header_layout','s:878:\"a:10:{s:4:\"logo\";s:78:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark21.png\";s:5:\"bgimg\";s:75:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/large_banner11.png\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(6594,1570,'_optimizepress_feature_area','s:341:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";s:1:\"1\";s:8:\"settings\";a:5:{s:12:\"font_options\";a:2:{s:7:\"content\";a:0:{}s:5:\"image\";a:0:{}}s:16:\"liveeditor_above\";a:0:{}s:7:\"content\";a:4:{s:5:\"title\";s:0:\"\";s:9:\"paragraph\";s:0:\"\";s:13:\"submit_button\";s:0:\"\";s:8:\"link_url\";s:0:\"\";}s:5:\"image\";a:1:{s:5:\"image\";s:0:\"\";}s:16:\"liveeditor_below\";a:0:{}}}\";'),(6595,1570,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(6596,1570,'_optimizepress_footer_area','s:286:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:2:\"40\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:15:\"Source Sans Pro\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";');
INSERT INTO `wp_postmeta` VALUES (6597,1570,'_optimizepress_typography','s:1247:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#262626\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(6598,1570,'_optimizepress_color_scheme_advanced','s:1833:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:6:\"center\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:7:\"#ffffff\";s:10:\"footer_end\";s:7:\"#ffffff\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(6599,1570,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(6600,1570,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(6601,1570,'_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),(6602,1570,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(6603,1570,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(6604,1570,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(6605,1570,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(6606,1571,'_optimizepress_pagebuilder','Y'),(6607,1571,'_optimizepress_page_thumbnail',''),(6608,1571,'_optimizepress_page_thumbnail_preset',''),(6609,1571,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(6610,1571,'_optimizepress_header_layout','s:897:\"a:12:{s:4:\"logo\";s:74:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/rq-logo-black.jpg\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#010b1e\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"Y\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:6:\"normal\";s:9:\"font_size\";s:2:\"13\";s:11:\"font_family\";s:7:\"PT Sans\";}s:12:\"disable_link\";s:0:\"\";s:11:\"header_link\";s:30:\"http://www.thetradingroom.com/\";}\";'),(6611,1571,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(6612,1571,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(6613,1571,'_optimizepress_footer_area','s:284:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:15:\"Source Sans Pro\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(6614,1571,'_optimizepress_typography','s:1255:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:2:\"24\";s:4:\"font\";s:10:\"Montserrat\";s:5:\"style\";s:4:\"bold\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#0F87C9\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#636363\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(6615,1571,'_optimizepress_color_scheme_advanced','s:1943:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:7:\"#b9bdc0\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:8:{s:12:\"footer_start\";s:7:\"#2c323e\";s:10:\"footer_end\";s:7:\"#2c323e\";s:17:\"footer_text_color\";s:7:\"#ffffff\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:16:\"link_hover_color\";s:0:\"\";}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:7:\"#ffffff\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(6616,1571,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(6617,1571,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(6618,1571,'_optimizepress_scripts','s:61:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:0:\"\";}}\";'),(6619,1571,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(6620,1571,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(6621,1571,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(6622,1571,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(6623,1572,'_optimizepress_pagebuilder','Y'),(6624,1572,'_optimizepress_page_thumbnail',''),(6625,1572,'_optimizepress_page_thumbnail_preset',''),(6626,1572,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(6627,1572,'_optimizepress_header_layout','s:897:\"a:12:{s:4:\"logo\";s:74:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/rq-logo-black.jpg\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#010b1e\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"Y\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:6:\"normal\";s:9:\"font_size\";s:2:\"13\";s:11:\"font_family\";s:7:\"PT Sans\";}s:12:\"disable_link\";s:0:\"\";s:11:\"header_link\";s:30:\"http://www.thetradingroom.com/\";}\";'),(6628,1572,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(6629,1572,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(6630,1572,'_optimizepress_footer_area','s:284:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:15:\"Source Sans Pro\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(6631,1572,'_optimizepress_typography','s:1255:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:2:\"24\";s:4:\"font\";s:10:\"Montserrat\";s:5:\"style\";s:4:\"bold\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#0F87C9\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#636363\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(6632,1572,'_optimizepress_color_scheme_advanced','s:1943:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:7:\"#b9bdc0\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:8:{s:12:\"footer_start\";s:7:\"#2c323e\";s:10:\"footer_end\";s:7:\"#2c323e\";s:17:\"footer_text_color\";s:7:\"#ffffff\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:16:\"link_hover_color\";s:0:\"\";}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:7:\"#ffffff\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(6633,1572,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(6634,1572,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(6635,1572,'_optimizepress_scripts','s:61:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:0:\"\";}}\";'),(6636,1572,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(6637,1572,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(6638,1572,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(6639,1572,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(6640,1572,'sfw_pwd','wG2vC2zti5yz'),(6641,1574,'_optimizepress_pagebuilder','Y'),(6642,1574,'_optimizepress_page_thumbnail',''),(6643,1574,'_optimizepress_page_thumbnail_preset',''),(6644,1574,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(6645,1574,'_optimizepress_header_layout','s:878:\"a:10:{s:4:\"logo\";s:78:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark21.png\";s:5:\"bgimg\";s:75:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/large_banner11.png\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(6646,1574,'_optimizepress_feature_area','s:341:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";s:1:\"1\";s:8:\"settings\";a:5:{s:12:\"font_options\";a:2:{s:7:\"content\";a:0:{}s:5:\"image\";a:0:{}}s:16:\"liveeditor_above\";a:0:{}s:7:\"content\";a:4:{s:5:\"title\";s:0:\"\";s:9:\"paragraph\";s:0:\"\";s:13:\"submit_button\";s:0:\"\";s:8:\"link_url\";s:0:\"\";}s:5:\"image\";a:1:{s:5:\"image\";s:0:\"\";}s:16:\"liveeditor_below\";a:0:{}}}\";'),(6647,1574,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(6648,1574,'_optimizepress_footer_area','s:286:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:2:\"40\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:15:\"Source Sans Pro\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(6649,1574,'_optimizepress_typography','s:1247:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#262626\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(6650,1574,'_optimizepress_color_scheme_advanced','s:1833:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:6:\"center\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:7:\"#ffffff\";s:10:\"footer_end\";s:7:\"#ffffff\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(6651,1574,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(6652,1574,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(6653,1574,'_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),(6654,1574,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(6655,1574,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(6656,1574,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(6657,1574,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(6658,1575,'_optimizepress_pagebuilder','Y'),(6659,1575,'_optimizepress_page_thumbnail',''),(6660,1575,'_optimizepress_page_thumbnail_preset',''),(6661,1575,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(6662,1575,'_optimizepress_header_layout','s:804:\"a:10:{s:4:\"logo\";s:80:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark1012.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(6663,1575,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(6664,1575,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(6665,1575,'_optimizepress_footer_area','s:268:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(6666,1575,'_optimizepress_typography','s:1106:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(6667,1575,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(6668,1575,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(6669,1575,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(6670,1575,'_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),(6671,1575,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(6672,1575,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(6673,1575,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(6674,1575,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(6675,1576,'_optimizepress_pagebuilder','Y'),(6676,1576,'_optimizepress_page_thumbnail',''),(6677,1576,'_optimizepress_page_thumbnail_preset',''),(6678,1576,'_optimizepress_header_layout','s:802:\"a:10:{s:4:\"logo\";s:78:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark12.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(6679,1576,'_optimizepress_membership',''),(6680,1576,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(6681,1576,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(6682,1576,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(6683,1576,'_optimizepress_footer_area','s:270:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:2:\"40\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(6684,1576,'_optimizepress_color_scheme_template',''),(6685,1576,'_optimizepress_typography','s:1142:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"15\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(6686,1576,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(6687,1576,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(6688,1576,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(6689,1576,'_optimizepress_scripts','s:259:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:196:\"Lm9wdGluLWJveC0xNCBpbnB1dCwgLm9wdGluLWJveC0xNCBpbnB1dDpmb2N1cyB7Zm9udC13ZWlnaHQ6MzAwO30KLm9wdGluLWJveC0xNCBwLnByaXZhY3kge2NvbG9yOiM4ODg7Zm9udC1zaXplOjEzcHg7cGFkZGluZy10b3A6NXB4O29wYWNpdHk6MC44fQ==\";}}\";'),(6690,1576,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(6691,1576,'_optimizepress_lightbox',''),(6692,1576,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(6693,1576,'_optimizepress_one_time_offer','s:141:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:4:\"time\";a:4:{s:4:\"days\";s:0:\"\";s:5:\"hours\";s:0:\"\";s:7:\"minutes\";s:0:\"\";s:7:\"seconds\";s:0:\"\";}}\";'),(6694,1576,'_optimizepress_launch_gateway',''),(6695,1576,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(6696,1576,'sfw_pwd','vBstTafHkvWE'),(8178,1796,'_optimizepress_color_scheme_advanced','s:1943:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:7:\"#b9bdc0\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:8:{s:12:\"footer_start\";s:7:\"#2c323e\";s:10:\"footer_end\";s:7:\"#2c323e\";s:17:\"footer_text_color\";s:7:\"#ffffff\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:16:\"link_hover_color\";s:0:\"\";}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:7:\"#ffffff\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(6716,1580,'_optimizepress_pagebuilder','Y'),(6717,1580,'_optimizepress_page_thumbnail',''),(6718,1580,'_optimizepress_page_thumbnail_preset',''),(6719,1580,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(6720,1580,'_optimizepress_header_layout','s:804:\"a:10:{s:4:\"logo\";s:80:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark1013.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(6721,1580,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(6722,1580,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(6723,1580,'_optimizepress_footer_area','s:268:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(6724,1580,'_optimizepress_typography','s:1106:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(6725,1580,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(6726,1580,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(6727,1580,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(6728,1580,'_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),(6729,1580,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(6730,1580,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(6731,1580,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(6732,1580,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(6733,1580,'sfw_pwd','PN9KNgH4fFXr'),(6734,1582,'_optimizepress_pagebuilder','Y'),(6735,1582,'_optimizepress_page_thumbnail',''),(6736,1582,'_optimizepress_page_thumbnail_preset',''),(6737,1582,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(6738,1582,'_optimizepress_header_layout','s:804:\"a:10:{s:4:\"logo\";s:80:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark1012.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(6739,1582,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(6740,1582,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(6741,1582,'_optimizepress_footer_area','s:268:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(6742,1582,'_optimizepress_typography','s:1106:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(6743,1582,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(6744,1582,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(6745,1582,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(6746,1582,'_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),(6747,1582,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(6748,1582,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(6749,1582,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(6750,1582,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(6754,855,'_pl_karma','0'),(6753,1363,'_pl_karma','0'),(6755,840,'_pl_karma','0'),(6756,811,'_pl_karma','0'),(6757,798,'_pl_karma','0'),(6758,781,'_pl_karma','0'),(6759,763,'_pl_karma','0'),(6760,741,'_pl_karma','0'),(6761,731,'_pl_karma','0'),(6762,704,'_pl_karma','0'),(6763,1058,'_pl_karma','0'),(6764,1058,'_oembed_2982d33a12505665b49bfb3c7ff9d615','{{unknown}}'),(6765,1058,'_oembed_b847d2d63d0a0a67855d9b4ddeb74fc1','{{unknown}}'),(6766,1058,'_oembed_1fa359e37a2dc17d49e66c3c85f3945b','{{unknown}}'),(6767,1488,'_pl_karma','0'),(6768,1474,'_pl_karma','0'),(6769,70293952,'pl-settings','a:2:{s:5:\"draft\";a:3:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{s:9:\"ctemplate\";s:4:\"blog\";}}s:7:\"us1vrz7\";a:13:{s:9:\"ph_format\";s:13:\"format-center\";s:7:\"ph_mode\";s:5:\"links\";s:9:\"ph_header\";s:35:\"Welcome to PageLines [pl_themename]\";s:8:\"ph_link1\";s:36:\"http://www.pagelines.com/user-guide/\";s:13:\"ph_link1_text\";s:18:\"The DMS User Guide\";s:14:\"ph_link1_style\";s:12:\"btn-ol-black\";s:8:\"ph_link2\";s:26:\"http://docs.pagelines.com/\";s:13:\"ph_link2_text\";s:12:\"The DMS docs\";s:14:\"ph_link2_style\";s:12:\"btn-ol-black\";s:17:\"pageheader_repeat\";s:1:\"0\";s:16:\"pageheader_theme\";s:1:\"0\";s:23:\"pageheader_color_enable\";s:1:\"1\";s:16:\"pageheader_color\";s:6:\"F7F7F7\";}s:7:\"utfnt6u\";a:5:{s:10:\"map_height\";s:5:\"350px\";s:14:\"map_zoom_level\";s:2:\"10\";s:15:\"map_zoom_enable\";s:1:\"0\";s:16:\"enable_animation\";s:1:\"0\";s:15:\"locations_array\";a:2:{s:5:\"item1\";a:2:{s:8:\"latitude\";s:10:\"25.7519221\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:1:{s:8:\"showitem\";s:1:\"1\";}}}}s:4:\"live\";a:2:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{s:9:\"ctemplate\";s:4:\"blog\";}}s:7:\"us1vrz7\";a:13:{s:9:\"ph_format\";s:13:\"format-center\";s:7:\"ph_mode\";s:5:\"links\";s:9:\"ph_header\";s:35:\"Welcome to PageLines [pl_themename]\";s:8:\"ph_link1\";s:36:\"http://www.pagelines.com/user-guide/\";s:13:\"ph_link1_text\";s:18:\"The DMS User Guide\";s:14:\"ph_link1_style\";s:12:\"btn-ol-black\";s:8:\"ph_link2\";s:26:\"http://docs.pagelines.com/\";s:13:\"ph_link2_text\";s:12:\"The DMS docs\";s:14:\"ph_link2_style\";s:12:\"btn-ol-black\";s:17:\"pageheader_repeat\";s:1:\"0\";s:16:\"pageheader_theme\";s:1:\"0\";s:23:\"pageheader_color_enable\";s:1:\"1\";s:16:\"pageheader_color\";s:6:\"F7F7F7\";}}}'),(6770,70000007,'pl-settings','a:2:{s:4:\"live\";a:1:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areaud3b16\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"ud3b16\";s:7:\"content\";a:2:{i:0;a:7:{s:6:\"object\";s:8:\"PLColumn\";s:5:\"clone\";s:6:\"ud3b52\";s:3:\"sid\";s:8:\"plcolumn\";s:4:\"span\";s:1:\"8\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"PageLinesPostLoop\";s:5:\"clone\";s:6:\"ud3b87\";s:3:\"sid\";s:8:\"postloop\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:1;a:7:{s:6:\"object\";s:8:\"PLColumn\";s:5:\"clone\";s:6:\"ud3bfb\";s:3:\"sid\";s:8:\"plcolumn\";s:4:\"span\";s:1:\"4\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:11:\"PLRapidTabs\";s:5:\"clone\";s:6:\"ud3c30\";s:3:\"sid\";s:9:\"rapidtabs\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:1;a:6:{s:6:\"object\";s:14:\"PrimarySidebar\";s:5:\"clone\";s:6:\"ud3c63\";s:3:\"sid\";s:10:\"sb_primary\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}}}}}s:5:\"draft\";a:1:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areaud3b16\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"ud3b16\";s:7:\"content\";a:2:{i:0;a:7:{s:6:\"object\";s:8:\"PLColumn\";s:5:\"clone\";s:6:\"ud3b52\";s:3:\"sid\";s:8:\"plcolumn\";s:4:\"span\";s:1:\"8\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"PageLinesPostLoop\";s:5:\"clone\";s:6:\"ud3b87\";s:3:\"sid\";s:8:\"postloop\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:1;a:7:{s:6:\"object\";s:8:\"PLColumn\";s:5:\"clone\";s:6:\"ud3bfb\";s:3:\"sid\";s:8:\"plcolumn\";s:4:\"span\";s:1:\"4\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:11:\"PLRapidTabs\";s:5:\"clone\";s:6:\"ud3c30\";s:3:\"sid\";s:9:\"rapidtabs\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:1;a:6:{s:6:\"object\";s:14:\"PrimarySidebar\";s:5:\"clone\";s:6:\"ud3c63\";s:3:\"sid\";s:10:\"sb_primary\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}}}}}}'),(15515,3278,'_edit_lock','1481278730:2'),(15516,3278,'_edit_last','2'),(15517,3278,'_thumbnail_id','3085'),(15514,3237,'pl-settings','a:2:{s:4:\"live\";a:0:{}s:5:\"draft\";a:0:{}}'),(15533,3278,'_pl_karma','0'),(6771,1585,'pl-settings','a:2:{s:5:\"draft\";a:1:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{s:9:\"ctemplate\";s:7:\"welcome\";}}}s:4:\"live\";a:1:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{s:9:\"ctemplate\";s:7:\"welcome\";}}}}'),(6773,1479,'_oembed_7fbb448a8346784906173594ef50e740','{{unknown}}'),(8173,1796,'_optimizepress_header_layout','s:897:\"a:12:{s:4:\"logo\";s:74:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/rq-logo-black.jpg\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#010b1e\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"Y\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:6:\"normal\";s:9:\"font_size\";s:2:\"13\";s:11:\"font_family\";s:7:\"PT Sans\";}s:12:\"disable_link\";s:0:\"\";s:11:\"header_link\";s:30:\"http://www.thetradingroom.com/\";}\";'),(6776,33,'pl-settings','a:2:{s:4:\"live\";a:8:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{s:9:\"ctemplate\";s:7:\"riosoct\";}}s:7:\"utp35zx\";a:12:{s:9:\"navi_logo\";s:57:\"[pl_site_url]/wp-content/uploads/2014/05/rqlogoblack1.jpg\";s:19:\"navi_logo_attach_id\";s:4:\"1591\";s:13:\"navi_logo_alt\";s:32:\"Powered by Rios Quantitative LLC\";s:17:\"navi_logo_disable\";s:1:\"0\";s:14:\"navi_site_info\";s:1:\"0\";s:17:\"pl_standard_title\";s:33:\" Powered by Rios Quantitative LLC\";s:18:\"pl_standard_styles\";s:11:\"padding: 0;\";s:11:\"navi_search\";s:1:\"0\";s:25:\"navi_background_attach_id\";s:4:\"1823\";s:11:\"navi_repeat\";s:1:\"0\";s:10:\"navi_theme\";s:7:\"pl-base\";s:17:\"navi_color_enable\";s:1:\"0\";}s:7:\"u7b9cyy\";a:6:{s:13:\"icallout_text\";s:31:\"Learn how to be a quant trader.\";s:18:\"icallout_text_wrap\";s:2:\"h2\";s:13:\"icallout_link\";s:49:\"http://www.riosquant.com/requestinfo?product_id=2\";s:15:\"icallout_target\";s:1:\"1\";s:18:\"icallout_link_text\";s:30:\"SIGN UP FOR NEXT ONLINE COURSE\";s:18:\"icallout_btn_theme\";s:12:\"btn-ol-white\";}s:6:\"ue42fb\";a:4:{s:18:\"pl_area_background\";s:57:\"[pl_site_url]/wp-content/uploads/2014/05/joebigscreen.jpg\";s:28:\"pl_area_background_attach_id\";s:4:\"1592\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"umz5fda\";a:8:{s:11:\"pl_area_pad\";s:4:\"90px\";s:18:\"pl_area_pad_bottom\";s:4:\"60px\";s:18:\"pl_area_background\";s:66:\"[pl_site_url]/wp-content/uploads/2016/08/tradingroomrankingart.jpg\";s:28:\"pl_area_background_attach_id\";s:4:\"2996\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"337EFF\";}s:7:\"utmefjt\";a:5:{s:11:\"pl_area_pad\";s:3:\"0px\";s:17:\"pl_standard_title\";s:58:\"The Trading Room®                                        \";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"FCFAFA\";}s:7:\"uhifci0\";a:5:{s:13:\"icallout_text\";s:18:\"The Trading Room®\";s:18:\"icallout_text_wrap\";s:2:\"h2\";s:15:\"icallout_target\";s:1:\"0\";s:18:\"icallout_link_text\";s:22:\"Established since 1997\";s:18:\"icallout_btn_theme\";s:12:\"btn-ol-black\";}s:7:\"uauwk5y\";a:4:{s:15:\"textbox_content\";s:22:\"Established Since 1997\";s:17:\"textbox_font_size\";s:2:\"19\";s:13:\"textbox_align\";s:10:\"textcenter\";s:18:\"textbox_title_wrap\";s:6:\"strong\";}}s:5:\"draft\";a:8:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{s:9:\"ctemplate\";s:7:\"riosoct\";}}s:7:\"utp35zx\";a:12:{s:9:\"navi_logo\";s:57:\"[pl_site_url]/wp-content/uploads/2014/05/rqlogoblack1.jpg\";s:19:\"navi_logo_attach_id\";s:4:\"1591\";s:13:\"navi_logo_alt\";s:32:\"Powered by Rios Quantitative LLC\";s:17:\"navi_logo_disable\";s:1:\"0\";s:14:\"navi_site_info\";s:1:\"0\";s:17:\"pl_standard_title\";s:33:\" Powered by Rios Quantitative LLC\";s:18:\"pl_standard_styles\";s:11:\"padding: 0;\";s:11:\"navi_search\";s:1:\"0\";s:25:\"navi_background_attach_id\";s:4:\"1823\";s:11:\"navi_repeat\";s:1:\"0\";s:10:\"navi_theme\";s:7:\"pl-base\";s:17:\"navi_color_enable\";s:1:\"0\";}s:7:\"u7b9cyy\";a:6:{s:13:\"icallout_text\";s:31:\"Learn how to be a quant trader.\";s:18:\"icallout_text_wrap\";s:2:\"h2\";s:13:\"icallout_link\";s:49:\"http://www.riosquant.com/requestinfo?product_id=2\";s:15:\"icallout_target\";s:1:\"1\";s:18:\"icallout_link_text\";s:30:\"SIGN UP FOR NEXT ONLINE COURSE\";s:18:\"icallout_btn_theme\";s:12:\"btn-ol-white\";}s:6:\"ue42fb\";a:4:{s:18:\"pl_area_background\";s:57:\"[pl_site_url]/wp-content/uploads/2014/05/joebigscreen.jpg\";s:28:\"pl_area_background_attach_id\";s:4:\"1592\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"umz5fda\";a:8:{s:11:\"pl_area_pad\";s:4:\"90px\";s:18:\"pl_area_pad_bottom\";s:4:\"60px\";s:18:\"pl_area_background\";s:66:\"[pl_site_url]/wp-content/uploads/2016/08/tradingroomrankingart.jpg\";s:28:\"pl_area_background_attach_id\";s:4:\"2996\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"337EFF\";}s:7:\"utmefjt\";a:5:{s:11:\"pl_area_pad\";s:3:\"0px\";s:17:\"pl_standard_title\";s:58:\"The Trading Room®                                        \";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"FCFAFA\";}s:7:\"uhifci0\";a:5:{s:13:\"icallout_text\";s:18:\"The Trading Room®\";s:18:\"icallout_text_wrap\";s:2:\"h2\";s:15:\"icallout_target\";s:1:\"0\";s:18:\"icallout_link_text\";s:22:\"Established since 1997\";s:18:\"icallout_btn_theme\";s:12:\"btn-ol-black\";}s:7:\"uauwk5y\";a:4:{s:15:\"textbox_content\";s:22:\"Established Since 1997\";s:17:\"textbox_font_size\";s:2:\"19\";s:13:\"textbox_align\";s:10:\"textcenter\";s:18:\"textbox_title_wrap\";s:6:\"strong\";}}}'),(6777,1434,'_pl_karma','0'),(6778,1426,'_pl_karma','0'),(6779,1344,'_pl_karma','0'),(6780,1386,'_pl_karma','0'),(6781,1547,'_pl_karma','0'),(6782,361,'_pl_karma','0'),(6783,1409,'_pl_karma','0'),(6784,1403,'_pl_karma','0'),(6785,1359,'_pl_karma','0'),(6786,1047,'_pl_karma','0'),(6787,1041,'_pl_karma','0'),(6788,987,'_pl_karma','0'),(6789,977,'_pl_karma','0'),(6790,973,'_pl_karma','0'),(6791,969,'_pl_karma','0'),(6792,964,'_pl_karma','0'),(6793,711,'_pl_karma','0'),(6794,711,'_oembed_7d3e7b3ef56fe49c6e80abefe21de086','<iframe width=\"500\" height=\"281\" src=\"http://www.youtube.com/embed/FdqQMihG0T0?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(6795,1351,'_oembed_4dc3703d68a86fa89c20075cfe2adc32','{{unknown}}'),(6796,1351,'_oembed_bd82a156b3adb3c6cae1b16f65edba9a','{{unknown}}'),(6797,1279,'_oembed_18e2ed41e4bb4190c7bc8a6c9ddb2de8','{{unknown}}'),(6798,1279,'_oembed_cf0f6ada4f437dc1c09889d8c042066c','{{unknown}}'),(6799,1279,'_oembed_24ae5ce8438bdc1aa37f6d0e98604356','{{unknown}}'),(6800,485,'_pl_karma','0'),(6801,1559,'_pl_karma','0'),(6802,1557,'_pl_karma','0'),(6803,1540,'_pl_karma','0'),(6804,1537,'_pl_karma','0'),(6805,1532,'_pl_karma','0'),(6806,1512,'_pl_karma','1'),(6807,1508,'_pl_karma','0'),(6808,1506,'_pl_karma','0'),(6831,1418,'_pl_karma','0'),(6830,1056,'_pl_karma','0'),(6811,1459,'_pl_karma','0'),(6812,1468,'_pl_karma','0'),(6813,1396,'_pl_karma','0'),(6814,1050,'_pl_karma','0'),(6815,631,'_pl_karma','0'),(6816,1284,'_pl_karma','0'),(6817,756,'_pl_karma','0'),(6818,282,'_pl_karma','0'),(6819,1502,'_pl_karma','0'),(6820,1497,'_pl_karma','0'),(6821,1479,'_pl_karma','0'),(6822,1588,'_wp_attached_file','2014/05/rqlogoblack.jpg'),(6823,1588,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:531;s:6:\"height\";i:288;s:4:\"file\";s:23:\"2014/05/rqlogoblack.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"rqlogoblack-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"rqlogoblack-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:23:\"rqlogoblack-500x288.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:23:\"rqlogoblack-500x288.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6839,70000008,'pl-settings','a:2:{s:5:\"draft\";a:1:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau0322e\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"u0322e\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:16:\"PageLinesNoPosts\";s:5:\"clone\";s:6:\"u03341\";s:3:\"sid\";s:7:\"noposts\";s:4:\"span\";s:2:\"10\";s:6:\"offset\";s:1:\"1\";s:6:\"newrow\";s:5:\"false\";}}}}}}s:4:\"live\";a:0:{}}'),(6824,499,'_pl_karma','0'),(6825,720,'_pl_karma','0'),(6826,1477,'_pl_karma','0'),(6827,907,'_pl_karma','0'),(6828,309,'_pl_karma','0'),(6829,638,'_pl_karma','0'),(6832,779,'_pl_karma','0'),(6833,514,'_pl_karma','0'),(6834,70091128,'pl-settings','a:2:{s:4:\"live\";a:2:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:2:{i:0;a:6:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:17:\"pageheaderun5tdx4\";s:6:\"object\";s:12:\"PLPageHeader\";s:3:\"sid\";s:10:\"pageheader\";s:5:\"clone\";s:7:\"un5tdx4\";}i:1;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau657ca\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"u657ca\";s:7:\"content\";a:2:{i:0;a:7:{s:6:\"object\";s:8:\"PLColumn\";s:5:\"clone\";s:6:\"u6596c\";s:3:\"sid\";s:8:\"plcolumn\";s:4:\"span\";s:1:\"8\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"PageLinesPostLoop\";s:5:\"clone\";s:6:\"u65b0d\";s:3:\"sid\";s:8:\"postloop\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:1;a:7:{s:6:\"object\";s:8:\"PLColumn\";s:5:\"clone\";s:6:\"u65e0c\";s:3:\"sid\";s:8:\"plcolumn\";s:4:\"span\";s:1:\"4\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:19:\"PageLinesWidgetizer\";s:5:\"clone\";s:7:\"ue9qrlu\";s:3:\"sid\";s:10:\"widgetizer\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}}}}s:7:\"ue9qrlu\";a:1:{s:15:\"widgetizer_area\";s:14:\"cs-woocommerce\";}}s:5:\"draft\";a:2:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:2:{i:0;a:6:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:17:\"pageheaderun5tdx4\";s:6:\"object\";s:12:\"PLPageHeader\";s:3:\"sid\";s:10:\"pageheader\";s:5:\"clone\";s:7:\"un5tdx4\";}i:1;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau657ca\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"u657ca\";s:7:\"content\";a:2:{i:0;a:7:{s:6:\"object\";s:8:\"PLColumn\";s:5:\"clone\";s:6:\"u6596c\";s:3:\"sid\";s:8:\"plcolumn\";s:4:\"span\";s:1:\"8\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"PageLinesPostLoop\";s:5:\"clone\";s:6:\"u65b0d\";s:3:\"sid\";s:8:\"postloop\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:1;a:7:{s:6:\"object\";s:8:\"PLColumn\";s:5:\"clone\";s:6:\"u65e0c\";s:3:\"sid\";s:8:\"plcolumn\";s:4:\"span\";s:1:\"4\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:19:\"PageLinesWidgetizer\";s:5:\"clone\";s:7:\"ue9qrlu\";s:3:\"sid\";s:10:\"widgetizer\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}}}}s:7:\"ue9qrlu\";a:1:{s:15:\"widgetizer_area\";s:14:\"cs-woocommerce\";}}}'),(6835,70000001,'pl-settings','a:2:{s:4:\"live\";a:1:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areaue7203\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"ue7203\";s:7:\"content\";a:2:{i:0;a:7:{s:6:\"object\";s:8:\"PLColumn\";s:5:\"clone\";s:6:\"ue72b7\";s:3:\"sid\";s:8:\"plcolumn\";s:4:\"span\";s:1:\"8\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"PageLinesPostLoop\";s:5:\"clone\";s:6:\"ue7365\";s:3:\"sid\";s:8:\"postloop\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:1;a:7:{s:6:\"object\";s:8:\"PLColumn\";s:5:\"clone\";s:6:\"ue7419\";s:3:\"sid\";s:8:\"plcolumn\";s:4:\"span\";s:1:\"4\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:11:\"PLRapidTabs\";s:5:\"clone\";s:6:\"ue74c9\";s:3:\"sid\";s:9:\"rapidtabs\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:1;a:6:{s:6:\"object\";s:14:\"PrimarySidebar\";s:5:\"clone\";s:6:\"ue7575\";s:3:\"sid\";s:10:\"sb_primary\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}}}}}s:5:\"draft\";a:1:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areaue7203\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"ue7203\";s:7:\"content\";a:2:{i:0;a:7:{s:6:\"object\";s:8:\"PLColumn\";s:5:\"clone\";s:6:\"ue72b7\";s:3:\"sid\";s:8:\"plcolumn\";s:4:\"span\";s:1:\"8\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"PageLinesPostLoop\";s:5:\"clone\";s:6:\"ue7365\";s:3:\"sid\";s:8:\"postloop\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:1;a:7:{s:6:\"object\";s:8:\"PLColumn\";s:5:\"clone\";s:6:\"ue7419\";s:3:\"sid\";s:8:\"plcolumn\";s:4:\"span\";s:1:\"4\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:11:\"PLRapidTabs\";s:5:\"clone\";s:6:\"ue74c9\";s:3:\"sid\";s:9:\"rapidtabs\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:1;a:6:{s:6:\"object\";s:14:\"PrimarySidebar\";s:5:\"clone\";s:6:\"ue7575\";s:3:\"sid\";s:10:\"sb_primary\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}}}}}}'),(6836,70000004,'pl-settings','a:2:{s:5:\"draft\";a:1:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau9a20d\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"u9a20d\";s:7:\"content\";a:2:{i:0;a:7:{s:6:\"object\";s:8:\"PLColumn\";s:5:\"clone\";s:6:\"u9a2cb\";s:3:\"sid\";s:8:\"plcolumn\";s:4:\"span\";s:1:\"8\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"PageLinesPostLoop\";s:5:\"clone\";s:6:\"u9a382\";s:3:\"sid\";s:8:\"postloop\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:1;a:7:{s:6:\"object\";s:8:\"PLColumn\";s:5:\"clone\";s:6:\"u9a43c\";s:3:\"sid\";s:8:\"plcolumn\";s:4:\"span\";s:1:\"4\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:11:\"PLRapidTabs\";s:5:\"clone\";s:6:\"u9a4f1\";s:3:\"sid\";s:9:\"rapidtabs\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:1;a:6:{s:6:\"object\";s:14:\"PrimarySidebar\";s:5:\"clone\";s:6:\"u9a5a6\";s:3:\"sid\";s:10:\"sb_primary\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}}}}}s:4:\"live\";a:0:{}}'),(6837,70000005,'pl-settings','a:2:{s:5:\"draft\";a:1:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{s:9:\"ctemplate\";s:16:\"blogpagetemplate\";}}}s:4:\"live\";a:0:{}}'),(6838,70000006,'pl-settings','a:2:{s:4:\"live\";a:0:{}s:5:\"draft\";a:0:{}}'),(6840,1846,'pl-settings','a:2:{s:4:\"live\";a:0:{}s:5:\"draft\";a:0:{}}'),(6841,1722,'pl-settings','a:2:{s:4:\"live\";a:0:{}s:5:\"draft\";a:0:{}}'),(6842,1713,'pl-settings','a:2:{s:5:\"draft\";a:1:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areaua1b09\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"ua1b09\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"PageLinesPostLoop\";s:5:\"clone\";s:6:\"ua1c4d\";s:3:\"sid\";s:8:\"postloop\";s:4:\"span\";s:2:\"10\";s:6:\"offset\";s:1:\"1\";s:6:\"newrow\";s:5:\"false\";}}}}}}s:4:\"live\";a:0:{}}'),(6843,1711,'pl-settings','a:2:{s:4:\"live\";a:26:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{s:9:\"ctemplate\";s:10:\"riosquant3\";}}s:7:\"unliqcl\";a:4:{s:20:\"revslider_fullscreen\";s:1:\"0\";s:15:\"revslider_array\";a:3:{s:5:\"item1\";a:13:{s:10:\"background\";s:73:\"[pl_site_url]/wp-content/uploads/sites/8227/2014/04/newyork-w-overlay.jpg\";s:20:\"background_attach_id\";s:4:\"1731\";s:5:\"title\";s:10:\"Test Drive\";s:4:\"text\";s:27:\"Welcome to The Trading Room\";s:13:\"element_color\";s:13:\"element-light\";s:8:\"location\";s:8:\"centered\";s:4:\"link\";s:33:\"http://www.pagelines.com/pricing/\";s:9:\"link_text\";s:21:\"Get DMS for WordPress\";s:10:\"link_style\";s:11:\"btn-primary\";s:6:\"link_2\";s:20:\"http://riosquant.com\";s:11:\"link_2_text\";s:9:\"Let\'s GO!\";s:12:\"link_2_style\";s:12:\"btn-ol-white\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:1:{s:8:\"showitem\";s:1:\"1\";}}s:16:\"revslider_repeat\";s:1:\"0\";s:22:\"revslider_color_enable\";s:1:\"0\";}s:7:\"utxs5ji\";a:4:{s:9:\"ibox_cols\";s:2:\"12\";s:10:\"ibox_media\";s:4:\"icon\";s:11:\"ibox_format\";s:4:\"left\";s:10:\"ibox_array\";a:4:{s:5:\"item1\";a:3:{s:5:\"title\";s:14:\"SEO and Social\";s:4:\"icon\";s:6:\"search\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:3:{s:5:\"title\";s:10:\"High Speed\";s:4:\"icon\";s:4:\"bolt\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:3:{s:5:\"title\";s:10:\"Typography\";s:4:\"icon\";s:11:\"text-height\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:3:{s:5:\"title\";s:13:\"Color Control\";s:4:\"icon\";s:5:\"flask\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"uy8cen8\";a:11:{s:17:\"flipper_post_type\";s:4:\"post\";s:14:\"flipper_format\";s:7:\"masonry\";s:13:\"flipper_shown\";s:1:\"3\";s:13:\"flipper_total\";s:2:\"10\";s:16:\"flipper_hide_nav\";s:1:\"0\";s:17:\"flipper_post_sort\";s:4:\"DESC\";s:23:\"flipper_hide_title_link\";s:1:\"1\";s:20:\"flipper_show_excerpt\";s:1:\"0\";s:25:\"disable_flipper_show_love\";s:1:\"0\";s:14:\"flipper_repeat\";s:1:\"0\";s:20:\"flipper_color_enable\";s:1:\"0\";}s:7:\"uxax4yo\";a:5:{s:14:\"mediabox_image\";s:59:\"[pl_site_url]/wp-content/uploads/sites/8227/2014/04/dms.png\";s:24:\"mediabox_image_attach_id\";s:4:\"1814\";s:15:\"mediabox_height\";s:3:\"400\";s:17:\"disable_centering\";s:1:\"0\";s:18:\"mediabox_animation\";s:14:\"pla-from-right\";}s:7:\"usb89m3\";a:3:{s:11:\"pl_area_pad\";s:4:\"60px\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"uwzba8d\";a:3:{s:11:\"pl_area_pad\";s:4:\"40px\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"upjfuxa\";a:6:{s:14:\"mediabox_image\";s:27:\"http://youtu.be/B0xN1r30TRc\";s:24:\"mediabox_image_attach_id\";s:4:\"1818\";s:13:\"mediabox_html\";s:28:\"http://youtu.be/B0xN1r30TRc\n\";s:15:\"mediabox_height\";s:3:\"350\";s:17:\"disable_centering\";s:1:\"0\";s:18:\"mediabox_animation\";s:13:\"pla-from-left\";}s:7:\"ujoyxqb\";a:4:{s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"337EFF\";}s:7:\"u5w1dd5\";a:4:{s:11:\"pl_area_pad\";s:4:\"60px\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:11:\"pl-contrast\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"uqimbjo\";a:4:{s:9:\"ibox_cols\";s:2:\"12\";s:10:\"ibox_media\";s:5:\"count\";s:11:\"ibox_format\";s:4:\"left\";s:10:\"ibox_array\";a:4:{s:5:\"item1\";a:4:{s:5:\"title\";s:16:\"GnosTICK Traders\";s:4:\"icon\";s:6:\"search\";s:5:\"count\";s:3:\"500\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:4:{s:5:\"title\";s:19:\"RQ Einstein Traders\";s:4:\"icon\";s:4:\"bolt\";s:5:\"count\";s:3:\"125\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:4:{s:5:\"title\";s:18:\"RQ-Channel Traders\";s:4:\"icon\";s:11:\"text-height\";s:5:\"count\";s:3:\"200\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:4:{s:5:\"title\";s:10:\"Developers\";s:4:\"icon\";s:5:\"flask\";s:5:\"count\";s:3:\"300\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"umtzji9\";a:4:{s:9:\"ibox_cols\";s:1:\"4\";s:10:\"ibox_media\";s:4:\"icon\";s:11:\"ibox_format\";s:3:\"top\";s:10:\"ibox_array\";a:3:{s:5:\"item1\";a:5:{s:5:\"title\";s:23:\"Responsive &amp; Mobile\";s:4:\"link\";s:36:\"http://www.pagelines.com/user-guide/\";s:4:\"icon\";s:6:\"tablet\";s:5:\"color\";s:6:\"000000\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:3:{s:5:\"title\";s:20:\"Drag and Drop Design\";s:4:\"icon\";s:6:\"random\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:4:{s:5:\"title\";s:18:\"Built on WordPress\";s:4:\"icon\";s:6:\"wrench\";s:5:\"color\";s:6:\"F14B3E\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"urz1qgb\";a:6:{s:13:\"icallout_text\";s:23:\"Ready to trade smarter?\";s:18:\"icallout_text_wrap\";s:2:\"h2\";s:13:\"icallout_link\";s:24:\"http://www.riosquant.com\";s:15:\"icallout_target\";s:1:\"1\";s:18:\"icallout_link_text\";s:21:\"Get DMS for Wordpress\";s:18:\"icallout_btn_theme\";s:12:\"btn-ol-white\";}s:7:\"utp35zx\";a:11:{s:9:\"navi_logo\";s:68:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/04/rqlogoblack2.jpg\";s:19:\"navi_logo_attach_id\";s:4:\"1827\";s:13:\"navi_logo_alt\";s:32:\"Powered by Rios Quantitative LLC\";s:17:\"navi_logo_disable\";s:1:\"0\";s:17:\"pl_standard_title\";s:32:\"Powered by Rios Quantitative LLC\";s:18:\"pl_standard_styles\";s:11:\"padding: 0;\";s:11:\"navi_search\";s:1:\"0\";s:25:\"navi_background_attach_id\";s:4:\"1823\";s:11:\"navi_repeat\";s:1:\"0\";s:10:\"navi_theme\";s:7:\"pl-base\";s:17:\"navi_color_enable\";s:1:\"0\";}s:7:\"uuzxcdt\";a:3:{s:17:\"testimonials_mode\";s:6:\"avatar\";s:25:\"testimonials_disable_auto\";s:1:\"0\";s:20:\"pl_testimonial_array\";a:3:{s:5:\"item1\";a:2:{s:4:\"text\";s:32:\"this is a great trading strategy\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:3:{s:4:\"text\";s:42:\"I can see the success rate growing rapidly\";s:4:\"cite\";s:8:\"Joe Rios\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:1:{s:8:\"showitem\";s:1:\"1\";}}}s:7:\"uajarsz\";a:5:{s:11:\"pl_area_pad\";s:3:\"0px\";s:18:\"pl_area_pad_bottom\";s:3:\"0px\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:7:\"pl-grey\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:6:\"u4c73c\";a:3:{s:17:\"pl_standard_title\";s:18:\"The Trading Room®\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:6:\"u10958\";a:3:{s:18:\"pl_area_background\";s:66:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/04/roomforlen.jpg\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:6:\"ue8df1\";a:3:{s:18:\"pl_area_background\";s:66:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/04/roomforlen.jpg\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:6:\"u2516e\";a:4:{s:18:\"pl_area_background\";s:66:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/04/roomforlen.jpg\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"FCFAFA\";}s:7:\"uurbir8\";a:4:{s:4:\"cols\";s:1:\"3\";s:5:\"array\";a:6:{s:5:\"item1\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item5\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item6\";a:1:{s:8:\"showitem\";s:1:\"1\";}}s:20:\"quickcarousel_repeat\";s:1:\"0\";s:26:\"quickcarousel_color_enable\";s:1:\"0\";}s:7:\"un620tm\";a:2:{s:17:\"pageheader_repeat\";s:1:\"0\";s:23:\"pageheader_color_enable\";s:1:\"0\";}s:7:\"ux79ppw\";a:4:{s:9:\"ibox_cols\";s:1:\"4\";s:10:\"ibox_media\";s:5:\"image\";s:11:\"ibox_format\";s:3:\"top\";s:10:\"ibox_array\";a:3:{s:5:\"item1\";a:6:{s:5:\"title\";s:27:\"Quantitative Trend Analysis\";s:4:\"text\";s:295:\"The RQ Cross Box is a computerized ranking system utilizing multiple disciplines of evaluation including macro economics, rotation flows, fundamental and technical analysis. At the core is proprietary algorithms designed to interpret historical data in order to reveal predictive future metrics.\";s:4:\"icon\";s:5:\"gears\";s:5:\"image\";s:71:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/04/marketanalyzer2.jpg\";s:5:\"color\";s:6:\"FA0707\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:4:{s:5:\"title\";s:27:\"Algorithmic Trading Systems\";s:4:\"text\";s:313:\"The RiosQuant algorithmic trading systems are  designed for specific assignments, such as to exploit short-lived trading opportunities. At the core of the strategy is proprietary code with forward-looking algorithms designed to forecast potential key levels of the markets associated with aggressive price action.\";s:5:\"image\";s:72:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/04/traderclicking12.jpg\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:4:{s:5:\"title\";s:17:\"Live Trading Room\";s:4:\"text\";s:255:\"The Trading Room® sessions  offer a pragmatic, real world perspective of trading the global markets in real-time for the active trader.  Get a sneak view of our algorithmic trading systems in action from the convenience of your computer via the internet.\";s:5:\"image\";s:69:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/05/joeboardjpeg1.jpg\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"ufluniu\";a:6:{s:13:\"icallout_text\";s:31:\"Learn how to be a quant trader.\";s:18:\"icallout_text_wrap\";s:2:\"h2\";s:13:\"icallout_link\";s:49:\"http://www.riosquant.com/requestinfo?product_id=2\";s:15:\"icallout_target\";s:1:\"1\";s:18:\"icallout_link_text\";s:30:\"Sign up for next online course\";s:18:\"icallout_btn_theme\";s:12:\"btn-ol-white\";}s:7:\"u0bspra\";a:3:{s:16:\"quick_transition\";s:4:\"fade\";s:15:\"quick_slideshow\";s:1:\"0\";s:17:\"quickslider_array\";a:3:{s:5:\"item1\";a:2:{s:5:\"image\";s:66:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/04/roomforlen.jpg\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:2:{s:5:\"image\";s:65:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/05/chillroom.jpg\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:1:{s:8:\"showitem\";s:1:\"1\";}}}s:7:\"u5kbsav\";a:4:{s:13:\"masonic_total\";s:2:\"10\";s:15:\"masonic_excerpt\";s:1:\"0\";s:12:\"masonic_meta\";s:38:\"[post_categories] - List of categories\";s:17:\"masonic_post_sort\";s:4:\"DESC\";}}s:5:\"draft\";a:26:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{s:9:\"ctemplate\";s:10:\"riosquant3\";}}s:7:\"unliqcl\";a:4:{s:20:\"revslider_fullscreen\";s:1:\"0\";s:15:\"revslider_array\";a:3:{s:5:\"item1\";a:13:{s:10:\"background\";s:73:\"[pl_site_url]/wp-content/uploads/sites/8227/2014/04/newyork-w-overlay.jpg\";s:20:\"background_attach_id\";s:4:\"1731\";s:5:\"title\";s:10:\"Test Drive\";s:4:\"text\";s:27:\"Welcome to The Trading Room\";s:13:\"element_color\";s:13:\"element-light\";s:8:\"location\";s:8:\"centered\";s:4:\"link\";s:33:\"http://www.pagelines.com/pricing/\";s:9:\"link_text\";s:21:\"Get DMS for WordPress\";s:10:\"link_style\";s:11:\"btn-primary\";s:6:\"link_2\";s:20:\"http://riosquant.com\";s:11:\"link_2_text\";s:9:\"Let\'s GO!\";s:12:\"link_2_style\";s:12:\"btn-ol-white\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:1:{s:8:\"showitem\";s:1:\"1\";}}s:16:\"revslider_repeat\";s:1:\"0\";s:22:\"revslider_color_enable\";s:1:\"0\";}s:7:\"utxs5ji\";a:4:{s:9:\"ibox_cols\";s:2:\"12\";s:10:\"ibox_media\";s:4:\"icon\";s:11:\"ibox_format\";s:4:\"left\";s:10:\"ibox_array\";a:4:{s:5:\"item1\";a:3:{s:5:\"title\";s:14:\"SEO and Social\";s:4:\"icon\";s:6:\"search\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:3:{s:5:\"title\";s:10:\"High Speed\";s:4:\"icon\";s:4:\"bolt\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:3:{s:5:\"title\";s:10:\"Typography\";s:4:\"icon\";s:11:\"text-height\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:3:{s:5:\"title\";s:13:\"Color Control\";s:4:\"icon\";s:5:\"flask\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"uy8cen8\";a:11:{s:17:\"flipper_post_type\";s:4:\"post\";s:14:\"flipper_format\";s:7:\"masonry\";s:13:\"flipper_shown\";s:1:\"3\";s:13:\"flipper_total\";s:2:\"10\";s:16:\"flipper_hide_nav\";s:1:\"0\";s:17:\"flipper_post_sort\";s:4:\"DESC\";s:23:\"flipper_hide_title_link\";s:1:\"1\";s:20:\"flipper_show_excerpt\";s:1:\"0\";s:25:\"disable_flipper_show_love\";s:1:\"0\";s:14:\"flipper_repeat\";s:1:\"0\";s:20:\"flipper_color_enable\";s:1:\"0\";}s:7:\"uxax4yo\";a:5:{s:14:\"mediabox_image\";s:59:\"[pl_site_url]/wp-content/uploads/sites/8227/2014/04/dms.png\";s:24:\"mediabox_image_attach_id\";s:4:\"1814\";s:15:\"mediabox_height\";s:3:\"400\";s:17:\"disable_centering\";s:1:\"0\";s:18:\"mediabox_animation\";s:14:\"pla-from-right\";}s:7:\"usb89m3\";a:3:{s:11:\"pl_area_pad\";s:4:\"60px\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"uwzba8d\";a:3:{s:11:\"pl_area_pad\";s:4:\"40px\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"upjfuxa\";a:6:{s:14:\"mediabox_image\";s:27:\"http://youtu.be/B0xN1r30TRc\";s:24:\"mediabox_image_attach_id\";s:4:\"1818\";s:13:\"mediabox_html\";s:28:\"http://youtu.be/B0xN1r30TRc\n\";s:15:\"mediabox_height\";s:3:\"350\";s:17:\"disable_centering\";s:1:\"0\";s:18:\"mediabox_animation\";s:13:\"pla-from-left\";}s:7:\"ujoyxqb\";a:4:{s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"337EFF\";}s:7:\"u5w1dd5\";a:4:{s:11:\"pl_area_pad\";s:4:\"60px\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:11:\"pl-contrast\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"uqimbjo\";a:4:{s:9:\"ibox_cols\";s:2:\"12\";s:10:\"ibox_media\";s:5:\"count\";s:11:\"ibox_format\";s:4:\"left\";s:10:\"ibox_array\";a:4:{s:5:\"item1\";a:4:{s:5:\"title\";s:16:\"GnosTICK Traders\";s:4:\"icon\";s:6:\"search\";s:5:\"count\";s:3:\"500\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:4:{s:5:\"title\";s:19:\"RQ Einstein Traders\";s:4:\"icon\";s:4:\"bolt\";s:5:\"count\";s:3:\"125\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:4:{s:5:\"title\";s:18:\"RQ-Channel Traders\";s:4:\"icon\";s:11:\"text-height\";s:5:\"count\";s:3:\"200\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:4:{s:5:\"title\";s:10:\"Developers\";s:4:\"icon\";s:5:\"flask\";s:5:\"count\";s:3:\"300\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"umtzji9\";a:4:{s:9:\"ibox_cols\";s:1:\"4\";s:10:\"ibox_media\";s:4:\"icon\";s:11:\"ibox_format\";s:3:\"top\";s:10:\"ibox_array\";a:3:{s:5:\"item1\";a:5:{s:5:\"title\";s:23:\"Responsive &amp; Mobile\";s:4:\"link\";s:36:\"http://www.pagelines.com/user-guide/\";s:4:\"icon\";s:6:\"tablet\";s:5:\"color\";s:6:\"000000\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:3:{s:5:\"title\";s:20:\"Drag and Drop Design\";s:4:\"icon\";s:6:\"random\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:4:{s:5:\"title\";s:18:\"Built on WordPress\";s:4:\"icon\";s:6:\"wrench\";s:5:\"color\";s:6:\"F14B3E\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"urz1qgb\";a:6:{s:13:\"icallout_text\";s:23:\"Ready to trade smarter?\";s:18:\"icallout_text_wrap\";s:2:\"h2\";s:13:\"icallout_link\";s:24:\"http://www.riosquant.com\";s:15:\"icallout_target\";s:1:\"1\";s:18:\"icallout_link_text\";s:21:\"Get DMS for Wordpress\";s:18:\"icallout_btn_theme\";s:12:\"btn-ol-white\";}s:7:\"utp35zx\";a:11:{s:9:\"navi_logo\";s:68:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/04/rqlogoblack2.jpg\";s:19:\"navi_logo_attach_id\";s:4:\"1827\";s:13:\"navi_logo_alt\";s:32:\"Powered by Rios Quantitative LLC\";s:17:\"navi_logo_disable\";s:1:\"0\";s:17:\"pl_standard_title\";s:32:\"Powered by Rios Quantitative LLC\";s:18:\"pl_standard_styles\";s:11:\"padding: 0;\";s:11:\"navi_search\";s:1:\"0\";s:25:\"navi_background_attach_id\";s:4:\"1823\";s:11:\"navi_repeat\";s:1:\"0\";s:10:\"navi_theme\";s:7:\"pl-base\";s:17:\"navi_color_enable\";s:1:\"0\";}s:7:\"uuzxcdt\";a:3:{s:17:\"testimonials_mode\";s:6:\"avatar\";s:25:\"testimonials_disable_auto\";s:1:\"0\";s:20:\"pl_testimonial_array\";a:3:{s:5:\"item1\";a:2:{s:4:\"text\";s:32:\"this is a great trading strategy\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:3:{s:4:\"text\";s:42:\"I can see the success rate growing rapidly\";s:4:\"cite\";s:8:\"Joe Rios\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:1:{s:8:\"showitem\";s:1:\"1\";}}}s:7:\"uajarsz\";a:5:{s:11:\"pl_area_pad\";s:3:\"0px\";s:18:\"pl_area_pad_bottom\";s:3:\"0px\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:7:\"pl-grey\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:6:\"u4c73c\";a:3:{s:17:\"pl_standard_title\";s:18:\"The Trading Room®\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:6:\"u10958\";a:3:{s:18:\"pl_area_background\";s:66:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/04/roomforlen.jpg\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:6:\"ue8df1\";a:3:{s:18:\"pl_area_background\";s:66:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/04/roomforlen.jpg\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:6:\"u2516e\";a:4:{s:18:\"pl_area_background\";s:66:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/04/roomforlen.jpg\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"FCFAFA\";}s:7:\"uurbir8\";a:4:{s:4:\"cols\";s:1:\"3\";s:5:\"array\";a:6:{s:5:\"item1\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item5\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item6\";a:1:{s:8:\"showitem\";s:1:\"1\";}}s:20:\"quickcarousel_repeat\";s:1:\"0\";s:26:\"quickcarousel_color_enable\";s:1:\"0\";}s:7:\"un620tm\";a:2:{s:17:\"pageheader_repeat\";s:1:\"0\";s:23:\"pageheader_color_enable\";s:1:\"0\";}s:7:\"ux79ppw\";a:4:{s:9:\"ibox_cols\";s:1:\"4\";s:10:\"ibox_media\";s:5:\"image\";s:11:\"ibox_format\";s:3:\"top\";s:10:\"ibox_array\";a:3:{s:5:\"item1\";a:6:{s:5:\"title\";s:27:\"Quantitative Trend Analysis\";s:4:\"text\";s:295:\"The RQ Cross Box is a computerized ranking system utilizing multiple disciplines of evaluation including macro economics, rotation flows, fundamental and technical analysis. At the core is proprietary algorithms designed to interpret historical data in order to reveal predictive future metrics.\";s:4:\"icon\";s:5:\"gears\";s:5:\"image\";s:71:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/04/marketanalyzer2.jpg\";s:5:\"color\";s:6:\"FA0707\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:4:{s:5:\"title\";s:27:\"Algorithmic Trading Systems\";s:4:\"text\";s:313:\"The RiosQuant algorithmic trading systems are  designed for specific assignments, such as to exploit short-lived trading opportunities. At the core of the strategy is proprietary code with forward-looking algorithms designed to forecast potential key levels of the markets associated with aggressive price action.\";s:5:\"image\";s:72:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/04/traderclicking12.jpg\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:4:{s:5:\"title\";s:17:\"Live Trading Room\";s:4:\"text\";s:255:\"The Trading Room® sessions  offer a pragmatic, real world perspective of trading the global markets in real-time for the active trader.  Get a sneak view of our algorithmic trading systems in action from the convenience of your computer via the internet.\";s:5:\"image\";s:69:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/05/joeboardjpeg1.jpg\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"ufluniu\";a:6:{s:13:\"icallout_text\";s:31:\"Learn how to be a quant trader.\";s:18:\"icallout_text_wrap\";s:2:\"h2\";s:13:\"icallout_link\";s:49:\"http://www.riosquant.com/requestinfo?product_id=2\";s:15:\"icallout_target\";s:1:\"1\";s:18:\"icallout_link_text\";s:30:\"Sign up for next online course\";s:18:\"icallout_btn_theme\";s:12:\"btn-ol-white\";}s:7:\"u0bspra\";a:3:{s:16:\"quick_transition\";s:4:\"fade\";s:15:\"quick_slideshow\";s:1:\"0\";s:17:\"quickslider_array\";a:3:{s:5:\"item1\";a:2:{s:5:\"image\";s:66:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/04/roomforlen.jpg\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:2:{s:5:\"image\";s:65:\"[pl_site_url]/wp-content/uploads/sites/9016/2014/05/chillroom.jpg\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:1:{s:8:\"showitem\";s:1:\"1\";}}}s:7:\"u5kbsav\";a:4:{s:13:\"masonic_total\";s:2:\"10\";s:15:\"masonic_excerpt\";s:1:\"0\";s:12:\"masonic_meta\";s:38:\"[post_categories] - List of categories\";s:17:\"masonic_post_sort\";s:4:\"DESC\";}}}'),(6844,1709,'pl-settings','a:2:{s:5:\"draft\";a:1:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau14b0c\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"u14b0c\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"PageLinesPostLoop\";s:5:\"clone\";s:6:\"u14bcb\";s:3:\"sid\";s:8:\"postloop\";s:4:\"span\";s:2:\"10\";s:6:\"offset\";s:1:\"1\";s:6:\"newrow\";s:5:\"false\";}}}}}}s:4:\"live\";a:0:{}}'),(6845,1702,'pl-settings','a:2:{s:5:\"draft\";a:1:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau4e04c\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"u4e04c\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"PageLinesPostLoop\";s:5:\"clone\";s:6:\"u4e145\";s:3:\"sid\";s:8:\"postloop\";s:4:\"span\";s:2:\"10\";s:6:\"offset\";s:1:\"1\";s:6:\"newrow\";s:5:\"false\";}}}}}}s:4:\"live\";a:0:{}}'),(6846,1747,'pl-settings','a:2:{s:4:\"live\";a:1:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areaubb1fe\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"uz39qrz\";s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:8:\"PLColumn\";s:5:\"clone\";s:7:\"uaopygb\";s:3:\"sid\";s:8:\"plcolumn\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:1;a:6:{s:6:\"object\";s:17:\"Test_Drive_Signup\";s:5:\"clone\";s:7:\"ugbfza3\";s:3:\"sid\";s:17:\"test-drive-signup\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}}}s:5:\"draft\";a:1:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areaubb1fe\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"uz39qrz\";s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:8:\"PLColumn\";s:5:\"clone\";s:7:\"uaopygb\";s:3:\"sid\";s:8:\"plcolumn\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:1;a:6:{s:6:\"object\";s:17:\"Test_Drive_Signup\";s:5:\"clone\";s:7:\"ugbfza3\";s:3:\"sid\";s:17:\"test-drive-signup\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}}}}'),(6847,1409,'pl-settings','a:2:{s:5:\"draft\";a:4:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{s:9:\"ctemplate\";s:16:\"pages-fullwindow\";}}s:6:\"u780b4\";a:6:{s:16:\"pl_area_parallax\";s:16:\"pl-window-height\";s:18:\"pl_area_background\";s:55:\"[pl_site_url]/wp-content/uploads/sites/9/2014/03/dt.jpg\";s:28:\"pl_area_background_attach_id\";s:4:\"1415\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"utlff1c\";a:4:{s:24:\"pagelines_masthead_title\";s:18:\"Full Window Splash\";s:26:\"pagelines_masthead_tagline\";s:75:\"Use a single option to set this area to the full size of the browser window\";s:24:\"masthead_button_target_1\";s:1:\"0\";s:24:\"masthead_button_target_2\";s:1:\"0\";}s:7:\"ul5iy5h\";a:6:{s:16:\"pl_area_parallax\";s:16:\"pl-window-height\";s:18:\"pl_area_background\";s:64:\"[pl_site_url]/wp-content/uploads/sites/9/2014/03/white-sand1.jpg\";s:28:\"pl_area_background_attach_id\";s:4:\"1417\";s:14:\"pl_area_repeat\";s:1:\"1\";s:13:\"pl_area_theme\";s:12:\"pl-light-img\";s:20:\"pl_area_color_enable\";s:1:\"0\";}}s:4:\"live\";a:4:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:2:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau780b4\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"u780b4\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"PLMasthead\";s:5:\"clone\";s:7:\"utlff1c\";s:3:\"sid\";s:8:\"masthead\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:1;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau780b4\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"ul5iy5h\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:10:\"PLMasthead\";s:5:\"clone\";s:7:\"u3scx9g\";s:3:\"sid\";s:8:\"masthead\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}}s:6:\"u780b4\";a:6:{s:16:\"pl_area_parallax\";s:16:\"pl-window-height\";s:18:\"pl_area_background\";s:55:\"[pl_site_url]/wp-content/uploads/sites/9/2014/03/dt.jpg\";s:28:\"pl_area_background_attach_id\";s:4:\"1415\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"utlff1c\";a:4:{s:24:\"pagelines_masthead_title\";s:18:\"Full Window Splash\";s:26:\"pagelines_masthead_tagline\";s:75:\"Use a single option to set this area to the full size of the browser window\";s:24:\"masthead_button_target_1\";s:1:\"0\";s:24:\"masthead_button_target_2\";s:1:\"0\";}s:7:\"ul5iy5h\";a:6:{s:16:\"pl_area_parallax\";s:16:\"pl-window-height\";s:18:\"pl_area_background\";s:64:\"[pl_site_url]/wp-content/uploads/sites/9/2014/03/white-sand1.jpg\";s:28:\"pl_area_background_attach_id\";s:4:\"1417\";s:14:\"pl_area_repeat\";s:1:\"1\";s:13:\"pl_area_theme\";s:12:\"pl-light-img\";s:20:\"pl_area_color_enable\";s:1:\"0\";}}}'),(6848,1248,'pl-settings','a:2:{s:4:\"live\";a:0:{}s:5:\"draft\";a:0:{}}'),(6849,1249,'pl-settings','a:2:{s:5:\"draft\";a:2:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau82c92\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"u82c92\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"PageLinesPostLoop\";s:5:\"clone\";s:6:\"u82d53\";s:3:\"sid\";s:8:\"postloop\";s:4:\"span\";s:2:\"10\";s:6:\"offset\";s:1:\"1\";s:6:\"newrow\";s:5:\"false\";}}}}}s:7:\"uxg92sb\";a:3:{s:15:\"_highlight_head\";s:16:\"DMS 2 User Guide\";s:18:\"_highlight_subhead\";s:52:\"Also a great example of embedding content in a page!\";s:22:\"_highlight_image_frame\";s:1:\"0\";}}s:4:\"live\";a:2:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau85ef8\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"u85ef8\";s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:18:\"PageLinesHighlight\";s:5:\"clone\";s:7:\"uxg92sb\";s:3:\"sid\";s:9:\"highlight\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:1;a:6:{s:6:\"object\";s:17:\"PageLinesPostLoop\";s:5:\"clone\";s:6:\"u85ffd\";s:3:\"sid\";s:8:\"postloop\";s:4:\"span\";s:2:\"10\";s:6:\"offset\";s:1:\"1\";s:6:\"newrow\";s:5:\"false\";}}}}}s:7:\"uxg92sb\";a:3:{s:15:\"_highlight_head\";s:16:\"DMS 2 User Guide\";s:18:\"_highlight_subhead\";s:52:\"Also a great example of embedding content in a page!\";s:22:\"_highlight_image_frame\";s:1:\"0\";}}}'),(6850,1009,'pl-settings','a:2:{s:5:\"draft\";a:3:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{s:9:\"ctemplate\";s:24:\"pages-contactwithsidebar\";}}s:7:\"u4r9nml\";a:1:{s:15:\"widgetizer_area\";s:10:\"sb_primary\";}s:7:\"ug4h6ac\";a:4:{s:17:\"pageheader_repeat\";s:1:\"0\";s:16:\"pageheader_theme\";s:8:\"pl-black\";s:23:\"pageheader_color_enable\";s:1:\"1\";s:16:\"pageheader_color\";s:6:\"337EFF\";}}s:4:\"live\";a:3:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:2:{i:0;a:6:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:17:\"pageheaderug4h6ac\";s:6:\"object\";s:12:\"PLPageHeader\";s:3:\"sid\";s:10:\"pageheader\";s:5:\"clone\";s:7:\"ug4h6ac\";}i:1;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areaucabc5\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"ucabc5\";s:7:\"content\";a:2:{i:0;a:7:{s:6:\"object\";s:8:\"PLColumn\";s:5:\"clone\";s:6:\"u364ec\";s:3:\"sid\";s:8:\"plcolumn\";s:4:\"span\";s:1:\"8\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:4:\"true\";s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:6:\"PLMaps\";s:5:\"clone\";s:7:\"uwkyzu5\";s:3:\"sid\";s:4:\"maps\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:1;a:6:{s:6:\"object\";s:17:\"PageLinesPostLoop\";s:5:\"clone\";s:6:\"ucac79\";s:3:\"sid\";s:8:\"postloop\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:1;a:7:{s:6:\"object\";s:8:\"PLColumn\";s:5:\"clone\";s:6:\"u365a9\";s:3:\"sid\";s:8:\"plcolumn\";s:4:\"span\";s:1:\"4\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:19:\"PageLinesWidgetizer\";s:5:\"clone\";s:7:\"u4r9nml\";s:3:\"sid\";s:10:\"widgetizer\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}}}}s:7:\"u4r9nml\";a:1:{s:15:\"widgetizer_area\";s:10:\"sb_primary\";}s:7:\"ug4h6ac\";a:4:{s:17:\"pageheader_repeat\";s:1:\"0\";s:16:\"pageheader_theme\";s:8:\"pl-black\";s:23:\"pageheader_color_enable\";s:1:\"1\";s:16:\"pageheader_color\";s:6:\"337EFF\";}}}'),(6851,987,'pl-settings','a:2:{s:5:\"draft\";a:3:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{s:9:\"ctemplate\";s:25:\"shortcodes-tooltipsquotes\";}}s:7:\"ugse2sf\";a:4:{s:17:\"pageheader_repeat\";s:1:\"0\";s:16:\"pageheader_theme\";s:8:\"pl-black\";s:23:\"pageheader_color_enable\";s:1:\"1\";s:16:\"pageheader_color\";s:6:\"337eff\";}s:7:\"uslfbj4\";a:1:{s:15:\"widgetizer_area\";s:13:\"cs-shortcodes\";}}s:4:\"live\";a:3:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:2:{i:0;a:6:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:17:\"pageheaderugse2sf\";s:6:\"object\";s:12:\"PLPageHeader\";s:3:\"sid\";s:10:\"pageheader\";s:5:\"clone\";s:7:\"ugse2sf\";}i:1;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau1e150\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"u1e150\";s:7:\"content\";a:2:{i:0;a:7:{s:6:\"object\";s:8:\"PLColumn\";s:5:\"clone\";s:6:\"u88b51\";s:3:\"sid\";s:8:\"plcolumn\";s:4:\"span\";s:1:\"8\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:4:\"true\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"PageLinesPostLoop\";s:5:\"clone\";s:6:\"u1e21f\";s:3:\"sid\";s:8:\"postloop\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:1;a:7:{s:6:\"object\";s:8:\"PLColumn\";s:5:\"clone\";s:6:\"u88c36\";s:3:\"sid\";s:8:\"plcolumn\";s:4:\"span\";s:1:\"4\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:19:\"PageLinesWidgetizer\";s:5:\"clone\";s:7:\"uslfbj4\";s:3:\"sid\";s:10:\"widgetizer\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}}}}s:7:\"ugse2sf\";a:4:{s:17:\"pageheader_repeat\";s:1:\"0\";s:16:\"pageheader_theme\";s:8:\"pl-black\";s:23:\"pageheader_color_enable\";s:1:\"1\";s:16:\"pageheader_color\";s:6:\"337eff\";}s:7:\"uslfbj4\";a:1:{s:15:\"widgetizer_area\";s:13:\"cs-shortcodes\";}}}'),(6852,977,'pl-settings','a:2:{s:5:\"draft\";a:3:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{s:9:\"ctemplate\";s:28:\"shortcodes-videossocialmedia\";}}s:7:\"u9a6559\";a:4:{s:17:\"pageheader_repeat\";s:1:\"0\";s:16:\"pageheader_theme\";s:8:\"pl-black\";s:23:\"pageheader_color_enable\";s:1:\"1\";s:16:\"pageheader_color\";s:6:\"337EFF\";}s:7:\"u7jx9c3\";a:1:{s:15:\"widgetizer_area\";s:13:\"cs-shortcodes\";}}s:4:\"live\";a:3:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:2:{i:0;a:6:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:17:\"pageheaderu9a6559\";s:6:\"object\";s:12:\"PLPageHeader\";s:3:\"sid\";s:10:\"pageheader\";s:5:\"clone\";s:7:\"u9a6559\";}i:1;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areaucdcd1\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"ucdcd1\";s:7:\"content\";a:2:{i:0;a:7:{s:6:\"object\";s:8:\"PLColumn\";s:5:\"clone\";s:6:\"u98088\";s:3:\"sid\";s:8:\"plcolumn\";s:4:\"span\";s:1:\"8\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:4:\"true\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"PageLinesPostLoop\";s:5:\"clone\";s:6:\"ucdd7f\";s:3:\"sid\";s:8:\"postloop\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:1;a:7:{s:6:\"object\";s:8:\"PLColumn\";s:5:\"clone\";s:6:\"u98145\";s:3:\"sid\";s:8:\"plcolumn\";s:4:\"span\";s:1:\"4\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:19:\"PageLinesWidgetizer\";s:5:\"clone\";s:7:\"u7jx9c3\";s:3:\"sid\";s:10:\"widgetizer\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}}}}s:7:\"u9a6559\";a:4:{s:17:\"pageheader_repeat\";s:1:\"0\";s:16:\"pageheader_theme\";s:8:\"pl-black\";s:23:\"pageheader_color_enable\";s:1:\"1\";s:16:\"pageheader_color\";s:6:\"337EFF\";}s:7:\"u7jx9c3\";a:1:{s:15:\"widgetizer_area\";s:13:\"cs-shortcodes\";}}}'),(6853,949,'pl-settings','a:2:{s:5:\"draft\";a:3:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{s:9:\"ctemplate\";s:30:\"shortcodes-imagecarouselmodals\";}}s:7:\"u5gxjzy\";a:4:{s:17:\"pageheader_repeat\";s:1:\"0\";s:16:\"pageheader_theme\";s:7:\"pl-grey\";s:23:\"pageheader_color_enable\";s:1:\"1\";s:16:\"pageheader_color\";s:6:\"337eff\";}s:7:\"u1dvy3p\";a:1:{s:15:\"widgetizer_area\";s:13:\"cs-shortcodes\";}}s:4:\"live\";a:3:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:2:{i:0;a:6:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:17:\"pageheaderu5gxjzy\";s:6:\"object\";s:12:\"PLPageHeader\";s:3:\"sid\";s:10:\"pageheader\";s:5:\"clone\";s:7:\"u5gxjzy\";}i:1;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau43320\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"u43320\";s:7:\"content\";a:2:{i:0;a:7:{s:6:\"object\";s:8:\"PLColumn\";s:5:\"clone\";s:6:\"uddc72\";s:3:\"sid\";s:8:\"plcolumn\";s:4:\"span\";s:1:\"8\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:4:\"true\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"PageLinesPostLoop\";s:5:\"clone\";s:6:\"u433e3\";s:3:\"sid\";s:8:\"postloop\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:1;a:7:{s:6:\"object\";s:8:\"PLColumn\";s:5:\"clone\";s:6:\"uddd42\";s:3:\"sid\";s:8:\"plcolumn\";s:4:\"span\";s:1:\"4\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:19:\"PageLinesWidgetizer\";s:5:\"clone\";s:7:\"u1dvy3p\";s:3:\"sid\";s:10:\"widgetizer\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}}}}s:7:\"u5gxjzy\";a:4:{s:17:\"pageheader_repeat\";s:1:\"0\";s:16:\"pageheader_theme\";s:7:\"pl-grey\";s:23:\"pageheader_color_enable\";s:1:\"1\";s:16:\"pageheader_color\";s:6:\"337eff\";}s:7:\"u1dvy3p\";a:1:{s:15:\"widgetizer_area\";s:13:\"cs-shortcodes\";}}}'),(6854,945,'pl-settings','a:2:{s:5:\"draft\";a:8:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{s:9:\"ctemplate\";s:21:\"shortcodes-mapscharts\";}}s:7:\"ugfcoox\";a:4:{s:17:\"pageheader_repeat\";s:1:\"0\";s:16:\"pageheader_theme\";s:8:\"pl-black\";s:23:\"pageheader_color_enable\";s:1:\"1\";s:16:\"pageheader_color\";s:6:\"337eff\";}s:7:\"us9kk1v\";a:1:{s:18:\"textbox_title_wrap\";s:6:\"strong\";}s:7:\"uo97jbu\";a:2:{s:15:\"textbox_content\";s:399:\"[chart data=\"41.52,37.79,20.67,0.03\" bg=\"F7F9FA\" labels=\"Reffering+sites|Search+Engines|Direct+traffic|Other\" colors=\"058DC7,50B432,ED561B,EDEF00\" size=\"488x200\" title=\"Traffic Sources\" type=\"meter\"]\n\n[chart data=\"41.52,37.79,20.67,0.03\" bg=\"F7F9FA\" labels=\"Reffering+sites|Search+Engines|Direct+traffic|Other\" colors=\"058DC7,50B432,ED561B,EDEF00\" size=\"488x200\" title=\"Traffic Sources\" type=\"venn\"]\";s:18:\"textbox_title_wrap\";s:6:\"strong\";}s:7:\"uj5j0ve\";a:2:{s:15:\"textbox_content\";s:60:\"[googlemap width=\"100%\" height=\"300\" address=\"New York, NY\"]\";s:18:\"textbox_title_wrap\";s:6:\"strong\";}s:7:\"u18ysh3\";a:1:{s:18:\"textbox_title_wrap\";s:6:\"strong\";}s:7:\"u0ax4vr\";a:1:{s:15:\"widgetizer_area\";s:13:\"cs-shortcodes\";}s:7:\"udxlwy4\";a:2:{s:11:\"media_align\";s:4:\"left\";s:13:\"pl_area_class\";s:6:\"center\";}}s:4:\"live\";a:8:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:2:{i:0;a:6:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:17:\"pageheaderugfcoox\";s:6:\"object\";s:12:\"PLPageHeader\";s:3:\"sid\";s:10:\"pageheader\";s:5:\"clone\";s:7:\"ugfcoox\";}i:1;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areauad838\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"uad838\";s:7:\"content\";a:2:{i:0;a:7:{s:6:\"object\";s:8:\"PLColumn\";s:5:\"clone\";s:6:\"u3c7e1\";s:3:\"sid\";s:8:\"plcolumn\";s:4:\"span\";s:1:\"8\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:4:\"true\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"PageLinesPostLoop\";s:5:\"clone\";s:7:\"udxlwy4\";s:3:\"sid\";s:8:\"postloop\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:1;a:7:{s:6:\"object\";s:8:\"PLColumn\";s:5:\"clone\";s:6:\"u3c8a1\";s:3:\"sid\";s:8:\"plcolumn\";s:4:\"span\";s:1:\"4\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:19:\"PageLinesWidgetizer\";s:5:\"clone\";s:7:\"u0ax4vr\";s:3:\"sid\";s:10:\"widgetizer\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}}}}s:7:\"ugfcoox\";a:4:{s:17:\"pageheader_repeat\";s:1:\"0\";s:16:\"pageheader_theme\";s:8:\"pl-black\";s:23:\"pageheader_color_enable\";s:1:\"1\";s:16:\"pageheader_color\";s:6:\"337eff\";}s:7:\"us9kk1v\";a:1:{s:18:\"textbox_title_wrap\";s:6:\"strong\";}s:7:\"uo97jbu\";a:2:{s:15:\"textbox_content\";s:399:\"[chart data=\"41.52,37.79,20.67,0.03\" bg=\"F7F9FA\" labels=\"Reffering+sites|Search+Engines|Direct+traffic|Other\" colors=\"058DC7,50B432,ED561B,EDEF00\" size=\"488x200\" title=\"Traffic Sources\" type=\"meter\"]\n\n[chart data=\"41.52,37.79,20.67,0.03\" bg=\"F7F9FA\" labels=\"Reffering+sites|Search+Engines|Direct+traffic|Other\" colors=\"058DC7,50B432,ED561B,EDEF00\" size=\"488x200\" title=\"Traffic Sources\" type=\"venn\"]\";s:18:\"textbox_title_wrap\";s:6:\"strong\";}s:7:\"uj5j0ve\";a:2:{s:15:\"textbox_content\";s:60:\"[googlemap width=\"100%\" height=\"300\" address=\"New York, NY\"]\";s:18:\"textbox_title_wrap\";s:6:\"strong\";}s:7:\"u18ysh3\";a:1:{s:18:\"textbox_title_wrap\";s:6:\"strong\";}s:7:\"u0ax4vr\";a:1:{s:15:\"widgetizer_area\";s:13:\"cs-shortcodes\";}s:7:\"udxlwy4\";a:2:{s:11:\"media_align\";s:4:\"left\";s:13:\"pl_area_class\";s:6:\"center\";}}}'),(6855,925,'pl-settings','a:2:{s:5:\"draft\";a:3:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{s:9:\"ctemplate\";s:29:\"shortcodes-messageboxesalerts\";}}s:7:\"u38peyu\";a:4:{s:17:\"pageheader_repeat\";s:1:\"0\";s:16:\"pageheader_theme\";s:8:\"pl-black\";s:23:\"pageheader_color_enable\";s:1:\"1\";s:16:\"pageheader_color\";s:6:\"337eff\";}s:7:\"ut278mt\";a:1:{s:15:\"widgetizer_area\";s:13:\"cs-shortcodes\";}}s:4:\"live\";a:3:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:2:{i:0;a:6:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:17:\"pageheaderu38peyu\";s:6:\"object\";s:12:\"PLPageHeader\";s:3:\"sid\";s:10:\"pageheader\";s:5:\"clone\";s:7:\"u38peyu\";}i:1;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areaube3ba\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"ube3ba\";s:7:\"content\";a:2:{i:0;a:7:{s:6:\"object\";s:8:\"PLColumn\";s:5:\"clone\";s:6:\"u55c89\";s:3:\"sid\";s:8:\"plcolumn\";s:4:\"span\";s:1:\"8\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:4:\"true\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"PageLinesPostLoop\";s:5:\"clone\";s:6:\"ube469\";s:3:\"sid\";s:8:\"postloop\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:1;a:7:{s:6:\"object\";s:8:\"PLColumn\";s:5:\"clone\";s:6:\"u55d42\";s:3:\"sid\";s:8:\"plcolumn\";s:4:\"span\";s:1:\"4\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:19:\"PageLinesWidgetizer\";s:5:\"clone\";s:7:\"ut278mt\";s:3:\"sid\";s:10:\"widgetizer\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}}}}s:7:\"u38peyu\";a:4:{s:17:\"pageheader_repeat\";s:1:\"0\";s:16:\"pageheader_theme\";s:8:\"pl-black\";s:23:\"pageheader_color_enable\";s:1:\"1\";s:16:\"pageheader_color\";s:6:\"337eff\";}s:7:\"ut278mt\";a:1:{s:15:\"widgetizer_area\";s:13:\"cs-shortcodes\";}}}'),(6856,892,'pl-settings','a:2:{s:5:\"draft\";a:3:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{s:9:\"ctemplate\";s:30:\"shortcodes-buttonslabelsbadges\";}}s:7:\"u3i7iqg\";a:4:{s:17:\"pageheader_repeat\";s:1:\"0\";s:16:\"pageheader_theme\";s:8:\"pl-black\";s:23:\"pageheader_color_enable\";s:1:\"1\";s:16:\"pageheader_color\";s:6:\"337eff\";}s:7:\"umqful2\";a:1:{s:15:\"widgetizer_area\";s:13:\"cs-shortcodes\";}}s:4:\"live\";a:3:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:2:{i:0;a:6:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:17:\"pageheaderu3i7iqg\";s:6:\"object\";s:12:\"PLPageHeader\";s:3:\"sid\";s:10:\"pageheader\";s:5:\"clone\";s:7:\"u3i7iqg\";}i:1;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau20b45\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"u20b45\";s:7:\"content\";a:2:{i:0;a:7:{s:6:\"object\";s:8:\"PLColumn\";s:5:\"clone\";s:6:\"u8bbcb\";s:3:\"sid\";s:8:\"plcolumn\";s:4:\"span\";s:1:\"8\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:4:\"true\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"PageLinesPostLoop\";s:5:\"clone\";s:6:\"u20c0a\";s:3:\"sid\";s:8:\"postloop\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:1;a:7:{s:6:\"object\";s:8:\"PLColumn\";s:5:\"clone\";s:6:\"u8bc79\";s:3:\"sid\";s:8:\"plcolumn\";s:4:\"span\";s:1:\"4\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:19:\"PageLinesWidgetizer\";s:5:\"clone\";s:7:\"umqful2\";s:3:\"sid\";s:10:\"widgetizer\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}}}}s:7:\"u3i7iqg\";a:4:{s:17:\"pageheader_repeat\";s:1:\"0\";s:16:\"pageheader_theme\";s:8:\"pl-black\";s:23:\"pageheader_color_enable\";s:1:\"1\";s:16:\"pageheader_color\";s:6:\"337eff\";}s:7:\"umqful2\";a:1:{s:15:\"widgetizer_area\";s:13:\"cs-shortcodes\";}}}'),(6857,881,'pl-settings','a:2:{s:5:\"draft\";a:4:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{s:9:\"ctemplate\";s:27:\"shortcodes-accordiontoggles\";}}s:7:\"ufwwpxx\";a:1:{s:15:\"widgetizer_area\";s:13:\"cs-shortcodes\";}s:6:\"u9bc5f\";a:0:{}s:7:\"ugqhu2k\";a:4:{s:17:\"pageheader_repeat\";s:1:\"0\";s:16:\"pageheader_theme\";s:8:\"pl-black\";s:23:\"pageheader_color_enable\";s:1:\"1\";s:16:\"pageheader_color\";s:6:\"337EFF\";}}s:4:\"live\";a:4:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:2:{i:0;a:6:{s:4:\"name\";s:10:\"PageHeader\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"object\";s:12:\"PLPageHeader\";s:3:\"sid\";s:10:\"pageheader\";s:5:\"clone\";s:7:\"ugqhu2k\";}i:1;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areauc6338\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"uc6338\";s:7:\"content\";a:2:{i:0;a:7:{s:6:\"object\";s:8:\"PLColumn\";s:5:\"clone\";s:6:\"u9bbab\";s:3:\"sid\";s:8:\"plcolumn\";s:4:\"span\";s:1:\"8\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:4:\"true\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"PageLinesPostLoop\";s:5:\"clone\";s:7:\"uzvpf9p\";s:3:\"sid\";s:8:\"postloop\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:1;a:7:{s:6:\"object\";s:8:\"PLColumn\";s:5:\"clone\";s:6:\"u9bc5f\";s:3:\"sid\";s:8:\"plcolumn\";s:4:\"span\";s:1:\"4\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:19:\"PageLinesWidgetizer\";s:5:\"clone\";s:7:\"ufwwpxx\";s:3:\"sid\";s:10:\"widgetizer\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}}}}s:7:\"ufwwpxx\";a:1:{s:15:\"widgetizer_area\";s:13:\"cs-shortcodes\";}s:6:\"u9bc5f\";a:0:{}s:7:\"ugqhu2k\";a:4:{s:17:\"pageheader_repeat\";s:1:\"0\";s:16:\"pageheader_theme\";s:8:\"pl-black\";s:23:\"pageheader_color_enable\";s:1:\"1\";s:16:\"pageheader_color\";s:6:\"337EFF\";}}}'),(6858,879,'pl-settings','a:2:{s:5:\"draft\";a:6:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{s:9:\"ctemplate\";s:31:\"portfoliocontentwidth-bigimages\";}}s:6:\"u0cd5d\";a:2:{s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"u5fympc\";a:8:{s:18:\"mediabox_image_alt\";s:13:\"Flower Garden\";s:14:\"mediabox_title\";s:13:\"Flower Garden\";s:13:\"mediabox_html\";s:282:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor<br /> incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\n\n<a class=\"icallout-action btn btn-ol-white btn-large\" href=\"#\" target=\"_blank\" data-sync=\"icallout_link_text\">View Project</a>\";s:18:\"pl_standard_styles\";s:30:\"padding: 300px 0; color: #fff;\";s:14:\"mediabox_align\";s:6:\"center\";s:17:\"disable_centering\";s:1:\"0\";s:18:\"mediabox_animation\";s:8:\"pla-fade\";s:19:\"mediabox_background\";s:63:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/portfolio9.jpg\";}s:7:\"uoijpfl\";a:8:{s:18:\"mediabox_image_alt\";s:15:\"Film Production\";s:14:\"mediabox_title\";s:15:\"Film Production\";s:13:\"mediabox_html\";s:282:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor<br /> incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\n\n<a class=\"icallout-action btn btn-ol-black btn-large\" href=\"#\" target=\"_blank\" data-sync=\"icallout_link_text\">View Project</a>\";s:18:\"pl_standard_styles\";s:17:\"padding: 300px 0;\";s:14:\"mediabox_align\";s:6:\"center\";s:17:\"disable_centering\";s:1:\"0\";s:18:\"mediabox_animation\";s:8:\"pla-fade\";s:19:\"mediabox_background\";s:64:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/portfolio21.jpg\";}s:7:\"us704yb\";a:8:{s:18:\"mediabox_image_alt\";s:19:\"Outdoor Photography\";s:14:\"mediabox_title\";s:15:\"Film Production\";s:13:\"mediabox_html\";s:282:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor<br /> incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\n\n<a class=\"icallout-action btn btn-ol-white btn-large\" href=\"#\" target=\"_blank\" data-sync=\"icallout_link_text\">View Project</a>\";s:18:\"pl_standard_styles\";s:30:\"padding: 300px 0; color: #fff;\";s:14:\"mediabox_align\";s:6:\"center\";s:17:\"disable_centering\";s:1:\"0\";s:18:\"mediabox_animation\";s:8:\"pla-fade\";s:19:\"mediabox_background\";s:63:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/portfolio6.jpg\";}s:7:\"ulgc13d\";a:8:{s:18:\"mediabox_image_alt\";s:19:\"Fashion Photography\";s:14:\"mediabox_title\";s:19:\"Fashion Photography\";s:13:\"mediabox_html\";s:282:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor<br /> incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\n\n<a class=\"icallout-action btn btn-ol-white btn-large\" href=\"#\" target=\"_blank\" data-sync=\"icallout_link_text\">View Project</a>\";s:18:\"pl_standard_styles\";s:30:\"padding: 300px 0; color: #fff;\";s:14:\"mediabox_align\";s:6:\"center\";s:17:\"disable_centering\";s:1:\"0\";s:18:\"mediabox_animation\";s:8:\"pla-fade\";s:19:\"mediabox_background\";s:63:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/portfolio1.jpg\";}}s:4:\"live\";a:6:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau0cd5d\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"u0cd5d\";s:7:\"content\";a:5:{i:0;a:6:{s:6:\"object\";s:17:\"PageLinesMediaBox\";s:5:\"clone\";s:7:\"u5fympc\";s:3:\"sid\";s:8:\"mediabox\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:1;a:6:{s:6:\"object\";s:17:\"PageLinesMediaBox\";s:5:\"clone\";s:7:\"uoijpfl\";s:3:\"sid\";s:8:\"mediabox\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:2;a:6:{s:6:\"object\";s:17:\"PageLinesMediaBox\";s:5:\"clone\";s:7:\"uknpe0h\";s:3:\"sid\";s:8:\"mediabox\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:3;a:6:{s:6:\"object\";s:17:\"PageLinesMediaBox\";s:5:\"clone\";s:7:\"us704yb\";s:3:\"sid\";s:8:\"mediabox\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:4;a:6:{s:6:\"object\";s:17:\"PageLinesMediaBox\";s:5:\"clone\";s:7:\"ulgc13d\";s:3:\"sid\";s:8:\"mediabox\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}}s:6:\"u0cd5d\";a:2:{s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"u5fympc\";a:8:{s:18:\"mediabox_image_alt\";s:13:\"Flower Garden\";s:14:\"mediabox_title\";s:13:\"Flower Garden\";s:13:\"mediabox_html\";s:282:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor<br /> incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\n\n<a class=\"icallout-action btn btn-ol-white btn-large\" href=\"#\" target=\"_blank\" data-sync=\"icallout_link_text\">View Project</a>\";s:18:\"pl_standard_styles\";s:30:\"padding: 300px 0; color: #fff;\";s:14:\"mediabox_align\";s:6:\"center\";s:17:\"disable_centering\";s:1:\"0\";s:18:\"mediabox_animation\";s:8:\"pla-fade\";s:19:\"mediabox_background\";s:63:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/portfolio9.jpg\";}s:7:\"uoijpfl\";a:8:{s:18:\"mediabox_image_alt\";s:15:\"Film Production\";s:14:\"mediabox_title\";s:15:\"Film Production\";s:13:\"mediabox_html\";s:282:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor<br /> incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\n\n<a class=\"icallout-action btn btn-ol-black btn-large\" href=\"#\" target=\"_blank\" data-sync=\"icallout_link_text\">View Project</a>\";s:18:\"pl_standard_styles\";s:17:\"padding: 300px 0;\";s:14:\"mediabox_align\";s:6:\"center\";s:17:\"disable_centering\";s:1:\"0\";s:18:\"mediabox_animation\";s:8:\"pla-fade\";s:19:\"mediabox_background\";s:64:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/portfolio21.jpg\";}s:7:\"us704yb\";a:8:{s:18:\"mediabox_image_alt\";s:19:\"Outdoor Photography\";s:14:\"mediabox_title\";s:15:\"Film Production\";s:13:\"mediabox_html\";s:282:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor<br /> incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\n\n<a class=\"icallout-action btn btn-ol-white btn-large\" href=\"#\" target=\"_blank\" data-sync=\"icallout_link_text\">View Project</a>\";s:18:\"pl_standard_styles\";s:30:\"padding: 300px 0; color: #fff;\";s:14:\"mediabox_align\";s:6:\"center\";s:17:\"disable_centering\";s:1:\"0\";s:18:\"mediabox_animation\";s:8:\"pla-fade\";s:19:\"mediabox_background\";s:63:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/portfolio6.jpg\";}s:7:\"ulgc13d\";a:8:{s:18:\"mediabox_image_alt\";s:19:\"Fashion Photography\";s:14:\"mediabox_title\";s:19:\"Fashion Photography\";s:13:\"mediabox_html\";s:282:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor<br /> incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\n\n<a class=\"icallout-action btn btn-ol-white btn-large\" href=\"#\" target=\"_blank\" data-sync=\"icallout_link_text\">View Project</a>\";s:18:\"pl_standard_styles\";s:30:\"padding: 300px 0; color: #fff;\";s:14:\"mediabox_align\";s:6:\"center\";s:17:\"disable_centering\";s:1:\"0\";s:18:\"mediabox_animation\";s:8:\"pla-fade\";s:19:\"mediabox_background\";s:63:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/portfolio1.jpg\";}}}'),(6859,865,'pl-settings','a:2:{s:5:\"draft\";a:16:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{s:9:\"ctemplate\";s:28:\"portfoliofullwidth-bigimages\";}}s:7:\"uzltlnj\";a:8:{s:14:\"masonic_format\";s:7:\"masonry\";s:17:\"masonic_post_type\";s:9:\"portfolio\";s:13:\"masonic_sizes\";s:11:\"basic-thumb\";s:13:\"masonic_total\";s:1:\"9\";s:15:\"masonic_excerpt\";s:1:\"0\";s:17:\"masonic_post_sort\";s:4:\"rand\";s:14:\"masonic_repeat\";s:1:\"0\";s:20:\"masonic_color_enable\";s:1:\"0\";}s:7:\"ux1lnlx\";a:7:{s:11:\"pl_area_pad\";s:5:\"200px\";s:16:\"pl_area_parallax\";s:1:\"0\";s:18:\"pl_area_background\";s:64:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/portfolio21.jpg\";s:28:\"pl_area_background_attach_id\";s:4:\"1039\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"u3xmxfu\";a:6:{s:15:\"icallout_format\";s:3:\"top\";s:18:\"icallout_text_wrap\";s:2:\"h2\";s:13:\"icallout_link\";s:1:\"#\";s:15:\"icallout_target\";s:1:\"1\";s:18:\"icallout_link_text\";s:12:\"View Project\";s:18:\"icallout_btn_theme\";s:12:\"btn-ol-black\";}s:7:\"uu03nj2\";a:6:{s:15:\"icallout_format\";s:3:\"top\";s:18:\"icallout_text_wrap\";s:2:\"h2\";s:13:\"icallout_link\";s:1:\"#\";s:15:\"icallout_target\";s:1:\"1\";s:18:\"icallout_link_text\";s:12:\"View Project\";s:18:\"icallout_btn_theme\";s:12:\"btn-ol-white\";}s:7:\"uk8o2ra\";a:7:{s:11:\"pl_area_pad\";s:5:\"200px\";s:16:\"pl_area_parallax\";s:1:\"0\";s:18:\"pl_area_background\";s:63:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/portfolio9.jpg\";s:28:\"pl_area_background_attach_id\";s:4:\"1041\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"uajvcsk\";a:7:{s:11:\"pl_area_pad\";s:5:\"200px\";s:16:\"pl_area_parallax\";s:1:\"0\";s:18:\"pl_area_background\";s:63:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/portfolio3.jpg\";s:28:\"pl_area_background_attach_id\";s:4:\"1042\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"u0fyr1w\";a:6:{s:15:\"icallout_format\";s:3:\"top\";s:18:\"icallout_text_wrap\";s:2:\"h2\";s:13:\"icallout_link\";s:1:\"#\";s:15:\"icallout_target\";s:1:\"1\";s:18:\"icallout_link_text\";s:12:\"View Project\";s:18:\"icallout_btn_theme\";s:12:\"btn-ol-white\";}s:7:\"ujuqz5z\";a:6:{s:15:\"icallout_format\";s:3:\"top\";s:18:\"icallout_text_wrap\";s:2:\"h2\";s:13:\"icallout_link\";s:1:\"#\";s:15:\"icallout_target\";s:1:\"1\";s:18:\"icallout_link_text\";s:12:\"View Project\";s:18:\"icallout_btn_theme\";s:12:\"btn-ol-white\";}s:7:\"ulhtr6h\";a:7:{s:11:\"pl_area_pad\";s:5:\"200px\";s:16:\"pl_area_parallax\";s:1:\"0\";s:18:\"pl_area_background\";s:63:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/portfolio6.jpg\";s:28:\"pl_area_background_attach_id\";s:4:\"1043\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"upnju5r\";a:4:{s:13:\"textbox_title\";s:13:\"Flower Garden\";s:15:\"textbox_content\";s:148:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\";s:13:\"textbox_align\";s:10:\"textcenter\";s:18:\"textbox_title_wrap\";s:2:\"h2\";}s:7:\"uyk94od\";a:4:{s:13:\"textbox_title\";s:15:\"Film Production\";s:15:\"textbox_content\";s:148:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\";s:13:\"textbox_align\";s:10:\"textcenter\";s:18:\"textbox_title_wrap\";s:2:\"h2\";}s:7:\"u7ll4v0\";a:4:{s:13:\"textbox_title\";s:19:\"Outdoor Photography\";s:15:\"textbox_content\";s:148:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\";s:13:\"textbox_align\";s:10:\"textcenter\";s:18:\"textbox_title_wrap\";s:2:\"h2\";}s:7:\"urj2bzv\";a:4:{s:13:\"textbox_title\";s:19:\"Fashion Photography\";s:15:\"textbox_content\";s:148:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\";s:13:\"textbox_align\";s:10:\"textcenter\";s:18:\"textbox_title_wrap\";s:2:\"h2\";}s:7:\"uln0vz5\";a:7:{s:11:\"pl_area_pad\";s:5:\"200px\";s:16:\"pl_area_parallax\";s:1:\"0\";s:18:\"pl_area_background\";s:63:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/portfolio1.jpg\";s:28:\"pl_area_background_attach_id\";s:4:\"1047\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:7:\"pl-grey\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"upp1hx6\";a:5:{s:14:\"popshot_format\";s:7:\"browser\";s:14:\"popshot_height\";s:5:\"400px\";s:13:\"popshot_array\";a:3:{s:5:\"item1\";a:5:{s:5:\"image\";s:63:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/portfolio8.jpg\";s:6:\"offset\";s:6:\"-450px\";s:6:\"height\";s:5:\"300px\";s:5:\"index\";s:1:\"7\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:4:{s:5:\"image\";s:63:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/portfolio6.jpg\";s:6:\"height\";s:5:\"400px\";s:5:\"index\";s:2:\"10\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:5:{s:5:\"image\";s:63:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/portfolio9.jpg\";s:6:\"offset\";s:1:\"0\";s:6:\"height\";s:5:\"300px\";s:5:\"index\";s:1:\"7\";s:8:\"showitem\";s:1:\"1\";}}s:14:\"popshot_repeat\";s:1:\"0\";s:20:\"popshot_color_enable\";s:1:\"0\";}}s:4:\"live\";a:16:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:5:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areauk8o2ra\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"uk8o2ra\";s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:16:\"PageLinesTextBox\";s:5:\"clone\";s:7:\"upnju5r\";s:3:\"sid\";s:7:\"textbox\";s:4:\"span\";s:1:\"6\";s:6:\"offset\";s:1:\"3\";s:6:\"newrow\";s:5:\"false\";}i:1;a:6:{s:6:\"object\";s:10:\"PLICallout\";s:5:\"clone\";s:7:\"uu03nj2\";s:3:\"sid\";s:8:\"icallout\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:1;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areaux1lnlx\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"ux1lnlx\";s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:16:\"PageLinesTextBox\";s:5:\"clone\";s:7:\"uyk94od\";s:3:\"sid\";s:7:\"textbox\";s:4:\"span\";s:1:\"6\";s:6:\"offset\";s:1:\"3\";s:6:\"newrow\";s:5:\"false\";}i:1;a:6:{s:6:\"object\";s:10:\"PLICallout\";s:5:\"clone\";s:7:\"u3xmxfu\";s:3:\"sid\";s:8:\"icallout\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:2;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areauajvcsk\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"uajvcsk\";s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:16:\"PageLinesTextBox\";s:5:\"clone\";s:7:\"u0914d6\";s:3:\"sid\";s:7:\"textbox\";s:4:\"span\";s:1:\"6\";s:6:\"offset\";s:1:\"3\";s:6:\"newrow\";s:5:\"false\";}i:1;a:6:{s:6:\"object\";s:10:\"PLICallout\";s:5:\"clone\";s:7:\"u0fyr1w\";s:3:\"sid\";s:8:\"icallout\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:3;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areaulhtr6h\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"ulhtr6h\";s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:16:\"PageLinesTextBox\";s:5:\"clone\";s:7:\"u7ll4v0\";s:3:\"sid\";s:7:\"textbox\";s:4:\"span\";s:1:\"6\";s:6:\"offset\";s:1:\"3\";s:6:\"newrow\";s:5:\"false\";}i:1;a:6:{s:6:\"object\";s:10:\"PLICallout\";s:5:\"clone\";s:7:\"ujuqz5z\";s:3:\"sid\";s:8:\"icallout\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:4;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areauln0vz5\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"uln0vz5\";s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:16:\"PageLinesTextBox\";s:5:\"clone\";s:7:\"urj2bzv\";s:3:\"sid\";s:7:\"textbox\";s:4:\"span\";s:1:\"6\";s:6:\"offset\";s:1:\"3\";s:6:\"newrow\";s:5:\"false\";}i:1;a:6:{s:6:\"object\";s:10:\"PLICallout\";s:5:\"clone\";s:7:\"upc3o28\";s:3:\"sid\";s:8:\"icallout\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}}s:7:\"uzltlnj\";a:8:{s:14:\"masonic_format\";s:7:\"masonry\";s:17:\"masonic_post_type\";s:9:\"portfolio\";s:13:\"masonic_sizes\";s:11:\"basic-thumb\";s:13:\"masonic_total\";s:1:\"9\";s:15:\"masonic_excerpt\";s:1:\"0\";s:17:\"masonic_post_sort\";s:4:\"rand\";s:14:\"masonic_repeat\";s:1:\"0\";s:20:\"masonic_color_enable\";s:1:\"0\";}s:7:\"ux1lnlx\";a:7:{s:11:\"pl_area_pad\";s:5:\"200px\";s:16:\"pl_area_parallax\";s:1:\"0\";s:18:\"pl_area_background\";s:64:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/portfolio21.jpg\";s:28:\"pl_area_background_attach_id\";s:4:\"1039\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"u3xmxfu\";a:6:{s:15:\"icallout_format\";s:3:\"top\";s:18:\"icallout_text_wrap\";s:2:\"h2\";s:13:\"icallout_link\";s:1:\"#\";s:15:\"icallout_target\";s:1:\"1\";s:18:\"icallout_link_text\";s:12:\"View Project\";s:18:\"icallout_btn_theme\";s:12:\"btn-ol-black\";}s:7:\"uu03nj2\";a:6:{s:15:\"icallout_format\";s:3:\"top\";s:18:\"icallout_text_wrap\";s:2:\"h2\";s:13:\"icallout_link\";s:1:\"#\";s:15:\"icallout_target\";s:1:\"1\";s:18:\"icallout_link_text\";s:12:\"View Project\";s:18:\"icallout_btn_theme\";s:12:\"btn-ol-white\";}s:7:\"uk8o2ra\";a:7:{s:11:\"pl_area_pad\";s:5:\"200px\";s:16:\"pl_area_parallax\";s:1:\"0\";s:18:\"pl_area_background\";s:63:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/portfolio9.jpg\";s:28:\"pl_area_background_attach_id\";s:4:\"1041\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"uajvcsk\";a:7:{s:11:\"pl_area_pad\";s:5:\"200px\";s:16:\"pl_area_parallax\";s:1:\"0\";s:18:\"pl_area_background\";s:63:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/portfolio3.jpg\";s:28:\"pl_area_background_attach_id\";s:4:\"1042\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"u0fyr1w\";a:6:{s:15:\"icallout_format\";s:3:\"top\";s:18:\"icallout_text_wrap\";s:2:\"h2\";s:13:\"icallout_link\";s:1:\"#\";s:15:\"icallout_target\";s:1:\"1\";s:18:\"icallout_link_text\";s:12:\"View Project\";s:18:\"icallout_btn_theme\";s:12:\"btn-ol-white\";}s:7:\"ujuqz5z\";a:6:{s:15:\"icallout_format\";s:3:\"top\";s:18:\"icallout_text_wrap\";s:2:\"h2\";s:13:\"icallout_link\";s:1:\"#\";s:15:\"icallout_target\";s:1:\"1\";s:18:\"icallout_link_text\";s:12:\"View Project\";s:18:\"icallout_btn_theme\";s:12:\"btn-ol-white\";}s:7:\"ulhtr6h\";a:7:{s:11:\"pl_area_pad\";s:5:\"200px\";s:16:\"pl_area_parallax\";s:1:\"0\";s:18:\"pl_area_background\";s:63:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/portfolio6.jpg\";s:28:\"pl_area_background_attach_id\";s:4:\"1043\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"upnju5r\";a:4:{s:13:\"textbox_title\";s:13:\"Flower Garden\";s:15:\"textbox_content\";s:148:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\";s:13:\"textbox_align\";s:10:\"textcenter\";s:18:\"textbox_title_wrap\";s:2:\"h2\";}s:7:\"uyk94od\";a:4:{s:13:\"textbox_title\";s:15:\"Film Production\";s:15:\"textbox_content\";s:148:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\";s:13:\"textbox_align\";s:10:\"textcenter\";s:18:\"textbox_title_wrap\";s:2:\"h2\";}s:7:\"u7ll4v0\";a:4:{s:13:\"textbox_title\";s:19:\"Outdoor Photography\";s:15:\"textbox_content\";s:148:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\";s:13:\"textbox_align\";s:10:\"textcenter\";s:18:\"textbox_title_wrap\";s:2:\"h2\";}s:7:\"urj2bzv\";a:4:{s:13:\"textbox_title\";s:19:\"Fashion Photography\";s:15:\"textbox_content\";s:148:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\";s:13:\"textbox_align\";s:10:\"textcenter\";s:18:\"textbox_title_wrap\";s:2:\"h2\";}s:7:\"uln0vz5\";a:7:{s:11:\"pl_area_pad\";s:5:\"200px\";s:16:\"pl_area_parallax\";s:1:\"0\";s:18:\"pl_area_background\";s:63:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/portfolio1.jpg\";s:28:\"pl_area_background_attach_id\";s:4:\"1047\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:7:\"pl-grey\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"upp1hx6\";a:5:{s:14:\"popshot_format\";s:7:\"browser\";s:14:\"popshot_height\";s:5:\"400px\";s:13:\"popshot_array\";a:3:{s:5:\"item1\";a:5:{s:5:\"image\";s:63:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/portfolio8.jpg\";s:6:\"offset\";s:6:\"-450px\";s:6:\"height\";s:5:\"300px\";s:5:\"index\";s:1:\"7\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:4:{s:5:\"image\";s:63:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/portfolio6.jpg\";s:6:\"height\";s:5:\"400px\";s:5:\"index\";s:2:\"10\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:5:{s:5:\"image\";s:63:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/portfolio9.jpg\";s:6:\"offset\";s:1:\"0\";s:6:\"height\";s:5:\"300px\";s:5:\"index\";s:1:\"7\";s:8:\"showitem\";s:1:\"1\";}}s:14:\"popshot_repeat\";s:1:\"0\";s:20:\"popshot_color_enable\";s:1:\"0\";}}}'),(6860,786,'pl-settings','a:2:{s:4:\"live\";a:31:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areaucq1ve2\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"ucq1ve2\";s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:16:\"PageLinesTextBox\";s:5:\"clone\";s:7:\"uu9y6xe\";s:3:\"sid\";s:7:\"textbox\";s:4:\"span\";s:1:\"6\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:1;a:6:{s:6:\"object\";s:16:\"PageLinesTextBox\";s:5:\"clone\";s:7:\"usznwdg\";s:3:\"sid\";s:7:\"textbox\";s:4:\"span\";s:1:\"6\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}}s:6:\"u7eedd\";a:6:{s:11:\"pl_area_pad\";s:4:\"40px\";s:17:\"pl_standard_title\";s:31:\"<strong>Image carousel</strong>\";s:16:\"pl_area_parallax\";s:1:\"0\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"uwfvybh\";a:6:{s:9:\"ph_header\";s:10:\"Shortcodes\";s:6:\"ph_sub\";s:40:\"Little packages of wholesome amazingness\";s:21:\"pageheader_background\";s:60:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/blue-bg.jpg\";s:17:\"pageheader_repeat\";s:1:\"0\";s:16:\"pageheader_theme\";s:8:\"pl-black\";s:23:\"pageheader_color_enable\";s:1:\"0\";}s:7:\"uto7tdl\";a:3:{s:15:\"textbox_content\";s:171:\"[pl_modal title=\"DMS\" type=\"btn\" colortype=\"primary\" label=\"Click Me!\"]\nSome content here for the cool modal pop up. Labels, badges, and buttons can open them!\n[/pl_modal]\";s:17:\"pl_standard_title\";s:12:\"Modal Button\";s:13:\"pl_area_class\";s:6:\"center\";}s:7:\"u0qm69c\";a:3:{s:15:\"textbox_content\";s:175:\"[pl_modal title=\"DMS\" type=\"label\" colortype=\"important\" label=\"Click Me!\"]\nSome content here for the cool modal pop up. Labels, badges, and buttons can open them!\n[/pl_modal]\";s:17:\"pl_standard_title\";s:11:\"Modal Label\";s:13:\"pl_area_class\";s:6:\"center\";}s:7:\"uu9y6xe\";a:2:{s:15:\"textbox_content\";s:532:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. \n[pl_blockquote cite=\"Someone Famous\"]\nThis is a quote with a source\n[/pl_blockquote]\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\";s:17:\"pl_standard_title\";s:10:\"Quote Left\";}s:7:\"ub6xs6z\";a:3:{s:15:\"textbox_content\";s:621:\"[pl_carousel name=\"PageLinesCarousel\"][pl_carouselimage first=\"yes\" title=\"Slide 1\" imageurl=\"http://themes.pagelines.com/dms/wp-content/uploads/sites/9/2014/01/sf.jpg\" ]\nHere is the first slide and it\'s caption.\n[/pl_carouselimage][pl_carouselimage title=\"Slide 2\" imageurl=\"http://themes.pagelines.com/dms/wp-content/uploads/sites/9/2014/01/sf.jpg\"]\nHere is the second slide, in all its glory.\n[/pl_carouselimage]\n \n[pl_carouselimage title=\"Slide 3\" imageurl=\"http://themes.pagelines.com/dms/wp-content/uploads/sites/9/2014/01/sf.jpg\"]\nYou can have as many slides as you can create.\n[/pl_carouselimage]\n \n[/pl_carousel]\";s:13:\"textbox_align\";s:10:\"textcenter\";s:18:\"textbox_title_wrap\";s:6:\"strong\";}s:7:\"u9dcjgh\";a:4:{s:15:\"textbox_content\";s:11:\"[pinterest]\";s:18:\"textbox_title_wrap\";s:6:\"strong\";s:17:\"pl_standard_title\";s:9:\"Pinterest\";s:13:\"pl_area_class\";s:6:\"center\";}s:7:\"uk1itc6\";a:4:{s:15:\"textbox_content\";s:40:\"[like_button url=http://url-to-like.com]\";s:18:\"textbox_title_wrap\";s:6:\"strong\";s:17:\"pl_standard_title\";s:13:\"Facebook Like\";s:13:\"pl_area_class\";s:6:\"center\";}s:7:\"uqwnegl\";a:4:{s:15:\"textbox_content\";s:12:\"[googleplus]\";s:18:\"textbox_title_wrap\";s:6:\"strong\";s:17:\"pl_standard_title\";s:11:\"Google Plus\";s:13:\"pl_area_class\";s:6:\"center\";}s:7:\"urpo2s5\";a:4:{s:15:\"textbox_content\";s:10:\"[linkedin]\";s:18:\"textbox_title_wrap\";s:6:\"strong\";s:17:\"pl_standard_title\";s:8:\"LinkedIn\";s:13:\"pl_area_class\";s:6:\"center\";}s:7:\"ud0jp8o\";a:4:{s:15:\"textbox_content\";s:16:\"[twitter_button]\";s:18:\"textbox_title_wrap\";s:6:\"strong\";s:17:\"pl_standard_title\";s:14:\"Twitter Button\";s:13:\"pl_area_class\";s:6:\"center\";}s:7:\"unflqb4\";a:4:{s:15:\"textbox_content\";s:30:\"[twitter_button type=\"follow\"]\";s:18:\"textbox_title_wrap\";s:6:\"strong\";s:17:\"pl_standard_title\";s:21:\"Twitter Follow Button\";s:13:\"pl_area_class\";s:6:\"center\";}s:7:\"ubl7epz\";a:2:{s:15:\"textbox_content\";s:84:\"[pl_blockquote cite=\"Someone Famous\"]\nThis is a quote with a source\n[/pl_blockquote]\";s:17:\"pl_standard_title\";s:6:\"Quotes\";}s:7:\"ucq1ve2\";a:5:{s:11:\"pl_area_pad\";s:4:\"40px\";s:17:\"pl_standard_title\";s:66:\"<strong>Quotes</strong> because some things are actually important\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"F7F7F7\";}s:7:\"u71z371\";a:5:{s:11:\"pl_area_pad\";s:4:\"40px\";s:17:\"pl_standard_title\";s:65:\"<strong>Social Media</strong> a plethora of networks to work with\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"FFFFFF\";}s:7:\"uyqdfqh\";a:2:{s:15:\"textbox_content\";s:97:\"[pl_blockquote pull=\"right\" cite=\"Someone Famous\"]\nThis is a quote with a source\n[/pl_blockquote]\";s:17:\"pl_standard_title\";s:5:\"Quote\";}s:7:\"usznwdg\";a:2:{s:15:\"textbox_content\";s:545:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. \n[pl_blockquote pull=\"right\" cite=\"Someone Famous\"]\nThis is a quote with a source\n[/pl_blockquote]\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\";s:17:\"pl_standard_title\";s:11:\"Quote Right\";}s:7:\"ub6qsaz\";a:2:{s:15:\"textbox_content\";s:102:\"[pl_alertbox type=\"info\"]\n<strong class=\"alert-heading\">Info</strong>\nThis is an error.\n[/pl_alertbox]\";s:18:\"textbox_title_wrap\";s:6:\"strong\";}s:7:\"u22g5v1\";a:6:{s:24:\"pagelines_masthead_title\";s:13:\"asdfsdafsdfsd\";s:26:\"pagelines_masthead_tagline\";s:16:\"asdfsadfdasfadsf\";s:24:\"masthead_button_target_1\";s:1:\"0\";s:23:\"masthead_button_theme_1\";s:1:\"0\";s:24:\"masthead_button_target_2\";s:1:\"0\";s:23:\"masthead_button_theme_2\";s:1:\"0\";}s:7:\"ucq0dqj\";a:1:{s:15:\"textbox_content\";s:104:\"[pl_alertbox type=\"error\"]\n<strong class=\"alert-heading\">Error</strong>\nThis is an error.\n[/pl_alertbox]\";}s:7:\"u7ajy3t\";a:5:{s:11:\"pl_area_pad\";s:4:\"40px\";s:17:\"pl_standard_title\";s:64:\"<strong>Alerts</strong> the alternative to all caps in your face\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"FFFFFF\";}s:7:\"u2se3a1\";a:4:{s:11:\"pl_area_pad\";s:4:\"40px\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"F7F7F7\";}s:7:\"ub12cx0\";a:4:{s:15:\"textbox_content\";s:171:\"[pl_modal title=\"DMS\" type=\"btn\" colortype=\"primary\" label=\"Click Me!\"]\nSome content here for the cool modal pop up. Labels, badges, and buttons can open them!\n[/pl_modal]\";s:18:\"textbox_title_wrap\";s:6:\"strong\";s:17:\"pl_standard_title\";s:6:\"Button\";s:13:\"pl_area_class\";s:6:\"center\";}s:7:\"up190mv\";a:4:{s:15:\"textbox_content\";s:173:\"[pl_modal title=\"DMS\" type=\"badge\" colortype=\"success\" label=\"Click Me!\"]\nSome content here for the cool modal pop up. Labels, badges, and buttons can open them!\n[/pl_modal]\";s:18:\"textbox_title_wrap\";s:6:\"strong\";s:17:\"pl_standard_title\";s:5:\"Badge\";s:13:\"pl_area_class\";s:6:\"center\";}s:7:\"u4g2fv1\";a:2:{s:15:\"textbox_content\";s:595:\"[pl_tabs][pl_tabtitlesection type=\"tabs\"]\n[pl_tabtitle active=\"yes\" number=\"1\"]Title 1[/pl_tabtitle]\n[pl_tabtitle number=\"2\"]Title 2[/pl_tabtitle]\n[/pl_tabtitlesection][pl_tabcontentsection]\n[pl_tabcontent active=\"yes\" number=\"1\"]\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.\n[/pl_tabcontent]\n[pl_tabcontent number=\"2\"]\n<img class=\"pl-imageframe\" alt=\"\" src=\"http://themes.pagelines.com/dms/wp-content/uploads/sites/9/2014/01/sf.jpg\" />\n[/pl_tabcontent]\n[/pl_tabcontentsection]\n \n[/pl_tabs]\";s:18:\"textbox_title_wrap\";s:6:\"strong\";}s:6:\"ud8490\";a:2:{s:17:\"pl_standard_title\";s:20:\"<h2>Modal Boxes</h2>\";s:13:\"pl_area_class\";s:6:\"center\";}s:6:\"ud854d\";a:2:{s:17:\"pl_standard_title\";s:25:\"<h2>Tabs & Accordion</h2>\";s:13:\"pl_area_class\";s:6:\"center\";}s:7:\"u527dpi\";a:4:{s:11:\"pl_area_pad\";s:4:\"40px\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"FFFFFF\";}s:7:\"uf4ev03\";a:2:{s:15:\"textbox_content\";s:462:\"[pl_accordion name=\"accordion\"][pl_accordioncontent name=\"accordion\" number=\"1\" heading=\"Tile 1\" open=\"yes\"]\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\n[/pl_accordioncontent][pl_accordioncontent name=\"accordion\" number=\"2\" heading=\"Title 2\"]\n<img class=\"pl-imageframe\" src=\"http://placekitten.com/285/125\" alt=\"\" />\n[/pl_accordioncontent]\n \n[/pl_accordion]\";s:18:\"textbox_title_wrap\";s:6:\"strong\";}s:7:\"u7f32wd\";a:4:{s:15:\"textbox_content\";s:175:\"[pl_modal title=\"DMS\" type=\"label\" colortype=\"important\" label=\"Click Me!\"]\nSome content here for the cool modal pop up. Labels, badges, and buttons can open them!\n[/pl_modal]\";s:18:\"textbox_title_wrap\";s:6:\"strong\";s:17:\"pl_standard_title\";s:5:\"Label\";s:13:\"pl_area_class\";s:6:\"center\";}}s:5:\"draft\";a:31:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areaucq1ve2\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"ucq1ve2\";s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:16:\"PageLinesTextBox\";s:5:\"clone\";s:7:\"uu9y6xe\";s:3:\"sid\";s:7:\"textbox\";s:4:\"span\";s:1:\"6\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:1;a:6:{s:6:\"object\";s:16:\"PageLinesTextBox\";s:5:\"clone\";s:7:\"usznwdg\";s:3:\"sid\";s:7:\"textbox\";s:4:\"span\";s:1:\"6\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}}s:6:\"u7eedd\";a:6:{s:11:\"pl_area_pad\";s:4:\"40px\";s:17:\"pl_standard_title\";s:31:\"<strong>Image carousel</strong>\";s:16:\"pl_area_parallax\";s:1:\"0\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"uwfvybh\";a:6:{s:9:\"ph_header\";s:10:\"Shortcodes\";s:6:\"ph_sub\";s:40:\"Little packages of wholesome amazingness\";s:21:\"pageheader_background\";s:60:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/blue-bg.jpg\";s:17:\"pageheader_repeat\";s:1:\"0\";s:16:\"pageheader_theme\";s:8:\"pl-black\";s:23:\"pageheader_color_enable\";s:1:\"0\";}s:7:\"uto7tdl\";a:3:{s:15:\"textbox_content\";s:171:\"[pl_modal title=\"DMS\" type=\"btn\" colortype=\"primary\" label=\"Click Me!\"]\nSome content here for the cool modal pop up. Labels, badges, and buttons can open them!\n[/pl_modal]\";s:17:\"pl_standard_title\";s:12:\"Modal Button\";s:13:\"pl_area_class\";s:6:\"center\";}s:7:\"u0qm69c\";a:3:{s:15:\"textbox_content\";s:175:\"[pl_modal title=\"DMS\" type=\"label\" colortype=\"important\" label=\"Click Me!\"]\nSome content here for the cool modal pop up. Labels, badges, and buttons can open them!\n[/pl_modal]\";s:17:\"pl_standard_title\";s:11:\"Modal Label\";s:13:\"pl_area_class\";s:6:\"center\";}s:7:\"uu9y6xe\";a:2:{s:15:\"textbox_content\";s:532:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. \n[pl_blockquote cite=\"Someone Famous\"]\nThis is a quote with a source\n[/pl_blockquote]\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\";s:17:\"pl_standard_title\";s:10:\"Quote Left\";}s:7:\"ub6xs6z\";a:3:{s:15:\"textbox_content\";s:621:\"[pl_carousel name=\"PageLinesCarousel\"][pl_carouselimage first=\"yes\" title=\"Slide 1\" imageurl=\"http://themes.pagelines.com/dms/wp-content/uploads/sites/9/2014/01/sf.jpg\" ]\nHere is the first slide and it\'s caption.\n[/pl_carouselimage][pl_carouselimage title=\"Slide 2\" imageurl=\"http://themes.pagelines.com/dms/wp-content/uploads/sites/9/2014/01/sf.jpg\"]\nHere is the second slide, in all its glory.\n[/pl_carouselimage]\n \n[pl_carouselimage title=\"Slide 3\" imageurl=\"http://themes.pagelines.com/dms/wp-content/uploads/sites/9/2014/01/sf.jpg\"]\nYou can have as many slides as you can create.\n[/pl_carouselimage]\n \n[/pl_carousel]\";s:13:\"textbox_align\";s:10:\"textcenter\";s:18:\"textbox_title_wrap\";s:6:\"strong\";}s:7:\"u9dcjgh\";a:4:{s:15:\"textbox_content\";s:11:\"[pinterest]\";s:18:\"textbox_title_wrap\";s:6:\"strong\";s:17:\"pl_standard_title\";s:9:\"Pinterest\";s:13:\"pl_area_class\";s:6:\"center\";}s:7:\"uk1itc6\";a:4:{s:15:\"textbox_content\";s:40:\"[like_button url=http://url-to-like.com]\";s:18:\"textbox_title_wrap\";s:6:\"strong\";s:17:\"pl_standard_title\";s:13:\"Facebook Like\";s:13:\"pl_area_class\";s:6:\"center\";}s:7:\"uqwnegl\";a:4:{s:15:\"textbox_content\";s:12:\"[googleplus]\";s:18:\"textbox_title_wrap\";s:6:\"strong\";s:17:\"pl_standard_title\";s:11:\"Google Plus\";s:13:\"pl_area_class\";s:6:\"center\";}s:7:\"urpo2s5\";a:4:{s:15:\"textbox_content\";s:10:\"[linkedin]\";s:18:\"textbox_title_wrap\";s:6:\"strong\";s:17:\"pl_standard_title\";s:8:\"LinkedIn\";s:13:\"pl_area_class\";s:6:\"center\";}s:7:\"ud0jp8o\";a:4:{s:15:\"textbox_content\";s:16:\"[twitter_button]\";s:18:\"textbox_title_wrap\";s:6:\"strong\";s:17:\"pl_standard_title\";s:14:\"Twitter Button\";s:13:\"pl_area_class\";s:6:\"center\";}s:7:\"unflqb4\";a:4:{s:15:\"textbox_content\";s:30:\"[twitter_button type=\"follow\"]\";s:18:\"textbox_title_wrap\";s:6:\"strong\";s:17:\"pl_standard_title\";s:21:\"Twitter Follow Button\";s:13:\"pl_area_class\";s:6:\"center\";}s:7:\"ubl7epz\";a:2:{s:15:\"textbox_content\";s:84:\"[pl_blockquote cite=\"Someone Famous\"]\nThis is a quote with a source\n[/pl_blockquote]\";s:17:\"pl_standard_title\";s:6:\"Quotes\";}s:7:\"ucq1ve2\";a:5:{s:11:\"pl_area_pad\";s:4:\"40px\";s:17:\"pl_standard_title\";s:66:\"<strong>Quotes</strong> because some things are actually important\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"F7F7F7\";}s:7:\"u71z371\";a:5:{s:11:\"pl_area_pad\";s:4:\"40px\";s:17:\"pl_standard_title\";s:65:\"<strong>Social Media</strong> a plethora of networks to work with\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"FFFFFF\";}s:7:\"uyqdfqh\";a:2:{s:15:\"textbox_content\";s:97:\"[pl_blockquote pull=\"right\" cite=\"Someone Famous\"]\nThis is a quote with a source\n[/pl_blockquote]\";s:17:\"pl_standard_title\";s:5:\"Quote\";}s:7:\"usznwdg\";a:2:{s:15:\"textbox_content\";s:545:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. \n[pl_blockquote pull=\"right\" cite=\"Someone Famous\"]\nThis is a quote with a source\n[/pl_blockquote]\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\";s:17:\"pl_standard_title\";s:11:\"Quote Right\";}s:7:\"ub6qsaz\";a:2:{s:15:\"textbox_content\";s:102:\"[pl_alertbox type=\"info\"]\n<strong class=\"alert-heading\">Info</strong>\nThis is an error.\n[/pl_alertbox]\";s:18:\"textbox_title_wrap\";s:6:\"strong\";}s:7:\"u22g5v1\";a:6:{s:24:\"pagelines_masthead_title\";s:13:\"asdfsdafsdfsd\";s:26:\"pagelines_masthead_tagline\";s:16:\"asdfsadfdasfadsf\";s:24:\"masthead_button_target_1\";s:1:\"0\";s:23:\"masthead_button_theme_1\";s:1:\"0\";s:24:\"masthead_button_target_2\";s:1:\"0\";s:23:\"masthead_button_theme_2\";s:1:\"0\";}s:7:\"ucq0dqj\";a:1:{s:15:\"textbox_content\";s:104:\"[pl_alertbox type=\"error\"]\n<strong class=\"alert-heading\">Error</strong>\nThis is an error.\n[/pl_alertbox]\";}s:7:\"u7ajy3t\";a:5:{s:11:\"pl_area_pad\";s:4:\"40px\";s:17:\"pl_standard_title\";s:64:\"<strong>Alerts</strong> the alternative to all caps in your face\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"FFFFFF\";}s:7:\"u2se3a1\";a:4:{s:11:\"pl_area_pad\";s:4:\"40px\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"F7F7F7\";}s:7:\"ub12cx0\";a:4:{s:15:\"textbox_content\";s:171:\"[pl_modal title=\"DMS\" type=\"btn\" colortype=\"primary\" label=\"Click Me!\"]\nSome content here for the cool modal pop up. Labels, badges, and buttons can open them!\n[/pl_modal]\";s:18:\"textbox_title_wrap\";s:6:\"strong\";s:17:\"pl_standard_title\";s:6:\"Button\";s:13:\"pl_area_class\";s:6:\"center\";}s:7:\"up190mv\";a:4:{s:15:\"textbox_content\";s:173:\"[pl_modal title=\"DMS\" type=\"badge\" colortype=\"success\" label=\"Click Me!\"]\nSome content here for the cool modal pop up. Labels, badges, and buttons can open them!\n[/pl_modal]\";s:18:\"textbox_title_wrap\";s:6:\"strong\";s:17:\"pl_standard_title\";s:5:\"Badge\";s:13:\"pl_area_class\";s:6:\"center\";}s:7:\"u4g2fv1\";a:2:{s:15:\"textbox_content\";s:595:\"[pl_tabs][pl_tabtitlesection type=\"tabs\"]\n[pl_tabtitle active=\"yes\" number=\"1\"]Title 1[/pl_tabtitle]\n[pl_tabtitle number=\"2\"]Title 2[/pl_tabtitle]\n[/pl_tabtitlesection][pl_tabcontentsection]\n[pl_tabcontent active=\"yes\" number=\"1\"]\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.\n[/pl_tabcontent]\n[pl_tabcontent number=\"2\"]\n<img class=\"pl-imageframe\" alt=\"\" src=\"http://themes.pagelines.com/dms/wp-content/uploads/sites/9/2014/01/sf.jpg\" />\n[/pl_tabcontent]\n[/pl_tabcontentsection]\n \n[/pl_tabs]\";s:18:\"textbox_title_wrap\";s:6:\"strong\";}s:6:\"ud8490\";a:2:{s:17:\"pl_standard_title\";s:20:\"<h2>Modal Boxes</h2>\";s:13:\"pl_area_class\";s:6:\"center\";}s:6:\"ud854d\";a:2:{s:17:\"pl_standard_title\";s:25:\"<h2>Tabs & Accordion</h2>\";s:13:\"pl_area_class\";s:6:\"center\";}s:7:\"u527dpi\";a:4:{s:11:\"pl_area_pad\";s:4:\"40px\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"FFFFFF\";}s:7:\"uf4ev03\";a:2:{s:15:\"textbox_content\";s:462:\"[pl_accordion name=\"accordion\"][pl_accordioncontent name=\"accordion\" number=\"1\" heading=\"Tile 1\" open=\"yes\"]\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam\n[/pl_accordioncontent][pl_accordioncontent name=\"accordion\" number=\"2\" heading=\"Title 2\"]\n<img class=\"pl-imageframe\" src=\"http://placekitten.com/285/125\" alt=\"\" />\n[/pl_accordioncontent]\n \n[/pl_accordion]\";s:18:\"textbox_title_wrap\";s:6:\"strong\";}s:7:\"u7f32wd\";a:4:{s:15:\"textbox_content\";s:175:\"[pl_modal title=\"DMS\" type=\"label\" colortype=\"important\" label=\"Click Me!\"]\nSome content here for the cool modal pop up. Labels, badges, and buttons can open them!\n[/pl_modal]\";s:18:\"textbox_title_wrap\";s:6:\"strong\";s:17:\"pl_standard_title\";s:5:\"Label\";s:13:\"pl_area_class\";s:6:\"center\";}}}'),(6861,777,'pl-settings','a:2:{s:5:\"draft\";a:7:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{s:9:\"ctemplate\";s:9:\"pages-faq\";}}s:7:\"u6gzqjr\";a:4:{s:9:\"ibox_cols\";s:1:\"6\";s:10:\"ibox_media\";s:4:\"icon\";s:11:\"ibox_format\";s:3:\"top\";s:10:\"ibox_array\";a:2:{s:5:\"item1\";a:4:{s:5:\"title\";s:13:\"Need Support?\";s:4:\"text\";s:128:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa.\";s:4:\"icon\";s:8:\"comments\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:4:{s:5:\"title\";s:11:\"Check Forum\";s:4:\"text\";s:128:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa.\";s:4:\"icon\";s:9:\"file-text\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"uf0a0dc\";a:1:{s:15:\"textbox_content\";s:162:\"<ul>\n<li><a href=\"#\">asfasf</a></li>\n<li><a href=\"#\">asdfasdfsdfadf</a></li>\n<li><a href=\"#\">asdfasdfsdfadf</a></li>\n<li><a href=\"#\">asdfasdfsdfadf</a></li>\n</ul>\";}s:7:\"u9fz6l2\";a:4:{s:9:\"ibox_cols\";s:1:\"6\";s:10:\"ibox_media\";s:4:\"text\";s:11:\"ibox_format\";s:4:\"left\";s:10:\"ibox_array\";a:2:{s:5:\"item1\";a:4:{s:5:\"title\";s:13:\"Need Support?\";s:4:\"text\";s:86:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque.\";s:4:\"icon\";s:8:\"comments\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:4:{s:5:\"title\";s:11:\"Check Forum\";s:4:\"text\";s:86:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque.\";s:4:\"icon\";s:9:\"file-text\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"urzgsq4\";a:4:{s:11:\"pl_area_pad\";s:4:\"40px\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"F7F7F7\";}s:7:\"ulu3jsn\";a:6:{s:9:\"ph_format\";s:15:\"format-standard\";s:6:\"ph_sub\";s:35:\"Our Most Frequently Asked Questions\";s:21:\"pageheader_background\";s:60:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/blue-bg.jpg\";s:17:\"pageheader_repeat\";s:1:\"0\";s:16:\"pageheader_theme\";s:8:\"pl-black\";s:23:\"pageheader_color_enable\";s:1:\"0\";}s:7:\"u2khrj1\";a:4:{s:9:\"ibox_cols\";s:1:\"6\";s:10:\"ibox_media\";s:4:\"text\";s:11:\"ibox_format\";s:4:\"left\";s:10:\"ibox_array\";a:8:{s:5:\"item1\";a:4:{s:5:\"title\";s:30:\"Where can I find your offices?\";s:4:\"text\";s:371:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. \";s:4:\"icon\";s:8:\"comments\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:4:{s:5:\"title\";s:33:\"What are your hours of operation?\";s:4:\"text\";s:371:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. \";s:4:\"icon\";s:9:\"file-text\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:3:{s:5:\"title\";s:27:\"Is your software re-usable?\";s:4:\"text\";s:371:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. \";s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:3:{s:5:\"title\";s:35:\"Do you handle international orders?\";s:4:\"text\";s:371:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. \";s:8:\"showitem\";s:1:\"1\";}s:5:\"item5\";a:3:{s:5:\"title\";s:31:\"Do your themes include support?\";s:4:\"text\";s:371:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. \";s:8:\"showitem\";s:1:\"1\";}s:5:\"item6\";a:3:{s:5:\"title\";s:28:\"How do I install the themes?\";s:4:\"text\";s:371:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. \";s:8:\"showitem\";s:1:\"1\";}s:5:\"item7\";a:3:{s:5:\"title\";s:28:\"How do i migrate the themes?\";s:4:\"text\";s:371:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. \";s:8:\"showitem\";s:1:\"1\";}s:5:\"item8\";a:3:{s:5:\"title\";s:30:\"How can I make my own layouts?\";s:4:\"text\";s:371:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. \";s:8:\"showitem\";s:1:\"1\";}}}}s:4:\"live\";a:7:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:3:{i:0;a:6:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:17:\"pageheaderulu3jsn\";s:6:\"object\";s:12:\"PLPageHeader\";s:3:\"sid\";s:10:\"pageheader\";s:5:\"clone\";s:7:\"ulu3jsn\";}i:1;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areaurzgsq4\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"urzgsq4\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:6:\"pliBox\";s:5:\"clone\";s:7:\"u2khrj1\";s:3:\"sid\";s:4:\"ibox\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:2;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau6f096\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"u6f096\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:6:\"pliBox\";s:5:\"clone\";s:7:\"u6gzqjr\";s:3:\"sid\";s:4:\"ibox\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}}s:7:\"u6gzqjr\";a:4:{s:9:\"ibox_cols\";s:1:\"6\";s:10:\"ibox_media\";s:4:\"icon\";s:11:\"ibox_format\";s:3:\"top\";s:10:\"ibox_array\";a:2:{s:5:\"item1\";a:4:{s:5:\"title\";s:13:\"Need Support?\";s:4:\"text\";s:128:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa.\";s:4:\"icon\";s:8:\"comments\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:4:{s:5:\"title\";s:11:\"Check Forum\";s:4:\"text\";s:128:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa.\";s:4:\"icon\";s:9:\"file-text\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"uf0a0dc\";a:1:{s:15:\"textbox_content\";s:162:\"<ul>\n<li><a href=\"#\">asfasf</a></li>\n<li><a href=\"#\">asdfasdfsdfadf</a></li>\n<li><a href=\"#\">asdfasdfsdfadf</a></li>\n<li><a href=\"#\">asdfasdfsdfadf</a></li>\n</ul>\";}s:7:\"u9fz6l2\";a:4:{s:9:\"ibox_cols\";s:1:\"6\";s:10:\"ibox_media\";s:4:\"text\";s:11:\"ibox_format\";s:4:\"left\";s:10:\"ibox_array\";a:2:{s:5:\"item1\";a:4:{s:5:\"title\";s:13:\"Need Support?\";s:4:\"text\";s:86:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque.\";s:4:\"icon\";s:8:\"comments\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:4:{s:5:\"title\";s:11:\"Check Forum\";s:4:\"text\";s:86:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque.\";s:4:\"icon\";s:9:\"file-text\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"urzgsq4\";a:4:{s:11:\"pl_area_pad\";s:4:\"40px\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"F7F7F7\";}s:7:\"ulu3jsn\";a:6:{s:9:\"ph_format\";s:15:\"format-standard\";s:6:\"ph_sub\";s:35:\"Our Most Frequently Asked Questions\";s:21:\"pageheader_background\";s:60:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/blue-bg.jpg\";s:17:\"pageheader_repeat\";s:1:\"0\";s:16:\"pageheader_theme\";s:8:\"pl-black\";s:23:\"pageheader_color_enable\";s:1:\"0\";}s:7:\"u2khrj1\";a:4:{s:9:\"ibox_cols\";s:1:\"6\";s:10:\"ibox_media\";s:4:\"text\";s:11:\"ibox_format\";s:4:\"left\";s:10:\"ibox_array\";a:8:{s:5:\"item1\";a:4:{s:5:\"title\";s:30:\"Where can I find your offices?\";s:4:\"text\";s:371:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. \";s:4:\"icon\";s:8:\"comments\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:4:{s:5:\"title\";s:33:\"What are your hours of operation?\";s:4:\"text\";s:371:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. \";s:4:\"icon\";s:9:\"file-text\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:3:{s:5:\"title\";s:27:\"Is your software re-usable?\";s:4:\"text\";s:371:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. \";s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:3:{s:5:\"title\";s:35:\"Do you handle international orders?\";s:4:\"text\";s:371:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. \";s:8:\"showitem\";s:1:\"1\";}s:5:\"item5\";a:3:{s:5:\"title\";s:31:\"Do your themes include support?\";s:4:\"text\";s:371:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. \";s:8:\"showitem\";s:1:\"1\";}s:5:\"item6\";a:3:{s:5:\"title\";s:28:\"How do I install the themes?\";s:4:\"text\";s:371:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. \";s:8:\"showitem\";s:1:\"1\";}s:5:\"item7\";a:3:{s:5:\"title\";s:28:\"How do i migrate the themes?\";s:4:\"text\";s:371:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. \";s:8:\"showitem\";s:1:\"1\";}s:5:\"item8\";a:3:{s:5:\"title\";s:30:\"How can I make my own layouts?\";s:4:\"text\";s:371:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. \";s:8:\"showitem\";s:1:\"1\";}}}}}'),(6862,772,'pl-settings','a:2:{s:5:\"draft\";a:17:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{s:9:\"ctemplate\";s:21:\"pages-contactextended\";}}s:7:\"u8nmrya\";a:3:{s:15:\"textbox_content\";s:66:\"PageLines Inc.<br />\n123 Brannan St.<br />\nSan Francisco, CA 94107\";s:18:\"textbox_title_wrap\";s:6:\"strong\";s:17:\"pl_standard_title\";s:13:\"San Francisco\";}s:7:\"uk5nd9j\";a:2:{s:15:\"textbox_content\";s:118:\"Email: hello@pagelines.com<br />\nTwitter: @pagelines<br />\nPhone: +44 (0) 208 0000 000<br />\nFax: +44 (0) 208 0000 001\";s:17:\"pl_standard_title\";s:7:\"Contact\";}s:7:\"uwy9s7j\";a:1:{s:5:\"align\";s:4:\"left\";}s:8:\"settings\";a:49:{s:17:\"pagelines_favicon\";s:42:\"[pl_parent_url]/images/default-favicon.png\";s:14:\"pl_login_image\";s:46:\"[pl_parent_url]/images/default-login-image.png\";s:19:\"pagelines_touchicon\";s:45:\"[pl_parent_url]/images/default-touch-icon.png\";s:12:\"share_google\";s:1:\"1\";s:14:\"share_facebook\";s:1:\"1\";s:13:\"share_twitter\";s:1:\"1\";s:19:\"disable_less_errors\";s:1:\"0\";s:6:\"bodybg\";s:6:\"FFFFFF\";s:12:\"text_primary\";s:6:\"444444\";s:12:\"supersize_bg\";s:1:\"1\";s:28:\"page_background_image_repeat\";s:9:\"no-repeat\";s:30:\"page_background_image_pos_vert\";s:1:\"0\";s:29:\"page_background_image_pos_hor\";s:2:\"50\";s:28:\"page_background_image_attach\";s:5:\"fixed\";s:12:\"enable_debug\";s:1:\"0\";s:18:\"load_prettify_libs\";s:1:\"0\";s:11:\"layout_mode\";s:5:\"pixel\";s:19:\"layout_display_mode\";s:12:\"display-full\";s:12:\"font_primary\";s:9:\"open_sans\";s:14:\"base_font_size\";s:2:\"14\";s:19:\"font_primary_weight\";s:3:\"300\";s:16:\"header_base_size\";s:2:\"16\";s:19:\"font_headers_weight\";s:3:\"300\";s:12:\"font_headers\";s:9:\"open_sans\";s:13:\"less_dev_mode\";s:1:\"0\";s:13:\"no_cache_mode\";s:1:\"0\";s:9:\"linkcolor\";s:6:\"337EFF\";s:6:\"sl_web\";s:1:\"0\";s:11:\"sl_facebook\";s:1:\"#\";s:11:\"sl_linkedin\";s:1:\"#\";s:12:\"sl_instagram\";s:1:\"#\";s:10:\"sl_twitter\";s:1:\"#\";s:10:\"sl_youtube\";s:1:\"#\";s:14:\"sl_google-plus\";s:1:\"#\";s:12:\"sl_pinterest\";s:1:\"#\";s:11:\"sl_dribbble\";s:1:\"#\";s:9:\"sl_flickr\";s:1:\"#\";s:9:\"sl_github\";s:1:\"#\";s:13:\"no_draft_mode\";s:1:\"0\";s:9:\"love_icon\";s:3:\"sun\";s:14:\"share_linkedin\";s:1:\"0\";s:15:\"share_pinterest\";s:1:\"0\";s:12:\"share_buffer\";s:1:\"0\";s:13:\"share_stumble\";s:1:\"0\";s:16:\"post_loop_legacy\";s:1:\"1\";s:25:\"sharebar_disable_facebook\";s:1:\"0\";s:25:\"sharebar_disable_linkedin\";s:1:\"0\";s:24:\"sharebar_disable_twitter\";s:1:\"0\";s:26:\"sharebar_disable_pinterest\";s:1:\"0\";}s:7:\"u6oq9xz\";a:8:{s:17:\"pl_standard_title\";s:7:\"Contact\";s:10:\"pagetitles\";s:1:\"0\";s:16:\"blog_layout_mode\";s:8:\"magazine\";s:17:\"full_column_posts\";s:1:\"2\";s:12:\"show_content\";s:1:\"0\";s:17:\"excerpt_mode_full\";s:4:\"left\";s:17:\"excerpt_mode_clip\";s:4:\"left\";s:10:\"hide_thumb\";s:1:\"0\";}s:7:\"urh7r1d\";a:5:{s:16:\"pl_area_parallax\";s:11:\"pl-parallax\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"333333\";}s:7:\"up62da7\";a:6:{s:10:\"map_height\";s:5:\"250px\";s:14:\"map_zoom_level\";s:2:\"10\";s:15:\"map_zoom_enable\";s:1:\"0\";s:16:\"enable_animation\";s:1:\"0\";s:17:\"pl_standard_title\";s:13:\"San Francisco\";s:15:\"locations_array\";a:1:{s:5:\"item1\";a:1:{s:8:\"showitem\";s:1:\"1\";}}}s:6:\"ud62fe\";a:2:{s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"ujcmlqp\";a:8:{s:10:\"center_lat\";s:10:\"40.7143528\";s:10:\"center_lng\";s:11:\"-74.0059731\";s:10:\"map_height\";s:5:\"250px\";s:14:\"map_zoom_level\";s:2:\"10\";s:15:\"map_zoom_enable\";s:1:\"0\";s:16:\"enable_animation\";s:1:\"0\";s:17:\"pl_standard_title\";s:8:\"New York\";s:15:\"locations_array\";a:1:{s:5:\"item1\";a:3:{s:8:\"latitude\";s:10:\"40.7763786\";s:9:\"longitude\";s:11:\"-73.9617973\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"u41ne8o\";a:8:{s:10:\"center_lat\";s:10:\"52.5200066\";s:10:\"center_lng\";s:9:\"13.404954\";s:10:\"map_height\";s:5:\"200px\";s:14:\"map_zoom_level\";s:2:\"10\";s:15:\"map_zoom_enable\";s:1:\"0\";s:16:\"enable_animation\";s:1:\"0\";s:17:\"pl_standard_title\";s:6:\"Berlin\";s:15:\"locations_array\";a:1:{s:5:\"item1\";a:1:{s:8:\"showitem\";s:1:\"1\";}}}s:7:\"uzjr62k\";a:5:{s:11:\"pl_area_pad\";s:4:\"40px\";s:16:\"pl_area_parallax\";s:19:\"pl-scroll-translate\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"333333\";}s:7:\"uap53fq\";a:3:{s:15:\"textbox_content\";s:255:\"<h3>3 Amazing Locations</h3>\nYou can display a google map anywhere. Here we are using the template builder to add a sidebar area at the top of the entry, then we add a google map widget to the area. You can add any number of other widget you like as well.\";s:18:\"pl_standard_styles\";s:19:\"text-align: center;\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"u414ojh\";a:4:{s:17:\"pageheader_repeat\";s:1:\"0\";s:16:\"pageheader_theme\";s:8:\"pl-black\";s:23:\"pageheader_color_enable\";s:1:\"1\";s:16:\"pageheader_color\";s:6:\"337EFF\";}s:7:\"uidc5yl\";a:3:{s:15:\"textbox_content\";s:61:\"PageLines Inc.<br />\n123 Madison Ave<br />\nNew York, NY 10037\";s:18:\"textbox_title_wrap\";s:6:\"strong\";s:17:\"pl_standard_title\";s:8:\"New York\";}s:7:\"u7rk9bc\";a:4:{s:11:\"pl_area_pad\";s:4:\"40px\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"f7f7f7\";}s:7:\"u8kmuqo\";a:4:{s:9:\"ibox_cols\";s:1:\"4\";s:10:\"ibox_media\";s:4:\"icon\";s:11:\"ibox_format\";s:3:\"top\";s:10:\"ibox_array\";a:3:{s:5:\"item1\";a:4:{s:5:\"title\";s:9:\"Live Chat\";s:4:\"text\";s:60:\"Weekdays 8am to 5pm PST<br />\n<a href=\"#\">Join live chat</a>\";s:4:\"icon\";s:7:\"comment\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:4:{s:5:\"title\";s:8:\"Email us\";s:4:\"text\";s:55:\"Email hello@theme.com<br />\nOr fill out the form below.\";s:4:\"icon\";s:8:\"envelope\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:4:{s:5:\"title\";s:7:\"Call Us\";s:4:\"text\";s:55:\"Call +44 (0) 619 000 0000<br />\nWeekdays 8am to 5pm PST\";s:4:\"icon\";s:5:\"phone\";s:8:\"showitem\";s:1:\"1\";}}}}s:4:\"live\";a:17:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:4:{i:0;a:6:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:17:\"pageheaderu414ojh\";s:6:\"object\";s:12:\"PLPageHeader\";s:3:\"sid\";s:10:\"pageheader\";s:5:\"clone\";s:7:\"u414ojh\";}i:1;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areauzjr62k\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"uzjr62k\";s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:6:\"PLMaps\";s:5:\"clone\";s:7:\"up62da7\";s:3:\"sid\";s:4:\"maps\";s:4:\"span\";s:1:\"6\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:1;a:6:{s:6:\"object\";s:6:\"PLMaps\";s:5:\"clone\";s:7:\"ujcmlqp\";s:3:\"sid\";s:4:\"maps\";s:4:\"span\";s:1:\"6\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:2;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areau7rk9bc\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"u7rk9bc\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:6:\"pliBox\";s:5:\"clone\";s:7:\"u8kmuqo\";s:3:\"sid\";s:4:\"ibox\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:3;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areaud62fe\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"ud62fe\";s:7:\"content\";a:2:{i:0;a:7:{s:6:\"object\";s:8:\"PLColumn\";s:5:\"clone\";s:6:\"u3316f\";s:3:\"sid\";s:8:\"plcolumn\";s:4:\"span\";s:1:\"4\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:4:\"true\";s:7:\"content\";a:3:{i:0;a:6:{s:6:\"object\";s:16:\"PageLinesTextBox\";s:5:\"clone\";s:7:\"u8nmrya\";s:3:\"sid\";s:7:\"textbox\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:1;a:6:{s:6:\"object\";s:16:\"PageLinesTextBox\";s:5:\"clone\";s:7:\"uidc5yl\";s:3:\"sid\";s:7:\"textbox\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:2;a:6:{s:6:\"object\";s:16:\"PageLinesTextBox\";s:5:\"clone\";s:7:\"uk5nd9j\";s:3:\"sid\";s:7:\"textbox\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:1;a:7:{s:6:\"object\";s:8:\"PLColumn\";s:5:\"clone\";s:6:\"u33251\";s:3:\"sid\";s:8:\"plcolumn\";s:4:\"span\";s:1:\"8\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"PageLinesPostLoop\";s:5:\"clone\";s:7:\"u6oq9xz\";s:3:\"sid\";s:8:\"postloop\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}}}}s:7:\"u8nmrya\";a:3:{s:15:\"textbox_content\";s:66:\"PageLines Inc.<br />\n123 Brannan St.<br />\nSan Francisco, CA 94107\";s:18:\"textbox_title_wrap\";s:6:\"strong\";s:17:\"pl_standard_title\";s:13:\"San Francisco\";}s:7:\"uk5nd9j\";a:2:{s:15:\"textbox_content\";s:118:\"Email: hello@pagelines.com<br />\nTwitter: @pagelines<br />\nPhone: +44 (0) 208 0000 000<br />\nFax: +44 (0) 208 0000 001\";s:17:\"pl_standard_title\";s:7:\"Contact\";}s:7:\"uwy9s7j\";a:1:{s:5:\"align\";s:4:\"left\";}s:8:\"settings\";a:49:{s:17:\"pagelines_favicon\";s:42:\"[pl_parent_url]/images/default-favicon.png\";s:14:\"pl_login_image\";s:46:\"[pl_parent_url]/images/default-login-image.png\";s:19:\"pagelines_touchicon\";s:45:\"[pl_parent_url]/images/default-touch-icon.png\";s:12:\"share_google\";s:1:\"1\";s:14:\"share_facebook\";s:1:\"1\";s:13:\"share_twitter\";s:1:\"1\";s:19:\"disable_less_errors\";s:1:\"0\";s:6:\"bodybg\";s:6:\"FFFFFF\";s:12:\"text_primary\";s:6:\"444444\";s:12:\"supersize_bg\";s:1:\"1\";s:28:\"page_background_image_repeat\";s:9:\"no-repeat\";s:30:\"page_background_image_pos_vert\";s:1:\"0\";s:29:\"page_background_image_pos_hor\";s:2:\"50\";s:28:\"page_background_image_attach\";s:5:\"fixed\";s:12:\"enable_debug\";s:1:\"0\";s:18:\"load_prettify_libs\";s:1:\"0\";s:11:\"layout_mode\";s:5:\"pixel\";s:19:\"layout_display_mode\";s:12:\"display-full\";s:12:\"font_primary\";s:9:\"open_sans\";s:14:\"base_font_size\";s:2:\"14\";s:19:\"font_primary_weight\";s:3:\"300\";s:16:\"header_base_size\";s:2:\"16\";s:19:\"font_headers_weight\";s:3:\"300\";s:12:\"font_headers\";s:9:\"open_sans\";s:13:\"less_dev_mode\";s:1:\"0\";s:13:\"no_cache_mode\";s:1:\"0\";s:9:\"linkcolor\";s:6:\"337EFF\";s:6:\"sl_web\";s:1:\"0\";s:11:\"sl_facebook\";s:1:\"#\";s:11:\"sl_linkedin\";s:1:\"#\";s:12:\"sl_instagram\";s:1:\"#\";s:10:\"sl_twitter\";s:1:\"#\";s:10:\"sl_youtube\";s:1:\"#\";s:14:\"sl_google-plus\";s:1:\"#\";s:12:\"sl_pinterest\";s:1:\"#\";s:11:\"sl_dribbble\";s:1:\"#\";s:9:\"sl_flickr\";s:1:\"#\";s:9:\"sl_github\";s:1:\"#\";s:13:\"no_draft_mode\";s:1:\"0\";s:9:\"love_icon\";s:3:\"sun\";s:14:\"share_linkedin\";s:1:\"0\";s:15:\"share_pinterest\";s:1:\"0\";s:12:\"share_buffer\";s:1:\"0\";s:13:\"share_stumble\";s:1:\"0\";s:16:\"post_loop_legacy\";s:1:\"1\";s:25:\"sharebar_disable_facebook\";s:1:\"0\";s:25:\"sharebar_disable_linkedin\";s:1:\"0\";s:24:\"sharebar_disable_twitter\";s:1:\"0\";s:26:\"sharebar_disable_pinterest\";s:1:\"0\";}s:7:\"u6oq9xz\";a:8:{s:17:\"pl_standard_title\";s:7:\"Contact\";s:10:\"pagetitles\";s:1:\"0\";s:16:\"blog_layout_mode\";s:8:\"magazine\";s:17:\"full_column_posts\";s:1:\"2\";s:12:\"show_content\";s:1:\"0\";s:17:\"excerpt_mode_full\";s:4:\"left\";s:17:\"excerpt_mode_clip\";s:4:\"left\";s:10:\"hide_thumb\";s:1:\"0\";}s:7:\"urh7r1d\";a:5:{s:16:\"pl_area_parallax\";s:11:\"pl-parallax\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"333333\";}s:7:\"up62da7\";a:6:{s:10:\"map_height\";s:5:\"250px\";s:14:\"map_zoom_level\";s:2:\"10\";s:15:\"map_zoom_enable\";s:1:\"0\";s:16:\"enable_animation\";s:1:\"0\";s:17:\"pl_standard_title\";s:13:\"San Francisco\";s:15:\"locations_array\";a:1:{s:5:\"item1\";a:1:{s:8:\"showitem\";s:1:\"1\";}}}s:6:\"ud62fe\";a:2:{s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"ujcmlqp\";a:8:{s:10:\"center_lat\";s:10:\"40.7143528\";s:10:\"center_lng\";s:11:\"-74.0059731\";s:10:\"map_height\";s:5:\"250px\";s:14:\"map_zoom_level\";s:2:\"10\";s:15:\"map_zoom_enable\";s:1:\"0\";s:16:\"enable_animation\";s:1:\"0\";s:17:\"pl_standard_title\";s:8:\"New York\";s:15:\"locations_array\";a:1:{s:5:\"item1\";a:3:{s:8:\"latitude\";s:10:\"40.7763786\";s:9:\"longitude\";s:11:\"-73.9617973\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"u41ne8o\";a:8:{s:10:\"center_lat\";s:10:\"52.5200066\";s:10:\"center_lng\";s:9:\"13.404954\";s:10:\"map_height\";s:5:\"200px\";s:14:\"map_zoom_level\";s:2:\"10\";s:15:\"map_zoom_enable\";s:1:\"0\";s:16:\"enable_animation\";s:1:\"0\";s:17:\"pl_standard_title\";s:6:\"Berlin\";s:15:\"locations_array\";a:1:{s:5:\"item1\";a:1:{s:8:\"showitem\";s:1:\"1\";}}}s:7:\"uzjr62k\";a:5:{s:11:\"pl_area_pad\";s:4:\"40px\";s:16:\"pl_area_parallax\";s:19:\"pl-scroll-translate\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"333333\";}s:7:\"uap53fq\";a:3:{s:15:\"textbox_content\";s:255:\"<h3>3 Amazing Locations</h3>\nYou can display a google map anywhere. Here we are using the template builder to add a sidebar area at the top of the entry, then we add a google map widget to the area. You can add any number of other widget you like as well.\";s:18:\"pl_standard_styles\";s:19:\"text-align: center;\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"u414ojh\";a:4:{s:17:\"pageheader_repeat\";s:1:\"0\";s:16:\"pageheader_theme\";s:8:\"pl-black\";s:23:\"pageheader_color_enable\";s:1:\"1\";s:16:\"pageheader_color\";s:6:\"337EFF\";}s:7:\"uidc5yl\";a:3:{s:15:\"textbox_content\";s:61:\"PageLines Inc.<br />\n123 Madison Ave<br />\nNew York, NY 10037\";s:18:\"textbox_title_wrap\";s:6:\"strong\";s:17:\"pl_standard_title\";s:8:\"New York\";}s:7:\"u7rk9bc\";a:4:{s:11:\"pl_area_pad\";s:4:\"40px\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"f7f7f7\";}s:7:\"u8kmuqo\";a:4:{s:9:\"ibox_cols\";s:1:\"4\";s:10:\"ibox_media\";s:4:\"icon\";s:11:\"ibox_format\";s:3:\"top\";s:10:\"ibox_array\";a:3:{s:5:\"item1\";a:4:{s:5:\"title\";s:9:\"Live Chat\";s:4:\"text\";s:60:\"Weekdays 8am to 5pm PST<br />\n<a href=\"#\">Join live chat</a>\";s:4:\"icon\";s:7:\"comment\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:4:{s:5:\"title\";s:8:\"Email us\";s:4:\"text\";s:55:\"Email hello@theme.com<br />\nOr fill out the form below.\";s:4:\"icon\";s:8:\"envelope\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:4:{s:5:\"title\";s:7:\"Call Us\";s:4:\"text\";s:55:\"Call +44 (0) 619 000 0000<br />\nWeekdays 8am to 5pm PST\";s:4:\"icon\";s:5:\"phone\";s:8:\"showitem\";s:1:\"1\";}}}}}'),(6863,759,'pl-settings','a:2:{s:5:\"draft\";a:1:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau0e875\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"u0e875\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"PageLinesPostLoop\";s:5:\"clone\";s:6:\"u0e92f\";s:3:\"sid\";s:8:\"postloop\";s:4:\"span\";s:2:\"10\";s:6:\"offset\";s:1:\"1\";s:6:\"newrow\";s:5:\"false\";}}}}}}s:4:\"live\";a:0:{}}'),(6864,756,'pl-settings','a:2:{s:4:\"live\";a:1:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau0b720\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"u0b720\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"PageLinesPostLoop\";s:5:\"clone\";s:6:\"u0b7de\";s:3:\"sid\";s:8:\"postloop\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}}}s:5:\"draft\";a:1:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau0b720\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"u0b720\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"PageLinesPostLoop\";s:5:\"clone\";s:6:\"u0b7de\";s:3:\"sid\";s:8:\"postloop\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}}}}'),(6865,367,'pl-settings','a:2:{s:5:\"draft\";a:1:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{s:9:\"ctemplate\";s:14:\"shop-myaccount\";}}}s:4:\"live\";a:0:{}}'),(6866,361,'pl-settings','a:2:{s:5:\"draft\";a:1:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areaub6e21\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"ub6e21\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"PageLinesPostLoop\";s:5:\"clone\";s:6:\"ub6ede\";s:3:\"sid\";s:8:\"postloop\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}}}s:4:\"live\";a:0:{}}'),(6867,250,'pl-settings','a:2:{s:4:\"live\";a:0:{}s:5:\"draft\";a:0:{}}'),(6868,272,'pl-settings','a:2:{s:4:\"live\";a:0:{}s:5:\"draft\";a:0:{}}'),(6869,282,'pl-settings','a:2:{s:4:\"live\";a:0:{}s:5:\"draft\";a:0:{}}'),(6870,2,'pl-settings','a:2:{s:5:\"draft\";a:10:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{s:9:\"ctemplate\";s:18:\"pages-aboutusbasic\";}}s:7:\"uskrano\";a:3:{s:13:\"textbox_title\";s:9:\"Our Story\";s:15:\"textbox_content\";s:666:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam eget ullamcorper nibh, nec porttitor diam. Nunc et lectus posuere, gravida augue ut, faucibus est. Curabitur sit amet massa tellus. Mauris vitae augue ornare, porta felis id, commodo sapien. Nulla facilisi. Aenean et felis ultricies, porta est et, iaculis erat. Maecenas in pulvinar dui. In placerat lacinia ante, eu fermentum massa sagittis eget. <br /><br /> Aliquam feugiat mattis eleifend. Sed et semper enim. Nunc eget ligula felis. Nulla id egestas arcu.Donec vel accumsan lectus. In imperdiet tortor non risus sodales convallis. Pellentesque habitant morbi tristique senectus et netus et malesuada.\";s:18:\"textbox_title_wrap\";s:2:\"h3\";}s:7:\"uefrwb0\";a:10:{s:17:\"flipper_post_type\";s:4:\"team\";s:13:\"flipper_shown\";s:1:\"3\";s:13:\"flipper_sizes\";s:5:\"large\";s:13:\"flipper_total\";s:2:\"10\";s:16:\"flipper_hide_nav\";s:1:\"0\";s:17:\"flipper_post_sort\";s:4:\"DESC\";s:13:\"flipper_title\";s:8:\"Our Team\";s:23:\"flipper_hide_title_link\";s:1:\"0\";s:20:\"flipper_show_excerpt\";s:1:\"0\";s:25:\"disable_flipper_show_love\";s:1:\"1\";}s:7:\"udaohwe\";a:1:{s:22:\"_highlight_image_frame\";s:1:\"0\";}s:7:\"uqcgvhn\";a:2:{s:15:\"textbox_content\";s:45:\"<h4>Rotating Quotes Section (Full Width)</h4>\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"uib7aa4\";a:5:{s:11:\"pl_area_pad\";s:5:\"100px\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"333333\";}s:6:\"u307dc\";a:6:{s:11:\"pl_area_pad\";s:4:\"40px\";s:18:\"pl_area_pad_bottom\";s:5:\"100px\";s:16:\"pl_area_parallax\";s:19:\"pl-scroll-translate\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"FFFFFF\";}s:7:\"uetaolh\";a:4:{s:18:\"pl_area_pad_bottom\";s:4:\"40px\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"f7f7f7\";}s:7:\"uci0h6j\";a:13:{s:13:\"starbar_count\";s:1:\"5\";s:14:\"starbar_format\";s:6:\"append\";s:23:\"starbar_container_title\";s:10:\"Our Skills\";s:20:\"starbar_descriptor_1\";s:9:\"Photoshop\";s:15:\"starbar_value_1\";s:2:\"70\";s:20:\"starbar_descriptor_2\";s:9:\"Fireworks\";s:15:\"starbar_value_2\";s:2:\"80\";s:20:\"starbar_descriptor_3\";s:15:\"iOS Development\";s:15:\"starbar_value_3\";s:2:\"93\";s:20:\"starbar_descriptor_4\";s:8:\"Branding\";s:15:\"starbar_value_4\";s:2:\"90\";s:20:\"starbar_descriptor_5\";s:21:\"Responsive Web Design\";s:15:\"starbar_value_5\";s:2:\"87\";}s:7:\"u3fp31u\";a:2:{s:25:\"testimonials_disable_auto\";s:1:\"0\";s:20:\"pl_testimonial_array\";a:3:{s:5:\"item1\";a:3:{s:4:\"text\";s:133:\"“A designer knows he has achieved perfection not when there is nothing left to add, but when there is nothing left to take away.”\";s:4:\"cite\";s:24:\"Antoine de Saint-Exupery\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:3:{s:4:\"text\";s:113:\"“The ultimate promise of technology is to make us master of a world that we command by the push of a button.”\";s:4:\"cite\";s:16:\"Volker Grassmuck\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:3:{s:4:\"text\";s:112:\"“I strive for two things in design: simplicity and clarity. <br />Great design is born of those two things.”\";s:4:\"cite\";s:13:\"Lindon Leader\";s:8:\"showitem\";s:1:\"1\";}}}}s:4:\"live\";a:10:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:3:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau307dc\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"u307dc\";s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:16:\"PageLinesTextBox\";s:5:\"clone\";s:7:\"uskrano\";s:3:\"sid\";s:7:\"textbox\";s:4:\"span\";s:1:\"4\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:1;a:6:{s:6:\"object\";s:17:\"PageLinesStarBars\";s:5:\"clone\";s:7:\"uci0h6j\";s:3:\"sid\";s:8:\"starbars\";s:4:\"span\";s:1:\"8\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:1;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areauetaolh\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"uetaolh\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:16:\"PageLinesFlipper\";s:5:\"clone\";s:7:\"uefrwb0\";s:3:\"sid\";s:7:\"flipper\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:2;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areauib7aa4\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"uib7aa4\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:14:\"PLTestimonials\";s:5:\"clone\";s:7:\"u3fp31u\";s:3:\"sid\";s:12:\"testimonials\";s:4:\"span\";s:2:\"10\";s:6:\"offset\";s:1:\"1\";s:6:\"newrow\";s:5:\"false\";}}}}}s:7:\"uskrano\";a:3:{s:13:\"textbox_title\";s:9:\"Our Story\";s:15:\"textbox_content\";s:666:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam eget ullamcorper nibh, nec porttitor diam. Nunc et lectus posuere, gravida augue ut, faucibus est. Curabitur sit amet massa tellus. Mauris vitae augue ornare, porta felis id, commodo sapien. Nulla facilisi. Aenean et felis ultricies, porta est et, iaculis erat. Maecenas in pulvinar dui. In placerat lacinia ante, eu fermentum massa sagittis eget. <br /><br /> Aliquam feugiat mattis eleifend. Sed et semper enim. Nunc eget ligula felis. Nulla id egestas arcu.Donec vel accumsan lectus. In imperdiet tortor non risus sodales convallis. Pellentesque habitant morbi tristique senectus et netus et malesuada.\";s:18:\"textbox_title_wrap\";s:2:\"h3\";}s:7:\"uefrwb0\";a:10:{s:17:\"flipper_post_type\";s:4:\"team\";s:13:\"flipper_shown\";s:1:\"3\";s:13:\"flipper_sizes\";s:5:\"large\";s:13:\"flipper_total\";s:2:\"10\";s:16:\"flipper_hide_nav\";s:1:\"0\";s:17:\"flipper_post_sort\";s:4:\"DESC\";s:13:\"flipper_title\";s:8:\"Our Team\";s:23:\"flipper_hide_title_link\";s:1:\"0\";s:20:\"flipper_show_excerpt\";s:1:\"0\";s:25:\"disable_flipper_show_love\";s:1:\"1\";}s:7:\"udaohwe\";a:1:{s:22:\"_highlight_image_frame\";s:1:\"0\";}s:7:\"uqcgvhn\";a:2:{s:15:\"textbox_content\";s:45:\"<h4>Rotating Quotes Section (Full Width)</h4>\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"uib7aa4\";a:5:{s:11:\"pl_area_pad\";s:5:\"100px\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"333333\";}s:6:\"u307dc\";a:6:{s:11:\"pl_area_pad\";s:4:\"40px\";s:18:\"pl_area_pad_bottom\";s:5:\"100px\";s:16:\"pl_area_parallax\";s:19:\"pl-scroll-translate\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"FFFFFF\";}s:7:\"uetaolh\";a:4:{s:18:\"pl_area_pad_bottom\";s:4:\"40px\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"f7f7f7\";}s:7:\"uci0h6j\";a:13:{s:13:\"starbar_count\";s:1:\"5\";s:14:\"starbar_format\";s:6:\"append\";s:23:\"starbar_container_title\";s:10:\"Our Skills\";s:20:\"starbar_descriptor_1\";s:9:\"Photoshop\";s:15:\"starbar_value_1\";s:2:\"70\";s:20:\"starbar_descriptor_2\";s:9:\"Fireworks\";s:15:\"starbar_value_2\";s:2:\"80\";s:20:\"starbar_descriptor_3\";s:15:\"iOS Development\";s:15:\"starbar_value_3\";s:2:\"93\";s:20:\"starbar_descriptor_4\";s:8:\"Branding\";s:15:\"starbar_value_4\";s:2:\"90\";s:20:\"starbar_descriptor_5\";s:21:\"Responsive Web Design\";s:15:\"starbar_value_5\";s:2:\"87\";}s:7:\"u3fp31u\";a:2:{s:25:\"testimonials_disable_auto\";s:1:\"0\";s:20:\"pl_testimonial_array\";a:3:{s:5:\"item1\";a:3:{s:4:\"text\";s:133:\"“A designer knows he has achieved perfection not when there is nothing left to add, but when there is nothing left to take away.”\";s:4:\"cite\";s:24:\"Antoine de Saint-Exupery\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:3:{s:4:\"text\";s:113:\"“The ultimate promise of technology is to make us master of a world that we command by the push of a button.”\";s:4:\"cite\";s:16:\"Volker Grassmuck\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:3:{s:4:\"text\";s:112:\"“I strive for two things in design: simplicity and clarity. <br />Great design is born of those two things.”\";s:4:\"cite\";s:13:\"Lindon Leader\";s:8:\"showitem\";s:1:\"1\";}}}}}'),(6872,43,'pl-settings','a:2:{s:4:\"live\";a:4:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:3:{i:0;a:6:{s:4:\"name\";s:15:\"Masonic Gallery\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"object\";s:9:\"PLMasonic\";s:3:\"sid\";s:7:\"masonic\";s:5:\"clone\";s:7:\"ul2hia4\";}i:1;a:6:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau542a8\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"u542a8\";}i:2;a:1:{s:9:\"ctemplate\";s:15:\"premadeicallout\";}}}s:7:\"uj4czdr\";a:2:{s:15:\"textbox_content\";s:61:\"<h4>Custom Post Type  Grid With Categories Nav Goes Here</h4>\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:6:\"u542a8\";a:7:{s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:10:\"pl_area_bg\";s:8:\"pl-black\";s:23:\"pl_area_bg_color_enable\";s:1:\"0\";s:16:\"pl_area_bg_color\";s:6:\"FFFFFF\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"FFFFFF\";}s:7:\"ul2hia4\";a:7:{s:14:\"masonic_format\";s:4:\"grid\";s:17:\"masonic_post_type\";s:9:\"portfolio\";s:13:\"masonic_sizes\";s:4:\"full\";s:13:\"masonic_total\";s:2:\"10\";s:17:\"masonic_post_sort\";s:4:\"DESC\";s:14:\"masonic_repeat\";s:1:\"0\";s:20:\"masonic_color_enable\";s:1:\"0\";}}s:5:\"draft\";a:4:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:3:{i:0;a:6:{s:4:\"name\";s:15:\"Masonic Gallery\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"object\";s:9:\"PLMasonic\";s:3:\"sid\";s:7:\"masonic\";s:5:\"clone\";s:7:\"ul2hia4\";}i:1;a:6:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau542a8\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"u542a8\";}i:2;a:1:{s:9:\"ctemplate\";s:15:\"premadeicallout\";}}}s:7:\"uj4czdr\";a:2:{s:15:\"textbox_content\";s:61:\"<h4>Custom Post Type  Grid With Categories Nav Goes Here</h4>\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:6:\"u542a8\";a:7:{s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:10:\"pl_area_bg\";s:8:\"pl-black\";s:23:\"pl_area_bg_color_enable\";s:1:\"0\";s:16:\"pl_area_bg_color\";s:6:\"FFFFFF\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"FFFFFF\";}s:7:\"ul2hia4\";a:7:{s:14:\"masonic_format\";s:4:\"grid\";s:17:\"masonic_post_type\";s:9:\"portfolio\";s:13:\"masonic_sizes\";s:4:\"full\";s:13:\"masonic_total\";s:2:\"10\";s:17:\"masonic_post_sort\";s:4:\"DESC\";s:14:\"masonic_repeat\";s:1:\"0\";s:20:\"masonic_color_enable\";s:1:\"0\";}}}'),(6873,39,'pl-settings','a:2:{s:5:\"draft\";a:2:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{s:9:\"ctemplate\";s:38:\"portfoliocontentwidth-alternativestyle\";}}s:7:\"uriv5b1\";a:5:{s:14:\"masonic_format\";s:7:\"masonry\";s:17:\"masonic_post_type\";s:9:\"portfolio\";s:13:\"masonic_sizes\";s:11:\"basic-thumb\";s:13:\"masonic_total\";s:1:\"9\";s:17:\"masonic_post_sort\";s:4:\"DESC\";}}s:4:\"live\";a:2:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areaub313c\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"ub313c\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:9:\"PLMasonic\";s:5:\"clone\";s:7:\"uriv5b1\";s:3:\"sid\";s:7:\"masonic\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}}s:7:\"uriv5b1\";a:5:{s:14:\"masonic_format\";s:7:\"masonry\";s:17:\"masonic_post_type\";s:9:\"portfolio\";s:13:\"masonic_sizes\";s:11:\"basic-thumb\";s:13:\"masonic_total\";s:1:\"9\";s:17:\"masonic_post_sort\";s:4:\"DESC\";}}}'),(6874,35,'pl-settings','a:2:{s:5:\"draft\";a:2:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{s:9:\"ctemplate\";s:34:\"portfoliocontentwidth-masonrystyle\";}}s:7:\"uqzshnv\";a:6:{s:14:\"masonic_format\";s:7:\"masonry\";s:17:\"masonic_post_type\";s:9:\"portfolio\";s:13:\"masonic_sizes\";s:5:\"large\";s:13:\"masonic_total\";s:1:\"9\";s:15:\"masonic_excerpt\";s:1:\"0\";s:17:\"masonic_post_sort\";s:4:\"DESC\";}}s:4:\"live\";a:2:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau0d62b\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"u0d62b\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:9:\"PLMasonic\";s:5:\"clone\";s:7:\"uqzshnv\";s:3:\"sid\";s:7:\"masonic\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}}s:7:\"uqzshnv\";a:6:{s:14:\"masonic_format\";s:7:\"masonry\";s:17:\"masonic_post_type\";s:9:\"portfolio\";s:13:\"masonic_sizes\";s:5:\"large\";s:13:\"masonic_total\";s:1:\"9\";s:15:\"masonic_excerpt\";s:1:\"0\";s:17:\"masonic_post_sort\";s:4:\"DESC\";}}}'),(6875,29,'pl-settings','a:2:{s:5:\"draft\";a:17:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{s:9:\"ctemplate\";s:13:\"pages-aboutme\";}}s:7:\"ufsell6\";a:3:{s:15:\"textbox_content\";s:666:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam eget ullamcorper nibh, nec porttitor diam. Nunc et lectus posuere, gravida augue ut, faucibus est. Curabitur sit amet massa tellus. Mauris vitae augue ornare, porta felis id, commodo sapien. Nulla facilisi. Aenean et felis ultricies, porta est et, iaculis erat. Maecenas in pulvinar dui. In placerat lacinia ante, eu fermentum massa sagittis eget. <br /><br /> Aliquam feugiat mattis eleifend. Sed et semper enim. Nunc eget ligula felis. Nulla id egestas arcu.Donec vel accumsan lectus. In imperdiet tortor non risus sodales convallis. Pellentesque habitant morbi tristique senectus et netus et malesuada.\";s:18:\"textbox_title_wrap\";s:2:\"h3\";s:17:\"pl_standard_title\";s:19:\"<h2>Amy Bennet</h2>\";}s:7:\"uknqva6\";a:3:{s:13:\"textbox_title\";s:27:\"Image Only Carousel Section\";s:18:\"textbox_title_wrap\";s:2:\"h4\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"umpjuvk\";a:9:{s:14:\"pl_area_height\";s:3:\"250\";s:13:\"pl_area_image\";s:73:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/flipper-placeholder1.jpg\";s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:10:\"pl_area_bg\";s:8:\"pl-black\";s:23:\"pl_area_bg_color_enable\";s:1:\"0\";s:16:\"pl_area_bg_color\";s:6:\"FF0000\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"FFFFFF\";}s:7:\"ucbfb40\";a:8:{s:11:\"pl_area_pad\";s:4:\"30px\";s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:10:\"pl_area_bg\";s:8:\"pl-black\";s:23:\"pl_area_bg_color_enable\";s:1:\"1\";s:16:\"pl_area_bg_color\";s:6:\"337eff\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"FFFFFF\";}s:7:\"urmzig1\";a:1:{s:15:\"textbox_content\";s:9:\"<h4></h4>\";}s:7:\"uzvzuog\";a:7:{s:15:\"icallout_format\";s:6:\"inline\";s:13:\"icallout_text\";s:28:\"Ready for a smarter website?\";s:18:\"icallout_text_wrap\";s:2:\"h2\";s:13:\"icallout_link\";s:1:\"#\";s:15:\"icallout_target\";s:1:\"0\";s:18:\"icallout_link_text\";s:21:\"Get DMS For Wordpress\";s:18:\"icallout_btn_theme\";s:12:\"btn-ol-white\";}s:7:\"uzepxy4\";a:7:{s:24:\"pagelines_herounit_title\";s:11:\"Amy Bennett\";s:26:\"pagelines_herounit_tagline\";s:11:\"UX Designer\";s:16:\"herounit_reverse\";s:1:\"0\";s:19:\"herounit_left_width\";s:5:\"span6\";s:20:\"herounit_right_width\";s:5:\"span6\";s:22:\"herounit_button_target\";s:1:\"0\";s:21:\"herounit_button_theme\";s:7:\"primary\";}s:7:\"u1m7kc2\";a:6:{s:13:\"pl_area_image\";s:55:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/sf.jpg\";s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:16:\"pl_area_parallax\";s:11:\"pl-parallax\";s:10:\"pl_area_bg\";s:8:\"pl-black\";s:23:\"pl_area_bg_color_enable\";s:1:\"0\";s:16:\"pl_area_bg_color\";s:6:\"FF0000\";}s:7:\"uwcn9lr\";a:6:{s:9:\"ph_format\";s:9:\"left-side\";s:9:\"ph_header\";a:1:{i:0;s:11:\"Amy Bennett\";}s:6:\"ph_sub\";s:16:\"Graphic Designer\";s:13:\"ph_background\";s:55:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/sf.jpg\";s:15:\"ph_color_enable\";s:1:\"0\";s:8:\"ph_color\";s:6:\"FFFFFF\";}s:7:\"uyepppa\";a:10:{s:9:\"ph_format\";s:15:\"format-standard\";s:12:\"ph_pad_class\";s:6:\"pad-40\";s:9:\"ph_header\";s:10:\"Amy Bennet\";s:6:\"ph_sub\";s:11:\"UX Designer\";s:21:\"pageheader_background\";s:56:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/amy.jpg\";s:31:\"pageheader_background_attach_id\";s:3:\"343\";s:17:\"pageheader_repeat\";s:1:\"0\";s:16:\"pageheader_theme\";s:8:\"pl-black\";s:23:\"pageheader_color_enable\";s:1:\"0\";s:16:\"pageheader_color\";s:6:\"FFFFFF\";}s:7:\"ubg7h8n\";a:10:{s:17:\"flipper_post_type\";s:9:\"portfolio\";s:13:\"flipper_shown\";s:1:\"3\";s:13:\"flipper_total\";s:2:\"10\";s:16:\"flipper_hide_nav\";s:1:\"0\";s:17:\"flipper_post_sort\";s:4:\"DESC\";s:23:\"flipper_hide_title_link\";s:1:\"0\";s:20:\"flipper_show_excerpt\";s:1:\"0\";s:25:\"disable_flipper_show_love\";s:1:\"0\";s:14:\"flipper_repeat\";s:1:\"0\";s:20:\"flipper_color_enable\";s:1:\"0\";}s:7:\"u257ak8\";a:7:{s:4:\"cols\";s:1:\"3\";s:4:\"hpad\";s:2:\"40\";s:17:\"pl_standard_title\";s:6:\"Brands\";s:5:\"array\";a:5:{s:5:\"item1\";a:3:{s:5:\"image\";s:61:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/dribbble.jpg\";s:4:\"link\";s:1:\"#\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:3:{s:5:\"image\";s:59:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/jquery.jpg\";s:4:\"link\";s:1:\"#\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:3:{s:5:\"image\";s:62:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/vimeo_pro.jpg\";s:4:\"link\";s:1:\"#\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:3:{s:5:\"image\";s:67:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/code_is_poetry.jpg\";s:4:\"link\";s:1:\"#\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item5\";a:2:{s:5:\"image\";s:62:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/wordpress.jpg\";s:8:\"showitem\";s:1:\"1\";}}s:20:\"quickcarousel_repeat\";s:1:\"0\";s:26:\"quickcarousel_color_enable\";s:1:\"0\";s:19:\"quickcarousel_color\";s:6:\"333333\";}s:7:\"ulfkt55\";a:13:{s:13:\"starbar_count\";s:1:\"5\";s:14:\"starbar_format\";s:6:\"append\";s:17:\"pl_standard_title\";s:15:\"<h2>Skills</h2>\";s:20:\"starbar_descriptor_1\";s:9:\"Photoshop\";s:15:\"starbar_value_1\";s:2:\"80\";s:20:\"starbar_descriptor_2\";s:3:\"PHP\";s:15:\"starbar_value_2\";s:2:\"85\";s:20:\"starbar_descriptor_3\";s:2:\"JS\";s:15:\"starbar_value_3\";s:2:\"78\";s:20:\"starbar_descriptor_4\";s:11:\"Illustrator\";s:15:\"starbar_value_4\";s:2:\"96\";s:20:\"starbar_descriptor_5\";s:9:\"Wordpress\";s:15:\"starbar_value_5\";s:2:\"83\";}s:6:\"u79a84\";a:5:{s:18:\"pl_area_pad_bottom\";s:4:\"50px\";s:16:\"pl_area_parallax\";s:19:\"pl-scroll-translate\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"f3f3f3\";}s:7:\"u4xfs1w\";a:8:{s:14:\"masonic_format\";s:4:\"grid\";s:17:\"masonic_post_type\";s:9:\"portfolio\";s:13:\"masonic_sizes\";s:4:\"full\";s:13:\"masonic_total\";s:1:\"6\";s:15:\"masonic_excerpt\";s:1:\"0\";s:17:\"masonic_post_sort\";s:4:\"DESC\";s:14:\"masonic_repeat\";s:1:\"0\";s:20:\"masonic_color_enable\";s:1:\"0\";}s:7:\"uyn16y0\";a:2:{s:14:\"mediabox_image\";s:59:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/woman1.jpg\";s:17:\"disable_centering\";s:1:\"0\";}}s:4:\"live\";a:17:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:2:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau79a84\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"u79a84\";s:7:\"content\";a:2:{i:0;a:6:{s:6:\"object\";s:16:\"PageLinesTextBox\";s:5:\"clone\";s:7:\"ufsell6\";s:3:\"sid\";s:7:\"textbox\";s:4:\"span\";s:1:\"8\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:1;a:6:{s:6:\"object\";s:17:\"PageLinesMediaBox\";s:5:\"clone\";s:7:\"uyn16y0\";s:3:\"sid\";s:8:\"mediabox\";s:4:\"span\";s:1:\"4\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:1;a:1:{s:9:\"ctemplate\";s:14:\"brandscarousel\";}}}s:7:\"ufsell6\";a:3:{s:15:\"textbox_content\";s:666:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam eget ullamcorper nibh, nec porttitor diam. Nunc et lectus posuere, gravida augue ut, faucibus est. Curabitur sit amet massa tellus. Mauris vitae augue ornare, porta felis id, commodo sapien. Nulla facilisi. Aenean et felis ultricies, porta est et, iaculis erat. Maecenas in pulvinar dui. In placerat lacinia ante, eu fermentum massa sagittis eget. <br /><br /> Aliquam feugiat mattis eleifend. Sed et semper enim. Nunc eget ligula felis. Nulla id egestas arcu.Donec vel accumsan lectus. In imperdiet tortor non risus sodales convallis. Pellentesque habitant morbi tristique senectus et netus et malesuada.\";s:18:\"textbox_title_wrap\";s:2:\"h3\";s:17:\"pl_standard_title\";s:19:\"<h2>Amy Bennet</h2>\";}s:7:\"uknqva6\";a:3:{s:13:\"textbox_title\";s:27:\"Image Only Carousel Section\";s:18:\"textbox_title_wrap\";s:2:\"h4\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"umpjuvk\";a:9:{s:14:\"pl_area_height\";s:3:\"250\";s:13:\"pl_area_image\";s:73:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/flipper-placeholder1.jpg\";s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:10:\"pl_area_bg\";s:8:\"pl-black\";s:23:\"pl_area_bg_color_enable\";s:1:\"0\";s:16:\"pl_area_bg_color\";s:6:\"FF0000\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"FFFFFF\";}s:7:\"ucbfb40\";a:8:{s:11:\"pl_area_pad\";s:4:\"30px\";s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:10:\"pl_area_bg\";s:8:\"pl-black\";s:23:\"pl_area_bg_color_enable\";s:1:\"1\";s:16:\"pl_area_bg_color\";s:6:\"337eff\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"FFFFFF\";}s:7:\"urmzig1\";a:1:{s:15:\"textbox_content\";s:9:\"<h4></h4>\";}s:7:\"uzvzuog\";a:7:{s:15:\"icallout_format\";s:6:\"inline\";s:13:\"icallout_text\";s:28:\"Ready for a smarter website?\";s:18:\"icallout_text_wrap\";s:2:\"h2\";s:13:\"icallout_link\";s:1:\"#\";s:15:\"icallout_target\";s:1:\"0\";s:18:\"icallout_link_text\";s:21:\"Get DMS For Wordpress\";s:18:\"icallout_btn_theme\";s:12:\"btn-ol-white\";}s:7:\"uzepxy4\";a:7:{s:24:\"pagelines_herounit_title\";s:11:\"Amy Bennett\";s:26:\"pagelines_herounit_tagline\";s:11:\"UX Designer\";s:16:\"herounit_reverse\";s:1:\"0\";s:19:\"herounit_left_width\";s:5:\"span6\";s:20:\"herounit_right_width\";s:5:\"span6\";s:22:\"herounit_button_target\";s:1:\"0\";s:21:\"herounit_button_theme\";s:7:\"primary\";}s:7:\"u1m7kc2\";a:6:{s:13:\"pl_area_image\";s:55:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/sf.jpg\";s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:16:\"pl_area_parallax\";s:11:\"pl-parallax\";s:10:\"pl_area_bg\";s:8:\"pl-black\";s:23:\"pl_area_bg_color_enable\";s:1:\"0\";s:16:\"pl_area_bg_color\";s:6:\"FF0000\";}s:7:\"uwcn9lr\";a:6:{s:9:\"ph_format\";s:9:\"left-side\";s:9:\"ph_header\";a:1:{i:0;s:11:\"Amy Bennett\";}s:6:\"ph_sub\";s:16:\"Graphic Designer\";s:13:\"ph_background\";s:55:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/sf.jpg\";s:15:\"ph_color_enable\";s:1:\"0\";s:8:\"ph_color\";s:6:\"FFFFFF\";}s:7:\"uyepppa\";a:10:{s:9:\"ph_format\";s:15:\"format-standard\";s:12:\"ph_pad_class\";s:6:\"pad-40\";s:9:\"ph_header\";s:10:\"Amy Bennet\";s:6:\"ph_sub\";s:11:\"UX Designer\";s:21:\"pageheader_background\";s:56:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/amy.jpg\";s:31:\"pageheader_background_attach_id\";s:3:\"343\";s:17:\"pageheader_repeat\";s:1:\"0\";s:16:\"pageheader_theme\";s:8:\"pl-black\";s:23:\"pageheader_color_enable\";s:1:\"0\";s:16:\"pageheader_color\";s:6:\"FFFFFF\";}s:7:\"ubg7h8n\";a:10:{s:17:\"flipper_post_type\";s:9:\"portfolio\";s:13:\"flipper_shown\";s:1:\"3\";s:13:\"flipper_total\";s:2:\"10\";s:16:\"flipper_hide_nav\";s:1:\"0\";s:17:\"flipper_post_sort\";s:4:\"DESC\";s:23:\"flipper_hide_title_link\";s:1:\"0\";s:20:\"flipper_show_excerpt\";s:1:\"0\";s:25:\"disable_flipper_show_love\";s:1:\"0\";s:14:\"flipper_repeat\";s:1:\"0\";s:20:\"flipper_color_enable\";s:1:\"0\";}s:7:\"u257ak8\";a:7:{s:4:\"cols\";s:1:\"3\";s:4:\"hpad\";s:2:\"40\";s:17:\"pl_standard_title\";s:6:\"Brands\";s:5:\"array\";a:5:{s:5:\"item1\";a:3:{s:5:\"image\";s:61:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/dribbble.jpg\";s:4:\"link\";s:1:\"#\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:3:{s:5:\"image\";s:59:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/jquery.jpg\";s:4:\"link\";s:1:\"#\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:3:{s:5:\"image\";s:62:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/vimeo_pro.jpg\";s:4:\"link\";s:1:\"#\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:3:{s:5:\"image\";s:67:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/code_is_poetry.jpg\";s:4:\"link\";s:1:\"#\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item5\";a:2:{s:5:\"image\";s:62:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/wordpress.jpg\";s:8:\"showitem\";s:1:\"1\";}}s:20:\"quickcarousel_repeat\";s:1:\"0\";s:26:\"quickcarousel_color_enable\";s:1:\"0\";s:19:\"quickcarousel_color\";s:6:\"333333\";}s:7:\"ulfkt55\";a:13:{s:13:\"starbar_count\";s:1:\"5\";s:14:\"starbar_format\";s:6:\"append\";s:17:\"pl_standard_title\";s:15:\"<h2>Skills</h2>\";s:20:\"starbar_descriptor_1\";s:9:\"Photoshop\";s:15:\"starbar_value_1\";s:2:\"80\";s:20:\"starbar_descriptor_2\";s:3:\"PHP\";s:15:\"starbar_value_2\";s:2:\"85\";s:20:\"starbar_descriptor_3\";s:2:\"JS\";s:15:\"starbar_value_3\";s:2:\"78\";s:20:\"starbar_descriptor_4\";s:11:\"Illustrator\";s:15:\"starbar_value_4\";s:2:\"96\";s:20:\"starbar_descriptor_5\";s:9:\"Wordpress\";s:15:\"starbar_value_5\";s:2:\"83\";}s:6:\"u79a84\";a:5:{s:18:\"pl_area_pad_bottom\";s:4:\"50px\";s:16:\"pl_area_parallax\";s:19:\"pl-scroll-translate\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"f3f3f3\";}s:7:\"u4xfs1w\";a:8:{s:14:\"masonic_format\";s:4:\"grid\";s:17:\"masonic_post_type\";s:9:\"portfolio\";s:13:\"masonic_sizes\";s:4:\"full\";s:13:\"masonic_total\";s:1:\"6\";s:15:\"masonic_excerpt\";s:1:\"0\";s:17:\"masonic_post_sort\";s:4:\"DESC\";s:14:\"masonic_repeat\";s:1:\"0\";s:20:\"masonic_color_enable\";s:1:\"0\";}s:7:\"uyn16y0\";a:2:{s:14:\"mediabox_image\";s:59:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/woman1.jpg\";s:17:\"disable_centering\";s:1:\"0\";}}}'),(6871,101,'pl-settings','a:2:{s:4:\"live\";a:71:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{s:9:\"ctemplate\";s:8:\"features\";}}s:7:\"urcnzo8\";a:3:{s:15:\"_highlight_head\";s:18:\"Coded with Love <3\";s:18:\"_highlight_subhead\";s:247:\"PageLines DMS will help you build custom marketing websites that do wonders.<br />\nIt has a wide range of incredible features and includes a growing list of goodies…<br />\neverything you need to take it to the next level and save money doing it.\";s:22:\"_highlight_image_frame\";s:1:\"0\";}s:6:\"u94ccf\";a:9:{s:11:\"pl_area_pad\";s:4:\"50px\";s:18:\"pl_area_pad_bottom\";s:3:\"0px\";s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:16:\"pl_area_parallax\";s:1:\"0\";s:10:\"pl_area_bg\";s:8:\"pl-black\";s:23:\"pl_area_bg_color_enable\";s:1:\"1\";s:16:\"pl_area_bg_color\";s:6:\"333333\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"uaacvbk\";a:3:{s:14:\"mediabox_image\";s:58:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/shelf.png\";s:24:\"mediabox_image_attach_id\";s:3:\"235\";s:17:\"disable_centering\";s:1:\"0\";}s:7:\"uf29bb8\";a:7:{s:11:\"pl_area_pad\";s:4:\"50px\";s:18:\"pl_area_pad_bottom\";s:3:\"0px\";s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:16:\"pl_area_parallax\";s:19:\"pl-scroll-translate\";s:10:\"pl_area_bg\";s:1:\"0\";s:23:\"pl_area_bg_color_enable\";s:1:\"0\";s:16:\"pl_area_bg_color\";s:6:\"333333\";}s:7:\"uph1xs8\";a:4:{s:15:\"textbox_content\";s:174:\"<h2>100% Responsive</h2>\nThe design will scale to fit on all browser widths/resolutions and on all mobile devices. Go ahead and scale your browser window and see the results.\";s:13:\"textbox_align\";s:8:\"textleft\";s:18:\"textbox_title_wrap\";s:6:\"strong\";s:11:\"textbox_pad\";s:11:\"100px 0 0 0\";}s:7:\"u8lwvne\";a:6:{s:15:\"textbox_content\";s:173:\"PageLines DMS will help you build custom marketing websites that do wonders.<br />\nIt has a wide range of incredible features and includes a growing list of goodies…<br />\";s:13:\"textbox_align\";s:10:\"textcenter\";s:18:\"textbox_title_wrap\";s:6:\"strong\";s:17:\"pl_standard_title\";s:58:\"<h2>Everything you need to take it to the next level.</h2>\";s:13:\"pl_area_class\";s:6:\"center\";s:11:\"textbox_pad\";s:10:\"0 0 30px 0\";}s:7:\"u1ri5i9\";a:2:{s:17:\"pl_standard_title\";s:27:\"Image Parallax Backgrounds.\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"ukjbprb\";a:8:{s:17:\"pl_standard_title\";s:35:\"Video & Image Parallax Backgrounds.\";s:16:\"pl_area_parallax\";s:11:\"pl-parallax\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:1:\"0\";s:13:\"pl_area_video\";s:70:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/EternalCompressed.mp4\";s:15:\"pl_area_video_2\";s:70:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/EternalCompressed.ogv\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"FFFFFF\";}s:7:\"uizmmre\";a:2:{s:18:\"icallout_text_wrap\";s:2:\"h2\";s:15:\"icallout_target\";s:1:\"0\";}s:7:\"undjeey\";a:3:{s:14:\"mediabox_image\";s:68:\"[pl_site_url]/wp-content/uploads/sites/9/2014/03/mobile-devices1.png\";s:24:\"mediabox_image_attach_id\";s:4:\"1263\";s:17:\"disable_centering\";s:1:\"0\";}s:7:\"u3e49za\";a:4:{s:9:\"ibox_cols\";s:1:\"4\";s:10:\"ibox_media\";s:4:\"icon\";s:11:\"ibox_format\";s:4:\"left\";s:10:\"ibox_array\";a:14:{s:5:\"item1\";a:4:{s:5:\"title\";s:19:\"Drag & Drop Builder\";s:4:\"text\";s:120:\"Easily build and save layouts using a drag and drop page builder. Create unlimited layouts for all your posts and pages.\";s:4:\"icon\";s:6:\"random\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:4:{s:5:\"title\";s:17:\"Responsive Design\";s:4:\"text\";s:134:\"The theme is fully responsive no matter how you decide to build your pages. Create layouts that your visitors can enjoy on any device.\";s:4:\"icon\";s:6:\"laptop\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:4:{s:5:\"title\";s:22:\"Unlimited Page Layouts\";s:4:\"text\";s:102:\"Unlimited color options, page layouts and animations. You’ll love the endless possibilities of DMS. \";s:4:\"icon\";s:4:\"flag\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:3:{s:5:\"title\";s:24:\"Preloaded Page Templates\";s:4:\"text\";s:104:\"Ready with built-in pages, no need to import files so your theme installation is smooth and hassle free.\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item5\";a:4:{s:5:\"title\";s:19:\"WooCommerce Support\";s:4:\"text\";s:97:\"Designed & extended to fit the WooCommerce plugin which allows you to sell products on your site.\";s:4:\"icon\";s:13:\"shopping-cart\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item6\";a:4:{s:5:\"title\";s:16:\"Boxed/Full-Width\";s:4:\"text\";s:121:\"Quickly switch between boxed or full-width layout. There is no need to dig into the stylesheet or change the grid system.\";s:4:\"icon\";s:7:\"columns\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item7\";a:4:{s:5:\"title\";s:24:\"Customizable Backgrounds\";s:4:\"text\";s:100:\"Use a different background on every section, you can choose a video, an image or just a plain color.\";s:4:\"icon\";s:7:\"files-o\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item8\";a:4:{s:5:\"title\";s:12:\"50+ Sections\";s:4:\"text\";s:100:\"Included are  50+ sections to choose from to insert into your layouts. The list grows with updates!\n\";s:4:\"icon\";s:11:\"plus-circle\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item9\";a:4:{s:5:\"title\";s:24:\"Advanced Global Settings\";s:4:\"text\";s:84:\"Change everything including your site colors, container widths, logos and much more!\";s:4:\"icon\";s:5:\"globe\";s:8:\"showitem\";s:1:\"1\";}s:6:\"item10\";a:4:{s:5:\"title\";s:15:\"Clean & Minimal\";s:4:\"text\";s:134:\"A minimal design makes it easy to use for all your work. Not only does it look good for different niches it is also easy to customize.\";s:4:\"icon\";s:4:\"leaf\";s:8:\"showitem\";s:1:\"1\";}s:6:\"item11\";a:4:{s:5:\"title\";s:10:\"Clean Code\";s:4:\"text\";s:130:\"The well commented and clean code makes it easy for developers to tweak the theme and also keeps it well optimized and expandable.\";s:4:\"icon\";s:4:\"code\";s:8:\"showitem\";s:1:\"1\";}s:6:\"item12\";a:4:{s:5:\"title\";s:13:\"SEO Optimized\";s:4:\"text\";s:107:\"DMS was build with close attention to SEO. Your site must look good, but also rank well on search results. \";s:4:\"icon\";s:6:\"search\";s:8:\"showitem\";s:1:\"1\";}s:6:\"item13\";a:4:{s:5:\"title\";s:14:\"CSS3 Standards\";s:4:\"text\";s:104:\"Bringing you the best coding standards as well as some cool new tricks such as item animation on scroll.\";s:4:\"icon\";s:4:\"css3\";s:8:\"showitem\";s:1:\"1\";}s:6:\"item14\";a:4:{s:5:\"title\";s:15:\"HMTL5 Standards\";s:4:\"text\";s:127:\"DMS uses HTML5 so the code is up to the latest standards. We’ve also added HTML5 markup for WordPress forms, Audio and Video.\";s:4:\"icon\";s:5:\"html5\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"uyp2fko\";a:2:{s:11:\"textbox_pad\";s:10:\"0 0 40px 0\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"uyf4qss\";a:6:{s:15:\"textbox_content\";s:234:\"You can also insert icons anywhere you want via the built-in Font Awesome icon options. <br />Font Awesome gives you scalable vector icons that can instantly be customized size, <br />color, drop shadow, and anything that can be done.\";s:13:\"textbox_align\";s:10:\"textcenter\";s:18:\"textbox_title_wrap\";s:6:\"strong\";s:17:\"pl_standard_title\";s:23:\"<h2>Over 360 Icons</h2>\";s:13:\"pl_area_class\";s:6:\"center\";s:11:\"textbox_pad\";s:10:\"0 0 30px 0\";}s:7:\"ufuj9kk\";a:6:{s:11:\"pl_area_pad\";s:4:\"50px\";s:17:\"pl_area_bg_repeat\";s:1:\"1\";s:16:\"pl_area_parallax\";s:19:\"pl-scroll-translate\";s:10:\"pl_area_bg\";s:1:\"0\";s:23:\"pl_area_bg_color_enable\";s:1:\"1\";s:16:\"pl_area_bg_color\";s:6:\"F5F5F5\";}s:7:\"uib7qaf\";a:3:{s:18:\"textbox_title_wrap\";s:4:\"none\";s:15:\"textbox_content\";s:168:\"<i class=\"icon-glass\"></i><br />\n<i class=\"icon-heart\"></i><br />\n<i class=\"icon-film\"></i><br />\n<i class=\"icon-check\"></i><br />\n<i class=\"icon-power-off\"></i><br />\n\";s:13:\"textbox_align\";s:8:\"textleft\";}s:7:\"u7dy7c0\";a:5:{s:11:\"pl_area_pad\";s:4:\"40px\";s:16:\"pl_area_parallax\";s:11:\"pl-parallax\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"333333\";}s:7:\"ubktq65\";a:10:{s:11:\"pl_area_pad\";s:3:\"0px\";s:14:\"pl_area_height\";s:3:\"200\";s:23:\"pl_area_image_attach_id\";s:3:\"241\";s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:13:\"pl_area_video\";s:68:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/mornin_1280x720.mp4\";s:15:\"pl_area_video_2\";s:78:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/mornin_1280x720.oggtheora.ogv\";s:16:\"pl_area_parallax\";s:11:\"pl-parallax\";s:10:\"pl_area_bg\";s:8:\"pl-black\";s:23:\"pl_area_bg_color_enable\";s:1:\"0\";s:16:\"pl_area_bg_color\";s:6:\"FFFFFF\";}s:7:\"umk2hud\";a:4:{s:13:\"textbox_title\";s:17:\"Support & Updates\";s:18:\"textbox_title_wrap\";s:2:\"h2\";s:15:\"textbox_content\";s:28:\"Content and screenshots Here\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"ust43t7\";a:4:{s:13:\"textbox_title\";s:20:\"Stunning Typography.\";s:18:\"textbox_title_wrap\";s:2:\"h2\";s:15:\"textbox_content\";s:23:\"Content and Screenshots\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"ulo3048\";a:4:{s:13:\"textbox_title\";s:16:\"Premium Sliders.\";s:18:\"textbox_title_wrap\";s:2:\"h2\";s:15:\"textbox_content\";s:23:\"Content and Screenshots\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"ud4irs4\";a:5:{s:11:\"pl_area_pad\";s:4:\"50px\";s:16:\"pl_area_parallax\";s:19:\"pl-scroll-translate\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"FFFFFF\";}s:7:\"ux2rurs\";a:5:{s:15:\"textbox_content\";s:63:\"DMS Comes with The Revolution Slider and FlexSlider 2 Included.\";s:17:\"pl_standard_title\";s:24:\"<h2>Premium Sliders</h2>\";s:13:\"pl_area_class\";s:6:\"center\";s:11:\"textbox_pad\";s:10:\"0 0 30px 0\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"u7101us\";a:6:{s:15:\"textbox_content\";s:136:\"DMS comes with full WooCommerce support right out of the box!<br />\nNo need to mess with WooCommerce styling to fit your site perfectly.\";s:13:\"textbox_align\";s:10:\"textcenter\";s:18:\"textbox_title_wrap\";s:6:\"strong\";s:17:\"pl_standard_title\";s:26:\"<h2>WooCommerce Ready</h2>\";s:13:\"pl_area_class\";s:6:\"center\";s:11:\"textbox_pad\";s:10:\"0 0 30px 0\";}s:7:\"uxf2w72\";a:7:{s:11:\"pl_area_pad\";s:4:\"50px\";s:18:\"pl_area_pad_bottom\";s:3:\"0px\";s:16:\"pl_area_parallax\";s:19:\"pl-scroll-translate\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"9C5D90\";}s:7:\"up9o1qf\";a:3:{s:14:\"mediabox_image\";s:64:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/woocommerce.jpg\";s:24:\"mediabox_image_attach_id\";s:3:\"657\";s:17:\"disable_centering\";s:1:\"1\";}s:7:\"uxrc6yk\";a:6:{s:11:\"pl_area_pad\";s:3:\"0px\";s:17:\"pl_area_bg_repeat\";s:1:\"1\";s:16:\"pl_area_parallax\";s:1:\"0\";s:10:\"pl_area_bg\";s:1:\"0\";s:23:\"pl_area_bg_color_enable\";s:1:\"1\";s:16:\"pl_area_bg_color\";s:6:\"F5F5F5\";}s:7:\"ukalysy\";a:6:{s:11:\"pl_area_pad\";s:4:\"50px\";s:17:\"pl_area_bg_repeat\";s:1:\"1\";s:16:\"pl_area_parallax\";s:1:\"0\";s:10:\"pl_area_bg\";s:1:\"0\";s:23:\"pl_area_bg_color_enable\";s:1:\"1\";s:16:\"pl_area_bg_color\";s:6:\"ffffff\";}s:7:\"ukgf3vj\";a:5:{s:15:\"textbox_content\";s:173:\"Want to adjust fonts? You can easily switch fonts for all text elements through the options panel<br />\nChoose from 600+ free Google web fonts, Each font comes with preview.\";s:17:\"pl_standard_title\";s:29:\"<h2>Stunning Typography.</h2>\";s:13:\"pl_area_class\";s:6:\"center\";s:11:\"textbox_pad\";s:10:\"0 0 40px 0\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"u9b2qqx\";a:3:{s:18:\"textbox_title_wrap\";s:4:\"none\";s:15:\"textbox_content\";s:527:\"<i class=\"icon-glass\"></i><br /> \n<i class=\"icon-heart\"></i><br /> \n<i class=\"icon-film\"></i><br /> \n<i class=\"icon-check\"></i><br /> \n<i class=\"icon-power-off\"></i><br />\n<i class=\"icon-home\"></i><br /> \n<i class=\"icon-download\"></i><br /> \n<i class=\"icon-play-circle\"></i><br /> \n<i class=\"icon-lock\"></i><br /> \n<i class=\"icon-volume-down\"></i><br />\n<i class=\"icon-tag\"></i><br /> \n<i class=\"icon-print\"></i><br /> \n<i class=\"icon-italic\"></i><br />\n<i class=\"icon-align-center\"></i><br />\n<i class=\"icon-pencil\"></i><br />\";s:13:\"textbox_align\";s:8:\"textleft\";}s:7:\"uxriwln\";a:4:{s:14:\"mediabox_image\";s:64:\"[pl_site_url]/wp-content/uploads/sites/9/2014/03/typography2.jpg\";s:24:\"mediabox_image_attach_id\";s:4:\"1333\";s:17:\"disable_centering\";s:1:\"0\";s:18:\"mediabox_animation\";s:8:\"pla-fade\";}s:7:\"uxcnd4h\";a:5:{s:15:\"textbox_content\";s:391:\"We care about our customers and provide support and updates with our product.<br />\nAnswer customers’ questions, guide and help them is number one priority for our team.<br /><br />\n<i class=\"icon icon-star icon-2x\"></i> <i class=\"icon icon-star icon-2x\"></i> <i class=\"icon icon-star icon-2x\"></i> <i class=\"icon icon-star icon-2x\"></i> <i class=\"icon  icon-star icon-2x\"></i><br /><br />\";s:13:\"textbox_align\";s:10:\"textcenter\";s:18:\"textbox_title_wrap\";s:6:\"strong\";s:17:\"pl_standard_title\";s:26:\"<h2>Support & Updates</h2>\";s:13:\"pl_area_class\";s:6:\"center\";}s:6:\"ud9209\";a:5:{s:11:\"pl_area_pad\";s:3:\"0px\";s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:16:\"pl_area_parallax\";s:1:\"0\";s:23:\"pl_area_bg_color_enable\";s:1:\"0\";s:16:\"pl_area_bg_color\";s:6:\"FFFFFF\";}s:7:\"uo8pzo7\";a:6:{s:11:\"pl_area_pad\";s:4:\"50px\";s:17:\"pl_area_bg_repeat\";s:1:\"1\";s:16:\"pl_area_parallax\";s:1:\"0\";s:10:\"pl_area_bg\";s:1:\"0\";s:23:\"pl_area_bg_color_enable\";s:1:\"1\";s:16:\"pl_area_bg_color\";s:6:\"F5F5F5\";}s:7:\"upve5k4\";a:6:{s:11:\"pl_area_pad\";s:3:\"0px\";s:17:\"pl_area_bg_repeat\";s:1:\"1\";s:16:\"pl_area_parallax\";s:1:\"0\";s:10:\"pl_area_bg\";s:1:\"0\";s:23:\"pl_area_bg_color_enable\";s:1:\"0\";s:16:\"pl_area_bg_color\";s:6:\"333333\";}s:7:\"uhwudos\";a:9:{s:11:\"pl_area_pad\";s:4:\"30px\";s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:16:\"pl_area_parallax\";s:1:\"0\";s:10:\"pl_area_bg\";s:1:\"0\";s:23:\"pl_area_bg_color_enable\";s:1:\"1\";s:16:\"pl_area_bg_color\";s:6:\"F5F5F5\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"FFFFFF\";}s:7:\"ud41g2d\";a:4:{s:15:\"textbox_content\";s:134:\"DMS comes with full BuddyPress support right out of the box!<br />\nNo need to mess with BuddyPress styling to fit your site perfectly.\";s:17:\"pl_standard_title\";s:25:\"<h2>BuddyPress Ready</h2>\";s:13:\"pl_area_class\";s:6:\"center\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"urtzffv\";a:3:{s:14:\"mediabox_image\";s:63:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/buddypress.jpg\";s:24:\"mediabox_image_attach_id\";s:3:\"247\";s:17:\"disable_centering\";s:1:\"0\";}s:7:\"up5fhin\";a:7:{s:11:\"pl_area_pad\";s:4:\"50px\";s:18:\"pl_area_pad_bottom\";s:3:\"0px\";s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:16:\"pl_area_parallax\";s:19:\"pl-scroll-translate\";s:10:\"pl_area_bg\";s:8:\"pl-black\";s:23:\"pl_area_bg_color_enable\";s:1:\"1\";s:16:\"pl_area_bg_color\";s:6:\"d54e21\";}s:7:\"ub3g12r\";a:3:{s:18:\"textbox_title_wrap\";s:4:\"none\";s:15:\"textbox_content\";s:34:\"<i class=\"icon-3x icon-heart\"></i>\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"ukkzmdh\";a:3:{s:14:\"mediabox_image\";s:65:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/font-awesome.png\";s:24:\"mediabox_image_attach_id\";s:3:\"248\";s:17:\"disable_centering\";s:1:\"0\";}s:7:\"ucram6c\";a:5:{s:13:\"icallout_text\";s:28:\"Ready for a smarter website?\";s:18:\"icallout_text_wrap\";s:2:\"h2\";s:13:\"icallout_link\";s:1:\"#\";s:15:\"icallout_target\";s:1:\"0\";s:18:\"icallout_link_text\";s:21:\"Get DMS for Wordpress\";}s:7:\"uht16tz\";a:4:{s:14:\"mediabox_image\";s:64:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/flexslider2.jpg\";s:24:\"mediabox_image_attach_id\";s:3:\"250\";s:13:\"mediabox_html\";s:12:\"FlexSlider 2\";s:17:\"disable_centering\";s:1:\"0\";}s:7:\"uhko5zq\";a:4:{s:14:\"mediabox_image\";s:70:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/revolution-slider.jpg\";s:24:\"mediabox_image_attach_id\";s:3:\"249\";s:13:\"mediabox_html\";s:17:\"Revolution Slider\";s:17:\"disable_centering\";s:1:\"0\";}s:7:\"uycdpap\";a:7:{s:14:\"popshot_format\";s:7:\"browser\";s:14:\"popshot_height\";s:5:\"340px\";s:13:\"popshot_array\";a:3:{s:5:\"item1\";a:5:{s:5:\"image\";s:54:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/e.jpg\";s:6:\"offset\";s:6:\"-600px\";s:6:\"height\";s:5:\"200px\";s:5:\"index\";s:1:\"9\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:3:{s:5:\"image\";s:63:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/slide-dms1.jpg\";s:5:\"index\";s:2:\"10\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:5:{s:5:\"image\";s:63:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/slide-dms1.jpg\";s:6:\"offset\";s:3:\"0px\";s:6:\"height\";s:5:\"200px\";s:5:\"index\";s:1:\"9\";s:8:\"showitem\";s:1:\"1\";}}s:14:\"popshot_repeat\";s:1:\"0\";s:13:\"popshot_theme\";s:11:\"pl-dark-img\";s:20:\"popshot_color_enable\";s:1:\"1\";s:13:\"popshot_color\";s:6:\"333333\";}s:7:\"un3fcfn\";a:7:{s:14:\"popshot_format\";s:7:\"browser\";s:14:\"popshot_height\";s:5:\"400px\";s:13:\"popshot_array\";a:3:{s:5:\"item1\";a:6:{s:5:\"image\";s:62:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/popshot21.jpg\";s:15:\"image_attach_id\";s:3:\"655\";s:6:\"offset\";s:6:\"-600px\";s:6:\"height\";s:5:\"280px\";s:5:\"index\";s:1:\"9\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:5:{s:5:\"image\";s:62:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/popshot16.jpg\";s:15:\"image_attach_id\";s:3:\"662\";s:6:\"height\";s:5:\"320px\";s:5:\"index\";s:2:\"10\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:6:{s:5:\"image\";s:61:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/popshot3.jpg\";s:15:\"image_attach_id\";s:3:\"659\";s:6:\"offset\";s:3:\"0px\";s:6:\"height\";s:5:\"280px\";s:5:\"index\";s:1:\"9\";s:8:\"showitem\";s:1:\"1\";}}s:14:\"popshot_repeat\";s:1:\"0\";s:13:\"popshot_theme\";s:11:\"pl-dark-img\";s:20:\"popshot_color_enable\";s:1:\"1\";s:13:\"popshot_color\";s:6:\"333333\";}s:7:\"uoyybak\";a:4:{s:13:\"textbox_title\";s:5:\"Vimeo\";s:18:\"textbox_title_wrap\";s:2:\"h2\";s:11:\"textbox_pad\";s:10:\"0 0 30px 0\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"u1x21oe\";a:4:{s:24:\"mediabox_image_attach_id\";s:3:\"249\";s:13:\"mediabox_html\";s:183:\"<iframe src=\"//player.vimeo.com/video/74159301?byline=0&portrait=0&title=0\" width=\"500\" height=\"281\" frameborder=\"0\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>\";s:17:\"disable_centering\";s:1:\"0\";s:18:\"mediabox_animation\";s:9:\"pla-scale\";}s:7:\"ut925b3\";a:4:{s:24:\"mediabox_image_attach_id\";s:3:\"250\";s:13:\"mediabox_html\";s:116:\"<iframe width=\"560\" height=\"315\" src=\"//www.youtube.com/embed/9L5JxU-ntxQ\" frameborder=\"0\" allowfullscreen></iframe>\";s:17:\"disable_centering\";s:1:\"0\";s:18:\"mediabox_animation\";s:9:\"pla-scale\";}s:7:\"uk0lo2x\";a:3:{s:15:\"_highlight_head\";s:27:\"Drag & Drop Design for Pros\";s:18:\"_highlight_subhead\";s:66:\"Drag-and-drop sections on any area of the theme and edit visually.\";s:22:\"_highlight_image_frame\";s:1:\"0\";}s:7:\"ubjzs0v\";a:6:{s:11:\"pl_area_pad\";s:4:\"20px\";s:18:\"pl_area_pad_bottom\";s:5:\"180px\";s:16:\"pl_area_parallax\";s:19:\"pl-scroll-translate\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"F9F9F9\";}s:7:\"uxuz8ue\";a:2:{s:15:\"_highlight_head\";s:26:\"Image Parallax Backgrounds\";s:22:\"_highlight_image_frame\";s:1:\"0\";}s:7:\"uoby3ut\";a:3:{s:15:\"_highlight_head\";s:49:\"Everything you need to take it to the next level.\";s:18:\"_highlight_subhead\";s:173:\"PageLines DMS will help you build custom marketing websites that do wonders.<br />\nIt has a wide range of incredible features and includes a growing list of goodies…<br />\";s:22:\"_highlight_image_frame\";s:1:\"0\";}s:7:\"uxagj1k\";a:6:{s:24:\"mediabox_image_attach_id\";s:3:\"793\";s:18:\"pl_standard_styles\";s:47:\"padding-bottom: 200px;background-position: top;\";s:14:\"mediabox_align\";s:6:\"center\";s:17:\"disable_centering\";s:1:\"1\";s:18:\"mediabox_animation\";s:8:\"pla-fade\";s:19:\"mediabox_background\";s:64:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/hype-demo22.jpg\";}s:7:\"uy6pnrg\";a:4:{s:15:\"textbox_content\";s:117:\"Less time coding & more time building. You don’t have <br />to be a web designer to create epic and unique layouts!\";s:18:\"textbox_title_wrap\";s:6:\"strong\";s:17:\"pl_standard_title\";s:36:\"<h2>Drag & Drop Design for Pros</h2>\";s:13:\"pl_area_class\";s:6:\"center\";}s:7:\"u3i4fl4\";a:3:{s:15:\"textbox_content\";s:123:\"Embed any number of videos into your pages. <br />You can choose any column width and also display self hosted html5 videos\";s:17:\"pl_standard_title\";s:31:\"<h2>Embedded Video Support</h2>\";s:13:\"pl_area_class\";s:6:\"center\";}s:7:\"uvexxw4\";a:9:{s:11:\"pl_area_pad\";s:5:\"100px\";s:14:\"pl_area_height\";s:3:\"150\";s:17:\"pl_standard_title\";s:35:\"Video & Image Parallax Backgrounds.\";s:16:\"pl_area_parallax\";s:19:\"pl-scroll-translate\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:13:\"pl_area_video\";s:70:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/EternalCompressed.ogv\";s:15:\"pl_area_video_2\";s:70:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/EternalCompressed.mp4\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"uk7gg53\";a:6:{s:11:\"pl_area_pad\";s:4:\"50px\";s:18:\"pl_area_pad_bottom\";s:5:\"100px\";s:16:\"pl_area_parallax\";s:1:\"0\";s:14:\"pl_area_repeat\";s:1:\"1\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"F7F7F7\";}s:7:\"u0xubnn\";a:6:{s:15:\"textbox_content\";s:163:\"PageLines DMS will help you build custom websites that do wonders.<br /> It has a wide range of incredible features and includes a growing list of goodies…<br />\";s:13:\"textbox_align\";s:10:\"textcenter\";s:18:\"textbox_title_wrap\";s:6:\"strong\";s:17:\"pl_standard_title\";s:24:\"<h2>Why Choose DMS?</h2>\";s:13:\"pl_area_class\";s:6:\"center\";s:11:\"textbox_pad\";s:10:\"0 0 40px 0\";}s:7:\"uwnyqhl\";a:6:{s:14:\"popshot_format\";s:7:\"browser\";s:14:\"popshot_height\";s:5:\"400px\";s:13:\"popshot_array\";a:3:{s:5:\"item1\";a:4:{s:5:\"image\";s:62:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/popshot16.jpg\";s:6:\"height\";s:5:\"320px\";s:5:\"index\";s:2:\"10\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:5:{s:5:\"image\";s:62:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/popshot21.jpg\";s:6:\"offset\";s:6:\"-600px\";s:6:\"height\";s:5:\"260px\";s:5:\"index\";s:1:\"8\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:5:{s:5:\"image\";s:61:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/popshot3.jpg\";s:6:\"offset\";s:1:\"0\";s:6:\"height\";s:5:\"260px\";s:5:\"index\";s:1:\"8\";s:8:\"showitem\";s:1:\"1\";}}s:14:\"popshot_repeat\";s:1:\"0\";s:20:\"popshot_color_enable\";s:1:\"1\";s:13:\"popshot_color\";s:6:\"333333\";}s:7:\"ugfdiqx\";a:4:{s:9:\"ibox_cols\";s:1:\"4\";s:10:\"ibox_media\";s:4:\"icon\";s:11:\"ibox_format\";s:4:\"left\";s:10:\"ibox_array\";a:3:{s:5:\"item1\";a:4:{s:5:\"title\";s:6:\"Step 1\";s:4:\"text\";s:61:\"Open the PageLines front-end editor and add a canvas section.\";s:4:\"icon\";s:4:\"gear\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:4:{s:5:\"title\";s:6:\"Step 2\";s:4:\"text\";s:77:\"Upload your background video .mp4 file or image for your parallax background.\";s:4:\"icon\";s:11:\"play-circle\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:4:{s:5:\"title\";s:6:\"Step 3\";s:4:\"text\";s:76:\"Customize settings and save, you\'ve just made a section in under 10 seconds!\";s:4:\"icon\";s:7:\"smile-o\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"ugz0nfg\";a:4:{s:15:\"textbox_content\";s:419:\"<div id=\"draganddropdemo_hype_container\" style=\"position:relative;overflow:hidden;width:100%;height:450px;border: 30px solid #000;border-radius: 25px;box-sizing:border-box;\">\n						<script type=\"text/javascript\" charset=\"utf-8\" src=\"http://cdn.pagelines.com/wp-content/themes/pagelines-child-v9/sections/displayshelf/drag-and-drop-demo.hyperesources/draganddropdemo_hype_generated_script.js?43697\"></script>\n					</div>\";s:18:\"textbox_title_wrap\";s:6:\"strong\";s:11:\"textbox_pad\";s:11:\"0 0 100px 0\";s:17:\"textbox_animation\";s:8:\"pla-fade\";}s:7:\"u5sbmga\";a:2:{s:13:\"popthumb_cols\";s:1:\"4\";s:14:\"popthumb_array\";a:3:{s:5:\"item1\";a:4:{s:5:\"title\";s:4:\"Shop\";s:5:\"image\";s:57:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/main.jpg\";s:15:\"image_attach_id\";s:4:\"1080\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:4:{s:5:\"title\";s:14:\"Single Product\";s:5:\"image\";s:59:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/single.jpg\";s:15:\"image_attach_id\";s:4:\"1081\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:4:{s:5:\"title\";s:8:\"Checkout\";s:5:\"image\";s:61:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/checkout.jpg\";s:15:\"image_attach_id\";s:4:\"1082\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"uvmbgwk\";a:4:{s:11:\"pl_area_pad\";s:4:\"40px\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"F3F3F3\";}s:7:\"ujwpiy6\";a:4:{s:9:\"ibox_cols\";s:1:\"4\";s:10:\"ibox_media\";s:4:\"icon\";s:11:\"ibox_format\";s:4:\"left\";s:10:\"ibox_array\";a:12:{s:5:\"item1\";a:4:{s:5:\"title\";s:19:\"Drag & Drop Builder\";s:4:\"text\";s:120:\"Easily build and save layouts using a drag and drop page builder. Create unlimited layouts for all your posts and pages.\";s:4:\"icon\";s:6:\"random\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:4:{s:5:\"title\";s:17:\"Responsive Design\";s:4:\"text\";s:134:\"The theme is fully responsive no matter how you decide to build your pages. Create layouts that your visitors can enjoy on any device.\";s:4:\"icon\";s:6:\"mobile\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:4:{s:5:\"title\";s:22:\"Unlimited Page Layouts\";s:4:\"text\";s:102:\"Unlimited color options, page layouts and animations. You’ll love the endless possibilities of DMS. \";s:4:\"icon\";s:4:\"flag\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:4:{s:5:\"title\";s:24:\"Preloaded Page Templates\";s:4:\"text\";s:104:\"Ready with built-in pages, no need to import files so your theme installation is smooth and hassle free.\";s:4:\"icon\";s:7:\"files-o\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item5\";a:4:{s:5:\"title\";s:22:\"WooCommerce Capability\";s:4:\"text\";s:97:\"Designed & extended to fit the WooCommerce plugin which allows you to sell products on your site.\";s:4:\"icon\";s:13:\"shopping-cart\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item6\";a:4:{s:5:\"title\";s:13:\"SEO Standards\";s:4:\"text\";s:107:\"DMS was build with close attention to SEO. Your site must look good, but also rank well on search results. \";s:4:\"icon\";s:6:\"search\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item7\";a:4:{s:5:\"title\";s:12:\"50+ Sections\";s:4:\"text\";s:115:\"50+ sections to insert into your pages so you can create amazing layouts. And more added all the time with updates!\";s:4:\"icon\";s:4:\"star\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item8\";a:4:{s:5:\"title\";s:26:\"Boxed or Fullwidth Layouts\";s:4:\"text\";s:113:\"Quickly switch between boxed or full-width layout. No need to dig into the stylesheet to get the layout you need.\";s:4:\"icon\";s:7:\"columns\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item9\";a:4:{s:5:\"title\";s:15:\"Clean & Minimal\";s:4:\"text\";s:106:\"A clean and minimal design, not only will it look good for different niches it is also easy to customize. \";s:4:\"icon\";s:9:\"lightbulb\";s:8:\"showitem\";s:1:\"1\";}s:6:\"item10\";a:4:{s:5:\"title\";s:10:\"Clean Code\";s:4:\"text\";s:119:\"Well commented and clean code makes it easy for you to tweak the theme and also keeps it well optimized and expandable.\";s:4:\"icon\";s:4:\"code\";s:8:\"showitem\";s:1:\"1\";}s:6:\"item11\";a:4:{s:5:\"title\";s:5:\"HTML5\";s:4:\"text\";s:64:\"The theme uses HTML5 so the code is Up to the latest standards. \";s:4:\"icon\";s:5:\"html5\";s:8:\"showitem\";s:1:\"1\";}s:6:\"item12\";a:4:{s:5:\"title\";s:4:\"CSS3\";s:4:\"text\";s:112:\"Bringing you the best coding standards as well as some cool new tricks such as element animation on page scroll.\";s:4:\"icon\";s:4:\"css3\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"uq53ck6\";a:7:{s:14:\"popshot_format\";s:7:\"browser\";s:14:\"popshot_height\";s:5:\"400px\";s:13:\"popshot_array\";a:3:{s:5:\"item1\";a:4:{s:5:\"image\";s:62:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/popshot16.jpg\";s:6:\"height\";s:5:\"300px\";s:5:\"index\";s:2:\"10\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:5:{s:5:\"image\";s:62:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/popshot21.jpg\";s:6:\"offset\";s:6:\"-600px\";s:6:\"height\";s:5:\"260px\";s:5:\"index\";s:1:\"8\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:5:{s:5:\"image\";s:61:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/popshot3.jpg\";s:6:\"offset\";s:1:\"0\";s:6:\"height\";s:5:\"260px\";s:5:\"index\";s:1:\"8\";s:8:\"showitem\";s:1:\"1\";}}s:14:\"popshot_repeat\";s:1:\"0\";s:13:\"popshot_theme\";s:7:\"pl-grey\";s:20:\"popshot_color_enable\";s:1:\"1\";s:13:\"popshot_color\";s:6:\"333333\";}s:7:\"u3k7tvv\";a:4:{s:9:\"ibox_cols\";s:1:\"4\";s:10:\"ibox_media\";s:4:\"icon\";s:11:\"ibox_format\";s:4:\"left\";s:10:\"ibox_array\";a:12:{s:5:\"item1\";a:4:{s:5:\"title\";s:19:\"Drag & Drop Builder\";s:4:\"text\";s:115:\"Easily build and save layouts using the PageLines drag & drop builder. Create unlimited layouts for all your pages.\";s:4:\"icon\";s:6:\"random\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:4:{s:5:\"title\";s:17:\"Responsive Design\";s:4:\"text\";s:128:\"DMS is fully responsive no matter how you decide to build your pages. Create layouts that your visitors can enjoy on any device.\";s:4:\"icon\";s:6:\"mobile\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:4:{s:5:\"title\";s:22:\"Unlimited Page Layouts\";s:4:\"text\";s:108:\"Unlimited color options, page layouts, fonts and animations. You’ll love the endless possibilities of DMS.\";s:4:\"icon\";s:7:\"files-o\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:4:{s:5:\"title\";s:24:\"Preloaded Page Templates\";s:4:\"text\";s:104:\"Ready with built-in pages, no need to import files so your theme installation is smooth and hassle free.\";s:4:\"icon\";s:7:\"columns\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item5\";a:4:{s:5:\"title\";s:22:\"WooCommerce Capability\";s:4:\"text\";s:97:\"Designed & extended to fit the WooCommerce plugin which allows you to sell products on your site.\";s:4:\"icon\";s:13:\"shopping-cart\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item6\";a:4:{s:5:\"title\";s:13:\"SEO Standards\";s:4:\"text\";s:103:\"DMS was building with close attention to SEO. Your site must look good and rank well on search results.\";s:4:\"icon\";s:9:\"bar-chart\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item7\";a:4:{s:5:\"title\";s:12:\"50+ Sections\";s:4:\"text\";s:112:\"50+ sections to insert into your pages so you can create amazing layouts. More added all the time with updates. \";s:4:\"icon\";s:11:\"plus-circle\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item8\";a:4:{s:5:\"title\";s:26:\"Boxed or Fullwidth Layouts\";s:4:\"text\";s:112:\"Quickly switch between boxed or fullwidth layout. No need to dig into the stylesheet to get the layout you need.\";s:4:\"icon\";s:7:\"columns\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item9\";a:4:{s:5:\"title\";s:15:\"Clean & Minimal\";s:4:\"text\";s:105:\"A clean and minimal design, not only will it look good for different niches it is also easy to customize.\";s:4:\"icon\";s:4:\"star\";s:8:\"showitem\";s:1:\"1\";}s:6:\"item10\";a:4:{s:5:\"title\";s:10:\"Clean Code\";s:4:\"text\";s:118:\"Well commented and clean code makes it easy for you to tweak the theme and also keeps it well optimize and expandable.\";s:4:\"icon\";s:4:\"code\";s:8:\"showitem\";s:1:\"1\";}s:6:\"item11\";a:4:{s:5:\"title\";s:5:\"HTML5\";s:4:\"text\";s:63:\"The theme uses HTML5 so the code is up to the latest standards.\";s:4:\"icon\";s:5:\"html5\";s:8:\"showitem\";s:1:\"1\";}s:6:\"item12\";a:4:{s:5:\"title\";s:4:\"CSS3\";s:4:\"text\";s:112:\"Bringing you the best coding standards as well as some cool new tricks such as element animation on page scroll.\";s:4:\"icon\";s:4:\"css3\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"uemcfpu\";a:3:{s:11:\"pl_area_pad\";s:4:\"40px\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"u4vja7m\";a:7:{s:11:\"pl_area_pad\";s:4:\"20px\";s:18:\"pl_area_pad_bottom\";s:4:\"40px\";s:16:\"pl_area_parallax\";s:1:\"0\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"333333\";}s:7:\"ukq4952\";a:7:{s:14:\"masonic_format\";s:7:\"masonry\";s:17:\"masonic_post_type\";s:9:\"portfolio\";s:13:\"masonic_sizes\";s:15:\"landscape-thumb\";s:13:\"masonic_total\";s:1:\"9\";s:15:\"masonic_excerpt\";s:1:\"0\";s:13:\"default_title\";s:15:\"Sample Sections\";s:17:\"masonic_post_sort\";s:4:\"DESC\";}s:7:\"u3wxic4\";a:6:{s:15:\"textbox_content\";s:173:\"PageLines DMS will help you build custom marketing websites that do wonders.<br />\nIt has a wide range of incredible features and includes a growing list of goodies…<br />\";s:13:\"textbox_align\";s:10:\"textcenter\";s:18:\"textbox_title_wrap\";s:6:\"strong\";s:17:\"pl_standard_title\";s:58:\"<h2>Everything you need to take it to the next level.</h2>\";s:13:\"pl_area_class\";s:6:\"center\";s:11:\"textbox_pad\";s:10:\"0 0 30px 0\";}}s:5:\"draft\";a:71:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{s:9:\"ctemplate\";s:8:\"features\";}}s:7:\"urcnzo8\";a:3:{s:15:\"_highlight_head\";s:18:\"Coded with Love <3\";s:18:\"_highlight_subhead\";s:247:\"PageLines DMS will help you build custom marketing websites that do wonders.<br />\nIt has a wide range of incredible features and includes a growing list of goodies…<br />\neverything you need to take it to the next level and save money doing it.\";s:22:\"_highlight_image_frame\";s:1:\"0\";}s:6:\"u94ccf\";a:9:{s:11:\"pl_area_pad\";s:4:\"50px\";s:18:\"pl_area_pad_bottom\";s:3:\"0px\";s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:16:\"pl_area_parallax\";s:1:\"0\";s:10:\"pl_area_bg\";s:8:\"pl-black\";s:23:\"pl_area_bg_color_enable\";s:1:\"1\";s:16:\"pl_area_bg_color\";s:6:\"333333\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"uaacvbk\";a:3:{s:14:\"mediabox_image\";s:58:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/shelf.png\";s:24:\"mediabox_image_attach_id\";s:3:\"235\";s:17:\"disable_centering\";s:1:\"0\";}s:7:\"uf29bb8\";a:7:{s:11:\"pl_area_pad\";s:4:\"50px\";s:18:\"pl_area_pad_bottom\";s:3:\"0px\";s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:16:\"pl_area_parallax\";s:19:\"pl-scroll-translate\";s:10:\"pl_area_bg\";s:1:\"0\";s:23:\"pl_area_bg_color_enable\";s:1:\"0\";s:16:\"pl_area_bg_color\";s:6:\"333333\";}s:7:\"uph1xs8\";a:4:{s:15:\"textbox_content\";s:174:\"<h2>100% Responsive</h2>\nThe design will scale to fit on all browser widths/resolutions and on all mobile devices. Go ahead and scale your browser window and see the results.\";s:13:\"textbox_align\";s:8:\"textleft\";s:18:\"textbox_title_wrap\";s:6:\"strong\";s:11:\"textbox_pad\";s:11:\"100px 0 0 0\";}s:7:\"u8lwvne\";a:6:{s:15:\"textbox_content\";s:173:\"PageLines DMS will help you build custom marketing websites that do wonders.<br />\nIt has a wide range of incredible features and includes a growing list of goodies…<br />\";s:13:\"textbox_align\";s:10:\"textcenter\";s:18:\"textbox_title_wrap\";s:6:\"strong\";s:17:\"pl_standard_title\";s:58:\"<h2>Everything you need to take it to the next level.</h2>\";s:13:\"pl_area_class\";s:6:\"center\";s:11:\"textbox_pad\";s:10:\"0 0 30px 0\";}s:7:\"u1ri5i9\";a:2:{s:17:\"pl_standard_title\";s:27:\"Image Parallax Backgrounds.\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"ukjbprb\";a:8:{s:17:\"pl_standard_title\";s:35:\"Video & Image Parallax Backgrounds.\";s:16:\"pl_area_parallax\";s:11:\"pl-parallax\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:1:\"0\";s:13:\"pl_area_video\";s:70:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/EternalCompressed.mp4\";s:15:\"pl_area_video_2\";s:70:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/EternalCompressed.ogv\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"FFFFFF\";}s:7:\"uizmmre\";a:2:{s:18:\"icallout_text_wrap\";s:2:\"h2\";s:15:\"icallout_target\";s:1:\"0\";}s:7:\"undjeey\";a:3:{s:14:\"mediabox_image\";s:68:\"[pl_site_url]/wp-content/uploads/sites/9/2014/03/mobile-devices1.png\";s:24:\"mediabox_image_attach_id\";s:4:\"1263\";s:17:\"disable_centering\";s:1:\"0\";}s:7:\"u3e49za\";a:4:{s:9:\"ibox_cols\";s:1:\"4\";s:10:\"ibox_media\";s:4:\"icon\";s:11:\"ibox_format\";s:4:\"left\";s:10:\"ibox_array\";a:14:{s:5:\"item1\";a:4:{s:5:\"title\";s:19:\"Drag & Drop Builder\";s:4:\"text\";s:120:\"Easily build and save layouts using a drag and drop page builder. Create unlimited layouts for all your posts and pages.\";s:4:\"icon\";s:6:\"random\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:4:{s:5:\"title\";s:17:\"Responsive Design\";s:4:\"text\";s:134:\"The theme is fully responsive no matter how you decide to build your pages. Create layouts that your visitors can enjoy on any device.\";s:4:\"icon\";s:6:\"laptop\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:4:{s:5:\"title\";s:22:\"Unlimited Page Layouts\";s:4:\"text\";s:102:\"Unlimited color options, page layouts and animations. You’ll love the endless possibilities of DMS. \";s:4:\"icon\";s:4:\"flag\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:3:{s:5:\"title\";s:24:\"Preloaded Page Templates\";s:4:\"text\";s:104:\"Ready with built-in pages, no need to import files so your theme installation is smooth and hassle free.\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item5\";a:4:{s:5:\"title\";s:19:\"WooCommerce Support\";s:4:\"text\";s:97:\"Designed & extended to fit the WooCommerce plugin which allows you to sell products on your site.\";s:4:\"icon\";s:13:\"shopping-cart\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item6\";a:4:{s:5:\"title\";s:16:\"Boxed/Full-Width\";s:4:\"text\";s:121:\"Quickly switch between boxed or full-width layout. There is no need to dig into the stylesheet or change the grid system.\";s:4:\"icon\";s:7:\"columns\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item7\";a:4:{s:5:\"title\";s:24:\"Customizable Backgrounds\";s:4:\"text\";s:100:\"Use a different background on every section, you can choose a video, an image or just a plain color.\";s:4:\"icon\";s:7:\"files-o\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item8\";a:4:{s:5:\"title\";s:12:\"50+ Sections\";s:4:\"text\";s:100:\"Included are  50+ sections to choose from to insert into your layouts. The list grows with updates!\n\";s:4:\"icon\";s:11:\"plus-circle\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item9\";a:4:{s:5:\"title\";s:24:\"Advanced Global Settings\";s:4:\"text\";s:84:\"Change everything including your site colors, container widths, logos and much more!\";s:4:\"icon\";s:5:\"globe\";s:8:\"showitem\";s:1:\"1\";}s:6:\"item10\";a:4:{s:5:\"title\";s:15:\"Clean & Minimal\";s:4:\"text\";s:134:\"A minimal design makes it easy to use for all your work. Not only does it look good for different niches it is also easy to customize.\";s:4:\"icon\";s:4:\"leaf\";s:8:\"showitem\";s:1:\"1\";}s:6:\"item11\";a:4:{s:5:\"title\";s:10:\"Clean Code\";s:4:\"text\";s:130:\"The well commented and clean code makes it easy for developers to tweak the theme and also keeps it well optimized and expandable.\";s:4:\"icon\";s:4:\"code\";s:8:\"showitem\";s:1:\"1\";}s:6:\"item12\";a:4:{s:5:\"title\";s:13:\"SEO Optimized\";s:4:\"text\";s:107:\"DMS was build with close attention to SEO. Your site must look good, but also rank well on search results. \";s:4:\"icon\";s:6:\"search\";s:8:\"showitem\";s:1:\"1\";}s:6:\"item13\";a:4:{s:5:\"title\";s:14:\"CSS3 Standards\";s:4:\"text\";s:104:\"Bringing you the best coding standards as well as some cool new tricks such as item animation on scroll.\";s:4:\"icon\";s:4:\"css3\";s:8:\"showitem\";s:1:\"1\";}s:6:\"item14\";a:4:{s:5:\"title\";s:15:\"HMTL5 Standards\";s:4:\"text\";s:127:\"DMS uses HTML5 so the code is up to the latest standards. We’ve also added HTML5 markup for WordPress forms, Audio and Video.\";s:4:\"icon\";s:5:\"html5\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"uyp2fko\";a:2:{s:11:\"textbox_pad\";s:10:\"0 0 40px 0\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"uyf4qss\";a:6:{s:15:\"textbox_content\";s:234:\"You can also insert icons anywhere you want via the built-in Font Awesome icon options. <br />Font Awesome gives you scalable vector icons that can instantly be customized size, <br />color, drop shadow, and anything that can be done.\";s:13:\"textbox_align\";s:10:\"textcenter\";s:18:\"textbox_title_wrap\";s:6:\"strong\";s:17:\"pl_standard_title\";s:23:\"<h2>Over 360 Icons</h2>\";s:13:\"pl_area_class\";s:6:\"center\";s:11:\"textbox_pad\";s:10:\"0 0 30px 0\";}s:7:\"ufuj9kk\";a:6:{s:11:\"pl_area_pad\";s:4:\"50px\";s:17:\"pl_area_bg_repeat\";s:1:\"1\";s:16:\"pl_area_parallax\";s:19:\"pl-scroll-translate\";s:10:\"pl_area_bg\";s:1:\"0\";s:23:\"pl_area_bg_color_enable\";s:1:\"1\";s:16:\"pl_area_bg_color\";s:6:\"F5F5F5\";}s:7:\"uib7qaf\";a:3:{s:18:\"textbox_title_wrap\";s:4:\"none\";s:15:\"textbox_content\";s:168:\"<i class=\"icon-glass\"></i><br />\n<i class=\"icon-heart\"></i><br />\n<i class=\"icon-film\"></i><br />\n<i class=\"icon-check\"></i><br />\n<i class=\"icon-power-off\"></i><br />\n\";s:13:\"textbox_align\";s:8:\"textleft\";}s:7:\"u7dy7c0\";a:5:{s:11:\"pl_area_pad\";s:4:\"40px\";s:16:\"pl_area_parallax\";s:11:\"pl-parallax\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"333333\";}s:7:\"ubktq65\";a:10:{s:11:\"pl_area_pad\";s:3:\"0px\";s:14:\"pl_area_height\";s:3:\"200\";s:23:\"pl_area_image_attach_id\";s:3:\"241\";s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:13:\"pl_area_video\";s:68:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/mornin_1280x720.mp4\";s:15:\"pl_area_video_2\";s:78:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/mornin_1280x720.oggtheora.ogv\";s:16:\"pl_area_parallax\";s:11:\"pl-parallax\";s:10:\"pl_area_bg\";s:8:\"pl-black\";s:23:\"pl_area_bg_color_enable\";s:1:\"0\";s:16:\"pl_area_bg_color\";s:6:\"FFFFFF\";}s:7:\"umk2hud\";a:4:{s:13:\"textbox_title\";s:17:\"Support & Updates\";s:18:\"textbox_title_wrap\";s:2:\"h2\";s:15:\"textbox_content\";s:28:\"Content and screenshots Here\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"ust43t7\";a:4:{s:13:\"textbox_title\";s:20:\"Stunning Typography.\";s:18:\"textbox_title_wrap\";s:2:\"h2\";s:15:\"textbox_content\";s:23:\"Content and Screenshots\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"ulo3048\";a:4:{s:13:\"textbox_title\";s:16:\"Premium Sliders.\";s:18:\"textbox_title_wrap\";s:2:\"h2\";s:15:\"textbox_content\";s:23:\"Content and Screenshots\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"ud4irs4\";a:5:{s:11:\"pl_area_pad\";s:4:\"50px\";s:16:\"pl_area_parallax\";s:19:\"pl-scroll-translate\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"FFFFFF\";}s:7:\"ux2rurs\";a:5:{s:15:\"textbox_content\";s:63:\"DMS Comes with The Revolution Slider and FlexSlider 2 Included.\";s:17:\"pl_standard_title\";s:24:\"<h2>Premium Sliders</h2>\";s:13:\"pl_area_class\";s:6:\"center\";s:11:\"textbox_pad\";s:10:\"0 0 30px 0\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"u7101us\";a:6:{s:15:\"textbox_content\";s:136:\"DMS comes with full WooCommerce support right out of the box!<br />\nNo need to mess with WooCommerce styling to fit your site perfectly.\";s:13:\"textbox_align\";s:10:\"textcenter\";s:18:\"textbox_title_wrap\";s:6:\"strong\";s:17:\"pl_standard_title\";s:26:\"<h2>WooCommerce Ready</h2>\";s:13:\"pl_area_class\";s:6:\"center\";s:11:\"textbox_pad\";s:10:\"0 0 30px 0\";}s:7:\"uxf2w72\";a:7:{s:11:\"pl_area_pad\";s:4:\"50px\";s:18:\"pl_area_pad_bottom\";s:3:\"0px\";s:16:\"pl_area_parallax\";s:19:\"pl-scroll-translate\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"9C5D90\";}s:7:\"up9o1qf\";a:3:{s:14:\"mediabox_image\";s:64:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/woocommerce.jpg\";s:24:\"mediabox_image_attach_id\";s:3:\"657\";s:17:\"disable_centering\";s:1:\"1\";}s:7:\"uxrc6yk\";a:6:{s:11:\"pl_area_pad\";s:3:\"0px\";s:17:\"pl_area_bg_repeat\";s:1:\"1\";s:16:\"pl_area_parallax\";s:1:\"0\";s:10:\"pl_area_bg\";s:1:\"0\";s:23:\"pl_area_bg_color_enable\";s:1:\"1\";s:16:\"pl_area_bg_color\";s:6:\"F5F5F5\";}s:7:\"ukalysy\";a:6:{s:11:\"pl_area_pad\";s:4:\"50px\";s:17:\"pl_area_bg_repeat\";s:1:\"1\";s:16:\"pl_area_parallax\";s:1:\"0\";s:10:\"pl_area_bg\";s:1:\"0\";s:23:\"pl_area_bg_color_enable\";s:1:\"1\";s:16:\"pl_area_bg_color\";s:6:\"ffffff\";}s:7:\"ukgf3vj\";a:5:{s:15:\"textbox_content\";s:173:\"Want to adjust fonts? You can easily switch fonts for all text elements through the options panel<br />\nChoose from 600+ free Google web fonts, Each font comes with preview.\";s:17:\"pl_standard_title\";s:29:\"<h2>Stunning Typography.</h2>\";s:13:\"pl_area_class\";s:6:\"center\";s:11:\"textbox_pad\";s:10:\"0 0 40px 0\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"u9b2qqx\";a:3:{s:18:\"textbox_title_wrap\";s:4:\"none\";s:15:\"textbox_content\";s:527:\"<i class=\"icon-glass\"></i><br /> \n<i class=\"icon-heart\"></i><br /> \n<i class=\"icon-film\"></i><br /> \n<i class=\"icon-check\"></i><br /> \n<i class=\"icon-power-off\"></i><br />\n<i class=\"icon-home\"></i><br /> \n<i class=\"icon-download\"></i><br /> \n<i class=\"icon-play-circle\"></i><br /> \n<i class=\"icon-lock\"></i><br /> \n<i class=\"icon-volume-down\"></i><br />\n<i class=\"icon-tag\"></i><br /> \n<i class=\"icon-print\"></i><br /> \n<i class=\"icon-italic\"></i><br />\n<i class=\"icon-align-center\"></i><br />\n<i class=\"icon-pencil\"></i><br />\";s:13:\"textbox_align\";s:8:\"textleft\";}s:7:\"uxriwln\";a:4:{s:14:\"mediabox_image\";s:64:\"[pl_site_url]/wp-content/uploads/sites/9/2014/03/typography2.jpg\";s:24:\"mediabox_image_attach_id\";s:4:\"1333\";s:17:\"disable_centering\";s:1:\"0\";s:18:\"mediabox_animation\";s:8:\"pla-fade\";}s:7:\"uxcnd4h\";a:5:{s:15:\"textbox_content\";s:391:\"We care about our customers and provide support and updates with our product.<br />\nAnswer customers’ questions, guide and help them is number one priority for our team.<br /><br />\n<i class=\"icon icon-star icon-2x\"></i> <i class=\"icon icon-star icon-2x\"></i> <i class=\"icon icon-star icon-2x\"></i> <i class=\"icon icon-star icon-2x\"></i> <i class=\"icon  icon-star icon-2x\"></i><br /><br />\";s:13:\"textbox_align\";s:10:\"textcenter\";s:18:\"textbox_title_wrap\";s:6:\"strong\";s:17:\"pl_standard_title\";s:26:\"<h2>Support & Updates</h2>\";s:13:\"pl_area_class\";s:6:\"center\";}s:6:\"ud9209\";a:5:{s:11:\"pl_area_pad\";s:3:\"0px\";s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:16:\"pl_area_parallax\";s:1:\"0\";s:23:\"pl_area_bg_color_enable\";s:1:\"0\";s:16:\"pl_area_bg_color\";s:6:\"FFFFFF\";}s:7:\"uo8pzo7\";a:6:{s:11:\"pl_area_pad\";s:4:\"50px\";s:17:\"pl_area_bg_repeat\";s:1:\"1\";s:16:\"pl_area_parallax\";s:1:\"0\";s:10:\"pl_area_bg\";s:1:\"0\";s:23:\"pl_area_bg_color_enable\";s:1:\"1\";s:16:\"pl_area_bg_color\";s:6:\"F5F5F5\";}s:7:\"upve5k4\";a:6:{s:11:\"pl_area_pad\";s:3:\"0px\";s:17:\"pl_area_bg_repeat\";s:1:\"1\";s:16:\"pl_area_parallax\";s:1:\"0\";s:10:\"pl_area_bg\";s:1:\"0\";s:23:\"pl_area_bg_color_enable\";s:1:\"0\";s:16:\"pl_area_bg_color\";s:6:\"333333\";}s:7:\"uhwudos\";a:9:{s:11:\"pl_area_pad\";s:4:\"30px\";s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:16:\"pl_area_parallax\";s:1:\"0\";s:10:\"pl_area_bg\";s:1:\"0\";s:23:\"pl_area_bg_color_enable\";s:1:\"1\";s:16:\"pl_area_bg_color\";s:6:\"F5F5F5\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"FFFFFF\";}s:7:\"ud41g2d\";a:4:{s:15:\"textbox_content\";s:134:\"DMS comes with full BuddyPress support right out of the box!<br />\nNo need to mess with BuddyPress styling to fit your site perfectly.\";s:17:\"pl_standard_title\";s:25:\"<h2>BuddyPress Ready</h2>\";s:13:\"pl_area_class\";s:6:\"center\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"urtzffv\";a:3:{s:14:\"mediabox_image\";s:63:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/buddypress.jpg\";s:24:\"mediabox_image_attach_id\";s:3:\"247\";s:17:\"disable_centering\";s:1:\"0\";}s:7:\"up5fhin\";a:7:{s:11:\"pl_area_pad\";s:4:\"50px\";s:18:\"pl_area_pad_bottom\";s:3:\"0px\";s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:16:\"pl_area_parallax\";s:19:\"pl-scroll-translate\";s:10:\"pl_area_bg\";s:8:\"pl-black\";s:23:\"pl_area_bg_color_enable\";s:1:\"1\";s:16:\"pl_area_bg_color\";s:6:\"d54e21\";}s:7:\"ub3g12r\";a:3:{s:18:\"textbox_title_wrap\";s:4:\"none\";s:15:\"textbox_content\";s:34:\"<i class=\"icon-3x icon-heart\"></i>\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"ukkzmdh\";a:3:{s:14:\"mediabox_image\";s:65:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/font-awesome.png\";s:24:\"mediabox_image_attach_id\";s:3:\"248\";s:17:\"disable_centering\";s:1:\"0\";}s:7:\"ucram6c\";a:5:{s:13:\"icallout_text\";s:28:\"Ready for a smarter website?\";s:18:\"icallout_text_wrap\";s:2:\"h2\";s:13:\"icallout_link\";s:1:\"#\";s:15:\"icallout_target\";s:1:\"0\";s:18:\"icallout_link_text\";s:21:\"Get DMS for Wordpress\";}s:7:\"uht16tz\";a:4:{s:14:\"mediabox_image\";s:64:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/flexslider2.jpg\";s:24:\"mediabox_image_attach_id\";s:3:\"250\";s:13:\"mediabox_html\";s:12:\"FlexSlider 2\";s:17:\"disable_centering\";s:1:\"0\";}s:7:\"uhko5zq\";a:4:{s:14:\"mediabox_image\";s:70:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/revolution-slider.jpg\";s:24:\"mediabox_image_attach_id\";s:3:\"249\";s:13:\"mediabox_html\";s:17:\"Revolution Slider\";s:17:\"disable_centering\";s:1:\"0\";}s:7:\"uycdpap\";a:7:{s:14:\"popshot_format\";s:7:\"browser\";s:14:\"popshot_height\";s:5:\"340px\";s:13:\"popshot_array\";a:3:{s:5:\"item1\";a:5:{s:5:\"image\";s:54:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/e.jpg\";s:6:\"offset\";s:6:\"-600px\";s:6:\"height\";s:5:\"200px\";s:5:\"index\";s:1:\"9\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:3:{s:5:\"image\";s:63:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/slide-dms1.jpg\";s:5:\"index\";s:2:\"10\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:5:{s:5:\"image\";s:63:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/slide-dms1.jpg\";s:6:\"offset\";s:3:\"0px\";s:6:\"height\";s:5:\"200px\";s:5:\"index\";s:1:\"9\";s:8:\"showitem\";s:1:\"1\";}}s:14:\"popshot_repeat\";s:1:\"0\";s:13:\"popshot_theme\";s:11:\"pl-dark-img\";s:20:\"popshot_color_enable\";s:1:\"1\";s:13:\"popshot_color\";s:6:\"333333\";}s:7:\"un3fcfn\";a:7:{s:14:\"popshot_format\";s:7:\"browser\";s:14:\"popshot_height\";s:5:\"400px\";s:13:\"popshot_array\";a:3:{s:5:\"item1\";a:6:{s:5:\"image\";s:62:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/popshot21.jpg\";s:15:\"image_attach_id\";s:3:\"655\";s:6:\"offset\";s:6:\"-600px\";s:6:\"height\";s:5:\"280px\";s:5:\"index\";s:1:\"9\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:5:{s:5:\"image\";s:62:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/popshot16.jpg\";s:15:\"image_attach_id\";s:3:\"662\";s:6:\"height\";s:5:\"320px\";s:5:\"index\";s:2:\"10\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:6:{s:5:\"image\";s:61:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/popshot3.jpg\";s:15:\"image_attach_id\";s:3:\"659\";s:6:\"offset\";s:3:\"0px\";s:6:\"height\";s:5:\"280px\";s:5:\"index\";s:1:\"9\";s:8:\"showitem\";s:1:\"1\";}}s:14:\"popshot_repeat\";s:1:\"0\";s:13:\"popshot_theme\";s:11:\"pl-dark-img\";s:20:\"popshot_color_enable\";s:1:\"1\";s:13:\"popshot_color\";s:6:\"333333\";}s:7:\"uoyybak\";a:4:{s:13:\"textbox_title\";s:5:\"Vimeo\";s:18:\"textbox_title_wrap\";s:2:\"h2\";s:11:\"textbox_pad\";s:10:\"0 0 30px 0\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"u1x21oe\";a:4:{s:24:\"mediabox_image_attach_id\";s:3:\"249\";s:13:\"mediabox_html\";s:183:\"<iframe src=\"//player.vimeo.com/video/74159301?byline=0&portrait=0&title=0\" width=\"500\" height=\"281\" frameborder=\"0\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>\";s:17:\"disable_centering\";s:1:\"0\";s:18:\"mediabox_animation\";s:9:\"pla-scale\";}s:7:\"ut925b3\";a:4:{s:24:\"mediabox_image_attach_id\";s:3:\"250\";s:13:\"mediabox_html\";s:116:\"<iframe width=\"560\" height=\"315\" src=\"//www.youtube.com/embed/9L5JxU-ntxQ\" frameborder=\"0\" allowfullscreen></iframe>\";s:17:\"disable_centering\";s:1:\"0\";s:18:\"mediabox_animation\";s:9:\"pla-scale\";}s:7:\"uk0lo2x\";a:3:{s:15:\"_highlight_head\";s:27:\"Drag & Drop Design for Pros\";s:18:\"_highlight_subhead\";s:66:\"Drag-and-drop sections on any area of the theme and edit visually.\";s:22:\"_highlight_image_frame\";s:1:\"0\";}s:7:\"ubjzs0v\";a:6:{s:11:\"pl_area_pad\";s:4:\"20px\";s:18:\"pl_area_pad_bottom\";s:5:\"180px\";s:16:\"pl_area_parallax\";s:19:\"pl-scroll-translate\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"F9F9F9\";}s:7:\"uxuz8ue\";a:2:{s:15:\"_highlight_head\";s:26:\"Image Parallax Backgrounds\";s:22:\"_highlight_image_frame\";s:1:\"0\";}s:7:\"uoby3ut\";a:3:{s:15:\"_highlight_head\";s:49:\"Everything you need to take it to the next level.\";s:18:\"_highlight_subhead\";s:173:\"PageLines DMS will help you build custom marketing websites that do wonders.<br />\nIt has a wide range of incredible features and includes a growing list of goodies…<br />\";s:22:\"_highlight_image_frame\";s:1:\"0\";}s:7:\"uxagj1k\";a:6:{s:24:\"mediabox_image_attach_id\";s:3:\"793\";s:18:\"pl_standard_styles\";s:47:\"padding-bottom: 200px;background-position: top;\";s:14:\"mediabox_align\";s:6:\"center\";s:17:\"disable_centering\";s:1:\"1\";s:18:\"mediabox_animation\";s:8:\"pla-fade\";s:19:\"mediabox_background\";s:64:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/hype-demo22.jpg\";}s:7:\"uy6pnrg\";a:4:{s:15:\"textbox_content\";s:117:\"Less time coding & more time building. You don’t have <br />to be a web designer to create epic and unique layouts!\";s:18:\"textbox_title_wrap\";s:6:\"strong\";s:17:\"pl_standard_title\";s:36:\"<h2>Drag & Drop Design for Pros</h2>\";s:13:\"pl_area_class\";s:6:\"center\";}s:7:\"u3i4fl4\";a:3:{s:15:\"textbox_content\";s:123:\"Embed any number of videos into your pages. <br />You can choose any column width and also display self hosted html5 videos\";s:17:\"pl_standard_title\";s:31:\"<h2>Embedded Video Support</h2>\";s:13:\"pl_area_class\";s:6:\"center\";}s:7:\"uvexxw4\";a:9:{s:11:\"pl_area_pad\";s:5:\"100px\";s:14:\"pl_area_height\";s:3:\"150\";s:17:\"pl_standard_title\";s:35:\"Video & Image Parallax Backgrounds.\";s:16:\"pl_area_parallax\";s:19:\"pl-scroll-translate\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:13:\"pl_area_video\";s:70:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/EternalCompressed.ogv\";s:15:\"pl_area_video_2\";s:70:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/EternalCompressed.mp4\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"uk7gg53\";a:6:{s:11:\"pl_area_pad\";s:4:\"50px\";s:18:\"pl_area_pad_bottom\";s:5:\"100px\";s:16:\"pl_area_parallax\";s:1:\"0\";s:14:\"pl_area_repeat\";s:1:\"1\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"F7F7F7\";}s:7:\"u0xubnn\";a:6:{s:15:\"textbox_content\";s:163:\"PageLines DMS will help you build custom websites that do wonders.<br /> It has a wide range of incredible features and includes a growing list of goodies…<br />\";s:13:\"textbox_align\";s:10:\"textcenter\";s:18:\"textbox_title_wrap\";s:6:\"strong\";s:17:\"pl_standard_title\";s:24:\"<h2>Why Choose DMS?</h2>\";s:13:\"pl_area_class\";s:6:\"center\";s:11:\"textbox_pad\";s:10:\"0 0 40px 0\";}s:7:\"uwnyqhl\";a:6:{s:14:\"popshot_format\";s:7:\"browser\";s:14:\"popshot_height\";s:5:\"400px\";s:13:\"popshot_array\";a:3:{s:5:\"item1\";a:4:{s:5:\"image\";s:62:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/popshot16.jpg\";s:6:\"height\";s:5:\"320px\";s:5:\"index\";s:2:\"10\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:5:{s:5:\"image\";s:62:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/popshot21.jpg\";s:6:\"offset\";s:6:\"-600px\";s:6:\"height\";s:5:\"260px\";s:5:\"index\";s:1:\"8\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:5:{s:5:\"image\";s:61:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/popshot3.jpg\";s:6:\"offset\";s:1:\"0\";s:6:\"height\";s:5:\"260px\";s:5:\"index\";s:1:\"8\";s:8:\"showitem\";s:1:\"1\";}}s:14:\"popshot_repeat\";s:1:\"0\";s:20:\"popshot_color_enable\";s:1:\"1\";s:13:\"popshot_color\";s:6:\"333333\";}s:7:\"ugfdiqx\";a:4:{s:9:\"ibox_cols\";s:1:\"4\";s:10:\"ibox_media\";s:4:\"icon\";s:11:\"ibox_format\";s:4:\"left\";s:10:\"ibox_array\";a:3:{s:5:\"item1\";a:4:{s:5:\"title\";s:6:\"Step 1\";s:4:\"text\";s:61:\"Open the PageLines front-end editor and add a canvas section.\";s:4:\"icon\";s:4:\"gear\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:4:{s:5:\"title\";s:6:\"Step 2\";s:4:\"text\";s:77:\"Upload your background video .mp4 file or image for your parallax background.\";s:4:\"icon\";s:11:\"play-circle\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:4:{s:5:\"title\";s:6:\"Step 3\";s:4:\"text\";s:76:\"Customize settings and save, you\'ve just made a section in under 10 seconds!\";s:4:\"icon\";s:7:\"smile-o\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"ugz0nfg\";a:4:{s:15:\"textbox_content\";s:419:\"<div id=\"draganddropdemo_hype_container\" style=\"position:relative;overflow:hidden;width:100%;height:450px;border: 30px solid #000;border-radius: 25px;box-sizing:border-box;\">\n						<script type=\"text/javascript\" charset=\"utf-8\" src=\"http://cdn.pagelines.com/wp-content/themes/pagelines-child-v9/sections/displayshelf/drag-and-drop-demo.hyperesources/draganddropdemo_hype_generated_script.js?43697\"></script>\n					</div>\";s:18:\"textbox_title_wrap\";s:6:\"strong\";s:11:\"textbox_pad\";s:11:\"0 0 100px 0\";s:17:\"textbox_animation\";s:8:\"pla-fade\";}s:7:\"u5sbmga\";a:2:{s:13:\"popthumb_cols\";s:1:\"4\";s:14:\"popthumb_array\";a:3:{s:5:\"item1\";a:4:{s:5:\"title\";s:4:\"Shop\";s:5:\"image\";s:57:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/main.jpg\";s:15:\"image_attach_id\";s:4:\"1080\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:4:{s:5:\"title\";s:14:\"Single Product\";s:5:\"image\";s:59:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/single.jpg\";s:15:\"image_attach_id\";s:4:\"1081\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:4:{s:5:\"title\";s:8:\"Checkout\";s:5:\"image\";s:61:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/checkout.jpg\";s:15:\"image_attach_id\";s:4:\"1082\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"uvmbgwk\";a:4:{s:11:\"pl_area_pad\";s:4:\"40px\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"F3F3F3\";}s:7:\"ujwpiy6\";a:4:{s:9:\"ibox_cols\";s:1:\"4\";s:10:\"ibox_media\";s:4:\"icon\";s:11:\"ibox_format\";s:4:\"left\";s:10:\"ibox_array\";a:12:{s:5:\"item1\";a:4:{s:5:\"title\";s:19:\"Drag & Drop Builder\";s:4:\"text\";s:120:\"Easily build and save layouts using a drag and drop page builder. Create unlimited layouts for all your posts and pages.\";s:4:\"icon\";s:6:\"random\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:4:{s:5:\"title\";s:17:\"Responsive Design\";s:4:\"text\";s:134:\"The theme is fully responsive no matter how you decide to build your pages. Create layouts that your visitors can enjoy on any device.\";s:4:\"icon\";s:6:\"mobile\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:4:{s:5:\"title\";s:22:\"Unlimited Page Layouts\";s:4:\"text\";s:102:\"Unlimited color options, page layouts and animations. You’ll love the endless possibilities of DMS. \";s:4:\"icon\";s:4:\"flag\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:4:{s:5:\"title\";s:24:\"Preloaded Page Templates\";s:4:\"text\";s:104:\"Ready with built-in pages, no need to import files so your theme installation is smooth and hassle free.\";s:4:\"icon\";s:7:\"files-o\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item5\";a:4:{s:5:\"title\";s:22:\"WooCommerce Capability\";s:4:\"text\";s:97:\"Designed & extended to fit the WooCommerce plugin which allows you to sell products on your site.\";s:4:\"icon\";s:13:\"shopping-cart\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item6\";a:4:{s:5:\"title\";s:13:\"SEO Standards\";s:4:\"text\";s:107:\"DMS was build with close attention to SEO. Your site must look good, but also rank well on search results. \";s:4:\"icon\";s:6:\"search\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item7\";a:4:{s:5:\"title\";s:12:\"50+ Sections\";s:4:\"text\";s:115:\"50+ sections to insert into your pages so you can create amazing layouts. And more added all the time with updates!\";s:4:\"icon\";s:4:\"star\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item8\";a:4:{s:5:\"title\";s:26:\"Boxed or Fullwidth Layouts\";s:4:\"text\";s:113:\"Quickly switch between boxed or full-width layout. No need to dig into the stylesheet to get the layout you need.\";s:4:\"icon\";s:7:\"columns\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item9\";a:4:{s:5:\"title\";s:15:\"Clean & Minimal\";s:4:\"text\";s:106:\"A clean and minimal design, not only will it look good for different niches it is also easy to customize. \";s:4:\"icon\";s:9:\"lightbulb\";s:8:\"showitem\";s:1:\"1\";}s:6:\"item10\";a:4:{s:5:\"title\";s:10:\"Clean Code\";s:4:\"text\";s:119:\"Well commented and clean code makes it easy for you to tweak the theme and also keeps it well optimized and expandable.\";s:4:\"icon\";s:4:\"code\";s:8:\"showitem\";s:1:\"1\";}s:6:\"item11\";a:4:{s:5:\"title\";s:5:\"HTML5\";s:4:\"text\";s:64:\"The theme uses HTML5 so the code is Up to the latest standards. \";s:4:\"icon\";s:5:\"html5\";s:8:\"showitem\";s:1:\"1\";}s:6:\"item12\";a:4:{s:5:\"title\";s:4:\"CSS3\";s:4:\"text\";s:112:\"Bringing you the best coding standards as well as some cool new tricks such as element animation on page scroll.\";s:4:\"icon\";s:4:\"css3\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"uq53ck6\";a:7:{s:14:\"popshot_format\";s:7:\"browser\";s:14:\"popshot_height\";s:5:\"400px\";s:13:\"popshot_array\";a:3:{s:5:\"item1\";a:4:{s:5:\"image\";s:62:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/popshot16.jpg\";s:6:\"height\";s:5:\"300px\";s:5:\"index\";s:2:\"10\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:5:{s:5:\"image\";s:62:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/popshot21.jpg\";s:6:\"offset\";s:6:\"-600px\";s:6:\"height\";s:5:\"260px\";s:5:\"index\";s:1:\"8\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:5:{s:5:\"image\";s:61:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/popshot3.jpg\";s:6:\"offset\";s:1:\"0\";s:6:\"height\";s:5:\"260px\";s:5:\"index\";s:1:\"8\";s:8:\"showitem\";s:1:\"1\";}}s:14:\"popshot_repeat\";s:1:\"0\";s:13:\"popshot_theme\";s:7:\"pl-grey\";s:20:\"popshot_color_enable\";s:1:\"1\";s:13:\"popshot_color\";s:6:\"333333\";}s:7:\"u3k7tvv\";a:4:{s:9:\"ibox_cols\";s:1:\"4\";s:10:\"ibox_media\";s:4:\"icon\";s:11:\"ibox_format\";s:4:\"left\";s:10:\"ibox_array\";a:12:{s:5:\"item1\";a:4:{s:5:\"title\";s:19:\"Drag & Drop Builder\";s:4:\"text\";s:115:\"Easily build and save layouts using the PageLines drag & drop builder. Create unlimited layouts for all your pages.\";s:4:\"icon\";s:6:\"random\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:4:{s:5:\"title\";s:17:\"Responsive Design\";s:4:\"text\";s:128:\"DMS is fully responsive no matter how you decide to build your pages. Create layouts that your visitors can enjoy on any device.\";s:4:\"icon\";s:6:\"mobile\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:4:{s:5:\"title\";s:22:\"Unlimited Page Layouts\";s:4:\"text\";s:108:\"Unlimited color options, page layouts, fonts and animations. You’ll love the endless possibilities of DMS.\";s:4:\"icon\";s:7:\"files-o\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:4:{s:5:\"title\";s:24:\"Preloaded Page Templates\";s:4:\"text\";s:104:\"Ready with built-in pages, no need to import files so your theme installation is smooth and hassle free.\";s:4:\"icon\";s:7:\"columns\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item5\";a:4:{s:5:\"title\";s:22:\"WooCommerce Capability\";s:4:\"text\";s:97:\"Designed & extended to fit the WooCommerce plugin which allows you to sell products on your site.\";s:4:\"icon\";s:13:\"shopping-cart\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item6\";a:4:{s:5:\"title\";s:13:\"SEO Standards\";s:4:\"text\";s:103:\"DMS was building with close attention to SEO. Your site must look good and rank well on search results.\";s:4:\"icon\";s:9:\"bar-chart\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item7\";a:4:{s:5:\"title\";s:12:\"50+ Sections\";s:4:\"text\";s:112:\"50+ sections to insert into your pages so you can create amazing layouts. More added all the time with updates. \";s:4:\"icon\";s:11:\"plus-circle\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item8\";a:4:{s:5:\"title\";s:26:\"Boxed or Fullwidth Layouts\";s:4:\"text\";s:112:\"Quickly switch between boxed or fullwidth layout. No need to dig into the stylesheet to get the layout you need.\";s:4:\"icon\";s:7:\"columns\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item9\";a:4:{s:5:\"title\";s:15:\"Clean & Minimal\";s:4:\"text\";s:105:\"A clean and minimal design, not only will it look good for different niches it is also easy to customize.\";s:4:\"icon\";s:4:\"star\";s:8:\"showitem\";s:1:\"1\";}s:6:\"item10\";a:4:{s:5:\"title\";s:10:\"Clean Code\";s:4:\"text\";s:118:\"Well commented and clean code makes it easy for you to tweak the theme and also keeps it well optimize and expandable.\";s:4:\"icon\";s:4:\"code\";s:8:\"showitem\";s:1:\"1\";}s:6:\"item11\";a:4:{s:5:\"title\";s:5:\"HTML5\";s:4:\"text\";s:63:\"The theme uses HTML5 so the code is up to the latest standards.\";s:4:\"icon\";s:5:\"html5\";s:8:\"showitem\";s:1:\"1\";}s:6:\"item12\";a:4:{s:5:\"title\";s:4:\"CSS3\";s:4:\"text\";s:112:\"Bringing you the best coding standards as well as some cool new tricks such as element animation on page scroll.\";s:4:\"icon\";s:4:\"css3\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"uemcfpu\";a:3:{s:11:\"pl_area_pad\";s:4:\"40px\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"u4vja7m\";a:7:{s:11:\"pl_area_pad\";s:4:\"20px\";s:18:\"pl_area_pad_bottom\";s:4:\"40px\";s:16:\"pl_area_parallax\";s:1:\"0\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"333333\";}s:7:\"ukq4952\";a:7:{s:14:\"masonic_format\";s:7:\"masonry\";s:17:\"masonic_post_type\";s:9:\"portfolio\";s:13:\"masonic_sizes\";s:15:\"landscape-thumb\";s:13:\"masonic_total\";s:1:\"9\";s:15:\"masonic_excerpt\";s:1:\"0\";s:13:\"default_title\";s:15:\"Sample Sections\";s:17:\"masonic_post_sort\";s:4:\"DESC\";}s:7:\"u3wxic4\";a:6:{s:15:\"textbox_content\";s:173:\"PageLines DMS will help you build custom marketing websites that do wonders.<br />\nIt has a wide range of incredible features and includes a growing list of goodies…<br />\";s:13:\"textbox_align\";s:10:\"textcenter\";s:18:\"textbox_title_wrap\";s:6:\"strong\";s:17:\"pl_standard_title\";s:58:\"<h2>Everything you need to take it to the next level.</h2>\";s:13:\"pl_area_class\";s:6:\"center\";s:11:\"textbox_pad\";s:10:\"0 0 30px 0\";}}}'),(6876,25,'pl-settings','a:2:{s:5:\"draft\";a:50:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{s:9:\"ctemplate\";s:13:\"pages-aboutus\";}}s:7:\"u69d3gl\";a:3:{s:17:\"pl_standard_title\";s:69:\"We’re Fortunate To Work With<br /> Thought Leaders In San Francisco\";s:13:\"textbox_align\";s:10:\"textcenter\";s:17:\"textbox_animation\";s:15:\"pla-from-bottom\";}s:6:\"u97c78\";a:9:{s:11:\"pl_area_pad\";s:5:\"140px\";s:16:\"pl_area_parallax\";s:1:\"0\";s:18:\"pl_area_background\";s:81:\"http://themes.pagelines.com/dms/wp-content/uploads/sites/9/2014/01/sf-overlay.jpg\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:13:\"pl_area_video\";s:66:\"[pl_site_url]/wp-content/uploads/sites/9/2014/03/SF-blue-FINAL.mp4\";s:15:\"pl_area_video_2\";s:66:\"[pl_site_url]/wp-content/uploads/sites/9/2014/03/SF-blue-FINAL.ogv\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"FFFFFF\";}s:7:\"u1q4q8a\";a:10:{s:11:\"pl_area_pad\";s:4:\"40px\";s:18:\"pl_area_pad_bottom\";s:5:\"100px\";s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:16:\"pl_area_parallax\";s:19:\"pl-scroll-translate\";s:10:\"pl_area_bg\";s:8:\"pl-trans\";s:23:\"pl_area_bg_color_enable\";s:1:\"0\";s:16:\"pl_area_bg_color\";s:6:\"2AC4EA\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"FFFFFF\";}s:7:\"ufkic45\";a:4:{s:24:\"masthead_button_target_1\";s:1:\"0\";s:23:\"masthead_button_theme_1\";s:1:\"0\";s:24:\"masthead_button_target_2\";s:1:\"0\";s:23:\"masthead_button_theme_2\";s:1:\"0\";}s:7:\"ujqv5su\";a:3:{s:15:\"_highlight_head\";s:29:\"Designed to work how you work\";s:18:\"_highlight_subhead\";s:207:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et d<br />\nolore magna aliqua. Ut enim ad minim veniam Lorem ipsum dolor sit amet, consectetur adipisicin.\";s:22:\"_highlight_image_frame\";s:1:\"0\";}s:7:\"uoredc1\";a:4:{s:9:\"ibox_cols\";s:1:\"4\";s:10:\"ibox_media\";s:4:\"icon\";s:11:\"ibox_format\";s:4:\"left\";s:10:\"ibox_array\";a:6:{s:5:\"item1\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item5\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item6\";a:1:{s:8:\"showitem\";s:1:\"1\";}}}s:7:\"ulfpfez\";a:0:{}s:7:\"u4n3wfe\";a:6:{s:11:\"pl_area_pad\";s:4:\"70px\";s:16:\"pl_area_parallax\";s:19:\"pl-scroll-translate\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"FFFFFF\";}s:7:\"uvlra1z\";a:4:{s:13:\"textbox_title\";s:9:\"Our Story\";s:18:\"textbox_title_wrap\";s:2:\"h3\";s:15:\"textbox_content\";s:666:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam eget ullamcorper nibh, nec porttitor diam. Nunc et lectus posuere, gravida augue ut, faucibus est. Curabitur sit amet massa tellus. Mauris vitae augue ornare, porta felis id, commodo sapien. Nulla facilisi. Aenean et felis ultricies, porta est et, iaculis erat. Maecenas in pulvinar dui. In placerat lacinia ante, eu fermentum massa sagittis eget. <br /><br /> Aliquam feugiat mattis eleifend. Sed et semper enim. Nunc eget ligula felis. Nulla id egestas arcu.Donec vel accumsan lectus. In imperdiet tortor non risus sodales convallis. Pellentesque habitant morbi tristique senectus et netus et malesuada.\";s:17:\"textbox_font_size\";s:2:\"14\";}s:7:\"unl8i27\";a:2:{s:15:\"textbox_content\";s:55:\"<h4>Rotating Quotes Section Goes Here (Full Width)</h4>\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"uejjmjg\";a:6:{s:11:\"pl_area_pad\";s:4:\"40px\";s:16:\"pl_area_parallax\";s:19:\"pl-scroll-translate\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"F7F7F7\";}s:7:\"ukehfqu\";a:6:{s:11:\"pl_area_pad\";s:4:\"40px\";s:16:\"pl_area_parallax\";s:1:\"0\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"F7F7F7\";}s:7:\"udwgioj\";a:2:{s:15:\"textbox_content\";s:47:\"<h4>Counter Section Goes Here (Full Width)</h4>\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"uwhl2sp\";a:3:{s:15:\"_highlight_head\";s:73:\"We measure our designs by visual appeal <br />and real-world performance.\";s:18:\"_highlight_subhead\";s:206:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et d<br/>\nolore magna aliqua. Ut enim ad minim veniam Lorem ipsum dolor sit amet, consectetur adipisicin.\";s:22:\"_highlight_image_frame\";s:1:\"0\";}s:7:\"udxgl98\";a:9:{s:11:\"pl_area_pad\";s:4:\"20px\";s:18:\"pl_area_pad_bottom\";s:5:\"160px\";s:17:\"pl_standard_title\";s:8:\"Our Team\";s:13:\"pl_area_class\";s:6:\"center\";s:16:\"pl_area_parallax\";s:19:\"pl-scroll-translate\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"333333\";}s:7:\"ufxpv3o\";a:5:{s:13:\"flipper_shown\";s:1:\"3\";s:13:\"flipper_sizes\";s:5:\"large\";s:13:\"flipper_title\";s:31:\"Flipper With Team Profile Areas\";s:23:\"flipper_hide_title_link\";s:1:\"0\";s:13:\"flipper_total\";s:2:\"10\";}s:7:\"u8uw9nl\";a:3:{s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:23:\"pl_area_bg_color_enable\";s:1:\"0\";s:16:\"pl_area_bg_color\";s:6:\"FFFFFF\";}s:7:\"uhhufif\";a:4:{s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:10:\"pl_area_bg\";s:8:\"pl-black\";s:23:\"pl_area_bg_color_enable\";s:1:\"1\";s:16:\"pl_area_bg_color\";s:6:\"337eff\";}s:7:\"ukdhx55\";a:7:{s:15:\"icallout_format\";s:6:\"inline\";s:13:\"icallout_text\";s:28:\"Ready for a smarter website?\";s:18:\"icallout_text_wrap\";s:2:\"h2\";s:13:\"icallout_link\";s:1:\"#\";s:15:\"icallout_target\";s:1:\"0\";s:18:\"icallout_link_text\";s:21:\"Get DMS for Wordpress\";s:18:\"icallout_btn_theme\";s:12:\"btn-ol-white\";}s:7:\"usuthti\";a:2:{s:15:\"textbox_content\";s:59:\"<h4>Flipper Images Only Section Goes Here (Full Width)</h4>\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"um85lqy\";a:5:{s:14:\"pl_area_height\";s:3:\"250\";s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:10:\"pl_area_bg\";s:1:\"0\";s:23:\"pl_area_bg_color_enable\";s:1:\"0\";s:16:\"pl_area_bg_color\";s:6:\"00BCEB\";}s:7:\"utx7487\";a:5:{s:13:\"textbox_title\";s:29:\"Designed to work how you work\";s:18:\"textbox_title_wrap\";s:2:\"h2\";s:15:\"textbox_content\";s:207:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et d<br />\nolore magna aliqua. Ut enim ad minim veniam Lorem ipsum dolor sit amet, consectetur adipisicin.\";s:11:\"textbox_pad\";s:10:\"0 0 40px 0\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"uz4jfxl\";a:14:{s:13:\"starbar_count\";s:1:\"5\";s:16:\"starbar_modifier\";s:7:\"Clients\";s:14:\"starbar_format\";s:6:\"append\";s:23:\"starbar_container_title\";s:19:\"<h2>Industries</h2>\";s:20:\"starbar_descriptor_1\";s:6:\"Travel\";s:15:\"starbar_value_1\";s:2:\"70\";s:20:\"starbar_descriptor_2\";s:13:\"Entertainment\";s:15:\"starbar_value_2\";s:2:\"80\";s:20:\"starbar_descriptor_3\";s:7:\"Fashion\";s:15:\"starbar_value_3\";s:2:\"93\";s:20:\"starbar_descriptor_4\";s:7:\"Medical\";s:15:\"starbar_value_4\";s:2:\"90\";s:20:\"starbar_descriptor_5\";s:9:\"Financial\";s:15:\"starbar_value_5\";s:2:\"87\";}s:7:\"u1m636c\";a:3:{s:15:\"textbox_content\";s:19:\"<h2>We are DMS</h2>\";s:13:\"textbox_align\";s:10:\"textcenter\";s:17:\"textbox_animation\";s:15:\"pla-from-bottom\";}s:7:\"uxrr3nc\";a:3:{s:14:\"mediabox_image\";s:63:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/buddypress.png\";s:24:\"mediabox_image_attach_id\";s:3:\"260\";s:17:\"disable_centering\";s:1:\"0\";}s:7:\"uix0wd2\";a:7:{s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:10:\"pl_area_bg\";s:8:\"pl-black\";s:23:\"pl_area_bg_color_enable\";s:1:\"1\";s:16:\"pl_area_bg_color\";s:6:\"f5f5f5\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"FFFFFF\";}s:7:\"uu7ibmm\";a:3:{s:14:\"mediabox_image\";s:59:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/jquery.png\";s:24:\"mediabox_image_attach_id\";s:3:\"261\";s:17:\"disable_centering\";s:1:\"0\";}s:7:\"u4vjarz\";a:3:{s:14:\"mediabox_image\";s:61:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/dribbble.png\";s:24:\"mediabox_image_attach_id\";s:3:\"262\";s:17:\"disable_centering\";s:1:\"0\";}s:7:\"unn7zoy\";a:3:{s:14:\"mediabox_image\";s:61:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/twitter1.png\";s:24:\"mediabox_image_attach_id\";s:3:\"263\";s:17:\"disable_centering\";s:1:\"0\";}s:7:\"uzby22j\";a:12:{s:17:\"flipper_post_type\";s:4:\"team\";s:14:\"flipper_format\";s:4:\"grid\";s:13:\"flipper_shown\";s:1:\"4\";s:13:\"flipper_sizes\";s:5:\"large\";s:13:\"flipper_total\";s:2:\"10\";s:16:\"flipper_hide_nav\";s:1:\"0\";s:17:\"flipper_post_sort\";s:4:\"DESC\";s:13:\"flipper_title\";s:6:\"&nbsp;\";s:23:\"flipper_hide_title_link\";s:1:\"1\";s:12:\"flipper_meta\";s:11:\"[post_edit]\";s:20:\"flipper_show_excerpt\";s:1:\"1\";s:25:\"disable_flipper_show_love\";s:1:\"1\";}s:7:\"utrrsu1\";a:1:{s:9:\"ph_header\";s:24:\"The Damn Counter Section\";}s:7:\"uro058y\";a:2:{s:15:\"textbox_content\";s:78:\"<h2>We’re Fortunate To Work With<br /> Thought Leaders In San Francisco</h2>\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"ufddjt9\";a:2:{s:15:\"textbox_content\";s:38:\"<h3>Designed to work how you work</h3>\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"utjsts7\";a:6:{s:11:\"pl_area_pad\";s:4:\"20px\";s:18:\"pl_area_pad_bottom\";s:4:\"60px\";s:16:\"pl_area_parallax\";s:1:\"0\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"FFFFFF\";}s:7:\"u5w06nd\";a:5:{s:15:\"textbox_content\";s:27:\"Design and Development Team\";s:17:\"pl_standard_title\";s:28:\"<h2>Who We Are In Short</h2>\";s:13:\"pl_area_class\";s:6:\"center\";s:11:\"textbox_pad\";s:10:\"0 0 20px 0\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"upir8x9\";a:2:{s:15:\"textbox_content\";s:271:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam Lorem ipsum dolor sit amet, consectetur adipisicin. Quisque nec nisi tortor. Etiam at mauris sit amet magna suscipit hend.\";s:13:\"textbox_align\";s:8:\"textleft\";}s:7:\"uef67gu\";a:4:{s:9:\"ibox_cols\";s:1:\"4\";s:10:\"ibox_media\";s:4:\"icon\";s:11:\"ibox_format\";s:4:\"left\";s:10:\"ibox_array\";a:6:{s:5:\"item1\";a:4:{s:5:\"title\";s:20:\"Premium Design Files\";s:4:\"text\";s:114:\"PageLines DMS will help you build custom marketing websites that do wonders.It comes packed with amazing features.\";s:4:\"icon\";s:6:\"expand\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:4:{s:5:\"title\";s:17:\"A Real Time Saver\";s:4:\"text\";s:114:\"PageLines DMS will help you build custom marketing websites that do wonders.It comes packed with amazing features.\";s:4:\"icon\";s:4:\"time\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:4:{s:5:\"title\";s:17:\"Clean Modern Code\";s:4:\"text\";s:114:\"PageLines DMS will help you build custom marketing websites that do wonders.It comes packed with amazing features.\";s:4:\"icon\";s:4:\"code\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:4:{s:5:\"title\";s:16:\"High Performance\";s:4:\"text\";s:114:\"PageLines DMS will help you build custom marketing websites that do wonders.It comes packed with amazing features.\";s:4:\"icon\";s:4:\"bolt\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item5\";a:4:{s:5:\"title\";s:20:\"eCommerce Capability\";s:4:\"text\";s:114:\"PageLines DMS will help you build custom marketing websites that do wonders.It comes packed with amazing features.\";s:4:\"icon\";s:13:\"shopping-cart\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item6\";a:4:{s:5:\"title\";s:20:\"Google Fonts Support\";s:4:\"text\";s:114:\"PageLines DMS will help you build custom marketing websites that do wonders.It comes packed with amazing features.\";s:4:\"icon\";s:4:\"font\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"urdq69r\";a:5:{s:12:\"idocs_format\";s:4:\"grid\";s:15:\"idocs_post_type\";s:9:\"portfolio\";s:11:\"idocs_sizes\";s:5:\"large\";s:11:\"idocs_total\";s:2:\"10\";s:15:\"idocs_post_sort\";s:4:\"DESC\";}s:7:\"usqj65y\";a:4:{s:9:\"ibox_cols\";s:1:\"3\";s:10:\"ibox_media\";s:5:\"count\";s:11:\"ibox_format\";s:3:\"top\";s:10:\"ibox_array\";a:4:{s:5:\"item1\";a:4:{s:5:\"title\";s:13:\"Lines Of Code\";s:4:\"text\";s:2:\" \";s:5:\"count\";s:4:\"5287\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:4:{s:5:\"title\";s:13:\"Working Hours\";s:4:\"text\";s:2:\" \";s:5:\"count\";s:3:\"784\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:4:{s:5:\"title\";s:11:\"Coffee Cups\";s:4:\"text\";s:2:\" \";s:5:\"count\";s:3:\"540\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:4:{s:5:\"title\";s:8:\"Sections\";s:4:\"text\";s:2:\" \";s:5:\"count\";s:2:\"55\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"us60de9\";a:4:{s:9:\"ibox_cols\";s:2:\"12\";s:10:\"ibox_media\";s:4:\"icon\";s:11:\"ibox_format\";s:3:\"top\";s:10:\"ibox_array\";a:3:{s:5:\"item1\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:1:{s:8:\"showitem\";s:1:\"1\";}}}s:7:\"uknfn8v\";a:4:{s:9:\"ibox_cols\";s:2:\"12\";s:10:\"ibox_media\";s:4:\"icon\";s:11:\"ibox_format\";s:3:\"top\";s:10:\"ibox_array\";a:2:{s:5:\"item1\";a:3:{s:5:\"title\";s:16:\"Over 400 Clients\";s:4:\"icon\";s:4:\"user\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:3:{s:5:\"title\";s:15:\"64,000 Websites\";s:4:\"icon\";s:4:\"code\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"umrmfxj\";a:4:{s:15:\"textbox_content\";s:674:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.<br /><br />\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\";s:18:\"textbox_title_wrap\";s:6:\"strong\";s:17:\"pl_standard_title\";s:23:\"<h2>About Our Work</h2>\";s:11:\"textbox_pad\";s:7:\"0 0 0 0\";}s:7:\"u0hhzip\";a:3:{s:19:\"testimonials_height\";s:1:\"1\";s:25:\"testimonials_disable_auto\";s:1:\"0\";s:20:\"pl_testimonial_array\";a:3:{s:5:\"item1\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:1:{s:8:\"showitem\";s:1:\"1\";}}}s:7:\"up94gbc\";a:6:{s:11:\"pl_area_pad\";s:5:\"100px\";s:16:\"pl_area_parallax\";s:19:\"pl-scroll-translate\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"333333\";}s:7:\"uuhy7mc\";a:8:{s:18:\"pl_area_pad_bottom\";s:4:\"50px\";s:17:\"pl_standard_title\";s:16:\"Brands & Clients\";s:13:\"pl_area_class\";s:6:\"center\";s:16:\"pl_area_parallax\";s:1:\"0\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-white\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"F7F7F7\";}s:7:\"u8m0xsh\";a:2:{s:4:\"cols\";s:1:\"3\";s:5:\"array\";a:6:{s:5:\"item1\";a:3:{s:5:\"image\";s:62:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/wordpress.jpg\";s:15:\"image_attach_id\";s:4:\"1064\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:3:{s:5:\"image\";s:59:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/jquery.jpg\";s:15:\"image_attach_id\";s:4:\"1065\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:3:{s:5:\"image\";s:61:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/dribbble.jpg\";s:15:\"image_attach_id\";s:4:\"1066\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:3:{s:5:\"image\";s:62:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/vimeo_pro.jpg\";s:15:\"image_attach_id\";s:4:\"1067\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item5\";a:3:{s:5:\"image\";s:67:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/code_is_poetry.jpg\";s:15:\"image_attach_id\";s:4:\"1068\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item6\";a:3:{s:5:\"image\";s:62:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/wordpress.jpg\";s:4:\"link\";s:21:\"http://wordpress.org/\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"urp59v4\";a:3:{s:17:\"testimonials_mode\";s:7:\"default\";s:25:\"testimonials_disable_auto\";s:1:\"0\";s:20:\"pl_testimonial_array\";a:3:{s:5:\"item1\";a:3:{s:4:\"text\";s:133:\"“A designer knows he has achieved perfection not when there is nothing left to add, but when there is nothing left to take away.”\";s:4:\"cite\";s:24:\"Antoine de Saint-Exupery\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:3:{s:4:\"text\";s:113:\"“The ultimate promise of technology is to make us master of a world that we command by the push of a button.”\";s:4:\"cite\";s:16:\"Volker Grassmuck\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:3:{s:4:\"text\";s:112:\"“I strive for two things in design: simplicity and clarity. <br />Great design is born of those two things.”\";s:4:\"cite\";s:13:\"Lindon Leader\";s:8:\"showitem\";s:1:\"1\";}}}s:6:\"ueba00\";a:1:{s:13:\"boxed_columns\";s:1:\"0\";}s:6:\"uebac0\";a:1:{s:17:\"pl_standard_title\";s:23:\"<h2>About Our Work</h2>\";}}s:4:\"live\";a:50:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:7:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau97c78\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"u97c78\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:16:\"PageLinesTextBox\";s:5:\"clone\";s:7:\"uro058y\";s:3:\"sid\";s:7:\"textbox\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:1;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areautjsts7\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"utjsts7\";s:7:\"content\";a:4:{i:0;a:6:{s:6:\"object\";s:16:\"PageLinesTextBox\";s:5:\"clone\";s:7:\"u5w06nd\";s:3:\"sid\";s:7:\"textbox\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:1;a:6:{s:6:\"object\";s:16:\"PageLinesTextBox\";s:5:\"clone\";s:7:\"ubigdwj\";s:3:\"sid\";s:7:\"textbox\";s:4:\"span\";s:1:\"4\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:2;a:6:{s:6:\"object\";s:16:\"PageLinesTextBox\";s:5:\"clone\";s:7:\"uictxvb\";s:3:\"sid\";s:7:\"textbox\";s:4:\"span\";s:1:\"4\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}i:3;a:6:{s:6:\"object\";s:16:\"PageLinesTextBox\";s:5:\"clone\";s:7:\"upir8x9\";s:3:\"sid\";s:7:\"textbox\";s:4:\"span\";s:1:\"4\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:2;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areaudxgl98\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"udxgl98\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:16:\"PageLinesFlipper\";s:5:\"clone\";s:7:\"uzby22j\";s:3:\"sid\";s:7:\"flipper\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:3;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areau4n3wfe\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"u4n3wfe\";s:7:\"content\";a:2:{i:0;a:7:{s:6:\"object\";s:8:\"PLColumn\";s:5:\"clone\";s:6:\"ueba00\";s:3:\"sid\";s:8:\"plcolumn\";s:4:\"span\";s:1:\"8\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:4:\"true\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"PageLinesStarBars\";s:5:\"clone\";s:7:\"uz4jfxl\";s:3:\"sid\";s:8:\"starbars\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:1;a:7:{s:6:\"object\";s:8:\"PLColumn\";s:5:\"clone\";s:6:\"uebac0\";s:3:\"sid\";s:8:\"plcolumn\";s:4:\"span\";s:1:\"4\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:16:\"PageLinesTextBox\";s:5:\"clone\";s:7:\"umrmfxj\";s:3:\"sid\";s:7:\"textbox\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}}i:4;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areaukehfqu\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"ukehfqu\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:6:\"pliBox\";s:5:\"clone\";s:7:\"usqj65y\";s:3:\"sid\";s:4:\"ibox\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:5;a:1:{s:9:\"ctemplate\";s:10:\"quotesdark\";}i:6;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areauuhy7mc\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"uuhy7mc\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:15:\"PLQuickCarousel\";s:5:\"clone\";s:7:\"u8m0xsh\";s:3:\"sid\";s:13:\"quickcarousel\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}}s:7:\"u69d3gl\";a:3:{s:17:\"pl_standard_title\";s:69:\"We’re Fortunate To Work With<br /> Thought Leaders In San Francisco\";s:13:\"textbox_align\";s:10:\"textcenter\";s:17:\"textbox_animation\";s:15:\"pla-from-bottom\";}s:6:\"u97c78\";a:9:{s:11:\"pl_area_pad\";s:5:\"140px\";s:16:\"pl_area_parallax\";s:1:\"0\";s:18:\"pl_area_background\";s:81:\"http://themes.pagelines.com/dms/wp-content/uploads/sites/9/2014/01/sf-overlay.jpg\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:13:\"pl_area_video\";s:66:\"[pl_site_url]/wp-content/uploads/sites/9/2014/03/SF-blue-FINAL.mp4\";s:15:\"pl_area_video_2\";s:66:\"[pl_site_url]/wp-content/uploads/sites/9/2014/03/SF-blue-FINAL.ogv\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"FFFFFF\";}s:7:\"u1q4q8a\";a:10:{s:11:\"pl_area_pad\";s:4:\"40px\";s:18:\"pl_area_pad_bottom\";s:5:\"100px\";s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:16:\"pl_area_parallax\";s:19:\"pl-scroll-translate\";s:10:\"pl_area_bg\";s:8:\"pl-trans\";s:23:\"pl_area_bg_color_enable\";s:1:\"0\";s:16:\"pl_area_bg_color\";s:6:\"2AC4EA\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"FFFFFF\";}s:7:\"ufkic45\";a:4:{s:24:\"masthead_button_target_1\";s:1:\"0\";s:23:\"masthead_button_theme_1\";s:1:\"0\";s:24:\"masthead_button_target_2\";s:1:\"0\";s:23:\"masthead_button_theme_2\";s:1:\"0\";}s:7:\"ujqv5su\";a:3:{s:15:\"_highlight_head\";s:29:\"Designed to work how you work\";s:18:\"_highlight_subhead\";s:207:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et d<br />\nolore magna aliqua. Ut enim ad minim veniam Lorem ipsum dolor sit amet, consectetur adipisicin.\";s:22:\"_highlight_image_frame\";s:1:\"0\";}s:7:\"uoredc1\";a:4:{s:9:\"ibox_cols\";s:1:\"4\";s:10:\"ibox_media\";s:4:\"icon\";s:11:\"ibox_format\";s:4:\"left\";s:10:\"ibox_array\";a:6:{s:5:\"item1\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item5\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item6\";a:1:{s:8:\"showitem\";s:1:\"1\";}}}s:7:\"ulfpfez\";a:0:{}s:7:\"u4n3wfe\";a:6:{s:11:\"pl_area_pad\";s:4:\"70px\";s:16:\"pl_area_parallax\";s:19:\"pl-scroll-translate\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"FFFFFF\";}s:7:\"uvlra1z\";a:4:{s:13:\"textbox_title\";s:9:\"Our Story\";s:18:\"textbox_title_wrap\";s:2:\"h3\";s:15:\"textbox_content\";s:666:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam eget ullamcorper nibh, nec porttitor diam. Nunc et lectus posuere, gravida augue ut, faucibus est. Curabitur sit amet massa tellus. Mauris vitae augue ornare, porta felis id, commodo sapien. Nulla facilisi. Aenean et felis ultricies, porta est et, iaculis erat. Maecenas in pulvinar dui. In placerat lacinia ante, eu fermentum massa sagittis eget. <br /><br /> Aliquam feugiat mattis eleifend. Sed et semper enim. Nunc eget ligula felis. Nulla id egestas arcu.Donec vel accumsan lectus. In imperdiet tortor non risus sodales convallis. Pellentesque habitant morbi tristique senectus et netus et malesuada.\";s:17:\"textbox_font_size\";s:2:\"14\";}s:7:\"unl8i27\";a:2:{s:15:\"textbox_content\";s:55:\"<h4>Rotating Quotes Section Goes Here (Full Width)</h4>\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"uejjmjg\";a:6:{s:11:\"pl_area_pad\";s:4:\"40px\";s:16:\"pl_area_parallax\";s:19:\"pl-scroll-translate\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"F7F7F7\";}s:7:\"ukehfqu\";a:6:{s:11:\"pl_area_pad\";s:4:\"40px\";s:16:\"pl_area_parallax\";s:1:\"0\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"F7F7F7\";}s:7:\"udwgioj\";a:2:{s:15:\"textbox_content\";s:47:\"<h4>Counter Section Goes Here (Full Width)</h4>\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"uwhl2sp\";a:3:{s:15:\"_highlight_head\";s:73:\"We measure our designs by visual appeal <br />and real-world performance.\";s:18:\"_highlight_subhead\";s:206:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et d<br/>\nolore magna aliqua. Ut enim ad minim veniam Lorem ipsum dolor sit amet, consectetur adipisicin.\";s:22:\"_highlight_image_frame\";s:1:\"0\";}s:7:\"udxgl98\";a:9:{s:11:\"pl_area_pad\";s:4:\"20px\";s:18:\"pl_area_pad_bottom\";s:5:\"160px\";s:17:\"pl_standard_title\";s:8:\"Our Team\";s:13:\"pl_area_class\";s:6:\"center\";s:16:\"pl_area_parallax\";s:19:\"pl-scroll-translate\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"333333\";}s:7:\"ufxpv3o\";a:5:{s:13:\"flipper_shown\";s:1:\"3\";s:13:\"flipper_sizes\";s:5:\"large\";s:13:\"flipper_title\";s:31:\"Flipper With Team Profile Areas\";s:23:\"flipper_hide_title_link\";s:1:\"0\";s:13:\"flipper_total\";s:2:\"10\";}s:7:\"u8uw9nl\";a:3:{s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:23:\"pl_area_bg_color_enable\";s:1:\"0\";s:16:\"pl_area_bg_color\";s:6:\"FFFFFF\";}s:7:\"uhhufif\";a:4:{s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:10:\"pl_area_bg\";s:8:\"pl-black\";s:23:\"pl_area_bg_color_enable\";s:1:\"1\";s:16:\"pl_area_bg_color\";s:6:\"337eff\";}s:7:\"ukdhx55\";a:7:{s:15:\"icallout_format\";s:6:\"inline\";s:13:\"icallout_text\";s:28:\"Ready for a smarter website?\";s:18:\"icallout_text_wrap\";s:2:\"h2\";s:13:\"icallout_link\";s:1:\"#\";s:15:\"icallout_target\";s:1:\"0\";s:18:\"icallout_link_text\";s:21:\"Get DMS for Wordpress\";s:18:\"icallout_btn_theme\";s:12:\"btn-ol-white\";}s:7:\"usuthti\";a:2:{s:15:\"textbox_content\";s:59:\"<h4>Flipper Images Only Section Goes Here (Full Width)</h4>\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"um85lqy\";a:5:{s:14:\"pl_area_height\";s:3:\"250\";s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:10:\"pl_area_bg\";s:1:\"0\";s:23:\"pl_area_bg_color_enable\";s:1:\"0\";s:16:\"pl_area_bg_color\";s:6:\"00BCEB\";}s:7:\"utx7487\";a:5:{s:13:\"textbox_title\";s:29:\"Designed to work how you work\";s:18:\"textbox_title_wrap\";s:2:\"h2\";s:15:\"textbox_content\";s:207:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et d<br />\nolore magna aliqua. Ut enim ad minim veniam Lorem ipsum dolor sit amet, consectetur adipisicin.\";s:11:\"textbox_pad\";s:10:\"0 0 40px 0\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"uz4jfxl\";a:14:{s:13:\"starbar_count\";s:1:\"5\";s:16:\"starbar_modifier\";s:7:\"Clients\";s:14:\"starbar_format\";s:6:\"append\";s:23:\"starbar_container_title\";s:19:\"<h2>Industries</h2>\";s:20:\"starbar_descriptor_1\";s:6:\"Travel\";s:15:\"starbar_value_1\";s:2:\"70\";s:20:\"starbar_descriptor_2\";s:13:\"Entertainment\";s:15:\"starbar_value_2\";s:2:\"80\";s:20:\"starbar_descriptor_3\";s:7:\"Fashion\";s:15:\"starbar_value_3\";s:2:\"93\";s:20:\"starbar_descriptor_4\";s:7:\"Medical\";s:15:\"starbar_value_4\";s:2:\"90\";s:20:\"starbar_descriptor_5\";s:9:\"Financial\";s:15:\"starbar_value_5\";s:2:\"87\";}s:7:\"u1m636c\";a:3:{s:15:\"textbox_content\";s:19:\"<h2>We are DMS</h2>\";s:13:\"textbox_align\";s:10:\"textcenter\";s:17:\"textbox_animation\";s:15:\"pla-from-bottom\";}s:7:\"uxrr3nc\";a:3:{s:14:\"mediabox_image\";s:63:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/buddypress.png\";s:24:\"mediabox_image_attach_id\";s:3:\"260\";s:17:\"disable_centering\";s:1:\"0\";}s:7:\"uix0wd2\";a:7:{s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:10:\"pl_area_bg\";s:8:\"pl-black\";s:23:\"pl_area_bg_color_enable\";s:1:\"1\";s:16:\"pl_area_bg_color\";s:6:\"f5f5f5\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"FFFFFF\";}s:7:\"uu7ibmm\";a:3:{s:14:\"mediabox_image\";s:59:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/jquery.png\";s:24:\"mediabox_image_attach_id\";s:3:\"261\";s:17:\"disable_centering\";s:1:\"0\";}s:7:\"u4vjarz\";a:3:{s:14:\"mediabox_image\";s:61:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/dribbble.png\";s:24:\"mediabox_image_attach_id\";s:3:\"262\";s:17:\"disable_centering\";s:1:\"0\";}s:7:\"unn7zoy\";a:3:{s:14:\"mediabox_image\";s:61:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/twitter1.png\";s:24:\"mediabox_image_attach_id\";s:3:\"263\";s:17:\"disable_centering\";s:1:\"0\";}s:7:\"uzby22j\";a:12:{s:17:\"flipper_post_type\";s:4:\"team\";s:14:\"flipper_format\";s:4:\"grid\";s:13:\"flipper_shown\";s:1:\"4\";s:13:\"flipper_sizes\";s:5:\"large\";s:13:\"flipper_total\";s:2:\"10\";s:16:\"flipper_hide_nav\";s:1:\"0\";s:17:\"flipper_post_sort\";s:4:\"DESC\";s:13:\"flipper_title\";s:6:\"&nbsp;\";s:23:\"flipper_hide_title_link\";s:1:\"1\";s:12:\"flipper_meta\";s:11:\"[post_edit]\";s:20:\"flipper_show_excerpt\";s:1:\"1\";s:25:\"disable_flipper_show_love\";s:1:\"1\";}s:7:\"utrrsu1\";a:1:{s:9:\"ph_header\";s:24:\"The Damn Counter Section\";}s:7:\"uro058y\";a:2:{s:15:\"textbox_content\";s:78:\"<h2>We’re Fortunate To Work With<br /> Thought Leaders In San Francisco</h2>\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"ufddjt9\";a:2:{s:15:\"textbox_content\";s:38:\"<h3>Designed to work how you work</h3>\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"utjsts7\";a:6:{s:11:\"pl_area_pad\";s:4:\"20px\";s:18:\"pl_area_pad_bottom\";s:4:\"60px\";s:16:\"pl_area_parallax\";s:1:\"0\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"FFFFFF\";}s:7:\"u5w06nd\";a:5:{s:15:\"textbox_content\";s:27:\"Design and Development Team\";s:17:\"pl_standard_title\";s:28:\"<h2>Who We Are In Short</h2>\";s:13:\"pl_area_class\";s:6:\"center\";s:11:\"textbox_pad\";s:10:\"0 0 20px 0\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"upir8x9\";a:2:{s:15:\"textbox_content\";s:271:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam Lorem ipsum dolor sit amet, consectetur adipisicin. Quisque nec nisi tortor. Etiam at mauris sit amet magna suscipit hend.\";s:13:\"textbox_align\";s:8:\"textleft\";}s:7:\"uef67gu\";a:4:{s:9:\"ibox_cols\";s:1:\"4\";s:10:\"ibox_media\";s:4:\"icon\";s:11:\"ibox_format\";s:4:\"left\";s:10:\"ibox_array\";a:6:{s:5:\"item1\";a:4:{s:5:\"title\";s:20:\"Premium Design Files\";s:4:\"text\";s:114:\"PageLines DMS will help you build custom marketing websites that do wonders.It comes packed with amazing features.\";s:4:\"icon\";s:6:\"expand\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:4:{s:5:\"title\";s:17:\"A Real Time Saver\";s:4:\"text\";s:114:\"PageLines DMS will help you build custom marketing websites that do wonders.It comes packed with amazing features.\";s:4:\"icon\";s:4:\"time\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:4:{s:5:\"title\";s:17:\"Clean Modern Code\";s:4:\"text\";s:114:\"PageLines DMS will help you build custom marketing websites that do wonders.It comes packed with amazing features.\";s:4:\"icon\";s:4:\"code\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:4:{s:5:\"title\";s:16:\"High Performance\";s:4:\"text\";s:114:\"PageLines DMS will help you build custom marketing websites that do wonders.It comes packed with amazing features.\";s:4:\"icon\";s:4:\"bolt\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item5\";a:4:{s:5:\"title\";s:20:\"eCommerce Capability\";s:4:\"text\";s:114:\"PageLines DMS will help you build custom marketing websites that do wonders.It comes packed with amazing features.\";s:4:\"icon\";s:13:\"shopping-cart\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item6\";a:4:{s:5:\"title\";s:20:\"Google Fonts Support\";s:4:\"text\";s:114:\"PageLines DMS will help you build custom marketing websites that do wonders.It comes packed with amazing features.\";s:4:\"icon\";s:4:\"font\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"urdq69r\";a:5:{s:12:\"idocs_format\";s:4:\"grid\";s:15:\"idocs_post_type\";s:9:\"portfolio\";s:11:\"idocs_sizes\";s:5:\"large\";s:11:\"idocs_total\";s:2:\"10\";s:15:\"idocs_post_sort\";s:4:\"DESC\";}s:7:\"usqj65y\";a:4:{s:9:\"ibox_cols\";s:1:\"3\";s:10:\"ibox_media\";s:5:\"count\";s:11:\"ibox_format\";s:3:\"top\";s:10:\"ibox_array\";a:4:{s:5:\"item1\";a:4:{s:5:\"title\";s:13:\"Lines Of Code\";s:4:\"text\";s:2:\" \";s:5:\"count\";s:4:\"5287\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:4:{s:5:\"title\";s:13:\"Working Hours\";s:4:\"text\";s:2:\" \";s:5:\"count\";s:3:\"784\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:4:{s:5:\"title\";s:11:\"Coffee Cups\";s:4:\"text\";s:2:\" \";s:5:\"count\";s:3:\"540\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:4:{s:5:\"title\";s:8:\"Sections\";s:4:\"text\";s:2:\" \";s:5:\"count\";s:2:\"55\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"us60de9\";a:4:{s:9:\"ibox_cols\";s:2:\"12\";s:10:\"ibox_media\";s:4:\"icon\";s:11:\"ibox_format\";s:3:\"top\";s:10:\"ibox_array\";a:3:{s:5:\"item1\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:1:{s:8:\"showitem\";s:1:\"1\";}}}s:7:\"uknfn8v\";a:4:{s:9:\"ibox_cols\";s:2:\"12\";s:10:\"ibox_media\";s:4:\"icon\";s:11:\"ibox_format\";s:3:\"top\";s:10:\"ibox_array\";a:2:{s:5:\"item1\";a:3:{s:5:\"title\";s:16:\"Over 400 Clients\";s:4:\"icon\";s:4:\"user\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:3:{s:5:\"title\";s:15:\"64,000 Websites\";s:4:\"icon\";s:4:\"code\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"umrmfxj\";a:4:{s:15:\"textbox_content\";s:674:\"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.<br /><br />\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\";s:18:\"textbox_title_wrap\";s:6:\"strong\";s:17:\"pl_standard_title\";s:23:\"<h2>About Our Work</h2>\";s:11:\"textbox_pad\";s:7:\"0 0 0 0\";}s:7:\"u0hhzip\";a:3:{s:19:\"testimonials_height\";s:1:\"1\";s:25:\"testimonials_disable_auto\";s:1:\"0\";s:20:\"pl_testimonial_array\";a:3:{s:5:\"item1\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:1:{s:8:\"showitem\";s:1:\"1\";}}}s:7:\"up94gbc\";a:6:{s:11:\"pl_area_pad\";s:5:\"100px\";s:16:\"pl_area_parallax\";s:19:\"pl-scroll-translate\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"333333\";}s:7:\"uuhy7mc\";a:8:{s:18:\"pl_area_pad_bottom\";s:4:\"50px\";s:17:\"pl_standard_title\";s:16:\"Brands & Clients\";s:13:\"pl_area_class\";s:6:\"center\";s:16:\"pl_area_parallax\";s:1:\"0\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-white\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"F7F7F7\";}s:7:\"u8m0xsh\";a:2:{s:4:\"cols\";s:1:\"3\";s:5:\"array\";a:6:{s:5:\"item1\";a:3:{s:5:\"image\";s:62:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/wordpress.jpg\";s:15:\"image_attach_id\";s:4:\"1064\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:3:{s:5:\"image\";s:59:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/jquery.jpg\";s:15:\"image_attach_id\";s:4:\"1065\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:3:{s:5:\"image\";s:61:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/dribbble.jpg\";s:15:\"image_attach_id\";s:4:\"1066\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:3:{s:5:\"image\";s:62:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/vimeo_pro.jpg\";s:15:\"image_attach_id\";s:4:\"1067\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item5\";a:3:{s:5:\"image\";s:67:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/code_is_poetry.jpg\";s:15:\"image_attach_id\";s:4:\"1068\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item6\";a:3:{s:5:\"image\";s:62:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/wordpress.jpg\";s:4:\"link\";s:21:\"http://wordpress.org/\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"urp59v4\";a:3:{s:17:\"testimonials_mode\";s:7:\"default\";s:25:\"testimonials_disable_auto\";s:1:\"0\";s:20:\"pl_testimonial_array\";a:3:{s:5:\"item1\";a:3:{s:4:\"text\";s:133:\"“A designer knows he has achieved perfection not when there is nothing left to add, but when there is nothing left to take away.”\";s:4:\"cite\";s:24:\"Antoine de Saint-Exupery\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:3:{s:4:\"text\";s:113:\"“The ultimate promise of technology is to make us master of a world that we command by the push of a button.”\";s:4:\"cite\";s:16:\"Volker Grassmuck\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:3:{s:4:\"text\";s:112:\"“I strive for two things in design: simplicity and clarity. <br />Great design is born of those two things.”\";s:4:\"cite\";s:13:\"Lindon Leader\";s:8:\"showitem\";s:1:\"1\";}}}s:6:\"ueba00\";a:1:{s:13:\"boxed_columns\";s:1:\"0\";}s:6:\"uebac0\";a:1:{s:17:\"pl_standard_title\";s:23:\"<h2>About Our Work</h2>\";}}}'),(6877,17,'pl-settings','a:2:{s:5:\"draft\";a:8:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{s:9:\"ctemplate\";s:15:\"pages-fancyblog\";}}s:6:\"u19877\";a:7:{s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:10:\"pl_area_bg\";s:1:\"0\";s:23:\"pl_area_bg_color_enable\";s:1:\"0\";s:16:\"pl_area_bg_color\";s:6:\"000000\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"FFFFFF\";}s:7:\"ub8fhe2\";a:1:{s:22:\"_highlight_image_frame\";s:1:\"0\";}s:7:\"uu9i96p\";a:2:{s:15:\"textbox_content\";s:136:\"<h4>Masonry Post Type Loop Section Goes Here</h4>\nImage Only<br />\nSlider<br />\nAudio<br />\nLocal Video<br />\nEmbedded Video<br />\nQuote\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"ujj75s3\";a:2:{s:15:\"textbox_content\";s:34:\"<h4>Counter Section Goes Here</h4>\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"uaxi11d\";a:4:{s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"333333\";}s:7:\"uc3w7n7\";a:4:{s:9:\"ibox_cols\";s:1:\"3\";s:10:\"ibox_media\";s:5:\"count\";s:11:\"ibox_format\";s:3:\"top\";s:10:\"ibox_array\";a:4:{s:5:\"item1\";a:4:{s:5:\"title\";s:18:\"Sections Developed\";s:4:\"text\";s:6:\"&nbsp;\";s:5:\"count\";s:2:\"47\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:4:{s:5:\"title\";s:11:\"Sushi Rolls\";s:4:\"text\";s:6:\"&nbsp;\";s:5:\"count\";s:3:\"329\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:4:{s:5:\"title\";s:11:\"Coffee Cups\";s:4:\"text\";s:6:\"&nbsp;\";s:5:\"count\";s:3:\"245\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:4:{s:5:\"title\";s:13:\"Pushed Pixels\";s:4:\"text\";s:6:\"&nbsp;\";s:5:\"count\";s:5:\"49585\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"uhfkkxj\";a:6:{s:14:\"masonic_format\";s:4:\"grid\";s:17:\"masonic_post_type\";s:4:\"post\";s:13:\"masonic_sizes\";s:9:\"thumbnail\";s:13:\"masonic_total\";s:1:\"6\";s:15:\"masonic_excerpt\";s:1:\"1\";s:17:\"masonic_post_sort\";s:4:\"DESC\";}}s:4:\"live\";a:8:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:3:{i:0;a:1:{s:9:\"ctemplate\";s:15:\"demo-homeslider\";}i:1;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau19877\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"u19877\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:9:\"PLMasonic\";s:5:\"clone\";s:7:\"uhfkkxj\";s:3:\"sid\";s:7:\"masonic\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:2;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areauaxi11d\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"uaxi11d\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:6:\"pliBox\";s:5:\"clone\";s:7:\"uc3w7n7\";s:3:\"sid\";s:4:\"ibox\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}}s:6:\"u19877\";a:7:{s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:10:\"pl_area_bg\";s:1:\"0\";s:23:\"pl_area_bg_color_enable\";s:1:\"0\";s:16:\"pl_area_bg_color\";s:6:\"000000\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"FFFFFF\";}s:7:\"ub8fhe2\";a:1:{s:22:\"_highlight_image_frame\";s:1:\"0\";}s:7:\"uu9i96p\";a:2:{s:15:\"textbox_content\";s:136:\"<h4>Masonry Post Type Loop Section Goes Here</h4>\nImage Only<br />\nSlider<br />\nAudio<br />\nLocal Video<br />\nEmbedded Video<br />\nQuote\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"ujj75s3\";a:2:{s:15:\"textbox_content\";s:34:\"<h4>Counter Section Goes Here</h4>\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"uaxi11d\";a:4:{s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"333333\";}s:7:\"uc3w7n7\";a:4:{s:9:\"ibox_cols\";s:1:\"3\";s:10:\"ibox_media\";s:5:\"count\";s:11:\"ibox_format\";s:3:\"top\";s:10:\"ibox_array\";a:4:{s:5:\"item1\";a:4:{s:5:\"title\";s:18:\"Sections Developed\";s:4:\"text\";s:6:\"&nbsp;\";s:5:\"count\";s:2:\"47\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:4:{s:5:\"title\";s:11:\"Sushi Rolls\";s:4:\"text\";s:6:\"&nbsp;\";s:5:\"count\";s:3:\"329\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:4:{s:5:\"title\";s:11:\"Coffee Cups\";s:4:\"text\";s:6:\"&nbsp;\";s:5:\"count\";s:3:\"245\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:4:{s:5:\"title\";s:13:\"Pushed Pixels\";s:4:\"text\";s:6:\"&nbsp;\";s:5:\"count\";s:5:\"49585\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"uhfkkxj\";a:6:{s:14:\"masonic_format\";s:4:\"grid\";s:17:\"masonic_post_type\";s:4:\"post\";s:13:\"masonic_sizes\";s:9:\"thumbnail\";s:13:\"masonic_total\";s:1:\"6\";s:15:\"masonic_excerpt\";s:1:\"1\";s:17:\"masonic_post_sort\";s:4:\"DESC\";}}}'),(6878,15,'pl-settings','a:2:{s:4:\"live\";a:31:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{s:9:\"ctemplate\";s:21:\"pages-alternativetour\";}}s:7:\"uc07zpd\";a:2:{s:13:\"textbox_title\";s:37:\"Flexible Options That Are Easy To Use\";s:15:\"textbox_content\";s:161:\"Do you like to edit things visually? PageLines DMS has a modular drag and drop system that allows you to create high-performance, symantically structured markup.\";}s:7:\"uy6ykbm\";a:4:{s:14:\"mediabox_image\";s:62:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/sections1.png\";s:24:\"mediabox_image_attach_id\";s:3:\"152\";s:14:\"mediabox_align\";s:6:\"center\";s:17:\"disable_centering\";s:1:\"0\";}s:6:\"u92b70\";a:9:{s:11:\"pl_area_pad\";s:4:\"40px\";s:13:\"pl_area_image\";s:60:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/blue-bg.jpg\";s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:10:\"pl_area_bg\";s:8:\"pl-black\";s:23:\"pl_area_bg_color_enable\";s:1:\"0\";s:16:\"pl_area_bg_color\";s:6:\"337EFF\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"FFFFFF\";}s:7:\"usb7hp8\";a:3:{s:15:\"_highlight_head\";s:3:\"hey\";s:18:\"_highlight_subhead\";s:161:\"Do you like to edit things visually? PageLines DMS has a modular drag and drop system that allows you to create high-performance, semantically structured markup.\";s:22:\"_highlight_image_frame\";s:1:\"0\";}s:7:\"u0gyfqt\";a:8:{s:11:\"pl_area_pad\";s:4:\"50px\";s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:10:\"pl_area_bg\";s:8:\"pl-black\";s:23:\"pl_area_bg_color_enable\";s:1:\"1\";s:16:\"pl_area_bg_color\";s:6:\"373B3D\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"FFFFFF\";}s:7:\"uyl1ehq\";a:2:{s:15:\"textbox_content\";s:49:\"<h5>Here Goes The Shelf Section (Full Width)</h5>\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"uiog48n\";a:5:{s:11:\"pl_area_pad\";s:5:\"100px\";s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:10:\"pl_area_bg\";s:8:\"pl-black\";s:23:\"pl_area_bg_color_enable\";s:1:\"1\";s:16:\"pl_area_bg_color\";s:6:\"FF0000\";}s:7:\"un0v4a1\";a:3:{s:15:\"_highlight_head\";s:37:\"Flexible Options That Are Easy To Use\";s:18:\"_highlight_subhead\";s:161:\"Do you like to edit things visually? PageLines DMS has a modular drag and drop system that allows you to create high-performance, semantically structured markup.\";s:22:\"_highlight_image_frame\";s:1:\"0\";}s:7:\"usy53i4\";a:4:{s:13:\"textbox_title\";s:38:\"Flexible Sections That Are Easy To Use\";s:15:\"textbox_content\";s:161:\"Do you like to edit things visually? PageLines DMS has a modular drag and drop system that allows you to create high-performance, semantically structured markup.\";s:18:\"textbox_title_wrap\";s:2:\"h4\";s:11:\"textbox_pad\";s:11:\"100px 0 0 0\";}s:7:\"u1002ow\";a:5:{s:20:\"revslider_fullscreen\";s:1:\"0\";s:15:\"revslider_array\";a:3:{s:5:\"item1\";a:10:{s:10:\"background\";s:67:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/mobile-website.jpg\";s:8:\"location\";s:8:\"centered\";s:4:\"link\";s:1:\"#\";s:9:\"link_text\";s:7:\"Primary\";s:10:\"link_style\";s:12:\"btn-ol-white\";s:6:\"link_2\";s:1:\"#\";s:11:\"link_2_text\";s:9:\"Secondary\";s:12:\"link_2_style\";s:11:\"btn-primary\";s:7:\"video_2\";s:78:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/mornin_1280x720.oggtheora.ogv\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:1:{s:8:\"showitem\";s:1:\"1\";}}s:16:\"revslider_repeat\";s:1:\"0\";s:22:\"revslider_color_enable\";s:1:\"0\";s:15:\"revslider_color\";s:6:\"FFFFFF\";}s:7:\"uvu36kj\";a:7:{s:11:\"pl_area_pad\";s:5:\"100px\";s:18:\"pl_area_pad_bottom\";s:3:\"0px\";s:18:\"pl_area_background\";s:60:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/blue-bg.jpg\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"333333\";}s:7:\"un7la0a\";a:4:{s:13:\"popshot_array\";a:3:{s:5:\"item1\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:1:{s:8:\"showitem\";s:1:\"1\";}}s:14:\"popshot_repeat\";s:1:\"0\";s:20:\"popshot_color_enable\";s:1:\"1\";s:13:\"popshot_color\";s:6:\"444444\";}s:7:\"u9gc9dv\";a:5:{s:14:\"mediabox_image\";s:62:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/dribbble1.png\";s:24:\"mediabox_image_attach_id\";s:3:\"351\";s:14:\"mediabox_align\";s:6:\"center\";s:17:\"disable_centering\";s:1:\"0\";s:18:\"mediabox_animation\";s:8:\"pla-fade\";}s:7:\"uxn06bs\";a:5:{s:14:\"mediabox_image\";s:60:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/jquery1.png\";s:24:\"mediabox_image_attach_id\";s:3:\"352\";s:14:\"mediabox_align\";s:6:\"center\";s:17:\"disable_centering\";s:1:\"0\";s:18:\"mediabox_animation\";s:8:\"pla-fade\";}s:7:\"unuzui5\";a:5:{s:14:\"mediabox_image\";s:64:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/buddypress1.png\";s:24:\"mediabox_image_attach_id\";s:3:\"353\";s:14:\"mediabox_align\";s:6:\"center\";s:17:\"disable_centering\";s:1:\"0\";s:18:\"mediabox_animation\";s:8:\"pla-fade\";}s:7:\"uow7bg8\";a:5:{s:14:\"mediabox_image\";s:61:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/twitter2.png\";s:24:\"mediabox_image_attach_id\";s:3:\"354\";s:14:\"mediabox_align\";s:6:\"center\";s:17:\"disable_centering\";s:1:\"0\";s:18:\"mediabox_animation\";s:8:\"pla-fade\";}s:7:\"uhr0ij5\";a:5:{s:20:\"revslider_fullscreen\";s:1:\"0\";s:15:\"revslider_array\";a:3:{s:5:\"item1\";a:11:{s:10:\"background\";s:67:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/mobile-website.jpg\";s:5:\"title\";s:32:\"Take your site<br /> everywhere.\";s:4:\"text\";s:58:\"DMS is responsive and is <br /> Astonishing on any device!\";s:13:\"element_color\";s:12:\"element-dark\";s:8:\"location\";s:9:\"left-side\";s:10:\"transition\";s:4:\"fade\";s:4:\"link\";s:1:\"#\";s:9:\"link_text\";s:12:\"Explore More\";s:10:\"link_style\";s:12:\"btn-ol-black\";s:12:\"link_2_style\";s:11:\"btn-primary\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:12:{s:10:\"background\";s:58:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/video.jpg\";s:5:\"title\";s:11:\"This is DMS\";s:4:\"text\";s:138:\"PageLines allows you to edit visually via<br /> drag-and-drop. All designed to work with <br />WordPress CMS. Set up new sites in no time!\";s:13:\"element_color\";s:13:\"element-light\";s:8:\"location\";s:9:\"left-side\";s:4:\"link\";s:1:\"#\";s:9:\"link_text\";s:18:\"View More Features\";s:10:\"link_style\";s:12:\"btn-ol-white\";s:6:\"link_2\";s:1:\"#\";s:11:\"link_2_text\";s:10:\"Learn More\";s:12:\"link_2_style\";s:11:\"btn-primary\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:6:{s:5:\"title\";s:16:\"Real Drag & Drop\";s:4:\"text\";s:66:\"Drag-and-drop sections on any area of your site and edit visually.\";s:13:\"element_color\";s:13:\"element-light\";s:8:\"location\";s:8:\"centered\";s:10:\"link_style\";s:11:\"btn-primary\";s:8:\"showitem\";s:1:\"1\";}}s:16:\"revslider_repeat\";s:1:\"0\";s:22:\"revslider_color_enable\";s:1:\"0\";s:15:\"revslider_color\";s:6:\"FFFFFF\";}s:7:\"u8ql41t\";a:4:{s:13:\"textbox_title\";s:41:\"Edit Visually and Build Any Layout Easily\";s:15:\"textbox_content\";s:262:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in rep.\";s:18:\"textbox_title_wrap\";s:2:\"h3\";s:11:\"textbox_pad\";s:10:\"50px 0 0 0\";}s:7:\"utfwvs8\";a:3:{s:13:\"mediabox_html\";s:183:\"<iframe src=\"//player.vimeo.com/video/16965687?byline=0&portrait=0&title=0\" width=\"700\" height=\"350\" frameborder=\"0\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>\";s:17:\"disable_centering\";s:1:\"0\";s:18:\"mediabox_animation\";s:9:\"pla-scale\";}s:7:\"u4mr1vi\";a:5:{s:11:\"pl_area_pad\";s:4:\"40px\";s:17:\"pl_standard_title\";s:19:\"Rich Media Anywhere\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"F7F7F7\";}s:7:\"ut7lifz\";a:7:{s:11:\"pl_area_pad\";s:4:\"40px\";s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:23:\"pl_area_bg_color_enable\";s:1:\"0\";s:16:\"pl_area_bg_color\";s:6:\"FFFFFF\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"FFFFFF\";}s:7:\"urt3f51\";a:8:{s:14:\"popshot_format\";s:7:\"browser\";s:14:\"popshot_height\";s:5:\"340px\";s:17:\"pl_standard_title\";s:28:\"Show Off On Multiple Devices\";s:13:\"popshot_array\";a:3:{s:5:\"item1\";a:5:{s:5:\"image\";s:60:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/masonry.jpg\";s:6:\"offset\";s:6:\"-600px\";s:6:\"height\";s:5:\"200px\";s:5:\"index\";s:1:\"9\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:3:{s:5:\"image\";s:63:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/slide-dms1.jpg\";s:5:\"index\";s:2:\"10\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:5:{s:5:\"image\";s:69:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/popshot-content2.jpg\";s:6:\"offset\";s:3:\"0px\";s:6:\"height\";s:5:\"200px\";s:5:\"index\";s:1:\"9\";s:8:\"showitem\";s:1:\"1\";}}s:14:\"popshot_repeat\";s:1:\"0\";s:13:\"popshot_theme\";s:1:\"0\";s:20:\"popshot_color_enable\";s:1:\"0\";s:13:\"popshot_color\";s:6:\"333333\";}s:7:\"ul7wd29\";a:4:{s:13:\"textbox_title\";s:28:\"Show Off On Multiple Devices\";s:13:\"textbox_align\";s:10:\"textcenter\";s:18:\"textbox_title_wrap\";s:2:\"h3\";s:17:\"textbox_animation\";s:8:\"pla-fade\";}s:7:\"uknlmc8\";a:10:{s:17:\"flipper_post_type\";s:9:\"portfolio\";s:14:\"flipper_format\";s:4:\"grid\";s:13:\"flipper_shown\";s:1:\"3\";s:13:\"flipper_sizes\";s:11:\"basic-thumb\";s:13:\"flipper_total\";s:2:\"10\";s:16:\"flipper_hide_nav\";s:1:\"0\";s:17:\"flipper_post_sort\";s:4:\"DESC\";s:23:\"flipper_hide_title_link\";s:1:\"0\";s:20:\"flipper_show_excerpt\";s:1:\"0\";s:25:\"disable_flipper_show_love\";s:1:\"1\";}s:7:\"u43q593\";a:7:{s:14:\"mediabox_image\";s:60:\"[pl_site_url]/wp-content/uploads/sites/9/2014/03/layouts.png\";s:24:\"mediabox_image_attach_id\";s:4:\"1207\";s:18:\"mediabox_image_alt\";s:7:\"Layouts\";s:18:\"pl_standard_styles\";s:21:\"margin-bottom: -21px;\";s:14:\"mediabox_align\";s:6:\"center\";s:17:\"disable_centering\";s:1:\"0\";s:18:\"mediabox_animation\";s:14:\"pla-from-right\";}s:7:\"ujku7tz\";a:5:{s:14:\"mediabox_image\";s:62:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/sections1.png\";s:24:\"mediabox_image_attach_id\";s:3:\"152\";s:14:\"mediabox_align\";s:6:\"center\";s:17:\"disable_centering\";s:1:\"0\";s:18:\"mediabox_animation\";s:13:\"pla-from-left\";}s:7:\"uc1g68b\";a:1:{s:18:\"pl_standard_styles\";s:17:\"padding-bottom:0;\";}s:7:\"u30f9md\";a:7:{s:14:\"popshot_format\";s:7:\"browser\";s:14:\"popshot_height\";s:5:\"400px\";s:17:\"pl_standard_title\";s:58:\"<h2>Everything you need to take it to the next level.</h2>\";s:13:\"popshot_array\";a:3:{s:5:\"item1\";a:4:{s:5:\"image\";s:62:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/popshot16.jpg\";s:6:\"height\";s:5:\"320px\";s:5:\"index\";s:2:\"10\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:5:{s:5:\"image\";s:62:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/popshot21.jpg\";s:6:\"offset\";s:6:\"-600px\";s:6:\"height\";s:5:\"260px\";s:5:\"index\";s:1:\"8\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:5:{s:5:\"image\";s:61:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/popshot3.jpg\";s:6:\"offset\";s:1:\"0\";s:6:\"height\";s:5:\"260px\";s:5:\"index\";s:1:\"8\";s:8:\"showitem\";s:1:\"1\";}}s:14:\"popshot_repeat\";s:1:\"0\";s:20:\"popshot_color_enable\";s:1:\"0\";s:13:\"popshot_color\";s:6:\"333333\";}s:7:\"ubgk5xw\";a:4:{s:9:\"ibox_cols\";s:1:\"4\";s:10:\"ibox_media\";s:4:\"icon\";s:11:\"ibox_format\";s:4:\"left\";s:10:\"ibox_array\";a:3:{s:5:\"item1\";a:2:{s:5:\"title\";s:5:\"fuck!\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:2:{s:5:\"title\";s:5:\"fuck!\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:2:{s:5:\"title\";s:5:\"fuck!\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"uwigode\";a:4:{s:9:\"ibox_cols\";s:1:\"4\";s:10:\"ibox_media\";s:4:\"icon\";s:11:\"ibox_format\";s:4:\"left\";s:10:\"ibox_array\";a:6:{s:5:\"item1\";a:4:{s:5:\"title\";s:19:\"Drag & Drop Builder\";s:4:\"text\";s:115:\"Easily build and save layouts using the PageLines drag & drop builder. Create unlimited layouts for all your pages.\";s:4:\"icon\";s:6:\"random\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:4:{s:5:\"title\";s:17:\"Responsive Design\";s:4:\"text\";s:128:\"DMS is fully responsive no matter how you decide to build your pages. Create layouts that your visitors can enjoy on any device.\";s:4:\"icon\";s:6:\"mobile\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:4:{s:5:\"title\";s:22:\"Unlimited Page Layouts\";s:4:\"text\";s:108:\"Unlimited color options, page layouts, fonts and animations. You’ll love the endless possibilities of DMS.\";s:4:\"icon\";s:7:\"files-o\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:4:{s:5:\"title\";s:24:\"Preloaded Page Templates\";s:4:\"text\";s:104:\"Ready with built-in pages, no need to import files so your theme installation is smooth and hassle free.\";s:4:\"icon\";s:7:\"columns\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item5\";a:4:{s:5:\"title\";s:22:\"WooCommerce Capability\";s:4:\"text\";s:97:\"Designed & extended to fit the WooCommerce plugin which allows you to sell products on your site.\";s:4:\"icon\";s:13:\"shopping-cart\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item6\";a:4:{s:5:\"title\";s:13:\"SEO Standards\";s:4:\"text\";s:103:\"DMS was building with close attention to SEO. Your site must look good and rank well on search results.\";s:4:\"icon\";s:9:\"bar-chart\";s:8:\"showitem\";s:1:\"1\";}}}}s:5:\"draft\";a:31:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{s:9:\"ctemplate\";s:21:\"pages-alternativetour\";}}s:7:\"uc07zpd\";a:2:{s:13:\"textbox_title\";s:37:\"Flexible Options That Are Easy To Use\";s:15:\"textbox_content\";s:161:\"Do you like to edit things visually? PageLines DMS has a modular drag and drop system that allows you to create high-performance, symantically structured markup.\";}s:7:\"uy6ykbm\";a:4:{s:14:\"mediabox_image\";s:62:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/sections1.png\";s:24:\"mediabox_image_attach_id\";s:3:\"152\";s:14:\"mediabox_align\";s:6:\"center\";s:17:\"disable_centering\";s:1:\"0\";}s:6:\"u92b70\";a:9:{s:11:\"pl_area_pad\";s:4:\"40px\";s:13:\"pl_area_image\";s:60:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/blue-bg.jpg\";s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:10:\"pl_area_bg\";s:8:\"pl-black\";s:23:\"pl_area_bg_color_enable\";s:1:\"0\";s:16:\"pl_area_bg_color\";s:6:\"337EFF\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"FFFFFF\";}s:7:\"usb7hp8\";a:3:{s:15:\"_highlight_head\";s:3:\"hey\";s:18:\"_highlight_subhead\";s:161:\"Do you like to edit things visually? PageLines DMS has a modular drag and drop system that allows you to create high-performance, semantically structured markup.\";s:22:\"_highlight_image_frame\";s:1:\"0\";}s:7:\"u0gyfqt\";a:8:{s:11:\"pl_area_pad\";s:4:\"50px\";s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:10:\"pl_area_bg\";s:8:\"pl-black\";s:23:\"pl_area_bg_color_enable\";s:1:\"1\";s:16:\"pl_area_bg_color\";s:6:\"373B3D\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"FFFFFF\";}s:7:\"uyl1ehq\";a:2:{s:15:\"textbox_content\";s:49:\"<h5>Here Goes The Shelf Section (Full Width)</h5>\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"uiog48n\";a:5:{s:11:\"pl_area_pad\";s:5:\"100px\";s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:10:\"pl_area_bg\";s:8:\"pl-black\";s:23:\"pl_area_bg_color_enable\";s:1:\"1\";s:16:\"pl_area_bg_color\";s:6:\"FF0000\";}s:7:\"un0v4a1\";a:3:{s:15:\"_highlight_head\";s:37:\"Flexible Options That Are Easy To Use\";s:18:\"_highlight_subhead\";s:161:\"Do you like to edit things visually? PageLines DMS has a modular drag and drop system that allows you to create high-performance, semantically structured markup.\";s:22:\"_highlight_image_frame\";s:1:\"0\";}s:7:\"usy53i4\";a:4:{s:13:\"textbox_title\";s:38:\"Flexible Sections That Are Easy To Use\";s:15:\"textbox_content\";s:161:\"Do you like to edit things visually? PageLines DMS has a modular drag and drop system that allows you to create high-performance, semantically structured markup.\";s:18:\"textbox_title_wrap\";s:2:\"h4\";s:11:\"textbox_pad\";s:11:\"100px 0 0 0\";}s:7:\"u1002ow\";a:5:{s:20:\"revslider_fullscreen\";s:1:\"0\";s:15:\"revslider_array\";a:3:{s:5:\"item1\";a:10:{s:10:\"background\";s:67:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/mobile-website.jpg\";s:8:\"location\";s:8:\"centered\";s:4:\"link\";s:1:\"#\";s:9:\"link_text\";s:7:\"Primary\";s:10:\"link_style\";s:12:\"btn-ol-white\";s:6:\"link_2\";s:1:\"#\";s:11:\"link_2_text\";s:9:\"Secondary\";s:12:\"link_2_style\";s:11:\"btn-primary\";s:7:\"video_2\";s:78:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/mornin_1280x720.oggtheora.ogv\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:1:{s:8:\"showitem\";s:1:\"1\";}}s:16:\"revslider_repeat\";s:1:\"0\";s:22:\"revslider_color_enable\";s:1:\"0\";s:15:\"revslider_color\";s:6:\"FFFFFF\";}s:7:\"uvu36kj\";a:7:{s:11:\"pl_area_pad\";s:5:\"100px\";s:18:\"pl_area_pad_bottom\";s:3:\"0px\";s:18:\"pl_area_background\";s:60:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/blue-bg.jpg\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"333333\";}s:7:\"un7la0a\";a:4:{s:13:\"popshot_array\";a:3:{s:5:\"item1\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:1:{s:8:\"showitem\";s:1:\"1\";}}s:14:\"popshot_repeat\";s:1:\"0\";s:20:\"popshot_color_enable\";s:1:\"1\";s:13:\"popshot_color\";s:6:\"444444\";}s:7:\"u9gc9dv\";a:5:{s:14:\"mediabox_image\";s:62:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/dribbble1.png\";s:24:\"mediabox_image_attach_id\";s:3:\"351\";s:14:\"mediabox_align\";s:6:\"center\";s:17:\"disable_centering\";s:1:\"0\";s:18:\"mediabox_animation\";s:8:\"pla-fade\";}s:7:\"uxn06bs\";a:5:{s:14:\"mediabox_image\";s:60:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/jquery1.png\";s:24:\"mediabox_image_attach_id\";s:3:\"352\";s:14:\"mediabox_align\";s:6:\"center\";s:17:\"disable_centering\";s:1:\"0\";s:18:\"mediabox_animation\";s:8:\"pla-fade\";}s:7:\"unuzui5\";a:5:{s:14:\"mediabox_image\";s:64:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/buddypress1.png\";s:24:\"mediabox_image_attach_id\";s:3:\"353\";s:14:\"mediabox_align\";s:6:\"center\";s:17:\"disable_centering\";s:1:\"0\";s:18:\"mediabox_animation\";s:8:\"pla-fade\";}s:7:\"uow7bg8\";a:5:{s:14:\"mediabox_image\";s:61:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/twitter2.png\";s:24:\"mediabox_image_attach_id\";s:3:\"354\";s:14:\"mediabox_align\";s:6:\"center\";s:17:\"disable_centering\";s:1:\"0\";s:18:\"mediabox_animation\";s:8:\"pla-fade\";}s:7:\"uhr0ij5\";a:5:{s:20:\"revslider_fullscreen\";s:1:\"0\";s:15:\"revslider_array\";a:3:{s:5:\"item1\";a:11:{s:10:\"background\";s:67:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/mobile-website.jpg\";s:5:\"title\";s:32:\"Take your site<br /> everywhere.\";s:4:\"text\";s:58:\"DMS is responsive and is <br /> Astonishing on any device!\";s:13:\"element_color\";s:12:\"element-dark\";s:8:\"location\";s:9:\"left-side\";s:10:\"transition\";s:4:\"fade\";s:4:\"link\";s:1:\"#\";s:9:\"link_text\";s:12:\"Explore More\";s:10:\"link_style\";s:12:\"btn-ol-black\";s:12:\"link_2_style\";s:11:\"btn-primary\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:12:{s:10:\"background\";s:58:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/video.jpg\";s:5:\"title\";s:11:\"This is DMS\";s:4:\"text\";s:138:\"PageLines allows you to edit visually via<br /> drag-and-drop. All designed to work with <br />WordPress CMS. Set up new sites in no time!\";s:13:\"element_color\";s:13:\"element-light\";s:8:\"location\";s:9:\"left-side\";s:4:\"link\";s:1:\"#\";s:9:\"link_text\";s:18:\"View More Features\";s:10:\"link_style\";s:12:\"btn-ol-white\";s:6:\"link_2\";s:1:\"#\";s:11:\"link_2_text\";s:10:\"Learn More\";s:12:\"link_2_style\";s:11:\"btn-primary\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:6:{s:5:\"title\";s:16:\"Real Drag & Drop\";s:4:\"text\";s:66:\"Drag-and-drop sections on any area of your site and edit visually.\";s:13:\"element_color\";s:13:\"element-light\";s:8:\"location\";s:8:\"centered\";s:10:\"link_style\";s:11:\"btn-primary\";s:8:\"showitem\";s:1:\"1\";}}s:16:\"revslider_repeat\";s:1:\"0\";s:22:\"revslider_color_enable\";s:1:\"0\";s:15:\"revslider_color\";s:6:\"FFFFFF\";}s:7:\"u8ql41t\";a:4:{s:13:\"textbox_title\";s:41:\"Edit Visually and Build Any Layout Easily\";s:15:\"textbox_content\";s:262:\"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in rep.\";s:18:\"textbox_title_wrap\";s:2:\"h3\";s:11:\"textbox_pad\";s:10:\"50px 0 0 0\";}s:7:\"utfwvs8\";a:3:{s:13:\"mediabox_html\";s:183:\"<iframe src=\"//player.vimeo.com/video/16965687?byline=0&portrait=0&title=0\" width=\"700\" height=\"350\" frameborder=\"0\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>\";s:17:\"disable_centering\";s:1:\"0\";s:18:\"mediabox_animation\";s:9:\"pla-scale\";}s:7:\"u4mr1vi\";a:5:{s:11:\"pl_area_pad\";s:4:\"40px\";s:17:\"pl_standard_title\";s:19:\"Rich Media Anywhere\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"F7F7F7\";}s:7:\"ut7lifz\";a:7:{s:11:\"pl_area_pad\";s:4:\"40px\";s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:23:\"pl_area_bg_color_enable\";s:1:\"0\";s:16:\"pl_area_bg_color\";s:6:\"FFFFFF\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"FFFFFF\";}s:7:\"urt3f51\";a:8:{s:14:\"popshot_format\";s:7:\"browser\";s:14:\"popshot_height\";s:5:\"340px\";s:17:\"pl_standard_title\";s:28:\"Show Off On Multiple Devices\";s:13:\"popshot_array\";a:3:{s:5:\"item1\";a:5:{s:5:\"image\";s:60:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/masonry.jpg\";s:6:\"offset\";s:6:\"-600px\";s:6:\"height\";s:5:\"200px\";s:5:\"index\";s:1:\"9\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:3:{s:5:\"image\";s:63:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/slide-dms1.jpg\";s:5:\"index\";s:2:\"10\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:5:{s:5:\"image\";s:69:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/popshot-content2.jpg\";s:6:\"offset\";s:3:\"0px\";s:6:\"height\";s:5:\"200px\";s:5:\"index\";s:1:\"9\";s:8:\"showitem\";s:1:\"1\";}}s:14:\"popshot_repeat\";s:1:\"0\";s:13:\"popshot_theme\";s:1:\"0\";s:20:\"popshot_color_enable\";s:1:\"0\";s:13:\"popshot_color\";s:6:\"333333\";}s:7:\"ul7wd29\";a:4:{s:13:\"textbox_title\";s:28:\"Show Off On Multiple Devices\";s:13:\"textbox_align\";s:10:\"textcenter\";s:18:\"textbox_title_wrap\";s:2:\"h3\";s:17:\"textbox_animation\";s:8:\"pla-fade\";}s:7:\"uknlmc8\";a:10:{s:17:\"flipper_post_type\";s:9:\"portfolio\";s:14:\"flipper_format\";s:4:\"grid\";s:13:\"flipper_shown\";s:1:\"3\";s:13:\"flipper_sizes\";s:11:\"basic-thumb\";s:13:\"flipper_total\";s:2:\"10\";s:16:\"flipper_hide_nav\";s:1:\"0\";s:17:\"flipper_post_sort\";s:4:\"DESC\";s:23:\"flipper_hide_title_link\";s:1:\"0\";s:20:\"flipper_show_excerpt\";s:1:\"0\";s:25:\"disable_flipper_show_love\";s:1:\"1\";}s:7:\"u43q593\";a:7:{s:14:\"mediabox_image\";s:60:\"[pl_site_url]/wp-content/uploads/sites/9/2014/03/layouts.png\";s:24:\"mediabox_image_attach_id\";s:4:\"1207\";s:18:\"mediabox_image_alt\";s:7:\"Layouts\";s:18:\"pl_standard_styles\";s:21:\"margin-bottom: -21px;\";s:14:\"mediabox_align\";s:6:\"center\";s:17:\"disable_centering\";s:1:\"0\";s:18:\"mediabox_animation\";s:14:\"pla-from-right\";}s:7:\"ujku7tz\";a:5:{s:14:\"mediabox_image\";s:62:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/sections1.png\";s:24:\"mediabox_image_attach_id\";s:3:\"152\";s:14:\"mediabox_align\";s:6:\"center\";s:17:\"disable_centering\";s:1:\"0\";s:18:\"mediabox_animation\";s:13:\"pla-from-left\";}s:7:\"uc1g68b\";a:1:{s:18:\"pl_standard_styles\";s:17:\"padding-bottom:0;\";}s:7:\"u30f9md\";a:7:{s:14:\"popshot_format\";s:7:\"browser\";s:14:\"popshot_height\";s:5:\"400px\";s:17:\"pl_standard_title\";s:58:\"<h2>Everything you need to take it to the next level.</h2>\";s:13:\"popshot_array\";a:3:{s:5:\"item1\";a:4:{s:5:\"image\";s:62:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/popshot16.jpg\";s:6:\"height\";s:5:\"320px\";s:5:\"index\";s:2:\"10\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:5:{s:5:\"image\";s:62:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/popshot21.jpg\";s:6:\"offset\";s:6:\"-600px\";s:6:\"height\";s:5:\"260px\";s:5:\"index\";s:1:\"8\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:5:{s:5:\"image\";s:61:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/popshot3.jpg\";s:6:\"offset\";s:1:\"0\";s:6:\"height\";s:5:\"260px\";s:5:\"index\";s:1:\"8\";s:8:\"showitem\";s:1:\"1\";}}s:14:\"popshot_repeat\";s:1:\"0\";s:20:\"popshot_color_enable\";s:1:\"0\";s:13:\"popshot_color\";s:6:\"333333\";}s:7:\"ubgk5xw\";a:4:{s:9:\"ibox_cols\";s:1:\"4\";s:10:\"ibox_media\";s:4:\"icon\";s:11:\"ibox_format\";s:4:\"left\";s:10:\"ibox_array\";a:3:{s:5:\"item1\";a:2:{s:5:\"title\";s:5:\"fuck!\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:2:{s:5:\"title\";s:5:\"fuck!\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:2:{s:5:\"title\";s:5:\"fuck!\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"uwigode\";a:4:{s:9:\"ibox_cols\";s:1:\"4\";s:10:\"ibox_media\";s:4:\"icon\";s:11:\"ibox_format\";s:4:\"left\";s:10:\"ibox_array\";a:6:{s:5:\"item1\";a:4:{s:5:\"title\";s:19:\"Drag & Drop Builder\";s:4:\"text\";s:115:\"Easily build and save layouts using the PageLines drag & drop builder. Create unlimited layouts for all your pages.\";s:4:\"icon\";s:6:\"random\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:4:{s:5:\"title\";s:17:\"Responsive Design\";s:4:\"text\";s:128:\"DMS is fully responsive no matter how you decide to build your pages. Create layouts that your visitors can enjoy on any device.\";s:4:\"icon\";s:6:\"mobile\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:4:{s:5:\"title\";s:22:\"Unlimited Page Layouts\";s:4:\"text\";s:108:\"Unlimited color options, page layouts, fonts and animations. You’ll love the endless possibilities of DMS.\";s:4:\"icon\";s:7:\"files-o\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:4:{s:5:\"title\";s:24:\"Preloaded Page Templates\";s:4:\"text\";s:104:\"Ready with built-in pages, no need to import files so your theme installation is smooth and hassle free.\";s:4:\"icon\";s:7:\"columns\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item5\";a:4:{s:5:\"title\";s:22:\"WooCommerce Capability\";s:4:\"text\";s:97:\"Designed & extended to fit the WooCommerce plugin which allows you to sell products on your site.\";s:4:\"icon\";s:13:\"shopping-cart\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item6\";a:4:{s:5:\"title\";s:13:\"SEO Standards\";s:4:\"text\";s:103:\"DMS was building with close attention to SEO. Your site must look good and rank well on search results.\";s:4:\"icon\";s:9:\"bar-chart\";s:8:\"showitem\";s:1:\"1\";}}}}}'),(6879,13,'pl-settings','a:2:{s:5:\"draft\";a:8:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{s:9:\"ctemplate\";s:15:\"pages-basictour\";}}s:6:\"u1eae4\";a:6:{s:11:\"pl_area_pad\";s:4:\"40px\";s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:23:\"pl_area_bg_color_enable\";s:1:\"0\";s:16:\"pl_area_bg_color\";s:6:\"FFFFFF\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"uq1wopo\";a:4:{s:9:\"ibox_cols\";s:1:\"3\";s:10:\"ibox_media\";s:4:\"icon\";s:11:\"ibox_format\";s:3:\"top\";s:10:\"ibox_array\";a:4:{s:5:\"item1\";a:4:{s:5:\"title\";s:22:\"100% Responsive Design\";s:4:\"text\";s:90:\"The design will scale to fit on all browser widths/resolutions and on all mobile devices. \";s:4:\"icon\";s:6:\"expand\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:4:{s:5:\"title\";s:23:\"Flexible Crafted Design\";s:4:\"text\";s:87:\"Change your site colors and control your website\'s design with point and click options.\";s:4:\"icon\";s:5:\"magic\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:4:{s:5:\"title\";s:17:\"Clean Modern Code\";s:4:\"text\";s:101:\"PageLines code is easy to read with comments, Hook and simple API. Developing with PageLines is easy.\";s:4:\"icon\";s:4:\"code\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:4:{s:5:\"title\";s:16:\"High Performance\";s:4:\"text\";s:77:\"Build websites code-free with modular drag and drop. Built for pros, by pros.\";s:4:\"icon\";s:4:\"bolt\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"umucjwt\";a:10:{s:17:\"flipper_post_type\";s:9:\"portfolio\";s:13:\"flipper_shown\";s:1:\"3\";s:13:\"flipper_sizes\";s:11:\"basic-thumb\";s:13:\"flipper_total\";s:2:\"10\";s:16:\"flipper_hide_nav\";s:1:\"0\";s:17:\"flipper_post_sort\";s:4:\"DESC\";s:13:\"flipper_title\";s:11:\"Recent Work\";s:23:\"flipper_hide_title_link\";s:1:\"0\";s:20:\"flipper_show_excerpt\";s:1:\"0\";s:25:\"disable_flipper_show_love\";s:1:\"0\";}s:7:\"uttonvq\";a:5:{s:13:\"icallout_text\";s:28:\"Ready for a smarter website?\";s:18:\"icallout_text_wrap\";s:2:\"h2\";s:13:\"icallout_link\";s:1:\"#\";s:15:\"icallout_target\";s:1:\"0\";s:18:\"icallout_link_text\";s:21:\"Get DMS For Wordpress\";}s:7:\"um2elep\";a:8:{s:11:\"pl_area_pad\";s:4:\"30px\";s:18:\"pl_area_pad_bottom\";s:4:\"30px\";s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:23:\"pl_area_bg_color_enable\";s:1:\"1\";s:16:\"pl_area_bg_color\";s:6:\"f5f5f5\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"FFFFFF\";}s:7:\"uep400h\";a:5:{s:20:\"revslider_fullscreen\";s:1:\"0\";s:15:\"revslider_array\";a:3:{s:5:\"item1\";a:2:{s:10:\"background\";s:62:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/slide-dms.jpg\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:1:{s:8:\"showitem\";s:1:\"1\";}}s:16:\"revslider_repeat\";s:1:\"0\";s:22:\"revslider_color_enable\";s:1:\"0\";s:15:\"revslider_color\";s:6:\"FFFFFF\";}s:7:\"u82n294\";a:6:{s:11:\"pl_area_pad\";s:4:\"40px\";s:18:\"pl_area_pad_bottom\";s:3:\"0px\";s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:23:\"pl_area_bg_color_enable\";s:1:\"0\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}}s:4:\"live\";a:8:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:3:{i:0;a:1:{s:9:\"ctemplate\";s:15:\"demo-homeslider\";}i:1;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areau82n294\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"u82n294\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:6:\"pliBox\";s:5:\"clone\";s:7:\"uq1wopo\";s:3:\"sid\";s:4:\"ibox\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:2;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau1eae4\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"u1eae4\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:16:\"PageLinesFlipper\";s:5:\"clone\";s:7:\"umucjwt\";s:3:\"sid\";s:7:\"flipper\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}}s:6:\"u1eae4\";a:6:{s:11:\"pl_area_pad\";s:4:\"40px\";s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:23:\"pl_area_bg_color_enable\";s:1:\"0\";s:16:\"pl_area_bg_color\";s:6:\"FFFFFF\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"uq1wopo\";a:4:{s:9:\"ibox_cols\";s:1:\"3\";s:10:\"ibox_media\";s:4:\"icon\";s:11:\"ibox_format\";s:3:\"top\";s:10:\"ibox_array\";a:4:{s:5:\"item1\";a:4:{s:5:\"title\";s:22:\"100% Responsive Design\";s:4:\"text\";s:90:\"The design will scale to fit on all browser widths/resolutions and on all mobile devices. \";s:4:\"icon\";s:6:\"expand\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:4:{s:5:\"title\";s:23:\"Flexible Crafted Design\";s:4:\"text\";s:87:\"Change your site colors and control your website\'s design with point and click options.\";s:4:\"icon\";s:5:\"magic\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:4:{s:5:\"title\";s:17:\"Clean Modern Code\";s:4:\"text\";s:101:\"PageLines code is easy to read with comments, Hook and simple API. Developing with PageLines is easy.\";s:4:\"icon\";s:4:\"code\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:4:{s:5:\"title\";s:16:\"High Performance\";s:4:\"text\";s:77:\"Build websites code-free with modular drag and drop. Built for pros, by pros.\";s:4:\"icon\";s:4:\"bolt\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"umucjwt\";a:10:{s:17:\"flipper_post_type\";s:9:\"portfolio\";s:13:\"flipper_shown\";s:1:\"3\";s:13:\"flipper_sizes\";s:11:\"basic-thumb\";s:13:\"flipper_total\";s:2:\"10\";s:16:\"flipper_hide_nav\";s:1:\"0\";s:17:\"flipper_post_sort\";s:4:\"DESC\";s:13:\"flipper_title\";s:11:\"Recent Work\";s:23:\"flipper_hide_title_link\";s:1:\"0\";s:20:\"flipper_show_excerpt\";s:1:\"0\";s:25:\"disable_flipper_show_love\";s:1:\"0\";}s:7:\"uttonvq\";a:5:{s:13:\"icallout_text\";s:28:\"Ready for a smarter website?\";s:18:\"icallout_text_wrap\";s:2:\"h2\";s:13:\"icallout_link\";s:1:\"#\";s:15:\"icallout_target\";s:1:\"0\";s:18:\"icallout_link_text\";s:21:\"Get DMS For Wordpress\";}s:7:\"um2elep\";a:8:{s:11:\"pl_area_pad\";s:4:\"30px\";s:18:\"pl_area_pad_bottom\";s:4:\"30px\";s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:23:\"pl_area_bg_color_enable\";s:1:\"1\";s:16:\"pl_area_bg_color\";s:6:\"f5f5f5\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"FFFFFF\";}s:7:\"uep400h\";a:5:{s:20:\"revslider_fullscreen\";s:1:\"0\";s:15:\"revslider_array\";a:3:{s:5:\"item1\";a:2:{s:10:\"background\";s:62:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/slide-dms.jpg\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:1:{s:8:\"showitem\";s:1:\"1\";}}s:16:\"revslider_repeat\";s:1:\"0\";s:22:\"revslider_color_enable\";s:1:\"0\";s:15:\"revslider_color\";s:6:\"FFFFFF\";}s:7:\"u82n294\";a:6:{s:11:\"pl_area_pad\";s:4:\"40px\";s:18:\"pl_area_pad_bottom\";s:3:\"0px\";s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:23:\"pl_area_bg_color_enable\";s:1:\"0\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}}}'),(6880,11,'pl-settings','a:2:{s:5:\"draft\";a:13:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{s:9:\"ctemplate\";s:15:\"pages-portfolio\";}}s:7:\"ud51op4\";a:3:{s:15:\"_highlight_head\";s:21:\"This is PageLines DMS\";s:18:\"_highlight_subhead\";s:21:\"Let The Journey Begin\";s:22:\"_highlight_image_frame\";s:1:\"0\";}s:7:\"ux66zdq\";a:2:{s:15:\"textbox_content\";s:62:\"<h4>Masonry Post Type Loop Section Goes Here (Full Width)</h4>\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"uuda9yi\";a:10:{s:11:\"pl_area_pad\";s:5:\"200px\";s:18:\"pl_area_pad_bottom\";s:5:\"200px\";s:23:\"pl_area_image_attach_id\";s:3:\"146\";s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:13:\"pl_area_video\";s:68:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/mornin_1280x720.mp4\";s:15:\"pl_area_video_2\";s:78:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/mornin_1280x720.oggtheora.ogv\";s:16:\"pl_area_parallax\";s:11:\"pl-parallax\";s:10:\"pl_area_bg\";s:7:\"pl-grey\";s:23:\"pl_area_bg_color_enable\";s:1:\"0\";s:16:\"pl_area_bg_color\";s:6:\"FFFFFF\";}s:6:\"ub4120\";a:8:{s:14:\"pl_area_height\";s:4:\"1505\";s:13:\"pl_area_image\";s:60:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/masonry.jpg\";s:23:\"pl_area_image_attach_id\";s:3:\"252\";s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:16:\"pl_area_parallax\";s:1:\"0\";s:10:\"pl_area_bg\";s:8:\"pl-black\";s:23:\"pl_area_bg_color_enable\";s:1:\"0\";s:16:\"pl_area_bg_color\";s:6:\"FF0000\";}s:7:\"u6mruk4\";a:2:{s:15:\"textbox_content\";s:54:\"<h4>Rotating Quotes Section Goes Here(Full Width)</h4>\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"uez6du0\";a:4:{s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:10:\"pl_area_bg\";s:8:\"pl-black\";s:23:\"pl_area_bg_color_enable\";s:1:\"1\";s:16:\"pl_area_bg_color\";s:6:\"337eff\";}s:7:\"uvy89p5\";a:2:{s:20:\"revslider_fullscreen\";s:1:\"0\";s:15:\"revslider_array\";a:3:{s:5:\"item1\";a:3:{s:10:\"background\";s:62:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/slide-dms.jpg\";s:20:\"background_attach_id\";s:3:\"251\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:1:{s:8:\"showitem\";s:1:\"1\";}}}s:7:\"ulvysbx\";a:5:{s:14:\"masonic_format\";s:7:\"masonry\";s:17:\"masonic_post_type\";s:9:\"portfolio\";s:13:\"masonic_sizes\";s:5:\"large\";s:13:\"masonic_total\";s:2:\"10\";s:17:\"masonic_post_sort\";s:4:\"rand\";}s:7:\"upc7fes\";a:7:{s:14:\"masonic_format\";s:7:\"masonry\";s:17:\"masonic_post_type\";s:9:\"portfolio\";s:13:\"masonic_sizes\";s:5:\"large\";s:13:\"masonic_total\";s:2:\"10\";s:17:\"masonic_post_sort\";s:4:\"DESC\";s:14:\"masonic_repeat\";s:1:\"0\";s:20:\"masonic_color_enable\";s:1:\"0\";}s:7:\"ua65n5l\";a:3:{s:19:\"testimonials_height\";s:1:\"0\";s:25:\"testimonials_disable_auto\";s:1:\"0\";s:20:\"pl_testimonial_array\";a:3:{s:5:\"item1\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:1:{s:8:\"showitem\";s:1:\"1\";}}}s:7:\"ur38g6n\";a:3:{s:17:\"testimonials_mode\";s:7:\"default\";s:25:\"testimonials_disable_auto\";s:1:\"0\";s:20:\"pl_testimonial_array\";a:4:{s:5:\"item1\";a:3:{s:4:\"text\";s:90:\"Excellent Design and so easy to Customize. <br />This can be used for any type of website.\";s:4:\"cite\";s:14:\"Nicole Riordan\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:3:{s:4:\"text\";s:133:\"“A designer knows he has achieved perfection not when there is nothing left to add, but when there is nothing left to take away.”\";s:4:\"cite\";s:24:\"Antoine de Saint-Exupery\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:3:{s:4:\"text\";s:113:\"“The ultimate promise of technology is to make us master of a world that we command by the push of a button.”\";s:4:\"cite\";s:16:\"Volker Grassmuck\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:3:{s:4:\"text\";s:112:\"“I strive for two things in design: simplicity and clarity. <br />Great design is born of those two things.”\";s:4:\"cite\";s:13:\"Lindon Leader\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"uz83nk3\";a:3:{s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"f3f3f3\";}}s:4:\"live\";a:13:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:3:{i:0;a:1:{s:9:\"ctemplate\";s:15:\"demo-homeslider\";}i:1;a:6:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"masonicupc7fes\";s:6:\"object\";s:9:\"PLMasonic\";s:3:\"sid\";s:7:\"masonic\";s:5:\"clone\";s:7:\"upc7fes\";}i:2;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:14:\"pl_areauz83nk3\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"uz83nk3\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:14:\"PLTestimonials\";s:5:\"clone\";s:7:\"ur38g6n\";s:3:\"sid\";s:12:\"testimonials\";s:4:\"span\";s:2:\"10\";s:6:\"offset\";s:1:\"1\";s:6:\"newrow\";s:5:\"false\";}}}}}s:7:\"ud51op4\";a:3:{s:15:\"_highlight_head\";s:21:\"This is PageLines DMS\";s:18:\"_highlight_subhead\";s:21:\"Let The Journey Begin\";s:22:\"_highlight_image_frame\";s:1:\"0\";}s:7:\"ux66zdq\";a:2:{s:15:\"textbox_content\";s:62:\"<h4>Masonry Post Type Loop Section Goes Here (Full Width)</h4>\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"uuda9yi\";a:10:{s:11:\"pl_area_pad\";s:5:\"200px\";s:18:\"pl_area_pad_bottom\";s:5:\"200px\";s:23:\"pl_area_image_attach_id\";s:3:\"146\";s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:13:\"pl_area_video\";s:68:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/mornin_1280x720.mp4\";s:15:\"pl_area_video_2\";s:78:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/mornin_1280x720.oggtheora.ogv\";s:16:\"pl_area_parallax\";s:11:\"pl-parallax\";s:10:\"pl_area_bg\";s:7:\"pl-grey\";s:23:\"pl_area_bg_color_enable\";s:1:\"0\";s:16:\"pl_area_bg_color\";s:6:\"FFFFFF\";}s:6:\"ub4120\";a:8:{s:14:\"pl_area_height\";s:4:\"1505\";s:13:\"pl_area_image\";s:60:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/masonry.jpg\";s:23:\"pl_area_image_attach_id\";s:3:\"252\";s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:16:\"pl_area_parallax\";s:1:\"0\";s:10:\"pl_area_bg\";s:8:\"pl-black\";s:23:\"pl_area_bg_color_enable\";s:1:\"0\";s:16:\"pl_area_bg_color\";s:6:\"FF0000\";}s:7:\"u6mruk4\";a:2:{s:15:\"textbox_content\";s:54:\"<h4>Rotating Quotes Section Goes Here(Full Width)</h4>\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"uez6du0\";a:4:{s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:10:\"pl_area_bg\";s:8:\"pl-black\";s:23:\"pl_area_bg_color_enable\";s:1:\"1\";s:16:\"pl_area_bg_color\";s:6:\"337eff\";}s:7:\"uvy89p5\";a:2:{s:20:\"revslider_fullscreen\";s:1:\"0\";s:15:\"revslider_array\";a:3:{s:5:\"item1\";a:3:{s:10:\"background\";s:62:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/slide-dms.jpg\";s:20:\"background_attach_id\";s:3:\"251\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:1:{s:8:\"showitem\";s:1:\"1\";}}}s:7:\"ulvysbx\";a:5:{s:14:\"masonic_format\";s:7:\"masonry\";s:17:\"masonic_post_type\";s:9:\"portfolio\";s:13:\"masonic_sizes\";s:5:\"large\";s:13:\"masonic_total\";s:2:\"10\";s:17:\"masonic_post_sort\";s:4:\"rand\";}s:7:\"upc7fes\";a:7:{s:14:\"masonic_format\";s:7:\"masonry\";s:17:\"masonic_post_type\";s:9:\"portfolio\";s:13:\"masonic_sizes\";s:5:\"large\";s:13:\"masonic_total\";s:2:\"10\";s:17:\"masonic_post_sort\";s:4:\"DESC\";s:14:\"masonic_repeat\";s:1:\"0\";s:20:\"masonic_color_enable\";s:1:\"0\";}s:7:\"ua65n5l\";a:3:{s:19:\"testimonials_height\";s:1:\"0\";s:25:\"testimonials_disable_auto\";s:1:\"0\";s:20:\"pl_testimonial_array\";a:3:{s:5:\"item1\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:1:{s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:1:{s:8:\"showitem\";s:1:\"1\";}}}s:7:\"ur38g6n\";a:3:{s:17:\"testimonials_mode\";s:7:\"default\";s:25:\"testimonials_disable_auto\";s:1:\"0\";s:20:\"pl_testimonial_array\";a:4:{s:5:\"item1\";a:3:{s:4:\"text\";s:90:\"Excellent Design and so easy to Customize. <br />This can be used for any type of website.\";s:4:\"cite\";s:14:\"Nicole Riordan\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:3:{s:4:\"text\";s:133:\"“A designer knows he has achieved perfection not when there is nothing left to add, but when there is nothing left to take away.”\";s:4:\"cite\";s:24:\"Antoine de Saint-Exupery\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:3:{s:4:\"text\";s:113:\"“The ultimate promise of technology is to make us master of a world that we command by the push of a button.”\";s:4:\"cite\";s:16:\"Volker Grassmuck\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:3:{s:4:\"text\";s:112:\"“I strive for two things in design: simplicity and clarity. <br />Great design is born of those two things.”\";s:4:\"cite\";s:13:\"Lindon Leader\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"uz83nk3\";a:3:{s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"f3f3f3\";}}}'),(6881,9,'pl-settings','a:2:{s:4:\"live\";a:56:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{s:9:\"ctemplate\";s:13:\"pages-landing\";}}s:7:\"uqm3nhp\";a:6:{s:11:\"pl_area_pad\";s:4:\"30px\";s:18:\"pl_area_pad_bottom\";s:3:\"0px\";s:17:\"pl_area_bg_repeat\";s:1:\"1\";s:10:\"pl_area_bg\";s:8:\"pl-black\";s:23:\"pl_area_bg_color_enable\";s:1:\"1\";s:16:\"pl_area_bg_color\";s:6:\"333333\";}s:7:\"uwnihy6\";a:7:{s:13:\"textbox_title\";s:28:\"Mobile Ready. Just Like You.\";s:18:\"textbox_title_wrap\";s:2:\"h4\";s:15:\"textbox_content\";s:92:\"<img src=\"http://themes.pagelines.com/dms/wp-content/uploads/sites/9/2014/01/devices.png\" />\";s:11:\"textbox_pad\";s:7:\"0 0 0 0\";s:17:\"textbox_font_size\";s:2:\"24\";s:13:\"textbox_align\";s:10:\"textcenter\";s:17:\"textbox_animation\";s:15:\"pla-from-bottom\";}s:7:\"utbfvb7\";a:4:{s:13:\"textbox_title\";s:73:\"Alternate Flipper Section Goes Here (Full Width - Sample BG - no padding)\";s:18:\"textbox_title_wrap\";s:6:\"strong\";s:17:\"textbox_font_size\";s:2:\"24\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"u4lcb0m\";a:3:{s:18:\"icallout_text_wrap\";s:2:\"h2\";s:15:\"icallout_target\";s:1:\"0\";s:18:\"icallout_btn_theme\";s:12:\"btn-ol-white\";}s:7:\"uwg4dj0\";a:6:{s:11:\"pl_area_pad\";s:4:\"20px\";s:17:\"pl_standard_title\";s:54:\"Are you getting Excited? We’re just getting started!\";s:16:\"pl_area_parallax\";s:1:\"0\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"F7F7F7\";}s:7:\"udzuxyb\";a:6:{s:11:\"pl_area_pad\";s:4:\"30px\";s:18:\"pl_area_pad_bottom\";s:4:\"30px\";s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:10:\"pl_area_bg\";s:1:\"0\";s:23:\"pl_area_bg_color_enable\";s:1:\"1\";s:16:\"pl_area_bg_color\";s:6:\"f5f5f5\";}s:7:\"uhbu3q6\";a:5:{s:11:\"pl_area_pad\";s:5:\"100px\";s:16:\"pl_area_parallax\";s:1:\"0\";s:14:\"pl_area_repeat\";s:1:\"1\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"F7F7F7\";}s:7:\"umlbvc7\";a:5:{s:20:\"revslider_fullscreen\";s:1:\"1\";s:15:\"revslider_array\";a:4:{s:5:\"item1\";a:14:{s:10:\"background\";s:62:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/video-bg1.jpg\";s:20:\"background_attach_id\";s:3:\"658\";s:5:\"title\";s:11:\"This is DMS\";s:4:\"text\";s:138:\"PageLines allows you to edit visually via<br /> drag-and-drop. All designed to work with <br />WordPress CMS. Set up new sites in no time!\";s:13:\"element_color\";s:13:\"element-light\";s:8:\"location\";s:8:\"centered\";s:4:\"link\";s:1:\"#\";s:9:\"link_text\";s:18:\"View More Features\";s:10:\"link_style\";s:12:\"btn-ol-white\";s:6:\"link_2\";s:1:\"#\";s:11:\"link_2_text\";s:10:\"Learn More\";s:12:\"link_2_style\";s:11:\"btn-primary\";s:5:\"video\";s:70:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/EternalCompressed.mp4\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:12:{s:10:\"background\";s:66:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/slide-mobile3.jpg\";s:20:\"background_attach_id\";s:3:\"616\";s:5:\"title\";s:32:\"Take your site<br /> everywhere.\";s:4:\"text\";s:58:\"DMS is responsive and is <br /> Astonishing on any device!\";s:13:\"element_color\";s:13:\"element-light\";s:8:\"location\";s:9:\"left-side\";s:10:\"transition\";s:4:\"fade\";s:4:\"link\";s:1:\"#\";s:9:\"link_text\";s:12:\"Explore More\";s:10:\"link_style\";s:12:\"btn-ol-black\";s:12:\"link_2_style\";s:11:\"btn-primary\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:8:{s:10:\"background\";s:65:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/get-creative.jpg\";s:20:\"background_attach_id\";s:3:\"663\";s:5:\"title\";s:12:\"Get Creative\";s:4:\"text\";s:31:\"Animate to your heart\'s content\";s:13:\"element_color\";s:13:\"element-light\";s:8:\"location\";s:10:\"right-side\";s:10:\"transition\";s:4:\"fade\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:7:{s:10:\"background\";s:65:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/get-creative.jpg\";s:5:\"title\";s:16:\"Real Drag & Drop\";s:4:\"text\";s:66:\"Drag-and-drop sections on any area of your site and edit visually.\";s:13:\"element_color\";s:13:\"element-light\";s:8:\"location\";s:9:\"left-side\";s:10:\"link_style\";s:11:\"btn-primary\";s:8:\"showitem\";s:1:\"1\";}}s:16:\"revslider_repeat\";s:1:\"0\";s:22:\"revslider_color_enable\";s:1:\"0\";s:15:\"revslider_color\";s:6:\"FFFFFF\";}s:7:\"u6w5aw0\";a:4:{s:9:\"ibox_cols\";s:1:\"4\";s:10:\"ibox_media\";s:4:\"icon\";s:11:\"ibox_format\";s:4:\"left\";s:10:\"ibox_array\";a:6:{s:5:\"item1\";a:4:{s:5:\"title\";s:20:\"Premium Design Files\";s:4:\"text\";s:114:\"PageLines DMS will help you build custom marketing websites that do wonders.It comes packed with amazing features.\";s:4:\"icon\";s:6:\"expand\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:4:{s:5:\"title\";s:17:\"A Real Time Saver\";s:4:\"text\";s:114:\"PageLines DMS will help you build custom marketing websites that do wonders.It comes packed with amazing features.\";s:4:\"icon\";s:4:\"time\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:4:{s:5:\"title\";s:17:\"Clean Modern Code\";s:4:\"text\";s:114:\"PageLines DMS will help you build custom marketing websites that do wonders.It comes packed with amazing features.\";s:4:\"icon\";s:4:\"code\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:4:{s:5:\"title\";s:16:\"High Performance\";s:4:\"text\";s:114:\"PageLines DMS will help you build custom marketing websites that do wonders.It comes packed with amazing features.\";s:4:\"icon\";s:4:\"bolt\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item5\";a:4:{s:5:\"title\";s:20:\"eCommerce Capability\";s:4:\"text\";s:114:\"PageLines DMS will help you build custom marketing websites that do wonders.It comes packed with amazing features.\";s:4:\"icon\";s:13:\"shopping-cart\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item6\";a:4:{s:5:\"title\";s:20:\"Google Fonts Support\";s:4:\"text\";s:114:\"PageLines DMS will help you build custom marketing websites that do wonders.It comes packed with amazing features.\";s:4:\"icon\";s:4:\"font\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"u8l7bei\";a:5:{s:14:\"mediabox_image\";s:58:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/shelf.png\";s:24:\"mediabox_image_attach_id\";s:3:\"231\";s:14:\"mediabox_align\";s:6:\"center\";s:17:\"disable_centering\";s:1:\"0\";s:18:\"mediabox_animation\";s:15:\"pla-from-bottom\";}s:7:\"uoeiipz\";a:4:{s:13:\"textbox_title\";s:28:\"Mobile Ready. Just Like You.\";s:18:\"textbox_title_wrap\";s:6:\"strong\";s:17:\"textbox_font_size\";s:2:\"24\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"u1g24yf\";a:2:{s:13:\"textbox_align\";s:10:\"textcenter\";s:18:\"textbox_title_wrap\";s:6:\"strong\";}s:7:\"u6ajhvk\";a:11:{s:11:\"pl_area_pad\";s:3:\"0px\";s:18:\"pl_area_pad_bottom\";s:3:\"0px\";s:14:\"pl_area_height\";s:3:\"230\";s:23:\"pl_area_image_attach_id\";s:3:\"229\";s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:16:\"pl_area_parallax\";s:19:\"pl-scroll-translate\";s:10:\"pl_area_bg\";s:8:\"pl-black\";s:23:\"pl_area_bg_color_enable\";s:1:\"0\";s:16:\"pl_area_bg_color\";s:6:\"FFFFFF\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"uuvdgzl\";a:4:{s:14:\"mediabox_image\";s:64:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/ibox-update.jpg\";s:13:\"mediabox_html\";s:133:\"^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n-Updated Styles<br />\n-More spacing between icon and title<br />\n-More spacing between title and content\";s:14:\"mediabox_align\";s:6:\"center\";s:17:\"disable_centering\";s:1:\"0\";}s:7:\"u0zr324\";a:6:{s:11:\"pl_area_pad\";s:5:\"100px\";s:18:\"pl_area_pad_bottom\";s:5:\"100px\";s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:16:\"pl_area_parallax\";s:19:\"pl-scroll-translate\";s:23:\"pl_area_bg_color_enable\";s:1:\"0\";s:16:\"pl_area_bg_color\";s:6:\"FFFFFF\";}s:7:\"ucgzz9g\";a:6:{s:11:\"pl_area_pad\";s:4:\"20px\";s:18:\"pl_area_pad_bottom\";s:4:\"40px\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"0070FF\";}s:7:\"u7avcyf\";a:5:{s:14:\"popshot_format\";s:7:\"browser\";s:13:\"popshot_array\";a:3:{s:5:\"item1\";a:5:{s:5:\"image\";s:60:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/masonry.jpg\";s:6:\"offset\";s:6:\"-600px\";s:6:\"height\";s:5:\"200px\";s:5:\"index\";s:1:\"9\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:3:{s:5:\"image\";s:63:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/slide-dms1.jpg\";s:5:\"index\";s:2:\"10\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:6:{s:5:\"image\";s:69:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/popshot-content2.jpg\";s:15:\"image_attach_id\";s:3:\"256\";s:6:\"offset\";s:3:\"0px\";s:6:\"height\";s:5:\"200px\";s:5:\"index\";s:1:\"9\";s:8:\"showitem\";s:1:\"1\";}}s:13:\"popshot_theme\";s:1:\"0\";s:20:\"popshot_color_enable\";s:1:\"1\";s:13:\"popshot_color\";s:6:\"333333\";}s:7:\"un541jt\";a:3:{s:13:\"pl_area_class\";s:7:\"meganav\";s:9:\"navi_menu\";s:1:\"2\";s:11:\"navi_search\";s:1:\"0\";}s:7:\"u7dwrsl\";a:5:{s:14:\"masonic_format\";s:4:\"grid\";s:17:\"masonic_post_type\";s:9:\"portfolio\";s:13:\"masonic_sizes\";s:5:\"large\";s:13:\"masonic_total\";s:1:\"5\";s:17:\"masonic_post_sort\";s:4:\"DESC\";}s:7:\"ujnqgin\";a:5:{s:14:\"masonic_format\";s:4:\"grid\";s:17:\"masonic_post_type\";s:9:\"portfolio\";s:13:\"masonic_sizes\";s:5:\"large\";s:13:\"masonic_total\";s:2:\"10\";s:17:\"masonic_post_sort\";s:4:\"DESC\";}s:7:\"u3bdn8z\";a:10:{s:17:\"flipper_post_type\";s:9:\"portfolio\";s:14:\"flipper_format\";s:7:\"masonry\";s:13:\"flipper_shown\";s:1:\"3\";s:13:\"flipper_sizes\";s:5:\"large\";s:13:\"flipper_total\";s:2:\"10\";s:16:\"flipper_hide_nav\";s:1:\"0\";s:17:\"flipper_post_sort\";s:4:\"DESC\";s:23:\"flipper_hide_title_link\";s:1:\"1\";s:20:\"flipper_show_excerpt\";s:1:\"0\";s:25:\"disable_flipper_show_love\";s:1:\"1\";}s:7:\"ug7d9lf\";a:7:{s:14:\"masonic_format\";s:4:\"grid\";s:17:\"masonic_post_type\";s:9:\"portfolio\";s:13:\"masonic_sizes\";s:5:\"large\";s:13:\"masonic_total\";s:1:\"5\";s:17:\"masonic_post_sort\";s:4:\"DESC\";s:14:\"masonic_repeat\";s:1:\"0\";s:20:\"masonic_color_enable\";s:1:\"0\";}s:7:\"utp35zx\";a:5:{s:18:\"pl_standard_styles\";s:11:\"padding: 0;\";s:9:\"navi_menu\";s:1:\"2\";s:11:\"navi_search\";s:1:\"0\";s:11:\"navi_repeat\";s:1:\"0\";s:17:\"navi_color_enable\";s:1:\"0\";}s:7:\"ugm65dx\";a:3:{s:17:\"testimonials_mode\";s:7:\"default\";s:25:\"testimonials_disable_auto\";s:1:\"0\";s:20:\"pl_testimonial_array\";a:4:{s:5:\"item1\";a:4:{s:4:\"text\";s:54:\"\"We built DMS for people that care about the details.\"\";s:4:\"cite\";s:13:\"Andrew Powers\";s:5:\"email\";s:20:\"andrew@pagelines.com\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:4:{s:4:\"text\";s:109:\"“Mastery is achieved not when there is nothing left to add, but when there is nothing left to take away.”\";s:4:\"cite\";s:9:\"Bruce Lee\";s:5:\"email\";s:19:\"hello@pagelines.com\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:4:{s:4:\"text\";s:113:\"“The ultimate promise of technology is to make us master of a world that we command by the push of a button.”\";s:4:\"cite\";s:16:\"Johnny Appleseed\";s:5:\"email\";s:19:\"hello@pagelines.com\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:4:{s:4:\"text\";s:113:\"“We strive for two things in design: simplicity and clarity. <br />Great design is born of those two things.”\";s:4:\"cite\";s:20:\"Raymond Lopez Aleman\";s:5:\"email\";s:19:\"hello@pagelines.com\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"ufhz3my\";a:4:{s:9:\"navi_menu\";s:1:\"2\";s:11:\"navi_search\";s:1:\"0\";s:11:\"navi_repeat\";s:1:\"0\";s:17:\"navi_color_enable\";s:1:\"0\";}s:7:\"u50dfzd\";a:10:{s:14:\"flipper_format\";s:7:\"masonry\";s:13:\"flipper_shown\";s:1:\"4\";s:13:\"flipper_total\";s:2:\"10\";s:16:\"flipper_hide_nav\";s:1:\"1\";s:17:\"flipper_post_sort\";s:4:\"DESC\";s:23:\"flipper_hide_title_link\";s:1:\"0\";s:20:\"flipper_show_excerpt\";s:1:\"0\";s:25:\"disable_flipper_show_love\";s:1:\"0\";s:14:\"flipper_repeat\";s:1:\"0\";s:20:\"flipper_color_enable\";s:1:\"0\";}s:7:\"u3xg4ye\";a:16:{s:17:\"flipper_post_type\";s:4:\"post\";s:14:\"flipper_format\";s:7:\"masonry\";s:13:\"flipper_shown\";s:1:\"3\";s:13:\"flipper_sizes\";s:12:\"aspect-thumb\";s:13:\"flipper_total\";s:2:\"10\";s:16:\"flipper_hide_nav\";s:1:\"0\";s:17:\"flipper_post_sort\";s:4:\"DESC\";s:13:\"flipper_title\";s:6:\"&nbsp;\";s:23:\"flipper_hide_title_link\";s:1:\"1\";s:12:\"flipper_meta\";s:17:\"[post_categories]\";s:20:\"flipper_show_excerpt\";s:1:\"0\";s:25:\"disable_flipper_show_love\";s:1:\"1\";s:14:\"flipper_repeat\";s:1:\"0\";s:13:\"flipper_theme\";s:1:\"0\";s:20:\"flipper_color_enable\";s:1:\"0\";s:13:\"flipper_color\";s:6:\"F7F7F7\";}s:7:\"uso1aft\";a:3:{s:13:\"textbox_title\";s:11:\"FUCKING BUG\";s:18:\"textbox_title_wrap\";s:2:\"h3\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"u15ldny\";a:4:{s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:23:\"pl_area_bg_color_enable\";s:1:\"0\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"uf2sth5\";a:4:{s:13:\"popshot_array\";a:3:{s:5:\"item1\";a:3:{s:5:\"image\";s:62:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/popshot16.jpg\";s:5:\"index\";s:2:\"10\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:5:{s:5:\"image\";s:62:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/popshot21.jpg\";s:6:\"offset\";s:6:\"-600px\";s:6:\"height\";s:5:\"200px\";s:5:\"index\";s:1:\"2\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:5:{s:5:\"image\";s:61:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/popshot3.jpg\";s:6:\"offset\";s:1:\"0\";s:6:\"height\";s:5:\"200px\";s:5:\"index\";s:1:\"2\";s:8:\"showitem\";s:1:\"1\";}}s:14:\"popshot_repeat\";s:1:\"0\";s:20:\"popshot_color_enable\";s:1:\"1\";s:13:\"popshot_color\";s:6:\"333333\";}s:7:\"uy93wvz\";a:7:{s:14:\"popshot_format\";s:7:\"browser\";s:14:\"popshot_height\";s:5:\"400px\";s:13:\"popshot_array\";a:3:{s:5:\"item1\";a:5:{s:5:\"image\";s:61:\"[pl_site_url]/wp-content/uploads/sites/9/2014/03/builder1.jpg\";s:15:\"image_attach_id\";s:4:\"1445\";s:6:\"height\";s:5:\"320px\";s:5:\"index\";s:2:\"10\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:5:{s:5:\"image\";s:62:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/popshot21.jpg\";s:6:\"offset\";s:6:\"-600px\";s:6:\"height\";s:5:\"260px\";s:5:\"index\";s:1:\"8\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:5:{s:5:\"image\";s:61:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/popshot3.jpg\";s:6:\"offset\";s:1:\"0\";s:6:\"height\";s:5:\"260px\";s:5:\"index\";s:1:\"8\";s:8:\"showitem\";s:1:\"1\";}}s:14:\"popshot_repeat\";s:1:\"0\";s:13:\"popshot_theme\";s:8:\"pl-black\";s:20:\"popshot_color_enable\";s:1:\"1\";s:13:\"popshot_color\";s:6:\"333333\";}s:7:\"up5v46z\";a:5:{s:13:\"textbox_title\";s:24:\"Drag & Drop Page Builder\";s:15:\"textbox_content\";s:162:\"Create any page layout for any type of website using DMS. <br />Just add page elements, drag them into place, and add your own content & images. It’s that easy.\";s:13:\"textbox_align\";s:10:\"textcenter\";s:18:\"textbox_title_wrap\";s:2:\"h2\";s:17:\"textbox_animation\";s:12:\"pla-from-top\";}s:7:\"u349mrw\";a:5:{s:16:\"pl_area_parallax\";s:11:\"pl-parallax\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"333333\";}s:7:\"u305mco\";a:4:{s:9:\"ibox_cols\";s:1:\"4\";s:10:\"ibox_media\";s:4:\"icon\";s:11:\"ibox_format\";s:4:\"left\";s:10:\"ibox_array\";a:6:{s:5:\"item1\";a:4:{s:5:\"title\";s:19:\"Drag & Drop Builder\";s:4:\"text\";s:120:\"Easily build and save layouts using a drag and drop page builder. Create unlimited layouts for all your posts and pages.\";s:4:\"icon\";s:6:\"random\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:4:{s:5:\"title\";s:17:\"Responsive Design\";s:4:\"text\";s:134:\"The theme is fully responsive no matter how you decide to build your pages. Create layouts that your visitors can enjoy on any device.\";s:4:\"icon\";s:6:\"mobile\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:4:{s:5:\"title\";s:22:\"Unlimited Page Layouts\";s:4:\"text\";s:102:\"Unlimited color options, page layouts and animations. You’ll love the endless possibilities of DMS. \";s:4:\"icon\";s:4:\"flag\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:4:{s:5:\"title\";s:24:\"Preloaded Page Templates\";s:4:\"text\";s:104:\"Ready with built-in pages, no need to import files so your theme installation is smooth and hassle free.\";s:4:\"icon\";s:4:\"code\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item5\";a:4:{s:5:\"title\";s:22:\"WooCommerce Capability\";s:4:\"text\";s:97:\"Designed & extended to fit the WooCommerce plugin which allows you to sell products on your site.\";s:4:\"icon\";s:13:\"shopping-cart\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item6\";a:4:{s:5:\"title\";s:13:\"SEO Standards\";s:4:\"text\";s:107:\"DMS was build with close attention to SEO. Your site must look good, but also rank well on search results. \";s:4:\"icon\";s:6:\"search\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"umev1ni\";a:4:{s:9:\"ibox_cols\";s:1:\"4\";s:10:\"ibox_media\";s:4:\"icon\";s:11:\"ibox_format\";s:3:\"top\";s:10:\"ibox_array\";a:3:{s:5:\"item1\";a:3:{s:5:\"title\";s:8:\"Fuck it!\";s:4:\"text\";s:4:\"bleh\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:3:{s:5:\"title\";s:8:\"Fuck it!\";s:4:\"text\";s:4:\"bleh\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:3:{s:5:\"title\";s:8:\"Fuck it!\";s:4:\"text\";s:4:\"bleh\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"u8izpgr\";a:4:{s:9:\"ibox_cols\";s:1:\"4\";s:10:\"ibox_media\";s:4:\"icon\";s:11:\"ibox_format\";s:4:\"left\";s:10:\"ibox_array\";a:6:{s:5:\"item1\";a:4:{s:5:\"title\";s:19:\"Drag & Drop Builder\";s:4:\"text\";s:120:\"Easily build and save layouts using a drag and drop page builder. Create unlimited layouts for all your posts and pages.\";s:4:\"icon\";s:6:\"random\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:4:{s:5:\"title\";s:17:\"Responsive Design\";s:4:\"text\";s:134:\"The theme is fully responsive no matter how you decide to build your pages. Create layouts that your visitors can enjoy on any device.\";s:4:\"icon\";s:6:\"mobile\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:4:{s:5:\"title\";s:22:\"Unlimited Page Layouts\";s:4:\"text\";s:102:\"Unlimited color options, page layouts and animations. You’ll love the endless possibilities of DMS. \";s:4:\"icon\";s:4:\"flag\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:4:{s:5:\"title\";s:24:\"Preloaded Page Templates\";s:4:\"text\";s:104:\"Ready with built-in pages, no need to import files so your theme installation is smooth and hassle free.\";s:4:\"icon\";s:7:\"files-o\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item5\";a:4:{s:5:\"title\";s:22:\"WooCommerce Capability\";s:4:\"text\";s:97:\"Designed & extended to fit the WooCommerce plugin which allows you to sell products on your site.\";s:4:\"icon\";s:13:\"shopping-cart\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item6\";a:4:{s:5:\"title\";s:13:\"SEO Standards\";s:4:\"text\";s:107:\"DMS was build with close attention to SEO. Your site must look good, but also rank well on search results. \";s:4:\"icon\";s:6:\"search\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"udxkx49\";a:4:{s:9:\"ibox_cols\";s:1:\"6\";s:10:\"ibox_media\";s:4:\"icon\";s:11:\"ibox_format\";s:4:\"left\";s:10:\"ibox_array\";a:2:{s:5:\"item1\";a:3:{s:5:\"title\";s:5:\"fuck!\";s:4:\"text\";s:8:\"BLAHBLAH\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:3:{s:5:\"title\";s:5:\"fuck!\";s:4:\"text\";s:8:\"BLAHBLAH\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"u886rmr\";a:6:{s:15:\"textbox_content\";s:173:\"PageLines DMS will help you build custom marketing websites that do wonders.<br />\nIt has a wide range of incredible features and includes a growing list of goodies…<br />\";s:13:\"textbox_align\";s:10:\"textcenter\";s:18:\"textbox_title_wrap\";s:6:\"strong\";s:17:\"pl_standard_title\";s:58:\"<h2>Everything you need to take it to the next level.</h2>\";s:13:\"pl_area_class\";s:6:\"center\";s:11:\"textbox_pad\";s:10:\"0 0 30px 0\";}s:7:\"url8fbc\";a:4:{s:9:\"ibox_cols\";s:1:\"4\";s:10:\"ibox_media\";s:4:\"icon\";s:11:\"ibox_format\";s:4:\"left\";s:10:\"ibox_array\";a:6:{s:5:\"item1\";a:4:{s:5:\"title\";s:19:\"Drag & Drop Builder\";s:4:\"text\";s:115:\"Easily build and save layouts using the PageLines drag & drop builder. Create unlimited layouts for all your pages.\";s:4:\"icon\";s:6:\"random\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:4:{s:5:\"title\";s:17:\"Responsive Design\";s:4:\"text\";s:128:\"DMS is fully responsive no matter how you decide to build your pages. Create layouts that your visitors can enjoy on any device.\";s:4:\"icon\";s:6:\"mobile\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:4:{s:5:\"title\";s:22:\"Unlimited Page Layouts\";s:4:\"text\";s:108:\"Unlimited color options, page layouts, fonts and animations. You’ll love the endless possibilities of DMS.\";s:4:\"icon\";s:7:\"files-o\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:4:{s:5:\"title\";s:24:\"Preloaded Page Templates\";s:4:\"text\";s:104:\"Ready with built-in pages, no need to import files so your theme installation is smooth and hassle free.\";s:4:\"icon\";s:7:\"columns\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item5\";a:4:{s:5:\"title\";s:22:\"WooCommerce Capability\";s:4:\"text\";s:97:\"Designed & extended to fit the WooCommerce plugin which allows you to sell products on your site.\";s:4:\"icon\";s:13:\"shopping-cart\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item6\";a:4:{s:5:\"title\";s:13:\"SEO Standards\";s:4:\"text\";s:103:\"DMS was building with close attention to SEO. Your site must look good and rank well on search results.\";s:4:\"icon\";s:9:\"bar-chart\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"us5isrt\";a:4:{s:9:\"ibox_cols\";s:1:\"3\";s:10:\"ibox_media\";s:4:\"icon\";s:11:\"ibox_format\";s:3:\"top\";s:10:\"ibox_array\";a:4:{s:5:\"item1\";a:4:{s:5:\"title\";s:21:\"Drag &amp Drop Design\";s:4:\"text\";s:102:\"Control your layout with drag and drop. PageLines was built to use without coding or technical hassle.\";s:4:\"icon\";s:6:\"random\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:4:{s:5:\"title\";s:23:\"Mobile &amp; Responsive\";s:4:\"text\";s:89:\"The design will scale to fit on all browser widths/resolutions and on all mobile devices.\";s:4:\"icon\";s:6:\"tablet\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:4:{s:5:\"title\";s:14:\"Options Galore\";s:4:\"text\";s:101:\"Everything is customizable with point &amp; click options. Change colors, fonts, and everything else.\";s:4:\"icon\";s:6:\"wrench\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:4:{s:5:\"title\";s:24:\"Built for Perfectionists\";s:4:\"text\";s:103:\"Built for people that don\'t compromise. DMS is pixel perfect, lightning fast, and better for marketing.\";s:4:\"icon\";s:4:\"bolt\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"u2tw8ne\";a:3:{s:11:\"pl_area_pad\";s:4:\"80px\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"uoxhj0l\";a:4:{s:9:\"ibox_cols\";s:1:\"6\";s:10:\"ibox_media\";s:5:\"image\";s:11:\"ibox_format\";s:4:\"left\";s:10:\"ibox_array\";a:2:{s:5:\"item1\";a:5:{s:5:\"title\";s:108:\"\"PageLines DMS is making a case for being the fastest way to build high-quality, production-ready websites.\"\";s:4:\"text\";s:26:\"Anthony Kosner, Forbes.com\";s:5:\"image\";s:63:\"[pl_site_url]/wp-content/uploads/sites/9/2014/03/big-forbes.jpg\";s:15:\"image_attach_id\";s:4:\"1302\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:5:{s:5:\"title\";s:124:\"\"The whole point is to cut out the complicated coding that stands between amateurs and most existing WordPress blog plugins\"\";s:4:\"text\";s:28:\"Lauren Orsini, ReadWrite.com\";s:5:\"image\";s:68:\"[pl_site_url]/wp-content/uploads/sites/9/2014/03/ReadWrite_logo.jpeg\";s:15:\"image_attach_id\";s:4:\"1304\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"uxvl9wa\";a:7:{s:11:\"pl_area_pad\";s:4:\"40px\";s:16:\"pl_area_parallax\";s:1:\"0\";s:28:\"pl_area_background_attach_id\";s:4:\"1308\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"F7F7F7\";}s:7:\"u7fu4dg\";a:3:{s:15:\"_highlight_head\";s:13:\"Latest Press \";s:18:\"_highlight_subhead\";s:32:\"The latest news on PageLines DMS\";s:22:\"_highlight_image_frame\";s:1:\"0\";}s:7:\"uxjaszx\";a:4:{s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"FB4F41\";}s:7:\"usbc9op\";a:2:{s:15:\"_highlight_head\";s:12:\"In The Press\";s:22:\"_highlight_image_frame\";s:1:\"0\";}s:7:\"urwsxwq\";a:1:{s:22:\"_highlight_image_frame\";s:1:\"0\";}s:7:\"uvkxlob\";a:6:{s:4:\"cols\";s:1:\"3\";s:4:\"hpad\";s:1:\"0\";s:5:\"array\";a:5:{s:5:\"item1\";a:3:{s:5:\"image\";s:61:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/dribbble.jpg\";s:4:\"link\";s:1:\"#\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:3:{s:5:\"image\";s:59:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/jquery.jpg\";s:4:\"link\";s:1:\"#\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:3:{s:5:\"image\";s:62:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/vimeo_pro.jpg\";s:4:\"link\";s:1:\"#\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:3:{s:5:\"image\";s:67:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/code_is_poetry.jpg\";s:4:\"link\";s:1:\"#\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item5\";a:2:{s:5:\"image\";s:62:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/wordpress.jpg\";s:8:\"showitem\";s:1:\"1\";}}s:20:\"quickcarousel_repeat\";s:1:\"0\";s:26:\"quickcarousel_color_enable\";s:1:\"0\";s:19:\"quickcarousel_color\";s:6:\"333333\";}s:7:\"ukwqv9q\";a:1:{s:4:\"text\";s:26:\"Why not tell your friends?\";}s:8:\"settings\";a:53:{s:17:\"pagelines_favicon\";s:42:\"[pl_parent_url]/images/default-favicon.png\";s:14:\"pl_login_image\";s:46:\"[pl_parent_url]/images/default-login-image.png\";s:19:\"pagelines_touchicon\";s:45:\"[pl_parent_url]/images/default-touch-icon.png\";s:12:\"share_google\";s:1:\"1\";s:14:\"share_facebook\";s:1:\"1\";s:13:\"share_twitter\";s:1:\"1\";s:19:\"disable_less_errors\";s:1:\"0\";s:6:\"bodybg\";s:6:\"FFFFFF\";s:12:\"text_primary\";s:6:\"444444\";s:12:\"supersize_bg\";s:1:\"1\";s:28:\"page_background_image_repeat\";s:9:\"no-repeat\";s:30:\"page_background_image_pos_vert\";s:1:\"0\";s:29:\"page_background_image_pos_hor\";s:2:\"50\";s:28:\"page_background_image_attach\";s:5:\"fixed\";s:12:\"enable_debug\";s:1:\"0\";s:18:\"load_prettify_libs\";s:1:\"1\";s:11:\"layout_mode\";s:5:\"pixel\";s:19:\"layout_display_mode\";s:12:\"display-full\";s:12:\"font_primary\";s:9:\"open_sans\";s:14:\"base_font_size\";s:2:\"14\";s:19:\"font_primary_weight\";s:3:\"300\";s:16:\"header_base_size\";s:2:\"16\";s:19:\"font_headers_weight\";s:3:\"300\";s:12:\"font_headers\";s:9:\"open_sans\";s:13:\"less_dev_mode\";s:1:\"0\";s:13:\"no_cache_mode\";s:1:\"0\";s:9:\"linkcolor\";s:6:\"337EFF\";s:6:\"sl_web\";s:1:\"0\";s:11:\"sl_facebook\";s:33:\"http://www.facebook.com/pagelines\";s:11:\"sl_linkedin\";s:35:\"http://www.linkedin.com/in/arpowers\";s:12:\"sl_instagram\";s:33:\"http://www.instagram.com/arpowers\";s:10:\"sl_twitter\";s:34:\"http://www.instagram.com/pagelines\";s:10:\"sl_youtube\";s:37:\"http://www.youtube.com/user/pagelines\";s:14:\"sl_google-plus\";s:1:\"#\";s:12:\"sl_pinterest\";s:1:\"#\";s:11:\"sl_dribbble\";s:1:\"#\";s:9:\"sl_flickr\";s:1:\"#\";s:9:\"sl_github\";s:1:\"#\";s:13:\"no_draft_mode\";s:1:\"0\";s:9:\"love_icon\";s:3:\"sun\";s:14:\"share_linkedin\";s:1:\"0\";s:15:\"share_pinterest\";s:1:\"0\";s:12:\"share_buffer\";s:1:\"0\";s:13:\"share_stumble\";s:1:\"0\";s:16:\"post_loop_legacy\";s:1:\"0\";s:25:\"sharebar_disable_facebook\";s:1:\"0\";s:25:\"sharebar_disable_linkedin\";s:1:\"0\";s:24:\"sharebar_disable_twitter\";s:1:\"0\";s:26:\"sharebar_disable_pinterest\";s:1:\"0\";s:14:\"sl_web_disable\";s:1:\"0\";s:15:\"alternative_css\";s:1:\"0\";s:10:\"karma_icon\";s:5:\"heart\";s:18:\"pl_loop_thumb_size\";s:12:\"aspect-thumb\";}s:7:\"u0imr1t\";a:2:{s:4:\"cols\";s:1:\"3\";s:5:\"array\";a:6:{s:5:\"item1\";a:3:{s:5:\"image\";s:58:\"[pl_site_url]/wp-content/uploads/sites/9/2014/03/like5.png\";s:15:\"image_attach_id\";s:4:\"1427\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:3:{s:5:\"image\";s:57:\"[pl_site_url]/wp-content/uploads/sites/9/2014/03/bars.png\";s:15:\"image_attach_id\";s:4:\"1428\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:3:{s:5:\"image\";s:59:\"[pl_site_url]/wp-content/uploads/sites/9/2014/03/search.png\";s:15:\"image_attach_id\";s:4:\"1429\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:3:{s:5:\"image\";s:57:\"[pl_site_url]/wp-content/uploads/sites/9/2014/03/maps.png\";s:15:\"image_attach_id\";s:4:\"1430\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item5\";a:3:{s:5:\"image\";s:60:\"[pl_site_url]/wp-content/uploads/sites/9/2014/03/comment.png\";s:15:\"image_attach_id\";s:4:\"1431\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item6\";a:3:{s:5:\"image\";s:56:\"[pl_site_url]/wp-content/uploads/sites/9/2014/03/rss.png\";s:15:\"image_attach_id\";s:4:\"1432\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"uq3dzem\";a:3:{s:15:\"_highlight_head\";s:26:\"Search, Social &amp; Local\";s:18:\"_highlight_subhead\";s:61:\"Cutting edge techniques and technology for your web presence.\";s:22:\"_highlight_image_frame\";s:1:\"0\";}s:7:\"udimffk\";a:6:{s:16:\"pl_area_parallax\";s:1:\"0\";s:28:\"pl_area_background_attach_id\";s:4:\"1308\";s:14:\"pl_area_repeat\";s:1:\"1\";s:13:\"pl_area_theme\";s:11:\"pl-contrast\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"F7F7F7\";}s:7:\"u7fpeap\";a:3:{s:15:\"_highlight_head\";s:18:\"Take a test drive.\";s:18:\"_highlight_subhead\";s:59:\"Not satisfied with show and tell? Try PageLines yourself...\";s:22:\"_highlight_image_frame\";s:1:\"0\";}s:7:\"umzxoff\";a:5:{s:11:\"pl_area_pad\";s:3:\"0px\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:11:\"pl-contrast\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"FFFFFF\";}}s:5:\"draft\";a:56:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{s:9:\"ctemplate\";s:13:\"pages-landing\";}}s:7:\"uqm3nhp\";a:6:{s:11:\"pl_area_pad\";s:4:\"30px\";s:18:\"pl_area_pad_bottom\";s:3:\"0px\";s:17:\"pl_area_bg_repeat\";s:1:\"1\";s:10:\"pl_area_bg\";s:8:\"pl-black\";s:23:\"pl_area_bg_color_enable\";s:1:\"1\";s:16:\"pl_area_bg_color\";s:6:\"333333\";}s:7:\"uwnihy6\";a:7:{s:13:\"textbox_title\";s:28:\"Mobile Ready. Just Like You.\";s:18:\"textbox_title_wrap\";s:2:\"h4\";s:15:\"textbox_content\";s:92:\"<img src=\"http://themes.pagelines.com/dms/wp-content/uploads/sites/9/2014/01/devices.png\" />\";s:11:\"textbox_pad\";s:7:\"0 0 0 0\";s:17:\"textbox_font_size\";s:2:\"24\";s:13:\"textbox_align\";s:10:\"textcenter\";s:17:\"textbox_animation\";s:15:\"pla-from-bottom\";}s:7:\"utbfvb7\";a:4:{s:13:\"textbox_title\";s:73:\"Alternate Flipper Section Goes Here (Full Width - Sample BG - no padding)\";s:18:\"textbox_title_wrap\";s:6:\"strong\";s:17:\"textbox_font_size\";s:2:\"24\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"u4lcb0m\";a:3:{s:18:\"icallout_text_wrap\";s:2:\"h2\";s:15:\"icallout_target\";s:1:\"0\";s:18:\"icallout_btn_theme\";s:12:\"btn-ol-white\";}s:7:\"uwg4dj0\";a:6:{s:11:\"pl_area_pad\";s:4:\"20px\";s:17:\"pl_standard_title\";s:54:\"Are you getting Excited? We’re just getting started!\";s:16:\"pl_area_parallax\";s:1:\"0\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"F7F7F7\";}s:7:\"udzuxyb\";a:6:{s:11:\"pl_area_pad\";s:4:\"30px\";s:18:\"pl_area_pad_bottom\";s:4:\"30px\";s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:10:\"pl_area_bg\";s:1:\"0\";s:23:\"pl_area_bg_color_enable\";s:1:\"1\";s:16:\"pl_area_bg_color\";s:6:\"f5f5f5\";}s:7:\"uhbu3q6\";a:5:{s:11:\"pl_area_pad\";s:5:\"100px\";s:16:\"pl_area_parallax\";s:1:\"0\";s:14:\"pl_area_repeat\";s:1:\"1\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"F7F7F7\";}s:7:\"umlbvc7\";a:5:{s:20:\"revslider_fullscreen\";s:1:\"1\";s:15:\"revslider_array\";a:4:{s:5:\"item1\";a:14:{s:10:\"background\";s:62:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/video-bg1.jpg\";s:20:\"background_attach_id\";s:3:\"658\";s:5:\"title\";s:11:\"This is DMS\";s:4:\"text\";s:138:\"PageLines allows you to edit visually via<br /> drag-and-drop. All designed to work with <br />WordPress CMS. Set up new sites in no time!\";s:13:\"element_color\";s:13:\"element-light\";s:8:\"location\";s:8:\"centered\";s:4:\"link\";s:1:\"#\";s:9:\"link_text\";s:18:\"View More Features\";s:10:\"link_style\";s:12:\"btn-ol-white\";s:6:\"link_2\";s:1:\"#\";s:11:\"link_2_text\";s:10:\"Learn More\";s:12:\"link_2_style\";s:11:\"btn-primary\";s:5:\"video\";s:70:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/EternalCompressed.mp4\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:12:{s:10:\"background\";s:66:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/slide-mobile3.jpg\";s:20:\"background_attach_id\";s:3:\"616\";s:5:\"title\";s:32:\"Take your site<br /> everywhere.\";s:4:\"text\";s:58:\"DMS is responsive and is <br /> Astonishing on any device!\";s:13:\"element_color\";s:13:\"element-light\";s:8:\"location\";s:9:\"left-side\";s:10:\"transition\";s:4:\"fade\";s:4:\"link\";s:1:\"#\";s:9:\"link_text\";s:12:\"Explore More\";s:10:\"link_style\";s:12:\"btn-ol-black\";s:12:\"link_2_style\";s:11:\"btn-primary\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:8:{s:10:\"background\";s:65:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/get-creative.jpg\";s:20:\"background_attach_id\";s:3:\"663\";s:5:\"title\";s:12:\"Get Creative\";s:4:\"text\";s:31:\"Animate to your heart\'s content\";s:13:\"element_color\";s:13:\"element-light\";s:8:\"location\";s:10:\"right-side\";s:10:\"transition\";s:4:\"fade\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:7:{s:10:\"background\";s:65:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/get-creative.jpg\";s:5:\"title\";s:16:\"Real Drag & Drop\";s:4:\"text\";s:66:\"Drag-and-drop sections on any area of your site and edit visually.\";s:13:\"element_color\";s:13:\"element-light\";s:8:\"location\";s:9:\"left-side\";s:10:\"link_style\";s:11:\"btn-primary\";s:8:\"showitem\";s:1:\"1\";}}s:16:\"revslider_repeat\";s:1:\"0\";s:22:\"revslider_color_enable\";s:1:\"0\";s:15:\"revslider_color\";s:6:\"FFFFFF\";}s:7:\"u6w5aw0\";a:4:{s:9:\"ibox_cols\";s:1:\"4\";s:10:\"ibox_media\";s:4:\"icon\";s:11:\"ibox_format\";s:4:\"left\";s:10:\"ibox_array\";a:6:{s:5:\"item1\";a:4:{s:5:\"title\";s:20:\"Premium Design Files\";s:4:\"text\";s:114:\"PageLines DMS will help you build custom marketing websites that do wonders.It comes packed with amazing features.\";s:4:\"icon\";s:6:\"expand\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:4:{s:5:\"title\";s:17:\"A Real Time Saver\";s:4:\"text\";s:114:\"PageLines DMS will help you build custom marketing websites that do wonders.It comes packed with amazing features.\";s:4:\"icon\";s:4:\"time\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:4:{s:5:\"title\";s:17:\"Clean Modern Code\";s:4:\"text\";s:114:\"PageLines DMS will help you build custom marketing websites that do wonders.It comes packed with amazing features.\";s:4:\"icon\";s:4:\"code\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:4:{s:5:\"title\";s:16:\"High Performance\";s:4:\"text\";s:114:\"PageLines DMS will help you build custom marketing websites that do wonders.It comes packed with amazing features.\";s:4:\"icon\";s:4:\"bolt\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item5\";a:4:{s:5:\"title\";s:20:\"eCommerce Capability\";s:4:\"text\";s:114:\"PageLines DMS will help you build custom marketing websites that do wonders.It comes packed with amazing features.\";s:4:\"icon\";s:13:\"shopping-cart\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item6\";a:4:{s:5:\"title\";s:20:\"Google Fonts Support\";s:4:\"text\";s:114:\"PageLines DMS will help you build custom marketing websites that do wonders.It comes packed with amazing features.\";s:4:\"icon\";s:4:\"font\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"u8l7bei\";a:5:{s:14:\"mediabox_image\";s:58:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/shelf.png\";s:24:\"mediabox_image_attach_id\";s:3:\"231\";s:14:\"mediabox_align\";s:6:\"center\";s:17:\"disable_centering\";s:1:\"0\";s:18:\"mediabox_animation\";s:15:\"pla-from-bottom\";}s:7:\"uoeiipz\";a:4:{s:13:\"textbox_title\";s:28:\"Mobile Ready. Just Like You.\";s:18:\"textbox_title_wrap\";s:6:\"strong\";s:17:\"textbox_font_size\";s:2:\"24\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"u1g24yf\";a:2:{s:13:\"textbox_align\";s:10:\"textcenter\";s:18:\"textbox_title_wrap\";s:6:\"strong\";}s:7:\"u6ajhvk\";a:11:{s:11:\"pl_area_pad\";s:3:\"0px\";s:18:\"pl_area_pad_bottom\";s:3:\"0px\";s:14:\"pl_area_height\";s:3:\"230\";s:23:\"pl_area_image_attach_id\";s:3:\"229\";s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:16:\"pl_area_parallax\";s:19:\"pl-scroll-translate\";s:10:\"pl_area_bg\";s:8:\"pl-black\";s:23:\"pl_area_bg_color_enable\";s:1:\"0\";s:16:\"pl_area_bg_color\";s:6:\"FFFFFF\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"uuvdgzl\";a:4:{s:14:\"mediabox_image\";s:64:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/ibox-update.jpg\";s:13:\"mediabox_html\";s:133:\"^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n-Updated Styles<br />\n-More spacing between icon and title<br />\n-More spacing between title and content\";s:14:\"mediabox_align\";s:6:\"center\";s:17:\"disable_centering\";s:1:\"0\";}s:7:\"u0zr324\";a:6:{s:11:\"pl_area_pad\";s:5:\"100px\";s:18:\"pl_area_pad_bottom\";s:5:\"100px\";s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:16:\"pl_area_parallax\";s:19:\"pl-scroll-translate\";s:23:\"pl_area_bg_color_enable\";s:1:\"0\";s:16:\"pl_area_bg_color\";s:6:\"FFFFFF\";}s:7:\"ucgzz9g\";a:6:{s:11:\"pl_area_pad\";s:4:\"20px\";s:18:\"pl_area_pad_bottom\";s:4:\"40px\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"0070FF\";}s:7:\"u7avcyf\";a:5:{s:14:\"popshot_format\";s:7:\"browser\";s:13:\"popshot_array\";a:3:{s:5:\"item1\";a:5:{s:5:\"image\";s:60:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/masonry.jpg\";s:6:\"offset\";s:6:\"-600px\";s:6:\"height\";s:5:\"200px\";s:5:\"index\";s:1:\"9\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:3:{s:5:\"image\";s:63:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/slide-dms1.jpg\";s:5:\"index\";s:2:\"10\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:6:{s:5:\"image\";s:69:\"[pl_site_url]/wp-content/uploads/sites/9/2014/01/popshot-content2.jpg\";s:15:\"image_attach_id\";s:3:\"256\";s:6:\"offset\";s:3:\"0px\";s:6:\"height\";s:5:\"200px\";s:5:\"index\";s:1:\"9\";s:8:\"showitem\";s:1:\"1\";}}s:13:\"popshot_theme\";s:1:\"0\";s:20:\"popshot_color_enable\";s:1:\"1\";s:13:\"popshot_color\";s:6:\"333333\";}s:7:\"un541jt\";a:3:{s:13:\"pl_area_class\";s:7:\"meganav\";s:9:\"navi_menu\";s:1:\"2\";s:11:\"navi_search\";s:1:\"0\";}s:7:\"u7dwrsl\";a:5:{s:14:\"masonic_format\";s:4:\"grid\";s:17:\"masonic_post_type\";s:9:\"portfolio\";s:13:\"masonic_sizes\";s:5:\"large\";s:13:\"masonic_total\";s:1:\"5\";s:17:\"masonic_post_sort\";s:4:\"DESC\";}s:7:\"ujnqgin\";a:5:{s:14:\"masonic_format\";s:4:\"grid\";s:17:\"masonic_post_type\";s:9:\"portfolio\";s:13:\"masonic_sizes\";s:5:\"large\";s:13:\"masonic_total\";s:2:\"10\";s:17:\"masonic_post_sort\";s:4:\"DESC\";}s:7:\"u3bdn8z\";a:10:{s:17:\"flipper_post_type\";s:9:\"portfolio\";s:14:\"flipper_format\";s:7:\"masonry\";s:13:\"flipper_shown\";s:1:\"3\";s:13:\"flipper_sizes\";s:5:\"large\";s:13:\"flipper_total\";s:2:\"10\";s:16:\"flipper_hide_nav\";s:1:\"0\";s:17:\"flipper_post_sort\";s:4:\"DESC\";s:23:\"flipper_hide_title_link\";s:1:\"1\";s:20:\"flipper_show_excerpt\";s:1:\"0\";s:25:\"disable_flipper_show_love\";s:1:\"1\";}s:7:\"ug7d9lf\";a:7:{s:14:\"masonic_format\";s:4:\"grid\";s:17:\"masonic_post_type\";s:9:\"portfolio\";s:13:\"masonic_sizes\";s:5:\"large\";s:13:\"masonic_total\";s:1:\"5\";s:17:\"masonic_post_sort\";s:4:\"DESC\";s:14:\"masonic_repeat\";s:1:\"0\";s:20:\"masonic_color_enable\";s:1:\"0\";}s:7:\"utp35zx\";a:5:{s:18:\"pl_standard_styles\";s:11:\"padding: 0;\";s:9:\"navi_menu\";s:1:\"2\";s:11:\"navi_search\";s:1:\"0\";s:11:\"navi_repeat\";s:1:\"0\";s:17:\"navi_color_enable\";s:1:\"0\";}s:7:\"ugm65dx\";a:3:{s:17:\"testimonials_mode\";s:7:\"default\";s:25:\"testimonials_disable_auto\";s:1:\"0\";s:20:\"pl_testimonial_array\";a:4:{s:5:\"item1\";a:4:{s:4:\"text\";s:54:\"\"We built DMS for people that care about the details.\"\";s:4:\"cite\";s:13:\"Andrew Powers\";s:5:\"email\";s:20:\"andrew@pagelines.com\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:4:{s:4:\"text\";s:109:\"“Mastery is achieved not when there is nothing left to add, but when there is nothing left to take away.”\";s:4:\"cite\";s:9:\"Bruce Lee\";s:5:\"email\";s:19:\"hello@pagelines.com\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:4:{s:4:\"text\";s:113:\"“The ultimate promise of technology is to make us master of a world that we command by the push of a button.”\";s:4:\"cite\";s:16:\"Johnny Appleseed\";s:5:\"email\";s:19:\"hello@pagelines.com\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:4:{s:4:\"text\";s:113:\"“We strive for two things in design: simplicity and clarity. <br />Great design is born of those two things.”\";s:4:\"cite\";s:20:\"Raymond Lopez Aleman\";s:5:\"email\";s:19:\"hello@pagelines.com\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"ufhz3my\";a:4:{s:9:\"navi_menu\";s:1:\"2\";s:11:\"navi_search\";s:1:\"0\";s:11:\"navi_repeat\";s:1:\"0\";s:17:\"navi_color_enable\";s:1:\"0\";}s:7:\"u50dfzd\";a:10:{s:14:\"flipper_format\";s:7:\"masonry\";s:13:\"flipper_shown\";s:1:\"4\";s:13:\"flipper_total\";s:2:\"10\";s:16:\"flipper_hide_nav\";s:1:\"1\";s:17:\"flipper_post_sort\";s:4:\"DESC\";s:23:\"flipper_hide_title_link\";s:1:\"0\";s:20:\"flipper_show_excerpt\";s:1:\"0\";s:25:\"disable_flipper_show_love\";s:1:\"0\";s:14:\"flipper_repeat\";s:1:\"0\";s:20:\"flipper_color_enable\";s:1:\"0\";}s:7:\"u3xg4ye\";a:16:{s:17:\"flipper_post_type\";s:4:\"post\";s:14:\"flipper_format\";s:7:\"masonry\";s:13:\"flipper_shown\";s:1:\"3\";s:13:\"flipper_sizes\";s:12:\"aspect-thumb\";s:13:\"flipper_total\";s:2:\"10\";s:16:\"flipper_hide_nav\";s:1:\"0\";s:17:\"flipper_post_sort\";s:4:\"DESC\";s:13:\"flipper_title\";s:6:\"&nbsp;\";s:23:\"flipper_hide_title_link\";s:1:\"1\";s:12:\"flipper_meta\";s:17:\"[post_categories]\";s:20:\"flipper_show_excerpt\";s:1:\"0\";s:25:\"disable_flipper_show_love\";s:1:\"1\";s:14:\"flipper_repeat\";s:1:\"0\";s:13:\"flipper_theme\";s:1:\"0\";s:20:\"flipper_color_enable\";s:1:\"0\";s:13:\"flipper_color\";s:6:\"F7F7F7\";}s:7:\"uso1aft\";a:3:{s:13:\"textbox_title\";s:11:\"FUCKING BUG\";s:18:\"textbox_title_wrap\";s:2:\"h3\";s:13:\"textbox_align\";s:10:\"textcenter\";}s:7:\"u15ldny\";a:4:{s:17:\"pl_area_bg_repeat\";s:1:\"0\";s:23:\"pl_area_bg_color_enable\";s:1:\"0\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"uf2sth5\";a:4:{s:13:\"popshot_array\";a:3:{s:5:\"item1\";a:3:{s:5:\"image\";s:62:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/popshot16.jpg\";s:5:\"index\";s:2:\"10\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:5:{s:5:\"image\";s:62:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/popshot21.jpg\";s:6:\"offset\";s:6:\"-600px\";s:6:\"height\";s:5:\"200px\";s:5:\"index\";s:1:\"2\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:5:{s:5:\"image\";s:61:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/popshot3.jpg\";s:6:\"offset\";s:1:\"0\";s:6:\"height\";s:5:\"200px\";s:5:\"index\";s:1:\"2\";s:8:\"showitem\";s:1:\"1\";}}s:14:\"popshot_repeat\";s:1:\"0\";s:20:\"popshot_color_enable\";s:1:\"1\";s:13:\"popshot_color\";s:6:\"333333\";}s:7:\"uy93wvz\";a:7:{s:14:\"popshot_format\";s:7:\"browser\";s:14:\"popshot_height\";s:5:\"400px\";s:13:\"popshot_array\";a:3:{s:5:\"item1\";a:5:{s:5:\"image\";s:61:\"[pl_site_url]/wp-content/uploads/sites/9/2014/03/builder1.jpg\";s:15:\"image_attach_id\";s:4:\"1445\";s:6:\"height\";s:5:\"320px\";s:5:\"index\";s:2:\"10\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:5:{s:5:\"image\";s:62:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/popshot21.jpg\";s:6:\"offset\";s:6:\"-600px\";s:6:\"height\";s:5:\"260px\";s:5:\"index\";s:1:\"8\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:5:{s:5:\"image\";s:61:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/popshot3.jpg\";s:6:\"offset\";s:1:\"0\";s:6:\"height\";s:5:\"260px\";s:5:\"index\";s:1:\"8\";s:8:\"showitem\";s:1:\"1\";}}s:14:\"popshot_repeat\";s:1:\"0\";s:13:\"popshot_theme\";s:8:\"pl-black\";s:20:\"popshot_color_enable\";s:1:\"1\";s:13:\"popshot_color\";s:6:\"333333\";}s:7:\"up5v46z\";a:5:{s:13:\"textbox_title\";s:24:\"Drag & Drop Page Builder\";s:15:\"textbox_content\";s:162:\"Create any page layout for any type of website using DMS. <br />Just add page elements, drag them into place, and add your own content & images. It’s that easy.\";s:13:\"textbox_align\";s:10:\"textcenter\";s:18:\"textbox_title_wrap\";s:2:\"h2\";s:17:\"textbox_animation\";s:12:\"pla-from-top\";}s:7:\"u349mrw\";a:5:{s:16:\"pl_area_parallax\";s:11:\"pl-parallax\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"333333\";}s:7:\"u305mco\";a:4:{s:9:\"ibox_cols\";s:1:\"4\";s:10:\"ibox_media\";s:4:\"icon\";s:11:\"ibox_format\";s:4:\"left\";s:10:\"ibox_array\";a:6:{s:5:\"item1\";a:4:{s:5:\"title\";s:19:\"Drag & Drop Builder\";s:4:\"text\";s:120:\"Easily build and save layouts using a drag and drop page builder. Create unlimited layouts for all your posts and pages.\";s:4:\"icon\";s:6:\"random\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:4:{s:5:\"title\";s:17:\"Responsive Design\";s:4:\"text\";s:134:\"The theme is fully responsive no matter how you decide to build your pages. Create layouts that your visitors can enjoy on any device.\";s:4:\"icon\";s:6:\"mobile\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:4:{s:5:\"title\";s:22:\"Unlimited Page Layouts\";s:4:\"text\";s:102:\"Unlimited color options, page layouts and animations. You’ll love the endless possibilities of DMS. \";s:4:\"icon\";s:4:\"flag\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:4:{s:5:\"title\";s:24:\"Preloaded Page Templates\";s:4:\"text\";s:104:\"Ready with built-in pages, no need to import files so your theme installation is smooth and hassle free.\";s:4:\"icon\";s:4:\"code\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item5\";a:4:{s:5:\"title\";s:22:\"WooCommerce Capability\";s:4:\"text\";s:97:\"Designed & extended to fit the WooCommerce plugin which allows you to sell products on your site.\";s:4:\"icon\";s:13:\"shopping-cart\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item6\";a:4:{s:5:\"title\";s:13:\"SEO Standards\";s:4:\"text\";s:107:\"DMS was build with close attention to SEO. Your site must look good, but also rank well on search results. \";s:4:\"icon\";s:6:\"search\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"umev1ni\";a:4:{s:9:\"ibox_cols\";s:1:\"4\";s:10:\"ibox_media\";s:4:\"icon\";s:11:\"ibox_format\";s:3:\"top\";s:10:\"ibox_array\";a:3:{s:5:\"item1\";a:3:{s:5:\"title\";s:8:\"Fuck it!\";s:4:\"text\";s:4:\"bleh\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:3:{s:5:\"title\";s:8:\"Fuck it!\";s:4:\"text\";s:4:\"bleh\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:3:{s:5:\"title\";s:8:\"Fuck it!\";s:4:\"text\";s:4:\"bleh\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"u8izpgr\";a:4:{s:9:\"ibox_cols\";s:1:\"4\";s:10:\"ibox_media\";s:4:\"icon\";s:11:\"ibox_format\";s:4:\"left\";s:10:\"ibox_array\";a:6:{s:5:\"item1\";a:4:{s:5:\"title\";s:19:\"Drag & Drop Builder\";s:4:\"text\";s:120:\"Easily build and save layouts using a drag and drop page builder. Create unlimited layouts for all your posts and pages.\";s:4:\"icon\";s:6:\"random\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:4:{s:5:\"title\";s:17:\"Responsive Design\";s:4:\"text\";s:134:\"The theme is fully responsive no matter how you decide to build your pages. Create layouts that your visitors can enjoy on any device.\";s:4:\"icon\";s:6:\"mobile\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:4:{s:5:\"title\";s:22:\"Unlimited Page Layouts\";s:4:\"text\";s:102:\"Unlimited color options, page layouts and animations. You’ll love the endless possibilities of DMS. \";s:4:\"icon\";s:4:\"flag\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:4:{s:5:\"title\";s:24:\"Preloaded Page Templates\";s:4:\"text\";s:104:\"Ready with built-in pages, no need to import files so your theme installation is smooth and hassle free.\";s:4:\"icon\";s:7:\"files-o\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item5\";a:4:{s:5:\"title\";s:22:\"WooCommerce Capability\";s:4:\"text\";s:97:\"Designed & extended to fit the WooCommerce plugin which allows you to sell products on your site.\";s:4:\"icon\";s:13:\"shopping-cart\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item6\";a:4:{s:5:\"title\";s:13:\"SEO Standards\";s:4:\"text\";s:107:\"DMS was build with close attention to SEO. Your site must look good, but also rank well on search results. \";s:4:\"icon\";s:6:\"search\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"udxkx49\";a:4:{s:9:\"ibox_cols\";s:1:\"6\";s:10:\"ibox_media\";s:4:\"icon\";s:11:\"ibox_format\";s:4:\"left\";s:10:\"ibox_array\";a:2:{s:5:\"item1\";a:3:{s:5:\"title\";s:5:\"fuck!\";s:4:\"text\";s:8:\"BLAHBLAH\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:3:{s:5:\"title\";s:5:\"fuck!\";s:4:\"text\";s:8:\"BLAHBLAH\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"u886rmr\";a:6:{s:15:\"textbox_content\";s:173:\"PageLines DMS will help you build custom marketing websites that do wonders.<br />\nIt has a wide range of incredible features and includes a growing list of goodies…<br />\";s:13:\"textbox_align\";s:10:\"textcenter\";s:18:\"textbox_title_wrap\";s:6:\"strong\";s:17:\"pl_standard_title\";s:58:\"<h2>Everything you need to take it to the next level.</h2>\";s:13:\"pl_area_class\";s:6:\"center\";s:11:\"textbox_pad\";s:10:\"0 0 30px 0\";}s:7:\"url8fbc\";a:4:{s:9:\"ibox_cols\";s:1:\"4\";s:10:\"ibox_media\";s:4:\"icon\";s:11:\"ibox_format\";s:4:\"left\";s:10:\"ibox_array\";a:6:{s:5:\"item1\";a:4:{s:5:\"title\";s:19:\"Drag & Drop Builder\";s:4:\"text\";s:115:\"Easily build and save layouts using the PageLines drag & drop builder. Create unlimited layouts for all your pages.\";s:4:\"icon\";s:6:\"random\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:4:{s:5:\"title\";s:17:\"Responsive Design\";s:4:\"text\";s:128:\"DMS is fully responsive no matter how you decide to build your pages. Create layouts that your visitors can enjoy on any device.\";s:4:\"icon\";s:6:\"mobile\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:4:{s:5:\"title\";s:22:\"Unlimited Page Layouts\";s:4:\"text\";s:108:\"Unlimited color options, page layouts, fonts and animations. You’ll love the endless possibilities of DMS.\";s:4:\"icon\";s:7:\"files-o\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:4:{s:5:\"title\";s:24:\"Preloaded Page Templates\";s:4:\"text\";s:104:\"Ready with built-in pages, no need to import files so your theme installation is smooth and hassle free.\";s:4:\"icon\";s:7:\"columns\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item5\";a:4:{s:5:\"title\";s:22:\"WooCommerce Capability\";s:4:\"text\";s:97:\"Designed & extended to fit the WooCommerce plugin which allows you to sell products on your site.\";s:4:\"icon\";s:13:\"shopping-cart\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item6\";a:4:{s:5:\"title\";s:13:\"SEO Standards\";s:4:\"text\";s:103:\"DMS was building with close attention to SEO. Your site must look good and rank well on search results.\";s:4:\"icon\";s:9:\"bar-chart\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"us5isrt\";a:4:{s:9:\"ibox_cols\";s:1:\"3\";s:10:\"ibox_media\";s:4:\"icon\";s:11:\"ibox_format\";s:3:\"top\";s:10:\"ibox_array\";a:4:{s:5:\"item1\";a:4:{s:5:\"title\";s:21:\"Drag &amp Drop Design\";s:4:\"text\";s:102:\"Control your layout with drag and drop. PageLines was built to use without coding or technical hassle.\";s:4:\"icon\";s:6:\"random\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:4:{s:5:\"title\";s:23:\"Mobile &amp; Responsive\";s:4:\"text\";s:89:\"The design will scale to fit on all browser widths/resolutions and on all mobile devices.\";s:4:\"icon\";s:6:\"tablet\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:4:{s:5:\"title\";s:14:\"Options Galore\";s:4:\"text\";s:101:\"Everything is customizable with point &amp; click options. Change colors, fonts, and everything else.\";s:4:\"icon\";s:6:\"wrench\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:4:{s:5:\"title\";s:24:\"Built for Perfectionists\";s:4:\"text\";s:103:\"Built for people that don\'t compromise. DMS is pixel perfect, lightning fast, and better for marketing.\";s:4:\"icon\";s:4:\"bolt\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"u2tw8ne\";a:3:{s:11:\"pl_area_pad\";s:4:\"80px\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"uoxhj0l\";a:4:{s:9:\"ibox_cols\";s:1:\"6\";s:10:\"ibox_media\";s:5:\"image\";s:11:\"ibox_format\";s:4:\"left\";s:10:\"ibox_array\";a:2:{s:5:\"item1\";a:5:{s:5:\"title\";s:108:\"\"PageLines DMS is making a case for being the fastest way to build high-quality, production-ready websites.\"\";s:4:\"text\";s:26:\"Anthony Kosner, Forbes.com\";s:5:\"image\";s:63:\"[pl_site_url]/wp-content/uploads/sites/9/2014/03/big-forbes.jpg\";s:15:\"image_attach_id\";s:4:\"1302\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:5:{s:5:\"title\";s:124:\"\"The whole point is to cut out the complicated coding that stands between amateurs and most existing WordPress blog plugins\"\";s:4:\"text\";s:28:\"Lauren Orsini, ReadWrite.com\";s:5:\"image\";s:68:\"[pl_site_url]/wp-content/uploads/sites/9/2014/03/ReadWrite_logo.jpeg\";s:15:\"image_attach_id\";s:4:\"1304\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"uxvl9wa\";a:7:{s:11:\"pl_area_pad\";s:4:\"40px\";s:16:\"pl_area_parallax\";s:1:\"0\";s:28:\"pl_area_background_attach_id\";s:4:\"1308\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"F7F7F7\";}s:7:\"u7fu4dg\";a:3:{s:15:\"_highlight_head\";s:13:\"Latest Press \";s:18:\"_highlight_subhead\";s:32:\"The latest news on PageLines DMS\";s:22:\"_highlight_image_frame\";s:1:\"0\";}s:7:\"uxjaszx\";a:4:{s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:8:\"pl-black\";s:20:\"pl_area_color_enable\";s:1:\"1\";s:13:\"pl_area_color\";s:6:\"FB4F41\";}s:7:\"usbc9op\";a:2:{s:15:\"_highlight_head\";s:12:\"In The Press\";s:22:\"_highlight_image_frame\";s:1:\"0\";}s:7:\"urwsxwq\";a:1:{s:22:\"_highlight_image_frame\";s:1:\"0\";}s:7:\"uvkxlob\";a:6:{s:4:\"cols\";s:1:\"3\";s:4:\"hpad\";s:1:\"0\";s:5:\"array\";a:5:{s:5:\"item1\";a:3:{s:5:\"image\";s:61:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/dribbble.jpg\";s:4:\"link\";s:1:\"#\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:3:{s:5:\"image\";s:59:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/jquery.jpg\";s:4:\"link\";s:1:\"#\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:3:{s:5:\"image\";s:62:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/vimeo_pro.jpg\";s:4:\"link\";s:1:\"#\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:3:{s:5:\"image\";s:67:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/code_is_poetry.jpg\";s:4:\"link\";s:1:\"#\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item5\";a:2:{s:5:\"image\";s:62:\"[pl_site_url]/wp-content/uploads/sites/9/2014/02/wordpress.jpg\";s:8:\"showitem\";s:1:\"1\";}}s:20:\"quickcarousel_repeat\";s:1:\"0\";s:26:\"quickcarousel_color_enable\";s:1:\"0\";s:19:\"quickcarousel_color\";s:6:\"333333\";}s:7:\"ukwqv9q\";a:1:{s:4:\"text\";s:26:\"Why not tell your friends?\";}s:8:\"settings\";a:53:{s:17:\"pagelines_favicon\";s:42:\"[pl_parent_url]/images/default-favicon.png\";s:14:\"pl_login_image\";s:46:\"[pl_parent_url]/images/default-login-image.png\";s:19:\"pagelines_touchicon\";s:45:\"[pl_parent_url]/images/default-touch-icon.png\";s:12:\"share_google\";s:1:\"1\";s:14:\"share_facebook\";s:1:\"1\";s:13:\"share_twitter\";s:1:\"1\";s:19:\"disable_less_errors\";s:1:\"0\";s:6:\"bodybg\";s:6:\"FFFFFF\";s:12:\"text_primary\";s:6:\"444444\";s:12:\"supersize_bg\";s:1:\"1\";s:28:\"page_background_image_repeat\";s:9:\"no-repeat\";s:30:\"page_background_image_pos_vert\";s:1:\"0\";s:29:\"page_background_image_pos_hor\";s:2:\"50\";s:28:\"page_background_image_attach\";s:5:\"fixed\";s:12:\"enable_debug\";s:1:\"0\";s:18:\"load_prettify_libs\";s:1:\"1\";s:11:\"layout_mode\";s:5:\"pixel\";s:19:\"layout_display_mode\";s:12:\"display-full\";s:12:\"font_primary\";s:9:\"open_sans\";s:14:\"base_font_size\";s:2:\"14\";s:19:\"font_primary_weight\";s:3:\"300\";s:16:\"header_base_size\";s:2:\"16\";s:19:\"font_headers_weight\";s:3:\"300\";s:12:\"font_headers\";s:9:\"open_sans\";s:13:\"less_dev_mode\";s:1:\"0\";s:13:\"no_cache_mode\";s:1:\"0\";s:9:\"linkcolor\";s:6:\"337EFF\";s:6:\"sl_web\";s:1:\"0\";s:11:\"sl_facebook\";s:33:\"http://www.facebook.com/pagelines\";s:11:\"sl_linkedin\";s:35:\"http://www.linkedin.com/in/arpowers\";s:12:\"sl_instagram\";s:33:\"http://www.instagram.com/arpowers\";s:10:\"sl_twitter\";s:34:\"http://www.instagram.com/pagelines\";s:10:\"sl_youtube\";s:37:\"http://www.youtube.com/user/pagelines\";s:14:\"sl_google-plus\";s:1:\"#\";s:12:\"sl_pinterest\";s:1:\"#\";s:11:\"sl_dribbble\";s:1:\"#\";s:9:\"sl_flickr\";s:1:\"#\";s:9:\"sl_github\";s:1:\"#\";s:13:\"no_draft_mode\";s:1:\"0\";s:9:\"love_icon\";s:3:\"sun\";s:14:\"share_linkedin\";s:1:\"0\";s:15:\"share_pinterest\";s:1:\"0\";s:12:\"share_buffer\";s:1:\"0\";s:13:\"share_stumble\";s:1:\"0\";s:16:\"post_loop_legacy\";s:1:\"0\";s:25:\"sharebar_disable_facebook\";s:1:\"0\";s:25:\"sharebar_disable_linkedin\";s:1:\"0\";s:24:\"sharebar_disable_twitter\";s:1:\"0\";s:26:\"sharebar_disable_pinterest\";s:1:\"0\";s:14:\"sl_web_disable\";s:1:\"0\";s:15:\"alternative_css\";s:1:\"0\";s:10:\"karma_icon\";s:5:\"heart\";s:18:\"pl_loop_thumb_size\";s:12:\"aspect-thumb\";}s:7:\"u0imr1t\";a:2:{s:4:\"cols\";s:1:\"3\";s:5:\"array\";a:6:{s:5:\"item1\";a:3:{s:5:\"image\";s:58:\"[pl_site_url]/wp-content/uploads/sites/9/2014/03/like5.png\";s:15:\"image_attach_id\";s:4:\"1427\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:3:{s:5:\"image\";s:57:\"[pl_site_url]/wp-content/uploads/sites/9/2014/03/bars.png\";s:15:\"image_attach_id\";s:4:\"1428\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:3:{s:5:\"image\";s:59:\"[pl_site_url]/wp-content/uploads/sites/9/2014/03/search.png\";s:15:\"image_attach_id\";s:4:\"1429\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item4\";a:3:{s:5:\"image\";s:57:\"[pl_site_url]/wp-content/uploads/sites/9/2014/03/maps.png\";s:15:\"image_attach_id\";s:4:\"1430\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item5\";a:3:{s:5:\"image\";s:60:\"[pl_site_url]/wp-content/uploads/sites/9/2014/03/comment.png\";s:15:\"image_attach_id\";s:4:\"1431\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item6\";a:3:{s:5:\"image\";s:56:\"[pl_site_url]/wp-content/uploads/sites/9/2014/03/rss.png\";s:15:\"image_attach_id\";s:4:\"1432\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"uq3dzem\";a:3:{s:15:\"_highlight_head\";s:26:\"Search, Social &amp; Local\";s:18:\"_highlight_subhead\";s:61:\"Cutting edge techniques and technology for your web presence.\";s:22:\"_highlight_image_frame\";s:1:\"0\";}s:7:\"udimffk\";a:6:{s:16:\"pl_area_parallax\";s:1:\"0\";s:28:\"pl_area_background_attach_id\";s:4:\"1308\";s:14:\"pl_area_repeat\";s:1:\"1\";s:13:\"pl_area_theme\";s:11:\"pl-contrast\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"F7F7F7\";}s:7:\"u7fpeap\";a:3:{s:15:\"_highlight_head\";s:18:\"Take a test drive.\";s:18:\"_highlight_subhead\";s:59:\"Not satisfied with show and tell? Try PageLines yourself...\";s:22:\"_highlight_image_frame\";s:1:\"0\";}s:7:\"umzxoff\";a:5:{s:11:\"pl_area_pad\";s:3:\"0px\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:11:\"pl-contrast\";s:20:\"pl_area_color_enable\";s:1:\"0\";s:13:\"pl_area_color\";s:6:\"FFFFFF\";}}}'),(6882,485,'pl-settings','a:2:{s:4:\"live\";a:0:{}s:5:\"draft\";a:0:{}}'),(6883,473,'pl-settings','a:2:{s:4:\"live\";a:0:{}s:5:\"draft\";a:0:{}}'),(6884,465,'pl-settings','a:2:{s:4:\"live\";a:0:{}s:5:\"draft\";a:0:{}}'),(6885,1053,'_pl_karma','0'),(6886,1031,'_pl_karma','0'),(6887,1027,'_pl_karma','0'),(6888,1021,'_pl_karma','0'),(6889,1019,'_pl_karma','0'),(6890,1009,'_pl_karma','0'),(6894,503,'_pl_karma','0'),(6893,527,'_pl_karma','0'),(6895,496,'_pl_karma','0'),(6896,491,'_pl_karma','0'),(6897,439,'_pl_karma','0'),(6898,416,'_pl_karma','0'),(6899,354,'_pl_karma','0'),(6900,344,'_pl_karma','0'),(6901,1590,'_wp_attached_file','2014/05/tradingroom2x12.jpg'),(6902,1590,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2014/05/tradingroom2x12.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"tradingroom2x12-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"tradingroom2x12-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"tradingroom2x12-1024x409.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:409;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"aspect-thumb\";a:4:{s:4:\"file\";s:28:\"tradingroom2x12-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:27:\"tradingroom2x12-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:28:\"tradingroom2x12-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:27:\"tradingroom2x12-500x800.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"big-thumb\";a:4:{s:4:\"file\";s:28:\"tradingroom2x12-1000x800.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6903,1591,'_wp_attached_file','2014/05/rqlogoblack1.jpg'),(6904,1591,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:531;s:6:\"height\";i:288;s:4:\"file\";s:24:\"2014/05/rqlogoblack1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"rqlogoblack1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"rqlogoblack1-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:24:\"rqlogoblack1-500x288.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:24:\"rqlogoblack1-500x288.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6905,1592,'_wp_attached_file','2014/05/joebigscreen.jpg'),(6906,1592,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:502;s:4:\"file\";s:24:\"2014/05/joebigscreen.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"joebigscreen-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"joebigscreen-300x217.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:24:\"joebigscreen-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:24:\"joebigscreen-692x500.jpg\";s:5:\"width\";i:692;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:24:\"joebigscreen-500x502.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:502;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(7136,1615,'_edit_lock','1476864994:1'),(6938,1598,'_edit_last','2'),(6939,1598,'_pagelines_gallery_slider','off'),(6940,1598,'_pagelines_quote',''),(6941,1598,'_pagelines_link',''),(6942,1598,'_pagelines_video_m4v',''),(6943,1598,'_pagelines_video_ogv',''),(6944,1598,'_pagelines_video_poster',''),(6907,1593,'_wp_attached_file','2014/05/joebigscreen1.jpg'),(6908,1593,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:502;s:4:\"file\";s:25:\"2014/05/joebigscreen1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"joebigscreen1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"joebigscreen1-300x217.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:25:\"joebigscreen1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:25:\"joebigscreen1-692x500.jpg\";s:5:\"width\";i:692;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:25:\"joebigscreen1-500x502.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:502;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6909,1594,'_wp_attached_file','2014/05/quoteboardblue.jpg'),(6910,1594,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:365;s:6:\"height\";i:274;s:4:\"file\";s:26:\"2014/05/quoteboardblue.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"quoteboardblue-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"quoteboardblue-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6911,1595,'_wp_attached_file','2014/05/marketanalyzer.jpg'),(6912,1595,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1124;s:6:\"height\";i:632;s:4:\"file\";s:26:\"2014/05/marketanalyzer.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"marketanalyzer-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"marketanalyzer-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"marketanalyzer-1024x575.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:26:\"marketanalyzer-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:27:\"marketanalyzer-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:26:\"marketanalyzer-500x632.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:632;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"big-thumb\";a:4:{s:4:\"file\";s:27:\"marketanalyzer-1000x632.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:632;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1392363162;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6913,1596,'_wp_attached_file','2014/05/screenhandclick.jpg'),(6914,1596,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:639;s:6:\"height\";i:850;s:4:\"file\";s:27:\"2014/05/screenhandclick.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"screenhandclick-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"screenhandclick-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"aspect-thumb\";a:4:{s:4:\"file\";s:27:\"screenhandclick-639x800.jpg\";s:5:\"width\";i:639;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:27:\"screenhandclick-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:27:\"screenhandclick-639x500.jpg\";s:5:\"width\";i:639;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:27:\"screenhandclick-500x850.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:850;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6915,1597,'_wp_attached_file','2014/05/joeshadowwriting2.jpg'),(6916,1597,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:29:\"2014/05/joeshadowwriting2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"joeshadowwriting2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"joeshadowwriting2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:29:\"joeshadowwriting2-500x400.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:29:\"joeshadowwriting2-500x400.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(6917,433,'pl-settings','a:2:{s:5:\"draft\";a:1:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau8b3ae\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"u8b3ae\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"PageLinesPostLoop\";s:5:\"clone\";s:6:\"u8b43d\";s:3:\"sid\";s:8:\"postloop\";s:4:\"span\";s:2:\"10\";s:6:\"offset\";s:1:\"1\";s:6:\"newrow\";s:5:\"false\";}}}}}}s:4:\"live\";a:0:{}}'),(6918,522,'pl-settings','a:2:{s:5:\"draft\";a:1:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areaubf258\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"ubf258\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"PageLinesPostLoop\";s:5:\"clone\";s:6:\"ubf2eb\";s:3:\"sid\";s:8:\"postloop\";s:4:\"span\";s:2:\"10\";s:6:\"offset\";s:1:\"1\";s:6:\"newrow\";s:5:\"false\";}}}}}}s:4:\"live\";a:0:{}}'),(6919,670,'pl-settings','a:2:{s:5:\"draft\";a:1:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau74769\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"u74769\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"PageLinesPostLoop\";s:5:\"clone\";s:6:\"u747f7\";s:3:\"sid\";s:8:\"postloop\";s:4:\"span\";s:2:\"10\";s:6:\"offset\";s:1:\"1\";s:6:\"newrow\";s:5:\"false\";}}}}}}s:4:\"live\";a:0:{}}'),(6922,888,'_pl_karma','0'),(6923,838,'_pl_karma','0'),(6924,1390,'_pl_karma','0'),(6925,1351,'_pl_karma','0'),(6926,1348,'_pl_karma','0'),(6927,1279,'_pl_karma','0'),(6928,1199,'_pl_karma','0'),(6929,1440,'_pl_karma','0'),(6930,750,'_pl_karma','0'),(6931,1401,'_pl_karma','0'),(6932,844,'_pl_karma','0'),(6933,402,'_pl_karma','0'),(6934,1446,'_pl_karma','0'),(6935,718,'_pl_karma','0'),(6936,709,'_pl_karma','0'),(6937,1598,'_edit_lock','1399586383:2'),(6945,1598,'_pagelines_video_embed','https://vimeo.com/94068070/settings/embed'),(6946,1598,'_pagelines_audio_mp3',''),(6947,1598,'_pagelines_audio_ogg',''),(6948,1598,'_pl_karma','0'),(6949,1598,'_thumbnail_id','1509'),(6950,1266,'_pl_karma','0'),(6951,414,'_pl_karma','0'),(6952,983,'_pl_karma','0'),(6953,983,'_oembed_90aa0004ad8ee661b64a561b70dda2b2','{{unknown}}'),(6954,983,'_oembed_a918029a00b379ae5d1c74cac62ae757','{{unknown}}'),(6955,983,'_oembed_8ae71be95cafc574b1cc96f0fc3ff80e','{{unknown}}'),(6956,890,'_pl_karma','0'),(6957,561,'_pl_karma','0'),(6958,603,'_pl_karma','0'),(6959,554,'_pl_karma','0'),(6960,541,'_pl_karma','0'),(6961,506,'_pl_karma','0'),(6962,487,'_pl_karma','0'),(6963,477,'_pl_karma','0'),(6964,461,'_pl_karma','0'),(6965,457,'_pl_karma','0'),(6966,231,'_pl_karma','0'),(6967,538,'_pl_karma','0'),(6968,538,'_oembed_2023cbef355a3f27b83c710d01a40a2a','{{unknown}}'),(6969,892,'_pl_karma','0'),(6970,892,'_oembed_008c5342fbbb43bbc8017f84cdee9ebd','{{unknown}}'),(6971,892,'_oembed_ee197edc8dcd5f69b46fb51f5d832ebd','{{unknown}}'),(6972,892,'_oembed_53a9b7d1de7640f8e17d04093a5ca3b3','{{unknown}}'),(6973,1305,'_pl_karma','0'),(6974,924,'_pl_karma','0'),(6975,657,'_pl_karma','0'),(6976,746,'_pl_karma','0'),(6977,739,'_pl_karma','0'),(6978,729,'_pl_karma','0'),(6979,723,'_pl_karma','0'),(6980,723,'_oembed_5e105841dc42d8d9c99831a317043a89','{{unknown}}'),(6981,723,'_oembed_b97572ff01d6a5eeb7ca61182223e6ea','{{unknown}}'),(6982,723,'_oembed_0e6520ef65ef3eae72362e53b5b67c30','{{unknown}}'),(6983,723,'_oembed_9268bcefe74d1ef4f7f9d038b138909d','{{unknown}}'),(6984,702,'_pl_karma','0'),(6985,700,'_pl_karma','0'),(6986,697,'_pl_karma','0'),(6987,591,'_pl_karma','0'),(6988,591,'_oembed_b9be449a5b5f5c3f1f1eaeb5a88e04c5','{{unknown}}'),(6989,1420,'_pl_karma','0'),(6990,1420,'_oembed_6e9e2924023e28a3c584af9867eb65c8','{{unknown}}'),(6991,1420,'_oembed_e16c2171c4f337d830a28460af138f1a','{{unknown}}'),(6992,1420,'_oembed_f165e9b728241599f6413d75d76aa323','{{unknown}}'),(6993,1420,'_oembed_13dc338191a846b3bfb667f35e7f7ee1','{{unknown}}'),(6994,686,'_pl_karma','0'),(6995,686,'_oembed_dd55b98ab776879de5e1785690e141d6','{{unknown}}'),(6996,686,'_oembed_9dfba29be197432565e33f55b2311885','{{unknown}}'),(6997,686,'_oembed_c973075e11bf89634b23e023c0c157e8','{{unknown}}'),(6998,1335,'_pl_karma','0'),(6999,385,'_pl_karma','0'),(7000,381,'_pl_karma','0'),(7001,374,'_pl_karma','0'),(7002,367,'_pl_karma','0'),(7003,399,'_pl_karma','0'),(7004,395,'_pl_karma','0'),(7005,389,'_pl_karma','0'),(7006,330,'_pl_karma','0'),(7007,1414,'_pl_karma','0'),(7008,544,'_pl_karma','0'),(7009,520,'_pl_karma','0'),(7010,853,'_pl_karma','0'),(7011,850,'_pl_karma','0'),(7012,848,'_pl_karma','0'),(7013,846,'_pl_karma','0'),(7014,816,'_pl_karma','0'),(7015,226,'_pl_karma','0'),(7016,207,'_pl_karma','1'),(7017,190,'_pl_karma','0'),(7018,323,'_pl_karma','0'),(7019,272,'_pl_karma','0'),(7020,250,'_pl_karma','0'),(7021,406,'_pl_karma','0'),(7022,453,'_pl_karma','0'),(7023,446,'_pl_karma','0'),(7024,481,'_pl_karma','0'),(7025,474,'_pl_karma','0'),(7026,465,'_pl_karma','0'),(7027,1277,'_pl_karma','0'),(7028,1294,'_pl_karma','0'),(7029,1286,'_pl_karma','0'),(7030,1303,'_pl_karma','0'),(7031,1190,'_pl_karma','0'),(7033,898,'_pl_karma','0'),(7034,881,'_pl_karma','0'),(7035,877,'_pl_karma','0'),(7036,865,'_pl_karma','0'),(7037,865,'_oembed_f144357b897f79363ba37dcb26885ea7','{{unknown}}'),(7038,865,'_oembed_622ce4492793a1407e77d17a5080741d','{{unknown}}'),(7039,807,'_pl_karma','0'),(7040,796,'_pl_karma','0'),(7041,791,'_pl_karma','0'),(7042,791,'_oembed_64efd87c75c9ca533ad9a84e0faa64bf','{{unknown}}'),(7043,791,'_oembed_ed6c617006c08e2e21845f51368e2fd5','{{unknown}}'),(7044,791,'_oembed_a66e5849f8b652deda31fbc143a2dc85','{{unknown}}'),(7045,791,'_oembed_bd69b660180855a5fd7a63efe25b220a','{{unknown}}'),(7046,791,'_oembed_4f979d4d189d86a524fb9619cc276b16','{{unknown}}'),(7047,787,'_pl_karma','0'),(7048,1342,'_pl_karma','0'),(7049,777,'_pl_karma','0'),(7050,789,'_pl_karma','0'),(7051,754,'_pl_karma','0'),(7052,748,'_pl_karma','0'),(7053,748,'_oembed_20ae28f1e6fceb4b419024fbc084783d','{{unknown}}'),(7054,748,'_oembed_a857669658471d10dd7fab21575f29a7','{{unknown}}'),(7055,748,'_oembed_2d524e12c0ddb3347246b74c63b09158','{{unknown}}'),(7056,748,'_oembed_c41dd0528c6376acd02f6e4994eb077d','{{unknown}}'),(7057,759,'_pl_karma','0'),(7058,761,'_pl_karma','0'),(7059,1357,'_pl_karma','0'),(7060,1355,'_pl_karma','0'),(7339,1355,'_pagelines_gallery_slider','off'),(7348,1355,'_oembed_4dc3703d68a86fa89c20075cfe2adc32','{{unknown}}'),(7063,1264,'_pl_karma','0'),(7064,653,'_pl_karma','0'),(7065,1428,'_pl_karma','0'),(7066,1346,'_pl_karma','0'),(7067,584,'_pl_karma','0'),(7068,569,'_pl_karma','0'),(7069,569,'_oembed_ba791fd6b470a17bb0abea76c72a6113','{{unknown}}'),(7070,916,'_pl_karma','0'),(7071,909,'_pl_karma','0'),(7072,1457,'_pl_karma','0'),(7073,921,'_pl_karma','0'),(7074,662,'_pl_karma','0'),(7075,805,'_pl_karma','0'),(7076,628,'_pl_karma','0'),(7077,775,'_pl_karma','0'),(7078,772,'_pl_karma','0'),(7079,772,'_oembed_8fc52a1fb47eef1fefd88fb43c595d84','{{unknown}}'),(7080,772,'_oembed_d3c704b7731ef631b7558f6b13401dc1','{{unknown}}'),(7081,772,'_oembed_5def7683a63ba90e850cdc0b9d4bdd37','{{unknown}}'),(7082,772,'_oembed_858d2090b8c6c4e64215a4fb59b22bca','{{unknown}}'),(7083,772,'_oembed_89b9e2a2e489e7c3f3de453d30fd55a2','{{unknown}}'),(7084,618,'_pl_karma','0'),(7085,616,'_pl_karma','0'),(7086,612,'_pl_karma','0'),(7087,612,'_oembed_73cbe93b86570abbee5f54ec8da2beca','{{unknown}}'),(7088,607,'_pl_karma','0'),(7089,680,'_pl_karma','0'),(7090,589,'_pl_karma','0'),(7091,879,'_pl_karma','0'),(7092,988,'_pl_karma','0'),(7093,566,'_pl_karma','0'),(7094,1326,'_pl_karma','0'),(7095,1326,'_oembed_6be3623c05e83be698b1a7d897a698d7','{{unknown}}'),(7096,1326,'_oembed_0dec17223ec649388e979da445bc951b','{{unknown}}'),(7097,1326,'_oembed_07ae1dcccef86a459bc476df7a601931','{{unknown}}'),(7098,1324,'_pl_karma','0'),(7099,598,'_pl_karma','0'),(7100,635,'_pl_karma','0'),(7101,1197,'_pl_karma','0'),(7102,1602,'_edit_lock','1399594438:2'),(7103,1602,'_edit_last','2'),(7114,1602,'_pl_karma','1'),(7105,1602,'_pagelines_gallery_slider','on'),(7106,1602,'_pagelines_quote',''),(7107,1602,'_pagelines_link',''),(7108,1602,'_pagelines_video_m4v',''),(7109,1602,'_pagelines_video_ogv',''),(7110,1602,'_pagelines_video_poster',''),(7111,1602,'_pagelines_video_embed',''),(7112,1602,'_pagelines_audio_mp3',''),(7113,1602,'_pagelines_audio_ogg',''),(7116,1604,'_wp_attached_file','2014/05/rqglassadvwindow.jpg'),(7117,1604,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3264;s:6:\"height\";i:2448;s:4:\"file\";s:28:\"2014/05/rqglassadvwindow.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"rqglassadvwindow-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"rqglassadvwindow-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"rqglassadvwindow-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"aspect-thumb\";a:4:{s:4:\"file\";s:29:\"rqglassadvwindow-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:28:\"rqglassadvwindow-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:29:\"rqglassadvwindow-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:29:\"rqglassadvwindow-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"big-thumb\";a:4:{s:4:\"file\";s:30:\"rqglassadvwindow-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(7118,1605,'_wp_attached_file','2014/05/RQLOGOwhite1.jpg'),(7119,1605,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:531;s:6:\"height\";i:288;s:4:\"file\";s:24:\"2014/05/RQLOGOwhite1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"RQLOGOwhite1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"RQLOGOwhite1-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:24:\"RQLOGOwhite1-500x288.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:24:\"RQLOGOwhite1-500x288.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(7120,1606,'_wp_attached_file','2014/05/rqlogoblack2.jpg'),(7121,1606,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:531;s:6:\"height\";i:288;s:4:\"file\";s:24:\"2014/05/rqlogoblack2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"rqlogoblack2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"rqlogoblack2-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:24:\"rqlogoblack2-500x288.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:24:\"rqlogoblack2-500x288.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(7122,1607,'_wp_attached_file','2014/05/rqlogoblack3.jpg'),(7123,1607,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:531;s:6:\"height\";i:288;s:4:\"file\";s:24:\"2014/05/rqlogoblack3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"rqlogoblack3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"rqlogoblack3-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:24:\"rqlogoblack3-500x288.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:24:\"rqlogoblack3-500x288.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(7124,1608,'_wp_attached_file','2014/05/rqblkletters.png'),(7125,1608,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:224;s:6:\"height\";i:166;s:4:\"file\";s:24:\"2014/05/rqblkletters.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"rqblkletters-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(7126,1609,'_wp_attached_file','2014/05/rqfavletters.png'),(7127,1609,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:95;s:6:\"height\";i:72;s:4:\"file\";s:24:\"2014/05/rqfavletters.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"rqfavletters-80x72.png\";s:5:\"width\";i:80;s:6:\"height\";i:72;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(7128,1610,'_wp_attached_file','2014/05/rqfavletters.jpg'),(7129,1610,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:95;s:6:\"height\";i:72;s:4:\"file\";s:24:\"2014/05/rqfavletters.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"rqfavletters-80x72.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(7130,1611,'_wp_attached_file','2014/05/favrq2.jpg'),(7131,1611,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:74;s:6:\"height\";i:49;s:4:\"file\";s:18:\"2014/05/favrq2.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1399548946;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(7132,1612,'_wp_attached_file','2014/05/rqbluefav.png'),(7133,1612,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:75;s:6:\"height\";i:50;s:4:\"file\";s:21:\"2014/05/rqbluefav.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(7134,1613,'_wp_attached_file','2014/05/Rfavletter.png'),(7135,1613,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:67;s:6:\"height\";i:66;s:4:\"file\";s:22:\"2014/05/Rfavletter.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(7137,1615,'_edit_last','2'),(7138,1615,'pl-settings','a:2:{s:4:\"live\";a:1:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{i:0;a:6:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:17:\"pageheaderump4rq7\";s:6:\"object\";s:12:\"PLPageHeader\";s:3:\"sid\";s:10:\"pageheader\";s:5:\"clone\";s:7:\"ump4rq7\";}}}}s:5:\"draft\";a:1:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{i:0;a:6:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:17:\"pageheaderump4rq7\";s:6:\"object\";s:12:\"PLPageHeader\";s:3:\"sid\";s:10:\"pageheader\";s:5:\"clone\";s:7:\"ump4rq7\";}}}}}'),(15165,3198,'_wp_attached_file','2016/10/roomtitanstars.jpg'),(15166,3198,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:513;s:6:\"height\";i:107;s:4:\"file\";s:26:\"2016/10/roomtitanstars.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"roomtitanstars-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"roomtitanstars-300x63.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:26:\"roomtitanstars-500x107.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:26:\"roomtitanstars-500x107.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1476426150\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15141,2213,'pl-settings','a:2:{s:5:\"draft\";a:1:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areauf1e2d\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"uf1e2d\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"PageLinesPostLoop\";s:5:\"clone\";s:6:\"uf1ebb\";s:3:\"sid\";s:8:\"postloop\";s:4:\"span\";s:2:\"10\";s:6:\"offset\";s:1:\"1\";s:6:\"newrow\";s:5:\"false\";}}}}}}s:4:\"live\";a:0:{}}'),(7139,1617,'_edit_last','2'),(7140,1617,'pl-settings','a:2:{s:5:\"draft\";a:1:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{s:9:\"ctemplate\";s:12:\"riosquant5-7\";}}}s:4:\"live\";a:1:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{s:9:\"ctemplate\";s:12:\"riosquant5-7\";}}}}'),(7141,1617,'_edit_lock','1399567810:2'),(7142,1619,'_edit_lock','1476034258:2'),(7143,1619,'_edit_last','2'),(7144,1619,'_pagelines_gallery_slider','off'),(7145,1619,'_pagelines_quote',''),(7146,1619,'_pagelines_link',''),(7147,1619,'_pagelines_video_m4v',''),(7148,1619,'_pagelines_video_ogv',''),(7149,1619,'_pagelines_video_poster',''),(7150,1619,'_pagelines_video_embed','<iframe width=\"640\" height=\"360\" src=\"//www.youtube.com/embed/gEYP0nE9bAc\" frameborder=\"0\" allowfullscreen></iframe>\r\n'),(7151,1619,'_pagelines_audio_mp3',''),(7152,1619,'_pagelines_audio_ogg',''),(7153,1619,'_pl_karma','3'),(7154,1619,'_thumbnail_id','965'),(7155,1619,'pl-settings','a:2:{s:4:\"live\";a:0:{}s:5:\"draft\";a:0:{}}'),(7158,1602,'_thumbnail_id','454'),(7161,1512,'_pagelines_gallery_slider','off'),(7162,1512,'_pagelines_quote',''),(7163,1512,'_pagelines_link',''),(7164,1512,'_pagelines_video_m4v',''),(7165,1512,'_pagelines_video_ogv',''),(7166,1512,'_pagelines_video_poster',''),(7167,1512,'_pagelines_video_embed','<iframe width=\"640\" height=\"360\" src=\"//www.youtube.com/embed/B0xN1r30TRc\" frameborder=\"0\" allowfullscreen></iframe>'),(7168,1512,'_pagelines_audio_mp3',''),(7169,1512,'_pagelines_audio_ogg',''),(7170,1623,'_wp_attached_file','2014/04/jump-start-rq-alogrithms1.jpg'),(7171,1623,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:430;s:6:\"height\";i:268;s:4:\"file\";s:37:\"2014/04/jump-start-rq-alogrithms1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"jump-start-rq-alogrithms1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"jump-start-rq-alogrithms1-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1397328931;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(7172,1512,'_thumbnail_id','1623'),(7180,844,'_pagelines_gallery_slider','off'),(7181,844,'_pagelines_quote',''),(7182,844,'_pagelines_link',''),(7183,844,'_pagelines_video_m4v',''),(7184,844,'_pagelines_video_ogv',''),(7185,844,'_pagelines_video_poster',''),(7186,844,'_pagelines_video_embed',''),(7187,844,'_pagelines_audio_mp3',''),(7188,844,'_pagelines_audio_ogg',''),(7190,672,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:392;s:6:\"height\";i:457;s:4:\"file\";s:29:\"trade-the-london-gold-fix.jpg\";}}'),(7191,844,'_thumbnail_id','672'),(7193,1627,'_edit_lock','1399589427:2'),(7194,1627,'_edit_last','2'),(7195,1628,'_wp_attached_file','2014/05/futures-truth.jpg'),(7196,1628,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:466;s:6:\"height\";i:571;s:4:\"file\";s:25:\"2014/05/futures-truth.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"futures-truth-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"futures-truth-244x300.jpg\";s:5:\"width\";i:244;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:25:\"futures-truth-466x500.jpg\";s:5:\"width\";i:466;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:25:\"futures-truth-466x500.jpg\";s:5:\"width\";i:466;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1389807893;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(7197,1627,'_thumbnail_id','1628'),(7208,1627,'_pl_karma','0'),(7199,1627,'_pagelines_gallery_slider','off'),(7200,1627,'_pagelines_quote',''),(7201,1627,'_pagelines_link',''),(7202,1627,'_pagelines_video_m4v',''),(7203,1627,'_pagelines_video_ogv',''),(7204,1627,'_pagelines_video_poster',''),(7205,1627,'_pagelines_video_embed','<iframe src=\"//player.vimeo.com/video/94025038\" width=\"500\" height=\"281\" frameborder=\"0\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(7206,1627,'_pagelines_audio_mp3',''),(7207,1627,'_pagelines_audio_ogg',''),(7227,1630,'_edit_lock','1399591267:2'),(7228,1630,'_edit_last','2'),(7229,1630,'pl-settings','a:2:{s:5:\"draft\";a:1:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:1:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau7633c\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"u7633c\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:17:\"PageLinesPostLoop\";s:5:\"clone\";s:6:\"u763ca\";s:3:\"sid\";s:8:\"postloop\";s:4:\"span\";s:2:\"10\";s:6:\"offset\";s:1:\"1\";s:6:\"newrow\";s:5:\"false\";}}}}}}s:4:\"live\";a:0:{}}'),(7230,1632,'_menu_item_type','taxonomy'),(7231,1632,'_menu_item_menu_item_parent','0'),(7232,1632,'_menu_item_object_id','7'),(7233,1632,'_menu_item_object','category'),(7234,1632,'_menu_item_target',''),(7235,1632,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7236,1632,'_menu_item_xfn',''),(7237,1632,'_menu_item_url',''),(15185,3211,'_wp_attached_file','2016/10/strategyroom.jpg'),(15164,2847,'_edit_lock','1476863902:1'),(7257,1635,'_menu_item_type','taxonomy'),(7258,1635,'_menu_item_menu_item_parent','0'),(7259,1635,'_menu_item_object_id','11'),(7260,1635,'_menu_item_object','category'),(7261,1635,'_menu_item_target',''),(7262,1635,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7263,1635,'_menu_item_xfn',''),(7264,1635,'_menu_item_url',''),(7266,1636,'_menu_item_type','taxonomy'),(7267,1636,'_menu_item_menu_item_parent','0'),(7268,1636,'_menu_item_object_id','5'),(7269,1636,'_menu_item_object','category'),(7270,1636,'_menu_item_target',''),(7271,1636,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7272,1636,'_menu_item_xfn',''),(7273,1636,'_menu_item_url',''),(7275,1637,'_menu_item_type','taxonomy'),(7276,1637,'_menu_item_menu_item_parent','0'),(7277,1637,'_menu_item_object_id','10'),(7278,1637,'_menu_item_object','category'),(7279,1637,'_menu_item_target',''),(7280,1637,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7281,1637,'_menu_item_xfn',''),(7282,1637,'_menu_item_url',''),(7700,1690,'_edit_lock','1400445839:2'),(7335,1403,'_pagelines_audio_mp3',''),(7334,1403,'_pagelines_video_embed',''),(7333,1403,'_pagelines_video_poster',''),(7332,1403,'_pagelines_video_ogv',''),(7331,1403,'_pagelines_video_m4v',''),(7330,1403,'_pagelines_link',''),(7329,1403,'_pagelines_quote',''),(7328,1403,'_pagelines_gallery_slider','off'),(7343,1355,'_pagelines_video_ogv',''),(8170,1796,'_optimizepress_page_thumbnail',''),(8171,1796,'_optimizepress_page_thumbnail_preset',''),(8172,1796,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(7579,1670,'_pagelines_quote',''),(7578,1670,'_pagelines_gallery_slider','off'),(7590,1670,'_pl_karma','0'),(7576,1670,'_thumbnail_id','899'),(7575,1670,'_edit_last','2'),(7574,1670,'_edit_lock','1400074679:2'),(7336,1403,'_pagelines_audio_ogg',''),(7344,1355,'_pagelines_video_poster',''),(7345,1355,'_pagelines_video_embed',''),(7346,1355,'_pagelines_audio_mp3',''),(7347,1355,'_pagelines_audio_ogg',''),(7349,1355,'_oembed_bd82a156b3adb3c6cae1b16f65edba9a','{{unknown}}'),(7361,1646,'_edit_lock','1399640885:2'),(7351,1294,'_pagelines_gallery_slider','off'),(7352,1294,'_pagelines_quote',''),(7353,1294,'_pagelines_link',''),(7354,1294,'_pagelines_video_m4v',''),(7355,1294,'_pagelines_video_ogv',''),(7356,1294,'_pagelines_video_poster',''),(7357,1294,'_pagelines_video_embed',''),(7358,1294,'_pagelines_audio_mp3',''),(7359,1294,'_pagelines_audio_ogg',''),(7362,1646,'_edit_last','2'),(7373,1646,'_pl_karma','0'),(7364,1646,'_pagelines_gallery_slider','off'),(7365,1646,'_pagelines_quote',''),(7366,1646,'_pagelines_link',''),(7367,1646,'_pagelines_video_m4v',''),(7368,1646,'_pagelines_video_ogv',''),(7369,1646,'_pagelines_video_poster',''),(7370,1646,'_pagelines_video_embed',''),(7371,1646,'_pagelines_audio_mp3',''),(7372,1646,'_pagelines_audio_ogg',''),(7374,1646,'_thumbnail_id','899'),(7376,1648,'_menu_item_type','taxonomy'),(7377,1648,'_menu_item_menu_item_parent','0'),(7378,1648,'_menu_item_object_id','19'),(7379,1648,'_menu_item_object','category'),(7380,1648,'_menu_item_target',''),(7381,1648,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7382,1648,'_menu_item_xfn',''),(7383,1648,'_menu_item_url',''),(7403,1650,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(7404,1651,'_optimizepress_pagebuilder','Y'),(7405,1651,'_optimizepress_page_thumbnail',''),(7406,1651,'_optimizepress_page_thumbnail_preset',''),(7407,1651,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(7408,1651,'_optimizepress_header_layout','s:802:\"a:10:{s:4:\"logo\";s:78:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark12.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(7409,1651,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(7410,1651,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(7411,1651,'_optimizepress_footer_area','s:270:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:2:\"40\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(7412,1651,'_optimizepress_typography','s:1142:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"15\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(7413,1651,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(7414,1651,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(7415,1651,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(7416,1651,'_optimizepress_scripts','s:259:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:196:\"Lm9wdGluLWJveC0xNCBpbnB1dCwgLm9wdGluLWJveC0xNCBpbnB1dDpmb2N1cyB7Zm9udC13ZWlnaHQ6MzAwO30KLm9wdGluLWJveC0xNCBwLnByaXZhY3kge2NvbG9yOiM4ODg7Zm9udC1zaXplOjEzcHg7cGFkZGluZy10b3A6NXB4O29wYWNpdHk6MC44fQ==\";}}\";'),(7417,1651,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(7418,1651,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(7419,1651,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(7420,1653,'_optimizepress_pagebuilder','Y'),(7421,1653,'_optimizepress_page_thumbnail',''),(7422,1653,'_optimizepress_page_thumbnail_preset',''),(7423,1653,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(7424,1653,'_optimizepress_header_layout','s:802:\"a:10:{s:4:\"logo\";s:78:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark12.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(7425,1653,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(7426,1653,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(7427,1653,'_optimizepress_footer_area','s:270:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:2:\"40\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(7428,1653,'_optimizepress_typography','s:1142:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"15\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(7429,1653,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(7430,1653,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(7431,1653,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(7432,1653,'_optimizepress_scripts','s:259:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:196:\"Lm9wdGluLWJveC0xNCBpbnB1dCwgLm9wdGluLWJveC0xNCBpbnB1dDpmb2N1cyB7Zm9udC13ZWlnaHQ6MzAwO30KLm9wdGluLWJveC0xNCBwLnByaXZhY3kge2NvbG9yOiM4ODg7Zm9udC1zaXplOjEzcHg7cGFkZGluZy10b3A6NXB4O29wYWNpdHk6MC44fQ==\";}}\";'),(7433,1653,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(7434,1653,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(7435,1653,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(7436,1654,'_optimizepress_pagebuilder','Y'),(7437,1654,'_optimizepress_page_thumbnail',''),(7438,1654,'_optimizepress_page_thumbnail_preset',''),(7439,1654,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(7440,1654,'_optimizepress_header_layout','s:802:\"a:10:{s:4:\"logo\";s:78:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark12.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(7441,1654,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(7442,1654,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(7443,1654,'_optimizepress_footer_area','s:270:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:2:\"40\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(7444,1654,'_optimizepress_typography','s:1142:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"15\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(7445,1654,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(7446,1654,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(7447,1654,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(7448,1654,'_optimizepress_scripts','s:259:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:196:\"Lm9wdGluLWJveC0xNCBpbnB1dCwgLm9wdGluLWJveC0xNCBpbnB1dDpmb2N1cyB7Zm9udC13ZWlnaHQ6MzAwO30KLm9wdGluLWJveC0xNCBwLnByaXZhY3kge2NvbG9yOiM4ODg7Zm9udC1zaXplOjEzcHg7cGFkZGluZy10b3A6NXB4O29wYWNpdHk6MC44fQ==\";}}\";'),(7449,1654,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(7450,1654,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(7451,1654,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(7452,1656,'_edit_lock','1399859997:2'),(7453,1656,'_edit_last','2'),(7454,1656,'_thumbnail_id','1597'),(7455,1656,'_pagelines_gallery_slider','off'),(7456,1656,'_pagelines_quote',''),(7457,1656,'_pagelines_link',''),(7458,1656,'_pagelines_video_m4v',''),(7459,1656,'_pagelines_video_ogv',''),(7460,1656,'_pagelines_video_poster',''),(7461,1656,'_pagelines_video_embed',''),(7462,1656,'_pagelines_audio_mp3',''),(7463,1656,'_pagelines_audio_ogg',''),(7464,1656,'_pl_karma','0'),(7467,1659,'_edit_lock','1399902354:1'),(7468,1659,'_edit_last','2'),(7469,1659,'_thumbnail_id','1010'),(7480,1659,'_pl_karma','2'),(7471,1659,'_pagelines_gallery_slider','off'),(7472,1659,'_pagelines_quote',''),(7473,1659,'_pagelines_link',''),(7474,1659,'_pagelines_video_m4v',''),(7475,1659,'_pagelines_video_ogv',''),(7476,1659,'_pagelines_video_poster',''),(7477,1659,'_pagelines_video_embed',''),(7478,1659,'_pagelines_audio_mp3',''),(7479,1659,'_pagelines_audio_ogg',''),(7835,1740,'_edit_lock','1400671945:2'),(7482,1662,'_optimizepress_pagebuilder','Y'),(7483,1662,'_optimizepress_page_thumbnail',''),(7484,1662,'_optimizepress_page_thumbnail_preset',''),(7485,1662,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(7486,1662,'_optimizepress_header_layout','s:802:\"a:10:{s:4:\"logo\";s:78:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark12.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(7487,1662,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(7488,1662,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(7489,1662,'_optimizepress_footer_area','s:270:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:2:\"40\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(7490,1662,'_optimizepress_typography','s:1142:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"15\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(7491,1662,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(7492,1662,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(7493,1662,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(7494,1662,'_optimizepress_scripts','s:259:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:196:\"Lm9wdGluLWJveC0xNCBpbnB1dCwgLm9wdGluLWJveC0xNCBpbnB1dDpmb2N1cyB7Zm9udC13ZWlnaHQ6MzAwO30KLm9wdGluLWJveC0xNCBwLnByaXZhY3kge2NvbG9yOiM4ODg7Zm9udC1zaXplOjEzcHg7cGFkZGluZy10b3A6NXB4O29wYWNpdHk6MC44fQ==\";}}\";'),(7495,1662,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(7496,1662,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(7497,1662,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(7498,1663,'_optimizepress_pagebuilder','Y'),(7499,1663,'_optimizepress_page_thumbnail',''),(7500,1663,'_optimizepress_page_thumbnail_preset',''),(7501,1663,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(7502,1663,'_optimizepress_header_layout','s:802:\"a:10:{s:4:\"logo\";s:78:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark12.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(7503,1663,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(7504,1663,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(7505,1663,'_optimizepress_footer_area','s:270:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:2:\"40\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(7506,1663,'_optimizepress_typography','s:1142:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"15\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(7507,1663,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(7508,1663,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(7509,1663,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(7510,1663,'_optimizepress_scripts','s:259:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:196:\"Lm9wdGluLWJveC0xNCBpbnB1dCwgLm9wdGluLWJveC0xNCBpbnB1dDpmb2N1cyB7Zm9udC13ZWlnaHQ6MzAwO30KLm9wdGluLWJveC0xNCBwLnByaXZhY3kge2NvbG9yOiM4ODg7Zm9udC1zaXplOjEzcHg7cGFkZGluZy10b3A6NXB4O29wYWNpdHk6MC44fQ==\";}}\";'),(7511,1663,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(7512,1663,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(7513,1663,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(7836,1741,'_wp_attached_file','2014/05/gram-profit-NQ.jpg'),(7515,1665,'_optimizepress_pagebuilder','Y'),(7516,1665,'_optimizepress_page_thumbnail',''),(7517,1665,'_optimizepress_page_thumbnail_preset',''),(7518,1665,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(7519,1665,'_optimizepress_header_layout','s:802:\"a:10:{s:4:\"logo\";s:78:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark12.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(7520,1665,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(7521,1665,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(7522,1665,'_optimizepress_footer_area','s:270:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:2:\"40\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(7523,1665,'_optimizepress_typography','s:1142:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"15\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(7524,1665,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(7525,1665,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(7526,1665,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(7527,1665,'_optimizepress_scripts','s:259:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:196:\"Lm9wdGluLWJveC0xNCBpbnB1dCwgLm9wdGluLWJveC0xNCBpbnB1dDpmb2N1cyB7Zm9udC13ZWlnaHQ6MzAwO30KLm9wdGluLWJveC0xNCBwLnByaXZhY3kge2NvbG9yOiM4ODg7Zm9udC1zaXplOjEzcHg7cGFkZGluZy10b3A6NXB4O29wYWNpdHk6MC44fQ==\";}}\";'),(7528,1665,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(7529,1665,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(7530,1665,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(7531,1666,'_optimizepress_pagebuilder','Y'),(7532,1666,'_optimizepress_page_thumbnail',''),(7533,1666,'_optimizepress_page_thumbnail_preset',''),(7534,1666,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(7535,1666,'_optimizepress_header_layout','s:897:\"a:12:{s:4:\"logo\";s:74:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/rq-logo-black.jpg\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#010b1e\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"Y\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:6:\"normal\";s:9:\"font_size\";s:2:\"13\";s:11:\"font_family\";s:7:\"PT Sans\";}s:12:\"disable_link\";s:0:\"\";s:11:\"header_link\";s:30:\"http://www.thetradingroom.com/\";}\";'),(7536,1666,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(7537,1666,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(7538,1666,'_optimizepress_footer_area','s:284:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:15:\"Source Sans Pro\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(7539,1666,'_optimizepress_typography','s:1255:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:2:\"24\";s:4:\"font\";s:10:\"Montserrat\";s:5:\"style\";s:4:\"bold\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#0F87C9\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#636363\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(7540,1666,'_optimizepress_color_scheme_advanced','s:1943:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:7:\"#b9bdc0\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:8:{s:12:\"footer_start\";s:7:\"#2c323e\";s:10:\"footer_end\";s:7:\"#2c323e\";s:17:\"footer_text_color\";s:7:\"#ffffff\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:16:\"link_hover_color\";s:0:\"\";}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:7:\"#ffffff\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(7541,1666,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(7542,1666,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(7543,1666,'_optimizepress_scripts','s:61:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:0:\"\";}}\";'),(7544,1666,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(7545,1666,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(7546,1666,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(7547,1666,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(7548,1667,'_optimizepress_pagebuilder','Y'),(7549,1667,'_optimizepress_page_thumbnail',''),(7550,1667,'_optimizepress_page_thumbnail_preset',''),(7551,1667,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(7552,1667,'_optimizepress_header_layout','s:897:\"a:12:{s:4:\"logo\";s:74:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/rq-logo-black.jpg\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#010b1e\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"Y\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:6:\"normal\";s:9:\"font_size\";s:2:\"13\";s:11:\"font_family\";s:7:\"PT Sans\";}s:12:\"disable_link\";s:0:\"\";s:11:\"header_link\";s:30:\"http://www.thetradingroom.com/\";}\";'),(7553,1667,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(7554,1667,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(7555,1667,'_optimizepress_footer_area','s:284:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:15:\"Source Sans Pro\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(7556,1667,'_optimizepress_typography','s:1255:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:2:\"24\";s:4:\"font\";s:10:\"Montserrat\";s:5:\"style\";s:4:\"bold\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#0F87C9\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#636363\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(7557,1667,'_optimizepress_color_scheme_advanced','s:1943:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:7:\"#b9bdc0\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:8:{s:12:\"footer_start\";s:7:\"#2c323e\";s:10:\"footer_end\";s:7:\"#2c323e\";s:17:\"footer_text_color\";s:7:\"#ffffff\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:16:\"link_hover_color\";s:0:\"\";}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:7:\"#ffffff\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(7558,1667,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(7559,1667,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(7560,1667,'_optimizepress_scripts','s:61:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:0:\"\";}}\";'),(7561,1667,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(7562,1667,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(7563,1667,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(7564,1667,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(7565,1669,'_menu_item_type','post_type'),(7566,1669,'_menu_item_menu_item_parent','0'),(7567,1669,'_menu_item_object_id','1667'),(7568,1669,'_menu_item_object','page'),(7569,1669,'_menu_item_target',''),(7570,1669,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7571,1669,'_menu_item_xfn',''),(7572,1669,'_menu_item_url',''),(7580,1670,'_pagelines_link',''),(7581,1670,'_pagelines_video_m4v',''),(7582,1670,'_pagelines_video_ogv',''),(7583,1670,'_pagelines_video_poster',''),(7584,1670,'_pagelines_video_embed',''),(7585,1670,'_pagelines_audio_mp3',''),(7586,1670,'_pagelines_audio_ogg',''),(7587,1670,'_yoast_wpseo_focuskw','pre-market trading'),(7588,1670,'_yoast_wpseo_metadesc','Pre-market trading report for stocks, bonds, commodities and forex. Scheduled economic data releases that may have an impact on the markets also included.'),(7589,1670,'_yoast_wpseo_linkdex','55'),(7591,1672,'_optimizepress_pagebuilder','Y'),(7592,1672,'_optimizepress_page_thumbnail',''),(7593,1672,'_optimizepress_page_thumbnail_preset',''),(7594,1672,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(7595,1672,'_optimizepress_header_layout','s:804:\"a:10:{s:4:\"logo\";s:80:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark1012.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(7596,1672,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(7597,1672,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(7598,1672,'_optimizepress_footer_area','s:268:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(7599,1672,'_optimizepress_typography','s:1106:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:4:\"Asap\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(7600,1672,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(7601,1672,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(7602,1672,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(7603,1672,'_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),(7604,1672,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(7605,1672,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(7606,1672,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(7607,1672,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(7608,1674,'_optimizepress_pagebuilder','Y'),(7609,1674,'_optimizepress_page_thumbnail',''),(7610,1674,'_optimizepress_page_thumbnail_preset',''),(7611,1674,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(7612,1674,'_optimizepress_header_layout','s:897:\"a:12:{s:4:\"logo\";s:74:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/rq-logo-black.jpg\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#010b1e\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"Y\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:6:\"normal\";s:9:\"font_size\";s:2:\"13\";s:11:\"font_family\";s:7:\"PT Sans\";}s:12:\"disable_link\";s:0:\"\";s:11:\"header_link\";s:30:\"http://www.thetradingroom.com/\";}\";'),(7613,1674,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(7614,1674,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(7615,1674,'_optimizepress_footer_area','s:284:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:15:\"Source Sans Pro\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(7616,1674,'_optimizepress_typography','s:1255:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:2:\"24\";s:4:\"font\";s:10:\"Montserrat\";s:5:\"style\";s:4:\"bold\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#0F87C9\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#636363\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(7617,1674,'_optimizepress_color_scheme_advanced','s:1943:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:7:\"#b9bdc0\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:8:{s:12:\"footer_start\";s:7:\"#2c323e\";s:10:\"footer_end\";s:7:\"#2c323e\";s:17:\"footer_text_color\";s:7:\"#ffffff\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:16:\"link_hover_color\";s:0:\"\";}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:7:\"#ffffff\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(7618,1674,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(7619,1674,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(7620,1674,'_optimizepress_scripts','s:61:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:0:\"\";}}\";'),(7621,1674,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(7622,1674,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(7623,1674,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(7624,1674,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(7625,1676,'_edit_lock','1400074729:2'),(7626,1676,'_edit_last','2'),(7627,1677,'_wp_attached_file','2014/05/get-your-report-my-fav.jpg'),(7628,1677,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:579;s:6:\"height\";i:412;s:4:\"file\";s:34:\"2014/05/get-your-report-my-fav.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"get-your-report-my-fav-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"get-your-report-my-fav-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:34:\"get-your-report-my-fav-500x412.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:34:\"get-your-report-my-fav-500x412.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1399998759;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(7629,1676,'_thumbnail_id','1677'),(7643,1676,'_pl_karma','0'),(7631,1676,'_pagelines_gallery_slider','off'),(7632,1676,'_pagelines_quote',''),(7633,1676,'_pagelines_link',''),(7634,1676,'_pagelines_video_m4v',''),(7635,1676,'_pagelines_video_ogv',''),(7636,1676,'_pagelines_video_poster',''),(7637,1676,'_pagelines_video_embed',''),(7638,1676,'_pagelines_audio_mp3',''),(7639,1676,'_pagelines_audio_ogg',''),(7640,1676,'_yoast_wpseo_focuskw','pre-market trading'),(7641,1676,'_yoast_wpseo_metadesc','Pre-market trading report for stocks, bonds, commodities and forex. Scheduled economic data releases that may have an impact on the markets also included.'),(7642,1676,'_yoast_wpseo_linkdex','55'),(7644,1680,'_edit_lock','1400165022:2'),(7645,1680,'_edit_last','2'),(7646,1680,'_thumbnail_id','899'),(7660,1680,'_pl_karma','0'),(7648,1680,'_pagelines_gallery_slider','off'),(7649,1680,'_pagelines_quote',''),(7650,1680,'_pagelines_link',''),(7651,1680,'_pagelines_video_m4v',''),(7652,1680,'_pagelines_video_ogv',''),(7653,1680,'_pagelines_video_poster',''),(7654,1680,'_pagelines_video_embed',''),(7655,1680,'_pagelines_audio_mp3',''),(7656,1680,'_pagelines_audio_ogg',''),(7657,1680,'_yoast_wpseo_focuskw','pre-market trading'),(7658,1680,'_yoast_wpseo_metadesc','Pre-market open trading report covering the overnight trading action for stocks, bonds, commodities and forex.'),(7659,1680,'_yoast_wpseo_linkdex','47'),(7661,1682,'_edit_lock','1400239203:2'),(7662,1682,'_edit_last','2'),(7663,1682,'_pagelines_gallery_slider','off'),(7664,1682,'_pagelines_quote',''),(7665,1682,'_pagelines_link',''),(7666,1682,'_pagelines_video_m4v',''),(7667,1682,'_pagelines_video_ogv',''),(7668,1682,'_pagelines_video_poster',''),(7669,1682,'_pagelines_video_embed',''),(7670,1682,'_pagelines_audio_mp3',''),(7671,1682,'_pagelines_audio_ogg',''),(7672,1682,'_pl_karma','1'),(7673,1682,'_thumbnail_id','1544'),(7679,1686,'_optimizepress_pagebuilder','Y'),(7675,1682,'_yoast_wpseo_focuskw','options trading strategies'),(7676,1682,'_yoast_wpseo_metadesc','Options trading can seem complicated but they don\'t have to be. Join RiosQuant options expert Joe Contes and learn how to simplify options trading.'),(7677,1682,'_yoast_wpseo_linkdex','47'),(7680,1686,'_optimizepress_page_thumbnail',''),(7681,1686,'_optimizepress_page_thumbnail_preset',''),(7682,1686,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(7683,1686,'_optimizepress_header_layout','s:897:\"a:12:{s:4:\"logo\";s:74:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/rq-logo-black.jpg\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#010b1e\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"Y\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:6:\"normal\";s:9:\"font_size\";s:2:\"13\";s:11:\"font_family\";s:7:\"PT Sans\";}s:12:\"disable_link\";s:0:\"\";s:11:\"header_link\";s:30:\"http://www.thetradingroom.com/\";}\";'),(7684,1686,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(7685,1686,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(7686,1686,'_optimizepress_footer_area','s:284:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:15:\"Source Sans Pro\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(7687,1686,'_optimizepress_typography','s:1255:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:2:\"24\";s:4:\"font\";s:10:\"Montserrat\";s:5:\"style\";s:4:\"bold\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#0F87C9\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#636363\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(7688,1686,'_optimizepress_color_scheme_advanced','s:1943:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:7:\"#b9bdc0\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:8:{s:12:\"footer_start\";s:7:\"#2c323e\";s:10:\"footer_end\";s:7:\"#2c323e\";s:17:\"footer_text_color\";s:7:\"#ffffff\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:16:\"link_hover_color\";s:0:\"\";}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:7:\"#ffffff\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(7689,1686,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(7690,1686,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(7691,1686,'_optimizepress_scripts','s:61:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:0:\"\";}}\";'),(7692,1686,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(7693,1686,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(7694,1686,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(7695,1686,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(7696,1687,'_wp_attached_file','2014/05/pierre-gamil-pic.jpg'),(7697,1687,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:384;s:6:\"height\";i:374;s:4:\"file\";s:28:\"2014/05/pierre-gamil-pic.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"pierre-gamil-pic-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"pierre-gamil-pic-300x292.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1400175485;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(7698,1689,'_wp_attached_file','2014/05/equity-curve-pierre.jpg'),(7699,1689,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:808;s:6:\"height\";i:563;s:4:\"file\";s:31:\"2014/05/equity-curve-pierre.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"equity-curve-pierre-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"equity-curve-pierre-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:31:\"equity-curve-pierre-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:31:\"equity-curve-pierre-808x500.jpg\";s:5:\"width\";i:808;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:31:\"equity-curve-pierre-500x563.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:563;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(7701,1690,'_edit_last','2'),(7702,1691,'_wp_attached_file','2014/05/pre-market-open-Blue-board2.jpg'),(7703,1691,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:542;s:6:\"height\";i:249;s:4:\"file\";s:39:\"2014/05/pre-market-open-Blue-board2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"pre-market-open-Blue-board2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"pre-market-open-Blue-board2-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:39:\"pre-market-open-Blue-board2-500x249.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:249;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:39:\"pre-market-open-Blue-board2-500x249.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:249;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1400224741;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(7704,1690,'_thumbnail_id','1691'),(7718,1690,'_pl_karma','0'),(7706,1690,'_pagelines_gallery_slider','off'),(7707,1690,'_pagelines_quote',''),(7708,1690,'_pagelines_link',''),(7709,1690,'_pagelines_video_m4v',''),(7710,1690,'_pagelines_video_ogv',''),(7711,1690,'_pagelines_video_poster',''),(7712,1690,'_pagelines_video_embed',''),(7713,1690,'_pagelines_audio_mp3',''),(7714,1690,'_pagelines_audio_ogg',''),(7715,1690,'_yoast_wpseo_focuskw','pre-market trading'),(7716,1690,'_yoast_wpseo_metadesc','Pre-market open trading report for the stocks, bonds, commodities and forex. Scheduled economic data releases that may have an impact on the markets also included.'),(7717,1690,'_yoast_wpseo_linkdex','48'),(7719,1693,'_optimizepress_pagebuilder','Y'),(7720,1693,'_optimizepress_page_thumbnail',''),(7721,1693,'_optimizepress_page_thumbnail_preset',''),(7722,1693,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(7723,1693,'_optimizepress_header_layout','s:897:\"a:12:{s:4:\"logo\";s:74:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/rq-logo-black.jpg\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#010b1e\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"Y\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:6:\"normal\";s:9:\"font_size\";s:2:\"13\";s:11:\"font_family\";s:7:\"PT Sans\";}s:12:\"disable_link\";s:0:\"\";s:11:\"header_link\";s:30:\"http://www.thetradingroom.com/\";}\";'),(7724,1693,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(7725,1693,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(7726,1693,'_optimizepress_footer_area','s:284:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:15:\"Source Sans Pro\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(7727,1693,'_optimizepress_typography','s:1255:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:2:\"24\";s:4:\"font\";s:10:\"Montserrat\";s:5:\"style\";s:4:\"bold\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#0F87C9\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#636363\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(7728,1693,'_optimizepress_color_scheme_advanced','s:1943:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:7:\"#b9bdc0\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:8:{s:12:\"footer_start\";s:7:\"#2c323e\";s:10:\"footer_end\";s:7:\"#2c323e\";s:17:\"footer_text_color\";s:7:\"#ffffff\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:16:\"link_hover_color\";s:0:\"\";}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:7:\"#ffffff\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(7729,1693,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(7730,1693,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(7731,1693,'_optimizepress_scripts','s:61:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:0:\"\";}}\";'),(7732,1693,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(7733,1693,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(7734,1693,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(7735,1693,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(7736,1695,'_edit_lock','1400448421:2'),(7737,1695,'_edit_last','2'),(7738,1711,'_edit_lock','1400455023:2'),(7739,1711,'_edit_last','2'),(7740,1711,'_pagelines_gallery_slider','off'),(7741,1711,'_pagelines_quote',''),(7742,1711,'_pagelines_link',''),(7743,1711,'_pagelines_video_m4v',''),(7744,1711,'_pagelines_video_ogv',''),(7745,1711,'_pagelines_video_poster',''),(7746,1711,'_pagelines_video_embed',''),(7747,1711,'_pagelines_audio_mp3',''),(7748,1711,'_pagelines_audio_ogg',''),(7749,1711,'_pl_karma','0'),(7750,1714,'_wp_attached_file','2014/05/week-ahead-cover1.jpg'),(7751,1714,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:547;s:6:\"height\";i:353;s:4:\"file\";s:29:\"2014/05/week-ahead-cover1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"week-ahead-cover1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"week-ahead-cover1-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:29:\"week-ahead-cover1-500x353.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:29:\"week-ahead-cover1-500x353.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1400416522;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(7753,1716,'_wp_attached_file','2014/05/week-ahead-cover2.jpg'),(7754,1716,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:552;s:6:\"height\";i:356;s:4:\"file\";s:29:\"2014/05/week-ahead-cover2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"week-ahead-cover2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"week-ahead-cover2-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:29:\"week-ahead-cover2-500x356.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:29:\"week-ahead-cover2-500x356.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1400434231;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(7755,1711,'_thumbnail_id','1716'),(7761,1717,'_edit_lock','1400598852:2'),(7757,1711,'_wp_old_slug','week-ahead-global-financial-markets'),(7758,1711,'_yoast_wpseo_focuskw','live trading room'),(7759,1711,'_yoast_wpseo_metadesc','This week\'s schedule at a glance including key economic reports that may have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access.'),(7760,1711,'_yoast_wpseo_linkdex','64'),(7762,1717,'_edit_last','2'),(7763,1718,'_wp_attached_file','2014/05/101.jpg'),(7764,1718,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:179;s:4:\"file\";s:15:\"2014/05/101.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"101-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(7826,1728,'_wp_attached_file','2014/05/no-1-think-better.jpg'),(7766,1717,'_pagelines_gallery_slider','off'),(7767,1717,'_pagelines_quote',''),(7768,1717,'_pagelines_link',''),(7769,1717,'_pagelines_video_m4v',''),(7770,1717,'_pagelines_video_ogv',''),(7771,1717,'_pagelines_video_poster',''),(7772,1717,'_pagelines_video_embed',''),(7773,1717,'_pagelines_audio_mp3',''),(7774,1717,'_pagelines_audio_ogg',''),(7775,1720,'_edit_lock','1400497240:2'),(7776,1720,'_edit_last','2'),(7777,1721,'_wp_attached_file','2014/05/jog-run-spring.jpg'),(7778,1721,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:569;s:6:\"height\";i:355;s:4:\"file\";s:26:\"2014/05/jog-run-spring.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"jog-run-spring-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"jog-run-spring-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:26:\"jog-run-spring-500x355.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:355;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:26:\"jog-run-spring-500x355.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:355;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1397328848;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(7779,1720,'_thumbnail_id','1721'),(7780,1720,'_pagelines_gallery_slider','off'),(7781,1720,'_pagelines_quote',''),(7782,1720,'_pagelines_link',''),(7783,1720,'_pagelines_video_m4v',''),(7784,1720,'_pagelines_video_ogv',''),(7785,1720,'_pagelines_video_poster',''),(7786,1720,'_pagelines_video_embed',''),(7787,1720,'_pagelines_audio_mp3',''),(7788,1720,'_pagelines_audio_ogg',''),(7789,1723,'_edit_lock','1400541280:2'),(7790,1723,'_edit_last','2'),(7791,1724,'_wp_attached_file','2014/05/pre-market-exchange-clock.jpg'),(7792,1724,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:420;s:6:\"height\";i:390;s:4:\"file\";s:37:\"2014/05/pre-market-exchange-clock.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"pre-market-exchange-clock-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"pre-market-exchange-clock-300x278.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1400319361;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(7793,1723,'_thumbnail_id','1724'),(7807,1723,'_pl_karma','0'),(7795,1723,'_pagelines_gallery_slider','off'),(7796,1723,'_pagelines_quote',''),(7797,1723,'_pagelines_link',''),(7798,1723,'_pagelines_video_m4v',''),(7799,1723,'_pagelines_video_ogv',''),(7800,1723,'_pagelines_video_poster',''),(7801,1723,'_pagelines_video_embed',''),(7802,1723,'_pagelines_audio_mp3',''),(7803,1723,'_pagelines_audio_ogg',''),(7804,1723,'_yoast_wpseo_focuskw','pre-market trading'),(7805,1723,'_yoast_wpseo_metadesc','Pre-market trading report for stocks, bonds, commodities and forex. Scheduled economic data releases that may have an impact on the markets also included.'),(7806,1723,'_yoast_wpseo_linkdex','55'),(7808,1726,'_optimizepress_pagebuilder','Y'),(7809,1726,'_optimizepress_page_thumbnail',''),(7810,1726,'_optimizepress_page_thumbnail_preset',''),(7811,1726,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(7812,1726,'_optimizepress_header_layout','s:897:\"a:12:{s:4:\"logo\";s:74:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/rq-logo-black.jpg\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#010b1e\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"Y\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:6:\"normal\";s:9:\"font_size\";s:2:\"13\";s:11:\"font_family\";s:7:\"PT Sans\";}s:12:\"disable_link\";s:0:\"\";s:11:\"header_link\";s:30:\"http://www.thetradingroom.com/\";}\";'),(7813,1726,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(7814,1726,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(7815,1726,'_optimizepress_footer_area','s:284:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:15:\"Source Sans Pro\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(7816,1726,'_optimizepress_typography','s:1255:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:2:\"24\";s:4:\"font\";s:10:\"Montserrat\";s:5:\"style\";s:4:\"bold\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#0F87C9\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#636363\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(7817,1726,'_optimizepress_color_scheme_advanced','s:1943:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:7:\"#b9bdc0\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:8:{s:12:\"footer_start\";s:7:\"#2c323e\";s:10:\"footer_end\";s:7:\"#2c323e\";s:17:\"footer_text_color\";s:7:\"#ffffff\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:16:\"link_hover_color\";s:0:\"\";}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:7:\"#ffffff\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(7818,1726,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(7819,1726,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(7820,1726,'_optimizepress_scripts','s:61:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:0:\"\";}}\";'),(7821,1726,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(7822,1726,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(7823,1726,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(7824,1726,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(7825,1717,'_pl_karma','0'),(7827,1728,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:577;s:6:\"height\";i:519;s:4:\"file\";s:29:\"2014/05/no-1-think-better.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"no-1-think-better-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"no-1-think-better-300x269.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:29:\"no-1-think-better-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:29:\"no-1-think-better-577x500.jpg\";s:5:\"width\";i:577;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:29:\"no-1-think-better-500x519.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:519;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1400528819;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(7828,1717,'_thumbnail_id','1728'),(7829,1717,'_yoast_wpseo_focuskw','trading indicators'),(7830,1717,'_yoast_wpseo_linkdex','48'),(7831,1717,'_yoast_wpseo_metadesc','The one trading indicator you should never be without. Gain knowledge with the basic yet powerful GnosTICK indicator with forward looking algorithms. Learn to take profits from the market while controlling risk.'),(7837,1741,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:913;s:6:\"height\";i:404;s:4:\"file\";s:26:\"2014/05/gram-profit-NQ.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"gram-profit-NQ-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"gram-profit-NQ-300x132.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:132;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:26:\"gram-profit-NQ-500x404.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:404;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:26:\"gram-profit-NQ-500x404.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:404;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1400583914;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(7838,1740,'_thumbnail_id','1741'),(7839,1740,'_edit_last','2'),(7840,1740,'_pagelines_gallery_slider','off'),(7841,1740,'_pagelines_quote',''),(7842,1740,'_pagelines_link',''),(7843,1740,'_pagelines_video_m4v',''),(7844,1740,'_pagelines_video_ogv',''),(7845,1740,'_pagelines_video_poster',''),(7846,1740,'_pagelines_video_embed',''),(7847,1740,'_pagelines_audio_mp3',''),(7848,1740,'_pagelines_audio_ogg',''),(7849,1740,'_yoast_wpseo_focuskw','nasdaq futures'),(7850,1740,'_yoast_wpseo_title','Success in The Trading Room'),(7851,1740,'_yoast_wpseo_metadesc','Congratulations to Graham for hitting 2 out of 3 winning trades in the Nasdaq futures.'),(7852,1740,'_yoast_wpseo_linkdex','45'),(7853,1740,'_pl_karma','0'),(7855,1743,'_edit_lock','1400688033:2'),(7856,1743,'_edit_last','2'),(7857,1743,'_thumbnail_id','454'),(7871,1743,'_pl_karma','0'),(7859,1743,'_pagelines_gallery_slider','off'),(7860,1743,'_pagelines_quote',''),(7861,1743,'_pagelines_link',''),(7862,1743,'_pagelines_video_m4v',''),(7863,1743,'_pagelines_video_ogv',''),(7864,1743,'_pagelines_video_poster',''),(7865,1743,'_pagelines_video_embed',''),(7866,1743,'_pagelines_audio_mp3',''),(7867,1743,'_pagelines_audio_ogg',''),(7868,1743,'_yoast_wpseo_focuskw','pre-market trading'),(7869,1743,'_yoast_wpseo_metadesc','Pre-market trading report for stocks, bonds, commodities and forex. Come into our live trading room and watch us trade in real-time the global financial markets.'),(7870,1743,'_yoast_wpseo_linkdex','53'),(7888,1745,'_yoast_wpseo_metadesc','Join RiosQuant performance coach Edward EP Preston as he discusses the advantages and benefits of quantitative analysis for uncovering trading opportunities.'),(7889,1745,'_yoast_wpseo_linkdex','50'),(7891,1748,'_edit_lock','1400843143:2'),(7892,1748,'_edit_last','2'),(7893,1749,'_wp_attached_file','2014/05/pre-market-open-loop.jpg'),(7894,1749,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:468;s:6:\"height\";i:191;s:4:\"file\";s:32:\"2014/05/pre-market-open-loop.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"pre-market-open-loop-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"pre-market-open-loop-300x122.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:122;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1400744596;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(7895,1748,'_thumbnail_id','1749'),(7909,1748,'_pl_karma','0'),(7897,1748,'_pagelines_gallery_slider','off'),(7898,1748,'_pagelines_quote',''),(7899,1748,'_pagelines_link',''),(7900,1748,'_pagelines_video_m4v',''),(7901,1748,'_pagelines_video_ogv',''),(7902,1748,'_pagelines_video_poster',''),(7903,1748,'_pagelines_video_embed',''),(7904,1748,'_pagelines_audio_mp3',''),(7905,1748,'_pagelines_audio_ogg',''),(7906,1748,'_yoast_wpseo_focuskw','pre-market trading'),(7907,1748,'_yoast_wpseo_metadesc','Pre-market open report for stocks, bonds, commodities and forex. Scheduled economic data releases that may have an impact on the markets also included.'),(7908,1748,'_yoast_wpseo_linkdex','50'),(7910,1751,'_edit_lock','1400868405:2'),(7911,1751,'_edit_last','2'),(7912,1751,'_thumbnail_id','899'),(7926,1751,'_pl_karma','0'),(7914,1751,'_pagelines_gallery_slider','off'),(7915,1751,'_pagelines_quote',''),(7916,1751,'_pagelines_link',''),(7917,1751,'_pagelines_video_m4v',''),(7918,1751,'_pagelines_video_ogv',''),(7919,1751,'_pagelines_video_poster',''),(7920,1751,'_pagelines_video_embed',''),(7921,1751,'_pagelines_audio_mp3',''),(7922,1751,'_pagelines_audio_ogg',''),(7923,1751,'_yoast_wpseo_focuskw','pre-market trading'),(7924,1751,'_yoast_wpseo_metadesc','Pre-market open trading report for stocks, bonds, commodities and forex.'),(7925,1751,'_yoast_wpseo_linkdex','48'),(7927,1753,'_edit_lock','1476033556:2'),(7928,1754,'_wp_attached_file','2014/05/i-cannot-trade-without.jpg'),(7929,1754,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:445;s:6:\"height\";i:490;s:4:\"file\";s:34:\"2014/05/i-cannot-trade-without.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"i-cannot-trade-without-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"i-cannot-trade-without-272x300.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1400830994;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(7930,1753,'_thumbnail_id','1754'),(7931,1753,'_edit_last','2'),(7932,1753,'_pagelines_gallery_slider','off'),(7933,1753,'_pagelines_quote',''),(7934,1753,'_pagelines_link',''),(7935,1753,'_pagelines_video_m4v',''),(7936,1753,'_pagelines_video_ogv',''),(7937,1753,'_pagelines_video_poster',''),(7938,1753,'_pagelines_video_embed',''),(7939,1753,'_pagelines_audio_mp3',''),(7940,1753,'_pagelines_audio_ogg',''),(7941,1753,'_pl_karma','0'),(7946,1760,'_edit_lock','1401189406:2'),(7943,1753,'_yoast_wpseo_focuskw','the trading room'),(7944,1753,'_yoast_wpseo_metadesc','The RQ-Tech\'s multiple function is designed to help active traders gain clarity when the markets seem to be in chaos.'),(7945,1753,'_yoast_wpseo_linkdex','53'),(7947,1760,'_edit_last','2'),(7948,1760,'_thumbnail_id','1724'),(7962,1760,'_pl_karma','0'),(7950,1760,'_pagelines_gallery_slider','off'),(7951,1760,'_pagelines_quote',''),(7952,1760,'_pagelines_link',''),(7953,1760,'_pagelines_video_m4v',''),(7954,1760,'_pagelines_video_ogv',''),(7955,1760,'_pagelines_video_poster',''),(7956,1760,'_pagelines_video_embed',''),(7957,1760,'_pagelines_audio_mp3',''),(7958,1760,'_pagelines_audio_ogg',''),(7959,1760,'_yoast_wpseo_focuskw','pre-market trading'),(7960,1760,'_yoast_wpseo_metadesc','Pre-market open trading report for stocks, bonds, commodities and forex. Scheduled economic data releases that may have an impact on the markets also included.'),(7961,1760,'_yoast_wpseo_linkdex','48'),(7963,1762,'_edit_lock','1401276113:2'),(7964,1762,'_edit_last','2'),(7965,1763,'_wp_attached_file','2014/05/ty-3-yrs.jpg'),(7966,1763,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1183;s:6:\"height\";i:581;s:4:\"file\";s:20:\"2014/05/ty-3-yrs.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"ty-3-yrs-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"ty-3-yrs-300x147.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"ty-3-yrs-1024x502.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:502;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:20:\"ty-3-yrs-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:21:\"ty-3-yrs-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:20:\"ty-3-yrs-500x581.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:581;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"big-thumb\";a:4:{s:4:\"file\";s:21:\"ty-3-yrs-1000x581.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:581;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1401103844;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(7967,1762,'_pagelines_gallery_slider','off'),(7968,1762,'_pagelines_quote',''),(7969,1762,'_pagelines_link',''),(7970,1762,'_pagelines_video_m4v',''),(7971,1762,'_pagelines_video_ogv',''),(7972,1762,'_pagelines_video_poster',''),(7973,1762,'_pagelines_video_embed',''),(7974,1762,'_pagelines_audio_mp3',''),(7975,1762,'_pagelines_audio_ogg',''),(7976,1762,'_pl_karma','0'),(7977,1762,'_yoast_wpseo_focuskw','week ahead in markets'),(7978,1762,'_yoast_wpseo_metadesc','This current environment appears to be favoring risk assets as low rates mean lower borrowing costs which usually translates into higher profits particularly risk assets. In the week ahead I will continue to look at the bond market and the correlation with stock indices, the Japanese yen and the risk assets.'),(7979,1762,'_yoast_wpseo_linkdex','62'),(7980,1762,'_thumbnail_id','1010'),(7982,1766,'_edit_lock','1401362500:2'),(7983,1766,'_edit_last','2'),(7984,1766,'_thumbnail_id','1749'),(7998,1766,'_pl_karma','0'),(7986,1766,'_pagelines_gallery_slider','off'),(7987,1766,'_pagelines_quote',''),(7988,1766,'_pagelines_link',''),(7989,1766,'_pagelines_video_m4v',''),(7990,1766,'_pagelines_video_ogv',''),(7991,1766,'_pagelines_video_poster',''),(7992,1766,'_pagelines_video_embed',''),(7993,1766,'_pagelines_audio_mp3',''),(7994,1766,'_pagelines_audio_ogg',''),(7995,1766,'_yoast_wpseo_focuskw','pre-market trading'),(7996,1766,'_yoast_wpseo_metadesc','Pre-market open trading report for stocks, bonds, commodities and forex.'),(7997,1766,'_yoast_wpseo_linkdex','48'),(7999,1769,'_edit_lock','1401449042:2'),(8000,1769,'_edit_last','2'),(8001,1769,'_thumbnail_id','1691'),(8015,1769,'_pl_karma','0'),(8003,1769,'_pagelines_gallery_slider','off'),(8004,1769,'_pagelines_quote',''),(8005,1769,'_pagelines_link',''),(8006,1769,'_pagelines_video_m4v',''),(8007,1769,'_pagelines_video_ogv',''),(8008,1769,'_pagelines_video_poster',''),(8009,1769,'_pagelines_video_embed',''),(8010,1769,'_pagelines_audio_mp3',''),(8011,1769,'_pagelines_audio_ogg',''),(8012,1769,'_yoast_wpseo_focuskw','pre-market trading'),(8013,1769,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and forex.'),(8014,1769,'_yoast_wpseo_linkdex','48'),(8016,1771,'_edit_lock','1401449488:2'),(8017,1771,'_edit_last','2'),(8018,1771,'_thumbnail_id','899'),(8032,1771,'_pl_karma','0'),(8020,1771,'_pagelines_gallery_slider','off'),(8021,1771,'_pagelines_quote',''),(8022,1771,'_pagelines_link',''),(8023,1771,'_pagelines_video_m4v',''),(8024,1771,'_pagelines_video_ogv',''),(8025,1771,'_pagelines_video_poster',''),(8026,1771,'_pagelines_video_embed',''),(8027,1771,'_pagelines_audio_mp3',''),(8028,1771,'_pagelines_audio_ogg',''),(8029,1771,'_yoast_wpseo_focuskw','pre-market trading'),(8030,1771,'_yoast_wpseo_metadesc','Pre-market open trading report for the global markets including stocks, bonds, commodities and forex.'),(8031,1771,'_yoast_wpseo_linkdex','48'),(8036,1773,'_optimizepress_pagebuilder','Y'),(8041,1773,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(8042,1773,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(8043,1773,'_optimizepress_footer_area','s:284:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:15:\"Source Sans Pro\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(8044,1773,'_optimizepress_typography','s:1255:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:2:\"24\";s:4:\"font\";s:10:\"Montserrat\";s:5:\"style\";s:4:\"bold\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#0F87C9\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#636363\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(8045,1773,'_optimizepress_color_scheme_advanced','s:1943:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:7:\"#b9bdc0\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:8:{s:12:\"footer_start\";s:7:\"#2c323e\";s:10:\"footer_end\";s:7:\"#2c323e\";s:17:\"footer_text_color\";s:7:\"#ffffff\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:16:\"link_hover_color\";s:0:\"\";}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:7:\"#ffffff\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(8046,1773,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(8047,1773,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(8048,1773,'_optimizepress_scripts','s:61:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:0:\"\";}}\";'),(8049,1773,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(8050,1773,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(8051,1773,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(8052,1773,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(8053,1774,'_optimizepress_pagebuilder','Y'),(8054,1774,'_optimizepress_page_thumbnail',''),(8055,1774,'_optimizepress_page_thumbnail_preset',''),(8056,1774,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(8057,1774,'_optimizepress_header_layout','s:802:\"a:10:{s:4:\"logo\";s:78:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark12.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(8058,1774,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(8059,1774,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(8060,1774,'_optimizepress_footer_area','s:270:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:2:\"40\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(8061,1774,'_optimizepress_typography','s:1142:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"15\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(8062,1774,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(8063,1774,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(8064,1774,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(8065,1774,'_optimizepress_scripts','s:259:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:196:\"Lm9wdGluLWJveC0xNCBpbnB1dCwgLm9wdGluLWJveC0xNCBpbnB1dDpmb2N1cyB7Zm9udC13ZWlnaHQ6MzAwO30KLm9wdGluLWJveC0xNCBwLnByaXZhY3kge2NvbG9yOiM4ODg7Zm9udC1zaXplOjEzcHg7cGFkZGluZy10b3A6NXB4O29wYWNpdHk6MC44fQ==\";}}\";'),(8066,1774,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(8067,1774,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(8068,1774,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(8069,1776,'_optimizepress_pagebuilder','Y'),(8070,1776,'_optimizepress_page_thumbnail',''),(8071,1776,'_optimizepress_page_thumbnail_preset',''),(8072,1776,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(8073,1776,'_optimizepress_header_layout','s:897:\"a:12:{s:4:\"logo\";s:74:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/rq-logo-black.jpg\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#010b1e\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"Y\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:6:\"normal\";s:9:\"font_size\";s:2:\"13\";s:11:\"font_family\";s:7:\"PT Sans\";}s:12:\"disable_link\";s:0:\"\";s:11:\"header_link\";s:30:\"http://www.thetradingroom.com/\";}\";'),(8074,1776,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(8075,1776,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(8076,1776,'_optimizepress_footer_area','s:284:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:15:\"Source Sans Pro\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(8077,1776,'_optimizepress_typography','s:1255:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:2:\"24\";s:4:\"font\";s:10:\"Montserrat\";s:5:\"style\";s:4:\"bold\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#0F87C9\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#636363\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(8078,1776,'_optimizepress_color_scheme_advanced','s:1943:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:7:\"#b9bdc0\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:8:{s:12:\"footer_start\";s:7:\"#2c323e\";s:10:\"footer_end\";s:7:\"#2c323e\";s:17:\"footer_text_color\";s:7:\"#ffffff\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:16:\"link_hover_color\";s:0:\"\";}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:7:\"#ffffff\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(8079,1776,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(8080,1776,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(8081,1776,'_optimizepress_scripts','s:61:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:0:\"\";}}\";'),(8082,1776,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(8083,1776,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(8084,1776,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(8085,1776,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(8086,1779,'_edit_lock','1401709438:2'),(8087,1779,'_edit_last','2'),(8088,1779,'_pagelines_gallery_slider','off'),(8089,1779,'_pagelines_quote',''),(8090,1779,'_pagelines_link',''),(8091,1779,'_pagelines_video_m4v',''),(8092,1779,'_pagelines_video_ogv',''),(8093,1779,'_pagelines_video_poster',''),(8094,1779,'_pagelines_video_embed',''),(8095,1779,'_pagelines_audio_mp3',''),(8096,1779,'_pagelines_audio_ogg',''),(8097,1779,'_pl_karma','0'),(8098,1781,'_wp_attached_file','2014/06/ty-5-30.jpg'),(8099,1781,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1077;s:6:\"height\";i:692;s:4:\"file\";s:19:\"2014/06/ty-5-30.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"ty-5-30-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"ty-5-30-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"ty-5-30-1024x657.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:657;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:19:\"ty-5-30-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:20:\"ty-5-30-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:19:\"ty-5-30-500x692.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:692;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"big-thumb\";a:4:{s:4:\"file\";s:20:\"ty-5-30-1000x692.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:692;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1401630876;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(8100,1786,'_edit_lock','1401797934:2'),(8101,1786,'_edit_last','2'),(8102,1786,'_pagelines_gallery_slider','off'),(8103,1786,'_pagelines_quote',''),(8104,1786,'_pagelines_link',''),(8105,1786,'_pagelines_video_m4v',''),(8106,1786,'_pagelines_video_ogv',''),(8107,1786,'_pagelines_video_poster',''),(8108,1786,'_pagelines_video_embed',''),(8109,1786,'_pagelines_audio_mp3',''),(8110,1786,'_pagelines_audio_ogg',''),(8111,1786,'_pl_karma','0'),(8112,1786,'_thumbnail_id','874'),(8118,1790,'_edit_lock','1401811103:2'),(8114,1786,'_wp_old_slug','week-ahead-global-financial-markets'),(8115,1786,'_yoast_wpseo_focuskw','week ahead wall street'),(8116,1786,'_yoast_wpseo_metadesc','In the week ahead we have plenty of economic data including some of the most important reports. I will be watchful of the Employment Report, ISM Index, Initial Jobless Claims and ECB Policy decision just to name a few.'),(8117,1786,'_yoast_wpseo_linkdex','60'),(8119,1790,'_edit_last','2'),(8120,1790,'_thumbnail_id','1677'),(8134,1790,'_pl_karma','0'),(8122,1790,'_pagelines_gallery_slider','off'),(8123,1790,'_pagelines_quote',''),(8124,1790,'_pagelines_link',''),(8125,1790,'_pagelines_video_m4v',''),(8126,1790,'_pagelines_video_ogv',''),(8127,1790,'_pagelines_video_poster',''),(8128,1790,'_pagelines_video_embed',''),(8129,1790,'_pagelines_audio_mp3',''),(8130,1790,'_pagelines_audio_ogg',''),(8131,1790,'_yoast_wpseo_focuskw','pre-market trading'),(8132,1790,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and forex.'),(8133,1790,'_yoast_wpseo_linkdex','48'),(8135,1792,'_edit_lock','1401966409:2'),(8136,1792,'_edit_last','2'),(8137,1792,'_thumbnail_id','899'),(8151,1792,'_pl_karma','0'),(8139,1792,'_pagelines_gallery_slider','off'),(8140,1792,'_pagelines_quote',''),(8141,1792,'_pagelines_link',''),(8142,1792,'_pagelines_video_m4v',''),(8143,1792,'_pagelines_video_ogv',''),(8144,1792,'_pagelines_video_poster',''),(8145,1792,'_pagelines_video_embed',''),(8146,1792,'_pagelines_audio_mp3',''),(8147,1792,'_pagelines_audio_ogg',''),(8148,1792,'_yoast_wpseo_focuskw','pre-market trading'),(8149,1792,'_yoast_wpseo_metadesc','Pre-market trading report for the global financial markets including stocks, bonds, commodities and forex.'),(8150,1792,'_yoast_wpseo_linkdex','47'),(8152,1794,'_edit_lock','1401985166:2'),(8153,1794,'_edit_last','2'),(8154,1794,'_thumbnail_id','1691'),(8167,1794,'_yoast_wpseo_linkdex','65'),(8156,1794,'_pagelines_gallery_slider','off'),(8157,1794,'_pagelines_quote',''),(8158,1794,'_pagelines_link',''),(8159,1794,'_pagelines_video_m4v',''),(8160,1794,'_pagelines_video_ogv',''),(8161,1794,'_pagelines_video_poster',''),(8162,1794,'_pagelines_video_embed',''),(8163,1794,'_pagelines_audio_mp3',''),(8164,1794,'_pagelines_audio_ogg',''),(8165,1794,'_yoast_wpseo_focuskw','stocks'),(8166,1794,'_yoast_wpseo_metadesc','European stocks were little changed, with the Stoxx Europe 600 Index trading near a six-year high, as investors awaited the outcome of the European Central Bank’s policy meeting. U.S. stock-index futures and Asian shares were also little changed....'),(8168,1794,'_pl_karma','0'),(8196,1798,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(8197,1798,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(8198,1798,'_optimizepress_scripts','s:61:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:0:\"\";}}\";'),(8199,1798,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(8200,1798,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(8201,1798,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(8202,1798,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(8829,1925,'_pagelines_video_ogv',''),(8205,1801,'_wp_attached_file','2014/06/relative-perf-6-8.jpg'),(8206,1801,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:874;s:6:\"height\";i:496;s:4:\"file\";s:29:\"2014/06/relative-perf-6-8.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"relative-perf-6-8-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"relative-perf-6-8-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:29:\"relative-perf-6-8-500x496.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:496;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:29:\"relative-perf-6-8-500x496.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:496;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1402220739;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(8207,1802,'_wp_attached_file','2014/06/relative-perf-currencies-6-8.jpg'),(8208,1802,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:967;s:6:\"height\";i:505;s:4:\"file\";s:40:\"2014/06/relative-perf-currencies-6-8.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"relative-perf-currencies-6-8-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"relative-perf-currencies-6-8-300x156.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:40:\"relative-perf-currencies-6-8-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:40:\"relative-perf-currencies-6-8-967x500.jpg\";s:5:\"width\";i:967;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:40:\"relative-perf-currencies-6-8-500x505.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:505;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1402222047;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(8209,1803,'_wp_attached_file','2014/06/relative-perf-indep.jpg'),(8210,1803,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:978;s:6:\"height\";i:494;s:4:\"file\";s:31:\"2014/06/relative-perf-indep.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"relative-perf-indep-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"relative-perf-indep-300x151.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:31:\"relative-perf-indep-500x494.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:494;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:31:\"relative-perf-indep-500x494.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:494;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1402222908;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(8828,1925,'_pagelines_video_m4v',''),(8827,1925,'_pagelines_link',''),(8826,1925,'_pagelines_quote',''),(8825,1925,'_pagelines_gallery_slider','off'),(8837,1925,'_pl_karma','0'),(8823,1925,'_edit_last','2'),(8822,1925,'_thumbnail_id','1299'),(8821,1925,'_edit_lock','1405043749:2'),(8830,1925,'_pagelines_video_poster',''),(8223,1805,'_edit_lock','1402398429:2'),(8224,1805,'_edit_last','2'),(8225,1806,'_wp_attached_file','2014/06/jim-soy-trade.jpg'),(8226,1806,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:917;s:6:\"height\";i:454;s:4:\"file\";s:25:\"2014/06/jim-soy-trade.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"jim-soy-trade-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"jim-soy-trade-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:25:\"jim-soy-trade-500x454.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:454;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:25:\"jim-soy-trade-500x454.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:454;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1401982188;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(8227,1805,'_pagelines_gallery_slider','off'),(8228,1805,'_pagelines_quote',''),(8229,1805,'_pagelines_link',''),(8230,1805,'_pagelines_video_m4v',''),(8231,1805,'_pagelines_video_ogv',''),(8232,1805,'_pagelines_video_poster',''),(8233,1805,'_pagelines_video_embed',''),(8234,1805,'_pagelines_audio_mp3',''),(8235,1805,'_pagelines_audio_ogg',''),(8236,1805,'_pl_karma','0'),(8237,1805,'_thumbnail_id','1597'),(8238,1805,'_yoast_wpseo_focuskw','The'),(8239,1805,'_yoast_wpseo_metadesc','In the week ahead I will continue to monitor rotation flows and correlations in the currency markets as well as in the risk assets. I will also look to the independent asset classes for trading opportunities.'),(8240,1805,'_yoast_wpseo_linkdex','35'),(8243,1812,'_edit_lock','1402402041:2'),(8242,1805,'_wp_old_slug','week-ahead-global-financial-markets'),(8244,1812,'_edit_last','2'),(8245,1812,'_thumbnail_id','1677'),(8259,1812,'_pl_karma','0'),(8247,1812,'_pagelines_gallery_slider','off'),(8248,1812,'_pagelines_quote',''),(8249,1812,'_pagelines_link',''),(8250,1812,'_pagelines_video_m4v',''),(8251,1812,'_pagelines_video_ogv',''),(8252,1812,'_pagelines_video_poster',''),(8253,1812,'_pagelines_video_embed',''),(8254,1812,'_pagelines_audio_mp3',''),(8255,1812,'_pagelines_audio_ogg',''),(8256,1812,'_yoast_wpseo_focuskw','pre-market trading'),(8257,1812,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and forex.'),(8258,1812,'_yoast_wpseo_linkdex','50'),(8260,1814,'_edit_lock','1402433483:2'),(8261,1814,'_edit_last','2'),(8262,1814,'_thumbnail_id','482'),(8263,1814,'_pagelines_gallery_slider','off'),(8264,1814,'_pagelines_quote',''),(8265,1814,'_pagelines_link',''),(8266,1814,'_pagelines_video_m4v',''),(8267,1814,'_pagelines_video_ogv',''),(8268,1814,'_pagelines_video_poster',''),(8269,1814,'_pagelines_video_embed',''),(8270,1814,'_pagelines_audio_mp3',''),(8271,1814,'_pagelines_audio_ogg',''),(8272,1814,'_yoast_wpseo_focuskw','options trading'),(8273,1814,'_yoast_wpseo_metadesc','When you use an option instead of a stop loss, especially in a fast-moving market, you can expect not to lose more than the strike price of the option.'),(8274,1814,'_yoast_wpseo_linkdex','56'),(8275,1814,'_pl_karma','0'),(8277,1798,'_edit_lock','1402435434:2'),(8278,1818,'_edit_lock','1402503880:2'),(8279,1818,'_edit_last','2'),(8280,1818,'_thumbnail_id','1724'),(8294,1818,'_pl_karma','0'),(8282,1818,'_pagelines_gallery_slider','off'),(8283,1818,'_pagelines_quote',''),(8284,1818,'_pagelines_link',''),(8285,1818,'_pagelines_video_m4v',''),(8286,1818,'_pagelines_video_ogv',''),(8287,1818,'_pagelines_video_poster',''),(8288,1818,'_pagelines_video_embed',''),(8289,1818,'_pagelines_audio_mp3',''),(8290,1818,'_pagelines_audio_ogg',''),(8291,1818,'_yoast_wpseo_focuskw','pre-market trading'),(8292,1818,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and forex.'),(8293,1818,'_yoast_wpseo_linkdex','48'),(8295,1820,'_edit_lock','1403783579:2'),(8296,1820,'_edit_last','2'),(8297,1820,'_pagelines_gallery_slider','off'),(8298,1820,'_pagelines_quote',''),(8299,1820,'_pagelines_link',''),(8300,1820,'_pagelines_video_m4v',''),(8301,1820,'_pagelines_video_ogv',''),(8302,1820,'_pagelines_video_poster',''),(8303,1820,'_pagelines_video_embed',''),(8304,1820,'_pagelines_audio_mp3',''),(8305,1820,'_pagelines_audio_ogg',''),(8306,1820,'_thumbnail_id','1207'),(8307,1820,'_yoast_wpseo_focuskw','quant trading'),(8308,1820,'_yoast_wpseo_metadesc','\"Firms are now employing gifted academic statisticians to track patterns or trends in trading behavior and create formulae to predict future market movements. These formulae are then fed into powerful computers ... These programs are immensely powerful... \"It drives almost everything that goes on the Street.\"'),(8309,1820,'_yoast_wpseo_linkdex','63'),(8310,1820,'_pl_karma','0'),(8313,1826,'_edit_lock','1402657238:2'),(8312,1820,'_wp_old_slug','90-day-trading-program'),(8314,1826,'_edit_last','2'),(8315,1826,'_thumbnail_id','1691'),(8329,1826,'_pl_karma','0'),(8317,1826,'_pagelines_gallery_slider','off'),(8318,1826,'_pagelines_quote',''),(8319,1826,'_pagelines_link',''),(8320,1826,'_pagelines_video_m4v',''),(8321,1826,'_pagelines_video_ogv',''),(8322,1826,'_pagelines_video_poster',''),(8323,1826,'_pagelines_video_embed',''),(8324,1826,'_pagelines_audio_mp3',''),(8325,1826,'_pagelines_audio_ogg',''),(8326,1826,'_yoast_wpseo_focuskw','pre-market trading'),(8327,1826,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and forex.'),(8328,1826,'_yoast_wpseo_linkdex','50'),(8330,1828,'_optimizepress_pagebuilder','Y'),(8331,1828,'_optimizepress_page_thumbnail',''),(8332,1828,'_optimizepress_page_thumbnail_preset',''),(8333,1828,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(8334,1828,'_optimizepress_header_layout','s:802:\"a:10:{s:4:\"logo\";s:78:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark12.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(8335,1828,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(8336,1828,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(8337,1828,'_optimizepress_footer_area','s:270:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:2:\"40\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(8338,1828,'_optimizepress_typography','s:1142:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"15\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(8339,1828,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(8340,1828,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(8341,1828,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(8342,1828,'_optimizepress_scripts','s:259:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:196:\"Lm9wdGluLWJveC0xNCBpbnB1dCwgLm9wdGluLWJveC0xNCBpbnB1dDpmb2N1cyB7Zm9udC13ZWlnaHQ6MzAwO30KLm9wdGluLWJveC0xNCBwLnByaXZhY3kge2NvbG9yOiM4ODg7Zm9udC1zaXplOjEzcHg7cGFkZGluZy10b3A6NXB4O29wYWNpdHk6MC44fQ==\";}}\";'),(8343,1828,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(8344,1828,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(8345,1828,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(8346,1829,'_wp_attached_file','2014/06/ep-perf-6-12.jpg'),(8347,1829,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:657;s:6:\"height\";i:357;s:4:\"file\";s:24:\"2014/06/ep-perf-6-12.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"ep-perf-6-12-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"ep-perf-6-12-300x163.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:24:\"ep-perf-6-12-500x357.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:24:\"ep-perf-6-12-500x357.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1402572395;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(8348,1831,'_edit_lock','1402890720:2'),(8349,1831,'_edit_last','2'),(8350,1831,'_thumbnail_id','454'),(8364,1831,'_pl_karma','0'),(8352,1831,'_pagelines_gallery_slider','off'),(8353,1831,'_pagelines_quote',''),(8354,1831,'_pagelines_link',''),(8355,1831,'_pagelines_video_m4v',''),(8356,1831,'_pagelines_video_ogv',''),(8357,1831,'_pagelines_video_poster',''),(8358,1831,'_pagelines_video_embed',''),(8359,1831,'_pagelines_audio_mp3',''),(8360,1831,'_pagelines_audio_ogg',''),(8361,1831,'_yoast_wpseo_focuskw','pre-market trading'),(8362,1831,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and forex.'),(8363,1831,'_yoast_wpseo_linkdex','49'),(8365,1833,'_optimizepress_pagebuilder','Y'),(8366,1833,'_optimizepress_page_thumbnail',''),(8367,1833,'_optimizepress_page_thumbnail_preset',''),(8368,1833,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(8369,1833,'_optimizepress_header_layout','s:878:\"a:10:{s:4:\"logo\";s:78:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark21.png\";s:5:\"bgimg\";s:75:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/large_banner11.png\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(8370,1833,'_optimizepress_feature_area','s:341:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";s:1:\"1\";s:8:\"settings\";a:5:{s:12:\"font_options\";a:2:{s:7:\"content\";a:0:{}s:5:\"image\";a:0:{}}s:16:\"liveeditor_above\";a:0:{}s:7:\"content\";a:4:{s:5:\"title\";s:0:\"\";s:9:\"paragraph\";s:0:\"\";s:13:\"submit_button\";s:0:\"\";s:8:\"link_url\";s:0:\"\";}s:5:\"image\";a:1:{s:5:\"image\";s:0:\"\";}s:16:\"liveeditor_below\";a:0:{}}}\";'),(8371,1833,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(8372,1833,'_optimizepress_footer_area','s:286:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:2:\"40\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:15:\"Source Sans Pro\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(8373,1833,'_optimizepress_typography','s:1247:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#262626\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(8374,1833,'_optimizepress_color_scheme_advanced','s:1833:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:6:\"center\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:7:\"#ffffff\";s:10:\"footer_end\";s:7:\"#ffffff\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(8375,1833,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(8376,1833,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(8377,1833,'_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),(8378,1833,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(8379,1833,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(8380,1833,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(8381,1833,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(8382,1834,'_optimizepress_pagebuilder','Y'),(8383,1834,'_optimizepress_page_thumbnail',''),(8384,1834,'_optimizepress_page_thumbnail_preset',''),(8385,1834,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(8386,1834,'_optimizepress_header_layout','s:897:\"a:12:{s:4:\"logo\";s:74:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/rq-logo-black.jpg\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#010b1e\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"Y\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:6:\"normal\";s:9:\"font_size\";s:2:\"13\";s:11:\"font_family\";s:7:\"PT Sans\";}s:12:\"disable_link\";s:0:\"\";s:11:\"header_link\";s:30:\"http://www.thetradingroom.com/\";}\";'),(8387,1834,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(8388,1834,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(8389,1834,'_optimizepress_footer_area','s:284:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:15:\"Source Sans Pro\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(8390,1834,'_optimizepress_typography','s:1255:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:2:\"24\";s:4:\"font\";s:10:\"Montserrat\";s:5:\"style\";s:4:\"bold\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#0F87C9\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#636363\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(8391,1834,'_optimizepress_color_scheme_advanced','s:1943:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:7:\"#b9bdc0\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:8:{s:12:\"footer_start\";s:7:\"#2c323e\";s:10:\"footer_end\";s:7:\"#2c323e\";s:17:\"footer_text_color\";s:7:\"#ffffff\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:16:\"link_hover_color\";s:0:\"\";}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:7:\"#ffffff\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(8392,1834,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(8393,1834,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(8394,1834,'_optimizepress_scripts','s:61:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:0:\"\";}}\";'),(8395,1834,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(8396,1834,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(8397,1834,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(8398,1834,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(8399,1836,'_edit_lock','1403089294:2'),(8400,1836,'_edit_last','2'),(8401,1837,'_wp_attached_file','2014/06/gold-crude-6-15.jpg'),(8402,1837,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:464;s:6:\"height\";i:660;s:4:\"file\";s:27:\"2014/06/gold-crude-6-15.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"gold-crude-6-15-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"gold-crude-6-15-210x300.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:27:\"gold-crude-6-15-464x500.jpg\";s:5:\"width\";i:464;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:27:\"gold-crude-6-15-464x500.jpg\";s:5:\"width\";i:464;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1402841564;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(8403,1836,'_pagelines_gallery_slider','off'),(8404,1836,'_pagelines_quote',''),(8405,1836,'_pagelines_link',''),(8406,1836,'_pagelines_video_m4v',''),(8407,1836,'_pagelines_video_ogv',''),(8408,1836,'_pagelines_video_poster',''),(8409,1836,'_pagelines_video_embed',''),(8410,1836,'_pagelines_audio_mp3',''),(8411,1836,'_pagelines_audio_ogg',''),(8412,1836,'_pl_karma','0'),(8413,1836,'_thumbnail_id','1593'),(8419,1843,'_edit_lock','1403091371:2'),(8415,1836,'_wp_old_slug','week-ahead-global-financial-markets'),(8416,1836,'_yoast_wpseo_focuskw','the week ahead markets'),(8417,1836,'_yoast_wpseo_metadesc','. In the week ahead I will be applying the same techniques to the risk asset classes. I am also expecting the market\'s price action to be news driven. We also have an active economic calendar including FOMC rate decision and communication which can also trigger volatility.'),(8418,1836,'_yoast_wpseo_linkdex','65'),(8420,1843,'_edit_last','2'),(8421,1843,'_thumbnail_id','1749'),(8435,1843,'_pl_karma','0'),(8423,1843,'_pagelines_gallery_slider','off'),(8424,1843,'_pagelines_quote',''),(8425,1843,'_pagelines_link',''),(8426,1843,'_pagelines_video_m4v',''),(8427,1843,'_pagelines_video_ogv',''),(8428,1843,'_pagelines_video_poster',''),(8429,1843,'_pagelines_video_embed',''),(8430,1843,'_pagelines_audio_mp3',''),(8431,1843,'_pagelines_audio_ogg',''),(8432,1843,'_yoast_wpseo_focuskw','pre-market trading'),(8433,1843,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and forex.'),(8434,1843,'_yoast_wpseo_linkdex','49'),(8436,1845,'_edit_lock','1403262272:2'),(8437,1845,'_edit_last','2'),(8438,1845,'_thumbnail_id','1691'),(8452,1845,'_pl_karma','0'),(8440,1845,'_pagelines_gallery_slider','off'),(8441,1845,'_pagelines_quote',''),(8442,1845,'_pagelines_link',''),(8443,1845,'_pagelines_video_m4v',''),(8444,1845,'_pagelines_video_ogv',''),(8445,1845,'_pagelines_video_poster',''),(8446,1845,'_pagelines_video_embed',''),(8447,1845,'_pagelines_audio_mp3',''),(8448,1845,'_pagelines_audio_ogg',''),(8449,1845,'_yoast_wpseo_focuskw','pre-market trading'),(8450,1845,'_yoast_wpseo_metadesc','Pre-market open trading report for stocks, bonds, commodities and forex.'),(8451,1845,'_yoast_wpseo_linkdex','48'),(8453,1847,'_edit_lock','1403262620:2'),(8454,1847,'_edit_last','2'),(8455,1847,'_thumbnail_id','1724'),(8469,1847,'_pl_karma','0'),(8457,1847,'_pagelines_gallery_slider','off'),(8458,1847,'_pagelines_quote',''),(8459,1847,'_pagelines_link',''),(8460,1847,'_pagelines_video_m4v',''),(8461,1847,'_pagelines_video_ogv',''),(8462,1847,'_pagelines_video_poster',''),(8463,1847,'_pagelines_video_embed',''),(8464,1847,'_pagelines_audio_mp3',''),(8465,1847,'_pagelines_audio_ogg',''),(8466,1847,'_yoast_wpseo_focuskw','pre-market trading'),(8467,1847,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and forex.'),(8468,1847,'_yoast_wpseo_linkdex','48'),(8470,1849,'_edit_lock','1476034443:2'),(8471,1849,'_edit_last','2'),(8472,1850,'_wp_attached_file','2014/06/jim-copper-6-19.jpg'),(8473,1850,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:855;s:6:\"height\";i:605;s:4:\"file\";s:27:\"2014/06/jim-copper-6-19.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"jim-copper-6-19-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"jim-copper-6-19-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:27:\"jim-copper-6-19-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:27:\"jim-copper-6-19-855x500.jpg\";s:5:\"width\";i:855;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:27:\"jim-copper-6-19-500x605.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:605;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1403248327;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(8474,1851,'_wp_attached_file','2014/06/Jim-pic.jpg'),(8475,1851,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:439;s:6:\"height\";i:354;s:4:\"file\";s:19:\"2014/06/Jim-pic.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Jim-pic-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Jim-pic-300x241.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:241;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1396615800;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(8476,1849,'_thumbnail_id','1851'),(8477,1849,'_pagelines_gallery_slider','off'),(8478,1849,'_pagelines_quote',''),(8479,1849,'_pagelines_link',''),(8480,1849,'_pagelines_video_m4v',''),(8481,1849,'_pagelines_video_ogv',''),(8482,1849,'_pagelines_video_poster',''),(8483,1849,'_pagelines_video_embed',''),(8484,1849,'_pagelines_audio_mp3',''),(8485,1849,'_pagelines_audio_ogg',''),(8486,1849,'_yoast_wpseo_focuskw','copper futures'),(8487,1849,'_yoast_wpseo_metadesc','RiosQuant member Jim from Virginia takes profit in trading Copper futures.'),(8488,1849,'_yoast_wpseo_linkdex','42'),(8489,1849,'_pl_karma','0'),(8491,1853,'_optimizepress_pagebuilder','Y'),(8492,1853,'_optimizepress_page_thumbnail',''),(8493,1853,'_optimizepress_page_thumbnail_preset',''),(8494,1853,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(8495,1853,'_optimizepress_header_layout','s:802:\"a:10:{s:4:\"logo\";s:78:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark12.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(8496,1853,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(8497,1853,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(8498,1853,'_optimizepress_footer_area','s:270:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:2:\"40\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(8499,1853,'_optimizepress_typography','s:1142:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"15\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(8500,1853,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(8501,1853,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(8502,1853,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(8503,1853,'_optimizepress_scripts','s:259:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:196:\"Lm9wdGluLWJveC0xNCBpbnB1dCwgLm9wdGluLWJveC0xNCBpbnB1dDpmb2N1cyB7Zm9udC13ZWlnaHQ6MzAwO30KLm9wdGluLWJveC0xNCBwLnByaXZhY3kge2NvbG9yOiM4ODg7Zm9udC1zaXplOjEzcHg7cGFkZGluZy10b3A6NXB4O29wYWNpdHk6MC44fQ==\";}}\";'),(8504,1853,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(8505,1853,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(8506,1853,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(8507,1855,'_optimizepress_pagebuilder','Y'),(8508,1855,'_optimizepress_page_thumbnail',''),(8509,1855,'_optimizepress_page_thumbnail_preset',''),(8510,1855,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(8511,1855,'_optimizepress_header_layout','s:802:\"a:10:{s:4:\"logo\";s:78:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark12.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(8512,1855,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(8513,1855,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(8514,1855,'_optimizepress_footer_area','s:270:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:2:\"40\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(8515,1855,'_optimizepress_typography','s:1142:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"15\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(8516,1855,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(8517,1855,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(8518,1855,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(8519,1855,'_optimizepress_scripts','s:259:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:196:\"Lm9wdGluLWJveC0xNCBpbnB1dCwgLm9wdGluLWJveC0xNCBpbnB1dDpmb2N1cyB7Zm9udC13ZWlnaHQ6MzAwO30KLm9wdGluLWJveC0xNCBwLnByaXZhY3kge2NvbG9yOiM4ODg7Zm9udC1zaXplOjEzcHg7cGFkZGluZy10b3A6NXB4O29wYWNpdHk6MC44fQ==\";}}\";'),(8520,1855,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(8521,1855,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(8522,1855,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(8523,1857,'_wp_attached_file','2014/06/ep-live-friday-black.jpg'),(8524,1857,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:542;s:6:\"height\";i:400;s:4:\"file\";s:32:\"2014/06/ep-live-friday-black.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"ep-live-friday-black-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"ep-live-friday-black-300x221.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:32:\"ep-live-friday-black-500x400.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:32:\"ep-live-friday-black-500x400.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1403364015;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(8525,1857,'_pl_karma','1'),(8526,1858,'_wp_attached_file','2014/06/ep-live-trading-gray.jpg'),(8527,1858,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:542;s:6:\"height\";i:393;s:4:\"file\";s:32:\"2014/06/ep-live-trading-gray.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"ep-live-trading-gray-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"ep-live-trading-gray-300x217.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:32:\"ep-live-trading-gray-500x393.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:32:\"ep-live-trading-gray-500x393.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1403364882;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(8528,1859,'_optimizepress_pagebuilder','Y'),(8529,1859,'_optimizepress_page_thumbnail',''),(8530,1859,'_optimizepress_page_thumbnail_preset',''),(8531,1859,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(8532,1859,'_optimizepress_header_layout','s:802:\"a:10:{s:4:\"logo\";s:78:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark12.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(8533,1859,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(8534,1859,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(8535,1859,'_optimizepress_footer_area','s:270:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:2:\"40\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(8536,1859,'_optimizepress_typography','s:1142:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"15\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(8537,1859,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(8538,1859,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(8539,1859,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(8540,1859,'_optimizepress_scripts','s:259:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:196:\"Lm9wdGluLWJveC0xNCBpbnB1dCwgLm9wdGluLWJveC0xNCBpbnB1dDpmb2N1cyB7Zm9udC13ZWlnaHQ6MzAwO30KLm9wdGluLWJveC0xNCBwLnByaXZhY3kge2NvbG9yOiM4ODg7Zm9udC1zaXplOjEzcHg7cGFkZGluZy10b3A6NXB4O29wYWNpdHk6MC44fQ==\";}}\";'),(8541,1859,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(8542,1859,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(8543,1859,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(8544,1861,'_wp_attached_file','2014/06/ep-live-trading-grey-black-fade.jpg'),(8545,1861,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:545;s:6:\"height\";i:407;s:4:\"file\";s:43:\"2014/06/ep-live-trading-grey-black-fade.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"ep-live-trading-grey-black-fade-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"ep-live-trading-grey-black-fade-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:43:\"ep-live-trading-grey-black-fade-500x407.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:43:\"ep-live-trading-grey-black-fade-500x407.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1403365447;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(8546,1862,'_wp_attached_file','2014/06/ep-live-trading-grey-black-fade1.jpg'),(8547,1862,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:545;s:6:\"height\";i:407;s:4:\"file\";s:44:\"2014/06/ep-live-trading-grey-black-fade1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"ep-live-trading-grey-black-fade1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"ep-live-trading-grey-black-fade1-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:44:\"ep-live-trading-grey-black-fade1-500x407.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:44:\"ep-live-trading-grey-black-fade1-500x407.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1403365447;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(8548,1863,'_wp_attached_file','2014/06/ep-live-trading-grey-black-fade2.jpg'),(8549,1863,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:545;s:6:\"height\";i:407;s:4:\"file\";s:44:\"2014/06/ep-live-trading-grey-black-fade2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"ep-live-trading-grey-black-fade2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"ep-live-trading-grey-black-fade2-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:44:\"ep-live-trading-grey-black-fade2-500x407.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:44:\"ep-live-trading-grey-black-fade2-500x407.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1403365447;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(8550,1864,'_edit_lock','1403483084:2'),(8551,1864,'_edit_last','2'),(8552,1865,'_wp_attached_file','2014/06/relative-performance-6-22.bmp'),(8553,1864,'_pagelines_gallery_slider','off'),(8554,1864,'_pagelines_quote',''),(8555,1864,'_pagelines_link',''),(8556,1864,'_pagelines_video_m4v',''),(8557,1864,'_pagelines_video_ogv',''),(8558,1864,'_pagelines_video_poster',''),(8559,1864,'_pagelines_video_embed',''),(8560,1864,'_pagelines_audio_mp3',''),(8561,1864,'_pagelines_audio_ogg',''),(8562,1864,'_pl_karma','0'),(8563,1867,'_wp_attached_file','2014/06/relative-performance-6-221.bmp'),(8564,1868,'_wp_attached_file','2014/06/relative-performance-gold-silver-futures.jpg'),(8565,1868,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1102;s:6:\"height\";i:495;s:4:\"file\";s:52:\"2014/06/relative-performance-gold-silver-futures.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"relative-performance-gold-silver-futures-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"relative-performance-gold-silver-futures-300x134.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"relative-performance-gold-silver-futures-1024x459.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:459;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:52:\"relative-performance-gold-silver-futures-500x495.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:53:\"relative-performance-gold-silver-futures-1000x495.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:52:\"relative-performance-gold-silver-futures-500x495.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"big-thumb\";a:4:{s:4:\"file\";s:53:\"relative-performance-gold-silver-futures-1000x495.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(8566,1864,'_thumbnail_id','874'),(8572,1874,'_edit_lock','1403608831:2'),(8568,1864,'_wp_old_slug','week-ahead-global-financial-markets'),(8569,1864,'_yoast_wpseo_focuskw','the week ahead markets'),(8570,1864,'_yoast_wpseo_metadesc','Please take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access.'),(8571,1864,'_yoast_wpseo_linkdex','63'),(8573,1874,'_edit_last','2'),(8574,1874,'_thumbnail_id','1677'),(8575,1874,'_pagelines_gallery_slider','off'),(8576,1874,'_pagelines_quote',''),(8577,1874,'_pagelines_link',''),(8578,1874,'_pagelines_video_m4v',''),(8579,1874,'_pagelines_video_ogv',''),(8580,1874,'_pagelines_video_poster',''),(8581,1874,'_pagelines_video_embed',''),(8582,1874,'_pagelines_audio_mp3',''),(8583,1874,'_pagelines_audio_ogg',''),(8584,1874,'_yoast_wpseo_focuskw','pre-market trading'),(8585,1874,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and forex.'),(8586,1874,'_yoast_wpseo_linkdex','48'),(8587,1874,'_pl_karma','0'),(8590,1877,'_edit_lock','1403695434:2'),(8589,1874,'_wp_old_slug','pre-market-trading-report-stocks-bonds-commodities-forex'),(8591,1877,'_edit_last','2'),(8592,1877,'_thumbnail_id','1595'),(8606,1877,'_pl_karma','0'),(8594,1877,'_pagelines_gallery_slider','off'),(8595,1877,'_pagelines_quote',''),(8596,1877,'_pagelines_link',''),(8597,1877,'_pagelines_video_m4v',''),(8598,1877,'_pagelines_video_ogv',''),(8599,1877,'_pagelines_video_poster',''),(8600,1877,'_pagelines_video_embed',''),(8601,1877,'_pagelines_audio_mp3',''),(8602,1877,'_pagelines_audio_ogg',''),(8603,1877,'_yoast_wpseo_focuskw','pre-market trading'),(8604,1877,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and forex. Scheduled economic data releases that may have an impact on the markets also included.'),(8605,1877,'_yoast_wpseo_linkdex','50'),(8607,1879,'_edit_lock','1403782067:2'),(8608,1879,'_edit_last','2'),(8609,1879,'_thumbnail_id','899'),(8623,1879,'_pl_karma','0'),(8611,1879,'_pagelines_gallery_slider','off'),(8612,1879,'_pagelines_quote',''),(8613,1879,'_pagelines_link',''),(8614,1879,'_pagelines_video_m4v',''),(8615,1879,'_pagelines_video_ogv',''),(8616,1879,'_pagelines_video_poster',''),(8617,1879,'_pagelines_video_embed',''),(8618,1879,'_pagelines_audio_mp3',''),(8619,1879,'_pagelines_audio_ogg',''),(8620,1879,'_yoast_wpseo_focuskw','pre-market trading'),(8621,1879,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and currencies.'),(8622,1879,'_yoast_wpseo_linkdex','49'),(8624,1881,'_edit_lock','1403783550:2'),(8625,1881,'_edit_last','2'),(8626,1881,'_thumbnail_id','1749'),(8640,1881,'_pl_karma','0'),(8628,1881,'_pagelines_gallery_slider','off'),(8629,1881,'_pagelines_quote',''),(8630,1881,'_pagelines_link',''),(8631,1881,'_pagelines_video_m4v',''),(8632,1881,'_pagelines_video_ogv',''),(8633,1881,'_pagelines_video_poster',''),(8634,1881,'_pagelines_video_embed',''),(8635,1881,'_pagelines_audio_mp3',''),(8636,1881,'_pagelines_audio_ogg',''),(8637,1881,'_yoast_wpseo_focuskw','pre-market trading'),(8638,1881,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and currencies.'),(8639,1881,'_yoast_wpseo_linkdex','48'),(8643,1883,'_edit_lock','1403869827:2'),(8644,1883,'_edit_last','2'),(8645,1883,'_pagelines_gallery_slider','off'),(8646,1883,'_pagelines_quote',''),(8647,1883,'_pagelines_link',''),(8648,1883,'_pagelines_video_m4v',''),(8649,1883,'_pagelines_video_ogv',''),(8650,1883,'_pagelines_video_poster',''),(8651,1883,'_pagelines_video_embed',''),(8652,1883,'_pagelines_audio_mp3',''),(8653,1883,'_pagelines_audio_ogg',''),(8654,1883,'_pl_karma','0'),(8659,1883,'_thumbnail_id','454'),(8656,1883,'_yoast_wpseo_focuskw','pre-market trading'),(8657,1883,'_yoast_wpseo_metadesc','Pre-market open trading report for the financial global markets including stocks, bonds, commodities and currencies.'),(8658,1883,'_yoast_wpseo_linkdex','48'),(8661,1887,'_edit_lock','1404126844:2'),(8662,1887,'_edit_last','2'),(8663,1887,'_thumbnail_id','1724'),(8677,1887,'_pl_karma','0'),(8665,1887,'_pagelines_gallery_slider','off'),(8666,1887,'_pagelines_quote',''),(8667,1887,'_pagelines_link',''),(8668,1887,'_pagelines_video_m4v',''),(8669,1887,'_pagelines_video_ogv',''),(8670,1887,'_pagelines_video_poster',''),(8671,1887,'_pagelines_video_embed',''),(8672,1887,'_pagelines_audio_mp3',''),(8673,1887,'_pagelines_audio_ogg',''),(8674,1887,'_yoast_wpseo_focuskw','pre-market trading'),(8675,1887,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and currencies.'),(8676,1887,'_yoast_wpseo_linkdex','47'),(8678,1889,'_edit_lock','1404215765:2'),(8679,1889,'_edit_last','2'),(8680,1890,'_wp_attached_file','2014/06/890-profit-dow-jones.jpg'),(8681,1890,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:527;s:6:\"height\";i:647;s:4:\"file\";s:32:\"2014/06/890-profit-dow-jones.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"890-profit-dow-jones-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"890-profit-dow-jones-244x300.jpg\";s:5:\"width\";i:244;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:32:\"890-profit-dow-jones-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:32:\"890-profit-dow-jones-527x500.jpg\";s:5:\"width\";i:527;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:32:\"890-profit-dow-jones-500x647.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:647;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1404045957;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(8682,1889,'_pagelines_gallery_slider','off'),(8683,1889,'_pagelines_quote',''),(8684,1889,'_pagelines_link',''),(8685,1889,'_pagelines_video_m4v',''),(8686,1889,'_pagelines_video_ogv',''),(8687,1889,'_pagelines_video_poster',''),(8688,1889,'_pagelines_video_embed',''),(8689,1889,'_pagelines_audio_mp3',''),(8690,1889,'_pagelines_audio_ogg',''),(8691,1889,'_pl_karma','0'),(8692,1889,'_thumbnail_id','1597'),(8694,1894,'_edit_lock','1406112911:2'),(8695,1894,'_edit_last','2'),(8696,1894,'_pagelines_gallery_slider','off'),(8697,1894,'_pagelines_quote',''),(8698,1894,'_pagelines_link',''),(8699,1894,'_pagelines_video_m4v',''),(8700,1894,'_pagelines_video_ogv',''),(8701,1894,'_pagelines_video_poster',''),(8702,1894,'_pagelines_video_embed',''),(8703,1894,'_pagelines_audio_mp3',''),(8704,1894,'_pagelines_audio_ogg',''),(8705,1894,'_yoast_wpseo_focuskw','options trading'),(8706,1894,'_yoast_wpseo_metadesc','I’m a Rios Quant member and a trade coach but most of all, I’m an options trader! The results are real and these are the only two trades taken last week.'),(8707,1894,'_yoast_wpseo_linkdex','72'),(8708,1894,'_pl_karma','1'),(8709,1896,'_wp_attached_file','2014/06/ken-creative.png'),(8710,1896,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:340;s:6:\"height\";i:503;s:4:\"file\";s:24:\"2014/06/ken-creative.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"ken-creative-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"ken-creative-202x300.png\";s:5:\"width\";i:202;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:24:\"ken-creative-340x500.png\";s:5:\"width\";i:340;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:24:\"ken-creative-340x500.png\";s:5:\"width\";i:340;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(8711,1894,'_thumbnail_id','1896'),(8713,1900,'_edit_lock','1404236881:2'),(8728,1900,'_yoast_wpseo_focuskw','automated trading'),(8716,1900,'_thumbnail_id','1623'),(8717,1900,'_edit_last','2'),(8718,1900,'_pagelines_gallery_slider','off'),(8719,1900,'_pagelines_quote',''),(8720,1900,'_pagelines_link',''),(8721,1900,'_pagelines_video_m4v',''),(8722,1900,'_pagelines_video_ogv',''),(8723,1900,'_pagelines_video_poster','http://www.thetradingroom.com/wp-content/uploads/2014/04/jump-start-rq-alogrithms1.jpg'),(8724,1900,'_pagelines_video_embed','<iframe width=\"560\" height=\"315\" src=\"//www.youtube.com/embed/B0xN1r30TRc\" frameborder=\"0\" allowfullscreen></iframe>'),(8725,1900,'_pagelines_audio_mp3',''),(8726,1900,'_pagelines_audio_ogg',''),(8727,1900,'_pl_karma','0'),(8729,1900,'_yoast_wpseo_metadesc','High Performance Trading Strategies Across Multiple Asset Classes Learn how to apply automated trading with the RiosQuant Einstein trading system.'),(8730,1900,'_yoast_wpseo_linkdex','71'),(8732,1903,'_edit_lock','1404496612:2'),(8733,1903,'_edit_last','2'),(8734,1903,'_pagelines_gallery_slider','off'),(8735,1903,'_pagelines_quote',''),(8736,1903,'_pagelines_link',''),(8737,1903,'_pagelines_video_m4v',''),(8738,1903,'_pagelines_video_ogv',''),(8739,1903,'_pagelines_video_poster',''),(8740,1903,'_pagelines_video_embed',''),(8741,1903,'_pagelines_audio_mp3',''),(8742,1903,'_pagelines_audio_ogg',''),(8743,1903,'_pl_karma','0'),(8747,1903,'_thumbnail_id','1118'),(8745,1903,'_yoast_wpseo_focuskw','informal traders survey'),(8746,1903,'_yoast_wpseo_linkdex','31'),(8751,1910,'_edit_lock','1404692811:2'),(8752,1910,'_edit_last','2'),(8753,1910,'_thumbnail_id','874'),(8754,1910,'_pagelines_gallery_slider','off'),(8755,1910,'_pagelines_quote',''),(8756,1910,'_pagelines_link',''),(8757,1910,'_pagelines_video_m4v',''),(8758,1910,'_pagelines_video_ogv',''),(8759,1910,'_pagelines_video_poster',''),(8760,1910,'_pagelines_video_embed',''),(8761,1910,'_pagelines_audio_mp3',''),(8762,1910,'_pagelines_audio_ogg',''),(8763,1910,'_pl_karma','0'),(8764,1910,'_yoast_wpseo_focuskw','week ahead in the markets'),(8765,1910,'_yoast_wpseo_metadesc','In the week ahead I will continue to focus on the correlations, specifically between the stock indices, Japanese Yen, US 10 year note and the US dollar. Crude oil closed the week lower sitting at a key support level from an uptrend, look for potential aggressive price action and volatility.'),(8766,1910,'_yoast_wpseo_linkdex','69'),(8770,1918,'_edit_lock','1404817506:2'),(8771,1918,'_thumbnail_id','1749'),(8772,1918,'_edit_last','2'),(8786,1918,'_pl_karma','0'),(8774,1918,'_pagelines_gallery_slider','off'),(8775,1918,'_pagelines_quote',''),(8776,1918,'_pagelines_link',''),(8777,1918,'_pagelines_video_m4v',''),(8778,1918,'_pagelines_video_ogv',''),(8779,1918,'_pagelines_video_poster',''),(8780,1918,'_pagelines_video_embed',''),(8781,1918,'_pagelines_audio_mp3',''),(8782,1918,'_pagelines_audio_ogg',''),(8783,1918,'_yoast_wpseo_focuskw','pre-market trading'),(8784,1918,'_yoast_wpseo_metadesc','pre-market open trading report for stocks, bonds, commodities and currencies. Economic data reports that may have an impact also included.'),(8785,1918,'_yoast_wpseo_linkdex','51'),(8787,1920,'_edit_lock','1404903420:2'),(8788,1920,'_edit_last','2'),(8789,1920,'_thumbnail_id','1691'),(8803,1920,'_pl_karma','0'),(8791,1920,'_pagelines_gallery_slider','off'),(8792,1920,'_pagelines_quote',''),(8793,1920,'_pagelines_link',''),(8794,1920,'_pagelines_video_m4v',''),(8795,1920,'_pagelines_video_ogv',''),(8796,1920,'_pagelines_video_poster',''),(8797,1920,'_pagelines_video_embed',''),(8798,1920,'_pagelines_audio_mp3',''),(8799,1920,'_pagelines_audio_ogg',''),(8800,1920,'_yoast_wpseo_focuskw','pre-market trading'),(8801,1920,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and currencies.'),(8802,1920,'_yoast_wpseo_linkdex','48'),(8804,1923,'_edit_lock','1404990139:2'),(8805,1923,'_thumbnail_id','1724'),(8806,1923,'_edit_last','2'),(8820,1923,'_pl_karma','0'),(8808,1923,'_pagelines_gallery_slider','off'),(8809,1923,'_pagelines_quote',''),(8810,1923,'_pagelines_link',''),(8811,1923,'_pagelines_video_m4v',''),(8812,1923,'_pagelines_video_ogv',''),(8813,1923,'_pagelines_video_poster',''),(8814,1923,'_pagelines_video_embed',''),(8815,1923,'_pagelines_audio_mp3',''),(8816,1923,'_pagelines_audio_ogg',''),(8817,1923,'_yoast_wpseo_focuskw','pre-market trading'),(8818,1923,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and currencies.'),(8819,1923,'_yoast_wpseo_linkdex','48'),(8831,1925,'_pagelines_video_embed',''),(8832,1925,'_pagelines_audio_mp3',''),(8833,1925,'_pagelines_audio_ogg',''),(8834,1925,'_yoast_wpseo_focuskw','pre-market trading'),(8835,1925,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and currencies.'),(8836,1925,'_yoast_wpseo_linkdex','48'),(8838,1929,'_edit_lock','1405292007:2'),(8839,1929,'_edit_last','2'),(8840,1929,'_thumbnail_id','1677'),(8854,1929,'_pl_karma','0'),(8842,1929,'_pagelines_gallery_slider','off'),(8843,1929,'_pagelines_quote',''),(8844,1929,'_pagelines_link',''),(8845,1929,'_pagelines_video_m4v',''),(8846,1929,'_pagelines_video_ogv',''),(8847,1929,'_pagelines_video_poster',''),(8848,1929,'_pagelines_video_embed',''),(8849,1929,'_pagelines_audio_mp3',''),(8850,1929,'_pagelines_audio_ogg',''),(8851,1929,'_yoast_wpseo_focuskw','pre-market trading'),(8852,1929,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and currencies.'),(8853,1929,'_yoast_wpseo_linkdex','48'),(8855,1931,'_edit_lock','1405335571:2'),(8856,1931,'_edit_last','2'),(8857,1931,'_pagelines_gallery_slider','off'),(8858,1931,'_pagelines_quote',''),(8859,1931,'_pagelines_link',''),(8860,1931,'_pagelines_video_m4v',''),(8861,1931,'_pagelines_video_ogv',''),(8862,1931,'_pagelines_video_poster',''),(8863,1931,'_pagelines_video_embed',''),(8864,1931,'_pagelines_audio_mp3',''),(8865,1931,'_pagelines_audio_ogg',''),(8866,1931,'_pl_karma','0'),(8867,1931,'_thumbnail_id','1597'),(8872,1934,'_edit_lock','1405423441:2'),(8869,1931,'_yoast_wpseo_focuskw','week ahead in markets'),(8870,1931,'_yoast_wpseo_metadesc','In the week ahead I will pay close attention to the markets that finished the week at key levels including the Metals, US Treasuries, Japanese Yen and Crude Oil.'),(8871,1931,'_yoast_wpseo_linkdex','63'),(8873,1934,'_edit_last','2'),(8874,1934,'_thumbnail_id','899'),(8888,1934,'_pl_karma','0'),(8876,1934,'_pagelines_gallery_slider','off'),(8877,1934,'_pagelines_quote',''),(8878,1934,'_pagelines_link',''),(8879,1934,'_pagelines_video_m4v',''),(8880,1934,'_pagelines_video_ogv',''),(8881,1934,'_pagelines_video_poster',''),(8882,1934,'_pagelines_video_embed',''),(8883,1934,'_pagelines_audio_mp3',''),(8884,1934,'_pagelines_audio_ogg',''),(8885,1934,'_yoast_wpseo_focuskw','pre-market trading'),(8886,1934,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and currencies.'),(8887,1934,'_yoast_wpseo_linkdex','48'),(8889,1936,'_edit_lock','1405508733:2'),(8890,1936,'_edit_last','2'),(8891,1936,'_thumbnail_id','1749'),(8905,1936,'_pl_karma','0'),(8893,1936,'_pagelines_gallery_slider','off'),(8894,1936,'_pagelines_quote',''),(8895,1936,'_pagelines_link',''),(8896,1936,'_pagelines_video_m4v',''),(8897,1936,'_pagelines_video_ogv',''),(8898,1936,'_pagelines_video_poster',''),(8899,1936,'_pagelines_video_embed',''),(8900,1936,'_pagelines_audio_mp3',''),(8901,1936,'_pagelines_audio_ogg',''),(8902,1936,'_yoast_wpseo_focuskw','pre-market trading'),(8903,1936,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and currencies.'),(8904,1936,'_yoast_wpseo_linkdex','48'),(8906,1938,'_edit_lock','1405509330:2'),(8907,1938,'_edit_last','2'),(8908,1938,'_thumbnail_id','1724'),(8922,1938,'_pl_karma','0'),(8910,1938,'_pagelines_gallery_slider','off'),(8911,1938,'_pagelines_quote',''),(8912,1938,'_pagelines_link',''),(8913,1938,'_pagelines_video_m4v',''),(8914,1938,'_pagelines_video_ogv',''),(8915,1938,'_pagelines_video_poster',''),(8916,1938,'_pagelines_video_embed',''),(8917,1938,'_pagelines_audio_mp3',''),(8918,1938,'_pagelines_audio_ogg',''),(8919,1938,'_yoast_wpseo_focuskw','pre-market trading'),(8920,1938,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and currencies.'),(8921,1938,'_yoast_wpseo_linkdex','47'),(8923,1940,'_edit_lock','1405594824:2'),(8924,1940,'_edit_last','2'),(8925,1941,'_wp_attached_file','2014/07/graham-computers.jpg'),(8926,1941,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:28:\"2014/07/graham-computers.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"graham-computers-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"graham-computers-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"graham-computers-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"aspect-thumb\";a:4:{s:4:\"file\";s:29:\"graham-computers-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:28:\"graham-computers-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:29:\"graham-computers-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:29:\"graham-computers-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"big-thumb\";a:4:{s:4:\"file\";s:30:\"graham-computers-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(8927,1942,'_wp_attached_file','2014/07/pierre-monitors1.jpg'),(8928,1942,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4128;s:6:\"height\";i:2322;s:4:\"file\";s:28:\"2014/07/pierre-monitors1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"pierre-monitors1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"pierre-monitors1-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"pierre-monitors1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"aspect-thumb\";a:4:{s:4:\"file\";s:29:\"pierre-monitors1-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:28:\"pierre-monitors1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:29:\"pierre-monitors1-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:29:\"pierre-monitors1-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"big-thumb\";a:4:{s:4:\"file\";s:30:\"pierre-monitors1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(8929,1940,'_pagelines_gallery_slider','off'),(8930,1940,'_pagelines_quote',''),(8931,1940,'_pagelines_link',''),(8932,1940,'_pagelines_video_m4v',''),(8933,1940,'_pagelines_video_ogv',''),(8934,1940,'_pagelines_video_poster',''),(8935,1940,'_pagelines_video_embed',''),(8936,1940,'_pagelines_audio_mp3',''),(8937,1940,'_pagelines_audio_ogg',''),(8938,1940,'_pl_karma','0'),(8939,1944,'_wp_attached_file','2014/07/john-v-hunting.jpg'),(8940,1944,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:767;s:6:\"height\";i:444;s:4:\"file\";s:26:\"2014/07/john-v-hunting.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"john-v-hunting-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"john-v-hunting-300x173.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:26:\"john-v-hunting-500x444.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:26:\"john-v-hunting-500x444.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1398169736;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(8941,1946,'_wp_attached_file','2014/07/jim-daddy-dog.jpg'),(8942,1946,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:492;s:6:\"height\";i:476;s:4:\"file\";s:25:\"2014/07/jim-daddy-dog.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"jim-daddy-dog-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"jim-daddy-dog-300x290.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1398178913;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(8952,1940,'_thumbnail_id','1941'),(8945,1940,'_yoast_wpseo_focuskw','trading computers'),(8946,1940,'_yoast_wpseo_metadesc','Trading computers can be as simple as a laptop or as sophisticated as you can financially afford. RiosQuant members share their computer set ups.'),(8947,1940,'_yoast_wpseo_linkdex','70'),(8961,1960,'_edit_lock','1405595036:2'),(8962,1960,'_edit_last','2'),(8963,1960,'_thumbnail_id','1677'),(8977,1960,'_pl_karma','0'),(8965,1960,'_pagelines_gallery_slider','off'),(8966,1960,'_pagelines_quote',''),(8967,1960,'_pagelines_link',''),(8968,1960,'_pagelines_video_m4v',''),(8969,1960,'_pagelines_video_ogv',''),(8970,1960,'_pagelines_video_poster',''),(8971,1960,'_pagelines_video_embed',''),(8972,1960,'_pagelines_audio_mp3',''),(8973,1960,'_pagelines_audio_ogg',''),(8974,1960,'_yoast_wpseo_focuskw','pre-market trading'),(8975,1960,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and currencies.'),(8976,1960,'_yoast_wpseo_linkdex','48'),(8985,1964,'_edit_lock','1405941028:2'),(8979,1619,'_yoast_wpseo_focuskw','futures traders'),(8980,1619,'_yoast_wpseo_metadesc','Meet traders that are doing it for a living. Find out if trading futures, forex and options is for you. Join our live trading room and meet other traders.'),(8981,1619,'_yoast_wpseo_linkdex','43'),(8986,1964,'_edit_last','2'),(8987,1964,'_thumbnail_id','899'),(9001,1964,'_pl_karma','0'),(8989,1964,'_pagelines_gallery_slider','off'),(8990,1964,'_pagelines_quote',''),(8991,1964,'_pagelines_link',''),(8992,1964,'_pagelines_video_m4v',''),(8993,1964,'_pagelines_video_ogv',''),(8994,1964,'_pagelines_video_poster',''),(8995,1964,'_pagelines_video_embed',''),(8996,1964,'_pagelines_audio_mp3',''),(8997,1964,'_pagelines_audio_ogg',''),(8998,1964,'_yoast_wpseo_focuskw','pre-market trading'),(8999,1964,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and currencies.'),(9000,1964,'_yoast_wpseo_linkdex','48'),(9002,1966,'_edit_lock','1406026430:2'),(9003,1966,'_edit_last','2'),(9004,1966,'_pagelines_gallery_slider','off'),(9005,1966,'_pagelines_quote',''),(9006,1966,'_pagelines_link',''),(9007,1966,'_pagelines_video_m4v',''),(9008,1966,'_pagelines_video_ogv',''),(9009,1966,'_pagelines_video_poster',''),(9010,1966,'_pagelines_video_embed',''),(9011,1966,'_pagelines_audio_mp3',''),(9012,1966,'_pagelines_audio_ogg',''),(9013,1966,'_pl_karma','0'),(9014,1966,'_thumbnail_id','874'),(9020,1969,'_edit_lock','1406042962:2'),(9016,1966,'_wp_old_slug','week-ahead-global-financial-markets'),(9017,1966,'_yoast_wpseo_focuskw','week ahead markets'),(9018,1966,'_yoast_wpseo_metadesc','Most commodities finished the week lower led by soybeans dropping -7.6%, natural gas -4.9%, silver -2.5% and copper -2.4%. In the week ahead I will focus on corporate earnings and the risk of escalating tensions regarding geopolitical and world events.'),(9019,1966,'_yoast_wpseo_linkdex','63'),(9021,1969,'_edit_last','2'),(9022,1969,'_thumbnail_id','1691'),(9036,1969,'_pl_karma','0'),(9024,1969,'_pagelines_gallery_slider','off'),(9025,1969,'_pagelines_quote',''),(9026,1969,'_pagelines_link',''),(9027,1969,'_pagelines_video_m4v',''),(9028,1969,'_pagelines_video_ogv',''),(9029,1969,'_pagelines_video_poster',''),(9030,1969,'_pagelines_video_embed',''),(9031,1969,'_pagelines_audio_mp3',''),(9032,1969,'_pagelines_audio_ogg',''),(9033,1969,'_yoast_wpseo_focuskw','pre-market trading'),(9034,1969,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and currencies.'),(9035,1969,'_yoast_wpseo_linkdex','48'),(9041,1975,'_edit_lock','1406120017:2'),(9042,1975,'_edit_last','2'),(9043,1975,'_thumbnail_id','454'),(9057,1975,'_pl_karma','0'),(9045,1975,'_pagelines_gallery_slider','off'),(9046,1975,'_pagelines_quote',''),(9047,1975,'_pagelines_link',''),(9048,1975,'_pagelines_video_m4v',''),(9049,1975,'_pagelines_video_ogv',''),(9050,1975,'_pagelines_video_poster',''),(9051,1975,'_pagelines_video_embed',''),(9052,1975,'_pagelines_audio_mp3',''),(9053,1975,'_pagelines_audio_ogg',''),(9054,1975,'_yoast_wpseo_focuskw','pre-market trading'),(9055,1975,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and currencies.'),(9056,1975,'_yoast_wpseo_linkdex','48'),(9058,1977,'_edit_lock','1406202824:2'),(9059,1977,'_edit_last','2'),(9060,1977,'_pagelines_gallery_slider','off'),(9061,1977,'_pagelines_quote',''),(9062,1977,'_pagelines_link',''),(9063,1977,'_pagelines_video_m4v',''),(9064,1977,'_pagelines_video_ogv',''),(9065,1977,'_pagelines_video_poster',''),(9066,1977,'_pagelines_video_embed',''),(9067,1977,'_pagelines_audio_mp3',''),(9068,1977,'_pagelines_audio_ogg',''),(9069,1977,'_pl_karma','0'),(9071,1982,'_wp_attached_file','2014/07/ep-silver-trade-.jpg'),(9072,1982,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:753;s:6:\"height\";i:967;s:4:\"file\";s:28:\"2014/07/ep-silver-trade-.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"ep-silver-trade--80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"ep-silver-trade--233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"aspect-thumb\";a:4:{s:4:\"file\";s:28:\"ep-silver-trade--753x800.jpg\";s:5:\"width\";i:753;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:28:\"ep-silver-trade--500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:28:\"ep-silver-trade--753x500.jpg\";s:5:\"width\";i:753;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:28:\"ep-silver-trade--500x967.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:967;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9073,1977,'_thumbnail_id','1982'),(9075,1983,'_edit_lock','1406286802:2'),(9076,1983,'_edit_last','2'),(9077,1983,'_thumbnail_id','1724'),(9091,1983,'_pl_karma','0'),(9079,1983,'_pagelines_gallery_slider','off'),(9080,1983,'_pagelines_quote',''),(9081,1983,'_pagelines_link',''),(9082,1983,'_pagelines_video_m4v',''),(9083,1983,'_pagelines_video_ogv',''),(9084,1983,'_pagelines_video_poster',''),(9085,1983,'_pagelines_video_embed',''),(9086,1983,'_pagelines_audio_mp3',''),(9087,1983,'_pagelines_audio_ogg',''),(9088,1983,'_yoast_wpseo_focuskw','pre-market trading'),(9089,1983,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and currencies.'),(9090,1983,'_yoast_wpseo_linkdex','47'),(9092,1985,'_edit_lock','1406474627:2'),(9093,1985,'_edit_last','2'),(9094,1985,'_thumbnail_id','1749'),(9107,1985,'_yoast_wpseo_linkdex','48'),(9096,1985,'_pagelines_gallery_slider','off'),(9097,1985,'_pagelines_quote',''),(9098,1985,'_pagelines_link',''),(9099,1985,'_pagelines_video_m4v',''),(9100,1985,'_pagelines_video_ogv',''),(9101,1985,'_pagelines_video_poster',''),(9102,1985,'_pagelines_video_embed',''),(9103,1985,'_pagelines_audio_mp3',''),(9104,1985,'_pagelines_audio_ogg',''),(9105,1985,'_yoast_wpseo_focuskw','pre-market trading'),(9106,1985,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and currencies.'),(9108,1985,'_pl_karma','0'),(9109,1987,'_edit_lock','1476034400:2'),(9110,1987,'_edit_last','2'),(9111,1988,'_wp_attached_file','2014/07/panfish-trade.jpg'),(9112,1988,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:579;s:6:\"height\";i:665;s:4:\"file\";s:25:\"2014/07/panfish-trade.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"panfish-trade-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"panfish-trade-261x300.jpg\";s:5:\"width\";i:261;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:25:\"panfish-trade-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:25:\"panfish-trade-579x500.jpg\";s:5:\"width\";i:579;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:25:\"panfish-trade-500x665.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:665;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1406453839;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9113,1989,'_wp_attached_file','2014/07/panfish-tradelab-trade.jpg'),(9114,1989,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:549;s:6:\"height\";i:468;s:4:\"file\";s:34:\"2014/07/panfish-tradelab-trade.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"panfish-tradelab-trade-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"panfish-tradelab-trade-300x255.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:34:\"panfish-tradelab-trade-500x468.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:34:\"panfish-tradelab-trade-500x468.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1406454700;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9115,1987,'_thumbnail_id','1989'),(9116,1987,'_pagelines_gallery_slider','off'),(9117,1987,'_pagelines_quote',''),(9118,1987,'_pagelines_link',''),(9119,1987,'_pagelines_video_m4v',''),(9120,1987,'_pagelines_video_ogv',''),(9121,1987,'_pagelines_video_poster',''),(9122,1987,'_pagelines_video_embed',''),(9123,1987,'_pagelines_audio_mp3',''),(9124,1987,'_pagelines_audio_ogg',''),(9125,1987,'_yoast_wpseo_metadesc','RiosQuant member Michael \"Panfish\" Panfil took a sell short trade in Natural Gas futures for profit during storage data release. Nice trade Panfish!'),(9126,1987,'_pl_karma','0'),(9128,1994,'_edit_lock','1406540349:2'),(9129,1994,'_edit_last','2'),(9130,1994,'_pagelines_gallery_slider','off'),(9131,1994,'_pagelines_quote',''),(9132,1994,'_pagelines_link',''),(9133,1994,'_pagelines_video_m4v',''),(9134,1994,'_pagelines_video_ogv',''),(9135,1994,'_pagelines_video_poster',''),(9136,1994,'_pagelines_video_embed',''),(9137,1994,'_pagelines_audio_mp3',''),(9138,1994,'_pagelines_audio_ogg',''),(9139,1994,'_thumbnail_id','1691'),(9144,1994,'_pl_karma','0'),(9141,1994,'_yoast_wpseo_focuskw','pre-market trading'),(9142,1994,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and currencies.'),(9143,1994,'_yoast_wpseo_linkdex','48'),(9145,1997,'_edit_lock','1406626640:2'),(9146,1997,'_edit_last','2'),(9147,1997,'_pagelines_gallery_slider','off'),(9148,1997,'_pagelines_quote',''),(9149,1997,'_pagelines_link',''),(9150,1997,'_pagelines_video_m4v',''),(9151,1997,'_pagelines_video_ogv',''),(9152,1997,'_pagelines_video_poster',''),(9153,1997,'_pagelines_video_embed',''),(9154,1997,'_pagelines_audio_mp3',''),(9155,1997,'_pagelines_audio_ogg',''),(9156,1997,'_pl_karma','0'),(9159,1997,'_thumbnail_id','874'),(9158,1997,'_wp_old_slug','week-ahead-global-financial-markets'),(9164,2000,'_edit_lock','1406800253:2'),(9161,1997,'_yoast_wpseo_focuskw','week ahead markets'),(9162,1997,'_yoast_wpseo_metadesc','In the week ahead I will continue to focus at the stock indices as corporate earnings season continues. Will the upcoming scheduled earnings data surprise Wall Street and help the S&P 500 breakout or will it drive prices lower from the recent double top technical pattern?'),(9163,1997,'_yoast_wpseo_linkdex','63'),(9165,2000,'_edit_last','2'),(9166,2000,'_thumbnail_id','1466'),(9180,2000,'_pl_karma','0'),(9168,2000,'_pagelines_gallery_slider','off'),(9169,2000,'_pagelines_quote',''),(9170,2000,'_pagelines_link',''),(9171,2000,'_pagelines_video_m4v',''),(9172,2000,'_pagelines_video_ogv',''),(9173,2000,'_pagelines_video_poster',''),(9174,2000,'_pagelines_video_embed',''),(9175,2000,'_pagelines_audio_mp3',''),(9176,2000,'_pagelines_audio_ogg',''),(9177,2000,'_yoast_wpseo_focuskw','pre-market trading'),(9178,2000,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and currencies.'),(9179,2000,'_yoast_wpseo_linkdex','50'),(9181,2002,'_edit_lock','1406886904:2'),(9182,2002,'_edit_last','2'),(9183,2002,'_thumbnail_id','899'),(9197,2002,'_pl_karma','0'),(9185,2002,'_pagelines_gallery_slider','off'),(9186,2002,'_pagelines_quote',''),(9187,2002,'_pagelines_link',''),(9188,2002,'_pagelines_video_m4v',''),(9189,2002,'_pagelines_video_ogv',''),(9190,2002,'_pagelines_video_poster',''),(9191,2002,'_pagelines_video_embed',''),(9192,2002,'_pagelines_audio_mp3',''),(9193,2002,'_pagelines_audio_ogg',''),(9194,2002,'_yoast_wpseo_focuskw','pre-market trading'),(9195,2002,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and currencies.'),(9196,2002,'_yoast_wpseo_linkdex','49'),(9198,2004,'_edit_lock','1406990449:2'),(9199,2004,'_edit_last','2'),(9200,2004,'_thumbnail_id','1724'),(9214,2004,'_pl_karma','0'),(9202,2004,'_pagelines_gallery_slider','off'),(9203,2004,'_pagelines_quote',''),(9204,2004,'_pagelines_link',''),(9205,2004,'_pagelines_video_m4v',''),(9206,2004,'_pagelines_video_ogv',''),(9207,2004,'_pagelines_video_poster',''),(9208,2004,'_pagelines_video_embed',''),(9209,2004,'_pagelines_audio_mp3',''),(9210,2004,'_pagelines_audio_ogg',''),(9211,2004,'_yoast_wpseo_focuskw','pre-market trading'),(9212,2004,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and currencies.'),(9213,2004,'_yoast_wpseo_linkdex','49'),(9215,2006,'_optimizepress_pagebuilder','Y'),(9216,2006,'_optimizepress_page_thumbnail',''),(9217,2006,'_optimizepress_page_thumbnail_preset',''),(9218,2006,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(9219,2006,'_optimizepress_header_layout','s:897:\"a:12:{s:4:\"logo\";s:74:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/rq-logo-black.jpg\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#010b1e\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"Y\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:6:\"normal\";s:9:\"font_size\";s:2:\"13\";s:11:\"font_family\";s:7:\"PT Sans\";}s:12:\"disable_link\";s:0:\"\";s:11:\"header_link\";s:30:\"http://www.thetradingroom.com/\";}\";'),(9220,2006,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(9221,2006,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(9222,2006,'_optimizepress_footer_area','s:284:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:15:\"Source Sans Pro\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(9223,2006,'_optimizepress_typography','s:1255:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:2:\"24\";s:4:\"font\";s:10:\"Montserrat\";s:5:\"style\";s:4:\"bold\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#0F87C9\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#636363\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(9224,2006,'_optimizepress_color_scheme_advanced','s:1943:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:7:\"#b9bdc0\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:8:{s:12:\"footer_start\";s:7:\"#2c323e\";s:10:\"footer_end\";s:7:\"#2c323e\";s:17:\"footer_text_color\";s:7:\"#ffffff\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:16:\"link_hover_color\";s:0:\"\";}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:7:\"#ffffff\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(9225,2006,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(9226,2006,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(9227,2006,'_optimizepress_scripts','s:61:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:0:\"\";}}\";'),(9228,2006,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(9229,2006,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(9230,2006,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(9231,2006,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(9232,2007,'_optimizepress_pagebuilder','Y'),(9236,2007,'_optimizepress_feature_area','s:2791:\"a:3:{s:4:\"type\";i:1;s:7:\"enabled\";s:1:\"Y\";s:8:\"settings\";a:5:{s:10:\"title_logo\";a:1:{s:5:\"title\";s:0:\"\";}s:7:\"content\";a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";}s:5:\"optin\";a:4:{s:7:\"enabled\";s:1:\"N\";s:9:\"form_html\";a:23:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:11:\"email_order\";s:0:\"\";s:10:\"name_order\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:0:\"\";s:24:\"email_extra_fields_order\";s:0:\"\";s:16:\"integration_type\";s:0:\"\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";s:11:\"gotowebinar\";s:0:\"\";s:19:\"gotowebinar_enabled\";s:0:\"\";s:12:\"double_optin\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:0:\"\";s:11:\"form_header\";s:0:\"\";s:11:\"footer_note\";s:0:\"\";s:12:\"name_default\";s:0:\"\";s:13:\"email_default\";s:0:\"\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:0:\"\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:0:\"\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:0:\"\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:0:\"\";s:20:\"text_shadow_vertical\";s:0:\"\";s:22:\"text_shadow_horizontal\";s:0:\"\";s:17:\"text_shadow_color\";s:0:\"\";s:16:\"text_shadow_blur\";s:0:\"\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:0:\"\";s:19:\"styling_border_size\";s:0:\"\";s:21:\"styling_border_radius\";s:0:\"\";s:22:\"styling_border_opacity\";s:0:\"\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:0:\"\";s:28:\"styling_gradient_start_color\";s:0:\"\";s:26:\"styling_gradient_end_color\";s:0:\"\";s:17:\"drop_shadow_panel\";s:0:\"\";s:20:\"drop_shadow_vertical\";s:0:\"\";s:22:\"drop_shadow_horizontal\";s:0:\"\";s:16:\"drop_shadow_blur\";s:0:\"\";s:18:\"drop_shadow_spread\";s:0:\"\";s:17:\"drop_shadow_color\";s:0:\"\";s:19:\"drop_shadow_opacity\";s:0:\"\";s:18:\"inset_shadow_panel\";s:0:\"\";s:21:\"inset_shadow_vertical\";s:0:\"\";s:23:\"inset_shadow_horizontal\";s:0:\"\";s:17:\"inset_shadow_blur\";s:0:\"\";s:19:\"inset_shadow_spread\";s:0:\"\";s:18:\"inset_shadow_color\";s:0:\"\";s:20:\"inset_shadow_opacity\";s:0:\"\";}}s:11:\"footer_note\";a:1:{s:11:\"footer_note\";s:0:\"\";}s:12:\"font_options\";a:3:{s:10:\"title_logo\";a:0:{}s:7:\"content\";a:0:{}s:11:\"footer_note\";a:0:{}}}}\";'),(9235,2007,'_optimizepress_theme','s:49:\"a:2:{s:4:\"type\";s:7:\"landing\";s:3:\"dir\";s:1:\"2\";}\";'),(9237,2007,'_optimizepress_membership',''),(9238,2007,'_optimizepress_header_layout',''),(9239,2007,'_optimizepress_feature_title',''),(9240,2007,'_optimizepress_footer_area','s:236:\"a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:15:\"Source Sans Pro\";s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(9241,2007,'_optimizepress_color_scheme_template',''),(9242,2007,'_optimizepress_typography','s:1088:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(9257,2010,'_optimizepress_pagebuilder','Y'),(9258,2010,'_optimizepress_page_thumbnail',''),(9259,2010,'_optimizepress_page_thumbnail_preset',''),(9260,2010,'_optimizepress_theme','s:49:\"a:2:{s:4:\"type\";s:7:\"landing\";s:3:\"dir\";s:1:\"2\";}\";'),(9243,2007,'_optimizepress_color_scheme_advanced',''),(9244,2007,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(9245,2007,'_optimizepress_seo','s:458:\"a:6:{s:5:\"title\";s:15:\"futures trading\";s:11:\"description\";s:217:\"Watch short video and see how RiosQuant trader EP Preston trades the US employment data release in LIVE market. This is the next generation of futures trading. We invite you to be a part of it. Get ready to be amazed!\";s:8:\"keywords\";s:15:\"futures trading\";s:7:\"ogtitle\";s:10:\"BE AMAZED!\";s:13:\"ogdescription\";s:52:\"Live trading action during The Trading Room TradeLAB\";s:7:\"ogimage\";s:0:\"\";}\";'),(9246,2007,'_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),(9247,2007,'_optimizepress_fb_share',''),(9248,2007,'_optimizepress_lightbox',''),(9249,2007,'_optimizepress_exit_redirect','s:97:\"a:3:{s:7:\"enabled\";s:1:\"Y\";s:3:\"url\";s:30:\"http://www.thetradingroom.com/\";s:7:\"message\";s:0:\"\";}\";'),(9250,2007,'_optimizepress_one_time_offer',''),(9251,2007,'_optimizepress_launch_gateway',''),(9252,2007,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(9253,2007,'_optimizepress_landing_bg','s:25:\"a:1:{s:5:\"image\";s:0:\"\";}\";'),(9254,2007,'_optimizepress_size_color','s:104:\"a:3:{s:9:\"box_width\";s:3:\"300\";s:15:\"box_color_start\";s:7:\"#f9f9f9\";s:13:\"box_color_end\";s:7:\"#dadada\";}\";'),(9255,2008,'_wp_attached_file','2014/08/EP-PERFORMANCE-7-31.jpg'),(9256,2008,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1127;s:6:\"height\";i:419;s:4:\"file\";s:31:\"2014/08/EP-PERFORMANCE-7-31.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"EP-PERFORMANCE-7-31-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"EP-PERFORMANCE-7-31-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"EP-PERFORMANCE-7-31-1024x380.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:31:\"EP-PERFORMANCE-7-31-500x419.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:32:\"EP-PERFORMANCE-7-31-1000x419.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:31:\"EP-PERFORMANCE-7-31-500x419.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"big-thumb\";a:4:{s:4:\"file\";s:32:\"EP-PERFORMANCE-7-31-1000x419.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1406972480;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9261,2010,'_optimizepress_feature_area','s:2791:\"a:3:{s:4:\"type\";i:1;s:7:\"enabled\";s:1:\"Y\";s:8:\"settings\";a:5:{s:10:\"title_logo\";a:1:{s:5:\"title\";s:0:\"\";}s:7:\"content\";a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";}s:5:\"optin\";a:4:{s:7:\"enabled\";s:1:\"N\";s:9:\"form_html\";a:23:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:11:\"email_order\";s:0:\"\";s:10:\"name_order\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:0:\"\";s:24:\"email_extra_fields_order\";s:0:\"\";s:16:\"integration_type\";s:0:\"\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";s:11:\"gotowebinar\";s:0:\"\";s:19:\"gotowebinar_enabled\";s:0:\"\";s:12:\"double_optin\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:0:\"\";s:11:\"form_header\";s:0:\"\";s:11:\"footer_note\";s:0:\"\";s:12:\"name_default\";s:0:\"\";s:13:\"email_default\";s:0:\"\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:0:\"\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:0:\"\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:0:\"\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:0:\"\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:0:\"\";s:20:\"text_shadow_vertical\";s:0:\"\";s:22:\"text_shadow_horizontal\";s:0:\"\";s:17:\"text_shadow_color\";s:0:\"\";s:16:\"text_shadow_blur\";s:0:\"\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:0:\"\";s:19:\"styling_border_size\";s:0:\"\";s:21:\"styling_border_radius\";s:0:\"\";s:22:\"styling_border_opacity\";s:0:\"\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:0:\"\";s:28:\"styling_gradient_start_color\";s:0:\"\";s:26:\"styling_gradient_end_color\";s:0:\"\";s:17:\"drop_shadow_panel\";s:0:\"\";s:20:\"drop_shadow_vertical\";s:0:\"\";s:22:\"drop_shadow_horizontal\";s:0:\"\";s:16:\"drop_shadow_blur\";s:0:\"\";s:18:\"drop_shadow_spread\";s:0:\"\";s:17:\"drop_shadow_color\";s:0:\"\";s:19:\"drop_shadow_opacity\";s:0:\"\";s:18:\"inset_shadow_panel\";s:0:\"\";s:21:\"inset_shadow_vertical\";s:0:\"\";s:23:\"inset_shadow_horizontal\";s:0:\"\";s:17:\"inset_shadow_blur\";s:0:\"\";s:19:\"inset_shadow_spread\";s:0:\"\";s:18:\"inset_shadow_color\";s:0:\"\";s:20:\"inset_shadow_opacity\";s:0:\"\";}}s:11:\"footer_note\";a:1:{s:11:\"footer_note\";s:0:\"\";}s:12:\"font_options\";a:3:{s:10:\"title_logo\";a:0:{}s:7:\"content\";a:0:{}s:11:\"footer_note\";a:0:{}}}}\";'),(9262,2010,'_optimizepress_footer_area','s:236:\"a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:15:\"Source Sans Pro\";s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(9263,2010,'_optimizepress_typography','s:1088:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(9264,2010,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(9265,2010,'_optimizepress_seo','s:458:\"a:6:{s:5:\"title\";s:15:\"futures trading\";s:11:\"description\";s:217:\"Watch short video and see how RiosQuant trader EP Preston trades the US employment data release in LIVE market. This is the next generation of futures trading. We invite you to be a part of it. Get ready to be amazed!\";s:8:\"keywords\";s:15:\"futures trading\";s:7:\"ogtitle\";s:10:\"BE AMAZED!\";s:13:\"ogdescription\";s:52:\"Live trading action during The Trading Room TradeLAB\";s:7:\"ogimage\";s:0:\"\";}\";'),(9266,2010,'_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),(9267,2010,'_optimizepress_exit_redirect','s:97:\"a:3:{s:7:\"enabled\";s:1:\"Y\";s:3:\"url\";s:30:\"http://www.thetradingroom.com/\";s:7:\"message\";s:0:\"\";}\";'),(9268,2010,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(9269,2010,'_optimizepress_landing_bg','s:100:\"a:1:{s:5:\"image\";s:74:\"http://www.thetradingroom.com/wp-content/uploads/2014/08/EP-GOLD-SHORT.jpg\";}\";'),(9270,2010,'_optimizepress_size_color','s:87:\"a:3:{s:15:\"box_color_start\";s:0:\"\";s:13:\"box_color_end\";s:0:\"\";s:9:\"box_width\";s:0:\"\";}\";'),(9271,2012,'_wp_attached_file','2014/08/EP-GOLD-SHORT.jpg'),(9272,2012,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:849;s:6:\"height\";i:514;s:4:\"file\";s:25:\"2014/08/EP-GOLD-SHORT.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"EP-GOLD-SHORT-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"EP-GOLD-SHORT-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:25:\"EP-GOLD-SHORT-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:25:\"EP-GOLD-SHORT-849x500.jpg\";s:5:\"width\";i:849;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:25:\"EP-GOLD-SHORT-500x514.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1406972331;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9273,2013,'_edit_lock','1407150454:2'),(9274,2013,'_edit_last','2'),(9275,2013,'_pagelines_gallery_slider','off'),(9276,2013,'_pagelines_quote',''),(9277,2013,'_pagelines_link',''),(9278,2013,'_pagelines_video_m4v',''),(9279,2013,'_pagelines_video_ogv',''),(9280,2013,'_pagelines_video_poster',''),(9281,2013,'_pagelines_video_embed','<iframe src=\"//player.vimeo.com/video/102237447\" width=\"500\" height=\"313\" frameborder=\"0\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(9282,2013,'_pagelines_audio_mp3',''),(9283,2013,'_pagelines_audio_ogg',''),(9284,2013,'_yoast_wpseo_focuskw','futures trading'),(9285,2013,'_yoast_wpseo_linkdex','37'),(9286,2013,'_pl_karma','0'),(9288,2013,'_thumbnail_id','2012'),(9291,2018,'_edit_lock','1407150683:2'),(9292,2018,'_edit_last','2'),(9308,2018,'_thumbnail_id','1691'),(9307,2018,'_pl_karma','0'),(9295,2018,'_pagelines_gallery_slider','off'),(9296,2018,'_pagelines_quote',''),(9297,2018,'_pagelines_link',''),(9298,2018,'_pagelines_video_m4v',''),(9299,2018,'_pagelines_video_ogv',''),(9300,2018,'_pagelines_video_poster',''),(9301,2018,'_pagelines_video_embed',''),(9302,2018,'_pagelines_audio_mp3',''),(9303,2018,'_pagelines_audio_ogg',''),(9304,2018,'_yoast_wpseo_focuskw','pre-market trading'),(9305,2018,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and currencies.'),(9306,2018,'_yoast_wpseo_linkdex','50'),(9310,2020,'_edit_lock','1407237719:2'),(9311,2020,'_edit_last','2'),(9328,2020,'_thumbnail_id','518'),(9326,2020,'_pl_karma','0'),(9314,2020,'_pagelines_gallery_slider','off'),(9315,2020,'_pagelines_quote',''),(9316,2020,'_pagelines_link',''),(9317,2020,'_pagelines_video_m4v',''),(9318,2020,'_pagelines_video_ogv',''),(9319,2020,'_pagelines_video_poster',''),(9320,2020,'_pagelines_video_embed',''),(9321,2020,'_pagelines_audio_mp3',''),(9322,2020,'_pagelines_audio_ogg',''),(9323,2020,'_yoast_wpseo_focuskw','week ahead markets'),(9324,2020,'_yoast_wpseo_metadesc','Week ahead in the global financial markets including links to live trading rooms and educational workshop classes. Scheduled economic data releases that may have an impact on the markets included.'),(9325,2020,'_yoast_wpseo_linkdex','59'),(9330,2023,'_edit_lock','1407283241:2'),(9331,2023,'_edit_last','2'),(9332,2023,'_thumbnail_id','1749'),(9346,2023,'_pl_karma','0'),(9334,2023,'_pagelines_gallery_slider','off'),(9335,2023,'_pagelines_quote',''),(9336,2023,'_pagelines_link',''),(9337,2023,'_pagelines_video_m4v',''),(9338,2023,'_pagelines_video_ogv',''),(9339,2023,'_pagelines_video_poster',''),(9340,2023,'_pagelines_video_embed',''),(9341,2023,'_pagelines_audio_mp3',''),(9342,2023,'_pagelines_audio_ogg',''),(9343,2023,'_yoast_wpseo_focuskw','pre-market trading'),(9344,2023,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and currencies.'),(9345,2023,'_yoast_wpseo_linkdex','50'),(9347,2025,'_optimizepress_pagebuilder','Y'),(9348,2025,'_optimizepress_page_thumbnail',''),(9349,2025,'_optimizepress_page_thumbnail_preset',''),(9350,2025,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(9351,2025,'_optimizepress_header_layout','s:897:\"a:12:{s:4:\"logo\";s:74:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/rq-logo-black.jpg\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#010b1e\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"Y\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:6:\"normal\";s:9:\"font_size\";s:2:\"13\";s:11:\"font_family\";s:7:\"PT Sans\";}s:12:\"disable_link\";s:0:\"\";s:11:\"header_link\";s:30:\"http://www.thetradingroom.com/\";}\";'),(9352,2025,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(9353,2025,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(9354,2025,'_optimizepress_footer_area','s:284:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:15:\"Source Sans Pro\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(9355,2025,'_optimizepress_typography','s:1255:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:2:\"24\";s:4:\"font\";s:10:\"Montserrat\";s:5:\"style\";s:4:\"bold\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#0F87C9\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#636363\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(9356,2025,'_optimizepress_color_scheme_advanced','s:1943:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:7:\"#b9bdc0\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:8:{s:12:\"footer_start\";s:7:\"#2c323e\";s:10:\"footer_end\";s:7:\"#2c323e\";s:17:\"footer_text_color\";s:7:\"#ffffff\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:16:\"link_hover_color\";s:0:\"\";}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:7:\"#ffffff\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(9357,2025,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(9358,2025,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(9359,2025,'_optimizepress_scripts','s:61:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:0:\"\";}}\";'),(9360,2025,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(9361,2025,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(9362,2025,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(9363,2025,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(9364,2027,'_wp_attached_file','2014/08/pierre-curve.jpg'),(9365,2027,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:678;s:6:\"height\";i:354;s:4:\"file\";s:24:\"2014/08/pierre-curve.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"pierre-curve-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"pierre-curve-300x156.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:24:\"pierre-curve-500x354.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:24:\"pierre-curve-500x354.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1407225819;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9366,2025,'_edit_lock','1407283322:2'),(9367,2029,'_optimizepress_pagebuilder','Y'),(9368,2029,'_optimizepress_page_thumbnail',''),(9369,2029,'_optimizepress_page_thumbnail_preset',''),(9370,2029,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(9371,2029,'_optimizepress_header_layout','s:897:\"a:12:{s:4:\"logo\";s:74:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/rq-logo-black.jpg\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#010b1e\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"Y\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:6:\"normal\";s:9:\"font_size\";s:2:\"13\";s:11:\"font_family\";s:7:\"PT Sans\";}s:12:\"disable_link\";s:0:\"\";s:11:\"header_link\";s:30:\"http://www.thetradingroom.com/\";}\";'),(9372,2029,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(9373,2029,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(9374,2029,'_optimizepress_footer_area','s:284:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:15:\"Source Sans Pro\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(9375,2029,'_optimizepress_typography','s:1255:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:2:\"24\";s:4:\"font\";s:10:\"Montserrat\";s:5:\"style\";s:4:\"bold\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#0F87C9\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#636363\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(9376,2029,'_optimizepress_color_scheme_advanced','s:1943:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:7:\"#b9bdc0\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:8:{s:12:\"footer_start\";s:7:\"#2c323e\";s:10:\"footer_end\";s:7:\"#2c323e\";s:17:\"footer_text_color\";s:7:\"#ffffff\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:16:\"link_hover_color\";s:0:\"\";}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:7:\"#ffffff\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(9377,2029,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(9378,2029,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(9379,2029,'_optimizepress_scripts','s:61:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:0:\"\";}}\";'),(9380,2029,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(9381,2029,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(9382,2029,'_optimizepress_exit_redirect','s:97:\"a:3:{s:7:\"enabled\";s:1:\"Y\";s:3:\"url\";s:30:\"http://www.thetradingroom.com/\";s:7:\"message\";s:0:\"\";}\";'),(9383,2029,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(9384,2031,'_edit_lock','1407495518:2'),(9385,2031,'_edit_last','2'),(9386,2031,'_thumbnail_id','1677'),(9400,2031,'_pl_karma','0'),(9388,2031,'_pagelines_gallery_slider','off'),(9389,2031,'_pagelines_quote',''),(9390,2031,'_pagelines_link',''),(9391,2031,'_pagelines_video_m4v',''),(9392,2031,'_pagelines_video_ogv',''),(9393,2031,'_pagelines_video_poster',''),(9394,2031,'_pagelines_video_embed',''),(9395,2031,'_pagelines_audio_mp3',''),(9396,2031,'_pagelines_audio_ogg',''),(9397,2031,'_yoast_wpseo_focuskw','pre-market trading'),(9398,2031,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and currencies.'),(9399,2031,'_yoast_wpseo_linkdex','48'),(9401,2033,'_edit_lock','1407524260:2'),(9402,2033,'_edit_last','2'),(9403,2033,'_thumbnail_id','1724'),(9417,2033,'_pl_karma','0'),(9405,2033,'_pagelines_gallery_slider','off'),(9406,2033,'_pagelines_quote',''),(9407,2033,'_pagelines_link',''),(9408,2033,'_pagelines_video_m4v',''),(9409,2033,'_pagelines_video_ogv',''),(9410,2033,'_pagelines_video_poster',''),(9411,2033,'_pagelines_video_embed',''),(9412,2033,'_pagelines_audio_mp3',''),(9413,2033,'_pagelines_audio_ogg',''),(9414,2033,'_yoast_wpseo_focuskw','pre-market trading'),(9415,2033,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and currencies.'),(9416,2033,'_yoast_wpseo_linkdex','48'),(9418,2035,'_edit_lock','1407755595:2'),(9419,2035,'_edit_last','2'),(9420,2035,'_thumbnail_id','1691'),(9434,2035,'_pl_karma','0'),(9422,2035,'_pagelines_gallery_slider','off'),(9423,2035,'_pagelines_quote',''),(9424,2035,'_pagelines_link',''),(9425,2035,'_pagelines_video_m4v',''),(9426,2035,'_pagelines_video_ogv',''),(9427,2035,'_pagelines_video_poster',''),(9428,2035,'_pagelines_video_embed',''),(9429,2035,'_pagelines_audio_mp3',''),(9430,2035,'_pagelines_audio_ogg',''),(9431,2035,'_yoast_wpseo_focuskw','pre-market trading'),(9432,2035,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and currencies.'),(9433,2035,'_yoast_wpseo_linkdex','51'),(9435,2037,'_edit_lock','1407841842:2'),(9436,2037,'_edit_last','2'),(9438,2037,'_pagelines_gallery_slider','off'),(9439,2037,'_pagelines_quote',''),(9440,2037,'_pagelines_link',''),(9441,2037,'_pagelines_video_m4v',''),(9442,2037,'_pagelines_video_ogv',''),(9443,2037,'_pagelines_video_poster',''),(9444,2037,'_pagelines_video_embed',''),(9445,2037,'_pagelines_audio_mp3',''),(9446,2037,'_pagelines_audio_ogg',''),(9447,2037,'_pl_karma','0'),(9450,2037,'_thumbnail_id','874'),(9449,2037,'_wp_old_slug','week-ahead-global-financial-markets'),(9452,2039,'_edit_lock','1407842629:2'),(9453,2039,'_edit_last','2'),(9454,2039,'_thumbnail_id','1724'),(9468,2039,'_pl_karma','0'),(9456,2039,'_pagelines_gallery_slider','off'),(9457,2039,'_pagelines_quote',''),(9458,2039,'_pagelines_link',''),(9459,2039,'_pagelines_video_m4v',''),(9460,2039,'_pagelines_video_ogv',''),(9461,2039,'_pagelines_video_poster',''),(9462,2039,'_pagelines_video_embed',''),(9463,2039,'_pagelines_audio_mp3',''),(9464,2039,'_pagelines_audio_ogg',''),(9465,2039,'_yoast_wpseo_focuskw','pre-market trading'),(9466,2039,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and currencies.'),(9467,2039,'_yoast_wpseo_linkdex','48'),(9469,2041,'_edit_lock','1407901999:2'),(9470,2041,'_edit_last','2'),(9484,2041,'_pl_karma','0'),(9472,2041,'_pagelines_gallery_slider','off'),(9473,2041,'_pagelines_quote',''),(9474,2041,'_pagelines_link',''),(9475,2041,'_pagelines_video_m4v',''),(9476,2041,'_pagelines_video_ogv',''),(9477,2041,'_pagelines_video_poster',''),(9478,2041,'_pagelines_video_embed',''),(9479,2041,'_pagelines_audio_mp3',''),(9480,2041,'_pagelines_audio_ogg',''),(9481,2041,'_yoast_wpseo_focuskw','options trading strategies'),(9482,2041,'_yoast_wpseo_metadesc','Learn how to profit while controlling risk with simple option plays.'),(9483,2041,'_yoast_wpseo_linkdex','31'),(9487,2041,'_thumbnail_id','1896'),(9489,2047,'_edit_lock','1408015304:2'),(9490,2047,'_edit_last','2'),(9491,2047,'_thumbnail_id','899'),(9505,2047,'_pl_karma','0'),(9493,2047,'_pagelines_gallery_slider','off'),(9494,2047,'_pagelines_quote',''),(9495,2047,'_pagelines_link',''),(9496,2047,'_pagelines_video_m4v',''),(9497,2047,'_pagelines_video_ogv',''),(9498,2047,'_pagelines_video_poster',''),(9499,2047,'_pagelines_video_embed',''),(9500,2047,'_pagelines_audio_mp3',''),(9501,2047,'_pagelines_audio_ogg',''),(9502,2047,'_yoast_wpseo_focuskw','pre-market trading'),(9503,2047,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and currencies.'),(9504,2047,'_yoast_wpseo_linkdex','50'),(9506,2049,'_edit_lock','1408039928:2'),(9507,2049,'_edit_last','2'),(9508,2049,'_thumbnail_id','1749'),(9522,2049,'_pl_karma','0'),(9510,2049,'_pagelines_gallery_slider','off'),(9511,2049,'_pagelines_quote',''),(9512,2049,'_pagelines_link',''),(9513,2049,'_pagelines_video_m4v',''),(9514,2049,'_pagelines_video_ogv',''),(9515,2049,'_pagelines_video_poster',''),(9516,2049,'_pagelines_video_embed',''),(9517,2049,'_pagelines_audio_mp3',''),(9518,2049,'_pagelines_audio_ogg',''),(9519,2049,'_yoast_wpseo_focuskw','pre-market trading'),(9520,2049,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and currencies.'),(9521,2049,'_yoast_wpseo_linkdex','48'),(9523,2051,'_edit_lock','1408276892:2'),(9524,2051,'_edit_last','2'),(9525,2051,'_thumbnail_id','454'),(9539,2051,'_pl_karma','0'),(9527,2051,'_pagelines_gallery_slider','off'),(9528,2051,'_pagelines_quote',''),(9529,2051,'_pagelines_link',''),(9530,2051,'_pagelines_video_m4v',''),(9531,2051,'_pagelines_video_ogv',''),(9532,2051,'_pagelines_video_poster',''),(9533,2051,'_pagelines_video_embed',''),(9534,2051,'_pagelines_audio_mp3',''),(9535,2051,'_pagelines_audio_ogg',''),(9536,2051,'_yoast_wpseo_focuskw','pre-market trading'),(9537,2051,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and currencies.'),(9538,2051,'_yoast_wpseo_linkdex','48'),(9540,2053,'_edit_lock','1408366050:2'),(9541,2053,'_edit_last','2'),(9542,2053,'_thumbnail_id','899'),(9556,2053,'_pl_karma','0'),(9544,2053,'_pagelines_gallery_slider','off'),(9545,2053,'_pagelines_quote',''),(9546,2053,'_pagelines_link',''),(9547,2053,'_pagelines_video_m4v',''),(9548,2053,'_pagelines_video_ogv',''),(9549,2053,'_pagelines_video_poster',''),(9550,2053,'_pagelines_video_embed',''),(9551,2053,'_pagelines_audio_mp3',''),(9552,2053,'_pagelines_audio_ogg',''),(9553,2053,'_yoast_wpseo_focuskw','pre-market trading'),(9554,2053,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and currencies.'),(9555,2053,'_yoast_wpseo_linkdex','40'),(9557,2055,'_edit_lock','1408448177:2'),(9558,2055,'_edit_last','2'),(9559,2055,'_pagelines_gallery_slider','off'),(9560,2055,'_pagelines_quote',''),(9561,2055,'_pagelines_link',''),(9562,2055,'_pagelines_video_m4v',''),(9563,2055,'_pagelines_video_ogv',''),(9564,2055,'_pagelines_video_poster',''),(9565,2055,'_pagelines_video_embed',''),(9566,2055,'_pagelines_audio_mp3',''),(9567,2055,'_pagelines_audio_ogg',''),(9568,2055,'_pl_karma','0'),(9569,2055,'_thumbnail_id','874'),(9575,2058,'_edit_lock','1408533325:2'),(9571,2055,'_wp_old_slug','week-ahead-global-financial-markets'),(9572,2055,'_yoast_wpseo_focuskw','week ahead in the markets'),(9573,2055,'_yoast_wpseo_metadesc','FOMC minutes will mark the start of the week with the Fed\'s focus. Pay special attention to Housing Starts and Building Permits as well as Initial Jobless Claims.'),(9574,2055,'_yoast_wpseo_linkdex','60'),(9576,2058,'_edit_last','2'),(9577,2058,'_thumbnail_id','1724'),(9591,2058,'_pl_karma','0'),(9579,2058,'_pagelines_gallery_slider','off'),(9580,2058,'_pagelines_quote',''),(9581,2058,'_pagelines_link',''),(9582,2058,'_pagelines_video_m4v',''),(9583,2058,'_pagelines_video_ogv',''),(9584,2058,'_pagelines_video_poster',''),(9585,2058,'_pagelines_video_embed',''),(9586,2058,'_pagelines_audio_mp3',''),(9587,2058,'_pagelines_audio_ogg',''),(9588,2058,'_yoast_wpseo_focuskw','pre-market trading'),(9589,2058,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and currencies.'),(9590,2058,'_yoast_wpseo_linkdex','48'),(9592,2060,'_edit_lock','1408618040:2'),(9593,2060,'_edit_last','2'),(9594,2060,'_thumbnail_id','1677'),(9608,2060,'_pl_karma','0'),(9596,2060,'_pagelines_gallery_slider','off'),(9597,2060,'_pagelines_quote',''),(9598,2060,'_pagelines_link',''),(9599,2060,'_pagelines_video_m4v',''),(9600,2060,'_pagelines_video_ogv',''),(9601,2060,'_pagelines_video_poster',''),(9602,2060,'_pagelines_video_embed',''),(9603,2060,'_pagelines_audio_mp3',''),(9604,2060,'_pagelines_audio_ogg',''),(9605,2060,'_yoast_wpseo_focuskw','pre-market trading'),(9606,2060,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and currencies.'),(9607,2060,'_yoast_wpseo_linkdex','48'),(9609,2062,'_edit_lock','1408706026:2'),(9610,2062,'_edit_last','2'),(9611,2062,'_thumbnail_id','585'),(9625,2062,'_pl_karma','0'),(9613,2062,'_pagelines_gallery_slider','off'),(9614,2062,'_pagelines_quote',''),(9615,2062,'_pagelines_link',''),(9616,2062,'_pagelines_video_m4v',''),(9617,2062,'_pagelines_video_ogv',''),(9618,2062,'_pagelines_video_poster',''),(9619,2062,'_pagelines_video_embed',''),(9620,2062,'_pagelines_audio_mp3',''),(9621,2062,'_pagelines_audio_ogg',''),(9622,2062,'_yoast_wpseo_focuskw','pre-market trading'),(9623,2062,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and currencies.'),(9624,2062,'_yoast_wpseo_linkdex','49'),(9626,2064,'_edit_lock','1408964971:2'),(9627,2064,'_edit_last','2'),(9628,2064,'_thumbnail_id','1595'),(9642,2064,'_pl_karma','0'),(9630,2064,'_pagelines_gallery_slider','off'),(9631,2064,'_pagelines_quote',''),(9632,2064,'_pagelines_link',''),(9633,2064,'_pagelines_video_m4v',''),(9634,2064,'_pagelines_video_ogv',''),(9635,2064,'_pagelines_video_poster',''),(9636,2064,'_pagelines_video_embed',''),(9637,2064,'_pagelines_audio_mp3',''),(9638,2064,'_pagelines_audio_ogg',''),(9639,2064,'_yoast_wpseo_focuskw','pre-market trading'),(9640,2064,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and currencies.'),(9641,2064,'_yoast_wpseo_linkdex','48'),(9643,2067,'_edit_lock','1409137947:2'),(9644,2067,'_edit_last','2'),(9645,2067,'_thumbnail_id','1724'),(9659,2067,'_pl_karma','0'),(9647,2067,'_pagelines_gallery_slider','off'),(9648,2067,'_pagelines_quote',''),(9649,2067,'_pagelines_link',''),(9650,2067,'_pagelines_video_m4v',''),(9651,2067,'_pagelines_video_ogv',''),(9652,2067,'_pagelines_video_poster',''),(9653,2067,'_pagelines_video_embed',''),(9654,2067,'_pagelines_audio_mp3',''),(9655,2067,'_pagelines_audio_ogg',''),(9656,2067,'_yoast_wpseo_focuskw','pre-market trading'),(9657,2067,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and currencies.'),(9658,2067,'_yoast_wpseo_linkdex','48'),(9733,2081,'_edit_last','2'),(9732,2081,'_edit_lock','1409850765:2'),(9663,2072,'_edit_lock','1409309881:2'),(9664,2072,'_edit_last','2'),(9665,2072,'_thumbnail_id','1691'),(9679,2072,'_pl_karma','0'),(9667,2072,'_pagelines_gallery_slider','off'),(9668,2072,'_pagelines_quote',''),(9669,2072,'_pagelines_link',''),(9670,2072,'_pagelines_video_m4v',''),(9671,2072,'_pagelines_video_ogv',''),(9672,2072,'_pagelines_video_poster',''),(9673,2072,'_pagelines_video_embed',''),(9674,2072,'_pagelines_audio_mp3',''),(9675,2072,'_pagelines_audio_ogg',''),(9676,2072,'_yoast_wpseo_focuskw','pre-market trading'),(9677,2072,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and currencies.'),(9678,2072,'_yoast_wpseo_linkdex','50'),(9680,2074,'_edit_lock','1409314230:2'),(9681,2074,'_edit_last','2'),(9682,2074,'_thumbnail_id','1749'),(9696,2074,'_pl_karma','0'),(9684,2074,'_pagelines_gallery_slider','off'),(9685,2074,'_pagelines_quote',''),(9686,2074,'_pagelines_link',''),(9687,2074,'_pagelines_video_m4v',''),(9688,2074,'_pagelines_video_ogv',''),(9689,2074,'_pagelines_video_poster',''),(9690,2074,'_pagelines_video_embed',''),(9691,2074,'_pagelines_audio_mp3',''),(9692,2074,'_pagelines_audio_ogg',''),(9693,2074,'_yoast_wpseo_focuskw','pre-market trading'),(9694,2074,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and currencies.'),(9695,2074,'_yoast_wpseo_linkdex','51'),(9697,2076,'_edit_lock','1409656343:2'),(9698,2076,'_edit_last','2'),(9699,2076,'_pagelines_gallery_slider','off'),(9700,2076,'_pagelines_quote',''),(9701,2076,'_pagelines_link',''),(9702,2076,'_pagelines_video_m4v',''),(9703,2076,'_pagelines_video_ogv',''),(9704,2076,'_pagelines_video_poster',''),(9705,2076,'_pagelines_video_embed',''),(9706,2076,'_pagelines_audio_mp3',''),(9707,2076,'_pagelines_audio_ogg',''),(9708,2076,'_pl_karma','0'),(9709,2076,'_thumbnail_id','874'),(9715,2078,'_edit_lock','1409662741:2'),(9711,2076,'_wp_old_slug','week-ahead-global-financial-markets'),(9712,2076,'_yoast_wpseo_focuskw','week ahead markets'),(9713,2076,'_yoast_wpseo_metadesc','The week ahead in the global financial markets including live trading rooms, educational webinars and scheduled economic data releases that may have an impact on the markets.'),(9714,2076,'_yoast_wpseo_linkdex','56'),(9716,2078,'_edit_last','2'),(9717,2078,'_thumbnail_id','1010'),(9731,2078,'_pl_karma','0'),(9719,2078,'_pagelines_gallery_slider','off'),(9720,2078,'_pagelines_quote',''),(9721,2078,'_pagelines_link',''),(9722,2078,'_pagelines_video_m4v',''),(9723,2078,'_pagelines_video_ogv',''),(9724,2078,'_pagelines_video_poster',''),(9725,2078,'_pagelines_video_embed',''),(9726,2078,'_pagelines_audio_mp3',''),(9727,2078,'_pagelines_audio_ogg',''),(9728,2078,'_yoast_wpseo_focuskw','pre-market trading'),(9729,2078,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and currencies.'),(9730,2078,'_yoast_wpseo_linkdex','48'),(9734,2081,'_thumbnail_id','899'),(9748,2081,'_pl_karma','0'),(9736,2081,'_pagelines_gallery_slider','off'),(9737,2081,'_pagelines_quote',''),(9738,2081,'_pagelines_link',''),(9739,2081,'_pagelines_video_m4v',''),(9740,2081,'_pagelines_video_ogv',''),(9741,2081,'_pagelines_video_poster',''),(9742,2081,'_pagelines_video_embed',''),(9743,2081,'_pagelines_audio_mp3',''),(9744,2081,'_pagelines_audio_ogg',''),(9745,2081,'_yoast_wpseo_focuskw','pre-market trading'),(9746,2081,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and currencies.'),(9747,2081,'_yoast_wpseo_linkdex','49'),(9749,2083,'_edit_lock','1476034296:2'),(9750,2083,'_edit_last','2'),(9751,2083,'_pagelines_gallery_slider','off'),(9752,2083,'_pagelines_quote',''),(9753,2083,'_pagelines_link',''),(9754,2083,'_pagelines_video_m4v',''),(9755,2083,'_pagelines_video_ogv',''),(9756,2083,'_pagelines_video_poster',''),(9757,2083,'_pagelines_video_embed','<iframe src=\"//player.vimeo.com/video/97662751\" width=\"500\" height=\"281\" frameborder=\"0\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>\r\n\r\n\r\n'),(9758,2083,'_pagelines_audio_mp3',''),(9759,2083,'_pagelines_audio_ogg',''),(9760,2083,'_pl_karma','0'),(9761,2087,'_wp_attached_file','2014/09/Pierre-performance-graph-9-4.jpg'),(9762,2087,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:701;s:6:\"height\";i:380;s:4:\"file\";s:40:\"2014/09/Pierre-performance-graph-9-4.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Pierre-performance-graph-9-4-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Pierre-performance-graph-9-4-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:40:\"Pierre-performance-graph-9-4-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:40:\"Pierre-performance-graph-9-4-500x380.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9763,2089,'_wp_attached_file','2014/09/pierre-chart-ng-9-3.jpg'),(9764,2089,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:487;s:6:\"height\";i:486;s:4:\"file\";s:31:\"2014/09/pierre-chart-ng-9-3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"pierre-chart-ng-9-3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"pierre-chart-ng-9-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9765,2083,'_yoast_wpseo_focuskw','futures trading'),(9766,2083,'_yoast_wpseo_metadesc','Learn how to use cutting edge technology for futures trading including commodities, stock indices and forex.'),(9767,2083,'_yoast_wpseo_linkdex','49'),(9769,2083,'_thumbnail_id','2087'),(9822,2106,'_edit_lock','1410864908:2'),(9856,2119,'_edit_lock','1410951538:2'),(9772,2096,'_edit_lock','1410306554:2'),(9773,2096,'_edit_last','2'),(9774,2096,'_pagelines_gallery_slider','off'),(9775,2096,'_pagelines_quote',''),(9776,2096,'_pagelines_link',''),(9777,2096,'_pagelines_video_m4v',''),(9778,2096,'_pagelines_video_ogv',''),(9779,2096,'_pagelines_video_poster',''),(9780,2096,'_pagelines_video_embed',''),(9781,2096,'_pagelines_audio_mp3',''),(9782,2096,'_pagelines_audio_ogg',''),(9783,2096,'_pl_karma','0'),(9784,2096,'_thumbnail_id','1597'),(9789,2100,'_edit_lock','1410473390:2'),(9786,2096,'_yoast_wpseo_focuskw','week ahead markets'),(9787,2096,'_yoast_wpseo_metadesc','In the week ahead we have a light economic calendar but expect big corporate stories including Apple iPhone , other new products and the Chinese online retailer Alibaba, the biggest IPO ever should reign the headlines.'),(9788,2096,'_yoast_wpseo_linkdex','62'),(9790,2100,'_edit_last','2'),(9791,2100,'_thumbnail_id','1724'),(9805,2100,'_pl_karma','0'),(9793,2100,'_pagelines_gallery_slider','off'),(9794,2100,'_pagelines_quote',''),(9795,2100,'_pagelines_link',''),(9796,2100,'_pagelines_video_m4v',''),(9797,2100,'_pagelines_video_ogv',''),(9798,2100,'_pagelines_video_poster',''),(9799,2100,'_pagelines_video_embed',''),(9800,2100,'_pagelines_audio_mp3',''),(9801,2100,'_pagelines_audio_ogg',''),(9802,2100,'_yoast_wpseo_focuskw','pre-market trading'),(9803,2100,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and currencies.'),(9804,2100,'_yoast_wpseo_linkdex','48'),(9806,2102,'_edit_lock','1476034362:2'),(9807,2102,'_edit_last','2'),(9808,2103,'_wp_attached_file','2014/09/jim-soy-9-11.jpg'),(9809,2103,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:878;s:6:\"height\";i:686;s:4:\"file\";s:24:\"2014/09/jim-soy-9-11.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"jim-soy-9-11-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"jim-soy-9-11-300x234.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:24:\"jim-soy-9-11-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:24:\"jim-soy-9-11-878x500.jpg\";s:5:\"width\";i:878;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:24:\"jim-soy-9-11-500x686.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1410459086;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9810,2102,'_thumbnail_id','2103'),(9821,2102,'_pl_karma','0'),(9812,2102,'_pagelines_gallery_slider','off'),(9813,2102,'_pagelines_quote',''),(9814,2102,'_pagelines_link',''),(9815,2102,'_pagelines_video_m4v',''),(9816,2102,'_pagelines_video_ogv',''),(9817,2102,'_pagelines_video_poster',''),(9818,2102,'_pagelines_video_embed',''),(9819,2102,'_pagelines_audio_mp3',''),(9820,2102,'_pagelines_audio_ogg',''),(9823,2106,'_edit_last','2'),(9824,2107,'_wp_attached_file','2014/09/joe-ptr-table.jpg'),(9825,2107,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2700;s:6:\"height\";i:1800;s:4:\"file\";s:25:\"2014/09/joe-ptr-table.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"joe-ptr-table-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"joe-ptr-table-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"joe-ptr-table-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"aspect-thumb\";a:4:{s:4:\"file\";s:26:\"joe-ptr-table-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:25:\"joe-ptr-table-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:26:\"joe-ptr-table-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:26:\"joe-ptr-table-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"big-thumb\";a:4:{s:4:\"file\";s:27:\"joe-ptr-table-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9826,2106,'_pagelines_gallery_slider','off'),(9827,2106,'_pagelines_quote',''),(9828,2106,'_pagelines_link',''),(9829,2106,'_pagelines_video_m4v',''),(9830,2106,'_pagelines_video_ogv',''),(9831,2106,'_pagelines_video_poster',''),(9832,2106,'_pagelines_video_embed',''),(9833,2106,'_pagelines_audio_mp3',''),(9834,2106,'_pagelines_audio_ogg',''),(9835,2106,'_pl_karma','0'),(9836,2109,'_wp_attached_file','2014/09/joe-desk-andalusia.jpg'),(9837,2109,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:624;s:6:\"height\";i:936;s:4:\"file\";s:30:\"2014/09/joe-desk-andalusia.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"joe-desk-andalusia-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"joe-desk-andalusia-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"aspect-thumb\";a:4:{s:4:\"file\";s:30:\"joe-desk-andalusia-624x800.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:30:\"joe-desk-andalusia-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:30:\"joe-desk-andalusia-624x500.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:30:\"joe-desk-andalusia-500x936.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:936;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9844,2112,'_wp_attached_file','2014/09/joe-desk-andulisa3.jpg'),(9839,2106,'_yoast_wpseo_focuskw','week ahead markets'),(9840,2106,'_yoast_wpseo_metadesc','In the week ahead there are a number of events that have the potential to trigger volatility across most of the financial markets.Will the theme continue to be rising interest rate yields? Will the FOMC meeting trigger volatility?'),(9841,2106,'_yoast_wpseo_linkdex','59'),(9843,2106,'_wp_old_slug','week-ahead-global-financial-markets'),(9845,2112,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:445;s:6:\"height\";i:628;s:4:\"file\";s:30:\"2014/09/joe-desk-andulisa3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"joe-desk-andulisa3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"joe-desk-andulisa3-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:30:\"joe-desk-andulisa3-445x500.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:30:\"joe-desk-andulisa3-445x500.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1410717584;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9848,2114,'_wp_attached_file','2014/09/joe-desk-computer-2-smile.jpg'),(9849,2114,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1404;s:6:\"height\";i:936;s:4:\"file\";s:37:\"2014/09/joe-desk-computer-2-smile.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"joe-desk-computer-2-smile-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"joe-desk-computer-2-smile-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"joe-desk-computer-2-smile-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"aspect-thumb\";a:4:{s:4:\"file\";s:38:\"joe-desk-computer-2-smile-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:37:\"joe-desk-computer-2-smile-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:38:\"joe-desk-computer-2-smile-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:37:\"joe-desk-computer-2-smile-500x936.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:936;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"big-thumb\";a:4:{s:4:\"file\";s:38:\"joe-desk-computer-2-smile-1000x936.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:936;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9850,2106,'_thumbnail_id','2114'),(9857,2119,'_edit_last','2'),(9858,2119,'_thumbnail_id','1691'),(9872,2119,'_pl_karma','0'),(9860,2119,'_pagelines_gallery_slider','off'),(9861,2119,'_pagelines_quote',''),(9862,2119,'_pagelines_link',''),(9863,2119,'_pagelines_video_m4v',''),(9864,2119,'_pagelines_video_ogv',''),(9865,2119,'_pagelines_video_poster',''),(9866,2119,'_pagelines_video_embed',''),(9867,2119,'_pagelines_audio_mp3',''),(9868,2119,'_pagelines_audio_ogg',''),(9869,2119,'_yoast_wpseo_focuskw','pre-market trading'),(9870,2119,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and currencies.'),(9871,2119,'_yoast_wpseo_linkdex','48'),(9873,2121,'_edit_lock','1410951819:2'),(9874,2121,'_edit_last','2'),(9875,2121,'_thumbnail_id','1749'),(9889,2121,'_pl_karma','0'),(9877,2121,'_pagelines_gallery_slider','off'),(9878,2121,'_pagelines_quote',''),(9879,2121,'_pagelines_link',''),(9880,2121,'_pagelines_video_m4v',''),(9881,2121,'_pagelines_video_ogv',''),(9882,2121,'_pagelines_video_poster',''),(9883,2121,'_pagelines_video_embed',''),(9884,2121,'_pagelines_audio_mp3',''),(9885,2121,'_pagelines_audio_ogg',''),(9886,2121,'_yoast_wpseo_focuskw','pre-market trading'),(9887,2121,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and currencies.'),(9888,2121,'_yoast_wpseo_linkdex','49'),(9891,2124,'_edit_lock','1411128223:2'),(9892,2124,'_edit_last','2'),(9893,2124,'_thumbnail_id','1604'),(9907,2124,'_pl_karma','0'),(9895,2124,'_pagelines_gallery_slider','off'),(9896,2124,'_pagelines_quote',''),(9897,2124,'_pagelines_link',''),(9898,2124,'_pagelines_video_m4v',''),(9899,2124,'_pagelines_video_ogv',''),(9900,2124,'_pagelines_video_poster',''),(9901,2124,'_pagelines_video_embed',''),(9902,2124,'_pagelines_audio_mp3',''),(9903,2124,'_pagelines_audio_ogg',''),(9904,2124,'_yoast_wpseo_focuskw','pre-market trading'),(9905,2124,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and currencies.'),(9906,2124,'_yoast_wpseo_linkdex','48'),(9908,2126,'_edit_lock','1411383985:2'),(9909,2126,'_edit_last','2'),(9910,2127,'_wp_attached_file','2014/09/joe-teaching-class.jpg'),(9911,2127,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2700;s:6:\"height\";i:1800;s:4:\"file\";s:30:\"2014/09/joe-teaching-class.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"joe-teaching-class-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"joe-teaching-class-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"joe-teaching-class-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"aspect-thumb\";a:4:{s:4:\"file\";s:31:\"joe-teaching-class-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:30:\"joe-teaching-class-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:31:\"joe-teaching-class-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:31:\"joe-teaching-class-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"big-thumb\";a:4:{s:4:\"file\";s:32:\"joe-teaching-class-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9912,2126,'_pagelines_gallery_slider','off'),(9913,2126,'_pagelines_quote',''),(9914,2126,'_pagelines_link',''),(9915,2126,'_pagelines_video_m4v',''),(9916,2126,'_pagelines_video_ogv',''),(9917,2126,'_pagelines_video_poster',''),(9918,2126,'_pagelines_video_embed',''),(9919,2126,'_pagelines_audio_mp3',''),(9920,2126,'_pagelines_audio_ogg',''),(9921,2126,'_pl_karma','0'),(9926,2126,'_thumbnail_id','2127'),(9923,2126,'_yoast_wpseo_focuskw','trading patterns'),(9924,2126,'_yoast_wpseo_metadesc','Training class covering recurring trading patterns for the stock, bond, commodity and currency markets.'),(9925,2126,'_yoast_wpseo_linkdex','58'),(9929,2130,'_edit_lock','1411469535:2'),(9930,2130,'_edit_last','2'),(9931,2130,'_pagelines_gallery_slider','off'),(9932,2130,'_pagelines_quote',''),(9933,2130,'_pagelines_link',''),(9934,2130,'_pagelines_video_m4v',''),(9935,2130,'_pagelines_video_ogv',''),(9936,2130,'_pagelines_video_poster',''),(9937,2130,'_pagelines_video_embed',''),(9938,2130,'_pagelines_audio_mp3',''),(9939,2130,'_pagelines_audio_ogg',''),(9940,2130,'_pl_karma','0'),(9947,2132,'_wp_attached_file','2014/09/strategy-room.jpg'),(9943,2130,'_wp_old_slug','week-ahead-global-financial-markets'),(9944,2130,'_yoast_wpseo_focuskw','week ahead markets'),(9945,2130,'_yoast_wpseo_metadesc','In the week ahead I will keep my focus on the bond market as a leading indicator for the Metal and Forex markets. I will also look for potential trade set ups in the non-risk asset classes, especially if the risk assets consolidate from the recent trends.'),(9946,2130,'_yoast_wpseo_linkdex','60'),(9948,2132,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:964;s:6:\"height\";i:541;s:4:\"file\";s:25:\"2014/09/strategy-room.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"strategy-room-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"strategy-room-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:25:\"strategy-room-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:25:\"strategy-room-964x500.jpg\";s:5:\"width\";i:964;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:25:\"strategy-room-500x541.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:541;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1392475458;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9949,2130,'_thumbnail_id','2132'),(9951,2133,'_edit_lock','1411559173:2'),(9952,2133,'_edit_last','2'),(9953,2133,'_thumbnail_id','1724'),(9967,2133,'_pl_karma','0'),(9955,2133,'_pagelines_gallery_slider','off'),(9956,2133,'_pagelines_quote',''),(9957,2133,'_pagelines_link',''),(9958,2133,'_pagelines_video_m4v',''),(9959,2133,'_pagelines_video_ogv',''),(9960,2133,'_pagelines_video_poster',''),(9961,2133,'_pagelines_video_embed',''),(9962,2133,'_pagelines_audio_mp3',''),(9963,2133,'_pagelines_audio_ogg',''),(9964,2133,'_yoast_wpseo_focuskw','pre-market trading'),(9965,2133,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and currencies.'),(9966,2133,'_yoast_wpseo_linkdex','51'),(10061,2153,'_edit_lock','1426012563:2'),(9969,2138,'_edit_lock','1411727838:2'),(9970,2138,'_edit_last','2'),(9971,2138,'_thumbnail_id','899'),(9985,2138,'_pl_karma','0'),(9973,2138,'_pagelines_gallery_slider','off'),(9974,2138,'_pagelines_quote',''),(9975,2138,'_pagelines_link',''),(9976,2138,'_pagelines_video_m4v',''),(9977,2138,'_pagelines_video_ogv',''),(9978,2138,'_pagelines_video_poster',''),(9979,2138,'_pagelines_video_embed',''),(9980,2138,'_pagelines_audio_mp3',''),(9981,2138,'_pagelines_audio_ogg',''),(9982,2138,'_yoast_wpseo_focuskw','pre-market trading'),(9983,2138,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and currencies.'),(9984,2138,'_yoast_wpseo_linkdex','51'),(9986,2140,'_edit_lock','1411735613:2'),(9987,2140,'_edit_last','2'),(9988,2140,'_thumbnail_id','1595'),(10002,2140,'_pl_karma','0'),(9990,2140,'_pagelines_gallery_slider','off'),(9991,2140,'_pagelines_quote',''),(9992,2140,'_pagelines_link',''),(9993,2140,'_pagelines_video_m4v',''),(9994,2140,'_pagelines_video_ogv',''),(9995,2140,'_pagelines_video_poster',''),(9996,2140,'_pagelines_video_embed',''),(9997,2140,'_pagelines_audio_mp3',''),(9998,2140,'_pagelines_audio_ogg',''),(9999,2140,'_yoast_wpseo_focuskw','pre-market trading'),(10000,2140,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and currencies.'),(10001,2140,'_yoast_wpseo_linkdex','50'),(10003,2142,'_edit_lock','1411983914:2'),(10004,2142,'_edit_last','2'),(10005,2143,'_wp_attached_file','2014/09/ten-yr-note-futures.jpg'),(10006,2143,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:582;s:6:\"height\";i:584;s:4:\"file\";s:31:\"2014/09/ten-yr-note-futures.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"ten-yr-note-futures-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"ten-yr-note-futures-298x300.jpg\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:31:\"ten-yr-note-futures-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:31:\"ten-yr-note-futures-582x500.jpg\";s:5:\"width\";i:582;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:31:\"ten-yr-note-futures-500x584.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:584;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1411926676;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10007,2142,'_pagelines_gallery_slider','off'),(10008,2142,'_pagelines_quote',''),(10009,2142,'_pagelines_link',''),(10010,2142,'_pagelines_video_m4v',''),(10011,2142,'_pagelines_video_ogv',''),(10012,2142,'_pagelines_video_poster',''),(10013,2142,'_pagelines_video_embed',''),(10014,2142,'_pagelines_audio_mp3',''),(10015,2142,'_pagelines_audio_ogg',''),(10016,2142,'_pl_karma','0'),(10017,2142,'_thumbnail_id','1597'),(10018,2142,'_yoast_wpseo_focuskw','the week ahead in the markets'),(10019,2142,'_yoast_wpseo_metadesc','The US Dollar rally continued to impress, pushing the Euro to a new 22 month low and sending the commodity currencies dramatically lower including the Aussie, Kiwi and Canadian dollars.'),(10020,2142,'_yoast_wpseo_linkdex','62'),(10023,2149,'_edit_lock','1412160959:2'),(10022,2142,'_wp_old_slug','week-ahead-global-markets'),(10024,2149,'_edit_last','2'),(10042,2149,'_thumbnail_id','1749'),(10039,2149,'_pl_karma','0'),(10027,2149,'_pagelines_gallery_slider','off'),(10028,2149,'_pagelines_quote',''),(10029,2149,'_pagelines_link',''),(10030,2149,'_pagelines_video_m4v',''),(10031,2149,'_pagelines_video_ogv',''),(10032,2149,'_pagelines_video_poster',''),(10033,2149,'_pagelines_video_embed',''),(10034,2149,'_pagelines_audio_mp3',''),(10035,2149,'_pagelines_audio_ogg',''),(10036,2149,'_yoast_wpseo_focuskw','pre-market trading'),(10037,2149,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and currencies.'),(10038,2149,'_yoast_wpseo_linkdex','50'),(10044,2151,'_edit_lock','1412258336:2'),(10045,2151,'_edit_last','2'),(10046,2151,'_thumbnail_id','1691'),(10060,2151,'_pl_karma','0'),(10048,2151,'_pagelines_gallery_slider','off'),(10049,2151,'_pagelines_quote',''),(10050,2151,'_pagelines_link',''),(10051,2151,'_pagelines_video_m4v',''),(10052,2151,'_pagelines_video_ogv',''),(10053,2151,'_pagelines_video_poster',''),(10054,2151,'_pagelines_video_embed',''),(10055,2151,'_pagelines_audio_mp3',''),(10056,2151,'_pagelines_audio_ogg',''),(10057,2151,'_yoast_wpseo_focuskw','pre-market trading'),(10058,2151,'_yoast_wpseo_metadesc','Pre-market open trading report for the global financial markets including stocks, bonds, commodities and currencies.'),(10059,2151,'_yoast_wpseo_linkdex','50'),(10062,2153,'_edit_last','2'),(10063,2154,'_wp_attached_file','2014/10/correlations-daily-sept-oct.jpg'),(10064,2154,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1114;s:6:\"height\";i:599;s:4:\"file\";s:39:\"2014/10/correlations-daily-sept-oct.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"correlations-daily-sept-oct-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"correlations-daily-sept-oct-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"correlations-daily-sept-oct-1024x550.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:39:\"correlations-daily-sept-oct-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:40:\"correlations-daily-sept-oct-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:39:\"correlations-daily-sept-oct-500x599.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"big-thumb\";a:4:{s:4:\"file\";s:40:\"correlations-daily-sept-oct-1000x599.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1412515759;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10065,2155,'_wp_attached_file','2014/10/Correlations-Oct-week-1.jpg'),(10066,2155,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:894;s:6:\"height\";i:553;s:4:\"file\";s:35:\"2014/10/Correlations-Oct-week-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Correlations-Oct-week-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Correlations-Oct-week-1-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:35:\"Correlations-Oct-week-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:35:\"Correlations-Oct-week-1-894x500.jpg\";s:5:\"width\";i:894;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:35:\"Correlations-Oct-week-1-500x553.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:553;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1412515208;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10067,2153,'_thumbnail_id','2114'),(10081,2153,'_pl_karma','0'),(10069,2153,'_pagelines_gallery_slider','off'),(10070,2153,'_pagelines_quote',''),(10071,2153,'_pagelines_link',''),(10072,2153,'_pagelines_video_m4v',''),(10073,2153,'_pagelines_video_ogv',''),(10074,2153,'_pagelines_video_poster',''),(10075,2153,'_pagelines_video_embed',''),(10076,2153,'_pagelines_audio_mp3',''),(10077,2153,'_pagelines_audio_ogg',''),(10078,2153,'_yoast_wpseo_focuskw','week ahead financial markets'),(10079,2153,'_yoast_wpseo_metadesc','The week ahead in the financial markets including analysis, live trading room and workshop links.'),(10080,2153,'_yoast_wpseo_linkdex','64'),(10082,2158,'_edit_lock','1412768921:2'),(10083,2158,'_edit_last','2'),(10084,2158,'_pagelines_gallery_slider','off'),(10085,2158,'_pagelines_quote',''),(10086,2158,'_pagelines_link',''),(10087,2158,'_pagelines_video_m4v',''),(10088,2158,'_pagelines_video_ogv',''),(10089,2158,'_pagelines_video_poster',''),(10090,2158,'_pagelines_video_embed',''),(10091,2158,'_pagelines_audio_mp3',''),(10092,2158,'_pagelines_audio_ogg',''),(10094,2158,'_thumbnail_id','1724'),(10100,2158,'_pl_karma','0'),(10096,2158,'_yoast_wpseo_focuskw','pre-market trading'),(10097,2158,'_yoast_wpseo_metadesc','Pre-market open trading report covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(10098,2158,'_yoast_wpseo_linkdex','46'),(10099,2158,'_wp_old_slug','pre-market-trading'),(10101,2161,'_edit_lock','1412769192:2'),(10102,2161,'_edit_last','2'),(10103,2161,'_thumbnail_id','585'),(10117,2161,'_pl_karma','0'),(10105,2161,'_pagelines_gallery_slider','off'),(10106,2161,'_pagelines_quote',''),(10107,2161,'_pagelines_link',''),(10108,2161,'_pagelines_video_m4v',''),(10109,2161,'_pagelines_video_ogv',''),(10110,2161,'_pagelines_video_poster',''),(10111,2161,'_pagelines_video_embed',''),(10112,2161,'_pagelines_audio_mp3',''),(10113,2161,'_pagelines_audio_ogg',''),(10114,2161,'_yoast_wpseo_focuskw','pre-market trading'),(10115,2161,'_yoast_wpseo_metadesc','Pre-market open trading report covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(10116,2161,'_yoast_wpseo_linkdex','48'),(10118,2163,'_edit_lock','1412848771:2'),(10119,2163,'_edit_last','2'),(10120,2163,'_thumbnail_id','1544'),(10134,2163,'_pl_karma','0'),(10122,2163,'_pagelines_gallery_slider','off'),(10123,2163,'_pagelines_quote',''),(10124,2163,'_pagelines_link',''),(10125,2163,'_pagelines_video_m4v',''),(10126,2163,'_pagelines_video_ogv',''),(10127,2163,'_pagelines_video_poster',''),(10128,2163,'_pagelines_video_embed',''),(10129,2163,'_pagelines_audio_mp3',''),(10130,2163,'_pagelines_audio_ogg',''),(10131,2163,'_yoast_wpseo_focuskw','trading stock indexes'),(10132,2163,'_yoast_wpseo_metadesc','Join a 30 year trading veteran and discover how to apply quantitative tools to identify momentum price action.'),(10133,2163,'_yoast_wpseo_linkdex','41'),(10135,2165,'_edit_lock','1413283742:2'),(10136,2165,'_edit_last','2'),(10137,2166,'_wp_attached_file','2014/10/weekly-chart-bencmarks-10-12.jpg'),(10138,2166,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:577;s:4:\"file\";s:40:\"2014/10/weekly-chart-bencmarks-10-12.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"weekly-chart-bencmarks-10-12-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"weekly-chart-bencmarks-10-12-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"weekly-chart-bencmarks-10-12-1024x476.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:476;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"aspect-thumb\";a:4:{s:4:\"file\";s:41:\"weekly-chart-bencmarks-10-12-1200x577.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:40:\"weekly-chart-bencmarks-10-12-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:41:\"weekly-chart-bencmarks-10-12-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:40:\"weekly-chart-bencmarks-10-12-500x577.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"big-thumb\";a:4:{s:4:\"file\";s:41:\"weekly-chart-bencmarks-10-12-1000x577.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1413111856;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10139,2165,'_pagelines_gallery_slider','off'),(10140,2165,'_pagelines_quote',''),(10141,2165,'_pagelines_link',''),(10142,2165,'_pagelines_video_m4v',''),(10143,2165,'_pagelines_video_ogv',''),(10144,2165,'_pagelines_video_poster',''),(10145,2165,'_pagelines_video_embed',''),(10146,2165,'_pagelines_audio_mp3',''),(10147,2165,'_pagelines_audio_ogg',''),(10148,2165,'_pl_karma','0'),(10149,2165,'_thumbnail_id','2114'),(10155,2169,'_edit_lock','1413315895:2'),(10151,2165,'_yoast_wpseo_focuskw','week ahead in markets'),(10152,2165,'_yoast_wpseo_metadesc','Risk OFF sentiment dominated most of the week with the US 30 Yr Bond rising 1.8% while the S&P 500 dropped -3.4%. Other markets reacted as the Japanese Yen rallied 2.1% as carry trades began to unwind.'),(10153,2165,'_yoast_wpseo_linkdex','56'),(10154,2165,'_wp_old_slug','week-ahead-financial-global-markets'),(10156,2169,'_edit_last','2'),(10157,2169,'_thumbnail_id','1749'),(10171,2169,'_pl_karma','0'),(10159,2169,'_pagelines_gallery_slider','off'),(10160,2169,'_pagelines_quote',''),(10161,2169,'_pagelines_link',''),(10162,2169,'_pagelines_video_m4v',''),(10163,2169,'_pagelines_video_ogv',''),(10164,2169,'_pagelines_video_poster',''),(10165,2169,'_pagelines_video_embed',''),(10166,2169,'_pagelines_audio_mp3',''),(10167,2169,'_pagelines_audio_ogg',''),(10168,2169,'_yoast_wpseo_focuskw','Pre-market trading'),(10169,2169,'_yoast_wpseo_metadesc','Pre-market open trading report covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(10170,2169,'_yoast_wpseo_linkdex','50'),(10172,2171,'_edit_lock','1413370392:2'),(10173,2171,'_edit_last','2'),(10174,2171,'_thumbnail_id','640'),(10175,2171,'_pagelines_gallery_slider','off'),(10176,2171,'_pagelines_quote',''),(10177,2171,'_pagelines_link',''),(10178,2171,'_pagelines_video_m4v',''),(10179,2171,'_pagelines_video_ogv',''),(10180,2171,'_pagelines_video_poster',''),(10181,2171,'_pagelines_video_embed',''),(10182,2171,'_pagelines_audio_mp3',''),(10183,2171,'_pagelines_audio_ogg',''),(10184,2171,'_yoast_wpseo_focuskw','crude oil'),(10185,2171,'_yoast_wpseo_linkdex','34'),(10186,2171,'_pl_karma','0'),(10188,2173,'_edit_lock','1413510061:2'),(10189,2173,'_edit_last','2'),(10190,2173,'_thumbnail_id','899'),(10204,2173,'_pl_karma','0'),(10192,2173,'_pagelines_gallery_slider','off'),(10193,2173,'_pagelines_quote',''),(10194,2173,'_pagelines_link',''),(10195,2173,'_pagelines_video_m4v',''),(10196,2173,'_pagelines_video_ogv',''),(10197,2173,'_pagelines_video_poster',''),(10198,2173,'_pagelines_video_embed',''),(10199,2173,'_pagelines_audio_mp3',''),(10200,2173,'_pagelines_audio_ogg',''),(10201,2173,'_yoast_wpseo_focuskw','pre-market trading'),(10202,2173,'_yoast_wpseo_metadesc','Pre-market open trading report covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(10203,2173,'_yoast_wpseo_linkdex','51'),(10205,2175,'_edit_lock','1413799797:2'),(10206,2175,'_edit_last','2'),(10207,2176,'_wp_attached_file','2014/10/week-with-arrows.jpg'),(10208,2176,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:602;s:6:\"height\";i:312;s:4:\"file\";s:28:\"2014/10/week-with-arrows.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"week-with-arrows-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"week-with-arrows-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:28:\"week-with-arrows-500x312.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:28:\"week-with-arrows-500x312.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1413731609;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10209,2175,'_pagelines_gallery_slider','off'),(10210,2175,'_pagelines_quote',''),(10211,2175,'_pagelines_link',''),(10212,2175,'_pagelines_video_m4v',''),(10213,2175,'_pagelines_video_ogv',''),(10214,2175,'_pagelines_video_poster',''),(10215,2175,'_pagelines_video_embed',''),(10216,2175,'_pagelines_audio_mp3',''),(10217,2175,'_pagelines_audio_ogg',''),(10218,2175,'_pl_karma','0'),(10225,2175,'_thumbnail_id','1597'),(10221,2175,'_wp_old_slug','week-ahead-global-financial-markets'),(10222,2175,'_yoast_wpseo_focuskw','week ahead financial markets'),(10223,2175,'_yoast_wpseo_metadesc','In the week ahead I will also continue to pay attention to the correlations between the US 10 Year Note, S&P 500, Gold and the US Dollar.'),(10224,2175,'_yoast_wpseo_linkdex','62'),(10227,2180,'_edit_lock','1413979822:2'),(10228,2180,'_edit_last','2'),(10229,2180,'_thumbnail_id','1724'),(10243,2180,'_pl_karma','0'),(10231,2180,'_pagelines_gallery_slider','off'),(10232,2180,'_pagelines_quote',''),(10233,2180,'_pagelines_link',''),(10234,2180,'_pagelines_video_m4v',''),(10235,2180,'_pagelines_video_ogv',''),(10236,2180,'_pagelines_video_poster',''),(10237,2180,'_pagelines_video_embed',''),(10238,2180,'_pagelines_audio_mp3',''),(10239,2180,'_pagelines_audio_ogg',''),(10240,2180,'_yoast_wpseo_focuskw','pre-market trading'),(10241,2180,'_yoast_wpseo_metadesc','Pre-market open trading report covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(10242,2180,'_yoast_wpseo_linkdex','48'),(10244,2182,'_edit_lock','1414066522:2'),(10245,2182,'_edit_last','2'),(10246,2182,'_thumbnail_id','1749'),(10260,2182,'_pl_karma','0'),(10248,2182,'_pagelines_gallery_slider','off'),(10249,2182,'_pagelines_quote',''),(10250,2182,'_pagelines_link',''),(10251,2182,'_pagelines_video_m4v',''),(10252,2182,'_pagelines_video_ogv',''),(10253,2182,'_pagelines_video_poster',''),(10254,2182,'_pagelines_video_embed',''),(10255,2182,'_pagelines_audio_mp3',''),(10256,2182,'_pagelines_audio_ogg',''),(10257,2182,'_yoast_wpseo_focuskw','pre-market trading'),(10258,2182,'_yoast_wpseo_metadesc','Pre-market open trading report covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(10259,2182,'_yoast_wpseo_linkdex','48'),(10261,2184,'_edit_lock','1414495300:2'),(10262,2184,'_edit_last','2'),(10263,2185,'_wp_attached_file','2014/10/road-to-success.jpg'),(10264,2185,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:499;s:6:\"height\";i:325;s:4:\"file\";s:27:\"2014/10/road-to-success.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"road-to-success-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"road-to-success-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1413910781;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10265,2184,'_pagelines_gallery_slider','off'),(10266,2184,'_pagelines_quote',''),(10267,2184,'_pagelines_link',''),(10268,2184,'_pagelines_video_m4v',''),(10269,2184,'_pagelines_video_ogv',''),(10270,2184,'_pagelines_video_poster',''),(10271,2184,'_pagelines_video_embed',''),(10272,2184,'_pagelines_audio_mp3',''),(10273,2184,'_pagelines_audio_ogg',''),(10274,2184,'_pl_karma','0'),(10275,2184,'_thumbnail_id','2114'),(10276,2184,'_yoast_wpseo_focuskw','week ahead in the markets'),(10277,2184,'_yoast_wpseo_metadesc','Correlations continued to work with the US Dollar gaining 0.7% while the US 10 Yr Note dropped -0.3%. In the week ahead my focus will shift from corporate earnings to the upcoming FOMC statement.'),(10278,2184,'_yoast_wpseo_linkdex','59'),(10281,2188,'_edit_lock','1414580594:2'),(10280,2184,'_wp_old_slug','week-ahead-global-financial-markets'),(10282,2188,'_edit_last','2'),(10283,2188,'_pagelines_gallery_slider','off'),(10284,2188,'_pagelines_quote',''),(10285,2188,'_pagelines_link',''),(10286,2188,'_pagelines_video_m4v',''),(10287,2188,'_pagelines_video_ogv',''),(10288,2188,'_pagelines_video_poster',''),(10289,2188,'_pagelines_video_embed',''),(10290,2188,'_pagelines_audio_mp3',''),(10291,2188,'_pagelines_audio_ogg',''),(10292,2188,'_pl_karma','0'),(10293,2192,'_wp_attached_file','2014/10/top-traders-trading-room.jpg'),(10294,2192,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:611;s:6:\"height\";i:328;s:4:\"file\";s:36:\"2014/10/top-traders-trading-room.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"top-traders-trading-room-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"top-traders-trading-room-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:36:\"top-traders-trading-room-500x328.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:36:\"top-traders-trading-room-500x328.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1414409537;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10295,2188,'_thumbnail_id','2192'),(10301,2197,'_edit_lock','1414669863:2'),(10298,2188,'_yoast_wpseo_focuskw','quant trading'),(10299,2188,'_yoast_wpseo_metadesc','Quant trading is fast becoming within reach to the individual trader. Find out for yourself what all the buzz is about. Test drive our live trading room for free. Discover a new approach!'),(10300,2188,'_yoast_wpseo_linkdex','57'),(10302,2197,'_edit_last','2'),(10303,2197,'_thumbnail_id','1691'),(10317,2197,'_pl_karma','0'),(10305,2197,'_pagelines_gallery_slider','off'),(10306,2197,'_pagelines_quote',''),(10307,2197,'_pagelines_link',''),(10308,2197,'_pagelines_video_m4v',''),(10309,2197,'_pagelines_video_ogv',''),(10310,2197,'_pagelines_video_poster',''),(10311,2197,'_pagelines_video_embed',''),(10312,2197,'_pagelines_audio_mp3',''),(10313,2197,'_pagelines_audio_ogg',''),(10314,2197,'_yoast_wpseo_focuskw','pre-market trading'),(10315,2197,'_yoast_wpseo_metadesc','Pre-market open trading report covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(10316,2197,'_yoast_wpseo_linkdex','50'),(10318,2199,'_edit_lock','1414771555:2'),(10336,2199,'_thumbnail_id','899'),(10321,2199,'_edit_last','2'),(10335,2199,'_pl_karma','0'),(10323,2199,'_pagelines_gallery_slider','off'),(10324,2199,'_pagelines_quote',''),(10325,2199,'_pagelines_link',''),(10326,2199,'_pagelines_video_m4v',''),(10327,2199,'_pagelines_video_ogv',''),(10328,2199,'_pagelines_video_poster',''),(10329,2199,'_pagelines_video_embed',''),(10330,2199,'_pagelines_audio_mp3',''),(10331,2199,'_pagelines_audio_ogg',''),(10332,2199,'_yoast_wpseo_focuskw','pre-market trading'),(10333,2199,'_yoast_wpseo_metadesc','Pre-market open trading report covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(10334,2199,'_yoast_wpseo_linkdex','47'),(10338,2201,'_edit_lock','1414916968:2'),(10339,2201,'_edit_last','2'),(10340,2202,'_wp_attached_file','2014/10/trading-haunted.jpg'),(10341,2202,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:504;s:6:\"height\";i:418;s:4:\"file\";s:27:\"2014/10/trading-haunted.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"trading-haunted-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"trading-haunted-300x248.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:27:\"trading-haunted-500x418.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:418;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:27:\"trading-haunted-500x418.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:418;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1414737372;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10342,2201,'_thumbnail_id','2202'),(10343,2201,'_pagelines_gallery_slider','off'),(10344,2201,'_pagelines_quote',''),(10345,2201,'_pagelines_link',''),(10346,2201,'_pagelines_video_m4v',''),(10347,2201,'_pagelines_video_ogv',''),(10348,2201,'_pagelines_video_poster',''),(10349,2201,'_pagelines_video_embed',''),(10350,2201,'_pagelines_audio_mp3',''),(10351,2201,'_pagelines_audio_ogg',''),(10352,2201,'_yoast_wpseo_focuskw','quantitative trading'),(10353,2201,'_yoast_wpseo_metadesc','Get the inside story from Rios Quantitative, a recognized leader in quantitative and algorithmic trading technology.'),(10354,2201,'_yoast_wpseo_linkdex','46'),(10355,2201,'_pl_karma','0'),(10357,2204,'_edit_lock','1414982711:2'),(10358,2204,'_edit_last','2'),(10359,2204,'_pagelines_gallery_slider','off'),(10360,2204,'_pagelines_quote',''),(10361,2204,'_pagelines_link',''),(10362,2204,'_pagelines_video_m4v',''),(10363,2204,'_pagelines_video_ogv',''),(10364,2204,'_pagelines_video_poster',''),(10365,2204,'_pagelines_video_embed',''),(10366,2204,'_pagelines_audio_mp3',''),(10367,2204,'_pagelines_audio_ogg',''),(10368,2204,'_pl_karma','0'),(10369,2204,'_thumbnail_id','1216'),(10370,2204,'_yoast_wpseo_focuskw','the week ahead in the markets'),(10371,2204,'_yoast_wpseo_metadesc','In the week ahead my focus will be on the correlations between the US 10 Yr Treasury Notes, S&P 500 and the US Dollar.'),(10372,2204,'_yoast_wpseo_linkdex','60'),(10375,2208,'_edit_lock','1415185759:2'),(10374,2204,'_wp_old_slug','week-ahead-global-financial-markets'),(10376,2208,'_edit_last','2'),(10377,2208,'_thumbnail_id','1724'),(10391,2208,'_pl_karma','0'),(10379,2208,'_pagelines_gallery_slider','off'),(10380,2208,'_pagelines_quote',''),(10381,2208,'_pagelines_link',''),(10382,2208,'_pagelines_video_m4v',''),(10383,2208,'_pagelines_video_ogv',''),(10384,2208,'_pagelines_video_poster',''),(10385,2208,'_pagelines_video_embed',''),(10386,2208,'_pagelines_audio_mp3',''),(10387,2208,'_pagelines_audio_ogg',''),(10388,2208,'_yoast_wpseo_focuskw','pre-market trading'),(10389,2208,'_yoast_wpseo_metadesc','Pre-market open trading report covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(10390,2208,'_yoast_wpseo_linkdex','48'),(10392,2210,'_edit_lock','1415189595:2'),(10393,2210,'_edit_last','2'),(10394,2210,'_thumbnail_id','1677'),(10408,2210,'_pl_karma','0'),(10396,2210,'_pagelines_gallery_slider','off'),(10397,2210,'_pagelines_quote',''),(10398,2210,'_pagelines_link',''),(10399,2210,'_pagelines_video_m4v',''),(10400,2210,'_pagelines_video_ogv',''),(10401,2210,'_pagelines_video_poster',''),(10402,2210,'_pagelines_video_embed',''),(10403,2210,'_pagelines_audio_mp3',''),(10404,2210,'_pagelines_audio_ogg',''),(10405,2210,'_yoast_wpseo_focuskw','pre-market trading'),(10406,2210,'_yoast_wpseo_metadesc','Pre-market open trading report covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(10407,2210,'_yoast_wpseo_linkdex','48'),(10410,1653,'_edit_lock','1481108994:2'),(10411,2213,'_optimizepress_pagebuilder','Y'),(10412,2213,'_optimizepress_page_thumbnail',''),(10413,2213,'_optimizepress_page_thumbnail_preset',''),(10414,2213,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(10415,2213,'_optimizepress_header_layout','s:802:\"a:10:{s:4:\"logo\";s:78:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark12.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(10416,2213,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(10417,2213,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(10418,2213,'_optimizepress_footer_area','s:270:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:2:\"40\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(10419,2213,'_optimizepress_typography','s:1142:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"15\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(10420,2213,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(10421,2213,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(10422,2213,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(10423,2213,'_optimizepress_scripts','s:259:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:196:\"Lm9wdGluLWJveC0xNCBpbnB1dCwgLm9wdGluLWJveC0xNCBpbnB1dDpmb2N1cyB7Zm9udC13ZWlnaHQ6MzAwO30KLm9wdGluLWJveC0xNCBwLnByaXZhY3kge2NvbG9yOiM4ODg7Zm9udC1zaXplOjEzcHg7cGFkZGluZy10b3A6NXB4O29wYWNpdHk6MC44fQ==\";}}\";'),(10424,2213,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(10425,2213,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(10426,2213,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(10427,2215,'_edit_lock','1415620413:2'),(10428,2215,'_edit_last','2'),(10429,2216,'_wp_attached_file','2014/11/correlation-11-9.jpg'),(10430,2216,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:854;s:6:\"height\";i:624;s:4:\"file\";s:28:\"2014/11/correlation-11-9.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"correlation-11-9-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"correlation-11-9-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:28:\"correlation-11-9-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:28:\"correlation-11-9-854x500.jpg\";s:5:\"width\";i:854;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:28:\"correlation-11-9-500x624.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:624;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10431,2217,'_wp_attached_file','2014/11/correlation-11-9-3.jpg'),(10432,2217,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:910;s:6:\"height\";i:625;s:4:\"file\";s:30:\"2014/11/correlation-11-9-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"correlation-11-9-3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"correlation-11-9-3-300x206.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:30:\"correlation-11-9-3-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:30:\"correlation-11-9-3-910x500.jpg\";s:5:\"width\";i:910;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:30:\"correlation-11-9-3-500x625.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:625;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10433,2215,'_pagelines_gallery_slider','off'),(10434,2215,'_pagelines_quote',''),(10435,2215,'_pagelines_link',''),(10436,2215,'_pagelines_video_m4v',''),(10437,2215,'_pagelines_video_ogv',''),(10438,2215,'_pagelines_video_poster',''),(10439,2215,'_pagelines_video_embed',''),(10440,2215,'_pagelines_audio_mp3',''),(10441,2215,'_pagelines_audio_ogg',''),(10442,2215,'_pl_karma','0'),(10443,2215,'_thumbnail_id','874'),(10449,2222,'_edit_lock','1416015739:2'),(10445,2215,'_wp_old_slug','week-ahead-global-financial-markets'),(10446,2215,'_yoast_wpseo_focuskw','the week ahead in the markets'),(10447,2215,'_yoast_wpseo_metadesc','Should we see Risk-ON or Risk-OFF then I will look to the risk assets for trading opportunities. The economic calendar is winding down however there is plenty of Fedspeak throughout the week. Therefore I will pay close attention to the market\'s technical activities and trade accordingly.'),(10448,2215,'_yoast_wpseo_linkdex','59'),(10450,2222,'_edit_last','2'),(10451,2222,'_pagelines_gallery_slider','off'),(10452,2222,'_pagelines_quote',''),(10453,2222,'_pagelines_link',''),(10454,2222,'_pagelines_video_m4v',''),(10455,2222,'_pagelines_video_ogv',''),(10456,2222,'_pagelines_video_poster',''),(10457,2222,'_pagelines_video_embed',''),(10458,2222,'_pagelines_audio_mp3',''),(10459,2222,'_pagelines_audio_ogg',''),(10460,2222,'_thumbnail_id','1691'),(10508,2232,'_edit_lock','1417006096:2'),(10467,2222,'_pl_karma','0'),(10463,2222,'_yoast_wpseo_focuskw','pre-market trading'),(10464,2222,'_yoast_wpseo_metadesc','Pre-market open trading report covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(10465,2222,'_yoast_wpseo_linkdex','46'),(10466,2222,'_wp_old_slug','pre-market-trading'),(10468,2226,'_edit_lock','1416279472:2'),(10469,2226,'_edit_last','2'),(10470,2227,'_wp_attached_file','2014/11/Relative-perf-11-10.jpg'),(10471,2227,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1088;s:6:\"height\";i:495;s:4:\"file\";s:31:\"2014/11/Relative-perf-11-10.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Relative-perf-11-10-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Relative-perf-11-10-300x136.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Relative-perf-11-10-1024x465.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:31:\"Relative-perf-11-10-500x495.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:32:\"Relative-perf-11-10-1000x495.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:31:\"Relative-perf-11-10-500x495.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"big-thumb\";a:4:{s:4:\"file\";s:32:\"Relative-perf-11-10-1000x495.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1416152655;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10472,2226,'_pagelines_gallery_slider','off'),(10473,2226,'_pagelines_quote',''),(10474,2226,'_pagelines_link',''),(10475,2226,'_pagelines_video_m4v',''),(10476,2226,'_pagelines_video_ogv',''),(10477,2226,'_pagelines_video_poster',''),(10478,2226,'_pagelines_video_embed',''),(10479,2226,'_pagelines_audio_mp3',''),(10480,2226,'_pagelines_audio_ogg',''),(10481,2226,'_pl_karma','0'),(10482,2226,'_thumbnail_id','2114'),(10488,2229,'_edit_lock','1416569228:2'),(10484,2226,'_wp_old_slug','week-ahead-global-financial-markets'),(10485,2226,'_yoast_wpseo_focuskw','week ahead markets'),(10486,2226,'_yoast_wpseo_metadesc','In the week ahead the economic calendar should provide more opportunities in the global markets with US inflation data, Fed news and potential market moving data, statement and speeches from Asia and Europe.'),(10487,2226,'_yoast_wpseo_linkdex','59'),(10489,2229,'_edit_last','2'),(10506,2229,'_thumbnail_id','899'),(10505,2229,'_pl_karma','0'),(10493,2229,'_pagelines_gallery_slider','off'),(10494,2229,'_pagelines_quote',''),(10495,2229,'_pagelines_link',''),(10496,2229,'_pagelines_video_m4v',''),(10497,2229,'_pagelines_video_ogv',''),(10498,2229,'_pagelines_video_poster',''),(10499,2229,'_pagelines_video_embed',''),(10500,2229,'_pagelines_audio_mp3',''),(10501,2229,'_pagelines_audio_ogg',''),(10502,2229,'_yoast_wpseo_focuskw','pre-market trading'),(10503,2229,'_yoast_wpseo_metadesc','Pre-market open trading report covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(10504,2229,'_yoast_wpseo_linkdex','48'),(10509,2232,'_edit_last','2'),(10510,2232,'_pagelines_gallery_slider','off'),(10511,2232,'_pagelines_quote',''),(10512,2232,'_pagelines_link',''),(10513,2232,'_pagelines_video_m4v',''),(10514,2232,'_pagelines_video_ogv',''),(10515,2232,'_pagelines_video_poster',''),(10516,2232,'_pagelines_video_embed',''),(10517,2232,'_pagelines_audio_mp3',''),(10518,2232,'_pagelines_audio_ogg',''),(10519,2232,'_pl_karma','0'),(10520,2232,'_thumbnail_id','1597'),(10521,2232,'_yoast_wpseo_focuskw','week ahead in the markets'),(10522,2232,'_yoast_wpseo_metadesc','In the week ahead we have plenty of economic data packed into a holiday shorten trading week. I will pay special attention to crude oil price action leading to Friday\'s OPEC meeting.'),(10523,2232,'_yoast_wpseo_linkdex','59'),(10526,2234,'_optimizepress_pagebuilder','Y'),(10525,2232,'_wp_old_slug','week-ahead-global-financial-markets'),(10527,2234,'_optimizepress_page_thumbnail',''),(10528,2234,'_optimizepress_page_thumbnail_preset',''),(10529,2234,'_optimizepress_header_layout','s:919:\"a:12:{s:4:\"logo\";s:77:\"http://www.thetradingroom.com/wp-content/uploads/2014/11/wallstreet-logo2.jpg\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#001180\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"Y\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:15:\"Source Sans Pro\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:2:\"13\";s:11:\"font_family\";s:15:\"Source Sans Pro\";}s:12:\"disable_link\";s:0:\"\";s:11:\"header_link\";s:30:\"http://www.thetradingroom.com/\";}\";'),(10530,2234,'_optimizepress_membership','s:31:\"a:1:{s:6:\"layout\";s:5:\"blank\";}\";'),(10531,2234,'_optimizepress_theme','s:53:\"a:2:{s:4:\"type\";s:10:\"membership\";s:3:\"dir\";s:1:\"1\";}\";'),(10532,2234,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(10533,2234,'_optimizepress_feature_title','s:69:\"a:2:{s:7:\"enabled\";s:1:\"Y\";s:5:\"title\";s:21:\"Rios Quantitative LLC\";}\";'),(10534,2234,'_optimizepress_footer_area','s:284:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:15:\"Source Sans Pro\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(10535,2234,'_optimizepress_color_scheme_template',''),(10536,2234,'_optimizepress_typography','s:1248:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"15\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:2:\"15\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:2:\"18\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(10537,2234,'_optimizepress_color_scheme_advanced','s:1834:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:7:\"#242424\";s:11:\"nav_bar_end\";s:7:\"#242424\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:7:\"#ffffff\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(10538,2234,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(10539,2234,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(10540,2234,'_optimizepress_scripts','s:150:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:88:\"LmJhbm5lciAubG9nbyBpbWd7d2lkdGg6MjAwcHh9Ci5wYWdlLWxpc3Rpbmcub25lLWNvbCB7d2lkdGg6OTglO30=\";}}\";'),(10541,2234,'_optimizepress_fb_share','s:28:\"a:1:{s:8:\"like_url\";s:0:\"\";}\";'),(10542,2234,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(10543,2234,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(10544,2234,'_optimizepress_launch_gateway',''),(10545,2234,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(10546,2235,'_wp_attached_file','2014/11/rq-banner.jpg'),(10547,2235,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:876;s:6:\"height\";i:200;s:4:\"file\";s:21:\"2014/11/rq-banner.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"rq-banner-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"rq-banner-300x68.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:21:\"rq-banner-500x200.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:21:\"rq-banner-500x200.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10548,2237,'_wp_attached_file','2014/11/wallstreet-logo.jpg'),(10549,2237,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:148;s:4:\"file\";s:27:\"2014/11/wallstreet-logo.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wallstreet-logo-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"wallstreet-logo-300x68.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:27:\"wallstreet-logo-500x148.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:27:\"wallstreet-logo-500x148.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10550,2238,'_wp_attached_file','2014/11/wallstreet-logo1.jpg'),(10551,2238,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:148;s:4:\"file\";s:28:\"2014/11/wallstreet-logo1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"wallstreet-logo1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"wallstreet-logo1-300x68.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:28:\"wallstreet-logo1-500x148.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:28:\"wallstreet-logo1-500x148.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10552,2239,'_wp_attached_file','2014/11/wallstreet-logo2.jpg'),(10553,2239,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:148;s:4:\"file\";s:28:\"2014/11/wallstreet-logo2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"wallstreet-logo2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"wallstreet-logo2-300x68.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:28:\"wallstreet-logo2-500x148.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:28:\"wallstreet-logo2-500x148.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10554,2234,'type','category'),(10555,2241,'_edit_lock','1418661743:2'),(10556,2241,'_edit_last','2'),(10557,2242,'_wp_attached_file','2014/12/risk-off-daily-12-14.jpg'),(10558,2242,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1213;s:6:\"height\";i:626;s:4:\"file\";s:32:\"2014/12/risk-off-daily-12-14.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"risk-off-daily-12-14-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"risk-off-daily-12-14-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"risk-off-daily-12-14-1024x528.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:528;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"aspect-thumb\";a:4:{s:4:\"file\";s:33:\"risk-off-daily-12-14-1200x626.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:626;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:32:\"risk-off-daily-12-14-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:33:\"risk-off-daily-12-14-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:32:\"risk-off-daily-12-14-500x626.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:626;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"big-thumb\";a:4:{s:4:\"file\";s:33:\"risk-off-daily-12-14-1000x626.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:626;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1418591034;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10559,2241,'_pagelines_gallery_slider','off'),(10560,2241,'_pagelines_quote',''),(10561,2241,'_pagelines_link',''),(10562,2241,'_pagelines_video_m4v',''),(10563,2241,'_pagelines_video_ogv',''),(10564,2241,'_pagelines_video_poster',''),(10565,2241,'_pagelines_video_embed',''),(10566,2241,'_pagelines_audio_mp3',''),(10567,2241,'_pagelines_audio_ogg',''),(10568,2241,'_pl_karma','0'),(10569,2241,'_thumbnail_id','874'),(10570,2241,'_yoast_wpseo_focuskw','the week ahead markets'),(10571,2241,'_yoast_wpseo_metadesc','Please take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access.'),(10572,2241,'_yoast_wpseo_linkdex','59'),(10575,2248,'_optimizepress_pagebuilder','Y'),(10574,2241,'_wp_old_slug','week-ahead-global-financial-markets'),(10576,2248,'_optimizepress_page_thumbnail',''),(10577,2248,'_optimizepress_page_thumbnail_preset',''),(10578,2248,'_optimizepress_header_layout','s:878:\"a:10:{s:4:\"logo\";s:79:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Light11.png\";s:5:\"bgimg\";s:74:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/large_banner1.png\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#2f4974\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"Y\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(10579,2248,'_optimizepress_membership',''),(10580,2248,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(10581,2248,'_optimizepress_feature_area','s:94:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";s:1:\"1\";s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(10582,2248,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(10583,2248,'_optimizepress_footer_area','s:286:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:2:\"22\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:15:\"Source Sans Pro\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"Y\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(10584,2248,'_optimizepress_color_scheme_template',''),(10585,2248,'_optimizepress_typography','s:1246:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:10:\"Droid Sans\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#696969\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:7:\"PT Sans\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#4d4d4d\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:7:\"PT Sans\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#4d4d4d\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:10:\"Montserrat\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#4d4d4d\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:10:\"Montserrat\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#4d4d4d\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:10:\"Montserrat\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#4d4d4d\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:10:\"Montserrat\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#4d4d4d\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(10586,2248,'_optimizepress_color_scheme_advanced','s:1854:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:6:\"center\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:7:\"#1c1c1c\";s:10:\"footer_end\";s:7:\"#1c1c1c\";s:17:\"footer_text_color\";s:7:\"#b3b3b3\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:7:\"#b3b3b3\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(10587,2248,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(10588,2248,'_optimizepress_seo','s:73:\"a:3:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";}\";'),(10589,2248,'_optimizepress_scripts','s:93:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:31:\".banner .logo img{width:200px;}\";}}\";'),(10590,2248,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(10591,2248,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(10592,2248,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(10593,2248,'_optimizepress_one_time_offer','s:141:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:4:\"time\";a:4:{s:4:\"days\";s:0:\"\";s:5:\"hours\";s:0:\"\";s:7:\"minutes\";s:0:\"\";s:7:\"seconds\";s:0:\"\";}}\";'),(10594,2248,'_optimizepress_launch_gateway',''),(10595,2248,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"2\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(10596,2249,'_optimizepress_pagebuilder','Y'),(10597,2249,'_optimizepress_page_thumbnail',''),(10598,2249,'_optimizepress_page_thumbnail_preset',''),(10599,2249,'_optimizepress_header_layout','s:905:\"a:12:{s:4:\"logo\";s:79:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/sample-logo-white2.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#212121\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:2:\"13\";s:11:\"font_family\";s:15:\"Source Sans Pro\";}s:12:\"disable_link\";s:0:\"\";s:11:\"header_link\";s:30:\"http://www.thetradingroom.com/\";}\";'),(10600,2249,'_optimizepress_membership',''),(10601,2249,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(10602,2249,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(10603,2249,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(10604,2249,'_optimizepress_footer_area','s:286:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:2:\"13\";s:11:\"font_family\";s:15:\"Source Sans Pro\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(10605,2249,'_optimizepress_color_scheme_template',''),(10606,2249,'_optimizepress_typography','s:1138:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:9:\"Open Sans\";s:5:\"style\";s:3:\"300\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(10607,2249,'_optimizepress_color_scheme_advanced','s:1848:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:7:\"#212121\";s:10:\"footer_end\";s:7:\"#212121\";s:17:\"footer_text_color\";s:7:\"#dbdbdb\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:7:\"#dbdbdb\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:7:\"#dbdbdb\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(10608,2249,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(10609,2249,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(10610,2249,'_optimizepress_scripts','s:102:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:40:\"LmJhbm5lciAubG9nbyBpbWd7d2lkdGg6MjAwcHh9\";}}\";'),(10611,2249,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(10612,2249,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(10613,2249,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(10614,2249,'_optimizepress_one_time_offer','s:141:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:4:\"time\";a:4:{s:4:\"days\";s:0:\"\";s:5:\"hours\";s:0:\"\";s:7:\"minutes\";s:0:\"\";s:7:\"seconds\";s:0:\"\";}}\";'),(10615,2249,'_optimizepress_launch_gateway',''),(10616,2249,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(10617,2251,'_wp_attached_file','2014/12/rq-banner.jpg'),(10618,2251,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:876;s:6:\"height\";i:200;s:4:\"file\";s:21:\"2014/12/rq-banner.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"rq-banner-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"rq-banner-300x68.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:21:\"rq-banner-500x200.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:21:\"rq-banner-500x200.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10619,2252,'_edit_lock','1418817014:2'),(10620,2252,'_edit_last','2'),(10621,2252,'_thumbnail_id','1677'),(10635,2252,'_pl_karma','0'),(10623,2252,'_pagelines_gallery_slider','off'),(10624,2252,'_pagelines_quote',''),(10625,2252,'_pagelines_link',''),(10626,2252,'_pagelines_video_m4v',''),(10627,2252,'_pagelines_video_ogv',''),(10628,2252,'_pagelines_video_poster',''),(10629,2252,'_pagelines_video_embed',''),(10630,2252,'_pagelines_audio_mp3',''),(10631,2252,'_pagelines_audio_ogg',''),(10632,2252,'_yoast_wpseo_focuskw','pre-market trading'),(10633,2252,'_yoast_wpseo_metadesc','Pre-market open trading report covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(10634,2252,'_yoast_wpseo_linkdex','46'),(10636,2254,'_edit_lock','1418903362:2'),(10637,2254,'_edit_last','2'),(10638,2254,'_thumbnail_id','1724'),(10652,2254,'_pl_karma','0'),(10640,2254,'_pagelines_gallery_slider','off'),(10641,2254,'_pagelines_quote',''),(10642,2254,'_pagelines_link',''),(10643,2254,'_pagelines_video_m4v',''),(10644,2254,'_pagelines_video_ogv',''),(10645,2254,'_pagelines_video_poster',''),(10646,2254,'_pagelines_video_embed',''),(10647,2254,'_pagelines_audio_mp3',''),(10648,2254,'_pagelines_audio_ogg',''),(10649,2254,'_yoast_wpseo_focuskw','pre-market trading'),(10650,2254,'_yoast_wpseo_metadesc','Pre-market open trading review covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(10651,2254,'_yoast_wpseo_linkdex','48'),(10653,2256,'_edit_lock','1418989265:2'),(10654,2256,'_edit_last','2'),(10655,2256,'_thumbnail_id','640'),(10669,2256,'_pl_karma','0'),(10657,2256,'_pagelines_gallery_slider','off'),(10658,2256,'_pagelines_quote',''),(10659,2256,'_pagelines_link',''),(10660,2256,'_pagelines_video_m4v',''),(10661,2256,'_pagelines_video_ogv',''),(10662,2256,'_pagelines_video_poster',''),(10663,2256,'_pagelines_video_embed',''),(10664,2256,'_pagelines_audio_mp3',''),(10665,2256,'_pagelines_audio_ogg',''),(10666,2256,'_yoast_wpseo_focuskw','pre-market trading'),(10667,2256,'_yoast_wpseo_metadesc','Pre-market trading report covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(10668,2256,'_yoast_wpseo_linkdex','54'),(10670,2258,'_edit_lock','1419379787:2'),(10671,2258,'_edit_last','2'),(10673,2258,'_thumbnail_id','1691'),(10687,2258,'_pl_karma','0'),(10675,2258,'_pagelines_gallery_slider','off'),(10676,2258,'_pagelines_quote',''),(10677,2258,'_pagelines_link',''),(10678,2258,'_pagelines_video_m4v',''),(10679,2258,'_pagelines_video_ogv',''),(10680,2258,'_pagelines_video_poster',''),(10681,2258,'_pagelines_video_embed',''),(10682,2258,'_pagelines_audio_mp3',''),(10683,2258,'_pagelines_audio_ogg',''),(10684,2258,'_yoast_wpseo_focuskw','pre-market trading'),(10685,2258,'_yoast_wpseo_metadesc','Pre-market open trading report covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(10686,2258,'_yoast_wpseo_linkdex','50'),(10688,1667,'_edit_lock','1476866216:1'),(10690,2260,'_edit_last','2'),(10692,2260,'_thumbnail_id','1466'),(10706,2260,'_pl_karma','0'),(10694,2260,'_pagelines_gallery_slider','off'),(10695,2260,'_pagelines_quote',''),(10696,2260,'_pagelines_link',''),(10697,2260,'_pagelines_video_m4v',''),(10698,2260,'_pagelines_video_ogv',''),(10699,2260,'_pagelines_video_poster',''),(10700,2260,'_pagelines_video_embed',''),(10701,2260,'_pagelines_audio_mp3',''),(10702,2260,'_pagelines_audio_ogg',''),(10703,2260,'_yoast_wpseo_focuskw','pre-market trading'),(10704,2260,'_yoast_wpseo_metadesc','Pre-market open trading report covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(10705,2260,'_yoast_wpseo_linkdex','49'),(10707,2263,'_edit_lock','1419815541:2'),(10708,2263,'_edit_last','2'),(10709,2263,'_pagelines_gallery_slider','off'),(10710,2263,'_pagelines_quote',''),(10711,2263,'_pagelines_link',''),(10712,2263,'_pagelines_video_m4v',''),(10713,2263,'_pagelines_video_ogv',''),(10714,2263,'_pagelines_video_poster',''),(10715,2263,'_pagelines_video_embed',''),(10716,2263,'_pagelines_audio_mp3',''),(10717,2263,'_pagelines_audio_ogg',''),(10718,2263,'_thumbnail_id','2127'),(10719,2265,'_edit_lock','1419819059:2'),(10720,2265,'_edit_last','2'),(10721,2265,'_pagelines_gallery_slider','off'),(10722,2265,'_pagelines_quote',''),(10723,2265,'_pagelines_link',''),(10724,2265,'_pagelines_video_m4v',''),(10725,2265,'_pagelines_video_ogv',''),(10726,2265,'_pagelines_video_poster',''),(10727,2265,'_pagelines_video_embed',''),(10728,2265,'_pagelines_audio_mp3',''),(10729,2265,'_pagelines_audio_ogg',''),(10730,2265,'_yoast_wpseo_focuskw','the week ahead markets'),(10731,2265,'_yoast_wpseo_metadesc','Short trading week due to the holiday season. Expect low volume in most markets.'),(10732,2265,'_yoast_wpseo_linkdex','60'),(10733,2265,'_pl_karma','0'),(10734,2265,'_thumbnail_id','2127'),(10737,2267,'_edit_lock','1420459713:2'),(10736,2265,'_wp_old_slug','week-ahead-global-financial-markets'),(10738,2267,'_edit_last','2'),(10739,2267,'_pagelines_gallery_slider','off'),(10740,2267,'_pagelines_quote',''),(10741,2267,'_pagelines_link',''),(10742,2267,'_pagelines_video_m4v',''),(10743,2267,'_pagelines_video_ogv',''),(10744,2267,'_pagelines_video_poster',''),(10745,2267,'_pagelines_video_embed',''),(10746,2267,'_pagelines_audio_mp3',''),(10747,2267,'_pagelines_audio_ogg',''),(10748,2267,'_yoast_wpseo_focuskw','week ahead financial markets'),(10749,2267,'_yoast_wpseo_metadesc','The week ahead in global financial markets including links to live trading room and educational workshops. Schedule of economic data that may have an impact on the markets also included.'),(10750,2267,'_yoast_wpseo_linkdex','60'),(10751,2267,'_pl_karma','0'),(10752,2267,'_thumbnail_id','874'),(10755,2269,'_edit_lock','1420460133:2'),(10754,2267,'_wp_old_slug','week-ahead-global-financial-markets'),(10756,2269,'_edit_last','2'),(10757,2269,'_pagelines_gallery_slider','off'),(10758,2269,'_pagelines_quote',''),(10759,2269,'_pagelines_link',''),(10760,2269,'_pagelines_video_m4v',''),(10761,2269,'_pagelines_video_ogv',''),(10762,2269,'_pagelines_video_poster',''),(10763,2269,'_pagelines_video_embed',''),(10764,2269,'_pagelines_audio_mp3',''),(10765,2269,'_pagelines_audio_ogg',''),(10766,2269,'_thumbnail_id','1749'),(10767,2271,'_edit_lock','1420484980:2'),(10768,2271,'_edit_last','2'),(10769,2271,'_thumbnail_id','1749'),(10783,2271,'_pl_karma','0'),(10771,2271,'_pagelines_gallery_slider','off'),(10772,2271,'_pagelines_quote',''),(10773,2271,'_pagelines_link',''),(10774,2271,'_pagelines_video_m4v',''),(10775,2271,'_pagelines_video_ogv',''),(10776,2271,'_pagelines_video_poster',''),(10777,2271,'_pagelines_video_embed',''),(10778,2271,'_pagelines_audio_mp3',''),(10779,2271,'_pagelines_audio_ogg',''),(10780,2271,'_yoast_wpseo_focuskw','pre-market trading'),(10781,2271,'_yoast_wpseo_metadesc','Pre-market open trading report covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(10782,2271,'_yoast_wpseo_linkdex','50'),(10784,2274,'_edit_lock','1420803162:2'),(10785,2274,'_edit_last','2'),(10786,2274,'_thumbnail_id','1724'),(10800,2274,'_pl_karma','0'),(10788,2274,'_pagelines_gallery_slider','off'),(10789,2274,'_pagelines_quote',''),(10790,2274,'_pagelines_link',''),(10791,2274,'_pagelines_video_m4v',''),(10792,2274,'_pagelines_video_ogv',''),(10793,2274,'_pagelines_video_poster',''),(10794,2274,'_pagelines_video_embed',''),(10795,2274,'_pagelines_audio_mp3',''),(10796,2274,'_pagelines_audio_ogg',''),(10797,2274,'_yoast_wpseo_focuskw','pre-market trading'),(10798,2274,'_yoast_wpseo_metadesc','Pre-market open trading report covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(10799,2274,'_yoast_wpseo_linkdex','50'),(10801,2276,'_edit_lock','1420979284:2'),(10802,2276,'_edit_last','2'),(10803,2276,'_thumbnail_id','1544'),(10817,2276,'_pl_karma','0'),(10805,2276,'_pagelines_gallery_slider','off'),(10806,2276,'_pagelines_quote',''),(10807,2276,'_pagelines_link',''),(10808,2276,'_pagelines_video_m4v',''),(10809,2276,'_pagelines_video_ogv',''),(10810,2276,'_pagelines_video_poster',''),(10811,2276,'_pagelines_video_embed',''),(10812,2276,'_pagelines_audio_mp3',''),(10813,2276,'_pagelines_audio_ogg',''),(10814,2276,'_yoast_wpseo_focuskw','learn how to trade futures'),(10815,2276,'_yoast_wpseo_metadesc','Learn how to trade stock index futures with forward looking indicators to select markets poised for explosive price action.'),(10816,2276,'_yoast_wpseo_linkdex','44'),(10818,2278,'_edit_lock','1421149473:2'),(10819,2278,'_edit_last','2'),(10820,2278,'_pagelines_gallery_slider','off'),(10821,2278,'_pagelines_quote',''),(10822,2278,'_pagelines_link',''),(10823,2278,'_pagelines_video_m4v',''),(10824,2278,'_pagelines_video_ogv',''),(10825,2278,'_pagelines_video_poster',''),(10826,2278,'_pagelines_video_embed',''),(10827,2278,'_pagelines_audio_mp3',''),(10828,2278,'_pagelines_audio_ogg',''),(10829,2278,'_pl_karma','0'),(10830,2278,'_thumbnail_id','1590'),(10831,2278,'_yoast_wpseo_focuskw','live trading room'),(10832,2278,'_yoast_wpseo_metadesc','Futures Truth Magazine has named The Trading Room TradeLAB as one of the Top 10 trading rooms in the United States in a study conducted by Dr. Dean Handley.'),(10833,2278,'_yoast_wpseo_linkdex','61'),(10835,2281,'_edit_lock','1421235541:2'),(10836,2281,'_edit_last','2'),(10837,2281,'_thumbnail_id','640'),(10851,2281,'_pl_karma','0'),(10839,2281,'_pagelines_gallery_slider','off'),(10840,2281,'_pagelines_quote',''),(10841,2281,'_pagelines_link',''),(10842,2281,'_pagelines_video_m4v',''),(10843,2281,'_pagelines_video_ogv',''),(10844,2281,'_pagelines_video_poster',''),(10845,2281,'_pagelines_video_embed',''),(10846,2281,'_pagelines_audio_mp3',''),(10847,2281,'_pagelines_audio_ogg',''),(10848,2281,'_yoast_wpseo_focuskw','pre-market trading'),(10849,2281,'_yoast_wpseo_metadesc','Pre-market open trading report covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(10850,2281,'_yoast_wpseo_linkdex','51'),(10852,2283,'_edit_lock','1421326252:2'),(10853,2283,'_edit_last','2'),(10854,2283,'_thumbnail_id','1691'),(10868,2283,'_pl_karma','0'),(10856,2283,'_pagelines_gallery_slider','off'),(10857,2283,'_pagelines_quote',''),(10858,2283,'_pagelines_link',''),(10859,2283,'_pagelines_video_m4v',''),(10860,2283,'_pagelines_video_ogv',''),(10861,2283,'_pagelines_video_poster',''),(10862,2283,'_pagelines_video_embed',''),(10863,2283,'_pagelines_audio_mp3',''),(10864,2283,'_pagelines_audio_ogg',''),(10865,2283,'_yoast_wpseo_focuskw','pre-market trading'),(10866,2283,'_yoast_wpseo_metadesc','Pre-market open trading report covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(10867,2283,'_yoast_wpseo_linkdex','50'),(10869,2285,'_edit_lock','1421376088:2'),(10870,2285,'_edit_last','2'),(10871,2285,'_thumbnail_id','899'),(10872,2285,'_pagelines_gallery_slider','off'),(10873,2285,'_pagelines_quote',''),(10874,2285,'_pagelines_link',''),(10875,2285,'_pagelines_video_m4v',''),(10876,2285,'_pagelines_video_ogv',''),(10877,2285,'_pagelines_video_poster',''),(10878,2285,'_pagelines_video_embed',''),(10879,2285,'_pagelines_audio_mp3',''),(10880,2285,'_pagelines_audio_ogg',''),(10881,2285,'_yoast_wpseo_focuskw','pre-market trading'),(10882,2285,'_yoast_wpseo_metadesc','Pre-market open trading report covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(10883,2285,'_yoast_wpseo_linkdex','49'),(10885,2285,'_pl_karma','0'),(10886,2289,'_edit_lock','1421840125:2'),(10887,2289,'_edit_last','2'),(10888,2289,'_thumbnail_id','2114'),(10902,2289,'_pl_karma','0'),(10890,2289,'_pagelines_gallery_slider','off'),(10891,2289,'_pagelines_quote',''),(10892,2289,'_pagelines_link',''),(10893,2289,'_pagelines_video_m4v',''),(10894,2289,'_pagelines_video_ogv',''),(10895,2289,'_pagelines_video_poster',''),(10896,2289,'_pagelines_video_embed',''),(10897,2289,'_pagelines_audio_mp3',''),(10898,2289,'_pagelines_audio_ogg',''),(10899,2289,'_yoast_wpseo_focuskw','week ahead in the markets'),(10900,2289,'_yoast_wpseo_metadesc','The US Dollar traded higher with the US Treasuries while the S&P 500 traded lower, correlations that have been evident since the beginning of trading in 2015.'),(10901,2289,'_yoast_wpseo_linkdex','59'),(10903,2291,'_edit_lock','1421927670:2'),(10904,2291,'_edit_last','2'),(10905,2291,'_thumbnail_id','851'),(10919,2291,'_pl_karma','0'),(10907,2291,'_pagelines_gallery_slider','off'),(10908,2291,'_pagelines_quote',''),(10909,2291,'_pagelines_link',''),(10910,2291,'_pagelines_video_m4v',''),(10911,2291,'_pagelines_video_ogv',''),(10912,2291,'_pagelines_video_poster',''),(10913,2291,'_pagelines_video_embed',''),(10914,2291,'_pagelines_audio_mp3',''),(10915,2291,'_pagelines_audio_ogg',''),(10916,2291,'_yoast_wpseo_focuskw','pre-market trading'),(10917,2291,'_yoast_wpseo_metadesc','Pre-market open trading report covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(10918,2291,'_yoast_wpseo_linkdex','50'),(10920,2293,'_edit_lock','1421935495:2'),(10921,2293,'_edit_last','2'),(10922,2293,'_thumbnail_id','1677'),(10936,2293,'_pl_karma','0'),(10924,2293,'_pagelines_gallery_slider','off'),(10925,2293,'_pagelines_quote',''),(10926,2293,'_pagelines_link',''),(10927,2293,'_pagelines_video_m4v',''),(10928,2293,'_pagelines_video_ogv',''),(10929,2293,'_pagelines_video_poster',''),(10930,2293,'_pagelines_video_embed',''),(10931,2293,'_pagelines_audio_mp3',''),(10932,2293,'_pagelines_audio_ogg',''),(10933,2293,'_yoast_wpseo_focuskw','pre-market trading'),(10934,2293,'_yoast_wpseo_metadesc','Pre-market trading report covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included'),(10935,2293,'_yoast_wpseo_linkdex','56'),(10937,2295,'_edit_lock','1422018454:2'),(10938,2295,'_edit_last','2'),(10939,2296,'_wp_attached_file','2015/01/insiders-round-table3.jpg'),(10940,2296,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:595;s:6:\"height\";i:312;s:4:\"file\";s:33:\"2015/01/insiders-round-table3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"insiders-round-table3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"insiders-round-table3-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:33:\"insiders-round-table3-500x312.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:33:\"insiders-round-table3-500x312.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1421937062;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10941,2295,'_thumbnail_id','2296'),(10942,2295,'_pagelines_gallery_slider','off'),(10943,2295,'_pagelines_quote',''),(10944,2295,'_pagelines_link',''),(10945,2295,'_pagelines_video_m4v',''),(10946,2295,'_pagelines_video_ogv',''),(10947,2295,'_pagelines_video_poster',''),(10948,2295,'_pagelines_video_embed',''),(10949,2295,'_pagelines_audio_mp3',''),(10950,2295,'_pagelines_audio_ogg',''),(10951,2295,'_yoast_wpseo_focuskw','quant trader'),(10952,2295,'_yoast_wpseo_metadesc','Quant trading has been overtaking the global financial markets. Find out what quant traders are doing in today\'s volatile markets. Join us today for a round table discussion with quant traders.'),(10953,2295,'_yoast_wpseo_linkdex','75'),(10954,2295,'_pl_karma','0'),(10956,2298,'_edit_lock','1422274657:2'),(10957,2298,'_edit_last','2'),(10958,2298,'_pagelines_gallery_slider','off'),(10959,2298,'_pagelines_quote',''),(10960,2298,'_pagelines_link',''),(10961,2298,'_pagelines_video_m4v',''),(10962,2298,'_pagelines_video_ogv',''),(10963,2298,'_pagelines_video_poster',''),(10964,2298,'_pagelines_video_embed',''),(10965,2298,'_pagelines_audio_mp3',''),(10966,2298,'_pagelines_audio_ogg',''),(10967,2298,'_pl_karma','0'),(10968,2298,'_thumbnail_id','874'),(10974,2301,'_edit_lock','1422360193:2'),(10970,2298,'_yoast_wpseo_focuskw','the week ahead markets'),(10971,2298,'_yoast_wpseo_metadesc','The spike in volatility in the global financial markets we witnesses the last quarter of 2014 seem to be extending into 2015. In the week ahead trader\'s focus will turn to Europe with the Greek elections and more European Central Bank QE analysis.'),(10972,2298,'_yoast_wpseo_linkdex','60'),(10973,2298,'_wp_old_slug','week-ahead-global-financial-markets'),(10975,2301,'_edit_last','2'),(10976,2301,'_pagelines_gallery_slider','off'),(10977,2301,'_pagelines_quote',''),(10978,2301,'_pagelines_link',''),(10979,2301,'_pagelines_video_m4v',''),(10980,2301,'_pagelines_video_ogv',''),(10981,2301,'_pagelines_video_poster',''),(10982,2301,'_pagelines_video_embed',''),(10983,2301,'_pagelines_audio_mp3',''),(10984,2301,'_pagelines_audio_ogg',''),(10985,2301,'_pl_karma','0'),(10986,2301,'_thumbnail_id','1270'),(10987,2301,'_yoast_wpseo_focuskw','futures trading room'),(10988,2301,'_yoast_wpseo_metadesc','The Trading Room® TradeLAB has been ranked in the top 2% for two consecutive years. The study was conducted by Dr. Dean Handley, a renowned expert in evaluating futures trading rooms. Here is his criteria for evaluating and ranking the top rooms...'),(10989,2301,'_yoast_wpseo_linkdex','71'),(10993,2306,'_edit_lock','1476033427:2'),(10994,2306,'_edit_last','2'),(10995,2306,'_thumbnail_id','2107'),(10996,2306,'_pagelines_gallery_slider','off'),(10997,2306,'_pagelines_quote',''),(10998,2306,'_pagelines_link',''),(10999,2306,'_pagelines_video_m4v',''),(11000,2306,'_pagelines_video_ogv',''),(11001,2306,'_pagelines_video_poster',''),(11002,2306,'_pagelines_video_embed',''),(11003,2306,'_pagelines_audio_mp3',''),(11004,2306,'_pagelines_audio_ogg',''),(11005,2306,'_yoast_wpseo_focuskw','futures trading workshop'),(11006,2306,'_yoast_wpseo_metadesc','Learn about powerful concepts but also how to apply quantitative trading tools to anticipate this week\'s price action and market direction. Q&A to follow at the end of this training session.'),(11007,2306,'_yoast_wpseo_linkdex','58'),(11008,2306,'_pl_karma','0'),(11010,2309,'_edit_lock','1422456619:2'),(11011,2309,'_edit_last','2'),(11012,2309,'_thumbnail_id','640'),(11026,2309,'_pl_karma','0'),(11014,2309,'_pagelines_gallery_slider','off'),(11015,2309,'_pagelines_quote',''),(11016,2309,'_pagelines_link',''),(11017,2309,'_pagelines_video_m4v',''),(11018,2309,'_pagelines_video_ogv',''),(11019,2309,'_pagelines_video_poster',''),(11020,2309,'_pagelines_video_embed',''),(11021,2309,'_pagelines_audio_mp3',''),(11022,2309,'_pagelines_audio_ogg',''),(11023,2309,'_yoast_wpseo_focuskw','pre-market trading'),(11024,2309,'_yoast_wpseo_metadesc','Pre-market open trading report covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(11025,2309,'_yoast_wpseo_linkdex','50'),(11027,2311,'_edit_lock','1422963949:2'),(11028,2311,'_edit_last','2'),(11029,2311,'_thumbnail_id','1749'),(11043,2311,'_pl_karma','0'),(11031,2311,'_pagelines_gallery_slider','off'),(11032,2311,'_pagelines_quote',''),(11033,2311,'_pagelines_link',''),(11034,2311,'_pagelines_video_m4v',''),(11035,2311,'_pagelines_video_ogv',''),(11036,2311,'_pagelines_video_poster',''),(11037,2311,'_pagelines_video_embed',''),(11038,2311,'_pagelines_audio_mp3',''),(11039,2311,'_pagelines_audio_ogg',''),(11040,2311,'_yoast_wpseo_focuskw','pre-market trading'),(11041,2311,'_yoast_wpseo_metadesc','Pre-market open trading report covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(11042,2311,'_yoast_wpseo_linkdex','50'),(11044,2313,'_edit_lock','1422964680:2'),(11045,2313,'_edit_last','2'),(11046,2314,'_wp_attached_file','2015/02/inside-the-numbers.jpg'),(11047,2314,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:395;s:6:\"height\";i:144;s:4:\"file\";s:30:\"2015/02/inside-the-numbers.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"inside-the-numbers-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"inside-the-numbers-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1422898621;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(11048,2313,'_thumbnail_id','2314'),(11049,2313,'_pagelines_gallery_slider','off'),(11050,2313,'_pagelines_quote',''),(11051,2313,'_pagelines_link',''),(11052,2313,'_pagelines_video_m4v',''),(11053,2313,'_pagelines_video_ogv',''),(11054,2313,'_pagelines_video_poster',''),(11055,2313,'_pagelines_video_embed',''),(11056,2313,'_pagelines_audio_mp3',''),(11057,2313,'_pagelines_audio_ogg',''),(11058,2313,'_yoast_wpseo_focuskw','trading workshop'),(11059,2313,'_yoast_wpseo_metadesc','Only 100 spots open (and they won\'t last long) join us Tuesday February 2nd @ 8:00 pm ET. We highly recommend you make sure you\'re on the reservation list.'),(11060,2313,'_yoast_wpseo_linkdex','73'),(11061,2313,'_pl_karma','0'),(11063,2317,'_edit_lock','1423224168:2'),(11064,2317,'_edit_last','2'),(11065,2317,'_thumbnail_id','1691'),(11079,2317,'_pl_karma','0'),(11067,2317,'_pagelines_gallery_slider','off'),(11068,2317,'_pagelines_quote',''),(11069,2317,'_pagelines_link',''),(11070,2317,'_pagelines_video_m4v',''),(11071,2317,'_pagelines_video_ogv',''),(11072,2317,'_pagelines_video_poster',''),(11073,2317,'_pagelines_video_embed',''),(11074,2317,'_pagelines_audio_mp3',''),(11075,2317,'_pagelines_audio_ogg',''),(11076,2317,'_yoast_wpseo_focuskw','pre-market trading'),(11077,2317,'_yoast_wpseo_metadesc','Pre-market open trading report covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(11078,2317,'_yoast_wpseo_linkdex','50'),(11080,2319,'_edit_lock','1423457350:2'),(11081,2319,'_edit_last','2'),(11082,2320,'_wp_attached_file','2015/02/dms-2-2-ts.bmp'),(11083,2321,'_wp_attached_file','2015/02/osbos-r-2-8.bmp'),(11084,2319,'_pagelines_gallery_slider','off'),(11085,2319,'_pagelines_quote',''),(11086,2319,'_pagelines_link',''),(11087,2319,'_pagelines_video_m4v',''),(11088,2319,'_pagelines_video_ogv',''),(11089,2319,'_pagelines_video_poster',''),(11090,2319,'_pagelines_video_embed',''),(11091,2319,'_pagelines_audio_mp3',''),(11092,2319,'_pagelines_audio_ogg',''),(11093,2319,'_pl_karma','0'),(11094,2319,'_thumbnail_id','2114'),(11100,2325,'_edit_lock','1424261006:2'),(11096,2319,'_yoast_wpseo_focuskw','The Week Ahead in the Global Financial Markets'),(11097,2319,'_yoast_wpseo_metadesc','Trade Balance from China over the weekend was poor with exports falling 3.3% while imports tumbled 19.9%, far worse than analysts had expected and highlighting deepening weakness in the world\'s second largest economy.'),(11098,2319,'_yoast_wpseo_linkdex','72'),(11099,2319,'_wp_old_slug','week-ahead-global-financial-markets'),(11101,2325,'_edit_last','2'),(11102,2325,'_pagelines_gallery_slider','off'),(11103,2325,'_pagelines_quote',''),(11104,2325,'_pagelines_link',''),(11105,2325,'_pagelines_video_m4v',''),(11106,2325,'_pagelines_video_ogv',''),(11107,2325,'_pagelines_video_poster',''),(11108,2325,'_pagelines_video_embed',''),(11109,2325,'_pagelines_audio_mp3',''),(11110,2325,'_pagelines_audio_ogg',''),(11111,2325,'_yoast_wpseo_focuskw','pre-market trading'),(11112,2325,'_yoast_wpseo_metadesc','Pre-market open trading report covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(11113,2325,'_yoast_wpseo_linkdex','49'),(11114,2325,'_thumbnail_id','899'),(11116,2325,'_pl_karma','0'),(11117,2327,'_edit_lock','1424280234:2'),(11118,2327,'_edit_last','2'),(11119,2327,'_pagelines_gallery_slider','off'),(11120,2327,'_pagelines_quote',''),(11121,2327,'_pagelines_link',''),(11122,2327,'_pagelines_video_m4v',''),(11123,2327,'_pagelines_video_ogv',''),(11124,2327,'_pagelines_video_poster',''),(11125,2327,'_pagelines_video_embed','<iframe src=\"//player.vimeo.com/video/119916740\" width=\"500\" height=\"281\" frameborder=\"0\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>\r\n'),(11126,2327,'_pagelines_audio_mp3',''),(11127,2327,'_pagelines_audio_ogg',''),(11128,2327,'_pl_karma','0'),(11129,2327,'_yoast_wpseo_focuskw','crude oil futures'),(11130,2327,'_yoast_wpseo_metadesc','Join the RiosQuant traders and coaches as they outline how to trade Crude Oil futures in the week ahead. Recent price action has resulted in favorable risk to reward trade set ups and prices are at key levels. Don\'t miss this special and relevant training.'),(11131,2327,'_yoast_wpseo_linkdex','49'),(11133,2330,'_wp_attached_file','2015/02/video-cl-class-pic.jpg'),(11134,2330,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:867;s:6:\"height\";i:575;s:4:\"file\";s:30:\"2015/02/video-cl-class-pic.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"video-cl-class-pic-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"video-cl-class-pic-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:30:\"video-cl-class-pic-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:30:\"video-cl-class-pic-867x500.jpg\";s:5:\"width\";i:867;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:30:\"video-cl-class-pic-500x575.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1424244076;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(11137,2327,'_thumbnail_id','2330'),(11140,2333,'_edit_lock','1476034226:2'),(11141,2333,'_edit_last','2'),(11142,2334,'_wp_attached_file','2015/02/mike-cl-1000-profit.jpg'),(11143,2334,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:585;s:6:\"height\";i:624;s:4:\"file\";s:31:\"2015/02/mike-cl-1000-profit.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"mike-cl-1000-profit-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"mike-cl-1000-profit-281x300.jpg\";s:5:\"width\";i:281;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:31:\"mike-cl-1000-profit-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:31:\"mike-cl-1000-profit-585x500.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:31:\"mike-cl-1000-profit-500x624.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:624;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1424262737;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(11144,2333,'_pagelines_gallery_slider','off'),(11145,2333,'_pagelines_quote',''),(11146,2333,'_pagelines_link',''),(11147,2333,'_pagelines_video_m4v',''),(11148,2333,'_pagelines_video_ogv',''),(11149,2333,'_pagelines_video_poster',''),(11150,2333,'_pagelines_video_embed',''),(11151,2333,'_pagelines_audio_mp3',''),(11152,2333,'_pagelines_audio_ogg',''),(11153,2333,'_pl_karma','0'),(11154,2336,'_wp_attached_file','2015/02/mike-cl-1000-profit1.jpg'),(11155,2336,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:585;s:6:\"height\";i:624;s:4:\"file\";s:32:\"2015/02/mike-cl-1000-profit1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"mike-cl-1000-profit1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"mike-cl-1000-profit1-281x300.jpg\";s:5:\"width\";i:281;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:32:\"mike-cl-1000-profit1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:32:\"mike-cl-1000-profit1-585x500.jpg\";s:5:\"width\";i:585;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:32:\"mike-cl-1000-profit1-500x624.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:624;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1424263022;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(11156,2333,'_thumbnail_id','2336'),(11157,2333,'_yoast_wpseo_focuskw','crude oil futures trading'),(11158,2333,'_yoast_wpseo_metadesc','RiosQuant member Mike take a short Crude Oil futures trade for a $1,000 profit during the morning trading session. Congratulations Mike!'),(11159,2333,'_yoast_wpseo_linkdex','39'),(11162,2339,'_edit_lock','1424433586:2'),(11163,2339,'_edit_last','2'),(11179,2339,'_thumbnail_id','1677'),(11178,2339,'_pl_karma','0'),(11166,2339,'_pagelines_gallery_slider','off'),(11167,2339,'_pagelines_quote',''),(11168,2339,'_pagelines_link',''),(11169,2339,'_pagelines_video_m4v',''),(11170,2339,'_pagelines_video_ogv',''),(11171,2339,'_pagelines_video_poster',''),(11172,2339,'_pagelines_video_embed',''),(11173,2339,'_pagelines_audio_mp3',''),(11174,2339,'_pagelines_audio_ogg',''),(11175,2339,'_yoast_wpseo_focuskw','pre-market trading'),(11176,2339,'_yoast_wpseo_metadesc','Pre-market open trading report covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(11177,2339,'_yoast_wpseo_linkdex','49'),(11181,2341,'_edit_lock','1424655767:2'),(11182,2341,'_edit_last','2'),(11183,2341,'_pagelines_gallery_slider','off'),(11184,2341,'_pagelines_quote',''),(11185,2341,'_pagelines_link',''),(11186,2341,'_pagelines_video_m4v',''),(11187,2341,'_pagelines_video_ogv',''),(11188,2341,'_pagelines_video_poster',''),(11189,2341,'_pagelines_video_embed',''),(11190,2341,'_pagelines_audio_mp3',''),(11191,2341,'_pagelines_audio_ogg',''),(11192,2341,'_pl_karma','0'),(11193,2341,'_thumbnail_id','2114'),(11194,2341,'_yoast_wpseo_focuskw','week ahead financial markets'),(11195,2341,'_yoast_wpseo_metadesc','The week ahead in the global financial markets with this week\'s links to live trading room and educational workshops. Also included are scheduled economic data with market moving potential.'),(11196,2341,'_yoast_wpseo_linkdex','56'),(11199,2344,'_edit_lock','1424662949:2'),(11198,2341,'_wp_old_slug','week-ahead-global-financial-markets'),(11200,2344,'_edit_last','2'),(11201,2345,'_wp_attached_file','2015/02/roll-currencies-rq.jpg'),(11202,2345,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1944;s:6:\"height\";i:2592;s:4:\"file\";s:30:\"2015/02/roll-currencies-rq.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"roll-currencies-rq-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"roll-currencies-rq-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"roll-currencies-rq-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"aspect-thumb\";a:4:{s:4:\"file\";s:31:\"roll-currencies-rq-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:30:\"roll-currencies-rq-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:31:\"roll-currencies-rq-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:31:\"roll-currencies-rq-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"big-thumb\";a:4:{s:4:\"file\";s:32:\"roll-currencies-rq-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(11203,2344,'_thumbnail_id','2345'),(11204,2344,'_pagelines_gallery_slider','off'),(11205,2344,'_pagelines_quote',''),(11206,2344,'_pagelines_link',''),(11207,2344,'_pagelines_video_m4v',''),(11208,2344,'_pagelines_video_ogv',''),(11209,2344,'_pagelines_video_poster',''),(11210,2344,'_pagelines_video_embed',''),(11211,2344,'_pagelines_audio_mp3',''),(11212,2344,'_pagelines_audio_ogg',''),(11213,2344,'_yoast_wpseo_focuskw','how the forex market works'),(11214,2344,'_yoast_wpseo_metadesc','Forex trading is one of the most misunderstood markets. Learn how the forex market really works from an insider and professional trader.'),(11215,2344,'_yoast_wpseo_linkdex','50'),(11216,2344,'_pl_karma','0'),(11218,2347,'_optimizepress_pagebuilder','Y'),(11219,2347,'_optimizepress_page_thumbnail',''),(11220,2347,'_optimizepress_page_thumbnail_preset',''),(11221,2347,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(11222,2347,'_optimizepress_header_layout','s:802:\"a:10:{s:4:\"logo\";s:78:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark12.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(11223,2347,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(11224,2347,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(11225,2347,'_optimizepress_footer_area','s:270:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:2:\"40\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(11226,2347,'_optimizepress_typography','s:1142:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"15\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(11227,2347,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(11228,2347,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(11229,2347,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(11230,2347,'_optimizepress_scripts','s:259:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:196:\"Lm9wdGluLWJveC0xNCBpbnB1dCwgLm9wdGluLWJveC0xNCBpbnB1dDpmb2N1cyB7Zm9udC13ZWlnaHQ6MzAwO30KLm9wdGluLWJveC0xNCBwLnByaXZhY3kge2NvbG9yOiM4ODg7Zm9udC1zaXplOjEzcHg7cGFkZGluZy10b3A6NXB4O29wYWNpdHk6MC44fQ==\";}}\";'),(11231,2347,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(11232,2347,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(11233,2347,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(11234,2350,'_edit_lock','1425268259:2'),(11235,2350,'_edit_last','2'),(11236,2350,'_pagelines_gallery_slider','off'),(11237,2350,'_pagelines_quote',''),(11238,2350,'_pagelines_link',''),(11239,2350,'_pagelines_video_m4v',''),(11240,2350,'_pagelines_video_ogv',''),(11241,2350,'_pagelines_video_poster',''),(11242,2350,'_pagelines_video_embed',''),(11243,2350,'_pagelines_audio_mp3',''),(11244,2350,'_pagelines_audio_ogg',''),(11245,2350,'_pl_karma','0'),(11246,2350,'_thumbnail_id','874'),(11252,2353,'_edit_lock','1425344769:2'),(11248,2350,'_yoast_wpseo_focuskw','week ahead in markets'),(11249,2350,'_yoast_wpseo_metadesc','In the week ahead I will continue to focus on the correlations between the currency and bond market for trading opportunities. I will be using our suite of dynamic sentiment indicators including Risk On/Off, Carry Trade On/Off and the FX Flows to help me identify when the big players are taking direction.'),(11250,2350,'_yoast_wpseo_linkdex','56'),(11253,2353,'_edit_last','2'),(11254,2353,'_pagelines_gallery_slider','off'),(11255,2353,'_pagelines_quote',''),(11256,2353,'_pagelines_link',''),(11257,2353,'_pagelines_video_m4v',''),(11258,2353,'_pagelines_video_ogv',''),(11259,2353,'_pagelines_video_poster',''),(11260,2353,'_pagelines_video_embed',''),(11261,2353,'_pagelines_audio_mp3',''),(11262,2353,'_pagelines_audio_ogg',''),(11263,2353,'_pl_karma','0'),(11264,2353,'_thumbnail_id','2314'),(11269,2355,'_edit_lock','1425560414:2'),(11266,2353,'_yoast_wpseo_focuskw','global futures markets'),(11267,2353,'_yoast_wpseo_metadesc','Learn how quant traders gather data in order to reveal important insights to trading performance. Find out what\'s working now in the global futures markets.'),(11268,2353,'_yoast_wpseo_linkdex','72'),(11270,2355,'_edit_last','2'),(11271,2355,'_thumbnail_id','1691'),(11285,2355,'_pl_karma','0'),(11273,2355,'_pagelines_gallery_slider','off'),(11274,2355,'_pagelines_quote',''),(11275,2355,'_pagelines_link',''),(11276,2355,'_pagelines_video_m4v',''),(11277,2355,'_pagelines_video_ogv',''),(11278,2355,'_pagelines_video_poster',''),(11279,2355,'_pagelines_video_embed',''),(11280,2355,'_pagelines_audio_mp3',''),(11281,2355,'_pagelines_audio_ogg',''),(11282,2355,'_yoast_wpseo_focuskw','pre-market trading'),(11283,2355,'_yoast_wpseo_metadesc','Pre-market open trading report covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(11284,2355,'_yoast_wpseo_linkdex','49'),(11286,2357,'_edit_lock','1425644890:2'),(11287,2357,'_edit_last','2'),(11288,2357,'_thumbnail_id','1724'),(11302,2357,'_pl_karma','0'),(11290,2357,'_pagelines_gallery_slider','off'),(11291,2357,'_pagelines_quote',''),(11292,2357,'_pagelines_link',''),(11293,2357,'_pagelines_video_m4v',''),(11294,2357,'_pagelines_video_ogv',''),(11295,2357,'_pagelines_video_poster',''),(11296,2357,'_pagelines_video_embed',''),(11297,2357,'_pagelines_audio_mp3',''),(11298,2357,'_pagelines_audio_ogg',''),(11299,2357,'_yoast_wpseo_focuskw','pre-market trading'),(11300,2357,'_yoast_wpseo_metadesc','Pre-market open trading report covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(11301,2357,'_yoast_wpseo_linkdex','51'),(11303,2360,'_edit_lock','1425899984:2'),(11304,2360,'_edit_last','2'),(11305,2360,'_thumbnail_id','1010'),(11306,2360,'_pagelines_gallery_slider','off'),(11307,2360,'_pagelines_quote',''),(11308,2360,'_pagelines_link',''),(11309,2360,'_pagelines_video_m4v',''),(11310,2360,'_pagelines_video_ogv',''),(11311,2360,'_pagelines_video_poster',''),(11312,2360,'_pagelines_video_embed',''),(11313,2360,'_pagelines_audio_mp3',''),(11314,2360,'_pagelines_audio_ogg',''),(11315,2360,'_yoast_wpseo_focuskw','the week ahead'),(11316,2360,'_yoast_wpseo_metadesc','The week ahead in the global financial markets including links to live trading room and educational workshops. Scheduled economic data that may have an impact on the markets also included.'),(11317,2360,'_yoast_wpseo_linkdex','76'),(11318,2360,'_pl_karma','0'),(11321,2362,'_edit_lock','1426076602:2'),(11320,2360,'_wp_old_slug','week-ahead-global-financial-markets'),(11322,2362,'_edit_last','2'),(11323,2362,'_thumbnail_id','899'),(11337,2362,'_pl_karma','0'),(11325,2362,'_pagelines_gallery_slider','off'),(11326,2362,'_pagelines_quote',''),(11327,2362,'_pagelines_link',''),(11328,2362,'_pagelines_video_m4v',''),(11329,2362,'_pagelines_video_ogv',''),(11330,2362,'_pagelines_video_poster',''),(11331,2362,'_pagelines_video_embed',''),(11332,2362,'_pagelines_audio_mp3',''),(11333,2362,'_pagelines_audio_ogg',''),(11334,2362,'_yoast_wpseo_focuskw','pre-market trading'),(11335,2362,'_yoast_wpseo_metadesc','Pre-market open covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(11336,2362,'_yoast_wpseo_linkdex','51'),(11338,2364,'_edit_lock','1426267079:2'),(11339,2364,'_edit_last','2'),(11340,2364,'_thumbnail_id','1749'),(11354,2364,'_pl_karma','0'),(11342,2364,'_pagelines_gallery_slider','off'),(11343,2364,'_pagelines_quote',''),(11344,2364,'_pagelines_link',''),(11345,2364,'_pagelines_video_m4v',''),(11346,2364,'_pagelines_video_ogv',''),(11347,2364,'_pagelines_video_poster',''),(11348,2364,'_pagelines_video_embed',''),(11349,2364,'_pagelines_audio_mp3',''),(11350,2364,'_pagelines_audio_ogg',''),(11351,2364,'_yoast_wpseo_focuskw','pre-market trading'),(11352,2364,'_yoast_wpseo_metadesc','Pre-market open trading report covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(11353,2364,'_yoast_wpseo_linkdex','50'),(11355,2366,'_edit_lock','1426529144:2'),(11356,2366,'_edit_last','2'),(11357,2366,'_thumbnail_id','2114'),(11371,2366,'_pl_karma','0'),(11359,2366,'_pagelines_gallery_slider','off'),(11360,2366,'_pagelines_quote',''),(11361,2366,'_pagelines_link',''),(11362,2366,'_pagelines_video_m4v',''),(11363,2366,'_pagelines_video_ogv',''),(11364,2366,'_pagelines_video_poster',''),(11365,2366,'_pagelines_video_embed',''),(11366,2366,'_pagelines_audio_mp3',''),(11367,2366,'_pagelines_audio_ogg',''),(11368,2366,'_yoast_wpseo_focuskw','week ahead markets'),(11369,2366,'_yoast_wpseo_metadesc','FOMC is back on focus as traders get ready for Fed interest rate decision on Wednesday. Traders will be paying attention to see if the word \"patience\" has been let go in terms of the timing of the first rate hike.'),(11370,2366,'_yoast_wpseo_linkdex','59'),(11372,2369,'_edit_lock','1427195039:2'),(11373,2369,'_edit_last','2'),(11374,2369,'_thumbnail_id','275'),(11388,2369,'_pl_karma','0'),(11376,2369,'_pagelines_gallery_slider','off'),(11377,2369,'_pagelines_quote',''),(11378,2369,'_pagelines_link',''),(11379,2369,'_pagelines_video_m4v',''),(11380,2369,'_pagelines_video_ogv',''),(11381,2369,'_pagelines_video_poster',''),(11382,2369,'_pagelines_video_embed',''),(11383,2369,'_pagelines_audio_mp3',''),(11384,2369,'_pagelines_audio_ogg',''),(11385,2369,'_yoast_wpseo_focuskw','trading basics'),(11386,2369,'_yoast_wpseo_metadesc','If you are not enjoying success, then it may be time to step back and get back to basics.'),(11387,2369,'_yoast_wpseo_linkdex','52'),(11389,2371,'_edit_lock','1427280314:2'),(11390,2371,'_edit_last','2'),(11391,2371,'_thumbnail_id','1691'),(11405,2371,'_pl_karma','0'),(11393,2371,'_pagelines_gallery_slider','off'),(11394,2371,'_pagelines_quote',''),(11395,2371,'_pagelines_link',''),(11396,2371,'_pagelines_video_m4v',''),(11397,2371,'_pagelines_video_ogv',''),(11398,2371,'_pagelines_video_poster',''),(11399,2371,'_pagelines_video_embed',''),(11400,2371,'_pagelines_audio_mp3',''),(11401,2371,'_pagelines_audio_ogg',''),(11402,2371,'_yoast_wpseo_focuskw','pre-market trading'),(11403,2371,'_yoast_wpseo_metadesc','Pre-market trading report covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(11404,2371,'_yoast_wpseo_linkdex','55'),(11406,2373,'_edit_lock','1427456453:2'),(11407,2373,'_edit_last','2'),(11408,2373,'_thumbnail_id','1724'),(11422,2373,'_pl_karma','0'),(11410,2373,'_pagelines_gallery_slider','off'),(11411,2373,'_pagelines_quote',''),(11412,2373,'_pagelines_link',''),(11413,2373,'_pagelines_video_m4v',''),(11414,2373,'_pagelines_video_ogv',''),(11415,2373,'_pagelines_video_poster',''),(11416,2373,'_pagelines_video_embed',''),(11417,2373,'_pagelines_audio_mp3',''),(11418,2373,'_pagelines_audio_ogg',''),(11419,2373,'_yoast_wpseo_focuskw','pre-market trading'),(11420,2373,'_yoast_wpseo_metadesc','Pre-market trading report covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(11421,2373,'_yoast_wpseo_linkdex','52'),(11423,2375,'_edit_lock','1427722384:2'),(11424,2375,'_edit_last','2'),(11440,2375,'_thumbnail_id','518'),(11439,2375,'_pl_karma','0'),(11427,2375,'_pagelines_gallery_slider','off'),(11428,2375,'_pagelines_quote',''),(11429,2375,'_pagelines_link',''),(11430,2375,'_pagelines_video_m4v',''),(11431,2375,'_pagelines_video_ogv',''),(11432,2375,'_pagelines_video_poster',''),(11433,2375,'_pagelines_video_embed',''),(11434,2375,'_pagelines_audio_mp3',''),(11435,2375,'_pagelines_audio_ogg',''),(11436,2375,'_yoast_wpseo_focuskw','week ahead in the markets'),(11437,2375,'_yoast_wpseo_metadesc','There is plenty of economic data in the week ahead in the markets. Interestingly the Non-Farm Employment Change and Unemployment Rate will be announced on Friday while the markets are closed for the holiday. I expect traders to adjust positions during the week leading up to Friday.'),(11438,2375,'_yoast_wpseo_linkdex','64'),(11442,2378,'_edit_lock','1427974150:2'),(11443,2378,'_edit_last','2'),(11444,2378,'_pagelines_gallery_slider','off'),(11445,2378,'_pagelines_quote',''),(11446,2378,'_pagelines_link',''),(11447,2378,'_pagelines_video_m4v',''),(11448,2378,'_pagelines_video_ogv',''),(11449,2378,'_pagelines_video_poster',''),(11450,2378,'_pagelines_video_embed',''),(11451,2378,'_pagelines_audio_mp3',''),(11452,2378,'_pagelines_audio_ogg',''),(11453,2378,'_pl_karma','0'),(11454,2378,'_thumbnail_id','1749'),(11585,2414,'_edit_last','2'),(11456,2378,'_yoast_wpseo_focuskw','pre-market trading'),(11457,2378,'_yoast_wpseo_metadesc','Pre-market trading activity covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(11458,2378,'_yoast_wpseo_linkdex','64'),(11584,2414,'_edit_lock','1429009756:2'),(11467,2388,'_edit_lock','1428317725:2'),(11468,2388,'_edit_last','2'),(11469,2389,'_wp_attached_file','2015/04/joe-boardroom.jpg'),(11470,2389,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:958;s:6:\"height\";i:573;s:4:\"file\";s:25:\"2015/04/joe-boardroom.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"joe-boardroom-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"joe-boardroom-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:25:\"joe-boardroom-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:25:\"joe-boardroom-958x500.jpg\";s:5:\"width\";i:958;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:25:\"joe-boardroom-500x573.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:573;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1392474019;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(11471,2388,'_thumbnail_id','2389'),(11485,2388,'_pl_karma','0'),(11473,2388,'_pagelines_gallery_slider','off'),(11474,2388,'_pagelines_quote',''),(11475,2388,'_pagelines_link',''),(11476,2388,'_pagelines_video_m4v',''),(11477,2388,'_pagelines_video_ogv',''),(11478,2388,'_pagelines_video_poster',''),(11479,2388,'_pagelines_video_embed',''),(11480,2388,'_pagelines_audio_mp3',''),(11481,2388,'_pagelines_audio_ogg',''),(11482,2388,'_yoast_wpseo_focuskw','week ahead financial markets'),(11483,2388,'_yoast_wpseo_metadesc','New York Fed President William Dudley is the first Fed speaker of the week when he discusses the economy Monday morning. If he talks up the markets on Monday, how will the markets react? The market will also be paying close attention to Wednesday\'s Fed minutes, looking for new signs about the timing of the first rate hike.'),(11484,2388,'_yoast_wpseo_linkdex','59'),(11490,2396,'_edit_lock','1428407452:2'),(11491,2396,'_edit_last','2'),(11492,2396,'_pagelines_gallery_slider','off'),(11493,2396,'_pagelines_quote',''),(11494,2396,'_pagelines_link',''),(11495,2396,'_pagelines_video_m4v',''),(11496,2396,'_pagelines_video_ogv',''),(11497,2396,'_pagelines_video_poster',''),(11498,2396,'_pagelines_video_embed',''),(11499,2396,'_pagelines_audio_mp3',''),(11500,2396,'_pagelines_audio_ogg',''),(11501,2396,'_yoast_wpseo_focuskw','pre-market trading'),(11502,2396,'_yoast_wpseo_metadesc','Pre-market trading activity covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(11503,2396,'_yoast_wpseo_linkdex','71'),(11504,2396,'_thumbnail_id','899'),(11506,2396,'_pl_karma','0'),(11512,2403,'_optimizepress_pagebuilder','Y'),(11513,2403,'_optimizepress_page_thumbnail',''),(11514,2403,'_optimizepress_page_thumbnail_preset',''),(11515,2403,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(11516,2403,'_optimizepress_header_layout','s:897:\"a:12:{s:4:\"logo\";s:74:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/rq-logo-black.jpg\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#010b1e\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"Y\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:6:\"normal\";s:9:\"font_size\";s:2:\"13\";s:11:\"font_family\";s:7:\"PT Sans\";}s:12:\"disable_link\";s:0:\"\";s:11:\"header_link\";s:30:\"http://www.thetradingroom.com/\";}\";'),(11517,2403,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(11518,2403,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(11519,2403,'_optimizepress_footer_area','s:284:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:15:\"Source Sans Pro\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(11520,2403,'_optimizepress_typography','s:1255:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:2:\"24\";s:4:\"font\";s:10:\"Montserrat\";s:5:\"style\";s:4:\"bold\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#0F87C9\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#636363\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(11521,2403,'_optimizepress_color_scheme_advanced','s:1943:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:7:\"#b9bdc0\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:8:{s:12:\"footer_start\";s:7:\"#2c323e\";s:10:\"footer_end\";s:7:\"#2c323e\";s:17:\"footer_text_color\";s:7:\"#ffffff\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:16:\"link_hover_color\";s:0:\"\";}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:7:\"#ffffff\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(11522,2403,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(11523,2403,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(11524,2403,'_optimizepress_scripts','s:61:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:0:\"\";}}\";'),(11525,2403,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(11526,2403,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(11527,2403,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(11528,2403,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(11529,2405,'_edit_lock','1428493234:2'),(11530,2405,'_edit_last','2'),(11531,2405,'_thumbnail_id','1677'),(11545,2405,'_pl_karma','0'),(11533,2405,'_pagelines_gallery_slider','off'),(11534,2405,'_pagelines_quote',''),(11535,2405,'_pagelines_link',''),(11536,2405,'_pagelines_video_m4v',''),(11537,2405,'_pagelines_video_ogv',''),(11538,2405,'_pagelines_video_poster',''),(11539,2405,'_pagelines_video_embed',''),(11540,2405,'_pagelines_audio_mp3',''),(11541,2405,'_pagelines_audio_ogg',''),(11542,2405,'_yoast_wpseo_focuskw','pre-market trading'),(11543,2405,'_yoast_wpseo_metadesc','Pre-market trading activity covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(11544,2405,'_yoast_wpseo_linkdex','52'),(11546,2407,'_edit_lock','1428595077:2'),(11547,2407,'_edit_last','2'),(11548,2407,'_thumbnail_id','535'),(11562,2407,'_pl_karma','0'),(11550,2407,'_pagelines_gallery_slider','off'),(11551,2407,'_pagelines_quote',''),(11552,2407,'_pagelines_link',''),(11553,2407,'_pagelines_video_m4v',''),(11554,2407,'_pagelines_video_ogv',''),(11555,2407,'_pagelines_video_poster',''),(11556,2407,'_pagelines_video_embed',''),(11557,2407,'_pagelines_audio_mp3',''),(11558,2407,'_pagelines_audio_ogg',''),(11559,2407,'_yoast_wpseo_focuskw','pre-market trading'),(11560,2407,'_yoast_wpseo_metadesc','Pre-market trading activity covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(11561,2407,'_yoast_wpseo_linkdex','70'),(11563,2410,'_edit_lock','1429101740:2'),(11564,2410,'_edit_last','2'),(11565,2411,'_wp_attached_file','2015/04/3-awards.jpg'),(11566,2411,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:329;s:6:\"height\";i:211;s:4:\"file\";s:20:\"2015/04/3-awards.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"3-awards-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"3-awards-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1427353633;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(11567,2412,'_wp_attached_file','2015/04/dean-handley.jpg'),(11568,2412,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:283;s:6:\"height\";i:300;s:4:\"file\";s:24:\"2015/04/dean-handley.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"dean-handley-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(11569,2410,'_thumbnail_id','2412'),(11570,2410,'_pagelines_gallery_slider','off'),(11571,2410,'_pagelines_quote',''),(11572,2410,'_pagelines_link',''),(11573,2410,'_pagelines_video_m4v',''),(11574,2410,'_pagelines_video_ogv',''),(11575,2410,'_pagelines_video_poster',''),(11576,2410,'_pagelines_video_embed',''),(11577,2410,'_pagelines_audio_mp3',''),(11578,2410,'_pagelines_audio_ogg',''),(11579,2410,'_yoast_wpseo_focuskw','futures trading room'),(11580,2410,'_yoast_wpseo_metadesc','Today there are 763 futures trading rooms worldwide. The magnitude of choices is overwhelming and any applied search for the best rooms is unproductive.'),(11581,2410,'_yoast_wpseo_linkdex','60'),(11582,2410,'_pl_karma','0'),(11586,2414,'_thumbnail_id','1724'),(11600,2414,'_pl_karma','0'),(11588,2414,'_pagelines_gallery_slider','off'),(11589,2414,'_pagelines_quote',''),(11590,2414,'_pagelines_link',''),(11591,2414,'_pagelines_video_m4v',''),(11592,2414,'_pagelines_video_ogv',''),(11593,2414,'_pagelines_video_poster',''),(11594,2414,'_pagelines_video_embed',''),(11595,2414,'_pagelines_audio_mp3',''),(11596,2414,'_pagelines_audio_ogg',''),(11597,2414,'_yoast_wpseo_focuskw','pre-market trading'),(11598,2414,'_yoast_wpseo_metadesc','Pre-market trading activity covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(11599,2414,'_yoast_wpseo_linkdex','56'),(11601,2416,'_optimizepress_pagebuilder','Y'),(11602,2416,'_optimizepress_page_thumbnail',''),(11603,2416,'_optimizepress_page_thumbnail_preset',''),(11604,2416,'_optimizepress_header_layout','s:800:\"a:10:{s:4:\"logo\";s:76:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(11605,2416,'_optimizepress_membership',''),(11606,2416,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(11607,2416,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(11608,2416,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(11609,2416,'_optimizepress_footer_area','s:269:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:1:\"3\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(11610,2416,'_optimizepress_color_scheme_template',''),(11611,2416,'_optimizepress_typography','s:1158:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(11612,2416,'_optimizepress_color_scheme_advanced','s:1829:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:4:\"none\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:4:\"none\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:4:\"none\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:4:\"none\";}}}\";'),(11613,2416,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(11614,2416,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(11615,2416,'_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),(11616,2416,'_optimizepress_fb_share',''),(11617,2416,'_optimizepress_lightbox',''),(11623,2418,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:585;s:6:\"height\";i:274;s:4:\"file\";s:28:\"2015/04/trading-room-art.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"trading-room-art-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"trading-room-art-300x140.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:28:\"trading-room-art-500x274.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:28:\"trading-room-art-500x274.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1428064903;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(11624,2418,'_pl_karma','0'),(11625,2419,'_wp_attached_file','2015/04/trading-room-5.jpg'),(11626,2419,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:507;s:6:\"height\";i:216;s:4:\"file\";s:26:\"2015/04/trading-room-5.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"trading-room-5-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"trading-room-5-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:26:\"trading-room-5-500x216.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:26:\"trading-room-5-500x216.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1428062761;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(11627,2420,'_wp_attached_file','2015/04/trading-room-beige.jpg'),(11628,2420,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:588;s:6:\"height\";i:275;s:4:\"file\";s:30:\"2015/04/trading-room-beige.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"trading-room-beige-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"trading-room-beige-300x140.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:30:\"trading-room-beige-500x275.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:30:\"trading-room-beige-500x275.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1429026980;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(11618,2416,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(11619,2416,'_optimizepress_one_time_offer',''),(11622,2418,'_wp_attached_file','2015/04/trading-room-art.jpg'),(11620,2416,'_optimizepress_launch_gateway',''),(11621,2416,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(11629,2421,'_optimizepress_pagebuilder','Y'),(11630,2421,'_optimizepress_page_thumbnail',''),(11631,2421,'_optimizepress_page_thumbnail_preset',''),(11632,2421,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(11633,2421,'_optimizepress_header_layout','s:802:\"a:10:{s:4:\"logo\";s:78:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark12.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(11634,2421,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(11635,2421,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(11636,2421,'_optimizepress_footer_area','s:270:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:2:\"40\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(11637,2421,'_optimizepress_typography','s:1142:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"15\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(11638,2421,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(11639,2421,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(11640,2421,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(11641,2421,'_optimizepress_scripts','s:259:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:196:\"Lm9wdGluLWJveC0xNCBpbnB1dCwgLm9wdGluLWJveC0xNCBpbnB1dDpmb2N1cyB7Zm9udC13ZWlnaHQ6MzAwO30KLm9wdGluLWJveC0xNCBwLnByaXZhY3kge2NvbG9yOiM4ODg7Zm9udC1zaXplOjEzcHg7cGFkZGluZy10b3A6NXB4O29wYWNpdHk6MC44fQ==\";}}\";'),(11642,2421,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(11643,2421,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(11644,2421,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(11645,2416,'_edit_lock','1429053567:2'),(11664,2429,'_edit_lock','1429714431:2'),(11647,2424,'_edit_lock','1429531590:2'),(11648,2424,'_edit_last','2'),(11649,2424,'_pagelines_gallery_slider','off'),(11650,2424,'_pagelines_quote',''),(11651,2424,'_pagelines_link',''),(11652,2424,'_pagelines_video_m4v',''),(11653,2424,'_pagelines_video_ogv',''),(11654,2424,'_pagelines_video_poster',''),(11655,2424,'_pagelines_video_embed',''),(11656,2424,'_pagelines_audio_mp3',''),(11657,2424,'_pagelines_audio_ogg',''),(11658,2424,'_pl_karma','0'),(11659,2424,'_thumbnail_id','2114'),(11665,2429,'_edit_last','2'),(11661,2424,'_yoast_wpseo_focuskw','week ahead financial markets'),(11662,2424,'_yoast_wpseo_metadesc','In the week ahead I will continue to pay close attention to correlations between the major asset classes and rotation flows for an early indication to market direction. Will risk-off dominate the market sentiment? Will the US dollar retrace?'),(11663,2424,'_yoast_wpseo_linkdex','60'),(11666,2429,'_thumbnail_id','1691'),(11667,2429,'_pagelines_gallery_slider','off'),(11668,2429,'_pagelines_quote',''),(11669,2429,'_pagelines_link',''),(11670,2429,'_pagelines_video_m4v',''),(11671,2429,'_pagelines_video_ogv',''),(11672,2429,'_pagelines_video_poster',''),(11673,2429,'_pagelines_video_embed',''),(11674,2429,'_pagelines_audio_mp3',''),(11675,2429,'_pagelines_audio_ogg',''),(11676,2429,'_yoast_wpseo_focuskw','pre-market trading'),(11677,2429,'_yoast_wpseo_metadesc','Pre-market trading activity covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(11678,2429,'_yoast_wpseo_linkdex','70'),(11680,2429,'_pl_karma','0'),(11682,2434,'_edit_lock','1429876270:2'),(11683,2434,'_edit_last','2'),(11699,2434,'_thumbnail_id','1749'),(11698,2434,'_pl_karma','0'),(11686,2434,'_pagelines_gallery_slider','off'),(11687,2434,'_pagelines_quote',''),(11688,2434,'_pagelines_link',''),(11689,2434,'_pagelines_video_m4v',''),(11690,2434,'_pagelines_video_ogv',''),(11691,2434,'_pagelines_video_poster',''),(11692,2434,'_pagelines_video_embed',''),(11693,2434,'_pagelines_audio_mp3',''),(11694,2434,'_pagelines_audio_ogg',''),(11695,2434,'_yoast_wpseo_focuskw','pre-market trading'),(11696,2434,'_yoast_wpseo_metadesc','Pre-market trading activity covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(11697,2434,'_yoast_wpseo_linkdex','53'),(11703,2437,'_optimizepress_pagebuilder','Y'),(11704,2437,'_optimizepress_page_thumbnail',''),(11705,2437,'_optimizepress_page_thumbnail_preset',''),(11706,2437,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(11707,2437,'_optimizepress_header_layout','s:800:\"a:10:{s:4:\"logo\";s:76:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(11708,2437,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(11709,2437,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(11710,2437,'_optimizepress_footer_area','s:269:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:1:\"3\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(11711,2437,'_optimizepress_typography','s:1158:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(11712,2437,'_optimizepress_color_scheme_advanced','s:1829:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:4:\"none\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:4:\"none\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:4:\"none\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:4:\"none\";}}}\";'),(11713,2437,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(11714,2437,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(11715,2437,'_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),(11716,2437,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(11717,2437,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(11718,2439,'_wp_attached_file','2015/04/futures-truth-titan.jpg'),(11719,2439,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:326;s:6:\"height\";i:133;s:4:\"file\";s:31:\"2015/04/futures-truth-titan.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"futures-truth-titan-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"futures-truth-titan-300x122.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:122;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1429976523;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(11720,2440,'_edit_lock','1430093335:2'),(11721,2440,'_edit_last','2'),(11722,2440,'_pagelines_gallery_slider','off'),(11723,2440,'_pagelines_quote',''),(11724,2440,'_pagelines_link',''),(11725,2440,'_pagelines_video_m4v',''),(11726,2440,'_pagelines_video_ogv',''),(11727,2440,'_pagelines_video_poster',''),(11728,2440,'_pagelines_video_embed',''),(11729,2440,'_pagelines_audio_mp3',''),(11730,2440,'_pagelines_audio_ogg',''),(11731,2440,'_pl_karma','0'),(11732,2440,'_thumbnail_id','518'),(11733,2440,'_yoast_wpseo_focuskw','week ahead in the markets');
INSERT INTO `wp_postmeta` VALUES (11734,2440,'_yoast_wpseo_metadesc','The Swiss Franc currency, Gold and Crude Oil futures helped push our performance considerably higher. Which market will it be in the week ahead?'),(11735,2440,'_yoast_wpseo_linkdex','61'),(11738,2445,'_edit_lock','1430238966:2'),(11737,2440,'_wp_old_slug','week-ahead-global-financial-markets'),(11739,2445,'_edit_last','2'),(11755,2445,'_thumbnail_id','1509'),(11741,2445,'_pagelines_gallery_slider','off'),(11742,2445,'_pagelines_quote',''),(11743,2445,'_pagelines_link',''),(11744,2445,'_pagelines_video_m4v',''),(11745,2445,'_pagelines_video_ogv',''),(11746,2445,'_pagelines_video_poster',''),(11747,2445,'_pagelines_video_embed',''),(11748,2445,'_pagelines_audio_mp3',''),(11749,2445,'_pagelines_audio_ogg',''),(11750,2445,'_yoast_wpseo_focuskw','how to succeed as a trader'),(11751,2445,'_yoast_wpseo_metadesc','What\'s more important to succeed as a trader? Is it market knowledge? Is it trading strategy? Or is it your mindset?'),(11752,2445,'_yoast_wpseo_linkdex','41'),(11753,2445,'_pl_karma','0'),(11758,2450,'_edit_last','2'),(11759,2450,'_pagelines_gallery_slider','off'),(11760,2450,'_pagelines_quote',''),(11761,2450,'_pagelines_link',''),(11762,2450,'_pagelines_video_m4v',''),(11763,2450,'_pagelines_video_ogv',''),(11764,2450,'_pagelines_video_poster',''),(11765,2450,'_pagelines_video_embed',''),(11766,2450,'_pagelines_audio_mp3',''),(11767,2450,'_pagelines_audio_ogg',''),(11768,2450,'_edit_lock','1430409860:2'),(11769,2450,'_pl_karma','0'),(11770,2454,'_wp_attached_file','2015/04/trading-room-and-award-pics.jpg'),(11771,2454,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:499;s:6:\"height\";i:126;s:4:\"file\";s:39:\"2015/04/trading-room-and-award-pics.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"trading-room-and-award-pics-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"trading-room-and-award-pics-300x75.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1427998019;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(11772,2450,'_thumbnail_id','2454'),(11777,2456,'_edit_lock','1430840147:2'),(11774,2450,'_yoast_wpseo_focuskw','pre-market trading'),(11775,2450,'_yoast_wpseo_metadesc','Pre-market trading activity covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(11776,2450,'_yoast_wpseo_linkdex','64'),(11778,2456,'_edit_last','2'),(11779,2456,'_thumbnail_id','1724'),(11793,2456,'_pl_karma','0'),(11781,2456,'_pagelines_gallery_slider','off'),(11782,2456,'_pagelines_quote',''),(11783,2456,'_pagelines_link',''),(11784,2456,'_pagelines_video_m4v',''),(11785,2456,'_pagelines_video_ogv',''),(11786,2456,'_pagelines_video_poster',''),(11787,2456,'_pagelines_video_embed',''),(11788,2456,'_pagelines_audio_mp3',''),(11789,2456,'_pagelines_audio_ogg',''),(11790,2456,'_yoast_wpseo_focuskw','pre-market trading'),(11791,2456,'_yoast_wpseo_metadesc','Pre-market trading activity covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(11792,2456,'_yoast_wpseo_linkdex','72'),(11794,2458,'_edit_lock','1430936591:2'),(11795,2458,'_edit_last','2'),(11796,2458,'_pagelines_gallery_slider','off'),(11797,2458,'_pagelines_quote',''),(11798,2458,'_pagelines_link',''),(11799,2458,'_pagelines_video_m4v',''),(11800,2458,'_pagelines_video_ogv',''),(11801,2458,'_pagelines_video_poster',''),(11802,2458,'_pagelines_video_embed',''),(11803,2458,'_pagelines_audio_mp3',''),(11804,2458,'_pagelines_audio_ogg',''),(11805,2458,'_pl_karma','0'),(11806,2458,'_thumbnail_id','2418'),(11812,2462,'_edit_lock','1431002297:2'),(11808,2458,'_yoast_wpseo_focuskw','trading courses'),(11809,2458,'_yoast_wpseo_metadesc','New 12 week quant trading course offers day traders and investors alike the knowledge to better understand the current market environment. Learn to profit from the markets while controlling risk.'),(11810,2458,'_yoast_wpseo_linkdex','64'),(11811,2458,'_wp_old_slug','new-12-week-trading-program'),(11813,2462,'_edit_last','2'),(11814,2462,'_pagelines_gallery_slider','off'),(11815,2462,'_pagelines_quote',''),(11816,2462,'_pagelines_link',''),(11817,2462,'_pagelines_video_m4v',''),(11818,2462,'_pagelines_video_ogv',''),(11819,2462,'_pagelines_video_poster',''),(11820,2462,'_pagelines_video_embed',''),(11821,2462,'_pagelines_audio_mp3',''),(11822,2462,'_pagelines_audio_ogg',''),(11823,2462,'_pl_karma','0'),(11825,2462,'_thumbnail_id','1691'),(11830,2467,'_edit_lock','1431343068:2'),(11827,2462,'_yoast_wpseo_focuskw','pre-market'),(11828,2462,'_yoast_wpseo_metadesc','Pre-market trading activity covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(11829,2462,'_yoast_wpseo_linkdex','82'),(11831,2467,'_edit_last','2'),(11832,2467,'_pagelines_gallery_slider','off'),(11833,2467,'_pagelines_quote',''),(11834,2467,'_pagelines_link',''),(11835,2467,'_pagelines_video_m4v',''),(11836,2467,'_pagelines_video_ogv',''),(11837,2467,'_pagelines_video_poster',''),(11838,2467,'_pagelines_video_embed',''),(11839,2467,'_pagelines_audio_mp3',''),(11840,2467,'_pagelines_audio_ogg',''),(11841,2467,'_pl_karma','0'),(11842,2467,'_thumbnail_id','1216'),(11844,2467,'_yoast_wpseo_focuskw','week ahead markets'),(11845,2467,'_yoast_wpseo_metadesc','The recent steep sudden selloff in German bunds, Japanese government bonds, US Treasuries and other global fixed income instruments suggest a potential liquidity problem may be surfacing.'),(11846,2467,'_yoast_wpseo_linkdex','59'),(11847,2467,'_wp_old_slug','week-ahead-global-financial-markets'),(11851,2474,'_edit_last','2'),(11850,2474,'_edit_lock','1431472554:2'),(11852,2475,'_wp_attached_file','2015/05/rotation-flows.jpg'),(11853,2475,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:397;s:4:\"file\";s:26:\"2015/05/rotation-flows.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"rotation-flows-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"rotation-flows-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:26:\"rotation-flows-500x397.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:397;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:26:\"rotation-flows-500x397.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:397;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1425891061;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(11854,2474,'_thumbnail_id','2475'),(11868,2474,'_pl_karma','0'),(11856,2474,'_pagelines_gallery_slider','off'),(11857,2474,'_pagelines_quote',''),(11858,2474,'_pagelines_link',''),(11859,2474,'_pagelines_video_m4v',''),(11860,2474,'_pagelines_video_ogv',''),(11861,2474,'_pagelines_video_poster',''),(11862,2474,'_pagelines_video_embed',''),(11863,2474,'_pagelines_audio_mp3',''),(11864,2474,'_pagelines_audio_ogg',''),(11865,2474,'_yoast_wpseo_focuskw','intermarket relationships'),(11866,2474,'_yoast_wpseo_metadesc','Intermarket analysis is one of the most misunderstood approaches to technical analysis.'),(11867,2474,'_yoast_wpseo_linkdex','50'),(11869,2477,'_edit_lock','1431947993:2'),(11870,2477,'_edit_last','2'),(11871,2477,'_pagelines_gallery_slider','off'),(11872,2477,'_pagelines_quote',''),(11873,2477,'_pagelines_link',''),(11874,2477,'_pagelines_video_m4v',''),(11875,2477,'_pagelines_video_ogv',''),(11876,2477,'_pagelines_video_poster',''),(11877,2477,'_pagelines_video_embed',''),(11878,2477,'_pagelines_audio_mp3',''),(11879,2477,'_pagelines_audio_ogg',''),(11880,2477,'_pl_karma','0'),(11881,2477,'_thumbnail_id','1749'),(11886,2481,'_edit_lock','1431951617:2'),(11883,2477,'_yoast_wpseo_focuskw','live trading room'),(11884,2477,'_yoast_wpseo_metadesc','The Trading Room® TradeLAB live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader.'),(11885,2477,'_yoast_wpseo_linkdex','65'),(11887,2481,'_edit_last','2'),(11888,2481,'_pagelines_gallery_slider','off'),(11889,2481,'_pagelines_quote',''),(11890,2481,'_pagelines_link',''),(11891,2481,'_pagelines_video_m4v',''),(11892,2481,'_pagelines_video_ogv',''),(11893,2481,'_pagelines_video_poster',''),(11894,2481,'_pagelines_video_embed',''),(11895,2481,'_pagelines_audio_mp3',''),(11896,2481,'_pagelines_audio_ogg',''),(11897,2481,'_yoast_wpseo_focuskw','week ahead in the markets'),(11898,2481,'_yoast_wpseo_metadesc','Join us this week in our live trading room and watch how we use intermarket relationships to uncover trading opportunities.'),(11899,2481,'_yoast_wpseo_linkdex','62'),(11900,2481,'_pl_karma','0'),(11903,2481,'_thumbnail_id','2251'),(11902,2481,'_wp_old_slug','week-ahead-global-financial-markets'),(11906,2483,'_edit_lock','1431985810:2'),(11907,2483,'_edit_last','2'),(11908,2484,'_wp_attached_file','2015/05/currency.jpg'),(11909,2484,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1944;s:6:\"height\";i:2592;s:4:\"file\";s:20:\"2015/05/currency.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"currency-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"currency-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"currency-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"aspect-thumb\";a:4:{s:4:\"file\";s:21:\"currency-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:20:\"currency-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:21:\"currency-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:21:\"currency-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"big-thumb\";a:4:{s:4:\"file\";s:22:\"currency-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(11910,2483,'_thumbnail_id','2484'),(11924,2483,'_pl_karma','0'),(11912,2483,'_pagelines_gallery_slider','off'),(11913,2483,'_pagelines_quote',''),(11914,2483,'_pagelines_link',''),(11915,2483,'_pagelines_video_m4v',''),(11916,2483,'_pagelines_video_ogv',''),(11917,2483,'_pagelines_video_poster',''),(11918,2483,'_pagelines_video_embed',''),(11919,2483,'_pagelines_audio_mp3',''),(11920,2483,'_pagelines_audio_ogg',''),(11921,2483,'_yoast_wpseo_focuskw','currency trading'),(11922,2483,'_yoast_wpseo_metadesc','Learn the secret to currency selection, don\'t miss this special and relevant training session.'),(11923,2483,'_yoast_wpseo_linkdex','50'),(11925,2487,'_edit_lock','1432034906:2'),(11926,2487,'_edit_last','2'),(11927,2488,'_wp_attached_file','2015/05/chinese-quote-pre-market.jpg'),(11928,2488,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:342;s:6:\"height\";i:280;s:4:\"file\";s:36:\"2015/05/chinese-quote-pre-market.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"chinese-quote-pre-market-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"chinese-quote-pre-market-300x245.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1432020204;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(11929,2487,'_thumbnail_id','2488'),(11943,2487,'_pl_karma','0'),(11931,2487,'_pagelines_gallery_slider','off'),(11932,2487,'_pagelines_quote',''),(11933,2487,'_pagelines_link',''),(11934,2487,'_pagelines_video_m4v',''),(11935,2487,'_pagelines_video_ogv',''),(11936,2487,'_pagelines_video_poster',''),(11937,2487,'_pagelines_video_embed',''),(11938,2487,'_pagelines_audio_mp3',''),(11939,2487,'_pagelines_audio_ogg',''),(11940,2487,'_yoast_wpseo_focuskw','pre-market trading'),(11941,2487,'_yoast_wpseo_metadesc','Pre-market trading activity covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(11942,2487,'_yoast_wpseo_linkdex','72'),(11944,2490,'_edit_lock','1432294773:2'),(11945,2490,'_edit_last','2'),(11946,2490,'_thumbnail_id','1691'),(11960,2490,'_pl_karma','0'),(11948,2490,'_pagelines_gallery_slider','off'),(11949,2490,'_pagelines_quote',''),(11950,2490,'_pagelines_link',''),(11951,2490,'_pagelines_video_m4v',''),(11952,2490,'_pagelines_video_ogv',''),(11953,2490,'_pagelines_video_poster',''),(11954,2490,'_pagelines_video_embed',''),(11955,2490,'_pagelines_audio_mp3',''),(11956,2490,'_pagelines_audio_ogg',''),(11957,2490,'_yoast_wpseo_focuskw','pre-market trading'),(11958,2490,'_yoast_wpseo_metadesc','Pre-market trading activity covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(11959,2490,'_yoast_wpseo_linkdex','71'),(11961,2492,'_edit_lock','1432649305:2'),(11962,2492,'_edit_last','2'),(11963,2492,'_thumbnail_id','1724'),(11977,2492,'_pl_karma','1'),(11965,2492,'_pagelines_gallery_slider','off'),(11966,2492,'_pagelines_quote',''),(11967,2492,'_pagelines_link',''),(11968,2492,'_pagelines_video_m4v',''),(11969,2492,'_pagelines_video_ogv',''),(11970,2492,'_pagelines_video_poster',''),(11971,2492,'_pagelines_video_embed',''),(11972,2492,'_pagelines_audio_mp3',''),(11973,2492,'_pagelines_audio_ogg',''),(11974,2492,'_yoast_wpseo_focuskw','pre-market trading'),(11975,2492,'_yoast_wpseo_metadesc','Pre-market trading activity covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(11976,2492,'_yoast_wpseo_linkdex','69'),(11978,2495,'_edit_lock','1432814737:2'),(11979,2495,'_edit_last','2'),(11980,2495,'_thumbnail_id','1677'),(11994,2495,'_pl_karma','0'),(11982,2495,'_pagelines_gallery_slider','off'),(11983,2495,'_pagelines_quote',''),(11984,2495,'_pagelines_link',''),(11985,2495,'_pagelines_video_m4v',''),(11986,2495,'_pagelines_video_ogv',''),(11987,2495,'_pagelines_video_poster',''),(11988,2495,'_pagelines_video_embed',''),(11989,2495,'_pagelines_audio_mp3',''),(11990,2495,'_pagelines_audio_ogg',''),(11991,2495,'_yoast_wpseo_focuskw','pre-market trading'),(11992,2495,'_yoast_wpseo_metadesc','Pre-market trading activity covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(11993,2495,'_yoast_wpseo_linkdex','69'),(12106,2526,'_pagelines_video_ogv',''),(12105,2526,'_pagelines_video_m4v',''),(12104,2526,'_pagelines_link',''),(12103,2526,'_pagelines_quote',''),(12102,2526,'_pagelines_gallery_slider','off'),(12114,2526,'_pl_karma','0'),(12100,2526,'_thumbnail_id','1749'),(12099,2526,'_edit_last','2'),(12098,2526,'_edit_lock','1436270278:2'),(12108,2526,'_pagelines_video_embed',''),(12107,2526,'_pagelines_video_poster',''),(12010,2502,'_edit_lock','1433241927:2'),(12011,2502,'_edit_last','2'),(12012,2502,'_pagelines_gallery_slider','off'),(12013,2502,'_pagelines_quote',''),(12014,2502,'_pagelines_link',''),(12015,2502,'_pagelines_video_m4v',''),(12016,2502,'_pagelines_video_ogv',''),(12017,2502,'_pagelines_video_poster',''),(12018,2502,'_pagelines_video_embed',''),(12019,2502,'_pagelines_audio_mp3',''),(12020,2502,'_pagelines_audio_ogg',''),(12021,2502,'_yoast_wpseo_focuskw','pre-market trading'),(12022,2502,'_yoast_wpseo_metadesc','Pre-market trading activity covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(12023,2502,'_yoast_wpseo_linkdex','74'),(12024,2502,'_thumbnail_id','899'),(12026,2502,'_pl_karma','0'),(12027,2505,'_edit_lock','1433415243:2'),(12028,2505,'_edit_last','2'),(12029,2505,'_pagelines_gallery_slider','off'),(12030,2505,'_pagelines_quote',''),(12031,2505,'_pagelines_link',''),(12032,2505,'_pagelines_video_m4v',''),(12033,2505,'_pagelines_video_ogv',''),(12034,2505,'_pagelines_video_poster',''),(12035,2505,'_pagelines_video_embed',''),(12036,2505,'_pagelines_audio_mp3',''),(12037,2505,'_pagelines_audio_ogg',''),(12038,2505,'_pl_karma','0'),(12039,2505,'_thumbnail_id','1466'),(12044,2510,'_edit_lock','1433772348:2'),(12041,2505,'_yoast_wpseo_focuskw','pre-market trading'),(12042,2505,'_yoast_wpseo_metadesc','Pre-market trading activity covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(12043,2505,'_yoast_wpseo_linkdex','72'),(12045,2510,'_edit_last','2'),(12046,2510,'_pagelines_gallery_slider','off'),(12047,2510,'_pagelines_quote',''),(12048,2510,'_pagelines_link',''),(12049,2510,'_pagelines_video_m4v',''),(12050,2510,'_pagelines_video_ogv',''),(12051,2510,'_pagelines_video_poster',''),(12052,2510,'_pagelines_video_embed',''),(12053,2510,'_pagelines_audio_mp3',''),(12054,2510,'_pagelines_audio_ogg',''),(12055,2510,'_pl_karma','0'),(12056,2510,'_thumbnail_id','2114'),(12061,2514,'_edit_lock','1435320915:2'),(12058,2510,'_yoast_wpseo_focuskw','the week ahead in the markets'),(12059,2510,'_yoast_wpseo_metadesc','The US dollar usually trades in same direction as the bond yield, not bond price. None the less, bonds traded down with the US dollar for most of the week.'),(12060,2510,'_yoast_wpseo_linkdex','67'),(12062,2514,'_edit_last','2'),(12063,2515,'_wp_attached_file','2015/06/asian-board.jpg'),(12064,2515,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:322;s:6:\"height\";i:423;s:4:\"file\";s:23:\"2015/06/asian-board.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"asian-board-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"asian-board-228x300.jpg\";s:5:\"width\";i:228;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1435300232;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(12065,2514,'_thumbnail_id','2515'),(12079,2514,'_pl_karma','0'),(12067,2514,'_pagelines_gallery_slider','off'),(12068,2514,'_pagelines_quote',''),(12069,2514,'_pagelines_link',''),(12070,2514,'_pagelines_video_m4v',''),(12071,2514,'_pagelines_video_ogv',''),(12072,2514,'_pagelines_video_poster',''),(12073,2514,'_pagelines_video_embed',''),(12074,2514,'_pagelines_audio_mp3',''),(12075,2514,'_pagelines_audio_ogg',''),(12076,2514,'_yoast_wpseo_focuskw','pre-market trading'),(12077,2514,'_yoast_wpseo_metadesc','Pre-market trading activity covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(12078,2514,'_yoast_wpseo_linkdex','70'),(12081,2519,'_edit_lock','1435633770:2'),(12082,2519,'_edit_last','2'),(12083,2519,'_pagelines_gallery_slider','off'),(12084,2519,'_pagelines_quote',''),(12085,2519,'_pagelines_link',''),(12086,2519,'_pagelines_video_m4v',''),(12087,2519,'_pagelines_video_ogv',''),(12088,2519,'_pagelines_video_poster',''),(12089,2519,'_pagelines_video_embed',''),(12090,2519,'_pagelines_audio_mp3',''),(12091,2519,'_pagelines_audio_ogg',''),(12092,2519,'_pl_karma','0'),(12093,2519,'_thumbnail_id','2389'),(12095,2519,'_yoast_wpseo_focuskw','week ahead in the markets'),(12096,2519,'_yoast_wpseo_metadesc','I expect a flight to safe haven assets across the global markets, therefore risk assets should flow to US Treasuries and gold. The Japanese yen should also rise from the unwinding of carry trades. Throughout the week keep your attention on the rotation flows as positions may eventually begin to unwind, providing new trading opportunities.'),(12097,2519,'_yoast_wpseo_linkdex','59'),(12109,2526,'_pagelines_audio_mp3',''),(12110,2526,'_pagelines_audio_ogg',''),(12111,2526,'_yoast_wpseo_focuskw','pre market trading activity'),(12112,2526,'_yoast_wpseo_metadesc','Pre-market trading activity covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(12113,2526,'_yoast_wpseo_linkdex','72'),(12115,2528,'_edit_lock','1436527781:2'),(12116,2528,'_edit_last','2'),(12117,2528,'_thumbnail_id','899'),(12131,2528,'_pl_karma','0'),(12119,2528,'_pagelines_gallery_slider','off'),(12120,2528,'_pagelines_quote',''),(12121,2528,'_pagelines_link',''),(12122,2528,'_pagelines_video_m4v',''),(12123,2528,'_pagelines_video_ogv',''),(12124,2528,'_pagelines_video_poster',''),(12125,2528,'_pagelines_video_embed',''),(12126,2528,'_pagelines_audio_mp3',''),(12127,2528,'_pagelines_audio_ogg',''),(12128,2528,'_yoast_wpseo_focuskw','pre-market trading'),(12129,2528,'_yoast_wpseo_metadesc','Pre-market trading activity covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(12130,2528,'_yoast_wpseo_linkdex','52'),(12132,2530,'_edit_lock','1436789957:2'),(12133,2530,'_edit_last','2'),(12134,2530,'_thumbnail_id','1724'),(12148,2530,'_pl_karma','0'),(12136,2530,'_pagelines_gallery_slider','off'),(12137,2530,'_pagelines_quote',''),(12138,2530,'_pagelines_link',''),(12139,2530,'_pagelines_video_m4v',''),(12140,2530,'_pagelines_video_ogv',''),(12141,2530,'_pagelines_video_poster',''),(12142,2530,'_pagelines_video_embed',''),(12143,2530,'_pagelines_audio_mp3',''),(12144,2530,'_pagelines_audio_ogg',''),(12145,2530,'_yoast_wpseo_focuskw','pre-market trading'),(12146,2530,'_yoast_wpseo_metadesc','Pre-market trading activity covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(12147,2530,'_yoast_wpseo_linkdex','52'),(12149,2533,'_edit_lock','1437047903:2'),(12150,2533,'_edit_last','2'),(12151,2533,'_pagelines_gallery_slider','off'),(12152,2533,'_pagelines_quote',''),(12153,2533,'_pagelines_link',''),(12154,2533,'_pagelines_video_m4v',''),(12155,2533,'_pagelines_video_ogv',''),(12156,2533,'_pagelines_video_poster',''),(12157,2533,'_pagelines_video_embed',''),(12158,2533,'_pagelines_audio_mp3',''),(12159,2533,'_pagelines_audio_ogg',''),(12160,2533,'_pl_karma','0'),(12161,2533,'_thumbnail_id','2420'),(12162,2533,'_yoast_wpseo_focuskw','trading room'),(12163,2533,'_yoast_wpseo_metadesc','Don\'t trade alone, Join a group of quant traders in a live trading room.'),(12164,2533,'_yoast_wpseo_linkdex','78'),(12166,2536,'_edit_lock','1437562615:2'),(12167,2536,'_edit_last','2'),(12168,2536,'_thumbnail_id','1691'),(12182,2536,'_pl_karma','0'),(12170,2536,'_pagelines_gallery_slider','off'),(12171,2536,'_pagelines_quote',''),(12172,2536,'_pagelines_link',''),(12173,2536,'_pagelines_video_m4v',''),(12174,2536,'_pagelines_video_ogv',''),(12175,2536,'_pagelines_video_poster',''),(12176,2536,'_pagelines_video_embed',''),(12177,2536,'_pagelines_audio_mp3',''),(12178,2536,'_pagelines_audio_ogg',''),(12179,2536,'_yoast_wpseo_focuskw','pre-market trading'),(12180,2536,'_yoast_wpseo_metadesc','Pre-market trading activity covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(12181,2536,'_yoast_wpseo_linkdex','56'),(12183,2538,'_edit_lock','1437583115:2'),(12184,2538,'_edit_last','2'),(12185,2538,'_pagelines_gallery_slider','off'),(12186,2538,'_pagelines_quote',''),(12187,2538,'_pagelines_link',''),(12188,2538,'_pagelines_video_m4v',''),(12189,2538,'_pagelines_video_ogv',''),(12190,2538,'_pagelines_video_poster',''),(12191,2538,'_pagelines_video_embed',''),(12192,2538,'_pagelines_audio_mp3',''),(12193,2538,'_pagelines_audio_ogg',''),(12194,2538,'_pl_karma','0'),(12195,2538,'_thumbnail_id','2488'),(12200,2543,'_edit_lock','1438012268:2'),(12197,2538,'_yoast_wpseo_focuskw','live trading room'),(12198,2538,'_yoast_wpseo_metadesc','Live trading room access and Pre-market trading activity covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(12199,2538,'_yoast_wpseo_linkdex','72'),(12201,2543,'_edit_last','2'),(12202,2543,'_pagelines_gallery_slider','off'),(12203,2543,'_pagelines_quote',''),(12204,2543,'_pagelines_link',''),(12205,2543,'_pagelines_video_m4v',''),(12206,2543,'_pagelines_video_ogv',''),(12207,2543,'_pagelines_video_poster',''),(12208,2543,'_pagelines_video_embed',''),(12209,2543,'_pagelines_audio_mp3',''),(12210,2543,'_pagelines_audio_ogg',''),(12211,2543,'_pl_karma','0'),(12212,2543,'_thumbnail_id','2389'),(12218,2548,'_edit_lock','1438097808:2'),(12214,2543,'_yoast_wpseo_focuskw','week ahead in the markets'),(12215,2543,'_yoast_wpseo_metadesc','Stock indices also finished weaker, giving up most of the gains that started from the post-Greece relieve rally on the 21st of July. Corporate earnings produced both big winners and losers.'),(12216,2543,'_yoast_wpseo_linkdex','60'),(12217,2543,'_wp_old_slug','week-ahead-global-financial-markets'),(12219,2548,'_edit_last','2'),(12220,2548,'_pagelines_gallery_slider','off'),(12221,2548,'_pagelines_quote',''),(12222,2548,'_pagelines_link',''),(12223,2548,'_pagelines_video_m4v',''),(12224,2548,'_pagelines_video_ogv',''),(12225,2548,'_pagelines_video_poster',''),(12226,2548,'_pagelines_video_embed',''),(12227,2548,'_pagelines_audio_mp3',''),(12228,2548,'_pagelines_audio_ogg',''),(12229,2548,'_pl_karma','0'),(12230,2548,'_thumbnail_id','1270'),(12235,2551,'_edit_lock','1438650862:2'),(12232,2548,'_yoast_wpseo_focuskw','live trading room'),(12233,2548,'_yoast_wpseo_metadesc','Pre-market trading activity covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(12234,2548,'_yoast_wpseo_linkdex','70'),(12236,2551,'_edit_last','2'),(12237,2551,'_pagelines_gallery_slider','off'),(12238,2551,'_pagelines_quote',''),(12239,2551,'_pagelines_link',''),(12240,2551,'_pagelines_video_m4v',''),(12241,2551,'_pagelines_video_ogv',''),(12242,2551,'_pagelines_video_poster',''),(12243,2551,'_pagelines_video_embed',''),(12244,2551,'_pagelines_audio_mp3',''),(12245,2551,'_pagelines_audio_ogg',''),(12246,2551,'_pl_karma','0'),(12247,2551,'_thumbnail_id','2114'),(12252,2557,'_edit_lock','1442334513:2'),(12249,2551,'_yoast_wpseo_focuskw','the week ahead in the markets'),(12250,2551,'_yoast_wpseo_metadesc','Will China\'s stock market behavior have an impact on other markets? The upcoming week is shaping up to be an exciting trading environment with the potential of volatility coming back to the global markets.'),(12251,2551,'_yoast_wpseo_linkdex','60'),(12253,2558,'_wp_attached_file','2015/08/video-pic-8-15.jpg'),(12254,2558,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:953;s:6:\"height\";i:533;s:4:\"file\";s:26:\"2015/08/video-pic-8-15.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"video-pic-8-15-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"video-pic-8-15-300x167.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:26:\"video-pic-8-15-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:26:\"video-pic-8-15-953x500.jpg\";s:5:\"width\";i:953;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:26:\"video-pic-8-15-500x533.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1438846728;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(12255,2557,'_edit_last','2'),(12256,2557,'_pagelines_gallery_slider','off'),(12257,2557,'_pagelines_quote',''),(12258,2557,'_pagelines_link',''),(12259,2557,'_pagelines_video_m4v',''),(12260,2557,'_pagelines_video_ogv',''),(12261,2557,'_pagelines_video_poster','http://www.thetradingroom.com/wp-content/uploads/2015/08/video-pic-8-15.jpg'),(12262,2557,'_pagelines_video_embed','<iframe src=\"https://player.vimeo.com/video/132417254\" width=\"500\" height=\"281\" frameborder=\"0\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>\r\n'),(12263,2557,'_pagelines_audio_mp3',''),(12264,2557,'_pagelines_audio_ogg',''),(12265,2557,'_pl_karma','0'),(12267,2557,'_thumbnail_id','2558'),(12269,2561,'_edit_lock','1439299005:2'),(12270,2561,'_edit_last','2'),(12271,2561,'_thumbnail_id','2515'),(12272,2561,'_pagelines_gallery_slider','off'),(12273,2561,'_pagelines_quote',''),(12274,2561,'_pagelines_link',''),(12275,2561,'_pagelines_video_m4v',''),(12276,2561,'_pagelines_video_ogv',''),(12277,2561,'_pagelines_video_poster',''),(12278,2561,'_pagelines_video_embed',''),(12279,2561,'_pagelines_audio_mp3',''),(12280,2561,'_pagelines_audio_ogg',''),(12281,2561,'_pl_karma','0'),(12287,2565,'_edit_lock','1442315453:2'),(12283,2561,'_yoast_wpseo_focuskw','pre-market trading'),(12284,2561,'_yoast_wpseo_metadesc','Pre-market trading activity covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(12285,2561,'_yoast_wpseo_linkdex','74'),(12288,2565,'_edit_last','2'),(12289,2565,'_pagelines_gallery_slider','off'),(12290,2565,'_pagelines_quote',''),(12291,2565,'_pagelines_link',''),(12292,2565,'_pagelines_video_m4v',''),(12293,2565,'_pagelines_video_ogv',''),(12294,2565,'_pagelines_video_poster',''),(12295,2565,'_pagelines_video_embed',''),(12296,2565,'_pagelines_audio_mp3',''),(12297,2565,'_pagelines_audio_ogg',''),(12298,2565,'_pl_karma','0'),(12299,2565,'_thumbnail_id','1216'),(12304,2567,'_edit_lock','1439822892:2'),(12301,2565,'_yoast_wpseo_focuskw','trading performance'),(12302,2565,'_yoast_wpseo_metadesc','Special insiders two-part webinar series designed to improve your trading performance.'),(12303,2565,'_yoast_wpseo_linkdex','70'),(12305,2567,'_edit_last','2'),(12306,2567,'_pagelines_gallery_slider','off'),(12307,2567,'_pagelines_quote',''),(12308,2567,'_pagelines_link',''),(12309,2567,'_pagelines_video_m4v',''),(12310,2567,'_pagelines_video_ogv',''),(12311,2567,'_pagelines_video_poster',''),(12312,2567,'_pagelines_video_embed',''),(12313,2567,'_pagelines_audio_mp3',''),(12314,2567,'_pagelines_audio_ogg',''),(12315,2567,'_pl_karma','1'),(12316,2567,'_thumbnail_id','2238'),(12321,2571,'_edit_lock','1439918134:2'),(12318,2567,'_yoast_wpseo_focuskw','week ahead'),(12319,2567,'_yoast_wpseo_metadesc','The market sentiment is becoming progressively more bearish as analysts keep lowering target levels. The speculative positioning should trigger volatility in the week ahead. Is this the beginning of some profit taking or short covering rally?'),(12320,2567,'_yoast_wpseo_linkdex','78'),(12322,2571,'_edit_last','2'),(12323,2571,'_thumbnail_id','1691'),(12337,2571,'_pl_karma','1'),(12325,2571,'_pagelines_gallery_slider','off'),(12326,2571,'_pagelines_quote',''),(12327,2571,'_pagelines_link',''),(12328,2571,'_pagelines_video_m4v',''),(12329,2571,'_pagelines_video_ogv',''),(12330,2571,'_pagelines_video_poster',''),(12331,2571,'_pagelines_video_embed',''),(12332,2571,'_pagelines_audio_mp3',''),(12333,2571,'_pagelines_audio_ogg',''),(12334,2571,'_yoast_wpseo_focuskw','pre-market trading'),(12335,2571,'_yoast_wpseo_metadesc','Pre-market trading activity covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(12336,2571,'_yoast_wpseo_linkdex','56'),(12338,2574,'_optimizepress_pagebuilder','Y'),(12339,2574,'_optimizepress_page_thumbnail',''),(12340,2574,'_optimizepress_page_thumbnail_preset',''),(12341,2574,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(12342,2574,'_optimizepress_header_layout','s:818:\"a:10:{s:4:\"logo\";s:77:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Light.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#2c323e\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"Y\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:2:\"22\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:6:\"normal\";s:9:\"font_size\";s:2:\"13\";s:11:\"font_family\";s:7:\"PT Sans\";}}\";'),(12343,2574,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(12344,2574,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(12345,2574,'_optimizepress_footer_area','s:286:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:2:\"40\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:15:\"Source Sans Pro\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(12346,2574,'_optimizepress_typography','s:1255:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:2:\"24\";s:4:\"font\";s:10:\"Montserrat\";s:5:\"style\";s:4:\"bold\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#0F87C9\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#636363\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(12347,2574,'_optimizepress_color_scheme_advanced','s:1943:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:7:\"#b9bdc0\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:8:{s:12:\"footer_start\";s:7:\"#2c323e\";s:10:\"footer_end\";s:7:\"#2c323e\";s:17:\"footer_text_color\";s:7:\"#ffffff\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:16:\"link_hover_color\";s:0:\"\";}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:7:\"#ffffff\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(12348,2574,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(12349,2574,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(12350,2574,'_optimizepress_scripts','s:61:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:0:\"\";}}\";'),(12351,2574,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(12352,2574,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(12353,2574,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(12354,2574,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"2\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(12355,2574,'_optimizepress_membership',''),(12356,2574,'_optimizepress_color_scheme_template',''),(12357,2574,'_optimizepress_one_time_offer','s:141:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:4:\"time\";a:4:{s:4:\"days\";s:0:\"\";s:5:\"hours\";s:0:\"\";s:7:\"minutes\";s:0:\"\";s:7:\"seconds\";s:0:\"\";}}\";'),(12358,2574,'_optimizepress_launch_gateway',''),(12359,2576,'_optimizepress_pagebuilder','Y'),(12360,2576,'_optimizepress_page_thumbnail','http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg'),(12361,2576,'_optimizepress_page_thumbnail_preset',''),(12362,2576,'_optimizepress_header_layout','s:900:\"a:12:{s:4:\"logo\";s:77:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Light.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#2c323e\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"Y\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:6:\"normal\";s:9:\"font_size\";s:2:\"13\";s:11:\"font_family\";s:7:\"PT Sans\";}s:12:\"disable_link\";s:0:\"\";s:11:\"header_link\";s:30:\"http://www.thetradingroom.com/\";}\";'),(12363,2576,'_optimizepress_membership',''),(12364,2576,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(12365,2576,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(12366,2576,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(12367,2576,'_optimizepress_footer_area','s:284:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:15:\"Source Sans Pro\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(12368,2576,'_optimizepress_color_scheme_template',''),(12369,2576,'_optimizepress_typography','s:1255:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:2:\"24\";s:4:\"font\";s:10:\"Montserrat\";s:5:\"style\";s:4:\"bold\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#0F87C9\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#636363\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(12370,2576,'_optimizepress_color_scheme_advanced','s:1943:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:7:\"#b9bdc0\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:8:{s:12:\"footer_start\";s:7:\"#2c323e\";s:10:\"footer_end\";s:7:\"#2c323e\";s:17:\"footer_text_color\";s:7:\"#ffffff\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:16:\"link_hover_color\";s:0:\"\";}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:7:\"#ffffff\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(12371,2576,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(12372,2576,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(12373,2576,'_optimizepress_scripts','s:61:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:0:\"\";}}\";'),(12374,2576,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(12375,2576,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(12376,2576,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(12377,2576,'_optimizepress_one_time_offer','s:141:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:4:\"time\";a:4:{s:4:\"days\";s:0:\"\";s:5:\"hours\";s:0:\"\";s:7:\"minutes\";s:0:\"\";s:7:\"seconds\";s:0:\"\";}}\";'),(12378,2576,'_optimizepress_launch_gateway',''),(12379,2576,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(12380,2577,'_wp_attached_file','2015/08/joe-strategies-that-work.jpg'),(12381,2577,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:574;s:6:\"height\";i:404;s:4:\"file\";s:36:\"2015/08/joe-strategies-that-work.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"joe-strategies-that-work-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"joe-strategies-that-work-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:36:\"joe-strategies-that-work-500x404.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:404;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:36:\"joe-strategies-that-work-500x404.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:404;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1417088820;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(12382,2577,'_pl_karma','0'),(12383,2579,'_edit_lock','1440092050:2'),(12384,2579,'_edit_last','2'),(12385,2580,'_wp_attached_file','2015/08/allocation-pie-8-20.jpg'),(12386,2580,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:447;s:6:\"height\";i:340;s:4:\"file\";s:31:\"2015/08/allocation-pie-8-20.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"allocation-pie-8-20-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"allocation-pie-8-20-300x228.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1440055176;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(12387,2579,'_thumbnail_id','2580'),(12401,2579,'_pl_karma','0'),(12389,2579,'_pagelines_gallery_slider','off'),(12390,2579,'_pagelines_quote',''),(12391,2579,'_pagelines_link',''),(12392,2579,'_pagelines_video_m4v',''),(12393,2579,'_pagelines_video_ogv',''),(12394,2579,'_pagelines_video_poster',''),(12395,2579,'_pagelines_video_embed',''),(12396,2579,'_pagelines_audio_mp3',''),(12397,2579,'_pagelines_audio_ogg',''),(12398,2579,'_yoast_wpseo_focuskw','pre-market trading'),(12399,2579,'_yoast_wpseo_metadesc','Pre-market activity and scheduled economic data that may have an impact on stocks, bonds, commodities and currencies.'),(12400,2579,'_yoast_wpseo_linkdex','67'),(12402,2582,'_edit_lock','1440414700:2'),(12403,2582,'_edit_last','2'),(12418,2582,'_pl_karma','0'),(12405,2582,'_pagelines_gallery_slider','off'),(12406,2582,'_pagelines_quote',''),(12407,2582,'_pagelines_link',''),(12408,2582,'_pagelines_video_m4v',''),(12409,2582,'_pagelines_video_ogv',''),(12410,2582,'_pagelines_video_poster',''),(12411,2582,'_pagelines_video_embed',''),(12412,2582,'_pagelines_audio_mp3',''),(12413,2582,'_pagelines_audio_ogg',''),(12414,2582,'_yoast_wpseo_focuskw','week ahead'),(12415,2582,'_yoast_wpseo_title','Week Ahead'),(12416,2582,'_yoast_wpseo_metadesc','US Stock Index futures signaled losses will cascade in the world’s biggest stock market after U.S. equities ended last week down the most in almost four years.'),(12417,2582,'_yoast_wpseo_linkdex','70'),(12419,2582,'_thumbnail_id','1597'),(12421,2585,'_edit_lock','1440764481:2'),(12422,2585,'_edit_last','2'),(12423,2585,'_thumbnail_id','1749'),(12437,2585,'_pl_karma','0'),(12425,2585,'_pagelines_gallery_slider','off'),(12426,2585,'_pagelines_quote',''),(12427,2585,'_pagelines_link',''),(12428,2585,'_pagelines_video_m4v',''),(12429,2585,'_pagelines_video_ogv',''),(12430,2585,'_pagelines_video_poster',''),(12431,2585,'_pagelines_video_embed',''),(12432,2585,'_pagelines_audio_mp3',''),(12433,2585,'_pagelines_audio_ogg',''),(12434,2585,'_yoast_wpseo_focuskw','live trading room'),(12435,2585,'_yoast_wpseo_metadesc','Pre-market trading activity covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(12436,2585,'_yoast_wpseo_linkdex','68'),(12438,2587,'_edit_lock','1441015042:2'),(12439,2587,'_edit_last','2'),(12440,2587,'_thumbnail_id','1501'),(12454,2587,'_pl_karma','0'),(12442,2587,'_pagelines_gallery_slider','off'),(12443,2587,'_pagelines_quote',''),(12444,2587,'_pagelines_link',''),(12445,2587,'_pagelines_video_m4v',''),(12446,2587,'_pagelines_video_ogv',''),(12447,2587,'_pagelines_video_poster',''),(12448,2587,'_pagelines_video_embed',''),(12449,2587,'_pagelines_audio_mp3',''),(12450,2587,'_pagelines_audio_ogg',''),(12451,2587,'_yoast_wpseo_focuskw','live trading room'),(12452,2587,'_yoast_wpseo_metadesc','Pre-market trading activity covering stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact on the markets also included.'),(12453,2587,'_yoast_wpseo_linkdex','70'),(12455,2589,'_edit_lock','1441369252:2'),(12456,2589,'_edit_last','2'),(12458,2589,'_thumbnail_id','442'),(12459,2589,'_pagelines_gallery_slider','off'),(12460,2589,'_pagelines_quote',''),(12461,2589,'_pagelines_link',''),(12462,2589,'_pagelines_video_m4v',''),(12463,2589,'_pagelines_video_ogv',''),(12464,2589,'_pagelines_video_poster',''),(12465,2589,'_pagelines_video_embed',''),(12466,2589,'_pagelines_audio_mp3',''),(12467,2589,'_pagelines_audio_ogg',''),(12468,2589,'_yoast_wpseo_focuskw','live trading room'),(12469,2589,'_yoast_wpseo_metadesc','Market moving data due for release today! Gain access to live trading room.'),(12470,2589,'_yoast_wpseo_linkdex','69'),(12471,2589,'_pl_karma','0'),(12480,2596,'_edit_lock','1442315324:2'),(12473,2592,'_edit_lock','1441367763:2'),(12474,2592,'_edit_last','2'),(12475,2592,'_thumbnail_id','442'),(12476,2592,'_yoast_wpseo_focuskw','live trading room'),(12477,2592,'_yoast_wpseo_metadesc','Market moving data due for release today!'),(12478,2592,'_yoast_wpseo_linkdex','70'),(12481,2596,'_edit_last','2'),(12482,2596,'_thumbnail_id','2239'),(12495,2596,'_pl_karma','0'),(12484,2596,'_pagelines_gallery_slider','off'),(12485,2596,'_pagelines_quote',''),(12486,2596,'_pagelines_link',''),(12487,2596,'_pagelines_video_m4v',''),(12488,2596,'_pagelines_video_ogv',''),(12489,2596,'_pagelines_video_poster',''),(12490,2596,'_pagelines_video_embed',''),(12491,2596,'_pagelines_audio_mp3',''),(12492,2596,'_pagelines_audio_ogg',''),(12493,2596,'_yoast_wpseo_focuskw','week ahead stock market'),(12494,2596,'_yoast_wpseo_linkdex','56'),(12496,1574,'_edit_lock','1442315343:2'),(12502,2600,'_edit_lock','1442920648:2'),(12499,2557,'_yoast_wpseo_focuskw','velocity stock trading'),(12500,2557,'_yoast_wpseo_metadesc','How to uncover the velocity in the markets! Discover the one tool to instantly identify market sentiment and rotation flows.'),(12501,2557,'_yoast_wpseo_linkdex','39'),(12503,2600,'_edit_last','2'),(12504,2600,'_thumbnail_id','1724'),(12518,2600,'_pl_karma','0'),(12506,2600,'_pagelines_gallery_slider','off'),(12507,2600,'_pagelines_quote',''),(12508,2600,'_pagelines_link',''),(12509,2600,'_pagelines_video_m4v',''),(12510,2600,'_pagelines_video_ogv',''),(12511,2600,'_pagelines_video_poster',''),(12512,2600,'_pagelines_video_embed',''),(12513,2600,'_pagelines_audio_mp3',''),(12514,2600,'_pagelines_audio_ogg',''),(12515,2600,'_yoast_wpseo_focuskw','pre-market trading'),(12516,2600,'_yoast_wpseo_metadesc','Pre-market trading including overnight trading activity for stocks, bonds, commodities and currencies.'),(12517,2600,'_yoast_wpseo_linkdex','68'),(12519,2603,'_edit_lock','1444246827:2'),(12520,2603,'_edit_last','2'),(12521,2603,'_pagelines_gallery_slider','off'),(12522,2603,'_pagelines_quote',''),(12523,2603,'_pagelines_link',''),(12524,2603,'_pagelines_video_m4v',''),(12525,2603,'_pagelines_video_ogv',''),(12526,2603,'_pagelines_video_poster',''),(12527,2603,'_pagelines_video_embed',''),(12528,2603,'_pagelines_audio_mp3',''),(12529,2603,'_pagelines_audio_ogg',''),(12530,2603,'_thumbnail_id','2475'),(12531,2603,'_yoast_wpseo_focuskw','intermarket analysis'),(12532,2603,'_yoast_wpseo_metadesc','Intermarket analysis is one of the most misunderstood approaches to technical analysis. Learn how intermarket relationships can help you trade stocks, bonds, commodities and currencies.'),(12533,2603,'_yoast_wpseo_linkdex','56'),(12534,2603,'_pl_karma','0'),(12538,2609,'_edit_lock','1444251068:2'),(12539,2609,'_edit_last','2'),(12540,2609,'_pagelines_gallery_slider','off'),(12541,2609,'_pagelines_quote',''),(12542,2609,'_pagelines_link',''),(12543,2609,'_pagelines_video_m4v',''),(12544,2609,'_pagelines_video_ogv',''),(12545,2609,'_pagelines_video_poster',''),(12546,2609,'_pagelines_video_embed',''),(12547,2609,'_pagelines_audio_mp3',''),(12548,2609,'_pagelines_audio_ogg',''),(12549,2609,'_pl_karma','0'),(12550,2609,'_thumbnail_id','2577'),(12556,2613,'_edit_lock','1444823443:2'),(12552,2609,'_yoast_wpseo_focuskw','online trading courses'),(12553,2609,'_yoast_wpseo_metadesc','Learn the tactics from a professional trader. Learn new tactics for trading stocks, bonds, commodities and currencies.'),(12554,2609,'_yoast_wpseo_linkdex','62'),(12555,2609,'_wp_old_slug','master-trader-program-online-training'),(12557,2613,'_edit_last','2'),(12558,2613,'_thumbnail_id','1677'),(12572,2613,'_pl_karma','0'),(12560,2613,'_pagelines_gallery_slider','off'),(12561,2613,'_pagelines_quote',''),(12562,2613,'_pagelines_link',''),(12563,2613,'_pagelines_video_m4v',''),(12564,2613,'_pagelines_video_ogv',''),(12565,2613,'_pagelines_video_poster',''),(12566,2613,'_pagelines_video_embed',''),(12567,2613,'_pagelines_audio_mp3',''),(12568,2613,'_pagelines_audio_ogg',''),(12569,2613,'_yoast_wpseo_focuskw','pre-market trading'),(12570,2613,'_yoast_wpseo_metadesc','Pre-market trading activity for stocks, bonds, commodities and forex markets.'),(12571,2613,'_yoast_wpseo_linkdex','67'),(12573,2615,'_edit_lock','1444908068:2'),(12574,2616,'_wp_attached_file','2015/10/rank-10-15.jpg'),(12575,2616,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:388;s:6:\"height\";i:188;s:4:\"file\";s:22:\"2015/10/rank-10-15.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"rank-10-15-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"rank-10-15-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1444892787;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(12576,2615,'_edit_last','2'),(12577,2615,'_thumbnail_id','2616'),(12591,2615,'_pl_karma','0'),(12579,2615,'_pagelines_gallery_slider','off'),(12580,2615,'_pagelines_quote',''),(12581,2615,'_pagelines_link',''),(12582,2615,'_pagelines_video_m4v',''),(12583,2615,'_pagelines_video_ogv',''),(12584,2615,'_pagelines_video_poster',''),(12585,2615,'_pagelines_video_embed',''),(12586,2615,'_pagelines_audio_mp3',''),(12587,2615,'_pagelines_audio_ogg',''),(12588,2615,'_yoast_wpseo_focuskw','pre-market trading'),(12589,2615,'_yoast_wpseo_metadesc','Pre-market trading for the global financial markets including scheduled economic data that may have an impact on stocks, bonds, commodities and currencies.'),(12590,2615,'_yoast_wpseo_linkdex','60'),(12594,2621,'_edit_lock','1447327542:2'),(12595,2621,'_edit_last','2'),(12596,2621,'_thumbnail_id','2488'),(12610,2621,'_pl_karma','0'),(12598,2621,'_pagelines_gallery_slider','off'),(12599,2621,'_pagelines_quote',''),(12600,2621,'_pagelines_link',''),(12601,2621,'_pagelines_video_m4v',''),(12602,2621,'_pagelines_video_ogv',''),(12603,2621,'_pagelines_video_poster',''),(12604,2621,'_pagelines_video_embed',''),(12605,2621,'_pagelines_audio_mp3',''),(12606,2621,'_pagelines_audio_ogg',''),(12607,2621,'_yoast_wpseo_focuskw','pre-market trading'),(12608,2621,'_yoast_wpseo_metadesc','Pre-market trading activity for stocks, bonds, commodities and currencies.'),(12609,2621,'_yoast_wpseo_linkdex','52'),(12611,2623,'_edit_lock','1447677404:2'),(12612,2623,'_edit_last','2'),(12613,2623,'_pagelines_gallery_slider','off'),(12614,2623,'_pagelines_quote',''),(12615,2623,'_pagelines_link',''),(12616,2623,'_pagelines_video_m4v',''),(12617,2623,'_pagelines_video_ogv',''),(12618,2623,'_pagelines_video_poster',''),(12619,2623,'_pagelines_video_embed',''),(12620,2623,'_pagelines_audio_mp3',''),(12621,2623,'_pagelines_audio_ogg',''),(12622,2623,'_pl_karma','0'),(12625,2625,'_wp_attached_file','2015/11/pre-market-open-china.jpg'),(12624,2623,'_wp_old_slug','pre-market-trading'),(12626,2625,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:418;s:6:\"height\";i:66;s:4:\"file\";s:33:\"2015/11/pre-market-open-china.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"pre-market-open-china-80x66.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"pre-market-open-china-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1446014588;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(12627,2623,'_thumbnail_id','2625'),(12630,2630,'_edit_lock','1448882339:2'),(12631,2630,'_edit_last','2'),(12632,2630,'_pagelines_gallery_slider','off'),(12633,2630,'_pagelines_quote',''),(12634,2630,'_pagelines_link',''),(12635,2630,'_pagelines_video_m4v',''),(12636,2630,'_pagelines_video_ogv',''),(12637,2630,'_pagelines_video_poster',''),(12638,2630,'_pagelines_video_embed',''),(12639,2630,'_pagelines_audio_mp3',''),(12640,2630,'_pagelines_audio_ogg',''),(12641,2630,'_pl_karma','0'),(12647,2630,'_thumbnail_id','1749'),(12644,2630,'_yoast_wpseo_focuskw','pre-market trading'),(12645,2630,'_yoast_wpseo_metadesc','Pre-market trading report for stocks, bonds, commodities and currencies. Scheduled economic data releases that may have an impact also included.'),(12646,2630,'_yoast_wpseo_linkdex','71'),(12650,2635,'_edit_lock','1448883086:2'),(12651,2635,'_edit_last','2'),(12652,2635,'_pagelines_gallery_slider','off'),(12653,2635,'_pagelines_quote',''),(12654,2635,'_pagelines_link',''),(12655,2635,'_pagelines_video_m4v',''),(12656,2635,'_pagelines_video_ogv',''),(12657,2635,'_pagelines_video_poster',''),(12658,2635,'_pagelines_video_embed',''),(12659,2635,'_pagelines_audio_mp3',''),(12660,2635,'_pagelines_audio_ogg',''),(12661,2635,'_pl_karma','0'),(12662,2635,'_thumbnail_id','874'),(12668,2637,'_edit_lock','1449088997:2'),(12664,2635,'_wp_old_slug','week-ahead-global-markets'),(12665,2635,'_yoast_wpseo_focuskw','week ahead in the markets'),(12666,2635,'_yoast_wpseo_metadesc','A look at the ahead in the global financial markets including stocks, bonds, commodities and currencies.'),(12667,2635,'_yoast_wpseo_linkdex','56'),(12669,2637,'_edit_last','2'),(12772,2682,'_thumbnail_id','2685'),(12776,2688,'_pagelines_gallery_slider','off'),(12777,2688,'_pagelines_quote',''),(12778,2688,'_pagelines_link',''),(12779,2688,'_pagelines_video_m4v',''),(12780,2688,'_pagelines_video_ogv',''),(12781,2688,'_pagelines_video_poster',''),(12782,2688,'_pagelines_video_embed',''),(12783,2688,'_pagelines_audio_mp3',''),(12784,2688,'_pagelines_audio_ogg',''),(12785,2688,'_pl_karma','0'),(12790,2688,'_thumbnail_id','2577'),(12787,2688,'_yoast_wpseo_focuskw','live trading room'),(12788,2688,'_yoast_wpseo_metadesc','The Trading Room® TradeLAB live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets'),(12789,2688,'_yoast_wpseo_linkdex','34'),(12834,2705,'_edit_last','2'),(12833,2705,'_edit_lock','1451909685:2'),(12794,2694,'_edit_lock','1450216473:2'),(12795,2694,'_edit_last','2'),(12796,2694,'_pagelines_gallery_slider','off'),(12797,2694,'_pagelines_quote',''),(12798,2694,'_pagelines_link',''),(12799,2694,'_pagelines_video_m4v',''),(12800,2694,'_pagelines_video_ogv',''),(12801,2694,'_pagelines_video_poster',''),(12802,2694,'_pagelines_video_embed',''),(12810,2699,'_wp_attached_file','2015/12/einstein-vimeo-12-15.jpg'),(12807,2694,'_yoast_wpseo_focuskw','automated trading systems'),(12808,2694,'_yoast_wpseo_metadesc','Review of trades and applications using the Einstein III automated trading system to improve overall trading experience.'),(12809,2694,'_yoast_wpseo_linkdex','59'),(12803,2694,'_pagelines_audio_mp3',''),(12804,2694,'_pagelines_audio_ogg',''),(12805,2694,'_pl_karma','0'),(12811,2699,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:626;s:6:\"height\";i:351;s:4:\"file\";s:32:\"2015/12/einstein-vimeo-12-15.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"einstein-vimeo-12-15-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"einstein-vimeo-12-15-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:32:\"einstein-vimeo-12-15-500x351.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:351;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:32:\"einstein-vimeo-12-15-500x351.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:351;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1450193115;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(12812,2694,'_thumbnail_id','2699'),(12814,2700,'_edit_lock','1450309526:2'),(12815,2700,'_edit_last','2'),(12816,2700,'_pagelines_gallery_slider','off'),(12817,2700,'_pagelines_quote',''),(12818,2700,'_pagelines_link',''),(12819,2700,'_pagelines_video_m4v',''),(12820,2700,'_pagelines_video_ogv',''),(12821,2700,'_pagelines_video_poster',''),(12822,2700,'_pagelines_video_embed',''),(12823,2700,'_pagelines_audio_mp3',''),(12824,2700,'_pagelines_audio_ogg',''),(12825,2700,'_pl_karma','0'),(12830,2700,'_thumbnail_id','1544'),(12827,2700,'_yoast_wpseo_focuskw','trade the news'),(12828,2700,'_yoast_wpseo_metadesc','Live emini S&P futures with exact entry and exit with quick commentary on the methodology.'),(12829,2700,'_yoast_wpseo_linkdex','44'),(12835,2705,'_thumbnail_id','2625'),(12849,2705,'_pl_karma','0'),(12837,2705,'_pagelines_gallery_slider','off'),(12838,2705,'_pagelines_quote',''),(12839,2705,'_pagelines_link',''),(12840,2705,'_pagelines_video_m4v',''),(12841,2705,'_pagelines_video_ogv',''),(12842,2705,'_pagelines_video_poster',''),(12843,2705,'_pagelines_video_embed',''),(12844,2705,'_pagelines_audio_mp3',''),(12845,2705,'_pagelines_audio_ogg',''),(12846,2705,'_yoast_wpseo_focuskw','pre-market trading'),(12847,2705,'_yoast_wpseo_metadesc','Pre-market trading activity for stocks, bonds, commodities and currencies. Don\'t trade alone, join a group of quant traders in a live trading room.'),(12848,2705,'_yoast_wpseo_linkdex','63'),(12850,2707,'_edit_lock','1452165759:2'),(12851,2707,'_edit_last','2'),(12852,2707,'_pagelines_gallery_slider','off'),(12853,2707,'_pagelines_quote',''),(12854,2707,'_pagelines_link',''),(12855,2707,'_pagelines_video_m4v',''),(12856,2707,'_pagelines_video_ogv',''),(12857,2707,'_pagelines_video_poster',''),(12858,2707,'_pagelines_video_embed',''),(12859,2707,'_pagelines_audio_mp3',''),(12860,2707,'_pagelines_audio_ogg',''),(12861,2707,'_pl_karma','0'),(12862,2709,'_wp_attached_file','2016/01/quant-pie-1-6.jpg'),(12863,2709,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:399;s:6:\"height\";i:202;s:4:\"file\";s:25:\"2016/01/quant-pie-1-6.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"quant-pie-1-6-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"quant-pie-1-6-300x151.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1452063065;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(12864,2707,'_thumbnail_id','2709'),(12869,2711,'_edit_lock','1452603003:2'),(12866,2707,'_yoast_wpseo_focuskw','live trading room'),(12867,2707,'_yoast_wpseo_metadesc','Don\'t trade alone, join a group of quant traders in a live trading room.'),(12868,2707,'_yoast_wpseo_linkdex','67'),(12870,2711,'_edit_last','2'),(12871,2711,'_pagelines_gallery_slider','off'),(12872,2711,'_pagelines_quote',''),(12873,2711,'_pagelines_link',''),(12874,2711,'_pagelines_video_m4v',''),(12875,2711,'_pagelines_video_ogv',''),(12876,2711,'_pagelines_video_poster',''),(12877,2711,'_pagelines_video_embed',''),(12878,2711,'_pagelines_audio_mp3',''),(12879,2711,'_pagelines_audio_ogg',''),(12880,2711,'_pl_karma','0'),(12881,2711,'_thumbnail_id','2488'),(12886,2715,'_edit_lock','1452774723:2'),(12883,2711,'_yoast_wpseo_focuskw','pre-market'),(12884,2711,'_yoast_wpseo_metadesc','What\'s Next in the Markets?'),(12885,2711,'_yoast_wpseo_linkdex','75'),(12887,2715,'_edit_last','2'),(12888,2716,'_wp_attached_file','2016/01/assets-ttr-logo.jpg'),(12889,2716,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:454;s:6:\"height\";i:169;s:4:\"file\";s:27:\"2016/01/assets-ttr-logo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"assets-ttr-logo-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"assets-ttr-logo-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1452689155;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(12890,2715,'_thumbnail_id','2716'),(12904,2715,'_pl_karma','0'),(12892,2715,'_pagelines_gallery_slider','off'),(12893,2715,'_pagelines_quote',''),(12894,2715,'_pagelines_link',''),(12895,2715,'_pagelines_video_m4v',''),(12896,2715,'_pagelines_video_ogv',''),(12897,2715,'_pagelines_video_poster',''),(12898,2715,'_pagelines_video_embed',''),(12899,2715,'_pagelines_audio_mp3',''),(12900,2715,'_pagelines_audio_ogg',''),(12901,2715,'_yoast_wpseo_focuskw','live trading room'),(12902,2715,'_yoast_wpseo_metadesc','Top ranked live futures trading room covering stocks, bonds, commodities and currencies.'),(12903,2715,'_yoast_wpseo_linkdex','69'),(12905,2718,'_edit_lock','1453203994:2'),(12906,2718,'_edit_last','2'),(12907,2718,'_pagelines_gallery_slider','off'),(12908,2718,'_pagelines_quote',''),(12909,2718,'_pagelines_link',''),(12910,2718,'_pagelines_video_m4v',''),(12911,2718,'_pagelines_video_ogv',''),(12912,2718,'_pagelines_video_poster',''),(12913,2718,'_pagelines_video_embed',''),(12914,2718,'_pagelines_audio_mp3',''),(12915,2718,'_pagelines_audio_ogg',''),(12916,2718,'_pl_karma','0'),(12917,2718,'_thumbnail_id','874'),(12925,2721,'_edit_lock','1453382400:2'),(12919,2718,'_wp_old_slug','week-ahead-global-financial-markets'),(12920,2718,'_yoast_wpseo_focuskw','week ahead in markets'),(12921,2718,'_yoast_wpseo_metadesc','Stocks in Asia and Europe extended losses on the first day of trade for the week while the US markets were closed for Martin Luther King Day.'),(12922,2718,'_yoast_wpseo_linkdex','62'),(12926,2721,'_edit_last','2'),(12940,2721,'_pl_karma','0'),(12928,2721,'_pagelines_gallery_slider','off'),(12929,2721,'_pagelines_quote',''),(12930,2721,'_pagelines_link',''),(12931,2721,'_pagelines_video_m4v',''),(12932,2721,'_pagelines_video_ogv',''),(12933,2721,'_pagelines_video_poster',''),(12934,2721,'_pagelines_video_embed',''),(12935,2721,'_pagelines_audio_mp3',''),(12936,2721,'_pagelines_audio_ogg',''),(12937,2721,'_yoast_wpseo_focuskw','pre-market trading'),(12938,2721,'_yoast_wpseo_metadesc','Risk-Off flows continued as U.S. equity index futures dropped after a rally in Asian stocks reversed, pushing a gauge of global equities back to the brink of a bear market.'),(12939,2721,'_yoast_wpseo_linkdex','63'),(12941,2723,'_wp_attached_file','2016/01/numbers-pic.jpg'),(12942,2723,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:474;s:6:\"height\";i:116;s:4:\"file\";s:23:\"2016/01/numbers-pic.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"numbers-pic-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"numbers-pic-300x73.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:73;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1452689648;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(12943,2721,'_thumbnail_id','2723'),(12945,2725,'_edit_lock','1453672253:2'),(12946,2725,'_edit_last','2'),(12947,2725,'_pagelines_gallery_slider','off'),(12948,2725,'_pagelines_quote',''),(12949,2725,'_pagelines_link',''),(12950,2725,'_pagelines_video_m4v',''),(12951,2725,'_pagelines_video_ogv',''),(12952,2725,'_pagelines_video_poster',''),(12953,2725,'_pagelines_video_embed',''),(12954,2725,'_pagelines_audio_mp3',''),(12955,2725,'_pagelines_audio_ogg',''),(12956,2725,'_pl_karma','0'),(12957,2725,'_thumbnail_id','2577'),(12959,2725,'_yoast_wpseo_focuskw','week ahead markets'),(12960,2725,'_yoast_wpseo_metadesc','Traders will also be focusing on earnings data, with Apple, Amazon and Facebook reporting.'),(12961,2725,'_yoast_wpseo_linkdex','56'),(13008,2759,'_edit_last','2'),(13007,2759,'_edit_lock','1455622499:2'),(12964,2732,'_wp_attached_file','2016/01/es-1-25-ps-2.xlsx'),(12965,2733,'_wp_attached_file','2016/01/es-1-25-ps-2-2.pdf'),(12966,2734,'_wp_attached_file','2016/01/es-trade-list.pdf'),(12967,2735,'_wp_attached_file','2016/01/es-trade-list-1.pdf'),(12968,2736,'_wp_attached_file','2016/01/cl-1-25-ps.pdf'),(12969,2737,'_wp_attached_file','2016/01/cl-1-25-trade-list.pdf'),(12970,2738,'_wp_attached_file','2016/01/cl-1-25-trade-list1.pdf'),(12971,2739,'_wp_attached_file','2016/01/cl-1-25-trade-list2.pdf'),(12972,2740,'_wp_attached_file','2016/01/cl-1-25-trade-list3.pdf'),(12973,2741,'_wp_attached_file','2016/01/es-t-list.pdf'),(12974,2742,'_wp_attached_file','2016/01/es-t-list-1.pdf'),(12978,2744,'_wp_attached_file','2016/01/gc-ps-3.pdf'),(12979,2745,'_wp_attached_file','2016/01/gc-trade-list.pdf'),(12980,2746,'_wp_attached_file','2016/01/gc-trade-list1.pdf'),(12982,2748,'_wp_attached_file','2016/01/gc-trade-list-3.pdf'),(12983,2749,'_wp_attached_file','2016/01/gc-trade-list-5.pdf'),(12985,2751,'_wp_attached_file','2016/01/es-33-ticks-ps.pdf'),(12986,2752,'_wp_attached_file','2016/01/es-33-ticks-Trades.pdf'),(12989,2756,'_edit_lock','1454329961:2'),(12990,2756,'_edit_last','2'),(12991,2756,'_thumbnail_id','2251'),(12992,2756,'_pagelines_gallery_slider','off'),(12993,2756,'_pagelines_quote',''),(12994,2756,'_pagelines_link',''),(12995,2756,'_pagelines_video_m4v',''),(12996,2756,'_pagelines_video_ogv',''),(12997,2756,'_pagelines_video_poster',''),(12998,2756,'_pagelines_video_embed',''),(12999,2756,'_pagelines_audio_mp3',''),(13000,2756,'_pagelines_audio_ogg',''),(13001,2756,'_yoast_wpseo_focuskw','week ahead stocks'),(13002,2756,'_yoast_wpseo_metadesc','Join us this week in our LIVE trading room and watch how we use the new upgraded Einstein III automated trading system to uncover trading opportunities.'),(13003,2756,'_yoast_wpseo_linkdex','66'),(13004,2756,'_pl_karma','0'),(13009,2759,'_pagelines_gallery_slider','off'),(13006,2756,'_wp_old_slug','week-ahead-global-markets'),(13010,2759,'_pagelines_quote',''),(13011,2759,'_pagelines_link',''),(13012,2759,'_pagelines_video_m4v',''),(13013,2759,'_pagelines_video_ogv',''),(13014,2759,'_pagelines_video_poster',''),(13015,2759,'_pagelines_video_embed',''),(13016,2759,'_pagelines_audio_mp3',''),(13017,2759,'_pagelines_audio_ogg',''),(13018,2759,'_pl_karma','0'),(13019,2759,'_thumbnail_id','2132'),(13024,2765,'_edit_lock','1455657088:2'),(13021,2759,'_yoast_wpseo_focuskw','week ahead'),(13022,2759,'_yoast_wpseo_metadesc','The USD/JPY forex pair traded down over 1000 pips in less than two weeks and US 10 year treasury note yield is approaching all time lows'),(13023,2759,'_yoast_wpseo_linkdex','71'),(13025,2765,'_edit_last','2'),(13026,2765,'_pagelines_gallery_slider','off'),(13027,2765,'_pagelines_quote',''),(13028,2765,'_pagelines_link',''),(13029,2765,'_pagelines_video_m4v',''),(13030,2765,'_pagelines_video_ogv',''),(13031,2765,'_pagelines_video_poster',''),(13032,2765,'_pagelines_video_embed',''),(13033,2765,'_pagelines_audio_mp3',''),(13034,2765,'_pagelines_audio_ogg',''),(13035,2765,'_pl_karma','0'),(13036,2768,'_wp_attached_file','2016/02/trading-hours.jpg'),(13037,2768,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:508;s:6:\"height\";i:118;s:4:\"file\";s:25:\"2016/02/trading-hours.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"trading-hours-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"trading-hours-300x69.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:25:\"trading-hours-500x118.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:25:\"trading-hours-500x118.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1441267376;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(13038,2765,'_thumbnail_id','2768'),(13043,2770,'_edit_lock','1455710706:2'),(13040,2765,'_yoast_wpseo_focuskw','trading room'),(13041,2765,'_yoast_wpseo_metadesc','Oil prices rallied as news that top officials from the world\'s biggest oil producers --Saudi Arabia, Russia, Venezuela and Qatar -- spurred speculation of an eventual deal to tackle a massive supply glut.'),(13042,2765,'_yoast_wpseo_linkdex','63'),(13044,2770,'_edit_last','2'),(13045,2770,'_pagelines_gallery_slider','off'),(13046,2770,'_pagelines_quote',''),(13047,2770,'_pagelines_link',''),(13048,2770,'_pagelines_video_m4v',''),(13049,2770,'_pagelines_video_ogv',''),(13050,2770,'_pagelines_video_poster',''),(13051,2770,'_pagelines_video_embed',''),(13052,2770,'_pagelines_audio_mp3',''),(13053,2770,'_pagelines_audio_ogg',''),(13054,2770,'_pl_karma','0'),(13055,2770,'_thumbnail_id','2716'),(13061,2773,'_edit_lock','1455798560:2'),(13057,2770,'_yoast_wpseo_focuskw','overnight trading'),(13058,2770,'_yoast_wpseo_metadesc','Risk on is dominating the global assets in pre market trading.'),(13059,2770,'_yoast_wpseo_linkdex','74'),(13060,2770,'_wp_old_slug','whats-next-global-markets'),(13062,2773,'_edit_last','2'),(13063,2774,'_wp_attached_file','2016/02/risk-on-art.jpg'),(13064,2774,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:417;s:6:\"height\";i:112;s:4:\"file\";s:23:\"2016/02/risk-on-art.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"risk-on-art-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"risk-on-art-300x80.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1455777150;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(13065,2773,'_thumbnail_id','2774'),(13079,2773,'_pl_karma','0'),(13067,2773,'_pagelines_gallery_slider','off'),(13068,2773,'_pagelines_quote',''),(13069,2773,'_pagelines_link',''),(13070,2773,'_pagelines_video_m4v',''),(13071,2773,'_pagelines_video_ogv',''),(13072,2773,'_pagelines_video_poster',''),(13073,2773,'_pagelines_video_embed',''),(13074,2773,'_pagelines_audio_mp3',''),(13075,2773,'_pagelines_audio_ogg',''),(13076,2773,'_yoast_wpseo_focuskw','live trading room'),(13077,2773,'_yoast_wpseo_metadesc','What\'s Next in the Global Markets? More Risk ON Sentiment? Pre-market price action and scheduled economic data that may have an impact on the global financial markets.'),(13078,2773,'_yoast_wpseo_linkdex','69'),(13080,2776,'_edit_lock','1456142671:2'),(13081,2776,'_edit_last','2'),(13082,2776,'_thumbnail_id','2488'),(13096,2776,'_pl_karma','0'),(13084,2776,'_pagelines_gallery_slider','off'),(13085,2776,'_pagelines_quote',''),(13086,2776,'_pagelines_link',''),(13087,2776,'_pagelines_video_m4v',''),(13088,2776,'_pagelines_video_ogv',''),(13089,2776,'_pagelines_video_poster',''),(13090,2776,'_pagelines_video_embed',''),(13091,2776,'_pagelines_audio_mp3',''),(13092,2776,'_pagelines_audio_ogg',''),(13093,2776,'_yoast_wpseo_focuskw','pre-market trading'),(13094,2776,'_yoast_wpseo_metadesc','Global stocks rally with futures on the Standard & Poor’s 500 Index expiring in March rose 1.2 percent, indicating equities will extend gains after posting their strongest weekly advance since November.'),(13095,2776,'_yoast_wpseo_linkdex','47'),(13097,2779,'_edit_lock','1456227847:2'),(13098,2779,'_edit_last','2'),(13099,2779,'_thumbnail_id','1749'),(13113,2779,'_pl_karma','0'),(13101,2779,'_pagelines_gallery_slider','off'),(13102,2779,'_pagelines_quote',''),(13103,2779,'_pagelines_link',''),(13104,2779,'_pagelines_video_m4v',''),(13105,2779,'_pagelines_video_ogv',''),(13106,2779,'_pagelines_video_poster',''),(13107,2779,'_pagelines_video_embed',''),(13108,2779,'_pagelines_audio_mp3',''),(13109,2779,'_pagelines_audio_ogg',''),(13110,2779,'_yoast_wpseo_focuskw','live trading room'),(13111,2779,'_yoast_wpseo_metadesc','Gold rose for the first time in three days after the People’s Bank of China reduced the reference rate by more than some analysts forecast.'),(13112,2779,'_yoast_wpseo_linkdex','72'),(13114,2781,'_edit_lock','1456400259:2'),(13115,2781,'_edit_last','2'),(13116,2781,'_pagelines_gallery_slider','off'),(13117,2781,'_pagelines_quote',''),(13118,2781,'_pagelines_link',''),(13119,2781,'_pagelines_video_m4v',''),(13120,2781,'_pagelines_video_ogv',''),(13121,2781,'_pagelines_video_poster',''),(13122,2781,'_pagelines_video_embed',''),(13123,2781,'_pagelines_audio_mp3',''),(13124,2781,'_pagelines_audio_ogg',''),(13125,2781,'_pl_karma','0'),(13126,2781,'_thumbnail_id','2515'),(13131,2784,'_edit_lock','1476035020:2'),(13128,2781,'_yoast_wpseo_focuskw','live trading room'),(13129,2781,'_yoast_wpseo_metadesc','China stocks tumbled more than 6 percent on Thursday, their biggest one-day loss in a month. Standard & Poor’s 500 futures added 0.1 percent in London before data that is forecast to show durable goods orders expanded in January, while initial jobless claims increased in February.'),(13130,2781,'_yoast_wpseo_linkdex','63'),(13132,2784,'_edit_last','2'),(13133,2785,'_wp_attached_file','2016/02/nic-short-us.jpg'),(13134,2785,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1088;s:6:\"height\";i:917;s:4:\"file\";s:24:\"2016/02/nic-short-us.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"nic-short-us-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"nic-short-us-300x252.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"nic-short-us-1024x863.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:863;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"aspect-thumb\";a:4:{s:4:\"file\";s:25:\"nic-short-us-1088x800.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:24:\"nic-short-us-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:25:\"nic-short-us-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:24:\"nic-short-us-500x917.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:917;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"big-thumb\";a:4:{s:4:\"file\";s:25:\"nic-short-us-1000x917.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:917;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(13135,2784,'_pagelines_gallery_slider','off'),(13136,2784,'_pagelines_quote',''),(13137,2784,'_pagelines_link',''),(13138,2784,'_pagelines_video_m4v',''),(13139,2784,'_pagelines_video_ogv',''),(13140,2784,'_pagelines_video_poster',''),(13141,2784,'_pagelines_video_embed',''),(13142,2784,'_pagelines_audio_mp3',''),(13143,2784,'_pagelines_audio_ogg',''),(13144,2784,'_pl_karma','0'),(13151,2784,'_thumbnail_id','965'),(13146,2784,'_wp_old_slug','einstein-iii-automated-trading'),(13148,2784,'_yoast_wpseo_focuskw','futures trading'),(13149,2784,'_yoast_wpseo_metadesc','Cross market trading opportunities in the futures market with automated algorithmic systems.'),(13150,2784,'_yoast_wpseo_linkdex','40'),(13153,2788,'_edit_lock','1456745931:2'),(13154,2788,'_edit_last','2'),(13155,2788,'_pagelines_gallery_slider','off'),(13156,2788,'_pagelines_quote',''),(13157,2788,'_pagelines_link',''),(13158,2788,'_pagelines_video_m4v',''),(13159,2788,'_pagelines_video_ogv',''),(13160,2788,'_pagelines_video_poster',''),(13161,2788,'_pagelines_video_embed',''),(13162,2788,'_pagelines_audio_mp3',''),(13163,2788,'_pagelines_audio_ogg',''),(13164,2788,'_pl_karma','0'),(13170,2788,'_thumbnail_id','874'),(13166,2788,'_wp_old_slug','week-ahead-global-financial-markets'),(13167,2788,'_yoast_wpseo_focuskw','global financial markets'),(13168,2788,'_yoast_wpseo_metadesc','We have a busy economic calendar in the week ahead, which may help trigger aggressive price action with the risk assets including stocks, bonds and currencies.'),(13169,2788,'_yoast_wpseo_linkdex','66'),(13172,2796,'_edit_lock','1456919410:2'),(13173,2796,'_edit_last','2'),(13174,2796,'_pagelines_gallery_slider','off'),(13175,2796,'_pagelines_quote',''),(13176,2796,'_pagelines_link',''),(13177,2796,'_pagelines_video_m4v',''),(13178,2796,'_pagelines_video_ogv',''),(13179,2796,'_pagelines_video_poster',''),(13180,2796,'_pagelines_video_embed',''),(13181,2796,'_pagelines_audio_mp3',''),(13182,2796,'_pagelines_audio_ogg',''),(13183,2796,'_pl_karma','0'),(13184,2796,'_thumbnail_id','1724'),(13189,2799,'_edit_lock','1457354242:2'),(13186,2796,'_yoast_wpseo_focuskw','live trading room'),(13187,2796,'_yoast_wpseo_metadesc','Access is simple, here is how to get started with a two week free trial... Click on the following link and register as a guest.'),(13188,2796,'_yoast_wpseo_linkdex','73'),(13190,2799,'_edit_last','2'),(13191,2799,'_thumbnail_id','2625'),(13205,2799,'_pl_karma','0'),(13193,2799,'_pagelines_gallery_slider','off'),(13194,2799,'_pagelines_quote',''),(13195,2799,'_pagelines_link',''),(13196,2799,'_pagelines_video_m4v',''),(13197,2799,'_pagelines_video_ogv',''),(13198,2799,'_pagelines_video_poster',''),(13199,2799,'_pagelines_video_embed',''),(13200,2799,'_pagelines_audio_mp3',''),(13201,2799,'_pagelines_audio_ogg',''),(13202,2799,'_yoast_wpseo_focuskw','live trading room'),(13203,2799,'_yoast_wpseo_metadesc','Pre-market activity and scheduled economic data that may have an impact on the global financial markets. ​'),(13204,2799,'_yoast_wpseo_linkdex','69'),(13206,2801,'_edit_lock','1457438407:2'),(13207,2801,'_edit_last','2'),(13208,2802,'_wp_attached_file','2016/03/risk-off-art.jpg'),(13209,2802,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:464;s:6:\"height\";i:120;s:4:\"file\";s:24:\"2016/03/risk-off-art.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"risk-off-art-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"risk-off-art-300x77.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:77;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1455174210;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(13210,2801,'_thumbnail_id','2802'),(13224,2801,'_pl_karma','0'),(13212,2801,'_pagelines_gallery_slider','off'),(13213,2801,'_pagelines_quote',''),(13214,2801,'_pagelines_link',''),(13215,2801,'_pagelines_video_m4v',''),(13216,2801,'_pagelines_video_ogv',''),(13217,2801,'_pagelines_video_poster',''),(13218,2801,'_pagelines_video_embed',''),(13219,2801,'_pagelines_audio_mp3',''),(13220,2801,'_pagelines_audio_ogg',''),(13221,2801,'_yoast_wpseo_focuskw','live trading room'),(13222,2801,'_yoast_wpseo_metadesc','Oil prices edged lower on Tuesday after Kuwait said it would only agree to an output freeze if all major producers take part and Goldman Sachs analysts poured cold water over the prospects for a sustained rally.'),(13223,2801,'_yoast_wpseo_linkdex','68'),(13225,2805,'_edit_lock','1457697215:2'),(13226,2805,'_edit_last','2'),(13227,2805,'_thumbnail_id','2774'),(13241,2805,'_pl_karma','0'),(13229,2805,'_pagelines_gallery_slider','off'),(13230,2805,'_pagelines_quote',''),(13231,2805,'_pagelines_link',''),(13232,2805,'_pagelines_video_m4v',''),(13233,2805,'_pagelines_video_ogv',''),(13234,2805,'_pagelines_video_poster',''),(13235,2805,'_pagelines_video_embed',''),(13236,2805,'_pagelines_audio_mp3',''),(13237,2805,'_pagelines_audio_ogg',''),(13238,2805,'_yoast_wpseo_focuskw','global markets'),(13239,2805,'_yoast_wpseo_metadesc','Global stocks rose, on track for weekly gains, shrugging off global losses logged after the European Central Bank eased aggressively but suggested it was running out of room to cut interest rates even if other stimulus options remained.'),(13240,2805,'_yoast_wpseo_linkdex','68'),(13243,2809,'_edit_lock','1458038558:2'),(13244,2809,'_edit_last','2'),(13257,2809,'_yoast_wpseo_linkdex','72'),(13246,2809,'_pagelines_gallery_slider','off'),(13247,2809,'_pagelines_quote',''),(13248,2809,'_pagelines_link',''),(13249,2809,'_pagelines_video_m4v',''),(13250,2809,'_pagelines_video_ogv',''),(13251,2809,'_pagelines_video_poster',''),(13252,2809,'_pagelines_video_embed',''),(13253,2809,'_pagelines_audio_mp3',''),(13254,2809,'_pagelines_audio_ogg',''),(13255,2809,'_yoast_wpseo_focuskw','live trading room'),(13256,2809,'_yoast_wpseo_metadesc','Currencies are on move, what\'s next in the markets?'),(13258,2809,'_pl_karma','0'),(13259,2811,'_wp_attached_file','2016/03/currencies.jpg'),(13260,2811,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:550;s:6:\"height\";i:133;s:4:\"file\";s:22:\"2016/03/currencies.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"currencies-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"currencies-300x72.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:22:\"currencies-500x133.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:22:\"currencies-500x133.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1452687999;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(13261,2809,'_thumbnail_id','2811'),(13263,2814,'_edit_lock','1458560166:2'),(13264,2814,'_edit_last','2'),(13265,2814,'_thumbnail_id','2716'),(13279,2814,'_pl_karma','0'),(13267,2814,'_pagelines_gallery_slider','off'),(13268,2814,'_pagelines_quote',''),(13269,2814,'_pagelines_link',''),(13270,2814,'_pagelines_video_m4v',''),(13271,2814,'_pagelines_video_ogv',''),(13272,2814,'_pagelines_video_poster',''),(13273,2814,'_pagelines_video_embed',''),(13274,2814,'_pagelines_audio_mp3',''),(13275,2814,'_pagelines_audio_ogg',''),(13276,2814,'_yoast_wpseo_focuskw','live trading room'),(13277,2814,'_yoast_wpseo_metadesc','Crude oil fell for a second day after the first increase in U.S. drilling rigs this year, sparking losses in currencies of commodity-producing nations and shares of miners and energy companies.'),(13278,2814,'_yoast_wpseo_linkdex','68'),(13280,2816,'_edit_lock','1458644260:2'),(13281,2816,'_edit_last','2'),(13282,2816,'_thumbnail_id','2802'),(13296,2816,'_pl_karma','0'),(13284,2816,'_pagelines_gallery_slider','off'),(13285,2816,'_pagelines_quote',''),(13286,2816,'_pagelines_link',''),(13287,2816,'_pagelines_video_m4v',''),(13288,2816,'_pagelines_video_ogv',''),(13289,2816,'_pagelines_video_poster',''),(13290,2816,'_pagelines_video_embed',''),(13291,2816,'_pagelines_audio_mp3',''),(13292,2816,'_pagelines_audio_ogg',''),(13293,2816,'_yoast_wpseo_focuskw','live trading room'),(13294,2816,'_yoast_wpseo_metadesc','Two explosions ripped through the Brussels airport departure hall on Tuesday morning, causing deaths and injuries...'),(13295,2816,'_yoast_wpseo_linkdex','68'),(13297,2818,'_edit_lock','1476033404:2'),(13298,2818,'_edit_last','2'),(13299,2819,'_wp_attached_file','2016/03/SmartBox-Settings-Guide-Ninja.pdf'),(13300,2818,'_pagelines_gallery_slider','off'),(13301,2818,'_pagelines_quote',''),(13302,2818,'_pagelines_link',''),(13303,2818,'_pagelines_video_m4v',''),(13304,2818,'_pagelines_video_ogv',''),(13305,2818,'_pagelines_video_poster',''),(13306,2818,'_pagelines_video_embed',''),(13307,2818,'_pagelines_audio_mp3',''),(13308,2818,'_pagelines_audio_ogg',''),(13309,2818,'_yoast_wpseo_focuskw','automated trading'),(13310,2818,'_yoast_wpseo_metadesc','If you did not get the chance to attend the live class, I highly recommend you view the video before testing the input settings contained in the settings guide.'),(13311,2818,'_yoast_wpseo_linkdex','70'),(13312,2818,'_pl_karma','0'),(13313,2821,'_wp_attached_file','2016/03/SmartBox-logo-11.jpg'),(13314,2821,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:435;s:6:\"height\";i:382;s:4:\"file\";s:28:\"2016/03/SmartBox-logo-11.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"SmartBox-logo-11-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"SmartBox-logo-11-300x263.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1457826429;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(13315,2818,'_thumbnail_id','2821'),(13317,2827,'_edit_last','2'),(13318,2827,'_pagelines_gallery_slider','off'),(13319,2827,'_pagelines_quote',''),(13320,2827,'_pagelines_link',''),(13321,2827,'_pagelines_video_m4v',''),(13322,2827,'_pagelines_video_ogv',''),(13323,2827,'_pagelines_video_poster',''),(13324,2827,'_pagelines_video_embed',''),(13325,2827,'_pagelines_audio_mp3',''),(13326,2827,'_pagelines_audio_ogg',''),(13327,2827,'_edit_lock','1459248073:2'),(13328,2827,'_pl_karma','0'),(13330,2827,'_thumbnail_id','2488'),(13335,2831,'_edit_lock','1459767847:2'),(13332,2827,'_yoast_wpseo_focuskw','live trading room'),(13333,2827,'_yoast_wpseo_metadesc','Don\'t trade alone! Join a group of quant traders in a live futures trading room.'),(13334,2827,'_yoast_wpseo_linkdex','62'),(13336,2831,'_edit_last','2'),(13337,2831,'_thumbnail_id','2768'),(13351,2831,'_pl_karma','0'),(13339,2831,'_pagelines_gallery_slider','off'),(13340,2831,'_pagelines_quote',''),(13341,2831,'_pagelines_link',''),(13342,2831,'_pagelines_video_m4v',''),(13343,2831,'_pagelines_video_ogv',''),(13344,2831,'_pagelines_video_poster',''),(13345,2831,'_pagelines_video_embed',''),(13346,2831,'_pagelines_audio_mp3',''),(13347,2831,'_pagelines_audio_ogg',''),(13348,2831,'_yoast_wpseo_focuskw','live trading room'),(13349,2831,'_yoast_wpseo_metadesc','Oil markets are losing momentum after their recovery from mid-February to March as doubts return over the ability of big oil producing countries to agree an output freeze when they meet on April 17.'),(13350,2831,'_yoast_wpseo_linkdex','69'),(13352,2833,'_edit_lock','1460027688:2'),(13353,2833,'_edit_last','2'),(13354,2834,'_wp_attached_file','2016/04/trading-up-to-speed.jpg'),(13355,2834,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:507;s:6:\"height\";i:322;s:4:\"file\";s:31:\"2016/04/trading-up-to-speed.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"trading-up-to-speed-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"trading-up-to-speed-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:31:\"trading-up-to-speed-500x322.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:322;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:31:\"trading-up-to-speed-500x322.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:322;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1413910297;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(13357,2833,'_thumbnail_id','1595'),(13371,2833,'_pl_karma','0'),(13359,2833,'_pagelines_gallery_slider','off'),(13360,2833,'_pagelines_quote',''),(13361,2833,'_pagelines_link',''),(13362,2833,'_pagelines_video_m4v',''),(13363,2833,'_pagelines_video_ogv',''),(13364,2833,'_pagelines_video_poster',''),(13365,2833,'_pagelines_video_embed',''),(13366,2833,'_pagelines_audio_mp3',''),(13367,2833,'_pagelines_audio_ogg',''),(13368,2833,'_yoast_wpseo_focuskw','live trading room'),(13369,2833,'_yoast_wpseo_metadesc','ECB Monetary Policy Meeting Accounts due at 7:30, US Unemployment Claims and CAD Building Permits at 8:30, ECB President Draghi Speaks at 10:00, Natural Gas at 10:30, Fed Chair Yellen speaks at 5:30 ET.'),(13370,2833,'_yoast_wpseo_linkdex','55'),(13372,2837,'_edit_lock','1460544964:2'),(13373,2837,'_edit_last','2'),(13374,2837,'_thumbnail_id','2774'),(13388,2837,'_pl_karma','1'),(13376,2837,'_pagelines_gallery_slider','off'),(13377,2837,'_pagelines_quote',''),(13378,2837,'_pagelines_link',''),(13379,2837,'_pagelines_video_m4v',''),(13380,2837,'_pagelines_video_ogv',''),(13381,2837,'_pagelines_video_poster',''),(13382,2837,'_pagelines_video_embed',''),(13383,2837,'_pagelines_audio_mp3',''),(13384,2837,'_pagelines_audio_ogg',''),(13385,2837,'_yoast_wpseo_focuskw','risk on sentiment'),(13386,2837,'_yoast_wpseo_metadesc','Copper rose 1.2 percent, leading industrial metals higher after China, the world’s biggest consumer, boosted foreign purchases to an all-time high.'),(13387,2837,'_yoast_wpseo_linkdex','71'),(13389,2839,'_edit_lock','1460938965:2'),(13390,2839,'_edit_last','2'),(13391,2839,'_pagelines_gallery_slider','off'),(13392,2839,'_pagelines_quote',''),(13393,2839,'_pagelines_link',''),(13394,2839,'_pagelines_video_m4v',''),(13395,2839,'_pagelines_video_ogv',''),(13396,2839,'_pagelines_video_poster',''),(13397,2839,'_pagelines_video_embed',''),(13398,2839,'_pagelines_audio_mp3',''),(13399,2839,'_pagelines_audio_ogg',''),(13400,2839,'_pl_karma','0'),(13401,2839,'_thumbnail_id','2114'),(13406,2843,'_edit_lock','1460978014:2'),(13403,2839,'_yoast_wpseo_focuskw','week ahead stock market'),(13404,2839,'_yoast_wpseo_metadesc','There will be plenty of important earning reports being released including Netflix, Intel, Microsoft, Alphabet (Google), Johnson & Johnson, General Electric and Goldman Sachs to name a few.'),(13405,2839,'_yoast_wpseo_linkdex','59'),(13407,2843,'_edit_last','2'),(13408,2843,'_thumbnail_id','1691'),(13422,2843,'_pl_karma','0'),(13410,2843,'_pagelines_gallery_slider','off'),(13411,2843,'_pagelines_quote',''),(13412,2843,'_pagelines_link',''),(13413,2843,'_pagelines_video_m4v',''),(13414,2843,'_pagelines_video_ogv',''),(13415,2843,'_pagelines_video_poster',''),(13416,2843,'_pagelines_video_embed',''),(13417,2843,'_pagelines_audio_mp3',''),(13418,2843,'_pagelines_audio_ogg',''),(13419,2843,'_yoast_wpseo_focuskw','premarket trading'),(13420,2843,'_yoast_wpseo_metadesc','A dive in oil prices sent global stock markets lower on Monday after producers meeting in Qatar failed to agree on a plan to curb global supply, quashing the more optimistic tone which prevailed for much of the past week.'),(13421,2843,'_yoast_wpseo_linkdex','74'),(13423,2845,'_optimizepress_pagebuilder','Y'),(13424,2845,'_optimizepress_page_thumbnail',''),(13425,2845,'_optimizepress_page_thumbnail_preset',''),(13426,2845,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(13427,2845,'_optimizepress_header_layout','s:802:\"a:10:{s:4:\"logo\";s:78:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/SampleLogo-Dark12.png\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#f0eff0\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(13428,2845,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(13429,2845,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(13430,2845,'_optimizepress_footer_area','s:270:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:2:\"40\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(13431,2845,'_optimizepress_typography','s:1142:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"15\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:4:\"#444\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(13432,2845,'_optimizepress_color_scheme_advanced','s:1813:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(13433,2845,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(13434,2845,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(13435,2845,'_optimizepress_scripts','s:259:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:196:\"Lm9wdGluLWJveC0xNCBpbnB1dCwgLm9wdGluLWJveC0xNCBpbnB1dDpmb2N1cyB7Zm9udC13ZWlnaHQ6MzAwO30KLm9wdGluLWJveC0xNCBwLnByaXZhY3kge2NvbG9yOiM4ODg7Zm9udC1zaXplOjEzcHg7cGFkZGluZy10b3A6NXB4O29wYWNpdHk6MC44fQ==\";}}\";'),(13436,2845,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(13437,2845,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(13438,2845,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(13439,2846,'_optimizepress_pagebuilder','Y'),(13443,2846,'_optimizepress_header_layout','s:875:\"a:12:{s:4:\"logo\";s:74:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/rq-logo-black.jpg\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:12:\"disable_link\";s:0:\"\";s:11:\"header_link\";s:30:\"http://www.thetradingroom.com/\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"N\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}}\";'),(13442,2846,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(13444,2846,'_optimizepress_feature_area','s:43:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;}\";'),(13445,2846,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(13446,2846,'_optimizepress_footer_area','s:268:\"a:8:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(13447,2846,'_optimizepress_typography','s:1196:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:7:\"default\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";a:1:{s:5:\"color\";s:0:\"\";}s:17:\"footer_link_color\";a:1:{s:5:\"color\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:1:{s:5:\"color\";s:0:\"\";}s:18:\"feature_text_color\";a:1:{s:5:\"color\";s:0:\"\";}s:18:\"feature_link_color\";a:1:{s:5:\"color\";s:0:\"\";}s:24:\"feature_link_hover_color\";a:1:{s:5:\"color\";s:0:\"\";}}}\";'),(13448,2846,'_optimizepress_color_scheme_advanced','s:1829:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:5:{s:12:\"footer_start\";s:0:\"\";s:10:\"footer_end\";s:0:\"\";s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:4:\"none\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:4:\"none\";}}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:4:\"none\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:4:\"none\";}}}\";'),(13449,2846,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(13450,2846,'_optimizepress_scripts','s:64:\"a:1:{i:0;a:2:{s:8:\"position\";s:6:\"header\";s:6:\"script\";s:0:\"\";}}\";'),(13451,2846,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(13452,2846,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(13453,2846,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(13454,2847,'_optimizepress_pagebuilder','Y'),(13455,2847,'_optimizepress_page_thumbnail',''),(13456,2847,'_optimizepress_page_thumbnail_preset',''),(13457,2847,'_optimizepress_theme','s:51:\"a:2:{s:4:\"type\";s:9:\"marketing\";s:3:\"dir\";s:1:\"1\";}\";'),(13458,2847,'_optimizepress_header_layout','s:897:\"a:12:{s:4:\"logo\";s:74:\"http://www.thetradingroom.com/wp-content/uploads/2014/03/rq-logo-black.jpg\";s:5:\"bgimg\";s:0:\"\";s:11:\"repeatbgimg\";s:0:\"\";s:7:\"bgcolor\";s:7:\"#010b1e\";s:10:\"link_color\";s:0:\"\";s:13:\"menu-position\";s:9:\"alongside\";s:7:\"enabled\";s:1:\"Y\";s:13:\"nav_bar_above\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:13:\"nav_bar_below\";a:7:{s:7:\"enabled\";s:1:\"N\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:4:\"logo\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:6:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:6:\"normal\";s:9:\"font_size\";s:2:\"13\";s:11:\"font_family\";s:7:\"PT Sans\";}s:12:\"disable_link\";s:0:\"\";s:11:\"header_link\";s:30:\"http://www.thetradingroom.com/\";}\";'),(13459,2847,'_optimizepress_feature_area','s:90:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:4:\"type\";i:1;s:8:\"settings\";a:1:{s:12:\"font_options\";a:0:{}}}\";'),(13460,2847,'_optimizepress_feature_title','s:47:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:5:\"title\";s:0:\"\";}\";'),(13461,2847,'_optimizepress_footer_area','s:284:\"a:8:{s:7:\"enabled\";s:1:\"Y\";s:3:\"nav\";s:0:\"\";s:11:\"font_shadow\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:15:\"Source Sans Pro\";s:12:\"large_footer\";a:1:{s:7:\"enabled\";s:1:\"N\";}s:17:\"footer_disclaimer\";a:2:{s:7:\"enabled\";s:1:\"N\";s:7:\"message\";s:0:\"\";}}\";'),(13462,2847,'_optimizepress_typography','s:1255:\"a:2:{s:13:\"font_elements\";a:9:{s:10:\"site_title\";a:4:{s:4:\"size\";s:2:\"24\";s:4:\"font\";s:10:\"Montserrat\";s:5:\"style\";s:4:\"bold\";s:5:\"color\";s:0:\"\";}s:7:\"tagline\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:7:\"#0F87C9\";}s:7:\"default\";a:4:{s:4:\"size\";s:2:\"17\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#636363\";}s:2:\"h1\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h2\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h3\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h4\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h5\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"h6\";a:4:{s:4:\"size\";s:0:\"\";s:4:\"font\";s:15:\"Source Sans Pro\";s:5:\"style\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:14:\"color_elements\";a:6:{s:17:\"footer_text_color\";s:0:\"\";s:17:\"footer_link_color\";s:0:\"\";s:23:\"footer_link_hover_color\";s:0:\"\";s:18:\"feature_text_color\";s:0:\"\";s:18:\"feature_link_color\";s:0:\"\";s:24:\"feature_link_hover_color\";s:0:\"\";}}\";'),(13463,2847,'_optimizepress_color_scheme_advanced','s:1943:\"a:7:{s:13:\"nav_bar_above\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:13:\"nav_bar_below\";a:10:{s:13:\"nav_bar_start\";s:0:\"\";s:11:\"nav_bar_end\";s:0:\"\";s:19:\"nav_bar_hover_start\";s:0:\"\";s:17:\"nav_bar_hover_end\";s:0:\"\";s:10:\"nav_bar_bg\";s:0:\"\";s:22:\"nav_bar_bg_hover_start\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:0:\"\";s:13:\"nav_bar_hover\";s:0:\"\";}s:17:\"nav_bar_alongside\";a:7:{s:10:\"nav_bar_bg\";s:0:\"\";s:16:\"nav_bar_bg_hover\";s:0:\"\";s:20:\"nav_bar_bg_nav_hover\";s:0:\"\";s:12:\"nav_bar_link\";s:7:\"#b9bdc0\";s:13:\"nav_bar_hover\";s:0:\"\";s:15:\"nav_bar_dd_link\";s:0:\"\";s:16:\"nav_bar_dd_hover\";s:0:\"\";}s:12:\"feature_area\";a:7:{s:13:\"feature_start\";s:0:\"\";s:11:\"feature_end\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:2:\"bg\";s:0:\"\";s:10:\"bg_options\";s:0:\"\";}s:13:\"feature_title\";a:3:{s:19:\"feature_title_start\";s:0:\"\";s:17:\"feature_title_end\";s:0:\"\";s:24:\"feature_title_text_color\";s:0:\"\";}s:6:\"footer\";a:8:{s:12:\"footer_start\";s:7:\"#2c323e\";s:10:\"footer_end\";s:7:\"#2c323e\";s:17:\"footer_text_color\";s:7:\"#ffffff\";s:17:\"footer_link_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}s:23:\"footer_link_hover_color\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:15:\"text_decoration\";s:0:\"\";}s:10:\"text_color\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:16:\"link_hover_color\";s:0:\"\";}s:4:\"page\";a:4:{s:12:\"repeating_bg\";s:0:\"\";s:8:\"bg_color\";s:7:\"#ffffff\";s:10:\"link_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}s:16:\"link_hover_color\";a:2:{s:5:\"color\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";}}}\";'),(13464,2847,'_optimizepress_mobile_redirect','s:45:\"a:2:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";}\";'),(13465,2847,'_optimizepress_seo','s:143:\"a:6:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:7:\"ogtitle\";s:0:\"\";s:13:\"ogdescription\";s:0:\"\";s:7:\"ogimage\";s:0:\"\";}\";'),(13466,2847,'_optimizepress_scripts','s:61:\"a:1:{i:0;a:2:{s:8:\"position\";s:3:\"css\";s:6:\"script\";s:0:\"\";}}\";'),(13467,2847,'_optimizepress_fb_share','s:92:\"a:4:{s:5:\"title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:5:\"image\";s:0:\"\";s:8:\"like_url\";s:0:\"\";}\";'),(13468,2847,'_optimizepress_lightbox','s:2773:\"a:5:{s:7:\"enabled\";s:1:\"N\";s:7:\"show_on\";s:4:\"load\";s:4:\"type\";s:5:\"optin\";s:10:\"optin_form\";a:3:{s:9:\"form_html\";a:17:{s:10:\"email_data\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:12:\"extra_fields\";s:0:\"\";s:18:\"email_extra_fields\";s:0:\"\";s:4:\"html\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"disable_name\";s:0:\"\";s:8:\"name_box\";s:0:\"\";s:9:\"email_box\";s:0:\"\";s:6:\"action\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:6:\"method\";s:4:\"post\";s:16:\"integration_type\";s:6:\"custom\";s:4:\"list\";s:0:\"\";s:14:\"thank_you_page\";s:0:\"\";s:11:\"action_page\";s:0:\"\";}s:7:\"content\";a:5:{s:5:\"title\";s:32:\"Sell Anything With OptimizePress\";s:11:\"form_header\";s:88:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.\";s:11:\"footer_note\";s:64:\"Your information is 100% secure with us and will never be shared\";s:12:\"name_default\";s:24:\"Enter your First Name...\";s:13:\"email_default\";s:27:\"Enter your Email Address...\";}s:13:\"submit_button\";a:56:{s:6:\"button\";a:0:{}s:8:\"location\";s:36:\"op_lightbox_optin_form_submit_button\";s:7:\"content\";s:0:\"\";s:4:\"type\";s:1:\"0\";s:5:\"image\";s:0:\"\";s:12:\"element_type\";s:0:\"\";s:4:\"href\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:2:\"cc\";s:0:\"\";s:5:\"align\";s:0:\"\";s:4:\"text\";s:0:\"\";s:9:\"text_size\";s:2:\"32\";s:10:\"text_color\";s:7:\"#000000\";s:9:\"text_font\";s:0:\"\";s:9:\"text_bold\";s:1:\"1\";s:14:\"text_underline\";s:0:\"\";s:11:\"text_italic\";s:0:\"\";s:19:\"text_letter_spacing\";s:1:\"0\";s:13:\"subtext_panel\";s:0:\"\";s:7:\"subtext\";s:0:\"\";s:12:\"subtext_size\";s:0:\"\";s:13:\"subtext_color\";s:0:\"\";s:12:\"subtext_font\";s:0:\"\";s:12:\"subtext_bold\";s:0:\"\";s:17:\"subtext_underline\";s:0:\"\";s:14:\"subtext_italic\";s:0:\"\";s:22:\"subtext_letter_spacing\";s:0:\"\";s:17:\"text_shadow_panel\";s:1:\"Y\";s:20:\"text_shadow_vertical\";s:1:\"1\";s:22:\"text_shadow_horizontal\";s:1:\"0\";s:17:\"text_shadow_color\";s:7:\"#ffff00\";s:16:\"text_shadow_blur\";s:1:\"0\";s:13:\"styling_width\";s:0:\"\";s:14:\"styling_height\";s:0:\"\";s:20:\"styling_border_color\";s:7:\"#000000\";s:19:\"styling_border_size\";s:1:\"1\";s:21:\"styling_border_radius\";s:1:\"6\";s:22:\"styling_border_opacity\";s:3:\"100\";s:16:\"styling_gradient\";s:0:\"\";s:13:\"styling_shine\";s:1:\"Y\";s:28:\"styling_gradient_start_color\";s:7:\"#ffff00\";s:26:\"styling_gradient_end_color\";s:7:\"#ffa035\";s:17:\"drop_shadow_panel\";s:1:\"Y\";s:20:\"drop_shadow_vertical\";s:1:\"1\";s:22:\"drop_shadow_horizontal\";s:1:\"0\";s:16:\"drop_shadow_blur\";s:1:\"1\";s:18:\"drop_shadow_spread\";s:1:\"0\";s:17:\"drop_shadow_color\";s:7:\"#000000\";s:19:\"drop_shadow_opacity\";s:2:\"50\";s:18:\"inset_shadow_panel\";s:1:\"Y\";s:21:\"inset_shadow_vertical\";s:1:\"0\";s:23:\"inset_shadow_horizontal\";s:1:\"0\";s:17:\"inset_shadow_blur\";s:1:\"0\";s:19:\"inset_shadow_spread\";s:1:\"1\";s:18:\"inset_shadow_color\";s:7:\"#ffff00\";s:20:\"inset_shadow_opacity\";s:2:\"50\";}}s:12:\"html_content\";a:1:{s:7:\"content\";s:0:\"\";}}\";'),(13469,2847,'_optimizepress_exit_redirect','s:66:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:0:\"\";}\";'),(13470,2847,'_optimizepress_launch_funnel','s:144:\"a:3:{s:7:\"enabled\";s:1:\"N\";s:9:\"funnel_id\";s:1:\"1\";s:16:\"gateway_override\";a:3:{s:7:\"enabled\";s:1:\"N\";s:8:\"redirect\";s:0:\"\";s:4:\"code\";s:0:\"\";}}\";'),(13471,2849,'_wp_attached_file','2016/04/cognitive-trading-mind-pic-border.jpg'),(13472,2849,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:591;s:6:\"height\";i:340;s:4:\"file\";s:45:\"2016/04/cognitive-trading-mind-pic-border.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"cognitive-trading-mind-pic-border-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"cognitive-trading-mind-pic-border-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:45:\"cognitive-trading-mind-pic-border-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:45:\"cognitive-trading-mind-pic-border-500x340.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1459263217;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(13473,2851,'_edit_lock','1461584190:2'),(13474,2851,'_edit_last','2'),(13475,2851,'_pagelines_gallery_slider','off'),(13476,2851,'_pagelines_quote',''),(13477,2851,'_pagelines_link',''),(13478,2851,'_pagelines_video_m4v',''),(13479,2851,'_pagelines_video_ogv',''),(13480,2851,'_pagelines_video_poster',''),(13481,2851,'_pagelines_video_embed',''),(13482,2851,'_pagelines_audio_mp3',''),(13483,2851,'_pagelines_audio_ogg',''),(13484,2851,'_pl_karma','0'),(13485,2851,'_thumbnail_id','2251'),(13486,2851,'_yoast_wpseo_focuskw','week ahead bloomberg'),(13487,2851,'_yoast_wpseo_metadesc','In the week ahead, I will focus on the technicals for trading opportunities. I will continue to display charts of trending markets as well as rangebox set-ups to enhance our trading experience during The Trading Room® and IQ Room sessions.'),(13488,2851,'_yoast_wpseo_linkdex','66'),(13511,2859,'_edit_last','2'),(13490,2851,'_wp_old_slug','week-ahead-global-markets'),(13510,2859,'_edit_lock','1463657912:2'),(13493,2856,'_edit_lock','1462791032:2'),(13494,2856,'_edit_last','2'),(13505,2856,'_pl_karma','0'),(13496,2856,'_pagelines_gallery_slider','off'),(13497,2856,'_pagelines_quote',''),(13498,2856,'_pagelines_link',''),(13499,2856,'_pagelines_video_m4v',''),(13500,2856,'_pagelines_video_ogv',''),(13501,2856,'_pagelines_video_poster',''),(13502,2856,'_pagelines_video_embed','<iframe src=\"https://player.vimeo.com/video/165762939\" width=\"640\" height=\"360\" frameborder=\"0\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>\r\n'),(13503,2856,'_pagelines_audio_mp3',''),(13504,2856,'_pagelines_audio_ogg',''),(13506,2856,'_thumbnail_id','1623'),(13512,2859,'_pagelines_gallery_slider','off'),(13508,2856,'_yoast_wpseo_focuskw','market correlations'),(13509,2856,'_yoast_wpseo_linkdex','37'),(13513,2859,'_pagelines_quote',''),(13514,2859,'_pagelines_link',''),(13515,2859,'_pagelines_video_m4v',''),(13516,2859,'_pagelines_video_ogv',''),(13517,2859,'_pagelines_video_poster',''),(13518,2859,'_pagelines_video_embed',''),(13519,2859,'_pagelines_audio_mp3',''),(13520,2859,'_pagelines_audio_ogg',''),(13521,2859,'_pl_karma','0'),(13522,2859,'_thumbnail_id','2716'),(13527,2861,'_edit_lock','1464089459:2'),(13524,2859,'_yoast_wpseo_focuskw','live trading room'),(13525,2859,'_yoast_wpseo_metadesc','WORLD HEADLINES - Global stocks slid to a six-week low, commodities dropped and bonds slipped as markets around the world braced for the possibility that the Federal Reserve will raise interest rates as soon as next month.'),(13526,2859,'_yoast_wpseo_linkdex','71'),(13528,2861,'_edit_last','2'),(13529,2862,'_wp_attached_file','2016/05/dollar-trading-room-pic.jpg'),(13530,2862,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:442;s:6:\"height\";i:128;s:4:\"file\";s:35:\"2016/05/dollar-trading-room-pic.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"dollar-trading-room-pic-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"dollar-trading-room-pic-300x86.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:86;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1464070925;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(13531,2861,'_thumbnail_id','2862'),(13545,2861,'_pl_karma','0'),(13533,2861,'_pagelines_gallery_slider','off'),(13534,2861,'_pagelines_quote',''),(13535,2861,'_pagelines_link',''),(13536,2861,'_pagelines_video_m4v',''),(13537,2861,'_pagelines_video_ogv',''),(13538,2861,'_pagelines_video_poster',''),(13539,2861,'_pagelines_video_embed',''),(13540,2861,'_pagelines_audio_mp3',''),(13541,2861,'_pagelines_audio_ogg',''),(13542,2861,'_yoast_wpseo_focuskw','commodities trading'),(13543,2861,'_yoast_wpseo_metadesc','Financial markets are moving, what\'s next in the global markets?'),(13544,2861,'_yoast_wpseo_linkdex','55'),(13546,2865,'_edit_lock','1465228633:2'),(13547,2865,'_edit_last','2'),(13548,2866,'_wp_attached_file','2016/06/nfp-reaction.jpg'),(13549,2866,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:495;s:6:\"height\";i:521;s:4:\"file\";s:24:\"2016/06/nfp-reaction.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"nfp-reaction-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"nfp-reaction-285x300.jpg\";s:5:\"width\";i:285;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:24:\"nfp-reaction-495x500.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:24:\"nfp-reaction-495x500.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(13550,2865,'_pagelines_gallery_slider','off'),(13551,2865,'_pagelines_quote',''),(13552,2865,'_pagelines_link',''),(13553,2865,'_pagelines_video_m4v',''),(13554,2865,'_pagelines_video_ogv',''),(13555,2865,'_pagelines_video_poster',''),(13556,2865,'_pagelines_video_embed',''),(13557,2865,'_pagelines_audio_mp3',''),(13558,2865,'_pagelines_audio_ogg',''),(13559,2865,'_yoast_wpseo_focuskw','week ahead in global markets'),(13560,2865,'_yoast_wpseo_metadesc','Join us this week and experience the power of market intelligence. We will be show casing the new Einstein SmartBox automated trading system with cross-market relationships and correlations analytics.'),(13561,2865,'_yoast_wpseo_linkdex','66'),(13562,2865,'_pl_karma','0'),(13565,2865,'_thumbnail_id','2251'),(13564,2865,'_wp_old_slug','week-ahead-global-financial-markets'),(13567,2870,'_edit_lock','1465771833:2'),(13568,2870,'_edit_last','2'),(13569,2871,'_wp_attached_file','2016/06/smartbox-cl-pic.jpg'),(13570,2871,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:646;s:6:\"height\";i:332;s:4:\"file\";s:27:\"2016/06/smartbox-cl-pic.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"smartbox-cl-pic-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"smartbox-cl-pic-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:27:\"smartbox-cl-pic-500x332.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:332;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:27:\"smartbox-cl-pic-500x332.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:332;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1465396971;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(13571,2870,'_thumbnail_id','2871'),(13572,2870,'_pagelines_gallery_slider','off'),(13573,2870,'_pagelines_quote',''),(13574,2870,'_pagelines_link',''),(13575,2870,'_pagelines_video_m4v',''),(13576,2870,'_pagelines_video_ogv',''),(13577,2870,'_pagelines_video_poster',''),(13578,2870,'_pagelines_video_embed',''),(13579,2870,'_pagelines_audio_mp3',''),(13580,2870,'_pagelines_audio_ogg',''),(13581,2870,'_yoast_wpseo_focuskw','trading workshop class'),(13582,2870,'_yoast_wpseo_metadesc','Overview of the indicators driving the market selection process and Einstein III and SmartBox logic.'),(13583,2870,'_yoast_wpseo_linkdex','71'),(13584,2870,'_pl_karma','0'),(13586,2873,'_edit_lock','1465818336:2'),(13587,2873,'_edit_last','2'),(13603,2873,'_thumbnail_id','2389'),(13602,2873,'_pl_karma','0'),(13590,2873,'_pagelines_gallery_slider','off'),(13591,2873,'_pagelines_quote',''),(13592,2873,'_pagelines_link',''),(13593,2873,'_pagelines_video_m4v',''),(13594,2873,'_pagelines_video_ogv',''),(13595,2873,'_pagelines_video_poster',''),(13596,2873,'_pagelines_video_embed',''),(13597,2873,'_pagelines_audio_mp3',''),(13598,2873,'_pagelines_audio_ogg',''),(13599,2873,'_yoast_wpseo_focuskw','week ahead'),(13600,2873,'_yoast_wpseo_metadesc','This week\'s economic calendar is back to normal, with Wednesday\'s FOMC announcement at center stage.'),(13601,2873,'_yoast_wpseo_linkdex','66'),(13605,2876,'_edit_lock','1466038309:2'),(13606,2876,'_edit_last','2'),(13607,2876,'_thumbnail_id','1691'),(13621,2876,'_pl_karma','0'),(13609,2876,'_pagelines_gallery_slider','off'),(13610,2876,'_pagelines_quote',''),(13611,2876,'_pagelines_link',''),(13612,2876,'_pagelines_video_m4v',''),(13613,2876,'_pagelines_video_ogv',''),(13614,2876,'_pagelines_video_poster',''),(13615,2876,'_pagelines_video_embed',''),(13616,2876,'_pagelines_audio_mp3',''),(13617,2876,'_pagelines_audio_ogg',''),(13618,2876,'_yoast_wpseo_focuskw','pre-market trading'),(13619,2876,'_yoast_wpseo_metadesc','Risk off prevailed in markets, spurring slides in Asian and European stocks as the U.K.’s upcoming vote on European Union membership fueled anxiety ahead of central bank meetings in the U.S. and Japan.'),(13620,2876,'_yoast_wpseo_linkdex','66'),(13622,2879,'_edit_lock','1466439297:2'),(13623,2879,'_edit_last','2'),(13624,2879,'_pagelines_gallery_slider','off'),(13625,2879,'_pagelines_quote',''),(13626,2879,'_pagelines_link',''),(13627,2879,'_pagelines_video_m4v',''),(13628,2879,'_pagelines_video_ogv',''),(13629,2879,'_pagelines_video_poster',''),(13630,2879,'_pagelines_video_embed',''),(13631,2879,'_pagelines_audio_mp3',''),(13632,2879,'_pagelines_audio_ogg',''),(13633,2879,'_pl_karma','0'),(13634,2879,'_thumbnail_id','2132'),(13640,2882,'_edit_lock','1466596764:2'),(13636,2879,'_yoast_wpseo_focuskw','week ahead'),(13637,2879,'_yoast_wpseo_metadesc','ATTENTION GUESTS - Here is how to get started with a two week free trial...'),(13638,2879,'_yoast_wpseo_linkdex','65'),(13639,2879,'_wp_old_slug','week-ahead-global-markets'),(13641,2882,'_edit_last','2'),(13642,2882,'_thumbnail_id','2834'),(13656,2882,'_pl_karma','0'),(13644,2882,'_pagelines_gallery_slider','off'),(13645,2882,'_pagelines_quote',''),(13646,2882,'_pagelines_link',''),(13647,2882,'_pagelines_video_m4v',''),(13648,2882,'_pagelines_video_ogv',''),(13649,2882,'_pagelines_video_poster',''),(13650,2882,'_pagelines_video_embed',''),(13651,2882,'_pagelines_audio_mp3',''),(13652,2882,'_pagelines_audio_ogg',''),(13653,2882,'_yoast_wpseo_focuskw','automated trading'),(13654,2882,'_yoast_wpseo_metadesc','Einstein III and Einstein SmartBox questions and a meetup with Einstein traders'),(13655,2882,'_yoast_wpseo_linkdex','44'),(13657,2884,'_edit_lock','1466856166:2'),(13658,2884,'_edit_last','2'),(13659,2885,'_wp_attached_file','2016/06/brexit.jpg'),(13660,2885,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:466;s:6:\"height\";i:87;s:4:\"file\";s:18:\"2016/06/brexit.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"brexit-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"brexit-300x56.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1466665316;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(13661,2884,'_thumbnail_id','2885'),(13662,2884,'_pagelines_gallery_slider','off'),(13663,2884,'_pagelines_quote',''),(13664,2884,'_pagelines_link',''),(13665,2884,'_pagelines_video_m4v',''),(13666,2884,'_pagelines_video_ogv',''),(13667,2884,'_pagelines_video_poster',''),(13668,2884,'_pagelines_video_embed',''),(13669,2884,'_pagelines_audio_mp3',''),(13670,2884,'_pagelines_audio_ogg',''),(13671,2884,'_yoast_wpseo_focuskw','live trading room'),(13672,2884,'_yoast_wpseo_metadesc','Stocks gained with U.S. equity-index futures and the pound strengthened to its highest level this year as the U.K.’s referendum on membership of the European Union got under way.'),(13673,2884,'_yoast_wpseo_linkdex','67'),(13674,2884,'_pl_karma','0'),(13676,2888,'_edit_lock','1467114470:2'),(13677,2888,'_edit_last','2'),(13678,2888,'_pagelines_gallery_slider','off'),(13679,2888,'_pagelines_quote',''),(13680,2888,'_pagelines_link',''),(13681,2888,'_pagelines_video_m4v',''),(13682,2888,'_pagelines_video_ogv',''),(13683,2888,'_pagelines_video_poster',''),(13684,2888,'_pagelines_video_embed',''),(13685,2888,'_pagelines_audio_mp3',''),(13686,2888,'_pagelines_audio_ogg',''),(13687,2888,'_pl_karma','0'),(13688,2888,'_thumbnail_id','2251'),(13693,2892,'_edit_lock','1467234276:2'),(13690,2888,'_yoast_wpseo_focuskw','week ahead in the global markets'),(13691,2888,'_yoast_wpseo_metadesc','Join our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members.'),(13692,2888,'_yoast_wpseo_linkdex','71'),(13694,2892,'_edit_last','2'),(13695,2892,'_thumbnail_id','1749'),(13709,2892,'_pl_karma','0'),(13697,2892,'_pagelines_gallery_slider','off'),(13698,2892,'_pagelines_quote',''),(13699,2892,'_pagelines_link',''),(13700,2892,'_pagelines_video_m4v',''),(13701,2892,'_pagelines_video_ogv',''),(13702,2892,'_pagelines_video_poster',''),(13703,2892,'_pagelines_video_embed',''),(13704,2892,'_pagelines_audio_mp3',''),(13705,2892,'_pagelines_audio_ogg',''),(13706,2892,'_yoast_wpseo_focuskw','live trading room'),(13707,2892,'_yoast_wpseo_metadesc','Don\'t trade alone, join a group of quant traders in a live trading room.'),(13708,2892,'_yoast_wpseo_linkdex','71'),(13710,2894,'_edit_lock','1467717004:2'),(13711,2894,'_edit_last','2'),(13713,2894,'_thumbnail_id','1595'),(13727,2894,'_pl_karma','0'),(13715,2894,'_pagelines_gallery_slider','off'),(13716,2894,'_pagelines_quote',''),(13717,2894,'_pagelines_link',''),(13718,2894,'_pagelines_video_m4v',''),(13719,2894,'_pagelines_video_ogv',''),(13720,2894,'_pagelines_video_poster',''),(13721,2894,'_pagelines_video_embed',''),(13722,2894,'_pagelines_audio_mp3',''),(13723,2894,'_pagelines_audio_ogg',''),(13724,2894,'_yoast_wpseo_focuskw','week ahead in the markets'),(13725,2894,'_yoast_wpseo_metadesc','Join our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members.'),(13726,2894,'_yoast_wpseo_linkdex','60'),(13728,2896,'_edit_lock','1467719747:2'),(13729,2896,'_edit_last','2'),(13730,2897,'_wp_attached_file','2016/07/post-brexit-opportunities.jpg'),(13731,2897,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:477;s:6:\"height\";i:136;s:4:\"file\";s:37:\"2016/07/post-brexit-opportunities.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"post-brexit-opportunities-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"post-brexit-opportunities-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1467701026;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(13732,2896,'_thumbnail_id','2897'),(13746,2896,'_pl_karma','0'),(13734,2896,'_pagelines_gallery_slider','off'),(13735,2896,'_pagelines_quote',''),(13736,2896,'_pagelines_link',''),(13737,2896,'_pagelines_video_m4v',''),(13738,2896,'_pagelines_video_ogv',''),(13739,2896,'_pagelines_video_poster',''),(13740,2896,'_pagelines_video_embed',''),(13741,2896,'_pagelines_audio_mp3',''),(13742,2896,'_pagelines_audio_ogg',''),(13743,2896,'_yoast_wpseo_focuskw','live trading room'),(13744,2896,'_yoast_wpseo_metadesc','Pre-market activity and scheduled economic data that may have an impact on the global financial markets. ​'),(13745,2896,'_yoast_wpseo_linkdex','66'),(13747,2900,'_edit_lock','1468236187:2'),(13748,2900,'_edit_last','2'),(13749,2900,'_pagelines_gallery_slider','off'),(13750,2900,'_pagelines_quote',''),(13751,2900,'_pagelines_link',''),(13752,2900,'_pagelines_video_m4v',''),(13753,2900,'_pagelines_video_ogv',''),(13754,2900,'_pagelines_video_poster',''),(13755,2900,'_pagelines_video_embed',''),(13756,2900,'_pagelines_audio_mp3',''),(13757,2900,'_pagelines_audio_ogg',''),(13758,2900,'_pl_karma','0'),(13759,2900,'_thumbnail_id','1473'),(13765,2902,'_edit_lock','1468461165:2'),(13761,2900,'_wp_old_slug','week-ahead-global-financial-markets'),(13762,2900,'_yoast_wpseo_focuskw','global financial markets'),(13763,2900,'_yoast_wpseo_metadesc','Join our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members.'),(13764,2900,'_yoast_wpseo_linkdex','65'),(13766,2902,'_edit_last','2'),(13767,2902,'_pagelines_gallery_slider','off'),(13768,2902,'_pagelines_quote',''),(13769,2902,'_pagelines_link',''),(13770,2902,'_pagelines_video_m4v',''),(13771,2902,'_pagelines_video_ogv',''),(13772,2902,'_pagelines_video_poster',''),(13773,2902,'_pagelines_video_embed',''),(13774,2902,'_pagelines_audio_mp3',''),(13775,2902,'_pagelines_audio_ogg',''),(13776,2902,'_pl_karma','0'),(13777,2906,'_wp_attached_file','2016/07/brexit-correlations.jpg'),(13778,2906,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1278;s:6:\"height\";i:732;s:4:\"file\";s:31:\"2016/07/brexit-correlations.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"brexit-correlations-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"brexit-correlations-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"brexit-correlations-1024x586.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"aspect-thumb\";a:4:{s:4:\"file\";s:32:\"brexit-correlations-1200x732.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:732;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:31:\"brexit-correlations-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:32:\"brexit-correlations-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:31:\"brexit-correlations-500x732.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:732;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"big-thumb\";a:4:{s:4:\"file\";s:32:\"brexit-correlations-1000x732.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:732;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(13779,2902,'_thumbnail_id','2577'),(13786,2913,'_edit_lock','1468408377:2'),(13781,2902,'_yoast_wpseo_focuskw','Correlations'),(13782,2902,'_yoast_wpseo_metadesc','The S&P 500 and Dow Jones industrial average trade at record highs, erasing the losses triggered by the UK\'s vote to leave the European Union.'),(13783,2902,'_yoast_wpseo_linkdex','78'),(13787,2913,'_edit_last','2'),(13788,2914,'_wp_attached_file','2016/07/cognitive-trading-2.jpg'),(13789,2914,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:470;s:6:\"height\";i:122;s:4:\"file\";s:31:\"2016/07/cognitive-trading-2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"cognitive-trading-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"cognitive-trading-2-300x77.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:77;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1468392000;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(13790,2913,'_thumbnail_id','2914'),(13804,2913,'_pl_karma','0'),(13792,2913,'_pagelines_gallery_slider','off'),(13793,2913,'_pagelines_quote',''),(13794,2913,'_pagelines_link',''),(13795,2913,'_pagelines_video_m4v',''),(13796,2913,'_pagelines_video_ogv',''),(13797,2913,'_pagelines_video_poster',''),(13798,2913,'_pagelines_video_embed',''),(13799,2913,'_pagelines_audio_mp3',''),(13800,2913,'_pagelines_audio_ogg',''),(13801,2913,'_yoast_wpseo_focuskw','global financial markets'),(13802,2913,'_yoast_wpseo_metadesc','Access is simple, here is how to get started with a two week free trial'),(13803,2913,'_yoast_wpseo_linkdex','64'),(13929,2939,'_edit_lock','1469443779:2'),(13807,2921,'_edit_lock','1468578946:2'),(13808,2921,'_edit_last','2'),(13809,2921,'_pagelines_gallery_slider','off'),(13810,2921,'_pagelines_quote',''),(13811,2921,'_pagelines_link',''),(13812,2921,'_pagelines_video_m4v',''),(13813,2921,'_pagelines_video_ogv',''),(13814,2921,'_pagelines_video_poster',''),(13815,2921,'_pagelines_video_embed',''),(13816,2921,'_pagelines_audio_mp3',''),(13817,2921,'_pagelines_audio_ogg',''),(13818,2921,'_pl_karma','0'),(13819,2921,'_thumbnail_id','2768'),(13823,2921,'_yoast_wpseo_linkdex','73'),(13821,2921,'_yoast_wpseo_focuskw','global stocks'),(13822,2921,'_yoast_wpseo_metadesc','Wall Street futures pointed to U.S. markets adding to their record highs.'),(13824,2924,'_edit_lock','1468620997:2'),(13825,2924,'_edit_last','2'),(13826,2924,'_thumbnail_id','2716'),(13839,2924,'_yoast_wpseo_linkdex','69'),(13828,2924,'_pagelines_gallery_slider','off'),(13829,2924,'_pagelines_quote',''),(13830,2924,'_pagelines_link',''),(13831,2924,'_pagelines_video_m4v',''),(13832,2924,'_pagelines_video_ogv',''),(13833,2924,'_pagelines_video_poster',''),(13834,2924,'_pagelines_video_embed',''),(13835,2924,'_pagelines_audio_mp3',''),(13836,2924,'_pagelines_audio_ogg',''),(13837,2924,'_yoast_wpseo_focuskw','live trading room'),(13838,2924,'_yoast_wpseo_metadesc','BOE Gov Carney Speaks at 8:00, CAD Manufacturing Sales, US CPI and Retail Sales due at 8:30, at Industrial Production at 9:15, Prelim UoM Consumer Sentiment at 10:00 ET'),(13840,2924,'_pl_karma','0'),(13841,2926,'_edit_lock','1468835998:2'),(13842,2926,'_edit_last','2'),(13843,2926,'_thumbnail_id','2114'),(13857,2926,'_pl_karma','1'),(13845,2926,'_pagelines_gallery_slider','off'),(13846,2926,'_pagelines_quote',''),(13847,2926,'_pagelines_link',''),(13848,2926,'_pagelines_video_m4v',''),(13849,2926,'_pagelines_video_ogv',''),(13850,2926,'_pagelines_video_poster',''),(13851,2926,'_pagelines_video_embed',''),(13852,2926,'_pagelines_audio_mp3',''),(13853,2926,'_pagelines_audio_ogg',''),(13854,2926,'_yoast_wpseo_focuskw','live trading room'),(13855,2926,'_yoast_wpseo_metadesc','This week\'s calendar includes a light schedule for data with an emphasis on housing. Corporate earnings season is in full swing with important reports scheduled every day.'),(13856,2926,'_yoast_wpseo_linkdex','65'),(13858,2928,'_edit_lock','1469010953:2'),(13859,2928,'_edit_last','2'),(13860,2928,'_pagelines_gallery_slider','off'),(13861,2928,'_pagelines_quote',''),(13862,2928,'_pagelines_link',''),(13863,2928,'_pagelines_video_m4v',''),(13864,2928,'_pagelines_video_ogv',''),(13865,2928,'_pagelines_video_poster',''),(13866,2928,'_pagelines_video_embed',''),(13867,2928,'_pagelines_audio_mp3',''),(13868,2928,'_pagelines_audio_ogg',''),(13869,2928,'_pl_karma','0'),(13870,2928,'_thumbnail_id','2811'),(13875,2932,'_edit_lock','1468929526:2'),(13872,2928,'_yoast_wpseo_focuskw','pre-market trading'),(13873,2928,'_yoast_wpseo_metadesc','The US dollar strengthened against the Japanese yen on Monday and oil prices rose as investors unwound safety trades after the failed coup in Turkey.'),(13874,2928,'_yoast_wpseo_linkdex','68'),(13876,2932,'_edit_last','2'),(13877,2932,'_thumbnail_id','899'),(13891,2932,'_pl_karma','0'),(13879,2932,'_pagelines_gallery_slider','off'),(13880,2932,'_pagelines_quote',''),(13881,2932,'_pagelines_link',''),(13882,2932,'_pagelines_video_m4v',''),(13883,2932,'_pagelines_video_ogv',''),(13884,2932,'_pagelines_video_poster',''),(13885,2932,'_pagelines_video_embed',''),(13886,2932,'_pagelines_audio_mp3',''),(13887,2932,'_pagelines_audio_ogg',''),(13888,2932,'_yoast_wpseo_focuskw','pre-market trading'),(13889,2932,'_yoast_wpseo_metadesc','Global stocks dipped for only the second time in nine days.'),(13890,2932,'_yoast_wpseo_linkdex','67'),(13892,2934,'_edit_lock','1469014430:2'),(13893,2934,'_edit_last','2'),(13894,2934,'_pl_karma','0'),(13895,2935,'_edit_lock','1469098753:2'),(13896,2935,'_edit_last','2'),(13897,2935,'_thumbnail_id','640'),(13911,2935,'_pl_karma','0'),(13899,2935,'_pagelines_gallery_slider','off'),(13900,2935,'_pagelines_quote',''),(13901,2935,'_pagelines_link',''),(13902,2935,'_pagelines_video_m4v',''),(13903,2935,'_pagelines_video_ogv',''),(13904,2935,'_pagelines_video_poster',''),(13905,2935,'_pagelines_video_embed',''),(13906,2935,'_pagelines_audio_mp3',''),(13907,2935,'_pagelines_audio_ogg',''),(13908,2935,'_yoast_wpseo_focuskw','crude oil inventories'),(13909,2935,'_yoast_wpseo_metadesc','U.S. government\'s Energy Information Administration (EIA) will issue stockpile data at 10:30 am ET.'),(13910,2935,'_yoast_wpseo_linkdex','69'),(13912,2937,'_edit_lock','1469184479:2'),(13913,2937,'_edit_last','2'),(13914,2937,'_thumbnail_id','2488'),(13928,2937,'_pl_karma','0'),(13916,2937,'_pagelines_gallery_slider','off'),(13917,2937,'_pagelines_quote',''),(13918,2937,'_pagelines_link',''),(13919,2937,'_pagelines_video_m4v',''),(13920,2937,'_pagelines_video_ogv',''),(13921,2937,'_pagelines_video_poster',''),(13922,2937,'_pagelines_video_embed',''),(13923,2937,'_pagelines_audio_mp3',''),(13924,2937,'_pagelines_audio_ogg',''),(13925,2937,'_yoast_wpseo_focuskw','live trading room'),(13926,2937,'_yoast_wpseo_metadesc','The Stoxx 600 slipped 0.3 percent, with the volume of shares changing hands about 27 percent less than the 30-day average. S&P 500 futures lost 0.1 percent, while contracts on Japan’s Nikkei 225 fell 1.3 percent.'),(13927,2937,'_yoast_wpseo_linkdex','69'),(13930,2939,'_edit_last','2'),(13932,2939,'_thumbnail_id','1749'),(13946,2939,'_pl_karma','0'),(13934,2939,'_pagelines_gallery_slider','off'),(13935,2939,'_pagelines_quote',''),(13936,2939,'_pagelines_link',''),(13937,2939,'_pagelines_video_m4v',''),(13938,2939,'_pagelines_video_ogv',''),(13939,2939,'_pagelines_video_poster',''),(13940,2939,'_pagelines_video_embed',''),(13941,2939,'_pagelines_audio_mp3',''),(13942,2939,'_pagelines_audio_ogg',''),(13943,2939,'_yoast_wpseo_focuskw','live trading room'),(13944,2939,'_yoast_wpseo_metadesc','The Bloomberg Commodity Index fell for a sixth day, its longest losing streak in three months, on signs of weakening fundamentals and reduced odds for stimulus.'),(13945,2939,'_yoast_wpseo_linkdex','69'),(14038,2964,'_pagelines_audio_mp3',''),(14218,3002,'_pagelines_gallery_slider','off'),(14219,3002,'_pagelines_quote',''),(14220,3002,'_pagelines_link',''),(14221,3002,'_pagelines_video_m4v',''),(14222,3002,'_pagelines_video_ogv',''),(14223,3002,'_pagelines_video_poster',''),(14224,3002,'_pagelines_video_embed',''),(14225,3002,'_pagelines_audio_mp3',''),(14226,3002,'_pagelines_audio_ogg',''),(14227,3002,'_yoast_wpseo_focuskw','crude oil futures'),(14228,3002,'_yoast_wpseo_metadesc','Today\'s crude oil futures trades with Einstein III automated trading system. 5 total trades for $500 profit'),(14229,3002,'_yoast_wpseo_linkdex','72'),(14230,3002,'_pl_karma','0'),(14233,3006,'_edit_lock','1471257121:2'),(14234,3006,'_edit_last','2'),(14235,3006,'_thumbnail_id','1691'),(14249,3006,'_pl_karma','0'),(14237,3006,'_pagelines_gallery_slider','off'),(14238,3006,'_pagelines_quote',''),(14239,3006,'_pagelines_link',''),(14240,3006,'_pagelines_video_m4v',''),(14241,3006,'_pagelines_video_ogv',''),(14242,3006,'_pagelines_video_poster',''),(14243,3006,'_pagelines_video_embed',''),(14244,3006,'_pagelines_audio_mp3',''),(14245,3006,'_pagelines_audio_ogg',''),(14246,3006,'_yoast_wpseo_focuskw','premarket trading'),(14247,3006,'_yoast_wpseo_metadesc','The yield on U.S. Treasuries due in a decade rose two basis points to 1.51 percent.'),(14248,3006,'_yoast_wpseo_linkdex','74'),(14250,3008,'_edit_lock','1471806274:2'),(14251,3008,'_edit_last','2'),(14252,3009,'_wp_attached_file','2016/08/joe-suit-face.jpg'),(14253,3009,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:629;s:6:\"height\";i:686;s:4:\"file\";s:25:\"2016/08/joe-suit-face.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"joe-suit-face-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"joe-suit-face-275x300.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:25:\"joe-suit-face-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:25:\"joe-suit-face-629x500.jpg\";s:5:\"width\";i:629;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:25:\"joe-suit-face-500x686.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1470059864;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14254,3008,'_thumbnail_id','2990'),(14268,3008,'_pl_karma','0'),(14256,3008,'_pagelines_gallery_slider','off'),(14257,3008,'_pagelines_quote',''),(14258,3008,'_pagelines_link',''),(14259,3008,'_pagelines_video_m4v',''),(14260,3008,'_pagelines_video_ogv',''),(14261,3008,'_pagelines_video_poster',''),(14262,3008,'_pagelines_video_embed',''),(14263,3008,'_pagelines_audio_mp3',''),(14264,3008,'_pagelines_audio_ogg',''),(14265,3008,'_yoast_wpseo_focuskw','week ahead'),(14266,3008,'_yoast_wpseo_metadesc','The study of correlations has been very helpful in keeping savvy traders out of choppy markets, a trading environment that has caused many traders to struggle.'),(14267,3008,'_yoast_wpseo_linkdex','66'),(14269,3011,'_edit_lock','1471344344:2'),(14270,3011,'_edit_last','2'),(14271,3011,'_thumbnail_id','2716'),(14285,3011,'_pl_karma','0'),(14273,3011,'_pagelines_gallery_slider','off'),(14274,3011,'_pagelines_quote',''),(14275,3011,'_pagelines_link',''),(14276,3011,'_pagelines_video_m4v',''),(14277,3011,'_pagelines_video_ogv',''),(14278,3011,'_pagelines_video_poster',''),(14279,3011,'_pagelines_video_embed',''),(14280,3011,'_pagelines_audio_mp3',''),(14281,3011,'_pagelines_audio_ogg',''),(14282,3011,'_yoast_wpseo_focuskw','premarket'),(14283,3011,'_yoast_wpseo_metadesc','Stocks rose around the world, led by emerging-markets, as oil climbed further after its best week since April and traders pushed back bets on higher U.S. interest rates.'),(14284,3011,'_yoast_wpseo_linkdex','72'),(14286,3013,'_edit_lock','1471427873:2'),(14287,3013,'_edit_last','2'),(14288,3013,'_pagelines_gallery_slider','off'),(14289,3013,'_pagelines_quote',''),(14290,3013,'_pagelines_link',''),(14291,3013,'_pagelines_video_m4v',''),(14292,3013,'_pagelines_video_ogv',''),(14293,3013,'_pagelines_video_poster',''),(14294,3013,'_pagelines_video_embed',''),(14295,3013,'_pagelines_audio_mp3',''),(14296,3013,'_pagelines_audio_ogg',''),(14297,3013,'_pl_karma','0'),(14298,3013,'_thumbnail_id','2484'),(14303,3017,'_edit_lock','1471514649:2'),(14300,3013,'_yoast_wpseo_focuskw','premarket trading'),(14301,3013,'_yoast_wpseo_metadesc','The US dollar slide was felt across the globe, from emerging markets to commodities.'),(14302,3013,'_yoast_wpseo_linkdex','59'),(14304,3017,'_edit_last','2'),(14305,3018,'_wp_attached_file','2016/08/federal-reserve-building.jpg'),(14306,3018,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:183;s:4:\"file\";s:36:\"2016/08/federal-reserve-building.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"federal-reserve-building-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14307,3017,'_thumbnail_id','3018'),(14321,3017,'_pl_karma','0'),(14309,3017,'_pagelines_gallery_slider','off'),(14310,3017,'_pagelines_quote',''),(14311,3017,'_pagelines_link',''),(14312,3017,'_pagelines_video_m4v',''),(14313,3017,'_pagelines_video_ogv',''),(14314,3017,'_pagelines_video_poster',''),(14315,3017,'_pagelines_video_embed',''),(14316,3017,'_pagelines_audio_mp3',''),(14317,3017,'_pagelines_audio_ogg',''),(14318,3017,'_yoast_wpseo_focuskw','fomc'),(14319,3017,'_yoast_wpseo_metadesc','Fed funds futures implied 51 percent odds for a rate increase by year-end, compared with 42 percent at the end of last week, according to Bloomberg calculations.'),(14320,3017,'_yoast_wpseo_linkdex','76'),(14323,3022,'_edit_lock','1471947662:2'),(14324,3023,'_wp_attached_file','2016/08/mini-8-10.jpg'),(14325,3023,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:471;s:6:\"height\";i:154;s:4:\"file\";s:21:\"2016/08/mini-8-10.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"mini-8-10-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"mini-8-10-300x98.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:98;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1470840730;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14326,3022,'_edit_last','2'),(14327,3024,'_wp_attached_file','2016/08/natrual-gas-RQ-1.jpg'),(14328,3024,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:475;s:6:\"height\";i:129;s:4:\"file\";s:28:\"2016/08/natrual-gas-RQ-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"natrual-gas-RQ-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"natrual-gas-RQ-1-300x81.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:81;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1471447539;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14329,3022,'_thumbnail_id','3024'),(14343,3022,'_pl_karma','0'),(14331,3022,'_pagelines_gallery_slider','off'),(14332,3022,'_pagelines_quote',''),(14333,3022,'_pagelines_link',''),(14334,3022,'_pagelines_video_m4v',''),(14335,3022,'_pagelines_video_ogv',''),(14336,3022,'_pagelines_video_poster',''),(14337,3022,'_pagelines_video_embed',''),(14338,3022,'_pagelines_audio_mp3',''),(14339,3022,'_pagelines_audio_ogg',''),(14340,3022,'_yoast_wpseo_focuskw','natural gas'),(14341,3022,'_yoast_wpseo_metadesc','ECB Monetary Policy Meeting Accounts due at 7:30, US Unemployment Claims, Philly Fed Manufacturing Index and CAD Foreign Securities Purchases at 8:30, FOMC Member Dudley Speaks at 10:05, Natural Gas Storage at 10:30 ET.'),(14342,3022,'_yoast_wpseo_linkdex','79'),(14345,3028,'_edit_lock','1471714832:2'),(14346,3028,'_edit_last','2'),(14347,3028,'_pl_karma','0'),(14348,3028,'_yoast_wpseo_focuskw','intermarket relationships'),(14349,3028,'_yoast_wpseo_metadesc','Understanding intermarket relationship concepts is vital to successfully trade in today’s markets and you won\'t want to miss this important learning opportunity. Register now as seating to this special webinar is limited.'),(14350,3028,'_yoast_wpseo_linkdex','63'),(14351,3031,'_edit_lock','1476034996:2'),(14352,3032,'_wp_attached_file','2016/08/trade-correlations2.jpg'),(14353,3032,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:466;s:6:\"height\";i:139;s:4:\"file\";s:31:\"2016/08/trade-correlations2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"trade-correlations2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"trade-correlations2-300x89.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:89;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1471700322;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14354,3031,'_thumbnail_id','3032'),(14355,3031,'_edit_last','2'),(14366,3031,'_pl_karma','0'),(14357,3031,'_pagelines_gallery_slider','off'),(14358,3031,'_pagelines_quote',''),(14359,3031,'_pagelines_link',''),(14360,3031,'_pagelines_video_m4v',''),(14361,3031,'_pagelines_video_ogv',''),(14362,3031,'_pagelines_video_poster',''),(14363,3031,'_pagelines_video_embed',''),(14364,3031,'_pagelines_audio_mp3',''),(14365,3031,'_pagelines_audio_ogg',''),(14369,3037,'_edit_lock','1471953558:2'),(14370,3037,'_edit_last','2'),(14371,3037,'_pagelines_gallery_slider','off'),(14372,3037,'_pagelines_quote',''),(14373,3037,'_pagelines_link',''),(14374,3037,'_pagelines_video_m4v',''),(14375,3037,'_pagelines_video_ogv',''),(14376,3037,'_pagelines_video_poster',''),(14377,3037,'_pagelines_video_embed',''),(14378,3037,'_pagelines_audio_mp3',''),(14379,3037,'_pagelines_audio_ogg',''),(14380,3037,'_pl_karma','0'),(14381,3037,'_thumbnail_id','2577'),(14389,3046,'_edit_lock','1472033565:2'),(14383,3037,'_yoast_wpseo_focuskw','week ahead'),(14384,3037,'_yoast_wpseo_metadesc','Join our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.'),(14385,3037,'_yoast_wpseo_linkdex','68'),(14390,3046,'_edit_last','2'),(14391,3046,'_thumbnail_id','2768'),(14405,3046,'_pl_karma','0'),(14393,3046,'_pagelines_gallery_slider','off'),(14394,3046,'_pagelines_quote',''),(14395,3046,'_pagelines_link',''),(14396,3046,'_pagelines_video_m4v',''),(14397,3046,'_pagelines_video_ogv',''),(14398,3046,'_pagelines_video_poster',''),(14399,3046,'_pagelines_video_embed',''),(14400,3046,'_pagelines_audio_mp3',''),(14401,3046,'_pagelines_audio_ogg',''),(14402,3046,'_yoast_wpseo_focuskw','natural gas futures'),(14403,3046,'_yoast_wpseo_metadesc','Natural Gas futures moved towards resistance ahead of the energy market open.'),(14404,3046,'_yoast_wpseo_linkdex','72'),(14408,3050,'_edit_lock','1472037522:2'),(14409,3050,'_edit_last','2'),(14410,3051,'_edit_lock','1472119731:2'),(14411,3051,'_edit_last','2'),(14412,3051,'_pagelines_gallery_slider','off'),(14413,3051,'_pagelines_quote',''),(14414,3051,'_pagelines_link',''),(14415,3051,'_pagelines_video_m4v',''),(14416,3051,'_pagelines_video_ogv',''),(14417,3051,'_pagelines_video_poster',''),(14418,3051,'_pagelines_video_embed',''),(14419,3051,'_pagelines_audio_mp3',''),(14420,3051,'_pagelines_audio_ogg',''),(14421,3051,'_pl_karma','0'),(14422,3051,'_thumbnail_id','2945'),(14427,3054,'_edit_lock','1472124690:2'),(14424,3051,'_yoast_wpseo_focuskw','crude oil'),(14425,3051,'_yoast_wpseo_metadesc','Oil prices fell, reversing earlier gains, after the American Petroleum Institute (API) reported on Tuesday that U.S. crude inventories rose by a surprising 4.5 million barrels last week.'),(14426,3051,'_yoast_wpseo_linkdex','73'),(14428,3054,'_edit_last','2'),(14429,3055,'_wp_attached_file','2016/08/joe-jeans-horizontal.jpg'),(14430,3055,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:631;s:6:\"height\";i:404;s:4:\"file\";s:32:\"2016/08/joe-jeans-horizontal.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"joe-jeans-horizontal-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"joe-jeans-horizontal-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:32:\"joe-jeans-horizontal-500x404.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:404;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:32:\"joe-jeans-horizontal-500x404.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:404;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1471366307;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14431,3054,'_thumbnail_id','3055'),(14445,3054,'_pl_karma','0'),(14433,3054,'_pagelines_gallery_slider','off'),(14434,3054,'_pagelines_quote',''),(14435,3054,'_pagelines_link',''),(14436,3054,'_pagelines_video_m4v',''),(14437,3054,'_pagelines_video_ogv',''),(14438,3054,'_pagelines_video_poster',''),(14439,3054,'_pagelines_video_embed',''),(14440,3054,'_pagelines_audio_mp3',''),(14441,3054,'_pagelines_audio_ogg',''),(14442,3054,'_yoast_wpseo_focuskw','intermarket correlations'),(14443,3054,'_yoast_wpseo_metadesc','To apply correlations you must understand and be able to read them while the markets are moving and the techniques I’ll teach you might just be the missing key that will unlock your trading potential.'),(14444,3054,'_yoast_wpseo_linkdex','78'),(14446,3050,'_pagelines_gallery_slider','off'),(14447,3050,'_pagelines_quote',''),(14448,3050,'_pagelines_link',''),(14449,3050,'_pagelines_video_m4v',''),(14450,3050,'_pagelines_video_ogv',''),(14451,3050,'_pagelines_video_poster',''),(14452,3050,'_pagelines_video_embed',''),(14453,3050,'_pagelines_audio_mp3',''),(14454,3050,'_pagelines_audio_ogg',''),(14456,3059,'_edit_lock','1472206870:2'),(14457,3059,'_edit_last','2'),(14458,3059,'_pagelines_gallery_slider','off'),(14459,3059,'_pagelines_quote',''),(14460,3059,'_pagelines_link',''),(14461,3059,'_pagelines_video_m4v',''),(14462,3059,'_pagelines_video_ogv',''),(14463,3059,'_pagelines_video_poster',''),(14464,3059,'_pagelines_video_embed',''),(14465,3059,'_pagelines_audio_mp3',''),(14466,3059,'_pagelines_audio_ogg',''),(14467,3059,'_pl_karma','0'),(14468,3061,'_wp_attached_file','2016/08/JACKSON-HOLE-PIC.jpg'),(14469,3061,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:456;s:6:\"height\";i:132;s:4:\"file\";s:28:\"2016/08/JACKSON-HOLE-PIC.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"JACKSON-HOLE-PIC-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"JACKSON-HOLE-PIC-300x86.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:86;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1472104206;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14470,3059,'_thumbnail_id','3061'),(14475,3063,'_edit_lock','1472466679:2'),(14472,3059,'_yoast_wpseo_focuskw','premarket trading'),(14473,3059,'_yoast_wpseo_metadesc','Global markets were firmly focused on the annual central banker mountain getaway in Jackson Hole in Wyoming that starts today and will see Federal Reserve chief Janet Yellen speak on Friday.'),(14474,3059,'_yoast_wpseo_linkdex','64'),(14476,3063,'_edit_last','2'),(14477,3064,'_wp_attached_file','2016/08/when-fed-chair-speaks.jpg'),(14478,3064,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:416;s:6:\"height\";i:157;s:4:\"file\";s:33:\"2016/08/when-fed-chair-speaks.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"when-fed-chair-speaks-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"when-fed-chair-speaks-300x113.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1472192907;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14479,3063,'_thumbnail_id','3064'),(14493,3063,'_pl_karma','0'),(14481,3063,'_pagelines_gallery_slider','off'),(14482,3063,'_pagelines_quote',''),(14483,3063,'_pagelines_link',''),(14484,3063,'_pagelines_video_m4v',''),(14485,3063,'_pagelines_video_ogv',''),(14486,3063,'_pagelines_video_poster',''),(14487,3063,'_pagelines_video_embed',''),(14488,3063,'_pagelines_audio_mp3',''),(14489,3063,'_pagelines_audio_ogg',''),(14490,3063,'_yoast_wpseo_focuskw','premarket trading'),(14491,3063,'_yoast_wpseo_metadesc','The greenback slid against most of its major peers as investors looked towards Yellen’s address in Jackson Hole, Wyoming, for indications of the U.S. interest-rate outlook.'),(14492,3063,'_yoast_wpseo_linkdex','67'),(14494,3067,'_edit_lock','1472466636:2'),(14495,3067,'_edit_last','2'),(14496,3067,'_pagelines_gallery_slider','off'),(14497,3067,'_pagelines_quote',''),(14498,3067,'_pagelines_link',''),(14499,3067,'_pagelines_video_m4v',''),(14500,3067,'_pagelines_video_ogv',''),(14501,3067,'_pagelines_video_poster',''),(14502,3067,'_pagelines_video_embed',''),(14503,3067,'_pagelines_audio_mp3',''),(14504,3067,'_pagelines_audio_ogg',''),(14505,3067,'_pl_karma','0'),(14506,3069,'_wp_attached_file','2016/08/correlations-yellen-aug-.jpg'),(14507,3069,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1020;s:6:\"height\";i:461;s:4:\"file\";s:36:\"2016/08/correlations-yellen-aug-.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"correlations-yellen-aug--80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"correlations-yellen-aug--300x135.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:36:\"correlations-yellen-aug--500x461.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:37:\"correlations-yellen-aug--1000x461.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:36:\"correlations-yellen-aug--500x461.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"big-thumb\";a:4:{s:4:\"file\";s:37:\"correlations-yellen-aug--1000x461.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14508,3067,'_thumbnail_id','2990'),(14513,3072,'_edit_lock','1472637297:2'),(14510,3067,'_yoast_wpseo_focuskw','intermarket correlations'),(14511,3067,'_yoast_wpseo_metadesc','Federal Reserve\'s Stan Fischer surprised the markets only an hour later by mentioning of the possibility of two rate hikes this year, with one perhaps as early as September. Traders reacted again, sending gold, S&P 500 and the US bonds to the low of the session while the US dollar finished at the highs.'),(14512,3067,'_yoast_wpseo_linkdex','72'),(14514,3072,'_edit_last','2'),(14515,3073,'_wp_attached_file','2016/08/qunat-pie.jpg'),(14516,3073,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:483;s:6:\"height\";i:192;s:4:\"file\";s:21:\"2016/08/qunat-pie.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"qunat-pie-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"qunat-pie-300x119.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1472452118;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14517,3072,'_thumbnail_id','3073'),(14531,3072,'_pl_karma','0'),(14519,3072,'_pagelines_gallery_slider','off'),(14520,3072,'_pagelines_quote',''),(14521,3072,'_pagelines_link',''),(14522,3072,'_pagelines_video_m4v',''),(14523,3072,'_pagelines_video_ogv',''),(14524,3072,'_pagelines_video_poster',''),(14525,3072,'_pagelines_video_embed',''),(14526,3072,'_pagelines_audio_mp3',''),(14527,3072,'_pagelines_audio_ogg',''),(14528,3072,'_yoast_wpseo_focuskw','premarket trading'),(14529,3072,'_yoast_wpseo_metadesc','The Fed effect rang through the markets, sending stocks in Europe and emerging markets lower while the dollar gained for a second day.'),(14530,3072,'_yoast_wpseo_linkdex','70'),(14533,3078,'_edit_lock','1472637438:2'),(14534,3078,'_edit_last','2'),(14535,3078,'_thumbnail_id','2716'),(14549,3078,'_pl_karma','0'),(14537,3078,'_pagelines_gallery_slider','off'),(14538,3078,'_pagelines_quote',''),(14539,3078,'_pagelines_link',''),(14540,3078,'_pagelines_video_m4v',''),(14541,3078,'_pagelines_video_ogv',''),(14542,3078,'_pagelines_video_poster',''),(14543,3078,'_pagelines_video_embed',''),(14544,3078,'_pagelines_audio_mp3',''),(14545,3078,'_pagelines_audio_ogg',''),(14546,3078,'_yoast_wpseo_focuskw','live trading room'),(14547,3078,'_yoast_wpseo_metadesc','The major financial benchmarks traded sideways as investors awaited comments from Federal Reserve Vice Chairman Stanley Fischer.'),(14548,3078,'_yoast_wpseo_linkdex','66'),(14550,3080,'_edit_lock','1472722914:2'),(14551,3080,'_edit_last','2'),(14552,3080,'_pagelines_gallery_slider','off'),(14553,3080,'_pagelines_quote',''),(14554,3080,'_pagelines_link',''),(14555,3080,'_pagelines_video_m4v',''),(14556,3080,'_pagelines_video_ogv',''),(14557,3080,'_pagelines_video_poster',''),(14558,3080,'_pagelines_video_embed',''),(14559,3080,'_pagelines_audio_mp3',''),(14560,3080,'_pagelines_audio_ogg',''),(14561,3080,'_yoast_wpseo_focuskw','us dollar'),(14562,3080,'_yoast_wpseo_linkdex','77'),(14563,3080,'_pl_karma','0'),(14564,3082,'_wp_attached_file','2016/08/dollar-logo-rq.jpg'),(14565,3082,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:396;s:6:\"height\";i:133;s:4:\"file\";s:26:\"2016/08/dollar-logo-rq.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"dollar-logo-rq-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"dollar-logo-rq-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1472572216;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14566,3080,'_thumbnail_id','3082'),(14569,3084,'_edit_lock','1473158289:2'),(14568,3080,'_yoast_wpseo_metadesc','The Japanese yen weakened 1.2 percent this month while New Zealand’s dollar strengthened 0.3 percent on Wednesday, extending this month’s gain, as a report showed business confidence in the nation was at a 20-month high.'),(14570,3084,'_edit_last','2'),(14571,3085,'_wp_attached_file','2016/09/bonds-pic-with-logo.jpg'),(14572,3085,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:494;s:6:\"height\";i:133;s:4:\"file\";s:31:\"2016/09/bonds-pic-with-logo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"bonds-pic-with-logo-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"bonds-pic-with-logo-300x80.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1471933015;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14573,3084,'_thumbnail_id','3085'),(14587,3084,'_pl_karma','0'),(14575,3084,'_pagelines_gallery_slider','off'),(14576,3084,'_pagelines_quote',''),(14577,3084,'_pagelines_link',''),(14578,3084,'_pagelines_video_m4v',''),(14579,3084,'_pagelines_video_ogv',''),(14580,3084,'_pagelines_video_poster',''),(14581,3084,'_pagelines_video_embed',''),(14582,3084,'_pagelines_audio_mp3',''),(14583,3084,'_pagelines_audio_ogg',''),(14584,3084,'_yoast_wpseo_focuskw','bonds'),(14585,3084,'_yoast_wpseo_metadesc','The yield on 10-year U.S. Treasuries rose overnight and a 13 basis point jump in August that marked the biggest increase since June 2015.'),(14586,3084,'_yoast_wpseo_linkdex','82'),(14588,3088,'_edit_lock','1473329764:2'),(14589,3088,'_edit_last','2'),(14590,3088,'_thumbnail_id','2488'),(14604,3088,'_pl_karma','0'),(14592,3088,'_pagelines_gallery_slider','off'),(14593,3088,'_pagelines_quote',''),(14594,3088,'_pagelines_link',''),(14595,3088,'_pagelines_video_m4v',''),(14596,3088,'_pagelines_video_ogv',''),(14597,3088,'_pagelines_video_poster',''),(14598,3088,'_pagelines_video_embed',''),(14599,3088,'_pagelines_audio_mp3',''),(14600,3088,'_pagelines_audio_ogg',''),(14601,3088,'_yoast_wpseo_focuskw','live trading room'),(14602,3088,'_yoast_wpseo_metadesc','Australia\'s dollar jumped almost 1 percent to after the country\'s central bank said little on the currency\'s 10 percent rise since January and kept Aussie interest rates at 1.5 percent.'),(14603,3088,'_yoast_wpseo_linkdex','68'),(14605,3090,'_edit_lock','1473329594:2'),(14606,3090,'_edit_last','2'),(14607,3090,'_pagelines_gallery_slider','off'),(14608,3090,'_pagelines_quote',''),(14609,3090,'_pagelines_link',''),(14610,3090,'_pagelines_video_m4v',''),(14611,3090,'_pagelines_video_ogv',''),(14612,3090,'_pagelines_video_poster',''),(14613,3090,'_pagelines_video_embed',''),(14614,3090,'_pagelines_audio_mp3',''),(14615,3090,'_pagelines_audio_ogg',''),(14616,3090,'_pl_karma','0'),(14617,3090,'_thumbnail_id','3018'),(14623,3095,'_edit_lock','1473678245:2'),(14619,3090,'_yoast_wpseo_focuskw','interest rates'),(14620,3090,'_yoast_wpseo_metadesc','Central bankers will also be on the spotlight this week including ECB press conference and Fed speakers. Use the guide below to better prepare for potential market moving events.'),(14621,3090,'_yoast_wpseo_linkdex','73'),(14624,3095,'_edit_last','2'),(14625,3096,'_wp_attached_file','2016/09/euro-profit-from-it.jpg'),(14626,3096,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:364;s:6:\"height\";i:126;s:4:\"file\";s:31:\"2016/09/euro-profit-from-it.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"euro-profit-from-it-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"euro-profit-from-it-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1473315507;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14627,3095,'_thumbnail_id','3096'),(14641,3095,'_pl_karma','0'),(14629,3095,'_pagelines_gallery_slider','off'),(14630,3095,'_pagelines_quote',''),(14631,3095,'_pagelines_link',''),(14632,3095,'_pagelines_video_m4v',''),(14633,3095,'_pagelines_video_ogv',''),(14634,3095,'_pagelines_video_poster',''),(14635,3095,'_pagelines_video_embed',''),(14636,3095,'_pagelines_audio_mp3',''),(14637,3095,'_pagelines_audio_ogg',''),(14638,3095,'_yoast_wpseo_focuskw','live trading room'),(14639,3095,'_yoast_wpseo_metadesc','The ECB may help revive markets as traders focus on potential tweaks to quantitative easing and economists predict Draghi will prolong bond buying even if policy makers don’t cut rates.'),(14640,3095,'_yoast_wpseo_linkdex','63'),(14642,3098,'_edit_lock','1473637716:2'),(14643,3098,'_edit_last','2'),(14644,3098,'_pagelines_gallery_slider','off'),(14645,3098,'_pagelines_quote',''),(14646,3098,'_pagelines_link',''),(14647,3098,'_pagelines_video_m4v',''),(14648,3098,'_pagelines_video_ogv',''),(14649,3098,'_pagelines_video_poster',''),(14650,3098,'_pagelines_video_embed',''),(14651,3098,'_pagelines_audio_mp3',''),(14652,3098,'_pagelines_audio_ogg',''),(14653,3098,'_pl_karma','0'),(14654,3098,'_thumbnail_id','2990'),(14659,3102,'_edit_lock','1473763319:2'),(14656,3098,'_yoast_wpseo_focuskw','week ahead'),(14657,3098,'_yoast_wpseo_metadesc','In the week ahead, the focus will remain on the Fed, central banks and interest rates. European Central Bank President Draghi will speak on Wednesday while the Swiss National Bank and the Bank of England will announce monetary policy on Thursday.'),(14658,3098,'_yoast_wpseo_linkdex','71'),(14660,3102,'_edit_last','2'),(14661,3102,'_thumbnail_id','2768'),(14675,3102,'_pl_karma','0'),(14663,3102,'_pagelines_gallery_slider','off'),(14664,3102,'_pagelines_quote',''),(14665,3102,'_pagelines_link',''),(14666,3102,'_pagelines_video_m4v',''),(14667,3102,'_pagelines_video_ogv',''),(14668,3102,'_pagelines_video_poster',''),(14669,3102,'_pagelines_video_embed',''),(14670,3102,'_pagelines_audio_mp3',''),(14671,3102,'_pagelines_audio_ogg',''),(14672,3102,'_yoast_wpseo_focuskw','premarket trading'),(14673,3102,'_yoast_wpseo_metadesc','In the forex market, the risk aversion benefited perceived safe havens such as the yen while hitting carry trades in higher yielding currencies including the Australian dollar.'),(14674,3102,'_yoast_wpseo_linkdex','66'),(14676,3104,'_edit_lock','1473848360:2'),(14677,3104,'_edit_last','2'),(14678,3104,'_thumbnail_id','2945'),(14692,3104,'_pl_karma','0'),(14680,3104,'_pagelines_gallery_slider','off'),(14681,3104,'_pagelines_quote',''),(14682,3104,'_pagelines_link',''),(14683,3104,'_pagelines_video_m4v',''),(14684,3104,'_pagelines_video_ogv',''),(14685,3104,'_pagelines_video_poster',''),(14686,3104,'_pagelines_video_embed',''),(14687,3104,'_pagelines_audio_mp3',''),(14688,3104,'_pagelines_audio_ogg',''),(14689,3104,'_yoast_wpseo_focuskw','live trading room'),(14690,3104,'_yoast_wpseo_metadesc','Crude dropped as the IEA said oversupply will persist well into 2017, due to declining demand in India and China.'),(14691,3104,'_yoast_wpseo_linkdex','69'),(14693,3106,'_edit_lock','1473935967:2'),(14694,3106,'_edit_last','2'),(14695,3107,'_wp_attached_file','2016/09/oil-cans.jpg'),(14696,3107,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:318;s:6:\"height\";i:140;s:4:\"file\";s:20:\"2016/09/oil-cans.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"oil-cans-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"oil-cans-300x132.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:132;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1472564788;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14698,3108,'_wp_attached_file','2016/09/crude-oil-data.jpg'),(14699,3108,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:367;s:6:\"height\";i:165;s:4:\"file\";s:26:\"2016/09/crude-oil-data.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"crude-oil-data-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"crude-oil-data-300x134.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1473834750;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14700,3106,'_thumbnail_id','3108'),(14714,3106,'_pl_karma','0'),(14702,3106,'_pagelines_gallery_slider','off'),(14703,3106,'_pagelines_quote',''),(14704,3106,'_pagelines_link',''),(14705,3106,'_pagelines_video_m4v',''),(14706,3106,'_pagelines_video_ogv',''),(14707,3106,'_pagelines_video_poster',''),(14708,3106,'_pagelines_video_embed',''),(14709,3106,'_pagelines_audio_mp3',''),(14710,3106,'_pagelines_audio_ogg',''),(14711,3106,'_yoast_wpseo_focuskw','trade crude oil'),(14712,3106,'_yoast_wpseo_metadesc','Crude oil traded sideways ahead of official data due later today that are forecast to show U.S. supplies rose by 4 million barrels, exacerbating a glut.'),(14713,3106,'_yoast_wpseo_linkdex','74'),(14715,3111,'_edit_lock','1474279848:2'),(14716,3111,'_edit_last','2'),(14717,3111,'_thumbnail_id','2977'),(14731,3111,'_pl_karma','0'),(14719,3111,'_pagelines_gallery_slider','off'),(14720,3111,'_pagelines_quote',''),(14721,3111,'_pagelines_link',''),(14722,3111,'_pagelines_video_m4v',''),(14723,3111,'_pagelines_video_ogv',''),(14724,3111,'_pagelines_video_poster',''),(14725,3111,'_pagelines_video_embed',''),(14726,3111,'_pagelines_audio_mp3',''),(14727,3111,'_pagelines_audio_ogg',''),(14728,3111,'_yoast_wpseo_focuskw','futures trading'),(14729,3111,'_yoast_wpseo_metadesc','European stocks and U.S. equity-index futures advanced as investors awaited a batch of economic data for clues on the strength of the world’s biggest economy and the trajectory of interest rates before next week’s Federal Reserve meeting.'),(14730,3111,'_yoast_wpseo_linkdex','64'),(14732,3113,'_edit_lock','1474279818:2'),(14733,3113,'_edit_last','2'),(14734,3113,'_pagelines_gallery_slider','off'),(14735,3113,'_pagelines_quote',''),(14736,3113,'_pagelines_link',''),(14737,3113,'_pagelines_video_m4v',''),(14738,3113,'_pagelines_video_ogv',''),(14739,3113,'_pagelines_video_poster',''),(14740,3113,'_pagelines_video_embed',''),(14741,3113,'_pagelines_audio_mp3',''),(14742,3113,'_pagelines_audio_ogg',''),(14743,3113,'_pl_karma','0'),(14748,3113,'_thumbnail_id','2990'),(14745,3113,'_yoast_wpseo_focuskw','week ahead'),(14746,3113,'_yoast_wpseo_metadesc','In the week ahead, I expect the correlations to continue, right up to the much anticipated FOMC statement and press conference.'),(14747,3113,'_yoast_wpseo_linkdex','77'),(14753,3124,'_edit_lock','1474407995:2'),(14754,3124,'_edit_last','2'),(14755,3125,'_wp_attached_file','2016/09/trade-gold.jpg'),(14756,3125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:416;s:6:\"height\";i:151;s:4:\"file\";s:22:\"2016/09/trade-gold.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"trade-gold-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"trade-gold-300x108.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1470118865;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14774,3127,'_wp_attached_file','2016/09/pre-market-clocks.jpg'),(14772,3124,'_pl_karma','0'),(14760,3124,'_pagelines_gallery_slider','off'),(14761,3124,'_pagelines_quote',''),(14762,3124,'_pagelines_link',''),(14763,3124,'_pagelines_video_m4v',''),(14764,3124,'_pagelines_video_ogv',''),(14765,3124,'_pagelines_video_poster',''),(14766,3124,'_pagelines_video_embed',''),(14767,3124,'_pagelines_audio_mp3',''),(14768,3124,'_pagelines_audio_ogg',''),(14769,3124,'_yoast_wpseo_focuskw','live trading room'),(14770,3124,'_yoast_wpseo_metadesc','engthened 0.7 percent, buoyed by the pickup in oil prices and the A$9.7 billion sale of a 50-year lease in Australia’s busiest port to a group of global investors.'),(14771,3124,'_yoast_wpseo_linkdex','68'),(14775,3127,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:425;s:6:\"height\";i:140;s:4:\"file\";s:29:\"2016/09/pre-market-clocks.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"pre-market-clocks-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"pre-market-clocks-300x98.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:98;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1452689033;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14776,3124,'_thumbnail_id','3127'),(14778,3128,'_edit_lock','1474478675:2'),(14779,3128,'_edit_last','2'),(14780,3128,'_thumbnail_id','3064'),(14794,3128,'_pl_karma','0'),(14782,3128,'_pagelines_gallery_slider','off'),(14783,3128,'_pagelines_quote',''),(14784,3128,'_pagelines_link',''),(14785,3128,'_pagelines_video_m4v',''),(14786,3128,'_pagelines_video_ogv',''),(14787,3128,'_pagelines_video_poster',''),(14788,3128,'_pagelines_video_embed',''),(14789,3128,'_pagelines_audio_mp3',''),(14790,3128,'_pagelines_audio_ogg',''),(14791,3128,'_yoast_wpseo_focuskw','live trading room'),(14792,3128,'_yoast_wpseo_metadesc','We will re-open the trading room this afternoon at 1:45 pm ET to trade the FOMC statement and press conference.'),(14793,3128,'_yoast_wpseo_linkdex','64'),(14795,3130,'_edit_lock','1474885086:2'),(14796,3130,'_edit_last','2'),(14797,3130,'_pagelines_gallery_slider','off'),(14798,3130,'_pagelines_quote',''),(14799,3130,'_pagelines_link',''),(14800,3130,'_pagelines_video_m4v',''),(14801,3130,'_pagelines_video_ogv',''),(14802,3130,'_pagelines_video_poster',''),(14803,3130,'_pagelines_video_embed',''),(14804,3130,'_pagelines_audio_mp3',''),(14805,3130,'_pagelines_audio_ogg',''),(14806,3130,'_pl_karma','0'),(14807,3130,'_thumbnail_id','3024'),(14812,3134,'_edit_lock','1474885068:2'),(14809,3130,'_yoast_wpseo_focuskw','natural gas'),(14810,3130,'_yoast_wpseo_metadesc','Global stocks rose to its highest level in almost two weeks, while raw-materials prices climbed for a sixth day, after the Fed on Wednesday left interest rates unchanged and scaled back its projections for hikes in 2017 and beyond.'),(14811,3130,'_yoast_wpseo_linkdex','74'),(14813,3134,'_edit_last','2'),(14814,3134,'_pagelines_gallery_slider','off'),(14815,3134,'_pagelines_quote',''),(14816,3134,'_pagelines_link',''),(14817,3134,'_pagelines_video_m4v',''),(14818,3134,'_pagelines_video_ogv',''),(14819,3134,'_pagelines_video_poster',''),(14820,3134,'_pagelines_video_embed',''),(14821,3134,'_pagelines_audio_mp3',''),(14822,3134,'_pagelines_audio_ogg',''),(14823,3134,'_yoast_wpseo_focuskw','week ahead'),(14824,3134,'_yoast_wpseo_linkdex','64'),(14825,3134,'_pl_karma','0'),(14826,3134,'_thumbnail_id','2990'),(14829,3136,'_edit_lock','1474972403:2'),(14828,3134,'_wp_old_slug','week-ahead-global-markets'),(14830,3136,'_edit_last','2'),(14831,3136,'_thumbnail_id','2945'),(14845,3136,'_pl_karma','0'),(14833,3136,'_pagelines_gallery_slider','off'),(14834,3136,'_pagelines_quote',''),(14835,3136,'_pagelines_link',''),(14836,3136,'_pagelines_video_m4v',''),(14837,3136,'_pagelines_video_ogv',''),(14838,3136,'_pagelines_video_poster',''),(14839,3136,'_pagelines_video_embed',''),(14840,3136,'_pagelines_audio_mp3',''),(14841,3136,'_pagelines_audio_ogg',''),(14842,3136,'_yoast_wpseo_focuskw','crude oil'),(14843,3136,'_yoast_wpseo_metadesc','Algeria’s Energy Minister said Saudi Arabia, the world’s No. 1 oil exporter, has offered to cut production to January levels to help convince other major producers to agree output curbs this week in Algiers.'),(14844,3136,'_yoast_wpseo_linkdex','66'),(14846,3138,'_edit_lock','1475024020:2'),(14847,3138,'_edit_last','2'),(14848,3138,'_pagelines_gallery_slider','off'),(14849,3138,'_pagelines_quote',''),(14850,3138,'_pagelines_link',''),(14851,3138,'_pagelines_video_m4v',''),(14852,3138,'_pagelines_video_ogv',''),(14853,3138,'_pagelines_video_poster',''),(14854,3138,'_pagelines_video_embed',''),(14855,3138,'_pagelines_audio_mp3',''),(14856,3138,'_pagelines_audio_ogg',''),(14857,3138,'_pl_karma','0'),(14858,3138,'_thumbnail_id','2802'),(14863,3141,'_edit_lock','1475175977:2'),(14860,3138,'_yoast_wpseo_focuskw','live trading room'),(14861,3138,'_yoast_wpseo_metadesc','Financial markets judged the first of three American presidential debates a win for Hillary Clinton, as Mexico’s peso rallied from a record low and U.S. stock index futures rose.'),(14862,3138,'_yoast_wpseo_linkdex','66'),(14864,3141,'_edit_last','2'),(14865,3141,'_thumbnail_id','3108'),(14879,3141,'_pl_karma','0'),(14867,3141,'_pagelines_gallery_slider','off'),(14868,3141,'_pagelines_quote',''),(14869,3141,'_pagelines_link',''),(14870,3141,'_pagelines_video_m4v',''),(14871,3141,'_pagelines_video_ogv',''),(14872,3141,'_pagelines_video_poster',''),(14873,3141,'_pagelines_video_embed',''),(14874,3141,'_pagelines_audio_mp3',''),(14875,3141,'_pagelines_audio_ogg',''),(14876,3141,'_yoast_wpseo_focuskw','live trading room'),(14877,3141,'_yoast_wpseo_metadesc','Crude oil climbed before a meeting of major producers in Algiers. Gold declined 0.2 percent following a 0.8 percent drop in the last session that marked its steepest slide this month.'),(14878,3141,'_yoast_wpseo_linkdex','58'),(14880,3144,'_edit_lock','1475510798:2'),(14881,3144,'_edit_last','2'),(14882,3144,'_thumbnail_id','2235'),(14896,3144,'_pl_karma','0'),(14884,3144,'_pagelines_gallery_slider','off'),(14885,3144,'_pagelines_quote',''),(14886,3144,'_pagelines_link',''),(14887,3144,'_pagelines_video_m4v',''),(14888,3144,'_pagelines_video_ogv',''),(14889,3144,'_pagelines_video_poster',''),(14890,3144,'_pagelines_video_embed',''),(14891,3144,'_pagelines_audio_mp3',''),(14892,3144,'_pagelines_audio_ogg',''),(14893,3144,'_yoast_wpseo_focuskw','financial market'),(14894,3144,'_yoast_wpseo_metadesc','In the week ahead I am expecting more volatility and more price swings. Intermarket correlations will be my primary focal point for spotting trading opportunities.'),(14895,3144,'_yoast_wpseo_linkdex','69'),(14897,3146,'_edit_lock','1475843704:2'),(14898,3146,'_edit_last','2'),(14899,3146,'_thumbnail_id','3024'),(14913,3146,'_pl_karma','0'),(14901,3146,'_pagelines_gallery_slider','off'),(14902,3146,'_pagelines_quote',''),(14903,3146,'_pagelines_link',''),(14904,3146,'_pagelines_video_m4v',''),(14905,3146,'_pagelines_video_ogv',''),(14906,3146,'_pagelines_video_poster',''),(14907,3146,'_pagelines_video_embed',''),(14908,3146,'_pagelines_audio_mp3',''),(14909,3146,'_pagelines_audio_ogg',''),(14910,3146,'_yoast_wpseo_focuskw','natural gas storage report'),(14911,3146,'_yoast_wpseo_metadesc','US ECB Monetary Policy Meeting Accounts due at 7:30, US Unemployment Claims and CAD Building Permits at 8:30, Natural Gas Storage at 10:30, CAD Gov Council Member Wilkins Speaks at 11:50 ET.'),(14912,3146,'_yoast_wpseo_linkdex','74'),(14939,924,'enclosure','https://www.dropbox.com/s/etnmhmdc3p3cz9q/RQ_What_if2.avi\n0\nvideo/avi\n'),(14948,657,'_pagelines_audio_mp3',''),(14949,657,'_pagelines_audio_ogg',''),(14983,1409,'_pagelines_video_ogv',''),(14984,1409,'_pagelines_video_poster',''),(14985,1409,'_pagelines_video_embed',''),(14986,1409,'_pagelines_audio_mp3',''),(14987,1409,'_pagelines_audio_ogg',''),(15078,3181,'_edit_last','2'),(15079,3182,'_wp_attached_file','2016/10/trade-correlations-small-frame.jpg'),(15080,3182,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:596;s:6:\"height\";i:223;s:4:\"file\";s:42:\"2016/10/trade-correlations-small-frame.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"trade-correlations-small-frame-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"trade-correlations-small-frame-300x112.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:112;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:42:\"trade-correlations-small-frame-500x223.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:223;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:42:\"trade-correlations-small-frame-500x223.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:223;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1471705969;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(15081,3181,'_thumbnail_id','3182'),(15095,3181,'_pl_karma','1'),(15083,3181,'_pagelines_gallery_slider','off'),(15084,3181,'_pagelines_quote',''),(15085,3181,'_pagelines_link',''),(15086,3181,'_pagelines_video_m4v',''),(15087,3181,'_pagelines_video_ogv',''),(15088,3181,'_pagelines_video_poster',''),(15089,3181,'_pagelines_video_embed',''),(15090,3181,'_pagelines_audio_mp3',''),(15091,3181,'_pagelines_audio_ogg',''),(15092,3181,'_yoast_wpseo_focuskw','live trading room'),(15093,3181,'_yoast_wpseo_metadesc','U.S. interest rate futures are pricing in about a 75-percent chance of a rate hike by December, little changed over the past couple of days.'),(15094,3181,'_yoast_wpseo_linkdex','76'),(15096,3184,'_edit_lock','1476862972:1'),(15097,3184,'_edit_last','2'),(15098,3184,'_thumbnail_id','3127'),(15112,3184,'_pl_karma','0'),(15100,3184,'_pagelines_gallery_slider','off'),(15101,3184,'_pagelines_quote',''),(15102,3184,'_pagelines_link',''),(15103,3184,'_pagelines_video_m4v',''),(15104,3184,'_pagelines_video_ogv',''),(15105,3184,'_pagelines_video_poster',''),(15106,3184,'_pagelines_video_embed',''),(15107,3184,'_pagelines_audio_mp3',''),(15108,3184,'_pagelines_audio_ogg',''),(15109,3184,'_yoast_wpseo_focuskw','trading room'),(15110,3184,'_yoast_wpseo_metadesc','Stocks fell around the world, while government bonds climbed with the dollar as China export figures signaled a deeper slowdown in the world’s second-largest economy just as policymakers prepare to raise interest rates in the biggest.'),(15111,3184,'_yoast_wpseo_linkdex','64'),(15113,3186,'_wp_attached_file','2016/10/traderoom5titan.jpg'),(15114,3186,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:357;s:6:\"height\";i:96;s:4:\"file\";s:27:\"2016/10/traderoom5titan.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"traderoom5titan-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"traderoom5titan-300x80.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1476368826;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(15115,3187,'_wp_attached_file','2016/10/drawboard.2.jpg'),(15116,3187,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:372;s:6:\"height\";i:144;s:4:\"file\";s:23:\"2016/10/drawboard.2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"drawboard.2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"drawboard.2-300x116.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1473853786;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(15117,3188,'_wp_attached_file','2016/10/4starroom.jpg'),(15118,3188,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:516;s:6:\"height\";i:183;s:4:\"file\";s:21:\"2016/10/4starroom.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"4starroom-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"4starroom-300x106.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:21:\"4starroom-500x183.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:21:\"4starroom-500x183.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1476369546;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(15119,3189,'_wp_attached_file','2016/10/rqclocks.jpg'),(15120,3189,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:408;s:6:\"height\";i:159;s:4:\"file\";s:20:\"2016/10/rqclocks.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"rqclocks-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"rqclocks-300x116.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1441268213;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(15121,3190,'_edit_lock','1476830666:2'),(15122,3190,'_edit_last','2'),(15123,3190,'_thumbnail_id','3125'),(15137,3190,'_pl_karma','0'),(15125,3190,'_pagelines_gallery_slider','off'),(15126,3190,'_pagelines_quote',''),(15127,3190,'_pagelines_link',''),(15128,3190,'_pagelines_video_m4v',''),(15129,3190,'_pagelines_video_ogv',''),(15130,3190,'_pagelines_video_poster',''),(15131,3190,'_pagelines_video_embed',''),(15132,3190,'_pagelines_audio_mp3',''),(15133,3190,'_pagelines_audio_ogg',''),(15134,3190,'_yoast_wpseo_focuskw','live trading room'),(15135,3190,'_yoast_wpseo_metadesc','Metals across the board rose with commodities during the overnight trading session.'),(15136,3190,'_yoast_wpseo_linkdex','74'),(15139,1667,'pl-settings','a:2:{s:4:\"live\";a:5:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:2:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau9f997\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"u9f997\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:20:\"PageLinesQuickSlider\";s:5:\"clone\";s:7:\"uhyhpw3\";s:3:\"sid\";s:11:\"quickslider\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:1;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau9f997\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"uqslbz9\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:20:\"PageLinesQuickSlider\";s:5:\"clone\";s:7:\"u4sd73l\";s:3:\"sid\";s:11:\"quickslider\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}}s:7:\"u630s1r\";a:10:{s:11:\"pl_area_pad\";s:5:\"200px\";s:18:\"pl_area_pad_bottom\";s:5:\"200px\";s:16:\"pl_area_parallax\";s:1:\"0\";s:18:\"parallax_direction\";s:10:\"horizontal\";s:14:\"parallax_layer\";s:10:\"foreground\";s:18:\"pl_area_background\";s:61:\"[pl_site_url]/wp-content/uploads/2016/10/traderoomsession.jpg\";s:28:\"pl_area_background_attach_id\";s:4:\"3207\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"u88g66r\";a:4:{s:18:\"pl_area_background\";s:61:\"[pl_site_url]/wp-content/uploads/2016/10/roomtitanstars-2.jpg\";s:28:\"pl_area_background_attach_id\";s:4:\"3209\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"1\";}s:7:\"uhyhpw3\";a:3:{s:16:\"quick_transition\";s:4:\"fade\";s:15:\"quick_slideshow\";s:1:\"1\";s:17:\"quickslider_array\";a:1:{s:5:\"item1\";a:5:{s:5:\"image\";s:56:\"[pl_site_url]/wp-content/uploads/2016/10/4starroom-2.jpg\";s:15:\"image_attach_id\";s:4:\"3220\";s:4:\"text\";s:71:\"Don\'t trade alone, join a group of active traders in live trading room.\";s:4:\"link\";s:47:\"http://www.riosquant.com/events/events_list/all\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"u4sd73l\";a:3:{s:16:\"quick_transition\";s:4:\"fade\";s:15:\"quick_slideshow\";s:1:\"1\";s:17:\"quickslider_array\";a:3:{s:5:\"item1\";a:5:{s:5:\"image\";s:59:\"[pl_site_url]/wp-content/uploads/2016/10/strategyroom-1.jpg\";s:15:\"image_attach_id\";s:4:\"3213\";s:4:\"text\";s:77:\"Quantitative analysis and algorithmic trading. Strategies for active traders.\";s:4:\"link\";s:47:\"http://www.riosquant.com/events/events_list/all\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:5:{s:5:\"image\";s:50:\"[pl_site_url]/wp-content/uploads/2016/10/eppat.jpg\";s:15:\"image_attach_id\";s:4:\"3214\";s:4:\"text\";s:47:\"Our members come here for a reason, find yours.\";s:4:\"link\";s:47:\"http://www.riosquant.com/events/events_list/all\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:4:{s:5:\"image\";s:61:\"[pl_site_url]/wp-content/uploads/2016/10/joeteachingclass.jpg\";s:15:\"image_attach_id\";s:4:\"3222\";s:4:\"text\";s:108:\"Watch, listen and learn step-by-step how to use innovative tools and methods for today\'s market environment.\";s:8:\"showitem\";s:1:\"1\";}}}}s:5:\"draft\";a:5:{s:10:\"custom-map\";a:1:{s:8:\"template\";a:2:{i:0;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau9f997\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:6:\"u9f997\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:20:\"PageLinesQuickSlider\";s:5:\"clone\";s:7:\"uhyhpw3\";s:3:\"sid\";s:11:\"quickslider\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}i:1;a:7:{s:4:\"name\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:13:\"pl_areau9f997\";s:6:\"object\";s:13:\"PLSectionArea\";s:3:\"sid\";s:7:\"pl_area\";s:5:\"clone\";s:7:\"uqslbz9\";s:7:\"content\";a:1:{i:0;a:6:{s:6:\"object\";s:20:\"PageLinesQuickSlider\";s:5:\"clone\";s:7:\"u4sd73l\";s:3:\"sid\";s:11:\"quickslider\";s:4:\"span\";s:2:\"12\";s:6:\"offset\";s:1:\"0\";s:6:\"newrow\";s:5:\"false\";}}}}}s:7:\"u630s1r\";a:10:{s:11:\"pl_area_pad\";s:5:\"200px\";s:18:\"pl_area_pad_bottom\";s:5:\"200px\";s:16:\"pl_area_parallax\";s:1:\"0\";s:18:\"parallax_direction\";s:10:\"horizontal\";s:14:\"parallax_layer\";s:10:\"foreground\";s:18:\"pl_area_background\";s:61:\"[pl_site_url]/wp-content/uploads/2016/10/traderoomsession.jpg\";s:28:\"pl_area_background_attach_id\";s:4:\"3207\";s:14:\"pl_area_repeat\";s:1:\"0\";s:13:\"pl_area_theme\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"0\";}s:7:\"u88g66r\";a:4:{s:18:\"pl_area_background\";s:61:\"[pl_site_url]/wp-content/uploads/2016/10/roomtitanstars-2.jpg\";s:28:\"pl_area_background_attach_id\";s:4:\"3209\";s:14:\"pl_area_repeat\";s:1:\"0\";s:20:\"pl_area_color_enable\";s:1:\"1\";}s:7:\"uhyhpw3\";a:3:{s:16:\"quick_transition\";s:4:\"fade\";s:15:\"quick_slideshow\";s:1:\"1\";s:17:\"quickslider_array\";a:1:{s:5:\"item1\";a:5:{s:5:\"image\";s:56:\"[pl_site_url]/wp-content/uploads/2016/10/4starroom-2.jpg\";s:15:\"image_attach_id\";s:4:\"3220\";s:4:\"text\";s:71:\"Don\'t trade alone, join a group of active traders in live trading room.\";s:4:\"link\";s:47:\"http://www.riosquant.com/events/events_list/all\";s:8:\"showitem\";s:1:\"1\";}}}s:7:\"u4sd73l\";a:3:{s:16:\"quick_transition\";s:4:\"fade\";s:15:\"quick_slideshow\";s:1:\"1\";s:17:\"quickslider_array\";a:3:{s:5:\"item1\";a:5:{s:5:\"image\";s:59:\"[pl_site_url]/wp-content/uploads/2016/10/strategyroom-1.jpg\";s:15:\"image_attach_id\";s:4:\"3213\";s:4:\"text\";s:77:\"Quantitative analysis and algorithmic trading. Strategies for active traders.\";s:4:\"link\";s:47:\"http://www.riosquant.com/events/events_list/all\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item2\";a:5:{s:5:\"image\";s:50:\"[pl_site_url]/wp-content/uploads/2016/10/eppat.jpg\";s:15:\"image_attach_id\";s:4:\"3214\";s:4:\"text\";s:47:\"Our members come here for a reason, find yours.\";s:4:\"link\";s:47:\"http://www.riosquant.com/events/events_list/all\";s:8:\"showitem\";s:1:\"1\";}s:5:\"item3\";a:4:{s:5:\"image\";s:61:\"[pl_site_url]/wp-content/uploads/2016/10/joeteachingclass.jpg\";s:15:\"image_attach_id\";s:4:\"3222\";s:4:\"text\";s:108:\"Watch, listen and learn step-by-step how to use innovative tools and methods for today\'s market environment.\";s:8:\"showitem\";s:1:\"1\";}}}}}'),(15140,1374,'_edit_lock','1476823493:2'),(15160,3197,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15159,3197,'_menu_item_target',''),(15158,3197,'_menu_item_object','custom'),(15155,3197,'_menu_item_type','custom'),(15156,3197,'_menu_item_menu_item_parent','0'),(15157,3197,'_menu_item_object_id','3197'),(15161,3197,'_menu_item_xfn',''),(15162,3197,'_menu_item_url','http://www.thetradingroom.com/blog/'),(15186,3211,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:964;s:6:\"height\";i:541;s:4:\"file\";s:24:\"2016/10/strategyroom.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"strategyroom-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"strategyroom-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"strategyroom-768x431.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:24:\"strategyroom-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:24:\"strategyroom-964x500.jpg\";s:5:\"width\";i:964;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:24:\"strategyroom-500x541.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:541;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1392475458\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15187,3212,'_wp_attached_file','2016/10/rqglassofficesnip.jpg'),(15188,3212,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:903;s:6:\"height\";i:583;s:4:\"file\";s:29:\"2016/10/rqglassofficesnip.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"rqglassofficesnip-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"rqglassofficesnip-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"rqglassofficesnip-768x496.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:496;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:29:\"rqglassofficesnip-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:29:\"rqglassofficesnip-903x500.jpg\";s:5:\"width\";i:903;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:29:\"rqglassofficesnip-500x583.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:583;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1394284259\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15189,3213,'_wp_attached_file','2016/10/strategyroom-1.jpg'),(15190,3213,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:964;s:6:\"height\";i:541;s:4:\"file\";s:26:\"2016/10/strategyroom-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"strategyroom-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"strategyroom-1-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"strategyroom-1-768x431.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:26:\"strategyroom-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:26:\"strategyroom-1-964x500.jpg\";s:5:\"width\";i:964;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:26:\"strategyroom-1-500x541.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:541;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1392475458\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15263,70801267,'pl-settings','a:2:{s:4:\"live\";a:0:{}s:5:\"draft\";a:0:{}}'),(15264,70594543,'pl-settings','a:2:{s:4:\"live\";a:0:{}s:5:\"draft\";a:0:{}}'),(15191,3214,'_wp_attached_file','2016/10/eppat.jpg'),(15192,3214,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2700;s:6:\"height\";i:1800;s:4:\"file\";s:17:\"2016/10/eppat.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"eppat-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"eppat-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"eppat-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"eppat-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"aspect-thumb\";a:4:{s:4:\"file\";s:18:\"eppat-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:17:\"eppat-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:18:\"eppat-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:18:\"eppat-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"big-thumb\";a:4:{s:4:\"file\";s:19:\"eppat-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15261,70118621,'pl-settings','a:2:{s:4:\"live\";a:0:{}s:5:\"draft\";a:0:{}}'),(15262,70946639,'pl-settings','a:2:{s:4:\"live\";a:0:{}s:5:\"draft\";a:0:{}}'),(15193,3215,'_wp_attached_file','2016/10/4starroom-1.jpg'),(15194,3215,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:516;s:6:\"height\";i:183;s:4:\"file\";s:23:\"2016/10/4starroom-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"4starroom-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"4starroom-1-300x106.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:23:\"4starroom-1-500x183.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:23:\"4starroom-1-500x183.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1476369546\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15195,3216,'_wp_attached_file','2016/10/awardspic.jpg'),(15196,3216,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:307;s:6:\"height\";i:109;s:4:\"file\";s:21:\"2016/10/awardspic.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"awardspic-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"awardspic-300x107.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1476642435\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15265,70835510,'pl-settings','a:2:{s:4:\"live\";a:0:{}s:5:\"draft\";a:0:{}}'),(15199,1058,'_oembed_640a92d3de9343a0b42478eaa6d63536','{{unknown}}'),(15200,1058,'_oembed_5cbb3150025f4091573e36ffd637b332','{{unknown}}'),(15201,1058,'_oembed_415240b231d11c8fdf32aee73717ee9d','{{unknown}}'),(15202,711,'_oembed_860ac4c26af8d532c8d781db49c9c0e7','<iframe width=\"1172\" height=\"659\" src=\"https://www.youtube.com/embed/FdqQMihG0T0?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(15203,711,'_oembed_time_860ac4c26af8d532c8d781db49c9c0e7','1476914101'),(15204,772,'_oembed_7bf4da13ff7c34412569439123c8137b','{{unknown}}'),(15205,772,'_oembed_986feedc1c992bb3ae1ef32bf95d7cb9','{{unknown}}'),(15206,772,'_oembed_33630ae70787e784d06a871d420cec8c','{{unknown}}'),(15207,772,'_oembed_fdd688f0c6e2b88a205a419aa69ebe79','{{unknown}}'),(15208,772,'_oembed_78d80a9bd77d0bccdf730adfe79f2056','{{unknown}}'),(15209,3218,'_edit_lock','1476978698:2'),(15210,3218,'_edit_last','2'),(15211,3218,'_thumbnail_id','3187'),(15227,3218,'_pl_karma','0'),(15213,3218,'_pagelines_gallery_slider','off'),(15214,3218,'_pagelines_quote',''),(15215,3218,'_pagelines_link',''),(15216,3218,'_pagelines_video_m4v',''),(15217,3218,'_pagelines_video_ogv',''),(15218,3218,'_pagelines_video_poster',''),(15219,3218,'_pagelines_video_embed',''),(15220,3218,'_pagelines_audio_mp3',''),(15221,3218,'_pagelines_audio_ogg',''),(15222,3218,'_yoast_wpseo_focuskw_text_input','live trading room'),(15223,3218,'_yoast_wpseo_focuskw','live trading room'),(15224,3218,'_yoast_wpseo_linkdex','60'),(15225,3218,'_yoast_wpseo_content_score','30'),(15226,3218,'_yoast_wpseo_primary_category','19'),(15228,1355,'_oembed_c72822fe6a8748a9ab31123671365c50','{{unknown}}'),(15229,1355,'_oembed_70c01f959388dac55901aef6477ecbae','{{unknown}}'),(15230,865,'_oembed_d22aa4f515bd3fc06e25aee037c0de74','{{unknown}}'),(15231,865,'_oembed_ed46c38c46e53e451e694369ada8f724','{{unknown}}'),(15232,791,'_oembed_27d21850f3d62da7e965f4faa83408d1','{{unknown}}'),(15233,791,'_oembed_85e2264999ced37ad9926f373f6ee591','{{unknown}}'),(15234,791,'_oembed_86682a2911515fe8c772f4f466d2a6da','{{unknown}}'),(15235,791,'_oembed_51012a756c300343df2a8de66c8b54b4','{{unknown}}'),(15236,791,'_oembed_f7d5250430b5d6d0ba224a371d6d0dd5','{{unknown}}'),(15237,1420,'_oembed_702435eb77e33456ec1429420b8949bb','{{unknown}}'),(15238,1420,'_oembed_6d4d4630260717931c13eda4e75c8ee8','{{unknown}}'),(15239,1420,'_oembed_b833167fbbc4e7a675f30b295ea5ca5d','{{unknown}}'),(15240,1420,'_oembed_f21207e3197713a25e62482d296f9524','{{unknown}}'),(15241,591,'_oembed_a664073128f98e657239a5af43008126','{{unknown}}'),(15242,569,'_oembed_04a85444b42f3f38dcab67a31bf0393c','{{unknown}}'),(15243,612,'_oembed_6aa4ecada3e0b02275f3c7a350991a85','{{unknown}}'),(15244,983,'_oembed_c0d8c04598383a228422e06015a76a5b','{{unknown}}'),(15245,983,'_oembed_e1d8d040af9b6d410dcda0a3a7fd33a9','{{unknown}}'),(15246,983,'_oembed_0c91a0b4c058cedb4b910de1d71ad990','{{unknown}}'),(15247,538,'_oembed_1de6ff72d576de0e9d6ac1702902a7dd','{{unknown}}'),(15248,1479,'_oembed_8fae88ec92ef09c5fd57f15f38110fec','{{unknown}}'),(15249,892,'_oembed_d60b6b34b98aa4db8367609be29b2f9a','{{unknown}}'),(15250,892,'_oembed_f24647389f8e334256e61038b641645f','{{unknown}}'),(15251,892,'_oembed_ad2391899454bbd71aa252a71aa750bb','{{unknown}}'),(15252,686,'_oembed_9c187f7358c86efb1364366be2b3a00a','{{unknown}}'),(15253,686,'_oembed_36ed91e2fc64f08acae8d51f2222c73a','{{unknown}}'),(15254,686,'_oembed_0cad6f9cfb7ed1426e92321cc60ad30c','{{unknown}}'),(15255,1326,'_oembed_6c6e526980b72992dfb4f74352b3a6a0','{{unknown}}'),(15256,1326,'_oembed_079ac17e3029077875c4e59525eb8808','{{unknown}}'),(15257,1326,'_oembed_481957d890df4595073c514a0b2da66c','{{unknown}}'),(15258,1279,'_oembed_fad7d7bac8eb5179e7c630dff25a39ea','{{unknown}}'),(15259,1279,'_oembed_6eb877b0027fac2499a2935b1ffee1e7','{{unknown}}'),(15260,1279,'_oembed_8ff8be71d12003cc2625adc0d450b163','{{unknown}}'),(15266,3220,'_wp_attached_file','2016/10/4starroom-2.jpg'),(15267,3220,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:516;s:6:\"height\";i:183;s:4:\"file\";s:23:\"2016/10/4starroom-2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"4starroom-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"4starroom-2-300x106.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1476369546\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15271,3222,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2700;s:6:\"height\";i:1800;s:4:\"file\";s:28:\"2016/10/joeteachingclass.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"joeteachingclass-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"joeteachingclass-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"joeteachingclass-768x512.jpg\";s:5:\"width\";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:\"joeteachingclass-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"aspect-thumb\";a:4:{s:4:\"file\";s:30:\"joeteachingclass-1500x1000.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:28:\"joeteachingclass-750x750.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"landscape-thumb\";a:4:{s:4:\"file\";s:29:\"joeteachingclass-1500x750.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:29:\"joeteachingclass-750x1500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"big-thumb\";a:4:{s:4:\"file\";s:30:\"joeteachingclass-1500x1500.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15268,3221,'_wp_attached_file','2016/10/tradinguptospeed.jpg'),(15269,3221,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:507;s:6:\"height\";i:322;s:4:\"file\";s:28:\"2016/10/tradinguptospeed.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"tradinguptospeed-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"tradinguptospeed-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1413910297\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15270,3222,'_wp_attached_file','2016/10/joeteachingclass.jpg'),(15272,723,'_oembed_6a86b4fc29101e249d9c7ca8eca312e5','{{unknown}}'),(15273,723,'_oembed_f43c249dac3d398332ed75972ff0d805','{{unknown}}'),(15274,723,'_oembed_b5a95287b0d1327c8502a216ff1adf3b','{{unknown}}'),(15275,723,'_oembed_c1f2e796ffb019c31fd6b6f0eac3b572','{{unknown}}'),(15276,1351,'_oembed_c72822fe6a8748a9ab31123671365c50','{{unknown}}'),(15277,1351,'_oembed_70c01f959388dac55901aef6477ecbae','{{unknown}}'),(15278,748,'_oembed_8c6018388a175293db88307d796a0812','{{unknown}}'),(15279,748,'_oembed_9307939dd6ca49f1cf7d3f640818f594','{{unknown}}'),(15280,748,'_oembed_dd92483150bb2146ccc1be63ed099c33','{{unknown}}'),(15281,748,'_oembed_b611730e92ee442abc9b2f7c4d814097','{{unknown}}'),(15282,3223,'_edit_lock','1477307860:2'),(15283,3223,'_edit_last','2'),(15284,3223,'_thumbnail_id','2990'),(15285,3223,'_pagelines_gallery_slider','off'),(15286,3223,'_pagelines_quote',''),(15287,3223,'_pagelines_link',''),(15288,3223,'_pagelines_video_m4v',''),(15289,3223,'_pagelines_video_ogv',''),(15290,3223,'_pagelines_video_poster',''),(15291,3223,'_pagelines_video_embed',''),(15292,3223,'_pagelines_audio_mp3',''),(15293,3223,'_pagelines_audio_ogg',''),(15294,3223,'_yoast_wpseo_focuskw_text_input','week ahead'),(15295,3223,'_yoast_wpseo_focuskw','week ahead'),(15296,3223,'_yoast_wpseo_linkdex','67'),(15297,3223,'_yoast_wpseo_content_score','90'),(15298,3223,'_yoast_wpseo_primary_category','7'),(15299,3223,'_pl_karma','0'),(15305,3227,'_thumbnail_id','1749'),(15304,3227,'_edit_last','2'),(15303,3227,'_edit_lock','1477986868:2'),(15321,3227,'_pl_karma','0'),(15307,3227,'_pagelines_gallery_slider','off'),(15308,3227,'_pagelines_quote',''),(15309,3227,'_pagelines_link',''),(15310,3227,'_pagelines_video_m4v',''),(15311,3227,'_pagelines_video_ogv',''),(15312,3227,'_pagelines_video_poster',''),(15313,3227,'_pagelines_video_embed',''),(15314,3227,'_pagelines_audio_mp3',''),(15315,3227,'_pagelines_audio_ogg',''),(15316,3227,'_yoast_wpseo_focuskw_text_input','trading activity'),(15317,3227,'_yoast_wpseo_focuskw','trading activity'),(15318,3227,'_yoast_wpseo_linkdex','43'),(15319,3227,'_yoast_wpseo_content_score','30'),(15320,3227,'_yoast_wpseo_primary_category','19'),(15322,3229,'_edit_lock','1478083882:2'),(15323,3229,'_edit_last','2'),(15324,3229,'_thumbnail_id','2802'),(15340,3229,'_pl_karma','0'),(15326,3229,'_pagelines_gallery_slider','off'),(15327,3229,'_pagelines_quote',''),(15328,3229,'_pagelines_link',''),(15329,3229,'_pagelines_video_m4v',''),(15330,3229,'_pagelines_video_ogv',''),(15331,3229,'_pagelines_video_poster',''),(15332,3229,'_pagelines_video_embed',''),(15333,3229,'_pagelines_audio_mp3',''),(15334,3229,'_pagelines_audio_ogg',''),(15335,3229,'_yoast_wpseo_focuskw_text_input','risk off'),(15336,3229,'_yoast_wpseo_focuskw','risk off'),(15337,3229,'_yoast_wpseo_linkdex','36'),(15338,3229,'_yoast_wpseo_content_score','30'),(15339,3229,'_yoast_wpseo_primary_category','19'),(15341,3232,'_edit_lock','1478606291:2'),(15342,3232,'_edit_last','2'),(15343,3232,'_thumbnail_id','3082'),(15359,3232,'_pl_karma','0'),(15345,3232,'_pagelines_gallery_slider','off'),(15346,3232,'_pagelines_quote',''),(15347,3232,'_pagelines_link',''),(15348,3232,'_pagelines_video_m4v',''),(15349,3232,'_pagelines_video_ogv',''),(15350,3232,'_pagelines_video_poster',''),(15351,3232,'_pagelines_video_embed',''),(15352,3232,'_pagelines_audio_mp3',''),(15353,3232,'_pagelines_audio_ogg',''),(15354,3232,'_yoast_wpseo_focuskw_text_input','pre-market trading'),(15355,3232,'_yoast_wpseo_focuskw','pre-market trading'),(15356,3232,'_yoast_wpseo_linkdex','38'),(15357,3232,'_yoast_wpseo_content_score','30'),(15358,3232,'_yoast_wpseo_primary_category','19'),(15360,3234,'_edit_lock','1478707890:2'),(15361,3234,'_edit_last','2'),(15362,3235,'_wp_attached_file','2016/11/whats-next-rectangle-oic.jpg'),(15363,3235,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:432;s:6:\"height\";i:126;s:4:\"file\";s:36:\"2016/11/whats-next-rectangle-oic.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"whats-next-rectangle-oic-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"whats-next-rectangle-oic-300x88.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1478675341\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15364,3234,'_thumbnail_id','3235'),(15380,3234,'_pl_karma','0'),(15366,3234,'_pagelines_gallery_slider','off'),(15367,3234,'_pagelines_quote',''),(15368,3234,'_pagelines_link',''),(15369,3234,'_pagelines_video_m4v',''),(15370,3234,'_pagelines_video_ogv',''),(15371,3234,'_pagelines_video_poster',''),(15372,3234,'_pagelines_video_embed',''),(15373,3234,'_pagelines_audio_mp3',''),(15374,3234,'_pagelines_audio_ogg',''),(15375,3234,'_yoast_wpseo_focuskw_text_input','post elections'),(15376,3234,'_yoast_wpseo_focuskw','post elections'),(15377,3234,'_yoast_wpseo_linkdex','39'),(15378,3234,'_yoast_wpseo_content_score','30'),(15379,3234,'_yoast_wpseo_primary_category','19'),(15381,3237,'_edit_lock','1480859883:1'),(15382,3237,'_edit_last','2'),(15383,3237,'_thumbnail_id','3024'),(15399,3237,'_pl_karma','0'),(15385,3237,'_pagelines_gallery_slider','off'),(15386,3237,'_pagelines_quote',''),(15387,3237,'_pagelines_link',''),(15388,3237,'_pagelines_video_m4v',''),(15389,3237,'_pagelines_video_ogv',''),(15390,3237,'_pagelines_video_poster',''),(15391,3237,'_pagelines_video_embed',''),(15392,3237,'_pagelines_audio_mp3',''),(15393,3237,'_pagelines_audio_ogg',''),(15394,3237,'_yoast_wpseo_focuskw_text_input','natural gas'),(15395,3237,'_yoast_wpseo_focuskw','natural gas'),(15396,3237,'_yoast_wpseo_linkdex','40'),(15397,3237,'_yoast_wpseo_content_score','30'),(15398,3237,'_yoast_wpseo_primary_category','19'),(15400,3239,'_edit_lock','1480859849:1'),(15401,3239,'_edit_last','1'),(15402,3239,'_thumbnail_id','3108'),(15418,3239,'_pl_karma','0'),(15404,3239,'_pagelines_gallery_slider','off'),(15405,3239,'_pagelines_quote',''),(15406,3239,'_pagelines_link',''),(15407,3239,'_pagelines_video_m4v',''),(15408,3239,'_pagelines_video_ogv',''),(15409,3239,'_pagelines_video_poster',''),(15410,3239,'_pagelines_video_embed',''),(15411,3239,'_pagelines_audio_mp3',''),(15412,3239,'_pagelines_audio_ogg',''),(15413,3239,'_yoast_wpseo_focuskw_text_input','crude oil'),(15414,3239,'_yoast_wpseo_focuskw','crude oil'),(15415,3239,'_yoast_wpseo_linkdex','48'),(15416,3239,'_yoast_wpseo_content_score','30'),(15417,3239,'_yoast_wpseo_primary_category','19'),(15452,3258,'_pagelines_quote',''),(15449,3258,'_thumbnail_id','2990'),(15465,3258,'_pl_karma','0'),(15451,3258,'_pagelines_gallery_slider','off'),(15447,3258,'_edit_lock','1480859786:1'),(15448,3258,'_edit_last','1'),(15453,3258,'_pagelines_link',''),(15454,3258,'_pagelines_video_m4v',''),(15455,3258,'_pagelines_video_ogv',''),(15456,3258,'_pagelines_video_poster',''),(15457,3258,'_pagelines_video_embed',''),(15458,3258,'_pagelines_audio_mp3',''),(15459,3258,'_pagelines_audio_ogg',''),(15460,3258,'_yoast_wpseo_focuskw_text_input','global trading'),(15461,3258,'_yoast_wpseo_focuskw','global trading'),(15462,3258,'_yoast_wpseo_linkdex','66'),(15463,3258,'_yoast_wpseo_content_score','30'),(15464,3258,'_yoast_wpseo_primary_category','19'),(15490,3263,'_pl_karma','0'),(15474,3263,'_thumbnail_id','2774'),(15472,3263,'_edit_lock','1480859742:1'),(15473,3263,'_edit_last','1'),(15476,3263,'_pagelines_gallery_slider','off'),(15477,3263,'_pagelines_quote',''),(15478,3263,'_pagelines_link',''),(15479,3263,'_pagelines_video_m4v',''),(15480,3263,'_pagelines_video_ogv',''),(15481,3263,'_pagelines_video_poster',''),(15482,3263,'_pagelines_video_embed',''),(15483,3263,'_pagelines_audio_mp3',''),(15484,3263,'_pagelines_audio_ogg',''),(15485,3263,'_yoast_wpseo_focuskw_text_input','risk on sentiment'),(15486,3263,'_yoast_wpseo_focuskw','risk on sentiment'),(15487,3263,'_yoast_wpseo_linkdex','42'),(15488,3263,'_yoast_wpseo_content_score','60'),(15489,3263,'_yoast_wpseo_primary_category','19'),(15527,3278,'_pagelines_audio_ogg',''),(15526,3278,'_pagelines_audio_mp3',''),(15525,3278,'_pagelines_video_embed',''),(15519,3278,'_pagelines_gallery_slider','off'),(15520,3278,'_pagelines_quote',''),(15521,3278,'_pagelines_link',''),(15522,3278,'_pagelines_video_m4v',''),(15523,3278,'_pagelines_video_ogv',''),(15524,3278,'_pagelines_video_poster',''),(15528,3278,'_yoast_wpseo_focuskw_text_input','Bonds retreat'),(15529,3278,'_yoast_wpseo_focuskw','Bonds retreat'),(15530,3278,'_yoast_wpseo_linkdex','65'),(15531,3278,'_yoast_wpseo_content_score','30'),(15532,3278,'_yoast_wpseo_primary_category','19'),(15535,3281,'_edit_lock','1481286557:2'),(15536,3281,'_edit_last','2'),(15560,3281,'_pl_karma','0'),(15549,3281,'_pagelines_gallery_slider','off'),(15550,3281,'_pagelines_quote',''),(15551,3281,'_pagelines_link',''),(15552,3281,'_pagelines_video_m4v',''),(15553,3281,'_pagelines_video_ogv',''),(15554,3281,'_pagelines_video_poster',''),(15555,3281,'_pagelines_video_embed',''),(15556,3281,'_pagelines_audio_mp3',''),(15557,3281,'_pagelines_audio_ogg',''),(15558,3281,'_yoast_wpseo_content_score','30'),(15559,3281,'_yoast_wpseo_primary_category','19'),(15561,3281,'_thumbnail_id','3127'),(15563,3281,'_yoast_wpseo_focuskw_text_input','stocks gain'),(15564,3281,'_yoast_wpseo_focuskw','stocks gain'),(15565,3281,'_yoast_wpseo_linkdex','39'),(15649,3311,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:436;s:6:\"height\";i:191;s:4:\"file\";s:28:\"2016/12/japanese-yen-pic.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"japanese-yen-pic-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"japanese-yen-pic-300x131.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1469517328\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15648,3311,'_wp_attached_file','2016/12/japanese-yen-pic.jpg'),(15647,3307,'_edit_lock','1482150427:2'),(15646,3307,'_pl_karma','0'),(15773,3341,'_edit_last','2'),(15775,3342,'_pl_karma','0'),(15776,3342,'_edit_lock','1484051103:2'),(15772,3341,'_edit_lock','1484046605:2'),(15670,3315,'_pl_karma','0'),(15583,3292,'_pl_karma','0'),(15584,3292,'_edit_lock','1481549077:2'),(15585,3292,'_edit_last','2'),(15586,3292,'_thumbnail_id','2716'),(15603,3296,'_pl_karma','0'),(15588,3292,'_pagelines_gallery_slider','off'),(15589,3292,'_pagelines_quote',''),(15590,3292,'_pagelines_link',''),(15591,3292,'_pagelines_video_m4v',''),(15592,3292,'_pagelines_video_ogv',''),(15593,3292,'_pagelines_video_poster',''),(15594,3292,'_pagelines_video_embed',''),(15595,3292,'_pagelines_audio_mp3',''),(15596,3292,'_pagelines_audio_ogg',''),(15597,3292,'_yoast_wpseo_focuskw_text_input','WORLD HEADLINES'),(15598,3292,'_yoast_wpseo_focuskw','WORLD HEADLINES'),(15599,3292,'_yoast_wpseo_linkdex','42'),(15600,3292,'_yoast_wpseo_content_score','90'),(15601,3292,'_yoast_wpseo_primary_category','19'),(15604,3296,'_edit_lock','1481631369:2'),(15605,3296,'_edit_last','2'),(15606,3296,'_thumbnail_id','2768'),(15624,3301,'_pl_karma','0'),(15608,3296,'_pagelines_gallery_slider','off'),(15609,3296,'_pagelines_quote',''),(15610,3296,'_pagelines_link',''),(15611,3296,'_pagelines_video_m4v',''),(15612,3296,'_pagelines_video_ogv',''),(15613,3296,'_pagelines_video_poster',''),(15614,3296,'_pagelines_video_embed',''),(15615,3296,'_pagelines_audio_mp3',''),(15616,3296,'_pagelines_audio_ogg',''),(15617,3296,'_yoast_wpseo_focuskw_text_input','SP 500 Index futures'),(15618,3296,'_yoast_wpseo_focuskw','SP 500 Index futures'),(15619,3296,'_yoast_wpseo_linkdex','38'),(15620,3296,'_yoast_wpseo_content_score','90'),(15621,3296,'_yoast_wpseo_primary_category','19'),(15625,3301,'_edit_lock','1481750710:2'),(15626,3301,'_edit_last','2'),(15627,3301,'_thumbnail_id','3064'),(15644,3305,'_pl_karma','0'),(15629,3301,'_pagelines_gallery_slider','off'),(15630,3301,'_pagelines_quote',''),(15631,3301,'_pagelines_link',''),(15632,3301,'_pagelines_video_m4v',''),(15633,3301,'_pagelines_video_ogv',''),(15634,3301,'_pagelines_video_poster',''),(15635,3301,'_pagelines_video_embed',''),(15636,3301,'_pagelines_audio_mp3',''),(15637,3301,'_pagelines_audio_ogg',''),(15638,3301,'_yoast_wpseo_focuskw_text_input','stocks and bonds'),(15639,3301,'_yoast_wpseo_focuskw','stocks and bonds'),(15640,3301,'_yoast_wpseo_linkdex','27'),(15641,3301,'_yoast_wpseo_content_score','30'),(15642,3301,'_yoast_wpseo_primary_category','19'),(15650,3307,'_edit_last','2'),(15651,3307,'_thumbnail_id','3311'),(15671,3315,'_edit_lock','1482405316:2'),(15653,3307,'_pagelines_gallery_slider','off'),(15654,3307,'_pagelines_quote',''),(15655,3307,'_pagelines_link',''),(15656,3307,'_pagelines_video_m4v',''),(15657,3307,'_pagelines_video_ogv',''),(15658,3307,'_pagelines_video_poster',''),(15659,3307,'_pagelines_video_embed',''),(15660,3307,'_pagelines_audio_mp3',''),(15661,3307,'_pagelines_audio_ogg',''),(15662,3307,'_yoast_wpseo_focuskw_text_input','Japanese yen'),(15663,3307,'_yoast_wpseo_focuskw','Japanese yen'),(15664,3307,'_yoast_wpseo_linkdex','38'),(15665,3307,'_yoast_wpseo_content_score','30'),(15666,3307,'_yoast_wpseo_primary_category',''),(15672,3315,'_edit_last','2'),(15673,3315,'_thumbnail_id','3085'),(15934,3372,'_pl_karma','0'),(15675,3315,'_pagelines_gallery_slider','off'),(15676,3315,'_pagelines_quote',''),(15677,3315,'_pagelines_link',''),(15678,3315,'_pagelines_video_m4v',''),(15679,3315,'_pagelines_video_ogv',''),(15680,3315,'_pagelines_video_poster',''),(15681,3315,'_pagelines_video_embed',''),(15682,3315,'_pagelines_audio_mp3',''),(15683,3315,'_pagelines_audio_ogg',''),(15684,3315,'_yoast_wpseo_focuskw_text_input','Bonds Drop With Gold'),(15685,3315,'_yoast_wpseo_focuskw','Bonds Drop With Gold'),(15686,3315,'_yoast_wpseo_linkdex','26'),(15687,3315,'_yoast_wpseo_content_score','60'),(15688,3315,'_yoast_wpseo_primary_category','19'),(15692,3321,'_pl_karma','0'),(15693,3321,'_edit_lock','1482495111:2'),(15694,3321,'_edit_last','2'),(15695,3321,'_thumbnail_id','2515'),(15711,3326,'_edit_lock','1483304346:2'),(15697,3321,'_pagelines_gallery_slider','off'),(15698,3321,'_pagelines_quote',''),(15699,3321,'_pagelines_link',''),(15700,3321,'_pagelines_video_m4v',''),(15701,3321,'_pagelines_video_ogv',''),(15702,3321,'_pagelines_video_poster',''),(15703,3321,'_pagelines_video_embed',''),(15704,3321,'_pagelines_audio_mp3',''),(15705,3321,'_pagelines_audio_ogg',''),(15706,3321,'_yoast_wpseo_focuskw_text_input','global stocks'),(15707,3321,'_yoast_wpseo_focuskw','global stocks'),(15708,3321,'_yoast_wpseo_linkdex','37'),(15709,3321,'_yoast_wpseo_content_score','30'),(15710,3321,'_yoast_wpseo_primary_category','19'),(15712,3326,'_edit_last','2'),(15713,3326,'_pagelines_gallery_slider','off'),(15714,3326,'_pagelines_quote',''),(15715,3326,'_pagelines_link',''),(15716,3326,'_pagelines_video_m4v',''),(15717,3326,'_pagelines_video_ogv',''),(15718,3326,'_pagelines_video_poster',''),(15719,3326,'_pagelines_video_embed',''),(15720,3326,'_pagelines_audio_mp3',''),(15721,3326,'_pagelines_audio_ogg',''),(15722,3326,'_yoast_wpseo_content_score','30'),(15723,3326,'_yoast_wpseo_primary_category','8'),(15724,3326,'_thumbnail_id','3212'),(15726,3326,'_pl_karma','0'),(15729,3331,'_pl_karma','0'),(15730,3331,'_edit_lock','1483442727:2'),(15731,3331,'_edit_last','2'),(15732,3331,'_thumbnail_id','3235'),(15734,3331,'_pagelines_gallery_slider','off'),(15735,3331,'_pagelines_quote',''),(15736,3331,'_pagelines_link',''),(15737,3331,'_pagelines_video_m4v',''),(15738,3331,'_pagelines_video_ogv',''),(15739,3331,'_pagelines_video_poster',''),(15740,3331,'_pagelines_video_embed',''),(15741,3331,'_pagelines_audio_mp3',''),(15742,3331,'_pagelines_audio_ogg',''),(15743,3331,'_yoast_wpseo_focuskw_text_input','live trading room 2017'),(15744,3331,'_yoast_wpseo_focuskw','live trading room 2017'),(15745,3331,'_yoast_wpseo_linkdex','28'),(15746,3331,'_yoast_wpseo_content_score','30'),(15747,3331,'_yoast_wpseo_primary_category','19'),(15921,3372,'_pagelines_quote',''),(15920,3372,'_pagelines_gallery_slider','off'),(15918,3372,'_thumbnail_id','3182'),(15751,3336,'_edit_lock','1483619222:2'),(15752,3336,'_edit_last','2'),(15753,3336,'_thumbnail_id','2774'),(15769,3336,'_pl_karma','0'),(15755,3336,'_pagelines_gallery_slider','off'),(15756,3336,'_pagelines_quote',''),(15757,3336,'_pagelines_link',''),(15758,3336,'_pagelines_video_m4v',''),(15759,3336,'_pagelines_video_ogv',''),(15760,3336,'_pagelines_video_poster',''),(15761,3336,'_pagelines_video_embed',''),(15762,3336,'_pagelines_audio_mp3',''),(15763,3336,'_pagelines_audio_ogg',''),(15764,3336,'_yoast_wpseo_focuskw_text_input','risk-on sentiment'),(15765,3336,'_yoast_wpseo_focuskw','risk-on sentiment'),(15766,3336,'_yoast_wpseo_linkdex','43'),(15767,3336,'_yoast_wpseo_content_score','30'),(15768,3336,'_yoast_wpseo_primary_category','1'),(15777,3342,'_edit_last','2'),(15778,3342,'_thumbnail_id','2862'),(15795,3346,'_pl_karma','0'),(15780,3342,'_pagelines_gallery_slider','off'),(15781,3342,'_pagelines_quote',''),(15782,3342,'_pagelines_link',''),(15783,3342,'_pagelines_video_m4v',''),(15784,3342,'_pagelines_video_ogv',''),(15785,3342,'_pagelines_video_poster',''),(15786,3342,'_pagelines_video_embed',''),(15787,3342,'_pagelines_audio_mp3',''),(15788,3342,'_pagelines_audio_ogg',''),(15789,3342,'_yoast_wpseo_focuskw_text_input','pre-market'),(15790,3342,'_yoast_wpseo_focuskw','pre-market'),(15791,3342,'_yoast_wpseo_linkdex','29'),(15792,3342,'_yoast_wpseo_content_score','30'),(15793,3342,'_yoast_wpseo_primary_category','1'),(15796,3346,'_edit_lock','1484739910:2'),(15797,3346,'_edit_last','2'),(15798,3346,'_thumbnail_id','2716'),(15816,3351,'_pl_karma','0'),(15800,3346,'_pagelines_gallery_slider','off'),(15801,3346,'_pagelines_quote',''),(15802,3346,'_pagelines_link',''),(15803,3346,'_pagelines_video_m4v',''),(15804,3346,'_pagelines_video_ogv',''),(15805,3346,'_pagelines_video_poster',''),(15806,3346,'_pagelines_video_embed',''),(15807,3346,'_pagelines_audio_mp3',''),(15808,3346,'_pagelines_audio_ogg',''),(15809,3346,'_yoast_wpseo_focuskw_text_input','world headlines'),(15810,3346,'_yoast_wpseo_focuskw','world headlines'),(15811,3346,'_yoast_wpseo_linkdex','42'),(15812,3346,'_yoast_wpseo_content_score','30'),(15813,3346,'_yoast_wpseo_primary_category','19'),(15817,3351,'_edit_lock','1485170160:2'),(15818,3351,'_edit_last','2'),(15819,3351,'_thumbnail_id','3125'),(15836,3356,'_pl_karma','0'),(15821,3351,'_pagelines_gallery_slider','off'),(15822,3351,'_pagelines_quote',''),(15823,3351,'_pagelines_link',''),(15824,3351,'_pagelines_video_m4v',''),(15825,3351,'_pagelines_video_ogv',''),(15826,3351,'_pagelines_video_poster',''),(15827,3351,'_pagelines_video_embed',''),(15828,3351,'_pagelines_audio_mp3',''),(15829,3351,'_pagelines_audio_ogg',''),(15830,3351,'_yoast_wpseo_focuskw_text_input','gold'),(15831,3351,'_yoast_wpseo_focuskw','gold'),(15832,3351,'_yoast_wpseo_linkdex','46'),(15833,3351,'_yoast_wpseo_content_score','90'),(15834,3351,'_yoast_wpseo_primary_category','19'),(15837,3356,'_edit_lock','1485256501:2'),(15838,3356,'_edit_last','2'),(15839,3356,'_thumbnail_id','3127'),(15857,3361,'_pl_karma','0'),(15841,3356,'_pagelines_gallery_slider','off'),(15842,3356,'_pagelines_quote',''),(15843,3356,'_pagelines_link',''),(15844,3356,'_pagelines_video_m4v',''),(15845,3356,'_pagelines_video_ogv',''),(15846,3356,'_pagelines_video_poster',''),(15847,3356,'_pagelines_video_embed',''),(15848,3356,'_pagelines_audio_mp3',''),(15849,3356,'_pagelines_audio_ogg',''),(15850,3356,'_yoast_wpseo_focuskw_text_input','us stock futures'),(15851,3356,'_yoast_wpseo_focuskw','us stock futures'),(15852,3356,'_yoast_wpseo_linkdex','33'),(15853,3356,'_yoast_wpseo_content_score','60'),(15854,3356,'_yoast_wpseo_primary_category','19'),(15858,3361,'_edit_lock','1485344168:2'),(15859,3361,'_edit_last','2'),(15860,3361,'_thumbnail_id','2774'),(15876,3365,'_edit_lock','1485429764:2'),(15862,3361,'_pagelines_gallery_slider','off'),(15863,3361,'_pagelines_quote',''),(15864,3361,'_pagelines_link',''),(15865,3361,'_pagelines_video_m4v',''),(15866,3361,'_pagelines_video_ogv',''),(15867,3361,'_pagelines_video_poster',''),(15868,3361,'_pagelines_video_embed',''),(15869,3361,'_pagelines_audio_mp3',''),(15870,3361,'_pagelines_audio_ogg',''),(15871,3361,'_yoast_wpseo_focuskw_text_input','risk on sentiment'),(15872,3361,'_yoast_wpseo_focuskw','risk on sentiment'),(15873,3361,'_yoast_wpseo_linkdex','21'),(15874,3361,'_yoast_wpseo_content_score','60'),(15875,3361,'_yoast_wpseo_primary_category','7'),(15877,3365,'_edit_last','2'),(15878,3365,'_thumbnail_id','1724'),(15894,3365,'_pl_karma','0'),(15880,3365,'_pagelines_gallery_slider','off'),(15881,3365,'_pagelines_quote',''),(15882,3365,'_pagelines_link',''),(15883,3365,'_pagelines_video_m4v',''),(15884,3365,'_pagelines_video_ogv',''),(15885,3365,'_pagelines_video_poster',''),(15886,3365,'_pagelines_video_embed',''),(15887,3365,'_pagelines_audio_mp3',''),(15888,3365,'_pagelines_audio_ogg',''),(15889,3365,'_yoast_wpseo_focuskw_text_input','stocks'),(15890,3365,'_yoast_wpseo_focuskw','stocks'),(15891,3365,'_yoast_wpseo_linkdex','47'),(15892,3365,'_yoast_wpseo_content_score','60'),(15893,3365,'_yoast_wpseo_primary_category','19'),(15917,3372,'_edit_last','2'),(15916,3372,'_edit_lock','1486598728:2'),(15897,3370,'_edit_lock','1486036161:2'),(15898,3370,'_edit_last','2'),(15899,3370,'_thumbnail_id','3108'),(15915,3370,'_pl_karma','0'),(15901,3370,'_pagelines_gallery_slider','off'),(15902,3370,'_pagelines_quote',''),(15903,3370,'_pagelines_link',''),(15904,3370,'_pagelines_video_m4v',''),(15905,3370,'_pagelines_video_ogv',''),(15906,3370,'_pagelines_video_poster',''),(15907,3370,'_pagelines_video_embed',''),(15908,3370,'_pagelines_audio_mp3',''),(15909,3370,'_pagelines_audio_ogg',''),(15910,3370,'_yoast_wpseo_focuskw_text_input','crude oil'),(15911,3370,'_yoast_wpseo_focuskw','crude oil'),(15912,3370,'_yoast_wpseo_linkdex','60'),(15913,3370,'_yoast_wpseo_content_score','30'),(15914,3370,'_yoast_wpseo_primary_category','19'),(15922,3372,'_pagelines_link',''),(15923,3372,'_pagelines_video_m4v',''),(15924,3372,'_pagelines_video_ogv',''),(15925,3372,'_pagelines_video_poster',''),(15926,3372,'_pagelines_video_embed',''),(15927,3372,'_pagelines_audio_mp3',''),(15928,3372,'_pagelines_audio_ogg',''),(15929,3372,'_yoast_wpseo_focuskw_text_input','Market Brief'),(15930,3372,'_yoast_wpseo_focuskw','Market Brief'),(15931,3372,'_yoast_wpseo_linkdex','68'),(15932,3372,'_yoast_wpseo_content_score','30'),(15933,3372,'_yoast_wpseo_primary_category','19'),(15936,3374,'_pl_karma','0'),(15937,3374,'_edit_lock','1487852723:2'),(15938,3374,'_edit_last','2'),(15939,3374,'_thumbnail_id','3235'),(15957,3380,'_pl_karma','0'),(15941,3374,'_pagelines_gallery_slider','off'),(15942,3374,'_pagelines_quote',''),(15943,3374,'_pagelines_link',''),(15944,3374,'_pagelines_video_m4v',''),(15945,3374,'_pagelines_video_ogv',''),(15946,3374,'_pagelines_video_poster',''),(15947,3374,'_pagelines_video_embed',''),(15948,3374,'_pagelines_audio_mp3',''),(15949,3374,'_pagelines_audio_ogg',''),(15950,3374,'_yoast_wpseo_focuskw_text_input','world headlines'),(15951,3374,'_yoast_wpseo_focuskw','world headlines'),(15952,3374,'_yoast_wpseo_linkdex','38'),(15953,3374,'_yoast_wpseo_content_score','30'),(15954,3374,'_yoast_wpseo_primary_category','19'),(15958,3380,'_edit_lock','1487957033:2'),(15959,3380,'_edit_last','2'),(15960,3380,'_thumbnail_id','2802'),(15977,3384,'_pl_karma','0'),(15962,3380,'_pagelines_gallery_slider','off'),(15963,3380,'_pagelines_quote',''),(15964,3380,'_pagelines_link',''),(15965,3380,'_pagelines_video_m4v',''),(15966,3380,'_pagelines_video_ogv',''),(15967,3380,'_pagelines_video_poster',''),(15968,3380,'_pagelines_video_embed',''),(15969,3380,'_pagelines_audio_mp3',''),(15970,3380,'_pagelines_audio_ogg',''),(15971,3380,'_yoast_wpseo_focuskw_text_input','risk off'),(15972,3380,'_yoast_wpseo_focuskw','risk off'),(15973,3380,'_yoast_wpseo_linkdex','35'),(15974,3380,'_yoast_wpseo_content_score','90'),(15975,3380,'_yoast_wpseo_primary_category','19'),(15978,3384,'_edit_lock','1488374874:2'),(15979,3384,'_edit_last','2'),(15980,3384,'_thumbnail_id','2945'),(15997,3388,'_pl_karma','0'),(15982,3384,'_pagelines_gallery_slider','off'),(15983,3384,'_pagelines_quote',''),(15984,3384,'_pagelines_link',''),(15985,3384,'_pagelines_video_m4v',''),(15986,3384,'_pagelines_video_ogv',''),(15987,3384,'_pagelines_video_poster',''),(15988,3384,'_pagelines_video_embed',''),(15989,3384,'_pagelines_audio_mp3',''),(15990,3384,'_pagelines_audio_ogg',''),(15991,3384,'_yoast_wpseo_focuskw_text_input','crude oil'),(15992,3384,'_yoast_wpseo_focuskw','crude oil'),(15993,3384,'_yoast_wpseo_linkdex','16'),(15994,3384,'_yoast_wpseo_content_score','60'),(15995,3384,'_yoast_wpseo_primary_category','19'),(15998,3388,'_edit_lock','1488892646:2'),(15999,3388,'_edit_last','2'),(16000,3388,'_thumbnail_id','3186'),(16017,3393,'_pl_karma','0'),(16002,3388,'_pagelines_gallery_slider','off'),(16003,3388,'_pagelines_quote',''),(16004,3388,'_pagelines_link',''),(16005,3388,'_pagelines_video_m4v',''),(16006,3388,'_pagelines_video_ogv',''),(16007,3388,'_pagelines_video_poster',''),(16008,3388,'_pagelines_video_embed',''),(16009,3388,'_pagelines_audio_mp3',''),(16010,3388,'_pagelines_audio_ogg',''),(16011,3388,'_yoast_wpseo_focuskw_text_input','trading room'),(16012,3388,'_yoast_wpseo_focuskw','trading room'),(16013,3388,'_yoast_wpseo_linkdex','23'),(16014,3388,'_yoast_wpseo_content_score','30'),(16015,3388,'_yoast_wpseo_primary_category','19'),(16018,3393,'_edit_lock','1488888990:2'),(16019,3393,'_edit_last','2'),(16020,3393,'_thumbnail_id','2862'),(16037,3397,'_pl_karma','0'),(16022,3393,'_pagelines_gallery_slider','off'),(16023,3393,'_pagelines_quote',''),(16024,3393,'_pagelines_link',''),(16025,3393,'_pagelines_video_m4v',''),(16026,3393,'_pagelines_video_ogv',''),(16027,3393,'_pagelines_video_poster',''),(16028,3393,'_pagelines_video_embed',''),(16029,3393,'_pagelines_audio_mp3',''),(16030,3393,'_pagelines_audio_ogg',''),(16031,3393,'_yoast_wpseo_focuskw_text_input','stock futures'),(16032,3393,'_yoast_wpseo_focuskw','stock futures'),(16033,3393,'_yoast_wpseo_linkdex','28'),(16034,3393,'_yoast_wpseo_content_score','30'),(16035,3393,'_yoast_wpseo_primary_category','19'),(16038,3397,'_edit_lock','1489066263:2'),(16039,3397,'_edit_last','2'),(16040,3397,'_thumbnail_id','3085'),(16057,3401,'_pl_karma','0'),(16042,3397,'_pagelines_gallery_slider','off'),(16043,3397,'_pagelines_quote',''),(16044,3397,'_pagelines_link',''),(16045,3397,'_pagelines_video_m4v',''),(16046,3397,'_pagelines_video_ogv',''),(16047,3397,'_pagelines_video_poster',''),(16048,3397,'_pagelines_video_embed',''),(16049,3397,'_pagelines_audio_mp3',''),(16050,3397,'_pagelines_audio_ogg',''),(16051,3397,'_yoast_wpseo_focuskw_text_input','bond futures'),(16052,3397,'_yoast_wpseo_focuskw','bond futures'),(16053,3397,'_yoast_wpseo_linkdex','31'),(16054,3397,'_yoast_wpseo_content_score','60'),(16055,3397,'_yoast_wpseo_primary_category','19'),(16058,3401,'_edit_lock','1489574234:2'),(16059,3401,'_edit_last','2'),(16060,3401,'_thumbnail_id','2977'),(16077,3406,'_pl_karma','0'),(16062,3401,'_pagelines_gallery_slider','off'),(16063,3401,'_pagelines_quote',''),(16064,3401,'_pagelines_link',''),(16065,3401,'_pagelines_video_m4v',''),(16066,3401,'_pagelines_video_ogv',''),(16067,3401,'_pagelines_video_poster',''),(16068,3401,'_pagelines_video_embed',''),(16069,3401,'_pagelines_audio_mp3',''),(16070,3401,'_pagelines_audio_ogg',''),(16071,3401,'_yoast_wpseo_focuskw_text_input','British pound'),(16072,3401,'_yoast_wpseo_focuskw','British pound'),(16073,3401,'_yoast_wpseo_linkdex','39'),(16074,3401,'_yoast_wpseo_content_score','60'),(16075,3401,'_yoast_wpseo_primary_category','19'),(16078,3406,'_edit_lock','1489661126:2'),(16079,3406,'_edit_last','2'),(16080,3406,'_thumbnail_id','640'),(16097,3410,'_pl_karma','0'),(16082,3406,'_pagelines_gallery_slider','off'),(16083,3406,'_pagelines_quote',''),(16084,3406,'_pagelines_link',''),(16085,3406,'_pagelines_video_m4v',''),(16086,3406,'_pagelines_video_ogv',''),(16087,3406,'_pagelines_video_poster',''),(16088,3406,'_pagelines_video_embed',''),(16089,3406,'_pagelines_audio_mp3',''),(16090,3406,'_pagelines_audio_ogg',''),(16091,3406,'_yoast_wpseo_focuskw_text_input','Oil'),(16092,3406,'_yoast_wpseo_focuskw','Oil'),(16093,3406,'_yoast_wpseo_linkdex','38'),(16094,3406,'_yoast_wpseo_content_score','60'),(16095,3406,'_yoast_wpseo_primary_category','19'),(16098,3410,'_edit_lock','1490006751:2'),(16099,3410,'_edit_last','2'),(16100,3410,'_thumbnail_id','1207'),(16118,3415,'_pl_karma','0'),(16102,3410,'_pagelines_gallery_slider','off'),(16103,3410,'_pagelines_quote',''),(16104,3410,'_pagelines_link',''),(16105,3410,'_pagelines_video_m4v',''),(16106,3410,'_pagelines_video_ogv',''),(16107,3410,'_pagelines_video_poster',''),(16108,3410,'_pagelines_video_embed',''),(16109,3410,'_pagelines_audio_mp3',''),(16110,3410,'_pagelines_audio_ogg',''),(16111,3410,'_yoast_wpseo_focuskw_text_input','s&p 500 futures'),(16112,3410,'_yoast_wpseo_focuskw','s&p 500 futures'),(16113,3410,'_yoast_wpseo_linkdex','28'),(16114,3410,'_yoast_wpseo_content_score','30'),(16115,3410,'_yoast_wpseo_primary_category','19'),(16119,3415,'_edit_lock','1490092002:2'),(16120,3415,'_edit_last','2'),(16121,3415,'_thumbnail_id','2990'),(16138,3419,'_pl_karma','0'),(16123,3415,'_pagelines_gallery_slider','off'),(16124,3415,'_pagelines_quote',''),(16125,3415,'_pagelines_link',''),(16126,3415,'_pagelines_video_m4v',''),(16127,3415,'_pagelines_video_ogv',''),(16128,3415,'_pagelines_video_poster',''),(16129,3415,'_pagelines_video_embed',''),(16130,3415,'_pagelines_audio_mp3',''),(16131,3415,'_pagelines_audio_ogg',''),(16132,3415,'_yoast_wpseo_focuskw_text_input','global stocks'),(16133,3415,'_yoast_wpseo_focuskw','global stocks'),(16134,3415,'_yoast_wpseo_linkdex','23'),(16135,3415,'_yoast_wpseo_content_score','30'),(16136,3415,'_yoast_wpseo_primary_category','19'),(16139,3419,'_edit_lock','1490264639:2'),(16140,3419,'_edit_last','2'),(16141,3419,'_thumbnail_id','2484'),(16158,3423,'_pl_karma','0'),(16143,3419,'_pagelines_gallery_slider','off'),(16144,3419,'_pagelines_quote',''),(16145,3419,'_pagelines_link',''),(16146,3419,'_pagelines_video_m4v',''),(16147,3419,'_pagelines_video_ogv',''),(16148,3419,'_pagelines_video_poster',''),(16149,3419,'_pagelines_video_embed',''),(16150,3419,'_pagelines_audio_mp3',''),(16151,3419,'_pagelines_audio_ogg',''),(16152,3419,'_yoast_wpseo_focuskw_text_input','Euro rally'),(16153,3419,'_yoast_wpseo_focuskw','Euro rally'),(16154,3419,'_yoast_wpseo_linkdex','25'),(16155,3419,'_yoast_wpseo_content_score','30'),(16156,3419,'_yoast_wpseo_primary_category','19'),(16159,3423,'_edit_lock','1490352643:2'),(16160,3423,'_edit_last','2'),(16161,3423,'_thumbnail_id','3032'),(16178,3427,'_pl_karma','0'),(16163,3423,'_pagelines_gallery_slider','off'),(16164,3423,'_pagelines_quote',''),(16165,3423,'_pagelines_link',''),(16166,3423,'_pagelines_video_m4v',''),(16167,3423,'_pagelines_video_ogv',''),(16168,3423,'_pagelines_video_poster',''),(16169,3423,'_pagelines_video_embed',''),(16170,3423,'_pagelines_audio_mp3',''),(16171,3423,'_pagelines_audio_ogg',''),(16172,3423,'_yoast_wpseo_focuskw_text_input','Intermarket Correlations'),(16173,3423,'_yoast_wpseo_focuskw','Intermarket Correlations'),(16174,3423,'_yoast_wpseo_linkdex','18'),(16175,3423,'_yoast_wpseo_content_score','60'),(16176,3423,'_yoast_wpseo_primary_category','19'),(16179,3427,'_edit_lock','1490610817:2'),(16180,3427,'_edit_last','2'),(16181,3427,'_thumbnail_id','3082'),(16198,3431,'_pl_karma','0'),(16183,3427,'_pagelines_gallery_slider','off'),(16184,3427,'_pagelines_quote',''),(16185,3427,'_pagelines_link',''),(16186,3427,'_pagelines_video_m4v',''),(16187,3427,'_pagelines_video_ogv',''),(16188,3427,'_pagelines_video_poster',''),(16189,3427,'_pagelines_video_embed',''),(16190,3427,'_pagelines_audio_mp3',''),(16191,3427,'_pagelines_audio_ogg',''),(16192,3427,'_yoast_wpseo_focuskw_text_input','US Dollar'),(16193,3427,'_yoast_wpseo_focuskw','US Dollar'),(16194,3427,'_yoast_wpseo_linkdex','21'),(16195,3427,'_yoast_wpseo_content_score','60'),(16196,3427,'_yoast_wpseo_primary_category','19'),(16199,3431,'_edit_lock','1490628002:2'),(16200,3431,'_edit_last','2'),(16201,3431,'_thumbnail_id','2802'),(16218,3435,'_pl_karma','0'),(16203,3431,'_pagelines_gallery_slider','off'),(16204,3431,'_pagelines_quote',''),(16205,3431,'_pagelines_link',''),(16206,3431,'_pagelines_video_m4v',''),(16207,3431,'_pagelines_video_ogv',''),(16208,3431,'_pagelines_video_poster',''),(16209,3431,'_pagelines_video_embed',''),(16210,3431,'_pagelines_audio_mp3',''),(16211,3431,'_pagelines_audio_ogg',''),(16212,3431,'_yoast_wpseo_focuskw_text_input','risk off sentiment'),(16213,3431,'_yoast_wpseo_focuskw','risk off sentiment'),(16214,3431,'_yoast_wpseo_linkdex','28'),(16215,3431,'_yoast_wpseo_content_score','30'),(16216,3431,'_yoast_wpseo_primary_category','19'),(16219,3435,'_edit_lock','1491314714:2'),(16220,3435,'_edit_last','2'),(16221,3435,'_thumbnail_id','2862'),(16238,3438,'_pl_karma','0'),(16223,3435,'_yoast_wpseo_primary_category',''),(16224,3435,'_pagelines_gallery_slider','off'),(16225,3435,'_pagelines_quote',''),(16226,3435,'_pagelines_link',''),(16227,3435,'_pagelines_video_m4v',''),(16228,3435,'_pagelines_video_ogv',''),(16229,3435,'_pagelines_video_poster',''),(16230,3435,'_pagelines_video_embed',''),(16231,3435,'_pagelines_audio_mp3',''),(16232,3435,'_pagelines_audio_ogg',''),(16233,3435,'_yoast_wpseo_focuskw_text_input','US dollar'),(16234,3435,'_yoast_wpseo_focuskw','US dollar'),(16235,3435,'_yoast_wpseo_linkdex','22'),(16236,3435,'_yoast_wpseo_content_score','30'),(16239,3438,'_edit_lock','1491388244:2'),(16240,3438,'_edit_last','2'),(16241,3438,'_thumbnail_id','3125'),(16258,3441,'_pl_karma','0'),(16243,3438,'_pagelines_gallery_slider','off'),(16244,3438,'_pagelines_quote',''),(16245,3438,'_pagelines_link',''),(16246,3438,'_pagelines_video_m4v',''),(16247,3438,'_pagelines_video_ogv',''),(16248,3438,'_pagelines_video_poster',''),(16249,3438,'_pagelines_video_embed',''),(16250,3438,'_pagelines_audio_mp3',''),(16251,3438,'_pagelines_audio_ogg',''),(16252,3438,'_yoast_wpseo_focuskw_text_input','Gold futures'),(16253,3438,'_yoast_wpseo_focuskw','Gold futures'),(16254,3438,'_yoast_wpseo_linkdex','25'),(16255,3438,'_yoast_wpseo_content_score','60'),(16256,3438,'_yoast_wpseo_primary_category','19'),(16259,3441,'_edit_lock','1491820362:2'),(16260,3441,'_edit_last','2'),(16261,3441,'_thumbnail_id','2716'),(16278,3443,'_pl_karma','0'),(16263,3441,'_yoast_wpseo_primary_category','19'),(16264,3441,'_pagelines_gallery_slider','off'),(16265,3441,'_pagelines_quote',''),(16266,3441,'_pagelines_link',''),(16267,3441,'_pagelines_video_m4v',''),(16268,3441,'_pagelines_video_ogv',''),(16269,3441,'_pagelines_video_poster',''),(16270,3441,'_pagelines_video_embed',''),(16271,3441,'_pagelines_audio_mp3',''),(16272,3441,'_pagelines_audio_ogg',''),(16273,3441,'_yoast_wpseo_focuskw_text_input','Major markets'),(16274,3441,'_yoast_wpseo_focuskw','Major markets'),(16275,3441,'_yoast_wpseo_linkdex','42'),(16276,3441,'_yoast_wpseo_content_score','30'),(16279,3443,'_edit_lock','1491855040:2'),(16280,3443,'_edit_last','2'),(16281,3443,'_thumbnail_id','2811'),(16297,3448,'_edit_lock','1491941352:2'),(16283,3443,'_pagelines_gallery_slider','off'),(16284,3443,'_pagelines_quote',''),(16285,3443,'_pagelines_link',''),(16286,3443,'_pagelines_video_m4v',''),(16287,3443,'_pagelines_video_ogv',''),(16288,3443,'_pagelines_video_poster',''),(16289,3443,'_pagelines_video_embed',''),(16290,3443,'_pagelines_audio_mp3',''),(16291,3443,'_pagelines_audio_ogg',''),(16292,3443,'_yoast_wpseo_focuskw_text_input','US dollar'),(16293,3443,'_yoast_wpseo_focuskw','US dollar'),(16294,3443,'_yoast_wpseo_linkdex','26'),(16295,3443,'_yoast_wpseo_content_score','30'),(16296,3443,'_yoast_wpseo_primary_category','1'),(16298,3448,'_edit_last','2'),(16299,3450,'_wp_attached_file','2017/04/téléchargement.png'),(16300,3450,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:277;s:6:\"height\";i:182;s:4:\"file\";s:28:\"2017/04/téléchargement.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"téléchargement-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16302,3451,'_pl_karma','0'),(16303,3451,'_edit_lock','1492100825:2'),(16304,3454,'_wp_attached_file','2017/04/bond-gold-rq-pic.jpg'),(16305,3454,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:485;s:6:\"height\";i:139;s:4:\"file\";s:28:\"2017/04/bond-gold-rq-pic.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"bond-gold-rq-pic-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"bond-gold-rq-pic-300x86.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:86;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1471795322\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16306,3451,'_edit_last','2'),(16307,3451,'_thumbnail_id','3454'),(16324,3456,'_pl_karma','0'),(16309,3451,'_pagelines_gallery_slider','off'),(16310,3451,'_pagelines_quote',''),(16311,3451,'_pagelines_link',''),(16312,3451,'_pagelines_video_m4v',''),(16313,3451,'_pagelines_video_ogv',''),(16314,3451,'_pagelines_video_poster',''),(16315,3451,'_pagelines_video_embed',''),(16316,3451,'_pagelines_audio_mp3',''),(16317,3451,'_pagelines_audio_ogg',''),(16318,3451,'_yoast_wpseo_focuskw_text_input','us dollar'),(16319,3451,'_yoast_wpseo_focuskw','us dollar'),(16320,3451,'_yoast_wpseo_linkdex','23'),(16321,3451,'_yoast_wpseo_content_score','30'),(16322,3451,'_yoast_wpseo_primary_category','19'),(16325,3456,'_edit_lock','1493245976:2'),(16326,3456,'_edit_last','2'),(16327,3456,'_thumbnail_id','3182'),(16344,3461,'_pl_karma','0'),(16329,3456,'_pagelines_gallery_slider','off'),(16330,3456,'_pagelines_quote',''),(16331,3456,'_pagelines_link',''),(16332,3456,'_pagelines_video_m4v',''),(16333,3456,'_pagelines_video_ogv',''),(16334,3456,'_pagelines_video_poster',''),(16335,3456,'_pagelines_video_embed',''),(16336,3456,'_pagelines_audio_mp3',''),(16337,3456,'_pagelines_audio_ogg',''),(16338,3456,'_yoast_wpseo_focuskw_text_input','stocks'),(16339,3456,'_yoast_wpseo_focuskw','stocks'),(16340,3456,'_yoast_wpseo_linkdex','31'),(16341,3456,'_yoast_wpseo_content_score','30'),(16342,3456,'_yoast_wpseo_primary_category','19'),(16345,3461,'_edit_lock','1493981645:2'),(16346,3461,'_edit_last','2'),(16347,3461,'_thumbnail_id','3311'),(16364,3465,'_pl_karma','0'),(16349,3461,'_pagelines_gallery_slider','off'),(16350,3461,'_pagelines_quote',''),(16351,3461,'_pagelines_link',''),(16352,3461,'_pagelines_video_m4v',''),(16353,3461,'_pagelines_video_ogv',''),(16354,3461,'_pagelines_video_poster',''),(16355,3461,'_pagelines_video_embed',''),(16356,3461,'_pagelines_audio_mp3',''),(16357,3461,'_pagelines_audio_ogg',''),(16358,3461,'_yoast_wpseo_focuskw_text_input','yen'),(16359,3461,'_yoast_wpseo_focuskw','yen'),(16360,3461,'_yoast_wpseo_linkdex','46'),(16361,3461,'_yoast_wpseo_content_score','30'),(16362,3461,'_yoast_wpseo_primary_category','19'),(16365,3465,'_edit_lock','1494021103:2'),(16366,3468,'_wp_attached_file','2017/05/nfp.jpg'),(16367,3468,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:655;s:6:\"height\";i:140;s:4:\"file\";s:15:\"2017/05/nfp.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"nfp-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"nfp-300x64.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1493966853\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16368,3465,'_edit_last','2'),(16369,3465,'_thumbnail_id','3468'),(16386,3470,'_pl_karma','0'),(16371,3465,'_pagelines_gallery_slider','off'),(16372,3465,'_pagelines_quote',''),(16373,3465,'_pagelines_link',''),(16374,3465,'_pagelines_video_m4v',''),(16375,3465,'_pagelines_video_ogv',''),(16376,3465,'_pagelines_video_poster',''),(16377,3465,'_pagelines_video_embed',''),(16378,3465,'_pagelines_audio_mp3',''),(16379,3465,'_pagelines_audio_ogg',''),(16380,3465,'_yoast_wpseo_focuskw_text_input','non farm payroll'),(16381,3465,'_yoast_wpseo_focuskw','non farm payroll'),(16382,3465,'_yoast_wpseo_linkdex','33'),(16383,3465,'_yoast_wpseo_content_score','30'),(16384,3465,'_yoast_wpseo_primary_category','19'),(16387,3470,'_edit_lock','1494323414:2'),(16388,3470,'_edit_last','2'),(16389,3470,'_thumbnail_id','3235'),(16406,3475,'_pl_karma','0'),(16391,3470,'_pagelines_gallery_slider','off'),(16392,3470,'_pagelines_quote',''),(16393,3470,'_pagelines_link',''),(16394,3470,'_pagelines_video_m4v',''),(16395,3470,'_pagelines_video_ogv',''),(16396,3470,'_pagelines_video_poster',''),(16397,3470,'_pagelines_video_embed',''),(16398,3470,'_pagelines_audio_mp3',''),(16399,3470,'_pagelines_audio_ogg',''),(16400,3470,'_yoast_wpseo_focuskw_text_input','financial markets'),(16401,3470,'_yoast_wpseo_focuskw','financial markets'),(16402,3470,'_yoast_wpseo_linkdex','31'),(16403,3470,'_yoast_wpseo_content_score','30'),(16404,3470,'_yoast_wpseo_primary_category','19'),(16407,3475,'_edit_lock','1494499176:2'),(16408,3475,'_edit_last','2'),(16409,3475,'_thumbnail_id','2774'),(16426,3479,'_pl_karma','0'),(16411,3475,'_pagelines_gallery_slider','off'),(16412,3475,'_pagelines_quote',''),(16413,3475,'_pagelines_link',''),(16414,3475,'_pagelines_video_m4v',''),(16415,3475,'_pagelines_video_ogv',''),(16416,3475,'_pagelines_video_poster',''),(16417,3475,'_pagelines_video_embed',''),(16418,3475,'_pagelines_audio_mp3',''),(16419,3475,'_pagelines_audio_ogg',''),(16420,3475,'_yoast_wpseo_focuskw_text_input','risk on'),(16421,3475,'_yoast_wpseo_focuskw','risk on'),(16422,3475,'_yoast_wpseo_linkdex','39'),(16423,3475,'_yoast_wpseo_content_score','30'),(16424,3475,'_yoast_wpseo_primary_category','19'),(16427,3479,'_edit_lock','1494619477:2'),(16428,3479,'_edit_last','2'),(16429,3479,'_thumbnail_id','3125'),(16446,3483,'_pl_karma','0'),(16431,3479,'_pagelines_gallery_slider','off'),(16432,3479,'_pagelines_quote',''),(16433,3479,'_pagelines_link',''),(16434,3479,'_pagelines_video_m4v',''),(16435,3479,'_pagelines_video_ogv',''),(16436,3479,'_pagelines_video_poster',''),(16437,3479,'_pagelines_video_embed',''),(16438,3479,'_pagelines_audio_mp3',''),(16439,3479,'_pagelines_audio_ogg',''),(16440,3479,'_yoast_wpseo_focuskw_text_input','Gold futures'),(16441,3479,'_yoast_wpseo_focuskw','Gold futures'),(16442,3479,'_yoast_wpseo_linkdex','52'),(16443,3479,'_yoast_wpseo_content_score','30'),(16444,3479,'_yoast_wpseo_primary_category','19'),(16447,3483,'_edit_lock','1495122914:2'),(16448,3483,'_edit_last','2'),(16449,3483,'_thumbnail_id','2802'),(16466,3488,'_pl_karma','0'),(16451,3483,'_pagelines_gallery_slider','off'),(16452,3483,'_pagelines_quote',''),(16453,3483,'_pagelines_link',''),(16454,3483,'_pagelines_video_m4v',''),(16455,3483,'_pagelines_video_ogv',''),(16456,3483,'_pagelines_video_poster',''),(16457,3483,'_pagelines_video_embed',''),(16458,3483,'_pagelines_audio_mp3',''),(16459,3483,'_pagelines_audio_ogg',''),(16460,3483,'_yoast_wpseo_focuskw_text_input','risk off sentiment'),(16461,3483,'_yoast_wpseo_focuskw','risk off sentiment'),(16462,3483,'_yoast_wpseo_linkdex','25'),(16463,3483,'_yoast_wpseo_content_score','30'),(16464,3483,'_yoast_wpseo_primary_category','1'),(16467,3488,'_edit_lock','1495538468:2'),(16468,3488,'_edit_last','2'),(16469,3488,'_thumbnail_id','3235'),(16486,3492,'_pl_karma','0'),(16471,3488,'_pagelines_gallery_slider','off'),(16472,3488,'_pagelines_quote',''),(16473,3488,'_pagelines_link',''),(16474,3488,'_pagelines_video_m4v',''),(16475,3488,'_pagelines_video_ogv',''),(16476,3488,'_pagelines_video_poster',''),(16477,3488,'_pagelines_video_embed',''),(16478,3488,'_pagelines_audio_mp3',''),(16479,3488,'_pagelines_audio_ogg',''),(16480,3488,'_yoast_wpseo_focuskw_text_input','futures trading room'),(16481,3488,'_yoast_wpseo_focuskw','futures trading room'),(16482,3488,'_yoast_wpseo_linkdex','32'),(16483,3488,'_yoast_wpseo_content_score','30'),(16484,3488,'_yoast_wpseo_primary_category','1'),(16487,3492,'_edit_lock','1495741038:2'),(16488,3492,'_edit_last','2'),(16489,3492,'_thumbnail_id','2945'),(16506,3497,'_pl_karma','0'),(16491,3492,'_pagelines_gallery_slider','off'),(16492,3492,'_pagelines_quote',''),(16493,3492,'_pagelines_link',''),(16494,3492,'_pagelines_video_m4v',''),(16495,3492,'_pagelines_video_ogv',''),(16496,3492,'_pagelines_video_poster',''),(16497,3492,'_pagelines_video_embed',''),(16498,3492,'_pagelines_audio_mp3',''),(16499,3492,'_pagelines_audio_ogg',''),(16500,3492,'_yoast_wpseo_focuskw_text_input','Crude Oil Futures opec meetings'),(16501,3492,'_yoast_wpseo_focuskw','Crude Oil Futures opec meetings'),(16502,3492,'_yoast_wpseo_linkdex','41'),(16503,3492,'_yoast_wpseo_content_score','30'),(16504,3492,'_yoast_wpseo_primary_category','19'),(16507,3497,'_edit_lock','1496229654:2'),(16508,3497,'_edit_last','2'),(16509,3497,'_thumbnail_id','2977'),(16526,3501,'_pl_karma','0'),(16511,3497,'_pagelines_gallery_slider','off'),(16512,3497,'_pagelines_quote',''),(16513,3497,'_pagelines_link',''),(16514,3497,'_pagelines_video_m4v',''),(16515,3497,'_pagelines_video_ogv',''),(16516,3497,'_pagelines_video_poster',''),(16517,3497,'_pagelines_video_embed',''),(16518,3497,'_pagelines_audio_mp3',''),(16519,3497,'_pagelines_audio_ogg',''),(16520,3497,'_yoast_wpseo_focuskw_text_input','British pound'),(16521,3497,'_yoast_wpseo_focuskw','British pound'),(16522,3497,'_yoast_wpseo_linkdex','44'),(16523,3497,'_yoast_wpseo_content_score','30'),(16524,3497,'_yoast_wpseo_primary_category','19'),(16527,3501,'_edit_lock','1497866291:2'),(16528,3501,'_edit_last','2'),(16529,3501,'_thumbnail_id','2239'),(16546,3506,'_pl_karma','0'),(16531,3501,'_pagelines_gallery_slider','off'),(16532,3501,'_pagelines_quote',''),(16533,3501,'_pagelines_link',''),(16534,3501,'_pagelines_video_m4v',''),(16535,3501,'_pagelines_video_ogv',''),(16536,3501,'_pagelines_video_poster',''),(16537,3501,'_pagelines_video_embed',''),(16538,3501,'_pagelines_audio_mp3',''),(16539,3501,'_pagelines_audio_ogg',''),(16540,3501,'_yoast_wpseo_focuskw_text_input','European stocks'),(16541,3501,'_yoast_wpseo_focuskw','European stocks'),(16542,3501,'_yoast_wpseo_linkdex','62'),(16543,3501,'_yoast_wpseo_content_score','30'),(16544,3501,'_yoast_wpseo_primary_category','19'),(16547,3506,'_edit_lock','1498216579:2'),(16548,3509,'_wp_attached_file','2017/06/fed-speeches.jpg'),(16549,3509,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:442;s:6:\"height\";i:142;s:4:\"file\";s:24:\"2017/06/fed-speeches.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"fed-speeches-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"fed-speeches-300x96.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1498198984\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16550,3506,'_edit_last','2'),(16551,3506,'_thumbnail_id','3509'),(16568,3511,'_pl_karma','0'),(16553,3506,'_pagelines_gallery_slider','off'),(16554,3506,'_pagelines_quote',''),(16555,3506,'_pagelines_link',''),(16556,3506,'_pagelines_video_m4v',''),(16557,3506,'_pagelines_video_ogv',''),(16558,3506,'_pagelines_video_poster',''),(16559,3506,'_pagelines_video_embed',''),(16560,3506,'_pagelines_audio_mp3',''),(16561,3506,'_pagelines_audio_ogg',''),(16562,3506,'_yoast_wpseo_focuskw_text_input','fed speeches'),(16563,3506,'_yoast_wpseo_focuskw','fed speeches'),(16564,3506,'_yoast_wpseo_linkdex','64'),(16565,3506,'_yoast_wpseo_content_score','30'),(16566,3506,'_yoast_wpseo_primary_category','19'),(16569,3511,'_edit_lock','1498473179:2'),(16570,3511,'_edit_last','2'),(16571,3511,'_thumbnail_id','2774'),(16573,3511,'_pagelines_gallery_slider','off'),(16574,3511,'_pagelines_quote',''),(16575,3511,'_pagelines_link',''),(16576,3511,'_pagelines_video_m4v',''),(16577,3511,'_pagelines_video_ogv',''),(16578,3511,'_pagelines_video_poster',''),(16579,3511,'_pagelines_video_embed',''),(16580,3511,'_pagelines_audio_mp3',''),(16581,3511,'_pagelines_audio_ogg',''),(16582,3511,'_yoast_wpseo_focuskw_text_input','risk on sentiment'),(16583,3511,'_yoast_wpseo_focuskw','risk on sentiment'),(16584,3511,'_yoast_wpseo_linkdex','21'),(16585,3511,'_yoast_wpseo_content_score','30'),(16586,3511,'_yoast_wpseo_primary_category','19'),(16610,3523,'_edit_lock','1499685103:2'),(16589,3517,'_pl_karma','0'),(16590,3517,'_edit_lock','1498565964:2'),(16591,3520,'_wp_attached_file','2017/06/central-bank-speeches.jpg'),(16592,3520,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:438;s:6:\"height\";i:145;s:4:\"file\";s:33:\"2017/06/central-bank-speeches.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"central-bank-speeches-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"central-bank-speeches-300x99.jpg\";s:5:\"width\";i:300;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:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1498542931\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16593,3517,'_edit_last','2'),(16594,3517,'_thumbnail_id','3520'),(16611,3523,'_edit_last','2'),(16596,3517,'_pagelines_gallery_slider','off'),(16597,3517,'_pagelines_quote',''),(16598,3517,'_pagelines_link',''),(16599,3517,'_pagelines_video_m4v',''),(16600,3517,'_pagelines_video_ogv',''),(16601,3517,'_pagelines_video_poster',''),(16602,3517,'_pagelines_video_embed',''),(16603,3517,'_pagelines_audio_mp3',''),(16604,3517,'_pagelines_audio_ogg',''),(16605,3517,'_yoast_wpseo_focuskw_text_input','central bank speeches'),(16606,3517,'_yoast_wpseo_focuskw','central bank speeches'),(16607,3517,'_yoast_wpseo_linkdex','46'),(16608,3517,'_yoast_wpseo_content_score','30'),(16609,3517,'_yoast_wpseo_primary_category','19'),(16612,3524,'_wp_attached_file','2017/07/dollar-flag.jpg'),(16613,3524,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1014;s:6:\"height\";i:393;s:4:\"file\";s:23:\"2017/07/dollar-flag.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"dollar-flag-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"dollar-flag-300x116.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"dollar-flag-768x298.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"basic-thumb\";a:4:{s:4:\"file\";s:23:\"dollar-flag-750x393.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"tall-thumb\";a:4:{s:4:\"file\";s:23:\"dollar-flag-750x393.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1498038692\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16614,3523,'_thumbnail_id','3524'),(16630,3523,'_pl_karma','0'),(16616,3523,'_pagelines_gallery_slider','off'),(16617,3523,'_pagelines_quote',''),(16618,3523,'_pagelines_link',''),(16619,3523,'_pagelines_video_m4v',''),(16620,3523,'_pagelines_video_ogv',''),(16621,3523,'_pagelines_video_poster',''),(16622,3523,'_pagelines_video_embed',''),(16623,3523,'_pagelines_audio_mp3',''),(16624,3523,'_pagelines_audio_ogg',''),(16625,3523,'_yoast_wpseo_focuskw_text_input','u.s. dollar'),(16626,3523,'_yoast_wpseo_focuskw','u.s. dollar'),(16627,3523,'_yoast_wpseo_linkdex','78'),(16628,3523,'_yoast_wpseo_content_score','30'),(16629,3523,'_yoast_wpseo_primary_category','19'),(16637,3532,'_pl_karma','0'),(16638,3532,'_edit_lock','1499856896:2'),(16639,3532,'_edit_last','2'),(16640,3532,'_thumbnail_id','3064'),(16656,3537,'_wp_attached_file','2017/07/961155409f7d400188993005715ac59c.jpeg'),(16642,3532,'_pagelines_gallery_slider','off'),(16643,3532,'_pagelines_quote',''),(16644,3532,'_pagelines_link',''),(16645,3532,'_pagelines_video_m4v',''),(16646,3532,'_pagelines_video_ogv',''),(16647,3532,'_pagelines_video_poster',''),(16648,3532,'_pagelines_video_embed',''),(16649,3532,'_pagelines_audio_mp3',''),(16650,3532,'_pagelines_audio_ogg',''),(16651,3532,'_yoast_wpseo_focuskw_text_input','Fed Chair Yellen'),(16652,3532,'_yoast_wpseo_focuskw','Fed Chair Yellen'),(16653,3532,'_yoast_wpseo_linkdex','29'),(16654,3532,'_yoast_wpseo_content_score','30'),(16655,3532,'_yoast_wpseo_primary_category','19'),(16657,3537,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:513;s:6:\"height\";i:107;s:4:\"file\";s:45:\"2017/07/961155409f7d400188993005715ac59c.jpeg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"961155409f7d400188993005715ac59c-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"961155409f7d400188993005715ac59c-300x63.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16659,3536,'_pl_karma','0'),(16660,3536,'_edit_lock','1500373840:2'),(16661,3536,'_edit_last','2'),(16662,3536,'_thumbnail_id','3524'),(16678,3542,'_edit_lock','1501061006:2'),(16664,3536,'_pagelines_gallery_slider','off'),(16665,3536,'_pagelines_quote',''),(16666,3536,'_pagelines_link',''),(16667,3536,'_pagelines_video_m4v',''),(16668,3536,'_pagelines_video_ogv',''),(16669,3536,'_pagelines_video_poster',''),(16670,3536,'_pagelines_video_embed',''),(16671,3536,'_pagelines_audio_mp3',''),(16672,3536,'_pagelines_audio_ogg',''),(16673,3536,'_yoast_wpseo_focuskw_text_input','us dollar futures'),(16674,3536,'_yoast_wpseo_focuskw','us dollar futures'),(16675,3536,'_yoast_wpseo_linkdex','60'),(16676,3536,'_yoast_wpseo_content_score','30'),(16677,3536,'_yoast_wpseo_primary_category',''),(16679,3542,'_edit_last','2'),(16680,3543,'_wp_attached_file','2017/07/Sentiment-shift-profit-it-from-it.jpg'),(16681,3543,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:486;s:6:\"height\";i:146;s:4:\"file\";s:45:\"2017/07/Sentiment-shift-profit-it-from-it.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Sentiment-shift-profit-it-from-it-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Sentiment-shift-profit-it-from-it-300x90.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:8:\"Joe Rios\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1500962525\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16682,3542,'_thumbnail_id','3543'),(16698,3542,'_pl_karma','0'),(16684,3542,'_pagelines_gallery_slider','off'),(16685,3542,'_pagelines_quote',''),(16686,3542,'_pagelines_link',''),(16687,3542,'_pagelines_video_m4v',''),(16688,3542,'_pagelines_video_ogv',''),(16689,3542,'_pagelines_video_poster',''),(16690,3542,'_pagelines_video_embed',''),(16691,3542,'_pagelines_audio_mp3',''),(16692,3542,'_pagelines_audio_ogg',''),(16693,3542,'_yoast_wpseo_focuskw_text_input','risk on sentiment'),(16694,3542,'_yoast_wpseo_focuskw','risk on sentiment'),(16695,3542,'_yoast_wpseo_linkdex','41'),(16696,3542,'_yoast_wpseo_content_score','60'),(16697,3542,'_yoast_wpseo_primary_category','19'),(16700,3545,'_pl_karma','0'),(16701,3545,'_edit_lock','1501585673:2'),(16702,3545,'_edit_last','2'),(16703,3545,'_thumbnail_id','3235'),(16720,3549,'_pl_karma','0'),(16705,3545,'_pagelines_gallery_slider','off'),(16706,3545,'_pagelines_quote',''),(16707,3545,'_pagelines_link',''),(16708,3545,'_pagelines_video_m4v',''),(16709,3545,'_pagelines_video_ogv',''),(16710,3545,'_pagelines_video_poster',''),(16711,3545,'_pagelines_video_embed',''),(16712,3545,'_pagelines_audio_mp3',''),(16713,3545,'_pagelines_audio_ogg',''),(16714,3545,'_yoast_wpseo_focuskw_text_input','stocks'),(16715,3545,'_yoast_wpseo_focuskw','stocks'),(16716,3545,'_yoast_wpseo_linkdex','32'),(16717,3545,'_yoast_wpseo_content_score','30'),(16718,3545,'_yoast_wpseo_primary_category','1'),(16721,3549,'_edit_lock','1502103625:2'),(16722,3549,'_edit_last','2'),(16723,3549,'_thumbnail_id','3082'),(16725,3549,'_pagelines_gallery_slider','off'),(16726,3549,'_pagelines_quote',''),(16727,3549,'_pagelines_link',''),(16728,3549,'_pagelines_video_m4v',''),(16729,3549,'_pagelines_video_ogv',''),(16730,3549,'_pagelines_video_poster',''),(16731,3549,'_pagelines_video_embed',''),(16732,3549,'_pagelines_audio_mp3',''),(16733,3549,'_pagelines_audio_ogg',''),(16734,3549,'_yoast_wpseo_focuskw_text_input','us dollar'),(16735,3549,'_yoast_wpseo_focuskw','us dollar'),(16736,3549,'_yoast_wpseo_linkdex','37'),(16737,3549,'_yoast_wpseo_content_score','30'),(16738,3549,'_yoast_wpseo_primary_category','19');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_posts`
--

DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT '0',
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(255) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ID`),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`),
  KEY `post_name` (`post_name`(191))
) ENGINE=MyISAM AUTO_INCREMENT=3555 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_posts`
--

LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (2,1,'2013-02-21 15:23:52','2013-02-21 15:23:52','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\"><img class=\"alignleft size-full wp-image-173\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\" width=\"650\" height=\"148\" /></a>\r\n[hr]\r\n[dropcap2]1[/dropcap2]<strong> Identify market behavior in minutes. Learn a new approach with our forward looking indicators.</strong>\r\n<strong> Join our energy driven trading room and experience the power of market intelligence in a live real-</strong>\r\n<strong> time trading environment.</strong>\r\n\r\n[dropcap2]2[/dropcap2] <strong>Think better, trade smarter. Discover new ideas from our unique expertise in quantitative</strong>\r\n<strong> analysis and algorithmic trading strategies.</strong>\r\n\r\n[dropcap2]3[/dropcap2] <strong>The global markets never sleep, your analysis shouldn\'t either. Uncover new solutions with</strong>\r\n<strong> our timely quantitative analytical tool built for global multi-asset traders.</strong>\r\n[hr]\r\n<strong>Subscribe - Trading Room:</strong>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>\r\n[hr]\r\n<strong>TheTradingRoom.com - Established since 1997</strong>\r\n\r\n<strong>TheTradingRoom.com</strong> was born as the technology wave was reaching the financial industry. At\r\nthe same time the Securities and Exchange Commission (SEC) introduced market reforms to\r\nimprove the efficiency of the market place to allow for alternative trading systems, this marked\r\na new era for quantitative trading professionals. As a Wall Street quant, I recognized the impact\r\nit would have for the financial markets, from strategy rooms to the trading desks. In pursuit for\r\nbetter overall performance, I left Salomon Smith Barney, my employer at the time and launched\r\nTheTradingRoom.com. Since the beginning our success has been credited to our ability to merge\r\ncomplex ideas into working strategies. Whether you trade futures, forex or stocks, you will find us\r\nto deliver more than a wide range of skills and recourses. Our members come here for a reason, find\r\nyours.\r\n\r\n- Joe Rios, Founder','Home','','publish','open','closed','','sample-page','','','2013-02-26 10:31:07','2013-02-26 10:31:07','',0,'http://www.thetradingroom.com/?page_id=2',1,'page','',0),(168,1,'2013-02-26 09:13:44','2013-02-26 09:13:44','[dropcap1]A[/dropcap1]','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-26 09:13:44','2013-02-26 09:13:44','',2,'http://www.thetradingroom.com/2-revision-96/',0,'revision','',0),(27,1,'2013-02-21 16:06:00','2013-02-21 16:06:00','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\r\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\r\n...or something like this:\r\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\r\nAs a new WordPress user, you should go to <a href=\"http://www.thetradingroom.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Home','','inherit','open','closed','','2-revision-v1','','','2013-02-21 16:06:00','2013-02-21 16:06:00','',2,'http://www.thetradingroom.com/?p=27',0,'revision','',0),(7,1,'2013-02-21 15:50:39','0000-00-00 00:00:00','','avia_logo','','draft','closed','closed','','','','','2013-02-21 15:50:39','0000-00-00 00:00:00','',0,'http://www.thetradingroom.com/?post_type=avia_framework_post&p=7',0,'avia_framework_post','',0),(8,1,'2013-02-21 15:50:39','0000-00-00 00:00:00','','avia_favicon','','draft','closed','closed','','','','','2013-02-21 15:50:39','0000-00-00 00:00:00','',0,'http://www.thetradingroom.com/?post_type=avia_framework_post&p=8',0,'avia_framework_post','',0),(9,1,'2013-02-21 15:50:39','0000-00-00 00:00:00','','avia_custom_background_image','','draft','closed','closed','','','','','2013-02-21 15:50:39','0000-00-00 00:00:00','',0,'http://www.thetradingroom.com/?post_type=avia_framework_post&p=9',0,'avia_framework_post','',0),(10,1,'2013-02-21 15:52:47','0000-00-00 00:00:00','','avia_logo_1','','draft','closed','closed','','','','','2013-02-21 15:52:47','0000-00-00 00:00:00','',0,'http://www.thetradingroom.com/?post_type=avia_framework_post&p=10',0,'avia_framework_post','',0),(11,1,'2013-02-21 15:52:47','0000-00-00 00:00:00','','avia_logo_2','','draft','closed','closed','','','','','2013-02-21 15:52:47','0000-00-00 00:00:00','',0,'http://www.thetradingroom.com/?post_type=avia_framework_post&p=11',0,'avia_framework_post','',0),(12,1,'2013-02-21 15:52:47','0000-00-00 00:00:00','','avia_logo_3','','draft','closed','closed','','','','','2013-02-21 15:52:47','0000-00-00 00:00:00','',0,'http://www.thetradingroom.com/?post_type=avia_framework_post&p=12',0,'avia_framework_post','',0),(13,1,'2013-02-21 15:52:47','0000-00-00 00:00:00','','avia_logo_4','','draft','closed','closed','','','','','2013-02-21 15:52:47','0000-00-00 00:00:00','',0,'http://www.thetradingroom.com/?post_type=avia_framework_post&p=13',0,'avia_framework_post','',0),(14,1,'2013-02-21 15:52:47','0000-00-00 00:00:00','','avia_logo_5','','draft','closed','closed','','','','','2013-02-21 15:52:47','0000-00-00 00:00:00','',0,'http://www.thetradingroom.com/?post_type=avia_framework_post&p=14',0,'avia_framework_post','',0),(23,1,'2013-02-21 15:23:52','2013-02-21 15:23:52','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 blog. 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=\"http://www.thetradingroom.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','inherit','open','closed','','2-revision-v1','','','2013-02-21 15:23:52','2013-02-21 15:23:52','',2,'http://www.thetradingroom.com/?p=23',0,'revision','',0),(28,1,'2013-02-22 10:36:29','2013-02-22 10:36:29','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\r\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\r\n...or something like this:\r\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\r\nAs a new WordPress user, you should go to <a href=\"http://www.thetradingroom.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Home','','inherit','open','closed','','2-revision-v1','','','2013-02-22 10:36:29','2013-02-22 10:36:29','',2,'http://www.thetradingroom.com/?p=28',0,'revision','',0),(33,1,'2013-02-22 10:42:24','2013-02-22 10:42:24','','Home','','publish','open','closed','','home-3','','','2016-10-19 11:39:32','2016-10-19 11:39:32','',0,'http://www.thetradingroom.com/?page_id=33',2,'page','',0),(34,1,'2013-02-22 10:42:02','2013-02-22 10:42:02','','trading blog','','inherit','open','closed','','33-revision-v1','','','2013-02-22 10:42:02','2013-02-22 10:42:02','',33,'http://www.thetradingroom.com/?p=34',0,'revision','',0),(36,1,'2013-02-22 10:42:24','2013-02-22 10:42:24','This is trading blog','trading blog','','inherit','open','closed','','33-revision-v1','','','2013-02-22 10:42:24','2013-02-22 10:42:24','',33,'http://www.thetradingroom.com/?p=36',0,'revision','',0),(37,1,'2013-02-22 10:36:46','2013-02-22 10:36:46','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\r\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\r\n...or something like this:\r\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\r\nAs a new WordPress user, you should go to <a href=\"http://www.thetradingroom.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Home','','inherit','open','closed','','2-revision-v1','','','2013-02-22 10:36:46','2013-02-22 10:36:46','',2,'http://www.thetradingroom.com/?p=37',0,'revision','',0),(48,1,'2013-02-22 12:39:00','0000-00-00 00:00:00','','avia_image_above_text','','draft','closed','closed','','','','','2013-02-22 12:39:00','0000-00-00 00:00:00','',0,'http://www.thetradingroom.com/?post_type=avia_framework_post&p=48',0,'avia_framework_post','',0),(87,1,'2013-02-23 13:48:34','2013-02-23 13:48:34','[one_half first]\r\n<h1>Risk Disclosure</h1>\r\nThe risk of loss in trading commodity futures contracts can be substantial. You should therefore carefully consider whether such trading is suitable for you in light of your financial condition. You may sustain a total loss of the initial margin funds and any additional funds that you deposit with your broker to establish or maintain a position in the commodity futures market. Hypothetical or simulated performance results have certain limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since trades may or may not have been actually executed, the results may have under or over-compensated for the impact, if any of certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation can, will or is being made that any account will, or is likely to, achieve profits or losses similar to those shown in this hypothetical performance record. We recommend that before you start trading to \"Get the Facts\" from the CFTC or visit the National Futures Association web site for additional information.\r\n\r\n<strong>Risk Disclosure Statement for Futures and Options</strong>\r\nThis brief statement does not disclose all of the risks and other significant aspects of trading in futures and options. In light of the risks, you should undertake such transactions only if you understand the nature of the contracts (and contractual relationships) into which you are entering and the extent of your exposure to risk. Trading in futures and options is not suitable for many members of the public. You should carefully consider whether trading is appropriate for you in light of your experience, objectives, financial resources and other relevant circumstances.\r\n<h2>Futures</h2>\r\n<strong>1. Effect of \"Leverage\" or \"Gearing\"</strong>\r\nTransactions in futures carry a high degree of risk. The amount of Initial margin is small relative to the value of the futures contract so that transactions are \'leveraged\' or \'geared\'. A relatively small market movement will have a proportionately larger impact on the funds you have deposited or will have to deposit: this may work against you as well as for you. You may sustain a total loss of initial margin funds and any additional funds deposited with the firm to maintain your position. If the market moves against your position or margin levels are increased, you may be called upon to pay substantial additional funds on short notice to maintain your position. If you fail to comply with a request for additional funds within the time prescribed, your position may be liquidated at a loss and you will be liable for any resulting deficit.\r\n\r\n<strong>2. Risk-reducing orders or strategies</strong>\r\nThe placing of certain orders (e.g., \"stop-loss\" orders, where permitted under local law, or \"stop-limit\" orders) which are intended to limit losses to certain amounts may not be effective because market conditions may make it Impossible to execute such orders. Strategies using combinations of positions, such as \"spread\" and \"straddle\" positions, may be as risky as taking simple \"long\" or \"short\" positions.\r\n<h2>Options</h2>\r\n<strong>3. Variable degree of risk</strong>\r\nTransactions in options carry a high degree of risk. Purchasers and sellers of options should familiarize themselves with the type of option (i.e., put or call) which they contemplate trading and the associated risks. You should calculate the extent to which the value of the options must increase for your position to become profitable, taking into account the premium and all transaction costs. The purchaser of options may offset or exercise the options or allow the options to expire. The exercise of an option results either in a cash settlement or in the purchaser acquiring or delivering the underlying interest. If the option is on a future, the purchaser will acquire a futures position with associated liabilities for margin (see the section on Futures above). If the purchased options expire worthless, you will suffer a total loss of your investment which will consist of the option premium plus transaction costs. If you are contemplating purchasing deep-out-of-the-money options, you should be aware that the chance of such options becoming profitable ordinarily is remote. Selling (\"writing\" or \"granting\") an option generally entails considerably greater risk then purchasing options. Although the premium received by the seller is fixed, the seller may sustain a loss well in excess of that amount. The seller will be liable for additional margin to maintain the position if the market moves unfavorably. The seller will also be exposed to the risk of the purchaser exercising the option and the seller will be obligated to either settle the option in cash or to acquire or deliver the underlying interest. If the option is on a future, the seller will acquire a position in a future with associated liabilities for margin (see the section on Futures above). If the option is \"covered\" by the seller holding a corresponding position in the underlying interest or a future or another option, the risk may be reduced. If the option is not covered, the risk of loss can be unlimited. Certain exchanges in some jurisdictions permit deferred payment of the option premium, exposing the purchaser to liability for margin payments not exceeding the amount of the premium. The purchaser is still subject to the risk of losing the premium and transaction costs. When the option is exercised or expires, the purchaser is responsible for any unpaid premium outstanding at that time.\r\n\r\n[/one_half]\r\n\r\n[one_half]\r\n<h2>Additional risks common to futures and options</h2>\r\n<strong>4. Terms and conditions of contracts</strong>\r\nYou should ask the firm with which you deal about the terms and conditions of the specific futures or options which you are trading and associated obligations (e.g., the circumstances under which you may become obligated to make or take delivery of the underlying interest of a futures contract and, in respect of options, expiration dates and restrictions on the time for exercise). Under certain circumstances the specifications of outstanding contracts (including the exercise price of an option) may be modified by the exchange or clearing house to reflect changes in the underlying interest.\r\n\r\n<strong>5. Suspension or restriction of trading and pricing relationships</strong>\r\nMarket conditions (e.g., illiquidity) and/or the operation of the rules of certain markets (e.g., the suspension of trading in any contract or contract month because of price limits or \"circuit breakers\") may increase the risk of loss by making it difficult or impossible to effect transactions or liquidate/offset positions. If you have sold options, this may increase the risk of loss.\r\nFurther, normal pricing relationships between the underlying interest and the future, and the underlying interest and the option may not exist. This can occur when, for example, the futures contract underlying the option is subject to price limits while the option is not. The absence of an underlying reference price may make it difficult to judge \"fair\" value.\r\n\r\n<strong>6. Deposited cash and property</strong>\r\nYou should familiarize yourself with the protections accorded money or other property you deposit for domestic and foreign transactions, particularly in the event of a firm insolvency or bankruptcy. The extent to which you may recover your money or property may be governed by specific legislation or local rules. In some jurisdictions, property which has been specifically identifiable as your own will be pro-rated in the same manner as cash for purposes of distribution in the event of a shortfall.\r\n\r\n<strong>7. Commission and other charges</strong>\r\nBefore you begin to trade, you should obtain a clear explanation of all commission, fees and other charges for which you will be liable. These charges will affect your net profit (if any) or increase your loss.\r\n\r\n<strong>8. Transactions in other jurisdictions</strong>\r\nTransactions on markets in other jurisdictions, including markets formally linked to a domestic market, may expose you to additional risk. Such markets may be subject to regulation which may offer different or diminished investor protection. Before you trade you should enquire about any rules relevant to your particular transactions. Your local regulatory authority will be unable to compel the enforcement of the rules of regulatory authorities or markets in other jurisdictions where your transactions have been effected. You should ask the firm with which you deal for details about the types of redress available in both your home jurisdiction and other relevant jurisdictions before you start to trade.\r\n\r\n<strong>9. Currency risks</strong>\r\nThe profit or loss in transactions In foreign currency-denominated contracts (whether they are traded in your own or another jurisdiction) will be affected by fluctuations in currency rates where there is a need to convert from the currency denomination of the contract to another currency.\r\n\r\n<strong>10. Trading facilities</strong>\r\nMost open-outcry and electronic trading facilities are supported by computer-based component systems for the order-routing, execution, matching, registration or clearing of trades. As with all facilities and systems, they are vulnerable to temporary disruption or failure. Your ability to recover certain losses may be subject to limits on liability imposed by the system provider, the market, the clearing house and/or member firms. Such limits may vary: you should ask the firm with which you deal for details in this respect.\r\n\r\n<strong>11. Electronic trading</strong>\r\nTrading on an electronic trading system may differ not only from trading in an open-outcry market but also from trading on other electronic trading systems. If you undertake transactions on an electronic trading system, you will be exposed to risks associated with the system including the failure of hardware and software. The result of any system failure may be that your order is either not executed according to your instructions or is not executed at all.\r\n\r\n<strong>12. Off-exchange transactions</strong>\r\nIn some jurisdictions, and only then In restricted circumstances, firms are permitted to effect off-exchange transactions. The firm with which you deal may be acting as your counterparty to the transaction. It may be difficult or impossible to liquidate an existing position, to assess the value, to determine a fair price or to assess the exposure to risk. For these reasons, these transactions may involve increased risks. Off-exchange transactions may be less regulated or subject to a separate regulatory regime. Before you undertake such transactions, you should familiarize yourself with applicable rules and attendant risks.\r\n\r\n[/one_half]','risk-disclosure','','publish','closed','closed','','risk-disclosure','','','2013-02-23 14:04:26','2013-02-23 14:04:26','',0,'http://www.thetradingroom.com/?page_id=87',3,'page','',0),(88,1,'2013-02-23 13:41:18','2013-02-23 13:41:18','','risk-disclosure','','inherit','closed','closed','','87-revision-v1','','','2013-02-23 13:41:18','2013-02-23 13:41:18','',87,'http://www.thetradingroom.com/87-revision/',0,'revision','',0),(50,1,'2013-02-22 10:44:38','2013-02-22 10:44:38','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\r\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\r\n...or something like this:\r\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\r\nAs a new WordPress user, you should go to <a href=\"http://www.thetradingroom.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Home','','inherit','open','closed','','2-revision-v1','','','2013-02-22 10:44:38','2013-02-22 10:44:38','',2,'http://www.thetradingroom.com/2-revision-5/',0,'revision','',0),(51,1,'2013-02-26 10:31:00','2013-02-26 10:31:00','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\"><img class=\"alignleft size-full wp-image-173\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\" width=\"650\" height=\"148\" /></a>\n[hr]\n[dropcap2]1[/dropcap2]<strong> Identify market behavior in minutes. Learn a new approach with our forward looking indicators.</strong>\n<strong> Join our energy driven trading room and experience the power of market intelligence in a live real-</strong>\n<strong> time trading environment.</strong>\n\n[dropcap2]2[/dropcap2] <strong>Think better, trade smarter. Discover new ideas from our unique expertise in quantitative</strong>\n<strong> analysis and algorithmic trading strategies.</strong>\n\n[dropcap2]3[/dropcap2] <strong>The global markets never sleep, your analysis shouldn\'t either. Uncover new solutions with</strong>\n<strong> our timely quantitative analytical tool built for global multi-asset traders.</strong>\n[hr]\n<strong>Subscribe to Your Trading Room:</strong>\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>\n[hr]\n<strong>TheTradingRoom.com - Established since 1997</strong>\n\n<strong>TheTradingRoom.com</strong> was born as the technology wave was reaching the financial industry. At\nthe same time the Securities and Exchange Commission (SEC) introduced market reforms to\nimprove the efficiency of the market place to allow for alternative trading systems, this marked\na new era for quantitative trading professionals. As a Wall Street quant, I recognized the impact\nit would have for the financial markets, from strategy rooms to the trading desks. In pursuit for\nbetter overall performance, I left Salomon Smith Barney, my employer at the time and launched\nTheTradingRoom.com. Since the beginning our success has been credited to our ability to merge\ncomplex ideas into working strategies. Whether you trade futures, forex or stocks, you will find us\nto deliver more than a wide range of skills and recourses. Our members come here for a reason, find\nyours.\n\n- Joe Rios, Founder','Home','','inherit','open','closed','','2-autosave-v1','','','2013-02-26 10:31:00','2013-02-26 10:31:00','',2,'http://www.thetradingroom.com/2-autosave/',0,'revision','',0),(64,1,'2013-02-22 15:18:52','2013-02-22 15:18:52','[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n[/one_half]\r\n\r\n[one_half]\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n[/one_half]\r\n\r\n\r\n\r\nthis is a test\r\n\r\n&nbsp;','Home','','inherit','open','closed','','2-revision-v1','','','2013-02-22 15:18:52','2013-02-22 15:18:52','',2,'http://www.thetradingroom.com/2-revision-18/',0,'revision','',0),(62,1,'2013-02-22 15:16:42','2013-02-22 15:16:42','[one_half first]\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half]\r\n\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n\r\n[/one_half]\r\n\r\nthis is a test\r\n\r\n&nbsp;','Home','','inherit','open','closed','','2-revision-v1','','','2013-02-22 15:16:42','2013-02-22 15:16:42','',2,'http://www.thetradingroom.com/2-revision-16/',0,'revision','',0),(58,1,'2013-02-22 15:13:46','2013-02-22 15:13:46','[one_half first]\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half]\r\n\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n\r\n[/one_half]\r\n\r\n<br />\r\n\r\nThe 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.\r\n\r\n&nbsp;','Home','','inherit','open','closed','','2-revision-v1','','','2013-02-22 15:13:46','2013-02-22 15:13:46','',2,'http://www.thetradingroom.com/2-revision-12/',0,'revision','',0),(52,1,'2013-02-22 15:09:41','2013-02-22 15:09:41','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\r\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\r\n...or something like this:\r\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\r\nAs a new WordPress user, you should go to <a href=\"http://www.thetradingroom.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Home','','inherit','open','closed','','2-revision-v1','','','2013-02-22 15:09:41','2013-02-22 15:09:41','',2,'http://www.thetradingroom.com/2-revision-6/',0,'revision','',0),(56,1,'2013-02-22 15:13:16','2013-02-22 15:13:16','[one_half first]\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half]\r\n\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n\r\n[/one_half]\r\n\r\nThe 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.\r\n\r\n&nbsp;','Home','','inherit','open','closed','','2-revision-v1','','','2013-02-22 15:13:16','2013-02-22 15:13:16','',2,'http://www.thetradingroom.com/2-revision-10/',0,'revision','',0),(53,1,'2013-02-22 15:11:45','2013-02-22 15:11:45','[one_half first]Content for 1/2 Column here[/one_half]\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n\r\n[one_half]Content for 1/2 Column here[/one_half]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\r\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\r\n...or something like this:\r\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\r\nAs a new WordPress user, you should go to <a href=\"http://www.thetradingroom.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Home','','inherit','open','closed','','2-revision-v1','','','2013-02-22 15:11:45','2013-02-22 15:11:45','',2,'http://www.thetradingroom.com/2-revision-7/',0,'revision','',0),(54,1,'2013-02-22 15:12:16','2013-02-22 15:12:16','[one_half first]\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half]Content for 1/2 Column here[/one_half]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\r\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\r\n...or something like this:\r\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\r\nAs a new WordPress user, you should go to <a href=\"http://www.thetradingroom.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Home','','inherit','open','closed','','2-revision-v1','','','2013-02-22 15:12:16','2013-02-22 15:12:16','',2,'http://www.thetradingroom.com/2-revision-8/',0,'revision','',0),(55,1,'2013-02-22 15:12:54','2013-02-22 15:12:54','[one_half first]\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half]\r\n\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\r\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\r\n[/one_half]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<blockquote>&nbsp;</blockquote>\r\n...or something like this:\r\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\r\nAs a new WordPress user, you should go to <a href=\"http://www.thetradingroom.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Home','','inherit','open','closed','','2-revision-v1','','','2013-02-22 15:12:54','2013-02-22 15:12:54','',2,'http://www.thetradingroom.com/2-revision-9/',0,'revision','',0),(57,1,'2013-02-22 15:13:32','2013-02-22 15:13:32','[one_half first]\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half]\r\n\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n\r\n[/one_half]\r\n\r\n&lt;br /&gt;\r\n\r\nThe 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.\r\n\r\n&nbsp;','Home','','inherit','open','closed','','2-revision-v1','','','2013-02-22 15:13:32','2013-02-22 15:13:32','',2,'http://www.thetradingroom.com/2-revision-11/',0,'revision','',0),(59,1,'2013-02-22 15:15:29','2013-02-22 15:15:29','[one_half first]\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half]\r\n\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n\r\n[/one_half]\r\n\r\nThe 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.\r\n\r\n[ br /]','Home','','inherit','open','closed','','2-revision-v1','','','2013-02-22 15:15:29','2013-02-22 15:15:29','',2,'http://www.thetradingroom.com/2-revision-13/',0,'revision','',0),(61,1,'2013-02-22 15:16:30','2013-02-22 15:16:30','[one_half first]\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half]\r\n\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n\r\n[/one_half]\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Home','','inherit','open','closed','','2-revision-v1','','','2013-02-22 15:16:30','2013-02-22 15:16:30','',2,'http://www.thetradingroom.com/2-revision-15/',0,'revision','',0),(60,1,'2013-02-22 15:16:18','2013-02-22 15:16:18','[one_half first]\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half]\r\n\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n\r\n[/one_half]\r\n\r\n[one_half]\r\n\r\n&nbsp;\r\n\r\nThe 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.\r\n\r\n[/one_half]\r\n\r\n&nbsp;','Home','','inherit','open','closed','','2-revision-v1','','','2013-02-22 15:16:18','2013-02-22 15:16:18','',2,'http://www.thetradingroom.com/2-revision-14/',0,'revision','',0),(63,1,'2013-02-22 15:18:28','2013-02-22 15:18:28','[one_half first]\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half]\r\n\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n\r\n[/one_half]\r\n\r\n<div style=\"clear:both>ddd</div>\r\n\r\nthis is a test\r\n\r\n&nbsp;','Home','','inherit','open','closed','','2-revision-v1','','','2013-02-22 15:18:28','2013-02-22 15:18:28','',2,'http://www.thetradingroom.com/2-revision-17/',0,'revision','',0),(130,1,'2013-02-25 15:01:26','2013-02-25 15:01:26','[one_half first][/one_half]\r\n\r\n[one_half]FIRST THING[/one_half]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[hr]<strong>Please Select Your Tradingroom.</strong>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-25 15:01:26','2013-02-25 15:01:26','',2,'http://www.thetradingroom.com/2-revision-61/',0,'revision','',0),(66,1,'2013-02-22 15:19:32','2013-02-22 15:19:32','[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n[/one_half]\r\n\r\n[one_half]\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n[/one_half]\r\n\r\n[one_half first]\r\nhellow\r\n[/one_half]\r\n\r\n[one_half]\r\n\r\n[/one_half]\r\n\r\n&nbsp;','Home','','inherit','open','closed','','2-revision-v1','','','2013-02-22 15:19:32','2013-02-22 15:19:32','',2,'http://www.thetradingroom.com/2-revision-20/',0,'revision','',0),(65,1,'2013-02-22 15:19:10','2013-02-22 15:19:10','[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n[/one_half]\r\n\r\n[one_half]\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n[/one_half]\r\n\r\n[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n[/one_half]\r\n\r\n[one_half]\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n[/one_half]\r\n\r\n&nbsp;','Home','','inherit','open','closed','','2-revision-v1','','','2013-02-22 15:19:10','2013-02-22 15:19:10','',2,'http://www.thetradingroom.com/2-revision-19/',0,'revision','',0),(68,1,'2013-02-22 15:24:41','2013-02-22 15:24:41','[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n[/one_half]\r\n\r\n[one_half]\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n[/one_half]\r\n\r\n[one_half first]\r\nhellow\r\n[/one_half]\r\n\r\n[one_half]\r\n\r\n[/one_half]\r\n\r\n&nbsp;','Home','','inherit','open','closed','','2-revision-v1','','','2013-02-22 15:24:41','2013-02-22 15:24:41','',2,'http://www.thetradingroom.com/2-revision-21/',0,'revision','',0),(70,1,'2013-02-22 15:29:07','2013-02-22 15:29:07','[one_half first]\r\nhellow\r\n[/one_half]\r\n\r\n[one_half]\r\n\r\n[/one_half]\r\n\r\n\r\n\r\n\r\n[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n[/one_half]\r\n\r\n[one_half]\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n[/one_half]\r\n\r\n[one_half first]\r\nhellow\r\n[/one_half]\r\n\r\n[one_half]\r\n\r\n[/one_half]\r\n\r\n','Home','','inherit','open','closed','','2-revision-v1','','','2013-02-22 15:29:07','2013-02-22 15:29:07','',2,'http://www.thetradingroom.com/2-revision-22/',0,'revision','',0),(71,1,'2013-02-22 15:29:45','2013-02-22 15:29:45','[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\"><img class=\"alignnone size-full wp-image-69\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\" width=\"876\" height=\"200\" /></a>\r\n[/one_half]\r\n\r\n[one_half]\r\n\r\n[/one_half]\r\n\r\n[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n[/one_half]\r\n\r\n[one_half]\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n[/one_half]\r\n\r\n[one_half first]\r\nhellow\r\n[/one_half]\r\n\r\n[one_half]\r\n\r\n[/one_half]','Home','','inherit','open','closed','','2-revision-v1','','','2013-02-22 15:29:45','2013-02-22 15:29:45','',2,'http://www.thetradingroom.com/2-revision-23/',0,'revision','',0),(166,1,'2013-02-26 09:05:50','2013-02-26 09:05:50','<p>\r\n\r\n</p>\r\n\r\n[hr]\r\n<blockquote>1 / Subscribe today</blockquote>\r\n<blockquote>2/ Get knowledge</blockquote>\r\n<blockquote>3/ Start</blockquote>\r\n[hr]\r\n<strong>Please Select Your Tradingroom.</strong>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>\r\n[hr]\r\nSample Video from youtube riosquant\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-26 09:05:50','2013-02-26 09:05:50','',2,'http://www.thetradingroom.com/2-revision-94/',0,'revision','',0),(72,1,'2013-02-22 15:30:15','2013-02-22 15:30:15','<p style=\"text-align: center;\">[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\"><img class=\"size-full wp-image-69 aligncenter\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\" width=\"876\" height=\"200\" /></a>\r\n[/one_half]</p>\r\n[one_half]\r\n\r\n[/one_half]\r\n\r\n[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n[/one_half]\r\n\r\n[one_half]\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n[/one_half]\r\n\r\n[one_half first]\r\nhellow\r\n[/one_half]\r\n\r\n[one_half]\r\n\r\n[/one_half]','Home','','inherit','open','closed','','2-revision-v1','','','2013-02-22 15:30:15','2013-02-22 15:30:15','',2,'http://www.thetradingroom.com/2-revision-24/',0,'revision','',0),(73,1,'2013-02-22 15:31:24','2013-02-22 15:31:24','[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\"><img class=\"size-full wp-image-69 alignnone\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\" width=\"685\" height=\"156\" /></a>\r\n[/one_half]\r\n\r\n[one_half][/one_half]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n[/one_half]\r\n\r\n[one_half]\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n[/one_half]\r\n\r\n[one_half first]\r\nhellow\r\n[/one_half]\r\n\r\n[one_half]\r\n\r\n[/one_half]','Home','','inherit','open','closed','','2-revision-v1','','','2013-02-22 15:31:24','2013-02-22 15:31:24','',2,'http://www.thetradingroom.com/2-revision-25/',0,'revision','',0),(172,1,'2013-02-26 09:46:37','2013-02-26 09:46:37','&nbsp;\r\n\r\n[dropcap2]dze[/dropcap2]dezdzedzedezd\r\n\r\n&nbsp;','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-26 09:46:37','2013-02-26 09:46:37','',2,'http://www.thetradingroom.com/2-revision-100/',0,'revision','',0),(169,1,'2013-02-26 09:14:14','2013-02-26 09:14:14','[dropcap1]A[/dropcap1]\r\n\r\n[dropcap2]A[/dropcap2]\r\n\r\n[dropcap3]A[/dropcap3]','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-26 09:14:14','2013-02-26 09:14:14','',2,'http://www.thetradingroom.com/2-revision-97/',0,'revision','',0),(75,1,'2013-02-22 15:31:33','2013-02-22 15:31:33','[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\"><img class=\"size-full wp-image-69 alignnone\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\" width=\"685\" height=\"156\" /></a>\r\n[/one_half]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n[/one_half]\r\n\r\n[one_half]\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n[/one_half]\r\n\r\n[one_half first]\r\nhellow\r\n[/one_half]\r\n\r\n[one_half]\r\n\r\n[/one_half]','Home','','inherit','open','closed','','2-revision-v1','','','2013-02-22 15:31:33','2013-02-22 15:31:33','',2,'http://www.thetradingroom.com/2-revision-26/',0,'revision','',0),(76,1,'2013-02-22 15:35:16','2013-02-22 15:35:16','[one_half]\r\n\r\n[/one_half]\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\"><img class=\"aligncenter size-full wp-image-74\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\" width=\"714\" height=\"163\" /></a>\r\n\r\n[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n[/one_half]\r\n\r\n[one_half]\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n[/one_half]\r\n\r\n[one_half first]\r\nhellow\r\n[/one_half]\r\n\r\n[one_half]\r\n\r\n[/one_half]','Home','','inherit','open','closed','','2-revision-v1','','','2013-02-22 15:35:16','2013-02-22 15:35:16','',2,'http://www.thetradingroom.com/2-revision-27/',0,'revision','',0),(81,1,'2013-02-22 15:45:51','2013-02-22 15:45:51','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\"><img class=\"aligncenter size-full wp-image-74\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\" width=\"714\" height=\"163\" /></a>\r\n\r\n[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n[/one_half]\r\n\r\n[one_half]\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n[/one_half]\r\nThis 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.','Home','','inherit','open','closed','','2-revision-v1','','','2013-02-22 15:45:51','2013-02-22 15:45:51','',2,'http://www.thetradingroom.com/2-revision-32/',0,'revision','',0),(77,1,'2013-02-22 15:44:37','2013-02-22 15:44:37','[one_half]\r\n\r\n[/one_half]\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\"><img class=\"aligncenter size-full wp-image-74\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\" width=\"714\" height=\"163\" /></a>\r\n\r\n[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n[/one_half]\r\n\r\n[one_half]\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n[/one_half]\r\n\r\n[one_half first]\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n[/one_half]','Home','','inherit','open','closed','','2-revision-v1','','','2013-02-22 15:44:37','2013-02-22 15:44:37','',2,'http://www.thetradingroom.com/2-revision-28/',0,'revision','',0),(78,1,'2013-02-22 15:44:52','2013-02-22 15:44:52','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\"><img class=\"aligncenter size-full wp-image-74\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\" width=\"714\" height=\"163\" /></a>\r\n\r\n[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n[/one_half]\r\n\r\n[one_half]\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n[/one_half]\r\n\r\n[one_half first]\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n[/one_half]','Home','','inherit','open','closed','','2-revision-v1','','','2013-02-22 15:44:52','2013-02-22 15:44:52','',2,'http://www.thetradingroom.com/2-revision-29/',0,'revision','',0),(79,1,'2013-02-22 15:45:11','2013-02-22 15:45:11','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\"><img class=\"aligncenter size-full wp-image-74\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\" width=\"714\" height=\"163\" /></a>\r\n\r\n[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n[/one_half]\r\n\r\n[one_half]\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n[/one_half]\r\n\r\n[one_half first]\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n[/one_half]\r\n\r\n[one_half]\r\n\r\n[/one_half]','Home','','inherit','open','closed','','2-revision-v1','','','2013-02-22 15:45:11','2013-02-22 15:45:11','',2,'http://www.thetradingroom.com/2-revision-30/',0,'revision','',0),(80,1,'2013-02-22 15:45:17','2013-02-22 15:45:17','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\"><img class=\"aligncenter size-full wp-image-74\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\" width=\"714\" height=\"163\" /></a>\r\n\r\n[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n[/one_half]\r\n\r\n[one_half]\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n[/one_half]\r\n\r\n[one_half first]\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n[/one_half]\r\n\r\n[one_half]\r\n\r\n[/one_half]','Home','','inherit','open','closed','','2-revision-v1','','','2013-02-22 15:45:17','2013-02-22 15:45:17','',2,'http://www.thetradingroom.com/2-revision-31/',0,'revision','',0),(114,1,'2013-02-23 15:00:45','2013-02-23 15:00:45','<a href=\"http://www.youtube.com/watch?v=czJOfaHKMDk\">video</a><img class=\"aligncenter size-full wp-image-74\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\" width=\"714\" height=\"163\" />\r\n\r\n[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n[/one_half]\r\n\r\n[one_half]\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n[/one_half]\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n[hr]\r\n\r\n[RSSImport display=\"5\" feedurl=\"http://www.cyberciti.biz/faq/feed/\"]','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-23 15:00:45','2013-02-23 15:00:45','',2,'http://www.thetradingroom.com/2-revision-46/',0,'revision','',0),(82,1,'2013-02-22 15:46:43','2013-02-22 15:46:43','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\"><img class=\"aligncenter size-full wp-image-74\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\" width=\"714\" height=\"163\" /></a>\r\n\r\n[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n[/one_half]\r\n\r\n[one_half]\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n[/one_half]\r\n[hr]\r\n\r\nThis 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.','Home','','inherit','open','closed','','2-revision-v1','','','2013-02-22 15:46:43','2013-02-22 15:46:43','',2,'http://www.thetradingroom.com/2-revision-33/',0,'revision','',0),(89,1,'2013-02-23 13:47:25','2013-02-23 13:47:25','[one_half first]Content for 1/2 Column here[/one_half]\n\n[one_half]Content for 1/2 Column here[/one_half]','risk-disclosure','','inherit','closed','closed','','87-revision-v1','','','2013-02-23 13:47:25','2013-02-23 13:47:25','',87,'http://www.thetradingroom.com/87-revision-2/',0,'revision','',0),(90,1,'2013-02-23 13:47:40','2013-02-23 13:47:40','[one_half first]\r\n<h1>Risk Disclosure</h1>\r\nThe risk of loss in trading commodity futures contracts can be substantial. You should therefore carefully consider whether such trading is suitable for you in light of your financial condition. You may sustain a total loss of the initial margin funds and any additional funds that you deposit with your broker to establish or maintain a position in the commodity futures market. Hypothetical or simulated performance results have certain limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since trades may or may not have been actually executed, the results may have under or over-compensated for the impact, if any of certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation can, will or is being made that any account will, or is likely to, achieve profits or losses similar to those shown in this hypothetical performance record. We recommend that before you start trading to \"Get the Facts\" from the CFTC or visit the National Futures Association web site for additional information.\r\n\r\n<strong>Risk Disclosure Statement for Futures and Options</strong>\r\nThis brief statement does not disclose all of the risks and other significant aspects of trading in futures and options. In light of the risks, you should undertake such transactions only if you understand the nature of the contracts (and contractual relationships) into which you are entering and the extent of your exposure to risk. Trading in futures and options is not suitable for many members of the public. You should carefully consider whether trading is appropriate for you in light of your experience, objectives, financial resources and other relevant circumstances.\r\n<h2>Futures</h2>\r\n<strong>1. Effect of \"Leverage\" or \"Gearing\"</strong>\r\nTransactions in futures carry a high degree of risk. The amount of Initial margin is small relative to the value of the futures contract so that transactions are \'leveraged\' or \'geared\'. A relatively small market movement will have a proportionately larger impact on the funds you have deposited or will have to deposit: this may work against you as well as for you. You may sustain a total loss of initial margin funds and any additional funds deposited with the firm to maintain your position. If the market moves against your position or margin levels are increased, you may be called upon to pay substantial additional funds on short notice to maintain your position. If you fail to comply with a request for additional funds within the time prescribed, your position may be liquidated at a loss and you will be liable for any resulting deficit.\r\n\r\n<strong>2. Risk-reducing orders or strategies</strong>\r\nThe placing of certain orders (e.g., \"stop-loss\" orders, where permitted under local law, or \"stop-limit\" orders) which are intended to limit losses to certain amounts may not be effective because market conditions may make it Impossible to execute such orders. Strategies using combinations of positions, such as \"spread\" and \"straddle\" positions, may be as risky as taking simple \"long\" or \"short\" positions.\r\n<h2>Options</h2>\r\n<strong>3. Variable degree of risk</strong>\r\nTransactions in options carry a high degree of risk. Purchasers and sellers of options should familiarize themselves with the type of option (i.e., put or call) which they contemplate trading and the associated risks. You should calculate the extent to which the value of the options must increase for your position to become profitable, taking into account the premium and all transaction costs. The purchaser of options may offset or exercise the options or allow the options to expire. The exercise of an option results either in a cash settlement or in the purchaser acquiring or delivering the underlying interest. If the option is on a future, the purchaser will acquire a futures position with associated liabilities for margin (see the section on Futures above). If the purchased options expire worthless, you will suffer a total loss of your investment which will consist of the option premium plus transaction costs. If you are contemplating purchasing deep-out-of-the-money options, you should be aware that the chance of such options becoming profitable ordinarily is remote. Selling (\"writing\" or \"granting\") an option generally entails considerably greater risk then purchasing options. Although the premium received by the seller is fixed, the seller may sustain a loss well in excess of that amount. The seller will be liable for additional margin to maintain the position if the market moves unfavorably. The seller will also be exposed to the risk of the purchaser exercising the option and the seller will be obligated to either settle the option in cash or to acquire or deliver the underlying interest. If the option is on a future, the seller will acquire a position in a future with associated liabilities for margin (see the section on Futures above). If the option is \"covered\" by the seller holding a corresponding position in the underlying interest or a future or another option, the risk may be reduced. If the option is not covered, the risk of loss can be unlimited. Certain exchanges in some jurisdictions permit deferred payment of the option premium, exposing the purchaser to liability for margin payments not exceeding the amount of the premium. The purchaser is still subject to the risk of losing the premium and transaction costs. When the option is exercised or expires, the purchaser is responsible for any unpaid premium outstanding at that time.\r\n\r\n[/one_half]\r\n\r\n[one_half]Content for 1/2 Column here[/one_half]','risk-disclosure','','inherit','closed','closed','','87-revision-v1','','','2013-02-23 13:47:40','2013-02-23 13:47:40','',87,'http://www.thetradingroom.com/87-revision-3/',0,'revision','',0),(91,1,'2013-02-23 13:48:06','2013-02-23 13:48:06','[one_half first]\r\n<h1>Risk Disclosure</h1>\r\nThe risk of loss in trading commodity futures contracts can be substantial. You should therefore carefully consider whether such trading is suitable for you in light of your financial condition. You may sustain a total loss of the initial margin funds and any additional funds that you deposit with your broker to establish or maintain a position in the commodity futures market. Hypothetical or simulated performance results have certain limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since trades may or may not have been actually executed, the results may have under or over-compensated for the impact, if any of certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation can, will or is being made that any account will, or is likely to, achieve profits or losses similar to those shown in this hypothetical performance record. We recommend that before you start trading to \"Get the Facts\" from the CFTC or visit the National Futures Association web site for additional information.\r\n\r\n<strong>Risk Disclosure Statement for Futures and Options</strong>\r\nThis brief statement does not disclose all of the risks and other significant aspects of trading in futures and options. In light of the risks, you should undertake such transactions only if you understand the nature of the contracts (and contractual relationships) into which you are entering and the extent of your exposure to risk. Trading in futures and options is not suitable for many members of the public. You should carefully consider whether trading is appropriate for you in light of your experience, objectives, financial resources and other relevant circumstances.\r\n<h2>Futures</h2>\r\n<strong>1. Effect of \"Leverage\" or \"Gearing\"</strong>\r\nTransactions in futures carry a high degree of risk. The amount of Initial margin is small relative to the value of the futures contract so that transactions are \'leveraged\' or \'geared\'. A relatively small market movement will have a proportionately larger impact on the funds you have deposited or will have to deposit: this may work against you as well as for you. You may sustain a total loss of initial margin funds and any additional funds deposited with the firm to maintain your position. If the market moves against your position or margin levels are increased, you may be called upon to pay substantial additional funds on short notice to maintain your position. If you fail to comply with a request for additional funds within the time prescribed, your position may be liquidated at a loss and you will be liable for any resulting deficit.\r\n\r\n<strong>2. Risk-reducing orders or strategies</strong>\r\nThe placing of certain orders (e.g., \"stop-loss\" orders, where permitted under local law, or \"stop-limit\" orders) which are intended to limit losses to certain amounts may not be effective because market conditions may make it Impossible to execute such orders. Strategies using combinations of positions, such as \"spread\" and \"straddle\" positions, may be as risky as taking simple \"long\" or \"short\" positions.\r\n<h2>Options</h2>\r\n<strong>3. Variable degree of risk</strong>\r\nTransactions in options carry a high degree of risk. Purchasers and sellers of options should familiarize themselves with the type of option (i.e., put or call) which they contemplate trading and the associated risks. You should calculate the extent to which the value of the options must increase for your position to become profitable, taking into account the premium and all transaction costs. The purchaser of options may offset or exercise the options or allow the options to expire. The exercise of an option results either in a cash settlement or in the purchaser acquiring or delivering the underlying interest. If the option is on a future, the purchaser will acquire a futures position with associated liabilities for margin (see the section on Futures above). If the purchased options expire worthless, you will suffer a total loss of your investment which will consist of the option premium plus transaction costs. If you are contemplating purchasing deep-out-of-the-money options, you should be aware that the chance of such options becoming profitable ordinarily is remote. Selling (\"writing\" or \"granting\") an option generally entails considerably greater risk then purchasing options. Although the premium received by the seller is fixed, the seller may sustain a loss well in excess of that amount. The seller will be liable for additional margin to maintain the position if the market moves unfavorably. The seller will also be exposed to the risk of the purchaser exercising the option and the seller will be obligated to either settle the option in cash or to acquire or deliver the underlying interest. If the option is on a future, the seller will acquire a position in a future with associated liabilities for margin (see the section on Futures above). If the option is \"covered\" by the seller holding a corresponding position in the underlying interest or a future or another option, the risk may be reduced. If the option is not covered, the risk of loss can be unlimited. Certain exchanges in some jurisdictions permit deferred payment of the option premium, exposing the purchaser to liability for margin payments not exceeding the amount of the premium. The purchaser is still subject to the risk of losing the premium and transaction costs. When the option is exercised or expires, the purchaser is responsible for any unpaid premium outstanding at that time.\r\n\r\n[/one_half]\r\n\r\n[one_half]\r\n<h2>Additional risks common to futures and options</h2>\r\n<strong>4. Terms and conditions of contracts</strong>\r\nYou should ask the firm with which you deal about the terms and conditions of the specific futures or options which you are trading and associated obligations (e.g., the circumstances under which you may become obligated to make or take delivery of the underlying interest of a futures contract and, in respect of options, expiration dates and restrictions on the time for exercise). Under certain circumstances the specifications of outstanding contracts (including the exercise price of an option) may be modified by the exchange or clearing house to reflect changes in the underlying interest.\r\n\r\n<strong>5. Suspension or restriction of trading and pricing relationships</strong>\r\nMarket conditions (e.g., illiquidity) and/or the operation of the rules of certain markets (e.g., the suspension of trading in any contract or contract month because of price limits or \"circuit breakers\") may increase the risk of loss by making it difficult or impossible to effect transactions or liquidate/offset positions. If you have sold options, this may increase the risk of loss.\r\nFurther, normal pricing relationships between the underlying interest and the future, and the underlying interest and the option may not exist. This can occur when, for example, the futures contract underlying the option is subject to price limits while the option is not. The absence of an underlying reference price may make it difficult to judge \"fair\" value.\r\n\r\n<strong>6. Deposited cash and property</strong>\r\nYou should familiarize yourself with the protections accorded money or other property you deposit for domestic and foreign transactions, particularly in the event of a firm insolvency or bankruptcy. The extent to which you may recover your money or property may be governed by specific legislation or local rules. In some jurisdictions, property which has been specifically identifiable as your own will be pro-rated in the same manner as cash for purposes of distribution in the event of a shortfall.\r\n\r\n<strong>7. Commission and other charges</strong>\r\nBefore you begin to trade, you should obtain a clear explanation of all commission, fees and other charges for which you will be liable. These charges will affect your net profit (if any) or increase your loss.\r\n\r\n<strong>8. Transactions in other jurisdictions</strong>\r\nTransactions on markets in other jurisdictions, including markets formally linked to a domestic market, may expose you to additional risk. Such markets may be subject to regulation which may offer different or diminished investor protection. Before you trade you should enquire about any rules relevant to your particular transactions. Your local regulatory authority will be unable to compel the enforcement of the rules of regulatory authorities or markets in other jurisdictions where your transactions have been effected. You should ask the firm with which you deal for details about the types of redress available in both your home jurisdiction and other relevant jurisdictions before you start to trade.\r\n\r\n<strong>9. Currency risks</strong>\r\nThe profit or loss in transactions In foreign currency-denominated contracts (whether they are traded in your own or another jurisdiction) will be affected by fluctuations in currency rates where there is a need to convert from the currency denomination of the contract to another currency.\r\n\r\n<strong>10. Trading facilities</strong>\r\nMost open-outcry and electronic trading facilities are supported by computer-based component systems for the order-routing, execution, matching, registration or clearing of trades. As with all facilities and systems, they are vulnerable to temporary disruption or failure. Your ability to recover certain losses may be subject to limits on liability imposed by the system provider, the market, the clearing house and/or member firms. Such limits may vary: you should ask the firm with which you deal for details in this respect.\r\n\r\n<strong>11. Electronic trading</strong>\r\nTrading on an electronic trading system may differ not only from trading in an open-outcry market but also from trading on other electronic trading systems. If you undertake transactions on an electronic trading system, you will be exposed to risks associated with the system including the failure of hardware and software. The result of any system failure may be that your order is either not executed according to your instructions or is not executed at all.\r\n\r\n<strong>12. Off-exchange transactions</strong>\r\nIn some jurisdictions, and only then In restricted circumstances, firms are permitted to effect off-exchange transactions. The firm with which you deal may be acting as your counterparty to the transaction. It may be difficult or impossible to liquidate an existing position, to assess the value, to determine a fair price or to assess the exposure to risk. For these reasons, these transactions may involve increased risks. Off-exchange transactions may be less regulated or subject to a separate regulatory regime. Before you undertake such transactions, you should familiarize yourself with applicable rules and attendant risks.\r\n\r\n[/one_half]','risk-disclosure','','inherit','closed','closed','','87-revision-v1','','','2013-02-23 13:48:06','2013-02-23 13:48:06','',87,'http://www.thetradingroom.com/87-revision-4/',0,'revision','',0),(92,1,'2013-02-23 13:48:08','2013-02-23 13:48:08','[one_half first]\r\n<h1>Risk Disclosure</h1>\r\nThe risk of loss in trading commodity futures contracts can be substantial. You should therefore carefully consider whether such trading is suitable for you in light of your financial condition. You may sustain a total loss of the initial margin funds and any additional funds that you deposit with your broker to establish or maintain a position in the commodity futures market. Hypothetical or simulated performance results have certain limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since trades may or may not have been actually executed, the results may have under or over-compensated for the impact, if any of certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation can, will or is being made that any account will, or is likely to, achieve profits or losses similar to those shown in this hypothetical performance record. We recommend that before you start trading to \"Get the Facts\" from the CFTC or visit the National Futures Association web site for additional information.\r\n\r\n<strong>Risk Disclosure Statement for Futures and Options</strong>\r\nThis brief statement does not disclose all of the risks and other significant aspects of trading in futures and options. In light of the risks, you should undertake such transactions only if you understand the nature of the contracts (and contractual relationships) into which you are entering and the extent of your exposure to risk. Trading in futures and options is not suitable for many members of the public. You should carefully consider whether trading is appropriate for you in light of your experience, objectives, financial resources and other relevant circumstances.\r\n<h2>Futures</h2>\r\n<strong>1. Effect of \"Leverage\" or \"Gearing\"</strong>\r\nTransactions in futures carry a high degree of risk. The amount of Initial margin is small relative to the value of the futures contract so that transactions are \'leveraged\' or \'geared\'. A relatively small market movement will have a proportionately larger impact on the funds you have deposited or will have to deposit: this may work against you as well as for you. You may sustain a total loss of initial margin funds and any additional funds deposited with the firm to maintain your position. If the market moves against your position or margin levels are increased, you may be called upon to pay substantial additional funds on short notice to maintain your position. If you fail to comply with a request for additional funds within the time prescribed, your position may be liquidated at a loss and you will be liable for any resulting deficit.\r\n\r\n<strong>2. Risk-reducing orders or strategies</strong>\r\nThe placing of certain orders (e.g., \"stop-loss\" orders, where permitted under local law, or \"stop-limit\" orders) which are intended to limit losses to certain amounts may not be effective because market conditions may make it Impossible to execute such orders. Strategies using combinations of positions, such as \"spread\" and \"straddle\" positions, may be as risky as taking simple \"long\" or \"short\" positions.\r\n<h2>Options</h2>\r\n<strong>3. Variable degree of risk</strong>\r\nTransactions in options carry a high degree of risk. Purchasers and sellers of options should familiarize themselves with the type of option (i.e., put or call) which they contemplate trading and the associated risks. You should calculate the extent to which the value of the options must increase for your position to become profitable, taking into account the premium and all transaction costs. The purchaser of options may offset or exercise the options or allow the options to expire. The exercise of an option results either in a cash settlement or in the purchaser acquiring or delivering the underlying interest. If the option is on a future, the purchaser will acquire a futures position with associated liabilities for margin (see the section on Futures above). If the purchased options expire worthless, you will suffer a total loss of your investment which will consist of the option premium plus transaction costs. If you are contemplating purchasing deep-out-of-the-money options, you should be aware that the chance of such options becoming profitable ordinarily is remote. Selling (\"writing\" or \"granting\") an option generally entails considerably greater risk then purchasing options. Although the premium received by the seller is fixed, the seller may sustain a loss well in excess of that amount. The seller will be liable for additional margin to maintain the position if the market moves unfavorably. The seller will also be exposed to the risk of the purchaser exercising the option and the seller will be obligated to either settle the option in cash or to acquire or deliver the underlying interest. If the option is on a future, the seller will acquire a position in a future with associated liabilities for margin (see the section on Futures above). If the option is \"covered\" by the seller holding a corresponding position in the underlying interest or a future or another option, the risk may be reduced. If the option is not covered, the risk of loss can be unlimited. Certain exchanges in some jurisdictions permit deferred payment of the option premium, exposing the purchaser to liability for margin payments not exceeding the amount of the premium. The purchaser is still subject to the risk of losing the premium and transaction costs. When the option is exercised or expires, the purchaser is responsible for any unpaid premium outstanding at that time.\r\n\r\n[/one_half]\r\n\r\n[one_half]\r\n<h2>Additional risks common to futures and options</h2>\r\n<strong>4. Terms and conditions of contracts</strong>\r\nYou should ask the firm with which you deal about the terms and conditions of the specific futures or options which you are trading and associated obligations (e.g., the circumstances under which you may become obligated to make or take delivery of the underlying interest of a futures contract and, in respect of options, expiration dates and restrictions on the time for exercise). Under certain circumstances the specifications of outstanding contracts (including the exercise price of an option) may be modified by the exchange or clearing house to reflect changes in the underlying interest.\r\n\r\n<strong>5. Suspension or restriction of trading and pricing relationships</strong>\r\nMarket conditions (e.g., illiquidity) and/or the operation of the rules of certain markets (e.g., the suspension of trading in any contract or contract month because of price limits or \"circuit breakers\") may increase the risk of loss by making it difficult or impossible to effect transactions or liquidate/offset positions. If you have sold options, this may increase the risk of loss.\r\nFurther, normal pricing relationships between the underlying interest and the future, and the underlying interest and the option may not exist. This can occur when, for example, the futures contract underlying the option is subject to price limits while the option is not. The absence of an underlying reference price may make it difficult to judge \"fair\" value.\r\n\r\n<strong>6. Deposited cash and property</strong>\r\nYou should familiarize yourself with the protections accorded money or other property you deposit for domestic and foreign transactions, particularly in the event of a firm insolvency or bankruptcy. The extent to which you may recover your money or property may be governed by specific legislation or local rules. In some jurisdictions, property which has been specifically identifiable as your own will be pro-rated in the same manner as cash for purposes of distribution in the event of a shortfall.\r\n\r\n<strong>7. Commission and other charges</strong>\r\nBefore you begin to trade, you should obtain a clear explanation of all commission, fees and other charges for which you will be liable. These charges will affect your net profit (if any) or increase your loss.\r\n\r\n<strong>8. Transactions in other jurisdictions</strong>\r\nTransactions on markets in other jurisdictions, including markets formally linked to a domestic market, may expose you to additional risk. Such markets may be subject to regulation which may offer different or diminished investor protection. Before you trade you should enquire about any rules relevant to your particular transactions. Your local regulatory authority will be unable to compel the enforcement of the rules of regulatory authorities or markets in other jurisdictions where your transactions have been effected. You should ask the firm with which you deal for details about the types of redress available in both your home jurisdiction and other relevant jurisdictions before you start to trade.\r\n\r\n<strong>9. Currency risks</strong>\r\nThe profit or loss in transactions In foreign currency-denominated contracts (whether they are traded in your own or another jurisdiction) will be affected by fluctuations in currency rates where there is a need to convert from the currency denomination of the contract to another currency.\r\n\r\n<strong>10. Trading facilities</strong>\r\nMost open-outcry and electronic trading facilities are supported by computer-based component systems for the order-routing, execution, matching, registration or clearing of trades. As with all facilities and systems, they are vulnerable to temporary disruption or failure. Your ability to recover certain losses may be subject to limits on liability imposed by the system provider, the market, the clearing house and/or member firms. Such limits may vary: you should ask the firm with which you deal for details in this respect.\r\n\r\n<strong>11. Electronic trading</strong>\r\nTrading on an electronic trading system may differ not only from trading in an open-outcry market but also from trading on other electronic trading systems. If you undertake transactions on an electronic trading system, you will be exposed to risks associated with the system including the failure of hardware and software. The result of any system failure may be that your order is either not executed according to your instructions or is not executed at all.\r\n\r\n<strong>12. Off-exchange transactions</strong>\r\nIn some jurisdictions, and only then In restricted circumstances, firms are permitted to effect off-exchange transactions. The firm with which you deal may be acting as your counterparty to the transaction. It may be difficult or impossible to liquidate an existing position, to assess the value, to determine a fair price or to assess the exposure to risk. For these reasons, these transactions may involve increased risks. Off-exchange transactions may be less regulated or subject to a separate regulatory regime. Before you undertake such transactions, you should familiarize yourself with applicable rules and attendant risks.\r\n\r\n[/one_half]','risk-disclosure','','inherit','closed','closed','','87-revision-v1','','','2013-02-23 13:48:08','2013-02-23 13:48:08','',87,'http://www.thetradingroom.com/87-revision-5/',0,'revision','',0),(93,1,'2013-02-23 13:48:34','2013-02-23 13:48:34','[one_half first]\r\n<h1>Risk Disclosure</h1>\r\nThe risk of loss in trading commodity futures contracts can be substantial. You should therefore carefully consider whether such trading is suitable for you in light of your financial condition. You may sustain a total loss of the initial margin funds and any additional funds that you deposit with your broker to establish or maintain a position in the commodity futures market. Hypothetical or simulated performance results have certain limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since trades may or may not have been actually executed, the results may have under or over-compensated for the impact, if any of certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation can, will or is being made that any account will, or is likely to, achieve profits or losses similar to those shown in this hypothetical performance record. We recommend that before you start trading to \"Get the Facts\" from the CFTC or visit the National Futures Association web site for additional information.\r\n\r\n<strong>Risk Disclosure Statement for Futures and Options</strong>\r\nThis brief statement does not disclose all of the risks and other significant aspects of trading in futures and options. In light of the risks, you should undertake such transactions only if you understand the nature of the contracts (and contractual relationships) into which you are entering and the extent of your exposure to risk. Trading in futures and options is not suitable for many members of the public. You should carefully consider whether trading is appropriate for you in light of your experience, objectives, financial resources and other relevant circumstances.\r\n<h2>Futures</h2>\r\n<strong>1. Effect of \"Leverage\" or \"Gearing\"</strong>\r\nTransactions in futures carry a high degree of risk. The amount of Initial margin is small relative to the value of the futures contract so that transactions are \'leveraged\' or \'geared\'. A relatively small market movement will have a proportionately larger impact on the funds you have deposited or will have to deposit: this may work against you as well as for you. You may sustain a total loss of initial margin funds and any additional funds deposited with the firm to maintain your position. If the market moves against your position or margin levels are increased, you may be called upon to pay substantial additional funds on short notice to maintain your position. If you fail to comply with a request for additional funds within the time prescribed, your position may be liquidated at a loss and you will be liable for any resulting deficit.\r\n\r\n<strong>2. Risk-reducing orders or strategies</strong>\r\nThe placing of certain orders (e.g., \"stop-loss\" orders, where permitted under local law, or \"stop-limit\" orders) which are intended to limit losses to certain amounts may not be effective because market conditions may make it Impossible to execute such orders. Strategies using combinations of positions, such as \"spread\" and \"straddle\" positions, may be as risky as taking simple \"long\" or \"short\" positions.\r\n<h2>Options</h2>\r\n<strong>3. Variable degree of risk</strong>\r\nTransactions in options carry a high degree of risk. Purchasers and sellers of options should familiarize themselves with the type of option (i.e., put or call) which they contemplate trading and the associated risks. You should calculate the extent to which the value of the options must increase for your position to become profitable, taking into account the premium and all transaction costs. The purchaser of options may offset or exercise the options or allow the options to expire. The exercise of an option results either in a cash settlement or in the purchaser acquiring or delivering the underlying interest. If the option is on a future, the purchaser will acquire a futures position with associated liabilities for margin (see the section on Futures above). If the purchased options expire worthless, you will suffer a total loss of your investment which will consist of the option premium plus transaction costs. If you are contemplating purchasing deep-out-of-the-money options, you should be aware that the chance of such options becoming profitable ordinarily is remote. Selling (\"writing\" or \"granting\") an option generally entails considerably greater risk then purchasing options. Although the premium received by the seller is fixed, the seller may sustain a loss well in excess of that amount. The seller will be liable for additional margin to maintain the position if the market moves unfavorably. The seller will also be exposed to the risk of the purchaser exercising the option and the seller will be obligated to either settle the option in cash or to acquire or deliver the underlying interest. If the option is on a future, the seller will acquire a position in a future with associated liabilities for margin (see the section on Futures above). If the option is \"covered\" by the seller holding a corresponding position in the underlying interest or a future or another option, the risk may be reduced. If the option is not covered, the risk of loss can be unlimited. Certain exchanges in some jurisdictions permit deferred payment of the option premium, exposing the purchaser to liability for margin payments not exceeding the amount of the premium. The purchaser is still subject to the risk of losing the premium and transaction costs. When the option is exercised or expires, the purchaser is responsible for any unpaid premium outstanding at that time.\r\n\r\n[/one_half]\r\n\r\n[one_half]\r\n<h2>Additional risks common to futures and options</h2>\r\n<strong>4. Terms and conditions of contracts</strong>\r\nYou should ask the firm with which you deal about the terms and conditions of the specific futures or options which you are trading and associated obligations (e.g., the circumstances under which you may become obligated to make or take delivery of the underlying interest of a futures contract and, in respect of options, expiration dates and restrictions on the time for exercise). Under certain circumstances the specifications of outstanding contracts (including the exercise price of an option) may be modified by the exchange or clearing house to reflect changes in the underlying interest.\r\n\r\n<strong>5. Suspension or restriction of trading and pricing relationships</strong>\r\nMarket conditions (e.g., illiquidity) and/or the operation of the rules of certain markets (e.g., the suspension of trading in any contract or contract month because of price limits or \"circuit breakers\") may increase the risk of loss by making it difficult or impossible to effect transactions or liquidate/offset positions. If you have sold options, this may increase the risk of loss.\r\nFurther, normal pricing relationships between the underlying interest and the future, and the underlying interest and the option may not exist. This can occur when, for example, the futures contract underlying the option is subject to price limits while the option is not. The absence of an underlying reference price may make it difficult to judge \"fair\" value.\r\n\r\n<strong>6. Deposited cash and property</strong>\r\nYou should familiarize yourself with the protections accorded money or other property you deposit for domestic and foreign transactions, particularly in the event of a firm insolvency or bankruptcy. The extent to which you may recover your money or property may be governed by specific legislation or local rules. In some jurisdictions, property which has been specifically identifiable as your own will be pro-rated in the same manner as cash for purposes of distribution in the event of a shortfall.\r\n\r\n<strong>7. Commission and other charges</strong>\r\nBefore you begin to trade, you should obtain a clear explanation of all commission, fees and other charges for which you will be liable. These charges will affect your net profit (if any) or increase your loss.\r\n\r\n<strong>8. Transactions in other jurisdictions</strong>\r\nTransactions on markets in other jurisdictions, including markets formally linked to a domestic market, may expose you to additional risk. Such markets may be subject to regulation which may offer different or diminished investor protection. Before you trade you should enquire about any rules relevant to your particular transactions. Your local regulatory authority will be unable to compel the enforcement of the rules of regulatory authorities or markets in other jurisdictions where your transactions have been effected. You should ask the firm with which you deal for details about the types of redress available in both your home jurisdiction and other relevant jurisdictions before you start to trade.\r\n\r\n<strong>9. Currency risks</strong>\r\nThe profit or loss in transactions In foreign currency-denominated contracts (whether they are traded in your own or another jurisdiction) will be affected by fluctuations in currency rates where there is a need to convert from the currency denomination of the contract to another currency.\r\n\r\n<strong>10. Trading facilities</strong>\r\nMost open-outcry and electronic trading facilities are supported by computer-based component systems for the order-routing, execution, matching, registration or clearing of trades. As with all facilities and systems, they are vulnerable to temporary disruption or failure. Your ability to recover certain losses may be subject to limits on liability imposed by the system provider, the market, the clearing house and/or member firms. Such limits may vary: you should ask the firm with which you deal for details in this respect.\r\n\r\n<strong>11. Electronic trading</strong>\r\nTrading on an electronic trading system may differ not only from trading in an open-outcry market but also from trading on other electronic trading systems. If you undertake transactions on an electronic trading system, you will be exposed to risks associated with the system including the failure of hardware and software. The result of any system failure may be that your order is either not executed according to your instructions or is not executed at all.\r\n\r\n<strong>12. Off-exchange transactions</strong>\r\nIn some jurisdictions, and only then In restricted circumstances, firms are permitted to effect off-exchange transactions. The firm with which you deal may be acting as your counterparty to the transaction. It may be difficult or impossible to liquidate an existing position, to assess the value, to determine a fair price or to assess the exposure to risk. For these reasons, these transactions may involve increased risks. Off-exchange transactions may be less regulated or subject to a separate regulatory regime. Before you undertake such transactions, you should familiarize yourself with applicable rules and attendant risks.\r\n\r\n[/one_half]','risk-disclosure','','inherit','closed','closed','','87-revision-v1','','','2013-02-23 13:48:34','2013-02-23 13:48:34','',87,'http://www.thetradingroom.com/87-revision-6/',0,'revision','',0),(94,1,'2013-02-23 13:49:46','2013-02-23 13:49:46','[one_half first]\r\n<h1>Risk Disclosure</h1>\r\nThe risk of loss in trading commodity futures contracts can be substantial. You should therefore carefully consider whether such trading is suitable for you in light of your financial condition. You may sustain a total loss of the initial margin funds and any additional funds that you deposit with your broker to establish or maintain a position in the commodity futures market. Hypothetical or simulated performance results have certain limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since trades may or may not have been actually executed, the results may have under or over-compensated for the impact, if any of certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation can, will or is being made that any account will, or is likely to, achieve profits or losses similar to those shown in this hypothetical performance record. We recommend that before you start trading to \"Get the Facts\" from the CFTC or visit the National Futures Association web site for additional information.\r\n\r\n<strong>Risk Disclosure Statement for Futures and Options</strong>\r\nThis brief statement does not disclose all of the risks and other significant aspects of trading in futures and options. In light of the risks, you should undertake such transactions only if you understand the nature of the contracts (and contractual relationships) into which you are entering and the extent of your exposure to risk. Trading in futures and options is not suitable for many members of the public. You should carefully consider whether trading is appropriate for you in light of your experience, objectives, financial resources and other relevant circumstances.\r\n<h2>Futures</h2>\r\n<strong>1. Effect of \"Leverage\" or \"Gearing\"</strong>\r\nTransactions in futures carry a high degree of risk. The amount of Initial margin is small relative to the value of the futures contract so that transactions are \'leveraged\' or \'geared\'. A relatively small market movement will have a proportionately larger impact on the funds you have deposited or will have to deposit: this may work against you as well as for you. You may sustain a total loss of initial margin funds and any additional funds deposited with the firm to maintain your position. If the market moves against your position or margin levels are increased, you may be called upon to pay substantial additional funds on short notice to maintain your position. If you fail to comply with a request for additional funds within the time prescribed, your position may be liquidated at a loss and you will be liable for any resulting deficit.\r\n\r\n<strong>2. Risk-reducing orders or strategies</strong>\r\nThe placing of certain orders (e.g., \"stop-loss\" orders, where permitted under local law, or \"stop-limit\" orders) which are intended to limit losses to certain amounts may not be effective because market conditions may make it Impossible to execute such orders. Strategies using combinations of positions, such as \"spread\" and \"straddle\" positions, may be as risky as taking simple \"long\" or \"short\" positions.\r\n<h2>Options</h2>\r\n<strong>3. Variable degree of risk</strong>\r\nTransactions in options carry a high degree of risk. Purchasers and sellers of options should familiarize themselves with the type of option (i.e., put or call) which they contemplate trading and the associated risks. You should calculate the extent to which the value of the options must increase for your position to become profitable, taking into account the premium and all transaction costs. The purchaser of options may offset or exercise the options or allow the options to expire. The exercise of an option results either in a cash settlement or in the purchaser acquiring or delivering the underlying interest. If the option is on a future, the purchaser will acquire a futures position with associated liabilities for margin (see the section on Futures above). If the purchased options expire worthless, you will suffer a total loss of your investment which will consist of the option premium plus transaction costs. If you are contemplating purchasing deep-out-of-the-money options, you should be aware that the chance of such options becoming profitable ordinarily is remote. Selling (\"writing\" or \"granting\") an option generally entails considerably greater risk then purchasing options. Although the premium received by the seller is fixed, the seller may sustain a loss well in excess of that amount. The seller will be liable for additional margin to maintain the position if the market moves unfavorably. The seller will also be exposed to the risk of the purchaser exercising the option and the seller will be obligated to either settle the option in cash or to acquire or deliver the underlying interest. If the option is on a future, the seller will acquire a position in a future with associated liabilities for margin (see the section on Futures above). If the option is \"covered\" by the seller holding a corresponding position in the underlying interest or a future or another option, the risk may be reduced. If the option is not covered, the risk of loss can be unlimited. Certain exchanges in some jurisdictions permit deferred payment of the option premium, exposing the purchaser to liability for margin payments not exceeding the amount of the premium. The purchaser is still subject to the risk of losing the premium and transaction costs. When the option is exercised or expires, the purchaser is responsible for any unpaid premium outstanding at that time.\r\n\r\n[/one_half]\r\n\r\n[one_half]\r\n<h2>Additional risks common to futures and options</h2>\r\n<strong>4. Terms and conditions of contracts</strong>\r\nYou should ask the firm with which you deal about the terms and conditions of the specific futures or options which you are trading and associated obligations (e.g., the circumstances under which you may become obligated to make or take delivery of the underlying interest of a futures contract and, in respect of options, expiration dates and restrictions on the time for exercise). Under certain circumstances the specifications of outstanding contracts (including the exercise price of an option) may be modified by the exchange or clearing house to reflect changes in the underlying interest.\r\n\r\n<strong>5. Suspension or restriction of trading and pricing relationships</strong>\r\nMarket conditions (e.g., illiquidity) and/or the operation of the rules of certain markets (e.g., the suspension of trading in any contract or contract month because of price limits or \"circuit breakers\") may increase the risk of loss by making it difficult or impossible to effect transactions or liquidate/offset positions. If you have sold options, this may increase the risk of loss.\r\nFurther, normal pricing relationships between the underlying interest and the future, and the underlying interest and the option may not exist. This can occur when, for example, the futures contract underlying the option is subject to price limits while the option is not. The absence of an underlying reference price may make it difficult to judge \"fair\" value.\r\n\r\n<strong>6. Deposited cash and property</strong>\r\nYou should familiarize yourself with the protections accorded money or other property you deposit for domestic and foreign transactions, particularly in the event of a firm insolvency or bankruptcy. The extent to which you may recover your money or property may be governed by specific legislation or local rules. In some jurisdictions, property which has been specifically identifiable as your own will be pro-rated in the same manner as cash for purposes of distribution in the event of a shortfall.\r\n\r\n<strong>7. Commission and other charges</strong>\r\nBefore you begin to trade, you should obtain a clear explanation of all commission, fees and other charges for which you will be liable. These charges will affect your net profit (if any) or increase your loss.\r\n\r\n<strong>8. Transactions in other jurisdictions</strong>\r\nTransactions on markets in other jurisdictions, including markets formally linked to a domestic market, may expose you to additional risk. Such markets may be subject to regulation which may offer different or diminished investor protection. Before you trade you should enquire about any rules relevant to your particular transactions. Your local regulatory authority will be unable to compel the enforcement of the rules of regulatory authorities or markets in other jurisdictions where your transactions have been effected. You should ask the firm with which you deal for details about the types of redress available in both your home jurisdiction and other relevant jurisdictions before you start to trade.\r\n\r\n<strong>9. Currency risks</strong>\r\nThe profit or loss in transactions In foreign currency-denominated contracts (whether they are traded in your own or another jurisdiction) will be affected by fluctuations in currency rates where there is a need to convert from the currency denomination of the contract to another currency.\r\n\r\n<strong>10. Trading facilities</strong>\r\nMost open-outcry and electronic trading facilities are supported by computer-based component systems for the order-routing, execution, matching, registration or clearing of trades. As with all facilities and systems, they are vulnerable to temporary disruption or failure. Your ability to recover certain losses may be subject to limits on liability imposed by the system provider, the market, the clearing house and/or member firms. Such limits may vary: you should ask the firm with which you deal for details in this respect.\r\n\r\n<strong>11. Electronic trading</strong>\r\nTrading on an electronic trading system may differ not only from trading in an open-outcry market but also from trading on other electronic trading systems. If you undertake transactions on an electronic trading system, you will be exposed to risks associated with the system including the failure of hardware and software. The result of any system failure may be that your order is either not executed according to your instructions or is not executed at all.\r\n\r\n<strong>12. Off-exchange transactions</strong>\r\nIn some jurisdictions, and only then In restricted circumstances, firms are permitted to effect off-exchange transactions. The firm with which you deal may be acting as your counterparty to the transaction. It may be difficult or impossible to liquidate an existing position, to assess the value, to determine a fair price or to assess the exposure to risk. For these reasons, these transactions may involve increased risks. Off-exchange transactions may be less regulated or subject to a separate regulatory regime. Before you undertake such transactions, you should familiarize yourself with applicable rules and attendant risks.\r\n\r\n[/one_half]','risk-disclosure','','inherit','closed','closed','','87-revision-v1','','','2013-02-23 13:49:46','2013-02-23 13:49:46','',87,'http://www.thetradingroom.com/87-revision-7/',0,'revision','',0),(97,1,'2013-02-23 13:57:54','2013-02-23 13:57:54','','Home','','publish','closed','closed','','home','','','2016-10-19 18:09:55','2016-10-19 18:09:55','',0,'http://www.thetradingroom.com/?p=97',1,'nav_menu_item','',0),(243,2,'2013-03-03 18:52:10','0000-00-00 00:00:00','<h1>Efforts to avoid US government spending cuts were aborted on Thursday, as both bills put forward by opposing parties failed to pass the Senate.  The US equity markets sold-off on Monday only to regain the losses by Wednesday\'s close, eventually ending the week flat indicating indecisiveness from market participants - <i>chart #1</i>. The US Dollar and US Ten Year Note strengthened with RQ-Channel bullish breakouts while commodities weakened as Risk-OFF sentiment prevailed in most asset classes - <i>chart #2 &amp; chart #3</i>. The Euro closed the week at a key technical support level as pinpointed by the RQ-Channel making the Euro my main focus in the week ahead <i>- chart #4</i>.  The currency markets should dominate the calendar headlines starting with the Eurogroup finance minister\'s meeting on Monday and later in the week the ECB will make its latest policy decision with a backdrop of weak economic growth and Italian political conflict.</h1>','The Week Ahead in the Global Markets - by Joe Rios','','draft','open','closed','','','','','2013-03-03 18:52:10','2013-03-03 18:52:10','',0,'http://www.thetradingroom.com/?p=243',0,'post','',0),(102,1,'2013-02-23 14:04:22','2013-02-23 14:04:22','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\"><img class=\"aligncenter size-full wp-image-74\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\" width=\"714\" height=\"163\" /></a>\r\n\r\n[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n[/one_half]\r\n\r\n[one_half]\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n[/one_half]\r\n[hr]\r\n\r\nThis 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.','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-23 14:04:22','2013-02-23 14:04:22','',2,'http://www.thetradingroom.com/2-revision-34/',0,'revision','',0),(103,1,'2013-02-23 14:39:09','2013-02-23 14:39:09','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\"><img class=\"aligncenter size-full wp-image-74\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\" width=\"714\" height=\"163\" /></a>\r\n\r\n[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n[/one_half]\r\n\r\n[one_half]\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n[/one_half]\r\n[hr]\r\n\r\nThis 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.','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-23 14:39:09','2013-02-23 14:39:09','',2,'http://www.thetradingroom.com/2-revision-35/',0,'revision','',0),(104,1,'2013-02-23 14:40:24','2013-02-23 14:40:24','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\"><img class=\"aligncenter size-full wp-image-74\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\" width=\"714\" height=\"163\" /></a>\r\n\r\n[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n[/one_half]\r\n\r\n[one_half]\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n[/one_half]\r\n[hr]\r\n\r\nThis 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.','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-23 14:40:24','2013-02-23 14:40:24','',2,'http://www.thetradingroom.com/2-revision-36/',0,'revision','',0),(105,1,'2013-02-23 14:40:41','2013-02-23 14:40:41','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\"><img class=\"aligncenter size-full wp-image-74\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\" width=\"714\" height=\"163\" /></a>\r\n\r\n[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n[/one_half]\r\n\r\n[one_half]\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n[/one_half]\r\n[hr]\r\n\r\nThis 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.','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-23 14:40:41','2013-02-23 14:40:41','',2,'http://www.thetradingroom.com/2-revision-37/',0,'revision','',0),(106,1,'2013-02-23 14:44:11','2013-02-23 14:44:11','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\"><img class=\"aligncenter size-full wp-image-74\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\" width=\"714\" height=\"163\" /></a>\r\n\r\n[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n[/one_half]\r\n\r\n[one_half]\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n[/one_half]\r\n[hr]\r\n\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n\r\n&nbsp;','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-23 14:44:11','2013-02-23 14:44:11','',2,'http://www.thetradingroom.com/2-revision-38/',0,'revision','',0),(113,1,'2013-02-23 14:59:13','2013-02-23 14:59:13','<a href=\"http://www.youtube.com/watch?v=czJOfaHKMDk\">video</a><img class=\"aligncenter size-full wp-image-74\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\" width=\"714\" height=\"163\" />\r\n\r\n[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n[/one_half]\r\n\r\n[one_half]\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n[/one_half]\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n[hr]\r\n\r\n&nbsp;','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-23 14:59:13','2013-02-23 14:59:13','',2,'http://www.thetradingroom.com/2-revision-45/',0,'revision','',0),(107,1,'2013-02-23 14:45:04','2013-02-23 14:45:04','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\"><a href=\"http://www.youtube.com/watch?v=czJOfaHKMDk\">video</a><img class=\"aligncenter size-full wp-image-74\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\" width=\"714\" height=\"163\" /></a>\r\n\r\n[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n[/one_half]\r\n\r\n[one_half]\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n[/one_half]\r\n[hr]\r\n\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n\r\n&nbsp;','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-23 14:45:04','2013-02-23 14:45:04','',2,'http://www.thetradingroom.com/2-revision-39/',0,'revision','',0),(110,1,'2013-02-23 14:51:59','2013-02-23 14:51:59','<a href=\"http://www.youtube.com/watch?v=czJOfaHKMDk\">video</a><img class=\"aligncenter size-full wp-image-74\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\" width=\"714\" height=\"163\" />\r\n\r\n[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n[/one_half]\r\n\r\n[one_half]\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n[/one_half]\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n\r\n<iframe width=\"560\" height=\"315\" src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" frameborder=\"0\" allowfullscreen></iframe>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-23 14:51:59','2013-02-23 14:51:59','',2,'http://www.thetradingroom.com/2-revision-42/',0,'revision','',0),(108,1,'2013-02-23 14:51:08','2013-02-23 14:51:08','<a href=\"http://www.youtube.com/watch?v=czJOfaHKMDk\">video</a><img class=\"aligncenter size-full wp-image-74\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\" width=\"714\" height=\"163\" />\r\n\r\n[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n[/one_half]\r\n\r\n[one_half]\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n[/one_half]\r\n[hr]\r\n\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n\r\n&lt;iframe width=\"560\" height=\"315\" src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" frameborder=\"0\" allowfullscreen&gt;&lt;/iframe&gt;','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-23 14:51:08','2013-02-23 14:51:08','',2,'http://www.thetradingroom.com/2-revision-40/',0,'revision','',0),(109,1,'2013-02-23 14:51:21','2013-02-23 14:51:21','<a href=\"http://www.youtube.com/watch?v=czJOfaHKMDk\">video</a><img class=\"aligncenter size-full wp-image-74\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\" width=\"714\" height=\"163\" />\r\n\r\n[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n[/one_half]\r\n\r\n[one_half]\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n[/one_half]\r\n[hr]\r\n\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n\r\n<iframe width=\"560\" height=\"315\" src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" frameborder=\"0\" allowfullscreen></iframe>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-23 14:51:21','2013-02-23 14:51:21','',2,'http://www.thetradingroom.com/2-revision-41/',0,'revision','',0),(111,1,'2013-02-23 14:57:43','2013-02-23 14:57:43','<a href=\"http://www.youtube.com/watch?v=czJOfaHKMDk\">video</a><img class=\"aligncenter size-full wp-image-74\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\" width=\"714\" height=\"163\" />\r\n\r\n[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n[/one_half]\r\n\r\n[one_half]\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n[/one_half]\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n\r\n<iframe width=\"560\" height=\"315\" src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" frameborder=\"0\" allowfullscreen></iframe>\r\n[hr]\r\n\r\n<?php RSSImport(10,\"http://blog.nodejitsu.com/feed.xml\"); ?>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-23 14:57:43','2013-02-23 14:57:43','',2,'http://www.thetradingroom.com/2-revision-43/',0,'revision','',0),(112,1,'2013-02-23 14:58:44','2013-02-23 14:58:44','<a href=\"http://www.youtube.com/watch?v=czJOfaHKMDk\">video</a><img class=\"aligncenter size-full wp-image-74\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\" width=\"714\" height=\"163\" />\r\n\r\n[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n[/one_half]\r\n\r\n[one_half]\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n[/one_half]\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n\r\n<iframe width=\"560\" height=\"315\" src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" frameborder=\"0\" allowfullscreen></iframe>\r\n[hr]\r\n\r\n<?php RSSImport(10,\"http://www.cyberciti.biz/faq/feed/\"); ?>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-23 14:58:44','2013-02-23 14:58:44','',2,'http://www.thetradingroom.com/2-revision-44/',0,'revision','',0),(115,1,'2013-02-23 15:02:48','2013-02-23 15:02:48','[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n[/one_half]\r\n\r\n[one_half]\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n[/one_half]\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n[hr]\r\n\r\n[RSSImport display=\"5\" feedurl=\"http://www.cyberciti.biz/faq/feed/\"]','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-23 15:02:48','2013-02-23 15:02:48','',2,'http://www.thetradingroom.com/2-revision-47/',0,'revision','',0),(116,1,'2013-02-23 15:04:08','2013-02-23 15:04:08','[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n[/one_half]\r\n\r\n[one_half]\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n[/one_half]\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n[hr]\r\n\r\n[RSSImport display=\"5\" feedurl=\"http://www.cyberciti.biz/faq/feed/\"]','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-23 15:04:08','2013-02-23 15:04:08','',2,'http://www.thetradingroom.com/2-revision-48/',0,'revision','',0),(117,1,'2013-02-25 14:08:23','2013-02-25 14:08:23','[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n[/one_half]\r\n\r\n[one_half]\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n[/one_half]\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n[hr]\r\n\r\n[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\"]','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-25 14:08:23','2013-02-25 14:08:23','',2,'http://www.thetradingroom.com/2-revision-49/',0,'revision','',0),(119,1,'2013-02-25 14:09:58','2013-02-25 14:09:58','[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n[/one_half]\r\n\r\n[one_half]\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n[/one_half]\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n[hr]\r\n\r\n[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-25 14:09:58','2013-02-25 14:09:58','',2,'http://www.thetradingroom.com/2-revision-51/',0,'revision','',0),(118,1,'2013-02-25 14:09:35','2013-02-25 14:09:35','[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n[/one_half]\r\n\r\n[one_half]\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n[/one_half]\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n[hr]\r\n\r\n[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" displaydescriptions=\"true\" html=\"true\"]','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-25 14:09:35','2013-02-25 14:09:35','',2,'http://www.thetradingroom.com/2-revision-50/',0,'revision','',0),(120,1,'2013-02-25 14:13:01','2013-02-25 14:13:01','[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n[/one_half]\r\n\r\n[one_half]\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n[/one_half]\r\n\r\n[hr]\r\n[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-25 14:13:01','2013-02-25 14:13:01','',2,'http://www.thetradingroom.com/2-revision-52/',0,'revision','',0),(121,1,'2013-02-25 14:14:43','2013-02-25 14:14:43','[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n[/one_half]\r\n\r\n[one_half]\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n[/one_half]\r\n\r\n[hr]\r\n[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-25 14:14:43','2013-02-25 14:14:43','',2,'http://www.thetradingroom.com/2-revision-53/',0,'revision','',0),(122,1,'2013-02-25 14:15:12','2013-02-25 14:15:12','[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n[/one_half]\r\n\r\n[one_half]\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n[/one_half]\r\n\r\n[hr]\r\n<div id=\"rss\">\r\n[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]\r\n</div>\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-25 14:15:12','2013-02-25 14:15:12','',2,'http://www.thetradingroom.com/2-revision-54/',0,'revision','',0),(123,1,'2013-02-25 14:56:05','2013-02-25 14:56:05','[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n[/one_half]\r\n\r\n[one_half]\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n[/one_half]\r\n\r\n[hr]\r\nSubscribe:\r\n<div id=\"rss\">\r\n[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]\r\n</div>\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-25 14:56:05','2013-02-25 14:56:05','',2,'http://www.thetradingroom.com/2-revision-55/',0,'revision','',0),(124,1,'2013-02-25 14:57:03','2013-02-25 14:57:03','[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n[/one_half]\r\n\r\n[one_half]\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n[/one_half]\r\n\r\n[hr] <strong>Please Select Your webinar</strong>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-25 14:57:03','2013-02-25 14:57:03','',2,'http://www.thetradingroom.com/2-revision-56/',0,'revision','',0),(128,1,'2013-02-25 15:00:50','2013-02-25 15:00:50','[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n[/one_half]\r\n\r\n[one_half]\r\n\r\nFIRST THING\r\n\r\n[/one_half]\r\n\r\n[hr]<strong>Please Select Your Tradingroom.</strong>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-25 15:00:50','2013-02-25 15:00:50','',2,'http://www.thetradingroom.com/2-revision-60/',0,'revision','',0),(125,1,'2013-02-25 14:57:22','2013-02-25 14:57:22','[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n[/one_half]\r\n\r\n[one_half]\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n[/one_half]\r\n\r\n[hr] <strong>Please Select Your tradingroom.</strong>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-25 14:57:22','2013-02-25 14:57:22','',2,'http://www.thetradingroom.com/2-revision-57/',0,'revision','',0),(131,1,'2013-02-25 15:03:05','2013-02-25 15:03:05','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/5.jpg\"><img class=\"aligncenter size-full wp-image-129\" alt=\"5\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/5.jpg\" width=\"600\" height=\"400\" /></a>[one_half first][/one_half]\r\n\r\n[one_half]FIRST THING[/one_half]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[hr]<strong>Please Select Your Tradingroom.</strong>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-25 15:03:05','2013-02-25 15:03:05','',2,'http://www.thetradingroom.com/2-revision-62/',0,'revision','',0),(126,1,'2013-02-25 14:57:42','2013-02-25 14:57:42','[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n[/one_half]\r\n\r\n[one_half]\r\nThis is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this.\r\n[/one_half]\r\n\r\n[hr] <strong>Please Select Your Tradingroom.</strong>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-25 14:57:42','2013-02-25 14:57:42','',2,'http://www.thetradingroom.com/2-revision-58/',0,'revision','',0),(127,1,'2013-02-25 14:59:50','2013-02-25 14:59:50','[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy.png\"><img class=\"alignnone size-medium wp-image-49\" alt=\"strategy\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/strategy-300x199.png\" width=\"300\" height=\"199\" /></a>\r\n[/one_half]\r\n\r\n[one_half] 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. [/one_half]\r\n\r\n[hr] <strong>Please Select Your Tradingroom.</strong>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-25 14:59:50','2013-02-25 14:59:50','',2,'http://www.thetradingroom.com/2-revision-59/',0,'revision','',0),(167,1,'2013-02-26 09:12:27','2013-02-26 09:12:27','','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-26 09:12:27','2013-02-26 09:12:27','',2,'http://www.thetradingroom.com/2-revision-95/',0,'revision','',0),(171,1,'2013-02-26 09:46:28','2013-02-26 09:46:28','&nbsp;\r\n\r\n[dropcap2]A[/dropcap2]\r\n\r\n&nbsp;','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-26 09:46:28','2013-02-26 09:46:28','',2,'http://www.thetradingroom.com/2-revision-99/',0,'revision','',0),(170,1,'2013-02-26 09:45:55','2013-02-26 09:45:55','[dropcap1]A[/dropcap1]\r\n\r\n[dropcap2]A[/dropcap2]\r\n\r\n[dropcap3]A[/dropcap3]\r\n[hr_invisible] [toggle_container keep_open=\"false\" initial_open=\"\"]\r\n\r\n[toggle title=\"dze\"]dze content goes here.[/toggle]\r\n\r\n[toggle title=\"dzedez\"]dzedez content goes here.[/toggle]\r\n\r\n[/toggle_container]','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-26 09:45:55','2013-02-26 09:45:55','',2,'http://www.thetradingroom.com/2-revision-98/',0,'revision','',0),(133,1,'2013-02-25 15:04:08','2013-02-25 15:04:08','<p style=\"text-align: left;\">[one_half first]</p>\r\n<p style=\"text-align: left;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/5.jpg\"><img alt=\"5\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/5-300x200.jpg\" width=\"300\" height=\"200\" /></a></p>\r\n<p style=\"text-align: left;\">[/one_half]</p>\r\n[one_half]FIRST THING[/one_half]\r\n\r\n&nbsp;\r\n\r\n[hr]<strong>Please Select Your Tradingroom.</strong>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-25 15:04:08','2013-02-25 15:04:08','',2,'http://www.thetradingroom.com/2-revision-63/',0,'revision','',0),(135,1,'2013-02-25 15:18:39','2013-02-25 15:18:39','[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/5.jpg\"><img alt=\"5\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/5-300x200.jpg\" width=\"300\" height=\"200\" /></a>\r\n[/one_half]\r\n\r\n[one_half]FIRST THING[/one_half]\r\n\r\n[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/1.jpg\"><img class=\"aligncenter size-medium wp-image-132\" alt=\"1\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/1-300x200.jpg\" width=\"300\" height=\"200\" /></a>\r\n[/one_half]\r\n\r\n[one_half]Second THING[/one_half]\r\n\r\n[one_half first]\r\n\r\n[/one_half]\r\n\r\n[one_half]Third THING[/one_half]\r\n\r\n&nbsp;\r\n\r\n[hr]<strong>Please Select Your Tradingroom.</strong>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-25 15:18:39','2013-02-25 15:18:39','',2,'http://www.thetradingroom.com/2-revision-65/',0,'revision','',0),(137,1,'2013-02-25 15:19:59','2013-02-25 15:19:59','[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/5.jpg\"><img alt=\"5\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/5-300x200.jpg\" width=\"300\" height=\"200\" /></a>\r\n[/one_half]\r\n\r\n[one_half]FIRST THING[/one_half]\r\n\r\n[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/1.jpg\"><img class=\"aligncenter size-medium wp-image-132\" alt=\"1\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/1-300x200.jpg\" width=\"300\" height=\"200\" /></a>\r\n[/one_half]\r\n\r\n[one_half]Second THING[/one_half]\r\n\r\n[one_half first]\r\ndddd\r\n[/one_half]\r\n\r\n[one_half]Third THING[/one_half]\r\n\r\n&nbsp;\r\n\r\n[hr]<strong>Please Select Your Tradingroom.</strong>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-25 15:19:59','2013-02-25 15:19:59','',2,'http://www.thetradingroom.com/2-revision-67/',0,'revision','',0),(134,1,'2013-02-25 15:16:57','2013-02-25 15:16:57','<p style=\"text-align: left;\">[one_half first]</p>\r\n<p style=\"text-align: left;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/5.jpg\"><img alt=\"5\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/5-300x200.jpg\" width=\"300\" height=\"200\" /></a></p>\r\n<p style=\"text-align: left;\">[/one_half]</p>\r\n[one_half]FIRST THING[/one_half]\r\n\r\n[one_half first]<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/1.jpg\"><img class=\"aligncenter size-medium wp-image-132\" alt=\"1\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/1-300x200.jpg\" width=\"300\" height=\"200\" /></a>\r\n\r\n[/one_half]\r\n\r\n[one_half]Second THING[/one_half]\r\n\r\n[one_half first]\r\n\r\n[/one_half]\r\n\r\n[one_half]Third THING[/one_half]\r\n\r\n&nbsp;\r\n\r\n[hr]<strong>Please Select Your Tradingroom.</strong>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-25 15:16:57','2013-02-25 15:16:57','',2,'http://www.thetradingroom.com/2-revision-64/',0,'revision','',0),(136,1,'2013-02-25 15:19:46','2013-02-25 15:19:46','[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/5.jpg\"><img alt=\"5\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/5-300x200.jpg\" width=\"300\" height=\"200\" /></a>\r\n[/one_half]\r\n\r\n[one_half]FIRST THING[/one_half]\r\n\r\n[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/1.jpg\"><img class=\"aligncenter size-medium wp-image-132\" alt=\"1\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/1-300x200.jpg\" width=\"300\" height=\"200\" /></a>\r\n[/one_half]\r\n\r\n[one_half]Second THING[/one_half]\r\n\r\n[one_half first]\r\n\r\n[/one_half]\r\n\r\n[one_half]Third THING[/one_half]\r\n\r\n&nbsp;\r\n\r\n[hr]<strong>Please Select Your Tradingroom.</strong>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-25 15:19:46','2013-02-25 15:19:46','',2,'http://www.thetradingroom.com/2-revision-66/',0,'revision','',0),(139,1,'2013-02-25 15:21:02','2013-02-25 15:21:02','[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/5.jpg\"><img alt=\"5\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/5-300x200.jpg\" width=\"300\" height=\"200\" /></a>\r\n[/one_half]\r\n\r\n[one_half]FIRST THING[/one_half]\r\n\r\n[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/1.jpg\"><img class=\"alignleft size-medium wp-image-132\" alt=\"1\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/1-300x200.jpg\" width=\"300\" height=\"200\" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/one_half]\r\n\r\n[one_half]Second THING[/one_half]\r\n\r\n[one_half first]\r\ndddd\r\n[/one_half]\r\n\r\n[one_half]Third THING[/one_half]\r\n\r\n&nbsp;\r\n\r\n[hr]<strong>Please Select Your Tradingroom.</strong>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-25 15:21:02','2013-02-25 15:21:02','',2,'http://www.thetradingroom.com/2-revision-68/',0,'revision','',0),(147,1,'2013-02-25 15:29:08','2013-02-25 15:29:08','[one_half first]\r\n<img alt=\"5\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/5-300x200.jpg\" width=\"300\" height=\"200\" />\r\n[/one_half]\r\n[one_half]First THING[/one_half]\r\n[one_half first]\r\n<img class=\"alignleft size-medium wp-image-132\" alt=\"1\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/1-300x200.jpg\" width=\"300\" height=\"200\" />\r\n[/one_half]\r\n[one_half]Second THING[/one_half]\r\n[one_half first]\r\n<img class=\"alignleft size-medium wp-image-138\" alt=\"4\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/4-300x200.jpg\" width=\"300\" height=\"200\" />\r\n[/one_half]\r\n[one_half]Third THING[/one_half]\r\n\r\n[hr]<strong>Please Select Your Tradingroom.</strong>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-25 15:29:08','2013-02-25 15:29:08','',2,'http://www.thetradingroom.com/2-revision-76/',0,'revision','',0),(140,1,'2013-02-25 15:22:34','2013-02-25 15:22:34','[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/5.jpg\"><img alt=\"5\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/5-300x200.jpg\" width=\"300\" height=\"200\" /></a>\r\n[/one_half]\r\n\r\n[one_half]FIRST THING[/one_half]\r\n\r\n[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/1.jpg\"><img class=\"alignleft size-medium wp-image-132\" alt=\"1\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/1-300x200.jpg\" width=\"300\" height=\"200\" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/one_half]\r\n\r\n[one_half]Second THING[/one_half]\r\n\r\n[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/4.jpg\"><img class=\"alignleft size-medium wp-image-138\" alt=\"4\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/4-300x200.jpg\" width=\"300\" height=\"200\" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n[/one_half]\r\n\r\n[one_half]Third THING[/one_half]\r\n\r\n&nbsp;\r\n\r\n[hr]<strong>Please Select Your Tradingroom.</strong>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-25 15:22:34','2013-02-25 15:22:34','',2,'http://www.thetradingroom.com/2-revision-69/',0,'revision','',0),(142,1,'2013-02-25 15:25:15','2013-02-25 15:25:15','[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/5.jpg\"><img alt=\"5\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/5-300x200.jpg\" width=\"300\" height=\"200\" /></a>\r\n[/one_half]\r\n\r\n[one_half]FIRST THING[/one_half]\r\n\r\n[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/1.jpg\"><img class=\"alignleft size-medium wp-image-132\" alt=\"1\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/1-300x200.jpg\" width=\"300\" height=\"200\" /></a>\r\n[/one_half]\r\n\r\n[one_half]Second THING[/one_half]\r\n\r\n[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/4.jpg\"><img class=\"alignleft size-medium wp-image-138\" alt=\"4\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/4-300x200.jpg\" width=\"300\" height=\"200\" /></a>\r\n[/one_half]\r\n\r\n[one_half]Third THING[/one_half]\r\n\r\n[hr]<strong>Please Select Your Tradingroom.</strong>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-25 15:25:15','2013-02-25 15:25:15','',2,'http://www.thetradingroom.com/2-revision-71/',0,'revision','',0),(155,1,'2013-02-25 15:34:30','2013-02-25 15:34:30','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\"><img class=\"alignleft size-full wp-image-74\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\" width=\"876\" height=\"200\" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[hr]<strong>Please Select Your Tradingroom.</strong>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-25 15:34:30','2013-02-25 15:34:30','',2,'http://www.thetradingroom.com/2-revision-84/',0,'revision','',0),(141,1,'2013-02-25 15:23:11','2013-02-25 15:23:11','[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/5.jpg\"><img alt=\"5\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/5-300x200.jpg\" width=\"300\" height=\"200\" /></a>\r\n[/one_half]\r\n\r\n[one_half]FIRST THING[/one_half]\r\n\r\n[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/1.jpg\"><img class=\"alignleft size-medium wp-image-132\" alt=\"1\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/1-300x200.jpg\" width=\"300\" height=\"200\" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/one_half]\r\n\r\n[one_half]Second THING[/one_half]\r\n\r\n[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/4.jpg\"><img class=\"alignleft size-medium wp-image-138\" alt=\"4\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/4-300x200.jpg\" width=\"300\" height=\"200\" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/one_half]\r\n\r\n[one_half]Third THING[/one_half]\r\n\r\n&nbsp;\r\n\r\n[hr]<strong>Please Select Your Tradingroom.</strong>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-25 15:23:11','2013-02-25 15:23:11','',2,'http://www.thetradingroom.com/2-revision-70/',0,'revision','',0),(143,1,'2013-02-25 15:26:22','2013-02-25 15:26:22','[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/5.jpg\"><img alt=\"5\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/5-300x200.jpg\" width=\"300\" height=\"200\" /></a>\r\n[/one_half]\r\n\r\n[one_half]FIRST THING[/one_half]\r\n\r\n[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/1.jpg\"><img class=\"alignleft size-medium wp-image-132\" alt=\"1\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/1-300x200.jpg\" width=\"300\" height=\"200\" /></a>\r\n[/one_half]\r\n\r\n[one_half]Second THING[/one_half]\r\n\r\n[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/4.jpg\"><img class=\"alignleft size-medium wp-image-138\" alt=\"4\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/4-300x200.jpg\" width=\"300\" height=\"200\" /></a>\r\n[/one_half]\r\n<br /><br />\r\n[one_half]Third THING[/one_half]\r\n\r\n[hr]<strong>Please Select Your Tradingroom.</strong>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-25 15:26:22','2013-02-25 15:26:22','',2,'http://www.thetradingroom.com/2-revision-72/',0,'revision','',0),(144,1,'2013-02-25 15:26:50','2013-02-25 15:26:50','[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/5.jpg\"><img alt=\"5\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/5-300x200.jpg\" width=\"300\" height=\"200\" /></a>\r\n[/one_half]\r\n\r\n[one_half]FIRST THING[/one_half]\r\n\r\n[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/1.jpg\"><img class=\"alignleft size-medium wp-image-132\" alt=\"1\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/1-300x200.jpg\" width=\"300\" height=\"200\" /></a>\r\n[/one_half]\r\n\r\n[one_half]Second THING[/one_half]\r\n<br /><br />\r\n[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/4.jpg\"><img class=\"alignleft size-medium wp-image-138\" alt=\"4\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/4-300x200.jpg\" width=\"300\" height=\"200\" /></a>\r\n[/one_half]\r\n\r\n[one_half]Third THING[/one_half]\r\n\r\n[hr]<strong>Please Select Your Tradingroom.</strong>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-25 15:26:50','2013-02-25 15:26:50','',2,'http://www.thetradingroom.com/2-revision-73/',0,'revision','',0),(145,1,'2013-02-25 15:27:31','2013-02-25 15:27:31','[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/5.jpg\"><img alt=\"5\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/5-300x200.jpg\" width=\"300\" height=\"200\" /></a>\r\n[/one_half]\r\n[one_half]FIRST THING[/one_half]\r\n[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/1.jpg\"><img class=\"alignleft size-medium wp-image-132\" alt=\"1\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/1-300x200.jpg\" width=\"300\" height=\"200\" /></a>\r\n[/one_half]\r\n[one_half]Second THING[/one_half]\r\n[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/4.jpg\"><img class=\"alignleft size-medium wp-image-138\" alt=\"4\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/4-300x200.jpg\" width=\"300\" height=\"200\" /></a>\r\n[/one_half]\r\n[one_half]Third THING[/one_half]\r\n\r\n[hr]<strong>Please Select Your Tradingroom.</strong>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-25 15:27:31','2013-02-25 15:27:31','',2,'http://www.thetradingroom.com/2-revision-74/',0,'revision','',0),(146,1,'2013-02-25 15:28:45','2013-02-25 15:28:45','[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/5.jpg\"><img alt=\"5\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/5-300x200.jpg\" width=\"300\" height=\"200\" /></a>\r\n[/one_half]\r\n[one_half]First THING[/one_half]\r\n[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/1.jpg\"><img class=\"alignleft size-medium wp-image-132\" alt=\"1\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/1-300x200.jpg\" width=\"300\" height=\"200\" /></a>\r\n[/one_half]\r\n[one_half]Second THING[/one_half]\r\n[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/4.jpg\"><img class=\"alignleft size-medium wp-image-138\" alt=\"4\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/4-300x200.jpg\" width=\"300\" height=\"200\" /></a>\r\n[/one_half]\r\n[one_half]Third THING[/one_half]\r\n\r\n[hr]<strong>Please Select Your Tradingroom.</strong>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-25 15:28:45','2013-02-25 15:28:45','',2,'http://www.thetradingroom.com/2-revision-75/',0,'revision','',0),(148,1,'2013-02-25 15:30:26','2013-02-25 15:30:26','[one_half first]\r\n<img alt=\"5\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/5-300x200.jpg\" width=\"300\" height=\"200\" />\r\n[/one_half]\r\n[one_half]First THING[/one_half]\r\n[one_half first]\r\n<img class=\"alignleft size-medium wp-image-132\" alt=\"1\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/1-300x200.jpg\" width=\"300\" height=\"200\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/one_half]\r\n[one_half]Second THING[/one_half]\r\n[one_half first]\r\n<img class=\"alignleft size-medium wp-image-138\" alt=\"4\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/4-300x200.jpg\" width=\"300\" height=\"200\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/one_half]\r\n[one_half]Third THING[/one_half]\r\n\r\n[hr]<strong>Please Select Your Tradingroom.</strong>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-25 15:30:26','2013-02-25 15:30:26','',2,'http://www.thetradingroom.com/2-revision-77/',0,'revision','',0),(149,1,'2013-02-25 15:30:33','2013-02-25 15:30:33','[one_half first]\r\n<img alt=\"5\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/5-300x200.jpg\" width=\"300\" height=\"200\" />\r\n[/one_half]\r\n[one_half]First THING[/one_half]\r\n[one_half first]\r\n<img class=\"alignleft size-medium wp-image-132\" alt=\"1\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/1-300x200.jpg\" width=\"300\" height=\"200\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/one_half]\r\n[one_half]Second THING[/one_half]\r\n[one_half first]\r\n<img class=\"alignleft size-medium wp-image-138\" alt=\"4\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/4-300x200.jpg\" width=\"300\" height=\"200\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/one_half]\r\n[one_half]Third THING[/one_half]\r\n\r\n[hr]<strong>Please Select Your Tradingroom.</strong>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-25 15:30:33','2013-02-25 15:30:33','',2,'http://www.thetradingroom.com/2-revision-78/',0,'revision','',0),(150,1,'2013-02-25 15:30:53','2013-02-25 15:30:53','[one_half first]\r\n<img alt=\"5\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/5-300x200.jpg\" width=\"300\" height=\"200\" />\r\n[/one_half]\r\n[one_half]First THING[/one_half]\r\n[one_half first]\r\n<img class=\"alignleft size-medium wp-image-132\" alt=\"1\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/1-300x200.jpg\" width=\"300\" height=\"200\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/one_half]\r\n[one_half]Second THING[/one_half]\r\n[one_half first]\r\n<img class=\"alignleft size-medium wp-image-138\" alt=\"4\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/4-300x200.jpg\" width=\"300\" height=\"200\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/one_half]\r\n[one_half]Third THING[/one_half]\r\n\r\n[hr]<strong>Please Select Your Tradingroom.</strong>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-25 15:30:53','2013-02-25 15:30:53','',2,'http://www.thetradingroom.com/2-revision-79/',0,'revision','',0),(152,1,'2013-02-25 15:31:59','2013-02-25 15:31:59','[one_half first]ferfer[/one_half]\r\n[one_half]First THING[/one_half]\r\n[one_half first]ferferf[/one_half]\r\n[one_half]Second THING[/one_half]\r\n[one_half first]ferferf[/one_half]\r\n[one_half]Third THING[/one_half]\r\n\r\n[hr]<strong>Please Select Your Tradingroom.</strong>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-25 15:31:59','2013-02-25 15:31:59','',2,'http://www.thetradingroom.com/2-revision-81/',0,'revision','',0),(151,1,'2013-02-25 15:31:06','2013-02-25 15:31:06','[one_half first]\r\n<img alt=\"5\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/5-300x200.jpg\" width=\"300\" height=\"200\" />\r\n[/one_half]\r\n[one_half]First THING[/one_half]\r\n[one_half first]\r\n<img class=\"alignleft size-medium wp-image-132\" alt=\"1\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/1-300x200.jpg\" width=\"300\" height=\"200\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/one_half]\r\n[one_half]Second THING[/one_half]\r\n[one_half first]\r\n<img class=\"alignleft size-medium wp-image-138\" alt=\"4\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/4-300x200.jpg\" width=\"300\" height=\"200\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/one_half]\r\n[one_half]Third THING[/one_half]\r\n\r\n[hr]<strong>Please Select Your Tradingroom.</strong>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-25 15:31:06','2013-02-25 15:31:06','',2,'http://www.thetradingroom.com/2-revision-80/',0,'revision','',0),(153,1,'2013-02-25 15:33:03','2013-02-25 15:33:03','[one_half first]ferfer[/one_half]\r\n[one_half]First THING[/one_half]\r\n[one_half first]ferferf[/one_half]\r\n[one_half]Second THING[/one_half]\r\n[one_half first]ferferf[/one_half]\r\n[one_half]Third THING[/one_half]\r\n\r\n[hr]<strong>Please Select Your Tradingroom.</strong>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-25 15:33:03','2013-02-25 15:33:03','',2,'http://www.thetradingroom.com/2-revision-82/',0,'revision','',0),(154,1,'2013-02-25 15:34:03','2013-02-25 15:34:03','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\"><img class=\"alignleft size-medium wp-image-74\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1-300x68.jpg\" width=\"300\" height=\"68\" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[hr]<strong>Please Select Your Tradingroom.</strong>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-25 15:34:03','2013-02-25 15:34:03','',2,'http://www.thetradingroom.com/2-revision-83/',0,'revision','',0),(156,1,'2013-02-25 15:36:02','2013-02-25 15:36:02','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\"><img class=\"alignleft size-full wp-image-74\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\" width=\"876\" height=\"200\" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<blockquote>1 / Subscribe today\r\n\r\n2/ Get knowledge\r\n\r\n3/ Start</blockquote>\r\n[hr]<strong>Please Select Your Tradingroom.</strong>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-25 15:36:02','2013-02-25 15:36:02','',2,'http://www.thetradingroom.com/2-revision-85/',0,'revision','',0),(158,1,'2013-02-25 15:37:18','2013-02-25 15:37:18','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\"><img class=\"alignleft size-full wp-image-74\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\" width=\"876\" height=\"200\" /></a>\r\n\r\n<blockquote>1 / Subscribe today</blockquote>\r\n<blockquote>2/ Get knowledge</blockquote>\r\n<blockquote>3/ Start</blockquote>\r\n\r\n\r\n[hr]<strong>Please Select Your Tradingroom.</strong>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-25 15:37:18','2013-02-25 15:37:18','',2,'http://www.thetradingroom.com/2-revision-87/',0,'revision','',0),(159,1,'2013-02-25 15:37:50','2013-02-25 15:37:50','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\"><img class=\"alignleft size-full wp-image-74\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\" width=\"876\" height=\"200\" /></a>\r\n<br /><br />\r\n\r\n<blockquote>1 / Subscribe today</blockquote>\r\n<blockquote>2/ Get knowledge</blockquote>\r\n<blockquote>3/ Start</blockquote>\r\n\r\n\r\n[hr]<strong>Please Select Your Tradingroom.</strong>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-25 15:37:50','2013-02-25 15:37:50','',2,'http://www.thetradingroom.com/2-revision-88/',0,'revision','',0),(157,1,'2013-02-25 15:36:29','2013-02-25 15:36:29','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\"><img class=\"alignleft size-full wp-image-74\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\" width=\"876\" height=\"200\" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<blockquote>&nbsp;\r\n\r\n1 / Subscribe today\r\n\r\n2/ Get knowledge\r\n\r\n3/ Start</blockquote>\r\n[hr]<strong>Please Select Your Tradingroom.</strong>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-25 15:36:29','2013-02-25 15:36:29','',2,'http://www.thetradingroom.com/2-revision-86/',0,'revision','',0),(161,1,'2013-02-25 15:39:29','2013-02-25 15:39:29','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\"><img class=\"alignleft size-full wp-image-74\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\" width=\"763\" height=\"174\" /></a>\r\n\r\n<blockquote>1 / Subscribe today</blockquote>\r\n<blockquote>2/ Get knowledge</blockquote>\r\n<blockquote>3/ Start</blockquote>\r\n\r\n[hr]<strong>Please Select Your Tradingroom.</strong>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-25 15:39:29','2013-02-25 15:39:29','',2,'http://www.thetradingroom.com/2-revision-90/',0,'revision','',0),(160,1,'2013-02-25 15:39:13','2013-02-25 15:39:13','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\"><img class=\"alignleft size-full wp-image-74\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\" width=\"763\" height=\"174\" /></a>\r\n<blockquote>&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n1 / Subscribe today</blockquote>\r\n<blockquote>2/ Get knowledge</blockquote>\r\n<blockquote>3/ Start</blockquote>\r\n[hr]<strong>Please Select Your Tradingroom.</strong>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-25 15:39:13','2013-02-25 15:39:13','',2,'http://www.thetradingroom.com/2-revision-89/',0,'revision','',0),(162,1,'2013-02-25 15:40:08','2013-02-25 15:40:08','<p>\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\"><img class=\"alignleft size-full wp-image-74\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\" width=\"763\" height=\"174\" /></a>\r\n</p>\r\n\r\n<blockquote>1 / Subscribe today</blockquote>\r\n<blockquote>2/ Get knowledge</blockquote>\r\n<blockquote>3/ Start</blockquote>\r\n[hr]<strong>Please Select Your Tradingroom.</strong>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-25 15:40:08','2013-02-25 15:40:08','',2,'http://www.thetradingroom.com/2-revision-91/',0,'revision','',0),(163,1,'2013-02-25 15:40:39','2013-02-25 15:40:39','<p>\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\"><img class=\"alignleft size-full wp-image-74\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\" width=\"763\" height=\"174\" /></a>\r\n</p>\r\n<div style=\"margin-top:30px\">\r\n<blockquote>1 / Subscribe today</blockquote>\r\n<blockquote>2/ Get knowledge</blockquote>\r\n<blockquote>3/ Start</blockquote>\r\n</div>\r\n[hr]<strong>Please Select Your Tradingroom.</strong>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>\r\n[hr]\r\n\r\nSample Video from youtube riosquant\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-25 15:40:39','2013-02-25 15:40:39','',2,'http://www.thetradingroom.com/2-revision-92/',0,'revision','',0),(164,1,'2013-02-25 15:42:44','2013-02-25 15:42:44','','Contact','','publish','closed','closed','','contact','','','2016-10-19 18:09:56','2016-10-19 18:09:56','',0,'http://www.thetradingroom.com/?p=164',9,'nav_menu_item','',0),(165,1,'2013-02-25 15:41:25','2013-02-25 15:41:25','<p>\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\"><img class=\"alignleft size-full wp-image-74\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet1.jpg\" width=\"763\" height=\"174\" /></a>\r\n</p>\r\n[hr]\r\n<blockquote>1 / Subscribe today</blockquote>\r\n<blockquote>2/ Get knowledge</blockquote>\r\n<blockquote>3/ Start</blockquote>\r\n[hr]\r\n<strong>Please Select Your Tradingroom.</strong>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>\r\n[hr]\r\nSample Video from youtube riosquant\r\n<iframe src=\"http://www.youtube.com/embed/qq6HsqWPFAE\" height=\"315\" width=\"560\" allowfullscreen=\"\" frameborder=\"0\"></iframe>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-25 15:41:25','2013-02-25 15:41:25','',2,'http://www.thetradingroom.com/2-revision-93/',0,'revision','',0),(173,1,'2013-02-26 10:16:21','2013-02-26 10:16:21','','wallstreet','','inherit','closed','closed','','wallstreet','','','2013-02-26 10:16:21','2013-02-26 10:16:21','',2,'http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg',0,'attachment','image/jpeg',0),(174,1,'2013-02-26 10:14:22','2013-02-26 10:14:22','&nbsp;\r\n\r\n[dropcap2]dze[/dropcap2] dezdzedzedezddddddddddd dddddddddddddddddddd dddddddddddddddd deeeeeeeeeeeee eeeeeeeeeeee dezzzzzzzzzz\r\n\r\n&nbsp;','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-26 10:14:22','2013-02-26 10:14:22','',2,'http://www.thetradingroom.com/2-revision-101/',0,'revision','',0),(175,1,'2013-02-26 10:16:37','2013-02-26 10:16:37','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\"><img class=\"alignleft size-full wp-image-173\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\" width=\"650\" height=\"148\" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[dropcap2]dze[/dropcap2] dezdzedzedezddddddddddd dddddddddddddddddddd dddddddddddddddd deeeeeeeeeeeee eeeeeeeeeeee dezzzzzzzzzz\r\n\r\n&nbsp;','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-26 10:16:37','2013-02-26 10:16:37','',2,'http://www.thetradingroom.com/2-revision-102/',0,'revision','',0),(176,1,'2013-02-26 10:18:22','2013-02-26 10:18:22','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\"><img class=\"alignleft size-full wp-image-173\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\" width=\"650\" height=\"148\" /></a>\r\n[hr top]\r\n[dropcap2]dze[/dropcap2] dezdzedzedezddddddddddd dddddddddddddddddddd dddddddddddddddd deeeeeeeeeeeee eeeeeeeeeeee dezzzzzzzzzz\r\n','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-26 10:18:22','2013-02-26 10:18:22','',2,'http://www.thetradingroom.com/2-revision-103/',0,'revision','',0),(177,1,'2013-02-26 10:18:38','2013-02-26 10:18:38','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\"><img class=\"alignleft size-full wp-image-173\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\" width=\"650\" height=\"148\" /></a>\r\n[hr]\r\n[dropcap2]dze[/dropcap2] dezdzedzedezddddddddddd dddddddddddddddddddd dddddddddddddddd deeeeeeeeeeeee eeeeeeeeeeee dezzzzzzzzzz\r\n','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-26 10:18:38','2013-02-26 10:18:38','',2,'http://www.thetradingroom.com/2-revision-104/',0,'revision','',0),(178,1,'2013-02-26 10:19:26','2013-02-26 10:19:26','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\"><img class=\"alignleft size-full wp-image-173\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\" width=\"650\" height=\"148\" /></a>\r\n[hr]\r\n[dropcap2]1[/dropcap2] Identify market behavior in minutes. Learn a new approach with our forward looking indicators.\r\nJoin our energy driven trading room and experience the power of market intelligence in a live real-\r\ntime trading environment.\r\n[dropcap2]2[/dropcap2] Identify market behavior in minutes. Learn a new approach with our forward looking indicators.\r\nJoin our energy driven trading room and experience the power of market intelligence in a live real-\r\ntime trading environment.','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-26 10:19:26','2013-02-26 10:19:26','',2,'http://www.thetradingroom.com/2-revision-105/',0,'revision','',0),(179,1,'2013-02-26 10:19:40','2013-02-26 10:19:40','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\"><img class=\"alignleft size-full wp-image-173\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\" width=\"650\" height=\"148\" /></a>\r\n[hr]\r\n[dropcap2]1[/dropcap2] Identify market behavior in minutes. Learn a new approach with our forward looking indicators.\r\nJoin our energy driven trading room and experience the power of market intelligence in a live real-\r\ntime trading environment.\r\n\r\n[dropcap2]2[/dropcap2] Identify market behavior in minutes. Learn a new approach with our forward looking indicators.\r\nJoin our energy driven trading room and experience the power of market intelligence in a live real-\r\ntime trading environment.','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-26 10:19:40','2013-02-26 10:19:40','',2,'http://www.thetradingroom.com/2-revision-106/',0,'revision','',0),(180,1,'2013-02-26 10:20:35','2013-02-26 10:20:35','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\"><img class=\"alignleft size-full wp-image-173\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\" width=\"650\" height=\"148\" /></a>\r\n[hr]\r\n[dropcap2]1[/dropcap2] Identify market behavior in minutes. Learn a new approach with our forward looking indicators.\r\nJoin our energy driven trading room and experience the power of market intelligence in a live real-\r\ntime trading environment.\r\n\r\n[dropcap2]2[/dropcap2] Think better, trade smarter. Discover new ideas from our unique expertise in quantitative\r\nanalysis and algorithmic trading strategies.\r\n\r\n[dropcap2]3[/dropcap2] The global markets never sleep, your analysis shouldn\'t either. Uncover new solutions with\r\nour timely quantitative analytical tool built for global multi-asset traders.','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-26 10:20:35','2013-02-26 10:20:35','',2,'http://www.thetradingroom.com/2-revision-107/',0,'revision','',0),(181,1,'2013-02-26 10:21:13','2013-02-26 10:21:13','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\"><img class=\"alignleft size-full wp-image-173\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\" width=\"650\" height=\"148\" /></a>\r\n[hr]\r\n[dropcap2]1[/dropcap2] Identify market behavior in minutes. Learn a new approach with our forward looking indicators.\r\nJoin our energy driven trading room and experience the power of market intelligence in a live real-\r\ntime trading environment.\r\n\r\n[dropcap2]2[/dropcap2] Think better, trade smarter. Discover new ideas from our unique expertise in quantitative\r\nanalysis and algorithmic trading strategies.\r\n\r\n[dropcap2]3[/dropcap2] The global markets never sleep, your analysis shouldn\'t either. Uncover new solutions with\r\nour timely quantitative analytical tool built for global multi-asset traders.\r\n[hr]\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-26 10:21:13','2013-02-26 10:21:13','',2,'http://www.thetradingroom.com/2-revision-108/',0,'revision','',0),(182,1,'2013-02-26 10:21:46','2013-02-26 10:21:46','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\"><img class=\"alignleft size-full wp-image-173\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\" width=\"650\" height=\"148\" /></a>\r\n[hr]\r\n[dropcap2]1[/dropcap2] Identify market behavior in minutes. Learn a new approach with our forward looking indicators.\r\nJoin our energy driven trading room and experience the power of market intelligence in a live real-\r\ntime trading environment.\r\n\r\n[dropcap2]2[/dropcap2] Think better, trade smarter. Discover new ideas from our unique expertise in quantitative\r\nanalysis and algorithmic trading strategies.\r\n\r\n[dropcap2]3[/dropcap2] The global markets never sleep, your analysis shouldn\'t either. Uncover new solutions with\r\nour timely quantitative analytical tool built for global multi-asset traders.\r\n[hr]\r\n<strong>Subscribe:</strong>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-26 10:21:46','2013-02-26 10:21:46','',2,'http://www.thetradingroom.com/2-revision-109/',0,'revision','',0),(183,1,'2013-02-26 10:22:11','2013-02-26 10:22:11','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\"><img class=\"alignleft size-full wp-image-173\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\" width=\"650\" height=\"148\" /></a>\r\n[hr]\r\n[dropcap2]1[/dropcap2] Identify market behavior in minutes. Learn a new approach with our forward looking indicators.\r\nJoin our energy driven trading room and experience the power of market intelligence in a live real-\r\ntime trading environment.\r\n\r\n[dropcap2]2[/dropcap2] Think better, trade smarter. Discover new ideas from our unique expertise in quantitative\r\nanalysis and algorithmic trading strategies.\r\n\r\n[dropcap2]3[/dropcap2] The global markets never sleep, your analysis shouldn\'t either. Uncover new solutions with\r\nour timely quantitative analytical tool built for global multi-asset traders.\r\n[hr]\r\n<strong>Subscribe:</strong>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-26 10:22:11','2013-02-26 10:22:11','',2,'http://www.thetradingroom.com/2-revision-110/',0,'revision','',0),(184,1,'2013-02-26 10:22:35','2013-02-26 10:22:35','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\"><img class=\"alignleft size-full wp-image-173\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\" width=\"650\" height=\"148\" /></a>\r\n[hr]\r\n[dropcap2]1[/dropcap2] Identify market behavior in minutes. Learn a new approach with our forward looking indicators.\r\nJoin our energy driven trading room and experience the power of market intelligence in a live real-\r\ntime trading environment.\r\n\r\n[dropcap2]2[/dropcap2] Think better, trade smarter. Discover new ideas from our unique expertise in quantitative\r\nanalysis and algorithmic trading strategies.\r\n\r\n[dropcap2]3[/dropcap2] The global markets never sleep, your analysis shouldn\'t either. Uncover new solutions with\r\nour timely quantitative analytical tool built for global multi-asset traders.\r\n[hr]\r\n<strong>Subscribe:</strong>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-26 10:22:35','2013-02-26 10:22:35','',2,'http://www.thetradingroom.com/2-revision-111/',0,'revision','',0),(185,1,'2013-02-26 10:23:09','2013-02-26 10:23:09','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\"><img class=\"alignleft size-full wp-image-173\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\" width=\"650\" height=\"148\" /></a>\r\n[hr]\r\n[dropcap2]1[/dropcap2] Identify market behavior in minutes. Learn a new approach with our forward looking indicators.\r\nJoin our energy driven trading room and experience the power of market intelligence in a live real-\r\ntime trading environment.\r\n\r\n[dropcap2]2[/dropcap2] Think better, trade smarter. Discover new ideas from our unique expertise in quantitative\r\nanalysis and algorithmic trading strategies.\r\n\r\n[dropcap2]3[/dropcap2] The global markets never sleep, your analysis shouldn\'t either. Uncover new solutions with\r\nour timely quantitative analytical tool built for global multi-asset traders.\r\n[hr]\r\n<h2>Subscribe:</h2>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-26 10:23:09','2013-02-26 10:23:09','',2,'http://www.thetradingroom.com/2-revision-112/',0,'revision','',0),(186,1,'2013-02-26 10:23:23','2013-02-26 10:23:23','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\"><img class=\"alignleft size-full wp-image-173\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\" width=\"650\" height=\"148\" /></a>\r\n[hr]\r\n[dropcap2]1[/dropcap2] Identify market behavior in minutes. Learn a new approach with our forward looking indicators.\r\nJoin our energy driven trading room and experience the power of market intelligence in a live real-\r\ntime trading environment.\r\n\r\n[dropcap2]2[/dropcap2] Think better, trade smarter. Discover new ideas from our unique expertise in quantitative\r\nanalysis and algorithmic trading strategies.\r\n\r\n[dropcap2]3[/dropcap2] The global markets never sleep, your analysis shouldn\'t either. Uncover new solutions with\r\nour timely quantitative analytical tool built for global multi-asset traders.\r\n[hr]\r\n<h3>Subscribe:</h3>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-26 10:23:23','2013-02-26 10:23:23','',2,'http://www.thetradingroom.com/2-revision-113/',0,'revision','',0),(187,1,'2013-02-26 10:24:14','2013-02-26 10:24:14','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\"><img class=\"alignleft size-full wp-image-173\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\" width=\"650\" height=\"148\" /></a>\r\n[hr]\r\n[dropcap2]1[/dropcap2]<strong> Identify market behavior in minutes. Learn a new approach with our forward looking indicators.</strong>\r\n<strong> Join our energy driven trading room and experience the power of market intelligence in a live real-</strong>\r\n<strong> time trading environment.</strong>\r\n\r\n[dropcap2]2[/dropcap2] <strong>Think better, trade smarter. Discover new ideas from our unique expertise in quantitative</strong>\r\n<strong> analysis and algorithmic trading strategies.</strong>\r\n\r\n[dropcap2]3[/dropcap2] <strong>The global markets never sleep, your analysis shouldn\'t either. Uncover new solutions with</strong>\r\n<strong> our timely quantitative analytical tool built for global multi-asset traders.</strong>\r\n[hr]\r\n<h3>Subscribe:</h3>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-26 10:24:14','2013-02-26 10:24:14','',2,'http://www.thetradingroom.com/2-revision-114/',0,'revision','',0),(188,1,'2013-02-26 10:25:34','2013-02-26 10:25:34','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\"><img class=\"alignleft size-full wp-image-173\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\" width=\"650\" height=\"148\" /></a>\r\n[hr]\r\n[dropcap2]1[/dropcap2]<strong> Identify market behavior in minutes. Learn a new approach with our forward looking indicators.</strong>\r\n<strong> Join our energy driven trading room and experience the power of market intelligence in a live real-</strong>\r\n<strong> time trading environment.</strong>\r\n\r\n[dropcap2]2[/dropcap2] <strong>Think better, trade smarter. Discover new ideas from our unique expertise in quantitative</strong>\r\n<strong> analysis and algorithmic trading strategies.</strong>\r\n\r\n[dropcap2]3[/dropcap2] <strong>The global markets never sleep, your analysis shouldn\'t either. Uncover new solutions with</strong>\r\n<strong> our timely quantitative analytical tool built for global multi-asset traders.</strong>\r\n[hr]\r\n<h3>Subscribe:</h3>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>\r\n[hr]\r\n<strong>TheTradingRoom.com - Established since 1997</strong>\r\n\r\n<strong>TheTradingRoom.com</strong> was born as the technology wave was reaching the financial industry. At\r\nthe same time the Securities and Exchange Commission (SEC) introduced market reforms to\r\nimprove the efficiency of the market place to allow for alternative trading systems, this marked\r\na new era for quantitative trading professionals. As a Wall Street quant, I recognized the impact\r\nit would have for the financial markets, from strategy rooms to the trading desks. In pursuit for\r\nbetter overall performance, I left Salomon Smith Barney, my employer at the time and launched\r\nTheTradingRoom.com. Since the beginning our success has been credited to our ability to merge\r\ncomplex ideas into working strategies. Whether you trade futures, forex or stocks, you will find us\r\nto deliver more than a wide range of skills and recourses. Our members come here for a reason, find\r\nyours.\r\n\r\n- Joe Rios, Founder','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-26 10:25:34','2013-02-26 10:25:34','',2,'http://www.thetradingroom.com/2-revision-115/',0,'revision','',0),(189,1,'2013-02-26 10:25:59','2013-02-26 10:25:59','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\"><img class=\"alignleft size-full wp-image-173\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\" width=\"650\" height=\"148\" /></a>\r\n[hr]\r\n[dropcap2]1[/dropcap2]<strong> Identify market behavior in minutes. Learn a new approach with our forward looking indicators.</strong>\r\n<strong> Join our energy driven trading room and experience the power of market intelligence in a live real-</strong>\r\n<strong> time trading environment.</strong>\r\n\r\n[dropcap2]2[/dropcap2] <strong>Think better, trade smarter. Discover new ideas from our unique expertise in quantitative</strong>\r\n<strong> analysis and algorithmic trading strategies.</strong>\r\n\r\n[dropcap2]3[/dropcap2] <strong>The global markets never sleep, your analysis shouldn\'t either. Uncover new solutions with</strong>\r\n<strong> our timely quantitative analytical tool built for global multi-asset traders.</strong>\r\n[hr]\r\n<strong>Subscribe:</strong>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>\r\n[hr]\r\n<strong>TheTradingRoom.com - Established since 1997</strong>\r\n\r\n<strong>TheTradingRoom.com</strong> was born as the technology wave was reaching the financial industry. At\r\nthe same time the Securities and Exchange Commission (SEC) introduced market reforms to\r\nimprove the efficiency of the market place to allow for alternative trading systems, this marked\r\na new era for quantitative trading professionals. As a Wall Street quant, I recognized the impact\r\nit would have for the financial markets, from strategy rooms to the trading desks. In pursuit for\r\nbetter overall performance, I left Salomon Smith Barney, my employer at the time and launched\r\nTheTradingRoom.com. Since the beginning our success has been credited to our ability to merge\r\ncomplex ideas into working strategies. Whether you trade futures, forex or stocks, you will find us\r\nto deliver more than a wide range of skills and recourses. Our members come here for a reason, find\r\nyours.\r\n\r\n- Joe Rios, Founder','Home','','inherit','closed','closed','','2-revision-v1','','','2013-02-26 10:25:59','2013-02-26 10:25:59','',2,'http://www.thetradingroom.com/2-revision-116/',0,'revision','',0),(190,2,'2013-02-26 10:36:58','2013-02-26 10:36:58','[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/2013-02-25_EUR_USD.png\"><img class=\"alignleft size-medium wp-image-192\" alt=\"2013-02-25_EUR_USD\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/2013-02-25_EUR_USD-300x261.png\" width=\"300\" height=\"261\" /></a>\r\n[/one_half]\r\n[one_half]\r\nAttached is a fresh trade done today Monday 2-25 based on Joe\'s recommendation using a 30 min chart with a Bear Z1 RQC 7 short entry. I am still only using mini lot of 25,000 and I will until next week if my trades are 70/30 winning trades then I will move to 50,000 lots. I had another great Bond trade that netted me 10 ticks where my entry short was confirmed by Einstein.\r\n\r\n[/one_half]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nThanks for the education, you have taught me not to be a \"trigger happy gun slinger\" and that makes a big difference. I don\'t feel that I have to be in every trade anymore, before placing a trade I hear voices... \"look left on the chart\" \"Risk on or risk off\" \"check the Bond and Note\" \"Look at the RQ Navigator\" \"Is it a leader or laggard\" ... etc by the time I am done some trades have come and gone but it is a good thing because they were not really sound trades to begin. But when the conditions are all together then I am confident that the trade will work and so far they do.','Live Trade 2-25-2013','','publish','open','closed','','live-trade-2-25-2013','','','2013-02-28 13:08:41','2013-02-28 13:08:41','',0,'http://www.thetradingroom.com/?p=190',0,'post','',0),(191,1,'2013-02-26 10:33:58','2013-02-26 10:33:58','','Live Trade 2-25-2013','','inherit','closed','closed','','190-revision','','','2013-02-26 10:33:58','2013-02-26 10:33:58','',190,'http://www.thetradingroom.com/190-revision/',0,'revision','',0),(192,1,'2013-02-26 10:35:04','2013-02-26 10:35:04','','2013-02-25_EUR_USD','','inherit','closed','closed','','2013-02-25_eur_usd','','','2013-02-26 10:35:04','2013-02-26 10:35:04','',190,'http://www.thetradingroom.com/wp-content/uploads/2013/02/2013-02-25_EUR_USD.png',0,'attachment','image/png',0),(193,1,'2013-02-26 10:34:53','2013-02-26 10:34:53','[one_half first][/one_half]\r\n\r\n[one_half][/one_half]','Live Trade 2-25-2013','','inherit','closed','closed','','190-revision-2','','','2013-02-26 10:34:53','2013-02-26 10:34:53','',190,'http://www.thetradingroom.com/190-revision-2/',0,'revision','',0),(194,1,'2013-02-26 10:36:36','2013-02-26 10:36:36','[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/2013-02-25_EUR_USD.png\"><img class=\"alignleft size-medium wp-image-192\" alt=\"2013-02-25_EUR_USD\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/2013-02-25_EUR_USD-300x261.png\" width=\"300\" height=\"261\" /></a>\r\n[/one_half]\r\n[one_half]\r\nAttached is a fresh trade done today Monday 2-25 based on Joe\'s recommendation using a 30 min chart with a Bear Z1 RQC 7 short entry. I am still only using mini lot of 25,000 and I will until next week if my trades are 70/30 winning trades then I will move to 50,000 lots. I had another great Bond trade that netted me 10 ticks where my entry short was confirmed by Einstein.\r\n \r\nThanks for the education, you have taught me not to be a \"trigger happy gun slinger\" and that makes a big difference. I don\'t feel that I have to be in every trade anymore, before placing a trade I hear voices... \"look left on the chart\" \"Risk on or risk off\" \"check the Bond and Note\" \"Look at the RQ Navigator\" \"Is it a leader or laggard\" ... etc by the time I am done some trades have come and gone but it is a good thing because they were not really sound trades to begin. But when the conditions are all together then I am confident that the trade will work and so far they do.\r\n[/one_half]','Live Trade 2-25-2013','','inherit','closed','closed','','190-revision-3','','','2013-02-26 10:36:36','2013-02-26 10:36:36','',190,'http://www.thetradingroom.com/190-revision-3/',0,'revision','',0),(196,1,'2013-02-26 10:36:58','2013-02-26 10:36:58','[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/2013-02-25_EUR_USD.png\"><img class=\"alignleft size-medium wp-image-192\" alt=\"2013-02-25_EUR_USD\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/2013-02-25_EUR_USD-300x261.png\" width=\"300\" height=\"261\" /></a>\r\n[/one_half]\r\n[one_half]\r\nAttached is a fresh trade done today Monday 2-25 based on Joe\'s recommendation using a 30 min chart with a Bear Z1 RQC 7 short entry. I am still only using mini lot of 25,000 and I will until next week if my trades are 70/30 winning trades then I will move to 50,000 lots. I had another great Bond trade that netted me 10 ticks where my entry short was confirmed by Einstein.\r\n \r\nThanks for the education, you have taught me not to be a \"trigger happy gun slinger\" and that makes a big difference. I don\'t feel that I have to be in every trade anymore, before placing a trade I hear voices... \"look left on the chart\" \"Risk on or risk off\" \"check the Bond and Note\" \"Look at the RQ Navigator\" \"Is it a leader or laggard\" ... etc by the time I am done some trades have come and gone but it is a good thing because they were not really sound trades to begin. But when the conditions are all together then I am confident that the trade will work and so far they do.\r\n[/one_half]','Live Trade 2-25-2013','','inherit','closed','closed','','190-revision-4','','','2013-02-26 10:36:58','2013-02-26 10:36:58','',190,'http://www.thetradingroom.com/190-revision-4/',0,'revision','',0),(197,1,'2013-02-26 10:37:36','2013-02-26 10:37:36','[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/2013-02-25_EUR_USD.png\"><img class=\"alignleft size-medium wp-image-192\" alt=\"2013-02-25_EUR_USD\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/2013-02-25_EUR_USD-300x261.png\" width=\"300\" height=\"261\" /></a>\r\n[/one_half]\r\n[one_half]\r\nAttached is a fresh trade done today Monday 2-25 based on Joe\'s recommendation using a 30 min chart with a Bear Z1 RQC 7 short entry. I am still only using mini lot of 25,000 and I will until next week if my trades are 70/30 winning trades then I will move to 50,000 lots. I had another great Bond trade that netted me 10 ticks where my entry short was confirmed by Einstein.\r\n \r\nThanks for the education, you have taught me not to be a \"trigger happy gun slinger\" and that makes a big difference. I don\'t feel that I have to be in every trade anymore, before placing a trade I hear voices... \"look left on the chart\" \"Risk on or risk off\" \"check the Bond and Note\" \"Look at the RQ Navigator\" \"Is it a leader or laggard\" ... etc by the time I am done some trades have come and gone but it is a good thing because they were not really sound trades to begin. But when the conditions are all together then I am confident that the trade will work and so far they do.\r\n[/one_half]','Live Trade 2-25-2013','','inherit','closed','closed','','190-revision-5','','','2013-02-26 10:37:36','2013-02-26 10:37:36','',190,'http://www.thetradingroom.com/190-revision-5/',0,'revision','',0),(198,1,'2013-02-26 10:37:41','2013-02-26 10:37:41','[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/2013-02-25_EUR_USD.png\"><img class=\"alignleft size-medium wp-image-192\" alt=\"2013-02-25_EUR_USD\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/2013-02-25_EUR_USD-300x261.png\" width=\"300\" height=\"261\" /></a>\r\n[/one_half]\r\n[one_half]\r\nAttached is a fresh trade done today Monday 2-25 based on Joe\'s recommendation using a 30 min chart with a Bear Z1 RQC 7 short entry. I am still only using mini lot of 25,000 and I will until next week if my trades are 70/30 winning trades then I will move to 50,000 lots. I had another great Bond trade that netted me 10 ticks where my entry short was confirmed by Einstein.\r\n \r\nThanks for the education, you have taught me not to be a \"trigger happy gun slinger\" and that makes a big difference. I don\'t feel that I have to be in every trade anymore, before placing a trade I hear voices... \"look left on the chart\" \"Risk on or risk off\" \"check the Bond and Note\" \"Look at the RQ Navigator\" \"Is it a leader or laggard\" ... etc by the time I am done some trades have come and gone but it is a good thing because they were not really sound trades to begin. But when the conditions are all together then I am confident that the trade will work and so far they do.\r\n[/one_half]','Live Trade 2-25-2013','','inherit','closed','closed','','190-revision-6','','','2013-02-26 10:37:41','2013-02-26 10:37:41','',190,'http://www.thetradingroom.com/190-revision-6/',0,'revision','',0),(199,1,'2013-02-26 10:38:23','2013-02-26 10:38:23','[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/2013-02-25_EUR_USD.png\"><img class=\"alignleft size-medium wp-image-192\" alt=\"2013-02-25_EUR_USD\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/2013-02-25_EUR_USD-300x261.png\" width=\"300\" height=\"261\" /></a>\r\n[/one_half]\r\n[one_half]\r\nAttached is a fresh trade done today Monday 2-25 based on Joe\'s recommendation using a 30 min chart with a Bear Z1 RQC 7 short entry. I am still only using mini lot of 25,000 and I will until next week if my trades are 70/30 winning trades then I will move to 50,000 lots. I had another great Bond trade that netted me 10 ticks where my entry short was confirmed by Einstein.\r\n \r\n\r\n[/one_half]\r\nThanks for the education, you have taught me not to be a \"trigger happy gun slinger\" and that makes a big difference. I don\'t feel that I have to be in every trade anymore, before placing a trade I hear voices... \"look left on the chart\" \"Risk on or risk off\" \"check the Bond and Note\" \"Look at the RQ Navigator\" \"Is it a leader or laggard\" ... etc by the time I am done some trades have come and gone but it is a good thing because they were not really sound trades to begin. But when the conditions are all together then I am confident that the trade will work and so far they do.','Live Trade 2-25-2013','','inherit','closed','closed','','190-revision-7','','','2013-02-26 10:38:23','2013-02-26 10:38:23','',190,'http://www.thetradingroom.com/190-revision-7/',0,'revision','',0),(200,1,'2013-02-26 10:38:35','2013-02-26 10:38:35','[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/2013-02-25_EUR_USD.png\"><img class=\"alignleft size-medium wp-image-192\" alt=\"2013-02-25_EUR_USD\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/2013-02-25_EUR_USD-300x261.png\" width=\"300\" height=\"261\" /></a>\r\n[/one_half]\r\n[one_half]\r\nAttached is a fresh trade done today Monday 2-25 based on Joe\'s recommendation using a 30 min chart with a Bear Z1 RQC 7 short entry. I am still only using mini lot of 25,000 and I will until next week if my trades are 70/30 winning trades then I will move to 50,000 lots. I had another great Bond trade that netted me 10 ticks where my entry short was confirmed by Einstein.\r\n \r\n\r\n[/one_half]\r\n<br />\r\nThanks for the education, you have taught me not to be a \"trigger happy gun slinger\" and that makes a big difference. I don\'t feel that I have to be in every trade anymore, before placing a trade I hear voices... \"look left on the chart\" \"Risk on or risk off\" \"check the Bond and Note\" \"Look at the RQ Navigator\" \"Is it a leader or laggard\" ... etc by the time I am done some trades have come and gone but it is a good thing because they were not really sound trades to begin. But when the conditions are all together then I am confident that the trade will work and so far they do.','Live Trade 2-25-2013','','inherit','closed','closed','','190-revision-8','','','2013-02-26 10:38:35','2013-02-26 10:38:35','',190,'http://www.thetradingroom.com/190-revision-8/',0,'revision','',0),(201,1,'2013-02-26 10:39:57','2013-02-26 10:39:57','[one_half first]\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/2013-02-25_EUR_USD.png\"><img class=\"alignleft size-medium wp-image-192\" alt=\"2013-02-25_EUR_USD\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/2013-02-25_EUR_USD-300x261.png\" width=\"300\" height=\"261\" /></a>\n[/one_half]\n[one_half]\nAttached is a fresh trade done today Monday 2-25 based on Joe\'s recommendation using a 30 min chart with a Bear Z1 RQC 7 short entry. I am still only using mini lot of 25,000 and I will until next week if my trades are 70/30 winning trades then I will move to 50,000 lots. I had another great Bond trade that netted me 10 ticks where my entry short was confirmed by Einstein.\n\n[/one_half]\n\n&nbsp;\n\n&nbsp;\n\nThanks for the education, you have taught me not to be a \"trigger happy gun slinger\" and that makes a big difference. I don\'t feel that I have to be in every trade anymore, before placing a trade I hear voices... \"look left on the chart\" \"Risk on or risk off\" \"check the Bond and Note\" \"Look at the RQ Navigator\" \"Is it a leader or laggard\" ... etc by the time I am done some trades have come and gone but it is a good thing because they were not really sound trades to begin. But when the conditions are all together then I am confident that the trade will work and so far they do.','Live Trade 2-25-2013','','inherit','closed','closed','','190-autosave','','','2013-02-26 10:39:57','2013-02-26 10:39:57','',190,'http://www.thetradingroom.com/190-autosave/',0,'revision','',0),(207,2,'2013-02-27 21:52:35','2013-02-27 21:52:35','Market environment is frequently characterized by herding behavior. The global markets are linked today with each other like never in the past because of globalization due to technological advances. Most traders and investors use a single market analysis approach when investing or trading in the financial markets. For example, a stock trader will look at the S&amp;P 500 or the Dow Jones industrial average. A currency trader will look at the Euro, the British Pound or the Japanese Yen.  At Rios Quant we utilize multi-market analysis which involves the analysis of the main asset classes in the financial markets: equities, fixed income, commodities and currencies. To effectively use multi-market analysis you need to have a good understanding of correlation analysis. It is how the four major markets interact with each other that gives this type of analysis predictive value. Here are some basics on how they should interrelate:\r\n\r\nThe US dollar trends in the opposite direction of commodities, a falling dollar is bullish for commodities, a rising dollar is bearish for commodities. Commodities trend in the opposite direction of fixed income prices. Therefore commodities trend in the same direction as interest rates. Rising commodities coincide with rising interest rates and falling bond prices. Falling commodities coincide with falling interest rates and rising fixed income prices. Fixed income prices sometimes but not all the times trend in the same direction as stock prices. That relationship is going to be dependent on where we are in the economic cycle and the economic environment. During the current economic environment fixed income prices have been trending opposite of stock prices. Fixed income market also referred to as the bond market normally changes direction ahead of stock prices. The direction of the US dollar is also going to be dependent on the economic cycle. There are times where a rising dollar is good for US stocks, and other times it\'s the opposite. Currently a falling dollar is good for US stocks. Depending where we are on the economic expansion or contraction the relationships between different asset classes/markets will vary.\r\n\r\nRisk-on an risk-off phrase that has been very much in the media is a result of multi-market relationships. The more we are global in the financial markets the more opportunity exists for anticipating price movements based on multi-market relationships and correlation analysis. Risk-on and risk-off really means when an extreme state of the market when correlation of all assets are perfect. The RQ-Tech Analyzer can serve as a compass for our decision making process when we believe that we are moving towards or away from a risk-on risk-off environment. Ever since the global financial crisis came to a head in 2008 risk-on risk-off and the idea that correlations went \"to-one\" or as we also phrase it \"in-sync\" have become the most widely used phrase in describing asset class/market price behavior. Looking back, 2008 was a risk-off year in which the investment community were said to have reduced their exposure to risk assets by deleveraging and/or by selling existing risk assets and going to cash. For a good part of 2009 we were in a risk-on environment as some investors appetite for risk returned leading to a synchronized strong rebound of returns in risk-on assets ranging from global equities, commodities and risk currencies. In early August 2011 Standard &amp; Poor\'s downgraded sovereign credit of the United States triggered a global selloff of risk-on assets for days, a risk-off environment. Depending on the environment, investors will tend to buy or sell risk assets across the board, paying less attention to the unique characteristics of these assets. Volatility and most noticeably, correlations of assets that are perceived as risk can potentially spike or selloff during risk-on risk-off periods, as we often hear the phrase \"correlations to-one\". On the other hand assets such as U.S. Treasuries including notes and bonds and some currencies such as the US dollar tend to move in the opposite direction of risk assets, as they are generally perceived as the safer assets to hold in the event of a flight to safety.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/RQ-DMS1.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/RQ-DMS1.jpg\" alt=\"RQ DMS1\" width=\"887\" height=\"576\" class=\"alignnone size-full wp-image-1007\" /></a>\r\n\r\nThe above chart displays the correlation between the S&amp;P 500 and the US Ten Year Note. The histogram in the bottom of the chart is the RQ Dynamic Market Sentiment indicator (RQ-DMS) plotting various market conditions including risk-on risk-off, in-sync, conflict and mixed markets.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Market Metrics - Correlation Analysis and Asset Class Relationships ','','publish','open','closed','','market-metrics-correlation-analysis-and-asset-class-relationships','','','2014-02-23 16:48:20','2014-02-23 16:48:20','',0,'http://www.thetradingroom.com/?p=207',0,'post','',0),(208,2,'2013-02-27 21:47:45','2013-02-27 21:47:45','','RQ_DMS','','inherit','closed','closed','','rq_dms','','','2013-02-27 21:47:45','2013-02-27 21:47:45','',207,'http://www.thetradingroom.com/wp-content/uploads/2013/02/RQ_DMS.bmp',0,'attachment','image/bmp',0),(209,2,'2013-02-27 21:47:02','2013-02-27 21:47:02','Market environment is frequently characterized by herding behavior. The global markets are linked today with each other like never in the past because of globalization due to technological advances. Most traders and investors use a single market analysis approach when investing or trading in the financial markets. For example, a stock trader will look at the S&amp;P 500 or the Dow Jones industrial average. A currency trader will look at the Euro, the British Pound or the Japanese Yen.  At Rios Quant we utilize multi-market analysis which involves the analysis of the main asset classes in the financial markets: equities, fixed income, commodities and currencies. To effectively use multi-market analysis you need to have a good understanding of correlation analysis. It is how the four major markets interact with each other that gives this type of analysis predictive value. Here are some basics on how they should interrelate:\n\nThe US dollar trends in the opposite direction of commodities, a falling dollar is bullish for commodities, a rising dollar is bearish for commodities. Commodities trend in the opposite direction of fixed income prices. Therefore commodities trend in the same direction as interest rates. Rising commodities coincide with rising interest rates and falling bond prices. Falling commodities coincide with falling interest rates and rising fixed income prices. Fixed income prices sometimes but not all the times trend in the same direction as stock prices. That relationship is going to be dependent on where we are in the economic cycle and the economic environment. During the current economic environment fixed income prices have been trending opposite of stock prices. Fixed income market also referred to as the bond market normally changes direction ahead of stock prices. The direction of the US dollar is also going to be dependent on the economic cycle. There are times where a rising dollar is good for US stocks, and other times it\'s the opposite. Currently a falling dollar is good for US stocks. Depending where we are on the economic expansion or contraction the relationships between different asset classes/markets will vary.\n\nRisk-on an risk-off phrase that has been very much in the media is a result of multi-market relationships. The more we are global in the financial markets the more opportunity exists for anticipating price movements based on multi-market relationships and correlation analysis. Risk-on and risk-off really means when an extreme state of the market when correlation of all assets are perfect. The RQ-Tech Analyzer can serve as a compass for our decision making process when we believe that we are moving towards or away from a risk-on risk-off environment. Ever since the global financial crisis came to a head in 2008 risk-on risk-off and the idea that correlations went \"to-one\" or as we also phrase it \"in-sync\" have become the most widely used phrase in describing asset class/market price behavior. Looking back, 2008 was a risk-off year in which the investment community were said to have reduced their exposure to risk assets by deleveraging and/or by selling existing risk assets and going to cash. For a good part of 2009 we were in a risk-on environment as some investors appetite for risk returned leading to a synchronized strong rebound of returns in risk-on assets ranging from global equities, commodities and risk currencies. In early August 2011 Standard &amp; Poor\'s downgraded sovereign credit of the United States triggered a global selloff of risk-on assets for days, a risk-off environment. Depending on the environment, investors will tend to buy or sell risk assets across the board, paying less attention to the unique characteristics of these assets. Volatility and most noticeably, correlations of assets that are perceived as risk can potentially spike or selloff during risk-on risk-off periods, as we often hear the phrase \"correlations to-one\". On the other hand assets such as U.S. Treasuries including notes and bonds and some currencies such as the US dollar tend to move in the opposite direction of risk assets, as they are generally perceived as the safer assets to hold in the event of a flight to safety.\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;','Market Metrics - Correlation Analysis and Asset Class Relationships ','','inherit','closed','closed','','207-revision-v1','','','2013-02-27 21:47:02','2013-02-27 21:47:02','',207,'http://www.thetradingroom.com/207-revision/',0,'revision','',0),(210,2,'2013-02-27 21:50:20','2013-02-27 21:50:20','Market environment is frequently characterized by herding behavior. The global markets are linked today with each other like never in the past because of globalization due to technological advances. Most traders and investors use a single market analysis approach when investing or trading in the financial markets. For example, a stock trader will look at the S&amp;P 500 or the Dow Jones industrial average. A currency trader will look at the Euro, the British Pound or the Japanese Yen.  At Rios Quant we utilize multi-market analysis which involves the analysis of the main asset classes in the financial markets: equities, fixed income, commodities and currencies. To effectively use multi-market analysis you need to have a good understanding of correlation analysis. It is how the four major markets interact with each other that gives this type of analysis predictive value. Here are some basics on how they should interrelate:\r\n\r\nThe US dollar trends in the opposite direction of commodities, a falling dollar is bullish for commodities, a rising dollar is bearish for commodities. Commodities trend in the opposite direction of fixed income prices. Therefore commodities trend in the same direction as interest rates. Rising commodities coincide with rising interest rates and falling bond prices. Falling commodities coincide with falling interest rates and rising fixed income prices. Fixed income prices sometimes but not all the times trend in the same direction as stock prices. That relationship is going to be dependent on where we are in the economic cycle and the economic environment. During the current economic environment fixed income prices have been trending opposite of stock prices. Fixed income market also referred to as the bond market normally changes direction ahead of stock prices. The direction of the US dollar is also going to be dependent on the economic cycle. There are times where a rising dollar is good for US stocks, and other times it\'s the opposite. Currently a falling dollar is good for US stocks. Depending where we are on the economic expansion or contraction the relationships between different asset classes/markets will vary.\r\n\r\nRisk-on an risk-off phrase that has been very much in the media is a result of multi-market relationships. The more we are global in the financial markets the more opportunity exists for anticipating price movements based on multi-market relationships and correlation analysis. Risk-on and risk-off really means when an extreme state of the market when correlation of all assets are perfect. The RQ-Tech Analyzer can serve as a compass for our decision making process when we believe that we are moving towards or away from a risk-on risk-off environment. Ever since the global financial crisis came to a head in 2008 risk-on risk-off and the idea that correlations went \"to-one\" or as we also phrase it \"in-sync\" have become the most widely used phrase in describing asset class/market price behavior. Looking back, 2008 was a risk-off year in which the investment community were said to have reduced their exposure to risk assets by deleveraging and/or by selling existing risk assets and going to cash. For a good part of 2009 we were in a risk-on environment as some investors appetite for risk returned leading to a synchronized strong rebound of returns in risk-on assets ranging from global equities, commodities and risk currencies. In early August 2011 Standard &amp; Poor\'s downgraded sovereign credit of the United States triggered a global selloff of risk-on assets for days, a risk-off environment. Depending on the environment, investors will tend to buy or sell risk assets across the board, paying less attention to the unique characteristics of these assets. Volatility and most noticeably, correlations of assets that are perceived as risk can potentially spike or selloff during risk-on risk-off periods, as we often hear the phrase \"correlations to-one\". On the other hand assets such as U.S. Treasuries including notes and bonds and some currencies such as the US dollar tend to move in the opposite direction of risk assets, as they are generally perceived as the safer assets to hold in the event of a flight to safety.\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;','Market Metrics - Correlation Analysis and Asset Class Relationships ','','inherit','closed','closed','','207-revision-v1','','','2013-02-27 21:50:20','2013-02-27 21:50:20','',207,'http://www.thetradingroom.com/207-revision-2/',0,'revision','',0),(211,2,'2013-02-27 21:51:48','2013-02-27 21:51:48','Market environment is frequently characterized by herding behavior. The global markets are linked today with each other like never in the past because of globalization due to technological advances. Most traders and investors use a single market analysis approach when investing or trading in the financial markets. For example, a stock trader will look at the S&amp;P 500 or the Dow Jones industrial average. A currency trader will look at the Euro, the British Pound or the Japanese Yen.  At Rios Quant we utilize multi-market analysis which involves the analysis of the main asset classes in the financial markets: equities, fixed income, commodities and currencies. To effectively use multi-market analysis you need to have a good understanding of correlation analysis. It is how the four major markets interact with each other that gives this type of analysis predictive value. Here are some basics on how they should interrelate:\r\n\r\nThe US dollar trends in the opposite direction of commodities, a falling dollar is bullish for commodities, a rising dollar is bearish for commodities. Commodities trend in the opposite direction of fixed income prices. Therefore commodities trend in the same direction as interest rates. Rising commodities coincide with rising interest rates and falling bond prices. Falling commodities coincide with falling interest rates and rising fixed income prices. Fixed income prices sometimes but not all the times trend in the same direction as stock prices. That relationship is going to be dependent on where we are in the economic cycle and the economic environment. During the current economic environment fixed income prices have been trending opposite of stock prices. Fixed income market also referred to as the bond market normally changes direction ahead of stock prices. The direction of the US dollar is also going to be dependent on the economic cycle. There are times where a rising dollar is good for US stocks, and other times it\'s the opposite. Currently a falling dollar is good for US stocks. Depending where we are on the economic expansion or contraction the relationships between different asset classes/markets will vary.\r\n\r\nRisk-on an risk-off phrase that has been very much in the media is a result of multi-market relationships. The more we are global in the financial markets the more opportunity exists for anticipating price movements based on multi-market relationships and correlation analysis. Risk-on and risk-off really means when an extreme state of the market when correlation of all assets are perfect. The RQ-Tech Analyzer can serve as a compass for our decision making process when we believe that we are moving towards or away from a risk-on risk-off environment. Ever since the global financial crisis came to a head in 2008 risk-on risk-off and the idea that correlations went \"to-one\" or as we also phrase it \"in-sync\" have become the most widely used phrase in describing asset class/market price behavior. Looking back, 2008 was a risk-off year in which the investment community were said to have reduced their exposure to risk assets by deleveraging and/or by selling existing risk assets and going to cash. For a good part of 2009 we were in a risk-on environment as some investors appetite for risk returned leading to a synchronized strong rebound of returns in risk-on assets ranging from global equities, commodities and risk currencies. In early August 2011 Standard &amp; Poor\'s downgraded sovereign credit of the United States triggered a global selloff of risk-on assets for days, a risk-off environment. Depending on the environment, investors will tend to buy or sell risk assets across the board, paying less attention to the unique characteristics of these assets. Volatility and most noticeably, correlations of assets that are perceived as risk can potentially spike or selloff during risk-on risk-off periods, as we often hear the phrase \"correlations to-one\". On the other hand assets such as U.S. Treasuries including notes and bonds and some currencies such as the US dollar tend to move in the opposite direction of risk assets, as they are generally perceived as the safer assets to hold in the event of a flight to safety.\r\n\r\nThe above chart displays the correlation between the S&amp;P 500 and the US Ten Year Note. The histogram in the bottom of the chart is the RQ Dynamic Market Sentiment indicator (RQ-DMS) plotting various market conditions including risk-on risk-off, in-sync, conflict and mixed markets.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Market Metrics - Correlation Analysis and Asset Class Relationships ','','inherit','closed','closed','','207-revision-v1','','','2013-02-27 21:51:48','2013-02-27 21:51:48','',207,'http://www.thetradingroom.com/207-revision-3/',0,'revision','',0),(212,2,'2013-02-27 21:51:52','2013-02-27 21:51:52','Market environment is frequently characterized by herding behavior. The global markets are linked today with each other like never in the past because of globalization due to technological advances. Most traders and investors use a single market analysis approach when investing or trading in the financial markets. For example, a stock trader will look at the S&amp;P 500 or the Dow Jones industrial average. A currency trader will look at the Euro, the British Pound or the Japanese Yen.  At Rios Quant we utilize multi-market analysis which involves the analysis of the main asset classes in the financial markets: equities, fixed income, commodities and currencies. To effectively use multi-market analysis you need to have a good understanding of correlation analysis. It is how the four major markets interact with each other that gives this type of analysis predictive value. Here are some basics on how they should interrelate:\r\n\r\nThe US dollar trends in the opposite direction of commodities, a falling dollar is bullish for commodities, a rising dollar is bearish for commodities. Commodities trend in the opposite direction of fixed income prices. Therefore commodities trend in the same direction as interest rates. Rising commodities coincide with rising interest rates and falling bond prices. Falling commodities coincide with falling interest rates and rising fixed income prices. Fixed income prices sometimes but not all the times trend in the same direction as stock prices. That relationship is going to be dependent on where we are in the economic cycle and the economic environment. During the current economic environment fixed income prices have been trending opposite of stock prices. Fixed income market also referred to as the bond market normally changes direction ahead of stock prices. The direction of the US dollar is also going to be dependent on the economic cycle. There are times where a rising dollar is good for US stocks, and other times it\'s the opposite. Currently a falling dollar is good for US stocks. Depending where we are on the economic expansion or contraction the relationships between different asset classes/markets will vary.\r\n\r\nRisk-on an risk-off phrase that has been very much in the media is a result of multi-market relationships. The more we are global in the financial markets the more opportunity exists for anticipating price movements based on multi-market relationships and correlation analysis. Risk-on and risk-off really means when an extreme state of the market when correlation of all assets are perfect. The RQ-Tech Analyzer can serve as a compass for our decision making process when we believe that we are moving towards or away from a risk-on risk-off environment. Ever since the global financial crisis came to a head in 2008 risk-on risk-off and the idea that correlations went \"to-one\" or as we also phrase it \"in-sync\" have become the most widely used phrase in describing asset class/market price behavior. Looking back, 2008 was a risk-off year in which the investment community were said to have reduced their exposure to risk assets by deleveraging and/or by selling existing risk assets and going to cash. For a good part of 2009 we were in a risk-on environment as some investors appetite for risk returned leading to a synchronized strong rebound of returns in risk-on assets ranging from global equities, commodities and risk currencies. In early August 2011 Standard &amp; Poor\'s downgraded sovereign credit of the United States triggered a global selloff of risk-on assets for days, a risk-off environment. Depending on the environment, investors will tend to buy or sell risk assets across the board, paying less attention to the unique characteristics of these assets. Volatility and most noticeably, correlations of assets that are perceived as risk can potentially spike or selloff during risk-on risk-off periods, as we often hear the phrase \"correlations to-one\". On the other hand assets such as U.S. Treasuries including notes and bonds and some currencies such as the US dollar tend to move in the opposite direction of risk assets, as they are generally perceived as the safer assets to hold in the event of a flight to safety.\r\n\r\nThe above chart displays the correlation between the S&amp;P 500 and the US Ten Year Note. The histogram in the bottom of the chart is the RQ Dynamic Market Sentiment indicator (RQ-DMS) plotting various market conditions including risk-on risk-off, in-sync, conflict and mixed markets.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Market Metrics - Correlation Analysis and Asset Class Relationships ','','inherit','closed','closed','','207-revision-v1','','','2013-02-27 21:51:52','2013-02-27 21:51:52','',207,'http://www.thetradingroom.com/207-revision-4/',0,'revision','',0),(272,2,'2013-03-10 22:34:42','2013-03-10 22:34:42','<strong><a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone  wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"491\" height=\"327\" /></a> </strong>\r\n\r\n<strong>What\'s going on?  What are the markets telling us?  What\'s next?</strong>\r\n\r\nFriday\'s February non-farm payroll report surprised the markets to the upside. The unemployment rate dropped to 7.7% from 7.9% in January. The S&amp;P 500 maintained most of its recent gains however Treasuries including the Ten Year Note and Bonds immediately sold off. Interestingly, the US Dollar spiked higher while Copper and Crude Oil traded sideways without any clear direction.  The jobs report coincides with the recent string of positive economic data, suggesting strong growth in the US economy. In the week ahead traders will be focusing on upcoming economic data releases for insights to potential economic growth activity. In the FX market the spotlight should be on the US Dollar, therefore I will be looking for trading opportunities in the Euro, British Pound and Japanese Yen. In the Commodities market, I will be paying close attention for a potential breakout or breakdown from the recent trading range in Crude Oil and Copper.\r\n\r\nThe current fundamental backdrop suggests that the US economy might be on target to grow by 1.5% this quarter. Treasury yields which tend to have a positive correlation with the US Dollar, broke above 2% on Friday, the top of the long-term range. When bond values go up,  yields move lower, therefore when yields move up, bond values go down.\r\n\r\nAre the currency and bond markets trying to tell us something? The recent rally in the US Dollar might be pricing-in higher yields in the near future. Back in December the Fed made it clear that job creation had become its primary focus, announcing that it planned to continue suppressing interest rates so long as the unemployment rate remained above 6.5%.  There have been false starts and although we are still above the Fed\'s unemployment target, the market always seems to catch investors by surprise. I strongly suggest for active traders to focus on these two asset classes in the upcoming weeks.\r\n\r\nThe US dollar is a beneficiary should U.S. Treasury yields continue to rise. To better understand the correlation and relationships of different asset classes, we must look at the macro fundamentals of the market. The market moves in recurring cycles. The cycles unleash a sequence of events that may be predictive in identifying key stages and trends ahead of time. We know today that Newton was correct in the theory of simple and clocklike cycles. Applying the great leaps in science to economics in the financial markets is only logical. Having a better understanding of economic and business cycles can help a longer-term investor shift from one asset class to another. For a day-trader it can assist him by selecting markets poised for powerful and directional movements and/or volatility. You will take note of the effects of different sectors of the economy and markets as they expand and/or contract as the cycle pushes the stages from one phase to the next. Globalization and the information age we live in today makes the cycles more powerful. There is a cyclical relationship between the economy and the financial markets. The financial market cycle is directly linked in anticipation, typically six months, to where Wall Street (stock, bond, commodity and currency markets) thinks the economy is heading.\r\n\r\nEconomic data reports such as Friday\'s employment data supercharge prices into volatile movements. Movements in the stock, commodity, bond and currency markets are directly related to the outlook or expectation of economic growth. If the economic expansion is expected to grow, then stocks and commodity prices will also increase. When economic contraction is expected, then stocks and commodity prices fall while bond prices increase. The Fed targets the US economy to grow at approximately 2 1/2 to 3% annually over a period of time. However, the economy never grows at the same rate all of the time. Economic cycles have a direct effect on the business cycle. There are four basic stages of a complete business cycle.\r\n\r\nThe first stage can be categorized as the beginning turn or when the economy starts to come out of a period of slow growth stagnation or recession and then begins to show signs of acceleration. During this stage money supply rises rapidly, liquidity is injected into the financial system, and interest rates drop. The second stage occurs when economic growth rises above the long-term rate, this is considered the boom stage where everything seems to be working as intended. In the third stage the growth rate returns to harmony with the long-term growth rate. This stage usually identifies the beginning of a correction. Interest rates begin to rise and the US dollar bottoms and begins to strengthen. The last stage of the business cycle is when the growth rate declines and falls below the average long-term growth rate. All excesses created in the prior stage are reduced and brought down, sometimes dramatically. The increase in interest rates and the decline in the money supply that began in the preceding stage causes the economy to contract.\r\n\r\nLet\'s focus on the distinctive events during stage II and III of the business cycle. During stage II money supply continues to expand rapidly, leading to a peak. Corporate earnings increase rapidly. Stock market bull cycle continues to mature, eventually leading to a market top. Dollar remains weak but eventually strengthens. Commodity bull market matures.  Interest rates bottom and eventually begin to rise. During stage III of the business cycle money supply begins to decrease and continues trending downward. Corporate earnings peak, then slows down. Stock market becomes weak and vulnerable. The US dollar strengthens. Commodities peak then begin to fall. Interest rates continue to rise eventually peaking.\r\n\r\nOf course not all cycles are exactly the same. Some cycles include bubbles but not all. However, a typical recurring event is one of overbought, over bullish with rising yield conditions which were evident in the basic environment that we faced in 2000 and 2007, both included bubbles. While the Fed continues its policy of quantitative easing, that policy is fully recognized and investors are now relying upon its continuation. A sign that could be pointing to an eventual event that will surprise investors.\r\n\r\nTherefore Friday\'s price action may be an early sign that the markets are at least keeping a close watch on the potential of an upcoming shift of expectations. Should yields continue to rise while the US Dollar strengthens then commodities and equities should be vulnerable to a correction. How long can the fed\'s deep pockets and willingness of quantitative easing continue to satisfy the bulls? Was Friday\'s reaction in the currency market the canary in the coal mine or a false warning? It might be too soon to know, but the astute trader should remain diligent in his efforts to properly assess the markets and be selective in choosing the markets to trade.\r\n\r\nThe RQ Professional Traders Retreat workshop will be held April 8th - 12th in our headquarters in Coral Gables, Florida.  Join us in a week full of live trading and advanced training. For more information contact me at joegrios@gmail.com.','The Week Ahead in the Global Markets - Thoughts and Concepts by Joe Rios','','publish','open','closed','','the-week-ahead-in-the-global-markets-thoughts-and-concepts-by-joe-rios','','','2013-03-12 12:52:37','2013-03-12 12:52:37','',0,'http://www.thetradingroom.com/?p=272',0,'post','',0),(213,2,'2014-02-23 16:32:05','2014-02-23 16:32:05','Market environment is frequently characterized by herding behavior. The global markets are linked today with each other like never in the past because of globalization due to technological advances. Most traders and investors use a single market analysis approach when investing or trading in the financial markets. For example, a stock trader will look at the S&amp;P 500 or the Dow Jones industrial average. A currency trader will look at the Euro, the British Pound or the Japanese Yen.  At Rios Quant we utilize multi-market analysis which involves the analysis of the main asset classes in the financial markets: equities, fixed income, commodities and currencies. To effectively use multi-market analysis you need to have a good understanding of correlation analysis. It is how the four major markets interact with each other that gives this type of analysis predictive value. Here are some basics on how they should interrelate:\n\nThe US dollar trends in the opposite direction of commodities, a falling dollar is bullish for commodities, a rising dollar is bearish for commodities. Commodities trend in the opposite direction of fixed income prices. Therefore commodities trend in the same direction as interest rates. Rising commodities coincide with rising interest rates and falling bond prices. Falling commodities coincide with falling interest rates and rising fixed income prices. Fixed income prices sometimes but not all the times trend in the same direction as stock prices. That relationship is going to be dependent on where we are in the economic cycle and the economic environment. During the current economic environment fixed income prices have been trending opposite of stock prices. Fixed income market also referred to as the bond market normally changes direction ahead of stock prices. The direction of the US dollar is also going to be dependent on the economic cycle. There are times where a rising dollar is good for US stocks, and other times it\'s the opposite. Currently a falling dollar is good for US stocks. Depending where we are on the economic expansion or contraction the relationships between different asset classes/markets will vary.\n\nRisk-on an risk-off phrase that has been very much in the media is a result of multi-market relationships. The more we are global in the financial markets the more opportunity exists for anticipating price movements based on multi-market relationships and correlation analysis. Risk-on and risk-off really means when an extreme state of the market when correlation of all assets are perfect. The RQ-Tech Analyzer can serve as a compass for our decision making process when we believe that we are moving towards or away from a risk-on risk-off environment. Ever since the global financial crisis came to a head in 2008 risk-on risk-off and the idea that correlations went \"to-one\" or as we also phrase it \"in-sync\" have become the most widely used phrase in describing asset class/market price behavior. Looking back, 2008 was a risk-off year in which the investment community were said to have reduced their exposure to risk assets by deleveraging and/or by selling existing risk assets and going to cash. For a good part of 2009 we were in a risk-on environment as some investors appetite for risk returned leading to a synchronized strong rebound of returns in risk-on assets ranging from global equities, commodities and risk currencies. In early August 2011 Standard &amp; Poor\'s downgraded sovereign credit of the United States triggered a global selloff of risk-on assets for days, a risk-off environment. Depending on the environment, investors will tend to buy or sell risk assets across the board, paying less attention to the unique characteristics of these assets. Volatility and most noticeably, correlations of assets that are perceived as risk can potentially spike or selloff during risk-on risk-off periods, as we often hear the phrase \"correlations to-one\". On the other hand assets such as U.S. Treasuries including notes and bonds and some currencies such as the US dollar tend to move in the opposite direction of risk assets, as they are generally perceived as the safer assets to hold in the event of a flight to safety.\n\n\n\nThe above chart displays the correlation between the S&amp;P 500 and the US Ten Year Note. The histogram in the bottom of the chart is the RQ Dynamic Market Sentiment indicator (RQ-DMS) plotting various market conditions including risk-on risk-off, in-sync, conflict and mixed markets.\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;','Market Metrics - Correlation Analysis and Asset Class Relationships ','','inherit','closed','closed','','207-autosave-v1','','','2014-02-23 16:32:05','2014-02-23 16:32:05','',207,'http://www.thetradingroom.com/207-autosave/',0,'revision','',0),(214,1,'2013-02-26 10:38:55','2013-02-26 10:38:55','[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/2013-02-25_EUR_USD.png\"><img class=\"alignleft size-medium wp-image-192\" alt=\"2013-02-25_EUR_USD\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/2013-02-25_EUR_USD-300x261.png\" width=\"300\" height=\"261\" /></a>\r\n[/one_half]\r\n[one_half]\r\nAttached is a fresh trade done today Monday 2-25 based on Joe\'s recommendation using a 30 min chart with a Bear Z1 RQC 7 short entry. I am still only using mini lot of 25,000 and I will until next week if my trades are 70/30 winning trades then I will move to 50,000 lots. I had another great Bond trade that netted me 10 ticks where my entry short was confirmed by Einstein.\r\n\r\n[/one_half]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nThanks for the education, you have taught me not to be a \"trigger happy gun slinger\" and that makes a big difference. I don\'t feel that I have to be in every trade anymore, before placing a trade I hear voices... \"look left on the chart\" \"Risk on or risk off\" \"check the Bond and Note\" \"Look at the RQ Navigator\" \"Is it a leader or laggard\" ... etc by the time I am done some trades have come and gone but it is a good thing because they were not really sound trades to begin. But when the conditions are all together then I am confident that the trade will work and so far they do.','Live Trade 2-25-2013','','inherit','open','closed','','190-revision-9','','','2013-02-26 10:38:55','2013-02-26 10:38:55','',190,'http://www.thetradingroom.com/190-revision-9/',0,'revision','',0),(215,2,'2013-02-27 21:52:35','2013-02-27 21:52:35','Market environment is frequently characterized by herding behavior. The global markets are linked today with each other like never in the past because of globalization due to technological advances. Most traders and investors use a single market analysis approach when investing or trading in the financial markets. For example, a stock trader will look at the S&amp;P 500 or the Dow Jones industrial average. A currency trader will look at the Euro, the British Pound or the Japanese Yen.  At Rios Quant we utilize multi-market analysis which involves the analysis of the main asset classes in the financial markets: equities, fixed income, commodities and currencies. To effectively use multi-market analysis you need to have a good understanding of correlation analysis. It is how the four major markets interact with each other that gives this type of analysis predictive value. Here are some basics on how they should interrelate:\r\n\r\nThe US dollar trends in the opposite direction of commodities, a falling dollar is bullish for commodities, a rising dollar is bearish for commodities. Commodities trend in the opposite direction of fixed income prices. Therefore commodities trend in the same direction as interest rates. Rising commodities coincide with rising interest rates and falling bond prices. Falling commodities coincide with falling interest rates and rising fixed income prices. Fixed income prices sometimes but not all the times trend in the same direction as stock prices. That relationship is going to be dependent on where we are in the economic cycle and the economic environment. During the current economic environment fixed income prices have been trending opposite of stock prices. Fixed income market also referred to as the bond market normally changes direction ahead of stock prices. The direction of the US dollar is also going to be dependent on the economic cycle. There are times where a rising dollar is good for US stocks, and other times it\'s the opposite. Currently a falling dollar is good for US stocks. Depending where we are on the economic expansion or contraction the relationships between different asset classes/markets will vary.\r\n\r\nRisk-on an risk-off phrase that has been very much in the media is a result of multi-market relationships. The more we are global in the financial markets the more opportunity exists for anticipating price movements based on multi-market relationships and correlation analysis. Risk-on and risk-off really means when an extreme state of the market when correlation of all assets are perfect. The RQ-Tech Analyzer can serve as a compass for our decision making process when we believe that we are moving towards or away from a risk-on risk-off environment. Ever since the global financial crisis came to a head in 2008 risk-on risk-off and the idea that correlations went \"to-one\" or as we also phrase it \"in-sync\" have become the most widely used phrase in describing asset class/market price behavior. Looking back, 2008 was a risk-off year in which the investment community were said to have reduced their exposure to risk assets by deleveraging and/or by selling existing risk assets and going to cash. For a good part of 2009 we were in a risk-on environment as some investors appetite for risk returned leading to a synchronized strong rebound of returns in risk-on assets ranging from global equities, commodities and risk currencies. In early August 2011 Standard &amp; Poor\'s downgraded sovereign credit of the United States triggered a global selloff of risk-on assets for days, a risk-off environment. Depending on the environment, investors will tend to buy or sell risk assets across the board, paying less attention to the unique characteristics of these assets. Volatility and most noticeably, correlations of assets that are perceived as risk can potentially spike or selloff during risk-on risk-off periods, as we often hear the phrase \"correlations to-one\". On the other hand assets such as U.S. Treasuries including notes and bonds and some currencies such as the US dollar tend to move in the opposite direction of risk assets, as they are generally perceived as the safer assets to hold in the event of a flight to safety.\r\n\r\nThe above chart displays the correlation between the S&amp;P 500 and the US Ten Year Note. The histogram in the bottom of the chart is the RQ Dynamic Market Sentiment indicator (RQ-DMS) plotting various market conditions including risk-on risk-off, in-sync, conflict and mixed markets.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Market Metrics - Correlation Analysis and Asset Class Relationships ','','inherit','open','closed','','207-revision-v1','','','2013-02-27 21:52:35','2013-02-27 21:52:35','',207,'http://www.thetradingroom.com/207-revision-5/',0,'revision','',0),(216,1,'2013-02-28 13:00:38','2013-02-28 13:00:38','[one_half first]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/2013-02-25_EUR_USD.png\"><img class=\"alignleft size-medium wp-image-192\" alt=\"2013-02-25_EUR_USD\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/2013-02-25_EUR_USD-300x261.png\" width=\"300\" height=\"261\" /></a>\r\n[/one_half]\r\n[one_half]\r\nAttached is a fresh trade done today Monday 2-25 based on Joe\'s recommendation using a 30 min chart with a Bear Z1 RQC 7 short entry. I am still only using mini lot of 25,000 and I will until next week if my trades are 70/30 winning trades then I will move to 50,000 lots. I had another great Bond trade that netted me 10 ticks where my entry short was confirmed by Einstein.\r\n\r\n[/one_half]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nThanks for the education, you have taught me not to be a \"trigger happy gun slinger\" and that makes a big difference. I don\'t feel that I have to be in every trade anymore, before placing a trade I hear voices... \"look left on the chart\" \"Risk on or risk off\" \"check the Bond and Note\" \"Look at the RQ Navigator\" \"Is it a leader or laggard\" ... etc by the time I am done some trades have come and gone but it is a good thing because they were not really sound trades to begin. But when the conditions are all together then I am confident that the trade will work and so far they do.','Live Trade 2-25-2013','','inherit','open','closed','','190-revision-10','','','2013-02-28 13:00:38','2013-02-28 13:00:38','',190,'http://www.thetradingroom.com/190-revision-10/',0,'revision','',0),(217,2,'2013-02-28 14:40:11','0000-00-00 00:00:00','<div>At 11:00 am Risk was clearly coming into the OFF territory but the indices were already too far in Bull Zone passed R2, so I concentrated on the 30 Y Bond and place my sell stop at the RQC 7 right below Bear Zone 1 which provided an attractive entry.I set my stop loss at $300 and my profit target at $200, The trade went sideways for 2 hours getting positive $93.50 and then negative $125.00 but I was confident and did not mess with stop and target. Yes I could have taken a few more ticks but only had 1 contract. What counts for me is  when I entered the trade and why.</div>\n<div></div>\n<div>MY NEW MOTTO IS  <strong><span style=\"font-family: \'arial black\', sans-serif\">WHAT DO I SEE! - WHAT DOES IT MEAN? - WHAT DO I DO?</span></strong></div>\n<div></div>\n<div>Pierre S. - RQ Insider Member</div>\n<div></div>\n<div></div>','Bond Trade with Risk Sentiment','','draft','open','closed','','','','','2013-02-28 14:40:11','2013-02-28 14:40:11','',0,'http://www.thetradingroom.com/?p=217',0,'post','',0),(218,2,'2013-02-28 14:40:43','2013-02-28 14:40:43','','bond trade Pierre','','inherit','open','closed','','bond-trade-pierre','','','2013-02-28 14:40:43','2013-02-28 14:40:43','',217,'http://www.thetradingroom.com/wp-content/uploads/2013/02/bond-trade-Pierre.tif',0,'attachment','image/tiff',0),(219,2,'2013-02-28 14:44:41','0000-00-00 00:00:00','<div>At 11:00 am Risk was clearly coming into the OFF territory but the indices were already too far in Bull Zone passed R2, so I concentrated on the 30 Y Bond and place my sell stop at the RQC 7 right below Bear Zone 1 which provided an attractive entry.I set my stop loss at $300 and my profit target at $200, The trade went sideways for 2 hours getting positive $93.50 and then negative $125.00 but I was confident and did not mess with stop and target. Yes I could have taken a few more ticks but only had 1 contract. What counts for me is  when I entered the trade and why.</div>\n<div></div>\n<div>MY NEW MOTTO IS  <strong><span style=\"font-family: \'arial black\', sans-serif\">WHAT DO I SEE! - WHAT DOES IT MEAN? - WHAT DO I DO?</span></strong></div>\n<div></div>\n<div>Pierre S. - RQ Insider Member</div>\n<div></div>\n<div></div>','Bond Trade with Risk Sentiment','','draft','open','closed','','','','','2013-02-28 14:44:41','2013-02-28 14:44:41','',0,'http://www.thetradingroom.com/?p=219',0,'post','',0),(220,2,'2013-02-28 14:45:38','2013-02-28 14:45:38','','bond trade Pierre','','inherit','open','closed','','bond-trade-pierre-2','','','2013-02-28 14:45:38','2013-02-28 14:45:38','',219,'http://www.thetradingroom.com/wp-content/uploads/2013/02/bond-trade-Pierre1.tif',0,'attachment','image/tiff',0),(324,2,'2013-03-31 22:52:00','2013-03-31 22:52:00','','corn','','inherit','open','closed','','corn','','','2013-03-31 22:52:00','2013-03-31 22:52:00','',323,'http://www.thetradingroom.com/wp-content/uploads/2013/03/corn.jpg',0,'attachment','image/jpeg',0),(222,2,'2013-02-28 14:55:17','2013-02-28 14:55:17','Bond Trade Risk Sentiment','Bond trade Pierre','','inherit','open','closed','','bond-trade-pierre-3','','','2013-02-28 14:55:17','2013-02-28 14:55:17','',0,'http://www.thetradingroom.com/wp-content/uploads/2013/02/Bond-trade-Pierre.tif',0,'attachment','image/tiff',0),(325,2,'2013-03-31 23:08:46','2013-03-31 23:08:46','','corn2','','inherit','open','closed','','corn2','','','2013-03-31 23:08:46','2013-03-31 23:08:46','',323,'http://www.thetradingroom.com/wp-content/uploads/2013/03/corn2.jpg',0,'attachment','image/jpeg',0),(326,2,'2013-03-31 23:09:48','2013-03-31 23:09:48','On the last day of trade this week, Corn plunged sparking a slump in Soybeans and Wheat, after the U.S. government said domestic inventories were bigger than analysts forecast and that farmers will plant the most since 1936. As a result Corn futures tumbled by the exchanges $.40 limit, -5.4%. Soybean futures dropped -3.1% while Wheat futures fell -6.9%. Energy was the outperforming sector for the week with Crude Oil gaining 3.8% (bullish RQ Ranking) and Natural Gas rising 2.4%. In the week ahead Thursday is busy with scheduled economic data releases including UK rate statement, Spanish 10 year bond auction, BOJ press conference, ECB press conference and Fed Chairman Bernanke speaks.\n\nThe Basics of Trading the Grains\n\nTrading the grains is a special and exciting market to trade. If you\'re a daytrader then you will like the intraday volatility the grain markets offer. The grains are a true momentum market therefore breakouts and breakdowns tend to be a favorite among quant traders. The pit session is open from 10:30 AM to 2:15 PM ET. In other words when the currency and financial markets slow down in volume, the heavy volume in the grains begin. The open is where the greatest volume and aggressive price swings occur.\n\nThe tick increments for corn, soybeans and wheat are $12.50 per quarter-point kicks or $50 per point. So they are the same for the S&amp;P mini futures. The intraday in overnight margins are also very low for corn in just a little bit higher for soybeans and wheat.\n\nCorn and soybeans are the most active during the summer months, as they go through their critical pollination faces during July and August. Weather is an important driver of prices during the summer months. Extreme heat can cause damage for corn and soybeans. Rain is usually very beneficial for crops however it can also cause damage. Rain can cause problems for farmers by disrupting the planting or harvest process, but damage can also occur from excessive rains. A slight change in a weather forecast can ignite strong price rallies and  just like traders witnessed this past  Friday, inventories can send prices in a free fall.  To learn more about trading the grains with the Rios Quant technology, write me at joegrios@gmail.com or support@riosquant.com.\n\n&nbsp;\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/corn.jpg\"><img class=\"alignnone size-full wp-image-324\" alt=\"corn\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/corn.jpg\" width=\"1007\" height=\"495\" /></a>\n\n&nbsp;\n\nIntraday 30 minute Corn chart minutes before  the U.S. government said domestic inventories were bigger than analysts forecast and that farmers will plant the most since 1936.\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/corn2.jpg\"><img class=\"alignnone size-full wp-image-325\" alt=\"corn2\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/corn2.jpg\" width=\"1012\" height=\"491\" /></a>\n\nSame intraday 30\n\n&nbsp;','The Week Ahead - The Basics of Trading the Grains by Joe Rios','','inherit','open','closed','','323-revision','','','2013-03-31 23:09:48','2013-03-31 23:09:48','',323,'http://www.thetradingroom.com/323-revision/',0,'revision','',0),(323,2,'2013-03-31 23:10:46','2013-03-31 23:10:46','On the last day of trade this week, Corn plunged sparking a slump in Soybeans and Wheat, after the U.S. government said domestic inventories were bigger than analysts forecast and that farmers will plant the most since 1936. As a result Corn futures tumbled by the exchanges $.40 limit, -5.4%. Soybean futures dropped -3.1% while Wheat futures fell -6.9%. Energy was the outperforming sector for the week with Crude Oil gaining 3.8% (bullish RQ Ranking) and Natural Gas rising 2.4%. In the week ahead Thursday is busy with scheduled economic data releases including UK rate statement, Spanish 10 year bond auction, BOJ press conference, ECB press conference and Fed Chairman Bernanke speaks.\r\n\r\nThe Basics of Trading the Grains\r\n\r\nTrading the grains is a special and exciting market to trade. If you\'re a daytrader then you will like the intraday volatility the grain markets offer. The grains are a true momentum market therefore breakouts and breakdowns tend to be a favorite among quant traders. The pit session is open from 10:30 AM to 2:15 PM ET. In other words when the currency and financial markets slow down in volume, the heavy volume in the grains begin. The open is where the greatest volume and aggressive price swings occur.\r\n\r\nThe tick increments for corn, soybeans and wheat are $12.50 per quarter-point kicks or $50 per point. So they are the same for the S&amp;P mini futures. The intraday in overnight margins are also very low for corn in just a little bit higher for soybeans and wheat.\r\n\r\nCorn and soybeans are the most active during the summer months, as they go through their critical pollination faces during July and August. Weather is an important driver of prices during the summer months. Extreme heat can cause damage for corn and soybeans. Rain is usually very beneficial for crops however it can also cause damage. Rain can cause problems for farmers by disrupting the planting or harvest process, but damage can also occur from excessive rains. A slight change in a weather forecast can ignite strong price rallies and  just like traders witnessed this past  Friday, inventories can send prices in a free fall.  To learn more about trading the grains with the Rios Quant technology, write me at joegrios@gmail.com or support@riosquant.com.\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/corn.jpg\"><img class=\"alignnone size-full wp-image-324\" alt=\"corn\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/corn.jpg\" width=\"1007\" height=\"495\" /></a>\r\n\r\n&nbsp;\r\n\r\nIntraday 30 minute Corn chart minutes before  the U.S. government said domestic inventories were bigger than analysts forecast and that farmers will plant the most since 1936.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/corn2.jpg\"><img class=\"alignnone size-full wp-image-325\" alt=\"corn2\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/corn2.jpg\" width=\"1012\" height=\"491\" /></a>\r\n\r\nSame Intraday 30 minute corn chart showing price action following report release.\r\n\r\n&nbsp;','The Week Ahead - The Basics of Trading the Grains by Joe Rios','','publish','open','closed','','the-week-ahead-the-basics-of-trading-the-grains-by-joe-rios','','','2013-03-31 23:11:29','2013-03-31 23:11:29','',0,'http://www.thetradingroom.com/?p=323',0,'post','',0),(226,2,'2013-02-28 15:04:24','2013-02-28 15:04:24','<div>At 11:00 am Risk was clearly coming into the OFF territory but the indices were already too far in Bull Zone passed R2, so I concentrated on the 30 Y Bond and place my sell stop at the RQC 7 right below Bear Zone 1 which provided an attractive entry.I set my stop loss at $300 and my profit target at $200, The trade went sideways for 2 hours getting positive $93.50 and then negative $125.00 but I was confident and did not mess with stop and target. Yes I could have taken a few more ticks but only had 1 contract. What counts for me is  when I entered the trade and why.</div>\r\n<div> MY NEW MOTTO IS   <strong><span style=\"font-family: \'arial black\', sans-serif\">WHAT DO I SEE!</span></strong><strong><span style=\"font-family: \'arial black\', sans-serif\"> - WHAT DOES IT MEAN? - WHAT DO I DO?</span></strong></div>\r\n<div></div>\r\n<div>Pierre S. - RQ Insider Member</div>\r\n<div></div>\r\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/bond-trade-Pierre-2.png\"><img class=\"alignleft size-full wp-image-227\" alt=\"bond trade Pierre 2\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/bond-trade-Pierre-2.png\" width=\"204\" height=\"166\" /></a></div>','Bond Trade with Risk Sentiment','','publish','open','closed','','bond-trade-with-risk-sentiment-2','','','2013-02-28 20:23:09','2013-02-28 20:23:09','',0,'http://www.thetradingroom.com/?p=226',0,'post','',0),(227,2,'2013-02-28 15:00:48','2013-02-28 15:00:48','','bond trade Pierre 2','','inherit','open','closed','','bond-trade-pierre-2-2','','','2013-02-28 15:00:48','2013-02-28 15:00:48','',226,'http://www.thetradingroom.com/wp-content/uploads/2013/02/bond-trade-Pierre-2.png',0,'attachment','image/png',0),(228,2,'2013-02-28 15:00:00','2013-02-28 15:00:00','<div>At 11:00 am Risk was clearly coming into the OFF territory but the indices were already too far in Bull Zone passed R2, so I concentrated on the 30 Y Bond and place my sell stop at the RQC 7 right below Bear Zone 1 which provided an attractive entry.I set my stop loss at $300 and my profit target at $200, The trade went sideways for 2 hours getting positive $93.50 and then negative $125.00 but I was confident and did not mess with stop and target. Yes I could have taken a few more ticks but only had 1 contract. What counts for me is  when I entered the trade and why.</div>\n<div></div>\n<div>MY NEW MOTTO IS   <strong><span style=\"font-family: \'arial black\', sans-serif\">WHAT DO I SEE! - WHAT DOES IT MEAN? - WHAT DO I DO?</span></strong></div>','','','inherit','open','closed','','226-revision','','','2013-02-28 15:00:00','2013-02-28 15:00:00','',226,'http://www.thetradingroom.com/226-revision/',0,'revision','',0),(229,2,'2013-02-28 15:02:00','2013-02-28 15:02:00','<div>At 11:00 am Risk was clearly coming into the OFF territory but the indices were already too far in Bull Zone passed R2, so I concentrated on the 30 Y Bond and place my sell stop at the RQC 7 right below Bear Zone 1 which provided an attractive entry.I set my stop loss at $300 and my profit target at $200, The trade went sideways for 2 hours getting positive $93.50 and then negative $125.00 but I was confident and did not mess with stop and target. Yes I could have taken a few more ticks but only had 1 contract. What counts for me is  when I entered the trade and why.</div>\n<div></div>\n<div>MY NEW MOTTO IS   <strong><span style=\"font-family: \'arial black\', sans-serif\">WHAT DO I SEE! - WHAT DOES IT MEAN? - WHAT DO I DO?</span></strong></div>','Bond Trade with Risk Sentiment','','inherit','open','closed','','226-revision-2','','','2013-02-28 15:02:00','2013-02-28 15:02:00','',226,'http://www.thetradingroom.com/226-revision-2/',0,'revision','',0),(230,2,'2013-02-28 15:05:26','2013-02-28 15:05:26','<div>At 11:00 am Risk was clearly coming into the OFF territory but the indices were already too far in Bull Zone passed R2, so I concentrated on the 30 Y Bond and place my sell stop at the RQC 7 right below Bear Zone 1 which provided an attractive entry.I set my stop loss at $300 and my profit target at $200, The trade went sideways for 2 hours getting positive $93.50 and then negative $125.00 but I was confident and did not mess with stop and target. Yes I could have taken a few more ticks but only had 1 contract. What counts for me is  when I entered the trade and why.</div>\n<div> MY NEW MOTTO IS   <strong><span style=\"font-family: \'arial black\', sans-serif\">WHAT DO I SEE!</span></strong><strong><span style=\"font-family: \'arial black\', sans-serif\"> - WHAT DOES IT MEAN? - WHAT DO I DO?</span></strong></div>\n<div></div>\n<div>Pierre S. - RQ Insider Member</div>\n<div></div>\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/bond-trade-Pierre-2.png\"><img class=\"alignleft size-full wp-image-227\" alt=\"bond trade Pierre 2\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/bond-trade-Pierre-2.png\" width=\"204\" height=\"166\" /></a></div>','Bond Trade with Risk Sentiment','','inherit','open','closed','','226-autosave','','','2013-02-28 15:05:26','2013-02-28 15:05:26','',226,'http://www.thetradingroom.com/226-autosave/',0,'revision','',0),(231,2,'2013-02-28 15:28:07','2013-02-28 15:28:07','Successful copper short trade this morning in the Advanz managed account program. Market selection was based on all three Nextreme indicators pointing to aggressive distribution. Alpha models used was both the RQ-Channel 7 breakdown into Zone 2 and the Einstein auto system.\r\n\r\nJoe Rios<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/Copper-trade2.bmp\">\r\n</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/Copper-trade2.bmp\"><img class=\"alignleft size-medium wp-image-237\" alt=\"Copper trade\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/Copper-trade2.bmp\" /></a>','Copper Sell Short Trade','','publish','open','closed','','copper-sell-short-trade','','','2013-02-28 15:29:38','2013-02-28 15:29:38','',0,'http://www.thetradingroom.com/?p=231',0,'post','',0),(232,2,'2013-02-28 15:23:00','2013-02-28 15:23:00','','Copper trade','','inherit','open','closed','','copper-trade','','','2013-02-28 15:23:00','2013-02-28 15:23:00','',231,'http://www.thetradingroom.com/wp-content/uploads/2013/02/Copper-trade.bmp',0,'attachment','image/bmp',0),(233,2,'2013-02-28 15:22:06','2013-02-28 15:22:06','Successful copper short trade this morning in the Advanz managed account program. Market selection was based on all three Nextreme indicators pointing to aggressive distribution. Alpha models used was both the RQ-Channel 7 breakdown into Zone 2 and the Einstein auto system.\n\nJoe Rios','Copper Sell Short Trade','','inherit','open','closed','','231-revision','','','2013-02-28 15:22:06','2013-02-28 15:22:06','',231,'http://www.thetradingroom.com/231-revision/',0,'revision','',0),(234,2,'2013-02-28 15:23:54','2013-02-28 15:23:54','','Copper trade','','inherit','open','closed','','copper-trade-2','','','2013-02-28 15:23:54','2013-02-28 15:23:54','',231,'http://www.thetradingroom.com/wp-content/uploads/2013/02/Copper-trade1.bmp',0,'attachment','image/bmp',0),(235,2,'2013-02-28 15:23:33','2013-02-28 15:23:33','Successful copper short trade this morning in the Advanz managed account program. Market selection was based on all three Nextreme indicators pointing to aggressive distribution. Alpha models used was both the RQ-Channel 7 breakdown into Zone 2 and the Einstein auto system.\r\n\r\nJoe Rios','Copper Sell Short Trade','','inherit','open','closed','','231-revision-2','','','2013-02-28 15:23:33','2013-02-28 15:23:33','',231,'http://www.thetradingroom.com/231-revision-2/',0,'revision','',0),(236,2,'2013-02-28 15:24:14','2013-02-28 15:24:14','Successful copper short trade this morning in the Advanz managed account program. Market selection was based on all three Nextreme indicators pointing to aggressive distribution. Alpha models used was both the RQ-Channel 7 breakdown into Zone 2 and the Einstein auto system.\r\n\r\nJoe Rios','Copper Sell Short Trade','','inherit','open','closed','','231-revision-3','','','2013-02-28 15:24:14','2013-02-28 15:24:14','',231,'http://www.thetradingroom.com/231-revision-3/',0,'revision','',0),(237,2,'2013-02-28 15:26:55','2013-02-28 15:26:55','','Copper trade','','inherit','open','closed','','copper-trade-3','','','2013-02-28 15:26:55','2013-02-28 15:26:55','',231,'http://www.thetradingroom.com/wp-content/uploads/2013/02/Copper-trade2.bmp',0,'attachment','image/bmp',0),(238,2,'2013-02-28 15:28:03','2013-02-28 15:28:03','Successful copper short trade this morning in the Advanz managed account program. Market selection was based on all three Nextreme indicators pointing to aggressive distribution. Alpha models used was both the RQ-Channel 7 breakdown into Zone 2 and the Einstein auto system.\n\nJoe Rios<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/Copper-trade2.bmp\">\n</a>\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/Copper-trade2.bmp\"><img class=\"alignleft size-medium wp-image-237\" alt=\"Copper trade\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/Copper-trade2.bmp\" /></a>','Copper Sell Short Trade','','inherit','open','closed','','231-revision-4','','','2013-02-28 15:28:03','2013-02-28 15:28:03','',231,'http://www.thetradingroom.com/231-revision-4/',0,'revision','',0),(239,2,'2013-02-28 15:30:38','2013-02-28 15:30:38','Successful copper short trade this morning in the Advanz managed account program. Market selection was based on all three Nextreme indicators pointing to aggressive distribution. Alpha models used was both the RQ-Channel 7 breakdown into Zone 2 and the Einstein auto system.\n\nJoe Rios<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/Copper-trade2.bmp\">\n</a>\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/Copper-trade2.bmp\"><img class=\"alignleft size-medium wp-image-237\" alt=\"Copper trade\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/Copper-trade2.bmp\" /></a>','Copper Sell Short Trade','','inherit','open','closed','','231-autosave','','','2013-02-28 15:30:38','2013-02-28 15:30:38','',231,'http://www.thetradingroom.com/231-autosave/',0,'revision','',0),(240,2,'2013-02-28 15:28:07','2013-02-28 15:28:07','Successful copper short trade this morning in the Advanz managed account program. Market selection was based on all three Nextreme indicators pointing to aggressive distribution. Alpha models used was both the RQ-Channel 7 breakdown into Zone 2 and the Einstein auto system.\r\n\r\nJoe Rios<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/Copper-trade2.bmp\">\r\n</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/Copper-trade2.bmp\"><img class=\"alignleft size-medium wp-image-237\" alt=\"Copper trade\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/Copper-trade2.bmp\" /></a>','Copper Sell Short Trade','','inherit','open','closed','','231-revision-5','','','2013-02-28 15:28:07','2013-02-28 15:28:07','',231,'http://www.thetradingroom.com/231-revision-5/',0,'revision','',0),(241,2,'2013-02-28 15:04:24','2013-02-28 15:04:24','<div>At 11:00 am Risk was clearly coming into the OFF territory but the indices were already too far in Bull Zone passed R2, so I concentrated on the 30 Y Bond and place my sell stop at the RQC 7 right below Bear Zone 1 which provided an attractive entry.I set my stop loss at $300 and my profit target at $200, The trade went sideways for 2 hours getting positive $93.50 and then negative $125.00 but I was confident and did not mess with stop and target. Yes I could have taken a few more ticks but only had 1 contract. What counts for me is  when I entered the trade and why.</div>\r\n<div> MY NEW MOTTO IS   <strong><span style=\"font-family: \'arial black\', sans-serif\">WHAT DO I SEE!</span></strong><strong><span style=\"font-family: \'arial black\', sans-serif\"> - WHAT DOES IT MEAN? - WHAT DO I DO?</span></strong></div>\r\n<div></div>\r\n<div>Pierre S. - RQ Insider Member</div>\r\n<div></div>\r\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/bond-trade-Pierre-2.png\"><img class=\"alignleft size-full wp-image-227\" alt=\"bond trade Pierre 2\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/bond-trade-Pierre-2.png\" width=\"204\" height=\"166\" /></a></div>','Bond Trade with Risk Sentiment','','inherit','open','closed','','226-revision-3','','','2013-02-28 15:04:24','2013-02-28 15:04:24','',226,'http://www.thetradingroom.com/226-revision-3/',0,'revision','',0),(244,2,'2013-03-03 18:51:10','2013-03-03 18:51:10','<h1></h1>','The Week Ahead in the Global Markets - by Joe Rios','','inherit','open','closed','','243-revision','','','2013-03-03 18:51:10','2013-03-03 18:51:10','',243,'http://www.thetradingroom.com/243-revision/',0,'revision','',0),(432,1,'2013-05-28 15:12:43','2013-05-28 15:12:43','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\r\n\r\n&nbsp;\r\n\r\nNatural Gas 4.1% and Wheat 2.1% were last week\'s outperformers while Crude Oil -2.2%  closed the week as the underperformer. It was an exciting week in the currency market with the Japanese Yen gaining 2.1% in short covering mode and as the Nikkei lost -6.9%. I will continue to keep my eyes on Japan.  Having the third-largest economy in the world and the fact that they started a global currency war merits special attention. The S&amp;P 500 was under pressure with the Financials -2.3%, Technology -2.3 and Utilities -2.9 as the worst performing sectors. With the month of May coming to a close, in the week ahead I will also focus on the bond market for direction and the equity indices for potential volatility.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead - Focusing on the Bond Market for Direction by Joe Rios','','inherit','open','closed','','385-revision-v1','','','2013-05-28 15:12:43','2013-05-28 15:12:43','',385,'http://www.thetradingroom.com/385-revision-v1/',0,'revision','',0),(247,2,'2013-03-03 18:59:25','0000-00-00 00:00:00','<h1></h1>','','','draft','open','closed','','','','','2013-03-03 18:59:25','2013-03-03 18:59:25','',0,'http://www.thetradingroom.com/?p=247',0,'post','',0),(402,2,'2013-07-07 14:05:00','2013-07-07 14:05:00','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\r\n\r\n&nbsp;\r\n\r\nFriday\'s strong payrolls report for June delivered volatility in most asset classes. In the FX market, foreign currencies continued to sell off as flows continued to rotate from fixed income instruments and the metals to the US dollar. US treasury yields rallied strongly as expectation of tapering is expected to begin as early as this month\'s Fed meeting on the 31st of  July. However I continue to speculate that the fed will wait until September to gather more economic data. In the week ahead traders should continue to stay focused on economic data releases and news from the Middle East, specifically Egypt which should have a direct impact on the volatility and direction of Crude Oil price action.\r\n\r\n<img alt=\"\" src=\"http://finviz.com/fut_image.ashx?relative_w1.png&amp;rev=635087880100911250\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead - Rotation Continues to Drive the US Dollar Higher by Joe Rios','','publish','open','closed','','the-week-ahead-rotation-continues-to-drive-the-us-dollar-higher-by-joe-rios','','','2013-07-07 14:05:00','2013-07-07 14:05:00','',0,'http://www.thetradingroom.com/?p=402',0,'post','',0),(250,2,'2013-03-03 20:24:49','2013-03-03 20:24:49','Efforts to avoid US government spending cuts were aborted on Thursday, as both bills put forward by opposing parties failed to pass the Senate.  The US equity markets sold-off on Monday only to regain the losses by Wednesday\'s close, eventually ending the week flat indicating indecisiveness from market participants - <i>chart #1</i>. The US Dollar and US Ten Year Note strengthened with RQ-Channel bullish breakouts while commodities weakened as Risk-OFF sentiment prevailed in most asset classes - <i>chart #2</i>. The Euro closed the week at a key technical support level as pinpointed by the RQ-Channel making the Euro my main focus in the week ahead <i>- chart #3</i>.  The currency markets should dominate the calendar headlines starting with the Eurogroup finance minister\'s meeting on Monday and later in the week the ECB will make its latest policy decision with a backdrop of weak economic growth and Italian political conflict.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/dc1.jpg\"><img class=\"alignnone size-full wp-image-255\" alt=\"dc1\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/dc1.jpg\" width=\"715\" height=\"736\" /></a>\r\n\r\n<em>Chart #1 -</em> The S&amp;P 500 closed the week with a dragonfly Doji Japanese candlestick formation indicating indecision between bulls and bears. At a market top, a Doji can be an early warning of forthcoming volatility.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/downward-channel2.jpg\"><img class=\"alignnone size-full wp-image-256\" alt=\"downward channel2\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/downward-channel2.jpg\" width=\"723\" height=\"738\" /></a>\r\n\r\n<em>Chart #2 -  T</em>he US dollar index brokeout as illustrated by the RQ-Channel 7 indicator after a bullish double bottom reversal pattern formation.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/doji.tif\"><img class=\"alignnone size-large wp-image-254\" alt=\"doji\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/doji.tif\" /></a> <a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/heand-shoulders.gif\"><img class=\"alignnone size-full wp-image-262\" alt=\"heand shoulders\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/heand-shoulders.gif\" width=\"781\" height=\"737\" /></a>\r\n\r\nChart #3 - The Euro finished the week at a key psychological and technical level.  Monday the 18th of February a head and shoulder pattern description with a bearish quantitative ranking was published in the RQ Cross Box section of the RiosQuant.com site. The head and shoulder pattern is generally regarded as a reversal pattern and it\'s most often seen in uptrends. It is also most reliable when found in an uptrend, also indicated during the past couple weeks in the RQ Cross Box trend direction box. Like in most H&amp;S formations, the market begins to slow down and the forces of supply and demand are generally considered in balance. Bears come in at the highs (left shoulder) and the downside is probed (beginning neckline). Bulls soon return to the market and ultimately push through to new highs (head). However, the new highs are quickly turned back and the downside is tested again (continuing neckline). Tentative buying re-emerges and the market rallies once more, but fails to take out the previous high (last top is considered the right shoulder). Buying dries up and bears again gain control and the market tests the downside again.\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;','The Week Ahead in the Global Markets - Ten Year Note Breaks Downtrend - by Joe Rios','','publish','open','closed','','the-week-ahead-in-the-global-markets-ten-year-note-breaks-downtrend-by-joe-rios','','','2013-03-03 20:24:58','2013-03-03 20:24:58','',0,'http://www.thetradingroom.com/?p=250',0,'post','',0),(254,2,'2013-03-03 19:18:08','2013-03-03 19:18:08','','doji','','inherit','open','closed','','doji','','','2013-03-03 19:18:08','2013-03-03 19:18:08','',250,'http://www.thetradingroom.com/wp-content/uploads/2013/03/doji.tif',0,'attachment','image/tiff',0),(255,2,'2013-03-03 19:20:07','2013-03-03 19:20:07','','dc1','','inherit','open','closed','','dc1','','','2013-03-03 19:20:07','2013-03-03 19:20:07','',250,'http://www.thetradingroom.com/wp-content/uploads/2013/03/dc1.jpg',0,'attachment','image/jpeg',0),(995,2,'2014-02-19 23:47:10','2014-02-19 23:47:10','Name: <strong><em>Derek Thomas </em></strong>\r\n\r\nHome town: <strong><em>Reno, Nevada</em> </strong>\r\n\r\nJob Title: <strong><em>CEO / Business Owner</em></strong>\r\n\r\nTrading since:<strong><em> 2009 </em></strong>\r\n\r\nPreferred markets to trade: <strong><em>Crude Oil, Natural Gas, Gold, Silver and the Russell futures</em> </strong>\r\n\r\nFavorite approach to trading: <strong><em>Momentum day trading, scalping the financial futures</em></strong>\r\n\r\nMain strategy utilized: <strong><em>Momentum </em></strong>\r\n\r\nLast trade: <strong><em>Silver for $450 profit</em></strong>\r\n\r\nMost memorable trade: <strong><em>Natural Gas for $1,980 profit</em></strong>\r\n\r\nBiggest Challenge: <strong><em>Patience, patience, patience!!! </em></strong>\r\n\r\nPrimary ambition: <strong><em>Trade for a living </em></strong>\r\n\r\nRiosQuant member since: <strong><em>June 2013</em></strong>\r\n\r\n\r\n\r\n\r\n\r\n','','','inherit','open','closed','','987-revision-v1','','','2014-02-19 23:47:10','2014-02-19 23:47:10','',987,'http://www.thetradingroom.com/987-revision-v1/',0,'revision','',0),(257,2,'2013-03-03 19:37:35','2013-03-03 19:37:35','','downward channel3','','inherit','open','closed','','downward-channel3','','','2013-03-03 19:37:35','2013-03-03 19:37:35','',250,'http://www.thetradingroom.com/wp-content/uploads/2013/03/downward-channel3.jpg',0,'attachment','image/jpeg',0),(258,2,'2013-03-03 19:39:32','2013-03-03 19:39:32','','downward channel4','','inherit','open','closed','','downward-channel4','','','2013-03-03 19:39:32','2013-03-03 19:39:32','',250,'http://www.thetradingroom.com/wp-content/uploads/2013/03/downward-channel4.jpg',0,'attachment','image/jpeg',0),(259,2,'2013-03-03 19:43:24','2013-03-03 19:43:24','','downward channel5','','inherit','open','closed','','downward-channel5','','','2013-03-03 19:43:24','2013-03-03 19:43:24','',250,'http://www.thetradingroom.com/wp-content/uploads/2013/03/downward-channel5.jpg',0,'attachment','image/jpeg',0),(260,2,'2013-03-03 19:45:26','2013-03-03 19:45:26','','downward channel6','','inherit','open','closed','','downward-channel6','','','2013-03-03 19:45:26','2013-03-03 19:45:26','',250,'http://www.thetradingroom.com/wp-content/uploads/2013/03/downward-channel6.gif',0,'attachment','image/gif',0),(262,2,'2013-03-03 19:54:53','2013-03-03 19:54:53','','heand shoulders','','inherit','open','closed','','heand-shoulders','','','2013-03-03 19:54:53','2013-03-03 19:54:53','',250,'http://www.thetradingroom.com/wp-content/uploads/2013/03/heand-shoulders.gif',0,'attachment','image/gif',0),(261,2,'2013-03-03 19:49:36','2013-03-03 19:49:36','','downward channel3','','inherit','open','closed','','downward-channel3-2','','','2013-03-03 19:49:36','2013-03-03 19:49:36','',250,'http://www.thetradingroom.com/wp-content/uploads/2013/03/downward-channel31.jpg',0,'attachment','image/jpeg',0),(263,2,'2013-03-03 20:12:16','2013-03-03 20:12:16','Efforts to avoid US government spending cuts were aborted on Thursday, as both bills put forward by opposing parties failed to pass the Senate.  The US equity markets sold-off on Monday only to regain the losses by Wednesday\'s close, eventually ending the week flat indicating indecisiveness from market participants - <i>chart #1</i>. The US Dollar and US Ten Year Note strengthened with RQ-Channel bullish breakouts while commodities weakened as Risk-OFF sentiment prevailed in most asset classes - <i>chart #2</i>. The Euro closed the week at a key technical support level as pinpointed by the RQ-Channel making the Euro my main focus in the week ahead <i>- chart #3</i>.  The currency markets should dominate the calendar headlines starting with the Eurogroup finance minister\'s meeting on Monday and later in the week the ECB will make its latest policy decision with a backdrop of weak economic growth and Italian political conflict.\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/dc1.jpg\"><img class=\"alignnone size-full wp-image-255\" alt=\"dc1\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/dc1.jpg\" width=\"715\" height=\"736\" /></a>\n\n<em>Chart #1 -</em> The S&amp;P 500 closed the week with a dragonfly Doji Japanese candlestick formation indicating indecision between Bulls and Bears. At a market top, a Doji can be an early warning of forthcoming volatility.\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/downward-channel2.jpg\"><img class=\"alignnone size-full wp-image-256\" alt=\"downward channel2\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/downward-channel2.jpg\" width=\"723\" height=\"738\" /></a>\n\n<em>Chart #2 -  T</em>he US dollar index brokeout as illustrated by the RQ-Channel 7 indicator after a bullish double bottom reversal pattern formation.\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/doji.tif\"><img class=\"alignnone size-large wp-image-254\" alt=\"doji\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/doji.tif\" /></a> <a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/heand-shoulders.gif\"><img class=\"alignnone size-full wp-image-262\" alt=\"heand shoulders\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/heand-shoulders.gif\" width=\"781\" height=\"737\" /></a>\n\n&nbsp;\n\nChart #3 - The Euro finished the week at a key psychological and technical level.  Monday the 18th of February a head and shoulder pattern description with a bearish quantitative ranking was published in the RQ Cross Box section of the RiosQuant.com site. The head and shoulder pattern is generally regarded as a reversal pattern and it\'s most often seen in uptrends. It is also most reliable when found in an uptrend, also indicated during the past couple weeks in the RQ Cross Box trend direction box. Like in most H&amp;S formations, the market begins to slow down and the forces of supply and demand are generally considered in balance. Bears come in at the highs (left shoulder) and the downside is probed (beginning neckline). Bulls soon return to the market and ultimately push through to new highs (head). However, the new highs are quickly turned back and the downside is tested again (continuing neckline). Tentative buying re-emerges and the market rallies once more, but fails to take out the previous high (last top is considered the right shoulder). Buying dries up and bears again gain control and the market tests the downside again.\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;','The Week Ahead in the Global Markets - by Joe Rios','','inherit','open','closed','','250-revision','','','2013-03-03 20:12:16','2013-03-03 20:12:16','',250,'http://www.thetradingroom.com/250-revision/',0,'revision','',0),(265,2,'2013-03-03 20:14:02','2013-03-03 20:14:02','Efforts to avoid US government spending cuts were aborted on Thursday, as both bills put forward by opposing parties failed to pass the Senate.  The US equity markets sold-off on Monday only to regain the losses by Wednesday\'s close, eventually ending the week flat indicating indecisiveness from market participants - <i>chart #1</i>. The US Dollar and US Ten Year Note strengthened with RQ-Channel bullish breakouts while commodities weakened as Risk-OFF sentiment prevailed in most asset classes - <i>chart #2</i>. The Euro closed the week at a key technical support level as pinpointed by the RQ-Channel making the Euro my main focus in the week ahead <i>- chart #3</i>.  The currency markets should dominate the calendar headlines starting with the Eurogroup finance minister\'s meeting on Monday and later in the week the ECB will make its latest policy decision with a backdrop of weak economic growth and Italian political conflict.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/dc1.jpg\"><img class=\"alignnone size-full wp-image-255\" alt=\"dc1\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/dc1.jpg\" width=\"715\" height=\"736\" /></a>\r\n\r\n<em>Chart #1 -</em> The S&amp;P 500 closed the week with a dragonfly Doji Japanese candlestick formation indicating indecision between Bulls and Bears. At a market top, a Doji can be an early warning of forthcoming volatility.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/downward-channel2.jpg\"><img class=\"alignnone size-full wp-image-256\" alt=\"downward channel2\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/downward-channel2.jpg\" width=\"723\" height=\"738\" /></a>\r\n\r\n<em>Chart #2 -  T</em>he US dollar index brokeout as illustrated by the RQ-Channel 7 indicator after a bullish double bottom reversal pattern formation.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/doji.tif\"><img class=\"alignnone size-large wp-image-254\" alt=\"doji\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/doji.tif\" /></a> <a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/heand-shoulders.gif\"><img class=\"alignnone size-full wp-image-262\" alt=\"heand shoulders\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/heand-shoulders.gif\" width=\"781\" height=\"737\" /></a>\r\n\r\nChart #3 - The Euro finished the week at a key psychological and technical level.  Monday the 18th of February a head and shoulder pattern description with a bearish quantitative ranking was published in the RQ Cross Box section of the RiosQuant.com site. The head and shoulder pattern is generally regarded as a reversal pattern and it\'s most often seen in uptrends. It is also most reliable when found in an uptrend, also indicated during the past couple weeks in the RQ Cross Box trend direction box. Like in most H&amp;S formations, the market begins to slow down and the forces of supply and demand are generally considered in balance. Bears come in at the highs (left shoulder) and the downside is probed (beginning neckline). Bulls soon return to the market and ultimately push through to new highs (head). However, the new highs are quickly turned back and the downside is tested again (continuing neckline). Tentative buying re-emerges and the market rallies once more, but fails to take out the previous high (last top is considered the right shoulder). Buying dries up and bears again gain control and the market tests the downside again.\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;','The Week Ahead in the Global Markets - by Joe Rios','','inherit','open','closed','','250-revision-3','','','2013-03-03 20:14:02','2013-03-03 20:14:02','',250,'http://www.thetradingroom.com/250-revision-3/',0,'revision','',0),(264,2,'2013-03-03 20:12:47','2013-03-03 20:12:47','Efforts to avoid US government spending cuts were aborted on Thursday, as both bills put forward by opposing parties failed to pass the Senate.  The US equity markets sold-off on Monday only to regain the losses by Wednesday\'s close, eventually ending the week flat indicating indecisiveness from market participants - <i>chart #1</i>. The US Dollar and US Ten Year Note strengthened with RQ-Channel bullish breakouts while commodities weakened as Risk-OFF sentiment prevailed in most asset classes - <i>chart #2</i>. The Euro closed the week at a key technical support level as pinpointed by the RQ-Channel making the Euro my main focus in the week ahead <i>- chart #3</i>.  The currency markets should dominate the calendar headlines starting with the Eurogroup finance minister\'s meeting on Monday and later in the week the ECB will make its latest policy decision with a backdrop of weak economic growth and Italian political conflict.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/dc1.jpg\"><img class=\"alignnone size-full wp-image-255\" alt=\"dc1\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/dc1.jpg\" width=\"715\" height=\"736\" /></a>\r\n\r\n<em>Chart #1 -</em> The S&amp;P 500 closed the week with a dragonfly Doji Japanese candlestick formation indicating indecision between Bulls and Bears. At a market top, a Doji can be an early warning of forthcoming volatility.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/downward-channel2.jpg\"><img class=\"alignnone size-full wp-image-256\" alt=\"downward channel2\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/downward-channel2.jpg\" width=\"723\" height=\"738\" /></a>\r\n\r\n<em>Chart #2 -  T</em>he US dollar index brokeout as illustrated by the RQ-Channel 7 indicator after a bullish double bottom reversal pattern formation.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/doji.tif\"><img class=\"alignnone size-large wp-image-254\" alt=\"doji\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/doji.tif\" /></a> <a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/heand-shoulders.gif\"><img class=\"alignnone size-full wp-image-262\" alt=\"heand shoulders\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/heand-shoulders.gif\" width=\"781\" height=\"737\" /></a>\r\n\r\n&nbsp;\r\n\r\nChart #3 - The Euro finished the week at a key psychological and technical level.  Monday the 18th of February a head and shoulder pattern description with a bearish quantitative ranking was published in the RQ Cross Box section of the RiosQuant.com site. The head and shoulder pattern is generally regarded as a reversal pattern and it\'s most often seen in uptrends. It is also most reliable when found in an uptrend, also indicated during the past couple weeks in the RQ Cross Box trend direction box. Like in most H&amp;S formations, the market begins to slow down and the forces of supply and demand are generally considered in balance. Bears come in at the highs (left shoulder) and the downside is probed (beginning neckline). Bulls soon return to the market and ultimately push through to new highs (head). However, the new highs are quickly turned back and the downside is tested again (continuing neckline). Tentative buying re-emerges and the market rallies once more, but fails to take out the previous high (last top is considered the right shoulder). Buying dries up and bears again gain control and the market tests the downside again.\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;','The Week Ahead in the Global Markets - by Joe Rios','','inherit','open','closed','','250-revision-2','','','2013-03-03 20:12:47','2013-03-03 20:12:47','',250,'http://www.thetradingroom.com/250-revision-2/',0,'revision','',0),(266,2,'2013-03-03 20:19:21','2013-03-03 20:19:21','Efforts to avoid US government spending cuts were aborted on Thursday, as both bills put forward by opposing parties failed to pass the Senate.  The US equity markets sold-off on Monday only to regain the losses by Wednesday\'s close, eventually ending the week flat indicating indecisiveness from market participants - <i>chart #1</i>. The US Dollar and US Ten Year Note strengthened with RQ-Channel bullish breakouts while commodities weakened as Risk-OFF sentiment prevailed in most asset classes - <i>chart #2</i>. The Euro closed the week at a key technical support level as pinpointed by the RQ-Channel making the Euro my main focus in the week ahead <i>- chart #3</i>.  The currency markets should dominate the calendar headlines starting with the Eurogroup finance minister\'s meeting on Monday and later in the week the ECB will make its latest policy decision with a backdrop of weak economic growth and Italian political conflict.\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/dc1.jpg\"><img class=\"alignnone size-full wp-image-255\" alt=\"dc1\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/dc1.jpg\" width=\"715\" height=\"736\" /></a>\n\n<em>Chart #1 -</em> The S&amp;P 500 closed the week with a dragonfly Doji Japanese candlestick formation indicating indecision between Bulls and Bears. At a market top, a Doji can be an early warning of forthcoming volatility.\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/downward-channel2.jpg\"><img class=\"alignnone size-full wp-image-256\" alt=\"downward channel2\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/downward-channel2.jpg\" width=\"723\" height=\"738\" /></a>\n\n<em>Chart #2 -  T</em>he US dollar index brokeout as illustrated by the RQ-Channel 7 indicator after a bullish double bottom reversal pattern formation.\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/doji.tif\"><img class=\"alignnone size-large wp-image-254\" alt=\"doji\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/doji.tif\" /></a> <a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/heand-shoulders.gif\"><img class=\"alignnone size-full wp-image-262\" alt=\"heand shoulders\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/heand-shoulders.gif\" width=\"781\" height=\"737\" /></a>\n\nChart #3 - The Euro finished the week at a key psychological and technical level.  Monday the 18th of February a head and shoulder pattern description with a bearish quantitative ranking was published in the RQ Cross Box section of the RiosQuant.com site. The head and shoulder pattern is generally regarded as a reversal pattern and it\'s most often seen in uptrends. It is also most reliable when found in an uptrend, also indicated during the past couple weeks in the RQ Cross Box trend direction box. Like in most H&amp;S formations, the market begins to slow down and the forces of supply and demand are generally considered in balance. Bears come in at the highs (left shoulder) and the downside is probed (beginning neckline). Bulls soon return to the market and ultimately push through to new highs (head). However, the new highs are quickly turned back and the downside is tested again (continuing neckline). Tentative buying re-emerges and the market rallies once more, but fails to take out the previous high (last top is considered the right shoulder). Buying dries up and bears again gain control and the market tests the downside again.\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;','The Week Ahead in the Global Markets - Ten Year Note Breaks Out Downward Channel - of by Joe Rios','','inherit','open','closed','','250-revision-4','','','2013-03-03 20:19:21','2013-03-03 20:19:21','',250,'http://www.thetradingroom.com/250-revision-4/',0,'revision','',0),(267,2,'2013-03-03 20:20:44','2013-03-03 20:20:44','Efforts to avoid US government spending cuts were aborted on Thursday, as both bills put forward by opposing parties failed to pass the Senate.  The US equity markets sold-off on Monday only to regain the losses by Wednesday\'s close, eventually ending the week flat indicating indecisiveness from market participants - <i>chart #1</i>. The US Dollar and US Ten Year Note strengthened with RQ-Channel bullish breakouts while commodities weakened as Risk-OFF sentiment prevailed in most asset classes - <i>chart #2</i>. The Euro closed the week at a key technical support level as pinpointed by the RQ-Channel making the Euro my main focus in the week ahead <i>- chart #3</i>.  The currency markets should dominate the calendar headlines starting with the Eurogroup finance minister\'s meeting on Monday and later in the week the ECB will make its latest policy decision with a backdrop of weak economic growth and Italian political conflict.\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/dc1.jpg\"><img class=\"alignnone size-full wp-image-255\" alt=\"dc1\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/dc1.jpg\" width=\"715\" height=\"736\" /></a>\n\n<em>Chart #1 -</em> The S&amp;P 500 closed the week with a dragonfly Doji Japanese candlestick formation indicating indecision between Bulls and Bears. At a market top, a Doji can be an early warning of forthcoming volatility.\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/downward-channel2.jpg\"><img class=\"alignnone size-full wp-image-256\" alt=\"downward channel2\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/downward-channel2.jpg\" width=\"723\" height=\"738\" /></a>\n\n<em>Chart #2 -  T</em>he US dollar index brokeout as illustrated by the RQ-Channel 7 indicator after a bullish double bottom reversal pattern formation.\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/doji.tif\"><img class=\"alignnone size-large wp-image-254\" alt=\"doji\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/doji.tif\" /></a> <a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/heand-shoulders.gif\"><img class=\"alignnone size-full wp-image-262\" alt=\"heand shoulders\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/heand-shoulders.gif\" width=\"781\" height=\"737\" /></a>\n\nChart #3 - The Euro finished the week at a key psychological and technical level.  Monday the 18th of February a head and shoulder pattern description with a bearish quantitative ranking was published in the RQ Cross Box section of the RiosQuant.com site. The head and shoulder pattern is generally regarded as a reversal pattern and it\'s most often seen in uptrends. It is also most reliable when found in an uptrend, also indicated during the past couple weeks in the RQ Cross Box trend direction box. Like in most H&amp;S formations, the market begins to slow down and the forces of supply and demand are generally considered in balance. Bears come in at the highs (left shoulder) and the downside is probed (beginning neckline). Bulls soon return to the market and ultimately push through to new highs (head). However, the new highs are quickly turned back and the downside is tested again (continuing neckline). Tentative buying re-emerges and the market rallies once more, but fails to take out the previous high (last top is considered the right shoulder). Buying dries up and bears again gain control and the market tests the downside again.\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;','Ten Year Note Breaks Downtrend -  by Joe Rios','','inherit','open','closed','','250-revision-5','','','2013-03-03 20:20:44','2013-03-03 20:20:44','',250,'http://www.thetradingroom.com/250-revision-5/',0,'revision','',0),(268,2,'2013-03-03 20:21:02','2013-03-03 20:21:02','Efforts to avoid US government spending cuts were aborted on Thursday, as both bills put forward by opposing parties failed to pass the Senate.  The US equity markets sold-off on Monday only to regain the losses by Wednesday\'s close, eventually ending the week flat indicating indecisiveness from market participants - <i>chart #1</i>. The US Dollar and US Ten Year Note strengthened with RQ-Channel bullish breakouts while commodities weakened as Risk-OFF sentiment prevailed in most asset classes - <i>chart #2</i>. The Euro closed the week at a key technical support level as pinpointed by the RQ-Channel making the Euro my main focus in the week ahead <i>- chart #3</i>.  The currency markets should dominate the calendar headlines starting with the Eurogroup finance minister\'s meeting on Monday and later in the week the ECB will make its latest policy decision with a backdrop of weak economic growth and Italian political conflict.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/dc1.jpg\"><img class=\"alignnone size-full wp-image-255\" alt=\"dc1\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/dc1.jpg\" width=\"715\" height=\"736\" /></a>\r\n\r\n<em>Chart #1 -</em> The S&amp;P 500 closed the week with a dragonfly Doji Japanese candlestick formation indicating indecision between Bulls and Bears. At a market top, a Doji can be an early warning of forthcoming volatility.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/downward-channel2.jpg\"><img class=\"alignnone size-full wp-image-256\" alt=\"downward channel2\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/downward-channel2.jpg\" width=\"723\" height=\"738\" /></a>\r\n\r\n<em>Chart #2 -  T</em>he US dollar index brokeout as illustrated by the RQ-Channel 7 indicator after a bullish double bottom reversal pattern formation.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/doji.tif\"><img class=\"alignnone size-large wp-image-254\" alt=\"doji\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/doji.tif\" /></a> <a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/heand-shoulders.gif\"><img class=\"alignnone size-full wp-image-262\" alt=\"heand shoulders\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/heand-shoulders.gif\" width=\"781\" height=\"737\" /></a>\r\n\r\nChart #3 - The Euro finished the week at a key psychological and technical level.  Monday the 18th of February a head and shoulder pattern description with a bearish quantitative ranking was published in the RQ Cross Box section of the RiosQuant.com site. The head and shoulder pattern is generally regarded as a reversal pattern and it\'s most often seen in uptrends. It is also most reliable when found in an uptrend, also indicated during the past couple weeks in the RQ Cross Box trend direction box. Like in most H&amp;S formations, the market begins to slow down and the forces of supply and demand are generally considered in balance. Bears come in at the highs (left shoulder) and the downside is probed (beginning neckline). Bulls soon return to the market and ultimately push through to new highs (head). However, the new highs are quickly turned back and the downside is tested again (continuing neckline). Tentative buying re-emerges and the market rallies once more, but fails to take out the previous high (last top is considered the right shoulder). Buying dries up and bears again gain control and the market tests the downside again.\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;','The Week Ahead in the Global Markets - Ten Year Note Breaks Downtrend - by Joe Rios','','inherit','open','closed','','250-revision-6','','','2013-03-03 20:21:02','2013-03-03 20:21:02','',250,'http://www.thetradingroom.com/250-revision-6/',0,'revision','',0),(269,2,'2013-03-03 20:24:49','2013-03-03 20:24:49','Efforts to avoid US government spending cuts were aborted on Thursday, as both bills put forward by opposing parties failed to pass the Senate.  The US equity markets sold-off on Monday only to regain the losses by Wednesday\'s close, eventually ending the week flat indicating indecisiveness from market participants - <i>chart #1</i>. The US Dollar and US Ten Year Note strengthened with RQ-Channel bullish breakouts while commodities weakened as Risk-OFF sentiment prevailed in most asset classes - <i>chart #2</i>. The Euro closed the week at a key technical support level as pinpointed by the RQ-Channel making the Euro my main focus in the week ahead <i>- chart #3</i>.  The currency markets should dominate the calendar headlines starting with the Eurogroup finance minister\'s meeting on Monday and later in the week the ECB will make its latest policy decision with a backdrop of weak economic growth and Italian political conflict.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/dc1.jpg\"><img class=\"alignnone size-full wp-image-255\" alt=\"dc1\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/dc1.jpg\" width=\"715\" height=\"736\" /></a>\r\n\r\n<em>Chart #1 -</em> The S&amp;P 500 closed the week with a dragonfly Doji Japanese candlestick formation indicating indecision between bulls and bears. At a market top, a Doji can be an early warning of forthcoming volatility.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/downward-channel2.jpg\"><img class=\"alignnone size-full wp-image-256\" alt=\"downward channel2\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/downward-channel2.jpg\" width=\"723\" height=\"738\" /></a>\r\n\r\n<em>Chart #2 -  T</em>he US dollar index brokeout as illustrated by the RQ-Channel 7 indicator after a bullish double bottom reversal pattern formation.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/doji.tif\"><img class=\"alignnone size-large wp-image-254\" alt=\"doji\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/doji.tif\" /></a> <a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/heand-shoulders.gif\"><img class=\"alignnone size-full wp-image-262\" alt=\"heand shoulders\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/heand-shoulders.gif\" width=\"781\" height=\"737\" /></a>\r\n\r\nChart #3 - The Euro finished the week at a key psychological and technical level.  Monday the 18th of February a head and shoulder pattern description with a bearish quantitative ranking was published in the RQ Cross Box section of the RiosQuant.com site. The head and shoulder pattern is generally regarded as a reversal pattern and it\'s most often seen in uptrends. It is also most reliable when found in an uptrend, also indicated during the past couple weeks in the RQ Cross Box trend direction box. Like in most H&amp;S formations, the market begins to slow down and the forces of supply and demand are generally considered in balance. Bears come in at the highs (left shoulder) and the downside is probed (beginning neckline). Bulls soon return to the market and ultimately push through to new highs (head). However, the new highs are quickly turned back and the downside is tested again (continuing neckline). Tentative buying re-emerges and the market rallies once more, but fails to take out the previous high (last top is considered the right shoulder). Buying dries up and bears again gain control and the market tests the downside again.\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;','The Week Ahead in the Global Markets - Ten Year Note Breaks Downtrend - by Joe Rios','','inherit','open','closed','','250-revision-7','','','2013-03-03 20:24:49','2013-03-03 20:24:49','',250,'http://www.thetradingroom.com/250-revision-7/',0,'revision','',0),(306,2,'2013-03-24 14:28:26','0000-00-00 00:00:00','&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/test.png\"><img class=\"alignnone size-full wp-image-307\" alt=\"test\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/test.png\" width=\"544\" height=\"289\" /></a>','','','draft','open','closed','','','','','2013-03-24 14:28:26','2013-03-24 14:28:26','',0,'http://www.thetradingroom.com/?p=306',0,'post','',0),(273,2,'2013-03-10 22:11:17','2013-03-10 22:11:17','&nbsp;\n\n&nbsp;\n\n&nbsp;\n\nFriday\'s February non-farm payroll report surprised the markets to the upside. The unemployment rate dropped to 7.7% from 7.9% in January. The S&amp;P 500 maintained most of its recent gains however Treasuries including the Ten Year Note and Bonds immediately sold off. Interestingly, the US Dollar spiked higher while Copper and Crude Oil traded sideways without any clear direction.  The jobs report coincides with the recent string of positive economic data, suggesting strong growth in the US economy. In the week ahead traders will be focusing on upcoming economic data releases for insights to potential economic growth activity. In the FX market the spotlight should be on the US Dollar, therefore I will be looking for trading opportunities in the Euro, British Pound and Japanese Yen. In the Commodities market, I will be paying close attention for a potential breakout or breakdown from the recent trading range in Crude Oil and Copper.\n\nWhat\'s going on?  What are the markets telling us?  What\'s next?\n\nThe current fundamental backdrop suggests that the US economy might be on target to grow by 1.5% this quarter. Treasury yields which tend to have a positive correlation with the US Dollar, broke above 2% on Friday, the top of the long-term range. When bond values go up,  yields move lower, therefore when yields move up, bond values go down.\n\nAre the currency and bond markets trying to tell us something? The recent rally in the US Dollar might be pricing-in higher yields in the near future. Back in December the Fed made it clear that job creation had become its primary focus, announcing that it planned to continue suppressing interest rates so long as the unemployment rate remained above 6.5%.  There have been false starts and although we are still above the Fed\'s unemployment target, the market always seems to catch investors by surprise. I strongly suggest for active traders to focus on these two asset classes in the upcoming weeks.\n\nThe US dollar is a beneficiary should U.S. Treasury yields continue to rise. To better understand the correlation and relationships of different asset classes, we must look at the macro fundamentals of the market. The market moves in recurring cycles. The cycles unleash a sequence of events that may be predictive in identifying key stages and trends ahead of time. We know today that Newton was correct in the theory of simple and clocklike cycles. Applying the great leaps in science to economics in the financial markets is only logical. Having a better understanding of economic and business cycles can help a longer-term investor shift from one asset class to another. For a day-trader it can assist him by selecting markets poised for powerful and directional movements and/or volatility. You will take note of the effects of different sectors of the economy and markets as they expand and/or contract as the cycle pushes the stages from one phase to the next. Globalization and the information age we live in today makes the cycles more powerful. There is a cyclical relationship between the economy and the financial markets. The financial market cycle is directly linked in anticipation, typically six months, to where Wall Street (stock, bond, commodity and currency markets) thinks the economy is heading.\n\nEconomic data reports such as Friday\'s employment data supercharge prices into volatile movements. Movements in the stock, commodity, bond and currency markets are directly related to the outlook or expectation of economic growth. If the economic expansion is expected to grow, then stocks and commodity prices will also increase. When economic contraction is expected, then stocks and commodity prices fall while bond prices increase. The Fed targets the US economy to grow at approximately 2 1/2 to 3% annually over a period of time. However, the economy never grows at the same rate all of the time. Economic cycles have a direct effect on the business cycle. There are four basic stages of a complete business cycle.\n\nThe first stage can be categorized as the beginning turn or when the economy starts to come out of a period of slow growth stagnation or recession and then begins to show signs of acceleration. During this stage money supply rises rapidly, liquidity is injected into the financial system, and interest rates drop. The second stage occurs when economic growth rises above the long-term rate, this is considered the boom stage where everything seems to be working as intended. In the third stage the growth rate returns to harmony with the long-term growth rate. This stage usually identifies the beginning of a correction. Interest rates begin to rise and the US dollar bottoms and begins to strengthen. The last stage of the business cycle is when the growth rate declines and falls below the average long-term growth rate. All excesses created in the prior stage are reduced and brought down, sometimes dramatically. The increase in interest rates and the decline in the money supply that began in the preceding stage causes the economy to contract.\n\nLet\'s focus on the distinctive events during stage II and III of the business cycle. During stage II money supply continues to expand rapidly, leading to a peak. Corporate earnings increase rapidly. Stock market bull cycle continues to mature, eventually leading to a market top. Dollar remains weak but eventually strengthens. Commodity bull market matures.  Interest rates bottom and eventually begin to rise. During stage III of the business cycle money supply begins to decrease and continues trending downward. Corporate earnings peak, then slows down. Stock market becomes weak and vulnerable. The US dollar strengthens. Commodities peak then begin to fall. Interest rates continue to rise eventually peaking.\n\nOf course not all cycles are exactly the same. Some cycles include bubbles but not all. However, a typical recurring event is one of overbought, over bullish with rising yield conditions which were evident in the basic environment that we faced in 2000 and 2007, both included bubbles. While the Fed continues its policy of quantitative easing, that policy is fully recognized and investors are now relying upon its continuation. A sign that could be pointing to an eventual event that will surprise investors.\n\nTherefore Friday\'s price action may be an early sign that the markets are at least keeping a close watch on the potential of an upcoming shift of expectations. Should yields continue to rise while the US Dollar strengthens then commodities and equities should be vulnerable to a correction. How long can the fed\'s deep pockets and willingness of quantitative easing continue to satisfy the bulls? Was Friday\'s reaction in the currency market the canary in the coal mine or a false warning? It might be too soon to know, but the astute trader should remain diligent in his efforts to properly assess the markets and be selective in choosing the markets to trade.','The Week Ahead in the Global Markets - More Positive Data Coming?','','inherit','open','closed','','272-revision-v1','','','2013-03-10 22:11:17','2013-03-10 22:11:17','',272,'http://www.thetradingroom.com/272-revision/',0,'revision','',0),(274,2,'2013-03-10 22:18:34','2013-03-10 22:18:34','<strong> What\'s going on?  What are the markets telling us?  What\'s next?</strong>\n\nFriday\'s February non-farm payroll report surprised the markets to the upside. The unemployment rate dropped to 7.7% from 7.9% in January. The S&amp;P 500 maintained most of its recent gains however Treasuries including the Ten Year Note and Bonds immediately sold off. Interestingly, the US Dollar spiked higher while Copper and Crude Oil traded sideways without any clear direction.  The jobs report coincides with the recent string of positive economic data, suggesting strong growth in the US economy. In the week ahead traders will be focusing on upcoming economic data releases for insights to potential economic growth activity. In the FX market the spotlight should be on the US Dollar, therefore I will be looking for trading opportunities in the Euro, British Pound and Japanese Yen. In the Commodities market, I will be paying close attention for a potential breakout or breakdown from the recent trading range in Crude Oil and Copper.\n\nThe current fundamental backdrop suggests that the US economy might be on target to grow by 1.5% this quarter. Treasury yields which tend to have a positive correlation with the US Dollar, broke above 2% on Friday, the top of the long-term range. When bond values go up,  yields move lower, therefore when yields move up, bond values go down.\n\nAre the currency and bond markets trying to tell us something? The recent rally in the US Dollar might be pricing-in higher yields in the near future. Back in December the Fed made it clear that job creation had become its primary focus, announcing that it planned to continue suppressing interest rates so long as the unemployment rate remained above 6.5%.  There have been false starts and although we are still above the Fed\'s unemployment target, the market always seems to catch investors by surprise. I strongly suggest for active traders to focus on these two asset classes in the upcoming weeks.\n\nThe US dollar is a beneficiary should U.S. Treasury yields continue to rise. To better understand the correlation and relationships of different asset classes, we must look at the macro fundamentals of the market. The market moves in recurring cycles. The cycles unleash a sequence of events that may be predictive in identifying key stages and trends ahead of time. We know today that Newton was correct in the theory of simple and clocklike cycles. Applying the great leaps in science to economics in the financial markets is only logical. Having a better understanding of economic and business cycles can help a longer-term investor shift from one asset class to another. For a day-trader it can assist him by selecting markets poised for powerful and directional movements and/or volatility. You will take note of the effects of different sectors of the economy and markets as they expand and/or contract as the cycle pushes the stages from one phase to the next. Globalization and the information age we live in today makes the cycles more powerful. There is a cyclical relationship between the economy and the financial markets. The financial market cycle is directly linked in anticipation, typically six months, to where Wall Street (stock, bond, commodity and currency markets) thinks the economy is heading.\n\nEconomic data reports such as Friday\'s employment data supercharge prices into volatile movements. Movements in the stock, commodity, bond and currency markets are directly related to the outlook or expectation of economic growth. If the economic expansion is expected to grow, then stocks and commodity prices will also increase. When economic contraction is expected, then stocks and commodity prices fall while bond prices increase. The Fed targets the US economy to grow at approximately 2 1/2 to 3% annually over a period of time. However, the economy never grows at the same rate all of the time. Economic cycles have a direct effect on the business cycle. There are four basic stages of a complete business cycle.\n\nThe first stage can be categorized as the beginning turn or when the economy starts to come out of a period of slow growth stagnation or recession and then begins to show signs of acceleration. During this stage money supply rises rapidly, liquidity is injected into the financial system, and interest rates drop. The second stage occurs when economic growth rises above the long-term rate, this is considered the boom stage where everything seems to be working as intended. In the third stage the growth rate returns to harmony with the long-term growth rate. This stage usually identifies the beginning of a correction. Interest rates begin to rise and the US dollar bottoms and begins to strengthen. The last stage of the business cycle is when the growth rate declines and falls below the average long-term growth rate. All excesses created in the prior stage are reduced and brought down, sometimes dramatically. The increase in interest rates and the decline in the money supply that began in the preceding stage causes the economy to contract.\n\nLet\'s focus on the distinctive events during stage II and III of the business cycle. During stage II money supply continues to expand rapidly, leading to a peak. Corporate earnings increase rapidly. Stock market bull cycle continues to mature, eventually leading to a market top. Dollar remains weak but eventually strengthens. Commodity bull market matures.  Interest rates bottom and eventually begin to rise. During stage III of the business cycle money supply begins to decrease and continues trending downward. Corporate earnings peak, then slows down. Stock market becomes weak and vulnerable. The US dollar strengthens. Commodities peak then begin to fall. Interest rates continue to rise eventually peaking.\n\nOf course not all cycles are exactly the same. Some cycles include bubbles but not all. However, a typical recurring event is one of overbought, over bullish with rising yield conditions which were evident in the basic environment that we faced in 2000 and 2007, both included bubbles. While the Fed continues its policy of quantitative easing, that policy is fully recognized and investors are now relying upon its continuation. A sign that could be pointing to an eventual event that will surprise investors.\n\nTherefore Friday\'s price action may be an early sign that the markets are at least keeping a close watch on the potential of an upcoming shift of expectations. Should yields continue to rise while the US Dollar strengthens then commodities and equities should be vulnerable to a correction. How long can the fed\'s deep pockets and willingness of quantitative easing continue to satisfy the bulls? Was Friday\'s reaction in the currency market the canary in the coal mine or a false warning? It might be too soon to know, but the astute trader should remain diligent in his efforts to properly assess the markets and be selective in choosing the markets to trade.\n\nThe RQ Professional Traders Retreat workshop will be held April 8th - 12th in our headquarters in Coral Gables, Florida.  Join us in a week full of live trading and advanced training. For more information contact me at joegrios@gmail.com.','The Week Ahead in the Global Markets - Thoughts and Concepts by Joe Rios','','inherit','open','closed','','272-revision-v1','','','2013-03-10 22:18:34','2013-03-10 22:18:34','',272,'http://www.thetradingroom.com/272-revision-2/',0,'revision','',0),(275,2,'2013-03-10 22:34:07','2013-03-10 22:34:07','','strategy room','','inherit','open','closed','','strategy-room','','','2013-03-10 22:34:07','2013-03-10 22:34:07','',272,'http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg',0,'attachment','image/jpeg',0),(276,2,'2013-03-10 22:19:54','2013-03-10 22:19:54','<strong> </strong>\n\n<strong>What\'s going on?  What are the markets telling us?  What\'s next?</strong>\n\nFriday\'s February non-farm payroll report surprised the markets to the upside. The unemployment rate dropped to 7.7% from 7.9% in January. The S&amp;P 500 maintained most of its recent gains however Treasuries including the Ten Year Note and Bonds immediately sold off. Interestingly, the US Dollar spiked higher while Copper and Crude Oil traded sideways without any clear direction.  The jobs report coincides with the recent string of positive economic data, suggesting strong growth in the US economy. In the week ahead traders will be focusing on upcoming economic data releases for insights to potential economic growth activity. In the FX market the spotlight should be on the US Dollar, therefore I will be looking for trading opportunities in the Euro, British Pound and Japanese Yen. In the Commodities market, I will be paying close attention for a potential breakout or breakdown from the recent trading range in Crude Oil and Copper.\n\nThe current fundamental backdrop suggests that the US economy might be on target to grow by 1.5% this quarter. Treasury yields which tend to have a positive correlation with the US Dollar, broke above 2% on Friday, the top of the long-term range. When bond values go up,  yields move lower, therefore when yields move up, bond values go down.\n\nAre the currency and bond markets trying to tell us something? The recent rally in the US Dollar might be pricing-in higher yields in the near future. Back in December the Fed made it clear that job creation had become its primary focus, announcing that it planned to continue suppressing interest rates so long as the unemployment rate remained above 6.5%.  There have been false starts and although we are still above the Fed\'s unemployment target, the market always seems to catch investors by surprise. I strongly suggest for active traders to focus on these two asset classes in the upcoming weeks.\n\nThe US dollar is a beneficiary should U.S. Treasury yields continue to rise. To better understand the correlation and relationships of different asset classes, we must look at the macro fundamentals of the market. The market moves in recurring cycles. The cycles unleash a sequence of events that may be predictive in identifying key stages and trends ahead of time. We know today that Newton was correct in the theory of simple and clocklike cycles. Applying the great leaps in science to economics in the financial markets is only logical. Having a better understanding of economic and business cycles can help a longer-term investor shift from one asset class to another. For a day-trader it can assist him by selecting markets poised for powerful and directional movements and/or volatility. You will take note of the effects of different sectors of the economy and markets as they expand and/or contract as the cycle pushes the stages from one phase to the next. Globalization and the information age we live in today makes the cycles more powerful. There is a cyclical relationship between the economy and the financial markets. The financial market cycle is directly linked in anticipation, typically six months, to where Wall Street (stock, bond, commodity and currency markets) thinks the economy is heading.\n\nEconomic data reports such as Friday\'s employment data supercharge prices into volatile movements. Movements in the stock, commodity, bond and currency markets are directly related to the outlook or expectation of economic growth. If the economic expansion is expected to grow, then stocks and commodity prices will also increase. When economic contraction is expected, then stocks and commodity prices fall while bond prices increase. The Fed targets the US economy to grow at approximately 2 1/2 to 3% annually over a period of time. However, the economy never grows at the same rate all of the time. Economic cycles have a direct effect on the business cycle. There are four basic stages of a complete business cycle.\n\nThe first stage can be categorized as the beginning turn or when the economy starts to come out of a period of slow growth stagnation or recession and then begins to show signs of acceleration. During this stage money supply rises rapidly, liquidity is injected into the financial system, and interest rates drop. The second stage occurs when economic growth rises above the long-term rate, this is considered the boom stage where everything seems to be working as intended. In the third stage the growth rate returns to harmony with the long-term growth rate. This stage usually identifies the beginning of a correction. Interest rates begin to rise and the US dollar bottoms and begins to strengthen. The last stage of the business cycle is when the growth rate declines and falls below the average long-term growth rate. All excesses created in the prior stage are reduced and brought down, sometimes dramatically. The increase in interest rates and the decline in the money supply that began in the preceding stage causes the economy to contract.\n\nLet\'s focus on the distinctive events during stage II and III of the business cycle. During stage II money supply continues to expand rapidly, leading to a peak. Corporate earnings increase rapidly. Stock market bull cycle continues to mature, eventually leading to a market top. Dollar remains weak but eventually strengthens. Commodity bull market matures.  Interest rates bottom and eventually begin to rise. During stage III of the business cycle money supply begins to decrease and continues trending downward. Corporate earnings peak, then slows down. Stock market becomes weak and vulnerable. The US dollar strengthens. Commodities peak then begin to fall. Interest rates continue to rise eventually peaking.\n\nOf course not all cycles are exactly the same. Some cycles include bubbles but not all. However, a typical recurring event is one of overbought, over bullish with rising yield conditions which were evident in the basic environment that we faced in 2000 and 2007, both included bubbles. While the Fed continues its policy of quantitative easing, that policy is fully recognized and investors are now relying upon its continuation. A sign that could be pointing to an eventual event that will surprise investors.\n\nTherefore Friday\'s price action may be an early sign that the markets are at least keeping a close watch on the potential of an upcoming shift of expectations. Should yields continue to rise while the US Dollar strengthens then commodities and equities should be vulnerable to a correction. How long can the fed\'s deep pockets and willingness of quantitative easing continue to satisfy the bulls? Was Friday\'s reaction in the currency market the canary in the coal mine or a false warning? It might be too soon to know, but the astute trader should remain diligent in his efforts to properly assess the markets and be selective in choosing the markets to trade.\n\nThe RQ Professional Traders Retreat workshop will be held April 8th - 12th in our headquarters in Coral Gables, Florida.  Join us in a week full of live trading and advanced training. For more information contact me at joegrios@gmail.com.','The Week Ahead in the Global Markets - Thoughts and Concepts by Joe Rios','','inherit','open','closed','','272-revision-v1','','','2013-03-10 22:19:54','2013-03-10 22:19:54','',272,'http://www.thetradingroom.com/272-revision-3/',0,'revision','',0),(344,2,'2013-04-14 15:46:33','2013-04-14 15:46:33','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\r\n\r\n&nbsp;\r\n\r\nEconomic data releases for the US disappointed including employment report falling below 100 K and retail sales dropping by -0 1.4% in March. Nonetheless the equity indices managed to hold onto the weekly gains while the US 10 Year Notes finished the week flat. In the commodity markets, Natural Gas (RQ Rank +4) and Grains outperformed while Crude Oil (RQ Rank -4) and the Metals sold-off. On the last day of trade Gold and Silver had spectacular downward price action with Gold (RQ Rank -4) falling to the lowest level since 2011, after news of potential gold sales by Cyprus. In the week ahead industrial production and  manufacturing reports will be released, consumer prices are also scheduled and if producer prices are any indication for CPI, the risk should be to the downside. The impact on the currency markets may not be apparent, therefore our focus will remain on the risk assets. As you can see from the illustrations below, the RQ Cross Box alerted ahead of time with a bearish quant ranking for Crude Oil &amp; Gold and a bullish quant ranking for Natural Gas. For the Rios Quant traders the RQ Cross Box is the first starting point in forecasting directional price action and trading opportunities. The RQ Cross Box was developed to provide us answers to what\'s really going on in the markets.\r\n\r\nThe RQ Cross Box is a quantitative analysis and ranking system utilizing multiple disciplines of evaluation including macro economics, sector rotation, fundamental and technical analysis. At the core of the system is our proprietary algorithm designed to interpret historical data in order to reveal predictive future metrics. Traders, Investors, and Portfolio Managers have found it to be instrumental when:\r\n<ul>\r\n	<li>Analyzing Multiple Asset Classes</li>\r\n	<li>Identifying New Trading and Investment Candidates</li>\r\n	<li>Assisting in Managing Risk for Active Trading and Portfolios</li>\r\n	<li>Providing Notification of New Developing Trends and Sector Shifts</li>\r\n	<li>Determining Position Sizes</li>\r\n	<li>Overlaying with Other Trading and Investment Strategies</li>\r\n</ul>\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/RQ-Rank-cl-ng.jpg\"><img class=\"alignnone size-full wp-image-345\" alt=\"RQ Rank cl ng\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/RQ-Rank-cl-ng.jpg\" width=\"722\" height=\"339\" /></a>\r\n\r\nThe RQ Cross Box Basics - The Rios Quant traders use it as a forecasting tool to help them identify day-trading opportunities. As you can see in the illustration above, Crude Oil was identified as a sell short candidate while Natural Gas was a buy long candidate.  In the illustration below, Gold was identified as a sell short candidate.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/rq-rank-gold.jpg\"><img class=\"alignnone size-full wp-image-346\" alt=\"rq rank gold\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/rq-rank-gold.jpg\" width=\"712\" height=\"326\" /></a>\r\n\r\n&nbsp;\r\n\r\nThe second step for the Rios Quant traders is to assess the markets in a shorter time frame covering the trading activities during the overnight trading sessions. The RQ-Tech analyzer provides several different metrics including a dynamic market sentiment indicator designed to uncover the current trading environment including risk-on, risk-off trading conditions. Another important design of the analyzer is the Nextreme, a dynamic velocity indicator. the illustration below is the RQ-Tech\'s DMS identifying a risk off trading environment and the Nextreme identifying crude oil and gold as day-trading sell-short opportunities. The Nextreme identified Natural Gas as a buy long opportunity.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/rq-tech.jpg\"><img class=\"alignnone size-full wp-image-347\" alt=\"rq tech\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/rq-tech.jpg\" width=\"738\" height=\"456\" /></a>\r\n\r\nThe RQ-Tech was developed to uncover who is  in control of various asset classes as well as the major markets including the equities, fixed income, currencies and commodity markets.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/relative-performance-4-13.jpg\"><img class=\"alignnone size-full wp-image-348\" alt=\"relative performance 4-13\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/relative-performance-4-13.jpg\" width=\"749\" height=\"387\" /></a>\r\n\r\nThe chart above illustrates relative performance between the asset classes identified by the Nextreme as trading opportunities, compared to the S&amp;P 500, a key benchmark. Take special note how momentum aggressively accelerated after 8:00 AM,  the beginning of the US trading session.\r\n\r\nThe third and last step for the Rios Quant trader is the selection of the alpha signal model. The RQ signal models provide pinpoint entries as well as stop loss and profit target exits.  Join us this week in our live trading room, the TradeLAB and see us trade real-time in a live market environment.\r\n\r\nThe trade lab opens at 8:00 AM and closes at 11:00 AM. For a free access pass, send an e-mail request to support@riosquant.com and we will send you the access links for the entire week. You may also qualify for a free trial to our trading tools including the RQ-Cross Box, RQ-Tech and Einstein automated system.\r\n\r\n&nbsp;','The Week Ahead - Forecasting Tools and Techniques for the Global Markets -  by Joe Rios','','publish','open','closed','','the-week-ahead-forecasting-tools-and-techniques-by-joe-rios','','','2013-04-14 21:52:46','2013-04-14 21:52:46','',0,'http://www.thetradingroom.com/?p=344',0,'post','',0),(278,1,'2013-03-12 12:50:38','2013-03-12 12:50:38','<strong><a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a> </strong>\n\n<strong>What\'s going on?  What are the markets telling us?  What\'s next?</strong>\n\nFriday\'s February non-farm payroll report surprised the markets to the upside. The unemployment rate dropped to 7.7% from 7.9% in January. The S&amp;P 500 maintained most of its recent gains however Treasuries including the Ten Year Note and Bonds immediately sold off. Interestingly, the US Dollar spiked higher while Copper and Crude Oil traded sideways without any clear direction.  The jobs report coincides with the recent string of positive economic data, suggesting strong growth in the US economy. In the week ahead traders will be focusing on upcoming economic data releases for insights to potential economic growth activity. In the FX market the spotlight should be on the US Dollar, therefore I will be looking for trading opportunities in the Euro, British Pound and Japanese Yen. In the Commodities market, I will be paying close attention for a potential breakout or breakdown from the recent trading range in Crude Oil and Copper.\n\nThe current fundamental backdrop suggests that the US economy might be on target to grow by 1.5% this quarter. Treasury yields which tend to have a positive correlation with the US Dollar, broke above 2% on Friday, the top of the long-term range. When bond values go up,  yields move lower, therefore when yields move up, bond values go down.\n\nAre the currency and bond markets trying to tell us something? The recent rally in the US Dollar might be pricing-in higher yields in the near future. Back in December the Fed made it clear that job creation had become its primary focus, announcing that it planned to continue suppressing interest rates so long as the unemployment rate remained above 6.5%.  There have been false starts and although we are still above the Fed\'s unemployment target, the market always seems to catch investors by surprise. I strongly suggest for active traders to focus on these two asset classes in the upcoming weeks.\n\nThe US dollar is a beneficiary should U.S. Treasury yields continue to rise. To better understand the correlation and relationships of different asset classes, we must look at the macro fundamentals of the market. The market moves in recurring cycles. The cycles unleash a sequence of events that may be predictive in identifying key stages and trends ahead of time. We know today that Newton was correct in the theory of simple and clocklike cycles. Applying the great leaps in science to economics in the financial markets is only logical. Having a better understanding of economic and business cycles can help a longer-term investor shift from one asset class to another. For a day-trader it can assist him by selecting markets poised for powerful and directional movements and/or volatility. You will take note of the effects of different sectors of the economy and markets as they expand and/or contract as the cycle pushes the stages from one phase to the next. Globalization and the information age we live in today makes the cycles more powerful. There is a cyclical relationship between the economy and the financial markets. The financial market cycle is directly linked in anticipation, typically six months, to where Wall Street (stock, bond, commodity and currency markets) thinks the economy is heading.\n\nEconomic data reports such as Friday\'s employment data supercharge prices into volatile movements. Movements in the stock, commodity, bond and currency markets are directly related to the outlook or expectation of economic growth. If the economic expansion is expected to grow, then stocks and commodity prices will also increase. When economic contraction is expected, then stocks and commodity prices fall while bond prices increase. The Fed targets the US economy to grow at approximately 2 1/2 to 3% annually over a period of time. However, the economy never grows at the same rate all of the time. Economic cycles have a direct effect on the business cycle. There are four basic stages of a complete business cycle.\n\nThe first stage can be categorized as the beginning turn or when the economy starts to come out of a period of slow growth stagnation or recession and then begins to show signs of acceleration. During this stage money supply rises rapidly, liquidity is injected into the financial system, and interest rates drop. The second stage occurs when economic growth rises above the long-term rate, this is considered the boom stage where everything seems to be working as intended. In the third stage the growth rate returns to harmony with the long-term growth rate. This stage usually identifies the beginning of a correction. Interest rates begin to rise and the US dollar bottoms and begins to strengthen. The last stage of the business cycle is when the growth rate declines and falls below the average long-term growth rate. All excesses created in the prior stage are reduced and brought down, sometimes dramatically. The increase in interest rates and the decline in the money supply that began in the preceding stage causes the economy to contract.\n\nLet\'s focus on the distinctive events during stage II and III of the business cycle. During stage II money supply continues to expand rapidly, leading to a peak. Corporate earnings increase rapidly. Stock market bull cycle continues to mature, eventually leading to a market top. Dollar remains weak but eventually strengthens. Commodity bull market matures.  Interest rates bottom and eventually begin to rise. During stage III of the business cycle money supply begins to decrease and continues trending downward. Corporate earnings peak, then slows down. Stock market becomes weak and vulnerable. The US dollar strengthens. Commodities peak then begin to fall. Interest rates continue to rise eventually peaking.\n\nOf course not all cycles are exactly the same. Some cycles include bubbles but not all. However, a typical recurring event is one of overbought, over bullish with rising yield conditions which were evident in the basic environment that we faced in 2000 and 2007, both included bubbles. While the Fed continues its policy of quantitative easing, that policy is fully recognized and investors are now relying upon its continuation. A sign that could be pointing to an eventual event that will surprise investors.\n\nTherefore Friday\'s price action may be an early sign that the markets are at least keeping a close watch on the potential of an upcoming shift of expectations. Should yields continue to rise while the US Dollar strengthens then commodities and equities should be vulnerable to a correction. How long can the fed\'s deep pockets and willingness of quantitative easing continue to satisfy the bulls? Was Friday\'s reaction in the currency market the canary in the coal mine or a false warning? It might be too soon to know, but the astute trader should remain diligent in his efforts to properly assess the markets and be selective in choosing the markets to trade.\n\nThe RQ Professional Traders Retreat workshop will be held April 8th - 12th in our headquarters in Coral Gables, Florida.  Join us in a week full of live trading and advanced training. For more information contact me at joegrios@gmail.com.','The Week Ahead in the Global Markets - Thoughts and Concepts by Joe Rios','','inherit','open','closed','','272-autosave-v1','','','2013-03-12 12:50:38','2013-03-12 12:50:38','',272,'http://www.thetradingroom.com/272-autosave/',0,'revision','',0),(279,2,'2013-03-10 22:34:42','2013-03-10 22:34:42','<strong><a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a> </strong>\r\n\r\n<strong>What\'s going on?  What are the markets telling us?  What\'s next?</strong>\r\n\r\nFriday\'s February non-farm payroll report surprised the markets to the upside. The unemployment rate dropped to 7.7% from 7.9% in January. The S&amp;P 500 maintained most of its recent gains however Treasuries including the Ten Year Note and Bonds immediately sold off. Interestingly, the US Dollar spiked higher while Copper and Crude Oil traded sideways without any clear direction.  The jobs report coincides with the recent string of positive economic data, suggesting strong growth in the US economy. In the week ahead traders will be focusing on upcoming economic data releases for insights to potential economic growth activity. In the FX market the spotlight should be on the US Dollar, therefore I will be looking for trading opportunities in the Euro, British Pound and Japanese Yen. In the Commodities market, I will be paying close attention for a potential breakout or breakdown from the recent trading range in Crude Oil and Copper.\r\n\r\nThe current fundamental backdrop suggests that the US economy might be on target to grow by 1.5% this quarter. Treasury yields which tend to have a positive correlation with the US Dollar, broke above 2% on Friday, the top of the long-term range. When bond values go up,  yields move lower, therefore when yields move up, bond values go down.\r\n\r\nAre the currency and bond markets trying to tell us something? The recent rally in the US Dollar might be pricing-in higher yields in the near future. Back in December the Fed made it clear that job creation had become its primary focus, announcing that it planned to continue suppressing interest rates so long as the unemployment rate remained above 6.5%.  There have been false starts and although we are still above the Fed\'s unemployment target, the market always seems to catch investors by surprise. I strongly suggest for active traders to focus on these two asset classes in the upcoming weeks.\r\n\r\nThe US dollar is a beneficiary should U.S. Treasury yields continue to rise. To better understand the correlation and relationships of different asset classes, we must look at the macro fundamentals of the market. The market moves in recurring cycles. The cycles unleash a sequence of events that may be predictive in identifying key stages and trends ahead of time. We know today that Newton was correct in the theory of simple and clocklike cycles. Applying the great leaps in science to economics in the financial markets is only logical. Having a better understanding of economic and business cycles can help a longer-term investor shift from one asset class to another. For a day-trader it can assist him by selecting markets poised for powerful and directional movements and/or volatility. You will take note of the effects of different sectors of the economy and markets as they expand and/or contract as the cycle pushes the stages from one phase to the next. Globalization and the information age we live in today makes the cycles more powerful. There is a cyclical relationship between the economy and the financial markets. The financial market cycle is directly linked in anticipation, typically six months, to where Wall Street (stock, bond, commodity and currency markets) thinks the economy is heading.\r\n\r\nEconomic data reports such as Friday\'s employment data supercharge prices into volatile movements. Movements in the stock, commodity, bond and currency markets are directly related to the outlook or expectation of economic growth. If the economic expansion is expected to grow, then stocks and commodity prices will also increase. When economic contraction is expected, then stocks and commodity prices fall while bond prices increase. The Fed targets the US economy to grow at approximately 2 1/2 to 3% annually over a period of time. However, the economy never grows at the same rate all of the time. Economic cycles have a direct effect on the business cycle. There are four basic stages of a complete business cycle.\r\n\r\nThe first stage can be categorized as the beginning turn or when the economy starts to come out of a period of slow growth stagnation or recession and then begins to show signs of acceleration. During this stage money supply rises rapidly, liquidity is injected into the financial system, and interest rates drop. The second stage occurs when economic growth rises above the long-term rate, this is considered the boom stage where everything seems to be working as intended. In the third stage the growth rate returns to harmony with the long-term growth rate. This stage usually identifies the beginning of a correction. Interest rates begin to rise and the US dollar bottoms and begins to strengthen. The last stage of the business cycle is when the growth rate declines and falls below the average long-term growth rate. All excesses created in the prior stage are reduced and brought down, sometimes dramatically. The increase in interest rates and the decline in the money supply that began in the preceding stage causes the economy to contract.\r\n\r\nLet\'s focus on the distinctive events during stage II and III of the business cycle. During stage II money supply continues to expand rapidly, leading to a peak. Corporate earnings increase rapidly. Stock market bull cycle continues to mature, eventually leading to a market top. Dollar remains weak but eventually strengthens. Commodity bull market matures.  Interest rates bottom and eventually begin to rise. During stage III of the business cycle money supply begins to decrease and continues trending downward. Corporate earnings peak, then slows down. Stock market becomes weak and vulnerable. The US dollar strengthens. Commodities peak then begin to fall. Interest rates continue to rise eventually peaking.\r\n\r\nOf course not all cycles are exactly the same. Some cycles include bubbles but not all. However, a typical recurring event is one of overbought, over bullish with rising yield conditions which were evident in the basic environment that we faced in 2000 and 2007, both included bubbles. While the Fed continues its policy of quantitative easing, that policy is fully recognized and investors are now relying upon its continuation. A sign that could be pointing to an eventual event that will surprise investors.\r\n\r\nTherefore Friday\'s price action may be an early sign that the markets are at least keeping a close watch on the potential of an upcoming shift of expectations. Should yields continue to rise while the US Dollar strengthens then commodities and equities should be vulnerable to a correction. How long can the fed\'s deep pockets and willingness of quantitative easing continue to satisfy the bulls? Was Friday\'s reaction in the currency market the canary in the coal mine or a false warning? It might be too soon to know, but the astute trader should remain diligent in his efforts to properly assess the markets and be selective in choosing the markets to trade.\r\n\r\nThe RQ Professional Traders Retreat workshop will be held April 8th - 12th in our headquarters in Coral Gables, Florida.  Join us in a week full of live trading and advanced training. For more information contact me at joegrios@gmail.com.','The Week Ahead in the Global Markets - Thoughts and Concepts by Joe Rios','','inherit','open','closed','','272-revision-v1','','','2013-03-10 22:34:42','2013-03-10 22:34:42','',272,'http://www.thetradingroom.com/272-revision-4/',0,'revision','',0),(280,1,'2013-03-12 12:51:53','2013-03-12 12:51:53','<strong><a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone  wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"614\" height=\"409\" /></a> </strong>\r\n\r\n<strong>What\'s going on?  What are the markets telling us?  What\'s next?</strong>\r\n\r\nFriday\'s February non-farm payroll report surprised the markets to the upside. The unemployment rate dropped to 7.7% from 7.9% in January. The S&amp;P 500 maintained most of its recent gains however Treasuries including the Ten Year Note and Bonds immediately sold off. Interestingly, the US Dollar spiked higher while Copper and Crude Oil traded sideways without any clear direction.  The jobs report coincides with the recent string of positive economic data, suggesting strong growth in the US economy. In the week ahead traders will be focusing on upcoming economic data releases for insights to potential economic growth activity. In the FX market the spotlight should be on the US Dollar, therefore I will be looking for trading opportunities in the Euro, British Pound and Japanese Yen. In the Commodities market, I will be paying close attention for a potential breakout or breakdown from the recent trading range in Crude Oil and Copper.\r\n\r\nThe current fundamental backdrop suggests that the US economy might be on target to grow by 1.5% this quarter. Treasury yields which tend to have a positive correlation with the US Dollar, broke above 2% on Friday, the top of the long-term range. When bond values go up,  yields move lower, therefore when yields move up, bond values go down.\r\n\r\nAre the currency and bond markets trying to tell us something? The recent rally in the US Dollar might be pricing-in higher yields in the near future. Back in December the Fed made it clear that job creation had become its primary focus, announcing that it planned to continue suppressing interest rates so long as the unemployment rate remained above 6.5%.  There have been false starts and although we are still above the Fed\'s unemployment target, the market always seems to catch investors by surprise. I strongly suggest for active traders to focus on these two asset classes in the upcoming weeks.\r\n\r\nThe US dollar is a beneficiary should U.S. Treasury yields continue to rise. To better understand the correlation and relationships of different asset classes, we must look at the macro fundamentals of the market. The market moves in recurring cycles. The cycles unleash a sequence of events that may be predictive in identifying key stages and trends ahead of time. We know today that Newton was correct in the theory of simple and clocklike cycles. Applying the great leaps in science to economics in the financial markets is only logical. Having a better understanding of economic and business cycles can help a longer-term investor shift from one asset class to another. For a day-trader it can assist him by selecting markets poised for powerful and directional movements and/or volatility. You will take note of the effects of different sectors of the economy and markets as they expand and/or contract as the cycle pushes the stages from one phase to the next. Globalization and the information age we live in today makes the cycles more powerful. There is a cyclical relationship between the economy and the financial markets. The financial market cycle is directly linked in anticipation, typically six months, to where Wall Street (stock, bond, commodity and currency markets) thinks the economy is heading.\r\n\r\nEconomic data reports such as Friday\'s employment data supercharge prices into volatile movements. Movements in the stock, commodity, bond and currency markets are directly related to the outlook or expectation of economic growth. If the economic expansion is expected to grow, then stocks and commodity prices will also increase. When economic contraction is expected, then stocks and commodity prices fall while bond prices increase. The Fed targets the US economy to grow at approximately 2 1/2 to 3% annually over a period of time. However, the economy never grows at the same rate all of the time. Economic cycles have a direct effect on the business cycle. There are four basic stages of a complete business cycle.\r\n\r\nThe first stage can be categorized as the beginning turn or when the economy starts to come out of a period of slow growth stagnation or recession and then begins to show signs of acceleration. During this stage money supply rises rapidly, liquidity is injected into the financial system, and interest rates drop. The second stage occurs when economic growth rises above the long-term rate, this is considered the boom stage where everything seems to be working as intended. In the third stage the growth rate returns to harmony with the long-term growth rate. This stage usually identifies the beginning of a correction. Interest rates begin to rise and the US dollar bottoms and begins to strengthen. The last stage of the business cycle is when the growth rate declines and falls below the average long-term growth rate. All excesses created in the prior stage are reduced and brought down, sometimes dramatically. The increase in interest rates and the decline in the money supply that began in the preceding stage causes the economy to contract.\r\n\r\nLet\'s focus on the distinctive events during stage II and III of the business cycle. During stage II money supply continues to expand rapidly, leading to a peak. Corporate earnings increase rapidly. Stock market bull cycle continues to mature, eventually leading to a market top. Dollar remains weak but eventually strengthens. Commodity bull market matures.  Interest rates bottom and eventually begin to rise. During stage III of the business cycle money supply begins to decrease and continues trending downward. Corporate earnings peak, then slows down. Stock market becomes weak and vulnerable. The US dollar strengthens. Commodities peak then begin to fall. Interest rates continue to rise eventually peaking.\r\n\r\nOf course not all cycles are exactly the same. Some cycles include bubbles but not all. However, a typical recurring event is one of overbought, over bullish with rising yield conditions which were evident in the basic environment that we faced in 2000 and 2007, both included bubbles. While the Fed continues its policy of quantitative easing, that policy is fully recognized and investors are now relying upon its continuation. A sign that could be pointing to an eventual event that will surprise investors.\r\n\r\nTherefore Friday\'s price action may be an early sign that the markets are at least keeping a close watch on the potential of an upcoming shift of expectations. Should yields continue to rise while the US Dollar strengthens then commodities and equities should be vulnerable to a correction. How long can the fed\'s deep pockets and willingness of quantitative easing continue to satisfy the bulls? Was Friday\'s reaction in the currency market the canary in the coal mine or a false warning? It might be too soon to know, but the astute trader should remain diligent in his efforts to properly assess the markets and be selective in choosing the markets to trade.\r\n\r\nThe RQ Professional Traders Retreat workshop will be held April 8th - 12th in our headquarters in Coral Gables, Florida.  Join us in a week full of live trading and advanced training. For more information contact me at joegrios@gmail.com.','The Week Ahead in the Global Markets - Thoughts and Concepts by Joe Rios','','inherit','open','closed','','272-revision-v1','','','2013-03-12 12:51:53','2013-03-12 12:51:53','',272,'http://www.thetradingroom.com/272-revision-5/',0,'revision','',0),(282,2,'2013-03-17 20:27:53','2013-03-17 20:27:53','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\r\n\r\nPrice action in the financial markets this past week left many active traders with bruised egos as the markets were mostly range bound and choppy. The RQ-DMS, our dynamic market sentiment indicator identified choppy market trading conditions 4 out of 5 trading days for the  week. The only day the markets were in sync, with risk-on environment in control, according to the DMS was Thursday the 14th. For the astute RQ trader, when markets are in conflict or mixed, we turn our attention to the independent and wildcard asset classes. While the S&amp;P 500 and the US 10 Year Notes respectively gained 0.5% each, Natural Gas gained 6.4% while Soybeans dropped -3.1% for the weeks relative performance.  Also, Natural Gas was the only instrument  in the Riosquant.com site to have a bullish quant ranking in the RQ-Cross Box for the week. Risk assets should be in the spotlight in the week ahead, with anticipation of a breakout or breakdown from the recent tight trading ranges.\r\n\r\nIt was no surprise for me to hear this past Friday during an interview on CNBC squawk box, former FOMC Chairman Alan Greenspan say he starts his trading day by first looking at the futures market as well as the bond markets. In the week ahead my focus will be on the FOMC meeting on Wednesday as they announce policy and release an updated summary of economic projections and Chairman Bernanke will hold a press conference. Take note that the Fed announced a time change for the statement and news conference. You might see some price action in the risk assets as we approach the FOMC event. Traders might be adjusting positions as expectations may change leading up to Wednesday.\r\n\r\nFor most active traders, especially momentum traders, range bound and choppy price action conditions is a major threat to performance. The RQ-Navigator is designed to identify and alert you when markets break out or down from their recent trading ranges. When combined with the market selection process utilizing the RQ-DMS, you stack the odds more in your favor and not against you. Below are charts to give you a visual of the RQ-Navigator depicting range and breakdown markets.\r\n\r\nFollowing is a comment from one of our members regarding his trading experience for this past week.\r\n\r\n\"Entering trades in a range bound area and those trades taken caused multiple whip actions by me trying to stay on the right side of the trade which ended up in 2 back to back losses per trade.  This happened 4 times over the course of the 4 days that I was able to trade.  Then one larger successful trade which got the money back, but very little profit because the goal was to get the money back.  Then I made the mistake of not letting the trade do what it was supposed to do which is run, which in each case it did.  So, one mistake, compounded into 3 mistakes... although the week was profitable, not recognizing that the market had gone into a range (barb wire), was costly. \"\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_288\" align=\"alignnone\" width=\"1024\"]<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/soybeans1.jpg\"><img class=\"size-large wp-image-288\" alt=\"The Navigator\'s Magenta color identified multiple days of break downs from recent trading ranges for Soybeans, creating selling short opportunities throughout the week.\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/soybeans1-1024x519.jpg\" width=\"1024\" height=\"519\" /></a> The Navigator\'s Magenta color identified multiple days of break downs from recent trading ranges for Soybeans, creating selling short opportunities throughout the week.[/caption]\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_299\" align=\"alignnone\" width=\"628\"]<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/Wheat-EP-trade.png\"><img class=\"size-full wp-image-299\" alt=\"Above is a snapshot of our RQ-Technology with an actual short trade in Wheat during our live TradeLAB trading session during the week. Notice the RQ\'s DMS depicting markets in conflict, Nextreme uncovering bearish velocity in the grains markets,  the Navigator identifying a bearish break down in Wheat with our alpha signal model, GnosTICK pinpointing the trade entry and exit points. \" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/Wheat-EP-trade.png\" width=\"628\" height=\"503\" /></a> Above is a snapshot of our RQ-Technology with an actual short trade in Wheat during our live TradeLAB trading session during the week. Notice the RQ\'s DMS depicting markets in conflict, Nextreme uncovering bearish velocity in the grains markets, the Navigator identifying a bearish break down in Wheat with our alpha signal model, GnosTICK pinpointing the trade entry and exit points.[/caption]\r\n\r\n&nbsp;','The Week Ahead - Using RQ-Technology for Identifying Market Behavior ','','publish','open','closed','','the-week-ahead-using-rq-technology-for-identifying-market-behavior','','','2013-03-18 00:15:29','2013-03-18 00:15:29','',0,'http://www.thetradingroom.com/?p=282',0,'post','',0),(283,2,'2013-03-17 19:55:27','2013-03-17 19:55:27','','sp range1','','inherit','open','closed','','sp-range1','','','2013-03-17 19:55:27','2013-03-17 19:55:27','',282,'http://www.thetradingroom.com/wp-content/uploads/2013/03/sp-range1.tif',0,'attachment','image/tiff',0),(284,2,'2013-03-17 19:53:42','2013-03-17 19:53:42','&nbsp;\n\nPrice action in the financial markets this past week left many active traders with bruised egos as the markets were mostly range bound and choppy. The RQ-DMS, our dynamic market sentiment indicator identified choppy market trading conditions 4 out of 5 trading days for the  week. The only day the markets were in sync, with risk-on environment in control, according to the DMS was Thursday the 14th. For the astute RQ trader, when markets are in conflict or mixed, we turn our attention to the independent and wildcard asset classes. While the S&amp;P 500 and the US 10 Year Notes respectively gained 0.5% each, Natural Gas gained 6.4% while Soybeans dropped -3.1% for the weeks relative performance.  Also, Natural Gas was the only instrument  in the Riosquant.com site to have a bullish quant ranking in the RQ-Cross Box for the week.\n\nIt was no surprise for me to hear this past Friday during an interview on CNBC squawk box, former FOMC Chairman Alan Greenspan say he starts his trading day by first looking at the futures market as well as the bond markets. In the week ahead my focus will be on the FOMC meeting on Wednesday as they announce policy and release an updated summary of economic projections and Chairman Bernanke will hold a press conference. Take note that the Fed announced a time change for the statement and news conference. You might see some price action in the risk assets as we approach the FOMC event. Traders might be adjusting positions as expectations may change leading up to Wednesday.\n\nFor most active traders, especially momentum traders, range bound and choppy price action conditions is a major threat to performance. The RQ-Navigator is designed to identify and alert you when markets break out or down from their recent trading ranges. When combined with the market selection process utilizing the RQ-DMS, you stack the odds more in your favor and not against you. Below are charts to give you a visual of the RQ-Navigator depicting range and breakdown markets.\n\nFollowing is a comment from one of our members regarding his trading experience for this past week.\n\n\"Entering trades in a range bound area and those trades taken caused multiple whip actions by me trying to stay on the right side of the trade which ended up in 2 back to back losses per trade.  This happened 4 times over the course of the 4 days that I was able to trade.  Then one larger successful trade which got the money back, but very little profit because the goal was to get the money back.  Then I made the mistake of not letting the trade do what it was supposed to do which is run, which in each case it did.  So, one mistake, compounded into 3 mistakes... although the week was profitable, not recognizing that the market had gone into a range (barb wire), was costly. \"\n\n&nbsp;\n\n&nbsp;','The Week Ahead - Utilizing The Dynamic Market Sentiment Indicator','','inherit','open','closed','','282-revision','','','2013-03-17 19:53:42','2013-03-17 19:53:42','',282,'http://www.thetradingroom.com/282-revision/',0,'revision','',0),(285,2,'2013-03-17 19:58:11','2013-03-17 19:58:11','','sp range1','','inherit','open','closed','','sp-range1-2','','','2013-03-17 19:58:11','2013-03-17 19:58:11','',282,'http://www.thetradingroom.com/wp-content/uploads/2013/03/sp-range11.tif',0,'attachment','image/tiff',0),(286,2,'2013-03-17 19:58:06','2013-03-17 19:58:06','&nbsp;\n\nPrice action in the financial markets this past week left many active traders with bruised egos as the markets were mostly range bound and choppy. The RQ-DMS, our dynamic market sentiment indicator identified choppy market trading conditions 4 out of 5 trading days for the  week. The only day the markets were in sync, with risk-on environment in control, according to the DMS was Thursday the 14th. For the astute RQ trader, when markets are in conflict or mixed, we turn our attention to the independent and wildcard asset classes. While the S&amp;P 500 and the US 10 Year Notes respectively gained 0.5% each, Natural Gas gained 6.4% while Soybeans dropped -3.1% for the weeks relative performance.  Also, Natural Gas was the only instrument  in the Riosquant.com site to have a bullish quant ranking in the RQ-Cross Box for the week.\n\nIt was no surprise for me to hear this past Friday during an interview on CNBC squawk box, former FOMC Chairman Alan Greenspan say he starts his trading day by first looking at the futures market as well as the bond markets. In the week ahead my focus will be on the FOMC meeting on Wednesday as they announce policy and release an updated summary of economic projections and Chairman Bernanke will hold a press conference. Take note that the Fed announced a time change for the statement and news conference. You might see some price action in the risk assets as we approach the FOMC event. Traders might be adjusting positions as expectations may change leading up to Wednesday.\n\nFor most active traders, especially momentum traders, range bound and choppy price action conditions is a major threat to performance. The RQ-Navigator is designed to identify and alert you when markets break out or down from their recent trading ranges. When combined with the market selection process utilizing the RQ-DMS, you stack the odds more in your favor and not against you. Below are charts to give you a visual of the RQ-Navigator depicting range and breakdown markets.\n\nFollowing is a comment from one of our members regarding his trading experience for this past week.\n\n\"Entering trades in a range bound area and those trades taken caused multiple whip actions by me trying to stay on the right side of the trade which ended up in 2 back to back losses per trade.  This happened 4 times over the course of the 4 days that I was able to trade.  Then one larger successful trade which got the money back, but very little profit because the goal was to get the money back.  Then I made the mistake of not letting the trade do what it was supposed to do which is run, which in each case it did.  So, one mistake, compounded into 3 mistakes... although the week was profitable, not recognizing that the market had gone into a range (barb wire), was costly. \"\n\n&nbsp;\n\n&nbsp;','The Week Ahead - Utilizing The Dynamic Market Sentiment Indicator','','inherit','open','closed','','282-revision-2','','','2013-03-17 19:58:06','2013-03-17 19:58:06','',282,'http://www.thetradingroom.com/282-revision-2/',0,'revision','',0),(292,2,'2013-03-17 20:07:37','2013-03-17 20:07:37','&nbsp;\n\nPrice action in the financial markets this past week left many active traders with bruised egos as the markets were mostly range bound and choppy. The RQ-DMS, our dynamic market sentiment indicator identified choppy market trading conditions 4 out of 5 trading days for the  week. The only day the markets were in sync, with risk-on environment in control, according to the DMS was Thursday the 14th. For the astute RQ trader, when markets are in conflict or mixed, we turn our attention to the independent and wildcard asset classes. While the S&amp;P 500 and the US 10 Year Notes respectively gained 0.5% each, Natural Gas gained 6.4% while Soybeans dropped -3.1% for the weeks relative performance.  Also, Natural Gas was the only instrument  in the Riosquant.com site to have a bullish quant ranking in the RQ-Cross Box for the week.\n\nIt was no surprise for me to hear this past Friday during an interview on CNBC squawk box, former FOMC Chairman Alan Greenspan say he starts his trading day by first looking at the futures market as well as the bond markets. In the week ahead my focus will be on the FOMC meeting on Wednesday as they announce policy and release an updated summary of economic projections and Chairman Bernanke will hold a press conference. Take note that the Fed announced a time change for the statement and news conference. You might see some price action in the risk assets as we approach the FOMC event. Traders might be adjusting positions as expectations may change leading up to Wednesday.\n\nFor most active traders, especially momentum traders, range bound and choppy price action conditions is a major threat to performance. The RQ-Navigator is designed to identify and alert you when markets break out or down from their recent trading ranges. When combined with the market selection process utilizing the RQ-DMS, you stack the odds more in your favor and not against you. Below are charts to give you a visual of the RQ-Navigator depicting range and breakdown markets.\n\nFollowing is a comment from one of our members regarding his trading experience for this past week.\n\n\"Entering trades in a range bound area and those trades taken caused multiple whip actions by me trying to stay on the right side of the trade which ended up in 2 back to back losses per trade.  This happened 4 times over the course of the 4 days that I was able to trade.  Then one larger successful trade which got the money back, but very little profit because the goal was to get the money back.  Then I made the mistake of not letting the trade do what it was supposed to do which is run, which in each case it did.  So, one mistake, compounded into 3 mistakes... although the week was profitable, not recognizing that the market had gone into a range (barb wire), was costly. \"\n\n&nbsp;\n\n&nbsp;','The Week Ahead - Utilizing The Dynamic Market Sentiment Indicator','','inherit','open','closed','','282-revision-4','','','2013-03-17 20:07:37','2013-03-17 20:07:37','',282,'http://www.thetradingroom.com/282-revision-4/',0,'revision','',0),(287,2,'2013-03-17 20:02:15','2013-03-17 20:02:15','','sp range1','','inherit','open','closed','','sp-range1-3','','','2013-03-17 20:02:15','2013-03-17 20:02:15','',0,'http://www.thetradingroom.com/wp-content/uploads/2013/03/sp-range12.tif',0,'attachment','image/tiff',0),(288,2,'2013-03-17 20:02:29','2013-03-17 20:02:29','','soybeans1','The Navigator\'s Magenta color identified multiple days of break downs from recent trading ranges for Soybeans, creating selling short opportunities throughout the week.','inherit','open','closed','','soybeans1','','','2013-03-17 20:02:29','2013-03-17 20:02:29','',282,'http://www.thetradingroom.com/wp-content/uploads/2013/03/soybeans1.jpg',0,'attachment','image/jpeg',0),(289,2,'2013-03-17 19:58:50','2013-03-17 19:58:50','&nbsp;\r\n\r\nPrice action in the financial markets this past week left many active traders with bruised egos as the markets were mostly range bound and choppy. The RQ-DMS, our dynamic market sentiment indicator identified choppy market trading conditions 4 out of 5 trading days for the  week. The only day the markets were in sync, with risk-on environment in control, according to the DMS was Thursday the 14th. For the astute RQ trader, when markets are in conflict or mixed, we turn our attention to the independent and wildcard asset classes. While the S&amp;P 500 and the US 10 Year Notes respectively gained 0.5% each, Natural Gas gained 6.4% while Soybeans dropped -3.1% for the weeks relative performance.  Also, Natural Gas was the only instrument  in the Riosquant.com site to have a bullish quant ranking in the RQ-Cross Box for the week.\r\n\r\nIt was no surprise for me to hear this past Friday during an interview on CNBC squawk box, former FOMC Chairman Alan Greenspan say he starts his trading day by first looking at the futures market as well as the bond markets. In the week ahead my focus will be on the FOMC meeting on Wednesday as they announce policy and release an updated summary of economic projections and Chairman Bernanke will hold a press conference. Take note that the Fed announced a time change for the statement and news conference. You might see some price action in the risk assets as we approach the FOMC event. Traders might be adjusting positions as expectations may change leading up to Wednesday.\r\n\r\nFor most active traders, especially momentum traders, range bound and choppy price action conditions is a major threat to performance. The RQ-Navigator is designed to identify and alert you when markets break out or down from their recent trading ranges. When combined with the market selection process utilizing the RQ-DMS, you stack the odds more in your favor and not against you. Below are charts to give you a visual of the RQ-Navigator depicting range and breakdown markets.\r\n\r\nFollowing is a comment from one of our members regarding his trading experience for this past week.\r\n\r\n\"Entering trades in a range bound area and those trades taken caused multiple whip actions by me trying to stay on the right side of the trade which ended up in 2 back to back losses per trade.  This happened 4 times over the course of the 4 days that I was able to trade.  Then one larger successful trade which got the money back, but very little profit because the goal was to get the money back.  Then I made the mistake of not letting the trade do what it was supposed to do which is run, which in each case it did.  So, one mistake, compounded into 3 mistakes... although the week was profitable, not recognizing that the market had gone into a range (barb wire), was costly. \"\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead - Utilizing The Dynamic Market Sentiment Indicator','','inherit','open','closed','','282-revision-3','','','2013-03-17 19:58:50','2013-03-17 19:58:50','',282,'http://www.thetradingroom.com/282-revision-3/',0,'revision','',0),(293,2,'2013-03-17 20:09:57','2013-03-17 20:09:57','','sp range1','','inherit','open','closed','','sp-range1-4','','','2013-03-17 20:09:57','2013-03-17 20:09:57','',0,'http://www.thetradingroom.com/wp-content/uploads/2013/03/sp-range13.tif',0,'attachment','image/tiff',0),(294,2,'2013-03-17 20:09:37','2013-03-17 20:09:37','&nbsp;\n\nPrice action in the financial markets this past week left many active traders with bruised egos as the markets were mostly range bound and choppy. The RQ-DMS, our dynamic market sentiment indicator identified choppy market trading conditions 4 out of 5 trading days for the  week. The only day the markets were in sync, with risk-on environment in control, according to the DMS was Thursday the 14th. For the astute RQ trader, when markets are in conflict or mixed, we turn our attention to the independent and wildcard asset classes. While the S&amp;P 500 and the US 10 Year Notes respectively gained 0.5% each, Natural Gas gained 6.4% while Soybeans dropped -3.1% for the weeks relative performance.  Also, Natural Gas was the only instrument  in the Riosquant.com site to have a bullish quant ranking in the RQ-Cross Box for the week.\n\nIt was no surprise for me to hear this past Friday during an interview on CNBC squawk box, former FOMC Chairman Alan Greenspan say he starts his trading day by first looking at the futures market as well as the bond markets. In the week ahead my focus will be on the FOMC meeting on Wednesday as they announce policy and release an updated summary of economic projections and Chairman Bernanke will hold a press conference. Take note that the Fed announced a time change for the statement and news conference. You might see some price action in the risk assets as we approach the FOMC event. Traders might be adjusting positions as expectations may change leading up to Wednesday.\n\nFor most active traders, especially momentum traders, range bound and choppy price action conditions is a major threat to performance. The RQ-Navigator is designed to identify and alert you when markets break out or down from their recent trading ranges. When combined with the market selection process utilizing the RQ-DMS, you stack the odds more in your favor and not against you. Below are charts to give you a visual of the RQ-Navigator depicting range and breakdown markets.\n\nFollowing is a comment from one of our members regarding his trading experience for this past week.\n\n\"Entering trades in a range bound area and those trades taken caused multiple whip actions by me trying to stay on the right side of the trade which ended up in 2 back to back losses per trade.  This happened 4 times over the course of the 4 days that I was able to trade.  Then one larger successful trade which got the money back, but very little profit because the goal was to get the money back.  Then I made the mistake of not letting the trade do what it was supposed to do which is run, which in each case it did.  So, one mistake, compounded into 3 mistakes... although the week was profitable, not recognizing that the market had gone into a range (barb wire), was costly. \"\n\n&nbsp;\n\n[caption id=\"attachment_288\" align=\"alignnone\" width=\"1024\"]<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/soybeans1.jpg\"><img class=\"size-large wp-image-288\" alt=\"The Navigator\'s Magenta color identified multiple days of break downs from recent trading ranges for Soybeans, creating selling short opportunities throughout the week.\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/soybeans1-1024x519.jpg\" width=\"1024\" height=\"519\" /></a> The Navigator\'s Magenta color identified multiple days of break downs from recent trading ranges for Soybeans, creating selling short opportunities throughout the week.[/caption]\n\n&nbsp;','The Week Ahead - Utilizing The Dynamic Market Sentiment Indicator','','inherit','open','closed','','282-revision-5','','','2013-03-17 20:09:37','2013-03-17 20:09:37','',282,'http://www.thetradingroom.com/282-revision-5/',0,'revision','',0),(299,2,'2013-03-17 20:19:13','2013-03-17 20:19:13','','Wheat EP trade','Above is a snapshot of our RQ-Technology with an actual short trade in Wheat during our live TradeLAB trading session during the week. Notice the RQ\'s DMS depicting markets in conflict, Nextreme uncovering bearish velocity in the grains markets,  the Navigator identifying a bearish break down in Wheat with our alpha signal model, GnosTICK pinpointing the trade entry and exit points.\n','inherit','open','closed','','wheat-ep-trade','','','2013-03-17 20:19:13','2013-03-17 20:19:13','',282,'http://www.thetradingroom.com/wp-content/uploads/2013/03/Wheat-EP-trade.png',0,'attachment','image/png',0),(330,2,'2013-04-06 15:04:57','2013-04-06 15:04:57','The out performers this week in the commodity markets was led by natural gas rising 4.9%,  gold 1.9%  and silver 1.9%. US thirty year bonds led the risk-off category gaining almost 1%. In the currency markets the British pound gained 0.7%  the Swiss franc 0.6% while the Japanese yen dropped 1.4%. The March US employment report disappointed with job growth of only 88K, sending the US dollar lower. In the fixed income markets the US treasuries gained sending yields lower as the market participants anticipate continued fed stimulus. FOMC minutes from the March meeting will be released in the week ahead. Also watch out for speeches from Fed Chairman Bernanke, Rosengren, Evans and Bullard.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/es_cl_ng.bmp\"><img class=\"alignnone size-large wp-image-331\" alt=\"es_cl_ng\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/es_cl_ng.bmp\" /></a>Watch us trade live the crude oil inventories on Wednesday and natural gas storage on Thursday.\r\n\r\nTo gain access please send an email requesting the links to support@riosquant.com','The Week Ahead - Event Driven Trading in the Energy Markets','','publish','open','closed','','the-week-ahead','','','2013-04-07 15:16:23','2013-04-07 15:16:23','',0,'http://www.thetradingroom.com/?p=330',0,'post','',0),(296,2,'2013-03-17 20:13:28','2013-03-17 20:13:28','','sp range1','','inherit','open','closed','','sp-range1-5','','','2013-03-17 20:13:28','2013-03-17 20:13:28','',0,'http://www.thetradingroom.com/wp-content/uploads/2013/03/sp-range14.tif',0,'attachment','image/tiff',0),(297,2,'2013-03-17 20:14:35','2013-03-17 20:14:35','','sp range1','','inherit','open','closed','','sp-range1-6','','','2013-03-17 20:14:35','2013-03-17 20:14:35','',0,'http://www.thetradingroom.com/wp-content/uploads/2013/03/sp-range15.tif',0,'attachment','image/tiff',0),(298,2,'2013-03-17 20:15:59','2013-03-17 20:15:59','','Wheat trade','','inherit','open','closed','','wheat-trade','','','2013-03-17 20:15:59','2013-03-17 20:15:59','',0,'http://www.thetradingroom.com/wp-content/uploads/2013/03/Wheat-trade.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(300,2,'2013-03-17 20:18:21','2013-03-17 20:18:21','&nbsp;\n\nPrice action in the financial markets this past week left many active traders with bruised egos as the markets were mostly range bound and choppy. The RQ-DMS, our dynamic market sentiment indicator identified choppy market trading conditions 4 out of 5 trading days for the  week. The only day the markets were in sync, with risk-on environment in control, according to the DMS was Thursday the 14th. For the astute RQ trader, when markets are in conflict or mixed, we turn our attention to the independent and wildcard asset classes. While the S&amp;P 500 and the US 10 Year Notes respectively gained 0.5% each, Natural Gas gained 6.4% while Soybeans dropped -3.1% for the weeks relative performance.  Also, Natural Gas was the only instrument  in the Riosquant.com site to have a bullish quant ranking in the RQ-Cross Box for the week.\n\nIt was no surprise for me to hear this past Friday during an interview on CNBC squawk box, former FOMC Chairman Alan Greenspan say he starts his trading day by first looking at the futures market as well as the bond markets. In the week ahead my focus will be on the FOMC meeting on Wednesday as they announce policy and release an updated summary of economic projections and Chairman Bernanke will hold a press conference. Take note that the Fed announced a time change for the statement and news conference. You might see some price action in the risk assets as we approach the FOMC event. Traders might be adjusting positions as expectations may change leading up to Wednesday.\n\nFor most active traders, especially momentum traders, range bound and choppy price action conditions is a major threat to performance. The RQ-Navigator is designed to identify and alert you when markets break out or down from their recent trading ranges. When combined with the market selection process utilizing the RQ-DMS, you stack the odds more in your favor and not against you. Below are charts to give you a visual of the RQ-Navigator depicting range and breakdown markets.\n\nFollowing is a comment from one of our members regarding his trading experience for this past week.\n\n\"Entering trades in a range bound area and those trades taken caused multiple whip actions by me trying to stay on the right side of the trade which ended up in 2 back to back losses per trade.  This happened 4 times over the course of the 4 days that I was able to trade.  Then one larger successful trade which got the money back, but very little profit because the goal was to get the money back.  Then I made the mistake of not letting the trade do what it was supposed to do which is run, which in each case it did.  So, one mistake, compounded into 3 mistakes... although the week was profitable, not recognizing that the market had gone into a range (barb wire), was costly. \"\n\n&nbsp;\n\n[caption id=\"attachment_288\" align=\"alignnone\" width=\"1024\"]<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/soybeans1.jpg\"><img class=\"size-large wp-image-288\" alt=\"The Navigator\'s Magenta color identified multiple days of break downs from recent trading ranges for Soybeans, creating selling short opportunities throughout the week.\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/soybeans1-1024x519.jpg\" width=\"1024\" height=\"519\" /></a> The Navigator\'s Magenta color identified multiple days of break downs from recent trading ranges for Soybeans, creating selling short opportunities throughout the week.[/caption]\n\n&nbsp;\n\n&nbsp;','The Week Ahead - Utilizing The Dynamic Market Sentiment Indicator','','inherit','open','closed','','282-revision-6','','','2013-03-17 20:18:21','2013-03-17 20:18:21','',282,'http://www.thetradingroom.com/282-revision-6/',0,'revision','',0),(301,2,'2013-03-17 20:25:19','2013-03-17 20:25:19','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\n\nPrice action in the financial markets this past week left many active traders with bruised egos as the markets were mostly range bound and choppy. The RQ-DMS, our dynamic market sentiment indicator identified choppy market trading conditions 4 out of 5 trading days for the  week. The only day the markets were in sync, with risk-on environment in control, according to the DMS was Thursday the 14th. For the astute RQ trader, when markets are in conflict or mixed, we turn our attention to the independent and wildcard asset classes. While the S&amp;P 500 and the US 10 Year Notes respectively gained 0.5% each, Natural Gas gained 6.4% while Soybeans dropped -3.1% for the weeks relative performance.  Also, Natural Gas was the only instrument  in the Riosquant.com site to have a bullish quant ranking in the RQ-Cross Box for the week.\n\nIt was no surprise for me to hear this past Friday during an interview on CNBC squawk box, former FOMC Chairman Alan Greenspan say he starts his trading day by first looking at the futures market as well as the bond markets. In the week ahead my focus will be on the FOMC meeting on Wednesday as they announce policy and release an updated summary of economic projections and Chairman Bernanke will hold a press conference. Take note that the Fed announced a time change for the statement and news conference. You might see some price action in the risk assets as we approach the FOMC event. Traders might be adjusting positions as expectations may change leading up to Wednesday.\n\nFor most active traders, especially momentum traders, range bound and choppy price action conditions is a major threat to performance. The RQ-Navigator is designed to identify and alert you when markets break out or down from their recent trading ranges. When combined with the market selection process utilizing the RQ-DMS, you stack the odds more in your favor and not against you. Below are charts to give you a visual of the RQ-Navigator depicting range and breakdown markets.\n\nFollowing is a comment from one of our members regarding his trading experience for this past week.\n\n\"Entering trades in a range bound area and those trades taken caused multiple whip actions by me trying to stay on the right side of the trade which ended up in 2 back to back losses per trade.  This happened 4 times over the course of the 4 days that I was able to trade.  Then one larger successful trade which got the money back, but very little profit because the goal was to get the money back.  Then I made the mistake of not letting the trade do what it was supposed to do which is run, which in each case it did.  So, one mistake, compounded into 3 mistakes... although the week was profitable, not recognizing that the market had gone into a range (barb wire), was costly. \"\n\n&nbsp;\n\n[caption id=\"attachment_288\" align=\"alignnone\" width=\"1024\"]<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/soybeans1.jpg\"><img class=\"size-large wp-image-288\" alt=\"The Navigator\'s Magenta color identified multiple days of break downs from recent trading ranges for Soybeans, creating selling short opportunities throughout the week.\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/soybeans1-1024x519.jpg\" width=\"1024\" height=\"519\" /></a> The Navigator\'s Magenta color identified multiple days of break downs from recent trading ranges for Soybeans, creating selling short opportunities throughout the week.[/caption]\n\n&nbsp;\n\n[caption id=\"attachment_299\" align=\"alignnone\" width=\"628\"]<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/Wheat-EP-trade.png\"><img class=\"size-full wp-image-299\" alt=\"Above is a snapshot of our RQ-Technology with an actual short trade in Wheat during our live TradeLAB trading session during the week. Notice the RQ\'s DMS depicting markets in conflict, Nextreme uncovering bearish velocity in the grains markets,  the Navigator identifying a bearish break down in Wheat with our alpha signal model, GnosTICK pinpointing the trade entry and exit points. \" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/Wheat-EP-trade.png\" width=\"628\" height=\"503\" /></a> Above is a snapshot of our RQ-Technology with an actual short trade in Wheat during our live TradeLAB trading session during the week. Notice the RQ\'s DMS depicting markets in conflict, Nextreme uncovering bearish velocity in the grains markets, the Navigator identifying a bearish break down in Wheat with our alpha signal model, GnosTICK pinpointing the trade entry and exit points.[/caption]\n\n&nbsp;','The Week Ahead - Utilizing The Dynamic Market Sentiment Indicator','','inherit','open','closed','','282-revision-7','','','2013-03-17 20:25:19','2013-03-17 20:25:19','',282,'http://www.thetradingroom.com/282-revision-7/',0,'revision','',0),(302,2,'2013-03-17 20:27:01','2013-03-17 20:27:01','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\n\nPrice action in the financial markets this past week left many active traders with bruised egos as the markets were mostly range bound and choppy. The RQ-DMS, our dynamic market sentiment indicator identified choppy market trading conditions 4 out of 5 trading days for the  week. The only day the markets were in sync, with risk-on environment in control, according to the DMS was Thursday the 14th. For the astute RQ trader, when markets are in conflict or mixed, we turn our attention to the independent and wildcard asset classes. While the S&amp;P 500 and the US 10 Year Notes respectively gained 0.5% each, Natural Gas gained 6.4% while Soybeans dropped -3.1% for the weeks relative performance.  Also, Natural Gas was the only instrument  in the Riosquant.com site to have a bullish quant ranking in the RQ-Cross Box for the week.\n\nIt was no surprise for me to hear this past Friday during an interview on CNBC squawk box, former FOMC Chairman Alan Greenspan say he starts his trading day by first looking at the futures market as well as the bond markets. In the week ahead my focus will be on the FOMC meeting on Wednesday as they announce policy and release an updated summary of economic projections and Chairman Bernanke will hold a press conference. Take note that the Fed announced a time change for the statement and news conference. You might see some price action in the risk assets as we approach the FOMC event. Traders might be adjusting positions as expectations may change leading up to Wednesday.\n\nFor most active traders, especially momentum traders, range bound and choppy price action conditions is a major threat to performance. The RQ-Navigator is designed to identify and alert you when markets break out or down from their recent trading ranges. When combined with the market selection process utilizing the RQ-DMS, you stack the odds more in your favor and not against you. Below are charts to give you a visual of the RQ-Navigator depicting range and breakdown markets.\n\nFollowing is a comment from one of our members regarding his trading experience for this past week.\n\n\"Entering trades in a range bound area and those trades taken caused multiple whip actions by me trying to stay on the right side of the trade which ended up in 2 back to back losses per trade.  This happened 4 times over the course of the 4 days that I was able to trade.  Then one larger successful trade which got the money back, but very little profit because the goal was to get the money back.  Then I made the mistake of not letting the trade do what it was supposed to do which is run, which in each case it did.  So, one mistake, compounded into 3 mistakes... although the week was profitable, not recognizing that the market had gone into a range (barb wire), was costly. \"\n\n&nbsp;\n\n[caption id=\"attachment_288\" align=\"alignnone\" width=\"1024\"]<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/soybeans1.jpg\"><img class=\"size-large wp-image-288\" alt=\"The Navigator\'s Magenta color identified multiple days of break downs from recent trading ranges for Soybeans, creating selling short opportunities throughout the week.\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/soybeans1-1024x519.jpg\" width=\"1024\" height=\"519\" /></a> The Navigator\'s Magenta color identified multiple days of break downs from recent trading ranges for Soybeans, creating selling short opportunities throughout the week.[/caption]\n\n&nbsp;\n\n[caption id=\"attachment_299\" align=\"alignnone\" width=\"628\"]<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/Wheat-EP-trade.png\"><img class=\"size-full wp-image-299\" alt=\"Above is a snapshot of our RQ-Technology with an actual short trade in Wheat during our live TradeLAB trading session during the week. Notice the RQ\'s DMS depicting markets in conflict, Nextreme uncovering bearish velocity in the grains markets,  the Navigator identifying a bearish break down in Wheat with our alpha signal model, GnosTICK pinpointing the trade entry and exit points. \" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/Wheat-EP-trade.png\" width=\"628\" height=\"503\" /></a> Above is a snapshot of our RQ-Technology with an actual short trade in Wheat during our live TradeLAB trading session during the week. Notice the RQ\'s DMS depicting markets in conflict, Nextreme uncovering bearish velocity in the grains markets, the Navigator identifying a bearish break down in Wheat with our alpha signal model, GnosTICK pinpointing the trade entry and exit points.[/caption]\n\n&nbsp;','The Week Ahead - Using the RQ-Technology for ','','inherit','open','closed','','282-revision-8','','','2013-03-17 20:27:01','2013-03-17 20:27:01','',282,'http://www.thetradingroom.com/282-revision-8/',0,'revision','',0),(303,2,'2013-03-18 00:14:55','2013-03-18 00:14:55','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\n\nPrice action in the financial markets this past week left many active traders with bruised egos as the markets were mostly range bound and choppy. The RQ-DMS, our dynamic market sentiment indicator identified choppy market trading conditions 4 out of 5 trading days for the  week. The only day the markets were in sync, with risk-on environment in control, according to the DMS was Thursday the 14th. For the astute RQ trader, when markets are in conflict or mixed, we turn our attention to the independent and wildcard asset classes. While the S&amp;P 500 and the US 10 Year Notes respectively gained 0.5% each, Natural Gas gained 6.4% while Soybeans dropped -3.1% for the weeks relative performance.  Also, Natural Gas was the only instrument  in the Riosquant.com site to have a bullish quant ranking in the RQ-Cross Box for the week. Risk assets should be in the spotlight in the week ahead, with anticipation of a breakout or\n\nIt was no surprise for me to hear this past Friday during an interview on CNBC squawk box, former FOMC Chairman Alan Greenspan say he starts his trading day by first looking at the futures market as well as the bond markets. In the week ahead my focus will be on the FOMC meeting on Wednesday as they announce policy and release an updated summary of economic projections and Chairman Bernanke will hold a press conference. Take note that the Fed announced a time change for the statement and news conference. You might see some price action in the risk assets as we approach the FOMC event. Traders might be adjusting positions as expectations may change leading up to Wednesday.\n\nFor most active traders, especially momentum traders, range bound and choppy price action conditions is a major threat to performance. The RQ-Navigator is designed to identify and alert you when markets break out or down from their recent trading ranges. When combined with the market selection process utilizing the RQ-DMS, you stack the odds more in your favor and not against you. Below are charts to give you a visual of the RQ-Navigator depicting range and breakdown markets.\n\nFollowing is a comment from one of our members regarding his trading experience for this past week.\n\n\"Entering trades in a range bound area and those trades taken caused multiple whip actions by me trying to stay on the right side of the trade which ended up in 2 back to back losses per trade.  This happened 4 times over the course of the 4 days that I was able to trade.  Then one larger successful trade which got the money back, but very little profit because the goal was to get the money back.  Then I made the mistake of not letting the trade do what it was supposed to do which is run, which in each case it did.  So, one mistake, compounded into 3 mistakes... although the week was profitable, not recognizing that the market had gone into a range (barb wire), was costly. \"\n\n&nbsp;\n\n[caption id=\"attachment_288\" align=\"alignnone\" width=\"1024\"]<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/soybeans1.jpg\"><img class=\"size-large wp-image-288\" alt=\"The Navigator\'s Magenta color identified multiple days of break downs from recent trading ranges for Soybeans, creating selling short opportunities throughout the week.\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/soybeans1-1024x519.jpg\" width=\"1024\" height=\"519\" /></a> The Navigator\'s Magenta color identified multiple days of break downs from recent trading ranges for Soybeans, creating selling short opportunities throughout the week.[/caption]\n\n&nbsp;\n\n[caption id=\"attachment_299\" align=\"alignnone\" width=\"628\"]<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/Wheat-EP-trade.png\"><img class=\"size-full wp-image-299\" alt=\"Above is a snapshot of our RQ-Technology with an actual short trade in Wheat during our live TradeLAB trading session during the week. Notice the RQ\'s DMS depicting markets in conflict, Nextreme uncovering bearish velocity in the grains markets,  the Navigator identifying a bearish break down in Wheat with our alpha signal model, GnosTICK pinpointing the trade entry and exit points. \" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/Wheat-EP-trade.png\" width=\"628\" height=\"503\" /></a> Above is a snapshot of our RQ-Technology with an actual short trade in Wheat during our live TradeLAB trading session during the week. Notice the RQ\'s DMS depicting markets in conflict, Nextreme uncovering bearish velocity in the grains markets, the Navigator identifying a bearish break down in Wheat with our alpha signal model, GnosTICK pinpointing the trade entry and exit points.[/caption]\n\n&nbsp;','The Week Ahead - Using RQ-Technology for Identifying Market Behavior ','','inherit','open','closed','','282-autosave','','','2013-03-18 00:14:55','2013-03-18 00:14:55','',282,'http://www.thetradingroom.com/282-autosave/',0,'revision','',0),(304,2,'2013-03-17 20:27:53','2013-03-17 20:27:53','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\r\n\r\nPrice action in the financial markets this past week left many active traders with bruised egos as the markets were mostly range bound and choppy. The RQ-DMS, our dynamic market sentiment indicator identified choppy market trading conditions 4 out of 5 trading days for the  week. The only day the markets were in sync, with risk-on environment in control, according to the DMS was Thursday the 14th. For the astute RQ trader, when markets are in conflict or mixed, we turn our attention to the independent and wildcard asset classes. While the S&amp;P 500 and the US 10 Year Notes respectively gained 0.5% each, Natural Gas gained 6.4% while Soybeans dropped -3.1% for the weeks relative performance.  Also, Natural Gas was the only instrument  in the Riosquant.com site to have a bullish quant ranking in the RQ-Cross Box for the week.\r\n\r\nIt was no surprise for me to hear this past Friday during an interview on CNBC squawk box, former FOMC Chairman Alan Greenspan say he starts his trading day by first looking at the futures market as well as the bond markets. In the week ahead my focus will be on the FOMC meeting on Wednesday as they announce policy and release an updated summary of economic projections and Chairman Bernanke will hold a press conference. Take note that the Fed announced a time change for the statement and news conference. You might see some price action in the risk assets as we approach the FOMC event. Traders might be adjusting positions as expectations may change leading up to Wednesday.\r\n\r\nFor most active traders, especially momentum traders, range bound and choppy price action conditions is a major threat to performance. The RQ-Navigator is designed to identify and alert you when markets break out or down from their recent trading ranges. When combined with the market selection process utilizing the RQ-DMS, you stack the odds more in your favor and not against you. Below are charts to give you a visual of the RQ-Navigator depicting range and breakdown markets.\r\n\r\nFollowing is a comment from one of our members regarding his trading experience for this past week.\r\n\r\n\"Entering trades in a range bound area and those trades taken caused multiple whip actions by me trying to stay on the right side of the trade which ended up in 2 back to back losses per trade.  This happened 4 times over the course of the 4 days that I was able to trade.  Then one larger successful trade which got the money back, but very little profit because the goal was to get the money back.  Then I made the mistake of not letting the trade do what it was supposed to do which is run, which in each case it did.  So, one mistake, compounded into 3 mistakes... although the week was profitable, not recognizing that the market had gone into a range (barb wire), was costly. \"\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_288\" align=\"alignnone\" width=\"1024\"]<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/soybeans1.jpg\"><img class=\"size-large wp-image-288\" alt=\"The Navigator\'s Magenta color identified multiple days of break downs from recent trading ranges for Soybeans, creating selling short opportunities throughout the week.\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/soybeans1-1024x519.jpg\" width=\"1024\" height=\"519\" /></a> The Navigator\'s Magenta color identified multiple days of break downs from recent trading ranges for Soybeans, creating selling short opportunities throughout the week.[/caption]\r\n\r\n&nbsp;\r\n\r\n[caption id=\"attachment_299\" align=\"alignnone\" width=\"628\"]<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/Wheat-EP-trade.png\"><img class=\"size-full wp-image-299\" alt=\"Above is a snapshot of our RQ-Technology with an actual short trade in Wheat during our live TradeLAB trading session during the week. Notice the RQ\'s DMS depicting markets in conflict, Nextreme uncovering bearish velocity in the grains markets,  the Navigator identifying a bearish break down in Wheat with our alpha signal model, GnosTICK pinpointing the trade entry and exit points. \" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/Wheat-EP-trade.png\" width=\"628\" height=\"503\" /></a> Above is a snapshot of our RQ-Technology with an actual short trade in Wheat during our live TradeLAB trading session during the week. Notice the RQ\'s DMS depicting markets in conflict, Nextreme uncovering bearish velocity in the grains markets, the Navigator identifying a bearish break down in Wheat with our alpha signal model, GnosTICK pinpointing the trade entry and exit points.[/caption]\r\n\r\n&nbsp;','The Week Ahead - Using RQ-Technology for Identifying Market Behavior ','','inherit','open','closed','','282-revision-9','','','2013-03-17 20:27:53','2013-03-17 20:27:53','',282,'http://www.thetradingroom.com/282-revision-9/',0,'revision','',0),(307,2,'2013-03-24 14:25:09','2013-03-24 14:25:09','','test','','inherit','open','closed','','test','','','2013-03-24 14:25:09','2013-03-24 14:25:09','',306,'http://www.thetradingroom.com/wp-content/uploads/2013/03/test.png',0,'attachment','image/png',0),(308,2,'2013-03-24 14:26:32','2013-03-24 14:26:32','&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/test.png\"><img class=\"alignnone size-full wp-image-307\" alt=\"test\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/test.png\" width=\"544\" height=\"289\" /></a>','','','inherit','open','closed','','306-revision','','','2013-03-24 14:26:32','2013-03-24 14:26:32','',306,'http://www.thetradingroom.com/306-revision/',0,'revision','',0),(309,2,'2013-03-24 19:39:54','2013-03-24 19:39:54','The tiny island of Cyprus dominated the headlines this past week. As the markets opened for first day of trade, risk assets gapped sharply only to retrace its losses towards the end of the week. Euro area finance ministers meet today, to decide whether the Mediterranean island has done enough for a bailout that may avert its financial collapse. Risk assets especially the equity markets remain vulnerable, so in the week ahead be watchful for any headline news including schedule speeches from New York Fed President Dudley, Fed Chairman Bernanke and Boston Fed President Rosengren.\r\n\r\nOn a relative performance basis Natural Gas 1.7% and Corn 1.3% outperformed while copper -1.5% underperformed this past week. The unrelated risk asset classes (independent and wild cards) continue to provide trading opportunities, especially when the markets are in conflict or mixed. When the markets are in sync with risk-on and/or risk-off sentiment, choosing to trade the out performers for buy long candidates and the under performers for selling short candidates, continues to provide better odds for directional trades. The following charts will help illustrate the correlation and tactics In selecting optimal asset classes to trade using the RQ Dynamic Market Sentiment indicator with the RQ-Channel 7 breakout indicator.\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/Correlations-3-DMS.jpg\"><img class=\"alignnone size-large wp-image-310\" alt=\"Correlations 3 DMS\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/Correlations-3-DMS-1024x512.jpg\" width=\"1024\" height=\"512\" /></a>\r\n\r\nClick on chart to enlarge view\r\n\r\nThe chart above illustrates relative performance during this past week between the S&amp;P 500, Crude Oil and the Japanese Yen. The lower section of the chart is the RQ-DMS (dynamic market sentiment indicator). In the RQ-DMS take notice when the histogram is green, a risk on sentiment environment, risk-on assets as demonstrated by the S&amp;P 500 and Crude Oil ascended while the Japanese Yen, a risk-off currency descended. The blue in the histogram illustrates risk- off sentiment, the yellow is for mixed markets and the burnt orange is for markets in conflict. Early in the week when the RQ-DMS identified risk-on sentiment Crude Oil was the outperformer identifying a strong buy long candidate. Conversely, the following trading session, as soon as the markets turned to  risk off sentiment, Crude Oil was the underperformer identifying a strong sell short candidate. Later in the week during risk-off sentiment Crude Oil sold off sharply providing another strong sell short opportunity.  Based on these charts the most clear opportunities occurred during transitions from mixed markets and/or markets in conflict to markets in sync, including both-risk on and risk-off market sentiment indications.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/CL-with-DMS.jpg\"><img class=\"alignnone size-large wp-image-311\" alt=\"CL with DMS\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/CL-with-DMS-1024x284.jpg\" width=\"1024\" height=\"284\" /></a>\r\n\r\nClick on chart to enlarge view\r\n\r\nThe chart above illustrates last week\'s price action for Crude Oil with the RQ-Channel 7 breakout and breakdown indicator. The most clear trading opportunities for crude oil occurred during risk-on and risk-off market sentiment. Selecting to trade the outperforming asset classes for buy long opportunities and conversely selecting the underperforming asset classes for sell short opportunities in combination with market sentiment should increase your odds on directional trades. The RQ-Channel 7 signals occurred when price bar turned cyan color for buy entries and magenta color for short entries.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/Yen.jpg\"><img class=\"alignnone size-large wp-image-312\" alt=\"Yen\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/Yen-1024x286.jpg\" width=\"1024\" height=\"286\" /></a>\r\n\r\nClick on chart to enlarge view\r\n\r\nThe above chart illustrates the Japanese Yen with the RQ-Channel 7 signals for buy long and sell short entry opportunities when taken in the same direction as the RQ-DMS indicates.\r\n\r\nFor more information feel free to contact me at joegrios@gmail.com or support@Riosquant.com.\r\n\r\n&nbsp;','The Week Ahead - Trading with the RQ Dynamic Market Sentiment Indicator by Joe Rios','','publish','open','closed','','the-week-in-review-trading-with-the-rq-dynamic-market-sentiment-indicator-by-joe-rios','','','2013-03-24 19:45:25','2013-03-24 19:45:25','',0,'http://www.thetradingroom.com/?p=309',0,'post','',0),(310,2,'2013-03-24 19:30:33','2013-03-24 19:30:33','','Correlations 3 DMS','','inherit','open','closed','','correlations-3-dms','','','2013-03-24 19:30:33','2013-03-24 19:30:33','',309,'http://www.thetradingroom.com/wp-content/uploads/2013/03/Correlations-3-DMS.jpg',0,'attachment','image/jpeg',0),(311,2,'2013-03-24 19:31:06','2013-03-24 19:31:06','','CL with DMS','','inherit','open','closed','','cl-with-dms','','','2013-03-24 19:31:06','2013-03-24 19:31:06','',309,'http://www.thetradingroom.com/wp-content/uploads/2013/03/CL-with-DMS.jpg',0,'attachment','image/jpeg',0),(312,2,'2013-03-24 19:31:29','2013-03-24 19:31:29','','Yen','','inherit','open','closed','','yen','','','2013-03-24 19:31:29','2013-03-24 19:31:29','',309,'http://www.thetradingroom.com/wp-content/uploads/2013/03/Yen.jpg',0,'attachment','image/jpeg',0),(313,2,'2013-03-24 19:32:22','2013-03-24 19:32:22','The tiny island of Cyprus dominated the headlines this past week. As the markets opened for first day of trade, risk assets gapped sharply only to retrace its losses towards the end of the week. Euro area finance ministers meet today, to decide whether the Mediterranean island has done enough for a bailout that may avert its financial collapse. Risk assets especially the equity markets remain vulnerable, so in the week ahead be watchful for any headline news including schedule speeches from New York Fed President Dudley, Fed Chairman Bernanke and Boston Fed President Rosengren.\n\nOn a relative performance basis Natural Gas 1.7% and Corn 1.3% outperformed while copper -1.5% underperformed this past week. The unrelated risk asset classes (independent and wild cards) continue to provide trading opportunities, especially when the markets are in conflict or mixed. When the markets are in sync with risk-on and/or risk-off sentiment, choosing to trade the out performers for buy long candidates and the under performers for selling short candidates, continues to provide better odds for directional trades. The following charts will help illustrate the correlation and tactics In selecting optimal asset classes to trade using the RQ Dynamic Market Sentiment indicator with the RQ-Channel 7 breakout indicator.\n\n&nbsp;\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/Correlations-3-DMS.jpg\"><img class=\"alignnone size-large wp-image-310\" alt=\"Correlations 3 DMS\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/Correlations-3-DMS-1024x512.jpg\" width=\"1024\" height=\"512\" /></a>','Week in Review - Trading with the RQ Dynamic Market Sentiment Indicator by Joe Rios','','inherit','open','closed','','309-revision','','','2013-03-24 19:32:22','2013-03-24 19:32:22','',309,'http://www.thetradingroom.com/309-revision/',0,'revision','',0),(314,2,'2013-03-24 19:34:07','2013-03-24 19:34:07','The tiny island of Cyprus dominated the headlines this past week. As the markets opened for first day of trade, risk assets gapped sharply only to retrace its losses towards the end of the week. Euro area finance ministers meet today, to decide whether the Mediterranean island has done enough for a bailout that may avert its financial collapse. Risk assets especially the equity markets remain vulnerable, so in the week ahead be watchful for any headline news including schedule speeches from New York Fed President Dudley, Fed Chairman Bernanke and Boston Fed President Rosengren.\r\n\r\nOn a relative performance basis Natural Gas 1.7% and Corn 1.3% outperformed while copper -1.5% underperformed this past week. The unrelated risk asset classes (independent and wild cards) continue to provide trading opportunities, especially when the markets are in conflict or mixed. When the markets are in sync with risk-on and/or risk-off sentiment, choosing to trade the out performers for buy long candidates and the under performers for selling short candidates, continues to provide better odds for directional trades. The following charts will help illustrate the correlation and tactics In selecting optimal asset classes to trade using the RQ Dynamic Market Sentiment indicator with the RQ-Channel 7 breakout indicator.\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/Correlations-3-DMS.jpg\"><img class=\"alignnone size-large wp-image-310\" alt=\"Correlations 3 DMS\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/Correlations-3-DMS-1024x512.jpg\" width=\"1024\" height=\"512\" /></a>','Week in Review - Trading with the RQ Dynamic Market Sentiment Indicator by Joe Rios','','inherit','open','closed','','309-revision-2','','','2013-03-24 19:34:07','2013-03-24 19:34:07','',309,'http://www.thetradingroom.com/309-revision-2/',0,'revision','',0),(315,2,'2013-03-24 19:34:12','2013-03-24 19:34:12','The tiny island of Cyprus dominated the headlines this past week. As the markets opened for first day of trade, risk assets gapped sharply only to retrace its losses towards the end of the week. Euro area finance ministers meet today, to decide whether the Mediterranean island has done enough for a bailout that may avert its financial collapse. Risk assets especially the equity markets remain vulnerable, so in the week ahead be watchful for any headline news including schedule speeches from New York Fed President Dudley, Fed Chairman Bernanke and Boston Fed President Rosengren.\r\n\r\nOn a relative performance basis Natural Gas 1.7% and Corn 1.3% outperformed while copper -1.5% underperformed this past week. The unrelated risk asset classes (independent and wild cards) continue to provide trading opportunities, especially when the markets are in conflict or mixed. When the markets are in sync with risk-on and/or risk-off sentiment, choosing to trade the out performers for buy long candidates and the under performers for selling short candidates, continues to provide better odds for directional trades. The following charts will help illustrate the correlation and tactics In selecting optimal asset classes to trade using the RQ Dynamic Market Sentiment indicator with the RQ-Channel 7 breakout indicator.\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/Correlations-3-DMS.jpg\"><img class=\"alignnone size-large wp-image-310\" alt=\"Correlations 3 DMS\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/Correlations-3-DMS-1024x512.jpg\" width=\"1024\" height=\"512\" /></a>','Week in Review - Trading with the RQ Dynamic Market Sentiment Indicator by Joe Rios','','inherit','open','closed','','309-revision-3','','','2013-03-24 19:34:12','2013-03-24 19:34:12','',309,'http://www.thetradingroom.com/309-revision-3/',0,'revision','',0),(316,2,'2013-03-24 19:34:26','2013-03-24 19:34:26','The tiny island of Cyprus dominated the headlines this past week. As the markets opened for first day of trade, risk assets gapped sharply only to retrace its losses towards the end of the week. Euro area finance ministers meet today, to decide whether the Mediterranean island has done enough for a bailout that may avert its financial collapse. Risk assets especially the equity markets remain vulnerable, so in the week ahead be watchful for any headline news including schedule speeches from New York Fed President Dudley, Fed Chairman Bernanke and Boston Fed President Rosengren.\r\n\r\nOn a relative performance basis Natural Gas 1.7% and Corn 1.3% outperformed while copper -1.5% underperformed this past week. The unrelated risk asset classes (independent and wild cards) continue to provide trading opportunities, especially when the markets are in conflict or mixed. When the markets are in sync with risk-on and/or risk-off sentiment, choosing to trade the out performers for buy long candidates and the under performers for selling short candidates, continues to provide better odds for directional trades. The following charts will help illustrate the correlation and tactics In selecting optimal asset classes to trade using the RQ Dynamic Market Sentiment indicator with the RQ-Channel 7 breakout indicator.\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/Correlations-3-DMS.jpg\"><img class=\"alignnone size-large wp-image-310\" alt=\"Correlations 3 DMS\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/Correlations-3-DMS-1024x512.jpg\" width=\"1024\" height=\"512\" /></a>','Week in Review - Trading with the RQ Dynamic Market Sentiment Indicator by Joe Rios','','inherit','open','closed','','309-revision-4','','','2013-03-24 19:34:26','2013-03-24 19:34:26','',309,'http://www.thetradingroom.com/309-revision-4/',0,'revision','',0),(317,2,'2013-03-24 19:39:07','2013-03-24 19:39:07','The tiny island of Cyprus dominated the headlines this past week. As the markets opened for first day of trade, risk assets gapped sharply only to retrace its losses towards the end of the week. Euro area finance ministers meet today, to decide whether the Mediterranean island has done enough for a bailout that may avert its financial collapse. Risk assets especially the equity markets remain vulnerable, so in the week ahead be watchful for any headline news including schedule speeches from New York Fed President Dudley, Fed Chairman Bernanke and Boston Fed President Rosengren.\r\n\r\nOn a relative performance basis Natural Gas 1.7% and Corn 1.3% outperformed while copper -1.5% underperformed this past week. The unrelated risk asset classes (independent and wild cards) continue to provide trading opportunities, especially when the markets are in conflict or mixed. When the markets are in sync with risk-on and/or risk-off sentiment, choosing to trade the out performers for buy long candidates and the under performers for selling short candidates, continues to provide better odds for directional trades. The following charts will help illustrate the correlation and tactics In selecting optimal asset classes to trade using the RQ Dynamic Market Sentiment indicator with the RQ-Channel 7 breakout indicator.\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/Correlations-3-DMS.jpg\"><img class=\"alignnone size-large wp-image-310\" alt=\"Correlations 3 DMS\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/Correlations-3-DMS-1024x512.jpg\" width=\"1024\" height=\"512\" /></a>\r\n\r\n&nbsp;\r\n\r\nThe chart above illustrates relative performance during this past week between the S&amp;P 500, Crude Oil and the Japanese Yen. The lower section of the chart is the RQ-DMS (dynamic market sentiment indicator). In the RQ-DMS take notice when the histogram is green, a risk on sentiment environment, risk-on assets as demonstrated by the S&amp;P 500 and Crude Oil ascended while the Japanese Yen, a risk-off currency descended. The blue in the histogram illustrates risk- off sentiment, the yellow is for mixed markets and the burnt orange is for markets in conflict. Early in the week when the RQ-DMS identified risk-on sentiment Crude Oil was the outperformer identifying a strong buy long candidate. Conversely, the following trading session, as soon as the markets turned to  risk off sentiment, Crude Oil was the underperformer identifying a strong sell short candidate. Later in the week during risk-off sentiment Crude Oil sold off sharply providing another strong sell short opportunity.  Based on these charts the most clear opportunities occurred during transitions from mixed markets and/or markets in conflict to markets in sync, including both-risk on and risk-off market sentiment indications.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/CL-with-DMS.jpg\"><img class=\"alignnone size-large wp-image-311\" alt=\"CL with DMS\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/CL-with-DMS-1024x284.jpg\" width=\"1024\" height=\"284\" /></a>\r\n\r\nThe chart above illustrates last week\'s price action for Crude Oil with the RQ-Channel 7 breakout and breakdown indicator. The most clear trading opportunities for crude oil occurred during risk-on and risk-off market sentiment. Selecting to trade the outperforming asset classes for buy long opportunities and conversely selecting the underperforming asset classes for sell short opportunities in combination with market sentiment should increase your odds on directional trades. The RQ-Channel 7 signals occurred when price bar turned cyan color for buy entries and magenta color for short entries.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/Yen.jpg\"><img class=\"alignnone size-large wp-image-312\" alt=\"Yen\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/Yen-1024x286.jpg\" width=\"1024\" height=\"286\" /></a>\r\n\r\nThe above chart illustrates the Japanese Yen with the RQ-Channel 7 signals for buy long and sell short entry opportunities when taken in the same direction as the RQ-DMS indicates.\r\n\r\nFor more information feel free to contact me at joegrios@gmail.com or support@Riosquant.com.\r\n\r\n&nbsp;','Week in Review - Trading with the RQ Dynamic Market Sentiment Indicator by Joe Rios','','inherit','open','closed','','309-revision-5','','','2013-03-24 19:39:07','2013-03-24 19:39:07','',309,'http://www.thetradingroom.com/309-revision-5/',0,'revision','',0),(318,2,'2013-03-24 19:46:27','2013-03-24 19:46:27','The tiny island of Cyprus dominated the headlines this past week. As the markets opened for first day of trade, risk assets gapped sharply only to retrace its losses towards the end of the week. Euro area finance ministers meet today, to decide whether the Mediterranean island has done enough for a bailout that may avert its financial collapse. Risk assets especially the equity markets remain vulnerable, so in the week ahead be watchful for any headline news including schedule speeches from New York Fed President Dudley, Fed Chairman Bernanke and Boston Fed President Rosengren.\n\nOn a relative performance basis Natural Gas 1.7% and Corn 1.3% outperformed while copper -1.5% underperformed this past week. The unrelated risk asset classes (independent and wild cards) continue to provide trading opportunities, especially when the markets are in conflict or mixed. When the markets are in sync with risk-on and/or risk-off sentiment, choosing to trade the out performers for buy long candidates and the under performers for selling short candidates, continues to provide better odds for directional trades. The following charts will help illustrate the correlation and tactics In selecting optimal asset classes to trade using the RQ Dynamic Market Sentiment indicator with the RQ-Channel 7 breakout indicator.\n\n&nbsp;\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/Correlations-3-DMS.jpg\"><img class=\"alignnone size-large wp-image-310\" alt=\"Correlations 3 DMS\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/Correlations-3-DMS-1024x512.jpg\" width=\"1024\" height=\"512\" /></a>\n\nClick on chart to enlarge view\n\nThe chart above illustrates relative performance during this past week between the S&amp;P 500, Crude Oil and the Japanese Yen. The lower section of the chart is the RQ-DMS (dynamic market sentiment indicator). In the RQ-DMS take notice when the histogram is green, a risk on sentiment environment, risk-on assets as demonstrated by the S&amp;P 500 and Crude Oil ascended while the Japanese Yen, a risk-off currency descended. The blue in the histogram illustrates risk- off sentiment, the yellow is for mixed markets and the burnt orange is for markets in conflict. Early in the week when the RQ-DMS identified risk-on sentiment Crude Oil was the outperformer identifying a strong buy long candidate. Conversely, the following trading session, as soon as the markets turned to  risk off sentiment, Crude Oil was the underperformer identifying a strong sell short candidate. Later in the week during risk-off sentiment Crude Oil sold off sharply providing another strong sell short opportunity.  Based on these charts the most clear opportunities occurred during transitions from mixed markets and/or markets in conflict to markets in sync, including both-risk on and risk-off market sentiment indications.\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/CL-with-DMS.jpg\"><img class=\"alignnone size-large wp-image-311\" alt=\"CL with DMS\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/CL-with-DMS-1024x284.jpg\" width=\"1024\" height=\"284\" /></a>\n\nClick on chart to enlarge view\n\nThe chart above illustrates last week\'s price action for Crude Oil with the RQ-Channel 7 breakout and breakdown indicator. The most clear trading opportunities for crude oil occurred during risk-on and risk-off market sentiment. Selecting to trade the outperforming asset classes for buy long opportunities and conversely selecting the underperforming asset classes for sell short opportunities in combination with market sentiment should increase your odds on directional trades. The RQ-Channel 7 signals occurred when price bar turned cyan color for buy entries and magenta color for short entries.\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/Yen.jpg\"><img class=\"alignnone size-large wp-image-312\" alt=\"Yen\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/Yen-1024x286.jpg\" width=\"1024\" height=\"286\" /></a>\n\nClick on chart to enlarge view\n\nThe above chart illustrates the Japanese Yen with the RQ-Channel 7 signals for buy long and sell short entry opportunities when taken in the same direction as the RQ-DMS indicates.\n\nFor more information feel free to contact me at joegrios@gmail.com or support@Riosquant.com.\n\n&nbsp;','The Week Ahead - Trading with the RQ Dynamic Market Sentiment Indicator by Joe Rios','','inherit','open','closed','','309-autosave','','','2013-03-24 19:46:27','2013-03-24 19:46:27','',309,'http://www.thetradingroom.com/309-autosave/',0,'revision','',0),(319,2,'2013-03-24 19:39:54','2013-03-24 19:39:54','The tiny island of Cyprus dominated the headlines this past week. As the markets opened for first day of trade, risk assets gapped sharply only to retrace its losses towards the end of the week. Euro area finance ministers meet today, to decide whether the Mediterranean island has done enough for a bailout that may avert its financial collapse. Risk assets especially the equity markets remain vulnerable, so in the week ahead be watchful for any headline news including schedule speeches from New York Fed President Dudley, Fed Chairman Bernanke and Boston Fed President Rosengren.\r\n\r\nOn a relative performance basis Natural Gas 1.7% and Corn 1.3% outperformed while copper -1.5% underperformed this past week. The unrelated risk asset classes (independent and wild cards) continue to provide trading opportunities, especially when the markets are in conflict or mixed. When the markets are in sync with risk-on and/or risk-off sentiment, choosing to trade the out performers for buy long candidates and the under performers for selling short candidates, continues to provide better odds for directional trades. The following charts will help illustrate the correlation and tactics In selecting optimal asset classes to trade using the RQ Dynamic Market Sentiment indicator with the RQ-Channel 7 breakout indicator.\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/Correlations-3-DMS.jpg\"><img class=\"alignnone size-large wp-image-310\" alt=\"Correlations 3 DMS\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/Correlations-3-DMS-1024x512.jpg\" width=\"1024\" height=\"512\" /></a>\r\n\r\n&nbsp;\r\n\r\nThe chart above illustrates relative performance during this past week between the S&amp;P 500, Crude Oil and the Japanese Yen. The lower section of the chart is the RQ-DMS (dynamic market sentiment indicator). In the RQ-DMS take notice when the histogram is green, a risk on sentiment environment, risk-on assets as demonstrated by the S&amp;P 500 and Crude Oil ascended while the Japanese Yen, a risk-off currency descended. The blue in the histogram illustrates risk- off sentiment, the yellow is for mixed markets and the burnt orange is for markets in conflict. Early in the week when the RQ-DMS identified risk-on sentiment Crude Oil was the outperformer identifying a strong buy long candidate. Conversely, the following trading session, as soon as the markets turned to  risk off sentiment, Crude Oil was the underperformer identifying a strong sell short candidate. Later in the week during risk-off sentiment Crude Oil sold off sharply providing another strong sell short opportunity.  Based on these charts the most clear opportunities occurred during transitions from mixed markets and/or markets in conflict to markets in sync, including both-risk on and risk-off market sentiment indications.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/CL-with-DMS.jpg\"><img class=\"alignnone size-large wp-image-311\" alt=\"CL with DMS\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/CL-with-DMS-1024x284.jpg\" width=\"1024\" height=\"284\" /></a>\r\n\r\nThe chart above illustrates last week\'s price action for Crude Oil with the RQ-Channel 7 breakout and breakdown indicator. The most clear trading opportunities for crude oil occurred during risk-on and risk-off market sentiment. Selecting to trade the outperforming asset classes for buy long opportunities and conversely selecting the underperforming asset classes for sell short opportunities in combination with market sentiment should increase your odds on directional trades. The RQ-Channel 7 signals occurred when price bar turned cyan color for buy entries and magenta color for short entries.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/Yen.jpg\"><img class=\"alignnone size-large wp-image-312\" alt=\"Yen\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/Yen-1024x286.jpg\" width=\"1024\" height=\"286\" /></a>\r\n\r\nThe above chart illustrates the Japanese Yen with the RQ-Channel 7 signals for buy long and sell short entry opportunities when taken in the same direction as the RQ-DMS indicates.\r\n\r\nFor more information feel free to contact me at joegrios@gmail.com or support@Riosquant.com.\r\n\r\n&nbsp;','The Week in Review - Trading with the RQ Dynamic Market Sentiment Indicator by Joe Rios','','inherit','open','closed','','309-revision-6','','','2013-03-24 19:39:54','2013-03-24 19:39:54','',309,'http://www.thetradingroom.com/309-revision-6/',0,'revision','',0),(320,2,'2013-03-24 19:41:29','2013-03-24 19:41:29','The tiny island of Cyprus dominated the headlines this past week. As the markets opened for first day of trade, risk assets gapped sharply only to retrace its losses towards the end of the week. Euro area finance ministers meet today, to decide whether the Mediterranean island has done enough for a bailout that may avert its financial collapse. Risk assets especially the equity markets remain vulnerable, so in the week ahead be watchful for any headline news including schedule speeches from New York Fed President Dudley, Fed Chairman Bernanke and Boston Fed President Rosengren.\r\n\r\nOn a relative performance basis Natural Gas 1.7% and Corn 1.3% outperformed while copper -1.5% underperformed this past week. The unrelated risk asset classes (independent and wild cards) continue to provide trading opportunities, especially when the markets are in conflict or mixed. When the markets are in sync with risk-on and/or risk-off sentiment, choosing to trade the out performers for buy long candidates and the under performers for selling short candidates, continues to provide better odds for directional trades. The following charts will help illustrate the correlation and tactics In selecting optimal asset classes to trade using the RQ Dynamic Market Sentiment indicator with the RQ-Channel 7 breakout indicator.\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/Correlations-3-DMS.jpg\"><img class=\"alignnone size-large wp-image-310\" alt=\"Correlations 3 DMS\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/Correlations-3-DMS-1024x512.jpg\" width=\"1024\" height=\"512\" /></a>\r\n\r\n&nbsp;\r\n\r\nThe chart above illustrates relative performance during this past week between the S&amp;P 500, Crude Oil and the Japanese Yen. The lower section of the chart is the RQ-DMS (dynamic market sentiment indicator). In the RQ-DMS take notice when the histogram is green, a risk on sentiment environment, risk-on assets as demonstrated by the S&amp;P 500 and Crude Oil ascended while the Japanese Yen, a risk-off currency descended. The blue in the histogram illustrates risk- off sentiment, the yellow is for mixed markets and the burnt orange is for markets in conflict. Early in the week when the RQ-DMS identified risk-on sentiment Crude Oil was the outperformer identifying a strong buy long candidate. Conversely, the following trading session, as soon as the markets turned to  risk off sentiment, Crude Oil was the underperformer identifying a strong sell short candidate. Later in the week during risk-off sentiment Crude Oil sold off sharply providing another strong sell short opportunity.  Based on these charts the most clear opportunities occurred during transitions from mixed markets and/or markets in conflict to markets in sync, including both-risk on and risk-off market sentiment indications.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/CL-with-DMS.jpg\"><img class=\"alignnone size-large wp-image-311\" alt=\"CL with DMS\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/CL-with-DMS-1024x284.jpg\" width=\"1024\" height=\"284\" /></a>\r\n\r\nThe chart above illustrates last week\'s price action for Crude Oil with the RQ-Channel 7 breakout and breakdown indicator. The most clear trading opportunities for crude oil occurred during risk-on and risk-off market sentiment. Selecting to trade the outperforming asset classes for buy long opportunities and conversely selecting the underperforming asset classes for sell short opportunities in combination with market sentiment should increase your odds on directional trades. The RQ-Channel 7 signals occurred when price bar turned cyan color for buy entries and magenta color for short entries.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/Yen.jpg\"><img class=\"alignnone size-large wp-image-312\" alt=\"Yen\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/Yen-1024x286.jpg\" width=\"1024\" height=\"286\" /></a>\r\n\r\nThe above chart illustrates the Japanese Yen with the RQ-Channel 7 signals for buy long and sell short entry opportunities when taken in the same direction as the RQ-DMS indicates.\r\n\r\nFor more information feel free to contact me at joegrios@gmail.com or support@Riosquant.com.\r\n\r\n&nbsp;','The Week Ahead - Trading with the RQ Dynamic Market Sentiment Indicator by Joe Rios','','inherit','open','closed','','309-revision-7','','','2013-03-24 19:41:29','2013-03-24 19:41:29','',309,'http://www.thetradingroom.com/309-revision-7/',0,'revision','',0),(321,2,'2013-03-24 19:44:07','2013-03-24 19:44:07','The tiny island of Cyprus dominated the headlines this past week. As the markets opened for first day of trade, risk assets gapped sharply only to retrace its losses towards the end of the week. Euro area finance ministers meet today, to decide whether the Mediterranean island has done enough for a bailout that may avert its financial collapse. Risk assets especially the equity markets remain vulnerable, so in the week ahead be watchful for any headline news including schedule speeches from New York Fed President Dudley, Fed Chairman Bernanke and Boston Fed President Rosengren.\r\n\r\nOn a relative performance basis Natural Gas 1.7% and Corn 1.3% outperformed while copper -1.5% underperformed this past week. The unrelated risk asset classes (independent and wild cards) continue to provide trading opportunities, especially when the markets are in conflict or mixed. When the markets are in sync with risk-on and/or risk-off sentiment, choosing to trade the out performers for buy long candidates and the under performers for selling short candidates, continues to provide better odds for directional trades. The following charts will help illustrate the correlation and tactics In selecting optimal asset classes to trade using the RQ Dynamic Market Sentiment indicator with the RQ-Channel 7 breakout indicator.\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/Correlations-3-DMS.jpg\"><img class=\"alignnone size-large wp-image-310\" alt=\"Correlations 3 DMS\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/Correlations-3-DMS-1024x512.jpg\" width=\"1024\" height=\"512\" /></a>\r\n\r\nClick are chart to enlarge view\r\n\r\nThe chart above illustrates relative performance during this past week between the S&amp;P 500, Crude Oil and the Japanese Yen. The lower section of the chart is the RQ-DMS (dynamic market sentiment indicator). In the RQ-DMS take notice when the histogram is green, a risk on sentiment environment, risk-on assets as demonstrated by the S&amp;P 500 and Crude Oil ascended while the Japanese Yen, a risk-off currency descended. The blue in the histogram illustrates risk- off sentiment, the yellow is for mixed markets and the burnt orange is for markets in conflict. Early in the week when the RQ-DMS identified risk-on sentiment Crude Oil was the outperformer identifying a strong buy long candidate. Conversely, the following trading session, as soon as the markets turned to  risk off sentiment, Crude Oil was the underperformer identifying a strong sell short candidate. Later in the week during risk-off sentiment Crude Oil sold off sharply providing another strong sell short opportunity.  Based on these charts the most clear opportunities occurred during transitions from mixed markets and/or markets in conflict to markets in sync, including both-risk on and risk-off market sentiment indications.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/CL-with-DMS.jpg\"><img class=\"alignnone size-large wp-image-311\" alt=\"CL with DMS\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/CL-with-DMS-1024x284.jpg\" width=\"1024\" height=\"284\" /></a>\r\n\r\nThe chart above illustrates last week\'s price action for Crude Oil with the RQ-Channel 7 breakout and breakdown indicator. The most clear trading opportunities for crude oil occurred during risk-on and risk-off market sentiment. Selecting to trade the outperforming asset classes for buy long opportunities and conversely selecting the underperforming asset classes for sell short opportunities in combination with market sentiment should increase your odds on directional trades. The RQ-Channel 7 signals occurred when price bar turned cyan color for buy entries and magenta color for short entries.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/Yen.jpg\"><img class=\"alignnone size-large wp-image-312\" alt=\"Yen\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/Yen-1024x286.jpg\" width=\"1024\" height=\"286\" /></a>\r\n\r\nThe above chart illustrates the Japanese Yen with the RQ-Channel 7 signals for buy long and sell short entry opportunities when taken in the same direction as the RQ-DMS indicates.\r\n\r\nFor more information feel free to contact me at joegrios@gmail.com or support@Riosquant.com.\r\n\r\n&nbsp;','The Week Ahead - Trading with the RQ Dynamic Market Sentiment Indicator by Joe Rios','','inherit','open','closed','','309-revision-8','','','2013-03-24 19:44:07','2013-03-24 19:44:07','',309,'http://www.thetradingroom.com/309-revision-8/',0,'revision','',0),(327,2,'2013-03-31 23:10:46','2013-03-31 23:10:46','On the last day of trade this week, Corn plunged sparking a slump in Soybeans and Wheat, after the U.S. government said domestic inventories were bigger than analysts forecast and that farmers will plant the most since 1936. As a result Corn futures tumbled by the exchanges $.40 limit, -5.4%. Soybean futures dropped -3.1% while Wheat futures fell -6.9%. Energy was the outperforming sector for the week with Crude Oil gaining 3.8% (bullish RQ Ranking) and Natural Gas rising 2.4%. In the week ahead Thursday is busy with scheduled economic data releases including UK rate statement, Spanish 10 year bond auction, BOJ press conference, ECB press conference and Fed Chairman Bernanke speaks.\r\n\r\nThe Basics of Trading the Grains\r\n\r\nTrading the grains is a special and exciting market to trade. If you\'re a daytrader then you will like the intraday volatility the grain markets offer. The grains are a true momentum market therefore breakouts and breakdowns tend to be a favorite among quant traders. The pit session is open from 10:30 AM to 2:15 PM ET. In other words when the currency and financial markets slow down in volume, the heavy volume in the grains begin. The open is where the greatest volume and aggressive price swings occur.\r\n\r\nThe tick increments for corn, soybeans and wheat are $12.50 per quarter-point kicks or $50 per point. So they are the same for the S&amp;P mini futures. The intraday in overnight margins are also very low for corn in just a little bit higher for soybeans and wheat.\r\n\r\nCorn and soybeans are the most active during the summer months, as they go through their critical pollination faces during July and August. Weather is an important driver of prices during the summer months. Extreme heat can cause damage for corn and soybeans. Rain is usually very beneficial for crops however it can also cause damage. Rain can cause problems for farmers by disrupting the planting or harvest process, but damage can also occur from excessive rains. A slight change in a weather forecast can ignite strong price rallies and  just like traders witnessed this past  Friday, inventories can send prices in a free fall.  To learn more about trading the grains with the Rios Quant technology, write me at joegrios@gmail.com or support@riosquant.com.\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/corn.jpg\"><img class=\"alignnone size-full wp-image-324\" alt=\"corn\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/corn.jpg\" width=\"1007\" height=\"495\" /></a>\r\n\r\n&nbsp;\r\n\r\nIntraday 30 minute Corn chart minutes before  the U.S. government said domestic inventories were bigger than analysts forecast and that farmers will plant the most since 1936.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/corn2.jpg\"><img class=\"alignnone size-full wp-image-325\" alt=\"corn2\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/corn2.jpg\" width=\"1012\" height=\"491\" /></a>\r\n\r\nSame Intraday 30 minute corn chart showing price action following report release.\r\n\r\n&nbsp;','The Week Ahead - The Basics of Trading the Grains by Joe Rios','','inherit','open','closed','','323-revision-2','','','2013-03-31 23:10:46','2013-03-31 23:10:46','',323,'http://www.thetradingroom.com/323-revision-2/',0,'revision','',0),(328,2,'2013-03-31 23:12:30','2013-03-31 23:12:30','On the last day of trade this week, Corn plunged sparking a slump in Soybeans and Wheat, after the U.S. government said domestic inventories were bigger than analysts forecast and that farmers will plant the most since 1936. As a result Corn futures tumbled by the exchanges $.40 limit, -5.4%. Soybean futures dropped -3.1% while Wheat futures fell -6.9%. Energy was the outperforming sector for the week with Crude Oil gaining 3.8% (bullish RQ Ranking) and Natural Gas rising 2.4%. In the week ahead Thursday is busy with scheduled economic data releases including UK rate statement, Spanish 10 year bond auction, BOJ press conference, ECB press conference and Fed Chairman Bernanke speaks.\n\nThe Basics of Trading the Grains\n\nTrading the grains is a special and exciting market to trade. If you\'re a daytrader then you will like the intraday volatility the grain markets offer. The grains are a true momentum market therefore breakouts and breakdowns tend to be a favorite among quant traders. The pit session is open from 10:30 AM to 2:15 PM ET. In other words when the currency and financial markets slow down in volume, the heavy volume in the grains begin. The open is where the greatest volume and aggressive price swings occur.\n\nThe tick increments for corn, soybeans and wheat are $12.50 per quarter-point kicks or $50 per point. So they are the same for the S&amp;P mini futures. The intraday in overnight margins are also very low for corn in just a little bit higher for soybeans and wheat.\n\nCorn and soybeans are the most active during the summer months, as they go through their critical pollination faces during July and August. Weather is an important driver of prices during the summer months. Extreme heat can cause damage for corn and soybeans. Rain is usually very beneficial for crops however it can also cause damage. Rain can cause problems for farmers by disrupting the planting or harvest process, but damage can also occur from excessive rains. A slight change in a weather forecast can ignite strong price rallies and  just like traders witnessed this past  Friday, inventories can send prices in a free fall.  To learn more about trading the grains with the Rios Quant technology, write me at joegrios@gmail.com or support@riosquant.com.\n\n&nbsp;\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/corn.jpg\"><img class=\"alignnone size-full wp-image-324\" alt=\"corn\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/corn.jpg\" width=\"1007\" height=\"495\" /></a>\n\n&nbsp;\n\nIntraday 30 minute Corn chart minutes before  the U.S. government said domestic inventories were bigger than analysts forecast and that farmers will plant the most since 1936.\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/corn2.jpg\"><img class=\"alignnone size-full wp-image-325\" alt=\"corn2\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/corn2.jpg\" width=\"1012\" height=\"491\" /></a>\n\nSame Intraday 30 minute corn chart showing price action following report release.\n\n&nbsp;','The Week Ahead - The Basics of Trading the Grains by Joe Rios','','inherit','open','closed','','323-autosave','','','2013-03-31 23:12:30','2013-03-31 23:12:30','',323,'http://www.thetradingroom.com/323-autosave/',0,'revision','',0),(331,2,'2013-04-06 15:01:00','2013-04-06 15:01:00','','es_cl_ng','','inherit','open','closed','','es_cl_ng','','','2013-04-06 15:01:00','2013-04-06 15:01:00','',330,'http://www.thetradingroom.com/wp-content/uploads/2013/04/es_cl_ng.bmp',0,'attachment','image/bmp',0),(332,2,'2013-04-06 15:03:32','2013-04-06 15:03:32','','es_cl_ng_','','inherit','open','closed','','es_cl_ng_','','','2013-04-06 15:03:32','2013-04-06 15:03:32','',330,'http://www.thetradingroom.com/wp-content/uploads/2013/04/es_cl_ng_.jpg',0,'attachment','image/jpeg',0),(333,2,'2013-04-06 15:04:02','2013-04-06 15:04:02','','es_cl_ng','','inherit','open','closed','','es_cl_ng-2','','','2013-04-06 15:04:02','2013-04-06 15:04:02','',330,'http://www.thetradingroom.com/wp-content/uploads/2013/04/es_cl_ng1.bmp',0,'attachment','image/bmp',0),(334,2,'2013-04-06 15:04:50','2013-04-06 15:04:50','The out performers this week in the commodity markets was led by natural gas rising 4.9%,  gold 1.9%  and silver 1.9%. US thirty year bonds led the risk category gaining almost 1%. In the currency markets the British pound gained 0.7%  the Swiss franc 0.6% while the Japanese yen dropped 1.4%. The March US employment report disappointed with job growth of only 88K, sending the US dollar lower. In the fixed income markets the US treasuries gained sending yields lower as the market participants anticipate continued fed stimulus. FOMC minutes from the March meeting will be released in the week ahead. Also watch out for speeches from Fed Chairman Bernanke, Rosengren, Evans and Bullard.\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/es_cl_ng.bmp\"><img class=\"alignnone size-large wp-image-331\" alt=\"es_cl_ng\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/es_cl_ng.bmp\" /></a>Join us this coming Tuesday evening for a presentation on how to trade the energy markets.We are opening up our trading room to guests where we will trade both the crude oil inventories and natural gas storage data releases.\n\nTo gain access please send an email requesting the links to support@riosquant.com','The Week Ahead - ','','inherit','open','closed','','330-revision','','','2013-04-06 15:04:50','2013-04-06 15:04:50','',330,'http://www.thetradingroom.com/330-revision/',0,'revision','',0),(335,2,'2013-04-07 15:17:26','2013-04-07 15:17:26','The out performers this week in the commodity markets was led by natural gas rising 4.9%,  gold 1.9%  and silver 1.9%. US thirty year bonds led the risk-off category gaining almost 1%. In the currency markets the British pound gained 0.7%  the Swiss franc 0.6% while the Japanese yen dropped 1.4%. The March US employment report disappointed with job growth of only 88K, sending the US dollar lower. In the fixed income markets the US treasuries gained sending yields lower as the market participants anticipate continued fed stimulus. FOMC minutes from the March meeting will be released in the week ahead. Also watch out for speeches from Fed Chairman Bernanke, Rosengren, Evans and Bullard.\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/es_cl_ng.bmp\"><img class=\"alignnone size-large wp-image-331\" alt=\"es_cl_ng\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/es_cl_ng.bmp\" /></a>Watch us trade live the crude oil inventories on Wednesday and natural gas storage on Thursday.\n\nTo gain access please send an email requesting the links to support@riosquant.com','The Week Ahead - Event Driven Trading in the Energy Markets','','inherit','open','closed','','330-autosave','','','2013-04-07 15:17:26','2013-04-07 15:17:26','',330,'http://www.thetradingroom.com/330-autosave/',0,'revision','',0),(336,2,'2013-04-06 15:04:57','2013-04-06 15:04:57','The out performers this week in the commodity markets was led by natural gas rising 4.9%,  gold 1.9%  and silver 1.9%. US thirty year bonds led the risk category gaining almost 1%. In the currency markets the British pound gained 0.7%  the Swiss franc 0.6% while the Japanese yen dropped 1.4%. The March US employment report disappointed with job growth of only 88K, sending the US dollar lower. In the fixed income markets the US treasuries gained sending yields lower as the market participants anticipate continued fed stimulus. FOMC minutes from the March meeting will be released in the week ahead. Also watch out for speeches from Fed Chairman Bernanke, Rosengren, Evans and Bullard.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/es_cl_ng.bmp\"><img class=\"alignnone size-large wp-image-331\" alt=\"es_cl_ng\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/es_cl_ng.bmp\" /></a>Join us this coming Tuesday evening for a presentation on how to trade the energy markets.We are opening up our trading room to guests where we will trade both the crude oil inventories and natural gas storage data releases.\r\n\r\nTo gain access please send an email requesting the links to support@riosquant.com','The Week Ahead - ','','inherit','open','closed','','330-revision-2','','','2013-04-06 15:04:57','2013-04-06 15:04:57','',330,'http://www.thetradingroom.com/330-revision-2/',0,'revision','',0),(337,2,'2013-04-06 15:06:30','2013-04-06 15:06:30','The out performers this week in the commodity markets was led by natural gas rising 4.9%,  gold 1.9%  and silver 1.9%. US thirty year bonds led the risk category gaining almost 1%. In the currency markets the British pound gained 0.7%  the Swiss franc 0.6% while the Japanese yen dropped 1.4%. The March US employment report disappointed with job growth of only 88K, sending the US dollar lower. In the fixed income markets the US treasuries gained sending yields lower as the market participants anticipate continued fed stimulus. FOMC minutes from the March meeting will be released in the week ahead. Also watch out for speeches from Fed Chairman Bernanke, Rosengren, Evans and Bullard.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/es_cl_ng.bmp\"><img class=\"alignnone size-large wp-image-331\" alt=\"es_cl_ng\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/es_cl_ng.bmp\" /></a>Join us this coming Tuesday evening for a presentation on how to trade the energy markets.We are opening up our trading room to guests where we will trade both the crude oil inventories and natural gas storage data releases.\r\n\r\nTo gain access please send an email requesting the links to support@riosquant.com','The Week Ahead - Event Driven Trading in the Energy Markets','','inherit','open','closed','','330-revision-3','','','2013-04-06 15:06:30','2013-04-06 15:06:30','',330,'http://www.thetradingroom.com/330-revision-3/',0,'revision','',0),(342,2,'2013-04-06 15:09:36','2013-04-06 15:09:36','The out performers this week in the commodity markets was led by natural gas rising 4.9%,  gold 1.9%  and silver 1.9%. US thirty year bonds led the risk-off category gaining almost 1%. In the currency markets the British pound gained 0.7%  the Swiss franc 0.6% while the Japanese yen dropped 1.4%. The March US employment report disappointed with job growth of only 88K, sending the US dollar lower. In the fixed income markets the US treasuries gained sending yields lower as the market participants anticipate continued fed stimulus. FOMC minutes from the March meeting will be released in the week ahead. Also watch out for speeches from Fed Chairman Bernanke, Rosengren, Evans and Bullard.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/es_cl_ng.bmp\"><img class=\"alignnone size-large wp-image-331\" alt=\"es_cl_ng\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/es_cl_ng.bmp\" /></a>Join us this coming Tuesday evening for a presentation on how to trade the energy markets. We are opening up our trading room to guests, watch us trade live the crude oil inventories on Wednesday and natural gas storage on Thursday.\r\n\r\nTo gain access please send an email requesting the links to support@riosquant.com','The Week Ahead - Event Driven Trading in the Energy Markets','','inherit','open','closed','','330-revision-8','','','2013-04-06 15:09:36','2013-04-06 15:09:36','',330,'http://www.thetradingroom.com/330-revision-8/',0,'revision','',0),(338,2,'2013-04-06 15:07:39','2013-04-06 15:07:39','The out performers this week in the commodity markets was led by natural gas rising 4.9%,  gold 1.9%  and silver 1.9%. US thirty year bonds led the risk-off category gaining almost 1%. In the currency markets the British pound gained 0.7%  the Swiss franc 0.6% while the Japanese yen dropped 1.4%. The March US employment report disappointed with job growth of only 88K, sending the US dollar lower. In the fixed income markets the US treasuries gained sending yields lower as the market participants anticipate continued fed stimulus. FOMC minutes from the March meeting will be released in the week ahead. Also watch out for speeches from Fed Chairman Bernanke, Rosengren, Evans and Bullard.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/es_cl_ng.bmp\"><img class=\"alignnone size-large wp-image-331\" alt=\"es_cl_ng\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/es_cl_ng.bmp\" /></a>Join us this coming Tuesday evening for a presentation on how to trade the energy markets.We are opening up our trading room to guests where we will trade both the crude oil inventories and natural gas storage data releases.\r\n\r\nTo gain access please send an email requesting the links to support@riosquant.com','The Week Ahead - Event Driven Trading in the Energy Markets','','inherit','open','closed','','330-revision-4','','','2013-04-06 15:07:39','2013-04-06 15:07:39','',330,'http://www.thetradingroom.com/330-revision-4/',0,'revision','',0),(339,2,'2013-04-06 15:09:36','2013-04-06 15:09:36','The out performers this week in the commodity markets was led by natural gas rising 4.9%,  gold 1.9%  and silver 1.9%. US thirty year bonds led the risk-off category gaining almost 1%. In the currency markets the British pound gained 0.7%  the Swiss franc 0.6% while the Japanese yen dropped 1.4%. The March US employment report disappointed with job growth of only 88K, sending the US dollar lower. In the fixed income markets the US treasuries gained sending yields lower as the market participants anticipate continued fed stimulus. FOMC minutes from the March meeting will be released in the week ahead. Also watch out for speeches from Fed Chairman Bernanke, Rosengren, Evans and Bullard.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/es_cl_ng.bmp\"><img class=\"alignnone size-large wp-image-331\" alt=\"es_cl_ng\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/es_cl_ng.bmp\" /></a>Join us this coming Tuesday evening for a presentation on how to trade the energy markets. We are opening up our trading room to guests, watch us trade live the crude oil inventories on Wednesday and natural gas storage on Thursday.\r\n\r\nTo gain access please send an email requesting the links to support@riosquant.com','The Week Ahead - Event Driven Trading in the Energy Markets','','inherit','open','closed','','330-revision-5','','','2013-04-06 15:09:36','2013-04-06 15:09:36','',330,'http://www.thetradingroom.com/330-revision-5/',0,'revision','',0),(340,2,'2013-04-06 15:09:36','2013-04-06 15:09:36','The out performers this week in the commodity markets was led by natural gas rising 4.9%,  gold 1.9%  and silver 1.9%. US thirty year bonds led the risk-off category gaining almost 1%. In the currency markets the British pound gained 0.7%  the Swiss franc 0.6% while the Japanese yen dropped 1.4%. The March US employment report disappointed with job growth of only 88K, sending the US dollar lower. In the fixed income markets the US treasuries gained sending yields lower as the market participants anticipate continued fed stimulus. FOMC minutes from the March meeting will be released in the week ahead. Also watch out for speeches from Fed Chairman Bernanke, Rosengren, Evans and Bullard.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/es_cl_ng.bmp\"><img class=\"alignnone size-large wp-image-331\" alt=\"es_cl_ng\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/es_cl_ng.bmp\" /></a>Join us this coming Tuesday evening for a presentation on how to trade the energy markets. We are opening up our trading room to guests, watch us trade live the crude oil inventories on Wednesday and natural gas storage on Thursday.\r\n\r\nTo gain access please send an email requesting the links to support@riosquant.com','The Week Ahead - Event Driven Trading in the Energy Markets','','inherit','open','closed','','330-revision-6','','','2013-04-06 15:09:36','2013-04-06 15:09:36','',330,'http://www.thetradingroom.com/330-revision-6/',0,'revision','',0),(341,2,'2013-04-06 15:09:36','2013-04-06 15:09:36','The out performers this week in the commodity markets was led by natural gas rising 4.9%,  gold 1.9%  and silver 1.9%. US thirty year bonds led the risk-off category gaining almost 1%. In the currency markets the British pound gained 0.7%  the Swiss franc 0.6% while the Japanese yen dropped 1.4%. The March US employment report disappointed with job growth of only 88K, sending the US dollar lower. In the fixed income markets the US treasuries gained sending yields lower as the market participants anticipate continued fed stimulus. FOMC minutes from the March meeting will be released in the week ahead. Also watch out for speeches from Fed Chairman Bernanke, Rosengren, Evans and Bullard.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/es_cl_ng.bmp\"><img class=\"alignnone size-large wp-image-331\" alt=\"es_cl_ng\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/es_cl_ng.bmp\" /></a>Join us this coming Tuesday evening for a presentation on how to trade the energy markets. We are opening up our trading room to guests, watch us trade live the crude oil inventories on Wednesday and natural gas storage on Thursday.\r\n\r\nTo gain access please send an email requesting the links to support@riosquant.com','The Week Ahead - Event Driven Trading in the Energy Markets','','inherit','open','closed','','330-revision-7','','','2013-04-06 15:09:36','2013-04-06 15:09:36','',330,'http://www.thetradingroom.com/330-revision-7/',0,'revision','',0),(345,2,'2013-04-14 14:28:14','2013-04-14 14:28:14','','RQ Rank cl ng','','inherit','open','closed','','rq-rank-cl-ng','','','2013-04-14 14:28:14','2013-04-14 14:28:14','',344,'http://www.thetradingroom.com/wp-content/uploads/2013/04/RQ-Rank-cl-ng.jpg',0,'attachment','image/jpeg',0),(346,2,'2013-04-14 15:01:23','2013-04-14 15:01:23','','rq rank gold','','inherit','open','closed','','rq-rank-gold','','','2013-04-14 15:01:23','2013-04-14 15:01:23','',344,'http://www.thetradingroom.com/wp-content/uploads/2013/04/rq-rank-gold.jpg',0,'attachment','image/jpeg',0),(347,2,'2013-04-14 15:27:30','2013-04-14 15:27:30','','rq tech','','inherit','open','closed','','rq-tech','','','2013-04-14 15:27:30','2013-04-14 15:27:30','',344,'http://www.thetradingroom.com/wp-content/uploads/2013/04/rq-tech.jpg',0,'attachment','image/jpeg',0),(348,2,'2013-04-14 15:34:11','2013-04-14 15:34:11','','relative performance 4-13','','inherit','open','closed','','relative-performance-4-13','','','2013-04-14 15:34:11','2013-04-14 15:34:11','',344,'http://www.thetradingroom.com/wp-content/uploads/2013/04/relative-performance-4-13.jpg',0,'attachment','image/jpeg',0),(349,2,'2013-04-14 15:46:18','2013-04-14 15:46:18','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\n\n&nbsp;\n\nEconomic data releases for the US disappointed including employment report falling below 100 K and retail sales dropping by -0 1.4% in March. Nonetheless the equity indices managed to hold onto the weekly gains while the US 10 Year Notes finished the week flat. In the commodity markets, Natural Gas (RQ Rank +4) and Grains outperformed while Crude Oil (RQ Rank -4) and the Metals sold-off. On the last day of trade Gold and Silver had spectacular downward price action with Gold (RQ Rank -4) falling to the lowest level since 2011, after news of potential gold sales by Cyprus. In the week ahead industrial production and  manufacturing reports will be released, consumer prices are also scheduled and if producer prices are any indication for CPI, the risk should be to the downside. The impact on the currency markets may not be apparent, therefore our focus will remain on the risk assets. As you can see from the illustrations below, the RQ Cross Box alerted ahead of time with a bearish quant ranking for Crude Oil &amp; Gold and a bullish quant ranking for Natural Gas. For the Rios Quant traders the RQ Cross Box is the first starting point in forecasting directional price action and trading opportunities. The RQ Cross Box was developed to provide us answers to what\'s really going on in the markets.\n\nThe RQ Cross Box is a quantitative analysis and ranking system utilizing multiple disciplines of evaluation including macro economics, sector rotation, fundamental and technical analysis. At the core of the system is our proprietary algorithm designed to interpret historical data in order to reveal predictive future metrics. Traders, investors, and portfolio managers have found it to be instrumental for:\n<ul>\n	<li>Multi-Asset class analysis</li>\n	<li>Identifying new trading and investment candidates</li>\n	<li>Assist in managing risk for active trading and portfolios</li>\n	<li>Notify of developing new trends and sector shifts</li>\n	<li>Position sizing tool for multi-asset traders</li>\n	<li>As an overlay to other trading and investment strategy</li>\n</ul>\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/RQ-Rank-cl-ng.jpg\"><img class=\"alignnone size-full wp-image-345\" alt=\"RQ Rank cl ng\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/RQ-Rank-cl-ng.jpg\" width=\"722\" height=\"339\" /></a>\n\nThe RQ Cross Box Basics - The Rios Quant traders use it as a forecasting tool to help them identify day-trading opportunities. As you can see in the illustration above, Crude Oil was identified as a sell short candidate while Natural Gas was a buy long candidate.  In the illustration below, Gold was identified as a sell short candidate.\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/rq-rank-gold.jpg\"><img class=\"alignnone size-full wp-image-346\" alt=\"rq rank gold\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/rq-rank-gold.jpg\" width=\"712\" height=\"326\" /></a>\n\n&nbsp;\n\nThe second step for the Rios Quant traders is to assess the markets in a shorter time frame covering the trading activities during the overnight trading sessions. The RQ-Tech analyzer provides several different metrics including a dynamic market sentiment indicator designed to uncover the current trading environment including risk-on, risk-off trading conditions. Another important design of the analyzer is the Nextreme, a dynamic velocity indicator. the illustration below is the RQ-Tech\'s DMS identifying a risk off trading environment and the Nextreme identifying crude oil and gold as day-trading sell-short opportunities. The Nextreme identified Natural Gas as a buy long opportunity.\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/rq-tech.jpg\"><img class=\"alignnone size-full wp-image-347\" alt=\"rq tech\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/rq-tech.jpg\" width=\"738\" height=\"456\" /></a>\n\nThe RQ-Tech was developed to uncover who is  in control of various asset classes as well as the major markets including the equities, fixed income, currencies and commodity markets.\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/relative-performance-4-13.jpg\"><img class=\"alignnone size-full wp-image-348\" alt=\"relative performance 4-13\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/relative-performance-4-13.jpg\" width=\"749\" height=\"387\" /></a>\n\nThe chart above illustrates relative performance between the asset classes identified by the Nextreme as trading opportunities, compared to the S&amp;P 500, a key benchmark. Take special note how  momentum aggressively accelerated after 8:00 AM,  the beginning of the US time trading session.\n\nThe third and last step for the Rios Quant trader  is the selection of the alpha signal model. the RQ signal models provide pinpoint entries as well as stop loss and profit target exits. Join us this week in our live trading room, the TradeLAB and see us trade real-time in a live market environment. The trade lab opens at 8:00 AM and closes at 11:00 AM. For a free access pass, send an e-mail request to support@Riosquant.com and we will send you the links for the entire week.\n\n&nbsp;','The Week Ahead - Forecasting Tools and Techniques -  by Joe Rios','','inherit','open','closed','','344-revision','','','2013-04-14 15:46:18','2013-04-14 15:46:18','',344,'http://www.thetradingroom.com/344-revision/',0,'revision','',0),(350,2,'2013-04-14 15:46:33','2013-04-14 15:46:33','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\r\n\r\n&nbsp;\r\n\r\nEconomic data releases for the US disappointed including employment report falling below 100 K and retail sales dropping by -0 1.4% in March. Nonetheless the equity indices managed to hold onto the weekly gains while the US 10 Year Notes finished the week flat. In the commodity markets, Natural Gas (RQ Rank +4) and Grains outperformed while Crude Oil (RQ Rank -4) and the Metals sold-off. On the last day of trade Gold and Silver had spectacular downward price action with Gold (RQ Rank -4) falling to the lowest level since 2011, after news of potential gold sales by Cyprus. In the week ahead industrial production and  manufacturing reports will be released, consumer prices are also scheduled and if producer prices are any indication for CPI, the risk should be to the downside. The impact on the currency markets may not be apparent, therefore our focus will remain on the risk assets. As you can see from the illustrations below, the RQ Cross Box alerted ahead of time with a bearish quant ranking for Crude Oil &amp; Gold and a bullish quant ranking for Natural Gas. For the Rios Quant traders the RQ Cross Box is the first starting point in forecasting directional price action and trading opportunities. The RQ Cross Box was developed to provide us answers to what\'s really going on in the markets.\r\n\r\nThe RQ Cross Box is a quantitative analysis and ranking system utilizing multiple disciplines of evaluation including macro economics, sector rotation, fundamental and technical analysis. At the core of the system is our proprietary algorithm designed to interpret historical data in order to reveal predictive future metrics. Traders, investors, and portfolio managers have found it to be instrumental for:\r\n<ul>\r\n	<li>Multi-Asset class analysis</li>\r\n	<li>Identifying new trading and investment candidates</li>\r\n	<li>Assist in managing risk for active trading and portfolios</li>\r\n	<li>Notify of developing new trends and sector shifts</li>\r\n	<li>Position sizing tool for multi-asset traders</li>\r\n	<li>As an overlay to other trading and investment strategy</li>\r\n</ul>\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/RQ-Rank-cl-ng.jpg\"><img class=\"alignnone size-full wp-image-345\" alt=\"RQ Rank cl ng\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/RQ-Rank-cl-ng.jpg\" width=\"722\" height=\"339\" /></a>\r\n\r\nThe RQ Cross Box Basics - The Rios Quant traders use it as a forecasting tool to help them identify day-trading opportunities. As you can see in the illustration above, Crude Oil was identified as a sell short candidate while Natural Gas was a buy long candidate.  In the illustration below, Gold was identified as a sell short candidate.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/rq-rank-gold.jpg\"><img class=\"alignnone size-full wp-image-346\" alt=\"rq rank gold\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/rq-rank-gold.jpg\" width=\"712\" height=\"326\" /></a>\r\n\r\n&nbsp;\r\n\r\nThe second step for the Rios Quant traders is to assess the markets in a shorter time frame covering the trading activities during the overnight trading sessions. The RQ-Tech analyzer provides several different metrics including a dynamic market sentiment indicator designed to uncover the current trading environment including risk-on, risk-off trading conditions. Another important design of the analyzer is the Nextreme, a dynamic velocity indicator. the illustration below is the RQ-Tech\'s DMS identifying a risk off trading environment and the Nextreme identifying crude oil and gold as day-trading sell-short opportunities. The Nextreme identified Natural Gas as a buy long opportunity.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/rq-tech.jpg\"><img class=\"alignnone size-full wp-image-347\" alt=\"rq tech\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/rq-tech.jpg\" width=\"738\" height=\"456\" /></a>\r\n\r\nThe RQ-Tech was developed to uncover who is  in control of various asset classes as well as the major markets including the equities, fixed income, currencies and commodity markets.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/relative-performance-4-13.jpg\"><img class=\"alignnone size-full wp-image-348\" alt=\"relative performance 4-13\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/relative-performance-4-13.jpg\" width=\"749\" height=\"387\" /></a>\r\n\r\nThe chart above illustrates relative performance between the asset classes identified by the Nextreme as trading opportunities, compared to the S&amp;P 500, a key benchmark. Take special note how  momentum aggressively accelerated after 8:00 AM,  the beginning of the US time trading session.\r\n\r\nThe third and last step for the Rios Quant trader  is the selection of the alpha signal model. the RQ signal models provide pinpoint entries as well as stop loss and profit target exits. Join us this week in our live trading room, the TradeLAB and see us trade real-time in a live market environment. The trade lab opens at 8:00 AM and closes at 11:00 AM. For a free access pass, send an e-mail request to support@Riosquant.com and we will send you the access links for the entire week.\r\n\r\n&nbsp;','The Week Ahead - Forecasting Tools and Techniques -  by Joe Rios','','inherit','open','closed','','344-revision-2','','','2013-04-14 15:46:33','2013-04-14 15:46:33','',344,'http://www.thetradingroom.com/344-revision-2/',0,'revision','',0),(351,2,'2013-04-14 21:53:48','2013-04-14 21:53:48','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\n\n&nbsp;\n\nEconomic data releases for the US disappointed including employment report falling below 100 K and retail sales dropping by -0 1.4% in March. Nonetheless the equity indices managed to hold onto the weekly gains while the US 10 Year Notes finished the week flat. In the commodity markets, Natural Gas (RQ Rank +4) and Grains outperformed while Crude Oil (RQ Rank -4) and the Metals sold-off. On the last day of trade Gold and Silver had spectacular downward price action with Gold (RQ Rank -4) falling to the lowest level since 2011, after news of potential gold sales by Cyprus. In the week ahead industrial production and  manufacturing reports will be released, consumer prices are also scheduled and if producer prices are any indication for CPI, the risk should be to the downside. The impact on the currency markets may not be apparent, therefore our focus will remain on the risk assets. As you can see from the illustrations below, the RQ Cross Box alerted ahead of time with a bearish quant ranking for Crude Oil &amp; Gold and a bullish quant ranking for Natural Gas. For the Rios Quant traders the RQ Cross Box is the first starting point in forecasting directional price action and trading opportunities. The RQ Cross Box was developed to provide us answers to what\'s really going on in the markets.\n\nThe RQ Cross Box is a quantitative analysis and ranking system utilizing multiple disciplines of evaluation including macro economics, sector rotation, fundamental and technical analysis. At the core of the system is our proprietary algorithm designed to interpret historical data in order to reveal predictive future metrics. Traders, Investors, and Portfolio Managers have found it to be instrumental when:\n<ul>\n	<li>Analyzing Multiple Asset Classes</li>\n	<li>Identifying New Trading and Investment Candidates</li>\n	<li>Assisting in Managing Risk for Active Trading and Portfolios</li>\n	<li>Providing Notification of New Developing Trends and Sector Shifts</li>\n	<li>Determining Position Sizes</li>\n	<li>Overlaying with Other Trading and Investment Strategies</li>\n</ul>\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/RQ-Rank-cl-ng.jpg\"><img class=\"alignnone size-full wp-image-345\" alt=\"RQ Rank cl ng\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/RQ-Rank-cl-ng.jpg\" width=\"722\" height=\"339\" /></a>\n\nThe RQ Cross Box Basics - The Rios Quant traders use it as a forecasting tool to help them identify day-trading opportunities. As you can see in the illustration above, Crude Oil was identified as a sell short candidate while Natural Gas was a buy long candidate.  In the illustration below, Gold was identified as a sell short candidate.\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/rq-rank-gold.jpg\"><img class=\"alignnone size-full wp-image-346\" alt=\"rq rank gold\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/rq-rank-gold.jpg\" width=\"712\" height=\"326\" /></a>\n\n&nbsp;\n\nThe second step for the Rios Quant traders is to assess the markets in a shorter time frame covering the trading activities during the overnight trading sessions. The RQ-Tech analyzer provides several different metrics including a dynamic market sentiment indicator designed to uncover the current trading environment including risk-on, risk-off trading conditions. Another important design of the analyzer is the Nextreme, a dynamic velocity indicator. the illustration below is the RQ-Tech\'s DMS identifying a risk off trading environment and the Nextreme identifying crude oil and gold as day-trading sell-short opportunities. The Nextreme identified Natural Gas as a buy long opportunity.\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/rq-tech.jpg\"><img class=\"alignnone size-full wp-image-347\" alt=\"rq tech\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/rq-tech.jpg\" width=\"738\" height=\"456\" /></a>\n\nThe RQ-Tech was developed to uncover who is  in control of various asset classes as well as the major markets including the equities, fixed income, currencies and commodity markets.\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/relative-performance-4-13.jpg\"><img class=\"alignnone size-full wp-image-348\" alt=\"relative performance 4-13\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/relative-performance-4-13.jpg\" width=\"749\" height=\"387\" /></a>\n\nThe chart above illustrates relative performance between the asset classes identified by the Nextreme as trading opportunities, compared to the S&amp;P 500, a key benchmark. Take special note how momentum aggressively accelerated after 8:00 AM,  the beginning of the US trading session.\n\nThe third and last step for the Rios Quant trader is the selection of the alpha signal model. The RQ signal models provide pinpoint entries as well as stop loss and profit target exits.  Join us this week in our live trading room, the TradeLAB and see us trade real-time in a live market environment.\n\nThe trade lab opens at 8:00 AM and closes at 11:00 AM. For a free access pass, send an e-mail request to support@riosquant.com and we will send you the access links for the entire week. You may also qualify for a free trial to our trading tools including the RQ-Cross Box, RQ-Tech and Einstein automated system.\n\n&nbsp;','The Week Ahead - Forecasting Tools and Techniques for the Global Markets -  by Joe Rios','','inherit','open','closed','','344-autosave','','','2013-04-14 21:53:48','2013-04-14 21:53:48','',344,'http://www.thetradingroom.com/344-autosave/',0,'revision','',0),(352,2,'2013-04-14 15:47:22','2013-04-14 15:47:22','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\r\n\r\n&nbsp;\r\n\r\nEconomic data releases for the US disappointed including employment report falling below 100 K and retail sales dropping by -0 1.4% in March. Nonetheless the equity indices managed to hold onto the weekly gains while the US 10 Year Notes finished the week flat. In the commodity markets, Natural Gas (RQ Rank +4) and Grains outperformed while Crude Oil (RQ Rank -4) and the Metals sold-off. On the last day of trade Gold and Silver had spectacular downward price action with Gold (RQ Rank -4) falling to the lowest level since 2011, after news of potential gold sales by Cyprus. In the week ahead industrial production and  manufacturing reports will be released, consumer prices are also scheduled and if producer prices are any indication for CPI, the risk should be to the downside. The impact on the currency markets may not be apparent, therefore our focus will remain on the risk assets. As you can see from the illustrations below, the RQ Cross Box alerted ahead of time with a bearish quant ranking for Crude Oil &amp; Gold and a bullish quant ranking for Natural Gas. For the Rios Quant traders the RQ Cross Box is the first starting point in forecasting directional price action and trading opportunities. The RQ Cross Box was developed to provide us answers to what\'s really going on in the markets.\r\n\r\nThe RQ Cross Box is a quantitative analysis and ranking system utilizing multiple disciplines of evaluation including macro economics, sector rotation, fundamental and technical analysis. At the core of the system is our proprietary algorithm designed to interpret historical data in order to reveal predictive future metrics. Traders, investors, and portfolio managers have found it to be instrumental for:\r\n<ul>\r\n	<li>Multi-Asset class analysis</li>\r\n	<li>Identifying new trading and investment candidates</li>\r\n	<li>Assist in managing risk for active trading and portfolios</li>\r\n	<li>Notify of developing new trends and sector shifts</li>\r\n	<li>Position sizing tool for multi-asset traders</li>\r\n	<li>As an overlay to other trading and investment strategy</li>\r\n</ul>\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/RQ-Rank-cl-ng.jpg\"><img class=\"alignnone size-full wp-image-345\" alt=\"RQ Rank cl ng\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/RQ-Rank-cl-ng.jpg\" width=\"722\" height=\"339\" /></a>\r\n\r\nThe RQ Cross Box Basics - The Rios Quant traders use it as a forecasting tool to help them identify day-trading opportunities. As you can see in the illustration above, Crude Oil was identified as a sell short candidate while Natural Gas was a buy long candidate.  In the illustration below, Gold was identified as a sell short candidate.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/rq-rank-gold.jpg\"><img class=\"alignnone size-full wp-image-346\" alt=\"rq rank gold\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/rq-rank-gold.jpg\" width=\"712\" height=\"326\" /></a>\r\n\r\n&nbsp;\r\n\r\nThe second step for the Rios Quant traders is to assess the markets in a shorter time frame covering the trading activities during the overnight trading sessions. The RQ-Tech analyzer provides several different metrics including a dynamic market sentiment indicator designed to uncover the current trading environment including risk-on, risk-off trading conditions. Another important design of the analyzer is the Nextreme, a dynamic velocity indicator. the illustration below is the RQ-Tech\'s DMS identifying a risk off trading environment and the Nextreme identifying crude oil and gold as day-trading sell-short opportunities. The Nextreme identified Natural Gas as a buy long opportunity.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/rq-tech.jpg\"><img class=\"alignnone size-full wp-image-347\" alt=\"rq tech\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/rq-tech.jpg\" width=\"738\" height=\"456\" /></a>\r\n\r\nThe RQ-Tech was developed to uncover who is  in control of various asset classes as well as the major markets including the equities, fixed income, currencies and commodity markets.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/relative-performance-4-13.jpg\"><img class=\"alignnone size-full wp-image-348\" alt=\"relative performance 4-13\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/relative-performance-4-13.jpg\" width=\"749\" height=\"387\" /></a>\r\n\r\nThe chart above illustrates relative performance between the asset classes identified by the Nextreme as trading opportunities, compared to the S&amp;P 500, a key benchmark. Take special note how  momentum aggressively accelerated after 8:00 AM,  the beginning of the US time trading session.\r\n\r\nThe third and last step for the Rios Quant trader  is the selection of the alpha signal model. the RQ signal models provide pinpoint entries as well as stop loss and profit target exits. Join us this week in our live trading room, the TradeLAB and see us trade real-time in a live market environment. The trade lab opens at 8:00 AM and closes at 11:00 AM. For a free access pass, send an e-mail request to support@Riosquant.com and we will send you the access links for the entire week.\r\n\r\n&nbsp;','The Week Ahead - Forecasting Tools and Techniques for the Global Markets -  by Joe Rios','','inherit','open','closed','','344-revision-3','','','2013-04-14 15:47:22','2013-04-14 15:47:22','',344,'http://www.thetradingroom.com/344-revision-3/',0,'revision','',0),(353,2,'2013-04-14 15:49:58','2013-04-14 15:49:58','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\r\n\r\n&nbsp;\r\n\r\nEconomic data releases for the US disappointed including employment report falling below 100 K and retail sales dropping by -0 1.4% in March. Nonetheless the equity indices managed to hold onto the weekly gains while the US 10 Year Notes finished the week flat. In the commodity markets, Natural Gas (RQ Rank +4) and Grains outperformed while Crude Oil (RQ Rank -4) and the Metals sold-off. On the last day of trade Gold and Silver had spectacular downward price action with Gold (RQ Rank -4) falling to the lowest level since 2011, after news of potential gold sales by Cyprus. In the week ahead industrial production and  manufacturing reports will be released, consumer prices are also scheduled and if producer prices are any indication for CPI, the risk should be to the downside. The impact on the currency markets may not be apparent, therefore our focus will remain on the risk assets. As you can see from the illustrations below, the RQ Cross Box alerted ahead of time with a bearish quant ranking for Crude Oil &amp; Gold and a bullish quant ranking for Natural Gas. For the Rios Quant traders the RQ Cross Box is the first starting point in forecasting directional price action and trading opportunities. The RQ Cross Box was developed to provide us answers to what\'s really going on in the markets.\r\n\r\nThe RQ Cross Box is a quantitative analysis and ranking system utilizing multiple disciplines of evaluation including macro economics, sector rotation, fundamental and technical analysis. At the core of the system is our proprietary algorithm designed to interpret historical data in order to reveal predictive future metrics. Traders, investors, and portfolio managers have found it to be instrumental for:\r\n<ul>\r\n	<li>Multi-Asset class analysis</li>\r\n	<li>Identifying new trading and investment candidates</li>\r\n	<li>Assist in managing risk for active trading and portfolios</li>\r\n	<li>Notify of developing new trends and sector shifts</li>\r\n	<li>Position sizing tool for multi-asset traders</li>\r\n	<li>As an overlay to other trading and investment strategy</li>\r\n</ul>\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/RQ-Rank-cl-ng.jpg\"><img class=\"alignnone size-full wp-image-345\" alt=\"RQ Rank cl ng\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/RQ-Rank-cl-ng.jpg\" width=\"722\" height=\"339\" /></a>\r\n\r\nThe RQ Cross Box Basics - The Rios Quant traders use it as a forecasting tool to help them identify day-trading opportunities. As you can see in the illustration above, Crude Oil was identified as a sell short candidate while Natural Gas was a buy long candidate.  In the illustration below, Gold was identified as a sell short candidate.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/rq-rank-gold.jpg\"><img class=\"alignnone size-full wp-image-346\" alt=\"rq rank gold\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/rq-rank-gold.jpg\" width=\"712\" height=\"326\" /></a>\r\n\r\n&nbsp;\r\n\r\nThe second step for the Rios Quant traders is to assess the markets in a shorter time frame covering the trading activities during the overnight trading sessions. The RQ-Tech analyzer provides several different metrics including a dynamic market sentiment indicator designed to uncover the current trading environment including risk-on, risk-off trading conditions. Another important design of the analyzer is the Nextreme, a dynamic velocity indicator. the illustration below is the RQ-Tech\'s DMS identifying a risk off trading environment and the Nextreme identifying crude oil and gold as day-trading sell-short opportunities. The Nextreme identified Natural Gas as a buy long opportunity.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/rq-tech.jpg\"><img class=\"alignnone size-full wp-image-347\" alt=\"rq tech\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/rq-tech.jpg\" width=\"738\" height=\"456\" /></a>\r\n\r\nThe RQ-Tech was developed to uncover who is  in control of various asset classes as well as the major markets including the equities, fixed income, currencies and commodity markets.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/relative-performance-4-13.jpg\"><img class=\"alignnone size-full wp-image-348\" alt=\"relative performance 4-13\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/relative-performance-4-13.jpg\" width=\"749\" height=\"387\" /></a>\r\n\r\nThe chart above illustrates relative performance between the asset classes identified by the Nextreme as trading opportunities, compared to the S&amp;P 500, a key benchmark. Take special note how  momentum aggressively accelerated after 8:00 AM,  the beginning of the US time trading session.\r\n\r\nThe third and last step for the Rios Quant trader  is the selection of the alpha signal model. the RQ signal models provide pinpoint entries as well as stop loss and profit target exits. Join us this week in our live trading room, the TradeLAB and see us trade real-time in a live market environment.\r\n\r\nThe trade lab opens at 8:00 AM and closes at 11:00 AM. For a free access pass, send an e-mail request to support@Riosquant.com and we will send you the access links for the entire week.  You may also qualify for a free trial to our trading tools including the RQ-Cross Box, RQ-Tech and Einstein automated system.\r\n\r\n&nbsp;','The Week Ahead - Forecasting Tools and Techniques for the Global Markets -  by Joe Rios','','inherit','open','closed','','344-revision-4','','','2013-04-14 15:49:58','2013-04-14 15:49:58','',344,'http://www.thetradingroom.com/344-revision-4/',0,'revision','',0),(354,2,'2013-04-21 19:46:19','2013-04-21 19:46:19','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\r\n\r\nThis past week the IMF released the World Economic Outlook report with downward revisions to global growth. The equity markets traded lower three out of the five trading sessions. Risk of volatility continues to be on the down side. US Treasury Notes and Bonds continued to test key RQ-Channel resistance levels. Natural Gas impressively broke out of the key RQ-Channel resistance following the release of storage data, closing the week as the outperforming asset class with 4% gains and maintaining its bullish RQ 4 ranking. Gold had its largest one-day drop in its history but managed to find new support level as outlined in the RQ-Channel. In the week ahead I will be paying close attention to the currency markets. The British pound may be volatile as we approach GDP data, potentially making history with a triple dip recession. Economic data from Europe should also help trigger volatile price action.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/relative-performance-4-29.bmp\"><img class=\"alignnone size-large wp-image-355\" alt=\"relative performance 4-29\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/relative-performance-4-29.bmp\" /></a>\r\n\r\nRelative Performance for week ending April 19, 2013 - Natural Gas, S&amp;P 500, Crude Oil and Gold.\r\n\r\nJoin us in this week\'s TradeLAB and watch our head quant trader Edward Preston trade the global markets with the RiosQuant trading system. Click on the following link to receive your access pass <a href=\"http://www.riosquant.com/events/events_list/all\">http://www.riosquant.com/events/events_list/all</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/EP-trading-room-pic.jpg\"><img class=\"alignnone size-full wp-image-357\" alt=\"EP trading room pic\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/EP-trading-room-pic.jpg\" width=\"600\" height=\"402\" /></a>','The Week Ahead - Expecting Price Action in the Currency Markets - by Joe Rios','','publish','open','closed','','the-week-ahead-expecting-price-action-in-the-currency-markets-by-joe-rios','','','2013-04-21 19:46:19','2013-04-21 19:46:19','',0,'http://www.thetradingroom.com/?p=354',0,'post','',0),(355,2,'2013-04-21 19:30:10','2013-04-21 19:30:10','','relative performance 4-29','','inherit','open','closed','','relative-performance-4-29','','','2013-04-21 19:30:10','2013-04-21 19:30:10','',354,'http://www.thetradingroom.com/wp-content/uploads/2013/04/relative-performance-4-29.bmp',0,'attachment','image/bmp',0),(356,2,'2013-04-21 19:31:20','2013-04-21 19:31:20','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\n\nThis past week the IMF released the World Economic Outlook report with downward revisions to global growth. The equity markets traded lower three out of the five trading sessions. Risk of volatility continues to be on the down side. US Treasury Notes and Bonds continued to test key RQ-Channel resistance levels. Natural Gas impressively broke out of the key RQ-Channel resistance following the release of storage data, closing the week as the outperforming asset class with 4% gains and maintaining its bullish RQ 4 ranking. Gold had its largest one-day drop in its history but managed to find new support level as outlined in the RQ-Channel. In the week ahead I will be paying close attention to the currency markets. The British pound may be volatile as we approach GDP data, potentially making history with a triple dip recession. Economic data from Europe should also help trigger volatile price action.\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/relative-performance-4-29.bmp\"><img class=\"alignnone size-large wp-image-355\" alt=\"relative performance 4-29\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/relative-performance-4-29.bmp\" /></a>\n\nRelative Performance for week ending A\n\n&nbsp;','The Week Ahead - Expecting Price Action in the Currency Markets - by Joe Rios','','inherit','open','closed','','354-revision','','','2013-04-21 19:31:20','2013-04-21 19:31:20','',354,'http://www.thetradingroom.com/354-revision/',0,'revision','',0),(357,2,'2013-04-21 19:44:05','2013-04-21 19:44:05','','EP trading room pic','','inherit','open','closed','','ep-trading-room-pic','','','2013-04-21 19:44:05','2013-04-21 19:44:05','',354,'http://www.thetradingroom.com/wp-content/uploads/2013/04/EP-trading-room-pic.jpg',0,'attachment','image/jpeg',0),(358,2,'2013-04-21 19:32:20','2013-04-21 19:32:20','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\n\nThis past week the IMF released the World Economic Outlook report with downward revisions to global growth. The equity markets traded lower three out of the five trading sessions. Risk of volatility continues to be on the down side. US Treasury Notes and Bonds continued to test key RQ-Channel resistance levels. Natural Gas impressively broke out of the key RQ-Channel resistance following the release of storage data, closing the week as the outperforming asset class with 4% gains and maintaining its bullish RQ 4 ranking. Gold had its largest one-day drop in its history but managed to find new support level as outlined in the RQ-Channel. In the week ahead I will be paying close attention to the currency markets. The British pound may be volatile as we approach GDP data, potentially making history with a triple dip recession. Economic data from Europe should also help trigger volatile price action.\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/relative-performance-4-29.bmp\"><img class=\"alignnone size-large wp-image-355\" alt=\"relative performance 4-29\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/relative-performance-4-29.bmp\" /></a>\n\nRelative Performance for week ending April 19, 2013.\n\n&nbsp;','The Week Ahead - Expecting Price Action in the Currency Markets - by Joe Rios','','inherit','open','closed','','354-revision-2','','','2013-04-21 19:32:20','2013-04-21 19:32:20','',354,'http://www.thetradingroom.com/354-revision-2/',0,'revision','',0),(359,2,'2013-04-21 19:47:21','2013-04-21 19:47:21','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\n\nThis past week the IMF released the World Economic Outlook report with downward revisions to global growth. The equity markets traded lower three out of the five trading sessions. Risk of volatility continues to be on the down side. US Treasury Notes and Bonds continued to test key RQ-Channel resistance levels. Natural Gas impressively broke out of the key RQ-Channel resistance following the release of storage data, closing the week as the outperforming asset class with 4% gains and maintaining its bullish RQ 4 ranking. Gold had its largest one-day drop in its history but managed to find new support level as outlined in the RQ-Channel. In the week ahead I will be paying close attention to the currency markets. The British pound may be volatile as we approach GDP data, potentially making history with a triple dip recession. Economic data from Europe should also help trigger volatile price action.\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/relative-performance-4-29.bmp\"><img class=\"alignnone size-large wp-image-355\" alt=\"relative performance 4-29\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/relative-performance-4-29.bmp\" /></a>\n\nRelative Performance for week ending April 19, 2013 - Natural Gas, S&amp;P 500, Crude Oil and Gold.\n\nJoin us in this week\'s TradeLAB and watch our head quant trader Edward Preston trade the global markets with the RiosQuant trading system. Click on the following link to receive your access pass <a href=\"http://www.riosquant.com/events/events_list/all\">http://www.riosquant.com/events/events_list/all</a>\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/EP-trading-room-pic.jpg\"><img class=\"alignnone size-full wp-image-357\" alt=\"EP trading room pic\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/EP-trading-room-pic.jpg\" width=\"600\" height=\"402\" /></a>','The Week Ahead - Expecting Price Action in the Currency Markets - by Joe Rios','','inherit','open','closed','','354-autosave','','','2013-04-21 19:47:21','2013-04-21 19:47:21','',354,'http://www.thetradingroom.com/354-autosave/',0,'revision','',0),(361,2,'2013-04-29 02:12:49','2013-04-29 02:12:49','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/Correlation-4_28.jpg\"><img class=\"alignnone size-full wp-image-362\" alt=\"Correlation 4_28\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/Correlation-4_28.jpg\" width=\"677\" height=\"312\" /></a>\r\n\r\nChina\'s first-quarter GDP disappointed falling short of market expectations, sending the Australian Dollar lower by -1.86%, the largest one-day decline so far this year. The two economies are closely correlated as Australia\'s natural resources is exported to China in times of high demand. Crude Oil gained 5.4% and Gold rose 4.8% as the outperforming asset classes while natural gas dropped 5.9%. In the week ahead I will be paying attention to the European Central Bank meeting on Thursday as they announce policy. The market is expecting a 25 basis point reduction in the benchmark rate. Technically speaking the USD/JPY FX pair formed a bearish double top pattern and may be setting up for aggressive price action opportunities throughout the week. Join us this week in the TradeLAB and watch our quant head trader Edward Preston navigate the global markets with the RQ technology as he closes the month of April. Will he close the month strong? Will he find trading opportunities in Gold and Crude Oil or will it be the  Japanese Yen? To access the TradeLAB click on the following link.\r\n\r\n<strong>TradeLAB - Monday thru Friday</strong>\r\n<b><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/27adc33e96/TEST/44b0438945\" target=\"_blank\">https://www3.gotomeeting.com/register/176837126</a></b>\r\n<div>8:00 AM ET to 11:00 AM ET\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>','The Week Ahead - Event Driven Trading by Joe Rios','','publish','open','closed','','the-week-ahead-2','','','2013-04-29 02:17:29','2013-04-29 02:17:29','',0,'http://www.thetradingroom.com/?p=361',0,'post','',0),(362,2,'2013-04-29 02:12:09','2013-04-29 02:12:09','','Correlation 4_28','','inherit','open','closed','','correlation-4_28','','','2013-04-29 02:12:09','2013-04-29 02:12:09','',361,'http://www.thetradingroom.com/wp-content/uploads/2013/04/Correlation-4_28.jpg',0,'attachment','image/jpeg',0),(363,2,'2013-04-29 02:12:19','2013-04-29 02:12:19','&nbsp;\n\nChina\'s first-quarter GDP disappointed falling short of market expectations, sending the Australian Dollar lower by -1.86%, the largest one-day decline so far this year. The two economies are closely correlated as Australia\'s natural resources is exported to China in times of high demand. Crude Oil gained 5.4% and Gold rose 4.8% as the outperforming asset classes while natural gas dropped 5.9%. In the week ahead I will be paying attention to the European Central Bank meeting on Thursday as they announce policy. The market is expecting a 25 basis point reduction in the benchmark rate. Technically speaking the USD/JPY FX pair formed a bearish double top pattern and may be setting up for aggressive price action opportunities throughout the week. Join us this week in the TradeLAB and watch our quant head trader Edward Preston navigate the global markets with the RQ technology as he closes the month of April. Will he close the month strong? Will he find trading opportunities in Gold and Crude Oil or will it be the  Japanese Yen? To access the TradeLAB click on the following link.\n\n<strong>TradeLAB - Monday thru Friday</strong>\n<b><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/27adc33e96/TEST/44b0438945\" target=\"_blank\">https://www3.gotomeeting.com/register/176837126</a></b>\n<div>8:00 AM ET to 11:00 AM ET\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>','The Week Ahead - ','','inherit','open','closed','','361-revision','','','2013-04-29 02:12:19','2013-04-29 02:12:19','',361,'http://www.thetradingroom.com/361-revision/',0,'revision','',0),(364,2,'2013-04-29 02:18:31','2013-04-29 02:18:31','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/Correlation-4_28.jpg\"><img class=\"alignnone size-full wp-image-362\" alt=\"Correlation 4_28\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/Correlation-4_28.jpg\" width=\"677\" height=\"312\" /></a>\n\nChina\'s first-quarter GDP disappointed falling short of market expectations, sending the Australian Dollar lower by -1.86%, the largest one-day decline so far this year. The two economies are closely correlated as Australia\'s natural resources is exported to China in times of high demand. Crude Oil gained 5.4% and Gold rose 4.8% as the outperforming asset classes while natural gas dropped 5.9%. In the week ahead I will be paying attention to the European Central Bank meeting on Thursday as they announce policy. The market is expecting a 25 basis point reduction in the benchmark rate. Technically speaking the USD/JPY FX pair formed a bearish double top pattern and may be setting up for aggressive price action opportunities throughout the week. Join us this week in the TradeLAB and watch our quant head trader Edward Preston navigate the global markets with the RQ technology as he closes the month of April. Will he close the month strong? Will he find trading opportunities in Gold and Crude Oil or will it be the  Japanese Yen? To access the TradeLAB click on the following link.\n\n<strong>TradeLAB - Monday thru Friday</strong>\n<b><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/27adc33e96/TEST/44b0438945\" target=\"_blank\">https://www3.gotomeeting.com/register/176837126</a></b>\n<div>8:00 AM ET to 11:00 AM ET\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>','The Week Ahead - Event Driven Trading by Joe Rios','','inherit','open','closed','','361-autosave','','','2013-04-29 02:18:31','2013-04-29 02:18:31','',361,'http://www.thetradingroom.com/361-autosave/',0,'revision','',0),(365,2,'2013-04-29 02:12:49','2013-04-29 02:12:49','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/Correlation-4_28.jpg\"><img class=\"alignnone size-full wp-image-362\" alt=\"Correlation 4_28\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/Correlation-4_28.jpg\" width=\"677\" height=\"312\" /></a>\r\n\r\nChina\'s first-quarter GDP disappointed falling short of market expectations, sending the Australian Dollar lower by -1.86%, the largest one-day decline so far this year. The two economies are closely correlated as Australia\'s natural resources is exported to China in times of high demand. Crude Oil gained 5.4% and Gold rose 4.8% as the outperforming asset classes while natural gas dropped 5.9%. In the week ahead I will be paying attention to the European Central Bank meeting on Thursday as they announce policy. The market is expecting a 25 basis point reduction in the benchmark rate. Technically speaking the USD/JPY FX pair formed a bearish double top pattern and may be setting up for aggressive price action opportunities throughout the week. Join us this week in the TradeLAB and watch our quant head trader Edward Preston navigate the global markets with the RQ technology as he closes the month of April. Will he close the month strong? Will he find trading opportunities in Gold and Crude Oil or will it be the  Japanese Yen? To access the TradeLAB click on the following link.\r\n\r\n<strong>TradeLAB - Monday thru Friday</strong>\r\n<b><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/27adc33e96/TEST/44b0438945\" target=\"_blank\">https://www3.gotomeeting.com/register/176837126</a></b>\r\n<div>8:00 AM ET to 11:00 AM ET\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>','The Week Ahead - ','','inherit','open','closed','','361-revision-2','','','2013-04-29 02:12:49','2013-04-29 02:12:49','',361,'http://www.thetradingroom.com/361-revision-2/',0,'revision','',0),(367,2,'2013-05-06 13:45:20','2013-05-06 13:45:20','&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\r\n\r\nLast week was very busy with economic data including FOMC meeting, ECB meeting, and the usually powerful payrolls report from the US. The risk assets outperformed with Copper rising 3.9% and the NASDAQ 100 gaining 3.8%. Wheat and Corn gained while Soybeans dropped. In FX the risk currencies gained while the Japanese Yen dropped. In the week ahead the focus will be on Australia\'s RBA and the Bank of England. While the RBA announces interest rates on Tuesday, take note that in the past month the Australian dollar has been the underperforming risk currency. In the equity markets the S&amp;P 500 broke to a new all-time high following the stronger-than-expected US employment report. Looking ahead, I will be focusing on the correlation between the equity markets and risk assets including Crude Oil And Copper price action.\r\n\r\n--------------------------------------------------\r\n\r\n<b> </b>\r\n\r\n<b>What is Algorithmic and  Quant Trading?</b>\r\n\r\nAlgorithmic trading, also called Quant trading, is the use of algorithms to <span style=\"text-decoration: underline\">gather data</span> in order to create computer driven models that <span style=\"text-decoration: underline\">analyze</span> and execute preprogrammed <span style=\"text-decoration: underline\">trading instructions</span> that may include timing, price, and risk. Quant trading has gained popularity in the financial markets, it now accounts for well over 50% of all trading. The advantage of using computers is the ability to run complex and multiple tasks in real time.\r\n\r\n<b>What Is The Strategy Logic Behind The Algorithms?</b>\r\n\r\nThe basis of our strategies reflect the belief that price action is determined by the changing attitudes of market participants influenced by a variety of expectations including economic, political, and psychological outcomes. Our approach is based on the theory that price is a reflection of <span style=\"text-decoration: underline\">crowd behavior</span> in action. It aims to forecast future price action on the assumption that crowd psychology moves between panic, fear and pessimism and at other times with confidence, excessive optimism, and greed.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead - Algorithmic and Quant Trading','','publish','open','closed','','the-week-ahead-3','','','2013-05-06 17:40:00','2013-05-06 17:40:00','',0,'http://www.thetradingroom.com/?p=367',0,'post','',0),(368,2,'2013-05-06 13:44:59','2013-05-06 13:44:59','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\n\n&nbsp;\n\n&nbsp;\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\n\nLast week was very busy with economic data including FOMC meeting, ECB meeting, and the usually powerful payrolls report from the US. The risk assets outperformed with Copper rising 3.9% and the NASDAQ 100 gaining 3.8%. Wheat and Corn gained while Soybeans dropped. In FX the risk currencies gained while the Japanese Yen dropped. In the week ahead the focus will be on Australia\'s RBA and the Bank of England. While the RBA announces interest rates on Tuesday, take note that in the past month the Australian dollar has been the underperforming risk currency. In the equity markets the S&amp;P 500 broke to a new all-time high following the stronger-than-expected US employment report. Looking ahead, I will be focusing on the correlation between the equity markets and risk assets including Crude Oil And Copper price action.','','','inherit','open','closed','','367-revision','','','2013-05-06 13:44:59','2013-05-06 13:44:59','',367,'http://www.thetradingroom.com/367-revision/',0,'revision','',0),(369,2,'2013-05-06 13:45:20','2013-05-06 13:45:20','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\r\n\r\nLast week was very busy with economic data including FOMC meeting, ECB meeting, and the usually powerful payrolls report from the US. The risk assets outperformed with Copper rising 3.9% and the NASDAQ 100 gaining 3.8%. Wheat and Corn gained while Soybeans dropped. In FX the risk currencies gained while the Japanese Yen dropped. In the week ahead the focus will be on Australia\'s RBA and the Bank of England. While the RBA announces interest rates on Tuesday, take note that in the past month the Australian dollar has been the underperforming risk currency. In the equity markets the S&amp;P 500 broke to a new all-time high following the stronger-than-expected US employment report. Looking ahead, I will be focusing on the correlation between the equity markets and risk assets including Crude Oil And Copper price action.','The Week Ahead','','inherit','open','closed','','367-revision-2','','','2013-05-06 13:45:20','2013-05-06 13:45:20','',367,'http://www.thetradingroom.com/367-revision-2/',0,'revision','',0),(370,2,'2013-05-06 17:41:01','2013-05-06 17:41:01','&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\n\nLast week was very busy with economic data including FOMC meeting, ECB meeting, and the usually powerful payrolls report from the US. The risk assets outperformed with Copper rising 3.9% and the NASDAQ 100 gaining 3.8%. Wheat and Corn gained while Soybeans dropped. In FX the risk currencies gained while the Japanese Yen dropped. In the week ahead the focus will be on Australia\'s RBA and the Bank of England. While the RBA announces interest rates on Tuesday, take note that in the past month the Australian dollar has been the underperforming risk currency. In the equity markets the S&amp;P 500 broke to a new all-time high following the stronger-than-expected US employment report. Looking ahead, I will be focusing on the correlation between the equity markets and risk assets including Crude Oil And Copper price action.\n\n--------------------------------------------------\n\n<b> </b>\n\n<b>What is Algorithmic and  Quant Trading?</b>\n\nAlgorithmic trading, also called Quant trading, is the use of algorithms to <span style=\"text-decoration: underline\">gather data</span> in order to create computer driven models that <span style=\"text-decoration: underline\">analyze</span> and execute preprogrammed <span style=\"text-decoration: underline\">trading instructions</span> that may include timing, price, and risk. Quant trading has gained popularity in the financial markets, it now accounts for well over 50% of all trading. The advantage of using computers is the ability to run complex and multiple tasks in real time.\n\n<b>What Is The Strategy Logic Behind The Algorithms?</b>\n\nThe basis of our strategies reflect the belief that price action is determined by the changing attitudes of market participants influenced by a variety of expectations including economic, political, and psychological outcomes. Our approach is based on the theory that price is a reflection of <span style=\"text-decoration: underline\">crowd behavior</span> in action. It aims to forecast future price action on the assumption that crowd psychology moves between panic, fear and pessimism and at other times with confidence, excessive optimism, and greed.\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;','The Week Ahead - Algorithmic and Quant Trading','','inherit','open','closed','','367-autosave','','','2013-05-06 17:41:01','2013-05-06 17:41:01','',367,'http://www.thetradingroom.com/367-autosave/',0,'revision','',0),(372,2,'2013-05-06 14:39:27','2013-05-06 14:39:27','&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\r\n\r\nLast week was very busy with economic data including FOMC meeting, ECB meeting, and the usually powerful payrolls report from the US. The risk assets outperformed with Copper rising 3.9% and the NASDAQ 100 gaining 3.8%. Wheat and Corn gained while Soybeans dropped. In FX the risk currencies gained while the Japanese Yen dropped. In the week ahead the focus will be on Australia\'s RBA and the Bank of England. While the RBA announces interest rates on Tuesday, take note that in the past month the Australian dollar has been the underperforming risk currency. In the equity markets the S&amp;P 500 broke to a new all-time high following the stronger-than-expected US employment report. Looking ahead, I will be focusing on the correlation between the equity markets and risk assets including Crude Oil And Copper price action.','The Week Ahead','','inherit','open','closed','','367-revision-4','','','2013-05-06 14:39:27','2013-05-06 14:39:27','',367,'http://www.thetradingroom.com/367-revision-4/',0,'revision','',0),(371,2,'2013-05-06 13:45:54','2013-05-06 13:45:54','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\r\n\r\nLast week was very busy with economic data including FOMC meeting, ECB meeting, and the usually powerful payrolls report from the US. The risk assets outperformed with Copper rising 3.9% and the NASDAQ 100 gaining 3.8%. Wheat and Corn gained while Soybeans dropped. In FX the risk currencies gained while the Japanese Yen dropped. In the week ahead the focus will be on Australia\'s RBA and the Bank of England. While the RBA announces interest rates on Tuesday, take note that in the past month the Australian dollar has been the underperforming risk currency. In the equity markets the S&amp;P 500 broke to a new all-time high following the stronger-than-expected US employment report. Looking ahead, I will be focusing on the correlation between the equity markets and risk assets including Crude Oil And Copper price action.','The Week Ahead','','inherit','open','closed','','367-revision-3','','','2013-05-06 13:45:54','2013-05-06 13:45:54','',367,'http://www.thetradingroom.com/367-revision-3/',0,'revision','',0),(373,2,'2013-05-06 17:39:27','2013-05-06 17:39:27','&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\r\n\r\nLast week was very busy with economic data including FOMC meeting, ECB meeting, and the usually powerful payrolls report from the US. The risk assets outperformed with Copper rising 3.9% and the NASDAQ 100 gaining 3.8%. Wheat and Corn gained while Soybeans dropped. In FX the risk currencies gained while the Japanese Yen dropped. In the week ahead the focus will be on Australia\'s RBA and the Bank of England. While the RBA announces interest rates on Tuesday, take note that in the past month the Australian dollar has been the underperforming risk currency. In the equity markets the S&amp;P 500 broke to a new all-time high following the stronger-than-expected US employment report. Looking ahead, I will be focusing on the correlation between the equity markets and risk assets including Crude Oil And Copper price action.\r\n\r\n--------------------------------------------------\r\n\r\n<b> </b>\r\n\r\n<b>What is Algorithmic Quant Trading?</b>\r\n\r\nAlgorithmic trading, also called Quant trading, is the use of algorithms to <span style=\"text-decoration: underline\">gather data</span> in order to create computer driven models that <span style=\"text-decoration: underline\">analyze</span> and execute preprogrammed <span style=\"text-decoration: underline\">trading instructions</span> that may include timing, price, and risk. Quant trading has gained popularity in the financial markets, it now accounts for well over 50% of all trading. The advantage of using computers is the ability to run complex and multiple tasks in real time.\r\n\r\n<b>What Is The Strategy Logic Behind The Algorithms?</b>\r\n\r\nThe basis of our strategies reflect the belief that price action is determined by the changing attitudes of market participants influenced by a variety of expectations including economic, political, and psychological outcomes. Our approach is based on the theory that price is a reflection of <span style=\"text-decoration: underline\">crowd behavior</span> in action. It aims to forecast future price action on the assumption that crowd psychology moves between panic, fear and pessimism and at other times with confidence, excessive optimism, and greed.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead - Algorithmic Quant Trading','','inherit','open','closed','','367-revision-5','','','2013-05-06 17:39:27','2013-05-06 17:39:27','',367,'http://www.thetradingroom.com/367-revision-5/',0,'revision','',0),(374,2,'2013-05-13 02:55:56','2013-05-13 02:55:56','&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\r\n\r\n&nbsp;\r\n\r\nCurrencies were in the spotlight this past week with the USD/JPY exchange rate piercing through the key psychological 100 level. Surprisingly the Japanese yen -2.27% was not the weakest currency, but the Australian dollar -2.86% and the New Zealand dollar -2.70% led the way down. The US dollar has been the out performers in the G-10 over the past month. Traders should continue to keep a watch on the currency markets with key economic data releases scheduled in the week ahead. In the commodity markets the under performers were the Grains and Natural Gas. I will be keeping a close eye on the Metals as they closed the week mixed and under crosscurrents.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/05/usdjpy-100.jpg\"><img class=\"alignnone size-large wp-image-375\" alt=\"usdjpy 100\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/05/usdjpy-100-1024x526.jpg\" width=\"1024\" height=\"526\" /></a>\r\n\r\nNotice the breakout identified by the RQ 7 in early December, March, April and finally in early May above the psychological 100 level.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead - Volatility Rising in the Currency Market','','publish','open','closed','','the-week-ahead-volatility-rising-in-the-currency-market','','','2013-05-13 03:01:54','2013-05-13 03:01:54','',0,'http://www.thetradingroom.com/?p=374',0,'post','',0),(375,2,'2013-05-13 02:53:20','2013-05-13 02:53:20','','usdjpy 100','','inherit','open','closed','','usdjpy-100','','','2013-05-13 02:53:20','2013-05-13 02:53:20','',374,'http://www.thetradingroom.com/wp-content/uploads/2013/05/usdjpy-100.jpg',0,'attachment','image/jpeg',0),(376,2,'2013-05-13 02:55:34','2013-05-13 02:55:34','&nbsp;\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\n\n&nbsp;\n\nCurrencies were in the spotlight this past week with the USD/JPY exchange rate piercing through the key psychological 100 level. Surprisingly the Japanese yen -2.27% was not the weakest currency, but the Australian dollar -2.86% and the New Zealand dollar -2.70% led the way down. The US dollar has been the out performers in the G-10 over the past month. Traders should continue to keep a watch on the currency markets with key economic data releases scheduled in the week ahead. In the commodity markets the under performers were the Grains and Natural Gas. I will be keeping a close eye on the Metals as they closed the week mixed and under crosscurrents.\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/05/usdjpy-100.jpg\"><img class=\"alignnone size-large wp-image-375\" alt=\"usdjpy 100\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/05/usdjpy-100-1024x526.jpg\" width=\"1024\" height=\"526\" /></a>\n\nNotice the breakout identified by the RQ 7 in early December, March, April and finally May above the psychological 100 level.\n\n&nbsp;\n\n&nbsp;','The Week Ahead - Volatility Rising in the Currency Market','','inherit','open','closed','','374-revision','','','2013-05-13 02:55:34','2013-05-13 02:55:34','',374,'http://www.thetradingroom.com/374-revision/',0,'revision','',0),(377,2,'2013-05-13 03:02:56','2013-05-13 03:02:56','&nbsp;\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\n\n&nbsp;\n\nCurrencies were in the spotlight this past week with the USD/JPY exchange rate piercing through the key psychological 100 level. Surprisingly the Japanese yen -2.27% was not the weakest currency, but the Australian dollar -2.86% and the New Zealand dollar -2.70% led the way down. The US dollar has been the out performers in the G-10 over the past month. Traders should continue to keep a watch on the currency markets with key economic data releases scheduled in the week ahead. In the commodity markets the under performers were the Grains and Natural Gas. I will be keeping a close eye on the Metals as they closed the week mixed and under crosscurrents.\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/05/usdjpy-100.jpg\"><img class=\"alignnone size-large wp-image-375\" alt=\"usdjpy 100\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/05/usdjpy-100-1024x526.jpg\" width=\"1024\" height=\"526\" /></a>\n\nNotice the breakout identified by the RQ 7 in early December, March, April and finally in early May above the psychological 100 level.\n\n&nbsp;\n\n&nbsp;','The Week Ahead - Volatility Rising in the Currency Market','','inherit','open','closed','','374-autosave','','','2013-05-13 03:02:56','2013-05-13 03:02:56','',374,'http://www.thetradingroom.com/374-autosave/',0,'revision','',0),(378,2,'2013-05-13 02:55:56','2013-05-13 02:55:56','&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\r\n\r\n&nbsp;\r\n\r\nCurrencies were in the spotlight this past week with the USD/JPY exchange rate piercing through the key psychological 100 level. Surprisingly the Japanese yen -2.27% was not the weakest currency, but the Australian dollar -2.86% and the New Zealand dollar -2.70% led the way down. The US dollar has been the out performers in the G-10 over the past month. Traders should continue to keep a watch on the currency markets with key economic data releases scheduled in the week ahead. In the commodity markets the under performers were the Grains and Natural Gas. I will be keeping a close eye on the Metals as they closed the week mixed and under crosscurrents.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/05/usdjpy-100.jpg\"><img class=\"alignnone size-large wp-image-375\" alt=\"usdjpy 100\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/05/usdjpy-100-1024x526.jpg\" width=\"1024\" height=\"526\" /></a>\r\n\r\nNotice the breakout identified by the RQ 7 in early December, March, April and finally in early May above the psychological 100 level.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead - Volatility Rising in the Currency Market','','inherit','open','closed','','374-revision-2','','','2013-05-13 02:55:56','2013-05-13 02:55:56','',374,'http://www.thetradingroom.com/374-revision-2/',0,'revision','',0),(379,2,'2013-05-13 03:01:07','2013-05-13 03:01:07','&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\r\n\r\n&nbsp;\r\n\r\nCurrencies were in the spotlight this past week with the USD/JPY exchange rate piercing through the key psychological 100 level. Surprisingly the Japanese yen -2.27% was not the weakest currency, but the Australian dollar -2.86% and the New Zealand dollar -2.70% led the way down. The US dollar has been the out performers in the G-10 over the past month. Traders should continue to keep a watch on the currency markets with key economic data releases scheduled in the week ahead. In the commodity markets the under performers were the Grains and Natural Gas. I will be keeping a close eye on the Metals as they closed the week mixed and under crosscurrents.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/05/usdjpy-100.jpg\"><img class=\"alignnone size-large wp-image-375\" alt=\"usdjpy 100\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/05/usdjpy-100-1024x526.jpg\" width=\"1024\" height=\"526\" /></a>\r\n\r\nNotice the breakout identified by the RQ 7 in early December, March, April and finally in early May above the psychological 100 level.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead - Volatility Rising in the Currency Market','','inherit','open','closed','','374-revision-3','','','2013-05-13 03:01:07','2013-05-13 03:01:07','',374,'http://www.thetradingroom.com/374-revision-3/',0,'revision','',0),(381,2,'2013-05-19 22:46:58','2013-05-19 22:46:58','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\r\n\r\n&nbsp;\r\n\r\nThe out performers during last week\'s trading sessions included Natural Gas, Soybeans And Corn. The under performers were led by Silver, Gold, Wheat, and the commodity currencies such as the New Zealand and Australian dollars. In the week ahead UK will report CPI and the BOE minutes will be released. In the Euro Zone PMI surveys is scheduled for Thursday. In the week ahead traders should be focused on the scheduled release of the FOMC minutes from the April 30-May 1 meeting. Fed chairman Bernanke will be testifying on the economic outlook in Washington on Wednesday. Also pay special attention to scheduled Fed President speeches as they may spook the markets. As a continuation from last week I will keep my focus on the Metal And Currency markets.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead - Focusing on the Metal and Currency Markets','','publish','open','closed','','the-week-ahead-focusing-on-the-metal-and-currency-markets','','','2013-05-19 22:46:58','2013-05-19 22:46:58','',0,'http://www.thetradingroom.com/?p=381',0,'post','',0),(382,2,'2013-05-19 22:46:44','2013-05-19 22:46:44','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\n\n&nbsp;\n\nThe out performers during last week\'s trading sessions included Natural Gas, Soybeans And Corn. The under performers were led by Silver, Gold, Wheat, and the commodity currencies such as the New Zealand and Australian dollars. In the week ahead UK will report CPI and the BOE minutes will be released. In the Euro Zone PMI surveys is scheduled for Thursday. In the week ahead traders should be focused on the scheduled release of the FOMC minutes from the April 30-May 1 meeting. Fed chairman Bernanke will be testifying on the economic outlook in Washington on Wednesday. Also pay special attention to scheduled Fed President speeches as they may spook the markets. As a continuation from last week I will keep my focus on the Metal And Currency markets.\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;','The Week Ahead - Focusing on the Meta and Currency Markets','','inherit','open','closed','','381-revision','','','2013-05-19 22:46:44','2013-05-19 22:46:44','',381,'http://www.thetradingroom.com/381-revision/',0,'revision','',0),(383,2,'2013-05-19 22:48:00','2013-05-19 22:48:00','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\n\n&nbsp;\n\nThe out performers during last week\'s trading sessions included Natural Gas, Soybeans And Corn. The under performers were led by Silver, Gold, Wheat, and the commodity currencies such as the New Zealand and Australian dollars. In the week ahead UK will report CPI and the BOE minutes will be released. In the Euro Zone PMI surveys is scheduled for Thursday. In the week ahead traders should be focused on the scheduled release of the FOMC minutes from the April 30-May 1 meeting. Fed chairman Bernanke will be testifying on the economic outlook in Washington on Wednesday. Also pay special attention to scheduled Fed President speeches as they may spook the markets. As a continuation from last week I will keep my focus on the Metal And Currency markets.\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;','The Week Ahead - Focusing on the Metal and Currency Markets','','inherit','open','closed','','381-autosave','','','2013-05-19 22:48:00','2013-05-19 22:48:00','',381,'http://www.thetradingroom.com/381-autosave/',0,'revision','',0),(385,2,'2013-05-28 15:12:43','2013-05-28 15:12:43','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\r\n\r\n&nbsp;\r\n\r\nNatural Gas 4.1% and Wheat 2.1% were last week\'s outperformers while Crude Oil -2.2%  closed the week as the underperformer. It was an exciting week in the currency market with the Japanese Yen gaining 2.1% in short covering mode and as the Nikkei lost -6.9%. I will continue to keep my eyes on Japan.  Having the third-largest economy in the world and the fact that they started a global currency war merits special attention. The S&amp;P 500 was under pressure with the Financials -2.3%, Technology -2.3 and Utilities -2.9 as the worst performing sectors. With the month of May coming to a close, in the week ahead I will also focus on the bond market for direction and the equity indices for potential volatility.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead - Focusing on the Bond Market for Direction by Joe Rios','','publish','open','closed','','the-week-ahead-focusing-on-the-bond-market-for-direction-by-joe-rios','','','2013-05-28 15:12:43','2013-05-28 15:12:43','',0,'http://www.thetradingroom.com/?p=385',0,'post','',0),(386,2,'2013-05-28 15:12:33','2013-05-28 15:12:33','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\n\n&nbsp;\n\nNatural Gas 4.1% and Wheat 2.1% were last week\'s outperformers while Crude Oil -2.2%  closed the week as the underperformer. It was an exciting week in the currency market with the Japanese Yen gaining 2.1% in short covering mode and as the Nikkei lost -6.9%. I will continue to keep my eyes on Japan.  Having the third-largest economy in the world and the fact that they started a global currency war merits special attention. The S&amp;P 500 was under pressure with the Financials -2.3%, Technology -2.3 and Utilities -2.9 as the worst performing sectors. With the month of May coming to a close, in the week ahead I will also focus on the bond market for direction and the equity indices for potential volatility.\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;','The Week Ahead - Focusing on the Bond Market for Direction by Joe Ri','','inherit','open','closed','','385-revision-v1','','','2013-05-28 15:12:33','2013-05-28 15:12:33','',385,'http://www.thetradingroom.com/385-revision/',0,'revision','',0),(387,2,'2013-05-29 22:27:56','2013-05-29 22:27:56','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>   Natural Gas 4.1% and Wheat 2.1% were last week\'s outperformers while Crude Oil -2.2%  closed the week as the underperformer. It was an exciting week in the currency market with the Japanese Yen gaining 2.1% in short covering mode and as the Nikkei lost -6.9%. I will continue to keep my eyes on Japan.  Having the third-largest economy in the world and the fact that they started a global currency war merits special attention. The S&amp;P 500 was under pressure with the Financials -2.3%, Technology -2.3 and Utilities -2.9 as the worst performing sectors. With the month of May coming to a close, in the week ahead I will also focus on the bond market for direction and the equity indices for potential volatility.','The Week Ahead - Focusing on the Bond Market for Direction by Joe Rios','','inherit','open','closed','','385-autosave-v1','','','2013-05-29 22:27:56','2013-05-29 22:27:56','',385,'http://www.thetradingroom.com/385-autosave/',0,'revision','',0),(389,2,'2013-06-09 15:58:58','2013-06-09 15:58:58','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\r\n\r\n&nbsp;\r\n\r\nThe Bond market continued to dominate the financial markets with astute traders focusing on the interest rate movements. The Currency markets reacted with the Japanese Yen climbing 3.3% and the US Dollar dropping -2.1%. In the commodity market Crude Oil gained 4.7% while Natural Gas lost -4%. The week was busy with economic data including Non-Farm Employment Change on the last day of trade. Metals reacted with strong downside momentum led by Silver -4.9%, Gold -2.3% and Copper -1.6%. Even though this week\'s economic calendar is light, I am still expecting volatility in the markets. I will remain focused on the bond market for direction in the risk assets and will be checking daily for key patterns from the RQ Cross Box for insights to volatility set-ups.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/06/Correlation-6_6.jpg\"><img class=\"alignnone size-full wp-image-390\" alt=\"Correlation 6_6\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/06/Correlation-6_6.jpg\" width=\"714\" height=\"353\" /></a>\r\n<div>Japanese Yen : Yellow - Swiss Franc : Blue - US Ten Year Note : Green - S&amp;P 500 : White</div>\r\n<div></div>\r\n<div>As you can see from the chart above, foreign currencies have been following  bond market price action.</div>\r\n<div>Uncovering positive correlations between asset classes can be powerful in identifying strong velocity in the markets, which ultimately leads to picking markets poised for explosive moves.</div>\r\n<div></div>\r\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/06/correlations-6_9.jpg\"><img class=\"alignnone size-full wp-image-391\" alt=\"correlations 6_9\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/06/correlations-6_9.jpg\" width=\"822\" height=\"343\" /></a></div>\r\nCrude Oil : Yellow - Gold : Blue - US Ten Year Note : Green - S&amp;P 500 : White\r\n\r\nThe above chart illustrates reaction following Friday\'s Non-Farm Employment Change data. Crude Oil reversed and followed the risk benchmark S&amp;P 500 while Gold followed the Ten Year Note then extended further losses throughout the trading session. The negative or inverse relationship between S&amp;P 500 and Gold following the data release is also worth observing.','The Week Ahead - Correlations Within the Financial Markets by Joe Rios','','publish','open','closed','','the-week-ahead-correlations-within-the-financial-markets-by-joe-rios','','','2013-06-09 15:58:58','2013-06-09 15:58:58','',0,'http://www.thetradingroom.com/?p=389',0,'post','',0),(390,2,'2013-06-09 15:34:00','2013-06-09 15:34:00','','Correlation 6_6','','inherit','open','closed','','correlation-6_6','','','2013-06-09 15:34:00','2013-06-09 15:34:00','',389,'http://www.thetradingroom.com/wp-content/uploads/2013/06/Correlation-6_6.jpg',0,'attachment','image/jpeg',0),(391,2,'2013-06-09 15:50:22','2013-06-09 15:50:22','','correlations 6_9','','inherit','open','closed','','correlations-6_9','','','2013-06-09 15:50:22','2013-06-09 15:50:22','',389,'http://www.thetradingroom.com/wp-content/uploads/2013/06/correlations-6_9.jpg',0,'attachment','image/jpeg',0),(392,2,'2013-06-09 15:58:44','2013-06-09 15:58:44','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\n\n&nbsp;\n\nThe Bond market continued to dominate the financial markets with astute traders focusing on the interest rate movements. The Currency markets reacted with the Japanese Yen climbing 3.3% and the US Dollar dropping -2.1%. In the commodity market Crude Oil gained 4.7% while Natural Gas lost -4%. The week was busy with economic data including Non-Farm Employment Change on the last day of trade. Metals reacted with strong downside momentum led by Silver -4.9%, Gold -2.3% and Copper -1.6%. Even though this week\'s economic calendar is light, I am still expecting volatility in the markets. I will remain focused on the bond market for direction in the risk assets and will be checking daily for key patterns from the RQ Cross Box for insights to volatility set-ups.\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/06/Correlation-6_6.jpg\"><img class=\"alignnone size-full wp-image-390\" alt=\"Correlation 6_6\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/06/Correlation-6_6.jpg\" width=\"714\" height=\"353\" /></a>\n<div>Japanese Yen : Yellow - Swiss Franc : Blue - US Ten Year Note : Green - S&amp;P 500 : White</div>\n<div></div>\n<div>As you can see from the chart above, foreign currencies have been following  bond market price action.</div>\n<div>Uncovering positive correlations between asset classes can be powerful in identifying strong velocity in the markets, which ultimately leads to picking markets poised for explosive moves.</div>\n<div></div>\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/06/correlations-6_9.jpg\"><img class=\"alignnone size-full wp-image-391\" alt=\"correlations 6_9\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/06/correlations-6_9.jpg\" width=\"822\" height=\"343\" /></a></div>\nCrude Oil : Yellow - Gold : Blue - US Ten Year Note : Green - S&amp;P 500 : White\n\nThe above chart illustrates reaction following Friday\'s Non-Farm Employment Change data. Crude Oil reversed and followed the risk benchmark S&amp;P 500 while Gold followed the Ten Year Note then extended further losses throughout the trading session. The negative or inverse relationship between S&amp;P 500 and Gold following the data release is also worth observing.','The Week Ahead - Correlations Within the Fina','','inherit','open','closed','','389-revision','','','2013-06-09 15:58:44','2013-06-09 15:58:44','',389,'http://www.thetradingroom.com/389-revision/',0,'revision','',0),(393,2,'2013-06-09 16:00:00','2013-06-09 16:00:00','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\n\n&nbsp;\n\nThe Bond market continued to dominate the financial markets with astute traders focusing on the interest rate movements. The Currency markets reacted with the Japanese Yen climbing 3.3% and the US Dollar dropping -2.1%. In the commodity market Crude Oil gained 4.7% while Natural Gas lost -4%. The week was busy with economic data including Non-Farm Employment Change on the last day of trade. Metals reacted with strong downside momentum led by Silver -4.9%, Gold -2.3% and Copper -1.6%. Even though this week\'s economic calendar is light, I am still expecting volatility in the markets. I will remain focused on the bond market for direction in the risk assets and will be checking daily for key patterns from the RQ Cross Box for insights to volatility set-ups.\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/06/Correlation-6_6.jpg\"><img class=\"alignnone size-full wp-image-390\" alt=\"Correlation 6_6\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/06/Correlation-6_6.jpg\" width=\"714\" height=\"353\" /></a>\n<div>Japanese Yen : Yellow - Swiss Franc : Blue - US Ten Year Note : Green - S&amp;P 500 : White</div>\n<div></div>\n<div>As you can see from the chart above, foreign currencies have been following  bond market price action.</div>\n<div>Uncovering positive correlations between asset classes can be powerful in identifying strong velocity in the markets, which ultimately leads to picking markets poised for explosive moves.</div>\n<div></div>\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/06/correlations-6_9.jpg\"><img class=\"alignnone size-full wp-image-391\" alt=\"correlations 6_9\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/06/correlations-6_9.jpg\" width=\"822\" height=\"343\" /></a></div>\nCrude Oil : Yellow - Gold : Blue - US Ten Year Note : Green - S&amp;P 500 : White\n\nThe above chart illustrates reaction following Friday\'s Non-Farm Employment Change data. Crude Oil reversed and followed the risk benchmark S&amp;P 500 while Gold followed the Ten Year Note then extended further losses throughout the trading session. The negative or inverse relationship between S&amp;P 500 and Gold following the data release is also worth observing.','The Week Ahead - Correlations Within the Financial Markets by Joe Rios','','inherit','open','closed','','389-autosave','','','2013-06-09 16:00:00','2013-06-09 16:00:00','',389,'http://www.thetradingroom.com/389-autosave/',0,'revision','',0),(395,2,'2013-06-23 16:43:30','2013-06-23 16:43:30','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\r\n\r\n&nbsp;\r\n\r\nAs expected, volatility kicked in high gear following the FOMC press conference last Wednesday. The US 10 Year Note dropped -2.6% pushing interest rate yield higher. As mentioned in prior reports and RiosQuant webinar events, higher yields can have a strong impact in the currency market. The US Dollar reacted by rallying 2.2% while the Japanese Yen and the commodity currencies sold off led by the Australian Dollar losing -4.3%. In the commodity market metals led the way down with Silver dropping -8.7%.  During the press conference, Chairman Bernanke suggested that tapering is possible later this year but that the decision to taper will be data dependent. Therefore I will continue to recommend for traders to stay focused on upcoming scheduled economic data releases. In the week ahead positive data surprises may reinforce the recent opinion of tapering while disappointing data will likely suggest prolonging of asset purchases.\r\n\r\nAs most of our quant members already know from prior RiosQuant lessons, predicting key economic and financial trends with market cycle analysis can be powerful. Timing of early shifts can produce volatility and sequential effects that ripple throughout the global financial markets creating aggressive price action in equities, commodities, currencies and fixed income instruments.\r\n\r\n&nbsp;\r\n\r\nI will be conducting a special segment titled Volatility, Crowds and Expectations during this week\'s Professional Traders Retreat. The IQ Room subscribers will also receive a  lesson on the topic during the advanced concept training the first week of July.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/06/correlatios-6_23.bmp\"><img class=\"alignnone size-large wp-image-396\" alt=\"correlatios 6_23\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/06/correlatios-6_23.bmp\" /></a>\r\n\r\nRelative performance following FOMC Press Conference on June 19th 2013.\r\n\r\nUS Dollar - Yellow / S&amp;P 500 - White / US Ten Year Note - Green / Gold - Blue\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead - Volatility is Back! by Joe Rios','','publish','open','closed','','the-week-ahead-volatility-is-back-by-joe-rios','','','2013-06-23 16:43:30','2013-06-23 16:43:30','',0,'http://www.thetradingroom.com/?p=395',0,'post','',0),(396,2,'2013-06-23 16:40:19','2013-06-23 16:40:19','','correlatios 6_23','','inherit','open','closed','','correlatios-6_23','','','2013-06-23 16:40:19','2013-06-23 16:40:19','',395,'http://www.thetradingroom.com/wp-content/uploads/2013/06/correlatios-6_23.bmp',0,'attachment','image/bmp',0),(397,2,'2013-06-23 16:42:53','2013-06-23 16:42:53','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\n\n&nbsp;\n\nAs expected, volatility kicked in high gear following the FOMC press conference last Wednesday. The US 10 Year Note dropped -2.6% pushing interest rate yield higher. As mentioned in prior reports and RiosQuant webinar events, higher yields can have a strong impact in the currency market. The US Dollar reacted by rallying 2.2% while the Japanese Yen and the commodity currencies sold off led by the Australian Dollar losing -4.3%. In the commodity market metals led the way down with Silver dropping -8.7%.  During the press conference, Chairman Bernanke suggested that tapering is possible later this year but that the decision to taper will be data dependent. Therefore I will continue to recommend for traders to stay focused on upcoming scheduled economic data releases. In the week ahead positive data surprises may reinforce the recent opinion of tapering while disappointing data will likely suggest prolonging of asset purchases.\n\nAs most of our quant members already know from prior RiosQuant lessons, predicting key economic and financial trends with market cycle analysis can be powerful. Timing of early shifts can produce volatility and sequential effects that ripple throughout the global financial markets creating aggressive price action in equities, commodities, currencies and fixed income instruments.\n\n&nbsp;\n\nI will be conducting a special segment titled Volatility, Crowds and Expectations during this week\'s Professional Traders Retreat. The IQ Room subscribers will also receive a  lesson on the topic during the advanced concept training the first week of July.\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/06/correlatios-6_23.bmp\"><img class=\"alignnone size-large wp-image-396\" alt=\"correlatios 6_23\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/06/correlatios-6_23.bmp\" /></a>\n\nRelative performance following FOMC Press Conference on June 19th 2013.\n\nUS Dollar - Yellow / S&amp;P 500 - White / US Ten Year Note - Green / Gold - Blue\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;','The Week Ahead - Volatility is Back!','','inherit','open','closed','','395-revision-v1','','','2013-06-23 16:42:53','2013-06-23 16:42:53','',395,'http://www.thetradingroom.com/395-revision/',0,'revision','',0),(428,1,'2013-06-23 16:43:30','2013-06-23 16:43:30','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\r\n\r\n&nbsp;\r\n\r\nAs expected, volatility kicked in high gear following the FOMC press conference last Wednesday. The US 10 Year Note dropped -2.6% pushing interest rate yield higher. As mentioned in prior reports and RiosQuant webinar events, higher yields can have a strong impact in the currency market. The US Dollar reacted by rallying 2.2% while the Japanese Yen and the commodity currencies sold off led by the Australian Dollar losing -4.3%. In the commodity market metals led the way down with Silver dropping -8.7%.  During the press conference, Chairman Bernanke suggested that tapering is possible later this year but that the decision to taper will be data dependent. Therefore I will continue to recommend for traders to stay focused on upcoming scheduled economic data releases. In the week ahead positive data surprises may reinforce the recent opinion of tapering while disappointing data will likely suggest prolonging of asset purchases.\r\n\r\nAs most of our quant members already know from prior RiosQuant lessons, predicting key economic and financial trends with market cycle analysis can be powerful. Timing of early shifts can produce volatility and sequential effects that ripple throughout the global financial markets creating aggressive price action in equities, commodities, currencies and fixed income instruments.\r\n\r\n&nbsp;\r\n\r\nI will be conducting a special segment titled Volatility, Crowds and Expectations during this week\'s Professional Traders Retreat. The IQ Room subscribers will also receive a  lesson on the topic during the advanced concept training the first week of July.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/06/correlatios-6_23.bmp\"><img class=\"alignnone size-large wp-image-396\" alt=\"correlatios 6_23\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/06/correlatios-6_23.bmp\" /></a>\r\n\r\nRelative performance following FOMC Press Conference on June 19th 2013.\r\n\r\nUS Dollar - Yellow / S&amp;P 500 - White / US Ten Year Note - Green / Gold - Blue\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead - Volatility is Back! by Joe Rios','','inherit','open','closed','','395-revision-v1','','','2013-06-23 16:43:30','2013-06-23 16:43:30','',395,'http://www.thetradingroom.com/395-revision-v1/',0,'revision','',0),(399,2,'2013-06-30 15:15:13','2013-06-30 15:15:13','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\r\n\r\nVolatility continued to dominate across multiple asset classes this past week as we closed the second quarter in the global financial markets. The outperformers for the week included crude oil rising 3% followed by NASDAQ 1.2% and the US dollar 1%. Corn was the underperformer for the week dropping -17.3%  while silver closed Q2 down -30.8%  followed by gold -23.9%  and corn -14.9%. The recent environment of low inflation and a rising US dollar with the Fed talking about tapering, has had a direct impact for the need or lack of for an inflation hedge and a currency alternative. However the precious metals appear to be oversold in the short-term.  Consistent with last week\'s report, Fed tapering will continue to be the theme in the markets for the forthcoming weeks. It is my opinion that upcoming economic data releases will continue to serve as a trigger for aggressive price action.\r\n\r\nVolatility, Crowds And Expectations is this week\'s topic for advance concepts training for the IQ Room.\r\n\r\n<img alt=\"\" src=\"http://finviz.com/fut_image.ashx?relative_w1.png&amp;rev=635081873767450000\" />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead - Economic Data to Dominate Price Action in the Global Markets by Joe Rios','','publish','open','closed','','the-week-ahead-economic-data-to-dominate-price-action-in-the-global-markets-by-joe-rios','','','2013-06-30 15:15:13','2013-06-30 15:15:13','',0,'http://www.thetradingroom.com/?p=399',0,'post','',0),(400,2,'2013-06-30 15:14:30','2013-06-30 15:14:30','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\n\nVolatility continued to dominate across multiple asset classes this past week as we closed the second quarter in the global financial markets. The outperformers for the week included crude oil rising 3% followed by NASDAQ 1.2% and the US dollar 1%. Corn was the underperformer for the week dropping -17.3%  while silver closed Q2 down -30.8%  followed by gold -23.9%  and corn -14.9%. The recent environment of low inflation and a rising US dollar with the Fed talking about tapering, has had a direct impact for the need or lack of for an inflation hedge and a currency alternative. However the precious metals appear to be oversold in the short-term.  Consistent with last week\'s report, Fed tapering will continue to be the theme in the markets for the forthcoming weeks. It is my opinion that upcoming economic data releases will continue to serve as a trigger for aggressive price action.\n\nVolatility, Crowds And Expectations is this week\'s topic for advance concepts training for the IQ Room.\n\n<img alt=\"\" src=\"http://finviz.com/fut_image.ashx?relative_w1.png&amp;rev=635081873767450000\" />\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;','The Week Ahead - Economic Data to Dominate Price Action in the Global Markets by Joe Rios','','inherit','open','closed','','399-revision','','','2013-06-30 15:14:30','2013-06-30 15:14:30','',399,'http://www.thetradingroom.com/399-revision/',0,'revision','',0),(401,2,'2013-06-30 15:16:19','2013-06-30 15:16:19','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\n\nVolatility continued to dominate across multiple asset classes this past week as we closed the second quarter in the global financial markets. The outperformers for the week included crude oil rising 3% followed by NASDAQ 1.2% and the US dollar 1%. Corn was the underperformer for the week dropping -17.3%  while silver closed Q2 down -30.8%  followed by gold -23.9%  and corn -14.9%. The recent environment of low inflation and a rising US dollar with the Fed talking about tapering, has had a direct impact for the need or lack of for an inflation hedge and a currency alternative. However the precious metals appear to be oversold in the short-term.  Consistent with last week\'s report, Fed tapering will continue to be the theme in the markets for the forthcoming weeks. It is my opinion that upcoming economic data releases will continue to serve as a trigger for aggressive price action.\n\nVolatility, Crowds And Expectations is this week\'s topic for advance concepts training for the IQ Room.\n\n<img alt=\"\" src=\"http://finviz.com/fut_image.ashx?relative_w1.png&amp;rev=635081873767450000\" />\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;','The Week Ahead - Economic Data to Dominate Price Action in the Global Markets by Joe Rios','','inherit','open','closed','','399-autosave','','','2013-06-30 15:16:19','2013-06-30 15:16:19','',399,'http://www.thetradingroom.com/399-autosave/',0,'revision','',0),(403,2,'2013-07-07 14:04:32','2013-07-07 14:04:32','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\n\n&nbsp;\n\n&nbsp;\n\n<img alt=\"\" src=\"http://finviz.com/fut_image.ashx?relative_w1.png&amp;rev=635087880100911250\" />\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;','The Week Ahead - Rotation Continues to Drive the US Dollar Higher by Joe Rios','','inherit','open','closed','','402-revision','','','2013-07-07 14:04:32','2013-07-07 14:04:32','',402,'http://www.thetradingroom.com/402-revision/',0,'revision','',0),(404,2,'2013-07-07 14:06:02','2013-07-07 14:06:02','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\n\n&nbsp;\n\nFriday\'s strong payrolls report for June delivered volatility in most asset classes. In the FX market, foreign currencies continued to sell off as flows continued to rotate from fixed income instruments and the metals to the US dollar. US treasury yields rallied strongly as expectation of tapering is expected to begin as early as this month\'s Fed meeting on the 31st of  July. However I continue to speculate that the fed will wait until September to gather more economic data. In the week ahead traders should continue to stay focused on economic data releases and news from the Middle East, specifically Egypt which should have a direct impact on the volatility and direction of Crude Oil price action.\n\n<img alt=\"\" src=\"http://finviz.com/fut_image.ashx?relative_w1.png&amp;rev=635087880100911250\" />\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;','The Week Ahead - Rotation Continues to Drive the US Dollar Higher by Joe Rios','','inherit','open','closed','','402-autosave','','','2013-07-07 14:06:02','2013-07-07 14:06:02','',402,'http://www.thetradingroom.com/402-autosave/',0,'revision','',0),(406,2,'2013-08-11 15:29:23','2013-08-11 15:29:23','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\r\n\r\n&nbsp;\r\n\r\nSome volatility found its way back in the financial markets with Copper advancing 4.2% while Wheat dropped -4.6%.  In the Currency markets the Aussie Dollar gained 3.3% after weeks of sliding. The equity indices started to show signs of exhaustion with the Nikkei falling -5.4% and the DJIA -1.4%.  In the week ahead, Atlanta Fed President Lockhart is schedule to speak on the economy on Tuesday. Later in the week, St. Louis Fed President and FOMC voter, James Bullard, will speak on the economy and monetary policy. I expect traders will be keeping a close watch to see if the improving economic outlook and tapering will be mentioned, potentially triggering aggressive price action.\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/08/outperformers-8_11.bmp\"><img class=\"alignnone size-large wp-image-410\" alt=\"outperformers 8_11\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/08/outperformers-8_11.bmp\" /></a>\r\n\r\nThis Week\'s Out-performers\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/08/JoeTrader.jpg\"><img class=\"alignnone size-full wp-image-407\" alt=\"JoeTrader\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/08/JoeTrader.jpg\" width=\"594\" height=\"240\" /></a>\r\n\r\n&nbsp;\r\n\r\nClick on the link below to watch Trader\'s Interview with Joe Rios - Multi Asset Trader\r\n\r\n<a href=\"http://www.youtube.com/watch?v=NOx0mC4Ie5M\">http://www.youtube.com/watch?v=NOx0mC4Ie5M</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead - New Signs of Volatility by Joe Rios','','publish','open','closed','','the-week-ahead-new-signs-of-volatility-by-joe-rios','','','2013-08-11 15:29:23','2013-08-11 15:29:23','',0,'http://www.thetradingroom.com/?p=406',0,'post','',0),(407,2,'2013-08-11 14:53:51','2013-08-11 14:53:51','','JoeTrader','','inherit','open','closed','','joetrader','','','2013-08-11 14:53:51','2013-08-11 14:53:51','',406,'http://www.thetradingroom.com/wp-content/uploads/2013/08/JoeTrader.jpg',0,'attachment','image/jpeg',0),(408,2,'2013-08-11 14:58:37','2013-08-11 14:58:37','','weeks % 8_11','','inherit','open','closed','','weeks-8_11','','','2013-08-11 14:58:37','2013-08-11 14:58:37','',406,'http://www.thetradingroom.com/wp-content/uploads/2013/08/weeks-%-8_11.jpg',0,'attachment','image/jpeg',0),(409,2,'2013-08-11 14:59:30','2013-08-11 14:59:30','','weeks % 8_11','','inherit','open','closed','','weeks-8_11-2','','','2013-08-11 14:59:30','2013-08-11 14:59:30','',406,'http://www.thetradingroom.com/wp-content/uploads/2013/08/weeks-%-8_111.jpg',0,'attachment','image/jpeg',0),(410,2,'2013-08-11 15:24:34','2013-08-11 15:24:34','','outperformers 8_11','','inherit','open','closed','','outperformers-8_11','','','2013-08-11 15:24:34','2013-08-11 15:24:34','',406,'http://www.thetradingroom.com/wp-content/uploads/2013/08/outperformers-8_11.bmp',0,'attachment','image/bmp',0),(411,2,'2013-08-11 15:29:12','2013-08-11 15:29:12','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\n\n&nbsp;\n\nSome volatility found its way back in the financial markets with Copper advancing 4.2% while Wheat dropped -4.6%.  In the Currency markets the Aussie Dollar gained 3.3% after weeks of sliding. The equity indices started to show signs of exhaustion with the Nikkei falling -5.4% and the DJIA -1.4%.  In the week ahead, Atlanta Fed President Lockhart is schedule to speak on the economy on Tuesday. Later in the week, St. Louis Fed President and FOMC voter, James Bullard, will speak on the economy and monetary policy. I expect traders will be keeping a close watch to see if the improving economic outlook and tapering will be mentioned, potentially triggering aggressive price action.\n\n&nbsp;\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/08/outperformers-8_11.bmp\"><img class=\"alignnone size-large wp-image-410\" alt=\"outperformers 8_11\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/08/outperformers-8_11.bmp\" /></a>\n\nThis Week\'s Out-performers\n\n&nbsp;\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/08/JoeTrader.jpg\"><img class=\"alignnone size-full wp-image-407\" alt=\"JoeTrader\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/08/JoeTrader.jpg\" width=\"594\" height=\"240\" /></a>\n\n&nbsp;\n\nClick on the link below to watch Trader\'s Interview with Joe Rios - Multi Asset Trader\n\n<a href=\"http://www.youtube.com/watch?v=NOx0mC4Ie5M\">http://www.youtube.com/watch?v=NOx0mC4Ie5M</a>\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;','The Week Ahead - New Signs of Volatility by Joe Rios','','inherit','open','closed','','406-revision','','','2013-08-11 15:29:12','2013-08-11 15:29:12','',406,'http://www.thetradingroom.com/406-revision/',0,'revision','',0),(412,2,'2013-08-11 15:30:27','2013-08-11 15:30:27','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\n\n&nbsp;\n\nSome volatility found its way back in the financial markets with Copper advancing 4.2% while Wheat dropped -4.6%.  In the Currency markets the Aussie Dollar gained 3.3% after weeks of sliding. The equity indices started to show signs of exhaustion with the Nikkei falling -5.4% and the DJIA -1.4%.  In the week ahead, Atlanta Fed President Lockhart is schedule to speak on the economy on Tuesday. Later in the week, St. Louis Fed President and FOMC voter, James Bullard, will speak on the economy and monetary policy. I expect traders will be keeping a close watch to see if the improving economic outlook and tapering will be mentioned, potentially triggering aggressive price action.\n\n&nbsp;\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/08/outperformers-8_11.bmp\"><img class=\"alignnone size-large wp-image-410\" alt=\"outperformers 8_11\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/08/outperformers-8_11.bmp\" /></a>\n\nThis Week\'s Out-performers\n\n&nbsp;\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/08/JoeTrader.jpg\"><img class=\"alignnone size-full wp-image-407\" alt=\"JoeTrader\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/08/JoeTrader.jpg\" width=\"594\" height=\"240\" /></a>\n\n&nbsp;\n\nClick on the link below to watch Trader\'s Interview with Joe Rios - Multi Asset Trader\n\n<a href=\"http://www.youtube.com/watch?v=NOx0mC4Ie5M\">http://www.youtube.com/watch?v=NOx0mC4Ie5M</a>\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;','The Week Ahead - New Signs of Volatility by Joe Rios','','inherit','open','closed','','406-autosave','','','2013-08-11 15:30:27','2013-08-11 15:30:27','',406,'http://www.thetradingroom.com/406-autosave/',0,'revision','',0),(414,2,'2013-09-16 12:31:36','2013-09-16 12:31:36','&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\r\n\r\n&nbsp;\r\n\r\nIt was a busy weekend for the financial markets as Gold gained and the US Dollar dropped to the lowest level in a month after Lawrence Summers withdrew from consideration as the next Federal Reserve chairman before the central bank meets this week to decide on stimulus. Also on the move was Crude Oil, as it capped its biggest weekly drop since July as the U.S. and Russia held talks on a plan for Syria to surrender chemical weapons to avert a strike that could stoke Middle East tensions.\r\n\r\nThe focus should now shift to the much anticipated Federal Reserve meeting and whether they will begin tapering. Equity investors have taken steps to reduce risk ahead of the announcement with rising volume and buying activity on bearish S&amp;P puts in the options market. A surprise from the Fed should have a strong impact on the global financial markets. Monday\r\n\r\n9:15 AM   US   industrial production\r\n\r\n1:30 PM - IQ Room - Advance concepts with Joe Rios\r\n\r\nTuesday\r\n\r\n4:30 AM   GB   producer price index and CPI\r\n\r\n8:30 AM   US   consumer price index\r\n\r\n1:30 PM   IQ Room - Advance concepts with Joe Rios\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n8:30 AM   US   housing starts\r\n\r\n2:00 PM   US   FOMC forecasts him and meeting announcement\r\n\r\n6:45 PM   NZ   GDP\r\n\r\n7:50 PM   JP    merchandise trade\r\n\r\nThursday\r\n\r\n4:30 AM   GB   retail sales\r\n\r\n8:30 AM   US   jobless claims\r\n\r\n10:00 AM   US   existing home sales and Philly Fed survey\r\n\r\n1:30 PM   IQ Room - Advance concepts with Joe Rios\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n8:30 AM   CA   CPI\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead','','publish','open','closed','','the-week-ahead-4','','','2013-09-16 12:31:36','2013-09-16 12:31:36','',0,'http://www.thetradingroom.com/?p=414',0,'post','',0),(415,2,'2013-09-16 12:31:33','2013-09-16 12:31:33','&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone size-large wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"1024\" height=\"682\" /></a>\n\n&nbsp;\n\nIt was a busy weekend for the financial markets as Gold gained and the US Dollar dropped to the lowest level in a month after Lawrence Summers withdrew from consideration as the next Federal Reserve chairman before the central bank meets this week to decide on stimulus. Also on the move was Crude Oil, as it capped its biggest weekly drop since July as the U.S. and Russia held talks on a plan for Syria to surrender chemical weapons to avert a strike that could stoke Middle East tensions.\n\nThe focus should now shift to the much anticipated Federal Reserve meeting and whether they will begin tapering. Equity investors have taken steps to reduce risk ahead of the announcement with rising volume and buying activity on bearish S&amp;P puts in the options market. A surprise from the Fed should have a strong impact on the global financial markets. Monday\n\n9:15 AM   US   industrial production\n\n1:30 PM - IQ Room - Advance concepts with Joe Rios\n\nTuesday\n\n4:30 AM   GB   producer price index and CPI\n\n8:30 AM   US   consumer price index\n\n1:30 PM   IQ Room - Advance concepts with Joe Rios\n\n&nbsp;\n\nWednesday\n\n8:30 AM   US   housing starts\n\n2:00 PM   US   FOMC forecasts him and meeting announcement\n\n6:45 PM   NZ   GDP\n\n7:50 PM   JP    merchandise trade\n\nThursday\n\n4:30 AM   GB   retail sales\n\n8:30 AM   US   jobless claims\n\n10:00 AM   US   existing home sales and Philly Fed survey\n\n1:30 PM   IQ Room - Advance concepts with Joe Rios\n\n&nbsp;\n\nFriday\n\n8:30 AM   CA   CPI\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;','The Week Ahead','','inherit','open','closed','','414-revision','','','2013-09-16 12:31:33','2013-09-16 12:31:33','',414,'http://www.thetradingroom.com/414-revision/',0,'revision','',0),(416,2,'2013-09-16 12:33:49','2013-09-16 12:33:49','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/09/cl-9-16.jpg\"><img class=\"alignnone size-full wp-image-417\" alt=\"cl 9-16\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/09/cl-9-16.jpg\" width=\"1013\" height=\"597\" /></a>\r\n\r\n&nbsp;\r\n\r\nRQ Einstein automated trading system -  Crude Oil futures - One short trade for stop loss and two consecutive short winning trades prior to US opening bell.','RQ Einstein Automated Trading','','publish','open','closed','','rq-einstein-automated-trading','','','2013-10-22 18:24:20','2013-10-22 18:24:20','',0,'http://www.thetradingroom.com/?p=416',0,'post','',0),(417,2,'2013-09-16 12:32:29','2013-09-16 12:32:29','','cl 9-16','','inherit','open','closed','','cl-9-16','','','2013-09-16 12:32:29','2013-09-16 12:32:29','',416,'http://www.thetradingroom.com/wp-content/uploads/2013/09/cl-9-16.jpg',0,'attachment','image/jpeg',0),(418,2,'2013-09-16 12:32:54','2013-09-16 12:32:54','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/09/cl-9-16.jpg\"><img class=\"alignnone size-full wp-image-417\" alt=\"cl 9-16\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/09/cl-9-16.jpg\" width=\"1013\" height=\"597\" /></a>','RQ Einstein Automated Trading','','inherit','open','closed','','416-revision-v1','','','2013-09-16 12:32:54','2013-09-16 12:32:54','',416,'http://www.thetradingroom.com/416-revision/',0,'revision','',0),(419,2,'2013-09-16 12:33:49','2013-09-16 12:33:49','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/09/cl-9-16.jpg\"><img class=\"alignnone size-full wp-image-417\" alt=\"cl 9-16\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/09/cl-9-16.jpg\" width=\"1013\" height=\"597\" /></a>\r\n\r\n&nbsp;\r\n\r\nRQ Einstein automated trading system -  Crude Oil futures - One short trade for stop loss and two consecutive short winning trades prior to US opening bell.','RQ Einstein Automated Trading','','inherit','open','closed','','416-revision-v1','','','2013-09-16 12:33:49','2013-09-16 12:33:49','',416,'http://www.thetradingroom.com/416-revision-2/',0,'revision','',0),(435,1,'2013-10-24 14:22:48','2013-10-24 14:22:48','http://www.thetradingroom.com/email-thank-you/','Thank You','','inherit','open','closed','','433-revision-v1','','','2013-10-24 14:22:48','2013-10-24 14:22:48','',433,'http://www.thetradingroom.com/433-revision-v1/',0,'revision','',0),(436,1,'2013-10-24 14:23:18','2013-10-24 14:23:18','You will be contacted shortly with details of how to enter into our trading room.','Thank You','','inherit','open','closed','','433-revision-v1','','','2013-10-24 14:23:18','2013-10-24 14:23:18','',433,'http://www.thetradingroom.com/433-revision-v1/',0,'revision','',0),(434,1,'2013-10-24 14:21:41','2013-10-24 14:21:41','','Thank You','','inherit','open','closed','','433-revision-v1','','','2013-10-24 14:21:41','2013-10-24 14:21:41','',433,'http://www.thetradingroom.com/433-revision-v1/',0,'revision','',0),(433,1,'2013-10-24 14:21:41','2013-10-24 14:21:41','You will be contacted shortly with details of how to enter into our trading room.','Thank You','','publish','open','closed','','email-thank-you','','','2013-10-24 14:23:18','2013-10-24 14:23:18','',0,'http://www.thetradingroom.com/?page_id=433',0,'page','',0),(429,1,'2013-02-23 14:04:26','2013-02-23 14:04:26','','trading blog','','inherit','open','closed','','33-revision-v1','','','2013-02-23 14:04:26','2013-02-23 14:04:26','',33,'http://www.thetradingroom.com/33-revision-v1/',0,'revision','',0),(430,1,'2013-10-22 18:01:25','2013-10-22 18:01:25','','LOGO-300x46','','inherit','open','closed','','logo-300x46','','','2013-10-22 18:01:25','2013-10-22 18:01:25','',0,'http://www.thetradingroom.com/wp-content/uploads/2013/10/LOGO-300x46.png',0,'attachment','image/png',0),(431,1,'2013-10-22 18:03:55','2013-10-22 18:03:55','','generatebox-badge1','','inherit','open','closed','','generatebox-badge1','','','2013-10-22 18:03:55','2013-10-22 18:03:55','',0,'http://www.thetradingroom.com/wp-content/uploads/2013/10/generatebox-badge1.png',0,'attachment','image/png',0),(503,2,'2013-11-23 17:02:05','2013-11-23 17:02:05','Trading with RiosQuant Technology - Copper Momentum Trade\r\n\r\nRiosQuant member Jack from Tarzana CA traded Copper during the London session for a profit using the RQ-C 2&amp;7 momentum indicator.  Join Jack and the rest of our members in The Trading Room TradeLAB Monday - Friday and experience the power of market intelligence.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/jacks-trade.jpg\"><img class=\"alignnone size-full wp-image-504\" alt=\"jack\'s trade\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/jacks-trade.jpg\" width=\"648\" height=\"397\" /></a>','RiosQuant Member Spotlight - Jack S. Tarzana CA','','publish','open','closed','','riosquant-member-spotlight-jack-s-tarzana-ca','','','2013-11-23 17:02:05','2013-11-23 17:02:05','',0,'http://www.thetradingroom.com/?p=503',0,'post','',0),(439,1,'2013-11-15 15:50:01','2013-11-15 15:50:01','UPDATED 7:00 ET - European stocks advanced, with the Stoxx Europe 600 Index heading for a sixth consecutive week of gains, as investors awaited U.S. industrial data. U.S. index futures and Asian shares also rose.\r\n\r\nFIXED INCOME - Treasuries fell, snapping a two-day gain, before reports economists said will show manufacturing in the New York region grew at a faster pace and industrial production expanded for a second month.\r\n\r\nCOMMODITIES - Crude Oil headed for a sixth weekly decline, the longest in 15 years, as rising supplies in the U.S. countered speculation the Federal Reserve will maintain economic stimulus.\r\n\r\nCURRENCIES - The yen extended a third weekly slide versus the dollar as gains in stocks and the outlook for further global economic stimulus trimmed demand.\r\n\r\nECONOMIC DATA - CAD Manufacturing Sales and US Empire State Manufacturing Index due at 8:30, Capacity Utilization Rate and Industrial Production m/m at 9:15 ET.\r\n\r\n<img class=\"alignnone size-medium wp-image-442\" alt=\"Direct-Market-Touch-Stock-Exchange-News\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News-300x161.jpg\" width=\"300\" height=\"161\" />','[RiosQuant Market Update] - 15th Nov \'13','','publish','open','closed','','riosquant-update-15th-nov-13','','','2013-11-15 15:50:01','2013-11-15 15:50:01','',0,'http://www.thetradingroom.com/?p=439',0,'post','',0),(440,1,'2013-11-15 14:14:14','2013-11-15 14:14:14','','rq_tech','','inherit','open','closed','','rq_tech','','','2013-11-15 14:14:14','2013-11-15 14:14:14','',439,'http://www.thetradingroom.com/wp-content/uploads/2013/11/rq_tech.png',0,'attachment','image/png',0),(441,1,'2013-11-15 14:14:42','2013-11-15 14:14:42','UPDATED 7:00 ET - European stocks advanced, with the Stoxx Europe 600 Index heading for a sixth consecutive week of gains, as investors awaited U.S. industrial data. U.S. index futures and Asian shares also rose. FIXED INCOME - Treasuries fell, snapping a two-day gain, before reports economists said will show manufacturing in the New York region grew at a faster pace and industrial production expanded for a second month. COMMODITIES - Crude Oil headed for a sixth weekly decline, the longest in 15 years, as rising supplies in the U.S. countered speculation the Federal Reserve will maintain economic stimulus. CURRENCIES - The yen extended a third weekly slide versus the dollar as gains in stocks and the outlook for further global economic stimulus trimmed demand. ECONOMIC DATA - CAD Manufacturing Sales and US Empire State Manufacturing Index due at 8:30, Capacity Utilization Rate and Industrial Production m/m at 9:15 ET.','RiosQuant - update 15th Nov \'13','','inherit','open','closed','','439-revision-v1','','','2013-11-15 14:14:42','2013-11-15 14:14:42','',439,'http://www.thetradingroom.com/439-revision-v1/',0,'revision','',0),(442,1,'2013-11-15 15:48:14','2013-11-15 15:48:14','','Direct-Market-Touch-Stock-Exchange-News','','inherit','open','closed','','direct-market-touch-stock-exchange-news','','','2013-11-15 15:48:14','2013-11-15 15:48:14','',439,'http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News.jpg',0,'attachment','image/jpeg',0),(443,1,'2013-11-15 15:50:01','2013-11-15 15:50:01','UPDATED 7:00 ET - European stocks advanced, with the Stoxx Europe 600 Index heading for a sixth consecutive week of gains, as investors awaited U.S. industrial data. U.S. index futures and Asian shares also rose.\r\n\r\nFIXED INCOME - Treasuries fell, snapping a two-day gain, before reports economists said will show manufacturing in the New York region grew at a faster pace and industrial production expanded for a second month.\r\n\r\nCOMMODITIES - Crude Oil headed for a sixth weekly decline, the longest in 15 years, as rising supplies in the U.S. countered speculation the Federal Reserve will maintain economic stimulus.\r\n\r\nCURRENCIES - The yen extended a third weekly slide versus the dollar as gains in stocks and the outlook for further global economic stimulus trimmed demand.\r\n\r\nECONOMIC DATA - CAD Manufacturing Sales and US Empire State Manufacturing Index due at 8:30, Capacity Utilization Rate and Industrial Production m/m at 9:15 ET.\r\n\r\n<img class=\"alignnone size-medium wp-image-442\" alt=\"Direct-Market-Touch-Stock-Exchange-News\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News-300x161.jpg\" width=\"300\" height=\"161\" />','[RiosQuant Market Update] - 15th Nov \'13','','inherit','open','closed','','439-revision-v1','','','2013-11-15 15:50:01','2013-11-15 15:50:01','',439,'http://www.thetradingroom.com/439-revision-v1/',0,'revision','',0),(561,2,'2013-12-01 21:56:32','2013-12-01 21:56:32','The Nasdaq led the stock indices higher, rising to a new 13-year high, helped by Apple due to indications of strong iPad sales this holiday weekend. US Treasuries continued to consolidate while risk currencies traded mixed within the Forex market. The British Pound and Euro led higher while the Aussie and Canadian dollar continued to slide lower. In the Commodity market Natural Gas continued to climb four consecutive weeks gaining 13.1% followed by Soy 6.3%. Silver was the laggard at month end dropping -11.0% followed by Gold -7% and Crude Oil -5.5%. \r\nAs US markets hit new all-time highs, and many other global indices approach their own multi-year or historical highs, in the week ahead traders should be focusing on stocks and risk currencies, particularly the European bourses and the Euro which have managed to shrug off disappointing data. I am expecting volatility to pick up as this week\'s economic data calendar is significantly busier especially towards the end of the week.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/Joe@work.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/Joe@work.jpg\" alt=\"Joe@work\" width=\"667\" height=\"445\" class=\"alignnone size-full wp-image-563\" /></a>\r\n\r\n\r\nSunday\r\n\r\n7:30 PM	AUD	Building Approvals\r\n\r\nMonday\r\n\r\n4:30 AM	GBP	Manufacturing PMI\r\n8:30 AM	USD	Fed Chairman Bernanke Speaks\r\n10:00 AM USD	ISM Manufacturing PMI\r\n1:30 PM	        IQ Room - Advance Concepts With Joe Rios\r\n7:30 PM	AUD	Retail Sales\r\n10:30 PM AUD	RBA Rate Statement\r\n\r\nTuesday\r\n\r\n4:30 AM	GBP	Construction PMI\r\n8:00 AM	        The Trading Room - ABC Systems - Automated Box Control Trading\r\n7:30 PM	AUD	GDP\r\n\r\nWednesday\r\n\r\n4:30 AM	GBP	Services PMI\r\n8:15 AM	USD	ADP Nonfarm Employment Change\r\n8:30 AM	CAD	Trade Balance\r\n8:30 AM	USD	Trade Balance\r\n10:00 AM CAD	BOC Rate Statement\r\n10:00 AM USD	ISM Nonmanufacturing PMI\r\n10:00 AM USD	New-Home Sales\r\n10:30 AM	Crude Oil Inventories\r\n1:30 PM	        IQ Room - Advanced Concepts With Joe Rios\r\n2:00 PM	USD	Beige Book\r\n7:30 PM	AUD	Trade Balance\r\n\r\nThursday\r\n\r\n7:00 AM	GBP	Official Bank Rate\r\nTentative	GBP	MPC Rate Statement\r\n7:45 AM	EUR	Minimum Bid Rate\r\n8:30 AM	CAD	Building Permits\r\n8:30 AM	EUR	ECB Press Conference\r\n8:30 AM	USD 	Preliminary GDP\r\n8:30 AM	USD	Unemployment Claims\r\n10:00 AM CAD	Ivey PMI\r\n10:30 AM	Natural Gas Storage\r\n1:30 PM	        IQ Room - Advance Concepts With Joe Rios \r\n\r\nFriday \r\n\r\n3:15 AM	CHF	CPI\r\n8:30 AM	CAD	Unemployment Rate\r\n8:30 AM	USD	Nonfarm Employment Change\r\n9:55 AM	USD	Preliminary Uom Consumer Sentiment\r\n9:00 PM	JPY	BOJ Gov. Kuroda Speaks\r\n\r\nSaturday\r\n\r\nTentative	CNY	Trade Balance\r\n','The Week Ahead -  Rising Volatility? by RiosQuant founder Joe Rios','','publish','open','closed','','week-ahead-rising-volatility-joe-rios','','','2013-12-01 21:59:31','2013-12-01 21:59:31','',0,'http://www.thetradingroom.com/?p=561',0,'post','',0),(445,1,'2013-11-15 16:10:23','0000-00-00 00:00:00','video','','','draft','open','closed','','','','','2013-11-15 16:10:23','2013-11-15 16:10:23','',0,'http://www.thetradingroom.com/?p=445',0,'post','',0),(446,2,'2013-11-17 15:56:55','2013-11-17 15:56:55','<b>The Equity Markets</b> broke out last week to new highs after a consolidation period that began a few weeks ago. In the week ahead be watchful of a potential stall as price action is near overbought technical conditions.\r\n\r\n<b>The US Ten Year Note</b> continued to consolidate with the yield finishing the week at 2.71%, which is 128 bps above its 1.43% all-time closing low on July 25th of last year but 13 bps below its interim closing high on September 5th.\r\n\r\n<b>The US Dollar</b> also continued to consolidate with a close correlation to the US Ten Year Note yield. This week should be important for the Euro currency as we get the first reading of November PMI surveys. The growth outlook in Europe remains divided, making price action sensitive to upcoming economic data releases.\r\n\r\nAlso in the week ahead  the Fed will release minutes from the October 29-30 Federal Open Market Committee meeting. The minutes should provide the markets with additional insight into the Fed’s policy decision as well as the outlook for future policy. Traders and investors alike will be focused on the potential of tapering of quantitative easing.\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing2.jpg\"><img class=\"alignnone size-full wp-image-451\" alt=\"joe shadow writing2\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing2.jpg\" width=\"600\" height=\"400\" /></a>\r\n\r\nMonday\r\n\r\n1:30 PM          IQ Room - Advance Concepts With Joe Rios - The Week Ahead Review\r\n\r\n7:30 PM          AUD    Monetary Policy Meeting Minutes\r\n\r\nTuesday\r\n\r\n5:00 AM          EUR    German ZEW Economic Sentiment\r\n\r\n8:45 AM          USD    Treasury Sec Lew Speaks\r\n\r\n10:00 AM        USD    FOMC Member Dudley Speaks\r\n\r\n2:15 PM          USD    FOMC Member Evans Speaks\r\n\r\n7:00 PM          USD Fed Chairman Bernanke Speaks\r\n\r\nWednesday\r\n\r\n4:30 AM          GBP    M PC Official Bank Rate Votes\r\n\r\n8:00 AM          The Trading Room ABC - Live Trading Dedicated To Automated Box Control Trading\r\n\r\n8:30 AM          USD    Core CPI\r\n\r\n8:30 AM          USD    Retail Sales\r\n\r\n10:00 AM        USD    Existing Home Sales\r\n\r\n10:30 AM                    Crude Oil Inventories\r\n\r\n1:30 PM          IQ ROOM - Advance Concepts With Joe Rios - RQ Wizard Worksheet\r\n\r\n2:00 PM          USD    FOMC Meeting Minutes\r\n\r\n4:15 PM          CAD    BOC Gov. POLOZ Speaks\r\n\r\n8:30 PM          Mid Month Review With Strategist Joe Rios And Global Trader Edward Preston\r\n\r\n8:45 PM          CNY    HSBC Flash Manufacturing PMI\r\n\r\nTentative         JPY     BOJ Press Conference\r\n\r\nThursday\r\n\r\n3:00 AM          EUR    French Flash Manufacturing PMI\r\n\r\n3:30 AM          EUR    German Flash Manufacturing PMI\r\n\r\n4:05 AM          AUD    RBA Gov. Stevens Speaks\r\n\r\n8:30 AM          USD    PPI\r\n\r\n8:30 AM          USD    Unemployment Claims\r\n\r\n10:00 AM        USD    Philly Fed Manufacturing Index\r\n\r\n10:30 AM        Natural Gas Storage\r\n\r\n1:00 PM          USD    FOMC Member BULLARD Speaks\r\n\r\n1:30 PM          IQ Room - Advance Concepts With Joe Rios - Strategy Development And Testing\r\n\r\nFriday\r\n\r\n4:00 AM          EUR    German Ifo Business Climate\r\n\r\n8:30 AM          CAD    Core PPI\r\n\r\n8:30 AM          CAD    Core Retail Sales\r\n\r\n8:40 AM          USD    FOMC Member George Speaks','The Week Ahead - by Joe Rios','','publish','open','closed','','week-ahead-joe-rios','','','2013-11-17 15:56:55','2013-11-17 15:56:55','',0,'http://www.thetradingroom.com/?p=446',0,'post','',0),(449,2,'2013-11-17 15:51:09','2013-11-17 15:51:09','','joe shadow writing2','','inherit','open','closed','','joe-shadow-writing2','','','2013-11-17 15:51:09','2013-11-17 15:51:09','',446,'http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing2.tif',0,'attachment','image/tiff',0),(520,2,'2013-11-25 11:54:03','2013-11-25 11:54:03','UPDATED 6:50 ET \r\n\r\nSTOCKS - European stocks advanced, after posting their first weekly loss since early October, as Iran agreed to limit its nuclear program and as investors awaited a report on U.S. pending-home sales. U.S. stock-index futures and Asian shares climbed. \r\n\r\nBONDS - Treasuries fell for the first time in three days before the government sells $96 billion of notes this week amid speculation the Federal Reserve will reduce debt purchases as soon as next month. \r\n\r\nCOMMODITIES - Crude Oil led energy prices from gasoline to heating oil lower as the grade headed for its biggest loss in three weeks, after Iran and world powers reached an interim accord on the country’s nuclear program. \r\n\r\nCURRENCIES - The pound declined from a one-month high against the dollar as an industry report showed U.K. mortgage approvals unexpectedly declined in October. \r\n\r\nECONOMIC DATA - US Pending Home Sales m/m due at 10:00 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\" alt=\"Hangseng sign\" width=\"604\" height=\"453\" class=\"alignnone size-full wp-image-454\" /></a>','RiosQuant – Overnight Trading Action in the Global Markets','','publish','open','closed','','riosquant-overnight-trading-action-global-markets','','','2013-11-25 11:54:03','2013-11-25 11:54:03','',0,'http://www.thetradingroom.com/?p=520',0,'post','',0),(451,2,'2013-11-17 15:55:44','2013-11-17 15:55:44','','joe shadow writing2','','inherit','open','closed','','joe-shadow-writing2-2','','','2013-11-17 15:55:44','2013-11-17 15:55:44','',446,'http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing2.jpg',0,'attachment','image/jpeg',0),(452,2,'2013-11-17 15:56:55','2013-11-17 15:56:55','<b>The Equity Markets</b> broke out last week to new highs after a consolidation period that began a few weeks ago. In the week ahead be watchful of a potential stall as price action is near overbought technical conditions.\r\n\r\n<b>The US Ten Year Note</b> continued to consolidate with the yield finishing the week at 2.71%, which is 128 bps above its 1.43% all-time closing low on July 25th of last year but 13 bps below its interim closing high on September 5th.\r\n\r\n<b>The US Dollar</b> also continued to consolidate with a close correlation to the US Ten Year Note yield. This week should be important for the Euro currency as we get the first reading of November PMI surveys. The growth outlook in Europe remains divided, making price action sensitive to upcoming economic data releases.\r\n\r\nAlso in the week ahead  the Fed will release minutes from the October 29-30 Federal Open Market Committee meeting. The minutes should provide the markets with additional insight into the Fed’s policy decision as well as the outlook for future policy. Traders and investors alike will be focused on the potential of tapering of quantitative easing.\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing2.jpg\"><img class=\"alignnone size-full wp-image-451\" alt=\"joe shadow writing2\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing2.jpg\" width=\"600\" height=\"400\" /></a>\r\n\r\nMonday\r\n\r\n1:30 PM          IQ Room - Advance Concepts With Joe Rios - The Week Ahead Review\r\n\r\n7:30 PM          AUD    Monetary Policy Meeting Minutes\r\n\r\nTuesday\r\n\r\n5:00 AM          EUR    German ZEW Economic Sentiment\r\n\r\n8:45 AM          USD    Treasury Sec Lew Speaks\r\n\r\n10:00 AM        USD    FOMC Member Dudley Speaks\r\n\r\n2:15 PM          USD    FOMC Member Evans Speaks\r\n\r\n7:00 PM          USD Fed Chairman Bernanke Speaks\r\n\r\nWednesday\r\n\r\n4:30 AM          GBP    M PC Official Bank Rate Votes\r\n\r\n8:00 AM          The Trading Room ABC - Live Trading Dedicated To Automated Box Control Trading\r\n\r\n8:30 AM          USD    Core CPI\r\n\r\n8:30 AM          USD    Retail Sales\r\n\r\n10:00 AM        USD    Existing Home Sales\r\n\r\n10:30 AM                    Crude Oil Inventories\r\n\r\n1:30 PM          IQ ROOM - Advance Concepts With Joe Rios - RQ Wizard Worksheet\r\n\r\n2:00 PM          USD    FOMC Meeting Minutes\r\n\r\n4:15 PM          CAD    BOC Gov. POLOZ Speaks\r\n\r\n8:30 PM          Mid Month Review With Strategist Joe Rios And Global Trader Edward Preston\r\n\r\n8:45 PM          CNY    HSBC Flash Manufacturing PMI\r\n\r\nTentative         JPY     BOJ Press Conference\r\n\r\nThursday\r\n\r\n3:00 AM          EUR    French Flash Manufacturing PMI\r\n\r\n3:30 AM          EUR    German Flash Manufacturing PMI\r\n\r\n4:05 AM          AUD    RBA Gov. Stevens Speaks\r\n\r\n8:30 AM          USD    PPI\r\n\r\n8:30 AM          USD    Unemployment Claims\r\n\r\n10:00 AM        USD    Philly Fed Manufacturing Index\r\n\r\n10:30 AM        Natural Gas Storage\r\n\r\n1:00 PM          USD    FOMC Member BULLARD Speaks\r\n\r\n1:30 PM          IQ Room - Advance Concepts With Joe Rios - Strategy Development And Testing\r\n\r\nFriday\r\n\r\n4:00 AM          EUR    German Ifo Business Climate\r\n\r\n8:30 AM          CAD    Core PPI\r\n\r\n8:30 AM          CAD    Core Retail Sales\r\n\r\n8:40 AM          USD    FOMC Member George Speaks','The Week Ahead - by Joe Rios','','inherit','open','closed','','446-revision-v1','','','2013-11-17 15:56:55','2013-11-17 15:56:55','',446,'http://www.thetradingroom.com/446-revision-v1/',0,'revision','',0),(453,2,'2013-11-18 12:05:03','2013-11-18 12:05:03','<strong>&gt;&gt; RiosQuant Overnight Market Update</strong>\r\n\r\n<strong>&gt;&gt; STOCKS</strong> - European shares rose, following the longest streak of weekly gains in 15 months, as investors awaited a Nov. 20 publication of Federal Open Market Committee minutes. U.S. stock-index futures were little changed, and Asian shares advanced.\r\n\r\n<strong>&gt;&gt; BONDS</strong> - U.S. interest-rate swaps fell to the least in more than a year relative to Treasuries as traders sought higher-yielding assets outside of government debt on bets Janet Yellen will keep borrowing costs down.\r\n\r\n<strong>&gt;&gt; COMMODITIES</strong> - Crude Oil declined for a second day amid signs global markets are adequately supplied after Saudi Arabia exported the most oil in eight years.\r\n\r\n<strong>&gt;&gt; CURRENCIES</strong> -  U.S. Dollar Index headed for its lowest close in more than a week amid bets some Federal Reserve speakers will echo Chairman-nominee Janet Yellen in reiterating the need for monetary stimulus.\r\n\r\n<strong>&gt;&gt; ECONOMIC DATA</strong> - FOMC Member Dudley Speaks at 12:45, AUD Monetary Policy Meeting Minutes at 19:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\"><img class=\"alignnone size-full wp-image-454\" alt=\"Hangseng sign\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\" width=\"604\" height=\"453\" /></a>','RiosQuant Overnight Market Update','','publish','open','closed','','riosquant-overnight-market-update','','','2013-11-18 12:05:37','2013-11-18 12:05:37','',0,'http://www.thetradingroom.com/?p=453',0,'post','',0),(454,2,'2013-11-18 12:02:03','2013-11-18 12:02:03','','Hangseng sign','','inherit','open','closed','','hangseng-sign','','','2013-11-18 12:02:03','2013-11-18 12:02:03','',453,'http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg',0,'attachment','image/jpeg',0),(455,2,'2013-11-18 12:05:03','2013-11-18 12:05:03','<strong>&gt;&gt; RiosQuant Overnight Market Update</strong>\r\n\r\n<strong>&gt;&gt; STOCKS</strong> - European shares rose, following the longest streak of weekly gains in 15 months, as investors awaited a Nov. 20 publication of Federal Open Market Committee minutes. U.S. stock-index futures were little changed, and Asian shares advanced.\r\n\r\n<strong>&gt;&gt; BONDS</strong> - U.S. interest-rate swaps fell to the least in more than a year relative to Treasuries as traders sought higher-yielding assets outside of government debt on bets Janet Yellen will keep borrowing costs down.\r\n\r\n<strong>&gt;&gt; COMMODITIES</strong> - Crude Oil declined for a second day amid signs global markets are adequately supplied after Saudi Arabia exported the most oil in eight years.\r\n\r\n<strong>&gt;&gt; CURRENCIES</strong> -  U.S. Dollar Index headed for its lowest close in more than a week amid bets some Federal Reserve speakers will echo Chairman-nominee Janet Yellen in reiterating the need for monetary stimulus.\r\n\r\n<strong>&gt;&gt; ECONOMIC DATA</strong> - FOMC Member Dudley Speaks at 12:45, AUD Monetary Policy Meeting Minutes at 19:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\"><img class=\"alignnone size-full wp-image-454\" alt=\"Hangseng sign\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\" width=\"604\" height=\"453\" /></a>','RiosQuant Overnight Market Update','','inherit','open','closed','','453-revision-v1','','','2013-11-18 12:05:03','2013-11-18 12:05:03','',453,'http://www.thetradingroom.com/453-revision-v1/',0,'revision','',0),(456,1,'2013-11-18 16:06:13','2013-11-18 16:06:13','','logo','','inherit','open','closed','','logo-2','','','2013-11-18 16:06:13','2013-11-18 16:06:13','',0,'http://www.thetradingroom.com/wp-content/uploads/2013/11/logo.png',0,'attachment','image/png',0),(457,2,'2013-11-18 18:12:31','2013-11-18 18:12:31','RiosQuant Trading Tools - RQ Channel Indicator\r\n\r\nRiosQuant member Jim G.  from Falls Church Virginia takes two Copper contracts short for $325 profit using the RiosQuant breakdown day-trading indicators this morning.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/2-member-trade-11-19.jpg\"><img class=\"alignnone size-full wp-image-459\" alt=\"2 member trade 11-19\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/2-member-trade-11-19.jpg\" width=\"574\" height=\"692\" /></a>','Short Copper Trade by Jim G. - RiosQuant Member','','publish','open','closed','','short-copper-trade-jim-g-riosquant-member','','','2013-11-19 13:56:19','2013-11-19 13:56:19','',0,'http://www.thetradingroom.com/?p=457',0,'post','',0),(459,2,'2013-11-18 18:11:28','2013-11-18 18:11:28','','2 member trade 11-19','','inherit','open','closed','','2-member-trade-11-19','','','2013-11-18 18:11:28','2013-11-18 18:11:28','',457,'http://www.thetradingroom.com/wp-content/uploads/2013/11/2-member-trade-11-19.jpg',0,'attachment','image/jpeg',0),(460,2,'2013-11-18 18:12:31','2013-11-18 18:12:31','RiosQuant Trading Tools - RQ Channel Indicator\r\n\r\nRiosQuant member Jim G.  from Falls Church Virginia takes two Copper contracts short for $325 profit using the RiosQuant breakdown day-trading indicators this morning.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/2-member-trade-11-19.jpg\"><img class=\"alignnone size-full wp-image-459\" alt=\"2 member trade 11-19\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/2-member-trade-11-19.jpg\" width=\"574\" height=\"692\" /></a>','Short Copper Trade by Jim G. - RiosQuant Member','','inherit','open','closed','','457-revision-v1','','','2013-11-18 18:12:31','2013-11-18 18:12:31','',457,'http://www.thetradingroom.com/457-revision-v1/',0,'revision','',0),(461,2,'2013-11-18 23:14:30','2013-11-18 23:14:30','The Trading Room  TradeLAB - Live trading in the global financial markets\r\n\r\n<iframe src=\"//www.youtube.com/embed/AZMSvsZWMdk?rel=0\" height=\"360\" width=\"640\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','TradeLAB - Man Vs. Machine - Recap of Today\'s Performance ','','publish','open','closed','','461','','','2013-11-19 13:51:58','2013-11-19 13:51:58','',0,'http://www.thetradingroom.com/?p=461',0,'post','',0),(471,1,'2013-11-19 13:50:41','2013-11-19 13:50:41','The Trading Room  TradeLAB - Live trading in the global financial markets\r\n\r\n<iframe src=\"//www.youtube.com/embed/AZMSvsZWMdk?rel=0\" height=\"360\" width=\"640\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','TradeLAB - Man Vs. Machine - Recap of Today\'s Performance ','','inherit','open','closed','','461-revision-v1','','','2013-11-19 13:50:41','2013-11-19 13:50:41','',461,'http://www.thetradingroom.com/461-revision-v1/',0,'revision','',0),(462,2,'2013-11-18 23:14:30','2013-11-18 23:14:30','The Trading Room  TradeLAB - Live trading in the global financial markets\r\n\r\nClick here to view today\'s performance results during our live trading room.\r\n\r\n<a href=\"http://www.youtube.com/watch?v=AZMSvsZWMdk&amp;feature=youtu.be\">http://www.youtube.com/watch?v=AZMSvsZWMdk&amp;feature=youtu.be</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/EP-trading-room-pic.jpg\"><img class=\"alignnone size-full wp-image-357\" alt=\"EP trading room pic\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/EP-trading-room-pic.jpg\" width=\"600\" height=\"402\" /></a>\r\n\r\n&nbsp;','','','inherit','open','closed','','461-revision-v1','','','2013-11-18 23:14:30','2013-11-18 23:14:30','',461,'http://www.thetradingroom.com/461-revision-v1/',0,'revision','',0),(463,2,'2013-11-18 23:15:36','2013-11-18 23:15:36','The Trading Room  TradeLAB - Live trading in the global financial markets\n\nClick here to view today\'s performance results during our live trading room.\n\n<a href=\"http://www.youtube.com/watch?v=AZMSvsZWMdk&amp;feature=youtu.be\">http://www.youtube.com/watch?v=AZMSvsZWMdk&amp;feature=youtu.be</a>\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/EP-trading-room-pic.jpg\"><img class=\"alignnone size-full wp-image-357\" alt=\"EP trading room pic\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/EP-trading-room-pic.jpg\" width=\"600\" height=\"402\" /></a>\n\n&nbsp;','TradeLAB - Man Vs. Machine - Recap of Today\'s Performance ','','inherit','open','closed','','461-autosave-v1','','','2013-11-18 23:15:36','2013-11-18 23:15:36','',461,'http://www.thetradingroom.com/461-autosave-v1/',0,'revision','',0),(469,1,'2013-11-19 13:49:03','2013-11-19 13:49:03','The Trading Room  TradeLAB - Live trading in the global financial markets\r\n\r\n<iframe src=\"//www.youtube.com/embed/AZMSvsZWMdk?rel=0\" height=\"480\" width=\"853\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/EP-trading-room-pic.jpg\"><img class=\"alignnone size-full wp-image-357\" alt=\"EP trading room pic\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/EP-trading-room-pic.jpg\" width=\"600\" height=\"402\" /></a>\r\n\r\n&nbsp;','TradeLAB - Man Vs. Machine - Recap of Today\'s Performance ','','inherit','open','closed','','461-revision-v1','','','2013-11-19 13:49:03','2013-11-19 13:49:03','',461,'http://www.thetradingroom.com/461-revision-v1/',0,'revision','',0),(464,2,'2013-11-18 23:15:38','2013-11-18 23:15:38','The Trading Room  TradeLAB - Live trading in the global financial markets\r\n\r\nClick here to view today\'s performance results during our live trading room.\r\n\r\n<a href=\"http://www.youtube.com/watch?v=AZMSvsZWMdk&amp;feature=youtu.be\">http://www.youtube.com/watch?v=AZMSvsZWMdk&amp;feature=youtu.be</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/EP-trading-room-pic.jpg\"><img class=\"alignnone size-full wp-image-357\" alt=\"EP trading room pic\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/EP-trading-room-pic.jpg\" width=\"600\" height=\"402\" /></a>\r\n\r\n&nbsp;','TradeLAB - Man Vs. Machine - Recap of Today\'s Performance ','','inherit','open','closed','','461-revision-v1','','','2013-11-18 23:15:38','2013-11-18 23:15:38','',461,'http://www.thetradingroom.com/461-revision-v1/',0,'revision','',0),(465,2,'2013-11-19 12:07:42','2013-11-19 12:07:42','<strong>UPDATED 7:00 ET - Overnight Trading Action  </strong>\r\n\r\n<strong>STOCKS</strong> - Asian stocks rose after the region’s benchmark index yesterday completed its steepest three-day rally since July on optimism China’s economic reforms will boost growth. European stocks and U.S. stock-index futures trading lower ahead of the Wall Street opening bell.\r\n\r\n<strong>BONDS</strong> - Treasury 10-year notes fell before Federal Reserve Chairman Bernanke speaks today and as bond volatility dropped to a six-month low.\r\n\r\n<strong>COMMODITIES</strong> - <span style=\"color: #2a2a2a;font-family: Georgia, \'Times New Roman\', Times, serif;font-size: small\">Gold swung between gains and losses in London as investors weighed the outlook for U.S. stimulus and slower physical demand for the metal. </span>\r\n\r\n<span style=\"color: #2a2a2a;font-family: Georgia, \'Times New Roman\', Times, serif;font-size: small\"><strong>CURRENCIES</strong> - US Dollar trading sideways ahead of busy scheduled speeches from  Fed  members through out the day. </span>\r\n\r\n<span style=\"color: #2a2a2a;font-family: Georgia, \'Times New Roman\', Times, serif;font-size: small\"><strong>ECONOMIC DATA</strong> - US </span>Employment Cost Index due at 8:30, Treasury Sec Lew Speaks at 8:45, FOMC Member Dudley Speaks at 10:00, FOMC Member Evans Speaks at 14:15, Fed Chairman Bernanke Speaks at 19:00 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\"><img class=\"alignnone size-full wp-image-173\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\" width=\"650\" height=\"148\" /></a>','RiosQuant Overnight Market Update','','publish','open','closed','','riosquant-overnight-market-update-2','','','2013-11-19 12:12:51','2013-11-19 12:12:51','',0,'http://www.thetradingroom.com/?p=465',0,'post','',0),(466,2,'2013-11-19 12:06:13','2013-11-19 12:06:13','<strong>UPDATED 7:00 ET - Overnight Trading Action  </strong>\r\n\r\n<strong>STOCKS</strong> - Asian stocks rose after the region’s benchmark index yesterday completed its steepest three-day rally since July on optimism China’s economic reforms will boost growth. European stocks and U.S. stock-index futures trading lower ahead of the Wall Street opening bell.\r\n\r\n<strong>BONDS</strong> - Treasury 10-year notes fell before Federal Reserve Chairman Bernanke speaks today and as bond volatility dropped to a six-month low.\r\n\r\n<strong>COMMODITIES</strong> - <span style=\"color: #2a2a2a;font-family: Georgia, \'Times New Roman\', Times, serif;font-size: small\">Gold swung between gains and losses in London as investors weighed the outlook for U.S. stimulus and slower physical demand for the metal. </span>\r\n\r\n<span style=\"color: #2a2a2a;font-family: Georgia, \'Times New Roman\', Times, serif;font-size: small\"><strong>CURRENCIES</strong> - US Dollar trading sideways ahead of busy scheduled speeches from  Fed  members through out the day. </span>\r\n\r\n<span style=\"color: #2a2a2a;font-family: Georgia, \'Times New Roman\', Times, serif;font-size: small\"><strong>ECONOMIC DATA</strong> - US </span>Employment Cost Index due at 8:30, Treasury Sec Lew Speaks at 8:45, FOMC Member Dudley Speaks at 10:00, FOMC Member Evans Speaks at 14:15, Fed Chairman Bernanke Speaks at 19:00 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\"><img class=\"alignnone size-full wp-image-173\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\" width=\"650\" height=\"148\" /></a>','RiosQuant Overnight Market Update','','inherit','open','closed','','465-revision-v1','','','2013-11-19 12:06:13','2013-11-19 12:06:13','',465,'http://www.thetradingroom.com/465-revision-v1/',0,'revision','',0),(470,1,'2013-11-19 13:49:50','2013-11-19 13:49:50','The Trading Room  TradeLAB - Live trading in the global financial markets\r\n\r\n<iframe width=\"640\" height=\"360\" src=\"//www.youtube.com/embed/AZMSvsZWMdk?rel=0\" frameborder=\"0\" allowfullscreen></iframe>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/EP-trading-room-pic.jpg\"><img class=\"alignnone size-full wp-image-357\" alt=\"EP trading room pic\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/EP-trading-room-pic.jpg\" width=\"600\" height=\"402\" /></a>\r\n\r\n&nbsp;','TradeLAB - Man Vs. Machine - Recap of Today\'s Performance ','','inherit','open','closed','','461-revision-v1','','','2013-11-19 13:49:50','2013-11-19 13:49:50','',461,'http://www.thetradingroom.com/461-revision-v1/',0,'revision','',0),(474,2,'2013-11-20 12:05:39','2013-11-20 12:05:39','<h1></h1>\r\n<div>\r\n\r\n<strong>UPDATED 7:00 ET - Overnight Trading Action  </strong>\r\n\r\n</div>\r\nSTOCKS - European stocks declined for a second day as investors awaited U.S. retail and housing data to gauge the health of the world’s biggest economy before minutes from the latest Federal Reserve meeting. U.S. index futures were also little changed, while Asian shares retreated.\r\n\r\nBONDS - Treasury 10-year yields rose toward the highest level in two months before a U.S. report today that economists said will show retail sales growth increased last month, damping demand for the safest securities.\r\n\r\nCOMMODITIES - Gold sold off breaking session lows during London before retracing to longer term key support levels.\r\n\r\nCURRENCIES - The pound advanced to a three-week high versus the dollar as speculation that the Bank of England may raise its benchmark interest rate earlier than it forecast spurred demand for the U.K. currency.\r\n\r\nECONOMIC DATA - US Core CPI and Retail Sales due at 8:30, Existing Home Sales and FOMC Member Dudley Speaks at 10:00, Crude Oil Inventories at 10:30, FOMC Member Bullard Speaks at 12:10, FOMC Meeting Minutes at 14:00, CHY HSBC Flash Manufacturing PMI at 20:45 ET, JPY Monetary Policy Statement tentative.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/rq_tech.png\"><img class=\"alignnone size-full wp-image-440\" alt=\"rq_tech\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/rq_tech.png\" width=\"320\" height=\"216\" /></a>','RiosQuant Overnight Market Update','','publish','open','closed','','riosquant-overnight-market-update-3','','','2013-11-20 12:05:39','2013-11-20 12:05:39','',0,'http://www.thetradingroom.com/?p=474',0,'post','',0),(475,2,'2013-11-20 12:05:39','2013-11-20 12:05:39','<h1></h1>\r\n<div>\r\n\r\n<strong>UPDATED 7:00 ET - Overnight Trading Action  </strong>\r\n\r\n</div>\r\nSTOCKS - European stocks declined for a second day as investors awaited U.S. retail and housing data to gauge the health of the world’s biggest economy before minutes from the latest Federal Reserve meeting. U.S. index futures were also little changed, while Asian shares retreated.\r\n\r\nBONDS - Treasury 10-year yields rose toward the highest level in two months before a U.S. report today that economists said will show retail sales growth increased last month, damping demand for the safest securities.\r\n\r\nCOMMODITIES - Gold sold off breaking session lows during London before retracing to longer term key support levels.\r\n\r\nCURRENCIES - The pound advanced to a three-week high versus the dollar as speculation that the Bank of England may raise its benchmark interest rate earlier than it forecast spurred demand for the U.K. currency.\r\n\r\nECONOMIC DATA - US Core CPI and Retail Sales due at 8:30, Existing Home Sales and FOMC Member Dudley Speaks at 10:00, Crude Oil Inventories at 10:30, FOMC Member Bullard Speaks at 12:10, FOMC Meeting Minutes at 14:00, CHY HSBC Flash Manufacturing PMI at 20:45 ET, JPY Monetary Policy Statement tentative.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/rq_tech.png\"><img class=\"alignnone size-full wp-image-440\" alt=\"rq_tech\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/rq_tech.png\" width=\"320\" height=\"216\" /></a>','RiosQuant Overnight Market Update','','inherit','open','closed','','474-revision-v1','','','2013-11-20 12:05:39','2013-11-20 12:05:39','',474,'http://www.thetradingroom.com/474-revision-v1/',0,'revision','',0),(477,2,'2013-11-20 12:27:33','2013-11-20 12:27:33','Profitable short trade in NASDAQ futures utilizing RiosQuant trading  system.  Join trading coach Steve Schwartz and strategy developer Joe Rios during a morning of live trading.\r\n\r\n<b>The Trading Room - ABC Trading</b>\r\nLive Trading Dedicated to Automated Box Control Trading\r\n<b><a href=\"https://www3.gotomeeting.com/register/354338326\" target=\"_blank\">https://www3.gotomeeting.com/register/354338326</a></b>\r\nWednesday Morning 8:00 AM ET Start\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/steve-trade1.jpg\"><img class=\"alignnone size-large wp-image-479\" alt=\"steve trade1\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/steve-trade1-1024x926.jpg\" width=\"570\" height=\"515\" /></a>','Short NASDAQ Futures Trade by Steve Schwartz, RiosQuant Trading Coach','','publish','open','closed','','short-nasdaq-futures-trade-steve-schwartz-riosquant-trading-coach','','','2013-11-20 12:27:33','2013-11-20 12:27:33','',0,'http://www.thetradingroom.com/?p=477',0,'post','',0),(478,2,'2013-11-20 12:19:05','2013-11-20 12:19:05','','steve trade','','inherit','open','closed','','steve-trade','','','2013-11-20 12:19:05','2013-11-20 12:19:05','',477,'http://www.thetradingroom.com/wp-content/uploads/2013/11/steve-trade.tif',0,'attachment','image/tiff',0),(479,2,'2013-11-20 12:19:55','2013-11-20 12:19:55','','steve trade1','','inherit','open','closed','','steve-trade1','','','2013-11-20 12:19:55','2013-11-20 12:19:55','',477,'http://www.thetradingroom.com/wp-content/uploads/2013/11/steve-trade1.jpg',0,'attachment','image/jpeg',0),(480,2,'2013-11-20 12:27:33','2013-11-20 12:27:33','Profitable short trade in NASDAQ futures utilizing RiosQuant trading  system.  Join trading coach Steve Schwartz and strategy developer Joe Rios during a morning of live trading.\r\n\r\n<b>The Trading Room - ABC Trading</b>\r\nLive Trading Dedicated to Automated Box Control Trading\r\n<b><a href=\"https://www3.gotomeeting.com/register/354338326\" target=\"_blank\">https://www3.gotomeeting.com/register/354338326</a></b>\r\nWednesday Morning 8:00 AM ET Start\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/steve-trade1.jpg\"><img class=\"alignnone size-large wp-image-479\" alt=\"steve trade1\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/steve-trade1-1024x926.jpg\" width=\"570\" height=\"515\" /></a>','Short NASDAQ Futures Trade by Steve Schwartz, RiosQuant Trading Coach','','inherit','open','closed','','477-revision-v1','','','2013-11-20 12:27:33','2013-11-20 12:27:33','',477,'http://www.thetradingroom.com/477-revision-v1/',0,'revision','',0),(481,2,'2013-11-20 21:41:59','2013-11-20 21:41:59','<strong>Mid-Month Review with Strategist Joe Rios and Global Trader Edward Preston</strong>\r\n\r\n<b><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b70644d116/3724d58ddd/74e952a96a\" target=\"_blank\">https://www3.gotomeeting.com/register/174138430</a></b>\r\n\r\nWednesday Evening 9:00 PM ET Start\r\n\r\nJoin RiosQuant founder Joe Rios and global head trader Edward EP Preston tonight in a live webinar event  as they discuss and explore new trading opportunities in today\'s market.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-EP.jpg\"><img class=\"alignnone size-full wp-image-482\" alt=\"joe &amp; EP\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-EP.jpg\" width=\"530\" height=\"320\" /></a>\r\n\r\n&nbsp;\r\n\r\nThere has been a growing concern among the professional trading community that simply pursuing the same old strategies in the same old markets no longer works like it used to. The markets have always been dynamic and in today\'s fast paced global market you have to be able to adapt and quickly. Get ready to learn new developments in the global markets including money flow among the major asset classes. You will also hear Joe and EP uncover new opportunities to these new developments. To reserve your spot, simply click on the following link:\r\n\r\n<b><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b70644d116/3724d58ddd/74e952a96a\" target=\"_blank\">https://www3.gotomeeting.com/register/174138430</a></b>\r\n\r\nTo learn more about RiosQuant please visit us at:\r\n\r\nCompany webiste:   <a href=\"http://www.riosquant.com/\">http://www.riosquant.com/</a>\r\n\r\nBlog:  <a href=\"http://www.thetradingroom.com/\">http://www.thetradingroom.com/</a>\r\n\r\nFacebook:  <a href=\"https://www.facebook.com/rqtrader?ref=br_tf\">https://www.facebook.com/rqtrader?ref=br_tf</a>','Mid Month Review - Seizing New Opportunities','','publish','open','closed','','mid-month-review-seizing-new-opportunities','','','2013-11-20 21:47:43','2013-11-20 21:47:43','',0,'http://www.thetradingroom.com/?p=481',0,'post','',0),(482,2,'2013-11-20 21:24:46','2013-11-20 21:24:46','','joe &amp; EP','','inherit','open','closed','','joe-ep','','','2013-11-20 21:24:46','2013-11-20 21:24:46','',481,'http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-EP.jpg',0,'attachment','image/jpeg',0),(483,2,'2013-11-20 21:41:59','2013-11-20 21:41:59','<strong>Mid-Month Review with Strategist Joe Rios and Global Trader Edward Preston</strong>\r\n\r\n<b><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b70644d116/3724d58ddd/74e952a96a\" target=\"_blank\">https://www3.gotomeeting.com/register/174138430</a></b>\r\n\r\nWednesday Evening 8:30 PM ET Start\r\n\r\nJoin RiosQuant founder Joe Rios and global head trader Edward EP Preston tonight in a live webinar event  as they discuss and explore new trading opportunities in today\'s market.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-EP.jpg\"><img class=\"alignnone size-full wp-image-482\" alt=\"joe &amp; EP\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-EP.jpg\" width=\"530\" height=\"320\" /></a>\r\n\r\n&nbsp;\r\n\r\nThere has been a growing concern among the professional trading community that simply pursuing the same old strategies in the same old markets no longer works like it used to. The markets have always been dynamic and in today\'s fast paced global market you have to be able to adapt and quickly. Get ready to learn new developments in the global markets including money flow among the major asset classes. You will also hear Joe and EP uncover new opportunities to these new developments. To reserve your spot, simply click on the following link:\r\n\r\n<b><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b70644d116/3724d58ddd/74e952a96a\" target=\"_blank\">https://www3.gotomeeting.com/register/174138430</a></b>\r\n\r\nTo learn more about RiosQuant please visit us at:\r\n\r\nCompany webiste:   <a href=\"http://www.riosquant.com/\">http://www.riosquant.com/</a>\r\n\r\nBlog:  <a href=\"http://www.thetradingroom.com/\">http://www.thetradingroom.com/</a>\r\n\r\nFacebook:  <a href=\"https://www.facebook.com/rqtrader?ref=br_tf\">https://www.facebook.com/rqtrader?ref=br_tf</a>','Mid Month Review - Seizing New Opportunities','','inherit','open','closed','','481-revision-v1','','','2013-11-20 21:41:59','2013-11-20 21:41:59','',481,'http://www.thetradingroom.com/481-revision-v1/',0,'revision','',0),(484,2,'2013-11-20 21:47:43','2013-11-20 21:47:43','<strong>Mid-Month Review with Strategist Joe Rios and Global Trader Edward Preston</strong>\r\n\r\n<b><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b70644d116/3724d58ddd/74e952a96a\" target=\"_blank\">https://www3.gotomeeting.com/register/174138430</a></b>\r\n\r\nWednesday Evening 9:00 PM ET Start\r\n\r\nJoin RiosQuant founder Joe Rios and global head trader Edward EP Preston tonight in a live webinar event  as they discuss and explore new trading opportunities in today\'s market.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-EP.jpg\"><img class=\"alignnone size-full wp-image-482\" alt=\"joe &amp; EP\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-EP.jpg\" width=\"530\" height=\"320\" /></a>\r\n\r\n&nbsp;\r\n\r\nThere has been a growing concern among the professional trading community that simply pursuing the same old strategies in the same old markets no longer works like it used to. The markets have always been dynamic and in today\'s fast paced global market you have to be able to adapt and quickly. Get ready to learn new developments in the global markets including money flow among the major asset classes. You will also hear Joe and EP uncover new opportunities to these new developments. To reserve your spot, simply click on the following link:\r\n\r\n<b><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b70644d116/3724d58ddd/74e952a96a\" target=\"_blank\">https://www3.gotomeeting.com/register/174138430</a></b>\r\n\r\nTo learn more about RiosQuant please visit us at:\r\n\r\nCompany webiste:   <a href=\"http://www.riosquant.com/\">http://www.riosquant.com/</a>\r\n\r\nBlog:  <a href=\"http://www.thetradingroom.com/\">http://www.thetradingroom.com/</a>\r\n\r\nFacebook:  <a href=\"https://www.facebook.com/rqtrader?ref=br_tf\">https://www.facebook.com/rqtrader?ref=br_tf</a>','Mid Month Review - Seizing New Opportunities','','inherit','open','closed','','481-revision-v1','','','2013-11-20 21:47:43','2013-11-20 21:47:43','',481,'http://www.thetradingroom.com/481-revision-v1/',0,'revision','',0),(485,2,'2013-11-21 12:15:15','2013-11-21 12:15:15','<strong>UPDATED 7:10 ET - Overnight Trading Action  </strong>\r\n\r\n<strong>STOCKS</strong> - European shares fell after a gauge of China manufacturing dropped more than forecast and minutes from the Federal Reserve’s last meeting signaled the U.S. may reduce stimulus in coming months. U.S. stock-index futures rose and Asian shares dropped.\r\n\r\n<strong> BONDS</strong> - Treasury 10-year notes snapped a two-day decline before a U.S. report that economists said will show producer prices dropped for a second month.\r\n\r\n<strong>COMMODITIES</strong> - Gold rebounded from a four-month low in London as investors weighed prospects of rising physical demand.\r\n\r\n<strong>CURRENCIES</strong> - Australia’s central bank Governor Glenn Stevens said he remains “open-minded” on currency intervention, even as policy makers have been unconvinced to date the benefit of lowering the Aussie would outweigh costs.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Unemployment Claims and PPI due at 8:30, Flash Manufacturing PMI at 9:00, FOMC Member Powell Speaks at 9:45, Philly Fed Manufacturing Index at 10:00, Natural Gas Storage at 10:30, FOMC Member Bullard Speaks at 13:00 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News.jpg\"><img class=\"alignnone size-large wp-image-442\" alt=\"Direct-Market-Touch-Stock-Exchange-News\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News-1024x550.jpg\" width=\"570\" height=\"306\" /></a>','RiosQuant Overnight Market Update','','publish','open','closed','','riosquant-overnight-market-update-4','','','2013-11-21 12:15:15','2013-11-21 12:15:15','',0,'http://www.thetradingroom.com/?p=485',0,'post','',0),(486,2,'2013-11-21 12:15:15','2013-11-21 12:15:15','<strong>UPDATED 7:10 ET - Overnight Trading Action  </strong>\r\n\r\n<strong>STOCKS</strong> - European shares fell after a gauge of China manufacturing dropped more than forecast and minutes from the Federal Reserve’s last meeting signaled the U.S. may reduce stimulus in coming months. U.S. stock-index futures rose and Asian shares dropped.\r\n\r\n<strong> BONDS</strong> - Treasury 10-year notes snapped a two-day decline before a U.S. report that economists said will show producer prices dropped for a second month.\r\n\r\n<strong>COMMODITIES</strong> - Gold rebounded from a four-month low in London as investors weighed prospects of rising physical demand.\r\n\r\n<strong>CURRENCIES</strong> - Australia’s central bank Governor Glenn Stevens said he remains “open-minded” on currency intervention, even as policy makers have been unconvinced to date the benefit of lowering the Aussie would outweigh costs.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Unemployment Claims and PPI due at 8:30, Flash Manufacturing PMI at 9:00, FOMC Member Powell Speaks at 9:45, Philly Fed Manufacturing Index at 10:00, Natural Gas Storage at 10:30, FOMC Member Bullard Speaks at 13:00 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News.jpg\"><img class=\"alignnone size-large wp-image-442\" alt=\"Direct-Market-Touch-Stock-Exchange-News\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News-1024x550.jpg\" width=\"570\" height=\"306\" /></a>','RiosQuant Overnight Market Update','','inherit','open','closed','','485-revision-v1','','','2013-11-21 12:15:15','2013-11-21 12:15:15','',485,'http://www.thetradingroom.com/485-revision-v1/',0,'revision','',0),(487,2,'2013-11-21 17:14:31','2013-11-21 17:14:31','RiosQuant trading coach Steve Schwartz  traded the RQ Einstein automated trading system during the early session for a $200.00 profit. Find out how automated trading systems may mitigate stress and expand your trading experience.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/cl-trade-steve-11-21.jpg\"><img class=\"alignnone size-full wp-image-488\" alt=\"cl trade steve 11-21\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/cl-trade-steve-11-21.jpg\" width=\"918\" height=\"768\" /></a>','RiosQuant Trading Technology - Einstein Automated Trading System','','publish','open','closed','','riosquant-trading-systems-einstein-automated-trade','','','2013-11-21 17:16:02','2013-11-21 17:16:02','',0,'http://www.thetradingroom.com/?p=487',0,'post','',0),(488,2,'2013-11-21 17:12:25','2013-11-21 17:12:25','','cl trade steve 11-21','','inherit','open','closed','','cl-trade-steve-11-21','','','2013-11-21 17:12:25','2013-11-21 17:12:25','',487,'http://www.thetradingroom.com/wp-content/uploads/2013/11/cl-trade-steve-11-21.jpg',0,'attachment','image/jpeg',0),(489,2,'2013-11-21 17:14:31','2013-11-21 17:14:31','RiosQuant trading coach Steve Schwartz  traded the RQ Einstein automated trading system during the early session for a $200.00 profit. Find out how automated trading systems may mitigate stress and expand your trading experience.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/cl-trade-steve-11-21.jpg\"><img class=\"alignnone size-full wp-image-488\" alt=\"cl trade steve 11-21\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/cl-trade-steve-11-21.jpg\" width=\"918\" height=\"768\" /></a>','RiosQuant Trading Systems - Einstein Automated Trade','','inherit','open','closed','','487-revision-v1','','','2013-11-21 17:14:31','2013-11-21 17:14:31','',487,'http://www.thetradingroom.com/487-revision-v1/',0,'revision','',0),(490,2,'2013-11-21 17:15:32','2013-11-21 17:15:32','RiosQuant trading coach Steve Schwartz  traded the RQ Einstein automated trading system during the early session for a $200.00 profit. Find out how automated trading systems may mitigate stress and expand your trading experience.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/cl-trade-steve-11-21.jpg\"><img class=\"alignnone size-full wp-image-488\" alt=\"cl trade steve 11-21\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/cl-trade-steve-11-21.jpg\" width=\"918\" height=\"768\" /></a>','RiosQuant Trading Technology - Einstein Automated Trading System','','inherit','open','closed','','487-revision-v1','','','2013-11-21 17:15:32','2013-11-21 17:15:32','',487,'http://www.thetradingroom.com/487-revision-v1/',0,'revision','',0),(491,2,'2013-11-21 20:24:29','2013-11-21 20:24:29','RiosQuant member Tal Lancaster from California took a profitable short Gold futures trade this morning using the RQ -C 2 indicator. Join us in our live trading room Monday - Friday 8:00 am - 11:00 am ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/tal-trade1.jpg\"><img class=\"alignnone size-full wp-image-493\" alt=\"tal trade1\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/tal-trade1.jpg\" width=\"848\" height=\"725\" /></a>','RiosQuant Member Spotlight - Tal L. Burbank CA','','publish','open','closed','','riosquant-member-spotlight-tal-l-burbank-ca','','','2013-11-21 20:24:29','2013-11-21 20:24:29','',0,'http://www.thetradingroom.com/?p=491',0,'post','',0),(493,2,'2013-11-21 20:16:46','2013-11-21 20:16:46','','tal trade1','','inherit','open','closed','','tal-trade1','','','2013-11-21 20:16:46','2013-11-21 20:16:46','',491,'http://www.thetradingroom.com/wp-content/uploads/2013/11/tal-trade1.jpg',0,'attachment','image/jpeg',0),(494,2,'2013-11-21 20:24:29','2013-11-21 20:24:29','RiosQuant member Tal Lancaster from California took a profitable short Gold futures trade this morning using the RQ -C 2 indicator. Join us in our live trading room Monday - Friday 8:00 am - 11:00 am ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/tal-trade1.jpg\"><img class=\"alignnone size-full wp-image-493\" alt=\"tal trade1\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/tal-trade1.jpg\" width=\"848\" height=\"725\" /></a>','RiosQuant Member Spotlight - Tal L. Burbank CA','','inherit','open','closed','','491-revision-v1','','','2013-11-21 20:24:29','2013-11-21 20:24:29','',491,'http://www.thetradingroom.com/491-revision-v1/',0,'revision','',0),(496,2,'2013-11-22 12:35:27','2013-11-22 12:35:27','UPDATED 7:20 ET\r\n<div>\r\n<div>STOCKS - Stocks in Europe were little changed as German business confidence rose to the highest level since April 2012 and investors weighed comments by European Central Bank officials. U.S. index futures and Asian shares were also little changed.</div>\r\n<div></div>\r\n<div>BONDS - Treasuries headed for a weekly decline amid speculation the Federal Reserve is moving toward reducing its monthly bond purchases as the outlook for the world’s largest economy improves.</div>\r\n<div></div>\r\n<div>COMMODITIES - Crude Oil headed for the first weekly advance in almost two months as applications for unemployment benefits in the U.S. fell and negotiators made little progress in talks with Iran in Geneva.</div>\r\n<div></div>\r\n<div>CURRENCIES - Australia\'s dollar dropped, poised to match its longest run of weekly declines in seven years, amid speculation the nation’s central bank will take steps to curb currency strength.</div>\r\n<div></div>\r\n<div>ECONOMIC DATA - CAD Core Retail Sales  and CPI, FOMC Member George Speaks at 8:40,FOMC Member Tarullo Speaks at 12:15 ET.</div>\r\n<div></div>\r\n<div> <a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\"><img class=\"alignnone size-full wp-image-454\" alt=\"Hangseng sign\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\" width=\"604\" height=\"453\" /></a></div>\r\n</div>','RiosQuant - Overnight Trading Action in the Global Markets    ','','publish','open','closed','','riosquant-overnight-trading-news-global-markets','','','2013-11-22 12:36:15','2013-11-22 12:36:15','',0,'http://www.thetradingroom.com/?p=496',0,'post','',0),(497,2,'2013-11-22 12:35:20','2013-11-22 12:35:20','UPDATED 7:20 ET\r\n<div>\r\n<div>STOCKS - Stocks in Europe were little changed as German business confidence rose to the highest level since April 2012 and investors weighed comments by European Central Bank officials. U.S. index futures and Asian shares were also little changed.</div>\r\n<div></div>\r\n<div>BONDS - Treasuries headed for a weekly decline amid speculation the Federal Reserve is moving toward reducing its monthly bond purchases as the outlook for the world’s largest economy improves.</div>\r\n<div></div>\r\n<div>COMMODITIES - Crude Oil headed for the first weekly advance in almost two months as applications for unemployment benefits in the U.S. fell and negotiators made little progress in talks with Iran in Geneva.</div>\r\n<div></div>\r\n<div>CURRENCIES - Australia\'s dollar dropped, poised to match its longest run of weekly declines in seven years, amid speculation the nation’s central bank will take steps to curb currency strength.</div>\r\n<div></div>\r\n<div>ECONOMIC DATA - CAD Core Retail Sales  and CPI, FOMC Member George Speaks at 8:40,FOMC Member Tarullo Speaks at 12:15 ET.</div>\r\n<div></div>\r\n<div> <a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\"><img class=\"alignnone size-full wp-image-454\" alt=\"Hangseng sign\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\" width=\"604\" height=\"453\" /></a></div>\r\n</div>','RiosQuant - Overnight Trading News in the Global Markets    ','','inherit','open','closed','','496-revision-v1','','','2013-11-22 12:35:20','2013-11-22 12:35:20','',496,'http://www.thetradingroom.com/496-revision-v1/',0,'revision','',0),(498,2,'2013-11-22 12:36:15','2013-11-22 12:36:15','UPDATED 7:20 ET\r\n<div>\r\n<div>STOCKS - Stocks in Europe were little changed as German business confidence rose to the highest level since April 2012 and investors weighed comments by European Central Bank officials. U.S. index futures and Asian shares were also little changed.</div>\r\n<div></div>\r\n<div>BONDS - Treasuries headed for a weekly decline amid speculation the Federal Reserve is moving toward reducing its monthly bond purchases as the outlook for the world’s largest economy improves.</div>\r\n<div></div>\r\n<div>COMMODITIES - Crude Oil headed for the first weekly advance in almost two months as applications for unemployment benefits in the U.S. fell and negotiators made little progress in talks with Iran in Geneva.</div>\r\n<div></div>\r\n<div>CURRENCIES - Australia\'s dollar dropped, poised to match its longest run of weekly declines in seven years, amid speculation the nation’s central bank will take steps to curb currency strength.</div>\r\n<div></div>\r\n<div>ECONOMIC DATA - CAD Core Retail Sales  and CPI, FOMC Member George Speaks at 8:40,FOMC Member Tarullo Speaks at 12:15 ET.</div>\r\n<div></div>\r\n<div> <a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\"><img class=\"alignnone size-full wp-image-454\" alt=\"Hangseng sign\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\" width=\"604\" height=\"453\" /></a></div>\r\n</div>','RiosQuant - Overnight Trading Action in the Global Markets    ','','inherit','open','closed','','496-revision-v1','','','2013-11-22 12:36:15','2013-11-22 12:36:15','',496,'http://www.thetradingroom.com/496-revision-v1/',0,'revision','',0),(499,2,'2013-11-22 23:20:54','2013-11-22 23:20:54','RiosQuant invites you to attend a special trading workshop with trading mentor and coach Steve Schwartz.  This is what you will be learning in the RQ-EDU workshop:\r\n<ul>\r\n	<li>What to look for in high probability trade set ups</li>\r\n	<li>Recognize market behavior instantly</li>\r\n	<li>Pinpoint optimal buy &amp; sell levels ahead of the move</li>\r\n	<li>Learn when not to trade</li>\r\n</ul>\r\nDiscover an entirely new approach to trading that may revolutionize the way you\'ll view the markets.        <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/fcaa070085/9bb334be08/2d67c7118b/product_id=2\" target=\"_blank\">Register here for a 2 week FREE TRIAL with RQ-Trading Technology</a>.\r\n<strong>\r\n</strong><strong></strong>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/steve-trading-coach1.jpg\"><img class=\"alignnone size-large wp-image-500\" alt=\"steve trading coach1\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/steve-trading-coach1-1024x682.jpg\" width=\"570\" height=\"379\" /></a>','RiosQuant Trading Workshop - Saturday 10:30 AM ET','','publish','open','closed','','riosquant-trading-workshop-saturday-1030-et','','','2013-11-22 23:26:48','2013-11-22 23:26:48','',0,'http://www.thetradingroom.com/?p=499',0,'post','',0),(500,2,'2013-11-22 23:14:53','2013-11-22 23:14:53','','steve trading coach1','','inherit','open','closed','','steve-trading-coach1','','','2013-11-22 23:14:53','2013-11-22 23:14:53','',499,'http://www.thetradingroom.com/wp-content/uploads/2013/11/steve-trading-coach1.jpg',0,'attachment','image/jpeg',0),(501,2,'2013-11-22 23:20:47','2013-11-22 23:20:47','RiosQuant invites you to attend a special trading workshop with trading mentor and coach Steve Schwartz.  This is what you will be learning in the RQ-EDU workshop:\r\n<ul>\r\n	<li>What to look for in high probability trade set ups</li>\r\n	<li>Recognize market behavior instantly</li>\r\n	<li>Pinpoint optimal buy &amp; sell levels ahead of the move</li>\r\n	<li>Learn when not to trade</li>\r\n</ul>\r\nDiscover an entirely new approach to trading that may revolutionize the way you\'ll view the markets.        <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/fcaa070085/9bb334be08/2d67c7118b/product_id=2\" target=\"_blank\">Register here for a 2 week FREE TRIAL with RQ-Trading Technology</a>.\r\n<strong>\r\n</strong><strong></strong>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/steve-trading-coach1.jpg\"><img class=\"alignnone size-large wp-image-500\" alt=\"steve trading coach1\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/steve-trading-coach1-1024x682.jpg\" width=\"570\" height=\"379\" /></a>','RiosQuant Trading Workshop - Saturday 10:30 AM ET','','inherit','open','closed','','499-revision-v1','','','2013-11-22 23:20:47','2013-11-22 23:20:47','',499,'http://www.thetradingroom.com/499-revision-v1/',0,'revision','',0),(504,2,'2013-11-23 17:00:55','2013-11-23 17:00:55','','jack\'s trade','','inherit','open','closed','','jacks-trade','','','2013-11-23 17:00:55','2013-11-23 17:00:55','',503,'http://www.thetradingroom.com/wp-content/uploads/2013/11/jacks-trade.jpg',0,'attachment','image/jpeg',0),(505,2,'2013-11-23 17:02:05','2013-11-23 17:02:05','Trading with RiosQuant Technology - Copper Momentum Trade\r\n\r\nRiosQuant member Jack from Tarzana CA traded Copper during the London session for a profit using the RQ-C 2&amp;7 momentum indicator.  Join Jack and the rest of our members in The Trading Room TradeLAB Monday - Friday and experience the power of market intelligence.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/jacks-trade.jpg\"><img class=\"alignnone size-full wp-image-504\" alt=\"jack\'s trade\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/jacks-trade.jpg\" width=\"648\" height=\"397\" /></a>','RiosQuant Member Spotlight - Jack S. Tarzana CA','','inherit','open','closed','','503-revision-v1','','','2013-11-23 17:02:05','2013-11-23 17:02:05','',503,'http://www.thetradingroom.com/503-revision-v1/',0,'revision','',0),(506,2,'2013-11-23 17:28:01','2013-11-23 17:28:01','The Trading Room® TradeLAB sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader.\r\n\r\nGet a sneak view of our algorithmic trading systems in action\r\n\r\n<iframe src=\"//www.youtube.com/embed/lteNzjTB-y8?rel=0\" height=\"360\" width=\"640\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/EP-trading-LAB.jpg\"><img class=\"alignnone size-full wp-image-509\" alt=\"EP trading LAB\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/EP-trading-LAB.jpg\" width=\"624\" height=\"936\" /></a>','Replay - Live Trading Room ','','publish','open','closed','','tradelab-replay-live-trading-room','','','2013-11-23 19:57:11','2013-11-23 19:57:11','',0,'http://www.thetradingroom.com/?p=506',0,'post','',0),(507,2,'2013-11-23 17:28:01','2013-11-23 17:28:01','Take a sneak view of our live trading room. Click on the link and get a reply of recent trading action.\r\n\r\n<a href=\"http://youtu.be/lteNzjTB-y8\" target=\"_blank\">http://youtu.be/lteNzjTB-y8</a>\r\n\r\n&nbsp;','TradeLAB - Replay Live Trading Room ','','inherit','open','closed','','506-revision-v1','','','2013-11-23 17:28:01','2013-11-23 17:28:01','',506,'http://www.thetradingroom.com/506-revision-v1/',0,'revision','',0),(508,2,'2013-11-23 17:32:04','2013-11-23 17:32:04','The Trading Room® TradeLAB sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Get a sneak view of our algorithmic trading systems in action by clicking on the following link:\n\n<a href=\"http://youtu.be/lteNzjTB-y8\" target=\"_blank\">http://youtu.be/lteNzjTB-y8</a>\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/EP-trading-LAB.jpg\"><img class=\"alignnone size-full wp-image-509\" alt=\"EP trading LAB\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/EP-trading-LAB.jpg\" width=\"624\" height=\"936\" /></a>','Replay - Live Trading Room ','','inherit','open','closed','','506-autosave-v1','','','2013-11-23 17:32:04','2013-11-23 17:32:04','',506,'http://www.thetradingroom.com/506-autosave-v1/',0,'revision','',0),(509,2,'2013-11-23 17:31:18','2013-11-23 17:31:18','','EP trading LAB','','inherit','open','closed','','ep-trading-lab','','','2013-11-23 17:31:18','2013-11-23 17:31:18','',506,'http://www.thetradingroom.com/wp-content/uploads/2013/11/EP-trading-LAB.jpg',0,'attachment','image/jpeg',0),(511,2,'2013-11-23 19:55:31','2013-11-23 19:55:31','The Trading Room® TradeLAB sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Get a sneak view of our algorithmic trading systems in action by clicking on the following link:\r\n\r\n\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/EP-trading-LAB.jpg\"><img class=\"alignnone size-full wp-image-509\" alt=\"EP trading LAB\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/EP-trading-LAB.jpg\" width=\"624\" height=\"936\" /></a>','Replay - Live Trading Room ','','inherit','open','closed','','506-revision-v1','','','2013-11-23 19:55:31','2013-11-23 19:55:31','',506,'http://www.thetradingroom.com/506-revision-v1/',0,'revision','',0),(510,2,'2013-11-23 17:33:11','2013-11-23 17:33:11','The Trading Room® TradeLAB sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Get a sneak view of our algorithmic trading systems in action by clicking on the following link:\r\n\r\n<a href=\"http://youtu.be/lteNzjTB-y8\" target=\"_blank\">http://youtu.be/lteNzjTB-y8</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/EP-trading-LAB.jpg\"><img class=\"alignnone size-full wp-image-509\" alt=\"EP trading LAB\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/EP-trading-LAB.jpg\" width=\"624\" height=\"936\" /></a>','Replay - Live Trading Room ','','inherit','open','closed','','506-revision-v1','','','2013-11-23 17:33:11','2013-11-23 17:33:11','',506,'http://www.thetradingroom.com/506-revision-v1/',0,'revision','',0),(512,1,'2013-11-23 19:57:11','2013-11-23 19:57:11','The Trading Room® TradeLAB sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader.\r\n\r\nGet a sneak view of our algorithmic trading systems in action\r\n\r\n<iframe src=\"//www.youtube.com/embed/lteNzjTB-y8?rel=0\" height=\"360\" width=\"640\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/EP-trading-LAB.jpg\"><img class=\"alignnone size-full wp-image-509\" alt=\"EP trading LAB\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/EP-trading-LAB.jpg\" width=\"624\" height=\"936\" /></a>','Replay - Live Trading Room ','','inherit','open','closed','','506-revision-v1','','','2013-11-23 19:57:11','2013-11-23 19:57:11','',506,'http://www.thetradingroom.com/506-revision-v1/',0,'revision','',0),(566,2,'2013-12-02 12:28:40','2013-12-02 12:28:40','UPDATED 7:15 ET \r\n\r\nSTOCKS - European stocks fell, following three months of gains, as a report showed that Spanish manufacturing unexpectedly declined last month. U.S. index futures were little changed and Asian shares closed mixed. \r\n\r\nBONDS - European government bonds fell after a survey of purchasing managers data dampened demand for fixed-income assets. \r\n\r\nCOMMODITIES - Soybeans climbed to a 10-week high on signs of surging demand for U.S. exports. \r\n\r\nCURRENCIES - Canada’s dollar traded at the weakest level versus its U.S. counterpart since October 2011. \r\n\r\nECONOMIC DATA - Fed Chairman Bernanke Speaks at 8:30, US ISM Manufacturing PMI at 10:00,  AUD Retail Sales at 19:30 and RBA Rate Statement at 22:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg\" alt=\"clock red wall\" width=\"402\" height=\"302\" class=\"alignnone size-full wp-image-567\" /></a>','RiosQuant – Overnight Trading Action in the Global Markets','','publish','open','closed','','riosquant-overnight-trading-action-global-markets-4','','','2013-12-02 12:28:40','2013-12-02 12:28:40','',0,'http://www.thetradingroom.com/?p=566',0,'post','',0),(514,2,'2013-11-24 20:15:19','2013-11-24 20:15:19','The US stock indices snapped a modest three-day losing streak by the end of the week with the Dow Jones Industrial Average closing above 16,000 for the first time. About an hour into the NY trading session, the stock indices had recovered from Wednesday afternoon\'s sell-off  following the FOMC minutes. In the commodity markets Gold continued to decline while Copper and Crude Oil bounced from recent support levels. The Grains also bounced from support with Soy finishing the week with strong gains. However, it was Natural Gas that topped the commodity market with an impressive 2.2% rise. The recent talk among trading desks is the colder weather forecast including above normal snowfall for this winter.\r\nThe US Dollar closed mixed on the week against its G10 counterparts. It strengthen against the Japanese, Australian, New Zealand and Canadian currencies but weakened against the Euro and British Pound. I will continue to look at the US bond market as a leading indicator for price action in the Currency market. Despite the Thanksgiving holiday, there is noteworthy economic data scheduled in the week ahead. Key housing releases and consumer confidence for November will be reported.. Weekly initial jobless claims will be released on Wednesday rather than the usual Thursday release due to the holiday and durable goods orders for October will be released on Wednesday as well.\r\n\r\nFollow us on FB:  https://www.facebook.com/rqtrader\r\nVisit our blog at:  http://www.thetradingroom.com/\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing2.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing2.jpg\" alt=\"joe shadow writing2\" width=\"600\" height=\"400\" class=\"alignnone size-full wp-image-451\" /></a>\r\n\r\nMonday\r\n10:00 AM USD	pending home sales\r\n1:30 PM	IQ Room - advance concepts with Joe Rios - forecasting trading opportunities in the 				    week ahead\r\nTuesday\r\n5:00 AM GBP	inflation report hearings\r\n8:30 AM USD	building permits\r\n10:00 AM USD	CB consumer confidence\r\n1:30 PM	IQ Room - Introduction to our new stocks and options trading room with Joe Contes\r\n4:45 PM	NZD	trade balance\r\nWednesday\r\n4:30 AM	GBP	second estimate GDP\r\n8:30 AM	USD	durable goods orders\r\n8:30 AM	USD	unemployment claims\r\n9:45 AM	USD	Chicago PMI\r\n9:55 AM	USD	revised UoM consumer sentiment\r\n10:30 AM USD	crude oil inventories\r\n12:00 PM USD	natural gas storage\r\n7:00 PM	NZD	ANZ business confidence\r\n7:30 PM	AUD	private capital expenditure\r\nThursday\r\n5:30 AM	GBP	BOE Gov. Carney speaks\r\nFriday\r\n8:30 AM	CAD	GDP\r\nSaturday\r\n8:00 PM	CNY	manufacturing PMI\r\n','The Week Ahead by Joe Rios','','publish','open','closed','','week-ahead-joe-rios-2','','','2013-11-24 20:53:42','2013-11-24 20:53:42','',0,'http://www.thetradingroom.com/?p=514',0,'post','',0),(515,2,'2013-11-24 20:13:32','2013-11-24 20:13:32','The US stock indices snapped a modest three-day losing streak by the end of the week with the Dow Jones Industrial Average closing above 16,000 for the first time. About an hour into the NY trading session, the stock indices had recovered from Wednesday afternoon\'s sell-off  following the FOMC minutes. In the commodity markets Gold continued to decline while Copper and Crude Oil bounced from recent support levels. The Grains also bounced from support with Soy finishing the week with strong gains. However, it was Natural Gas that topped the commodity market with an impressive 2.2% rise. The recent talk among trading desks is the colder weather forecast including above normal snowfall for this winter.\r\nThe US Dollar closed mixed on the week against its G10 counterparts. It strengthen against the Japanese, Australian, New Zealand and Canadian currencies but weakened against the Euro and British Pound. I will continue to look at the US bond market as a leading indicator for price action in the Currency market. Despite the Thanksgiving holiday, there is noteworthy economic data scheduled in the week ahead. Key housing releases and consumer confidence for November will be reported.. Weekly initial jobless claims will be released on Wednesday rather than the usual Thursday release due to the holiday and durable goods orders for October will be released on Wednesday as well.\r\n\r\nFollow us on FB:  https://www.facebook.com/rqtrader\r\nVisit our blog at:  http://www.thetradingroom.com/\r\n\r\nMonday\r\n10:00 AM	USD	pending home sales\r\n1:30 PM	IQ Room - advance concepts with Joe Rios - forecasting trading opportunities in the 				    week ahead\r\nTuesday\r\n5:00 AM 	GBP	inflation report hearings\r\n8:30 AM	USD	building permits\r\n10:00 AM	USD	CB consumer confidence\r\n1:30 PM	IQ Room - Introduction to our new stocks and options trading room with Joe Contes\r\n4:45 PM	NZD	trade balance\r\nWednesday\r\n4:30 AM	GBP	second estimate GDP\r\n8:30 AM	USD	durable goods orders\r\n8:30 AM	USD	unemployment claims\r\n9:45 AM	USD	Chicago PMI\r\n9:55 AM	USD	revised UoM consumer sentiment\r\n10:30 AM	USD	crude oil inventories\r\n12:00 PM 	USD	natural gas storage\r\n7:00 PM	NZD	ANZ business confidence\r\n7:30 PM	AUD	private capital expenditure\r\nThursday\r\n5:30 AM	GBP	BOE Gov. Carney speaks\r\nFriday\r\n8:30 AM	CAD	GDP\r\nSaturday\r\n8:00 PM	CNY	manufacturing PMI\r\n','','','inherit','open','closed','','514-revision-v1','','','2013-11-24 20:13:32','2013-11-24 20:13:32','',514,'http://www.thetradingroom.com/514-revision-v1/',0,'revision','',0),(516,2,'2013-11-24 20:15:19','2013-11-24 20:15:19','The US stock indices snapped a modest three-day losing streak by the end of the week with the Dow Jones Industrial Average closing above 16,000 for the first time. About an hour into the NY trading session, the stock indices had recovered from Wednesday afternoon\'s sell-off  following the FOMC minutes. In the commodity markets Gold continued to decline while Copper and Crude Oil bounced from recent support levels. The Grains also bounced from support with Soy finishing the week with strong gains. However, it was Natural Gas that topped the commodity market with an impressive 2.2% rise. The recent talk among trading desks is the colder weather forecast including above normal snowfall for this winter.\r\nThe US Dollar closed mixed on the week against its G10 counterparts. It strengthen against the Japanese, Australian, New Zealand and Canadian currencies but weakened against the Euro and British Pound. I will continue to look at the US bond market as a leading indicator for price action in the Currency market. Despite the Thanksgiving holiday, there is noteworthy economic data scheduled in the week ahead. Key housing releases and consumer confidence for November will be reported.. Weekly initial jobless claims will be released on Wednesday rather than the usual Thursday release due to the holiday and durable goods orders for October will be released on Wednesday as well.\r\n\r\nFollow us on FB:  https://www.facebook.com/rqtrader\r\nVisit our blog at:  http://www.thetradingroom.com/\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing2.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing2.jpg\" alt=\"joe shadow writing2\" width=\"600\" height=\"400\" class=\"alignnone size-full wp-image-451\" /></a>\r\n\r\nMonday\r\n10:00 AM USD	pending home sales\r\n1:30 PM	IQ Room - advance concepts with Joe Rios - forecasting trading opportunities in the 				    week ahead\r\nTuesday\r\n5:00 AM GBP	inflation report hearings\r\n8:30 AM USD	building permits\r\n10:00 AM USD	CB consumer confidence\r\n1:30 PM	IQ Room - Introduction to our new stocks and options trading room with Joe Contes\r\n4:45 PM	NZD	trade balance\r\nWednesday\r\n4:30 AM	GBP	second estimate GDP\r\n8:30 AM	USD	durable goods orders\r\n8:30 AM	USD	unemployment claims\r\n9:45 AM	USD	Chicago PMI\r\n9:55 AM	USD	revised UoM consumer sentiment\r\n10:30 AM USD	crude oil inventories\r\n12:00 PM USD	natural gas storage\r\n7:00 PM	NZD	ANZ business confidence\r\n7:30 PM	AUD	private capital expenditure\r\nThursday\r\n5:30 AM	GBP	BOE Gov. Carney speaks\r\nFriday\r\n8:30 AM	CAD	GDP\r\nSaturday\r\n8:00 PM	CNY	manufacturing PMI\r\n','The Week Ahead by Joe Rios','','inherit','open','closed','','514-revision-v1','','','2013-11-24 20:15:19','2013-11-24 20:15:19','',514,'http://www.thetradingroom.com/514-revision-v1/',0,'revision','',0),(517,2,'2013-11-24 20:16:22','2013-11-24 20:16:22','The US stock indices snapped a modest three-day losing streak by the end of the week with the Dow Jones Industrial Average closing above 16,000 for the first time. About an hour into the NY trading session, the stock indices had recovered from Wednesday afternoon\'s sell-off  following the FOMC minutes. In the commodity markets Gold continued to decline while Copper and Crude Oil bounced from recent support levels. The Grains also bounced from support with Soy finishing the week with strong gains. However, it was Natural Gas that topped the commodity market with an impressive 2.2% rise. The recent talk among trading desks is the colder weather forecast including above normal snowfall for this winter.\nThe US Dollar closed mixed on the week against its G10 counterparts. It strengthen against the Japanese, Australian, New Zealand and Canadian currencies but weakened against the Euro and British Pound. I will continue to look at the US bond market as a leading indicator for price action in the Currency market. Despite the Thanksgiving holiday, there is noteworthy economic data scheduled in the week ahead. Key housing releases and consumer confidence for November will be reported.. Weekly initial jobless claims will be released on Wednesday rather than the usual Thursday release due to the holiday and durable goods orders for October will be released on Wednesday as well.\n\nFollow us on FB:  https://www.facebook.com/rqtrader\nVisit our blog at:  http://www.thetradingroom.com/\n\n\n\nMonday\n10:00 AM USD	pending home sales\n1:30 PM	IQ Room - advance concepts with Joe Rios - forecasting trading opportunities in the 				    week ahead\nTuesday\n5:00 AM GBP	inflation report hearings\n8:30 AM USD	building permits\n10:00 AM USD	CB consumer confidence\n1:30 PM	IQ Room - Introduction to our new stocks and options trading room with Joe Contes\n4:45 PM	NZD	trade balance\nWednesday\n4:30 AM	GBP	second estimate GDP\n8:30 AM	USD	durable goods orders\n8:30 AM	USD	unemployment claims\n9:45 AM	USD	Chicago PMI\n9:55 AM	USD	revised UoM consumer sentiment\n10:30 AM USD	crude oil inventories\n12:00 PM USD	natural gas storage\n7:00 PM	NZD	ANZ business confidence\n7:30 PM	AUD	private capital expenditure\nThursday\n5:30 AM	GBP	BOE Gov. Carney speaks\nFriday\n8:30 AM	CAD	GDP\nSaturday\n8:00 PM	CNY	manufacturing PMI\n','The Week Ahead by Joe Rios','','inherit','open','closed','','514-autosave-v1','','','2013-11-24 20:16:22','2013-11-24 20:16:22','',514,'http://www.thetradingroom.com/514-autosave-v1/',0,'revision','',0),(518,2,'2013-11-24 20:18:38','2013-11-24 20:18:38','','joe shadow writing2','','inherit','open','closed','','joe-shadow-writing2-3','','','2013-11-24 20:18:38','2013-11-24 20:18:38','',514,'http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing21.jpg',0,'attachment','image/jpeg',0),(584,2,'2013-12-03 12:08:17','2013-12-03 12:08:17','UPDATED 7:00 ET  \r\n\r\n&gt;&gt; STOCKS - European stocks dropped for a third day as investors weighed valuations before U.S. jobs data this week that may help gauge the timing of a reduction in Federal Reserve stimulus. U.S. index futures and Asian shares outside Japan retreated. \r\n\r\n&gt;&gt; BONDS - Treasury 10-year note yields approached the highest in more than a week amid bets data on economic growth and hiring will reinforce arguments for the Federal Reserve to trim stimulus. \r\n\r\n&gt;&gt; COMMODITIES - Copper fell for a second day in London as signs the U.S. economy is strengthening fueled speculation the Federal Reserve will start slowing stimulus in the second-biggest consumer of the metal. \r\n\r\n&gt;&gt;CURRENCIES - The Japanese Yen climbed for the first time in five days against the dollar, ending a run that had taken it to the weakest level in more than six months. \r\n\r\n&gt;&gt; ECONOMIC DATA - AUD GDP q/q  due at 19:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/morgan-quotes.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/morgan-quotes-1024x687.jpg\" alt=\"morgan quotes\" width=\"570\" height=\"382\" class=\"alignnone size-large wp-image-585\" /></a>','RiosQuant – Overnight Trading Action in the Global Markets','','publish','open','closed','','riosquant-overnight-trading-action-global-markets-5','','','2013-12-03 12:08:17','2013-12-03 12:08:17','',0,'http://www.thetradingroom.com/?p=584',0,'post','',0),(521,2,'2013-11-25 11:52:34','2013-11-25 11:52:34','UPDATED 6:50 ET \r\n\r\nSTOCKS - European stocks advanced, after posting their first weekly loss since early October, as Iran agreed to limit its nuclear program and as investors awaited a report on U.S. pending-home sales. U.S. stock-index futures and Asian shares climbed. \r\n\r\nBONDS - Treasuries fell for the first time in three days before the government sells $96 billion of notes this week amid speculation the Federal Reserve will reduce debt purchases as soon as next month. \r\n\r\nCOMMODITIES - Crude Oil led energy prices from gasoline to heating oil lower as the grade headed for its biggest loss in three weeks, after Iran and world powers reached an interim accord on the country’s nuclear program. \r\n\r\nCURRENCIES - The pound declined from a one-month high against the dollar as an industry report showed U.K. mortgage approvals unexpectedly declined in October. \r\n\r\nECONOMIC DATA - US Pending Home Sales m/m due at 10:00 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\" alt=\"Hangseng sign\" width=\"604\" height=\"453\" class=\"alignnone size-full wp-image-454\" /></a>','RiosQuant – Overnight Trading Action in the Global Markets','','inherit','open','closed','','520-revision-v1','','','2013-11-25 11:52:34','2013-11-25 11:52:34','',520,'http://www.thetradingroom.com/520-revision-v1/',0,'revision','',0),(522,1,'2013-11-25 18:28:13','2013-11-25 18:28:13','<strong>The Trading Room®</strong> sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins during the London session and runs through the New York session. Get a sneak view of our algorithmic trading systems in action from the convenience of your computer via the internet. We are currently showcasing our algorithmic trading indicators and our proprietary quantitative approach to the global markets.\r\n\r\nCome and join RiosQuant Trading Room for a free trial. Register today and learn how to trade like a professional. &gt;&gt; <a href=\"http://www.riosquant.com/subscribe?product_id=16\">Click here to register for a free trial now.</a>\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-medium wp-image-535\" alt=\"RQ Ranking screen 2 traders\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/RQ-Ranking-screen-2-traders-300x212.png\" width=\"300\" height=\"212\" />','Join Our live Trading Room - Free Trial','','publish','open','closed','','join-trading-room','','','2014-02-19 03:16:24','2014-02-19 03:16:24','',0,'http://www.thetradingroom.com/?page_id=522',0,'page','',0),(523,1,'2013-11-25 18:27:52','2013-11-25 18:27:52','','business','','inherit','open','closed','','business','','','2013-11-25 18:27:52','2013-11-25 18:27:52','',522,'http://www.thetradingroom.com/wp-content/uploads/2013/11/forex-trading8.jpg',0,'attachment','image/jpeg',0),(524,1,'2013-11-25 18:28:13','2013-11-25 18:28:13','','Join Our Trading Room','','inherit','open','closed','','522-revision-v1','','','2013-11-25 18:28:13','2013-11-25 18:28:13','',522,'http://www.thetradingroom.com/522-revision-v1/',0,'revision','',0),(525,1,'2013-11-25 18:34:04','2013-11-25 18:34:04','<img class=\"alignnone size-medium wp-image-523\" alt=\"business\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/forex-trading8-300x198.jpg\" width=\"300\" height=\"198\" />','Join Our Trading Room','','inherit','open','closed','','522-revision-v1','','','2013-11-25 18:34:04','2013-11-25 18:34:04','',522,'http://www.thetradingroom.com/522-revision-v1/',0,'revision','',0),(526,1,'2013-11-25 18:35:44','2013-11-25 18:35:44','Come and join RiosQuant Trading Room for a free trial. Register today and learn how to trade like a professional. &gt;&gt; Click here to register now\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-medium wp-image-523\" alt=\"business\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/forex-trading8-300x198.jpg\" width=\"300\" height=\"198\" />','Join Our Trading Room','','inherit','open','closed','','522-revision-v1','','','2013-11-25 18:35:44','2013-11-25 18:35:44','',522,'http://www.thetradingroom.com/522-revision-v1/',0,'revision','',0),(527,2,'2013-11-26 12:10:00','2013-11-26 12:10:00','UPDATED 7:00 ET \r\n\r\nSTOCKS - European stocks dropped, following a two-day gain, as Remy Cointreau SA and Pernod Ricard SA dragged food-and-beverage makers lower. U.S. index futures and Asian shares were little changed.\r\n\r\nBONDS - Treasury five-year notes were the most expensive since June relative to two- and seven-year securities before the U.S. sells $35 billion of 2018 debt today. \r\n\r\nCOMMODITIES - Soybeans fell from a two-month high as investors weighed the benefit for developing crops of rains in Brazil and Argentina against signs of increased demand for U.S. supplies. \r\n\r\nCURRENCIES - The yen strengthened for the first time in four days versus the dollar after minutes of the Bank of Japan’s October meeting showed some officials said they saw risks to the outlook for the economy. \r\n\r\nECONOMIC DATA - US Building Permits due at 8:30, CB Consumer Confidence at 10:00, NZD Trade Balance ay 16:45 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/rq_tech.png\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/rq_tech.png\" alt=\"rq_tech\" width=\"320\" height=\"216\" class=\"alignnone size-full wp-image-440\" /></a>','RiosQuant – Overnight Trading Action in the Global Markets','','publish','open','closed','','riosquant-overnight-trading-action-global-markets-2','','','2013-11-26 12:10:15','2013-11-26 12:10:15','',0,'http://www.thetradingroom.com/?p=527',0,'post','',0),(528,2,'2013-11-26 12:10:00','2013-11-26 12:10:00','UPDATED 7:00 ET \r\n\r\nSTOCKS - European stocks dropped, following a two-day gain, as Remy Cointreau SA and Pernod Ricard SA dragged food-and-beverage makers lower. U.S. index futures and Asian shares were little changed.\r\n\r\nBONDS - Treasury five-year notes were the most expensive since June relative to two- and seven-year securities before the U.S. sells $35 billion of 2018 debt today. \r\n\r\nCOMMODITIES - Soybeans fell from a two-month high as investors weighed the benefit for developing crops of rains in Brazil and Argentina against signs of increased demand for U.S. supplies. \r\n\r\nCURRENCIES - The yen strengthened for the first time in four days versus the dollar after minutes of the Bank of Japan’s October meeting showed some officials said they saw risks to the outlook for the economy. \r\n\r\nECONOMIC DATA - US Building Permits due at 8:30, CB Consumer Confidence at 10:00, NZD Trade Balance ay 16:45 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/rq_tech.png\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/rq_tech.png\" alt=\"rq_tech\" width=\"320\" height=\"216\" class=\"alignnone size-full wp-image-440\" /></a>','RiosQuant – Overnight Trading Action in the Global Markets','','inherit','open','closed','','527-revision-v1','','','2013-11-26 12:10:00','2013-11-26 12:10:00','',527,'http://www.thetradingroom.com/527-revision-v1/',0,'revision','',0),(535,1,'2013-11-26 13:28:27','2013-11-26 13:28:27','','RQ Ranking screen 2 traders','','inherit','open','closed','','rq-ranking-screen-2-traders','','','2013-11-26 13:28:27','2013-11-26 13:28:27','',522,'http://www.thetradingroom.com/wp-content/uploads/2013/11/RQ-Ranking-screen-2-traders.png',0,'attachment','image/png',0),(536,1,'2013-11-26 13:28:50','2013-11-26 13:28:50','Come and join RiosQuant Trading Room for a free trial. Register today and learn how to trade like a professional. &gt;&gt; Click here to register now\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-medium wp-image-535\" alt=\"RQ Ranking screen 2 traders\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/RQ-Ranking-screen-2-traders-300x212.png\" width=\"300\" height=\"212\" />','Join Our Trading Room','','inherit','open','closed','','522-revision-v1','','','2013-11-26 13:28:50','2013-11-26 13:28:50','',522,'http://www.thetradingroom.com/522-revision-v1/',0,'revision','',0),(547,1,'2013-11-27 15:52:09','2013-11-27 15:52:09','','logo-newer1','','inherit','open','closed','','logo-newer1','','','2013-11-27 15:52:09','2013-11-27 15:52:09','',0,'http://www.thetradingroom.com/wp-content/uploads/2013/11/logo-newer1.png',0,'attachment','image/png',0),(538,2,'2013-11-26 19:18:33','2013-11-26 19:18:33','Here is a recent comment from one of our members...\r\n\"When we last talked during the trade lab I was up $460.00 - finished the day up $ 584.68 - 5 consecutive winning days this week - thanks for the mentoring along with EP and Joe. RQ Tech is a great tool.\" ~ Trader Len S. - Illinois\r\n\r\nGain Your Trading Independence with RiosQuant\r\nTonight at 8pm ET - REGISTER HERE:\r\nhttps://www3.gotomeeting.com/register/768163494\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Weve-got-your-back-Orlando-JM.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Weve-got-your-back-Orlando-JM-1024x711.jpg\" alt=\"We&#039;ve got your back Orlando-JM\" width=\"570\" height=\"395\" class=\"alignnone size-large wp-image-539\" /></a>','Live Trading Workshop - We\'ve Got Your Back!','','publish','open','closed','','live-trading-workshop-weve-got-back','','','2013-11-26 19:18:33','2013-11-26 19:18:33','',0,'http://www.thetradingroom.com/?p=538',0,'post','',0),(539,2,'2013-11-26 19:17:42','2013-11-26 19:17:42','','We\'ve got your back Orlando-JM','','inherit','open','closed','','weve-got-your-back-orlando-jm','','','2013-11-26 19:17:42','2013-11-26 19:17:42','',538,'http://www.thetradingroom.com/wp-content/uploads/2013/11/Weve-got-your-back-Orlando-JM.jpg',0,'attachment','image/jpeg',0),(540,2,'2013-11-26 19:18:33','2013-11-26 19:18:33','Here is a recent comment from one of our members...\r\n\"When we last talked during the trade lab I was up $460.00 - finished the day up $ 584.68 - 5 consecutive winning days this week - thanks for the mentoring along with EP and Joe. RQ Tech is a great tool.\" ~ Trader Len S. - Illinois\r\n\r\nGain Your Trading Independence with RiosQuant\r\nTonight at 8pm ET - REGISTER HERE:\r\nhttps://www3.gotomeeting.com/register/768163494\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Weve-got-your-back-Orlando-JM.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Weve-got-your-back-Orlando-JM-1024x711.jpg\" alt=\"We&#039;ve got your back Orlando-JM\" width=\"570\" height=\"395\" class=\"alignnone size-large wp-image-539\" /></a>','Live Trading Workshop - We\'ve Got Your Back!','','inherit','open','closed','','538-revision-v1','','','2013-11-26 19:18:33','2013-11-26 19:18:33','',538,'http://www.thetradingroom.com/538-revision-v1/',0,'revision','',0),(541,2,'2013-11-26 20:57:52','2013-11-26 20:57:52','The following contracts are coming up to FND this Friday, Nov. 29th.  You should roll any open positions to the next liquid month at the close today, Nov. 26th (due to the Thanksgiving holiday):\r\n \r\n&gt;&gt; Treasuries (US, TY, FV, TU)\r\n&gt;&gt; Ags (C, S, W, BO, SM)\r\n&gt;&gt; Metals (GC, SI, HG) minis too\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/screen-hand-click.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/screen-hand-click.jpg\" alt=\"screen hand click\" width=\"639\" height=\"850\" class=\"alignnone size-full wp-image-542\" /></a>\r\n\r\n\r\nSince futures contracts expire, a position in an expiring contract, if it is to be continued, must be rolled to the next nearby futures contract. For an initial long (short) position, this means selling (buying) the expiring contract and buying (selling) the next contract.\r\n\r\nThere is usually a difference in price between the two contracts of a roll, referred to as the forward premium or discount (or spread) and this difference needs to be taken into account when calculating the unrealized profit or loss on a position or the setting of a protective stop order after the roll.\r\n\r\nBoth sides of the contract roll-over should be executed at the same time, otherwise it is referred to as \"legging\" into a position, and a spread order is typically used for this. In most cases, a spread order is entered as a market order but it can be specified as a limit order if the trader wants to have greater control over the spread price.\r\n\r\nFor deliverable futures contracts, which are most of them, a position should be rolled prior to the first notice day. The first notice day begins the delivery period and it is generally harder to roll a position once it is in the delivery period. All positions, whether the contract is deliverable or cash settled, must be rolled prior to the last trading day. You should contact your broker to obtain a current schedule of these dates, referred to as an expiration calendar.\r\n\r\nAll open orders that are based on the expiring contract, for example, a protective stop order on the expiring contract, need to be canceled and replaced with new orders corresponding to the new contract after the roll. Keeping accurate records is a good way to not forget any such outstanding orders.','Attention Futures Traders - First Notice Day : Contracts Roll ','','publish','open','closed','','attention-futures-traders-first-notice-day-contracts-roll','','','2013-11-26 20:57:52','2013-11-26 20:57:52','',0,'http://www.thetradingroom.com/?p=541',0,'post','',0),(542,2,'2013-11-26 20:56:22','2013-11-26 20:56:22','','screen hand click','','inherit','open','closed','','screen-hand-click','','','2013-11-26 20:56:22','2013-11-26 20:56:22','',541,'http://www.thetradingroom.com/wp-content/uploads/2013/11/screen-hand-click.jpg',0,'attachment','image/jpeg',0),(543,2,'2013-11-26 20:57:52','2013-11-26 20:57:52','The following contracts are coming up to FND this Friday, Nov. 29th.  You should roll any open positions to the next liquid month at the close today, Nov. 26th (due to the Thanksgiving holiday):\r\n \r\n&gt;&gt; Treasuries (US, TY, FV, TU)\r\n&gt;&gt; Ags (C, S, W, BO, SM)\r\n&gt;&gt; Metals (GC, SI, HG) minis too\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/screen-hand-click.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/screen-hand-click.jpg\" alt=\"screen hand click\" width=\"639\" height=\"850\" class=\"alignnone size-full wp-image-542\" /></a>\r\n\r\n\r\nSince futures contracts expire, a position in an expiring contract, if it is to be continued, must be rolled to the next nearby futures contract. For an initial long (short) position, this means selling (buying) the expiring contract and buying (selling) the next contract.\r\n\r\nThere is usually a difference in price between the two contracts of a roll, referred to as the forward premium or discount (or spread) and this difference needs to be taken into account when calculating the unrealized profit or loss on a position or the setting of a protective stop order after the roll.\r\n\r\nBoth sides of the contract roll-over should be executed at the same time, otherwise it is referred to as \"legging\" into a position, and a spread order is typically used for this. In most cases, a spread order is entered as a market order but it can be specified as a limit order if the trader wants to have greater control over the spread price.\r\n\r\nFor deliverable futures contracts, which are most of them, a position should be rolled prior to the first notice day. The first notice day begins the delivery period and it is generally harder to roll a position once it is in the delivery period. All positions, whether the contract is deliverable or cash settled, must be rolled prior to the last trading day. You should contact your broker to obtain a current schedule of these dates, referred to as an expiration calendar.\r\n\r\nAll open orders that are based on the expiring contract, for example, a protective stop order on the expiring contract, need to be canceled and replaced with new orders corresponding to the new contract after the roll. Keeping accurate records is a good way to not forget any such outstanding orders.','Attention Futures Traders - First Notice Day : Contracts Roll ','','inherit','open','closed','','541-revision-v1','','','2013-11-26 20:57:52','2013-11-26 20:57:52','',541,'http://www.thetradingroom.com/541-revision-v1/',0,'revision','',0),(544,2,'2013-11-27 12:27:22','2013-11-27 12:27:22','UPDATED 7:20 ET <a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News-1024x550.jpg\" alt=\"Direct-Market-Touch-Stock-Exchange-News\" width=\"570\" height=\"306\" class=\"alignnone size-large wp-image-442\" /></a>\r\n\r\nSTOCKS - European stocks rose as a measure of German consumer confidence increased more than estimated and investors awaited data on U.S. durable-goods orders and consumer sentiment. U.S. equity-index futures were little changed, while Asian shares fell. \r\n\r\nBONDS - The extra yield corporate bonds offer over Treasuries was one basis point away from the narrowest level in six years as the Federal Reserve’s pledge to keep interest rates low drives a search for income. \r\n\r\nCOMMODITIES - Crude traders are skeptical that the accord loosening some economic sanctions against Iran in return for limiting nuclear work will lead to a surge in oil supply from what was once OPEC’s second-biggest producer. \r\n\r\nCURRENCIES - The pound rose to the strongest level since January against the dollar after a government report confirmed Britain’s economic growth accelerated in the third quarter, boosting demand for U.K. assets. \r\n\r\nECONOMIC DATA - US Unemployment Claims and Core Durable Goods Orders m/m due at 8:30, Chicago PMI at 9:45, Revised UoM Consumer Sentiment at 9:55, Crude Oil Inventories at 10:30, Natural Gas Storage at 12:00, NZD ANZ Business Confidence at 19:00, AUD Private Capital Expenditure q/q at 19:30 ET.\r\n\r\n','RiosQuant – Overnight Trading Action in the Global Markets','','publish','open','closed','','riosquant-overnight-trading-action-global-markets-3','','','2013-11-27 12:27:22','2013-11-27 12:27:22','',0,'http://www.thetradingroom.com/?p=544',0,'post','',0),(545,2,'2013-11-27 12:27:22','2013-11-27 12:27:22','UPDATED 7:20 ET <a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News-1024x550.jpg\" alt=\"Direct-Market-Touch-Stock-Exchange-News\" width=\"570\" height=\"306\" class=\"alignnone size-large wp-image-442\" /></a>\r\n\r\nSTOCKS - European stocks rose as a measure of German consumer confidence increased more than estimated and investors awaited data on U.S. durable-goods orders and consumer sentiment. U.S. equity-index futures were little changed, while Asian shares fell. \r\n\r\nBONDS - The extra yield corporate bonds offer over Treasuries was one basis point away from the narrowest level in six years as the Federal Reserve’s pledge to keep interest rates low drives a search for income. \r\n\r\nCOMMODITIES - Crude traders are skeptical that the accord loosening some economic sanctions against Iran in return for limiting nuclear work will lead to a surge in oil supply from what was once OPEC’s second-biggest producer. \r\n\r\nCURRENCIES - The pound rose to the strongest level since January against the dollar after a government report confirmed Britain’s economic growth accelerated in the third quarter, boosting demand for U.K. assets. \r\n\r\nECONOMIC DATA - US Unemployment Claims and Core Durable Goods Orders m/m due at 8:30, Chicago PMI at 9:45, Revised UoM Consumer Sentiment at 9:55, Crude Oil Inventories at 10:30, Natural Gas Storage at 12:00, NZD ANZ Business Confidence at 19:00, AUD Private Capital Expenditure q/q at 19:30 ET.\r\n\r\n','RiosQuant – Overnight Trading Action in the Global Markets','','inherit','open','closed','','544-revision-v1','','','2013-11-27 12:27:22','2013-11-27 12:27:22','',544,'http://www.thetradingroom.com/544-revision-v1/',0,'revision','',0),(548,1,'2013-11-27 16:35:50','2013-11-27 16:35:50','','RQ-logo','','inherit','open','closed','','rq-logo','','','2013-11-27 16:35:50','2013-11-27 16:35:50','',0,'http://www.thetradingroom.com/wp-content/uploads/2013/11/RQ-logo.jpg',0,'attachment','image/jpeg',0),(750,2,'2014-01-06 11:18:44','2014-01-06 11:18:44','<strong>UPDATED 6:00 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks fell before a services-industry report in the U.S. and as data showed a Chinese non-manufacturing gauge dropped. U.S. index futures were little changed, while Asian shares declined. \r\n\r\n<strong>BONDS</strong> - U.S. Treasuries rose on speculation the sell-off that pushed 10-year yields above 3 percent was too great given an uneven economic recovery that may prompt the Federal Reserve to keep down interest rates. \r\n\r\n<strong>COMMODITIES</strong> - Natural gas rebounded in New York as wintry weather over most of the U.S. boosted demand for the heating fuel. \r\n\r\n<strong>CURRENCIES</strong> - The yen strengthened toward a two- week high against the dollar as a slowdown in Chinese services and a slide in stocks boosted demand for safer assets. \r\n\r\n<strong>ECONOMIC DATA</strong> - US ISM Non-Manufacturing PMI due at 10:00, Fed Chairman Nomination Vote at 17:30, AUD Trade Balance at 19:30  ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg\" alt=\"clock red wall\" width=\"402\" height=\"302\" class=\"alignnone size-full wp-image-567\" /></a>','RiosQuant – Overnight Trading Action in the Global Markets','','publish','open','closed','','750','','','2014-01-06 11:19:23','2014-01-06 11:19:23','',0,'http://www.thetradingroom.com/?p=750',0,'post','',0),(723,2,'2013-12-30 03:37:56','2013-12-30 03:37:56','From the Desk of Joe Rios\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/Joe@work.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/Joe@work.jpg\" alt=\"Joe@work\" width=\"667\" height=\"445\" class=\"alignnone size-full wp-image-563\" /></a>\r\n\r\n\r\nIn spite of many worldwide challenges throughout 2013, investors drove a handful of risk assets higher. As we approach the end of 2013, equity indices have been the years out-performers with the Nikkei gaining +57%, Russell +40% and Nasdaq +38%. In Commodities, Natural Gas led the Energy markets higher rising +31% while Crude Oil gained +10%.  In the Metals market Silver under-performed -33% and Gold -26%. In the Grain markets, Corn lost -38%, Wheat -21% and Soybeans -6%. The Forex markets traded mixed throughout the year with the Japanese Yen under-performing by -18%, Australian Dollar -14.5%  while the Euro gained 3.7%.\r\n\r\nInvestors tend to look at the future skewed towards what they have most recently experienced. This rear-view mirror approach is why most investors usually pick last year\'s best performers of stocks, asset class or mutual funds to invest or trade. Active traders also tend to trade in the same direction as the most recent market movement. As Quants, we simply view this as crowded trades with potential opportunities to profit as these trades unwind. Regardless of your style, investors and traders alike should be looking at 2014 with forward looking logic. At Rios Quant we are excited and welcome 2014 as the year with opportunities in several areas including advanced technologies, insightful knowledge and a stronger community of quant traders. Join us and let\'s make 2014 a profitable year!\r\n\r\nJoe Rios\r\nChief Market Strategist\r\nwww.riosquant.com\r\n\r\nLive Rooms and Events\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events with links to gain access:</strong>\r\n\r\nThe Trading Room TradeLAB - Global Trading with Quantitative Technologies\r\n\r\nThis Week: Monday, Tuesday, Thursday and Friday beginning at 8:00 AM ET\r\nhttps://www3.gotomeeting.com/register/496052950\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\nRios Quant Trading Room en Español\r\nhttps://www3.gotomeeting.com/register/207320934\r\nFriday beginning at 8:00 AM ET\r\nÚnete a nuestro coach de trading, Agustin Criado mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Agustin lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nThis Week - No Sessions\r\n\r\nThe Trading Room EDU - Educational Workshop\r\nTopic: GnosTICK and RQ Channel Basics\r\nhttps://www3.gotomeeting.com/register/371675486\r\nTuesday beginning at 8:30 AM ET\r\n\r\nABC Trading Room - Automated Algorithmic Trading Systems\r\nhttps://www3.gotomeeting.com/register/324763150\r\nThursday beginning at 8:00 AM ET\r\n\r\n<strong>MONDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nUSD - Pending Home Sales – 10:00 AM ET\r\nBank Holiday in Japan\r\n\r\nThe Trading Room TradeLAB \r\nhttps://www3.gotomeeting.com/register/496052950\r\nBeginning at 8:00 AM ET\r\n\r\n<strong>TUESDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nUSD - CB Consumer Confidence – 10:00 AM ET\r\nBank Holiday in New Zealand, Australia, China and Japan\r\n\r\nThe Trading Room TradeLAB \r\nhttps://www3.gotomeeting.com/register/496052950\r\nBeginning at 8:00 AM ET\r\n\r\nThe Trading Room EDU - Educational Workshop\r\nTopic: GnosTICK and RQ Channel Basics\r\nhttps://www3.gotomeeting.com/register/371675486\r\nBeginning at 8:30 AM ET\r\n\r\n<strong>WEDNESDAY</strong>\r\n\r\nBank Holiday - Markets Closed for New Year\'s Day\r\n\r\n<strong>THURSDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nGBP - Manufacturing PMI – 4:30 AM ET\r\nUSD - Unemployment Claims – 8:30 AM ET\r\nUSD - ISM Manufacturing PMI – 10:00 AM ET\r\nBank Holiday in Japan\r\n\r\nThe Trading Room TradeLAB \r\nhttps://www3.gotomeeting.com/register/496052950\r\nBeginning at 8:00 AM ET\r\n\r\nABC Trading Room - Automated Algorithmic Trading Systems\r\nhttps://www3.gotomeeting.com/register/324763150\r\nBeginning at 8:00 AM ET\r\n\r\n<strong>FRIDAY</strong>\r\n\r\n\r\nEconomic Data Release - Market Movers\r\nGBP - Construction PMI – 4:30 AM ET\r\n\r\nThe Trading Room TradeLAB \r\nhttps://www3.gotomeeting.com/register/496052950\r\nBeginning at 8:00 AM ET','The Week Ahead - Welcome 2014 as The Year of Opportunities ','','publish','open','closed','','week-ahead-welcome-2014-year-opportunities','','','2013-12-30 03:44:09','2013-12-30 03:44:09','',0,'http://www.thetradingroom.com/?p=723',0,'post','',0),(550,2,'2013-11-27 16:43:28','0000-00-00 00:00:00','','Hot List - Today\'s Automated Trades','','draft','open','closed','','','','','2013-11-27 16:43:28','2013-11-27 16:43:28','',0,'http://www.thetradingroom.com/?p=550',0,'post','',0),(552,1,'2013-11-27 16:43:42','2013-11-27 16:43:42','','logo-newer1copy','','inherit','open','closed','','logo-newer1copy','','','2013-11-27 16:43:42','2013-11-27 16:43:42','',0,'http://www.thetradingroom.com/wp-content/uploads/2013/11/logo-newer1copy.png',0,'attachment','image/png',0),(553,2,'2013-11-27 16:43:55','2013-11-27 16:43:55','','crude oil','','inherit','open','closed','','crude-oil','','','2013-11-27 16:43:55','2013-11-27 16:43:55','',550,'http://www.thetradingroom.com/wp-content/uploads/2013/11/crude-oil.png',0,'attachment','image/png',0),(554,2,'2013-11-27 16:54:41','2013-11-27 16:54:41','RiosQuant Hot List - Today\'s trading in the energy and currency markets with RQ Einstein auto system - Crude Oil, Natural Gas, Japanese Yen and USD/CAD Forex pair. Get access to the RQ Hot List, click here http://www.riosquant.com/account/register?trial=1\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/crude-oil.png\"><img class=\"alignnone size-large wp-image-553\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/crude-oil-1024x572.png\" alt=\"crude oil\" width=\"570\" height=\"318\" /></a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/jpy-trade.png\"><img class=\"alignnone size-large wp-image-555\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/jpy-trade-1024x568.png\" alt=\"jpy trade\" width=\"570\" height=\"316\" /></a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/ng.png\"><img class=\"alignnone size-large wp-image-556\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/ng-1024x568.png\" alt=\"ng\" width=\"570\" height=\"316\" /></a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/usdcad.png\"><img class=\"alignnone size-large wp-image-557\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/usdcad-1024x582.png\" alt=\"usdcad\" width=\"570\" height=\"323\" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nThe risk of loss in trading commodity futures contracts can be substantial. You should therefore carefully consider whether such trading is suitable for you in light of your financial condition. You may sustain a total loss of the initial margin funds and any additional funds that you deposit with your broker to establish or maintain a position in the commodity futures market. Hypothetical or simulated performance results have certain limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since trades may or may not have been actually executed, the results may have under or over-compensated for the impact, if any of certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation can, will or is being made that any account will, or is likely to, achieve profits or losses similar to those shown in this hypothetical performance record. We recommend that before you start trading to \"Get the Facts\" from the CFTC or visit the National Futures Association web site for additional information.\r\n\r\n&nbsp;','RiosQuant Technology - Automated Trading Systems','','publish','open','closed','','riosquant-technology-automated-trading-systems','','','2016-10-09 17:29:45','2016-10-09 17:29:45','',0,'http://www.thetradingroom.com/?p=554',0,'post','',0),(555,2,'2013-11-27 16:47:36','2013-11-27 16:47:36','','jpy trade','','inherit','open','closed','','jpy-trade','','','2013-11-27 16:47:36','2013-11-27 16:47:36','',554,'http://www.thetradingroom.com/wp-content/uploads/2013/11/jpy-trade.png',0,'attachment','image/png',0),(556,2,'2013-11-27 16:52:18','2013-11-27 16:52:18','','ng','','inherit','open','closed','','ng','','','2013-11-27 16:52:18','2013-11-27 16:52:18','',554,'http://www.thetradingroom.com/wp-content/uploads/2013/11/ng.png',0,'attachment','image/png',0),(557,2,'2013-11-27 16:52:48','2013-11-27 16:52:48','','usdcad','','inherit','open','closed','','usdcad','','','2013-11-27 16:52:48','2013-11-27 16:52:48','',554,'http://www.thetradingroom.com/wp-content/uploads/2013/11/usdcad.png',0,'attachment','image/png',0),(558,2,'2013-11-27 16:54:41','2013-11-27 16:54:41','RiosQuant Hot List - Today\'s trading in the energy and currency markets with RQ Einstein auto system - Crude Oil, Natural Gas, Japanese Yen and USD/CAD Forex pair. Get access to the RQ Hot List, click here http://www.riosquant.com/account/register?trial=1\r\n\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/crude-oil.png\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/crude-oil-1024x572.png\" alt=\"crude oil\" width=\"570\" height=\"318\" class=\"alignnone size-large wp-image-553\" /></a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/jpy-trade.png\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/jpy-trade-1024x568.png\" alt=\"jpy trade\" width=\"570\" height=\"316\" class=\"alignnone size-large wp-image-555\" /></a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/ng.png\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/ng-1024x568.png\" alt=\"ng\" width=\"570\" height=\"316\" class=\"alignnone size-large wp-image-556\" /></a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/usdcad.png\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/usdcad-1024x582.png\" alt=\"usdcad\" width=\"570\" height=\"323\" class=\"alignnone size-large wp-image-557\" /></a>\r\n','RiosQuant Technology - Automated Trading Systems','','inherit','open','closed','','554-revision-v1','','','2013-11-27 16:54:41','2013-11-27 16:54:41','',554,'http://www.thetradingroom.com/554-revision-v1/',0,'revision','',0),(559,1,'2013-11-27 17:27:06','2013-11-27 17:27:06','','logo-new','','inherit','open','closed','','logo-new','','','2013-11-27 17:27:06','2013-11-27 17:27:06','',0,'http://www.thetradingroom.com/wp-content/uploads/2013/11/logo-new.png',0,'attachment','image/png',0),(560,1,'2013-11-27 17:27:27','2013-11-27 17:27:27','','logo-newer1','','inherit','open','closed','','logo-newer1-2','','','2013-11-27 17:27:27','2013-11-27 17:27:27','',0,'http://www.thetradingroom.com/wp-content/uploads/2013/11/logo-newer11.png',0,'attachment','image/png',0),(562,2,'2013-12-01 21:44:23','2013-12-01 21:44:23','The Nasdaq led the stock indices higher, rising to a new 13-year high, helped by Apple due to indications of strong iPad sales this holiday weekend. US Treasuries continued to consolidate while risk currencies traded mixed within the Forex market. The British Pound and Euro led higher while the Aussie and Canadian dollar continued to slide lower. In the Commodity market Natural Gas continued to climb four consecutive weeks gaining 13.1% followed by Soy 6.3%. Silver was the laggard at month end dropping -11.0% followed by Gold -7% and Crude Oil -5.5%. \r\nAs US markets hit new all-time highs, and many other global indices approach their own multi-year or historical highs, in the week ahead traders should be focusing on stocks and risk currencies, particularly the European bourses and the Euro which have managed to shrug off disappointing data. I am expecting volatility to pick up as this week\'s economic data calendar is significantly busier especially towards the end of the week.\r\n\r\n\r\n\r\nSunday\r\n7:30 PM	AUD	Building Approvals\r\nMonday\r\n4:30 AM	GBP	Manufacturing PMI\r\n8:30 AM	USD	Fed Chairman Bernanke Speaks\r\n10:00 AM	USD	ISM Manufacturing PMI\r\n1:30 PM	IQ Room - Advance Concepts With Joe Rios\r\n7:30 PM	AUD	Retail Sales\r\n10:30 PM	AUD	RBA Rate Statement\r\nTuesday\r\n4:30 AM	GBP	Construction PMI\r\n8:00 AM	The Trading Room - ABC Systems - Automated Box Control Trading\r\n7:30 PM	AU D	GDP\r\nWednesday\r\n4:30 AM	GBP	Services PMI\r\n8:15 AM	USD	ADP Nonfarm Employment Change\r\n8:30 AM	CAD	Trade Balance\r\n8:30 AM	USD	Trade Balance\r\n10:00 AM	CAD	BOC Rate Statement\r\n10:00 AM	USD	ISM Nonmanufacturing PMI\r\n10:00 AM	USD	New-Home Sales\r\n10:30 AM	Crude Oil Inventories\r\n1:30 PM	IQ Room - Advanced Concepts With Joe Rios\r\n2:00 PM	USD	Beige Book\r\n7:30 PM	AUD	Trade Balance\r\nThursday\r\n7:00 AM	GBP	Official Bank Rate\r\nTentative	GBP	MPC Rate Statement\r\n7:45 AM	EUR	Minimum Bid Rate\r\n8:30 AM	CAD	Building Permits\r\n8:30 AM	EUR	ECB Press Conference\r\n8:30 AM	USD 	Preliminary GDP\r\n8:30 AM	USD	Unemployment Claims\r\n10:00 AM	CAD	Ivey PMI\r\n10:30 AM	Natural Gas Storage\r\n1:30 PM	IQ Room - Advance Concepts With Joe Rios\r\nFriday \r\n3:15 AM	CHF	CPI\r\n8:30 AM	CAD	Unemployment Rate\r\n8:30 AM	USD	Nonfarm Employment Change\r\n9:55 AM	USD	Preliminary Uom Consumer Sentiment\r\n9:00 PM	JPY	BOJ Gov. Kuroda Speaks\r\nSaturday\r\nTentative	CNY	Trade Balance\r\n','The Week Ahead -  Rising Volatility? by Joe Rios','','inherit','open','closed','','561-revision-v1','','','2013-12-01 21:44:23','2013-12-01 21:44:23','',561,'http://www.thetradingroom.com/561-revision-v1/',0,'revision','',0),(563,2,'2013-12-01 21:47:58','2013-12-01 21:47:58','','Joe@work','','inherit','open','closed','','joework','','','2013-12-01 21:47:58','2013-12-01 21:47:58','',561,'http://www.thetradingroom.com/wp-content/uploads/2013/12/Joe@work.jpg',0,'attachment','image/jpeg',0),(564,2,'2013-12-01 21:52:43','2013-12-01 21:52:43','The Nasdaq led the stock indices higher, rising to a new 13-year high, helped by Apple due to indications of strong iPad sales this holiday weekend. US Treasuries continued to consolidate while risk currencies traded mixed within the Forex market. The British Pound and Euro led higher while the Aussie and Canadian dollar continued to slide lower. In the Commodity market Natural Gas continued to climb four consecutive weeks gaining 13.1% followed by Soy 6.3%. Silver was the laggard at month end dropping -11.0% followed by Gold -7% and Crude Oil -5.5%. \r\nAs US markets hit new all-time highs, and many other global indices approach their own multi-year or historical highs, in the week ahead traders should be focusing on stocks and risk currencies, particularly the European bourses and the Euro which have managed to shrug off disappointing data. I am expecting volatility to pick up as this week\'s economic data calendar is significantly busier especially towards the end of the week.\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/Joe@work.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/Joe@work.jpg\" alt=\"Joe@work\" width=\"667\" height=\"445\" class=\"alignnone size-full wp-image-563\" /></a>\r\n\r\n\r\nSunday\r\n\r\n7:30 PM	AUD	Building Approvals\r\n\r\nMonday\r\n\r\n4:30 AM	GBP	Manufacturing PMI\r\n8:30 AM	USD	Fed Chairman Bernanke Speaks\r\n10:00 AM USD	ISM Manufacturing PMI\r\n1:30 PM	        IQ Room - Advance Concepts With Joe Rios\r\n7:30 PM	AUD	Retail Sales\r\n10:30 PM AUD	RBA Rate Statement\r\n\r\nTuesday\r\n\r\n4:30 AM	GBP	Construction PMI\r\n8:00 AM	        The Trading Room - ABC Systems - Automated Box Control Trading\r\n7:30 PM	AUD	GDP\r\n\r\nWednesday\r\n\r\n4:30 AM	GBP	Services PMI\r\n8:15 AM	USD	ADP Nonfarm Employment Change\r\n8:30 AM	CAD	Trade Balance\r\n8:30 AM	USD	Trade Balance\r\n10:00 AM CAD	BOC Rate Statement\r\n10:00 AM USD	ISM Nonmanufacturing PMI\r\n10:00 AM USD	New-Home Sales\r\n10:30 AM	Crude Oil Inventories\r\n1:30 PM	        IQ Room - Advanced Concepts With Joe Rios\r\n2:00 PM	USD	Beige Book\r\n7:30 PM	AUD	Trade Balance\r\n\r\nThursday\r\n\r\n7:00 AM	GBP	Official Bank Rate\r\nTentative	GBP	MPC Rate Statement\r\n7:45 AM	EUR	Minimum Bid Rate\r\n8:30 AM	CAD	Building Permits\r\n8:30 AM	EUR	ECB Press Conference\r\n8:30 AM	USD 	Preliminary GDP\r\n8:30 AM	USD	Unemployment Claims\r\n10:00 AM CAD	Ivey PMI\r\n10:30 AM	Natural Gas Storage\r\n1:30 PM	        IQ Room - Advance Concepts With Joe Rios \r\n\r\nFriday \r\n\r\n3:15 AM	CHF	CPI\r\n8:30 AM	CAD	Unemployment Rate\r\n8:30 AM	USD	Nonfarm Employment Change\r\n9:55 AM	USD	Preliminary Uom Consumer Sentiment\r\n9:00 PM	JPY	BOJ Gov. Kuroda Speaks\r\n\r\nSaturday\r\n\r\nTentative	CNY	Trade Balance\r\n','The Week Ahead -  Rising Volatility? by Joe Rios','','inherit','open','closed','','561-revision-v1','','','2013-12-01 21:52:43','2013-12-01 21:52:43','',561,'http://www.thetradingroom.com/561-revision-v1/',0,'revision','',0),(565,2,'2013-12-01 21:59:31','2013-12-01 21:59:31','The Nasdaq led the stock indices higher, rising to a new 13-year high, helped by Apple due to indications of strong iPad sales this holiday weekend. US Treasuries continued to consolidate while risk currencies traded mixed within the Forex market. The British Pound and Euro led higher while the Aussie and Canadian dollar continued to slide lower. In the Commodity market Natural Gas continued to climb four consecutive weeks gaining 13.1% followed by Soy 6.3%. Silver was the laggard at month end dropping -11.0% followed by Gold -7% and Crude Oil -5.5%. \r\nAs US markets hit new all-time highs, and many other global indices approach their own multi-year or historical highs, in the week ahead traders should be focusing on stocks and risk currencies, particularly the European bourses and the Euro which have managed to shrug off disappointing data. I am expecting volatility to pick up as this week\'s economic data calendar is significantly busier especially towards the end of the week.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/Joe@work.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/Joe@work.jpg\" alt=\"Joe@work\" width=\"667\" height=\"445\" class=\"alignnone size-full wp-image-563\" /></a>\r\n\r\n\r\nSunday\r\n\r\n7:30 PM	AUD	Building Approvals\r\n\r\nMonday\r\n\r\n4:30 AM	GBP	Manufacturing PMI\r\n8:30 AM	USD	Fed Chairman Bernanke Speaks\r\n10:00 AM USD	ISM Manufacturing PMI\r\n1:30 PM	        IQ Room - Advance Concepts With Joe Rios\r\n7:30 PM	AUD	Retail Sales\r\n10:30 PM AUD	RBA Rate Statement\r\n\r\nTuesday\r\n\r\n4:30 AM	GBP	Construction PMI\r\n8:00 AM	        The Trading Room - ABC Systems - Automated Box Control Trading\r\n7:30 PM	AUD	GDP\r\n\r\nWednesday\r\n\r\n4:30 AM	GBP	Services PMI\r\n8:15 AM	USD	ADP Nonfarm Employment Change\r\n8:30 AM	CAD	Trade Balance\r\n8:30 AM	USD	Trade Balance\r\n10:00 AM CAD	BOC Rate Statement\r\n10:00 AM USD	ISM Nonmanufacturing PMI\r\n10:00 AM USD	New-Home Sales\r\n10:30 AM	Crude Oil Inventories\r\n1:30 PM	        IQ Room - Advanced Concepts With Joe Rios\r\n2:00 PM	USD	Beige Book\r\n7:30 PM	AUD	Trade Balance\r\n\r\nThursday\r\n\r\n7:00 AM	GBP	Official Bank Rate\r\nTentative	GBP	MPC Rate Statement\r\n7:45 AM	EUR	Minimum Bid Rate\r\n8:30 AM	CAD	Building Permits\r\n8:30 AM	EUR	ECB Press Conference\r\n8:30 AM	USD 	Preliminary GDP\r\n8:30 AM	USD	Unemployment Claims\r\n10:00 AM CAD	Ivey PMI\r\n10:30 AM	Natural Gas Storage\r\n1:30 PM	        IQ Room - Advance Concepts With Joe Rios \r\n\r\nFriday \r\n\r\n3:15 AM	CHF	CPI\r\n8:30 AM	CAD	Unemployment Rate\r\n8:30 AM	USD	Nonfarm Employment Change\r\n9:55 AM	USD	Preliminary Uom Consumer Sentiment\r\n9:00 PM	JPY	BOJ Gov. Kuroda Speaks\r\n\r\nSaturday\r\n\r\nTentative	CNY	Trade Balance\r\n','The Week Ahead -  Rising Volatility? by RiosQuant founder Joe Rios','','inherit','open','closed','','561-revision-v1','','','2013-12-01 21:59:31','2013-12-01 21:59:31','',561,'http://www.thetradingroom.com/561-revision-v1/',0,'revision','',0),(567,2,'2013-12-02 12:23:30','2013-12-02 12:23:30','','clock red wall','','inherit','open','closed','','clock-red-wall','','','2013-12-02 12:23:30','2013-12-02 12:23:30','',566,'http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg',0,'attachment','image/jpeg',0),(568,2,'2013-12-02 12:28:40','2013-12-02 12:28:40','UPDATED 7:15 ET \r\n\r\nSTOCKS - European stocks fell, following three months of gains, as a report showed that Spanish manufacturing unexpectedly declined last month. U.S. index futures were little changed and Asian shares closed mixed. \r\n\r\nBONDS - European government bonds fell after a survey of purchasing managers data dampened demand for fixed-income assets. \r\n\r\nCOMMODITIES - Soybeans climbed to a 10-week high on signs of surging demand for U.S. exports. \r\n\r\nCURRENCIES - Canada’s dollar traded at the weakest level versus its U.S. counterpart since October 2011. \r\n\r\nECONOMIC DATA - Fed Chairman Bernanke Speaks at 8:30, US ISM Manufacturing PMI at 10:00,  AUD Retail Sales at 19:30 and RBA Rate Statement at 22:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg\" alt=\"clock red wall\" width=\"402\" height=\"302\" class=\"alignnone size-full wp-image-567\" /></a>','RiosQuant – Overnight Trading Action in the Global Markets','','inherit','open','closed','','566-revision-v1','','','2013-12-02 12:28:40','2013-12-02 12:28:40','',566,'http://www.thetradingroom.com/566-revision-v1/',0,'revision','',0),(569,2,'2013-12-03 00:20:03','2013-12-03 00:20:03','At RiosQuant, we focus on the development, implementation and monitoring of quantitative and algorithmic trading systems. In the electronic financial markets, \"quant\" and \"algo\" trading is defined as the systematic application of trading strategies through the use of computer programs.  Our approach is to eliminate or mitigate trading decisions driven by emotion, indiscipline, passion, greed and/or fear, in addition to other factors that contribute to human error. Quant trading is the fastest growing segment in the global financial markets. Here is an excerpt from BBC.\r\n\r\n\"Firms are now employing gifted academic statisticians to track patterns or trends in trading behavior and create formulae to predict future market movements. These formulae are then fed into powerful computers that buy and sell automatically according to triggers generated by the algorithms... It drives almost everything that goes on Wall Street.\"   - British Broadcasting Corporation\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/bbc.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/bbc-300x137.jpg\" alt=\"bbc\" width=\"300\" height=\"137\" class=\"alignnone size-medium wp-image-570\" /></a> \r\n\r\nWatch us trade in a real live trading room and experience the power of market intelligence - Tuesday December 3rd starting at 8:00 am ET - \r\nhttps://www3.gotomeeting.com/register/293490422\r\n\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/trading-room-chairs.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/trading-room-chairs.jpg\" alt=\"trading room chairs\" width=\"567\" height=\"850\" class=\"alignnone size-full wp-image-573\" /></a>\r\n\r\n\r\n ','Rethink Strategy, Think RiosQuant  ','','publish','open','closed','','rethink-strategy-think-riosquant','','','2013-12-03 00:20:03','2013-12-03 00:20:03','',0,'http://www.thetradingroom.com/?p=569',0,'post','',0),(570,2,'2013-12-02 22:11:45','2013-12-02 22:11:45','','bbc','','inherit','open','closed','','bbc','','','2013-12-02 22:11:45','2013-12-02 22:11:45','',569,'http://www.thetradingroom.com/wp-content/uploads/2013/12/bbc.jpg',0,'attachment','image/jpeg',0),(571,2,'2013-12-02 22:12:50','2013-12-02 22:12:50','\"Firms are now employing gifted academic statisticians to track patterns or trends in trading behavior and create formulae to predict future market movements. These formulae are then fed into powerful computers that buy and sell automatically according to triggers generated by the algorithms... It drives almost everything that goes on Wall Street.\"\r\n  - British Broadcasting Corporation  <a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/bbc.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/bbc-80x80.jpg\" alt=\"bbc\" width=\"80\" height=\"80\" class=\"alignnone size-thumbnail wp-image-570\" /></a>','Pick Your Metals With RQ Trading Technology','','inherit','open','closed','','569-revision-v1','','','2013-12-02 22:12:50','2013-12-02 22:12:50','',569,'http://www.thetradingroom.com/569-revision-v1/',0,'revision','',0),(572,2,'2013-12-02 22:13:36','2013-12-02 22:13:36','\"Firms are now employing gifted academic statisticians to track patterns or trends in trading behavior and create formulae to predict future market movements. These formulae are then fed into powerful computers that buy and sell automatically according to triggers generated by the algorithms... It drives almost everything that goes on Wall Street.\"\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/bbc.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/bbc-300x137.jpg\" alt=\"bbc\" width=\"300\" height=\"137\" class=\"alignnone size-medium wp-image-570\" /></a> \r\n\r\n- British Broadcasting Corporation  \r\n','Pick Your Metals With RQ Trading Technology','','inherit','open','closed','','569-revision-v1','','','2013-12-02 22:13:36','2013-12-02 22:13:36','',569,'http://www.thetradingroom.com/569-revision-v1/',0,'revision','',0),(573,2,'2013-12-02 22:25:42','2013-12-02 22:25:42','','trading room chairs','','inherit','open','closed','','trading-room-chairs','','','2013-12-02 22:25:42','2013-12-02 22:25:42','',569,'http://www.thetradingroom.com/wp-content/uploads/2013/12/trading-room-chairs.jpg',0,'attachment','image/jpeg',0),(574,2,'2013-12-02 22:26:02','2013-12-02 22:26:02','At RiosQuant, we focus on the development, implementation and monitoring of quantitative and algorithmic trading systems. In the electronic financial markets, \"quant\" and \"algo\" trading is defined as the systematic application of trading strategies through the use of computer programs.  Our approach is to eliminate or mitigate trading decisions driven by emotion, indiscipline, passion, greed and/or fear, in addition to other factors that contribute to human error. Quant trading is the fastest growing segment in the global financial markets. Here is an excerpt from BBC.\r\n\r\n\"Firms are now employing gifted academic statisticians to track patterns or trends in trading behavior and create formulae to predict future market movements. These formulae are then fed into powerful computers that buy and sell automatically according to triggers generated by the algorithms... It drives almost everything that goes on Wall Street.\"   - British Broadcasting Corporation\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/bbc.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/bbc-300x137.jpg\" alt=\"bbc\" width=\"300\" height=\"137\" class=\"alignnone size-medium wp-image-570\" /></a> \r\n\r\nWatch us trade in a real live trading room and experience the power of market intelligence. Click on the following link and reserve your seat.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/trading-room-chairs.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/trading-room-chairs-200x300.jpg\" alt=\"trading room chairs\" width=\"200\" height=\"300\" class=\"alignnone size-medium wp-image-573\" /></a>\r\n\r\n\r\n ','Rethink Strategy, Think RiosQuant  ','','inherit','open','closed','','569-revision-v1','','','2013-12-02 22:26:02','2013-12-02 22:26:02','',569,'http://www.thetradingroom.com/569-revision-v1/',0,'revision','',0),(575,2,'2013-12-02 22:28:23','2013-12-02 22:28:23','At RiosQuant, we focus on the development, implementation and monitoring of quantitative and algorithmic trading systems. In the electronic financial markets, \"quant\" and \"algo\" trading is defined as the systematic application of trading strategies through the use of computer programs.  Our approach is to eliminate or mitigate trading decisions driven by emotion, indiscipline, passion, greed and/or fear, in addition to other factors that contribute to human error. Quant trading is the fastest growing segment in the global financial markets. Here is an excerpt from BBC.\r\n\r\n\"Firms are now employing gifted academic statisticians to track patterns or trends in trading behavior and create formulae to predict future market movements. These formulae are then fed into powerful computers that buy and sell automatically according to triggers generated by the algorithms... It drives almost everything that goes on Wall Street.\"   - British Broadcasting Corporation\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/bbc.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/bbc-300x100.jpg\" alt=\"bbc\" width=\"300\" height=\"100\" class=\"alignnone size-medium wp-image-570\" /></a> \r\n\r\nWatch us trade in a real live trading room and experience the power of market intelligence. Click on the following link and reserve your seat.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/trading-room-chairs.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/trading-room-chairs-400x600.jpg\" alt=\"trading room chairs\" width=\"400\" height=\"600\" class=\"alignnone size-medium wp-image-573\" /></a>\r\n\r\n\r\n ','Rethink Strategy, Think RiosQuant  ','','inherit','open','closed','','569-revision-v1','','','2013-12-02 22:28:23','2013-12-02 22:28:23','',569,'http://www.thetradingroom.com/569-revision-v1/',0,'revision','',0),(576,2,'2013-12-02 22:29:11','2013-12-02 22:29:11','At RiosQuant, we focus on the development, implementation and monitoring of quantitative and algorithmic trading systems. In the electronic financial markets, \"quant\" and \"algo\" trading is defined as the systematic application of trading strategies through the use of computer programs.  Our approach is to eliminate or mitigate trading decisions driven by emotion, indiscipline, passion, greed and/or fear, in addition to other factors that contribute to human error. Quant trading is the fastest growing segment in the global financial markets. Here is an excerpt from BBC.\r\n\r\n\"Firms are now employing gifted academic statisticians to track patterns or trends in trading behavior and create formulae to predict future market movements. These formulae are then fed into powerful computers that buy and sell automatically according to triggers generated by the algorithms... It drives almost everything that goes on Wall Street.\"   - British Broadcasting Corporation\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/bbc.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/bbc-300x137.jpg\" alt=\"bbc\" width=\"300\" height=\"137\" class=\"alignnone size-medium wp-image-570\" /></a> \r\n\r\nWatch us trade in a real live trading room and experience the power of market intelligence. Click on the following link and reserve your seat.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/trading-room-chairs.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/trading-room-chairs.jpg\" alt=\"trading room chairs\" width=\"567\" height=\"850\" class=\"alignnone size-full wp-image-573\" /></a>\r\n\r\n\r\n ','Rethink Strategy, Think RiosQuant  ','','inherit','open','closed','','569-revision-v1','','','2013-12-02 22:29:11','2013-12-02 22:29:11','',569,'http://www.thetradingroom.com/569-revision-v1/',0,'revision','',0),(577,2,'2013-12-02 22:31:27','2013-12-02 22:31:27','At RiosQuant, we focus on the development, implementation and monitoring of quantitative and algorithmic trading systems. In the electronic financial markets, \"quant\" and \"algo\" trading is defined as the systematic application of trading strategies through the use of computer programs.  Our approach is to eliminate or mitigate trading decisions driven by emotion, indiscipline, passion, greed and/or fear, in addition to other factors that contribute to human error. Quant trading is the fastest growing segment in the global financial markets. Here is an excerpt from BBC.\r\n\r\n\"Firms are now employing gifted academic statisticians to track patterns or trends in trading behavior and create formulae to predict future market movements. These formulae are then fed into powerful computers that buy and sell automatically according to triggers generated by the algorithms... It drives almost everything that goes on Wall Street.\"   - British Broadcasting Corporation\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/bbc.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/bbc-300x137.jpg\" alt=\"bbc\" width=\"300\" height=\"137\" class=\"alignnone size-medium wp-image-570\" /></a> \r\n\r\nWatch us trade in a real live trading room and experience the power of market intelligence - Tuesday December 3rd starting at 8:00 am ET - Click on the following link and reserve your seat.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/trading-room-chairs.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/trading-room-chairs.jpg\" alt=\"trading room chairs\" width=\"567\" height=\"850\" class=\"alignnone size-full wp-image-573\" /></a>\r\n\r\n\r\n ','Rethink Strategy, Think RiosQuant  ','','inherit','open','closed','','569-revision-v1','','','2013-12-02 22:31:27','2013-12-02 22:31:27','',569,'http://www.thetradingroom.com/569-revision-v1/',0,'revision','',0),(578,2,'2013-12-03 00:16:12','0000-00-00 00:00:00','High Performance Trading Strategies for Gold, Silver and Copper Commodity Futures\r\n\r\nThe RQ Einstein is a computerized trading program designed for specific assignments, such as to exploit short-lived trading opportunities. At the core of the strategy is a  RiosQuant proprietary code with forward-looking algorithms designed to forecast and search for potentially key price levels of the markets. The focus is to be opportunistic to the activities associated with the volatility at these critical levels. It is quantitative model therefore most effective when applied across multiple high volatile asset classes. \r\n\r\nDiscover why a recent article in BBC states \"computer program trading is driving almost everything that goes on on Wall Street\". Experience the power of market intelligence for yourself, click here for a free trial.... \r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/pick-your-metals.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/pick-your-metals-768x1024.jpg\" alt=\"pick your metals\" width=\"570\" height=\"760\" class=\"alignnone size-large wp-image-579\" /></a>\r\n','Pick Your Metals With RiosQuant Trading Algorithms ','','draft','open','closed','','pick-metals-riosquant-trading-algorithms','','','2013-12-03 00:16:12','2013-12-03 00:16:12','',0,'http://www.thetradingroom.com/?p=578',0,'post','',0),(579,2,'2013-12-02 23:59:14','2013-12-02 23:59:14','','pick your metals','','inherit','open','closed','','pick-your-metals','','','2013-12-02 23:59:14','2013-12-02 23:59:14','',578,'http://www.thetradingroom.com/wp-content/uploads/2013/12/pick-your-metals.jpg',0,'attachment','image/jpeg',0),(581,2,'2013-12-03 00:15:25','2013-12-03 00:15:25','High Performance Trading Strategies for Gold, Silver and Copper Commodity Futures\r\n\r\nThe RQ Einstein is a computerized trading program designed for specific assignments, such as to exploit short-lived trading opportunities. At the core of the strategy is a  RiosQuant proprietary code with forward-looking algorithms designed to forecast and search for potentially key price levels of the markets. The focus is to be opportunistic to the activities associated with the volatility at these critical levels. It is quantitative model therefore most effective when applied across multiple high volatile asset classes. \r\n\r\nDiscover why a recent article in BBC states \"computer program trading is driving almost everything that goes on on Wall Street\". Experience the power of market intelligence for yourself, click here for a free trial.... \r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/pick-your-metals.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/pick-your-metals-768x1024.jpg\" alt=\"pick your metals\" width=\"570\" height=\"760\" class=\"alignnone size-large wp-image-579\" /></a>\r\n','Pick Your Metal With RiosQuant Trading Algorithms ','','inherit','open','closed','','578-revision-v1','','','2013-12-03 00:15:25','2013-12-03 00:15:25','',578,'http://www.thetradingroom.com/578-revision-v1/',0,'revision','',0),(580,2,'2013-12-03 00:12:39','2013-12-03 00:12:39','High Performance Trading Strategies for Gold, Silver and Copper Commodity Futures\r\n\r\nThe RQ Einstein is a computerized trading program designed for specific assignments, such as to exploit short-lived trading opportunities. At the core of the strategy is a  RiosQuant proprietary code with forward-looking algorithms designed to forecast and search for potentially key price levels of the markets. The focus is to be opportunistic to the activities associated with the volatility at these critical levels. It is quantitative model therefore most effective when applied across multiple high volatile asset classes. \r\n\r\nDiscover why a recent article in BBC states \"computer program trading is driving almost everything that goes on on Wall Street\". Experience the power of market intelligence for yourself, click here for a free trial.... \r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/2-member-trade-11-19.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/2-member-trade-11-19.jpg\" alt=\"2 member trade 11-19\" width=\"574\" height=\"692\" class=\"alignnone size-full wp-image-459\" /></a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/pick-your-metals.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/pick-your-metals.jpg\" alt=\"pick your metals\" width=\"1944\" height=\"2592\" class=\"alignnone size-full wp-image-579\" /></a>','Pick Your Metal With RiosQuant Trading Algorithms ','','inherit','open','closed','','578-revision-v1','','','2013-12-03 00:12:39','2013-12-03 00:12:39','',578,'http://www.thetradingroom.com/578-revision-v1/',0,'revision','',0),(582,2,'2013-12-03 00:15:49','2013-12-03 00:15:49','High Performance Trading Strategies for Gold, Silver and Copper Commodity Futures\r\n\r\nThe RQ Einstein is a computerized trading program designed for specific assignments, such as to exploit short-lived trading opportunities. At the core of the strategy is a  RiosQuant proprietary code with forward-looking algorithms designed to forecast and search for potentially key price levels of the markets. The focus is to be opportunistic to the activities associated with the volatility at these critical levels. It is quantitative model therefore most effective when applied across multiple high volatile asset classes. \r\n\r\nDiscover why a recent article in BBC states \"computer program trading is driving almost everything that goes on on Wall Street\". Experience the power of market intelligence for yourself, click here for a free trial.... \r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/pick-your-metals.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/pick-your-metals-768x1024.jpg\" alt=\"pick your metals\" width=\"570\" height=\"760\" class=\"alignnone size-large wp-image-579\" /></a>\r\n','Pick Your Metals With RiosQuant Trading Algorithms ','','inherit','open','closed','','578-revision-v1','','','2013-12-03 00:15:49','2013-12-03 00:15:49','',578,'http://www.thetradingroom.com/578-revision-v1/',0,'revision','',0),(583,2,'2013-12-03 00:18:25','2013-12-03 00:18:25','At RiosQuant, we focus on the development, implementation and monitoring of quantitative and algorithmic trading systems. In the electronic financial markets, \"quant\" and \"algo\" trading is defined as the systematic application of trading strategies through the use of computer programs.  Our approach is to eliminate or mitigate trading decisions driven by emotion, indiscipline, passion, greed and/or fear, in addition to other factors that contribute to human error. Quant trading is the fastest growing segment in the global financial markets. Here is an excerpt from BBC.\r\n\r\n\"Firms are now employing gifted academic statisticians to track patterns or trends in trading behavior and create formulae to predict future market movements. These formulae are then fed into powerful computers that buy and sell automatically according to triggers generated by the algorithms... It drives almost everything that goes on Wall Street.\"   - British Broadcasting Corporation\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/bbc.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/bbc-300x137.jpg\" alt=\"bbc\" width=\"300\" height=\"137\" class=\"alignnone size-medium wp-image-570\" /></a> \r\n\r\nWatch us trade in a real live trading room and experience the power of market intelligence - Tuesday December 3rd starting at 8:00 am ET - \r\nhttps://www3.gotomeeting.com/register/293490422\r\n\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/trading-room-chairs.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/trading-room-chairs.jpg\" alt=\"trading room chairs\" width=\"567\" height=\"850\" class=\"alignnone size-full wp-image-573\" /></a>\r\n\r\n\r\n ','Rethink Strategy, Think RiosQuant  ','','inherit','open','closed','','569-revision-v1','','','2013-12-03 00:18:25','2013-12-03 00:18:25','',569,'http://www.thetradingroom.com/569-revision-v1/',0,'revision','',0),(585,2,'2013-12-03 12:05:06','2013-12-03 12:05:06','','morgan quotes','','inherit','open','closed','','morgan-quotes','','','2013-12-03 12:05:06','2013-12-03 12:05:06','',584,'http://www.thetradingroom.com/wp-content/uploads/2013/12/morgan-quotes.jpg',0,'attachment','image/jpeg',0),(586,2,'2013-12-03 12:08:17','2013-12-03 12:08:17','UPDATED 7:00 ET  \r\n\r\n&gt;&gt; STOCKS - European stocks dropped for a third day as investors weighed valuations before U.S. jobs data this week that may help gauge the timing of a reduction in Federal Reserve stimulus. U.S. index futures and Asian shares outside Japan retreated. \r\n\r\n&gt;&gt; BONDS - Treasury 10-year note yields approached the highest in more than a week amid bets data on economic growth and hiring will reinforce arguments for the Federal Reserve to trim stimulus. \r\n\r\n&gt;&gt; COMMODITIES - Copper fell for a second day in London as signs the U.S. economy is strengthening fueled speculation the Federal Reserve will start slowing stimulus in the second-biggest consumer of the metal. \r\n\r\n&gt;&gt;CURRENCIES - The Japanese Yen climbed for the first time in five days against the dollar, ending a run that had taken it to the weakest level in more than six months. \r\n\r\n&gt;&gt; ECONOMIC DATA - AUD GDP q/q  due at 19:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/morgan-quotes.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/morgan-quotes-1024x687.jpg\" alt=\"morgan quotes\" width=\"570\" height=\"382\" class=\"alignnone size-large wp-image-585\" /></a>','RiosQuant – Overnight Trading Action in the Global Markets','','inherit','open','closed','','584-revision-v1','','','2013-12-03 12:08:17','2013-12-03 12:08:17','',584,'http://www.thetradingroom.com/584-revision-v1/',0,'revision','',0),(636,2,'2013-12-11 12:11:07','2013-12-11 12:11:07','','world dgital clocks','','inherit','open','closed','','world-dgital-clocks','','','2013-12-11 12:11:07','2013-12-11 12:11:07','',635,'http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg',0,'attachment','image/jpeg',0),(635,2,'2013-12-11 12:13:39','2013-12-11 12:13:39','UPDATED 7:05 ET \r\n\r\n>> STOCKS - European stocks advanced, after yesterday’s drop, as investors weighed an accord between U.S. lawmakers to limit automatic spending cuts and avoid a government shutdown. U.S. index futures were little changed, while Asian shares fell. \r\n\r\n>> BONDS - Treasuries ended a three-day gain amid speculation a U.S. budget agreement will support the economy and make it easier for the Federal Reserve to start cutting bond purchases. \r\n\r\n>> COMMODITIES - Crude Oil traded near the highest price since October on signs that strengthening demand is depleting inventories in the U.S., the world’s biggest oil consumer. \r\n\r\n>> CURRENCIES - The pound fell for the first time in four days against the dollar as some investors judged gains that took the currency to the highest close in more than two years yesterday were overdone. \r\n\r\n>> ECONOMIC DATA - Crude Oil Inventories due at 10:30, NZD RBNZ Rate Statement at 15:00, AUD Employment Change at 19:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg\" alt=\"world dgital clocks\" width=\"445\" height=\"273\" class=\"alignnone size-full wp-image-636\" /></a>','RiosQuant – Overnight Trading Action in the Global Markets','','publish','open','closed','','riosquant-overnight-trading-action-global-markets-11','','','2013-12-11 12:13:40','2013-12-11 12:13:40','',0,'http://www.thetradingroom.com/?p=635',0,'post','',0),(589,2,'2013-12-04 12:46:56','2013-12-04 12:46:56','UPDATED 7:20 ET \r\n\r\n&gt;&gt; STOCKS -  European stocks declined for a fourth day, their longest losing streak in more than five months, as investors awaited U.S. jobs, services and home-sales data. U.S. futures were little changed, while Asian shares fell. \r\n\r\n&gt;&gt; BONDS - Treasuries fell, with 10-year yields approaching the highest in almost two weeks, before an industry report that economists say will show job growth quickened, backing the case for the Federal Reserve to cut stimulus. \r\n\r\n&gt;&gt; COMMODITIES - Crude Oil advanced for a fourth day, the longest rising streak since August. Corn gained 0.5 percent rising for a second day. \r\n\r\n&gt;&gt; CURRENCIES - The Australian dollar dropped to a three-month low against the greenback after data showed economic growth was weaker than analysts estimated, damping demand for the nation’s assets. \r\n\r\n&gt;&gt; ECONOMIC DATA - US ADP Non-Farm Employment Change due at 8:15, US Trade Balance and CAD Trade Balance at 8:30,  US ISM Non-Manufacturing PMI and New Home Sales at 10:00, Crude Oil Inventories at 10:30, AUD Trade Balance at 19:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\" alt=\"Hangseng sign\" width=\"604\" height=\"453\" class=\"alignnone size-full wp-image-454\" /></a>\r\n','RiosQuant – Overnight Trading Action in the Global Markets','','publish','open','closed','','riosquant-overnight-trading-action-global-markets-6','','','2013-12-04 12:46:57','2013-12-04 12:46:57','',0,'http://www.thetradingroom.com/?p=589',0,'post','',0),(590,2,'2013-12-04 12:46:57','2013-12-04 12:46:57','UPDATED 7:20 ET \r\n\r\n&gt;&gt; STOCKS -  European stocks declined for a fourth day, their longest losing streak in more than five months, as investors awaited U.S. jobs, services and home-sales data. U.S. futures were little changed, while Asian shares fell. \r\n\r\n&gt;&gt; BONDS - Treasuries fell, with 10-year yields approaching the highest in almost two weeks, before an industry report that economists say will show job growth quickened, backing the case for the Federal Reserve to cut stimulus. \r\n\r\n&gt;&gt; COMMODITIES - Crude Oil advanced for a fourth day, the longest rising streak since August. Corn gained 0.5 percent rising for a second day. \r\n\r\n&gt;&gt; CURRENCIES - The Australian dollar dropped to a three-month low against the greenback after data showed economic growth was weaker than analysts estimated, damping demand for the nation’s assets. \r\n\r\n&gt;&gt; ECONOMIC DATA - US ADP Non-Farm Employment Change due at 8:15, US Trade Balance and CAD Trade Balance at 8:30,  US ISM Non-Manufacturing PMI and New Home Sales at 10:00, Crude Oil Inventories at 10:30, AUD Trade Balance at 19:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\" alt=\"Hangseng sign\" width=\"604\" height=\"453\" class=\"alignnone size-full wp-image-454\" /></a>\r\n','RiosQuant – Overnight Trading Action in the Global Markets','','inherit','open','closed','','589-revision-v1','','','2013-12-04 12:46:57','2013-12-04 12:46:57','',589,'http://www.thetradingroom.com/589-revision-v1/',0,'revision','',0),(591,2,'2013-12-04 13:33:30','2013-12-04 13:33:30','Why follow the markets through a rear view mirror? Trade the markets with predictive forward-looking algorithmic indicators identifying support and resistance in advance.\r\n\r\nRegister here for the Trading Room educational workshop on Wednesday December 04 starting at 1:00pm ET\r\n\r\nhttp://cts.vresp.com/c/?RiosQuantitativeLLC/24ff72fed7/9bb334be08/ce79c172ef\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/djia-trade.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/djia-trade.jpg\" alt=\"djia trade\" width=\"568\" height=\"383\" class=\"alignnone size-full wp-image-592\" /></a>\r\n\r\nDow Jones futures - Early morning trade with RQ Einstein auto program trading * $200 profit per contract.\r\n\r\nJoin us and learn the critical 3 step trading sequence with predictive software identifying trading opportunities in advance.\r\n\r\n&gt;&gt; Uncover the trading environment instantly\r\n&gt;&gt;Discover market momentum with velocity indicators\r\n&gt;&gt;Know your potential risk and reward before placing a trade\r\n\r\n                         PAST PERFORMANCE IS NOT INDICATIVE OF FUTURES RESULTS','RiosQuant Trading Workshop - Be Quick Be Smart','','publish','open','closed','','591','','','2013-12-04 13:40:32','2013-12-04 13:40:32','',0,'http://www.thetradingroom.com/?p=591',0,'post','',0),(592,2,'2013-12-04 13:27:49','2013-12-04 13:27:49','','djia trade','','inherit','open','closed','','djia-trade','','','2013-12-04 13:27:49','2013-12-04 13:27:49','',591,'http://www.thetradingroom.com/wp-content/uploads/2013/12/djia-trade.jpg',0,'attachment','image/jpeg',0),(593,2,'2013-12-04 13:33:30','2013-12-04 13:33:30','Why follow the markets through a rear view mirror? Trade the markets with predictive forward-looking algorithmic indicators identifying support and resistance in advance.\r\n\r\nRegister here for the Trading Room educational workshop on Wednesday December 04 starting at 1:00pm ET\r\n\r\nhttp://cts.vresp.com/c/?RiosQuantitativeLLC/24ff72fed7/9bb334be08/ce79c172ef\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/djia-trade.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/djia-trade.jpg\" alt=\"djia trade\" width=\"568\" height=\"383\" class=\"alignnone size-full wp-image-592\" /></a>\r\n\r\nDow Jones futures - Early morning trade with RQ Einstein auto program trading - $200 profit per contract.\r\n\r\nJoin us and learn the critical 3 step trading sequence with predictive software identifying trading opportunities in advance.\r\n\r\n&gt;&gt; Uncover the trading environment instantly\r\n&gt;&gt;Discover market momentum with velocity indicators\r\n&gt;&gt;Know your potential risk and reward before placing a trade','','','inherit','open','closed','','591-revision-v1','','','2013-12-04 13:33:30','2013-12-04 13:33:30','',591,'http://www.thetradingroom.com/591-revision-v1/',0,'revision','',0),(594,2,'2013-12-04 13:39:10','2013-12-04 13:39:10','Why follow the markets through a rear view mirror? Trade the markets with predictive forward-looking algorithmic indicators identifying support and resistance in advance.\n\nRegister here for the Trading Room educational workshop on Wednesday December 04 starting at 1:00pm ET\n\nhttp://cts.vresp.com/c/?RiosQuantitativeLLC/24ff72fed7/9bb334be08/ce79c172ef\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/djia-trade.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/djia-trade.jpg\" alt=\"djia trade\" width=\"568\" height=\"383\" class=\"alignnone size-full wp-image-592\" /></a>\n\nDow Jones futures - Early morning trade with RQ Einstein auto program trading * $200 profit per contract.\n\nJoin us and learn the critical 3 step trading sequence with predictive software identifying trading opportunities in advance.\n\n&gt;&gt; Uncover the trading environment instantly\n&gt;&gt;Discover market momentum with velocity indicators\n&gt;&gt;Know your potential risk and reward before placing a trade\n\n                         PAST PERFORMANCE IS NOT INDICATIVE OF FUTURES RESULTS','RiosQuant Trading Workshop - Be Quick Be Smart','','inherit','open','closed','','591-autosave-v1','','','2013-12-04 13:39:10','2013-12-04 13:39:10','',591,'http://www.thetradingroom.com/591-autosave-v1/',0,'revision','',0),(595,2,'2013-12-04 13:36:06','2013-12-04 13:36:06','Why follow the markets through a rear view mirror? Trade the markets with predictive forward-looking algorithmic indicators identifying support and resistance in advance.\r\n\r\nRegister here for the Trading Room educational workshop on Wednesday December 04 starting at 1:00pm ET\r\n\r\nhttp://cts.vresp.com/c/?RiosQuantitativeLLC/24ff72fed7/9bb334be08/ce79c172ef\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/djia-trade.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/djia-trade.jpg\" alt=\"djia trade\" width=\"568\" height=\"383\" class=\"alignnone size-full wp-image-592\" /></a>\r\n\r\nDow Jones futures - Early morning trade with RQ Einstein auto program trading - $200 profit per contract.\r\n\r\nJoin us and learn the critical 3 step trading sequence with predictive software identifying trading opportunities in advance.\r\n\r\n&gt;&gt; Uncover the trading environment instantly\r\n&gt;&gt;Discover market momentum with velocity indicators\r\n&gt;&gt;Know your potential risk and reward before placing a trade','RiosQuant Trading Workshop - Be Quick Be Smart','','inherit','open','closed','','591-revision-v1','','','2013-12-04 13:36:06','2013-12-04 13:36:06','',591,'http://www.thetradingroom.com/591-revision-v1/',0,'revision','',0),(596,2,'2013-12-04 13:40:32','2013-12-04 13:40:32','Why follow the markets through a rear view mirror? Trade the markets with predictive forward-looking algorithmic indicators identifying support and resistance in advance.\r\n\r\nRegister here for the Trading Room educational workshop on Wednesday December 04 starting at 1:00pm ET\r\n\r\nhttp://cts.vresp.com/c/?RiosQuantitativeLLC/24ff72fed7/9bb334be08/ce79c172ef\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/djia-trade.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/djia-trade.jpg\" alt=\"djia trade\" width=\"568\" height=\"383\" class=\"alignnone size-full wp-image-592\" /></a>\r\n\r\nDow Jones futures - Early morning trade with RQ Einstein auto program trading * $200 profit per contract.\r\n\r\nJoin us and learn the critical 3 step trading sequence with predictive software identifying trading opportunities in advance.\r\n\r\n&gt;&gt; Uncover the trading environment instantly\r\n&gt;&gt;Discover market momentum with velocity indicators\r\n&gt;&gt;Know your potential risk and reward before placing a trade\r\n\r\n                         PAST PERFORMANCE IS NOT INDICATIVE OF FUTURES RESULTS','RiosQuant Trading Workshop - Be Quick Be Smart','','inherit','open','closed','','591-revision-v1','','','2013-12-04 13:40:32','2013-12-04 13:40:32','',591,'http://www.thetradingroom.com/591-revision-v1/',0,'revision','',0),(653,2,'2013-12-12 10:53:17','2013-12-12 10:53:17','UPDATED 5:45 ET\r\n\r\n>> STOCKS - European and Asian stocks fell to a two-month low. US stock indices trading mixed ahead of the Wall Street opening bell. \r\n\r\n>> BONDS - The Treasury’s auction of $21 billion in 10-year notes drew weaker-than-average demand as speculation mounted that the world’s biggest economy is strong enough for the Federal Reserve to reduce bond purchases. \r\n\r\n>> COMMODITIES - Copper production in China, the world’s largest user, climbed to a record in November as high treatment and refining fees encouraged smelters to process more material. \r\n\r\n>> CURRENCIES - Australia’s dollar declined for a second day after a domestic report showed the unemployment rate climbed to match the highest level since 2009. \r\n\r\n>>  ECONOMIC DATA - US Core Retail Sales and Unemployment Claims due at 8:30, Business Inventories  at 10:00, Natural Gas Storage at 10:30, BOC Gov Poloz Speaks at 1:05 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\" alt=\"Hangseng sign\" width=\"604\" height=\"453\" class=\"alignnone size-full wp-image-454\" /></a>','RiosQuant – Overnight Trading Action in the Global Markets','','publish','open','closed','','riosquant-overnight-trading-action-global-markets-12','','','2013-12-12 10:53:17','2013-12-12 10:53:17','',0,'http://www.thetradingroom.com/?p=653',0,'post','',0),(598,2,'2013-12-05 12:08:08','2013-12-05 12:08:08','UPDATED 7:00 ET \r\n\r\n&gt;&gt; STOCKS - European stocks were little changed, following a four-day decline, as investors awaited the latest interest-rate decision from the European Central Bank. U.S. index futures fluctuated, while Asian shares fell. \r\n\r\n&gt;&gt; BONDS - Treasuries were near the cheapest since September on speculation a U.S. employment report tomorrow will show growth in the labor market, while investors prepared to bid at note and bond auctions next week. \r\n\r\n&gt;&gt; COMMODITIES - Crude Oil rose for a fifth day  after gaining 1.2 percent yesterday, the longest rising streak since August. \r\n\r\n&gt;&gt; CURRENCIES - The Japanese Yen strengthened for a third day against the dollar and the euro as Asian equities fell, boosting demand for the  currency. \r\n\r\n&gt;&gt; ECONOMIC DATA - EUR Minimum Bid Rate due at 7:45, ECB Press Conference, US Prelim GDP, US Unemployment Claims and CAD Building Permits at 8:30, CAD Ivey PMI at 10:00,  Natural Gas Storage at 10:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News-1024x550.jpg\" alt=\"Direct-Market-Touch-Stock-Exchange-News\" width=\"570\" height=\"306\" class=\"alignnone size-large wp-image-442\" /></a>\r\n\r\n\r\n','RiosQuant – Overnight Trading Action in the Global Markets','','publish','open','closed','','riosquant-overnight-trading-action-global-markets-7','','','2013-12-05 12:09:34','2013-12-05 12:09:34','',0,'http://www.thetradingroom.com/?p=598',0,'post','',0),(599,2,'2013-12-05 12:08:08','2013-12-05 12:08:08','UPDATED 7:00 ET \r\n\r\nSTOCKS - European stocks were little changed, following a four-day decline, as investors awaited the latest interest-rate decision from the European Central Bank. U.S. index futures fluctuated, while Asian shares fell. \r\n\r\nBONDS - Treasuries were near the cheapest since September on speculation a U.S. employment report tomorrow will show growth in the labor market, while investors prepared to bid at note and bond auctions next week. \r\n\r\nCOMMODITIES - Crude Oil rose for a fifth day  after gaining 1.2 percent yesterday, the longest rising streak since August. \r\n\r\nCURRENCIES - The Japanese Yen strengthened for a third day against the dollar and the euro as Asian equities fell, boosting demand for the  currency. \r\n\r\nECONOMIC DATA - EUR Minimum Bid Rate due at 7:45, ECB Press Conference, US Prelim GDP, US Unemployment Claims and CAD Building Permits at 8:30, CAD Ivey PMI at 10:00,  Natural Gas Storage at 10:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News-1024x550.jpg\" alt=\"Direct-Market-Touch-Stock-Exchange-News\" width=\"570\" height=\"306\" class=\"alignnone size-large wp-image-442\" /></a>\r\n\r\n\r\n','RiosQuant – Overnight Trading Action in the Global Markets','','inherit','open','closed','','598-revision-v1','','','2013-12-05 12:08:08','2013-12-05 12:08:08','',598,'http://www.thetradingroom.com/598-revision-v1/',0,'revision','',0),(600,2,'2013-12-05 12:09:17','2013-12-05 12:09:17','UPDATED 7:00 ET \n\n&gt;&gt; STOCKS - European stocks were little changed, following a four-day decline, as investors awaited the latest interest-rate decision from the European Central Bank. U.S. index futures fluctuated, while Asian shares fell. \n\n&gt;&gt; BONDS - Treasuries were near the cheapest since September on speculation a U.S. employment report tomorrow will show growth in the labor market, while investors prepared to bid at note and bond auctions next week. \n\n&gt;COMMODITIES - Crude Oil rose for a fifth day  after gaining 1.2 percent yesterday, the longest rising streak since August. \n\nCURRENCIES - The Japanese Yen strengthened for a third day against the dollar and the euro as Asian equities fell, boosting demand for the  currency. \n\nECONOMIC DATA - EUR Minimum Bid Rate due at 7:45, ECB Press Conference, US Prelim GDP, US Unemployment Claims and CAD Building Permits at 8:30, CAD Ivey PMI at 10:00,  Natural Gas Storage at 10:30 ET.\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News-1024x550.jpg\" alt=\"Direct-Market-Touch-Stock-Exchange-News\" width=\"570\" height=\"306\" class=\"alignnone size-large wp-image-442\" /></a>\n\n\n','RiosQuant – Overnight Trading Action in the Global Markets','','inherit','open','closed','','598-autosave-v1','','','2013-12-05 12:09:17','2013-12-05 12:09:17','',598,'http://www.thetradingroom.com/598-autosave-v1/',0,'revision','',0),(601,2,'2013-12-05 12:09:34','2013-12-05 12:09:34','UPDATED 7:00 ET \r\n\r\n&gt;&gt; STOCKS - European stocks were little changed, following a four-day decline, as investors awaited the latest interest-rate decision from the European Central Bank. U.S. index futures fluctuated, while Asian shares fell. \r\n\r\n&gt;&gt; BONDS - Treasuries were near the cheapest since September on speculation a U.S. employment report tomorrow will show growth in the labor market, while investors prepared to bid at note and bond auctions next week. \r\n\r\n&gt;&gt; COMMODITIES - Crude Oil rose for a fifth day  after gaining 1.2 percent yesterday, the longest rising streak since August. \r\n\r\n&gt;&gt; CURRENCIES - The Japanese Yen strengthened for a third day against the dollar and the euro as Asian equities fell, boosting demand for the  currency. \r\n\r\n&gt;&gt; ECONOMIC DATA - EUR Minimum Bid Rate due at 7:45, ECB Press Conference, US Prelim GDP, US Unemployment Claims and CAD Building Permits at 8:30, CAD Ivey PMI at 10:00,  Natural Gas Storage at 10:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News-1024x550.jpg\" alt=\"Direct-Market-Touch-Stock-Exchange-News\" width=\"570\" height=\"306\" class=\"alignnone size-large wp-image-442\" /></a>\r\n\r\n\r\n','RiosQuant – Overnight Trading Action in the Global Markets','','inherit','open','closed','','598-revision-v1','','','2013-12-05 12:09:34','2013-12-05 12:09:34','',598,'http://www.thetradingroom.com/598-revision-v1/',0,'revision','',0),(603,2,'2013-12-05 22:09:16','2013-12-05 22:09:16','RiosQuant head global trader Edward Preston aka EP trades Natural Gas inventory data on Wednesday in our Live Trading Room TradeLAB. Below is today\'s trade in Natural Gas futures. Three contracts using RQ Channel indicators for a total profit of $550.00. Learn to trade with forward looking indicators in a live trading environment with real traders and coaches. Sign up for a free trial by clicking http://www.riosquant.com/subscribe?product_id=16\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/NG-report-TradeLAB.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/NG-report-TradeLAB-1024x602.jpg\" alt=\"NG report TradeLAB\" width=\"570\" height=\"335\" class=\"alignnone size-large wp-image-604\" /></a>','RiosQuant Live Trading Room - TradeLAB','','publish','open','closed','','riosquant-live-trading-room-tradelab','','','2013-12-05 22:09:16','2013-12-05 22:09:16','',0,'http://www.thetradingroom.com/?p=603',0,'post','',0),(662,2,'2013-12-13 12:53:05','2013-12-13 12:53:05','UPDATED 7:40 ET \r\n\r\nSTOCKS - European stocks were little changed, heading for a second weekly drop. U.S. stock-index futures rose, while Asian shares fell. \r\n\r\nBONDS - Treasuries were the cheapest since September as investors waited for the U.S.  to sell $112 billion of notes next week. \r\n\r\nCOMMODITIES - Gold traded sideways in London as investors weighed signs physical demand may rise at lower prices against the outlook for less U.S. stimulus. \r\n\r\nCURRENCIES -The British Pound fell for a third day on speculation gains that saw the U.K. currency reach the highest level in more than two years were overdone. \r\n\r\nECONOMIC DATA - US  PPI m/m due at 8:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/pie-chart.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/pie-chart.jpg\" alt=\"pie chart\" width=\"410\" height=\"299\" class=\"alignnone size-full wp-image-663\" /></a><a href=\"http://www.riosquant.com/account/register?trial=1\" title=\"Access Full Report\"></a><a href=\"http://www.riosquant.com/account/register?trial=1\" title=\"Access Full Report\"></a>','RiosQuant – Overnight Trading Action in the Global Markets','','publish','open','closed','','riosquant-overnight-trading-action-global-markets-13','','','2013-12-13 12:53:57','2013-12-13 12:53:57','',0,'http://www.thetradingroom.com/?p=662',0,'post','',0),(604,2,'2013-12-05 22:07:03','2013-12-05 22:07:03','','NG report TradeLAB','','inherit','open','closed','','ng-report-tradelab','','','2013-12-05 22:07:03','2013-12-05 22:07:03','',603,'http://www.thetradingroom.com/wp-content/uploads/2013/12/NG-report-TradeLAB.jpg',0,'attachment','image/jpeg',0),(605,2,'2013-12-05 22:09:16','2013-12-05 22:09:16','RiosQuant head global trader Edward Preston aka EP trades Natural Gas inventory data on Wednesday in our Live Trading Room TradeLAB. Below is today\'s trade in Natural Gas futures. Three contracts using RQ Channel indicators for a total profit of $550.00. Learn to trade with forward looking indicators in a live trading environment with real traders and coaches. Sign up for a free trial by clicking http://www.riosquant.com/subscribe?product_id=16\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/NG-report-TradeLAB.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/NG-report-TradeLAB-1024x602.jpg\" alt=\"NG report TradeLAB\" width=\"570\" height=\"335\" class=\"alignnone size-large wp-image-604\" /></a>','RiosQuant Live Trading Room - TradeLAB','','inherit','open','closed','','603-revision-v1','','','2013-12-05 22:09:16','2013-12-05 22:09:16','',603,'http://www.thetradingroom.com/603-revision-v1/',0,'revision','',0),(607,2,'2013-12-06 12:26:16','2013-12-06 12:26:16','UPDATED 7:00 ET \r\n\r\n&gt;&gt; STOCKS - European stocks rose, ending a five- day losing streak. U.S. stock-index futures and Asian shares gained. \r\n\r\n&gt;&gt; BONDS - US Treasuries headed for their biggest weekly decline in a month as traders speculated whether the U.S. economy added sufficient jobs last month to prompt the Federal Reserve to withdraw monetary stimulus. \r\n\r\n&gt;&gt; COMMODITIES - Copper advanced in London, poised for a weekly gain, on expectation a planned ban on all ore exports from Indonesia will curb supplies. \r\n \r\n&gt;&gt;CURRENCIES - The yen fell for the first time in four days against the dollar after the head of an advisory panel called on Japan’s Government Pension Investment Fund to start cutting domestic debt holdings right away. \r\n\r\n&gt;&gt; ECONOMIC DATA - US Non-Farm Employment Change and CAD Unemployment Rate due at 8:30, Prelim UoM Consumer Sentiment at 9:55 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/quote-board-blue.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/quote-board-blue.jpg\" alt=\"quote board blue\" width=\"365\" height=\"274\" class=\"alignnone size-full wp-image-608\" /></a>','RiosQuant – Overnight Trading Action in the Global Markets','','publish','open','closed','','riosquant-overnight-trading-action-global-markets-8','','','2013-12-06 12:28:57','2013-12-06 12:28:57','',0,'http://www.thetradingroom.com/?p=607',0,'post','',0),(608,2,'2013-12-06 12:23:31','2013-12-06 12:23:31','','quote board blue','','inherit','open','closed','','quote-board-blue','','','2013-12-06 12:23:31','2013-12-06 12:23:31','',607,'http://www.thetradingroom.com/wp-content/uploads/2013/12/quote-board-blue.jpg',0,'attachment','image/jpeg',0),(609,2,'2013-12-06 12:26:16','2013-12-06 12:26:16','UPDATED 7:00 ET \r\n&gt;&gt; STOCKS - European stocks rose, ending a five- day losing streak. U.S. stock-index futures and Asian shares gained. \r\n&gt;&gt; BONDS - US Treasuries headed for their biggest weekly decline in a month as traders speculated whether the U.S. economy added sufficient jobs last month to prompt the Federal Reserve to withdraw monetary stimulus. \r\n&gt;&gt; COMMODITIES - Copper advanced in London, poised for a weekly gain, on expectation a planned ban on all ore exports from Indonesia will curb supplies.  \r\n&gt;&gt;CURRENCIES - The yen fell for the first time in four days against the dollar after the head of an advisory panel called on Japan’s Government Pension Investment Fund to start cutting domestic debt holdings right away. \r\n&gt;&gt; ECONOMIC DATA - US Non-Farm Employment Change and CAD Unemployment Rate due at 8:30, Prelim UoM Consumer Sentiment at 9:55 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/rq_tech.png\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/rq_tech.png\" alt=\"rq_tech\" width=\"320\" height=\"216\" class=\"alignnone size-full wp-image-440\" /></a>','RiosQuant – Overnight Trading Action in the Global Markets','','inherit','open','closed','','607-revision-v1','','','2013-12-06 12:26:16','2013-12-06 12:26:16','',607,'http://www.thetradingroom.com/607-revision-v1/',0,'revision','',0),(610,2,'2013-12-06 12:28:29','2013-12-06 12:28:29','UPDATED 7:00 ET \n&gt;&gt; STOCKS - European stocks rose, ending a five- day losing streak. U.S. stock-index futures and Asian shares gained. \n\n&gt;&gt; BONDS - US Treasuries headed for their biggest weekly decline in a month as traders speculated whether the U.S. economy added sufficient jobs last month to prompt the Federal Reserve to withdraw monetary stimulus. \n&gt;&gt; COMMODITIES - Copper advanced in London, poised for a weekly gain, on expectation a planned ban on all ore exports from Indonesia will curb supplies.  \n&gt;&gt;CURRENCIES - The yen fell for the first time in four days against the dollar after the head of an advisory panel called on Japan’s Government Pension Investment Fund to start cutting domestic debt holdings right away. \n&gt;&gt; ECONOMIC DATA - US Non-Farm Employment Change and CAD Unemployment Rate due at 8:30, Prelim UoM Consumer Sentiment at 9:55 ET.\n\n','RiosQuant – Overnight Trading Action in the Global Markets','','inherit','open','closed','','607-autosave-v1','','','2013-12-06 12:28:29','2013-12-06 12:28:29','',607,'http://www.thetradingroom.com/607-autosave-v1/',0,'revision','',0),(611,2,'2013-12-06 12:28:57','2013-12-06 12:28:57','UPDATED 7:00 ET \r\n\r\n&gt;&gt; STOCKS - European stocks rose, ending a five- day losing streak. U.S. stock-index futures and Asian shares gained. \r\n\r\n&gt;&gt; BONDS - US Treasuries headed for their biggest weekly decline in a month as traders speculated whether the U.S. economy added sufficient jobs last month to prompt the Federal Reserve to withdraw monetary stimulus. \r\n\r\n&gt;&gt; COMMODITIES - Copper advanced in London, poised for a weekly gain, on expectation a planned ban on all ore exports from Indonesia will curb supplies. \r\n \r\n&gt;&gt;CURRENCIES - The yen fell for the first time in four days against the dollar after the head of an advisory panel called on Japan’s Government Pension Investment Fund to start cutting domestic debt holdings right away. \r\n\r\n&gt;&gt; ECONOMIC DATA - US Non-Farm Employment Change and CAD Unemployment Rate due at 8:30, Prelim UoM Consumer Sentiment at 9:55 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/quote-board-blue.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/quote-board-blue.jpg\" alt=\"quote board blue\" width=\"365\" height=\"274\" class=\"alignnone size-full wp-image-608\" /></a>','RiosQuant – Overnight Trading Action in the Global Markets','','inherit','open','closed','','607-revision-v1','','','2013-12-06 12:28:57','2013-12-06 12:28:57','',607,'http://www.thetradingroom.com/607-revision-v1/',0,'revision','',0),(612,2,'2013-12-09 00:42:38','2013-12-09 00:42:38','Recently global stock indices have been the primary benchmark for risk assets in the financial markets. Monday through Thursday we witnessed most stock indices retreating after positive economic data releases. However, on Friday following the US jobs report, most US and European stocks (Asian markets were closed) bounced back to regain the losses. US Ten Year Note Yields continue to be trader\'s main focus for the Fed\'s taper timing.  Currency traders are also keened on the correlation between risk currencies and US yields. Take note on the RQ Cross Box trend analysis ranking, last week when the US Ten Year Note was revised to a bearish -4 trend ranking (rising yield), the Euro followed soon thereafter with a bullish 4 ranking and the US Dollar on the Hot List was also revised with a bearish -4 ranking. I expect the high correlation to continue for the rest of December.\r\n\r\nEnergy commodities finished the week outperforming the major asset classes with Crude Oil gaining 5.5% and Natural Gas 4.5%. \r\n\r\nThis week\'s economic calendar is light, however take special note of economic data from China. I believe the metals will be the asset class to provide trading opportunities in the week ahead.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing2.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing2.jpg\" alt=\"joe shadow writing2\" width=\"600\" height=\"400\" class=\"alignnone size-full wp-image-451\" /></a>\r\n\r\nSunday\r\n8:30 PM	CNY	CPI And PPI\r\n\r\nMonday\r\n12:15 PM GBP    BOE Gov. Carney Speaks\r\n1:05 PM	USD	FOMC Member Bullard Speaks\r\n7:30 PM	AUD	NAB Business Confidence\r\n\r\nTuesday\r\n12:30 AM CNY	Industrial Production\r\n4:30 AM	GBP	Manufacturing Production\r\n7:00 AM	EUR	ECB Precedent Draghi Speaks\r\n\r\nWednesday\r\n10:30 AM	Crude Oil Inventories\r\n1:01 PM	USD	10 Year Note Auction\r\n2:00 PM	USD	Federal Budget Balance\r\n3:00 PM	NZD	RBNZ Rate Statement And Press Conference\r\n7:10 PM	NZD	RBNZ Gov. Wheeler Speaks\r\n7:30 PM	AUD	Unemployment Rate\r\n\r\nThursday\r\n3:00 AM	EUR	ECB President Draghi Speaks\r\n3:30 AM CHF	SNB Monetary Policy Assessment\r\n4:00 AM	CHF	SNB Press Conference\r\n8:30 AM	USD	Retail Sales And Unemployment Claims\r\n10:30 AM	Natural Gas Storage\r\n1:05 PM	CAD	BOC Gov. Poloz Speaks\r\n\r\nFriday\r\n8:30 AM	USD	PPI\r\n\r\nLive Trading Rooms - For free trial click on the following link: \r\nhttp://www.riosquant.com/subscribe?product_id=16\r\n\r\n&gt;&gt;IQ Room - Advance concepts with Joe Rios\r\n	Monday Wednesday and Thursday beginning at 1:30 PM\r\n&gt;&gt;ABC trading - Automated algorithmic trading systems\r\n	Tuesday Wednesday and Thursday beginning at 8:00 AM\r\n&gt;&gt;TradeLAB - Global trading with quantitative technologies\r\n	Monday through Friday beginning at 8:00 AM\r\n&gt;&gt;TradeLAB - En Espanol\r\n	Monday and Friday beginning at 8:00 AM\r\n','The Week Ahead –  Spotlight on China Data by RiosQuant founder Joe Rios','','publish','open','closed','','week-ahead-spotlight-china-data-riosquant-founder-joe-rios','','','2013-12-09 04:57:52','2013-12-09 04:57:52','',0,'http://www.thetradingroom.com/?p=612',0,'post','',0),(613,2,'2013-12-09 00:42:38','2013-12-09 00:42:38','Recently global stock indices have been the primary benchmark for risk assets in the financial markets. Monday through Friday we witnessed most stock indices retreating after positive economic data releases. However, on Friday following the US jobs report, most US and European stocks (Asian markets were closed) bounced back to regain the losses. US Ten Year Note Yields continue to be trader\'s main focus for the Fed\'s taper timing.  Currency traders are also keened on the correlation between risk currencies and US yields. Take note on the RQ Cross Box trend analysis ranking, last week when the US Ten Year Note was revised to a bearish -4 trend ranking (rising yield), the Euro followed soon thereafter with a bullish 4 ranking and the US Dollar on the Hot List was also revised with a bearish -4 ranking. I expect the high correlation to continue for the rest of December.\r\n\r\nEnergy commodities  finished the week outperforming the major asset classes with Crude Oil gaining 5.5% and Natural Gas 4.5%. \r\n\r\nThis week\'s economic calendar is light, however take special note of economic data from China. I believe the metals will be the asset class to provide trading opportunities in the week ahead.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing2.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing2.jpg\" alt=\"joe shadow writing2\" width=\"600\" height=\"400\" class=\"alignnone size-full wp-image-451\" /></a>\r\n\r\nSunday\r\n8:30 PM	CNY	CPI And PPI\r\n\r\nMonday\r\n12:15 PM GBP    BOE Gov. Carney Speaks\r\n1:05 PM	USD	FOMC Member Bullard Speaks\r\n7:30 PM	AUD	NAB Business Confidence\r\n\r\nTuesday\r\n12:30 AM CNY	Industrial Production\r\n4:30 AM	GBP	Manufacturing Production\r\n7:00 AM	EUR	ECB Precedent Draghi Speaks\r\n\r\nWednesday\r\n10:30 AM	Crude Oil Inventories\r\n1:01 PM	USD	10 Year Note Auction\r\n2:00 PM	USD	Federal Budget Balance\r\n3:00 PM	NZD	RBNZ Rate Statement And Press Conference\r\n7:10 PM	NZD	RBNZ Gov. Wheeler Speaks\r\n7:30 PM	AUD	Unemployment Rate\r\n\r\nThursday\r\n3:00 AM	EUR	ECB President Draghi Speaks\r\n3:30 AM CHF	SNB Monetary Policy Assessment\r\n4:00 AM	CHF	SNB Press Conference\r\n8:30 AM	USD	Retail Sales And Unemployment Claims\r\n10:30 AM	Natural Gas Storage\r\n1:05 PM	CAD	BOC Gov. Poloz Speaks\r\n\r\nFriday\r\n8:30 AM	USD	PPI\r\n\r\nLive Trading Rooms - For free trial click on the following link: \r\nhttp://www.riosquant.com/subscribe?product_id=16\r\n\r\n&gt;&gt;IQ Room - Advance concepts with Joe Rios\r\n	Monday Wednesday and Thursday beginning at 1:30 PM\r\n&gt;&gt;ABC trading - Automated algorithmic trading systems\r\n	Tuesday Wednesday and Thursday beginning at 8:00 AM\r\n&gt;&gt;TradeLAB - Global trading with quantitative technologies\r\n	Monday through Friday beginning at 8:00 AM\r\n&gt;&gt;TradeLAB - En Espanol\r\n	Monday and Friday beginning at 8:00 AM\r\n','The Week Ahead –  Spotlight on China Data by RiosQuant founder Joe Rios','','inherit','open','closed','','612-revision-v1','','','2013-12-09 00:42:38','2013-12-09 00:42:38','',612,'http://www.thetradingroom.com/612-revision-v1/',0,'revision','',0),(614,2,'2013-12-09 00:57:09','2013-12-09 00:57:09','Recently global stock indices have been the primary benchmark for risk assets in the financial markets. Monday through Friday we witnessed most stock indices retreating after positive economic data releases. However, on Friday following the US jobs report, most US and European stocks (Asian markets were closed) bounced back to regain the losses. US Ten Year Note Yields continue to be trader\'s main focus for the Fed\'s taper timing.  Currency traders are also keened on the correlation between risk currencies and US yields. Take note on the RQ Cross Box trend analysis ranking, last week when the US Ten Year Note was revised to a bearish -4 trend ranking (rising yield), the Euro followed soon thereafter with a bullish 4 ranking and the US Dollar on the Hot List was also revised with a bearish -4 ranking. I expect the high correlation to continue for the rest of December.\n\nEnergy commodities finished the week outperforming the major asset classes with Crude Oil gaining 5.5% and Natural Gas 4.5%. \n\nThis week\'s economic calendar is light, however take special note of economic data from China. I believe the metals will be the asset class to provide trading opportunities in the week ahead.\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing2.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing2.jpg\" alt=\"joe shadow writing2\" width=\"600\" height=\"400\" class=\"alignnone size-full wp-image-451\" /></a>\n\nSunday\n8:30 PM	CNY	CPI And PPI\n\nMonday\n12:15 PM GBP    BOE Gov. Carney Speaks\n1:05 PM	USD	FOMC Member Bullard Speaks\n7:30 PM	AUD	NAB Business Confidence\n\nTuesday\n12:30 AM CNY	Industrial Production\n4:30 AM	GBP	Manufacturing Production\n7:00 AM	EUR	ECB Precedent Draghi Speaks\n\nWednesday\n10:30 AM	Crude Oil Inventories\n1:01 PM	USD	10 Year Note Auction\n2:00 PM	USD	Federal Budget Balance\n3:00 PM	NZD	RBNZ Rate Statement And Press Conference\n7:10 PM	NZD	RBNZ Gov. Wheeler Speaks\n7:30 PM	AUD	Unemployment Rate\n\nThursday\n3:00 AM	EUR	ECB President Draghi Speaks\n3:30 AM CHF	SNB Monetary Policy Assessment\n4:00 AM	CHF	SNB Press Conference\n8:30 AM	USD	Retail Sales And Unemployment Claims\n10:30 AM	Natural Gas Storage\n1:05 PM	CAD	BOC Gov. Poloz Speaks\n\nFriday\n8:30 AM	USD	PPI\n\nLive Trading Rooms - For free trial click on the following link: \nhttp://www.riosquant.com/subscribe?product_id=16\n\n&gt;&gt;IQ Room - Advance concepts with Joe Rios\n	Monday Wednesday and Thursday beginning at 1:30 PM\n&gt;&gt;ABC trading - Automated algorithmic trading systems\n	Tuesday Wednesday and Thursday beginning at 8:00 AM\n&gt;&gt;TradeLAB - Global trading with quantitative technologies\n	Monday through Friday beginning at 8:00 AM\n&gt;&gt;TradeLAB - En Espanol\n	Monday and Friday beginning at 8:00 AM\n','The Week Ahead –  Spotlight on China Data by RiosQuant founder Joe Rios','','inherit','open','closed','','612-autosave-v1','','','2013-12-09 00:57:09','2013-12-09 00:57:09','',612,'http://www.thetradingroom.com/612-autosave-v1/',0,'revision','',0),(615,2,'2013-12-09 04:57:52','2013-12-09 04:57:52','Recently global stock indices have been the primary benchmark for risk assets in the financial markets. Monday through Thursday we witnessed most stock indices retreating after positive economic data releases. However, on Friday following the US jobs report, most US and European stocks (Asian markets were closed) bounced back to regain the losses. US Ten Year Note Yields continue to be trader\'s main focus for the Fed\'s taper timing.  Currency traders are also keened on the correlation between risk currencies and US yields. Take note on the RQ Cross Box trend analysis ranking, last week when the US Ten Year Note was revised to a bearish -4 trend ranking (rising yield), the Euro followed soon thereafter with a bullish 4 ranking and the US Dollar on the Hot List was also revised with a bearish -4 ranking. I expect the high correlation to continue for the rest of December.\r\n\r\nEnergy commodities finished the week outperforming the major asset classes with Crude Oil gaining 5.5% and Natural Gas 4.5%. \r\n\r\nThis week\'s economic calendar is light, however take special note of economic data from China. I believe the metals will be the asset class to provide trading opportunities in the week ahead.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing2.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing2.jpg\" alt=\"joe shadow writing2\" width=\"600\" height=\"400\" class=\"alignnone size-full wp-image-451\" /></a>\r\n\r\nSunday\r\n8:30 PM	CNY	CPI And PPI\r\n\r\nMonday\r\n12:15 PM GBP    BOE Gov. Carney Speaks\r\n1:05 PM	USD	FOMC Member Bullard Speaks\r\n7:30 PM	AUD	NAB Business Confidence\r\n\r\nTuesday\r\n12:30 AM CNY	Industrial Production\r\n4:30 AM	GBP	Manufacturing Production\r\n7:00 AM	EUR	ECB Precedent Draghi Speaks\r\n\r\nWednesday\r\n10:30 AM	Crude Oil Inventories\r\n1:01 PM	USD	10 Year Note Auction\r\n2:00 PM	USD	Federal Budget Balance\r\n3:00 PM	NZD	RBNZ Rate Statement And Press Conference\r\n7:10 PM	NZD	RBNZ Gov. Wheeler Speaks\r\n7:30 PM	AUD	Unemployment Rate\r\n\r\nThursday\r\n3:00 AM	EUR	ECB President Draghi Speaks\r\n3:30 AM CHF	SNB Monetary Policy Assessment\r\n4:00 AM	CHF	SNB Press Conference\r\n8:30 AM	USD	Retail Sales And Unemployment Claims\r\n10:30 AM	Natural Gas Storage\r\n1:05 PM	CAD	BOC Gov. Poloz Speaks\r\n\r\nFriday\r\n8:30 AM	USD	PPI\r\n\r\nLive Trading Rooms - For free trial click on the following link: \r\nhttp://www.riosquant.com/subscribe?product_id=16\r\n\r\n&gt;&gt;IQ Room - Advance concepts with Joe Rios\r\n	Monday Wednesday and Thursday beginning at 1:30 PM\r\n&gt;&gt;ABC trading - Automated algorithmic trading systems\r\n	Tuesday Wednesday and Thursday beginning at 8:00 AM\r\n&gt;&gt;TradeLAB - Global trading with quantitative technologies\r\n	Monday through Friday beginning at 8:00 AM\r\n&gt;&gt;TradeLAB - En Espanol\r\n	Monday and Friday beginning at 8:00 AM\r\n','The Week Ahead –  Spotlight on China Data by RiosQuant founder Joe Rios','','inherit','open','closed','','612-revision-v1','','','2013-12-09 04:57:52','2013-12-09 04:57:52','',612,'http://www.thetradingroom.com/612-revision-v1/',0,'revision','',0),(616,2,'2013-12-09 12:29:31','2013-12-09 12:29:31','UPDATED 7:15 ET\r\n\r\n&gt;&gt; STOCKS - European stocks were little changed as a gauge of mining companies declined, offsetting a report that showed Chinese exports climbed more than expected. U.S. index futures were little changed, while Asian shares gained. \r\n\r\n&gt;&gt; BONDS - Germany’s government bonds stayed higher as industrial production unexpectedly dropped for a second month, adding to speculation policy makers will keep borrowing costs low for longer to support growth. \r\n\r\n&gt;&gt; COMMODITIES - Premiums for imported copper in China, the \r\nworld’s biggest consumer, remained near a record on demand for import financing even as the country moved to control capital inflows. \r\n\r\n&gt;&gt; CURRENCIES - The yen weakened as global stocks advanced before regional Federal Reserve presidents speak amid speculation the U.S. central bank will consider reducing monetary stimulus as early as next week.\r\n\r\n &gt;&gt; ECONOMIC DATA - BOE Gov Carney Speaks at 12:15, FOMC Member Bullard Speaks at 1:01, AUD NAB \r\nBusiness Confidence at 19:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg\" alt=\"clock red wall\" width=\"402\" height=\"302\" class=\"alignnone size-full wp-image-567\" /></a>\r\n','RiosQuant – Overnight Trading Action in the Global Markets','','publish','open','closed','','riosquant-overnight-trading-action-global-markets-9','','','2013-12-09 12:30:09','2013-12-09 12:30:09','',0,'http://www.thetradingroom.com/?p=616',0,'post','',0),(617,2,'2013-12-09 12:29:31','2013-12-09 12:29:31','UPDATED 7:15 ET\r\n\r\n&gt;&gt; STOCKS - European stocks were little changed as a gauge of mining companies declined, offsetting a report that showed Chinese exports climbed more than expected. U.S. index futures were little changed, while Asian shares gained. \r\n\r\n&gt;&gt; BONDS - Germany’s government bonds stayed higher as industrial production unexpectedly dropped for a second month, adding to speculation policy makers will keep borrowing costs low for longer to support growth. \r\n\r\n&gt;&gt; COMMODITIES - Premiums for imported copper in China, the \r\nworld’s biggest consumer, remained near a record on demand for import financing even as the country moved to control capital inflows. \r\n\r\n&gt;&gt; CURRENCIES - The yen weakened as global stocks advanced before regional Federal Reserve presidents speak amid speculation the U.S. central bank will consider reducing monetary stimulus as early as next week.\r\n &gt;&gt; ECONOMIC DATA - BOE Gov Carney Speaks at 12:15, FOMC Member Bullard Speaks at 1:01, AUD NAB \r\nBusiness Confidence at 19:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg\" alt=\"clock red wall\" width=\"402\" height=\"302\" class=\"alignnone size-full wp-image-567\" /></a>\r\n','RiosQuant – Overnight Trading Action in the Global Markets','','inherit','open','closed','','616-revision-v1','','','2013-12-09 12:29:31','2013-12-09 12:29:31','',616,'http://www.thetradingroom.com/616-revision-v1/',0,'revision','',0),(618,2,'2013-12-09 16:34:36','2013-12-09 16:34:36','\r\nThe risk of loss in trading commodity futures contracts can be substantial. You should therefore carefully consider whether such trading is suitable for you in light of your financial condition. You may sustain a total loss of the initial margin funds and any additional funds that you deposit with your broker to establish or maintain a position in the commodity futures market. Hypothetical or simulated performance results have certain limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since trades may or may not have been actually executed, the results may have under or over-compensated for the impact, if any of certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation can, will or is being made that any account will, or is likely to, achieve profits or losses similar to those shown in this hypothetical performance record. We recommend that before you start trading to \"Get the Facts\" from the CFTC or visit the National Futures Association web site for additional information.\r\n\r\nRisk Disclosure Statement for Futures and Options\r\nThis brief statement does not disclose all of the risks and other significant aspects of trading in futures and options. In light of the risks, you should undertake such transactions only if you understand the nature of the contracts (and contractual relationships) into which you are entering and the extent of your exposure to risk. Trading in futures and options is not suitable for many members of the public. You should carefully consider whether trading is appropriate for you in light of your experience, objectives, financial resources and other relevant circumstances.\r\n\r\nFutures\r\n1. Effect of \"Leverage\" or \"Gearing\"\r\nTransactions in futures carry a high degree of risk. The amount of Initial margin is small relative to the value of the futures contract so that transactions are \'leveraged\' or \'geared\'. A relatively small market movement will have a proportionately larger impact on the funds you have deposited or will have to deposit: this may work against you as well as for you. You may sustain a total loss of initial margin funds and any additional funds deposited with the firm to maintain your position. If the market moves against your position or margin levels are increased, you may be called upon to pay substantial additional funds on short notice to maintain your position. If you fail to comply with a request for additional funds within the time prescribed, your position may be liquidated at a loss and you will be liable for any resulting deficit.\r\n\r\n2. Risk-reducing orders or strategies\r\nThe placing of certain orders (e.g., \"stop-loss\" orders, where permitted under local law, or \"stop-limit\" orders) which are intended to limit losses to certain amounts may not be effective because market conditions may make it Impossible to execute such orders. Strategies using combinations of positions, such as \"spread\" and \"straddle\" positions, may be as risky as taking simple \"long\" or \"short\" positions.\r\n\r\nOptions\r\n3. Variable degree of risk\r\nTransactions in options carry a high degree of risk. Purchasers and sellers of options should familiarize themselves with the type of option (i.e., put or call) which they contemplate trading and the associated risks. You should calculate the extent to which the value of the options must increase for your position to become profitable, taking into account the premium and all transaction costs. The purchaser of options may offset or exercise the options or allow the options to expire. The exercise of an option results either in a cash settlement or in the purchaser acquiring or delivering the underlying interest. If the option is on a future, the purchaser will acquire a futures position with associated liabilities for margin (see the section on Futures above). If the purchased options expire worthless, you will suffer a total loss of your investment which will consist of the option premium plus transaction costs. If you are contemplating purchasing deep-out-of-the-money options, you should be aware that the chance of such options becoming profitable ordinarily is remote. Selling (\"writing\" or \"granting\") an option generally entails considerably greater risk then purchasing options. Although the premium received by the seller is fixed, the seller may sustain a loss well in excess of that amount. The seller will be liable for additional margin to maintain the position if the market moves unfavorably. The seller will also be exposed to the risk of the purchaser exercising the option and the seller will be obligated to either settle the option in cash or to acquire or deliver the underlying interest. If the option is on a future, the seller will acquire a position in a future with associated liabilities for margin (see the section on Futures above). If the option is \"covered\" by the seller holding a corresponding position in the underlying interest or a future or another option, the risk may be reduced. If the option is not covered, the risk of loss can be unlimited. Certain exchanges in some jurisdictions permit deferred payment of the option premium, exposing the purchaser to liability for margin payments not exceeding the amount of the premium. The purchaser is still subject to the risk of losing the premium and transaction costs. When the option is exercised or expires, the purchaser is responsible for any unpaid premium outstanding at that time.\r\n\r\nAdditional risks common to futures and options\r\n4. Terms and conditions of contracts\r\nYou should ask the firm with which you deal about the terms and conditions of the specific futures or options which you are trading and associated obligations (e.g., the circumstances under which you may become obligated to make or take delivery of the underlying interest of a futures contract and, in respect of options, expiration dates and restrictions on the time for exercise). Under certain circumstances the specifications of outstanding contracts (including the exercise price of an option) may be modified by the exchange or clearing house to reflect changes in the underlying interest.\r\n\r\n5. Suspension or restriction of trading and pricing relationships\r\nMarket conditions (e.g., illiquidity) and/or the operation of the rules of certain markets (e.g., the suspension of trading in any contract or contract month because of price limits or \"circuit breakers\") may increase the risk of loss by making it difficult or impossible to effect transactions or liquidate/offset positions. If you have sold options, this may increase the risk of loss.\r\nFurther, normal pricing relationships between the underlying interest and the future, and the underlying interest and the option may not exist. This can occur when, for example, the futures contract underlying the option is subject to price limits while the option is not. The absence of an underlying reference price may make it difficult to judge \"fair\" value.\r\n\r\n6. Deposited cash and property\r\nYou should familiarize yourself with the protections accorded money or other property you deposit for domestic and foreign transactions, particularly in the event of a firm insolvency or bankruptcy. The extent to which you may recover your money or property may be governed by specific legislation or local rules. In some jurisdictions, property which has been specifically identifiable as your own will be pro-rated in the same manner as cash for purposes of distribution in the event of a shortfall.\r\n\r\n7. Commission and other charges\r\nBefore you begin to trade, you should obtain a clear explanation of all commission, fees and other charges for which you will be liable. These charges will affect your net profit (if any) or increase your loss.\r\n\r\n8. Transactions in other jurisdictions\r\nTransactions on markets in other jurisdictions, including markets formally linked to a domestic market, may expose you to additional risk. Such markets may be subject to regulation which may offer different or diminished investor protection. Before you trade you should enquire about any rules relevant to your particular transactions. Your local regulatory authority will be unable to compel the enforcement of the rules of regulatory authorities or markets in other jurisdictions where your transactions have been effected. You should ask the firm with which you deal for details about the types of redress available in both your home jurisdiction and other relevant jurisdictions before you start to trade.\r\n\r\n9. Currency risks\r\nThe profit or loss in transactions In foreign currency-denominated contracts (whether they are traded in your own or another jurisdiction) will be affected by fluctuations in currency rates where there is a need to convert from the currency denomination of the contract to another currency.\r\n\r\n10. Trading facilities\r\nMost open-outcry and electronic trading facilities are supported by computer-based component systems for the order-routing, execution, matching, registration or clearing of trades. As with all facilities and systems, they are vulnerable to temporary disruption or failure. Your ability to recover certain losses may be subject to limits on liability imposed by the system provider, the market, the clearing house and/or member firms. Such limits may vary: you should ask the firm with which you deal for details in this respect.\r\n\r\n11. Electronic trading\r\nTrading on an electronic trading system may differ not only from trading in an open-outcry market but also from trading on other electronic trading systems. If you undertake transactions on an electronic trading system, you will be exposed to risks associated with the system including the failure of hardware and software. The result of any system failure may be that your order is either not executed according to your instructions or is not executed at all.\r\n\r\n12. Off-exchange transactions\r\nIn some jurisdictions, and only then In restricted circumstances, firms are permitted to effect off-exchange transactions. The firm with which you deal may be acting as your counterparty to the transaction. It may be difficult or impossible to liquidate an existing position, to assess the value, to determine a fair price or to assess the exposure to risk. For these reasons, these transactions may involve increased risks. Off-exchange transactions may be less regulated or subject to a separate regulatory regime. Before you undertake such transactions, you should familiarize yourself with applicable rules and attendant risks.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/RQ-logo.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/RQ-logo.jpg\" alt=\"RQ-logo\" width=\"369\" height=\"200\" class=\"alignnone size-full wp-image-548\" /></a>','Risk Disclosure','','publish','open','closed','','risk-disclosure','','','2013-12-09 16:37:17','2013-12-09 16:37:17','',0,'http://www.thetradingroom.com/?p=618',0,'post','',0),(619,2,'2013-12-09 15:40:32','2013-12-09 15:40:32','Risk Disclosure\r\nThe risk of loss in trading commodity futures contracts can be substantial. You should therefore carefully consider whether such trading is suitable for you in light of your financial condition. You may sustain a total loss of the initial margin funds and any additional funds that you deposit with your broker to establish or maintain a position in the commodity futures market. Hypothetical or simulated performance results have certain limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since trades may or may not have been actually executed, the results may have under or over-compensated for the impact, if any of certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation can, will or is being made that any account will, or is likely to, achieve profits or losses similar to those shown in this hypothetical performance record. We recommend that before you start trading to \"Get the Facts\" from the CFTC or visit the National Futures Association web site for additional information.\r\n\r\nRisk Disclosure Statement for Futures and Options \r\nThis brief statement does not disclose all of the risks and other significant aspects of trading in futures and options. In light of the risks, you should undertake such transactions only if you understand the nature of the contracts (and contractual relationships) into which you are entering and the extent of your exposure to risk. Trading in futures and options is not suitable for many members of the public. You should carefully consider whether trading is appropriate for you in light of your experience, objectives, financial resources and other relevant circumstances.\r\n\r\nFutures\r\n1. Effect of \"Leverage\" or \"Gearing\" \r\nTransactions in futures carry a high degree of risk. The amount of Initial margin is small relative to the value of the futures contract so that transactions are \'leveraged\' or \'geared\'. A relatively small market movement will have a proportionately larger impact on the funds you have deposited or will have to deposit: this may work against you as well as for you. You may sustain a total loss of initial margin funds and any additional funds deposited with the firm to maintain your position. If the market moves against your position or margin levels are increased, you may be called upon to pay substantial additional funds on short notice to maintain your position. If you fail to comply with a request for additional funds within the time prescribed, your position may be liquidated at a loss and you will be liable for any resulting deficit.\r\n\r\n2. Risk-reducing orders or strategies \r\nThe placing of certain orders (e.g., \"stop-loss\" orders, where permitted under local law, or \"stop-limit\" orders) which are intended to limit losses to certain amounts may not be effective because market conditions may make it Impossible to execute such orders. Strategies using combinations of positions, such as \"spread\" and \"straddle\" positions, may be as risky as taking simple \"long\" or \"short\" positions.\r\n\r\nOptions\r\n3. Variable degree of risk \r\nTransactions in options carry a high degree of risk. Purchasers and sellers of options should familiarize themselves with the type of option (i.e., put or call) which they contemplate trading and the associated risks. You should calculate the extent to which the value of the options must increase for your position to become profitable, taking into account the premium and all transaction costs. The purchaser of options may offset or exercise the options or allow the options to expire. The exercise of an option results either in a cash settlement or in the purchaser acquiring or delivering the underlying interest. If the option is on a future, the purchaser will acquire a futures position with associated liabilities for margin (see the section on Futures above). If the purchased options expire worthless, you will suffer a total loss of your investment which will consist of the option premium plus transaction costs. If you are contemplating purchasing deep-out-of-the-money options, you should be aware that the chance of such options becoming profitable ordinarily is remote. Selling (\"writing\" or \"granting\") an option generally entails considerably greater risk then purchasing options. Although the premium received by the seller is fixed, the seller may sustain a loss well in excess of that amount. The seller will be liable for additional margin to maintain the position if the market moves unfavorably. The seller will also be exposed to the risk of the purchaser exercising the option and the seller will be obligated to either settle the option in cash or to acquire or deliver the underlying interest. If the option is on a future, the seller will acquire a position in a future with associated liabilities for margin (see the section on Futures above). If the option is \"covered\" by the seller holding a corresponding position in the underlying interest or a future or another option, the risk may be reduced. If the option is not covered, the risk of loss can be unlimited. Certain exchanges in some jurisdictions permit deferred payment of the option premium, exposing the purchaser to liability for margin payments not exceeding the amount of the premium. The purchaser is still subject to the risk of losing the premium and transaction costs. When the option is exercised or expires, the purchaser is responsible for any unpaid premium outstanding at that time.\r\n\r\nAdditional risks common to futures and options\r\n4. Terms and conditions of contracts \r\nYou should ask the firm with which you deal about the terms and conditions of the specific futures or options which you are trading and associated obligations (e.g., the circumstances under which you may become obligated to make or take delivery of the underlying interest of a futures contract and, in respect of options, expiration dates and restrictions on the time for exercise). Under certain circumstances the specifications of outstanding contracts (including the exercise price of an option) may be modified by the exchange or clearing house to reflect changes in the underlying interest.\r\n\r\n5. Suspension or restriction of trading and pricing relationships \r\nMarket conditions (e.g., illiquidity) and/or the operation of the rules of certain markets (e.g., the suspension of trading in any contract or contract month because of price limits or \"circuit breakers\") may increase the risk of loss by making it difficult or impossible to effect transactions or liquidate/offset positions. If you have sold options, this may increase the risk of loss. \r\nFurther, normal pricing relationships between the underlying interest and the future, and the underlying interest and the option may not exist. This can occur when, for example, the futures contract underlying the option is subject to price limits while the option is not. The absence of an underlying reference price may make it difficult to judge \"fair\" value.\r\n\r\n6. Deposited cash and property \r\nYou should familiarize yourself with the protections accorded money or other property you deposit for domestic and foreign transactions, particularly in the event of a firm insolvency or bankruptcy. The extent to which you may recover your money or property may be governed by specific legislation or local rules. In some jurisdictions, property which has been specifically identifiable as your own will be pro-rated in the same manner as cash for purposes of distribution in the event of a shortfall.\r\n\r\n7. Commission and other charges \r\nBefore you begin to trade, you should obtain a clear explanation of all commission, fees and other charges for which you will be liable. These charges will affect your net profit (if any) or increase your loss.\r\n\r\n8. Transactions in other jurisdictions \r\nTransactions on markets in other jurisdictions, including markets formally linked to a domestic market, may expose you to additional risk. Such markets may be subject to regulation which may offer different or diminished investor protection. Before you trade you should enquire about any rules relevant to your particular transactions. Your local regulatory authority will be unable to compel the enforcement of the rules of regulatory authorities or markets in other jurisdictions where your transactions have been effected. You should ask the firm with which you deal for details about the types of redress available in both your home jurisdiction and other relevant jurisdictions before you start to trade.\r\n\r\n9. Currency risks \r\nThe profit or loss in transactions In foreign currency-denominated contracts (whether they are traded in your own or another jurisdiction) will be affected by fluctuations in currency rates where there is a need to convert from the currency denomination of the contract to another currency.\r\n\r\n10. Trading facilities \r\nMost open-outcry and electronic trading facilities are supported by computer-based component systems for the order-routing, execution, matching, registration or clearing of trades. As with all facilities and systems, they are vulnerable to temporary disruption or failure. Your ability to recover certain losses may be subject to limits on liability imposed by the system provider, the market, the clearing house and/or member firms. Such limits may vary: you should ask the firm with which you deal for details in this respect.\r\n\r\n11. Electronic trading \r\nTrading on an electronic trading system may differ not only from trading in an open-outcry market but also from trading on other electronic trading systems. If you undertake transactions on an electronic trading system, you will be exposed to risks associated with the system including the failure of hardware and software. The result of any system failure may be that your order is either not executed according to your instructions or is not executed at all.\r\n\r\n12. Off-exchange transactions \r\nIn some jurisdictions, and only then In restricted circumstances, firms are permitted to effect off-exchange transactions. The firm with which you deal may be acting as your counterparty to the transaction. It may be difficult or impossible to liquidate an existing position, to assess the value, to determine a fair price or to assess the exposure to risk. For these reasons, these transactions may involve increased risks. Off-exchange transactions may be less regulated or subject to a separate regulatory regime. Before you undertake such transactions, you should familiarize yourself with applicable rules and attendant risks.','Risk Disclosure','','inherit','open','closed','','618-revision-v1','','','2013-12-09 15:40:32','2013-12-09 15:40:32','',618,'http://www.thetradingroom.com/618-revision-v1/',0,'revision','',0),(621,2,'2013-12-09 15:49:19','2013-12-09 15:49:19','Risk Disclosure\r\nThe risk of loss in trading commodity futures contracts can be substantial. You should therefore carefully consider whether such trading is suitable for you in light of your financial condition. You may sustain a total loss of the initial margin funds and any additional funds that you deposit with your broker to establish or maintain a position in the commodity futures market. Hypothetical or simulated performance results have certain limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since trades may or may not have been actually executed, the results may have under or over-compensated for the impact, if any of certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation can, will or is being made that any account will, or is likely to, achieve profits or losses similar to those shown in this hypothetical performance record. We recommend that before you start trading to \"Get the Facts\" from the CFTC or visit the National Futures Association web site for additional information.\r\n\r\nRisk Disclosure Statement for Futures and Options\r\nThis brief statement does not disclose all of the risks and other significant aspects of trading in futures and options. In light of the risks, you should undertake such transactions only if you understand the nature of the contracts (and contractual relationships) into which you are entering and the extent of your exposure to risk. Trading in futures and options is not suitable for many members of the public. You should carefully consider whether trading is appropriate for you in light of your experience, objectives, financial resources and other relevant circumstances.\r\n\r\nFutures\r\n1. Effect of \"Leverage\" or \"Gearing\"\r\nTransactions in futures carry a high degree of risk. The amount of Initial margin is small relative to the value of the futures contract so that transactions are \'leveraged\' or \'geared\'. A relatively small market movement will have a proportionately larger impact on the funds you have deposited or will have to deposit: this may work against you as well as for you. You may sustain a total loss of initial margin funds and any additional funds deposited with the firm to maintain your position. If the market moves against your position or margin levels are increased, you may be called upon to pay substantial additional funds on short notice to maintain your position. If you fail to comply with a request for additional funds within the time prescribed, your position may be liquidated at a loss and you will be liable for any resulting deficit.\r\n\r\n2. Risk-reducing orders or strategies\r\nThe placing of certain orders (e.g., \"stop-loss\" orders, where permitted under local law, or \"stop-limit\" orders) which are intended to limit losses to certain amounts may not be effective because market conditions may make it Impossible to execute such orders. Strategies using combinations of positions, such as \"spread\" and \"straddle\" positions, may be as risky as taking simple \"long\" or \"short\" positions.\r\n\r\nOptions\r\n3. Variable degree of risk\r\nTransactions in options carry a high degree of risk. Purchasers and sellers of options should familiarize themselves with the type of option (i.e., put or call) which they contemplate trading and the associated risks. You should calculate the extent to which the value of the options must increase for your position to become profitable, taking into account the premium and all transaction costs. The purchaser of options may offset or exercise the options or allow the options to expire. The exercise of an option results either in a cash settlement or in the purchaser acquiring or delivering the underlying interest. If the option is on a future, the purchaser will acquire a futures position with associated liabilities for margin (see the section on Futures above). If the purchased options expire worthless, you will suffer a total loss of your investment which will consist of the option premium plus transaction costs. If you are contemplating purchasing deep-out-of-the-money options, you should be aware that the chance of such options becoming profitable ordinarily is remote. Selling (\"writing\" or \"granting\") an option generally entails considerably greater risk then purchasing options. Although the premium received by the seller is fixed, the seller may sustain a loss well in excess of that amount. The seller will be liable for additional margin to maintain the position if the market moves unfavorably. The seller will also be exposed to the risk of the purchaser exercising the option and the seller will be obligated to either settle the option in cash or to acquire or deliver the underlying interest. If the option is on a future, the seller will acquire a position in a future with associated liabilities for margin (see the section on Futures above). If the option is \"covered\" by the seller holding a corresponding position in the underlying interest or a future or another option, the risk may be reduced. If the option is not covered, the risk of loss can be unlimited. Certain exchanges in some jurisdictions permit deferred payment of the option premium, exposing the purchaser to liability for margin payments not exceeding the amount of the premium. The purchaser is still subject to the risk of losing the premium and transaction costs. When the option is exercised or expires, the purchaser is responsible for any unpaid premium outstanding at that time.\r\n\r\nAdditional risks common to futures and options\r\n4. Terms and conditions of contracts\r\nYou should ask the firm with which you deal about the terms and conditions of the specific futures or options which you are trading and associated obligations (e.g., the circumstances under which you may become obligated to make or take delivery of the underlying interest of a futures contract and, in respect of options, expiration dates and restrictions on the time for exercise). Under certain circumstances the specifications of outstanding contracts (including the exercise price of an option) may be modified by the exchange or clearing house to reflect changes in the underlying interest.\r\n\r\n5. Suspension or restriction of trading and pricing relationships\r\nMarket conditions (e.g., illiquidity) and/or the operation of the rules of certain markets (e.g., the suspension of trading in any contract or contract month because of price limits or \"circuit breakers\") may increase the risk of loss by making it difficult or impossible to effect transactions or liquidate/offset positions. If you have sold options, this may increase the risk of loss.\r\nFurther, normal pricing relationships between the underlying interest and the future, and the underlying interest and the option may not exist. This can occur when, for example, the futures contract underlying the option is subject to price limits while the option is not. The absence of an underlying reference price may make it difficult to judge \"fair\" value.\r\n\r\n6. Deposited cash and property\r\nYou should familiarize yourself with the protections accorded money or other property you deposit for domestic and foreign transactions, particularly in the event of a firm insolvency or bankruptcy. The extent to which you may recover your money or property may be governed by specific legislation or local rules. In some jurisdictions, property which has been specifically identifiable as your own will be pro-rated in the same manner as cash for purposes of distribution in the event of a shortfall.\r\n\r\n7. Commission and other charges\r\nBefore you begin to trade, you should obtain a clear explanation of all commission, fees and other charges for which you will be liable. These charges will affect your net profit (if any) or increase your loss.\r\n\r\n8. Transactions in other jurisdictions\r\nTransactions on markets in other jurisdictions, including markets formally linked to a domestic market, may expose you to additional risk. Such markets may be subject to regulation which may offer different or diminished investor protection. Before you trade you should enquire about any rules relevant to your particular transactions. Your local regulatory authority will be unable to compel the enforcement of the rules of regulatory authorities or markets in other jurisdictions where your transactions have been effected. You should ask the firm with which you deal for details about the types of redress available in both your home jurisdiction and other relevant jurisdictions before you start to trade.\r\n\r\n9. Currency risks\r\nThe profit or loss in transactions In foreign currency-denominated contracts (whether they are traded in your own or another jurisdiction) will be affected by fluctuations in currency rates where there is a need to convert from the currency denomination of the contract to another currency.\r\n\r\n10. Trading facilities\r\nMost open-outcry and electronic trading facilities are supported by computer-based component systems for the order-routing, execution, matching, registration or clearing of trades. As with all facilities and systems, they are vulnerable to temporary disruption or failure. Your ability to recover certain losses may be subject to limits on liability imposed by the system provider, the market, the clearing house and/or member firms. Such limits may vary: you should ask the firm with which you deal for details in this respect.\r\n\r\n11. Electronic trading\r\nTrading on an electronic trading system may differ not only from trading in an open-outcry market but also from trading on other electronic trading systems. If you undertake transactions on an electronic trading system, you will be exposed to risks associated with the system including the failure of hardware and software. The result of any system failure may be that your order is either not executed according to your instructions or is not executed at all.\r\n\r\n12. Off-exchange transactions\r\nIn some jurisdictions, and only then In restricted circumstances, firms are permitted to effect off-exchange transactions. The firm with which you deal may be acting as your counterparty to the transaction. It may be difficult or impossible to liquidate an existing position, to assess the value, to determine a fair price or to assess the exposure to risk. For these reasons, these transactions may involve increased risks. Off-exchange transactions may be less regulated or subject to a separate regulatory regime. Before you undertake such transactions, you should familiarize yourself with applicable rules and attendant risks.','Risk Disclosure','','inherit','open','closed','','618-revision-v1','','','2013-12-09 15:49:19','2013-12-09 15:49:19','',618,'http://www.thetradingroom.com/618-revision-v1/',0,'revision','',0),(700,2,'2013-12-17 12:41:40','2013-12-17 12:41:40','UPDATED 7:25 ET \r\n\r\n>> STOCKS - European stocks declined, following their biggest rally in two months, as investors awaited the outcome of a Federal Reserve meeting starting today. U.S. stock- index futures were little changed, while Asian shares advanced. \r\n\r\n>> BONDS - Treasuries were the world’s worst- performing bonds this year before the Federal Reserve starts a two-day meeting today to decide whether to reduce its debt- buying program. \r\n\r\n>> COMMODITIES - Copper swung between gains and declines in London as investors await the outcome of the U.S. Federal Reserve’s two-day meeting starting today. \r\n\r\n>> CURRENCIES - The pound erased an advance against the dollar after a government report showed U.K. consumer-price inflation unexpectedly slowed in November to the lowest level in four years. \r\n\r\n>> ECONOMIC DATA - Eurogroup Meetings all day, US Core CPI  and CAD Manufacturing Sales due at 8:30, BOE Gov Carney Speaks at 10:30, RBA Gov Stevens Speaks at 17:30, NZD ANZ Business Confidence at 19:00 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg\" alt=\"clock red wall\" width=\"402\" height=\"302\" class=\"alignnone size-full wp-image-567\" /></a>\r\n\r\n\r\n','RiosQuant – Overnight Trading Action in the Global Markets','','publish','open','closed','','riosquant-overnight-trading-action-global-markets-15','','','2013-12-17 12:41:40','2013-12-17 12:41:40','',0,'http://www.thetradingroom.com/?p=700',0,'post','',0),(625,2,'2013-12-09 16:35:38','2013-12-09 16:35:38','Risk Disclosure\nThe risk of loss in trading commodity futures contracts can be substantial. You should therefore carefully consider whether such trading is suitable for you in light of your financial condition. You may sustain a total loss of the initial margin funds and any additional funds that you deposit with your broker to establish or maintain a position in the commodity futures market. Hypothetical or simulated performance results have certain limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since trades may or may not have been actually executed, the results may have under or over-compensated for the impact, if any of certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation can, will or is being made that any account will, or is likely to, achieve profits or losses similar to those shown in this hypothetical performance record. We recommend that before you start trading to \"Get the Facts\" from the CFTC or visit the National Futures Association web site for additional information.\n\nRisk Disclosure Statement for Futures and Options\nThis brief statement does not disclose all of the risks and other significant aspects of trading in futures and options. In light of the risks, you should undertake such transactions only if you understand the nature of the contracts (and contractual relationships) into which you are entering and the extent of your exposure to risk. Trading in futures and options is not suitable for many members of the public. You should carefully consider whether trading is appropriate for you in light of your experience, objectives, financial resources and other relevant circumstances.\n\nFutures\n1. Effect of \"Leverage\" or \"Gearing\"\nTransactions in futures carry a high degree of risk. The amount of Initial margin is small relative to the value of the futures contract so that transactions are \'leveraged\' or \'geared\'. A relatively small market movement will have a proportionately larger impact on the funds you have deposited or will have to deposit: this may work against you as well as for you. You may sustain a total loss of initial margin funds and any additional funds deposited with the firm to maintain your position. If the market moves against your position or margin levels are increased, you may be called upon to pay substantial additional funds on short notice to maintain your position. If you fail to comply with a request for additional funds within the time prescribed, your position may be liquidated at a loss and you will be liable for any resulting deficit.\n\n2. Risk-reducing orders or strategies\nThe placing of certain orders (e.g., \"stop-loss\" orders, where permitted under local law, or \"stop-limit\" orders) which are intended to limit losses to certain amounts may not be effective because market conditions may make it Impossible to execute such orders. Strategies using combinations of positions, such as \"spread\" and \"straddle\" positions, may be as risky as taking simple \"long\" or \"short\" positions.\n\nOptions\n3. Variable degree of risk\nTransactions in options carry a high degree of risk. Purchasers and sellers of options should familiarize themselves with the type of option (i.e., put or call) which they contemplate trading and the associated risks. You should calculate the extent to which the value of the options must increase for your position to become profitable, taking into account the premium and all transaction costs. The purchaser of options may offset or exercise the options or allow the options to expire. The exercise of an option results either in a cash settlement or in the purchaser acquiring or delivering the underlying interest. If the option is on a future, the purchaser will acquire a futures position with associated liabilities for margin (see the section on Futures above). If the purchased options expire worthless, you will suffer a total loss of your investment which will consist of the option premium plus transaction costs. If you are contemplating purchasing deep-out-of-the-money options, you should be aware that the chance of such options becoming profitable ordinarily is remote. Selling (\"writing\" or \"granting\") an option generally entails considerably greater risk then purchasing options. Although the premium received by the seller is fixed, the seller may sustain a loss well in excess of that amount. The seller will be liable for additional margin to maintain the position if the market moves unfavorably. The seller will also be exposed to the risk of the purchaser exercising the option and the seller will be obligated to either settle the option in cash or to acquire or deliver the underlying interest. If the option is on a future, the seller will acquire a position in a future with associated liabilities for margin (see the section on Futures above). If the option is \"covered\" by the seller holding a corresponding position in the underlying interest or a future or another option, the risk may be reduced. If the option is not covered, the risk of loss can be unlimited. Certain exchanges in some jurisdictions permit deferred payment of the option premium, exposing the purchaser to liability for margin payments not exceeding the amount of the premium. The purchaser is still subject to the risk of losing the premium and transaction costs. When the option is exercised or expires, the purchaser is responsible for any unpaid premium outstanding at that time.\n\nAdditional risks common to futures and options\n4. Terms and conditions of contracts\nYou should ask the firm with which you deal about the terms and conditions of the specific futures or options which you are trading and associated obligations (e.g., the circumstances under which you may become obligated to make or take delivery of the underlying interest of a futures contract and, in respect of options, expiration dates and restrictions on the time for exercise). Under certain circumstances the specifications of outstanding contracts (including the exercise price of an option) may be modified by the exchange or clearing house to reflect changes in the underlying interest.\n\n5. Suspension or restriction of trading and pricing relationships\nMarket conditions (e.g., illiquidity) and/or the operation of the rules of certain markets (e.g., the suspension of trading in any contract or contract month because of price limits or \"circuit breakers\") may increase the risk of loss by making it difficult or impossible to effect transactions or liquidate/offset positions. If you have sold options, this may increase the risk of loss.\nFurther, normal pricing relationships between the underlying interest and the future, and the underlying interest and the option may not exist. This can occur when, for example, the futures contract underlying the option is subject to price limits while the option is not. The absence of an underlying reference price may make it difficult to judge \"fair\" value.\n\n6. Deposited cash and property\nYou should familiarize yourself with the protections accorded money or other property you deposit for domestic and foreign transactions, particularly in the event of a firm insolvency or bankruptcy. The extent to which you may recover your money or property may be governed by specific legislation or local rules. In some jurisdictions, property which has been specifically identifiable as your own will be pro-rated in the same manner as cash for purposes of distribution in the event of a shortfall.\n\n7. Commission and other charges\nBefore you begin to trade, you should obtain a clear explanation of all commission, fees and other charges for which you will be liable. These charges will affect your net profit (if any) or increase your loss.\n\n8. Transactions in other jurisdictions\nTransactions on markets in other jurisdictions, including markets formally linked to a domestic market, may expose you to additional risk. Such markets may be subject to regulation which may offer different or diminished investor protection. Before you trade you should enquire about any rules relevant to your particular transactions. Your local regulatory authority will be unable to compel the enforcement of the rules of regulatory authorities or markets in other jurisdictions where your transactions have been effected. You should ask the firm with which you deal for details about the types of redress available in both your home jurisdiction and other relevant jurisdictions before you start to trade.\n\n9. Currency risks\nThe profit or loss in transactions In foreign currency-denominated contracts (whether they are traded in your own or another jurisdiction) will be affected by fluctuations in currency rates where there is a need to convert from the currency denomination of the contract to another currency.\n\n10. Trading facilities\nMost open-outcry and electronic trading facilities are supported by computer-based component systems for the order-routing, execution, matching, registration or clearing of trades. As with all facilities and systems, they are vulnerable to temporary disruption or failure. Your ability to recover certain losses may be subject to limits on liability imposed by the system provider, the market, the clearing house and/or member firms. Such limits may vary: you should ask the firm with which you deal for details in this respect.\n\n11. Electronic trading\nTrading on an electronic trading system may differ not only from trading in an open-outcry market but also from trading on other electronic trading systems. If you undertake transactions on an electronic trading system, you will be exposed to risks associated with the system including the failure of hardware and software. The result of any system failure may be that your order is either not executed according to your instructions or is not executed at all.\n\n12. Off-exchange transactions\nIn some jurisdictions, and only then In restricted circumstances, firms are permitted to effect off-exchange transactions. The firm with which you deal may be acting as your counterparty to the transaction. It may be difficult or impossible to liquidate an existing position, to assess the value, to determine a fair price or to assess the exposure to risk. For these reasons, these transactions may involve increased risks. Off-exchange transactions may be less regulated or subject to a separate regulatory regime. Before you undertake such transactions, you should familiarize yourself with applicable rules and attendant risks.\n\n','Risk Disclosure','','inherit','open','closed','','618-autosave-v1','','','2013-12-09 16:35:38','2013-12-09 16:35:38','',618,'http://www.thetradingroom.com/618-autosave-v1/',0,'revision','',0),(626,2,'2013-12-09 16:35:43','2013-12-09 16:35:43','Risk Disclosure\r\nThe risk of loss in trading commodity futures contracts can be substantial. You should therefore carefully consider whether such trading is suitable for you in light of your financial condition. You may sustain a total loss of the initial margin funds and any additional funds that you deposit with your broker to establish or maintain a position in the commodity futures market. Hypothetical or simulated performance results have certain limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since trades may or may not have been actually executed, the results may have under or over-compensated for the impact, if any of certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation can, will or is being made that any account will, or is likely to, achieve profits or losses similar to those shown in this hypothetical performance record. We recommend that before you start trading to \"Get the Facts\" from the CFTC or visit the National Futures Association web site for additional information.\r\n\r\nRisk Disclosure Statement for Futures and Options\r\nThis brief statement does not disclose all of the risks and other significant aspects of trading in futures and options. In light of the risks, you should undertake such transactions only if you understand the nature of the contracts (and contractual relationships) into which you are entering and the extent of your exposure to risk. Trading in futures and options is not suitable for many members of the public. You should carefully consider whether trading is appropriate for you in light of your experience, objectives, financial resources and other relevant circumstances.\r\n\r\nFutures\r\n1. Effect of \"Leverage\" or \"Gearing\"\r\nTransactions in futures carry a high degree of risk. The amount of Initial margin is small relative to the value of the futures contract so that transactions are \'leveraged\' or \'geared\'. A relatively small market movement will have a proportionately larger impact on the funds you have deposited or will have to deposit: this may work against you as well as for you. You may sustain a total loss of initial margin funds and any additional funds deposited with the firm to maintain your position. If the market moves against your position or margin levels are increased, you may be called upon to pay substantial additional funds on short notice to maintain your position. If you fail to comply with a request for additional funds within the time prescribed, your position may be liquidated at a loss and you will be liable for any resulting deficit.\r\n\r\n2. Risk-reducing orders or strategies\r\nThe placing of certain orders (e.g., \"stop-loss\" orders, where permitted under local law, or \"stop-limit\" orders) which are intended to limit losses to certain amounts may not be effective because market conditions may make it Impossible to execute such orders. Strategies using combinations of positions, such as \"spread\" and \"straddle\" positions, may be as risky as taking simple \"long\" or \"short\" positions.\r\n\r\nOptions\r\n3. Variable degree of risk\r\nTransactions in options carry a high degree of risk. Purchasers and sellers of options should familiarize themselves with the type of option (i.e., put or call) which they contemplate trading and the associated risks. You should calculate the extent to which the value of the options must increase for your position to become profitable, taking into account the premium and all transaction costs. The purchaser of options may offset or exercise the options or allow the options to expire. The exercise of an option results either in a cash settlement or in the purchaser acquiring or delivering the underlying interest. If the option is on a future, the purchaser will acquire a futures position with associated liabilities for margin (see the section on Futures above). If the purchased options expire worthless, you will suffer a total loss of your investment which will consist of the option premium plus transaction costs. If you are contemplating purchasing deep-out-of-the-money options, you should be aware that the chance of such options becoming profitable ordinarily is remote. Selling (\"writing\" or \"granting\") an option generally entails considerably greater risk then purchasing options. Although the premium received by the seller is fixed, the seller may sustain a loss well in excess of that amount. The seller will be liable for additional margin to maintain the position if the market moves unfavorably. The seller will also be exposed to the risk of the purchaser exercising the option and the seller will be obligated to either settle the option in cash or to acquire or deliver the underlying interest. If the option is on a future, the seller will acquire a position in a future with associated liabilities for margin (see the section on Futures above). If the option is \"covered\" by the seller holding a corresponding position in the underlying interest or a future or another option, the risk may be reduced. If the option is not covered, the risk of loss can be unlimited. Certain exchanges in some jurisdictions permit deferred payment of the option premium, exposing the purchaser to liability for margin payments not exceeding the amount of the premium. The purchaser is still subject to the risk of losing the premium and transaction costs. When the option is exercised or expires, the purchaser is responsible for any unpaid premium outstanding at that time.\r\n\r\nAdditional risks common to futures and options\r\n4. Terms and conditions of contracts\r\nYou should ask the firm with which you deal about the terms and conditions of the specific futures or options which you are trading and associated obligations (e.g., the circumstances under which you may become obligated to make or take delivery of the underlying interest of a futures contract and, in respect of options, expiration dates and restrictions on the time for exercise). Under certain circumstances the specifications of outstanding contracts (including the exercise price of an option) may be modified by the exchange or clearing house to reflect changes in the underlying interest.\r\n\r\n5. Suspension or restriction of trading and pricing relationships\r\nMarket conditions (e.g., illiquidity) and/or the operation of the rules of certain markets (e.g., the suspension of trading in any contract or contract month because of price limits or \"circuit breakers\") may increase the risk of loss by making it difficult or impossible to effect transactions or liquidate/offset positions. If you have sold options, this may increase the risk of loss.\r\nFurther, normal pricing relationships between the underlying interest and the future, and the underlying interest and the option may not exist. This can occur when, for example, the futures contract underlying the option is subject to price limits while the option is not. The absence of an underlying reference price may make it difficult to judge \"fair\" value.\r\n\r\n6. Deposited cash and property\r\nYou should familiarize yourself with the protections accorded money or other property you deposit for domestic and foreign transactions, particularly in the event of a firm insolvency or bankruptcy. The extent to which you may recover your money or property may be governed by specific legislation or local rules. In some jurisdictions, property which has been specifically identifiable as your own will be pro-rated in the same manner as cash for purposes of distribution in the event of a shortfall.\r\n\r\n7. Commission and other charges\r\nBefore you begin to trade, you should obtain a clear explanation of all commission, fees and other charges for which you will be liable. These charges will affect your net profit (if any) or increase your loss.\r\n\r\n8. Transactions in other jurisdictions\r\nTransactions on markets in other jurisdictions, including markets formally linked to a domestic market, may expose you to additional risk. Such markets may be subject to regulation which may offer different or diminished investor protection. Before you trade you should enquire about any rules relevant to your particular transactions. Your local regulatory authority will be unable to compel the enforcement of the rules of regulatory authorities or markets in other jurisdictions where your transactions have been effected. You should ask the firm with which you deal for details about the types of redress available in both your home jurisdiction and other relevant jurisdictions before you start to trade.\r\n\r\n9. Currency risks\r\nThe profit or loss in transactions In foreign currency-denominated contracts (whether they are traded in your own or another jurisdiction) will be affected by fluctuations in currency rates where there is a need to convert from the currency denomination of the contract to another currency.\r\n\r\n10. Trading facilities\r\nMost open-outcry and electronic trading facilities are supported by computer-based component systems for the order-routing, execution, matching, registration or clearing of trades. As with all facilities and systems, they are vulnerable to temporary disruption or failure. Your ability to recover certain losses may be subject to limits on liability imposed by the system provider, the market, the clearing house and/or member firms. Such limits may vary: you should ask the firm with which you deal for details in this respect.\r\n\r\n11. Electronic trading\r\nTrading on an electronic trading system may differ not only from trading in an open-outcry market but also from trading on other electronic trading systems. If you undertake transactions on an electronic trading system, you will be exposed to risks associated with the system including the failure of hardware and software. The result of any system failure may be that your order is either not executed according to your instructions or is not executed at all.\r\n\r\n12. Off-exchange transactions\r\nIn some jurisdictions, and only then In restricted circumstances, firms are permitted to effect off-exchange transactions. The firm with which you deal may be acting as your counterparty to the transaction. It may be difficult or impossible to liquidate an existing position, to assess the value, to determine a fair price or to assess the exposure to risk. For these reasons, these transactions may involve increased risks. Off-exchange transactions may be less regulated or subject to a separate regulatory regime. Before you undertake such transactions, you should familiarize yourself with applicable rules and attendant risks.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/RQ-logo.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/RQ-logo.jpg\" alt=\"RQ-logo\" width=\"369\" height=\"200\" class=\"alignnone size-full wp-image-548\" /></a>','Risk Disclosure','','inherit','open','closed','','618-revision-v1','','','2013-12-09 16:35:43','2013-12-09 16:35:43','',618,'http://www.thetradingroom.com/618-revision-v1/',0,'revision','',0),(627,2,'2013-12-09 16:37:17','2013-12-09 16:37:17','\r\nThe risk of loss in trading commodity futures contracts can be substantial. You should therefore carefully consider whether such trading is suitable for you in light of your financial condition. You may sustain a total loss of the initial margin funds and any additional funds that you deposit with your broker to establish or maintain a position in the commodity futures market. Hypothetical or simulated performance results have certain limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since trades may or may not have been actually executed, the results may have under or over-compensated for the impact, if any of certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation can, will or is being made that any account will, or is likely to, achieve profits or losses similar to those shown in this hypothetical performance record. We recommend that before you start trading to \"Get the Facts\" from the CFTC or visit the National Futures Association web site for additional information.\r\n\r\nRisk Disclosure Statement for Futures and Options\r\nThis brief statement does not disclose all of the risks and other significant aspects of trading in futures and options. In light of the risks, you should undertake such transactions only if you understand the nature of the contracts (and contractual relationships) into which you are entering and the extent of your exposure to risk. Trading in futures and options is not suitable for many members of the public. You should carefully consider whether trading is appropriate for you in light of your experience, objectives, financial resources and other relevant circumstances.\r\n\r\nFutures\r\n1. Effect of \"Leverage\" or \"Gearing\"\r\nTransactions in futures carry a high degree of risk. The amount of Initial margin is small relative to the value of the futures contract so that transactions are \'leveraged\' or \'geared\'. A relatively small market movement will have a proportionately larger impact on the funds you have deposited or will have to deposit: this may work against you as well as for you. You may sustain a total loss of initial margin funds and any additional funds deposited with the firm to maintain your position. If the market moves against your position or margin levels are increased, you may be called upon to pay substantial additional funds on short notice to maintain your position. If you fail to comply with a request for additional funds within the time prescribed, your position may be liquidated at a loss and you will be liable for any resulting deficit.\r\n\r\n2. Risk-reducing orders or strategies\r\nThe placing of certain orders (e.g., \"stop-loss\" orders, where permitted under local law, or \"stop-limit\" orders) which are intended to limit losses to certain amounts may not be effective because market conditions may make it Impossible to execute such orders. Strategies using combinations of positions, such as \"spread\" and \"straddle\" positions, may be as risky as taking simple \"long\" or \"short\" positions.\r\n\r\nOptions\r\n3. Variable degree of risk\r\nTransactions in options carry a high degree of risk. Purchasers and sellers of options should familiarize themselves with the type of option (i.e., put or call) which they contemplate trading and the associated risks. You should calculate the extent to which the value of the options must increase for your position to become profitable, taking into account the premium and all transaction costs. The purchaser of options may offset or exercise the options or allow the options to expire. The exercise of an option results either in a cash settlement or in the purchaser acquiring or delivering the underlying interest. If the option is on a future, the purchaser will acquire a futures position with associated liabilities for margin (see the section on Futures above). If the purchased options expire worthless, you will suffer a total loss of your investment which will consist of the option premium plus transaction costs. If you are contemplating purchasing deep-out-of-the-money options, you should be aware that the chance of such options becoming profitable ordinarily is remote. Selling (\"writing\" or \"granting\") an option generally entails considerably greater risk then purchasing options. Although the premium received by the seller is fixed, the seller may sustain a loss well in excess of that amount. The seller will be liable for additional margin to maintain the position if the market moves unfavorably. The seller will also be exposed to the risk of the purchaser exercising the option and the seller will be obligated to either settle the option in cash or to acquire or deliver the underlying interest. If the option is on a future, the seller will acquire a position in a future with associated liabilities for margin (see the section on Futures above). If the option is \"covered\" by the seller holding a corresponding position in the underlying interest or a future or another option, the risk may be reduced. If the option is not covered, the risk of loss can be unlimited. Certain exchanges in some jurisdictions permit deferred payment of the option premium, exposing the purchaser to liability for margin payments not exceeding the amount of the premium. The purchaser is still subject to the risk of losing the premium and transaction costs. When the option is exercised or expires, the purchaser is responsible for any unpaid premium outstanding at that time.\r\n\r\nAdditional risks common to futures and options\r\n4. Terms and conditions of contracts\r\nYou should ask the firm with which you deal about the terms and conditions of the specific futures or options which you are trading and associated obligations (e.g., the circumstances under which you may become obligated to make or take delivery of the underlying interest of a futures contract and, in respect of options, expiration dates and restrictions on the time for exercise). Under certain circumstances the specifications of outstanding contracts (including the exercise price of an option) may be modified by the exchange or clearing house to reflect changes in the underlying interest.\r\n\r\n5. Suspension or restriction of trading and pricing relationships\r\nMarket conditions (e.g., illiquidity) and/or the operation of the rules of certain markets (e.g., the suspension of trading in any contract or contract month because of price limits or \"circuit breakers\") may increase the risk of loss by making it difficult or impossible to effect transactions or liquidate/offset positions. If you have sold options, this may increase the risk of loss.\r\nFurther, normal pricing relationships between the underlying interest and the future, and the underlying interest and the option may not exist. This can occur when, for example, the futures contract underlying the option is subject to price limits while the option is not. The absence of an underlying reference price may make it difficult to judge \"fair\" value.\r\n\r\n6. Deposited cash and property\r\nYou should familiarize yourself with the protections accorded money or other property you deposit for domestic and foreign transactions, particularly in the event of a firm insolvency or bankruptcy. The extent to which you may recover your money or property may be governed by specific legislation or local rules. In some jurisdictions, property which has been specifically identifiable as your own will be pro-rated in the same manner as cash for purposes of distribution in the event of a shortfall.\r\n\r\n7. Commission and other charges\r\nBefore you begin to trade, you should obtain a clear explanation of all commission, fees and other charges for which you will be liable. These charges will affect your net profit (if any) or increase your loss.\r\n\r\n8. Transactions in other jurisdictions\r\nTransactions on markets in other jurisdictions, including markets formally linked to a domestic market, may expose you to additional risk. Such markets may be subject to regulation which may offer different or diminished investor protection. Before you trade you should enquire about any rules relevant to your particular transactions. Your local regulatory authority will be unable to compel the enforcement of the rules of regulatory authorities or markets in other jurisdictions where your transactions have been effected. You should ask the firm with which you deal for details about the types of redress available in both your home jurisdiction and other relevant jurisdictions before you start to trade.\r\n\r\n9. Currency risks\r\nThe profit or loss in transactions In foreign currency-denominated contracts (whether they are traded in your own or another jurisdiction) will be affected by fluctuations in currency rates where there is a need to convert from the currency denomination of the contract to another currency.\r\n\r\n10. Trading facilities\r\nMost open-outcry and electronic trading facilities are supported by computer-based component systems for the order-routing, execution, matching, registration or clearing of trades. As with all facilities and systems, they are vulnerable to temporary disruption or failure. Your ability to recover certain losses may be subject to limits on liability imposed by the system provider, the market, the clearing house and/or member firms. Such limits may vary: you should ask the firm with which you deal for details in this respect.\r\n\r\n11. Electronic trading\r\nTrading on an electronic trading system may differ not only from trading in an open-outcry market but also from trading on other electronic trading systems. If you undertake transactions on an electronic trading system, you will be exposed to risks associated with the system including the failure of hardware and software. The result of any system failure may be that your order is either not executed according to your instructions or is not executed at all.\r\n\r\n12. Off-exchange transactions\r\nIn some jurisdictions, and only then In restricted circumstances, firms are permitted to effect off-exchange transactions. The firm with which you deal may be acting as your counterparty to the transaction. It may be difficult or impossible to liquidate an existing position, to assess the value, to determine a fair price or to assess the exposure to risk. For these reasons, these transactions may involve increased risks. Off-exchange transactions may be less regulated or subject to a separate regulatory regime. Before you undertake such transactions, you should familiarize yourself with applicable rules and attendant risks.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/RQ-logo.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/RQ-logo.jpg\" alt=\"RQ-logo\" width=\"369\" height=\"200\" class=\"alignnone size-full wp-image-548\" /></a>','Risk Disclosure','','inherit','open','closed','','618-revision-v1','','','2013-12-09 16:37:17','2013-12-09 16:37:17','',618,'http://www.thetradingroom.com/618-revision-v1/',0,'revision','',0),(628,2,'2013-12-10 12:41:07','2013-12-10 12:41:07','UPDATED 7:30 ET \r\n\r\n>> STOCKS - European stocks were little changed, following two days of advances, after U.K. industrial production climbed for a second month, while China’s factory output missed estimates. U.S. stock-index futures and Asian shares were little changed. \r\n\r\n>> BONDS - Italy’s government bonds advanced for a third day after a report showed the nation’s industrial output rose more in October than economists forecast, adding to optimism the nation is recovering from its debt crisis. \r\n\r\n>> COMMODITIES - Gold gained for a third day, the best run in three weeks, on speculation physical purchases may increase after prices reached a five-month low on the outlook for reduced U.S. stimulus. \r\n\r\n>> CURRENCIES - The British Pound climbed to the strongest level in more than two years versus the dollar after a gauge of U.K. house prices rose to the highest in more than a decade. \r\n\r\n>> ECONOMIC DATA - US JOLTS Job Openings due at 10:00, JPY Core Machinery Orders at 18:50 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/RQ-Pie.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/RQ-Pie.jpg\" alt=\"RQ Pie\" width=\"415\" height=\"307\" class=\"alignnone size-full wp-image-629\" /></a>','RiosQuant – Overnight Trading Action in the Global Markets','','publish','open','closed','','riosquant-overnight-trading-action-global-markets-10','','','2013-12-10 12:41:07','2013-12-10 12:41:07','',0,'http://www.thetradingroom.com/?p=628',0,'post','',0),(629,2,'2013-12-10 12:38:02','2013-12-10 12:38:02','','RQ Pie','','inherit','open','closed','','rq-pie','','','2013-12-10 12:38:02','2013-12-10 12:38:02','',628,'http://www.thetradingroom.com/wp-content/uploads/2013/12/RQ-Pie.jpg',0,'attachment','image/jpeg',0),(630,2,'2013-12-10 12:41:07','2013-12-10 12:41:07','UPDATED 7:30 ET \r\n\r\n>> STOCKS - European stocks were little changed, following two days of advances, after U.K. industrial production climbed for a second month, while China’s factory output missed estimates. U.S. stock-index futures and Asian shares were little changed. \r\n\r\n>> BONDS - Italy’s government bonds advanced for a third day after a report showed the nation’s industrial output rose more in October than economists forecast, adding to optimism the nation is recovering from its debt crisis. \r\n\r\n>> COMMODITIES - Gold gained for a third day, the best run in three weeks, on speculation physical purchases may increase after prices reached a five-month low on the outlook for reduced U.S. stimulus. \r\n\r\n>> CURRENCIES - The British Pound climbed to the strongest level in more than two years versus the dollar after a gauge of U.K. house prices rose to the highest in more than a decade. \r\n\r\n>> ECONOMIC DATA - US JOLTS Job Openings due at 10:00, JPY Core Machinery Orders at 18:50 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/RQ-Pie.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/RQ-Pie.jpg\" alt=\"RQ Pie\" width=\"415\" height=\"307\" class=\"alignnone size-full wp-image-629\" /></a>','RiosQuant – Overnight Trading Action in the Global Markets','','inherit','open','closed','','628-revision-v1','','','2013-12-10 12:41:07','2013-12-10 12:41:07','',628,'http://www.thetradingroom.com/628-revision-v1/',0,'revision','',0),(631,2,'2013-12-10 15:50:59','2013-12-10 15:50:59','RiosQuant Hot List – Commodity Futures and Forex Markets\r\n\r\nResults from this morning\'s NY trading session - Three trades during our Live ABC Trading Room. Two winning trades, one in metals with Silver futures and one in forex with the EUR/USD pair. One losing trade in energy with Natural Gas futures.\r\nClick on the following link for a free trial to our automated trading systems\r\n\r\n<a title=\"RisoQuant Trading Systems Free Trial\" href=\"http://www.riosquant.com/requestinfo?product_id=2\"> RQ Automated Trading System Free Trial</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/Trades-12-10.jpg\"><img class=\"alignnone size-full wp-image-632\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/Trades-12-10.jpg\" alt=\"Trades 12 10\" width=\"645\" height=\"578\" /></a>\r\n\r\nThe risk of loss in trading commodity futures contracts can be substantial. You should therefore carefully consider whether such trading is suitable for you in light of your financial condition. You may sustain a total loss of the initial margin funds and any additional funds that you deposit with your broker to establish or maintain a position in the commodity futures market. Hypothetical or simulated performance results have certain limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since trades may or may not have been actually executed, the results may have under or over-compensated for the impact, if any of certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation can, will or is being made that any account will, or is likely to, achieve profits or losses similar to those shown in this hypothetical performance record. We recommend that before you start trading to \"Get the Facts\" from the CFTC or visit the National Futures Association web site for additional information.','RiosQuant Technology – Automated Trading Systems','','publish','open','closed','','riosquant-technology-automated-trading-systems-2','','','2016-10-09 17:28:07','2016-10-09 17:28:07','',0,'http://www.thetradingroom.com/?p=631',0,'post','',0),(632,2,'2013-12-10 15:44:36','2013-12-10 15:44:36','','Trades 12 10','','inherit','open','closed','','trades-12-10','','','2013-12-10 15:44:36','2013-12-10 15:44:36','',631,'http://www.thetradingroom.com/wp-content/uploads/2013/12/Trades-12-10.jpg',0,'attachment','image/jpeg',0),(633,2,'2013-12-10 15:50:59','2013-12-10 15:50:59','RiosQuant Hot List – Commodity Futures and Forex Markets\r\n\r\nResults from this morning\'s NY trading session - Three trades during our Live ABC Trading Room. Two winning trades, one in metals with Silver futures and one in forex with the EUR/USD pair.  One losing trade in energy with Natural Gas futures. \r\nClick here for a free trial to our automated trading systems \r\n\r\n<a href=\"http://www.riosquant.com/requestinfo?product_id=2\" title=\"RisoQuant Trading Systems Free Trial\"> RQ Automated Trading System Free Trial</a> \r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/Trades-12-10.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/Trades-12-10.jpg\" alt=\"Trades 12 10\" width=\"645\" height=\"578\" class=\"alignnone size-full wp-image-632\" /></a>\r\n\r\n             PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS','RiosQuant Technology – Automated Trading Systems','','inherit','open','closed','','631-revision-v1','','','2013-12-10 15:50:59','2013-12-10 15:50:59','',631,'http://www.thetradingroom.com/631-revision-v1/',0,'revision','',0),(634,2,'2013-12-10 15:54:24','2013-12-10 15:54:24','RiosQuant Hot List – Commodity Futures and Forex Markets\r\n\r\nResults from this morning\'s NY trading session - Three trades during our Live ABC Trading Room. Two winning trades, one in metals with Silver futures and one in forex with the EUR/USD pair.  One losing trade in energy with Natural Gas futures. \r\nClick on the following link for a free trial to our automated trading systems \r\n\r\n<a href=\"http://www.riosquant.com/requestinfo?product_id=2\" title=\"RisoQuant Trading Systems Free Trial\"> RQ Automated Trading System Free Trial</a> \r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/Trades-12-10.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/Trades-12-10.jpg\" alt=\"Trades 12 10\" width=\"645\" height=\"578\" class=\"alignnone size-full wp-image-632\" /></a>\r\n\r\n             PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS','RiosQuant Technology – Automated Trading Systems','','inherit','open','closed','','631-revision-v1','','','2013-12-10 15:54:24','2013-12-10 15:54:24','',631,'http://www.thetradingroom.com/631-revision-v1/',0,'revision','',0),(637,2,'2013-12-11 12:13:40','2013-12-11 12:13:40','UPDATED 7:05 ET \r\n\r\n>> STOCKS - European stocks advanced, after yesterday’s drop, as investors weighed an accord between U.S. lawmakers to limit automatic spending cuts and avoid a government shutdown. U.S. index futures were little changed, while Asian shares fell. \r\n\r\n>> BONDS - Treasuries ended a three-day gain amid speculation a U.S. budget agreement will support the economy and make it easier for the Federal Reserve to start cutting bond purchases. \r\n\r\n>> COMMODITIES - Crude Oil traded near the highest price since October on signs that strengthening demand is depleting inventories in the U.S., the world’s biggest oil consumer. \r\n\r\n>> CURRENCIES - The pound fell for the first time in four days against the dollar as some investors judged gains that took the currency to the highest close in more than two years yesterday were overdone. \r\n\r\n>> ECONOMIC DATA - Crude Oil Inventories due at 10:30, NZD RBNZ Rate Statement at 15:00, AUD Employment Change at 19:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg\" alt=\"world dgital clocks\" width=\"445\" height=\"273\" class=\"alignnone size-full wp-image-636\" /></a>','RiosQuant – Overnight Trading Action in the Global Markets','','inherit','open','closed','','635-revision-v1','','','2013-12-11 12:13:40','2013-12-11 12:13:40','',635,'http://www.thetradingroom.com/635-revision-v1/',0,'revision','',0),(638,2,'2013-12-11 12:55:14','2013-12-11 12:55:14','<strong>Trade Crude Oil Inventories Report</strong>\r\n\r\n>> RiosQuant head global trader Edward Preston aka EP trades Crude Oil Inventories report on Wednesday in our Live Trading Room TradeLAB. \r\n\r\n>>Why follow the markets through a rear view mirror? Trade the markets with predictive forward-looking algorithmic indicators identifying the key levels in the markets in advance. \r\n\r\n>> Watch us trade in a real live trading room and experience the power of market intelligence. Discover an entirely new approach to trading that may revolutionize the way you’ll view the markets. \r\n\r\n>> The Trading Room® TradeLAB begins at 8:00 a.m. and ends at 11:00 a.m. ET.\r\nTo access our live trading room, click on the following link: \r\n<a href=\"https://www3.gotomeeting.com/join/353683414/106169075\" title=\"click here to join\">Click here to join the TradeLAB</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/go-crude.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/go-crude-768x1024.jpg\" alt=\"go crude\" width=\"570\" height=\"760\" class=\"alignnone size-large wp-image-640\" /></a>','RiosQuant Live Trading Room – Go Crude','','publish','open','closed','','riosquant-live-trading-room-go-crude','','','2013-12-11 12:55:14','2013-12-11 12:55:14','',0,'http://www.thetradingroom.com/?p=638',0,'post','',0),(639,2,'2013-12-11 12:35:42','2013-12-11 12:35:42','','RiosQuant Live Trading Room – Trade Crude Oil Inventory ','','inherit','open','closed','','638-revision-v1','','','2013-12-11 12:35:42','2013-12-11 12:35:42','',638,'http://www.thetradingroom.com/638-revision-v1/',0,'revision','',0),(640,2,'2013-12-11 12:52:13','2013-12-11 12:52:13','','go crude','','inherit','open','closed','','go-crude','','','2013-12-11 12:52:13','2013-12-11 12:52:13','',638,'http://www.thetradingroom.com/wp-content/uploads/2013/12/go-crude.jpg',0,'attachment','image/jpeg',0),(641,2,'2013-12-11 12:55:14','2013-12-11 12:55:14','<strong>Trade Crude Oil Inventories Report</strong>\r\n\r\n>> RiosQuant head global trader Edward Preston aka EP trades Crude Oil Inventories report on Wednesday in our Live Trading Room TradeLAB. \r\n\r\n>>Why follow the markets through a rear view mirror? Trade the markets with predictive forward-looking algorithmic indicators identifying the key levels in the markets in advance. \r\n\r\n>> Watch us trade in a real live trading room and experience the power of market intelligence. Discover an entirely new approach to trading that may revolutionize the way you’ll view the markets. \r\n\r\n>> The Trading Room® TradeLAB begins at 8:00 a.m. and ends at 11:00 a.m. ET.\r\nTo access our live trading room, click on the following link: \r\n<a href=\"https://www3.gotomeeting.com/join/353683414/106169075\" title=\"click here to join\">Click here to join the TradeLAB</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/go-crude.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/go-crude-768x1024.jpg\" alt=\"go crude\" width=\"570\" height=\"760\" class=\"alignnone size-large wp-image-640\" /></a>','RiosQuant Live Trading Room – Go Crude','','inherit','open','closed','','638-revision-v1','','','2013-12-11 12:55:14','2013-12-11 12:55:14','',638,'http://www.thetradingroom.com/638-revision-v1/',0,'revision','',0),(646,1,'2013-12-13 18:24:09','0000-00-00 00:00:00','Information to be added describing indicators and live room\r\n\r\n<strong>A Systematic Approach Built for Algorithmic Traders</strong>\r\nAs a comprehensive package of indicators, the RiosQuant trading technology is designed to provide traders access to innovative methods to take profits from the markets while controlling risk. The concept, methods and tools are outlined in an easy to understand step-by-step format. The RiosQuant methodology to trading the markets is based on odds and the objective is to keep the odds in your favor. The exact logic is revealed with all the necessary rules needed for understanding the knowledge and procedure that drives the RiosQuant algorithms.\r\n\r\n<strong>A Quantitative Model Focused On The Science Of Trading</strong>\r\nThe RiosQuant analyzer\'s multiple function is designed to help active traders gain clarity when the markets seem to be in chaos. The <strong>DMS</strong>, our proprietary dynamic market sentiment indicator provides quantitative identification of risk-on and risk-off correlations in real-time. The <strong>Nextreme</strong> velocity indicator helps traders identify where the momentum is developing in the markets and the <strong>Navigator\'s </strong>forward looking algorithms are instrumental for predictive price action.\r\n\r\nFor a free trial click on the following link: <a href=\"http://www.riosquant.com/requestdemo?product_id=22\">Access to the RQ-Tech Analyzer </a>\r\n\r\nTo experience the RiosQuant suite of trading tools in a live trading environment, join us in our TradeLAB trading room.  Access the TradeLAB Trading Room Here xxxxxxx\r\n','Quant Indicators + Live Room','','draft','open','closed','','quant-indicators-live-room','','','2013-12-13 18:24:09','2013-12-13 18:24:09','',0,'http://www.thetradingroom.com/?page_id=646',0,'page','',0),(647,1,'2013-12-11 16:24:49','2013-12-11 16:24:49','Information to be added describing indicators and live room\r\n\r\ninclude package option\r\n\r\n1 - tools\r\n\r\n2 - tool plus live room\r\n\r\n3 - free trial','Quant Indicators + Live Room','','inherit','open','closed','','646-revision-v1','','','2013-12-11 16:24:49','2013-12-11 16:24:49','',646,'http://www.thetradingroom.com/646-revision-v1/',0,'revision','',0),(648,1,'2013-12-13 18:29:46','2013-12-13 18:29:46','<strong>Rethink Strategy, Think RQ.</strong>\r\n \r\nWe focus on the development, implementation and monitoring of quantitative and algorithmic trading systems. In the electronic financial markets, quant and algo trading is defined as the systematic application of trading strategies through the use of computer programs. \r\n\r\nOur systems are developed by our staff of market professionals consisting of traders, strategists, analysts and programmers utilizing comprehensive and rigorous research. The RQ\'s approach is to eliminate or mitigate trading decisions driven by emotion, indiscipline, passion, greed and/or fear, in addition to other factors that contribute to human error. \r\nTo assess a trading system, one must understand the strategy and the risk-management being implemented. You should also learn as much as you can about the developer.\r\n\r\nAt RQ we welcome and encourage you to get to know us. Watch us trade the major asset classes in the global financial markets including stocks, bonds, commodities and forex utilizing our automated trading systems.  Join us and gain access to our live trading room now by click on the following link: xxxxxxxxxxxxxxx\r\n\r\nTrading starts at 8:00am ET Tuesday, Wednesday and Fridays. See you there!\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/screen-hand-click.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/screen-hand-click.jpg\" alt=\"screen hand click\" width=\"639\" height=\"850\" class=\"alignnone size-full wp-image-542\" /></a>\r\n\r\n','Auto Trading Systems + Live Room','','publish','open','closed','','auto-trading-systems-live-room','','','2013-12-13 18:29:46','2013-12-13 18:29:46','',0,'http://www.thetradingroom.com/?page_id=648',0,'page','',0),(649,1,'2013-12-11 16:25:51','2013-12-11 16:25:51','Information to be added describing indicators and live room\r\n\r\ninclude package option\r\n\r\n1 - tools\r\n\r\n2 - tool plus live room\r\n\r\n3 - free trial\r\n\r\n&nbsp;\r\n\r\n3 times per week','Auto Trading Systems + Live Room','','inherit','open','closed','','648-revision-v1','','','2013-12-11 16:25:51','2013-12-11 16:25:51','',648,'http://www.thetradingroom.com/648-revision-v1/',0,'revision','',0),(650,1,'2013-12-11 16:26:09','2013-12-11 16:26:09','Information to be added describing indicators and live room\r\n\r\ninclude package option\r\n\r\n1 - tools\r\n\r\n2 - tool plus live room\r\n\r\n3 - free trial\r\n\r\n&nbsp;\r\n\r\ndaily trade room','Quant Indicators + Live Room','','inherit','open','closed','','646-revision-v1','','','2013-12-11 16:26:09','2013-12-11 16:26:09','',646,'http://www.thetradingroom.com/646-revision-v1/',0,'revision','',0),(651,1,'2013-12-11 16:48:27','0000-00-00 00:00:00','Generic work shop info....\r\n\r\n&nbsp;\r\n\r\nregister for next event','Training Workshops','','draft','open','closed','','training-workshops','','','2013-12-11 16:48:27','2013-12-11 16:48:27','',0,'http://www.thetradingroom.com/?page_id=651',0,'page','',0),(652,1,'2013-12-11 16:27:06','2013-12-11 16:27:06','Generic work shop info....\r\n\r\n&nbsp;\r\n\r\nregister for next event','Training Workshops','','inherit','open','closed','','651-revision-v1','','','2013-12-11 16:27:06','2013-12-11 16:27:06','',651,'http://www.thetradingroom.com/651-revision-v1/',0,'revision','',0),(772,2,'2014-01-13 00:20:44','2014-01-13 00:20:44','From the Desk of Joe Rios\r\n\r\nFriday\'s US December employment report  surprised the market with a headline Nonfarm Payroll print of +74K versus expectations of +197K. The US 10-year notes spiked higher with the yield breaking below the key 2.93% level. The decline in yield helped the US Dollar come under pressure with most foreign currencies trading higher. In the commodity markets Corn outperformed rising 2.2% while wheat tumbled -6.0%, Natural Gas dropped -5.3% and Crude Oil lost -1.5%. In the week ahead volatility should return to the markets. I will be focusing on the metal markets as well as the correlation between the stock indices and the bond market. \r\n\r\nJoe Rios\r\nChief Market Strategist\r\nwww.riosquant.com\r\n\r\nLive Rooms and Events\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\n\r\nLive Trading Rooms and Events:\r\n\r\n<strong>TradeLAB Trading Room </strong>- Global Trading with Quantitative Technologies\r\nMonday through Friday beginning at 8:00 AM ET\r\nhttps://www3.gotomeeting.com/register/873785110\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading Room en Español</strong>\r\nhttps://www3.gotomeeting.com/register/756170446\r\nMonday and Friday beginning at 8:00 AM ET\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\n<strong>Insider\'s Quant (IQ) Room </strong> - Advanced Concepts with Joe Rios\r\nMonday, Wednesday and Thursday beginning at 1:30 PM ET\r\n\r\n<strong>ABC Trading Room - Automated Algorithmic Trading Systems</strong>\r\nhttps://www3.gotomeeting.com/register/777173542\r\nTuesday, Wednesday and Thursday beginning at 8:00 AM ET\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\nhttps://www3.gotomeeting.com/register/934723070\r\nWednesday beginning at 1:00 PM ET\r\nTopic: Think Smarter and Trade Better with Einstein Auto Trading\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\nhttps://www3.gotomeeting.com/register/934737294\r\nSaturday beginning at 10:30 AM ET\r\nTopic: GnosTICK and RQ Channel Basics\r\n\r\n<strong>MONDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nNZD - NZIER Business Confidence – 4:00 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/873785110\r\nBeginning at 8:00 AM ET\r\n\r\nInsider\'s Quant (IQ) Room  - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nGBP - CPI – 4:30 AM ET\r\nUSD - Retail Sales – 8:30 AM ET\r\nUSD - FOMC Member Plosser Speaks – 12:45 PM ET\r\nUSD - FOMC Member Fisher Speaks – 1:20 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/873785110\r\nBeginning at 8:00 AM ET\r\n\r\nABC Trading Room - Automated Algorithmic Trading Systems\r\nhttps://www3.gotomeeting.com/register/777173542\r\nBeginning at 8:00 AM ET\r\n\r\n<strong>WEDNESDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nUSD - PPI – 8:30 AM ET\r\nUSD - Empire State Manufacturing Index – 8:30 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nUSD - Beige Book – 2:00 PM ET\r\nAUD - Employment Change – 7:30 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/873785110\r\nBeginning at 8:00 AM ET\r\n\r\nABC Trading Room - Automated Algorithmic Trading Systems\r\nhttps://www3.gotomeeting.com/register/777173542\r\nBeginning at 8:00 AM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/934723070\r\nBeginning at 1:00 PM ET\r\nTopic: The Power and Science of Einstein Auto Trading\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nUSD - Unemployment Claims – 8:30 AM ET\r\nUSD - Core CPI – 8:30 AM ET\r\nUSD - Philly Fed Manufacturing Index – 10:00 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\nUSD - Fed Chairman Burning D Speaks – 11:10 AM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/873785110\r\nBeginning at 8:00 AM ET\r\n\r\nABC Trading Room - Automated Algorithmic Trading Systems\r\nhttps://www3.gotomeeting.com/register/777173542\r\nBeginning at 8:00 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>FRIDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nGBP - Retails Sales – 4:30 AM ET\r\nUSD - Building Permits – 8:30 AM ET\r\nUSD - Preliminary Uom Consumer Sentiment – 9:55 AM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/873785110\r\nBeginning at 8:00 AM ET\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing21.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing21.jpg\" alt=\"joe shadow writing2\" width=\"600\" height=\"400\" class=\"alignnone size-full wp-image-518\" /></a>\r\n\r\n\r\n\r\n\r\n\r\n','','','publish','open','closed','','772','','','2014-01-13 00:20:44','2014-01-13 00:20:44','',0,'http://www.thetradingroom.com/?p=772',0,'post','',0),(654,2,'2013-12-12 10:53:17','2013-12-12 10:53:17','UPDATED 5:45 ET\r\n\r\n>> STOCKS - European and Asian stocks fell to a two-month low. US stock indices trading mixed ahead of the Wall Street opening bell. \r\n\r\n>> BONDS - The Treasury’s auction of $21 billion in 10-year notes drew weaker-than-average demand as speculation mounted that the world’s biggest economy is strong enough for the Federal Reserve to reduce bond purchases. \r\n\r\n>> COMMODITIES - Copper production in China, the world’s largest user, climbed to a record in November as high treatment and refining fees encouraged smelters to process more material. \r\n\r\n>> CURRENCIES - Australia’s dollar declined for a second day after a domestic report showed the unemployment rate climbed to match the highest level since 2009. \r\n\r\n>>  ECONOMIC DATA - US Core Retail Sales and Unemployment Claims due at 8:30, Business Inventories  at 10:00, Natural Gas Storage at 10:30, BOC Gov Poloz Speaks at 1:05 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\" alt=\"Hangseng sign\" width=\"604\" height=\"453\" class=\"alignnone size-full wp-image-454\" /></a>','RiosQuant – Overnight Trading Action in the Global Markets','','inherit','open','closed','','653-revision-v1','','','2013-12-12 10:53:17','2013-12-12 10:53:17','',653,'http://www.thetradingroom.com/653-revision-v1/',0,'revision','',0),(1028,2,'2014-02-26 12:02:27','2014-02-26 12:02:27','<strong>UPDATED 6:50 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks declined from a six- year high as investors weighed earnings and awaited a U.S. report on new-home sales. U.S. stock-index futures rose, while Asian shares were little changed.\r\n\r\n<strong>BONDS</strong> - Treasuries lagged behind stocks by the most in seven months amid confidence the Federal Reserve will tailor its reduction in stimulus to support riskier assets even if the U.S. economic recovery keeps weakening.\r\n\r\n<strong>COMMODITIES</strong> -  Natural gas declined for a third day in New York, extending the steepest drop in more than six years on speculation that warmer U.S. weather will reduce demand for heating fuel.\r\n\r\n<strong>CURRENCIES</strong> - Price swings for the euro against the dollar, the world’s most-traded currency pair, fell to the lowest since at least 2007 as traders awaited signals from central banks on the future direction of monetary policy.\r\n\r\n<strong>ECONOMIC DATA </strong>-  US New Home Sales due at 10:00, Crude Oil Inventories at 10:30, NZD Trade Balance at 16:45, AUD Private Capital Expenditure 19:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\" alt=\"pre market open Blue board\" width=\"360\" height=\"266\" class=\"alignnone size-full wp-image-886\" /></a>','Pre Market Trading Report – Global Financial Markets','','inherit','open','closed','','1027-revision-v1','','','2014-02-26 12:02:27','2014-02-26 12:02:27','',1027,'http://www.thetradingroom.com/1027-revision-v1/',0,'revision','',0),(656,2,'2013-12-12 16:15:50','2013-12-12 16:15:50','<strong>Rethink Strategy, Think RQ.</strong>\r\n \r\nWe focus on the development, implementation and monitoring of quantitative and algorithmic trading systems. In the electronic financial markets, quant and algo trading is defined as the systematic application of trading strategies through the use of computer programs. \r\n\r\nOur systems are developed by our staff of market professionals consisting of traders, strategists, analysts and programmers utilizing comprehensive and rigorous research. The RQ\'s approach is to eliminate or mitigate trading decisions driven by emotion, indiscipline, passion, greed and/or fear, in addition to other factors that contribute to human error. \r\nTo assess a trading system, one must understand the strategy and the risk-management being implemented. You should also learn as much as you can about the developer.\r\n\r\nAt RQ we welcome and encourage you to get to know us. Watch us trade the major asset classes in the global financial markets including stocks, bonds, commodities and forex utilizing our automated trading systems.  Join us and gain access to our live trading room now by click on the following link: xxxxxxxxxxxxxxx\r\n\r\nTrading starts at 8:00am ET Tuesday, Wednesday and Fridays. See you there!\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/screen-hand-click.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/screen-hand-click.jpg\" alt=\"screen hand click\" width=\"639\" height=\"850\" class=\"alignnone size-full wp-image-542\" /></a>\r\n\r\n','Auto Trading Systems + Live Room','','inherit','open','closed','','648-revision-v1','','','2013-12-12 16:15:50','2013-12-12 16:15:50','',648,'http://www.thetradingroom.com/648-revision-v1/',0,'revision','',0),(657,2,'2013-12-12 22:45:09','2013-12-12 22:45:09','RiosQuant member Sanjay P. from Orange, California takes one EUR/USD Forex pair for a profit using RiosQuant technology for a quick profit. Why follow the markets through a rear view mirror? Trade the markets with predictive forward-looking algorithmic indicators identifying key price levels in advance.\r\n\r\nExperience the power of market intelligence, click on the following link for a free trial:\r\n<a href=\"http://www.riosquant.com/requestinfo?product_id=2\">RQ Trading System Free Trial</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/sanjays-trade.jpg\"><img class=\"alignnone size-full wp-image-658\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/sanjays-trade.jpg\" alt=\"sanjays trade\" width=\"640\" height=\"700\" /></a>\r\n\r\nTESTIMONIALS ARE NOT INDICATIVE OF FUTURE PERFORMANCE OR SUCCESS','RiosQuant Trading Technology – Be Quick Be Smart','','publish','open','closed','','riosquant-trading-technology-quick-smart','','','2016-10-09 17:26:49','2016-10-09 17:26:49','',0,'http://www.thetradingroom.com/?p=657',0,'post','',0),(658,2,'2013-12-12 22:30:27','2013-12-12 22:30:27','','sanjays trade','','inherit','open','closed','','sanjays-trade','','','2013-12-12 22:30:27','2013-12-12 22:30:27','',657,'http://www.thetradingroom.com/wp-content/uploads/2013/12/sanjays-trade.jpg',0,'attachment','image/jpeg',0),(659,2,'2013-12-12 22:45:09','2013-12-12 22:45:09','RiosQuant member Sanjay P. from Orange, California takes one EUR/USD Forex pair for a profit using RiosQuant technology for a quick profit.  Why follow the markets through a rear view mirror? Trade the markets with predictive forward-looking algorithmic indicators identifying key price levels in advance.\r\n\r\nExperience the power of market intelligence, click on the following link for a fee trial\r\n<a href=\"http://www.riosquant.com/requestinfo?product_id=2\">RQ Trading System Free Trial</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/sanjays-trade.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/sanjays-trade.jpg\" alt=\"sanjays trade\" width=\"640\" height=\"700\" class=\"alignnone size-full wp-image-658\" /></a>\r\n\r\nPAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS','RiosQuant Trading Technology – Be Quick Be Smart','','inherit','open','closed','','657-revision-v1','','','2013-12-12 22:45:09','2013-12-12 22:45:09','',657,'http://www.thetradingroom.com/657-revision-v1/',0,'revision','',0),(660,2,'2013-12-12 22:46:11','2013-12-12 22:46:11','RiosQuant member Sanjay P. from Orange, California takes one EUR/USD Forex pair for a profit using RiosQuant technology for a quick profit.  Why follow the markets through a rear view mirror? Trade the markets with predictive forward-looking algorithmic indicators identifying key price levels in advance.\r\n\r\nExperience the power of market intelligence, click on the following link for a free trial\r\n<a href=\"http://www.riosquant.com/requestinfo?product_id=2\">RQ Trading System Free Trial</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/sanjays-trade.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/sanjays-trade.jpg\" alt=\"sanjays trade\" width=\"640\" height=\"700\" class=\"alignnone size-full wp-image-658\" /></a>\r\n\r\nPAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS','RiosQuant Trading Technology – Be Quick Be Smart','','inherit','open','closed','','657-revision-v1','','','2013-12-12 22:46:11','2013-12-12 22:46:11','',657,'http://www.thetradingroom.com/657-revision-v1/',0,'revision','',0),(661,2,'2013-12-12 22:46:40','2013-12-12 22:46:40','RiosQuant member Sanjay P. from Orange, California takes one EUR/USD Forex pair for a profit using RiosQuant technology for a quick profit.  Why follow the markets through a rear view mirror? Trade the markets with predictive forward-looking algorithmic indicators identifying key price levels in advance.\r\n\r\nExperience the power of market intelligence, click on the following link for a free trial:\r\n<a href=\"http://www.riosquant.com/requestinfo?product_id=2\">RQ Trading System Free Trial</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/sanjays-trade.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/sanjays-trade.jpg\" alt=\"sanjays trade\" width=\"640\" height=\"700\" class=\"alignnone size-full wp-image-658\" /></a>\r\n\r\nPAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS','RiosQuant Trading Technology – Be Quick Be Smart','','inherit','open','closed','','657-revision-v1','','','2013-12-12 22:46:40','2013-12-12 22:46:40','',657,'http://www.thetradingroom.com/657-revision-v1/',0,'revision','',0),(663,2,'2013-12-13 12:45:48','2013-12-13 12:45:48','','pie chart','','inherit','open','closed','','pie-chart','','','2013-12-13 12:45:48','2013-12-13 12:45:48','',662,'http://www.thetradingroom.com/wp-content/uploads/2013/12/pie-chart.jpg',0,'attachment','image/jpeg',0),(664,2,'2013-12-13 12:53:05','2013-12-13 12:53:05','UPDATED 7:40 ET \r\n\r\nSTOCKS - European stocks were little changed, heading for a second weekly drop. U.S. stock-index futures rose, while Asian shares fell. \r\n\r\nBONDS - Treasuries were the cheapest since September as investors waited for the U.S.  to sell $112 billion of notes next week. \r\n\r\nCOMMODITIES - Gold traded sideways in London as investors weighed signs physical demand may rise at lower prices against the outlook for less U.S. stimulus. \r\n\r\nCURRENCIES -The British Pound fell for a third day on speculation gains that saw the U.K. currency reach the highest level in more than two years were overdone. \r\n\r\nECONOMIC DATA - US  PPI m/m due at 8:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/pie-chart.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/pie-chart.jpg\" alt=\"pie chart\" width=\"410\" height=\"299\" class=\"alignnone size-full wp-image-663\" /></a><a href=\"http://www.riosquant.com/account/register?trial=1\" title=\"Access Full Report\"></a><a href=\"http://www.riosquant.com/account/register?trial=1\" title=\"Access Full Report\"></a>','RiosQuant – Overnight Trading Action in the Global Markets','','inherit','open','closed','','662-revision-v1','','','2013-12-13 12:53:05','2013-12-13 12:53:05','',662,'http://www.thetradingroom.com/662-revision-v1/',0,'revision','',0),(670,2,'2013-12-14 22:16:20','2013-12-14 22:16:20','<strong>A Recurring Phenomenon Twice A Day In The Gold Market\r\n - by Joe Rios</strong>\r\n\r\nA recurring market event happens every trading day at 5:30 AM and 10:00 AM Eastern Time. Officially, the London gold fixing is the settling of the price of gold. It occurs twice each trading day on the London market by the five members of the London Gold Market Fixing Ltd.  Today\'s current members include Barclays, Deutsche Bank, HSBC, Scotia-Mocatta (Bank of Nova Scotia) and Société Générale. \r\nThe participating banks act on both, their own behalf and for their customers. The Gold Fix Chairman starts the fixing process by declaring a price, typically near the current spot market price. Assuming this price, the participating banks aggregate all the orders they have received - both buys and sells - and declare to the Chairman the net quantity of gold they would buy, or sell, at the proposed price. If the net effect across all the participant banks is in balance, then that price will become the current London Gold Fix price. However it\'s common that the buyers and sellers are not immediately in balance. The Chairman will then adjust the proposed price, higher if there are too many buyers, and lower if there are too many sellers.\r\n\r\nMartyn Whitehead, director of commodities at Barclays Capital and vice-chairman of the London Bullion Market Association says -\r\n\r\n\"Normally it\'s a 10 or 15-minute process, but it can take up to half an hour. The longest fixing actually took place back on 19th October 1987 - Black Monday. The London Gold Fix took two hours and 15 minutes to reach agreement that day.\" That was the day when the US stock market dropped 23% of its value.\r\n\r\n<strong>Wow! What an edge!</strong> 10 to 15 minutes can seem like a life-time to an active trader. But for traders like us that employ quantitative analysis and algorithmic trading systems, this can be a huge advantage. At Rios Quant our edge has always been the development, implementation and monitoring of trading systems for the electronic financial markets. Our event-driven automated system, the RQ Dash was designed for this specific event. The focus is to be opportunistic to the activities associated with the volatility at the critical time periods. At the core of the strategy is an Rios Quant proprietary code with forward looking algorithms designed to forecast for potential price action activities in the gold futures market. For a complete performance report and information regarding our automated trading systems, please click on the following link - <a href=\"http://www.riosquant.com/requestinfo?product_id=2\" title=\"Rios Quant Trading Systems Free Trial\">Rios Quant Trading Systems</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/trade-the-london-gold-fix.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/trade-the-london-gold-fix.jpg\" alt=\"trade the london gold fix\" width=\"392\" height=\"457\" class=\"alignnone size-full wp-image-672\" /></a>\r\nThe RQ Dash automated trading system taking a quick short position for profit during the London Gold Fix.\r\n\r\nBelow you will find interesting reading from a recent article in Bloomberg.\r\n\r\nBloomberg - November 26, 2013 \r\n<strong>Trading Surges</strong> - At 3:01 p.m., after the start of the call, trading surged to 47.8 percent above the average for the 20-minute period preceding the start of the fix and remained 20 percent higher for the next six minutes, Caminschi and Heaney found. By comparison, trading was 8.7 percent higher than the average a minute after publication of the price. The results showed a similar pattern for the SPDR Gold Trust.\r\n“Intuitively, we expect volumes to spike following the introduction of information to the market” when the final result is published, Caminschi and Heaney wrote in “Fixing a Leaky Fixing: Short-Term Market Reactions to the London P.M. Gold Price Fixing.” “What we observe in our analysis is a clustering of trades immediately following the fixing start.”\r\nThe researchers also assessed how accurate movements in gold derivatives were in predicting the final fix. Between 2:59 p.m. and 3 p.m., the direction of futures contracts matched the direction of the fix about half the time.\r\nFrom 3:01 p.m., the success rate jumped to 69.9 percent, and within five minutes it had climbed to 80 percent, Caminschi and Heaney wrote. On days when the gold price per ounce moved by more than $3, gold futures successfully predicted the outcome in more than nine out of 10 occasions.\r\n<strong>Information Dissemination</strong> - “Not only are the trades quite accurate in predicting the fixing direction, the more money that is made by way of a larger price change, the more accurate the trade becomes,” Caminschi and Heaney wrote. “This is highly suggestive of information leaking from the fixing to these public markets.”\r\nFor derivatives traders, the benefits are clear: A dealer who bought 500 gold futures contracts at 3 p.m. and knew the fix was going higher could make $200,000 for his firm if the price moved by $4, the average move in the sample. While the value of 500 contracts totals about $60 million, traders may buy on margin, a process that involves borrowing and requires placing less capital for the bet. On a typical day, about 4,500 futures contracts are traded between 3 p.m. and 3:15 p.m., according to Caminschi and Heaney.\r\n\r\nTo read the entire Bloomberg article click on the following link:  <a href=\"http://www.bloomberg.com/news/2013-11-26/gold-fix-drawing-scrutiny-amid-knowledge-tied-to-eruption.html\">London Gold Fix Calls Draw Scrutiny Amid Heavy Trading</a>\r\n\r\n','The London Gold Fix - Be Amazed ','','publish','open','closed','','london-gold-fix-amazed','','','2013-12-14 22:16:20','2013-12-14 22:16:20','',0,'http://www.thetradingroom.com/?page_id=670',0,'page','',0),(665,2,'2013-12-13 18:23:59','2013-12-13 18:23:59','Information to be added describing indicators and live room\n\n<strong>A Systematic Approach Built for Algorithmic Traders</strong>\nAs a comprehensive package of indicators, the RiosQuant trading technology is designed to provide traders access to innovative methods to take profits from the markets while controlling risk. The concept, methods and tools are outlined in an easy to understand step-by-step format. The RiosQuant methodology to trading the markets is based on odds and the objective is to keep the odds in your favor. The exact logic is revealed with all the necessary rules needed for understanding the knowledge and procedure that drives the RiosQuant algorithms.\n\n<strong>A Quantitative Model Focused On The Science Of Trading</strong>\nThe RiosQuant analyzer\'s multiple function is designed to help active traders gain clarity when the markets seem to be in chaos. The <strong>DMS</strong>, our proprietary dynamic market sentiment indicator provides quantitative identification of risk-on and risk-off correlations in real-time. The <strong>Nextreme</strong> velocity indicator helps traders identify where the momentum is developing in the markets and the <strong>Navigator\'s </strong>forward looking algorithms are instrumental for predictive price action.\n\nFor a free trial click on the following link: <a href=\"http://www.riosquant.com/requestdemo?product_id=22\">Access to the RQ-Tech Analyzer </a>\n\nTo experience the RiosQuant suite of trading tools in a live trading environment, join us in our TradeLAB trading room.  Access the TradeLAB Trading Room Here xxxxxxx\n','Quant Indicators + Live Room','','inherit','open','closed','','646-autosave-v1','','','2013-12-13 18:23:59','2013-12-13 18:23:59','',646,'http://www.thetradingroom.com/646-autosave-v1/',0,'revision','',0),(666,2,'2013-12-13 18:24:09','2013-12-13 18:24:09','Information to be added describing indicators and live room\r\n\r\n<strong>A Systematic Approach Built for Algorithmic Traders</strong>\r\nAs a comprehensive package of indicators, the RiosQuant trading technology is designed to provide traders access to innovative methods to take profits from the markets while controlling risk. The concept, methods and tools are outlined in an easy to understand step-by-step format. The RiosQuant methodology to trading the markets is based on odds and the objective is to keep the odds in your favor. The exact logic is revealed with all the necessary rules needed for understanding the knowledge and procedure that drives the RiosQuant algorithms.\r\n\r\n<strong>A Quantitative Model Focused On The Science Of Trading</strong>\r\nThe RiosQuant analyzer\'s multiple function is designed to help active traders gain clarity when the markets seem to be in chaos. The <strong>DMS</strong>, our proprietary dynamic market sentiment indicator provides quantitative identification of risk-on and risk-off correlations in real-time. The <strong>Nextreme</strong> velocity indicator helps traders identify where the momentum is developing in the markets and the <strong>Navigator\'s </strong>forward looking algorithms are instrumental for predictive price action.\r\n\r\nFor a free trial click on the following link: <a href=\"http://www.riosquant.com/requestdemo?product_id=22\">Access to the RQ-Tech Analyzer </a>\r\n\r\nTo experience the RiosQuant suite of trading tools in a live trading environment, join us in our TradeLAB trading room.  Access the TradeLAB Trading Room Here xxxxxxx\r\n','Quant Indicators + Live Room','','inherit','open','closed','','646-revision-v1','','','2013-12-13 18:24:09','2013-12-13 18:24:09','',646,'http://www.thetradingroom.com/646-revision-v1/',0,'revision','',0),(667,2,'2014-02-19 03:16:22','2014-02-19 03:16:22','<strong>The Trading Room®</strong> sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins during the London session and runs through the New York session. Get a sneak view of our algorithmic trading systems in action from the convenience of your computer via the internet. We are currently showcasing our algorithmic trading indicators and our proprietary quantitative approach to the global markets.\n\nCome and join RiosQuant Trading Room for a free trial. Register today and learn how to trade like a professional. &gt;&gt; <a href=\"http://www.riosquant.com/subscribe?product_id=16\">Click here to register for a free trial now.</a>\n\n&nbsp;\n\n<img class=\"alignnone size-medium wp-image-535\" alt=\"RQ Ranking screen 2 traders\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/RQ-Ranking-screen-2-traders-300x212.png\" width=\"300\" height=\"212\" />','Join Our live Trading Room - Free Trial','','inherit','open','closed','','522-autosave-v1','','','2014-02-19 03:16:22','2014-02-19 03:16:22','',522,'http://www.thetradingroom.com/522-autosave-v1/',0,'revision','',0),(668,2,'2013-12-13 18:28:39','2013-12-13 18:28:39','<strong>The Trading Room®</strong> sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins during the London session and runs through the New York session. Get a sneak view of our algorithmic trading systems in action from the convenience of your computer via the internet. We are currently showcasing our algorithmic trading indicators and our proprietary quantitative approach to the global markets.\r\n\r\nCome and join RiosQuant Trading Room for a free trial. Register today and learn how to trade like a professional. &gt;&gt; Click here to register now\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-medium wp-image-535\" alt=\"RQ Ranking screen 2 traders\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/RQ-Ranking-screen-2-traders-300x212.png\" width=\"300\" height=\"212\" />','Join Our Trading Room','','inherit','open','closed','','522-revision-v1','','','2013-12-13 18:28:39','2013-12-13 18:28:39','',522,'http://www.thetradingroom.com/522-revision-v1/',0,'revision','',0),(671,2,'2013-12-14 22:03:31','2013-12-14 22:03:31','','The London Gold Fix','','inherit','open','closed','','the-london-gold-fix','','','2013-12-14 22:03:31','2013-12-14 22:03:31','',670,'http://www.thetradingroom.com/wp-content/uploads/2013/12/The-London-Gold-Fix.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(672,2,'2013-12-14 22:04:07','2013-12-14 22:04:07','','trade the london gold fix','','inherit','open','closed','','trade-the-london-gold-fix','','','2013-12-14 22:04:07','2013-12-14 22:04:07','',670,'http://www.thetradingroom.com/wp-content/uploads/2013/12/trade-the-london-gold-fix.jpg',0,'attachment','image/jpeg',0),(673,2,'2013-12-14 22:04:19','2013-12-14 22:04:19','A Recurring Phenomenon Twice A Day In The Gold Market - by Joe Rios\r\n\r\nA recurring market event happens every trading day at 5:30 AM and 10:00 AM Eastern Time. Officially, the London gold fixing is the settling of the price of gold. It occurs twice each trading day on the London market by the five members of the London Gold Market Fixing Ltd.  Today\'s current members include Barclays, Deutsche Bank, HSBC, Scotia-Mocatta (Bank of Nova Scotia) and Société Générale. \r\nThe participating banks act on both, their own behalf and for their customers. The Gold Fix Chairman starts the fixing process by declaring a price, typically near the current spot market price. Assuming this price, the participating banks aggregate all the orders they have received - both buys and sells - and declare to the Chairman the net quantity of gold they would buy, or sell, at the proposed price. If the net effect across all the participant banks is in balance, then that price will become the current London Gold Fix price. However it\'s common that the buyers and sellers are not immediately in balance. The Chairman will then adjust the proposed price, higher if there are too many buyers, and lower if there are too many sellers.\r\n\r\nMartyn Whitehead, director of commodities at Barclays Capital and vice-chairman of the London Bullion Market Association says -\r\n\r\n\"Normally it\'s a 10 or 15-minute process, but it can take up to half an hour. The longest fixing actually took place back on 19th October 1987 - Black Monday. The London Gold Fix took two hours and 15 minutes to reach agreement that day.\" That was the day when the US stock market dropped 23% of its value.\r\n\r\nWow! What an edge! 10 to 15 minutes can seem like a life-time to an active trader. But for traders like us that employ quantitative analysis and algorithmic trading systems, this can be a huge advantage. At Rios Quant our edge has always been the development, implementation and monitoring of trading systems for the electronic financial markets. Our event-driven automated system, the RQ-Dash was designed for this specific event. The focus is to be opportunistic to the activities associated with the volatility at the critical time periods. At the core of the strategy is an Rios Quant proprietary code with forward looking algorithms designed to forecast for potential price action activities in the gold futures market. For a complete performance report and information regarding our automated trading systems, please click on the following link - <a href=\"http://www.riosquant.com/requestinfo?product_id=2\" title=\"Rios Quant Trading Systems Free Trial\">Rios Quant Trading Systems</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/trade-the-london-gold-fix.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/trade-the-london-gold-fix.jpg\" alt=\"trade the london gold fix\" width=\"392\" height=\"457\" class=\"alignnone size-full wp-image-672\" /></a>\r\nBelow you will find interesting reading from a recent article in Bloomberg.\r\nBloomberg - November 26, 2013 \r\nTrading Surges - At 3:01 p.m., after the start of the call, trading surged to 47.8 percent above the average for the 20-minute period preceding the start of the fix and remained 20 percent higher for the next six minutes, Caminschi and Heaney found. By comparison, trading was 8.7 percent higher than the average a minute after publication of the price. The results showed a similar pattern for the SPDR Gold Trust.\r\n“Intuitively, we expect volumes to spike following the introduction of information to the market” when the final result is published, Caminschi and Heaney wrote in “Fixing a Leaky Fixing: Short-Term Market Reactions to the London P.M. Gold Price Fixing.” “What we observe in our analysis is a clustering of trades immediately following the fixing start.”\r\nThe researchers also assessed how accurate movements in gold derivatives were in predicting the final fix. Between 2:59 p.m. and 3 p.m., the direction of futures contracts matched the direction of the fix about half the time.\r\nFrom 3:01 p.m., the success rate jumped to 69.9 percent, and within five minutes it had climbed to 80 percent, Caminschi and Heaney wrote. On days when the gold price per ounce moved by more than $3, gold futures successfully predicted the outcome in more than nine out of 10 occasions.\r\nInformation Dissemination - “Not only are the trades quite accurate in predicting the fixing direction, the more money that is made by way of a larger price change, the more accurate the trade becomes,” Caminschi and Heaney wrote. “This is highly suggestive of information leaking from the fixing to these public markets.”\r\nFor derivatives traders, the benefits are clear: A dealer who bought 500 gold futures contracts at 3 p.m. and knew the fix was going higher could make $200,000 for his firm if the price moved by $4, the average move in the sample. While the value of 500 contracts totals about $60 million, traders may buy on margin, a process that involves borrowing and requires placing less capital for the bet. On a typical day, about 4,500 futures contracts are traded between 3 p.m. and 3:15 p.m., according to Caminschi and Heaney.\r\nTo read the entire Bloomberg article click on the following link:  <a href=\"http://www.bloomberg.com/news/2013-11-26/gold-fix-drawing-scrutiny-amid-knowledge-tied-to-eruption.html\">London Gold Fix Calls Draw Scrutiny Amid Heavy Trading</a>\r\n\r\n','The London Gold Fix - Be Amazed ','','inherit','open','closed','','670-revision-v1','','','2013-12-14 22:04:19','2013-12-14 22:04:19','',670,'http://www.thetradingroom.com/670-revision-v1/',0,'revision','',0),(674,2,'2013-12-14 22:07:43','2013-12-14 22:07:43','<strong>A Recurring Phenomenon Twice A Day In The Gold Market - by Joe Rios</strong>\r\n\r\nA recurring market event happens every trading day at 5:30 AM and 10:00 AM Eastern Time. Officially, the London gold fixing is the settling of the price of gold. It occurs twice each trading day on the London market by the five members of the London Gold Market Fixing Ltd.  Today\'s current members include Barclays, Deutsche Bank, HSBC, Scotia-Mocatta (Bank of Nova Scotia) and Société Générale. \r\nThe participating banks act on both, their own behalf and for their customers. The Gold Fix Chairman starts the fixing process by declaring a price, typically near the current spot market price. Assuming this price, the participating banks aggregate all the orders they have received - both buys and sells - and declare to the Chairman the net quantity of gold they would buy, or sell, at the proposed price. If the net effect across all the participant banks is in balance, then that price will become the current London Gold Fix price. However it\'s common that the buyers and sellers are not immediately in balance. The Chairman will then adjust the proposed price, higher if there are too many buyers, and lower if there are too many sellers.\r\n\r\nMartyn Whitehead, director of commodities at Barclays Capital and vice-chairman of the London Bullion Market Association says -\r\n\r\n\"Normally it\'s a 10 or 15-minute process, but it can take up to half an hour. The longest fixing actually took place back on 19th October 1987 - Black Monday. The London Gold Fix took two hours and 15 minutes to reach agreement that day.\" That was the day when the US stock market dropped 23% of its value.\r\n\r\n<strong>Wow! What an edge!</strong> 10 to 15 minutes can seem like a life-time to an active trader. But for traders like us that employ quantitative analysis and algorithmic trading systems, this can be a huge advantage. At Rios Quant our edge has always been the development, implementation and monitoring of trading systems for the electronic financial markets. Our event-driven automated system, the RQ-Dash was designed for this specific event. The focus is to be opportunistic to the activities associated with the volatility at the critical time periods. At the core of the strategy is an Rios Quant proprietary code with forward looking algorithms designed to forecast for potential price action activities in the gold futures market. For a complete performance report and information regarding our automated trading systems, please click on the following link - <a href=\"http://www.riosquant.com/requestinfo?product_id=2\" title=\"Rios Quant Trading Systems Free Trial\">Rios Quant Trading Systems</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/trade-the-london-gold-fix.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/trade-the-london-gold-fix.jpg\" alt=\"trade the london gold fix\" width=\"392\" height=\"457\" class=\"alignnone size-full wp-image-672\" /></a>\r\n\r\nBelow you will find interesting reading from a recent article in Bloomberg.\r\n\r\nBloomberg - November 26, 2013 \r\n<strong>Trading Surges</strong> - At 3:01 p.m., after the start of the call, trading surged to 47.8 percent above the average for the 20-minute period preceding the start of the fix and remained 20 percent higher for the next six minutes, Caminschi and Heaney found. By comparison, trading was 8.7 percent higher than the average a minute after publication of the price. The results showed a similar pattern for the SPDR Gold Trust.\r\n“Intuitively, we expect volumes to spike following the introduction of information to the market” when the final result is published, Caminschi and Heaney wrote in “Fixing a Leaky Fixing: Short-Term Market Reactions to the London P.M. Gold Price Fixing.” “What we observe in our analysis is a clustering of trades immediately following the fixing start.”\r\nThe researchers also assessed how accurate movements in gold derivatives were in predicting the final fix. Between 2:59 p.m. and 3 p.m., the direction of futures contracts matched the direction of the fix about half the time.\r\nFrom 3:01 p.m., the success rate jumped to 69.9 percent, and within five minutes it had climbed to 80 percent, Caminschi and Heaney wrote. On days when the gold price per ounce moved by more than $3, gold futures successfully predicted the outcome in more than nine out of 10 occasions.\r\n<strong>Information Dissemination</strong> - “Not only are the trades quite accurate in predicting the fixing direction, the more money that is made by way of a larger price change, the more accurate the trade becomes,” Caminschi and Heaney wrote. “This is highly suggestive of information leaking from the fixing to these public markets.”\r\nFor derivatives traders, the benefits are clear: A dealer who bought 500 gold futures contracts at 3 p.m. and knew the fix was going higher could make $200,000 for his firm if the price moved by $4, the average move in the sample. While the value of 500 contracts totals about $60 million, traders may buy on margin, a process that involves borrowing and requires placing less capital for the bet. On a typical day, about 4,500 futures contracts are traded between 3 p.m. and 3:15 p.m., according to Caminschi and Heaney.\r\n\r\nTo read the entire Bloomberg article click on the following link:  <a href=\"http://www.bloomberg.com/news/2013-11-26/gold-fix-drawing-scrutiny-amid-knowledge-tied-to-eruption.html\">London Gold Fix Calls Draw Scrutiny Amid Heavy Trading</a>\r\n\r\n','The London Gold Fix - Be Amazed ','','inherit','open','closed','','670-revision-v1','','','2013-12-14 22:07:43','2013-12-14 22:07:43','',670,'http://www.thetradingroom.com/670-revision-v1/',0,'revision','',0),(675,2,'2013-12-14 22:08:06','2013-12-14 22:08:06','<strong>A Recurring Phenomenon Twice A Day In The Gold Market\r\n - by Joe Rios</strong>\r\n\r\nA recurring market event happens every trading day at 5:30 AM and 10:00 AM Eastern Time. Officially, the London gold fixing is the settling of the price of gold. It occurs twice each trading day on the London market by the five members of the London Gold Market Fixing Ltd.  Today\'s current members include Barclays, Deutsche Bank, HSBC, Scotia-Mocatta (Bank of Nova Scotia) and Société Générale. \r\nThe participating banks act on both, their own behalf and for their customers. The Gold Fix Chairman starts the fixing process by declaring a price, typically near the current spot market price. Assuming this price, the participating banks aggregate all the orders they have received - both buys and sells - and declare to the Chairman the net quantity of gold they would buy, or sell, at the proposed price. If the net effect across all the participant banks is in balance, then that price will become the current London Gold Fix price. However it\'s common that the buyers and sellers are not immediately in balance. The Chairman will then adjust the proposed price, higher if there are too many buyers, and lower if there are too many sellers.\r\n\r\nMartyn Whitehead, director of commodities at Barclays Capital and vice-chairman of the London Bullion Market Association says -\r\n\r\n\"Normally it\'s a 10 or 15-minute process, but it can take up to half an hour. The longest fixing actually took place back on 19th October 1987 - Black Monday. The London Gold Fix took two hours and 15 minutes to reach agreement that day.\" That was the day when the US stock market dropped 23% of its value.\r\n\r\n<strong>Wow! What an edge!</strong> 10 to 15 minutes can seem like a life-time to an active trader. But for traders like us that employ quantitative analysis and algorithmic trading systems, this can be a huge advantage. At Rios Quant our edge has always been the development, implementation and monitoring of trading systems for the electronic financial markets. Our event-driven automated system, the RQ-Dash was designed for this specific event. The focus is to be opportunistic to the activities associated with the volatility at the critical time periods. At the core of the strategy is an Rios Quant proprietary code with forward looking algorithms designed to forecast for potential price action activities in the gold futures market. For a complete performance report and information regarding our automated trading systems, please click on the following link - <a href=\"http://www.riosquant.com/requestinfo?product_id=2\" title=\"Rios Quant Trading Systems Free Trial\">Rios Quant Trading Systems</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/trade-the-london-gold-fix.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/trade-the-london-gold-fix.jpg\" alt=\"trade the london gold fix\" width=\"392\" height=\"457\" class=\"alignnone size-full wp-image-672\" /></a>\r\n\r\nBelow you will find interesting reading from a recent article in Bloomberg.\r\n\r\nBloomberg - November 26, 2013 \r\n<strong>Trading Surges</strong> - At 3:01 p.m., after the start of the call, trading surged to 47.8 percent above the average for the 20-minute period preceding the start of the fix and remained 20 percent higher for the next six minutes, Caminschi and Heaney found. By comparison, trading was 8.7 percent higher than the average a minute after publication of the price. The results showed a similar pattern for the SPDR Gold Trust.\r\n“Intuitively, we expect volumes to spike following the introduction of information to the market” when the final result is published, Caminschi and Heaney wrote in “Fixing a Leaky Fixing: Short-Term Market Reactions to the London P.M. Gold Price Fixing.” “What we observe in our analysis is a clustering of trades immediately following the fixing start.”\r\nThe researchers also assessed how accurate movements in gold derivatives were in predicting the final fix. Between 2:59 p.m. and 3 p.m., the direction of futures contracts matched the direction of the fix about half the time.\r\nFrom 3:01 p.m., the success rate jumped to 69.9 percent, and within five minutes it had climbed to 80 percent, Caminschi and Heaney wrote. On days when the gold price per ounce moved by more than $3, gold futures successfully predicted the outcome in more than nine out of 10 occasions.\r\n<strong>Information Dissemination</strong> - “Not only are the trades quite accurate in predicting the fixing direction, the more money that is made by way of a larger price change, the more accurate the trade becomes,” Caminschi and Heaney wrote. “This is highly suggestive of information leaking from the fixing to these public markets.”\r\nFor derivatives traders, the benefits are clear: A dealer who bought 500 gold futures contracts at 3 p.m. and knew the fix was going higher could make $200,000 for his firm if the price moved by $4, the average move in the sample. While the value of 500 contracts totals about $60 million, traders may buy on margin, a process that involves borrowing and requires placing less capital for the bet. On a typical day, about 4,500 futures contracts are traded between 3 p.m. and 3:15 p.m., according to Caminschi and Heaney.\r\n\r\nTo read the entire Bloomberg article click on the following link:  <a href=\"http://www.bloomberg.com/news/2013-11-26/gold-fix-drawing-scrutiny-amid-knowledge-tied-to-eruption.html\">London Gold Fix Calls Draw Scrutiny Amid Heavy Trading</a>\r\n\r\n','The London Gold Fix - Be Amazed ','','inherit','open','closed','','670-revision-v1','','','2013-12-14 22:08:06','2013-12-14 22:08:06','',670,'http://www.thetradingroom.com/670-revision-v1/',0,'revision','',0),(676,2,'2013-12-14 22:09:35','2013-12-14 22:09:35','<strong>A Recurring Phenomenon Twice A Day In The Gold Market\r\n - by Joe Rios</strong>\r\n\r\nA recurring market event happens every trading day at 5:30 AM and 10:00 AM Eastern Time. Officially, the London gold fixing is the settling of the price of gold. It occurs twice each trading day on the London market by the five members of the London Gold Market Fixing Ltd.  Today\'s current members include Barclays, Deutsche Bank, HSBC, Scotia-Mocatta (Bank of Nova Scotia) and Société Générale. \r\nThe participating banks act on both, their own behalf and for their customers. The Gold Fix Chairman starts the fixing process by declaring a price, typically near the current spot market price. Assuming this price, the participating banks aggregate all the orders they have received - both buys and sells - and declare to the Chairman the net quantity of gold they would buy, or sell, at the proposed price. If the net effect across all the participant banks is in balance, then that price will become the current London Gold Fix price. However it\'s common that the buyers and sellers are not immediately in balance. The Chairman will then adjust the proposed price, higher if there are too many buyers, and lower if there are too many sellers.\r\n\r\nMartyn Whitehead, director of commodities at Barclays Capital and vice-chairman of the London Bullion Market Association says -\r\n\r\n\"Normally it\'s a 10 or 15-minute process, but it can take up to half an hour. The longest fixing actually took place back on 19th October 1987 - Black Monday. The London Gold Fix took two hours and 15 minutes to reach agreement that day.\" That was the day when the US stock market dropped 23% of its value.\r\n\r\n<strong>Wow! What an edge!</strong> 10 to 15 minutes can seem like a life-time to an active trader. But for traders like us that employ quantitative analysis and algorithmic trading systems, this can be a huge advantage. At Rios Quant our edge has always been the development, implementation and monitoring of trading systems for the electronic financial markets. Our event-driven automated system, the RQ Dash was designed for this specific event. The focus is to be opportunistic to the activities associated with the volatility at the critical time periods. At the core of the strategy is an Rios Quant proprietary code with forward looking algorithms designed to forecast for potential price action activities in the gold futures market. For a complete performance report and information regarding our automated trading systems, please click on the following link - <a href=\"http://www.riosquant.com/requestinfo?product_id=2\" title=\"Rios Quant Trading Systems Free Trial\">Rios Quant Trading Systems</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/trade-the-london-gold-fix.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/trade-the-london-gold-fix.jpg\" alt=\"trade the london gold fix\" width=\"392\" height=\"457\" class=\"alignnone size-full wp-image-672\" /></a>\r\nThe RQ Dash automated trading system\r\n\r\nBelow you will find interesting reading from a recent article in Bloomberg.\r\n\r\nBloomberg - November 26, 2013 \r\n<strong>Trading Surges</strong> - At 3:01 p.m., after the start of the call, trading surged to 47.8 percent above the average for the 20-minute period preceding the start of the fix and remained 20 percent higher for the next six minutes, Caminschi and Heaney found. By comparison, trading was 8.7 percent higher than the average a minute after publication of the price. The results showed a similar pattern for the SPDR Gold Trust.\r\n“Intuitively, we expect volumes to spike following the introduction of information to the market” when the final result is published, Caminschi and Heaney wrote in “Fixing a Leaky Fixing: Short-Term Market Reactions to the London P.M. Gold Price Fixing.” “What we observe in our analysis is a clustering of trades immediately following the fixing start.”\r\nThe researchers also assessed how accurate movements in gold derivatives were in predicting the final fix. Between 2:59 p.m. and 3 p.m., the direction of futures contracts matched the direction of the fix about half the time.\r\nFrom 3:01 p.m., the success rate jumped to 69.9 percent, and within five minutes it had climbed to 80 percent, Caminschi and Heaney wrote. On days when the gold price per ounce moved by more than $3, gold futures successfully predicted the outcome in more than nine out of 10 occasions.\r\n<strong>Information Dissemination</strong> - “Not only are the trades quite accurate in predicting the fixing direction, the more money that is made by way of a larger price change, the more accurate the trade becomes,” Caminschi and Heaney wrote. “This is highly suggestive of information leaking from the fixing to these public markets.”\r\nFor derivatives traders, the benefits are clear: A dealer who bought 500 gold futures contracts at 3 p.m. and knew the fix was going higher could make $200,000 for his firm if the price moved by $4, the average move in the sample. While the value of 500 contracts totals about $60 million, traders may buy on margin, a process that involves borrowing and requires placing less capital for the bet. On a typical day, about 4,500 futures contracts are traded between 3 p.m. and 3:15 p.m., according to Caminschi and Heaney.\r\n\r\nTo read the entire Bloomberg article click on the following link:  <a href=\"http://www.bloomberg.com/news/2013-11-26/gold-fix-drawing-scrutiny-amid-knowledge-tied-to-eruption.html\">London Gold Fix Calls Draw Scrutiny Amid Heavy Trading</a>\r\n\r\n','The London Gold Fix - Be Amazed ','','inherit','open','closed','','670-revision-v1','','','2013-12-14 22:09:35','2013-12-14 22:09:35','',670,'http://www.thetradingroom.com/670-revision-v1/',0,'revision','',0),(677,2,'2013-12-14 22:10:38','2013-12-14 22:10:38','<strong>A Recurring Phenomenon Twice A Day In The Gold Market\r\n - by Joe Rios</strong>\r\n\r\nA recurring market event happens every trading day at 5:30 AM and 10:00 AM Eastern Time. Officially, the London gold fixing is the settling of the price of gold. It occurs twice each trading day on the London market by the five members of the London Gold Market Fixing Ltd.  Today\'s current members include Barclays, Deutsche Bank, HSBC, Scotia-Mocatta (Bank of Nova Scotia) and Société Générale. \r\nThe participating banks act on both, their own behalf and for their customers. The Gold Fix Chairman starts the fixing process by declaring a price, typically near the current spot market price. Assuming this price, the participating banks aggregate all the orders they have received - both buys and sells - and declare to the Chairman the net quantity of gold they would buy, or sell, at the proposed price. If the net effect across all the participant banks is in balance, then that price will become the current London Gold Fix price. However it\'s common that the buyers and sellers are not immediately in balance. The Chairman will then adjust the proposed price, higher if there are too many buyers, and lower if there are too many sellers.\r\n\r\nMartyn Whitehead, director of commodities at Barclays Capital and vice-chairman of the London Bullion Market Association says -\r\n\r\n\"Normally it\'s a 10 or 15-minute process, but it can take up to half an hour. The longest fixing actually took place back on 19th October 1987 - Black Monday. The London Gold Fix took two hours and 15 minutes to reach agreement that day.\" That was the day when the US stock market dropped 23% of its value.\r\n\r\n<strong>Wow! What an edge!</strong> 10 to 15 minutes can seem like a life-time to an active trader. But for traders like us that employ quantitative analysis and algorithmic trading systems, this can be a huge advantage. At Rios Quant our edge has always been the development, implementation and monitoring of trading systems for the electronic financial markets. Our event-driven automated system, the RQ Dash was designed for this specific event. The focus is to be opportunistic to the activities associated with the volatility at the critical time periods. At the core of the strategy is an Rios Quant proprietary code with forward looking algorithms designed to forecast for potential price action activities in the gold futures market. For a complete performance report and information regarding our automated trading systems, please click on the following link - <a href=\"http://www.riosquant.com/requestinfo?product_id=2\" title=\"Rios Quant Trading Systems Free Trial\">Rios Quant Trading Systems</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/trade-the-london-gold-fix.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/trade-the-london-gold-fix.jpg\" alt=\"trade the london gold fix\" width=\"392\" height=\"457\" class=\"alignnone size-full wp-image-672\" /></a>\r\nThe RQ Dash automated trading system taking a quick short position for profit following the London Gold Fix.\r\n\r\nBelow you will find interesting reading from a recent article in Bloomberg.\r\n\r\nBloomberg - November 26, 2013 \r\n<strong>Trading Surges</strong> - At 3:01 p.m., after the start of the call, trading surged to 47.8 percent above the average for the 20-minute period preceding the start of the fix and remained 20 percent higher for the next six minutes, Caminschi and Heaney found. By comparison, trading was 8.7 percent higher than the average a minute after publication of the price. The results showed a similar pattern for the SPDR Gold Trust.\r\n“Intuitively, we expect volumes to spike following the introduction of information to the market” when the final result is published, Caminschi and Heaney wrote in “Fixing a Leaky Fixing: Short-Term Market Reactions to the London P.M. Gold Price Fixing.” “What we observe in our analysis is a clustering of trades immediately following the fixing start.”\r\nThe researchers also assessed how accurate movements in gold derivatives were in predicting the final fix. Between 2:59 p.m. and 3 p.m., the direction of futures contracts matched the direction of the fix about half the time.\r\nFrom 3:01 p.m., the success rate jumped to 69.9 percent, and within five minutes it had climbed to 80 percent, Caminschi and Heaney wrote. On days when the gold price per ounce moved by more than $3, gold futures successfully predicted the outcome in more than nine out of 10 occasions.\r\n<strong>Information Dissemination</strong> - “Not only are the trades quite accurate in predicting the fixing direction, the more money that is made by way of a larger price change, the more accurate the trade becomes,” Caminschi and Heaney wrote. “This is highly suggestive of information leaking from the fixing to these public markets.”\r\nFor derivatives traders, the benefits are clear: A dealer who bought 500 gold futures contracts at 3 p.m. and knew the fix was going higher could make $200,000 for his firm if the price moved by $4, the average move in the sample. While the value of 500 contracts totals about $60 million, traders may buy on margin, a process that involves borrowing and requires placing less capital for the bet. On a typical day, about 4,500 futures contracts are traded between 3 p.m. and 3:15 p.m., according to Caminschi and Heaney.\r\n\r\nTo read the entire Bloomberg article click on the following link:  <a href=\"http://www.bloomberg.com/news/2013-11-26/gold-fix-drawing-scrutiny-amid-knowledge-tied-to-eruption.html\">London Gold Fix Calls Draw Scrutiny Amid Heavy Trading</a>\r\n\r\n','The London Gold Fix - Be Amazed ','','inherit','open','closed','','670-revision-v1','','','2013-12-14 22:10:38','2013-12-14 22:10:38','',670,'http://www.thetradingroom.com/670-revision-v1/',0,'revision','',0),(678,2,'2013-12-14 22:12:00','2013-12-14 22:12:00','<strong>A Recurring Phenomenon Twice A Day In The Gold Market\r\n - by Joe Rios</strong>\r\n\r\nA recurring market event happens every trading day at 5:30 AM and 10:00 AM Eastern Time. Officially, the London gold fixing is the settling of the price of gold. It occurs twice each trading day on the London market by the five members of the London Gold Market Fixing Ltd.  Today\'s current members include Barclays, Deutsche Bank, HSBC, Scotia-Mocatta (Bank of Nova Scotia) and Société Générale. \r\nThe participating banks act on both, their own behalf and for their customers. The Gold Fix Chairman starts the fixing process by declaring a price, typically near the current spot market price. Assuming this price, the participating banks aggregate all the orders they have received - both buys and sells - and declare to the Chairman the net quantity of gold they would buy, or sell, at the proposed price. If the net effect across all the participant banks is in balance, then that price will become the current London Gold Fix price. However it\'s common that the buyers and sellers are not immediately in balance. The Chairman will then adjust the proposed price, higher if there are too many buyers, and lower if there are too many sellers.\r\n\r\nMartyn Whitehead, director of commodities at Barclays Capital and vice-chairman of the London Bullion Market Association says -\r\n\r\n\"Normally it\'s a 10 or 15-minute process, but it can take up to half an hour. The longest fixing actually took place back on 19th October 1987 - Black Monday. The London Gold Fix took two hours and 15 minutes to reach agreement that day.\" That was the day when the US stock market dropped 23% of its value.\r\n\r\n<strong>Wow! What an edge!</strong> 10 to 15 minutes can seem like a life-time to an active trader. But for traders like us that employ quantitative analysis and algorithmic trading systems, this can be a huge advantage. At Rios Quant our edge has always been the development, implementation and monitoring of trading systems for the electronic financial markets. Our event-driven automated system, the RQ Dash was designed for this specific event. The focus is to be opportunistic to the activities associated with the volatility at the critical time periods. At the core of the strategy is an Rios Quant proprietary code with forward looking algorithms designed to forecast for potential price action activities in the gold futures market. For a complete performance report and information regarding our automated trading systems, please click on the following link - <a href=\"http://www.riosquant.com/requestinfo?product_id=2\" title=\"Rios Quant Trading Systems Free Trial\">Rios Quant Trading Systems</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/trade-the-london-gold-fix.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/trade-the-london-gold-fix.jpg\" alt=\"trade the london gold fix\" width=\"392\" height=\"457\" class=\"alignnone size-full wp-image-672\" /></a>\r\nThe RQ Dash automated trading system taking a quick short position for profit during the London Gold Fix.\r\n\r\nBelow you will find interesting reading from a recent article in Bloomberg.\r\n\r\nBloomberg - November 26, 2013 \r\n<strong>Trading Surges</strong> - At 3:01 p.m., after the start of the call, trading surged to 47.8 percent above the average for the 20-minute period preceding the start of the fix and remained 20 percent higher for the next six minutes, Caminschi and Heaney found. By comparison, trading was 8.7 percent higher than the average a minute after publication of the price. The results showed a similar pattern for the SPDR Gold Trust.\r\n“Intuitively, we expect volumes to spike following the introduction of information to the market” when the final result is published, Caminschi and Heaney wrote in “Fixing a Leaky Fixing: Short-Term Market Reactions to the London P.M. Gold Price Fixing.” “What we observe in our analysis is a clustering of trades immediately following the fixing start.”\r\nThe researchers also assessed how accurate movements in gold derivatives were in predicting the final fix. Between 2:59 p.m. and 3 p.m., the direction of futures contracts matched the direction of the fix about half the time.\r\nFrom 3:01 p.m., the success rate jumped to 69.9 percent, and within five minutes it had climbed to 80 percent, Caminschi and Heaney wrote. On days when the gold price per ounce moved by more than $3, gold futures successfully predicted the outcome in more than nine out of 10 occasions.\r\n<strong>Information Dissemination</strong> - “Not only are the trades quite accurate in predicting the fixing direction, the more money that is made by way of a larger price change, the more accurate the trade becomes,” Caminschi and Heaney wrote. “This is highly suggestive of information leaking from the fixing to these public markets.”\r\nFor derivatives traders, the benefits are clear: A dealer who bought 500 gold futures contracts at 3 p.m. and knew the fix was going higher could make $200,000 for his firm if the price moved by $4, the average move in the sample. While the value of 500 contracts totals about $60 million, traders may buy on margin, a process that involves borrowing and requires placing less capital for the bet. On a typical day, about 4,500 futures contracts are traded between 3 p.m. and 3:15 p.m., according to Caminschi and Heaney.\r\n\r\nTo read the entire Bloomberg article click on the following link:  <a href=\"http://www.bloomberg.com/news/2013-11-26/gold-fix-drawing-scrutiny-amid-knowledge-tied-to-eruption.html\">London Gold Fix Calls Draw Scrutiny Amid Heavy Trading</a>\r\n\r\n','The London Gold Fix - Be Amazed ','','inherit','open','closed','','670-revision-v1','','','2013-12-14 22:12:00','2013-12-14 22:12:00','',670,'http://www.thetradingroom.com/670-revision-v1/',0,'revision','',0),(720,2,'2013-12-23 11:34:57','2013-12-23 11:34:57','>> UPDATED 6:30 ET << \r\n\r\n>> STOCKS - European stocks advanced for a fourth day, the longest streak in two months, after the International Monetary Fund said it is raising its growth outlook for the U.S. economy. Asian shares and U.S. index futures climbed. \r\n\r\n>> BONDS - Spanish bonds fell, with 10-year yields reaching a two-week high, amid speculation domestic banks are reducing their holdings of the securities before the European Central Bank reviews their balance sheets next year. \r\n\r\n>> COMMODITIES - Natural gas rose to the highest level in more than two years in New York as U.S. inventories declined amid lower temperatures. Investors increased bets on rising prices. \r\n\r\n>> CURRENCIES - The dollar dropped for a third day versus the yen, retreating from near a five-year high, amid speculation investors were exiting bets on further gains before year-end after this year’s 20 percent rally. \r\n\r\n>> ECONOMIC DATA - CAD GDP and US Personal Spending  due at 8:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg\" alt=\"clock red wall\" width=\"402\" height=\"302\" class=\"alignnone size-full wp-image-567\" /></a>','RiosQuant – Overnight Trading Action in the Global Markets','','publish','open','closed','','riosquant-overnight-trading-action-global-markets-19','','','2013-12-23 11:34:57','2013-12-23 11:34:57','',0,'http://www.thetradingroom.com/?p=720',0,'post','',0),(680,2,'2013-12-14 22:20:56','2013-12-14 22:20:56','<strong>A Recurring Phenomenon Twice A Day In The Gold Market\r\n - by Joe Rios</strong>\r\n\r\nA recurring market event happens every trading day at 5:30 AM and 10:00 AM Eastern Time. Officially, the London gold fixing is the settling of the price of gold. It occurs twice each trading day on the London market by the five members of the London Gold Market Fixing Ltd.  Today\'s current members include Barclays, Deutsche Bank, HSBC, Scotia-Mocatta (Bank of Nova Scotia) and Société Générale. \r\nThe participating banks act on both, their own behalf and for their customers. The Gold Fix Chairman starts the fixing process by declaring a price, typically near the current spot market price. Assuming this price, the participating banks aggregate all the orders they have received - both buys and sells - and declare to the Chairman the net quantity of gold they would buy, or sell, at the proposed price. If the net effect across all the participant banks is in balance, then that price will become the current London Gold Fix price. However it\'s common that the buyers and sellers are not immediately in balance. The Chairman will then adjust the proposed price, higher if there are too many buyers, and lower if there are too many sellers.\r\n\r\nMartyn Whitehead, director of commodities at Barclays Capital and vice-chairman of the London Bullion Market Association says -\r\n\r\n\"Normally it\'s a 10 or 15-minute process, but it can take up to half an hour. The longest fixing actually took place back on 19th October 1987 - Black Monday. The London Gold Fix took two hours and 15 minutes to reach agreement that day.\" That was the day when the US stock market dropped 23% of its value.\r\n\r\n<strong>Wow! What an edge!</strong> 10 to 15 minutes can seem like a life-time to an active trader. But for traders like us that employ quantitative analysis and algorithmic trading systems, this can be a huge advantage. At Rios Quant our edge has always been the development, implementation and monitoring of trading systems for the electronic financial markets. Our event-driven automated system, the RQ Dash was designed for this specific event. The focus is to be opportunistic to the activities associated with the volatility at the critical time periods. At the core of the strategy is an Rios Quant proprietary code with forward looking algorithms designed to forecast for potential price action activities in the gold futures market. For a complete performance report and information regarding our automated trading systems, please click on the following link - <a href=\"http://www.riosquant.com/requestinfo?product_id=2\" title=\"Rios Quant Trading Systems Free Trial\">Rios Quant Trading Systems</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/trade-the-london-gold-fix.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/trade-the-london-gold-fix.jpg\" alt=\"trade the london gold fix\" width=\"392\" height=\"457\" class=\"alignnone size-full wp-image-672\" /></a>\r\nThe RQ Dash automated trading system taking a quick short position for profit during the London Gold Fix.\r\n\r\nBelow you will find interesting reading from a recent article in Bloomberg.\r\n\r\nBloomberg - November 26, 2013 \r\n<strong>Trading Surges</strong> - At 3:01 p.m., after the start of the call, trading surged to 47.8 percent above the average for the 20-minute period preceding the start of the fix and remained 20 percent higher for the next six minutes, Caminschi and Heaney found. By comparison, trading was 8.7 percent higher than the average a minute after publication of the price. The results showed a similar pattern for the SPDR Gold Trust.\r\n“Intuitively, we expect volumes to spike following the introduction of information to the market” when the final result is published, Caminschi and Heaney wrote in “Fixing a Leaky Fixing: Short-Term Market Reactions to the London P.M. Gold Price Fixing.” “What we observe in our analysis is a clustering of trades immediately following the fixing start.”\r\nThe researchers also assessed how accurate movements in gold derivatives were in predicting the final fix. Between 2:59 p.m. and 3 p.m., the direction of futures contracts matched the direction of the fix about half the time.\r\nFrom 3:01 p.m., the success rate jumped to 69.9 percent, and within five minutes it had climbed to 80 percent, Caminschi and Heaney wrote. On days when the gold price per ounce moved by more than $3, gold futures successfully predicted the outcome in more than nine out of 10 occasions.\r\n<strong>Information Dissemination</strong> - “Not only are the trades quite accurate in predicting the fixing direction, the more money that is made by way of a larger price change, the more accurate the trade becomes,” Caminschi and Heaney wrote. “This is highly suggestive of information leaking from the fixing to these public markets.”\r\nFor derivatives traders, the benefits are clear: A dealer who bought 500 gold futures contracts at 3 p.m. and knew the fix was going higher could make $200,000 for his firm if the price moved by $4, the average move in the sample. While the value of 500 contracts totals about $60 million, traders may buy on margin, a process that involves borrowing and requires placing less capital for the bet. On a typical day, about 4,500 futures contracts are traded between 3 p.m. and 3:15 p.m., according to Caminschi and Heaney.\r\n\r\nTo read the entire Bloomberg article click on the following link:  <a href=\"http://www.bloomberg.com/news/2013-11-26/gold-fix-drawing-scrutiny-amid-knowledge-tied-to-eruption.html\">London Gold Fix Calls Draw Scrutiny Amid Heavy Trading</a>','The London Gold Fix - Be Amazed ','','publish','open','closed','','london-gold-fix-amazed','','','2014-01-28 15:14:01','2014-01-28 15:14:01','',0,'http://www.thetradingroom.com/?p=680',0,'post','',0),(681,2,'2013-12-14 22:20:35','2013-12-14 22:20:35','<strong>A Recurring Phenomenon Twice A Day In The Gold Market\r\n - by Joe Rios</strong>\r\n\r\nA recurring market event happens every trading day at 5:30 AM and 10:00 AM Eastern Time. Officially, the London gold fixing is the settling of the price of gold. It occurs twice each trading day on the London market by the five members of the London Gold Market Fixing Ltd.  Today\'s current members include Barclays, Deutsche Bank, HSBC, Scotia-Mocatta (Bank of Nova Scotia) and Société Générale. \r\nThe participating banks act on both, their own behalf and for their customers. The Gold Fix Chairman starts the fixing process by declaring a price, typically near the current spot market price. Assuming this price, the participating banks aggregate all the orders they have received - both buys and sells - and declare to the Chairman the net quantity of gold they would buy, or sell, at the proposed price. If the net effect across all the participant banks is in balance, then that price will become the current London Gold Fix price. However it\'s common that the buyers and sellers are not immediately in balance. The Chairman will then adjust the proposed price, higher if there are too many buyers, and lower if there are too many sellers.\r\n\r\nMartyn Whitehead, director of commodities at Barclays Capital and vice-chairman of the London Bullion Market Association says -\r\n\r\n\"Normally it\'s a 10 or 15-minute process, but it can take up to half an hour. The longest fixing actually took place back on 19th October 1987 - Black Monday. The London Gold Fix took two hours and 15 minutes to reach agreement that day.\" That was the day when the US stock market dropped 23% of its value.\r\n\r\n<strong>Wow! What an edge!</strong> 10 to 15 minutes can seem like a life-time to an active trader. But for traders like us that employ quantitative analysis and algorithmic trading systems, this can be a huge advantage. At Rios Quant our edge has always been the development, implementation and monitoring of trading systems for the electronic financial markets. Our event-driven automated system, the RQ Dash was designed for this specific event. The focus is to be opportunistic to the activities associated with the volatility at the critical time periods. At the core of the strategy is an Rios Quant proprietary code with forward looking algorithms designed to forecast for potential price action activities in the gold futures market. For a complete performance report and information regarding our automated trading systems, please click on the following link - <a href=\"http://www.riosquant.com/requestinfo?product_id=2\" title=\"Rios Quant Trading Systems Free Trial\">Rios Quant Trading Systems</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/trade-the-london-gold-fix.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/trade-the-london-gold-fix.jpg\" alt=\"trade the london gold fix\" width=\"392\" height=\"457\" class=\"alignnone size-full wp-image-672\" /></a>\r\nThe RQ Dash automated trading system taking a quick short position for profit during the London Gold Fix.\r\n\r\nBelow you will find interesting reading from a recent article in Bloomberg.\r\n\r\nBloomberg - November 26, 2013 \r\n<strong>Trading Surges</strong> - At 3:01 p.m., after the start of the call, trading surged to 47.8 percent above the average for the 20-minute period preceding the start of the fix and remained 20 percent higher for the next six minutes, Caminschi and Heaney found. By comparison, trading was 8.7 percent higher than the average a minute after publication of the price. The results showed a similar pattern for the SPDR Gold Trust.\r\n“Intuitively, we expect volumes to spike following the introduction of information to the market” when the final result is published, Caminschi and Heaney wrote in “Fixing a Leaky Fixing: Short-Term Market Reactions to the London P.M. Gold Price Fixing.” “What we observe in our analysis is a clustering of trades immediately following the fixing start.”\r\nThe researchers also assessed how accurate movements in gold derivatives were in predicting the final fix. Between 2:59 p.m. and 3 p.m., the direction of futures contracts matched the direction of the fix about half the time.\r\nFrom 3:01 p.m., the success rate jumped to 69.9 percent, and within five minutes it had climbed to 80 percent, Caminschi and Heaney wrote. On days when the gold price per ounce moved by more than $3, gold futures successfully predicted the outcome in more than nine out of 10 occasions.\r\n<strong>Information Dissemination</strong> - “Not only are the trades quite accurate in predicting the fixing direction, the more money that is made by way of a larger price change, the more accurate the trade becomes,” Caminschi and Heaney wrote. “This is highly suggestive of information leaking from the fixing to these public markets.”\r\nFor derivatives traders, the benefits are clear: A dealer who bought 500 gold futures contracts at 3 p.m. and knew the fix was going higher could make $200,000 for his firm if the price moved by $4, the average move in the sample. While the value of 500 contracts totals about $60 million, traders may buy on margin, a process that involves borrowing and requires placing less capital for the bet. On a typical day, about 4,500 futures contracts are traded between 3 p.m. and 3:15 p.m., according to Caminschi and Heaney.\r\n\r\nTo read the entire Bloomberg article click on the following link:  <a href=\"http://www.bloomberg.com/news/2013-11-26/gold-fix-drawing-scrutiny-amid-knowledge-tied-to-eruption.html\">London Gold Fix Calls Draw Scrutiny Amid Heavy Trading</a>','The London Gold Fix - Be Amazed ','','inherit','open','closed','','680-revision-v1','','','2013-12-14 22:20:35','2013-12-14 22:20:35','',680,'http://www.thetradingroom.com/680-revision-v1/',0,'revision','',0),(789,2,'2014-01-17 12:03:11','2014-01-17 12:03:11','<strong>UPDATED 7:00 ET </strong>\r\n\r\n<strong> STOCKS </strong>- European stocks rose, heading for a second week of gains, as mining companies climbed, and investors awaited reports on U.S. housing starts and industrial output. U.S. index futures and Asian shares were little changed.\r\n<strong>BONDS </strong>- Treasuries are beating stocks for the first month since August before data today economists said will show housing starts fell and industrial production slowed.\r\n<strong>COMMODITIES </strong>- Crude Oil headed for the first weekly gain since December amid speculation U.S. unemployment and manufacturing data signaled the world’s biggest oil consumer will sustain its economic growth.\r\n<strong>CURRENCIES </strong>- The US Dollar approached a six-week high against the euro as investors awaited signals on the Federal Reserve’s plans to keep reducing stimulus in a speech today by Fed Bank of Richmond President Jeffrey Lacker.\r\n<strong>ECONOMIC DATA </strong>- US Building Permits due at 8:30, Industrial Production  at 9:15, Prelim UoM Consumer Sentiment at 9:55, JOLTS Job Openings at 10:00 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/quote-board-blue.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/quote-board-blue.jpg\" alt=\"quote board blue\" width=\"365\" height=\"274\" class=\"alignnone size-full wp-image-608\" /></a>','RiosQuant – Overnight Trading Action in the Global Markets','','publish','open','closed','','riosquant-overnight-trading-action-global-markets-30','','','2014-01-17 12:03:11','2014-01-17 12:03:11','',0,'http://www.thetradingroom.com/?p=789',0,'post','',0),(790,2,'2014-01-17 12:03:11','2014-01-17 12:03:11','<strong>UPDATED 7:00 ET </strong>\r\n\r\n<strong> STOCKS </strong>- European stocks rose, heading for a second week of gains, as mining companies climbed, and investors awaited reports on U.S. housing starts and industrial output. U.S. index futures and Asian shares were little changed.\r\n<strong>BONDS </strong>- Treasuries are beating stocks for the first month since August before data today economists said will show housing starts fell and industrial production slowed.\r\n<strong>COMMODITIES </strong>- Crude Oil headed for the first weekly gain since December amid speculation U.S. unemployment and manufacturing data signaled the world’s biggest oil consumer will sustain its economic growth.\r\n<strong>CURRENCIES </strong>- The US Dollar approached a six-week high against the euro as investors awaited signals on the Federal Reserve’s plans to keep reducing stimulus in a speech today by Fed Bank of Richmond President Jeffrey Lacker.\r\n<strong>ECONOMIC DATA </strong>- US Building Permits due at 8:30, Industrial Production  at 9:15, Prelim UoM Consumer Sentiment at 9:55, JOLTS Job Openings at 10:00 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/quote-board-blue.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/quote-board-blue.jpg\" alt=\"quote board blue\" width=\"365\" height=\"274\" class=\"alignnone size-full wp-image-608\" /></a>','RiosQuant – Overnight Trading Action in the Global Markets','','inherit','open','closed','','789-revision-v1','','','2014-01-17 12:03:11','2014-01-17 12:03:11','',789,'http://www.thetradingroom.com/789-revision-v1/',0,'revision','',0),(791,2,'2014-01-21 01:04:43','2014-01-21 01:04:43','From the Desk of Joe Rios\r\n\r\nThere were several economic data releases this past week but none caused any type of volatility. Most asset classes were relatively tame as the bench marks continued to consolidate. Natural Gas was the outperformer for the week gaining 6.1% followed by Soybeans rising 3.0% by week end. Corporate earnings season in the U.S. kicked into high gear with a number of big names including Bank of America and General Electric releasing earnings. According to Reuters, of the 6% of S&P 500 companies that have reported, about 48 percent have beaten estimates. In the week ahead I will continue to focus on the benchmarks and the relationship between the Ten Year Treasury Notes and the Foreign currencies as well as economic data from China.\r\n\r\nTake special note of the official launch of our new Stocks and Options trading room Tuesday evening. Join Joe Contes and Ken Eriksen and experience the power of the RiosQuant trading tools in the world of stocks, ETFs and options. \r\n\r\nJoe Rios\r\nChief Market Strategist\r\nwww.riosquant.com\r\n\r\n<strong>Live Rooms and Events</strong>\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>TradeLAB Trading Room - Global Trading with Quantitative Technologies</strong>\r\nTuesday through Friday beginning at 8:00 AM ET\r\nhttps://www3.gotomeeting.com/register/385823550\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading Room en Español</strong>\r\nhttps://www3.gotomeeting.com/register/755112238\r\nMonday and Friday beginning at 8:00 AM ET\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\n<strong>Insider\'s Quant (IQ) Room  - Advanced Concepts with Joe Rios</strong>\r\nMonday beginning at 10:30 AM ET (One Hour Session)\r\nWednesday and Thursday beginning at 1:30 PM ET\r\n\r\n<strong>Stock / ETF / Option Trading Trading Room</strong>\r\nhttps://www3.gotomeeting.com/register/938276182\r\nTuesday beginning at 8:00 PM ET\r\n\r\n<strong>ABC Trading Room - Automated Algorithmic Trading Systems</strong>\r\nhttps://www3.gotomeeting.com/register/175576414\r\nTuesday, Wednesday and Thursday beginning at 8:00 AM ET\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\nhttps://www3.gotomeeting.com/register/303349974\r\nThursday beginning at 1:00 PM ET\r\nTopic:  The Power and Science of Einstein Auto Trading\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Market Movers\r\nUS Holiday\r\n\r\nInsider\'s Quant (IQ) Room  - Advanced Concepts with Joe Rios\r\nBeginning at 10:30 AM ET (One Hour Session)\r\nTUESDAY\r\n\r\nEconomic Data Release - Market Movers\r\nEUR - German ZEQ Economic Sentiment – 5:00 AM ET\r\nCAD - Manufacturing Sales – 8:30 AM ET\r\nAUD - CPI – 7:30 PM ET\r\nUSD - Monetary Policy Statement – Tentative\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/385823550\r\nBeginning at 8:00 AM ET\r\n\r\nABC Trading Room - Automated Algorithmic Trading Systems\r\nhttps://www3.gotomeeting.com/register/175576414\r\nBeginning at 8:00 AM ET\r\n\r\nStock / ETF / Option Trading Trading Room\r\nhttps://www3.gotomeeting.com/register/938276182\r\nBeginning at 8:00 PM ET\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - Claimant Count Change & Unemployment Rate – 4:30 AM ET\r\nCAD - BOC Rate Statement – 10:00 AM ET\r\nBOC - Press Conference – 11:15 AM ET\r\nHSBC - Flash Manufacturing PMI – 8:45 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/385823550\r\nBeginning at 8:00 AM ET\r\n\r\nABC Trading Room - Automated Algorithmic Trading Systems\r\nhttps://www3.gotomeeting.com/register/175576414\r\nBeginning at 8:00 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Market Movers\r\nEUR - French Flash Manufacturing PMI – 3:00 AM ET\r\nEUR - German Flash Manufacturing PMI – 3:30 AM ET\r\nCAD - Core Retail Sales – 8:30 AM ET\r\nUSD - Unemployment Claims – 8:30 AM ET\r\nUSD - Existing Home Sales – 10:00 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\nUSD - Crude Oil Inventories – 11:00 AM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/385823550\r\nBeginning at 8:00 AM ET\r\n\r\nABC Trading Room - Automated Algorithmic Trading Systems\r\nhttps://www3.gotomeeting.com/register/175576414\r\nBeginning at 8:00 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/303349974\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg\" alt=\"clock red wall\" width=\"402\" height=\"302\" class=\"alignnone size-full wp-image-567\" /></a>\r\n','The Week Ahead in the Global Financial Markets','','publish','open','closed','','791','','','2014-01-21 01:06:09','2014-01-21 01:06:09','',0,'http://www.thetradingroom.com/?p=791',0,'post','',0),(792,2,'2014-01-21 01:04:43','2014-01-21 01:04:43','From the Desk of Joe Rios\r\n\r\nThere were several economic data releases this past week but none caused any type of volatility. Most asset classes were relatively tame as the bench marks continued to consolidate. Natural Gas was the outperformer for the week gaining 6.1% followed by Soybeans rising 3.0% by week end. Corporate earnings season in the U.S. kicked into high gear with a number of big names including Bank of America and General Electric releasing earnings. According to Reuters, of the 6% of S&P 500 companies that have reported, about 48 percent have beaten estimates. In the week ahead I will continue to focus on the benchmarks and the relationship between the Ten Year Treasury Notes and the Foreign currencies as well as economic data from China.\r\n\r\nTake special note of the official launch of our new Stocks and Options trading room Tuesday evening. Join Joe Contes and Ken Eriksen and experience the power of the RiosQuant trading tools in the world of stocks, ETFs and options. \r\n\r\nJoe Rios\r\nChief Market Strategist\r\nwww.riosquant.com\r\n\r\n<strong>Live Rooms and Events</strong>\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>TradeLAB Trading Room - Global Trading with Quantitative Technologies</strong>\r\nTuesday through Friday beginning at 8:00 AM ET\r\nhttps://www3.gotomeeting.com/register/385823550\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading Room en Español</strong>\r\nhttps://www3.gotomeeting.com/register/755112238\r\nMonday and Friday beginning at 8:00 AM ET\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\n<strong>Insider\'s Quant (IQ) Room  - Advanced Concepts with Joe Rios</strong>\r\nMonday beginning at 10:30 AM ET (One Hour Session)\r\nWednesday and Thursday beginning at 1:30 PM ET\r\n\r\n<strong>Stock / ETF / Option Trading Trading Room</strong>\r\nhttps://www3.gotomeeting.com/register/938276182\r\nTuesday beginning at 8:00 PM ET\r\n\r\n<strong>ABC Trading Room - Automated Algorithmic Trading Systems</strong>\r\nhttps://www3.gotomeeting.com/register/175576414\r\nTuesday, Wednesday and Thursday beginning at 8:00 AM ET\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\nhttps://www3.gotomeeting.com/register/303349974\r\nThursday beginning at 1:00 PM ET\r\nTopic:  The Power and Science of Einstein Auto Trading\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Market Movers\r\nUS Holiday\r\n\r\nInsider\'s Quant (IQ) Room  - Advanced Concepts with Joe Rios\r\nBeginning at 10:30 AM ET (One Hour Session)\r\nTUESDAY\r\n\r\nEconomic Data Release - Market Movers\r\nEUR - German ZEQ Economic Sentiment – 5:00 AM ET\r\nCAD - Manufacturing Sales – 8:30 AM ET\r\nAUD - CPI – 7:30 PM ET\r\nUSD - Monetary Policy Statement – Tentative\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/385823550\r\nBeginning at 8:00 AM ET\r\n\r\nABC Trading Room - Automated Algorithmic Trading Systems\r\nhttps://www3.gotomeeting.com/register/175576414\r\nBeginning at 8:00 AM ET\r\n\r\nStock / ETF / Option Trading Trading Room\r\nhttps://www3.gotomeeting.com/register/938276182\r\nBeginning at 8:00 PM ET\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - Claimant Count Change & Unemployment Rate – 4:30 AM ET\r\nCAD - BOC Rate Statement – 10:00 AM ET\r\nBOC - Press Conference – 11:15 AM ET\r\nHSBC - Flash Manufacturing PMI – 8:45 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/385823550\r\nBeginning at 8:00 AM ET\r\n\r\nABC Trading Room - Automated Algorithmic Trading Systems\r\nhttps://www3.gotomeeting.com/register/175576414\r\nBeginning at 8:00 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Market Movers\r\nEUR - French Flash Manufacturing PMI – 3:00 AM ET\r\nEUR - German Flash Manufacturing PMI – 3:30 AM ET\r\nCAD - Core Retail Sales – 8:30 AM ET\r\nUSD - Unemployment Claims – 8:30 AM ET\r\nUSD - Existing Home Sales – 10:00 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\nUSD - Crude Oil Inventories – 11:00 AM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/385823550\r\nBeginning at 8:00 AM ET\r\n\r\nABC Trading Room - Automated Algorithmic Trading Systems\r\nhttps://www3.gotomeeting.com/register/175576414\r\nBeginning at 8:00 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/303349974\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg\" alt=\"clock red wall\" width=\"402\" height=\"302\" class=\"alignnone size-full wp-image-567\" /></a>\r\n','','','inherit','open','closed','','791-revision-v1','','','2014-01-21 01:04:43','2014-01-21 01:04:43','',791,'http://www.thetradingroom.com/791-revision-v1/',0,'revision','',0),(793,2,'2014-01-21 01:05:47','2014-01-21 01:05:47','From the Desk of Joe Rios\n\nThere were several economic data releases this past week but none caused any type of volatility. Most asset classes were relatively tame as the bench marks continued to consolidate. Natural Gas was the outperformer for the week gaining 6.1% followed by Soybeans rising 3.0% by week end. Corporate earnings season in the U.S. kicked into high gear with a number of big names including Bank of America and General Electric releasing earnings. According to Reuters, of the 6% of S&P 500 companies that have reported, about 48 percent have beaten estimates. In the week ahead I will continue to focus on the benchmarks and the relationship between the Ten Year Treasury Notes and the Foreign currencies as well as economic data from China.\n\nTake special note of the official launch of our new Stocks and Options trading room Tuesday evening. Join Joe Contes and Ken Eriksen and experience the power of the RiosQuant trading tools in the world of stocks, ETFs and options. \n\nJoe Rios\nChief Market Strategist\nwww.riosquant.com\n\n<strong>Live Rooms and Events</strong>\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\n\nContact Information for your Support Needs: \nAmber Little, RQ Client Relations Manager \nemail: amber@riosquant.com \nskype: alittlemobile \ncellphone: 415.336.7272\n\n<strong>Live Trading Rooms and Events:</strong>\n\n<strong>TradeLAB Trading Room - Global Trading with Quantitative Technologies</strong>\nTuesday through Friday beginning at 8:00 AM ET\nhttps://www3.gotomeeting.com/register/385823550\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\n\n<strong>Rios Quant Trading Room en Español</strong>\nhttps://www3.gotomeeting.com/register/755112238\nMonday and Friday beginning at 8:00 AM ET\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \n\n<strong>Insider\'s Quant (IQ) Room  - Advanced Concepts with Joe Rios</strong>\nMonday beginning at 10:30 AM ET (One Hour Session)\nWednesday and Thursday beginning at 1:30 PM ET\n\n<strong>Stock / ETF / Option Trading Trading Room</strong>\nhttps://www3.gotomeeting.com/register/938276182\nTuesday beginning at 8:00 PM ET\n\n<strong>ABC Trading Room - Automated Algorithmic Trading Systems</strong>\nhttps://www3.gotomeeting.com/register/175576414\nTuesday, Wednesday and Thursday beginning at 8:00 AM ET\n\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\nhttps://www3.gotomeeting.com/register/303349974\nThursday beginning at 1:00 PM ET\nTopic:  The Power and Science of Einstein Auto Trading\n\n<strong>MONDAY</strong>\nEconomic Data Release - Market Movers\nUS Holiday\n\nInsider\'s Quant (IQ) Room  - Advanced Concepts with Joe Rios\nBeginning at 10:30 AM ET (One Hour Session)\nTUESDAY\n\nEconomic Data Release - Market Movers\nEUR - German ZEQ Economic Sentiment – 5:00 AM ET\nCAD - Manufacturing Sales – 8:30 AM ET\nAUD - CPI – 7:30 PM ET\nUSD - Monetary Policy Statement – Tentative\n\nTradeLAB Trading Room\nhttps://www3.gotomeeting.com/register/385823550\nBeginning at 8:00 AM ET\n\nABC Trading Room - Automated Algorithmic Trading Systems\nhttps://www3.gotomeeting.com/register/175576414\nBeginning at 8:00 AM ET\n\nStock / ETF / Option Trading Trading Room\nhttps://www3.gotomeeting.com/register/938276182\nBeginning at 8:00 PM ET\n\n<strong>WEDNESDAY</strong>\nEconomic Data Release - Market Movers\nGBP - Claimant Count Change & Unemployment Rate – 4:30 AM ET\nCAD - BOC Rate Statement – 10:00 AM ET\nBOC - Press Conference – 11:15 AM ET\nHSBC - Flash Manufacturing PMI – 8:45 PM ET\n\nTradeLAB Trading Room\nhttps://www3.gotomeeting.com/register/385823550\nBeginning at 8:00 AM ET\n\nABC Trading Room - Automated Algorithmic Trading Systems\nhttps://www3.gotomeeting.com/register/175576414\nBeginning at 8:00 AM ET\n\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\nBeginning at 1:30 PM ET\n\n<strong>THURSDAY</strong>\nEconomic Data Release - Market Movers\nEUR - French Flash Manufacturing PMI – 3:00 AM ET\nEUR - German Flash Manufacturing PMI – 3:30 AM ET\nCAD - Core Retail Sales – 8:30 AM ET\nUSD - Unemployment Claims – 8:30 AM ET\nUSD - Existing Home Sales – 10:00 AM ET\nUSD - Natural Gas Storage – 10:30 AM ET\nUSD - Crude Oil Inventories – 11:00 AM ET\n\nTradeLAB Trading Room\nhttps://www3.gotomeeting.com/register/385823550\nBeginning at 8:00 AM ET\n\nABC Trading Room - Automated Algorithmic Trading Systems\nhttps://www3.gotomeeting.com/register/175576414\nBeginning at 8:00 AM ET\n\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\nBeginning at 1:30 PM ET\n\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\nhttps://www3.gotomeeting.com/register/303349974\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg\" alt=\"clock red wall\" width=\"402\" height=\"302\" class=\"alignnone size-full wp-image-567\" /></a>\n','The Week Ahead ','','inherit','open','closed','','791-autosave-v1','','','2014-01-21 01:05:47','2014-01-21 01:05:47','',791,'http://www.thetradingroom.com/791-autosave-v1/',0,'revision','',0),(782,2,'2014-01-16 04:17:42','2014-01-16 04:17:42','Six trades today during the our TradeLAB trading room. click on the following link to find\r\nout how <a href=\"http://youtu.be/aEqDu9Wg_r8\">today\'s trades</a> turned out. \r\n\r\nJoin us tomorrow and see us trade the exciting and volatile Natural Gas Storage report in our live trading room. To gain access https://www3.gotomeeting.com/register/873785110\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/EP-trading-LAB.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/EP-trading-LAB.jpg\" alt=\"EP trading LAB\" width=\"624\" height=\"936\" class=\"alignnone size-full wp-image-509\" /></a>','Rios Quant - Live Trading Room Performance','','inherit','open','closed','','781-revision-v1','','','2014-01-16 04:17:42','2014-01-16 04:17:42','',781,'http://www.thetradingroom.com/781-revision-v1/',0,'revision','',0),(783,2,'2014-01-16 04:19:24','2014-01-16 04:19:24','Six trades today during our live trading room TradeLAB. click on the following link to find out how <a href=\"http://youtu.be/aEqDu9Wg_r8\">today\'s trades</a> turned out. \r\n\r\nJoin us tomorrow and see us trade the exciting and volatile Natural Gas Storage report in our live trading room. To gain access https://www3.gotomeeting.com/register/873785110\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/EP-trading-LAB.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/EP-trading-LAB.jpg\" alt=\"EP trading LAB\" width=\"624\" height=\"936\" class=\"alignnone size-full wp-image-509\" /></a>','Rios Quant - Live Trading Room Performance','','inherit','open','closed','','781-revision-v1','','','2014-01-16 04:19:24','2014-01-16 04:19:24','',781,'http://www.thetradingroom.com/781-revision-v1/',0,'revision','',0),(784,2,'2014-01-16 04:22:27','2014-01-16 04:22:27','Six trades today during our live trading room TradeLAB. click on the following link to find out how <a href=\"http://youtu.be/aEqDu9Wg_r8\">today\'s trades</a> turned out. \n\nJoin us tomorrow and see us trade the exciting and volatile Natural Gas Storage report in our live trading room. To gain access <a href=\"https://www3.gotomeeting.com/register/873785110\">click here</a>.\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/EP-trading-LAB.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/EP-trading-LAB.jpg\" alt=\"EP trading LAB\" width=\"624\" height=\"936\" class=\"alignnone size-full wp-image-509\" /></a>\n\n','Rios Quant - Live Trading Room Performance','','inherit','open','closed','','781-autosave-v1','','','2014-01-16 04:22:27','2014-01-16 04:22:27','',781,'http://www.thetradingroom.com/781-autosave-v1/',0,'revision','',0),(785,2,'2014-01-16 04:21:25','2014-01-16 04:21:25','Six trades today during our live trading room TradeLAB. click on the following link to find out how <a href=\"http://youtu.be/aEqDu9Wg_r8\">today\'s trades</a> turned out. \r\n\r\nJoin us tomorrow and see us trade the exciting and volatile Natural Gas Storage report in our live trading room. To gain access <a href=\"https://www3.gotomeeting.com/register/873785110\">click here</a>.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/EP-trading-LAB.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/EP-trading-LAB.jpg\" alt=\"EP trading LAB\" width=\"624\" height=\"936\" class=\"alignnone size-full wp-image-509\" /></a>','Rios Quant - Live Trading Room Performance','','inherit','open','closed','','781-revision-v1','','','2014-01-16 04:21:25','2014-01-16 04:21:25','',781,'http://www.thetradingroom.com/781-revision-v1/',0,'revision','',0),(816,2,'2014-01-26 18:02:54','2014-01-26 18:02:54','<strong>From the desk of Joe Rios</strong>\r\n\r\nLast week\'s sell-off in the stock indices led by the Dow Jones Industrial Average 300 point decline on Friday got everyone\'s attention. While financial market writers focused on the stock indices, of greater importance should be the bullish breakout in US Treasuries along with the rally in Foreign currencies and decline of the US Dollar.   As I wrote last week<em> <strong>\"In the week ahead I will continue to focus on the benchmarks and the relationship between the Ten Year Treasury Notes and the Foreign currencies as well as economic data from China\"</strong></em>.   Many professionals in the financial community are blaming credit concerns in China as the catalyst for the stock indices sell-off on Friday. I would like to point out that continued weakness in emerging markets including the currency devaluation in Argentina and political unrest in Turkey could help to further weaken risk assets in the week ahead.  I will continue to focus on correlations with the bond, stock and currency markets.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/risk-assets-percent.bmp\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/risk-assets-percent.bmp\" alt=\"risk assets percent\" class=\"alignnone size-large wp-image-826\" /></a>\r\nBack on March 10, 2013 I wrote <strong>\"Are the currency and bond markets trying to tell us something? The recent rally in the US Dollar might be pricing-in higher yields in the near future\"</strong>. You can read the full report titled <strong>What\'s going on? What are the markets telling us? What\'s next?</strong>. <a href=\"http://www.thetradingroom.com/the-week-ahead-in-the-global-markets-thoughts-and-concepts-by-joe-rios/\">by clicking on this link.</a> \r\n\r\n\r\nI keep reading about how the Japanese Yen is a preferred flight to safety asset. <strong>Nonsense!</strong> As I keep reminding our members, when the stock indices sell-off and the Japanese Yen rises, it\'s most likely to be the unwinding of a carry trade.\r\nThe super rich including institutional investors have advantage over the average individual investor, they can borrow at an extremely low interest rate and reinvest in higher-yielding opportunities, hence the carry trade.\r\nFor years the Japanese Yen has been one of the favorite currencies to borrow for carry trades. After 2008 with global interest rates plummeting to record lows the favorite higher-yielding investment opportunities have been in US and global stocks as well as emerging markets.\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/yen-stocks-notes.bmp\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/yen-stocks-notes.bmp\" alt=\"yen stocks notes\" class=\"alignnone size-large wp-image-827\" /></a>\r\nThe Japanese Yen being the lowest interest rate currency within the developed economies is subject to currency fluctuations as investments tied to carry trades initiate  positions and/or unwind positions. That is why we witnessed a rising Japanese Yen with the sell-off in the stock indices. \r\n<strong>Join us in our live trading room during market hours and watch us identify and trade the markets most poised for aggressive price action.</strong> <a href=\"https://www3.gotomeeting.com/register/446087910\">Click here for access.</a>\r\n\r\nScheduled economic data releases that may have an impact on the markets include:\r\n\r\n<strong>Monday</strong>\r\n4:00 AM	EUR	German IFO Business Climate\r\n10:00 AM	USD	New-Home Sales\r\n7:30 PM	AUD	NAB Business Confidence\r\n\r\n<strong>Tuesday</strong>\r\n4:30 AM	GBP	Preliminary GDP\r\n8:30 AM	USD	Core Durable Goods Orders\r\n10:00 AM USD	CB Consumer Confidence\r\n\r\n<strong>Wednesday</strong>\r\n7:15 AM	BOE Gov. Carney Speaks\r\n10:30 AM   Crude Oil Inventories\r\n2:00 PM	   FOMC Statement\r\n3:00 PM	   RBNZ Rate Statement\r\n8:45 PM	   CNY	HSBC Final Manufacturing PMI\r\n\r\n<strong>Thursday</strong>\r\n8:30 AM USD    Advance GDP\r\n8:30 AM	USD    Unemployment Claims\r\n10:00 AM USD   Pending Home Sales\r\n10:30 AM       Natural Gas Storage\r\n4:45 PM	NZD    Trade Balance\r\n6:00 PM	NZD    RBNZ Gov. Wheeler Speaks\r\n6:30 PM	AUD    PPI\r\n\r\n<strong>Friday</strong>\r\n8:30 AM	CAD	GDP\r\n8:00 PM	CNY	Manufacturing PMI\r\n','The Week Ahead - Flight to Safety Underway?','','publish','open','closed','','week-ahead-flight-safety-underway','','','2014-01-26 23:45:33','2014-01-26 23:45:33','',0,'http://www.thetradingroom.com/?p=816',0,'post','',0),(787,2,'2014-01-16 12:40:11','2014-01-16 12:40:11','<strong>UPDATED 7:30 ET </strong>\r\n\r\n<strong>STOCKS </strong>- U.S. stock-index futures were little changed, after the Standard & Poor’s 500 Index closed at an all- time high, as investors awaited jobless-claims data and earnings from Goldman Sachs Group Inc. to Citigroup Inc.\r\n\r\n<strong>BONDS </strong>- Treasury real yields were at about the highest in almost two years before a government report that economists said will show inflation was in check in December.\r\n\r\n<strong>COMMODITIES</strong> - Natural gas rebounded in New York amid speculation last week’s arctic blast prompted a record drop in U.S. inventories of the heating fuel.\r\n\r\n<strong>CURRENCIES </strong>- The US Dollar rose against most currencies while data from Australia showed employers cut jobs, sending the nation’s currency to its weakest since August 2010 versus the greenback. \r\n\r\n<strong>ECONOMIC DATA </strong>- US Unemployment Claims and CPI due at 8:30, Philly Fed Manufacturing Index at 10:00, Natural Gas Storage at 10:30, Fed Chairman Bernanke Speaks at 11:10, SNB Chairman Jordan Speaks at 12 noon ET.\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News-1024x550.jpg\" alt=\"Direct-Market-Touch-Stock-Exchange-News\" width=\"570\" height=\"306\" class=\"alignnone size-large wp-image-442\" /></a>','RiosQuant – Overnight Trading Action in the Global Markets','','publish','open','closed','','riosquant-overnight-trading-action-global-markets-29','','','2014-01-16 12:40:11','2014-01-16 12:40:11','',0,'http://www.thetradingroom.com/?p=787',0,'post','',0),(788,2,'2014-01-16 12:40:11','2014-01-16 12:40:11','<strong>UPDATED 7:30 ET </strong>\r\n\r\n<strong>STOCKS </strong>- U.S. stock-index futures were little changed, after the Standard & Poor’s 500 Index closed at an all- time high, as investors awaited jobless-claims data and earnings from Goldman Sachs Group Inc. to Citigroup Inc.\r\n\r\n<strong>BONDS </strong>- Treasury real yields were at about the highest in almost two years before a government report that economists said will show inflation was in check in December.\r\n\r\n<strong>COMMODITIES</strong> - Natural gas rebounded in New York amid speculation last week’s arctic blast prompted a record drop in U.S. inventories of the heating fuel.\r\n\r\n<strong>CURRENCIES </strong>- The US Dollar rose against most currencies while data from Australia showed employers cut jobs, sending the nation’s currency to its weakest since August 2010 versus the greenback. \r\n\r\n<strong>ECONOMIC DATA </strong>- US Unemployment Claims and CPI due at 8:30, Philly Fed Manufacturing Index at 10:00, Natural Gas Storage at 10:30, Fed Chairman Bernanke Speaks at 11:10, SNB Chairman Jordan Speaks at 12 noon ET.\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News-1024x550.jpg\" alt=\"Direct-Market-Touch-Stock-Exchange-News\" width=\"570\" height=\"306\" class=\"alignnone size-large wp-image-442\" /></a>','RiosQuant – Overnight Trading Action in the Global Markets','','inherit','open','closed','','787-revision-v1','','','2014-01-16 12:40:11','2014-01-16 12:40:11','',787,'http://www.thetradingroom.com/787-revision-v1/',0,'revision','',0),(781,2,'2014-01-16 04:17:42','2014-01-16 04:17:42','Six trades today during our live trading room TradeLAB. click on the following link to find out how <a href=\"http://youtu.be/aEqDu9Wg_r8\">today\'s trades</a> turned out. \r\n\r\nJoin us tomorrow and see us trade the exciting and volatile Natural Gas Storage report in our live trading room. To gain access <a href=\"https://www3.gotomeeting.com/register/873785110\">click here</a>.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/EP-trading-LAB.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/EP-trading-LAB.jpg\" alt=\"EP trading LAB\" width=\"624\" height=\"936\" class=\"alignnone size-full wp-image-509\" /></a>','Rios Quant - Live Trading Room Performance','','publish','open','closed','','rios-quant-live-trading-room-performance','','','2014-01-16 04:21:25','2014-01-16 04:21:25','',0,'http://www.thetradingroom.com/?p=781',0,'post','',0),(686,2,'2013-12-16 01:34:21','2013-12-16 01:34:21','Stock indices struggled throughout the week with the S&P 500 dropping -2.1% with fear of Fed tapering resurfacing.  In the week ahead, there are several events with the potential to move the markets including Wednesday\'s FOMC meeting.  Another market moving event is the European Union\'s Single Supervisory Mechanism (SRM) deal. The SRM is a detailed plan for how to deal with and fund troubled EU Banks. The SRM is believed to be the EU\'s first viable attempt to start fixing its banking system and provide reliable funding source.  I will also be on the watch for any news from China, both economic data and the rising tensions with Japan regarding the Senkaku Islands. To read more and access the entire article <a href=\"http://freebeacon.com/chinese-naval-vessel-tries-to-force-u-s-warship-to-stop-in-international-waters/\">click here</a>. This week\'s busy economic calendar should provide opportunities in the global financial markets. \r\n\r\nJoin us in our live trading rooms, including the TradeLAB, ABC Trading and Rios Quant Trading En Espanol. The links to access the rooms are provided below for your convenience. \r\n\r\nAccess our blog <a href=\"http://www.thetradingroom.com/\" title=\"The Trading Room\">The Trading Room</a> and visit us on <a href=\"https://www.facebook.com/rqtrader\" title=\"FaceBook\">FaceBook</a>.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-EP.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-EP.jpg\" alt=\"joe &amp; EP\" width=\"530\" height=\"320\" class=\"alignnone size-full wp-image-482\" /></a>\r\n\r\n<strong>Live Trading Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\nRegister Early for Events:\r\n\r\n<strong>The Trading Room TradeLAB</strong>\r\nGlobal Trading with Quantitative Technologies\r\nMonday thru Friday\r\n<a href=\"https://www3.gotomeeting.com/register/845606190\" title=\"Access here\">https://www3.gotomeeting.com/register/845606190</a>\r\n8:00 AM ET to 11:00 AM ET\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading en Español</strong> - Lunes y Viernes\r\n<a href=\"https://www3.gotomeeting.com/register/480900694\">https://www3.gotomeeting.com/register/480900694</a>\r\n8:00 AM ET to 11:00 AM ET\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\n<strong>Insider\'s Quant (IQ) Room</strong>\r\nSubscription Only! Advanced Concepts with Joe Rios\r\nDays: Monday, Wednesday and Thursday\r\nTime: 1:30pm ET - 3:00pm ET\r\n\r\nThe Trading Room - ABC Trading - Live Trading Dedicated to Automated Box Control Trading\r\n<a href=\"https://www3.gotomeeting.com/register/506087614\">https://www3.gotomeeting.com/register/506087614</a>\r\nTuesday, Wednesday, Thursday - 8:00 AM ET Start\r\n\r\n<strong>The Trading Room EDU</strong> - Educational workshop covering the Rios Quant trading indicators\r\n<a href=\"https://www3.gotomeeting.com/register/435101486\">https://www3.gotomeeting.com/register/435101486</a>\r\nTuesday - 1:00 PM ET Start\r\n\r\n<strong>MONDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nEUR - French Flash Manufacturing PMI – 3:00 AM ET\r\nEUR - German Flash Manufacturing PMI – 3:30 AM ET\r\nUSD - Empire State Manufacturing Index – 8:30 AM ET\r\nEUR - ECB President Draghi Speaks – 9:00 AM ET\r\nUSD - Capacity Utilization Rate and \r\nIndustrial Production – 9:15 AM ET\r\nAUD - Monetary Policy Meeting Minutes – 7:30 PM ET\r\n\r\nThe Trading Room - TradeLAB\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\n\r\nInsider\'s Quant (IQ) Room\r\nSubscription Only! Advanced Concepts with Joe Rios\r\n1:30 PM ET - 3:00 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nGBP - CPI and PPI – 4:30 AM ET\r\nEUR - German ZEW Economic Sentiment – 5:00 AM ET\r\nEUR - Euro Group Meetings – All Day\r\nUSD - Core CPI – 8:30 AM ET\r\nCAD - Manufacturing Sales – 8:30 AM ET\r\nGBP - BOE Gov. Carney Speaks – 10:30 AM ET\r\nAUD - RBA Gov. Stevens Speaks – 5:30 PM ET\r\nNZD - ANZ Business Confidence – 7:00 PM ET\r\n\r\nThe Trading Room - TradeLAB\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\n\r\nThe Trading Room - ABC Trading - Live Trading Dedicated to Automated Box Control Trading\r\nhttps://www3.gotomeeting.com/register/506087614\r\n8:00 AM ET Start\r\n\r\nThe Trading Room EDU - Educational workshop covering Rios Quant trading indicators\r\nhttps://www3.gotomeeting.com/register/435101486\r\nTuesday - 1:00 PM ET Start\r\n\r\n<strong>WEDNESDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nEUR - German Ifo Business Climate – 4:00 AM ET\r\nGBP - Claimant Count Change, Unemployment Rate and MPC Official Bank Rate – 4:30 AM ET\r\nUSD - Building Permits – 8:30 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nUSD - FOMC Statement and Economic Projections – 2:00 PM ET\r\nUSD - FOMC Press Conference – 2:30 PM ET\r\nNZD - GDP – 4:45 PM ET\r\n\r\nThe Trading Room - TradeLAB\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\n\r\nThe Trading Room - ABC Trading - Live Trading Dedicated to Automated Box Control Trading\r\nhttps://www3.gotomeeting.com/register/506087614\r\n8:00 AM ET Start\r\n\r\nInsider\'s Quant (IQ) Room\r\nSubscription Only! Advanced Concepts with Joe Rios\r\n1:30 PM ET - 3:00 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nEUR - Current-Account  – 4:00 AM ET\r\nGBP - Retails Sales – 4:30 AM ET\r\nUSD - Unemployment Claims – 8:30 AM ET\r\nUSD - Existing Home Sales Philly Fed \r\nManufacturing Index – 10:00 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\nJPY - Monetary Policy Statement and BOJ \r\nPress Conference – Tentative\r\n\r\nThe Trading Room - TradeLAB\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\n\r\nThe Trading Room - ABC Trading - Live Trading Dedicated to Automated Box Control Trading\r\nhttps://www3.gotomeeting.com/register/506087614\r\n8:00 AM ET Start\r\n\r\nInsider\'s Quant (IQ) Room\r\nSubscription Only! Advanced Concepts with Joe Rios\r\n1:30 PM ET - 3:00 PM ET\r\n\r\n<strong>FRIDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nGBP - Current-Account – 4:30 AM ET\r\nCAD - Core CPI and Retail Sales – 8:30 AM ET\r\nUSD - Fed Chairman Nomination Vote – Tentative\r\n\r\nThe Trading Room - TradeLAB\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\n\r\n','The Week Ahead - Busy Data Week','','publish','open','closed','','week-ahead-busy-data-week','','','2013-12-16 01:57:00','2013-12-16 01:57:00','',0,'http://www.thetradingroom.com/?p=686',0,'post','',0),(687,2,'2013-12-16 01:27:05','2013-12-16 01:27:05','Stock indices struggled throughout the week with the S&P 500 dropping -2.1% with fear of Fed tapering resurfacing.  In the week ahead, there are several events with the potential to move the markets including Wednesday\'s FOMC meeting.  Another market moving event is the European Union\'s Single Supervisory Mechanism (SRM) deal. The SRM is a detailed plan for how to deal with and fund troubled EU Banks. The SRM is believed to be the EU\'s first viable attempt to start fixing its banking system and provide reliable funding source.  I will also be on the watch for any news from China, both economic data and the rising tensions with Japan regarding the Senkaku Islands. To read more and access the entire article click here. This week\'s busy economic calendar should provide opportunities in the global financial markets. \r\n\r\nJoin us in our live trading rooms, including the TradeLAB, ABC Trading and Rios Quant Trading En Espanol. The links to access the rooms are provided below for your convenience. \r\n\r\nAccess our blog The Trading Room and visit us on FaceBook.\r\n\r\n\r\nLive Trading Rooms and Events\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\nRegister Early for Events:\r\n\r\n<strong>The Trading Room TradeLAB</strong>\r\nGlobal Trading with Quantitative Technologies\r\nMonday thru Friday\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading en Español</strong> - Lunes y Viernes\r\nhttps://www3.gotomeeting.com/register/480900694\r\n8:00 AM ET to 11:00 AM ET\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\n<strong>Insider\'s Quant (IQ) Room</strong>\r\nSubscription Only! Advanced Concepts with Joe Rios\r\nDays: Monday, Wednesday and Thursday\r\nTime: 1:30pm ET - 3:00pm ET\r\n\r\nThe Trading Room - ABC Trading - Live Trading Dedicated to Automated Box Control Trading\r\nhttps://www3.gotomeeting.com/register/506087614\r\nTuesday, Wednesday, Thursday - 8:00 AM ET Start\r\n\r\n<strong>The Trading Room EDU</strong> - Educational workshop covering the Rios Quant trading indicators\r\nhttps://www3.gotomeeting.com/register/435101486\r\nTuesday - 1:00 PM ET Start\r\n\r\n<strong>MONDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nEUR - French Flash Manufacturing PMI – 3:00 AM ET\r\nEUR - German Flash Manufacturing PMI – 3:30 AM ET\r\nUSD - Empire State Manufacturing Index – 8:30 AM ET\r\nEUR - ECB President Draghi Speaks – 9:00 AM ET\r\nUSD - Capacity Utilization Rate and \r\nIndustrial Production – 9:15 AM ET\r\nAUD - Monetary Policy Meeting Minutes – 7:30 PM ET\r\n\r\nThe Trading Room - TradeLAB\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\n\r\nInsider\'s Quant (IQ) Room\r\nSubscription Only! Advanced Concepts with Joe Rios\r\n1:30 PM ET - 3:00 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nGBP - CPI and PPI – 4:30 AM ET\r\nEUR - German ZEW Economic Sentiment – 5:00 AM ET\r\nEUR - Euro Group Meetings – All Day\r\nUSD - Core CPI – 8:30 AM ET\r\nCAD - Manufacturing Sales – 8:30 AM ET\r\nGBP - BOE Gov. Carney Speaks – 10:30 AM ET\r\nAUD - RBA Gov. Stevens Speaks – 5:30 PM ET\r\nNZD - ANZ Business Confidence – 7:00 PM ET\r\n\r\nThe Trading Room - TradeLAB\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\n\r\nThe Trading Room - ABC Trading - Live Trading Dedicated to Automated Box Control Trading\r\nhttps://www3.gotomeeting.com/register/506087614\r\n8:00 AM ET Start\r\n\r\nThe Trading Room EDU - Educational workshop covering Rios Quant trading indicators\r\nhttps://www3.gotomeeting.com/register/435101486\r\nTuesday - 1:00 PM ET Start\r\n\r\n<strong>WEDNESDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nEUR - German Ifo Business Climate – 4:00 AM ET\r\nGBP - Claimant Count Change, Unemployment Rate and MPC Official Bank Rate – 4:30 AM ET\r\nUSD - Building Permits – 8:30 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nUSD - FOMC Statement and Economic Projections – 2:00 PM ET\r\nUSD - FOMC Press Conference – 2:30 PM ET\r\nNZD - GDP – 4:45 PM ET\r\n\r\nThe Trading Room - TradeLAB\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\n\r\nThe Trading Room - ABC Trading - Live Trading Dedicated to Automated Box Control Trading\r\nhttps://www3.gotomeeting.com/register/506087614\r\n8:00 AM ET Start\r\n\r\nInsider\'s Quant (IQ) Room\r\nSubscription Only! Advanced Concepts with Joe Rios\r\n1:30 PM ET - 3:00 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nEUR - Current-Account  – 4:00 AM ET\r\nGBP - Retails Sales – 4:30 AM ET\r\nUSD - Unemployment Claims – 8:30 AM ET\r\nUSD - Existing Home Sales Philly Fed \r\nManufacturing Index – 10:00 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\nJPY - Monetary Policy Statement and BOJ \r\nPress Conference – Tentative\r\n\r\nThe Trading Room - TradeLAB\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\n\r\nThe Trading Room - ABC Trading - Live Trading Dedicated to Automated Box Control Trading\r\nhttps://www3.gotomeeting.com/register/506087614\r\n8:00 AM ET Start\r\n\r\nInsider\'s Quant (IQ) Room\r\nSubscription Only! Advanced Concepts with Joe Rios\r\n1:30 PM ET - 3:00 PM ET\r\n\r\n<strong>FRIDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nGBP - Current-Account – 4:30 AM ET\r\nCAD - Core CPI and Retail Sales – 8:30 AM ET\r\nUSD - Fed Chairman Nomination Vote – Tentative\r\n\r\nThe Trading Room - TradeLAB\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\n\r\n\r\n','','','inherit','open','closed','','686-revision-v1','','','2013-12-16 01:27:05','2013-12-16 01:27:05','',686,'http://www.thetradingroom.com/686-revision-v1/',0,'revision','',0),(688,2,'2013-12-16 01:29:04','2013-12-16 01:29:04','Stock indices struggled throughout the week with the S&P 500 dropping -2.1% with fear of Fed tapering resurfacing.  In the week ahead, there are several events with the potential to move the markets including Wednesday\'s FOMC meeting.  Another market moving event is the European Union\'s Single Supervisory Mechanism (SRM) deal. The SRM is a detailed plan for how to deal with and fund troubled EU Banks. The SRM is believed to be the EU\'s first viable attempt to start fixing its banking system and provide reliable funding source.  I will also be on the watch for any news from China, both economic data and the rising tensions with Japan regarding the Senkaku Islands. To read more and access the entire article click here. This week\'s busy economic calendar should provide opportunities in the global financial markets. \r\n\r\nJoin us in our live trading rooms, including the TradeLAB, ABC Trading and Rios Quant Trading En Espanol. The links to access the rooms are provided below for your convenience. \r\n\r\nAccess our blog <a href=\"http://www.thetradingroom.com/\" title=\"The Trading Room\">The Trading Room</a> and visit us on <a href=\"https://www.facebook.com/rqtrader\" title=\"FaceBook\">FaceBook</a>.\r\n\r\n\r\nLive Trading Rooms and Events\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\nRegister Early for Events:\r\n\r\n<strong>The Trading Room TradeLAB</strong>\r\nGlobal Trading with Quantitative Technologies\r\nMonday thru Friday\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading en Español</strong> - Lunes y Viernes\r\nhttps://www3.gotomeeting.com/register/480900694\r\n8:00 AM ET to 11:00 AM ET\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\n<strong>Insider\'s Quant (IQ) Room</strong>\r\nSubscription Only! Advanced Concepts with Joe Rios\r\nDays: Monday, Wednesday and Thursday\r\nTime: 1:30pm ET - 3:00pm ET\r\n\r\nThe Trading Room - ABC Trading - Live Trading Dedicated to Automated Box Control Trading\r\nhttps://www3.gotomeeting.com/register/506087614\r\nTuesday, Wednesday, Thursday - 8:00 AM ET Start\r\n\r\n<strong>The Trading Room EDU</strong> - Educational workshop covering the Rios Quant trading indicators\r\nhttps://www3.gotomeeting.com/register/435101486\r\nTuesday - 1:00 PM ET Start\r\n\r\n<strong>MONDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nEUR - French Flash Manufacturing PMI – 3:00 AM ET\r\nEUR - German Flash Manufacturing PMI – 3:30 AM ET\r\nUSD - Empire State Manufacturing Index – 8:30 AM ET\r\nEUR - ECB President Draghi Speaks – 9:00 AM ET\r\nUSD - Capacity Utilization Rate and \r\nIndustrial Production – 9:15 AM ET\r\nAUD - Monetary Policy Meeting Minutes – 7:30 PM ET\r\n\r\nThe Trading Room - TradeLAB\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\n\r\nInsider\'s Quant (IQ) Room\r\nSubscription Only! Advanced Concepts with Joe Rios\r\n1:30 PM ET - 3:00 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nGBP - CPI and PPI – 4:30 AM ET\r\nEUR - German ZEW Economic Sentiment – 5:00 AM ET\r\nEUR - Euro Group Meetings – All Day\r\nUSD - Core CPI – 8:30 AM ET\r\nCAD - Manufacturing Sales – 8:30 AM ET\r\nGBP - BOE Gov. Carney Speaks – 10:30 AM ET\r\nAUD - RBA Gov. Stevens Speaks – 5:30 PM ET\r\nNZD - ANZ Business Confidence – 7:00 PM ET\r\n\r\nThe Trading Room - TradeLAB\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\n\r\nThe Trading Room - ABC Trading - Live Trading Dedicated to Automated Box Control Trading\r\nhttps://www3.gotomeeting.com/register/506087614\r\n8:00 AM ET Start\r\n\r\nThe Trading Room EDU - Educational workshop covering Rios Quant trading indicators\r\nhttps://www3.gotomeeting.com/register/435101486\r\nTuesday - 1:00 PM ET Start\r\n\r\n<strong>WEDNESDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nEUR - German Ifo Business Climate – 4:00 AM ET\r\nGBP - Claimant Count Change, Unemployment Rate and MPC Official Bank Rate – 4:30 AM ET\r\nUSD - Building Permits – 8:30 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nUSD - FOMC Statement and Economic Projections – 2:00 PM ET\r\nUSD - FOMC Press Conference – 2:30 PM ET\r\nNZD - GDP – 4:45 PM ET\r\n\r\nThe Trading Room - TradeLAB\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\n\r\nThe Trading Room - ABC Trading - Live Trading Dedicated to Automated Box Control Trading\r\nhttps://www3.gotomeeting.com/register/506087614\r\n8:00 AM ET Start\r\n\r\nInsider\'s Quant (IQ) Room\r\nSubscription Only! Advanced Concepts with Joe Rios\r\n1:30 PM ET - 3:00 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nEUR - Current-Account  – 4:00 AM ET\r\nGBP - Retails Sales – 4:30 AM ET\r\nUSD - Unemployment Claims – 8:30 AM ET\r\nUSD - Existing Home Sales Philly Fed \r\nManufacturing Index – 10:00 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\nJPY - Monetary Policy Statement and BOJ \r\nPress Conference – Tentative\r\n\r\nThe Trading Room - TradeLAB\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\n\r\nThe Trading Room - ABC Trading - Live Trading Dedicated to Automated Box Control Trading\r\nhttps://www3.gotomeeting.com/register/506087614\r\n8:00 AM ET Start\r\n\r\nInsider\'s Quant (IQ) Room\r\nSubscription Only! Advanced Concepts with Joe Rios\r\n1:30 PM ET - 3:00 PM ET\r\n\r\n<strong>FRIDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nGBP - Current-Account – 4:30 AM ET\r\nCAD - Core CPI and Retail Sales – 8:30 AM ET\r\nUSD - Fed Chairman Nomination Vote – Tentative\r\n\r\nThe Trading Room - TradeLAB\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\n\r\n\r\n','','','inherit','open','closed','','686-revision-v1','','','2013-12-16 01:29:04','2013-12-16 01:29:04','',686,'http://www.thetradingroom.com/686-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (689,2,'2013-12-16 01:29:20','2013-12-16 01:29:20','Stock indices struggled throughout the week with the S&P 500 dropping -2.1% with fear of Fed tapering resurfacing.  In the week ahead, there are several events with the potential to move the markets including Wednesday\'s FOMC meeting.  Another market moving event is the European Union\'s Single Supervisory Mechanism (SRM) deal. The SRM is a detailed plan for how to deal with and fund troubled EU Banks. The SRM is believed to be the EU\'s first viable attempt to start fixing its banking system and provide reliable funding source.  I will also be on the watch for any news from China, both economic data and the rising tensions with Japan regarding the Senkaku Islands. To read more and access the entire article click here. This week\'s busy economic calendar should provide opportunities in the global financial markets. \r\n\r\nJoin us in our live trading rooms, including the TradeLAB, ABC Trading and Rios Quant Trading En Espanol. The links to access the rooms are provided below for your convenience. \r\n\r\nAccess our blog <a href=\"http://www.thetradingroom.com/\" title=\"The Trading Room\">The Trading Room</a> and visit us on <a href=\"https://www.facebook.com/rqtrader\" title=\"FaceBook\">FaceBook</a>.\r\n\r\n\r\n<strong>Live Trading Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\nRegister Early for Events:\r\n\r\n<strong>The Trading Room TradeLAB</strong>\r\nGlobal Trading with Quantitative Technologies\r\nMonday thru Friday\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading en Español</strong> - Lunes y Viernes\r\nhttps://www3.gotomeeting.com/register/480900694\r\n8:00 AM ET to 11:00 AM ET\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\n<strong>Insider\'s Quant (IQ) Room</strong>\r\nSubscription Only! Advanced Concepts with Joe Rios\r\nDays: Monday, Wednesday and Thursday\r\nTime: 1:30pm ET - 3:00pm ET\r\n\r\nThe Trading Room - ABC Trading - Live Trading Dedicated to Automated Box Control Trading\r\nhttps://www3.gotomeeting.com/register/506087614\r\nTuesday, Wednesday, Thursday - 8:00 AM ET Start\r\n\r\n<strong>The Trading Room EDU</strong> - Educational workshop covering the Rios Quant trading indicators\r\nhttps://www3.gotomeeting.com/register/435101486\r\nTuesday - 1:00 PM ET Start\r\n\r\n<strong>MONDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nEUR - French Flash Manufacturing PMI – 3:00 AM ET\r\nEUR - German Flash Manufacturing PMI – 3:30 AM ET\r\nUSD - Empire State Manufacturing Index – 8:30 AM ET\r\nEUR - ECB President Draghi Speaks – 9:00 AM ET\r\nUSD - Capacity Utilization Rate and \r\nIndustrial Production – 9:15 AM ET\r\nAUD - Monetary Policy Meeting Minutes – 7:30 PM ET\r\n\r\nThe Trading Room - TradeLAB\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\n\r\nInsider\'s Quant (IQ) Room\r\nSubscription Only! Advanced Concepts with Joe Rios\r\n1:30 PM ET - 3:00 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nGBP - CPI and PPI – 4:30 AM ET\r\nEUR - German ZEW Economic Sentiment – 5:00 AM ET\r\nEUR - Euro Group Meetings – All Day\r\nUSD - Core CPI – 8:30 AM ET\r\nCAD - Manufacturing Sales – 8:30 AM ET\r\nGBP - BOE Gov. Carney Speaks – 10:30 AM ET\r\nAUD - RBA Gov. Stevens Speaks – 5:30 PM ET\r\nNZD - ANZ Business Confidence – 7:00 PM ET\r\n\r\nThe Trading Room - TradeLAB\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\n\r\nThe Trading Room - ABC Trading - Live Trading Dedicated to Automated Box Control Trading\r\nhttps://www3.gotomeeting.com/register/506087614\r\n8:00 AM ET Start\r\n\r\nThe Trading Room EDU - Educational workshop covering Rios Quant trading indicators\r\nhttps://www3.gotomeeting.com/register/435101486\r\nTuesday - 1:00 PM ET Start\r\n\r\n<strong>WEDNESDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nEUR - German Ifo Business Climate – 4:00 AM ET\r\nGBP - Claimant Count Change, Unemployment Rate and MPC Official Bank Rate – 4:30 AM ET\r\nUSD - Building Permits – 8:30 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nUSD - FOMC Statement and Economic Projections – 2:00 PM ET\r\nUSD - FOMC Press Conference – 2:30 PM ET\r\nNZD - GDP – 4:45 PM ET\r\n\r\nThe Trading Room - TradeLAB\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\n\r\nThe Trading Room - ABC Trading - Live Trading Dedicated to Automated Box Control Trading\r\nhttps://www3.gotomeeting.com/register/506087614\r\n8:00 AM ET Start\r\n\r\nInsider\'s Quant (IQ) Room\r\nSubscription Only! Advanced Concepts with Joe Rios\r\n1:30 PM ET - 3:00 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nEUR - Current-Account  – 4:00 AM ET\r\nGBP - Retails Sales – 4:30 AM ET\r\nUSD - Unemployment Claims – 8:30 AM ET\r\nUSD - Existing Home Sales Philly Fed \r\nManufacturing Index – 10:00 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\nJPY - Monetary Policy Statement and BOJ \r\nPress Conference – Tentative\r\n\r\nThe Trading Room - TradeLAB\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\n\r\nThe Trading Room - ABC Trading - Live Trading Dedicated to Automated Box Control Trading\r\nhttps://www3.gotomeeting.com/register/506087614\r\n8:00 AM ET Start\r\n\r\nInsider\'s Quant (IQ) Room\r\nSubscription Only! Advanced Concepts with Joe Rios\r\n1:30 PM ET - 3:00 PM ET\r\n\r\n<strong>FRIDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nGBP - Current-Account – 4:30 AM ET\r\nCAD - Core CPI and Retail Sales – 8:30 AM ET\r\nUSD - Fed Chairman Nomination Vote – Tentative\r\n\r\nThe Trading Room - TradeLAB\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\n\r\n\r\n','','','inherit','open','closed','','686-revision-v1','','','2013-12-16 01:29:20','2013-12-16 01:29:20','',686,'http://www.thetradingroom.com/686-revision-v1/',0,'revision','',0),(690,2,'2013-12-16 01:32:21','2013-12-16 01:32:21','Stock indices struggled throughout the week with the S&P 500 dropping -2.1% with fear of Fed tapering resurfacing.  In the week ahead, there are several events with the potential to move the markets including Wednesday\'s FOMC meeting.  Another market moving event is the European Union\'s Single Supervisory Mechanism (SRM) deal. The SRM is a detailed plan for how to deal with and fund troubled EU Banks. The SRM is believed to be the EU\'s first viable attempt to start fixing its banking system and provide reliable funding source.  I will also be on the watch for any news from China, both economic data and the rising tensions with Japan regarding the Senkaku Islands. To read more and access the entire article click here. This week\'s busy economic calendar should provide opportunities in the global financial markets. \r\n\r\nJoin us in our live trading rooms, including the TradeLAB, ABC Trading and Rios Quant Trading En Espanol. The links to access the rooms are provided below for your convenience. \r\n\r\nAccess our blog <a href=\"http://www.thetradingroom.com/\" title=\"The Trading Room\">The Trading Room</a> and visit us on <a href=\"https://www.facebook.com/rqtrader\" title=\"FaceBook\">FaceBook</a>.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-EP.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-EP.jpg\" alt=\"joe &amp; EP\" width=\"530\" height=\"320\" class=\"alignnone size-full wp-image-482\" /></a>\r\n\r\n<strong>Live Trading Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\nRegister Early for Events:\r\n\r\n<strong>The Trading Room TradeLAB</strong>\r\nGlobal Trading with Quantitative Technologies\r\nMonday thru Friday\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading en Español</strong> - Lunes y Viernes\r\nhttps://www3.gotomeeting.com/register/480900694\r\n8:00 AM ET to 11:00 AM ET\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\n<strong>Insider\'s Quant (IQ) Room</strong>\r\nSubscription Only! Advanced Concepts with Joe Rios\r\nDays: Monday, Wednesday and Thursday\r\nTime: 1:30pm ET - 3:00pm ET\r\n\r\nThe Trading Room - ABC Trading - Live Trading Dedicated to Automated Box Control Trading\r\nhttps://www3.gotomeeting.com/register/506087614\r\nTuesday, Wednesday, Thursday - 8:00 AM ET Start\r\n\r\n<strong>The Trading Room EDU</strong> - Educational workshop covering the Rios Quant trading indicators\r\nhttps://www3.gotomeeting.com/register/435101486\r\nTuesday - 1:00 PM ET Start\r\n\r\n<strong>MONDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nEUR - French Flash Manufacturing PMI – 3:00 AM ET\r\nEUR - German Flash Manufacturing PMI – 3:30 AM ET\r\nUSD - Empire State Manufacturing Index – 8:30 AM ET\r\nEUR - ECB President Draghi Speaks – 9:00 AM ET\r\nUSD - Capacity Utilization Rate and \r\nIndustrial Production – 9:15 AM ET\r\nAUD - Monetary Policy Meeting Minutes – 7:30 PM ET\r\n\r\nThe Trading Room - TradeLAB\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\n\r\nInsider\'s Quant (IQ) Room\r\nSubscription Only! Advanced Concepts with Joe Rios\r\n1:30 PM ET - 3:00 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nGBP - CPI and PPI – 4:30 AM ET\r\nEUR - German ZEW Economic Sentiment – 5:00 AM ET\r\nEUR - Euro Group Meetings – All Day\r\nUSD - Core CPI – 8:30 AM ET\r\nCAD - Manufacturing Sales – 8:30 AM ET\r\nGBP - BOE Gov. Carney Speaks – 10:30 AM ET\r\nAUD - RBA Gov. Stevens Speaks – 5:30 PM ET\r\nNZD - ANZ Business Confidence – 7:00 PM ET\r\n\r\nThe Trading Room - TradeLAB\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\n\r\nThe Trading Room - ABC Trading - Live Trading Dedicated to Automated Box Control Trading\r\nhttps://www3.gotomeeting.com/register/506087614\r\n8:00 AM ET Start\r\n\r\nThe Trading Room EDU - Educational workshop covering Rios Quant trading indicators\r\nhttps://www3.gotomeeting.com/register/435101486\r\nTuesday - 1:00 PM ET Start\r\n\r\n<strong>WEDNESDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nEUR - German Ifo Business Climate – 4:00 AM ET\r\nGBP - Claimant Count Change, Unemployment Rate and MPC Official Bank Rate – 4:30 AM ET\r\nUSD - Building Permits – 8:30 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nUSD - FOMC Statement and Economic Projections – 2:00 PM ET\r\nUSD - FOMC Press Conference – 2:30 PM ET\r\nNZD - GDP – 4:45 PM ET\r\n\r\nThe Trading Room - TradeLAB\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\n\r\nThe Trading Room - ABC Trading - Live Trading Dedicated to Automated Box Control Trading\r\nhttps://www3.gotomeeting.com/register/506087614\r\n8:00 AM ET Start\r\n\r\nInsider\'s Quant (IQ) Room\r\nSubscription Only! Advanced Concepts with Joe Rios\r\n1:30 PM ET - 3:00 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nEUR - Current-Account  – 4:00 AM ET\r\nGBP - Retails Sales – 4:30 AM ET\r\nUSD - Unemployment Claims – 8:30 AM ET\r\nUSD - Existing Home Sales Philly Fed \r\nManufacturing Index – 10:00 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\nJPY - Monetary Policy Statement and BOJ \r\nPress Conference – Tentative\r\n\r\nThe Trading Room - TradeLAB\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\n\r\nThe Trading Room - ABC Trading - Live Trading Dedicated to Automated Box Control Trading\r\nhttps://www3.gotomeeting.com/register/506087614\r\n8:00 AM ET Start\r\n\r\nInsider\'s Quant (IQ) Room\r\nSubscription Only! Advanced Concepts with Joe Rios\r\n1:30 PM ET - 3:00 PM ET\r\n\r\n<strong>FRIDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nGBP - Current-Account – 4:30 AM ET\r\nCAD - Core CPI and Retail Sales – 8:30 AM ET\r\nUSD - Fed Chairman Nomination Vote – Tentative\r\n\r\nThe Trading Room - TradeLAB\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\n\r\n\r\n','The Week Ahead - Busy Data Week','','inherit','open','closed','','686-revision-v1','','','2013-12-16 01:32:21','2013-12-16 01:32:21','',686,'http://www.thetradingroom.com/686-revision-v1/',0,'revision','',0),(691,2,'2013-12-16 01:56:39','2013-12-16 01:56:39','Stock indices struggled throughout the week with the S&P 500 dropping -2.1% with fear of Fed tapering resurfacing.  In the week ahead, there are several events with the potential to move the markets including Wednesday\'s FOMC meeting.  Another market moving event is the European Union\'s Single Supervisory Mechanism (SRM) deal. The SRM is a detailed plan for how to deal with and fund troubled EU Banks. The SRM is believed to be the EU\'s first viable attempt to start fixing its banking system and provide reliable funding source.  I will also be on the watch for any news from China, both economic data and the rising tensions with Japan regarding the Senkaku Islands. To read more and access the entire article <a href=\"http://freebeacon.com/chinese-naval-vessel-tries-to-force-u-s-warship-to-stop-in-international-waters/\">click here</a>. This week\'s busy economic calendar should provide opportunities in the global financial markets. \n\nJoin us in our live trading rooms, including the TradeLAB, ABC Trading and Rios Quant Trading En Espanol. The links to access the rooms are provided below for your convenience. \n\nAccess our blog <a href=\"http://www.thetradingroom.com/\" title=\"The Trading Room\">The Trading Room</a> and visit us on <a href=\"https://www.facebook.com/rqtrader\" title=\"FaceBook\">FaceBook</a>.\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-EP.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-EP.jpg\" alt=\"joe &amp; EP\" width=\"530\" height=\"320\" class=\"alignnone size-full wp-image-482\" /></a>\n\n<strong>Live Trading Rooms and Events</strong>\n\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\n\nContact Information for your Support Needs: \nAmber Little, RQ Client Relations Manager \nemail: amber@riosquant.com \nskype: alittlemobile \ncellphone: 415.336.7272\nRegister Early for Events:\n\n<strong>The Trading Room TradeLAB</strong>\nGlobal Trading with Quantitative Technologies\nMonday thru Friday\n<a href=\"https://www3.gotomeeting.com/register/845606190\" title=\"Access here\">https://www3.gotomeeting.com/register/845606190</a>\n8:00 AM ET to 11:00 AM ET\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\n\n<strong>Rios Quant Trading en Español</strong> - Lunes y Viernes\n<a href=\"https://www3.gotomeeting.com/register/480900694\">https://www3.gotomeeting.com/register/480900694</a>\n8:00 AM ET to 11:00 AM ET\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \n\n<strong>Insider\'s Quant (IQ) Room</strong>\nSubscription Only! Advanced Concepts with Joe Rios\nDays: Monday, Wednesday and Thursday\nTime: 1:30pm ET - 3:00pm ET\n\nThe Trading Room - ABC Trading - Live Trading Dedicated to Automated Box Control Trading\n<a href=\"https://www3.gotomeeting.com/register/506087614\">https://www3.gotomeeting.com/register/506087614</a>\nTuesday, Wednesday, Thursday - 8:00 AM ET Start\n\n<strong>The Trading Room EDU</strong> - Educational workshop covering the Rios Quant trading indicators\n<a href=\"https://www3.gotomeeting.com/register/435101486\">https://www3.gotomeeting.com/register/435101486</a>\nTuesday - 1:00 PM ET Start\n\n<strong>MONDAY</strong>\n\nEconomic Data Release - Market Movers\nEUR - French Flash Manufacturing PMI – 3:00 AM ET\nEUR - German Flash Manufacturing PMI – 3:30 AM ET\nUSD - Empire State Manufacturing Index – 8:30 AM ET\nEUR - ECB President Draghi Speaks – 9:00 AM ET\nUSD - Capacity Utilization Rate and \nIndustrial Production – 9:15 AM ET\nAUD - Monetary Policy Meeting Minutes – 7:30 PM ET\n\nThe Trading Room - TradeLAB\nhttps://www3.gotomeeting.com/register/845606190\n8:00 AM ET to 11:00 AM ET\n\nInsider\'s Quant (IQ) Room\nSubscription Only! Advanced Concepts with Joe Rios\n1:30 PM ET - 3:00 PM ET\n\n<strong>TUESDAY</strong>\n\nEconomic Data Release - Market Movers\nGBP - CPI and PPI – 4:30 AM ET\nEUR - German ZEW Economic Sentiment – 5:00 AM ET\nEUR - Euro Group Meetings – All Day\nUSD - Core CPI – 8:30 AM ET\nCAD - Manufacturing Sales – 8:30 AM ET\nGBP - BOE Gov. Carney Speaks – 10:30 AM ET\nAUD - RBA Gov. Stevens Speaks – 5:30 PM ET\nNZD - ANZ Business Confidence – 7:00 PM ET\n\nThe Trading Room - TradeLAB\nhttps://www3.gotomeeting.com/register/845606190\n8:00 AM ET to 11:00 AM ET\n\nThe Trading Room - ABC Trading - Live Trading Dedicated to Automated Box Control Trading\nhttps://www3.gotomeeting.com/register/506087614\n8:00 AM ET Start\n\nThe Trading Room EDU - Educational workshop covering Rios Quant trading indicators\nhttps://www3.gotomeeting.com/register/435101486\nTuesday - 1:00 PM ET Start\n\n<strong>WEDNESDAY</strong>\n\nEconomic Data Release - Market Movers\nEUR - German Ifo Business Climate – 4:00 AM ET\nGBP - Claimant Count Change, Unemployment Rate and MPC Official Bank Rate – 4:30 AM ET\nUSD - Building Permits – 8:30 AM ET\nUSD - Crude Oil Inventories – 10:30 AM ET\nUSD - FOMC Statement and Economic Projections – 2:00 PM ET\nUSD - FOMC Press Conference – 2:30 PM ET\nNZD - GDP – 4:45 PM ET\n\nThe Trading Room - TradeLAB\nhttps://www3.gotomeeting.com/register/845606190\n8:00 AM ET to 11:00 AM ET\n\nThe Trading Room - ABC Trading - Live Trading Dedicated to Automated Box Control Trading\nhttps://www3.gotomeeting.com/register/506087614\n8:00 AM ET Start\n\nInsider\'s Quant (IQ) Room\nSubscription Only! Advanced Concepts with Joe Rios\n1:30 PM ET - 3:00 PM ET\n\n<strong>THURSDAY</strong>\n\nEconomic Data Release - Market Movers\nEUR - Current-Account  – 4:00 AM ET\nGBP - Retails Sales – 4:30 AM ET\nUSD - Unemployment Claims – 8:30 AM ET\nUSD - Existing Home Sales Philly Fed \nManufacturing Index – 10:00 AM ET\nUSD - Natural Gas Storage – 10:30 AM ET\nJPY - Monetary Policy Statement and BOJ \nPress Conference – Tentative\n\nThe Trading Room - TradeLAB\nhttps://www3.gotomeeting.com/register/845606190\n8:00 AM ET to 11:00 AM ET\n\nThe Trading Room - ABC Trading - Live Trading Dedicated to Automated Box Control Trading\nhttps://www3.gotomeeting.com/register/506087614\n8:00 AM ET Start\n\nInsider\'s Quant (IQ) Room\nSubscription Only! Advanced Concepts with Joe Rios\n1:30 PM ET - 3:00 PM ET\n\n<strong>FRIDAY</strong>\n\nEconomic Data Release - Market Movers\nGBP - Current-Account – 4:30 AM ET\nCAD - Core CPI and Retail Sales – 8:30 AM ET\nUSD - Fed Chairman Nomination Vote – Tentative\n\nThe Trading Room - TradeLAB\nhttps://www3.gotomeeting.com/register/845606190\n8:00 AM ET to 11:00 AM ET\n\n','The Week Ahead - Busy Data Week','','inherit','open','closed','','686-autosave-v1','','','2013-12-16 01:56:39','2013-12-16 01:56:39','',686,'http://www.thetradingroom.com/686-autosave-v1/',0,'revision','',0),(692,2,'2013-12-16 01:51:10','2013-12-16 01:51:10','Stock indices struggled throughout the week with the S&P 500 dropping -2.1% with fear of Fed tapering resurfacing.  In the week ahead, there are several events with the potential to move the markets including Wednesday\'s FOMC meeting.  Another market moving event is the European Union\'s Single Supervisory Mechanism (SRM) deal. The SRM is a detailed plan for how to deal with and fund troubled EU Banks. The SRM is believed to be the EU\'s first viable attempt to start fixing its banking system and provide reliable funding source.  I will also be on the watch for any news from China, both economic data and the rising tensions with Japan regarding the Senkaku Islands. To read more and access the entire article http://freebeacon.com/chinese-naval-vessel-tries-to-force-u-s-warship-to-stop-in-international-waters/. This week\'s busy economic calendar should provide opportunities in the global financial markets. \r\n\r\nJoin us in our live trading rooms, including the TradeLAB, ABC Trading and Rios Quant Trading En Espanol. The links to access the rooms are provided below for your convenience. \r\n\r\nAccess our blog <a href=\"http://www.thetradingroom.com/\" title=\"The Trading Room\">The Trading Room</a> and visit us on <a href=\"https://www.facebook.com/rqtrader\" title=\"FaceBook\">FaceBook</a>.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-EP.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-EP.jpg\" alt=\"joe &amp; EP\" width=\"530\" height=\"320\" class=\"alignnone size-full wp-image-482\" /></a>\r\n\r\n<strong>Live Trading Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\nRegister Early for Events:\r\n\r\n<strong>The Trading Room TradeLAB</strong>\r\nGlobal Trading with Quantitative Technologies\r\nMonday thru Friday\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading en Español</strong> - Lunes y Viernes\r\nhttps://www3.gotomeeting.com/register/480900694\r\n8:00 AM ET to 11:00 AM ET\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\n<strong>Insider\'s Quant (IQ) Room</strong>\r\nSubscription Only! Advanced Concepts with Joe Rios\r\nDays: Monday, Wednesday and Thursday\r\nTime: 1:30pm ET - 3:00pm ET\r\n\r\nThe Trading Room - ABC Trading - Live Trading Dedicated to Automated Box Control Trading\r\nhttps://www3.gotomeeting.com/register/506087614\r\nTuesday, Wednesday, Thursday - 8:00 AM ET Start\r\n\r\n<strong>The Trading Room EDU</strong> - Educational workshop covering the Rios Quant trading indicators\r\nhttps://www3.gotomeeting.com/register/435101486\r\nTuesday - 1:00 PM ET Start\r\n\r\n<strong>MONDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nEUR - French Flash Manufacturing PMI – 3:00 AM ET\r\nEUR - German Flash Manufacturing PMI – 3:30 AM ET\r\nUSD - Empire State Manufacturing Index – 8:30 AM ET\r\nEUR - ECB President Draghi Speaks – 9:00 AM ET\r\nUSD - Capacity Utilization Rate and \r\nIndustrial Production – 9:15 AM ET\r\nAUD - Monetary Policy Meeting Minutes – 7:30 PM ET\r\n\r\nThe Trading Room - TradeLAB\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\n\r\nInsider\'s Quant (IQ) Room\r\nSubscription Only! Advanced Concepts with Joe Rios\r\n1:30 PM ET - 3:00 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nGBP - CPI and PPI – 4:30 AM ET\r\nEUR - German ZEW Economic Sentiment – 5:00 AM ET\r\nEUR - Euro Group Meetings – All Day\r\nUSD - Core CPI – 8:30 AM ET\r\nCAD - Manufacturing Sales – 8:30 AM ET\r\nGBP - BOE Gov. Carney Speaks – 10:30 AM ET\r\nAUD - RBA Gov. Stevens Speaks – 5:30 PM ET\r\nNZD - ANZ Business Confidence – 7:00 PM ET\r\n\r\nThe Trading Room - TradeLAB\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\n\r\nThe Trading Room - ABC Trading - Live Trading Dedicated to Automated Box Control Trading\r\nhttps://www3.gotomeeting.com/register/506087614\r\n8:00 AM ET Start\r\n\r\nThe Trading Room EDU - Educational workshop covering Rios Quant trading indicators\r\nhttps://www3.gotomeeting.com/register/435101486\r\nTuesday - 1:00 PM ET Start\r\n\r\n<strong>WEDNESDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nEUR - German Ifo Business Climate – 4:00 AM ET\r\nGBP - Claimant Count Change, Unemployment Rate and MPC Official Bank Rate – 4:30 AM ET\r\nUSD - Building Permits – 8:30 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nUSD - FOMC Statement and Economic Projections – 2:00 PM ET\r\nUSD - FOMC Press Conference – 2:30 PM ET\r\nNZD - GDP – 4:45 PM ET\r\n\r\nThe Trading Room - TradeLAB\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\n\r\nThe Trading Room - ABC Trading - Live Trading Dedicated to Automated Box Control Trading\r\nhttps://www3.gotomeeting.com/register/506087614\r\n8:00 AM ET Start\r\n\r\nInsider\'s Quant (IQ) Room\r\nSubscription Only! Advanced Concepts with Joe Rios\r\n1:30 PM ET - 3:00 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nEUR - Current-Account  – 4:00 AM ET\r\nGBP - Retails Sales – 4:30 AM ET\r\nUSD - Unemployment Claims – 8:30 AM ET\r\nUSD - Existing Home Sales Philly Fed \r\nManufacturing Index – 10:00 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\nJPY - Monetary Policy Statement and BOJ \r\nPress Conference – Tentative\r\n\r\nThe Trading Room - TradeLAB\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\n\r\nThe Trading Room - ABC Trading - Live Trading Dedicated to Automated Box Control Trading\r\nhttps://www3.gotomeeting.com/register/506087614\r\n8:00 AM ET Start\r\n\r\nInsider\'s Quant (IQ) Room\r\nSubscription Only! Advanced Concepts with Joe Rios\r\n1:30 PM ET - 3:00 PM ET\r\n\r\n<strong>FRIDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nGBP - Current-Account – 4:30 AM ET\r\nCAD - Core CPI and Retail Sales – 8:30 AM ET\r\nUSD - Fed Chairman Nomination Vote – Tentative\r\n\r\nThe Trading Room - TradeLAB\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\n\r\n','The Week Ahead - Busy Data Week','','inherit','open','closed','','686-revision-v1','','','2013-12-16 01:51:10','2013-12-16 01:51:10','',686,'http://www.thetradingroom.com/686-revision-v1/',0,'revision','',0),(693,2,'2013-12-16 01:53:13','2013-12-16 01:53:13','Stock indices struggled throughout the week with the S&P 500 dropping -2.1% with fear of Fed tapering resurfacing.  In the week ahead, there are several events with the potential to move the markets including Wednesday\'s FOMC meeting.  Another market moving event is the European Union\'s Single Supervisory Mechanism (SRM) deal. The SRM is a detailed plan for how to deal with and fund troubled EU Banks. The SRM is believed to be the EU\'s first viable attempt to start fixing its banking system and provide reliable funding source.  I will also be on the watch for any news from China, both economic data and the rising tensions with Japan regarding the Senkaku Islands. To read more and access the entire article <a href=\"http://freebeacon.com/chinese-naval-vessel-tries-to-force-u-s-warship-to-stop-in-international-waters/\">click here</a>. This week\'s busy economic calendar should provide opportunities in the global financial markets. \r\n\r\nJoin us in our live trading rooms, including the TradeLAB, ABC Trading and Rios Quant Trading En Espanol. The links to access the rooms are provided below for your convenience. \r\n\r\nAccess our blog <a href=\"http://www.thetradingroom.com/\" title=\"The Trading Room\">The Trading Room</a> and visit us on <a href=\"https://www.facebook.com/rqtrader\" title=\"FaceBook\">FaceBook</a>.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-EP.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-EP.jpg\" alt=\"joe &amp; EP\" width=\"530\" height=\"320\" class=\"alignnone size-full wp-image-482\" /></a>\r\n\r\n<strong>Live Trading Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\nRegister Early for Events:\r\n\r\n<strong>The Trading Room TradeLAB</strong>\r\nGlobal Trading with Quantitative Technologies\r\nMonday thru Friday\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading en Español</strong> - Lunes y Viernes\r\nhttps://www3.gotomeeting.com/register/480900694\r\n8:00 AM ET to 11:00 AM ET\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\n<strong>Insider\'s Quant (IQ) Room</strong>\r\nSubscription Only! Advanced Concepts with Joe Rios\r\nDays: Monday, Wednesday and Thursday\r\nTime: 1:30pm ET - 3:00pm ET\r\n\r\nThe Trading Room - ABC Trading - Live Trading Dedicated to Automated Box Control Trading\r\nhttps://www3.gotomeeting.com/register/506087614\r\nTuesday, Wednesday, Thursday - 8:00 AM ET Start\r\n\r\n<strong>The Trading Room EDU</strong> - Educational workshop covering the Rios Quant trading indicators\r\nhttps://www3.gotomeeting.com/register/435101486\r\nTuesday - 1:00 PM ET Start\r\n\r\n<strong>MONDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nEUR - French Flash Manufacturing PMI – 3:00 AM ET\r\nEUR - German Flash Manufacturing PMI – 3:30 AM ET\r\nUSD - Empire State Manufacturing Index – 8:30 AM ET\r\nEUR - ECB President Draghi Speaks – 9:00 AM ET\r\nUSD - Capacity Utilization Rate and \r\nIndustrial Production – 9:15 AM ET\r\nAUD - Monetary Policy Meeting Minutes – 7:30 PM ET\r\n\r\nThe Trading Room - TradeLAB\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\n\r\nInsider\'s Quant (IQ) Room\r\nSubscription Only! Advanced Concepts with Joe Rios\r\n1:30 PM ET - 3:00 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nGBP - CPI and PPI – 4:30 AM ET\r\nEUR - German ZEW Economic Sentiment – 5:00 AM ET\r\nEUR - Euro Group Meetings – All Day\r\nUSD - Core CPI – 8:30 AM ET\r\nCAD - Manufacturing Sales – 8:30 AM ET\r\nGBP - BOE Gov. Carney Speaks – 10:30 AM ET\r\nAUD - RBA Gov. Stevens Speaks – 5:30 PM ET\r\nNZD - ANZ Business Confidence – 7:00 PM ET\r\n\r\nThe Trading Room - TradeLAB\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\n\r\nThe Trading Room - ABC Trading - Live Trading Dedicated to Automated Box Control Trading\r\nhttps://www3.gotomeeting.com/register/506087614\r\n8:00 AM ET Start\r\n\r\nThe Trading Room EDU - Educational workshop covering Rios Quant trading indicators\r\nhttps://www3.gotomeeting.com/register/435101486\r\nTuesday - 1:00 PM ET Start\r\n\r\n<strong>WEDNESDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nEUR - German Ifo Business Climate – 4:00 AM ET\r\nGBP - Claimant Count Change, Unemployment Rate and MPC Official Bank Rate – 4:30 AM ET\r\nUSD - Building Permits – 8:30 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nUSD - FOMC Statement and Economic Projections – 2:00 PM ET\r\nUSD - FOMC Press Conference – 2:30 PM ET\r\nNZD - GDP – 4:45 PM ET\r\n\r\nThe Trading Room - TradeLAB\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\n\r\nThe Trading Room - ABC Trading - Live Trading Dedicated to Automated Box Control Trading\r\nhttps://www3.gotomeeting.com/register/506087614\r\n8:00 AM ET Start\r\n\r\nInsider\'s Quant (IQ) Room\r\nSubscription Only! Advanced Concepts with Joe Rios\r\n1:30 PM ET - 3:00 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nEUR - Current-Account  – 4:00 AM ET\r\nGBP - Retails Sales – 4:30 AM ET\r\nUSD - Unemployment Claims – 8:30 AM ET\r\nUSD - Existing Home Sales Philly Fed \r\nManufacturing Index – 10:00 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\nJPY - Monetary Policy Statement and BOJ \r\nPress Conference – Tentative\r\n\r\nThe Trading Room - TradeLAB\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\n\r\nThe Trading Room - ABC Trading - Live Trading Dedicated to Automated Box Control Trading\r\nhttps://www3.gotomeeting.com/register/506087614\r\n8:00 AM ET Start\r\n\r\nInsider\'s Quant (IQ) Room\r\nSubscription Only! Advanced Concepts with Joe Rios\r\n1:30 PM ET - 3:00 PM ET\r\n\r\n<strong>FRIDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nGBP - Current-Account – 4:30 AM ET\r\nCAD - Core CPI and Retail Sales – 8:30 AM ET\r\nUSD - Fed Chairman Nomination Vote – Tentative\r\n\r\nThe Trading Room - TradeLAB\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\n\r\n','The Week Ahead - Busy Data Week','','inherit','open','closed','','686-revision-v1','','','2013-12-16 01:53:13','2013-12-16 01:53:13','',686,'http://www.thetradingroom.com/686-revision-v1/',0,'revision','',0),(694,2,'2013-12-16 01:54:35','2013-12-16 01:54:35','Stock indices struggled throughout the week with the S&P 500 dropping -2.1% with fear of Fed tapering resurfacing.  In the week ahead, there are several events with the potential to move the markets including Wednesday\'s FOMC meeting.  Another market moving event is the European Union\'s Single Supervisory Mechanism (SRM) deal. The SRM is a detailed plan for how to deal with and fund troubled EU Banks. The SRM is believed to be the EU\'s first viable attempt to start fixing its banking system and provide reliable funding source.  I will also be on the watch for any news from China, both economic data and the rising tensions with Japan regarding the Senkaku Islands. To read more and access the entire article <a href=\"http://freebeacon.com/chinese-naval-vessel-tries-to-force-u-s-warship-to-stop-in-international-waters/\">click here</a>. This week\'s busy economic calendar should provide opportunities in the global financial markets. \r\n\r\nJoin us in our live trading rooms, including the TradeLAB, ABC Trading and Rios Quant Trading En Espanol. The links to access the rooms are provided below for your convenience. \r\n\r\nAccess our blog <a href=\"http://www.thetradingroom.com/\" title=\"The Trading Room\">The Trading Room</a> and visit us on <a href=\"https://www.facebook.com/rqtrader\" title=\"FaceBook\">FaceBook</a>.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-EP.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-EP.jpg\" alt=\"joe &amp; EP\" width=\"530\" height=\"320\" class=\"alignnone size-full wp-image-482\" /></a>\r\n\r\n<strong>Live Trading Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\nRegister Early for Events:\r\n\r\n<strong>The Trading Room TradeLAB</strong>\r\nGlobal Trading with Quantitative Technologies\r\nMonday thru Friday\r\n<a href=\"https://www3.gotomeeting.com/register/845606190\" title=\"Access here\">https://www3.gotomeeting.com/register/845606190</a>\r\n8:00 AM ET to 11:00 AM ET\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading en Español</strong> - Lunes y Viernes\r\nhttps://www3.gotomeeting.com/register/480900694\r\n8:00 AM ET to 11:00 AM ET\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\n<strong>Insider\'s Quant (IQ) Room</strong>\r\nSubscription Only! Advanced Concepts with Joe Rios\r\nDays: Monday, Wednesday and Thursday\r\nTime: 1:30pm ET - 3:00pm ET\r\n\r\nThe Trading Room - ABC Trading - Live Trading Dedicated to Automated Box Control Trading\r\nhttps://www3.gotomeeting.com/register/506087614\r\nTuesday, Wednesday, Thursday - 8:00 AM ET Start\r\n\r\n<strong>The Trading Room EDU</strong> - Educational workshop covering the Rios Quant trading indicators\r\nhttps://www3.gotomeeting.com/register/435101486\r\nTuesday - 1:00 PM ET Start\r\n\r\n<strong>MONDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nEUR - French Flash Manufacturing PMI – 3:00 AM ET\r\nEUR - German Flash Manufacturing PMI – 3:30 AM ET\r\nUSD - Empire State Manufacturing Index – 8:30 AM ET\r\nEUR - ECB President Draghi Speaks – 9:00 AM ET\r\nUSD - Capacity Utilization Rate and \r\nIndustrial Production – 9:15 AM ET\r\nAUD - Monetary Policy Meeting Minutes – 7:30 PM ET\r\n\r\nThe Trading Room - TradeLAB\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\n\r\nInsider\'s Quant (IQ) Room\r\nSubscription Only! Advanced Concepts with Joe Rios\r\n1:30 PM ET - 3:00 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nGBP - CPI and PPI – 4:30 AM ET\r\nEUR - German ZEW Economic Sentiment – 5:00 AM ET\r\nEUR - Euro Group Meetings – All Day\r\nUSD - Core CPI – 8:30 AM ET\r\nCAD - Manufacturing Sales – 8:30 AM ET\r\nGBP - BOE Gov. Carney Speaks – 10:30 AM ET\r\nAUD - RBA Gov. Stevens Speaks – 5:30 PM ET\r\nNZD - ANZ Business Confidence – 7:00 PM ET\r\n\r\nThe Trading Room - TradeLAB\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\n\r\nThe Trading Room - ABC Trading - Live Trading Dedicated to Automated Box Control Trading\r\nhttps://www3.gotomeeting.com/register/506087614\r\n8:00 AM ET Start\r\n\r\nThe Trading Room EDU - Educational workshop covering Rios Quant trading indicators\r\nhttps://www3.gotomeeting.com/register/435101486\r\nTuesday - 1:00 PM ET Start\r\n\r\n<strong>WEDNESDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nEUR - German Ifo Business Climate – 4:00 AM ET\r\nGBP - Claimant Count Change, Unemployment Rate and MPC Official Bank Rate – 4:30 AM ET\r\nUSD - Building Permits – 8:30 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nUSD - FOMC Statement and Economic Projections – 2:00 PM ET\r\nUSD - FOMC Press Conference – 2:30 PM ET\r\nNZD - GDP – 4:45 PM ET\r\n\r\nThe Trading Room - TradeLAB\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\n\r\nThe Trading Room - ABC Trading - Live Trading Dedicated to Automated Box Control Trading\r\nhttps://www3.gotomeeting.com/register/506087614\r\n8:00 AM ET Start\r\n\r\nInsider\'s Quant (IQ) Room\r\nSubscription Only! Advanced Concepts with Joe Rios\r\n1:30 PM ET - 3:00 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nEUR - Current-Account  – 4:00 AM ET\r\nGBP - Retails Sales – 4:30 AM ET\r\nUSD - Unemployment Claims – 8:30 AM ET\r\nUSD - Existing Home Sales Philly Fed \r\nManufacturing Index – 10:00 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\nJPY - Monetary Policy Statement and BOJ \r\nPress Conference – Tentative\r\n\r\nThe Trading Room - TradeLAB\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\n\r\nThe Trading Room - ABC Trading - Live Trading Dedicated to Automated Box Control Trading\r\nhttps://www3.gotomeeting.com/register/506087614\r\n8:00 AM ET Start\r\n\r\nInsider\'s Quant (IQ) Room\r\nSubscription Only! Advanced Concepts with Joe Rios\r\n1:30 PM ET - 3:00 PM ET\r\n\r\n<strong>FRIDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nGBP - Current-Account – 4:30 AM ET\r\nCAD - Core CPI and Retail Sales – 8:30 AM ET\r\nUSD - Fed Chairman Nomination Vote – Tentative\r\n\r\nThe Trading Room - TradeLAB\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\n\r\n','The Week Ahead - Busy Data Week','','inherit','open','closed','','686-revision-v1','','','2013-12-16 01:54:35','2013-12-16 01:54:35','',686,'http://www.thetradingroom.com/686-revision-v1/',0,'revision','',0),(695,2,'2013-12-16 01:57:00','2013-12-16 01:57:00','Stock indices struggled throughout the week with the S&P 500 dropping -2.1% with fear of Fed tapering resurfacing.  In the week ahead, there are several events with the potential to move the markets including Wednesday\'s FOMC meeting.  Another market moving event is the European Union\'s Single Supervisory Mechanism (SRM) deal. The SRM is a detailed plan for how to deal with and fund troubled EU Banks. The SRM is believed to be the EU\'s first viable attempt to start fixing its banking system and provide reliable funding source.  I will also be on the watch for any news from China, both economic data and the rising tensions with Japan regarding the Senkaku Islands. To read more and access the entire article <a href=\"http://freebeacon.com/chinese-naval-vessel-tries-to-force-u-s-warship-to-stop-in-international-waters/\">click here</a>. This week\'s busy economic calendar should provide opportunities in the global financial markets. \r\n\r\nJoin us in our live trading rooms, including the TradeLAB, ABC Trading and Rios Quant Trading En Espanol. The links to access the rooms are provided below for your convenience. \r\n\r\nAccess our blog <a href=\"http://www.thetradingroom.com/\" title=\"The Trading Room\">The Trading Room</a> and visit us on <a href=\"https://www.facebook.com/rqtrader\" title=\"FaceBook\">FaceBook</a>.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-EP.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-EP.jpg\" alt=\"joe &amp; EP\" width=\"530\" height=\"320\" class=\"alignnone size-full wp-image-482\" /></a>\r\n\r\n<strong>Live Trading Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\nRegister Early for Events:\r\n\r\n<strong>The Trading Room TradeLAB</strong>\r\nGlobal Trading with Quantitative Technologies\r\nMonday thru Friday\r\n<a href=\"https://www3.gotomeeting.com/register/845606190\" title=\"Access here\">https://www3.gotomeeting.com/register/845606190</a>\r\n8:00 AM ET to 11:00 AM ET\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading en Español</strong> - Lunes y Viernes\r\n<a href=\"https://www3.gotomeeting.com/register/480900694\">https://www3.gotomeeting.com/register/480900694</a>\r\n8:00 AM ET to 11:00 AM ET\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\n<strong>Insider\'s Quant (IQ) Room</strong>\r\nSubscription Only! Advanced Concepts with Joe Rios\r\nDays: Monday, Wednesday and Thursday\r\nTime: 1:30pm ET - 3:00pm ET\r\n\r\nThe Trading Room - ABC Trading - Live Trading Dedicated to Automated Box Control Trading\r\n<a href=\"https://www3.gotomeeting.com/register/506087614\">https://www3.gotomeeting.com/register/506087614</a>\r\nTuesday, Wednesday, Thursday - 8:00 AM ET Start\r\n\r\n<strong>The Trading Room EDU</strong> - Educational workshop covering the Rios Quant trading indicators\r\n<a href=\"https://www3.gotomeeting.com/register/435101486\">https://www3.gotomeeting.com/register/435101486</a>\r\nTuesday - 1:00 PM ET Start\r\n\r\n<strong>MONDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nEUR - French Flash Manufacturing PMI – 3:00 AM ET\r\nEUR - German Flash Manufacturing PMI – 3:30 AM ET\r\nUSD - Empire State Manufacturing Index – 8:30 AM ET\r\nEUR - ECB President Draghi Speaks – 9:00 AM ET\r\nUSD - Capacity Utilization Rate and \r\nIndustrial Production – 9:15 AM ET\r\nAUD - Monetary Policy Meeting Minutes – 7:30 PM ET\r\n\r\nThe Trading Room - TradeLAB\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\n\r\nInsider\'s Quant (IQ) Room\r\nSubscription Only! Advanced Concepts with Joe Rios\r\n1:30 PM ET - 3:00 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nGBP - CPI and PPI – 4:30 AM ET\r\nEUR - German ZEW Economic Sentiment – 5:00 AM ET\r\nEUR - Euro Group Meetings – All Day\r\nUSD - Core CPI – 8:30 AM ET\r\nCAD - Manufacturing Sales – 8:30 AM ET\r\nGBP - BOE Gov. Carney Speaks – 10:30 AM ET\r\nAUD - RBA Gov. Stevens Speaks – 5:30 PM ET\r\nNZD - ANZ Business Confidence – 7:00 PM ET\r\n\r\nThe Trading Room - TradeLAB\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\n\r\nThe Trading Room - ABC Trading - Live Trading Dedicated to Automated Box Control Trading\r\nhttps://www3.gotomeeting.com/register/506087614\r\n8:00 AM ET Start\r\n\r\nThe Trading Room EDU - Educational workshop covering Rios Quant trading indicators\r\nhttps://www3.gotomeeting.com/register/435101486\r\nTuesday - 1:00 PM ET Start\r\n\r\n<strong>WEDNESDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nEUR - German Ifo Business Climate – 4:00 AM ET\r\nGBP - Claimant Count Change, Unemployment Rate and MPC Official Bank Rate – 4:30 AM ET\r\nUSD - Building Permits – 8:30 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nUSD - FOMC Statement and Economic Projections – 2:00 PM ET\r\nUSD - FOMC Press Conference – 2:30 PM ET\r\nNZD - GDP – 4:45 PM ET\r\n\r\nThe Trading Room - TradeLAB\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\n\r\nThe Trading Room - ABC Trading - Live Trading Dedicated to Automated Box Control Trading\r\nhttps://www3.gotomeeting.com/register/506087614\r\n8:00 AM ET Start\r\n\r\nInsider\'s Quant (IQ) Room\r\nSubscription Only! Advanced Concepts with Joe Rios\r\n1:30 PM ET - 3:00 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nEUR - Current-Account  – 4:00 AM ET\r\nGBP - Retails Sales – 4:30 AM ET\r\nUSD - Unemployment Claims – 8:30 AM ET\r\nUSD - Existing Home Sales Philly Fed \r\nManufacturing Index – 10:00 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\nJPY - Monetary Policy Statement and BOJ \r\nPress Conference – Tentative\r\n\r\nThe Trading Room - TradeLAB\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\n\r\nThe Trading Room - ABC Trading - Live Trading Dedicated to Automated Box Control Trading\r\nhttps://www3.gotomeeting.com/register/506087614\r\n8:00 AM ET Start\r\n\r\nInsider\'s Quant (IQ) Room\r\nSubscription Only! Advanced Concepts with Joe Rios\r\n1:30 PM ET - 3:00 PM ET\r\n\r\n<strong>FRIDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nGBP - Current-Account – 4:30 AM ET\r\nCAD - Core CPI and Retail Sales – 8:30 AM ET\r\nUSD - Fed Chairman Nomination Vote – Tentative\r\n\r\nThe Trading Room - TradeLAB\r\nhttps://www3.gotomeeting.com/register/845606190\r\n8:00 AM ET to 11:00 AM ET\r\n\r\n','The Week Ahead - Busy Data Week','','inherit','open','closed','','686-revision-v1','','','2013-12-16 01:57:00','2013-12-16 01:57:00','',686,'http://www.thetradingroom.com/686-revision-v1/',0,'revision','',0),(697,2,'2013-12-16 12:38:06','2013-12-16 12:38:06','UPDATED 7:15 ET \r\n\r\n>> STOCKS - European stocks climbed after a gauge of manufacturing in the euro area rose more than forecast and as investors awaited a Federal Reserve meeting starting tomorrow to gauge the timing of stimulus cuts. U.S. stock-index futures rose and Asian shares fell. \r\n\r\n>> BONDS - Treasury 10-year notes advanced for a second day as a slowdown in Chinese manufacturing growth increased demand for the safest securities. \r\n\r\n>> COMMODITIES - Crude Oil advanced the most in almost two weeks after Libyan rebels refused to hand over control of three oil ports to the government. \r\n\r\n>>CURRENCIES - Australia’s dollar fell ahead of Dec. 18 testimony from its central bank chief and a decision by the U.S. Federal Reserve on trimming stimulus. \r\n\r\n>> ECONOMIC DATA - US Empire State Manufacturing Index due at 8:30, ECB President Draghi Speaks at 9:00, AUD Monetary Policy Meeting Minutes at 19:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/RQ-Tech.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/RQ-Tech.jpg\" alt=\"RQ Tech\" width=\"585\" height=\"755\" class=\"alignnone size-full wp-image-698\" /></a>\r\n\r\nRQ-Tech - A Quantitative Model Focused On The Science Of Trading - For a free trial <a href=\"http://www.riosquant.com/requestdemo?product_id=22\">click here</a>\r\n\r\n','RiosQuant – Overnight Trading Action in the Global Markets','','publish','open','closed','','riosquant-overnight-trading-action-global-markets-14','','','2013-12-16 12:38:06','2013-12-16 12:38:06','',0,'http://www.thetradingroom.com/?p=697',0,'post','',0),(698,2,'2013-12-16 12:34:31','2013-12-16 12:34:31','','RQ Tech','','inherit','open','closed','','rq-tech-2','','','2013-12-16 12:34:31','2013-12-16 12:34:31','',697,'http://www.thetradingroom.com/wp-content/uploads/2013/12/RQ-Tech.jpg',0,'attachment','image/jpeg',0),(699,2,'2013-12-16 12:38:06','2013-12-16 12:38:06','UPDATED 7:15 ET \r\n\r\n>> STOCKS - European stocks climbed after a gauge of manufacturing in the euro area rose more than forecast and as investors awaited a Federal Reserve meeting starting tomorrow to gauge the timing of stimulus cuts. U.S. stock-index futures rose and Asian shares fell. \r\n\r\n>> BONDS - Treasury 10-year notes advanced for a second day as a slowdown in Chinese manufacturing growth increased demand for the safest securities. \r\n\r\n>> COMMODITIES - Crude Oil advanced the most in almost two weeks after Libyan rebels refused to hand over control of three oil ports to the government. \r\n\r\n>>CURRENCIES - Australia’s dollar fell ahead of Dec. 18 testimony from its central bank chief and a decision by the U.S. Federal Reserve on trimming stimulus. \r\n\r\n>> ECONOMIC DATA - US Empire State Manufacturing Index due at 8:30, ECB President Draghi Speaks at 9:00, AUD Monetary Policy Meeting Minutes at 19:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/RQ-Tech.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/RQ-Tech.jpg\" alt=\"RQ Tech\" width=\"585\" height=\"755\" class=\"alignnone size-full wp-image-698\" /></a>\r\n\r\nRQ-Tech - A Quantitative Model Focused On The Science Of Trading - For a free trial <a href=\"http://www.riosquant.com/requestdemo?product_id=22\">click here</a>\r\n\r\n','RiosQuant – Overnight Trading Action in the Global Markets','','inherit','open','closed','','697-revision-v1','','','2013-12-16 12:38:06','2013-12-16 12:38:06','',697,'http://www.thetradingroom.com/697-revision-v1/',0,'revision','',0),(701,2,'2013-12-17 12:41:40','2013-12-17 12:41:40','UPDATED 7:25 ET \r\n\r\n>> STOCKS - European stocks declined, following their biggest rally in two months, as investors awaited the outcome of a Federal Reserve meeting starting today. U.S. stock- index futures were little changed, while Asian shares advanced. \r\n\r\n>> BONDS - Treasuries were the world’s worst- performing bonds this year before the Federal Reserve starts a two-day meeting today to decide whether to reduce its debt- buying program. \r\n\r\n>> COMMODITIES - Copper swung between gains and declines in London as investors await the outcome of the U.S. Federal Reserve’s two-day meeting starting today. \r\n\r\n>> CURRENCIES - The pound erased an advance against the dollar after a government report showed U.K. consumer-price inflation unexpectedly slowed in November to the lowest level in four years. \r\n\r\n>> ECONOMIC DATA - Eurogroup Meetings all day, US Core CPI  and CAD Manufacturing Sales due at 8:30, BOE Gov Carney Speaks at 10:30, RBA Gov Stevens Speaks at 17:30, NZD ANZ Business Confidence at 19:00 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg\" alt=\"clock red wall\" width=\"402\" height=\"302\" class=\"alignnone size-full wp-image-567\" /></a>\r\n\r\n\r\n','RiosQuant – Overnight Trading Action in the Global Markets','','inherit','open','closed','','700-revision-v1','','','2013-12-17 12:41:40','2013-12-17 12:41:40','',700,'http://www.thetradingroom.com/700-revision-v1/',0,'revision','',0),(702,2,'2013-12-18 11:56:53','2013-12-18 11:56:53','UPDATED 6:50 ET \r\n\r\n>> STOCKS - European stocks rose, rebounding from yesterday’s decline, as investors waited for the Federal Reserve to decide whether to reduce its monthly asset purchases. U.S. index futures and Asian shares also gained. \r\n\r\n>> BONDS - Treasuries snapped the biggest advance in a month before the Federal Reserve announces a decision on whether it will slow asset purchases at the end of a two-day policy meeting today. \r\n\r\n>> COMMODITIES - Brent crude declined for a second day before the Federal Reserve decides whether to pare stimulus in the world’s biggest oil consumer. \r\n\r\n>> CURRENCIES - The pound rose for the first time in six days versus the dollar after U.K. unemployment fell, fueling speculation the central bank will need to raise interest rates sooner than it plans. \r\n\r\n>> ECONOMIC DATA - US Building Permits due at 8:30, Crude Oil Inventories at 10:30, FOMC Statement at 14:00, FOMC Press Conference at 14:30, NZD GDP at 16:45 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/quote-board-blue.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/quote-board-blue.jpg\" alt=\"quote board blue\" width=\"365\" height=\"274\" class=\"alignnone size-full wp-image-608\" /></a>','RiosQuant – Overnight Trading Action in the Global Markets','','publish','open','closed','','riosquant-overnight-trading-action-global-markets-16','','','2013-12-18 11:56:53','2013-12-18 11:56:53','',0,'http://www.thetradingroom.com/?p=702',0,'post','',0),(703,2,'2013-12-18 11:56:53','2013-12-18 11:56:53','UPDATED 6:50 ET \r\n\r\n>> STOCKS - European stocks rose, rebounding from yesterday’s decline, as investors waited for the Federal Reserve to decide whether to reduce its monthly asset purchases. U.S. index futures and Asian shares also gained. \r\n\r\n>> BONDS - Treasuries snapped the biggest advance in a month before the Federal Reserve announces a decision on whether it will slow asset purchases at the end of a two-day policy meeting today. \r\n\r\n>> COMMODITIES - Brent crude declined for a second day before the Federal Reserve decides whether to pare stimulus in the world’s biggest oil consumer. \r\n\r\n>> CURRENCIES - The pound rose for the first time in six days versus the dollar after U.K. unemployment fell, fueling speculation the central bank will need to raise interest rates sooner than it plans. \r\n\r\n>> ECONOMIC DATA - US Building Permits due at 8:30, Crude Oil Inventories at 10:30, FOMC Statement at 14:00, FOMC Press Conference at 14:30, NZD GDP at 16:45 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/quote-board-blue.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/quote-board-blue.jpg\" alt=\"quote board blue\" width=\"365\" height=\"274\" class=\"alignnone size-full wp-image-608\" /></a>','RiosQuant – Overnight Trading Action in the Global Markets','','inherit','open','closed','','702-revision-v1','','','2013-12-18 11:56:53','2013-12-18 11:56:53','',702,'http://www.thetradingroom.com/702-revision-v1/',0,'revision','',0),(704,2,'2013-12-18 12:53:36','2013-12-18 12:53:36','Join us this morning and watch us trade live the Crude Oil Inventories and Natural Gas Storage report. <a href=\"https://www3.gotomeeting.com/register/845606190\" title=\"Access the TradeLAB\">Click here to gain access.</a>\r\n\r\n<strong>The Crude Oil Inventories report </strong>is released weekly, four days after the week ends. The data reports the number of barrels of crude oil commercial firms have in inventory. Commercial firms report their inventory levels to the Energy Information Administration, but the EIA must still make some estimates to arrive at the final number. It influences the price of petroleum products which affects inflation, but also impacts growth as many industries rely on oil to produce goods. \r\n\r\n<strong>Active traders</strong>, especially those utilizing sophisticated computers such as quantitative and algorithmic trading models love this report because of the volatility in price action it can spark.  The futures market is one of the most favored by active traders because of the liquidity and leverage the exchange market offers.  Crude Oil began futures trading on the New York Mercantile Exchange (NYMEX) in 1983 and is the most heavily traded commodity. \r\n\r\n<strong>Stock traders</strong> also engage by trading exchange-traded funds (ETF) including  United States Oil Fund, LP : USO, PowerShares DB Oil Fund : DBO  and oil related stock companies such as  Exxon Mobil Corporation: XOM, Chevron Corporation : CVX, PetroChina Company Limited : PTR and BP Plc : BP.\r\n\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/go-crude.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/go-crude-768x1024.jpg\" alt=\"go crude\" width=\"570\" height=\"760\" class=\"alignnone size-large wp-image-640\" /></a>\r\n\r\n<strong>Trading unit</strong>: Crude Oil Futures trade in units of 1,000 U.S. barrels (42,000 gallons). Options: One NYMEX Division light, sweet crude oil futures contract \r\n\r\n<strong>Trading Months</strong>: Crude Oil Futures trade 30 consecutive months plus long-dated futures initially listed 36, 48, 60, 72, and 84 months prior to delivery. Additionally, trading can be executed at an average differential to the previous day’s settlement prices for periods of two to 30 consecutive months in a single transaction. These calendar strips are executed during open outcry trading hours. Options: 12 consecutive months, plus three long-dated options at 18, 24, and 36 months out on a June/December cycle. \r\n\r\n<strong>Price Quotation</strong>:  Crude Oil Futures are quoted in dollars and cents per barrel.\r\nMinimum Price Fluctuation: $0.01 (1¢) per barrel ($10 per contract).\r\n','Trade The Crude Oil Inventories in Live Trading Room','','publish','open','closed','','trade-crude-oil-inventories-live-trading-room','','','2014-01-23 12:12:33','2014-01-23 12:12:33','',0,'http://www.thetradingroom.com/?p=704',0,'post','',0),(705,2,'2013-12-18 12:53:36','2013-12-18 12:53:36','Join us this morning and watch us trade live the Crude Oil Inventories report. <a href=\"https://www3.gotomeeting.com/register/845606190\" title=\"Access the TradeLAB\">Click here to gain access.</a>\r\n\r\n<strong>The Crude Oil Inventories report </strong>is released weekly, four days after the week ends. The data reports the number of barrels of crude oil commercial firms have in inventory. Commercial firms report their inventory levels to the Energy Information Administration, but the EIA must still make some estimates to arrive at the final number. It influences the price of petroleum products which affects inflation, but also impacts growth as many industries rely on oil to produce goods. \r\n\r\n<strong>Active traders</strong>, especially those utilizing sophisticated computers such as quantitative and algorithmic trading models love this report because of the volatility in price action it can spark.  The futures market is one of the most favored by active traders because of the liquidity and leverage the exchange market offers.  Crude Oil began futures trading on the New York Mercantile Exchange (NYMEX) in 1983 and is the most heavily traded commodity. \r\n\r\n<strong>Stock traders</strong> also engage by trading exchange-traded funds (ETF) including  United States Oil Fund, LP : USO, PowerShares DB Oil Fund : DBO  and oil related stock companies such as  Exxon Mobil Corporation: XOM, Chevron Corporation : CVX, PetroChina Company Limited : PTR and BP Plc : BP.\r\n\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/go-crude.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/go-crude-768x1024.jpg\" alt=\"go crude\" width=\"570\" height=\"760\" class=\"alignnone size-large wp-image-640\" /></a>\r\n\r\n<strong>Trading unit</strong>: Crude Oil Futures trade in units of 1,000 U.S. barrels (42,000 gallons). Options: One NYMEX Division light, sweet crude oil futures contract \r\n\r\n<strong>Trading Months</strong>: Crude Oil Futures trade 30 consecutive months plus long-dated futures initially listed 36, 48, 60, 72, and 84 months prior to delivery. Additionally, trading can be executed at an average differential to the previous day’s settlement prices for periods of two to 30 consecutive months in a single transaction. These calendar strips are executed during open outcry trading hours. Options: 12 consecutive months, plus three long-dated options at 18, 24, and 36 months out on a June/December cycle. \r\n\r\n<strong>Price Quotation</strong>:  Crude Oil Futures are quoted in dollars and cents per barrel.\r\nMinimum Price Fluctuation: $0.01 (1¢) per barrel ($10 per contract).\r\n','Trade The Crude Oil Inventories in Live Trading Room','','inherit','open','closed','','704-revision-v1','','','2013-12-18 12:53:36','2013-12-18 12:53:36','',704,'http://www.thetradingroom.com/704-revision-v1/',0,'revision','',0),(707,2,'2013-12-19 11:32:07','0000-00-00 00:00:00','UPDATED 6:25 ET \n\n>> STOCKS - European stocks rallied after the Federal Reserve’s decision to slow the pace of its bond purchases boosted investor confidence in the U.S. economic recovery. U.S. index futures slipped after equities jumped to a record in New York, while Asian shares pared gains.  \n\n>> BONDS - Treasuries snapped their biggest one-day decline in a month as the Federal Reserve’s pledge to keep interest rates low for longer underpinned demand for U.S. government securities. \n\n>> COMMODITIES - Gold dropped below $1,200 an ounce to a five-month low as the Federal Reserve trimmed economic stimulus, reducing demand for haven assets. \n\n>>CURRENCIES - The dollar climbed to the strongest level in almost two weeks against the euro before U.S. reports that economists said will show claims for jobless benefits declined and an index of leading indicators improved.\n\n>>ECONOMIC DATA - US Unemployment Claims due at 8:30, US Existing Home Sales and Philly Fed Manufacturing Index at 10:00, Natural Gas Storage at 10:30, JPY Monetary Policy Statement tentative. \n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News-1024x550.jpg\" alt=\"Direct-Market-Touch-Stock-Exchange-News\" width=\"570\" height=\"306\" class=\"alignnone size-large wp-image-442\" /></a>','RiosQuant – Overnight Trading Action in the Global Markets','','draft','open','closed','','','','','2013-12-19 11:32:07','2013-12-19 11:32:07','',0,'http://www.thetradingroom.com/?page_id=707',0,'page','',0),(709,2,'2013-12-19 11:36:14','2013-12-19 11:36:14','UPDATED 6:25 ET \r\n\r\n>> STOCKS - European stocks rallied after the Federal Reserve’s decision to slow the pace of its bond purchases boosted investor confidence in the U.S. economic recovery. U.S. index futures slipped after equities jumped to a record in New York, while Asian shares pared gains.  \r\n\r\n>> BONDS - Treasuries snapped their biggest one-day decline in a month as the Federal Reserve’s pledge to keep interest rates low for longer underpinned demand for U.S. government securities. \r\n\r\n>> COMMODITIES - Gold dropped below $1,200 an ounce to a five-month low as the Federal Reserve trimmed economic stimulus, reducing demand for haven assets. \r\n\r\n>>CURRENCIES - The dollar climbed to the strongest level in almost two weeks against the euro before U.S. reports that economists said will show claims for jobless benefits declined and an index of leading indicators improved.\r\n\r\n>>ECONOMIC DATA - US Unemployment Claims due at 8:30, US Existing Home Sales and Philly Fed Manufacturing Index at 10:00, Natural Gas Storage at 10:30, JPY Monetary Policy Statement tentative. \r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News-1024x550.jpg\" alt=\"Direct-Market-Touch-Stock-Exchange-News\" width=\"570\" height=\"306\" class=\"alignnone size-large wp-image-442\" /></a>','RiosQuant – Overnight Trading Action in the Global Markets','','publish','open','closed','','riosquant-overnight-trading-action-global-markets-17','','','2013-12-19 11:36:14','2013-12-19 11:36:14','',0,'http://www.thetradingroom.com/?p=709',0,'post','',0),(710,2,'2013-12-19 11:36:14','2013-12-19 11:36:14','UPDATED 6:25 ET \r\n\r\n>> STOCKS - European stocks rallied after the Federal Reserve’s decision to slow the pace of its bond purchases boosted investor confidence in the U.S. economic recovery. U.S. index futures slipped after equities jumped to a record in New York, while Asian shares pared gains.  \r\n\r\n>> BONDS - Treasuries snapped their biggest one-day decline in a month as the Federal Reserve’s pledge to keep interest rates low for longer underpinned demand for U.S. government securities. \r\n\r\n>> COMMODITIES - Gold dropped below $1,200 an ounce to a five-month low as the Federal Reserve trimmed economic stimulus, reducing demand for haven assets. \r\n\r\n>>CURRENCIES - The dollar climbed to the strongest level in almost two weeks against the euro before U.S. reports that economists said will show claims for jobless benefits declined and an index of leading indicators improved.\r\n\r\n>>ECONOMIC DATA - US Unemployment Claims due at 8:30, US Existing Home Sales and Philly Fed Manufacturing Index at 10:00, Natural Gas Storage at 10:30, JPY Monetary Policy Statement tentative. \r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News-1024x550.jpg\" alt=\"Direct-Market-Touch-Stock-Exchange-News\" width=\"570\" height=\"306\" class=\"alignnone size-large wp-image-442\" /></a>','RiosQuant – Overnight Trading Action in the Global Markets','','inherit','open','closed','','709-revision-v1','','','2013-12-19 11:36:14','2013-12-19 11:36:14','',709,'http://www.thetradingroom.com/709-revision-v1/',0,'revision','',0),(711,2,'2013-12-19 21:59:04','2013-12-19 21:59:04','<strong>Rethink Strategy, Think RiosQuant</strong>\r\n\r\n<strong>Watch play-by-play</strong> and learn the logic, strategy and tools to take profits from the markets while controlling risk. Our approach to trading is based on odds and the objective is to keep the odds in your favor. The exact logic is revealed with all the necessary rules needed for understanding the knowledge and procedure that drives our innovative approach. \r\n\r\n<strong>Join our trading room</strong> each morning during market hours and receive actionable trading methods geared to help jump start your trading day. Experience real-time live trade calls quantitative analysis and algorithmic trading. \r\nFor access to our live trading room <a href=\"https://www3.gotomeeting.com/register/845606190\">click here</a>\r\nhttp://www.youtube.com/watch?v=FdqQMihG0T0&feature=youtu.be\r\n','The Quant\'s Approach to Trade Crude Oil Inventory Report','','publish','open','closed','','quants-approach-trade-crude-oil-inventory-report','','','2013-12-20 00:44:19','2013-12-20 00:44:19','',0,'http://www.thetradingroom.com/?p=711',0,'post','',0),(712,2,'2013-12-19 21:42:35','2013-12-19 21:42:35','http://www.youtube.com/watch?v=FdqQMihG0T0&feature=youtu.be\r\n','Trade Crude Oil Inventory Report','','inherit','open','closed','','711-revision-v1','','','2013-12-19 21:42:35','2013-12-19 21:42:35','',711,'http://www.thetradingroom.com/711-revision-v1/',0,'revision','',0),(713,2,'2013-12-19 21:59:04','2013-12-19 21:59:04','<strong>Rethink Strategy, Think RiosQuant</strong>\r\n\r\n<strong>Watch play-by-play</strong> and learn the logic, strategy and tools to take profits from the markets while controlling risk. Our approach to trading is based on odds and the objective is to keep the odds in your favor. The exact logic is revealed with all the necessary rules needed for understanding the knowledge and procedure that drives our innovative approach. \r\n\r\n<strong>Join our trading room</strong> each morning during market hours and receive actionable trading methods geared to help jump start your trading day. Experience real-time live trade calls quantitative analysis and algorithmic trading. \r\n\r\n\r\nhttp://www.youtube.com/watch?v=FdqQMihG0T0&feature=youtu.be\r\n','The Quant\'s Approach to Trade Crude Oil Inventory Report','','inherit','open','closed','','711-revision-v1','','','2013-12-19 21:59:04','2013-12-19 21:59:04','',711,'http://www.thetradingroom.com/711-revision-v1/',0,'revision','',0),(714,2,'2013-12-20 00:44:12','2013-12-20 00:44:12','<strong>Rethink Strategy, Think RiosQuant</strong>\n\n<strong>Watch play-by-play</strong> and learn the logic, strategy and tools to take profits from the markets while controlling risk. Our approach to trading is based on odds and the objective is to keep the odds in your favor. The exact logic is revealed with all the necessary rules needed for understanding the knowledge and procedure that drives our innovative approach. \n\n<strong>Join our trading room</strong> each morning during market hours and receive actionable trading methods geared to help jump start your trading day. Experience real-time live trade calls quantitative analysis and algorithmic trading. \nFor access to our live trading room click here\nhttp://www.youtube.com/watch?v=FdqQMihG0T0&feature=youtu.be\n','The Quant\'s Approach to Trade Crude Oil Inventory Report','','inherit','open','closed','','711-autosave-v1','','','2013-12-20 00:44:12','2013-12-20 00:44:12','',711,'http://www.thetradingroom.com/711-autosave-v1/',0,'revision','',0),(716,2,'2013-12-20 00:36:07','2013-12-20 00:36:07','<strong>Rethink Strategy, Think RiosQuant</strong>\r\n\r\n<strong>Watch play-by-play</strong> and learn the logic, strategy and tools to take profits from the markets while controlling risk. Our approach to trading is based on odds and the objective is to keep the odds in your favor. The exact logic is revealed with all the necessary rules needed for understanding the knowledge and procedure that drives our innovative approach. \r\n\r\n<strong>Join our trading room</strong> each morning during market hours and receive actionable trading methods geared to help jump start your trading day. Experience real-time live trade calls quantitative analysis and algorithmic trading. \r\n\r\n\r\nhttp://www.youtube.com/watch?v=FdqQMihG0T0&feature=youtu.be\r\n','The Quant\'s Approach to Trade Crude Oil Inventory Report','','inherit','open','closed','','711-revision-v1','','','2013-12-20 00:36:07','2013-12-20 00:36:07','',711,'http://www.thetradingroom.com/711-revision-v1/',0,'revision','',0),(715,2,'2013-12-19 22:06:10','2013-12-19 22:06:10','<strong>Rethink Strategy, Think RiosQuant</strong>\r\n\r\n<strong>Watch play-by-play</strong> and learn the logic, strategy and tools to take profits from the markets while controlling risk. Our approach to trading is based on odds and the objective is to keep the odds in your favor. The exact logic is revealed with all the necessary rules needed for understanding the knowledge and procedure that drives our innovative approach. \r\n\r\n<strong>Join our trading room</strong> each morning during market hours and receive actionable trading methods geared to help jump start your trading day. Experience real-time live trade calls quantitative analysis and algorithmic trading. \r\n\r\n<a href=\"https://www3.gotomeeting.com/register/845606190\">Click here</a> to join us on the next live trading session.\r\n\r\nhttp://www.youtube.com/watch?v=FdqQMihG0T0&feature=youtu.be\r\n','The Quant\'s Approach to Trade Crude Oil Inventory Report','','inherit','open','closed','','711-revision-v1','','','2013-12-19 22:06:10','2013-12-19 22:06:10','',711,'http://www.thetradingroom.com/711-revision-v1/',0,'revision','',0),(717,2,'2013-12-20 00:44:19','2013-12-20 00:44:19','<strong>Rethink Strategy, Think RiosQuant</strong>\r\n\r\n<strong>Watch play-by-play</strong> and learn the logic, strategy and tools to take profits from the markets while controlling risk. Our approach to trading is based on odds and the objective is to keep the odds in your favor. The exact logic is revealed with all the necessary rules needed for understanding the knowledge and procedure that drives our innovative approach. \r\n\r\n<strong>Join our trading room</strong> each morning during market hours and receive actionable trading methods geared to help jump start your trading day. Experience real-time live trade calls quantitative analysis and algorithmic trading. \r\nFor access to our live trading room <a href=\"https://www3.gotomeeting.com/register/845606190\">click here</a>\r\nhttp://www.youtube.com/watch?v=FdqQMihG0T0&feature=youtu.be\r\n','The Quant\'s Approach to Trade Crude Oil Inventory Report','','inherit','open','closed','','711-revision-v1','','','2013-12-20 00:44:19','2013-12-20 00:44:19','',711,'http://www.thetradingroom.com/711-revision-v1/',0,'revision','',0),(718,2,'2013-12-20 12:11:38','2013-12-20 12:11:38','UPDATED 7:05 ET  \r\n\r\n<< STOCKS - European shares rose for a third day, heading for their biggest weekly jump since April, as retailers and financial companies rallied. U.S. stock-index futures rose and Asian shares were little changed. \r\n\r\n>> BONDS - China’s money-market rates surged and stocks dropped for a ninth day, the longest losing streak in 19 years, as targeted fund injections by the central bank failed to alleviate the worst cash crunch since June. \r\n\r\n>> COMMODITIES - Crude Oil headed for a weekly increase on speculation that the Federal Reserve’s plans to reduce stimulus indicate the economic recovery is gaining strength and will support fuel consumption. \r\n\r\n>> CURRENCIES - The US Dollar climbed to a five-year high against the yen before a report analysts said will confirm the world’s largest economy expanded at the fastest pace since 2010 in the third quarter. \r\n\r\n>> ECONOMIC DATA - CAD Core CPI  and Core Retail Sales, USD Final GDP due at 8:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg\" alt=\"world dgital clocks\" width=\"445\" height=\"273\" class=\"alignnone size-full wp-image-636\" /></a>\r\n\r\n','RiosQuant – Overnight Trading Action in the Global Markets','','publish','open','closed','','riosquant-overnight-trading-action-global-markets-18','','','2013-12-20 12:11:38','2013-12-20 12:11:38','',0,'http://www.thetradingroom.com/?p=718',0,'post','',0),(719,2,'2013-12-20 12:11:38','2013-12-20 12:11:38','UPDATED 7:05 ET  \r\n\r\n<< STOCKS - European shares rose for a third day, heading for their biggest weekly jump since April, as retailers and financial companies rallied. U.S. stock-index futures rose and Asian shares were little changed. \r\n\r\n>> BONDS - China’s money-market rates surged and stocks dropped for a ninth day, the longest losing streak in 19 years, as targeted fund injections by the central bank failed to alleviate the worst cash crunch since June. \r\n\r\n>> COMMODITIES - Crude Oil headed for a weekly increase on speculation that the Federal Reserve’s plans to reduce stimulus indicate the economic recovery is gaining strength and will support fuel consumption. \r\n\r\n>> CURRENCIES - The US Dollar climbed to a five-year high against the yen before a report analysts said will confirm the world’s largest economy expanded at the fastest pace since 2010 in the third quarter. \r\n\r\n>> ECONOMIC DATA - CAD Core CPI  and Core Retail Sales, USD Final GDP due at 8:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg\" alt=\"world dgital clocks\" width=\"445\" height=\"273\" class=\"alignnone size-full wp-image-636\" /></a>\r\n\r\n','RiosQuant – Overnight Trading Action in the Global Markets','','inherit','open','closed','','718-revision-v1','','','2013-12-20 12:11:38','2013-12-20 12:11:38','',718,'http://www.thetradingroom.com/718-revision-v1/',0,'revision','',0),(721,2,'2013-12-23 11:34:57','2013-12-23 11:34:57','>> UPDATED 6:30 ET << \r\n\r\n>> STOCKS - European stocks advanced for a fourth day, the longest streak in two months, after the International Monetary Fund said it is raising its growth outlook for the U.S. economy. Asian shares and U.S. index futures climbed. \r\n\r\n>> BONDS - Spanish bonds fell, with 10-year yields reaching a two-week high, amid speculation domestic banks are reducing their holdings of the securities before the European Central Bank reviews their balance sheets next year. \r\n\r\n>> COMMODITIES - Natural gas rose to the highest level in more than two years in New York as U.S. inventories declined amid lower temperatures. Investors increased bets on rising prices. \r\n\r\n>> CURRENCIES - The dollar dropped for a third day versus the yen, retreating from near a five-year high, amid speculation investors were exiting bets on further gains before year-end after this year’s 20 percent rally. \r\n\r\n>> ECONOMIC DATA - CAD GDP and US Personal Spending  due at 8:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg\" alt=\"clock red wall\" width=\"402\" height=\"302\" class=\"alignnone size-full wp-image-567\" /></a>','RiosQuant – Overnight Trading Action in the Global Markets','','inherit','open','closed','','720-revision-v1','','','2013-12-23 11:34:57','2013-12-23 11:34:57','',720,'http://www.thetradingroom.com/720-revision-v1/',0,'revision','',0),(724,2,'2013-12-30 03:37:56','2013-12-30 03:37:56','From the Desk of Joe Rios\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/Joe@work.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/Joe@work.jpg\" alt=\"Joe@work\" width=\"667\" height=\"445\" class=\"alignnone size-full wp-image-563\" /></a>\r\n\r\n\r\nIn spite of many worldwide challenges throughout 2013, investors drove a handful of risk assets higher. As we approach the end of 2013, equity indices have been the years out-performers with the Nikkei gaining +57%, Russell +40% and Nasdaq +38%. In Commodities, Natural Gas led the Energy markets higher rising +31% while Crude Oil gained +10%.  In the Metals market Silver under-performed -33% and Gold -26%. In the Grain markets, Corn lost -38%, Wheat -21% and Soybeans -6%. The Forex markets traded mixed throughout the year with the Japanese Yen under-performing by -18%, Australian Dollar -14.5%  while the Euro gained 3.7%.\r\n\r\nInvestors tend to look at the future skewed towards what they have most recently experienced. This rear-view mirror approach is why most investors usually pick last year\'s best performers of stocks, asset class or mutual funds to invest or trade. Active traders also tend to trade in the same direction as the most recent market movement. As Quants, we simply view this as crowded trades with potential opportunities to profit as these trades unwind. Regardless of your style, investors and traders alike should be looking at 2014 with forward looking logic. At Rios Quant we are excited and welcome 2014 as the year with opportunities in several areas including advanced technologies, insightful knowledge and a stronger community of quant traders. Join us and let\'s make 2014 a profitable year!\r\n\r\nJoe Rios\r\nChief Market Strategist\r\nwww.riosquant.com\r\n\r\nLive Rooms and Events\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\nLive Trading Rooms and Events:\r\n\r\nThe Trading Room TradeLAB - Global Trading with Quantitative Technologies\r\n\r\nThis Week: Monday, Tuesday, Thursday and Friday beginning at 8:00 AM ET\r\nhttps://www3.gotomeeting.com/register/496052950\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\nRios Quant Trading Room en Español\r\nhttps://www3.gotomeeting.com/register/207320934\r\nFriday beginning at 8:00 AM ET\r\nÚnete a nuestro coach de trading, Agustin Criado mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Agustin lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nThis Week - No Sessions\r\n\r\nThe Trading Room EDU - Educational Workshop\r\nTopic: GnosTICK and RQ Channel Basics\r\nhttps://www3.gotomeeting.com/register/371675486\r\nTuesday beginning at 8:30 AM ET\r\n\r\nABC Trading Room - Automated Algorithmic Trading Systems\r\nhttps://www3.gotomeeting.com/register/324763150\r\nThursday beginning at 8:00 AM ET\r\nMONDAY\r\n\r\nEconomic Data Release - Market Movers\r\nUSD - Pending Home Sales – 10:00 AM ET\r\nBank Holiday in Japan\r\n\r\nThe Trading Room TradeLAB \r\nhttps://www3.gotomeeting.com/register/496052950\r\nBeginning at 8:00 AM ET\r\nTUESDAY\r\n\r\nEconomic Data Release - Market Movers\r\nUSD - CB Consumer Confidence – 10:00 AM ET\r\nBank Holiday in New Zealand, Australia, China and Japan\r\n\r\nThe Trading Room TradeLAB \r\nhttps://www3.gotomeeting.com/register/496052950\r\nBeginning at 8:00 AM ET\r\n\r\nThe Trading Room EDU - Educational Workshop\r\nTopic: GnosTICK and RQ Channel Basics\r\nhttps://www3.gotomeeting.com/register/371675486\r\nBeginning at 8:30 AM ET\r\nWEDNESDAY\r\n\r\nBank Holiday - Markets Closed for New Year\'s Day\r\nTHURSDAY\r\n\r\nEconomic Data Release - Market Movers\r\nGBP - Manufacturing PMI – 4:30 AM ET\r\nUSD - Unemployment Claims – 8:30 AM ET\r\nUSD - ISM Manufacturing PMI – 10:00 AM ET\r\nBank Holiday in Japan\r\n\r\nThe Trading Room TradeLAB \r\nhttps://www3.gotomeeting.com/register/496052950\r\nBeginning at 8:00 AM ET\r\n\r\nABC Trading Room - Automated Algorithmic Trading Systems\r\nhttps://www3.gotomeeting.com/register/324763150\r\nBeginning at 8:00 AM ET\r\nFRIDAY\r\n\r\nEconomic Data Release - Market Movers\r\nGBP - Construction PMI – 4:30 AM ET\r\n\r\nThe Trading Room TradeLAB \r\nhttps://www3.gotomeeting.com/register/496052950\r\nBeginning at 8:00 AM ET','The Week Ahead - Welcome 2014 as The Year of Opportunities ','','inherit','open','closed','','723-revision-v1','','','2013-12-30 03:37:56','2013-12-30 03:37:56','',723,'http://www.thetradingroom.com/723-revision-v1/',0,'revision','',0),(725,2,'2013-12-30 03:42:33','2013-12-30 03:42:33','From the Desk of Joe Rios\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/Joe@work.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/Joe@work.jpg\" alt=\"Joe@work\" width=\"667\" height=\"445\" class=\"alignnone size-full wp-image-563\" /></a>\n\n\nIn spite of many worldwide challenges throughout 2013, investors drove a handful of risk assets higher. As we approach the end of 2013, equity indices have been the years out-performers with the Nikkei gaining +57%, Russell +40% and Nasdaq +38%. In Commodities, Natural Gas led the Energy markets higher rising +31% while Crude Oil gained +10%.  In the Metals market Silver under-performed -33% and Gold -26%. In the Grain markets, Corn lost -38%, Wheat -21% and Soybeans -6%. The Forex markets traded mixed throughout the year with the Japanese Yen under-performing by -18%, Australian Dollar -14.5%  while the Euro gained 3.7%.\n\nInvestors tend to look at the future skewed towards what they have most recently experienced. This rear-view mirror approach is why most investors usually pick last year\'s best performers of stocks, asset class or mutual funds to invest or trade. Active traders also tend to trade in the same direction as the most recent market movement. As Quants, we simply view this as crowded trades with potential opportunities to profit as these trades unwind. Regardless of your style, investors and traders alike should be looking at 2014 with forward looking logic. At Rios Quant we are excited and welcome 2014 as the year with opportunities in several areas including advanced technologies, insightful knowledge and a stronger community of quant traders. Join us and let\'s make 2014 a profitable year!\n\nJoe Rios\nChief Market Strategist\nwww.riosquant.com\n\nLive Rooms and Events\n\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\n\nContact Information for your Support Needs: \nAmber Little, RQ Client Relations Manager \nemail: amber@riosquant.com \nskype: alittlemobile \ncellphone: 415.336.7272\n\nLive Trading Rooms and Events with links to gain access:\n\nThe Trading Room TradeLAB - Global Trading with Quantitative Technologies\n\nThis Week: Monday, Tuesday, Thursday and Friday beginning at 8:00 AM ET\nhttps://www3.gotomeeting.com/register/496052950\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\n\nRios Quant Trading Room en Español\nhttps://www3.gotomeeting.com/register/207320934\nFriday beginning at 8:00 AM ET\nÚnete a nuestro coach de trading, Agustin Criado mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Agustin lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \n\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\nThis Week - No Sessions\n\nThe Trading Room EDU - Educational Workshop\nTopic: GnosTICK and RQ Channel Basics\nhttps://www3.gotomeeting.com/register/371675486\nTuesday beginning at 8:30 AM ET\n\nABC Trading Room - Automated Algorithmic Trading Systems\nhttps://www3.gotomeeting.com/register/324763150\nThursday beginning at 8:00 AM ET\n\nMONDAY\n\nEconomic Data Release - Market Movers\nUSD - Pending Home Sales – 10:00 AM ET\nBank Holiday in Japan\n\nThe Trading Room TradeLAB \nhttps://www3.gotomeeting.com/register/496052950\nBeginning at 8:00 AM ET\nTUESDAY\n\nEconomic Data Release - Market Movers\nUSD - CB Consumer Confidence – 10:00 AM ET\nBank Holiday in New Zealand, Australia, China and Japan\n\nThe Trading Room TradeLAB \nhttps://www3.gotomeeting.com/register/496052950\nBeginning at 8:00 AM ET\n\nThe Trading Room EDU - Educational Workshop\nTopic: GnosTICK and RQ Channel Basics\nhttps://www3.gotomeeting.com/register/371675486\nBeginning at 8:30 AM ET\nWEDNESDAY\n\nBank Holiday - Markets Closed for New Year\'s Day\nTHURSDAY\n\nEconomic Data Release - Market Movers\nGBP - Manufacturing PMI – 4:30 AM ET\nUSD - Unemployment Claims – 8:30 AM ET\nUSD - ISM Manufacturing PMI – 10:00 AM ET\nBank Holiday in Japan\n\nThe Trading Room TradeLAB \nhttps://www3.gotomeeting.com/register/496052950\nBeginning at 8:00 AM ET\n\nABC Trading Room - Automated Algorithmic Trading Systems\nhttps://www3.gotomeeting.com/register/324763150\nBeginning at 8:00 AM ET\nFRIDAY\n\nEconomic Data Release - Market Movers\nGBP - Construction PMI – 4:30 AM ET\n\nThe Trading Room TradeLAB \nhttps://www3.gotomeeting.com/register/496052950\nBeginning at 8:00 AM ET','The Week Ahead - Welcome 2014 as The Year of Opportunities ','','inherit','open','closed','','723-autosave-v1','','','2013-12-30 03:42:33','2013-12-30 03:42:33','',723,'http://www.thetradingroom.com/723-autosave-v1/',0,'revision','',0),(726,2,'2013-12-30 03:40:29','2013-12-30 03:40:29','From the Desk of Joe Rios\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/Joe@work.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/Joe@work.jpg\" alt=\"Joe@work\" width=\"667\" height=\"445\" class=\"alignnone size-full wp-image-563\" /></a>\r\n\r\n\r\nIn spite of many worldwide challenges throughout 2013, investors drove a handful of risk assets higher. As we approach the end of 2013, equity indices have been the years out-performers with the Nikkei gaining +57%, Russell +40% and Nasdaq +38%. In Commodities, Natural Gas led the Energy markets higher rising +31% while Crude Oil gained +10%.  In the Metals market Silver under-performed -33% and Gold -26%. In the Grain markets, Corn lost -38%, Wheat -21% and Soybeans -6%. The Forex markets traded mixed throughout the year with the Japanese Yen under-performing by -18%, Australian Dollar -14.5%  while the Euro gained 3.7%.\r\n\r\nInvestors tend to look at the future skewed towards what they have most recently experienced. This rear-view mirror approach is why most investors usually pick last year\'s best performers of stocks, asset class or mutual funds to invest or trade. Active traders also tend to trade in the same direction as the most recent market movement. As Quants, we simply view this as crowded trades with potential opportunities to profit as these trades unwind. Regardless of your style, investors and traders alike should be looking at 2014 with forward looking logic. At Rios Quant we are excited and welcome 2014 as the year with opportunities in several areas including advanced technologies, insightful knowledge and a stronger community of quant traders. Join us and let\'s make 2014 a profitable year!\r\n\r\nJoe Rios\r\nChief Market Strategist\r\nwww.riosquant.com\r\n\r\nLive Rooms and Events\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\n\r\nLive Trading Rooms and Events with links to gain access:\r\n\r\nThe Trading Room TradeLAB - Global Trading with Quantitative Technologies\r\n\r\nThis Week: Monday, Tuesday, Thursday and Friday beginning at 8:00 AM ET\r\nhttps://www3.gotomeeting.com/register/496052950\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\nRios Quant Trading Room en Español\r\nhttps://www3.gotomeeting.com/register/207320934\r\nFriday beginning at 8:00 AM ET\r\nÚnete a nuestro coach de trading, Agustin Criado mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Agustin lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nThis Week - No Sessions\r\n\r\nThe Trading Room EDU - Educational Workshop\r\nTopic: GnosTICK and RQ Channel Basics\r\nhttps://www3.gotomeeting.com/register/371675486\r\nTuesday beginning at 8:30 AM ET\r\n\r\nABC Trading Room - Automated Algorithmic Trading Systems\r\nhttps://www3.gotomeeting.com/register/324763150\r\nThursday beginning at 8:00 AM ET\r\nMONDAY\r\n\r\nEconomic Data Release - Market Movers\r\nUSD - Pending Home Sales – 10:00 AM ET\r\nBank Holiday in Japan\r\n\r\nThe Trading Room TradeLAB \r\nhttps://www3.gotomeeting.com/register/496052950\r\nBeginning at 8:00 AM ET\r\nTUESDAY\r\n\r\nEconomic Data Release - Market Movers\r\nUSD - CB Consumer Confidence – 10:00 AM ET\r\nBank Holiday in New Zealand, Australia, China and Japan\r\n\r\nThe Trading Room TradeLAB \r\nhttps://www3.gotomeeting.com/register/496052950\r\nBeginning at 8:00 AM ET\r\n\r\nThe Trading Room EDU - Educational Workshop\r\nTopic: GnosTICK and RQ Channel Basics\r\nhttps://www3.gotomeeting.com/register/371675486\r\nBeginning at 8:30 AM ET\r\nWEDNESDAY\r\n\r\nBank Holiday - Markets Closed for New Year\'s Day\r\nTHURSDAY\r\n\r\nEconomic Data Release - Market Movers\r\nGBP - Manufacturing PMI – 4:30 AM ET\r\nUSD - Unemployment Claims – 8:30 AM ET\r\nUSD - ISM Manufacturing PMI – 10:00 AM ET\r\nBank Holiday in Japan\r\n\r\nThe Trading Room TradeLAB \r\nhttps://www3.gotomeeting.com/register/496052950\r\nBeginning at 8:00 AM ET\r\n\r\nABC Trading Room - Automated Algorithmic Trading Systems\r\nhttps://www3.gotomeeting.com/register/324763150\r\nBeginning at 8:00 AM ET\r\nFRIDAY\r\n\r\nEconomic Data Release - Market Movers\r\nGBP - Construction PMI – 4:30 AM ET\r\n\r\nThe Trading Room TradeLAB \r\nhttps://www3.gotomeeting.com/register/496052950\r\nBeginning at 8:00 AM ET','The Week Ahead - Welcome 2014 as The Year of Opportunities ','','inherit','open','closed','','723-revision-v1','','','2013-12-30 03:40:29','2013-12-30 03:40:29','',723,'http://www.thetradingroom.com/723-revision-v1/',0,'revision','',0),(727,2,'2013-12-30 03:43:25','2013-12-30 03:43:25','From the Desk of Joe Rios\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/Joe@work.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/Joe@work.jpg\" alt=\"Joe@work\" width=\"667\" height=\"445\" class=\"alignnone size-full wp-image-563\" /></a>\r\n\r\n\r\nIn spite of many worldwide challenges throughout 2013, investors drove a handful of risk assets higher. As we approach the end of 2013, equity indices have been the years out-performers with the Nikkei gaining +57%, Russell +40% and Nasdaq +38%. In Commodities, Natural Gas led the Energy markets higher rising +31% while Crude Oil gained +10%.  In the Metals market Silver under-performed -33% and Gold -26%. In the Grain markets, Corn lost -38%, Wheat -21% and Soybeans -6%. The Forex markets traded mixed throughout the year with the Japanese Yen under-performing by -18%, Australian Dollar -14.5%  while the Euro gained 3.7%.\r\n\r\nInvestors tend to look at the future skewed towards what they have most recently experienced. This rear-view mirror approach is why most investors usually pick last year\'s best performers of stocks, asset class or mutual funds to invest or trade. Active traders also tend to trade in the same direction as the most recent market movement. As Quants, we simply view this as crowded trades with potential opportunities to profit as these trades unwind. Regardless of your style, investors and traders alike should be looking at 2014 with forward looking logic. At Rios Quant we are excited and welcome 2014 as the year with opportunities in several areas including advanced technologies, insightful knowledge and a stronger community of quant traders. Join us and let\'s make 2014 a profitable year!\r\n\r\nJoe Rios\r\nChief Market Strategist\r\nwww.riosquant.com\r\n\r\nLive Rooms and Events\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\n\r\nLive Trading Rooms and Events with links to gain access:\r\n\r\nThe Trading Room TradeLAB - Global Trading with Quantitative Technologies\r\n\r\nThis Week: Monday, Tuesday, Thursday and Friday beginning at 8:00 AM ET\r\nhttps://www3.gotomeeting.com/register/496052950\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\nRios Quant Trading Room en Español\r\nhttps://www3.gotomeeting.com/register/207320934\r\nFriday beginning at 8:00 AM ET\r\nÚnete a nuestro coach de trading, Agustin Criado mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Agustin lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nThis Week - No Sessions\r\n\r\nThe Trading Room EDU - Educational Workshop\r\nTopic: GnosTICK and RQ Channel Basics\r\nhttps://www3.gotomeeting.com/register/371675486\r\nTuesday beginning at 8:30 AM ET\r\n\r\nABC Trading Room - Automated Algorithmic Trading Systems\r\nhttps://www3.gotomeeting.com/register/324763150\r\nThursday beginning at 8:00 AM ET\r\n\r\n<strong>MONDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nUSD - Pending Home Sales – 10:00 AM ET\r\nBank Holiday in Japan\r\n\r\nThe Trading Room TradeLAB \r\nhttps://www3.gotomeeting.com/register/496052950\r\nBeginning at 8:00 AM ET\r\n\r\n<strong>TUESDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nUSD - CB Consumer Confidence – 10:00 AM ET\r\nBank Holiday in New Zealand, Australia, China and Japan\r\n\r\nThe Trading Room TradeLAB \r\nhttps://www3.gotomeeting.com/register/496052950\r\nBeginning at 8:00 AM ET\r\n\r\nThe Trading Room EDU - Educational Workshop\r\nTopic: GnosTICK and RQ Channel Basics\r\nhttps://www3.gotomeeting.com/register/371675486\r\nBeginning at 8:30 AM ET\r\n\r\n<strong>WEDNESDAY</strong>\r\n\r\nBank Holiday - Markets Closed for New Year\'s Day\r\n\r\n<strong>THURSDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nGBP - Manufacturing PMI – 4:30 AM ET\r\nUSD - Unemployment Claims – 8:30 AM ET\r\nUSD - ISM Manufacturing PMI – 10:00 AM ET\r\nBank Holiday in Japan\r\n\r\nThe Trading Room TradeLAB \r\nhttps://www3.gotomeeting.com/register/496052950\r\nBeginning at 8:00 AM ET\r\n\r\nABC Trading Room - Automated Algorithmic Trading Systems\r\nhttps://www3.gotomeeting.com/register/324763150\r\nBeginning at 8:00 AM ET\r\n\r\n<strong>FRIDAY</strong>\r\n\r\n\r\nEconomic Data Release - Market Movers\r\nGBP - Construction PMI – 4:30 AM ET\r\n\r\nThe Trading Room TradeLAB \r\nhttps://www3.gotomeeting.com/register/496052950\r\nBeginning at 8:00 AM ET','The Week Ahead - Welcome 2014 as The Year of Opportunities ','','inherit','open','closed','','723-revision-v1','','','2013-12-30 03:43:25','2013-12-30 03:43:25','',723,'http://www.thetradingroom.com/723-revision-v1/',0,'revision','',0),(728,2,'2013-12-30 03:44:09','2013-12-30 03:44:09','From the Desk of Joe Rios\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/Joe@work.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/Joe@work.jpg\" alt=\"Joe@work\" width=\"667\" height=\"445\" class=\"alignnone size-full wp-image-563\" /></a>\r\n\r\n\r\nIn spite of many worldwide challenges throughout 2013, investors drove a handful of risk assets higher. As we approach the end of 2013, equity indices have been the years out-performers with the Nikkei gaining +57%, Russell +40% and Nasdaq +38%. In Commodities, Natural Gas led the Energy markets higher rising +31% while Crude Oil gained +10%.  In the Metals market Silver under-performed -33% and Gold -26%. In the Grain markets, Corn lost -38%, Wheat -21% and Soybeans -6%. The Forex markets traded mixed throughout the year with the Japanese Yen under-performing by -18%, Australian Dollar -14.5%  while the Euro gained 3.7%.\r\n\r\nInvestors tend to look at the future skewed towards what they have most recently experienced. This rear-view mirror approach is why most investors usually pick last year\'s best performers of stocks, asset class or mutual funds to invest or trade. Active traders also tend to trade in the same direction as the most recent market movement. As Quants, we simply view this as crowded trades with potential opportunities to profit as these trades unwind. Regardless of your style, investors and traders alike should be looking at 2014 with forward looking logic. At Rios Quant we are excited and welcome 2014 as the year with opportunities in several areas including advanced technologies, insightful knowledge and a stronger community of quant traders. Join us and let\'s make 2014 a profitable year!\r\n\r\nJoe Rios\r\nChief Market Strategist\r\nwww.riosquant.com\r\n\r\nLive Rooms and Events\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events with links to gain access:</strong>\r\n\r\nThe Trading Room TradeLAB - Global Trading with Quantitative Technologies\r\n\r\nThis Week: Monday, Tuesday, Thursday and Friday beginning at 8:00 AM ET\r\nhttps://www3.gotomeeting.com/register/496052950\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\nRios Quant Trading Room en Español\r\nhttps://www3.gotomeeting.com/register/207320934\r\nFriday beginning at 8:00 AM ET\r\nÚnete a nuestro coach de trading, Agustin Criado mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Agustin lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nThis Week - No Sessions\r\n\r\nThe Trading Room EDU - Educational Workshop\r\nTopic: GnosTICK and RQ Channel Basics\r\nhttps://www3.gotomeeting.com/register/371675486\r\nTuesday beginning at 8:30 AM ET\r\n\r\nABC Trading Room - Automated Algorithmic Trading Systems\r\nhttps://www3.gotomeeting.com/register/324763150\r\nThursday beginning at 8:00 AM ET\r\n\r\n<strong>MONDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nUSD - Pending Home Sales – 10:00 AM ET\r\nBank Holiday in Japan\r\n\r\nThe Trading Room TradeLAB \r\nhttps://www3.gotomeeting.com/register/496052950\r\nBeginning at 8:00 AM ET\r\n\r\n<strong>TUESDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nUSD - CB Consumer Confidence – 10:00 AM ET\r\nBank Holiday in New Zealand, Australia, China and Japan\r\n\r\nThe Trading Room TradeLAB \r\nhttps://www3.gotomeeting.com/register/496052950\r\nBeginning at 8:00 AM ET\r\n\r\nThe Trading Room EDU - Educational Workshop\r\nTopic: GnosTICK and RQ Channel Basics\r\nhttps://www3.gotomeeting.com/register/371675486\r\nBeginning at 8:30 AM ET\r\n\r\n<strong>WEDNESDAY</strong>\r\n\r\nBank Holiday - Markets Closed for New Year\'s Day\r\n\r\n<strong>THURSDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nGBP - Manufacturing PMI – 4:30 AM ET\r\nUSD - Unemployment Claims – 8:30 AM ET\r\nUSD - ISM Manufacturing PMI – 10:00 AM ET\r\nBank Holiday in Japan\r\n\r\nThe Trading Room TradeLAB \r\nhttps://www3.gotomeeting.com/register/496052950\r\nBeginning at 8:00 AM ET\r\n\r\nABC Trading Room - Automated Algorithmic Trading Systems\r\nhttps://www3.gotomeeting.com/register/324763150\r\nBeginning at 8:00 AM ET\r\n\r\n<strong>FRIDAY</strong>\r\n\r\n\r\nEconomic Data Release - Market Movers\r\nGBP - Construction PMI – 4:30 AM ET\r\n\r\nThe Trading Room TradeLAB \r\nhttps://www3.gotomeeting.com/register/496052950\r\nBeginning at 8:00 AM ET','The Week Ahead - Welcome 2014 as The Year of Opportunities ','','inherit','open','closed','','723-revision-v1','','','2013-12-30 03:44:09','2013-12-30 03:44:09','',723,'http://www.thetradingroom.com/723-revision-v1/',0,'revision','',0),(729,2,'2013-12-30 11:59:28','2013-12-30 11:59:28','>> STOCKS - European stocks were little changed after the Stoxx Europe 600 Index climbed to its highest level since May 2008. U.S. stock-index futures were little changed and Asian shares gained. \r\n\r\n>> BONDS - Treasury 10-year yields were about two basis points from the highest level in two years as an improving U.S. economy bolstered speculation the Federal Reserve will end its bond purchases in 2014. \r\n\r\n>> COMMODITIES -  Gold fell for the first time in five days in London, set for its biggest annual loss in three decades, as an improving economy cut demand for a protection of wealth. CURRENCIES - \r\n\r\n>> The pound headed for a second year of gains versus the dollar after an industry report showed a gauge of U.K. house prices rose for an 11th month in December. \r\n\r\n>> ECONOMIC DATA - US Pending Home Sales due at 10:00 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg\" alt=\"world dgital clocks\" width=\"445\" height=\"273\" class=\"alignnone size-full wp-image-636\" /></a>','RiosQuant – Overnight Trading Action in the Global Markets','','publish','open','closed','','riosquant-overnight-trading-action-global-markets-20','','','2013-12-30 11:59:28','2013-12-30 11:59:28','',0,'http://www.thetradingroom.com/?p=729',0,'post','',0),(730,2,'2013-12-30 11:59:28','2013-12-30 11:59:28','>> STOCKS - European stocks were little changed after the Stoxx Europe 600 Index climbed to its highest level since May 2008. U.S. stock-index futures were little changed and Asian shares gained. \r\n\r\n>> BONDS - Treasury 10-year yields were about two basis points from the highest level in two years as an improving U.S. economy bolstered speculation the Federal Reserve will end its bond purchases in 2014. \r\n\r\n>> COMMODITIES -  Gold fell for the first time in five days in London, set for its biggest annual loss in three decades, as an improving economy cut demand for a protection of wealth. CURRENCIES - \r\n\r\n>> The pound headed for a second year of gains versus the dollar after an industry report showed a gauge of U.K. house prices rose for an 11th month in December. \r\n\r\n>> ECONOMIC DATA - US Pending Home Sales due at 10:00 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg\" alt=\"world dgital clocks\" width=\"445\" height=\"273\" class=\"alignnone size-full wp-image-636\" /></a>','RiosQuant – Overnight Trading Action in the Global Markets','','inherit','open','closed','','729-revision-v1','','','2013-12-30 11:59:28','2013-12-30 11:59:28','',729,'http://www.thetradingroom.com/729-revision-v1/',0,'revision','',0),(731,2,'2014-01-02 01:07:38','2014-01-02 01:07:38','Great trading day in the The Trading Room TradeLAB on the last day of 2013.... $1,500 across multiple asset classes including the Energy market with Crude Oil, Metals market with Gold, Grains market with Soy and the Stock indices with the S&P 500 futures.\r\n\r\nJoin us on the first day of trading for 2014. Watch us trade live beginning at 8:00 am ET.\r\n<a href=\"https://www3.gotomeeting.com/register/496052950\" title=\"TradeLAB link\">Click on link to access the trading room.</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/ep-trade2.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/ep-trade2-1024x602.jpg\" alt=\"ep trade2\" width=\"570\" height=\"335\" class=\"alignnone size-large wp-image-737\" /></a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/ep-trade1.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/ep-trade1-1024x602.jpg\" alt=\"ep trade1\" width=\"570\" height=\"335\" class=\"alignnone size-large wp-image-733\" /></a>','Final Trading Day of 2013 - Performance in the TradeLAB','','publish','open','closed','','final-trading-day-2013-performance','','','2014-01-02 01:12:12','2014-01-02 01:12:12','',0,'http://www.thetradingroom.com/?p=731',0,'post','',0),(732,2,'2014-01-02 01:03:44','2014-01-02 01:03:44','','ep trade','','inherit','open','closed','','ep-trade','','','2014-01-02 01:03:44','2014-01-02 01:03:44','',731,'http://www.thetradingroom.com/wp-content/uploads/2014/01/ep-trade.tif',0,'attachment','image/tiff',0),(733,2,'2014-01-02 01:04:31','2014-01-02 01:04:31','','ep trade1','','inherit','open','closed','','ep-trade1','','','2014-01-02 01:04:31','2014-01-02 01:04:31','',731,'http://www.thetradingroom.com/wp-content/uploads/2014/01/ep-trade1.jpg',0,'attachment','image/jpeg',0),(734,2,'2014-01-02 01:07:38','2014-01-02 01:07:38','Great trading day in the The Trading Room TradeLAB on the last day of 2013.... $1,500 across multiple asset classes including the Energy market with Crude Oil, Metals market with Gold, Grains market with Soy and the Stock indices with the S&P 500 futures.\r\n\r\nJoin us on the first day of trading for 2014. Watch us trade live beginning at 8:00 am ET.\r\n<a href=\"https://www3.gotomeeting.com/register/496052950\" title=\"TradeLAB link\">Click on link to access the trading room.</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/ep-trade1.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/ep-trade1-1024x602.jpg\" alt=\"ep trade1\" width=\"570\" height=\"335\" class=\"alignnone size-large wp-image-733\" /></a>','Final Trading Day of 2013 - Performance','','inherit','open','closed','','731-revision-v1','','','2014-01-02 01:07:38','2014-01-02 01:07:38','',731,'http://www.thetradingroom.com/731-revision-v1/',0,'revision','',0),(735,2,'2014-01-02 01:10:11','2014-01-02 01:10:11','Great trading day in the The Trading Room TradeLAB on the last day of 2013.... $1,500 across multiple asset classes including the Energy market with Crude Oil, Metals market with Gold, Grains market with Soy and the Stock indices with the S&P 500 futures.\n\nJoin us on the first day of trading for 2014. Watch us trade live beginning at 8:00 am ET.\n<a href=\"https://www3.gotomeeting.com/register/496052950\" title=\"TradeLAB link\">Click on link to access the trading room.</a>\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/ep-trade1.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/ep-trade1-1024x602.jpg\" alt=\"ep trade1\" width=\"570\" height=\"335\" class=\"alignnone size-large wp-image-733\" /></a>','Final Trading Day of 2013 - Performance in the TradeLAB','','inherit','open','closed','','731-autosave-v1','','','2014-01-02 01:10:11','2014-01-02 01:10:11','',731,'http://www.thetradingroom.com/731-autosave-v1/',0,'revision','',0),(736,2,'2014-01-02 01:10:15','2014-01-02 01:10:15','Great trading day in the The Trading Room TradeLAB on the last day of 2013.... $1,500 across multiple asset classes including the Energy market with Crude Oil, Metals market with Gold, Grains market with Soy and the Stock indices with the S&P 500 futures.\r\n\r\nJoin us on the first day of trading for 2014. Watch us trade live beginning at 8:00 am ET.\r\n<a href=\"https://www3.gotomeeting.com/register/496052950\" title=\"TradeLAB link\">Click on link to access the trading room.</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/ep-trade1.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/ep-trade1-1024x602.jpg\" alt=\"ep trade1\" width=\"570\" height=\"335\" class=\"alignnone size-large wp-image-733\" /></a>','Final Trading Day of 2013 - Performance in the TradeLAB','','inherit','open','closed','','731-revision-v1','','','2014-01-02 01:10:15','2014-01-02 01:10:15','',731,'http://www.thetradingroom.com/731-revision-v1/',0,'revision','',0),(737,2,'2014-01-02 01:12:03','2014-01-02 01:12:03','','ep trade2','','inherit','open','closed','','ep-trade2','','','2014-01-02 01:12:03','2014-01-02 01:12:03','',731,'http://www.thetradingroom.com/wp-content/uploads/2014/01/ep-trade2.jpg',0,'attachment','image/jpeg',0),(738,2,'2014-01-02 01:12:12','2014-01-02 01:12:12','Great trading day in the The Trading Room TradeLAB on the last day of 2013.... $1,500 across multiple asset classes including the Energy market with Crude Oil, Metals market with Gold, Grains market with Soy and the Stock indices with the S&P 500 futures.\r\n\r\nJoin us on the first day of trading for 2014. Watch us trade live beginning at 8:00 am ET.\r\n<a href=\"https://www3.gotomeeting.com/register/496052950\" title=\"TradeLAB link\">Click on link to access the trading room.</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/ep-trade2.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/ep-trade2-1024x602.jpg\" alt=\"ep trade2\" width=\"570\" height=\"335\" class=\"alignnone size-large wp-image-737\" /></a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/ep-trade1.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/ep-trade1-1024x602.jpg\" alt=\"ep trade1\" width=\"570\" height=\"335\" class=\"alignnone size-large wp-image-733\" /></a>','Final Trading Day of 2013 - Performance in the TradeLAB','','inherit','open','closed','','731-revision-v1','','','2014-01-02 01:12:12','2014-01-02 01:12:12','',731,'http://www.thetradingroom.com/731-revision-v1/',0,'revision','',0),(739,2,'2014-01-02 12:45:57','2014-01-02 12:45:57','<strong>STOCKS </strong>- European stocks declined, following their biggest annual advance since 2009, as utilities dropped, while a measure of manufacturing in the euro zone matched estimates. U.S. index futures and Asian shares also retreated. \r\n\r\n<strong>BONDS </strong>- Treasury 10-year yields reached the highest level in more than two years on speculation the U.S. economy will improve enough for the Federal Reserve to end bond purchases in 2014. \r\n\r\n<strong>COMMODITIES</strong> - Copper reached a six-month high in London as manufacturing continued to expand in China, the biggest consumer of the metal, and inventories shrank further. CURRENCIES - The pound rose versus the euro as a report showed U.K. manufacturing expanded for a ninth month in December, adding to evidence the economic recovery accelerated. \r\n\r\n<strong>ECONOMIC DATA</strong> - US Unemployment Claims due at 8:30 and ISM Manufacturing PMI at 10:00 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg\" alt=\"clock red wall\" width=\"402\" height=\"302\" class=\"alignnone size-full wp-image-567\" /></a>','RiosQuant – Overnight Trading Action in the Global Markets','','publish','open','closed','','riosquant-overnight-trading-action-global-markets-21','','','2014-01-02 12:45:57','2014-01-02 12:45:57','',0,'http://www.thetradingroom.com/?p=739',0,'post','',0),(740,2,'2014-01-02 12:45:57','2014-01-02 12:45:57','<strong>STOCKS </strong>- European stocks declined, following their biggest annual advance since 2009, as utilities dropped, while a measure of manufacturing in the euro zone matched estimates. U.S. index futures and Asian shares also retreated. \r\n\r\n<strong>BONDS </strong>- Treasury 10-year yields reached the highest level in more than two years on speculation the U.S. economy will improve enough for the Federal Reserve to end bond purchases in 2014. \r\n\r\n<strong>COMMODITIES</strong> - Copper reached a six-month high in London as manufacturing continued to expand in China, the biggest consumer of the metal, and inventories shrank further. CURRENCIES - The pound rose versus the euro as a report showed U.K. manufacturing expanded for a ninth month in December, adding to evidence the economic recovery accelerated. \r\n\r\n<strong>ECONOMIC DATA</strong> - US Unemployment Claims due at 8:30 and ISM Manufacturing PMI at 10:00 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg\" alt=\"clock red wall\" width=\"402\" height=\"302\" class=\"alignnone size-full wp-image-567\" /></a>','RiosQuant – Overnight Trading Action in the Global Markets','','inherit','open','closed','','739-revision-v1','','','2014-01-02 12:45:57','2014-01-02 12:45:57','',739,'http://www.thetradingroom.com/739-revision-v1/',0,'revision','',0),(741,2,'2014-01-02 17:12:08','2014-01-02 17:12:08','<strong>Great way to start the new year! </strong>$975 profits during our live trading room TradeLAB on the first trading day of 2014. Join us in our live trading room tomorrow morning and watch our head global trader Edward EP Preston navigate and trade the financial markets in real-time using innovative tools designed to capture profits while controlling risk. To access the trading room <a href=\"https://www3.gotomeeting.com/register/496052950\" title=\"TradeLAB\">click here</a>.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/ep-trade-1-2.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/ep-trade-1-2-1024x602.jpg\" alt=\"ep trade 1-2\" width=\"570\" height=\"335\" class=\"alignnone size-large wp-image-742\" /></a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/ep-trade-1-2b.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/ep-trade-1-2b-1024x602.jpg\" alt=\"ep trade 1-2b\" width=\"570\" height=\"335\" class=\"alignnone size-large wp-image-743\" /></a>\r\n\r\nPAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS','First Trading Day of 2014 - Performance in the TradeLAB','','publish','open','closed','','first-trading-day-20014-performance-tradelab','','','2014-01-02 18:05:54','2014-01-02 18:05:54','',0,'http://www.thetradingroom.com/?p=741',0,'post','',0),(742,2,'2014-01-02 17:05:20','2014-01-02 17:05:20','','ep trade 1-2','','inherit','open','closed','','ep-trade-1-2','','','2014-01-02 17:05:20','2014-01-02 17:05:20','',741,'http://www.thetradingroom.com/wp-content/uploads/2014/01/ep-trade-1-2.jpg',0,'attachment','image/jpeg',0),(743,2,'2014-01-02 17:06:00','2014-01-02 17:06:00','','ep trade 1-2b','','inherit','open','closed','','ep-trade-1-2b','','','2014-01-02 17:06:00','2014-01-02 17:06:00','',741,'http://www.thetradingroom.com/wp-content/uploads/2014/01/ep-trade-1-2b.jpg',0,'attachment','image/jpeg',0),(744,2,'2014-01-02 17:12:08','2014-01-02 17:12:08','<strong>Great way to start the new year! </strong>$975 profits during our live trading room TradeLAB on the first trading day of 2014. Join us in our live trading room tomorrow morning and watch our head global trader Edward EP Preston navigate and trade the financial markets in real-time using innovative tools designed to capture profits while controlling risk. To access the trading room <a href=\"https://www3.gotomeeting.com/register/496052950\" title=\"TradeLAB\">click here</a>.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/ep-trade-1-2.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/ep-trade-1-2-1024x602.jpg\" alt=\"ep trade 1-2\" width=\"570\" height=\"335\" class=\"alignnone size-large wp-image-742\" /></a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/ep-trade-1-2b.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/ep-trade-1-2b-1024x602.jpg\" alt=\"ep trade 1-2b\" width=\"570\" height=\"335\" class=\"alignnone size-large wp-image-743\" /></a>\r\n\r\nPAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS','First Trading Day of 20014 - Performance in the TradeLAB','','inherit','open','closed','','741-revision-v1','','','2014-01-02 17:12:08','2014-01-02 17:12:08','',741,'http://www.thetradingroom.com/741-revision-v1/',0,'revision','',0),(745,2,'2014-01-02 18:05:54','2014-01-02 18:05:54','<strong>Great way to start the new year! </strong>$975 profits during our live trading room TradeLAB on the first trading day of 2014. Join us in our live trading room tomorrow morning and watch our head global trader Edward EP Preston navigate and trade the financial markets in real-time using innovative tools designed to capture profits while controlling risk. To access the trading room <a href=\"https://www3.gotomeeting.com/register/496052950\" title=\"TradeLAB\">click here</a>.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/ep-trade-1-2.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/ep-trade-1-2-1024x602.jpg\" alt=\"ep trade 1-2\" width=\"570\" height=\"335\" class=\"alignnone size-large wp-image-742\" /></a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/ep-trade-1-2b.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/ep-trade-1-2b-1024x602.jpg\" alt=\"ep trade 1-2b\" width=\"570\" height=\"335\" class=\"alignnone size-large wp-image-743\" /></a>\r\n\r\nPAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS','First Trading Day of 2014 - Performance in the TradeLAB','','inherit','open','closed','','741-revision-v1','','','2014-01-02 18:05:54','2014-01-02 18:05:54','',741,'http://www.thetradingroom.com/741-revision-v1/',0,'revision','',0),(746,2,'2014-01-03 11:36:11','2014-01-03 11:36:11','<strong>UPDATED 6:30 ET </strong>\r\n\r\n<strong>STOCKS </strong>- European stocks advanced, paring a weekly loss, as Next Plc led retailers higher. U.S. equity-index futures were little changed, while Asian shares declined. \r\n\r\n<strong>BONDS </strong>- Treasuries rose for a second day before Federal Reserve Chairman Ben S. Bernanke addresses economists and as investors speculated whether the recovery is strong enough to withstand an end to stimulus this year. \r\n\r\n<strong>COMMODITIES</strong> - Copper fell the most in two weeks in London after a gauge of Chinese service industries reached a four-month low, fanning concern about the demand outlook in the biggest global consumer of the metal. \r\n\r\n<strong>CURRENCIES</strong> - The pound rose against the euro after U.K. mortgage approvals increased to the highest level in almost six years in November, adding to optimism a revival in the property market is boosting the recovery. \r\n\r\n<strong>ECONOMIC DATA</strong> - Natural Gas Storage due at 10:30, Crude Oil Inventories at 11:00, Fed Chairman Bernanke Speaks at 14:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News-1024x550.jpg\" alt=\"Direct-Market-Touch-Stock-Exchange-News\" width=\"570\" height=\"306\" class=\"alignnone size-large wp-image-442\" /></a>\r\n\r\n','RiosQuant – Overnight Trading Action in the Global Markets','','publish','open','closed','','riosquant-overnight-trading-action-global-markets-22','','','2014-01-03 11:36:11','2014-01-03 11:36:11','',0,'http://www.thetradingroom.com/?p=746',0,'post','',0),(747,2,'2014-01-03 11:36:11','2014-01-03 11:36:11','<strong>UPDATED 6:30 ET </strong>\r\n\r\n<strong>STOCKS </strong>- European stocks advanced, paring a weekly loss, as Next Plc led retailers higher. U.S. equity-index futures were little changed, while Asian shares declined. \r\n\r\n<strong>BONDS </strong>- Treasuries rose for a second day before Federal Reserve Chairman Ben S. Bernanke addresses economists and as investors speculated whether the recovery is strong enough to withstand an end to stimulus this year. \r\n\r\n<strong>COMMODITIES</strong> - Copper fell the most in two weeks in London after a gauge of Chinese service industries reached a four-month low, fanning concern about the demand outlook in the biggest global consumer of the metal. \r\n\r\n<strong>CURRENCIES</strong> - The pound rose against the euro after U.K. mortgage approvals increased to the highest level in almost six years in November, adding to optimism a revival in the property market is boosting the recovery. \r\n\r\n<strong>ECONOMIC DATA</strong> - Natural Gas Storage due at 10:30, Crude Oil Inventories at 11:00, Fed Chairman Bernanke Speaks at 14:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News-1024x550.jpg\" alt=\"Direct-Market-Touch-Stock-Exchange-News\" width=\"570\" height=\"306\" class=\"alignnone size-large wp-image-442\" /></a>\r\n\r\n','RiosQuant – Overnight Trading Action in the Global Markets','','inherit','open','closed','','746-revision-v1','','','2014-01-03 11:36:11','2014-01-03 11:36:11','',746,'http://www.thetradingroom.com/746-revision-v1/',0,'revision','',0),(748,2,'2014-01-06 03:13:01','2014-01-06 03:13:01','<strong>From the Desk of Joe Rios...</strong>\r\n\r\nLast week we experienced the last trading days of 2013 and the first trading days of 2014. Many traders stepped out of the markets during the holidays creating thin volume trading conditions. Rios Quant showed up to trade in the RQ TradeLAB and we were rewarded with exceptional performance. We closed the week +6%, finished the month +14% and got a head start on the new year with +10% returns. Even though past performance is not indicative of future results, I remain optimistic for continued trading opportunities during the new year.\r\n\r\nOur TradeLAB trading room was selected as one of the top ten trading rooms out of over 400 rooms based on multiple criteria.  Dr. Handley\'s report titled \"Trading Futures Successfully on the Shoulders of Giants\" will be published in Futures Truth Magazine in January. If you would like a copy, please contact Amber at support@riosquant.com\r\n\r\n<strong>Live Trading Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>TradeLAB Trading Room</strong> - Global Trading with Quantitative Technologies\r\nMonday through Friday beginning at 8:00 AM ET\r\nhttps://www3.gotomeeting.com/register/504426534\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading Room en Español</strong>\r\nhttps://www3.gotomeeting.com/register/236073374\r\nMonday and Friday beginning at 8:00 AM ET\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\n<strong>Insider\'s Quant (IQ) Room </strong> - Advanced Concepts with Joe Rios\r\nMonday, Wednesday and Thursday beginning at 1:30 PM ET\r\n\r\n<strong>ABC Trading Room </strong>- Automated Algorithmic Trading Systems\r\nhttps://www3.gotomeeting.com/register/214986478\r\nTuesday, Wednesday and Thursday beginning at 8:00 AM ET\r\n\r\n<strong>RQ Stock and Options Trading Room</strong> - \r\nLinks will be sent out one day in advance.\r\n\r\n<strong>The Trading Room EDU</strong> - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/575903374\r\nWednesday beginning at 1:00 PM ET\r\nTopic: The Power and Science of Einstein Auto Trading\r\n\r\n<strong>MONDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\nGBP - Services PMI – 4:30 AM ET\r\nUSD - ISM Non-Manufacturing PMI – 10:00 AM ET\r\nUSD - Fed Chairman Nomination Vote – 5:30 PM ET\r\nAUD - Trade Balance – 7:30 PM ET\r\n\r\n<strong>TradeLAB Trading Room</strong>\r\nhttps://www3.gotomeeting.com/register/504426534\r\nBeginning at 8:00 AM ET\r\n\r\n<strong>Insider\'s Quant (IQ) Room </strong> - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nEUR - CPI Flash Estimate – 5:00 AM ET\r\nCAD - Trade Balance – 8:30 AM ET\r\nUSD - Trade Balance – 8:30 AM ET\r\nCAD - Ivey PMI – 10:00 AM ET\r\n\r\n<strong>TradeLAB Trading Room</strong>\r\nhttps://www3.gotomeeting.com/register/504426534\r\nBeginning at 8:00 AM ET\r\n\r\n<strong>ABC Trading Room </strong>- Automated Algorithmic Trading Systems\r\nhttps://www3.gotomeeting.com/register/214986478\r\nBeginning at 8:00 AM ET\r\n\r\n<strong>WEDNESDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\nUSD - ADP Non-Farm Employment Change – 8:15 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nUSD - FOMC Meeting Minutes – 2:00 PM ET\r\nAUD - Retails Sales and Golding Approvals – 7:30 PM ET\r\nCNY - CPI – 8:30 PM ET\r\n\r\n<strong>TradeLAB Trading Room</strong>\r\nhttps://www3.gotomeeting.com/register/504426534\r\nBeginning at 8:00 AM ET\r\n\r\n<strong>ABC Trading Room</strong> - Automated Algorithmic Trading Systems\r\nhttps://www3.gotomeeting.com/register/214986478\r\nBeginning at 8:00 AM ET\r\n\r\n<strong>Insider\'s Quant (IQ) Room</strong> - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>The Trading Room EDU</strong> - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/575903374\r\nWednesday beginning at 1:00 PM ET\r\nTopic: The Power and Science of Einstein Auto Trading\r\n\r\n<strong>THURSDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\nGBP - Official Bank Rate – 7:00 AM ET\r\nEUR - Minimum Bid Rate – 7:45 AM ET\r\nCAD - Building Permits – 8:30 AM ET\r\nEUR - ECB Press Conference – 8:30 AM ET\r\nUSD - Unemployment Claims – 8:30 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n\r\n<strong>TradeLAB Trading Room</strong>\r\nhttps://www3.gotomeeting.com/register/504426534\r\nBeginning at 8:00 AM ET\r\n\r\n<strong>ABC Trading Room</strong> - Automated Algorithmic Trading Systems\r\nhttps://www3.gotomeeting.com/register/214986478\r\nBeginning at 8:00 AM ET\r\n\r\n<strong>Insider\'s Quant (IQ) Room </strong>- Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>FRIDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\nCHF - CPI – 3:15 AM ET\r\nGBP - Manufacturing Production – 4:30 AM ET\r\nCAD - Unemployment Rate – 8:30 AM ET\r\nUSD - NonFarm Employment Change – 8:30 AM ET\r\n\r\n<strong>TradeLAB Trading Room</strong>\r\nhttps://www3.gotomeeting.com/register/504426534\r\nBeginning at 8:00 AM ET\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing2.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing2.jpg\" alt=\"joe shadow writing2\" width=\"600\" height=\"400\" class=\"alignnone size-full wp-image-451\" /></a>\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY \r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS\r\n\r\n\r\n\r\n','The Week Ahead - Making the Top Ten','','publish','open','closed','','week-ahead-making-top-ten','','','2014-01-06 03:16:09','2014-01-06 03:16:09','',0,'http://www.thetradingroom.com/?p=748',0,'post','',0),(749,2,'2014-01-06 03:13:01','2014-01-06 03:13:01','<strong>From the Desk of Joe Rios...</strong>\r\n\r\nLast week we experienced the last trading days of 2013 and the first trading days of 2014. Many traders stepped out of the markets during the holidays creating thin volume trading conditions. Rios Quant showed up to trade in the RQ TradeLAB and we were rewarded with exceptional performance. We closed the week +6%, finished the month +14% and got a head start on the new year with +10% returns. Even though past performance is not indicative of future results, I remain optimistic for continued trading opportunities during the new year.\r\n\r\nOur TradeLAB trading room was selected as one of the top ten trading rooms out of over 400 rooms based on multiple criteria.  Dr. Handley\'s report titled \"Trading Futures Successfully on the Shoulders of Giants\" will be published in Futures Truth Magazine in January. If you would like a copy, please contact Amber at support@riosquant.com\r\n\r\n<strong>Live Trading Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>TradeLAB Trading Room</strong> - Global Trading with Quantitative Technologies\r\nMonday through Friday beginning at 8:00 AM ET\r\nhttps://www3.gotomeeting.com/register/504426534\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading Room en Español</strong>\r\nhttps://www3.gotomeeting.com/register/236073374\r\nMonday and Friday beginning at 8:00 AM ET\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\n<strong>Insider\'s Quant (IQ) Room </strong> - Advanced Concepts with Joe Rios\r\nMonday, Wednesday and Thursday beginning at 1:30 PM ET\r\n\r\n<strong>ABC Trading Room </strong>- Automated Algorithmic Trading Systems\r\nhttps://www3.gotomeeting.com/register/214986478\r\nTuesday, Wednesday and Thursday beginning at 8:00 AM ET\r\n\r\n<strong>RQ Stock and Options Trading Room</strong> - \r\nLinks will be sent out one day in advance.\r\n\r\n<strong>The Trading Room EDU</strong> - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/575903374\r\nWednesday beginning at 1:00 PM ET\r\nTopic: The Power and Science of Einstein Auto Trading\r\n\r\n<strong>MONDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\nGBP - Services PMI – 4:30 AM ET\r\nUSD - ISM Non-Manufacturing PMI – 10:00 AM ET\r\nUSD - Fed Chairman Nomination Vote – 5:30 PM ET\r\nAUD - Trade Balance – 7:30 PM ET\r\n\r\n<strong>TradeLAB Trading Room</strong>\r\nhttps://www3.gotomeeting.com/register/504426534\r\nBeginning at 8:00 AM ET\r\n\r\n<strong>Insider\'s Quant (IQ) Room </strong> - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nEUR - CPI Flash Estimate – 5:00 AM ET\r\nCAD - Trade Balance – 8:30 AM ET\r\nUSD - Trade Balance – 8:30 AM ET\r\nCAD - Ivey PMI – 10:00 AM ET\r\n\r\n<strong>TradeLAB Trading Room</strong>\r\nhttps://www3.gotomeeting.com/register/504426534\r\nBeginning at 8:00 AM ET\r\n\r\n<strong>ABC Trading Room </strong>- Automated Algorithmic Trading Systems\r\nhttps://www3.gotomeeting.com/register/214986478\r\nBeginning at 8:00 AM ET\r\n\r\n<strong>WEDNESDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\nUSD - ADP Non-Farm Employment Change – 8:15 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nUSD - FOMC Meeting Minutes – 2:00 PM ET\r\nAUD - Retails Sales and Golding Approvals – 7:30 PM ET\r\nCNY - CPI – 8:30 PM ET\r\n\r\n<strong>TradeLAB Trading Room</strong>\r\nhttps://www3.gotomeeting.com/register/504426534\r\nBeginning at 8:00 AM ET\r\n\r\n<strong>ABC Trading Room</strong> - Automated Algorithmic Trading Systems\r\nhttps://www3.gotomeeting.com/register/214986478\r\nBeginning at 8:00 AM ET\r\n\r\n<strong>Insider\'s Quant (IQ) Room</strong> - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>The Trading Room EDU</strong> - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/575903374\r\nWednesday beginning at 1:00 PM ET\r\nTopic: The Power and Science of Einstein Auto Trading\r\n\r\n<strong>THURSDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\nGBP - Official Bank Rate – 7:00 AM ET\r\nEUR - Minimum Bid Rate – 7:45 AM ET\r\nCAD - Building Permits – 8:30 AM ET\r\nEUR - ECB Press Conference – 8:30 AM ET\r\nUSD - Unemployment Claims – 8:30 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n\r\n<strong>TradeLAB Trading Room</strong>\r\nhttps://www3.gotomeeting.com/register/504426534\r\nBeginning at 8:00 AM ET\r\n\r\n<strong>ABC Trading Room</strong> - Automated Algorithmic Trading Systems\r\nhttps://www3.gotomeeting.com/register/214986478\r\nBeginning at 8:00 AM ET\r\n\r\n<strong>Insider\'s Quant (IQ) Room </strong>- Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>FRIDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\nCHF - CPI – 3:15 AM ET\r\nGBP - Manufacturing Production – 4:30 AM ET\r\nCAD - Unemployment Rate – 8:30 AM ET\r\nUSD - NonFarm Employment Change – 8:30 AM ET\r\n\r\n<strong>TradeLAB Trading Room</strong>\r\nhttps://www3.gotomeeting.com/register/504426534\r\nBeginning at 8:00 AM ET\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing2.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing2.jpg\" alt=\"joe shadow writing2\" width=\"600\" height=\"400\" class=\"alignnone size-full wp-image-451\" /></a>\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY \r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS\r\n\r\n\r\n\r\n','The Week Ahead - Making the Top Ten','','inherit','open','closed','','748-revision-v1','','','2014-01-06 03:13:01','2014-01-06 03:13:01','',748,'http://www.thetradingroom.com/748-revision-v1/',0,'revision','',0),(751,2,'2014-01-06 11:18:44','2014-01-06 11:18:44','<strong>UPDATED 6:00 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks fell before a services-industry report in the U.S. and as data showed a Chinese non-manufacturing gauge dropped. U.S. index futures were little changed, while Asian shares declined. \r\n\r\n<strong>BONDS</strong> - U.S. Treasuries rose on speculation the sell-off that pushed 10-year yields above 3 percent was too great given an uneven economic recovery that may prompt the Federal Reserve to keep down interest rates. \r\n\r\n<strong>COMMODITIES</strong> - Natural gas rebounded in New York as wintry weather over most of the U.S. boosted demand for the heating fuel. \r\n\r\n<strong>CURRENCIES</strong> - The yen strengthened toward a two- week high against the dollar as a slowdown in Chinese services and a slide in stocks boosted demand for safer assets. \r\n\r\n<strong>ECONOMIC DATA</strong> - US ISM Non-Manufacturing PMI due at 10:00, Fed Chairman Nomination Vote at 17:30, AUD Trade Balance at 19:30  ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg\" alt=\"clock red wall\" width=\"402\" height=\"302\" class=\"alignnone size-full wp-image-567\" /></a>','','','inherit','open','closed','','750-revision-v1','','','2014-01-06 11:18:44','2014-01-06 11:18:44','',750,'http://www.thetradingroom.com/750-revision-v1/',0,'revision','',0),(752,2,'2014-01-06 11:19:23','2014-01-06 11:19:23','<strong>UPDATED 6:00 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks fell before a services-industry report in the U.S. and as data showed a Chinese non-manufacturing gauge dropped. U.S. index futures were little changed, while Asian shares declined. \r\n\r\n<strong>BONDS</strong> - U.S. Treasuries rose on speculation the sell-off that pushed 10-year yields above 3 percent was too great given an uneven economic recovery that may prompt the Federal Reserve to keep down interest rates. \r\n\r\n<strong>COMMODITIES</strong> - Natural gas rebounded in New York as wintry weather over most of the U.S. boosted demand for the heating fuel. \r\n\r\n<strong>CURRENCIES</strong> - The yen strengthened toward a two- week high against the dollar as a slowdown in Chinese services and a slide in stocks boosted demand for safer assets. \r\n\r\n<strong>ECONOMIC DATA</strong> - US ISM Non-Manufacturing PMI due at 10:00, Fed Chairman Nomination Vote at 17:30, AUD Trade Balance at 19:30  ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg\" alt=\"clock red wall\" width=\"402\" height=\"302\" class=\"alignnone size-full wp-image-567\" /></a>','RiosQuant – Overnight Trading Action in the Global Markets','','inherit','open','closed','','750-revision-v1','','','2014-01-06 11:19:23','2014-01-06 11:19:23','',750,'http://www.thetradingroom.com/750-revision-v1/',0,'revision','',0),(779,2,'2014-01-15 12:32:47','2014-01-15 12:32:47','<strong>UPDATED 7:20 ET </strong>\r\n\r\n<strong> STOCKS</strong> - European stocks advanced, with the benchmark Stoxx Europe 600 Index heading for its highest close in almost six years, after the World Bank raised its global growth forecast. U.S. stock-index futures and Asian shares rose. \r\n\r\n<strong>BONDS</strong> - Treasuries are having their best start to a year since 2010 as investors from Jeffrey Gundlach to Goldman Sachs Group Inc. say the Federal Reserve will keep its benchmark interest rate near zero into 2016. \r\n\r\n<strong>COMMODITIES</strong> - Gold dropped for a second day from the highest level in a month as the rally reduced demand amid speculation that the U.S. Federal Reserve will continue reducing asset purchases. \r\n\r\n<strong>CURRENCIES </strong>- The US Dollar rose against most currencies while Australia’s dollar fell before a jobs report  forecast to show unemployment remained at its highest level in four years. \r\n\r\n<strong>ECONOMIC DATA</strong> - US PPI and Empire State Manufacturing Index due at 8:30, BOE Gov Carney Speaks at 9:25, Crude Oil Inventories at 10:30, Beige Book at 14:00, AUD Employment Change at 19:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg\" alt=\"clock red wall\" width=\"402\" height=\"302\" class=\"alignnone size-full wp-image-567\" /></a>','RiosQuant – Overnight Trading Action in the Global Markets','','publish','open','closed','','riosquant-overnight-trading-action-global-markets-28','','','2014-01-15 12:32:47','2014-01-15 12:32:47','',0,'http://www.thetradingroom.com/?p=779',0,'post','',0),(754,2,'2014-01-07 11:50:26','2014-01-07 11:50:26','UPDATED 6:45 ET \r\n\r\n<strong>STOCKS</strong> - European stocks rose as German unemployment fell the most in two years and investors weighed China’s tighter rules to control its shadow-banking industry. U.S. futures also gained, while Asian shares slid. \r\n\r\n<strong>BONDS</strong> - Treasuries were little changed, with three-year yields about one basis point from the lowest in two weeks, before the U.S. sells $30 billion of the notes today in the first of three sales of coupon-bearing debt this week. \r\n\r\n<strong>COMMODITIES</strong> - Gold held below a three-week high in London as investors weighed signs of increased physical demand against the outlook for less U.S. stimulus. \r\n\r\n<strong>CURRENCIES</strong> - Switzerland’s franc slid to its weakest level in more than two months against the euro as a rally in Europe’s higher-yielding government bonds damped demand for the safety of the Swiss currency. \r\n\r\n<strong>ECONOMIC DATA</strong> - US Trade Balance and CAD Trade Balance due at 8:30, CAD Ivey PMI due at 10:00 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\" alt=\"Hangseng sign\" width=\"604\" height=\"453\" class=\"alignnone size-full wp-image-454\" /></a>','RiosQuant – Overnight Trading Action in the Global Markets','','publish','open','closed','','riosquant-overnight-trading-action-global-markets-23','','','2014-01-07 11:51:14','2014-01-07 11:51:14','',0,'http://www.thetradingroom.com/?p=754',0,'post','',0),(755,2,'2014-01-07 11:50:26','2014-01-07 11:50:26','UPDATED 6:45 ET \r\n\r\n<strong>STOCKS</strong> - European stocks rose as German unemployment fell the most in two years and investors weighed China’s tighter rules to control its shadow-banking industry. U.S. futures also gained, while Asian shares slid. \r\n\r\n<strong>BONDS</strong> - Treasuries were little changed, with three-year yields about one basis point from the lowest in two weeks, before the U.S. sells $30 billion of the notes today in the first of three sales of coupon-bearing debt this week. \r\n\r\n<strong>COMMODITIES</strong> - Gold held below a three-week high in London as investors weighed signs of increased physical demand against the outlook for less U.S. stimulus. \r\n\r\n<strong>CURRENCIES</strong> - Switzerland’s franc slid to its weakest level in more than two months against the euro as a rally in Europe’s higher-yielding government bonds damped demand for the safety of the Swiss currency. \r\n\r\n<strong>ECONOMIC DATA</strong> - US Trade Balance and CAD Trade Balance due at 8:30, CAD Ivey PMI due at 10:00 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\" alt=\"Hangseng sign\" width=\"604\" height=\"453\" class=\"alignnone size-full wp-image-454\" /></a>','RiosQuant – Overnight Trading Action in the Global Markets','','inherit','open','closed','','754-revision-v1','','','2014-01-07 11:50:26','2014-01-07 11:50:26','',754,'http://www.thetradingroom.com/754-revision-v1/',0,'revision','',0),(756,2,'2014-01-07 22:47:58','2014-01-07 22:47:58','An exciting trading day in The Trading Room TradeLAB with $1,440 in profits during this morning\'s live trading session. Markets traded included Soy, Natural Gas, Silver, Crude Oil and Foreign Currencies. Join us for the next trading session and experience the power of market intelligence with quantitative analysis and algorithmic trading across multiple asset classes.\r\n \r\nTo access the live trading room TradeLAB, <a href=\"https://www3.gotomeeting.com/register/504426534\" title=\"TradeLAB\">click here</a>.\r\n\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/tradelab-trade.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/tradelab-trade-1024x662.jpg\" alt=\"tradelab trade\" width=\"570\" height=\"368\" class=\"alignnone size-large wp-image-757\" /></a>','Rios Quant - Live Trading Room TradeLAB','','publish','open','closed','','rios-quant-live-trading-room-tradelab','','','2014-01-07 22:47:58','2014-01-07 22:47:58','',0,'http://www.thetradingroom.com/?p=756',0,'post','',0),(757,2,'2014-01-07 22:39:02','2014-01-07 22:39:02','','tradelab trade','','inherit','open','closed','','tradelab-trade','','','2014-01-07 22:39:02','2014-01-07 22:39:02','',756,'http://www.thetradingroom.com/wp-content/uploads/2014/01/tradelab-trade.jpg',0,'attachment','image/jpeg',0),(758,2,'2014-01-07 22:47:58','2014-01-07 22:47:58','An exciting trading day in The Trading Room TradeLAB with $1,440 in profits during this morning\'s live trading session. Markets traded included Soy, Natural Gas, Silver, Crude Oil and Foreign Currencies. Join us for the next trading session and experience the power of market intelligence with quantitative analysis and algorithmic trading across multiple asset classes.\r\n \r\nTo access the live trading room TradeLAB, <a href=\"https://www3.gotomeeting.com/register/504426534\" title=\"TradeLAB\">click here</a>.\r\n\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/tradelab-trade.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/tradelab-trade-1024x662.jpg\" alt=\"tradelab trade\" width=\"570\" height=\"368\" class=\"alignnone size-large wp-image-757\" /></a>','Rios Quant - Live Trading Room TradeLAB','','inherit','open','closed','','756-revision-v1','','','2014-01-07 22:47:58','2014-01-07 22:47:58','',756,'http://www.thetradingroom.com/756-revision-v1/',0,'revision','',0),(759,2,'2014-01-08 11:49:49','2014-01-08 11:49:49','UPDATED 6:45 ET  \r\n\r\n<strong>STOCKS</strong> - European stocks were little changed, trading near their highest level since May 2008, before a report on hiring by U.S. companies that may help investors assess the strength of America’s economic recovery. U.S. index futures fluctuated, while Asian shares climbed. \r\n\r\n<strong>BONDS</strong> - Treasuries fell for the first time in three days before the U.S. sells $21 billion of 10-year notes as signs the economic recovery is gathering pace spurred bets the Federal Reserve will keep reducing its debt purchases. \r\n\r\n<strong>COMMODITIES</strong> - Crude Oil rose for a second day on speculation government data will show crude stockpiles declined a sixth week in the U.S., the world’s biggest oil consumer. \r\n\r\n<strong>CURRENCIES</strong> - The US Dollar strengthened for a second day against the euro before the Federal Reserve releases the minutes of its December policy meeting as investors debate how quickly policy makers will reduce stimulus. \r\n\r\n<strong>ECONOMIC DATA</strong> - US ADP Non-Farm Employment Change due at 8:15, Crude Oil Inventories at 10:30, FOMC Meeting Minutes at 14:00, Building Approvals at 19:30, CHY  CPI at 20:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg\" alt=\"world dgital clocks\" width=\"445\" height=\"273\" class=\"alignnone size-full wp-image-636\" /></a>\r\n\r\n','RiosQuant – Overnight Trading Action in the Global Markets','','publish','open','closed','','riosquant-overnight-trading-action-global-markets-24','','','2014-01-08 11:49:49','2014-01-08 11:49:49','',0,'http://www.thetradingroom.com/?p=759',0,'post','',0),(760,2,'2014-01-08 11:49:49','2014-01-08 11:49:49','UPDATED 6:45 ET  \r\n\r\n<strong>STOCKS</strong> - European stocks were little changed, trading near their highest level since May 2008, before a report on hiring by U.S. companies that may help investors assess the strength of America’s economic recovery. U.S. index futures fluctuated, while Asian shares climbed. \r\n\r\n<strong>BONDS</strong> - Treasuries fell for the first time in three days before the U.S. sells $21 billion of 10-year notes as signs the economic recovery is gathering pace spurred bets the Federal Reserve will keep reducing its debt purchases. \r\n\r\n<strong>COMMODITIES</strong> - Crude Oil rose for a second day on speculation government data will show crude stockpiles declined a sixth week in the U.S., the world’s biggest oil consumer. \r\n\r\n<strong>CURRENCIES</strong> - The US Dollar strengthened for a second day against the euro before the Federal Reserve releases the minutes of its December policy meeting as investors debate how quickly policy makers will reduce stimulus. \r\n\r\n<strong>ECONOMIC DATA</strong> - US ADP Non-Farm Employment Change due at 8:15, Crude Oil Inventories at 10:30, FOMC Meeting Minutes at 14:00, Building Approvals at 19:30, CHY  CPI at 20:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg\" alt=\"world dgital clocks\" width=\"445\" height=\"273\" class=\"alignnone size-full wp-image-636\" /></a>\r\n\r\n','RiosQuant – Overnight Trading Action in the Global Markets','','inherit','open','closed','','759-revision-v1','','','2014-01-08 11:49:49','2014-01-08 11:49:49','',759,'http://www.thetradingroom.com/759-revision-v1/',0,'revision','',0),(761,2,'2014-01-09 11:32:24','2014-01-09 11:32:24','<strong>UPDATED 6:30 ET</strong>\r\n\r\n \r\n<strong> STOCKS </strong>- European stocks advanced as investors awaited the European Central Bank’s interest-rate decision. U.S. stock futures were little changed, while Asian shares fell. \r\n\r\n<strong>BONDS </strong>- The difference between Treasury 10- and 30-year yields was about four basis points from the narrowest in three years on speculation slow inflation will help boost demand at a bond sale today. \r\n\r\n<strong>COMMODITIES</strong> - Stockpiles of corn in the U.S. are rising at the fastest pace in 19 years as a record crop overwhelms increased demand for the grain. \r\n\r\n<strong>CURRENCIES</strong> - Australia’s dollar fell for a third day versus the greenback amid speculation U.S. payrolls data tomorrow will encourage the Federal Reserve to continue tapering stimulus. \r\n\r\n<strong>ECONOMIC DATA</strong> - GBP Official Bank Rate due at 7:00, EUR Minimum Bid Rate at 7:45, Grains Export Weekly Sales, CAD Building Permits, US Unemployment Claims and ECB Press Conference all due at 8:30, Natural Gas Storage at 10:30 ET,  CNY Trade Balance tentative. \r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/quote-board-blue.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/quote-board-blue.jpg\" alt=\"quote board blue\" width=\"365\" height=\"274\" class=\"alignnone size-full wp-image-608\" /></a>\r\n','RiosQuant – Overnight Trading Action in the Global Markets','','publish','open','closed','','riosquant-overnight-trading-action-global-markets-25','','','2014-01-09 11:32:24','2014-01-09 11:32:24','',0,'http://www.thetradingroom.com/?p=761',0,'post','',0),(762,2,'2014-01-09 11:32:24','2014-01-09 11:32:24','<strong>UPDATED 6:30 ET</strong>\r\n\r\n \r\n<strong> STOCKS </strong>- European stocks advanced as investors awaited the European Central Bank’s interest-rate decision. U.S. stock futures were little changed, while Asian shares fell. \r\n\r\n<strong>BONDS </strong>- The difference between Treasury 10- and 30-year yields was about four basis points from the narrowest in three years on speculation slow inflation will help boost demand at a bond sale today. \r\n\r\n<strong>COMMODITIES</strong> - Stockpiles of corn in the U.S. are rising at the fastest pace in 19 years as a record crop overwhelms increased demand for the grain. \r\n\r\n<strong>CURRENCIES</strong> - Australia’s dollar fell for a third day versus the greenback amid speculation U.S. payrolls data tomorrow will encourage the Federal Reserve to continue tapering stimulus. \r\n\r\n<strong>ECONOMIC DATA</strong> - GBP Official Bank Rate due at 7:00, EUR Minimum Bid Rate at 7:45, Grains Export Weekly Sales, CAD Building Permits, US Unemployment Claims and ECB Press Conference all due at 8:30, Natural Gas Storage at 10:30 ET,  CNY Trade Balance tentative. \r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/quote-board-blue.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/quote-board-blue.jpg\" alt=\"quote board blue\" width=\"365\" height=\"274\" class=\"alignnone size-full wp-image-608\" /></a>\r\n','RiosQuant – Overnight Trading Action in the Global Markets','','inherit','open','closed','','761-revision-v1','','','2014-01-09 11:32:24','2014-01-09 11:32:24','',761,'http://www.thetradingroom.com/761-revision-v1/',0,'revision','',0),(763,2,'2014-01-09 12:04:23','2014-01-09 12:04:23','Do you have what it takes to be a quant trader in today\'s volatile markets? Whether you trade Commodities, Forex or Stocks, join us in our live trading room during prime time market hours from 8:00 to 11:00 ET. Take our trading systems for a free trial and test it on your own computer in a live trading environment. \r\n<a href=\"http://www.riosquant.com/requestinfo?product_id=2\">Click here for request</a> \r\n\r\n\r\nRios Quant member Jim from Virginia traded Gold futures for over $2,740 in profits during the London and US trading sessions with the RQ Channel as his alpha signal indicator. \r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/jim-gold.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/jim-gold-1024x499.jpg\" alt=\"jim gold\" width=\"570\" height=\"277\" class=\"alignnone size-large wp-image-764\" /></a>\r\n\r\nSanjay from California traded the USD/CHF forex pair for profit also using the RQ Channel alpha signal indicator.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/sanjays-trade.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/sanjays-trade.jpg\" alt=\"sanjays trade\" width=\"466\" height=\"473\" class=\"alignnone size-full wp-image-765\" /></a>\r\n \r\n\r\n                          PAST RESULTS ARE NOT INDICATIVE OF FUTURE PERFORMANCE','Recent Trades from Rios Quant Members','','publish','open','closed','','recent-trades-rios-quant-members','','','2014-01-09 12:11:45','2014-01-09 12:11:45','',0,'http://www.thetradingroom.com/?p=763',0,'post','',0),(764,2,'2014-01-09 11:55:05','2014-01-09 11:55:05','','jim gold','','inherit','open','closed','','jim-gold','','','2014-01-09 11:55:05','2014-01-09 11:55:05','',763,'http://www.thetradingroom.com/wp-content/uploads/2014/01/jim-gold.jpg',0,'attachment','image/jpeg',0),(765,2,'2014-01-09 12:02:50','2014-01-09 12:02:50','','sanjays trade','','inherit','open','closed','','sanjays-trade-2','','','2014-01-09 12:02:50','2014-01-09 12:02:50','',763,'http://www.thetradingroom.com/wp-content/uploads/2014/01/sanjays-trade.jpg',0,'attachment','image/jpeg',0),(766,2,'2014-01-09 12:04:23','2014-01-09 12:04:23','Do you have what it takes to be a quant trader in today\'s volatile markets? Whether you trade Commodities, Forex or Stocks, join us in our live trading room everyday trading day from 8:00 to 11:00 ET. Take our trading systems for a free trial and test it on your own computer in a live trading environment. \r\n<a href=\"http://www.riosquant.com/requestinfo?product_id=2\">Click here for request</a> \r\n\r\nRios Quant member Jim from Virginia traded Gold futures for over $2,740 in profits during the London and US trading sessions with the RQ Channel as his alpah signal indicator. \r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/jim-gold.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/jim-gold-1024x499.jpg\" alt=\"jim gold\" width=\"570\" height=\"277\" class=\"alignnone size-large wp-image-764\" /></a>\r\n\r\nSanjay from California traded the USD/CHF forex pair for profit also using the RQ Channel alpha signal indicator.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/sanjays-trade.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/sanjays-trade.jpg\" alt=\"sanjays trade\" width=\"466\" height=\"473\" class=\"alignnone size-full wp-image-765\" /></a>\r\n \r\nDo you have what it takes to be a quant trader in today\'s volatile markets? Whether you trade Commodities, Forex or Stocks, join us in our live trading room everyday trading day from 8:00 to 11:00 ET. Take our trading systems for a free trial and test it on your own time. <a href=\"http://www.riosquant.com/requestinfo?product_id=2\">Click here for request</a> \r\n','Recent Trades from Rios Quant Members','','inherit','open','closed','','763-revision-v1','','','2014-01-09 12:04:23','2014-01-09 12:04:23','',763,'http://www.thetradingroom.com/763-revision-v1/',0,'revision','',0),(767,2,'2014-01-09 12:08:02','2014-01-09 12:08:02','Do you have what it takes to be a quant trader in today\'s volatile markets? Whether you trade Commodities, Forex or Stocks, join us in our live trading room during prime time market hours from 8:00 to 11:00 ET. Take our trading systems for a free trial and test it on your own computer in a live trading environment. \n<a href=\"http://www.riosquant.com/requestinfo?product_id=2\">Click here for request</a> \n\n<strong>Recent trades from Rios Quant members</strong>\n\nRios Quant member Jim from Virginia traded Gold futures for over $2,740 in profits during the London and US trading sessions with the RQ Channel as his alpah signal indicator. \n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/jim-gold.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/jim-gold-1024x499.jpg\" alt=\"jim gold\" width=\"570\" height=\"277\" class=\"alignnone size-large wp-image-764\" /></a>\n\nSanjay from California traded the USD/CHF forex pair for profit also using the RQ Channel alpha signal indicator.\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/sanjays-trade.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/sanjays-trade.jpg\" alt=\"sanjays trade\" width=\"466\" height=\"473\" class=\"alignnone size-full wp-image-765\" /></a>\n \nDo you have what it takes to be a quant trader in today\'s volatile markets? Whether you trade Commodities, Forex or Stocks, join us in our live trading room everyday trading day from 8:00 to 11:00 ET. Take our trading systems for a free trial and test it on your own time. <a href=\"http://www.riosquant.com/requestinfo?product_id=2\">Click here for request</a> \n\n                          PAST RESULTS ARE NOT INDICATIVE OF FUTURE PERFORMANCE','Recent Trades from Rios Quant Members','','inherit','open','closed','','763-autosave-v1','','','2014-01-09 12:08:02','2014-01-09 12:08:02','',763,'http://www.thetradingroom.com/763-autosave-v1/',0,'revision','',0),(768,2,'2014-01-09 12:05:59','2014-01-09 12:05:59','Do you have what it takes to be a quant trader in today\'s volatile markets? Whether you trade Commodities, Forex or Stocks, join us in our live trading room during prime time market hours from 8:00 to 11:00 ET. Take our trading systems for a free trial and test it on your own computer in a live trading environment. \r\n<a href=\"http://www.riosquant.com/requestinfo?product_id=2\">Click here for request</a> \r\n\r\nRios Quant member Jim from Virginia traded Gold futures for over $2,740 in profits during the London and US trading sessions with the RQ Channel as his alpah signal indicator. \r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/jim-gold.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/jim-gold-1024x499.jpg\" alt=\"jim gold\" width=\"570\" height=\"277\" class=\"alignnone size-large wp-image-764\" /></a>\r\n\r\nSanjay from California traded the USD/CHF forex pair for profit also using the RQ Channel alpha signal indicator.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/sanjays-trade.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/sanjays-trade.jpg\" alt=\"sanjays trade\" width=\"466\" height=\"473\" class=\"alignnone size-full wp-image-765\" /></a>\r\n \r\nDo you have what it takes to be a quant trader in today\'s volatile markets? Whether you trade Commodities, Forex or Stocks, join us in our live trading room everyday trading day from 8:00 to 11:00 ET. Take our trading systems for a free trial and test it on your own time. <a href=\"http://www.riosquant.com/requestinfo?product_id=2\">Click here for request</a> \r\n','Recent Trades from Rios Quant Members','','inherit','open','closed','','763-revision-v1','','','2014-01-09 12:05:59','2014-01-09 12:05:59','',763,'http://www.thetradingroom.com/763-revision-v1/',0,'revision','',0),(770,2,'2014-01-09 12:10:00','2014-01-09 12:10:00','Do you have what it takes to be a quant trader in today\'s volatile markets? Whether you trade Commodities, Forex or Stocks, join us in our live trading room during prime time market hours from 8:00 to 11:00 ET. Take our trading systems for a free trial and test it on your own computer in a live trading environment. \r\n<a href=\"http://www.riosquant.com/requestinfo?product_id=2\">Click here for request</a> \r\n\r\n\r\nRios Quant member Jim from Virginia traded Gold futures for over $2,740 in profits during the London and US trading sessions with the RQ Channel as his alpah signal indicator. \r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/jim-gold.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/jim-gold-1024x499.jpg\" alt=\"jim gold\" width=\"570\" height=\"277\" class=\"alignnone size-large wp-image-764\" /></a>\r\n\r\nSanjay from California traded the USD/CHF forex pair for profit also using the RQ Channel alpha signal indicator.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/sanjays-trade.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/sanjays-trade.jpg\" alt=\"sanjays trade\" width=\"466\" height=\"473\" class=\"alignnone size-full wp-image-765\" /></a>\r\n \r\n\r\n                          PAST RESULTS ARE NOT INDICATIVE OF FUTURE PERFORMANCE','Recent Trades from Rios Quant Members','','inherit','open','closed','','763-revision-v1','','','2014-01-09 12:10:00','2014-01-09 12:10:00','',763,'http://www.thetradingroom.com/763-revision-v1/',0,'revision','',0),(769,2,'2014-01-09 12:08:24','2014-01-09 12:08:24','Do you have what it takes to be a quant trader in today\'s volatile markets? Whether you trade Commodities, Forex or Stocks, join us in our live trading room during prime time market hours from 8:00 to 11:00 ET. Take our trading systems for a free trial and test it on your own computer in a live trading environment. \r\n<a href=\"http://www.riosquant.com/requestinfo?product_id=2\">Click here for request</a> \r\n\r\n<strong>Recent trades from Rios Quant members</strong>\r\n\r\nRios Quant member Jim from Virginia traded Gold futures for over $2,740 in profits during the London and US trading sessions with the RQ Channel as his alpah signal indicator. \r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/jim-gold.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/jim-gold-1024x499.jpg\" alt=\"jim gold\" width=\"570\" height=\"277\" class=\"alignnone size-large wp-image-764\" /></a>\r\n\r\nSanjay from California traded the USD/CHF forex pair for profit also using the RQ Channel alpha signal indicator.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/sanjays-trade.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/sanjays-trade.jpg\" alt=\"sanjays trade\" width=\"466\" height=\"473\" class=\"alignnone size-full wp-image-765\" /></a>\r\n \r\nDo you have what it takes to be a quant trader in today\'s volatile markets? Whether you trade Commodities, Forex or Stocks, join us in our live trading room everyday trading day from 8:00 to 11:00 ET. Take our trading systems for a free trial and test it on your own time. <a href=\"http://www.riosquant.com/requestinfo?product_id=2\">Click here for request</a> \r\n\r\n                          PAST RESULTS ARE NOT INDICATIVE OF FUTURE PERFORMANCE','Recent Trades from Rios Quant Members','','inherit','open','closed','','763-revision-v1','','','2014-01-09 12:08:24','2014-01-09 12:08:24','',763,'http://www.thetradingroom.com/763-revision-v1/',0,'revision','',0),(771,2,'2014-01-09 12:11:45','2014-01-09 12:11:45','Do you have what it takes to be a quant trader in today\'s volatile markets? Whether you trade Commodities, Forex or Stocks, join us in our live trading room during prime time market hours from 8:00 to 11:00 ET. Take our trading systems for a free trial and test it on your own computer in a live trading environment. \r\n<a href=\"http://www.riosquant.com/requestinfo?product_id=2\">Click here for request</a> \r\n\r\n\r\nRios Quant member Jim from Virginia traded Gold futures for over $2,740 in profits during the London and US trading sessions with the RQ Channel as his alpha signal indicator. \r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/jim-gold.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/jim-gold-1024x499.jpg\" alt=\"jim gold\" width=\"570\" height=\"277\" class=\"alignnone size-large wp-image-764\" /></a>\r\n\r\nSanjay from California traded the USD/CHF forex pair for profit also using the RQ Channel alpha signal indicator.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/sanjays-trade.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/sanjays-trade.jpg\" alt=\"sanjays trade\" width=\"466\" height=\"473\" class=\"alignnone size-full wp-image-765\" /></a>\r\n \r\n\r\n                          PAST RESULTS ARE NOT INDICATIVE OF FUTURE PERFORMANCE','Recent Trades from Rios Quant Members','','inherit','open','closed','','763-revision-v1','','','2014-01-09 12:11:45','2014-01-09 12:11:45','',763,'http://www.thetradingroom.com/763-revision-v1/',0,'revision','',0),(773,2,'2014-01-13 00:20:44','2014-01-13 00:20:44','From the Desk of Joe Rios\r\n\r\nFriday\'s US December employment report  surprised the market with a headline Nonfarm Payroll print of +74K versus expectations of +197K. The US 10-year notes spiked higher with the yield breaking below the key 2.93% level. The decline in yield helped the US Dollar come under pressure with most foreign currencies trading higher. In the commodity markets Corn outperformed rising 2.2% while wheat tumbled -6.0%, Natural Gas dropped -5.3% and Crude Oil lost -1.5%. In the week ahead volatility should return to the markets. I will be focusing on the metal markets as well as the correlation between the stock indices and the bond market. \r\n\r\nJoe Rios\r\nChief Market Strategist\r\nwww.riosquant.com\r\n\r\nLive Rooms and Events\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\n\r\nLive Trading Rooms and Events:\r\n\r\n<strong>TradeLAB Trading Room </strong>- Global Trading with Quantitative Technologies\r\nMonday through Friday beginning at 8:00 AM ET\r\nhttps://www3.gotomeeting.com/register/873785110\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading Room en Español</strong>\r\nhttps://www3.gotomeeting.com/register/756170446\r\nMonday and Friday beginning at 8:00 AM ET\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\n<strong>Insider\'s Quant (IQ) Room </strong> - Advanced Concepts with Joe Rios\r\nMonday, Wednesday and Thursday beginning at 1:30 PM ET\r\n\r\n<strong>ABC Trading Room - Automated Algorithmic Trading Systems</strong>\r\nhttps://www3.gotomeeting.com/register/777173542\r\nTuesday, Wednesday and Thursday beginning at 8:00 AM ET\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\nhttps://www3.gotomeeting.com/register/934723070\r\nWednesday beginning at 1:00 PM ET\r\nTopic: Think Smarter and Trade Better with Einstein Auto Trading\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\nhttps://www3.gotomeeting.com/register/934737294\r\nSaturday beginning at 10:30 AM ET\r\nTopic: GnosTICK and RQ Channel Basics\r\n\r\n<strong>MONDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nNZD - NZIER Business Confidence – 4:00 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/873785110\r\nBeginning at 8:00 AM ET\r\n\r\nInsider\'s Quant (IQ) Room  - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nGBP - CPI – 4:30 AM ET\r\nUSD - Retail Sales – 8:30 AM ET\r\nUSD - FOMC Member Plosser Speaks – 12:45 PM ET\r\nUSD - FOMC Member Fisher Speaks – 1:20 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/873785110\r\nBeginning at 8:00 AM ET\r\n\r\nABC Trading Room - Automated Algorithmic Trading Systems\r\nhttps://www3.gotomeeting.com/register/777173542\r\nBeginning at 8:00 AM ET\r\n\r\n<strong>WEDNESDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nUSD - PPI – 8:30 AM ET\r\nUSD - Empire State Manufacturing Index – 8:30 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nUSD - Beige Book – 2:00 PM ET\r\nAUD - Employment Change – 7:30 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/873785110\r\nBeginning at 8:00 AM ET\r\n\r\nABC Trading Room - Automated Algorithmic Trading Systems\r\nhttps://www3.gotomeeting.com/register/777173542\r\nBeginning at 8:00 AM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/934723070\r\nBeginning at 1:00 PM ET\r\nTopic: The Power and Science of Einstein Auto Trading\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nUSD - Unemployment Claims – 8:30 AM ET\r\nUSD - Core CPI – 8:30 AM ET\r\nUSD - Philly Fed Manufacturing Index – 10:00 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\nUSD - Fed Chairman Burning D Speaks – 11:10 AM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/873785110\r\nBeginning at 8:00 AM ET\r\n\r\nABC Trading Room - Automated Algorithmic Trading Systems\r\nhttps://www3.gotomeeting.com/register/777173542\r\nBeginning at 8:00 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>FRIDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nGBP - Retails Sales – 4:30 AM ET\r\nUSD - Building Permits – 8:30 AM ET\r\nUSD - Preliminary Uom Consumer Sentiment – 9:55 AM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/873785110\r\nBeginning at 8:00 AM ET\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing21.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing21.jpg\" alt=\"joe shadow writing2\" width=\"600\" height=\"400\" class=\"alignnone size-full wp-image-518\" /></a>\r\n\r\n\r\n\r\n\r\n\r\n','','','inherit','open','closed','','772-revision-v1','','','2014-01-13 00:20:44','2014-01-13 00:20:44','',772,'http://www.thetradingroom.com/772-revision-v1/',0,'revision','',0),(775,2,'2014-01-13 14:25:05','2014-01-13 14:25:05','<strong>STOCKS</strong> - European stocks rose for a second day, after the Stoxx Europe 600 Index posted its first full- weekly gain of 2014, as global regulators diluted a debt-limit plan for banks. U.S. futures declined, while Asian shares rose. \r\n\r\n<strong>BONDS</strong> - Treasuries were little changed following their biggest rally in almost four months before reports this week that economists said will show U.S. retail sales growth slowed and inflation was in check. \r\n\r\n<strong>COMMODITIES</strong> - Corn fluctuated after its biggest rally since August as the U.S. said production and reserves in the world’s biggest grower and exporter were smaller than forecast. \r\n\r\n<strong>CURRENCIES</strong> - Australia’s dollar touched a one-month high on prospects a report this week will show jobs grew for a second month, enhancing local assets’ allure relative to the U.S., where labor data last week fell short of estimates. \r\n\r\n<strong>ECONOMIC DATA</strong> - NZD NZIER Business Confidence due at 16:00 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg\" alt=\"world dgital clocks\" width=\"445\" height=\"273\" class=\"alignnone size-full wp-image-636\" /></a>','RiosQuant – Overnight Trading Action in the Global Markets','','publish','open','closed','','riosquant-overnight-trading-action-global-markets-26','','','2014-01-13 14:25:05','2014-01-13 14:25:05','',0,'http://www.thetradingroom.com/?p=775',0,'post','',0),(776,2,'2014-01-13 14:25:05','2014-01-13 14:25:05','<strong>STOCKS</strong> - European stocks rose for a second day, after the Stoxx Europe 600 Index posted its first full- weekly gain of 2014, as global regulators diluted a debt-limit plan for banks. U.S. futures declined, while Asian shares rose. \r\n\r\n<strong>BONDS</strong> - Treasuries were little changed following their biggest rally in almost four months before reports this week that economists said will show U.S. retail sales growth slowed and inflation was in check. \r\n\r\n<strong>COMMODITIES</strong> - Corn fluctuated after its biggest rally since August as the U.S. said production and reserves in the world’s biggest grower and exporter were smaller than forecast. \r\n\r\n<strong>CURRENCIES</strong> - Australia’s dollar touched a one-month high on prospects a report this week will show jobs grew for a second month, enhancing local assets’ allure relative to the U.S., where labor data last week fell short of estimates. \r\n\r\n<strong>ECONOMIC DATA</strong> - NZD NZIER Business Confidence due at 16:00 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg\" alt=\"world dgital clocks\" width=\"445\" height=\"273\" class=\"alignnone size-full wp-image-636\" /></a>','RiosQuant – Overnight Trading Action in the Global Markets','','inherit','open','closed','','775-revision-v1','','','2014-01-13 14:25:05','2014-01-13 14:25:05','',775,'http://www.thetradingroom.com/775-revision-v1/',0,'revision','',0),(777,2,'2014-01-14 12:15:34','2014-01-14 12:15:34','<strong>UPDATED 7:10 ET </strong>\r\n\r\n<strong>STOCKS </strong>- European stocks dropped from their highest level since May 2008, tracking global indexes lower amid concern over equity valuations. U.S. index futures were little changed, while Asian shares retreated. \r\n\r\n<strong>BONDS </strong>- Treasuries declined, pushing 10-year yields up from the lowest level in a month, before Federal Reserve board members Charles Plosser and Richard Fisher are scheduled to speak on the economic outlook. \r\n\r\n<strong>COMMODITIES</strong> - Crude Oil traded little changed in its worst start to any year since 2009 amid estimates U.S. fuel stockpiles increased for a third week. \r\n\r\n<strong>CURRENCIES</strong> - The yen fell the most in four weeks against the dollar after a government report showed Japan’s current-account deficit widened to a record in November. \r\n\r\n<strong>ECONOMIC DATA</strong> - US Retail Sales due at 8:30, Business Inventories at 10:00,  FOMC Member Plosser Speaks at 12:45 and FOMC Member Fisher Speaks at 13:20 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/quote-board-blue.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/quote-board-blue.jpg\" alt=\"quote board blue\" width=\"365\" height=\"274\" class=\"alignnone size-full wp-image-608\" /></a>','RiosQuant – Overnight Trading Action in the Global Markets','','publish','open','closed','','riosquant-overnight-trading-action-global-markets-27','','','2014-01-14 12:15:35','2014-01-14 12:15:35','',0,'http://www.thetradingroom.com/?p=777',0,'post','',0),(778,2,'2014-01-14 12:15:35','2014-01-14 12:15:35','<strong>UPDATED 7:10 ET </strong>\r\n\r\n<strong>STOCKS </strong>- European stocks dropped from their highest level since May 2008, tracking global indexes lower amid concern over equity valuations. U.S. index futures were little changed, while Asian shares retreated. \r\n\r\n<strong>BONDS </strong>- Treasuries declined, pushing 10-year yields up from the lowest level in a month, before Federal Reserve board members Charles Plosser and Richard Fisher are scheduled to speak on the economic outlook. \r\n\r\n<strong>COMMODITIES</strong> - Crude Oil traded little changed in its worst start to any year since 2009 amid estimates U.S. fuel stockpiles increased for a third week. \r\n\r\n<strong>CURRENCIES</strong> - The yen fell the most in four weeks against the dollar after a government report showed Japan’s current-account deficit widened to a record in November. \r\n\r\n<strong>ECONOMIC DATA</strong> - US Retail Sales due at 8:30, Business Inventories at 10:00,  FOMC Member Plosser Speaks at 12:45 and FOMC Member Fisher Speaks at 13:20 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/quote-board-blue.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/quote-board-blue.jpg\" alt=\"quote board blue\" width=\"365\" height=\"274\" class=\"alignnone size-full wp-image-608\" /></a>','RiosQuant – Overnight Trading Action in the Global Markets','','inherit','open','closed','','777-revision-v1','','','2014-01-14 12:15:35','2014-01-14 12:15:35','',777,'http://www.thetradingroom.com/777-revision-v1/',0,'revision','',0),(780,2,'2014-01-15 12:32:47','2014-01-15 12:32:47','<strong>UPDATED 7:20 ET </strong>\r\n\r\n<strong> STOCKS</strong> - European stocks advanced, with the benchmark Stoxx Europe 600 Index heading for its highest close in almost six years, after the World Bank raised its global growth forecast. U.S. stock-index futures and Asian shares rose. \r\n\r\n<strong>BONDS</strong> - Treasuries are having their best start to a year since 2010 as investors from Jeffrey Gundlach to Goldman Sachs Group Inc. say the Federal Reserve will keep its benchmark interest rate near zero into 2016. \r\n\r\n<strong>COMMODITIES</strong> - Gold dropped for a second day from the highest level in a month as the rally reduced demand amid speculation that the U.S. Federal Reserve will continue reducing asset purchases. \r\n\r\n<strong>CURRENCIES </strong>- The US Dollar rose against most currencies while Australia’s dollar fell before a jobs report  forecast to show unemployment remained at its highest level in four years. \r\n\r\n<strong>ECONOMIC DATA</strong> - US PPI and Empire State Manufacturing Index due at 8:30, BOE Gov Carney Speaks at 9:25, Crude Oil Inventories at 10:30, Beige Book at 14:00, AUD Employment Change at 19:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg\" alt=\"clock red wall\" width=\"402\" height=\"302\" class=\"alignnone size-full wp-image-567\" /></a>','RiosQuant – Overnight Trading Action in the Global Markets','','inherit','open','closed','','779-revision-v1','','','2014-01-15 12:32:47','2014-01-15 12:32:47','',779,'http://www.thetradingroom.com/779-revision-v1/',0,'revision','',0),(794,2,'2014-01-21 01:06:09','2014-01-21 01:06:09','From the Desk of Joe Rios\r\n\r\nThere were several economic data releases this past week but none caused any type of volatility. Most asset classes were relatively tame as the bench marks continued to consolidate. Natural Gas was the outperformer for the week gaining 6.1% followed by Soybeans rising 3.0% by week end. Corporate earnings season in the U.S. kicked into high gear with a number of big names including Bank of America and General Electric releasing earnings. According to Reuters, of the 6% of S&P 500 companies that have reported, about 48 percent have beaten estimates. In the week ahead I will continue to focus on the benchmarks and the relationship between the Ten Year Treasury Notes and the Foreign currencies as well as economic data from China.\r\n\r\nTake special note of the official launch of our new Stocks and Options trading room Tuesday evening. Join Joe Contes and Ken Eriksen and experience the power of the RiosQuant trading tools in the world of stocks, ETFs and options. \r\n\r\nJoe Rios\r\nChief Market Strategist\r\nwww.riosquant.com\r\n\r\n<strong>Live Rooms and Events</strong>\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>TradeLAB Trading Room - Global Trading with Quantitative Technologies</strong>\r\nTuesday through Friday beginning at 8:00 AM ET\r\nhttps://www3.gotomeeting.com/register/385823550\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading Room en Español</strong>\r\nhttps://www3.gotomeeting.com/register/755112238\r\nMonday and Friday beginning at 8:00 AM ET\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\n<strong>Insider\'s Quant (IQ) Room  - Advanced Concepts with Joe Rios</strong>\r\nMonday beginning at 10:30 AM ET (One Hour Session)\r\nWednesday and Thursday beginning at 1:30 PM ET\r\n\r\n<strong>Stock / ETF / Option Trading Trading Room</strong>\r\nhttps://www3.gotomeeting.com/register/938276182\r\nTuesday beginning at 8:00 PM ET\r\n\r\n<strong>ABC Trading Room - Automated Algorithmic Trading Systems</strong>\r\nhttps://www3.gotomeeting.com/register/175576414\r\nTuesday, Wednesday and Thursday beginning at 8:00 AM ET\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\nhttps://www3.gotomeeting.com/register/303349974\r\nThursday beginning at 1:00 PM ET\r\nTopic:  The Power and Science of Einstein Auto Trading\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Market Movers\r\nUS Holiday\r\n\r\nInsider\'s Quant (IQ) Room  - Advanced Concepts with Joe Rios\r\nBeginning at 10:30 AM ET (One Hour Session)\r\nTUESDAY\r\n\r\nEconomic Data Release - Market Movers\r\nEUR - German ZEQ Economic Sentiment – 5:00 AM ET\r\nCAD - Manufacturing Sales – 8:30 AM ET\r\nAUD - CPI – 7:30 PM ET\r\nUSD - Monetary Policy Statement – Tentative\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/385823550\r\nBeginning at 8:00 AM ET\r\n\r\nABC Trading Room - Automated Algorithmic Trading Systems\r\nhttps://www3.gotomeeting.com/register/175576414\r\nBeginning at 8:00 AM ET\r\n\r\nStock / ETF / Option Trading Trading Room\r\nhttps://www3.gotomeeting.com/register/938276182\r\nBeginning at 8:00 PM ET\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - Claimant Count Change & Unemployment Rate – 4:30 AM ET\r\nCAD - BOC Rate Statement – 10:00 AM ET\r\nBOC - Press Conference – 11:15 AM ET\r\nHSBC - Flash Manufacturing PMI – 8:45 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/385823550\r\nBeginning at 8:00 AM ET\r\n\r\nABC Trading Room - Automated Algorithmic Trading Systems\r\nhttps://www3.gotomeeting.com/register/175576414\r\nBeginning at 8:00 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Market Movers\r\nEUR - French Flash Manufacturing PMI – 3:00 AM ET\r\nEUR - German Flash Manufacturing PMI – 3:30 AM ET\r\nCAD - Core Retail Sales – 8:30 AM ET\r\nUSD - Unemployment Claims – 8:30 AM ET\r\nUSD - Existing Home Sales – 10:00 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\nUSD - Crude Oil Inventories – 11:00 AM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/385823550\r\nBeginning at 8:00 AM ET\r\n\r\nABC Trading Room - Automated Algorithmic Trading Systems\r\nhttps://www3.gotomeeting.com/register/175576414\r\nBeginning at 8:00 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/303349974\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg\" alt=\"clock red wall\" width=\"402\" height=\"302\" class=\"alignnone size-full wp-image-567\" /></a>\r\n','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','791-revision-v1','','','2014-01-21 01:06:09','2014-01-21 01:06:09','',791,'http://www.thetradingroom.com/791-revision-v1/',0,'revision','',0),(796,2,'2014-01-21 12:07:03','2014-01-21 12:07:03','<strong>UPDATED 7:00 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks advanced to the highest level in six years, with Unilever leading food and beverage makers higher. U.S. index futures climbed, while Asian shares were little changed. \r\n<strong>BONDS </strong>- Treasuries fell, with 10-year yields climbing from near the lowest level in six weeks, before reports this week that analysts said will show manufacturing accelerated this month and home sales rose in December. \r\n<strong>COMMODITIES</strong> - Crude Oil advanced after a three- day decline on signs that demand is strengthening as the economic recovery takes root in developed nations. \r\n<strong>CURRENCIES </strong>- The US Dollar rose on bets the Federal Reserve will further scale back stimulus. \r\n<strong>ECONOMIC DATA</strong> - CAD Manufacturing Sales due at 8:30, AUD CPI at 19:30, Monetary Policy Statement tentative. \r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\" alt=\"Hangseng sign\" width=\"604\" height=\"453\" class=\"alignnone size-full wp-image-454\" /></a>','RiosQuant – Overnight Trading Action in the Global Markets','','publish','open','closed','','riosquant-overnight-trading-action-global-markets-31','','','2014-01-21 12:07:03','2014-01-21 12:07:03','',0,'http://www.thetradingroom.com/?p=796',0,'post','',0),(797,2,'2014-01-21 12:07:03','2014-01-21 12:07:03','<strong>UPDATED 7:00 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks advanced to the highest level in six years, with Unilever leading food and beverage makers higher. U.S. index futures climbed, while Asian shares were little changed. \r\n<strong>BONDS </strong>- Treasuries fell, with 10-year yields climbing from near the lowest level in six weeks, before reports this week that analysts said will show manufacturing accelerated this month and home sales rose in December. \r\n<strong>COMMODITIES</strong> - Crude Oil advanced after a three- day decline on signs that demand is strengthening as the economic recovery takes root in developed nations. \r\n<strong>CURRENCIES </strong>- The US Dollar rose on bets the Federal Reserve will further scale back stimulus. \r\n<strong>ECONOMIC DATA</strong> - CAD Manufacturing Sales due at 8:30, AUD CPI at 19:30, Monetary Policy Statement tentative. \r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\" alt=\"Hangseng sign\" width=\"604\" height=\"453\" class=\"alignnone size-full wp-image-454\" /></a>','RiosQuant – Overnight Trading Action in the Global Markets','','inherit','open','closed','','796-revision-v1','','','2014-01-21 12:07:03','2014-01-21 12:07:03','',796,'http://www.thetradingroom.com/796-revision-v1/',0,'revision','',0),(798,2,'2014-01-21 20:52:58','2014-01-21 20:52:58','<strong>Do you have what it takes to be a quant trader in today’s volatile markets? </strong>\r\n\r\nWhether you trade Commodities, Forex or Stocks, join us in our live trading room during prime time market hours from 8:00 to 11:00 ET. Take our trading systems for a free trial and test it on your own computer in a live trading environment.\r\n\r\n<a href=\"http://www.riosquant.com/requestinfo?product_id=2\">Click here for trading system free trial</a>\r\n\r\nRios Quant member Jim from Virginia traded the Japanese Yen currency, Dow Jones Industrial Average and  Nasdaq futures for a total profit of $2,240 during this morning\'s trading session using the Rios Quant trading technology.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/jim-trade-yen.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/jim-trade-yen-1024x659.jpg\" alt=\"jim trade yen\" width=\"570\" height=\"366\" class=\"alignnone size-large wp-image-799\" /></a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/jim-trade-djia.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/jim-trade-djia.jpg\" alt=\"jim trade djia\" width=\"812\" height=\"663\" class=\"alignnone size-full wp-image-800\" /></a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/jim-trade-nq.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/jim-trade-nq.jpg\" alt=\"jim trade nq\" width=\"987\" height=\"677\" class=\"alignnone size-full wp-image-801\" /></a>\r\n\r\n','Recent Trades from Members','','publish','open','closed','','recent-trades-members','','','2014-01-21 20:57:23','2014-01-21 20:57:23','',0,'http://www.thetradingroom.com/?p=798',0,'post','',0),(799,2,'2014-01-21 20:47:38','2014-01-21 20:47:38','','jim trade yen','','inherit','open','closed','','jim-trade-yen','','','2014-01-21 20:47:38','2014-01-21 20:47:38','',798,'http://www.thetradingroom.com/wp-content/uploads/2014/01/jim-trade-yen.jpg',0,'attachment','image/jpeg',0),(800,2,'2014-01-21 20:48:44','2014-01-21 20:48:44','','jim trade djia','','inherit','open','closed','','jim-trade-djia','','','2014-01-21 20:48:44','2014-01-21 20:48:44','',798,'http://www.thetradingroom.com/wp-content/uploads/2014/01/jim-trade-djia.jpg',0,'attachment','image/jpeg',0),(846,2,'2014-01-29 12:13:52','2014-01-29 12:13:52','<strong>UPDATED  6:30 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks advanced for a second day as Turkey’s central bank increased interest rates to halt a currency slide that roiled global markets. U.S. stock- index futures and Asian shares also climbed.\r\n<strong>BONDS</strong> - Treasuries fell for a third day amid a Federal Reserve meeting analysts said will see policy makers further cut bond-purchase stimulus measures, and after Turkey’s central bank took steps to stabilize the lira.\r\n<strong>COMMODITIES</strong> - Natural gas pared a decline as freezing weather depleted below-average inventories.\r\n<strong>CURRENCIES</strong> - The Swiss franc erased declines as steps by Turkey’s central bank to stem a sell-off in the lira failed to support the currencies of other emerging market nations, boosting the appeal of haven assets.\r\n<strong>ECONOMIC DATA</strong> - BOE Gov Carney Speaks at 7:15, Crude Oil Inventories at 10:30, FOMC Statement at 14:00, RBNZ Rate Statement at 15:00, CHY HSBC Final Manufacturing PMI at 20:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/quote-board-blue.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/quote-board-blue.jpg\" alt=\"quote board blue\" width=\"365\" height=\"274\" class=\"alignnone size-full wp-image-608\" /></a>','Rios Quant – Overnight Trading Action in the Global Markets','','publish','open','closed','','rios-quant-overnight-trading-action-global-markets-3','','','2014-01-29 12:13:52','2014-01-29 12:13:52','',0,'http://www.thetradingroom.com/?p=846',0,'post','',0),(803,2,'2014-01-21 20:52:58','2014-01-21 20:52:58','<strong>Do you have what it takes to be a quant trader in today’s volatile markets? </strong>\r\n\r\nWhether you trade Commodities, Forex or Stocks, join us in our live trading room during prime time market hours from 8:00 to 11:00 ET. Take our trading systems for a free trial and test it on your own computer in a live trading environment.\r\n\r\n<a href=\"http://www.riosquant.com/requestinfo?product_id=2\">Click here for trading system free trial</a>\r\n\r\nRios Quant member Jim from Virginia traded the Japanese Yen currency, Dow Jones Industrial Average and  Nasdaq futures for a total profit of $2,240 during this morning\'s trading session using the Rios Quant trading technology.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/jim-trade-yen.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/jim-trade-yen-1024x659.jpg\" alt=\"jim trade yen\" width=\"570\" height=\"366\" class=\"alignnone size-large wp-image-799\" /></a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/jim-trade-djia.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/jim-trade-djia.jpg\" alt=\"jim trade djia\" width=\"812\" height=\"663\" class=\"alignnone size-full wp-image-800\" /></a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/jim-trade-nq.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/jim-trade-nq.jpg\" alt=\"jim trade nq\" width=\"987\" height=\"677\" class=\"alignnone size-full wp-image-801\" /></a>\r\n\r\n','Recent Trades from Members','','inherit','open','closed','','798-revision-v1','','','2014-01-21 20:52:58','2014-01-21 20:52:58','',798,'http://www.thetradingroom.com/798-revision-v1/',0,'revision','',0),(848,2,'2014-01-30 12:24:35','2014-01-30 12:24:35','<strong>UPDATED 7:20 ET</strong> \r\n\r\n<strong>STOCKS </strong>- European stocks dropped after the Federal Reserve trimmed bond buying for a second straight meeting and companies posted results that missed analyst estimates. Asian shares slid, while U.S. stock-index futures were little changed.\r\n\r\n<strong>BONDS</strong> - Treasury notes declined before $64 billion in debt auctions today amid concern yields near a two- month low will damp investor demand as the Federal Reserve reduces its purchases of the securities.\r\n\r\n<strong>COMMODITIES</strong> - Crude Oil  rose to its highest level in four weeks as cold weather in the U.S. boosted demand for heating fuel in the world’s largest oil consumer.\r\n\r\n<strong>CURRENCIES</strong> - The US Dollar strengthened with the yen after the Federal Reserve scaled back its stimulus program of bond purchases that tend to weaken the greenback and emerging- market currencies extended declines.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Advance GDP and Unemployment Claims due at 8:30, Pending Home Sales at 10:00, Natural Gas Storage at 10:30, NZD Trade Balance at 16:45, RBNZ Gov Wheeler Speaks at 18:00, AUD PPI q/q at 19:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/morgan-quotes.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/morgan-quotes-1024x687.jpg\" alt=\"morgan quotes\" width=\"570\" height=\"382\" class=\"alignnone size-large wp-image-585\" /></a>\r\n\r\n','','','publish','open','closed','','848','','','2014-01-30 12:24:35','2014-01-30 12:24:35','',0,'http://www.thetradingroom.com/?p=848',0,'post','',0),(805,2,'2014-01-22 11:57:01','2014-01-22 11:57:01','<strong>UPDATED 6:50 ET </strong>\r\n\r\n<strong>STOCKS </strong>- European stocks were little changed as a rally in ASML Holding NV offset a decline in ABB Ltd. U.S. stock futures were also little changed, while Asian shares rose.\r\n<strong>BONDS</strong> - Treasuries fell for a second day as signs the U.S. recovery is accelerating boosted speculation the Federal Reserve will keep reducing its debt-purchase program. \r\n<strong>COMMODITIES</strong> - Copper fell in London amid speculation Chinese holidays next week will sap demand in the world’s biggest consumer of the metal at a time when reports suggest the nation’s economy is slowing.\r\n<strong>CURRENCIES</strong> - The pound climbed to the strongest level in a year against the euro after a government report showed the jobless rate dropped more than economists forecast to the lowest in almost five years.\r\n<strong>ECONOMIC DATA</strong> - CAD BOC Rate Statement due at 10:00, BOC Press Conference at 11:15, CHY HSBC Flash Manufacturing PMI at 20:45 ET.\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg\" alt=\"world dgital clocks\" width=\"445\" height=\"273\" class=\"alignnone size-full wp-image-636\" /></a>','RiosQuant – Overnight Trading Action in the Global Markets','','publish','open','closed','','riosquant-overnight-trading-action-global-markets-32','','','2014-01-22 11:57:02','2014-01-22 11:57:02','',0,'http://www.thetradingroom.com/?p=805',0,'post','',0),(806,2,'2014-01-22 11:57:02','2014-01-22 11:57:02','<strong>UPDATED 6:50 ET </strong>\r\n\r\n<strong>STOCKS </strong>- European stocks were little changed as a rally in ASML Holding NV offset a decline in ABB Ltd. U.S. stock futures were also little changed, while Asian shares rose.\r\n<strong>BONDS</strong> - Treasuries fell for a second day as signs the U.S. recovery is accelerating boosted speculation the Federal Reserve will keep reducing its debt-purchase program. \r\n<strong>COMMODITIES</strong> - Copper fell in London amid speculation Chinese holidays next week will sap demand in the world’s biggest consumer of the metal at a time when reports suggest the nation’s economy is slowing.\r\n<strong>CURRENCIES</strong> - The pound climbed to the strongest level in a year against the euro after a government report showed the jobless rate dropped more than economists forecast to the lowest in almost five years.\r\n<strong>ECONOMIC DATA</strong> - CAD BOC Rate Statement due at 10:00, BOC Press Conference at 11:15, CHY HSBC Flash Manufacturing PMI at 20:45 ET.\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg\" alt=\"world dgital clocks\" width=\"445\" height=\"273\" class=\"alignnone size-full wp-image-636\" /></a>','RiosQuant – Overnight Trading Action in the Global Markets','','inherit','open','closed','','805-revision-v1','','','2014-01-22 11:57:02','2014-01-22 11:57:02','',805,'http://www.thetradingroom.com/805-revision-v1/',0,'revision','',0),(807,2,'2014-01-23 12:10:00','2014-01-23 12:10:00','<strong>UPDATED 7:00 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks were little changed near a six-year high as a report showed that the euro zone’s manufacturing and services industries expanded at a faster-than- forecast pace. U.S. index futures and Asian shares declined.\r\n<strong>BONDS </strong>- Treasuries rose for the first day this week after a private survey showing Chinese manufacturing unexpectedly contracted to a six-month low boosted demand for the relative safety of the U.S. securities.\r\n<strong>COMMODITIES</strong> - Crude Oil traded near its highest closing level in three weeks before weekly government data on U.S. inventories amid signs the economic recovery in developed nations is gaining strength.\r\n<strong>CURRENCIES </strong>- Australia’s dollar dropped against its 16 major peers after a private report showed manufacturing unexpectedly contracted in China, the South Pacific nation’s biggest export market.\r\n<strong>ECONOMIC DATA </strong>- CAD Retail Sales and US Unemployment Claims due at 8:30, Flash Manufacturing PMI at 9:00, Existing Home Sales at 10:00, Natural Gas Storage at 10:30, Crude Oil Inventories at 11:00 ET.\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News-1024x550.jpg\" alt=\"Direct-Market-Touch-Stock-Exchange-News\" width=\"570\" height=\"306\" class=\"alignnone size-large wp-image-442\" /></a>','Rios Quant - Overnight Trading Action in the Global Markets','','publish','open','closed','','rios-quant-overnight-trading-action-global-markets','','','2014-01-23 12:10:00','2014-01-23 12:10:00','',0,'http://www.thetradingroom.com/?p=807',0,'post','',0),(808,2,'2014-01-23 12:10:00','2014-01-23 12:10:00','<strong>UPDATED 7:00 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks were little changed near a six-year high as a report showed that the euro zone’s manufacturing and services industries expanded at a faster-than- forecast pace. U.S. index futures and Asian shares declined.\r\n<strong>BONDS </strong>- Treasuries rose for the first day this week after a private survey showing Chinese manufacturing unexpectedly contracted to a six-month low boosted demand for the relative safety of the U.S. securities.\r\n<strong>COMMODITIES</strong> - Crude Oil traded near its highest closing level in three weeks before weekly government data on U.S. inventories amid signs the economic recovery in developed nations is gaining strength.\r\n<strong>CURRENCIES </strong>- Australia’s dollar dropped against its 16 major peers after a private report showed manufacturing unexpectedly contracted in China, the South Pacific nation’s biggest export market.\r\n<strong>ECONOMIC DATA </strong>- CAD Retail Sales and US Unemployment Claims due at 8:30, Flash Manufacturing PMI at 9:00, Existing Home Sales at 10:00, Natural Gas Storage at 10:30, Crude Oil Inventories at 11:00 ET.\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News-1024x550.jpg\" alt=\"Direct-Market-Touch-Stock-Exchange-News\" width=\"570\" height=\"306\" class=\"alignnone size-large wp-image-442\" /></a>','Rios Quant - Overnight Trading Action in the Global Markets','','inherit','open','closed','','807-revision-v1','','','2014-01-23 12:10:00','2014-01-23 12:10:00','',807,'http://www.thetradingroom.com/807-revision-v1/',0,'revision','',0),(809,2,'2014-01-23 12:11:57','2014-01-23 12:11:57','Join us this morning and watch us trade live the Crude Oil Inventories and Natural Gas Storage report. <a href=\"https://www3.gotomeeting.com/register/845606190\" title=\"Access the TradeLAB\">Click here to gain access.</a>\n\n<strong>The Crude Oil Inventories report </strong>is released weekly, four days after the week ends. The data reports the number of barrels of crude oil commercial firms have in inventory. Commercial firms report their inventory levels to the Energy Information Administration, but the EIA must still make some estimates to arrive at the final number. It influences the price of petroleum products which affects inflation, but also impacts growth as many industries rely on oil to produce goods. \n\n<strong>Active traders</strong>, especially those utilizing sophisticated computers such as quantitative and algorithmic trading models love this report because of the volatility in price action it can spark.  The futures market is one of the most favored by active traders because of the liquidity and leverage the exchange market offers.  Crude Oil began futures trading on the New York Mercantile Exchange (NYMEX) in 1983 and is the most heavily traded commodity. \n\n<strong>Stock traders</strong> also engage by trading exchange-traded funds (ETF) including  United States Oil Fund, LP : USO, PowerShares DB Oil Fund : DBO  and oil related stock companies such as  Exxon Mobil Corporation: XOM, Chevron Corporation : CVX, PetroChina Company Limited : PTR and BP Plc : BP.\n\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/go-crude.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/go-crude-768x1024.jpg\" alt=\"go crude\" width=\"570\" height=\"760\" class=\"alignnone size-large wp-image-640\" /></a>\n\n<strong>Trading unit</strong>: Crude Oil Futures trade in units of 1,000 U.S. barrels (42,000 gallons). Options: One NYMEX Division light, sweet crude oil futures contract \n\n<strong>Trading Months</strong>: Crude Oil Futures trade 30 consecutive months plus long-dated futures initially listed 36, 48, 60, 72, and 84 months prior to delivery. Additionally, trading can be executed at an average differential to the previous day’s settlement prices for periods of two to 30 consecutive months in a single transaction. These calendar strips are executed during open outcry trading hours. Options: 12 consecutive months, plus three long-dated options at 18, 24, and 36 months out on a June/December cycle. \n\n<strong>Price Quotation</strong>:  Crude Oil Futures are quoted in dollars and cents per barrel.\nMinimum Price Fluctuation: $0.01 (1¢) per barrel ($10 per contract).\n','Trade The Crude Oil Inventories in Live Trading Room','','inherit','open','closed','','704-autosave-v1','','','2014-01-23 12:11:57','2014-01-23 12:11:57','',704,'http://www.thetradingroom.com/704-autosave-v1/',0,'revision','',0),(810,2,'2014-01-23 12:12:33','2014-01-23 12:12:33','Join us this morning and watch us trade live the Crude Oil Inventories and Natural Gas Storage report. <a href=\"https://www3.gotomeeting.com/register/845606190\" title=\"Access the TradeLAB\">Click here to gain access.</a>\r\n\r\n<strong>The Crude Oil Inventories report </strong>is released weekly, four days after the week ends. The data reports the number of barrels of crude oil commercial firms have in inventory. Commercial firms report their inventory levels to the Energy Information Administration, but the EIA must still make some estimates to arrive at the final number. It influences the price of petroleum products which affects inflation, but also impacts growth as many industries rely on oil to produce goods. \r\n\r\n<strong>Active traders</strong>, especially those utilizing sophisticated computers such as quantitative and algorithmic trading models love this report because of the volatility in price action it can spark.  The futures market is one of the most favored by active traders because of the liquidity and leverage the exchange market offers.  Crude Oil began futures trading on the New York Mercantile Exchange (NYMEX) in 1983 and is the most heavily traded commodity. \r\n\r\n<strong>Stock traders</strong> also engage by trading exchange-traded funds (ETF) including  United States Oil Fund, LP : USO, PowerShares DB Oil Fund : DBO  and oil related stock companies such as  Exxon Mobil Corporation: XOM, Chevron Corporation : CVX, PetroChina Company Limited : PTR and BP Plc : BP.\r\n\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/go-crude.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/go-crude-768x1024.jpg\" alt=\"go crude\" width=\"570\" height=\"760\" class=\"alignnone size-large wp-image-640\" /></a>\r\n\r\n<strong>Trading unit</strong>: Crude Oil Futures trade in units of 1,000 U.S. barrels (42,000 gallons). Options: One NYMEX Division light, sweet crude oil futures contract \r\n\r\n<strong>Trading Months</strong>: Crude Oil Futures trade 30 consecutive months plus long-dated futures initially listed 36, 48, 60, 72, and 84 months prior to delivery. Additionally, trading can be executed at an average differential to the previous day’s settlement prices for periods of two to 30 consecutive months in a single transaction. These calendar strips are executed during open outcry trading hours. Options: 12 consecutive months, plus three long-dated options at 18, 24, and 36 months out on a June/December cycle. \r\n\r\n<strong>Price Quotation</strong>:  Crude Oil Futures are quoted in dollars and cents per barrel.\r\nMinimum Price Fluctuation: $0.01 (1¢) per barrel ($10 per contract).\r\n','Trade The Crude Oil Inventories in Live Trading Room','','inherit','open','closed','','704-revision-v1','','','2014-01-23 12:12:33','2014-01-23 12:12:33','',704,'http://www.thetradingroom.com/704-revision-v1/',0,'revision','',0),(811,2,'2014-01-23 12:13:56','2014-01-23 12:13:56','Join us this morning and watch us trade live the Crude Oil Inventories and Natural Gas Storage report. For immediate access to trading room <a href=\"https://www3.gotomeeting.com/register/385823550\">click here.</a>\r\n\r\n<strong>The Crude Oil Inventories report </strong>is released weekly, four days after the week ends. The data reports the number of barrels of crude oil commercial firms have in inventory. Commercial firms report their inventory levels to the Energy Information Administration, but the EIA must still make some estimates to arrive at the final number. It influences the price of petroleum products which affects inflation, but also impacts growth as many industries rely on oil to produce goods. \r\n\r\n<strong>Active traders</strong>, especially those utilizing sophisticated computers such as quantitative and algorithmic trading models love this report because of the volatility in price action it can spark.  The futures market is one of the most favored by active traders because of the liquidity and leverage the exchange market offers.  Crude Oil began futures trading on the New York Mercantile Exchange (NYMEX) in 1983 and is the most heavily traded commodity. \r\n\r\n<strong>Stock traders</strong> also engage by trading exchange-traded funds (ETF) including  United States Oil Fund, LP : USO, PowerShares DB Oil Fund : DBO  and oil related stock companies such as  Exxon Mobil Corporation: XOM, Chevron Corporation : CVX, PetroChina Company Limited : PTR and BP Plc : BP.\r\n\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/go-crude.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/go-crude-768x1024.jpg\" alt=\"go crude\" width=\"570\" height=\"760\" class=\"alignnone size-large wp-image-640\" /></a>\r\n\r\n<strong>Trading unit</strong>: Crude Oil Futures trade in units of 1,000 U.S. barrels (42,000 gallons). Options: One NYMEX Division light, sweet crude oil futures contract \r\n\r\n<strong>Trading Months</strong>: Crude Oil Futures trade 30 consecutive months plus long-dated futures initially listed 36, 48, 60, 72, and 84 months prior to delivery. Additionally, trading can be executed at an average differential to the previous day’s settlement prices for periods of two to 30 consecutive months in a single transaction. These calendar strips are executed during open outcry trading hours. Options: 12 consecutive months, plus three long-dated options at 18, 24, and 36 months out on a June/December cycle. \r\n\r\n<strong>Price Quotation</strong>:  Crude Oil Futures are quoted in dollars and cents per barrel.\r\nMinimum Price Fluctuation: $0.01 (1¢) per barrel ($10 per contract).','Trade Crude Oil Inventories Live this Morning! ','','publish','open','closed','','811','','','2014-01-23 12:25:14','2014-01-23 12:25:14','',0,'http://www.thetradingroom.com/?p=811',0,'post','',0),(812,2,'2014-01-23 12:13:56','2014-01-23 12:13:56','Join us this morning and watch us trade live the Crude Oil Inventories and Natural Gas Storage report. <a href=\"https://www3.gotomeeting.com/register/845606190\" title=\"Access the TradeLAB\">Click here to gain access.</a>\r\n\r\n<strong>The Crude Oil Inventories report </strong>is released weekly, four days after the week ends. The data reports the number of barrels of crude oil commercial firms have in inventory. Commercial firms report their inventory levels to the Energy Information Administration, but the EIA must still make some estimates to arrive at the final number. It influences the price of petroleum products which affects inflation, but also impacts growth as many industries rely on oil to produce goods. \r\n\r\n<strong>Active traders</strong>, especially those utilizing sophisticated computers such as quantitative and algorithmic trading models love this report because of the volatility in price action it can spark.  The futures market is one of the most favored by active traders because of the liquidity and leverage the exchange market offers.  Crude Oil began futures trading on the New York Mercantile Exchange (NYMEX) in 1983 and is the most heavily traded commodity. \r\n\r\n<strong>Stock traders</strong> also engage by trading exchange-traded funds (ETF) including  United States Oil Fund, LP : USO, PowerShares DB Oil Fund : DBO  and oil related stock companies such as  Exxon Mobil Corporation: XOM, Chevron Corporation : CVX, PetroChina Company Limited : PTR and BP Plc : BP.\r\n\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/go-crude.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/go-crude-768x1024.jpg\" alt=\"go crude\" width=\"570\" height=\"760\" class=\"alignnone size-large wp-image-640\" /></a>\r\n\r\n<strong>Trading unit</strong>: Crude Oil Futures trade in units of 1,000 U.S. barrels (42,000 gallons). Options: One NYMEX Division light, sweet crude oil futures contract \r\n\r\n<strong>Trading Months</strong>: Crude Oil Futures trade 30 consecutive months plus long-dated futures initially listed 36, 48, 60, 72, and 84 months prior to delivery. Additionally, trading can be executed at an average differential to the previous day’s settlement prices for periods of two to 30 consecutive months in a single transaction. These calendar strips are executed during open outcry trading hours. Options: 12 consecutive months, plus three long-dated options at 18, 24, and 36 months out on a June/December cycle. \r\n\r\n<strong>Price Quotation</strong>:  Crude Oil Futures are quoted in dollars and cents per barrel.\r\nMinimum Price Fluctuation: $0.01 (1¢) per barrel ($10 per contract).','','','inherit','open','closed','','811-revision-v1','','','2014-01-23 12:13:56','2014-01-23 12:13:56','',811,'http://www.thetradingroom.com/811-revision-v1/',0,'revision','',0),(813,2,'2014-01-23 12:25:13','2014-01-23 12:25:13','Join us this morning and watch us trade live the Crude Oil Inventories and Natural Gas Storage report. For immediate access to trading room <a href=\"https://www3.gotomeeting.com/register/385823550\">click here.</a>\n\n<strong>The Crude Oil Inventories report </strong>is released weekly, four days after the week ends. The data reports the number of barrels of crude oil commercial firms have in inventory. Commercial firms report their inventory levels to the Energy Information Administration, but the EIA must still make some estimates to arrive at the final number. It influences the price of petroleum products which affects inflation, but also impacts growth as many industries rely on oil to produce goods. \n\n<strong>Active traders</strong>, especially those utilizing sophisticated computers such as quantitative and algorithmic trading models love this report because of the volatility in price action it can spark.  The futures market is one of the most favored by active traders because of the liquidity and leverage the exchange market offers.  Crude Oil began futures trading on the New York Mercantile Exchange (NYMEX) in 1983 and is the most heavily traded commodity. \n\n<strong>Stock traders</strong> also engage by trading exchange-traded funds (ETF) including  United States Oil Fund, LP : USO, PowerShares DB Oil Fund : DBO  and oil related stock companies such as  Exxon Mobil Corporation: XOM, Chevron Corporation : CVX, PetroChina Company Limited : PTR and BP Plc : BP.\n\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/go-crude.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/go-crude-768x1024.jpg\" alt=\"go crude\" width=\"570\" height=\"760\" class=\"alignnone size-large wp-image-640\" /></a>\n\n<strong>Trading unit</strong>: Crude Oil Futures trade in units of 1,000 U.S. barrels (42,000 gallons). Options: One NYMEX Division light, sweet crude oil futures contract \n\n<strong>Trading Months</strong>: Crude Oil Futures trade 30 consecutive months plus long-dated futures initially listed 36, 48, 60, 72, and 84 months prior to delivery. Additionally, trading can be executed at an average differential to the previous day’s settlement prices for periods of two to 30 consecutive months in a single transaction. These calendar strips are executed during open outcry trading hours. Options: 12 consecutive months, plus three long-dated options at 18, 24, and 36 months out on a June/December cycle. \n\n<strong>Price Quotation</strong>:  Crude Oil Futures are quoted in dollars and cents per barrel.\nMinimum Price Fluctuation: $0.01 (1¢) per barrel ($10 per contract).','Trade Crude Oil Inventories Live this Morning! ','','inherit','open','closed','','811-autosave-v1','','','2014-01-23 12:25:13','2014-01-23 12:25:13','',811,'http://www.thetradingroom.com/811-autosave-v1/',0,'revision','',0),(814,2,'2014-01-23 12:20:07','2014-01-23 12:20:07','Join us this morning and watch us trade live the Crude Oil Inventories and Natural Gas Storage report. For immediate access to trading room <a href=\"https://www3.gotomeeting.com/register/385823550\">click here.</a>\r\n\r\n<strong>The Crude Oil Inventories report </strong>is released weekly, four days after the week ends. The data reports the number of barrels of crude oil commercial firms have in inventory. Commercial firms report their inventory levels to the Energy Information Administration, but the EIA must still make some estimates to arrive at the final number. It influences the price of petroleum products which affects inflation, but also impacts growth as many industries rely on oil to produce goods. \r\n\r\n<strong>Active traders</strong>, especially those utilizing sophisticated computers such as quantitative and algorithmic trading models love this report because of the volatility in price action it can spark.  The futures market is one of the most favored by active traders because of the liquidity and leverage the exchange market offers.  Crude Oil began futures trading on the New York Mercantile Exchange (NYMEX) in 1983 and is the most heavily traded commodity. \r\n\r\n<strong>Stock traders</strong> also engage by trading exchange-traded funds (ETF) including  United States Oil Fund, LP : USO, PowerShares DB Oil Fund : DBO  and oil related stock companies such as  Exxon Mobil Corporation: XOM, Chevron Corporation : CVX, PetroChina Company Limited : PTR and BP Plc : BP.\r\n\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/go-crude.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/go-crude-768x1024.jpg\" alt=\"go crude\" width=\"570\" height=\"760\" class=\"alignnone size-large wp-image-640\" /></a>\r\n\r\n<strong>Trading unit</strong>: Crude Oil Futures trade in units of 1,000 U.S. barrels (42,000 gallons). Options: One NYMEX Division light, sweet crude oil futures contract \r\n\r\n<strong>Trading Months</strong>: Crude Oil Futures trade 30 consecutive months plus long-dated futures initially listed 36, 48, 60, 72, and 84 months prior to delivery. Additionally, trading can be executed at an average differential to the previous day’s settlement prices for periods of two to 30 consecutive months in a single transaction. These calendar strips are executed during open outcry trading hours. Options: 12 consecutive months, plus three long-dated options at 18, 24, and 36 months out on a June/December cycle. \r\n\r\n<strong>Price Quotation</strong>:  Crude Oil Futures are quoted in dollars and cents per barrel.\r\nMinimum Price Fluctuation: $0.01 (1¢) per barrel ($10 per contract).','Trade Crude Oil Inventories Report this Morning - Live Trading Room','','inherit','open','closed','','811-revision-v1','','','2014-01-23 12:20:07','2014-01-23 12:20:07','',811,'http://www.thetradingroom.com/811-revision-v1/',0,'revision','',0),(815,2,'2014-01-23 12:25:14','2014-01-23 12:25:14','Join us this morning and watch us trade live the Crude Oil Inventories and Natural Gas Storage report. For immediate access to trading room <a href=\"https://www3.gotomeeting.com/register/385823550\">click here.</a>\r\n\r\n<strong>The Crude Oil Inventories report </strong>is released weekly, four days after the week ends. The data reports the number of barrels of crude oil commercial firms have in inventory. Commercial firms report their inventory levels to the Energy Information Administration, but the EIA must still make some estimates to arrive at the final number. It influences the price of petroleum products which affects inflation, but also impacts growth as many industries rely on oil to produce goods. \r\n\r\n<strong>Active traders</strong>, especially those utilizing sophisticated computers such as quantitative and algorithmic trading models love this report because of the volatility in price action it can spark.  The futures market is one of the most favored by active traders because of the liquidity and leverage the exchange market offers.  Crude Oil began futures trading on the New York Mercantile Exchange (NYMEX) in 1983 and is the most heavily traded commodity. \r\n\r\n<strong>Stock traders</strong> also engage by trading exchange-traded funds (ETF) including  United States Oil Fund, LP : USO, PowerShares DB Oil Fund : DBO  and oil related stock companies such as  Exxon Mobil Corporation: XOM, Chevron Corporation : CVX, PetroChina Company Limited : PTR and BP Plc : BP.\r\n\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/go-crude.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/go-crude-768x1024.jpg\" alt=\"go crude\" width=\"570\" height=\"760\" class=\"alignnone size-large wp-image-640\" /></a>\r\n\r\n<strong>Trading unit</strong>: Crude Oil Futures trade in units of 1,000 U.S. barrels (42,000 gallons). Options: One NYMEX Division light, sweet crude oil futures contract \r\n\r\n<strong>Trading Months</strong>: Crude Oil Futures trade 30 consecutive months plus long-dated futures initially listed 36, 48, 60, 72, and 84 months prior to delivery. Additionally, trading can be executed at an average differential to the previous day’s settlement prices for periods of two to 30 consecutive months in a single transaction. These calendar strips are executed during open outcry trading hours. Options: 12 consecutive months, plus three long-dated options at 18, 24, and 36 months out on a June/December cycle. \r\n\r\n<strong>Price Quotation</strong>:  Crude Oil Futures are quoted in dollars and cents per barrel.\r\nMinimum Price Fluctuation: $0.01 (1¢) per barrel ($10 per contract).','Trade Crude Oil Inventories Live this Morning! ','','inherit','open','closed','','811-revision-v1','','','2014-01-23 12:25:14','2014-01-23 12:25:14','',811,'http://www.thetradingroom.com/811-revision-v1/',0,'revision','',0),(817,2,'2014-01-26 18:02:54','2014-01-26 18:02:54','<strong>From the desk of Joe Rios</strong>\r\n\r\nLast week\'s sell-off in the stock indices led by the Dow Jones Industrial Average 300 point decline on Friday got everyone\'s attention. While financial market writers focused on the stock indices, of greater importance should be the bullish breakout in US Treasuries along with the rally in Foreign currencies and decline of the US Dollar.  As I wrote last week \" In the week ahead I will continue to focus on the benchmarks and the relationship between the Ten Year Treasury Notes and the Foreign currencies as well as economic data from China\".  Many professionals in the financial community are blaming credit concerns in China as the catalyst for the stock indices sell-off on Friday. I would like to point out that continued weakness in emerging markets including the currency devaluation in Argentina and political unrest in Turkey could help to further weaken risk assets in the week ahead.  I will continue to focus on correlations with the bond market, stock indices and currencies.\r\n\r\nTo read more on correlations with the bond, stock and currency markets read my report titled What\'s\' going on? What are the markets telling us? What\'s next?  dated March 10th 2013 posted in The Trading Room blog, <a href=\"http://www.thetradingroom.com/the-week-ahead-in-the-global-markets-thoughts-and-concepts-by-joe-rios/\">click here to access the report.</a> \r\n\r\nI keep reading about how the Japanese Yen is a preferred flight to safety asset. Nonsense! As I keep reminding our members, when the stock indices sell-off and the Japanese Yen rises, it\'s most likely to be the unwinding of a carry trade.\r\nThe super rich including intuitional investors have advantage over the average individual investor, they can borrow at an extremely low interest rate and reinvest in higher-yielding opportunities, hence the carry trade.\r\nFor years the Japanese yen has been one of the favorite currencies to borrow for carry trades. After 2008 with global interest rates plummeting to record lows the favorite higher-yielding investment opportunities have been in US and global equities as well as emerging markets.\r\nThe Japanese yen being the lowest interest rate currency within the developed economies is subject to currency fluctuations as investments tied to carry trades initiate  positions and/or unwind positions. That is why we witnessed a rising Japanese Yen with the sell-off in the stock indices. \r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing21.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing21.jpg\" alt=\"joe shadow writing2\" width=\"600\" height=\"400\" class=\"alignnone size-full wp-image-518\" /></a>\r\n\r\nMonday\r\n4:00 AM	EUR	German IFO Business Climate\r\n10:00 AM	USD	New-Home Sales\r\n7:30 PM	AUD	NAB Business Confidence\r\nTuesday\r\n4:30 AM	GBP	Preliminary GDP\r\n\r\n8:30 AM	USD	Core Durable Goods Orders\r\n10:00 AM	USD	CB Consumer Confidence\r\nWednesday\r\n7:15 AM	BOE	Gov. Carney Speaks\r\n10:30 AM	Crude Oil Inventories\r\n2:00 PM	FOMC Statement\r\n3:00 PM	RB And C Rate Statement\r\n8:45 PM	CNY	HSBC Final Manufacturing PMI\r\nThursday\r\n8:30 AM USD Advance GDP\r\n8:30 AM	USD Unemployment Claims\r\n10:00 AM	USD Pending Home Sales\r\n10:30 AM	Natural Gas Storage\r\n4:45 PM	NZD	Trade Balance\r\n6:00 PM	NZD	RBNZ	Gov. Wheeler Speaks\r\n6:30 PM	AUD	PPI\r\nFriday\r\n8:30 AM	CAD	GDP\r\n8:00 PM	CNY	Manufacturing PMI\r\n','The Week Ahead - Flight to Safety Underway?','','inherit','open','closed','','816-revision-v1','','','2014-01-26 18:02:54','2014-01-26 18:02:54','',816,'http://www.thetradingroom.com/816-revision-v1/',0,'revision','',0),(818,2,'2014-01-26 19:01:55','2014-01-26 19:01:55','<strong>From the desk of Joe Rios</strong>\n\nLast week\'s sell-off in the stock indices led by the Dow Jones Industrial Average 300 point decline on Friday got everyone\'s attention. While financial market writers focused on the stock indices, of greater importance should be the bullish breakout in US Treasuries along with the rally in Foreign currencies and decline of the US Dollar.   As I wrote last week<em> <strong>\"In the week ahead I will continue to focus on the benchmarks and the relationship between the Ten Year Treasury Notes and the Foreign currencies as well as economic data from China\"</strong></em>.   Many professionals in the financial community are blaming credit concerns in China as the catalyst for the stock indices sell-off on Friday. I would like to point out that continued weakness in emerging markets including the currency devaluation in Argentina and political unrest in Turkey could help to further weaken risk assets in the week ahead.  I will continue to focus on correlations with the bond, stock and currency markets.\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/risk-assets-percent.bmp\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/risk-assets-percent.bmp\" alt=\"risk assets percent\" class=\"alignnone size-large wp-image-826\" /></a>\nBack on March 10, 2013 I wrote <strong>\"Are the currency and bond markets trying to tell us something? The recent rally in the US Dollar might be pricing-in higher yields in the near future\"</strong>. You can read the full report titled What\'s going on? What are the markets telling us? What\'s next?. <a href=\"http://www.thetradingroom.com/the-week-ahead-in-the-global-markets-thoughts-and-concepts-by-joe-rios/\">click here to read the full report.</a> \n\n\nI keep reading about how the Japanese Yen is a preferred flight to safety asset. Nonsense! As I keep reminding our members, when the stock indices sell-off and the Japanese Yen rises, it\'s most likely to be the unwinding of a carry trade.\nThe super rich including institutional investors have advantage over the average individual investor, they can borrow at an extremely low interest rate and reinvest in higher-yielding opportunities, hence the carry trade.\nFor years the Japanese Yen has been one of the favorite currencies to borrow for carry trades. After 2008 with global interest rates plummeting to record lows the favorite higher-yielding investment opportunities have been in US and global stocks as well as emerging markets.\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/yen-stocks-notes.bmp\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/yen-stocks-notes.bmp\" alt=\"yen stocks notes\" class=\"alignnone size-large wp-image-827\" /></a>\nThe Japanese Yen being the lowest interest rate currency within the developed economies is subject to currency fluctuations as investments tied to carry trades initiate  positions and/or unwind positions. That is why we witnessed a rising Japanese Yen with the sell-off in the stock indices. \nJoin us in our live trading room during market hours and watch us identify and trade the markets most poised for aggressive price action. <a href=\"https://www3.gotomeeting.com/register/446087910\">Click here for access.</a>\n\n\n\n<strong>Monday</strong>\n4:00 AM	EUR	German IFO Business Climate\n10:00 AM	USD	New-Home Sales\n7:30 PM	AUD	NAB Business Confidence\n\n<strong>Tuesday</strong>\n4:30 AM	GBP	Preliminary GDP\n8:30 AM	USD	Core Durable Goods Orders\n10:00 AM USD	CB Consumer Confidence\n\n<strong>Wednesday</strong>\n7:15 AM	BOE Gov. Carney Speaks\n10:30 AM   Crude Oil Inventories\n2:00 PM	   FOMC Statement\n3:00 PM	   RBNZ Rate Statement\n8:45 PM	   CNY	HSBC Final Manufacturing PMI\n\n<strong>Thursday</strong>\n8:30 AM USD    Advance GDP\n8:30 AM	USD    Unemployment Claims\n10:00 AM USD   Pending Home Sales\n10:30 AM       Natural Gas Storage\n4:45 PM	NZD    Trade Balance\n6:00 PM	NZD    RBNZ Gov. Wheeler Speaks\n6:30 PM	AUD    PPI\n\n<strong>Friday</strong>\n8:30 AM	CAD	GDP\n8:00 PM	CNY	Manufacturing PMI\n','The Week Ahead - Flight to Safety Underway?','','inherit','open','closed','','816-autosave-v1','','','2014-01-26 19:01:55','2014-01-26 19:01:55','',816,'http://www.thetradingroom.com/816-autosave-v1/',0,'revision','',0),(819,2,'2014-01-26 18:04:08','2014-01-26 18:04:08','<strong>From the desk of Joe Rios</strong>\r\n\r\nLast week\'s sell-off in the stock indices led by the Dow Jones Industrial Average 300 point decline on Friday got everyone\'s attention. While financial market writers focused on the stock indices, of greater importance should be the bullish breakout in US Treasuries along with the rally in Foreign currencies and decline of the US Dollar.  As I wrote last week <strong>\"In the week ahead I will continue to focus on the benchmarks and the relationship between the Ten Year Treasury Notes and the Foreign currencies as well as economic data from China\"</strong>.  Many professionals in the financial community are blaming credit concerns in China as the catalyst for the stock indices sell-off on Friday. I would like to point out that continued weakness in emerging markets including the currency devaluation in Argentina and political unrest in Turkey could help to further weaken risk assets in the week ahead.  I will continue to focus on correlations with the bond market, stock indices and currencies.\r\n\r\nTo read more on correlations with the bond, stock and currency markets read my report titled What\'s\' going on? What are the markets telling us? What\'s next?  dated March 10th 2013 posted in The Trading Room blog, <a href=\"http://www.thetradingroom.com/the-week-ahead-in-the-global-markets-thoughts-and-concepts-by-joe-rios/\">click here to access the report.</a> \r\n\r\nI keep reading about how the Japanese Yen is a preferred flight to safety asset. Nonsense! As I keep reminding our members, when the stock indices sell-off and the Japanese Yen rises, it\'s most likely to be the unwinding of a carry trade.\r\nThe super rich including intuitional investors have advantage over the average individual investor, they can borrow at an extremely low interest rate and reinvest in higher-yielding opportunities, hence the carry trade.\r\nFor years the Japanese yen has been one of the favorite currencies to borrow for carry trades. After 2008 with global interest rates plummeting to record lows the favorite higher-yielding investment opportunities have been in US and global equities as well as emerging markets.\r\nThe Japanese yen being the lowest interest rate currency within the developed economies is subject to currency fluctuations as investments tied to carry trades initiate  positions and/or unwind positions. That is why we witnessed a rising Japanese Yen with the sell-off in the stock indices. \r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing21.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing21.jpg\" alt=\"joe shadow writing2\" width=\"600\" height=\"400\" class=\"alignnone size-full wp-image-518\" /></a>\r\n\r\nMonday\r\n4:00 AM	EUR	German IFO Business Climate\r\n10:00 AM	USD	New-Home Sales\r\n7:30 PM	AUD	NAB Business Confidence\r\nTuesday\r\n4:30 AM	GBP	Preliminary GDP\r\n\r\n8:30 AM	USD	Core Durable Goods Orders\r\n10:00 AM	USD	CB Consumer Confidence\r\nWednesday\r\n7:15 AM	BOE	Gov. Carney Speaks\r\n10:30 AM	Crude Oil Inventories\r\n2:00 PM	FOMC Statement\r\n3:00 PM	RB And C Rate Statement\r\n8:45 PM	CNY	HSBC Final Manufacturing PMI\r\nThursday\r\n8:30 AM USD Advance GDP\r\n8:30 AM	USD Unemployment Claims\r\n10:00 AM	USD Pending Home Sales\r\n10:30 AM	Natural Gas Storage\r\n4:45 PM	NZD	Trade Balance\r\n6:00 PM	NZD	RBNZ	Gov. Wheeler Speaks\r\n6:30 PM	AUD	PPI\r\nFriday\r\n8:30 AM	CAD	GDP\r\n8:00 PM	CNY	Manufacturing PMI\r\n','The Week Ahead - Flight to Safety Underway?','','inherit','open','closed','','816-revision-v1','','','2014-01-26 18:04:08','2014-01-26 18:04:08','',816,'http://www.thetradingroom.com/816-revision-v1/',0,'revision','',0),(820,2,'2014-01-26 18:07:06','2014-01-26 18:07:06','<strong>From the desk of Joe Rios</strong>\r\n\r\nLast week\'s sell-off in the stock indices led by the Dow Jones Industrial Average 300 point decline on Friday got everyone\'s attention. While financial market writers focused on the stock indices, of greater importance should be the bullish breakout in US Treasuries along with the rally in Foreign currencies and decline of the US Dollar.   As I wrote last week <strong>\"In the week ahead I will continue to focus on the benchmarks and the relationship between the Ten Year Treasury Notes and the Foreign currencies as well as economic data from China\"</strong>.   Many professionals in the financial community are blaming credit concerns in China as the catalyst for the stock indices sell-off on Friday. I would like to point out that continued weakness in emerging markets including the currency devaluation in Argentina and political unrest in Turkey could help to further weaken risk assets in the week ahead.  I will continue to focus on correlations with the bond, stock and currency markets.\r\n\r\nTo read more on correlations with the bond, stock and currency markets read my report titled What\'s\' going on? What are the markets telling us? What\'s next?  dated March 10th 2013 posted in The Trading Room blog, <a href=\"http://www.thetradingroom.com/the-week-ahead-in-the-global-markets-thoughts-and-concepts-by-joe-rios/\">click here to access the report.</a> \r\n\r\nI keep reading about how the Japanese Yen is a preferred flight to safety asset. Nonsense! As I keep reminding our members, when the stock indices sell-off and the Japanese Yen rises, it\'s most likely to be the unwinding of a carry trade.\r\nThe super rich including intuitional investors have advantage over the average individual investor, they can borrow at an extremely low interest rate and reinvest in higher-yielding opportunities, hence the carry trade.\r\nFor years the Japanese yen has been one of the favorite currencies to borrow for carry trades. After 2008 with global interest rates plummeting to record lows the favorite higher-yielding investment opportunities have been in US and global equities as well as emerging markets.\r\nThe Japanese yen being the lowest interest rate currency within the developed economies is subject to currency fluctuations as investments tied to carry trades initiate  positions and/or unwind positions. That is why we witnessed a rising Japanese Yen with the sell-off in the stock indices. \r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing21.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing21.jpg\" alt=\"joe shadow writing2\" width=\"600\" height=\"400\" class=\"alignnone size-full wp-image-518\" /></a>\r\n\r\nMonday\r\n4:00 AM	EUR	German IFO Business Climate\r\n10:00 AM	USD	New-Home Sales\r\n7:30 PM	AUD	NAB Business Confidence\r\nTuesday\r\n4:30 AM	GBP	Preliminary GDP\r\n\r\n8:30 AM	USD	Core Durable Goods Orders\r\n10:00 AM	USD	CB Consumer Confidence\r\nWednesday\r\n7:15 AM	BOE	Gov. Carney Speaks\r\n10:30 AM	Crude Oil Inventories\r\n2:00 PM	FOMC Statement\r\n3:00 PM	RB And C Rate Statement\r\n8:45 PM	CNY	HSBC Final Manufacturing PMI\r\nThursday\r\n8:30 AM USD Advance GDP\r\n8:30 AM	USD Unemployment Claims\r\n10:00 AM	USD Pending Home Sales\r\n10:30 AM	Natural Gas Storage\r\n4:45 PM	NZD	Trade Balance\r\n6:00 PM	NZD	RBNZ	Gov. Wheeler Speaks\r\n6:30 PM	AUD	PPI\r\nFriday\r\n8:30 AM	CAD	GDP\r\n8:00 PM	CNY	Manufacturing PMI\r\n','The Week Ahead - Flight to Safety Underway?','','inherit','open','closed','','816-revision-v1','','','2014-01-26 18:07:06','2014-01-26 18:07:06','',816,'http://www.thetradingroom.com/816-revision-v1/',0,'revision','',0),(821,2,'2014-01-26 18:09:23','2014-01-26 18:09:23','<strong>From the desk of Joe Rios</strong>\r\n\r\nLast week\'s sell-off in the stock indices led by the Dow Jones Industrial Average 300 point decline on Friday got everyone\'s attention. While financial market writers focused on the stock indices, of greater importance should be the bullish breakout in US Treasuries along with the rally in Foreign currencies and decline of the US Dollar.   As I wrote last week <strong>\"In the week ahead I will continue to focus on the benchmarks and the relationship between the Ten Year Treasury Notes and the Foreign currencies as well as economic data from China\"</strong>.   Many professionals in the financial community are blaming credit concerns in China as the catalyst for the stock indices sell-off on Friday. I would like to point out that continued weakness in emerging markets including the currency devaluation in Argentina and political unrest in Turkey could help to further weaken risk assets in the week ahead.  I will continue to focus on correlations with the bond, stock and currency markets.\r\n\r\nTo read more on correlations with the bond, stock and currency markets read my report titled What\'s\' going on? What are the markets telling us? What\'s next?  dated March 10th 2013 posted in The Trading Room blog, <a href=\"http://www.thetradingroom.com/the-week-ahead-in-the-global-markets-thoughts-and-concepts-by-joe-rios/\">click here to access the report.</a> \r\n\r\nI keep reading about how the Japanese Yen is a preferred flight to safety asset. Nonsense! As I keep reminding our members, when the stock indices sell-off and the Japanese Yen rises, it\'s most likely to be the unwinding of a carry trade.\r\nThe super rich including institutional investors have advantage over the average individual investor, they can borrow at an extremely low interest rate and reinvest in higher-yielding opportunities, hence the carry trade.\r\nFor years the Japanese Yen has been one of the favorite currencies to borrow for carry trades. After 2008 with global interest rates plummeting to record lows the favorite higher-yielding investment opportunities have been in US and global equities as well as emerging markets.\r\nThe Japanese yen being the lowest interest rate currency within the developed economies is subject to currency fluctuations as investments tied to carry trades initiate  positions and/or unwind positions. That is why we witnessed a rising Japanese Yen with the sell-off in the stock indices. \r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing21.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing21.jpg\" alt=\"joe shadow writing2\" width=\"600\" height=\"400\" class=\"alignnone size-full wp-image-518\" /></a>\r\n\r\nMonday\r\n4:00 AM	EUR	German IFO Business Climate\r\n10:00 AM	USD	New-Home Sales\r\n7:30 PM	AUD	NAB Business Confidence\r\nTuesday\r\n4:30 AM	GBP	Preliminary GDP\r\n\r\n8:30 AM	USD	Core Durable Goods Orders\r\n10:00 AM	USD	CB Consumer Confidence\r\nWednesday\r\n7:15 AM	BOE	Gov. Carney Speaks\r\n10:30 AM	Crude Oil Inventories\r\n2:00 PM	FOMC Statement\r\n3:00 PM	RB And C Rate Statement\r\n8:45 PM	CNY	HSBC Final Manufacturing PMI\r\nThursday\r\n8:30 AM USD Advance GDP\r\n8:30 AM	USD Unemployment Claims\r\n10:00 AM	USD Pending Home Sales\r\n10:30 AM	Natural Gas Storage\r\n4:45 PM	NZD	Trade Balance\r\n6:00 PM	NZD	RBNZ	Gov. Wheeler Speaks\r\n6:30 PM	AUD	PPI\r\nFriday\r\n8:30 AM	CAD	GDP\r\n8:00 PM	CNY	Manufacturing PMI\r\n','The Week Ahead - Flight to Safety Underway?','','inherit','open','closed','','816-revision-v1','','','2014-01-26 18:09:23','2014-01-26 18:09:23','',816,'http://www.thetradingroom.com/816-revision-v1/',0,'revision','',0),(822,2,'2014-01-26 18:10:45','2014-01-26 18:10:45','<strong>From the desk of Joe Rios</strong>\r\n\r\nLast week\'s sell-off in the stock indices led by the Dow Jones Industrial Average 300 point decline on Friday got everyone\'s attention. While financial market writers focused on the stock indices, of greater importance should be the bullish breakout in US Treasuries along with the rally in Foreign currencies and decline of the US Dollar.   As I wrote last week <strong>\"In the week ahead I will continue to focus on the benchmarks and the relationship between the Ten Year Treasury Notes and the Foreign currencies as well as economic data from China\"</strong>.   Many professionals in the financial community are blaming credit concerns in China as the catalyst for the stock indices sell-off on Friday. I would like to point out that continued weakness in emerging markets including the currency devaluation in Argentina and political unrest in Turkey could help to further weaken risk assets in the week ahead.  I will continue to focus on correlations with the bond, stock and currency markets.\r\n\r\nTo read more on correlations with the bond, stock and currency markets read my report titled What\'s\' going on? What are the markets telling us? What\'s next?  dated March 10th 2013 posted in The Trading Room blog, <a href=\"http://www.thetradingroom.com/the-week-ahead-in-the-global-markets-thoughts-and-concepts-by-joe-rios/\">click here to access the report.</a> \r\n\r\nI keep reading about how the Japanese Yen is a preferred flight to safety asset. Nonsense! As I keep reminding our members, when the stock indices sell-off and the Japanese Yen rises, it\'s most likely to be the unwinding of a carry trade.\r\nThe super rich including institutional investors have advantage over the average individual investor, they can borrow at an extremely low interest rate and reinvest in higher-yielding opportunities, hence the carry trade.\r\nFor years the Japanese Yen has been one of the favorite currencies to borrow for carry trades. After 2008 with global interest rates plummeting to record lows the favorite higher-yielding investment opportunities have been in US and global stocks as well as emerging markets.\r\nThe Japanese yen being the lowest interest rate currency within the developed economies is subject to currency fluctuations as investments tied to carry trades initiate  positions and/or unwind positions. That is why we witnessed a rising Japanese Yen with the sell-off in the stock indices. \r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing21.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing21.jpg\" alt=\"joe shadow writing2\" width=\"600\" height=\"400\" class=\"alignnone size-full wp-image-518\" /></a>\r\n\r\nMonday\r\n4:00 AM	EUR	German IFO Business Climate\r\n10:00 AM	USD	New-Home Sales\r\n7:30 PM	AUD	NAB Business Confidence\r\nTuesday\r\n4:30 AM	GBP	Preliminary GDP\r\n\r\n8:30 AM	USD	Core Durable Goods Orders\r\n10:00 AM	USD	CB Consumer Confidence\r\nWednesday\r\n7:15 AM	BOE	Gov. Carney Speaks\r\n10:30 AM	Crude Oil Inventories\r\n2:00 PM	FOMC Statement\r\n3:00 PM	RB And C Rate Statement\r\n8:45 PM	CNY	HSBC Final Manufacturing PMI\r\nThursday\r\n8:30 AM USD Advance GDP\r\n8:30 AM	USD Unemployment Claims\r\n10:00 AM	USD Pending Home Sales\r\n10:30 AM	Natural Gas Storage\r\n4:45 PM	NZD	Trade Balance\r\n6:00 PM	NZD	RBNZ	Gov. Wheeler Speaks\r\n6:30 PM	AUD	PPI\r\nFriday\r\n8:30 AM	CAD	GDP\r\n8:00 PM	CNY	Manufacturing PMI\r\n','The Week Ahead - Flight to Safety Underway?','','inherit','open','closed','','816-revision-v1','','','2014-01-26 18:10:45','2014-01-26 18:10:45','',816,'http://www.thetradingroom.com/816-revision-v1/',0,'revision','',0),(823,2,'2014-01-26 18:13:52','2014-01-26 18:13:52','<strong>From the desk of Joe Rios</strong>\r\n\r\nLast week\'s sell-off in the stock indices led by the Dow Jones Industrial Average 300 point decline on Friday got everyone\'s attention. While financial market writers focused on the stock indices, of greater importance should be the bullish breakout in US Treasuries along with the rally in Foreign currencies and decline of the US Dollar.   As I wrote last week <strong>\"In the week ahead I will continue to focus on the benchmarks and the relationship between the Ten Year Treasury Notes and the Foreign currencies as well as economic data from China\"</strong>.   Many professionals in the financial community are blaming credit concerns in China as the catalyst for the stock indices sell-off on Friday. I would like to point out that continued weakness in emerging markets including the currency devaluation in Argentina and political unrest in Turkey could help to further weaken risk assets in the week ahead.  I will continue to focus on correlations with the bond, stock and currency markets.\r\n\r\nTo read more on correlations with the bond, stock and currency markets read my report titled What\'s\' going on? What are the markets telling us? What\'s next?  dated March 10th 2013 posted in The Trading Room blog, <a href=\"http://www.thetradingroom.com/the-week-ahead-in-the-global-markets-thoughts-and-concepts-by-joe-rios/\">click here to access the report.</a> \r\n\r\nI keep reading about how the Japanese Yen is a preferred flight to safety asset. Nonsense! As I keep reminding our members, when the stock indices sell-off and the Japanese Yen rises, it\'s most likely to be the unwinding of a carry trade.\r\nThe super rich including institutional investors have advantage over the average individual investor, they can borrow at an extremely low interest rate and reinvest in higher-yielding opportunities, hence the carry trade.\r\nFor years the Japanese Yen has been one of the favorite currencies to borrow for carry trades. After 2008 with global interest rates plummeting to record lows the favorite higher-yielding investment opportunities have been in US and global stocks as well as emerging markets.\r\nThe Japanese Yen being the lowest interest rate currency within the developed economies is subject to currency fluctuations as investments tied to carry trades initiate  positions and/or unwind positions. That is why we witnessed a rising Japanese Yen with the sell-off in the stock indices. \r\nJoin us in our live trading room during market hours and watch us identify and trade the markets most poised for action. <a href=\"https://www3.gotomeeting.com/register/446087910\">Click here for access.</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing21.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing21.jpg\" alt=\"joe shadow writing2\" width=\"600\" height=\"400\" class=\"alignnone size-full wp-image-518\" /></a>\r\n\r\nMonday\r\n4:00 AM	EUR	German IFO Business Climate\r\n10:00 AM	USD	New-Home Sales\r\n7:30 PM	AUD	NAB Business Confidence\r\nTuesday\r\n4:30 AM	GBP	Preliminary GDP\r\n\r\n8:30 AM	USD	Core Durable Goods Orders\r\n10:00 AM	USD	CB Consumer Confidence\r\nWednesday\r\n7:15 AM	BOE	Gov. Carney Speaks\r\n10:30 AM	Crude Oil Inventories\r\n2:00 PM	FOMC Statement\r\n3:00 PM	RB And C Rate Statement\r\n8:45 PM	CNY	HSBC Final Manufacturing PMI\r\nThursday\r\n8:30 AM USD Advance GDP\r\n8:30 AM	USD Unemployment Claims\r\n10:00 AM	USD Pending Home Sales\r\n10:30 AM	Natural Gas Storage\r\n4:45 PM	NZD	Trade Balance\r\n6:00 PM	NZD	RBNZ	Gov. Wheeler Speaks\r\n6:30 PM	AUD	PPI\r\nFriday\r\n8:30 AM	CAD	GDP\r\n8:00 PM	CNY	Manufacturing PMI\r\n','The Week Ahead - Flight to Safety Underway?','','inherit','open','closed','','816-revision-v1','','','2014-01-26 18:13:52','2014-01-26 18:13:52','',816,'http://www.thetradingroom.com/816-revision-v1/',0,'revision','',0),(824,2,'2014-01-26 18:14:58','2014-01-26 18:14:58','<strong>From the desk of Joe Rios</strong>\r\n\r\nLast week\'s sell-off in the stock indices led by the Dow Jones Industrial Average 300 point decline on Friday got everyone\'s attention. While financial market writers focused on the stock indices, of greater importance should be the bullish breakout in US Treasuries along with the rally in Foreign currencies and decline of the US Dollar.   As I wrote last week <strong>\"In the week ahead I will continue to focus on the benchmarks and the relationship between the Ten Year Treasury Notes and the Foreign currencies as well as economic data from China\"</strong>.   Many professionals in the financial community are blaming credit concerns in China as the catalyst for the stock indices sell-off on Friday. I would like to point out that continued weakness in emerging markets including the currency devaluation in Argentina and political unrest in Turkey could help to further weaken risk assets in the week ahead.  I will continue to focus on correlations with the bond, stock and currency markets.\r\n\r\nTo read more on correlations with the bond, stock and currency markets read my report titled What\'s\' going on? What are the markets telling us? What\'s next?  dated March 10th 2013 posted in The Trading Room blog, <a href=\"http://www.thetradingroom.com/the-week-ahead-in-the-global-markets-thoughts-and-concepts-by-joe-rios/\">click here to access the report.</a> \r\n\r\nI keep reading about how the Japanese Yen is a preferred flight to safety asset. Nonsense! As I keep reminding our members, when the stock indices sell-off and the Japanese Yen rises, it\'s most likely to be the unwinding of a carry trade.\r\nThe super rich including institutional investors have advantage over the average individual investor, they can borrow at an extremely low interest rate and reinvest in higher-yielding opportunities, hence the carry trade.\r\nFor years the Japanese Yen has been one of the favorite currencies to borrow for carry trades. After 2008 with global interest rates plummeting to record lows the favorite higher-yielding investment opportunities have been in US and global stocks as well as emerging markets.\r\nThe Japanese Yen being the lowest interest rate currency within the developed economies is subject to currency fluctuations as investments tied to carry trades initiate  positions and/or unwind positions. That is why we witnessed a rising Japanese Yen with the sell-off in the stock indices. \r\nJoin us in our live trading room during market hours and watch us identify and trade the markets most poised for aggressive price action. <a href=\"https://www3.gotomeeting.com/register/446087910\">Click here for access.</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing21.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing21.jpg\" alt=\"joe shadow writing2\" width=\"600\" height=\"400\" class=\"alignnone size-full wp-image-518\" /></a>\r\n\r\nMonday\r\n4:00 AM	EUR	German IFO Business Climate\r\n10:00 AM	USD	New-Home Sales\r\n7:30 PM	AUD	NAB Business Confidence\r\nTuesday\r\n4:30 AM	GBP	Preliminary GDP\r\n\r\n8:30 AM	USD	Core Durable Goods Orders\r\n10:00 AM	USD	CB Consumer Confidence\r\nWednesday\r\n7:15 AM	BOE	Gov. Carney Speaks\r\n10:30 AM	Crude Oil Inventories\r\n2:00 PM	FOMC Statement\r\n3:00 PM	RB And C Rate Statement\r\n8:45 PM	CNY	HSBC Final Manufacturing PMI\r\nThursday\r\n8:30 AM USD Advance GDP\r\n8:30 AM	USD Unemployment Claims\r\n10:00 AM	USD Pending Home Sales\r\n10:30 AM	Natural Gas Storage\r\n4:45 PM	NZD	Trade Balance\r\n6:00 PM	NZD	RBNZ	Gov. Wheeler Speaks\r\n6:30 PM	AUD	PPI\r\nFriday\r\n8:30 AM	CAD	GDP\r\n8:00 PM	CNY	Manufacturing PMI\r\n','The Week Ahead - Flight to Safety Underway?','','inherit','open','closed','','816-revision-v1','','','2014-01-26 18:14:58','2014-01-26 18:14:58','',816,'http://www.thetradingroom.com/816-revision-v1/',0,'revision','',0),(825,2,'2014-01-26 18:19:05','2014-01-26 18:19:05','<strong>From the desk of Joe Rios</strong>\r\n\r\nLast week\'s sell-off in the stock indices led by the Dow Jones Industrial Average 300 point decline on Friday got everyone\'s attention. While financial market writers focused on the stock indices, of greater importance should be the bullish breakout in US Treasuries along with the rally in Foreign currencies and decline of the US Dollar.   As I wrote last week <strong>\"In the week ahead I will continue to focus on the benchmarks and the relationship between the Ten Year Treasury Notes and the Foreign currencies as well as economic data from China\"</strong>.   Many professionals in the financial community are blaming credit concerns in China as the catalyst for the stock indices sell-off on Friday. I would like to point out that continued weakness in emerging markets including the currency devaluation in Argentina and political unrest in Turkey could help to further weaken risk assets in the week ahead.  I will continue to focus on correlations with the bond, stock and currency markets.\r\n\r\nTo read more on correlations with the bond, stock and currency markets read my report titled What\'s\' going on? What are the markets telling us? What\'s next?  dated March 10th 2013 posted in The Trading Room blog, <a href=\"http://www.thetradingroom.com/the-week-ahead-in-the-global-markets-thoughts-and-concepts-by-joe-rios/\">click here to access the report.</a> \r\n\r\nI keep reading about how the Japanese Yen is a preferred flight to safety asset. Nonsense! As I keep reminding our members, when the stock indices sell-off and the Japanese Yen rises, it\'s most likely to be the unwinding of a carry trade.\r\nThe super rich including institutional investors have advantage over the average individual investor, they can borrow at an extremely low interest rate and reinvest in higher-yielding opportunities, hence the carry trade.\r\nFor years the Japanese Yen has been one of the favorite currencies to borrow for carry trades. After 2008 with global interest rates plummeting to record lows the favorite higher-yielding investment opportunities have been in US and global stocks as well as emerging markets.\r\nThe Japanese Yen being the lowest interest rate currency within the developed economies is subject to currency fluctuations as investments tied to carry trades initiate  positions and/or unwind positions. That is why we witnessed a rising Japanese Yen with the sell-off in the stock indices. \r\nJoin us in our live trading room during market hours and watch us identify and trade the markets most poised for aggressive price action. <a href=\"https://www3.gotomeeting.com/register/446087910\">Click here for access.</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing21.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing21.jpg\" alt=\"joe shadow writing2\" width=\"600\" height=\"400\" class=\"alignnone size-full wp-image-518\" /></a>\r\n\r\n<strong>Monday</strong>\r\n4:00 AM	EUR	German IFO Business Climate\r\n10:00 AM	USD	New-Home Sales\r\n7:30 PM	AUD	NAB Business Confidence\r\n\r\n<strong>Tuesday</strong>\r\n4:30 AM	GBP	Preliminary GDP\r\n8:30 AM	USD	Core Durable Goods Orders\r\n10:00 AM USD	CB Consumer Confidence\r\n\r\n<strong>Wednesday</strong>\r\n7:15 AM	BOE Gov. Carney Speaks\r\n10:30 AM   Crude Oil Inventories\r\n2:00 PM	   FOMC Statement\r\n3:00 PM	   RBNZ Rate Statement\r\n8:45 PM	   CNY	HSBC Final Manufacturing PMI\r\n\r\n<strong>Thursday</strong>\r\n8:30 AM USD    Advance GDP\r\n8:30 AM	USD    Unemployment Claims\r\n10:00 AM USD   Pending Home Sales\r\n10:30 AM       Natural Gas Storage\r\n4:45 PM	NZD    Trade Balance\r\n6:00 PM	NZD    RBNZ Gov. Wheeler Speaks\r\n6:30 PM	AUD    PPI\r\n\r\n<strong>Friday</strong>\r\n8:30 AM	CAD	GDP\r\n8:00 PM	CNY	Manufacturing PMI\r\n','The Week Ahead - Flight to Safety Underway?','','inherit','open','closed','','816-revision-v1','','','2014-01-26 18:19:05','2014-01-26 18:19:05','',816,'http://www.thetradingroom.com/816-revision-v1/',0,'revision','',0),(826,2,'2014-01-26 18:20:48','2014-01-26 18:20:48','','risk assets percent','','inherit','open','closed','','risk-assets-percent','','','2014-01-26 18:20:48','2014-01-26 18:20:48','',816,'http://www.thetradingroom.com/wp-content/uploads/2014/01/risk-assets-percent.bmp',0,'attachment','image/bmp',0),(827,2,'2014-01-26 18:21:35','2014-01-26 18:21:35','','yen stocks notes','','inherit','open','closed','','yen-stocks-notes','','','2014-01-26 18:21:35','2014-01-26 18:21:35','',816,'http://www.thetradingroom.com/wp-content/uploads/2014/01/yen-stocks-notes.bmp',0,'attachment','image/bmp',0),(830,2,'2014-01-26 18:54:28','2014-01-26 18:54:28','<strong>From the desk of Joe Rios</strong>\r\n\r\nLast week\'s sell-off in the stock indices led by the Dow Jones Industrial Average 300 point decline on Friday got everyone\'s attention. While financial market writers focused on the stock indices, of greater importance should be the bullish breakout in US Treasuries along with the rally in Foreign currencies and decline of the US Dollar.   As I wrote last week <strong>\"In the week ahead I will continue to focus on the benchmarks and the relationship between the Ten Year Treasury Notes and the Foreign currencies as well as economic data from China\"</strong>.   Many professionals in the financial community are blaming credit concerns in China as the catalyst for the stock indices sell-off on Friday. I would like to point out that continued weakness in emerging markets including the currency devaluation in Argentina and political unrest in Turkey could help to further weaken risk assets in the week ahead.  I will continue to focus on correlations with the bond, stock and currency markets.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/risk-assets-percent.bmp\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/risk-assets-percent.bmp\" alt=\"risk assets percent\" class=\"alignnone size-large wp-image-826\" /></a>\r\nI wrote in March 10th 2013 \"Are the currency and bond markets trying to tell us something? The recent rally in the US Dollar might be pricing-in higher yields in the near future\" in a report in The Trading Room blog titled What\'s\' going on? What are the markets telling us? What\'s next?. <a href=\"http://www.thetradingroom.com/the-week-ahead-in-the-global-markets-thoughts-and-concepts-by-joe-rios/\">click here to read the full report.</a> \r\n\r\n\r\nI keep reading about how the Japanese Yen is a preferred flight to safety asset. Nonsense! As I keep reminding our members, when the stock indices sell-off and the Japanese Yen rises, it\'s most likely to be the unwinding of a carry trade.\r\nThe super rich including institutional investors have advantage over the average individual investor, they can borrow at an extremely low interest rate and reinvest in higher-yielding opportunities, hence the carry trade.\r\nFor years the Japanese Yen has been one of the favorite currencies to borrow for carry trades. After 2008 with global interest rates plummeting to record lows the favorite higher-yielding investment opportunities have been in US and global stocks as well as emerging markets.\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/yen-stocks-notes.bmp\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/yen-stocks-notes.bmp\" alt=\"yen stocks notes\" class=\"alignnone size-large wp-image-827\" /></a>\r\nThe Japanese Yen being the lowest interest rate currency within the developed economies is subject to currency fluctuations as investments tied to carry trades initiate  positions and/or unwind positions. That is why we witnessed a rising Japanese Yen with the sell-off in the stock indices. \r\nJoin us in our live trading room during market hours and watch us identify and trade the markets most poised for aggressive price action. <a href=\"https://www3.gotomeeting.com/register/446087910\">Click here for access.</a>\r\n\r\n\r\n\r\n<strong>Monday</strong>\r\n4:00 AM	EUR	German IFO Business Climate\r\n10:00 AM	USD	New-Home Sales\r\n7:30 PM	AUD	NAB Business Confidence\r\n\r\n<strong>Tuesday</strong>\r\n4:30 AM	GBP	Preliminary GDP\r\n8:30 AM	USD	Core Durable Goods Orders\r\n10:00 AM USD	CB Consumer Confidence\r\n\r\n<strong>Wednesday</strong>\r\n7:15 AM	BOE Gov. Carney Speaks\r\n10:30 AM   Crude Oil Inventories\r\n2:00 PM	   FOMC Statement\r\n3:00 PM	   RBNZ Rate Statement\r\n8:45 PM	   CNY	HSBC Final Manufacturing PMI\r\n\r\n<strong>Thursday</strong>\r\n8:30 AM USD    Advance GDP\r\n8:30 AM	USD    Unemployment Claims\r\n10:00 AM USD   Pending Home Sales\r\n10:30 AM       Natural Gas Storage\r\n4:45 PM	NZD    Trade Balance\r\n6:00 PM	NZD    RBNZ Gov. Wheeler Speaks\r\n6:30 PM	AUD    PPI\r\n\r\n<strong>Friday</strong>\r\n8:30 AM	CAD	GDP\r\n8:00 PM	CNY	Manufacturing PMI\r\n','The Week Ahead - Flight to Safety Underway?','','inherit','open','closed','','816-revision-v1','','','2014-01-26 18:54:28','2014-01-26 18:54:28','',816,'http://www.thetradingroom.com/816-revision-v1/',0,'revision','',0),(829,2,'2014-01-26 18:23:37','2014-01-26 18:23:37','<strong>From the desk of Joe Rios</strong>\r\n\r\nLast week\'s sell-off in the stock indices led by the Dow Jones Industrial Average 300 point decline on Friday got everyone\'s attention. While financial market writers focused on the stock indices, of greater importance should be the bullish breakout in US Treasuries along with the rally in Foreign currencies and decline of the US Dollar.   As I wrote last week <strong>\"In the week ahead I will continue to focus on the benchmarks and the relationship between the Ten Year Treasury Notes and the Foreign currencies as well as economic data from China\"</strong>.   Many professionals in the financial community are blaming credit concerns in China as the catalyst for the stock indices sell-off on Friday. I would like to point out that continued weakness in emerging markets including the currency devaluation in Argentina and political unrest in Turkey could help to further weaken risk assets in the week ahead.  I will continue to focus on correlations with the bond, stock and currency markets.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/risk-assets-percent.bmp\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/risk-assets-percent.bmp\" alt=\"risk assets percent\" class=\"alignnone size-large wp-image-826\" /></a>\r\nTo read more on correlations with the bond, stock and currency markets read my report titled What\'s\' going on? What are the markets telling us? What\'s next?  dated March 10th 2013 posted in The Trading Room blog, <a href=\"http://www.thetradingroom.com/the-week-ahead-in-the-global-markets-thoughts-and-concepts-by-joe-rios/\">click here to access the report.</a> \r\n\r\nI keep reading about how the Japanese Yen is a preferred flight to safety asset. Nonsense! As I keep reminding our members, when the stock indices sell-off and the Japanese Yen rises, it\'s most likely to be the unwinding of a carry trade.\r\nThe super rich including institutional investors have advantage over the average individual investor, they can borrow at an extremely low interest rate and reinvest in higher-yielding opportunities, hence the carry trade.\r\nFor years the Japanese Yen has been one of the favorite currencies to borrow for carry trades. After 2008 with global interest rates plummeting to record lows the favorite higher-yielding investment opportunities have been in US and global stocks as well as emerging markets.\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/yen-stocks-notes.bmp\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/yen-stocks-notes.bmp\" alt=\"yen stocks notes\" class=\"alignnone size-large wp-image-827\" /></a>\r\nThe Japanese Yen being the lowest interest rate currency within the developed economies is subject to currency fluctuations as investments tied to carry trades initiate  positions and/or unwind positions. That is why we witnessed a rising Japanese Yen with the sell-off in the stock indices. \r\nJoin us in our live trading room during market hours and watch us identify and trade the markets most poised for aggressive price action. <a href=\"https://www3.gotomeeting.com/register/446087910\">Click here for access.</a>\r\n\r\n\r\n\r\n<strong>Monday</strong>\r\n4:00 AM	EUR	German IFO Business Climate\r\n10:00 AM	USD	New-Home Sales\r\n7:30 PM	AUD	NAB Business Confidence\r\n\r\n<strong>Tuesday</strong>\r\n4:30 AM	GBP	Preliminary GDP\r\n8:30 AM	USD	Core Durable Goods Orders\r\n10:00 AM USD	CB Consumer Confidence\r\n\r\n<strong>Wednesday</strong>\r\n7:15 AM	BOE Gov. Carney Speaks\r\n10:30 AM   Crude Oil Inventories\r\n2:00 PM	   FOMC Statement\r\n3:00 PM	   RBNZ Rate Statement\r\n8:45 PM	   CNY	HSBC Final Manufacturing PMI\r\n\r\n<strong>Thursday</strong>\r\n8:30 AM USD    Advance GDP\r\n8:30 AM	USD    Unemployment Claims\r\n10:00 AM USD   Pending Home Sales\r\n10:30 AM       Natural Gas Storage\r\n4:45 PM	NZD    Trade Balance\r\n6:00 PM	NZD    RBNZ Gov. Wheeler Speaks\r\n6:30 PM	AUD    PPI\r\n\r\n<strong>Friday</strong>\r\n8:30 AM	CAD	GDP\r\n8:00 PM	CNY	Manufacturing PMI\r\n','The Week Ahead - Flight to Safety Underway?','','inherit','open','closed','','816-revision-v1','','','2014-01-26 18:23:37','2014-01-26 18:23:37','',816,'http://www.thetradingroom.com/816-revision-v1/',0,'revision','',0),(828,2,'2014-01-26 18:22:10','2014-01-26 18:22:10','<strong>From the desk of Joe Rios</strong>\r\n\r\nLast week\'s sell-off in the stock indices led by the Dow Jones Industrial Average 300 point decline on Friday got everyone\'s attention. While financial market writers focused on the stock indices, of greater importance should be the bullish breakout in US Treasuries along with the rally in Foreign currencies and decline of the US Dollar.   As I wrote last week <strong>\"In the week ahead I will continue to focus on the benchmarks and the relationship between the Ten Year Treasury Notes and the Foreign currencies as well as economic data from China\"</strong>.   Many professionals in the financial community are blaming credit concerns in China as the catalyst for the stock indices sell-off on Friday. I would like to point out that continued weakness in emerging markets including the currency devaluation in Argentina and political unrest in Turkey could help to further weaken risk assets in the week ahead.  I will continue to focus on correlations with the bond, stock and currency markets.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/risk-assets-percent.bmp\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/risk-assets-percent.bmp\" alt=\"risk assets percent\" class=\"alignnone size-large wp-image-826\" /></a>\r\nTo read more on correlations with the bond, stock and currency markets read my report titled What\'s\' going on? What are the markets telling us? What\'s next?  dated March 10th 2013 posted in The Trading Room blog, <a href=\"http://www.thetradingroom.com/the-week-ahead-in-the-global-markets-thoughts-and-concepts-by-joe-rios/\">click here to access the report.</a> \r\n\r\nI keep reading about how the Japanese Yen is a preferred flight to safety asset. Nonsense! As I keep reminding our members, when the stock indices sell-off and the Japanese Yen rises, it\'s most likely to be the unwinding of a carry trade.\r\nThe super rich including institutional investors have advantage over the average individual investor, they can borrow at an extremely low interest rate and reinvest in higher-yielding opportunities, hence the carry trade.\r\nFor years the Japanese Yen has been one of the favorite currencies to borrow for carry trades. After 2008 with global interest rates plummeting to record lows the favorite higher-yielding investment opportunities have been in US and global stocks as well as emerging markets.\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/yen-stocks-notes.bmp\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/yen-stocks-notes.bmp\" alt=\"yen stocks notes\" class=\"alignnone size-large wp-image-827\" /></a>\r\nThe Japanese Yen being the lowest interest rate currency within the developed economies is subject to currency fluctuations as investments tied to carry trades initiate  positions and/or unwind positions. That is why we witnessed a rising Japanese Yen with the sell-off in the stock indices. \r\nJoin us in our live trading room during market hours and watch us identify and trade the markets most poised for aggressive price action. <a href=\"https://www3.gotomeeting.com/register/446087910\">Click here for access.</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing21.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/joe-shadow-writing21.jpg\" alt=\"joe shadow writing2\" width=\"600\" height=\"400\" class=\"alignnone size-full wp-image-518\" /></a>\r\n\r\n<strong>Monday</strong>\r\n4:00 AM	EUR	German IFO Business Climate\r\n10:00 AM	USD	New-Home Sales\r\n7:30 PM	AUD	NAB Business Confidence\r\n\r\n<strong>Tuesday</strong>\r\n4:30 AM	GBP	Preliminary GDP\r\n8:30 AM	USD	Core Durable Goods Orders\r\n10:00 AM USD	CB Consumer Confidence\r\n\r\n<strong>Wednesday</strong>\r\n7:15 AM	BOE Gov. Carney Speaks\r\n10:30 AM   Crude Oil Inventories\r\n2:00 PM	   FOMC Statement\r\n3:00 PM	   RBNZ Rate Statement\r\n8:45 PM	   CNY	HSBC Final Manufacturing PMI\r\n\r\n<strong>Thursday</strong>\r\n8:30 AM USD    Advance GDP\r\n8:30 AM	USD    Unemployment Claims\r\n10:00 AM USD   Pending Home Sales\r\n10:30 AM       Natural Gas Storage\r\n4:45 PM	NZD    Trade Balance\r\n6:00 PM	NZD    RBNZ Gov. Wheeler Speaks\r\n6:30 PM	AUD    PPI\r\n\r\n<strong>Friday</strong>\r\n8:30 AM	CAD	GDP\r\n8:00 PM	CNY	Manufacturing PMI\r\n','The Week Ahead - Flight to Safety Underway?','','inherit','open','closed','','816-revision-v1','','','2014-01-26 18:22:10','2014-01-26 18:22:10','',816,'http://www.thetradingroom.com/816-revision-v1/',0,'revision','',0),(833,2,'2014-01-26 19:02:23','2014-01-26 19:02:23','<strong>From the desk of Joe Rios</strong>\r\n\r\nLast week\'s sell-off in the stock indices led by the Dow Jones Industrial Average 300 point decline on Friday got everyone\'s attention. While financial market writers focused on the stock indices, of greater importance should be the bullish breakout in US Treasuries along with the rally in Foreign currencies and decline of the US Dollar.   As I wrote last week<em> <strong>\"In the week ahead I will continue to focus on the benchmarks and the relationship between the Ten Year Treasury Notes and the Foreign currencies as well as economic data from China\"</strong></em>.   Many professionals in the financial community are blaming credit concerns in China as the catalyst for the stock indices sell-off on Friday. I would like to point out that continued weakness in emerging markets including the currency devaluation in Argentina and political unrest in Turkey could help to further weaken risk assets in the week ahead.  I will continue to focus on correlations with the bond, stock and currency markets.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/risk-assets-percent.bmp\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/risk-assets-percent.bmp\" alt=\"risk assets percent\" class=\"alignnone size-large wp-image-826\" /></a>\r\nBack on March 10, 2013 I wrote <strong>\"Are the currency and bond markets trying to tell us something? The recent rally in the US Dollar might be pricing-in higher yields in the near future\"</strong>. You can read the full report titled What\'s going on? What are the markets telling us? What\'s next?. <a href=\"http://www.thetradingroom.com/the-week-ahead-in-the-global-markets-thoughts-and-concepts-by-joe-rios/\">by clicking on this link.</a> \r\n\r\n\r\nI keep reading about how the Japanese Yen is a preferred flight to safety asset. Nonsense! As I keep reminding our members, when the stock indices sell-off and the Japanese Yen rises, it\'s most likely to be the unwinding of a carry trade.\r\nThe super rich including institutional investors have advantage over the average individual investor, they can borrow at an extremely low interest rate and reinvest in higher-yielding opportunities, hence the carry trade.\r\nFor years the Japanese Yen has been one of the favorite currencies to borrow for carry trades. After 2008 with global interest rates plummeting to record lows the favorite higher-yielding investment opportunities have been in US and global stocks as well as emerging markets.\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/yen-stocks-notes.bmp\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/yen-stocks-notes.bmp\" alt=\"yen stocks notes\" class=\"alignnone size-large wp-image-827\" /></a>\r\nThe Japanese Yen being the lowest interest rate currency within the developed economies is subject to currency fluctuations as investments tied to carry trades initiate  positions and/or unwind positions. That is why we witnessed a rising Japanese Yen with the sell-off in the stock indices. \r\nJoin us in our live trading room during market hours and watch us identify and trade the markets most poised for aggressive price action. <a href=\"https://www3.gotomeeting.com/register/446087910\">Click here for access.</a>\r\n\r\n\r\n\r\n<strong>Monday</strong>\r\n4:00 AM	EUR	German IFO Business Climate\r\n10:00 AM	USD	New-Home Sales\r\n7:30 PM	AUD	NAB Business Confidence\r\n\r\n<strong>Tuesday</strong>\r\n4:30 AM	GBP	Preliminary GDP\r\n8:30 AM	USD	Core Durable Goods Orders\r\n10:00 AM USD	CB Consumer Confidence\r\n\r\n<strong>Wednesday</strong>\r\n7:15 AM	BOE Gov. Carney Speaks\r\n10:30 AM   Crude Oil Inventories\r\n2:00 PM	   FOMC Statement\r\n3:00 PM	   RBNZ Rate Statement\r\n8:45 PM	   CNY	HSBC Final Manufacturing PMI\r\n\r\n<strong>Thursday</strong>\r\n8:30 AM USD    Advance GDP\r\n8:30 AM	USD    Unemployment Claims\r\n10:00 AM USD   Pending Home Sales\r\n10:30 AM       Natural Gas Storage\r\n4:45 PM	NZD    Trade Balance\r\n6:00 PM	NZD    RBNZ Gov. Wheeler Speaks\r\n6:30 PM	AUD    PPI\r\n\r\n<strong>Friday</strong>\r\n8:30 AM	CAD	GDP\r\n8:00 PM	CNY	Manufacturing PMI\r\n','The Week Ahead - Flight to Safety Underway?','','inherit','open','closed','','816-revision-v1','','','2014-01-26 19:02:23','2014-01-26 19:02:23','',816,'http://www.thetradingroom.com/816-revision-v1/',0,'revision','',0),(831,2,'2014-01-26 18:58:39','2014-01-26 18:58:39','<strong>From the desk of Joe Rios</strong>\r\n\r\nLast week\'s sell-off in the stock indices led by the Dow Jones Industrial Average 300 point decline on Friday got everyone\'s attention. While financial market writers focused on the stock indices, of greater importance should be the bullish breakout in US Treasuries along with the rally in Foreign currencies and decline of the US Dollar.   As I wrote last week<em> <strong>\"In the week ahead I will continue to focus on the benchmarks and the relationship between the Ten Year Treasury Notes and the Foreign currencies as well as economic data from China\"</strong></em>.   Many professionals in the financial community are blaming credit concerns in China as the catalyst for the stock indices sell-off on Friday. I would like to point out that continued weakness in emerging markets including the currency devaluation in Argentina and political unrest in Turkey could help to further weaken risk assets in the week ahead.  I will continue to focus on correlations with the bond, stock and currency markets.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/risk-assets-percent.bmp\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/risk-assets-percent.bmp\" alt=\"risk assets percent\" class=\"alignnone size-large wp-image-826\" /></a>\r\nBack on March 10, 2013, I wrote <strong>\"Are the currency and bond markets trying to tell us something? The recent rally in the US Dollar might be pricing-in higher yields in the near future\"</strong> in a report in The Trading Room blog titled What\'s\' going on? What are the markets telling us? What\'s next?. <a href=\"http://www.thetradingroom.com/the-week-ahead-in-the-global-markets-thoughts-and-concepts-by-joe-rios/\">click here to read the full report.</a> \r\n\r\n\r\nI keep reading about how the Japanese Yen is a preferred flight to safety asset. Nonsense! As I keep reminding our members, when the stock indices sell-off and the Japanese Yen rises, it\'s most likely to be the unwinding of a carry trade.\r\nThe super rich including institutional investors have advantage over the average individual investor, they can borrow at an extremely low interest rate and reinvest in higher-yielding opportunities, hence the carry trade.\r\nFor years the Japanese Yen has been one of the favorite currencies to borrow for carry trades. After 2008 with global interest rates plummeting to record lows the favorite higher-yielding investment opportunities have been in US and global stocks as well as emerging markets.\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/yen-stocks-notes.bmp\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/yen-stocks-notes.bmp\" alt=\"yen stocks notes\" class=\"alignnone size-large wp-image-827\" /></a>\r\nThe Japanese Yen being the lowest interest rate currency within the developed economies is subject to currency fluctuations as investments tied to carry trades initiate  positions and/or unwind positions. That is why we witnessed a rising Japanese Yen with the sell-off in the stock indices. \r\nJoin us in our live trading room during market hours and watch us identify and trade the markets most poised for aggressive price action. <a href=\"https://www3.gotomeeting.com/register/446087910\">Click here for access.</a>\r\n\r\n\r\n\r\n<strong>Monday</strong>\r\n4:00 AM	EUR	German IFO Business Climate\r\n10:00 AM	USD	New-Home Sales\r\n7:30 PM	AUD	NAB Business Confidence\r\n\r\n<strong>Tuesday</strong>\r\n4:30 AM	GBP	Preliminary GDP\r\n8:30 AM	USD	Core Durable Goods Orders\r\n10:00 AM USD	CB Consumer Confidence\r\n\r\n<strong>Wednesday</strong>\r\n7:15 AM	BOE Gov. Carney Speaks\r\n10:30 AM   Crude Oil Inventories\r\n2:00 PM	   FOMC Statement\r\n3:00 PM	   RBNZ Rate Statement\r\n8:45 PM	   CNY	HSBC Final Manufacturing PMI\r\n\r\n<strong>Thursday</strong>\r\n8:30 AM USD    Advance GDP\r\n8:30 AM	USD    Unemployment Claims\r\n10:00 AM USD   Pending Home Sales\r\n10:30 AM       Natural Gas Storage\r\n4:45 PM	NZD    Trade Balance\r\n6:00 PM	NZD    RBNZ Gov. Wheeler Speaks\r\n6:30 PM	AUD    PPI\r\n\r\n<strong>Friday</strong>\r\n8:30 AM	CAD	GDP\r\n8:00 PM	CNY	Manufacturing PMI\r\n','The Week Ahead - Flight to Safety Underway?','','inherit','open','closed','','816-revision-v1','','','2014-01-26 18:58:39','2014-01-26 18:58:39','',816,'http://www.thetradingroom.com/816-revision-v1/',0,'revision','',0),(832,2,'2014-01-26 18:59:52','2014-01-26 18:59:52','<strong>From the desk of Joe Rios</strong>\r\n\r\nLast week\'s sell-off in the stock indices led by the Dow Jones Industrial Average 300 point decline on Friday got everyone\'s attention. While financial market writers focused on the stock indices, of greater importance should be the bullish breakout in US Treasuries along with the rally in Foreign currencies and decline of the US Dollar.   As I wrote last week<em> <strong>\"In the week ahead I will continue to focus on the benchmarks and the relationship between the Ten Year Treasury Notes and the Foreign currencies as well as economic data from China\"</strong></em>.   Many professionals in the financial community are blaming credit concerns in China as the catalyst for the stock indices sell-off on Friday. I would like to point out that continued weakness in emerging markets including the currency devaluation in Argentina and political unrest in Turkey could help to further weaken risk assets in the week ahead.  I will continue to focus on correlations with the bond, stock and currency markets.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/risk-assets-percent.bmp\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/risk-assets-percent.bmp\" alt=\"risk assets percent\" class=\"alignnone size-large wp-image-826\" /></a>\r\nBack on March 10, 2013 I wrote <strong>\"Are the currency and bond markets trying to tell us something? The recent rally in the US Dollar might be pricing-in higher yields in the near future\"</strong> in a report in The Trading Room blog titled What\'s\' going on? What are the markets telling us? What\'s next?. <a href=\"http://www.thetradingroom.com/the-week-ahead-in-the-global-markets-thoughts-and-concepts-by-joe-rios/\">click here to read the full report.</a> \r\n\r\n\r\nI keep reading about how the Japanese Yen is a preferred flight to safety asset. Nonsense! As I keep reminding our members, when the stock indices sell-off and the Japanese Yen rises, it\'s most likely to be the unwinding of a carry trade.\r\nThe super rich including institutional investors have advantage over the average individual investor, they can borrow at an extremely low interest rate and reinvest in higher-yielding opportunities, hence the carry trade.\r\nFor years the Japanese Yen has been one of the favorite currencies to borrow for carry trades. After 2008 with global interest rates plummeting to record lows the favorite higher-yielding investment opportunities have been in US and global stocks as well as emerging markets.\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/yen-stocks-notes.bmp\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/yen-stocks-notes.bmp\" alt=\"yen stocks notes\" class=\"alignnone size-large wp-image-827\" /></a>\r\nThe Japanese Yen being the lowest interest rate currency within the developed economies is subject to currency fluctuations as investments tied to carry trades initiate  positions and/or unwind positions. That is why we witnessed a rising Japanese Yen with the sell-off in the stock indices. \r\nJoin us in our live trading room during market hours and watch us identify and trade the markets most poised for aggressive price action. <a href=\"https://www3.gotomeeting.com/register/446087910\">Click here for access.</a>\r\n\r\n\r\n\r\n<strong>Monday</strong>\r\n4:00 AM	EUR	German IFO Business Climate\r\n10:00 AM	USD	New-Home Sales\r\n7:30 PM	AUD	NAB Business Confidence\r\n\r\n<strong>Tuesday</strong>\r\n4:30 AM	GBP	Preliminary GDP\r\n8:30 AM	USD	Core Durable Goods Orders\r\n10:00 AM USD	CB Consumer Confidence\r\n\r\n<strong>Wednesday</strong>\r\n7:15 AM	BOE Gov. Carney Speaks\r\n10:30 AM   Crude Oil Inventories\r\n2:00 PM	   FOMC Statement\r\n3:00 PM	   RBNZ Rate Statement\r\n8:45 PM	   CNY	HSBC Final Manufacturing PMI\r\n\r\n<strong>Thursday</strong>\r\n8:30 AM USD    Advance GDP\r\n8:30 AM	USD    Unemployment Claims\r\n10:00 AM USD   Pending Home Sales\r\n10:30 AM       Natural Gas Storage\r\n4:45 PM	NZD    Trade Balance\r\n6:00 PM	NZD    RBNZ Gov. Wheeler Speaks\r\n6:30 PM	AUD    PPI\r\n\r\n<strong>Friday</strong>\r\n8:30 AM	CAD	GDP\r\n8:00 PM	CNY	Manufacturing PMI\r\n','The Week Ahead - Flight to Safety Underway?','','inherit','open','closed','','816-revision-v1','','','2014-01-26 18:59:52','2014-01-26 18:59:52','',816,'http://www.thetradingroom.com/816-revision-v1/',0,'revision','',0),(834,2,'2014-01-26 19:03:50','2014-01-26 19:03:50','<strong>From the desk of Joe Rios</strong>\r\n\r\nLast week\'s sell-off in the stock indices led by the Dow Jones Industrial Average 300 point decline on Friday got everyone\'s attention. While financial market writers focused on the stock indices, of greater importance should be the bullish breakout in US Treasuries along with the rally in Foreign currencies and decline of the US Dollar.   As I wrote last week<em> <strong>\"In the week ahead I will continue to focus on the benchmarks and the relationship between the Ten Year Treasury Notes and the Foreign currencies as well as economic data from China\"</strong></em>.   Many professionals in the financial community are blaming credit concerns in China as the catalyst for the stock indices sell-off on Friday. I would like to point out that continued weakness in emerging markets including the currency devaluation in Argentina and political unrest in Turkey could help to further weaken risk assets in the week ahead.  I will continue to focus on correlations with the bond, stock and currency markets.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/risk-assets-percent.bmp\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/risk-assets-percent.bmp\" alt=\"risk assets percent\" class=\"alignnone size-large wp-image-826\" /></a>\r\nBack on March 10, 2013 I wrote <strong>\"Are the currency and bond markets trying to tell us something? The recent rally in the US Dollar might be pricing-in higher yields in the near future\"</strong>. You can read the full report titled <strong>What\'s going on? What are the markets telling us? What\'s next?</strong>. <a href=\"http://www.thetradingroom.com/the-week-ahead-in-the-global-markets-thoughts-and-concepts-by-joe-rios/\">by clicking on this link.</a> \r\n\r\n\r\nI keep reading about how the Japanese Yen is a preferred flight to safety asset. Nonsense! As I keep reminding our members, when the stock indices sell-off and the Japanese Yen rises, it\'s most likely to be the unwinding of a carry trade.\r\nThe super rich including institutional investors have advantage over the average individual investor, they can borrow at an extremely low interest rate and reinvest in higher-yielding opportunities, hence the carry trade.\r\nFor years the Japanese Yen has been one of the favorite currencies to borrow for carry trades. After 2008 with global interest rates plummeting to record lows the favorite higher-yielding investment opportunities have been in US and global stocks as well as emerging markets.\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/yen-stocks-notes.bmp\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/yen-stocks-notes.bmp\" alt=\"yen stocks notes\" class=\"alignnone size-large wp-image-827\" /></a>\r\nThe Japanese Yen being the lowest interest rate currency within the developed economies is subject to currency fluctuations as investments tied to carry trades initiate  positions and/or unwind positions. That is why we witnessed a rising Japanese Yen with the sell-off in the stock indices. \r\nJoin us in our live trading room during market hours and watch us identify and trade the markets most poised for aggressive price action. <a href=\"https://www3.gotomeeting.com/register/446087910\">Click here for access.</a>\r\n\r\n\r\n\r\n<strong>Monday</strong>\r\n4:00 AM	EUR	German IFO Business Climate\r\n10:00 AM	USD	New-Home Sales\r\n7:30 PM	AUD	NAB Business Confidence\r\n\r\n<strong>Tuesday</strong>\r\n4:30 AM	GBP	Preliminary GDP\r\n8:30 AM	USD	Core Durable Goods Orders\r\n10:00 AM USD	CB Consumer Confidence\r\n\r\n<strong>Wednesday</strong>\r\n7:15 AM	BOE Gov. Carney Speaks\r\n10:30 AM   Crude Oil Inventories\r\n2:00 PM	   FOMC Statement\r\n3:00 PM	   RBNZ Rate Statement\r\n8:45 PM	   CNY	HSBC Final Manufacturing PMI\r\n\r\n<strong>Thursday</strong>\r\n8:30 AM USD    Advance GDP\r\n8:30 AM	USD    Unemployment Claims\r\n10:00 AM USD   Pending Home Sales\r\n10:30 AM       Natural Gas Storage\r\n4:45 PM	NZD    Trade Balance\r\n6:00 PM	NZD    RBNZ Gov. Wheeler Speaks\r\n6:30 PM	AUD    PPI\r\n\r\n<strong>Friday</strong>\r\n8:30 AM	CAD	GDP\r\n8:00 PM	CNY	Manufacturing PMI\r\n','The Week Ahead - Flight to Safety Underway?','','inherit','open','closed','','816-revision-v1','','','2014-01-26 19:03:50','2014-01-26 19:03:50','',816,'http://www.thetradingroom.com/816-revision-v1/',0,'revision','',0),(835,2,'2014-01-26 20:28:38','2014-01-26 20:28:38','<strong>From the desk of Joe Rios</strong>\r\n\r\nLast week\'s sell-off in the stock indices led by the Dow Jones Industrial Average 300 point decline on Friday got everyone\'s attention. While financial market writers focused on the stock indices, of greater importance should be the bullish breakout in US Treasuries along with the rally in Foreign currencies and decline of the US Dollar.   As I wrote last week<em> <strong>\"In the week ahead I will continue to focus on the benchmarks and the relationship between the Ten Year Treasury Notes and the Foreign currencies as well as economic data from China\"</strong></em>.   Many professionals in the financial community are blaming credit concerns in China as the catalyst for the stock indices sell-off on Friday. I would like to point out that continued weakness in emerging markets including the currency devaluation in Argentina and political unrest in Turkey could help to further weaken risk assets in the week ahead.  I will continue to focus on correlations with the bond, stock and currency markets.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/risk-assets-percent.bmp\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/risk-assets-percent.bmp\" alt=\"risk assets percent\" class=\"alignnone size-large wp-image-826\" /></a>\r\nBack on March 10, 2013 I wrote <strong>\"Are the currency and bond markets trying to tell us something? The recent rally in the US Dollar might be pricing-in higher yields in the near future\"</strong>. You can read the full report titled <strong>What\'s going on? What are the markets telling us? What\'s next?</strong>. <a href=\"http://www.thetradingroom.com/the-week-ahead-in-the-global-markets-thoughts-and-concepts-by-joe-rios/\">by clicking on this link.</a> \r\n\r\n\r\nI keep reading about how the Japanese Yen is a preferred flight to safety asset. Nonsense! As I keep reminding our members, when the stock indices sell-off and the Japanese Yen rises, it\'s most likely to be the unwinding of a carry trade.\r\nThe super rich including institutional investors have advantage over the average individual investor, they can borrow at an extremely low interest rate and reinvest in higher-yielding opportunities, hence the carry trade.\r\nFor years the Japanese Yen has been one of the favorite currencies to borrow for carry trades. After 2008 with global interest rates plummeting to record lows the favorite higher-yielding investment opportunities have been in US and global stocks as well as emerging markets.\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/yen-stocks-notes.bmp\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/yen-stocks-notes.bmp\" alt=\"yen stocks notes\" class=\"alignnone size-large wp-image-827\" /></a>\r\nThe Japanese Yen being the lowest interest rate currency within the developed economies is subject to currency fluctuations as investments tied to carry trades initiate  positions and/or unwind positions. That is why we witnessed a rising Japanese Yen with the sell-off in the stock indices. \r\nJoin us in our live trading room during market hours and watch us identify and trade the markets most poised for aggressive price action. <a href=\"https://www3.gotomeeting.com/register/446087910\">Click here for access.</a>\r\n\r\nScheduled economic data releases that may have an impact on the markets include:\r\n\r\n<strong>Monday</strong>\r\n4:00 AM	EUR	German IFO Business Climate\r\n10:00 AM	USD	New-Home Sales\r\n7:30 PM	AUD	NAB Business Confidence\r\n\r\n<strong>Tuesday</strong>\r\n4:30 AM	GBP	Preliminary GDP\r\n8:30 AM	USD	Core Durable Goods Orders\r\n10:00 AM USD	CB Consumer Confidence\r\n\r\n<strong>Wednesday</strong>\r\n7:15 AM	BOE Gov. Carney Speaks\r\n10:30 AM   Crude Oil Inventories\r\n2:00 PM	   FOMC Statement\r\n3:00 PM	   RBNZ Rate Statement\r\n8:45 PM	   CNY	HSBC Final Manufacturing PMI\r\n\r\n<strong>Thursday</strong>\r\n8:30 AM USD    Advance GDP\r\n8:30 AM	USD    Unemployment Claims\r\n10:00 AM USD   Pending Home Sales\r\n10:30 AM       Natural Gas Storage\r\n4:45 PM	NZD    Trade Balance\r\n6:00 PM	NZD    RBNZ Gov. Wheeler Speaks\r\n6:30 PM	AUD    PPI\r\n\r\n<strong>Friday</strong>\r\n8:30 AM	CAD	GDP\r\n8:00 PM	CNY	Manufacturing PMI\r\n','The Week Ahead - Flight to Safety Underway?','','inherit','open','closed','','816-revision-v1','','','2014-01-26 20:28:38','2014-01-26 20:28:38','',816,'http://www.thetradingroom.com/816-revision-v1/',0,'revision','',0),(836,2,'2014-01-26 20:30:25','2014-01-26 20:30:25','<strong>From the desk of Joe Rios</strong>\r\n\r\nLast week\'s sell-off in the stock indices led by the Dow Jones Industrial Average 300 point decline on Friday got everyone\'s attention. While financial market writers focused on the stock indices, of greater importance should be the bullish breakout in US Treasuries along with the rally in Foreign currencies and decline of the US Dollar.   As I wrote last week<em> <strong>\"In the week ahead I will continue to focus on the benchmarks and the relationship between the Ten Year Treasury Notes and the Foreign currencies as well as economic data from China\"</strong></em>.   Many professionals in the financial community are blaming credit concerns in China as the catalyst for the stock indices sell-off on Friday. I would like to point out that continued weakness in emerging markets including the currency devaluation in Argentina and political unrest in Turkey could help to further weaken risk assets in the week ahead.  I will continue to focus on correlations with the bond, stock and currency markets.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/risk-assets-percent.bmp\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/risk-assets-percent.bmp\" alt=\"risk assets percent\" class=\"alignnone size-large wp-image-826\" /></a>\r\nBack on March 10, 2013 I wrote <strong>\"Are the currency and bond markets trying to tell us something? The recent rally in the US Dollar might be pricing-in higher yields in the near future\"</strong>. You can read the full report titled <strong>What\'s going on? What are the markets telling us? What\'s next?</strong>. <a href=\"http://www.thetradingroom.com/the-week-ahead-in-the-global-markets-thoughts-and-concepts-by-joe-rios/\">by clicking on this link.</a> \r\n\r\n\r\nI keep reading about how the Japanese Yen is a preferred flight to safety asset. Nonsense! As I keep reminding our members, when the stock indices sell-off and the Japanese Yen rises, it\'s most likely to be the unwinding of a carry trade.\r\nThe super rich including institutional investors have advantage over the average individual investor, they can borrow at an extremely low interest rate and reinvest in higher-yielding opportunities, hence the carry trade.\r\nFor years the Japanese Yen has been one of the favorite currencies to borrow for carry trades. After 2008 with global interest rates plummeting to record lows the favorite higher-yielding investment opportunities have been in US and global stocks as well as emerging markets.\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/yen-stocks-notes.bmp\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/yen-stocks-notes.bmp\" alt=\"yen stocks notes\" class=\"alignnone size-large wp-image-827\" /></a>\r\nThe Japanese Yen being the lowest interest rate currency within the developed economies is subject to currency fluctuations as investments tied to carry trades initiate  positions and/or unwind positions. That is why we witnessed a rising Japanese Yen with the sell-off in the stock indices. \r\n<strong>Join us in our live trading room during market hours and watch us identify and trade the markets most poised for aggressive price action.</strong> <a href=\"https://www3.gotomeeting.com/register/446087910\">Click here for access.</a>\r\n\r\nScheduled economic data releases that may have an impact on the markets include:\r\n\r\n<strong>Monday</strong>\r\n4:00 AM	EUR	German IFO Business Climate\r\n10:00 AM	USD	New-Home Sales\r\n7:30 PM	AUD	NAB Business Confidence\r\n\r\n<strong>Tuesday</strong>\r\n4:30 AM	GBP	Preliminary GDP\r\n8:30 AM	USD	Core Durable Goods Orders\r\n10:00 AM USD	CB Consumer Confidence\r\n\r\n<strong>Wednesday</strong>\r\n7:15 AM	BOE Gov. Carney Speaks\r\n10:30 AM   Crude Oil Inventories\r\n2:00 PM	   FOMC Statement\r\n3:00 PM	   RBNZ Rate Statement\r\n8:45 PM	   CNY	HSBC Final Manufacturing PMI\r\n\r\n<strong>Thursday</strong>\r\n8:30 AM USD    Advance GDP\r\n8:30 AM	USD    Unemployment Claims\r\n10:00 AM USD   Pending Home Sales\r\n10:30 AM       Natural Gas Storage\r\n4:45 PM	NZD    Trade Balance\r\n6:00 PM	NZD    RBNZ Gov. Wheeler Speaks\r\n6:30 PM	AUD    PPI\r\n\r\n<strong>Friday</strong>\r\n8:30 AM	CAD	GDP\r\n8:00 PM	CNY	Manufacturing PMI\r\n','The Week Ahead - Flight to Safety Underway?','','inherit','open','closed','','816-revision-v1','','','2014-01-26 20:30:25','2014-01-26 20:30:25','',816,'http://www.thetradingroom.com/816-revision-v1/',0,'revision','',0),(837,2,'2014-01-26 23:45:33','2014-01-26 23:45:33','<strong>From the desk of Joe Rios</strong>\r\n\r\nLast week\'s sell-off in the stock indices led by the Dow Jones Industrial Average 300 point decline on Friday got everyone\'s attention. While financial market writers focused on the stock indices, of greater importance should be the bullish breakout in US Treasuries along with the rally in Foreign currencies and decline of the US Dollar.   As I wrote last week<em> <strong>\"In the week ahead I will continue to focus on the benchmarks and the relationship between the Ten Year Treasury Notes and the Foreign currencies as well as economic data from China\"</strong></em>.   Many professionals in the financial community are blaming credit concerns in China as the catalyst for the stock indices sell-off on Friday. I would like to point out that continued weakness in emerging markets including the currency devaluation in Argentina and political unrest in Turkey could help to further weaken risk assets in the week ahead.  I will continue to focus on correlations with the bond, stock and currency markets.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/risk-assets-percent.bmp\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/risk-assets-percent.bmp\" alt=\"risk assets percent\" class=\"alignnone size-large wp-image-826\" /></a>\r\nBack on March 10, 2013 I wrote <strong>\"Are the currency and bond markets trying to tell us something? The recent rally in the US Dollar might be pricing-in higher yields in the near future\"</strong>. You can read the full report titled <strong>What\'s going on? What are the markets telling us? What\'s next?</strong>. <a href=\"http://www.thetradingroom.com/the-week-ahead-in-the-global-markets-thoughts-and-concepts-by-joe-rios/\">by clicking on this link.</a> \r\n\r\n\r\nI keep reading about how the Japanese Yen is a preferred flight to safety asset. <strong>Nonsense!</strong> As I keep reminding our members, when the stock indices sell-off and the Japanese Yen rises, it\'s most likely to be the unwinding of a carry trade.\r\nThe super rich including institutional investors have advantage over the average individual investor, they can borrow at an extremely low interest rate and reinvest in higher-yielding opportunities, hence the carry trade.\r\nFor years the Japanese Yen has been one of the favorite currencies to borrow for carry trades. After 2008 with global interest rates plummeting to record lows the favorite higher-yielding investment opportunities have been in US and global stocks as well as emerging markets.\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/yen-stocks-notes.bmp\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/yen-stocks-notes.bmp\" alt=\"yen stocks notes\" class=\"alignnone size-large wp-image-827\" /></a>\r\nThe Japanese Yen being the lowest interest rate currency within the developed economies is subject to currency fluctuations as investments tied to carry trades initiate  positions and/or unwind positions. That is why we witnessed a rising Japanese Yen with the sell-off in the stock indices. \r\n<strong>Join us in our live trading room during market hours and watch us identify and trade the markets most poised for aggressive price action.</strong> <a href=\"https://www3.gotomeeting.com/register/446087910\">Click here for access.</a>\r\n\r\nScheduled economic data releases that may have an impact on the markets include:\r\n\r\n<strong>Monday</strong>\r\n4:00 AM	EUR	German IFO Business Climate\r\n10:00 AM	USD	New-Home Sales\r\n7:30 PM	AUD	NAB Business Confidence\r\n\r\n<strong>Tuesday</strong>\r\n4:30 AM	GBP	Preliminary GDP\r\n8:30 AM	USD	Core Durable Goods Orders\r\n10:00 AM USD	CB Consumer Confidence\r\n\r\n<strong>Wednesday</strong>\r\n7:15 AM	BOE Gov. Carney Speaks\r\n10:30 AM   Crude Oil Inventories\r\n2:00 PM	   FOMC Statement\r\n3:00 PM	   RBNZ Rate Statement\r\n8:45 PM	   CNY	HSBC Final Manufacturing PMI\r\n\r\n<strong>Thursday</strong>\r\n8:30 AM USD    Advance GDP\r\n8:30 AM	USD    Unemployment Claims\r\n10:00 AM USD   Pending Home Sales\r\n10:30 AM       Natural Gas Storage\r\n4:45 PM	NZD    Trade Balance\r\n6:00 PM	NZD    RBNZ Gov. Wheeler Speaks\r\n6:30 PM	AUD    PPI\r\n\r\n<strong>Friday</strong>\r\n8:30 AM	CAD	GDP\r\n8:00 PM	CNY	Manufacturing PMI\r\n','The Week Ahead - Flight to Safety Underway?','','inherit','open','closed','','816-revision-v1','','','2014-01-26 23:45:33','2014-01-26 23:45:33','',816,'http://www.thetradingroom.com/816-revision-v1/',0,'revision','',0),(838,2,'2014-01-28 11:57:02','2014-01-28 11:57:02','<strong>UPDATED 6:50 ET </strong>\r\n\r\n<strong>STOCKS </strong>- European stocks advanced, following their largest three-day slump in seven months, as mining companies climbed and Siemens AG posted profit that beat estimates. U.S. futures also gained, while Asian shares fell.\r\n<strong>BONDS</strong> - Treasuries fell for a second day on speculation the Federal Reserve is planning to further taper stimulus and as emerging markets staged a recovery from last week’s sell-off, damping demand for the safest assets.\r\n<strong>COMMODITIES</strong> - Natural gas rose in New York, rebounding from the biggest drop in almost nine months, as a winter storm is poised to hit parts of southern U.S. and colder weather is forecast in the north.\r\n<strong>CURRENCIES</strong> - The British Pound weakened from near a 2 1/2-year high against the dollar after a report showed the pace of Britain’s fourth-quarter economic expansion fell short of some analysts’ expectations..\r\n<strong>ECONOMIC DATA </strong>- US Core Durable Goods Orders due at 8:30, S&P/CS Composite-20 HPI y/y at 9:00,  CB Consumer Confidence at 10:00 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg\" alt=\"clock red wall\" width=\"402\" height=\"302\" class=\"alignnone size-full wp-image-567\" /></a>','Rios Quant – Overnight Trading Action in the Global Markets','','publish','open','closed','','rios-quant-overnight-trading-action-global-markets-2','','','2014-01-28 11:57:02','2014-01-28 11:57:02','',0,'http://www.thetradingroom.com/?p=838',0,'post','',0),(839,2,'2014-01-28 11:57:02','2014-01-28 11:57:02','<strong>UPDATED 6:50 ET </strong>\r\n\r\n<strong>STOCKS </strong>- European stocks advanced, following their largest three-day slump in seven months, as mining companies climbed and Siemens AG posted profit that beat estimates. U.S. futures also gained, while Asian shares fell.\r\n<strong>BONDS</strong> - Treasuries fell for a second day on speculation the Federal Reserve is planning to further taper stimulus and as emerging markets staged a recovery from last week’s sell-off, damping demand for the safest assets.\r\n<strong>COMMODITIES</strong> - Natural gas rose in New York, rebounding from the biggest drop in almost nine months, as a winter storm is poised to hit parts of southern U.S. and colder weather is forecast in the north.\r\n<strong>CURRENCIES</strong> - The British Pound weakened from near a 2 1/2-year high against the dollar after a report showed the pace of Britain’s fourth-quarter economic expansion fell short of some analysts’ expectations..\r\n<strong>ECONOMIC DATA </strong>- US Core Durable Goods Orders due at 8:30, S&P/CS Composite-20 HPI y/y at 9:00,  CB Consumer Confidence at 10:00 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg\" alt=\"clock red wall\" width=\"402\" height=\"302\" class=\"alignnone size-full wp-image-567\" /></a>','Rios Quant – Overnight Trading Action in the Global Markets','','inherit','open','closed','','838-revision-v1','','','2014-01-28 11:57:02','2014-01-28 11:57:02','',838,'http://www.thetradingroom.com/838-revision-v1/',0,'revision','',0),(840,2,'2014-01-28 12:11:11','2014-01-28 12:11:11','<strong>Do you have what it takes to be a quant trader in today’s volatile markets?</strong>\r\n\r\nWhether you trade Commodities, Forex or Stocks, join us in our live trading room during prime time market hours from 7:30 to 10:30 ET. Take our trading systems for a free trial and test it on your own computer in a live trading environment.\r\n\r\n<a href=\"http://www.riosquant.com/requestinfo?product_id=2\">Click here for trading system free trial</a>\r\n\r\nDuring yesterday\'s trading session, Rios Quant member Jim from Virginia traded the S&P 500 futures and Gold futures for a total profit of $2,997.50.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/jim-es-trade.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/jim-es-trade.jpg\" alt=\"jim es trade\" width=\"881\" height=\"937\" class=\"alignnone size-full wp-image-841\" /></a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/jim-trade-gold.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/jim-trade-gold.jpg\" alt=\"jim trade gold\" width=\"775\" height=\"927\" class=\"alignnone size-full wp-image-842\" /></a>\r\n','Recent Trades from Members','','publish','open','closed','','recent-trades-members-2','','','2014-01-28 12:11:11','2014-01-28 12:11:11','',0,'http://www.thetradingroom.com/?p=840',0,'post','',0),(842,2,'2014-01-28 12:09:44','2014-01-28 12:09:44','','jim trade gold','','inherit','open','closed','','jim-trade-gold','','','2014-01-28 12:09:44','2014-01-28 12:09:44','',840,'http://www.thetradingroom.com/wp-content/uploads/2014/01/jim-trade-gold.jpg',0,'attachment','image/jpeg',0),(843,2,'2014-01-28 12:11:11','2014-01-28 12:11:11','<strong>Do you have what it takes to be a quant trader in today’s volatile markets?</strong>\r\n\r\nWhether you trade Commodities, Forex or Stocks, join us in our live trading room during prime time market hours from 7:30 to 10:30 ET. Take our trading systems for a free trial and test it on your own computer in a live trading environment.\r\n\r\n<a href=\"http://www.riosquant.com/requestinfo?product_id=2\">Click here for trading system free trial</a>\r\n\r\nDuring yesterday\'s trading session, Rios Quant member Jim from Virginia traded the S&P 500 futures and Gold futures for a total profit of $2,997.50.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/jim-es-trade.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/jim-es-trade.jpg\" alt=\"jim es trade\" width=\"881\" height=\"937\" class=\"alignnone size-full wp-image-841\" /></a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/jim-trade-gold.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/jim-trade-gold.jpg\" alt=\"jim trade gold\" width=\"775\" height=\"927\" class=\"alignnone size-full wp-image-842\" /></a>\r\n','Recent Trades from Members','','inherit','open','closed','','840-revision-v1','','','2014-01-28 12:11:11','2014-01-28 12:11:11','',840,'http://www.thetradingroom.com/840-revision-v1/',0,'revision','',0),(844,2,'2014-05-06 15:17:15','2014-05-06 15:17:15','<strong>A Recurring Phenomenon Twice A Day In The Gold Market\r\n- by Joe Rios</strong>\r\n\r\nA recurring market event happens every trading day at 5:30 AM and 10:00 AM Eastern Time. Officially, the London gold fixing is the settling of the price of gold. It occurs twice each trading day on the London market by the five members of the London Gold Market Fixing Ltd. Today\'s current members include Barclays, Deutsche Bank, HSBC, Scotia-Mocatta (Bank of Nova Scotia) and Société Générale.\r\nThe participating banks act on both, their own behalf and for their customers. The Gold Fix Chairman starts the fixing process by declaring a price, typically near the current spot market price. Assuming this price, the participating banks aggregate all the orders they have received - both buys and sells - and declare to the Chairman the net quantity of gold they would buy, or sell, at the proposed price. If the net effect across all the participant banks is in balance, then that price will become the current London Gold Fix price. However it\'s common that the buyers and sellers are not immediately in balance. The Chairman will then adjust the proposed price, higher if there are too many buyers, and lower if there are too many sellers.\r\n\r\nMartyn Whitehead, director of commodities at Barclays Capital and vice-chairman of the London Bullion Market Association says -\r\n\r\n\"Normally it\'s a 10 or 15-minute process, but it can take up to half an hour. The longest fixing actually took place back on 19th October 1987 - Black Monday. The London Gold Fix took two hours and 15 minutes to reach agreement that day.\" That was the day when the US stock market dropped 23% of its value.\r\n\r\n<strong>Wow! What an edge!</strong> 10 to 15 minutes can seem like a life-time to an active trader. But for traders like us that employ quantitative analysis and algorithmic trading systems, this can be a huge advantage. At Rios Quant our edge has always been the development, implementation and monitoring of trading systems for the electronic financial markets. Our event-driven automated system, the RQ Dash was designed for this specific event. The focus is to be opportunistic to the activities associated with the volatility at the critical time periods. At the core of the strategy is an Rios Quant proprietary code with forward looking algorithms designed to forecast for potential price action activities in the gold futures market. For a complete performance report and information regarding our automated trading systems, please click on the following link - <a title=\"Rios Quant Trading Systems Free Trial\" href=\"http://www.riosquant.com/requestinfo?product_id=2\">Rios Quant Trading Systems</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/trade-the-london-gold-fix.jpg\"><img class=\"alignnone size-full wp-image-672\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/trade-the-london-gold-fix.jpg\" alt=\"trade the london gold fix\" width=\"392\" height=\"457\" /></a>\r\nThe RQ Dash automated trading system taking a quick short position for profit during the London Gold Fix.\r\n\r\nBelow you will find interesting reading from a recent article in Bloomberg.\r\n\r\nBloomberg - November 26, 2013\r\n<strong>Trading Surges</strong> - At 3:01 p.m., after the start of the call, trading surged to 47.8 percent above the average for the 20-minute period preceding the start of the fix and remained 20 percent higher for the next six minutes, Caminschi and Heaney found. By comparison, trading was 8.7 percent higher than the average a minute after publication of the price. The results showed a similar pattern for the SPDR Gold Trust.\r\n“Intuitively, we expect volumes to spike following the introduction of information to the market” when the final result is published, Caminschi and Heaney wrote in “Fixing a Leaky Fixing: Short-Term Market Reactions to the London P.M. Gold Price Fixing.” “What we observe in our analysis is a clustering of trades immediately following the fixing start.”\r\nThe researchers also assessed how accurate movements in gold derivatives were in predicting the final fix. Between 2:59 p.m. and 3 p.m., the direction of futures contracts matched the direction of the fix about half the time.\r\nFrom 3:01 p.m., the success rate jumped to 69.9 percent, and within five minutes it had climbed to 80 percent, Caminschi and Heaney wrote. On days when the gold price per ounce moved by more than $3, gold futures successfully predicted the outcome in more than nine out of 10 occasions.\r\n<strong>Information Dissemination</strong> - “Not only are the trades quite accurate in predicting the fixing direction, the more money that is made by way of a larger price change, the more accurate the trade becomes,” Caminschi and Heaney wrote. “This is highly suggestive of information leaking from the fixing to these public markets.”\r\nFor derivatives traders, the benefits are clear: A dealer who bought 500 gold futures contracts at 3 p.m. and knew the fix was going higher could make $200,000 for his firm if the price moved by $4, the average move in the sample. While the value of 500 contracts totals about $60 million, traders may buy on margin, a process that involves borrowing and requires placing less capital for the bet. On a typical day, about 4,500 futures contracts are traded between 3 p.m. and 3:15 p.m., according to Caminschi and Heaney.\r\n\r\nTo read the entire Bloomberg article click on the following link: <a href=\"http://www.bloomberg.com/news/2013-11-26/gold-fix-drawing-scrutiny-amid-knowledge-tied-to-eruption.html\">London Gold Fix Calls Draw Scrutiny Amid Heavy Trading</a>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nThe risk of loss in trading commodity futures contracts can be substantial. You should therefore carefully consider whether such trading is suitable for you in light of your financial condition. You may sustain a total loss of the initial margin funds and any additional funds that you deposit with your broker to establish or maintain a position in the commodity futures market. Hypothetical or simulated performance results have certain limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since trades may or may not have been actually executed, the results may have under or over-compensated for the impact, if any of certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation can, will or is being made that any account will, or is likely to, achieve profits or losses similar to those shown in this hypothetical performance record. We recommend that before you start trading to \"Get the Facts\" from the CFTC or visit the National Futures Association web site for additional information.\r\n\r\n&nbsp;','The London Gold Fix - Be Amazed!','','publish','open','closed','','london-gold-fix-amazed-2','','','2016-10-09 17:22:25','2016-10-09 17:22:25','',0,'http://www.thetradingroom.com/?p=844',0,'post','',0),(845,2,'2014-01-28 15:17:15','2014-01-28 15:17:15','<strong>A Recurring Phenomenon Twice A Day In The Gold Market\r\n - by Joe Rios</strong>\r\n\r\nA recurring market event happens every trading day at 5:30 AM and 10:00 AM Eastern Time. Officially, the London gold fixing is the settling of the price of gold. It occurs twice each trading day on the London market by the five members of the London Gold Market Fixing Ltd.  Today\'s current members include Barclays, Deutsche Bank, HSBC, Scotia-Mocatta (Bank of Nova Scotia) and Société Générale. \r\nThe participating banks act on both, their own behalf and for their customers. The Gold Fix Chairman starts the fixing process by declaring a price, typically near the current spot market price. Assuming this price, the participating banks aggregate all the orders they have received - both buys and sells - and declare to the Chairman the net quantity of gold they would buy, or sell, at the proposed price. If the net effect across all the participant banks is in balance, then that price will become the current London Gold Fix price. However it\'s common that the buyers and sellers are not immediately in balance. The Chairman will then adjust the proposed price, higher if there are too many buyers, and lower if there are too many sellers.\r\n\r\nMartyn Whitehead, director of commodities at Barclays Capital and vice-chairman of the London Bullion Market Association says -\r\n\r\n\"Normally it\'s a 10 or 15-minute process, but it can take up to half an hour. The longest fixing actually took place back on 19th October 1987 - Black Monday. The London Gold Fix took two hours and 15 minutes to reach agreement that day.\" That was the day when the US stock market dropped 23% of its value.\r\n\r\n<strong>Wow! What an edge!</strong> 10 to 15 minutes can seem like a life-time to an active trader. But for traders like us that employ quantitative analysis and algorithmic trading systems, this can be a huge advantage. At Rios Quant our edge has always been the development, implementation and monitoring of trading systems for the electronic financial markets. Our event-driven automated system, the RQ Dash was designed for this specific event. The focus is to be opportunistic to the activities associated with the volatility at the critical time periods. At the core of the strategy is an Rios Quant proprietary code with forward looking algorithms designed to forecast for potential price action activities in the gold futures market. For a complete performance report and information regarding our automated trading systems, please click on the following link - <a href=\"http://www.riosquant.com/requestinfo?product_id=2\" title=\"Rios Quant Trading Systems Free Trial\">Rios Quant Trading Systems</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/trade-the-london-gold-fix.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/trade-the-london-gold-fix.jpg\" alt=\"trade the london gold fix\" width=\"392\" height=\"457\" class=\"alignnone size-full wp-image-672\" /></a>\r\nThe RQ Dash automated trading system taking a quick short position for profit during the London Gold Fix.\r\n\r\nBelow you will find interesting reading from a recent article in Bloomberg.\r\n\r\nBloomberg - November 26, 2013 \r\n<strong>Trading Surges</strong> - At 3:01 p.m., after the start of the call, trading surged to 47.8 percent above the average for the 20-minute period preceding the start of the fix and remained 20 percent higher for the next six minutes, Caminschi and Heaney found. By comparison, trading was 8.7 percent higher than the average a minute after publication of the price. The results showed a similar pattern for the SPDR Gold Trust.\r\n“Intuitively, we expect volumes to spike following the introduction of information to the market” when the final result is published, Caminschi and Heaney wrote in “Fixing a Leaky Fixing: Short-Term Market Reactions to the London P.M. Gold Price Fixing.” “What we observe in our analysis is a clustering of trades immediately following the fixing start.”\r\nThe researchers also assessed how accurate movements in gold derivatives were in predicting the final fix. Between 2:59 p.m. and 3 p.m., the direction of futures contracts matched the direction of the fix about half the time.\r\nFrom 3:01 p.m., the success rate jumped to 69.9 percent, and within five minutes it had climbed to 80 percent, Caminschi and Heaney wrote. On days when the gold price per ounce moved by more than $3, gold futures successfully predicted the outcome in more than nine out of 10 occasions.\r\n<strong>Information Dissemination</strong> - “Not only are the trades quite accurate in predicting the fixing direction, the more money that is made by way of a larger price change, the more accurate the trade becomes,” Caminschi and Heaney wrote. “This is highly suggestive of information leaking from the fixing to these public markets.”\r\nFor derivatives traders, the benefits are clear: A dealer who bought 500 gold futures contracts at 3 p.m. and knew the fix was going higher could make $200,000 for his firm if the price moved by $4, the average move in the sample. While the value of 500 contracts totals about $60 million, traders may buy on margin, a process that involves borrowing and requires placing less capital for the bet. On a typical day, about 4,500 futures contracts are traded between 3 p.m. and 3:15 p.m., according to Caminschi and Heaney.\r\n\r\nTo read the entire Bloomberg article click on the following link:  <a href=\"http://www.bloomberg.com/news/2013-11-26/gold-fix-drawing-scrutiny-amid-knowledge-tied-to-eruption.html\">London Gold Fix Calls Draw Scrutiny Amid Heavy Trading</a>','The London Gold Fix - Be Amazed!','','inherit','open','closed','','844-revision-v1','','','2014-01-28 15:17:15','2014-01-28 15:17:15','',844,'http://www.thetradingroom.com/844-revision-v1/',0,'revision','',0),(847,2,'2014-01-29 12:13:52','2014-01-29 12:13:52','<strong>UPDATED  6:30 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks advanced for a second day as Turkey’s central bank increased interest rates to halt a currency slide that roiled global markets. U.S. stock- index futures and Asian shares also climbed.\r\n<strong>BONDS</strong> - Treasuries fell for a third day amid a Federal Reserve meeting analysts said will see policy makers further cut bond-purchase stimulus measures, and after Turkey’s central bank took steps to stabilize the lira.\r\n<strong>COMMODITIES</strong> - Natural gas pared a decline as freezing weather depleted below-average inventories.\r\n<strong>CURRENCIES</strong> - The Swiss franc erased declines as steps by Turkey’s central bank to stem a sell-off in the lira failed to support the currencies of other emerging market nations, boosting the appeal of haven assets.\r\n<strong>ECONOMIC DATA</strong> - BOE Gov Carney Speaks at 7:15, Crude Oil Inventories at 10:30, FOMC Statement at 14:00, RBNZ Rate Statement at 15:00, CHY HSBC Final Manufacturing PMI at 20:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/quote-board-blue.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/quote-board-blue.jpg\" alt=\"quote board blue\" width=\"365\" height=\"274\" class=\"alignnone size-full wp-image-608\" /></a>','Rios Quant – Overnight Trading Action in the Global Markets','','inherit','open','closed','','846-revision-v1','','','2014-01-29 12:13:52','2014-01-29 12:13:52','',846,'http://www.thetradingroom.com/846-revision-v1/',0,'revision','',0),(849,2,'2014-01-30 12:24:35','2014-01-30 12:24:35','<strong>UPDATED 7:20 ET</strong> \r\n\r\n<strong>STOCKS </strong>- European stocks dropped after the Federal Reserve trimmed bond buying for a second straight meeting and companies posted results that missed analyst estimates. Asian shares slid, while U.S. stock-index futures were little changed.\r\n\r\n<strong>BONDS</strong> - Treasury notes declined before $64 billion in debt auctions today amid concern yields near a two- month low will damp investor demand as the Federal Reserve reduces its purchases of the securities.\r\n\r\n<strong>COMMODITIES</strong> - Crude Oil  rose to its highest level in four weeks as cold weather in the U.S. boosted demand for heating fuel in the world’s largest oil consumer.\r\n\r\n<strong>CURRENCIES</strong> - The US Dollar strengthened with the yen after the Federal Reserve scaled back its stimulus program of bond purchases that tend to weaken the greenback and emerging- market currencies extended declines.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Advance GDP and Unemployment Claims due at 8:30, Pending Home Sales at 10:00, Natural Gas Storage at 10:30, NZD Trade Balance at 16:45, RBNZ Gov Wheeler Speaks at 18:00, AUD PPI q/q at 19:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/morgan-quotes.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/morgan-quotes-1024x687.jpg\" alt=\"morgan quotes\" width=\"570\" height=\"382\" class=\"alignnone size-large wp-image-585\" /></a>\r\n\r\n','','','inherit','open','closed','','848-revision-v1','','','2014-01-30 12:24:35','2014-01-30 12:24:35','',848,'http://www.thetradingroom.com/848-revision-v1/',0,'revision','',0),(850,2,'2014-01-30 12:37:43','2014-01-30 12:37:43','February Gold is coming up to FND this Friday, Jan. 31st.   You should roll to the April contracts at the close of business Wednesday, Jan. 29th. Includes mini contracts too.\r\n\r\nRollover is when we switch from trading the contract that expires in the current month, to a contract that expires in a future month. Rollover for futures trading can occur each month, and/or quarterly. \r\n\r\nWith all of the different exchanges available to trade these days (CME,NYMEX,EUREX), it is easy to get confused when trying to determine when contract rollover will occur.  If you trade Gold Futures, it is important to remember that rollover occurs each month, instead of every quarter like the popular e-mini contracts. \r\n\r\nFor more information, please visit the following sites: \r\nwww.CMEGroup.com\r\nwww.Nymex.com\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/pick-your-metals.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/pick-your-metals-225x300.jpg\" alt=\"pick your metals\" width=\"225\" height=\"300\" class=\"alignnone size-medium wp-image-851\" /></a>','Gold Futures - Contract Rollover Information ','','publish','open','closed','','gold-futures-contract-rollover-information','','','2014-02-01 20:08:12','2014-02-01 20:08:12','',0,'http://www.thetradingroom.com/?p=850',0,'post','',0),(851,2,'2014-01-30 12:36:59','2014-01-30 12:36:59','','pick your metals','','inherit','open','closed','','pick-your-metals-2','','','2014-01-30 12:36:59','2014-01-30 12:36:59','',850,'http://www.thetradingroom.com/wp-content/uploads/2014/01/pick-your-metals.jpg',0,'attachment','image/jpeg',0),(852,2,'2014-01-30 12:37:43','2014-01-30 12:37:43','February Gold is coming up to FND this Friday, Jan. 31st.   You should roll to the April contracts at the close of business Wednesday, Jan. 29th. Includes mini contracts too.\r\n\r\nRollover is when we switch from trading the contract that expires in the current month, to a contract that expires in a future month. Rollover for futures trading can occur each month, and/or quarterly. \r\n\r\nWith all of the different exchanges available to trade these days (CME,NYMEX,EUREX), it is easy to get confused when trying to determine when contract rollover will occur.  If you trade Gold Futures, it is important to remember that rollover occurs each month, instead of every quarter like the popular e-mini contracts. \r\n\r\nFor more information, please visit the following sites: \r\nwww.CMEGroup.com\r\nwww.Nymex.com\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/pick-your-metals.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/pick-your-metals-768x1024.jpg\" alt=\"pick your metals\" width=\"570\" height=\"760\" class=\"alignnone size-large wp-image-851\" /></a>','Gold Futures - Contract Rollover Information ','','inherit','open','closed','','850-revision-v1','','','2014-01-30 12:37:43','2014-01-30 12:37:43','',850,'http://www.thetradingroom.com/850-revision-v1/',0,'revision','',0),(853,2,'2014-01-31 11:10:47','2014-01-31 11:10:47','UPDATED 6:00 ET \r\n\r\n<strong>STOCKS</strong> - Global stock markets fell, heading for their biggest monthly drop since June. U.S. stock-index futures retreated, with the Standard & Poor’s 500 Index heading for its worst January since 2010.\r\n\r\n<strong>BONDS </strong>- Treasuries rose, extending their biggest monthly gain in more than a year, as a slowdown at Chinese factories and the Federal Reserve’s efforts to curb support for the economy drove demand for the safest assets.\r\n\r\n<strong>COMMODITIES</strong> - Copper fell for an eighth day in London, the longest losing streak since December 1998, on concern demand is set to weaken as the economy slows in China, the world’s largest consumer of the metal.\r\n\r\n<strong>CURRENCIES</strong> - The dollar headed for its best January since 2010 versus a basket of its peers before data analysts said will show Americans increased spending for an eighth month, adding to evidence the U.S. economy is growing.\r\n\r\n<strong>ECONOMIC DATA </strong>- CAD GDP m/m and US Personal Spending  due at 8:30, Chicago PMI at 9:45,  Revised UoM Consumer Sentiment at 9:55, CHY  Manufacturing PMI AT 20:00 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\" alt=\"Hangseng sign\" width=\"604\" height=\"453\" class=\"alignnone size-full wp-image-454\" /></a>\r\n\r\n\r\n\r\n','RiosQuant - Overnight Trading Action in the Global Markets','','publish','open','closed','','riosquant-overnight-trading-action-global-markets-33','','','2014-01-31 11:10:47','2014-01-31 11:10:47','',0,'http://www.thetradingroom.com/?p=853',0,'post','',0),(854,2,'2014-01-31 11:10:47','2014-01-31 11:10:47','UPDATED 6:00 ET \r\n\r\n<strong>STOCKS</strong> - Global stock markets fell, heading for their biggest monthly drop since June. U.S. stock-index futures retreated, with the Standard & Poor’s 500 Index heading for its worst January since 2010.\r\n\r\n<strong>BONDS </strong>- Treasuries rose, extending their biggest monthly gain in more than a year, as a slowdown at Chinese factories and the Federal Reserve’s efforts to curb support for the economy drove demand for the safest assets.\r\n\r\n<strong>COMMODITIES</strong> - Copper fell for an eighth day in London, the longest losing streak since December 1998, on concern demand is set to weaken as the economy slows in China, the world’s largest consumer of the metal.\r\n\r\n<strong>CURRENCIES</strong> - The dollar headed for its best January since 2010 versus a basket of its peers before data analysts said will show Americans increased spending for an eighth month, adding to evidence the U.S. economy is growing.\r\n\r\n<strong>ECONOMIC DATA </strong>- CAD GDP m/m and US Personal Spending  due at 8:30, Chicago PMI at 9:45,  Revised UoM Consumer Sentiment at 9:55, CHY  Manufacturing PMI AT 20:00 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\" alt=\"Hangseng sign\" width=\"604\" height=\"453\" class=\"alignnone size-full wp-image-454\" /></a>\r\n\r\n\r\n\r\n','RiosQuant - Overnight Trading Action in the Global Markets','','inherit','open','closed','','853-revision-v1','','','2014-01-31 11:10:47','2014-01-31 11:10:47','',853,'http://www.thetradingroom.com/853-revision-v1/',0,'revision','',0),(855,2,'2014-01-31 11:23:02','2014-01-31 11:23:02','<strong>$1,400 profit for the day in the Trading Room TradeLAB.  Up 35.5% for the month of January 2014.</strong>\r\n\r\nThe Trading Room® sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 7:30 a.m. and runs through 10:30 a.m. ET. Get a sneak view of our algorithmic trading systems in action from the convenience of your computer via the internet. We are currently showcasing the Einstein Auto-Trade system and our proprietary quantitative approach to the global markets.\r\n\r\nSign up for a free trial and experience the power of market intelligence. <a href=\"http://www.riosquant.com/subscribe?product_id=16\">Click here for access.</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/trade-1-30.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/trade-1-30.jpg\" alt=\"trade 1 30\" width=\"614\" height=\"396\" class=\"alignnone size-full wp-image-856\" /></a>\r\n\r\nPAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS','Experience the Power of Market Intelligence ','','publish','open','closed','','855','','','2014-01-31 11:27:05','2014-01-31 11:27:05','',0,'http://www.thetradingroom.com/?p=855',0,'post','',0),(856,2,'2014-01-31 11:21:24','2014-01-31 11:21:24','','trade 1 30','','inherit','open','closed','','trade-1-30','','','2014-01-31 11:21:24','2014-01-31 11:21:24','',855,'http://www.thetradingroom.com/wp-content/uploads/2014/01/trade-1-30.jpg',0,'attachment','image/jpeg',0),(857,2,'2014-01-31 11:23:02','2014-01-31 11:23:02','<strong>$1,400 for the day in the Trading Room TradeLAB.  Up 35.5% for the month of January 2014.</strong>\r\n\r\nThe Trading Room® sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 7:00 a.m. runs through 10:30 a.m. ET. Get a sneak view of our algorithmic trading systems in action from the convenience of your computer via the internet. We are currently showcasing the Einstein Auto-Trade system and our proprietary quantitative approach to the global markets.\r\n\r\nSign up for a free trial and experience the power of market intelligence. <a href=\"http://www.riosquant.com/subscribe?product_id=16\">Click here for access.</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/trade-1-30.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/trade-1-30.jpg\" alt=\"trade 1 30\" width=\"614\" height=\"396\" class=\"alignnone size-full wp-image-856\" /></a>','','','inherit','open','closed','','855-revision-v1','','','2014-01-31 11:23:02','2014-01-31 11:23:02','',855,'http://www.thetradingroom.com/855-revision-v1/',0,'revision','',0),(858,2,'2014-01-31 11:23:58','2014-01-31 11:23:58','<strong>$1,400 for the day in the Trading Room TradeLAB.  Up 35.5% for the month of January 2014.</strong>\r\n\r\nThe Trading Room® sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 7:00 a.m. runs through 10:30 a.m. ET. Get a sneak view of our algorithmic trading systems in action from the convenience of your computer via the internet. We are currently showcasing the Einstein Auto-Trade system and our proprietary quantitative approach to the global markets.\r\n\r\nSign up for a free trial and experience the power of market intelligence. <a href=\"http://www.riosquant.com/subscribe?product_id=16\">Click here for access.</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/trade-1-30.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/trade-1-30.jpg\" alt=\"trade 1 30\" width=\"614\" height=\"396\" class=\"alignnone size-full wp-image-856\" /></a>','Experience the Power of Market Intelligence ','','inherit','open','closed','','855-revision-v1','','','2014-01-31 11:23:58','2014-01-31 11:23:58','',855,'http://www.thetradingroom.com/855-revision-v1/',0,'revision','',0),(859,2,'2014-01-31 11:24:48','2014-01-31 11:24:48','<strong>$1,400 for the day in the Trading Room TradeLAB.  Up 35.5% for the month of January 2014.</strong>\r\n\r\nThe Trading Room® sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 7:00 a.m. runs through 10:30 a.m. ET. Get a sneak view of our algorithmic trading systems in action from the convenience of your computer via the internet. We are currently showcasing the Einstein Auto-Trade system and our proprietary quantitative approach to the global markets.\r\n\r\nSign up for a free trial and experience the power of market intelligence. <a href=\"http://www.riosquant.com/subscribe?product_id=16\">Click here for access.</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/trade-1-30.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/trade-1-30.jpg\" alt=\"trade 1 30\" width=\"614\" height=\"396\" class=\"alignnone size-full wp-image-856\" /></a>\r\n\r\nPAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS','Experience the Power of Market Intelligence ','','inherit','open','closed','','855-revision-v1','','','2014-01-31 11:24:48','2014-01-31 11:24:48','',855,'http://www.thetradingroom.com/855-revision-v1/',0,'revision','',0),(860,2,'2014-01-31 11:25:38','2014-01-31 11:25:38','<strong>$1,400 profit for the day in the Trading Room TradeLAB.  Up 35.5% for the month of January 2014.</strong>\r\n\r\nThe Trading Room® sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 7:00 a.m. runs through 10:30 a.m. ET. Get a sneak view of our algorithmic trading systems in action from the convenience of your computer via the internet. We are currently showcasing the Einstein Auto-Trade system and our proprietary quantitative approach to the global markets.\r\n\r\nSign up for a free trial and experience the power of market intelligence. <a href=\"http://www.riosquant.com/subscribe?product_id=16\">Click here for access.</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/trade-1-30.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/trade-1-30.jpg\" alt=\"trade 1 30\" width=\"614\" height=\"396\" class=\"alignnone size-full wp-image-856\" /></a>\r\n\r\nPAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS','Experience the Power of Market Intelligence ','','inherit','open','closed','','855-revision-v1','','','2014-01-31 11:25:38','2014-01-31 11:25:38','',855,'http://www.thetradingroom.com/855-revision-v1/',0,'revision','',0),(861,2,'2014-01-31 11:26:19','2014-01-31 11:26:19','<strong>$1,400 profit for the day in the Trading Room TradeLAB.  Up 35.5% for the month of January 2014.</strong>\r\n\r\nThe Trading Room® sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 7:30 a.m. runs through 10:30 a.m. ET. Get a sneak view of our algorithmic trading systems in action from the convenience of your computer via the internet. We are currently showcasing the Einstein Auto-Trade system and our proprietary quantitative approach to the global markets.\r\n\r\nSign up for a free trial and experience the power of market intelligence. <a href=\"http://www.riosquant.com/subscribe?product_id=16\">Click here for access.</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/trade-1-30.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/trade-1-30.jpg\" alt=\"trade 1 30\" width=\"614\" height=\"396\" class=\"alignnone size-full wp-image-856\" /></a>\r\n\r\nPAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS','Experience the Power of Market Intelligence ','','inherit','open','closed','','855-revision-v1','','','2014-01-31 11:26:19','2014-01-31 11:26:19','',855,'http://www.thetradingroom.com/855-revision-v1/',0,'revision','',0),(862,2,'2014-01-31 11:27:05','2014-01-31 11:27:05','<strong>$1,400 profit for the day in the Trading Room TradeLAB.  Up 35.5% for the month of January 2014.</strong>\r\n\r\nThe Trading Room® sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 7:30 a.m. and runs through 10:30 a.m. ET. Get a sneak view of our algorithmic trading systems in action from the convenience of your computer via the internet. We are currently showcasing the Einstein Auto-Trade system and our proprietary quantitative approach to the global markets.\r\n\r\nSign up for a free trial and experience the power of market intelligence. <a href=\"http://www.riosquant.com/subscribe?product_id=16\">Click here for access.</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/trade-1-30.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/trade-1-30.jpg\" alt=\"trade 1 30\" width=\"614\" height=\"396\" class=\"alignnone size-full wp-image-856\" /></a>\r\n\r\nPAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS','Experience the Power of Market Intelligence ','','inherit','open','closed','','855-revision-v1','','','2014-01-31 11:27:05','2014-01-31 11:27:05','',855,'http://www.thetradingroom.com/855-revision-v1/',0,'revision','',0),(892,2,'2014-02-10 11:58:03','2014-02-10 11:58:03','<strong>From the desk of Joe Rios...</strong>\r\n\r\n<strong>Risk ON Risk OFF</strong> correlations have been dominating the markets for the past few weeks and last week was no exception. The week started with the S&P 500 dropping -2.5% but ended Friday higher by 1%. Risk OFF was followed by consolidation followed by Risk On to finally close the week in conflict. Silver led Commodities higher finishing the week higher 4.5% followed by Wheat 3.9% and Soybeans 3.8%. Natural Gas was the volatility leader dropping -3.5%. In the currency markets ECB President Mario Draghi surprised the markets on Thursday sending the Euro higher followed by the Swiss Franc. In the week ahead I will continue to focus on the correlations between the risk benchmarks and select the markets most poised to benefit from the rotation flows. Gold should continue to be a leading indicator for risk assets, also watch for scheduled economic data from China which may have a direct impact on risk assets.\r\n\r\n<strong>Live Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>TradeLAB Trading Room </strong>- Global Trading with Quantitative Technologies\r\nMonday through Friday beginning at 7:30 AM ET\r\nhttps://www3.gotomeeting.com/register/248822550\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading Room en Español</strong>\r\nhttps://www3.gotomeeting.com/register/635411702\r\nMonday through Friday beginning at 7:30 AM ET\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\n<strong>Insider\'s Quant (IQ) Room </strong>- Advanced Concepts with Joe Rios\r\nTuesday, Wednesday and Thursday beginning at 1:30 PM ET\r\nSubscription Only!\r\n\r\n<strong>The Trading Room EDU</strong> - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/674825350\r\nWednesday beginning at 1:00 PM ET\r\nTopic: Think Smarter and Trade Better with Auto Trading Systems\r\n\r\n<strong>Stocks / ETFs and Options Trading Educational Series</strong>\r\nPresenters: Joe Contes and Ken Eriksen\r\nWednesday beginning at 8:00 PM ET\r\nSubscription Only - For information contact:\r\nKen Eriksen         Ken@RiosQuant.com\r\n\r\n<strong>Stocks / ETFs and Options TradeLAB</strong>\r\nThursday beginning at 3:00 PM ET\r\nPrivate Invitation Only!\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Market Movers\r\nAUD - NAB Business Confidence – 7:30 PM ET\r\nJPY - Bank Holiday\r\nCHY - Trade Balance – Tentative\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/248822550\r\nBeginning at 7:30 AM ET\r\n\r\n<strong>TUESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nUSD - Fed Chair Yellin Testifies – 10:00 AM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/248822550\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - BOE Gov. Carney Speaks – 5:30 AM ET\r\nGBP - BOE Inflation Report – 5:30 AM ET\r\nEUR - ECB President Draghi Speaks – 10:30 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nUSD - 10 Year Bond Auction – 1:01 PM ET\r\nAUD - Unemployment Rate – 7:30 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/248822550\r\nBeginning at 7:30 AM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/674825350\r\nBeginning at 1:00 PM ET\r\nTopic: Think Smarter and Trade Better with Auto Trading Systems\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\nStocks / ETFs and Options Trading Educational Series\r\nPresenters: Joe Contes and Ken Eriksen\r\nBeginning at 8:00 PM ET\r\nSubscription Only - For information contact:\r\nKen Eriksen         Ken@RiosQuant.com\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Market Movers\r\nUSD - Retail Sales and Unemployment Claims – 8:30 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\nCNY - CPI – 8:30 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/248822550\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>FRIDAY</strong>\r\nEconomic Data Release - Market Movers\r\nCAD - Manufacturing Sales – 8:30 AM ET\r\nUSD - Preliminary UoM Consumer Sentiment – 9:55 AM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/248822550\r\nBeginning at 7:30 AM ET\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/rios-on-the-markets.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/rios-on-the-markets.jpg\" alt=\"rios on the markets\" width=\"491\" height=\"323\" class=\"alignnone size-full wp-image-868\" /></a>\r\n\r\n','The Week Ahead in the Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets','','','2014-02-10 11:58:03','2014-02-10 11:58:03','',0,'http://www.thetradingroom.com/?p=892',0,'post','',0),(864,2,'2014-02-01 20:06:14','2014-02-01 20:06:14','February Gold is coming up to FND this Friday, Jan. 31st.   You should roll to the April contracts at the close of business Wednesday, Jan. 29th. Includes mini contracts too.\r\n\r\nRollover is when we switch from trading the contract that expires in the current month, to a contract that expires in a future month. Rollover for futures trading can occur each month, and/or quarterly. \r\n\r\nWith all of the different exchanges available to trade these days (CME,NYMEX,EUREX), it is easy to get confused when trying to determine when contract rollover will occur.  If you trade Gold Futures, it is important to remember that rollover occurs each month, instead of every quarter like the popular e-mini contracts. \r\n\r\nFor more information, please visit the following sites: \r\nwww.CMEGroup.com\r\nwww.Nymex.com\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/pick-your-metals.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/01/pick-your-metals-225x300.jpg\" alt=\"pick your metals\" width=\"225\" height=\"300\" class=\"alignnone size-medium wp-image-851\" /></a>','Gold Futures - Contract Rollover Information ','','inherit','open','closed','','850-revision-v1','','','2014-02-01 20:06:14','2014-02-01 20:06:14','',850,'http://www.thetradingroom.com/850-revision-v1/',0,'revision','',0),(865,2,'2014-02-02 21:48:52','2014-02-02 21:48:52','<strong>From the desk of Joe Rios...</strong>\r\n\r\n<strong>Hooray for Volatility! </strong>This sure was an exciting week in the global financial markets. The emerging markets led the decline especially in the stock and currency markets. Flight to safety continued throughout the week and dominated the headline news. Natural Gas futures led the volatility race losing -7% for the week, a slight loss compared to the impressive overall gain of 15.5% for the month of January. Conversely the laggard for the month in the commodity markets were Wheat dropping -8.2% and Copper -6%.\r\n\r\nIn the week ahead we will see plenty of economic data and more corporate earnings reports. US payrolls report should be crucial for risk assets. If job growth bounces back then the Fed’s current pace of QE might be in place, however, another weak month for NFPs and the market could start pricing in for a less aggressive Fed.\r\n\r\nI will continue to focus on the correlations between the benchmarks with a special interest in Gold and the Japanese Yen. Gold may proof to be a leading indicator for active traders, especially after observing last week\'s aggressive price action minute(s) before key economic data releases. The Japanese Yen may also continue to have a correlation with the stock indices as carry trades initiate and/or unwind carry trades. \r\n\r\n<strong>Live Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\nLive Trading Rooms and Events:\r\n\r\n<strong>TradeLAB Trading Room - Global Trading with Quantitative Technologies</strong>\r\nMonday through Friday beginning at 7:30 AM ET\r\n<a href=\"https://www3.gotomeeting.com/register/833292518\">https://www3.gotomeeting.com/register/833292518</a>\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading Room en Español</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/478959654\">https://www3.gotomeeting.com/register/478959654</a>\r\nMonday through Friday beginning at 8:00 AM ET\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/524086926\">https://www3.gotomeeting.com/register/524086926</a>\r\nTuesday beginning at 1:00 PM ET\r\nTopic: Think Smarter and Trade Better with Einstein Auto Trading\r\n\r\n<strong>Stock / ETF / Option Trading Educational Series</strong>\r\nPresenters: Joe Contes and Ken Eriksen\r\nWednesday beginning at 8:00 PM ET\r\nSubscription Only - For information contact:\r\nKen Eriksen         Ken@RiosQuant.com\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Potential Market Movers\r\nGBP - Manufacturing PMI – 4:30 AM ET\r\nUSD - ISM Manufacturing PMI – 10:00 AM ET\r\nAUD - RBA Rate Statement – 10:30 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/833292518\r\nBeginning at 7:30 AM ET\r\n\r\n<strong>TUESDAY</strong>\r\nEconomic Data Release - Potential Market Movers\r\nGBP - Construction PMI – 4:30 AM ET\r\nNZD - Unemployment Rate – 4:45 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/833292518\r\nBeginning at 7:30 AM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/524086926\r\nBeginning at 1:00 PM ET\r\nTopic: Think Smarter and Trade Better with Einstein Auto Trading\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Potential Market Movers\r\nGBP - Services PMI – 4:30 AM ET\r\nUSD - ADP Non-Farm Employment Change – 8:15 AM ET\r\nCAD - Building Permits – 8:30 AM ET\r\nUSD - ISM Non-Manufacturing PMI – 10:00 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nUSD - FOMC Member Plosser Speaks – 12:30 PM ET\r\nAUD - Trade Balance – 7:30 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/833292518\r\nBeginning at 7:30 AM ET\r\n\r\nStock / ETF / Option Trading Educational Series\r\nPresenters: Joe Contes and Ken Eriksen\r\nBeginning at 8:00 PM ET\r\nSubscription Only - For information contact:\r\nKen Eriksen         Ken@RiosQuant.com\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Potential Market Movers\r\nGBP - Official Bank Rate – 7:00 AM ET\r\nEUR - Minimum Bid Rate – 7:45 AM ET\r\nCAD - Trade Balance – 8:30 AM ET\r\nEUR - ECB Press Conference – 8:30 AM ET\r\nUSD - Unemployment Claims and Trade Balance – 8:30 AM ET\r\nCAD - Ivey PMI – 10:00 AM ET\r\nAUD - RBA Monetary Policy Statement – 7:30 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/833292518\r\nBeginning at 7:30 AM ET\r\n\r\n<strong>FRIDAY</strong>\r\nEconomic Data Release - Potential Market Movers\r\nGBP - Manufacturing Production – 4:30 AM ET\r\nCAD - Unemployment Rate – 8:30 AM ET\r\nUSD - Non-Farm Employment Change – 8:30 AM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/833292518\r\nBeginning at 7:30 AM ET\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/rios-on-the-markets.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/rios-on-the-markets.jpg\" alt=\"rios on the markets\" width=\"491\" height=\"323\" class=\"alignnone size-full wp-image-868\" /></a>\r\n','The Week Ahead in the Global Financial Markets','','publish','open','closed','','865','','','2014-02-02 22:25:08','2014-02-02 22:25:08','',0,'http://www.thetradingroom.com/?p=865',0,'post','',0),(866,2,'2014-02-02 21:48:52','2014-02-02 21:48:52','<strong>From the desk of Joe Rios...</strong>\r\n\r\n<strong>The week ahead in the Global Financial Markets</strong>\r\n\r\n<strong>Hooray for Volatility! </strong>This sure was an exciting week in the global financial markets. The emerging markets led the decline especially in the stock and currency markets. Flight to safety continued throughout the week and dominated the headline news. Natural Gas futures led the volatility race losing -7% for the week, a slight loss compared to the impressive overall gain of 15.5% for the month of January. Conversely the laggard for the month in the commodity markets were Wheat dropping -8.2% and Copper -6%.\r\n\r\nIn the week ahead we will see plenty of economic data and more corporate earnings reports. US payrolls report should be crucial for risk assets. If job growth bounces back then the Fed’s current pace of QE might be in place, however, another weak month for NFPs and the market could start pricing in for a less aggressive Fed.\r\n\r\nI will continue to focus on the correlations between the benchmarks with a special interest in Gold and the Japanese Yen. Gold may proof to be a leading indicator for active traders, especially after observing last week\'s aggressive price action minute(s) before key economic data releases. The Japanese Yen may also continue to have a correlation with the stock indices as carry trades initiate and/or unwind carry trades. \r\n\r\n<strong>Live Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\nLive Trading Rooms and Events:\r\n\r\n<strong>TradeLAB Trading Room - Global Trading with Quantitative Technologies</strong>\r\nMonday through Friday beginning at 7:30 AM ET\r\n<a href=\"https://www3.gotomeeting.com/register/833292518\">https://www3.gotomeeting.com/register/833292518</a>\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\nRios Quant Trading Room en Español\r\nhttps://www3.gotomeeting.com/register/478959654\r\nMonday through Friday beginning at 8:00 AM ET\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\nInsider\'s Quant (IQ) Room  - Advanced Concepts with Joe Rios\r\nNo Sessions this Week\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/524086926\r\nTuesday beginning at 1:00 PM ET\r\nTopic: Think Smarter and Trade Better with Einstein Auto Trading\r\n\r\nStock / ETF / Option Trading Educational Series\r\nPresenters: Joe Contes and Ken Eriksen\r\nWednesday beginning at 8:00 PM ET\r\nSubscription Only - For information contact:\r\nKen Eriksen         Ken@RiosQuant.com\r\nMONDAY\r\n\r\nEconomic Data Release - Market Movers\r\nGBP - Manufacturing PMI – 4:30 AM ET\r\nUSD - ISM Manufacturing PMI – 10:00 AM ET\r\nAUD - RBA Rate Statement – 10:30 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/833292518\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room  - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\nTUESDAY\r\n\r\nEconomic Data Release - Market Movers\r\nGBP - Construction PMI – 4:30 AM ET\r\nNZD - Unemployment Rate – 4:45 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/833292518\r\nBeginning at 7:30 AM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/524086926\r\nBeginning at 1:00 PM ET\r\nTopic: Think Smarter and Trade Better with Einstein Auto Trading\r\nWEDNESDAY\r\n\r\nEconomic Data Release - Market Movers\r\nGBP - Services PMI – 4:30 AM ET\r\nUSD - ADP Non-Farm Employment Change – 8:15 AM ET\r\nCAD - Building Permits – 8:30 AM ET\r\nUSD - ISM Non-Manufacturing PMI – 10:00 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nUSD - FOMC Member Plosser Speaks – 12:30 PM ET\r\nAUD - Trade Balance – 7:30 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/833292518\r\nBeginning at 7:30 AM ET\r\n\r\nStock / ETF / Option Trading Educational Series\r\nPresenters: Joe Contes and Ken Eriksen\r\nBeginning at 8:00 PM ET\r\nSubscription Only - For information contact:\r\nKen Eriksen         Ken@RiosQuant.com\r\nTHURSDAY\r\n\r\nEconomic Data Release - Market Movers\r\nGBP - Official Bank Rate – 7:00 AM ET\r\nEUR - Minimum Bid Rate – 7:45 AM ET\r\nCAD - Trade Balance – 8:30 AM ET\r\nEUR - ECB Press Conference – 8:30 AM ET\r\nUSD - Unemployment Claims and Trade Balance – 8:30 AM ET\r\nCAD - Ivey PMI – 10:00 AM ET\r\nAUD - RBA Monetary Policy Statement – 7:30 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/833292518\r\nBeginning at 7:30 AM ET\r\nFRIDAY\r\n\r\nEconomic Data Release - Market Movers\r\nGBP - Manufacturing Production – 4:30 AM ET\r\nCAD - Unemployment Rate – 8:30 AM ET\r\nUSD - Non-Farm Employment Change – 8:30 AM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/833292518\r\nBeginning at 7:30 AM ET','','','inherit','open','closed','','865-revision-v1','','','2014-02-02 21:48:52','2014-02-02 21:48:52','',865,'http://www.thetradingroom.com/865-revision-v1/',0,'revision','',0),(867,2,'2014-02-02 22:15:47','2014-02-02 22:15:47','<strong>From the desk of Joe Rios...</strong>\n\n<strong>Hooray for Volatility! </strong>This sure was an exciting week in the global financial markets. The emerging markets led the decline especially in the stock and currency markets. Flight to safety continued throughout the week and dominated the headline news. Natural Gas futures led the volatility race losing -7% for the week, a slight loss compared to the impressive overall gain of 15.5% for the month of January. Conversely the laggard for the month in the commodity markets were Wheat dropping -8.2% and Copper -6%.\n\nIn the week ahead we will see plenty of economic data and more corporate earnings reports. US payrolls report should be crucial for risk assets. If job growth bounces back then the Fed’s current pace of QE might be in place, however, another weak month for NFPs and the market could start pricing in for a less aggressive Fed.\n\nI will continue to focus on the correlations between the benchmarks with a special interest in Gold and the Japanese Yen. Gold may proof to be a leading indicator for active traders, especially after observing last week\'s aggressive price action minute(s) before key economic data releases. The Japanese Yen may also continue to have a correlation with the stock indices as carry trades initiate and/or unwind carry trades. \n\n<strong>Live Rooms and Events</strong>\n\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\n\nContact Information for your Support Needs: \nAmber Little, RQ Client Relations Manager \nemail: amber@riosquant.com \nskype: alittlemobile \ncellphone: 415.336.7272\nLive Trading Rooms and Events:\n\n<strong>TradeLAB Trading Room - Global Trading with Quantitative Technologies</strong>\nMonday through Friday beginning at 7:30 AM ET\n<a href=\"https://www3.gotomeeting.com/register/833292518\">https://www3.gotomeeting.com/register/833292518</a>\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\n\n<strong>Rios Quant Trading Room en Español</strong>\n<a href=\"https://www3.gotomeeting.com/register/478959654\">https://www3.gotomeeting.com/register/478959654</a>\nMonday through Friday beginning at 8:00 AM ET\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \n\n\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\n<a href=\"https://www3.gotomeeting.com/register/524086926\">https://www3.gotomeeting.com/register/524086926</a>\nTuesday beginning at 1:00 PM ET\nTopic: Think Smarter and Trade Better with Einstein Auto Trading\n\n<strong>Stock / ETF / Option Trading Educational Series</strong>\nPresenters: Joe Contes and Ken Eriksen\nWednesday beginning at 8:00 PM ET\nSubscription Only - For information contact:\nKen Eriksen         Ken@RiosQuant.com\n\n<strong>MONDAY</strong>\nEconomic Data Release - Potential Market Movers\nGBP - Manufacturing PMI – 4:30 AM ET\nUSD - ISM Manufacturing PMI – 10:00 AM ET\nAUD - RBA Rate Statement – 10:30 PM ET\n\nTradeLAB Trading Room\nhttps://www3.gotomeeting.com/register/833292518\nBeginning at 7:30 AM ET\n\n<strong>TUESDAY</strong>\nEconomic Data Release - Potential Market Movers\nGBP - Construction PMI – 4:30 AM ET\nNZD - Unemployment Rate – 4:45 PM ET\n\nTradeLAB Trading Room\nhttps://www3.gotomeeting.com/register/833292518\nBeginning at 7:30 AM ET\n\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\nhttps://www3.gotomeeting.com/register/524086926\nBeginning at 1:00 PM ET\nTopic: Think Smarter and Trade Better with Einstein Auto Trading\n\n<strong>WEDNESDAY</strong>\nEconomic Data Release - Potential Market Movers\nGBP - Services PMI – 4:30 AM ET\nUSD - ADP Non-Farm Employment Change – 8:15 AM ET\nCAD - Building Permits – 8:30 AM ET\nUSD - ISM Non-Manufacturing PMI – 10:00 AM ET\nUSD - Crude Oil Inventories – 10:30 AM ET\nUSD - FOMC Member Plosser Speaks – 12:30 PM ET\nAUD - Trade Balance – 7:30 PM ET\n\nTradeLAB Trading Room\nhttps://www3.gotomeeting.com/register/833292518\nBeginning at 7:30 AM ET\n\nStock / ETF / Option Trading Educational Series\nPresenters: Joe Contes and Ken Eriksen\nBeginning at 8:00 PM ET\nSubscription Only - For information contact:\nKen Eriksen         Ken@RiosQuant.com\n\n<strong>THURSDAY</strong>\nEconomic Data Release - Potential Market Movers\nGBP - Official Bank Rate – 7:00 AM ET\nEUR - Minimum Bid Rate – 7:45 AM ET\nCAD - Trade Balance – 8:30 AM ET\nEUR - ECB Press Conference – 8:30 AM ET\nUSD - Unemployment Claims and Trade Balance – 8:30 AM ET\nCAD - Ivey PMI – 10:00 AM ET\nAUD - RBA Monetary Policy Statement – 7:30 PM ET\n\nTradeLAB Trading Room\nhttps://www3.gotomeeting.com/register/833292518\nBeginning at 7:30 AM ET\n\n<strong>FRIDAY</strong>\nEconomic Data Release - Potential Market Movers\nGBP - Manufacturing Production – 4:30 AM ET\nCAD - Unemployment Rate – 8:30 AM ET\nUSD - Non-Farm Employment Change – 8:30 AM ET\n\nTradeLAB Trading Room\nhttps://www3.gotomeeting.com/register/833292518\nBeginning at 7:30 AM ET\n\n\n','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','865-autosave-v1','','','2014-02-02 22:15:47','2014-02-02 22:15:47','',865,'http://www.thetradingroom.com/865-autosave-v1/',0,'revision','',0),(868,2,'2014-02-02 22:08:12','2014-02-02 22:08:12','','rios on the markets','','inherit','open','closed','','rios-on-the-markets','','','2014-02-02 22:08:12','2014-02-02 22:08:12','',865,'http://www.thetradingroom.com/wp-content/uploads/2014/02/rios-on-the-markets.jpg',0,'attachment','image/jpeg',0),(870,2,'2014-02-02 22:09:47','2014-02-02 22:09:47','<strong>From the desk of Joe Rios...</strong>\r\n\r\n<strong>The week ahead in the Global Financial Markets</strong>\r\n\r\n<strong>Hooray for Volatility! </strong>This sure was an exciting week in the global financial markets. The emerging markets led the decline especially in the stock and currency markets. Flight to safety continued throughout the week and dominated the headline news. Natural Gas futures led the volatility race losing -7% for the week, a slight loss compared to the impressive overall gain of 15.5% for the month of January. Conversely the laggard for the month in the commodity markets were Wheat dropping -8.2% and Copper -6%.\r\n\r\nIn the week ahead we will see plenty of economic data and more corporate earnings reports. US payrolls report should be crucial for risk assets. If job growth bounces back then the Fed’s current pace of QE might be in place, however, another weak month for NFPs and the market could start pricing in for a less aggressive Fed.\r\n\r\nI will continue to focus on the correlations between the benchmarks with a special interest in Gold and the Japanese Yen. Gold may proof to be a leading indicator for active traders, especially after observing last week\'s aggressive price action minute(s) before key economic data releases. The Japanese Yen may also continue to have a correlation with the stock indices as carry trades initiate and/or unwind carry trades. \r\n\r\n<strong>Live Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\nLive Trading Rooms and Events:\r\n\r\n<strong>TradeLAB Trading Room - Global Trading with Quantitative Technologies</strong>\r\nMonday through Friday beginning at 7:30 AM ET\r\n<a href=\"https://www3.gotomeeting.com/register/833292518\">https://www3.gotomeeting.com/register/833292518</a>\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading Room en Español</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/478959654\">https://www3.gotomeeting.com/register/478959654</a>\r\nMonday through Friday beginning at 8:00 AM ET\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/524086926\">https://www3.gotomeeting.com/register/524086926</a>\r\nTuesday beginning at 1:00 PM ET\r\nTopic: Think Smarter and Trade Better with Einstein Auto Trading\r\n\r\n<strong>Stock / ETF / Option Trading Educational Series</strong>\r\nPresenters: Joe Contes and Ken Eriksen\r\nWednesday beginning at 8:00 PM ET\r\nSubscription Only - For information contact:\r\nKen Eriksen         Ken@RiosQuant.com\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Potential Market Movers\r\nGBP - Manufacturing PMI – 4:30 AM ET\r\nUSD - ISM Manufacturing PMI – 10:00 AM ET\r\nAUD - RBA Rate Statement – 10:30 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/833292518\r\nBeginning at 7:30 AM ET\r\n\r\n<strong>TUESDAY</strong>\r\nEconomic Data Release - Potential Market Movers\r\nGBP - Construction PMI – 4:30 AM ET\r\nNZD - Unemployment Rate – 4:45 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/833292518\r\nBeginning at 7:30 AM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/524086926\r\nBeginning at 1:00 PM ET\r\nTopic: Think Smarter and Trade Better with Einstein Auto Trading\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Potential Market Movers\r\nGBP - Services PMI – 4:30 AM ET\r\nUSD - ADP Non-Farm Employment Change – 8:15 AM ET\r\nCAD - Building Permits – 8:30 AM ET\r\nUSD - ISM Non-Manufacturing PMI – 10:00 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nUSD - FOMC Member Plosser Speaks – 12:30 PM ET\r\nAUD - Trade Balance – 7:30 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/833292518\r\nBeginning at 7:30 AM ET\r\n\r\nStock / ETF / Option Trading Educational Series\r\nPresenters: Joe Contes and Ken Eriksen\r\nBeginning at 8:00 PM ET\r\nSubscription Only - For information contact:\r\nKen Eriksen         Ken@RiosQuant.com\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Potential Market Movers\r\nGBP - Official Bank Rate – 7:00 AM ET\r\nEUR - Minimum Bid Rate – 7:45 AM ET\r\nCAD - Trade Balance – 8:30 AM ET\r\nEUR - ECB Press Conference – 8:30 AM ET\r\nUSD - Unemployment Claims and Trade Balance – 8:30 AM ET\r\nCAD - Ivey PMI – 10:00 AM ET\r\nAUD - RBA Monetary Policy Statement – 7:30 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/833292518\r\nBeginning at 7:30 AM ET\r\n\r\n<strong>FRIDAY</strong>\r\nEconomic Data Release - Potential Market Movers\r\nGBP - Manufacturing Production – 4:30 AM ET\r\nCAD - Unemployment Rate – 8:30 AM ET\r\nUSD - Non-Farm Employment Change – 8:30 AM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/833292518\r\nBeginning at 7:30 AM ET\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/rios-on-the-markets.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/rios-on-the-markets.jpg\" alt=\"rios on the markets\" width=\"491\" height=\"323\" class=\"alignnone size-full wp-image-868\" /></a>\r\n','','','inherit','open','closed','','865-revision-v1','','','2014-02-02 22:09:47','2014-02-02 22:09:47','',865,'http://www.thetradingroom.com/865-revision-v1/',0,'revision','',0),(869,2,'2014-02-02 22:08:30','2014-02-02 22:08:30','<strong>From the desk of Joe Rios...</strong>\r\n\r\n<strong>The week ahead in the Global Financial Markets</strong>\r\n\r\n<strong>Hooray for Volatility! </strong>This sure was an exciting week in the global financial markets. The emerging markets led the decline especially in the stock and currency markets. Flight to safety continued throughout the week and dominated the headline news. Natural Gas futures led the volatility race losing -7% for the week, a slight loss compared to the impressive overall gain of 15.5% for the month of January. Conversely the laggard for the month in the commodity markets were Wheat dropping -8.2% and Copper -6%.\r\n\r\nIn the week ahead we will see plenty of economic data and more corporate earnings reports. US payrolls report should be crucial for risk assets. If job growth bounces back then the Fed’s current pace of QE might be in place, however, another weak month for NFPs and the market could start pricing in for a less aggressive Fed.\r\n\r\nI will continue to focus on the correlations between the benchmarks with a special interest in Gold and the Japanese Yen. Gold may proof to be a leading indicator for active traders, especially after observing last week\'s aggressive price action minute(s) before key economic data releases. The Japanese Yen may also continue to have a correlation with the stock indices as carry trades initiate and/or unwind carry trades. \r\n\r\n<strong>Live Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\nLive Trading Rooms and Events:\r\n\r\n<strong>TradeLAB Trading Room - Global Trading with Quantitative Technologies</strong>\r\nMonday through Friday beginning at 7:30 AM ET\r\n<a href=\"https://www3.gotomeeting.com/register/833292518\">https://www3.gotomeeting.com/register/833292518</a>\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading Room en Español</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/478959654\">https://www3.gotomeeting.com/register/478959654</a>\r\nMonday through Friday beginning at 8:00 AM ET\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/524086926\">https://www3.gotomeeting.com/register/524086926</a>\r\nTuesday beginning at 1:00 PM ET\r\nTopic: Think Smarter and Trade Better with Einstein Auto Trading\r\n\r\n<strong>Stock / ETF / Option Trading Educational Series</strong>\r\nPresenters: Joe Contes and Ken Eriksen\r\nWednesday beginning at 8:00 PM ET\r\nSubscription Only - For information contact:\r\nKen Eriksen         Ken@RiosQuant.com\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Potential Market Movers\r\nGBP - Manufacturing PMI – 4:30 AM ET\r\nUSD - ISM Manufacturing PMI – 10:00 AM ET\r\nAUD - RBA Rate Statement – 10:30 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/833292518\r\nBeginning at 7:30 AM ET\r\n\r\n<strong>TUESDAY</strong>\r\nEconomic Data Release - Potential Market Movers\r\nGBP - Construction PMI – 4:30 AM ET\r\nNZD - Unemployment Rate – 4:45 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/833292518\r\nBeginning at 7:30 AM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/524086926\r\nBeginning at 1:00 PM ET\r\nTopic: Think Smarter and Trade Better with Einstein Auto Trading\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Potential Market Movers\r\nGBP - Services PMI – 4:30 AM ET\r\nUSD - ADP Non-Farm Employment Change – 8:15 AM ET\r\nCAD - Building Permits – 8:30 AM ET\r\nUSD - ISM Non-Manufacturing PMI – 10:00 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nUSD - FOMC Member Plosser Speaks – 12:30 PM ET\r\nAUD - Trade Balance – 7:30 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/833292518\r\nBeginning at 7:30 AM ET\r\n\r\nStock / ETF / Option Trading Educational Series\r\nPresenters: Joe Contes and Ken Eriksen\r\nBeginning at 8:00 PM ET\r\nSubscription Only - For information contact:\r\nKen Eriksen         Ken@RiosQuant.com\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Potential Market Movers\r\nGBP - Official Bank Rate – 7:00 AM ET\r\nEUR - Minimum Bid Rate – 7:45 AM ET\r\nCAD - Trade Balance – 8:30 AM ET\r\nEUR - ECB Press Conference – 8:30 AM ET\r\nUSD - Unemployment Claims and Trade Balance – 8:30 AM ET\r\nCAD - Ivey PMI – 10:00 AM ET\r\nAUD - RBA Monetary Policy Statement – 7:30 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/833292518\r\nBeginning at 7:30 AM ET\r\n\r\n<strong>FRIDAY</strong>\r\nEconomic Data Release - Potential Market Movers\r\nGBP - Manufacturing Production – 4:30 AM ET\r\nCAD - Unemployment Rate – 8:30 AM ET\r\nUSD - Non-Farm Employment Change – 8:30 AM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/833292518\r\nBeginning at 7:30 AM ET\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/Joe@work.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/Joe@work.jpg\" alt=\"Joe@work\" width=\"667\" height=\"445\" class=\"alignnone size-full wp-image-563\" /></a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/rios-on-the-markets.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/rios-on-the-markets-300x197.jpg\" alt=\"rios on the markets\" width=\"300\" height=\"197\" class=\"alignnone size-medium wp-image-868\" /></a>\r\n','','','inherit','open','closed','','865-revision-v1','','','2014-02-02 22:08:30','2014-02-02 22:08:30','',865,'http://www.thetradingroom.com/865-revision-v1/',0,'revision','',0),(871,2,'2014-02-02 22:10:06','2014-02-02 22:10:06','<strong>From the desk of Joe Rios...</strong>\r\n\r\n<strong>The week ahead in the Global Financial Markets</strong>\r\n\r\n<strong>Hooray for Volatility! </strong>This sure was an exciting week in the global financial markets. The emerging markets led the decline especially in the stock and currency markets. Flight to safety continued throughout the week and dominated the headline news. Natural Gas futures led the volatility race losing -7% for the week, a slight loss compared to the impressive overall gain of 15.5% for the month of January. Conversely the laggard for the month in the commodity markets were Wheat dropping -8.2% and Copper -6%.\r\n\r\nIn the week ahead we will see plenty of economic data and more corporate earnings reports. US payrolls report should be crucial for risk assets. If job growth bounces back then the Fed’s current pace of QE might be in place, however, another weak month for NFPs and the market could start pricing in for a less aggressive Fed.\r\n\r\nI will continue to focus on the correlations between the benchmarks with a special interest in Gold and the Japanese Yen. Gold may proof to be a leading indicator for active traders, especially after observing last week\'s aggressive price action minute(s) before key economic data releases. The Japanese Yen may also continue to have a correlation with the stock indices as carry trades initiate and/or unwind carry trades. \r\n\r\n<strong>Live Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\nLive Trading Rooms and Events:\r\n\r\n<strong>TradeLAB Trading Room - Global Trading with Quantitative Technologies</strong>\r\nMonday through Friday beginning at 7:30 AM ET\r\n<a href=\"https://www3.gotomeeting.com/register/833292518\">https://www3.gotomeeting.com/register/833292518</a>\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading Room en Español</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/478959654\">https://www3.gotomeeting.com/register/478959654</a>\r\nMonday through Friday beginning at 8:00 AM ET\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/524086926\">https://www3.gotomeeting.com/register/524086926</a>\r\nTuesday beginning at 1:00 PM ET\r\nTopic: Think Smarter and Trade Better with Einstein Auto Trading\r\n\r\n<strong>Stock / ETF / Option Trading Educational Series</strong>\r\nPresenters: Joe Contes and Ken Eriksen\r\nWednesday beginning at 8:00 PM ET\r\nSubscription Only - For information contact:\r\nKen Eriksen         Ken@RiosQuant.com\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Potential Market Movers\r\nGBP - Manufacturing PMI – 4:30 AM ET\r\nUSD - ISM Manufacturing PMI – 10:00 AM ET\r\nAUD - RBA Rate Statement – 10:30 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/833292518\r\nBeginning at 7:30 AM ET\r\n\r\n<strong>TUESDAY</strong>\r\nEconomic Data Release - Potential Market Movers\r\nGBP - Construction PMI – 4:30 AM ET\r\nNZD - Unemployment Rate – 4:45 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/833292518\r\nBeginning at 7:30 AM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/524086926\r\nBeginning at 1:00 PM ET\r\nTopic: Think Smarter and Trade Better with Einstein Auto Trading\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Potential Market Movers\r\nGBP - Services PMI – 4:30 AM ET\r\nUSD - ADP Non-Farm Employment Change – 8:15 AM ET\r\nCAD - Building Permits – 8:30 AM ET\r\nUSD - ISM Non-Manufacturing PMI – 10:00 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nUSD - FOMC Member Plosser Speaks – 12:30 PM ET\r\nAUD - Trade Balance – 7:30 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/833292518\r\nBeginning at 7:30 AM ET\r\n\r\nStock / ETF / Option Trading Educational Series\r\nPresenters: Joe Contes and Ken Eriksen\r\nBeginning at 8:00 PM ET\r\nSubscription Only - For information contact:\r\nKen Eriksen         Ken@RiosQuant.com\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Potential Market Movers\r\nGBP - Official Bank Rate – 7:00 AM ET\r\nEUR - Minimum Bid Rate – 7:45 AM ET\r\nCAD - Trade Balance – 8:30 AM ET\r\nEUR - ECB Press Conference – 8:30 AM ET\r\nUSD - Unemployment Claims and Trade Balance – 8:30 AM ET\r\nCAD - Ivey PMI – 10:00 AM ET\r\nAUD - RBA Monetary Policy Statement – 7:30 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/833292518\r\nBeginning at 7:30 AM ET\r\n\r\n<strong>FRIDAY</strong>\r\nEconomic Data Release - Potential Market Movers\r\nGBP - Manufacturing Production – 4:30 AM ET\r\nCAD - Unemployment Rate – 8:30 AM ET\r\nUSD - Non-Farm Employment Change – 8:30 AM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/833292518\r\nBeginning at 7:30 AM ET\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/rios-on-the-markets.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/rios-on-the-markets.jpg\" alt=\"rios on the markets\" width=\"491\" height=\"323\" class=\"alignnone size-full wp-image-868\" /></a>\r\n','The Week Ahead in the Global ','','inherit','open','closed','','865-revision-v1','','','2014-02-02 22:10:06','2014-02-02 22:10:06','',865,'http://www.thetradingroom.com/865-revision-v1/',0,'revision','',0),(873,2,'2014-02-02 22:12:44','2014-02-02 22:12:44','<strong>From the desk of Joe Rios...</strong>\r\n\r\n<strong>Hooray for Volatility! </strong>This sure was an exciting week in the global financial markets. The emerging markets led the decline especially in the stock and currency markets. Flight to safety continued throughout the week and dominated the headline news. Natural Gas futures led the volatility race losing -7% for the week, a slight loss compared to the impressive overall gain of 15.5% for the month of January. Conversely the laggard for the month in the commodity markets were Wheat dropping -8.2% and Copper -6%.\r\n\r\nIn the week ahead we will see plenty of economic data and more corporate earnings reports. US payrolls report should be crucial for risk assets. If job growth bounces back then the Fed’s current pace of QE might be in place, however, another weak month for NFPs and the market could start pricing in for a less aggressive Fed.\r\n\r\nI will continue to focus on the correlations between the benchmarks with a special interest in Gold and the Japanese Yen. Gold may proof to be a leading indicator for active traders, especially after observing last week\'s aggressive price action minute(s) before key economic data releases. The Japanese Yen may also continue to have a correlation with the stock indices as carry trades initiate and/or unwind carry trades. \r\n\r\n<strong>Live Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\nLive Trading Rooms and Events:\r\n\r\n<strong>TradeLAB Trading Room - Global Trading with Quantitative Technologies</strong>\r\nMonday through Friday beginning at 7:30 AM ET\r\n<a href=\"https://www3.gotomeeting.com/register/833292518\">https://www3.gotomeeting.com/register/833292518</a>\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading Room en Español</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/478959654\">https://www3.gotomeeting.com/register/478959654</a>\r\nMonday through Friday beginning at 8:00 AM ET\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/524086926\">https://www3.gotomeeting.com/register/524086926</a>\r\nTuesday beginning at 1:00 PM ET\r\nTopic: Think Smarter and Trade Better with Einstein Auto Trading\r\n\r\n<strong>Stock / ETF / Option Trading Educational Series</strong>\r\nPresenters: Joe Contes and Ken Eriksen\r\nWednesday beginning at 8:00 PM ET\r\nSubscription Only - For information contact:\r\nKen Eriksen         Ken@RiosQuant.com\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Potential Market Movers\r\nGBP - Manufacturing PMI – 4:30 AM ET\r\nUSD - ISM Manufacturing PMI – 10:00 AM ET\r\nAUD - RBA Rate Statement – 10:30 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/833292518\r\nBeginning at 7:30 AM ET\r\n\r\n<strong>TUESDAY</strong>\r\nEconomic Data Release - Potential Market Movers\r\nGBP - Construction PMI – 4:30 AM ET\r\nNZD - Unemployment Rate – 4:45 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/833292518\r\nBeginning at 7:30 AM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/524086926\r\nBeginning at 1:00 PM ET\r\nTopic: Think Smarter and Trade Better with Einstein Auto Trading\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Potential Market Movers\r\nGBP - Services PMI – 4:30 AM ET\r\nUSD - ADP Non-Farm Employment Change – 8:15 AM ET\r\nCAD - Building Permits – 8:30 AM ET\r\nUSD - ISM Non-Manufacturing PMI – 10:00 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nUSD - FOMC Member Plosser Speaks – 12:30 PM ET\r\nAUD - Trade Balance – 7:30 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/833292518\r\nBeginning at 7:30 AM ET\r\n\r\nStock / ETF / Option Trading Educational Series\r\nPresenters: Joe Contes and Ken Eriksen\r\nBeginning at 8:00 PM ET\r\nSubscription Only - For information contact:\r\nKen Eriksen         Ken@RiosQuant.com\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Potential Market Movers\r\nGBP - Official Bank Rate – 7:00 AM ET\r\nEUR - Minimum Bid Rate – 7:45 AM ET\r\nCAD - Trade Balance – 8:30 AM ET\r\nEUR - ECB Press Conference – 8:30 AM ET\r\nUSD - Unemployment Claims and Trade Balance – 8:30 AM ET\r\nCAD - Ivey PMI – 10:00 AM ET\r\nAUD - RBA Monetary Policy Statement – 7:30 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/833292518\r\nBeginning at 7:30 AM ET\r\n\r\n<strong>FRIDAY</strong>\r\nEconomic Data Release - Potential Market Movers\r\nGBP - Manufacturing Production – 4:30 AM ET\r\nCAD - Unemployment Rate – 8:30 AM ET\r\nUSD - Non-Farm Employment Change – 8:30 AM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/833292518\r\nBeginning at 7:30 AM ET\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/rios-on-the-markets.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/rios-on-the-markets.jpg\" alt=\"rios on the markets\" width=\"491\" height=\"323\" class=\"alignnone size-full wp-image-868\" /></a>\r\n','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','865-revision-v1','','','2014-02-02 22:12:44','2014-02-02 22:12:44','',865,'http://www.thetradingroom.com/865-revision-v1/',0,'revision','',0),(872,2,'2014-02-02 22:10:25','2014-02-02 22:10:25','<strong>From the desk of Joe Rios...</strong>\r\n\r\n<strong>The week ahead in the Global Financial Markets</strong>\r\n\r\n<strong>Hooray for Volatility! </strong>This sure was an exciting week in the global financial markets. The emerging markets led the decline especially in the stock and currency markets. Flight to safety continued throughout the week and dominated the headline news. Natural Gas futures led the volatility race losing -7% for the week, a slight loss compared to the impressive overall gain of 15.5% for the month of January. Conversely the laggard for the month in the commodity markets were Wheat dropping -8.2% and Copper -6%.\r\n\r\nIn the week ahead we will see plenty of economic data and more corporate earnings reports. US payrolls report should be crucial for risk assets. If job growth bounces back then the Fed’s current pace of QE might be in place, however, another weak month for NFPs and the market could start pricing in for a less aggressive Fed.\r\n\r\nI will continue to focus on the correlations between the benchmarks with a special interest in Gold and the Japanese Yen. Gold may proof to be a leading indicator for active traders, especially after observing last week\'s aggressive price action minute(s) before key economic data releases. The Japanese Yen may also continue to have a correlation with the stock indices as carry trades initiate and/or unwind carry trades. \r\n\r\n<strong>Live Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\nLive Trading Rooms and Events:\r\n\r\n<strong>TradeLAB Trading Room - Global Trading with Quantitative Technologies</strong>\r\nMonday through Friday beginning at 7:30 AM ET\r\n<a href=\"https://www3.gotomeeting.com/register/833292518\">https://www3.gotomeeting.com/register/833292518</a>\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading Room en Español</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/478959654\">https://www3.gotomeeting.com/register/478959654</a>\r\nMonday through Friday beginning at 8:00 AM ET\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/524086926\">https://www3.gotomeeting.com/register/524086926</a>\r\nTuesday beginning at 1:00 PM ET\r\nTopic: Think Smarter and Trade Better with Einstein Auto Trading\r\n\r\n<strong>Stock / ETF / Option Trading Educational Series</strong>\r\nPresenters: Joe Contes and Ken Eriksen\r\nWednesday beginning at 8:00 PM ET\r\nSubscription Only - For information contact:\r\nKen Eriksen         Ken@RiosQuant.com\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Potential Market Movers\r\nGBP - Manufacturing PMI – 4:30 AM ET\r\nUSD - ISM Manufacturing PMI – 10:00 AM ET\r\nAUD - RBA Rate Statement – 10:30 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/833292518\r\nBeginning at 7:30 AM ET\r\n\r\n<strong>TUESDAY</strong>\r\nEconomic Data Release - Potential Market Movers\r\nGBP - Construction PMI – 4:30 AM ET\r\nNZD - Unemployment Rate – 4:45 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/833292518\r\nBeginning at 7:30 AM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/524086926\r\nBeginning at 1:00 PM ET\r\nTopic: Think Smarter and Trade Better with Einstein Auto Trading\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Potential Market Movers\r\nGBP - Services PMI – 4:30 AM ET\r\nUSD - ADP Non-Farm Employment Change – 8:15 AM ET\r\nCAD - Building Permits – 8:30 AM ET\r\nUSD - ISM Non-Manufacturing PMI – 10:00 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nUSD - FOMC Member Plosser Speaks – 12:30 PM ET\r\nAUD - Trade Balance – 7:30 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/833292518\r\nBeginning at 7:30 AM ET\r\n\r\nStock / ETF / Option Trading Educational Series\r\nPresenters: Joe Contes and Ken Eriksen\r\nBeginning at 8:00 PM ET\r\nSubscription Only - For information contact:\r\nKen Eriksen         Ken@RiosQuant.com\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Potential Market Movers\r\nGBP - Official Bank Rate – 7:00 AM ET\r\nEUR - Minimum Bid Rate – 7:45 AM ET\r\nCAD - Trade Balance – 8:30 AM ET\r\nEUR - ECB Press Conference – 8:30 AM ET\r\nUSD - Unemployment Claims and Trade Balance – 8:30 AM ET\r\nCAD - Ivey PMI – 10:00 AM ET\r\nAUD - RBA Monetary Policy Statement – 7:30 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/833292518\r\nBeginning at 7:30 AM ET\r\n\r\n<strong>FRIDAY</strong>\r\nEconomic Data Release - Potential Market Movers\r\nGBP - Manufacturing Production – 4:30 AM ET\r\nCAD - Unemployment Rate – 8:30 AM ET\r\nUSD - Non-Farm Employment Change – 8:30 AM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/833292518\r\nBeginning at 7:30 AM ET\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/rios-on-the-markets.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/rios-on-the-markets.jpg\" alt=\"rios on the markets\" width=\"491\" height=\"323\" class=\"alignnone size-full wp-image-868\" /></a>\r\n','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','865-revision-v1','','','2014-02-02 22:10:25','2014-02-02 22:10:25','',865,'http://www.thetradingroom.com/865-revision-v1/',0,'revision','',0),(874,2,'2014-02-02 22:17:21','2014-02-02 22:17:21','','Rios on the markets 3','','inherit','open','closed','','rios-on-the-markets-3','','','2014-02-02 22:17:21','2014-02-02 22:17:21','',865,'http://www.thetradingroom.com/wp-content/uploads/2014/02/Rios-on-the-markets-3.jpg',0,'attachment','image/jpeg',0),(875,2,'2014-02-02 22:17:28','2014-02-02 22:17:28','<strong>From the desk of Joe Rios...</strong>\r\n\r\n<strong>Hooray for Volatility! </strong>This sure was an exciting week in the global financial markets. The emerging markets led the decline especially in the stock and currency markets. Flight to safety continued throughout the week and dominated the headline news. Natural Gas futures led the volatility race losing -7% for the week, a slight loss compared to the impressive overall gain of 15.5% for the month of January. Conversely the laggard for the month in the commodity markets were Wheat dropping -8.2% and Copper -6%.\r\n\r\nIn the week ahead we will see plenty of economic data and more corporate earnings reports. US payrolls report should be crucial for risk assets. If job growth bounces back then the Fed’s current pace of QE might be in place, however, another weak month for NFPs and the market could start pricing in for a less aggressive Fed.\r\n\r\nI will continue to focus on the correlations between the benchmarks with a special interest in Gold and the Japanese Yen. Gold may proof to be a leading indicator for active traders, especially after observing last week\'s aggressive price action minute(s) before key economic data releases. The Japanese Yen may also continue to have a correlation with the stock indices as carry trades initiate and/or unwind carry trades. \r\n\r\n<strong>Live Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\nLive Trading Rooms and Events:\r\n\r\n<strong>TradeLAB Trading Room - Global Trading with Quantitative Technologies</strong>\r\nMonday through Friday beginning at 7:30 AM ET\r\n<a href=\"https://www3.gotomeeting.com/register/833292518\">https://www3.gotomeeting.com/register/833292518</a>\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading Room en Español</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/478959654\">https://www3.gotomeeting.com/register/478959654</a>\r\nMonday through Friday beginning at 8:00 AM ET\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/524086926\">https://www3.gotomeeting.com/register/524086926</a>\r\nTuesday beginning at 1:00 PM ET\r\nTopic: Think Smarter and Trade Better with Einstein Auto Trading\r\n\r\n<strong>Stock / ETF / Option Trading Educational Series</strong>\r\nPresenters: Joe Contes and Ken Eriksen\r\nWednesday beginning at 8:00 PM ET\r\nSubscription Only - For information contact:\r\nKen Eriksen         Ken@RiosQuant.com\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Potential Market Movers\r\nGBP - Manufacturing PMI – 4:30 AM ET\r\nUSD - ISM Manufacturing PMI – 10:00 AM ET\r\nAUD - RBA Rate Statement – 10:30 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/833292518\r\nBeginning at 7:30 AM ET\r\n\r\n<strong>TUESDAY</strong>\r\nEconomic Data Release - Potential Market Movers\r\nGBP - Construction PMI – 4:30 AM ET\r\nNZD - Unemployment Rate – 4:45 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/833292518\r\nBeginning at 7:30 AM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/524086926\r\nBeginning at 1:00 PM ET\r\nTopic: Think Smarter and Trade Better with Einstein Auto Trading\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Potential Market Movers\r\nGBP - Services PMI – 4:30 AM ET\r\nUSD - ADP Non-Farm Employment Change – 8:15 AM ET\r\nCAD - Building Permits – 8:30 AM ET\r\nUSD - ISM Non-Manufacturing PMI – 10:00 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nUSD - FOMC Member Plosser Speaks – 12:30 PM ET\r\nAUD - Trade Balance – 7:30 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/833292518\r\nBeginning at 7:30 AM ET\r\n\r\nStock / ETF / Option Trading Educational Series\r\nPresenters: Joe Contes and Ken Eriksen\r\nBeginning at 8:00 PM ET\r\nSubscription Only - For information contact:\r\nKen Eriksen         Ken@RiosQuant.com\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Potential Market Movers\r\nGBP - Official Bank Rate – 7:00 AM ET\r\nEUR - Minimum Bid Rate – 7:45 AM ET\r\nCAD - Trade Balance – 8:30 AM ET\r\nEUR - ECB Press Conference – 8:30 AM ET\r\nUSD - Unemployment Claims and Trade Balance – 8:30 AM ET\r\nCAD - Ivey PMI – 10:00 AM ET\r\nAUD - RBA Monetary Policy Statement – 7:30 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/833292518\r\nBeginning at 7:30 AM ET\r\n\r\n<strong>FRIDAY</strong>\r\nEconomic Data Release - Potential Market Movers\r\nGBP - Manufacturing Production – 4:30 AM ET\r\nCAD - Unemployment Rate – 8:30 AM ET\r\nUSD - Non-Farm Employment Change – 8:30 AM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/833292518\r\nBeginning at 7:30 AM ET\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/Rios-on-the-markets-3.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/Rios-on-the-markets-3.jpg\" alt=\"Rios on the markets 3\" width=\"487\" height=\"323\" class=\"alignnone size-full wp-image-874\" /></a>\r\n','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','865-revision-v1','','','2014-02-02 22:17:28','2014-02-02 22:17:28','',865,'http://www.thetradingroom.com/865-revision-v1/',0,'revision','',0),(876,2,'2014-02-02 22:19:14','2014-02-02 22:19:14','<strong>From the desk of Joe Rios...</strong>\r\n\r\n<strong>Hooray for Volatility! </strong>This sure was an exciting week in the global financial markets. The emerging markets led the decline especially in the stock and currency markets. Flight to safety continued throughout the week and dominated the headline news. Natural Gas futures led the volatility race losing -7% for the week, a slight loss compared to the impressive overall gain of 15.5% for the month of January. Conversely the laggard for the month in the commodity markets were Wheat dropping -8.2% and Copper -6%.\r\n\r\nIn the week ahead we will see plenty of economic data and more corporate earnings reports. US payrolls report should be crucial for risk assets. If job growth bounces back then the Fed’s current pace of QE might be in place, however, another weak month for NFPs and the market could start pricing in for a less aggressive Fed.\r\n\r\nI will continue to focus on the correlations between the benchmarks with a special interest in Gold and the Japanese Yen. Gold may proof to be a leading indicator for active traders, especially after observing last week\'s aggressive price action minute(s) before key economic data releases. The Japanese Yen may also continue to have a correlation with the stock indices as carry trades initiate and/or unwind carry trades. \r\n\r\n<strong>Live Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\nLive Trading Rooms and Events:\r\n\r\n<strong>TradeLAB Trading Room - Global Trading with Quantitative Technologies</strong>\r\nMonday through Friday beginning at 7:30 AM ET\r\n<a href=\"https://www3.gotomeeting.com/register/833292518\">https://www3.gotomeeting.com/register/833292518</a>\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading Room en Español</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/478959654\">https://www3.gotomeeting.com/register/478959654</a>\r\nMonday through Friday beginning at 8:00 AM ET\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/524086926\">https://www3.gotomeeting.com/register/524086926</a>\r\nTuesday beginning at 1:00 PM ET\r\nTopic: Think Smarter and Trade Better with Einstein Auto Trading\r\n\r\n<strong>Stock / ETF / Option Trading Educational Series</strong>\r\nPresenters: Joe Contes and Ken Eriksen\r\nWednesday beginning at 8:00 PM ET\r\nSubscription Only - For information contact:\r\nKen Eriksen         Ken@RiosQuant.com\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Potential Market Movers\r\nGBP - Manufacturing PMI – 4:30 AM ET\r\nUSD - ISM Manufacturing PMI – 10:00 AM ET\r\nAUD - RBA Rate Statement – 10:30 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/833292518\r\nBeginning at 7:30 AM ET\r\n\r\n<strong>TUESDAY</strong>\r\nEconomic Data Release - Potential Market Movers\r\nGBP - Construction PMI – 4:30 AM ET\r\nNZD - Unemployment Rate – 4:45 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/833292518\r\nBeginning at 7:30 AM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/524086926\r\nBeginning at 1:00 PM ET\r\nTopic: Think Smarter and Trade Better with Einstein Auto Trading\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Potential Market Movers\r\nGBP - Services PMI – 4:30 AM ET\r\nUSD - ADP Non-Farm Employment Change – 8:15 AM ET\r\nCAD - Building Permits – 8:30 AM ET\r\nUSD - ISM Non-Manufacturing PMI – 10:00 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nUSD - FOMC Member Plosser Speaks – 12:30 PM ET\r\nAUD - Trade Balance – 7:30 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/833292518\r\nBeginning at 7:30 AM ET\r\n\r\nStock / ETF / Option Trading Educational Series\r\nPresenters: Joe Contes and Ken Eriksen\r\nBeginning at 8:00 PM ET\r\nSubscription Only - For information contact:\r\nKen Eriksen         Ken@RiosQuant.com\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Potential Market Movers\r\nGBP - Official Bank Rate – 7:00 AM ET\r\nEUR - Minimum Bid Rate – 7:45 AM ET\r\nCAD - Trade Balance – 8:30 AM ET\r\nEUR - ECB Press Conference – 8:30 AM ET\r\nUSD - Unemployment Claims and Trade Balance – 8:30 AM ET\r\nCAD - Ivey PMI – 10:00 AM ET\r\nAUD - RBA Monetary Policy Statement – 7:30 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/833292518\r\nBeginning at 7:30 AM ET\r\n\r\n<strong>FRIDAY</strong>\r\nEconomic Data Release - Potential Market Movers\r\nGBP - Manufacturing Production – 4:30 AM ET\r\nCAD - Unemployment Rate – 8:30 AM ET\r\nUSD - Non-Farm Employment Change – 8:30 AM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/833292518\r\nBeginning at 7:30 AM ET\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/rios-on-the-markets.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/rios-on-the-markets.jpg\" alt=\"rios on the markets\" width=\"491\" height=\"323\" class=\"alignnone size-full wp-image-868\" /></a>\r\n','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','865-revision-v1','','','2014-02-02 22:19:14','2014-02-02 22:19:14','',865,'http://www.thetradingroom.com/865-revision-v1/',0,'revision','',0),(877,2,'2014-02-03 10:54:02','2014-02-03 10:54:02','<strong>UPDATED 5:50 ET </strong>\r\n\r\n<strong>STOCKS </strong>- European stocks declined, following their worst start to a year since 2010, as Lloyds Banking Group Plc dragged a gauge of banks lower. U.S. index futures fell, while Asian shares closed lower.\r\n\r\n<strong>BONDS </strong>- Treasuries traded sideways before reports this week on manufacturing and jobs economists said will show growth is strong enough for the Federal Reserve to keep cutting its debt purchases.\r\n\r\n<strong>COMMODITIES</strong> - Gold extended the first monthly climb since August as declining equity markets boosted demand for haven assets, offsetting a slowdown in physical buying across Asia during the Lunar New Year.\r\n\r\n<strong>CURRENCIES</strong> - The British Pound slid for a fifth day against the dollar after a report showed U.K. manufacturing expanded less in January than economists had forecast.\r\n\r\n<strong>ECONOMIC DATA</strong> - US ISM Manufacturing PMI due at 10:00, RBA Rate Statement at 22:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg\" alt=\"clock red wall\" width=\"402\" height=\"302\" class=\"alignnone size-full wp-image-567\" /></a>\r\n\r\n','','','publish','open','closed','','877','','','2014-02-03 10:54:02','2014-02-03 10:54:02','',0,'http://www.thetradingroom.com/?p=877',0,'post','',0),(878,2,'2014-02-03 10:54:02','2014-02-03 10:54:02','<strong>UPDATED 5:50 ET </strong>\r\n\r\n<strong>STOCKS </strong>- European stocks declined, following their worst start to a year since 2010, as Lloyds Banking Group Plc dragged a gauge of banks lower. U.S. index futures fell, while Asian shares closed lower.\r\n\r\n<strong>BONDS </strong>- Treasuries traded sideways before reports this week on manufacturing and jobs economists said will show growth is strong enough for the Federal Reserve to keep cutting its debt purchases.\r\n\r\n<strong>COMMODITIES</strong> - Gold extended the first monthly climb since August as declining equity markets boosted demand for haven assets, offsetting a slowdown in physical buying across Asia during the Lunar New Year.\r\n\r\n<strong>CURRENCIES</strong> - The British Pound slid for a fifth day against the dollar after a report showed U.K. manufacturing expanded less in January than economists had forecast.\r\n\r\n<strong>ECONOMIC DATA</strong> - US ISM Manufacturing PMI due at 10:00, RBA Rate Statement at 22:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/clock-red-wall.jpg\" alt=\"clock red wall\" width=\"402\" height=\"302\" class=\"alignnone size-full wp-image-567\" /></a>\r\n\r\n','','','inherit','open','closed','','877-revision-v1','','','2014-02-03 10:54:02','2014-02-03 10:54:02','',877,'http://www.thetradingroom.com/877-revision-v1/',0,'revision','',0),(879,2,'2014-02-04 11:07:57','2014-02-04 11:07:57','<strong>UPDATED 6:00 ET </strong>\r\n\r\n<strong>STOCKS</strong> -European stocks dropped for a third day, following Asian shares lower and extending a rout that has wiped about $2.9 trillion from global equities this year. U.S stock-index futures consolidated, while Asian shares fell.\r\n\r\n<strong>BONDS</strong> - U.S. 10-year Treasuries declined for the first time in three days amid speculation that a rally that pushed yields to a three-month low amid tumbling emerging markets and weaker U.S. data is losing momentum.\r\n\r\n<strong>COMMODITIES</strong> - Copper for delivery in three months rose 0.1 percent on the London Metal Exchange, erasing a drop of as much as 0.3 percent.\r\n\r\n<strong>CURRENCIES</strong> - The pound climbed for the first time in six days against the dollar after a report showed a gauge of U.K. construction output unexpectedly accelerated last month.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Factory Orders m/m due at 10:00, NZD Unemployment Rate at 16:45 ET.\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg\" alt=\"world dgital clocks\" width=\"445\" height=\"273\" class=\"alignnone size-full wp-image-636\" /></a>\r\n','RiosQuant – Overnight Trading Action in the Global Markets','','publish','open','closed','','riosquant-overnight-trading-action-global-markets-34','','','2014-02-04 11:07:57','2014-02-04 11:07:57','',0,'http://www.thetradingroom.com/?p=879',0,'post','',0),(880,2,'2014-02-04 11:07:57','2014-02-04 11:07:57','<strong>UPDATED 6:00 ET </strong>\r\n\r\n<strong>STOCKS</strong> -European stocks dropped for a third day, following Asian shares lower and extending a rout that has wiped about $2.9 trillion from global equities this year. U.S stock-index futures consolidated, while Asian shares fell.\r\n\r\n<strong>BONDS</strong> - U.S. 10-year Treasuries declined for the first time in three days amid speculation that a rally that pushed yields to a three-month low amid tumbling emerging markets and weaker U.S. data is losing momentum.\r\n\r\n<strong>COMMODITIES</strong> - Copper for delivery in three months rose 0.1 percent on the London Metal Exchange, erasing a drop of as much as 0.3 percent.\r\n\r\n<strong>CURRENCIES</strong> - The pound climbed for the first time in six days against the dollar after a report showed a gauge of U.K. construction output unexpectedly accelerated last month.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Factory Orders m/m due at 10:00, NZD Unemployment Rate at 16:45 ET.\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg\" alt=\"world dgital clocks\" width=\"445\" height=\"273\" class=\"alignnone size-full wp-image-636\" /></a>\r\n','RiosQuant – Overnight Trading Action in the Global Markets','','inherit','open','closed','','879-revision-v1','','','2014-02-04 11:07:57','2014-02-04 11:07:57','',879,'http://www.thetradingroom.com/879-revision-v1/',0,'revision','',0),(881,2,'2014-02-05 10:52:33','2014-02-05 10:52:33','<strong>UPDATED 5:45 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks advanced, snapping three days of losses, as banks and financial-services companies rallied and investors awaited a private U.S. jobs report. U.S. index futures were little changed, while Asian shares outside Japan fell.\r\n\r\n<strong>BONDS</strong> - Treasuries rose, snapping their worst decline this year, as analysts said employment reports this week will show the U.S. economy is having trouble picking up.\r\n\r\n<strong>COMMODITIES</strong> - Crude Oil rose for a second day following speculation a U.S. government report will show distillate inventories fell amid colder weather in the country, the world’s biggest oil consumer.\r\n\r\n<strong>CURRENCIES</strong> - The euro fell toward a 10-week low against the yen as data showed retail sales in the region slumped and on speculation the European Central Bank will reinforce its commitment to lower interest rates.\r\n\r\n<strong>ECONOMIC DATA</strong> - US ADP Non-Farm Employment Change due at 8:15, CAD Building Permits at 8:30, ISM Non-Manufacturing PMI at 10:00, Crude Oil Inventories at 10:30, FOMC Member Plosser Speaks at 12:30, AUD Retail Sales  at 19:30 ET. \r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\" alt=\"pre market open Blue board\" width=\"360\" height=\"266\" class=\"alignnone size-full wp-image-886\" /></a>','RiosQuant - Overnight Trading Action in the Global Financial Markets','','publish','open','closed','','881','','','2014-02-05 11:03:23','2014-02-05 11:03:23','',0,'http://www.thetradingroom.com/?p=881',0,'post','',0),(882,2,'2014-02-05 10:51:23','2014-02-05 10:51:23','','bullish ML pic','','inherit','open','closed','','bullish-ml-pic','','','2014-02-05 10:51:23','2014-02-05 10:51:23','',881,'http://www.thetradingroom.com/wp-content/uploads/2014/02/bullish-ML-pic.jpg',0,'attachment','image/jpeg',0),(883,2,'2014-02-05 10:52:33','2014-02-05 10:52:33','<strong>UPDATED 5:45 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks advanced, snapping three days of losses, as banks and financial-services companies rallied and investors awaited a private U.S. jobs report. U.S. index futures were little changed, while Asian shares outside Japan fell.\r\n\r\n<strong>BONDS</strong> - Treasuries rose, snapping their worst decline this year, as analysts said employment reports this week will show the U.S. economy is having trouble picking up.\r\n\r\n<strong>COMMODITIES</strong> - Crude Oil rose for a second day following speculation a U.S. government report will show distillate inventories fell amid colder weather in the country, the world’s biggest oil consumer.\r\n\r\n<strong>CURRENCIES</strong> - The euro fell toward a 10-week low against the yen as data showed retail sales in the region slumped and on speculation the European Central Bank will reinforce its commitment to lower interest rates.\r\n\r\n<strong>ECONOMIC DATA</strong> - US ADP Non-Farm Employment Change due at 8:15, CAD Building Permits at 8:30, ISM Non-Manufacturing PMI at 10:00, Crude Oil Inventories at 10:30, FOMC Member Plosser Speaks at 12:30, AUD Retail Sales  at 19:30 ET. \r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/bullish-ML-pic.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/bullish-ML-pic.jpg\" alt=\"bullish ML pic\" width=\"461\" height=\"609\" class=\"alignnone size-full wp-image-882\" /></a>\r\n','','','inherit','open','closed','','881-revision-v1','','','2014-02-05 10:52:33','2014-02-05 10:52:33','',881,'http://www.thetradingroom.com/881-revision-v1/',0,'revision','',0),(884,2,'2014-02-05 10:53:34','2014-02-05 10:53:34','<strong>UPDATED 5:45 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks advanced, snapping three days of losses, as banks and financial-services companies rallied and investors awaited a private U.S. jobs report. U.S. index futures were little changed, while Asian shares outside Japan fell.\r\n\r\n<strong>BONDS</strong> - Treasuries rose, snapping their worst decline this year, as analysts said employment reports this week will show the U.S. economy is having trouble picking up.\r\n\r\n<strong>COMMODITIES</strong> - Crude Oil rose for a second day following speculation a U.S. government report will show distillate inventories fell amid colder weather in the country, the world’s biggest oil consumer.\r\n\r\n<strong>CURRENCIES</strong> - The euro fell toward a 10-week low against the yen as data showed retail sales in the region slumped and on speculation the European Central Bank will reinforce its commitment to lower interest rates.\r\n\r\n<strong>ECONOMIC DATA</strong> - US ADP Non-Farm Employment Change due at 8:15, CAD Building Permits at 8:30, ISM Non-Manufacturing PMI at 10:00, Crude Oil Inventories at 10:30, FOMC Member Plosser Speaks at 12:30, AUD Retail Sales  at 19:30 ET. \r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/quote-board-blue.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/quote-board-blue.jpg\" alt=\"quote board blue\" width=\"365\" height=\"274\" class=\"alignnone size-full wp-image-608\" /></a>','','','inherit','open','closed','','881-revision-v1','','','2014-02-05 10:53:34','2014-02-05 10:53:34','',881,'http://www.thetradingroom.com/881-revision-v1/',0,'revision','',0),(885,2,'2014-02-05 11:02:38','2014-02-05 11:02:38','<strong>UPDATED 5:45 ET </strong>\n\n<strong>STOCKS</strong> - European stocks advanced, snapping three days of losses, as banks and financial-services companies rallied and investors awaited a private U.S. jobs report. U.S. index futures were little changed, while Asian shares outside Japan fell.\n\n<strong>BONDS</strong> - Treasuries rose, snapping their worst decline this year, as analysts said employment reports this week will show the U.S. economy is having trouble picking up.\n\n<strong>COMMODITIES</strong> - Crude Oil rose for a second day following speculation a U.S. government report will show distillate inventories fell amid colder weather in the country, the world’s biggest oil consumer.\n\n<strong>CURRENCIES</strong> - The euro fell toward a 10-week low against the yen as data showed retail sales in the region slumped and on speculation the European Central Bank will reinforce its commitment to lower interest rates.\n\n<strong>ECONOMIC DATA</strong> - US ADP Non-Farm Employment Change due at 8:15, CAD Building Permits at 8:30, ISM Non-Manufacturing PMI at 10:00, Crude Oil Inventories at 10:30, FOMC Member Plosser Speaks at 12:30, AUD Retail Sales  at 19:30 ET. \n\n','','','inherit','open','closed','','881-autosave-v1','','','2014-02-05 11:02:38','2014-02-05 11:02:38','',881,'http://www.thetradingroom.com/881-autosave-v1/',0,'revision','',0),(886,2,'2014-02-05 11:02:48','2014-02-05 11:02:48','','pre market open Blue board','','inherit','open','closed','','pre-market-open-blue-board','','','2014-02-05 11:02:48','2014-02-05 11:02:48','',881,'http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg',0,'attachment','image/jpeg',0),(887,2,'2014-02-05 11:03:23','2014-02-05 11:03:23','<strong>UPDATED 5:45 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks advanced, snapping three days of losses, as banks and financial-services companies rallied and investors awaited a private U.S. jobs report. U.S. index futures were little changed, while Asian shares outside Japan fell.\r\n\r\n<strong>BONDS</strong> - Treasuries rose, snapping their worst decline this year, as analysts said employment reports this week will show the U.S. economy is having trouble picking up.\r\n\r\n<strong>COMMODITIES</strong> - Crude Oil rose for a second day following speculation a U.S. government report will show distillate inventories fell amid colder weather in the country, the world’s biggest oil consumer.\r\n\r\n<strong>CURRENCIES</strong> - The euro fell toward a 10-week low against the yen as data showed retail sales in the region slumped and on speculation the European Central Bank will reinforce its commitment to lower interest rates.\r\n\r\n<strong>ECONOMIC DATA</strong> - US ADP Non-Farm Employment Change due at 8:15, CAD Building Permits at 8:30, ISM Non-Manufacturing PMI at 10:00, Crude Oil Inventories at 10:30, FOMC Member Plosser Speaks at 12:30, AUD Retail Sales  at 19:30 ET. \r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\" alt=\"pre market open Blue board\" width=\"360\" height=\"266\" class=\"alignnone size-full wp-image-886\" /></a>','RiosQuant - Overnight Trading Action in the Global Financial Markets','','inherit','open','closed','','881-revision-v1','','','2014-02-05 11:03:23','2014-02-05 11:03:23','',881,'http://www.thetradingroom.com/881-revision-v1/',0,'revision','',0),(888,2,'2014-02-06 11:00:32','2014-02-06 11:00:32','<strong>UPDATED 5:45 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks rose for a second day as investors awaited the European Central Bank’s rate decision and companies including Daimler AG and Volvo AB beat earnings forecasts. U.S. stock-index futures and Asian shares advanced.\r\n\r\n<strong>BONDS</strong> - Treasuries fell for a third day before government reports today and tomorrow that economists said will show the job market is improving, reducing demand for the safest assets.\r\n\r\n<strong>COMMODITIES</strong> - Gold traded little changed below the highest in more than a week in London as investors weighed the outlook for U.S. stimulus amid concern economic growth may slow.\r\n\r\n<strong>CURRENCIES</strong> - The euro was 0.4 percent from an 11- week low versus the dollar on bets that slowing inflation will prompt the European Central Bank to reinforce its dovish stance when announcing an interest-rate decision today.\r\n\r\n<strong>ECONOMIC DATA</strong> - GBP Official Bank Rate due at 7:00, EUR Minimum Bid Rate at 7:45, ECB Press Conference at 8:30, Cad Trade Balance at 8:30, US Trade Balance and Unemployment Claims due at 8:30, CAD Ivey PMI at 10:00, Natural Gas Storage 10:30, AUD RBA Monetary Policy Statement at 19:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News.jpg\" alt=\"Direct-Market-Touch-Stock-Exchange-News\" width=\"2048\" height=\"1100\" class=\"alignnone size-full wp-image-442\" /></a>\r\n\r\n\r\n','RiosQuant – Overnight Trading Action in the Global Financial Markets','','publish','open','closed','','riosquant-overnight-trading-action-global-financial-markets','','','2014-02-06 11:00:32','2014-02-06 11:00:32','',0,'http://www.thetradingroom.com/?p=888',0,'post','',0),(889,2,'2014-02-06 11:00:32','2014-02-06 11:00:32','<strong>UPDATED 5:45 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks rose for a second day as investors awaited the European Central Bank’s rate decision and companies including Daimler AG and Volvo AB beat earnings forecasts. U.S. stock-index futures and Asian shares advanced.\r\n\r\n<strong>BONDS</strong> - Treasuries fell for a third day before government reports today and tomorrow that economists said will show the job market is improving, reducing demand for the safest assets.\r\n\r\n<strong>COMMODITIES</strong> - Gold traded little changed below the highest in more than a week in London as investors weighed the outlook for U.S. stimulus amid concern economic growth may slow.\r\n\r\n<strong>CURRENCIES</strong> - The euro was 0.4 percent from an 11- week low versus the dollar on bets that slowing inflation will prompt the European Central Bank to reinforce its dovish stance when announcing an interest-rate decision today.\r\n\r\n<strong>ECONOMIC DATA</strong> - GBP Official Bank Rate due at 7:00, EUR Minimum Bid Rate at 7:45, ECB Press Conference at 8:30, Cad Trade Balance at 8:30, US Trade Balance and Unemployment Claims due at 8:30, CAD Ivey PMI at 10:00, Natural Gas Storage 10:30, AUD RBA Monetary Policy Statement at 19:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News.jpg\" alt=\"Direct-Market-Touch-Stock-Exchange-News\" width=\"2048\" height=\"1100\" class=\"alignnone size-full wp-image-442\" /></a>\r\n\r\n\r\n','RiosQuant – Overnight Trading Action in the Global Financial Markets','','inherit','open','closed','','888-revision-v1','','','2014-02-06 11:00:32','2014-02-06 11:00:32','',888,'http://www.thetradingroom.com/888-revision-v1/',0,'revision','',0),(890,2,'2014-02-07 13:01:00','2014-02-07 13:01:00','<strong>UPDATED 6:40 ET </strong>\r\n\r\n<strong>STOCKS </strong>- European stocks rose, following their biggest gain in seven weeks, as investors awaited a report that may show U.S. employers hired workers at a faster pace last month. U.S. index futures and Asian shares also climbed.\r\n\r\n<strong>BONDS</strong> - Treasury 10-year notes headed for their first weekly decline this year on speculation a jobs report today will encourage the Federal Reserve to keep reducing its bond purchases.\r\n\r\n<strong>COMMODITIES</strong> - Copper rose for a second day in London before a report projected to show hiring of workers more than doubled last month in the U.S., bolstering prospects for demand in the second-biggest consumer of the metal.\r\n\r\n<strong>CURRENCIES</strong> - The euro fell for the first time in three days against the dollar as Germany’s top court questioned a rescue plan for debt crisis-hit euro-area nations and asked Europe’s highest judges to rule on its legality.\r\n\r\n<strong>ECONOMIC DATA </strong>- US Non-Farm Employment Change and CAD Unemployment Rate due at 8:30 ET.\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/morgan-quotes.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/morgan-quotes.jpg\" alt=\"morgan quotes\" width=\"1184\" height=\"795\" class=\"alignnone size-full wp-image-585\" /></a>\r\n','RiosQuant – Overnight Trading Action in the Global Financial Markets','','publish','open','closed','','riosquant-overnight-trading-action-global-financial-markets-2','','','2014-02-07 13:01:00','2014-02-07 13:01:00','',0,'http://www.thetradingroom.com/?p=890',0,'post','',0),(891,2,'2014-02-07 13:01:00','2014-02-07 13:01:00','<strong>UPDATED 6:40 ET </strong>\r\n\r\n<strong>STOCKS </strong>- European stocks rose, following their biggest gain in seven weeks, as investors awaited a report that may show U.S. employers hired workers at a faster pace last month. U.S. index futures and Asian shares also climbed.\r\n\r\n<strong>BONDS</strong> - Treasury 10-year notes headed for their first weekly decline this year on speculation a jobs report today will encourage the Federal Reserve to keep reducing its bond purchases.\r\n\r\n<strong>COMMODITIES</strong> - Copper rose for a second day in London before a report projected to show hiring of workers more than doubled last month in the U.S., bolstering prospects for demand in the second-biggest consumer of the metal.\r\n\r\n<strong>CURRENCIES</strong> - The euro fell for the first time in three days against the dollar as Germany’s top court questioned a rescue plan for debt crisis-hit euro-area nations and asked Europe’s highest judges to rule on its legality.\r\n\r\n<strong>ECONOMIC DATA </strong>- US Non-Farm Employment Change and CAD Unemployment Rate due at 8:30 ET.\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/morgan-quotes.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/morgan-quotes.jpg\" alt=\"morgan quotes\" width=\"1184\" height=\"795\" class=\"alignnone size-full wp-image-585\" /></a>\r\n','RiosQuant – Overnight Trading Action in the Global Financial Markets','','inherit','open','closed','','890-revision-v1','','','2014-02-07 13:01:00','2014-02-07 13:01:00','',890,'http://www.thetradingroom.com/890-revision-v1/',0,'revision','',0),(893,2,'2014-02-10 11:55:50','2014-02-10 11:55:50','<strong>From the desk of Joe Rios...</strong>\r\n\r\n<strong>Risk ON Risk OFF</strong> correlations have been dominating the markets for the past few weeks and last week was no exception. The week started with the S&P 500 dropping -2.5% but ended Friday higher by 1%. Risk OFF was followed by consolidation followed by Risk On to finally close the week in conflict. Silver led Commodities higher finishing the week higher 4.5% followed by Wheat 3.9% and Soybeans 3.8%. Natural Gas was the volatility leader dropping -3.5%. In the currency markets ECB President Mario Draghi surprised the markets on Thursday sending the Euro higher followed by the Swiss Franc. In the week ahead I will continue to focus on the correlations between the risk benchmarks and select the markets most poised to benefit from the rotation flows. Gold should continue to be a leading indicator for risk assets, also watch for scheduled economic data from China which may have a direct impact on risk assets.\r\n\r\n<strong>Live Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>TradeLAB Trading Room </strong>- Global Trading with Quantitative Technologies\r\nMonday through Friday beginning at 7:30 AM ET\r\nhttps://www3.gotomeeting.com/register/248822550\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading Room en Español</strong>\r\nhttps://www3.gotomeeting.com/register/635411702\r\nMonday through Friday beginning at 7:30 AM ET\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\n<strong>Insider\'s Quant (IQ) Room </strong>- Advanced Concepts with Joe Rios\r\nTuesday, Wednesday and Thursday beginning at 1:30 PM ET\r\nSubscription Only!\r\n\r\n<strong>The Trading Room EDU</strong> - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/674825350\r\nWednesday beginning at 1:00 PM ET\r\nTopic: Think Smarter and Trade Better with Auto Trading Systems\r\n\r\n<strong>Stocks / ETFs and Options Trading Educational Series</strong>\r\nPresenters: Joe Contes and Ken Eriksen\r\nWednesday beginning at 8:00 PM ET\r\nSubscription Only - For information contact:\r\nKen Eriksen         Ken@RiosQuant.com\r\n\r\n<strong>Stocks / ETFs and Options TradeLAB</strong>\r\nThursday beginning at 3:00 PM ET\r\nPrivate Invitation Only!\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Market Movers\r\nAUD - NAB Business Confidence – 7:30 PM ET\r\nJPY - Bank Holiday\r\nCHY - Trade Balance – Tentative\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/248822550\r\nBeginning at 7:30 AM ET\r\n\r\n<strong>TUESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nUSD - Fed Chair Yellin Testifies – 10:00 AM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/248822550\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - BOE Gov. Carney Speaks – 5:30 AM ET\r\nGBP - BOE Inflation Report – 5:30 AM ET\r\nEUR - ECB President Draghi Speaks – 10:30 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nUSD - 10 Year Bond Auction – 1:01 PM ET\r\nAUD - Unemployment Rate – 7:30 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/248822550\r\nBeginning at 7:30 AM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/674825350\r\nBeginning at 1:00 PM ET\r\nTopic: Think Smarter and Trade Better with Auto Trading Systems\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\nStocks / ETFs and Options Trading Educational Series\r\nPresenters: Joe Contes and Ken Eriksen\r\nBeginning at 8:00 PM ET\r\nSubscription Only - For information contact:\r\nKen Eriksen         Ken@RiosQuant.com\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Market Movers\r\nUSD - Retail Sales and Unemployment Claims – 8:30 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\nCNY - CPI – 8:30 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/248822550\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>FRIDAY</strong>\r\nEconomic Data Release - Market Movers\r\nCAD - Manufacturing Sales – 8:30 AM ET\r\nUSD - Preliminary UoM Consumer Sentiment – 9:55 AM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/248822550\r\nBeginning at 7:30 AM ET\r\n\r\n','The Week ','','inherit','open','closed','','892-revision-v1','','','2014-02-10 11:55:50','2014-02-10 11:55:50','',892,'http://www.thetradingroom.com/892-revision-v1/',0,'revision','',0),(894,2,'2014-02-10 11:58:03','2014-02-10 11:58:03','<strong>From the desk of Joe Rios...</strong>\r\n\r\n<strong>Risk ON Risk OFF</strong> correlations have been dominating the markets for the past few weeks and last week was no exception. The week started with the S&P 500 dropping -2.5% but ended Friday higher by 1%. Risk OFF was followed by consolidation followed by Risk On to finally close the week in conflict. Silver led Commodities higher finishing the week higher 4.5% followed by Wheat 3.9% and Soybeans 3.8%. Natural Gas was the volatility leader dropping -3.5%. In the currency markets ECB President Mario Draghi surprised the markets on Thursday sending the Euro higher followed by the Swiss Franc. In the week ahead I will continue to focus on the correlations between the risk benchmarks and select the markets most poised to benefit from the rotation flows. Gold should continue to be a leading indicator for risk assets, also watch for scheduled economic data from China which may have a direct impact on risk assets.\r\n\r\n<strong>Live Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>TradeLAB Trading Room </strong>- Global Trading with Quantitative Technologies\r\nMonday through Friday beginning at 7:30 AM ET\r\nhttps://www3.gotomeeting.com/register/248822550\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading Room en Español</strong>\r\nhttps://www3.gotomeeting.com/register/635411702\r\nMonday through Friday beginning at 7:30 AM ET\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\n<strong>Insider\'s Quant (IQ) Room </strong>- Advanced Concepts with Joe Rios\r\nTuesday, Wednesday and Thursday beginning at 1:30 PM ET\r\nSubscription Only!\r\n\r\n<strong>The Trading Room EDU</strong> - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/674825350\r\nWednesday beginning at 1:00 PM ET\r\nTopic: Think Smarter and Trade Better with Auto Trading Systems\r\n\r\n<strong>Stocks / ETFs and Options Trading Educational Series</strong>\r\nPresenters: Joe Contes and Ken Eriksen\r\nWednesday beginning at 8:00 PM ET\r\nSubscription Only - For information contact:\r\nKen Eriksen         Ken@RiosQuant.com\r\n\r\n<strong>Stocks / ETFs and Options TradeLAB</strong>\r\nThursday beginning at 3:00 PM ET\r\nPrivate Invitation Only!\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Market Movers\r\nAUD - NAB Business Confidence – 7:30 PM ET\r\nJPY - Bank Holiday\r\nCHY - Trade Balance – Tentative\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/248822550\r\nBeginning at 7:30 AM ET\r\n\r\n<strong>TUESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nUSD - Fed Chair Yellin Testifies – 10:00 AM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/248822550\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - BOE Gov. Carney Speaks – 5:30 AM ET\r\nGBP - BOE Inflation Report – 5:30 AM ET\r\nEUR - ECB President Draghi Speaks – 10:30 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nUSD - 10 Year Bond Auction – 1:01 PM ET\r\nAUD - Unemployment Rate – 7:30 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/248822550\r\nBeginning at 7:30 AM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/674825350\r\nBeginning at 1:00 PM ET\r\nTopic: Think Smarter and Trade Better with Auto Trading Systems\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\nStocks / ETFs and Options Trading Educational Series\r\nPresenters: Joe Contes and Ken Eriksen\r\nBeginning at 8:00 PM ET\r\nSubscription Only - For information contact:\r\nKen Eriksen         Ken@RiosQuant.com\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Market Movers\r\nUSD - Retail Sales and Unemployment Claims – 8:30 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\nCNY - CPI – 8:30 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/248822550\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>FRIDAY</strong>\r\nEconomic Data Release - Market Movers\r\nCAD - Manufacturing Sales – 8:30 AM ET\r\nUSD - Preliminary UoM Consumer Sentiment – 9:55 AM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/248822550\r\nBeginning at 7:30 AM ET\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/rios-on-the-markets.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/rios-on-the-markets.jpg\" alt=\"rios on the markets\" width=\"491\" height=\"323\" class=\"alignnone size-full wp-image-868\" /></a>\r\n\r\n','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','892-revision-v1','','','2014-02-10 11:58:03','2014-02-10 11:58:03','',892,'http://www.thetradingroom.com/892-revision-v1/',0,'revision','',0),(1803,2,'2014-06-09 01:20:27','2014-06-09 01:20:27','','relative perf indep','','inherit','open','closed','','relative-perf-indep','','','2014-06-09 01:20:27','2014-06-09 01:20:27','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-perf-indep.jpg',0,'attachment','image/jpeg',0),(1805,2,'2014-06-09 01:41:39','2014-06-09 01:41:39','<strong>Rethink Relative Performance Think RQ-Tech</strong>\r\n\r\nLast week\'s labor report and the ECB\'s aggressive monetary policy stance helped push stock indices higher.  As I have reminded our members these past few weeks, we need to listen to the market\'s message and not base our trades on our own opinions. One method of listening to the market is by measuring relative performance between key markets and thus identify rotation flows.\r\n\r\nThere are several ways to measure the performance of markets, typically on either an absolute or a relative basis. Price change over a specified time period is an example of absolute performance, while relative performance communicates how well a market has performed compared to some benchmark(s),  like the S&amp;P 500, US Treasury 10 Yr. Note and/or the US Dollar.\r\n\r\nThe RiosQuant approach to market selection is to utilize the three major asset classes as benchmarks in order to identify rotation flows and risk sentiment. For day traders selecting markets poised for aggressive price action is of utmost importance, regardless of the style of trading.  Applying correlation analysis to relative performance can add another layer of predictive value.\r\n\r\nThe RQ-Tech\'s ability to mine data and number crunch complex and lengthy calculations in milliseconds can be advantageous in making quick decisions, especially during fast moving markets.  I have often said that market selection is one of the most important aspects of trading successfully. Whether you are a trend  trader, mean reversion or momentum trader.  Knowing which markets are under aggressive accumulation and/or distribution can be your game changer for succeeding as a trader.\r\n\r\nLast week the stock indices moved higher and the US 10 Yr. Note and Japanese Yen traded lower, due mostly to improved risk appetite.  But not all risk assets followed as you can see on the chart below \"Relative Performance - Risk Assets\", Copper and Crude Oil underperformed.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-perf-6-8.jpg\"><img class=\"aligncenter size-full wp-image-1801\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-perf-6-8.jpg\" alt=\"relative perf 6-8\" width=\"874\" height=\"496\" /></a>\r\n\r\nAre the risk currencies decoupling from the US 10 Yr. Note? Will they  follow the S&amp;P 500 in the week ahead? In the currency market the Australian Dollar was the outperformer closing the week strong along with the S&amp;P 500.  As you can see in the chart below \"Relative Performance - Currencies\", the negative correlation between the S&amp;P 500 and the Japanese Yen continued but the Euro, Swiss Franc and British Pound traded close to each other and finished the week slightly higher.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-perf-currencies-6-8.jpg\"><img class=\"aligncenter size-full wp-image-1802\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-perf-currencies-6-8.jpg\" alt=\"relative perf currencies 6-8\" width=\"967\" height=\"505\" /></a>\r\n\r\nIn the commodity market Natural Gas was the outperformer while Soy closed the week lower.  The RQ Cross Box quant ranking has been mostly bearish since May as Corn prices have been steadily dropping but Corn and Wheat reversed on Friday regaining most of the week\'s losses on what appeared to be short covering ahead of the weekend.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-perf-indep.jpg\"><img class=\"aligncenter size-full wp-image-1803\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-perf-indep.jpg\" alt=\"relative perf indep\" width=\"978\" height=\"494\" /></a>\r\n\r\nIn the week ahead I will continue to monitor rotation flows and correlations in the currency markets as well as in the risk assets. I will also look to the independent asset classes for trading opportunities.Natural Gas and the Grains afforded us some opportunities, as you can see on the chart below, our member Jim took 2 Soy futures short for a winning trade.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/jim-soy-trade.jpg\"><img class=\"aligncenter size-full wp-image-1806\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/jim-soy-trade.jpg\" alt=\"jim soy trade\" width=\"917\" height=\"454\" /></a>\r\n\r\n&nbsp;\r\n\r\n<strong>Live Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: </strong>\r\nAmber Little, RQ Client Relations Manager\r\nemail: amber@riosquant.com\r\nskype: alittlemobile\r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room TradeLAB</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/542156390\">https://www3.gotomeeting.com/register/542156390</a></strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong>Monday through Friday beginning at 7:30 AM ET</strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n&nbsp;\r\n\r\n<strong>Insider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios</strong>\r\n\r\n<strong>Monday, Wednesday and Thursday beginning at 1:30pm ET</strong>\r\n\r\n<strong>Subscription Only!</strong>\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the Rios Quant Trading Indicators:</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Monday beginning at 7:00 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/393359470\">https://www3.gotomeeting.com/register/393359470</a></strong>\r\n\r\nTopic: Looking for this Week\'s Trading Patterns\r\n\r\nPresenter: Steve Schwartz\r\n\r\n&nbsp;\r\n\r\n<strong>The RiosQuant 90 Day Training Program - Workshop</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/352383110\">https://www3.gotomeeting.com/register/352383110</a></strong>\r\n\r\n<strong>Wednesday beginning at 7:30 PM ET</strong>\r\n\r\nTraining Session 10 of 12 with Steve Schwartz\r\n\r\nTopic: RQ-Einstein Auto-Trading\r\n\r\n&nbsp;\r\n\r\n<strong>Thursday beginning at 7:30 PM ET</strong>\r\n\r\n<a href=\"https://www3.gotomeeting.com/register/358668390\"><strong>https://www3.gotomeeting.com/register/358668390</strong></a>\r\n\r\nTopic: The Next Big Swing\r\n\r\nPresenter: Edward Preston\r\n\r\n&nbsp;\r\n\r\n<strong>Saturday beginning at 10:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/406974054\">https://www3.gotomeeting.com/register/406974054</a></strong>\r\n\r\nTopic: Momentum Trading With RQ-Channel\r\n\r\nPresenter: Steve Schwartz\r\n\r\n<strong>MONDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nCAD - Housing Starts  – 8:15 AM ET\r\n\r\nAUD - RBA Gov. Stevens Speaks – 12:00 PM ET\r\n\r\nUSD - Grain Crop Progress  – 4:00 PM ET\r\n\r\nAUD - NAB Business Confidence – 9:30 PM ET\r\n\r\nCNY - CPI and PPI  – 9:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nGBP - Manufacturing Production – 4:30 AM ET\r\n\r\nAUD - Westpac Consumer Sentiment – 8:30 PM ET\r\n\r\n<strong>WEDNESDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nOPEC Meetings – All Day\r\n\r\nGBP - Unemployment Rate – 4:30 AM ET\r\n\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\n\r\nUSD - Grains Crop Production – 12:00 PM ET\r\n\r\nUSD - Grains World Markets and Trade – 12:15 PM ET\r\n\r\nNZD - RBNZ Rate Statement and Monetary\r\n\r\nPolicy Statement  – 5:00 PM ET\r\n\r\nAUD - Unemployment Rate – 9:30 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nUSD - Retail Sales and Unemployment Claims – 8:30 AM ET\r\nUSD - Grains Weekly Export Sales – 8:30 AM ET\r\n\r\nUSD - Business Inventories – 10:00 AM ET\r\n\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n\r\nCAD - Boc Gov. Poloz Speaks – 11:15 AM ET\r\n\r\nGBP - Gov. Carney Speaks – 6:00 PM ET\r\n\r\nJPY - Monetary Policy Statement – Tentative\r\n\r\n<strong>FRIDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nCNY - Industrial Production – 1:30 AM ET\r\n\r\nJPY - Boj Press Conference – Tentative\r\n\r\nCAD - Manufacturing Sales – 8:30 AM ET\r\n\r\nUSD - PPI – 8:30 AM ET\r\n\r\nUSD - Prelim Uom Consumer Sentiment – 9:55 AM ET\r\n\r\nUSD - Grains Wheat Outlook – 1:00 PM ET\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in The Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-7','','','2014-06-09 01:41:39','2014-06-09 01:41:39','',0,'http://www.thetradingroom.com/?p=1805',0,'post','',0),(994,2,'2014-02-19 20:31:10','2014-02-19 20:31:10','Name: <strong><em>HP</em></strong>\r\n\r\nHome town: <strong><em>Dallas, Texas USA</em></strong>\r\n\r\nJob Title: <strong><em>Physician</em></strong>\r\n\r\nTrading since: <strong><em>2008</em></strong>\r\n\r\nPreferred markets to trade: <strong><em>Futures Markets</em></strong>\r\n\r\nFavorite approach to trading: <strong><em>Momentum Trades especially off of support/resist breaks</em></strong>\r\n\r\nMain strategy utilized: <em><strong>RQ channels</strong></em>\r\n\r\nLast trade: <strong><em>YM (Dow Jones) Long after break of RQ 7 on 30 minute chart. Profitable for $300 per contract</em></strong>\r\n\r\nMost memorable trade: <strong><em>100 penny CL trade profit </em></strong>\r\n\r\nBiggest Challenge: <strong><em>Time constraints limiting my ability to take trades later in day when conditions are right </em></strong>\r\n\r\nPrimary ambition: <strong><em>Trading as my primary source of income</em></strong>\r\n\r\nRiosQuant member since: <strong><em>2012</em></strong>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/HP-ready.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/HP-ready.jpg\" alt=\"HP ready\" width=\"511\" height=\"405\" class=\"alignnone size-full wp-image-980\" /></a>\r\n','Meet Members - RiosQuant Traders','','inherit','open','closed','','977-revision-v1','','','2014-02-19 20:31:10','2014-02-19 20:31:10','',977,'http://www.thetradingroom.com/977-revision-v1/',0,'revision','',0),(898,2,'2014-02-11 12:01:56','2014-02-11 12:01:56','<strong>UPDATED 6:45 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks rose, with the Stoxx Europe 600 Index climbing for a fifth day, as investors awaited for Federal Reserve Chairman Janet Yellen to deliver her first testimony on monetary policy. Asian shares and U.S. stock-index futures also gained.\r\n\r\n<strong>BONDS</strong> - Treasuries fell for the first time in three days as investors weighed whether Federal Reserve Chairman will signal the U.S. economy is strong enough to withstand cuts in stimulus in testimony today.\r\n\r\n<strong>COMMODITIES</strong> - Gold rose to the highest level since November in the longest rally since August as a weakened dollar spurred demand. Silver extended the best streak in almost six months.\r\n\r\n<strong>CURRENCIES</strong> - The Australian dollar climbed to its highest level in four weeks as home prices rose at the fastest pace since 2010 and business confidence strengthened, adding to signs the nation’s economy is gaining momentum.\r\n\r\n<strong>ECONOMIC DATA</strong> - Fed Chair Yellen Testifies at 10:00, US JOLTS Job Openings due at 10:00 ET, CNY Trade Balance (tentative). \r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\" alt=\"red clocks pre-market open\" width=\"482\" height=\"394\" class=\"alignnone size-full wp-image-899\" /></a>','Pre-Market Open - Overnight Trading Action','','publish','open','closed','','pre-market-open-overnight-trading-action','','','2014-02-11 12:01:56','2014-02-11 12:01:56','',0,'http://www.thetradingroom.com/?p=898',0,'post','',0),(899,2,'2014-02-11 11:59:34','2014-02-11 11:59:34','','red clocks pre-market open','','inherit','open','closed','','red-clocks-pre-market-open','','','2014-02-11 11:59:34','2014-02-11 11:59:34','',898,'http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg',0,'attachment','image/jpeg',0),(900,2,'2014-02-11 12:01:56','2014-02-11 12:01:56','<strong>UPDATED 6:45 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks rose, with the Stoxx Europe 600 Index climbing for a fifth day, as investors awaited for Federal Reserve Chairman Janet Yellen to deliver her first testimony on monetary policy. Asian shares and U.S. stock-index futures also gained.\r\n\r\n<strong>BONDS</strong> - Treasuries fell for the first time in three days as investors weighed whether Federal Reserve Chairman will signal the U.S. economy is strong enough to withstand cuts in stimulus in testimony today.\r\n\r\n<strong>COMMODITIES</strong> - Gold rose to the highest level since November in the longest rally since August as a weakened dollar spurred demand. Silver extended the best streak in almost six months.\r\n\r\n<strong>CURRENCIES</strong> - The Australian dollar climbed to its highest level in four weeks as home prices rose at the fastest pace since 2010 and business confidence strengthened, adding to signs the nation’s economy is gaining momentum.\r\n\r\n<strong>ECONOMIC DATA</strong> - Fed Chair Yellen Testifies at 10:00, US JOLTS Job Openings due at 10:00 ET, CNY Trade Balance (tentative). \r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\" alt=\"red clocks pre-market open\" width=\"482\" height=\"394\" class=\"alignnone size-full wp-image-899\" /></a>','Pre-Market Open - Overnight Trading Action','','inherit','open','closed','','898-revision-v1','','','2014-02-11 12:01:56','2014-02-11 12:01:56','',898,'http://www.thetradingroom.com/898-revision-v1/',0,'revision','',0),(901,2,'2014-02-11 12:12:34','2014-02-11 12:12:34','<strong>UPDATED 6:45 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks rose, with the Stoxx Europe 600 Index climbing for a fifth day, as investors awaited for Federal Reserve Chairman Janet Yellen to deliver her first testimony on monetary policy. Asian shares and U.S. stock-index futures also gained.\r\n\r\n<strong>BONDS</strong> - Treasuries fell for the first time in three days as investors weighed whether Federal Reserve Chairman will signal the U.S. economy is strong enough to withstand cuts in stimulus in testimony today.\r\n\r\n<strong>COMMODITIES</strong> - Gold rose to the highest level since November in the longest rally since August as a weakened dollar spurred demand. Silver extended the best streak in almost six months.\r\n\r\n<strong>CURRENCIES</strong> - The Australian dollar climbed to its highest level in four weeks as home prices rose at the fastest pace since 2010 and business confidence strengthened, adding to signs the nation’s economy is gaining momentum.\r\n\r\n<strong>ECONOMIC DATA</strong> - Fed Chair Yellen Testifies at 10:00, US JOLTS Job Openings due at 10:00 ET, CNY Trade Balance (tentative). \r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\" alt=\"red clocks pre-market open\" width=\"482\" height=\"394\" class=\"alignnone size-full wp-image-899\" /></a>','Pre-Market Open - Overnight Trading Action','','inherit','open','closed','','898-autosave-v1','','','2014-02-11 12:12:34','2014-02-11 12:12:34','',898,'http://www.thetradingroom.com/898-autosave-v1/',0,'revision','',0),(1298,2,'2014-03-13 16:30:41','2014-03-13 16:30:41','','theoneindicator','','publish','open','closed','','theoneindicator','','','2014-03-13 16:31:23','2014-03-13 16:31:23','',0,'http://www.thetradingroom.com/?page_id=1298',0,'page','',0),(1299,2,'2014-03-13 16:29:51','2014-03-13 16:29:51','','RQ Ranking screen shot1','','inherit','open','closed','','rq-ranking-screen-shot1','','','2014-03-13 16:29:51','2014-03-13 16:29:51','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/RQ-Ranking-screen-shot1.jpg',0,'attachment','image/jpeg',0),(904,2,'2014-02-11 12:29:52','0000-00-00 00:00:00','Name: <ul>\r\nNiclas Borneskog</ul>\r\n\r\n\r\nHome town: Stockholm, Sweden\r\nJob Title: <em>Government employee</em>\r\nTrading since: 2010\r\nPreferred markets to trade: Commodity and Forex\r\nFavorite approach to trading: Technical analysis with algorithmic trading\r\nMain strategy utilized: Grey and black boxes with Einstein automated trading system\r\nLast trade: Einstein auto trade in Copper (HG)\r\nMost memorable trade: A gold trade with a big profit but insane money management\r\nBiggest Challenge: To minimize drawdowns\r\nPrimary ambition: Always improve my market selection in order to be consistently profitable\r\nRiosQuant member since: February 2012\r\n\r\n\r\n','','','draft','open','closed','','','','','2014-02-11 12:29:52','2014-02-11 12:29:52','',0,'http://www.thetradingroom.com/?p=904',0,'post','',0),(905,2,'2014-02-11 12:28:13','2014-02-11 12:28:13','Name: Niclas Borneskog\r\nHome town: Stockholm, Sweden\r\nJob Title: <em>Government employee</em>\r\nTrading since: 2010\r\nPreferred markets to trade: Commodity and Forex\r\nFavorite approach to trading: Technical analysis with algorithmic trading\r\nMain strategy utilized: Grey and black boxes with Einstein automated trading system\r\nLast trade: Einstein auto trade in Copper (HG)\r\nMost memorable trade: A gold trade with a big profit but insane money management\r\nBiggest Challenge: To minimize drawdowns\r\nPrimary ambition: Always improve my market selection in order to be consistently profitable\r\nRiosQuant member since: February 2012','','','inherit','open','closed','','904-revision-v1','','','2014-02-11 12:28:13','2014-02-11 12:28:13','',904,'http://www.thetradingroom.com/904-revision-v1/',0,'revision','',0),(906,2,'2014-02-11 12:29:52','2014-02-11 12:29:52','Name: <ul>\r\nNiclas Borneskog</ul>\r\n\r\n\r\nHome town: Stockholm, Sweden\r\nJob Title: <em>Government employee</em>\r\nTrading since: 2010\r\nPreferred markets to trade: Commodity and Forex\r\nFavorite approach to trading: Technical analysis with algorithmic trading\r\nMain strategy utilized: Grey and black boxes with Einstein automated trading system\r\nLast trade: Einstein auto trade in Copper (HG)\r\nMost memorable trade: A gold trade with a big profit but insane money management\r\nBiggest Challenge: To minimize drawdowns\r\nPrimary ambition: Always improve my market selection in order to be consistently profitable\r\nRiosQuant member since: February 2012\r\n\r\n\r\n','','','inherit','open','closed','','904-revision-v1','','','2014-02-11 12:29:52','2014-02-11 12:29:52','',904,'http://www.thetradingroom.com/904-revision-v1/',0,'revision','',0),(907,2,'2014-02-12 12:14:48','2014-02-12 12:14:48','<strong>UPDATED 7:00 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks rose for a sixth day, their longest winning streak this year, as companies from ING Groep NV (INGA) to Societe Generale SA (GLE) posted profit that beat estimates, and a report showed Chinese exports surged last month. U.S. index futures and Asian shares also advanced.\r\n\r\n<strong>BONDS</strong> - Treasury 10-year notes declined for a second day before the U.S. sells $24 billion of the securities as the Federal Reserve pledges to keep cutting debt purchases.\r\n\r\n<strong>COMMODITIES</strong> - Gold declined from the highest price since November as rising equities cut demand for a haven and on speculation the metal’s advance will deter physical purchases.\r\n\r\n<strong>CURRENCIES</strong> - Australia’s currency rose to a four-week high after China trade surged.\r\n\r\n<strong>ECONOMIC DATA</strong> - ECB President Draghi Speaks at 10:30, Crude Oil Inventories at 10:30, 10-y Bond Auction at 13:01, Federal Budget Balance at 14:00, Unemployment Rate at 19:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\" alt=\"Hangseng sign\" width=\"604\" height=\"453\" class=\"alignnone size-full wp-image-454\" /></a>\r\n','Pre-Market Open by RiosQuant','','publish','open','closed','','pre-market-open-riosquant','','','2014-02-12 12:14:48','2014-02-12 12:14:48','',0,'http://www.thetradingroom.com/?p=907',0,'post','',0),(908,2,'2014-02-12 12:14:48','2014-02-12 12:14:48','<strong>UPDATED 7:00 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks rose for a sixth day, their longest winning streak this year, as companies from ING Groep NV (INGA) to Societe Generale SA (GLE) posted profit that beat estimates, and a report showed Chinese exports surged last month. U.S. index futures and Asian shares also advanced.\r\n\r\n<strong>BONDS</strong> - Treasury 10-year notes declined for a second day before the U.S. sells $24 billion of the securities as the Federal Reserve pledges to keep cutting debt purchases.\r\n\r\n<strong>COMMODITIES</strong> - Gold declined from the highest price since November as rising equities cut demand for a haven and on speculation the metal’s advance will deter physical purchases.\r\n\r\n<strong>CURRENCIES</strong> - Australia’s currency rose to a four-week high after China trade surged.\r\n\r\n<strong>ECONOMIC DATA</strong> - ECB President Draghi Speaks at 10:30, Crude Oil Inventories at 10:30, 10-y Bond Auction at 13:01, Federal Budget Balance at 14:00, Unemployment Rate at 19:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\" alt=\"Hangseng sign\" width=\"604\" height=\"453\" class=\"alignnone size-full wp-image-454\" /></a>\r\n','Pre-Market Open by RiosQuant','','inherit','open','closed','','907-revision-v1','','','2014-02-12 12:14:48','2014-02-12 12:14:48','',907,'http://www.thetradingroom.com/907-revision-v1/',0,'revision','',0),(909,2,'2014-02-13 00:11:28','2014-02-13 00:11:28','Join RiosQuant trading coaches Joe Contes and Ken Eriksen and discover innovative ways to invest in the stock and option markets. We just closed seven trades this month, five profitable compared to two losing trades. Watch our coaches identify trading opportunities with easy to use tools in a real market environment.\r\n\r\nRegistration is free, simply click on the following link for <a href=\"https://www3.gotomeeting.com/register/414816374\">free access</a>\r\n                        \r\n                             Thursday, February 12th at 3:00 pm ET\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/profit-learn-how.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/profit-learn-how.jpg\" alt=\"profit learn how\" width=\"486\" height=\"378\" class=\"alignnone size-full wp-image-910\" /></a>\r\n\r\nPAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS','Live Trading Event for Stock and Option Investors','','publish','open','closed','','live-trading-event-stock-option-investors','','','2014-02-13 00:11:28','2014-02-13 00:11:28','',0,'http://www.thetradingroom.com/?p=909',0,'post','',0),(1053,2,'2014-02-27 12:19:04','2014-02-27 12:19:04','<strong>UPDATED 7:00 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks declined for a second day as companies from WPP Plc to Allianz SE posted profit that missed estimates. U.S. index futures erased their advance, while Asian shares were little changed.\r\n\r\n<strong>BONDS </strong>- Treasuries rose for a third day as harsh winter weather damped the outlook for the U.S. economy and as political turmoil in Ukraine boosted demand for safer assets.\r\nCOMMODITIES -  Copper traded near the lowest price since December in London amid concern demand is poised to slow in China, the biggest consumer of the metal, as mining companies move to increase production.\r\n\r\n<strong>CURRENCIES</strong> - The Japanese Yen climbed as reports that Russia put fighter jets on combat alert amid rising tensions in Ukraine sparked risk aversion flows.\r\n\r\n<strong>ECONOMIC DATA</strong> -  US Core Durable Goods Orders and Unemployment Claims due at 8:30, Fed Chair Yellen Testifies at 10:00, Natural Gas Storage at 10:30, NZD ANZ Business Confidence at 19:00 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\" alt=\"red clocks pre-market open\" width=\"482\" height=\"394\" class=\"alignnone size-full wp-image-899\" /></a>','Pre-Market Trading Report - Global Financial Markets','','publish','open','closed','','pre-market-trading-report-global-financial-markets-2','','','2014-02-27 12:19:04','2014-02-27 12:19:04','',0,'http://www.thetradingroom.com/?p=1053',0,'post','',0),(911,2,'2014-02-13 00:05:40','2014-02-13 00:05:40','Join RiosQuant trading coaches Joe Contes and Ken Eriksen and discover innovative ways to trade the stock and option markets. We just closed seven trades this month, five profitable trades and two losing trades. Watch our coaches identify trading opportunities with easy to use tools in a real market environment.\r\n\r\nRegistration is free, simply click on the following link for <a href=\"https://www3.gotomeeting.com/register/414816374\">free access</a>\r\n                        \r\n                             Thursday, February 12th at 3:00 pm ET\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/profit-learn-how.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/profit-learn-how.jpg\" alt=\"profit learn how\" width=\"486\" height=\"378\" class=\"alignnone size-full wp-image-910\" /></a>\r\n\r\nPAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS','','','inherit','open','closed','','909-revision-v1','','','2014-02-13 00:05:40','2014-02-13 00:05:40','',909,'http://www.thetradingroom.com/909-revision-v1/',0,'revision','',0),(912,2,'2014-02-13 00:06:19','2014-02-13 00:06:19','Join RiosQuant trading coaches Joe Contes and Ken Eriksen and discover innovative ways to trade the stock and option markets. We just closed seven trades this month, five profitable trades and two losing trades. Watch our coaches identify trading opportunities with easy to use tools in a real market environment.\r\n\r\nRegistration is free, simply click on the following link for <a href=\"https://www3.gotomeeting.com/register/414816374\">free access</a>\r\n                        \r\n                             Thursday, February 12th at 3:00 pm ET\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/profit-learn-how.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/profit-learn-how.jpg\" alt=\"profit learn how\" width=\"486\" height=\"378\" class=\"alignnone size-full wp-image-910\" /></a>\r\n\r\nPAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS','Live Trading Event for Stock and Option Investors','','inherit','open','closed','','909-revision-v1','','','2014-02-13 00:06:19','2014-02-13 00:06:19','',909,'http://www.thetradingroom.com/909-revision-v1/',0,'revision','',0),(913,2,'2014-02-13 00:07:08','2014-02-13 00:07:08','Join RiosQuant trading coaches Joe Contes and Ken Eriksen and discover innovative ways to trade the stock and option markets. We just closed seven trades this month, five profitable trades compared to two losing trades. Watch our coaches identify trading opportunities with easy to use tools in a real market environment.\r\n\r\nRegistration is free, simply click on the following link for <a href=\"https://www3.gotomeeting.com/register/414816374\">free access</a>\r\n                        \r\n                             Thursday, February 12th at 3:00 pm ET\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/profit-learn-how.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/profit-learn-how.jpg\" alt=\"profit learn how\" width=\"486\" height=\"378\" class=\"alignnone size-full wp-image-910\" /></a>\r\n\r\nPAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS','Live Trading Event for Stock and Option Investors','','inherit','open','closed','','909-revision-v1','','','2014-02-13 00:07:08','2014-02-13 00:07:08','',909,'http://www.thetradingroom.com/909-revision-v1/',0,'revision','',0),(914,2,'2014-02-13 00:07:49','2014-02-13 00:07:49','Join RiosQuant trading coaches Joe Contes and Ken Eriksen and discover innovative ways to invest in the stock and option markets. We just closed seven trades this month, five profitable trades compared to two losing trades. Watch our coaches identify trading opportunities with easy to use tools in a real market environment.\r\n\r\nRegistration is free, simply click on the following link for <a href=\"https://www3.gotomeeting.com/register/414816374\">free access</a>\r\n                        \r\n                             Thursday, February 12th at 3:00 pm ET\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/profit-learn-how.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/profit-learn-how.jpg\" alt=\"profit learn how\" width=\"486\" height=\"378\" class=\"alignnone size-full wp-image-910\" /></a>\r\n\r\nPAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS','Live Trading Event for Stock and Option Investors','','inherit','open','closed','','909-revision-v1','','','2014-02-13 00:07:49','2014-02-13 00:07:49','',909,'http://www.thetradingroom.com/909-revision-v1/',0,'revision','',0),(915,2,'2014-02-13 00:08:42','2014-02-13 00:08:42','Join RiosQuant trading coaches Joe Contes and Ken Eriksen and discover innovative ways to invest in the stock and option markets. We just closed seven trades this month, five profitable compared to two losing trades. Watch our coaches identify trading opportunities with easy to use tools in a real market environment.\r\n\r\nRegistration is free, simply click on the following link for <a href=\"https://www3.gotomeeting.com/register/414816374\">free access</a>\r\n                        \r\n                             Thursday, February 12th at 3:00 pm ET\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/profit-learn-how.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/profit-learn-how.jpg\" alt=\"profit learn how\" width=\"486\" height=\"378\" class=\"alignnone size-full wp-image-910\" /></a>\r\n\r\nPAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS','Live Trading Event for Stock and Option Investors','','inherit','open','closed','','909-revision-v1','','','2014-02-13 00:08:42','2014-02-13 00:08:42','',909,'http://www.thetradingroom.com/909-revision-v1/',0,'revision','',0),(916,2,'2014-02-13 17:53:48','2014-02-13 17:53:48','Join RiosQuant trading coaches Joe Contes and Ken Eriksen and discover innovative ways to invest in the stock and option markets. We just closed seven trades this month, five profitable compared to two losing trades. Watch our coaches identify trading opportunities with easy to use tools in a real market environment.\r\n\r\nRegistration is free, simply click on the following link for <a href=\"https://www3.gotomeeting.com/register/414816374\">free access</a>\r\n                        \r\n                             Thursday, February 12th at 3:00 pm ET\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/profit-contes.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/profit-contes.jpg\" alt=\"profit contes\" width=\"310\" height=\"345\" class=\"alignnone size-full wp-image-918\" /></a>\r\n\r\n\r\n\r\nPAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS','Live Trading Event for Stock and Option Investors','','publish','open','closed','','live-trading-event-stock-option-investors-2','','','2014-02-13 17:53:48','2014-02-13 17:53:48','',0,'http://www.thetradingroom.com/?p=916',0,'post','',0),(917,2,'2014-02-13 17:51:53','2014-02-13 17:51:53','Join RiosQuant trading coaches Joe Contes and Ken Eriksen and discover innovative ways to invest in the stock and option markets. We just closed seven trades this month, five profitable compared to two losing trades. Watch our coaches identify trading opportunities with easy to use tools in a real market environment.\r\n\r\nRegistration is free, simply click on the following link for <a href=\"https://www3.gotomeeting.com/register/414816374\">free access</a>\r\n                        \r\n                             Thursday, February 12th at 3:00 pm ET\r\n\r\n\r\n\r\nPAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS','Live Trading Event for Stock and Option Investors','','inherit','open','closed','','916-revision-v1','','','2014-02-13 17:51:53','2014-02-13 17:51:53','',916,'http://www.thetradingroom.com/916-revision-v1/',0,'revision','',0),(918,2,'2014-02-13 17:53:35','2014-02-13 17:53:35','','profit contes','','inherit','open','closed','','profit-contes','','','2014-02-13 17:53:35','2014-02-13 17:53:35','',916,'http://www.thetradingroom.com/wp-content/uploads/2014/02/profit-contes.jpg',0,'attachment','image/jpeg',0),(919,2,'2014-02-13 17:53:48','2014-02-13 17:53:48','Join RiosQuant trading coaches Joe Contes and Ken Eriksen and discover innovative ways to invest in the stock and option markets. We just closed seven trades this month, five profitable compared to two losing trades. Watch our coaches identify trading opportunities with easy to use tools in a real market environment.\r\n\r\nRegistration is free, simply click on the following link for <a href=\"https://www3.gotomeeting.com/register/414816374\">free access</a>\r\n                        \r\n                             Thursday, February 12th at 3:00 pm ET\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/profit-contes.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/profit-contes.jpg\" alt=\"profit contes\" width=\"310\" height=\"345\" class=\"alignnone size-full wp-image-918\" /></a>\r\n\r\n\r\n\r\nPAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS','Live Trading Event for Stock and Option Investors','','inherit','open','closed','','916-revision-v1','','','2014-02-13 17:53:48','2014-02-13 17:53:48','',916,'http://www.thetradingroom.com/916-revision-v1/',0,'revision','',0),(1006,2,'2014-02-23 16:36:02','2014-02-23 16:36:02','','RQ DMS','','inherit','open','closed','','rq-dms','','','2014-02-23 16:36:02','2014-02-23 16:36:02','',207,'http://www.thetradingroom.com/wp-content/uploads/2013/02/RQ-DMS.tif',0,'attachment','image/tiff',0),(921,2,'2014-02-14 12:20:30','2014-02-14 12:20:30','<strong>UPDATED 7:15 ET</strong> \r\n\r\n<strong>STOCKS</strong> - European stocks advanced, extending their weekly gain as a report showed the euro-area economy grew faster in the fourth quarter than anticipated. U.S. stock-index futures and Asian shares were little changed.\r\n\r\n<strong>BONDS</strong> - Treasury market volatility fell to the lowest level in almost nine months after the U.S. Congress approved a 13-month suspension in the federal borrowing limit.\r\n\r\n<strong>COMMODITIES</strong> - Gold headed for the biggest weekly advance since October as U.S. economic data that trailed estimates increased haven demand, with holdings in the biggest exchange-traded product expanding to an almost two-month high. Natural-gas futures headed for the first weekly gain since Jan. 24 in New York as frigid U.S. weather spurs demand for heating fuel, sending inventories to a 10-year seasonal low.\r\n\r\n<strong>CURRENCIES</strong> - The US Dollar weakened before U.S. reports that economists said will show growth in industrial production slowed in January and consumer sentiment worsened this month.\r\n\r\n<strong>ECONOMIC DATA</strong> - CAD Manufacturing Sales due at 8:30, US Industrial Production at 9:15, Prelim UoM Consumer Sentiment at 9:55 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\" alt=\"pre market open Blue board\" width=\"360\" height=\"266\" class=\"alignnone size-full wp-image-886\" /></a>\r\n\r\n','Pre-Market Trading Report','','publish','open','closed','','pre-market-trading-report-2','','','2014-02-14 12:20:30','2014-02-14 12:20:30','',0,'http://www.thetradingroom.com/?p=921',0,'post','',0),(922,2,'2014-02-14 12:20:30','2014-02-14 12:20:30','<strong>UPDATED 7:15 ET</strong> \r\n\r\n<strong>STOCKS</strong> - European stocks advanced, extending their weekly gain as a report showed the euro-area economy grew faster in the fourth quarter than anticipated. U.S. stock-index futures and Asian shares were little changed.\r\n\r\n<strong>BONDS</strong> - Treasury market volatility fell to the lowest level in almost nine months after the U.S. Congress approved a 13-month suspension in the federal borrowing limit.\r\n\r\n<strong>COMMODITIES</strong> - Gold headed for the biggest weekly advance since October as U.S. economic data that trailed estimates increased haven demand, with holdings in the biggest exchange-traded product expanding to an almost two-month high. Natural-gas futures headed for the first weekly gain since Jan. 24 in New York as frigid U.S. weather spurs demand for heating fuel, sending inventories to a 10-year seasonal low.\r\n\r\n<strong>CURRENCIES</strong> - The US Dollar weakened before U.S. reports that economists said will show growth in industrial production slowed in January and consumer sentiment worsened this month.\r\n\r\n<strong>ECONOMIC DATA</strong> - CAD Manufacturing Sales due at 8:30, US Industrial Production at 9:15, Prelim UoM Consumer Sentiment at 9:55 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\" alt=\"pre market open Blue board\" width=\"360\" height=\"266\" class=\"alignnone size-full wp-image-886\" /></a>\r\n\r\n','Pre-Market Trading Report','','inherit','open','closed','','921-revision-v1','','','2014-02-14 12:20:30','2014-02-14 12:20:30','',921,'http://www.thetradingroom.com/921-revision-v1/',0,'revision','',0),(1284,2,'2014-03-11 12:42:20','2014-03-11 12:42:20','<strong>UPDATED 7:15 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks were little changed, paring earlier gains, as investors weighed corporate earnings and watched developments in Ukraine. U.S. index futures were also little changed and Asian shares rose.\r\n\r\n<strong>BONDS</strong> - Treasury market volatility declined to a 10-month low as investors tried to discern how much winter weather is responsible for slowing the economy.\r\n\r\n<strong>COMMODITIES</strong> -  Gold climbed toward a four-month high in London as the standoff between Russia and Ukraine spurred demand for a haven.\r\n\r\n<strong>CURRENCIES</strong> - A gauge of expected currency volatility fell to the lowest in almost 15 months as investors waited to see how a standoff between Ukraine and Russia over the region of Crimea will be resolved.\r\n\r\n<strong>ECONOMIC DATA </strong>- US JOLTS Job Openings due at 10:00, GBP NIESR GDP Estimate at 11:00 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\" alt=\"pre market open Blue board\" width=\"360\" height=\"266\" class=\"aligncenter size-full wp-image-886\" /></a>','Pre-Market Trading Report for Stock, Bond, Commodity and Currency Markets','','publish','open','closed','','pre-market-trading-report-stock-bond-commodity-currency-markets','','','2014-03-11 12:42:20','2014-03-11 12:42:20','',0,'http://www.thetradingroom.com/?p=1284',0,'post','',0),(924,2,'2014-02-14 12:43:52','2014-02-14 12:43:52','Do you have trading logic? Watch the following video and learn how to get your free trial, <a href=\"https://www.dropbox.com/s/etnmhmdc3p3cz9q/RQ_What_if2.avi\">click here.</a>\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-925\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/market-analyzer.jpg\" alt=\"market analyzer\" width=\"1124\" height=\"632\" />The risk of loss in trading commodity futures contracts can be substantial. You should therefore carefully consider whether such trading is suitable for you in light of your financial condition. You may sustain a total loss of the initial margin funds and any additional funds that you deposit with your broker to establish or maintain a position in the commodity futures market. Hypothetical or simulated performance results have certain limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since trades may or may not have been actually executed, the results may have under or over-compensated for the impact, if any of certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation can, will or is being made that any account will, or is likely to, achieve profits or losses similar to those shown in this hypothetical performance record. We recommend that before you start trading to \"Get the Facts\" from the CFTC or visit the National Futures Association web site for additional information.\r\n\r\n&nbsp;','Get Your Trading Logic!','','publish','open','closed','','get-trading-logic','','','2016-10-09 17:24:29','2016-10-09 17:24:29','',0,'http://www.thetradingroom.com/?p=924',0,'post','',0),(925,2,'2014-02-14 12:39:37','2014-02-14 12:39:37','','market analyzer','','inherit','open','closed','','market-analyzer','','','2014-02-14 12:39:37','2014-02-14 12:39:37','',924,'http://www.thetradingroom.com/wp-content/uploads/2014/02/market-analyzer.jpg',0,'attachment','image/jpeg',0),(926,2,'2014-02-14 12:43:52','2014-02-14 12:43:52','Do you have trading logic? Watch the following video and learn how to get your free trial, <a href=\"https://www.dropbox.com/s/etnmhmdc3p3cz9q/RQ_What_if2.avi\">click here.</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/market-analyzer.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/market-analyzer.jpg\" alt=\"market analyzer\" width=\"1124\" height=\"632\" class=\"alignnone size-full wp-image-925\" /></a>','Get Your Trading Logic!','','inherit','open','closed','','924-revision-v1','','','2014-02-14 12:43:52','2014-02-14 12:43:52','',924,'http://www.thetradingroom.com/924-revision-v1/',0,'revision','',0),(1349,2,'2014-03-22 15:20:29','2014-03-22 15:20:29','\r\n<strong>Do you own stocks? Mutual funds?</strong> If the answer is yes, read further! Today\'s Wall Street Journal headline reads “Yellen Debut Rattles Markets”! The new Fed Chair Yellen warns of impending interest rate hikes and when her viewpoint is coupled with the current geo-political instability, we believe a significant correction or even a crash may be coming soon. \r\n\r\n<strong>ARE YOU PROTECTED?</strong>\r\n\r\nJoin RiosQuant coaches Joe Contes and Ken Eriksen Saturday March 22nd at 2 PM EDT and learn why the markets may be on the brink of a downturn. You will also discover an innovative approach to profiting and protecting your gains.\r\n  \r\n<a href=\"https://www3.gotomeeting.com/register/422112438\">Click here to join.</a>\r\n\r\nIf you have money in the markets, this is a presentation you won’t want to miss! \r\nWe will see you Saturday!\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/arrows_set11.gif\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/arrows_set11.gif\" alt=\"arrows_set11\" width=\"387\" height=\"249\" class=\"aligncenter size-full wp-image-1084\" /></a>\r\n','The perfect storm,  are you ready? ','','inherit','open','closed','','1348-revision-v1','','','2014-03-22 15:20:29','2014-03-22 15:20:29','',1348,'http://www.thetradingroom.com/1348-revision-v1/',0,'revision','',0),(1352,2,'2014-03-24 01:53:15','2014-03-24 01:53:15','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/Rios-on-the-markets-3.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/Rios-on-the-markets-3.jpg\" alt=\"Rios on the markets 3\" width=\"487\" height=\"323\" class=\"aligncenter size-full wp-image-874\" /></a>\r\n\r\n<strong>From the Desk of Joe Garcia-Rios</strong>\r\n\r\n<strong>The Week Ahead in the Global Financial Markets</strong>\r\n\r\n<strong>Is volatility knocking at the door? </strong>The Fed statement on Wednesday sent US treasuries significantly lower, causing interest rate yields to spike, especially the shorter term duration. The S&P 500 ended the week slightly higher with the semiconductors, banks and financial sectors outperforming the broader market. In the commodity markets Gold -3.2% and Silver -5.3% led the way down followed by Natural Gas -2.5%. In the currency market the US Dollar rallied from a key support level finishing the week stronger. Technically speaking, the US 10 Year Note finished the week at a key critical support level as identified by the RQ Channel 2 & 7 indicators. Conversely the S&P 500 is close to testing prior highs as identified by the RQ Channel 2 & 7 indicators as a key level . In the week ahead my focus will be on the correlations and the technicals, specifically whether the market benchmarks break out/down from their current levels. My focus will then turn to the RQ- Tech\'s Nextreme indicators in order to identify rotation flows from the institutions. If the US treasuries breakdown will foreign currencies sell-off? If US Treasuries rally will the stock indices tumble? <strong>Will you be ready?</strong>\r\n\r\nJoe Garcia-Rios\r\nChief Market Strategist\r\nwww.riosquant.com\r\n\r\nLive Rooms and Events\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\nMonday through Friday beginning at 7:30 AM ET\r\n<a href=\"https://www3.gotomeeting.com/register/198212078\">https://www3.gotomeeting.com/register/198212078</a>\r\nRQ trade performance coaches include Edward Preston, Steve Schwartz and Joe Garcia-Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading Room en Español</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/587814742\">https://www3.gotomeeting.com/register/587814742</a>\r\nMonday through Friday beginning at 7:30 AM ET\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nMonday, Tuesday, and Thursday beginning at 1:30 PM ET\r\nSubscription Only!\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/860690462\">https://www3.gotomeeting.com/register/860690462</a>\r\nTuesday beginning at 7:30 PM ET\r\nTopic: Rios Quant Levels & RQ Channel Basics\r\n\r\n<strong>SUNDAY</strong>\r\nEconomic Data Release - Market Movers\r\nCNY - HSBC Flash Manufacturing PMI – 9:45 PM ET\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Market Movers\r\nEUR - German Flash Manufacturing PMI – 4:30 AM ET\r\nUSD - Flash Manufacturing PMI – 9:45 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/198212078\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nEUR - German Ifo Business Climate – 5:00 AM ET\r\nGBP - CPI – 5:30 AM ET\r\nUSD - New Home Sales and Consumer Confidence – 10:00 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/198212078\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/860690462\r\nBeginning at 7:30 PM ET\r\nTopic: Rios Quant Levels & RQ Channel Basics\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nAUD - Rba Gov. Stevens Speaks – 2:00 AM ET\r\nUSD - Durable Goods Orders – 8:30 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nNZD - Trade Balance – 5:45 PM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/198212078\r\nBeginning at 7:30 AM ET\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - Retail Sales – 5:30 AM ET\r\nUSD - Unemployment Claims – 8:30 AM ET\r\nUSD - Pending Home Sales – 10:00 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/198212078\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>FRIDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - Current-Account – 5:30 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/198212078\r\nBeginning at 7:30 AM ET\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY \r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS','','','inherit','open','closed','','1351-revision-v1','','','2014-03-24 01:53:15','2014-03-24 01:53:15','',1351,'http://www.thetradingroom.com/1351-revision-v1/',0,'revision','',0),(1348,2,'2014-03-22 15:21:42','2014-03-22 15:21:42','\r\n<strong>Do you own stocks? Mutual funds?</strong> If the answer is yes, read further! Today\'s Wall Street Journal headline reads “Yellen Debut Rattles Markets”! The new Fed Chair Yellen warns of impending interest rate hikes and when her viewpoint is coupled with the current geo-political instability, we believe a significant correction or even a crash may be coming soon. \r\n\r\n<strong>ARE YOU PROTECTED?</strong>\r\n\r\nJoin RiosQuant coaches Joe Contes and Ken Eriksen Saturday March 22nd at 2 PM EDT and learn why the markets may be on the brink of a downturn. You will also discover an innovative approach to profiting and protecting your gains.\r\n  \r\n<a href=\"https://www3.gotomeeting.com/register/422112438\">Click here to join.</a>\r\n\r\nIf you have money in the markets, this is a presentation you won’t want to miss! \r\nWe will see you Saturday!\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/arrows_set11.gif\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/arrows_set11.gif\" alt=\"arrows_set11\" width=\"387\" height=\"249\" class=\"aligncenter size-full wp-image-1084\" /></a>\r\n','The perfect storm,  are you ready? ','','publish','open','closed','','perfect-storm-ready','','','2014-03-22 15:21:42','2014-03-22 15:21:42','',0,'http://www.thetradingroom.com/?p=1348',0,'post','',0),(1347,2,'2014-03-21 11:14:30','2014-03-21 11:14:30','<strong>UPDATED 7:00 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks gained, with the Stoxx Europe 600 Index heading for its biggest weekly advance in five weeks, as investors watched the expiry of derivative contracts. U.S. stock-index futures and Asian shares also rose.\r\n\r\n<strong>BONDS </strong>- The outlook on the U.S.’s AAA credit-ranking was raised to stable from negative by Fitch Ratings after Congress suspended the nation’s debt limit for more than a year, reducing the risk of a default.\r\n\r\n<strong>COMMODITIES</strong> -  Gold rose for the first time in five days in London, trimming a weekly decline, as concern about the crisis over Ukraine increased demand for a haven. Silver advanced.\r\n\r\n<strong>CURRENCIES</strong> - The Australian dollar’s implied volatility may rise along with that for the euro and New Zealand’s kiwi because the Federal Reserve’s interest-rate guidance lacked clarity, Commonwealth Bank of Australia said.\r\n\r\n<strong>ECONOMIC DATA</strong> - CAD Core CPI and Retail Sales due at 8:30, FOMC Member Fisher Speaks at 13:45 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\" alt=\"pre market open Blue board\" width=\"360\" height=\"266\" class=\"aligncenter size-full wp-image-886\" /></a>\r\n\r\n','Pre-Market Trading Report for Stocks, Bonds, Commodity and Forex','','inherit','open','closed','','1346-revision-v1','','','2014-03-21 11:14:30','2014-03-21 11:14:30','',1346,'http://www.thetradingroom.com/1346-revision-v1/',0,'revision','',0),(1343,2,'2014-03-19 12:12:54','2014-03-19 12:12:54','<strong>UPDATED 7:30 ET </strong>\r\n\r\n<strong>STOCKS </strong>- European stocks were little changed, after equities rose for two days, as investors awaited a policy decision by the Federal Reserve. U.S. index futures were also little changed, while Asian shares dropped.\r\n\r\n<strong>BONDS</strong> - Treasury yields were in the tightest range in nearly seven years as traders weighed prospects for Federal Reserve bond tapering against concern tension between the U.S. and Russia over Crimea will increase.\r\n\r\n<strong>COMMODITIES</strong> -  Copper fell in London after the collapse of a private real-estate developer in China, the biggest consumer of the metal, fueled concern demand is set to weaken amid defaults by indebted companies.\r\n\r\n<strong>CURRENCIES</strong> - The pound strengthened after the Bank of England said there’s a risk of further gains as Britain’s economy recovers and a government report showed the U.K. jobless rate was near a five-year low.\r\n\r\n<strong>ECONOMIC DATA</strong> - GBP Annual Budget Release due at 8:30, Crude Oil Inventories at 10:30, SNB Chairman Jordan Speaks at 13:45, FOMC Statement at 14:00, FOMC Press Conference at 14:30, NZD GDP at 17:45 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\" alt=\"Hangseng sign\" width=\"604\" height=\"453\" class=\"aligncenter size-full wp-image-454\" /></a>\r\n\r\n','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1342-revision-v1','','','2014-03-19 12:12:54','2014-03-19 12:12:54','',1342,'http://www.thetradingroom.com/1342-revision-v1/',0,'revision','',0),(1344,2,'2014-03-20 11:29:17','2014-03-20 11:29:17','<strong>UPDATED 7:20 ET </strong>\r\n\r\n<strong>STOCKS</strong> -European stocks fell after Federal Reserve Chair Janet Yellen signaled benchmark interest rates could rise about six months after the central bank ends bond purchases. U.S. index futures were little changed, while Asian shares dropped.\r\n\r\n<strong>BONDS</strong> - Treasuries climbed, pushing yields lower after the biggest advance in four months spurred by comments from the Fed that signaled interest rates may rise by the middle of next year.\r\n\r\n<strong>COMMODITIES</strong> -  Gold traded near the lowest in almost three weeks as investors weighed the U.S. Federal Reserve’s indication that it will raise interest rates next year against the crisis over Ukraine. Silver declined.\r\n\r\n<strong>CURRENCIES</strong> - The US Dollar strengthened for a second day against the euro after Federal Reserve policy makers signaled they will probably raise interest rates by the middle of next year.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Unemployment Claims due at 8:30, Existing Home Sales and Philly Fed Manufacturing Index at 10:00, Natural Gas Storage at 10:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News-1024x550.jpg\" alt=\"Direct-Market-Touch-Stock-Exchange-News\" width=\"570\" height=\"306\" class=\"aligncenter size-large wp-image-442\" /></a>','Pre-Market Trading Report for Stock, Bond, Commodity and Forex Markets','','publish','open','closed','','pre-market-trading-report-stock-bond-commodity-forex-markets','','','2014-03-20 11:29:17','2014-03-20 11:29:17','',0,'http://www.thetradingroom.com/?p=1344',0,'post','',0),(1345,2,'2014-03-20 11:29:17','2014-03-20 11:29:17','<strong>UPDATED 7:20 ET </strong>\r\n\r\n<strong>STOCKS</strong> -European stocks fell after Federal Reserve Chair Janet Yellen signaled benchmark interest rates could rise about six months after the central bank ends bond purchases. U.S. index futures were little changed, while Asian shares dropped.\r\n\r\n<strong>BONDS</strong> - Treasuries climbed, pushing yields lower after the biggest advance in four months spurred by comments from the Fed that signaled interest rates may rise by the middle of next year.\r\n\r\n<strong>COMMODITIES</strong> -  Gold traded near the lowest in almost three weeks as investors weighed the U.S. Federal Reserve’s indication that it will raise interest rates next year against the crisis over Ukraine. Silver declined.\r\n\r\n<strong>CURRENCIES</strong> - The US Dollar strengthened for a second day against the euro after Federal Reserve policy makers signaled they will probably raise interest rates by the middle of next year.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Unemployment Claims due at 8:30, Existing Home Sales and Philly Fed Manufacturing Index at 10:00, Natural Gas Storage at 10:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News-1024x550.jpg\" alt=\"Direct-Market-Touch-Stock-Exchange-News\" width=\"570\" height=\"306\" class=\"aligncenter size-large wp-image-442\" /></a>','Pre-Market Trading Report for Stock, Bond, Commodity and Forex Markets','','inherit','open','closed','','1344-revision-v1','','','2014-03-20 11:29:17','2014-03-20 11:29:17','',1344,'http://www.thetradingroom.com/1344-revision-v1/',0,'revision','',0),(997,2,'2014-02-20 01:14:01','2014-02-20 01:14:01','','derek','','inherit','open','closed','','derek','','','2014-02-20 01:14:01','2014-02-20 01:14:01','',987,'http://www.thetradingroom.com/wp-content/uploads/2014/02/derek.jpg',0,'attachment','image/jpeg',0),(1355,2,'2014-03-24 02:06:56','2014-03-24 02:06:56','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/Rios-on-the-markets-3.jpg\"><img class=\"aligncenter size-full wp-image-874\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/Rios-on-the-markets-3.jpg\" alt=\"Rios on the markets 3\" width=\"487\" height=\"323\" /></a>\r\n\r\n<strong>From the Desk of Joe Garcia-Rios</strong>\r\n\r\n<strong>The Week Ahead in the Global Financial Markets</strong>\r\n\r\n<strong>Is volatility knocking at the door? </strong>The Fed statement on Wednesday sent US treasuries significantly lower, causing interest rate yields to spike, especially the shorter term duration. The S&amp;P 500 ended the week slightly higher with the semiconductors, banks and financial sectors outperforming the broader market. In the commodity markets Gold -3.2% and Silver -5.3% led the way down followed by Natural Gas -2.5%. In the currency market the US Dollar rallied from a key support level finishing the week stronger. Technically speaking, the US 10 Year Note finished the week at a key critical support level as identified by the RQ Channel 2 &amp; 7 indicators. Conversely the S&amp;P 500 is close to testing prior highs as identified by the RQ Channel 2 &amp; 7 indicators as a key level . In the week ahead my focus will be on the correlations and the technicals, specifically whether the market benchmarks break out/down from their current levels. My focus will then turn to the RQ- Tech\'s Nextreme indicators in order to identify rotation flows from the institutions. If the US treasuries breakdown will foreign currencies sell-off? If US Treasuries rally will the stock indices tumble? <strong>Will you be ready?</strong>\r\n\r\nJoe Garcia-Rios\r\nChief Market Strategist\r\nwww.riosquant.com\r\n\r\nLive Rooms and Events\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs:\r\nAmber Little, RQ Client Relations Manager\r\nemail: amber@riosquant.com\r\nskype: alittlemobile\r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\nMonday through Friday beginning at 7:30 AM ET\r\n<a href=\"https://www3.gotomeeting.com/register/198212078\">https://www3.gotomeeting.com/register/198212078</a>\r\nRQ trade performance coaches include Edward Preston, Steve Schwartz and Joe Garcia-Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<strong>Rios Quant Trading Room en Español</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/587814742\">https://www3.gotomeeting.com/register/587814742</a>\r\nMonday through Friday beginning at 7:30 AM ET\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta.\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nMonday, Tuesday, and Thursday beginning at 1:30 PM ET\r\nSubscription Only!\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/860690462\">https://www3.gotomeeting.com/register/860690462</a>\r\nTuesday beginning at 7:30 PM ET\r\nTopic: Rios Quant Levels &amp; RQ Channel Basics\r\n\r\n<strong>SUNDAY</strong>\r\nEconomic Data Release - Market Movers\r\nCNY - HSBC Flash Manufacturing PMI – 9:45 PM ET\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Market Movers\r\nEUR - German Flash Manufacturing PMI – 4:30 AM ET\r\nUSD - Flash Manufacturing PMI – 9:45 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/198212078\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nEUR - German Ifo Business Climate – 5:00 AM ET\r\nGBP - CPI – 5:30 AM ET\r\nUSD - New Home Sales and Consumer Confidence – 10:00 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/198212078\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/860690462\r\nBeginning at 7:30 PM ET\r\nTopic: Rios Quant Levels &amp; RQ Channel Basics\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nAUD - Rba Gov. Stevens Speaks – 2:00 AM ET\r\nUSD - Durable Goods Orders – 8:30 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nNZD - Trade Balance – 5:45 PM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/198212078\r\nBeginning at 7:30 AM ET\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - Retail Sales – 5:30 AM ET\r\nUSD - Unemployment Claims – 8:30 AM ET\r\nUSD - Pending Home Sales – 10:00 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/198212078\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>FRIDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - Current-Account – 5:30 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/198212078\r\nBeginning at 7:30 AM ET\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY\r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS','The Week Ahead in the Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-5','','','2014-05-09 01:59:01','2014-05-09 01:59:01','',0,'http://www.thetradingroom.com/?p=1355',0,'post','',0),(951,2,'2014-02-15 20:29:07','2014-02-15 20:29:07','','niclas7','','inherit','open','closed','','niclas7','','','2014-02-15 20:29:07','2014-02-15 20:29:07','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/02/niclas7.jpg',0,'attachment','image/jpeg',0),(998,2,'2014-02-20 01:17:03','2014-02-20 01:17:03','Name: <strong><em>Derek Thomas </em></strong>\r\n\r\nHome town: <strong><em>Reno, Nevada</em> </strong>\r\n\r\nJob Title: <strong><em>CEO / Business Owner</em></strong>\r\n\r\nTrading since:<strong><em> 2009 </em></strong>\r\n\r\nPreferred markets to trade: <strong><em>Crude Oil, Natural Gas, Gold, Silver and the Russell futures</em> </strong>\r\n\r\nFavorite approach to trading: <strong><em>Momentum day trading, scalping the financial futures</em></strong>\r\n\r\nMain strategy utilized: <strong><em>Momentum </em></strong>\r\n\r\nLast trade: <strong><em>Silver for $450 profit</em></strong>\r\n\r\nMost memorable trade: <strong><em>Natural Gas for $1,980 profit</em></strong>\r\n\r\nBiggest Challenge: <strong><em>Patience, patience, patience!!! </em></strong>\r\n\r\nPrimary ambition: <strong><em>Trade for a living </em></strong>\r\n\r\nRiosQuant member since: <strong><em>June 2013</em></strong>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/derek.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/derek.jpg\" alt=\"derek\" width=\"615\" height=\"404\" class=\"alignnone size-full wp-image-997\" /></a>\r\n\r\n\r\n\r\n\r\n\r\n','Meet Members - RiosQuant Traders','','inherit','open','closed','','987-revision-v1','','','2014-02-20 01:17:03','2014-02-20 01:17:03','',987,'http://www.thetradingroom.com/987-revision-v1/',0,'revision','',0),(1340,2,'2014-03-18 15:39:55','2014-03-18 15:39:55','','einstein sf 3-18','','inherit','open','closed','','einstein-sf-3-18','','','2014-03-18 15:39:55','2014-03-18 15:39:55','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/einstein-sf-3-18.jpg',0,'attachment','image/jpeg',0),(1342,2,'2014-03-19 12:12:54','2014-03-19 12:12:54','<strong>UPDATED 7:30 ET </strong>\r\n\r\n<strong>STOCKS </strong>- European stocks were little changed, after equities rose for two days, as investors awaited a policy decision by the Federal Reserve. U.S. index futures were also little changed, while Asian shares dropped.\r\n\r\n<strong>BONDS</strong> - Treasury yields were in the tightest range in nearly seven years as traders weighed prospects for Federal Reserve bond tapering against concern tension between the U.S. and Russia over Crimea will increase.\r\n\r\n<strong>COMMODITIES</strong> -  Copper fell in London after the collapse of a private real-estate developer in China, the biggest consumer of the metal, fueled concern demand is set to weaken amid defaults by indebted companies.\r\n\r\n<strong>CURRENCIES</strong> - The pound strengthened after the Bank of England said there’s a risk of further gains as Britain’s economy recovers and a government report showed the U.K. jobless rate was near a five-year low.\r\n\r\n<strong>ECONOMIC DATA</strong> - GBP Annual Budget Release due at 8:30, Crude Oil Inventories at 10:30, SNB Chairman Jordan Speaks at 13:45, FOMC Statement at 14:00, FOMC Press Conference at 14:30, NZD GDP at 17:45 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\" alt=\"Hangseng sign\" width=\"604\" height=\"453\" class=\"aligncenter size-full wp-image-454\" /></a>\r\n\r\n','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-2','','','2014-03-19 12:12:54','2014-03-19 12:12:54','',0,'http://www.thetradingroom.com/?p=1342',0,'post','',0),(955,2,'2014-02-15 20:34:57','2014-02-15 20:34:57','','joe its my life fb frame adjusted','','inherit','open','closed','','joe-its-my-life-fb-frame-adjusted','','','2014-02-15 20:34:57','2014-02-15 20:34:57','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/02/joe-its-my-life-fb-frame-adjusted.jpg',0,'attachment','image/jpeg',0),(1354,2,'2014-03-24 02:03:09','2014-03-24 02:03:09','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/Rios-on-the-markets-3.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/Rios-on-the-markets-3.jpg\" alt=\"Rios on the markets 3\" width=\"487\" height=\"323\" class=\"aligncenter size-full wp-image-874\" /></a>\r\n\r\n<strong>From the Desk of Joe Garcia-Rios</strong>\r\n\r\n<strong>The Week Ahead in the Global Financial Markets</strong>\r\n\r\n<strong>Is volatility knocking at the door? </strong>The Fed statement on Wednesday sent US treasuries significantly lower, causing interest rate yields to spike, especially the shorter term duration. The S&P 500 ended the week slightly higher with the semiconductors, banks and financial sectors outperforming the broader market. In the commodity markets Gold -3.2% and Silver -5.3% led the way down followed by Natural Gas -2.5%. In the currency market the US Dollar rallied from a key support level finishing the week stronger. Technically speaking, the US 10 Year Note finished the week at a key critical support level as identified by the RQ Channel 2 & 7 indicators. Conversely the S&P 500 is close to testing prior highs as identified by the RQ Channel 2 & 7 indicators as a key level . In the week ahead my focus will be on the correlations and the technicals, specifically whether the market benchmarks break out/down from their current levels. My focus will then turn to the RQ- Tech\'s Nextreme indicators in order to identify rotation flows from the institutions. If the US treasuries breakdown will foreign currencies sell-off? If US Treasuries rally will the stock indices tumble? <strong>Will you be ready?</strong>\r\n\r\nJoe Garcia-Rios\r\nChief Market Strategist\r\nwww.riosquant.com\r\n\r\nLive Rooms and Events\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\nMonday through Friday beginning at 7:30 AM ET\r\n<a href=\"https://www3.gotomeeting.com/register/198212078\">https://www3.gotomeeting.com/register/198212078</a>\r\nRQ trade performance coaches include Edward Preston, Steve Schwartz and Joe Garcia-Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading Room en Español</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/587814742\">https://www3.gotomeeting.com/register/587814742</a>\r\nMonday through Friday beginning at 7:30 AM ET\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nMonday, Tuesday, and Thursday beginning at 1:30 PM ET\r\nSubscription Only!\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/860690462\">https://www3.gotomeeting.com/register/860690462</a>\r\nTuesday beginning at 7:30 PM ET\r\nTopic: Rios Quant Levels & RQ Channel Basics\r\n\r\n<strong>SUNDAY</strong>\r\nEconomic Data Release - Market Movers\r\nCNY - HSBC Flash Manufacturing PMI – 9:45 PM ET\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Market Movers\r\nEUR - German Flash Manufacturing PMI – 4:30 AM ET\r\nUSD - Flash Manufacturing PMI – 9:45 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/198212078\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nEUR - German Ifo Business Climate – 5:00 AM ET\r\nGBP - CPI – 5:30 AM ET\r\nUSD - New Home Sales and Consumer Confidence – 10:00 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/198212078\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/860690462\r\nBeginning at 7:30 PM ET\r\nTopic: Rios Quant Levels & RQ Channel Basics\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nAUD - Rba Gov. Stevens Speaks – 2:00 AM ET\r\nUSD - Durable Goods Orders – 8:30 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nNZD - Trade Balance – 5:45 PM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/198212078\r\nBeginning at 7:30 AM ET\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - Retail Sales – 5:30 AM ET\r\nUSD - Unemployment Claims – 8:30 AM ET\r\nUSD - Pending Home Sales – 10:00 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/198212078\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>FRIDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - Current-Account – 5:30 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/198212078\r\nBeginning at 7:30 AM ET\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY \r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1351-autosave-v1','','','2014-03-24 02:03:09','2014-03-24 02:03:09','',1351,'http://www.thetradingroom.com/1351-autosave-v1/',0,'revision','',0),(1353,2,'2014-03-24 02:01:00','2014-03-24 02:01:00','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/Rios-on-the-markets-3.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/Rios-on-the-markets-3.jpg\" alt=\"Rios on the markets 3\" width=\"487\" height=\"323\" class=\"aligncenter size-full wp-image-874\" /></a>\r\n\r\n<strong>From the Desk of Joe Garcia-Rios</strong>\r\n\r\n<strong>The Week Ahead in the Global Financial Markets</strong>\r\n\r\n<strong>Is volatility knocking at the door? </strong>The Fed statement on Wednesday sent US treasuries significantly lower, causing interest rate yields to spike, especially the shorter term duration. The S&P 500 ended the week slightly higher with the semiconductors, banks and financial sectors outperforming the broader market. In the commodity markets Gold -3.2% and Silver -5.3% led the way down followed by Natural Gas -2.5%. In the currency market the US Dollar rallied from a key support level finishing the week stronger. Technically speaking, the US 10 Year Note finished the week at a key critical support level as identified by the RQ Channel 2 & 7 indicators. Conversely the S&P 500 is close to testing prior highs as identified by the RQ Channel 2 & 7 indicators as a key level . In the week ahead my focus will be on the correlations and the technicals, specifically whether the market benchmarks break out/down from their current levels. My focus will then turn to the RQ- Tech\'s Nextreme indicators in order to identify rotation flows from the institutions. If the US treasuries breakdown will foreign currencies sell-off? If US Treasuries rally will the stock indices tumble? <strong>Will you be ready?</strong>\r\n\r\nJoe Garcia-Rios\r\nChief Market Strategist\r\nwww.riosquant.com\r\n\r\nLive Rooms and Events\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\nMonday through Friday beginning at 7:30 AM ET\r\n<a href=\"https://www3.gotomeeting.com/register/198212078\">https://www3.gotomeeting.com/register/198212078</a>\r\nRQ trade performance coaches include Edward Preston, Steve Schwartz and Joe Garcia-Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading Room en Español</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/587814742\">https://www3.gotomeeting.com/register/587814742</a>\r\nMonday through Friday beginning at 7:30 AM ET\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nMonday, Tuesday, and Thursday beginning at 1:30 PM ET\r\nSubscription Only!\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/860690462\">https://www3.gotomeeting.com/register/860690462</a>\r\nTuesday beginning at 7:30 PM ET\r\nTopic: Rios Quant Levels & RQ Channel Basics\r\n\r\n<strong>SUNDAY</strong>\r\nEconomic Data Release - Market Movers\r\nCNY - HSBC Flash Manufacturing PMI – 9:45 PM ET\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Market Movers\r\nEUR - German Flash Manufacturing PMI – 4:30 AM ET\r\nUSD - Flash Manufacturing PMI – 9:45 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/198212078\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nEUR - German Ifo Business Climate – 5:00 AM ET\r\nGBP - CPI – 5:30 AM ET\r\nUSD - New Home Sales and Consumer Confidence – 10:00 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/198212078\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/860690462\r\nBeginning at 7:30 PM ET\r\nTopic: Rios Quant Levels & RQ Channel Basics\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nAUD - Rba Gov. Stevens Speaks – 2:00 AM ET\r\nUSD - Durable Goods Orders – 8:30 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nNZD - Trade Balance – 5:45 PM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/198212078\r\nBeginning at 7:30 AM ET\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - Retail Sales – 5:30 AM ET\r\nUSD - Unemployment Claims – 8:30 AM ET\r\nUSD - Pending Home Sales – 10:00 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/198212078\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>FRIDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - Current-Account – 5:30 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/198212078\r\nBeginning at 7:30 AM ET\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY \r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1351-revision-v1','','','2014-03-24 02:01:00','2014-03-24 02:01:00','',1351,'http://www.thetradingroom.com/1351-revision-v1/',0,'revision','',0),(964,2,'2014-02-15 20:52:13','2014-02-15 20:52:13','Name: <strong><em>Niclas Borneskog</em></strong>\r\n\r\nHome town: <strong><em>Stockholm, Sweden</em></strong>\r\n\r\nJob Title: <strong><em>Government employee</em></strong>\r\n\r\nTrading since: <strong><em>2010\r\n</em></strong>\r\nPreferred markets to trade: <strong><em>Commodity and Forex </em></strong>\r\n\r\nFavorite approach to trading: <strong><em>Technical analysis with algorithmic trading</em></strong>\r\n\r\nMain strategy utilized: <strong><em>Grey and black boxes with Einstein automated trading system\r\n</em></strong>\r\nLast trade: <strong><em>Einstein auto trade in Copper (HG)</em>\r\n</strong>\r\nMost memorable trade: <strong><em>A gold trade with a big profit but insane money management </em>\r\n</strong>\r\nBiggest Challenge:<strong> <em>To minimize drawdowns</em></strong>\r\n\r\nPrimary ambition: <strong><em>Always improve my market selection in order to be consistently profitable</em>\r\n</strong>\r\n\r\nRiosQuant member since: <strong><em>February 2012</em></strong>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/niclas9.jpg\"><img class=\"alignnone size-full wp-image-965\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/niclas9.jpg\" alt=\"niclas9\" width=\"515\" height=\"430\" /></a>\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nTESTIMONIALS ARE NOT INDICATIVE OF FUTURE PERFORMANCE OR SUCCESS\r\n\r\n&nbsp;','Meet Members - RiosQuant Traders','','publish','open','closed','','964','','','2016-10-09 17:44:39','2016-10-09 17:44:39','',0,'http://www.thetradingroom.com/?p=964',0,'post','',0),(965,2,'2014-02-15 20:51:16','2014-02-15 20:51:16','','niclas9','','inherit','open','closed','','niclas9','','','2014-02-15 20:51:16','2014-02-15 20:51:16','',964,'http://www.thetradingroom.com/wp-content/uploads/2014/02/niclas9.jpg',0,'attachment','image/jpeg',0),(966,2,'2014-02-15 20:52:13','2014-02-15 20:52:13','Name: <strong><em>Niclas Borneskog</em></strong>\r\n\r\nHome town: <strong><em>Stockholm, Sweden</em></strong>\r\n\r\nJob Title: <strong><em>Government employee</em></strong>\r\n\r\nTrading since: <strong><em>2010\r\n</em></strong>\r\nPreferred markets to trade: <strong><em>Commodity and Forex </em></strong>\r\n\r\nFavorite approach to trading: <strong><em>Technical analysis with algorithmic trading</em></strong>\r\n\r\nMain strategy utilized: <strong><em>Grey and black boxes with Einstein automated trading system\r\n</em></strong>\r\nLast trade: <strong><em>Einstein auto  trade in Copper (HG)</em>\r\n</strong>\r\nMost memorable trade: <strong><em>A gold trade with a big profit but insane money management  </em>\r\n</strong>\r\nBiggest Challenge:<strong> <em>To minimize drawdowns</em></strong>\r\n\r\nPrimary ambition: <strong><em>Always improve my market selection in order to be consistently profitable</em>\r\n</strong>\r\n\r\nRiosQuant member since: <strong><em>February 2012</em></strong>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/niclas9.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/niclas9.jpg\" alt=\"niclas9\" width=\"515\" height=\"430\" class=\"alignnone size-full wp-image-965\" /></a>\r\n','','','inherit','open','closed','','964-revision-v1','','','2014-02-15 20:52:13','2014-02-15 20:52:13','',964,'http://www.thetradingroom.com/964-revision-v1/',0,'revision','',0),(967,2,'2014-02-15 20:52:32','2014-02-15 20:52:32','Name: <strong><em>Niclas Borneskog</em></strong>\r\n\r\nHome town: <strong><em>Stockholm, Sweden</em></strong>\r\n\r\nJob Title: <strong><em>Government employee</em></strong>\r\n\r\nTrading since: <strong><em>2010\r\n</em></strong>\r\nPreferred markets to trade: <strong><em>Commodity and Forex </em></strong>\r\n\r\nFavorite approach to trading: <strong><em>Technical analysis with algorithmic trading</em></strong>\r\n\r\nMain strategy utilized: <strong><em>Grey and black boxes with Einstein automated trading system\r\n</em></strong>\r\nLast trade: <strong><em>Einstein auto  trade in Copper (HG)</em>\r\n</strong>\r\nMost memorable trade: <strong><em>A gold trade with a big profit but insane money management  </em>\r\n</strong>\r\nBiggest Challenge:<strong> <em>To minimize drawdowns</em></strong>\r\n\r\nPrimary ambition: <strong><em>Always improve my market selection in order to be consistently profitable</em>\r\n</strong>\r\n\r\nRiosQuant member since: <strong><em>February 2012</em></strong>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/niclas9.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/niclas9.jpg\" alt=\"niclas9\" width=\"515\" height=\"430\" class=\"alignnone size-full wp-image-965\" /></a>\r\n','Meet Members - RiosQuant Traders','','inherit','open','closed','','964-revision-v1','','','2014-02-15 20:52:32','2014-02-15 20:52:32','',964,'http://www.thetradingroom.com/964-revision-v1/',0,'revision','',0),(968,2,'2014-02-15 20:53:34','2014-02-15 20:53:34','Name: <strong><em>Niclas Borneskog</em></strong>\n\nHome town: <strong><em>Stockholm, Sweden</em></strong>\n\nJob Title: <strong><em>Government employee</em></strong>\n\nTrading since: <strong><em>2010\n</em></strong>\nPreferred markets to trade: <strong><em>Commodity and Forex </em></strong>\n\nFavorite approach to trading: <strong><em>Technical analysis with algorithmic trading</em></strong>\n\nMain strategy utilized: <strong><em>Grey and black boxes with Einstein automated trading system\n</em></strong>\nLast trade: <strong><em>Einstein auto  trade in Copper (HG)</em>\n</strong>\nMost memorable trade: <strong><em>A gold trade with a big profit but insane money management  </em>\n</strong>\nBiggest Challenge:<strong> <em>To minimize drawdowns</em></strong>\n\nPrimary ambition: <strong><em>Always improve my market selection in order to be consistently profitable</em>\n</strong>\n\nRiosQuant member since: <strong><em>February 2012</em></strong>\n\n\n','Meet Members - RiosQuant Traders','','inherit','open','closed','','964-autosave-v1','','','2014-02-15 20:53:34','2014-02-15 20:53:34','',964,'http://www.thetradingroom.com/964-autosave-v1/',0,'revision','',0),(969,2,'2014-02-15 21:06:48','2014-02-15 21:06:48','Name:<strong> <em>Pierre Saez</em></strong>\r\n\r\nHome town: <strong><em>Green Brook, NJ USA</em></strong>\r\n\r\nHobbies: <strong><em>A golf nut!</em></strong>\r\n\r\nTrading since: <strong><em>2012</em></strong>\r\n\r\nPreferred markets to trade:<strong><em> Futures</em></strong>\r\n\r\nFavorite approach to trading: <strong><em>Momentum &amp;Trend follower</em></strong>\r\n\r\nMain strategy utilized: <strong><em>Rios Quant</em></strong>\r\n\r\nLast trade: <strong><em>Short GC on Friday 02/07/14 @ 9:06 with 2 lots for a $400 profit</em></strong>\r\n\r\nMost memorable trade:<strong><em> Mistake made early on using Trade Station wanting to go short 1 lot in Natural Gas instead went short 5 lots started to go against me but then reversed and gave me a Lucky $1500 profit. The lesson I learned was to be careful using Chart Trading function on Trade Station.</em></strong>\r\n\r\nBiggest Challenge: <strong><em>Patience</em></strong>\r\n\r\nPrimary ambition: <strong><em>Be able to make a living trading</em></strong>\r\n\r\nRiosQuant member since: <strong><em>March 2012</em></strong>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/Pierre-pic.jpg\"><img class=\"alignnone size-full wp-image-971\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/Pierre-pic.jpg\" alt=\"Pierre pic\" width=\"557\" height=\"363\" /></a>\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nTESTIMONIALS ARE NOT INDICATIVE OF FUTURE PERFORMANCE OR SUCCESS\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Meet Members - RiosQuant Traders','','publish','open','closed','','meet-members-riosquant-traders-2','','','2016-10-09 17:43:54','2016-10-09 17:43:54','',0,'http://www.thetradingroom.com/?p=969',0,'post','',0),(970,2,'2014-02-15 21:06:48','2014-02-15 21:06:48','Name:<strong> <em>Pierre Saez</em></strong>\r\n\r\nHome town: <strong><em>Green Brook, NJ USA</em></strong>\r\n\r\nHobbies: <strong><em>A golf nut!</em></strong>\r\n\r\nTrading since: <strong><em>2012</em></strong>\r\n\r\nPreferred markets to trade:<strong><em> Futures</em></strong>\r\n\r\nFavorite approach to trading: <strong><em>Momentum &Trend follower</em></strong>\r\n\r\nMain strategy utilized: <strong><em>Rios Quant</em></strong>\r\n\r\nLast trade: <strong><em>Short GC on Friday 02/07/14 @ 9:06 with 2 lots for a $400 profit</em></strong>\r\n\r\nMost memorable trade:<strong><em> Mistake made early on using Trade Station wanting to go short 1 lot in Natural Gas instead went short 5 lots started to go against me but then reversed and gave me a Lucky $1500 profit. The lesson I learned was to be careful using Chart Trading function on Trade Station.</em></strong>\r\n\r\nBiggest Challenge: <strong><em>Patience</em></strong>\r\n\r\nPrimary ambition: <strong><em>Be able to make a living trading</em></strong>\r\n\r\nRiosQuant member since: <strong><em>March 2012</em></strong>\r\n\r\n\r\n','Meet Members - RiosQuant Traders','','inherit','open','closed','','969-revision-v1','','','2014-02-15 21:06:48','2014-02-15 21:06:48','',969,'http://www.thetradingroom.com/969-revision-v1/',0,'revision','',0),(971,2,'2014-02-15 21:07:39','2014-02-15 21:07:39','','Pierre pic','','inherit','open','closed','','pierre-pic','','','2014-02-15 21:07:39','2014-02-15 21:07:39','',969,'http://www.thetradingroom.com/wp-content/uploads/2014/02/Pierre-pic.jpg',0,'attachment','image/jpeg',0),(972,2,'2014-02-15 21:07:48','2014-02-15 21:07:48','Name:<strong> <em>Pierre Saez</em></strong>\r\n\r\nHome town: <strong><em>Green Brook, NJ USA</em></strong>\r\n\r\nHobbies: <strong><em>A golf nut!</em></strong>\r\n\r\nTrading since: <strong><em>2012</em></strong>\r\n\r\nPreferred markets to trade:<strong><em> Futures</em></strong>\r\n\r\nFavorite approach to trading: <strong><em>Momentum &Trend follower</em></strong>\r\n\r\nMain strategy utilized: <strong><em>Rios Quant</em></strong>\r\n\r\nLast trade: <strong><em>Short GC on Friday 02/07/14 @ 9:06 with 2 lots for a $400 profit</em></strong>\r\n\r\nMost memorable trade:<strong><em> Mistake made early on using Trade Station wanting to go short 1 lot in Natural Gas instead went short 5 lots started to go against me but then reversed and gave me a Lucky $1500 profit. The lesson I learned was to be careful using Chart Trading function on Trade Station.</em></strong>\r\n\r\nBiggest Challenge: <strong><em>Patience</em></strong>\r\n\r\nPrimary ambition: <strong><em>Be able to make a living trading</em></strong>\r\n\r\nRiosQuant member since: <strong><em>March 2012</em></strong>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/Pierre-pic.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/Pierre-pic.jpg\" alt=\"Pierre pic\" width=\"557\" height=\"363\" class=\"alignnone size-full wp-image-971\" /></a>\r\n\r\n\r\n','Meet Members - RiosQuant Traders','','inherit','open','closed','','969-revision-v1','','','2014-02-15 21:07:48','2014-02-15 21:07:48','',969,'http://www.thetradingroom.com/969-revision-v1/',0,'revision','',0),(973,2,'2014-02-15 22:03:48','2014-02-15 22:03:48','Name: <strong><em>Jane Richards</em></strong>\r\n	\r\nHome town: <strong> <em>Adelaide,  Australia</em></strong>\r\n\r\nJob Title: <strong><em>Derivatives Trader and Vigneron</em></strong>\r\n\r\nTrading since: <strong><em>2007</em></strong>\r\n\r\nPreferred markets to trade: <strong><em>Futures and Forex</em></strong>\r\n\r\nFavorite approach to trading: <strong><em>Break of support or resistance during peak trading times for that market</em></strong>\r\n\r\nMain strategy utilized: <strong><em>RQ Channel breaks</em></strong>\r\n\r\nLast trade: <strong><em>Aussie dollar long, profitable. RQ 2&7 break during the London session</em></strong>\r\n\r\nMost memorable trade: <strong><em><strong><em>Oil long, $2,200 per contract</em></strong></em></strong>\r\n\r\nBiggest Challenge: <strong><em>Time Zone issues for trading the USA market, 4 kids as a single parent and sticking to my profit targets</em></strong>\r\n\r\nPrimary ambition: <strong><em>to stay “unemployed” and put 4 kids though private school!</em></strong>\r\n\r\nRiosQuant member since: <strong><em>July 2012</em></strong>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/jane1.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/jane1.jpg\" alt=\"jane1\" width=\"419\" height=\"516\" class=\"alignnone size-full wp-image-974\" /></a>\r\n','Meet Members - RiosQuant Traders','','publish','open','closed','','meet-members-riosquant-traders-3','','','2014-02-15 22:05:43','2014-02-15 22:05:43','',0,'http://www.thetradingroom.com/?p=973',0,'post','',0),(974,2,'2014-02-15 22:02:09','2014-02-15 22:02:09','','jane1','','inherit','open','closed','','jane1','','','2014-02-15 22:02:09','2014-02-15 22:02:09','',973,'http://www.thetradingroom.com/wp-content/uploads/2014/02/jane1.jpg',0,'attachment','image/jpeg',0),(975,2,'2014-02-15 22:03:48','2014-02-15 22:03:48','Name: <strong><em>Jane Richards</em></strong>\r\n	\r\nHome town: <strong> <em>Adelaide,  Australia</em></strong>\r\n\r\nJob Title: <strong><em>Derivatives Trader and Vigneron</em></strong>\r\n\r\nTrading since: <strong><em>2007</em></strong>\r\n\r\nPreferred markets to trade: <strong><em>Futures and Forex</em></strong>\r\n\r\nFavorite approach to trading: <strong><em>Break of support or resistance during peak trading times for that market</em></strong>\r\n\r\nMain strategy utilized: <strong><em>RQ Channel breaks</em></strong>\r\n\r\nLast trade: <strong><em>Aussie dollar long, profitable. RQ 2&7 break during the London session</em></strong>\r\n\r\nMost memorable trade: <strong><em><strong><em>Oil long, $2,200 per contract</em></strong></em></strong>\r\n\r\nBiggest Challenge: <strong><em>Time Zone issues for trading the USA market, 4 kids as a single parent and sticking to my profit targets</em></strong>\r\n\r\nPrimary ambition: <strong><em>to stay “unemployed” and put 4 kids though private school!</em></strong>\r\n\r\nRiosQuant member since: <strong><em>July 2012</em></strong>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/jane1.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/jane1.jpg\" alt=\"jane1\" width=\"419\" height=\"516\" class=\"alignnone size-full wp-image-974\" /></a>\r\n','Meet Members - RiosQuant Traders','','inherit','open','closed','','973-revision-v1','','','2014-02-15 22:03:48','2014-02-15 22:03:48','',973,'http://www.thetradingroom.com/973-revision-v1/',0,'revision','',0),(976,2,'2014-02-15 22:05:36','2014-02-15 22:05:36','Name: <strong><em>Jane Richards</em></strong>\r\n	\r\nHome town: <strong> <em>Adelaide,  Australia</em></strong>\r\n\r\nJob Title: <strong><em>Derivatives Trader and Vigneron</em></strong>\r\n\r\nTrading since: <strong><em>2007</em></strong>\r\n\r\nPreferred markets to trade: <strong><em>Futures and Forex</em></strong>\r\n\r\nFavorite approach to trading: <strong><em>Break of support or resistance during peak trading times for that market</em></strong>\r\n\r\nMain strategy utilized: <strong><em>RQ Channel breaks</em></strong>\r\n\r\nLast trade: <strong><em>Aussie dollar long, profitable. RQ 2&7 break during the London session</em></strong>\r\n\r\nMost memorable trade: <strong><em><strong><em>Oil long, $2,200 per contract</em></strong></em></strong>\r\n\r\nBiggest Challenge: <strong><em>Time Zone issues for trading the USA market, 4 kids as a single parent and sticking to my profit targets</em></strong>\r\n\r\nPrimary ambition: <strong><em>to stay “unemployed” and put 4 kids though private school!</em></strong>\r\n\r\nRiosQuant member since: <strong><em>July 2012</em></strong>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/jane1.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/jane1.jpg\" alt=\"jane1\" width=\"419\" height=\"516\" class=\"alignnone size-full wp-image-974\" /></a>\r\n','Meet Members - RiosQuant Traders','','inherit','open','closed','','973-autosave-v1','','','2014-02-15 22:05:36','2014-02-15 22:05:36','',973,'http://www.thetradingroom.com/973-autosave-v1/',0,'revision','',0),(977,2,'2014-02-17 15:25:41','2014-02-17 15:25:41','Name: <strong><em>HP</em></strong>\r\n\r\nHome town: <strong><em>Dallas, Texas USA</em></strong>\r\n\r\nJob Title: <strong><em>Physician</em></strong>\r\n\r\nTrading since: <strong><em>2008</em></strong>\r\n\r\nPreferred markets to trade: <strong><em>Futures Markets</em></strong>\r\n\r\nFavorite approach to trading: <strong><em>Momentum Trades especially off of support/resist breaks</em></strong>\r\n\r\nMain strategy utilized: <em><strong>RQ channels</strong></em>\r\n\r\nLast trade: <strong><em>YM (Dow Jones) Long after break of RQ 7 on 30 minute chart. Profitable for $300 per contract</em></strong>\r\n\r\nMost memorable trade: <strong><em>100 penny CL trade profit </em></strong>\r\n\r\nBiggest Challenge: <strong><em>Time constraints limiting my ability to take trades later in day when conditions are right </em></strong>\r\n\r\nPrimary ambition: <strong><em>Trading as my primary source of income</em></strong>\r\n\r\nRiosQuant member since: <strong><em>2012</em></strong>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/HP-ready.jpg\"><img class=\"alignnone size-full wp-image-980\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/HP-ready.jpg\" alt=\"HP ready\" width=\"511\" height=\"405\" /></a>\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nTESTIMONIALS ARE NOT INDICATIVE OF FUTURE PERFORMANCE OR SUCCESS','Meet Members - RiosQuant Traders','','publish','open','closed','','meet-members-riosquant-traders-4','','','2016-10-09 17:43:11','2016-10-09 17:43:11','',0,'http://www.thetradingroom.com/?p=977',0,'post','',0),(978,2,'2014-02-17 15:19:24','2014-02-17 15:19:24','Name: <strong><em>Himanshu Patel</em></strong>\r\n\r\nHome town: <strong><em>Dallas, Texas USA</em></strong>\r\n\r\nJob Title: <strong><em>Physician</em></strong>\r\n\r\nTrading since: <strong><em>2008</em></strong>\r\n\r\nPreferred markets to trade: <strong><em>Futures Markets</em></strong>\r\n\r\nFavorite approach to trading: <strong><em>Momentum Trades especially off of support/resist breaks</em></strong>\r\n\r\nMain strategy utilized: <em><strong>RQ channels</strong></em>\r\n\r\nLast trade: YM Long after break of RQ 7 on 30 minute chart. Profitable for $300 per contract\r\nMost memorable trade: 100 penny CL trade profit \r\nBiggest Challenge: Time constraints limiting my ability to take trades later in day when conditions are right. \r\nPrimary ambition: Trading as my primary source of income\r\nRiosQuant member since: 2012\r\n','','','inherit','open','closed','','977-revision-v1','','','2014-02-17 15:19:24','2014-02-17 15:19:24','',977,'http://www.thetradingroom.com/977-revision-v1/',0,'revision','',0),(979,2,'2014-02-17 15:21:11','2014-02-17 15:21:11','Name: <strong><em>Himanshu Patel</em></strong>\r\n\r\nHome town: <strong><em>Dallas, Texas USA</em></strong>\r\n\r\nJob Title: <strong><em>Physician</em></strong>\r\n\r\nTrading since: <strong><em>2008</em></strong>\r\n\r\nPreferred markets to trade: <strong><em>Futures Markets</em></strong>\r\n\r\nFavorite approach to trading: <strong><em>Momentum Trades especially off of support/resist breaks</em></strong>\r\n\r\nMain strategy utilized: <em><strong>RQ channels</strong></em>\r\n\r\nLast trade: <strong><em>YM (Dow Jones) Long after break of RQ 7 on 30 minute chart. Profitable for $300 per contract</em></strong>\r\n\r\nMost memorable trade: <strong><em>100 penny CL trade profit </em></strong>\r\n\r\nBiggest Challenge: <em>Time constraints limiting my ability to take trades later in day when conditions are right. </em>\r\nPrimary ambition: Trading as my primary source of income\r\nRiosQuant member since: 2012\r\n','','','inherit','open','closed','','977-revision-v1','','','2014-02-17 15:21:11','2014-02-17 15:21:11','',977,'http://www.thetradingroom.com/977-revision-v1/',0,'revision','',0),(980,2,'2014-02-17 15:22:23','2014-02-17 15:22:23','','HP ready','','inherit','open','closed','','hp-ready','','','2014-02-17 15:22:23','2014-02-17 15:22:23','',977,'http://www.thetradingroom.com/wp-content/uploads/2014/02/HP-ready.jpg',0,'attachment','image/jpeg',0),(981,2,'2014-02-17 15:25:41','2014-02-17 15:25:41','Name: <strong><em>Himanshu Patel</em></strong>\r\n\r\nHome town: <strong><em>Dallas, Texas USA</em></strong>\r\n\r\nJob Title: <strong><em>Physician</em></strong>\r\n\r\nTrading since: <strong><em>2008</em></strong>\r\n\r\nPreferred markets to trade: <strong><em>Futures Markets</em></strong>\r\n\r\nFavorite approach to trading: <strong><em>Momentum Trades especially off of support/resist breaks</em></strong>\r\n\r\nMain strategy utilized: <em><strong>RQ channels</strong></em>\r\n\r\nLast trade: <strong><em>YM (Dow Jones) Long after break of RQ 7 on 30 minute chart. Profitable for $300 per contract</em></strong>\r\n\r\nMost memorable trade: <strong><em>100 penny CL trade profit </em></strong>\r\n\r\nBiggest Challenge: <em>Time constraints limiting my ability to take trades later in day when conditions are right </em>\r\n\r\nPrimary ambition: <strong><em>Trading as my primary source of income</em></strong>\r\n\r\nRiosQuant member since: <strong><em>2012</em></strong>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/HP-ready.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/HP-ready.jpg\" alt=\"HP ready\" width=\"511\" height=\"405\" class=\"alignnone size-full wp-image-980\" /></a>\r\n','Meet Members - RiosQuant Traders','','inherit','open','closed','','977-revision-v1','','','2014-02-17 15:25:41','2014-02-17 15:25:41','',977,'http://www.thetradingroom.com/977-revision-v1/',0,'revision','',0),(982,2,'2014-02-17 15:26:30','2014-02-17 15:26:30','Name: <strong><em>Himanshu Patel</em></strong>\r\n\r\nHome town: <strong><em>Dallas, Texas USA</em></strong>\r\n\r\nJob Title: <strong><em>Physician</em></strong>\r\n\r\nTrading since: <strong><em>2008</em></strong>\r\n\r\nPreferred markets to trade: <strong><em>Futures Markets</em></strong>\r\n\r\nFavorite approach to trading: <strong><em>Momentum Trades especially off of support/resist breaks</em></strong>\r\n\r\nMain strategy utilized: <em><strong>RQ channels</strong></em>\r\n\r\nLast trade: <strong><em>YM (Dow Jones) Long after break of RQ 7 on 30 minute chart. Profitable for $300 per contract</em></strong>\r\n\r\nMost memorable trade: <strong><em>100 penny CL trade profit </em></strong>\r\n\r\nBiggest Challenge: <strong><em>Time constraints limiting my ability to take trades later in day when conditions are right </em></strong>\r\n\r\nPrimary ambition: <strong><em>Trading as my primary source of income</em></strong>\r\n\r\nRiosQuant member since: <strong><em>2012</em></strong>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/HP-ready.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/HP-ready.jpg\" alt=\"HP ready\" width=\"511\" height=\"405\" class=\"alignnone size-full wp-image-980\" /></a>\r\n','Meet Members - RiosQuant Traders','','inherit','open','closed','','977-revision-v1','','','2014-02-17 15:26:30','2014-02-17 15:26:30','',977,'http://www.thetradingroom.com/977-revision-v1/',0,'revision','',0),(983,2,'2014-02-18 01:09:45','2014-02-18 01:09:45','<strong>Will Risk-ON assets continue to rally in the week ahead?</strong>\r\nLast Tuesday the S&P 500 broke out of a key technical level following Federal Reserve Chair Yellen\'s testimony and the Republicans agreeing to support legislation raising Washington\'s borrowing power without additional measures attached. Global stock indices continued their rally throughout the week helping risk assets trade higher. The rotation flows came from a weakening US dollar and US treasuries as Risk-ON sentiment continued to the week\'s close. In the commodity markets Natural Gas was the leader gaining 8.9% followed by Silver 7.7% and Gold 4.4%.\r\n\r\nIn the week ahead I will focus on rotation flows to guide me for selecting optimal markets to trade. Should there be a continuation of Risk-ON or reversal to Risk-OFF sentiment then I will look for opportunities for aggressive price action within the risk assets. However should the benchmarks trade in conflict I will look to trade foreign currencies. \r\n\r\nJoe Rios\r\nChief Market Strategist\r\nwww.riosquant.com\r\n\r\n<strong>Live Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n<strong>TradeLAB Trading Room - Global Trading with Quantitative Technologies</strong>\r\nTuesday through Friday beginning at 7:30 AM ET\r\n<a href=\"https://www3.gotomeeting.com/register/516293406\">https://www3.gotomeeting.com/register/516293406</a>\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading Room en Español</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/950399886\">https://www3.gotomeeting.com/register/950399886</a>\r\nTuesday through Friday beginning at 7:30 AM ET\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nTuesday, Wednesday and Thursday beginning at 1:30 PM ET\r\nSubscription Only!\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\nhttps://www3.gotomeeting.com/register/462401230\r\nMonday beginning at 9:00 AM ET\r\nTopic: The Logic of GnosTICK Levels and Einstein Auto-Trading\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/816892094\">https://www3.gotomeeting.com/register/816892094</a>\r\nWednesday beginning at 7:00 PM ET\r\nTopic: Einstein Auto-Trader Breaks the Trading Code\r\n\r\n<strong>Stocks / ETFs and Options Trading Educational Series</strong>\r\nPresenters: Joe Contes and Ken Eriksen\r\nWednesday beginning at 8:00 PM ET\r\nSubscription Only - For information contact:\r\nKen Eriksen         Ken@RiosQuant.com\r\n\r\nStocks / ETFs and Options TradeLAB\r\nThursday beginning at 3:00 PM ET\r\nPrivate Invitation Only!\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Market Movers\r\nAUD - Monetary Policy Meeting Minutes – 7:30 PM ET\r\n\r\nMarkets Closed - USA Bank Holiday\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/462401230\r\nMonday beginning at 9:00 AM ET\r\nTopic: The Logic of GnosTICK Levels and Einstein Auto-Trading\r\n\r\n<strong>TUESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nJPY - BOJ Press Conference – Tentative\r\nGBP - CPI – 4:30 AM ET\r\nEUR - German ZEW Economic Sentiment  – 5:00 AM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/516293406\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - Unemployment Rate and Claimant Count – 4:30 AM ET\r\nUSD - Building Permits and PPI – 8:30 AM ET\r\nUSD - FOMC Meeting Minutes – 2:00 PM ET\r\nCNY - HSBC Flash Manufacturing PMI – 8:45 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/516293406\r\nBeginning at 7:30 AM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/816892094\r\nWednesday beginning at 7:00 PM ET\r\nTopic: Einstein Auto-Trader Breaks the Trading Code\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\nStocks / ETFs and Options Trading Educational Series\r\nPresenters: Joe Contes and Ken Eriksen\r\nBeginning at 8:00 PM ET\r\nSubscription Only - For information contact:\r\nKen Eriksen         Ken@RiosQuant.com\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Market Movers\r\nEUR - French Flash Manufacturing PMI – 3:00 AM ET\r\nEUR - German Flash Manufacturing PMI – 3:30 AM ET\r\nUSD - Unemployment Claims and Core CPI – 8:30 AM ET\r\nUSD - Philly Fed Manufacturing Index – 10:00 AM ET\r\nUSD - Natural Gas Storage– 10:30 AM ET\r\nUSD - Crude Oil Inventories– 11:00 AM ET\r\nUSD - Fed Chair Yellen Testifies – Tentative\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/516293406\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>FRIDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - Retail Sales – 4:30 AM ET\r\nCAD - Core CPI and Retail Sales – 8:30 AM ET\r\nUSD - Existing Home Sales – 10:00 AM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/516293406\r\nBeginning at 7:30 AM ET\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY \r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/Rios-on-the-markets-3.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/Rios-on-the-markets-3.jpg\" alt=\"Rios on the markets 3\" width=\"487\" height=\"323\" class=\"alignnone size-full wp-image-874\" /></a>','The Week Ahead in the Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-2','','','2014-02-18 01:09:45','2014-02-18 01:09:45','',0,'http://www.thetradingroom.com/?p=983',0,'post','',0),(984,2,'2014-02-18 00:57:02','2014-02-18 00:57:02','<strong>Will Risk-ON assets continue to rally in the week ahead?</strong>\r\nLast Tuesday the S&P 500 broke out of a key technical level following Federal Reserve Chair Yellen\'s testimony and the Republicans agreeing to support legislation raising Washington\'s borrowing power without additional measures attached. Global stock indices continued their rally throughout the week helping risk assets trade higher. The rotation flows came from a weakening US dollar and US treasuries as Risk-ON sentiment continued to the week\'s close. In the commodity markets Natural Gas was the leader gaining 8.9% followed by Silver 7.7% and Gold 4.4%.\r\n\r\nIn the week ahead I will focus on rotation flows to guide me for selecting optimal markets to trade. Should there be a continuation of Risk-ON or reversal to Risk-OFF sentiment then I will look for opportunities for aggressive price action within the risk assets. However should the benchmarks trade in conflict I will look to trade foreign currencies. \r\n\r\nJoe Rios\r\nChief Market Strategist\r\nwww.riosquant.com\r\n\r\n<strong>Live Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\nLive Trading Rooms and Events:\r\n\r\n<strong>TradeLAB Trading Room - Global Trading with Quantitative Technologies</strong>\r\nTuesday through Friday beginning at 7:30 AM ET\r\n<a href=\"https://www3.gotomeeting.com/register/516293406\">https://www3.gotomeeting.com/register/516293406</a>\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\nRios Quant Trading Room en Español\r\nhttps://www3.gotomeeting.com/register/950399886\r\nTuesday through Friday beginning at 7:30 AM ET\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nTuesday, Wednesday and Thursday beginning at 1:30 PM ET\r\nSubscription Only!\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/462401230\r\nMonday beginning at 9:00 AM ET\r\nTopic: The Logic of GnosTICK Levels and Einstein Auto-Trading\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/816892094\r\nWednesday beginning at 7:00 PM ET\r\nTopic: Einstein Auto-Trader Breaks the Trading Code\r\n\r\nStocks / ETFs and Options Trading Educational Series\r\nPresenters: Joe Contes and Ken Eriksen\r\nWednesday beginning at 8:00 PM ET\r\nSubscription Only - For information contact:\r\nKen Eriksen         Ken@RiosQuant.com\r\n\r\nStocks / ETFs and Options TradeLAB\r\nThursday beginning at 3:00 PM ET\r\nPrivate Invitation Only!\r\nMONDAY\r\n\r\nEconomic Data Release - Market Movers\r\nAUD - Monetary Policy Meeting Minutes – 7:30 PM ET\r\n\r\nMarkets Closed - USA Bank Holiday\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/462401230\r\nMonday beginning at 9:00 AM ET\r\nTopic: The Logic of GnosTICK Levels and Einstein Auto-Trading\r\nTUESDAY\r\n\r\nEconomic Data Release - Market Movers\r\nJPY - BOJ Press Conference – Tentative\r\nGBP - CPI – 4:30 AM ET\r\nEUR - German ZEW Economic Sentiment  – 5:00 AM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/516293406\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\nWEDNESDAY\r\n\r\nEconomic Data Release - Market Movers\r\nGBP - Unemployment Rate and Claimant Count – 4:30 AM ET\r\nUSD - Building Permits and PPI – 8:30 AM ET\r\nUSD - FOMC Meeting Minutes – 2:00 PM ET\r\nCNY - HSBC Flash Manufacturing PMI – 8:45 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/516293406\r\nBeginning at 7:30 AM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/816892094\r\nWednesday beginning at 7:00 PM ET\r\nTopic: Einstein Auto-Trader Breaks the Trading Code\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\nStocks / ETFs and Options Trading Educational Series\r\nPresenters: Joe Contes and Ken Eriksen\r\nBeginning at 8:00 PM ET\r\nSubscription Only - For information contact:\r\nKen Eriksen         Ken@RiosQuant.com\r\nTHURSDAY\r\n\r\nEconomic Data Release - Market Movers\r\nEUR - French Flash Manufacturing PMI – 3:00 AM ET\r\nEUR - German Flash Manufacturing PMI – 3:30 AM ET\r\nUSD - Unemployment Claims and Core CPI – 8:30 AM ET\r\nUSD - Philly Fed Manufacturing Index – 10:00 AM ET\r\nUSD - Natural Gas Storage– 10:30 AM ET\r\nUSD - Crude Oil Inventories– 11:00 AM ET\r\nUSD - Fed Chair Yellen Testifies – Tentative\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/516293406\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\nFRIDAY\r\n\r\nEconomic Data Release - Market Movers\r\nGBP - Retail Sales – 4:30 AM ET\r\nCAD - Core CPI and Retail Sales – 8:30 AM ET\r\nUSD - Existing Home Sales – 10:00 AM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/516293406\r\nBeginning at 7:30 AM ET\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY \r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','983-revision-v1','','','2014-02-18 00:57:02','2014-02-18 00:57:02','',983,'http://www.thetradingroom.com/983-revision-v1/',0,'revision','',0),(1021,2,'2014-02-25 12:22:32','2014-02-25 12:22:32','<strong>UPDATED 7:15 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks dropped from a six-year high on concern about Chinese growth and as companies from Vivendi SA (VIV) to Fresenius Medical Care AG posted disappointing results. U.S. stock-index futures were little changed, while Asian shares rose.\r\n\r\n<strong>BONDS </strong>- U.S. credit risk has fallen to about half of what it was four months ago as the Federal Reserve slows its bond-purchase program without stoking an increase in Treasury yields.\r\nCOMMODITIES -  Crude Oil fell for the third time in four days before a government report forecast to show U.S. crude stockpiles expanded and amid concern consumption in China may falter.\r\n\r\n<strong>CURRENCIES</strong> - The Japanese Yen  strengthened amid speculation a depreciating Chinese yuan will damp global growth.The British Pound strengthened for a second day against the dollar as an industry report showed U.K.mortgage approvals climbed.\r\n\r\n<strong>ECONOMIC DATA</strong> -  EU Economic Forecasts due at 7:45, US CB Consumer Confidence at 10:00, FOMC Member Tarullo Speaks at 10:10 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\" alt=\"red clocks pre-market open\" width=\"482\" height=\"394\" class=\"alignnone size-full wp-image-899\" /></a>','Pre Market Trading Report – Global Financial Markets','','publish','open','closed','','pre-market-report-global-financial-markets-3','','','2014-02-25 12:22:32','2014-02-25 12:22:32','',0,'http://www.thetradingroom.com/?p=1021',0,'post','',0),(986,2,'2014-02-18 01:09:45','2014-02-18 01:09:45','<strong>Will Risk-ON assets continue to rally in the week ahead?</strong>\r\nLast Tuesday the S&P 500 broke out of a key technical level following Federal Reserve Chair Yellen\'s testimony and the Republicans agreeing to support legislation raising Washington\'s borrowing power without additional measures attached. Global stock indices continued their rally throughout the week helping risk assets trade higher. The rotation flows came from a weakening US dollar and US treasuries as Risk-ON sentiment continued to the week\'s close. In the commodity markets Natural Gas was the leader gaining 8.9% followed by Silver 7.7% and Gold 4.4%.\r\n\r\nIn the week ahead I will focus on rotation flows to guide me for selecting optimal markets to trade. Should there be a continuation of Risk-ON or reversal to Risk-OFF sentiment then I will look for opportunities for aggressive price action within the risk assets. However should the benchmarks trade in conflict I will look to trade foreign currencies. \r\n\r\nJoe Rios\r\nChief Market Strategist\r\nwww.riosquant.com\r\n\r\n<strong>Live Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n<strong>TradeLAB Trading Room - Global Trading with Quantitative Technologies</strong>\r\nTuesday through Friday beginning at 7:30 AM ET\r\n<a href=\"https://www3.gotomeeting.com/register/516293406\">https://www3.gotomeeting.com/register/516293406</a>\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading Room en Español</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/950399886\">https://www3.gotomeeting.com/register/950399886</a>\r\nTuesday through Friday beginning at 7:30 AM ET\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nTuesday, Wednesday and Thursday beginning at 1:30 PM ET\r\nSubscription Only!\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\nhttps://www3.gotomeeting.com/register/462401230\r\nMonday beginning at 9:00 AM ET\r\nTopic: The Logic of GnosTICK Levels and Einstein Auto-Trading\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/816892094\">https://www3.gotomeeting.com/register/816892094</a>\r\nWednesday beginning at 7:00 PM ET\r\nTopic: Einstein Auto-Trader Breaks the Trading Code\r\n\r\n<strong>Stocks / ETFs and Options Trading Educational Series</strong>\r\nPresenters: Joe Contes and Ken Eriksen\r\nWednesday beginning at 8:00 PM ET\r\nSubscription Only - For information contact:\r\nKen Eriksen         Ken@RiosQuant.com\r\n\r\nStocks / ETFs and Options TradeLAB\r\nThursday beginning at 3:00 PM ET\r\nPrivate Invitation Only!\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Market Movers\r\nAUD - Monetary Policy Meeting Minutes – 7:30 PM ET\r\n\r\nMarkets Closed - USA Bank Holiday\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/462401230\r\nMonday beginning at 9:00 AM ET\r\nTopic: The Logic of GnosTICK Levels and Einstein Auto-Trading\r\n\r\n<strong>TUESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nJPY - BOJ Press Conference – Tentative\r\nGBP - CPI – 4:30 AM ET\r\nEUR - German ZEW Economic Sentiment  – 5:00 AM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/516293406\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - Unemployment Rate and Claimant Count – 4:30 AM ET\r\nUSD - Building Permits and PPI – 8:30 AM ET\r\nUSD - FOMC Meeting Minutes – 2:00 PM ET\r\nCNY - HSBC Flash Manufacturing PMI – 8:45 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/516293406\r\nBeginning at 7:30 AM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/816892094\r\nWednesday beginning at 7:00 PM ET\r\nTopic: Einstein Auto-Trader Breaks the Trading Code\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\nStocks / ETFs and Options Trading Educational Series\r\nPresenters: Joe Contes and Ken Eriksen\r\nBeginning at 8:00 PM ET\r\nSubscription Only - For information contact:\r\nKen Eriksen         Ken@RiosQuant.com\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Market Movers\r\nEUR - French Flash Manufacturing PMI – 3:00 AM ET\r\nEUR - German Flash Manufacturing PMI – 3:30 AM ET\r\nUSD - Unemployment Claims and Core CPI – 8:30 AM ET\r\nUSD - Philly Fed Manufacturing Index – 10:00 AM ET\r\nUSD - Natural Gas Storage– 10:30 AM ET\r\nUSD - Crude Oil Inventories– 11:00 AM ET\r\nUSD - Fed Chair Yellen Testifies – Tentative\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/516293406\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>FRIDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - Retail Sales – 4:30 AM ET\r\nCAD - Core CPI and Retail Sales – 8:30 AM ET\r\nUSD - Existing Home Sales – 10:00 AM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/516293406\r\nBeginning at 7:30 AM ET\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY \r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/Rios-on-the-markets-3.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/Rios-on-the-markets-3.jpg\" alt=\"Rios on the markets 3\" width=\"487\" height=\"323\" class=\"alignnone size-full wp-image-874\" /></a>','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','983-revision-v1','','','2014-02-18 01:09:45','2014-02-18 01:09:45','',983,'http://www.thetradingroom.com/983-revision-v1/',0,'revision','',0),(987,2,'2014-02-20 01:17:03','2014-02-20 01:17:03','Name: <strong><em>Derek Thomas </em></strong>\r\n\r\nHome town: <strong><em>Reno, Nevada</em> </strong>\r\n\r\nJob Title: <strong><em>CEO / Business Owner</em></strong>\r\n\r\nTrading since:<strong><em> 2009 </em></strong>\r\n\r\nPreferred markets to trade: <strong><em>Crude Oil, Natural Gas, Gold, Silver and the Russell futures</em> </strong>\r\n\r\nFavorite approach to trading: <strong><em>Momentum day trading, scalping the financial futures</em></strong>\r\n\r\nMain strategy utilized: <strong><em>Momentum </em></strong>\r\n\r\nLast trade: <strong><em>Silver for $450 profit</em></strong>\r\n\r\nMost memorable trade: <strong><em>Natural Gas for $1,980 profit</em></strong>\r\n\r\nBiggest Challenge: <strong><em>Patience, patience, patience!!! </em></strong>\r\n\r\nPrimary ambition: <strong><em>Trade for a living </em></strong>\r\n\r\nRiosQuant member since: <strong><em>June 2013</em></strong>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/derek2.jpg\"><img class=\"alignnone size-full wp-image-999\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/derek2.jpg\" alt=\"derek2\" width=\"611\" height=\"398\" /></a>\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nTESTIMONIALS ARE NOT INDICATIVE OF FUTURE PERFORMANCE OR SUCCESS\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Meet Members - RiosQuant Traders','','publish','open','closed','','meet-members-riosquant-traders-5','','','2016-10-09 17:42:28','2016-10-09 17:42:28','',0,'http://www.thetradingroom.com/?p=987',0,'post','',0),(988,2,'2014-02-18 12:20:24','2014-02-18 12:20:24','Join us in our live trading room and discover new and innovative methods to trade in today\'s stock, bond, commodity and forex markets. <a href=\"https://www3.gotomeeting.com/register/516293406\">For immediate access click here.</a>\r\n\r\n<strong>UPDATED 7:05 ET </strong>\r\n\r\n<strong>STOCKS</strong> -European stocks declined, after two days of gains, as a measure of German investor confidence fell more than forecast. U.S. stock-index futures were little changed, while Asian shares rose.\r\n\r\n<strong>BONDS</strong> - Treasuries advanced with European government bonds as a report showing German investor confidence fell for a second month in February boosted demand for the safety of fixed-income assets.\r\n\r\n<strong>COMMODITIES</strong> - Gold retreated from the highest price in more than three months in London on speculation the metal’s advance may deter physical purchases. Silver fell, ending the longest run of gains since at least 1968.\r\n\r\n<strong>CURRENCIES</strong> - The pound weakened from near a four-year high versus the dollar after a report showed U.K.inflation slowed to below the Bank of England’s target in January for the first time since November 2009.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Empire State Manufacturing Index due at 8:30, TIC Long-Term Purchases at 9:00, NAHB Housing Market Index at 10:00 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\" alt=\"red clocks pre-market open\" width=\"482\" height=\"394\" class=\"alignnone size-full wp-image-899\" /></a>','Pre-Market Report -  Global Financial Markets','','publish','open','closed','','pre-market-report-global-financial-markets','','','2014-02-18 12:20:24','2014-02-18 12:20:24','',0,'http://www.thetradingroom.com/?p=988',0,'post','',0),(989,2,'2014-02-18 12:20:24','2014-02-18 12:20:24','Join us in our live trading room and discover new and innovative methods to trade in today\'s stock, bond, commodity and forex markets. <a href=\"https://www3.gotomeeting.com/register/516293406\">For immediate access click here.</a>\r\n\r\n<strong>UPDATED 7:05 ET </strong>\r\n\r\n<strong>STOCKS</strong> -European stocks declined, after two days of gains, as a measure of German investor confidence fell more than forecast. U.S. stock-index futures were little changed, while Asian shares rose.\r\n\r\n<strong>BONDS</strong> - Treasuries advanced with European government bonds as a report showing German investor confidence fell for a second month in February boosted demand for the safety of fixed-income assets.\r\n\r\n<strong>COMMODITIES</strong> - Gold retreated from the highest price in more than three months in London on speculation the metal’s advance may deter physical purchases. Silver fell, ending the longest run of gains since at least 1968.\r\n\r\n<strong>CURRENCIES</strong> - The pound weakened from near a four-year high versus the dollar after a report showed U.K.inflation slowed to below the Bank of England’s target in January for the first time since November 2009.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Empire State Manufacturing Index due at 8:30, TIC Long-Term Purchases at 9:00, NAHB Housing Market Index at 10:00 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\" alt=\"red clocks pre-market open\" width=\"482\" height=\"394\" class=\"alignnone size-full wp-image-899\" /></a>','Pre-Market Report -  Global Financial Markets','','inherit','open','closed','','988-revision-v1','','','2014-02-18 12:20:24','2014-02-18 12:20:24','',988,'http://www.thetradingroom.com/988-revision-v1/',0,'revision','',0),(990,2,'2014-02-19 03:14:11','2014-02-19 03:14:11','<strong>The Trading Room®</strong> sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins during the London session and runs through the New York session. Get a sneak view of our algorithmic trading systems in action from the convenience of your computer via the internet. We are currently showcasing our algorithmic trading indicators and our proprietary quantitative approach to the global markets.\r\n\r\nCome and join RiosQuant Trading Room for a free trial. Register today and learn how to trade like a professional. &gt;&gt; <a href=\"http://www.riosquant.com/subscribe?product_id=16\">Click here to register now.</a>\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-medium wp-image-535\" alt=\"RQ Ranking screen 2 traders\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/RQ-Ranking-screen-2-traders-300x212.png\" width=\"300\" height=\"212\" />','Join Our Trading Room','','inherit','open','closed','','522-revision-v1','','','2014-02-19 03:14:11','2014-02-19 03:14:11','',522,'http://www.thetradingroom.com/522-revision-v1/',0,'revision','',0),(991,2,'2014-02-19 03:15:19','2014-02-19 03:15:19','<strong>The Trading Room®</strong> sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins during the London session and runs through the New York session. Get a sneak view of our algorithmic trading systems in action from the convenience of your computer via the internet. We are currently showcasing our algorithmic trading indicators and our proprietary quantitative approach to the global markets.\r\n\r\nCome and join RiosQuant Trading Room for a free trial. Register today and learn how to trade like a professional. &gt;&gt; <a href=\"http://www.riosquant.com/subscribe?product_id=16\">Click here to register for a free trial now.</a>\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-medium wp-image-535\" alt=\"RQ Ranking screen 2 traders\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/RQ-Ranking-screen-2-traders-300x212.png\" width=\"300\" height=\"212\" />','Join Our Trading Room','','inherit','open','closed','','522-revision-v1','','','2014-02-19 03:15:19','2014-02-19 03:15:19','',522,'http://www.thetradingroom.com/522-revision-v1/',0,'revision','',0),(992,2,'2014-02-19 03:16:24','2014-02-19 03:16:24','<strong>The Trading Room®</strong> sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins during the London session and runs through the New York session. Get a sneak view of our algorithmic trading systems in action from the convenience of your computer via the internet. We are currently showcasing our algorithmic trading indicators and our proprietary quantitative approach to the global markets.\r\n\r\nCome and join RiosQuant Trading Room for a free trial. Register today and learn how to trade like a professional. &gt;&gt; <a href=\"http://www.riosquant.com/subscribe?product_id=16\">Click here to register for a free trial now.</a>\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-medium wp-image-535\" alt=\"RQ Ranking screen 2 traders\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/RQ-Ranking-screen-2-traders-300x212.png\" width=\"300\" height=\"212\" />','Join Our live Trading Room - Free Trial','','inherit','open','closed','','522-revision-v1','','','2014-02-19 03:16:24','2014-02-19 03:16:24','',522,'http://www.thetradingroom.com/522-revision-v1/',0,'revision','',0),(1027,2,'2014-02-26 12:06:35','2014-02-26 12:06:35','<strong>UPDATED 6:50 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks declined from a six- year high as investors weighed earnings and awaited a U.S. report on new-home sales. U.S. stock-index futures rose, while Asian shares were little changed.\r\n\r\n<strong>BONDS</strong> - Treasuries lagged behind stocks by the most in seven months amid confidence the Federal Reserve will tailor its reduction in stimulus to support riskier assets even if the U.S. economic recovery keeps weakening.\r\n\r\n<strong>COMMODITIES</strong> -  Natural gas declined for a third day in New York, extending the steepest drop in more than six years on speculation that warmer U.S. weather will reduce demand for heating fuel.\r\n\r\n<strong>CURRENCIES</strong> - Price swings for the euro against the dollar, the world’s most-traded currency pair, fell to the lowest since at least 2007 as traders awaited signals from central banks on the future direction of monetary policy.\r\n\r\n<strong>ECONOMIC DATA </strong>-  US New Home Sales due at 10:00, Crude Oil Inventories at 10:30, NZD Trade Balance at 16:45, AUD Private Capital Expenditure 19:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\" alt=\"pre market open Blue board\" width=\"360\" height=\"266\" class=\"alignnone size-full wp-image-886\" /></a>','Pre Market Trading Report – Global Financial Markets','','publish','open','closed','','pre-market-trading-report-global-financial-markets','','','2014-02-26 12:06:35','2014-02-26 12:06:35','',0,'http://www.thetradingroom.com/?p=1027',0,'post','',0),(999,2,'2014-02-20 01:23:03','2014-02-20 01:23:03','','derek2','','inherit','open','closed','','derek2','','','2014-02-20 01:23:03','2014-02-20 01:23:03','',987,'http://www.thetradingroom.com/wp-content/uploads/2014/02/derek2.jpg',0,'attachment','image/jpeg',0),(1000,2,'2014-02-20 01:23:09','2014-02-20 01:23:09','Name: <strong><em>Derek Thomas </em></strong>\r\n\r\nHome town: <strong><em>Reno, Nevada</em> </strong>\r\n\r\nJob Title: <strong><em>CEO / Business Owner</em></strong>\r\n\r\nTrading since:<strong><em> 2009 </em></strong>\r\n\r\nPreferred markets to trade: <strong><em>Crude Oil, Natural Gas, Gold, Silver and the Russell futures</em> </strong>\r\n\r\nFavorite approach to trading: <strong><em>Momentum day trading, scalping the financial futures</em></strong>\r\n\r\nMain strategy utilized: <strong><em>Momentum </em></strong>\r\n\r\nLast trade: <strong><em>Silver for $450 profit</em></strong>\r\n\r\nMost memorable trade: <strong><em>Natural Gas for $1,980 profit</em></strong>\r\n\r\nBiggest Challenge: <strong><em>Patience, patience, patience!!! </em></strong>\r\n\r\nPrimary ambition: <strong><em>Trade for a living </em></strong>\r\n\r\nRiosQuant member since: <strong><em>June 2013</em></strong>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/derek2.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/derek2.jpg\" alt=\"derek2\" width=\"611\" height=\"398\" class=\"alignnone size-full wp-image-999\" /></a>\r\n\r\n\r\n\r\n\r\n\r\n','Meet Members - RiosQuant Traders','','inherit','open','closed','','987-revision-v1','','','2014-02-20 01:23:09','2014-02-20 01:23:09','',987,'http://www.thetradingroom.com/987-revision-v1/',0,'revision','',0),(1418,2,'2014-03-31 11:26:31','2014-03-31 11:26:31','<strong>UPDATED 7:05 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks were little changed, after the biggest weekly gain in more than a month, as investors awaited economic data out of Europe and America later this week. U.S. stock-index futures and Asian shares climbed.\r\n\r\n<strong>BONDS </strong>- Treasuries fell, extending their first monthly loss this year amid speculation U.S. data this week will show a recovery in the world’s largest economy is on track, damping demand for the safest securities.\r\n\r\n<strong>COMMODITIES</strong> -  Crude Oil traded near the highest close in three weeks and headed for a quarterly advance as the U.S. and Russia sought to defuse the crisis over Ukraine. \r\n\r\n<strong>CURRENCIES</strong> - The yen weakened against all of its 16 major counterparts as Russia and the U.S. sought a diplomatic solution to the crisis in Ukraine.\r\n\r\n<strong>ECONOMIC DATA </strong>-  CAD GDP m/m due at 8:30,  US Chicago PMI at 9:45, Fed Chair Yellen Speaks at 9:55, BOE Gov Carney Speaks at 13:15, CNY Manufacturing PMI at 21:00,  CNY HSBC Final Manufacturing PMI at 21:45, AUD RBA Rate Statement 23:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\" alt=\"pre market open Blue board\" width=\"360\" height=\"266\" class=\"aligncenter size-full wp-image-886\" /></a>\r\n','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-4','','','2014-03-31 11:26:31','2014-03-31 11:26:31','',0,'http://www.thetradingroom.com/?p=1418',0,'post','',0),(1351,2,'2014-03-24 02:00:39','2014-03-24 02:00:39','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/Rios-on-the-markets-3.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/Rios-on-the-markets-3.jpg\" alt=\"Rios on the markets 3\" width=\"487\" height=\"323\" class=\"aligncenter size-full wp-image-874\" /></a>\r\n\r\n<strong>From the Desk of Joe Garcia-Rios</strong>\r\n\r\n<strong>The Week Ahead in the Global Financial Markets</strong>\r\n\r\n<strong>Is volatility knocking at the door? </strong>The Fed statement on Wednesday sent US treasuries significantly lower, causing interest rate yields to spike, especially the shorter term duration. The S&P 500 ended the week slightly higher with the semiconductors, banks and financial sectors outperforming the broader market. In the commodity markets Gold -3.2% and Silver -5.3% led the way down followed by Natural Gas -2.5%. In the currency market the US Dollar rallied from a key support level finishing the week stronger. Technically speaking, the US 10 Year Note finished the week at a key critical support level as identified by the RQ Channel 2 & 7 indicators. Conversely the S&P 500 is close to testing prior highs as identified by the RQ Channel 2 & 7 indicators as a key level . In the week ahead my focus will be on the correlations and the technicals, specifically whether the market benchmarks break out/down from their current levels. My focus will then turn to the RQ- Tech\'s Nextreme indicators in order to identify rotation flows from the institutions. If the US treasuries breakdown will foreign currencies sell-off? If US Treasuries rally will the stock indices tumble? <strong>Will you be ready?</strong>\r\n\r\nJoe Garcia-Rios\r\nChief Market Strategist\r\nwww.riosquant.com\r\n\r\nLive Rooms and Events\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\nMonday through Friday beginning at 7:30 AM ET\r\n<a href=\"https://www3.gotomeeting.com/register/198212078\">https://www3.gotomeeting.com/register/198212078</a>\r\nRQ trade performance coaches include Edward Preston, Steve Schwartz and Joe Garcia-Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading Room en Español</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/587814742\">https://www3.gotomeeting.com/register/587814742</a>\r\nMonday through Friday beginning at 7:30 AM ET\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nMonday, Tuesday, and Thursday beginning at 1:30 PM ET\r\nSubscription Only!\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/860690462\">https://www3.gotomeeting.com/register/860690462</a>\r\nTuesday beginning at 7:30 PM ET\r\nTopic: Rios Quant Levels & RQ Channel Basics\r\n\r\n<strong>SUNDAY</strong>\r\nEconomic Data Release - Market Movers\r\nCNY - HSBC Flash Manufacturing PMI – 9:45 PM ET\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Market Movers\r\nEUR - German Flash Manufacturing PMI – 4:30 AM ET\r\nUSD - Flash Manufacturing PMI – 9:45 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/198212078\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nEUR - German Ifo Business Climate – 5:00 AM ET\r\nGBP - CPI – 5:30 AM ET\r\nUSD - New Home Sales and Consumer Confidence – 10:00 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/198212078\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/860690462\r\nBeginning at 7:30 PM ET\r\nTopic: Rios Quant Levels & RQ Channel Basics\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nAUD - Rba Gov. Stevens Speaks – 2:00 AM ET\r\nUSD - Durable Goods Orders – 8:30 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nNZD - Trade Balance – 5:45 PM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/198212078\r\nBeginning at 7:30 AM ET\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - Retail Sales – 5:30 AM ET\r\nUSD - Unemployment Claims – 8:30 AM ET\r\nUSD - Pending Home Sales – 10:00 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/198212078\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>FRIDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - Current-Account – 5:30 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/198212078\r\nBeginning at 7:30 AM ET\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY \r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS','The Week Ahead in the Global Financial Markets','','publish','open','closed','','1351','','','2014-03-24 02:05:21','2014-03-24 02:05:21','',0,'http://www.thetradingroom.com/?p=1351',0,'post','',0),(1007,2,'2014-02-23 16:47:45','2014-02-23 16:47:45','','RQ DMS1','','inherit','open','closed','','rq-dms1','','','2014-02-23 16:47:45','2014-02-23 16:47:45','',207,'http://www.thetradingroom.com/wp-content/uploads/2013/02/RQ-DMS1.jpg',0,'attachment','image/jpeg',0),(1008,2,'2014-02-23 16:48:20','2014-02-23 16:48:20','Market environment is frequently characterized by herding behavior. The global markets are linked today with each other like never in the past because of globalization due to technological advances. Most traders and investors use a single market analysis approach when investing or trading in the financial markets. For example, a stock trader will look at the S&amp;P 500 or the Dow Jones industrial average. A currency trader will look at the Euro, the British Pound or the Japanese Yen.  At Rios Quant we utilize multi-market analysis which involves the analysis of the main asset classes in the financial markets: equities, fixed income, commodities and currencies. To effectively use multi-market analysis you need to have a good understanding of correlation analysis. It is how the four major markets interact with each other that gives this type of analysis predictive value. Here are some basics on how they should interrelate:\r\n\r\nThe US dollar trends in the opposite direction of commodities, a falling dollar is bullish for commodities, a rising dollar is bearish for commodities. Commodities trend in the opposite direction of fixed income prices. Therefore commodities trend in the same direction as interest rates. Rising commodities coincide with rising interest rates and falling bond prices. Falling commodities coincide with falling interest rates and rising fixed income prices. Fixed income prices sometimes but not all the times trend in the same direction as stock prices. That relationship is going to be dependent on where we are in the economic cycle and the economic environment. During the current economic environment fixed income prices have been trending opposite of stock prices. Fixed income market also referred to as the bond market normally changes direction ahead of stock prices. The direction of the US dollar is also going to be dependent on the economic cycle. There are times where a rising dollar is good for US stocks, and other times it\'s the opposite. Currently a falling dollar is good for US stocks. Depending where we are on the economic expansion or contraction the relationships between different asset classes/markets will vary.\r\n\r\nRisk-on an risk-off phrase that has been very much in the media is a result of multi-market relationships. The more we are global in the financial markets the more opportunity exists for anticipating price movements based on multi-market relationships and correlation analysis. Risk-on and risk-off really means when an extreme state of the market when correlation of all assets are perfect. The RQ-Tech Analyzer can serve as a compass for our decision making process when we believe that we are moving towards or away from a risk-on risk-off environment. Ever since the global financial crisis came to a head in 2008 risk-on risk-off and the idea that correlations went \"to-one\" or as we also phrase it \"in-sync\" have become the most widely used phrase in describing asset class/market price behavior. Looking back, 2008 was a risk-off year in which the investment community were said to have reduced their exposure to risk assets by deleveraging and/or by selling existing risk assets and going to cash. For a good part of 2009 we were in a risk-on environment as some investors appetite for risk returned leading to a synchronized strong rebound of returns in risk-on assets ranging from global equities, commodities and risk currencies. In early August 2011 Standard &amp; Poor\'s downgraded sovereign credit of the United States triggered a global selloff of risk-on assets for days, a risk-off environment. Depending on the environment, investors will tend to buy or sell risk assets across the board, paying less attention to the unique characteristics of these assets. Volatility and most noticeably, correlations of assets that are perceived as risk can potentially spike or selloff during risk-on risk-off periods, as we often hear the phrase \"correlations to-one\". On the other hand assets such as U.S. Treasuries including notes and bonds and some currencies such as the US dollar tend to move in the opposite direction of risk assets, as they are generally perceived as the safer assets to hold in the event of a flight to safety.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/RQ-DMS1.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/RQ-DMS1.jpg\" alt=\"RQ DMS1\" width=\"887\" height=\"576\" class=\"alignnone size-full wp-image-1007\" /></a>\r\n\r\nThe above chart displays the correlation between the S&amp;P 500 and the US Ten Year Note. The histogram in the bottom of the chart is the RQ Dynamic Market Sentiment indicator (RQ-DMS) plotting various market conditions including risk-on risk-off, in-sync, conflict and mixed markets.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Market Metrics - Correlation Analysis and Asset Class Relationships ','','inherit','open','closed','','207-revision-v1','','','2014-02-23 16:48:20','2014-02-23 16:48:20','',207,'http://www.thetradingroom.com/207-revision-v1/',0,'revision','',0),(1009,2,'2014-02-23 23:45:49','2014-02-23 23:45:49','<strong>Rios on the markets...</strong>\r\n\r\n<strong>How long will the markets be on hold? </strong>The financial markets traded choppy all week with the Stock, Bond and Currency markets stuck in a tight trading range, making it challenging to find opportunities for momentum and trend trading styles. The relative performance numbers for the week confirms it clearly with the S&P 500 -0.1%, US Ten Year Notes 0.0% and the US Dollar 0.1%. Could this be the calm before the storm in the global financial markets?\r\n\r\n<strong>Recent economic data have been disappointing</strong> including the Empire State Mfg Index dropping from 12.5 to 4.5 in one month and the Housing Market Index plunging to its lowest level in 9 months. Bad news on a backdrop of several Wall Street firms slashing their economic growth forecasts. (More on this during this week\'s IQ Room training sessions.)\r\n\r\n<strong>Is bad news good news?</strong> Is the market expecting the Fed to rescue risk assets? Or is the stock market betting it will all be resolved with better weather? If so, what can we expect from last week\'s best performer? Natural Gas continued to be the king of volatility gaining 19.8% (not a misprint, that was last week\'s performance).\r\n\r\n<strong>In the week ahead </strong>I will continue to focus on the correlations involving the market\'s key benchmarks as my leading indicator to help me distinguish between opportunistic and threatening trading environments. After all, this approach with the RQ DMS (dynamic market sentiment indicator) proved prudent this past week. Coincidently, I wrote about this in our blog thetradingroom.com a year ago February 27, 2013 titled Market Metrics - Correlations Analysis and Asset Class Relationships, <a href=\"http://www.thetradingroom.com/market-metrics-correlation-analysis-and-asset-class-relationships/\">to read more about it click here.</a>\r\n\r\n<strong>Joe Rios</strong>\r\nChief Market Strategist\r\nRios Quantitative LLC\r\n\r\n<strong>Live Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager </strong>\r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\nMonday through Friday beginning at 7:30 AM ET\r\n<a href=\"https://www3.gotomeeting.com/register/306710934  \">https://www3.gotomeeting.com/register/306710934 </a> \r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading Room en Español</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/466628406\">https://www3.gotomeeting.com/register/466628406</a>\r\nMonday through Friday beginning at 7:30 AM ET\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nMonday, Wednesday and Thursday beginning at 1:30 PM ET\r\nSubscription Only!\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/442534006\">https://www3.gotomeeting.com/register/442534006</a>\r\nWednesday beginning at 7:00 PM ET\r\nTopic: GnosTICK Zones and RQ Channel Basics\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Market Movers\r\nEUR - German Ifo Business Climate – 4:00 AM ET\r\n\r\nThe Trading Room TradeLAB \r\n<a href=\"https://www3.gotomeeting.com/register/306710934\">https://www3.gotomeeting.com/register/306710934</a>\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nUSD - CB Consumer Confidence – 10:00 AM ET\r\n\r\nThe Trading Room TradeLAB \r\n<a href=\"https://www3.gotomeeting.com/register/306710934\">https://www3.gotomeeting.com/register/306710934</a>\r\nBeginning at 7:30 AM ET\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - Second Estimate GDP – 4:30 AM ET\r\nUSD - New-Home Sales – 10:00 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nNZD - Trade Balance – 4:45 PM ET\r\nAUD - Private Capital Expenditure – 7:30 PM ET\r\n\r\nThe Trading Room TradeLAB \r\n<a href=\"https://www3.gotomeeting.com/register/306710934\">https://www3.gotomeeting.com/register/306710934</a>\r\nBeginning at 7:30 AM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\n<a href=\"https://www3.gotomeeting.com/register/442534006\">https://www3.gotomeeting.com/register/442534006</a>\r\nWednesday beginning at 7:00 PM ET\r\nTopic: GnosTICK Zones and RQ Channel Basics\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Market Movers\r\nUSD - Core Durable Goods Orders and Unemployment Claims – 8:30 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\nNZD - ANZ Business Confidence – 7:00 PM ET\r\n\r\nThe Trading Room TradeLAB \r\n<a href=\"https://www3.gotomeeting.com/register/306710934\">https://www3.gotomeeting.com/register/306710934</a>\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>FRIDAY</strong>\r\nEconomic Data Release - Market Movers\r\nEUR - CPI Flash Estimate – 5:00 AM ET\r\nCAD - GDP – 8:30 AM ET\r\nUSD - Preliminary GDP – 8:30 AM ET\r\nUSD - Chicago PMI – 9:45 AM ET\r\nUSD - Revised Uom Consumer Sentiment – 9:55 AM ET\r\nGBP - BOE Gov. Carney Speaks – 10:30 AM ET\r\nCNY - Manufacturing PMI – 8:00 PM ET\r\n\r\nThe Trading Room TradeLAB \r\n<a href=\"https://www3.gotomeeting.com/register/306710934\">https://www3.gotomeeting.com/register/306710934</a>\r\nBeginning at 7:30 AM ET\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/wall-street-blue.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/wall-street-blue.jpg\" alt=\"wall street blue\" width=\"229\" height=\"166\" class=\"alignnone size-full wp-image-1010\" /></a>\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY \r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS','The Week Ahead in the Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-3','','','2014-02-23 23:49:54','2014-02-23 23:49:54','',0,'http://www.thetradingroom.com/?p=1009',0,'post','',0),(1010,2,'2014-02-23 21:57:32','2014-02-23 21:57:32','','wall street blue','','inherit','open','closed','','wall-street-blue','','','2014-02-23 21:57:32','2014-02-23 21:57:32','',1009,'http://www.thetradingroom.com/wp-content/uploads/2014/02/wall-street-blue.jpg',0,'attachment','image/jpeg',0),(1011,2,'2014-02-23 22:06:14','2014-02-23 22:06:14','<strong>Rios on the markets...</strong>\r\n\r\n<strong>How long will the markets be on hold? </strong>The financial markets traded choppy all week with the Stock, Bond and Currency markets stuck in a tight trading range, making it challenging to find opportunities for momentum and trend trading styles. The relative performance numbers for the week confirms it clearly with the S&P 500 -0.1%, US Ten Year Notes 0.0% and the US Dollar 0.1%. Could this be the calm before the storm in the global financial markets?\r\n\r\n<strong>Recent economic data have been disappointing</strong> including the Empire State Mfg Index dropping from 12.5 to 4.5 in one month and the Housing Market Index plunging to its lowest level in 9 months. Bad news on a backdrop of several Wall Street firms slashing their economic growth forecasts. (More on this during this week\'s IQ Room training sessions.)\r\n\r\n<strong>Is bad news good news?</strong> Is the market expecting the Fed to rescue risk assets? Or is the stock market betting it will all be resolved with better weather? If so, what can we expect from last week\'s best performer? Natural Gas continued to be the king of volatility gaining 19.8% (not a misprint, that was last week\'s performance).\r\n\r\n<strong>In the week ahead </strong>I will continue to focus on the correlations involving the market\'s key benchmarks as my leading indicator to help me distinguish between opportunistic and threatening trading environments. After all, this approach with the RQ DMS (dynamic market sentiment indicator) proved prudent this past week. Coincidently, I wrote about this in our blog thetradingroom.com a year ago February 27, 2013 titled Market Metrics - Correlations Analysis and Asset Class Relationships, to read more about it click here.\r\n\r\nJoe Rios\r\nChief Market Strategist\r\n\r\n<strong>Live Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager </strong>\r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\nThe Trading Room TradeLAB - Global Trading with Quantitative Technologies\r\nMonday through Friday beginning at 7:30 AM ET\r\n<a href=\"https://www3.gotomeeting.com/register/306710934  \">https://www3.gotomeeting.com/register/306710934 </a> \r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading Room en Español</strong>\r\nhttps://www3.gotomeeting.com/register/466628406\r\nMonday through Friday beginning at 7:30 AM ET\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nMonday, Wednesday and Thursday beginning at 1:30 PM ET\r\nSubscription Only!\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/442534006\">https://www3.gotomeeting.com/register/442534006</a>\r\nWednesday beginning at 7:00 PM ET\r\nTopic: GnosTICK Zones and RQ Channel Basics\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Market Movers\r\nEUR - German Ifo Business Climate – 4:00 AM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/306710934\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nUSD - CB Consumer Confidence – 10:00 AM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/306710934\r\nBeginning at 7:30 AM ET\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - Second Estimate GDP – 4:30 AM ET\r\nUSD - New-Home Sales – 10:00 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nNZD - Trade Balance – 4:45 PM ET\r\nAUD - Private Capital Expenditure – 7:30 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/306710934\r\nBeginning at 7:30 AM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/442534006\r\nWednesday beginning at 7:00 PM ET\r\nTopic: GnosTICK and RQChannel Basics\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Market Movers\r\nUSD - Core Durable Goods Orders and Unemployment Claims – 8:30 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\nNZD - ANZ Business Confidence – 7:00 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/306710934\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>FRIDAY</strong>\r\nEconomic Data Release - Market Movers\r\nEUR - CPI Flash Estimate – 5:00 AM ET\r\nCAD - GDP – 8:30 AM ET\r\nUSD - Preliminary GDP – 8:30 AM ET\r\nUSD - Chicago PMI – 9:45 AM ET\r\nUSD - Revised Uom Consumer Sentiment – 9:55 AM ET\r\nGBP - BOE Gov. Carney Speaks – 10:30 AM ET\r\nCNY - Manufacturing PMI – 8:00 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/306710934\r\nBeginning at 7:30 AM ET\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/wall-street-blue.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/wall-street-blue.jpg\" alt=\"wall street blue\" width=\"229\" height=\"166\" class=\"alignnone size-full wp-image-1010\" /></a>\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY \r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS','','','inherit','open','closed','','1009-revision-v1','','','2014-02-23 22:06:14','2014-02-23 22:06:14','',1009,'http://www.thetradingroom.com/1009-revision-v1/',0,'revision','',0),(1012,2,'2014-02-23 22:08:49','2014-02-23 22:08:49','\r\n<strong>Rios on the markets...</strong>\r\n\r\n<strong>How long will the markets be on hold? </strong>The financial markets traded choppy all week with the Stock, Bond and Currency markets stuck in a tight trading range, making it challenging to find opportunities for momentum and trend trading styles. The relative performance numbers for the week confirms it clearly with the S&P 500 -0.1%, US Ten Year Notes 0.0% and the US Dollar 0.1%. Could this be the calm before the storm in the global financial markets?\r\n\r\n<strong>Recent economic data have been disappointing</strong> including the Empire State Mfg Index dropping from 12.5 to 4.5 in one month and the Housing Market Index plunging to its lowest level in 9 months. Bad news on a backdrop of several Wall Street firms slashing their economic growth forecasts. (More on this during this week\'s IQ Room training sessions.)\r\n\r\n<strong>Is bad news good news?</strong> Is the market expecting the Fed to rescue risk assets? Or is the stock market betting it will all be resolved with better weather? If so, what can we expect from last week\'s best performer? Natural Gas continued to be the king of volatility gaining 19.8% (not a misprint, that was last week\'s performance).\r\n\r\n<strong>In the week ahead </strong>I will continue to focus on the correlations involving the market\'s key benchmarks as my leading indicator to help me distinguish between opportunistic and threatening trading environments. After all, this approach with the RQ DMS (dynamic market sentiment indicator) proved prudent this past week. Coincidently, I wrote about this in our blog thetradingroom.com a year ago February 27, 2013 titled Market Metrics - Correlations Analysis and Asset Class Relationships, to read more about it click here.\r\n\r\nJoe Rios\r\nChief Market Strategist\r\nRios Quantitative LLC\r\n\r\n<strong>Live Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager </strong>\r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\nThe Trading Room TradeLAB - Global Trading with Quantitative Technologies\r\nMonday through Friday beginning at 7:30 AM ET\r\n<a href=\"https://www3.gotomeeting.com/register/306710934  \">https://www3.gotomeeting.com/register/306710934 </a> \r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading Room en Español</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/466628406\">https://www3.gotomeeting.com/register/466628406</a>\r\nMonday through Friday beginning at 7:30 AM ET\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nMonday, Wednesday and Thursday beginning at 1:30 PM ET\r\nSubscription Only!\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/442534006\">https://www3.gotomeeting.com/register/442534006</a>\r\nWednesday beginning at 7:00 PM ET\r\nTopic: GnosTICK Zones and RQ Channel Basics\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Market Movers\r\nEUR - German Ifo Business Climate – 4:00 AM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/306710934\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nUSD - CB Consumer Confidence – 10:00 AM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/306710934\r\nBeginning at 7:30 AM ET\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - Second Estimate GDP – 4:30 AM ET\r\nUSD - New-Home Sales – 10:00 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nNZD - Trade Balance – 4:45 PM ET\r\nAUD - Private Capital Expenditure – 7:30 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/306710934\r\nBeginning at 7:30 AM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/442534006\r\nWednesday beginning at 7:00 PM ET\r\nTopic: GnosTICK and RQChannel Basics\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Market Movers\r\nUSD - Core Durable Goods Orders and Unemployment Claims – 8:30 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\nNZD - ANZ Business Confidence – 7:00 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/306710934\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>FRIDAY</strong>\r\nEconomic Data Release - Market Movers\r\nEUR - CPI Flash Estimate – 5:00 AM ET\r\nCAD - GDP – 8:30 AM ET\r\nUSD - Preliminary GDP – 8:30 AM ET\r\nUSD - Chicago PMI – 9:45 AM ET\r\nUSD - Revised Uom Consumer Sentiment – 9:55 AM ET\r\nGBP - BOE Gov. Carney Speaks – 10:30 AM ET\r\nCNY - Manufacturing PMI – 8:00 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/306710934\r\nBeginning at 7:30 AM ET\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/wall-street-blue.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/wall-street-blue.jpg\" alt=\"wall street blue\" width=\"229\" height=\"166\" class=\"alignnone size-full wp-image-1010\" /></a>\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY \r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1009-revision-v1','','','2014-02-23 22:08:49','2014-02-23 22:08:49','',1009,'http://www.thetradingroom.com/1009-revision-v1/',0,'revision','',0),(1013,2,'2014-02-23 22:09:52','2014-02-23 22:09:52','\r\n<strong>Rios on the markets...</strong>\r\n\r\n<strong>How long will the markets be on hold? </strong>The financial markets traded choppy all week with the Stock, Bond and Currency markets stuck in a tight trading range, making it challenging to find opportunities for momentum and trend trading styles. The relative performance numbers for the week confirms it clearly with the S&P 500 -0.1%, US Ten Year Notes 0.0% and the US Dollar 0.1%. Could this be the calm before the storm in the global financial markets?\r\n\r\n<strong>Recent economic data have been disappointing</strong> including the Empire State Mfg Index dropping from 12.5 to 4.5 in one month and the Housing Market Index plunging to its lowest level in 9 months. Bad news on a backdrop of several Wall Street firms slashing their economic growth forecasts. (More on this during this week\'s IQ Room training sessions.)\r\n\r\n<strong>Is bad news good news?</strong> Is the market expecting the Fed to rescue risk assets? Or is the stock market betting it will all be resolved with better weather? If so, what can we expect from last week\'s best performer? Natural Gas continued to be the king of volatility gaining 19.8% (not a misprint, that was last week\'s performance).\r\n\r\n<strong>In the week ahead </strong>I will continue to focus on the correlations involving the market\'s key benchmarks as my leading indicator to help me distinguish between opportunistic and threatening trading environments. After all, this approach with the RQ DMS (dynamic market sentiment indicator) proved prudent this past week. Coincidently, I wrote about this in our blog thetradingroom.com a year ago February 27, 2013 titled Market Metrics - Correlations Analysis and Asset Class Relationships, to read more about it click here.\r\n\r\n<strong>Joe Rios</strong>\r\nChief Market Strategist\r\nRios Quantitative LLC\r\n\r\n<strong>Live Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager </strong>\r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\nThe Trading Room TradeLAB - Global Trading with Quantitative Technologies\r\nMonday through Friday beginning at 7:30 AM ET\r\n<a href=\"https://www3.gotomeeting.com/register/306710934  \">https://www3.gotomeeting.com/register/306710934 </a> \r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading Room en Español</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/466628406\">https://www3.gotomeeting.com/register/466628406</a>\r\nMonday through Friday beginning at 7:30 AM ET\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nMonday, Wednesday and Thursday beginning at 1:30 PM ET\r\nSubscription Only!\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/442534006\">https://www3.gotomeeting.com/register/442534006</a>\r\nWednesday beginning at 7:00 PM ET\r\nTopic: GnosTICK Zones and RQ Channel Basics\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Market Movers\r\nEUR - German Ifo Business Climate – 4:00 AM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/306710934\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nUSD - CB Consumer Confidence – 10:00 AM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/306710934\r\nBeginning at 7:30 AM ET\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - Second Estimate GDP – 4:30 AM ET\r\nUSD - New-Home Sales – 10:00 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nNZD - Trade Balance – 4:45 PM ET\r\nAUD - Private Capital Expenditure – 7:30 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/306710934\r\nBeginning at 7:30 AM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/442534006\r\nWednesday beginning at 7:00 PM ET\r\nTopic: GnosTICK and RQChannel Basics\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Market Movers\r\nUSD - Core Durable Goods Orders and Unemployment Claims – 8:30 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\nNZD - ANZ Business Confidence – 7:00 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/306710934\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>FRIDAY</strong>\r\nEconomic Data Release - Market Movers\r\nEUR - CPI Flash Estimate – 5:00 AM ET\r\nCAD - GDP – 8:30 AM ET\r\nUSD - Preliminary GDP – 8:30 AM ET\r\nUSD - Chicago PMI – 9:45 AM ET\r\nUSD - Revised Uom Consumer Sentiment – 9:55 AM ET\r\nGBP - BOE Gov. Carney Speaks – 10:30 AM ET\r\nCNY - Manufacturing PMI – 8:00 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/306710934\r\nBeginning at 7:30 AM ET\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/wall-street-blue.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/wall-street-blue.jpg\" alt=\"wall street blue\" width=\"229\" height=\"166\" class=\"alignnone size-full wp-image-1010\" /></a>\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY \r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1009-revision-v1','','','2014-02-23 22:09:52','2014-02-23 22:09:52','',1009,'http://www.thetradingroom.com/1009-revision-v1/',0,'revision','',0),(1014,2,'2014-02-23 22:10:47','2014-02-23 22:10:47','\r\n<strong>Rios on the markets...</strong>\r\n\r\n<strong>How long will the markets be on hold? </strong>The financial markets traded choppy all week with the Stock, Bond and Currency markets stuck in a tight trading range, making it challenging to find opportunities for momentum and trend trading styles. The relative performance numbers for the week confirms it clearly with the S&P 500 -0.1%, US Ten Year Notes 0.0% and the US Dollar 0.1%. Could this be the calm before the storm in the global financial markets?\r\n\r\n<strong>Recent economic data have been disappointing</strong> including the Empire State Mfg Index dropping from 12.5 to 4.5 in one month and the Housing Market Index plunging to its lowest level in 9 months. Bad news on a backdrop of several Wall Street firms slashing their economic growth forecasts. (More on this during this week\'s IQ Room training sessions.)\r\n\r\n<strong>Is bad news good news?</strong> Is the market expecting the Fed to rescue risk assets? Or is the stock market betting it will all be resolved with better weather? If so, what can we expect from last week\'s best performer? Natural Gas continued to be the king of volatility gaining 19.8% (not a misprint, that was last week\'s performance).\r\n\r\n<strong>In the week ahead </strong>I will continue to focus on the correlations involving the market\'s key benchmarks as my leading indicator to help me distinguish between opportunistic and threatening trading environments. After all, this approach with the RQ DMS (dynamic market sentiment indicator) proved prudent this past week. Coincidently, I wrote about this in our blog thetradingroom.com a year ago February 27, 2013 titled Market Metrics - Correlations Analysis and Asset Class Relationships, <a href=\"http://www.thetradingroom.com/market-metrics-correlation-analysis-and-asset-class-relationships/\">to read more about it click here.</a>\r\n\r\n<strong>Joe Rios</strong>\r\nChief Market Strategist\r\nRios Quantitative LLC\r\n\r\n<strong>Live Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager </strong>\r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\nThe Trading Room TradeLAB - Global Trading with Quantitative Technologies\r\nMonday through Friday beginning at 7:30 AM ET\r\n<a href=\"https://www3.gotomeeting.com/register/306710934  \">https://www3.gotomeeting.com/register/306710934 </a> \r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading Room en Español</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/466628406\">https://www3.gotomeeting.com/register/466628406</a>\r\nMonday through Friday beginning at 7:30 AM ET\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nMonday, Wednesday and Thursday beginning at 1:30 PM ET\r\nSubscription Only!\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/442534006\">https://www3.gotomeeting.com/register/442534006</a>\r\nWednesday beginning at 7:00 PM ET\r\nTopic: GnosTICK Zones and RQ Channel Basics\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Market Movers\r\nEUR - German Ifo Business Climate – 4:00 AM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/306710934\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nUSD - CB Consumer Confidence – 10:00 AM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/306710934\r\nBeginning at 7:30 AM ET\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - Second Estimate GDP – 4:30 AM ET\r\nUSD - New-Home Sales – 10:00 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nNZD - Trade Balance – 4:45 PM ET\r\nAUD - Private Capital Expenditure – 7:30 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/306710934\r\nBeginning at 7:30 AM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/442534006\r\nWednesday beginning at 7:00 PM ET\r\nTopic: GnosTICK and RQChannel Basics\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Market Movers\r\nUSD - Core Durable Goods Orders and Unemployment Claims – 8:30 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\nNZD - ANZ Business Confidence – 7:00 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/306710934\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>FRIDAY</strong>\r\nEconomic Data Release - Market Movers\r\nEUR - CPI Flash Estimate – 5:00 AM ET\r\nCAD - GDP – 8:30 AM ET\r\nUSD - Preliminary GDP – 8:30 AM ET\r\nUSD - Chicago PMI – 9:45 AM ET\r\nUSD - Revised Uom Consumer Sentiment – 9:55 AM ET\r\nGBP - BOE Gov. Carney Speaks – 10:30 AM ET\r\nCNY - Manufacturing PMI – 8:00 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/306710934\r\nBeginning at 7:30 AM ET\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/wall-street-blue.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/wall-street-blue.jpg\" alt=\"wall street blue\" width=\"229\" height=\"166\" class=\"alignnone size-full wp-image-1010\" /></a>\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY \r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1009-revision-v1','','','2014-02-23 22:10:47','2014-02-23 22:10:47','',1009,'http://www.thetradingroom.com/1009-revision-v1/',0,'revision','',0),(1015,2,'2014-02-23 22:12:15','2014-02-23 22:12:15','\r\n<strong>Rios on the markets...</strong>\r\n\r\n<strong>How long will the markets be on hold? </strong>The financial markets traded choppy all week with the Stock, Bond and Currency markets stuck in a tight trading range, making it challenging to find opportunities for momentum and trend trading styles. The relative performance numbers for the week confirms it clearly with the S&P 500 -0.1%, US Ten Year Notes 0.0% and the US Dollar 0.1%. Could this be the calm before the storm in the global financial markets?\r\n\r\n<strong>Recent economic data have been disappointing</strong> including the Empire State Mfg Index dropping from 12.5 to 4.5 in one month and the Housing Market Index plunging to its lowest level in 9 months. Bad news on a backdrop of several Wall Street firms slashing their economic growth forecasts. (More on this during this week\'s IQ Room training sessions.)\r\n\r\n<strong>Is bad news good news?</strong> Is the market expecting the Fed to rescue risk assets? Or is the stock market betting it will all be resolved with better weather? If so, what can we expect from last week\'s best performer? Natural Gas continued to be the king of volatility gaining 19.8% (not a misprint, that was last week\'s performance).\r\n\r\n<strong>In the week ahead </strong>I will continue to focus on the correlations involving the market\'s key benchmarks as my leading indicator to help me distinguish between opportunistic and threatening trading environments. After all, this approach with the RQ DMS (dynamic market sentiment indicator) proved prudent this past week. Coincidently, I wrote about this in our blog thetradingroom.com a year ago February 27, 2013 titled Market Metrics - Correlations Analysis and Asset Class Relationships, <a href=\"http://www.thetradingroom.com/market-metrics-correlation-analysis-and-asset-class-relationships/\">to read more about it click here.</a>\r\n\r\n<strong>Joe Rios</strong>\r\nChief Market Strategist\r\nRios Quantitative LLC\r\n\r\n<strong>Live Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager </strong>\r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\nMonday through Friday beginning at 7:30 AM ET\r\n<a href=\"https://www3.gotomeeting.com/register/306710934  \">https://www3.gotomeeting.com/register/306710934 </a> \r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading Room en Español</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/466628406\">https://www3.gotomeeting.com/register/466628406</a>\r\nMonday through Friday beginning at 7:30 AM ET\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nMonday, Wednesday and Thursday beginning at 1:30 PM ET\r\nSubscription Only!\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/442534006\">https://www3.gotomeeting.com/register/442534006</a>\r\nWednesday beginning at 7:00 PM ET\r\nTopic: GnosTICK Zones and RQ Channel Basics\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Market Movers\r\nEUR - German Ifo Business Climate – 4:00 AM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/306710934\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nUSD - CB Consumer Confidence – 10:00 AM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/306710934\r\nBeginning at 7:30 AM ET\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - Second Estimate GDP – 4:30 AM ET\r\nUSD - New-Home Sales – 10:00 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nNZD - Trade Balance – 4:45 PM ET\r\nAUD - Private Capital Expenditure – 7:30 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/306710934\r\nBeginning at 7:30 AM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/442534006\r\nWednesday beginning at 7:00 PM ET\r\nTopic: GnosTICK and RQChannel Basics\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Market Movers\r\nUSD - Core Durable Goods Orders and Unemployment Claims – 8:30 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\nNZD - ANZ Business Confidence – 7:00 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/306710934\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>FRIDAY</strong>\r\nEconomic Data Release - Market Movers\r\nEUR - CPI Flash Estimate – 5:00 AM ET\r\nCAD - GDP – 8:30 AM ET\r\nUSD - Preliminary GDP – 8:30 AM ET\r\nUSD - Chicago PMI – 9:45 AM ET\r\nUSD - Revised Uom Consumer Sentiment – 9:55 AM ET\r\nGBP - BOE Gov. Carney Speaks – 10:30 AM ET\r\nCNY - Manufacturing PMI – 8:00 PM ET\r\n\r\nTradeLAB Trading Room\r\nhttps://www3.gotomeeting.com/register/306710934\r\nBeginning at 7:30 AM ET\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/wall-street-blue.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/wall-street-blue.jpg\" alt=\"wall street blue\" width=\"229\" height=\"166\" class=\"alignnone size-full wp-image-1010\" /></a>\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY \r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1009-revision-v1','','','2014-02-23 22:12:15','2014-02-23 22:12:15','',1009,'http://www.thetradingroom.com/1009-revision-v1/',0,'revision','',0),(1016,2,'2014-02-23 22:16:03','2014-02-23 22:16:03','\r\n<strong>Rios on the markets...</strong>\r\n\r\n<strong>How long will the markets be on hold? </strong>The financial markets traded choppy all week with the Stock, Bond and Currency markets stuck in a tight trading range, making it challenging to find opportunities for momentum and trend trading styles. The relative performance numbers for the week confirms it clearly with the S&P 500 -0.1%, US Ten Year Notes 0.0% and the US Dollar 0.1%. Could this be the calm before the storm in the global financial markets?\r\n\r\n<strong>Recent economic data have been disappointing</strong> including the Empire State Mfg Index dropping from 12.5 to 4.5 in one month and the Housing Market Index plunging to its lowest level in 9 months. Bad news on a backdrop of several Wall Street firms slashing their economic growth forecasts. (More on this during this week\'s IQ Room training sessions.)\r\n\r\n<strong>Is bad news good news?</strong> Is the market expecting the Fed to rescue risk assets? Or is the stock market betting it will all be resolved with better weather? If so, what can we expect from last week\'s best performer? Natural Gas continued to be the king of volatility gaining 19.8% (not a misprint, that was last week\'s performance).\r\n\r\n<strong>In the week ahead </strong>I will continue to focus on the correlations involving the market\'s key benchmarks as my leading indicator to help me distinguish between opportunistic and threatening trading environments. After all, this approach with the RQ DMS (dynamic market sentiment indicator) proved prudent this past week. Coincidently, I wrote about this in our blog thetradingroom.com a year ago February 27, 2013 titled Market Metrics - Correlations Analysis and Asset Class Relationships, <a href=\"http://www.thetradingroom.com/market-metrics-correlation-analysis-and-asset-class-relationships/\">to read more about it click here.</a>\r\n\r\n<strong>Joe Rios</strong>\r\nChief Market Strategist\r\nRios Quantitative LLC\r\n\r\n<strong>Live Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager </strong>\r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\nMonday through Friday beginning at 7:30 AM ET\r\n<a href=\"https://www3.gotomeeting.com/register/306710934  \">https://www3.gotomeeting.com/register/306710934 </a> \r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading Room en Español</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/466628406\">https://www3.gotomeeting.com/register/466628406</a>\r\nMonday through Friday beginning at 7:30 AM ET\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nMonday, Wednesday and Thursday beginning at 1:30 PM ET\r\nSubscription Only!\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/442534006\">https://www3.gotomeeting.com/register/442534006</a>\r\nWednesday beginning at 7:00 PM ET\r\nTopic: GnosTICK Zones and RQ Channel Basics\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Market Movers\r\nEUR - German Ifo Business Climate – 4:00 AM ET\r\n\r\nThe Trading Room TradeLAB \r\nhttps://www3.gotomeeting.com/register/306710934\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nUSD - CB Consumer Confidence – 10:00 AM ET\r\n\r\nThe Trading Room TradeLAB \r\nhttps://www3.gotomeeting.com/register/306710934\r\nBeginning at 7:30 AM ET\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - Second Estimate GDP – 4:30 AM ET\r\nUSD - New-Home Sales – 10:00 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nNZD - Trade Balance – 4:45 PM ET\r\nAUD - Private Capital Expenditure – 7:30 PM ET\r\n\r\nThe Trading Room TradeLAB \r\nhttps://www3.gotomeeting.com/register/306710934\r\nBeginning at 7:30 AM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/442534006\r\nWednesday beginning at 7:00 PM ET\r\nTopic: GnosTICK Zones and RQ Channel Basics\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Market Movers\r\nUSD - Core Durable Goods Orders and Unemployment Claims – 8:30 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\nNZD - ANZ Business Confidence – 7:00 PM ET\r\n\r\nThe Trading Room TradeLAB \r\nhttps://www3.gotomeeting.com/register/306710934\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>FRIDAY</strong>\r\nEconomic Data Release - Market Movers\r\nEUR - CPI Flash Estimate – 5:00 AM ET\r\nCAD - GDP – 8:30 AM ET\r\nUSD - Preliminary GDP – 8:30 AM ET\r\nUSD - Chicago PMI – 9:45 AM ET\r\nUSD - Revised Uom Consumer Sentiment – 9:55 AM ET\r\nGBP - BOE Gov. Carney Speaks – 10:30 AM ET\r\nCNY - Manufacturing PMI – 8:00 PM ET\r\n\r\nThe Trading Room TradeLAB \r\nhttps://www3.gotomeeting.com/register/306710934\r\nBeginning at 7:30 AM ET\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/wall-street-blue.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/wall-street-blue.jpg\" alt=\"wall street blue\" width=\"229\" height=\"166\" class=\"alignnone size-full wp-image-1010\" /></a>\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY \r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1009-revision-v1','','','2014-02-23 22:16:03','2014-02-23 22:16:03','',1009,'http://www.thetradingroom.com/1009-revision-v1/',0,'revision','',0),(1017,2,'2014-02-23 23:49:00','2014-02-23 23:49:00','<strong>Rios on the markets...</strong>\n\n<strong>How long will the markets be on hold? </strong>The financial markets traded choppy all week with the Stock, Bond and Currency markets stuck in a tight trading range, making it challenging to find opportunities for momentum and trend trading styles. The relative performance numbers for the week confirms it clearly with the S&P 500 -0.1%, US Ten Year Notes 0.0% and the US Dollar 0.1%. Could this be the calm before the storm in the global financial markets?\n\n<strong>Recent economic data have been disappointing</strong> including the Empire State Mfg Index dropping from 12.5 to 4.5 in one month and the Housing Market Index plunging to its lowest level in 9 months. Bad news on a backdrop of several Wall Street firms slashing their economic growth forecasts. (More on this during this week\'s IQ Room training sessions.)\n\n<strong>Is bad news good news?</strong> Is the market expecting the Fed to rescue risk assets? Or is the stock market betting it will all be resolved with better weather? If so, what can we expect from last week\'s best performer? Natural Gas continued to be the king of volatility gaining 19.8% (not a misprint, that was last week\'s performance).\n\n<strong>In the week ahead </strong>I will continue to focus on the correlations involving the market\'s key benchmarks as my leading indicator to help me distinguish between opportunistic and threatening trading environments. After all, this approach with the RQ DMS (dynamic market sentiment indicator) proved prudent this past week. Coincidently, I wrote about this in our blog thetradingroom.com a year ago February 27, 2013 titled Market Metrics - Correlations Analysis and Asset Class Relationships, <a href=\"http://www.thetradingroom.com/market-metrics-correlation-analysis-and-asset-class-relationships/\">to read more about it click here.</a>\n\n<strong>Joe Rios</strong>\nChief Market Strategist\nRios Quantitative LLC\n\n<strong>Live Rooms and Events</strong>\n\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\n\n<strong>Contact Information for your Support Needs: \nAmber Little, RQ Client Relations Manager </strong>\nemail: amber@riosquant.com \nskype: alittlemobile \ncellphone: 415.336.7272\n\n<strong>Live Trading Rooms and Events:</strong>\n\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\nMonday through Friday beginning at 7:30 AM ET\n<a href=\"https://www3.gotomeeting.com/register/306710934  \">https://www3.gotomeeting.com/register/306710934 </a> \nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\n\n<strong>Rios Quant Trading Room en Español</strong>\n<a href=\"https://www3.gotomeeting.com/register/466628406\">https://www3.gotomeeting.com/register/466628406</a>\nMonday through Friday beginning at 7:30 AM ET\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \n\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\nMonday, Wednesday and Thursday beginning at 1:30 PM ET\nSubscription Only!\n\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\n<a href=\"https://www3.gotomeeting.com/register/442534006\">https://www3.gotomeeting.com/register/442534006</a>\nWednesday beginning at 7:00 PM ET\nTopic: GnosTICK Zones and RQ Channel Basics\n\n<strong>MONDAY</strong>\nEconomic Data Release - Market Movers\nEUR - German Ifo Business Climate – 4:00 AM ET\n\nThe Trading Room TradeLAB \n<a href=\"https://www3.gotomeeting.com/register/306710934\">https://www3.gotomeeting.com/register/306710934</a>\nBeginning at 7:30 AM ET\n\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\nBeginning at 1:30 PM ET\n\n<strong>TUESDAY</strong>\nEconomic Data Release - Market Movers\nUSD - CB Consumer Confidence – 10:00 AM ET\n\nThe Trading Room TradeLAB \n<a href=\"https://www3.gotomeeting.com/register/306710934\">https://www3.gotomeeting.com/register/306710934</a>\nBeginning at 7:30 AM ET\n\n<strong>WEDNESDAY</strong>\nEconomic Data Release - Market Movers\nGBP - Second Estimate GDP – 4:30 AM ET\nUSD - New-Home Sales – 10:00 AM ET\nUSD - Crude Oil Inventories – 10:30 AM ET\nNZD - Trade Balance – 4:45 PM ET\nAUD - Private Capital Expenditure – 7:30 PM ET\n\nThe Trading Room TradeLAB \n<a href=\"https://www3.gotomeeting.com/register/306710934\">https://www3.gotomeeting.com/register/306710934</a>\nBeginning at 7:30 AM ET\n\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\nhttps://www3.gotomeeting.com/register/442534006\nWednesday beginning at 7:00 PM ET\nTopic: GnosTICK Zones and RQ Channel Basics\n\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\nBeginning at 1:30 PM ET\n\n<strong>THURSDAY</strong>\nEconomic Data Release - Market Movers\nUSD - Core Durable Goods Orders and Unemployment Claims – 8:30 AM ET\nUSD - Natural Gas Storage – 10:30 AM ET\nNZD - ANZ Business Confidence – 7:00 PM ET\n\nThe Trading Room TradeLAB \nhttps://www3.gotomeeting.com/register/306710934\nBeginning at 7:30 AM ET\n\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\nBeginning at 1:30 PM ET\n\n<strong>FRIDAY</strong>\nEconomic Data Release - Market Movers\nEUR - CPI Flash Estimate – 5:00 AM ET\nCAD - GDP – 8:30 AM ET\nUSD - Preliminary GDP – 8:30 AM ET\nUSD - Chicago PMI – 9:45 AM ET\nUSD - Revised Uom Consumer Sentiment – 9:55 AM ET\nGBP - BOE Gov. Carney Speaks – 10:30 AM ET\nCNY - Manufacturing PMI – 8:00 PM ET\n\nThe Trading Room TradeLAB \nhttps://www3.gotomeeting.com/register/306710934\nBeginning at 7:30 AM ET\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/wall-street-blue.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/wall-street-blue.jpg\" alt=\"wall street blue\" width=\"229\" height=\"166\" class=\"alignnone size-full wp-image-1010\" /></a>\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY \nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1009-autosave-v1','','','2014-02-23 23:49:00','2014-02-23 23:49:00','',1009,'http://www.thetradingroom.com/1009-autosave-v1/',0,'revision','',0),(1018,2,'2014-02-23 23:49:54','2014-02-23 23:49:54','<strong>Rios on the markets...</strong>\r\n\r\n<strong>How long will the markets be on hold? </strong>The financial markets traded choppy all week with the Stock, Bond and Currency markets stuck in a tight trading range, making it challenging to find opportunities for momentum and trend trading styles. The relative performance numbers for the week confirms it clearly with the S&P 500 -0.1%, US Ten Year Notes 0.0% and the US Dollar 0.1%. Could this be the calm before the storm in the global financial markets?\r\n\r\n<strong>Recent economic data have been disappointing</strong> including the Empire State Mfg Index dropping from 12.5 to 4.5 in one month and the Housing Market Index plunging to its lowest level in 9 months. Bad news on a backdrop of several Wall Street firms slashing their economic growth forecasts. (More on this during this week\'s IQ Room training sessions.)\r\n\r\n<strong>Is bad news good news?</strong> Is the market expecting the Fed to rescue risk assets? Or is the stock market betting it will all be resolved with better weather? If so, what can we expect from last week\'s best performer? Natural Gas continued to be the king of volatility gaining 19.8% (not a misprint, that was last week\'s performance).\r\n\r\n<strong>In the week ahead </strong>I will continue to focus on the correlations involving the market\'s key benchmarks as my leading indicator to help me distinguish between opportunistic and threatening trading environments. After all, this approach with the RQ DMS (dynamic market sentiment indicator) proved prudent this past week. Coincidently, I wrote about this in our blog thetradingroom.com a year ago February 27, 2013 titled Market Metrics - Correlations Analysis and Asset Class Relationships, <a href=\"http://www.thetradingroom.com/market-metrics-correlation-analysis-and-asset-class-relationships/\">to read more about it click here.</a>\r\n\r\n<strong>Joe Rios</strong>\r\nChief Market Strategist\r\nRios Quantitative LLC\r\n\r\n<strong>Live Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager </strong>\r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\nMonday through Friday beginning at 7:30 AM ET\r\n<a href=\"https://www3.gotomeeting.com/register/306710934  \">https://www3.gotomeeting.com/register/306710934 </a> \r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading Room en Español</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/466628406\">https://www3.gotomeeting.com/register/466628406</a>\r\nMonday through Friday beginning at 7:30 AM ET\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nMonday, Wednesday and Thursday beginning at 1:30 PM ET\r\nSubscription Only!\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/442534006\">https://www3.gotomeeting.com/register/442534006</a>\r\nWednesday beginning at 7:00 PM ET\r\nTopic: GnosTICK Zones and RQ Channel Basics\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Market Movers\r\nEUR - German Ifo Business Climate – 4:00 AM ET\r\n\r\nThe Trading Room TradeLAB \r\n<a href=\"https://www3.gotomeeting.com/register/306710934\">https://www3.gotomeeting.com/register/306710934</a>\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nUSD - CB Consumer Confidence – 10:00 AM ET\r\n\r\nThe Trading Room TradeLAB \r\n<a href=\"https://www3.gotomeeting.com/register/306710934\">https://www3.gotomeeting.com/register/306710934</a>\r\nBeginning at 7:30 AM ET\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - Second Estimate GDP – 4:30 AM ET\r\nUSD - New-Home Sales – 10:00 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nNZD - Trade Balance – 4:45 PM ET\r\nAUD - Private Capital Expenditure – 7:30 PM ET\r\n\r\nThe Trading Room TradeLAB \r\n<a href=\"https://www3.gotomeeting.com/register/306710934\">https://www3.gotomeeting.com/register/306710934</a>\r\nBeginning at 7:30 AM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\n<a href=\"https://www3.gotomeeting.com/register/442534006\">https://www3.gotomeeting.com/register/442534006</a>\r\nWednesday beginning at 7:00 PM ET\r\nTopic: GnosTICK Zones and RQ Channel Basics\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Market Movers\r\nUSD - Core Durable Goods Orders and Unemployment Claims – 8:30 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\nNZD - ANZ Business Confidence – 7:00 PM ET\r\n\r\nThe Trading Room TradeLAB \r\n<a href=\"https://www3.gotomeeting.com/register/306710934\">https://www3.gotomeeting.com/register/306710934</a>\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>FRIDAY</strong>\r\nEconomic Data Release - Market Movers\r\nEUR - CPI Flash Estimate – 5:00 AM ET\r\nCAD - GDP – 8:30 AM ET\r\nUSD - Preliminary GDP – 8:30 AM ET\r\nUSD - Chicago PMI – 9:45 AM ET\r\nUSD - Revised Uom Consumer Sentiment – 9:55 AM ET\r\nGBP - BOE Gov. Carney Speaks – 10:30 AM ET\r\nCNY - Manufacturing PMI – 8:00 PM ET\r\n\r\nThe Trading Room TradeLAB \r\n<a href=\"https://www3.gotomeeting.com/register/306710934\">https://www3.gotomeeting.com/register/306710934</a>\r\nBeginning at 7:30 AM ET\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/wall-street-blue.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/wall-street-blue.jpg\" alt=\"wall street blue\" width=\"229\" height=\"166\" class=\"alignnone size-full wp-image-1010\" /></a>\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY \r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1009-revision-v1','','','2014-02-23 23:49:54','2014-02-23 23:49:54','',1009,'http://www.thetradingroom.com/1009-revision-v1/',0,'revision','',0),(1019,2,'2014-02-24 12:05:35','2014-02-24 12:05:35','<strong>UPDATED 7:00 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks were little changed near a six-year high as HSBC Holdings Plc fell after reporting worse-than-estimated profit, offsetting a surge in Scania AB following a Volkswagen AG bid. U.S. index futures were little changed, while Asian shares slipped.\r\n\r\n<strong>BONDS</strong> - The extra yield U.S. corporate bonds offer instead of Treasuries approached a six-year low as investors speculated the economy will pick up after the North American winter ends.\r\n\r\n<strong>COMMODITIES</strong> - Copper fell the most in a month in London after a report that some Chinese banks curbed real-estate lending sparked concern demand is poised to slow in the world’s biggest consumer of the metal.\r\n\r\n<strong>CURRENCIES</strong> - Australia’s dollar remained lower following a decline last week after iron ore fell and amid reports of of property-lending curbs in China, the nation’s biggest trading partner.\r\n\r\n<strong>ECONOMIC DATA</strong> -  EU Economic Forecasts due at 7:45, US CB Consumer Confidence at 10:00, FOMC Member Tarullo Speaks at 10:10 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\" alt=\"Hangseng sign\" width=\"604\" height=\"453\" class=\"alignnone size-full wp-image-454\" /></a>\r\n','Pre-Market Report – Global Financial Markets','','publish','open','closed','','pre-market-report-global-financial-markets-2','','','2014-02-24 12:05:35','2014-02-24 12:05:35','',0,'http://www.thetradingroom.com/?p=1019',0,'post','',0),(1020,2,'2014-02-24 12:05:35','2014-02-24 12:05:35','<strong>UPDATED 7:00 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks were little changed near a six-year high as HSBC Holdings Plc fell after reporting worse-than-estimated profit, offsetting a surge in Scania AB following a Volkswagen AG bid. U.S. index futures were little changed, while Asian shares slipped.\r\n\r\n<strong>BONDS</strong> - The extra yield U.S. corporate bonds offer instead of Treasuries approached a six-year low as investors speculated the economy will pick up after the North American winter ends.\r\n\r\n<strong>COMMODITIES</strong> - Copper fell the most in a month in London after a report that some Chinese banks curbed real-estate lending sparked concern demand is poised to slow in the world’s biggest consumer of the metal.\r\n\r\n<strong>CURRENCIES</strong> - Australia’s dollar remained lower following a decline last week after iron ore fell and amid reports of of property-lending curbs in China, the nation’s biggest trading partner.\r\n\r\n<strong>ECONOMIC DATA</strong> -  EU Economic Forecasts due at 7:45, US CB Consumer Confidence at 10:00, FOMC Member Tarullo Speaks at 10:10 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\" alt=\"Hangseng sign\" width=\"604\" height=\"453\" class=\"alignnone size-full wp-image-454\" /></a>\r\n','Pre-Market Report – Global Financial Markets','','inherit','open','closed','','1019-revision-v1','','','2014-02-24 12:05:35','2014-02-24 12:05:35','',1019,'http://www.thetradingroom.com/1019-revision-v1/',0,'revision','',0),(1022,2,'2014-02-25 12:21:12','2014-02-25 12:21:12','<strong>UPDATED 7:15 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks dropped from a six-year high on concern about Chinese growth and as companies from Vivendi SA (VIV) to Fresenius Medical Care AG posted disappointing results. U.S. stock-index futures were little changed, while Asian shares rose.\r\n\r\n<strong>BONDS </strong>- U.S. credit risk has fallen to about half of what it was four months ago as the Federal Reserve slows its bond-purchase program without stoking an increase in Treasury yields.\r\nCOMMODITIES -  Crude Oil fell for the third time in four days before a government report forecast to show U.S. crude stockpiles expanded and amid concern consumption in China may falter.\r\n\r\n<strong>CURRENCIES</strong> - The Japanese Yen  strengthened amid speculation a depreciating Chinese yuan will damp global growth.The British Pound strengthened for a second day against the dollar as an industry report showed U.K.mortgage approvals climbed.\r\n\r\n<strong>ECONOMIC DATA</strong> -  EU Economic Forecasts due at 7:45, US CB Consumer Confidence at 10:00, FOMC Member Tarullo Speaks at 10:10 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\" alt=\"red clocks pre-market open\" width=\"482\" height=\"394\" class=\"alignnone size-full wp-image-899\" /></a>','Pre-Market Report – Global Financial Markets','','inherit','open','closed','','1021-revision-v1','','','2014-02-25 12:21:12','2014-02-25 12:21:12','',1021,'http://www.thetradingroom.com/1021-revision-v1/',0,'revision','',0),(1023,2,'2014-02-25 12:22:32','2014-02-25 12:22:32','<strong>UPDATED 7:15 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks dropped from a six-year high on concern about Chinese growth and as companies from Vivendi SA (VIV) to Fresenius Medical Care AG posted disappointing results. U.S. stock-index futures were little changed, while Asian shares rose.\r\n\r\n<strong>BONDS </strong>- U.S. credit risk has fallen to about half of what it was four months ago as the Federal Reserve slows its bond-purchase program without stoking an increase in Treasury yields.\r\nCOMMODITIES -  Crude Oil fell for the third time in four days before a government report forecast to show U.S. crude stockpiles expanded and amid concern consumption in China may falter.\r\n\r\n<strong>CURRENCIES</strong> - The Japanese Yen  strengthened amid speculation a depreciating Chinese yuan will damp global growth.The British Pound strengthened for a second day against the dollar as an industry report showed U.K.mortgage approvals climbed.\r\n\r\n<strong>ECONOMIC DATA</strong> -  EU Economic Forecasts due at 7:45, US CB Consumer Confidence at 10:00, FOMC Member Tarullo Speaks at 10:10 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\" alt=\"red clocks pre-market open\" width=\"482\" height=\"394\" class=\"alignnone size-full wp-image-899\" /></a>','Pre Market Trading Report – Global Financial Markets','','inherit','open','closed','','1021-revision-v1','','','2014-02-25 12:22:32','2014-02-25 12:22:32','',1021,'http://www.thetradingroom.com/1021-revision-v1/',0,'revision','',0),(1256,2,'2014-03-05 12:09:15','0000-00-00 00:00:00','','Quants Training9','','draft','open','closed','','quants-training9','','','2014-03-05 12:09:15','0000-00-00 00:00:00','',0,'http://www.thetradingroom.com/?page_id=1256',0,'page','',0),(1025,2,'2013-02-26 10:31:07','2013-02-26 10:31:07','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\"><img class=\"alignleft size-full wp-image-173\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\" width=\"650\" height=\"148\" /></a>\r\n[hr]\r\n[dropcap2]1[/dropcap2]<strong> Identify market behavior in minutes. Learn a new approach with our forward looking indicators.</strong>\r\n<strong> Join our energy driven trading room and experience the power of market intelligence in a live real-</strong>\r\n<strong> time trading environment.</strong>\r\n\r\n[dropcap2]2[/dropcap2] <strong>Think better, trade smarter. Discover new ideas from our unique expertise in quantitative</strong>\r\n<strong> analysis and algorithmic trading strategies.</strong>\r\n\r\n[dropcap2]3[/dropcap2] <strong>The global markets never sleep, your analysis shouldn\'t either. Uncover new solutions with</strong>\r\n<strong> our timely quantitative analytical tool built for global multi-asset traders.</strong>\r\n[hr]\r\n<strong>Subscribe - Trading Room:</strong>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>\r\n[hr]\r\n<strong>TheTradingRoom.com - Established since 1997</strong>\r\n\r\n<strong>TheTradingRoom.com</strong> was born as the technology wave was reaching the financial industry. At\r\nthe same time the Securities and Exchange Commission (SEC) introduced market reforms to\r\nimprove the efficiency of the market place to allow for alternative trading systems, this marked\r\na new era for quantitative trading professionals. As a Wall Street quant, I recognized the impact\r\nit would have for the financial markets, from strategy rooms to the trading desks. In pursuit for\r\nbetter overall performance, I left Salomon Smith Barney, my employer at the time and launched\r\nTheTradingRoom.com. Since the beginning our success has been credited to our ability to merge\r\ncomplex ideas into working strategies. Whether you trade futures, forex or stocks, you will find us\r\nto deliver more than a wide range of skills and recourses. Our members come here for a reason, find\r\nyours.\r\n\r\n- Joe Rios, Founder','Home','','inherit','open','closed','','2-revision-v1','','','2013-02-26 10:31:07','2013-02-26 10:31:07','',2,'http://www.thetradingroom.com/2-revision-v1/',0,'revision','',0),(1026,2,'2014-02-25 17:34:57','2014-02-25 17:34:57','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\"><img class=\"alignleft size-full wp-image-173\" alt=\"wallstreet\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\" width=\"650\" height=\"148\" /></a>\r\n[hr]\r\n[dropcap2]1[/dropcap2]<strong> Identify market behavior in minutes. Learn a new approach with our forward looking indicators.</strong>\r\n<strong> Join our energy driven trading room and experience the power of market intelligence in a live real-</strong>\r\n<strong> time trading environment.</strong>\r\n\r\n[dropcap2]2[/dropcap2] <strong>Think better, trade smarter. Discover new ideas from our unique expertise in quantitative</strong>\r\n<strong> analysis and algorithmic trading strategies.</strong>\r\n\r\n[dropcap2]3[/dropcap2] <strong>The global markets never sleep, your analysis shouldn\'t either. Uncover new solutions with</strong>\r\n<strong> our timely quantitative analytical tool built for global multi-asset traders.</strong>\r\n[hr]\r\n<strong>Subscribe - Trading Room:</strong>\r\n<div id=\"rss\">[RSSImport display=\"30\" feedurl=\"http://www.riosquant.com/feed/events\" html=\"true\"]</div>\r\n[hr]\r\n<strong>TheTradingRoom.com - Established since 1997</strong>\r\n\r\n<strong>TheTradingRoom.com</strong> was born as the technology wave was reaching the financial industry. At\r\nthe same time the Securities and Exchange Commission (SEC) introduced market reforms to\r\nimprove the efficiency of the market place to allow for alternative trading systems, this marked\r\na new era for quantitative trading professionals. As a Wall Street quant, I recognized the impact\r\nit would have for the financial markets, from strategy rooms to the trading desks. In pursuit for\r\nbetter overall performance, I left Salomon Smith Barney, my employer at the time and launched\r\nTheTradingRoom.com. Since the beginning our success has been credited to our ability to merge\r\ncomplex ideas into working strategies. Whether you trade futures, forex or stocks, you will find us\r\nto deliver more than a wide range of skills and recourses. Our members come here for a reason, find\r\nyours.\r\n\r\n- Joe Rios, Founder','Home','','inherit','open','closed','','2-autosave-v1','','','2014-02-25 17:34:57','2014-02-25 17:34:57','',2,'http://www.thetradingroom.com/2-autosave-v1/',0,'revision','',0),(1029,2,'2014-02-26 12:04:36','2014-02-26 12:04:36','<strong>UPDATED 6:50 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks declined from a six- year high as investors weighed earnings and awaited a U.S. report on new-home sales. U.S. stock-index futures rose, while Asian shares were little changed.\r\n\r\n<strong>BONDS</strong> - Treasuries lagged behind stocks by the most in seven months amid confidence the Federal Reserve will tailor its reduction in stimulus to support riskier assets even if the U.S. economic recovery keeps weakening.\r\n\r\n<strong>COMMODITIES</strong> -  Natural gas declined for a third day in New York, extending the steepest drop in more than six years on speculation that warmer U.S. weather will reduce demand for heating fuel.\r\n\r\n<strong>CURRENCIES</strong> - Price swings for the euro against the dollar, the world’s most-traded currency pair, fell to the lowest since at least 2007 as traders awaited signals from central banks on the future direction of monetary policy.\r\n\r\n<strong>ECONOMIC DATA </strong>-  US New Home Sales due at 10:00, Crude Oil Inventories at 10:30, NZD Trade Balance at 16:45, AUD Private Capital Expenditure 19:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\" alt=\"pre market open Blue board\" width=\"360\" height=\"266\" class=\"alignnone size-full wp-image-886\" /></a>','Pre Market Report – Global Financial Markets','','inherit','open','closed','','1027-revision-v1','','','2014-02-26 12:04:36','2014-02-26 12:04:36','',1027,'http://www.thetradingroom.com/1027-revision-v1/',0,'revision','',0),(1030,2,'2014-02-26 12:06:35','2014-02-26 12:06:35','<strong>UPDATED 6:50 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks declined from a six- year high as investors weighed earnings and awaited a U.S. report on new-home sales. U.S. stock-index futures rose, while Asian shares were little changed.\r\n\r\n<strong>BONDS</strong> - Treasuries lagged behind stocks by the most in seven months amid confidence the Federal Reserve will tailor its reduction in stimulus to support riskier assets even if the U.S. economic recovery keeps weakening.\r\n\r\n<strong>COMMODITIES</strong> -  Natural gas declined for a third day in New York, extending the steepest drop in more than six years on speculation that warmer U.S. weather will reduce demand for heating fuel.\r\n\r\n<strong>CURRENCIES</strong> - Price swings for the euro against the dollar, the world’s most-traded currency pair, fell to the lowest since at least 2007 as traders awaited signals from central banks on the future direction of monetary policy.\r\n\r\n<strong>ECONOMIC DATA </strong>-  US New Home Sales due at 10:00, Crude Oil Inventories at 10:30, NZD Trade Balance at 16:45, AUD Private Capital Expenditure 19:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\" alt=\"pre market open Blue board\" width=\"360\" height=\"266\" class=\"alignnone size-full wp-image-886\" /></a>','Pre Market Trading Report – Global Financial Markets','','inherit','open','closed','','1027-revision-v1','','','2014-02-26 12:06:35','2014-02-26 12:06:35','',1027,'http://www.thetradingroom.com/1027-revision-v1/',0,'revision','',0),(1031,2,'2014-02-26 17:20:13','2014-02-26 17:20:13','<strong>Is anxiety taking over your trading in the current crazy\r\nand choppy markets?</strong>\r\n\r\nYou have witnessed our trading performance sky rocket 40% this month in our\r\nlive trading room. Now you can join our head global trader Edward EP Preston\r\nand find out his exact step-by-step approach. Learn how he applies the RiosQuant trading technology to squeeze profits out of the markets while controlling risk.\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/305970536e/TEST/beec03775c\">TO REGISTER TO THIS SPECIAL EVENT! </a>\r\n\r\nBe there or be square! Wednesday, February 25th at 7:00 PM ET\r\n\r\n\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/EP-trading-room-pic.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/EP-trading-room-pic.jpg\" alt=\"EP trading room pic\" width=\"600\" height=\"402\" class=\"alignnone size-full wp-image-357\" /></a>','Take Your Trading Up a Notch and Boost Your Profits','','publish','open','closed','','take-trading-notch-boost-profits','','','2014-02-26 17:20:13','2014-02-26 17:20:13','',0,'http://www.thetradingroom.com/?p=1031',0,'post','',0),(1033,2,'2014-02-26 17:07:26','2014-02-26 17:07:26','<strong>Is anxiety taking over your trading in the current crazy\r\nand choppy markets?</strong>\r\n\r\nYou have witnessed our trading performance sky rocket 40% this month in our\r\nlive trading room. Now you can join our head global trader Edward EP Preston\r\nand find out his exact step-by-step approach. Learn how he applies the RiosQuant trading technology to squeeze profits out of the markets while controlling risk.\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/305970536e/TEST/beec03775c\">TO REGISTER TO THIS SPECIAL EVENT! </a>\r\n\r\nBe there or be square! Wednesday, February 25th at 7:00 PM ET\r\n\r\n','Take Your Trading Up a Notch and Boost Your Trading Profits','','inherit','open','closed','','1031-revision-v1','','','2014-02-26 17:07:26','2014-02-26 17:07:26','',1031,'http://www.thetradingroom.com/1031-revision-v1/',0,'revision','',0),(1032,2,'2014-02-26 17:03:50','2014-02-26 17:03:50','<strong>Is anxiety taking over your trading in the current crazy\r\nand choppy markets?</strong>\r\n\r\nYou have witnessed our trading performance sky rocket 40% this month in our\r\nlive trading room. Now you can join our head global trader Edward EP Preston\r\nand find out his exact step-by-step approach. Learn how he applies the RiosQuant trading technology to squeeze profits out of the markets while controlling risk.\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/305970536e/TEST/beec03775c\">CLICK HERE TO REGISTER TO THIS SPECIAL EVENT! </a>\r\nhttp://cts.vresp.com/c/?RiosQuantitativeLLC/305970536e/TEST/beec03775c\r\n\r\nBe there or be square! Wednesday, February 25th at 7:00 PM ET\r\n\r\n','Take Your Trading Up a Notch and Boost Your Trading Profits','','inherit','open','closed','','1031-revision-v1','','','2014-02-26 17:03:50','2014-02-26 17:03:50','',1031,'http://www.thetradingroom.com/1031-revision-v1/',0,'revision','',0),(1034,2,'2014-02-26 17:08:35','2014-02-26 17:08:35','','ep trading room clocks','','inherit','open','closed','','ep-trading-room-clocks','','','2014-02-26 17:08:35','2014-02-26 17:08:35','',1031,'http://www.thetradingroom.com/wp-content/uploads/2014/02/ep-trading-room-clocks.tif',0,'attachment','image/tiff',0),(1035,2,'2014-02-26 17:11:37','2014-02-26 17:11:37','','ep ptr clocks','','inherit','open','closed','','ep-ptr-clocks','','','2014-02-26 17:11:37','2014-02-26 17:11:37','',1031,'http://www.thetradingroom.com/wp-content/uploads/2014/02/ep-ptr-clocks.jpg',0,'attachment','image/jpeg',0),(1038,2,'2014-02-26 17:16:55','2014-02-26 17:16:55','<strong>Is anxiety taking over your trading in the current crazy\r\nand choppy markets?</strong>\r\n\r\nYou have witnessed our trading performance sky rocket 40% this month in our\r\nlive trading room. Now you can join our head global trader Edward EP Preston\r\nand find out his exact step-by-step approach. Learn how he applies the RiosQuant trading technology to squeeze profits out of the markets while controlling risk.\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/305970536e/TEST/beec03775c\">TO REGISTER TO THIS SPECIAL EVENT! </a>\r\n\r\nBe there or be square! Wednesday, February 25th at 7:00 PM ET\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/ep-ptr-clocks1.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/ep-ptr-clocks1.jpg\" alt=\"ep ptr clocks\" width=\"1032\" height=\"592\" class=\"alignnone size-full wp-image-1037\" /></a>\r\n\r\n','Take Your Trading Up a Notch and Boost Your Trading Profits','','inherit','open','closed','','1031-revision-v1','','','2014-02-26 17:16:55','2014-02-26 17:16:55','',1031,'http://www.thetradingroom.com/1031-revision-v1/',0,'revision','',0),(1036,2,'2014-02-26 17:14:35','2014-02-26 17:14:35','<strong>Is anxiety taking over your trading in the current crazy\r\nand choppy markets?</strong>\r\n\r\nYou have witnessed our trading performance sky rocket 40% this month in our\r\nlive trading room. Now you can join our head global trader Edward EP Preston\r\nand find out his exact step-by-step approach. Learn how he applies the RiosQuant trading technology to squeeze profits out of the markets while controlling risk.\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/305970536e/TEST/beec03775c\">TO REGISTER TO THIS SPECIAL EVENT! </a>\r\n\r\nBe there or be square! Wednesday, February 25th at 7:00 PM ET\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/ep-trading-room-clocks.tif\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/ep-trading-room-clocks.tif\" alt=\"ep trading room clocks\" class=\"alignnone size-full wp-image-1034\" /></a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/ep-ptr-clocks.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/ep-ptr-clocks.jpg\" alt=\"ep ptr clocks\" width=\"974\" height=\"590\" class=\"alignnone size-full wp-image-1035\" /></a>','Take Your Trading Up a Notch and Boost Your Trading Profits','','inherit','open','closed','','1031-revision-v1','','','2014-02-26 17:14:35','2014-02-26 17:14:35','',1031,'http://www.thetradingroom.com/1031-revision-v1/',0,'revision','',0),(1037,2,'2014-02-26 17:16:38','2014-02-26 17:16:38','','ep ptr clocks','','inherit','open','closed','','ep-ptr-clocks-2','','','2014-02-26 17:16:38','2014-02-26 17:16:38','',1031,'http://www.thetradingroom.com/wp-content/uploads/2014/02/ep-ptr-clocks1.jpg',0,'attachment','image/jpeg',0),(1039,2,'2014-02-26 17:18:28','2014-02-26 17:18:28','<strong>Is anxiety taking over your trading in the current crazy\r\nand choppy markets?</strong>\r\n\r\nYou have witnessed our trading performance sky rocket 40% this month in our\r\nlive trading room. Now you can join our head global trader Edward EP Preston\r\nand find out his exact step-by-step approach. Learn how he applies the RiosQuant trading technology to squeeze profits out of the markets while controlling risk.\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/305970536e/TEST/beec03775c\">TO REGISTER TO THIS SPECIAL EVENT! </a>\r\n\r\nBe there or be square! Wednesday, February 25th at 7:00 PM ET\r\n\r\n\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/EP-trading-room-pic.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/EP-trading-room-pic.jpg\" alt=\"EP trading room pic\" width=\"600\" height=\"402\" class=\"alignnone size-full wp-image-357\" /></a>','Take Your Trading Up a Notch and Boost Your Trading Profits','','inherit','open','closed','','1031-revision-v1','','','2014-02-26 17:18:28','2014-02-26 17:18:28','',1031,'http://www.thetradingroom.com/1031-revision-v1/',0,'revision','',0),(1040,2,'2014-02-26 17:19:06','2014-02-26 17:19:06','<strong>Is anxiety taking over your trading in the current crazy\r\nand choppy markets?</strong>\r\n\r\nYou have witnessed our trading performance sky rocket 40% this month in our\r\nlive trading room. Now you can join our head global trader Edward EP Preston\r\nand find out his exact step-by-step approach. Learn how he applies the RiosQuant trading technology to squeeze profits out of the markets while controlling risk.\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/305970536e/TEST/beec03775c\">TO REGISTER TO THIS SPECIAL EVENT! </a>\r\n\r\nBe there or be square! Wednesday, February 25th at 7:00 PM ET\r\n\r\n\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/EP-trading-room-pic.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/04/EP-trading-room-pic.jpg\" alt=\"EP trading room pic\" width=\"600\" height=\"402\" class=\"alignnone size-full wp-image-357\" /></a>','Take Your Trading Up a Notch and Boost Your Profits','','inherit','open','closed','','1031-revision-v1','','','2014-02-26 17:19:06','2014-02-26 17:19:06','',1031,'http://www.thetradingroom.com/1031-revision-v1/',0,'revision','',0),(1041,2,'2014-02-26 17:57:55','2014-02-26 17:57:55','Name: <strong>Jim Gasson</strong>\r\n\r\nHome town: <strong>Falls Church, Virginia USA</strong>\r\n\r\nJob Title: <strong>Trader Jim &amp; Daddy Dog</strong>\r\n\r\nTrading since: <strong>1997 – 2003; I took a break from trading to pursue another business endeavor in ‘03; Resumed trading in ’12.</strong>\r\n\r\nPreferred markets to trade: <strong>Gold, Natural Gas, Soy, Yen &amp; Swiss Franc Futures</strong>\r\n\r\nFavorite approach to trading:<strong> Momentum &amp; trend following in a software identified 5 Wave Elliott Pattern, which is contained within the RiosQuant Gnos levels template.</strong>\r\n\r\nMain strategy utilized: <strong>1) Market Selection: Determining the highest probability instruments to trade based on market sentiment &amp; correlation; 2) In either an uptrend, or downtrend, catching an identified wave 3, or wave 5, within an Elliott Pattern (on a 3 or 5 minute chart), using a break of the RQ 2 or 7 channel, as the primary trigger. </strong>\r\n\r\nLast trade: <strong>Profitable long trade on the YM (2 contracts) on Full Moon Friday (Valentine’s Day), February 14 </strong>\r\n\r\nMost memorable trade: <strong>A recent $2,220 profit on a Gold short during the Tokyo into London sessions. The profit was nice, however, what made the trade so memorable for me was the experience I had hours beforehand, of seeing in great detail, how the trade would play out in my mind’s eye. Wish that experience happened with every trade!</strong>\r\n\r\nBiggest Challenge: <strong>Not trading from any level of a fear-based mindset. From whatever level we do that, I believe we invite a reflection of that in our trading:\r\n1. Fear of Loss\r\n2. Fear of Missing Out\r\n3. Fear of Letting a Profit Turn into a Loss\r\n4. Fear of Being Wrong (not being right/perfectionism)</strong>\r\n\r\nPrimary ambition: <strong>Consistent profits</strong>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/jim-g.jpg\"><img class=\"alignnone size-full wp-image-1045\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/jim-g.jpg\" alt=\"jim g\" width=\"440\" height=\"362\" /></a>\r\n\r\nRiosQuant member since: <strong>October, 2012</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nTESTIMONIALS ARE NOT INDICATIVE OF FUTURE PERFORMANCE OR SUCCESS\r\n\r\n&nbsp;','Meet Members – RiosQuant Traders','','publish','open','closed','','meet-members-riosquant-traders-8','','','2016-10-09 17:39:57','2016-10-09 17:39:57','',0,'http://www.thetradingroom.com/?p=1041',0,'post','',0),(1042,2,'2014-02-26 17:52:26','2014-02-26 17:52:26','Name: <strong>Jim Gasson</strong>\r\n\r\nHome town:  <strong>Falls Church, Virginia  USA</strong>\r\n\r\nJob Title: <strong>Trader Jim & Daddy Dog</strong>\r\n\r\nTrading since: <strong>1997 – 2003; I took a break from trading to pursue another business endeavor in ‘03; Resumed trading in ’12.</strong>\r\n\r\nPreferred markets to trade: <strong>Gold, Natural Gas, Soy, Yen & Swiss Franc Futures\r\nFavorite approach to trading: Momentum & trend following in a software identified 5 Wave Elliott Pattern, which is contained within the RiosQuant Gnos levels template.\r\nMain strategy utilized: 1) Market Selection: Determining the highest probability instruments to trade based on market sentiment & correlation; 2) In either an uptrend, or downtrend, catching an identified wave 3, or wave 5, within an Elliott Pattern (on a 3 or 5 minute chart), using a break of the RQ 2 or 7 channel, as the primary trigger. </strong> \r\n \r\nLast trade: <strong>Profitable long trade on the YM (2 contracts) on Full Moon Friday (Valentine’s Day), February 14 </strong>\r\n\r\nMost memorable trade:  <strong>A recent $2,220 profit on a Gold short during the Tokyo into London sessions.  The profit was nice, however, what made the trade so memorable for me was the experience I had hours beforehand, of seeing in great detail, how the trade would play out in my mind’s eye.  Wish that experience happened with every trade!</strong>\r\n\r\nBiggest Challenge: <strong>Not trading from any level of a fear-based mindset.  From whatever level we do that, I believe we invite a reflection of that in our trading: \r\n1.   Fear of Loss\r\n2.   Fear of Missing Out\r\n3.   Fear of Letting a Profit Turn into a Loss\r\n4.   Fear of Being Wrong (not being right/perfectionism)</strong>\r\n\r\nPrimary ambition: <strong>Consistent profits</strong>\r\n\r\nRiosQuant member since: <strong>October, 2012</strong>\r\n','','','inherit','open','closed','','1041-revision-v1','','','2014-02-26 17:52:26','2014-02-26 17:52:26','',1041,'http://www.thetradingroom.com/1041-revision-v1/',0,'revision','',0),(1043,2,'2014-02-26 17:53:25','2014-02-26 17:53:25','Name: <strong>Jim Gasson</strong>\r\n\r\nHome town:  <strong>Falls Church, Virginia  USA</strong>\r\n\r\nJob Title: <strong>Trader Jim & Daddy Dog</strong>\r\n\r\nTrading since: <strong>1997 – 2003; I took a break from trading to pursue another business endeavor in ‘03; Resumed trading in ’12.</strong>\r\n\r\nPreferred markets to trade: <strong>Gold, Natural Gas, Soy, Yen & Swiss Franc Futures</strong>\r\n\r\nFavorite approach to trading: <strong>Momentum & trend following in a software identified 5 Wave Elliott Pattern, which is contained within the RiosQuant Gnos levels template.\r\nMain strategy utilized: 1) Market Selection: Determining the highest probability instruments to trade based on market sentiment & correlation; 2) In either an uptrend, or downtrend, catching an identified wave 3, or wave 5, within an Elliott Pattern (on a 3 or 5 minute chart), using a break of the RQ 2 or 7 channel, as the primary trigger. </strong>\r\n \r\nLast trade: <strong>Profitable long trade on the YM (2 contracts) on Full Moon Friday (Valentine’s Day), February 14 </strong>\r\n\r\nMost memorable trade:  <strong>A recent $2,220 profit on a Gold short during the Tokyo into London sessions.  The profit was nice, however, what made the trade so memorable for me was the experience I had hours beforehand, of seeing in great detail, how the trade would play out in my mind’s eye.  Wish that experience happened with every trade!</strong>\r\n\r\nBiggest Challenge: <strong>Not trading from any level of a fear-based mindset.  From whatever level we do that, I believe we invite a reflection of that in our trading: \r\n1.   Fear of Loss\r\n2.   Fear of Missing Out\r\n3.   Fear of Letting a Profit Turn into a Loss\r\n4.   Fear of Being Wrong (not being right/perfectionism)</strong>\r\n\r\nPrimary ambition: <strong>Consistent profits</strong>\r\n\r\nRiosQuant member since: <strong>October, 2012</strong>\r\n','','','inherit','open','closed','','1041-revision-v1','','','2014-02-26 17:53:25','2014-02-26 17:53:25','',1041,'http://www.thetradingroom.com/1041-revision-v1/',0,'revision','',0),(1044,2,'2014-02-26 17:54:42','2014-02-26 17:54:42','Name: <strong>Jim Gasson</strong>\r\n\r\nHome town:  <strong>Falls Church, Virginia  USA</strong>\r\n\r\nJob Title: <strong>Trader Jim & Daddy Dog</strong>\r\n\r\nTrading since: <strong>1997 – 2003; I took a break from trading to pursue another business endeavor in ‘03; Resumed trading in ’12.</strong>\r\n\r\nPreferred markets to trade: <strong>Gold, Natural Gas, Soy, Yen & Swiss Franc Futures</strong>\r\n\r\nFavorite approach to trading:<strong> Momentum & trend following in a software identified 5 Wave Elliott Pattern, which is contained within the RiosQuant Gnos levels template.</strong>\r\n\r\nMain strategy utilized: <strong>1) Market Selection: Determining the highest probability instruments to trade based on market sentiment & correlation; 2) In either an uptrend, or downtrend, catching an identified wave 3, or wave 5, within an Elliott Pattern (on a 3 or 5 minute chart), using a break of the RQ 2 or 7 channel, as the primary trigger. </strong>\r\n \r\nLast trade: <strong>Profitable long trade on the YM (2 contracts) on Full Moon Friday (Valentine’s Day), February 14 </strong>\r\n\r\nMost memorable trade:  <strong>A recent $2,220 profit on a Gold short during the Tokyo into London sessions.  The profit was nice, however, what made the trade so memorable for me was the experience I had hours beforehand, of seeing in great detail, how the trade would play out in my mind’s eye.  Wish that experience happened with every trade!</strong>\r\n\r\nBiggest Challenge: <strong>Not trading from any level of a fear-based mindset.  From whatever level we do that, I believe we invite a reflection of that in our trading: \r\n1.   Fear of Loss\r\n2.   Fear of Missing Out\r\n3.   Fear of Letting a Profit Turn into a Loss\r\n4.   Fear of Being Wrong (not being right/perfectionism)</strong>\r\n\r\nPrimary ambition: <strong>Consistent profits</strong>\r\n\r\nRiosQuant member since: <strong>October, 2012</strong>\r\n','','','inherit','open','closed','','1041-revision-v1','','','2014-02-26 17:54:42','2014-02-26 17:54:42','',1041,'http://www.thetradingroom.com/1041-revision-v1/',0,'revision','',0),(1045,2,'2014-02-26 17:55:25','2014-02-26 17:55:25','','jim g','','inherit','open','closed','','jim-g','','','2014-02-26 17:55:25','2014-02-26 17:55:25','',1041,'http://www.thetradingroom.com/wp-content/uploads/2014/02/jim-g.jpg',0,'attachment','image/jpeg',0),(1046,2,'2014-02-26 17:57:55','2014-02-26 17:57:55','Name: <strong>Jim Gasson</strong>\r\n\r\nHome town:  <strong>Falls Church, Virginia  USA</strong>\r\n\r\nJob Title: <strong>Trader Jim & Daddy Dog</strong>\r\n\r\nTrading since: <strong>1997 – 2003; I took a break from trading to pursue another business endeavor in ‘03; Resumed trading in ’12.</strong>\r\n\r\nPreferred markets to trade: <strong>Gold, Natural Gas, Soy, Yen & Swiss Franc Futures</strong>\r\n\r\nFavorite approach to trading:<strong> Momentum & trend following in a software identified 5 Wave Elliott Pattern, which is contained within the RiosQuant Gnos levels template.</strong>\r\n\r\nMain strategy utilized: <strong>1) Market Selection: Determining the highest probability instruments to trade based on market sentiment & correlation; 2) In either an uptrend, or downtrend, catching an identified wave 3, or wave 5, within an Elliott Pattern (on a 3 or 5 minute chart), using a break of the RQ 2 or 7 channel, as the primary trigger. </strong>\r\n \r\nLast trade: <strong>Profitable long trade on the YM (2 contracts) on Full Moon Friday (Valentine’s Day), February 14 </strong>\r\n\r\nMost memorable trade:  <strong>A recent $2,220 profit on a Gold short during the Tokyo into London sessions.  The profit was nice, however, what made the trade so memorable for me was the experience I had hours beforehand, of seeing in great detail, how the trade would play out in my mind’s eye.  Wish that experience happened with every trade!</strong>\r\n\r\nBiggest Challenge: <strong>Not trading from any level of a fear-based mindset.  From whatever level we do that, I believe we invite a reflection of that in our trading: \r\n1.   Fear of Loss\r\n2.   Fear of Missing Out\r\n3.   Fear of Letting a Profit Turn into a Loss\r\n4.   Fear of Being Wrong (not being right/perfectionism)</strong>\r\n\r\nPrimary ambition: <strong>Consistent profits</strong>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/jim-g.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/jim-g.jpg\" alt=\"jim g\" width=\"440\" height=\"362\" class=\"alignnone size-full wp-image-1045\" /></a>\r\n\r\n\r\nRiosQuant member since: <strong>October, 2012</strong>\r\n','Meet Members – RiosQuant Traders','','inherit','open','closed','','1041-revision-v1','','','2014-02-26 17:57:55','2014-02-26 17:57:55','',1041,'http://www.thetradingroom.com/1041-revision-v1/',0,'revision','',0),(1047,2,'2014-02-26 18:04:11','2014-02-26 18:04:11','Name: <strong>Richard Gessler</strong>\r\n\r\nHome town: <strong>Honolulu , Hawaii</strong>\r\n\r\nJob Title: <strong>Retired Hawaiian Airlines Pilot </strong>\r\n\r\nTrading since: <strong>Off &amp; on since early 80’s , full time since 2000</strong>\r\n\r\nPreferred markets to trade: <strong>Our Gnos basket of commodities</strong>\r\n\r\nFavorite approach to trading: <strong>Rios Quant approach</strong>\r\n\r\nMain strategy utilized: <strong>Basic Gnos</strong>\r\n\r\nLast trade: <strong>Aussie Dollar</strong>\r\n\r\nMost memorable trade: <strong>Short silver when the Hunt’s ran the silver mkt limit up for days in 1979</strong>\r\n\r\nBiggest Challenge: <strong>Pulling the trigger</strong>\r\n\r\nPrimary ambition: <strong>To continue to live a healthy and enriched and fulfilled life.\r\n</strong>\r\nRiosQuant member since: <strong>2010</strong>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/richard-racer.jpg\"><img class=\"alignnone size-full wp-image-1048\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/richard-racer.jpg\" alt=\"richard racer\" width=\"485\" height=\"434\" /></a>\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nTESTIMONIALS ARE NOT INDICATIVE OF FUTURE PERFORMANCE OR SUCCESS','Meet Members – RiosQuant Traders','','publish','open','closed','','meet-members-riosquant-traders-9','','','2016-10-09 17:40:30','2016-10-09 17:40:30','',0,'http://www.thetradingroom.com/?p=1047',0,'post','',0),(1048,2,'2014-02-26 18:00:41','2014-02-26 18:00:41','','richard racer','','inherit','open','closed','','richard-racer','','','2014-02-26 18:00:41','2014-02-26 18:00:41','',1047,'http://www.thetradingroom.com/wp-content/uploads/2014/02/richard-racer.jpg',0,'attachment','image/jpeg',0),(1049,2,'2014-02-26 18:04:11','2014-02-26 18:04:11','Name: <strong>Richard Gessler</strong>\r\n\r\nHome town: <strong>Honolulu , Hawaii</strong>\r\n\r\nJob Title: <strong>Retired Hawaiian Airlines Pilot </strong>\r\n\r\nTrading since: <strong>Off & on since early 80’s , full time since 2000</strong>\r\n\r\nPreferred markets to trade: <strong>Our Gnos basket of commodities</strong>\r\n\r\nFavorite approach to trading: <strong>Rios Quant approach</strong>\r\n\r\nMain strategy utilized: <strong>Basic Gnos</strong>\r\n\r\nLast trade: <strong>Aussie Dollar</strong>\r\n\r\nMost memorable trade: <strong>Short silver when the Hunt’s ran the silver mkt limit up for days in 1979</strong>\r\n\r\nBiggest Challenge: <strong>Pulling the trigger</strong>\r\n\r\nPrimary ambition: <strong>To continue to live a healthy and enriched and fulfilled life.\r\n</strong>\r\nRiosQuant member since: <strong>2010</strong>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/richard-racer.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/richard-racer.jpg\" alt=\"richard racer\" width=\"485\" height=\"434\" class=\"alignnone size-full wp-image-1048\" /></a>\r\n\r\n','Meet Members – RiosQuant Traders','','inherit','open','closed','','1047-revision-v1','','','2014-02-26 18:04:11','2014-02-26 18:04:11','',1047,'http://www.thetradingroom.com/1047-revision-v1/',0,'revision','',0),(1050,2,'2014-02-26 23:15:16','2014-02-26 23:15:16','\r\n<strong>You\'re invited to join in!</strong>\r\n\r\nAnother exciting live trade session is scheduled with RiosQuant traders and coaches Joe Contes and Ken Eriksen Thursday, February 27th at 3 PM EST. The only thing better than trading with RQ Technology is to watch it in action.  See how trades with results like seen in the GLD example are identified using a powerful quantitative indicator. This is a simple approach to option and stock trading and we showcase it in a live market!\r\n\r\nRegistration is free, <a href=\"https://www3.gotomeeting.com/register/464356846\">simply click on this link to gain free access.</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/gld-option-trade.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/gld-option-trade.jpg\" alt=\"gld option trade\" width=\"412\" height=\"365\" class=\"alignnone size-full wp-image-1051\" /></a>\r\n','Live Market Trading for Stock/ETF and Option Traders','','publish','open','closed','','live-market-trading-stocketf-option-traders','','','2014-02-26 23:15:16','2014-02-26 23:15:16','',0,'http://www.thetradingroom.com/?p=1050',0,'post','',0),(1051,2,'2014-02-26 23:14:00','2014-02-26 23:14:00','','gld option trade','','inherit','open','closed','','gld-option-trade','','','2014-02-26 23:14:00','2014-02-26 23:14:00','',1050,'http://www.thetradingroom.com/wp-content/uploads/2014/02/gld-option-trade.jpg',0,'attachment','image/jpeg',0),(1052,2,'2014-02-26 23:15:16','2014-02-26 23:15:16','\r\n<strong>You\'re invited to join in!</strong>\r\n\r\nAnother exciting live trade session is scheduled with RiosQuant traders and coaches Joe Contes and Ken Eriksen Thursday, February 27th at 3 PM EST. The only thing better than trading with RQ Technology is to watch it in action.  See how trades with results like seen in the GLD example are identified using a powerful quantitative indicator. This is a simple approach to option and stock trading and we showcase it in a live market!\r\n\r\nRegistration is free, <a href=\"https://www3.gotomeeting.com/register/464356846\">simply click on this link to gain free access.</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/gld-option-trade.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/gld-option-trade.jpg\" alt=\"gld option trade\" width=\"412\" height=\"365\" class=\"alignnone size-full wp-image-1051\" /></a>\r\n','Live Market Trading for Stock/ETF and Option Traders','','inherit','open','closed','','1050-revision-v1','','','2014-02-26 23:15:16','2014-02-26 23:15:16','',1050,'http://www.thetradingroom.com/1050-revision-v1/',0,'revision','',0),(1054,2,'2014-02-27 12:18:47','2014-02-27 12:18:47','<strong>UPDATED 7:00 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks declined for a second day as companies from WPP Plc to Allianz SE posted profit that missed estimates. U.S. index futures erased their advance, while Asian shares were little changed.\r\n\r\n<strong>BONDS </strong>- Treasuries rose for a third day as harsh winter weather damped the outlook for the U.S. economy and as political turmoil in Ukraine boosted demand for safer assets.\r\nCOMMODITIES -  Copper traded near the lowest price since December in London amid concern demand is poised to slow in China, the biggest consumer of the metal, as mining companies move to increase production.\r\n\r\n<strong>CURRENCIES</strong> - The Japanese Yen climbed as reports that Russia put fighter jets on combat alert amid rising tensions in Ukraine sparked risk aversion flows.\r\n\r\n<strong>ECONOMIC DATA</strong> -  US Core Durable Goods Orders and Unemployment Claims due at 8:30, Fed Chair Yellen Testifies at 10:00, Natural Gas Storage at 10:30, NZD ANZ Business Confidence at 19:00 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\" alt=\"red clocks pre-market open\" width=\"482\" height=\"394\" class=\"alignnone size-full wp-image-899\" /></a>','Pre-Market Trading Report - Global Financial Markets','','inherit','open','closed','','1053-revision-v1','','','2014-02-27 12:18:47','2014-02-27 12:18:47','',1053,'http://www.thetradingroom.com/1053-revision-v1/',0,'revision','',0),(1056,2,'2014-03-03 12:02:00','2014-03-03 12:02:00','<strong>UPDATED 6:45 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks declined the most in five weeks amid increasing geopolitical tension after Russia’s parliament authorized President Vladimir Putin to deploy troops in Ukraine. U.S. index futures and Asian shares also fell.\r\n\r\n<strong>BONDS</strong> - Government bonds rose around the world after Russia seized control of Ukraine’s Black Sea region of Crimea, spurring demand for haven assets.\r\n\r\n<strong>COMMODITIES</strong> -  Most commodities advanced to the highest level in almost six months as escalating tension in Ukraine fueled concern that energy and agricultural supplies will be disrupted while increasing demand for gold as a haven.\r\n\r\n<strong>CURRENCIES</strong> - The Japanese yen and the Swiss franc strengthened after Russia took control of Crimea, intensifying concern of a conflict with Ukraine’s new government and boosting demand for haven assets.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Personal Spending m/m due at 8:30, ECB President Draghi Speaks at 9:00, US  ISM Manufacturing PMI due at 10:00, AUD Building Approvals  19:30, RBA Rate Statement at 22:30 ET.\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\" alt=\"red clocks pre-market open\" width=\"482\" height=\"394\" class=\"alignnone size-full wp-image-899\" /></a>\r\n\r\n','Pre-market Trading Report for the Global Financial Markets','','publish','open','closed','','pre-market-trading-report-global-financial-markets-3','','','2014-03-03 12:02:00','2014-03-03 12:02:00','',0,'http://www.thetradingroom.com/?p=1056',0,'post','',0),(1057,2,'2014-03-03 12:02:00','2014-03-03 12:02:00','<strong>UPDATED 6:45 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks declined the most in five weeks amid increasing geopolitical tension after Russia’s parliament authorized President Vladimir Putin to deploy troops in Ukraine. U.S. index futures and Asian shares also fell.\r\n\r\n<strong>BONDS</strong> - Government bonds rose around the world after Russia seized control of Ukraine’s Black Sea region of Crimea, spurring demand for haven assets.\r\n\r\n<strong>COMMODITIES</strong> -  Most commodities advanced to the highest level in almost six months as escalating tension in Ukraine fueled concern that energy and agricultural supplies will be disrupted while increasing demand for gold as a haven.\r\n\r\n<strong>CURRENCIES</strong> - The Japanese yen and the Swiss franc strengthened after Russia took control of Crimea, intensifying concern of a conflict with Ukraine’s new government and boosting demand for haven assets.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Personal Spending m/m due at 8:30, ECB President Draghi Speaks at 9:00, US  ISM Manufacturing PMI due at 10:00, AUD Building Approvals  19:30, RBA Rate Statement at 22:30 ET.\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\" alt=\"red clocks pre-market open\" width=\"482\" height=\"394\" class=\"alignnone size-full wp-image-899\" /></a>\r\n\r\n','Pre-market Trading Report for the Global Financial Markets','','inherit','open','closed','','1056-revision-v1','','','2014-03-03 12:02:00','2014-03-03 12:02:00','',1056,'http://www.thetradingroom.com/1056-revision-v1/',0,'revision','',0),(1058,2,'2014-03-03 12:15:26','2014-03-03 12:15:26','<strong>From the Desk of Joe Rios</strong>\r\n\r\n<strong>Is volatility knocking at the door?</strong> Natural Gas continued to be the attention grabber during last week\'s trading sessions with an impressive -25% drop. In the Forex market the US Dollar lost ground to most currencies. Soybeans led commodities posting a 4% gain. Stock indices closed the week strong with the Russell 2000 gaining 1.2%, Dow Jones Industrial Average 1.5%, S&P 500 1.4% and Nasdaq 1.0%. However I am taking notice that many of the stocks that led the recent rally in February closed the week with significant losses. Friday was the last day of the month,  therefore perhaps it was \"window dressing\" related activities from the mutual funds and professional money managers. It might have been simple profit-taking or maybe something deeper that may still be under the surface. In the week ahead I will pay special attention to the stock market\'s internal dynamics to determine whether it was due to month end profit-taking or the start of a new trend. I will also pay attention to further developments in the escalating conflict involving Russia and Ukraine. Rotation flows from emerging markets may also help to assess risk ON - OFF sentiment from a global perspective. The upcoming economic calendar can also add volatility to an already busy week.\r\n\r\n<strong>The markets seem ready for aggressive price action, will you be ready? </strong>It will prove prudent to be prepared. Make sure you have your play book well thought out and remember, discipline should be at the core, from beginning to end. \r\n\r\n\r\n<strong>Joe Rios</strong>\r\nChief Market Strategist\r\nwww.riosquant.com\r\n\r\n<strong>Live Rooms and Events</strong>\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\nMonday through Friday beginning at 7:30 AM ET\r\n<a href=\"https://www3.gotomeeting.com/register/256633886\">https://www3.gotomeeting.com/register/256633886</a>\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading Room en Español</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/929861486\">https://www3.gotomeeting.com/register/929861486</a>\r\nMonday through Friday beginning at 7:30 AM ET\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nMonday, Tuesday, and Wednesday beginning at 1:30 PM ET\r\nSubscription Only!\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/434440446\">https://www3.gotomeeting.com/register/434440446</a>\r\nTuesday beginning at 8:00 PM ET\r\nTopic: What are the Benefits of Quant Trading?\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/913307558\">https://www3.gotomeeting.com/register/913307558</a>\r\nWednesday beginning at 7:00 PM ET\r\nTopic: Trailing Stops\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - Manufacturing PMI – 4:30 AM ET\r\nUSD - Personal Spending – 8:30 AM ET\r\nEUR - ECB President Draghi Speaks – 9:00 AM ET\r\nUSD - ISM Manufacturing PMI – 10:00 AM ET\r\nAUD - Building Approvals – 7:30 PM ET\r\nAUD - RBA Rate Statement – 10:30 PM ET\r\n\r\nThe Trading Room TradeLAB \r\nhttps://www3.gotomeeting.com/register/256633886\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - Construction PMI – 4:30 AM ET\r\nAUD - GDP – 7:30 PM ET\r\n\r\nThe Trading Room TradeLAB \r\nhttps://www3.gotomeeting.com/register/256633886\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/434440446\r\nBeginning at 8:00 PM ET\r\nTopic: What are the Benefits of Quant Trading?\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - Services PMI – 4:30 AM ET\r\nUSD - ADP Non-Farm Employment Change – 8:15 AM ET\r\nCAD - BOC Rate Statement – 10:00 AM ET\r\nUSD - ISM Non-Manufacturing PMI – 10:00 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nUSD - Beige Book – 2:00 PM ET\r\nAUD - Retail Sales and Trade Balance – 7:30 PM ET\r\n\r\nThe Trading Room TradeLAB \r\nhttps://www3.gotomeeting.com/register/256633886\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/913307558\r\nBeginning at 7:00 PM ET\r\nTopic: Trailing Stops\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - Official Bank Rate – 7:00 AM ET\r\nEUR - Minimum Bid Rate – 7:45 AM ET\r\nUSD - FOMC Member Dudley Speaks – 8:15 AM ET\r\nCAD - Building Permits – 8:30 PM ET\r\nEUR - ECB Press Conference – 8:30 AM ET\r\nUSD - Unemployment Claims – 8:30 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\nAUD - RBA Gov. Stevens Speaks – 5:30 PM ET\r\n\r\nThe Trading Room TradeLAB \r\nhttps://www3.gotomeeting.com/register/256633886\r\nBeginning at 7:30 AM ET\r\n\r\n<strong>FRIDAY</strong>\r\nEconomic Data Release - Market Movers\r\nCAD - Unemployment Rate – 8:30 AM ET\r\nUSD - Non-Farm Employment Change – 8:30 AM ET\r\n\r\nThe Trading Room TradeLAB \r\nhttps://www3.gotomeeting.com/register/256633886\r\nBeginning at 7:30 AM ET\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY \r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/Rios-on-the-markets-3.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/Rios-on-the-markets-3.jpg\" alt=\"Rios on the markets 3\" width=\"487\" height=\"323\" class=\"alignnone size-full wp-image-874\" /></a>\r\n','The Week Ahead for Stocks, Bonds, Commodities and Currencies','','publish','open','closed','','week-ahead-stocks-bonds-commodities-currencies','','','2014-03-03 12:15:26','2014-03-03 12:15:26','',0,'http://www.thetradingroom.com/?p=1058',0,'post','',0),(1059,2,'2014-03-03 12:15:26','2014-03-03 12:15:26','<strong>From the Desk of Joe Rios</strong>\r\n\r\n<strong>Is volatility knocking at the door?</strong> Natural Gas continued to be the attention grabber during last week\'s trading sessions with an impressive -25% drop. In the Forex market the US Dollar lost ground to most currencies. Soybeans led commodities posting a 4% gain. Stock indices closed the week strong with the Russell 2000 gaining 1.2%, Dow Jones Industrial Average 1.5%, S&P 500 1.4% and Nasdaq 1.0%. However I am taking notice that many of the stocks that led the recent rally in February closed the week with significant losses. Friday was the last day of the month,  therefore perhaps it was \"window dressing\" related activities from the mutual funds and professional money managers. It might have been simple profit-taking or maybe something deeper that may still be under the surface. In the week ahead I will pay special attention to the stock market\'s internal dynamics to determine whether it was due to month end profit-taking or the start of a new trend. I will also pay attention to further developments in the escalating conflict involving Russia and Ukraine. Rotation flows from emerging markets may also help to assess risk ON - OFF sentiment from a global perspective. The upcoming economic calendar can also add volatility to an already busy week.\r\n\r\n<strong>The markets seem ready for aggressive price action, will you be ready? </strong>It will prove prudent to be prepared. Make sure you have your play book well thought out and remember, discipline should be at the core, from beginning to end. \r\n\r\n\r\n<strong>Joe Rios</strong>\r\nChief Market Strategist\r\nwww.riosquant.com\r\n\r\n<strong>Live Rooms and Events</strong>\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\nMonday through Friday beginning at 7:30 AM ET\r\n<a href=\"https://www3.gotomeeting.com/register/256633886\">https://www3.gotomeeting.com/register/256633886</a>\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading Room en Español</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/929861486\">https://www3.gotomeeting.com/register/929861486</a>\r\nMonday through Friday beginning at 7:30 AM ET\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nMonday, Tuesday, and Wednesday beginning at 1:30 PM ET\r\nSubscription Only!\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/434440446\">https://www3.gotomeeting.com/register/434440446</a>\r\nTuesday beginning at 8:00 PM ET\r\nTopic: What are the Benefits of Quant Trading?\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/913307558\">https://www3.gotomeeting.com/register/913307558</a>\r\nWednesday beginning at 7:00 PM ET\r\nTopic: Trailing Stops\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - Manufacturing PMI – 4:30 AM ET\r\nUSD - Personal Spending – 8:30 AM ET\r\nEUR - ECB President Draghi Speaks – 9:00 AM ET\r\nUSD - ISM Manufacturing PMI – 10:00 AM ET\r\nAUD - Building Approvals – 7:30 PM ET\r\nAUD - RBA Rate Statement – 10:30 PM ET\r\n\r\nThe Trading Room TradeLAB \r\nhttps://www3.gotomeeting.com/register/256633886\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - Construction PMI – 4:30 AM ET\r\nAUD - GDP – 7:30 PM ET\r\n\r\nThe Trading Room TradeLAB \r\nhttps://www3.gotomeeting.com/register/256633886\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/434440446\r\nBeginning at 8:00 PM ET\r\nTopic: What are the Benefits of Quant Trading?\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - Services PMI – 4:30 AM ET\r\nUSD - ADP Non-Farm Employment Change – 8:15 AM ET\r\nCAD - BOC Rate Statement – 10:00 AM ET\r\nUSD - ISM Non-Manufacturing PMI – 10:00 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nUSD - Beige Book – 2:00 PM ET\r\nAUD - Retail Sales and Trade Balance – 7:30 PM ET\r\n\r\nThe Trading Room TradeLAB \r\nhttps://www3.gotomeeting.com/register/256633886\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/913307558\r\nBeginning at 7:00 PM ET\r\nTopic: Trailing Stops\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - Official Bank Rate – 7:00 AM ET\r\nEUR - Minimum Bid Rate – 7:45 AM ET\r\nUSD - FOMC Member Dudley Speaks – 8:15 AM ET\r\nCAD - Building Permits – 8:30 PM ET\r\nEUR - ECB Press Conference – 8:30 AM ET\r\nUSD - Unemployment Claims – 8:30 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\nAUD - RBA Gov. Stevens Speaks – 5:30 PM ET\r\n\r\nThe Trading Room TradeLAB \r\nhttps://www3.gotomeeting.com/register/256633886\r\nBeginning at 7:30 AM ET\r\n\r\n<strong>FRIDAY</strong>\r\nEconomic Data Release - Market Movers\r\nCAD - Unemployment Rate – 8:30 AM ET\r\nUSD - Non-Farm Employment Change – 8:30 AM ET\r\n\r\nThe Trading Room TradeLAB \r\nhttps://www3.gotomeeting.com/register/256633886\r\nBeginning at 7:30 AM ET\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY \r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/Rios-on-the-markets-3.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/Rios-on-the-markets-3.jpg\" alt=\"Rios on the markets 3\" width=\"487\" height=\"323\" class=\"alignnone size-full wp-image-874\" /></a>\r\n','The Week Ahead for Stocks, Bonds, Commodities and Currencies','','inherit','open','closed','','1058-revision-v1','','','2014-03-03 12:15:26','2014-03-03 12:15:26','',1058,'http://www.thetradingroom.com/1058-revision-v1/',0,'revision','',0),(1061,1,'2014-03-03 15:09:28','2014-03-03 15:09:28','','webinar_style2','','inherit','open','closed','','webinar_style2','','','2014-03-03 15:09:28','2014-03-03 15:09:28','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/webinar_style2.jpg',0,'attachment','image/jpeg',0),(1063,1,'2014-03-03 15:09:30','2014-03-03 15:09:30','','webinar-cal1','','inherit','open','closed','','webinar-cal1','','','2014-03-03 15:09:30','2014-03-03 15:09:30','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/webinar-cal1.png',0,'attachment','image/png',0),(1065,1,'2014-03-03 15:09:30','2014-03-03 15:09:30','','im_classic_3','','inherit','open','closed','','im_classic_3','','','2014-03-03 15:09:30','2014-03-03 15:09:30','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/im_classic_3.jpg',0,'attachment','image/jpeg',0),(2946,2,'2016-07-25 10:55:27','2016-07-25 10:55:27','<strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>WORLD HEADLINES - Stocks climbed as business confidence in Germany proved more resilient than economists predicted in the month after Britain voted to leave the European Union. Bonds fell with gold before central bank meetings in the U.S. and Japan this week.\r\n\r\nSTOCKS - The Stoxx 600 traded slightly higher during the overnight trading session with trading volumes 46 percent less than the 30-day average.\r\n\r\nBONDS - Treasuries maturing in a decade fell before an auction of $26 billion of two-year notes, the first of $103 billion of planned offerings of coupon-bearing securities this week.\r\n\r\nCOMMODITIES - Oil prices fell on Monday, holding near two-month lows amid worries that a global glut of crude and refined products would weigh on markets for some time.\r\n\r\nCURRENCIES - The euro traded higher retracing some of Friday\'s losses while the Canadian dollar traded lower with crude oil.\r\n\r\nECONOMIC DATA - NZD Trade Balance due at 18:45 ET.</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/605682848691507970\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/605682848691507970&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNFm407Y3T3LZ0eeJYMprPXISJwQ1Q\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Pre-Market Activity: Crude oil futures under pressure ','','inherit','open','closed','','2944-revision-v1','','','2016-07-25 10:55:27','2016-07-25 10:55:27','',2944,'http://www.thetradingroom.com/2944-revision-v1/',0,'revision','',0),(1067,1,'2014-03-03 15:09:31','2014-03-03 15:09:31','','Fullscreen_18_07_2013_18_08','','inherit','open','closed','','fullscreen_18_07_2013_18_08','','','2014-03-03 15:09:31','2014-03-03 15:09:31','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/Fullscreen_18_07_2013_18_08.jpg',0,'attachment','image/jpeg',0),(1069,1,'2014-03-03 15:09:31','2014-03-03 15:09:31','','person121','','inherit','open','closed','','person121','','','2014-03-03 15:09:31','2014-03-03 15:09:31','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/person121.jpg',0,'attachment','image/jpeg',0),(1070,1,'2014-03-03 15:09:31','2014-03-03 15:09:31','','clean-landingpage_12','','inherit','open','closed','','clean-landingpage_12','','','2014-03-03 15:09:31','2014-03-03 15:09:31','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/clean-landingpage_12.jpg',0,'attachment','image/jpeg',0),(1072,1,'2014-03-03 15:09:31','2014-03-03 15:09:31','','book2-cropped','','inherit','open','closed','','book2-cropped','','','2014-03-03 15:09:31','2014-03-03 15:09:31','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/book2-cropped.png',0,'attachment','image/png',0),(2945,2,'2016-07-25 10:54:49','2016-07-25 10:54:49','','trade crude oil futures','','inherit','open','closed','','trade-crude-oil-futures','','','2016-07-25 10:54:49','2016-07-25 10:54:49','',2944,'http://www.thetradingroom.com/wp-content/uploads/2016/07/trade-crude-oil-futures.jpg',0,'attachment','image/jpeg',0),(1077,1,'2014-03-03 15:09:34','2014-03-03 15:09:34','','47','','inherit','open','closed','','47','','','2014-03-03 15:09:34','2014-03-03 15:09:34','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/47.jpg',0,'attachment','image/jpeg',0),(1079,1,'2014-03-03 15:09:34','2014-03-03 15:09:34','','large_banner','','inherit','open','closed','','large_banner','','','2014-03-03 15:09:34','2014-03-03 15:09:34','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/large_banner.png',0,'attachment','image/png',0),(1080,1,'2014-03-03 15:09:36','2014-03-03 15:09:36','','Smart-Idea-150x150','','inherit','open','closed','','smart-idea-150x150','','','2014-03-03 15:09:36','2014-03-03 15:09:36','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/Smart-Idea-150x150.png',0,'attachment','image/png',0),(1081,1,'2014-03-03 15:09:37','2014-03-03 15:09:37','','ebook_optin_testimonial','','inherit','open','closed','','ebook_optin_testimonial','','','2014-03-03 15:09:37','2014-03-03 15:09:37','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/ebook_optin_testimonial.jpg',0,'attachment','image/jpeg',0),(1083,1,'2014-03-03 15:09:39','2014-03-03 15:09:39','','back12','','inherit','open','closed','','back12','','','2014-03-03 15:09:39','2014-03-03 15:09:39','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/back12.png',0,'attachment','image/png',0),(1084,1,'2014-03-03 15:09:39','2014-03-03 15:09:39','','arrows_set11','','inherit','open','closed','','arrows_set11','','','2014-03-03 15:09:39','2014-03-03 15:09:39','',1348,'http://www.thetradingroom.com/wp-content/uploads/2014/03/arrows_set11.gif',0,'attachment','image/gif',0),(1085,1,'2014-03-03 15:09:39','2014-03-03 15:09:39','','book2-cropped12','','inherit','open','closed','','book2-cropped12','','','2014-03-03 15:09:39','2014-03-03 15:09:39','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/book2-cropped12.png',0,'attachment','image/png',0),(1086,1,'2014-03-03 15:09:39','2014-03-03 15:09:39','','testimonial121','','inherit','open','closed','','testimonial121','','','2014-03-03 15:09:39','2014-03-03 15:09:39','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/testimonial121.jpg',0,'attachment','image/jpeg',0),(1087,1,'2014-03-03 15:09:39','2014-03-03 15:09:39','','Window_and_JD','','inherit','open','closed','','window_and_jd','','','2014-03-03 15:09:39','2014-03-03 15:09:39','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/Window_and_JD.jpg',0,'attachment','image/jpeg',0),(1089,1,'2014-03-03 15:09:39','2014-03-03 15:09:39','','dark-book1','','inherit','open','closed','','dark-book1','','','2014-03-03 15:09:39','2014-03-03 15:09:39','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/dark-book1.jpg',0,'attachment','image/jpeg',0),(1093,1,'2014-03-03 15:09:40','2014-03-03 15:09:40','','sarah_williams1-300x293','','inherit','open','closed','','sarah_williams1-300x293','','','2014-03-03 15:09:40','2014-03-03 15:09:40','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/sarah_williams1-300x293.jpg',0,'attachment','image/jpeg',0),(1094,1,'2014-03-03 15:09:40','2014-03-03 15:09:40','','template_lp1','','inherit','open','closed','','template_lp1','','','2014-03-03 15:09:40','2014-03-03 15:09:40','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/template_lp1.jpg',0,'attachment','image/jpeg',0),(1097,1,'2014-03-03 15:09:41','2014-03-03 15:09:41','','im_classic_4','','inherit','open','closed','','im_classic_4','','','2014-03-03 15:09:41','2014-03-03 15:09:41','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/im_classic_4.jpg',0,'attachment','image/jpeg',0),(1099,1,'2014-03-03 15:09:41','2014-03-03 15:09:41','','preview','','inherit','open','closed','','preview','','','2014-03-03 15:09:41','2014-03-03 15:09:41','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/preview.jpg',0,'attachment','image/jpeg',0),(1100,1,'2014-03-03 15:09:41','2014-03-03 15:09:41','','clean_short_lp1','','inherit','open','closed','','clean_short_lp1','','','2014-03-03 15:09:41','2014-03-03 15:09:41','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/clean_short_lp1.jpg',0,'attachment','image/jpeg',0),(1102,1,'2014-03-03 15:09:41','2014-03-03 15:09:41','','back11','','inherit','open','closed','','back11','','','2014-03-03 15:09:41','2014-03-03 15:09:41','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/back11.png',0,'attachment','image/png',0),(1103,1,'2014-03-03 15:09:41','2014-03-03 15:09:41','','download_template2','','inherit','open','closed','','download_template2','','','2014-03-03 15:09:41','2014-03-03 15:09:41','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/download_template2.jpg',0,'attachment','image/jpeg',0),(1105,1,'2014-03-03 15:09:41','2014-03-03 15:09:41','','format_pdf11','','inherit','open','closed','','format_pdf11','','','2014-03-03 15:09:41','2014-03-03 15:09:41','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/format_pdf11.png',0,'attachment','image/png',0),(1106,1,'2014-03-03 15:09:41','2014-03-03 15:09:41','','chrome112','','inherit','open','closed','','chrome112','','','2014-03-03 15:09:41','2014-03-03 15:09:41','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/chrome112.png',0,'attachment','image/png',0),(1107,1,'2014-03-03 15:09:41','2014-03-03 15:09:41','','firefox12','','inherit','open','closed','','firefox12','','','2014-03-03 15:09:41','2014-03-03 15:09:41','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/firefox12.png',0,'attachment','image/png',0),(1108,1,'2014-03-03 15:09:42','2014-03-03 15:09:42','','safari112','','inherit','open','closed','','safari112','','','2014-03-03 15:09:42','2014-03-03 15:09:42','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/safari112.png',0,'attachment','image/png',0),(1109,1,'2014-03-03 15:09:42','2014-03-03 15:09:42','','ie112','','inherit','open','closed','','ie112','','','2014-03-03 15:09:42','2014-03-03 15:09:42','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/ie112.png',0,'attachment','image/png',0),(1110,1,'2014-03-03 15:09:42','2014-03-03 15:09:42','','webinar2_image','','inherit','open','closed','','webinar2_image','','','2014-03-03 15:09:42','2014-03-03 15:09:42','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/webinar2_image.jpg',0,'attachment','image/jpeg',0),(2638,2,'2015-12-02 18:43:32','2015-12-02 18:43:32','','russell 3 12-2','','inherit','open','closed','','russell-3-12-2','','','2015-12-02 18:43:32','2015-12-02 18:43:32','',2637,'http://www.thetradingroom.com/wp-content/uploads/2015/12/russell-3-12-2.jpg',0,'attachment','image/jpeg',0),(1112,1,'2014-03-03 15:09:42','2014-03-03 15:09:42','','person1211','','inherit','open','closed','','person1211','','','2014-03-03 15:09:42','2014-03-03 15:09:42','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/person1211.jpg',0,'attachment','image/jpeg',0),(1113,1,'2014-03-03 15:09:42','2014-03-03 15:09:42','','flat_style1','','inherit','open','closed','','flat_style1','','','2014-03-03 15:09:42','2014-03-03 15:09:42','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/flat_style1.jpg',0,'attachment','image/jpeg',0),(2639,2,'2015-12-02 19:04:07','2015-12-02 19:04:07','&nbsp;\r\n\r\n&nbsp;\r\n\r\nEinstein III -\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/russell-3-12-2.jpg\"><img class=\"aligncenter size-full wp-image-2638\" src=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/russell-3-12-2.jpg\" alt=\"russell 3 12-2\" width=\"1183\" height=\"461\" /></a>','The Room Room - Automated Trading','','inherit','open','closed','','2637-revision-v1','','','2015-12-02 19:04:07','2015-12-02 19:04:07','',2637,'http://www.thetradingroom.com/2637-revision-v1/',0,'revision','',0),(1115,1,'2014-03-03 15:09:42','2014-03-03 15:09:42','','large_banner1','','inherit','open','closed','','large_banner1','','','2014-03-03 15:09:42','2014-03-03 15:09:42','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/large_banner1.png',0,'attachment','image/png',0),(1116,1,'2014-03-03 15:09:44','2014-03-03 15:09:44','','screenshot-mockup1','','inherit','open','closed','','screenshot-mockup1','','','2014-03-03 15:09:44','2014-03-03 15:09:44','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/screenshot-mockup1.png',0,'attachment','image/png',0),(1117,1,'2014-03-03 15:09:44','2014-03-03 15:09:44','','group1','','inherit','open','closed','','group1','','','2014-03-03 15:09:44','2014-03-03 15:09:44','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/group1.png',0,'attachment','image/png',0),(1118,1,'2014-03-03 15:09:44','2014-03-03 15:09:44','','Market-Research','','inherit','open','closed','','market-research','','','2014-03-03 15:09:44','2014-03-03 15:09:44','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/Market-Research.png',0,'attachment','image/png',0),(1120,1,'2014-03-03 15:09:44','2014-03-03 15:09:44','','Video-Marketing','','inherit','open','closed','','video-marketing','','','2014-03-03 15:09:44','2014-03-03 15:09:44','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/Video-Marketing.png',0,'attachment','image/png',0),(2964,2,'2016-08-01 10:44:07','2016-08-01 10:44:07','<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\nAs anticipated and reported during our IQ Room session last Monday (volatility setting up), volatility came back to the financial markets, sparked by the US Federal Reserve and Bank of Japan policy statements and corporate earnings reports. Gold and US Treasuries rallied, perhaps the market\'s message is one of disbelief that the Fed will raise rates any time soon. Early in the week <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378142\"><span class=\"aQJ\">on Tuesday</span></span> the Reserve Bank of Australia will release policy statement. Then later in the week<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378143\"><span class=\"aQJ\">on Thursday</span></span>  will be the highly-anticipated monetary policy decision and summary from the Bank of England.  It will be the second policy event since the Brexit outcome. The consensus is forecasting a 25 basis point rate cut from the current 0.50%, that would be a new record low. We also have non-farm payrolls employment data <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378144\"><span class=\"aQJ\">on Friday</span></span>. I expect volatility to remain high around the central bank statements and the employment data.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div><strong><em>Join us this week and experience the power of market intelligence. We will be show casing the new Einstein SmartBox automated trading system with cross-market relationships and correlations analytics.   </em></strong></div>\r\n</div>\r\n<div>​</div>\r\n<div><strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​​</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3k3BE1y9HcrDnAF&amp;b=s11zy66NiSfSLwqGVPmmUw\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3k3BE1y9HcrDnAF%26b%3Ds11zy66NiSfSLwqGVPmmUw&amp;source=gmail&amp;ust=1470098516140000&amp;usg=AFQjCNEf5-9uH914vcPLLuij5sxbnXJY3Q\"><img class=\"CToWUd aligncenter\" src=\"https://ci5.googleusercontent.com/proxy/R4YUgKGZhCwyF5NG9v0VaWn_tYlDvPe2kaYnyr9s5SOVzmKMkfamUjxz6c2zkmV8n6x4lgvqKjWohjsKD_ou6FR-rZg36FcuEQljJApmqwA5vgLwCqSFvyD2nDydxr9OaiahlThRUz1bOh7ZIZY-=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ez1pe5/optimized/53680d6084c49f017ee58289.jpeg\" alt=\"Image\" width=\"408\" height=\"148\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<p style=\"text-align: center;\"><strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong></p>\r\n\r\n<div>\r\n<p style=\"text-align: center;\"><strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378145\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378146\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378147\"><span class=\"aQJ\">8:00 AM ET</span></span></strong></p>\r\n\r\n<div>Join our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3k3BE1y9HcrDnAF&amp;b=Jn2iq5_1FklOqi3YhI1LCA\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3k3BE1y9HcrDnAF%26b%3DJn2iq5_1FklOqi3YhI1LCA&amp;source=gmail&amp;ust=1470098516140000&amp;usg=AFQjCNEJ_OQPu_B79LCgoryMI3Ppu25u0g\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3k3BE1y9HcrDnAF&amp;b=z9UNONeq2D2nSpn1v3By1A\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3k3BE1y9HcrDnAF%26b%3Dz9UNONeq2D2nSpn1v3By1A&amp;source=gmail&amp;ust=1470098516140000&amp;usg=AFQjCNFneDLbQZDgywQYhRLUV_zAdQcTaw\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3k3BE1y9HcrDnAF&amp;b=PLhvUbA41OvV4qPN7.69Gg\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3k3BE1y9HcrDnAF%26b%3DPLhvUbA41OvV4qPN7.69Gg&amp;source=gmail&amp;ust=1470098516140000&amp;usg=AFQjCNH9PFZZeiL0oB54PdzMJdXinbgdEw\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>The Insider\'s Quant  Room</strong>​</div>\r\n<div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378148\"><span class=\"aQJ\">Monday</span></span> - 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378149\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Forecasting </em></div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378150\"><span class=\"aQJ\">Wednesday</span></span> - 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378151\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Opportunities in the New Norm</em></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378152\"><span class=\"aQJ\">Friday</span></span> - 11:30 pm</div>\r\n<div><em>Insiders Round Table Meetup</em></div>\r\n</div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n</div>','Week Ahead in the Global Markets','','publish','open','closed','','week-ahead-global-markets-13','','','2016-08-01 10:44:07','2016-08-01 10:44:07','',0,'http://www.thetradingroom.com/?p=2964',0,'post','',0),(1123,1,'2014-03-03 15:09:45','2014-03-03 15:09:45','','im_classic_1-e1374154841969','','inherit','open','closed','','im_classic_1-e1374154841969','','','2014-03-03 15:09:45','2014-03-03 15:09:45','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/im_classic_1-e1374154841969.jpg',0,'attachment','image/jpeg',0),(1125,1,'2014-03-03 15:09:45','2014-03-03 15:09:45','','Window_and_JD_TEMPLATE','','inherit','open','closed','','window_and_jd_template','','','2014-03-03 15:09:45','2014-03-03 15:09:45','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/Window_and_JD_TEMPLATE.jpg',0,'attachment','image/jpeg',0),(1127,1,'2014-03-03 15:09:45','2014-03-03 15:09:45','','book2-cropped-235x3001','','inherit','open','closed','','book2-cropped-235x3001','','','2014-03-03 15:09:45','2014-03-03 15:09:45','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/book2-cropped-235x3001.png',0,'attachment','image/png',0),(2641,2,'2015-12-02 19:11:19','2015-12-02 19:11:19','&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nEinstein III -  Automated trading for the Russell futures on 12-02-2015.  Join us  in our live trading room,\r\n\r\nclick on the following link to register for a free trial:  <a href=\"http://www.thetradingroom.com/futures-trading-room-2/\">The Trading Room Sign Up</a>\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/russell-3-12-2.jpg\"><img class=\"aligncenter  wp-image-2638\" src=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/russell-3-12-2.jpg\" alt=\"russell 3 12-2\" width=\"1183\" height=\"461\" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nPerformance Summary for 12- 02-2015\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/pl-ninja-122.jpg\"><img class=\"aligncenter size-full wp-image-2640\" src=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/pl-ninja-122.jpg\" alt=\"p&amp;l ninja 12=2\" width=\"1038\" height=\"442\" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<span style=\"color: #666666;\">Past results are hypothetical. The strategies have been back tested using Trade Station. Hypothetical or simulated performance results have certain inherent limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since the trades have not actually been executed, the results may have under- or over-compensated or the impact, if any, for certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation is being made that any account will or is likely to achieve profits or losses similar to those shown. Futures, Options, Forex, and stock trading involve risk and is not for all investors. Past performance is NOT indicative of future results. Nothing contained herein shall be construed as an offer to buy, sell, or hold and securities, futures contracts, and cash foreign exchange currencies. This is intended for informational and educational purposes only. Trading involves risk and should be pursued with risk capital only. Results do include transaction fees, commissions or slippage.</span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Room Room - Automated Trading','','inherit','open','closed','','2637-revision-v1','','','2015-12-02 19:11:19','2015-12-02 19:11:19','',2637,'http://www.thetradingroom.com/2637-revision-v1/',0,'revision','',0),(1135,1,'2014-03-03 15:09:46','2014-03-03 15:09:46','','webinar3_image','','inherit','open','closed','','webinar3_image','','','2014-03-03 15:09:46','2014-03-03 15:09:46','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/webinar3_image.jpg',0,'attachment','image/jpeg',0),(1138,1,'2014-03-03 15:09:46','2014-03-03 15:09:46','','landingpage_with_video2','','inherit','open','closed','','landingpage_with_video2','','','2014-03-03 15:09:46','2014-03-03 15:09:46','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/landingpage_with_video2.jpg',0,'attachment','image/jpeg',0),(2640,2,'2015-12-02 19:11:06','2015-12-02 19:11:06','','p&l ninja 12=2','','inherit','open','closed','','pl-ninja-122','','','2015-12-02 19:11:06','2015-12-02 19:11:06','',2637,'http://www.thetradingroom.com/wp-content/uploads/2015/12/pl-ninja-122.jpg',0,'attachment','image/jpeg',0),(1143,1,'2014-03-03 15:09:47','2014-03-03 15:09:47','','Team11','','inherit','open','closed','','team11','','','2014-03-03 15:09:47','2014-03-03 15:09:47','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/Team11.png',0,'attachment','image/png',0),(1146,1,'2014-03-03 15:09:47','2014-03-03 15:09:47','','facebook_icon11','','inherit','open','closed','','facebook_icon11','','','2014-03-03 15:09:47','2014-03-03 15:09:47','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/facebook_icon11.gif',0,'attachment','image/gif',0),(1149,1,'2014-03-03 15:09:47','2014-03-03 15:09:47','','youtube_icon11','','inherit','open','closed','','youtube_icon11','','','2014-03-03 15:09:47','2014-03-03 15:09:47','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/youtube_icon11.gif',0,'attachment','image/gif',0),(1150,1,'2014-03-03 15:09:47','2014-03-03 15:09:47','','48-2','','inherit','open','closed','','48-2','','','2014-03-03 15:09:47','2014-03-03 15:09:47','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/48-2.jpg',0,'attachment','image/jpeg',0),(1154,1,'2014-03-03 15:09:47','2014-03-03 15:09:47','','Membership_Course_Classroom_Style','','inherit','open','closed','','membership_course_classroom_style','','','2014-03-03 15:09:47','2014-03-03 15:09:47','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/Membership_Course_Classroom_Style.jpg',0,'attachment','image/jpeg',0),(1156,1,'2014-03-03 15:09:48','2014-03-03 15:09:48','','features_salespage','','inherit','open','closed','','features_salespage','','','2014-03-03 15:09:48','2014-03-03 15:09:48','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/features_salespage.jpg',0,'attachment','image/jpeg',0),(1158,1,'2014-03-03 15:09:48','2014-03-03 15:09:48','','screenshots_1_sliced11','','inherit','open','closed','','screenshots_1_sliced11','','','2014-03-03 15:09:48','2014-03-03 15:09:48','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/screenshots_1_sliced11.png',0,'attachment','image/png',0),(1159,1,'2014-03-03 15:09:49','2014-03-03 15:09:49','','salespage_with_lightbox','','inherit','open','closed','','salespage_with_lightbox','','','2014-03-03 15:09:49','2014-03-03 15:09:49','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/salespage_with_lightbox.jpg',0,'attachment','image/jpeg',0),(1161,1,'2014-03-03 15:09:49','2014-03-03 15:09:49','','aaa12','','inherit','open','closed','','aaa12','','','2014-03-03 15:09:49','2014-03-03 15:09:49','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/aaa12.jpg',0,'attachment','image/jpeg',0),(1162,1,'2014-03-03 15:09:49','2014-03-03 15:09:49','','Responsive-Design2','','inherit','open','closed','','responsive-design2','','','2014-03-03 15:09:49','2014-03-03 15:09:49','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/Responsive-Design2.png',0,'attachment','image/png',0),(1163,1,'2014-03-03 15:09:50','2014-03-03 15:09:50','','Video-Marketing12','','inherit','open','closed','','video-marketing12','','','2014-03-03 15:09:50','2014-03-03 15:09:50','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/Video-Marketing12.png',0,'attachment','image/png',0),(1164,1,'2014-03-03 15:09:51','2014-03-03 15:09:51','','landingpage_with_video_content','','inherit','open','closed','','landingpage_with_video_content','','','2014-03-03 15:09:51','2014-03-03 15:09:51','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/landingpage_with_video_content.jpg',0,'attachment','image/jpeg',0),(1166,1,'2014-03-03 15:09:52','2014-03-03 15:09:52','','sales_booksales','','inherit','open','closed','','sales_booksales','','','2014-03-03 15:09:52','2014-03-03 15:09:52','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/sales_booksales.jpg',0,'attachment','image/jpeg',0),(1169,1,'2014-03-03 15:09:53','2014-03-03 15:09:53','','sarah_williams1-300x2931','','inherit','open','closed','','sarah_williams1-300x2931','','','2014-03-03 15:09:53','2014-03-03 15:09:53','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/sarah_williams1-300x2931.jpg',0,'attachment','image/jpeg',0),(1170,1,'2014-03-03 15:09:53','2014-03-03 15:09:53','','webinar5_image','','inherit','open','closed','','webinar5_image','','','2014-03-03 15:09:53','2014-03-03 15:09:53','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/webinar5_image.jpg',0,'attachment','image/jpeg',0),(2947,2,'2016-07-25 10:56:19','2016-07-25 10:56:19','<strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>WORLD HEADLINES - Stocks climbed as business confidence in Germany proved more resilient than economists predicted in the month after Britain voted to leave the European Union. Bonds fell with gold before central bank meetings in the U.S. and Japan this week.STOCKS - The Stoxx 600 traded slightly higher during the overnight trading session with trading volumes 46 percent less than the 30-day average.\r\n\r\nBONDS - Treasuries maturing in a decade fell before an auction of $26 billion of two-year notes, the first of $103 billion of planned offerings of coupon-bearing securities this week.\r\n\r\nCOMMODITIES - Oil prices fell on Monday, holding near two-month lows amid worries that a global glut of crude and refined products would weigh on markets for some time.\r\n\r\nCURRENCIES - The euro traded higher retracing some of Friday\'s losses while the Canadian dollar traded lower with crude oil.\r\n\r\nECONOMIC DATA - NZD Trade Balance due at 18:45 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/605682848691507970\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/605682848691507970&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNFm407Y3T3LZ0eeJYMprPXISJwQ1Q\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Pre-Market Activity: Crude oil futures under pressure ','','inherit','open','closed','','2944-revision-v1','','','2016-07-25 10:56:19','2016-07-25 10:56:19','',2944,'http://www.thetradingroom.com/2944-revision-v1/',0,'revision','',0),(1172,1,'2014-03-03 15:09:53','2014-03-03 15:09:53','','person1213','','inherit','open','closed','','person1213','','','2014-03-03 15:09:53','2014-03-03 15:09:53','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/person1213.jpg',0,'attachment','image/jpeg',0),(1173,1,'2014-03-03 15:09:53','2014-03-03 15:09:53','','461','','inherit','open','closed','','461-2','','','2014-03-03 15:09:53','2014-03-03 15:09:53','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/461.jpg',0,'attachment','image/jpeg',0),(1175,1,'2014-03-03 15:09:54','2014-03-03 15:09:54','','Smart-Idea1','','inherit','open','closed','','smart-idea1','','','2014-03-03 15:09:54','2014-03-03 15:09:54','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/Smart-Idea1.png',0,'attachment','image/png',0),(1180,1,'2014-03-03 15:09:55','2014-03-03 15:09:55','','clean_video_lp2','','inherit','open','closed','','clean_video_lp2','','','2014-03-03 15:09:55','2014-03-03 15:09:55','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/clean_video_lp2.jpg',0,'attachment','image/jpeg',0),(1182,1,'2014-03-03 15:09:55','2014-03-03 15:09:55','','large_banner11','','inherit','open','closed','','large_banner11','','','2014-03-03 15:09:55','2014-03-03 15:09:55','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/large_banner11.png',0,'attachment','image/png',0),(2943,2,'2016-07-22 20:17:24','2016-07-22 20:17:24','','PageLines-tradingroomandawardpics.JPG','','inherit','open','closed','','pagelines-tradingroomandawardpics-jpg','','','2016-07-22 20:17:24','2016-07-22 20:17:24','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/07/tradingroomandawardpics.jpg',0,'attachment','image/jpeg',0),(2944,2,'2016-07-25 10:56:19','2016-07-25 10:56:19','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>WORLD HEADLINES - Stocks climbed as business confidence in Germany proved more resilient than economists predicted in the month after Britain voted to leave the European Union. Bonds fell with gold before central bank meetings in the U.S. and Japan this week.</div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div>STOCKS - The Stoxx 600 traded slightly higher during the overnight trading session with trading volumes 46 percent less than the 30-day average.</div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div>BONDS - Treasuries maturing in a decade fell before an auction of $26 billion of two-year notes, the first of $103 billion of planned offerings of coupon-bearing securities this week.</div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div>\r\n\r\nCOMMODITIES - Oil prices fell on Monday, holding near two-month lows amid worries that a global glut of crude and refined products would weigh on markets for some time. Barclays bank said global oil demand in the third quarter of 2016 was expanding at less than a third of the year-earlier rate, weighed down by anemic economic growth. Demand support from developed economies had faded, while growth from China and India had slowed, Barclays said. Morgan Stanley added that headwinds were growing for the second half of the year, leading to expectations of lower oil prices. It pointed to resilient U.S. supply, falling demand for transport fuels, and oversupply by refiners.\r\n\r\n<hr />\r\n\r\nCURRENCIES - The euro traded higher retracing some of Friday\'s losses while the Canadian dollar traded lower with crude oil.\r\n\r\n<hr />\r\n\r\nECONOMIC DATA - NZD Trade Balance due at 18:45 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/605682848691507970\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/605682848691507970&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNFm407Y3T3LZ0eeJYMprPXISJwQ1Q\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Pre-Market Activity: Crude oil futures under pressure ','','publish','open','closed','','pre-market-activity-crude-oil-futures-pressure','','','2016-07-25 11:12:42','2016-07-25 11:12:42','',0,'http://www.thetradingroom.com/?p=2944',0,'post','',0),(1185,1,'2014-03-03 15:09:57','2014-03-03 15:09:57','','download11','','inherit','open','closed','','download11','','','2014-03-03 15:09:57','2014-03-03 15:09:57','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/download11.png',0,'attachment','image/png',0),(1187,1,'2014-03-03 15:09:57','2014-03-03 15:09:57','','firefox11','','inherit','open','closed','','firefox11','','','2014-03-03 15:09:57','2014-03-03 15:09:57','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/firefox11.png',0,'attachment','image/png',0),(1188,1,'2014-03-03 15:09:57','2014-03-03 15:09:57','','safari111','','inherit','open','closed','','safari111','','','2014-03-03 15:09:57','2014-03-03 15:09:57','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/safari111.png',0,'attachment','image/png',0),(1190,2,'2014-03-03 17:33:17','2014-03-03 17:33:17','<strong>Becoming a Quant is Easier Than You Think</strong>\r\n\r\n<em>“Firms are now employing gifted academic statisticians to track patterns or trends in trading behavior and create formulae to predict future market movements. These formulae are then fed into powerful computers … These programs are immensely powerful...  \"It drives almost everything that goes on the Street.”</em>\r\n                                - British Broadcasting Corporation  \r\n \r\n<strong> Joe Rios is a recognized pioneer</strong> in quantitative systems and trader education since 1997. His highly acclaimed step-by-step trading program is designed to help you become a successful quant trader. Discover the realities of quant trading from RiosQuant mentor and coach Steve Schwartz in this exclusive webinar presentation.  \r\n\r\n<strong>Tuesday, March 4th at 8:00 pm ET</strong>\r\n\r\n<a href=\"https://www3.gotomeeting.com/register/434440446\">SIGN UP HERE!</a>\r\n\r\n<strong>Topics of discussion will include:</strong>\r\n\r\n* The one thing to becoming a quant trader\r\n* Decoding quant math into 3rd grade arithmetic\r\n* Why quant traders do it better (and smarter)\r\n* Find out what RiosQuant traders are saying\r\n\r\nYou will also hear what\'s hot and what\'s not in today\'s bull run. Seating is limited so sign up  and get ready to uncover the mystery of quant trading.\r\n\r\nRegister here for the exclusive quant trading event: <a href=\"https://www3.gotomeeting.com/register/434440446\">https://www3.gotomeeting.com/register/434440446</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/bull-run.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/bull-run.jpg\" alt=\"bull run\" width=\"587\" height=\"409\" class=\"alignnone size-full wp-image-1192\" /></a>','Quants Are Running the Street, Don\'t Get Run Over!','','publish','open','closed','','quants-running-street-dont-get-run','','','2014-03-03 17:33:17','2014-03-03 17:33:17','',0,'http://www.thetradingroom.com/?p=1190',0,'post','',0),(1191,2,'2014-03-03 17:22:06','2014-03-03 17:22:06','<strong>Becoming a Quant is Easier Than You Think</strong>\r\n\r\n<em>“Firms are now employing gifted academic statisticians to track patterns or trends in trading behavior and create formulae to predict future market movements. These formulae are then fed into powerful computers … These programs are immensely powerful...  \"It drives almost everything that goes on the Street.”</em>\r\n                                - British Broadcasting Corporation  \r\n \r\n<strong> Joe Rios is a recognized pioneer</strong> in quantitative systems and trader education since 1997. His highly acclaimed step-by-step trading program is designed to help you become a successful quant trader. Discover the realities of quant trading from RiosQuant mentor and coach Steve Schwartz in this exclusive webinar presentation.  \r\n\r\n<strong>Tuesday, March 4th at 8:00 pm ET</strong>\r\n\r\n<a href=\"https://www3.gotomeeting.com/register/434440446\">SIGN UP HERE!</a>\r\n\r\n<strong>Topics of discussion will include:</strong>\r\n\r\n* The one thing to becoming a quant trader\r\n* Decoding quant math into 3rd grade arithmetic\r\n* Why quant traders do it better (and smarter)\r\n* Find out what RiosQuant traders are saying\r\n\r\nYou will also hear what\'s hot and what\'s not in today\'s bull run. Seating is limited so sign up  and get ready to uncover the mystery of quant trading.\r\n\r\nRegister here for the exclusive quant trading event: <a href=\"https://www3.gotomeeting.com/register/434440446\">https://www3.gotomeeting.com/register/434440446</a>','Quants are running the Street, don\'t get run over!','','inherit','open','closed','','1190-revision-v1','','','2014-03-03 17:22:06','2014-03-03 17:22:06','',1190,'http://www.thetradingroom.com/1190-revision-v1/',0,'revision','',0),(1192,2,'2014-03-03 17:25:00','2014-03-03 17:25:00','','bull run','','inherit','open','closed','','bull-run','','','2014-03-03 17:25:00','2014-03-03 17:25:00','',1190,'http://www.thetradingroom.com/wp-content/uploads/2014/03/bull-run.jpg',0,'attachment','image/jpeg',0),(1193,2,'2014-03-03 17:30:19','2014-03-03 17:30:19','<strong>Becoming a Quant is Easier Than You Think</strong>\r\n\r\n<em>“Firms are now employing gifted academic statisticians to track patterns or trends in trading behavior and create formulae to predict future market movements. These formulae are then fed into powerful computers … These programs are immensely powerful...  \"It drives almost everything that goes on the Street.”</em>\r\n                                - British Broadcasting Corporation  \r\n \r\n<strong> Joe Rios is a recognized pioneer</strong> in quantitative systems and trader education since 1997. His highly acclaimed step-by-step trading program is designed to help you become a successful quant trader. Discover the realities of quant trading from RiosQuant mentor and coach Steve Schwartz in this exclusive webinar presentation.  \r\n\r\n<strong>Tuesday, March 4th at 8:00 pm ET</strong>\r\n\r\n<a href=\"https://www3.gotomeeting.com/register/434440446\">SIGN UP HERE!</a>\r\n\r\n<strong>Topics of discussion will include:</strong>\r\n\r\n* The one thing to becoming a quant trader\r\n* Decoding quant math into 3rd grade arithmetic\r\n* Why quant traders do it better (and smarter)\r\n* Find out what RiosQuant traders are saying\r\n\r\nYou will also hear what\'s hot and what\'s not in today\'s bull run. Seating is limited so sign up  and get ready to uncover the mystery of quant trading.\r\n\r\nRegister here for the exclusive quant trading event: <a href=\"https://www3.gotomeeting.com/register/434440446\">https://www3.gotomeeting.com/register/434440446</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/bull-run.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/bull-run.jpg\" alt=\"bull run\" width=\"587\" height=\"409\" class=\"alignnone size-full wp-image-1192\" /></a>','Quants are Running the Street Don\'t Get Run Over!','','inherit','open','closed','','1190-revision-v1','','','2014-03-03 17:30:19','2014-03-03 17:30:19','',1190,'http://www.thetradingroom.com/1190-revision-v1/',0,'revision','',0),(1194,2,'2014-03-03 17:33:17','2014-03-03 17:33:17','<strong>Becoming a Quant is Easier Than You Think</strong>\r\n\r\n<em>“Firms are now employing gifted academic statisticians to track patterns or trends in trading behavior and create formulae to predict future market movements. These formulae are then fed into powerful computers … These programs are immensely powerful...  \"It drives almost everything that goes on the Street.”</em>\r\n                                - British Broadcasting Corporation  \r\n \r\n<strong> Joe Rios is a recognized pioneer</strong> in quantitative systems and trader education since 1997. His highly acclaimed step-by-step trading program is designed to help you become a successful quant trader. Discover the realities of quant trading from RiosQuant mentor and coach Steve Schwartz in this exclusive webinar presentation.  \r\n\r\n<strong>Tuesday, March 4th at 8:00 pm ET</strong>\r\n\r\n<a href=\"https://www3.gotomeeting.com/register/434440446\">SIGN UP HERE!</a>\r\n\r\n<strong>Topics of discussion will include:</strong>\r\n\r\n* The one thing to becoming a quant trader\r\n* Decoding quant math into 3rd grade arithmetic\r\n* Why quant traders do it better (and smarter)\r\n* Find out what RiosQuant traders are saying\r\n\r\nYou will also hear what\'s hot and what\'s not in today\'s bull run. Seating is limited so sign up  and get ready to uncover the mystery of quant trading.\r\n\r\nRegister here for the exclusive quant trading event: <a href=\"https://www3.gotomeeting.com/register/434440446\">https://www3.gotomeeting.com/register/434440446</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/bull-run.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/bull-run.jpg\" alt=\"bull run\" width=\"587\" height=\"409\" class=\"alignnone size-full wp-image-1192\" /></a>','Quants Are Running the Street, Don\'t Get Run Over!','','inherit','open','closed','','1190-revision-v1','','','2014-03-03 17:33:17','2014-03-03 17:33:17','',1190,'http://www.thetradingroom.com/1190-revision-v1/',0,'revision','',0),(1195,2,'2014-03-03 22:46:26','2014-03-03 22:46:26','','rq logo black','','inherit','open','closed','','rq-logo-black','','','2014-03-03 22:46:26','2014-03-03 22:46:26','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/rq-logo-black.jpg',0,'attachment','image/jpeg',0),(1196,2,'2014-03-03 23:04:18','0000-00-00 00:00:00','','Quants Training','','draft','open','closed','','quants-webinar','','','2014-03-03 23:04:18','0000-00-00 00:00:00','',0,'http://www.thetradingroom.com/?page_id=1196',0,'page','',0),(1197,2,'2014-03-04 12:35:45','2014-03-04 12:35:45','<strong>UPDATED 6:55 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks rose, rebounding from their biggest loss in more than five weeks, as investors speculated that the military standoff in Ukraine will not lead to war. U.S. index futures and Asian shares also climbed.\r\n\r\n<strong>BONDS</strong> - Treasuries fell, retreating with their counterparts from developed nations, as signs the crisis in Ukraine is easing reduced demand for haven assets.\r\n\r\n<strong>COMMODITIES</strong> -  Crude Oil dropped from the highest price since September amid speculation that heightened tension between Russia and Ukraine is unlikely to result in a disruption to oil supplies.\r\n\r\n<strong>CURRENCIES</strong> - The Australian dollar weakened against most of its 16 major peers after the Reserve Bank said the exchange rate remains high following a decision to keep borrowing costs at a record low today.\r\n\r\n<strong>ECONOMIC DATA</strong> - AUD GDP q/q  due at 19:30 ET.','Pre-Market Report for Stocks, Bonds, Commodities and Currencies','','publish','open','closed','','pre-market-report-stocks-bonds-commodities-currencies','','','2014-03-04 12:35:45','2014-03-04 12:35:45','',0,'http://www.thetradingroom.com/?p=1197',0,'post','',0),(1198,2,'2014-03-04 12:34:58','2014-03-04 12:34:58','<strong>UPDATED 6:55 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks rose, rebounding from their biggest loss in more than five weeks, as investors speculated that the military standoff in Ukraine will not lead to war. U.S. index futures and Asian shares also climbed.\r\n\r\n<strong>BONDS</strong> - Treasuries fell, retreating with their counterparts from developed nations, as signs the crisis in Ukraine is easing reduced demand for haven assets.\r\n\r\n<strong>COMMODITIES</strong> -  Crude Oil dropped from the highest price since September amid speculation that heightened tension between Russia and Ukraine is unlikely to result in a disruption to oil supplies.\r\n\r\n<strong>CURRENCIES</strong> - The Australian dollar weakened against most of its 16 major peers after the Reserve Bank said the exchange rate remains high following a decision to keep borrowing costs at a record low today.\r\n\r\n<strong>ECONOMIC DATA</strong> - AUD GDP q/q  due at 19:30 ET.','Pre-Market Report for Stocks, Bonds, Commodities and Currencies','','inherit','open','closed','','1197-revision-v1','','','2014-03-04 12:34:58','2014-03-04 12:34:58','',1197,'http://www.thetradingroom.com/1197-revision-v1/',0,'revision','',0),(1199,2,'2014-03-04 16:38:18','2014-03-04 16:38:18','Is anxiety taking over your trading strategy? Discover a method to take the high-stress out of your trading experience. Get the know-how at our upcoming informative live trading webinar.\r\n\r\nWe invite you to join in! Tune in on Tuesday, March 4th at 3 PM EST simply <a href=\"https://www3.gotomeeting.com/register/530075006\">click here to get access.</a>\r\n\r\nDon’t miss this exciting live trade session with RiosQuant traders and coaches Joe Contes and Ken Eriksen. Tune in on Tuesday, March 4th at 3 PM EST, and see how trading with RQ Technology reveals trades with results like the ones shown in the USO example. This simple approach to stock and option trading uses a powerful quantitative indicator that Joe and Ken showcase in a live market! \r\n\r\nRegistration is simple, <a href=\"https://www3.gotomeeting.com/register/530075006\">click on this link to gain free access.</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/gld-option-trade1.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/gld-option-trade1.jpg\" alt=\"gld option trade1\" width=\"331\" height=\"389\" class=\"alignnone size-full wp-image-1201\" /></a>','Live Market Trading for Stock/ETF and Option Traders','','publish','open','closed','','live-market-trading-stocketf-option-traders-2','','','2014-03-04 16:38:18','2014-03-04 16:38:18','',0,'http://www.thetradingroom.com/?p=1199',0,'post','',0),(1200,2,'2014-03-04 16:34:18','2014-03-04 16:34:18','Is anxiety taking over your trading strategy? Discover a method to take the high-stress out of your trading experience. Get the know-how at our upcoming informative live trading webinar.\r\n\r\nWe invite you to join in! Tune in on Tuesday, March 4th at 3 PM EST simply <a href=\"https://www3.gotomeeting.com/register/530075006\">click here to get access.</a>\r\n\r\nDon’t miss this exciting live trade session with RiosQuant traders and coaches Joe Contes and Ken Eriksen. Tune in on Tuesday, March 4th at 3 PM EST, and see how trading with RQ Technology reveals trades with results like the ones shown in the USO example. This simple approach to stock and option trading uses a powerful quantitative indicator that Joe and Ken showcase in a live market! \r\n\r\nRegistration is simple, <a href=\"https://www3.gotomeeting.com/register/530075006\">click on this link to gain free access.</a>\r\n','Live Market Trading for Stock/ETF and Option Traders','','inherit','open','closed','','1199-revision-v1','','','2014-03-04 16:34:18','2014-03-04 16:34:18','',1199,'http://www.thetradingroom.com/1199-revision-v1/',0,'revision','',0),(1201,2,'2014-03-04 16:36:18','2014-03-04 16:36:18','','gld option trade1','','inherit','open','closed','','gld-option-trade1','','','2014-03-04 16:36:18','2014-03-04 16:36:18','',1199,'http://www.thetradingroom.com/wp-content/uploads/2014/03/gld-option-trade1.jpg',0,'attachment','image/jpeg',0),(1202,2,'2014-03-04 16:37:34','2014-03-04 16:37:34','Is anxiety taking over your trading strategy? Discover a method to take the high-stress out of your trading experience. Get the know-how at our upcoming informative live trading webinar.\r\n\r\nWe invite you to join in! Tune in on Tuesday, March 4th at 3 PM EST simply <a href=\"https://www3.gotomeeting.com/register/530075006\">click here to get access.</a>\r\n\r\nDon’t miss this exciting live trade session with RiosQuant traders and coaches Joe Contes and Ken Eriksen. Tune in on Tuesday, March 4th at 3 PM EST, and see how trading with RQ Technology reveals trades with results like the ones shown in the USO example. This simple approach to stock and option trading uses a powerful quantitative indicator that Joe and Ken showcase in a live market! \r\n\r\nRegistration is simple, <a href=\"https://www3.gotomeeting.com/register/530075006\">click on this link to gain free access.</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/gld-option-trade1.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/gld-option-trade1.jpg\" alt=\"gld option trade1\" width=\"331\" height=\"389\" class=\"alignnone size-full wp-image-1201\" /></a>','Live Market Trading for Stock/ETF and Option Traders','','inherit','open','closed','','1199-revision-v1','','','2014-03-04 16:37:34','2014-03-04 16:37:34','',1199,'http://www.thetradingroom.com/1199-revision-v1/',0,'revision','',0),(1203,2,'2014-03-04 17:43:00','0000-00-00 00:00:00','','riosquant_test','','draft','open','closed','','riosquanttest','','','2014-03-04 17:43:00','0000-00-00 00:00:00','',0,'http://www.thetradingroom.com/?page_id=1203',0,'page','',0),(1204,2,'2014-03-04 18:31:09','0000-00-00 00:00:00','','riosquant_test','','draft','open','closed','','riosquanttest1','','','2014-03-04 18:31:09','2014-03-04 18:31:09','',0,'http://www.thetradingroom.com/?page_id=1204',0,'page','',0),(1205,2,'2014-03-04 18:09:34','2014-03-04 18:09:34','','riosquant_test','','inherit','open','closed','','1204-revision-v1','','','2014-03-04 18:09:34','2014-03-04 18:09:34','',1204,'http://www.thetradingroom.com/1204-revision-v1/',0,'revision','',0),(1206,2,'2014-03-04 18:12:27','2014-03-04 18:12:27','','bull run','','inherit','open','closed','','bull-run-2','','','2014-03-04 18:12:27','2014-03-04 18:12:27','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/bull-run1.jpg',0,'attachment','image/jpeg',0),(1207,2,'2014-03-04 18:13:56','2014-03-04 18:13:56','','bull run','','inherit','open','closed','','bull-run-3','','','2014-03-04 18:13:56','2014-03-04 18:13:56','',2106,'http://www.thetradingroom.com/wp-content/uploads/2014/03/bull-run2.jpg',0,'attachment','image/jpeg',0),(1208,2,'2014-03-04 18:16:27','2014-03-04 18:16:27','','bbc','','inherit','open','closed','','bbc-2','','','2014-03-04 18:16:27','2014-03-04 18:16:27','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/bbc.jpg',0,'attachment','image/jpeg',0),(1209,2,'2014-03-04 18:17:42','2014-03-04 18:17:42','','bbc','','inherit','open','closed','','bbc-3','','','2014-03-04 18:17:42','2014-03-04 18:17:42','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/bbc1.jpg',0,'attachment','image/jpeg',0),(1210,2,'2014-03-04 18:20:40','2014-03-04 18:20:40','','bbc','','inherit','open','closed','','bbc-4','','','2014-03-04 18:20:40','2014-03-04 18:20:40','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/bbc2.jpg',0,'attachment','image/jpeg',0),(1211,2,'2014-03-04 18:23:42','2014-03-04 18:23:42','','bbc','','inherit','open','closed','','bbc-5','','','2014-03-04 18:23:42','2014-03-04 18:23:42','',1820,'http://www.thetradingroom.com/wp-content/uploads/2014/03/bbc3.jpg',0,'attachment','image/jpeg',0),(1212,2,'2014-03-04 20:34:24','0000-00-00 00:00:00','','riosquant_test3','','draft','open','closed','','riosquanttest3','','','2014-03-04 20:34:24','2014-03-04 20:34:24','',0,'http://www.thetradingroom.com/?page_id=1212',0,'page','',0),(1213,2,'2014-03-04 20:34:24','2014-03-04 20:34:24','','riosquant_test3','','inherit','open','closed','','1212-revision-v1','','','2014-03-04 20:34:24','2014-03-04 20:34:24','',1212,'http://www.thetradingroom.com/1212-revision-v1/',0,'revision','',0),(1214,2,'2014-03-04 20:53:28','2014-03-04 20:53:28','','bull run spanish','','inherit','open','closed','','bull-run-spanish','','','2014-03-04 20:53:28','2014-03-04 20:53:28','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/bull-run-spanish.jpg',0,'attachment','image/jpeg',0),(1215,2,'2014-03-04 22:41:30','0000-00-00 00:00:00','','riosquant_test4','','draft','open','closed','','riosquanttest4','','','2014-03-04 22:41:30','2014-03-04 22:41:30','',0,'http://www.thetradingroom.com/?page_id=1215',0,'page','',0),(1216,2,'2014-03-04 21:45:28','2014-03-04 21:45:28','','Joe@work','','inherit','open','closed','','joework-2','','','2014-03-04 21:45:28','2014-03-04 21:45:28','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/Joe@work.jpg',0,'attachment','image/jpeg',0),(1217,2,'2014-03-04 21:51:34','2014-03-04 21:51:34','','gucci','','inherit','open','closed','','gucci','','','2014-03-04 21:51:34','2014-03-04 21:51:34','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/gucci.jpg',0,'attachment','image/jpeg',0),(1218,2,'2014-03-04 21:56:48','2014-03-04 21:56:48','','riosquant_test4','','inherit','open','closed','','1215-revision-v1','','','2014-03-04 21:56:48','2014-03-04 21:56:48','',1215,'http://www.thetradingroom.com/1215-revision-v1/',0,'revision','',0),(1221,2,'2014-03-04 22:59:24','0000-00-00 00:00:00','','Quants Training','','draft','open','closed','','quants-training','','','2014-03-04 22:59:24','2014-03-04 22:59:24','',0,'http://www.thetradingroom.com/?page_id=1221',0,'page','',0),(1222,2,'2014-03-04 22:59:24','2014-03-04 22:59:24','','Quants Training','','inherit','open','closed','','1221-revision-v1','','','2014-03-04 22:59:24','2014-03-04 22:59:24','',1221,'http://www.thetradingroom.com/1221-revision-v1/',0,'revision','',0),(1223,2,'2014-03-04 23:11:36','0000-00-00 00:00:00','','Quants Training1','','draft','open','closed','','quants-training1','','','2014-03-04 23:11:36','2014-03-04 23:11:36','',0,'http://www.thetradingroom.com/?page_id=1223',0,'page','',0),(1224,2,'2014-03-04 23:04:00','2014-03-04 23:04:00','','Quants Training1','','inherit','open','closed','','1223-revision-v1','','','2014-03-04 23:04:00','2014-03-04 23:04:00','',1223,'http://www.thetradingroom.com/1223-revision-v1/',0,'revision','',0),(1225,2,'2014-03-04 23:50:46','0000-00-00 00:00:00','','Quants Training3','','draft','open','closed','','quants-training3','','','2014-03-04 23:50:46','0000-00-00 00:00:00','',0,'http://www.thetradingroom.com/?page_id=1225',0,'page','',0),(1228,2,'2014-03-05 00:32:35','0000-00-00 00:00:00','','Quants Training5','','draft','open','closed','','quants-training5','','','2014-03-05 00:32:35','0000-00-00 00:00:00','',0,'http://www.thetradingroom.com/?page_id=1228',0,'page','',0),(1233,2,'2014-03-05 02:51:34','0000-00-00 00:00:00','','Quants Training6','','draft','open','closed','','quants-training6','','','2014-03-05 02:51:34','2014-03-05 02:51:34','',0,'http://www.thetradingroom.com/?page_id=1233',0,'page','',0),(1234,2,'2014-03-05 02:51:03','2014-03-05 02:51:03','','Quants Training6','','inherit','open','closed','','1233-revision-v1','','','2014-03-05 02:51:03','2014-03-05 02:51:03','',1233,'http://www.thetradingroom.com/1233-revision-v1/',0,'revision','',0),(1237,2,'2014-05-05 14:55:45','0000-00-00 00:00:00','','','','draft','open','closed','','','','','2014-05-05 14:55:45','2014-05-05 14:55:45','',0,'http://www.thetradingroom.com/?page_id=1237',0,'page','',0),(1569,2,'2014-05-05 14:55:45','2014-05-05 14:55:45','','','','inherit','open','closed','','1237-revision-v1','','','2014-05-05 14:55:45','2014-05-05 14:55:45','',1237,'http://www.thetradingroom.com/1237-revision-v1/',0,'revision','',0),(1238,2,'2014-03-05 03:01:02','2014-03-05 03:01:02','<a href=\"http://www.thetradingroom.com/?page_id=1233&preview=true\"></a>','','','inherit','open','closed','','1237-revision-v1','','','2014-03-05 03:01:02','2014-03-05 03:01:02','',1237,'http://www.thetradingroom.com/1237-revision-v1/',0,'revision','',0),(1240,2,'2014-03-05 03:26:19','0000-00-00 00:00:00','','Quants Training7','','draft','open','closed','','quants-training7','','','2014-03-05 03:26:19','2014-03-05 03:26:19','',0,'http://www.thetradingroom.com/?page_id=1240',0,'page','',0),(1241,2,'2014-03-05 03:07:24','2014-03-05 03:07:24','','Quants Training7','','inherit','open','closed','','1240-revision-v1','','','2014-03-05 03:07:24','2014-03-05 03:07:24','',1240,'http://www.thetradingroom.com/%?page_id=1233&preview=true%/',0,'revision','',0),(1447,2,'2014-04-07 02:52:27','2014-04-07 02:52:27','','relative performance','','inherit','open','closed','','relative-performance','','','2014-04-07 02:52:27','2014-04-07 02:52:27','',1446,'http://www.thetradingroom.com/wp-content/uploads/2014/04/relative-performance.jpg',0,'attachment','image/jpeg',0),(1448,2,'2014-04-07 02:54:13','2014-04-07 02:54:13','<strong>From the Desk of Joe Rios</strong>\r\n\r\nThe stock indices were in the limelight as the Dow and S&P 500 reached record highs intra week, while the NASDAQ continued to underperform. All of the stock indices sold off sharply Friday into the close led by NASDAQ momentum stocks. As for the broader market, the recent record high was a struggle, as the last two days saw intra-day new highs but stocks ended closing near the lows.\r\n\r\nIn the week ahead I will pay close attention to price action in the S&P 500 and the correlations within the NASDAQ, US Ten Yr Note, Euro and Gold. I will also focus on momentum style of trading over trend following for potential trading opportunities.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/relative-performance.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/relative-performance.jpg\" alt=\"relative performance\" width=\"680\" height=\"394\" class=\"aligncenter size-full wp-image-1447\" /></a>\r\n\r\n\r\nJoe Rios\r\nChief Market Strategist\r\nwww.riosquant.com\r\n\r\nLive Rooms and Events\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\nLive Trading Rooms and Events:\r\n\r\n<strong>The Trading Room TradeLAB</strong>\r\nGlobal Trading with Quantitative Technologies\r\nMonday through Friday beginning at 7:30 AM ET\r\nhttps://www3.gotomeeting.com/register/916949446\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nWednesday and Thursday beginning at 1:30 PM ET\r\nSubscription Only!\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop \r\nCovering the Rios Quant Trading Indicators:</strong>\r\n\r\nWednesday beginning at 7:30 PM ET\r\nhttps://www3.gotomeeting.com/register/822485750\r\nTopic: Rios Quant Basics with Steve Schwartz\r\n\r\nThursday beginning at 7:30 PM ET\r\nhttps://www3.gotomeeting.com/register/183169342\r\nTopic: The Next Big Swing with Edward Preston\r\n\r\nSaturday beginning at 10:30 AM ET\r\nhttps://www3.gotomeeting.com/register/249298086\r\nTopic: Rios Quant Basics with Steve Schwartz\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Market Movers\r\nNZD - NZIER Business Confidence – 6:00 PM ET\r\nAUD - NAB Business Confidence – 9:30 PM ET\r\nJPY - Monetary Policy Statement – Tentative\r\n\r\n<strong>TUESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nJPY - BOJ Press Conference – Tentative\r\nGBP - Manufacturing Production – 4:30 AM ET\r\nCAD - Building Permits – 8:30 AM ET\r\nUSD - Jolts Job Openings – 10:00 AM ET\r\nUSD - FOMC Member Kocherlakota Speaks – 1:30 PM ET\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nUSD - 10 YR Note Auction – 1:01 PM ET\r\nUSD - FOMC Meeting Minutes – 2:00 PM ET\r\nAUD - Employment Change – 9:30 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Market Movers\r\nCNY - Trade Balance – Tentative\r\nGBP - Official Bank Rate – 7:00 AM ET\r\nUSD - Unemployment Claims – 8:30 AM ET\r\nG 20 Meetings – All Day\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\nCNY - CPI – 9:30 PM ET\r\n\r\n<strong>FRIDAY</strong>\r\nEconomic Data Release - Market Movers\r\nUSD - PPI – 8:30 AM ET\r\nUSD - Preliminary Uom Consumer Sentiment – 9:55 AM ET\r\nG 20 Meetings – All Day\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY \r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1446-revision-v1','','','2014-04-07 02:54:13','2014-04-07 02:54:13','',1446,'http://www.thetradingroom.com/1446-revision-v1/',0,'revision','',0),(1477,2,'2014-04-14 11:33:12','2014-04-14 11:33:12','<strong>UPDATED 7:10 ET</strong> \r\n\r\n<strong>STOCKS </strong>- European stocks fell for a third day, after completing their worst week in a month, as investors weighed increasing violence in Ukraine. U.S. stock-index futures were little changed, while Asian shares dropped.\r\n\r\n<strong>BONDS </strong>- Treasury yields were near a six- week low as U.S. stock losses bolstered speculation the Federal Reserve will hold interest rates down and with unrest in Ukraine spurring demand for safety.\r\n\r\n<strong>COMMODITIES</strong> - Commodities climbed to the highest level in almost six weeks on deepening concern that the tension between Russia and Ukraine would curb supplies of base and precious metals, energy and grains.\r\n \r\n<strong>CURRENCIES</strong> - The euro weakened versus the dollar and the yen after European Central Bank President Mario Draghi said a further appreciation in the currency would trigger more monetary stimulus.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Core Retail Sales due at 8:30, Business Inventories m/m at 10:00, AUD Monetary Policy Meeting Minutes at 21:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\" alt=\"red clocks pre-market open\" width=\"482\" height=\"394\" class=\"aligncenter size-full wp-image-899\" /></a>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-11','','','2014-04-14 11:33:12','2014-04-14 11:33:12','',0,'http://www.thetradingroom.com/?p=1477',0,'post','',0),(1540,2,'2014-04-22 11:02:59','2014-04-22 11:02:59','<strong>UPDATED 7:00 ET </strong>\r\n\r\n<strong>STOCKS </strong>- European stocks rose for a third day, with health-care companies leading the gains, as the region’s markets reopened after the Easter holiday. U.S. index futures and Asian shares were little changed.\r\n\r\n<strong>BONDS</strong> - Treasury two-year notes being sold today are set to result in nearly the highest yield at an auction since 2011 on speculation the Federal Reserve will raise interest rates before the debt mature.\r\n\r\n<strong>COMMODITIES</strong> - Gold traded near the lowest price in more than two weeks in London as investors weighed signs of an improving U.S. economy against tension over Ukraine.\r\n \r\n<strong>CURRENCIES </strong>- The pound rose to the strongest level in seven weeks versus the euro amid speculation Britain’s economy will continue to expand at a faster pace than that of the 18-nation currency bloc.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Existing Home Sales due at 8:30, AUD CPI q/q at 21:30, CNY HSBC Flash Manufacturing PMI at 21:45 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\" alt=\"red clocks pre-market open\" width=\"482\" height=\"394\" class=\"aligncenter size-full wp-image-899\" /></a>','Pre-Market Trading for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-stocks-bonds-commodities-forex','','','2014-04-22 11:02:59','2014-04-22 11:02:59','',0,'http://www.thetradingroom.com/?p=1540',0,'post','',0),(1446,2,'2014-04-07 03:06:51','2014-04-07 03:06:51','<strong>From the Desk of Joe Rios</strong>\r\n\r\nThe stock indices were in the limelight as the Dow and S&P 500 reached record highs intra week, while the NASDAQ continued to underperform. All of the stock indices sold off sharply Friday into the close led by NASDAQ momentum stocks. As for the broader market, the recent record high was a struggle, as the last two days saw intra-day new highs but stocks ended closing near the lows.\r\n\r\nIn the week ahead I will pay close attention to price action in the S&P 500 and the correlations within the NASDAQ, US Ten Yr Note, Euro and Gold. I will also focus on momentum style of trading over trend following for potential trading opportunities.\r\n\r\n\r\nJoe Rios\r\nChief Market Strategist\r\nwww.riosquant.com\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/relative-performance.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/relative-performance.jpg\" alt=\"relative performance\" width=\"680\" height=\"394\" class=\"aligncenter size-full wp-image-1447\" /></a>\r\n\r\n\r\n<strong>Live Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager </strong>\r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\nLive Trading Rooms and Events:\r\n\r\n<strong><strong>The Trading Room TradeLAB</strong>\r\nGlobal Trading with Quantitative Technologies\r\nMonday through Friday beginning at 7:30 AM ET</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/916949446\">https://www3.gotomeeting.com/register/916949446</a>\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nWednesday and Thursday beginning at 1:30 PM ET\r\nSubscription Only!\r\n_______________________________________________\r\n\r\n<strong><strong>The Trading Room EDU - Educational Workshop \r\nCovering the Rios Quant Trading Indicators:</strong>\r\nWednesday beginning at 7:30 PM ET</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/822485750\">https://www3.gotomeeting.com/register/822485750</a>\r\n<strong>Topic: Rios Quant Basics with Steve Schwartz</strong>\r\n\r\n<strong>Thursday beginning at 7:30 PM ET</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/183169342\">https://www3.gotomeeting.com/register/183169342</a>\r\n<strong>Topic: 90 Day Trading Program - part 1 of 12 with Edward Preston</strong>\r\n\r\n<strong>Saturday beginning at 10:30 AM ET</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/249298086\">https://www3.gotomeeting.com/register/249298086</a>\r\n<strong>Topic: Rios Quant Basics with Steve Schwartz</strong>\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Market Movers\r\nNZD - NZIER Business Confidence – 6:00 PM ET\r\nAUD - NAB Business Confidence – 9:30 PM ET\r\nJPY - Monetary Policy Statement – Tentative\r\n\r\n<strong>TUESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nJPY - BOJ Press Conference – Tentative\r\nGBP - Manufacturing Production – 4:30 AM ET\r\nCAD - Building Permits – 8:30 AM ET\r\nUSD - Jolts Job Openings – 10:00 AM ET\r\nUSD - FOMC Member Kocherlakota Speaks – 1:30 PM ET\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nUSD - 10 YR Note Auction – 1:01 PM ET\r\nUSD - FOMC Meeting Minutes – 2:00 PM ET\r\nAUD - Employment Change – 9:30 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Market Movers\r\nCNY - Trade Balance – Tentative\r\nGBP - Official Bank Rate – 7:00 AM ET\r\nUSD - Unemployment Claims – 8:30 AM ET\r\nG 20 Meetings – All Day\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\nCNY - CPI – 9:30 PM ET\r\n\r\n<strong>FRIDAY</strong>\r\nEconomic Data Release - Market Movers\r\nUSD - PPI – 8:30 AM ET\r\nUSD - Preliminary Uom Consumer Sentiment – 9:55 AM ET\r\nG 20 Meetings – All Day\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY \r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS','The Week Ahead in the Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-6','','','2014-04-07 03:06:51','2014-04-07 03:06:51','',0,'http://www.thetradingroom.com/?p=1446',0,'post','',0),(1286,2,'2014-03-12 11:30:40','2014-03-12 11:30:40','<strong>UPDATED 7:15 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks dropped to their lowest level in a month as Russia and Ukraine continued their standoff over the region of Crimea. U.S. index futures and Asian shares also fell.\r\n\r\n<strong>BONDS</strong> - A U.S. auction of $30 billion of three-year notes attracted lower-than-average demand, with primary dealers taking down the largest share at a sale of the securities since June.\r\n\r\n<strong>COMMODITIES</strong> -  Copper reached a 44-month low in London amid concern demand is weakening in China, the biggest consumer of the metal. Futures traded in Shanghai touched the lowest price since 2009.\r\n\r\n<strong>CURRENCIES</strong> - Australia’s dollar fell for a fourth day after reports showed consumer sentiment deteriorated and home loans stagnated.\r\n\r\n<strong>ECONOMIC DATA</strong> - Crude Oil Inventories due at 10:30, US 10-y Bond Auction at 13:01, NZD RBNZ Rate Statement and RBNZ Press Conference, AUD Unemployment Rate at 20:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg\" alt=\"world dgital clocks\" width=\"445\" height=\"273\" class=\"aligncenter size-full wp-image-636\" /></a>','Pre-Market Trading Report for Stock, Bond, Commodity and Currency Markets','','publish','open','closed','','pre-market-trading-report-stock-bond-commodity-currency-markets-2','','','2014-03-12 11:30:40','2014-03-12 11:30:40','',0,'http://www.thetradingroom.com/?p=1286',0,'post','',0),(1257,2,'2014-03-05 12:26:32','2014-03-05 12:26:32','','Quants Training10','','publish','open','closed','','quants-training10','','','2014-03-05 12:38:13','2014-03-05 12:38:13','',0,'http://www.thetradingroom.com/?page_id=1257',0,'page','',0),(1258,2,'2014-03-05 12:26:32','2014-03-05 12:26:32','','Quants Training10','','inherit','open','closed','','1257-revision-v1','','','2014-03-05 12:26:32','2014-03-05 12:26:32','',1257,'http://www.thetradingroom.com/1257-revision-v1/',0,'revision','',0),(1260,2,'2014-03-06 16:30:17','2014-03-06 16:30:17','','Stocks/ETF and Options','','publish','open','closed','','stocksetf-and-options','','','2014-03-06 16:31:25','2014-03-06 16:31:25','',0,'http://www.thetradingroom.com/?page_id=1260',0,'page','',0),(1261,2,'2014-03-06 16:02:30','2014-03-06 16:02:30','','Stocks/ETF and Options','','inherit','open','closed','','1260-revision-v1','','','2014-03-06 16:02:30','2014-03-06 16:02:30','',1260,'http://www.thetradingroom.com/1260-revision-v1/',0,'revision','',0),(1262,2,'2014-03-06 16:18:04','2014-03-06 16:18:04','','gld option trade1','','inherit','open','closed','','gld-option-trade1-2','','','2014-03-06 16:18:04','2014-03-06 16:18:04','',1264,'http://www.thetradingroom.com/wp-content/uploads/2014/03/gld-option-trade11.jpg',0,'attachment','image/jpeg',0),(1263,2,'2014-03-06 16:35:04','0000-00-00 00:00:00','','Stocks/ETF and Options1','','draft','open','closed','','stocksetf-and-options1','','','2014-03-06 16:35:04','0000-00-00 00:00:00','',0,'http://www.thetradingroom.com/?page_id=1263',0,'page','',0),(1264,2,'2014-03-06 16:43:36','2014-03-06 16:43:36','<strong>Scoreboard update since first of the year has it 16 winning trades vs. 11 losing trades.</strong>\r\n\r\nJoin our live trading room during market hours for Stocks, ETF’s and Options and discover how we\'re doing it.\r\n\r\nWe invite you to join in, tune in on <strong>Thursday, March 6th at 3 PM EST</strong>. \r\n<a href=\"https://www3.gotomeeting.com/register/530075006\">Simply click here to get access.</a>\r\n\r\nWatch RiosQuant traders and coaches Joe Contes and Ken Eriksen as they reveal the methodology for finding high probability options trades. You will see how trades like the USO example are identified and then observe the impressive equity curve generated since the first of the year. \r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/gld-option-trade11.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/gld-option-trade11.jpg\" alt=\"gld option trade1\" width=\"331\" height=\"389\" class=\"aligncenter size-full wp-image-1262\" /></a>\r\n','A Shocking Thing 60% of Great Option Traders Do ','','publish','open','closed','','shocking-thing-60-great-option-traders','','','2014-03-06 16:43:36','2014-03-06 16:43:36','',0,'http://www.thetradingroom.com/?p=1264',0,'post','',0),(1265,2,'2014-03-06 16:43:21','2014-03-06 16:43:21','<strong>Scoreboard update since first of the year has it 16 winning trades vs. 11 losing trades.</strong>\r\n\r\nJoin our live trading room during market hours for Stocks, ETF’s and Options and discover how we\'re doing it.\r\n\r\nWe invite you to join in, tune in on <strong>Thursday, March 6th at 3 PM EST</strong>. \r\n<a href=\"https://www3.gotomeeting.com/register/530075006\">Simply click here to get access.</a>\r\n\r\nWatch RiosQuant traders and coaches Joe Contes and Ken Eriksen as they reveal the methodology for finding high probability options trades. You will see how trades like the USO example are identified and then observe the impressive equity curve generated since the first of the year. \r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/gld-option-trade11.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/gld-option-trade11.jpg\" alt=\"gld option trade1\" width=\"331\" height=\"389\" class=\"aligncenter size-full wp-image-1262\" /></a>\r\n','A Shocking Thing 60% of Great Option Traders Do ','','inherit','open','closed','','1264-revision-v1','','','2014-03-06 16:43:21','2014-03-06 16:43:21','',1264,'http://www.thetradingroom.com/1264-revision-v1/',0,'revision','',0),(1266,2,'2014-03-07 12:14:35','2014-03-07 12:14:35','<strong>UPDATED 7:05 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks fell, heading for their first weekly decline since January, as a gauge of health-care companies dropped, while investors awaited a U.S. employment report. U.S. index futures fluctuated, while Asian shares advanced.\r\n\r\n<strong>BONDS</strong> - Treasuries were set for the steepest weekly decline this year amid speculation a U.S. jobs report today will strengthen the case for the Federal Reserve to push ahead with tapering its monetary stimulus program.\r\n\r\n<strong>COMMODITIES</strong> -  Corn jumped to a six-month high and was poised for a bull market as demand rose for exports from the U.S., the top shipper, amid tensions between Russia and Ukraine.\r\n\r\n<strong>CURRENCIES</strong> - Stepping up verbal intervention may be the Reserve Bank of Australia’s only option to curb the Aussie as strengthening economic data and a neutral policy stance drive the currency toward a three-month high.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Non-Farm Employment Change, Trade Balance, CAD Unemployment Rate due at 8:30, FOMC Member Dudley Speaks at 12 noon ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\" alt=\"pre market open Blue board\" width=\"360\" height=\"266\" class=\"aligncenter size-full wp-image-886\" /></a>','Pre-Market Report for Stocks, Bonds, Commodities and Currencies','','publish','open','closed','','pre-market-report-stocks-bonds-commodities-currencies-2','','','2014-03-07 12:14:35','2014-03-07 12:14:35','',0,'http://www.thetradingroom.com/?p=1266',0,'post','',0),(1267,2,'2014-03-07 12:13:50','2014-03-07 12:13:50','<strong>UPDATED 7:05 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks fell, heading for their first weekly decline since January, as a gauge of health-care companies dropped, while investors awaited a U.S. employment report. U.S. index futures fluctuated, while Asian shares advanced.\r\n\r\n<strong>BONDS</strong> - Treasuries were set for the steepest weekly decline this year amid speculation a U.S. jobs report today will strengthen the case for the Federal Reserve to push ahead with tapering its monetary stimulus program.\r\n\r\n<strong>COMMODITIES</strong> -  Corn jumped to a six-month high and was poised for a bull market as demand rose for exports from the U.S., the top shipper, amid tensions between Russia and Ukraine.\r\n\r\n<strong>CURRENCIES</strong> - Stepping up verbal intervention may be the Reserve Bank of Australia’s only option to curb the Aussie as strengthening economic data and a neutral policy stance drive the currency toward a three-month high.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Non-Farm Employment Change, Trade Balance, CAD Unemployment Rate due at 8:30, FOMC Member Dudley Speaks at 12 noon ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\" alt=\"pre market open Blue board\" width=\"360\" height=\"266\" class=\"aligncenter size-full wp-image-886\" /></a>','Pre-Market Report for Stocks, Bonds, Commodities and Currencies','','inherit','open','closed','','1266-revision-v1','','','2014-03-07 12:13:50','2014-03-07 12:13:50','',1266,'http://www.thetradingroom.com/1266-revision-v1/',0,'revision','',0),(1268,2,'2014-03-08 20:47:31','2014-03-08 20:47:31','','MondayOptions','','publish','open','closed','','mondayoptions','','','2014-03-08 20:48:31','2014-03-08 20:48:31','',0,'http://www.thetradingroom.com/?page_id=1268',0,'page','',0),(1269,2,'2014-03-08 19:39:51','2014-03-08 19:39:51','','MondayOptions','','inherit','open','closed','','1268-revision-v1','','','2014-03-08 19:39:51','2014-03-08 19:39:51','',1268,'http://www.thetradingroom.com/1268-revision-v1/',0,'revision','',0),(1270,2,'2014-03-08 19:53:07','2014-03-08 19:53:07','','rq glass office snip','','inherit','open','closed','','rq-glass-office-snip','','','2014-03-08 19:53:07','2014-03-08 19:53:07','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/rq-glass-office-snip.jpg',0,'attachment','image/jpeg',0),(1273,2,'2014-03-10 11:30:13','2014-03-10 11:30:13','<strong>UPDATED 7:15 ET </strong>\r\n\r\nSTOCKS - European stocks were little changed after their first weekly drop since January, as heightened deal activity outweighed data showing that Chinese exports unexpectedly slumped. U.S. stock-index futures were little changed and Asian shares fell.\r\n\r\n<strong>BONDS </strong>- Treasuries were little changed as the biggest decline in Chinese exports in two years drove demand for the safety of U.S. debt.\r\n\r\n<strong>COMMODITIES</strong> -  Crude Oil fell for the first time in three days after exports from China unexpectedly shrank, stoking speculation that the world’s second-largest oil consumer may miss economic growth targets.\r\n\r\n<strong>CURRENCIES</strong> - The Australian dollar fell for a second day against the U.S. currency after China reported the biggest trade deficit in two years, cooling demand for higher- yielding assets.\r\n\r\n<strong>ECONOMIC DATA</strong> - GBP MPC Member Bean Speaks at 10:15, AUD NAB Business Confidence at 20:30 ET, JPY Monetary Policy Statement *tentative. \r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\" alt=\"red clocks pre-market open\" width=\"482\" height=\"394\" class=\"aligncenter size-full wp-image-899\" /></a>','Pre-Market Report for Stocks, Bonds, Commodities and Currencies','','publish','open','closed','','pre-market-report-stocks-bonds-commodities-currencies','','','2014-03-10 11:33:43','2014-03-10 11:33:43','',0,'http://www.thetradingroom.com/?page_id=1273',0,'page','',0),(1274,2,'2014-03-10 11:23:44','2014-03-10 11:23:44','<strong>UPDATED 7:15 ET </strong>\r\n\r\nSTOCKS - European stocks were little changed after their first weekly drop since January, as heightened deal activity outweighed data showing that Chinese exports unexpectedly slumped. U.S. stock-index futures were little changed and Asian shares fell.\r\n\r\n<strong>BONDS </strong>- Treasuries were little changed as the biggest decline in Chinese exports in two years drove demand for the safety of U.S. debt.\r\n\r\n<strong>COMMODITIES</strong> -  Crude Oil fell for the first time in three days after exports from China unexpectedly shrank, stoking speculation that the world’s second-largest oil consumer may miss economic growth targets.\r\n\r\n<strong>CURRENCIES</strong> - The Australian dollar fell for a second day against the U.S. currency after China reported the biggest trade deficit in two years, cooling demand for higher- yielding assets.\r\n\r\n<strong>ECONOMIC DATA</strong> - GBP MPC Member Bean Speaks at 10:15, AUD NAB Business Confidence at 20:30 ET, JPY Monetary Policy Statement *tentative. ','Pre-Market Report for Stocks, Bonds, Commodities and Currencies','','inherit','open','closed','','1273-revision-v1','','','2014-03-10 11:23:44','2014-03-10 11:23:44','',1273,'http://www.thetradingroom.com/1273-revision-v1/',0,'revision','',0),(1275,2,'2014-03-10 11:26:53','2014-03-10 11:26:53','<strong>UPDATED 7:15 ET </strong>\r\n\r\nSTOCKS - European stocks were little changed after their first weekly drop since January, as heightened deal activity outweighed data showing that Chinese exports unexpectedly slumped. U.S. stock-index futures were little changed and Asian shares fell.\r\n\r\n<strong>BONDS </strong>- Treasuries were little changed as the biggest decline in Chinese exports in two years drove demand for the safety of U.S. debt.\r\n\r\n<strong>COMMODITIES</strong> -  Crude Oil fell for the first time in three days after exports from China unexpectedly shrank, stoking speculation that the world’s second-largest oil consumer may miss economic growth targets.\r\n\r\n<strong>CURRENCIES</strong> - The Australian dollar fell for a second day against the U.S. currency after China reported the biggest trade deficit in two years, cooling demand for higher- yielding assets.\r\n\r\n<strong>ECONOMIC DATA</strong> - GBP MPC Member Bean Speaks at 10:15, AUD NAB Business Confidence at 20:30 ET, JPY Monetary Policy Statement *tentative. \r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\" alt=\"red clocks pre-market open\" width=\"482\" height=\"394\" class=\"aligncenter size-full wp-image-899\" /></a>','Pre-Market Report for Stocks, Bonds, Commodities and Currencies','','inherit','open','closed','','1273-revision-v1','','','2014-03-10 11:26:53','2014-03-10 11:26:53','',1273,'http://www.thetradingroom.com/1273-revision-v1/',0,'revision','',0),(1276,2,'2014-03-10 11:33:21','2014-03-10 11:33:21','<strong>UPDATED 7:15 ET </strong>\r\n\r\nSTOCKS - European stocks were little changed after their first weekly drop since January, as heightened deal activity outweighed data showing that Chinese exports unexpectedly slumped. U.S. stock-index futures were little changed and Asian shares fell.\r\n\r\n<strong>BONDS </strong>- Treasuries were little changed as the biggest decline in Chinese exports in two years drove demand for the safety of U.S. debt.\r\n\r\n<strong>COMMODITIES</strong> -  Crude Oil fell for the first time in three days after exports from China unexpectedly shrank, stoking speculation that the world’s second-largest oil consumer may miss economic growth targets.\r\n\r\n<strong>CURRENCIES</strong> - The Australian dollar fell for a second day against the U.S. currency after China reported the biggest trade deficit in two years, cooling demand for higher- yielding assets.\r\n\r\n<strong>ECONOMIC DATA</strong> - GBP MPC Member Bean Speaks at 10:15, AUD NAB Business Confidence at 20:30 ET, JPY Monetary Policy Statement *tentative. \r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\" alt=\"red clocks pre-market open\" width=\"482\" height=\"394\" class=\"aligncenter size-full wp-image-899\" /></a>','Pre-Market Report for Stocks, Bonds, Commodities and Currencies','','inherit','open','closed','','1273-autosave-v1','','','2014-03-10 11:33:21','2014-03-10 11:33:21','',1273,'http://www.thetradingroom.com/1273-autosave-v1/',0,'revision','',0),(1277,2,'2014-03-10 11:39:37','2014-03-10 11:39:37','<strong>UPDATED 7:15 ET </strong>\r\n\r\n<strong>STOCKS </strong>- European stocks were little changed after their first weekly drop since January, as heightened deal activity outweighed data showing that Chinese exports unexpectedly slumped. U.S. stock-index futures were little changed and Asian shares fell.\r\n\r\n<strong>BONDS</strong> - Treasuries were little changed as the biggest decline in Chinese exports in two years drove demand for the safety of U.S. debt.\r\n\r\n<strong>COMMODITIES</strong> -  Crude Oil fell for the first time in three days after exports from China unexpectedly shrank, stoking speculation that the world’s second-largest oil consumer may miss economic growth targets.\r\n\r\n<strong>CURRENCIES</strong> - The Australian dollar fell for a second day against the U.S. currency after China reported the biggest trade deficit in two years, cooling demand for higher- yielding assets.\r\n\r\n<strong>ECONOMIC DATA </strong>- GBP MPC Member Bean Speaks at 10:15, AUD NAB Business Confidence at 20:30 ET, JPY Monetary Policy Statement *tentative. \r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\" alt=\"red clocks pre-market open\" width=\"482\" height=\"394\" class=\"aligncenter size-full wp-image-899\" /></a>','Pre-Market Trading Report for Global Stocks, Bonds, Commodities and Currencies','','publish','open','closed','','pre-market-trading-report-global-stocks-bonds-commodities-currencies','','','2014-03-10 11:39:37','2014-03-10 11:39:37','',0,'http://www.thetradingroom.com/?p=1277',0,'post','',0),(1278,2,'2014-03-10 11:39:37','2014-03-10 11:39:37','<strong>UPDATED 7:15 ET </strong>\r\n\r\n<strong>STOCKS </strong>- European stocks were little changed after their first weekly drop since January, as heightened deal activity outweighed data showing that Chinese exports unexpectedly slumped. U.S. stock-index futures were little changed and Asian shares fell.\r\n\r\n<strong>BONDS</strong> - Treasuries were little changed as the biggest decline in Chinese exports in two years drove demand for the safety of U.S. debt.\r\n\r\n<strong>COMMODITIES</strong> -  Crude Oil fell for the first time in three days after exports from China unexpectedly shrank, stoking speculation that the world’s second-largest oil consumer may miss economic growth targets.\r\n\r\n<strong>CURRENCIES</strong> - The Australian dollar fell for a second day against the U.S. currency after China reported the biggest trade deficit in two years, cooling demand for higher- yielding assets.\r\n\r\n<strong>ECONOMIC DATA </strong>- GBP MPC Member Bean Speaks at 10:15, AUD NAB Business Confidence at 20:30 ET, JPY Monetary Policy Statement *tentative. \r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\" alt=\"red clocks pre-market open\" width=\"482\" height=\"394\" class=\"aligncenter size-full wp-image-899\" /></a>','Pre-Market Trading Report for Global Stocks, Bonds, Commodities and Currencies','','inherit','open','closed','','1277-revision-v1','','','2014-03-10 11:39:37','2014-03-10 11:39:37','',1277,'http://www.thetradingroom.com/1277-revision-v1/',0,'revision','',0),(1279,2,'2014-03-10 12:22:26','2014-03-10 12:22:26','<strong>From the Desk of Joe Rios</strong>\r\n\r\n<strong>A very exciting week in the global financial markets! </strong>Especially for rotation flows as risk assets sold-off at the beginning of the week in response to the conflict with Ukraine and Russia. However sentiment quickly changed the next trading session and risk assets ascended higher for most of the week. The safe haven assets including the US Dollar and US Treasuries closed the week significantly lower following Friday\'s US employment data, at very critical support levels. In the currency market the Euro hit a 2.5 year high, benefiting from falling US Treasuries. In the commodity market the grains led by Corn, Soy and Wheat broke out impressively in bullish price patterns. The velocity leader to the downside was Copper breaking down with significant follow thru. In the week ahead I will continue to focus on the rotation flows. I will pay close attention to correlations for both the macro and current trends in order to distinguish between friendly and hostile trading environments. \r\n<strong>I will also pay attention to news from Ukraine, China and policy decision from the Bank of Japan for potential volatility.</strong>\r\n\r\n<strong>Joe Rios\r\nChief Market Strategist\r\nwww.riosquant.com</strong>\r\n\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager </strong>\r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\nMonday through Friday beginning at 7:30 AM ET\r\n<a href=\"https://www3.gotomeeting.com/register/219105686\">https://www3.gotomeeting.com/register/219105686</a>\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading Room en Español\r\n</strong><a href=\"https://www3.gotomeeting.com/register/161282198\">https://www3.gotomeeting.com/register/161282198</a>\r\nMonday through Friday beginning at 7:30 AM ET\r\nÚnete a nuestro coach de trading, Agustin Criado mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nTuesday, Wednesday and Thursday beginning at 1:30 PM ET\r\nSubscription Only!\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/411882550\">https://www3.gotomeeting.com/register/411882550</a>\r\nTuesday beginning at 7:30 PM ET\r\nTopic: How to Follow the Money Trail\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/355068454\">https://www3.gotomeeting.com/register/355068454</a>\r\nWednesday beginning at 7:00 PM ET\r\nTopic: Aim for the Target\r\n\r\nMONDAY\r\nEconomic Data Release - Market Movers\r\nUSD - FOMC Member Plosser Speaks – 7:15 AM ET\r\nGBP - MPC Member Benn Speaks – 10:15 AM ET\r\nAUD - NAB Business Confidence – 8:30 PM ET\r\nJPY - Monetary Policy Statement – Tentative\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/219105686\r\nBeginning at 7:30 AM ET\r\n\r\nTUESDAY\r\nEconomic Data Release - Market Movers\r\nJPY - BOJ Press Conference – Tentative\r\nGBP - Manufacturing Production – 5:30 AM ET\r\nGBP - Inflation Report Hearings – 6:00 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/219105686\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/411882550\r\nBeginning at 7:30 PM ET\r\nTopic: How to Follow the Money Trail\r\n\r\nWEDNESDAY\r\nEconomic Data Release - Market Movers\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nNZD - Official Cash Rate and RBNZ Rate Statement – 4:00 PM ET\r\nAUD - Unemployment Rate – 8:30 PM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/219105686\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/355068454\r\nBeginning at 7:00 PM ET\r\nTopic: Aim for the Target\r\n\r\nTHURSDAY\r\nEconomic Data Release - Market Movers\r\nCNY - Industrial Production – 1:30 AM ET\r\nUSD - Retail Sales and Unemployment Claims – 8:30 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/219105686\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\nFRIDAY\r\nEconomic Data Release - Market Movers\r\nUSD - PPI – 8:30 AM ET\r\nUSD - Preliminary Uom Consumer Sentiment – 9:55 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/219105686\r\nBeginning at 7:30 AM ET\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/wall-street-blue.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/wall-street-blue.jpg\" alt=\"wall street blue\" width=\"229\" height=\"166\" class=\"aligncenter size-full wp-image-1010\" /></a>\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY \r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS','The Week Ahead in the Global Stock, Bond, Commodity and Currency Markets','','publish','open','closed','','week-ahead-global-stocks-bonds-commodity-currency-markets','','','2014-03-10 12:23:05','2014-03-10 12:23:05','',0,'http://www.thetradingroom.com/?p=1279',0,'post','',0),(1280,2,'2014-03-10 12:14:52','2014-03-10 12:14:52','<strong>From the Desk of Joe Rios</strong>\r\n\r\n<strong>A very exciting week in the global financial markets! </strong>Especially for rotation flows as risk assets sold-off at the beginning of the week in response to the conflict with Ukraine and Russia. However sentiment quickly changed the next trading session and risk assets ascended higher for most of the week. The safe haven assets including the US Dollar and US Treasuries closed the week significantly lower following Friday\'s US employment data, at very critical support levels. In the currency market the Euro hit a 2.5 year high, benefiting from falling US Treasuries. In the commodity market the grains led by Corn, Soy and Wheat broke out impressively in bullish price patterns. The velocity leader to the downside was Copper breaking down with significant follow thru. In the week ahead I will continue to focus on the rotation flows. I will pay close attention to correlations for both the macro and current trends in order to distinguish between friendly and hostile trading environments. \r\n<strong>I will also pay attention to news from Ukraine, China and policy decision from the Bank of Japan for potential volatility.</strong>\r\n\r\nJoe Rios\r\nChief Market Strategist\r\nwww.riosquant.com\r\n\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager </strong>\r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\nMonday through Friday beginning at 7:30 AM ET\r\n<a href=\"https://www3.gotomeeting.com/register/219105686\">https://www3.gotomeeting.com/register/219105686</a>\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading Room en Español\r\n</strong><a href=\"https://www3.gotomeeting.com/register/161282198\">https://www3.gotomeeting.com/register/161282198</a>\r\nMonday through Friday beginning at 7:30 AM ET\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nTuesday, Wednesday and Thursday beginning at 1:30 PM ET\r\nSubscription Only!\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/411882550\r\nTuesday beginning at 7:30 PM ET\r\nTopic: How to Follow the Money Trail\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/355068454\r\nWednesday beginning at 7:00 PM ET\r\nTopic: Aim for the Target\r\nMONDAY\r\n\r\nEconomic Data Release - Market Movers\r\nUSD - FOMC Member Plosser Speaks – 7:15 AM ET\r\nGBP - MPC Member Benn Speaks – 10:15 AM ET\r\nAUD - NAB Business Confidence – 8:30 PM ET\r\nJPY - Monetary Policy Statement – Tentative\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/219105686\r\nBeginning at 7:30 AM ET\r\nTUESDAY\r\n\r\nEconomic Data Release - Market Movers\r\nJPY - BOJ Press Conference – Tentative\r\nGBP - Manufacturing Production – 5:30 AM ET\r\nGBP - Inflation Report Hearings – 6:00 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/219105686\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/411882550\r\nBeginning at 7:30 PM ET\r\nTopic: How to Follow the Money Trail\r\nWEDNESDAY\r\n\r\nEconomic Data Release - Market Movers\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nNZD - Official Cash Rate and RBNZ Rate Statement – 4:00 PM ET\r\nAUD - Unemployment Rate – 8:30 PM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/219105686\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/355068454\r\nBeginning at 7:00 PM ET\r\nTopic: Aim for the Target\r\nTHURSDAY\r\n\r\nEconomic Data Release - Market Movers\r\nCNY - Industrial Production – 1:30 AM ET\r\nUSD - Retail Sales and Unemployment Claims – 8:30 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/219105686\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\nFRIDAY\r\n\r\nEconomic Data Release - Market Movers\r\nUSD - PPI – 8:30 AM ET\r\nUSD - Preliminary Uom Consumer Sentiment – 9:55 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/219105686\r\nBeginning at 7:30 AM ET\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY \r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS','The Week Ahead in the Global Stocks, Bonds, Commodity and Currency Markets','','inherit','open','closed','','1279-revision-v1','','','2014-03-10 12:14:52','2014-03-10 12:14:52','',1279,'http://www.thetradingroom.com/1279-revision-v1/',0,'revision','',0),(1281,2,'2014-03-10 12:22:26','2014-03-10 12:22:26','<strong>From the Desk of Joe Rios</strong>\r\n\r\n<strong>A very exciting week in the global financial markets! </strong>Especially for rotation flows as risk assets sold-off at the beginning of the week in response to the conflict with Ukraine and Russia. However sentiment quickly changed the next trading session and risk assets ascended higher for most of the week. The safe haven assets including the US Dollar and US Treasuries closed the week significantly lower following Friday\'s US employment data, at very critical support levels. In the currency market the Euro hit a 2.5 year high, benefiting from falling US Treasuries. In the commodity market the grains led by Corn, Soy and Wheat broke out impressively in bullish price patterns. The velocity leader to the downside was Copper breaking down with significant follow thru. In the week ahead I will continue to focus on the rotation flows. I will pay close attention to correlations for both the macro and current trends in order to distinguish between friendly and hostile trading environments. \r\n<strong>I will also pay attention to news from Ukraine, China and policy decision from the Bank of Japan for potential volatility.</strong>\r\n\r\n<strong>Joe Rios\r\nChief Market Strategist\r\nwww.riosquant.com</strong>\r\n\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager </strong>\r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\nMonday through Friday beginning at 7:30 AM ET\r\n<a href=\"https://www3.gotomeeting.com/register/219105686\">https://www3.gotomeeting.com/register/219105686</a>\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading Room en Español\r\n</strong><a href=\"https://www3.gotomeeting.com/register/161282198\">https://www3.gotomeeting.com/register/161282198</a>\r\nMonday through Friday beginning at 7:30 AM ET\r\nÚnete a nuestro coach de trading, Agustin Criado mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nTuesday, Wednesday and Thursday beginning at 1:30 PM ET\r\nSubscription Only!\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/411882550\">https://www3.gotomeeting.com/register/411882550</a>\r\nTuesday beginning at 7:30 PM ET\r\nTopic: How to Follow the Money Trail\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/355068454\">https://www3.gotomeeting.com/register/355068454</a>\r\nWednesday beginning at 7:00 PM ET\r\nTopic: Aim for the Target\r\n\r\nMONDAY\r\nEconomic Data Release - Market Movers\r\nUSD - FOMC Member Plosser Speaks – 7:15 AM ET\r\nGBP - MPC Member Benn Speaks – 10:15 AM ET\r\nAUD - NAB Business Confidence – 8:30 PM ET\r\nJPY - Monetary Policy Statement – Tentative\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/219105686\r\nBeginning at 7:30 AM ET\r\n\r\nTUESDAY\r\nEconomic Data Release - Market Movers\r\nJPY - BOJ Press Conference – Tentative\r\nGBP - Manufacturing Production – 5:30 AM ET\r\nGBP - Inflation Report Hearings – 6:00 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/219105686\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/411882550\r\nBeginning at 7:30 PM ET\r\nTopic: How to Follow the Money Trail\r\n\r\nWEDNESDAY\r\nEconomic Data Release - Market Movers\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nNZD - Official Cash Rate and RBNZ Rate Statement – 4:00 PM ET\r\nAUD - Unemployment Rate – 8:30 PM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/219105686\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/355068454\r\nBeginning at 7:00 PM ET\r\nTopic: Aim for the Target\r\n\r\nTHURSDAY\r\nEconomic Data Release - Market Movers\r\nCNY - Industrial Production – 1:30 AM ET\r\nUSD - Retail Sales and Unemployment Claims – 8:30 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/219105686\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\nFRIDAY\r\nEconomic Data Release - Market Movers\r\nUSD - PPI – 8:30 AM ET\r\nUSD - Preliminary Uom Consumer Sentiment – 9:55 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/219105686\r\nBeginning at 7:30 AM ET\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/wall-street-blue.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/wall-street-blue.jpg\" alt=\"wall street blue\" width=\"229\" height=\"166\" class=\"aligncenter size-full wp-image-1010\" /></a>\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY \r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS','The Week Ahead in the Global Stocks, Bonds, Commodity and Currency Markets','','inherit','open','closed','','1279-revision-v1','','','2014-03-10 12:22:26','2014-03-10 12:22:26','',1279,'http://www.thetradingroom.com/1279-revision-v1/',0,'revision','',0),(1282,2,'2014-03-10 12:23:05','2014-03-10 12:23:05','<strong>From the Desk of Joe Rios</strong>\r\n\r\n<strong>A very exciting week in the global financial markets! </strong>Especially for rotation flows as risk assets sold-off at the beginning of the week in response to the conflict with Ukraine and Russia. However sentiment quickly changed the next trading session and risk assets ascended higher for most of the week. The safe haven assets including the US Dollar and US Treasuries closed the week significantly lower following Friday\'s US employment data, at very critical support levels. In the currency market the Euro hit a 2.5 year high, benefiting from falling US Treasuries. In the commodity market the grains led by Corn, Soy and Wheat broke out impressively in bullish price patterns. The velocity leader to the downside was Copper breaking down with significant follow thru. In the week ahead I will continue to focus on the rotation flows. I will pay close attention to correlations for both the macro and current trends in order to distinguish between friendly and hostile trading environments. \r\n<strong>I will also pay attention to news from Ukraine, China and policy decision from the Bank of Japan for potential volatility.</strong>\r\n\r\n<strong>Joe Rios\r\nChief Market Strategist\r\nwww.riosquant.com</strong>\r\n\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager </strong>\r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\nMonday through Friday beginning at 7:30 AM ET\r\n<a href=\"https://www3.gotomeeting.com/register/219105686\">https://www3.gotomeeting.com/register/219105686</a>\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading Room en Español\r\n</strong><a href=\"https://www3.gotomeeting.com/register/161282198\">https://www3.gotomeeting.com/register/161282198</a>\r\nMonday through Friday beginning at 7:30 AM ET\r\nÚnete a nuestro coach de trading, Agustin Criado mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nTuesday, Wednesday and Thursday beginning at 1:30 PM ET\r\nSubscription Only!\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/411882550\">https://www3.gotomeeting.com/register/411882550</a>\r\nTuesday beginning at 7:30 PM ET\r\nTopic: How to Follow the Money Trail\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/355068454\">https://www3.gotomeeting.com/register/355068454</a>\r\nWednesday beginning at 7:00 PM ET\r\nTopic: Aim for the Target\r\n\r\nMONDAY\r\nEconomic Data Release - Market Movers\r\nUSD - FOMC Member Plosser Speaks – 7:15 AM ET\r\nGBP - MPC Member Benn Speaks – 10:15 AM ET\r\nAUD - NAB Business Confidence – 8:30 PM ET\r\nJPY - Monetary Policy Statement – Tentative\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/219105686\r\nBeginning at 7:30 AM ET\r\n\r\nTUESDAY\r\nEconomic Data Release - Market Movers\r\nJPY - BOJ Press Conference – Tentative\r\nGBP - Manufacturing Production – 5:30 AM ET\r\nGBP - Inflation Report Hearings – 6:00 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/219105686\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/411882550\r\nBeginning at 7:30 PM ET\r\nTopic: How to Follow the Money Trail\r\n\r\nWEDNESDAY\r\nEconomic Data Release - Market Movers\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nNZD - Official Cash Rate and RBNZ Rate Statement – 4:00 PM ET\r\nAUD - Unemployment Rate – 8:30 PM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/219105686\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/355068454\r\nBeginning at 7:00 PM ET\r\nTopic: Aim for the Target\r\n\r\nTHURSDAY\r\nEconomic Data Release - Market Movers\r\nCNY - Industrial Production – 1:30 AM ET\r\nUSD - Retail Sales and Unemployment Claims – 8:30 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/219105686\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\nFRIDAY\r\nEconomic Data Release - Market Movers\r\nUSD - PPI – 8:30 AM ET\r\nUSD - Preliminary Uom Consumer Sentiment – 9:55 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/219105686\r\nBeginning at 7:30 AM ET\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/wall-street-blue.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/wall-street-blue.jpg\" alt=\"wall street blue\" width=\"229\" height=\"166\" class=\"aligncenter size-full wp-image-1010\" /></a>\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY \r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS','The Week Ahead in the Global Stock, Bond, Commodity and Currency Markets','','inherit','open','closed','','1279-revision-v1','','','2014-03-10 12:23:05','2014-03-10 12:23:05','',1279,'http://www.thetradingroom.com/1279-revision-v1/',0,'revision','',0),(1285,2,'2014-03-11 12:41:20','2014-03-11 12:41:20','<strong>UPDATED 7:15 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks were little changed, paring earlier gains, as investors weighed corporate earnings and watched developments in Ukraine. U.S. index futures were also little changed and Asian shares rose.\r\n\r\n<strong>BONDS</strong> - Treasury market volatility declined to a 10-month low as investors tried to discern how much winter weather is responsible for slowing the economy.\r\n\r\n<strong>COMMODITIES</strong> -  Gold climbed toward a four-month high in London as the standoff between Russia and Ukraine spurred demand for a haven.\r\n\r\n<strong>CURRENCIES</strong> - A gauge of expected currency volatility fell to the lowest in almost 15 months as investors waited to see how a standoff between Ukraine and Russia over the region of Crimea will be resolved.\r\n\r\n<strong>ECONOMIC DATA </strong>- US JOLTS Job Openings due at 10:00, GBP NIESR GDP Estimate at 11:00 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\" alt=\"pre market open Blue board\" width=\"360\" height=\"266\" class=\"aligncenter size-full wp-image-886\" /></a>','Pre-Market Trading Report for Stock, Bond, Commodity and Currency Markets','','inherit','open','closed','','1284-revision-v1','','','2014-03-11 12:41:20','2014-03-11 12:41:20','',1284,'http://www.thetradingroom.com/1284-revision-v1/',0,'revision','',0),(1287,2,'2014-03-12 11:30:23','2014-03-12 11:30:23','<strong>UPDATED 7:15 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks dropped to their lowest level in a month as Russia and Ukraine continued their standoff over the region of Crimea. U.S. index futures and Asian shares also fell.\r\n\r\n<strong>BONDS</strong> - A U.S. auction of $30 billion of three-year notes attracted lower-than-average demand, with primary dealers taking down the largest share at a sale of the securities since June.\r\n\r\n<strong>COMMODITIES</strong> -  Copper reached a 44-month low in London amid concern demand is weakening in China, the biggest consumer of the metal. Futures traded in Shanghai touched the lowest price since 2009.\r\n\r\n<strong>CURRENCIES</strong> - Australia’s dollar fell for a fourth day after reports showed consumer sentiment deteriorated and home loans stagnated.\r\n\r\n<strong>ECONOMIC DATA</strong> - Crude Oil Inventories due at 10:30, US 10-y Bond Auction at 13:01, NZD RBNZ Rate Statement and RBNZ Press Conference, AUD Unemployment Rate at 20:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg\" alt=\"world dgital clocks\" width=\"445\" height=\"273\" class=\"aligncenter size-full wp-image-636\" /></a>','Pre-Market Trading Report for Stock, Bond, Commodity and Currency Markets','','inherit','open','closed','','1286-revision-v1','','','2014-03-12 11:30:23','2014-03-12 11:30:23','',1286,'http://www.thetradingroom.com/1286-revision-v1/',0,'revision','',0),(1288,2,'2014-03-12 17:11:23','2014-03-12 17:11:23','','Profit Targets','','publish','open','closed','','profit-targets','','','2014-03-12 17:12:09','2014-03-12 17:12:09','',0,'http://www.thetradingroom.com/?page_id=1288',0,'page','',0),(1289,2,'2014-03-12 16:41:28','2014-03-12 16:41:28','','Profit Targets','','inherit','open','closed','','1288-revision-v1','','','2014-03-12 16:41:28','2014-03-12 16:41:28','',1288,'http://www.thetradingroom.com/1288-revision-v1/',0,'revision','',0),(1290,2,'2014-03-12 16:59:50','2014-03-12 16:59:50','','rq glass adv window1','','inherit','open','closed','','rq-glass-adv-window1','','','2014-03-12 16:59:50','2014-03-12 16:59:50','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/rq-glass-adv-window1.jpg',0,'attachment','image/jpeg',0),(1291,2,'2014-03-12 17:20:55','0000-00-00 00:00:00','','Quant Run','','draft','open','closed','','quant-run','','','2014-03-12 17:20:55','2014-03-12 17:20:55','',0,'http://www.thetradingroom.com/?page_id=1291',0,'page','',0),(1292,2,'2014-03-12 17:20:48','2014-03-12 17:20:48','','Quant Run','','inherit','open','closed','','1291-revision-v1','','','2014-03-12 17:20:48','2014-03-12 17:20:48','',1291,'http://www.thetradingroom.com/1291-revision-v1/',0,'revision','',0),(1346,2,'2014-03-21 11:14:30','2014-03-21 11:14:30','<strong>UPDATED 7:00 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks gained, with the Stoxx Europe 600 Index heading for its biggest weekly advance in five weeks, as investors watched the expiry of derivative contracts. U.S. stock-index futures and Asian shares also rose.\r\n\r\n<strong>BONDS </strong>- The outlook on the U.S.’s AAA credit-ranking was raised to stable from negative by Fitch Ratings after Congress suspended the nation’s debt limit for more than a year, reducing the risk of a default.\r\n\r\n<strong>COMMODITIES</strong> -  Gold rose for the first time in five days in London, trimming a weekly decline, as concern about the crisis over Ukraine increased demand for a haven. Silver advanced.\r\n\r\n<strong>CURRENCIES</strong> - The Australian dollar’s implied volatility may rise along with that for the euro and New Zealand’s kiwi because the Federal Reserve’s interest-rate guidance lacked clarity, Commonwealth Bank of Australia said.\r\n\r\n<strong>ECONOMIC DATA</strong> - CAD Core CPI and Retail Sales due at 8:30, FOMC Member Fisher Speaks at 13:45 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\" alt=\"pre market open Blue board\" width=\"360\" height=\"266\" class=\"aligncenter size-full wp-image-886\" /></a>\r\n\r\n','Pre-Market Trading Report for Stocks, Bonds, Commodity and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodity-forex','','','2014-03-21 11:14:30','2014-03-21 11:14:30','',0,'http://www.thetradingroom.com/?p=1346',0,'post','',0),(1294,2,'2014-03-13 11:19:10','2014-03-13 11:19:10','<strong>UPDATED 7:10 ET </strong>\r\n<div></div>\r\n<div><strong>STOCKS</strong> - European stocks were little changed, after closing at a one-month low, as a slump in Wm Morrison Supermarkets Plc led retailers lower. U.S. stock-index futures and Asian shares climbed.</div>\r\n<div></div>\r\n<div><strong>BONDS</strong> - The U.S. Treasury’s $21 billion 10- year note auction attracted the highest demand in a year as investors sought a refuge amid concern that slowing growth in China will weigh on the global economy.</div>\r\n<div></div>\r\n<div><strong>COMMODITIES</strong> -<span style=\"color: #444444; font-family: proxima-nova;\">  </span>Gold advanced to the highest level in almost six months in London as tension between Ukraine and Russia and concern about slowing Chinese economic growth increased demand for a store of value.</div>\r\n<div></div>\r\n<div><strong>CURRENCIES</strong> - The euro advanced to the highest level versus the dollar in more than two years as policy makers signal support for the region’s recovery.</div>\r\n<div></div>\r\n<div><strong>ECONOMIC DATA</strong> - <span style=\"font-family: Verdana, Helvetica, sans-serif; font-size: xx-small;\">US </span>Unemployment Claims and Core Retail Sales due at 8:30, Business Inventories  at 10:00, Natural Gas Storage at 10:30, JPY Monetary Policy Meeting Minutes at 17:50 ET.</div>\r\n<div></div>\r\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\"><img class=\"aligncenter size-full wp-image-454\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\" alt=\"Hangseng sign\" width=\"604\" height=\"453\" /></a></div>','Pre-Market Trading Report for Stock, Bond, Commodity and Currency Markets','','publish','open','closed','','pre-market-trading-report-stock-bond-commodity-currency-markets-3','','','2014-05-09 02:00:13','2014-05-09 02:00:13','',0,'http://www.thetradingroom.com/?p=1294',0,'post','',0),(1295,2,'2014-03-13 11:16:11','2014-03-13 11:16:11','<strong>UPDATED 7:10 ET </strong>\r\n<div></div>\r\n<div><strong>STOCKS</strong> - European stocks were little changed, after closing at a one-month low, as a slump in Wm Morrison Supermarkets Plc led retailers lower. U.S. stock-index futures and Asian shares climbed.</div>\r\n<div></div>\r\n<div>BONDS - The U.S. Treasury’s $21 billion 10- year note auction attracted the highest demand in a year as investors sought a refuge amid concern that slowing growth in China will weigh on the global economy.</div>\r\n<div>COMMODITIES -<span style=\"color: #444444; font-family: proxima-nova;\">  </span>Gold advanced to the highest level in almost six months in London as tension between Ukraine and Russia and concern about slowing Chinese economic growth increased demand for a store of value.</div>\r\n<div></div>\r\n<div>CURRENCIES - The euro advanced to the highest level versus the dollar in more than two years as policy makers signal support for the region’s recovery.</div>\r\n<div></div>\r\n<div>ECONOMIC DATA - <span style=\"font-family: Verdana, Helvetica, sans-serif; font-size: xx-small;\">US </span>Unemployment Claims and Core Retail Sales due at 8:30, Business Inventories  at 10:00, Natural Gas Storage at 10:30, JPY Monetary Policy Meeting Minutes at 17:50 ET.</div>','','','inherit','open','closed','','1294-revision-v1','','','2014-03-13 11:16:11','2014-03-13 11:16:11','',1294,'http://www.thetradingroom.com/1294-revision-v1/',0,'revision','',0),(1296,2,'2014-03-13 11:18:31','2014-03-13 11:18:31','<strong>UPDATED 7:10 ET </strong>\r\n<div></div>\r\n<div><strong>STOCKS</strong> - European stocks were little changed, after closing at a one-month low, as a slump in Wm Morrison Supermarkets Plc led retailers lower. U.S. stock-index futures and Asian shares climbed.</div>\r\n<div></div>\r\n<div><strong>BONDS</strong> - The U.S. Treasury’s $21 billion 10- year note auction attracted the highest demand in a year as investors sought a refuge amid concern that slowing growth in China will weigh on the global economy.</div>\r\n<div></div>\r\n<div><strong>COMMODITIES</strong> -<span style=\"color: #444444; font-family: proxima-nova;\">  </span>Gold advanced to the highest level in almost six months in London as tension between Ukraine and Russia and concern about slowing Chinese economic growth increased demand for a store of value.</div>\r\n<div></div>\r\n<div><strong>CURRENCIES</strong> - The euro advanced to the highest level versus the dollar in more than two years as policy makers signal support for the region’s recovery.</div>\r\n<div></div>\r\n<div><strong>ECONOMIC DATA</strong> - <span style=\"font-family: Verdana, Helvetica, sans-serif; font-size: xx-small;\">US </span>Unemployment Claims and Core Retail Sales due at 8:30, Business Inventories  at 10:00, Natural Gas Storage at 10:30, JPY Monetary Policy Meeting Minutes at 17:50 ET.</div>\r\n<div></div>\r\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\"><img class=\"aligncenter size-full wp-image-454\" alt=\"Hangseng sign\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\" width=\"604\" height=\"453\" /></a></div>','','','inherit','open','closed','','1294-revision-v1','','','2014-03-13 11:18:31','2014-03-13 11:18:31','',1294,'http://www.thetradingroom.com/1294-revision-v1/',0,'revision','',0),(1297,2,'2014-03-13 11:19:03','2014-03-13 11:19:03','<strong>UPDATED 7:10 ET </strong>\r\n<div></div>\r\n<div><strong>STOCKS</strong> - European stocks were little changed, after closing at a one-month low, as a slump in Wm Morrison Supermarkets Plc led retailers lower. U.S. stock-index futures and Asian shares climbed.</div>\r\n<div></div>\r\n<div><strong>BONDS</strong> - The U.S. Treasury’s $21 billion 10- year note auction attracted the highest demand in a year as investors sought a refuge amid concern that slowing growth in China will weigh on the global economy.</div>\r\n<div></div>\r\n<div><strong>COMMODITIES</strong> -<span style=\"color: #444444; font-family: proxima-nova;\">  </span>Gold advanced to the highest level in almost six months in London as tension between Ukraine and Russia and concern about slowing Chinese economic growth increased demand for a store of value.</div>\r\n<div></div>\r\n<div><strong>CURRENCIES</strong> - The euro advanced to the highest level versus the dollar in more than two years as policy makers signal support for the region’s recovery.</div>\r\n<div></div>\r\n<div><strong>ECONOMIC DATA</strong> - <span style=\"font-family: Verdana, Helvetica, sans-serif; font-size: xx-small;\">US </span>Unemployment Claims and Core Retail Sales due at 8:30, Business Inventories  at 10:00, Natural Gas Storage at 10:30, JPY Monetary Policy Meeting Minutes at 17:50 ET.</div>\r\n<div></div>\r\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\"><img class=\"aligncenter size-full wp-image-454\" alt=\"Hangseng sign\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\" width=\"604\" height=\"453\" /></a></div>','Pre-Market Trading Report for Stock, Bond, Commodity and Currency Markets','','inherit','open','closed','','1294-revision-v1','','','2014-03-13 11:19:03','2014-03-13 11:19:03','',1294,'http://www.thetradingroom.com/1294-revision-v1/',0,'revision','',0),(1300,2,'2014-03-13 16:30:34','2014-03-13 16:30:34','','theoneindicator','','inherit','open','closed','','1298-revision-v1','','','2014-03-13 16:30:34','2014-03-13 16:30:34','',1298,'http://www.thetradingroom.com/1298-revision-v1/',0,'revision','',0),(1301,2,'2014-03-13 16:32:30','2014-03-13 16:32:30','','TheOneIndicator1','','publish','open','closed','','theoneindicator1','','','2014-03-13 16:32:30','2014-03-13 16:32:30','',0,'http://www.thetradingroom.com/?page_id=1301',0,'page','',0),(1302,2,'2014-03-13 16:32:30','2014-03-13 16:32:30','','TheOneIndicator1','','inherit','open','closed','','1301-revision-v1','','','2014-03-13 16:32:30','2014-03-13 16:32:30','',1301,'http://www.thetradingroom.com/1301-revision-v1/',0,'revision','',0),(1303,2,'2014-03-14 11:51:26','2014-03-14 11:51:26','<strong>UPDATED 7:05 ET </strong>\r\n<div></div>\r\n<div><strong>STOCKS</strong> - European stocks fell, heading for a second week of losses, as investors awaited a referendum that may lead to Crimea’s secession from Ukraine. U.S. stock-index futures were little changed, while Asian shares slid.</div>\r\n<div></div>\r\n<div><strong>BONDS</strong> - Demand for Treasuries at this week’s note and bond auctions was the highest since December as investors sought a haven from the risk that turmoil in Ukraine’s Crimea region will worsen.</div>\r\n<div></div>\r\n<div><strong>COMMODITIES</strong> -<span style=\"color: #444444; font-family: proxima-nova;\">  </span>Gold traded near the highest level in six months as escalating tensions in Ukraine, before a vote in Crimea on breaking away to join Russia, boosted demand for the precious metal as a store of value.</div>\r\n<div></div>\r\n<div><strong>CURRENCIES</strong> - The Japanese Yen rose, extending its biggest weekly gain versus the dollar in seven weeks, as investors unwind long global stock positions in risk aversion flows.</div>\r\n<div></div>\r\n<div><strong>ECONOMIC DATA</strong> - <span style=\"font-family: Verdana, Helvetica, sans-serif; font-size: xx-small;\">US </span>Core PPI due at 8:30, Prelim UoM Consumer Sentiment at 9:55 ET.</div>\r\n<div></div>\r\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\"><img class=\"aligncenter size-full wp-image-899\" alt=\"red clocks pre-market open\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\" width=\"482\" height=\"394\" /></a></div>','Pre-Market Trading Report for Stock, Bond, Commodity and Currency Markets','','publish','open','closed','','pre-market-trading-report-stock-bond-commodity-currency-markets-4','','','2014-03-14 11:51:26','2014-03-14 11:51:26','',0,'http://www.thetradingroom.com/?p=1303',0,'post','',0),(1304,2,'2014-03-14 11:51:01','2014-03-14 11:51:01','<strong>UPDATED 7:05 ET </strong>\r\n<div></div>\r\n<div><strong>STOCKS</strong> - European stocks fell, heading for a second week of losses, as investors awaited a referendum that may lead to Crimea’s secession from Ukraine. U.S. stock-index futures were little changed, while Asian shares slid.</div>\r\n<div></div>\r\n<div><strong>BONDS</strong> - Demand for Treasuries at this week’s note and bond auctions was the highest since December as investors sought a haven from the risk that turmoil in Ukraine’s Crimea region will worsen.</div>\r\n<div></div>\r\n<div><strong>COMMODITIES</strong> -<span style=\"color: #444444; font-family: proxima-nova;\">  </span>Gold traded near the highest level in six months as escalating tensions in Ukraine, before a vote in Crimea on breaking away to join Russia, boosted demand for the precious metal as a store of value.</div>\r\n<div></div>\r\n<div><strong>CURRENCIES</strong> - The Japanese Yen rose, extending its biggest weekly gain versus the dollar in seven weeks, as investors unwind long global stock positions in risk aversion flows.</div>\r\n<div></div>\r\n<div><strong>ECONOMIC DATA</strong> - <span style=\"font-family: Verdana, Helvetica, sans-serif; font-size: xx-small;\">US </span>Core PPI due at 8:30, Prelim UoM Consumer Sentiment at 9:55 ET.</div>\r\n<div></div>\r\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\"><img class=\"aligncenter size-full wp-image-899\" alt=\"red clocks pre-market open\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\" width=\"482\" height=\"394\" /></a></div>','Pre-Market Trading Report for Stock, Bond, Commodity and Currency Markets','','inherit','open','closed','','1303-revision-v1','','','2014-03-14 11:51:01','2014-03-14 11:51:01','',1303,'http://www.thetradingroom.com/1303-revision-v1/',0,'revision','',0),(1305,2,'2014-03-14 14:44:46','2014-03-14 14:44:46','<strong>Systems trading</strong> is what being a quant trader is all about. Below is a crude oil chart with two consecutive profitable trades during today\'s trading session for a total of $400 per contract.\r\n\r\n** Get your free trial of the Einstein auto trading system and watch it trade stocks, bonds, commodity futures and forex. <a href=\"http://www.riosquant.com/requestinfo?product_id=3\">Click here for your two week free trial.</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/cl-trade-3-14-2.jpg\"><img class=\"aligncenter size-full wp-image-1306\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/cl-trade-3-14-2.jpg\" alt=\"cl trade 3-14-2\" width=\"749\" height=\"420\" /></a>\r\n\r\nThe risk of loss in trading commodity futures contracts can be substantial. You should therefore carefully consider whether such trading is suitable for you in light of your financial condition. You may sustain a total loss of the initial margin funds and any additional funds that you deposit with your broker to establish or maintain a position in the commodity futures market. Hypothetical or simulated performance results have certain limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since trades may or may not have been actually executed, the results may have under or over-compensated for the impact, if any of certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation can, will or is being made that any account will, or is likely to, achieve profits or losses similar to those shown in this hypothetical performance record. We recommend that before you start trading to \"Get the Facts\" from the CFTC or visit the National Futures Association web site for additional information.','Systems Trading -  Quant Style ','','publish','open','closed','','systems-trading-quant-style','','','2016-10-09 17:23:13','2016-10-09 17:23:13','',0,'http://www.thetradingroom.com/?p=1305',0,'post','',0),(1306,2,'2014-03-14 14:41:17','2014-03-14 14:41:17','','cl trade 3-14-2','','inherit','open','closed','','cl-trade-3-14-2','','','2014-03-14 14:41:17','2014-03-14 14:41:17','',1305,'http://www.thetradingroom.com/wp-content/uploads/2014/03/cl-trade-3-14-2.jpg',0,'attachment','image/jpeg',0),(1307,2,'2014-03-14 14:41:24','2014-03-14 14:41:24','<strong>Systems trading</strong> is what being a quant trader is all about. Below is a crude oil chart with two consecutive profitable trades during today\'s trading session for a total of $400 per contract. \r\n \r\n** Get your free trial of the Einstein auto trading system and watch it trade stocks, bonds, commodity futures and forex. <a href=\"http://www.riosquant.com/requestinfo?product_id=3\">Click here for your two week free trial.</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/cl-trade-3-14-2.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/cl-trade-3-14-2.jpg\" alt=\"cl trade 3-14-2\" width=\"749\" height=\"420\" class=\"aligncenter size-full wp-image-1306\" /></a>','Systems Trading-  Quant Style ','','inherit','open','closed','','1305-revision-v1','','','2014-03-14 14:41:24','2014-03-14 14:41:24','',1305,'http://www.thetradingroom.com/1305-revision-v1/',0,'revision','',0),(1308,2,'2014-03-14 14:44:28','2014-03-14 14:44:28','<strong>Systems trading</strong> is what being a quant trader is all about. Below is a crude oil chart with two consecutive profitable trades during today\'s trading session for a total of $400 per contract. \r\n \r\n** Get your free trial of the Einstein auto trading system and watch it trade stocks, bonds, commodity futures and forex. <a href=\"http://www.riosquant.com/requestinfo?product_id=3\">Click here for your two week free trial.</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/cl-trade-3-14-2.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/cl-trade-3-14-2.jpg\" alt=\"cl trade 3-14-2\" width=\"749\" height=\"420\" class=\"aligncenter size-full wp-image-1306\" /></a>\r\n\r\n               Past performance is not indicative of future results. ','Systems Trading -  Quant Style ','','inherit','open','closed','','1305-revision-v1','','','2014-03-14 14:44:28','2014-03-14 14:44:28','',1305,'http://www.thetradingroom.com/1305-revision-v1/',0,'revision','',0),(1309,2,'2014-03-15 22:46:30','0000-00-00 00:00:00','','TradeLab','','draft','open','closed','','tradelab','','','2014-03-15 22:46:30','0000-00-00 00:00:00','',0,'http://www.thetradingroom.com/?page_id=1309',0,'page','',0),(1310,2,'2014-03-15 23:07:45','2014-03-15 23:07:45','','TradeLab1','','publish','open','closed','','tradelab1','','','2014-03-15 23:52:07','2014-03-15 23:52:07','',0,'http://www.thetradingroom.com/?page_id=1310',0,'page','',0),(1311,2,'2014-03-15 23:05:28','2014-03-15 23:05:28','','TradeLab1','','inherit','open','closed','','1310-revision-v1','','','2014-03-15 23:05:28','2014-03-15 23:05:28','',1310,'http://www.thetradingroom.com/1310-revision-v1/',0,'revision','',0),(1312,2,'2014-03-16 15:39:54','0000-00-00 00:00:00','','TopTen','','draft','open','closed','','topten','','','2014-03-16 15:39:54','0000-00-00 00:00:00','',0,'http://www.thetradingroom.com/?page_id=1312',0,'page','',0),(1313,2,'2014-03-16 17:14:05','2014-03-16 17:14:05','','TopTenFT','','publish','open','closed','','toptenft','','','2014-03-16 17:21:49','2014-03-16 17:21:49','',0,'http://www.thetradingroom.com/?page_id=1313',0,'page','',0),(1314,2,'2014-03-16 15:54:18','2014-03-16 15:54:18','','TopTenFT','','inherit','open','closed','','1313-revision-v1','','','2014-03-16 15:54:18','2014-03-16 15:54:18','',1313,'http://www.thetradingroom.com/1313-revision-v1/',0,'revision','',0),(1315,2,'2014-03-16 15:57:40','2014-03-16 15:57:40','','rq logo black','','inherit','open','closed','','rq-logo-black-2','','','2014-03-16 15:57:40','2014-03-16 15:57:40','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/rq-logo-black1.jpg',0,'attachment','image/jpeg',0),(1316,2,'2014-03-16 16:06:10','2014-03-16 16:06:10','','futures truth','','inherit','open','closed','','futures-truth','','','2014-03-16 16:06:10','2014-03-16 16:06:10','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/futures-truth.jpg',0,'attachment','image/jpeg',0),(1317,2,'2014-03-16 16:50:24','2014-03-16 16:50:24','','dean handley','','inherit','open','closed','','dean-handley','','','2014-03-16 16:50:24','2014-03-16 16:50:24','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/dean-handley.jpg',0,'attachment','image/jpeg',0),(1318,2,'2014-03-16 17:23:13','2014-03-16 17:23:13','','TOP TEN TRADING ROOMS','','publish','open','closed','','top-ten-trading-rooms','','','2014-03-17 00:12:51','2014-03-17 00:12:51','',0,'http://www.thetradingroom.com/?page_id=1318',0,'page','',0),(1319,2,'2014-03-16 17:23:06','2014-03-16 17:23:06','','TOP TEN TRADING ROOMS','','inherit','open','closed','','1318-revision-v1','','','2014-03-16 17:23:06','2014-03-16 17:23:06','',1318,'http://www.thetradingroom.com/1318-revision-v1/',0,'revision','',0),(1320,2,'2014-03-17 01:13:57','2014-03-17 01:13:57','','GonsTICK Trading','','publish','open','closed','','gonstick-trading','','','2014-03-17 01:15:36','2014-03-17 01:15:36','',0,'http://www.thetradingroom.com/?page_id=1320',0,'page','',0),(1321,2,'2014-03-17 00:18:22','2014-03-17 00:18:22','','GonsTICK Trading','','inherit','open','closed','','1320-revision-v1','','','2014-03-17 00:18:22','2014-03-17 00:18:22','',1320,'http://www.thetradingroom.com/1320-revision-v1/',0,'revision','',0),(1322,2,'2014-03-17 00:30:07','2014-03-17 00:30:07','','gnostick','','inherit','open','closed','','gnostick','','','2014-03-17 00:30:07','2014-03-17 00:30:07','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/gnostick.jpg',0,'attachment','image/jpeg',0),(1323,2,'2014-03-17 00:36:23','2014-03-17 00:36:23','','gnostick2','','inherit','open','closed','','gnostick2','','','2014-03-17 00:36:23','2014-03-17 00:36:23','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/03/gnostick2.jpg',0,'attachment','image/jpeg',0),(1324,2,'2014-03-17 11:29:12','2014-03-17 11:29:12','<strong>UPDATED 7:20 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks advanced, following their biggest weekly drop since January, as companies from RWE AG to Societe Generale SA sold businesses. U.S. index futures also rose, while Asian shares slipped.\r\n\r\n<strong>BONDS</strong> - Treasuries declined following the biggest weekly advance in two months before the Federal Reserve begins a two-day meeting tomorrow that analysts said will see policy makers further scale back bond-purchase stimulus.\r\n\r\n<strong>COMMODITIES</strong> -  Unprecedented natural-gas reserves in Europe, record global grain output and the threat of mutual economic calamity from oil sanctions are cushioning commodity prices even as the Ukraine-Russia conflict spurs a gold rally.\r\n\r\n<strong>CURRENCIES</strong> - Australia’s dollar rose against all but one of its major peers after Westpac Banking Corp. dropped its forecast for further Reserve Bank rate cuts this year.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Empire State Manufacturing Index due at 8:30, TIC Long-Term Purchases at 9:00, Capacity Utilization Rate and Industrial Production  at 9:15, NAHB Housing Market Index at 10:00, German Buba President Weidmann Speaks at 11:00, AUD Monetary Policy Meeting Minutes at 20:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\" alt=\"red clocks pre-market open\" width=\"482\" height=\"394\" class=\"aligncenter size-full wp-image-899\" /></a>','Pre-Market Trading Report for Stock, Bond, Commodity and Currency Markets','','publish','open','closed','','pre-market-trading-report-stock-bond-commodity-currency-markets-5','','','2014-03-17 11:29:12','2014-03-17 11:29:12','',0,'http://www.thetradingroom.com/?p=1324',0,'post','',0),(1325,2,'2014-03-17 11:28:52','2014-03-17 11:28:52','<strong>UPDATED 7:20 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks advanced, following their biggest weekly drop since January, as companies from RWE AG to Societe Generale SA sold businesses. U.S. index futures also rose, while Asian shares slipped.\r\n\r\n<strong>BONDS</strong> - Treasuries declined following the biggest weekly advance in two months before the Federal Reserve begins a two-day meeting tomorrow that analysts said will see policy makers further scale back bond-purchase stimulus.\r\n\r\n<strong>COMMODITIES</strong> -  Unprecedented natural-gas reserves in Europe, record global grain output and the threat of mutual economic calamity from oil sanctions are cushioning commodity prices even as the Ukraine-Russia conflict spurs a gold rally.\r\n\r\n<strong>CURRENCIES</strong> - Australia’s dollar rose against all but one of its major peers after Westpac Banking Corp. dropped its forecast for further Reserve Bank rate cuts this year.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Empire State Manufacturing Index due at 8:30, TIC Long-Term Purchases at 9:00, Capacity Utilization Rate and Industrial Production  at 9:15, NAHB Housing Market Index at 10:00, German Buba President Weidmann Speaks at 11:00, AUD Monetary Policy Meeting Minutes at 20:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\" alt=\"red clocks pre-market open\" width=\"482\" height=\"394\" class=\"aligncenter size-full wp-image-899\" /></a>','Pre-Market Trading Report for Stock, Bond, Commodity and Currency Markets','','inherit','open','closed','','1324-revision-v1','','','2014-03-17 11:28:52','2014-03-17 11:28:52','',1324,'http://www.thetradingroom.com/1324-revision-v1/',0,'revision','',0),(1326,2,'2014-03-17 11:41:51','2014-03-17 11:41:51','<strong>From the Desk of Joe Rios\r\nThe Week Ahead in the Global Financial Markets</strong>\r\n\r\n<strong>It was an exciting week in the financial markets</strong> with global stock indices finishing the week lower led by the Nikkei dropping -7.2% as Risk-off sentiment dominated the global financial markets. To the upside Gold gained 5.1% followed by the Japanese Yen 2.0% and US 30 Year Bond futures 1.8%. In the commodity market Soybeans dropped -4.7% followed by Copper -4.6% , Natural gas -4.5% and crude oil -3.5%.  In the currency markets we witnessed a strengthening Japanese yen sparked by unwinding of carry trades involving long stock positions. The Euro held up remarkably well while the US Dollar closed the week at key support levels.\r\n\r\n<strong>The week ahead will kick off with news from Ukraine, however by Wednesday our focus will turn to the Fed.</strong> Correlations analysis techniques proved useful last week and I will continue to apply them to identify rotation flows for ideal market selection to trade.\r\n\r\n<strong>Joe Rios\r\nChief Market Strategist</strong>\r\nwww.riosquant.com\r\n\r\n<strong>Live Rooms and Events</strong>\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager </strong>\r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies\r\nMonday through Friday beginning at 7:30 AM ET</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/844824758\">https://www3.gotomeeting.com/register/844824758</a>\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading Room en Español\r\n<a href=\"https://www3.gotomeeting.com/register/223686766\">https://www3.gotomeeting.com/register/223686766</a>\r\nMonday through Friday beginning at 7:30 AM ET</strong>\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nMonday, Tuesday, and Thursday beginning at 1:30 PM ET\r\nSubscription Only!\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/586841286\">https://www3.gotomeeting.com/register/586841286</a>\r\nTuesday beginning at 7:30 PM ET\r\nTopic: RQ-Einstein Auto-Trader Helps You Think Smarter and Trade Better\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/326364014\">https://www3.gotomeeting.com/register/326364014</a>\r\nWednesday beginning at 7:30 PM ET\r\nTopic: The Ultimate Quant Trader Checklist\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Market Movers\r\nEUR - Core CPI – 6:00 AM ET\r\nUSD - Empire State Manufacturing Index – 8:30 AM ET\r\nUSD - TIC Long-Term Purchases – 9:00 AM ET\r\nUSD - Capacity Utilization Rate – 9:15 AM ET\r\nAUD - Monetary Policy Meeting Minutes – 8:30 PM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/844824758\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nEUR - German ZEW Economic Sentiment – 6:00 AM ET\r\nCAD - Manufacturing Sales – 8:30 AM ET\r\nUSD - Building Permits, Manufacturing Sales and CPI – 8:30 AM ET\r\nCAD - BOC Gov. Poloz Speaks – 11:55 AM ET\r\nGBP - BOE Gov. Carney Speaks – 1:45 PM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/844824758\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/586841286\r\nBeginning at 7:30 PM ET\r\nTopic: RQ-Einstein Auto-Trader Helps You Think Smarter and Trade Better\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nJPY - BOJ Gov. Kuroda Speaks – 1:00 AM ET\r\nGBP - MPC Asset Purchase Facility Votes, Claimant Count Change,             and Unemployment Rate – 5:30 AM ET\r\nGBP - Annual Budget Release – 8:30 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nCHF - SNB Chairman Jordan Speaks – 1:45 PM ET\r\nUSD - FOMC Statement – 2:00 PM ET\r\nUSD - FOMC Press Conference – 2:30 PM ET\r\nNZD - GDP – 5:45 PM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/844824758\r\nBeginning at 7:30 AM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/326364014\r\nBeginning at 7:30 PM ET\r\nTopic: The Ultimate Quant Trader Checklist\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Market Movers\r\nJPY - BOJ Gov. Kuroda Speaks – 3:15 AM ET\r\nCHF - Libor Rates – 4:30 AM ET\r\nUSD - Unemployment Claims – 8:30 AM ET\r\nUSD - Existing Home Sales and \r\n            Philly Fed Manufacturing Index – 10:00 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/844824758\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>FRIDAY</strong>\r\nEconomic Data Release - Market Movers\r\nCAD - Core CPI and Core Retail Sales – 8:30 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/844824758\r\nBeginning at 7:30 AM ET\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/rios-on-the-markets.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/rios-on-the-markets.jpg\" alt=\"rios on the markets\" width=\"491\" height=\"323\" class=\"aligncenter size-full wp-image-868\" /></a>\r\n','The Week Ahead in the Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-4','','','2014-03-17 11:41:51','2014-03-17 11:41:51','',0,'http://www.thetradingroom.com/?p=1326',0,'post','',0),(1327,2,'2014-03-17 11:36:09','2014-03-17 11:36:09','<strong>From the Desk of Joe Rios\r\nThe Week Ahead in the Global Financial Markets</strong>\r\n\r\n<strong>It was an exciting week in the financial markets</strong> with global stock indices finishing the week lower led by the Nikkei dropping -7.2% as Risk-off sentiment dominated the global financial markets. To the upside Gold gained 5.1% followed by the Japanese Yen 2.0% and US 30 Year Bond futures 1.8%. In the commodity market Soybeans dropped -4.7% followed by Copper -4.6% , Natural gas -4.5% and crude oil -3.5%.  In the currency markets we witnessed a strengthening Japanese yen sparked by unwinding of carry trades involving long stock positions. The Euro held up remarkably well while the US Dollar closed the week at key support levels.\r\n\r\n<strong>The week ahead will kick off with news from Ukraine, however by Wednesday our focus will turn to the Fed.</strong> Correlations analysis techniques proved useful last week and I will continue to apply them to identify rotation flows for ideal market selection to trade.\r\n\r\n<strong>Joe Rios\r\nChief Market Strategist</strong>\r\nwww.riosquant.com\r\n\r\n<strong>Live Rooms and Events</strong>\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager </strong>\r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies\r\nMonday through Friday beginning at 7:30 AM ET</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/844824758\">https://www3.gotomeeting.com/register/844824758</a>\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading Room en Español\r\n<a href=\"https://www3.gotomeeting.com/register/223686766\">https://www3.gotomeeting.com/register/223686766</a>\r\nMonday through Friday beginning at 7:30 AM ET</strong>\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nMonday, Tuesday, and Thursday beginning at 1:30 PM ET\r\nSubscription Only!\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/586841286\r\nTuesday beginning at 7:30 PM ET\r\nTopic: RQ-Einstein Auto-Trader Helps You Think Smarter and Trade Better\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/326364014\r\nWednesday beginning at 7:30 PM ET\r\nTopic: The Ultimate Quant Trader Checklist\r\nMONDAY\r\n\r\nEconomic Data Release - Market Movers\r\nEUR - Core CPI – 6:00 AM ET\r\nUSD - Empire State Manufacturing Index – 8:30 AM ET\r\nUSD - TIC Long-Term Purchases – 9:00 AM ET\r\nUSD - Capacity Utilization Rate – 9:15 AM ET\r\nAUD - Monetary Policy Meeting Minutes – 8:30 PM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/844824758\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\nTUESDAY\r\n\r\nEconomic Data Release - Market Movers\r\nEUR - German ZEW Economic Sentiment – 6:00 AM ET\r\nCAD - Manufacturing Sales – 8:30 AM ET\r\nUSD - Building Permits, Manufacturing Sales and CPI – 8:30 AM ET\r\nCAD - BOC Gov. Poloz Speaks – 11:55 AM ET\r\nGBP - BOE Gov. Carney Speaks – 1:45 PM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/844824758\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/586841286\r\nBeginning at 7:30 PM ET\r\nTopic: RQ-Einstein Auto-Trader Helps You Think Smarter and Trade Better\r\nWEDNESDAY\r\n\r\nEconomic Data Release - Market Movers\r\nJPY - BOJ Gov. Kuroda Speaks – 1:00 AM ET\r\nGBP - MPC Asset Purchase Facility Votes, Claimant Count Change,             and Unemployment Rate – 5:30 AM ET\r\nGBP - Annual Budget Release – 8:30 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nCHF - SNB Chairman Jordan Speaks – 1:45 PM ET\r\nUSD - FOMC Statement – 2:00 PM ET\r\nUSD - FOMC Press Conference – 2:30 PM ET\r\nNZD - GDP – 5:45 PM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/844824758\r\nBeginning at 7:30 AM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/326364014\r\nBeginning at 7:30 PM ET\r\nTopic: The Ultimate Quant Trader Checklist\r\nTHURSDAY\r\n\r\nEconomic Data Release - Market Movers\r\nJPY - BOJ Gov. Kuroda Speaks – 3:15 AM ET\r\nCHF - Libor Rates – 4:30 AM ET\r\nUSD - Unemployment Claims – 8:30 AM ET\r\nUSD - Existing Home Sales and \r\n            Philly Fed Manufacturing Index – 10:00 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/844824758\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\nFRIDAY\r\n\r\nEconomic Data Release - Market Movers\r\nCAD - Core CPI and Core Retail Sales – 8:30 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/844824758\r\nBeginning at 7:30 AM ET\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY \r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1326-revision-v1','','','2014-03-17 11:36:09','2014-03-17 11:36:09','',1326,'http://www.thetradingroom.com/1326-revision-v1/',0,'revision','',0),(1328,2,'2014-03-17 11:41:30','2014-03-17 11:41:30','<strong>From the Desk of Joe Rios\r\nThe Week Ahead in the Global Financial Markets</strong>\r\n\r\n<strong>It was an exciting week in the financial markets</strong> with global stock indices finishing the week lower led by the Nikkei dropping -7.2% as Risk-off sentiment dominated the global financial markets. To the upside Gold gained 5.1% followed by the Japanese Yen 2.0% and US 30 Year Bond futures 1.8%. In the commodity market Soybeans dropped -4.7% followed by Copper -4.6% , Natural gas -4.5% and crude oil -3.5%.  In the currency markets we witnessed a strengthening Japanese yen sparked by unwinding of carry trades involving long stock positions. The Euro held up remarkably well while the US Dollar closed the week at key support levels.\r\n\r\n<strong>The week ahead will kick off with news from Ukraine, however by Wednesday our focus will turn to the Fed.</strong> Correlations analysis techniques proved useful last week and I will continue to apply them to identify rotation flows for ideal market selection to trade.\r\n\r\n<strong>Joe Rios\r\nChief Market Strategist</strong>\r\nwww.riosquant.com\r\n\r\n<strong>Live Rooms and Events</strong>\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager </strong>\r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies\r\nMonday through Friday beginning at 7:30 AM ET</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/844824758\">https://www3.gotomeeting.com/register/844824758</a>\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading Room en Español\r\n<a href=\"https://www3.gotomeeting.com/register/223686766\">https://www3.gotomeeting.com/register/223686766</a>\r\nMonday through Friday beginning at 7:30 AM ET</strong>\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nMonday, Tuesday, and Thursday beginning at 1:30 PM ET\r\nSubscription Only!\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/586841286\">https://www3.gotomeeting.com/register/586841286</a>\r\nTuesday beginning at 7:30 PM ET\r\nTopic: RQ-Einstein Auto-Trader Helps You Think Smarter and Trade Better\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/326364014\">https://www3.gotomeeting.com/register/326364014</a>\r\nWednesday beginning at 7:30 PM ET\r\nTopic: The Ultimate Quant Trader Checklist\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Market Movers\r\nEUR - Core CPI – 6:00 AM ET\r\nUSD - Empire State Manufacturing Index – 8:30 AM ET\r\nUSD - TIC Long-Term Purchases – 9:00 AM ET\r\nUSD - Capacity Utilization Rate – 9:15 AM ET\r\nAUD - Monetary Policy Meeting Minutes – 8:30 PM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/844824758\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nEUR - German ZEW Economic Sentiment – 6:00 AM ET\r\nCAD - Manufacturing Sales – 8:30 AM ET\r\nUSD - Building Permits, Manufacturing Sales and CPI – 8:30 AM ET\r\nCAD - BOC Gov. Poloz Speaks – 11:55 AM ET\r\nGBP - BOE Gov. Carney Speaks – 1:45 PM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/844824758\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/586841286\r\nBeginning at 7:30 PM ET\r\nTopic: RQ-Einstein Auto-Trader Helps You Think Smarter and Trade Better\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nJPY - BOJ Gov. Kuroda Speaks – 1:00 AM ET\r\nGBP - MPC Asset Purchase Facility Votes, Claimant Count Change,             and Unemployment Rate – 5:30 AM ET\r\nGBP - Annual Budget Release – 8:30 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nCHF - SNB Chairman Jordan Speaks – 1:45 PM ET\r\nUSD - FOMC Statement – 2:00 PM ET\r\nUSD - FOMC Press Conference – 2:30 PM ET\r\nNZD - GDP – 5:45 PM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/844824758\r\nBeginning at 7:30 AM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/326364014\r\nBeginning at 7:30 PM ET\r\nTopic: The Ultimate Quant Trader Checklist\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Market Movers\r\nJPY - BOJ Gov. Kuroda Speaks – 3:15 AM ET\r\nCHF - Libor Rates – 4:30 AM ET\r\nUSD - Unemployment Claims – 8:30 AM ET\r\nUSD - Existing Home Sales and \r\n            Philly Fed Manufacturing Index – 10:00 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/844824758\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>FRIDAY</strong>\r\nEconomic Data Release - Market Movers\r\nCAD - Core CPI and Core Retail Sales – 8:30 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/844824758\r\nBeginning at 7:30 AM ET\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/rios-on-the-markets.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/rios-on-the-markets.jpg\" alt=\"rios on the markets\" width=\"491\" height=\"323\" class=\"aligncenter size-full wp-image-868\" /></a>\r\n','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1326-revision-v1','','','2014-03-17 11:41:30','2014-03-17 11:41:30','',1326,'http://www.thetradingroom.com/1326-revision-v1/',0,'revision','',0),(1386,2,'2014-03-25 11:34:56','2014-03-25 11:34:56','<strong>UPDATED 7:10 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks rose, following their biggest drop in more than two weeks, as investors awaited American data to gauge whether the world’s largest economy has rebounded from the harsh winter. U.S. index futures and Asian shares were little changed.\r\n\r\n<strong>BONDS</strong> - Treasury short-term notes were the cheapest in almost four years versus their global peers before the U.S. sells $32 billion of two-year debt today.\r\n\r\n<strong>COMMODITIES </strong>-  Crude Oil reached $100 a barrel before the release of data forecast to show crude stockpiles rose for a 10th week in the U.S., the world’s biggest oil consumer. \r\n\r\n<strong>CURRENCIES</strong> - The euro fell against the yen after a German report showed business confidence dropped for the first time in five months, damping demand for the region’s currency.\r\n\r\n<strong>ECONOMIC DATA</strong> -  US New Home Sales and  CB Consumer Confidence due at 8:30, ECB President Draghi Speaks at 12:00 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\" alt=\"pre market open Blue board\" width=\"360\" height=\"266\" class=\"aligncenter size-full wp-image-886\" /></a>','Pre-Market Trading Report for Stock, Bond, Commodity and Forex Markets','','publish','open','closed','','pre-market-trading-report-stock-bond-commodity-forex-markets-2','','','2014-03-25 11:34:56','2014-03-25 11:34:56','',0,'http://www.thetradingroom.com/?p=1386',0,'post','',0),(1330,2,'2014-03-17 23:14:35','0000-00-00 00:00:00','','trial','','draft','open','closed','','trial','','','2014-03-17 23:14:35','0000-00-00 00:00:00','',0,'http://www.thetradingroom.com/?page_id=1330',0,'page','',0),(1331,2,'2014-03-17 23:15:46','0000-00-00 00:00:00','','trial2','','draft','open','closed','','trial2','','','2014-03-17 23:15:46','0000-00-00 00:00:00','',0,'http://www.thetradingroom.com/?page_id=1331',0,'page','',0),(1332,2,'2014-03-17 23:16:37','0000-00-00 00:00:00','','trial3','','draft','open','closed','','trial3','','','2014-03-17 23:16:37','0000-00-00 00:00:00','',0,'http://www.thetradingroom.com/?page_id=1332',0,'page','',0),(1333,2,'2014-03-17 23:43:44','2014-03-17 23:43:44','','Quant Trading','','publish','open','closed','','quant-trading','','','2014-03-17 23:43:44','2014-03-17 23:43:44','',0,'http://www.thetradingroom.com/?page_id=1333',0,'page','',0),(1334,2,'2014-03-17 23:43:37','2014-03-17 23:43:37','','Quant Trading','','inherit','open','closed','','1333-revision-v1','','','2014-03-17 23:43:37','2014-03-17 23:43:37','',1333,'http://www.thetradingroom.com/1333-revision-v1/',0,'revision','',0),(1335,2,'2014-03-18 11:19:59','2014-03-18 11:19:59','<strong>UPDATED 7:05 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks were little changed, after posting the biggest advance in two weeks, as investors watched developments in Ukraine. U.S. index futures were little changed, while Asian shares rose.\r\n\r\n<strong>BONDS</strong> - Treasuries rose for the first time in three days as President Vladimir Putin said he supported a request from Ukraine’s breakaway region of Crimea to join Russia, boosting demand for the safest assets.\r\nCOMMODITIES -  Gold extended a decline from a six- month high in London as speculation that the Federal Reserve will continue cutting stimulus curbed demand for the precious metal as a store of wealth. Silver fell.\r\n\r\n<strong>CURRENCIES </strong>- Australia’s dollar maintained an advance against its major peers after Reserve Bank policy makers reiterated a period of steady borrowing costs was likely.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Building Permits, Core CPI, and CAD Manufacturing Sales due at 8:30, TIC Long-Term Purchases at 9:00, BOC Gov Poloz Speaks 11:55, BOE Gov Carney Speaks at 13:45 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\" alt=\"pre market open Blue board\" width=\"360\" height=\"266\" class=\"aligncenter size-full wp-image-886\" /></a>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex','','','2014-03-18 11:19:59','2014-03-18 11:19:59','',0,'http://www.thetradingroom.com/?p=1335',0,'post','',0),(1336,2,'2014-03-18 11:16:43','2014-03-18 11:16:43','<strong>UPDATED 7:05 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks were little changed, after posting the biggest advance in two weeks, as investors watched developments in Ukraine. U.S. index futures were little changed, while Asian shares rose.\r\n\r\n<strong>BONDS</strong> - Treasuries rose for the first time in three days as President Vladimir Putin said he supported a request from Ukraine’s breakaway region of Crimea to join Russia, boosting demand for the safest assets.\r\nCOMMODITIES -  Gold extended a decline from a six- month high in London as speculation that the Federal Reserve will continue cutting stimulus curbed demand for the precious metal as a store of wealth. Silver fell.\r\n\r\n<strong>CURRENCIES </strong>- Australia’s dollar maintained an advance against its major peers after Reserve Bank policy makers reiterated a period of steady borrowing costs was likely.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Building Permits, Core CPI, and CAD Manufacturing Sales due at 8:30, TIC Long-Term Purchases at 9:00, BOC Gov Poloz Speaks 11:55, BOE Gov Carney Speaks at 13:45 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\" alt=\"pre market open Blue board\" width=\"360\" height=\"266\" class=\"aligncenter size-full wp-image-886\" /></a>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1335-revision-v1','','','2014-03-18 11:16:43','2014-03-18 11:16:43','',1335,'http://www.thetradingroom.com/1335-revision-v1/',0,'revision','',0),(1337,2,'2014-03-18 15:04:19','0000-00-00 00:00:00','','EDU Tuesday','','draft','open','closed','','edu-tuesday','','','2014-03-18 15:04:19','0000-00-00 00:00:00','',0,'http://www.thetradingroom.com/?page_id=1337',0,'page','',0),(1338,2,'2014-03-18 16:01:22','2014-03-18 16:01:22','','Tuesday EDU','','publish','open','closed','','tuesday-edu','','','2014-03-18 16:01:22','2014-03-18 16:01:22','',0,'http://www.thetradingroom.com/?page_id=1338',0,'page','',0),(1339,2,'2014-03-18 15:13:56','2014-03-18 15:13:56','','Tuesday EDU','','inherit','open','closed','','1338-revision-v1','','','2014-03-18 15:13:56','2014-03-18 15:13:56','',1338,'http://www.thetradingroom.com/1338-revision-v1/',0,'revision','',0),(1356,2,'2014-03-24 02:06:56','2014-03-24 02:06:56','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/Rios-on-the-markets-3.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/Rios-on-the-markets-3.jpg\" alt=\"Rios on the markets 3\" width=\"487\" height=\"323\" class=\"aligncenter size-full wp-image-874\" /></a>\r\n\r\n<strong>From the Desk of Joe Garcia-Rios</strong>\r\n\r\n<strong>The Week Ahead in the Global Financial Markets</strong>\r\n\r\n<strong>Is volatility knocking at the door? </strong>The Fed statement on Wednesday sent US treasuries significantly lower, causing interest rate yields to spike, especially the shorter term duration. The S&P 500 ended the week slightly higher with the semiconductors, banks and financial sectors outperforming the broader market. In the commodity markets Gold -3.2% and Silver -5.3% led the way down followed by Natural Gas -2.5%. In the currency market the US Dollar rallied from a key support level finishing the week stronger. Technically speaking, the US 10 Year Note finished the week at a key critical support level as identified by the RQ Channel 2 & 7 indicators. Conversely the S&P 500 is close to testing prior highs as identified by the RQ Channel 2 & 7 indicators as a key level . In the week ahead my focus will be on the correlations and the technicals, specifically whether the market benchmarks break out/down from their current levels. My focus will then turn to the RQ- Tech\'s Nextreme indicators in order to identify rotation flows from the institutions. If the US treasuries breakdown will foreign currencies sell-off? If US Treasuries rally will the stock indices tumble? <strong>Will you be ready?</strong>\r\n\r\nJoe Garcia-Rios\r\nChief Market Strategist\r\nwww.riosquant.com\r\n\r\nLive Rooms and Events\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\nMonday through Friday beginning at 7:30 AM ET\r\n<a href=\"https://www3.gotomeeting.com/register/198212078\">https://www3.gotomeeting.com/register/198212078</a>\r\nRQ trade performance coaches include Edward Preston, Steve Schwartz and Joe Garcia-Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\n<strong>Rios Quant Trading Room en Español</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/587814742\">https://www3.gotomeeting.com/register/587814742</a>\r\nMonday through Friday beginning at 7:30 AM ET\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta. \r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nMonday, Tuesday, and Thursday beginning at 1:30 PM ET\r\nSubscription Only!\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/860690462\">https://www3.gotomeeting.com/register/860690462</a>\r\nTuesday beginning at 7:30 PM ET\r\nTopic: Rios Quant Levels & RQ Channel Basics\r\n\r\n<strong>SUNDAY</strong>\r\nEconomic Data Release - Market Movers\r\nCNY - HSBC Flash Manufacturing PMI – 9:45 PM ET\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Market Movers\r\nEUR - German Flash Manufacturing PMI – 4:30 AM ET\r\nUSD - Flash Manufacturing PMI – 9:45 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/198212078\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nEUR - German Ifo Business Climate – 5:00 AM ET\r\nGBP - CPI – 5:30 AM ET\r\nUSD - New Home Sales and Consumer Confidence – 10:00 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/198212078\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/860690462\r\nBeginning at 7:30 PM ET\r\nTopic: Rios Quant Levels & RQ Channel Basics\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nAUD - Rba Gov. Stevens Speaks – 2:00 AM ET\r\nUSD - Durable Goods Orders – 8:30 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nNZD - Trade Balance – 5:45 PM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/198212078\r\nBeginning at 7:30 AM ET\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - Retail Sales – 5:30 AM ET\r\nUSD - Unemployment Claims – 8:30 AM ET\r\nUSD - Pending Home Sales – 10:00 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/198212078\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>FRIDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - Current-Account – 5:30 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/198212078\r\nBeginning at 7:30 AM ET\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY \r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1355-revision-v1','','','2014-03-24 02:06:56','2014-03-24 02:06:56','',1355,'http://www.thetradingroom.com/1355-revision-v1/',0,'revision','',0),(1357,2,'2014-03-24 11:15:02','2014-03-24 11:15:02','<strong>UPDATED 7:00 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks retreated, after the Stoxx Europe 600 Index’s biggest weekly advance in more than a month, as world leaders gather in The Hague to discuss tension over Ukraine and a manufacturing gauge for China. U.S. index futures and Asian shares rose.\r\n\r\n<strong>BONDS</strong> - Treasuries are the biggest-losing government bonds in March before U.S. reports this week economists said will show new home sales were near a five-year high and orders for durable goods rose.\r\n\r\n<strong>COMMODITIES</strong> -  Gold declined toward a three-week low in London on speculation that an expected increase in U.S. interest rates will curb demand for a store of value. \r\n\r\n<strong>CURRENCIES</strong> - The yen weakened versus the euro and dollar as the International Monetary Fund said the global economy was improving and as Asian stocks rallied.\r\n\r\n<strong>ECONOMIC DATA</strong> -  G7 Meetings all day, US  Flash Manufacturing due at 9:45  ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\" alt=\"red clocks pre-market open\" width=\"482\" height=\"394\" class=\"aligncenter size-full wp-image-899\" /></a>\r\n\r\n','Pre-Market Trading Report for Stock, Bond, Commodity and Currency Markets','','publish','open','closed','','pre-market-trading-report-stock-bond-commodity-currency-markets-6','','','2014-03-24 11:15:02','2014-03-24 11:15:02','',0,'http://www.thetradingroom.com/?p=1357',0,'post','',0),(1358,2,'2014-03-24 11:14:14','2014-03-24 11:14:14','<strong>UPDATED 7:00 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks retreated, after the Stoxx Europe 600 Index’s biggest weekly advance in more than a month, as world leaders gather in The Hague to discuss tension over Ukraine and a manufacturing gauge for China. U.S. index futures and Asian shares rose.\r\n\r\n<strong>BONDS</strong> - Treasuries are the biggest-losing government bonds in March before U.S. reports this week economists said will show new home sales were near a five-year high and orders for durable goods rose.\r\n\r\n<strong>COMMODITIES</strong> -  Gold declined toward a three-week low in London on speculation that an expected increase in U.S. interest rates will curb demand for a store of value. \r\n\r\n<strong>CURRENCIES</strong> - The yen weakened versus the euro and dollar as the International Monetary Fund said the global economy was improving and as Asian stocks rallied.\r\n\r\n<strong>ECONOMIC DATA</strong> -  G7 Meetings all day, US  Flash Manufacturing due at 9:45  ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\" alt=\"red clocks pre-market open\" width=\"482\" height=\"394\" class=\"aligncenter size-full wp-image-899\" /></a>\r\n\r\n','Pre-Market Trading Report for Stock, Bond, Commodity and Currency Markets','','inherit','open','closed','','1357-revision-v1','','','2014-03-24 11:14:14','2014-03-24 11:14:14','',1357,'http://www.thetradingroom.com/1357-revision-v1/',0,'revision','',0),(1359,2,'2014-03-24 12:19:03','2014-03-24 12:19:03','Name: <strong><em>Dean Handley</em></strong>\r\n\r\nHome town: <strong><em>Shrewsbury, MA</em></strong>\r\n\r\nJob Title: <strong><em>Head Trader, GRAVITY, Consultant, Tesseract</em></strong>\r\n\r\nTrading since: <strong><em>2009</em></strong>\r\n\r\nPreferred markets to trade: <strong><em>NG, SI, GC</em></strong>\r\n\r\nFavorite approach to trading: <strong><em>multi-variant quadratics</em></strong>\r\n\r\nMain strategy utilized: <strong><em>shadow probability</em></strong>\r\n\r\nLast trade: <strong><em>trade every day</em></strong>\r\n\r\nMost memorable trade: <strong><em>not mine but watching a head trader lose $19,600 real money in one big ES trade.</em></strong>\r\n\r\nBiggest Challenge: <strong><em>staying focused</em></strong>\r\n\r\nPrimary ambition: <strong><em>obtain $10K/day</em></strong>\r\n\r\nRiosQuant member since: <strong><em>2013</em></strong>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/dean.jpg\"><img class=\"aligncenter size-full wp-image-1360\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/dean.jpg\" alt=\"dean\" width=\"419\" height=\"252\" /></a>\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nTESTIMONIALS ARE NOT INDICATIVE OF FUTURE PERFORMANCE OR SUCCESS','Meet Members - RiosQuant Traders','','publish','open','closed','','meet-members-riosquant-traders','','','2016-10-09 17:38:49','2016-10-09 17:38:49','',0,'http://www.thetradingroom.com/?p=1359',0,'post','',0),(1360,2,'2014-03-24 12:17:22','2014-03-24 12:17:22','','dean','','inherit','open','closed','','dean','','','2014-03-24 12:17:22','2014-03-24 12:17:22','',1359,'http://www.thetradingroom.com/wp-content/uploads/2014/03/dean.jpg',0,'attachment','image/jpeg',0),(1361,2,'2014-03-24 12:17:51','2014-03-24 12:17:51','Name: <strong><em>Dean Handle</em></strong>\r\n			\r\nHome town: <strong><em>Shrewsbury, MA</em></strong>\r\n\r\nJob Title: <strong><em>Head Trader, GRAVITY, Consultant, Tesseract</em></strong>\r\n\r\nTrading since: <strong><em>2009</em></strong>\r\n\r\nPreferred markets to trade: <strong><em>NG, SI, GC</em></strong>\r\n\r\nFavorite approach to trading: <strong><em>multi-variant quadratics</em></strong>\r\n\r\nMain strategy utilized: <strong><em>shadow probability</em></strong>\r\n\r\nLast trade: <strong><em>trade every day</em></strong>\r\n\r\nMost memorable trade: <strong><em>not mine but watching a head trader lose $19,600 real money in one big ES trade.</em></strong>\r\n\r\nBiggest Challenge: <strong><em>staying focused</em></strong>\r\n\r\nPrimary ambition: <strong><em>obtain $10K/day</em></strong>\r\n\r\nRiosQuant member since: <strong><em>2013</em></strong>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/dean.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/dean.jpg\" alt=\"dean\" width=\"419\" height=\"252\" class=\"aligncenter size-full wp-image-1360\" /></a>\r\n','Meet Members - RiosQuant Traders','','inherit','open','closed','','1359-revision-v1','','','2014-03-24 12:17:51','2014-03-24 12:17:51','',1359,'http://www.thetradingroom.com/1359-revision-v1/',0,'revision','',0),(1362,2,'2014-03-24 12:19:44','2014-03-24 12:19:44','Name: <strong><em>Dean Handley</em></strong>\r\n			\r\nHome town: <strong><em>Shrewsbury, MA</em></strong>\r\n\r\nJob Title: <strong><em>Head Trader, GRAVITY, Consultant, Tesseract</em></strong>\r\n\r\nTrading since: <strong><em>2009</em></strong>\r\n\r\nPreferred markets to trade: <strong><em>NG, SI, GC</em></strong>\r\n\r\nFavorite approach to trading: <strong><em>multi-variant quadratics</em></strong>\r\n\r\nMain strategy utilized: <strong><em>shadow probability</em></strong>\r\n\r\nLast trade: <strong><em>trade every day</em></strong>\r\n\r\nMost memorable trade: <strong><em>not mine but watching a head trader lose $19,600 real money in one big ES trade.</em></strong>\r\n\r\nBiggest Challenge: <strong><em>staying focused</em></strong>\r\n\r\nPrimary ambition: <strong><em>obtain $10K/day</em></strong>\r\n\r\nRiosQuant member since: <strong><em>2013</em></strong>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/dean.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/dean.jpg\" alt=\"dean\" width=\"419\" height=\"252\" class=\"aligncenter size-full wp-image-1360\" /></a>\r\n','Meet Members - RiosQuant Traders','','inherit','open','closed','','1359-revision-v1','','','2014-03-24 12:19:44','2014-03-24 12:19:44','',1359,'http://www.thetradingroom.com/1359-revision-v1/',0,'revision','',0),(1363,2,'2014-03-24 13:18:24','2014-03-24 13:18:24','<strong>Get the logic and feel the power -  turn your trading performance up a notch.</strong>\r\n\r\nRiosQuant member Jim G. from Falls Church Virginia takes profit from a short gold trade during this morning\'s Trading Room TradeLAB. Three contracts for $4,950 profit. Do you have what it takes to be a quant trader? Discover what quant trading tools can do for your trading performance. Sign up for a free trial to our live trading room. Trading starts at 7:30 a.m. ET Monday thru Friday - <a href=\"http://www.riosquant.com/subscribe?product_id=16\">click here for free access.</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/jim-gold-trade.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/jim-gold-trade.jpg\" alt=\"jim gold trade\" width=\"503\" height=\"239\" class=\"aligncenter size-full wp-image-1364\" /></a>','Get the Logic Feel the Power - Quant Trading Technology','','publish','open','closed','','get-logic-feel-power-quant-trading-technology','','','2014-03-24 13:18:24','2014-03-24 13:18:24','',0,'http://www.thetradingroom.com/?p=1363',0,'post','',0),(1364,2,'2014-03-24 13:10:57','2014-03-24 13:10:57','','jim gold trade','','inherit','open','closed','','jim-gold-trade','','','2014-03-24 13:10:57','2014-03-24 13:10:57','',1363,'http://www.thetradingroom.com/wp-content/uploads/2014/03/jim-gold-trade.jpg',0,'attachment','image/jpeg',0),(1365,2,'2014-03-24 13:14:09','2014-03-24 13:14:09','Turn your trading performance up a notch. Get the Logic Feel the Power.\r\n\r\nRiosQuant member Jim G. from Falls Church Virginia takes profit from a short gold trade during this morning\'s Trading Room TradeLAB. Three contracts for $4,950 profit. Do you have what it takes to be a quant trader? Discover what quant trading tools can do for your trading performance. Sign up for a free trial to our live trading room. Trading starts at 7:30 a.m. ET Monday thru Friday - <a href=\"http://www.riosquant.com/subscribe?product_id=16\">click here for free access.</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/jim-gold-trade.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/jim-gold-trade.jpg\" alt=\"jim gold trade\" width=\"503\" height=\"239\" class=\"aligncenter size-full wp-image-1364\" /></a>','Get the Logic Feel the Power - RQ Trading Technology','','inherit','open','closed','','1363-revision-v1','','','2014-03-24 13:14:09','2014-03-24 13:14:09','',1363,'http://www.thetradingroom.com/1363-revision-v1/',0,'revision','',0),(1366,2,'2014-03-24 13:15:19','2014-03-24 13:15:19','<strong>Get the logic and feel the power -  turn your trading performance up a notch.</strong>\r\n\r\nRiosQuant member Jim G. from Falls Church Virginia takes profit from a short gold trade during this morning\'s Trading Room TradeLAB. Three contracts for $4,950 profit. Do you have what it takes to be a quant trader? Discover what quant trading tools can do for your trading performance. Sign up for a free trial to our live trading room. Trading starts at 7:30 a.m. ET Monday thru Friday - <a href=\"http://www.riosquant.com/subscribe?product_id=16\">click here for free access.</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/jim-gold-trade.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/jim-gold-trade.jpg\" alt=\"jim gold trade\" width=\"503\" height=\"239\" class=\"aligncenter size-full wp-image-1364\" /></a>','Get the Logic Feel the Power - RQ Trading Technology','','inherit','open','closed','','1363-revision-v1','','','2014-03-24 13:15:19','2014-03-24 13:15:19','',1363,'http://www.thetradingroom.com/1363-revision-v1/',0,'revision','',0),(1367,2,'2014-03-24 13:18:24','2014-03-24 13:18:24','<strong>Get the logic and feel the power -  turn your trading performance up a notch.</strong>\r\n\r\nRiosQuant member Jim G. from Falls Church Virginia takes profit from a short gold trade during this morning\'s Trading Room TradeLAB. Three contracts for $4,950 profit. Do you have what it takes to be a quant trader? Discover what quant trading tools can do for your trading performance. Sign up for a free trial to our live trading room. Trading starts at 7:30 a.m. ET Monday thru Friday - <a href=\"http://www.riosquant.com/subscribe?product_id=16\">click here for free access.</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/jim-gold-trade.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/jim-gold-trade.jpg\" alt=\"jim gold trade\" width=\"503\" height=\"239\" class=\"aligncenter size-full wp-image-1364\" /></a>','Get the Logic Feel the Power - Quant Trading Technology','','inherit','open','closed','','1363-revision-v1','','','2014-03-24 13:18:24','2014-03-24 13:18:24','',1363,'http://www.thetradingroom.com/1363-revision-v1/',0,'revision','',0),(1368,2,'2014-03-24 20:31:23','2014-03-24 20:31:23','','testamber','','publish','open','closed','','testamber','','','2016-10-19 10:11:48','2016-10-19 10:11:48','',0,'http://www.thetradingroom.com/?page_id=1368',0,'page','',0),(1369,2,'2014-03-24 20:31:14','2014-03-24 20:31:14','','testamber','','inherit','open','closed','','1368-revision-v1','','','2014-03-24 20:31:14','2014-03-24 20:31:14','',1368,'http://www.thetradingroom.com/1368-revision-v1/',0,'revision','',0),(1370,2,'2014-03-24 20:39:30','0000-00-00 00:00:00','','test9','','draft','open','closed','','test9','','','2014-03-24 20:39:30','0000-00-00 00:00:00','',0,'http://www.thetradingroom.com/?page_id=1370',0,'page','',0),(1371,2,'2014-03-24 20:45:54','2014-03-24 20:45:54','','testing0','','publish','open','closed','','testing0','','','2014-03-24 20:50:13','2014-03-24 20:50:13','',0,'http://www.thetradingroom.com/?page_id=1371',0,'page','',0),(1372,2,'2014-03-24 20:45:48','2014-03-24 20:45:48','','testing0','','inherit','open','closed','','1371-revision-v1','','','2014-03-24 20:45:48','2014-03-24 20:45:48','',1371,'http://www.thetradingroom.com/1371-revision-v1/',0,'revision','',0),(1373,2,'2014-03-24 21:16:51','0000-00-00 00:00:00','','amber test','','draft','open','closed','','amber-test','','','2014-03-24 21:16:51','0000-00-00 00:00:00','',0,'http://www.thetradingroom.com/?page_id=1373',0,'page','',0),(1374,2,'2014-03-24 21:19:18','0000-00-00 00:00:00','','ambertest2','','draft','open','closed','','ambertest2','','','2014-03-24 21:19:18','0000-00-00 00:00:00','',0,'http://www.thetradingroom.com/?page_id=1374',0,'page','',0),(1375,2,'2014-03-24 21:23:36','0000-00-00 00:00:00','','ambertest5','','draft','open','closed','','ambertest5','','','2014-03-24 21:23:36','0000-00-00 00:00:00','',0,'http://www.thetradingroom.com/?page_id=1375',0,'page','',0),(1376,2,'2014-03-24 21:27:47','2014-03-24 21:27:47','','ambertest4','','publish','open','closed','','ambertest4','','','2014-03-24 21:27:47','2014-03-24 21:27:47','',0,'http://www.thetradingroom.com/?page_id=1376',0,'page','',0),(1377,2,'2014-03-24 21:27:41','2014-03-24 21:27:41','','ambertest4','','inherit','open','closed','','1376-revision-v1','','','2014-03-24 21:27:41','2014-03-24 21:27:41','',1376,'http://www.thetradingroom.com/1376-revision-v1/',0,'revision','',0),(1378,2,'2014-03-24 21:31:58','2014-03-24 21:31:58','','amtest','','publish','open','closed','','amtest','','','2014-03-24 21:31:58','2014-03-24 21:31:58','',0,'http://www.thetradingroom.com/?page_id=1378',0,'page','',0),(1379,2,'2014-03-24 21:31:23','2014-03-24 21:31:23','','amtest','','inherit','open','closed','','1378-revision-v1','','','2014-03-24 21:31:23','2014-03-24 21:31:23','',1378,'http://www.thetradingroom.com/1378-revision-v1/',0,'revision','',0),(1380,2,'2014-03-24 21:47:49','2014-03-24 21:47:49','','amtest1','','publish','open','closed','','amtest1','','','2014-03-24 21:50:59','2014-03-24 21:50:59','',0,'http://www.thetradingroom.com/?page_id=1380',0,'page','',0),(1381,2,'2014-03-24 21:47:42','2014-03-24 21:47:42','','amtest1','','inherit','open','closed','','1380-revision-v1','','','2014-03-24 21:47:42','2014-03-24 21:47:42','',1380,'http://www.thetradingroom.com/1380-revision-v1/',0,'revision','',0),(1382,2,'2014-03-24 21:53:45','2014-03-24 21:53:45','','amtest7','','publish','open','closed','','amtest7','','','2014-03-26 04:57:06','2014-03-26 04:57:06','',0,'http://www.thetradingroom.com/?page_id=1382',0,'page','',0),(1383,2,'2014-03-24 21:53:39','2014-03-24 21:53:39','','amtest7','','inherit','open','closed','','1382-revision-v1','','','2014-03-24 21:53:39','2014-03-24 21:53:39','',1382,'http://www.thetradingroom.com/1382-revision-v1/',0,'revision','',0),(1384,2,'2014-03-24 22:09:04','2014-03-24 22:09:04','','ambertest3','','publish','open','closed','','ambertest3','','','2014-03-24 22:09:04','2014-03-24 22:09:04','',0,'http://www.thetradingroom.com/?page_id=1384',0,'page','',0),(1385,2,'2014-03-24 22:08:57','2014-03-24 22:08:57','','ambertest3','','inherit','open','closed','','1384-revision-v1','','','2014-03-24 22:08:57','2014-03-24 22:08:57','',1384,'http://www.thetradingroom.com/1384-revision-v1/',0,'revision','',0),(1387,2,'2014-03-25 11:34:56','2014-03-25 11:34:56','<strong>UPDATED 7:10 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks rose, following their biggest drop in more than two weeks, as investors awaited American data to gauge whether the world’s largest economy has rebounded from the harsh winter. U.S. index futures and Asian shares were little changed.\r\n\r\n<strong>BONDS</strong> - Treasury short-term notes were the cheapest in almost four years versus their global peers before the U.S. sells $32 billion of two-year debt today.\r\n\r\n<strong>COMMODITIES </strong>-  Crude Oil reached $100 a barrel before the release of data forecast to show crude stockpiles rose for a 10th week in the U.S., the world’s biggest oil consumer. \r\n\r\n<strong>CURRENCIES</strong> - The euro fell against the yen after a German report showed business confidence dropped for the first time in five months, damping demand for the region’s currency.\r\n\r\n<strong>ECONOMIC DATA</strong> -  US New Home Sales and  CB Consumer Confidence due at 8:30, ECB President Draghi Speaks at 12:00 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\" alt=\"pre market open Blue board\" width=\"360\" height=\"266\" class=\"aligncenter size-full wp-image-886\" /></a>','Pre-Market Trading Report for Stock, Bond, Commodity and Forex Markets','','inherit','open','closed','','1386-revision-v1','','','2014-03-25 11:34:56','2014-03-25 11:34:56','',1386,'http://www.thetradingroom.com/1386-revision-v1/',0,'revision','',0),(1388,2,'2014-03-25 16:53:50','2014-03-25 16:53:50','','TueEDU','','publish','open','closed','','tueedu','','','2014-03-25 17:16:37','2014-03-25 17:16:37','',0,'http://www.thetradingroom.com/?page_id=1388',0,'page','',0),(1389,2,'2014-03-25 16:32:44','2014-03-25 16:32:44','','TueEDU','','inherit','open','closed','','1388-revision-v1','','','2014-03-25 16:32:44','2014-03-25 16:32:44','',1388,'http://www.thetradingroom.com/1388-revision-v1/',0,'revision','',0),(1390,2,'2014-03-26 01:11:37','2014-03-26 01:11:37','Do you own stocks? Mutual funds? If the answer is yes, read further! Recent Wall Street Journal headline reads  “Yellen Debut Rattles Markets”! The new Fed Chair Yellen warns of impending interest rate hikes and when her viewpoint is coupled with the current geo-political instability, we believe a significant correction or even a crash may be coming soon. \r\n\r\n<strong>ARE YOU PROTECTED?</strong>\r\n \r\nJoin RiosQuant coaches Joe Contes and Ken Eriksen to learn why the markets may be on the brink of a downturn. You will also discover an innovative approach to profiting and protecting your gains.\r\n\r\n<strong>CLICK BELOW TO JOIN:</strong>\r\n\r\nRegister for Wednesday, March 26th at 9pm ET\r\n<a href=\"https://www3.gotomeeting.com/register/953402190\">https://www3.gotomeeting.com/register/953402190</a>\r\n\r\nOR\r\n\r\nRegister for Thursday, March 27th at 12:30pm ET\r\n<a href=\"https://www3.gotomeeting.com/register/927234270\">https://www3.gotomeeting.com/register/927234270</a>\r\n\r\n\r\nIf you have money in the markets, this is a presentation you won’t want to miss!\r\n \r\n<strong>We will see you Wednesday or Thursday or BOTH!</strong>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" alt=\"strategy room\" width=\"570\" height=\"379\" class=\"aligncenter size-large wp-image-275\" /></a>','The Perfect Storm, Are You Ready?','','publish','open','closed','','perfect-storm-ready-2','','','2014-03-26 01:11:37','2014-03-26 01:11:37','',0,'http://www.thetradingroom.com/?p=1390',0,'post','',0),(1391,2,'2014-03-25 20:05:12','2014-03-25 20:05:12','\r\nDo you own stocks? Mutual funds? If the answer is yes, read further! Recent Wall Street Journal headline reads “Yellen Debut Rattles Markets”! The new Fed Chair Yellen warns of impending interest rate hikes and when her viewpoint is coupled with the current geo-political instability, we believe a significant correction or even a crash may be coming soon. \r\n\r\n<strong>ARE YOU PROTECTED?</strong>\r\n \r\nJoin RiosQuant coaches Joe Contes and Ken Eriksen to learn why the markets may be on the brink of a downturn. \r\nYou will also discover an innovative approach \r\nto profiting and protecting your gains.\r\n\r\n<strong>CLICK BELOW TO JOIN:</strong>\r\n\r\nRegister for Wednesday, March 26th at 9pm ET\r\n<a href=\"https://www3.gotomeeting.com/register/953402190\">https://www3.gotomeeting.com/register/953402190</a>\r\n\r\nOR\r\n\r\nRegister for Thursday, March 27th at 12:30pm ET\r\n<a href=\"https://www3.gotomeeting.com/register/927234270\">https://www3.gotomeeting.com/register/927234270</a>\r\n\r\n\r\nIf you have money in the markets, \r\nthis is a presentation you won’t want to miss!\r\n \r\n<strong>We will see you Wednesday or Thursday or BOTH!</strong>','The Perfect Storm, Are You Ready?','','inherit','open','closed','','1390-revision-v1','','','2014-03-25 20:05:12','2014-03-25 20:05:12','',1390,'http://www.thetradingroom.com/1390-revision-v1/',0,'revision','',0),(1392,2,'2014-03-25 20:10:48','2014-03-25 20:10:48','\r\nDo you own stocks? Mutual funds? If the answer is yes, read further! Recent Wall Street Journal headline reads “Yellen Debut Rattles Markets”! The new Fed Chair Yellen warns of impending interest rate hikes and when her viewpoint is coupled with the current geo-political instability, we believe a significant correction or even a crash may be coming soon. \r\n\r\n<strong>ARE YOU PROTECTED?</strong>\r\n \r\nJoin RiosQuant coaches Joe Contes and Ken Eriksen to learn why the markets may be on the brink of a downturn. \r\nYou will also discover an innovative approach \r\nto profiting and protecting your gains.\r\n\r\n<strong>CLICK BELOW TO JOIN:</strong>\r\n\r\nRegister for Wednesday, March 26th at 9pm ET\r\n<a href=\"https://www3.gotomeeting.com/register/953402190\">https://www3.gotomeeting.com/register/953402190</a>\r\n\r\nOR\r\n\r\nRegister for Thursday, March 27th at 12:30pm ET\r\n<a href=\"https://www3.gotomeeting.com/register/927234270\">https://www3.gotomeeting.com/register/927234270</a>\r\n\r\n\r\nIf you have money in the markets, <a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" alt=\"strategy room\" width=\"570\" height=\"379\" class=\"aligncenter size-large wp-image-275\" /></a>\r\nthis is a presentation you won’t want to miss!\r\n \r\n<strong>We will see you Wednesday or Thursday or BOTH!</strong>','The Perfect Storm, Are You Ready?','','inherit','open','closed','','1390-revision-v1','','','2014-03-25 20:10:48','2014-03-25 20:10:48','',1390,'http://www.thetradingroom.com/1390-revision-v1/',0,'revision','',0),(1394,2,'2014-03-25 20:16:47','2014-03-25 20:16:47','\r\nDo you own stocks? Mutual funds? If the answer is yes, read further! Today\'s Wall Street Journal headline reads \r\n“Yellen Debut Rattles Markets”! The new Fed Chair Yellen warns of impending interest rate hikes and when her viewpoint is coupled with the current geo-political instability, we believe a significant correction or even a crash may be coming soon. \r\n\r\n<strong>ARE YOU PROTECTED?</strong>\r\n \r\nJoin RiosQuant coaches Joe Contes and Ken Eriksen to learn why the markets may be on the brink of a downturn. You will also discover an innovative approach to profiting and protecting your gains.\r\n\r\n<strong>CLICK BELOW TO JOIN:</strong>\r\n\r\nRegister for Wednesday, March 26th at 9pm ET\r\n<a href=\"https://www3.gotomeeting.com/register/953402190\">https://www3.gotomeeting.com/register/953402190</a>\r\n\r\nOR\r\n\r\nRegister for Thursday, March 27th at 12:30pm ET\r\n<a href=\"https://www3.gotomeeting.com/register/927234270\">https://www3.gotomeeting.com/register/927234270</a>\r\n\r\n\r\nIf you have money in the markets, this is a presentation you won’t want to miss!\r\n \r\n<strong>We will see you Wednesday or Thursday or BOTH!</strong>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" alt=\"strategy room\" width=\"570\" height=\"379\" class=\"aligncenter size-large wp-image-275\" /></a>','The Perfect Storm, Are You Ready?','','inherit','open','closed','','1390-revision-v1','','','2014-03-25 20:16:47','2014-03-25 20:16:47','',1390,'http://www.thetradingroom.com/1390-revision-v1/',0,'revision','',0),(1393,2,'2014-03-25 20:12:26','2014-03-25 20:12:26','\r\nDo you own stocks? Mutual funds? If the answer is yes, read further! Today\'s Wall Street Journal headline reads \r\n“Yellen Debut Rattles Markets”! The new Fed Chair Yellen warns of impending interest rate hikes and when her viewpoint is coupled with the current geo-political instability, we believe a significant correction or even a crash may be coming soon. \r\n\r\n<strong>ARE YOU PROTECTED?</strong>\r\n \r\nJoin RiosQuant coaches Joe Contes and Ken Eriksen to learn why the markets may be on the brink of a downturn. \r\nYou will also discover an innovative approach \r\nto profiting and protecting your gains.\r\n\r\n<strong>CLICK BELOW TO JOIN:</strong>\r\n\r\nRegister for Wednesday, March 26th at 9pm ET\r\n<a href=\"https://www3.gotomeeting.com/register/953402190\">https://www3.gotomeeting.com/register/953402190</a>\r\n\r\nOR\r\n\r\nRegister for Thursday, March 27th at 12:30pm ET\r\n<a href=\"https://www3.gotomeeting.com/register/927234270\">https://www3.gotomeeting.com/register/927234270</a>\r\n\r\n\r\nIf you have money in the markets, <a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" alt=\"strategy room\" width=\"570\" height=\"379\" class=\"aligncenter size-large wp-image-275\" /></a>\r\nthis is a presentation you won’t want to miss!\r\n \r\n<strong>We will see you Wednesday or Thursday or BOTH!</strong>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" alt=\"strategy room\" width=\"570\" height=\"379\" class=\"aligncenter size-large wp-image-275\" /></a>','The Perfect Storm, Are You Ready?','','inherit','open','closed','','1390-revision-v1','','','2014-03-25 20:12:26','2014-03-25 20:12:26','',1390,'http://www.thetradingroom.com/1390-revision-v1/',0,'revision','',0),(1395,2,'2014-03-25 20:54:40','2014-03-25 20:54:40','\r\nDo you own stocks? Mutual funds? If the answer is yes, read further! Recent Wall Street Journal headline reads  “Yellen Debut Rattles Markets”! The new Fed Chair Yellen warns of impending interest rate hikes and when her viewpoint is coupled with the current geo-political instability, we believe a significant correction or even a crash may be coming soon. \r\n\r\n<strong>ARE YOU PROTECTED?</strong>\r\n \r\nJoin RiosQuant coaches Joe Contes and Ken Eriksen to learn why the markets may be on the brink of a downturn. You will also discover an innovative approach to profiting and protecting your gains.\r\n\r\n<strong>CLICK BELOW TO JOIN:</strong>\r\n\r\nRegister for Wednesday, March 26th at 9pm ET\r\n<a href=\"https://www3.gotomeeting.com/register/953402190\">https://www3.gotomeeting.com/register/953402190</a>\r\n\r\nOR\r\n\r\nRegister for Thursday, March 27th at 12:30pm ET\r\n<a href=\"https://www3.gotomeeting.com/register/927234270\">https://www3.gotomeeting.com/register/927234270</a>\r\n\r\n\r\nIf you have money in the markets, this is a presentation you won’t want to miss!\r\n \r\n<strong>We will see you Wednesday or Thursday or BOTH!</strong>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" alt=\"strategy room\" width=\"570\" height=\"379\" class=\"aligncenter size-large wp-image-275\" /></a>','The Perfect Storm, Are You Ready?','','inherit','open','closed','','1390-revision-v1','','','2014-03-25 20:54:40','2014-03-25 20:54:40','',1390,'http://www.thetradingroom.com/1390-revision-v1/',0,'revision','',0),(1396,2,'2014-03-26 12:12:55','2014-03-26 12:12:55','<strong>UPDATED 7:12 ET </strong>\r\n\r\n<strong>STOCKS </strong>- European stocks advanced for a second day as investors awaited data that may show an increase in U.S. durable-goods orders. U.S. stock-index futures and Asian shares rose.\r\n\r\n<strong>BONDS</strong> - Treasury five-year notes were close to the cheapest level in four years relative to two- and 10-year securities before the U.S. sells $35 billion of 2019 debt today.\r\n<strong>COMMODITIES</strong> -  Gold traded above a five-week low in London as investors weighed the crisis over Ukraine against the outlook for higher U.S. interest rates.\r\n\r\n<strong>CURRENCIES</strong> - Australia’s dollar strengthened to a four-month high after Reserve Bank Governor Glenn Stevens said the economy may strengthen this year and there were encouraging signs domestic consumption is increasing.\r\n\r\n<strong>ECONOMIC DATA</strong> -  US Core Durable Goods Orders due at 8:30, Crude Oil Inventories at 10:30, NZD Trade Balance at 17:45 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/morgan-quotes.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/morgan-quotes-1024x687.jpg\" alt=\"morgan quotes\" width=\"570\" height=\"382\" class=\"aligncenter size-large wp-image-585\" /></a>','Pre-Market Trading Report for Stock, Bond, Commodity and Forex Markets','','publish','open','closed','','pre-market-trading-report-stock-bond-commodity-forex-markets-3','','','2014-03-26 12:12:55','2014-03-26 12:12:55','',0,'http://www.thetradingroom.com/?p=1396',0,'post','',0),(1397,2,'2014-03-26 12:12:55','2014-03-26 12:12:55','<strong>UPDATED 7:12 ET </strong>\r\n\r\n<strong>STOCKS </strong>- European stocks advanced for a second day as investors awaited data that may show an increase in U.S. durable-goods orders. U.S. stock-index futures and Asian shares rose.\r\n\r\n<strong>BONDS</strong> - Treasury five-year notes were close to the cheapest level in four years relative to two- and 10-year securities before the U.S. sells $35 billion of 2019 debt today.\r\n<strong>COMMODITIES</strong> -  Gold traded above a five-week low in London as investors weighed the crisis over Ukraine against the outlook for higher U.S. interest rates.\r\n\r\n<strong>CURRENCIES</strong> - Australia’s dollar strengthened to a four-month high after Reserve Bank Governor Glenn Stevens said the economy may strengthen this year and there were encouraging signs domestic consumption is increasing.\r\n\r\n<strong>ECONOMIC DATA</strong> -  US Core Durable Goods Orders due at 8:30, Crude Oil Inventories at 10:30, NZD Trade Balance at 17:45 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/morgan-quotes.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/morgan-quotes-1024x687.jpg\" alt=\"morgan quotes\" width=\"570\" height=\"382\" class=\"aligncenter size-large wp-image-585\" /></a>','Pre-Market Trading Report for Stock, Bond, Commodity and Forex Markets','','inherit','open','closed','','1396-revision-v1','','','2014-03-26 12:12:55','2014-03-26 12:12:55','',1396,'http://www.thetradingroom.com/1396-revision-v1/',0,'revision','',0),(1398,2,'2014-03-26 21:26:23','2014-03-26 21:26:23','','BigSwing','','publish','open','closed','','bigswing','','','2014-03-26 21:36:27','2014-03-26 21:36:27','',0,'http://www.thetradingroom.com/?page_id=1398',0,'page','',0),(1399,2,'2014-03-26 21:26:14','2014-03-26 21:26:14','','BigSwing','','inherit','open','closed','','1398-revision-v1','','','2014-03-26 21:26:14','2014-03-26 21:26:14','',1398,'http://www.thetradingroom.com/1398-revision-v1/',0,'revision','',0),(1401,2,'2014-03-27 11:20:11','2014-03-27 11:20:11','<strong>UPDATED 7:05 ET </strong>\r\n\r\n<strong>STOCKS </strong>- European shares were little changed, after a two-day rally, with retailers dragging down the market. U.S. stock-index futures and Asian shares rose.\r\n\r\n<strong>BONDS</strong> - Treasuries rose the most in almost two weeks as the cheapest five-year note auction in almost three years spurred demand for the securities amid rising tensions over Russia’s annexation of Crimea.\r\n\r\n<strong>COMMODITIES</strong> -   Crude Oil traded near the highest price in a week as crude stockpiles fell at the main U.S. oil storage hub, and gasoline demand reached a three-month high. \r\n\r\n<strong>CURRENCIES</strong> - The pound climbed for a fourth day versus the dollar as a report showed U.K. retail sales increased in February more than three times as much as economists forecast.\r\n\r\n<strong>ECONOMIC DATA </strong>-  US Unemployment Claims and FOMC Member Pianalto Speaks at 8:30, Pending Home Sales m/m at 10:00, Natural Gas Storage at 10:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/market-analyzer.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/market-analyzer-1024x575.jpg\" alt=\"market analyzer\" width=\"570\" height=\"320\" class=\"aligncenter size-large wp-image-925\" /></a>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-3','','','2014-03-27 11:20:11','2014-03-27 11:20:11','',0,'http://www.thetradingroom.com/?p=1401',0,'post','',0),(1402,2,'2014-03-27 11:20:11','2014-03-27 11:20:11','<strong>UPDATED 7:05 ET </strong>\r\n\r\n<strong>STOCKS </strong>- European shares were little changed, after a two-day rally, with retailers dragging down the market. U.S. stock-index futures and Asian shares rose.\r\n\r\n<strong>BONDS</strong> - Treasuries rose the most in almost two weeks as the cheapest five-year note auction in almost three years spurred demand for the securities amid rising tensions over Russia’s annexation of Crimea.\r\n\r\n<strong>COMMODITIES</strong> -   Crude Oil traded near the highest price in a week as crude stockpiles fell at the main U.S. oil storage hub, and gasoline demand reached a three-month high. \r\n\r\n<strong>CURRENCIES</strong> - The pound climbed for a fourth day versus the dollar as a report showed U.K. retail sales increased in February more than three times as much as economists forecast.\r\n\r\n<strong>ECONOMIC DATA </strong>-  US Unemployment Claims and FOMC Member Pianalto Speaks at 8:30, Pending Home Sales m/m at 10:00, Natural Gas Storage at 10:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/market-analyzer.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/market-analyzer-1024x575.jpg\" alt=\"market analyzer\" width=\"570\" height=\"320\" class=\"aligncenter size-large wp-image-925\" /></a>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1401-revision-v1','','','2014-03-27 11:20:11','2014-03-27 11:20:11','',1401,'http://www.thetradingroom.com/1401-revision-v1/',0,'revision','',0),(1403,2,'2014-03-27 11:56:04','2014-03-27 11:56:04','Name: <strong><em>Marie Titus</em></strong>\r\n\r\nHome town: <em><strong>Texas</strong></em>\r\n\r\nJob Title:<em> <strong>Retired missionary</strong></em>\r\n\r\nTrading since: <em><strong>Off and on since the late ‘80s</strong></em>\r\n\r\nPreferred markets to trade: <em><strong>Forex and natural gas</strong></em>\r\n\r\nFavorite approach to trading: <strong><em>Momentum breakouts and breakdowns</em></strong>\r\n\r\nMain strategy utilized: <em><strong>RiosQuant Channels</strong></em>\r\n\r\nLast trade: <strong><em>AUD/USD</em></strong>\r\n\r\nMost memorable trade: <em> <strong>An early trade I made that took off in the opposite direction while I was still punching in the stop numbers. Lost everything I had in the account. I now use Ninja and love it!</strong></em>\r\n\r\nBiggest Challenge: <strong><em>Getting some sleep. I like to trade the London session, but don’t want to miss the trade lab\r\neither.</em></strong>\r\n\r\nPrimary ambition: <em><strong>Trading for a living</strong></em>\r\n\r\nRiosQuant member since: <em><strong>2011</strong></em>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/marie.jpg\"><img class=\"aligncenter size-full wp-image-1407\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/marie.jpg\" alt=\"marie\" width=\"371\" height=\"423\" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\nTESTIMONIALS ARE NOT INDICATIVE OF FUTURE PERFORMANCE OR SUCCESS\r\n\r\n&nbsp;','Meet Members - RiosQuant Traders','','publish','open','closed','','meet-members-riosquant-traders-6','','','2016-10-09 17:37:56','2016-10-09 17:37:56','',0,'http://www.thetradingroom.com/?p=1403',0,'post','',0),(1404,2,'2014-03-27 11:41:52','2014-03-27 11:41:52','Name: <strong><em>Marie Titus</em></strong>\r\n\r\nHome town: <em><strong>Texas</strong></em>\r\n\r\nJob Title: retired missionary\r\nTrading since: off and on since the late ‘80s\r\nPreferred markets to trade: forex and natural gas\r\nFavorite approach to trading: momentum breakouts and breakdowns\r\nMain strategy utilized: RiosQuant chanels\r\nLast trade: AUD/USD\r\nMost memorable trade:  an early trade I made that took off in the opposite direction while I was still punching in the stop numbers.  Lost everything I had in the account.  I now use Ninja and love it!\r\nBiggest Challenge: getting some sleep.  I like to trade the London session, but don’t want to miss the trade lab either.\r\nPrimary ambition: trading for a living\r\nRiosQuant member since: 2011\r\n','','','inherit','open','closed','','1403-revision-v1','','','2014-03-27 11:41:52','2014-03-27 11:41:52','',1403,'http://www.thetradingroom.com/1403-revision-v1/',0,'revision','',0),(1405,2,'2014-03-27 11:45:49','2014-03-27 11:45:49','\r\nName: <strong><em>Marie Titus</em></strong>\r\n\r\nHome town: <em><strong>Texas</strong></em>\r\n\r\nJob Title:<em> <strong>Retired missionary</strong></em>\r\n\r\nTrading since: <em><strong>Off and on since the late ‘80s</strong></em>\r\n\r\nPreferred markets to trade: <em><strong>Forex and natural gas</strong></em>\r\n\r\nFavorite approach to trading: <strong><em>Momentum breakouts and breakdowns</em></strong>\r\n\r\nMain strategy utilized: <em><strong>RiosQuant Channels</strong></em>\r\n\r\nLast trade: <strong><em>AUD/USD</em></strong>\r\n\r\nMost memorable trade: <em> <strong>An early trade I made that took off in the opposite direction while I was still punching in the stop numbers.  Lost everything I had in the account.  I now use Ninja and love it!</strong></em>\r\n\r\nBiggest Challenge: <strong><em>Getting some sleep.  I like to trade the London session, but don’t want to miss the trade lab \r\neither.</em></strong>\r\n\r\nPrimary ambition: <em><strong>Trading for a living</strong></em>\r\n\r\nRiosQuant member since: <em><strong>2011</strong></em>','','','inherit','open','closed','','1403-revision-v1','','','2014-03-27 11:45:49','2014-03-27 11:45:49','',1403,'http://www.thetradingroom.com/1403-revision-v1/',0,'revision','',0),(1440,2,'2014-04-04 11:10:13','2014-04-04 11:10:13','<strong>UPDATED 7:05 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks advanced, posting their longest winning streak since October, before a report that may show the U.S. economy created jobs at a faster pace last month. U.S. index futures and Asian shares were little changed.\r\n\r\n<strong>BONDS</strong> - Treasuries headed for a weekly loss before jobs data Meritz Securities Co. said will lead the Federal Reserve to keep cutting its debt purchases and usher in a “tightening season” of higher interest rates.\r\n\r\n<strong>COMMODITIES </strong>- Gold pared a weekly decline in London after prices held above a technical level and as investors awaited U.S. payrolls data that may show the fastest jobs growth in four months.\r\n\r\n<strong>CURRENCIES </strong>- The dollar climbed to a five-week high against the euro before a government report that economists said will show the U.S. added the most jobs in four months, backing the case for reducing monetary stimulus.\r\n\r\n<strong>ECONOMIC DATA </strong>-US Non-Farm Employment Change and CAD Unemployment Rate due at 8:30, US Ivey PMI at 10:00 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/bullish-ML-pic.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/bullish-ML-pic.jpg\" alt=\"bullish ML pic\" width=\"461\" height=\"609\" class=\"aligncenter size-full wp-image-882\" /></a>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-6','','','2014-04-04 11:10:13','2014-04-04 11:10:13','',0,'http://www.thetradingroom.com/?p=1440',0,'post','',0),(1407,2,'2014-03-27 11:53:04','2014-03-27 11:53:04','','marie','','inherit','open','closed','','marie','','','2014-03-27 11:53:04','2014-03-27 11:53:04','',1403,'http://www.thetradingroom.com/wp-content/uploads/2014/03/marie.jpg',0,'attachment','image/jpeg',0),(1408,2,'2014-03-27 11:56:04','2014-03-27 11:56:04','Name: <strong><em>Marie Titus</em></strong>\r\n\r\nHome town: <em><strong>Texas</strong></em>\r\n\r\nJob Title:<em> <strong>Retired missionary</strong></em>\r\n\r\nTrading since: <em><strong>Off and on since the late ‘80s</strong></em>\r\n\r\nPreferred markets to trade: <em><strong>Forex and natural gas</strong></em>\r\n\r\nFavorite approach to trading: <strong><em>Momentum breakouts and breakdowns</em></strong>\r\n\r\nMain strategy utilized: <em><strong>RiosQuant Channels</strong></em>\r\n\r\nLast trade: <strong><em>AUD/USD</em></strong>\r\n\r\nMost memorable trade: <em> <strong>An early trade I made that took off in the opposite direction while I was still punching in the stop numbers.  Lost everything I had in the account.  I now use Ninja and love it!</strong></em>\r\n\r\nBiggest Challenge: <strong><em>Getting some sleep.  I like to trade the London session, but don’t want to miss the trade lab \r\neither.</em></strong>\r\n\r\nPrimary ambition: <em><strong>Trading for a living</strong></em>\r\n\r\nRiosQuant member since: <em><strong>2011</strong></em>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/marie.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/marie.jpg\" alt=\"marie\" width=\"371\" height=\"423\" class=\"aligncenter size-full wp-image-1407\" /></a>','Meet Members - RiosQuant Traders','','inherit','open','closed','','1403-revision-v1','','','2014-03-27 11:56:04','2014-03-27 11:56:04','',1403,'http://www.thetradingroom.com/1403-revision-v1/',0,'revision','',0),(1409,2,'2014-03-27 12:12:21','2014-03-27 12:12:21','Name: <em><strong>Jose Aroso</strong></em>\r\n\r\nHome town: <em><strong>Porto, Portugal</strong></em>\r\n\r\nJob Title: <em><strong>Loss Assessor</strong></em>\r\n\r\nTrading since:<em> <strong>2003</strong></em>\r\n\r\nPreferred markets to trade: <em><strong>Since I am in the same time zone as London, I trade Forex in the morning (my morning) and S&amp;P 500, Nasdaq and Bonds in the afternoon (morning in the US). </strong></em>\r\n\r\nFavorite approach to trading: <em><strong>I follow GnosTick RELIGIOUSLY on the Forex. </strong></em>\r\n\r\nMain strategy utilized: <em><strong>In the Nasdaq I play a “opening push” because they push the market up on the opening even in down days. Works 80% of the time. I make only 3 to 5 points but it is with 4 ctc.</strong></em>\r\n\r\nLast trade: <em><strong>The “opening push” today. 19th March. Loss </strong></em>\r\n\r\nMost memorable trade: <em><strong>One day I made a mistake with my Platform. Was in the S&amp;P 500 (the big contract) with 4 contracts and thought that was in the emini contract size. Went to answer the phone and when came back I was 4600 Dollars UP!! Dinner out!</strong></em>\r\n\r\nBiggest Challenge: <em><strong>To have enough time to dedicate to trading. </strong></em>\r\n\r\nPrimary ambition: <em><strong>Being able to make a living with the profits from trading. Only</strong></em>\r\n\r\nRiosQuant member since: <em><strong>2011</strong></em>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/jose.jpg\"><img class=\"aligncenter size-full wp-image-1411\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/jose.jpg\" alt=\"jose\" width=\"350\" height=\"413\" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nTESTIMONIALS ARE NOT INDICATIVE OF FUTURE PERFORMANCE OR SUCCESS','Meet Members - RiosQuant Traders','','publish','open','closed','','meet-members-riosquant-traders-7','','','2016-10-09 17:37:22','2016-10-09 17:37:22','',0,'http://www.thetradingroom.com/?p=1409',0,'post','',0),(1410,2,'2014-03-27 11:58:27','2014-03-27 11:58:27','Name: <em><strong>Jose Aroso</strong></em>\r\n\r\nHome town: <em><strong>Porto, Portugal</strong></em>\r\n\r\nJob Title: <em><strong>Loss Assessor</strong></em>\r\n\r\nTrading since:<em> <strong>2003</strong></em>\r\n\r\nPreferred markets to trade: Since I am in the same time zone as London, I trade Forex in the morning (my morning) and ES, NQ and Bonds in the afternoon that is morning in the US. \r\nFavorite approach to trading: I follow Gnostick RELIGIOUSLY on the Forex. \r\nMain strategy utilized: In the NQ I play a “opening push” because they push the market up on the opening even in down days. Works 80% of the time. I make only 3 to 5 points but it is with 4 ctc.\r\nLast trade: The “opening push” today. 19th March. Loss \r\nMost memorable trade: One day I made a mistake with my Platform. Was in the SP (the big one) with 4 contracts and thought that was in the ES. Went to answer the phone and when came back I was 4600 Dollars UP!! Dinner out!\r\nBiggest Challenge: To have enough time to dedicate to trading. \r\nPrimary ambition: Being able to make a living with the profits from trading. Only\r\nRiosQuant member since: 2011\r\n','','','inherit','open','closed','','1409-revision-v1','','','2014-03-27 11:58:27','2014-03-27 11:58:27','',1409,'http://www.thetradingroom.com/1409-revision-v1/',0,'revision','',0),(1411,2,'2014-03-27 12:10:27','2014-03-27 12:10:27','','jose','','inherit','open','closed','','jose','','','2014-03-27 12:10:27','2014-03-27 12:10:27','',1409,'http://www.thetradingroom.com/wp-content/uploads/2014/03/jose.jpg',0,'attachment','image/jpeg',0),(1412,2,'2014-03-27 12:12:21','2014-03-27 12:12:21','Name: <em><strong>Jose Aroso</strong></em>\r\n\r\nHome town: <em><strong>Porto, Portugal</strong></em>\r\n\r\nJob Title: <em><strong>Loss Assessor</strong></em>\r\n\r\nTrading since:<em> <strong>2003</strong></em>\r\n\r\nPreferred markets to trade: <em><strong>Since I am in the same time zone as London, I trade Forex in the morning (my morning) and S&P 500, Nasdaq and Bonds in the afternoon (morning in the US). </strong></em>\r\n\r\nFavorite approach to trading: <em><strong>I follow GnosTick RELIGIOUSLY on the Forex. </strong></em>\r\n\r\nMain strategy utilized: <em><strong>In the Nasdaq I play a “opening push” because they push the market up on the opening even in down days. Works 80% of the time. I make only 3 to 5 points but it is with 4 ctc.</strong></em>\r\n\r\nLast trade: <em><strong>The “opening push” today. 19th March. Loss </strong></em>\r\n\r\nMost memorable trade: <em><strong>One day I made a mistake with my Platform. Was in the S&P 500 (the big contract) with 4 contracts and thought that was in the emini contract size. Went to answer the phone and when came back I was 4600 Dollars UP!! Dinner out!</strong></em>\r\n\r\nBiggest Challenge: <em><strong>To have enough time to dedicate to trading. </strong></em>\r\n\r\nPrimary ambition: <em><strong>Being able to make a living with the profits from trading. Only</strong></em>\r\n\r\nRiosQuant member since: <em><strong>2011</strong></em>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/jose.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/jose.jpg\" alt=\"jose\" width=\"350\" height=\"413\" class=\"aligncenter size-full wp-image-1411\" /></a>\r\n','Meet Members - RiosQuant Traders','','inherit','open','closed','','1409-revision-v1','','','2014-03-27 12:12:21','2014-03-27 12:12:21','',1409,'http://www.thetradingroom.com/1409-revision-v1/',0,'revision','',0),(3169,2,'2016-10-09 17:37:22','2016-10-09 17:37:22','Name: <em><strong>Jose Aroso</strong></em>\r\n\r\nHome town: <em><strong>Porto, Portugal</strong></em>\r\n\r\nJob Title: <em><strong>Loss Assessor</strong></em>\r\n\r\nTrading since:<em> <strong>2003</strong></em>\r\n\r\nPreferred markets to trade: <em><strong>Since I am in the same time zone as London, I trade Forex in the morning (my morning) and S&amp;P 500, Nasdaq and Bonds in the afternoon (morning in the US). </strong></em>\r\n\r\nFavorite approach to trading: <em><strong>I follow GnosTick RELIGIOUSLY on the Forex. </strong></em>\r\n\r\nMain strategy utilized: <em><strong>In the Nasdaq I play a “opening push” because they push the market up on the opening even in down days. Works 80% of the time. I make only 3 to 5 points but it is with 4 ctc.</strong></em>\r\n\r\nLast trade: <em><strong>The “opening push” today. 19th March. Loss </strong></em>\r\n\r\nMost memorable trade: <em><strong>One day I made a mistake with my Platform. Was in the S&amp;P 500 (the big contract) with 4 contracts and thought that was in the emini contract size. Went to answer the phone and when came back I was 4600 Dollars UP!! Dinner out!</strong></em>\r\n\r\nBiggest Challenge: <em><strong>To have enough time to dedicate to trading. </strong></em>\r\n\r\nPrimary ambition: <em><strong>Being able to make a living with the profits from trading. Only</strong></em>\r\n\r\nRiosQuant member since: <em><strong>2011</strong></em>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/jose.jpg\"><img class=\"aligncenter size-full wp-image-1411\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/jose.jpg\" alt=\"jose\" width=\"350\" height=\"413\" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nTESTIMONIALS ARE NOT INDICATIVE OF FUTURE PERFORMANCE OR SUCCESS','Meet Members - RiosQuant Traders','','inherit','open','closed','','1409-revision-v1','','','2016-10-09 17:37:22','2016-10-09 17:37:22','',1409,'http://www.thetradingroom.com/1409-revision-v1/',0,'revision','',0),(1414,2,'2014-03-28 11:09:41','2014-03-28 11:09:41','<strong>UPDATED 7:05 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks advanced, extending a weekly gain, as a measure of euro-area economic confidence rose in March more than forecast. U.S. index futures and Asian shares also climbed.\r\n\r\n<strong>BONDS</strong> - Treasuries headed for their first monthly loss this year before a government report forecast to show consumer spending, which accounts for about 70 percent of the U.S. economy, is increasing.\r\n\r\n<strong>COMMODITIES</strong> -   Crude Oil headed for a second weekly gain amid shrinking stockpiles at the U.S. oil storage hub in Cushing, Oklahoma.  \r\n\r\n<strong>CURRENCIES</strong> - The euro dropped to a one-month low against the dollar as German reports showed consumer-price inflation in three states slowed this month, while Spanish prices unexpectedly declined.\r\n\r\n<strong>ECONOMIC DATA</strong> -  US Personal Spending due at 8:30, Revised UoM Consumer Sentiment at 10:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\" alt=\"pre market open Blue board\" width=\"360\" height=\"266\" class=\"aligncenter size-full wp-image-886\" /></a>\r\n','Pre-Market Trading Room Report for Stocks, Bonds, Commodities and Froex','','publish','open','closed','','pre-market-trading-room-report-stocks-bonds-commodities-froex','','','2014-03-28 11:09:41','2014-03-28 11:09:41','',0,'http://www.thetradingroom.com/?p=1414',0,'post','',0),(1415,2,'2014-03-28 11:09:16','2014-03-28 11:09:16','<strong>UPDATED 7:05 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks advanced, extending a weekly gain, as a measure of euro-area economic confidence rose in March more than forecast. U.S. index futures and Asian shares also climbed.\r\n\r\n<strong>BONDS</strong> - Treasuries headed for their first monthly loss this year before a government report forecast to show consumer spending, which accounts for about 70 percent of the U.S. economy, is increasing.\r\n\r\n<strong>COMMODITIES</strong> -   Crude Oil headed for a second weekly gain amid shrinking stockpiles at the U.S. oil storage hub in Cushing, Oklahoma.  \r\n\r\n<strong>CURRENCIES</strong> - The euro dropped to a one-month low against the dollar as German reports showed consumer-price inflation in three states slowed this month, while Spanish prices unexpectedly declined.\r\n\r\n<strong>ECONOMIC DATA</strong> -  US Personal Spending due at 8:30, Revised UoM Consumer Sentiment at 10:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\" alt=\"pre market open Blue board\" width=\"360\" height=\"266\" class=\"aligncenter size-full wp-image-886\" /></a>\r\n','Pre-Market Trading Room Report for Stocks, Bonds, Commodities and Froex','','inherit','open','closed','','1414-revision-v1','','','2014-03-28 11:09:16','2014-03-28 11:09:16','',1414,'http://www.thetradingroom.com/1414-revision-v1/',0,'revision','',0),(1416,2,'2014-03-28 17:18:29','2014-03-28 17:18:29','','RiskON/OFFedu','','publish','open','closed','','riskonoffedu','','','2014-03-28 18:06:42','2014-03-28 18:06:42','',0,'http://www.thetradingroom.com/?page_id=1416',0,'page','',0),(1417,2,'2014-03-28 17:17:06','2014-03-28 17:17:06','','RiskON/OFFedu','','inherit','open','closed','','1416-revision-v1','','','2014-03-28 17:17:06','2014-03-28 17:17:06','',1416,'http://www.thetradingroom.com/1416-revision-v1/',0,'revision','',0),(1419,2,'2014-03-31 11:26:31','2014-03-31 11:26:31','<strong>UPDATED 7:05 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks were little changed, after the biggest weekly gain in more than a month, as investors awaited economic data out of Europe and America later this week. U.S. stock-index futures and Asian shares climbed.\r\n\r\n<strong>BONDS </strong>- Treasuries fell, extending their first monthly loss this year amid speculation U.S. data this week will show a recovery in the world’s largest economy is on track, damping demand for the safest securities.\r\n\r\n<strong>COMMODITIES</strong> -  Crude Oil traded near the highest close in three weeks and headed for a quarterly advance as the U.S. and Russia sought to defuse the crisis over Ukraine. \r\n\r\n<strong>CURRENCIES</strong> - The yen weakened against all of its 16 major counterparts as Russia and the U.S. sought a diplomatic solution to the crisis in Ukraine.\r\n\r\n<strong>ECONOMIC DATA </strong>-  CAD GDP m/m due at 8:30,  US Chicago PMI at 9:45, Fed Chair Yellen Speaks at 9:55, BOE Gov Carney Speaks at 13:15, CNY Manufacturing PMI at 21:00,  CNY HSBC Final Manufacturing PMI at 21:45, AUD RBA Rate Statement 23:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\" alt=\"pre market open Blue board\" width=\"360\" height=\"266\" class=\"aligncenter size-full wp-image-886\" /></a>\r\n','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1418-revision-v1','','','2014-03-31 11:26:31','2014-03-31 11:26:31','',1418,'http://www.thetradingroom.com/1418-revision-v1/',0,'revision','',0),(1420,2,'2014-03-31 11:41:28','2014-03-31 11:41:28','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/sp-3-30.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/sp-3-30.jpg\" alt=\"s&amp;p 3-30\" width=\"347\" height=\"352\" class=\"aligncenter size-full wp-image-1421\" /></a>\r\n\r\nSince the FOMC statement last March the 19th, the US treasury 10 Year Note has held at a key support level. However the US equity markets have been trading sideways creating havoc for trend traders. The Russell 2000 and the NASDAQ 100 have under-performed while the Dow Jones Industrial Average has remarkably outperformed due to strength in the Energy and Utility sectors. Risk commodities outperformed last week led by Crude Oil and Copper. In the global markets most major emerging market ETF outperformed the US this past week led by Brazil, China and India. In the Forex market the commodity currencies outperformed the group led by the Australian, New Zealand and Canadian dollar.\r\n\r\n<strong>Technically speaking the S&P 500 index ended the week in a short term downward channel located in the middle of a longer term upward trend channel, hence last week\'s choppy market environment.</strong> Therefore In the week ahead I will pay close attention to the correlation between the two major benchmarks, the US treasury 10 year note and the S&P 500 index with the vista of using the US Treasury as a leading indicator for the S&P 500 price action and direction. Also pay close attention to the scheduled economic data releases below as they may serve as a trigger for price action volatility in the global financial markets.\r\n\r\nJoe Rios\r\nChief Market Strategist\r\nwww.riosquant.com\r\n\r\n<strong>Live Rooms and Events</strong>\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: </strong>\r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\nMonday through Friday beginning at 7:30 AM ET\r\n<a href=\"https://www3.gotomeeting.com/register/670718942\">https://www3.gotomeeting.com/register/670718942</a>\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nMonday, Wednesday, and Thursday beginning at 1:30 PM ET\r\nSubscription Only!\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/875227822\">https://www3.gotomeeting.com/register/875227822</a>\r\nWednesday beginning at 7:30 PM ET\r\nTopic: RQ-Channel Indicator with Performance Coach Steve Schwartz\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/735458790\">https://www3.gotomeeting.com/register/735458790</a>\r\nThursday beginning at 7:30 PM ET\r\nTopic: The Next Big Swing with Performance Coach Edward Preston\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/933406454\">https://www3.gotomeeting.com/register/933406454</a>\r\nSaturday beginning at 10:30 AM ET\r\nTopic: RQ-Einstein Auto-Trading with Performance Steve Schwartz\r\n\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Market Movers\r\nEUR - CPI Flash Estimate – 5:00 AM ET\r\nCAD - GDP – 8:30 AM ET\r\nUSD - Chicago PMI – 9:45 AM ET\r\nUSD - Fed Chair Yellen Speaks – 9:55 AM ET\r\nGBP - BOE Gov. Carney Speaks – 1:15 PM ET\r\nCNY - HSBC Final Manufacturing PMI – 9:00 PM ET\r\nAUD - RBA Rate Statement – 11:30 PM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/670718942\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - Manufacturing PMI – 4:30 AM ET\r\nUSD - ISM Manufacturing PMI – 10:00 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nAUD - Building Approvals – 8:30 PM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/670718942\r\nBeginning at 7:30 AM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/875227822\r\nWednesday beginning at 7:30 PM ET\r\nTopic: RQ-Channel Indicator with Steve Schwartz\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - Construction PMI – 4:30 AM ET\r\nUSD - ADP Non-Farm Employment Change – 8:15 AM ET\r\nAUD - Retail Sales and Trade Balance – 8:30 PM ET\r\nAUD - RBA Gov. Stevens Speaks – 10:00 PM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/670718942\r\nBeginning at 7:30 AM ET\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - Services PMI – 4:30 AM ET\r\nEUR - Minimum Bid Rate – 7:45 AM ET\r\nEUR - ECB Press Conference – 8:30 AM ET\r\nCAD - Trade Balance – 8:30 AM ET\r\nUSD - Trade Balance and Unemployment Claims – 8:30 AM ET\r\nUSD - ISM Non-Manufacturing PMI – 10:00 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/670718942\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/735458790\r\nThursday beginning at 7:30 PM ET\r\nTopic: The Next Big Swing with Edward Preston\r\n\r\n<strong>FRIDAY</strong>\r\nEconomic Data Release - Market Movers\r\nCAD - Unemployment Rate – 8:30 AM ET\r\nUSD - Non-Farm Employment Change and \r\n            Employment Rate – 8:30 AM ET\r\nCAD - Ivey PMI – 10:00 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/670718942\r\nBeginning at 7:30 AM ET\r\n\r\n<strong>SATURDAY</strong>\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/933406454\r\nBeginning at 10:30 AM ET\r\nTopic: RQ-Einstein Auto-Trading with Steve Schwartz\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY \r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS','The Week Ahead in the Stock, Bond, Commodity and Forex Markets','','publish','open','closed','','week-ahead-stock-bond-commodity-forex-markets','','','2014-03-31 11:41:28','2014-03-31 11:41:28','',0,'http://www.thetradingroom.com/?p=1420',0,'post','',0),(1421,2,'2014-03-31 11:38:33','2014-03-31 11:38:33','','s&p 3-30','','inherit','open','closed','','sp-3-30','','','2014-03-31 11:38:33','2014-03-31 11:38:33','',1420,'http://www.thetradingroom.com/wp-content/uploads/2014/03/sp-3-30.jpg',0,'attachment','image/jpeg',0),(1422,2,'2014-03-31 11:38:58','2014-03-31 11:38:58','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/sp-3-30.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/sp-3-30.jpg\" alt=\"s&amp;p 3-30\" width=\"347\" height=\"352\" class=\"aligncenter size-full wp-image-1421\" /></a>\r\n\r\nSince the FOMC statement last March the 19th, the US treasury 10 Year Note has held at a key support level. However the US equity markets have been trading sideways creating havoc for trend traders. The Russell 2000 and the NASDAQ 100 have under-performed while the Dow Jones Industrial Average has remarkably outperformed due to strength in the Energy and Utility sectors. Risk commodities outperformed last week led by Crude Oil and Copper. In the global markets most major emerging market ETF outperformed the US this past week led by Brazil, China and India. In the Forex market the commodity currencies outperformed the group led by the Australian, New Zealand and Canadian dollar.\r\n\r\n<strong>Technically speaking the S&P 500 index ended the week in a short term downward channel located in the middle of a longer term upward trend channel, hence last week\'s choppy market environment.</strong> Therefore In the week ahead I will pay close attention to the correlation between the two major benchmarks, the US treasury 10 year note and the S&P 500 index with the vista of using the US Treasury as a leading indicator for the S&P 500 price action and direction. Also pay close attention to the scheduled economic data releases below as they may serve as a trigger for price action volatility in the global financial markets.\r\n\r\nJoe Rios\r\nChief Market Strategist\r\nwww.riosquant.com\r\n\r\n<strong>Live Rooms and Events</strong>\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: </strong>\r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\nMonday through Friday beginning at 7:30 AM ET\r\n<a href=\"https://www3.gotomeeting.com/register/670718942\">https://www3.gotomeeting.com/register/670718942</a>\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nMonday, Wednesday, and Thursday beginning at 1:30 PM ET\r\nSubscription Only!\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/875227822\">https://www3.gotomeeting.com/register/875227822</a>\r\nWednesday beginning at 7:30 PM ET\r\nTopic: RQ-Channel Indicator with Performance Coach Steve Schwartz\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/735458790\">https://www3.gotomeeting.com/register/735458790</a>\r\nThursday beginning at 7:30 PM ET\r\nTopic: The Next Big Swing with Performance Coach Edward Preston\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/933406454\">https://www3.gotomeeting.com/register/933406454</a>\r\nSaturday beginning at 10:30 AM ET\r\nTopic: RQ-Einstein Auto-Trading with Performance Steve Schwartz\r\n\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Market Movers\r\nEUR - CPI Flash Estimate – 5:00 AM ET\r\nCAD - GDP – 8:30 AM ET\r\nUSD - Chicago PMI – 9:45 AM ET\r\nUSD - Fed Chair Yellen Speaks – 9:55 AM ET\r\nGBP - BOE Gov. Carney Speaks – 1:15 PM ET\r\nCNY - HSBC Final Manufacturing PMI – 9:00 PM ET\r\nAUD - RBA Rate Statement – 11:30 PM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/670718942\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\nTUESDAY\r\n\r\nEconomic Data Release - Market Movers\r\nGBP - Manufacturing PMI – 4:30 AM ET\r\nUSD - ISM Manufacturing PMI – 10:00 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nAUD - Building Approvals – 8:30 PM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/670718942\r\nBeginning at 7:30 AM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/875227822\r\nWednesday beginning at 7:30 PM ET\r\nTopic: RQ-Channel Indicator with Steve Schwartz\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - Construction PMI – 4:30 AM ET\r\nUSD - ADP Non-Farm Employment Change – 8:15 AM ET\r\nAUD - Retail Sales and Trade Balance – 8:30 PM ET\r\nAUD - RBA Gov. Stevens Speaks – 10:00 PM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/670718942\r\nBeginning at 7:30 AM ET\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - Services PMI – 4:30 AM ET\r\nEUR - Minimum Bid Rate – 7:45 AM ET\r\nEUR - ECB Press Conference – 8:30 AM ET\r\nCAD - Trade Balance – 8:30 AM ET\r\nUSD - Trade Balance and Unemployment Claims – 8:30 AM ET\r\nUSD - ISM Non-Manufacturing PMI – 10:00 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/670718942\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/735458790\r\nThursday beginning at 7:30 PM ET\r\nTopic: The Next Big Swing with Edward Preston\r\n\r\n<strong>FRIDAY</strong>\r\nEconomic Data Release - Market Movers\r\nCAD - Unemployment Rate – 8:30 AM ET\r\nUSD - Non-Farm Employment Change and \r\n            Employment Rate – 8:30 AM ET\r\nCAD - Ivey PMI – 10:00 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/670718942\r\nBeginning at 7:30 AM ET\r\n\r\n<strong>SATURDAY</strong>\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/933406454\r\nBeginning at 10:30 AM ET\r\nTopic: RQ-Einstein Auto-Trading with Steve Schwartz\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY \r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS','The Week Ahead in the Stock, Bond, Commodity and Forex Markets','','inherit','open','closed','','1420-revision-v1','','','2014-03-31 11:38:58','2014-03-31 11:38:58','',1420,'http://www.thetradingroom.com/1420-revision-v1/',0,'revision','',0),(1423,2,'2014-03-31 11:41:28','2014-03-31 11:41:28','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/sp-3-30.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/sp-3-30.jpg\" alt=\"s&amp;p 3-30\" width=\"347\" height=\"352\" class=\"aligncenter size-full wp-image-1421\" /></a>\r\n\r\nSince the FOMC statement last March the 19th, the US treasury 10 Year Note has held at a key support level. However the US equity markets have been trading sideways creating havoc for trend traders. The Russell 2000 and the NASDAQ 100 have under-performed while the Dow Jones Industrial Average has remarkably outperformed due to strength in the Energy and Utility sectors. Risk commodities outperformed last week led by Crude Oil and Copper. In the global markets most major emerging market ETF outperformed the US this past week led by Brazil, China and India. In the Forex market the commodity currencies outperformed the group led by the Australian, New Zealand and Canadian dollar.\r\n\r\n<strong>Technically speaking the S&P 500 index ended the week in a short term downward channel located in the middle of a longer term upward trend channel, hence last week\'s choppy market environment.</strong> Therefore In the week ahead I will pay close attention to the correlation between the two major benchmarks, the US treasury 10 year note and the S&P 500 index with the vista of using the US Treasury as a leading indicator for the S&P 500 price action and direction. Also pay close attention to the scheduled economic data releases below as they may serve as a trigger for price action volatility in the global financial markets.\r\n\r\nJoe Rios\r\nChief Market Strategist\r\nwww.riosquant.com\r\n\r\n<strong>Live Rooms and Events</strong>\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: </strong>\r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\nMonday through Friday beginning at 7:30 AM ET\r\n<a href=\"https://www3.gotomeeting.com/register/670718942\">https://www3.gotomeeting.com/register/670718942</a>\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nMonday, Wednesday, and Thursday beginning at 1:30 PM ET\r\nSubscription Only!\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/875227822\">https://www3.gotomeeting.com/register/875227822</a>\r\nWednesday beginning at 7:30 PM ET\r\nTopic: RQ-Channel Indicator with Performance Coach Steve Schwartz\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/735458790\">https://www3.gotomeeting.com/register/735458790</a>\r\nThursday beginning at 7:30 PM ET\r\nTopic: The Next Big Swing with Performance Coach Edward Preston\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/933406454\">https://www3.gotomeeting.com/register/933406454</a>\r\nSaturday beginning at 10:30 AM ET\r\nTopic: RQ-Einstein Auto-Trading with Performance Steve Schwartz\r\n\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Market Movers\r\nEUR - CPI Flash Estimate – 5:00 AM ET\r\nCAD - GDP – 8:30 AM ET\r\nUSD - Chicago PMI – 9:45 AM ET\r\nUSD - Fed Chair Yellen Speaks – 9:55 AM ET\r\nGBP - BOE Gov. Carney Speaks – 1:15 PM ET\r\nCNY - HSBC Final Manufacturing PMI – 9:00 PM ET\r\nAUD - RBA Rate Statement – 11:30 PM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/670718942\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - Manufacturing PMI – 4:30 AM ET\r\nUSD - ISM Manufacturing PMI – 10:00 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nAUD - Building Approvals – 8:30 PM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/670718942\r\nBeginning at 7:30 AM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/875227822\r\nWednesday beginning at 7:30 PM ET\r\nTopic: RQ-Channel Indicator with Steve Schwartz\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - Construction PMI – 4:30 AM ET\r\nUSD - ADP Non-Farm Employment Change – 8:15 AM ET\r\nAUD - Retail Sales and Trade Balance – 8:30 PM ET\r\nAUD - RBA Gov. Stevens Speaks – 10:00 PM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/670718942\r\nBeginning at 7:30 AM ET\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - Services PMI – 4:30 AM ET\r\nEUR - Minimum Bid Rate – 7:45 AM ET\r\nEUR - ECB Press Conference – 8:30 AM ET\r\nCAD - Trade Balance – 8:30 AM ET\r\nUSD - Trade Balance and Unemployment Claims – 8:30 AM ET\r\nUSD - ISM Non-Manufacturing PMI – 10:00 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/670718942\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/735458790\r\nThursday beginning at 7:30 PM ET\r\nTopic: The Next Big Swing with Edward Preston\r\n\r\n<strong>FRIDAY</strong>\r\nEconomic Data Release - Market Movers\r\nCAD - Unemployment Rate – 8:30 AM ET\r\nUSD - Non-Farm Employment Change and \r\n            Employment Rate – 8:30 AM ET\r\nCAD - Ivey PMI – 10:00 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/670718942\r\nBeginning at 7:30 AM ET\r\n\r\n<strong>SATURDAY</strong>\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/933406454\r\nBeginning at 10:30 AM ET\r\nTopic: RQ-Einstein Auto-Trading with Steve Schwartz\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY \r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS','The Week Ahead in the Stock, Bond, Commodity and Forex Markets','','inherit','open','closed','','1420-revision-v1','','','2014-03-31 11:41:28','2014-03-31 11:41:28','',1420,'http://www.thetradingroom.com/1420-revision-v1/',0,'revision','',0),(1424,2,'2014-03-31 11:58:16','2014-03-31 11:58:16','','LiveTrading','','publish','open','closed','','livetrading','','','2014-03-31 17:08:42','2014-03-31 17:08:42','',0,'http://www.thetradingroom.com/?page_id=1424',0,'page','',0),(1425,2,'2014-03-31 11:58:08','2014-03-31 11:58:08','','LiveTrading','','inherit','open','closed','','1424-revision-v1','','','2014-03-31 11:58:08','2014-03-31 11:58:08','',1424,'http://www.thetradingroom.com/1424-revision-v1/',0,'revision','',0),(1426,2,'2014-04-01 11:44:45','2014-04-01 11:44:45','<strong>UPDATED 7:15 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks advanced, after the Stoxx Europe 600 Index declined for the month, as investors awaited U.S. manufacturing data. U.S. stock-index futures and Asian shares also rose.\r\n\r\n<strong>BONDS</strong> - Treasuries have risen in April in each of the past four years. This time, investors are preparing for a loss.\r\n\r\n<strong>COMMODITIES</strong> -  Soybeans climbed to the highest price in more than nine months after inventories in the U.S., the world’s largest producer, fell to the lowest level in a decade. Corn extended a bull market rally.\r\n\r\n<strong>CURRENCIES</strong> - Australia’s economy is vulnerable to a slowdown in China, where risks are “tilted to the downside,” meaning its dollar could slide even as domestic demand shows signs of improvement, Pacific Investment Management Co. said.\r\n\r\n<strong>ECONOMIC DATA </strong>-  CAD RMPI m/m due at 8:30, US ISM Manufacturing PMI at 10:00, AUD Building Approvals m/m at 20:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\" alt=\"red clocks pre-market open\" width=\"482\" height=\"394\" class=\"aligncenter size-full wp-image-899\" /></a>','Pre-Market Trading Report for Stock, Bond, Commodity and Forex Markets','','publish','open','closed','','pre-market-trading-report-stock-bond-commodity-forex-markets-4','','','2014-04-01 11:44:45','2014-04-01 11:44:45','',0,'http://www.thetradingroom.com/?p=1426',0,'post','',0),(1427,2,'2014-04-01 11:44:45','2014-04-01 11:44:45','<strong>UPDATED 7:15 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks advanced, after the Stoxx Europe 600 Index declined for the month, as investors awaited U.S. manufacturing data. U.S. stock-index futures and Asian shares also rose.\r\n\r\n<strong>BONDS</strong> - Treasuries have risen in April in each of the past four years. This time, investors are preparing for a loss.\r\n\r\n<strong>COMMODITIES</strong> -  Soybeans climbed to the highest price in more than nine months after inventories in the U.S., the world’s largest producer, fell to the lowest level in a decade. Corn extended a bull market rally.\r\n\r\n<strong>CURRENCIES</strong> - Australia’s economy is vulnerable to a slowdown in China, where risks are “tilted to the downside,” meaning its dollar could slide even as domestic demand shows signs of improvement, Pacific Investment Management Co. said.\r\n\r\n<strong>ECONOMIC DATA </strong>-  CAD RMPI m/m due at 8:30, US ISM Manufacturing PMI at 10:00, AUD Building Approvals m/m at 20:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\" alt=\"red clocks pre-market open\" width=\"482\" height=\"394\" class=\"aligncenter size-full wp-image-899\" /></a>','Pre-Market Trading Report for Stock, Bond, Commodity and Forex Markets','','inherit','open','closed','','1426-revision-v1','','','2014-04-01 11:44:45','2014-04-01 11:44:45','',1426,'http://www.thetradingroom.com/1426-revision-v1/',0,'revision','',0),(1428,2,'2014-04-03 11:54:59','2014-04-03 11:54:59','<strong>UPDATED 7:15 ET </strong>\r\n\r\n<strong>STOCKS </strong>- European stocks were little changed, after climbing for seven days, as investors awaited the outcome of the European Central Bank’s meeting. U.S. stock-index futures and Asian shares were also little changed.\r\n\r\n<strong>BONDS</strong> - Treasury 10-year yields were near the highest relative to their German counterparts in almost eight years as the European Central Bank is set to keep policy accommodative while the Federal Reserve slows stimulus.\r\n\r\n<strong>COMMODITIES </strong>- Gold traded near a seven-week low in London as investors weighed improving U.S. data that adds to the case for reduced stimulus against signs of more physical demand.\r\n\r\n<strong>CURRENCIES</strong> - The pound fell against the dollar, erasing an intraday advance, after a report showed U.K. services growth unexpectedly slowed in March.\r\n\r\n<strong>ECONOMIC DATA</strong> - EUR Minimum Bid Rate due at 7:45, ECB Press Conference, US Unemployment Claims and CAD Trade Balance due at 8:30, US ISM Non-Manufacturing PMI at 10:00 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/morgan-quotes.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/morgan-quotes-1024x687.jpg\" alt=\"morgan quotes\" width=\"570\" height=\"382\" class=\"aligncenter size-large wp-image-585\" /></a>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-5','','','2014-04-03 11:54:59','2014-04-03 11:54:59','',0,'http://www.thetradingroom.com/?p=1428',0,'post','',0),(1429,2,'2014-04-03 11:54:59','2014-04-03 11:54:59','<strong>UPDATED 7:15 ET </strong>\r\n\r\n<strong>STOCKS </strong>- European stocks were little changed, after climbing for seven days, as investors awaited the outcome of the European Central Bank’s meeting. U.S. stock-index futures and Asian shares were also little changed.\r\n\r\n<strong>BONDS</strong> - Treasury 10-year yields were near the highest relative to their German counterparts in almost eight years as the European Central Bank is set to keep policy accommodative while the Federal Reserve slows stimulus.\r\n\r\n<strong>COMMODITIES </strong>- Gold traded near a seven-week low in London as investors weighed improving U.S. data that adds to the case for reduced stimulus against signs of more physical demand.\r\n\r\n<strong>CURRENCIES</strong> - The pound fell against the dollar, erasing an intraday advance, after a report showed U.K. services growth unexpectedly slowed in March.\r\n\r\n<strong>ECONOMIC DATA</strong> - EUR Minimum Bid Rate due at 7:45, ECB Press Conference, US Unemployment Claims and CAD Trade Balance due at 8:30, US ISM Non-Manufacturing PMI at 10:00 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/morgan-quotes.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/morgan-quotes-1024x687.jpg\" alt=\"morgan quotes\" width=\"570\" height=\"382\" class=\"aligncenter size-large wp-image-585\" /></a>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1428-revision-v1','','','2014-04-03 11:54:59','2014-04-03 11:54:59','',1428,'http://www.thetradingroom.com/1428-revision-v1/',0,'revision','',0),(1430,2,'2014-04-03 13:26:54','2014-04-03 13:26:54','','BigSwingWed','','publish','open','closed','','bigswingwed','','','2014-04-03 14:53:15','2014-04-03 14:53:15','',0,'http://www.thetradingroom.com/?page_id=1430',0,'page','',0),(1431,2,'2014-04-03 12:40:31','2014-04-03 12:40:31','','BigSwingWed','','inherit','open','closed','','1430-revision-v1','','','2014-04-03 12:40:31','2014-04-03 12:40:31','',1430,'http://www.thetradingroom.com/1430-revision-v1/',0,'revision','',0),(1432,2,'2014-04-03 13:29:04','2014-04-03 13:29:04','','ep ptr clocks','','inherit','open','closed','','ep-ptr-clocks-3','','','2014-04-03 13:29:04','2014-04-03 13:29:04','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/04/ep-ptr-clocks.jpg',0,'attachment','image/jpeg',0),(1474,2,'2014-04-11 11:36:59','2014-04-11 11:36:59','<strong>UPDATED 7:25 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks fell for a second day, with the benchmark index heading for its biggest weekly drop in almost a month, as investors speculated that equity gains have overshot the earnings outlook. U.S. index futures were little changed, while Asian shares slid.\r\n\r\n<strong>BONDS</strong> - Treasuries headed for a weekly gain, with 10-year yields dropping the most in a month, after the Federal Reserve damped speculation policy makers are preparing to raise interest rates.\r\n\r\n<strong>COMMODITIES</strong> - Gold traded below a two-week high in London as investors weighed signs of slowing demand from China against the outlook for U.S. stimulus and tension in Ukraine.\r\n \r\n<strong>CURRENCIES</strong> - The dollar headed for its biggest weekly decline against the euro in six months as Federal Reserve minutes released this week damped bets U.S. policy makers are moving toward raising interest rates.\r\n\r\n<strong>ECONOMIC DATA</strong> - US PPI m/m due at 8:30, Prelim UoM Consumer Sentiment at 9:55 ET, G20 Meetings all day.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News-1024x550.jpg\" alt=\"Direct-Market-Touch-Stock-Exchange-News\" width=\"570\" height=\"306\" class=\"aligncenter size-large wp-image-442\" /></a>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-10','','','2014-04-11 11:36:59','2014-04-11 11:36:59','',0,'http://www.thetradingroom.com/?p=1474',0,'post','',0),(1434,2,'2014-04-03 16:58:51','2014-04-03 16:58:51','<strong>Live training webinar on Thursday April 3rd at 9 pm ET!</strong> In this free online class, stock and options experts Joe Contes and Ken Eriksen will unravel the mystery surrounding stock option trading.  This special training class will empower you to better understand the often overlooked power of option trading.\r\n<a href=\"https://www3.gotomeeting.com/register/642697054\">https://www3.gotomeeting.com/register/642697054</a>\r\n\r\nJoe and Ken will share their simple yet powerful knowledge with you including:\r\n•	How they pulled profits from the market while controlling risk\r\n•	The one indicator responsible for the majority of their profits\r\n•	The best stocks to trade options to trade on stocks \r\n•	How to use options for monthly cash flow\r\n\r\n<strong>This exciting one-time event has a special free offer to all attendees. Don’t miss out, reserve your spot now!</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/642697054://\">https://www3.gotomeeting.com/register/642697054</a>\r\n\r\nSee you in the class!\r\n<em>Joe and Ken </em>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/RQ-Ranking-screen-2-traders.png\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/RQ-Ranking-screen-2-traders-1024x725.png\" alt=\"RQ Ranking screen 2 traders\" width=\"570\" height=\"403\" class=\"aligncenter size-large wp-image-535\" /></a>\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING STOCKS, OPTIONS, COMMODITY FUTURES AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.\r\n','Get the Logic and Solve the Mystery of Options Trading','','publish','open','closed','','get-logic-solve-mystery-options-trading','','','2014-04-03 16:58:51','2014-04-03 16:58:51','',0,'http://www.thetradingroom.com/?p=1434',0,'post','',0),(1435,2,'2014-04-03 16:54:20','2014-04-03 16:54:20','<strong>Live training webinar on Thursday April 3rd at 9 pm ET!</strong> In this free online class, stock and options experts Joe Contes and Ken Eriksen will unravel the mystery surrounding stock option trading.  This special training class will empower you to better understand the often overlooked power of option trading.\r\n<a href=\"https://www3.gotomeeting.com/register/642697054\">https://www3.gotomeeting.com/register/642697054</a>\r\n•	Joe and Ken will share their simple yet powerful knowledge with you including:\r\n•	How they pulled profits from the market while controlling risk\r\n•	The one indicator responsible for the majority of their profits\r\n•	The best stocks to trade options to trade on stocks \r\n•	How to use options for monthly cash flow\r\n<strong>This exciting one-time event has a special free offer to all attendees. Don’t miss out, reserve your spot now!</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/642697054://\">https://www3.gotomeeting.com/register/642697054</a>\r\nSee you in the class!\r\n<em>Joe and Ken </em>\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING STOCKS, OPTIONS, COMMODITY FUTURES AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.\r\n','Get the Logic and Solve the Mystery of Option Trading','','inherit','open','closed','','1434-revision-v1','','','2014-04-03 16:54:20','2014-04-03 16:54:20','',1434,'http://www.thetradingroom.com/1434-revision-v1/',0,'revision','',0),(1436,2,'2014-04-03 16:54:56','2014-04-03 16:54:56','<strong>Live training webinar on Thursday April 3rd at 9 pm ET!</strong> In this free online class, stock and options experts Joe Contes and Ken Eriksen will unravel the mystery surrounding stock option trading.  This special training class will empower you to better understand the often overlooked power of option trading.\r\n<a href=\"https://www3.gotomeeting.com/register/642697054\">https://www3.gotomeeting.com/register/642697054</a>\r\nJoe and Ken will share their simple yet powerful knowledge with you including:\r\n•	How they pulled profits from the market while controlling risk\r\n•	The one indicator responsible for the majority of their profits\r\n•	The best stocks to trade options to trade on stocks \r\n•	How to use options for monthly cash flow\r\n<strong>This exciting one-time event has a special free offer to all attendees. Don’t miss out, reserve your spot now!</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/642697054://\">https://www3.gotomeeting.com/register/642697054</a>\r\nSee you in the class!\r\n<em>Joe and Ken </em>\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING STOCKS, OPTIONS, COMMODITY FUTURES AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.\r\n','Get the Logic and Solve the Mystery of Option Trading','','inherit','open','closed','','1434-revision-v1','','','2014-04-03 16:54:56','2014-04-03 16:54:56','',1434,'http://www.thetradingroom.com/1434-revision-v1/',0,'revision','',0),(1437,2,'2014-04-03 16:58:51','2014-04-03 16:58:51','<strong>Live training webinar on Thursday April 3rd at 9 pm ET!</strong> In this free online class, stock and options experts Joe Contes and Ken Eriksen will unravel the mystery surrounding stock option trading.  This special training class will empower you to better understand the often overlooked power of option trading.\r\n<a href=\"https://www3.gotomeeting.com/register/642697054\">https://www3.gotomeeting.com/register/642697054</a>\r\n\r\nJoe and Ken will share their simple yet powerful knowledge with you including:\r\n•	How they pulled profits from the market while controlling risk\r\n•	The one indicator responsible for the majority of their profits\r\n•	The best stocks to trade options to trade on stocks \r\n•	How to use options for monthly cash flow\r\n\r\n<strong>This exciting one-time event has a special free offer to all attendees. Don’t miss out, reserve your spot now!</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/642697054://\">https://www3.gotomeeting.com/register/642697054</a>\r\n\r\nSee you in the class!\r\n<em>Joe and Ken </em>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/RQ-Ranking-screen-2-traders.png\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/RQ-Ranking-screen-2-traders-1024x725.png\" alt=\"RQ Ranking screen 2 traders\" width=\"570\" height=\"403\" class=\"aligncenter size-large wp-image-535\" /></a>\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING STOCKS, OPTIONS, COMMODITY FUTURES AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.\r\n','Get the Logic and Solve the Mystery of Options Trading','','inherit','open','closed','','1434-revision-v1','','','2014-04-03 16:58:51','2014-04-03 16:58:51','',1434,'http://www.thetradingroom.com/1434-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1438,2,'2013-03-12 12:52:37','2013-03-12 12:52:37','<strong><a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone  wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"491\" height=\"327\" /></a> </strong>\r\n\r\n<strong>What\'s going on?  What are the markets telling us?  What\'s next?</strong>\r\n\r\nFriday\'s February non-farm payroll report surprised the markets to the upside. The unemployment rate dropped to 7.7% from 7.9% in January. The S&amp;P 500 maintained most of its recent gains however Treasuries including the Ten Year Note and Bonds immediately sold off. Interestingly, the US Dollar spiked higher while Copper and Crude Oil traded sideways without any clear direction.  The jobs report coincides with the recent string of positive economic data, suggesting strong growth in the US economy. In the week ahead traders will be focusing on upcoming economic data releases for insights to potential economic growth activity. In the FX market the spotlight should be on the US Dollar, therefore I will be looking for trading opportunities in the Euro, British Pound and Japanese Yen. In the Commodities market, I will be paying close attention for a potential breakout or breakdown from the recent trading range in Crude Oil and Copper.\r\n\r\nThe current fundamental backdrop suggests that the US economy might be on target to grow by 1.5% this quarter. Treasury yields which tend to have a positive correlation with the US Dollar, broke above 2% on Friday, the top of the long-term range. When bond values go up,  yields move lower, therefore when yields move up, bond values go down.\r\n\r\nAre the currency and bond markets trying to tell us something? The recent rally in the US Dollar might be pricing-in higher yields in the near future. Back in December the Fed made it clear that job creation had become its primary focus, announcing that it planned to continue suppressing interest rates so long as the unemployment rate remained above 6.5%.  There have been false starts and although we are still above the Fed\'s unemployment target, the market always seems to catch investors by surprise. I strongly suggest for active traders to focus on these two asset classes in the upcoming weeks.\r\n\r\nThe US dollar is a beneficiary should U.S. Treasury yields continue to rise. To better understand the correlation and relationships of different asset classes, we must look at the macro fundamentals of the market. The market moves in recurring cycles. The cycles unleash a sequence of events that may be predictive in identifying key stages and trends ahead of time. We know today that Newton was correct in the theory of simple and clocklike cycles. Applying the great leaps in science to economics in the financial markets is only logical. Having a better understanding of economic and business cycles can help a longer-term investor shift from one asset class to another. For a day-trader it can assist him by selecting markets poised for powerful and directional movements and/or volatility. You will take note of the effects of different sectors of the economy and markets as they expand and/or contract as the cycle pushes the stages from one phase to the next. Globalization and the information age we live in today makes the cycles more powerful. There is a cyclical relationship between the economy and the financial markets. The financial market cycle is directly linked in anticipation, typically six months, to where Wall Street (stock, bond, commodity and currency markets) thinks the economy is heading.\r\n\r\nEconomic data reports such as Friday\'s employment data supercharge prices into volatile movements. Movements in the stock, commodity, bond and currency markets are directly related to the outlook or expectation of economic growth. If the economic expansion is expected to grow, then stocks and commodity prices will also increase. When economic contraction is expected, then stocks and commodity prices fall while bond prices increase. The Fed targets the US economy to grow at approximately 2 1/2 to 3% annually over a period of time. However, the economy never grows at the same rate all of the time. Economic cycles have a direct effect on the business cycle. There are four basic stages of a complete business cycle.\r\n\r\nThe first stage can be categorized as the beginning turn or when the economy starts to come out of a period of slow growth stagnation or recession and then begins to show signs of acceleration. During this stage money supply rises rapidly, liquidity is injected into the financial system, and interest rates drop. The second stage occurs when economic growth rises above the long-term rate, this is considered the boom stage where everything seems to be working as intended. In the third stage the growth rate returns to harmony with the long-term growth rate. This stage usually identifies the beginning of a correction. Interest rates begin to rise and the US dollar bottoms and begins to strengthen. The last stage of the business cycle is when the growth rate declines and falls below the average long-term growth rate. All excesses created in the prior stage are reduced and brought down, sometimes dramatically. The increase in interest rates and the decline in the money supply that began in the preceding stage causes the economy to contract.\r\n\r\nLet\'s focus on the distinctive events during stage II and III of the business cycle. During stage II money supply continues to expand rapidly, leading to a peak. Corporate earnings increase rapidly. Stock market bull cycle continues to mature, eventually leading to a market top. Dollar remains weak but eventually strengthens. Commodity bull market matures.  Interest rates bottom and eventually begin to rise. During stage III of the business cycle money supply begins to decrease and continues trending downward. Corporate earnings peak, then slows down. Stock market becomes weak and vulnerable. The US dollar strengthens. Commodities peak then begin to fall. Interest rates continue to rise eventually peaking.\r\n\r\nOf course not all cycles are exactly the same. Some cycles include bubbles but not all. However, a typical recurring event is one of overbought, over bullish with rising yield conditions which were evident in the basic environment that we faced in 2000 and 2007, both included bubbles. While the Fed continues its policy of quantitative easing, that policy is fully recognized and investors are now relying upon its continuation. A sign that could be pointing to an eventual event that will surprise investors.\r\n\r\nTherefore Friday\'s price action may be an early sign that the markets are at least keeping a close watch on the potential of an upcoming shift of expectations. Should yields continue to rise while the US Dollar strengthens then commodities and equities should be vulnerable to a correction. How long can the fed\'s deep pockets and willingness of quantitative easing continue to satisfy the bulls? Was Friday\'s reaction in the currency market the canary in the coal mine or a false warning? It might be too soon to know, but the astute trader should remain diligent in his efforts to properly assess the markets and be selective in choosing the markets to trade.\r\n\r\nThe RQ Professional Traders Retreat workshop will be held April 8th - 12th in our headquarters in Coral Gables, Florida.  Join us in a week full of live trading and advanced training. For more information contact me at joegrios@gmail.com.','The Week Ahead in the Global Markets - Thoughts and Concepts by Joe Rios','','inherit','open','closed','','272-revision-v1','','','2013-03-12 12:52:37','2013-03-12 12:52:37','',272,'http://www.thetradingroom.com/272-revision-v1/',0,'revision','',0),(1439,2,'2014-04-03 20:54:41','2014-04-03 20:54:41','<strong><a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room.jpg\"><img class=\"alignnone  wp-image-275\" alt=\"strategy room\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/03/strategy-room-1024x682.jpg\" width=\"491\" height=\"327\" /></a> </strong>\r\n\r\n<strong>What\'s going on?  What are the markets telling us?  What\'s next?</strong>\r\n\r\nFriday\'s February non-farm payroll report surprised the markets to the upside. The unemployment rate dropped to 7.7% from 7.9% in January. The S&amp;P 500 maintained most of its recent gains however Treasuries including the Ten Year Note and Bonds immediately sold off. Interestingly, the US Dollar spiked higher while Copper and Crude Oil traded sideways without any clear direction.  The jobs report coincides with the recent string of positive economic data, suggesting strong growth in the US economy. In the week ahead traders will be focusing on upcoming economic data releases for insights to potential economic growth activity. In the FX market the spotlight should be on the US Dollar, therefore I will be looking for trading opportunities in the Euro, British Pound and Japanese Yen. In the Commodities market, I will be paying close attention for a potential breakout or breakdown from the recent trading range in Crude Oil and Copper.\r\n\r\nThe current fundamental backdrop suggests that the US economy might be on target to grow by 1.5% this quarter. Treasury yields which tend to have a positive correlation with the US Dollar, broke above 2% on Friday, the top of the long-term range. When bond values go up,  yields move lower, therefore when yields move up, bond values go down.\r\n\r\nAre the currency and bond markets trying to tell us something? The recent rally in the US Dollar might be pricing-in higher yields in the near future. Back in December the Fed made it clear that job creation had become its primary focus, announcing that it planned to continue suppressing interest rates so long as the unemployment rate remained above 6.5%.  There have been false starts and although we are still above the Fed\'s unemployment target, the market always seems to catch investors by surprise. I strongly suggest for active traders to focus on these two asset classes in the upcoming weeks.\r\n\r\nThe US dollar is a beneficiary should U.S. Treasury yields continue to rise. To better understand the correlation and relationships of different asset classes, we must look at the macro fundamentals of the market. The market moves in recurring cycles. The cycles unleash a sequence of events that may be predictive in identifying key stages and trends ahead of time. We know today that Newton was correct in the theory of simple and clocklike cycles. Applying the great leaps in science to economics in the financial markets is only logical. Having a better understanding of economic and business cycles can help a longer-term investor shift from one asset class to another. For a day-trader it can assist him by selecting markets poised for powerful and directional movements and/or volatility. You will take note of the effects of different sectors of the economy and markets as they expand and/or contract as the cycle pushes the stages from one phase to the next. Globalization and the information age we live in today makes the cycles more powerful. There is a cyclical relationship between the economy and the financial markets. The financial market cycle is directly linked in anticipation, typically six months, to where Wall Street (stock, bond, commodity and currency markets) thinks the economy is heading.\r\n\r\nEconomic data reports such as Friday\'s employment data supercharge prices into volatile movements. Movements in the stock, commodity, bond and currency markets are directly related to the outlook or expectation of economic growth. If the economic expansion is expected to grow, then stocks and commodity prices will also increase. When economic contraction is expected, then stocks and commodity prices fall while bond prices increase. The Fed targets the US economy to grow at approximately 2 1/2 to 3% annually over a period of time. However, the economy never grows at the same rate all of the time. Economic cycles have a direct effect on the business cycle. There are four basic stages of a complete business cycle.\r\n\r\nThe first stage can be categorized as the beginning turn or when the economy starts to come out of a period of slow growth stagnation or recession and then begins to show signs of acceleration. During this stage money supply rises rapidly, liquidity is injected into the financial system, and interest rates drop. The second stage occurs when economic growth rises above the long-term rate, this is considered the boom stage where everything seems to be working as intended. In the third stage the growth rate returns to harmony with the long-term growth rate. This stage usually identifies the beginning of a correction. Interest rates begin to rise and the US dollar bottoms and begins to strengthen. The last stage of the business cycle is when the growth rate declines and falls below the average long-term growth rate. All excesses created in the prior stage are reduced and brought down, sometimes dramatically. The increase in interest rates and the decline in the money supply that began in the preceding stage causes the economy to contract.\r\n\r\nLet\'s focus on the distinctive events during stage II and III of the business cycle. During stage II money supply continues to expand rapidly, leading to a peak. Corporate earnings increase rapidly. Stock market bull cycle continues to mature, eventually leading to a market top. Dollar remains weak but eventually strengthens. Commodity bull market matures.  Interest rates bottom and eventually begin to rise. During stage III of the business cycle money supply begins to decrease and continues trending downward. Corporate earnings peak, then slows down. Stock market becomes weak and vulnerable. The US dollar strengthens. Commodities peak then begin to fall. Interest rates continue to rise eventually peaking.\r\n\r\nOf course not all cycles are exactly the same. Some cycles include bubbles but not all. However, a typical recurring event is one of overbought, over bullish with rising yield conditions which were evident in the basic environment that we faced in 2000 and 2007, both included bubbles. While the Fed continues its policy of quantitative easing, that policy is fully recognized and investors are now relying upon its continuation. A sign that could be pointing to an eventual event that will surprise investors.\r\n\r\nTherefore Friday\'s price action may be an early sign that the markets are at least keeping a close watch on the potential of an upcoming shift of expectations. Should yields continue to rise while the US Dollar strengthens then commodities and equities should be vulnerable to a correction. How long can the fed\'s deep pockets and willingness of quantitative easing continue to satisfy the bulls? Was Friday\'s reaction in the currency market the canary in the coal mine or a false warning? It might be too soon to know, but the astute trader should remain diligent in his efforts to properly assess the markets and be selective in choosing the markets to trade.\r\n\r\nThe RQ Professional Traders Retreat workshop will be held April 8th - 12th in our headquarters in Coral Gables, Florida.  Join us in a week full of live trading and advanced training. For more information contact me at joegrios@gmail.com.','The Week Ahead in the Global Markets - Thoughts and Concepts by Joe Rios','','inherit','open','closed','','272-autosave-v1','','','2014-04-03 20:54:41','2014-04-03 20:54:41','',272,'http://www.thetradingroom.com/272-autosave-v1/',0,'revision','',0),(1441,2,'2014-04-04 11:10:13','2014-04-04 11:10:13','<strong>UPDATED 7:05 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks advanced, posting their longest winning streak since October, before a report that may show the U.S. economy created jobs at a faster pace last month. U.S. index futures and Asian shares were little changed.\r\n\r\n<strong>BONDS</strong> - Treasuries headed for a weekly loss before jobs data Meritz Securities Co. said will lead the Federal Reserve to keep cutting its debt purchases and usher in a “tightening season” of higher interest rates.\r\n\r\n<strong>COMMODITIES </strong>- Gold pared a weekly decline in London after prices held above a technical level and as investors awaited U.S. payrolls data that may show the fastest jobs growth in four months.\r\n\r\n<strong>CURRENCIES </strong>- The dollar climbed to a five-week high against the euro before a government report that economists said will show the U.S. added the most jobs in four months, backing the case for reducing monetary stimulus.\r\n\r\n<strong>ECONOMIC DATA </strong>-US Non-Farm Employment Change and CAD Unemployment Rate due at 8:30, US Ivey PMI at 10:00 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/bullish-ML-pic.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/bullish-ML-pic.jpg\" alt=\"bullish ML pic\" width=\"461\" height=\"609\" class=\"aligncenter size-full wp-image-882\" /></a>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1440-revision-v1','','','2014-04-04 11:10:13','2014-04-04 11:10:13','',1440,'http://www.thetradingroom.com/1440-revision-v1/',0,'revision','',0),(1449,2,'2014-04-07 02:55:48','2014-04-07 02:55:48','<strong>From the Desk of Joe Rios</strong>\r\n\r\nThe stock indices were in the limelight as the Dow and S&P 500 reached record highs intra week, while the NASDAQ continued to underperform. All of the stock indices sold off sharply Friday into the close led by NASDAQ momentum stocks. As for the broader market, the recent record high was a struggle, as the last two days saw intra-day new highs but stocks ended closing near the lows.\r\n\r\nIn the week ahead I will pay close attention to price action in the S&P 500 and the correlations within the NASDAQ, US Ten Yr Note, Euro and Gold. I will also focus on momentum style of trading over trend following for potential trading opportunities.\r\n\r\n\r\nJoe Rios\r\nChief Market Strategist\r\nwww.riosquant.com\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/relative-performance.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/relative-performance.jpg\" alt=\"relative performance\" width=\"680\" height=\"394\" class=\"aligncenter size-full wp-image-1447\" /></a>\r\n\r\n\r\n<strong>Live Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\nLive Trading Rooms and Events:\r\n\r\n<strong><strong>The Trading Room TradeLAB</strong>\r\nGlobal Trading with Quantitative Technologies\r\nMonday through Friday beginning at 7:30 AM ET</strong>\r\nhttps://www3.gotomeeting.com/register/916949446\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nWednesday and Thursday beginning at 1:30 PM ET\r\nSubscription Only!\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop \r\nCovering the Rios Quant Trading Indicators:</strong>\r\n\r\nWednesday beginning at 7:30 PM ET\r\nhttps://www3.gotomeeting.com/register/822485750\r\nTopic: Rios Quant Basics with Steve Schwartz\r\n\r\nThursday beginning at 7:30 PM ET\r\nhttps://www3.gotomeeting.com/register/183169342\r\nTopic: The Next Big Swing with Edward Preston\r\n\r\nSaturday beginning at 10:30 AM ET\r\nhttps://www3.gotomeeting.com/register/249298086\r\nTopic: Rios Quant Basics with Steve Schwartz\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Market Movers\r\nNZD - NZIER Business Confidence – 6:00 PM ET\r\nAUD - NAB Business Confidence – 9:30 PM ET\r\nJPY - Monetary Policy Statement – Tentative\r\n\r\n<strong>TUESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nJPY - BOJ Press Conference – Tentative\r\nGBP - Manufacturing Production – 4:30 AM ET\r\nCAD - Building Permits – 8:30 AM ET\r\nUSD - Jolts Job Openings – 10:00 AM ET\r\nUSD - FOMC Member Kocherlakota Speaks – 1:30 PM ET\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nUSD - 10 YR Note Auction – 1:01 PM ET\r\nUSD - FOMC Meeting Minutes – 2:00 PM ET\r\nAUD - Employment Change – 9:30 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Market Movers\r\nCNY - Trade Balance – Tentative\r\nGBP - Official Bank Rate – 7:00 AM ET\r\nUSD - Unemployment Claims – 8:30 AM ET\r\nG 20 Meetings – All Day\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\nCNY - CPI – 9:30 PM ET\r\n\r\n<strong>FRIDAY</strong>\r\nEconomic Data Release - Market Movers\r\nUSD - PPI – 8:30 AM ET\r\nUSD - Preliminary Uom Consumer Sentiment – 9:55 AM ET\r\nG 20 Meetings – All Day\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY \r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1446-revision-v1','','','2014-04-07 02:55:48','2014-04-07 02:55:48','',1446,'http://www.thetradingroom.com/1446-revision-v1/',0,'revision','',0),(1450,2,'2014-04-07 02:57:18','2014-04-07 02:57:18','<strong>From the Desk of Joe Rios</strong>\r\n\r\nThe stock indices were in the limelight as the Dow and S&P 500 reached record highs intra week, while the NASDAQ continued to underperform. All of the stock indices sold off sharply Friday into the close led by NASDAQ momentum stocks. As for the broader market, the recent record high was a struggle, as the last two days saw intra-day new highs but stocks ended closing near the lows.\r\n\r\nIn the week ahead I will pay close attention to price action in the S&P 500 and the correlations within the NASDAQ, US Ten Yr Note, Euro and Gold. I will also focus on momentum style of trading over trend following for potential trading opportunities.\r\n\r\n\r\nJoe Rios\r\nChief Market Strategist\r\nwww.riosquant.com\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/relative-performance.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/relative-performance.jpg\" alt=\"relative performance\" width=\"680\" height=\"394\" class=\"aligncenter size-full wp-image-1447\" /></a>\r\n\r\n\r\n<strong>Live Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\nLive Trading Rooms and Events:\r\n\r\n<strong><strong>The Trading Room TradeLAB</strong>\r\nGlobal Trading with Quantitative Technologies\r\nMonday through Friday beginning at 7:30 AM ET</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/916949446\">https://www3.gotomeeting.com/register/916949446</a>\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nWednesday and Thursday beginning at 1:30 PM ET\r\nSubscription Only!\r\n_______________________________________________\r\n\r\n<strong><strong>The Trading Room EDU - Educational Workshop \r\nCovering the Rios Quant Trading Indicators:</strong>\r\nWednesday beginning at 7:30 PM ET</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/822485750\">https://www3.gotomeeting.com/register/822485750</a>\r\nTopic: Rios Quant Basics with Steve Schwartz\r\nThursday beginning at 7:30 PM ET\r\nhttps://www3.gotomeeting.com/register/183169342\r\nTopic: The Next Big Swing with Edward Preston\r\n\r\nSaturday beginning at 10:30 AM ET\r\nhttps://www3.gotomeeting.com/register/249298086\r\nTopic: Rios Quant Basics with Steve Schwartz\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Market Movers\r\nNZD - NZIER Business Confidence – 6:00 PM ET\r\nAUD - NAB Business Confidence – 9:30 PM ET\r\nJPY - Monetary Policy Statement – Tentative\r\n\r\n<strong>TUESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nJPY - BOJ Press Conference – Tentative\r\nGBP - Manufacturing Production – 4:30 AM ET\r\nCAD - Building Permits – 8:30 AM ET\r\nUSD - Jolts Job Openings – 10:00 AM ET\r\nUSD - FOMC Member Kocherlakota Speaks – 1:30 PM ET\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nUSD - 10 YR Note Auction – 1:01 PM ET\r\nUSD - FOMC Meeting Minutes – 2:00 PM ET\r\nAUD - Employment Change – 9:30 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Market Movers\r\nCNY - Trade Balance – Tentative\r\nGBP - Official Bank Rate – 7:00 AM ET\r\nUSD - Unemployment Claims – 8:30 AM ET\r\nG 20 Meetings – All Day\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\nCNY - CPI – 9:30 PM ET\r\n\r\n<strong>FRIDAY</strong>\r\nEconomic Data Release - Market Movers\r\nUSD - PPI – 8:30 AM ET\r\nUSD - Preliminary Uom Consumer Sentiment – 9:55 AM ET\r\nG 20 Meetings – All Day\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY \r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1446-revision-v1','','','2014-04-07 02:57:18','2014-04-07 02:57:18','',1446,'http://www.thetradingroom.com/1446-revision-v1/',0,'revision','',0),(1451,2,'2014-04-07 03:01:58','2014-04-07 03:01:58','<strong>From the Desk of Joe Rios</strong>\r\n\r\nThe stock indices were in the limelight as the Dow and S&P 500 reached record highs intra week, while the NASDAQ continued to underperform. All of the stock indices sold off sharply Friday into the close led by NASDAQ momentum stocks. As for the broader market, the recent record high was a struggle, as the last two days saw intra-day new highs but stocks ended closing near the lows.\r\n\r\nIn the week ahead I will pay close attention to price action in the S&P 500 and the correlations within the NASDAQ, US Ten Yr Note, Euro and Gold. I will also focus on momentum style of trading over trend following for potential trading opportunities.\r\n\r\n\r\nJoe Rios\r\nChief Market Strategist\r\nwww.riosquant.com\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/relative-performance.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/relative-performance.jpg\" alt=\"relative performance\" width=\"680\" height=\"394\" class=\"aligncenter size-full wp-image-1447\" /></a>\r\n\r\n\r\n<strong>Live Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\nLive Trading Rooms and Events:\r\n\r\n<strong><strong>The Trading Room TradeLAB</strong>\r\nGlobal Trading with Quantitative Technologies\r\nMonday through Friday beginning at 7:30 AM ET</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/916949446\">https://www3.gotomeeting.com/register/916949446</a>\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nWednesday and Thursday beginning at 1:30 PM ET\r\nSubscription Only!\r\n_______________________________________________\r\n\r\n<strong><strong>The Trading Room EDU - Educational Workshop \r\nCovering the Rios Quant Trading Indicators:</strong>\r\nWednesday beginning at 7:30 PM ET</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/822485750\">https://www3.gotomeeting.com/register/822485750</a>\r\nTopic: Rios Quant Basics with Steve Schwartz\r\n\r\nThursday beginning at 7:30 PM ET\r\nhttps://www3.gotomeeting.com/register/183169342\r\nTopic: 90 Day Trading Program part 1 of 12 with Edward Preston\r\n\r\n<strong>Saturday beginning at 10:30 AM ET</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/249298086\">https://www3.gotomeeting.com/register/249298086</a>\r\n<strong>Topic: Rios Quant Basics with Steve Schwartz</strong>\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Market Movers\r\nNZD - NZIER Business Confidence – 6:00 PM ET\r\nAUD - NAB Business Confidence – 9:30 PM ET\r\nJPY - Monetary Policy Statement – Tentative\r\n\r\n<strong>TUESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nJPY - BOJ Press Conference – Tentative\r\nGBP - Manufacturing Production – 4:30 AM ET\r\nCAD - Building Permits – 8:30 AM ET\r\nUSD - Jolts Job Openings – 10:00 AM ET\r\nUSD - FOMC Member Kocherlakota Speaks – 1:30 PM ET\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nUSD - 10 YR Note Auction – 1:01 PM ET\r\nUSD - FOMC Meeting Minutes – 2:00 PM ET\r\nAUD - Employment Change – 9:30 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Market Movers\r\nCNY - Trade Balance – Tentative\r\nGBP - Official Bank Rate – 7:00 AM ET\r\nUSD - Unemployment Claims – 8:30 AM ET\r\nG 20 Meetings – All Day\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\nCNY - CPI – 9:30 PM ET\r\n\r\n<strong>FRIDAY</strong>\r\nEconomic Data Release - Market Movers\r\nUSD - PPI – 8:30 AM ET\r\nUSD - Preliminary Uom Consumer Sentiment – 9:55 AM ET\r\nG 20 Meetings – All Day\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY \r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1446-revision-v1','','','2014-04-07 03:01:58','2014-04-07 03:01:58','',1446,'http://www.thetradingroom.com/1446-revision-v1/',0,'revision','',0),(1452,2,'2014-04-07 03:03:20','2014-04-07 03:03:20','<strong>From the Desk of Joe Rios</strong>\r\n\r\nThe stock indices were in the limelight as the Dow and S&P 500 reached record highs intra week, while the NASDAQ continued to underperform. All of the stock indices sold off sharply Friday into the close led by NASDAQ momentum stocks. As for the broader market, the recent record high was a struggle, as the last two days saw intra-day new highs but stocks ended closing near the lows.\r\n\r\nIn the week ahead I will pay close attention to price action in the S&P 500 and the correlations within the NASDAQ, US Ten Yr Note, Euro and Gold. I will also focus on momentum style of trading over trend following for potential trading opportunities.\r\n\r\n\r\nJoe Rios\r\nChief Market Strategist\r\nwww.riosquant.com\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/relative-performance.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/relative-performance.jpg\" alt=\"relative performance\" width=\"680\" height=\"394\" class=\"aligncenter size-full wp-image-1447\" /></a>\r\n\r\n\r\n<strong>Live Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager \r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\nLive Trading Rooms and Events:\r\n\r\n<strong><strong>The Trading Room TradeLAB</strong>\r\nGlobal Trading with Quantitative Technologies\r\nMonday through Friday beginning at 7:30 AM ET</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/916949446\">https://www3.gotomeeting.com/register/916949446</a>\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nWednesday and Thursday beginning at 1:30 PM ET\r\nSubscription Only!\r\n_______________________________________________\r\n\r\n<strong><strong>The Trading Room EDU - Educational Workshop \r\nCovering the Rios Quant Trading Indicators:</strong>\r\nWednesday beginning at 7:30 PM ET</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/822485750\">https://www3.gotomeeting.com/register/822485750</a>\r\nTopic: Rios Quant Basics with Steve Schwartz\r\n\r\n<strong>Thursday beginning at 7:30 PM ET</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/183169342\">https://www3.gotomeeting.com/register/183169342</a>\r\n<strong>Topic: 90 Day Trading Program - part 1 of 12 with Edward Preston</strong>\r\n\r\n<strong>Saturday beginning at 10:30 AM ET</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/249298086\">https://www3.gotomeeting.com/register/249298086</a>\r\n<strong>Topic: Rios Quant Basics with Steve Schwartz</strong>\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Market Movers\r\nNZD - NZIER Business Confidence – 6:00 PM ET\r\nAUD - NAB Business Confidence – 9:30 PM ET\r\nJPY - Monetary Policy Statement – Tentative\r\n\r\n<strong>TUESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nJPY - BOJ Press Conference – Tentative\r\nGBP - Manufacturing Production – 4:30 AM ET\r\nCAD - Building Permits – 8:30 AM ET\r\nUSD - Jolts Job Openings – 10:00 AM ET\r\nUSD - FOMC Member Kocherlakota Speaks – 1:30 PM ET\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nUSD - 10 YR Note Auction – 1:01 PM ET\r\nUSD - FOMC Meeting Minutes – 2:00 PM ET\r\nAUD - Employment Change – 9:30 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Market Movers\r\nCNY - Trade Balance – Tentative\r\nGBP - Official Bank Rate – 7:00 AM ET\r\nUSD - Unemployment Claims – 8:30 AM ET\r\nG 20 Meetings – All Day\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\nCNY - CPI – 9:30 PM ET\r\n\r\n<strong>FRIDAY</strong>\r\nEconomic Data Release - Market Movers\r\nUSD - PPI – 8:30 AM ET\r\nUSD - Preliminary Uom Consumer Sentiment – 9:55 AM ET\r\nG 20 Meetings – All Day\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY \r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1446-revision-v1','','','2014-04-07 03:03:20','2014-04-07 03:03:20','',1446,'http://www.thetradingroom.com/1446-revision-v1/',0,'revision','',0),(1453,2,'2014-04-07 03:03:35','2014-04-07 03:03:35','<strong>From the Desk of Joe Rios</strong>\r\n\r\nThe stock indices were in the limelight as the Dow and S&P 500 reached record highs intra week, while the NASDAQ continued to underperform. All of the stock indices sold off sharply Friday into the close led by NASDAQ momentum stocks. As for the broader market, the recent record high was a struggle, as the last two days saw intra-day new highs but stocks ended closing near the lows.\r\n\r\nIn the week ahead I will pay close attention to price action in the S&P 500 and the correlations within the NASDAQ, US Ten Yr Note, Euro and Gold. I will also focus on momentum style of trading over trend following for potential trading opportunities.\r\n\r\n\r\nJoe Rios\r\nChief Market Strategist\r\nwww.riosquant.com\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/relative-performance.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/relative-performance.jpg\" alt=\"relative performance\" width=\"680\" height=\"394\" class=\"aligncenter size-full wp-image-1447\" /></a>\r\n\r\n\r\n<strong>Live Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager </strong>\r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\nLive Trading Rooms and Events:\r\n\r\n<strong><strong>The Trading Room TradeLAB</strong>\r\nGlobal Trading with Quantitative Technologies\r\nMonday through Friday beginning at 7:30 AM ET</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/916949446\">https://www3.gotomeeting.com/register/916949446</a>\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nWednesday and Thursday beginning at 1:30 PM ET\r\nSubscription Only!\r\n_______________________________________________\r\n\r\n<strong><strong>The Trading Room EDU - Educational Workshop \r\nCovering the Rios Quant Trading Indicators:</strong>\r\nWednesday beginning at 7:30 PM ET</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/822485750\">https://www3.gotomeeting.com/register/822485750</a>\r\nTopic: Rios Quant Basics with Steve Schwartz\r\n\r\n<strong>Thursday beginning at 7:30 PM ET</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/183169342\">https://www3.gotomeeting.com/register/183169342</a>\r\n<strong>Topic: 90 Day Trading Program - part 1 of 12 with Edward Preston</strong>\r\n\r\n<strong>Saturday beginning at 10:30 AM ET</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/249298086\">https://www3.gotomeeting.com/register/249298086</a>\r\n<strong>Topic: Rios Quant Basics with Steve Schwartz</strong>\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Market Movers\r\nNZD - NZIER Business Confidence – 6:00 PM ET\r\nAUD - NAB Business Confidence – 9:30 PM ET\r\nJPY - Monetary Policy Statement – Tentative\r\n\r\n<strong>TUESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nJPY - BOJ Press Conference – Tentative\r\nGBP - Manufacturing Production – 4:30 AM ET\r\nCAD - Building Permits – 8:30 AM ET\r\nUSD - Jolts Job Openings – 10:00 AM ET\r\nUSD - FOMC Member Kocherlakota Speaks – 1:30 PM ET\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nUSD - 10 YR Note Auction – 1:01 PM ET\r\nUSD - FOMC Meeting Minutes – 2:00 PM ET\r\nAUD - Employment Change – 9:30 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Market Movers\r\nCNY - Trade Balance – Tentative\r\nGBP - Official Bank Rate – 7:00 AM ET\r\nUSD - Unemployment Claims – 8:30 AM ET\r\nG 20 Meetings – All Day\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\nCNY - CPI – 9:30 PM ET\r\n\r\n<strong>FRIDAY</strong>\r\nEconomic Data Release - Market Movers\r\nUSD - PPI – 8:30 AM ET\r\nUSD - Preliminary Uom Consumer Sentiment – 9:55 AM ET\r\nG 20 Meetings – All Day\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY \r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1446-revision-v1','','','2014-04-07 03:03:35','2014-04-07 03:03:35','',1446,'http://www.thetradingroom.com/1446-revision-v1/',0,'revision','',0),(1454,2,'2014-04-07 03:04:23','2014-04-07 03:04:23','<strong>From the Desk of Joe Rios</strong>\r\n\r\nThe stock indices were in the limelight as the Dow and S&P 500 reached record highs intra week, while the NASDAQ continued to underperform. All of the stock indices sold off sharply Friday into the close led by NASDAQ momentum stocks. As for the broader market, the recent record high was a struggle, as the last two days saw intra-day new highs but stocks ended closing near the lows.\r\n\r\nIn the week ahead I will pay close attention to price action in the S&P 500 and the correlations within the NASDAQ, US Ten Yr Note, Euro and Gold. I will also focus on momentum style of trading over trend following for potential trading opportunities.\r\n\r\n\r\nJoe Rios\r\nChief Market Strategist\r\nwww.riosquant.com\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/relative-performance.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/relative-performance.jpg\" alt=\"relative performance\" width=\"680\" height=\"394\" class=\"aligncenter size-full wp-image-1447\" /></a>\r\n\r\n\r\n<strong>Live Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager </strong>\r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272\r\nLive Trading Rooms and Events:\r\n\r\n<strong><strong>The Trading Room TradeLAB</strong>\r\nGlobal Trading with Quantitative Technologies\r\nMonday through Friday beginning at 7:30 AM ET</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/916949446\">https://www3.gotomeeting.com/register/916949446</a>\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nWednesday and Thursday beginning at 1:30 PM ET\r\nSubscription Only!\r\n_______________________________________________\r\n\r\n<strong><strong>The Trading Room EDU - Educational Workshop \r\nCovering the Rios Quant Trading Indicators:</strong>\r\nWednesday beginning at 7:30 PM ET</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/822485750\">https://www3.gotomeeting.com/register/822485750</a>\r\n<strong>Topic: Rios Quant Basics with Steve Schwartz</strong>\r\n\r\n<strong>Thursday beginning at 7:30 PM ET</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/183169342\">https://www3.gotomeeting.com/register/183169342</a>\r\n<strong>Topic: 90 Day Trading Program - part 1 of 12 with Edward Preston</strong>\r\n\r\n<strong>Saturday beginning at 10:30 AM ET</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/249298086\">https://www3.gotomeeting.com/register/249298086</a>\r\n<strong>Topic: Rios Quant Basics with Steve Schwartz</strong>\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Market Movers\r\nNZD - NZIER Business Confidence – 6:00 PM ET\r\nAUD - NAB Business Confidence – 9:30 PM ET\r\nJPY - Monetary Policy Statement – Tentative\r\n\r\n<strong>TUESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nJPY - BOJ Press Conference – Tentative\r\nGBP - Manufacturing Production – 4:30 AM ET\r\nCAD - Building Permits – 8:30 AM ET\r\nUSD - Jolts Job Openings – 10:00 AM ET\r\nUSD - FOMC Member Kocherlakota Speaks – 1:30 PM ET\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nUSD - 10 YR Note Auction – 1:01 PM ET\r\nUSD - FOMC Meeting Minutes – 2:00 PM ET\r\nAUD - Employment Change – 9:30 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Market Movers\r\nCNY - Trade Balance – Tentative\r\nGBP - Official Bank Rate – 7:00 AM ET\r\nUSD - Unemployment Claims – 8:30 AM ET\r\nG 20 Meetings – All Day\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\nCNY - CPI – 9:30 PM ET\r\n\r\n<strong>FRIDAY</strong>\r\nEconomic Data Release - Market Movers\r\nUSD - PPI – 8:30 AM ET\r\nUSD - Preliminary Uom Consumer Sentiment – 9:55 AM ET\r\nG 20 Meetings – All Day\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY \r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1446-revision-v1','','','2014-04-07 03:04:23','2014-04-07 03:04:23','',1446,'http://www.thetradingroom.com/1446-revision-v1/',0,'revision','',0),(1455,2,'2014-04-07 15:09:51','0000-00-00 00:00:00','','GoldEinstein','','draft','open','closed','','goldeinstein','','','2014-04-07 15:09:51','2014-04-07 15:09:51','',0,'http://www.thetradingroom.com/?page_id=1455',0,'page','',0),(1456,2,'2014-04-07 13:11:54','2014-04-07 13:11:54','','GoldEinstein','','inherit','open','closed','','1455-revision-v1','','','2014-04-07 13:11:54','2014-04-07 13:11:54','',1455,'http://www.thetradingroom.com/1455-revision-v1/',0,'revision','',0),(1457,2,'2014-04-08 12:07:39','2014-04-08 12:07:39','UPDATED 7:11 ET\r\n\r\n<strong>STOCKS</strong> - European stocks dropped for a second day as investors weighed escalating tensions between America and Russia over the future of eastern Europe. U.S. index futures and Asian shares were little changed.\r\n\r\n<strong>BONDS</strong> - The extra yield Treasuries pay over Japanese bonds doubled from a year ago as the Bank of Japan said it’s sticking to its plan to push down borrowing costs.\r\n\r\n<strong>COMMODITIES</strong> - Copper for delivery in three months fell 0.4 percent  on the London Metal Exchange, erasing a climb of as much as 0.5 percent. \r\n\r\n<strong>CURRENCIES</strong> - The Bloomberg Dollar Spot Index dropped to the lowest level in five months as a decline in currency volatility spurred investors to seek out higher- yielding assets.\r\n\r\n<strong>ECONOMIC DATA</strong> - CAD Building Permits m/m due at 8:30, US JOLTS Job Openings due at 10:00, FOMC Member Kocherlakota Speaks at 13:30, FOMC Member Plosser Speaks at 14:45 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\" alt=\"red clocks pre-market open\" width=\"482\" height=\"394\" class=\"aligncenter size-full wp-image-899\" /></a>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-7','','','2014-04-08 12:07:39','2014-04-08 12:07:39','',0,'http://www.thetradingroom.com/?p=1457',0,'post','',0),(1458,2,'2014-04-08 12:07:39','2014-04-08 12:07:39','UPDATED 7:11 ET\r\n\r\n<strong>STOCKS</strong> - European stocks dropped for a second day as investors weighed escalating tensions between America and Russia over the future of eastern Europe. U.S. index futures and Asian shares were little changed.\r\n\r\n<strong>BONDS</strong> - The extra yield Treasuries pay over Japanese bonds doubled from a year ago as the Bank of Japan said it’s sticking to its plan to push down borrowing costs.\r\n\r\n<strong>COMMODITIES</strong> - Copper for delivery in three months fell 0.4 percent  on the London Metal Exchange, erasing a climb of as much as 0.5 percent. \r\n\r\n<strong>CURRENCIES</strong> - The Bloomberg Dollar Spot Index dropped to the lowest level in five months as a decline in currency volatility spurred investors to seek out higher- yielding assets.\r\n\r\n<strong>ECONOMIC DATA</strong> - CAD Building Permits m/m due at 8:30, US JOLTS Job Openings due at 10:00, FOMC Member Kocherlakota Speaks at 13:30, FOMC Member Plosser Speaks at 14:45 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\" alt=\"red clocks pre-market open\" width=\"482\" height=\"394\" class=\"aligncenter size-full wp-image-899\" /></a>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1457-revision-v1','','','2014-04-08 12:07:39','2014-04-08 12:07:39','',1457,'http://www.thetradingroom.com/1457-revision-v1/',0,'revision','',0),(1459,2,'2014-04-09 11:49:16','2014-04-09 11:49:16','<strong>UPDATED 7:30 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks advanced, after the region’s equities posted their first back-to-back losses in more than three weeks. U.S. index futures were little changed, while Asian shares outside Japan rose.\r\n\r\n<strong>BONDS</strong> - Treasury 10-year notes declined for the first time in five days before the U.S. auctions $21 billion of the benchmark securities today.\r\n\r\n<strong>COMMODITIES</strong> -Soybeans rose to the highest level in 10 months on speculation the U.S. will lower its outlook for domestic and global inventories by the end of the 2013-14 season from a month ago. Corn and wheat rose to a one-week high.\r\n \r\n<strong>CURRENCIES</strong> - The pound snapped a two-day gain versus the dollar after an industry report showed prices of goods in shops dropped more in March than economists forecast.\r\n\r\n<strong>ECONOMIC DATA</strong> - Crude Oil Inventories due at 10:30, US 10-y Bond Auction at 13:01, FOMC Meeting Minutes at 14:00, AUD Unemployment Rate at 21:30 ET\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\" alt=\"pre market open Blue board\" width=\"360\" height=\"266\" class=\"aligncenter size-full wp-image-886\" /></a>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-8','','','2014-04-09 11:49:16','2014-04-09 11:49:16','',0,'http://www.thetradingroom.com/?p=1459',0,'post','',0),(1460,2,'2014-04-09 11:49:16','2014-04-09 11:49:16','<strong>UPDATED 7:30 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks advanced, after the region’s equities posted their first back-to-back losses in more than three weeks. U.S. index futures were little changed, while Asian shares outside Japan rose.\r\n\r\n<strong>BONDS</strong> - Treasury 10-year notes declined for the first time in five days before the U.S. auctions $21 billion of the benchmark securities today.\r\n\r\n<strong>COMMODITIES</strong> -Soybeans rose to the highest level in 10 months on speculation the U.S. will lower its outlook for domestic and global inventories by the end of the 2013-14 season from a month ago. Corn and wheat rose to a one-week high.\r\n \r\n<strong>CURRENCIES</strong> - The pound snapped a two-day gain versus the dollar after an industry report showed prices of goods in shops dropped more in March than economists forecast.\r\n\r\n<strong>ECONOMIC DATA</strong> - Crude Oil Inventories due at 10:30, US 10-y Bond Auction at 13:01, FOMC Meeting Minutes at 14:00, AUD Unemployment Rate at 21:30 ET\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\" alt=\"pre market open Blue board\" width=\"360\" height=\"266\" class=\"aligncenter size-full wp-image-886\" /></a>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1459-revision-v1','','','2014-04-09 11:49:16','2014-04-09 11:49:16','',1459,'http://www.thetradingroom.com/1459-revision-v1/',0,'revision','',0),(1506,2,'2014-04-17 11:10:03','2014-04-17 11:10:03','<strong>UPDATED 7:05 ET </strong>\r\n\r\n<strong>STOCKS </strong>- European stocks declined, paring their advance this week, as SAP AG slid after posting worse- than-forecast earnings and sales, outweighing gains by car makers. U.S. index futures slipped, while Asian shares rose.\r\n\r\n<strong>BONDS</strong> - Treasury five-year notes were near the cheapest level since 2010 versus two- and 10-year securities amid speculation economic growth will lead the Federal Reserve to raise interest rates in 2015.\r\n\r\n<strong>COMMODITIES</strong> - Soybeans extended their climb to the highest level in more than 10 months after a report showed record demand from U.S. mills, boosting concern that supplies from the world’s second-biggest exporter would be reduced.\r\n \r\n<strong>CURRENCIES </strong>- The pound rose to the highest level in more than four years versus the dollar as Federal Reserve Chair Janet Yellen signaled the U.S. central bank will keep an accommodative monetary policy that has weakened the greenback.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\" alt=\"Hangseng sign\" width=\"604\" height=\"453\" class=\"aligncenter size-full wp-image-454\" /></a>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-14','','','2014-04-17 11:10:03','2014-04-17 11:10:03','',0,'http://www.thetradingroom.com/?p=1506',0,'post','',0),(1650,2,'2014-05-11 22:15:19','0000-00-00 00:00:00','','Ninety Day Program','','draft','open','closed','','ninety-day-program','','','2014-05-11 22:15:19','0000-00-00 00:00:00','',0,'http://www.thetradingroom.com/?page_id=1650',0,'page','',0),(1651,2,'2014-05-11 23:10:44','0000-00-00 00:00:00','','90 Day Program','','draft','open','closed','','90-day-program','','','2014-05-11 23:10:44','2014-05-11 23:10:44','',0,'http://www.thetradingroom.com/?page_id=1651',0,'page','',0),(1464,2,'2014-04-09 15:48:08','0000-00-00 00:00:00','','EDUespanol','','draft','open','closed','','eduespanol','','','2014-04-09 15:48:08','0000-00-00 00:00:00','',0,'http://www.thetradingroom.com/?page_id=1464',0,'page','',0),(1465,2,'2014-04-09 16:05:05','2014-04-09 16:05:05','','Educación','','publish','open','closed','','educacin','','','2014-04-10 02:49:53','2014-04-10 02:49:53','',0,'http://www.thetradingroom.com/?page_id=1465',0,'page','',0),(1466,2,'2014-04-09 15:55:17','2014-04-09 15:55:17','','market analyzer','','inherit','open','closed','','market-analyzer-2','','','2014-04-09 15:55:17','2014-04-09 15:55:17','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/04/market-analyzer.jpg',0,'attachment','image/jpeg',0),(1467,2,'2014-04-09 16:04:38','2014-04-09 16:04:38','','Educación','','inherit','open','closed','','1465-revision-v1','','','2014-04-09 16:04:38','2014-04-09 16:04:38','',1465,'http://www.thetradingroom.com/1465-revision-v1/',0,'revision','',0),(1468,2,'2014-04-10 11:17:42','2014-04-10 11:17:42','<strong>UPDATED 7:12 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks retreated as mining companies fell after a report showed Chinese imports unexpectedly slumped last month. U.S. index futures also dropped, while Asian shares climbed.\r\n\r\n<strong>BONDS </strong>- Treasuries rose, with 10-year yields falling to a two-week low, after Federal Reserve minutes damped bets policy makers are moving toward raising interest rates and a decline in Chinese exports boosted safety demand.\r\n\r\n<strong>COMMODITIES</strong> - Crude Oil fell amid signs Libyan exports may recover as stronger gasoline demand buoys U.S. prices.\r\n \r\n<strong>CURRENCIES</strong> - Australia’s dollar reached a more than four-month high versus the greenback after unemployment unexpectedly fell for the first time since September.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Unemployment Claims due at 8:30, Day 1 G20 Meetings, G7 Meetings all day, Natural Gas Storage at 10:30, CNY CPI y/y at 21:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\" alt=\"Hangseng sign\" width=\"604\" height=\"453\" class=\"aligncenter size-full wp-image-454\" /></a>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-9','','','2014-04-10 11:17:42','2014-04-10 11:17:42','',0,'http://www.thetradingroom.com/?p=1468',0,'post','',0),(1469,2,'2014-04-10 11:17:42','2014-04-10 11:17:42','<strong>UPDATED 7:12 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks retreated as mining companies fell after a report showed Chinese imports unexpectedly slumped last month. U.S. index futures also dropped, while Asian shares climbed.\r\n\r\n<strong>BONDS </strong>- Treasuries rose, with 10-year yields falling to a two-week low, after Federal Reserve minutes damped bets policy makers are moving toward raising interest rates and a decline in Chinese exports boosted safety demand.\r\n\r\n<strong>COMMODITIES</strong> - Crude Oil fell amid signs Libyan exports may recover as stronger gasoline demand buoys U.S. prices.\r\n \r\n<strong>CURRENCIES</strong> - Australia’s dollar reached a more than four-month high versus the greenback after unemployment unexpectedly fell for the first time since September.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Unemployment Claims due at 8:30, Day 1 G20 Meetings, G7 Meetings all day, Natural Gas Storage at 10:30, CNY CPI y/y at 21:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\" alt=\"Hangseng sign\" width=\"604\" height=\"453\" class=\"aligncenter size-full wp-image-454\" /></a>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1468-revision-v1','','','2014-04-10 11:17:42','2014-04-10 11:17:42','',1468,'http://www.thetradingroom.com/1468-revision-v1/',0,'revision','',0),(1470,2,'2014-04-10 15:24:24','2014-04-10 15:24:24','','Training 1 of 12','','publish','open','closed','','training-1-of-12','','','2014-04-10 15:24:24','2014-04-10 15:24:24','',0,'http://www.thetradingroom.com/?page_id=1470',0,'page','',0),(1471,2,'2014-04-10 12:20:48','2014-04-10 12:20:48','','gnostick2','','inherit','open','closed','','gnostick2-2','','','2014-04-10 12:20:48','2014-04-10 12:20:48','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/04/gnostick2.jpg',0,'attachment','image/jpeg',0),(1472,2,'2014-04-10 12:35:54','2014-04-10 12:35:54','','Training 1 of 12','','inherit','open','closed','','1470-revision-v1','','','2014-04-10 12:35:54','2014-04-10 12:35:54','',1470,'http://www.thetradingroom.com/1470-revision-v1/',0,'revision','',0),(1473,2,'2014-04-10 15:08:43','2014-04-10 15:08:43','','bulls running','','inherit','open','closed','','bulls-running','','','2014-04-10 15:08:43','2014-04-10 15:08:43','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/04/bulls-running.jpg',0,'attachment','image/jpeg',0),(1475,2,'2014-04-11 11:36:59','2014-04-11 11:36:59','<strong>UPDATED 7:25 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks fell for a second day, with the benchmark index heading for its biggest weekly drop in almost a month, as investors speculated that equity gains have overshot the earnings outlook. U.S. index futures were little changed, while Asian shares slid.\r\n\r\n<strong>BONDS</strong> - Treasuries headed for a weekly gain, with 10-year yields dropping the most in a month, after the Federal Reserve damped speculation policy makers are preparing to raise interest rates.\r\n\r\n<strong>COMMODITIES</strong> - Gold traded below a two-week high in London as investors weighed signs of slowing demand from China against the outlook for U.S. stimulus and tension in Ukraine.\r\n \r\n<strong>CURRENCIES</strong> - The dollar headed for its biggest weekly decline against the euro in six months as Federal Reserve minutes released this week damped bets U.S. policy makers are moving toward raising interest rates.\r\n\r\n<strong>ECONOMIC DATA</strong> - US PPI m/m due at 8:30, Prelim UoM Consumer Sentiment at 9:55 ET, G20 Meetings all day.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News-1024x550.jpg\" alt=\"Direct-Market-Touch-Stock-Exchange-News\" width=\"570\" height=\"306\" class=\"aligncenter size-large wp-image-442\" /></a>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1474-revision-v1','','','2014-04-11 11:36:59','2014-04-11 11:36:59','',1474,'http://www.thetradingroom.com/1474-revision-v1/',0,'revision','',0),(1478,2,'2014-04-14 11:33:12','2014-04-14 11:33:12','<strong>UPDATED 7:10 ET</strong> \r\n\r\n<strong>STOCKS </strong>- European stocks fell for a third day, after completing their worst week in a month, as investors weighed increasing violence in Ukraine. U.S. stock-index futures were little changed, while Asian shares dropped.\r\n\r\n<strong>BONDS </strong>- Treasury yields were near a six- week low as U.S. stock losses bolstered speculation the Federal Reserve will hold interest rates down and with unrest in Ukraine spurring demand for safety.\r\n\r\n<strong>COMMODITIES</strong> - Commodities climbed to the highest level in almost six weeks on deepening concern that the tension between Russia and Ukraine would curb supplies of base and precious metals, energy and grains.\r\n \r\n<strong>CURRENCIES</strong> - The euro weakened versus the dollar and the yen after European Central Bank President Mario Draghi said a further appreciation in the currency would trigger more monetary stimulus.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Core Retail Sales due at 8:30, Business Inventories m/m at 10:00, AUD Monetary Policy Meeting Minutes at 21:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\" alt=\"red clocks pre-market open\" width=\"482\" height=\"394\" class=\"aligncenter size-full wp-image-899\" /></a>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1477-revision-v1','','','2014-04-14 11:33:12','2014-04-14 11:33:12','',1477,'http://www.thetradingroom.com/1477-revision-v1/',0,'revision','',0),(1479,2,'2014-04-14 11:45:52','2014-04-14 11:45:52','<strong>Explosive volatility ahead?</strong> The equity markets were down this past week with the NASDAQ leading the way with bearish momentum. As you can see from the S&P 500 chart below and as mentioned in last week\'s report, technical price pattern illustrate a short-term downward trend inside of a larger term upward trend. Looking ahead the number one question leading into the week is how much further will the equity indices go? The set up suggest potential for exceptional volatility. This week we have a busy schedule with options expiration, first-quarter corporate earnings, important economic data and a short trading week due to holiday.\r\n\r\nIn the week ahead I will continue to focus on the benchmarks and watch carefully for rotation flow within the major asset classes including stock indices, treasuries, gold and currencies.\r\n<strong>Volatility is knocking how will you answer?</strong>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/es-4-13.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/es-4-13.jpg\" alt=\"es 4-13\" width=\"745\" height=\"643\" class=\"aligncenter size-full wp-image-1480\" /></a>\r\nS & P 500\r\n\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/relative-performance-jpy-4-13.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/relative-performance-jpy-4-13.jpg\" alt=\"relative performance jpy 4-13\" width=\"688\" height=\"486\" class=\"aligncenter size-full wp-image-1481\" /></a>\r\nCorrelations within Major Asset Classes - Week Ending April 11, 2014\r\n\r\n<strong>Joe Rios</strong>\r\nChief Market Strategist\r\nwww.riosquant.com\r\n\r\n<strong>Live Rooms and Events</strong>\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager </strong>\r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272<a href=\"https://www3.gotomeeting.com/register/390021694\"></a>\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n<strong>The Trading Room TradeLAB\r\nGlobal Trading with Quantitative Technologies\r\nMonday through Friday beginning at 7:30 AM ET</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/390021694\">https://www3.gotomeeting.com/register/390021694</a>\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nWednesday and Thursday beginning at 1:30 PM ET\r\nSubscription Only!\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop \r\nCovering the Rios Quant Trading Indicators:\r\nTuesday beginning at 4:30 PM ET</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/571452526\">https://www3.gotomeeting.com/register/571452526</a>\r\n\r\nTopic: Finding the Quant Side of the Market\r\nPresenter: Steve Schwartz\r\nWednesday beginning at 7:30 PM ET\r\n<a href=\"https://www3.gotomeeting.com/register/624218022\">https://www3.gotomeeting.com/register/624218022</a>\r\nTopic: Next Big Swing - Learn the Entry and Exit Points for the GnosTICK Strategy\r\nPresenter: Edward Preston\r\n_______________________________________________\r\n\r\nThe RiosQuant 90 Day Trading Program - Workshop\r\nThursday beginning at 7:30 PM ET\r\nhttps://www3.gotomeeting.com/register/354575974\r\nTraining Session 2 of 12 with Steve Schwartz\r\nTopic: Is it Risk-ON (or) Risk-OFF?\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Market Movers\r\nEUR - Industrial Production – 5:00 AM ET\r\nUSD - Core Retail Sales – 8:30 AM ET\r\nUSD - Business Inventories – 10:00 AM ET\r\nAUD - Monetary Policy Meeting Minutes – 9:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - CPI – 4:30 AM ET \r\nEUR - German ZEW Economic Sentiment – 5:00 AM ET\r\nUSD - Core CPI – 8:30 AM ET\r\nCAD - Manufacturing Sales – 8:30 AM ET\r\nUSD - Fed Chair Yellen Speaks – 8:45 AM ET\r\nCNY - GDP and Industrial Production – 10:00 PM ET\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nJPY - BOJ Gov. Kuroda Speaks – 12:15 AM ET\r\nGBP - Claimant Count Change – 4:30 AM ET\r\nUSD - Building Permits and Housing Starts – 8:30 AM ET\r\nUSD - Industrial Production and Capacity \r\n            Utilization Rate – 9:15 AM ET\r\nCAD - Overnight Rate and BOC Rate Statement – 10:00 AM ET\r\nUSD - Crude Oil Inventories –10:30 AM ET\r\nCAD - BOC Press Conference – 11:15 AM ET\r\nUSD - Fed Chair Yellen Speaks – 12:15 PM ET\r\nJPY - BOJ Gov. Kuroda Speaks – 8:30 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Market Movers\r\nCAD - Core CPI – 8:30 AM ET\r\nUSD - Unemployment Claims – 8:30 AM ET\r\nUSD - Philly Fed Manufacturing Index – 10:00 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n\r\n<strong>FRIDAY</strong>\r\nEconomic Data Release - Market Movers\r\nNONE TO LIST - HOLIDAY\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY \r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS','The Week Ahead in the Global Financial Markets','','publish','open','closed','','1479','','','2014-04-14 11:48:03','2014-04-14 11:48:03','',0,'http://www.thetradingroom.com/?p=1479',0,'post','',0),(1480,2,'2014-04-14 11:37:38','2014-04-14 11:37:38','','es 4-13','','inherit','open','closed','','es-4-13','','','2014-04-14 11:37:38','2014-04-14 11:37:38','',1479,'http://www.thetradingroom.com/wp-content/uploads/2014/04/es-4-13.jpg',0,'attachment','image/jpeg',0),(1481,2,'2014-04-14 11:38:14','2014-04-14 11:38:14','','relative performance jpy 4-13','','inherit','open','closed','','relative-performance-jpy-4-13','','','2014-04-14 11:38:14','2014-04-14 11:38:14','',1479,'http://www.thetradingroom.com/wp-content/uploads/2014/04/relative-performance-jpy-4-13.jpg',0,'attachment','image/jpeg',0),(1482,2,'2014-04-14 11:41:00','2014-04-14 11:41:00','\r\n<strong>The Week Ahead in the Global Financial Markets</strong>\r\n\r\n<strong>Explosive volatility ahead?</strong> The equity markets were down this past week with the NASDAQ leading the way with bearish momentum. As you can see from the S&P 500 chart below and as mentioned in last week\'s report, technical price pattern illustrate a short-term downward trend inside of a larger term upward trend. Looking ahead the number one question leading into the week is how much further will the equity indices go? The set up suggest potential for exceptional volatility. This week we have a busy schedule with options expiration, first-quarter corporate earnings, important economic data and a short trading week due to holiday.\r\n\r\nIn the week ahead I will continue to focus on the benchmarks and watch carefully for rotation flow within the major asset classes including stock indices, treasuries, gold and currencies.\r\n<strong>Volatility is knocking how will you answer?</strong>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/es-4-13.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/es-4-13.jpg\" alt=\"es 4-13\" width=\"745\" height=\"643\" class=\"aligncenter size-full wp-image-1480\" /></a>\r\nS & P 500\r\n\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/relative-performance-jpy-4-13.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/relative-performance-jpy-4-13.jpg\" alt=\"relative performance jpy 4-13\" width=\"688\" height=\"486\" class=\"aligncenter size-full wp-image-1481\" /></a>\r\nCorrelations within Major Asset Classes - Week Ending April 11, 2014\r\n\r\n<strong>Joe Rios</strong>\r\nChief Market Strategist\r\nwww.riosquant.com\r\n\r\n<strong>Live Rooms and Events</strong>\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager </strong>\r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272<a href=\"https://www3.gotomeeting.com/register/390021694\"></a>\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n<strong>The Trading Room TradeLAB\r\nGlobal Trading with Quantitative Technologies\r\nMonday through Friday beginning at 7:30 AM ET</strong>\r\nhttps://www3.gotomeeting.com/register/390021694\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nWednesday and Thursday beginning at 1:30 PM ET\r\nSubscription Only!\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop \r\nCovering the Rios Quant Trading Indicators:\r\nTuesday beginning at 4:30 PM ET</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/571452526\">https://www3.gotomeeting.com/register/571452526</a>\r\n\r\nTopic: Finding the Quant Side of the Market\r\nPresenter: Steve Schwartz\r\nWednesday beginning at 7:30 PM ET\r\nhttps://www3.gotomeeting.com/register/624218022\r\nTopic: Next Big Swing - Learn the Entry and Exit Points for the GnosTICK Strategy\r\nPresenter: Edward Preston\r\n_______________________________________________\r\n\r\nThe RiosQuant 90 Day Trading Program - Workshop\r\nThursday beginning at 7:30 PM ET\r\nhttps://www3.gotomeeting.com/register/354575974\r\nTraining Session 2 of 12 with Steve Schwartz\r\nTopic: Is it Risk-ON (or) Risk-OFF?\r\nMONDAY\r\n\r\nEconomic Data Release - Market Movers\r\nEUR - Industrial Production – 5:00 AM ET\r\nUSD - Core Retail Sales – 8:30 AM ET\r\nUSD - Business Inventories – 10:00 AM ET\r\nAUD - Monetary Policy Meeting Minutes – 9:30 PM ET\r\nTUESDAY\r\n\r\nEconomic Data Release - Market Movers\r\nGBP - CPI – 4:30 AM ET \r\nEUR - German ZEW Economic Sentiment – 5:00 AM ET\r\nUSD - Core CPI – 8:30 AM ET\r\nCAD - Manufacturing Sales – 8:30 AM ET\r\nUSD - Fed Chair Yellen Speaks – 8:45 AM ET\r\nCNY - GDP and Industrial Production – 10:00 PM ET\r\nWEDNESDAY\r\n\r\nEconomic Data Release - Market Movers\r\nJPY - BOJ Gov. Kuroda Speaks – 12:15 AM ET\r\nGBP - Claimant Count Change – 4:30 AM ET\r\nUSD - Building Permits and Housing Starts – 8:30 AM ET\r\nUSD - Industrial Production and Capacity \r\n            Utilization Rate – 9:15 AM ET\r\nCAD - Overnight Rate and BOC Rate Statement – 10:00 AM ET\r\nUSD - Crude Oil Inventories –10:30 AM ET\r\nCAD - BOC Press Conference – 11:15 AM ET\r\nUSD - Fed Chair Yellen Speaks – 12:15 PM ET\r\nJPY - BOJ Gov. Kuroda Speaks – 8:30 PM ET\r\nTHURSDAY\r\n\r\nEconomic Data Release - Market Movers\r\nCAD - Core CPI – 8:30 AM ET\r\nUSD - Unemployment Claims – 8:30 AM ET\r\nUSD - Philly Fed Manufacturing Index – 10:00 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\nFRIDAY\r\n\r\nEconomic Data Release - Market Movers\r\nNONE TO LIST\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY \r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS','','','inherit','open','closed','','1479-revision-v1','','','2014-04-14 11:41:00','2014-04-14 11:41:00','',1479,'http://www.thetradingroom.com/1479-revision-v1/',0,'revision','',0),(1484,2,'2014-04-14 11:46:18','2014-04-14 11:46:18','\r\n\r\n<strong>Explosive volatility ahead?</strong> The equity markets were down this past week with the NASDAQ leading the way with bearish momentum. As you can see from the S&P 500 chart below and as mentioned in last week\'s report, technical price pattern illustrate a short-term downward trend inside of a larger term upward trend. Looking ahead the number one question leading into the week is how much further will the equity indices go? The set up suggest potential for exceptional volatility. This week we have a busy schedule with options expiration, first-quarter corporate earnings, important economic data and a short trading week due to holiday.\r\n\r\nIn the week ahead I will continue to focus on the benchmarks and watch carefully for rotation flow within the major asset classes including stock indices, treasuries, gold and currencies.\r\n<strong>Volatility is knocking how will you answer?</strong>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/es-4-13.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/es-4-13.jpg\" alt=\"es 4-13\" width=\"745\" height=\"643\" class=\"aligncenter size-full wp-image-1480\" /></a>\r\nS & P 500\r\n\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/relative-performance-jpy-4-13.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/relative-performance-jpy-4-13.jpg\" alt=\"relative performance jpy 4-13\" width=\"688\" height=\"486\" class=\"aligncenter size-full wp-image-1481\" /></a>\r\nCorrelations within Major Asset Classes - Week Ending April 11, 2014\r\n\r\n<strong>Joe Rios</strong>\r\nChief Market Strategist\r\nwww.riosquant.com\r\n\r\n<strong>Live Rooms and Events</strong>\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager </strong>\r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272<a href=\"https://www3.gotomeeting.com/register/390021694\"></a>\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n<strong>The Trading Room TradeLAB\r\nGlobal Trading with Quantitative Technologies\r\nMonday through Friday beginning at 7:30 AM ET</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/390021694\">https://www3.gotomeeting.com/register/390021694</a>\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nWednesday and Thursday beginning at 1:30 PM ET\r\nSubscription Only!\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop \r\nCovering the Rios Quant Trading Indicators:\r\nTuesday beginning at 4:30 PM ET</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/571452526\">https://www3.gotomeeting.com/register/571452526</a>\r\n\r\nTopic: Finding the Quant Side of the Market\r\nPresenter: Steve Schwartz\r\nWednesday beginning at 7:30 PM ET\r\n<a href=\"https://www3.gotomeeting.com/register/624218022\">https://www3.gotomeeting.com/register/624218022</a>\r\nTopic: Next Big Swing - Learn the Entry and Exit Points for the GnosTICK Strategy\r\nPresenter: Edward Preston\r\n_______________________________________________\r\n\r\nThe RiosQuant 90 Day Trading Program - Workshop\r\nThursday beginning at 7:30 PM ET\r\nhttps://www3.gotomeeting.com/register/354575974\r\nTraining Session 2 of 12 with Steve Schwartz\r\nTopic: Is it Risk-ON (or) Risk-OFF?\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Market Movers\r\nEUR - Industrial Production – 5:00 AM ET\r\nUSD - Core Retail Sales – 8:30 AM ET\r\nUSD - Business Inventories – 10:00 AM ET\r\nAUD - Monetary Policy Meeting Minutes – 9:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - CPI – 4:30 AM ET \r\nEUR - German ZEW Economic Sentiment – 5:00 AM ET\r\nUSD - Core CPI – 8:30 AM ET\r\nCAD - Manufacturing Sales – 8:30 AM ET\r\nUSD - Fed Chair Yellen Speaks – 8:45 AM ET\r\nCNY - GDP and Industrial Production – 10:00 PM ET\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nJPY - BOJ Gov. Kuroda Speaks – 12:15 AM ET\r\nGBP - Claimant Count Change – 4:30 AM ET\r\nUSD - Building Permits and Housing Starts – 8:30 AM ET\r\nUSD - Industrial Production and Capacity \r\n            Utilization Rate – 9:15 AM ET\r\nCAD - Overnight Rate and BOC Rate Statement – 10:00 AM ET\r\nUSD - Crude Oil Inventories –10:30 AM ET\r\nCAD - BOC Press Conference – 11:15 AM ET\r\nUSD - Fed Chair Yellen Speaks – 12:15 PM ET\r\nJPY - BOJ Gov. Kuroda Speaks – 8:30 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Market Movers\r\nCAD - Core CPI – 8:30 AM ET\r\nUSD - Unemployment Claims – 8:30 AM ET\r\nUSD - Philly Fed Manufacturing Index – 10:00 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n\r\n<strong>FRIDAY</strong>\r\nEconomic Data Release - Market Movers\r\nNONE TO LIST - HOLIDAY\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY \r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1479-revision-v1','','','2014-04-14 11:46:18','2014-04-14 11:46:18','',1479,'http://www.thetradingroom.com/1479-revision-v1/',0,'revision','',0),(1483,2,'2014-04-14 11:45:52','2014-04-14 11:45:52','\r\n<strong>The Week Ahead in the Global Financial Markets</strong>\r\n\r\n<strong>Explosive volatility ahead?</strong> The equity markets were down this past week with the NASDAQ leading the way with bearish momentum. As you can see from the S&P 500 chart below and as mentioned in last week\'s report, technical price pattern illustrate a short-term downward trend inside of a larger term upward trend. Looking ahead the number one question leading into the week is how much further will the equity indices go? The set up suggest potential for exceptional volatility. This week we have a busy schedule with options expiration, first-quarter corporate earnings, important economic data and a short trading week due to holiday.\r\n\r\nIn the week ahead I will continue to focus on the benchmarks and watch carefully for rotation flow within the major asset classes including stock indices, treasuries, gold and currencies.\r\n<strong>Volatility is knocking how will you answer?</strong>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/es-4-13.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/es-4-13.jpg\" alt=\"es 4-13\" width=\"745\" height=\"643\" class=\"aligncenter size-full wp-image-1480\" /></a>\r\nS & P 500\r\n\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/relative-performance-jpy-4-13.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/relative-performance-jpy-4-13.jpg\" alt=\"relative performance jpy 4-13\" width=\"688\" height=\"486\" class=\"aligncenter size-full wp-image-1481\" /></a>\r\nCorrelations within Major Asset Classes - Week Ending April 11, 2014\r\n\r\n<strong>Joe Rios</strong>\r\nChief Market Strategist\r\nwww.riosquant.com\r\n\r\n<strong>Live Rooms and Events</strong>\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager </strong>\r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272<a href=\"https://www3.gotomeeting.com/register/390021694\"></a>\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n<strong>The Trading Room TradeLAB\r\nGlobal Trading with Quantitative Technologies\r\nMonday through Friday beginning at 7:30 AM ET</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/390021694\">https://www3.gotomeeting.com/register/390021694</a>\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nWednesday and Thursday beginning at 1:30 PM ET\r\nSubscription Only!\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop \r\nCovering the Rios Quant Trading Indicators:\r\nTuesday beginning at 4:30 PM ET</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/571452526\">https://www3.gotomeeting.com/register/571452526</a>\r\n\r\nTopic: Finding the Quant Side of the Market\r\nPresenter: Steve Schwartz\r\nWednesday beginning at 7:30 PM ET\r\n<a href=\"https://www3.gotomeeting.com/register/624218022\">https://www3.gotomeeting.com/register/624218022</a>\r\nTopic: Next Big Swing - Learn the Entry and Exit Points for the GnosTICK Strategy\r\nPresenter: Edward Preston\r\n_______________________________________________\r\n\r\nThe RiosQuant 90 Day Trading Program - Workshop\r\nThursday beginning at 7:30 PM ET\r\nhttps://www3.gotomeeting.com/register/354575974\r\nTraining Session 2 of 12 with Steve Schwartz\r\nTopic: Is it Risk-ON (or) Risk-OFF?\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Market Movers\r\nEUR - Industrial Production – 5:00 AM ET\r\nUSD - Core Retail Sales – 8:30 AM ET\r\nUSD - Business Inventories – 10:00 AM ET\r\nAUD - Monetary Policy Meeting Minutes – 9:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - CPI – 4:30 AM ET \r\nEUR - German ZEW Economic Sentiment – 5:00 AM ET\r\nUSD - Core CPI – 8:30 AM ET\r\nCAD - Manufacturing Sales – 8:30 AM ET\r\nUSD - Fed Chair Yellen Speaks – 8:45 AM ET\r\nCNY - GDP and Industrial Production – 10:00 PM ET\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nJPY - BOJ Gov. Kuroda Speaks – 12:15 AM ET\r\nGBP - Claimant Count Change – 4:30 AM ET\r\nUSD - Building Permits and Housing Starts – 8:30 AM ET\r\nUSD - Industrial Production and Capacity \r\n            Utilization Rate – 9:15 AM ET\r\nCAD - Overnight Rate and BOC Rate Statement – 10:00 AM ET\r\nUSD - Crude Oil Inventories –10:30 AM ET\r\nCAD - BOC Press Conference – 11:15 AM ET\r\nUSD - Fed Chair Yellen Speaks – 12:15 PM ET\r\nJPY - BOJ Gov. Kuroda Speaks – 8:30 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Market Movers\r\nCAD - Core CPI – 8:30 AM ET\r\nUSD - Unemployment Claims – 8:30 AM ET\r\nUSD - Philly Fed Manufacturing Index – 10:00 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n\r\n<strong>FRIDAY</strong>\r\nEconomic Data Release - Market Movers\r\nNONE TO LIST - HOLIDAY\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY \r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS','','','inherit','open','closed','','1479-revision-v1','','','2014-04-14 11:45:52','2014-04-14 11:45:52','',1479,'http://www.thetradingroom.com/1479-revision-v1/',0,'revision','',0),(1485,2,'2014-04-14 11:47:49','2014-04-14 11:47:49','<strong>Explosive volatility ahead?</strong> The equity markets were down this past week with the NASDAQ leading the way with bearish momentum. As you can see from the S&P 500 chart below and as mentioned in last week\'s report, technical price pattern illustrate a short-term downward trend inside of a larger term upward trend. Looking ahead the number one question leading into the week is how much further will the equity indices go? The set up suggest potential for exceptional volatility. This week we have a busy schedule with options expiration, first-quarter corporate earnings, important economic data and a short trading week due to holiday.\r\n\r\nIn the week ahead I will continue to focus on the benchmarks and watch carefully for rotation flow within the major asset classes including stock indices, treasuries, gold and currencies.\r\n<strong>Volatility is knocking how will you answer?</strong>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/es-4-13.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/es-4-13.jpg\" alt=\"es 4-13\" width=\"745\" height=\"643\" class=\"aligncenter size-full wp-image-1480\" /></a>\r\nS & P 500\r\n\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/relative-performance-jpy-4-13.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/relative-performance-jpy-4-13.jpg\" alt=\"relative performance jpy 4-13\" width=\"688\" height=\"486\" class=\"aligncenter size-full wp-image-1481\" /></a>\r\nCorrelations within Major Asset Classes - Week Ending April 11, 2014\r\n\r\n<strong>Joe Rios</strong>\r\nChief Market Strategist\r\nwww.riosquant.com\r\n\r\n<strong>Live Rooms and Events</strong>\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: \r\nAmber Little, RQ Client Relations Manager </strong>\r\nemail: amber@riosquant.com \r\nskype: alittlemobile \r\ncellphone: 415.336.7272<a href=\"https://www3.gotomeeting.com/register/390021694\"></a>\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n<strong>The Trading Room TradeLAB\r\nGlobal Trading with Quantitative Technologies\r\nMonday through Friday beginning at 7:30 AM ET</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/390021694\">https://www3.gotomeeting.com/register/390021694</a>\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&A session.\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nWednesday and Thursday beginning at 1:30 PM ET\r\nSubscription Only!\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop \r\nCovering the Rios Quant Trading Indicators:\r\nTuesday beginning at 4:30 PM ET</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/571452526\">https://www3.gotomeeting.com/register/571452526</a>\r\n\r\nTopic: Finding the Quant Side of the Market\r\nPresenter: Steve Schwartz\r\nWednesday beginning at 7:30 PM ET\r\n<a href=\"https://www3.gotomeeting.com/register/624218022\">https://www3.gotomeeting.com/register/624218022</a>\r\nTopic: Next Big Swing - Learn the Entry and Exit Points for the GnosTICK Strategy\r\nPresenter: Edward Preston\r\n_______________________________________________\r\n\r\nThe RiosQuant 90 Day Trading Program - Workshop\r\nThursday beginning at 7:30 PM ET\r\nhttps://www3.gotomeeting.com/register/354575974\r\nTraining Session 2 of 12 with Steve Schwartz\r\nTopic: Is it Risk-ON (or) Risk-OFF?\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Market Movers\r\nEUR - Industrial Production – 5:00 AM ET\r\nUSD - Core Retail Sales – 8:30 AM ET\r\nUSD - Business Inventories – 10:00 AM ET\r\nAUD - Monetary Policy Meeting Minutes – 9:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - CPI – 4:30 AM ET \r\nEUR - German ZEW Economic Sentiment – 5:00 AM ET\r\nUSD - Core CPI – 8:30 AM ET\r\nCAD - Manufacturing Sales – 8:30 AM ET\r\nUSD - Fed Chair Yellen Speaks – 8:45 AM ET\r\nCNY - GDP and Industrial Production – 10:00 PM ET\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nJPY - BOJ Gov. Kuroda Speaks – 12:15 AM ET\r\nGBP - Claimant Count Change – 4:30 AM ET\r\nUSD - Building Permits and Housing Starts – 8:30 AM ET\r\nUSD - Industrial Production and Capacity \r\n            Utilization Rate – 9:15 AM ET\r\nCAD - Overnight Rate and BOC Rate Statement – 10:00 AM ET\r\nUSD - Crude Oil Inventories –10:30 AM ET\r\nCAD - BOC Press Conference – 11:15 AM ET\r\nUSD - Fed Chair Yellen Speaks – 12:15 PM ET\r\nJPY - BOJ Gov. Kuroda Speaks – 8:30 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Market Movers\r\nCAD - Core CPI – 8:30 AM ET\r\nUSD - Unemployment Claims – 8:30 AM ET\r\nUSD - Philly Fed Manufacturing Index – 10:00 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n\r\n<strong>FRIDAY</strong>\r\nEconomic Data Release - Market Movers\r\nNONE TO LIST - HOLIDAY\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY \r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1479-autosave-v1','','','2014-04-14 11:47:49','2014-04-14 11:47:49','',1479,'http://www.thetradingroom.com/1479-autosave-v1/',0,'revision','',0),(1796,2,'2014-06-08 18:27:25','2014-06-08 18:27:25','','Trading Systems','','publish','open','closed','','trading-systems','','','2014-06-08 22:33:45','2014-06-08 22:33:45','',0,'http://www.thetradingroom.com/?page_id=1796',0,'page','',0),(1797,2,'2014-06-08 18:12:23','2014-06-08 18:12:23','','Trading Systems','','inherit','open','closed','','1796-revision-v1','','','2014-06-08 18:12:23','2014-06-08 18:12:23','',1796,'http://www.thetradingroom.com/1796-revision-v1/',0,'revision','',0),(1798,2,'2014-06-08 22:40:39','2014-06-08 22:40:39','','Trade for a Llving','','publish','open','closed','','trade-for-a-llving','','','2014-06-09 01:16:15','2014-06-09 01:16:15','',0,'http://www.thetradingroom.com/?page_id=1798',0,'page','',0),(1799,2,'2014-06-08 22:40:39','2014-06-08 22:40:39','','Trade for a Llving','','inherit','open','closed','','1798-revision-v1','','','2014-06-08 22:40:39','2014-06-08 22:40:39','',1798,'http://www.thetradingroom.com/1798-revision-v1/',0,'revision','',0),(1926,2,'2014-07-10 11:06:54','2014-07-10 11:06:54','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:00 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks fell for a fifth day as shares of lenders declined to their lowest level this year. U.S. index futures and Asian equities also slid.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">German government bonds rose, pushing 10-year yields to a 14-month low, as nations from Greece to Spain seek to sell securities and banking woes in Portugal cast fresh concern over the euro area’s financial health.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Gold climbed to the highest in more than three months as Middle East tension spurred haven demand and after the dollar weakened following Federal Reserve minutes.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">Australia’s dollar retreated from the highest in a week after reports today showed the nation’s jobless rate climbed and imports by China, the South Pacific nation’s biggest trade partner, grew slower than forecast.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - GBP </span><span style=\"color: #000000;\">Official Bank Rate due at 7:00, </span><span style=\"color: #000000;\">MPC Rate Statement (tentative), US </span><span style=\"color: #000000;\">Unemployment Claims due at 8:30, </span><span style=\"color: #000000;\">Natural Gas Storage at 10:30 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1925-revision-v1','','','2014-07-10 11:06:54','2014-07-10 11:06:54','',1925,'http://www.thetradingroom.com/1925-revision-v1/',0,'revision','',0),(1964,2,'2014-07-21 11:11:17','2014-07-21 11:11:17','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:00 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks fell, after posting a weekly gain, as investors weighed earnings and watched the crises in Ukraine and the Middle East. U.S. index futures slid, while Asian shares pared gains.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">U.S. government bonds halted a decline after falling at the end of last week as tensions in Gaza and Ukraine increased demand for the relative safety of government debt.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Corn fell to the lowest level in four years as prospects for increasing supplies outweighed concern that turmoil in Eastern Europe may disrupt shipments from the Black Sea. Wheat traded near the lowest since 2010.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - US Dollar strength across most counter foreign currencies during the overnight trading session. </span></span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - <span style=\"font-family: Verdana, Helvetica, sans-serif;\">AUD </span></span><span style=\"color: #000000;\">RBA Gov Stevens Speaks due at 23:00 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-51','','','2014-07-21 11:11:18','2014-07-21 11:11:18','',0,'http://www.thetradingroom.com/?p=1964',0,'post','',0),(1929,2,'2014-07-11 11:12:21','2014-07-11 11:12:21','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED  7:05  am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - European stocks</span><span style=\"color: #2d2b2c;\"> rose, rebounding from a five-day slump, as takeover activity increased and investors bet the financial troubles of Banco Espirito Santo SA won’t spiral into an euro-area banking crisis. U.S. index futures also advanced, while Asian shares fell.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasuries headed for their biggest weekly gain in almost four months as renewed financial stress in Europe spurred demand for the relative safety of U.S. debt.</span><span style=\"color: #2a2a2a;\">.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Gold traded near the highest in almost four months, heading for the longest run of weekly gains since March.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - The pound</span></span><span style=\"color: #2d2b2c;\"> fell against most of its 16 major peers in the past five days after data this week showed industrial output slumped, house price gains slowed and the U.K. trade deficit widened.</span><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - CAD </span><span style=\"color: #000000;\">Employment Change due at 8:30, Crop Production at 12:00, Grains World Markets and Trade at 12:15 ET.</span></div>\r\n<div></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-46','','','2014-07-11 11:12:21','2014-07-11 11:12:21','',0,'http://www.thetradingroom.com/?p=1929',0,'post','',0),(1930,2,'2014-07-11 11:12:21','2014-07-11 11:12:21','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED  7:05  am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - European stocks</span><span style=\"color: #2d2b2c;\"> rose, rebounding from a five-day slump, as takeover activity increased and investors bet the financial troubles of Banco Espirito Santo SA won’t spiral into an euro-area banking crisis. U.S. index futures also advanced, while Asian shares fell.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasuries headed for their biggest weekly gain in almost four months as renewed financial stress in Europe spurred demand for the relative safety of U.S. debt.</span><span style=\"color: #2a2a2a;\">.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Gold traded near the highest in almost four months, heading for the longest run of weekly gains since March.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - The pound</span></span><span style=\"color: #2d2b2c;\"> fell against most of its 16 major peers in the past five days after data this week showed industrial output slumped, house price gains slowed and the U.K. trade deficit widened.</span><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - CAD </span><span style=\"color: #000000;\">Employment Change due at 8:30, Crop Production at 12:00, Grains World Markets and Trade at 12:15 ET.</span></div>\r\n<div></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1929-revision-v1','','','2014-07-11 11:12:21','2014-07-11 11:12:21','',1929,'http://www.thetradingroom.com/1929-revision-v1/',0,'revision','',0),(1931,2,'2014-07-13 23:05:31','2014-07-13 23:05:31','<strong>From The Desk Of Joe Rios...</strong>\r\n\r\nThe Grains sold off dramatically with Wheat closing down -9.2%, Soybeans -8% and Corn -7.6% for the week. Other commodities that traded lower included Natural Gas losing -5.2% and Crude Oil slipping -3.2%. The out performers to the upside included U.S. Treasury 30 Year Bonds gaining 1.8%, Silver 1.7% and Gold 1.5%. In the Forex market most currencies traded within a tight range as illustrated by the US Dollar finishing 0.0% flat. Rotation flows within the benchmarks showed the S&amp;P 500 and US Dollar trading mixed in consolidation mode while the US Treasuries traded higher with a bullish RiosQuant ranking and closing the week at a key technical resistance level. In the week ahead I will pay close attention to the markets that finished the week at key levels including the Metals, US Treasuries, Japanese Yen and Crude Oil. I will also pay attention to economic data releases especially from China.\r\n\r\n<span style=\"color: #500050; font-family: \'Comic Sans MS\', cursive; font-size: large;\">Joe Rios</span>\r\n\r\nFounder - Rios Quantitative LLC\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>The Trading Room </strong><strong>TradeLAB</strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/14bb7117e2/TEST/52433b4bf3\">https://www3.gotomeeting.com/register/797689342</a></strong>\r\n\r\n<strong><span data-term=\"goog_1803280981\">Monday</span> through <span data-term=\"goog_1803280982\">Friday</span> beginning at <span data-term=\"goog_1803280983\">7:30 AM ET</span></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<hr />\r\n\r\n<strong>Insider\'s Quant (IQ) Room</strong>\r\n\r\n<strong>Advanced Concepts with Joe Rios</strong>\r\n\r\n<strong><span data-term=\"goog_1803280984\">Monday</span>, <span data-term=\"goog_1803280985\">Wednesday</span>, and <span data-term=\"goog_1803280986\">Thursday</span> beginning at <span data-term=\"goog_1803280987\">1:30pm ET</span></strong>\r\n\r\n<strong>Subscription Only!</strong>\r\n\r\n<hr />\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the Rios Quant Trading Indicators:</strong>\r\n\r\n<strong><span data-term=\"goog_1803280988\">Monday</span> beginning at <span data-term=\"goog_1803280989\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/14bb7117e2/TEST/cde5fadb28\">https://www3.gotomeeting.com/register/378903886</a></strong>\r\n\r\n<strong>Topic: </strong>What\'s the \"pattern setup\" for the new week?\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n<strong><span data-term=\"goog_1803280990\">Wednesday</span> beginning at <span data-term=\"goog_1803280991\">1:00 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/14bb7117e2/TEST/49cb979349\">https://www3.gotomeeting.com/register/493795638</a></strong>\r\n\r\n<strong>Topic: </strong>Momentum Trading Oil and E-mini Stock Futures\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n<strong><span data-term=\"goog_1803280992\">Wednesday</span> beginning at <span data-term=\"goog_1803280993\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/14bb7117e2/TEST/3ee464dbc7\">https://www3.gotomeeting.com/register/655870198</a></strong>\r\n\r\n<strong>The RiosQuant 90 Day Training Program - Workshop</strong>\r\n\r\n<strong>Training Session 3 of 12 with Steve Schwartz</strong>\r\n\r\n<strong>Topic: </strong>Entries and Exits for Gnostick\r\n\r\n<hr />\r\n\r\n<strong><span data-term=\"goog_1803280994\">Saturday</span> beginning at <span data-term=\"goog_1803280995\">11:00 AM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/14bb7117e2/TEST/f74ac3ac47\">https://www3.gotomeeting.com/register/622527518</a></strong>\r\n\r\n<strong>Topic: </strong>Benefits Trading with RQ-Einstein\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>Monday</strong>\r\n\r\n1:00 PM                EUR        ECB President Draghi Speaks\r\n\r\n9:30 PM                AUD       Monetary Policy Meeting Minutes\r\n\r\nTentative             JPY         Monetary Policy Statement\r\n\r\n<strong>Tuesday</strong>\r\n\r\n5:00 AM               EUR        German ZEW Economic Sentiment\r\n\r\n5:00 AM               GBP       BOE  Gov. Carney Speaks\r\n\r\n8:30 AM               USD       Core Retail Sales\r\n\r\n10:00 AM             USD       Fed Chair Yellen Testifies\r\n\r\n6:45 PM                NZD       CPI\r\n\r\n10:00 PM             CNY        GDP And Industrial Production\r\n\r\n<strong>Wednesday</strong>\r\n\r\n4:30 AM               GBP       Unemployment Rate\r\n\r\n8:30 AM               USD       PPI\r\n\r\n8:30 AM               CAD       Manufacturing Sales\r\n\r\n10:00 AM             CAD       BOC Rate Statement And Overnight Rate\r\n\r\n10:00 AM             USD       Fed Chair Yellen Testifies\r\n\r\n10:30 AM                             Crude Oil Inventories\r\n\r\n11:15 AM             CAD       BOC Press Conference\r\n\r\n<strong>Thursday</strong>\r\n\r\n8:30 AM               USD       Building Permits And Unemployment Claims\r\n\r\n10:00 AM             USD       Philly Fed Manufacturing Index\r\n\r\n10:30 AM             USD       Natural Gas Storage\r\n\r\n<strong>Friday</strong>\r\n\r\n8:30 AM               CAD       Wholesales And Core CPI\r\n\r\n9:55 AM               USD       Preliminary UoM Consumer Sentiment','The Week Ahead in the Financial Markets','','publish','open','closed','','week-ahead-financial-markets','','','2014-07-13 23:05:31','2014-07-13 23:05:31','',0,'http://www.thetradingroom.com/?p=1931',0,'post','',0),(1801,2,'2014-06-09 01:19:01','2014-06-09 01:19:01','','relative perf 6-8','','inherit','open','closed','','relative-perf-6-8','','','2014-06-09 01:19:01','2014-06-09 01:19:01','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-perf-6-8.jpg',0,'attachment','image/jpeg',0),(1802,2,'2014-06-09 01:19:37','2014-06-09 01:19:37','','relative perf currencies 6-8','','inherit','open','closed','','relative-perf-currencies-6-8','','','2014-06-09 01:19:37','2014-06-09 01:19:37','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-perf-currencies-6-8.jpg',0,'attachment','image/jpeg',0),(1488,2,'2014-04-14 17:43:00','2014-04-14 17:43:00','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/quant-rank-4-14.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/quant-rank-4-14.jpg\" alt=\"quant rank 4-14\" width=\"381\" height=\"305\" class=\"aligncenter size-full wp-image-1491\" /></a>\r\n\r\nThe RQ Stocks, ETF’s and Options division is running a special event designed to help investors protect their portfolios in the event of a significant correction in the markets. Based on technical and geopolitical observations, we believe a financial storm may be brewing and have designed a training session to help you protect your stock portfolio. \r\n\r\n<strong>Session 1, Monday April 14th, 8 PM EDT</strong>\r\nOverview of the strategy\r\nUnderstanding the risk involved with asset ownership\r\nA brief discussion of Call and Put options including their associated rights and obligations\r\nVisualizing the risk of a financial position\r\nUtilizing Put options as a form of \"insurance\" for your stock positions\r\nUtilizing Call options to pay for the \"insurance\"\r\n\r\n<strong>Session 2, Tuesday April 15th, 8 PM EDT</strong>\r\nSet up a \"dynamic hedge\"\r\nBasic monthly adjustments\r\nLearn how to make \"intra-month\" adjustments to your position\r\nOrder placement for rolling your hedge up or down\r\nUsing Index options to hedge a portfolio\r\nCreating a hedge for your limited access retirement accounts\r\n\r\nThe two-day event will deliver invaluable information helping you cast a safety net around your portfolio holdings. Don\'t get caught up in the panic of an economic downturn that may not happen tomorrow but many of the experts agree will happen! Be proactive and learn how to protect your portfolio.\r\nThe training session will be recorded and sent to all attendees giving you the opportunity to review and apply these great protection concepts. \r\n\r\nAs a bonus, we are offering a one-month subscription to our popular Stocks, ETF’s and Options TradeLAB to all attendees.\r\n\r\nPlease contact Ken Eriksen for information, pricing and availability.\r\n\r\nHave a great day!\r\n\r\n<strong>Joe Contes and Ken Eriksen\r\nken@riosquant.com\r\nC - 650.683.0051\r\nSkype: kmetrade</strong>\r\n','Protect Your Portfolio: a two part special training event for active investors','','publish','open','closed','','protect-portfolio-special-training-event','','','2014-04-14 17:48:06','2014-04-14 17:48:06','',0,'http://www.thetradingroom.com/?p=1488',0,'post','',0),(1489,2,'2014-04-14 17:41:46','2014-04-14 17:41:46','','pie chart','','inherit','open','closed','','pie-chart-2','','','2014-04-14 17:41:46','2014-04-14 17:41:46','',1488,'http://www.thetradingroom.com/wp-content/uploads/2014/04/pie-chart.jpg',0,'attachment','image/jpeg',0),(1490,2,'2014-04-14 17:43:00','2014-04-14 17:43:00','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/pie-chart.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/pie-chart.jpg\" alt=\"pie chart\" width=\"410\" height=\"299\" class=\"aligncenter size-full wp-image-1489\" /></a>\r\n\r\nThe RQ Stocks, ETF’s and Options division is running a special event designed to help investors protect their portfolios in the event of a significant correction in the markets. Based on technical and geopolitical observations, we believe a financial storm may be brewing and have designed a training session to help you protect your stock portfolio. \r\n\r\n<strong>Session 1, Monday April 14th, 8 PM EDT</strong>\r\nOverview of the strategy\r\nUnderstanding the risk involved with asset ownership\r\nA brief discussion of Call and Put options including their associated rights and obligations\r\nVisualizing the risk of a financial position\r\nUtilizing Put options as a form of \"insurance\" for your stock positions\r\nUtilizing Call options to pay for the \"insurance\"\r\n\r\n<strong>Session 2, Tuesday April 15th, 8 PM EDT</strong>\r\nSet up a \"dynamic hedge\"\r\nBasic monthly adjustments\r\nLearn how to make \"intra-month\" adjustments to your position\r\nOrder placement for rolling your hedge up or down\r\nUsing Index options to hedge a portfolio\r\nCreating a hedge for your limited access retirement accounts\r\n\r\nThe two-day event will deliver invaluable information helping you cast a safety net around your portfolio holdings. Don\'t get caught up in the panic of an economic downturn that may not happen tomorrow but many of the experts agree will happen! Be proactive and learn how to protect your portfolio.\r\nThe training session will be recorded and sent to all attendees giving you the opportunity to review and apply these great protection concepts. \r\n\r\nAs a bonus, we are offering a one-month subscription to our popular Stocks, ETF’s and Options TradeLAB to all attendees.\r\n\r\nPlease contact Ken Eriksen for information, pricing and availability.\r\n\r\nHave a great day!\r\n\r\n<strong>Joe Contes and Ken Eriksen\r\nken@riosquant.com\r\nC - 650.683.0051\r\nSkype: kmetrade</strong>\r\n','Protect Your Portfolio: a special training event','','inherit','open','closed','','1488-revision-v1','','','2014-04-14 17:43:00','2014-04-14 17:43:00','',1488,'http://www.thetradingroom.com/1488-revision-v1/',0,'revision','',0),(1491,2,'2014-04-14 17:46:03','2014-04-14 17:46:03','','quant rank 4-14','','inherit','open','closed','','quant-rank-4-14','','','2014-04-14 17:46:03','2014-04-14 17:46:03','',1488,'http://www.thetradingroom.com/wp-content/uploads/2014/04/quant-rank-4-14.jpg',0,'attachment','image/jpeg',0),(1492,2,'2014-04-14 17:46:05','2014-04-14 17:46:05','\n\nThe RQ Stocks, ETF’s and Options division is running a special event designed to help investors protect their portfolios in the event of a significant correction in the markets. Based on technical and geopolitical observations, we believe a financial storm may be brewing and have designed a training session to help you protect your stock portfolio. \n\n<strong>Session 1, Monday April 14th, 8 PM EDT</strong>\nOverview of the strategy\nUnderstanding the risk involved with asset ownership\nA brief discussion of Call and Put options including their associated rights and obligations\nVisualizing the risk of a financial position\nUtilizing Put options as a form of \"insurance\" for your stock positions\nUtilizing Call options to pay for the \"insurance\"\n\n<strong>Session 2, Tuesday April 15th, 8 PM EDT</strong>\nSet up a \"dynamic hedge\"\nBasic monthly adjustments\nLearn how to make \"intra-month\" adjustments to your position\nOrder placement for rolling your hedge up or down\nUsing Index options to hedge a portfolio\nCreating a hedge for your limited access retirement accounts\n\nThe two-day event will deliver invaluable information helping you cast a safety net around your portfolio holdings. Don\'t get caught up in the panic of an economic downturn that may not happen tomorrow but many of the experts agree will happen! Be proactive and learn how to protect your portfolio.\nThe training session will be recorded and sent to all attendees giving you the opportunity to review and apply these great protection concepts. \n\nAs a bonus, we are offering a one-month subscription to our popular Stocks, ETF’s and Options TradeLAB to all attendees.\n\nPlease contact Ken Eriksen for information, pricing and availability.\n\nHave a great day!\n\n<strong>Joe Contes and Ken Eriksen\nken@riosquant.com\nC - 650.683.0051\nSkype: kmetrade</strong>\n','Protect Your Portfolio: a special training event','','inherit','open','closed','','1488-autosave-v1','','','2014-04-14 17:46:05','2014-04-14 17:46:05','',1488,'http://www.thetradingroom.com/1488-autosave-v1/',0,'revision','',0),(1493,2,'2014-04-14 17:46:16','2014-04-14 17:46:16','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/quant-rank-4-14.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/quant-rank-4-14.jpg\" alt=\"quant rank 4-14\" width=\"381\" height=\"305\" class=\"aligncenter size-full wp-image-1491\" /></a>\r\n\r\nThe RQ Stocks, ETF’s and Options division is running a special event designed to help investors protect their portfolios in the event of a significant correction in the markets. Based on technical and geopolitical observations, we believe a financial storm may be brewing and have designed a training session to help you protect your stock portfolio. \r\n\r\n<strong>Session 1, Monday April 14th, 8 PM EDT</strong>\r\nOverview of the strategy\r\nUnderstanding the risk involved with asset ownership\r\nA brief discussion of Call and Put options including their associated rights and obligations\r\nVisualizing the risk of a financial position\r\nUtilizing Put options as a form of \"insurance\" for your stock positions\r\nUtilizing Call options to pay for the \"insurance\"\r\n\r\n<strong>Session 2, Tuesday April 15th, 8 PM EDT</strong>\r\nSet up a \"dynamic hedge\"\r\nBasic monthly adjustments\r\nLearn how to make \"intra-month\" adjustments to your position\r\nOrder placement for rolling your hedge up or down\r\nUsing Index options to hedge a portfolio\r\nCreating a hedge for your limited access retirement accounts\r\n\r\nThe two-day event will deliver invaluable information helping you cast a safety net around your portfolio holdings. Don\'t get caught up in the panic of an economic downturn that may not happen tomorrow but many of the experts agree will happen! Be proactive and learn how to protect your portfolio.\r\nThe training session will be recorded and sent to all attendees giving you the opportunity to review and apply these great protection concepts. \r\n\r\nAs a bonus, we are offering a one-month subscription to our popular Stocks, ETF’s and Options TradeLAB to all attendees.\r\n\r\nPlease contact Ken Eriksen for information, pricing and availability.\r\n\r\nHave a great day!\r\n\r\n<strong>Joe Contes and Ken Eriksen\r\nken@riosquant.com\r\nC - 650.683.0051\r\nSkype: kmetrade</strong>\r\n','Protect Your Portfolio: a special training event','','inherit','open','closed','','1488-revision-v1','','','2014-04-14 17:46:16','2014-04-14 17:46:16','',1488,'http://www.thetradingroom.com/1488-revision-v1/',0,'revision','',0),(1494,2,'2014-04-14 17:47:13','2014-04-14 17:47:13','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/quant-rank-4-14.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/quant-rank-4-14.jpg\" alt=\"quant rank 4-14\" width=\"381\" height=\"305\" class=\"aligncenter size-full wp-image-1491\" /></a>\r\n\r\nThe RQ Stocks, ETF’s and Options division is running a special event designed to help investors protect their portfolios in the event of a significant correction in the markets. Based on technical and geopolitical observations, we believe a financial storm may be brewing and have designed a training session to help you protect your stock portfolio. \r\n\r\n<strong>Session 1, Monday April 14th, 8 PM EDT</strong>\r\nOverview of the strategy\r\nUnderstanding the risk involved with asset ownership\r\nA brief discussion of Call and Put options including their associated rights and obligations\r\nVisualizing the risk of a financial position\r\nUtilizing Put options as a form of \"insurance\" for your stock positions\r\nUtilizing Call options to pay for the \"insurance\"\r\n\r\n<strong>Session 2, Tuesday April 15th, 8 PM EDT</strong>\r\nSet up a \"dynamic hedge\"\r\nBasic monthly adjustments\r\nLearn how to make \"intra-month\" adjustments to your position\r\nOrder placement for rolling your hedge up or down\r\nUsing Index options to hedge a portfolio\r\nCreating a hedge for your limited access retirement accounts\r\n\r\nThe two-day event will deliver invaluable information helping you cast a safety net around your portfolio holdings. Don\'t get caught up in the panic of an economic downturn that may not happen tomorrow but many of the experts agree will happen! Be proactive and learn how to protect your portfolio.\r\nThe training session will be recorded and sent to all attendees giving you the opportunity to review and apply these great protection concepts. \r\n\r\nAs a bonus, we are offering a one-month subscription to our popular Stocks, ETF’s and Options TradeLAB to all attendees.\r\n\r\nPlease contact Ken Eriksen for information, pricing and availability.\r\n\r\nHave a great day!\r\n\r\n<strong>Joe Contes and Ken Eriksen\r\nken@riosquant.com\r\nC - 650.683.0051\r\nSkype: kmetrade</strong>\r\n','Protect Your Portfolio: a two part special training event','','inherit','open','closed','','1488-revision-v1','','','2014-04-14 17:47:13','2014-04-14 17:47:13','',1488,'http://www.thetradingroom.com/1488-revision-v1/',0,'revision','',0),(1495,2,'2014-04-14 17:47:46','2014-04-14 17:47:46','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/quant-rank-4-14.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/quant-rank-4-14.jpg\" alt=\"quant rank 4-14\" width=\"381\" height=\"305\" class=\"aligncenter size-full wp-image-1491\" /></a>\r\n\r\nThe RQ Stocks, ETF’s and Options division is running a special event designed to help investors protect their portfolios in the event of a significant correction in the markets. Based on technical and geopolitical observations, we believe a financial storm may be brewing and have designed a training session to help you protect your stock portfolio. \r\n\r\n<strong>Session 1, Monday April 14th, 8 PM EDT</strong>\r\nOverview of the strategy\r\nUnderstanding the risk involved with asset ownership\r\nA brief discussion of Call and Put options including their associated rights and obligations\r\nVisualizing the risk of a financial position\r\nUtilizing Put options as a form of \"insurance\" for your stock positions\r\nUtilizing Call options to pay for the \"insurance\"\r\n\r\n<strong>Session 2, Tuesday April 15th, 8 PM EDT</strong>\r\nSet up a \"dynamic hedge\"\r\nBasic monthly adjustments\r\nLearn how to make \"intra-month\" adjustments to your position\r\nOrder placement for rolling your hedge up or down\r\nUsing Index options to hedge a portfolio\r\nCreating a hedge for your limited access retirement accounts\r\n\r\nThe two-day event will deliver invaluable information helping you cast a safety net around your portfolio holdings. Don\'t get caught up in the panic of an economic downturn that may not happen tomorrow but many of the experts agree will happen! Be proactive and learn how to protect your portfolio.\r\nThe training session will be recorded and sent to all attendees giving you the opportunity to review and apply these great protection concepts. \r\n\r\nAs a bonus, we are offering a one-month subscription to our popular Stocks, ETF’s and Options TradeLAB to all attendees.\r\n\r\nPlease contact Ken Eriksen for information, pricing and availability.\r\n\r\nHave a great day!\r\n\r\n<strong>Joe Contes and Ken Eriksen\r\nken@riosquant.com\r\nC - 650.683.0051\r\nSkype: kmetrade</strong>\r\n','Protect Your Portfolio: a two part special training event for investors','','inherit','open','closed','','1488-revision-v1','','','2014-04-14 17:47:46','2014-04-14 17:47:46','',1488,'http://www.thetradingroom.com/1488-revision-v1/',0,'revision','',0),(1496,2,'2014-04-14 17:48:06','2014-04-14 17:48:06','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/quant-rank-4-14.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/quant-rank-4-14.jpg\" alt=\"quant rank 4-14\" width=\"381\" height=\"305\" class=\"aligncenter size-full wp-image-1491\" /></a>\r\n\r\nThe RQ Stocks, ETF’s and Options division is running a special event designed to help investors protect their portfolios in the event of a significant correction in the markets. Based on technical and geopolitical observations, we believe a financial storm may be brewing and have designed a training session to help you protect your stock portfolio. \r\n\r\n<strong>Session 1, Monday April 14th, 8 PM EDT</strong>\r\nOverview of the strategy\r\nUnderstanding the risk involved with asset ownership\r\nA brief discussion of Call and Put options including their associated rights and obligations\r\nVisualizing the risk of a financial position\r\nUtilizing Put options as a form of \"insurance\" for your stock positions\r\nUtilizing Call options to pay for the \"insurance\"\r\n\r\n<strong>Session 2, Tuesday April 15th, 8 PM EDT</strong>\r\nSet up a \"dynamic hedge\"\r\nBasic monthly adjustments\r\nLearn how to make \"intra-month\" adjustments to your position\r\nOrder placement for rolling your hedge up or down\r\nUsing Index options to hedge a portfolio\r\nCreating a hedge for your limited access retirement accounts\r\n\r\nThe two-day event will deliver invaluable information helping you cast a safety net around your portfolio holdings. Don\'t get caught up in the panic of an economic downturn that may not happen tomorrow but many of the experts agree will happen! Be proactive and learn how to protect your portfolio.\r\nThe training session will be recorded and sent to all attendees giving you the opportunity to review and apply these great protection concepts. \r\n\r\nAs a bonus, we are offering a one-month subscription to our popular Stocks, ETF’s and Options TradeLAB to all attendees.\r\n\r\nPlease contact Ken Eriksen for information, pricing and availability.\r\n\r\nHave a great day!\r\n\r\n<strong>Joe Contes and Ken Eriksen\r\nken@riosquant.com\r\nC - 650.683.0051\r\nSkype: kmetrade</strong>\r\n','Protect Your Portfolio: a two part special training event for active investors','','inherit','open','closed','','1488-revision-v1','','','2014-04-14 17:48:06','2014-04-14 17:48:06','',1488,'http://www.thetradingroom.com/1488-revision-v1/',0,'revision','',0),(1497,2,'2014-04-15 11:28:54','2014-04-15 11:28:54','<strong>UPDATED 7:17 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks declined, after yesterday’s advance, as investors weighed violence in eastern Ukraine and worse-than-forecast German confidence data. U.S. index futures and Asian shares were little changed.\r\n\r\n<strong>BONDS</strong> - Treasuries hit resistance after several days of a bullish run.\r\n\r\n<strong>COMMODITIES</strong> - Gold fell from a three-week high in London on speculation that signs of an improving U.S. economy will curb demand for a haven. \r\n \r\n<strong>CURRENCIES</strong> - The dollar advanced for a third day against the euro before a U.S. report that economists said will show a gauge of manufacturing in the New York region increased in April.\r\n\r\n<strong>ECONOMIC DATA</strong> - CAD Manufacturing Sales, US Core CPI m/m and Empire State Manufacturing Index due at 8:30, Fed Chair Yellen Speaks at 8:45, US TIC Long-Term Purchases at 9:00, NAHB Housing Market Index at 10:00, FOMC Member Plosser Speaks at 15:00, NZD CPI AT 18:45, CNY Industrial Production and GDP at 22:00 ET.\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\" alt=\"pre market open Blue board\" width=\"360\" height=\"266\" class=\"aligncenter size-full wp-image-886\" /></a>\r\n','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-12','','','2014-04-15 11:28:54','2014-04-15 11:28:54','',0,'http://www.thetradingroom.com/?p=1497',0,'post','',0),(1498,2,'2014-04-15 11:28:54','2014-04-15 11:28:54','<strong>UPDATED 7:17 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks declined, after yesterday’s advance, as investors weighed violence in eastern Ukraine and worse-than-forecast German confidence data. U.S. index futures and Asian shares were little changed.\r\n\r\n<strong>BONDS</strong> - Treasuries hit resistance after several days of a bullish run.\r\n\r\n<strong>COMMODITIES</strong> - Gold fell from a three-week high in London on speculation that signs of an improving U.S. economy will curb demand for a haven. \r\n \r\n<strong>CURRENCIES</strong> - The dollar advanced for a third day against the euro before a U.S. report that economists said will show a gauge of manufacturing in the New York region increased in April.\r\n\r\n<strong>ECONOMIC DATA</strong> - CAD Manufacturing Sales, US Core CPI m/m and Empire State Manufacturing Index due at 8:30, Fed Chair Yellen Speaks at 8:45, US TIC Long-Term Purchases at 9:00, NAHB Housing Market Index at 10:00, FOMC Member Plosser Speaks at 15:00, NZD CPI AT 18:45, CNY Industrial Production and GDP at 22:00 ET.\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\" alt=\"pre market open Blue board\" width=\"360\" height=\"266\" class=\"aligncenter size-full wp-image-886\" /></a>\r\n','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1497-revision-v1','','','2014-04-15 11:28:54','2014-04-15 11:28:54','',1497,'http://www.thetradingroom.com/1497-revision-v1/',0,'revision','',0),(1499,2,'2014-04-15 15:54:08','2014-04-15 15:54:08','','QuantSide','','publish','open','closed','','quantside','','','2014-04-15 15:54:08','2014-04-15 15:54:08','',0,'http://www.thetradingroom.com/?page_id=1499',0,'page','',0),(1500,2,'2014-04-15 15:42:40','2014-04-15 15:42:40','','QuantSide','','inherit','open','closed','','1499-revision-v1','','','2014-04-15 15:42:40','2014-04-15 15:42:40','',1499,'http://www.thetradingroom.com/1499-revision-v1/',0,'revision','',0),(1501,2,'2014-04-15 15:50:43','2014-04-15 15:50:43','','be quick be smart','','inherit','open','closed','','be-quick-be-smart','','','2014-04-15 15:50:43','2014-04-15 15:50:43','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/04/be-quick-be-smart.jpg',0,'attachment','image/jpeg',0),(1502,2,'2014-04-16 12:20:48','2014-04-16 12:20:48','<strong>UPDATED 7:23 ET</strong> \r\n\r\n<strong>STOCKS</strong> - European stocks rose, rebounding from a three-week low, as companies from Tesco Plc to Syngenta AG reported financial results and as investors awaited American housing and industrial data. U.S. index futures and Asian shares also climbed.\r\n\r\n<strong>BONDS</strong> - Treasuries fell, with 30-year yields climbing from the lowest level in nine months, as stocks rallied and economists said data today will show U.S. housing starts and industrial production both increased in March.\r\n\r\n<strong>COMMODITIES</strong> - Crude Oil advanced before weekly U.S. inventory data.\r\n \r\n<strong>CURRENCIES</strong> - The yen fell the most in two weeks against the euro after data showed China’s economic growth slowed less in the first quarter than analysts forecast.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Building Permits and Housing Starts due at 8:30, US Capacity Utilization Rate and Industrial Production due at 9:15, BOC Rate Statement at 10:00, Crude Oil Inventories at 10:30, BOC Press Conference at 11:15, Fed Chair Yellen Speaks at 12:15, US Beige Book at 14:00, BOJ Gov Kuroda Speaks 20:30 ET.\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg\" alt=\"world dgital clocks\" width=\"445\" height=\"273\" class=\"aligncenter size-full wp-image-636\" /></a>\r\n\r\n\r\n\r\n','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-13','','','2014-04-16 12:20:48','2014-04-16 12:20:48','',0,'http://www.thetradingroom.com/?p=1502',0,'post','',0),(1503,2,'2014-04-16 12:20:48','2014-04-16 12:20:48','<strong>UPDATED 7:23 ET</strong> \r\n\r\n<strong>STOCKS</strong> - European stocks rose, rebounding from a three-week low, as companies from Tesco Plc to Syngenta AG reported financial results and as investors awaited American housing and industrial data. U.S. index futures and Asian shares also climbed.\r\n\r\n<strong>BONDS</strong> - Treasuries fell, with 30-year yields climbing from the lowest level in nine months, as stocks rallied and economists said data today will show U.S. housing starts and industrial production both increased in March.\r\n\r\n<strong>COMMODITIES</strong> - Crude Oil advanced before weekly U.S. inventory data.\r\n \r\n<strong>CURRENCIES</strong> - The yen fell the most in two weeks against the euro after data showed China’s economic growth slowed less in the first quarter than analysts forecast.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Building Permits and Housing Starts due at 8:30, US Capacity Utilization Rate and Industrial Production due at 9:15, BOC Rate Statement at 10:00, Crude Oil Inventories at 10:30, BOC Press Conference at 11:15, Fed Chair Yellen Speaks at 12:15, US Beige Book at 14:00, BOJ Gov Kuroda Speaks 20:30 ET.\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg\" alt=\"world dgital clocks\" width=\"445\" height=\"273\" class=\"aligncenter size-full wp-image-636\" /></a>\r\n\r\n\r\n\r\n','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1502-revision-v1','','','2014-04-16 12:20:48','2014-04-16 12:20:48','',1502,'http://www.thetradingroom.com/1502-revision-v1/',0,'revision','',0),(1504,2,'2014-04-16 13:39:43','2014-04-16 13:39:43','','NextBig','','publish','open','closed','','nextbig','','','2014-04-16 13:39:43','2014-04-16 13:39:43','',0,'http://www.thetradingroom.com/?page_id=1504',0,'page','',0),(1505,2,'2014-04-16 13:33:35','2014-04-16 13:33:35','','NextBig','','inherit','open','closed','','1504-revision-v1','','','2014-04-16 13:33:35','2014-04-16 13:33:35','',1504,'http://www.thetradingroom.com/1504-revision-v1/',0,'revision','',0),(1507,2,'2014-04-17 11:10:03','2014-04-17 11:10:03','<strong>UPDATED 7:05 ET </strong>\r\n\r\n<strong>STOCKS </strong>- European stocks declined, paring their advance this week, as SAP AG slid after posting worse- than-forecast earnings and sales, outweighing gains by car makers. U.S. index futures slipped, while Asian shares rose.\r\n\r\n<strong>BONDS</strong> - Treasury five-year notes were near the cheapest level since 2010 versus two- and 10-year securities amid speculation economic growth will lead the Federal Reserve to raise interest rates in 2015.\r\n\r\n<strong>COMMODITIES</strong> - Soybeans extended their climb to the highest level in more than 10 months after a report showed record demand from U.S. mills, boosting concern that supplies from the world’s second-biggest exporter would be reduced.\r\n \r\n<strong>CURRENCIES </strong>- The pound rose to the highest level in more than four years versus the dollar as Federal Reserve Chair Janet Yellen signaled the U.S. central bank will keep an accommodative monetary policy that has weakened the greenback.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\" alt=\"Hangseng sign\" width=\"604\" height=\"453\" class=\"aligncenter size-full wp-image-454\" /></a>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1506-revision-v1','','','2014-04-17 11:10:03','2014-04-17 11:10:03','',1506,'http://www.thetradingroom.com/1506-revision-v1/',0,'revision','',0),(1508,2,'2014-04-17 15:47:01','2014-04-17 15:47:01','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/expand-knowledge.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/expand-knowledge.jpg\" alt=\"expand knowledge\" width=\"339\" height=\"300\" class=\"aligncenter size-full wp-image-1509\" /></a>\r\n\r\n<strong>Join RiosQuant trade mentor Steve Schwartz for part 2 of 12 of our 90 Day Quant Trading Program.</strong> If you have been struggling in your trading don\'t miss out on this special training program. It is designed to get you on track with the RiosQuant trading technology and methodology. During this 90 day training program you will receive comprehensive training including the concept, methods, and tools in an easy to understand step by step format. The exact logic is revealed with all the necessary rules needed for understanding and implementing the RiosQuant approach to trading the global financial markets. \r\n\r\n<strong>Thursday - April 17th 20014 - 7:30 pm ET</strong>\r\n<strong>This week\'s part 2 of 12 lesson will cover the Risk On Risk OFF Sentiment and Rotation Flows\r\nTo join the training lesson click on the following link:</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/354575974\">https://www3.gotomeeting.com/register/354575974</a>','90 Day Quant Training Program - Boost Your Trading Knowledge','','publish','open','closed','','90-day-quant-training-program-boost-trading-knowledge','','','2014-04-17 15:47:01','2014-04-17 15:47:01','',0,'http://www.thetradingroom.com/?p=1508',0,'post','',0),(1509,2,'2014-04-17 15:39:04','2014-04-17 15:39:04','','expand knowledge','','inherit','open','closed','','expand-knowledge','','','2014-04-17 15:39:04','2014-04-17 15:39:04','',1508,'http://www.thetradingroom.com/wp-content/uploads/2014/04/expand-knowledge.jpg',0,'attachment','image/jpeg',0),(1510,2,'2014-04-17 15:44:35','2014-04-17 15:44:35','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/expand-knowledge.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/expand-knowledge.jpg\" alt=\"expand knowledge\" width=\"339\" height=\"300\" class=\"aligncenter size-full wp-image-1509\" /></a>\r\n\r\n<strong>Join RiosQuant trade mentor Steve Schwartz for part 2 of 12 of our 90 Day Quant Trading Program.</strong> If you have been struggling in your trading don\'t miss out on this special training program. It is designed to get you on track with the RiosQuant trading technology and methodology. During this 90 day training program you will receive comprehensive training including the concept, methods, and tools in an easy to understand step by step format. The exact logic is revealed with all the necessary rules needed for understanding and implementing the RiosQuant approach to trading the global financial markets. \r\n\r\n<strong>Thursday - April 17th 20014 - 7:30 pm ET</strong>\r\n<strong>This week\'s part 2 of 12 lesson will cover the Risk On Risk OFF Sentiment \r\nTo join the training lesson click on the following link:</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/354575974\">https://www3.gotomeeting.com/register/354575974</a>','90 Day Quant Training Program - Boost Your Trading Knowledge','','inherit','open','closed','','1508-revision-v1','','','2014-04-17 15:44:35','2014-04-17 15:44:35','',1508,'http://www.thetradingroom.com/1508-revision-v1/',0,'revision','',0),(1511,2,'2014-04-17 15:47:01','2014-04-17 15:47:01','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/expand-knowledge.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/expand-knowledge.jpg\" alt=\"expand knowledge\" width=\"339\" height=\"300\" class=\"aligncenter size-full wp-image-1509\" /></a>\r\n\r\n<strong>Join RiosQuant trade mentor Steve Schwartz for part 2 of 12 of our 90 Day Quant Trading Program.</strong> If you have been struggling in your trading don\'t miss out on this special training program. It is designed to get you on track with the RiosQuant trading technology and methodology. During this 90 day training program you will receive comprehensive training including the concept, methods, and tools in an easy to understand step by step format. The exact logic is revealed with all the necessary rules needed for understanding and implementing the RiosQuant approach to trading the global financial markets. \r\n\r\n<strong>Thursday - April 17th 20014 - 7:30 pm ET</strong>\r\n<strong>This week\'s part 2 of 12 lesson will cover the Risk On Risk OFF Sentiment and Rotation Flows\r\nTo join the training lesson click on the following link:</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/354575974\">https://www3.gotomeeting.com/register/354575974</a>','90 Day Quant Training Program - Boost Your Trading Knowledge','','inherit','open','closed','','1508-revision-v1','','','2014-04-17 15:47:01','2014-04-17 15:47:01','',1508,'http://www.thetradingroom.com/1508-revision-v1/',0,'revision','',0),(1512,2,'2014-05-30 07:45:33','2014-05-30 07:45:33','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/jump-start-rq-alogrithms.jpg\"><img class=\"aligncenter size-full wp-image-1513\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/jump-start-rq-alogrithms.jpg\" alt=\"jump start rq alogrithms\" width=\"430\" height=\"268\" /></a>\r\n\r\n<a href=\"http://www.screencast.com/users/TraderJim13/folders/Default/media/0edb0c68-0704-43d1-aeba-2dc2652a62af\">Find out how! Click here to view recorded trading action.</a>\r\n\r\nThe RiosQuant Einstein automated system is a quantitative model designed for specific assignments, such as to exploit short-lived trading opportunities. At the core of the strategy is a proprietary code with forward-looking algorithms designed to forecast and search for potentially key price levels of the markets.\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nThe risk of loss in trading commodity futures contracts can be substantial. You should therefore carefully consider whether such trading is suitable for you in light of your financial condition. You may sustain a total loss of the initial margin funds and any additional funds that you deposit with your broker to establish or maintain a position in the commodity futures market. Hypothetical or simulated performance results have certain limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since trades may or may not have been actually executed, the results may have under or over-compensated for the impact, if any of certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation can, will or is being made that any account will, or is likely to, achieve profits or losses similar to those shown in this hypothetical performance record. We recommend that before you start trading to \"Get the Facts\" from the CFTC or visit the National Futures Association web site for additional information.\r\n\r\n&nbsp;','Jump Start Your Trading','','publish','open','closed','','jump-start-trading','','','2016-10-09 17:20:15','2016-10-09 17:20:15','',0,'http://www.thetradingroom.com/?p=1512',0,'post','',0),(1513,2,'2014-04-19 18:53:20','2014-04-19 18:53:20','','jump start rq alogrithms','','inherit','open','closed','','jump-start-rq-alogrithms','','','2014-04-19 18:53:20','2014-04-19 18:53:20','',1512,'http://www.thetradingroom.com/wp-content/uploads/2014/04/jump-start-rq-alogrithms.jpg',0,'attachment','image/jpeg',0),(1516,2,'2014-04-19 18:56:06','2014-04-19 18:56:06','','Jump Start Your Trading','','inherit','open','closed','','1512-revision-v1','','','2014-04-19 18:56:06','2014-04-19 18:56:06','',1512,'http://www.thetradingroom.com/1512-revision-v1/',0,'revision','',0),(1514,2,'2014-04-19 18:54:33','2014-04-19 18:54:33','<a href=\"http://www.screencast.com/users/TraderJim13/folders/Default/media/0edb0c68-0704-43d1-aeba-2dc2652a62af\">http://www.screencast.com/users/TraderJim13/folders/Default/media/0edb0c68-0704-43d1-aeba-2dc2652a62af</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/jump-start-rq-alogrithms.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/jump-start-rq-alogrithms.jpg\" alt=\"jump start rq alogrithms\" width=\"430\" height=\"268\" class=\"aligncenter size-full wp-image-1513\" /></a>','Jump Start Your Trading','','inherit','open','closed','','1512-revision-v1','','','2014-04-19 18:54:33','2014-04-19 18:54:33','',1512,'http://www.thetradingroom.com/1512-revision-v1/',0,'revision','',0),(1515,2,'2014-05-08 22:18:04','2014-05-08 22:18:04','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/jump-start-rq-alogrithms.jpg\"><img class=\"aligncenter size-full wp-image-1513\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/jump-start-rq-alogrithms.jpg\" alt=\"jump start rq alogrithms\" width=\"430\" height=\"268\" /></a>\n\nFind out how! Click the following link to view recorded trading action.\n\nThe RiosQuant Einstein automated system is a quantitative model designed for specific assignments, such as to exploit short-lived trading opportunities. At the core of the strategy is a proprietary code with forward-looking algorithms designed to forecast and search for potentially key price levels of the markets.','Jump Start Your Trading','','inherit','open','closed','','1512-autosave-v1','','','2014-05-08 22:18:04','2014-05-08 22:18:04','',1512,'http://www.thetradingroom.com/1512-autosave-v1/',0,'revision','',0),(1518,2,'2014-04-19 18:57:33','2014-04-19 18:57:33','','Jump Start Your Trading','','inherit','open','closed','','1512-revision-v1','','','2014-04-19 18:57:33','2014-04-19 18:57:33','',1512,'http://www.thetradingroom.com/1512-revision-v1/',0,'revision','',0),(1517,2,'2014-04-19 18:57:09','2014-04-19 18:57:09','<a href=\"http://www.screencast.com/users/TraderJim13/folders/Default/media/0edb0c68-0704-43d1-aeba-2dc2652a62af\">http://www.screencast.com/users/TraderJim13/folders/Default/media/0edb0c68-0704-43d1-aeba-2dc2652a62af</a>\r\n\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/jump-start-rq-alogrithms.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/jump-start-rq-alogrithms.jpg\" alt=\"jump start rq alogrithms\" width=\"430\" height=\"268\" class=\"aligncenter size-full wp-image-1513\" /></a>','Jump Start Your Trading','','inherit','open','closed','','1512-revision-v1','','','2014-04-19 18:57:09','2014-04-19 18:57:09','',1512,'http://www.thetradingroom.com/1512-revision-v1/',0,'revision','',0),(1519,2,'2014-04-19 18:57:41','2014-04-19 18:57:41','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/jump-start-rq-alogrithms.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/jump-start-rq-alogrithms.jpg\" alt=\"jump start rq alogrithms\" width=\"430\" height=\"268\" class=\"aligncenter size-full wp-image-1513\" /></a>','Jump Start Your Trading','','inherit','open','closed','','1512-revision-v1','','','2014-04-19 18:57:41','2014-04-19 18:57:41','',1512,'http://www.thetradingroom.com/1512-revision-v1/',0,'revision','',0),(1520,2,'2014-04-19 18:58:53','2014-04-19 18:58:53','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/jump-start-rq-alogrithms.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/jump-start-rq-alogrithms.jpg\" alt=\"jump start rq alogrithms\" width=\"430\" height=\"268\" class=\"aligncenter size-full wp-image-1513\" /></a>\r\n\r\n\r\nFind out how!\r\n<a href=\"http://www.screencast.com/users/TraderJim13/folders/Default/media/0edb0c68-0704-43d1-aeba-2dc2652a62af\">http://www.screencast.com/users/TraderJim13/folders/Default/media/0edb0c68-0704-43d1-aeba-2dc2652a62af</a>','Jump Start Your Trading','','inherit','open','closed','','1512-revision-v1','','','2014-04-19 18:58:53','2014-04-19 18:58:53','',1512,'http://www.thetradingroom.com/1512-revision-v1/',0,'revision','',0),(1521,2,'2014-04-19 19:00:30','2014-04-19 19:00:30','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/jump-start-rq-alogrithms.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/jump-start-rq-alogrithms.jpg\" alt=\"jump start rq alogrithms\" width=\"430\" height=\"268\" class=\"aligncenter size-full wp-image-1513\" /></a>\r\n\r\n\r\nFind out how!\r\n<a href=\"http://www.screencast.com/users/TraderJim13/folders/Default/media/0edb0c68-0704-43d1-aeba-2dc2652a62af\"><a href=\"http://www.screencast.com/users/TraderJim13/folders/Default/media/0edb0c68-0704-43d1-aeba-2dc2652a62af\">http://www.screencast.com/users/TraderJim13/folders/Default/media/0edb0c68-0704-43d1-aeba-2dc2652a62af</a></a>','Jump Start Your Trading','','inherit','open','closed','','1512-revision-v1','','','2014-04-19 19:00:30','2014-04-19 19:00:30','',1512,'http://www.thetradingroom.com/1512-revision-v1/',0,'revision','',0),(1746,2,'2014-05-21 16:05:28','2014-05-21 16:05:28','','jog run spring','','inherit','open','closed','','jog-run-spring-2','','','2014-05-21 16:05:28','2014-05-21 16:05:28','',1745,'http://www.thetradingroom.com/wp-content/uploads/2014/05/jog-run-spring1.jpg',0,'attachment','image/jpeg',0),(1747,2,'2014-05-21 16:06:43','2014-05-21 16:06:43','<div style=\"color: #000000;\"><span style=\"color: #222222;\"><b>The RiosQuant 90 Day Trading Program\r\nWorkshop Training </b></span></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #222222;\"><b>Session 7 of 12</b></span></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">Today, <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_653535861\"><span class=\"aQJ\">May 21th at 7:30 pm ET</span></span>!\r\nREGISTER:  <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3kLuX2QwGDrDnAF&amp;b=Q2uXTPXe9B8KUPS4QylPSw\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/266860166</a></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #222222;\"> </span></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #222222;\">Join RiosQuant performance coach Edward EP Preston as he discusses the advantages and benefits of quantitative analysis for uncovering trading opportunities. If you have been struggling in your trading don\'t miss out on this special training program. It is designed to get you on track with the RiosQuant trading technology and methodology. During this 90 day training program you will receive comprehensive training including the concept, methods, and tools in an easy to understand step-by-step format. The exact logic is revealed with all the necessary rules needed for understanding and implementing the RiosQuant approach to trading the global financial markets. </span></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"></div>','90 Day Trading Program - Class 7 of 12','','inherit','open','closed','','1745-revision-v1','','','2014-05-21 16:06:43','2014-05-21 16:06:43','',1745,'http://www.thetradingroom.com/1745-revision-v1/',0,'revision','',0),(1748,2,'2014-05-22 11:47:42','2014-05-22 11:47:42','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:10 am ET </span></span>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2d2b2c;\">Most European stocks rose, with a regional gauge climbing for a second day, as Chinese manufacturing data beat estimates and as minutes from the latest Federal Reserve meeting showed policy makers expect the inflation rate to remain below their target. U.S. index futures were little changed, while Asian shares advanced.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">BONDS - </span><span style=\"color: #2a2a2a;\">Treasuries fell for a second day after Asian and European stocks rose.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Soybeans climbed to the highest level in more than 11 months on signs of rising demand for livestock feed in China, the top consumer of the oilseed.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The Japanese Yen fell for a second day versus the dollar as data signaling an improving outlook for Chinese manufacturing boosted stocks. </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">ECONOMIC DATA -</span><span style=\"font-family: Verdana, Helvetica, sans-serif;\"> US </span></span><span style=\"color: #000000;\">Unemployment Claims and CAD </span><span style=\"color: #000000;\">Core Retail Sales m/m due at 8:30, US </span><span style=\"color: #000000;\">Flash Manufacturing PMI at 9:45, </span><span style=\"color: #000000;\">Existing Home Sales at 10:00, </span><span style=\"color: #000000;\">Natural Gas Storage at 10:30 ET.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n&nbsp;','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-23','','','2014-05-22 11:47:42','2014-05-22 11:47:42','',0,'http://www.thetradingroom.com/?p=1748',0,'post','',0),(1749,2,'2014-05-22 11:46:46','2014-05-22 11:46:46','','pre market open loop','','inherit','open','closed','','pre-market-open-loop','','','2014-05-22 11:46:46','2014-05-22 11:46:46','',1748,'http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-loop.jpg',0,'attachment','image/jpeg',0),(1750,2,'2014-05-22 11:47:42','2014-05-22 11:47:42','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:10 am ET </span></span>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2d2b2c;\">Most European stocks rose, with a regional gauge climbing for a second day, as Chinese manufacturing data beat estimates and as minutes from the latest Federal Reserve meeting showed policy makers expect the inflation rate to remain below their target. U.S. index futures were little changed, while Asian shares advanced.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">BONDS - </span><span style=\"color: #2a2a2a;\">Treasuries fell for a second day after Asian and European stocks rose.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Soybeans climbed to the highest level in more than 11 months on signs of rising demand for livestock feed in China, the top consumer of the oilseed.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The Japanese Yen fell for a second day versus the dollar as data signaling an improving outlook for Chinese manufacturing boosted stocks. </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">ECONOMIC DATA -</span><span style=\"font-family: Verdana, Helvetica, sans-serif;\"> US </span></span><span style=\"color: #000000;\">Unemployment Claims and CAD </span><span style=\"color: #000000;\">Core Retail Sales m/m due at 8:30, US </span><span style=\"color: #000000;\">Flash Manufacturing PMI at 9:45, </span><span style=\"color: #000000;\">Existing Home Sales at 10:00, </span><span style=\"color: #000000;\">Natural Gas Storage at 10:30 ET.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n&nbsp;','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1748-revision-v1','','','2014-05-22 11:47:42','2014-05-22 11:47:42','',1748,'http://www.thetradingroom.com/1748-revision-v1/',0,'revision','',0),(1752,2,'2014-05-23 11:10:15','2014-05-23 11:10:15','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:05 am ET </span></span>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2d2b2c;\">European stocks were little changed, with the region’s benchmark index heading for its sixth weekly gain, as investors awaited data that may show a rebound in U.S. housing activity. U.S. index futures were also little changed, while Asian shares rose.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">BONDS - </span><span style=\"color: #2a2a2a;\">Treasuries headed for their steepest weekly loss in a month on the last day of the week.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Soybeans rose in Chicago, extending the biggest weekly gain since August, on signs exports from the U.S. are increasing amid a rebound in Chinese demand. </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The euro dropped to a three-month low versus the dollar as the Ifo institute’s gauge of German business confidence fell, adding to signs that may prompt the European Central Bank to boost stimulus as soon as next month.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">ECONOMIC DATA -</span><span style=\"font-family: Verdana, Helvetica, sans-serif;\"> CAD </span></span><span style=\"color: #000000;\">Core CPI m/m due at 8:30, US </span><span style=\"color: #000000;\">New Home Sales at 10:00 ET.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n&nbsp;','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1751-revision-v1','','','2014-05-23 11:10:15','2014-05-23 11:10:15','',1751,'http://www.thetradingroom.com/1751-revision-v1/',0,'revision','',0),(1753,2,'2014-05-23 18:28:30','2014-05-23 18:28:30','<em><strong>Finally</strong><strong>, a trading tool that uncovers the velocity in the markets!</strong></em>\r\n\r\nAnnouncing a major breakthrough for traders! The powerful algorithms that once awed strategy developers have finally been released.The result is a tool originally showcased 13 years ago at the premier conference dedicated to trading strategy development, Omega World 2000. Its accuracy continues to be marveled by the professional trading community and it’s the only trading tool of its kind!\r\n\r\n<em><strong>Discover how the RQ-Tech will guide you to...</strong></em>\r\n<ul>\r\n	<li>Identify market behavior instantly - find out what is really going on in the markets</li>\r\n	<li>Truly understand market dynamics - track and follow the money rotation flows</li>\r\n	<li>Pinpoint the markets most poised for volatility - key levels for break outs</li>\r\n</ul>\r\n<a href=\"http://www.riosquant.com/requestdemo?product_id=22\">For a two week free trial click here!</a>\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nThe risk of loss in trading commodity futures contracts can be substantial. You should therefore carefully consider whether such trading is suitable for you in light of your financial condition. You may sustain a total loss of the initial margin funds and any additional funds that you deposit with your broker to establish or maintain a position in the commodity futures market.','Velocity Trading - Grab it! (if you can)','','publish','open','closed','','velocity-trading-grab-can','','','2016-10-09 17:21:38','2016-10-09 17:21:38','',0,'http://www.thetradingroom.com/?p=1753',0,'post','',0),(1754,2,'2014-05-23 18:10:00','2014-05-23 18:10:00','','i cannot trade without','','inherit','open','closed','','i-cannot-trade-without','','','2014-05-23 18:10:00','2014-05-23 18:10:00','',1753,'http://www.thetradingroom.com/wp-content/uploads/2014/05/i-cannot-trade-without.jpg',0,'attachment','image/jpeg',0),(1755,2,'2014-05-23 18:21:01','2014-05-23 18:21:01','<strong>Finally</strong><strong>, a trading tool that uncovers the velocity in the markets!</strong>\r\n\r\nAnnouncing a major breakthrough for traders! The powerful algorithms that once awed strategy developers have finally been released.The result is a tool originally showcased 13 years ago at the premier conference dedicated to trading strategy development, Omega World 2000. Its accuracy continues to be marveled by the professional trading community and it’s the only trading tool of its kind!\r\n\r\n<strong>Discover how the RQ-Tech will guide you to...</strong>\r\n\r\nIdentify market behavior instantly - find out what is really going on in the markets\r\n\r\nTruly understand market dynamics - track and follow the money rotation flows\r\n\r\nPinpoint the markets most poised for volatility - key levels for break outs\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Velocity Trading - Grab it!','','inherit','open','closed','','1753-revision-v1','','','2014-05-23 18:21:01','2014-05-23 18:21:01','',1753,'http://www.thetradingroom.com/1753-revision-v1/',0,'revision','',0),(1756,2,'2014-05-23 18:22:53','2014-05-23 18:22:53','<strong>Finally</strong><strong>, a trading tool that uncovers the velocity in the markets!</strong>\r\n\r\nAnnouncing a major breakthrough for traders! The powerful algorithms that once awed strategy developers have finally been released.The result is a tool originally showcased 13 years ago at the premier conference dedicated to trading strategy development, Omega World 2000. Its accuracy continues to be marveled by the professional trading community and it’s the only trading tool of its kind!\r\n\r\n<strong>Discover how the RQ-Tech will guide you to...</strong>\r\n\r\nIdentify market behavior instantly - find out what is really going on in the markets\r\n\r\nTruly understand market dynamics - track and follow the money rotation flows\r\n\r\nPinpoint the markets most poised for volatility - key levels for break outs\r\n\r\n<a href=\"http://www.riosquant.com/requestdemo?product_id=22\">For a two week free trial click here!</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Velocity Trading - Grab it!','','inherit','open','closed','','1753-revision-v1','','','2014-05-23 18:22:53','2014-05-23 18:22:53','',1753,'http://www.thetradingroom.com/1753-revision-v1/',0,'revision','',0),(1757,2,'2014-05-23 18:23:45','2014-05-23 18:23:45','<strong>Finally</strong><strong>, a trading tool that uncovers the velocity in the markets!</strong>\r\n\r\nAnnouncing a major breakthrough for traders! The powerful algorithms that once awed strategy developers have finally been released.The result is a tool originally showcased 13 years ago at the premier conference dedicated to trading strategy development, Omega World 2000. Its accuracy continues to be marveled by the professional trading community and it’s the only trading tool of its kind!\r\n\r\n<strong>Discover how the RQ-Tech will guide you to...</strong>\r\n\r\nIdentify market behavior instantly - find out what is really going on in the markets\r\n\r\nTruly understand market dynamics - track and follow the money rotation flows\r\n\r\nPinpoint the markets most poised for volatility - key levels for break outs\r\n\r\n<a href=\"http://www.riosquant.com/requestdemo?product_id=22\">For a two week free trial click here!</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Velocity Trading - Grab it! (if you can)','','inherit','open','closed','','1753-revision-v1','','','2014-05-23 18:23:45','2014-05-23 18:23:45','',1753,'http://www.thetradingroom.com/1753-revision-v1/',0,'revision','',0),(1758,2,'2014-05-23 18:24:11','2014-05-23 18:24:11','<strong>Finally</strong><strong>, a trading tool that uncovers the velocity in the markets!</strong>\r\n\r\nAnnouncing a major breakthrough for traders! The powerful algorithms that once awed strategy developers have finally been released.The result is a tool originally showcased 13 years ago at the premier conference dedicated to trading strategy development, Omega World 2000. Its accuracy continues to be marveled by the professional trading community and it’s the only trading tool of its kind!\r\n\r\n<strong>Discover how the RQ-Tech will guide you to...</strong>\r\n<ul>\r\n	<li>Identify market behavior instantly - find out what is really going on in the markets</li>\r\n	<li>Truly understand market dynamics - track and follow the money rotation flows</li>\r\n	<li>Pinpoint the markets most poised for volatility - key levels for break outs</li>\r\n</ul>\r\n<a href=\"http://www.riosquant.com/requestdemo?product_id=22\">For a two week free trial click here!</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Velocity Trading - Grab it! (if you can)','','inherit','open','closed','','1753-revision-v1','','','2014-05-23 18:24:11','2014-05-23 18:24:11','',1753,'http://www.thetradingroom.com/1753-revision-v1/',0,'revision','',0),(1759,2,'2014-05-23 18:26:25','2014-05-23 18:26:25','<em><strong>Finally</strong><strong>, a trading tool that uncovers the velocity in the markets!</strong></em>\r\n\r\nAnnouncing a major breakthrough for traders! The powerful algorithms that once awed strategy developers have finally been released.The result is a tool originally showcased 13 years ago at the premier conference dedicated to trading strategy development, Omega World 2000. Its accuracy continues to be marveled by the professional trading community and it’s the only trading tool of its kind!\r\n\r\n<em><strong>Discover how the RQ-Tech will guide you to...</strong></em>\r\n<ul>\r\n	<li>Identify market behavior instantly - find out what is really going on in the markets</li>\r\n	<li>Truly understand market dynamics - track and follow the money rotation flows</li>\r\n	<li>Pinpoint the markets most poised for volatility - key levels for break outs</li>\r\n</ul>\r\n<a href=\"http://www.riosquant.com/requestdemo?product_id=22\">For a two week free trial click here!</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Velocity Trading - Grab it! (if you can)','','inherit','open','closed','','1753-revision-v1','','','2014-05-23 18:26:25','2014-05-23 18:26:25','',1753,'http://www.thetradingroom.com/1753-revision-v1/',0,'revision','',0),(1760,2,'2014-05-27 11:15:44','2014-05-27 11:15:44','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:15 am ET </span></span>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks rose for a fifth day, extending a six-year high, as investors awaited U.S. data on durable-goods orders and consumer confidence. U.S. index futures advanced, while Asian shares were little changed.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">BONDS - </span><span style=\"color: #2a2a2a;\">Treasury two-year notes were poised to draw the lowest auction yield in three months as investors prepared to bid for $31 billion of the securities today.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Copper reached an 11-week high in London on speculation the government in China, the biggest consumer of the metal, will move to stoke the nation’s economy.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The dollar retreated from gains that pushed it to a one-month high against its major peers last week before a report economists said will show U.S. durable goods orders dropped in April.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">ECONOMIC DATA -</span><span style=\"font-family: Verdana, Helvetica, sans-serif;\"> US </span></span><span style=\"color: #000000;\">Core Durable Goods Orders m/m due at 8:30, </span><span style=\"color: #000000;\">S&amp;P/CS Composite-20 HPI y/y at 9:00, </span><span style=\"color: #000000;\">ECB President Draghi Speaks at 9:30, </span><span style=\"color: #000000;\">CB Consumer Confidence at 10:00, </span><span style=\"color: #000000;\">BOE Gov Carney Speaks at 15:00, </span><span style=\"color: #000000;\">BOJ Gov Kuroda Speaks at 20:00, NZD </span><span style=\"color: #000000;\">ANZ Business Confidence at 21:00 ET.</span></div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-25','','','2014-05-27 11:15:44','2014-05-27 11:15:44','',0,'http://www.thetradingroom.com/?p=1760',0,'post','',0),(1761,2,'2014-05-27 11:15:44','2014-05-27 11:15:44','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:15 am ET </span></span>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks rose for a fifth day, extending a six-year high, as investors awaited U.S. data on durable-goods orders and consumer confidence. U.S. index futures advanced, while Asian shares were little changed.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">BONDS - </span><span style=\"color: #2a2a2a;\">Treasury two-year notes were poised to draw the lowest auction yield in three months as investors prepared to bid for $31 billion of the securities today.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Copper reached an 11-week high in London on speculation the government in China, the biggest consumer of the metal, will move to stoke the nation’s economy.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The dollar retreated from gains that pushed it to a one-month high against its major peers last week before a report economists said will show U.S. durable goods orders dropped in April.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">ECONOMIC DATA -</span><span style=\"font-family: Verdana, Helvetica, sans-serif;\"> US </span></span><span style=\"color: #000000;\">Core Durable Goods Orders m/m due at 8:30, </span><span style=\"color: #000000;\">S&amp;P/CS Composite-20 HPI y/y at 9:00, </span><span style=\"color: #000000;\">ECB President Draghi Speaks at 9:30, </span><span style=\"color: #000000;\">CB Consumer Confidence at 10:00, </span><span style=\"color: #000000;\">BOE Gov Carney Speaks at 15:00, </span><span style=\"color: #000000;\">BOJ Gov Kuroda Speaks at 20:00, NZD </span><span style=\"color: #000000;\">ANZ Business Confidence at 21:00 ET.</span></div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1760-revision-v1','','','2014-05-27 11:15:44','2014-05-27 11:15:44','',1760,'http://www.thetradingroom.com/1760-revision-v1/',0,'revision','',0),(1762,2,'2014-05-27 11:33:07','2014-05-27 11:33:07','<div style=\"text-align: left;\" align=\"right\">This past week trading conditions in most markets continued to be sideways with very low volume. There was little news, but the risk markets seemed to take it as slightly positive. Forward earnings estimates rose for the sixth consecutive week and leading economic indicators rose 0.4%, beating expectations.  However jobless claims increased by 28K, worse than expectations and existing home sales missed growth expectations.</div>\r\n<div style=\"text-align: left;\" align=\"right\"></div>\r\n<div style=\"text-align: left;\" align=\"right\">I have always focused on the US bond market but I have been very keen on bond market behavior since the beginning of this year. Interest rate yields has the potential to impact the global financial markets, especially the currency market. From March of last year we saw a rally in interest rates yields that lasted to the autumn of 2013 and we have also been hearing taper chatter circling among various trading departments. Despite the assumed recovery that is supportive of higher interest rates yields, we\'ve actually seen the opposite as yields have been falling since the beginning of this year. This current environment appears to be favoring risk assets as low rates mean lower borrowing costs which usually translates into higher profits particularly risk assets. In the week ahead I will continue to look at the bond market and the correlation with stock indices, the Japanese yen and the risk assets.</div>\r\n<div style=\"text-align: left;\" align=\"right\"></div>\r\n<div style=\"text-align: left;\" align=\"right\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/05/ty-3-yrs.jpg\"><img class=\"aligncenter size-large wp-image-1763\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/05/ty-3-yrs-1024x502.jpg\" alt=\"ty 3 yrs\" width=\"1024\" height=\"502\" /></a></div>\r\n<div style=\"text-align: left;\" align=\"right\"></div>\r\n<div style=\"text-align: left;\" align=\"right\">US Ten Year Treasury Note chart - Recent technical ascending triangle breakout pushing interest rate yields lower.</div>\r\n<div style=\"text-align: left;\" align=\"right\">\r\n<div align=\"right\">\r\n<div align=\"right\">\r\n<div align=\"right\">\r\n<div align=\"right\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div align=\"right\"><span style=\"font-family: \'Comic Sans MS\', cursive; font-size: large;\">Joe Rios</span>\r\n<span style=\"font-size: medium;\">Chief Market Strategist</span>\r\n<a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/550a4d021f/TEST/0b5041271c\" target=\"_blank\">www.riosquant.com</a></div>\r\n<div align=\"right\"></div>\r\n<div align=\"right\">\r\n<h2 style=\"text-align: center;\">Live Rooms and Events</h2>\r\n<p style=\"text-align: center;\">Please take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n</p>\r\n<p style=\"text-align: center;\"><b>Contact Information for your Support Needs: </b>\r\nAmber Little, RQ Client Relations Manager\r\nemail: amber@riosquant.com\r\nskype: alittlemobile\r\ncellphone: 415.336.7272</p>\r\n<p style=\"text-align: center;\"><strong>Live Trading Rooms and Events:</strong></p>\r\n<p style=\"text-align: center;\"><strong>The Trading Room </strong><strong>TradeLAB  - </strong><strong>Global Trading with Quantitative Technologies</strong></p>\r\n<p style=\"text-align: center;\"><strong>Tuesday through Friday beginning at 7:30 AM ET</strong></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www3.gotomeeting.com/register/969856206\">https://www3.gotomeeting.com/register/969856206</a></strong></p>\r\n<p style=\"text-align: center;\">RQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</p>\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\"><strong>Insider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios</strong></p>\r\n<p style=\"text-align: center;\"><strong>Wednesday and Thursday beginning at 1<span data-term=\"goog_336287304\">:30 PM ET</span></strong></p>\r\n<p style=\"text-align: center;\"><strong>Subscription Only!</strong></p>\r\n<p style=\"text-align: center;\">_______________________________________________</p>\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\"><strong>The Trading Room EDU - Educational Workshop  - </strong><strong>Covering the Rios Quant  Indicators:</strong></p>\r\n<p style=\"text-align: center;\"><strong>Tuesday beginning at 7:30 PM ET</strong></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www3.gotomeeting.com/register/969842326\">https://www3.gotomeeting.com/register/969842326</a></strong></p>\r\n<p style=\"text-align: center;\">Topic: Trading can be as Simple as Locating</p>\r\n<p style=\"text-align: center;\">            Support and Resistance</p>\r\n<p style=\"text-align: center;\">Presenter: Steve Schwartz</p>\r\n<p style=\"text-align: center;\"><strong> </strong></p>\r\n<p style=\"text-align: center;\"><strong>Wednesday beginning at 7:30 PM ET</strong></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www3.gotomeeting.com/register/307875510\">https://www3.gotomeeting.com/register/307875510</a></strong></p>\r\n<p style=\"text-align: center;\">The Next Big Swing with Edward Preston</p>\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\"><strong>Saturday beginning at 10:30 AM ET</strong></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www3.gotomeeting.com/register/969848822\">https://www3.gotomeeting.com/register/969848822</a></strong></p>\r\n<p style=\"text-align: center;\">Topic: Be a momentum trader with the RQ-Channel indicator</p>\r\n<p style=\"text-align: center;\">Presenter: Steve Schwartz</p>\r\n<p style=\"text-align: center;\">_______________________________________________</p>\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\"><strong>The RiosQuant 90 Day Trading Program - Workshop</strong></p>\r\n<p style=\"text-align: center;\"><strong>Thursday beginning at 7:00 PM ET</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www3.gotomeeting.com/register/280440950\"><strong>https://www3.gotomeeting.com/register/280440950</strong></a></p>\r\n<p style=\"text-align: center;\">Training Session 8 of 12 with Steve Schwartz</p>\r\n\r\n<h2 style=\"text-align: center;\">MONDAY</h2>\r\n<p style=\"text-align: center;\"><strong>Economic Data Release - Market Movers\r\n</strong></p>\r\n<p style=\"text-align: center;\">US Holiday</p>\r\n\r\n<h2 style=\"text-align: center;\">TUESDAY</h2>\r\n<p style=\"text-align: center;\"><strong>Economic Data Release - Market Movers\r\n</strong></p>\r\n<p style=\"text-align: center;\">USD - Core Durable Goods Orders  – 8:30 AM ET</p>\r\n<p style=\"text-align: center;\">EUR - ECB President Draghi Speaks – 9:30 AM ET</p>\r\n<p style=\"text-align: center;\">USD - CB Consumer Confidence  – 10:00 AM ET</p>\r\n<p style=\"text-align: center;\">JPY - BOJ Gov. Kurdoda Speaks – 8:00 PM ET</p>\r\n<p style=\"text-align: center;\">NZD - ANZ Business Confidence  – 9:00 PM ET</p>\r\n\r\n<h2 style=\"text-align: center;\">WEDNESDAY</h2>\r\n<p style=\"text-align: center;\"><strong>Economic Data Release - Market Movers</strong></p>\r\n<p style=\"text-align: center;\">AUD - Private Capital Expenditure – 9:30 PM ET</p>\r\n\r\n<h2 style=\"text-align: center;\">THURSDAY</h2>\r\n<p style=\"text-align: center;\"><strong>Economic Data Release - Market Movers</strong></p>\r\n<p style=\"text-align: center;\">USD - Preliminary GDP and Unemployment Claims – 8:30 AM ET\r\nUSD - Pending Home Sales – 10:00 AM ET</p>\r\n<p style=\"text-align: center;\">USD - Natural Gas Storage – 10:30 AM ET</p>\r\n<p style=\"text-align: center;\">USD - Crude Oil Inventories – 11:00 AM ET</p>\r\n\r\n<h2 style=\"text-align: center;\">FRIDAY</h2>\r\n<p style=\"text-align: center;\"><strong>Economic Data Release - Market Movers</strong></p>\r\n<p style=\"text-align: center;\">CAD - GDP – 8:30 AM ET</p>\r\n<p style=\"text-align: center;\">USD - Personal Spending – 8:30 AM ET</p>\r\n<p style=\"text-align: center;\">USD - Chicago PMI – 9:45 AM ET</p>\r\n<p style=\"text-align: center;\">USD - Revised UoM Consumer Sentiment – 9:55 AM ET</p>\r\n\r\n</div>\r\n<div style=\"text-align: center;\" align=\"right\"></div>\r\n<div style=\"text-align: center;\" align=\"right\">COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n<div style=\"text-align: center;\" align=\"right\"></div>\r\n<div style=\"text-align: center;\" align=\"right\"></div>\r\n<div style=\"text-align: center;\" align=\"right\"></div>\r\n<div style=\"text-align: center;\" align=\"right\"></div>\r\n<div style=\"text-align: center;\" align=\"right\"></div>\r\n</div>\r\n<div style=\"text-align: center;\" align=\"right\"></div>\r\n<div style=\"text-align: center;\" align=\"right\"></div>','The Week Ahead in the Markets - by Joe Rios','','publish','open','closed','','week-ahead-markets-joe-rios','','','2014-05-27 11:33:07','2014-05-27 11:33:07','',0,'http://www.thetradingroom.com/?p=1762',0,'post','',0),(1763,2,'2014-05-27 11:21:51','2014-05-27 11:21:51','','ty 3 yrs','','inherit','open','closed','','ty-3-yrs','','','2014-05-27 11:21:51','2014-05-27 11:21:51','',1762,'http://www.thetradingroom.com/wp-content/uploads/2014/05/ty-3-yrs.jpg',0,'attachment','image/jpeg',0),(1765,2,'2014-05-27 11:30:35','2014-05-27 11:30:35','<div style=\"text-align: left;\" align=\"right\">This past week trading conditions in most markets continued to be sideways with very low volume. There was little news, but the risk markets seemed to take it as slightly positive. Forward earnings estimates rose for the sixth consecutive week and leading economic indicators rose 0.4%, beating expectations.  However jobless claims increased by 28K, worse than expectations and existing home sales missed growth expectations.</div>\r\n<div style=\"text-align: left;\" align=\"right\"></div>\r\n<div style=\"text-align: left;\" align=\"right\">I have always focused on the US bond market but I have been very keen on bond market behavior since the beginning of this year. Interest rate yields has the potential to impact the global financial markets, especially the currency market. From March of last year we saw a rally in interest rates yields that lasted to the autumn of 2013 and we have also been hearing taper chatter circling among various trading departments. Despite the assumed recovery that is supportive of higher interest rates yields, we\'ve actually seen the opposite as yields have been falling since the beginning of this year. This current environment appears to be favoring risk assets as low rates mean lower borrowing costs which usually translates into higher profits particularly risk assets. In the week ahead I will continue to look at the bond market and the correlation with stock indices, the Japanese yen and the risk assets.</div>\r\n<div style=\"text-align: left;\" align=\"right\"></div>\r\n<div style=\"text-align: left;\" align=\"right\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/05/ty-3-yrs.jpg\"><img class=\"aligncenter size-large wp-image-1763\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/05/ty-3-yrs-1024x502.jpg\" alt=\"ty 3 yrs\" width=\"1024\" height=\"502\" /></a></div>\r\n<div style=\"text-align: left;\" align=\"right\"></div>\r\n<div style=\"text-align: left;\" align=\"right\">US Ten Year Treasury Note chart - Recent technical ascending triangle breakout pushing interest rate yields lower.</div>\r\n<div style=\"text-align: left;\" align=\"right\">\r\n<div align=\"right\">\r\n<div align=\"right\">\r\n<div align=\"right\">\r\n<div align=\"right\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div align=\"right\"><span style=\"font-family: \'Comic Sans MS\', cursive; font-size: large;\">Joe Rios</span>\r\n<span style=\"font-size: medium;\">Chief Market Strategist</span>\r\n<a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/550a4d021f/TEST/0b5041271c\" target=\"_blank\">www.riosquant.com</a></div>\r\n<div align=\"right\"></div>\r\n<div align=\"right\">\r\n<h2 style=\"text-align: center;\">Live Rooms and Events</h2>\r\n<p style=\"text-align: center;\">Please take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n</p>\r\n<p style=\"text-align: center;\"><b>Contact Information for your Support Needs: </b>\r\nAmber Little, RQ Client Relations Manager\r\nemail: amber@riosquant.com\r\nskype: alittlemobile\r\ncellphone: 415.336.7272</p>\r\n<p style=\"text-align: center;\"><strong>Live Trading Rooms and Events:</strong></p>\r\n<p style=\"text-align: center;\"><strong>The Trading Room </strong><strong>TradeLAB  - </strong><strong>Global Trading with Quantitative Technologies</strong></p>\r\n<p style=\"text-align: center;\"><strong>Tuesday through Friday beginning at 7:30 AM ET</strong></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www3.gotomeeting.com/register/969856206\">https://www3.gotomeeting.com/register/969856206</a></strong></p>\r\n<p style=\"text-align: center;\">RQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</p>\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\"><strong>Insider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios</strong></p>\r\n<p style=\"text-align: center;\"><strong>Wednesday and Thursday beginning at 1<span data-term=\"goog_336287304\">:30 PM ET</span></strong></p>\r\n<p style=\"text-align: center;\"><strong>Subscription Only!</strong></p>\r\n<p style=\"text-align: center;\">_______________________________________________</p>\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\"><strong>The Trading Room EDU - Educational Workshop  - </strong><strong>Covering the Rios Quant  Indicators:</strong></p>\r\n<p style=\"text-align: center;\"><strong>Tuesday beginning at 7:30 PM ET</strong></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www3.gotomeeting.com/register/969842326\">https://www3.gotomeeting.com/register/969842326</a></strong></p>\r\n<p style=\"text-align: center;\">Topic: Trading can be as Simple as Locating</p>\r\n<p style=\"text-align: center;\">            Support and Resistance</p>\r\n<p style=\"text-align: center;\">Presenter: Steve Schwartz</p>\r\n<p style=\"text-align: center;\"><strong> </strong></p>\r\n<p style=\"text-align: center;\"><strong>Wednesday beginning at 7:30 PM ET</strong></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www3.gotomeeting.com/register/307875510\">https://www3.gotomeeting.com/register/307875510</a></strong></p>\r\n<p style=\"text-align: center;\">The Next Big Swing with Edward Preston</p>\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\"><strong>Saturday beginning at 10:30 AM ET</strong></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www3.gotomeeting.com/register/969848822\">https://www3.gotomeeting.com/register/969848822</a></strong></p>\r\n<p style=\"text-align: center;\">Topic: Be a momentum trader with the RQ-Channel indicator</p>\r\n<p style=\"text-align: center;\">Presenter: Steve Schwartz</p>\r\n<p style=\"text-align: center;\">_______________________________________________</p>\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\"><strong>The RiosQuant 90 Day Trading Program - Workshop</strong></p>\r\n<p style=\"text-align: center;\"><strong>Thursday beginning at 7:00 PM ET</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www3.gotomeeting.com/register/280440950\"><strong>https://www3.gotomeeting.com/register/280440950</strong></a></p>\r\n<p style=\"text-align: center;\">Training Session 8 of 12 with Steve Schwartz</p>\r\n\r\n<h2 style=\"text-align: center;\">MONDAY</h2>\r\n<p style=\"text-align: center;\"><strong>Economic Data Release - Market Movers\r\n</strong></p>\r\n<p style=\"text-align: center;\">US Holiday</p>\r\n\r\n<h2 style=\"text-align: center;\">TUESDAY</h2>\r\n<p style=\"text-align: center;\"><strong>Economic Data Release - Market Movers\r\n</strong></p>\r\n<p style=\"text-align: center;\">USD - Core Durable Goods Orders  – 8:30 AM ET</p>\r\n<p style=\"text-align: center;\">EUR - ECB President Draghi Speaks – 9:30 AM ET</p>\r\n<p style=\"text-align: center;\">USD - CB Consumer Confidence  – 10:00 AM ET</p>\r\n<p style=\"text-align: center;\">JPY - BOJ Gov. Kurdoda Speaks – 8:00 PM ET</p>\r\n<p style=\"text-align: center;\">NZD - ANZ Business Confidence  – 9:00 PM ET</p>\r\n\r\n<h2 style=\"text-align: center;\">WEDNESDAY</h2>\r\n<p style=\"text-align: center;\"><strong>Economic Data Release - Market Movers</strong></p>\r\n<p style=\"text-align: center;\">AUD - Private Capital Expenditure – 9:30 PM ET</p>\r\n\r\n<h2 style=\"text-align: center;\">THURSDAY</h2>\r\n<p style=\"text-align: center;\"><strong>Economic Data Release - Market Movers</strong></p>\r\n<p style=\"text-align: center;\">USD - Preliminary GDP and Unemployment Claims – 8:30 AM ET\r\nUSD - Pending Home Sales – 10:00 AM ET</p>\r\n<p style=\"text-align: center;\">USD - Natural Gas Storage – 10:30 AM ET</p>\r\n<p style=\"text-align: center;\">USD - Crude Oil Inventories – 11:00 AM ET</p>\r\n\r\n<h2 style=\"text-align: center;\">FRIDAY</h2>\r\n<p style=\"text-align: center;\"><strong>Economic Data Release - Market Movers</strong></p>\r\n<p style=\"text-align: center;\">CAD - GDP – 8:30 AM ET</p>\r\n<p style=\"text-align: center;\">USD - Personal Spending – 8:30 AM ET</p>\r\n<p style=\"text-align: center;\">USD - Chicago PMI – 9:45 AM ET</p>\r\n<p style=\"text-align: center;\">USD - Revised UoM Consumer Sentiment – 9:55 AM ET</p>\r\n\r\n</div>\r\n<div style=\"text-align: center;\" align=\"right\"></div>\r\n<div style=\"text-align: center;\" align=\"right\">COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n<div style=\"text-align: center;\" align=\"right\"></div>\r\n<div style=\"text-align: center;\" align=\"right\"></div>\r\n<div style=\"text-align: center;\" align=\"right\"></div>\r\n<div style=\"text-align: center;\" align=\"right\"></div>\r\n<div style=\"text-align: center;\" align=\"right\"></div>\r\n</div>\r\n<div style=\"text-align: center;\" align=\"right\"></div>\r\n<div style=\"text-align: center;\" align=\"right\"></div>','The Week Ahead in the Markets - by Joe Rios','','inherit','open','closed','','1762-revision-v1','','','2014-05-27 11:30:35','2014-05-27 11:30:35','',1762,'http://www.thetradingroom.com/1762-revision-v1/',0,'revision','',0),(1764,2,'2014-05-27 11:25:16','2014-05-27 11:25:16','<div style=\"text-align: left;\" align=\"right\">This past week trading conditions in most markets continued to be sideways with very low volume. There was little news, but the risk markets seemed to take it as slightly positive. Forward earnings estimates rose for the sixth consecutive week and leading economic indicators rose 0.4%, beating expectations.  However jobless claims increased by 28K, worse than expectations and existing home sales missed growth expectations.</div>\r\n<div style=\"text-align: left;\" align=\"right\"></div>\r\n<div style=\"text-align: left;\" align=\"right\">I have always focused on the US bond market but I have been very keen on bond market behavior since the beginning of this year. Interest rate yields has the potential to impact the global financial markets, especially the currency market. From March of last year we saw a rally in interest rates yields that lasted to the autumn of 2013 and we have also been hearing taper chatter circling among various trading departments. Despite the assumed recovery that is supportive of higher interest rates yields, we\'ve actually seen the opposite as yields have been falling since the beginning of this year. This current environment appears to be favoring risk assets as low rates mean lower borrowing costs which usually translates into higher profits particularly risk assets. In the week ahead I will continue to look at the bond market and the correlation with stock indices, the Japanese yen and the risk assets.</div>\r\n<div style=\"text-align: left;\" align=\"right\"></div>\r\n<div style=\"text-align: left;\" align=\"right\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/05/ty-3-yrs.jpg\"><img class=\"aligncenter size-large wp-image-1763\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/05/ty-3-yrs-1024x502.jpg\" alt=\"ty 3 yrs\" width=\"1024\" height=\"502\" /></a></div>\r\n<div style=\"text-align: left;\" align=\"right\"></div>\r\n<div style=\"text-align: left;\" align=\"right\">US Ten Year Treasury Note chart - Recent technical ascending triangle breakout pushing interest rate yields lower.</div>\r\n<div style=\"text-align: left;\" align=\"right\">\r\n<div align=\"right\">\r\n<div align=\"right\">\r\n<div align=\"right\">\r\n<div align=\"right\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div align=\"right\"><span style=\"font-family: \'Comic Sans MS\', cursive; font-size: large;\">Joe Rios</span>\r\n<span style=\"font-size: medium;\">Chief Market Strategist</span>\r\n<a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/550a4d021f/TEST/0b5041271c\" target=\"_blank\">www.riosquant.com</a></div>\r\n<div align=\"right\"></div>\r\n<div align=\"right\">\r\n<h2 style=\"text-align: center;\">Live Rooms and Events</h2>\r\n<p style=\"text-align: center;\">Please take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n</p>\r\n<p style=\"text-align: center;\"><b>Contact Information for your Support Needs: </b>\r\nAmber Little, RQ Client Relations Manager\r\nemail: amber@riosquant.com\r\nskype: alittlemobile\r\ncellphone: 415.336.7272</p>\r\n<p style=\"text-align: center;\"><strong>Live Trading Rooms and Events:</strong></p>\r\n<p style=\"text-align: center;\"><strong> </strong></p>\r\n<p style=\"text-align: center;\"><strong>The Trading Room </strong><strong>TradeLAB</strong></p>\r\n<p style=\"text-align: center;\"><strong>Global Trading with Quantitative Technologies</strong></p>\r\n<p style=\"text-align: center;\"><strong>Tuesday through Friday beginning at 7:30 AM ET</strong></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www3.gotomeeting.com/register/969856206\">https://www3.gotomeeting.com/register/969856206</a></strong></p>\r\n<p style=\"text-align: center;\">RQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</p>\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\"><strong>Insider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios</strong></p>\r\n<p style=\"text-align: center;\"><strong>Wednesday and Thursday beginning at 1<span data-term=\"goog_336287304\">:30 PM ET</span></strong></p>\r\n<p style=\"text-align: center;\"><strong>Subscription Only!</strong></p>\r\n<p style=\"text-align: center;\">_______________________________________________</p>\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\"><strong>The Trading Room EDU - Educational Workshop </strong></p>\r\n<p style=\"text-align: center;\"><strong>Covering the Rios Quant Trading Indicators:</strong></p>\r\n<p style=\"text-align: center;\"><strong> </strong></p>\r\n<p style=\"text-align: center;\"><strong>Tuesday beginning at 7:30 PM ET</strong></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www3.gotomeeting.com/register/969842326\">https://www3.gotomeeting.com/register/969842326</a></strong></p>\r\n<p style=\"text-align: center;\">Topic: Trading can be as Simple as Locating</p>\r\n<p style=\"text-align: center;\">            Support and Resistance</p>\r\n<p style=\"text-align: center;\">Presenter: Steve Schwartz</p>\r\n<p style=\"text-align: center;\"><strong> </strong></p>\r\n<p style=\"text-align: center;\"><strong>Wednesday beginning at 7:30 PM ET</strong></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www3.gotomeeting.com/register/307875510\">https://www3.gotomeeting.com/register/307875510</a></strong></p>\r\n<p style=\"text-align: center;\">The Next Big Swing with Edward Preston</p>\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\"><strong>Saturday beginning at 10:30 AM ET</strong></p>\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www3.gotomeeting.com/register/969848822\">https://www3.gotomeeting.com/register/969848822</a></strong></p>\r\n<p style=\"text-align: center;\">Topic: Be a momentum trader with the RQ-Channel indicator</p>\r\n<p style=\"text-align: center;\">Presenter: Steve Schwartz</p>\r\n<p style=\"text-align: center;\">_______________________________________________</p>\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\"><strong>The RiosQuant 90 Day Trading Program - Workshop</strong></p>\r\n<p style=\"text-align: center;\"><strong>Thursday beginning at 7:00 PM ET</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"https://www3.gotomeeting.com/register/280440950\"><strong>https://www3.gotomeeting.com/register/280440950</strong></a></p>\r\n<p style=\"text-align: center;\">Training Session 8 of 12 with Steve Schwartz</p>\r\n<p style=\"text-align: center;\">Topic: TBD</p>\r\n\r\n<h2 style=\"text-align: center;\">MONDAY</h2>\r\n<p style=\"text-align: center;\"><strong>Economic Data Release - Market Movers\r\n</strong></p>\r\n<p style=\"text-align: center;\">US Holiday</p>\r\n\r\n<h2 style=\"text-align: center;\">TUESDAY</h2>\r\n<p style=\"text-align: center;\"><strong>Economic Data Release - Market Movers\r\n</strong></p>\r\n<p style=\"text-align: center;\">USD - Core Durable Goods Orders  – 8:30 AM ET</p>\r\n<p style=\"text-align: center;\">EUR - ECB President Draghi Speaks – 9:30 AM ET</p>\r\n<p style=\"text-align: center;\">USD - CB Consumer Confidence  – 10:00 AM ET</p>\r\n<p style=\"text-align: center;\">JPY - BOJ Gov. Kurdoda Speaks – 8:00 PM ET</p>\r\n<p style=\"text-align: center;\">NZD - ANZ Business Confidence  – 9:00 PM ET</p>\r\n\r\n<h2 style=\"text-align: center;\">WEDNESDAY</h2>\r\n<p style=\"text-align: center;\"><strong>Economic Data Release - Market Movers</strong></p>\r\n<p style=\"text-align: center;\">AUD - Private Capital Expenditure – 9:30 PM ET</p>\r\n\r\n<h2 style=\"text-align: center;\">THURSDAY</h2>\r\n<p style=\"text-align: center;\"><strong>Economic Data Release - Market Movers</strong></p>\r\n<p style=\"text-align: center;\">USD - Preliminary GDP and Unemployment Claims – 8:30 AM ET\r\nUSD - Pending Home Sales – 10:00 AM ET</p>\r\n<p style=\"text-align: center;\">USD - Natural Gas Storage – 10:30 AM ET</p>\r\n<p style=\"text-align: center;\">USD - Crude Oil Inventories – 11:00 AM ET</p>\r\n\r\n<h2 style=\"text-align: center;\">FRIDAY</h2>\r\n<p style=\"text-align: center;\"><strong>Economic Data Release - Market Movers</strong></p>\r\n<p style=\"text-align: center;\">CAD - GDP – 8:30 AM ET</p>\r\n<p style=\"text-align: center;\">USD - Personal Spending – 8:30 AM ET</p>\r\n<p style=\"text-align: center;\">USD - Chicago PMI – 9:45 AM ET</p>\r\n<p style=\"text-align: center;\">USD - Revised UoM Consumer Sentiment – 9:55 AM ET</p>\r\n\r\n</div>\r\n<div style=\"text-align: center;\" align=\"right\"></div>\r\n<div style=\"text-align: center;\" align=\"right\"></div>\r\n<div style=\"text-align: center;\" align=\"right\"></div>\r\n<div style=\"text-align: center;\" align=\"right\"></div>\r\n<div style=\"text-align: center;\" align=\"right\"></div>\r\n<div style=\"text-align: center;\" align=\"right\"></div>\r\n<div style=\"text-align: center;\" align=\"right\"></div>\r\n</div>\r\n<div style=\"text-align: center;\" align=\"right\"></div>\r\n<div style=\"text-align: center;\" align=\"right\"></div>','','','inherit','open','closed','','1762-revision-v1','','','2014-05-27 11:25:16','2014-05-27 11:25:16','',1762,'http://www.thetradingroom.com/1762-revision-v1/',0,'revision','',0),(1670,2,'2014-05-13 11:19:19','2014-05-13 11:19:19','<strong>UPDATED 7:00 am ET </strong>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>STOCKS</strong> - <span style=\"color: #2a2a2a;\">European stocks rose, extending a six-year high, amid better-than-forecast earnings from ThyssenKrupp AG to Airbus Group NV. U.S. index futures and Asian shares advanced.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>BONDS</strong> - </span><span style=\"color: #2a2a2a;\">Treasury yields were near the highest level in a week on speculation a government report today will show U.S. retail sales rose for a third month.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>COMMODITIES</strong> - </span><span style=\"color: #2a2a2a;\">Crude Oil climbed to its highest intraday level in two weeks amid speculation that crude stockpiles declined again in the U.S., the world’s biggest oil consumer.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>CURRENCIES</strong> - </span><span style=\"color: #000000;\">The euro slumped against most major currencies after reports that Germany\'s central bank is open to unconventional easing measures in the euro zone, if needed to tackle low inflation.</span><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c; font-family: akzidenz-grotesk-std-bloom;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>ECONOMIC DATA</strong> - </span><span style=\"color: #000000; font-family: Verdana, Helvetica, sans-serif;\">US </span><span style=\"color: #000000;\">Core Retail Sales</span><span style=\"color: #000000;\"> due at 8:30, </span><span style=\"color: #000000;\">Business Inventories at 10:00, </span><span style=\"color: #000000;\">RBNZ Financial Stability Report at 17:00, </span><span style=\"color: #000000;\">RBNZ Gov Wheeler Speaks at 5:05, NZD </span><span style=\"color: #000000;\">Retail Sales</span><span style=\"color: #000000;\"> at 18:45 ET.</span></div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-17','','','2014-05-13 11:19:19','2014-05-13 11:19:19','',0,'http://www.thetradingroom.com/?p=1670',0,'post','',0),(1532,2,'2014-04-21 11:48:05','2014-04-21 11:48:05','<strong>UPDATED 7:10 ET </strong>\r\n\r\n<strong>STOCKS</strong> - U.S. stock-index futures were little changed, after the Standard & Poor’s 500 Index posted its biggest weekly gain since July, as investors awaited earnings reports by companies from Halliburton Co. to Netflix Inc.\r\n\r\n<strong>BONDS</strong> - Treasuries rose, pushing yields down from the highest in two weeks, as shooting in eastern Ukraine spurred demand for the safety of government debt.\r\n\r\n<strong>COMMODITIES</strong> - Gold retreated to the lowest level in more than two weeks as a technical indicator used by some traders and analysts signaled further declines. Silver, platinum and palladium fell.\r\n \r\n<strong>CURRENCIES</strong> - Forex currencies traded light volume during the overnight trading session as Europe banks were closed on holiday.\r\n\r\nECONOMIC DATA - European bank holiday.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\" alt=\"Hangseng sign\" width=\"604\" height=\"453\" class=\"aligncenter size-full wp-image-454\" /></a>','Pre-Market Trading Action for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-action-stocks-bonds-commodities-forex','','','2014-04-21 11:48:05','2014-04-21 11:48:05','',0,'http://www.thetradingroom.com/?p=1532',0,'post','',0),(1533,2,'2014-04-21 11:48:05','2014-04-21 11:48:05','<strong>UPDATED 7:10 ET </strong>\r\n\r\n<strong>STOCKS</strong> - U.S. stock-index futures were little changed, after the Standard & Poor’s 500 Index posted its biggest weekly gain since July, as investors awaited earnings reports by companies from Halliburton Co. to Netflix Inc.\r\n\r\n<strong>BONDS</strong> - Treasuries rose, pushing yields down from the highest in two weeks, as shooting in eastern Ukraine spurred demand for the safety of government debt.\r\n\r\n<strong>COMMODITIES</strong> - Gold retreated to the lowest level in more than two weeks as a technical indicator used by some traders and analysts signaled further declines. Silver, platinum and palladium fell.\r\n \r\n<strong>CURRENCIES</strong> - Forex currencies traded light volume during the overnight trading session as Europe banks were closed on holiday.\r\n\r\nECONOMIC DATA - European bank holiday.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\" alt=\"Hangseng sign\" width=\"604\" height=\"453\" class=\"aligncenter size-full wp-image-454\" /></a>','Pre-Market Trading Action for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1532-revision-v1','','','2014-04-21 11:48:05','2014-04-21 11:48:05','',1532,'http://www.thetradingroom.com/1532-revision-v1/',0,'revision','',0),(1745,2,'2014-05-21 16:06:43','2014-05-21 16:06:43','<div style=\"color: #000000;\"><span style=\"color: #222222;\"><b>The RiosQuant 90 Day Trading Program\r\nWorkshop Training </b></span></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #222222;\"><b>Session 7 of 12</b></span></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">Today, <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_653535861\"><span class=\"aQJ\">May 21th at 7:30 pm ET</span></span>!\r\nREGISTER:  <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3kLuX2QwGDrDnAF&amp;b=Q2uXTPXe9B8KUPS4QylPSw\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/266860166</a></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #222222;\"> </span></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #222222;\">Join RiosQuant performance coach Edward EP Preston as he discusses the advantages and benefits of quantitative analysis for uncovering trading opportunities. If you have been struggling in your trading don\'t miss out on this special training program. It is designed to get you on track with the RiosQuant trading technology and methodology. During this 90 day training program you will receive comprehensive training including the concept, methods, and tools in an easy to understand step-by-step format. The exact logic is revealed with all the necessary rules needed for understanding and implementing the RiosQuant approach to trading the global financial markets. </span></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"></div>','90 Day Trading Program - Class 7 of 12','','publish','open','closed','','90-day-trading-program-class-7-12','','','2014-05-21 16:06:43','2014-05-21 16:06:43','',0,'http://www.thetradingroom.com/?p=1745',0,'post','',0),(1537,2,'2014-04-21 16:21:05','2014-04-21 16:21:05','<strong>Live Market Trading for Stock/ETF and Option Traders</strong>\r\n\r\n<strong>Is anxiety taking over your trading strategy? </strong> Discover a method to take the high-stress out of your trading experience. Get the know-how at our upcoming informative live trading webinar.\r\n<strong>We invite you to join in!</strong> Tune in on Wednesday, April 23rd at 3 PM EST simply <a href=\"https://www3.gotomeeting.com/register/239873374\">click here to get access.</a>\r\n\r\nDon’t miss this exciting live trade session with RiosQuant traders and coaches Joe Contes and Ken Eriksen. Tune in on Wednesday, April 23rd at 3 PM EST, and see how trading with RQ Technology reveals trades with results like the ones shown in the USO example. This simple approach to stock and option trading uses a powerful quantitative indicator that Joe and Ken showcase in a live market!\r\nRegistration is simple, <a href=\"https://www3.gotomeeting.com/register/239873374\">click on this link to gain free access.</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/gld-option-trade1.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/gld-option-trade1.jpg\" alt=\"gld option trade1\" width=\"331\" height=\"389\" class=\"aligncenter size-full wp-image-1201\" /></a>','Live Market Trading for Stocks, ETFs and Option Traders','','publish','open','closed','','live-market-trading-stocks-etfs-option-traders','','','2014-04-21 16:21:37','2014-04-21 16:21:37','',0,'http://www.thetradingroom.com/?p=1537',0,'post','',0),(1538,2,'2014-04-21 16:15:53','2014-04-21 16:15:53','<strong>Live Market Trading for Stock/ETF and Option Traders</strong>\r\n\r\n<strong>Is anxiety taking over your trading strategy? </strong> Discover a method to take the high-stress out of your trading experience. Get the know-how at our upcoming informative live trading webinar.\r\n<strong>We invite you to join in!</strong> Tune in on Wednesday, March 23rd at 3 PM EST simply <a href=\"https://www3.gotomeeting.com/register/239873374\">click here to get access.</a>\r\nDon’t miss this exciting live trade session with RiosQuant traders and coaches Joe Contes and Ken Eriksen. Tune in on Tuesday, March 4th at 3 PM EST, and see how trading with RQ Technology reveals trades with results like the ones shown in the USO example. This simple approach to stock and option trading uses a powerful quantitative indicator that Joe and Ken showcase in a live market!\r\nRegistration is simple, click on this link to gain free access.','','','inherit','open','closed','','1537-revision-v1','','','2014-04-21 16:15:53','2014-04-21 16:15:53','',1537,'http://www.thetradingroom.com/1537-revision-v1/',0,'revision','',0),(1539,2,'2014-04-21 16:19:08','2014-04-21 16:19:08','<strong>Live Market Trading for Stock/ETF and Option Traders</strong>\r\n\r\n<strong>Is anxiety taking over your trading strategy? </strong> Discover a method to take the high-stress out of your trading experience. Get the know-how at our upcoming informative live trading webinar.\r\n<strong>We invite you to join in!</strong> Tune in on Wednesday, April 23rd at 3 PM EST simply <a href=\"https://www3.gotomeeting.com/register/239873374\">click here to get access.</a>\r\n\r\nDon’t miss this exciting live trade session with RiosQuant traders and coaches Joe Contes and Ken Eriksen. Tune in on Wednesday, April 23rd at 3 PM EST, and see how trading with RQ Technology reveals trades with results like the ones shown in the USO example. This simple approach to stock and option trading uses a powerful quantitative indicator that Joe and Ken showcase in a live market!\r\nRegistration is simple, <a href=\"https://www3.gotomeeting.com/register/239873374\">click on this link to gain free access.</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/gld-option-trade1.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/gld-option-trade1.jpg\" alt=\"gld option trade1\" width=\"331\" height=\"389\" class=\"aligncenter size-full wp-image-1201\" /></a>','Live Market Trading for Stocks, ETFs and Option Traders','','inherit','open','closed','','1537-revision-v1','','','2014-04-21 16:19:08','2014-04-21 16:19:08','',1537,'http://www.thetradingroom.com/1537-revision-v1/',0,'revision','',0),(1541,2,'2014-04-22 11:02:59','2014-04-22 11:02:59','<strong>UPDATED 7:00 ET </strong>\r\n\r\n<strong>STOCKS </strong>- European stocks rose for a third day, with health-care companies leading the gains, as the region’s markets reopened after the Easter holiday. U.S. index futures and Asian shares were little changed.\r\n\r\n<strong>BONDS</strong> - Treasury two-year notes being sold today are set to result in nearly the highest yield at an auction since 2011 on speculation the Federal Reserve will raise interest rates before the debt mature.\r\n\r\n<strong>COMMODITIES</strong> - Gold traded near the lowest price in more than two weeks in London as investors weighed signs of an improving U.S. economy against tension over Ukraine.\r\n \r\n<strong>CURRENCIES </strong>- The pound rose to the strongest level in seven weeks versus the euro amid speculation Britain’s economy will continue to expand at a faster pace than that of the 18-nation currency bloc.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Existing Home Sales due at 8:30, AUD CPI q/q at 21:30, CNY HSBC Flash Manufacturing PMI at 21:45 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\" alt=\"red clocks pre-market open\" width=\"482\" height=\"394\" class=\"aligncenter size-full wp-image-899\" /></a>','Pre-Market Trading for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1540-revision-v1','','','2014-04-22 11:02:59','2014-04-22 11:02:59','',1540,'http://www.thetradingroom.com/1540-revision-v1/',0,'revision','',0),(1643,2,'2014-05-09 01:57:01','2014-05-09 01:57:01','Name: <strong><em>Marie Titus</em></strong>\r\n\r\nHome town: <em><strong>Texas</strong></em>\r\n\r\nJob Title:<em> <strong>Retired missionary</strong></em>\r\n\r\nTrading since: <em><strong>Off and on since the late ‘80s</strong></em>\r\n\r\nPreferred markets to trade: <em><strong>Forex and natural gas</strong></em>\r\n\r\nFavorite approach to trading: <strong><em>Momentum breakouts and breakdowns</em></strong>\r\n\r\nMain strategy utilized: <em><strong>RiosQuant Channels</strong></em>\r\n\r\nLast trade: <strong><em>AUD/USD</em></strong>\r\n\r\nMost memorable trade: <em> <strong>An early trade I made that took off in the opposite direction while I was still punching in the stop numbers. Lost everything I had in the account. I now use Ninja and love it!</strong></em>\r\n\r\nBiggest Challenge: <strong><em>Getting some sleep. I like to trade the London session, but don’t want to miss the trade lab\r\neither.</em></strong>\r\n\r\nPrimary ambition: <em><strong>Trading for a living</strong></em>\r\n\r\nRiosQuant member since: <em><strong>2011</strong></em>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/marie.jpg\"><img class=\"aligncenter size-full wp-image-1407\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/marie.jpg\" alt=\"marie\" width=\"371\" height=\"423\" /></a>','Meet Members - RiosQuant Traders','','inherit','open','closed','','1403-revision-v1','','','2014-05-09 01:57:01','2014-05-09 01:57:01','',1403,'http://www.thetradingroom.com/1403-revision-v1/',0,'revision','',0),(1644,2,'2014-05-09 01:59:01','2014-05-09 01:59:01','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/Rios-on-the-markets-3.jpg\"><img class=\"aligncenter size-full wp-image-874\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/Rios-on-the-markets-3.jpg\" alt=\"Rios on the markets 3\" width=\"487\" height=\"323\" /></a>\r\n\r\n<strong>From the Desk of Joe Garcia-Rios</strong>\r\n\r\n<strong>The Week Ahead in the Global Financial Markets</strong>\r\n\r\n<strong>Is volatility knocking at the door? </strong>The Fed statement on Wednesday sent US treasuries significantly lower, causing interest rate yields to spike, especially the shorter term duration. The S&amp;P 500 ended the week slightly higher with the semiconductors, banks and financial sectors outperforming the broader market. In the commodity markets Gold -3.2% and Silver -5.3% led the way down followed by Natural Gas -2.5%. In the currency market the US Dollar rallied from a key support level finishing the week stronger. Technically speaking, the US 10 Year Note finished the week at a key critical support level as identified by the RQ Channel 2 &amp; 7 indicators. Conversely the S&amp;P 500 is close to testing prior highs as identified by the RQ Channel 2 &amp; 7 indicators as a key level . In the week ahead my focus will be on the correlations and the technicals, specifically whether the market benchmarks break out/down from their current levels. My focus will then turn to the RQ- Tech\'s Nextreme indicators in order to identify rotation flows from the institutions. If the US treasuries breakdown will foreign currencies sell-off? If US Treasuries rally will the stock indices tumble? <strong>Will you be ready?</strong>\r\n\r\nJoe Garcia-Rios\r\nChief Market Strategist\r\nwww.riosquant.com\r\n\r\nLive Rooms and Events\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs:\r\nAmber Little, RQ Client Relations Manager\r\nemail: amber@riosquant.com\r\nskype: alittlemobile\r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\nMonday through Friday beginning at 7:30 AM ET\r\n<a href=\"https://www3.gotomeeting.com/register/198212078\">https://www3.gotomeeting.com/register/198212078</a>\r\nRQ trade performance coaches include Edward Preston, Steve Schwartz and Joe Garcia-Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<strong>Rios Quant Trading Room en Español</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/587814742\">https://www3.gotomeeting.com/register/587814742</a>\r\nMonday through Friday beginning at 7:30 AM ET\r\nÚnete a nuestro coach de trading, Xavier Carrero mientras lo guía por el sistema de trading algorítmico Rios Quant en un entorno de mercado en tiempo real. Él va a utilizar la tecnología de trading cuantitativo desarrollada por el Jefe de Estrategias, Joe Ríos. Xavier lo guiará por los mercados utilizando el único sistema de su tipo en el planeta.\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nMonday, Tuesday, and Thursday beginning at 1:30 PM ET\r\nSubscription Only!\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/860690462\">https://www3.gotomeeting.com/register/860690462</a>\r\nTuesday beginning at 7:30 PM ET\r\nTopic: Rios Quant Levels &amp; RQ Channel Basics\r\n\r\n<strong>SUNDAY</strong>\r\nEconomic Data Release - Market Movers\r\nCNY - HSBC Flash Manufacturing PMI – 9:45 PM ET\r\n\r\n<strong>MONDAY</strong>\r\nEconomic Data Release - Market Movers\r\nEUR - German Flash Manufacturing PMI – 4:30 AM ET\r\nUSD - Flash Manufacturing PMI – 9:45 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/198212078\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nEUR - German Ifo Business Climate – 5:00 AM ET\r\nGBP - CPI – 5:30 AM ET\r\nUSD - New Home Sales and Consumer Confidence – 10:00 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/198212078\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\nThe Trading Room EDU - Educational Workshop Covering the Rios Quant Trading Indicators\r\nhttps://www3.gotomeeting.com/register/860690462\r\nBeginning at 7:30 PM ET\r\nTopic: Rios Quant Levels &amp; RQ Channel Basics\r\n\r\n<strong>WEDNESDAY</strong>\r\nEconomic Data Release - Market Movers\r\nAUD - Rba Gov. Stevens Speaks – 2:00 AM ET\r\nUSD - Durable Goods Orders – 8:30 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nNZD - Trade Balance – 5:45 PM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/198212078\r\nBeginning at 7:30 AM ET\r\n\r\n<strong>THURSDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - Retail Sales – 5:30 AM ET\r\nUSD - Unemployment Claims – 8:30 AM ET\r\nUSD - Pending Home Sales – 10:00 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/198212078\r\nBeginning at 7:30 AM ET\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nBeginning at 1:30 PM ET\r\n\r\n<strong>FRIDAY</strong>\r\nEconomic Data Release - Market Movers\r\nGBP - Current-Account – 5:30 AM ET\r\n\r\nThe Trading Room TradeLAB\r\nhttps://www3.gotomeeting.com/register/198212078\r\nBeginning at 7:30 AM ET\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY\r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1355-revision-v1','','','2014-05-09 01:59:01','2014-05-09 01:59:01','',1355,'http://www.thetradingroom.com/1355-revision-v1/',0,'revision','',0),(1543,2,'2014-04-22 11:53:14','2014-04-22 11:53:14','','Breakout','','publish','open','closed','','breakout','','','2014-04-22 11:55:37','2014-04-22 11:55:37','',0,'http://www.thetradingroom.com/?page_id=1543',0,'page','',0),(1544,2,'2014-04-22 11:48:25','2014-04-22 11:48:25','','be quick be smart','','inherit','open','closed','','be-quick-be-smart-2','','','2014-04-22 11:48:25','2014-04-22 11:48:25','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/04/be-quick-be-smart1.jpg',0,'attachment','image/jpeg',0),(1545,2,'2014-04-22 11:52:47','2014-04-22 11:52:47','','Breakout','','inherit','open','closed','','1543-revision-v1','','','2014-04-22 11:52:47','2014-04-22 11:52:47','',1543,'http://www.thetradingroom.com/1543-revision-v1/',0,'revision','',0),(1547,2,'2014-04-23 11:01:16','2014-04-23 11:01:16','<strong>UPDATED 6:45 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks dropped, after posting their biggest three-day rally since June, as industrial- goods makers led losses. U.S. index futures and Asian shares were little changed.\r\n\r\n<strong>BONDS</strong> - Treasury five-year debt was the worst performer among U.S. government notes and bonds over the past month before a $35 billion sale of the securities today.\r\n\r\n<strong>COMMODITIES</strong> - West Texas Intermediate crude traded near a two-week low on signs of a manufacturing slowdown in China, the world’s second-largest oil consumer. Brent was steady in London amid concern the crisis in Ukraine may worsen.\r\n \r\n<strong>CURRENCIES</strong> - Australia’s dollar slumped the most in three months against the U.S. currency after a government report showed core inflation was less than economists forecast, damping bets on higher interest rates..\r\n\r\n<strong>ECONOMIC DATA</strong> - CAD Core Retail Sales due at 8:30, US Flash Manufacturing PMI at 9:45, New Home Sales at 10:00, Crude Oil Inventories at 10:30, NZD RBNZ Rate Statement at 17:00 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\" alt=\"pre market open Blue board\" width=\"360\" height=\"266\" class=\"aligncenter size-full wp-image-886\" /></a>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-15','','','2014-04-23 11:03:00','2014-04-23 11:03:00','',0,'http://www.thetradingroom.com/?p=1547',0,'post','',0),(1548,2,'2014-04-23 11:01:16','2014-04-23 11:01:16','<strong>UPDATED 7:45 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks dropped, after posting their biggest three-day rally since June, as industrial- goods makers led losses. U.S. index futures and Asian shares were little changed.\r\n\r\n<strong>BONDS</strong> - Treasury five-year debt was the worst performer among U.S. government notes and bonds over the past month before a $35 billion sale of the securities today.\r\n\r\n<strong>COMMODITIES</strong> - West Texas Intermediate crude traded near a two-week low on signs of a manufacturing slowdown in China, the world’s second-largest oil consumer. Brent was steady in London amid concern the crisis in Ukraine may worsen.\r\n \r\n<strong>CURRENCIES</strong> - Australia’s dollar slumped the most in three months against the U.S. currency after a government report showed core inflation was less than economists forecast, damping bets on higher interest rates..\r\n\r\n<strong>ECONOMIC DATA</strong> - CAD Core Retail Sales due at 8:30, US Flash Manufacturing PMI at 9:45, New Home Sales at 10:00, Crude Oil Inventories at 10:30, NZD RBNZ Rate Statement at 17:00 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\" alt=\"pre market open Blue board\" width=\"360\" height=\"266\" class=\"aligncenter size-full wp-image-886\" /></a>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1547-revision-v1','','','2014-04-23 11:01:16','2014-04-23 11:01:16','',1547,'http://www.thetradingroom.com/1547-revision-v1/',0,'revision','',0),(1549,2,'2014-04-23 11:03:00','2014-04-23 11:03:00','<strong>UPDATED 6:45 ET </strong>\r\n\r\n<strong>STOCKS</strong> - European stocks dropped, after posting their biggest three-day rally since June, as industrial- goods makers led losses. U.S. index futures and Asian shares were little changed.\r\n\r\n<strong>BONDS</strong> - Treasury five-year debt was the worst performer among U.S. government notes and bonds over the past month before a $35 billion sale of the securities today.\r\n\r\n<strong>COMMODITIES</strong> - West Texas Intermediate crude traded near a two-week low on signs of a manufacturing slowdown in China, the world’s second-largest oil consumer. Brent was steady in London amid concern the crisis in Ukraine may worsen.\r\n \r\n<strong>CURRENCIES</strong> - Australia’s dollar slumped the most in three months against the U.S. currency after a government report showed core inflation was less than economists forecast, damping bets on higher interest rates..\r\n\r\n<strong>ECONOMIC DATA</strong> - CAD Core Retail Sales due at 8:30, US Flash Manufacturing PMI at 9:45, New Home Sales at 10:00, Crude Oil Inventories at 10:30, NZD RBNZ Rate Statement at 17:00 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/pre-market-open-Blue-board.jpg\" alt=\"pre market open Blue board\" width=\"360\" height=\"266\" class=\"aligncenter size-full wp-image-886\" /></a>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1547-revision-v1','','','2014-04-23 11:03:00','2014-04-23 11:03:00','',1547,'http://www.thetradingroom.com/1547-revision-v1/',0,'revision','',0),(1550,2,'2014-04-23 12:13:42','0000-00-00 00:00:00','','Home','','draft','open','closed','','home','','','2014-04-23 12:13:42','0000-00-00 00:00:00','',0,'http://www.thetradingroom.com/?page_id=1550',0,'page','',0),(1551,2,'2014-04-23 15:36:41','2014-04-23 15:36:41','','3/12 Training Program','','publish','open','closed','','312-training-program','','','2014-05-05 14:50:50','2014-05-05 14:50:50','',0,'http://www.thetradingroom.com/?page_id=1551',0,'page','',0),(1552,2,'2014-04-23 15:26:44','2014-04-23 15:26:44','','3/12 Training Program','','inherit','open','closed','','1551-revision-v1','','','2014-04-23 15:26:44','2014-04-23 15:26:44','',1551,'http://www.thetradingroom.com/1551-revision-v1/',0,'revision','',0),(1553,2,'2014-04-23 15:33:41','2014-04-23 15:33:41','','ep ptr clocks','Performance Coach Edward EP Preston','inherit','open','closed','','ep-ptr-clocks-4','','','2014-04-23 15:33:41','2014-04-23 15:33:41','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/04/ep-ptr-clocks1.jpg',0,'attachment','image/jpeg',0),(1554,2,'2014-04-23 15:51:27','0000-00-00 00:00:00','','Stocks/ETF and Options3','','draft','open','closed','','stocksetf-and-options3','','','2014-04-23 15:51:27','0000-00-00 00:00:00','',0,'http://www.thetradingroom.com/?page_id=1554',0,'page','',0),(1555,2,'2014-04-23 15:59:43','2014-04-23 15:59:43','','Stocks/ETF and Options4','','publish','open','closed','','stocksetf-and-options4','','','2014-04-23 16:05:54','2014-04-23 16:05:54','',0,'http://www.thetradingroom.com/?page_id=1555',0,'page','',0),(1556,2,'2014-04-23 15:56:36','2014-04-23 15:56:36','','Stocks/ETF and Options4','','inherit','open','closed','','1555-revision-v1','','','2014-04-23 15:56:36','2014-04-23 15:56:36','',1555,'http://www.thetradingroom.com/1555-revision-v1/',0,'revision','',0),(1557,2,'2014-04-24 11:49:02','2014-04-24 11:49:02','<strong>UPDATED 7:10 ET </strong>\r\n\r\n<strong>STOCKS </strong>-  European stocks rose, rebounding from yesterday’s loss, as companies from Alstom SA to Telekom Austria AG rallied on mergers-and-acquisitions activity. U.S. index futures also advanced, while Asian shares declined.\r\n\r\n<strong>BONDS </strong>- The difference between seven- and 30-year Treasury yields reached the narrowest level since 2009 before the U.S. auctions $29 billion of 2021 notes today.\r\n\r\n<strong>COMMODITIES</strong> - Gold traded near a 10-week low in London as investors weighed tension over Ukraine and U.S. data that may give clues to the outlook for reduced stimulus.\r\n \r\n<strong>CURRENCIES</strong> - New Zealand’s dollar gained after the central bank raised its benchmark rate for a second month and increased its growth estimate for the year ended March.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Core Durable Goods Orders and Unemployment Claims due at 8:30, Natural Gas Storage at 10:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg\" alt=\"world dgital clocks\" width=\"445\" height=\"273\" class=\"aligncenter size-full wp-image-636\" /></a>','Pre-Market Trading Report for Stock, Bond, Commodity and Forex Markets','','publish','open','closed','','pre-market-trading-report-stock-bond-commodity-forex-markets-5','','','2014-04-24 11:49:02','2014-04-24 11:49:02','',0,'http://www.thetradingroom.com/?p=1557',0,'post','',0),(1558,2,'2014-04-24 11:49:02','2014-04-24 11:49:02','<strong>UPDATED 7:10 ET </strong>\r\n\r\n<strong>STOCKS </strong>-  European stocks rose, rebounding from yesterday’s loss, as companies from Alstom SA to Telekom Austria AG rallied on mergers-and-acquisitions activity. U.S. index futures also advanced, while Asian shares declined.\r\n\r\n<strong>BONDS </strong>- The difference between seven- and 30-year Treasury yields reached the narrowest level since 2009 before the U.S. auctions $29 billion of 2021 notes today.\r\n\r\n<strong>COMMODITIES</strong> - Gold traded near a 10-week low in London as investors weighed tension over Ukraine and U.S. data that may give clues to the outlook for reduced stimulus.\r\n \r\n<strong>CURRENCIES</strong> - New Zealand’s dollar gained after the central bank raised its benchmark rate for a second month and increased its growth estimate for the year ended March.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Core Durable Goods Orders and Unemployment Claims due at 8:30, Natural Gas Storage at 10:30 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/world-dgital-clocks.jpg\" alt=\"world dgital clocks\" width=\"445\" height=\"273\" class=\"aligncenter size-full wp-image-636\" /></a>','Pre-Market Trading Report for Stock, Bond, Commodity and Forex Markets','','inherit','open','closed','','1557-revision-v1','','','2014-04-24 11:49:02','2014-04-24 11:49:02','',1557,'http://www.thetradingroom.com/1557-revision-v1/',0,'revision','',0),(1559,2,'2014-04-25 11:50:06','2014-04-25 11:50:06','<strong>UPDATED 7:00 ET </strong>\r\n\r\n<strong>STOCKS</strong> -  European stocks fell, paring their second weekly gain, as companies from Neste Oil (NES1V) Oyj to Sandvik AB posted quarterly earnings that missed estimates and tensions escalated between the U.S. and Russia overUkraine. U.S. index futures were little changed, while Asian shares dropped.\r\n\r\n<strong>BONDS</strong> - A rally in 30-year Treasuries has pushed returns past 10 percent in 2014, the best start to a year in at least two and a half decades.\r\n\r\n<strong>COMMODITIES</strong> - Gold rose for a third day as speculation of more unrest in Russia and Ukraine kept traders wary about selling metal by going short.\r\n \r\n<strong>CURRENCIES</strong> - The yen headed for a weekly advance versus the dollar as U.S. Secretary of State John Kerry said Russia was running out of time to comply with an accord to ease tension in Ukraine.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Revised UoM Consumer Sentiment due at 9:55 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News-1024x550.jpg\" alt=\"Direct-Market-Touch-Stock-Exchange-News\" width=\"570\" height=\"306\" class=\"aligncenter size-large wp-image-442\" /></a>','Pre-Market Trading for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-stocks-bonds-commodities-forex-2','','','2014-04-25 11:50:06','2014-04-25 11:50:06','',0,'http://www.thetradingroom.com/?p=1559',0,'post','',0),(1560,2,'2014-04-25 11:50:06','2014-04-25 11:50:06','<strong>UPDATED 7:00 ET </strong>\r\n\r\n<strong>STOCKS</strong> -  European stocks fell, paring their second weekly gain, as companies from Neste Oil (NES1V) Oyj to Sandvik AB posted quarterly earnings that missed estimates and tensions escalated between the U.S. and Russia overUkraine. U.S. index futures were little changed, while Asian shares dropped.\r\n\r\n<strong>BONDS</strong> - A rally in 30-year Treasuries has pushed returns past 10 percent in 2014, the best start to a year in at least two and a half decades.\r\n\r\n<strong>COMMODITIES</strong> - Gold rose for a third day as speculation of more unrest in Russia and Ukraine kept traders wary about selling metal by going short.\r\n \r\n<strong>CURRENCIES</strong> - The yen headed for a weekly advance versus the dollar as U.S. Secretary of State John Kerry said Russia was running out of time to comply with an accord to ease tension in Ukraine.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Revised UoM Consumer Sentiment due at 9:55 ET.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News.jpg\"><img src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Direct-Market-Touch-Stock-Exchange-News-1024x550.jpg\" alt=\"Direct-Market-Touch-Stock-Exchange-News\" width=\"570\" height=\"306\" class=\"aligncenter size-large wp-image-442\" /></a>','Pre-Market Trading for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1559-revision-v1','','','2014-04-25 11:50:06','2014-04-25 11:50:06','',1559,'http://www.thetradingroom.com/1559-revision-v1/',0,'revision','',0),(1561,2,'2014-04-25 12:36:57','2014-04-25 12:36:57','','Money Trail','','publish','open','closed','','money-trail','','','2014-04-25 12:36:57','2014-04-25 12:36:57','',0,'http://www.thetradingroom.com/?page_id=1561',0,'page','',0),(1562,2,'2014-04-25 12:34:43','2014-04-25 12:34:43','','Money Trail','','inherit','open','closed','','1561-revision-v1','','','2014-04-25 12:34:43','2014-04-25 12:34:43','',1561,'http://www.thetradingroom.com/1561-revision-v1/',0,'revision','',0),(3276,1,'2016-12-04 13:58:25','2016-12-04 13:58:25','Pre-market activity and scheduled economic data that may have an impact on the global financial markets. Live trading room access link.  <em>Posted  5<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1092556273\"><span class=\"aQJ\">:30 am ET</span></span></em>\r\n<div>\r\n<div>Don\'t trade alone, join a group of quant traders in a live trading room, <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/a6a11b1bab/TEST/0abcf1b908\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/a6a11b1bab/TEST/0abcf1b908&amp;source=gmail&amp;ust=1480415357541000&amp;usg=AFQjCNEY_X4MKl6nvlbakDKDh8vUloyTzA\">click here to access live trading room.</a></div>\r\n<div></div>\r\n</div>\r\nWORLD HEADLINES - Trades that performed best in the three weeks since Trump’s shock election victory took a breather Monday, with the dollar falling the most since September and S&amp;P 500 Index futures signaling U.S. stocks will slip from all-time highs.\r\n\r\nSTOCKS - S&amp;P 500 Index futures dropped 0.4 percent after the underlying benchmark set a new all-time high Friday as traders returned from the Thanksgiving holiday.\r\n\r\nBONDS - Ten-year Treasuries rose for the first time in three sessions, pushing yields down three basis points to 2.33 percent.\r\n\r\nCOMMODITIES - Zinc surged and gold climbed, while crude oil in New York extended declines below $46 a barrel.\r\n\r\nCURRENCIES - The Japanese yen led an advance among major currencies versus the greenback, gaining 1.2 in London, extending Friday’s rally from an almost eight-month low.The euro added 0.6 percent in a third day of gains.\r\n\r\nECONOMIC DATA - ECB President Draghi Speaks at 9:00, BOC Gov Poloz Speaks at 20:00 ET.','PreMarket Global Trading Activity','','inherit','closed','closed','','3258-revision-v1','','','2016-12-04 13:58:25','2016-12-04 13:58:25','',3258,'http://www.thetradingroom.com/3258-revision-v1/',0,'revision','',0),(1567,2,'2014-05-05 14:54:14','2014-05-05 14:54:14','','ambertest3','','inherit','open','closed','','1384-autosave-v1','','','2014-05-05 14:54:14','2014-05-05 14:54:14','',1384,'http://www.thetradingroom.com/1384-autosave-v1/',0,'revision','',0),(1568,2,'2014-05-05 14:54:48','2014-05-05 14:54:48','','ambertest4','','inherit','open','closed','','1376-autosave-v1','','','2014-05-05 14:54:48','2014-05-05 14:54:48','',1376,'http://www.thetradingroom.com/1376-autosave-v1/',0,'revision','',0),(1570,2,'2014-05-05 14:57:27','0000-00-00 00:00:00','','90 Day Training','','draft','open','closed','','90-day-training','','','2014-05-05 14:57:27','0000-00-00 00:00:00','',0,'http://www.thetradingroom.com/?page_id=1570',0,'page','',0),(1571,2,'2014-05-05 15:01:03','0000-00-00 00:00:00','','Trading Room','','draft','open','closed','','trading-room','','','2014-05-05 15:01:03','0000-00-00 00:00:00','',0,'http://www.thetradingroom.com/?page_id=1571',0,'page','',0),(1572,2,'2014-05-05 15:21:09','2014-05-05 15:21:09','','Trade-LAB','','publish','open','closed','','trade-lab','','','2014-05-05 19:52:42','2014-05-05 19:52:42','',0,'http://www.thetradingroom.com/?page_id=1572',0,'page','',0),(1573,2,'2014-05-05 15:21:02','2014-05-05 15:21:02','','Trade-LAB','','inherit','open','closed','','1572-revision-v1','','','2014-05-05 15:21:02','2014-05-05 15:21:02','',1572,'http://www.thetradingroom.com/1572-revision-v1/',0,'revision','',0),(1574,2,'2014-05-05 19:53:51','0000-00-00 00:00:00','','90 Day Training ','','draft','open','closed','','90-day-training','','','2014-05-05 19:53:51','0000-00-00 00:00:00','',0,'http://www.thetradingroom.com/?page_id=1574',0,'page','',0),(1575,2,'2014-05-05 19:56:57','0000-00-00 00:00:00','','90 Day Training ','','draft','open','closed','','90-day-training','','','2014-05-05 19:56:57','0000-00-00 00:00:00','',0,'http://www.thetradingroom.com/?page_id=1575',0,'page','',0),(1576,2,'2014-05-05 20:10:03','2014-05-05 20:10:03','','90 Day Training ','','publish','open','closed','','90-day-training-2','','','2014-05-06 11:31:18','2014-05-06 11:31:18','',0,'http://www.thetradingroom.com/?page_id=1576',0,'page','',0),(1577,2,'2014-05-05 20:03:18','2014-05-05 20:03:18','','90 Day Training ','','inherit','open','closed','','1576-revision-v1','','','2014-05-05 20:03:18','2014-05-05 20:03:18','',1576,'http://www.thetradingroom.com/1576-revision-v1/',0,'revision','',0),(1933,2,'2014-07-13 23:03:23','2014-07-13 23:03:23','<strong>From The Desk Of Joe Rios...</strong>\r\n\r\nThe Grains sold off dramatically with Wheat closing down -9.2%, Soybeans -8% and Corn -7.6% for the week. Other commodities that traded lower included Natural Gas losing -5.2% and Crude Oil slipping -3.2%. The out performers to the upside included U.S. Treasury 30 Year Bonds gaining 1.8%, Silver 1.7% and Gold 1.5%. In the Forex market most currencies traded within a tight range as illustrated by the US Dollar finishing 0.0% flat. Rotation flows within the benchmarks showed the S&amp;P 500 and US Dollar trading mixed in consolidation mode while the US Treasuries traded higher with a bullish RiosQuant ranking and closing the week at a key technical resistance level. In the week ahead I will pay close attention to the markets that finished the week at key levels including the Metals, US Treasuries, Japanese Yen and Crude Oil. I will also pay attention to economic data releases especially from China.\r\n\r\n<span style=\"color: #500050; font-family: \'Comic Sans MS\', cursive; font-size: large;\">Joe Rios</span>\r\n\r\nFounder - Rios Quantitative LLC\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>The Trading Room </strong><strong>TradeLAB</strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/14bb7117e2/TEST/52433b4bf3\">https://www3.gotomeeting.com/register/797689342</a></strong>\r\n\r\n<strong><span data-term=\"goog_1803280981\">Monday</span> through <span data-term=\"goog_1803280982\">Friday</span> beginning at <span data-term=\"goog_1803280983\">7:30 AM ET</span></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<hr />\r\n\r\n<strong>Insider\'s Quant (IQ) Room</strong>\r\n\r\n<strong>Advanced Concepts with Joe Rios</strong>\r\n\r\n<strong><span data-term=\"goog_1803280984\">Monday</span>, <span data-term=\"goog_1803280985\">Wednesday</span>, and <span data-term=\"goog_1803280986\">Thursday</span> beginning at <span data-term=\"goog_1803280987\">1:30pm ET</span></strong>\r\n\r\n<strong>Subscription Only!</strong>\r\n\r\n<hr />\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the Rios Quant Trading Indicators:</strong>\r\n\r\n<strong><span data-term=\"goog_1803280988\">Monday</span> beginning at <span data-term=\"goog_1803280989\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/14bb7117e2/TEST/cde5fadb28\">https://www3.gotomeeting.com/register/378903886</a></strong>\r\n\r\n<strong>Topic: </strong>What\'s the \"pattern setup\" for the new week?\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n<strong><span data-term=\"goog_1803280990\">Wednesday</span> beginning at <span data-term=\"goog_1803280991\">1:00 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/14bb7117e2/TEST/49cb979349\">https://www3.gotomeeting.com/register/493795638</a></strong>\r\n\r\n<strong>Topic: </strong>Momentum Trading Oil and E-mini Stock Futures\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n<strong><span data-term=\"goog_1803280992\">Wednesday</span> beginning at <span data-term=\"goog_1803280993\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/14bb7117e2/TEST/3ee464dbc7\">https://www3.gotomeeting.com/register/655870198</a></strong>\r\n\r\n<strong>The RiosQuant 90 Day Training Program - Workshop</strong>\r\n\r\n<strong>Training Session 3 of 12 with Steve Schwartz</strong>\r\n\r\n<strong>Topic: </strong>Entries and Exits for Gnostick\r\n\r\n<hr />\r\n\r\n<strong><span data-term=\"goog_1803280994\">Saturday</span> beginning at <span data-term=\"goog_1803280995\">11:00 AM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/14bb7117e2/TEST/f74ac3ac47\">https://www3.gotomeeting.com/register/622527518</a></strong>\r\n\r\n<strong>Topic: </strong>Benefits Trading with RQ-Einstein\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>Monday</strong>\r\n\r\n1:00 PM                EUR        ECB President Draghi Speaks\r\n\r\n9:30 PM                AUD       Monetary Policy Meeting Minutes\r\n\r\nTentative             JPY         Monetary Policy Statement\r\n\r\n<strong>Tuesday</strong>\r\n\r\n5:00 AM               EUR        German ZEW Economic Sentiment\r\n\r\n5:00 AM               GBP       BOE  Gov. Carney Speaks\r\n\r\n8:30 AM               USD       Core Retail Sales\r\n\r\n10:00 AM             USD       Fed Chair Yellen Testifies\r\n\r\n6:45 PM                NZD       CPI\r\n\r\n10:00 PM             CNY        GDP And Industrial Production\r\n\r\n<strong>Wednesday</strong>\r\n\r\n4:30 AM               GBP       Unemployment Rate\r\n\r\n8:30 AM               USD       PPI\r\n\r\n8:30 AM               CAD       Manufacturing Sales\r\n\r\n10:00 AM             CAD       BOC Rate Statement And Overnight Rate\r\n\r\n10:00 AM             USD       Fed Chair Yellen Testifies\r\n\r\n10:30 AM                             Crude Oil Inventories\r\n\r\n11:15 AM             CAD       BOC Press Conference\r\n\r\n<strong>Thursday</strong>\r\n\r\n8:30 AM               USD       Building Permits And Unemployment Claims\r\n\r\n10:00 AM             USD       Philly Fed Manufacturing Index\r\n\r\n10:30 AM             USD       Natural Gas Storage\r\n\r\n<strong>Friday</strong>\r\n\r\n8:30 AM               CAD       Wholesales And Core CPI\r\n\r\n9:55 AM               USD       Preliminary UoM Consumer Sentiment','The Week Ahead in the Financial Markets','','inherit','open','closed','','1931-revision-v1','','','2014-07-13 23:03:23','2014-07-13 23:03:23','',1931,'http://www.thetradingroom.com/1931-revision-v1/',0,'revision','',0),(1932,2,'2014-07-13 23:01:12','2014-07-13 23:01:12','<strong>From The Desk Of Joe Rios...</strong>\r\n\r\nThe Grains sold off dramatically with Wheat closing down -9.2%, Soybeans -8% and Corn -7.6% for the week. Other commodities that traded lower included Natural Gas losing -5.2% and Crude Oil slipping -3.2%. The out performers to the upside included U.S. Treasury 30 Year Bonds gaining 1.8%, Silver 1.7% and Gold 1.5%. In the Forex market most currencies traded within a tight range as illustrated by the US Dollar finishing 0.0% flat. Rotation flows within the benchmarks showed the S&amp;P 500 and US Dollar trading mixed in consolidation mode while the US Treasuries traded higher with a bullish RiosQuant ranking and closing the week at a key technical resistance level. In the week ahead I will pay close attention to the markets that finished the week at key levels including the Metals, US Treasuries, Japanese Yen and Crude Oil. I will also pay attention to economic data releases especially from China.\r\n\r\n<span style=\"color: #500050; font-family: \'Comic Sans MS\', cursive; font-size: large;\">Joe Rios</span>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>The Trading Room </strong><strong>TradeLAB</strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/14bb7117e2/TEST/52433b4bf3\">https://www3.gotomeeting.com/register/797689342</a></strong>\r\n\r\n<strong><span data-term=\"goog_1803280981\">Monday</span> through <span data-term=\"goog_1803280982\">Friday</span> beginning at <span data-term=\"goog_1803280983\">7:30 AM ET</span></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<hr />\r\n\r\n<strong>Insider\'s Quant (IQ) Room</strong>\r\n\r\n<strong>Advanced Concepts with Joe Rios</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/14bb7117e2/TEST/a40135063a\">https://www3.gotomeeting.com/register/789402246</a></strong>\r\n\r\n<strong><span data-term=\"goog_1803280984\">Monday</span>, <span data-term=\"goog_1803280985\">Wednesday</span>, and <span data-term=\"goog_1803280986\">Thursday</span> beginning at <span data-term=\"goog_1803280987\">1:30pm ET</span></strong>\r\n\r\n<strong>Subscription Only!</strong>\r\n\r\n<hr />\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the Rios Quant Trading Indicators:</strong>\r\n\r\n<strong><span data-term=\"goog_1803280988\">Monday</span> beginning at <span data-term=\"goog_1803280989\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/14bb7117e2/TEST/cde5fadb28\">https://www3.gotomeeting.com/register/378903886</a></strong>\r\n\r\n<strong>Topic: </strong>What\'s the \"pattern setup\" for the new week?\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n<strong><span data-term=\"goog_1803280990\">Wednesday</span> beginning at <span data-term=\"goog_1803280991\">1:00 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/14bb7117e2/TEST/49cb979349\">https://www3.gotomeeting.com/register/493795638</a></strong>\r\n\r\n<strong>Topic: </strong>Momentum Trading Oil and E-mini Stock Futures\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n<strong><span data-term=\"goog_1803280992\">Wednesday</span> beginning at <span data-term=\"goog_1803280993\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/14bb7117e2/TEST/3ee464dbc7\">https://www3.gotomeeting.com/register/655870198</a></strong>\r\n\r\n<strong>The RiosQuant 90 Day Training Program - Workshop</strong>\r\n\r\n<strong>Training Session 3 of 12 with Steve Schwartz</strong>\r\n\r\n<strong>Topic: </strong>Entries and Exits for Gnostick\r\n\r\n<hr />\r\n\r\n<strong><span data-term=\"goog_1803280994\">Saturday</span> beginning at <span data-term=\"goog_1803280995\">11:00 AM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/14bb7117e2/TEST/f74ac3ac47\">https://www3.gotomeeting.com/register/622527518</a></strong>\r\n\r\n<strong>Topic: </strong>Benefits Trading with RQ-Einstein\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>Monday</strong>\r\n\r\n1:00 PM                EUR        ECB President Draghi Speaks\r\n\r\n9:30 PM                AUD       Monetary Policy Meeting Minutes\r\n\r\nTentative             JPY         Monetary Policy Statement\r\n\r\n<strong>Tuesday</strong>\r\n\r\n5:00 AM               EUR        German ZEW Economic Sentiment\r\n\r\n5:00 AM               GBP       BOE  Gov. Carney Speaks\r\n\r\n8:30 AM               USD       Core Retail Sales\r\n\r\n10:00 AM             USD       Fed Chair Yellen Testifies\r\n\r\n6:45 PM                NZD       CPI\r\n\r\n10:00 PM             CNY        GDP And Industrial Production\r\n\r\n<strong>Wednesday</strong>\r\n\r\n4:30 AM               GBP       Unemployment Rate\r\n\r\n8:30 AM               USD       PPI\r\n\r\n8:30 AM               CAD       Manufacturing Sales\r\n\r\n10:00 AM             CAD       BOC Rate Statement And Overnight Rate\r\n\r\n10:00 AM             USD       Fed Chair Yellen Testifies\r\n\r\n10:30 AM                             Crude Oil Inventories\r\n\r\n11:15 AM             CAD       BOC Press Conference\r\n\r\n<strong>Thursday</strong>\r\n\r\n8:30 AM               USD       Building Permits And Unemployment Claims\r\n\r\n10:00 AM             USD       Philly Fed Manufacturing Index\r\n\r\n10:30 AM             USD       Natural Gas Storage\r\n\r\n<strong>Friday</strong>\r\n\r\n8:30 AM               CAD       Wholesales And Core CPI\r\n\r\n9:55 AM               USD       Preliminary UoM Consumer Sentiment','The Week Ahead in the Financial Markets','','inherit','open','closed','','1931-revision-v1','','','2014-07-13 23:01:12','2014-07-13 23:01:12','',1931,'http://www.thetradingroom.com/1931-revision-v1/',0,'revision','',0),(1580,2,'2014-05-06 12:11:56','2014-05-06 12:11:56','','EDU-Quant-Trading','','publish','open','closed','','edu-quant-trading','','','2014-05-06 17:03:52','2014-05-06 17:03:52','',0,'http://www.thetradingroom.com/?page_id=1580',0,'page','',0),(1581,2,'2014-05-06 11:50:46','2014-05-06 11:50:46','','EDU-Quant-Trading','','inherit','open','closed','','1580-revision-v1','','','2014-05-06 11:50:46','2014-05-06 11:50:46','',1580,'http://www.thetradingroom.com/1580-revision-v1/',0,'revision','',0),(1582,2,'2014-05-06 23:55:30','0000-00-00 00:00:00','','test20','','draft','open','closed','','test20','','','2014-05-06 23:55:30','2014-05-06 23:55:30','',0,'http://www.thetradingroom.com/?page_id=1582',0,'page','',0),(1583,2,'2014-05-06 17:09:42','2014-05-06 17:09:42','','test20','','inherit','open','closed','','1582-revision-v1','','','2014-05-06 17:09:42','2014-05-06 17:09:42','',1582,'http://www.thetradingroom.com/1582-revision-v1/',0,'revision','',0),(1585,1,'2014-05-07 13:43:08','0000-00-00 00:00:00','		<h3 class=\"center\">Welcome to DMS!</h3>\n		<iframe  class=\"scribd_iframe_embed\" src=\"//www.scribd.com/embeds/213323278/content?start_page=1&view_mode=slideshow&access_key=key-1dzmy27btqjwamjd0dye&show_recommendations=false\" data-auto-height=\"false\" data-aspect-ratio=\"0.772922022279349\" scrolling=\"no\" id=\"doc_40327\" width=\"100%\" height=\"1000\" frameborder=\"0\"></iframe>\n		\n		','PageLines Getting Started','','draft','open','closed','','pl-getting-started','','','2014-05-07 13:43:08','0000-00-00 00:00:00','',0,'http://www.thetradingroom.com/?page_id=1585',0,'page','',0),(1590,2,'2014-05-07 19:39:39','2014-05-07 19:39:39','','PageLines-tradingroom2x12.jpg','','inherit','open','closed','','pagelines-tradingroom2x12-jpg','','','2014-05-07 19:39:39','2014-05-07 19:39:39','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/05/tradingroom2x12.jpg',0,'attachment','image/jpeg',0),(1591,2,'2014-05-07 19:40:43','2014-05-07 19:40:43','','PageLines-rqlogoblack.jpg','','inherit','open','closed','','pagelines-rqlogoblack-jpg-2','','','2014-05-07 19:40:43','2014-05-07 19:40:43','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/05/rqlogoblack1.jpg',0,'attachment','image/jpeg',0),(1751,2,'2014-05-23 11:10:15','2014-05-23 11:10:15','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:05 am ET </span></span>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2d2b2c;\">European stocks were little changed, with the region’s benchmark index heading for its sixth weekly gain, as investors awaited data that may show a rebound in U.S. housing activity. U.S. index futures were also little changed, while Asian shares rose.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">BONDS - </span><span style=\"color: #2a2a2a;\">Treasuries headed for their steepest weekly loss in a month on the last day of the week.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Soybeans rose in Chicago, extending the biggest weekly gain since August, on signs exports from the U.S. are increasing amid a rebound in Chinese demand. </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The euro dropped to a three-month low versus the dollar as the Ifo institute’s gauge of German business confidence fell, adding to signs that may prompt the European Central Bank to boost stimulus as soon as next month.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">ECONOMIC DATA -</span><span style=\"font-family: Verdana, Helvetica, sans-serif;\"> CAD </span></span><span style=\"color: #000000;\">Core CPI m/m due at 8:30, US </span><span style=\"color: #000000;\">New Home Sales at 10:00 ET.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n&nbsp;','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-24','','','2014-05-23 11:10:15','2014-05-23 11:10:15','',0,'http://www.thetradingroom.com/?p=1751',0,'post','',0),(1588,2,'2014-05-07 16:07:53','2014-05-07 16:07:53','','PageLines-rqlogoblack.jpg','','inherit','open','closed','','pagelines-rqlogoblack-jpg','','','2014-05-07 16:07:53','2014-05-07 16:07:53','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/05/rqlogoblack.jpg',0,'attachment','image/jpeg',0),(1592,2,'2014-05-07 19:48:12','2014-05-07 19:48:12','','PageLines-joebigscreen.jpg','','inherit','open','closed','','pagelines-joebigscreen-jpg','','','2014-05-07 19:48:12','2014-05-07 19:48:12','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/05/joebigscreen.jpg',0,'attachment','image/jpeg',0),(1593,2,'2014-05-07 19:55:06','2014-05-07 19:55:06','','PageLines-joebigscreen.jpg','','inherit','open','closed','','pagelines-joebigscreen-jpg-2','','','2014-05-07 19:55:06','2014-05-07 19:55:06','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/05/joebigscreen1.jpg',0,'attachment','image/jpeg',0),(1594,2,'2014-05-07 19:56:17','2014-05-07 19:56:17','','PageLines-quoteboardblue.jpg','','inherit','open','closed','','pagelines-quoteboardblue-jpg','','','2014-05-07 19:56:17','2014-05-07 19:56:17','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/05/quoteboardblue.jpg',0,'attachment','image/jpeg',0),(1595,2,'2014-05-07 19:57:59','2014-05-07 19:57:59','','PageLines-marketanalyzer.JPG','','inherit','open','closed','','pagelines-marketanalyzer-jpg','','','2014-05-07 19:57:59','2014-05-07 19:57:59','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/05/marketanalyzer.jpg',0,'attachment','image/jpeg',0),(1596,2,'2014-05-07 19:58:59','2014-05-07 19:58:59','','PageLines-screenhandclick.jpg','','inherit','open','closed','','pagelines-screenhandclick-jpg','','','2014-05-07 19:58:59','2014-05-07 19:58:59','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/05/screenhandclick.jpg',0,'attachment','image/jpeg',0),(1597,2,'2014-05-07 20:00:53','2014-05-07 20:00:53','','PageLines-joeshadowwriting2.jpg','','inherit','open','closed','','pagelines-joeshadowwriting2-jpg','','','2014-05-07 20:00:53','2014-05-07 20:00:53','',1656,'http://www.thetradingroom.com/wp-content/uploads/2014/05/joeshadowwriting2.jpg',0,'attachment','image/jpeg',0),(1598,2,'2014-05-08 21:59:30','2014-05-08 21:59:30','During this 90 day training program you will receive comprehensive training including the concept, methods, and tools in an easy to understand step by step format. The exact logic is revealed with all the necessary rules needed for understanding and implementing the RiosQuant approach to trading the global financial markets.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','90 Day Trading Program','','publish','open','closed','','90-day-trading-program','','','2014-05-08 21:59:30','2014-05-08 21:59:30','',0,'http://www.thetradingroom.com/?p=1598',0,'post','',0),(1601,2,'2014-05-08 00:05:09','2014-05-08 00:05:09','During this 90 day training program you will receive comprehensive training including the concept, methods, and tools in an easy to understand step by step format. The exact logic is revealed with all the necessary rules needed for understanding and implementing the RiosQuant approach to trading the global financial markets.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','90 Day Trading Program','','inherit','open','closed','','1598-revision-v1','','','2014-05-08 00:05:09','2014-05-08 00:05:09','',1598,'http://www.thetradingroom.com/1598-revision-v1/',0,'revision','',0),(1600,2,'2014-05-07 23:52:36','2014-05-07 23:52:36','&nbsp;\r\n\r\n<span style=\"font-weight: 300; color: #000000;\">During this 90 day training program you will receive comprehensive training including the concept, methods, and tools in an easy to understand step by step format. The exact logic is revealed with all the necessary rules needed for understanding and implementing the RiosQuant approach to trading the global financial markets.</span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','90 Day Trading Program','','inherit','open','closed','','1598-revision-v1','','','2014-05-07 23:52:36','2014-05-07 23:52:36','',1598,'http://www.thetradingroom.com/1598-revision-v1/',0,'revision','',0),(1599,2,'2014-05-07 23:50:18','2014-05-07 23:50:18','<a href=\"https://vimeo.com/94068070/settings/embed\">https://vimeo.com/94068070/settings/embed</a>\r\n\r\n<span style=\"font-weight: 300; color: #000000;\">During this 90 day training program you will receive comprehensive training including the concept, methods, and tools in an easy to understand step by step format. The exact logic is revealed with all the necessary rules needed for understanding and implementing the RiosQuant approach to trading the global financial markets.</span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','90 Day Trading Program','','inherit','open','closed','','1598-revision-v1','','','2014-05-07 23:50:18','2014-05-07 23:50:18','',1598,'http://www.thetradingroom.com/1598-revision-v1/',0,'revision','',0),(1602,2,'2014-05-08 10:21:41','2014-05-08 10:21:41','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\"><img class=\"aligncenter size-full wp-image-454\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\" alt=\"Hangseng sign\" width=\"604\" height=\"453\" /></a>\r\n\r\n<strong><span style=\"color: #222222;\">UPDATED 4:45 am ET </span></strong>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>STOCKS</strong> - <span style=\"color: #2d2b2c;\">European stocks </span><span style=\"color: #2d2b2c;\"> rose for the first time in five days as Enel</span><span style=\"color: #2d2b2c;\"> SpA to BT Group Plc posted better-than-estimated earnings and investors awaited the outcome of the European Central Bank’s meeting. U.S. index futures were little changed, while Asian shares climbed.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>BONDS</strong> -</span><span style=\"color: #2a2a2a;\">Treasury 30-year yields were close to the lowest level in 11 months after Federal Reserve Chair Janet Yellen said inflation and employment are short of the central bank’s goals.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>COMMODITIES</strong> - </span><span style=\"color: #2a2a2a;\">Gold held below $1,300 an ounce after the biggest one-day drop in three weeks on speculation that the U.S. Federal Reserve will further reduce monetary stimulus as the economy recovers.</span><span style=\"color: #2a2a2a;\">.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>CURRENCIES</strong> - </span><span style=\"color: #2a2a2a;\">Australia’s dollar climbed to a three- week high after the country’s employers boosted payrolls in April and Chinese imports and exports unexpectedly increased.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c; font-family: akzidenz-grotesk-std-bloom;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>ECONOMIC DATA</strong> - GBP </span><span style=\"color: #000000;\">Official Bank Rate dute at 7:00, </span><span style=\"color: #000000;\">Minimum Bid Rate at 7:45, </span><span style=\"color: #000000;\">ECB Press Conference and US </span><span style=\"color: #000000;\">Unemployment Claims at 8:30, </span><span style=\"color: #000000;\">Fed Chair Yellen Testifies at the 9:30, </span><span style=\"color: #000000;\">Natural Gas Storage at the 10:30, </span><span style=\"color: #000000;\">RBA Monetary Policy Statement and CNY </span><span style=\"color: #000000;\">CPI y/y </span><span style=\"color: #000000;\">at 21:30, ET.</span></div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-for-stocks-bonds-commodities-and-forex','','','2014-05-08 21:58:04','2014-05-08 21:58:04','',0,'http://www.thetradingroom.com/?p=1602',0,'post','',0),(1603,2,'2014-05-08 10:21:41','2014-05-08 10:21:41','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\"><img class=\"aligncenter size-full wp-image-454\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\" alt=\"Hangseng sign\" width=\"604\" height=\"453\" /></a>\r\n\r\n<strong><span style=\"color: #222222;\">UPDATED 4:45 am ET </span></strong>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>STOCKS</strong> - <span style=\"color: #2d2b2c;\">European stocks </span><span style=\"color: #2d2b2c;\"> rose for the first time in five days as Enel</span><span style=\"color: #2d2b2c;\"> SpA to BT Group Plc posted better-than-estimated earnings and investors awaited the outcome of the European Central Bank’s meeting. U.S. index futures were little changed, while Asian shares climbed.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>BONDS</strong> -</span><span style=\"color: #2a2a2a;\">Treasury 30-year yields were close to the lowest level in 11 months after Federal Reserve Chair Janet Yellen said inflation and employment are short of the central bank’s goals.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>COMMODITIES</strong> - </span><span style=\"color: #2a2a2a;\">Gold held below $1,300 an ounce after the biggest one-day drop in three weeks on speculation that the U.S. Federal Reserve will further reduce monetary stimulus as the economy recovers.</span><span style=\"color: #2a2a2a;\">.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>CURRENCIES</strong> - </span><span style=\"color: #2a2a2a;\">Australia’s dollar climbed to a three- week high after the country’s employers boosted payrolls in April and Chinese imports and exports unexpectedly increased.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c; font-family: akzidenz-grotesk-std-bloom;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>ECONOMIC DATA</strong> - GBP </span><span style=\"color: #000000;\">Official Bank Rate dute at 7:00, </span><span style=\"color: #000000;\">Minimum Bid Rate at 7:45, </span><span style=\"color: #000000;\">ECB Press Conference and US </span><span style=\"color: #000000;\">Unemployment Claims at 8:30, </span><span style=\"color: #000000;\">Fed Chair Yellen Testifies at the 9:30, </span><span style=\"color: #000000;\">Natural Gas Storage at the 10:30, </span><span style=\"color: #000000;\">RBA Monetary Policy Statement and CNY </span><span style=\"color: #000000;\">CPI y/y </span><span style=\"color: #000000;\">at 21:30, ET.</span></div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1602-revision-v1','','','2014-05-08 10:21:41','2014-05-08 10:21:41','',1602,'http://www.thetradingroom.com/1602-revision-v1/',0,'revision','',0),(1604,2,'2014-05-08 10:46:56','2014-05-08 10:46:56','','PageLines-rqglassadvwindow.jpg','','inherit','open','closed','','pagelines-rqglassadvwindow-jpg','','','2014-05-08 10:46:56','2014-05-08 10:46:56','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/05/rqglassadvwindow.jpg',0,'attachment','image/jpeg',0),(1605,2,'2014-05-08 15:15:10','2014-05-08 15:15:10','','PageLines-RQLOGOwhite1.jpg','','inherit','open','closed','','pagelines-rqlogowhite1-jpg','','','2014-05-08 15:15:10','2014-05-08 15:15:10','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/05/RQLOGOwhite1.jpg',0,'attachment','image/jpeg',0),(1606,2,'2014-05-08 15:15:25','2014-05-08 15:15:25','','PageLines-rqlogoblack.jpg','','inherit','open','closed','','pagelines-rqlogoblack-jpg-3','','','2014-05-08 15:15:25','2014-05-08 15:15:25','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/05/rqlogoblack2.jpg',0,'attachment','image/jpeg',0),(1607,2,'2014-05-08 15:15:38','2014-05-08 15:15:38','','PageLines-rqlogoblack.jpg','','inherit','open','closed','','pagelines-rqlogoblack-jpg-4','','','2014-05-08 15:15:38','2014-05-08 15:15:38','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/05/rqlogoblack3.jpg',0,'attachment','image/jpeg',0),(1608,2,'2014-05-08 15:19:39','2014-05-08 15:19:39','','PageLines-rqblkletters.PNG','','inherit','open','closed','','pagelines-rqblkletters-png','','','2014-05-08 15:19:39','2014-05-08 15:19:39','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/05/rqblkletters.png',0,'attachment','image/png',0),(1609,2,'2014-05-08 15:30:28','2014-05-08 15:30:28','','PageLines-rqfavletters.PNG','','inherit','open','closed','','pagelines-rqfavletters-png','','','2014-05-08 15:30:28','2014-05-08 15:30:28','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/05/rqfavletters.png',0,'attachment','image/png',0),(1610,2,'2014-05-08 15:31:53','2014-05-08 15:31:53','','PageLines-rqfavletters.JPG','','inherit','open','closed','','pagelines-rqfavletters-jpg','','','2014-05-08 15:31:53','2014-05-08 15:31:53','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/05/rqfavletters.jpg',0,'attachment','image/jpeg',0),(1611,2,'2014-05-08 15:36:26','2014-05-08 15:36:26','','PageLines-favrq2.JPG','','inherit','open','closed','','pagelines-favrq2-jpg','','','2014-05-08 15:36:26','2014-05-08 15:36:26','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/05/favrq2.jpg',0,'attachment','image/jpeg',0),(1612,2,'2014-05-08 15:40:14','2014-05-08 15:40:14','','PageLines-rqbluefav.PNG','','inherit','open','closed','','pagelines-rqbluefav-png','','','2014-05-08 15:40:14','2014-05-08 15:40:14','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/05/rqbluefav.png',0,'attachment','image/png',0),(1613,2,'2014-05-08 15:42:56','2014-05-08 15:42:56','','PageLines-Rfavletter.PNG','','inherit','open','closed','','pagelines-rfavletter-png','','','2014-05-08 15:42:56','2014-05-08 15:42:56','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/05/Rfavletter.png',0,'attachment','image/png',0),(1615,2,'2014-05-08 16:33:53','2014-05-08 16:33:53','','Blog','','publish','open','closed','','blog','','','2014-05-08 16:53:10','2014-05-08 16:53:10','',0,'http://www.thetradingroom.com/?page_id=1615',0,'page','',0),(1616,2,'2014-05-08 16:33:53','2014-05-08 16:33:53','','Blog','','inherit','open','closed','','1615-revision-v1','','','2014-05-08 16:33:53','2014-05-08 16:33:53','',1615,'http://www.thetradingroom.com/1615-revision-v1/',0,'revision','',0),(1617,2,'2014-05-08 16:36:26','2014-05-08 16:36:26','','Home','','publish','open','closed','','home-2','','','2014-05-08 16:52:28','2014-05-08 16:52:28','',0,'http://www.thetradingroom.com/?page_id=1617',0,'page','',0),(1618,2,'2014-05-08 16:36:26','2014-05-08 16:36:26','','Home','','inherit','open','closed','','1617-revision-v1','','','2014-05-08 16:36:26','2014-05-08 16:36:26','',1617,'http://www.thetradingroom.com/1617-revision-v1/',0,'revision','',0),(1619,2,'2014-11-05 07:12:47','2014-11-05 07:12:47','Do you have what it takes to succeed in trading? Meet traders that are making it happen!\r\n\r\nYou don\'t have to be a millionaire or have an MBA  degree to be a successful trader. Join us in our live trading room and discover new and innovative methods to trade in today\'s stock, bond, commodity futures and forex markets.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nTESTIMONIALS ARE NOT INDICATIVE OF FUTURE PERFORMANCE OR SUCCESS','Meet Members - RiosQuant Futures Traders','','publish','open','closed','','meet-members-riosquant-traders-10','','','2016-10-09 17:33:20','2016-10-09 17:33:20','',0,'http://www.thetradingroom.com/?p=1619',0,'post','',0),(1620,2,'2014-05-08 17:05:25','2014-05-08 17:05:25','Do you have what it takes to succeed in trading? Meet traders that are making it happen!','Meet Members - RiosQuant Traders','','inherit','open','closed','','1619-revision-v1','','','2014-05-08 17:05:25','2014-05-08 17:05:25','',1619,'http://www.thetradingroom.com/1619-revision-v1/',0,'revision','',0),(1621,2,'2014-05-08 21:54:29','2014-05-08 21:54:29','Do you have what it takes to succeed in trading? Meet traders that are making it happen!\n\nYou don\'t have to be a millionaire or have an MBA  degree to be a successful trader. Join us in our live trading room and discover new and innovative methods to trade in t','Meet Members - RiosQuant Traders','','inherit','open','closed','','1619-autosave-v1','','','2014-05-08 21:54:29','2014-05-08 21:54:29','',1619,'http://www.thetradingroom.com/1619-autosave-v1/',0,'revision','',0),(1622,2,'2014-05-08 21:54:52','2014-05-08 21:54:52','Do you have what it takes to succeed in trading? Meet traders that are making it happen!\r\n\r\nYou don\'t have to be a millionaire or have an MBA  degree to be a successful trader. Join us in our live trading room and discover new and innovative methods to trade in today\'s stock, bond, commodity and forex markets.','Meet Members - RiosQuant Traders','','inherit','open','closed','','1619-revision-v1','','','2014-05-08 21:54:52','2014-05-08 21:54:52','',1619,'http://www.thetradingroom.com/1619-revision-v1/',0,'revision','',0),(1623,2,'2014-05-08 22:08:42','2014-05-08 22:08:42','','jump start rq alogrithms','','inherit','open','closed','','jump-start-rq-alogrithms-2','','','2014-05-08 22:08:42','2014-05-08 22:08:42','',1512,'http://www.thetradingroom.com/wp-content/uploads/2014/04/jump-start-rq-alogrithms1.jpg',0,'attachment','image/jpeg',0),(1625,2,'2014-05-08 22:18:51','2014-05-08 22:18:51','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/jump-start-rq-alogrithms.jpg\"><img class=\"aligncenter size-full wp-image-1513\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/jump-start-rq-alogrithms.jpg\" alt=\"jump start rq alogrithms\" width=\"430\" height=\"268\" /></a>\r\n\r\n<a href=\"http://www.screencast.com/users/TraderJim13/folders/Default/media/0edb0c68-0704-43d1-aeba-2dc2652a62af\">Find out how! Click here to view recorded trading action.</a>\r\n\r\nThe RiosQuant Einstein automated system is a quantitative model designed for specific assignments, such as to exploit short-lived trading opportunities. At the core of the strategy is a proprietary code with forward-looking algorithms designed to forecast and search for potentially key price levels of the markets.','Jump Start Your Trading','','inherit','open','closed','','1512-revision-v1','','','2014-05-08 22:18:51','2014-05-08 22:18:51','',1512,'http://www.thetradingroom.com/1512-revision-v1/',0,'revision','',0),(1624,2,'2014-05-08 22:10:35','2014-05-08 22:10:35','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/jump-start-rq-alogrithms.jpg\"><img class=\"aligncenter size-full wp-image-1513\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/jump-start-rq-alogrithms.jpg\" alt=\"jump start rq alogrithms\" width=\"430\" height=\"268\" /></a>\r\n\r\nFind out how! Click the following link to view recorded trading action.\r\n<a href=\"http://www.screencast.com/users/TraderJim13/folders/Default/media/0edb0c68-0704-43d1-aeba-2dc2652a62af\">http://www.screencast.com/users/TraderJim13/folders/Default/media/0edb0c68-0704-43d1-aeba-2dc2652a62af</a>\r\n\r\nThe RiosQuant Einstein automated system is a quantitative model designed for specific assignments, such as to exploit short-lived trading opportunities. At the core of the strategy is a proprietary code with forward-looking algorithms designed to forecast and search for potentially key price levels of the markets.','Jump Start Your Trading','','inherit','open','closed','','1512-revision-v1','','','2014-05-08 22:10:35','2014-05-08 22:10:35','',1512,'http://www.thetradingroom.com/1512-revision-v1/',0,'revision','',0),(1626,2,'2014-05-08 22:23:36','2014-05-08 22:23:36','<strong>A Recurring Phenomenon Twice A Day In The Gold Market\r\n- by Joe Rios</strong>\r\n\r\nA recurring market event happens every trading day at 5:30 AM and 10:00 AM Eastern Time. Officially, the London gold fixing is the settling of the price of gold. It occurs twice each trading day on the London market by the five members of the London Gold Market Fixing Ltd. Today\'s current members include Barclays, Deutsche Bank, HSBC, Scotia-Mocatta (Bank of Nova Scotia) and Société Générale.\r\nThe participating banks act on both, their own behalf and for their customers. The Gold Fix Chairman starts the fixing process by declaring a price, typically near the current spot market price. Assuming this price, the participating banks aggregate all the orders they have received - both buys and sells - and declare to the Chairman the net quantity of gold they would buy, or sell, at the proposed price. If the net effect across all the participant banks is in balance, then that price will become the current London Gold Fix price. However it\'s common that the buyers and sellers are not immediately in balance. The Chairman will then adjust the proposed price, higher if there are too many buyers, and lower if there are too many sellers.\r\n\r\nMartyn Whitehead, director of commodities at Barclays Capital and vice-chairman of the London Bullion Market Association says -\r\n\r\n\"Normally it\'s a 10 or 15-minute process, but it can take up to half an hour. The longest fixing actually took place back on 19th October 1987 - Black Monday. The London Gold Fix took two hours and 15 minutes to reach agreement that day.\" That was the day when the US stock market dropped 23% of its value.\r\n\r\n<strong>Wow! What an edge!</strong> 10 to 15 minutes can seem like a life-time to an active trader. But for traders like us that employ quantitative analysis and algorithmic trading systems, this can be a huge advantage. At Rios Quant our edge has always been the development, implementation and monitoring of trading systems for the electronic financial markets. Our event-driven automated system, the RQ Dash was designed for this specific event. The focus is to be opportunistic to the activities associated with the volatility at the critical time periods. At the core of the strategy is an Rios Quant proprietary code with forward looking algorithms designed to forecast for potential price action activities in the gold futures market. For a complete performance report and information regarding our automated trading systems, please click on the following link - <a title=\"Rios Quant Trading Systems Free Trial\" href=\"http://www.riosquant.com/requestinfo?product_id=2\">Rios Quant Trading Systems</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/trade-the-london-gold-fix.jpg\"><img class=\"alignnone size-full wp-image-672\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/trade-the-london-gold-fix.jpg\" alt=\"trade the london gold fix\" width=\"392\" height=\"457\" /></a>\r\nThe RQ Dash automated trading system taking a quick short position for profit during the London Gold Fix.\r\n\r\nBelow you will find interesting reading from a recent article in Bloomberg.\r\n\r\nBloomberg - November 26, 2013\r\n<strong>Trading Surges</strong> - At 3:01 p.m., after the start of the call, trading surged to 47.8 percent above the average for the 20-minute period preceding the start of the fix and remained 20 percent higher for the next six minutes, Caminschi and Heaney found. By comparison, trading was 8.7 percent higher than the average a minute after publication of the price. The results showed a similar pattern for the SPDR Gold Trust.\r\n“Intuitively, we expect volumes to spike following the introduction of information to the market” when the final result is published, Caminschi and Heaney wrote in “Fixing a Leaky Fixing: Short-Term Market Reactions to the London P.M. Gold Price Fixing.” “What we observe in our analysis is a clustering of trades immediately following the fixing start.”\r\nThe researchers also assessed how accurate movements in gold derivatives were in predicting the final fix. Between 2:59 p.m. and 3 p.m., the direction of futures contracts matched the direction of the fix about half the time.\r\nFrom 3:01 p.m., the success rate jumped to 69.9 percent, and within five minutes it had climbed to 80 percent, Caminschi and Heaney wrote. On days when the gold price per ounce moved by more than $3, gold futures successfully predicted the outcome in more than nine out of 10 occasions.\r\n<strong>Information Dissemination</strong> - “Not only are the trades quite accurate in predicting the fixing direction, the more money that is made by way of a larger price change, the more accurate the trade becomes,” Caminschi and Heaney wrote. “This is highly suggestive of information leaking from the fixing to these public markets.”\r\nFor derivatives traders, the benefits are clear: A dealer who bought 500 gold futures contracts at 3 p.m. and knew the fix was going higher could make $200,000 for his firm if the price moved by $4, the average move in the sample. While the value of 500 contracts totals about $60 million, traders may buy on margin, a process that involves borrowing and requires placing less capital for the bet. On a typical day, about 4,500 futures contracts are traded between 3 p.m. and 3:15 p.m., according to Caminschi and Heaney.\r\n\r\nTo read the entire Bloomberg article click on the following link: <a href=\"http://www.bloomberg.com/news/2013-11-26/gold-fix-drawing-scrutiny-amid-knowledge-tied-to-eruption.html\">London Gold Fix Calls Draw Scrutiny Amid Heavy Trading</a>','The London Gold Fix - Be Amazed!','','inherit','open','closed','','844-revision-v1','','','2014-05-08 22:23:36','2014-05-08 22:23:36','',844,'http://www.thetradingroom.com/844-revision-v1/',0,'revision','',0),(1627,2,'2014-05-08 22:49:39','2014-05-08 22:49:39','<p style=\"color: #000000;\">Futures Truth Magazine has named <span style=\"color: #333333;\">The Trading Room® </span>TradeLAB as one of the Top 10 trading rooms in the United States in a study conducted by Dr. Dean Handley.</p>\r\n<p style=\"color: #000000;\">\"The study took into account over four years of evaluation, 47,000 historical trade records and 19,000 prospective trades. In Dr. Handley\'s study, he reviewed more than 400 futures trading websites and evaluated them using several factors including their transparency, proven track record, and the likelihood of them assisting traders become successful\".</p>\r\n<p style=\"color: #000000;\">Find out for yourself what all the buzz is about. <a href=\"http://www.riosquant.com/tradelab\">Click here and test drive our live trading room for free. </a></p>','Live Trading Room ','','publish','open','closed','','live-trading-room','','','2014-05-08 22:49:39','2014-05-08 22:49:39','',0,'http://www.thetradingroom.com/?p=1627',0,'post','',0),(1628,2,'2014-05-08 22:46:10','2014-05-08 22:46:10','','futures truth','','inherit','open','closed','','futures-truth-2','','','2014-05-08 22:46:10','2014-05-08 22:46:10','',1627,'http://www.thetradingroom.com/wp-content/uploads/2014/05/futures-truth.jpg',0,'attachment','image/jpeg',0),(1629,2,'2014-05-08 22:49:39','2014-05-08 22:49:39','<p style=\"color: #000000;\">Futures Truth Magazine has named <span style=\"color: #333333;\">The Trading Room® </span>TradeLAB as one of the Top 10 trading rooms in the United States in a study conducted by Dr. Dean Handley.</p>\r\n<p style=\"color: #000000;\">\"The study took into account over four years of evaluation, 47,000 historical trade records and 19,000 prospective trades. In Dr. Handley\'s study, he reviewed more than 400 futures trading websites and evaluated them using several factors including their transparency, proven track record, and the likelihood of them assisting traders become successful\".</p>\r\n<p style=\"color: #000000;\">Find out for yourself what all the buzz is about. <a href=\"http://www.riosquant.com/tradelab\">Click here and test drive our live trading room for free. </a></p>','Live Trading Room ','','inherit','open','closed','','1627-revision-v1','','','2014-05-08 22:49:39','2014-05-08 22:49:39','',1627,'http://www.thetradingroom.com/1627-revision-v1/',0,'revision','',0),(1630,2,'2014-05-08 23:14:33','0000-00-00 00:00:00','','Risk Disclosure','','draft','open','closed','','','','','2014-05-08 23:14:33','2014-05-08 23:14:33','',87,'http://www.thetradingroom.com/?page_id=1630',0,'page','',0),(1631,2,'2014-05-08 23:14:33','2014-05-08 23:14:33','','Risk Disclosure','','inherit','open','closed','','1630-revision-v1','','','2014-05-08 23:14:33','2014-05-08 23:14:33','',1630,'http://www.thetradingroom.com/1630-revision-v1/',0,'revision','',0),(1632,2,'2014-05-08 23:19:45','2014-05-08 23:19:45','research & analysis','Research & Analysis','','publish','open','closed','','research-analysis','','','2016-10-19 18:09:56','2016-10-19 18:09:56','',0,'http://www.thetradingroom.com/?p=1632',6,'nav_menu_item','',0),(1635,2,'2014-05-08 23:19:45','2014-05-08 23:19:45','','Traders Like Us','','publish','open','closed','','1635','','','2016-10-19 18:09:56','2016-10-19 18:09:56','',0,'http://www.thetradingroom.com/?p=1635',4,'nav_menu_item','',0),(1636,2,'2014-05-08 23:19:45','2014-05-08 23:19:45','trading systems','Trading Systems','','publish','open','closed','','1636','','','2016-10-19 18:09:56','2016-10-19 18:09:56','',0,'http://www.thetradingroom.com/?p=1636',7,'nav_menu_item','',0),(1637,2,'2014-05-08 23:19:45','2014-05-08 23:19:45',' ','','','publish','open','closed','','1637','','','2016-10-19 18:09:56','2016-10-19 18:09:56','',0,'http://www.thetradingroom.com/?p=1637',8,'nav_menu_item','',0),(1690,2,'2014-05-16 11:26:36','2014-05-16 11:26:36','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:15 am ET </span></span>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">STOCKS - European stocks dropped, following the Stoxx Europe 600 Index’s largest decline in a month yesterday, as investors awaited U.S. reports on housing starts and consumer confidence. U.S. index futures were little changed, while Asian shares retreated. </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">BONDS - Treasuries declined for the first time in four days before reports today that economists said will show a gauge of consumer confidence rose to a 10-month high in May and the pace of housing starts accelerated last month. </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">COMMODITIES - Crude Oil was set for a second weekly gain after Cushing stockpiles fell. </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">CURRENCIES - The yen headed for its first back-to- back weekly gain in more than three months as signs of fragility in some of the world’s biggest economies spurred demand for the Japanese currency. </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">ECONOMIC DATA - US Housing Starts and Building Permits due at 8:30, Prelim UoM Consumer Sentiment at 9:55 ET.</span></div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-20','','','2014-05-16 11:26:36','2014-05-16 11:26:36','',0,'http://www.thetradingroom.com/?p=1690',0,'post','',0),(3198,2,'2016-10-19 09:21:47','2016-10-19 09:21:47','','PageLines-roomtitanstars.JPG','','inherit','open','closed','','pagelines-roomtitanstars-jpg','','','2016-10-19 09:21:47','2016-10-19 09:21:47','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/10/roomtitanstars.jpg',0,'attachment','image/jpeg',0),(1645,2,'2014-05-09 01:59:39','2014-05-09 01:59:39','<strong>UPDATED 7:10 ET </strong>\r\n<div></div>\r\n<div><strong>STOCKS</strong> - European stocks were little changed, after closing at a one-month low, as a slump in Wm Morrison Supermarkets Plc led retailers lower. U.S. stock-index futures and Asian shares climbed.</div>\r\n<div></div>\r\n<div><strong>BONDS</strong> - The U.S. Treasury’s $21 billion 10- year note auction attracted the highest demand in a year as investors sought a refuge amid concern that slowing growth in China will weigh on the global economy.</div>\r\n<div></div>\r\n<div><strong>COMMODITIES</strong> -<span style=\"color: #444444; font-family: proxima-nova;\">  </span>Gold advanced to the highest level in almost six months in London as tension between Ukraine and Russia and concern about slowing Chinese economic growth increased demand for a store of value.</div>\r\n<div></div>\r\n<div><strong>CURRENCIES</strong> - The euro advanced to the highest level versus the dollar in more than two years as policy makers signal support for the region’s recovery.</div>\r\n<div></div>\r\n<div><strong>ECONOMIC DATA</strong> - <span style=\"font-family: Verdana, Helvetica, sans-serif; font-size: xx-small;\">US </span>Unemployment Claims and Core Retail Sales due at 8:30, Business Inventories  at 10:00, Natural Gas Storage at 10:30, JPY Monetary Policy Meeting Minutes at 17:50 ET.</div>\r\n<div></div>\r\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\"><img class=\"aligncenter size-full wp-image-454\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/Hangseng-sign.jpg\" alt=\"Hangseng sign\" width=\"604\" height=\"453\" /></a></div>','Pre-Market Trading Report for Stock, Bond, Commodity and Currency Markets','','inherit','open','closed','','1294-revision-v1','','','2014-05-09 01:59:39','2014-05-09 01:59:39','',1294,'http://www.thetradingroom.com/1294-revision-v1/',0,'revision','',0),(1646,2,'2014-05-09 12:36:05','2014-05-09 12:36:05','&nbsp;\r\n\r\n<strong><span style=\"color: #222222;\">UPDATED 7:07 am ET </span></strong>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>STOCKS</strong> - European stocks <span style=\"color: #2d2b2c;\"> fell from their highest level in more than six years as companies </span><span style=\"color: #2d2b2c;\">posted earnings that missed analysts’ estimates. U.S. index futures retreated, while Asian shares rose.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>BONDS</strong> - </span><span style=\"color: #2a2a2a;\">Demand for Treasuries at this week’s note and bond auctions fell to the weakest level in seven months as two of the securities reached the highest prices this year, stoking bets the rally may have gone too far, too fast.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>COMMODITIES</strong> - </span><span style=\"color: #2a2a2a;\">Wheat declined for a third day in Chicago before a government report that may project ample world supplies even as drought damages U.S. crops.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>CURRENCIES</strong> - </span><span style=\"color: #2a2a2a;\">The euro dropped for a third day against the dollar as companies from Goldman Sachs Group Inc. to Royal Bank of Scotland Group Plc predicted the European Central Bank will cut interest rates next month.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c; font-family: akzidenz-grotesk-std-bloom;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>ECONOMIC DATA</strong> - CAD </span><span style=\"color: #000000;\">Unemployment Rate due at 8:30, US </span><span style=\"color: #000000;\">JOLTS Job Openings at 10:00 ET.</span></div>\r\n&nbsp;','Pre-Market Open Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-open-report-for-stocks-bonds-commodities-and-forex','','','2014-05-09 13:10:16','2014-05-09 13:10:16','',0,'http://www.thetradingroom.com/?p=1646',0,'post','',0),(1649,2,'2014-05-09 12:48:16','2014-05-09 12:48:16','&nbsp;\r\n\r\n<strong><span style=\"color: #222222;\">UPDATED 7:07 am ET </span></strong>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>STOCKS</strong> - European stocks <span style=\"color: #2d2b2c;\"> fell from their highest level in more than six years as companies </span><span style=\"color: #2d2b2c;\">posted earnings that missed analysts’ estimates. U.S. index futures retreated, while Asian shares rose.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>BONDS</strong> - </span><span style=\"color: #2a2a2a;\">Demand for Treasuries at this week’s note and bond auctions fell to the weakest level in seven months as two of the securities reached the highest prices this year, stoking bets the rally may have gone too far, too fast.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>COMMODITIES</strong> - </span><span style=\"color: #2a2a2a;\">Wheat declined for a third day in Chicago before a government report that may project ample world supplies even as drought damages U.S. crops.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>CURRENCIES</strong> - </span><span style=\"color: #2a2a2a;\">The euro dropped for a third day against the dollar as companies from Goldman Sachs Group Inc. to Royal Bank of Scotland Group Plc predicted the European Central Bank will cut interest rates next month.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c; font-family: akzidenz-grotesk-std-bloom;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>ECONOMIC DATA</strong> - CAD </span><span style=\"color: #000000;\">Unemployment Rate due at 8:30, US </span><span style=\"color: #000000;\">JOLTS Job Openings at 10:00 ET.</span></div>\r\n&nbsp;','Pre-Market Open Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1646-revision-v1','','','2014-05-09 12:48:16','2014-05-09 12:48:16','',1646,'http://www.thetradingroom.com/1646-revision-v1/',0,'revision','',0),(1647,2,'2014-05-09 12:36:05','2014-05-09 12:36:05','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\"><img class=\"aligncenter size-full wp-image-899\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/red-clocks-pre-market-open.jpg\" alt=\"red clocks pre-market open\" width=\"482\" height=\"394\" /></a>\r\n\r\n<strong><span style=\"color: #222222;\">UPDATED 7:07 am ET </span></strong>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>STOCKS</strong> - European stocks <span style=\"color: #2d2b2c;\"> fell from their highest level in more than six years as companies </span><span style=\"color: #2d2b2c;\">posted earnings that missed analysts’ estimates. U.S. index futures retreated, while Asian shares rose.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>BONDS</strong> - </span><span style=\"color: #2a2a2a;\">Demand for Treasuries at this week’s note and bond auctions fell to the weakest level in seven months as two of the securities reached the highest prices this year, stoking bets the rally may have gone too far, too fast.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>COMMODITIES</strong> - </span><span style=\"color: #2a2a2a;\">Wheat declined for a third day in Chicago before a government report that may project ample world supplies even as drought damages U.S. crops.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>CURRENCIES</strong> - </span><span style=\"color: #2a2a2a;\">The euro dropped for a third day against the dollar as companies from Goldman Sachs Group Inc. to Royal Bank of Scotland Group Plc predicted the European Central Bank will cut interest rates next month.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c; font-family: akzidenz-grotesk-std-bloom;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>ECONOMIC DATA</strong> - CAD </span><span style=\"color: #000000;\">Unemployment Rate due at 8:30, US </span><span style=\"color: #000000;\">JOLTS Job Openings at 10:00 ET.</span></div>\r\n&nbsp;','Pre-Market Open Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1646-revision-v1','','','2014-05-09 12:36:05','2014-05-09 12:36:05','',1646,'http://www.thetradingroom.com/1646-revision-v1/',0,'revision','',0),(1648,2,'2014-05-09 12:44:10','2014-05-09 12:44:10','','Pre-Market Report','','publish','open','closed','','pre-market-report','','','2016-10-19 18:09:56','2016-10-19 18:09:56','',0,'http://www.thetradingroom.com/?p=1648',5,'nav_menu_item','',0),(1652,2,'2014-05-11 22:23:32','2014-05-11 22:23:32','','90 Day Program','','inherit','open','closed','','1651-revision-v1','','','2014-05-11 22:23:32','2014-05-11 22:23:32','',1651,'http://www.thetradingroom.com/1651-revision-v1/',0,'revision','',0),(1653,2,'2014-11-09 11:55:55','0000-00-00 00:00:00','','90 Day','','draft','open','closed','','90-day','','','2014-11-09 11:55:55','2014-11-09 11:55:55','',0,'http://www.thetradingroom.com/?page_id=1653',0,'page','',0),(1654,2,'2014-05-11 23:23:27','2014-05-11 23:23:27','','Get Started','','publish','open','closed','','get-started','','','2014-05-11 23:55:15','2014-05-11 23:55:15','',0,'http://www.thetradingroom.com/?page_id=1654',0,'page','',0),(1655,2,'2014-05-11 23:20:43','2014-05-11 23:20:43','','Get Started','','inherit','open','closed','','1654-revision-v1','','','2014-05-11 23:20:43','2014-05-11 23:20:43','',1654,'http://www.thetradingroom.com/1654-revision-v1/',0,'revision','',0),(1656,2,'2014-05-12 00:05:20','2014-05-12 00:05:20','From the desk of Joe Rios\r\n\r\nMost of the risk assets continued to trade in tight ranges with the S&amp;P 500 finishing the week at 0.0% change. The velocity leaders continue to be the independents with grains outperforming led by Corn gaining 1.6% and Soybeans 1.1%. To the downside Coffee futures lost -9% and Natural Gas dipped 3%.\r\n\r\nGold also continued to trade range bound with the exception of one bearish day. Not surprising, the last two days of the trade week, the chart pattern illustrates two consecutive spinning top formations based on Japanese candlesticks which represent indecisiveness.\r\n\r\nWe did see action in the currency market with the US dollar reversing a prolonged bearish technical formation. Was it short covering? Or a shift in the underlying fundamentals? What\'s next in the Forex market? I would look to the bond market for clues. The US 10 Near Notes finished the week at resistance. Interest rate yields have flirted with the year\'s low below 2.6% but based on last week\'s US Dollar price action, don\'t be surprised to see the interest rate yield bounce. I will continue to focus on correlations to identify rotation flows, specifically between the US Dollar and the US 10 Year Notes. I will also continue to pay attention to the range bound markets and apply the RQ Channel 7 to pinpoint potential breakpoints for aggressive price action which should lead to trading opportunities. Take special note of this week\'s scheduled economic data releases, especially from China as they may help trigger aggressive price action in the week ahead.\r\n\r\nJoe Rios\r\nChief Market Strategist\r\n\r\n<strong>Live Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs:\r\n<strong>Amber Little, RQ Client Relations Manager</strong>\r\nemail: amber@riosquant.com\r\nskype: alittlemobile\r\ncellphone: 415.336.7272\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\nThe Trading Room TradeLAB\r\nGlobal Trading with Quantitative Technologies\r\nMonday through Friday beginning at 7:30 AM ET\r\n\r\n<a href=\"https://www3.gotomeeting.com/register/756229982\">https://www3.gotomeeting.com/register/756229982</a>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nMonday, Wednesday and Thursday beginning at 1:30 PM ET\r\nSubscription Only!\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop</strong>\r\nCovering the Rios Quant Trading Indicators:\r\n\r\n<strong>Tuesday beginning at 4:30 PM ET</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/114841990\">https://www3.gotomeeting.com/register/114841990</a>\r\nTopic: What it takes to be a Momentum Trader\r\nPresenter: Steve Schwartz\r\n\r\n<strong>Wednesday beginning at 7:30 PM ET</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/968000694\">https://www3.gotomeeting.com/register/968000694</a>\r\nTopic: The Next Big Swing\r\nPresenter: Edward Preston\r\n\r\n<strong>Saturday beginning at 10:30 AM ET</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/191104822\">https://www3.gotomeeting.com/register/191104822</a>\r\nTopic: Auto-trading with RQ-Einstein\r\nPresenter: Steve Schwartz\r\n_______________________________________________\r\n\r\n<strong>The RiosQuant 90 Day Trading Program - Workshop</strong>\r\n<strong>Thursday beginning at 7:00 PM ET</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/144619742\">https://www3.gotomeeting.com/register/144619742</a>\r\nTraining Session 6 of 12 with Steve Schwartz\r\nTopic: Identifying Reversal and Continuation Patterns\r\n<strong>MONDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nUSD - FOMC Member Plosser Speaks – 12:00 PM ET\r\nUSD - Federal Budget Balance – 2:00 PM ET\r\n<strong>TUESDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nCNY - Industrial Production – 1:30 AM ET\r\nEUR - German ZEW Economic Sentiment – 5:00 AM ET\r\nAUD - Annual Budget Release – Tentative\r\nUSD - Retail Sales – 8:30 AM ET\r\nNZD - RBNZ Financial Stability Report and\r\nGov. Wheeler Speaks – 5:00 PM ET\r\nNZD - Retail Sales – 6:45 PM ET\r\n<strong>WEDNESDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nGBP - Unemployment Rate and Claimant\r\nCount Change– 4:30 AM ET\r\nGBP - BOE Inflation Report and Gov. Carney Speaks – 5:30 AM ET\r\nUSD - PPI – 8:30 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nNZD - Annual Budget Release – 10:00 PM ET\r\n<strong>THURSDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nJPY - BOJ Gov. Kuroda Speaks – 12:25 AM ET\r\nCAD - Manufacturing Sales – 8:30 AM ET\r\nUSD - Core CPI and Unemployment Claims – 8:30 AM ET\r\nUSD - Philly Fed Manufacturing Index – 10:00 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\nUSD - Fed Chair Yellen Speaks – 7:00 PM ET\r\n<strong>FRIDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\n\r\nUSD - Building Permits and Housing Starts – 8:30 AM ET\r\n\r\nUSD - Preliminary Uom Consumer Sentiment – 9:55 AM ET','The Week Ahead in the Global Financial Markets','','publish','open','closed','','the-week-ahead-in-the-global-financial-markets','','','2014-05-12 00:05:20','2014-05-12 00:05:20','',0,'http://www.thetradingroom.com/?p=1656',0,'post','',0),(1657,2,'2014-05-12 00:04:31','2014-05-12 00:04:31','From the desk of Joe Rios\r\n\r\nMost of the risk assets continued to trade in tight ranges with the S&amp;P 500 finishing the week at 0.0% change. The velocity leaders continue to be the independents with grains outperforming led by Corn gaining 1.6% and Soybeans 1.1%. To the downside Coffee futures lost -9% and Natural Gas dipped 3%.\r\n\r\nGold also continued to trade range bound with the exception of one bearish day. Not surprising, the last two days of the trade week, the chart pattern illustrates two consecutive spinning top formations based on Japanese candlesticks which represent indecisiveness.\r\n\r\nWe did see action in the currency market with the US dollar reversing a prolonged bearish technical formation. Was it short covering? Or a shift in the underlying fundamentals? What\'s next in the Forex market? I would look to the bond market for clues. The US 10 Near Notes finished the week at resistance. Interest rate yields have flirted with the year\'s low below 2.6% but based on last week\'s US Dollar price action, don\'t be surprised to see the interest rate yield bounce. I will continue to focus on correlations to identify rotation flows, specifically between the US Dollar and the US 10 Year Notes. I will also continue to pay attention to the range bound markets and apply the RQ Channel 7 to pinpoint potential breakpoints for aggressive price action which should lead to trading opportunities. Take special note of this week\'s scheduled economic data releases, especially from China as they may help trigger aggressive price action in the week ahead.\r\n\r\nJoe Rios\r\nChief Market Strategist\r\n\r\n<strong>Live Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs:\r\n<strong>Amber Little, RQ Client Relations Manager</strong>\r\nemail: amber@riosquant.com\r\nskype: alittlemobile\r\ncellphone: 415.336.7272\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\nThe Trading Room TradeLAB\r\nGlobal Trading with Quantitative Technologies\r\nMonday through Friday beginning at 7:30 AM ET\r\n\r\n<a href=\"https://www3.gotomeeting.com/register/756229982\">https://www3.gotomeeting.com/register/756229982</a>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nMonday, Wednesday and Thursday beginning at 1:30 PM ET\r\nSubscription Only!\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop</strong>\r\nCovering the Rios Quant Trading Indicators:\r\n\r\n<strong>Tuesday beginning at 4:30 PM ET</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/114841990\">https://www3.gotomeeting.com/register/114841990</a>\r\nTopic: What it takes to be a Momentum Trader\r\nPresenter: Steve Schwartz\r\n\r\n<strong>Wednesday beginning at 7:30 PM ET</strong>\r\nhttps://www3.gotomeeting.com/register/968000694\r\nTopic: The Next Big Swing\r\nPresenter: Edward Preston\r\n\r\n<strong>Saturday beginning at 10:30 AM ET</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/191104822\">https://www3.gotomeeting.com/register/191104822</a>\r\nTopic: Auto-trading with RQ-Einstein\r\nPresenter: Steve Schwartz\r\n_______________________________________________\r\n\r\n<strong>The RiosQuant 90 Day Trading Program - Workshop</strong>\r\n<strong>Thursday beginning at 7:00 PM ET</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/144619742\">https://www3.gotomeeting.com/register/144619742</a>\r\nTraining Session 6 of 12 with Steve Schwartz\r\nTopic: Identifying Reversal and Continuation Patterns\r\n<strong>MONDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nUSD - FOMC Member Plosser Speaks – 12:00 PM ET\r\nUSD - Federal Budget Balance – 2:00 PM ET\r\n<strong>TUESDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nCNY - Industrial Production – 1:30 AM ET\r\nEUR - German ZEW Economic Sentiment – 5:00 AM ET\r\nAUD - Annual Budget Release – Tentative\r\nUSD - Retail Sales – 8:30 AM ET\r\nNZD - RBNZ Financial Stability Report and\r\nGov. Wheeler Speaks – 5:00 PM ET\r\nNZD - Retail Sales – 6:45 PM ET\r\n<strong>WEDNESDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nGBP - Unemployment Rate and Claimant\r\nCount Change– 4:30 AM ET\r\nGBP - BOE Inflation Report and Gov. Carney Speaks – 5:30 AM ET\r\nUSD - PPI – 8:30 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nNZD - Annual Budget Release – 10:00 PM ET\r\n<strong>THURSDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nJPY - BOJ Gov. Kuroda Speaks – 12:25 AM ET\r\nCAD - Manufacturing Sales – 8:30 AM ET\r\nUSD - Core CPI and Unemployment Claims – 8:30 AM ET\r\nUSD - Philly Fed Manufacturing Index – 10:00 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\nUSD - Fed Chair Yellen Speaks – 7:00 PM ET\r\n<strong>FRIDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\n\r\nUSD - Building Permits and Housing Starts – 8:30 AM ET\r\n\r\nUSD - Preliminary Uom Consumer Sentiment – 9:55 AM ET','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1656-revision-v1','','','2014-05-12 00:04:31','2014-05-12 00:04:31','',1656,'http://www.thetradingroom.com/1656-revision-v1/',0,'revision','',0),(1658,2,'2014-05-12 00:05:20','2014-05-12 00:05:20','From the desk of Joe Rios\r\n\r\nMost of the risk assets continued to trade in tight ranges with the S&amp;P 500 finishing the week at 0.0% change. The velocity leaders continue to be the independents with grains outperforming led by Corn gaining 1.6% and Soybeans 1.1%. To the downside Coffee futures lost -9% and Natural Gas dipped 3%.\r\n\r\nGold also continued to trade range bound with the exception of one bearish day. Not surprising, the last two days of the trade week, the chart pattern illustrates two consecutive spinning top formations based on Japanese candlesticks which represent indecisiveness.\r\n\r\nWe did see action in the currency market with the US dollar reversing a prolonged bearish technical formation. Was it short covering? Or a shift in the underlying fundamentals? What\'s next in the Forex market? I would look to the bond market for clues. The US 10 Near Notes finished the week at resistance. Interest rate yields have flirted with the year\'s low below 2.6% but based on last week\'s US Dollar price action, don\'t be surprised to see the interest rate yield bounce. I will continue to focus on correlations to identify rotation flows, specifically between the US Dollar and the US 10 Year Notes. I will also continue to pay attention to the range bound markets and apply the RQ Channel 7 to pinpoint potential breakpoints for aggressive price action which should lead to trading opportunities. Take special note of this week\'s scheduled economic data releases, especially from China as they may help trigger aggressive price action in the week ahead.\r\n\r\nJoe Rios\r\nChief Market Strategist\r\n\r\n<strong>Live Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\nContact Information for your Support Needs:\r\n<strong>Amber Little, RQ Client Relations Manager</strong>\r\nemail: amber@riosquant.com\r\nskype: alittlemobile\r\ncellphone: 415.336.7272\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\nThe Trading Room TradeLAB\r\nGlobal Trading with Quantitative Technologies\r\nMonday through Friday beginning at 7:30 AM ET\r\n\r\n<a href=\"https://www3.gotomeeting.com/register/756229982\">https://www3.gotomeeting.com/register/756229982</a>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\nInsider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios\r\nMonday, Wednesday and Thursday beginning at 1:30 PM ET\r\nSubscription Only!\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop</strong>\r\nCovering the Rios Quant Trading Indicators:\r\n\r\n<strong>Tuesday beginning at 4:30 PM ET</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/114841990\">https://www3.gotomeeting.com/register/114841990</a>\r\nTopic: What it takes to be a Momentum Trader\r\nPresenter: Steve Schwartz\r\n\r\n<strong>Wednesday beginning at 7:30 PM ET</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/968000694\">https://www3.gotomeeting.com/register/968000694</a>\r\nTopic: The Next Big Swing\r\nPresenter: Edward Preston\r\n\r\n<strong>Saturday beginning at 10:30 AM ET</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/191104822\">https://www3.gotomeeting.com/register/191104822</a>\r\nTopic: Auto-trading with RQ-Einstein\r\nPresenter: Steve Schwartz\r\n_______________________________________________\r\n\r\n<strong>The RiosQuant 90 Day Trading Program - Workshop</strong>\r\n<strong>Thursday beginning at 7:00 PM ET</strong>\r\n<a href=\"https://www3.gotomeeting.com/register/144619742\">https://www3.gotomeeting.com/register/144619742</a>\r\nTraining Session 6 of 12 with Steve Schwartz\r\nTopic: Identifying Reversal and Continuation Patterns\r\n<strong>MONDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nUSD - FOMC Member Plosser Speaks – 12:00 PM ET\r\nUSD - Federal Budget Balance – 2:00 PM ET\r\n<strong>TUESDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nCNY - Industrial Production – 1:30 AM ET\r\nEUR - German ZEW Economic Sentiment – 5:00 AM ET\r\nAUD - Annual Budget Release – Tentative\r\nUSD - Retail Sales – 8:30 AM ET\r\nNZD - RBNZ Financial Stability Report and\r\nGov. Wheeler Speaks – 5:00 PM ET\r\nNZD - Retail Sales – 6:45 PM ET\r\n<strong>WEDNESDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nGBP - Unemployment Rate and Claimant\r\nCount Change– 4:30 AM ET\r\nGBP - BOE Inflation Report and Gov. Carney Speaks – 5:30 AM ET\r\nUSD - PPI – 8:30 AM ET\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\nNZD - Annual Budget Release – 10:00 PM ET\r\n<strong>THURSDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\nJPY - BOJ Gov. Kuroda Speaks – 12:25 AM ET\r\nCAD - Manufacturing Sales – 8:30 AM ET\r\nUSD - Core CPI and Unemployment Claims – 8:30 AM ET\r\nUSD - Philly Fed Manufacturing Index – 10:00 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\nUSD - Fed Chair Yellen Speaks – 7:00 PM ET\r\n<strong>FRIDAY</strong>\r\n\r\nEconomic Data Release - Market Movers\r\n\r\nUSD - Building Permits and Housing Starts – 8:30 AM ET\r\n\r\nUSD - Preliminary Uom Consumer Sentiment – 9:55 AM ET','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1656-revision-v1','','','2014-05-12 00:05:20','2014-05-12 00:05:20','',1656,'http://www.thetradingroom.com/1656-revision-v1/',0,'revision','',0),(1659,2,'2014-05-12 10:56:02','2014-05-12 10:56:02','&nbsp;\r\n\r\n<strong>UPDATED 6:45 am ET </strong>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>STOCKS</strong> - <span style=\"color: #2a2a2a;\">European stocks rose, as mining companies advanced, and Sky Deutschland AG rallied after British Sky Broadcasting Group Plc said it’s in talks to buy the company. U.S. index futures and Asian shares outside Japan rose.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>BONDS</strong> - </span><span style=\"color: #2a2a2a;\">Treasury 10-year notes dropped for a second day before reports this week economists said will show retail sales rose and housing starts increased at the fastest pace this year, damping demand for fixed-income securities.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>COMMODITIES</strong> - C</span><span style=\"color: #2d2b2c;\">opper climbed on speculation </span><a style=\"font-weight: bold; color: #003399;\" href=\"http://topics.bloomberg.com/china/\">China</a><span style=\"color: #2d2b2c;\"> will take steps to support markets. </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>CURRENCIES</strong> - </span><span style=\"color: #2a2a2a;\">The euro traded within 0.2 percent of the lowest level in a month versus the dollar as Citigroup Inc. and UBS AG forecast further declines amid signs the European Central Bank is set to ease monetary policy.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c; font-family: akzidenz-grotesk-std-bloom;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>ECONOMIC DATA</strong> - </span><span style=\"color: #000000;\">FOMC Member Plosser Speaks at 12 noon and US </span><span style=\"color: #000000;\">Federal Budget Balance due at 14:00 ET.</span></div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-for-stocks-bonds-commodities-and-forex-2','','','2014-05-12 10:56:02','2014-05-12 10:56:02','',0,'http://www.thetradingroom.com/?p=1659',0,'post','',0),(1660,2,'2014-05-12 10:56:02','2014-05-12 10:56:02','&nbsp;\r\n\r\n<strong>UPDATED 6:45 am ET </strong>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>STOCKS</strong> - <span style=\"color: #2a2a2a;\">European stocks rose, as mining companies advanced, and Sky Deutschland AG rallied after British Sky Broadcasting Group Plc said it’s in talks to buy the company. U.S. index futures and Asian shares outside Japan rose.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>BONDS</strong> - </span><span style=\"color: #2a2a2a;\">Treasury 10-year notes dropped for a second day before reports this week economists said will show retail sales rose and housing starts increased at the fastest pace this year, damping demand for fixed-income securities.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>COMMODITIES</strong> - C</span><span style=\"color: #2d2b2c;\">opper climbed on speculation </span><a style=\"font-weight: bold; color: #003399;\" href=\"http://topics.bloomberg.com/china/\">China</a><span style=\"color: #2d2b2c;\"> will take steps to support markets. </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>CURRENCIES</strong> - </span><span style=\"color: #2a2a2a;\">The euro traded within 0.2 percent of the lowest level in a month versus the dollar as Citigroup Inc. and UBS AG forecast further declines amid signs the European Central Bank is set to ease monetary policy.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c; font-family: akzidenz-grotesk-std-bloom;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>ECONOMIC DATA</strong> - </span><span style=\"color: #000000;\">FOMC Member Plosser Speaks at 12 noon and US </span><span style=\"color: #000000;\">Federal Budget Balance due at 14:00 ET.</span></div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1659-revision-v1','','','2014-05-12 10:56:02','2014-05-12 10:56:02','',1659,'http://www.thetradingroom.com/1659-revision-v1/',0,'revision','',0),(1766,2,'2014-05-28 11:25:50','2014-05-28 11:25:50','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:17 am ET </span></span>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2d2b2c;\">European stocks were little changed, trading near their highest level since January 2008. Asian shares and  U.S. equity-index futures rose.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">BONDS - </span><span style=\"color: #2a2a2a;\">U.S. 30-year bond yields headed for a fifth monthly decline, the longest since 2006, as slow inflation and mixed economic data underpinned demand for long-term debt.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Corn extended a drop to the lowest level in more than 12 weeks after farmers in the U.S., the top exporter, accelerated planting in the last week.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The euro declined for a second day against the yen as data showed German unemployment unexpectedly increased this month and euro-area lending contracted, boosting the case for more European Central Bank stimulus.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">ECONOMIC DATA -</span><span style=\"font-family: Verdana, Helvetica, sans-serif;\"> AUD </span></span><span style=\"color: #000000;\">Private Capital Expenditure q/q at 21:30 ET.</span></div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-26','','','2014-05-28 11:25:50','2014-05-28 11:25:50','',0,'http://www.thetradingroom.com/?p=1766',0,'post','',0),(1662,2,'2014-05-12 15:50:29','0000-00-00 00:00:00','','sample','','draft','open','closed','','sample','','','2014-05-12 15:50:29','0000-00-00 00:00:00','',0,'http://www.thetradingroom.com/?page_id=1662',0,'page','',0),(1663,2,'2014-05-12 15:52:28','0000-00-00 00:00:00','','sample1','','draft','open','closed','','sample1','','','2014-05-12 15:52:28','0000-00-00 00:00:00','',0,'http://www.thetradingroom.com/?page_id=1663',0,'page','',0),(1740,2,'2014-05-20 15:30:47','2014-05-20 15:30:47','<strong>RiosQuant member Graham from Canada</strong> took three trade signals in the Nasdaq futures for a total profit of $430.00 day trading once contract.\r\n\r\nDo you have what it takes to be a quant trader in today’s volatile markets? Whether you trade Commodities, Forex or Stocks, join us in our live trading room during prime time market hours starting at  7:30 am ET. Find out if you have what it takes, it may not be as difficult as you think. Take our free two week free trial.\r\n\r\nSee you in the room!!','Congratulations to Graham - RiosQuant Member','','publish','open','closed','','congratulations-graham-riosquant-member','','','2014-05-20 15:30:47','2014-05-20 15:30:47','',0,'http://www.thetradingroom.com/?p=1740',0,'post','',0),(1665,2,'2014-05-12 19:07:14','0000-00-00 00:00:00','','live trading room','','draft','open','closed','','live-trading-room','','','2014-05-12 19:07:14','0000-00-00 00:00:00','',0,'http://www.thetradingroom.com/?page_id=1665',0,'page','',0),(1666,2,'2014-05-12 19:09:03','0000-00-00 00:00:00','','Futures Trading Room ','','draft','open','closed','','futures-trading-room','','','2014-05-12 19:09:03','0000-00-00 00:00:00','',0,'http://www.thetradingroom.com/?page_id=1666',0,'page','',0),(1667,2,'2014-05-12 19:14:54','2014-05-12 19:14:54','','Futures Trading Room ','','publish','open','closed','','futures-trading-room-2','','','2014-05-12 19:34:01','2014-05-12 19:34:01','',0,'http://www.thetradingroom.com/?page_id=1667',0,'page','',0),(1668,2,'2014-05-12 19:14:44','2014-05-12 19:14:44','','Futures Trading Room ','','inherit','open','closed','','1667-revision-v1','','','2014-05-12 19:14:44','2014-05-12 19:14:44','',1667,'http://www.thetradingroom.com/1667-revision-v1/',0,'revision','',0),(1669,2,'2014-05-12 19:38:28','2014-05-12 19:38:28','','Futures Trading Room','','publish','open','closed','','1669','','','2016-10-19 18:09:56','2016-10-19 18:09:56','',0,'http://www.thetradingroom.com/?p=1669',3,'nav_menu_item','',0),(1671,2,'2014-05-13 11:19:19','2014-05-13 11:19:19','<strong>UPDATED 7:00 am ET </strong>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>STOCKS</strong> - <span style=\"color: #2a2a2a;\">European stocks rose, extending a six-year high, amid better-than-forecast earnings from ThyssenKrupp AG to Airbus Group NV. U.S. index futures and Asian shares advanced.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>BONDS</strong> - </span><span style=\"color: #2a2a2a;\">Treasury yields were near the highest level in a week on speculation a government report today will show U.S. retail sales rose for a third month.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>COMMODITIES</strong> - </span><span style=\"color: #2a2a2a;\">Crude Oil climbed to its highest intraday level in two weeks amid speculation that crude stockpiles declined again in the U.S., the world’s biggest oil consumer.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>CURRENCIES</strong> - </span><span style=\"color: #000000;\">The euro slumped against most major currencies after reports that Germany\'s central bank is open to unconventional easing measures in the euro zone, if needed to tackle low inflation.</span><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c; font-family: akzidenz-grotesk-std-bloom;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>ECONOMIC DATA</strong> - </span><span style=\"color: #000000; font-family: Verdana, Helvetica, sans-serif;\">US </span><span style=\"color: #000000;\">Core Retail Sales</span><span style=\"color: #000000;\"> due at 8:30, </span><span style=\"color: #000000;\">Business Inventories at 10:00, </span><span style=\"color: #000000;\">RBNZ Financial Stability Report at 17:00, </span><span style=\"color: #000000;\">RBNZ Gov Wheeler Speaks at 5:05, NZD </span><span style=\"color: #000000;\">Retail Sales</span><span style=\"color: #000000;\"> at 18:45 ET.</span></div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1670-revision-v1','','','2014-05-13 11:19:19','2014-05-13 11:19:19','',1670,'http://www.thetradingroom.com/1670-revision-v1/',0,'revision','',0),(1672,2,'2014-05-13 15:36:20','2014-05-13 15:36:20','','Trading Workshop May 13','','publish','open','closed','','trading-workshop-may-13','','','2014-05-13 22:06:10','2014-05-13 22:06:10','',0,'http://www.thetradingroom.com/?page_id=1672',0,'page','',0),(1673,2,'2014-05-13 15:16:25','2014-05-13 15:16:25','','Trading Workshop May 13','','inherit','open','closed','','1672-revision-v1','','','2014-05-13 15:16:25','2014-05-13 15:16:25','',1672,'http://www.thetradingroom.com/1672-revision-v1/',0,'revision','',0),(1674,2,'2014-05-13 22:23:52','0000-00-00 00:00:00','','bolsa5','','draft','open','closed','','bolsa5','','','2014-05-13 22:23:52','2014-05-13 22:23:52','',0,'http://www.thetradingroom.com/?page_id=1674',0,'page','',0),(1675,2,'2014-05-13 22:13:51','2014-05-13 22:13:51','','bolsa5','','inherit','open','closed','','1674-revision-v1','','','2014-05-13 22:13:51','2014-05-13 22:13:51','',1674,'http://www.thetradingroom.com/1674-revision-v1/',0,'revision','',0),(1676,2,'2014-05-14 11:17:27','2014-05-14 11:17:27','<strong>UPDATED 7:15 am ET </strong>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>STOCKS</strong> - <span style=\"color: #2a2a2a;\">European stocks fell, after the Stoxx Europe 600 Index climbed yesterday to a six-year high, as investors weighed earnings and equity valuations. U.S. index futures were little changed, while Asian shares climbed.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>BONDS</strong> - </span><span style=\"color: #2a2a2a;\">Treasuries rose, pushing 10-year yields to the lowest level since November, before a government report that economists said will show producer-price inflation slowed last month.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>COMMODITIES</strong> - </span><span style=\"color: #2a2a2a;\">Crude Oil </span><span style=\"color: #2d2b2c;\"> </span><span style=\"color: #2d2b2c;\">advanced for a third day, the longest rising streak in more than three weeks, after an industry report showed crude stockpiles fell at the biggest U.S. oil-storage hub.</span><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>CURRENCIES</strong> - </span><span style=\"color: #2a2a2a;\">The euro fell to the lowest level in two months versus the yen amid speculation the European Central Bank will introduce fresh measures to boost the economy when policy makers meet next month.</span><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c; font-family: akzidenz-grotesk-std-bloom;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>ECONOMIC DATA</strong> - </span><span style=\"color: #000000; font-family: Verdana, Helvetica, sans-serif;\">US </span><span style=\"color: #000000;\">PPI m/m due at 8:30, </span><span style=\"color: #000000;\">German Buba President Weidmann Speaks and Crude Oil Inventories at 10:30, NZD </span><span style=\"color: #000000;\">Annual Budget Release at 22:00 ET.</span></div>\r\n&nbsp;','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-18','','','2014-05-14 11:17:27','2014-05-14 11:17:27','',0,'http://www.thetradingroom.com/?p=1676',0,'post','',0),(1677,2,'2014-05-14 11:15:54','2014-05-14 11:15:54','','get your report my fav','','inherit','open','closed','','get-your-report-my-fav','','','2014-05-14 11:15:54','2014-05-14 11:15:54','',1676,'http://www.thetradingroom.com/wp-content/uploads/2014/05/get-your-report-my-fav.jpg',0,'attachment','image/jpeg',0),(1678,2,'2014-05-14 11:17:27','2014-05-14 11:17:27','<strong>UPDATED 7:15 am ET </strong>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>STOCKS</strong> - <span style=\"color: #2a2a2a;\">European stocks fell, after the Stoxx Europe 600 Index climbed yesterday to a six-year high, as investors weighed earnings and equity valuations. U.S. index futures were little changed, while Asian shares climbed.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>BONDS</strong> - </span><span style=\"color: #2a2a2a;\">Treasuries rose, pushing 10-year yields to the lowest level since November, before a government report that economists said will show producer-price inflation slowed last month.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>COMMODITIES</strong> - </span><span style=\"color: #2a2a2a;\">Crude Oil </span><span style=\"color: #2d2b2c;\"> </span><span style=\"color: #2d2b2c;\">advanced for a third day, the longest rising streak in more than three weeks, after an industry report showed crude stockpiles fell at the biggest U.S. oil-storage hub.</span><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>CURRENCIES</strong> - </span><span style=\"color: #2a2a2a;\">The euro fell to the lowest level in two months versus the yen amid speculation the European Central Bank will introduce fresh measures to boost the economy when policy makers meet next month.</span><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c; font-family: akzidenz-grotesk-std-bloom;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>ECONOMIC DATA</strong> - </span><span style=\"color: #000000; font-family: Verdana, Helvetica, sans-serif;\">US </span><span style=\"color: #000000;\">PPI m/m due at 8:30, </span><span style=\"color: #000000;\">German Buba President Weidmann Speaks and Crude Oil Inventories at 10:30, NZD </span><span style=\"color: #000000;\">Annual Budget Release at 22:00 ET.</span></div>\r\n&nbsp;','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1676-revision-v1','','','2014-05-14 11:17:27','2014-05-14 11:17:27','',1676,'http://www.thetradingroom.com/1676-revision-v1/',0,'revision','',0),(1680,2,'2014-05-15 11:31:53','2014-05-15 11:31:53','<strong>UPDATED 7:25 am ET </strong>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>STOCKS</strong> - <span style=\"color: #2d2b2c;\">Most European stocks </span><span style=\"color: #2d2b2c;\"> fell as first-quarter euro-area economic growth missed forecasts, while companies including Deutsche Post AG </span><span style=\"color: #2d2b2c;\"> slid after posting results. U.S. index futures and Asian shares were little changed.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>BONDS</strong> - </span><span style=\"color: #2a2a2a;\">Treasury yields approached the lowest level since October before a report today economists predict will show consumer-price inflation stayed below the 10-year average in April.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>COMMODITIES</strong> - </span><span style=\"color: #2a2a2a;\">Gold traded below a one-week high in London as investors weighed the outlook for a strengthening U.S. economy against tension in Ukraine.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>CURRENCIES</strong> - </span><span style=\"color: #2a2a2a;\">The euro fell to the lowest level in 11 weeks versus the dollar and yen after European Central Bank Vice President Vitor Constancio said policy makers are prepared to add further monetary stimulus if needed.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c; font-family: akzidenz-grotesk-std-bloom;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>ECONOMIC DATA</strong> - Grains weekly export report, CAD </span><span style=\"color: #000000;\">Manufacturing Sales m/m,</span><span style=\"color: #2a2a2a;\"> </span><span style=\"color: #000000; font-family: Verdana, Helvetica, sans-serif;\">US </span><span style=\"color: #000000;\">Core CPI m/m and </span><span style=\"color: #000000;\">Unemployment Claims due at 8:30, US </span><span style=\"color: #000000;\">Philly Fed Manufacturing Index at 10:00, </span><span style=\"color: #000000;\">Natural Gas Storage at 10:30, </span><span style=\"color: #000000;\">Fed Chair Yellen Speaks at 19:00 ET.</span></div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-19','','','2014-05-15 11:31:53','2014-05-15 11:31:53','',0,'http://www.thetradingroom.com/?p=1680',0,'post','',0),(1681,2,'2014-05-15 11:31:53','2014-05-15 11:31:53','<strong>UPDATED 7:25 am ET </strong>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>STOCKS</strong> - <span style=\"color: #2d2b2c;\">Most European stocks </span><span style=\"color: #2d2b2c;\"> fell as first-quarter euro-area economic growth missed forecasts, while companies including Deutsche Post AG </span><span style=\"color: #2d2b2c;\"> slid after posting results. U.S. index futures and Asian shares were little changed.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>BONDS</strong> - </span><span style=\"color: #2a2a2a;\">Treasury yields approached the lowest level since October before a report today economists predict will show consumer-price inflation stayed below the 10-year average in April.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>COMMODITIES</strong> - </span><span style=\"color: #2a2a2a;\">Gold traded below a one-week high in London as investors weighed the outlook for a strengthening U.S. economy against tension in Ukraine.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>CURRENCIES</strong> - </span><span style=\"color: #2a2a2a;\">The euro fell to the lowest level in 11 weeks versus the dollar and yen after European Central Bank Vice President Vitor Constancio said policy makers are prepared to add further monetary stimulus if needed.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c; font-family: akzidenz-grotesk-std-bloom;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"><strong>ECONOMIC DATA</strong> - Grains weekly export report, CAD </span><span style=\"color: #000000;\">Manufacturing Sales m/m,</span><span style=\"color: #2a2a2a;\"> </span><span style=\"color: #000000; font-family: Verdana, Helvetica, sans-serif;\">US </span><span style=\"color: #000000;\">Core CPI m/m and </span><span style=\"color: #000000;\">Unemployment Claims due at 8:30, US </span><span style=\"color: #000000;\">Philly Fed Manufacturing Index at 10:00, </span><span style=\"color: #000000;\">Natural Gas Storage at 10:30, </span><span style=\"color: #000000;\">Fed Chair Yellen Speaks at 19:00 ET.</span></div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1680-revision-v1','','','2014-05-15 11:31:53','2014-05-15 11:31:53','',1680,'http://www.thetradingroom.com/1680-revision-v1/',0,'revision','',0),(1682,2,'2014-05-15 15:06:34','2014-05-15 15:06:34','<div style=\"color: #222222;\"><span style=\"font-size: x-large;\"><b>While learning to trade options, have you ever said... It\'s all Greek to me!</b></span></div>\r\n<div style=\"color: #222222;\"><b><span style=\"font-size: large;\"> </span></b></div>\r\n<div style=\"color: #222222;\"><b><span style=\"font-size: large;\">If you have, this FREE webinar is definitely for you.</span></b></div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div><span style=\"font-family: Arial, sans-serif;\"> </span></div>\r\n<div><span style=\"font-family: Arial, sans-serif;\">Does it feel like a Master’s Degree in mathematics is required to get your arms around the complexities of Option Greeks? If you are like most people, the Greeks can be challenging and they often intimidate traders. </span></div>\r\n<div><span style=\"font-family: Arial, sans-serif;\"> </span></div>\r\n<div><span style=\"font-family: Arial, sans-serif;\">If you are trying to understand the Greeks for the first time, or could benefit from a review, this event delivers key information on Delta from an expert in the world of options trading.</span></div>\r\n<div><span style=\"font-family: Arial, sans-serif;\"> </span></div>\r\n<div><span style=\"font-family: Arial, sans-serif;\">Joe Contes teaches two ways to view the Greeks - complex or simple. As in all of Joe’s teachings, simple wins over complex every time and his approach to teaching the Greeks is exactly that... simple and efficient.</span></div>\r\n<div><span style=\"font-family: Arial, sans-serif;\"> </span></div>\r\n<div><strong><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-family: Arial, sans-serif;\">We have a special FREE presentation planned for you on <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1785685162\"><span class=\"aQJ\">Thursday, May 15th at 9 pm ET</span></span></span></span></strong>\r\n<div class=\"aSS\"></div>\r\n<span style=\"font-family: Arial, sans-serif;\">. </span>Join us and be among like-minded traders that understand the importance of taking the right educational steps for improved consistency in trading results with options trading.\r\n\r\n</div>\r\n<div style=\"color: #000000;\"></div>\r\n</div>\r\n<div style=\"color: #000000;\">Here is the event link. Register Early to Save your Spot!</div>\r\n<div style=\"color: #000000;\"><span style=\"font-family: arial;\"><a style=\"color: #1155cc;\" href=\"https://www3.gotomeeting.com/register/494116822\" target=\"_blank\"><b>https://www3.gotomeeting.com/<wbr />register/494116822</b></a></span></div>\r\n<div style=\"color: #000000;\"><span style=\"font-family: Arial, sans-serif;\"> </span></div>\r\n<div style=\"color: #000000;\"><span style=\"font-family: Arial, sans-serif;\">Cheers! </span>The RQ Options Team</div>\r\n</div>\r\n</div>','Options Trading - Is it really Greek?','','publish','open','closed','','options-trading-really-greek','','','2014-05-15 15:09:56','2014-05-15 15:09:56','',0,'http://www.thetradingroom.com/?p=1682',0,'post','',0),(1683,2,'2014-05-15 15:00:16','2014-05-15 15:00:16','<div style=\"color: #222222;\"><span style=\"font-size: x-large;\"><b>While learning to trade options, have you ever said... It\'s all Greek to me!</b></span></div>\r\n<div style=\"color: #222222;\"><b><span style=\"font-size: large;\"> </span></b></div>\r\n<div style=\"color: #222222;\"><b><span style=\"font-size: large;\">If you have, this FREE webinar is definitely for you.</span></b></div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div><span style=\"font-family: Arial, sans-serif;\"> </span></div>\r\n<div><span style=\"font-family: Arial, sans-serif;\">Does it feel like a Master’s Degree in mathematics is required to get your arms around the complexities of Options Greeks? If you are like most people, the Greeks can be challenging and they often intimidate traders. </span></div>\r\n<div><span style=\"font-family: Arial, sans-serif;\"> </span></div>\r\n<div><span style=\"font-family: Arial, sans-serif;\">If you are trying to understand the Greeks for the first time, or could benefit from a review, this event delivers key information on Delta from an expert in the world of options trading.</span></div>\r\n<div><span style=\"font-family: Arial, sans-serif;\"> </span></div>\r\n<div><span style=\"font-family: Arial, sans-serif;\">Joe Contes teaches two ways to view the Greeks - complex or simple. As in all of Joe’s teachings, simple wins over complex every time and his approach to teaching the Greeks is exactly that... simple and efficient.</span></div>\r\n<div><span style=\"font-family: Arial, sans-serif;\"> </span></div>\r\n<div><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-family: Arial, sans-serif;\">We have a special FREE presentation planned for you on <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1785685162\"><span class=\"aQJ\">Thursday, May 15th at 9pm ET</span></span></span></span>\r\n<div class=\"aSS\"></div>\r\n<span style=\"font-family: Arial, sans-serif;\">. </span>Join us and be among like-minded traders that understand the importance of taking the right educational steps for improved consistency in trading results with options trading.</div>\r\n<div style=\"color: #000000;\"></div>\r\n</div>\r\n<div style=\"color: #000000;\">Here is the event link. Register Early to Save your Spot!</div>\r\n<div style=\"color: #000000;\"><span style=\"font-family: arial;\"><a style=\"color: #1155cc;\" href=\"https://www3.gotomeeting.com/register/494116822\" target=\"_blank\"><b>https://www3.gotomeeting.com/<wbr />register/494116822</b></a></span></div>\r\n<div style=\"color: #000000;\"><span style=\"font-family: Arial, sans-serif;\"> </span></div>\r\n<div style=\"color: #000000;\"><span style=\"font-family: Arial, sans-serif;\">Cheers! </span>The RQ Options Team</div>\r\n</div>\r\n</div>','','','inherit','open','closed','','1682-revision-v1','','','2014-05-15 15:00:16','2014-05-15 15:00:16','',1682,'http://www.thetradingroom.com/1682-revision-v1/',0,'revision','',0),(1684,2,'2014-05-15 15:06:34','2014-05-15 15:06:34','<div style=\"color: #222222;\"><span style=\"font-size: x-large;\"><b>While learning to trade options, have you ever said... It\'s all Greek to me!</b></span></div>\r\n<div style=\"color: #222222;\"><b><span style=\"font-size: large;\"> </span></b></div>\r\n<div style=\"color: #222222;\"><b><span style=\"font-size: large;\">If you have, this FREE webinar is definitely for you.</span></b></div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div><span style=\"font-family: Arial, sans-serif;\"> </span></div>\r\n<div><span style=\"font-family: Arial, sans-serif;\">Does it feel like a Master’s Degree in mathematics is required to get your arms around the complexities of Option Greeks? If you are like most people, the Greeks can be challenging and they often intimidate traders. </span></div>\r\n<div><span style=\"font-family: Arial, sans-serif;\"> </span></div>\r\n<div><span style=\"font-family: Arial, sans-serif;\">If you are trying to understand the Greeks for the first time, or could benefit from a review, this event delivers key information on Delta from an expert in the world of options trading.</span></div>\r\n<div><span style=\"font-family: Arial, sans-serif;\"> </span></div>\r\n<div><span style=\"font-family: Arial, sans-serif;\">Joe Contes teaches two ways to view the Greeks - complex or simple. As in all of Joe’s teachings, simple wins over complex every time and his approach to teaching the Greeks is exactly that... simple and efficient.</span></div>\r\n<div><span style=\"font-family: Arial, sans-serif;\"> </span></div>\r\n<div><strong><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-family: Arial, sans-serif;\">We have a special FREE presentation planned for you on <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1785685162\"><span class=\"aQJ\">Thursday, May 15th at 9 pm ET</span></span></span></span></strong>\r\n<div class=\"aSS\"></div>\r\n<span style=\"font-family: Arial, sans-serif;\">. </span>Join us and be among like-minded traders that understand the importance of taking the right educational steps for improved consistency in trading results with options trading.</div>\r\n<div style=\"color: #000000;\"></div>\r\n</div>\r\n<div style=\"color: #000000;\">Here is the event link. Register Early to Save your Spot!</div>\r\n<div style=\"color: #000000;\"><span style=\"font-family: arial;\"><a style=\"color: #1155cc;\" href=\"https://www3.gotomeeting.com/register/494116822\" target=\"_blank\"><b>https://www3.gotomeeting.com/<wbr />register/494116822</b></a></span></div>\r\n<div style=\"color: #000000;\"><span style=\"font-family: Arial, sans-serif;\"> </span></div>\r\n<div style=\"color: #000000;\"><span style=\"font-family: Arial, sans-serif;\">Cheers! </span>The RQ Options Team</div>\r\n</div>\r\n</div>','Options Trading - Is it really Greek?','','inherit','open','closed','','1682-revision-v1','','','2014-05-15 15:06:34','2014-05-15 15:06:34','',1682,'http://www.thetradingroom.com/1682-revision-v1/',0,'revision','',0),(1685,2,'2014-05-15 15:09:56','2014-05-15 15:09:56','<div style=\"color: #222222;\"><span style=\"font-size: x-large;\"><b>While learning to trade options, have you ever said... It\'s all Greek to me!</b></span></div>\r\n<div style=\"color: #222222;\"><b><span style=\"font-size: large;\"> </span></b></div>\r\n<div style=\"color: #222222;\"><b><span style=\"font-size: large;\">If you have, this FREE webinar is definitely for you.</span></b></div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div><span style=\"font-family: Arial, sans-serif;\"> </span></div>\r\n<div><span style=\"font-family: Arial, sans-serif;\">Does it feel like a Master’s Degree in mathematics is required to get your arms around the complexities of Option Greeks? If you are like most people, the Greeks can be challenging and they often intimidate traders. </span></div>\r\n<div><span style=\"font-family: Arial, sans-serif;\"> </span></div>\r\n<div><span style=\"font-family: Arial, sans-serif;\">If you are trying to understand the Greeks for the first time, or could benefit from a review, this event delivers key information on Delta from an expert in the world of options trading.</span></div>\r\n<div><span style=\"font-family: Arial, sans-serif;\"> </span></div>\r\n<div><span style=\"font-family: Arial, sans-serif;\">Joe Contes teaches two ways to view the Greeks - complex or simple. As in all of Joe’s teachings, simple wins over complex every time and his approach to teaching the Greeks is exactly that... simple and efficient.</span></div>\r\n<div><span style=\"font-family: Arial, sans-serif;\"> </span></div>\r\n<div><strong><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-family: Arial, sans-serif;\">We have a special FREE presentation planned for you on <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1785685162\"><span class=\"aQJ\">Thursday, May 15th at 9 pm ET</span></span></span></span></strong>\r\n<div class=\"aSS\"></div>\r\n<span style=\"font-family: Arial, sans-serif;\">. </span>Join us and be among like-minded traders that understand the importance of taking the right educational steps for improved consistency in trading results with options trading.\r\n\r\n</div>\r\n<div style=\"color: #000000;\"></div>\r\n</div>\r\n<div style=\"color: #000000;\">Here is the event link. Register Early to Save your Spot!</div>\r\n<div style=\"color: #000000;\"><span style=\"font-family: arial;\"><a style=\"color: #1155cc;\" href=\"https://www3.gotomeeting.com/register/494116822\" target=\"_blank\"><b>https://www3.gotomeeting.com/<wbr />register/494116822</b></a></span></div>\r\n<div style=\"color: #000000;\"><span style=\"font-family: Arial, sans-serif;\"> </span></div>\r\n<div style=\"color: #000000;\"><span style=\"font-family: Arial, sans-serif;\">Cheers! </span>The RQ Options Team</div>\r\n</div>\r\n</div>','Options Trading - Is it really Greek?','','inherit','open','closed','','1682-revision-v1','','','2014-05-15 15:09:56','2014-05-15 15:09:56','',1682,'http://www.thetradingroom.com/1682-revision-v1/',0,'revision','',0),(1686,2,'2014-05-15 22:17:08','2014-05-15 22:17:08','','Trading System','','publish','open','closed','','trading-system','','','2014-05-16 11:19:55','2014-05-16 11:19:55','',0,'http://www.thetradingroom.com/?page_id=1686',0,'page','',0),(1687,2,'2014-05-15 21:39:10','2014-05-15 21:39:10','','pierre gamil pic','','inherit','open','closed','','pierre-gamil-pic','','','2014-05-15 21:39:10','2014-05-15 21:39:10','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/05/pierre-gamil-pic.jpg',0,'attachment','image/jpeg',0),(1688,2,'2014-05-15 21:40:19','2014-05-15 21:40:19','','Trading System','','inherit','open','closed','','1686-revision-v1','','','2014-05-15 21:40:19','2014-05-15 21:40:19','',1686,'http://www.thetradingroom.com/1686-revision-v1/',0,'revision','',0),(1689,2,'2014-05-15 21:43:43','2014-05-15 21:43:43','','equity curve pierre','','inherit','open','closed','','equity-curve-pierre','','','2014-05-15 21:43:43','2014-05-15 21:43:43','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/05/equity-curve-pierre.jpg',0,'attachment','image/jpeg',0),(1691,2,'2014-05-16 11:25:12','2014-05-16 11:25:12','','pre market open Blue board2','','inherit','open','closed','','pre-market-open-blue-board2','','','2014-05-16 11:25:12','2014-05-16 11:25:12','',1690,'http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-open-Blue-board2.jpg',0,'attachment','image/jpeg',0),(1692,2,'2014-05-16 11:26:36','2014-05-16 11:26:36','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:15 am ET </span></span>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">STOCKS - European stocks dropped, following the Stoxx Europe 600 Index’s largest decline in a month yesterday, as investors awaited U.S. reports on housing starts and consumer confidence. U.S. index futures were little changed, while Asian shares retreated. </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">BONDS - Treasuries declined for the first time in four days before reports today that economists said will show a gauge of consumer confidence rose to a 10-month high in May and the pace of housing starts accelerated last month. </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">COMMODITIES - Crude Oil was set for a second weekly gain after Cushing stockpiles fell. </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">CURRENCIES - The yen headed for its first back-to- back weekly gain in more than three months as signs of fragility in some of the world’s biggest economies spurred demand for the Japanese currency. </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">ECONOMIC DATA - US Housing Starts and Building Permits due at 8:30, Prelim UoM Consumer Sentiment at 9:55 ET.</span></div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1690-revision-v1','','','2014-05-16 11:26:36','2014-05-16 11:26:36','',1690,'http://www.thetradingroom.com/1690-revision-v1/',0,'revision','',0),(1693,2,'2014-05-17 12:55:08','2014-05-17 12:55:08','','viver del trading','','publish','open','closed','','viver-del-trading','','','2014-05-18 00:30:38','2014-05-18 00:30:38','',0,'http://www.thetradingroom.com/?page_id=1693',0,'page','',0),(1694,2,'2014-05-17 12:50:21','2014-05-17 12:50:21','','viver del trading','','inherit','open','closed','','1693-revision-v1','','','2014-05-17 12:50:21','2014-05-17 12:50:21','',1693,'http://www.thetradingroom.com/1693-revision-v1/',0,'revision','',0),(1695,2,'2014-05-18 21:24:54','0000-00-00 00:00:00','<strong>From the desk of Joe Rios</strong>\n\n<strong>What are the markets trying to tell us? Are you listening?</strong>\n\nI have been noticing unusual and divergent correlations among the key benchmarks including the stock, bond and currency markets. Rotation flows have been odd and contradictory, reflecting a lack of conviction among market participants. During Risk-Off environments  bonds usually rise (interest rate yields fall) due to expectations of falling growth rate. Conversely during Risk-On stock markets rise in foreseeing higher future growth and higher corporate earnings. However, we\'ve been seeing interest rate yields fall as the stock markets around the world hold near multi year highs. Which market is right? I believe ultimately, this recent tug-of-war will cease, but when will the rope snap? The currency market did react, first by what appeared to be short covering in the US Dollar but by the end of the week, prices stalled and consolidated.  In the week ahead I will look to the currency market for cues to which side of the rope may gain control thus creating volatility and trading opportunities. I will also pay close attention to upcoming economic data releases including FOMC meeting minutes, recent data has been mixed, with slow growth from China, Japan, Europe and the US while some commodities have risen.\n\n<strong><em>Joe Rios</em></strong>\nChief Market Strategist\n<a href=\"http://www.riosquant.com/\">www.riosquant.com</a>  /<a href=\"http://www.thetradingroom.com/\"> www.thetradingroom.com</a>\n\n<strong>Live Trading Rooms and Events</strong>\n\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\n\n<strong>Contact Information for your Support Needs: </strong>\nAmber Little, RQ Customer Support Manager\nemail: amber@riosquant.com\nskype: alittlemobile\ncellphone: 415.336.7272\n\n<span style=\"font-weight: normal;\">_______________________________________________</span>\n\n<strong>The Trading Room TradeLAB</strong>\n\n<strong>Monday through Friday beginning at 7:30 AM ET</strong>\n\n<strong><a href=\"https://www3.gotomeeting.com/register/212699454\">https://www3.gotomeeting.com/register/212699454</a></strong>\n\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\n\n_______________________________________________\n\n<strong>The Trading Room EDU - Educational Workshop:</strong><strong> Rios Quant Trading Indicators</strong>\n\n<strong>Tuesday beginning at 4:30 PM ET</strong>\n\n<strong><a href=\"https://www3.gotomeeting.com/register/319606302\">https://www3.gotomeeting.com/register/319606302</a></strong>\n\nTopic: Pattern Setups with Gnostick Levels - Presenter: Steve Schwartz\n\n<strong>Saturday beginning at 10:30 AM ET</strong>\n\n<strong><a href=\"https://www3.gotomeeting.com/register/347432662\">https://www3.gotomeeting.com/register/347432662</a></strong>\n\nTopic: RiosQuant Basics for today\'s market environment - Presenter: Steve Schwartz\n\n_______________________________________________\n\n&nbsp;\n\n<strong>The RiosQuant 90 Day Trading Program - Workshop</strong>\n\n<strong>Wednesday beginning at 7:30 PM ET</strong>\n\n<strong><a href=\"https://www3.gotomeeting.com/register/266860166\">https://www3.gotomeeting.com/register/266860166</a></strong>\n\nTraining Session 7 of 12 with Edward Preston\n\nTopic: RQ Cross Box - Explore Quantitative Analysis\n\n_______________________________________________\n\n<strong>MONDAY</strong>\n\n<strong>Economic Data Release - Market Movers</strong>\n\nEUR - German Buba Precedent Weidmann Speaks  – 3:00 AM ET\n\nAUD - Monetary Policy Meeting Minutes – 9:30 PM ET\n\n<strong>TUESDAY</strong>\n\n<strong>Economic Data Release - Market Movers\n</strong>GBP - CPI – 4:30 AM ET\n\nUSD - FOMC Member Plosser Speaks – 12:30 AM ET\n\nUSD - FOMC Member Dudley Speaks – 1:00 PM ET\n\nGBP - MPC Member Bean Speaks – 1:30 PM ET\n\nJPY - Monetary Policy Statement – Tentative\n\n<strong>WEDNESDAY</strong>\n\n<strong>Economic Data Release - Market Movers</strong>\n\nJPY - BOJ Press Conference – Tentative\n\nGBP - MPC Official Bank Rate Votes and Retail Sales – 4:30 AM ET\n\nUSD - HSBC Flash Manufacturing PMI – 10:00 AM ET\n\nUSD - Crude Oil Inventories – 10:30 AM ET\n\nUSD - Fed Chair Yellen Speaks – 11:30 AM ET\n\nUSD - FOMC Member Kocherlakota Speaks – 1:30 PM ET\n\nUSD - FOMC Meeting Minutes – 2:00 PM ET\n\nCNY - HSBC Flash Manufacturing PMI – 9:45 PM ET\n\n<strong>THURSDAY</strong>\n\n<strong>Economic Data Release - Market Movers</strong>\n\nEUR - French Flash Manufacturing PMI – 3:00 AM ET\nEUR - German Flash Manufacturing PMI – 3:30 AM ET\n\nGBP - Second Estimate GBP – 4:30 AM ET\n\nCAD - Core Retail Sales – 8:30 AM ET\n\nUSD - Unemployment Claims – 8:30 AM ET\n\nUSD - Flash Manufacturing PMI – 9:45 AM ET\n\nUSD - Existing Home Sales – 10:00 AM ET\n\nUSD - Natural Gas Storage – 10:30 AM ET\n\n<strong>FRIDAY</strong>\n\n<strong>Economic Data Release - Market Movers</strong>\n\nEUR - German Ifo Business Climate – 4:00 AM ET\n\nUSD - New Home Sales – 10:00 AM ET\n\n<span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</span>\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;','The Week Ahead in the Global Financial Markets','','draft','open','closed','','week-ahead-global-financial-markets','','','2014-05-18 21:24:54','2014-05-18 21:24:54','',0,'http://www.thetradingroom.com/?page_id=1695',0,'page','',0),(1697,2,'2014-05-18 21:08:21','2014-05-18 21:08:21','<strong> From the desk of Joe Rios</strong>\r\n\r\n<strong>What are the markets trying to tell us? Are you listening?</strong>\r\n\r\nI have been noticing unusual and divergent correlations among the key benchmarks including the stock, bond and currency markets. Rotation flows have been odd and contradictory, reflecting a lack of conviction among market participants. During Risk-Off environments  bonds usually rise (interest rate yields fall) due to expectations of falling growth rate. Conversely during Risk-On stock markets rise in foreseeing higher future growth and higher corporate earnings. However, we\'ve been seeing interest rate yields fall as the stock markets around the world hold near multi year highs. Which market is right? I believe ultimately, this recent tug-of-war will cease, but when will the rope snap? The currency market did react, first by what appeared to be short covering in the US Dollar but by the end of the week, prices stalled and consolidated.  In the week ahead I will look to the currency market for cues to which side of the rope may gain control thus creating volatility and trading opportunities. I will also pay close attention to upcoming economic data releases including FOMC meeting minutes, recent data has been mixed, with slow growth from China, Japan, Europe and the US while some commodities have risen.\r\n\r\n<strong><em>Joe Rios</em></strong>\r\nChief Market Strategist\r\n<a href=\"http://www.riosquant.com/\">www.riosquant.com</a>\r\n\r\n<strong>Live Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: </strong>\r\nAmber Little, RQ Client Relations Manager\r\nemail: amber@riosquant.com\r\nskype: alittlemobile\r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>The Trading Room TradeLAB</strong>\r\n\r\n<strong>Monday through Friday beginning at 7:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/212699454\">https://www3.gotomeeting.com/register/212699454</a></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the Rios Quant Trading Indicators:</strong>\r\n\r\n<strong>Tuesday beginning at 4:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/319606302\">https://www3.gotomeeting.com/register/319606302</a></strong>\r\n\r\nTopic: Pattern Setups with Gnostick Levels\r\n\r\nPresenter: Steve Schwartz\r\n\r\n<strong>Saturday beginning at 10:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/347432662\">https://www3.gotomeeting.com/register/347432662</a></strong>\r\n\r\nTopic: RiosQuant Basics for today\'s market environment\r\n\r\nPresenter: Steve Schwartz\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The RiosQuant 90 Day Trading Program - Workshop</strong>\r\n\r\n<strong>Wednesday beginning at 7:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/266860166\">https://www3.gotomeeting.com/register/266860166</a></strong>\r\n\r\nTraining Session 7 of 12 with Edward Preston\r\n\r\nTopic: RQ Cross Box - Explore Quantitative Analysis\r\n\r\n<strong>MONDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - German Buba Precedent Weidmann Speaks  – 3:00 AM ET\r\n\r\nAUD - Monetary Policy Meeting Minutes – 9:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers\r\n</strong>GBP - CPI – 4:30 AM ET\r\n\r\nUSD - FOMC Member Plosser Speaks – 12:30 AM ET\r\n\r\nUSD - FOMC Member Dudley Speaks – 1:00 PM ET\r\n\r\nGBP - MPC Member Bean Speaks – 1:30 PM ET\r\n\r\nJPY - Monetary Policy Statement – Tentative\r\n\r\n<strong>WEDNESDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nJPY - BOJ Press Conference – Tentative\r\n\r\nGBP - MPC Official Bank Rate Votes and Retail Sales – 4:30 AM ET\r\n\r\nUSD - HSBC Flash Manufacturing PMI – 10:00 AM ET\r\n\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\n\r\nUSD - Fed Chair Yellen Speaks – 11:30 AM ET\r\n\r\nUSD - FOMC Member Kocherlakota Speaks – 1:30 PM ET\r\n\r\nUSD - FOMC Meeting Minutes – 2:00 PM ET\r\n\r\nCNY - HSBC Flash Manufacturing PMI – 9:45 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - French Flash Manufacturing PMI – 3:00 AM ET\r\nEUR - German Flash Manufacturing PMI – 3:30 AM ET\r\n\r\nGBP - Second Estimate GBP – 4:30 AM ET\r\n\r\nCAD - Core Retail Sales – 8:30 AM ET\r\n\r\nUSD - Unemployment Claims – 8:30 AM ET\r\n\r\nUSD - Flash Manufacturing PMI – 9:45 AM ET\r\n\r\nUSD - Existing Home Sales – 10:00 AM ET\r\n\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n\r\n<strong>FRIDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - German Ifo Business Climate – 4:00 AM ET\r\n\r\nUSD - New Home Sales – 10:00 AM ET\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;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1695-revision-v1','','','2014-05-18 21:08:21','2014-05-18 21:08:21','',1695,'http://www.thetradingroom.com/1695-revision-v1/',0,'revision','',0),(1696,2,'2014-05-18 20:47:15','2014-05-18 20:47:15','<table width=\"415\">\r\n<tbody>\r\n<tr>\r\n<td><strong>From the Desk of Joe Rios</strong></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<table width=\"415\">\r\n<tbody>\r\n<tr>\r\n<td><strong>The Week Ahead in the Global Financial Markets</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>What are the markets trying to tell us? Are you listening?</strong>\r\n\r\n&nbsp;\r\n\r\nI have been noticing unusual and divergent correlations among the key benchmarks including the stock, bond and currency markets. Rotation flows have been odd and contradictory, reflecting a lack of conviction among market participants. During Risk-Off environments  bonds usually rise (interest rate yields fall) due to expectations of falling growth rate. Conversely during Risk-On stock markets rise in foreseeing higher future growth and higher corporate earnings. However, we\'ve been seeing interest rate yields fall as the stock markets around the world hold near multi year highs. Which market is right? I believe ultimately, this recent tug-of-war will cease, but when will the rope snap? The currency market did react, first by what appeared to be short covering in the US Dollar but by the end of the week, prices stalled and consolidated.  In the week ahead I will look to the currency market for cues to which side of the rope may gain control thus creating volatility and trading opportunities. I will also pay close attention to upcoming economic data releases including FOMC meeting minutes, recent data has been mixed, with slow growth from China, Japan, Europe and the US while some commodities have risen.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nJoe Rios\r\nChief Market Strategist\r\n<a href=\"http://www.riosquant.com/\">www.riosquant.com</a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h2>Live Rooms and Events</h2>\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<b>Contact Information for your Support Needs: </b>\r\nAmber Little, RQ Client Relations Manager\r\nemail: amber@riosquant.com\r\nskype: alittlemobile\r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong>The Trading Room </strong><strong>TradeLAB</strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong>Monday through Friday beginning at 7:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/212699454\">https://www3.gotomeeting.com/register/212699454</a></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n&nbsp;\r\n\r\n<strong>Insider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios</strong>\r\n\r\n<strong>Monday, Wednesday and Thursday beginning at 1<span data-term=\"goog_336287304\">:30 PM ET</span></strong>\r\n\r\n<strong>Subscription Only!</strong>\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the Rios Quant Trading Indicators:</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong>Tuesday beginning at 4:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/319606302\">https://www3.gotomeeting.com/register/319606302</a></strong>\r\n\r\nTopic: Pattern Setups with Gnostick Levels\r\n\r\nPresenter: Steve Schwartz\r\n\r\n&nbsp;\r\n\r\n<strong>Saturday beginning at 10:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/347432662\">https://www3.gotomeeting.com/register/347432662</a></strong>\r\n\r\nTopic: RiosQuant Basics\r\n\r\nPresenter: Steve Schwartz\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The RiosQuant 90 Day Trading Program - Workshop</strong>\r\n\r\n<strong>Wednesday beginning at 7:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/266860166\">https://www3.gotomeeting.com/register/266860166</a></strong>\r\n\r\nTraining Session 7 of 12 with Edward Preston\r\n\r\nTopic: RQ Cross Box - Explore Quantitative Analysis\r\n<h2>MONDAY</h2>\r\n<strong>Economic Data Release - Market Movers\r\n</strong>\r\n\r\nEUR - German Buba Precedent Weidmann Speaks  – 3:00 AM ET\r\n\r\nAUD - Monetary Policy Meeting Minutes – 9:30 PM ET\r\n<h2>TUESDAY</h2>\r\n<strong>Economic Data Release - Market Movers\r\n</strong>GBP - CPI – 4:30 AM ET\r\n\r\nUSD - FOMC Member Plosser Speaks – 12:30 AM ET\r\n\r\nUSD - FOMC Member Dudley Speaks – 1:00 PM ET\r\n\r\nGBP - MPC Member Bean Speaks – 1:30 PM ET\r\n\r\nJPY - Monetary Policy Statement – Tentative\r\n<h2>WEDNESDAY</h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nJPY - BOJ Press Conference – Tentative\r\n\r\nGBP - MPC Official Bank Rate Votes and Retail Sales – 4:30 AM ET\r\n\r\nUSD - HSBC Flash Manufacturing PMI – 10:00 AM ET\r\n\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\n\r\nUSD - Fed Chair Yellen Speaks – 11:30 AM ET\r\n\r\nUSD - FOMC Member Kocherlakota Speaks – 1:30 PM ET\r\n\r\nUSD - FOMC Meeting Minutes – 2:00 PM ET\r\n\r\nCNY - HSBC Flash Manufacturing PMI – 9:45 PM ET\r\n<h2>THURSDAY</h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - French Flash Manufacturing PMI – 3:00 AM ET\r\nEUR - German Flash Manufacturing PMI – 3:30 AM ET\r\n\r\nGBP - Second Estimate GBP – 4:30 AM ET\r\n\r\nCAD - Core Retail Sales – 8:30 AM ET\r\n\r\nUSD - Unemployment Claims – 8:30 AM ET\r\n\r\nUSD - Flash Manufacturing PMI – 9:45 AM ET\r\n\r\nUSD - Existing Home Sales – 10:00 AM ET\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n<h2>FRIDAY</h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - German Ifo Business Climate – 4:00 AM ET\r\n\r\nUSD - New Home Sales – 10:00 AM ET</td>\r\n</tr>\r\n</tbody>\r\n</table>','','','inherit','open','closed','','1695-revision-v1','','','2014-05-18 20:47:15','2014-05-18 20:47:15','',1695,'http://www.thetradingroom.com/1695-revision-v1/',0,'revision','',0),(1698,2,'2014-05-18 21:10:05','2014-05-18 21:10:05','<strong> From the desk of Joe Rios</strong>\r\n\r\n<strong>What are the markets trying to tell us? Are you listening?</strong>\r\n\r\nI have been noticing unusual and divergent correlations among the key benchmarks including the stock, bond and currency markets. Rotation flows have been odd and contradictory, reflecting a lack of conviction among market participants. During Risk-Off environments  bonds usually rise (interest rate yields fall) due to expectations of falling growth rate. Conversely during Risk-On stock markets rise in foreseeing higher future growth and higher corporate earnings. However, we\'ve been seeing interest rate yields fall as the stock markets around the world hold near multi year highs. Which market is right? I believe ultimately, this recent tug-of-war will cease, but when will the rope snap? The currency market did react, first by what appeared to be short covering in the US Dollar but by the end of the week, prices stalled and consolidated.  In the week ahead I will look to the currency market for cues to which side of the rope may gain control thus creating volatility and trading opportunities. I will also pay close attention to upcoming economic data releases including FOMC meeting minutes, recent data has been mixed, with slow growth from China, Japan, Europe and the US while some commodities have risen.\r\n\r\n<strong><em>Joe Rios</em></strong>\r\nChief Market Strategist\r\n<a href=\"http://www.riosquant.com/\">www.riosquant.com</a>\r\n\r\n<strong>Live Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: </strong>\r\nAmber Little, RQ Customer Support Manager\r\nemail: amber@riosquant.com\r\nskype: alittlemobile\r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>The Trading Room TradeLAB</strong>\r\n\r\n<strong>Monday through Friday beginning at 7:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/212699454\">https://www3.gotomeeting.com/register/212699454</a></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the Rios Quant Trading Indicators:</strong>\r\n\r\n<strong>Tuesday beginning at 4:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/319606302\">https://www3.gotomeeting.com/register/319606302</a></strong>\r\n\r\nTopic: Pattern Setups with Gnostick Levels\r\n\r\nPresenter: Steve Schwartz\r\n\r\n<strong>Saturday beginning at 10:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/347432662\">https://www3.gotomeeting.com/register/347432662</a></strong>\r\n\r\nTopic: RiosQuant Basics for today\'s market environment\r\n\r\nPresenter: Steve Schwartz\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The RiosQuant 90 Day Trading Program - Workshop</strong>\r\n\r\n<strong>Wednesday beginning at 7:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/266860166\">https://www3.gotomeeting.com/register/266860166</a></strong>\r\n\r\nTraining Session 7 of 12 with Edward Preston\r\n\r\nTopic: RQ Cross Box - Explore Quantitative Analysis\r\n\r\n<strong>MONDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - German Buba Precedent Weidmann Speaks  – 3:00 AM ET\r\n\r\nAUD - Monetary Policy Meeting Minutes – 9:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers\r\n</strong>GBP - CPI – 4:30 AM ET\r\n\r\nUSD - FOMC Member Plosser Speaks – 12:30 AM ET\r\n\r\nUSD - FOMC Member Dudley Speaks – 1:00 PM ET\r\n\r\nGBP - MPC Member Bean Speaks – 1:30 PM ET\r\n\r\nJPY - Monetary Policy Statement – Tentative\r\n\r\n<strong>WEDNESDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nJPY - BOJ Press Conference – Tentative\r\n\r\nGBP - MPC Official Bank Rate Votes and Retail Sales – 4:30 AM ET\r\n\r\nUSD - HSBC Flash Manufacturing PMI – 10:00 AM ET\r\n\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\n\r\nUSD - Fed Chair Yellen Speaks – 11:30 AM ET\r\n\r\nUSD - FOMC Member Kocherlakota Speaks – 1:30 PM ET\r\n\r\nUSD - FOMC Meeting Minutes – 2:00 PM ET\r\n\r\nCNY - HSBC Flash Manufacturing PMI – 9:45 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - French Flash Manufacturing PMI – 3:00 AM ET\r\nEUR - German Flash Manufacturing PMI – 3:30 AM ET\r\n\r\nGBP - Second Estimate GBP – 4:30 AM ET\r\n\r\nCAD - Core Retail Sales – 8:30 AM ET\r\n\r\nUSD - Unemployment Claims – 8:30 AM ET\r\n\r\nUSD - Flash Manufacturing PMI – 9:45 AM ET\r\n\r\nUSD - Existing Home Sales – 10:00 AM ET\r\n\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n\r\n<strong>FRIDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - German Ifo Business Climate – 4:00 AM ET\r\n\r\nUSD - New Home Sales – 10:00 AM ET\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;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1695-revision-v1','','','2014-05-18 21:10:05','2014-05-18 21:10:05','',1695,'http://www.thetradingroom.com/1695-revision-v1/',0,'revision','',0),(1699,2,'2014-05-18 21:11:39','2014-05-18 21:11:39','<strong> From the desk of Joe Rios</strong>\r\n\r\n<strong>What are the markets trying to tell us? Are you listening?</strong>\r\n\r\nI have been noticing unusual and divergent correlations among the key benchmarks including the stock, bond and currency markets. Rotation flows have been odd and contradictory, reflecting a lack of conviction among market participants. During Risk-Off environments  bonds usually rise (interest rate yields fall) due to expectations of falling growth rate. Conversely during Risk-On stock markets rise in foreseeing higher future growth and higher corporate earnings. However, we\'ve been seeing interest rate yields fall as the stock markets around the world hold near multi year highs. Which market is right? I believe ultimately, this recent tug-of-war will cease, but when will the rope snap? The currency market did react, first by what appeared to be short covering in the US Dollar but by the end of the week, prices stalled and consolidated.  In the week ahead I will look to the currency market for cues to which side of the rope may gain control thus creating volatility and trading opportunities. I will also pay close attention to upcoming economic data releases including FOMC meeting minutes, recent data has been mixed, with slow growth from China, Japan, Europe and the US while some commodities have risen.\r\n\r\n<strong><em>Joe Rios</em></strong>\r\nChief Market Strategist\r\n<a href=\"http://www.riosquant.com/\">www.riosquant.com</a>\r\n\r\n<strong>Live Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: </strong>\r\nAmber Little, RQ Customer Support Manager\r\nemail: amber@riosquant.com\r\nskype: alittlemobile\r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events: </strong><strong>The Trading Room TradeLAB</strong>\r\n\r\n<strong>Monday through Friday beginning at 7:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/212699454\">https://www3.gotomeeting.com/register/212699454</a></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<strong>The Trading Room EDU - Educational Workshop:</strong><strong> Rios Quant Trading Indicators:</strong>\r\n\r\n<strong>Tuesday beginning at 4:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/319606302\">https://www3.gotomeeting.com/register/319606302</a></strong>\r\n\r\nTopic: Pattern Setups with Gnostick Levels - Presenter: Steve Schwartz\r\n\r\n<strong>Saturday beginning at 10:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/347432662\">https://www3.gotomeeting.com/register/347432662</a></strong>\r\n\r\nTopic: RiosQuant Basics for today\'s market environment - Presenter: Steve Schwartz\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The RiosQuant 90 Day Trading Program - Workshop</strong>\r\n\r\n<strong>Wednesday beginning at 7:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/266860166\">https://www3.gotomeeting.com/register/266860166</a></strong>\r\n\r\nTraining Session 7 of 12 with Edward Preston\r\n\r\nTopic: RQ Cross Box - Explore Quantitative Analysis\r\n\r\n<strong>MONDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - German Buba Precedent Weidmann Speaks  – 3:00 AM ET\r\n\r\nAUD - Monetary Policy Meeting Minutes – 9:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers\r\n</strong>GBP - CPI – 4:30 AM ET\r\n\r\nUSD - FOMC Member Plosser Speaks – 12:30 AM ET\r\n\r\nUSD - FOMC Member Dudley Speaks – 1:00 PM ET\r\n\r\nGBP - MPC Member Bean Speaks – 1:30 PM ET\r\n\r\nJPY - Monetary Policy Statement – Tentative\r\n\r\n<strong>WEDNESDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nJPY - BOJ Press Conference – Tentative\r\n\r\nGBP - MPC Official Bank Rate Votes and Retail Sales – 4:30 AM ET\r\n\r\nUSD - HSBC Flash Manufacturing PMI – 10:00 AM ET\r\n\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\n\r\nUSD - Fed Chair Yellen Speaks – 11:30 AM ET\r\n\r\nUSD - FOMC Member Kocherlakota Speaks – 1:30 PM ET\r\n\r\nUSD - FOMC Meeting Minutes – 2:00 PM ET\r\n\r\nCNY - HSBC Flash Manufacturing PMI – 9:45 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - French Flash Manufacturing PMI – 3:00 AM ET\r\nEUR - German Flash Manufacturing PMI – 3:30 AM ET\r\n\r\nGBP - Second Estimate GBP – 4:30 AM ET\r\n\r\nCAD - Core Retail Sales – 8:30 AM ET\r\n\r\nUSD - Unemployment Claims – 8:30 AM ET\r\n\r\nUSD - Flash Manufacturing PMI – 9:45 AM ET\r\n\r\nUSD - Existing Home Sales – 10:00 AM ET\r\n\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n\r\n<strong>FRIDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - German Ifo Business Climate – 4:00 AM ET\r\n\r\nUSD - New Home Sales – 10:00 AM ET\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;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1695-revision-v1','','','2014-05-18 21:11:39','2014-05-18 21:11:39','',1695,'http://www.thetradingroom.com/1695-revision-v1/',0,'revision','',0),(1700,2,'2014-05-18 21:12:15','2014-05-18 21:12:15','<strong> From the desk of Joe Rios</strong>\r\n\r\n<strong>What are the markets trying to tell us? Are you listening?</strong>\r\n\r\nI have been noticing unusual and divergent correlations among the key benchmarks including the stock, bond and currency markets. Rotation flows have been odd and contradictory, reflecting a lack of conviction among market participants. During Risk-Off environments  bonds usually rise (interest rate yields fall) due to expectations of falling growth rate. Conversely during Risk-On stock markets rise in foreseeing higher future growth and higher corporate earnings. However, we\'ve been seeing interest rate yields fall as the stock markets around the world hold near multi year highs. Which market is right? I believe ultimately, this recent tug-of-war will cease, but when will the rope snap? The currency market did react, first by what appeared to be short covering in the US Dollar but by the end of the week, prices stalled and consolidated.  In the week ahead I will look to the currency market for cues to which side of the rope may gain control thus creating volatility and trading opportunities. I will also pay close attention to upcoming economic data releases including FOMC meeting minutes, recent data has been mixed, with slow growth from China, Japan, Europe and the US while some commodities have risen.\r\n\r\n<strong><em>Joe Rios</em></strong>\r\nChief Market Strategist\r\n<a href=\"http://www.riosquant.com/\">www.riosquant.com</a>\r\n\r\n<strong>Live Trading Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: </strong>\r\nAmber Little, RQ Customer Support Manager\r\nemail: amber@riosquant.com\r\nskype: alittlemobile\r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events: </strong><strong>The Trading Room TradeLAB</strong>\r\n\r\n<strong>Monday through Friday beginning at 7:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/212699454\">https://www3.gotomeeting.com/register/212699454</a></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<strong>The Trading Room EDU - Educational Workshop:</strong><strong> Rios Quant Trading Indicators:</strong>\r\n\r\n<strong>Tuesday beginning at 4:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/319606302\">https://www3.gotomeeting.com/register/319606302</a></strong>\r\n\r\nTopic: Pattern Setups with Gnostick Levels - Presenter: Steve Schwartz\r\n\r\n<strong>Saturday beginning at 10:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/347432662\">https://www3.gotomeeting.com/register/347432662</a></strong>\r\n\r\nTopic: RiosQuant Basics for today\'s market environment - Presenter: Steve Schwartz\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The RiosQuant 90 Day Trading Program - Workshop</strong>\r\n\r\n<strong>Wednesday beginning at 7:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/266860166\">https://www3.gotomeeting.com/register/266860166</a></strong>\r\n\r\nTraining Session 7 of 12 with Edward Preston\r\n\r\nTopic: RQ Cross Box - Explore Quantitative Analysis\r\n\r\n<strong>MONDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - German Buba Precedent Weidmann Speaks  – 3:00 AM ET\r\n\r\nAUD - Monetary Policy Meeting Minutes – 9:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers\r\n</strong>GBP - CPI – 4:30 AM ET\r\n\r\nUSD - FOMC Member Plosser Speaks – 12:30 AM ET\r\n\r\nUSD - FOMC Member Dudley Speaks – 1:00 PM ET\r\n\r\nGBP - MPC Member Bean Speaks – 1:30 PM ET\r\n\r\nJPY - Monetary Policy Statement – Tentative\r\n\r\n<strong>WEDNESDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nJPY - BOJ Press Conference – Tentative\r\n\r\nGBP - MPC Official Bank Rate Votes and Retail Sales – 4:30 AM ET\r\n\r\nUSD - HSBC Flash Manufacturing PMI – 10:00 AM ET\r\n\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\n\r\nUSD - Fed Chair Yellen Speaks – 11:30 AM ET\r\n\r\nUSD - FOMC Member Kocherlakota Speaks – 1:30 PM ET\r\n\r\nUSD - FOMC Meeting Minutes – 2:00 PM ET\r\n\r\nCNY - HSBC Flash Manufacturing PMI – 9:45 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - French Flash Manufacturing PMI – 3:00 AM ET\r\nEUR - German Flash Manufacturing PMI – 3:30 AM ET\r\n\r\nGBP - Second Estimate GBP – 4:30 AM ET\r\n\r\nCAD - Core Retail Sales – 8:30 AM ET\r\n\r\nUSD - Unemployment Claims – 8:30 AM ET\r\n\r\nUSD - Flash Manufacturing PMI – 9:45 AM ET\r\n\r\nUSD - Existing Home Sales – 10:00 AM ET\r\n\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n\r\n<strong>FRIDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - German Ifo Business Climate – 4:00 AM ET\r\n\r\nUSD - New Home Sales – 10:00 AM ET\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;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1695-revision-v1','','','2014-05-18 21:12:15','2014-05-18 21:12:15','',1695,'http://www.thetradingroom.com/1695-revision-v1/',0,'revision','',0),(1701,2,'2014-05-18 21:15:56','2014-05-18 21:15:56','<strong>From the desk of Joe Rios</strong>\r\n\r\n<strong>What are the markets trying to tell us? Are you listening?</strong>\r\n\r\nI have been noticing unusual and divergent correlations among the key benchmarks including the stock, bond and currency markets. Rotation flows have been odd and contradictory, reflecting a lack of conviction among market participants. During Risk-Off environments  bonds usually rise (interest rate yields fall) due to expectations of falling growth rate. Conversely during Risk-On stock markets rise in foreseeing higher future growth and higher corporate earnings. However, we\'ve been seeing interest rate yields fall as the stock markets around the world hold near multi year highs. Which market is right? I believe ultimately, this recent tug-of-war will cease, but when will the rope snap? The currency market did react, first by what appeared to be short covering in the US Dollar but by the end of the week, prices stalled and consolidated.  In the week ahead I will look to the currency market for cues to which side of the rope may gain control thus creating volatility and trading opportunities. I will also pay close attention to upcoming economic data releases including FOMC meeting minutes, recent data has been mixed, with slow growth from China, Japan, Europe and the US while some commodities have risen.\r\n\r\n<strong><em>Joe Rios</em></strong>\r\nChief Market Strategist\r\n<a href=\"http://www.riosquant.com/\">www.riosquant.com</a>\r\n\r\n<strong>Live Trading Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: </strong>\r\nAmber Little, RQ Customer Support Manager\r\nemail: amber@riosquant.com\r\nskype: alittlemobile\r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events: </strong><strong>The Trading Room TradeLAB</strong>\r\n\r\n<strong>Monday through Friday beginning at 7:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/212699454\">https://www3.gotomeeting.com/register/212699454</a></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop:</strong><strong> Rios Quant Trading Indicators:</strong>\r\n\r\n<strong>Tuesday beginning at 4:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/319606302\">https://www3.gotomeeting.com/register/319606302</a></strong>\r\n\r\nTopic: Pattern Setups with Gnostick Levels - Presenter: Steve Schwartz\r\n\r\n<strong>Saturday beginning at 10:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/347432662\">https://www3.gotomeeting.com/register/347432662</a></strong>\r\n\r\nTopic: RiosQuant Basics for today\'s market environment - Presenter: Steve Schwartz\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The RiosQuant 90 Day Trading Program - Workshop</strong>\r\n\r\n<strong>Wednesday beginning at 7:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/266860166\">https://www3.gotomeeting.com/register/266860166</a></strong>\r\n\r\nTraining Session 7 of 12 with Edward Preston\r\n\r\nTopic: RQ Cross Box - Explore Quantitative Analysis\r\n\r\n<strong>MONDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - German Buba Precedent Weidmann Speaks  – 3:00 AM ET\r\n\r\nAUD - Monetary Policy Meeting Minutes – 9:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers\r\n</strong>GBP - CPI – 4:30 AM ET\r\n\r\nUSD - FOMC Member Plosser Speaks – 12:30 AM ET\r\n\r\nUSD - FOMC Member Dudley Speaks – 1:00 PM ET\r\n\r\nGBP - MPC Member Bean Speaks – 1:30 PM ET\r\n\r\nJPY - Monetary Policy Statement – Tentative\r\n\r\n<strong>WEDNESDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nJPY - BOJ Press Conference – Tentative\r\n\r\nGBP - MPC Official Bank Rate Votes and Retail Sales – 4:30 AM ET\r\n\r\nUSD - HSBC Flash Manufacturing PMI – 10:00 AM ET\r\n\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\n\r\nUSD - Fed Chair Yellen Speaks – 11:30 AM ET\r\n\r\nUSD - FOMC Member Kocherlakota Speaks – 1:30 PM ET\r\n\r\nUSD - FOMC Meeting Minutes – 2:00 PM ET\r\n\r\nCNY - HSBC Flash Manufacturing PMI – 9:45 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - French Flash Manufacturing PMI – 3:00 AM ET\r\nEUR - German Flash Manufacturing PMI – 3:30 AM ET\r\n\r\nGBP - Second Estimate GBP – 4:30 AM ET\r\n\r\nCAD - Core Retail Sales – 8:30 AM ET\r\n\r\nUSD - Unemployment Claims – 8:30 AM ET\r\n\r\nUSD - Flash Manufacturing PMI – 9:45 AM ET\r\n\r\nUSD - Existing Home Sales – 10:00 AM ET\r\n\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n\r\n<strong>FRIDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - German Ifo Business Climate – 4:00 AM ET\r\n\r\nUSD - New Home Sales – 10:00 AM ET\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;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1695-revision-v1','','','2014-05-18 21:15:56','2014-05-18 21:15:56','',1695,'http://www.thetradingroom.com/1695-revision-v1/',0,'revision','',0),(1702,2,'2014-05-18 21:16:39','2014-05-18 21:16:39','<strong>From the desk of Joe Rios</strong>\r\n\r\n<strong>What are the markets trying to tell us? Are you listening?</strong>\r\n\r\nI have been noticing unusual and divergent correlations among the key benchmarks including the stock, bond and currency markets. Rotation flows have been odd and contradictory, reflecting a lack of conviction among market participants. During Risk-Off environments  bonds usually rise (interest rate yields fall) due to expectations of falling growth rate. Conversely during Risk-On stock markets rise in foreseeing higher future growth and higher corporate earnings. However, we\'ve been seeing interest rate yields fall as the stock markets around the world hold near multi year highs. Which market is right? I believe ultimately, this recent tug-of-war will cease, but when will the rope snap? The currency market did react, first by what appeared to be short covering in the US Dollar but by the end of the week, prices stalled and consolidated.  In the week ahead I will look to the currency market for cues to which side of the rope may gain control thus creating volatility and trading opportunities. I will also pay close attention to upcoming economic data releases including FOMC meeting minutes, recent data has been mixed, with slow growth from China, Japan, Europe and the US while some commodities have risen.\r\n\r\n<strong><em>Joe Rios</em></strong>\r\nChief Market Strategist\r\n<a href=\"http://www.riosquant.com/\">www.riosquant.com</a>\r\n\r\n<strong>Live Trading Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: </strong>\r\nAmber Little, RQ Customer Support Manager\r\nemail: amber@riosquant.com\r\nskype: alittlemobile\r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events: </strong><strong>The Trading Room TradeLAB</strong>\r\n\r\n<strong>Monday through Friday beginning at 7:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/212699454\">https://www3.gotomeeting.com/register/212699454</a></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop:</strong><strong> Rios Quant Trading Indicators:</strong>\r\n\r\n<strong>Tuesday beginning at 4:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/319606302\">https://www3.gotomeeting.com/register/319606302</a></strong>\r\n\r\nTopic: Pattern Setups with Gnostick Levels - Presenter: Steve Schwartz\r\n\r\n<strong>Saturday beginning at 10:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/347432662\">https://www3.gotomeeting.com/register/347432662</a></strong>\r\n\r\nTopic: RiosQuant Basics for today\'s market environment - Presenter: Steve Schwartz\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The RiosQuant 90 Day Trading Program - Workshop</strong>\r\n\r\n<strong>Wednesday beginning at 7:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/266860166\">https://www3.gotomeeting.com/register/266860166</a></strong>\r\n\r\nTraining Session 7 of 12 with Edward Preston\r\n\r\nTopic: RQ Cross Box - Explore Quantitative Analysis\r\n\r\n<strong>MONDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - German Buba Precedent Weidmann Speaks  – 3:00 AM ET\r\n\r\nAUD - Monetary Policy Meeting Minutes – 9:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers\r\n</strong>GBP - CPI – 4:30 AM ET\r\n\r\nUSD - FOMC Member Plosser Speaks – 12:30 AM ET\r\n\r\nUSD - FOMC Member Dudley Speaks – 1:00 PM ET\r\n\r\nGBP - MPC Member Bean Speaks – 1:30 PM ET\r\n\r\nJPY - Monetary Policy Statement – Tentative\r\n\r\n<strong>WEDNESDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nJPY - BOJ Press Conference – Tentative\r\n\r\nGBP - MPC Official Bank Rate Votes and Retail Sales – 4:30 AM ET\r\n\r\nUSD - HSBC Flash Manufacturing PMI – 10:00 AM ET\r\n\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\n\r\nUSD - Fed Chair Yellen Speaks – 11:30 AM ET\r\n\r\nUSD - FOMC Member Kocherlakota Speaks – 1:30 PM ET\r\n\r\nUSD - FOMC Meeting Minutes – 2:00 PM ET\r\n\r\nCNY - HSBC Flash Manufacturing PMI – 9:45 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - French Flash Manufacturing PMI – 3:00 AM ET\r\nEUR - German Flash Manufacturing PMI – 3:30 AM ET\r\n\r\nGBP - Second Estimate GBP – 4:30 AM ET\r\n\r\nCAD - Core Retail Sales – 8:30 AM ET\r\n\r\nUSD - Unemployment Claims – 8:30 AM ET\r\n\r\nUSD - Flash Manufacturing PMI – 9:45 AM ET\r\n\r\nUSD - Existing Home Sales – 10:00 AM ET\r\n\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n\r\n<strong>FRIDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - German Ifo Business Climate – 4:00 AM ET\r\n\r\nUSD - New Home Sales – 10:00 AM ET\r\n\r\n<b style=\"color: #ffffff;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY\r\nFUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</span></b>\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;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1695-revision-v1','','','2014-05-18 21:16:39','2014-05-18 21:16:39','',1695,'http://www.thetradingroom.com/1695-revision-v1/',0,'revision','',0),(1711,2,'2014-05-18 21:41:45','2014-05-18 21:41:45','<strong>From the desk of Joe Rios</strong>\r\n\r\n<strong>What are the markets trying to tell us? Are you listening?</strong>\r\n\r\nI have been noticing unusual and divergent correlations among the key benchmarks including the stock, bond and currency markets. Rotation flows have been odd and contradictory, reflecting a lack of conviction among market participants. During Risk-Off environments  bonds usually rise (interest rate yields fall) due to expectations of falling growth rate. Conversely during Risk-On stock markets rise in foreseeing higher future growth and higher corporate earnings. However, we\'ve been seeing interest rate yields fall as the stock markets around the world hold near multi year highs. Which market is right? I believe ultimately, this recent tug-of-war will cease, but when will the rope snap? The currency market did react, first by what appeared to be short covering in the US Dollar but by the end of the week, prices stalled and consolidated.  In the week ahead I will look to the currency market for cues to which side of the rope may gain control thus creating volatility and trading opportunities. I will also pay close attention to upcoming economic data releases including FOMC meeting minutes, recent data has been mixed, with slow growth from China, Japan, Europe and the US while some commodities have risen.\r\n\r\n<strong><em>Joe Rios</em></strong>\r\nChief Market Strategist\r\n<a href=\"http://www.riosquant.com/\">www.riosquant.com</a>  /<a href=\"http://www.thetradingroom.com/\"> www.thetradingroom.com</a>\r\n\r\n<strong>Live Trading Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: </strong>\r\nAmber Little, RQ Customer Support Manager\r\nemail: amber@riosquant.com\r\nskype: alittlemobile\r\ncellphone: 415.336.7272\r\n\r\n<span>_______________________________________________</span>\r\n\r\n<strong>The Trading Room TradeLAB</strong>\r\n\r\n<strong>Monday through Friday beginning at 7:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/212699454\">https://www3.gotomeeting.com/register/212699454</a></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop:</strong><strong> Rios Quant Trading Indicators</strong>\r\n\r\n<strong>Tuesday beginning at 4:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/319606302\">https://www3.gotomeeting.com/register/319606302</a></strong>\r\n\r\nTopic: Pattern Setups with Gnostick Levels - Presenter: Steve Schwartz\r\n\r\n<strong>Saturday beginning at 10:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/347432662\">https://www3.gotomeeting.com/register/347432662</a></strong>\r\n\r\nTopic: RiosQuant Basics for today\'s market environment - Presenter: Steve Schwartz\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The RiosQuant 90 Day Trading Program - Workshop</strong>\r\n\r\n<strong>Wednesday beginning at 7:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/266860166\">https://www3.gotomeeting.com/register/266860166</a></strong>\r\n\r\nTraining Session 7 of 12 with Edward Preston\r\n\r\nTopic: RQ Cross Box - Explore Quantitative Analysis\r\n\r\n_______________________________________________\r\n\r\n<strong>MONDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - German Buba Precedent Weidmann Speaks  – 3:00 AM ET\r\n\r\nAUD - Monetary Policy Meeting Minutes – 9:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers\r\n</strong>GBP - CPI – 4:30 AM ET\r\n\r\nUSD - FOMC Member Plosser Speaks – 12:30 AM ET\r\n\r\nUSD - FOMC Member Dudley Speaks – 1:00 PM ET\r\n\r\nGBP - MPC Member Bean Speaks – 1:30 PM ET\r\n\r\nJPY - Monetary Policy Statement – Tentative\r\n\r\n<strong>WEDNESDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nJPY - BOJ Press Conference – Tentative\r\n\r\nGBP - MPC Official Bank Rate Votes and Retail Sales – 4:30 AM ET\r\n\r\nUSD - HSBC Flash Manufacturing PMI – 10:00 AM ET\r\n\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\n\r\nUSD - Fed Chair Yellen Speaks – 11:30 AM ET\r\n\r\nUSD - FOMC Member Kocherlakota Speaks – 1:30 PM ET\r\n\r\nUSD - FOMC Meeting Minutes – 2:00 PM ET\r\n\r\nCNY - HSBC Flash Manufacturing PMI – 9:45 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - French Flash Manufacturing PMI – 3:00 AM ET\r\nEUR - German Flash Manufacturing PMI – 3:30 AM ET\r\n\r\nGBP - Second Estimate GBP – 4:30 AM ET\r\n\r\nCAD - Core Retail Sales – 8:30 AM ET\r\n\r\nUSD - Unemployment Claims – 8:30 AM ET\r\n\r\nUSD - Flash Manufacturing PMI – 9:45 AM ET\r\n\r\nUSD - Existing Home Sales – 10:00 AM ET\r\n\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n\r\n<strong>FRIDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - German Ifo Business Climate – 4:00 AM ET\r\n\r\nUSD - New Home Sales – 10:00 AM ET\r\n\r\n<span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</span>','The Week Ahead in the Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-9','','','2014-05-18 21:41:45','2014-05-18 21:41:45','',0,'http://www.thetradingroom.com/?p=1711',0,'post','',0),(1703,2,'2014-05-18 21:17:53','2014-05-18 21:17:53','<strong>From the desk of Joe Rios</strong>\r\n\r\n<strong>What are the markets trying to tell us? Are you listening?</strong>\r\n\r\nI have been noticing unusual and divergent correlations among the key benchmarks including the stock, bond and currency markets. Rotation flows have been odd and contradictory, reflecting a lack of conviction among market participants. During Risk-Off environments  bonds usually rise (interest rate yields fall) due to expectations of falling growth rate. Conversely during Risk-On stock markets rise in foreseeing higher future growth and higher corporate earnings. However, we\'ve been seeing interest rate yields fall as the stock markets around the world hold near multi year highs. Which market is right? I believe ultimately, this recent tug-of-war will cease, but when will the rope snap? The currency market did react, first by what appeared to be short covering in the US Dollar but by the end of the week, prices stalled and consolidated.  In the week ahead I will look to the currency market for cues to which side of the rope may gain control thus creating volatility and trading opportunities. I will also pay close attention to upcoming economic data releases including FOMC meeting minutes, recent data has been mixed, with slow growth from China, Japan, Europe and the US while some commodities have risen.\r\n\r\n<strong><em>Joe Rios</em></strong>\r\nChief Market Strategist\r\n<a href=\"http://www.riosquant.com/\">www.riosquant.com</a>  /  http://www.thetradingroom.com/\r\n\r\n<strong>Live Trading Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: </strong>\r\nAmber Little, RQ Customer Support Manager\r\nemail: amber@riosquant.com\r\nskype: alittlemobile\r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events: </strong><strong>The Trading Room TradeLAB</strong>\r\n\r\n<strong>Monday through Friday beginning at 7:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/212699454\">https://www3.gotomeeting.com/register/212699454</a></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop:</strong><strong> Rios Quant Trading Indicators:</strong>\r\n\r\n<strong>Tuesday beginning at 4:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/319606302\">https://www3.gotomeeting.com/register/319606302</a></strong>\r\n\r\nTopic: Pattern Setups with Gnostick Levels - Presenter: Steve Schwartz\r\n\r\n<strong>Saturday beginning at 10:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/347432662\">https://www3.gotomeeting.com/register/347432662</a></strong>\r\n\r\nTopic: RiosQuant Basics for today\'s market environment - Presenter: Steve Schwartz\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The RiosQuant 90 Day Trading Program - Workshop</strong>\r\n\r\n<strong>Wednesday beginning at 7:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/266860166\">https://www3.gotomeeting.com/register/266860166</a></strong>\r\n\r\nTraining Session 7 of 12 with Edward Preston\r\n\r\nTopic: RQ Cross Box - Explore Quantitative Analysis\r\n\r\n<strong>MONDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - German Buba Precedent Weidmann Speaks  – 3:00 AM ET\r\n\r\nAUD - Monetary Policy Meeting Minutes – 9:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers\r\n</strong>GBP - CPI – 4:30 AM ET\r\n\r\nUSD - FOMC Member Plosser Speaks – 12:30 AM ET\r\n\r\nUSD - FOMC Member Dudley Speaks – 1:00 PM ET\r\n\r\nGBP - MPC Member Bean Speaks – 1:30 PM ET\r\n\r\nJPY - Monetary Policy Statement – Tentative\r\n\r\n<strong>WEDNESDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nJPY - BOJ Press Conference – Tentative\r\n\r\nGBP - MPC Official Bank Rate Votes and Retail Sales – 4:30 AM ET\r\n\r\nUSD - HSBC Flash Manufacturing PMI – 10:00 AM ET\r\n\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\n\r\nUSD - Fed Chair Yellen Speaks – 11:30 AM ET\r\n\r\nUSD - FOMC Member Kocherlakota Speaks – 1:30 PM ET\r\n\r\nUSD - FOMC Meeting Minutes – 2:00 PM ET\r\n\r\nCNY - HSBC Flash Manufacturing PMI – 9:45 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - French Flash Manufacturing PMI – 3:00 AM ET\r\nEUR - German Flash Manufacturing PMI – 3:30 AM ET\r\n\r\nGBP - Second Estimate GBP – 4:30 AM ET\r\n\r\nCAD - Core Retail Sales – 8:30 AM ET\r\n\r\nUSD - Unemployment Claims – 8:30 AM ET\r\n\r\nUSD - Flash Manufacturing PMI – 9:45 AM ET\r\n\r\nUSD - Existing Home Sales – 10:00 AM ET\r\n\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n\r\n<strong>FRIDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - German Ifo Business Climate – 4:00 AM ET\r\n\r\nUSD - New Home Sales – 10:00 AM ET\r\n\r\n<b style=\"color: #ffffff;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY\r\nFUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</span></b>\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;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1695-revision-v1','','','2014-05-18 21:17:53','2014-05-18 21:17:53','',1695,'http://www.thetradingroom.com/1695-revision-v1/',0,'revision','',0),(1704,2,'2014-05-18 21:18:18','2014-05-18 21:18:18','From the desk of Joe Rios\r\n\r\nWhat are the markets trying to tell us? Are you listening?\r\n\r\nI have been noticing unusual and divergent correlations among the key benchmarks including the stock, bond and currency markets. Rotation flows have been odd and contradictory, reflecting a lack of conviction among market participants. During Risk-Off environments  bonds usually rise (interest rate yields fall) due to expectations of falling growth rate. Conversely during Risk-On stock markets rise in foreseeing higher future growth and higher corporate earnings. However, we\'ve been seeing interest rate yields fall as the stock markets around the world hold near multi year highs. Which market is right? I believe ultimately, this recent tug-of-war will cease, but when will the rope snap? The currency market did react, first by what appeared to be short covering in the US Dollar but by the end of the week, prices stalled and consolidated.  In the week ahead I will look to the currency market for cues to which side of the rope may gain control thus creating volatility and trading opportunities. I will also pay close attention to upcoming economic data releases including FOMC meeting minutes, recent data has been mixed, with slow growth from China, Japan, Europe and the US while some commodities have risen.\r\n\r\n<strong><em>Joe Rios</em></strong>\r\nChief Market Strategist\r\n<a href=\"http://www.riosquant.com/\">www.riosquant.com</a>  /  http://www.thetradingroom.com/\r\n\r\n<strong>Live Trading Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: </strong>\r\nAmber Little, RQ Customer Support Manager\r\nemail: amber@riosquant.com\r\nskype: alittlemobile\r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events: </strong><strong>The Trading Room TradeLAB</strong>\r\n\r\n<strong>Monday through Friday beginning at 7:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/212699454\">https://www3.gotomeeting.com/register/212699454</a></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop:</strong><strong> Rios Quant Trading Indicators:</strong>\r\n\r\n<strong>Tuesday beginning at 4:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/319606302\">https://www3.gotomeeting.com/register/319606302</a></strong>\r\n\r\nTopic: Pattern Setups with Gnostick Levels - Presenter: Steve Schwartz\r\n\r\n<strong>Saturday beginning at 10:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/347432662\">https://www3.gotomeeting.com/register/347432662</a></strong>\r\n\r\nTopic: RiosQuant Basics for today\'s market environment - Presenter: Steve Schwartz\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The RiosQuant 90 Day Trading Program - Workshop</strong>\r\n\r\n<strong>Wednesday beginning at 7:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/266860166\">https://www3.gotomeeting.com/register/266860166</a></strong>\r\n\r\nTraining Session 7 of 12 with Edward Preston\r\n\r\nTopic: RQ Cross Box - Explore Quantitative Analysis\r\n\r\n<strong>MONDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - German Buba Precedent Weidmann Speaks  – 3:00 AM ET\r\n\r\nAUD - Monetary Policy Meeting Minutes – 9:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers\r\n</strong>GBP - CPI – 4:30 AM ET\r\n\r\nUSD - FOMC Member Plosser Speaks – 12:30 AM ET\r\n\r\nUSD - FOMC Member Dudley Speaks – 1:00 PM ET\r\n\r\nGBP - MPC Member Bean Speaks – 1:30 PM ET\r\n\r\nJPY - Monetary Policy Statement – Tentative\r\n\r\n<strong>WEDNESDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nJPY - BOJ Press Conference – Tentative\r\n\r\nGBP - MPC Official Bank Rate Votes and Retail Sales – 4:30 AM ET\r\n\r\nUSD - HSBC Flash Manufacturing PMI – 10:00 AM ET\r\n\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\n\r\nUSD - Fed Chair Yellen Speaks – 11:30 AM ET\r\n\r\nUSD - FOMC Member Kocherlakota Speaks – 1:30 PM ET\r\n\r\nUSD - FOMC Meeting Minutes – 2:00 PM ET\r\n\r\nCNY - HSBC Flash Manufacturing PMI – 9:45 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - French Flash Manufacturing PMI – 3:00 AM ET\r\nEUR - German Flash Manufacturing PMI – 3:30 AM ET\r\n\r\nGBP - Second Estimate GBP – 4:30 AM ET\r\n\r\nCAD - Core Retail Sales – 8:30 AM ET\r\n\r\nUSD - Unemployment Claims – 8:30 AM ET\r\n\r\nUSD - Flash Manufacturing PMI – 9:45 AM ET\r\n\r\nUSD - Existing Home Sales – 10:00 AM ET\r\n\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n\r\n<strong>FRIDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - German Ifo Business Climate – 4:00 AM ET\r\n\r\nUSD - New Home Sales – 10:00 AM ET\r\n\r\n<b style=\"color: #ffffff;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY\r\nFUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</span></b>\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;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1695-revision-v1','','','2014-05-18 21:18:18','2014-05-18 21:18:18','',1695,'http://www.thetradingroom.com/1695-revision-v1/',0,'revision','',0),(1705,2,'2014-05-18 21:19:41','2014-05-18 21:19:41','<strong>From the desk of Joe Rios</strong>\r\n\r\n<strong>What are the markets trying to tell us? Are you listening?</strong>\r\n\r\nI have been noticing unusual and divergent correlations among the key benchmarks including the stock, bond and currency markets. Rotation flows have been odd and contradictory, reflecting a lack of conviction among market participants. During Risk-Off environments  bonds usually rise (interest rate yields fall) due to expectations of falling growth rate. Conversely during Risk-On stock markets rise in foreseeing higher future growth and higher corporate earnings. However, we\'ve been seeing interest rate yields fall as the stock markets around the world hold near multi year highs. Which market is right? I believe ultimately, this recent tug-of-war will cease, but when will the rope snap? The currency market did react, first by what appeared to be short covering in the US Dollar but by the end of the week, prices stalled and consolidated.  In the week ahead I will look to the currency market for cues to which side of the rope may gain control thus creating volatility and trading opportunities. I will also pay close attention to upcoming economic data releases including FOMC meeting minutes, recent data has been mixed, with slow growth from China, Japan, Europe and the US while some commodities have risen.\r\n\r\n<strong><em>Joe Rios</em></strong>\r\nChief Market Strategist\r\n<a href=\"http://www.riosquant.com/\">www.riosquant.com</a>  /  http://www.thetradingroom.com/\r\n\r\n<strong>Live Trading Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: </strong>\r\nAmber Little, RQ Customer Support Manager\r\nemail: amber@riosquant.com\r\nskype: alittlemobile\r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events: </strong><strong>The Trading Room TradeLAB</strong>\r\n\r\n<strong>Monday through Friday beginning at 7:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/212699454\">https://www3.gotomeeting.com/register/212699454</a></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop:</strong><strong> Rios Quant Trading Indicators</strong>\r\n\r\n<strong>Tuesday beginning at 4:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/319606302\">https://www3.gotomeeting.com/register/319606302</a></strong>\r\n\r\nTopic: Pattern Setups with Gnostick Levels - Presenter: Steve Schwartz\r\n\r\n<strong>Saturday beginning at 10:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/347432662\">https://www3.gotomeeting.com/register/347432662</a></strong>\r\n\r\nTopic: RiosQuant Basics for today\'s market environment - Presenter: Steve Schwartz\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The RiosQuant 90 Day Trading Program - Workshop</strong>\r\n\r\n<strong>Wednesday beginning at 7:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/266860166\">https://www3.gotomeeting.com/register/266860166</a></strong>\r\n\r\nTraining Session 7 of 12 with Edward Preston\r\n\r\nTopic: RQ Cross Box - Explore Quantitative Analysis\r\n\r\n_______________________________________________\r\n\r\n<strong>MONDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - German Buba Precedent Weidmann Speaks  – 3:00 AM ET\r\n\r\nAUD - Monetary Policy Meeting Minutes – 9:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers\r\n</strong>GBP - CPI – 4:30 AM ET\r\n\r\nUSD - FOMC Member Plosser Speaks – 12:30 AM ET\r\n\r\nUSD - FOMC Member Dudley Speaks – 1:00 PM ET\r\n\r\nGBP - MPC Member Bean Speaks – 1:30 PM ET\r\n\r\nJPY - Monetary Policy Statement – Tentative\r\n\r\n<strong>WEDNESDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nJPY - BOJ Press Conference – Tentative\r\n\r\nGBP - MPC Official Bank Rate Votes and Retail Sales – 4:30 AM ET\r\n\r\nUSD - HSBC Flash Manufacturing PMI – 10:00 AM ET\r\n\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\n\r\nUSD - Fed Chair Yellen Speaks – 11:30 AM ET\r\n\r\nUSD - FOMC Member Kocherlakota Speaks – 1:30 PM ET\r\n\r\nUSD - FOMC Meeting Minutes – 2:00 PM ET\r\n\r\nCNY - HSBC Flash Manufacturing PMI – 9:45 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - French Flash Manufacturing PMI – 3:00 AM ET\r\nEUR - German Flash Manufacturing PMI – 3:30 AM ET\r\n\r\nGBP - Second Estimate GBP – 4:30 AM ET\r\n\r\nCAD - Core Retail Sales – 8:30 AM ET\r\n\r\nUSD - Unemployment Claims – 8:30 AM ET\r\n\r\nUSD - Flash Manufacturing PMI – 9:45 AM ET\r\n\r\nUSD - Existing Home Sales – 10:00 AM ET\r\n\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n\r\n<strong>FRIDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - German Ifo Business Climate – 4:00 AM ET\r\n\r\nUSD - New Home Sales – 10:00 AM ET\r\n\r\n<b style=\"color: #ffffff;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY\r\nFUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</span></b>\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;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1695-revision-v1','','','2014-05-18 21:19:41','2014-05-18 21:19:41','',1695,'http://www.thetradingroom.com/1695-revision-v1/',0,'revision','',0),(1706,2,'2014-05-18 21:20:47','2014-05-18 21:20:47','<strong>From the desk of Joe Rios</strong>\r\n\r\n<strong>What are the markets trying to tell us? Are you listening?</strong>\r\n\r\nI have been noticing unusual and divergent correlations among the key benchmarks including the stock, bond and currency markets. Rotation flows have been odd and contradictory, reflecting a lack of conviction among market participants. During Risk-Off environments  bonds usually rise (interest rate yields fall) due to expectations of falling growth rate. Conversely during Risk-On stock markets rise in foreseeing higher future growth and higher corporate earnings. However, we\'ve been seeing interest rate yields fall as the stock markets around the world hold near multi year highs. Which market is right? I believe ultimately, this recent tug-of-war will cease, but when will the rope snap? The currency market did react, first by what appeared to be short covering in the US Dollar but by the end of the week, prices stalled and consolidated.  In the week ahead I will look to the currency market for cues to which side of the rope may gain control thus creating volatility and trading opportunities. I will also pay close attention to upcoming economic data releases including FOMC meeting minutes, recent data has been mixed, with slow growth from China, Japan, Europe and the US while some commodities have risen.\r\n\r\n<strong><em>Joe Rios</em></strong>\r\nChief Market Strategist\r\n<a href=\"http://www.riosquant.com/\">www.riosquant.com</a>  /<a href=\"http://www.thetradingroom.com/\"> www.thetradingroom.com</a>\r\n\r\n<strong>Live Trading Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: </strong>\r\nAmber Little, RQ Customer Support Manager\r\nemail: amber@riosquant.com\r\nskype: alittlemobile\r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events: </strong><strong>The Trading Room TradeLAB</strong>\r\n\r\n<strong>Monday through Friday beginning at 7:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/212699454\">https://www3.gotomeeting.com/register/212699454</a></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop:</strong><strong> Rios Quant Trading Indicators</strong>\r\n\r\n<strong>Tuesday beginning at 4:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/319606302\">https://www3.gotomeeting.com/register/319606302</a></strong>\r\n\r\nTopic: Pattern Setups with Gnostick Levels - Presenter: Steve Schwartz\r\n\r\n<strong>Saturday beginning at 10:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/347432662\">https://www3.gotomeeting.com/register/347432662</a></strong>\r\n\r\nTopic: RiosQuant Basics for today\'s market environment - Presenter: Steve Schwartz\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The RiosQuant 90 Day Trading Program - Workshop</strong>\r\n\r\n<strong>Wednesday beginning at 7:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/266860166\">https://www3.gotomeeting.com/register/266860166</a></strong>\r\n\r\nTraining Session 7 of 12 with Edward Preston\r\n\r\nTopic: RQ Cross Box - Explore Quantitative Analysis\r\n\r\n_______________________________________________\r\n\r\n<strong>MONDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - German Buba Precedent Weidmann Speaks  – 3:00 AM ET\r\n\r\nAUD - Monetary Policy Meeting Minutes – 9:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers\r\n</strong>GBP - CPI – 4:30 AM ET\r\n\r\nUSD - FOMC Member Plosser Speaks – 12:30 AM ET\r\n\r\nUSD - FOMC Member Dudley Speaks – 1:00 PM ET\r\n\r\nGBP - MPC Member Bean Speaks – 1:30 PM ET\r\n\r\nJPY - Monetary Policy Statement – Tentative\r\n\r\n<strong>WEDNESDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nJPY - BOJ Press Conference – Tentative\r\n\r\nGBP - MPC Official Bank Rate Votes and Retail Sales – 4:30 AM ET\r\n\r\nUSD - HSBC Flash Manufacturing PMI – 10:00 AM ET\r\n\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\n\r\nUSD - Fed Chair Yellen Speaks – 11:30 AM ET\r\n\r\nUSD - FOMC Member Kocherlakota Speaks – 1:30 PM ET\r\n\r\nUSD - FOMC Meeting Minutes – 2:00 PM ET\r\n\r\nCNY - HSBC Flash Manufacturing PMI – 9:45 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - French Flash Manufacturing PMI – 3:00 AM ET\r\nEUR - German Flash Manufacturing PMI – 3:30 AM ET\r\n\r\nGBP - Second Estimate GBP – 4:30 AM ET\r\n\r\nCAD - Core Retail Sales – 8:30 AM ET\r\n\r\nUSD - Unemployment Claims – 8:30 AM ET\r\n\r\nUSD - Flash Manufacturing PMI – 9:45 AM ET\r\n\r\nUSD - Existing Home Sales – 10:00 AM ET\r\n\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n\r\n<strong>FRIDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - German Ifo Business Climate – 4:00 AM ET\r\n\r\nUSD - New Home Sales – 10:00 AM ET\r\n\r\n<b style=\"color: #ffffff;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY\r\nFUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</span></b>\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;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1695-revision-v1','','','2014-05-18 21:20:47','2014-05-18 21:20:47','',1695,'http://www.thetradingroom.com/1695-revision-v1/',0,'revision','',0),(1707,2,'2014-05-18 21:22:22','2014-05-18 21:22:22','<strong>From the desk of Joe Rios</strong>\r\n\r\n<strong>What are the markets trying to tell us? Are you listening?</strong>\r\n\r\nI have been noticing unusual and divergent correlations among the key benchmarks including the stock, bond and currency markets. Rotation flows have been odd and contradictory, reflecting a lack of conviction among market participants. During Risk-Off environments  bonds usually rise (interest rate yields fall) due to expectations of falling growth rate. Conversely during Risk-On stock markets rise in foreseeing higher future growth and higher corporate earnings. However, we\'ve been seeing interest rate yields fall as the stock markets around the world hold near multi year highs. Which market is right? I believe ultimately, this recent tug-of-war will cease, but when will the rope snap? The currency market did react, first by what appeared to be short covering in the US Dollar but by the end of the week, prices stalled and consolidated.  In the week ahead I will look to the currency market for cues to which side of the rope may gain control thus creating volatility and trading opportunities. I will also pay close attention to upcoming economic data releases including FOMC meeting minutes, recent data has been mixed, with slow growth from China, Japan, Europe and the US while some commodities have risen.\r\n\r\n<strong><em>Joe Rios</em></strong>\r\nChief Market Strategist\r\n<a href=\"http://www.riosquant.com/\">www.riosquant.com</a>  /<a href=\"http://www.thetradingroom.com/\"> www.thetradingroom.com</a>\r\n\r\n<strong>Live Trading Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: </strong>\r\nAmber Little, RQ Customer Support Manager\r\nemail: amber@riosquant.com\r\nskype: alittlemobile\r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events: </strong>\r\n\r\n<strong>The Trading Room TradeLAB</strong>\r\n\r\n<strong>Monday through Friday beginning at 7:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/212699454\">https://www3.gotomeeting.com/register/212699454</a></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop:</strong><strong> Rios Quant Trading Indicators</strong>\r\n\r\n<strong>Tuesday beginning at 4:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/319606302\">https://www3.gotomeeting.com/register/319606302</a></strong>\r\n\r\nTopic: Pattern Setups with Gnostick Levels - Presenter: Steve Schwartz\r\n\r\n<strong>Saturday beginning at 10:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/347432662\">https://www3.gotomeeting.com/register/347432662</a></strong>\r\n\r\nTopic: RiosQuant Basics for today\'s market environment - Presenter: Steve Schwartz\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The RiosQuant 90 Day Trading Program - Workshop</strong>\r\n\r\n<strong>Wednesday beginning at 7:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/266860166\">https://www3.gotomeeting.com/register/266860166</a></strong>\r\n\r\nTraining Session 7 of 12 with Edward Preston\r\n\r\nTopic: RQ Cross Box - Explore Quantitative Analysis\r\n\r\n_______________________________________________\r\n\r\n<strong>MONDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - German Buba Precedent Weidmann Speaks  – 3:00 AM ET\r\n\r\nAUD - Monetary Policy Meeting Minutes – 9:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers\r\n</strong>GBP - CPI – 4:30 AM ET\r\n\r\nUSD - FOMC Member Plosser Speaks – 12:30 AM ET\r\n\r\nUSD - FOMC Member Dudley Speaks – 1:00 PM ET\r\n\r\nGBP - MPC Member Bean Speaks – 1:30 PM ET\r\n\r\nJPY - Monetary Policy Statement – Tentative\r\n\r\n<strong>WEDNESDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nJPY - BOJ Press Conference – Tentative\r\n\r\nGBP - MPC Official Bank Rate Votes and Retail Sales – 4:30 AM ET\r\n\r\nUSD - HSBC Flash Manufacturing PMI – 10:00 AM ET\r\n\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\n\r\nUSD - Fed Chair Yellen Speaks – 11:30 AM ET\r\n\r\nUSD - FOMC Member Kocherlakota Speaks – 1:30 PM ET\r\n\r\nUSD - FOMC Meeting Minutes – 2:00 PM ET\r\n\r\nCNY - HSBC Flash Manufacturing PMI – 9:45 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - French Flash Manufacturing PMI – 3:00 AM ET\r\nEUR - German Flash Manufacturing PMI – 3:30 AM ET\r\n\r\nGBP - Second Estimate GBP – 4:30 AM ET\r\n\r\nCAD - Core Retail Sales – 8:30 AM ET\r\n\r\nUSD - Unemployment Claims – 8:30 AM ET\r\n\r\nUSD - Flash Manufacturing PMI – 9:45 AM ET\r\n\r\nUSD - Existing Home Sales – 10:00 AM ET\r\n\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n\r\n<strong>FRIDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - German Ifo Business Climate – 4:00 AM ET\r\n\r\nUSD - New Home Sales – 10:00 AM ET\r\n\r\n<b style=\"color: #ffffff;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY\r\nFUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</span></b>\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;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1695-revision-v1','','','2014-05-18 21:22:22','2014-05-18 21:22:22','',1695,'http://www.thetradingroom.com/1695-revision-v1/',0,'revision','',0),(1708,2,'2014-05-18 21:23:17','2014-05-18 21:23:17','<strong>From the desk of Joe Rios</strong>\r\n\r\n<strong>What are the markets trying to tell us? Are you listening?</strong>\r\n\r\nI have been noticing unusual and divergent correlations among the key benchmarks including the stock, bond and currency markets. Rotation flows have been odd and contradictory, reflecting a lack of conviction among market participants. During Risk-Off environments  bonds usually rise (interest rate yields fall) due to expectations of falling growth rate. Conversely during Risk-On stock markets rise in foreseeing higher future growth and higher corporate earnings. However, we\'ve been seeing interest rate yields fall as the stock markets around the world hold near multi year highs. Which market is right? I believe ultimately, this recent tug-of-war will cease, but when will the rope snap? The currency market did react, first by what appeared to be short covering in the US Dollar but by the end of the week, prices stalled and consolidated.  In the week ahead I will look to the currency market for cues to which side of the rope may gain control thus creating volatility and trading opportunities. I will also pay close attention to upcoming economic data releases including FOMC meeting minutes, recent data has been mixed, with slow growth from China, Japan, Europe and the US while some commodities have risen.\r\n\r\n<strong><em>Joe Rios</em></strong>\r\nChief Market Strategist\r\n<a href=\"http://www.riosquant.com/\">www.riosquant.com</a>  /<a href=\"http://www.thetradingroom.com/\"> www.thetradingroom.com</a>\r\n\r\n<strong>Live Trading Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: </strong>\r\nAmber Little, RQ Customer Support Manager\r\nemail: amber@riosquant.com\r\nskype: alittlemobile\r\ncellphone: 415.336.7272\r\n\r\n<span style=\"font-weight: normal;\">_______________________________________________</span>\r\n\r\n<strong>The Trading Room TradeLAB</strong>\r\n\r\n<strong>Monday through Friday beginning at 7:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/212699454\">https://www3.gotomeeting.com/register/212699454</a></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop:</strong><strong> Rios Quant Trading Indicators</strong>\r\n\r\n<strong>Tuesday beginning at 4:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/319606302\">https://www3.gotomeeting.com/register/319606302</a></strong>\r\n\r\nTopic: Pattern Setups with Gnostick Levels - Presenter: Steve Schwartz\r\n\r\n<strong>Saturday beginning at 10:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/347432662\">https://www3.gotomeeting.com/register/347432662</a></strong>\r\n\r\nTopic: RiosQuant Basics for today\'s market environment - Presenter: Steve Schwartz\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The RiosQuant 90 Day Trading Program - Workshop</strong>\r\n\r\n<strong>Wednesday beginning at 7:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/266860166\">https://www3.gotomeeting.com/register/266860166</a></strong>\r\n\r\nTraining Session 7 of 12 with Edward Preston\r\n\r\nTopic: RQ Cross Box - Explore Quantitative Analysis\r\n\r\n_______________________________________________\r\n\r\n<strong>MONDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - German Buba Precedent Weidmann Speaks  – 3:00 AM ET\r\n\r\nAUD - Monetary Policy Meeting Minutes – 9:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers\r\n</strong>GBP - CPI – 4:30 AM ET\r\n\r\nUSD - FOMC Member Plosser Speaks – 12:30 AM ET\r\n\r\nUSD - FOMC Member Dudley Speaks – 1:00 PM ET\r\n\r\nGBP - MPC Member Bean Speaks – 1:30 PM ET\r\n\r\nJPY - Monetary Policy Statement – Tentative\r\n\r\n<strong>WEDNESDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nJPY - BOJ Press Conference – Tentative\r\n\r\nGBP - MPC Official Bank Rate Votes and Retail Sales – 4:30 AM ET\r\n\r\nUSD - HSBC Flash Manufacturing PMI – 10:00 AM ET\r\n\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\n\r\nUSD - Fed Chair Yellen Speaks – 11:30 AM ET\r\n\r\nUSD - FOMC Member Kocherlakota Speaks – 1:30 PM ET\r\n\r\nUSD - FOMC Meeting Minutes – 2:00 PM ET\r\n\r\nCNY - HSBC Flash Manufacturing PMI – 9:45 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - French Flash Manufacturing PMI – 3:00 AM ET\r\nEUR - German Flash Manufacturing PMI – 3:30 AM ET\r\n\r\nGBP - Second Estimate GBP – 4:30 AM ET\r\n\r\nCAD - Core Retail Sales – 8:30 AM ET\r\n\r\nUSD - Unemployment Claims – 8:30 AM ET\r\n\r\nUSD - Flash Manufacturing PMI – 9:45 AM ET\r\n\r\nUSD - Existing Home Sales – 10:00 AM ET\r\n\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n\r\n<strong>FRIDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - German Ifo Business Climate – 4:00 AM ET\r\n\r\nUSD - New Home Sales – 10:00 AM ET\r\n\r\n<b style=\"color: #ffffff;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY\r\nFUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</span></b>\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;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1695-revision-v1','','','2014-05-18 21:23:17','2014-05-18 21:23:17','',1695,'http://www.thetradingroom.com/1695-revision-v1/',0,'revision','',0),(1709,2,'2014-05-18 21:24:08','2014-05-18 21:24:08','<strong>From the desk of Joe Rios</strong>\r\n\r\n<strong>What are the markets trying to tell us? Are you listening?</strong>\r\n\r\nI have been noticing unusual and divergent correlations among the key benchmarks including the stock, bond and currency markets. Rotation flows have been odd and contradictory, reflecting a lack of conviction among market participants. During Risk-Off environments  bonds usually rise (interest rate yields fall) due to expectations of falling growth rate. Conversely during Risk-On stock markets rise in foreseeing higher future growth and higher corporate earnings. However, we\'ve been seeing interest rate yields fall as the stock markets around the world hold near multi year highs. Which market is right? I believe ultimately, this recent tug-of-war will cease, but when will the rope snap? The currency market did react, first by what appeared to be short covering in the US Dollar but by the end of the week, prices stalled and consolidated.  In the week ahead I will look to the currency market for cues to which side of the rope may gain control thus creating volatility and trading opportunities. I will also pay close attention to upcoming economic data releases including FOMC meeting minutes, recent data has been mixed, with slow growth from China, Japan, Europe and the US while some commodities have risen.\r\n\r\n<strong><em>Joe Rios</em></strong>\r\nChief Market Strategist\r\n<a href=\"http://www.riosquant.com/\">www.riosquant.com</a>  /<a href=\"http://www.thetradingroom.com/\"> www.thetradingroom.com</a>\r\n\r\n<strong>Live Trading Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: </strong>\r\nAmber Little, RQ Customer Support Manager\r\nemail: amber@riosquant.com\r\nskype: alittlemobile\r\ncellphone: 415.336.7272\r\n\r\n<span style=\"font-weight: normal;\">_______________________________________________</span>\r\n\r\n<strong>The Trading Room TradeLAB</strong>\r\n\r\n<strong>Monday through Friday beginning at 7:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/212699454\">https://www3.gotomeeting.com/register/212699454</a></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop:</strong><strong> Rios Quant Trading Indicators</strong>\r\n\r\n<strong>Tuesday beginning at 4:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/319606302\">https://www3.gotomeeting.com/register/319606302</a></strong>\r\n\r\nTopic: Pattern Setups with Gnostick Levels - Presenter: Steve Schwartz\r\n\r\n<strong>Saturday beginning at 10:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/347432662\">https://www3.gotomeeting.com/register/347432662</a></strong>\r\n\r\nTopic: RiosQuant Basics for today\'s market environment - Presenter: Steve Schwartz\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The RiosQuant 90 Day Trading Program - Workshop</strong>\r\n\r\n<strong>Wednesday beginning at 7:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/266860166\">https://www3.gotomeeting.com/register/266860166</a></strong>\r\n\r\nTraining Session 7 of 12 with Edward Preston\r\n\r\nTopic: RQ Cross Box - Explore Quantitative Analysis\r\n\r\n_______________________________________________\r\n\r\n<strong>MONDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - German Buba Precedent Weidmann Speaks  – 3:00 AM ET\r\n\r\nAUD - Monetary Policy Meeting Minutes – 9:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers\r\n</strong>GBP - CPI – 4:30 AM ET\r\n\r\nUSD - FOMC Member Plosser Speaks – 12:30 AM ET\r\n\r\nUSD - FOMC Member Dudley Speaks – 1:00 PM ET\r\n\r\nGBP - MPC Member Bean Speaks – 1:30 PM ET\r\n\r\nJPY - Monetary Policy Statement – Tentative\r\n\r\n<strong>WEDNESDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nJPY - BOJ Press Conference – Tentative\r\n\r\nGBP - MPC Official Bank Rate Votes and Retail Sales – 4:30 AM ET\r\n\r\nUSD - HSBC Flash Manufacturing PMI – 10:00 AM ET\r\n\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\n\r\nUSD - Fed Chair Yellen Speaks – 11:30 AM ET\r\n\r\nUSD - FOMC Member Kocherlakota Speaks – 1:30 PM ET\r\n\r\nUSD - FOMC Meeting Minutes – 2:00 PM ET\r\n\r\nCNY - HSBC Flash Manufacturing PMI – 9:45 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - French Flash Manufacturing PMI – 3:00 AM ET\r\nEUR - German Flash Manufacturing PMI – 3:30 AM ET\r\n\r\nGBP - Second Estimate GBP – 4:30 AM ET\r\n\r\nCAD - Core Retail Sales – 8:30 AM ET\r\n\r\nUSD - Unemployment Claims – 8:30 AM ET\r\n\r\nUSD - Flash Manufacturing PMI – 9:45 AM ET\r\n\r\nUSD - Existing Home Sales – 10:00 AM ET\r\n\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n\r\n<strong>FRIDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - German Ifo Business Climate – 4:00 AM ET\r\n\r\nUSD - New Home Sales – 10:00 AM ET\r\n\r\n<span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY\r\nFUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</span>\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;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1695-revision-v1','','','2014-05-18 21:24:08','2014-05-18 21:24:08','',1695,'http://www.thetradingroom.com/1695-revision-v1/',0,'revision','',0),(1710,2,'2014-05-18 21:24:33','2014-05-18 21:24:33','<strong>From the desk of Joe Rios</strong>\r\n\r\n<strong>What are the markets trying to tell us? Are you listening?</strong>\r\n\r\nI have been noticing unusual and divergent correlations among the key benchmarks including the stock, bond and currency markets. Rotation flows have been odd and contradictory, reflecting a lack of conviction among market participants. During Risk-Off environments  bonds usually rise (interest rate yields fall) due to expectations of falling growth rate. Conversely during Risk-On stock markets rise in foreseeing higher future growth and higher corporate earnings. However, we\'ve been seeing interest rate yields fall as the stock markets around the world hold near multi year highs. Which market is right? I believe ultimately, this recent tug-of-war will cease, but when will the rope snap? The currency market did react, first by what appeared to be short covering in the US Dollar but by the end of the week, prices stalled and consolidated.  In the week ahead I will look to the currency market for cues to which side of the rope may gain control thus creating volatility and trading opportunities. I will also pay close attention to upcoming economic data releases including FOMC meeting minutes, recent data has been mixed, with slow growth from China, Japan, Europe and the US while some commodities have risen.\r\n\r\n<strong><em>Joe Rios</em></strong>\r\nChief Market Strategist\r\n<a href=\"http://www.riosquant.com/\">www.riosquant.com</a>  /<a href=\"http://www.thetradingroom.com/\"> www.thetradingroom.com</a>\r\n\r\n<strong>Live Trading Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: </strong>\r\nAmber Little, RQ Customer Support Manager\r\nemail: amber@riosquant.com\r\nskype: alittlemobile\r\ncellphone: 415.336.7272\r\n\r\n<span style=\"font-weight: normal;\">_______________________________________________</span>\r\n\r\n<strong>The Trading Room TradeLAB</strong>\r\n\r\n<strong>Monday through Friday beginning at 7:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/212699454\">https://www3.gotomeeting.com/register/212699454</a></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop:</strong><strong> Rios Quant Trading Indicators</strong>\r\n\r\n<strong>Tuesday beginning at 4:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/319606302\">https://www3.gotomeeting.com/register/319606302</a></strong>\r\n\r\nTopic: Pattern Setups with Gnostick Levels - Presenter: Steve Schwartz\r\n\r\n<strong>Saturday beginning at 10:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/347432662\">https://www3.gotomeeting.com/register/347432662</a></strong>\r\n\r\nTopic: RiosQuant Basics for today\'s market environment - Presenter: Steve Schwartz\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The RiosQuant 90 Day Trading Program - Workshop</strong>\r\n\r\n<strong>Wednesday beginning at 7:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/266860166\">https://www3.gotomeeting.com/register/266860166</a></strong>\r\n\r\nTraining Session 7 of 12 with Edward Preston\r\n\r\nTopic: RQ Cross Box - Explore Quantitative Analysis\r\n\r\n_______________________________________________\r\n\r\n<strong>MONDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - German Buba Precedent Weidmann Speaks  – 3:00 AM ET\r\n\r\nAUD - Monetary Policy Meeting Minutes – 9:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers\r\n</strong>GBP - CPI – 4:30 AM ET\r\n\r\nUSD - FOMC Member Plosser Speaks – 12:30 AM ET\r\n\r\nUSD - FOMC Member Dudley Speaks – 1:00 PM ET\r\n\r\nGBP - MPC Member Bean Speaks – 1:30 PM ET\r\n\r\nJPY - Monetary Policy Statement – Tentative\r\n\r\n<strong>WEDNESDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nJPY - BOJ Press Conference – Tentative\r\n\r\nGBP - MPC Official Bank Rate Votes and Retail Sales – 4:30 AM ET\r\n\r\nUSD - HSBC Flash Manufacturing PMI – 10:00 AM ET\r\n\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\n\r\nUSD - Fed Chair Yellen Speaks – 11:30 AM ET\r\n\r\nUSD - FOMC Member Kocherlakota Speaks – 1:30 PM ET\r\n\r\nUSD - FOMC Meeting Minutes – 2:00 PM ET\r\n\r\nCNY - HSBC Flash Manufacturing PMI – 9:45 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - French Flash Manufacturing PMI – 3:00 AM ET\r\nEUR - German Flash Manufacturing PMI – 3:30 AM ET\r\n\r\nGBP - Second Estimate GBP – 4:30 AM ET\r\n\r\nCAD - Core Retail Sales – 8:30 AM ET\r\n\r\nUSD - Unemployment Claims – 8:30 AM ET\r\n\r\nUSD - Flash Manufacturing PMI – 9:45 AM ET\r\n\r\nUSD - Existing Home Sales – 10:00 AM ET\r\n\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n\r\n<strong>FRIDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - German Ifo Business Climate – 4:00 AM ET\r\n\r\nUSD - New Home Sales – 10:00 AM ET\r\n\r\n<span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</span>\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;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1695-revision-v1','','','2014-05-18 21:24:33','2014-05-18 21:24:33','',1695,'http://www.thetradingroom.com/1695-revision-v1/',0,'revision','',0),(1712,2,'2014-05-18 21:28:01','2014-05-18 21:28:01','<strong>From the desk of Joe Rios</strong>\r\n\r\n<strong>What are the markets trying to tell us? Are you listening?</strong>\r\n\r\nI have been noticing unusual and divergent correlations among the key benchmarks including the stock, bond and currency markets. Rotation flows have been odd and contradictory, reflecting a lack of conviction among market participants. During Risk-Off environments  bonds usually rise (interest rate yields fall) due to expectations of falling growth rate. Conversely during Risk-On stock markets rise in foreseeing higher future growth and higher corporate earnings. However, we\'ve been seeing interest rate yields fall as the stock markets around the world hold near multi year highs. Which market is right? I believe ultimately, this recent tug-of-war will cease, but when will the rope snap? The currency market did react, first by what appeared to be short covering in the US Dollar but by the end of the week, prices stalled and consolidated.  In the week ahead I will look to the currency market for cues to which side of the rope may gain control thus creating volatility and trading opportunities. I will also pay close attention to upcoming economic data releases including FOMC meeting minutes, recent data has been mixed, with slow growth from China, Japan, Europe and the US while some commodities have risen.\r\n\r\n<strong><em>Joe Rios</em></strong>\r\nChief Market Strategist\r\n<a href=\"http://www.riosquant.com/\">www.riosquant.com</a>  /<a href=\"http://www.thetradingroom.com/\"> www.thetradingroom.com</a>\r\n\r\n<strong>Live Trading Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: </strong>\r\nAmber Little, RQ Customer Support Manager\r\nemail: amber@riosquant.com\r\nskype: alittlemobile\r\ncellphone: 415.336.7272\r\n\r\n<span>_______________________________________________</span>\r\n\r\n<strong>The Trading Room TradeLAB</strong>\r\n\r\n<strong>Monday through Friday beginning at 7:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/212699454\">https://www3.gotomeeting.com/register/212699454</a></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop:</strong><strong> Rios Quant Trading Indicators</strong>\r\n\r\n<strong>Tuesday beginning at 4:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/319606302\">https://www3.gotomeeting.com/register/319606302</a></strong>\r\n\r\nTopic: Pattern Setups with Gnostick Levels - Presenter: Steve Schwartz\r\n\r\n<strong>Saturday beginning at 10:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/347432662\">https://www3.gotomeeting.com/register/347432662</a></strong>\r\n\r\nTopic: RiosQuant Basics for today\'s market environment - Presenter: Steve Schwartz\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The RiosQuant 90 Day Trading Program - Workshop</strong>\r\n\r\n<strong>Wednesday beginning at 7:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/266860166\">https://www3.gotomeeting.com/register/266860166</a></strong>\r\n\r\nTraining Session 7 of 12 with Edward Preston\r\n\r\nTopic: RQ Cross Box - Explore Quantitative Analysis\r\n\r\n_______________________________________________\r\n\r\n<strong>MONDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - German Buba Precedent Weidmann Speaks  – 3:00 AM ET\r\n\r\nAUD - Monetary Policy Meeting Minutes – 9:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers\r\n</strong>GBP - CPI – 4:30 AM ET\r\n\r\nUSD - FOMC Member Plosser Speaks – 12:30 AM ET\r\n\r\nUSD - FOMC Member Dudley Speaks – 1:00 PM ET\r\n\r\nGBP - MPC Member Bean Speaks – 1:30 PM ET\r\n\r\nJPY - Monetary Policy Statement – Tentative\r\n\r\n<strong>WEDNESDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nJPY - BOJ Press Conference – Tentative\r\n\r\nGBP - MPC Official Bank Rate Votes and Retail Sales – 4:30 AM ET\r\n\r\nUSD - HSBC Flash Manufacturing PMI – 10:00 AM ET\r\n\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\n\r\nUSD - Fed Chair Yellen Speaks – 11:30 AM ET\r\n\r\nUSD - FOMC Member Kocherlakota Speaks – 1:30 PM ET\r\n\r\nUSD - FOMC Meeting Minutes – 2:00 PM ET\r\n\r\nCNY - HSBC Flash Manufacturing PMI – 9:45 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - French Flash Manufacturing PMI – 3:00 AM ET\r\nEUR - German Flash Manufacturing PMI – 3:30 AM ET\r\n\r\nGBP - Second Estimate GBP – 4:30 AM ET\r\n\r\nCAD - Core Retail Sales – 8:30 AM ET\r\n\r\nUSD - Unemployment Claims – 8:30 AM ET\r\n\r\nUSD - Flash Manufacturing PMI – 9:45 AM ET\r\n\r\nUSD - Existing Home Sales – 10:00 AM ET\r\n\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n\r\n<strong>FRIDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - German Ifo Business Climate – 4:00 AM ET\r\n\r\nUSD - New Home Sales – 10:00 AM ET\r\n\r\n<span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</span>','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1711-revision-v1','','','2014-05-18 21:28:01','2014-05-18 21:28:01','',1711,'http://www.thetradingroom.com/1711-revision-v1/',0,'revision','',0),(1713,2,'2014-05-18 21:28:37','2014-05-18 21:28:37','From the desk of Joe Rios\r\n\r\n<strong>What are the markets trying to tell us? Are you listening?</strong>\r\n\r\nI have been noticing unusual and divergent correlations among the key benchmarks including the stock, bond and currency markets. Rotation flows have been odd and contradictory, reflecting a lack of conviction among market participants. During Risk-Off environments  bonds usually rise (interest rate yields fall) due to expectations of falling growth rate. Conversely during Risk-On stock markets rise in foreseeing higher future growth and higher corporate earnings. However, we\'ve been seeing interest rate yields fall as the stock markets around the world hold near multi year highs. Which market is right? I believe ultimately, this recent tug-of-war will cease, but when will the rope snap? The currency market did react, first by what appeared to be short covering in the US Dollar but by the end of the week, prices stalled and consolidated.  In the week ahead I will look to the currency market for cues to which side of the rope may gain control thus creating volatility and trading opportunities. I will also pay close attention to upcoming economic data releases including FOMC meeting minutes, recent data has been mixed, with slow growth from China, Japan, Europe and the US while some commodities have risen.\r\n\r\n<strong><em>Joe Rios</em></strong>\r\nChief Market Strategist\r\n<a href=\"http://www.riosquant.com/\">www.riosquant.com</a>  /<a href=\"http://www.thetradingroom.com/\"> www.thetradingroom.com</a>\r\n\r\n<strong>Live Trading Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: </strong>\r\nAmber Little, RQ Customer Support Manager\r\nemail: amber@riosquant.com\r\nskype: alittlemobile\r\ncellphone: 415.336.7272\r\n\r\n<span>_______________________________________________</span>\r\n\r\n<strong>The Trading Room TradeLAB</strong>\r\n\r\n<strong>Monday through Friday beginning at 7:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/212699454\">https://www3.gotomeeting.com/register/212699454</a></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop:</strong><strong> Rios Quant Trading Indicators</strong>\r\n\r\n<strong>Tuesday beginning at 4:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/319606302\">https://www3.gotomeeting.com/register/319606302</a></strong>\r\n\r\nTopic: Pattern Setups with Gnostick Levels - Presenter: Steve Schwartz\r\n\r\n<strong>Saturday beginning at 10:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/347432662\">https://www3.gotomeeting.com/register/347432662</a></strong>\r\n\r\nTopic: RiosQuant Basics for today\'s market environment - Presenter: Steve Schwartz\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The RiosQuant 90 Day Trading Program - Workshop</strong>\r\n\r\n<strong>Wednesday beginning at 7:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/266860166\">https://www3.gotomeeting.com/register/266860166</a></strong>\r\n\r\nTraining Session 7 of 12 with Edward Preston\r\n\r\nTopic: RQ Cross Box - Explore Quantitative Analysis\r\n\r\n_______________________________________________\r\n\r\n<strong>MONDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - German Buba Precedent Weidmann Speaks  – 3:00 AM ET\r\n\r\nAUD - Monetary Policy Meeting Minutes – 9:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers\r\n</strong>GBP - CPI – 4:30 AM ET\r\n\r\nUSD - FOMC Member Plosser Speaks – 12:30 AM ET\r\n\r\nUSD - FOMC Member Dudley Speaks – 1:00 PM ET\r\n\r\nGBP - MPC Member Bean Speaks – 1:30 PM ET\r\n\r\nJPY - Monetary Policy Statement – Tentative\r\n\r\n<strong>WEDNESDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nJPY - BOJ Press Conference – Tentative\r\n\r\nGBP - MPC Official Bank Rate Votes and Retail Sales – 4:30 AM ET\r\n\r\nUSD - HSBC Flash Manufacturing PMI – 10:00 AM ET\r\n\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\n\r\nUSD - Fed Chair Yellen Speaks – 11:30 AM ET\r\n\r\nUSD - FOMC Member Kocherlakota Speaks – 1:30 PM ET\r\n\r\nUSD - FOMC Meeting Minutes – 2:00 PM ET\r\n\r\nCNY - HSBC Flash Manufacturing PMI – 9:45 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - French Flash Manufacturing PMI – 3:00 AM ET\r\nEUR - German Flash Manufacturing PMI – 3:30 AM ET\r\n\r\nGBP - Second Estimate GBP – 4:30 AM ET\r\n\r\nCAD - Core Retail Sales – 8:30 AM ET\r\n\r\nUSD - Unemployment Claims – 8:30 AM ET\r\n\r\nUSD - Flash Manufacturing PMI – 9:45 AM ET\r\n\r\nUSD - Existing Home Sales – 10:00 AM ET\r\n\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n\r\n<strong>FRIDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - German Ifo Business Climate – 4:00 AM ET\r\n\r\nUSD - New Home Sales – 10:00 AM ET\r\n\r\n<span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</span>','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1711-revision-v1','','','2014-05-18 21:28:37','2014-05-18 21:28:37','',1711,'http://www.thetradingroom.com/1711-revision-v1/',0,'revision','',0),(1714,2,'2014-05-18 21:29:19','2014-05-18 21:29:19','','week ahead cover1','','inherit','open','closed','','week-ahead-cover1','','','2014-05-18 21:29:19','2014-05-18 21:29:19','',1711,'http://www.thetradingroom.com/wp-content/uploads/2014/05/week-ahead-cover1.jpg',0,'attachment','image/jpeg',0),(1715,2,'2014-05-18 21:29:29','2014-05-18 21:29:29','<strong>From the desk of Joe Rios</strong>\r\n\r\n<strong>What are the markets trying to tell us? Are you listening?</strong>\r\n\r\nI have been noticing unusual and divergent correlations among the key benchmarks including the stock, bond and currency markets. Rotation flows have been odd and contradictory, reflecting a lack of conviction among market participants. During Risk-Off environments  bonds usually rise (interest rate yields fall) due to expectations of falling growth rate. Conversely during Risk-On stock markets rise in foreseeing higher future growth and higher corporate earnings. However, we\'ve been seeing interest rate yields fall as the stock markets around the world hold near multi year highs. Which market is right? I believe ultimately, this recent tug-of-war will cease, but when will the rope snap? The currency market did react, first by what appeared to be short covering in the US Dollar but by the end of the week, prices stalled and consolidated.  In the week ahead I will look to the currency market for cues to which side of the rope may gain control thus creating volatility and trading opportunities. I will also pay close attention to upcoming economic data releases including FOMC meeting minutes, recent data has been mixed, with slow growth from China, Japan, Europe and the US while some commodities have risen.\r\n\r\n<strong><em>Joe Rios</em></strong>\r\nChief Market Strategist\r\n<a href=\"http://www.riosquant.com/\">www.riosquant.com</a>  /<a href=\"http://www.thetradingroom.com/\"> www.thetradingroom.com</a>\r\n\r\n<strong>Live Trading Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: </strong>\r\nAmber Little, RQ Customer Support Manager\r\nemail: amber@riosquant.com\r\nskype: alittlemobile\r\ncellphone: 415.336.7272\r\n\r\n<span>_______________________________________________</span>\r\n\r\n<strong>The Trading Room TradeLAB</strong>\r\n\r\n<strong>Monday through Friday beginning at 7:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/212699454\">https://www3.gotomeeting.com/register/212699454</a></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop:</strong><strong> Rios Quant Trading Indicators</strong>\r\n\r\n<strong>Tuesday beginning at 4:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/319606302\">https://www3.gotomeeting.com/register/319606302</a></strong>\r\n\r\nTopic: Pattern Setups with Gnostick Levels - Presenter: Steve Schwartz\r\n\r\n<strong>Saturday beginning at 10:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/347432662\">https://www3.gotomeeting.com/register/347432662</a></strong>\r\n\r\nTopic: RiosQuant Basics for today\'s market environment - Presenter: Steve Schwartz\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The RiosQuant 90 Day Trading Program - Workshop</strong>\r\n\r\n<strong>Wednesday beginning at 7:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/266860166\">https://www3.gotomeeting.com/register/266860166</a></strong>\r\n\r\nTraining Session 7 of 12 with Edward Preston\r\n\r\nTopic: RQ Cross Box - Explore Quantitative Analysis\r\n\r\n_______________________________________________\r\n\r\n<strong>MONDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - German Buba Precedent Weidmann Speaks  – 3:00 AM ET\r\n\r\nAUD - Monetary Policy Meeting Minutes – 9:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers\r\n</strong>GBP - CPI – 4:30 AM ET\r\n\r\nUSD - FOMC Member Plosser Speaks – 12:30 AM ET\r\n\r\nUSD - FOMC Member Dudley Speaks – 1:00 PM ET\r\n\r\nGBP - MPC Member Bean Speaks – 1:30 PM ET\r\n\r\nJPY - Monetary Policy Statement – Tentative\r\n\r\n<strong>WEDNESDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nJPY - BOJ Press Conference – Tentative\r\n\r\nGBP - MPC Official Bank Rate Votes and Retail Sales – 4:30 AM ET\r\n\r\nUSD - HSBC Flash Manufacturing PMI – 10:00 AM ET\r\n\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\n\r\nUSD - Fed Chair Yellen Speaks – 11:30 AM ET\r\n\r\nUSD - FOMC Member Kocherlakota Speaks – 1:30 PM ET\r\n\r\nUSD - FOMC Meeting Minutes – 2:00 PM ET\r\n\r\nCNY - HSBC Flash Manufacturing PMI – 9:45 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - French Flash Manufacturing PMI – 3:00 AM ET\r\nEUR - German Flash Manufacturing PMI – 3:30 AM ET\r\n\r\nGBP - Second Estimate GBP – 4:30 AM ET\r\n\r\nCAD - Core Retail Sales – 8:30 AM ET\r\n\r\nUSD - Unemployment Claims – 8:30 AM ET\r\n\r\nUSD - Flash Manufacturing PMI – 9:45 AM ET\r\n\r\nUSD - Existing Home Sales – 10:00 AM ET\r\n\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n\r\n<strong>FRIDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - German Ifo Business Climate – 4:00 AM ET\r\n\r\nUSD - New Home Sales – 10:00 AM ET\r\n\r\n<span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</span>','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1711-revision-v1','','','2014-05-18 21:29:29','2014-05-18 21:29:29','',1711,'http://www.thetradingroom.com/1711-revision-v1/',0,'revision','',0),(1716,2,'2014-05-18 21:31:21','2014-05-18 21:31:21','','week ahead cover2','','inherit','open','closed','','week-ahead-cover2','','','2014-05-18 21:31:21','2014-05-18 21:31:21','',1711,'http://www.thetradingroom.com/wp-content/uploads/2014/05/week-ahead-cover2.jpg',0,'attachment','image/jpeg',0),(1717,2,'2014-05-20 00:04:27','2014-05-20 00:04:27','<strong>Online Training Workshop - Think <em>better</em> Trade s<em>marter</em>  Repeat <em>for profit</em></strong>\r\n\r\nLearn a simple method to take profit from the markets while controlling risk .  Gain knowledge with the basic yet powerful <strong>GnosTICK </strong> indicator with forward looking algorithms.\r\n\r\nNow you can throw away all the extra monitors you have on your trading system, it’s time to Simplify. Join RQ performance coach Steve Schwartz and Learn how to apply this innovative trading technology in today\'s markets. This is an entirely new approach to trading that may revolutionize the way you\'ll view the markets. <strong><a href=\"http://www.riosquant.com/requestinfo?product_id=2\"> </a></strong>\r\n\r\nTuesday March 20th beginning at 4:30 pm ET\r\n\r\nRegister here  <b><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/8fe26a11ff/298a05d4b6/78f7329570\" target=\"_blank\">https://www3.gotomeeting.com/r<wbr />egister/319606302</a></b>\r\n\r\nThis is what you will be learning in the RQ-EDU Workshop:\r\n<ul>\r\n	<li>What to look for in high probability trade set ups</li>\r\n	<li>Recognize market behavior instantly</li>\r\n	<li>Pinpoint optimal buy &amp; sell orders ahead of the move</li>\r\n	<li>When to walk away and NOT trade</li>\r\n</ul>','The One Trading Indicator You Should Never Be Without ','','publish','open','closed','','one-indicator-trader-ever-without','','','2014-05-20 00:13:44','2014-05-20 00:13:44','',0,'http://www.thetradingroom.com/?p=1717',0,'post','',0),(1718,2,'2014-05-18 23:20:49','2014-05-18 23:20:49','','101','','inherit','open','closed','','101','','','2014-05-18 23:20:49','2014-05-18 23:20:49','',1717,'http://www.thetradingroom.com/wp-content/uploads/2014/05/101.jpg',0,'attachment','image/jpeg',0),(1719,2,'2014-05-18 23:21:02','2014-05-18 23:21:02','<strong>Rethink Strategy. Think Simple with the Basics.</strong>\r\n\r\nLearn a simple method to profit in the markets while controlling risk .  Gain knowledge with the basic yet  powerful  <strong>GnosLevel</strong> indicator with forward looking algorithms.\r\n\r\nNow you can throw away all the extra monitors you have on your trading system, it’s time to Simplify.  Join RQ performance coach Steve Schwartz and Learn how to apply this innovative trading technology in today\'s markets. This is an entirely new approach to trading that may revolutionize the way you\'ll view the markets. <a href=\"http://www.riosquant.com/requestinfo?product_id=2\"><strong> </strong></a>\r\n\r\n&nbsp;\r\n\r\nRegister here....\r\n\r\nThis is what you will be learning in the RQ-EDU Workshop:\r\n<ul>\r\n	<li>What to look for in high probability trade set ups</li>\r\n	<li>Recognize market behavior instantly</li>\r\n	<li>Pinpoint optimal buy &amp; sell orders ahead of the move</li>\r\n	<li>When to walk away and NOT trade</li>\r\n</ul>','The One Indicator No Trader Should Ever Be Without ','','inherit','open','closed','','1717-revision-v1','','','2014-05-18 23:21:02','2014-05-18 23:21:02','',1717,'http://www.thetradingroom.com/1717-revision-v1/',0,'revision','',0),(1720,2,'2014-05-19 02:41:14','0000-00-00 00:00:00','<strong>Quantitative Analysis - Uncovering trading opportunities with the RQ Cross Box</strong>\r\n\r\nJoin RiosQuant performance coach Edward EP Preston as he discusses the advantages and benefits of quantitative analysis for uncovering trading opportunities.\r\n\r\nIf you have been struggling in your trading don\'t miss out on this special training program. It is designed to get you on track with the RiosQuant trading technology and methodology. During this 90 day training program you will receive comprehensive training including the concept, methods, and tools in an easy to understand step-by-step format. The exact logic is revealed with all the necessary rules needed for understanding and implementing the RiosQuant approach to trading the global financial markets.','The RiosQuant 90 Day Trading Program - Workshop Training Session 7 of 12','','draft','open','closed','','riosquant-90-day-trading-program-workshop-training-session-7-12','','','2014-05-19 02:41:14','2014-05-19 02:41:14','',0,'http://www.thetradingroom.com/?p=1720',0,'post','',0),(1721,2,'2014-05-18 23:23:15','2014-05-18 23:23:15','','jog run spring','','inherit','open','closed','','jog-run-spring','','','2014-05-18 23:23:15','2014-05-18 23:23:15','',1720,'http://www.thetradingroom.com/wp-content/uploads/2014/05/jog-run-spring.jpg',0,'attachment','image/jpeg',0),(1722,2,'2014-05-18 23:23:28','2014-05-18 23:23:28','<strong>Quantitative Analysis - Uncovering trading opportunities with the RQ Cross Box</strong>\r\n\r\nJoin RiosQuant performance coach Edward EP Preston as he discusses the advantages and benefits of quantitative analysis for uncovering trading opportunities.\r\n\r\nIf you have been struggling in your trading don\'t miss out on this special training program. It is designed to get you on track with the RiosQuant trading technology and methodology. During this 90 day training program you will receive comprehensive training including the concept, methods, and tools in an easy to understand step-by-step format. The exact logic is revealed with all the necessary rules needed for understanding and implementing the RiosQuant approach to trading the global financial markets.','The RiosQuant 90 Day Trading Program - Workshop Training Session 7 of 12','','inherit','open','closed','','1720-revision-v1','','','2014-05-18 23:23:28','2014-05-18 23:23:28','',1720,'http://www.thetradingroom.com/1720-revision-v1/',0,'revision','',0),(1723,2,'2014-05-19 11:05:33','2014-05-19 11:05:33','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:00 am ET </span></span>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European shares retreated after climbing for five straight weeks, as AstraZeneca Plc led health- care shares lower. U.S. stock-index futures and Asian shares also declined.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">BONDS - </span><span style=\"color: #2a2a2a;\">Treasury 10-year yields approached the lowest level in six months before the Federal Reserve issues minutes on May 21 of its latest meeting.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Gold climbed for the first time in three days in London on speculation the new Indian government will relax import restrictions on the metal.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The yen strengthened to a two-month high versus the dollar as clashes in Ukraine’s east and anti- China violence in Vietnam prompted demand.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">ECONOMIC DATA - AUD </span><span style=\"color: #000000;\">Monetary Policy Meeting Minutes </span><span style=\"color: #000000;\">due at 21:30 ET.</span></div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-21','','','2014-05-19 11:05:33','2014-05-19 11:05:33','',0,'http://www.thetradingroom.com/?p=1723',0,'post','',0),(1724,2,'2014-05-19 11:04:20','2014-05-19 11:04:20','','pre market exchange clock','','inherit','open','closed','','pre-market-exchange-clock','','','2014-05-19 11:04:20','2014-05-19 11:04:20','',1723,'http://www.thetradingroom.com/wp-content/uploads/2014/05/pre-market-exchange-clock.jpg',0,'attachment','image/jpeg',0),(1725,2,'2014-05-19 11:05:33','2014-05-19 11:05:33','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:00 am ET </span></span>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European shares retreated after climbing for five straight weeks, as AstraZeneca Plc led health- care shares lower. U.S. stock-index futures and Asian shares also declined.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">BONDS - </span><span style=\"color: #2a2a2a;\">Treasury 10-year yields approached the lowest level in six months before the Federal Reserve issues minutes on May 21 of its latest meeting.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Gold climbed for the first time in three days in London on speculation the new Indian government will relax import restrictions on the metal.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The yen strengthened to a two-month high versus the dollar as clashes in Ukraine’s east and anti- China violence in Vietnam prompted demand.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">ECONOMIC DATA - AUD </span><span style=\"color: #000000;\">Monetary Policy Meeting Minutes </span><span style=\"color: #000000;\">due at 21:30 ET.</span></div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1723-revision-v1','','','2014-05-19 11:05:33','2014-05-19 11:05:33','',1723,'http://www.thetradingroom.com/1723-revision-v1/',0,'revision','',0),(1726,2,'2014-05-19 15:50:44','2014-05-19 15:50:44','','vivir del trading','','publish','open','closed','','vivir-del-trading','','','2014-05-19 23:16:57','2014-05-19 23:16:57','',0,'http://www.thetradingroom.com/?page_id=1726',0,'page','',0),(1727,2,'2014-05-19 15:50:37','2014-05-19 15:50:37','','vivir del trading','','inherit','open','closed','','1726-revision-v1','','','2014-05-19 15:50:37','2014-05-19 15:50:37','',1726,'http://www.thetradingroom.com/1726-revision-v1/',0,'revision','',0),(1728,2,'2014-05-19 23:50:34','2014-05-19 23:50:34','','no 1 think better','','inherit','open','closed','','no-1-think-better','','','2014-05-19 23:50:34','2014-05-19 23:50:34','',1717,'http://www.thetradingroom.com/wp-content/uploads/2014/05/no-1-think-better.jpg',0,'attachment','image/jpeg',0),(1729,2,'2014-05-19 23:54:55','2014-05-19 23:54:55','<strong>Rethink Strategy. Think Simple with the Basics.</strong>\r\n\r\nLearn a simple method to take profit from the markets while controlling risk .  Gain knowledge with the basic yet  powerful <strong>GnosTICK </strong> indicator with forward looking algorithms.\r\n\r\nNow you can throw away all the extra monitors you have on your trading system, it’s time to Simplify.  Join RQ performance coach Steve Schwartz and Learn how to apply this innovative trading technology in today\'s markets. This is an entirely new approach to trading that may revolutionize the way you\'ll view the markets. <strong><a href=\"http://www.riosquant.com/requestinfo?product_id=2\"> </a></strong>\r\n\r\nRegister here  <b><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/8fe26a11ff/298a05d4b6/78f7329570\" target=\"_blank\">https://www3.gotomeeting.com/r<wbr />egister/319606302</a></b>\r\n\r\nThis is what you will be learning in the RQ-EDU Workshop:\r\n<ul>\r\n	<li>What to look for in high probability trade set ups</li>\r\n	<li>Recognize market behavior instantly</li>\r\n	<li>Pinpoint optimal buy &amp; sell orders ahead of the move</li>\r\n	<li>When to walk away and NOT trade</li>\r\n</ul>','The One Trading Indicator No Trader Should Ever Be Without ','','inherit','open','closed','','1717-revision-v1','','','2014-05-19 23:54:55','2014-05-19 23:54:55','',1717,'http://www.thetradingroom.com/1717-revision-v1/',0,'revision','',0),(1730,2,'2014-05-19 23:55:24','2014-05-19 23:55:24','<strong>Rethink Strategy. Think Simple with the Basics.</strong>\r\n\r\nLearn a simple method to take profit from the markets while controlling risk .  Gain knowledge with the basic yet powerful <strong>GnosTICK </strong> indicator with forward looking algorithms.\r\n\r\nNow you can throw away all the extra monitors you have on your trading system, it’s time to Simplify.  Join RQ performance coach Steve Schwartz and Learn how to apply this innovative trading technology in today\'s markets. This is an entirely new approach to trading that may revolutionize the way you\'ll view the markets. <strong><a href=\"http://www.riosquant.com/requestinfo?product_id=2\"> </a></strong>\r\n\r\nRegister here  <b><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/8fe26a11ff/298a05d4b6/78f7329570\" target=\"_blank\">https://www3.gotomeeting.com/r<wbr />egister/319606302</a></b>\r\n\r\nThis is what you will be learning in the RQ-EDU Workshop:\r\n<ul>\r\n	<li>What to look for in high probability trade set ups</li>\r\n	<li>Recognize market behavior instantly</li>\r\n	<li>Pinpoint optimal buy &amp; sell orders ahead of the move</li>\r\n	<li>When to walk away and NOT trade</li>\r\n</ul>','The One Trading Indicator No Trader Should Ever Be Without ','','inherit','open','closed','','1717-revision-v1','','','2014-05-19 23:55:24','2014-05-19 23:55:24','',1717,'http://www.thetradingroom.com/1717-revision-v1/',0,'revision','',0),(1731,2,'2014-05-19 23:57:06','2014-05-19 23:57:06','<strong>Think <em>better</em> Trade <em>Smarter</em>  Repeat <em>for profit</em></strong>\r\n\r\nLearn a simple method to take profit from the markets while controlling risk .  Gain knowledge with the basic yet powerful <strong>GnosTICK </strong> indicator with forward looking algorithms.\r\n\r\nNow you can throw away all the extra monitors you have on your trading system, it’s time to Simplify.  Join RQ performance coach Steve Schwartz and Learn how to apply this innovative trading technology in today\'s markets. This is an entirely new approach to trading that may revolutionize the way you\'ll view the markets. <strong><a href=\"http://www.riosquant.com/requestinfo?product_id=2\"> </a></strong>\r\n\r\nRegister here  <b><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/8fe26a11ff/298a05d4b6/78f7329570\" target=\"_blank\">https://www3.gotomeeting.com/r<wbr />egister/319606302</a></b>\r\n\r\nThis is what you will be learning in the RQ-EDU Workshop:\r\n<ul>\r\n	<li>What to look for in high probability trade set ups</li>\r\n	<li>Recognize market behavior instantly</li>\r\n	<li>Pinpoint optimal buy &amp; sell orders ahead of the move</li>\r\n	<li>When to walk away and NOT trade</li>\r\n</ul>','The One Trading Indicator No Trader Should Ever Be Without ','','inherit','open','closed','','1717-revision-v1','','','2014-05-19 23:57:06','2014-05-19 23:57:06','',1717,'http://www.thetradingroom.com/1717-revision-v1/',0,'revision','',0),(1732,2,'2014-05-19 23:57:18','2014-05-19 23:57:18','<strong>Think <em>better</em> Trade s<em>marter</em>  Repeat <em>for profit</em></strong>\r\n\r\nLearn a simple method to take profit from the markets while controlling risk .  Gain knowledge with the basic yet powerful <strong>GnosTICK </strong> indicator with forward looking algorithms.\r\n\r\nNow you can throw away all the extra monitors you have on your trading system, it’s time to Simplify.  Join RQ performance coach Steve Schwartz and Learn how to apply this innovative trading technology in today\'s markets. This is an entirely new approach to trading that may revolutionize the way you\'ll view the markets. <strong><a href=\"http://www.riosquant.com/requestinfo?product_id=2\"> </a></strong>\r\n\r\nRegister here  <b><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/8fe26a11ff/298a05d4b6/78f7329570\" target=\"_blank\">https://www3.gotomeeting.com/r<wbr />egister/319606302</a></b>\r\n\r\nThis is what you will be learning in the RQ-EDU Workshop:\r\n<ul>\r\n	<li>What to look for in high probability trade set ups</li>\r\n	<li>Recognize market behavior instantly</li>\r\n	<li>Pinpoint optimal buy &amp; sell orders ahead of the move</li>\r\n	<li>When to walk away and NOT trade</li>\r\n</ul>','The One Trading Indicator No Trader Should Ever Be Without ','','inherit','open','closed','','1717-revision-v1','','','2014-05-19 23:57:18','2014-05-19 23:57:18','',1717,'http://www.thetradingroom.com/1717-revision-v1/',0,'revision','',0),(1733,2,'2014-05-19 23:58:08','2014-05-19 23:58:08','<strong>Think <em>better</em> Trade s<em>marter</em>  Repeat <em>for profit</em></strong>\r\n\r\nLearn a simple method to take profit from the markets while controlling risk .  Gain knowledge with the basic yet powerful <strong>GnosTICK </strong> indicator with forward looking algorithms.\r\n\r\nNow you can throw away all the extra monitors you have on your trading system, it’s time to Simplify. Join RQ performance coach Steve Schwartz and Learn how to apply this innovative trading technology in today\'s markets. This is an entirely new approach to trading that may revolutionize the way you\'ll view the markets. <strong><a href=\"http://www.riosquant.com/requestinfo?product_id=2\"> </a></strong>\r\n\r\nRegister here  <b><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/8fe26a11ff/298a05d4b6/78f7329570\" target=\"_blank\">https://www3.gotomeeting.com/r<wbr />egister/319606302</a></b>\r\n\r\nThis is what you will be learning in the RQ-EDU Workshop:\r\n<ul>\r\n	<li>What to look for in high probability trade set ups</li>\r\n	<li>Recognize market behavior instantly</li>\r\n	<li>Pinpoint optimal buy &amp; sell orders ahead of the move</li>\r\n	<li>When to walk away and NOT trade</li>\r\n</ul>','The One Trading Indicator No Trader Should Ever Be Without ','','inherit','open','closed','','1717-revision-v1','','','2014-05-19 23:58:08','2014-05-19 23:58:08','',1717,'http://www.thetradingroom.com/1717-revision-v1/',0,'revision','',0),(1735,2,'2014-05-20 00:03:19','2014-05-20 00:03:19','<strong>Online Training Workshop - Think <em>better</em> Trade s<em>marter</em>  Repeat <em>for profit</em></strong>\r\n\r\nLearn a simple method to take profit from the markets while controlling risk .  Gain knowledge with the basic yet powerful <strong>GnosTICK </strong> indicator with forward looking algorithms.\r\n\r\nNow you can throw away all the extra monitors you have on your trading system, it’s time to Simplify. Join RQ performance coach Steve Schwartz and Learn how to apply this innovative trading technology in today\'s markets. This is an entirely new approach to trading that may revolutionize the way you\'ll view the markets. <strong><a href=\"http://www.riosquant.com/requestinfo?product_id=2\"> </a></strong>\r\n\r\nRegister here  <b><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/8fe26a11ff/298a05d4b6/78f7329570\" target=\"_blank\">https://www3.gotomeeting.com/r<wbr />egister/319606302</a></b>\r\n\r\nThis is what you will be learning in the RQ-EDU Workshop:\r\n<ul>\r\n	<li>What to look for in high probability trade set ups</li>\r\n	<li>Recognize market behavior instantly</li>\r\n	<li>Pinpoint optimal buy &amp; sell orders ahead of the move</li>\r\n	<li>When to walk away and NOT trade</li>\r\n</ul>','Learn The One Trading Indicator ','','inherit','open','closed','','1717-revision-v1','','','2014-05-20 00:03:19','2014-05-20 00:03:19','',1717,'http://www.thetradingroom.com/1717-revision-v1/',0,'revision','',0),(1734,2,'2014-05-19 23:59:13','2014-05-19 23:59:13','<strong>Online Training Workshop - Think <em>better</em> Trade s<em>marter</em>  Repeat <em>for profit</em></strong>\r\n\r\nLearn a simple method to take profit from the markets while controlling risk .  Gain knowledge with the basic yet powerful <strong>GnosTICK </strong> indicator with forward looking algorithms.\r\n\r\nNow you can throw away all the extra monitors you have on your trading system, it’s time to Simplify. Join RQ performance coach Steve Schwartz and Learn how to apply this innovative trading technology in today\'s markets. This is an entirely new approach to trading that may revolutionize the way you\'ll view the markets. <strong><a href=\"http://www.riosquant.com/requestinfo?product_id=2\"> </a></strong>\r\n\r\nRegister here  <b><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/8fe26a11ff/298a05d4b6/78f7329570\" target=\"_blank\">https://www3.gotomeeting.com/r<wbr />egister/319606302</a></b>\r\n\r\nThis is what you will be learning in the RQ-EDU Workshop:\r\n<ul>\r\n	<li>What to look for in high probability trade set ups</li>\r\n	<li>Recognize market behavior instantly</li>\r\n	<li>Pinpoint optimal buy &amp; sell orders ahead of the move</li>\r\n	<li>When to walk away and NOT trade</li>\r\n</ul>','The One Trading Indicator No Trader Should Ever Be Without ','','inherit','open','closed','','1717-revision-v1','','','2014-05-19 23:59:13','2014-05-19 23:59:13','',1717,'http://www.thetradingroom.com/1717-revision-v1/',0,'revision','',0),(1736,2,'2014-05-20 00:04:27','2014-05-20 00:04:27','<strong>Online Training Workshop - Think <em>better</em> Trade s<em>marter</em>  Repeat <em>for profit</em></strong>\r\n\r\nLearn a simple method to take profit from the markets while controlling risk .  Gain knowledge with the basic yet powerful <strong>GnosTICK </strong> indicator with forward looking algorithms.\r\n\r\nNow you can throw away all the extra monitors you have on your trading system, it’s time to Simplify. Join RQ performance coach Steve Schwartz and Learn how to apply this innovative trading technology in today\'s markets. This is an entirely new approach to trading that may revolutionize the way you\'ll view the markets. <strong><a href=\"http://www.riosquant.com/requestinfo?product_id=2\"> </a></strong>\r\n\r\nRegister here  <b><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/8fe26a11ff/298a05d4b6/78f7329570\" target=\"_blank\">https://www3.gotomeeting.com/r<wbr />egister/319606302</a></b>\r\n\r\nThis is what you will be learning in the RQ-EDU Workshop:\r\n<ul>\r\n	<li>What to look for in high probability trade set ups</li>\r\n	<li>Recognize market behavior instantly</li>\r\n	<li>Pinpoint optimal buy &amp; sell orders ahead of the move</li>\r\n	<li>When to walk away and NOT trade</li>\r\n</ul>','The One Trading Indicator You Should Never Be Without ','','inherit','open','closed','','1717-revision-v1','','','2014-05-20 00:04:27','2014-05-20 00:04:27','',1717,'http://www.thetradingroom.com/1717-revision-v1/',0,'revision','',0),(1737,2,'2014-05-20 00:13:05','2014-05-20 00:13:05','<strong>Online Training Workshop - Think <em>better</em> Trade s<em>marter</em>  Repeat <em>for profit</em></strong>\n\nLearn a simple method to take profit from the markets while controlling risk .  Gain knowledge with the basic yet powerful <strong>GnosTICK </strong> indicator with forward looking algorithms.\n\nNow you can throw away all the extra monitors you have on your trading system, it’s time to Simplify. Join RQ performance coach Steve Schwartz and Learn how to apply this innovative trading technology in today\'s markets. This is an entirely new approach to trading that may revolutionize the way you\'ll view the markets. <strong><a href=\"http://www.riosquant.com/requestinfo?product_id=2\"> </a></strong>\n\n&nbsp;\n\nRegister here  <b><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/8fe26a11ff/298a05d4b6/78f7329570\" target=\"_blank\">https://www3.gotomeeting.com/r<wbr />egister/319606302</a></b>\n\nThis is what you will be learning in the RQ-EDU Workshop:\n<ul>\n	<li>What to look for in high probability trade set ups</li>\n	<li>Recognize market behavior instantly</li>\n	<li>Pinpoint optimal buy &amp; sell orders ahead of the move</li>\n	<li>When to walk away and NOT trade</li>\n</ul>','The One Trading Indicator You Should Never Be Without ','','inherit','open','closed','','1717-autosave-v1','','','2014-05-20 00:13:05','2014-05-20 00:13:05','',1717,'http://www.thetradingroom.com/1717-autosave-v1/',0,'revision','',0),(1738,2,'2014-05-20 00:13:44','2014-05-20 00:13:44','<strong>Online Training Workshop - Think <em>better</em> Trade s<em>marter</em>  Repeat <em>for profit</em></strong>\r\n\r\nLearn a simple method to take profit from the markets while controlling risk .  Gain knowledge with the basic yet powerful <strong>GnosTICK </strong> indicator with forward looking algorithms.\r\n\r\nNow you can throw away all the extra monitors you have on your trading system, it’s time to Simplify. Join RQ performance coach Steve Schwartz and Learn how to apply this innovative trading technology in today\'s markets. This is an entirely new approach to trading that may revolutionize the way you\'ll view the markets. <strong><a href=\"http://www.riosquant.com/requestinfo?product_id=2\"> </a></strong>\r\n\r\nTuesday March 20th beginning at 4:30 pm ET\r\n\r\nRegister here  <b><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/8fe26a11ff/298a05d4b6/78f7329570\" target=\"_blank\">https://www3.gotomeeting.com/r<wbr />egister/319606302</a></b>\r\n\r\nThis is what you will be learning in the RQ-EDU Workshop:\r\n<ul>\r\n	<li>What to look for in high probability trade set ups</li>\r\n	<li>Recognize market behavior instantly</li>\r\n	<li>Pinpoint optimal buy &amp; sell orders ahead of the move</li>\r\n	<li>When to walk away and NOT trade</li>\r\n</ul>','The One Trading Indicator You Should Never Be Without ','','inherit','open','closed','','1717-revision-v1','','','2014-05-20 00:13:44','2014-05-20 00:13:44','',1717,'http://www.thetradingroom.com/1717-revision-v1/',0,'revision','',0),(1741,2,'2014-05-20 15:19:34','2014-05-20 15:19:34','','gram profit NQ','','inherit','open','closed','','gram-profit-nq','','','2014-05-20 15:19:34','2014-05-20 15:19:34','',1740,'http://www.thetradingroom.com/wp-content/uploads/2014/05/gram-profit-NQ.jpg',0,'attachment','image/jpeg',0),(1742,2,'2014-05-20 15:30:18','2014-05-20 15:30:18','<strong>RiosQuant member Graham from Canada</strong> took three trade signals in the Nasdaq futures for a total profit of $430.00 day trading once contract.\r\n\r\nDo you have what it takes to be a quant trader in today’s volatile markets? Whether you trade Commodities, Forex or Stocks, join us in our live trading room during prime time market hours starting at  7:30 am ET. Find out if you have what it takes, it may not be as difficult as you think. Take our free two week free trial.\r\n\r\nSee you in the room!!','Congratulations to Graham - RiosQuant Member','','inherit','open','closed','','1740-revision-v1','','','2014-05-20 15:30:18','2014-05-20 15:30:18','',1740,'http://www.thetradingroom.com/1740-revision-v1/',0,'revision','',0),(1743,2,'2014-05-21 11:38:13','2014-05-21 11:38:13','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:30 am ET </span></span>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks were little changed as investors awaited data on consumer confidence in the euro area. U.S. futures rose, while Asian shares were little changed.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">BONDS - </span><span style=\"color: #2a2a2a;\">Treasury traders have gotten over the jolt from Federal Reserve Chair Janet Yellen’s suggestion in March that the central bank may raise U.S. interest rates as soon as the middle of next year.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">COMMODITIES - Crude Oil c</span><span style=\"color: #2a2a2a;\">limbed to the highest intraday level in a month after industry data showed crude inventories slid in the U.S., the world’s biggest oil consumer.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The pound rose for a fifth day against the dollar as a jump in U.K. retail sales last month stoked speculation the Bank of England will move closer to raising interest rates as the economy strengthens.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">ECONOMIC DATA -</span><span style=\"color: #000000;\">FOMC Member Dudley Speaks at 10:00, Crude Oil Inventories at 10:30, </span><span style=\"color: #000000;\">Fed Chair Yellen Speaks at 11:30, </span><span style=\"color: #000000;\">FOMC Member Kocherlakota Speaks at 13:30, </span><span style=\"color: #000000;\">FOMC Meeting Minutes at 14:00, CNY </span><span style=\"color: #000000;\">HSBC Flash Manufacturing PMI at 21:45 ET.</span></div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-22','','','2014-05-21 11:38:13','2014-05-21 11:38:13','',0,'http://www.thetradingroom.com/?p=1743',0,'post','',0),(1744,2,'2014-05-21 11:38:13','2014-05-21 11:38:13','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:30 am ET </span></span>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks were little changed as investors awaited data on consumer confidence in the euro area. U.S. futures rose, while Asian shares were little changed.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">BONDS - </span><span style=\"color: #2a2a2a;\">Treasury traders have gotten over the jolt from Federal Reserve Chair Janet Yellen’s suggestion in March that the central bank may raise U.S. interest rates as soon as the middle of next year.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">COMMODITIES - Crude Oil c</span><span style=\"color: #2a2a2a;\">limbed to the highest intraday level in a month after industry data showed crude inventories slid in the U.S., the world’s biggest oil consumer.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The pound rose for a fifth day against the dollar as a jump in U.K. retail sales last month stoked speculation the Bank of England will move closer to raising interest rates as the economy strengthens.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">ECONOMIC DATA -</span><span style=\"color: #000000;\">FOMC Member Dudley Speaks at 10:00, Crude Oil Inventories at 10:30, </span><span style=\"color: #000000;\">Fed Chair Yellen Speaks at 11:30, </span><span style=\"color: #000000;\">FOMC Member Kocherlakota Speaks at 13:30, </span><span style=\"color: #000000;\">FOMC Meeting Minutes at 14:00, CNY </span><span style=\"color: #000000;\">HSBC Flash Manufacturing PMI at 21:45 ET.</span></div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1743-revision-v1','','','2014-05-21 11:38:13','2014-05-21 11:38:13','',1743,'http://www.thetradingroom.com/1743-revision-v1/',0,'revision','',0),(1767,2,'2014-05-28 11:25:50','2014-05-28 11:25:50','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:17 am ET </span></span>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2d2b2c;\">European stocks were little changed, trading near their highest level since January 2008. Asian shares and  U.S. equity-index futures rose.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">BONDS - </span><span style=\"color: #2a2a2a;\">U.S. 30-year bond yields headed for a fifth monthly decline, the longest since 2006, as slow inflation and mixed economic data underpinned demand for long-term debt.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Corn extended a drop to the lowest level in more than 12 weeks after farmers in the U.S., the top exporter, accelerated planting in the last week.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The euro declined for a second day against the yen as data showed German unemployment unexpectedly increased this month and euro-area lending contracted, boosting the case for more European Central Bank stimulus.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">ECONOMIC DATA -</span><span style=\"font-family: Verdana, Helvetica, sans-serif;\"> AUD </span></span><span style=\"color: #000000;\">Private Capital Expenditure q/q at 21:30 ET.</span></div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1766-revision-v1','','','2014-05-28 11:25:50','2014-05-28 11:25:50','',1766,'http://www.thetradingroom.com/1766-revision-v1/',0,'revision','',0),(1794,2,'2014-06-05 11:09:01','2014-06-05 11:09:01','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:00 am ET </span></span>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2d2b2c;\">European stocks were little changed, with the Stoxx Europe 600 Index trading near a six-year high, as investors awaited the outcome of the </span><a style=\"font-weight: bold; color: #003399;\" href=\"http://topics.bloomberg.com/european-central-bank/\">European Central Bank</a><span style=\"color: #2d2b2c;\">’s policy meeting. U.S. stock-index futures and Asian shares were also little changed.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasuries rose for the first time in six days as economists predicted the European Central Bank will cut interest rates today, making U.S. yields more attractive.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">COMMODITIES - Crude Oil </span><span style=\"color: #2a2a2a;\"> fell for a second day after inventories of gasoline and distillate fuels increased in the U.S., the world’s biggest oil consumer. Brent slipped before a meeting of the European Central Bank.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">Euro volatility surged to the highest in a year and price swings in Treasuries rose to a two-month high as investors speculated on the extent to which the European Central Bank will ease monetary policy today.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">ECONOMIC DATA -</span><span style=\"font-family: Verdana, Helvetica, sans-serif;\"> </span></span><span style=\"color: #000000;\">G7 Meetings all day, GBP </span><span style=\"color: #000000;\">Official Bank Rate due at 7:00, EUR </span><span style=\"color: #000000;\">Minimum Bid Rate at 7:45, </span><span style=\"color: #000000;\">ECB Press Conference, US </span><span style=\"color: #000000;\">Unemployment Claims and CAD </span><span style=\"color: #000000;\">Building Permits m/m all due at 8:30, CAD </span><span style=\"color: #000000;\">Ivey PMI at 10:00, </span><span style=\"color: #000000;\">Natural Gas Storage at 10:30 ET.</span></div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-30','','','2014-06-05 11:09:01','2014-06-05 11:09:01','',0,'http://www.thetradingroom.com/?p=1794',0,'post','',0),(1769,2,'2014-05-29 11:28:04','2014-05-29 11:28:04','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:10 am ET </span></span>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks were little changed near a six-year high as investors awaited data on U.S. jobless claims and economic growth. U.S. equity-index futures were also little changed, while Asian shares rose.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">BONDS - </span><span style=\"color: #2a2a2a;\">A worldwide bond-market surge pushed yields to the lowest levels in a year on growing evidence central banks can keep stimulating economic growth without igniting inflation.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Gold fell to the lowest level in 16 weeks as signs of an improving U.S. economy and stronger dollar curbed demand for the metal.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The US dollar fell the most in two weeks versus the yen before U.S. data that analysts said will show gross domestic product contracted in the first quarter.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">ECONOMIC DATA -</span><span style=\"font-family: Verdana, Helvetica, sans-serif;\"> US </span></span><span style=\"color: #000000;\">Unemployment Claims and </span><span style=\"color: #000000;\">Prelim GDP q/q</span><span style=\"color: #000000;\"> at 8:30, </span><span style=\"color: #000000;\">Pending Home Sales m/m at 10:00, </span><span style=\"color: #000000;\">Natural Gas Storage at 10:30, Crude Oil Inventories at 11:00 ET.</span></div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-27','','','2014-05-29 11:28:04','2014-05-29 11:28:04','',0,'http://www.thetradingroom.com/?p=1769',0,'post','',0),(1770,2,'2014-05-29 11:28:04','2014-05-29 11:28:04','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:10 am ET </span></span>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks were little changed near a six-year high as investors awaited data on U.S. jobless claims and economic growth. U.S. equity-index futures were also little changed, while Asian shares rose.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">BONDS - </span><span style=\"color: #2a2a2a;\">A worldwide bond-market surge pushed yields to the lowest levels in a year on growing evidence central banks can keep stimulating economic growth without igniting inflation.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Gold fell to the lowest level in 16 weeks as signs of an improving U.S. economy and stronger dollar curbed demand for the metal.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The US dollar fell the most in two weeks versus the yen before U.S. data that analysts said will show gross domestic product contracted in the first quarter.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">ECONOMIC DATA -</span><span style=\"font-family: Verdana, Helvetica, sans-serif;\"> US </span></span><span style=\"color: #000000;\">Unemployment Claims and </span><span style=\"color: #000000;\">Prelim GDP q/q</span><span style=\"color: #000000;\"> at 8:30, </span><span style=\"color: #000000;\">Pending Home Sales m/m at 10:00, </span><span style=\"color: #000000;\">Natural Gas Storage at 10:30, Crude Oil Inventories at 11:00 ET.</span></div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1769-revision-v1','','','2014-05-29 11:28:04','2014-05-29 11:28:04','',1769,'http://www.thetradingroom.com/1769-revision-v1/',0,'revision','',0),(1771,2,'2014-05-30 11:28:48','2014-05-30 11:28:48','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:25 am ET </span></span>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks were little changed, with the Stoxx Europe 600 Index heading for a seventh weekly advance, as investors awaited data on U.S. business activity. U.S. futures and Asian shares were also little changed.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">BONDS - </span><span style=\"color: #2a2a2a;\">Treasuries headed for the steepest monthly gain since January as signs the economy is falling short of expectations led investors to unwind bets against bonds.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Wheat fell for an eighth session in Chicago, headed for the biggest monthly drop since 2011, on speculation that crop conditions in the U.S. will improve amid prospects for rain. Corn was little changed.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The yen strengthened as a government report showed Japan’s inflation accelerated to the fastest in more than two decades in April, reducing the prospect of additional stimulus by the Bank of Japan.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">ECONOMIC DATA -</span><span style=\"font-family: Verdana, Helvetica, sans-serif;\"> CAD </span></span><span style=\"color: #000000;\">GDP m/m, US </span><span style=\"color: #000000;\">Personal Spending m/m and </span><span style=\"color: #000000;\">FOMC Member Pianalto Speaks at 8:30, </span><span style=\"color: #000000;\">Chicago PMI at 9:45, </span><span style=\"color: #000000;\">Revised UoM Consumer Sentiment at 9:55, </span><span style=\"color: #000000;\">FOMC Member Mester Speaks at 12:30 ET.</span></div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-28','','','2014-05-30 11:28:48','2014-05-30 11:28:48','',0,'http://www.thetradingroom.com/?p=1771',0,'post','',0),(1772,2,'2014-05-30 11:28:48','2014-05-30 11:28:48','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:25 am ET </span></span>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks were little changed, with the Stoxx Europe 600 Index heading for a seventh weekly advance, as investors awaited data on U.S. business activity. U.S. futures and Asian shares were also little changed.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">BONDS - </span><span style=\"color: #2a2a2a;\">Treasuries headed for the steepest monthly gain since January as signs the economy is falling short of expectations led investors to unwind bets against bonds.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Wheat fell for an eighth session in Chicago, headed for the biggest monthly drop since 2011, on speculation that crop conditions in the U.S. will improve amid prospects for rain. Corn was little changed.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The yen strengthened as a government report showed Japan’s inflation accelerated to the fastest in more than two decades in April, reducing the prospect of additional stimulus by the Bank of Japan.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">ECONOMIC DATA -</span><span style=\"font-family: Verdana, Helvetica, sans-serif;\"> CAD </span></span><span style=\"color: #000000;\">GDP m/m, US </span><span style=\"color: #000000;\">Personal Spending m/m and </span><span style=\"color: #000000;\">FOMC Member Pianalto Speaks at 8:30, </span><span style=\"color: #000000;\">Chicago PMI at 9:45, </span><span style=\"color: #000000;\">Revised UoM Consumer Sentiment at 9:55, </span><span style=\"color: #000000;\">FOMC Member Mester Speaks at 12:30 ET.</span></div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1771-revision-v1','','','2014-05-30 11:28:48','2014-05-30 11:28:48','',1771,'http://www.thetradingroom.com/1771-revision-v1/',0,'revision','',0),(1773,2,'2014-06-01 15:38:51','0000-00-00 00:00:00','','tradingenvivo','','draft','open','closed','','tradingenvivo','','','2014-06-01 15:38:51','0000-00-00 00:00:00','',0,'http://www.thetradingroom.com/?page_id=1773',0,'page','',0),(1774,2,'2014-06-01 15:50:10','0000-00-00 00:00:00','','saladetrading','','draft','open','closed','','saladetrading','','','2014-06-01 15:50:10','2014-06-01 15:50:10','',0,'http://www.thetradingroom.com/?page_id=1774',0,'page','',0),(1775,2,'2014-06-01 15:49:58','2014-06-01 15:49:58','','saladetrading','','inherit','open','closed','','1774-revision-v1','','','2014-06-01 15:49:58','2014-06-01 15:49:58','',1774,'http://www.thetradingroom.com/1774-revision-v1/',0,'revision','',0),(1776,2,'2014-06-01 17:18:35','2014-06-01 17:18:35','','saladetrading1','','publish','open','closed','','saladetrading1','','','2014-06-02 11:16:51','2014-06-02 11:16:51','',0,'http://www.thetradingroom.com/?page_id=1776',0,'page','',0),(1777,2,'2014-06-01 15:56:32','2014-06-01 15:56:32','','saladetrading1','','inherit','open','closed','','1776-revision-v1','','','2014-06-01 15:56:32','2014-06-01 15:56:32','',1776,'http://www.thetradingroom.com/1776-revision-v1/',0,'revision','',0),(1812,2,'2014-06-10 11:12:38','2014-06-10 11:12:38','Pre-Market Open Trading Report for Stocks, Bonds, Commodities and Forex\r\n\r\n<strong><span style=\"font-weight: normal; color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:07 am ET </span></span></strong>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks were little changed, trading near a six-year high, as reports showed that industrial production in the U.K. and France matched economists’ estimates. U.S. index futures slipped, while Asian shares rose.</span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasury three-year yields were near the highest level in a month before the U.S. auctions 2017 debt today, as BlackRock Inc. and Morgan Stanley say the Federal Reserve may boost interest rates early next year.</span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">The gap between West Texas Intermediate and Brent narrowed to the least in nearly two months as U.S. crude stockpiles were forecast to fall and Ukraine said peace talks with Russia yielded progress.</span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">European Central Bank President Mario Draghi’s plan to weaken the euro to aid exporters faces a $4 trillion challenge: how to cope with China’s efforts to diversify reserve assets, most of which are now in dollars.</span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">ECONOMIC DATA -</span><span style=\"font-family: Verdana, Helvetica, sans-serif;\"> US </span></span><span style=\"color: #000000;\">JOLTS Job Openings due at 10:00, AUD </span><span style=\"color: #000000;\">Westpac Consumer Sentiment at 20:30 ET.</span></div>\r\n<strong></strong>','Pre-Market Trading Report ','','publish','open','closed','','pre-market-trading-report','','','2014-06-10 11:12:38','2014-06-10 11:12:38','',0,'http://www.thetradingroom.com/?p=1812',0,'post','',0),(1779,2,'2014-06-02 11:43:58','0000-00-00 00:00:00','<table style=\"height: 2921px;\" width=\"423\">\n<tbody>\n<tr>\n<td>\n<table style=\"height: 1031px;\" width=\"1083\">\n<tbody>\n<tr>\n<td>\n<div style=\"color: rgb(51, 51, 51); text-align: left;\" align=\"right\"><b>Is this the week we gain clarity from the markets?</b></div>\n<div style=\"color: rgb(51, 51, 51); text-align: left;\" align=\"right\"><strong>Most stock indices reached new highs while bonds continued to rally. This scenario continues to be troublesome for most market professionals. As I have been noting recently, stocks usually do well when the expectation for economic growth is bullish. Contrary,  bonds usually do well when the economic outlook is bearish. Another market metric that has also been worrisome is the recent lack of volatility, volume and liquidity in the markets. Last week we continued to see mixed results from economic data with Consumer Confidence improving and the Chicago PMI strong and Case-Shiller Home Prices also beat expectations. However Personal Spending declined, GDP decline by 1% in the first quarter of 2014, Michigan Sentiment and Pending Home sales also disappointed. In the week ahead we have plenty of economic data including some of the most important reports. I will be watchful of the Employment Report, ISM Index, Initial Jobless Claims and ECB Policy decision just to name a few. </strong></div>\n<div style=\"color: #333333;\" align=\"right\">\n<div style=\"text-align: left;\" align=\"right\"><strong>This may be the week for higher volatility and trading opportunities for  stocks, bonds, commodities and currencies.</strong></div>\n</div>\n<p style=\"text-align: left;\"><strong><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/ty-5-30.jpg\"><img class=\"aligncenter size-full wp-image-1781\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/ty-5-30.jpg\" alt=\"ty -5-30\" width=\"1077\" height=\"692\" /></a></strong></p>\n<p style=\"text-align: left;\"><strong>The US 10 Year Treasury Note - prices recently broke out of an ascending triangle. Where will prices go next? Back to test breakout or forward to previous highs? Regardless of which direction traders push prices to next, it should have an impact on most risk assets. In the week ahead it should prove prudent to keep a close watch on the bond market.</strong></p>\n<p style=\"text-align: left;\"><strong>Joe Rios</strong>\n<strong>Chief Market Strategist</strong>\n<strong><a href=\"http://www.riosquant.com/\">www.riosquant.com</a></strong></p>\n</td>\n</tr>\n</tbody>\n</table>\n</td>\n</tr>\n<tr>\n<td>\n<h2><strong>Live Rooms and Events</strong></h2>\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\n<b></b>\n\n<b>Contact Information for your Support Needs: </b>\n\nAmber Little, RQ Client Relations Manager\nemail: amber@riosquant.com\nskype: alittlemobile\ncellphone: 415.336.7272\n\n<strong>Live Trading Rooms and Events:</strong>\n\n<strong>The Trading Room </strong><strong>TradeLAB - </strong><strong>Global Trading with Quantitative Technologies</strong>\n\n<strong>Monday through Friday beginning at 7:30 AM ET</strong>\n\n<strong><a href=\"https://www3.gotomeeting.com/register/669698886\">https://www3.gotomeeting.com/register/669698886</a></strong>\n\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\n\n&nbsp;\n\n<strong>Insider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios</strong>\n\n<strong>Monday beginning at 1:30pm ET</strong>\n\n<strong>Wednesday and Thursday beginning at 1<span data-term=\"goog_336287304\">:15 PM ET</span></strong>\n\n<strong>Subscription Only!</strong>\n\n_______________________________________________\n\n&nbsp;\n\n<strong>The Trading Room EDU - Educational Workshop </strong>\n\n<strong>Covering the Rios Quant Trading Indicators:</strong>\n\n<strong>Tuesday beginning at 7:30 PM ET</strong>\n\n<strong><a href=\"https://www3.gotomeeting.com/register/719082694\">https://www3.gotomeeting.com/register/719082694</a></strong>\n\nTopic: Locating Support and Resistance with GnosTick Levels\n\nPresenter: Steve Schwartz\n\n<strong>Thursday beginning at 1:00 PM ET</strong>\n\n<strong><a href=\"https://www3.gotomeeting.com/register/739758926\">https://www3.gotomeeting.com/register/739758926</a></strong>\n\nTopic: Following the Money  Trail (live demo)\n\nPresenter: Steve Schwartz\n\n<strong>Saturday beginning at 10:30 AM ET</strong>\n\n<a href=\"https://www3.gotomeeting.com/register/745200390\"><strong>https://www3.gotomeeting.com/register/745200390</strong></a>\n\nTopic: Rios Quant Basics\n\nPresenter: Steve Schwartz\n\n_______________________________________________\n\n&nbsp;\n\n<strong>The RiosQuant 90 Day Trading Program - Workshop</strong>\n\n<strong>Wednesday beginning at 7:30 PM ET</strong>\n\n<strong><a href=\"https://www3.gotomeeting.com/register/726385054\">https://www3.gotomeeting.com/register/726385054</a></strong>\n\nTraining Session 9 of 12 with Edward Preston\n\nTopic: Correlation Analysis\n<h2>MONDAY</h2>\n<strong>Economic Data Release - Market Movers\n</strong>\n\nEUR - German Preliminary CPI  – All Day\n\nGBP - Manufacturing PMI – 4:30 AM ET\n\nUSD - ISM Manufacturing PMI  – 10:00 AM ET\n\nCNY - Non-Manufacturing PMI – 9:00 PM ET\n\nAUD - Retail Sales  – 9:30 PM ET\n\nCNY - HSBC Final Manufacturing PMI – 9:45 PM ET\n<h2>TUESDAY</h2>\n<strong>Economic Data Release - Market Movers\n</strong>\n\nAUD - Cash Rate and RBA Rate Statement  – 12:30 AM ET\n\nGBP - Construction PMI – 4:30 AM ET\n\nEUR - CPI Flash Estimate  – 5:00 AM ET\n\nAUD - GDP – 9:30 PM ET\n<h2>WEDNESDAY</h2>\n<strong>Economic Data Release - Market Movers</strong>\n\nGBP - Services PMI – 4:30 AM ET\n\nG7 Meetings – Day One\n\nUSD - ADP Nonfarm Employment Change – 8:15 AM ET\n\nUSD - Trade Balance – 8:30 AM ET\n\nCAD - Trade Balance – 8:30 AM ET\n\nCAD - Overnight Rate and BOC Rate Statement – 10:00 AM ET\n\nUSD - ISM Nonmanufacturing  – 10:00 AM ET\n\nUSD - Crude Oil Inventories – 10:30 AM ET\n\nUSD - Beige Book – 2:00 PM ET\n\nAUD - Trade Balance – 9:30 PM ET\n\nCNY - HSBC Services PMI – 9:45 PM ET\n<h2>THURSDAY</h2>\n<strong>Economic Data Release - Market Movers\n</strong>\n\nG7 Meetings – Day Two\n\nGBP - Official Bank Rate – 7:00 AM ET\nEUR - Minimum Bid Rate – 7:45 AM ET\n\nCAD - Building Permits – 8:30 AM ET\n\nUSD - Unemployment Claims – 8:30 AM ET\n\nEUR - ECB Press Conference – 8:30 AM ET\n\nUSD - Natural Gas Storage – 10:30 AM ET\n<h2>FRIDAY</h2>\n<strong>Economic Data Release - Market Movers</strong>\n\nCAD - Employment Change – 8:30 AM ET\n\nUSD - Nonfarm Employment Change – 8:30 AM ET</td>\n</tr>\n</tbody>\n</table>\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;','The Week Ahead in the Global Financial Markets','','draft','open','closed','','week-ahead-global-financial-markets','','','2014-06-02 11:43:58','2014-06-02 11:43:58','',0,'http://www.thetradingroom.com/?p=1779',0,'post','',0),(1781,2,'2014-06-02 11:35:18','2014-06-02 11:35:18','','ty -5-30','','inherit','open','closed','','ty-5-30','','','2014-06-02 11:35:18','2014-06-02 11:35:18','',1779,'http://www.thetradingroom.com/wp-content/uploads/2014/06/ty-5-30.jpg',0,'attachment','image/jpeg',0),(1780,2,'2014-06-02 11:34:06','2014-06-02 11:34:06','<table width=\"415\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<table width=\"415\">\r\n<tbody>\r\n<tr>\r\n<td>The US 10 Year Treasury Note - prices recently broke out of an ascending triangle. Where will prices go next? Back to test breakout or forward to previous highs? Regardless of which direction traders push prices to next, it should have an impact on most risk assets. In the week ahead it should prove prudent to keep a close watch on the bond market.\r\n\r\nJoe Rios\r\nChief Market Strategist\r\n<a href=\"http://www.riosquant.com/\">www.riosquant.com</a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h2>Live Rooms and Events</h2>\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<b>Contact Information for your Support Needs: </b>\r\nAmber Little, RQ Client Relations Manager\r\nemail: amber@riosquant.com\r\nskype: alittlemobile\r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong>The Trading Room </strong><strong>TradeLAB</strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong>Monday through Friday beginning at 7:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/669698886\">https://www3.gotomeeting.com/register/669698886</a></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n&nbsp;\r\n\r\n<strong>Insider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios</strong>\r\n\r\n<strong>Monday beginning at 1:30pm ET</strong>\r\n\r\n<strong>Wednesday and Thursday beginning at 1<span data-term=\"goog_336287304\">:15 PM ET</span></strong>\r\n\r\n<strong>Subscription Only!</strong>\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the Rios Quant Trading Indicators:</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Tuesday beginning at 7:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/719082694\">https://www3.gotomeeting.com/register/719082694</a></strong>\r\n\r\nTopic: Locating Support and Resistance with GnosTick Levels\r\n\r\nPresenter: Steve Schwartz\r\n\r\n&nbsp;\r\n\r\n<strong>Thursday beginning at 1:00 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/739758926\">https://www3.gotomeeting.com/register/739758926</a></strong>\r\n\r\nTopic: Following the Money  Trail (live demo)\r\n\r\nPresenter: Steve Schwartz\r\n\r\n&nbsp;\r\n\r\n<strong>Saturday beginning at 10:30 AM ET</strong>\r\n\r\n<a href=\"https://www3.gotomeeting.com/register/745200390\"><strong>https://www3.gotomeeting.com/register/745200390</strong></a>\r\n\r\nTopic: Rios Quant Basics\r\n\r\nPresenter: Steve Schwartz\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The RiosQuant 90 Day Trading Program - Workshop</strong>\r\n\r\n<strong>Wednesday beginning at 7:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/726385054\">https://www3.gotomeeting.com/register/726385054</a></strong>\r\n\r\nTraining Session 9 of 12 with Edward Preston\r\n\r\nTopic: Correlation Analysis\r\n<h2>MONDAY</h2>\r\n<strong>Economic Data Release - Market Movers\r\n</strong>\r\n\r\nEUR - German Preliminary CPI  – All Day\r\n\r\nGBP - Manufacturing PMI – 4:30 AM ET\r\n\r\nUSD - ISM Manufacturing PMI  – 10:00 AM ET\r\n\r\nCNY - Non-Manufacturing PMI – 9:00 PM ET\r\n\r\nAUD - Retail Sales  – 9:30 PM ET\r\n\r\nCNY - HSBC Final Manufacturing PMI – 9:45 PM ET\r\n<h2>TUESDAY</h2>\r\n<strong>Economic Data Release - Market Movers\r\n</strong>\r\n\r\nAUD - Cash Rate and RBA Rate Statement  – 12:30 AM ET\r\n\r\nGBP - Construction PMI – 4:30 AM ET\r\n\r\nEUR - CPI Flash Estimate  – 5:00 AM ET\r\n\r\nAUD - GDP – 9:30 PM ET\r\n<h2>WEDNESDAY</h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nGBP - Services PMI – 4:30 AM ET\r\n\r\nG7 Meetings – Day One\r\n\r\nUSD - ADP Nonfarm Employment Change – 8:15 AM ET\r\n\r\nUSD - Trade Balance – 8:30 AM ET\r\n\r\nCAD - Trade Balance – 8:30 AM ET\r\n\r\nCAD - Overnight Rate and BOC Rate Statement – 10:00 AM ET\r\n\r\nUSD - ISM Nonmanufacturing  – 10:00 AM ET\r\n\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\n\r\nUSD - Beige Book – 2:00 PM ET\r\n\r\nAUD - Trade Balance – 9:30 PM ET\r\n\r\nCNY - HSBC Services PMI – 9:45 PM ET\r\n<h2>THURSDAY</h2>\r\n<strong>Economic Data Release - Market Movers\r\n</strong>\r\n\r\nG7 Meetings – Day Two\r\n\r\nGBP - Official Bank Rate – 7:00 AM ET\r\nEUR - Minimum Bid Rate – 7:45 AM ET\r\n\r\nCAD - Building Permits – 8:30 AM ET\r\n\r\nUSD - Unemployment Claims – 8:30 AM ET\r\n\r\nEUR - ECB Press Conference – 8:30 AM ET\r\n\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n<h2>FRIDAY</h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nCAD - Employment Change – 8:30 AM ET\r\n\r\nUSD - Nonfarm Employment Change – 8:30 AM ET</td>\r\n</tr>\r\n</tbody>\r\n</table>','','','inherit','open','closed','','1779-revision-v1','','','2014-06-02 11:34:06','2014-06-02 11:34:06','',1779,'http://www.thetradingroom.com/1779-revision-v1/',0,'revision','',0),(1782,2,'2014-06-02 11:35:56','2014-06-02 11:35:56','<table style=\"height: 2921px;\" width=\"423\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<table width=\"415\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<div style=\"color: #333333;\" align=\"right\"><b><br class=\"Apple-interchange-newline\" />Is this the week we gain clarity from the markets?</b></div>\r\n<div style=\"color: #333333;\" align=\"right\"></div>\r\n<div style=\"color: #333333;\" align=\"right\">\r\n<div align=\"right\">Most stock indices reached new highs while bonds continued to rally. This scenario continues to be troublesome for most market professionals. As I have been noting recently, stocks usually do well when the expectation for economic growth is bullish. Contrary,  bonds usually do well when the economic outlook is bearish. Another market metric that has also been worrisome is the recent lack of volatility, volume and liquidity in the markets. Last week we continued to see mixed results from economic data with Consumer Confidence improving and the Chicago PMI strong and Case-Shiller Home Prices also beat expectations. However Personal Spending declined, GDP decline by 1% in the first quarter of 2014, Michigan Sentiment and Pending Home sales also disappointed. In the week ahead we have plenty of economic data including some of the most important reports. I will be watchful of the Employment Report, ISM Index, Initial Jobless Claims and ECB Policy decision just to name a few.</div>\r\n<div align=\"right\"></div>\r\n<div align=\"right\"><b>This may be the week for higher volatility and trading opportunities for  stocks, bonds, commodities and currencies.</b></div>\r\n</div>\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/ty-5-30.jpg\"><img class=\"aligncenter size-full wp-image-1781\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/ty-5-30.jpg\" alt=\"ty -5-30\" width=\"1077\" height=\"692\" /></a>\r\n\r\nThe US 10 Year Treasury Note - prices recently broke out of an ascending triangle. Where will prices go next? Back to test breakout or forward to previous highs? Regardless of which direction traders push prices to next, it should have an impact on most risk assets. In the week ahead it should prove prudent to keep a close watch on the bond market.\r\n\r\nJoe Rios\r\nChief Market Strategist\r\n<a href=\"http://www.riosquant.com/\">www.riosquant.com</a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h2>Live Rooms and Events</h2>\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<b>Contact Information for your Support Needs: </b>\r\nAmber Little, RQ Client Relations Manager\r\nemail: amber@riosquant.com\r\nskype: alittlemobile\r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong>The Trading Room </strong><strong>TradeLAB</strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong>Monday through Friday beginning at 7:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/669698886\">https://www3.gotomeeting.com/register/669698886</a></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n&nbsp;\r\n\r\n<strong>Insider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios</strong>\r\n\r\n<strong>Monday beginning at 1:30pm ET</strong>\r\n\r\n<strong>Wednesday and Thursday beginning at 1<span data-term=\"goog_336287304\">:15 PM ET</span></strong>\r\n\r\n<strong>Subscription Only!</strong>\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the Rios Quant Trading Indicators:</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Tuesday beginning at 7:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/719082694\">https://www3.gotomeeting.com/register/719082694</a></strong>\r\n\r\nTopic: Locating Support and Resistance with GnosTick Levels\r\n\r\nPresenter: Steve Schwartz\r\n\r\n&nbsp;\r\n\r\n<strong>Thursday beginning at 1:00 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/739758926\">https://www3.gotomeeting.com/register/739758926</a></strong>\r\n\r\nTopic: Following the Money  Trail (live demo)\r\n\r\nPresenter: Steve Schwartz\r\n\r\n&nbsp;\r\n\r\n<strong>Saturday beginning at 10:30 AM ET</strong>\r\n\r\n<a href=\"https://www3.gotomeeting.com/register/745200390\"><strong>https://www3.gotomeeting.com/register/745200390</strong></a>\r\n\r\nTopic: Rios Quant Basics\r\n\r\nPresenter: Steve Schwartz\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The RiosQuant 90 Day Trading Program - Workshop</strong>\r\n\r\n<strong>Wednesday beginning at 7:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/726385054\">https://www3.gotomeeting.com/register/726385054</a></strong>\r\n\r\nTraining Session 9 of 12 with Edward Preston\r\n\r\nTopic: Correlation Analysis\r\n<h2>MONDAY</h2>\r\n<strong>Economic Data Release - Market Movers\r\n</strong>\r\n\r\nEUR - German Preliminary CPI  – All Day\r\n\r\nGBP - Manufacturing PMI – 4:30 AM ET\r\n\r\nUSD - ISM Manufacturing PMI  – 10:00 AM ET\r\n\r\nCNY - Non-Manufacturing PMI – 9:00 PM ET\r\n\r\nAUD - Retail Sales  – 9:30 PM ET\r\n\r\nCNY - HSBC Final Manufacturing PMI – 9:45 PM ET\r\n<h2>TUESDAY</h2>\r\n<strong>Economic Data Release - Market Movers\r\n</strong>\r\n\r\nAUD - Cash Rate and RBA Rate Statement  – 12:30 AM ET\r\n\r\nGBP - Construction PMI – 4:30 AM ET\r\n\r\nEUR - CPI Flash Estimate  – 5:00 AM ET\r\n\r\nAUD - GDP – 9:30 PM ET\r\n<h2>WEDNESDAY</h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nGBP - Services PMI – 4:30 AM ET\r\n\r\nG7 Meetings – Day One\r\n\r\nUSD - ADP Nonfarm Employment Change – 8:15 AM ET\r\n\r\nUSD - Trade Balance – 8:30 AM ET\r\n\r\nCAD - Trade Balance – 8:30 AM ET\r\n\r\nCAD - Overnight Rate and BOC Rate Statement – 10:00 AM ET\r\n\r\nUSD - ISM Nonmanufacturing  – 10:00 AM ET\r\n\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\n\r\nUSD - Beige Book – 2:00 PM ET\r\n\r\nAUD - Trade Balance – 9:30 PM ET\r\n\r\nCNY - HSBC Services PMI – 9:45 PM ET\r\n<h2>THURSDAY</h2>\r\n<strong>Economic Data Release - Market Movers\r\n</strong>\r\n\r\nG7 Meetings – Day Two\r\n\r\nGBP - Official Bank Rate – 7:00 AM ET\r\nEUR - Minimum Bid Rate – 7:45 AM ET\r\n\r\nCAD - Building Permits – 8:30 AM ET\r\n\r\nUSD - Unemployment Claims – 8:30 AM ET\r\n\r\nEUR - ECB Press Conference – 8:30 AM ET\r\n\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n<h2>FRIDAY</h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nCAD - Employment Change – 8:30 AM ET\r\n\r\nUSD - Nonfarm Employment Change – 8:30 AM ET</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;','','','inherit','open','closed','','1779-revision-v1','','','2014-06-02 11:35:56','2014-06-02 11:35:56','',1779,'http://www.thetradingroom.com/1779-revision-v1/',0,'revision','',0),(1783,2,'2014-06-02 11:38:03','2014-06-02 11:38:03','<table style=\"height: 2921px;\" width=\"423\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<table width=\"415\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<div style=\"color: #333333;\" align=\"right\"><b><br class=\"Apple-interchange-newline\" />Is this the week we gain clarity from the markets?</b></div>\r\n<div style=\"color: #333333;\" align=\"right\"></div>\r\n<div style=\"color: #333333;\" align=\"right\">\r\n<div style=\"text-align: left;\" align=\"right\"><strong>Most stock indices reached new highs while bonds continued to rally. This scenario continues to be troublesome for most market professionals. As I have been noting recently, stocks usually do well when the expectation for economic growth is bullish. Contrary,  bonds usually do well when the economic outlook is bearish. Another market metric that has also been worrisome is the recent lack of volatility, volume and liquidity in the markets. Last week we continued to see mixed results from economic data with Consumer Confidence improving and the Chicago PMI strong and Case-Shiller Home Prices also beat expectations. However Personal Spending declined, GDP decline by 1% in the first quarter of 2014, Michigan Sentiment and Pending Home sales also disappointed. In the week ahead we have plenty of economic data including some of the most important reports. I will be watchful of the Employment Report, ISM Index, Initial Jobless Claims and ECB Policy decision just to name a few. </strong></div>\r\n<div style=\"text-align: left;\" align=\"right\"></div>\r\n<div style=\"text-align: left;\" align=\"right\"><strong>This may be the week for higher volatility and trading opportunities for  stocks, bonds, commodities and currencies.</strong></div>\r\n</div>\r\n<p style=\"text-align: left;\"><strong><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/ty-5-30.jpg\"><img class=\"aligncenter size-full wp-image-1781\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/ty-5-30.jpg\" alt=\"ty -5-30\" width=\"1077\" height=\"692\" /></a></strong></p>\r\n<p style=\"text-align: left;\"><strong>The US 10 Year Treasury Note - prices recently broke out of an ascending triangle. Where will prices go next? Back to test breakout or forward to previous highs? Regardless of which direction traders push prices to next, it should have an impact on most risk assets. In the week ahead it should prove prudent to keep a close watch on the bond market.</strong></p>\r\n<p style=\"text-align: left;\"><strong>Joe Rios</strong>\r\n<strong>Chief Market Strategist</strong>\r\n<strong><a href=\"http://www.riosquant.com/\">www.riosquant.com</a></strong></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h2>Live Rooms and Events</h2>\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<b>Contact Information for your Support Needs: </b>\r\nAmber Little, RQ Client Relations Manager\r\nemail: amber@riosquant.com\r\nskype: alittlemobile\r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong>The Trading Room </strong><strong>TradeLAB</strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong>Monday through Friday beginning at 7:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/669698886\">https://www3.gotomeeting.com/register/669698886</a></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n&nbsp;\r\n\r\n<strong>Insider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios</strong>\r\n\r\n<strong>Monday beginning at 1:30pm ET</strong>\r\n\r\n<strong>Wednesday and Thursday beginning at 1<span data-term=\"goog_336287304\">:15 PM ET</span></strong>\r\n\r\n<strong>Subscription Only!</strong>\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the Rios Quant Trading Indicators:</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Tuesday beginning at 7:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/719082694\">https://www3.gotomeeting.com/register/719082694</a></strong>\r\n\r\nTopic: Locating Support and Resistance with GnosTick Levels\r\n\r\nPresenter: Steve Schwartz\r\n\r\n&nbsp;\r\n\r\n<strong>Thursday beginning at 1:00 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/739758926\">https://www3.gotomeeting.com/register/739758926</a></strong>\r\n\r\nTopic: Following the Money  Trail (live demo)\r\n\r\nPresenter: Steve Schwartz\r\n\r\n&nbsp;\r\n\r\n<strong>Saturday beginning at 10:30 AM ET</strong>\r\n\r\n<a href=\"https://www3.gotomeeting.com/register/745200390\"><strong>https://www3.gotomeeting.com/register/745200390</strong></a>\r\n\r\nTopic: Rios Quant Basics\r\n\r\nPresenter: Steve Schwartz\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The RiosQuant 90 Day Trading Program - Workshop</strong>\r\n\r\n<strong>Wednesday beginning at 7:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/726385054\">https://www3.gotomeeting.com/register/726385054</a></strong>\r\n\r\nTraining Session 9 of 12 with Edward Preston\r\n\r\nTopic: Correlation Analysis\r\n<h2>MONDAY</h2>\r\n<strong>Economic Data Release - Market Movers\r\n</strong>\r\n\r\nEUR - German Preliminary CPI  – All Day\r\n\r\nGBP - Manufacturing PMI – 4:30 AM ET\r\n\r\nUSD - ISM Manufacturing PMI  – 10:00 AM ET\r\n\r\nCNY - Non-Manufacturing PMI – 9:00 PM ET\r\n\r\nAUD - Retail Sales  – 9:30 PM ET\r\n\r\nCNY - HSBC Final Manufacturing PMI – 9:45 PM ET\r\n<h2>TUESDAY</h2>\r\n<strong>Economic Data Release - Market Movers\r\n</strong>\r\n\r\nAUD - Cash Rate and RBA Rate Statement  – 12:30 AM ET\r\n\r\nGBP - Construction PMI – 4:30 AM ET\r\n\r\nEUR - CPI Flash Estimate  – 5:00 AM ET\r\n\r\nAUD - GDP – 9:30 PM ET\r\n<h2>WEDNESDAY</h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nGBP - Services PMI – 4:30 AM ET\r\n\r\nG7 Meetings – Day One\r\n\r\nUSD - ADP Nonfarm Employment Change – 8:15 AM ET\r\n\r\nUSD - Trade Balance – 8:30 AM ET\r\n\r\nCAD - Trade Balance – 8:30 AM ET\r\n\r\nCAD - Overnight Rate and BOC Rate Statement – 10:00 AM ET\r\n\r\nUSD - ISM Nonmanufacturing  – 10:00 AM ET\r\n\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\n\r\nUSD - Beige Book – 2:00 PM ET\r\n\r\nAUD - Trade Balance – 9:30 PM ET\r\n\r\nCNY - HSBC Services PMI – 9:45 PM ET\r\n<h2>THURSDAY</h2>\r\n<strong>Economic Data Release - Market Movers\r\n</strong>\r\n\r\nG7 Meetings – Day Two\r\n\r\nGBP - Official Bank Rate – 7:00 AM ET\r\nEUR - Minimum Bid Rate – 7:45 AM ET\r\n\r\nCAD - Building Permits – 8:30 AM ET\r\n\r\nUSD - Unemployment Claims – 8:30 AM ET\r\n\r\nEUR - ECB Press Conference – 8:30 AM ET\r\n\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n<h2>FRIDAY</h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nCAD - Employment Change – 8:30 AM ET\r\n\r\nUSD - Nonfarm Employment Change – 8:30 AM ET</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;','','','inherit','open','closed','','1779-revision-v1','','','2014-06-02 11:38:03','2014-06-02 11:38:03','',1779,'http://www.thetradingroom.com/1779-revision-v1/',0,'revision','',0),(1784,2,'2014-06-02 11:39:53','2014-06-02 11:39:53','<table style=\"height: 2921px;\" width=\"423\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<table width=\"415\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<div style=\"color: rgb(51, 51, 51); text-align: center;\" align=\"right\"><b><br class=\"Apple-interchange-newline\" />Is this the week we gain clarity from the markets?</b></div>\r\n<div style=\"color: #333333;\" align=\"right\"></div>\r\n<div style=\"color: #333333;\" align=\"right\">\r\n<div style=\"text-align: left;\" align=\"right\"><strong>Most stock indices reached new highs while bonds continued to rally. This scenario continues to be troublesome for most market professionals. As I have been noting recently, stocks usually do well when the expectation for economic growth is bullish. Contrary,  bonds usually do well when the economic outlook is bearish. Another market metric that has also been worrisome is the recent lack of volatility, volume and liquidity in the markets. Last week we continued to see mixed results from economic data with Consumer Confidence improving and the Chicago PMI strong and Case-Shiller Home Prices also beat expectations. However Personal Spending declined, GDP decline by 1% in the first quarter of 2014, Michigan Sentiment and Pending Home sales also disappointed. In the week ahead we have plenty of economic data including some of the most important reports. I will be watchful of the Employment Report, ISM Index, Initial Jobless Claims and ECB Policy decision just to name a few. </strong></div>\r\n<div style=\"text-align: left;\" align=\"right\"></div>\r\n<div style=\"text-align: left;\" align=\"right\"><strong>This may be the week for higher volatility and trading opportunities for  stocks, bonds, commodities and currencies.</strong></div>\r\n</div>\r\n<p style=\"text-align: left;\"><strong><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/ty-5-30.jpg\"><img class=\"aligncenter size-full wp-image-1781\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/ty-5-30.jpg\" alt=\"ty -5-30\" width=\"1077\" height=\"692\" /></a></strong></p>\r\n<p style=\"text-align: left;\"><strong>The US 10 Year Treasury Note - prices recently broke out of an ascending triangle. Where will prices go next? Back to test breakout or forward to previous highs? Regardless of which direction traders push prices to next, it should have an impact on most risk assets. In the week ahead it should prove prudent to keep a close watch on the bond market.</strong></p>\r\n<p style=\"text-align: left;\"><strong>Joe Rios</strong>\r\n<strong>Chief Market Strategist</strong>\r\n<strong><a href=\"http://www.riosquant.com/\">www.riosquant.com</a></strong></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h2>Live Rooms and Events</h2>\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n<b></b>\r\n\r\n<b>Contact Information for your Support Needs: </b>\r\n\r\nAmber Little, RQ Client Relations Manager\r\nemail: amber@riosquant.com\r\nskype: alittlemobile\r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>The Trading Room </strong><strong>TradeLAB - </strong><strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong>Monday through Friday beginning at 7:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/669698886\">https://www3.gotomeeting.com/register/669698886</a></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n&nbsp;\r\n\r\n<strong>Insider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios</strong>\r\n\r\n<strong>Monday beginning at 1:30pm ET</strong>\r\n\r\n<strong>Wednesday and Thursday beginning at 1<span data-term=\"goog_336287304\">:15 PM ET</span></strong>\r\n\r\n<strong>Subscription Only!</strong>\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the Rios Quant Trading Indicators:</strong>\r\n\r\n<strong>Tuesday beginning at 7:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/719082694\">https://www3.gotomeeting.com/register/719082694</a></strong>\r\n\r\nTopic: Locating Support and Resistance with GnosTick Levels\r\n\r\nPresenter: Steve Schwartz\r\n\r\n<strong>Thursday beginning at 1:00 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/739758926\">https://www3.gotomeeting.com/register/739758926</a></strong>\r\n\r\nTopic: Following the Money  Trail (live demo)\r\n\r\nPresenter: Steve Schwartz\r\n\r\n<strong>Saturday beginning at 10:30 AM ET</strong>\r\n\r\n<a href=\"https://www3.gotomeeting.com/register/745200390\"><strong>https://www3.gotomeeting.com/register/745200390</strong></a>\r\n\r\nTopic: Rios Quant Basics\r\n\r\nPresenter: Steve Schwartz\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The RiosQuant 90 Day Trading Program - Workshop</strong>\r\n\r\n<strong>Wednesday beginning at 7:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/726385054\">https://www3.gotomeeting.com/register/726385054</a></strong>\r\n\r\nTraining Session 9 of 12 with Edward Preston\r\n\r\nTopic: Correlation Analysis\r\n<h2>MONDAY</h2>\r\n<strong>Economic Data Release - Market Movers\r\n</strong>\r\n\r\nEUR - German Preliminary CPI  – All Day\r\n\r\nGBP - Manufacturing PMI – 4:30 AM ET\r\n\r\nUSD - ISM Manufacturing PMI  – 10:00 AM ET\r\n\r\nCNY - Non-Manufacturing PMI – 9:00 PM ET\r\n\r\nAUD - Retail Sales  – 9:30 PM ET\r\n\r\nCNY - HSBC Final Manufacturing PMI – 9:45 PM ET\r\n<h2>TUESDAY</h2>\r\n<strong>Economic Data Release - Market Movers\r\n</strong>\r\n\r\nAUD - Cash Rate and RBA Rate Statement  – 12:30 AM ET\r\n\r\nGBP - Construction PMI – 4:30 AM ET\r\n\r\nEUR - CPI Flash Estimate  – 5:00 AM ET\r\n\r\nAUD - GDP – 9:30 PM ET\r\n<h2>WEDNESDAY</h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nGBP - Services PMI – 4:30 AM ET\r\n\r\nG7 Meetings – Day One\r\n\r\nUSD - ADP Nonfarm Employment Change – 8:15 AM ET\r\n\r\nUSD - Trade Balance – 8:30 AM ET\r\n\r\nCAD - Trade Balance – 8:30 AM ET\r\n\r\nCAD - Overnight Rate and BOC Rate Statement – 10:00 AM ET\r\n\r\nUSD - ISM Nonmanufacturing  – 10:00 AM ET\r\n\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\n\r\nUSD - Beige Book – 2:00 PM ET\r\n\r\nAUD - Trade Balance – 9:30 PM ET\r\n\r\nCNY - HSBC Services PMI – 9:45 PM ET\r\n<h2>THURSDAY</h2>\r\n<strong>Economic Data Release - Market Movers\r\n</strong>\r\n\r\nG7 Meetings – Day Two\r\n\r\nGBP - Official Bank Rate – 7:00 AM ET\r\nEUR - Minimum Bid Rate – 7:45 AM ET\r\n\r\nCAD - Building Permits – 8:30 AM ET\r\n\r\nUSD - Unemployment Claims – 8:30 AM ET\r\n\r\nEUR - ECB Press Conference – 8:30 AM ET\r\n\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n<h2>FRIDAY</h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nCAD - Employment Change – 8:30 AM ET\r\n\r\nUSD - Nonfarm Employment Change – 8:30 AM ET</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;','','','inherit','open','closed','','1779-revision-v1','','','2014-06-02 11:39:53','2014-06-02 11:39:53','',1779,'http://www.thetradingroom.com/1779-revision-v1/',0,'revision','',0),(1786,2,'2014-06-02 11:53:07','2014-06-02 11:53:07','<div style=\"text-align: left;\" align=\"right\"><b>Is this the week we gain clarity from the markets?</b></div>\r\n<div style=\"text-align: left;\" align=\"right\"></div>\r\n<div align=\"right\">\r\n<div style=\"text-align: left;\" align=\"right\">Most stock indices reached new highs while bonds continued to rally. This scenario continues to be troublesome for most market professionals. As I have been noting recently, stocks usually do well when the expectation for economic growth is bullish. Contrary,  bonds usually do well when the economic outlook is bearish. Another market metric that has also been worrisome is the recent lack of volatility, volume and liquidity in the markets. Last week we continued to see mixed results from economic data with Consumer Confidence improving and the Chicago PMI strong and Case-Shiller Home Prices also beat expectations. However Personal Spending declined, GDP decline by 1% in the first quarter of 2014, Michigan Sentiment and Pending Home sales also disappointed. In the week ahead we have plenty of economic data including some of the most important reports. I will be watchful of the Employment Report, ISM Index, Initial Jobless Claims and ECB Policy decision just to name a few.</div>\r\n<div style=\"text-align: left;\" align=\"right\"></div>\r\n<div style=\"text-align: left;\" align=\"right\"><b>This may be the week for higher volatility and trading opportunities for  stocks, bonds, commodities and currencies.</b></div>\r\n<div style=\"text-align: left;\" align=\"right\"></div>\r\n<div style=\"text-align: left;\" align=\"right\"><span style=\"font-family: \'Comic Sans MS\', cursive; font-size: large;\">Joe Rios</span>\r\n<span style=\"font-size: medium;\">Chief Market Strategist</span>\r\n<a href=\"http://www.riosquant.com/\" target=\"_blank\">www.riosquant.com</a></div>\r\n<div style=\"text-align: left;\" align=\"right\"></div>\r\n<div style=\"text-align: left;\" align=\"right\"></div>\r\n<div style=\"text-align: left;\" align=\"right\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/ty-5-30.jpg\"><img class=\"aligncenter size-full wp-image-1781\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/ty-5-30.jpg\" alt=\"ty -5-30\" width=\"1077\" height=\"692\" /></a></div>\r\n<div style=\"text-align: left;\" align=\"right\"></div>\r\n<div style=\"text-align: left;\" align=\"right\"></div>\r\n<div style=\"text-align: left;\" align=\"right\">The US 10 Year Treasury Note - prices recently broke out of an ascending triangle. Where will prices go next? Back to test breakout or forward to previous highs? Regardless of which direction traders push prices to next, it should have an impact on most risk assets. In the week ahead it should prove prudent to keep a close watch on the bond market.</div>\r\n<div style=\"text-align: left;\" align=\"right\"></div>\r\n<div style=\"text-align: left;\" align=\"right\">\r\n<h2 style=\"font-weight: bold; color: black;\">Live Rooms and Events</h2>\r\n<div>Please take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n<div><span style=\"font-weight: bold;\">Contact Information for your Support Needs: </span>\r\nAmber Little, RQ Client Relations Manager\r\nemail: amber@riosquant.com\r\nskype: alittlemobile\r\ncellphone: 415.336.7272</div>\r\n<div></div>\r\n<div><strong>Live Trading Rooms and Events:</strong>\r\n<strong> </strong>\r\n\r\n<strong>The Trading Room </strong><strong>TradeLAB</strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong>Monday through Friday beginning at 7:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/669698886\">https://www3.gotomeeting.com/register/669698886</a></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<strong>Insider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios</strong>\r\n\r\n<strong>Monday beginning at 1:30pm ET</strong>\r\n\r\n<strong>Wednesday and Thursday beginning at 1<span data-term=\"goog_336287304\">:15 PM ET</span></strong>\r\n\r\n<strong>Subscription Only!</strong>\r\n\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the Rios Quant Trading Indicators:</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Tuesday beginning at 7:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/719082694\">https://www3.gotomeeting.com/register/719082694</a></strong>\r\n\r\nTopic: Locating Support and Resistance with GnosTick Levels\r\n\r\nPresenter: Steve Schwartz\r\n\r\n&nbsp;\r\n\r\n<strong>Thursday beginning at 1:00 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/739758926\">https://www3.gotomeeting.com/register/739758926</a></strong>\r\n\r\nTopic: Following the Money  Trail (live demo)\r\n\r\nPresenter: Steve Schwartz\r\n\r\n&nbsp;\r\n\r\n<strong>Saturday beginning at 10:30 AM ET</strong>\r\n\r\n<a href=\"https://www3.gotomeeting.com/register/745200390\"><strong>https://www3.gotomeeting.com/register/745200390</strong></a>\r\n\r\nTopic: Rios Quant Basics\r\n\r\nPresenter: Steve Schwartz\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The RiosQuant 90 Day Trading Program - Workshop</strong>\r\n\r\n<strong>Wednesday beginning at 7:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/726385054\">https://www3.gotomeeting.com/register/726385054</a></strong>\r\n\r\nTraining Session 9 of 12 with Edward Preston\r\n\r\nTopic: Correlation Analysis\r\n<h2>MONDAY</h2>\r\n<strong>Economic Data Release - Market Movers\r\n</strong>\r\n\r\nEUR - German Preliminary CPI  – All Day\r\n\r\nGBP - Manufacturing PMI – 4:30 AM ET\r\n\r\nUSD - ISM Manufacturing PMI  – 10:00 AM ET\r\n\r\nCNY - Non-Manufacturing PMI – 9:00 PM ET\r\n\r\nAUD - Retail Sales  – 9:30 PM ET\r\n\r\nCNY - HSBC Final Manufacturing PMI – 9:45 PM ET\r\n<h2>TUESDAY</h2>\r\n<strong>Economic Data Release - Market Movers\r\n</strong>\r\n\r\nAUD - Cash Rate and RBA Rate Statement  – 12:30 AM ET\r\n\r\nGBP - Construction PMI – 4:30 AM ET\r\n\r\nEUR - CPI Flash Estimate  – 5:00 AM ET\r\n\r\nAUD - GDP – 9:30 PM ET\r\n<h2>WEDNESDAY</h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nGBP - Services PMI – 4:30 AM ET\r\n\r\nG7 Meetings – Day One\r\n\r\nUSD - ADP Nonfarm Employment Change – 8:15 AM ET\r\n\r\nUSD - Trade Balance – 8:30 AM ET\r\n\r\nCAD - Trade Balance – 8:30 AM ET\r\n\r\nCAD - Overnight Rate and BOC Rate Statement – 10:00 AM ET\r\n\r\nUSD - ISM Nonmanufacturing  – 10:00 AM ET\r\n\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\n\r\nUSD - Beige Book – 2:00 PM ET\r\n\r\nAUD - Trade Balance – 9:30 PM ET\r\n\r\nCNY - HSBC Services PMI – 9:45 PM ET\r\n<h2>THURSDAY</h2>\r\n<strong>Economic Data Release - Market Movers\r\n</strong>\r\n\r\nG7 Meetings – Day Two\r\n\r\nGBP - Official Bank Rate – 7:00 AM ET\r\nEUR - Minimum Bid Rate – 7:45 AM ET\r\n\r\nCAD - Building Permits – 8:30 AM ET\r\n\r\nUSD - Unemployment Claims – 8:30 AM ET\r\n\r\nEUR - ECB Press Conference – 8:30 AM ET\r\n\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n<h2>FRIDAY</h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nCAD - Employment Change – 8:30 AM ET\r\n\r\nUSD - Nonfarm Employment Change – 8:30 AM ET\r\n\r\n</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"text-align: left;\" align=\"right\"></div>\r\n</div>','The Week Ahead in the Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-8','','','2014-06-02 11:53:07','2014-06-02 11:53:07','',0,'http://www.thetradingroom.com/?p=1786',0,'post','',0),(1785,2,'2014-06-02 11:42:35','2014-06-02 11:42:35','<table style=\"height: 2921px;\" width=\"423\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<table width=\"415\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<div style=\"color: rgb(51, 51, 51); text-align: left;\" align=\"right\"><b><br class=\"Apple-interchange-newline\" />Is this the week we gain clarity from the markets?</b></div>\r\n<div style=\"color: rgb(51, 51, 51); text-align: left;\" align=\"right\"><strong>Most stock indices reached new highs while bonds continued to rally. This scenario continues to be troublesome for most market professionals. As I have been noting recently, stocks usually do well when the expectation for economic growth is bullish. Contrary,  bonds usually do well when the economic outlook is bearish. Another market metric that has also been worrisome is the recent lack of volatility, volume and liquidity in the markets. Last week we continued to see mixed results from economic data with Consumer Confidence improving and the Chicago PMI strong and Case-Shiller Home Prices also beat expectations. However Personal Spending declined, GDP decline by 1% in the first quarter of 2014, Michigan Sentiment and Pending Home sales also disappointed. In the week ahead we have plenty of economic data including some of the most important reports. I will be watchful of the Employment Report, ISM Index, Initial Jobless Claims and ECB Policy decision just to name a few. </strong></div>\r\n<div style=\"color: #333333;\" align=\"right\">\r\n<div style=\"text-align: left;\" align=\"right\"><strong>This may be the week for higher volatility and trading opportunities for  stocks, bonds, commodities and currencies.</strong></div>\r\n</div>\r\n<p style=\"text-align: left;\"><strong><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/ty-5-30.jpg\"><img class=\"aligncenter size-full wp-image-1781\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/ty-5-30.jpg\" alt=\"ty -5-30\" width=\"1077\" height=\"692\" /></a></strong></p>\r\n<p style=\"text-align: left;\"><strong>The US 10 Year Treasury Note - prices recently broke out of an ascending triangle. Where will prices go next? Back to test breakout or forward to previous highs? Regardless of which direction traders push prices to next, it should have an impact on most risk assets. In the week ahead it should prove prudent to keep a close watch on the bond market.</strong></p>\r\n<p style=\"text-align: left;\"><strong>Joe Rios</strong>\r\n<strong>Chief Market Strategist</strong>\r\n<strong><a href=\"http://www.riosquant.com/\">www.riosquant.com</a></strong></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h2><strong>Live Rooms and Events</strong></h2>\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n<b></b>\r\n\r\n<b>Contact Information for your Support Needs: </b>\r\n\r\nAmber Little, RQ Client Relations Manager\r\nemail: amber@riosquant.com\r\nskype: alittlemobile\r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>The Trading Room </strong><strong>TradeLAB - </strong><strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong>Monday through Friday beginning at 7:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/669698886\">https://www3.gotomeeting.com/register/669698886</a></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n&nbsp;\r\n\r\n<strong>Insider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios</strong>\r\n\r\n<strong>Monday beginning at 1:30pm ET</strong>\r\n\r\n<strong>Wednesday and Thursday beginning at 1<span data-term=\"goog_336287304\">:15 PM ET</span></strong>\r\n\r\n<strong>Subscription Only!</strong>\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the Rios Quant Trading Indicators:</strong>\r\n\r\n<strong>Tuesday beginning at 7:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/719082694\">https://www3.gotomeeting.com/register/719082694</a></strong>\r\n\r\nTopic: Locating Support and Resistance with GnosTick Levels\r\n\r\nPresenter: Steve Schwartz\r\n\r\n<strong>Thursday beginning at 1:00 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/739758926\">https://www3.gotomeeting.com/register/739758926</a></strong>\r\n\r\nTopic: Following the Money  Trail (live demo)\r\n\r\nPresenter: Steve Schwartz\r\n\r\n<strong>Saturday beginning at 10:30 AM ET</strong>\r\n\r\n<a href=\"https://www3.gotomeeting.com/register/745200390\"><strong>https://www3.gotomeeting.com/register/745200390</strong></a>\r\n\r\nTopic: Rios Quant Basics\r\n\r\nPresenter: Steve Schwartz\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The RiosQuant 90 Day Trading Program - Workshop</strong>\r\n\r\n<strong>Wednesday beginning at 7:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/726385054\">https://www3.gotomeeting.com/register/726385054</a></strong>\r\n\r\nTraining Session 9 of 12 with Edward Preston\r\n\r\nTopic: Correlation Analysis\r\n<h2>MONDAY</h2>\r\n<strong>Economic Data Release - Market Movers\r\n</strong>\r\n\r\nEUR - German Preliminary CPI  – All Day\r\n\r\nGBP - Manufacturing PMI – 4:30 AM ET\r\n\r\nUSD - ISM Manufacturing PMI  – 10:00 AM ET\r\n\r\nCNY - Non-Manufacturing PMI – 9:00 PM ET\r\n\r\nAUD - Retail Sales  – 9:30 PM ET\r\n\r\nCNY - HSBC Final Manufacturing PMI – 9:45 PM ET\r\n<h2>TUESDAY</h2>\r\n<strong>Economic Data Release - Market Movers\r\n</strong>\r\n\r\nAUD - Cash Rate and RBA Rate Statement  – 12:30 AM ET\r\n\r\nGBP - Construction PMI – 4:30 AM ET\r\n\r\nEUR - CPI Flash Estimate  – 5:00 AM ET\r\n\r\nAUD - GDP – 9:30 PM ET\r\n<h2>WEDNESDAY</h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nGBP - Services PMI – 4:30 AM ET\r\n\r\nG7 Meetings – Day One\r\n\r\nUSD - ADP Nonfarm Employment Change – 8:15 AM ET\r\n\r\nUSD - Trade Balance – 8:30 AM ET\r\n\r\nCAD - Trade Balance – 8:30 AM ET\r\n\r\nCAD - Overnight Rate and BOC Rate Statement – 10:00 AM ET\r\n\r\nUSD - ISM Nonmanufacturing  – 10:00 AM ET\r\n\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\n\r\nUSD - Beige Book – 2:00 PM ET\r\n\r\nAUD - Trade Balance – 9:30 PM ET\r\n\r\nCNY - HSBC Services PMI – 9:45 PM ET\r\n<h2>THURSDAY</h2>\r\n<strong>Economic Data Release - Market Movers\r\n</strong>\r\n\r\nG7 Meetings – Day Two\r\n\r\nGBP - Official Bank Rate – 7:00 AM ET\r\nEUR - Minimum Bid Rate – 7:45 AM ET\r\n\r\nCAD - Building Permits – 8:30 AM ET\r\n\r\nUSD - Unemployment Claims – 8:30 AM ET\r\n\r\nEUR - ECB Press Conference – 8:30 AM ET\r\n\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n<h2>FRIDAY</h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nCAD - Employment Change – 8:30 AM ET\r\n\r\nUSD - Nonfarm Employment Change – 8:30 AM ET</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;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1779-revision-v1','','','2014-06-02 11:42:35','2014-06-02 11:42:35','',1779,'http://www.thetradingroom.com/1779-revision-v1/',0,'revision','',0),(1787,2,'2014-06-02 11:44:35','2014-06-02 11:44:35','<div style=\"text-align: left;\" align=\"right\"><b>Is this the week we gain clarity from the markets?</b></div>\r\n<div style=\"text-align: left;\" align=\"right\"></div>\r\n<div align=\"right\">\r\n<div style=\"text-align: left;\" align=\"right\">Most stock indices reached new highs while bonds continued to rally. This scenario continues to be troublesome for most market professionals. As I have been noting recently, stocks usually do well when the expectation for economic growth is bullish. Contrary,  bonds usually do well when the economic outlook is bearish. Another market metric that has also been worrisome is the recent lack of volatility, volume and liquidity in the markets. Last week we continued to see mixed results from economic data with Consumer Confidence improving and the Chicago PMI strong and Case-Shiller Home Prices also beat expectations. However Personal Spending declined, GDP decline by 1% in the first quarter of 2014, Michigan Sentiment and Pending Home sales also disappointed. In the week ahead we have plenty of economic data including some of the most important reports. I will be watchful of the Employment Report, ISM Index, Initial Jobless Claims and ECB Policy decision just to name a few.</div>\r\n<div style=\"text-align: left;\" align=\"right\"></div>\r\n<div style=\"text-align: left;\" align=\"right\"><b>This may be the week for higher volatility and trading opportunities for  stocks, bonds, commodities and currencies.</b></div>\r\n</div>','','','inherit','open','closed','','1786-revision-v1','','','2014-06-02 11:44:35','2014-06-02 11:44:35','',1786,'http://www.thetradingroom.com/1786-revision-v1/',0,'revision','',0),(1788,2,'2014-06-02 11:47:30','2014-06-02 11:47:30','<div style=\"text-align: left;\" align=\"right\"><b>Is this the week we gain clarity from the markets?</b></div>\r\n<div style=\"text-align: left;\" align=\"right\"></div>\r\n<div align=\"right\">\r\n<div style=\"text-align: left;\" align=\"right\">Most stock indices reached new highs while bonds continued to rally. This scenario continues to be troublesome for most market professionals. As I have been noting recently, stocks usually do well when the expectation for economic growth is bullish. Contrary,  bonds usually do well when the economic outlook is bearish. Another market metric that has also been worrisome is the recent lack of volatility, volume and liquidity in the markets. Last week we continued to see mixed results from economic data with Consumer Confidence improving and the Chicago PMI strong and Case-Shiller Home Prices also beat expectations. However Personal Spending declined, GDP decline by 1% in the first quarter of 2014, Michigan Sentiment and Pending Home sales also disappointed. In the week ahead we have plenty of economic data including some of the most important reports. I will be watchful of the Employment Report, ISM Index, Initial Jobless Claims and ECB Policy decision just to name a few.</div>\r\n<div style=\"text-align: left;\" align=\"right\"></div>\r\n<div style=\"text-align: left;\" align=\"right\"><b>This may be the week for higher volatility and trading opportunities for  stocks, bonds, commodities and currencies.</b></div>\r\n<div style=\"text-align: left;\" align=\"right\"></div>\r\n<div style=\"text-align: left;\" align=\"right\"><span style=\"font-family: \'Comic Sans MS\', cursive; font-size: large;\">Joe Rios</span>\r\n<span style=\"font-size: medium;\">Chief Market Strategist</span>\r\n<a href=\"http://www.riosquant.com/\" target=\"_blank\">www.riosquant.com</a></div>\r\n<div style=\"text-align: left;\" align=\"right\"></div>\r\n<div style=\"text-align: left;\" align=\"right\"></div>\r\n<div style=\"text-align: left;\" align=\"right\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/ty-5-30.jpg\"><img class=\"aligncenter size-full wp-image-1781\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/ty-5-30.jpg\" alt=\"ty -5-30\" width=\"1077\" height=\"692\" /></a></div>\r\n<div style=\"text-align: left;\" align=\"right\"></div>\r\n<div style=\"text-align: left;\" align=\"right\"></div>\r\n<div style=\"text-align: left;\" align=\"right\">The US 10 Year Treasury Note - prices recently broke out of an ascending triangle. Where will prices go next? Back to test breakout or forward to previous highs? Regardless of which direction traders push prices to next, it should have an impact on most risk assets. In the week ahead it should prove prudent to keep a close watch on the bond market.</div>\r\n<div style=\"text-align: left;\" align=\"right\"></div>\r\n<div style=\"text-align: left;\" align=\"right\">\r\n<h2 style=\"font-weight: bold; color: black;\">Live Rooms and Events</h2>\r\n<div>Please take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n<div><span style=\"font-weight: bold;\">Contact Information for your Support Needs: </span>\r\nAmber Little, RQ Client Relations Manager\r\nemail: amber@riosquant.com\r\nskype: alittlemobile\r\ncellphone: 415.336.7272</div>\r\n</div>\r\n</div>\r\n<div style=\"text-align: left;\" align=\"right\"></div>\r\n</div>','','','inherit','open','closed','','1786-revision-v1','','','2014-06-02 11:47:30','2014-06-02 11:47:30','',1786,'http://www.thetradingroom.com/1786-revision-v1/',0,'revision','',0),(1789,2,'2014-06-02 11:49:45','2014-06-02 11:49:45','<div style=\"text-align: left;\" align=\"right\"><b>Is this the week we gain clarity from the markets?</b></div>\r\n<div style=\"text-align: left;\" align=\"right\"></div>\r\n<div align=\"right\">\r\n<div style=\"text-align: left;\" align=\"right\">Most stock indices reached new highs while bonds continued to rally. This scenario continues to be troublesome for most market professionals. As I have been noting recently, stocks usually do well when the expectation for economic growth is bullish. Contrary,  bonds usually do well when the economic outlook is bearish. Another market metric that has also been worrisome is the recent lack of volatility, volume and liquidity in the markets. Last week we continued to see mixed results from economic data with Consumer Confidence improving and the Chicago PMI strong and Case-Shiller Home Prices also beat expectations. However Personal Spending declined, GDP decline by 1% in the first quarter of 2014, Michigan Sentiment and Pending Home sales also disappointed. In the week ahead we have plenty of economic data including some of the most important reports. I will be watchful of the Employment Report, ISM Index, Initial Jobless Claims and ECB Policy decision just to name a few.</div>\r\n<div style=\"text-align: left;\" align=\"right\"></div>\r\n<div style=\"text-align: left;\" align=\"right\"><b>This may be the week for higher volatility and trading opportunities for  stocks, bonds, commodities and currencies.</b></div>\r\n<div style=\"text-align: left;\" align=\"right\"></div>\r\n<div style=\"text-align: left;\" align=\"right\"><span style=\"font-family: \'Comic Sans MS\', cursive; font-size: large;\">Joe Rios</span>\r\n<span style=\"font-size: medium;\">Chief Market Strategist</span>\r\n<a href=\"http://www.riosquant.com/\" target=\"_blank\">www.riosquant.com</a></div>\r\n<div style=\"text-align: left;\" align=\"right\"></div>\r\n<div style=\"text-align: left;\" align=\"right\"></div>\r\n<div style=\"text-align: left;\" align=\"right\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/ty-5-30.jpg\"><img class=\"aligncenter size-full wp-image-1781\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/ty-5-30.jpg\" alt=\"ty -5-30\" width=\"1077\" height=\"692\" /></a></div>\r\n<div style=\"text-align: left;\" align=\"right\"></div>\r\n<div style=\"text-align: left;\" align=\"right\"></div>\r\n<div style=\"text-align: left;\" align=\"right\">The US 10 Year Treasury Note - prices recently broke out of an ascending triangle. Where will prices go next? Back to test breakout or forward to previous highs? Regardless of which direction traders push prices to next, it should have an impact on most risk assets. In the week ahead it should prove prudent to keep a close watch on the bond market.</div>\r\n<div style=\"text-align: left;\" align=\"right\"></div>\r\n<div style=\"text-align: left;\" align=\"right\">\r\n<h2 style=\"font-weight: bold; color: black;\">Live Rooms and Events</h2>\r\n<div>Please take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n<div><span style=\"font-weight: bold;\">Contact Information for your Support Needs: </span>\r\nAmber Little, RQ Client Relations Manager\r\nemail: amber@riosquant.com\r\nskype: alittlemobile\r\ncellphone: 415.336.7272</div>\r\n<div></div>\r\n<div><strong>Live Trading Rooms and Events:</strong>\r\n<strong> </strong>\r\n\r\n<strong>The Trading Room </strong><strong>TradeLAB</strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong>Monday through Friday beginning at 7:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/669698886\">https://www3.gotomeeting.com/register/669698886</a></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<strong>Insider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios</strong>\r\n\r\n<strong>Monday beginning at 1:30pm ET</strong>\r\n\r\n<strong>Wednesday and Thursday beginning at 1<span data-term=\"goog_336287304\">:15 PM ET</span></strong>\r\n\r\n<strong>Subscription Only!</strong>\r\n\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the Rios Quant Trading Indicators:</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Tuesday beginning at 7:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/719082694\">https://www3.gotomeeting.com/register/719082694</a></strong>\r\n\r\nTopic: Locating Support and Resistance with GnosTick Levels\r\n\r\nPresenter: Steve Schwartz\r\n\r\n&nbsp;\r\n\r\n<strong>Thursday beginning at 1:00 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/739758926\">https://www3.gotomeeting.com/register/739758926</a></strong>\r\n\r\nTopic: Following the Money  Trail (live demo)\r\n\r\nPresenter: Steve Schwartz\r\n\r\n&nbsp;\r\n\r\n<strong>Saturday beginning at 10:30 AM ET</strong>\r\n\r\n<a href=\"https://www3.gotomeeting.com/register/745200390\"><strong>https://www3.gotomeeting.com/register/745200390</strong></a>\r\n\r\nTopic: Rios Quant Basics\r\n\r\nPresenter: Steve Schwartz\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The RiosQuant 90 Day Trading Program - Workshop</strong>\r\n\r\n<strong>Wednesday beginning at 7:30 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/726385054\">https://www3.gotomeeting.com/register/726385054</a></strong>\r\n\r\nTraining Session 9 of 12 with Edward Preston\r\n\r\nTopic: Correlation Analysis\r\n<h2>MONDAY</h2>\r\n<strong>Economic Data Release - Market Movers\r\n</strong>\r\n\r\nEUR - German Preliminary CPI  – All Day\r\n\r\nGBP - Manufacturing PMI – 4:30 AM ET\r\n\r\nUSD - ISM Manufacturing PMI  – 10:00 AM ET\r\n\r\nCNY - Non-Manufacturing PMI – 9:00 PM ET\r\n\r\nAUD - Retail Sales  – 9:30 PM ET\r\n\r\nCNY - HSBC Final Manufacturing PMI – 9:45 PM ET\r\n<h2>TUESDAY</h2>\r\n<strong>Economic Data Release - Market Movers\r\n</strong>\r\n\r\nAUD - Cash Rate and RBA Rate Statement  – 12:30 AM ET\r\n\r\nGBP - Construction PMI – 4:30 AM ET\r\n\r\nEUR - CPI Flash Estimate  – 5:00 AM ET\r\n\r\nAUD - GDP – 9:30 PM ET\r\n<h2>WEDNESDAY</h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nGBP - Services PMI – 4:30 AM ET\r\n\r\nG7 Meetings – Day One\r\n\r\nUSD - ADP Nonfarm Employment Change – 8:15 AM ET\r\n\r\nUSD - Trade Balance – 8:30 AM ET\r\n\r\nCAD - Trade Balance – 8:30 AM ET\r\n\r\nCAD - Overnight Rate and BOC Rate Statement – 10:00 AM ET\r\n\r\nUSD - ISM Nonmanufacturing  – 10:00 AM ET\r\n\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\n\r\nUSD - Beige Book – 2:00 PM ET\r\n\r\nAUD - Trade Balance – 9:30 PM ET\r\n\r\nCNY - HSBC Services PMI – 9:45 PM ET\r\n<h2>THURSDAY</h2>\r\n<strong>Economic Data Release - Market Movers\r\n</strong>\r\n\r\nG7 Meetings – Day Two\r\n\r\nGBP - Official Bank Rate – 7:00 AM ET\r\nEUR - Minimum Bid Rate – 7:45 AM ET\r\n\r\nCAD - Building Permits – 8:30 AM ET\r\n\r\nUSD - Unemployment Claims – 8:30 AM ET\r\n\r\nEUR - ECB Press Conference – 8:30 AM ET\r\n\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n<h2>FRIDAY</h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nCAD - Employment Change – 8:30 AM ET\r\n\r\nUSD - Nonfarm Employment Change – 8:30 AM ET\r\n\r\n</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"text-align: left;\" align=\"right\"></div>\r\n</div>','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1786-revision-v1','','','2014-06-02 11:49:45','2014-06-02 11:49:45','',1786,'http://www.thetradingroom.com/1786-revision-v1/',0,'revision','',0),(1790,2,'2014-06-03 12:25:09','2014-06-03 12:25:09','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:05 am ET </span></span>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">STOCKS - European stocks</span><span style=\"color: #2d2b2c;\"> declined from a six-year high as a report showing lower-than-estimated inflation in the euro area prompted investors to weigh the outlook for interest rates </span><span style=\"color: #2d2b2c;\">before Thursday’s European Central Bank meeting. U.S. futures were little changed, while Asian shares climbed.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">BONDS - </span><span style=\"color: #2a2a2a;\">As Treasuries give back some of this year’s rally, volatility is picking up after a lull during April and May.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Corn fell for a fourth day in Chicago after a report showed U.S. planting is near completion and most crops are in good condition, improving the prospects for record production.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The euro was 0.1 percent from its weakest level in more than three months against the dollar as data showing euro-area inflation slowed more than economists predicted strengthened the case for more stimulus.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">ECONOMIC DATA -</span><span style=\"font-family: Verdana, Helvetica, sans-serif;\"> US </span></span><span style=\"color: #000000;\">Factory Orders m/m due at 10:00, AUD </span><span style=\"color: #000000;\">GDP q/q at 21:30 ET.</span></div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-29','','','2014-06-03 12:25:09','2014-06-03 12:25:09','',0,'http://www.thetradingroom.com/?p=1790',0,'post','',0),(1791,2,'2014-06-03 12:25:09','2014-06-03 12:25:09','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:05 am ET </span></span>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">STOCKS - European stocks</span><span style=\"color: #2d2b2c;\"> declined from a six-year high as a report showing lower-than-estimated inflation in the euro area prompted investors to weigh the outlook for interest rates </span><span style=\"color: #2d2b2c;\">before Thursday’s European Central Bank meeting. U.S. futures were little changed, while Asian shares climbed.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">BONDS - </span><span style=\"color: #2a2a2a;\">As Treasuries give back some of this year’s rally, volatility is picking up after a lull during April and May.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Corn fell for a fourth day in Chicago after a report showed U.S. planting is near completion and most crops are in good condition, improving the prospects for record production.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The euro was 0.1 percent from its weakest level in more than three months against the dollar as data showing euro-area inflation slowed more than economists predicted strengthened the case for more stimulus.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">ECONOMIC DATA -</span><span style=\"font-family: Verdana, Helvetica, sans-serif;\"> US </span></span><span style=\"color: #000000;\">Factory Orders m/m due at 10:00, AUD </span><span style=\"color: #000000;\">GDP q/q at 21:30 ET.</span></div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1790-revision-v1','','','2014-06-03 12:25:09','2014-06-03 12:25:09','',1790,'http://www.thetradingroom.com/1790-revision-v1/',0,'revision','',0),(1792,2,'2014-06-04 11:22:41','2014-06-04 11:22:41','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:15 am ET </span></span>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">STOCKS - European stocks </span><span style=\"color: #2d2b2c;\">fell for a second day as investors weighed data on the euro-area economic growth for clues to European Central Bank</span><span style=\"color: #2d2b2c;\">’s policy decision tomorrow and awaited data on American jobs. U.S. index futures and Asian shares were little changed.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">BONDS -  US </span><span style=\"color: #2a2a2a;\">Treasuries traded range bound ahead of today\'s US employment report. </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">COMMODITIES - Crude Oil </span><span style=\"color: #2a2a2a;\">rose for a second day after an industry report showed crude inventories declined in the U.S., the world’s biggest oil consumer.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The US dollar rose its strongest level in four weeks against the yen as Treasury yields that had reached the highest versus their Group-of-Seven nation peers in almost a month boosted the allure of the U.S. currency.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">ECONOMIC DATA -</span><span style=\"font-family: Verdana, Helvetica, sans-serif;\"> US </span></span><span style=\"color: #000000;\">ADP Non-Farm Employment Change. US </span><span style=\"color: #000000;\">Trade Balance, CAD </span><span style=\"color: #000000;\">Trade Balance due at 8:30, US </span><span style=\"color: #000000;\">ISM Non-Manufacturing PMI,  </span><span style=\"color: #000000;\">BOC Rate Statement </span><span style=\"color: #000000;\">and CAD </span><span style=\"color: #000000;\">Overnight Rate at 10:00, </span><span style=\"color: #000000;\">Crude Oil Inventories at 10:30, US </span><span style=\"color: #000000;\">Beige Book at 14:00, AUD </span><span style=\"color: #000000;\">Trade Balance at 21:30 ET.</span></div>\r\n&nbsp;','Pre_Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre_market-trading-report-stocks-bonds-commodities-forex','','','2014-06-04 11:22:41','2014-06-04 11:22:41','',0,'http://www.thetradingroom.com/?p=1792',0,'post','',0),(1793,2,'2014-06-04 11:22:41','2014-06-04 11:22:41','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:15 am ET </span></span>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">STOCKS - European stocks </span><span style=\"color: #2d2b2c;\">fell for a second day as investors weighed data on the euro-area economic growth for clues to European Central Bank</span><span style=\"color: #2d2b2c;\">’s policy decision tomorrow and awaited data on American jobs. U.S. index futures and Asian shares were little changed.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">BONDS -  US </span><span style=\"color: #2a2a2a;\">Treasuries traded range bound ahead of today\'s US employment report. </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">COMMODITIES - Crude Oil </span><span style=\"color: #2a2a2a;\">rose for a second day after an industry report showed crude inventories declined in the U.S., the world’s biggest oil consumer.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The US dollar rose its strongest level in four weeks against the yen as Treasury yields that had reached the highest versus their Group-of-Seven nation peers in almost a month boosted the allure of the U.S. currency.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">ECONOMIC DATA -</span><span style=\"font-family: Verdana, Helvetica, sans-serif;\"> US </span></span><span style=\"color: #000000;\">ADP Non-Farm Employment Change. US </span><span style=\"color: #000000;\">Trade Balance, CAD </span><span style=\"color: #000000;\">Trade Balance due at 8:30, US </span><span style=\"color: #000000;\">ISM Non-Manufacturing PMI,  </span><span style=\"color: #000000;\">BOC Rate Statement </span><span style=\"color: #000000;\">and CAD </span><span style=\"color: #000000;\">Overnight Rate at 10:00, </span><span style=\"color: #000000;\">Crude Oil Inventories at 10:30, US </span><span style=\"color: #000000;\">Beige Book at 14:00, AUD </span><span style=\"color: #000000;\">Trade Balance at 21:30 ET.</span></div>\r\n&nbsp;','Pre_Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1792-revision-v1','','','2014-06-04 11:22:41','2014-06-04 11:22:41','',1792,'http://www.thetradingroom.com/1792-revision-v1/',0,'revision','',0),(1795,2,'2014-06-05 11:09:01','2014-06-05 11:09:01','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:00 am ET </span></span>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2d2b2c;\">European stocks were little changed, with the Stoxx Europe 600 Index trading near a six-year high, as investors awaited the outcome of the </span><a style=\"font-weight: bold; color: #003399;\" href=\"http://topics.bloomberg.com/european-central-bank/\">European Central Bank</a><span style=\"color: #2d2b2c;\">’s policy meeting. U.S. stock-index futures and Asian shares were also little changed.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasuries rose for the first time in six days as economists predicted the European Central Bank will cut interest rates today, making U.S. yields more attractive.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">COMMODITIES - Crude Oil </span><span style=\"color: #2a2a2a;\"> fell for a second day after inventories of gasoline and distillate fuels increased in the U.S., the world’s biggest oil consumer. Brent slipped before a meeting of the European Central Bank.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">Euro volatility surged to the highest in a year and price swings in Treasuries rose to a two-month high as investors speculated on the extent to which the European Central Bank will ease monetary policy today.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">ECONOMIC DATA -</span><span style=\"font-family: Verdana, Helvetica, sans-serif;\"> </span></span><span style=\"color: #000000;\">G7 Meetings all day, GBP </span><span style=\"color: #000000;\">Official Bank Rate due at 7:00, EUR </span><span style=\"color: #000000;\">Minimum Bid Rate at 7:45, </span><span style=\"color: #000000;\">ECB Press Conference, US </span><span style=\"color: #000000;\">Unemployment Claims and CAD </span><span style=\"color: #000000;\">Building Permits m/m all due at 8:30, CAD </span><span style=\"color: #000000;\">Ivey PMI at 10:00, </span><span style=\"color: #000000;\">Natural Gas Storage at 10:30 ET.</span></div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1794-revision-v1','','','2014-06-05 11:09:01','2014-06-05 11:09:01','',1794,'http://www.thetradingroom.com/1794-revision-v1/',0,'revision','',0),(1806,2,'2014-06-09 01:27:01','2014-06-09 01:27:01','','jim soy trade','','inherit','open','closed','','jim-soy-trade','','','2014-06-09 01:27:01','2014-06-09 01:27:01','',1805,'http://www.thetradingroom.com/wp-content/uploads/2014/06/jim-soy-trade.jpg',0,'attachment','image/jpeg',0),(1811,2,'2014-06-09 01:35:34','2014-06-09 01:35:34','<strong>Rethink Relative Performance Think RQ-Tech</strong>\r\n\r\nLast week\'s labor report and the ECB\'s aggressive monetary policy stance helped push stock indices higher.  As I have reminded our members these past few weeks, we need to listen to the market\'s message and not base our trades on our own opinions. One method of listening to the market is by measuring relative performance between key markets and thus identify rotation flows.\r\n\r\nThere are several ways to measure the performance of markets, typically on either an absolute or a relative basis. Price change over a specified time period is an example of absolute performance, while relative performance communicates how well a market has performed compared to some benchmark(s),  like the S&amp;P 500, US Treasury 10 Yr. Note and/or the US Dollar.\r\n\r\nThe RiosQuant approach to market selection is to utilize the three major asset classes as benchmarks in order to identify rotation flows and risk sentiment. For day traders selecting markets poised for aggressive price action is of utmost importance, regardless of the style of trading.  Applying correlation analysis to relative performance can add another layer of predictive value.\r\n\r\nThe RQ-Tech\'s ability to mine data and number crunch complex and lengthy calculations in milliseconds can be advantageous in making quick decisions, especially during fast moving markets.  I have often said that market selection is one of the most important aspects of trading successfully. Whether you are a trend  trader, mean reversion or momentum trader.  Knowing which markets are under aggressive accumulation and/or distribution can be your game changer for succeeding as a trader.\r\n\r\nLast week the stock indices moved higher and the US 10 Yr. Note and Japanese Yen traded lower, due mostly to improved risk appetite.  But not all risk assets followed as you can see on the chart below \"Relative Performance - Risk Assets\", Copper and Crude Oil underperformed.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-perf-6-8.jpg\"><img class=\"aligncenter size-full wp-image-1801\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-perf-6-8.jpg\" alt=\"relative perf 6-8\" width=\"874\" height=\"496\" /></a>\r\n\r\nAre the risk currencies decoupling from the US 10 Yr. Note? Will they  follow the S&amp;P 500 in the week ahead? In the currency market the Australian Dollar was the outperformer closing the week strong along with the S&amp;P 500.  As you can see in the chart below \"Relative Performance - Currencies\", the negative correlation between the S&amp;P 500 and the Japanese Yen continued but the Euro, Swiss Franc and British Pound traded close to each other and finished the week slightly higher.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-perf-currencies-6-8.jpg\"><img class=\"aligncenter size-full wp-image-1802\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-perf-currencies-6-8.jpg\" alt=\"relative perf currencies 6-8\" width=\"967\" height=\"505\" /></a>\r\n\r\nIn the commodity market Natural Gas was the outperformer while Soy closed the week lower.  The RQ Cross Box quant ranking has been mostly bearish since May as Corn prices have been steadily dropping but Corn and Wheat reversed on Friday regaining most of the week\'s losses on what appeared to be short covering ahead of the weekend.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-perf-indep.jpg\"><img class=\"aligncenter size-full wp-image-1803\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-perf-indep.jpg\" alt=\"relative perf indep\" width=\"978\" height=\"494\" /></a>\r\n\r\nIn the week ahead I will continue to monitor rotation flows and correlations in the currency markets as well as in the risk assets. I will also look to the independent asset classes for trading opportunities.Natural Gas and the Grains afforded us some opportunities, as you can see on the chart below, our member Jim took 2 Soy futures short for a winning trade.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/jim-soy-trade.jpg\"><img class=\"aligncenter size-full wp-image-1806\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/jim-soy-trade.jpg\" alt=\"jim soy trade\" width=\"917\" height=\"454\" /></a>\r\n\r\n&nbsp;\r\n\r\n<strong>Live Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: </strong>\r\nAmber Little, RQ Client Relations Manager\r\nemail: amber@riosquant.com\r\nskype: alittlemobile\r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room TradeLAB</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/542156390\">https://www3.gotomeeting.com/register/542156390</a></strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong>Monday through Friday beginning at 7:30 AM ET</strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n&nbsp;\r\n\r\n<strong>Insider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios</strong>\r\n\r\n<strong>Monday, Wednesday and Thursday beginning at 1:30pm ET</strong>\r\n\r\n<strong>Subscription Only!</strong>\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the Rios Quant Trading Indicators:</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Monday beginning at 7:00 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/393359470\">https://www3.gotomeeting.com/register/393359470</a></strong>\r\n\r\nTopic: Looking for this Week\'s Trading Patterns\r\n\r\nPresenter: Steve Schwartz\r\n\r\n&nbsp;\r\n\r\n<strong>The RiosQuant 90 Day Training Program - Workshop</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/352383110\">https://www3.gotomeeting.com/register/352383110</a></strong>\r\n\r\n<strong>Wednesday beginning at 7:30 PM ET</strong>\r\n\r\nTraining Session 10 of 12 with Steve Schwartz\r\n\r\nTopic: RQ-Einstein Auto-Trading\r\n\r\n&nbsp;\r\n\r\n<strong>Thursday beginning at 7:30 PM ET</strong>\r\n\r\n<a href=\"https://www3.gotomeeting.com/register/358668390\"><strong>https://www3.gotomeeting.com/register/358668390</strong></a>\r\n\r\nTopic: The Next Big Swing\r\n\r\nPresenter: Edward Preston\r\n\r\n&nbsp;\r\n\r\n<strong>Saturday beginning at 10:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/406974054\">https://www3.gotomeeting.com/register/406974054</a></strong>\r\n\r\nTopic: Momentum Trading With RQ-Channel\r\n\r\nPresenter: Steve Schwartz\r\n\r\n<strong>MONDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nCAD - Housing Starts  – 8:15 AM ET\r\n\r\nAUD - RBA Gov. Stevens Speaks – 12:00 PM ET\r\n\r\nUSD - Grain Crop Progress  – 4:00 PM ET\r\n\r\nAUD - NAB Business Confidence – 9:30 PM ET\r\n\r\nCNY - CPI and PPI  – 9:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nGBP - Manufacturing Production – 4:30 AM ET\r\n\r\nAUD - Westpac Consumer Sentiment – 8:30 PM ET\r\n\r\n<strong>WEDNESDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nOPEC Meetings – All Day\r\n\r\nGBP - Unemployment Rate – 4:30 AM ET\r\n\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\n\r\nUSD - Grains Crop Production – 12:00 PM ET\r\n\r\nUSD - Grains World Markets and Trade – 12:15 PM ET\r\n\r\nNZD - RBNZ Rate Statement and Monetary\r\n\r\nPolicy Statement  – 5:00 PM ET\r\n\r\nAUD - Unemployment Rate – 9:30 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nUSD - Retail Sales and Unemployment Claims – 8:30 AM ET\r\nUSD - Grains Weekly Export Sales – 8:30 AM ET\r\n\r\nUSD - Business Inventories – 10:00 AM ET\r\n\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n\r\nCAD - Boc Gov. Poloz Speaks – 11:15 AM ET\r\n\r\nGBP - Gov. Carney Speaks – 6:00 PM ET\r\n\r\nJPY - Monetary Policy Statement – Tentative\r\n\r\n<strong>FRIDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nCNY - Industrial Production – 1:30 AM ET\r\n\r\nJPY - Boj Press Conference – Tentative\r\n\r\nCAD - Manufacturing Sales – 8:30 AM ET\r\n\r\nUSD - PPI – 8:30 AM ET\r\n\r\nUSD - Prelim Uom Consumer Sentiment – 9:55 AM ET\r\n\r\nUSD - Grains Wheat Outlook – 1:00 PM ET\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in The Global Financial Markets','','inherit','open','closed','','1805-revision-v1','','','2014-06-09 01:35:34','2014-06-09 01:35:34','',1805,'http://www.thetradingroom.com/1805-revision-v1/',0,'revision','',0),(1808,2,'2014-06-09 01:29:33','2014-06-09 01:29:33','<strong>Rethink Relative Performance Think RQ-Tech</strong>\r\n\r\nLast week\'s labor report and the ECB\'s aggressive monetary policy stance helped push stock indices higher.  As I have reminded our members these past few weeks, we need to listen to the market\'s message and not base our trades on our own opinions. One method of listening to the market is by measuring relative performance between key markets and thus identify rotation flows.\r\n\r\nThere are several ways to measure the performance of markets, typically on either an absolute or a relative basis. Price change over a specified time period is an example of absolute performance, while relative performance communicates how well a market has performed compared to some benchmark(s),  like the S&amp;P 500, US Treasury 10 Yr. Note and/or the US Dollar.\r\n\r\nThe RiosQuant approach to market selection is to utilize the three major asset classes as benchmarks in order to identify rotation flows and risk sentiment. For day traders selecting markets poised for aggressive price action is of utmost importance, regardless of the style of trading.  Applying correlation analysis to relative performance can add another layer of predictive value.\r\n\r\nThe RQ-Tech\'s ability to mine data and number crunch complex and lengthy calculations in milliseconds can be advantageous in making quick decisions, especially during fast moving markets.  I have often said that market selection is one of the most important aspects of trading successfully. Whether you are a trend  trader, mean reversion or momentum trader.  Knowing which markets are under aggressive accumulation and/or distribution can be your game changer for succeeding as a trader.\r\n\r\nLast week the stock indices moved higher and the US 10 Yr. Note and Japanese Yen traded lower, due mostly to improved risk appetite.  But not all risk assets followed as you can see on the chart below \"Relative Performance - Risk Assets\", Copper and Crude Oil underperformed.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-perf-6-8.jpg\"><img class=\"aligncenter size-full wp-image-1801\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-perf-6-8.jpg\" alt=\"relative perf 6-8\" width=\"874\" height=\"496\" /></a>\r\n\r\nAre the risk currencies decoupling from the US 10 Yr. Note? Will they  follow the S&amp;P 500 in the week ahead? In the currency market the Australian Dollar was the outperformer closing the week strong along with the S&amp;P 500.  As you can see in the chart below \"Relative Performance - Currencies\", the negative correlation between the S&amp;P 500 and the Japanese Yen continued but the Euro, Swiss Franc and British Pound traded close to each other and finished the week slightly higher.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-perf-currencies-6-8.jpg\"><img class=\"aligncenter size-full wp-image-1802\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-perf-currencies-6-8.jpg\" alt=\"relative perf currencies 6-8\" width=\"967\" height=\"505\" /></a>\r\n\r\nIn the commodity market Natural Gas was the outperformer while Soy closed the week lower.  The RQ Cross Box quant ranking has been mostly bearish since May as Corn prices have been steadily dropping but Corn and Wheat reversed on Friday regaining most of the week\'s losses on what appeared to be short covering ahead of the weekend.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-perf-indep.jpg\"><img class=\"aligncenter size-full wp-image-1803\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-perf-indep.jpg\" alt=\"relative perf indep\" width=\"978\" height=\"494\" /></a>\r\n\r\nIn the week ahead I will continue to monitor rotation flows and correlations in the currency markets as well as in the risk assets. I will also look to the independent asset classes for trading opportunities.Natural Gas and the Grains afforded us some opportunities, as you can see on the chart below, our member Jim took 2 Soy futures short for a winning trade.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/jim-soy-trade.jpg\"><img class=\"aligncenter size-full wp-image-1806\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/jim-soy-trade.jpg\" alt=\"jim soy trade\" width=\"917\" height=\"454\" /></a>\r\n<table width=\"415\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<table width=\"415\">\r\n<tbody>\r\n<tr>\r\n<td>Joe Rios\r\nChief Market Strategist\r\n<a href=\"http://www.riosquant.com/\">www.riosquant.com</a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h2>Live Rooms and Events</h2>\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<b>Contact Information for your Support Needs: </b>\r\nAmber Little, RQ Client Relations Manager\r\nemail: amber@riosquant.com\r\nskype: alittlemobile\r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong>The Trading Room </strong><strong>TradeLAB</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/542156390\">https://www3.gotomeeting.com/register/542156390</a></strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong>Monday through Friday beginning at 7:30 AM ET</strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n&nbsp;\r\n\r\n<strong>Insider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios</strong>\r\n\r\n<strong>Monday, Wednesday and Thursday beginning at 1:30pm ET</strong>\r\n\r\n<strong>Subscription Only!</strong>\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the Rios Quant Trading Indicators:</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Monday beginning at 7:00 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/393359470\">https://www3.gotomeeting.com/register/393359470</a></strong>\r\n\r\nTopic: Looking for this Week\'s Trading Patterns\r\n\r\nPresenter: Steve Schwartz\r\n\r\n&nbsp;\r\n\r\n<strong>The RiosQuant 90 Day Training Program - Workshop</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/352383110\">https://www3.gotomeeting.com/register/352383110</a></strong>\r\n\r\n<strong>Wednesday beginning at 7:30 PM ET</strong>\r\n\r\nTraining Session 10 of 12 with Steve Schwartz\r\n\r\nTopic: RQ-Einstein Auto-Trading\r\n\r\n&nbsp;\r\n\r\n<strong>Thursday beginning at 7:30 PM ET</strong>\r\n\r\n<a href=\"https://www3.gotomeeting.com/register/358668390\"><strong>https://www3.gotomeeting.com/register/358668390</strong></a>\r\n\r\nTopic: The Next Big Swing\r\n\r\nPresenter: Edward Preston\r\n\r\n&nbsp;\r\n\r\n<strong>Saturday beginning at 10:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/406974054\">https://www3.gotomeeting.com/register/406974054</a></strong>\r\n\r\nTopic: Momentum Trading With RQ-Channel\r\n\r\nPresenter: Steve Schwartz\r\n<h2>MONDAY</h2>\r\n<strong>Economic Data Release - Market Movers\r\n</strong>\r\n\r\nCAD - Housing Starts  – 8:15 AM ET\r\n\r\nAUD - RBA Gov. Stevens Speaks – 12:00 PM ET\r\n\r\nUSD - Grain Crop Progress  – 4:00 PM ET\r\n\r\nAUD - NAB Business Confidence – 9:30 PM ET\r\n\r\nCNY - CPI and PPI  – 9:30 PM ET\r\n<h2>TUESDAY</h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nGBP - Manufacturing Production – 4:30 AM ET\r\n\r\nAUD - Westpac Consumer Sentiment – 8:30 PM ET\r\n<h2>WEDNESDAY</h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nOPEC Meetings – All Day\r\n\r\nGBP - Unemployment Rate – 4:30 AM ET\r\n\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\n\r\nUSD - Grains Crop Production – 12:00 PM ET\r\n\r\nUSD - Grains World Markets and Trade – 12:15 PM ET\r\n\r\nNZD - RBNZ Rate Statement and Monetary\r\n\r\nPolicy Statement  – 5:00 PM ET\r\n\r\nAUD - Unemployment Rate – 9:30 PM ET\r\n<h2>THURSDAY</h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nUSD - Retail Sales and Unemployment Claims – 8:30 AM ET\r\nUSD - Grains Weekly Export Sales – 8:30 AM ET\r\n\r\nUSD - Business Inventories – 10:00 AM ET\r\n\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n\r\nCAD - Boc Gov. Poloz Speaks – 11:15 AM ET\r\n\r\nGBP - Gov. Carney Speaks – 6:00 PM ET\r\n\r\nJPY - Monetary Policy Statement – Tenative\r\n<h2>FRIDAY</h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nCNY - Industrial Production – 1:30 AM ET\r\n\r\nJPY - Boj Press Conference – Tentative\r\n\r\nCAD - Manufacturing Sales – 8:30 AM ET\r\n\r\nUSD - PPI – 8:30 AM ET\r\n\r\nUSD - Prelim Uom Consumer Sentiment – 9:55 AM ET\r\n\r\nUSD - Grains Wheat Outlook – 1:00 PM ET</td>\r\n</tr>\r\n</tbody>\r\n</table>','The Week Ahead in The Global Financial Markets','','inherit','open','closed','','1805-revision-v1','','','2014-06-09 01:29:33','2014-06-09 01:29:33','',1805,'http://www.thetradingroom.com/1805-revision-v1/',0,'revision','',0),(1807,2,'2014-06-09 01:28:03','2014-06-09 01:28:03','<strong>Rethink Relative Performance Think RQ-Tech</strong>\r\n\r\nLast week\'s labor report and the ECB\'s aggressive monetary policy stance helped push stock indices higher.  As I have reminded our members these past few weeks, we need to listen to the market\'s message and not base our trades on our own opinions. One method of listening to the market is by measuring relative performance between key markets and thus identify rotation flows.\r\n\r\nThere are several ways to measure the performance of markets, typically on either an absolute or a relative basis. Price change over a specified time period is an example of absolute performance, while relative performance communicates how well a market has performed compared to some benchmark(s),  like the S&amp;P 500, US Treasury 10 Yr. Note and/or the US Dollar.\r\n\r\nThe RiosQuant approach to market selection is to utilize the three major asset classes as benchmarks in order to identify rotation flows and risk sentiment. For day traders selecting markets poised for aggressive price action is of utmost importance, regardless of the style of trading.  Applying correlation analysis to relative performance can add another layer of predictive value.\r\n\r\nThe RQ-Tech\'s ability to mine data and number crunch complex and lengthy calculations in milliseconds can be advantageous in making quick decisions, especially during fast moving markets.  I have often said that market selection is one of the most important aspects of trading successfully. Whether you are a trend  trader, mean reversion or momentum trader.  Knowing which markets are under aggressive accumulation and/or distribution can be your game changer for succeeding as a trader.\r\n\r\nLast week the stock indices moved higher and the US 10 Yr. Note and Japanese Yen traded lower, due mostly to improved risk appetite.  But not all risk assets followed as you can see on the chart below \"Relative Performance - Risk Assets\", Copper and Crude Oil underperformed.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-perf-6-8.jpg\"><img class=\"aligncenter size-full wp-image-1801\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-perf-6-8.jpg\" alt=\"relative perf 6-8\" width=\"874\" height=\"496\" /></a>\r\n\r\nAre the risk currencies decoupling from the US 10 Yr. Note? Will they  follow the S&amp;P 500 in the week ahead? In the currency market the Australian Dollar was the outperformer closing the week strong along with the S&amp;P 500.  As you can see in the chart below \"Relative Performance - Currencies\", the negative correlation between the S&amp;P 500 and the Japanese Yen continued but the Euro, Swiss Franc and British Pound traded close to each other and finished the week slightly higher.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-perf-currencies-6-8.jpg\"><img class=\"aligncenter size-full wp-image-1802\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-perf-currencies-6-8.jpg\" alt=\"relative perf currencies 6-8\" width=\"967\" height=\"505\" /></a>\r\n\r\nIn the commodity market Natural Gas was the outperformer while Soy closed the week lower.  The RQ Cross Box quant ranking has been mostly bearish since May as Corn prices have been steadily dropping but Corn and Wheat reversed on Friday regaining most of the week\'s losses on what appeared to be short covering ahead of the weekend.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-perf-indep.jpg\"><img class=\"aligncenter size-full wp-image-1803\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-perf-indep.jpg\" alt=\"relative perf indep\" width=\"978\" height=\"494\" /></a>\r\n\r\nIn the week ahead I will continue to monitor rotation flows and correlations in the currency markets as well as in the risk assets. I will also look to the independent asset classes for trading opportunities.Natural Gas and the Grains afforded us some opportunities, as you can see on the chart below, our member Jim took 2 Soy futures short for a winning trade.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/jim-soy-trade.jpg\"><img class=\"aligncenter size-full wp-image-1806\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/jim-soy-trade.jpg\" alt=\"jim soy trade\" width=\"917\" height=\"454\" /></a>\r\n<table width=\"415\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<table width=\"415\">\r\n<tbody>\r\n<tr>\r\n<td>\r\nJoe Rios\r\nChief Market Strategist\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/692e218ef4/TEST/a80c4dbd89\">www.riosquant.com</a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h2>Live Rooms and Events</h2>\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<b>Contact Information for your Support Needs: </b>\r\nAmber Little, RQ Client Relations Manager\r\nemail: <a href=\"mailto:amber@riosquant.com\">amber@riosquant.com</a>\r\nskype: alittlemobile\r\ncellphone: <a href=\"tel:415.336.7272\">415.336.7272</a>\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong>The Trading Room </strong><strong>TradeLAB</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/692e218ef4/TEST/7b6bc2807c\">https://www3.gotomeeting.com/register/542156390</a></strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><span data-term=\"goog_1459778417\">Monday</span> through <span data-term=\"goog_1459778418\">Friday</span> beginning at <span data-term=\"goog_1459778419\">7:30 AM ET</span></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n&nbsp;\r\n\r\n<strong>Insider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios</strong>\r\n\r\n<strong><span data-term=\"goog_1459778420\">Monday</span>, <span data-term=\"goog_1459778421\">Wednesday</span> and <span data-term=\"goog_1459778422\">Thursday</span> beginning at <span data-term=\"goog_1459778423\">1:30pm ET</span></strong>\r\n\r\n<strong>Subscription Only!</strong>\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the Rios Quant Trading Indicators:</strong>\r\n\r\n&nbsp;\r\n\r\n<strong><span data-term=\"goog_1459778424\">Monday</span> beginning at <span data-term=\"goog_1459778425\">7:00 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/692e218ef4/TEST/c960c54585\">https://www3.gotomeeting.com/register/393359470</a></strong>\r\n\r\nTopic: Looking for this Week\'s Trading Patterns\r\n\r\nPresenter: Steve Schwartz\r\n\r\n&nbsp;\r\n\r\n<strong>The RiosQuant 90 Day Training Program - Workshop</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/692e218ef4/TEST/74c57a5c86\">https://www3.gotomeeting.com/register/352383110</a></strong>\r\n\r\n<strong><span data-term=\"goog_1459778426\">Wednesday</span> beginning at <span data-term=\"goog_1459778427\">7:30 PM ET</span></strong>\r\n\r\nTraining Session 10 of 12 with Steve Schwartz\r\n\r\nTopic: RQ-Einstein Auto-Trading\r\n\r\n&nbsp;\r\n\r\n<strong><span data-term=\"goog_1459778428\">Thursday</span> beginning at <span data-term=\"goog_1459778429\">7:30 PM ET</span></strong>\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/692e218ef4/TEST/d02edebcfb\"><strong>https://www3.gotomeeting.com/register/358668390</strong></a>\r\n\r\nTopic: The Next Big Swing\r\n\r\nPresenter: Edward Preston\r\n\r\n&nbsp;\r\n\r\n<strong><span data-term=\"goog_1459778430\">Saturday</span> beginning at <span data-term=\"goog_1459778431\">10:30 AM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/692e218ef4/TEST/442ed853ef\">https://www3.gotomeeting.com/register/406974054</a></strong>\r\n\r\nTopic: Momentum Trading With RQ-Channel\r\n\r\nPresenter: Steve Schwartz\r\n<h2><span data-term=\"goog_1459778432\">MONDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers\r\n</strong>\r\n\r\nCAD - Housing Starts  – <span data-term=\"goog_1459778433\">8:15 AM ET</span>\r\n\r\nAUD - RBA Gov. Stevens Speaks – <span data-term=\"goog_1459778434\">12:00 PM ET</span>\r\n\r\nUSD - Grain Crop Progress  – <span data-term=\"goog_1459778435\">4:00 PM ET</span>\r\n\r\nAUD - NAB Business Confidence – <span data-term=\"goog_1459778436\">9:30 PM ET</span>\r\n\r\nCNY - CPI and PPI  – <span data-term=\"goog_1459778437\">9:30 PM ET</span>\r\n<h2><span data-term=\"goog_1459778438\">TUESDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nGBP - Manufacturing Production – <span data-term=\"goog_1459778439\">4:30 AM ET</span>\r\n\r\nAUD - Westpac Consumer Sentiment – <span data-term=\"goog_1459778440\">8:30 PM ET</span>\r\n<h2><span data-term=\"goog_1459778441\">WEDNESDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nOPEC Meetings – All Day\r\n\r\nGBP - Unemployment Rate – <span data-term=\"goog_1459778442\">4:30 AM ET</span>\r\n\r\nUSD - Crude Oil Inventories – <span data-term=\"goog_1459778443\">10:30 AM ET</span>\r\n\r\nUSD - Grains Crop Production – <span data-term=\"goog_1459778444\">12:00 PM ET</span>\r\n\r\nUSD - Grains World Markets and Trade – <span data-term=\"goog_1459778445\">12:15 PM ET</span>\r\n\r\nNZD - RBNZ Rate Statement and Monetary\r\n\r\nPolicy Statement  – <span data-term=\"goog_1459778446\">5:00 PM ET</span>\r\n\r\nAUD - Unemployment Rate – <span data-term=\"goog_1459778447\">9:30 PM ET</span>\r\n<h2><span data-term=\"goog_1459778448\">THURSDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nUSD - Retail Sales and Unemployment Claims – <span data-term=\"goog_1459778449\">8:30 AM ET</span>\r\nUSD - Grains Weekly Export Sales – <span data-term=\"goog_1459778450\">8:30 AM ET</span>\r\n\r\nUSD - Business Inventories – <span data-term=\"goog_1459778451\">10:00 AM ET</span>\r\n\r\nUSD - Natural Gas Storage – <span data-term=\"goog_1459778452\">10:30 AM ET</span>\r\n\r\nCAD - Boc Gov. Poloz Speaks – <span data-term=\"goog_1459778453\">11:15 AM ET</span>\r\n\r\nGBP - Gov. Carney Speaks – <span data-term=\"goog_1459778454\">6:00 PM ET</span>\r\n\r\nJPY - Monetary Policy Statement – Tenative\r\n<h2><span data-term=\"goog_1459778455\">FRIDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nCNY - Industrial Production – <span data-term=\"goog_1459778456\">1:30 AM ET</span>\r\n\r\nJPY - Boj Press Conference – Tentative\r\n\r\nCAD - Manufacturing Sales – <span data-term=\"goog_1459778457\">8:30 AM ET</span>\r\n\r\nUSD - PPI – <span data-term=\"goog_1459778458\">8:30 AM ET</span>\r\n\r\nUSD - Prelim Uom Consumer Sentiment – <span data-term=\"goog_1459778459\">9:55 AM ET</span>\r\n\r\nUSD - Grains Wheat Outlook – <span data-term=\"goog_1459778460\">1:00 PM ET</span></td>\r\n</tr>\r\n</tbody>\r\n</table>','The Week Ahead in The Global Financial Markets','','inherit','open','closed','','1805-revision-v1','','','2014-06-09 01:28:03','2014-06-09 01:28:03','',1805,'http://www.thetradingroom.com/1805-revision-v1/',0,'revision','',0),(1809,2,'2014-06-09 01:31:25','2014-06-09 01:31:25','<strong>Rethink Relative Performance Think RQ-Tech</strong>\r\n\r\nLast week\'s labor report and the ECB\'s aggressive monetary policy stance helped push stock indices higher.  As I have reminded our members these past few weeks, we need to listen to the market\'s message and not base our trades on our own opinions. One method of listening to the market is by measuring relative performance between key markets and thus identify rotation flows.\r\n\r\nThere are several ways to measure the performance of markets, typically on either an absolute or a relative basis. Price change over a specified time period is an example of absolute performance, while relative performance communicates how well a market has performed compared to some benchmark(s),  like the S&amp;P 500, US Treasury 10 Yr. Note and/or the US Dollar.\r\n\r\nThe RiosQuant approach to market selection is to utilize the three major asset classes as benchmarks in order to identify rotation flows and risk sentiment. For day traders selecting markets poised for aggressive price action is of utmost importance, regardless of the style of trading.  Applying correlation analysis to relative performance can add another layer of predictive value.\r\n\r\nThe RQ-Tech\'s ability to mine data and number crunch complex and lengthy calculations in milliseconds can be advantageous in making quick decisions, especially during fast moving markets.  I have often said that market selection is one of the most important aspects of trading successfully. Whether you are a trend  trader, mean reversion or momentum trader.  Knowing which markets are under aggressive accumulation and/or distribution can be your game changer for succeeding as a trader.\r\n\r\nLast week the stock indices moved higher and the US 10 Yr. Note and Japanese Yen traded lower, due mostly to improved risk appetite.  But not all risk assets followed as you can see on the chart below \"Relative Performance - Risk Assets\", Copper and Crude Oil underperformed.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-perf-6-8.jpg\"><img class=\"aligncenter size-full wp-image-1801\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-perf-6-8.jpg\" alt=\"relative perf 6-8\" width=\"874\" height=\"496\" /></a>\r\n\r\nAre the risk currencies decoupling from the US 10 Yr. Note? Will they  follow the S&amp;P 500 in the week ahead? In the currency market the Australian Dollar was the outperformer closing the week strong along with the S&amp;P 500.  As you can see in the chart below \"Relative Performance - Currencies\", the negative correlation between the S&amp;P 500 and the Japanese Yen continued but the Euro, Swiss Franc and British Pound traded close to each other and finished the week slightly higher.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-perf-currencies-6-8.jpg\"><img class=\"aligncenter size-full wp-image-1802\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-perf-currencies-6-8.jpg\" alt=\"relative perf currencies 6-8\" width=\"967\" height=\"505\" /></a>\r\n\r\nIn the commodity market Natural Gas was the outperformer while Soy closed the week lower.  The RQ Cross Box quant ranking has been mostly bearish since May as Corn prices have been steadily dropping but Corn and Wheat reversed on Friday regaining most of the week\'s losses on what appeared to be short covering ahead of the weekend.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-perf-indep.jpg\"><img class=\"aligncenter size-full wp-image-1803\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-perf-indep.jpg\" alt=\"relative perf indep\" width=\"978\" height=\"494\" /></a>\r\n\r\nIn the week ahead I will continue to monitor rotation flows and correlations in the currency markets as well as in the risk assets. I will also look to the independent asset classes for trading opportunities.Natural Gas and the Grains afforded us some opportunities, as you can see on the chart below, our member Jim took 2 Soy futures short for a winning trade.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/jim-soy-trade.jpg\"><img class=\"aligncenter size-full wp-image-1806\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/jim-soy-trade.jpg\" alt=\"jim soy trade\" width=\"917\" height=\"454\" /></a>\r\n<table width=\"415\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<table width=\"415\">\r\n<tbody>\r\n<tr>\r\n<td><strong>Joe Rios</strong>\r\n<strong>Chief Market Strategist</strong>\r\n<strong><a href=\"http://www.riosquant.com/\">www.riosquant.com</a></strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h2>Live Rooms and Events</h2>\r\n<strong>Please take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.</strong>\r\n\r\n<b>Contact Information for your Support Needs: </b>\r\nAmber Little, RQ Client Relations Manager\r\nemail: amber@riosquant.com\r\nskype: alittlemobile\r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong>The Trading Room </strong><strong>TradeLAB</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/542156390\">https://www3.gotomeeting.com/register/542156390</a></strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong>Monday through Friday beginning at 7:30 AM ET</strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n&nbsp;\r\n\r\n<strong>Insider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios</strong>\r\n\r\n<strong>Monday, Wednesday and Thursday beginning at 1:30pm ET</strong>\r\n\r\n<strong>Subscription Only!</strong>\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the Rios Quant Trading Indicators:</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Monday beginning at 7:00 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/393359470\">https://www3.gotomeeting.com/register/393359470</a></strong>\r\n\r\nTopic: Looking for this Week\'s Trading Patterns\r\n\r\nPresenter: Steve Schwartz\r\n\r\n&nbsp;\r\n\r\n<strong>The RiosQuant 90 Day Training Program - Workshop</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/352383110\">https://www3.gotomeeting.com/register/352383110</a></strong>\r\n\r\n<strong>Wednesday beginning at 7:30 PM ET</strong>\r\n\r\nTraining Session 10 of 12 with Steve Schwartz\r\n\r\nTopic: RQ-Einstein Auto-Trading\r\n\r\n&nbsp;\r\n\r\n<strong>Thursday beginning at 7:30 PM ET</strong>\r\n\r\n<a href=\"https://www3.gotomeeting.com/register/358668390\"><strong>https://www3.gotomeeting.com/register/358668390</strong></a>\r\n\r\nTopic: The Next Big Swing\r\n\r\nPresenter: Edward Preston\r\n\r\n&nbsp;\r\n\r\n<strong>Saturday beginning at 10:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/406974054\">https://www3.gotomeeting.com/register/406974054</a></strong>\r\n\r\nTopic: Momentum Trading With RQ-Channel\r\n\r\nPresenter: Steve Schwartz\r\n<h2>MONDAY</h2>\r\n<strong>Economic Data Release - Market Movers\r\n</strong>\r\n\r\nCAD - Housing Starts  – 8:15 AM ET\r\n\r\nAUD - RBA Gov. Stevens Speaks – 12:00 PM ET\r\n\r\nUSD - Grain Crop Progress  – 4:00 PM ET\r\n\r\nAUD - NAB Business Confidence – 9:30 PM ET\r\n\r\nCNY - CPI and PPI  – 9:30 PM ET\r\n<h2>TUESDAY</h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nGBP - Manufacturing Production – 4:30 AM ET\r\n\r\nAUD - Westpac Consumer Sentiment – 8:30 PM ET\r\n<h2>WEDNESDAY</h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nOPEC Meetings – All Day\r\n\r\nGBP - Unemployment Rate – 4:30 AM ET\r\n\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\n\r\nUSD - Grains Crop Production – 12:00 PM ET\r\n\r\nUSD - Grains World Markets and Trade – 12:15 PM ET\r\n\r\nNZD - RBNZ Rate Statement and Monetary\r\n\r\nPolicy Statement  – 5:00 PM ET\r\n\r\nAUD - Unemployment Rate – 9:30 PM ET\r\n<h2>THURSDAY</h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nUSD - Retail Sales and Unemployment Claims – 8:30 AM ET\r\nUSD - Grains Weekly Export Sales – 8:30 AM ET\r\n\r\nUSD - Business Inventories – 10:00 AM ET\r\n\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n\r\nCAD - Boc Gov. Poloz Speaks – 11:15 AM ET\r\n\r\nGBP - Gov. Carney Speaks – 6:00 PM ET\r\n\r\nJPY - Monetary Policy Statement – Tenative\r\n<h2>FRIDAY</h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nCNY - Industrial Production – 1:30 AM ET\r\n\r\nJPY - Boj Press Conference – Tentative\r\n\r\nCAD - Manufacturing Sales – 8:30 AM ET\r\n\r\nUSD - PPI – 8:30 AM ET\r\n\r\nUSD - Prelim Uom Consumer Sentiment – 9:55 AM ET\r\n\r\nUSD - Grains Wheat Outlook – 1:00 PM ET</td>\r\n</tr>\r\n</tbody>\r\n</table>','The Week Ahead in The Global Financial Markets','','inherit','open','closed','','1805-revision-v1','','','2014-06-09 01:31:25','2014-06-09 01:31:25','',1805,'http://www.thetradingroom.com/1805-revision-v1/',0,'revision','',0),(1810,2,'2014-06-09 01:33:23','2014-06-09 01:33:23','<strong>Rethink Relative Performance Think RQ-Tech</strong>\r\n\r\nLast week\'s labor report and the ECB\'s aggressive monetary policy stance helped push stock indices higher.  As I have reminded our members these past few weeks, we need to listen to the market\'s message and not base our trades on our own opinions. One method of listening to the market is by measuring relative performance between key markets and thus identify rotation flows.\r\n\r\nThere are several ways to measure the performance of markets, typically on either an absolute or a relative basis. Price change over a specified time period is an example of absolute performance, while relative performance communicates how well a market has performed compared to some benchmark(s),  like the S&amp;P 500, US Treasury 10 Yr. Note and/or the US Dollar.\r\n\r\nThe RiosQuant approach to market selection is to utilize the three major asset classes as benchmarks in order to identify rotation flows and risk sentiment. For day traders selecting markets poised for aggressive price action is of utmost importance, regardless of the style of trading.  Applying correlation analysis to relative performance can add another layer of predictive value.\r\n\r\nThe RQ-Tech\'s ability to mine data and number crunch complex and lengthy calculations in milliseconds can be advantageous in making quick decisions, especially during fast moving markets.  I have often said that market selection is one of the most important aspects of trading successfully. Whether you are a trend  trader, mean reversion or momentum trader.  Knowing which markets are under aggressive accumulation and/or distribution can be your game changer for succeeding as a trader.\r\n\r\nLast week the stock indices moved higher and the US 10 Yr. Note and Japanese Yen traded lower, due mostly to improved risk appetite.  But not all risk assets followed as you can see on the chart below \"Relative Performance - Risk Assets\", Copper and Crude Oil underperformed.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-perf-6-8.jpg\"><img class=\"aligncenter size-full wp-image-1801\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-perf-6-8.jpg\" alt=\"relative perf 6-8\" width=\"874\" height=\"496\" /></a>\r\n\r\nAre the risk currencies decoupling from the US 10 Yr. Note? Will they  follow the S&amp;P 500 in the week ahead? In the currency market the Australian Dollar was the outperformer closing the week strong along with the S&amp;P 500.  As you can see in the chart below \"Relative Performance - Currencies\", the negative correlation between the S&amp;P 500 and the Japanese Yen continued but the Euro, Swiss Franc and British Pound traded close to each other and finished the week slightly higher.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-perf-currencies-6-8.jpg\"><img class=\"aligncenter size-full wp-image-1802\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-perf-currencies-6-8.jpg\" alt=\"relative perf currencies 6-8\" width=\"967\" height=\"505\" /></a>\r\n\r\nIn the commodity market Natural Gas was the outperformer while Soy closed the week lower.  The RQ Cross Box quant ranking has been mostly bearish since May as Corn prices have been steadily dropping but Corn and Wheat reversed on Friday regaining most of the week\'s losses on what appeared to be short covering ahead of the weekend.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-perf-indep.jpg\"><img class=\"aligncenter size-full wp-image-1803\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-perf-indep.jpg\" alt=\"relative perf indep\" width=\"978\" height=\"494\" /></a>\r\n\r\nIn the week ahead I will continue to monitor rotation flows and correlations in the currency markets as well as in the risk assets. I will also look to the independent asset classes for trading opportunities.Natural Gas and the Grains afforded us some opportunities, as you can see on the chart below, our member Jim took 2 Soy futures short for a winning trade.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/jim-soy-trade.jpg\"><img class=\"aligncenter size-full wp-image-1806\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/jim-soy-trade.jpg\" alt=\"jim soy trade\" width=\"917\" height=\"454\" /></a>\r\n\r\n&nbsp;\r\n<table width=\"415\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<table width=\"415\">\r\n<tbody>\r\n<tr>\r\n<td>Joe Rios\r\nChief Market Strategist\r\n<a href=\"http://www.riosquant.com/\">www.riosquant.com</a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Live Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: </strong>\r\nAmber Little, RQ Client Relations Manager\r\nemail: amber@riosquant.com\r\nskype: alittlemobile\r\ncellphone: 415.336.7272\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room TradeLAB</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/542156390\">https://www3.gotomeeting.com/register/542156390</a></strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong>Monday through Friday beginning at 7:30 AM ET</strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n&nbsp;\r\n\r\n<strong>Insider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios</strong>\r\n\r\n<strong>Monday, Wednesday and Thursday beginning at 1:30pm ET</strong>\r\n\r\n<strong>Subscription Only!</strong>\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the Rios Quant Trading Indicators:</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Monday beginning at 7:00 PM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/393359470\">https://www3.gotomeeting.com/register/393359470</a></strong>\r\n\r\nTopic: Looking for this Week\'s Trading Patterns\r\n\r\nPresenter: Steve Schwartz\r\n\r\n&nbsp;\r\n\r\n<strong>The RiosQuant 90 Day Training Program - Workshop</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/352383110\">https://www3.gotomeeting.com/register/352383110</a></strong>\r\n\r\n<strong>Wednesday beginning at 7:30 PM ET</strong>\r\n\r\nTraining Session 10 of 12 with Steve Schwartz\r\n\r\nTopic: RQ-Einstein Auto-Trading\r\n\r\n&nbsp;\r\n\r\n<strong>Thursday beginning at 7:30 PM ET</strong>\r\n\r\n<a href=\"https://www3.gotomeeting.com/register/358668390\"><strong>https://www3.gotomeeting.com/register/358668390</strong></a>\r\n\r\nTopic: The Next Big Swing\r\n\r\nPresenter: Edward Preston\r\n\r\n&nbsp;\r\n\r\n<strong>Saturday beginning at 10:30 AM ET</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/406974054\">https://www3.gotomeeting.com/register/406974054</a></strong>\r\n\r\nTopic: Momentum Trading With RQ-Channel\r\n\r\nPresenter: Steve Schwartz\r\n\r\n<strong>MONDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nCAD - Housing Starts  – 8:15 AM ET\r\n\r\nAUD - RBA Gov. Stevens Speaks – 12:00 PM ET\r\n\r\nUSD - Grain Crop Progress  – 4:00 PM ET\r\n\r\nAUD - NAB Business Confidence – 9:30 PM ET\r\n\r\nCNY - CPI and PPI  – 9:30 PM ET\r\n\r\n<strong>TUESDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nGBP - Manufacturing Production – 4:30 AM ET\r\n\r\nAUD - Westpac Consumer Sentiment – 8:30 PM ET\r\n\r\n<strong>WEDNESDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nOPEC Meetings – All Day\r\n\r\nGBP - Unemployment Rate – 4:30 AM ET\r\n\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\n\r\nUSD - Grains Crop Production – 12:00 PM ET\r\n\r\nUSD - Grains World Markets and Trade – 12:15 PM ET\r\n\r\nNZD - RBNZ Rate Statement and Monetary\r\n\r\nPolicy Statement  – 5:00 PM ET\r\n\r\nAUD - Unemployment Rate – 9:30 PM ET\r\n\r\n<strong>THURSDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nUSD - Retail Sales and Unemployment Claims – 8:30 AM ET\r\nUSD - Grains Weekly Export Sales – 8:30 AM ET\r\n\r\nUSD - Business Inventories – 10:00 AM ET\r\n\r\nUSD - Natural Gas Storage – 10:30 AM ET\r\n\r\nCAD - Boc Gov. Poloz Speaks – 11:15 AM ET\r\n\r\nGBP - Gov. Carney Speaks – 6:00 PM ET\r\n\r\nJPY - Monetary Policy Statement – Tentative\r\n\r\n<strong>FRIDAY</strong>\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nCNY - Industrial Production – 1:30 AM ET\r\n\r\nJPY - Boj Press Conference – Tentative\r\n\r\nCAD - Manufacturing Sales – 8:30 AM ET\r\n\r\nUSD - PPI – 8:30 AM ET\r\n\r\nUSD - Prelim Uom Consumer Sentiment – 9:55 AM ET\r\n\r\nUSD - Grains Wheat Outlook – 1:00 PM ET</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in The Global Financial Markets','','inherit','open','closed','','1805-revision-v1','','','2014-06-09 01:33:23','2014-06-09 01:33:23','',1805,'http://www.thetradingroom.com/1805-revision-v1/',0,'revision','',0),(1813,2,'2014-06-10 11:12:38','2014-06-10 11:12:38','Pre-Market Open Trading Report for Stocks, Bonds, Commodities and Forex\r\n\r\n<strong><span style=\"font-weight: normal; color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:07 am ET </span></span></strong>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks were little changed, trading near a six-year high, as reports showed that industrial production in the U.K. and France matched economists’ estimates. U.S. index futures slipped, while Asian shares rose.</span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasury three-year yields were near the highest level in a month before the U.S. auctions 2017 debt today, as BlackRock Inc. and Morgan Stanley say the Federal Reserve may boost interest rates early next year.</span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">The gap between West Texas Intermediate and Brent narrowed to the least in nearly two months as U.S. crude stockpiles were forecast to fall and Ukraine said peace talks with Russia yielded progress.</span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">European Central Bank President Mario Draghi’s plan to weaken the euro to aid exporters faces a $4 trillion challenge: how to cope with China’s efforts to diversify reserve assets, most of which are now in dollars.</span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">ECONOMIC DATA -</span><span style=\"font-family: Verdana, Helvetica, sans-serif;\"> US </span></span><span style=\"color: #000000;\">JOLTS Job Openings due at 10:00, AUD </span><span style=\"color: #000000;\">Westpac Consumer Sentiment at 20:30 ET.</span></div>\r\n<strong></strong>','Pre-Market Trading Report ','','inherit','open','closed','','1812-revision-v1','','','2014-06-10 11:12:38','2014-06-10 11:12:38','',1812,'http://www.thetradingroom.com/1812-revision-v1/',0,'revision','',0),(1814,2,'2014-06-10 13:38:06','2014-06-10 13:38:06','<div style=\"color: #222222;\">Ever feel frustrated when watching your position get stopped out only to see price action accelerate again in your direction, without you?</div>\r\n<div style=\"color: #222222;\">\r\n\r\nConsolidating markets are tough for stops based on directional price action. It\'s not the norm for any market to move straight up or straight down.  Along the way, the market usually retraces. Unfortunately, you never know if the pullback is simply a market that is consolidating or if there is a fundamental shift in the market\'s direction. Since stops treat both situations the same, when a stop is triggered, you are forced out of the market.\r\n\r\nWhen you use an option instead of a stop loss, especially in a fast-moving market, you can expect not to lose more than the strike price of the option.\r\n\r\nJoin us in our live options trading room and discover new methods to trading! Access is free for a limited time.\r\n\r\nTuesday and <span data-term=\"goog_1664540135\">Thursday</span> The Trading Room OptionsLine at <span data-term=\"goog_1664540136\">3:00 pm  ET</span>\r\n\r\n<a href=\"https://www3.gotomeeting.com/register/151444998\">https://www3.gotomeeting.com/register/151444998</a>\r\n\r\n</div>','Forget The Stop, You\'ve Got Options','','publish','open','closed','','forget-stop-youve-got-options','','','2014-06-10 13:38:06','2014-06-10 13:38:06','',0,'http://www.thetradingroom.com/?p=1814',0,'post','',0),(1815,2,'2014-06-10 12:36:18','2014-06-10 12:36:18','<div style=\"color: #222222;\">Ever feel frustrated when watching your position get stopped out only to see price action accelerate again in your direction, without you?</div>\r\n<div style=\"color: #222222;\">\r\n\r\n Consolidating markets are tough for stops based on directional price action. It\'s not the norm for any market to move straight up or straight down.  Along the way, the market usually retraces. Unfortunately, you never know if the pullback is simply a market that is consolidating or if there is a fundamental shift in the market\'s direction. Since stops treat both situations the same, when a stop is triggered, you are forced out of the market.\r\n\r\nWhen you use an option instead of a stop loss, especially in a fast-moving market, you can expect not to lose more than the strike price of the option.\r\n\r\nJoin us in our live trading room and discover new methods to trading! Access is free for a limited time.\r\n\r\nTuesday and <span data-term=\"goog_1664540135\">Thursday</span> The Trading Room OptionsLine at <span data-term=\"goog_1664540136\">3:00 pm  ET</span>\r\n\r\n<a href=\"https://www3.gotomeeting.com/register/151444998\">https://www3.gotomeeting.com/register/151444998</a>\r\n\r\n</div>','Forget The Stop, You\'ve Got Options','','inherit','open','closed','','1814-revision-v1','','','2014-06-10 12:36:18','2014-06-10 12:36:18','',1814,'http://www.thetradingroom.com/1814-revision-v1/',0,'revision','',0),(1816,2,'2014-06-10 13:35:28','2014-06-10 13:35:28','<div style=\"color: #222222;\">Ever feel frustrated when watching your position get stopped out only to see price action accelerate again in your direction, without you?</div>\r\n<div style=\"color: #222222;\">\r\n\r\nConsolidating markets are tough for stops based on directional price action. It\'s not the norm for any market to move straight up or straight down.  Along the way, the market usually retraces. Unfortunately, you never know if the pullback is simply a market that is consolidating or if there is a fundamental shift in the market\'s direction. Since stops treat both situations the same, when a stop is triggered, you are forced out of the market.\r\n\r\nWhen you use an option instead of a stop loss, especially in a fast-moving market, you can expect not to lose more than the strike price of the option.\r\n\r\nJoin us in our live options trading room and discover new methods to trading! Access is free for a limited time.\r\n\r\nTuesday and <span data-term=\"goog_1664540135\">Thursday</span> The Trading Room OptionsLine at <span data-term=\"goog_1664540136\">3:00 pm  ET</span>\r\n\r\n<a href=\"https://www3.gotomeeting.com/register/151444998\">https://www3.gotomeeting.com/register/151444998</a>\r\n\r\n</div>','Forget The Stop, You\'ve Got Options','','inherit','open','closed','','1814-revision-v1','','','2014-06-10 13:35:28','2014-06-10 13:35:28','',1814,'http://www.thetradingroom.com/1814-revision-v1/',0,'revision','',0),(1817,2,'2014-06-10 21:09:32','2014-06-10 21:09:32','','Trade for a Llving','','inherit','open','closed','','1798-autosave-v1','','','2014-06-10 21:09:32','2014-06-10 21:09:32','',1798,'http://www.thetradingroom.com/1798-autosave-v1/',0,'revision','',0),(1818,2,'2014-06-11 11:36:28','2014-06-11 11:36:28','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:30 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">Asia’s benchmark stock index rose to their highest level since June 2008 fueled by a rally in Japanese equities. Most stocks in the region outside Tokyo fell after the World Bank cut its global economic growth forecast.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">A Treasuries selloff pushed yields on 10-year notes to the highest level in four weeks before the U.S. sells $21 billion of the debt today.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">West Texas Intermediate traded near the highest level in three months amid concern that Iraqi unrest may threaten oil supply. Brent rose in London as OPEC ministers meet in Vienna.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The yen rose for a fourth day versus the euro amid speculation the Bank of Japan will refrain from expanding stimulus at a meeting this week, diverging from the European Central Bank that unveiled record easing last week.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">ECONOMIC DATA -</span></span><span style=\"color: #000000;\">Crude Oil Inventories due at 10:30, </span><span style=\"color: #000000;\">10-y Note Auction at 13:01, </span><span style=\"color: #000000;\">RBNZ Monetary Policy Statement at 17:00, AUD </span><span style=\"color: #000000;\">Employment Change at 21:30 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-16','','','2014-06-11 11:36:28','2014-06-11 11:36:28','',0,'http://www.thetradingroom.com/?p=1818',0,'post','',0),(1819,2,'2014-06-11 11:36:28','2014-06-11 11:36:28','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:30 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">Asia’s benchmark stock index rose to their highest level since June 2008 fueled by a rally in Japanese equities. Most stocks in the region outside Tokyo fell after the World Bank cut its global economic growth forecast.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">A Treasuries selloff pushed yields on 10-year notes to the highest level in four weeks before the U.S. sells $21 billion of the debt today.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">West Texas Intermediate traded near the highest level in three months amid concern that Iraqi unrest may threaten oil supply. Brent rose in London as OPEC ministers meet in Vienna.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The yen rose for a fourth day versus the euro amid speculation the Bank of Japan will refrain from expanding stimulus at a meeting this week, diverging from the European Central Bank that unveiled record easing last week.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">ECONOMIC DATA -</span></span><span style=\"color: #000000;\">Crude Oil Inventories due at 10:30, </span><span style=\"color: #000000;\">10-y Note Auction at 13:01, </span><span style=\"color: #000000;\">RBNZ Monetary Policy Statement at 17:00, AUD </span><span style=\"color: #000000;\">Employment Change at 21:30 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1818-revision-v1','','','2014-06-11 11:36:28','2014-06-11 11:36:28','',1818,'http://www.thetradingroom.com/1818-revision-v1/',0,'revision','',0),(1820,2,'2014-06-11 16:37:46','2014-06-11 16:37:46','<b><span style=\"color: #222222;\">Becoming a Quant Trader May be is Easier Than You Think</span></b>\r\n<div style=\"color: #000000;\">\r\n\r\n<em><span style=\"color: #222222;\">\"Firms are now employing gifted academic statisticians to track patterns or trends in trading behavior and create formulae to predict future market movements. These formulae are then fed into powerful computers ... These programs are immensely powerful... \"It drives almost everything that goes on the Street.\"</span></em>\r\n\r\n<span style=\"color: #222222;\"><b>    - British Broadcasting Corporation</b>  <a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/bbc3.jpg\"><img class=\"wp-image-1211 alignleft\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/bbc3.jpg\" alt=\"bbc\" width=\"133\" height=\"42\" /></a></span>\r\n\r\n&nbsp;\r\n\r\n<b><span style=\"color: #222222;\">Joe Rios is a recognized pioneer</span></b><span style=\"color: #222222;\"> </span><span style=\"color: #222222;\">in automated and quantitative systems  since 1997. His highly acclaimed step-by-step trading program is designed to help you become a successful quant trader. Discover the realities of quant trading from RiosQuant performance coach Steve Schwartz in this exclusive webinar presentation.</span>\r\n<div><span style=\"color: #222222;\"><b> The RiosQuant 90 Day Trading Program - </b></span><b> Workshop Training Tonight!</b></div>\r\n<div></div>\r\n<div>      <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2124776661\"><span class=\"aQJ\">Wednesday June 11th at 7:30 pm ET</span></span></div>\r\nREGISTER: <b><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3XBJpSzKvjrDnAF&amp;b=aiUxvO0bpIwgTQt7lyznnw\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/352383110</a></b>\r\n\r\n<b><span style=\"color: #222222;\">Topics of discussion will include:</span></b>\r\n\r\n<span style=\"color: #222222;\">* The one thing to becoming a quant trader\r\n* Decoding quant math into 3rd grade arithmetic\r\n* Why quant traders do it better (and smarter)\r\n* Find out how RiosQuant traders are using automation</span>\r\n\r\n<span style=\"color: #222222;\">You will also hear what\'s hot and what\'s not in today\'s market behavior. Seating is limited so sign up and get ready to uncover the mystery of quant trading.</span>\r\n\r\n</div>','90 Day Training - Quant Trading','','publish','open','closed','','90-day-trading-program-2','','','2014-06-11 16:37:46','2014-06-11 16:37:46','',0,'http://www.thetradingroom.com/?p=1820',0,'post','',0),(1825,2,'2014-06-11 16:37:25','2014-06-11 16:37:25','<b><span style=\"color: #222222;\">Becoming a Quant Trader May be is Easier Than You Think</span></b>\r\n<div style=\"color: #000000;\">\r\n\r\n<em><span style=\"color: #222222;\">\"Firms are now employing gifted academic statisticians to track patterns or trends in trading behavior and create formulae to predict future market movements. These formulae are then fed into powerful computers ... These programs are immensely powerful... \"It drives almost everything that goes on the Street.\"</span></em>\r\n\r\n<span style=\"color: #222222;\"><b>    - British Broadcasting Corporation</b>  <a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/bbc3.jpg\"><img class=\"wp-image-1211 alignleft\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/bbc3.jpg\" alt=\"bbc\" width=\"133\" height=\"42\" /></a></span>\r\n\r\n&nbsp;\r\n\r\n<b><span style=\"color: #222222;\">Joe Rios is a recognized pioneer</span></b><span style=\"color: #222222;\"> </span><span style=\"color: #222222;\">in automated and quantitative systems  since 1997. His highly acclaimed step-by-step trading program is designed to help you become a successful quant trader. Discover the realities of quant trading from RiosQuant performance coach Steve Schwartz in this exclusive webinar presentation.</span>\r\n<div><span style=\"color: #222222;\"><b> The RiosQuant 90 Day Trading Program - </b></span><b> Workshop Training Tonight!</b></div>\r\n<div></div>\r\n<div>      <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2124776661\"><span class=\"aQJ\">Wednesday June 11th at 7:30 pm ET</span></span></div>\r\nREGISTER: <b><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3XBJpSzKvjrDnAF&amp;b=aiUxvO0bpIwgTQt7lyznnw\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/352383110</a></b>\r\n\r\n<b><span style=\"color: #222222;\">Topics of discussion will include:</span></b>\r\n\r\n<span style=\"color: #222222;\">* The one thing to becoming a quant trader\r\n* Decoding quant math into 3rd grade arithmetic\r\n* Why quant traders do it better (and smarter)\r\n* Find out how RiosQuant traders are using automation</span>\r\n\r\n<span style=\"color: #222222;\">You will also hear what\'s hot and what\'s not in today\'s market behavior. Seating is limited so sign up and get ready to uncover the mystery of quant trading.</span>\r\n\r\n</div>','90 Day Training - Quant Trading','','inherit','open','closed','','1820-revision-v1','','','2014-06-11 16:37:25','2014-06-11 16:37:25','',1820,'http://www.thetradingroom.com/1820-revision-v1/',0,'revision','',0),(1821,2,'2014-06-11 16:32:35','2014-06-11 16:32:35','<b><span style=\"color: #222222;\">Becoming a Quant Trader May be is Easier Than You Think</span></b>\r\n<div style=\"color: #000000;\">\r\n\r\n<em><span style=\"color: #222222;\">\"Firms are now employing gifted academic statisticians to track patterns or trends in trading behavior and create formulae to predict future market movements. These formulae are then fed into powerful computers ... These programs are immensely powerful... \"It drives almost everything that goes on the Street.\"</span></em>\r\n\r\n<span style=\"color: #222222;\"><b>           - British Broadcasting Corporation</b>  <a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/bbc3.jpg\"><img class=\"wp-image-1211 alignleft\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/bbc3.jpg\" alt=\"bbc\" width=\"161\" height=\"51\" /></a></span>\r\n\r\n&nbsp;\r\n\r\n<b><span style=\"color: #222222;\">Joe Rios is a recognized pioneer</span></b><span style=\"color: #222222;\"> </span><span style=\"color: #222222;\">in automated and quantitative systems  since 1997. His highly acclaimed step-by-step trading program is designed to help you become a successful quant trader. Discover the realities of quant trading from RiosQuant performance coach Steve Schwartz in this exclusive webinar presentation.</span>\r\n<div><span style=\"color: #222222;\"><b> The RiosQuant 90 Day Trading Program - </b></span><b> Workshop Training Tonight!</b></div>\r\n<div></div>\r\n<div>                                         <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2124776661\"><span class=\"aQJ\">Wednesday June 11th at 7:30 pm ET</span></span></div>\r\nREGISTER: <b><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3XBJpSzKvjrDnAF&amp;b=aiUxvO0bpIwgTQt7lyznnw\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/352383110</a></b>\r\n\r\n<b><span style=\"color: #222222;\">Topics of discussion will include:</span></b>\r\n\r\n<span style=\"color: #222222;\">* The one thing to becoming a quant trader\r\n* Decoding quant math into 3rd grade arithmetic\r\n* Why quant traders do it better (and smarter)\r\n* Find out how RiosQuant traders are using automation</span>\r\n\r\n<span style=\"color: #222222;\">You will also hear what\'s hot and what\'s not in today\'s market behavior. Seating is limited so sign up and get ready to uncover the mystery of quant trading.</span>\r\n\r\n</div>','90 Day Trading Program ','','inherit','open','closed','','1820-revision-v1','','','2014-06-11 16:32:35','2014-06-11 16:32:35','',1820,'http://www.thetradingroom.com/1820-revision-v1/',0,'revision','',0),(1845,2,'2014-06-19 11:30:39','2014-06-19 11:30:39','UPDATED  7:25 am ET\r\n\r\nSTOCKS - European stocks rose the most in two weeks after the Federal Reserve repeated its pledge to leave interest rates near their record low and said the world’s largest economy should experience sustained growth. U.S. index futures were little changed, while Asian shares rallied.\r\n\r\nBONDS - Investors trying to anticipate Federal Reserve interest-rate policy are ignoring the dots and focusing on Chair Janet Yellen’s words.\r\n\r\nCOMMODITIES - Gold traded near a three-week high in London as the U.S. Federal Reserve said interest rates will remain low, boosting demand for the precious metal as an alternative investment.\r\n\r\nCURRENCIES - The Bloomberg Dollar Spot Index fell to its weakest level in almost a month after the Federal Reserve said it will keep interest rates near zero for a “considerable time,” boosting demand for overseas assets.\r\n\r\nECONOMIC DATA - US Unemployment Claims due at 8:30, Philly Fed Manufacturing Index at 10:00, Natural Gas Storage at 10:30 ET.','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-34','','','2014-06-19 11:30:39','2014-06-19 11:30:39','',0,'http://www.thetradingroom.com/?p=1845',0,'post','',0),(1824,2,'2014-06-11 16:36:36','2014-06-11 16:36:36','<b><span style=\"color: #222222;\">Becoming a Quant Trader May be is Easier Than You Think</span></b>\r\n<div style=\"color: #000000;\">\r\n\r\n<em><span style=\"color: #222222;\">\"Firms are now employing gifted academic statisticians to track patterns or trends in trading behavior and create formulae to predict future market movements. These formulae are then fed into powerful computers ... These programs are immensely powerful... \"It drives almost everything that goes on the Street.\"</span></em>\r\n\r\n<span style=\"color: #222222;\"><b>           - British Broadcasting Corporation</b>  <a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/bbc3.jpg\"><img class=\"wp-image-1211 alignleft\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/bbc3.jpg\" alt=\"bbc\" width=\"161\" height=\"51\" /></a></span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<b><span style=\"color: #222222;\">Joe Rios is a recognized pioneer</span></b><span style=\"color: #222222;\"> </span><span style=\"color: #222222;\">in automated and quantitative systems  since 1997. His highly acclaimed step-by-step trading program is designed to help you become a successful quant trader. Discover the realities of quant trading from RiosQuant performance coach Steve Schwartz in this exclusive webinar presentation.</span>\r\n<div><span style=\"color: #222222;\"><b> The RiosQuant 90 Day Trading Program - </b></span><b> Workshop Training Tonight!</b></div>\r\n<div></div>\r\n<div>      <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2124776661\"><span class=\"aQJ\">Wednesday June 11th at 7:30 pm ET</span></span></div>\r\nREGISTER: <b><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3XBJpSzKvjrDnAF&amp;b=aiUxvO0bpIwgTQt7lyznnw\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/352383110</a></b>\r\n\r\n<b><span style=\"color: #222222;\">Topics of discussion will include:</span></b>\r\n\r\n<span style=\"color: #222222;\">* The one thing to becoming a quant trader\r\n* Decoding quant math into 3rd grade arithmetic\r\n* Why quant traders do it better (and smarter)\r\n* Find out how RiosQuant traders are using automation</span>\r\n\r\n<span style=\"color: #222222;\">You will also hear what\'s hot and what\'s not in today\'s market behavior. Seating is limited so sign up and get ready to uncover the mystery of quant trading.</span>\r\n\r\n</div>','90 Day Training - Quant Trading','','inherit','open','closed','','1820-revision-v1','','','2014-06-11 16:36:36','2014-06-11 16:36:36','',1820,'http://www.thetradingroom.com/1820-revision-v1/',0,'revision','',0),(1823,2,'2014-06-11 16:35:58','2014-06-11 16:35:58','<b><span style=\"color: #222222;\">Becoming a Quant Trader May be is Easier Than You Think</span></b>\r\n<div style=\"color: #000000;\">\r\n\r\n<em><span style=\"color: #222222;\">\"Firms are now employing gifted academic statisticians to track patterns or trends in trading behavior and create formulae to predict future market movements. These formulae are then fed into powerful computers ... These programs are immensely powerful... \"It drives almost everything that goes on the Street.\"</span></em>\r\n\r\n<span style=\"color: #222222;\"><b>           - British Broadcasting Corporation</b>  <a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/bbc3.jpg\"><img class=\"wp-image-1211 alignleft\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/bbc3.jpg\" alt=\"bbc\" width=\"161\" height=\"51\" /></a></span>\r\n\r\n&nbsp;\r\n\r\n<b><span style=\"color: #222222;\">Joe Rios is a recognized pioneer</span></b><span style=\"color: #222222;\"> </span><span style=\"color: #222222;\">in automated and quantitative systems  since 1997. His highly acclaimed step-by-step trading program is designed to help you become a successful quant trader. Discover the realities of quant trading from RiosQuant performance coach Steve Schwartz in this exclusive webinar presentation.</span>\r\n<div><span style=\"color: #222222;\"><b> The RiosQuant 90 Day Trading Program - </b></span><b> Workshop Training Tonight!</b></div>\r\n<div></div>\r\n<div>                                         <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2124776661\"><span class=\"aQJ\">Wednesday June 11th at 7:30 pm ET</span></span></div>\r\nREGISTER: <b><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3XBJpSzKvjrDnAF&amp;b=aiUxvO0bpIwgTQt7lyznnw\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/352383110</a></b>\r\n\r\n<b><span style=\"color: #222222;\">Topics of discussion will include:</span></b>\r\n\r\n<span style=\"color: #222222;\">* The one thing to becoming a quant trader\r\n* Decoding quant math into 3rd grade arithmetic\r\n* Why quant traders do it better (and smarter)\r\n* Find out how RiosQuant traders are using automation</span>\r\n\r\n<span style=\"color: #222222;\">You will also hear what\'s hot and what\'s not in today\'s market behavior. Seating is limited so sign up and get ready to uncover the mystery of quant trading.</span>\r\n\r\n</div>','90 Day Training - Quant Trading','','inherit','open','closed','','1820-revision-v1','','','2014-06-11 16:35:58','2014-06-11 16:35:58','',1820,'http://www.thetradingroom.com/1820-revision-v1/',0,'revision','',0),(1826,2,'2014-06-12 12:48:31','2014-06-12 12:48:31','<span style=\"color: #000000;\">UPDATED 7:10 am ET </span>\r\n<div><span style=\"color: #000000; font-family: Helvetica, Helvetica, Arial, sans-serif;\">\r\n</span>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">STOCKS - </span><a style=\"font-weight: bold; color: #003399;\" title=\"Get Quote\" href=\"http://www.bloomberg.com/quote/SXXP:IND\">European stocks</a><span style=\"color: #2d2b2c;\"> advanced, after falling yesterday from a six-year high, as investors awaited data on U.S. retail sales and jobless claims to gauge the health of the world’s largest economy. U.S. index futures were also little changed, while Asian shares declined.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">A five-month surge in Treasury 30- year bonds is pausing in June before the U.S. sells $13 billion of the debt today.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">OPEC, which supplies about 40 percent of the world’s crude, kept its production target unchanged in a widely anticipated move that left the group’s output below forecast demand for the rest of the year.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The pound appreciated for a seventh day versus the euro, extending the longest run of gains since September, as signs the U.K. economy is accelerating pushed the currency to its strongest level in 18 months.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">ECONOMIC DATA - Grains weekly export sales, <span style=\"font-family: Verdana, Helvetica, sans-serif;\">US </span></span><span style=\"color: #000000;\">Core Retail Sales m/m and </span><span style=\"color: #000000;\">Unemployment Claims due at 8:30, </span><span style=\"color: #000000;\">Business Inventories m/m at 10:00, Natural Gas Storage at 10:30, </span><span style=\"color: #000000;\">BOC Gov Poloz Speaks at 11:15, </span><span style=\"color: #000000;\">BOE Gov Carney Speaks at 16:00 ET, JPY </span><span style=\"color: #000000;\">Monetary Policy Statement (tentative).</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-31','','','2014-06-12 12:48:31','2014-06-12 12:48:31','',0,'http://www.thetradingroom.com/?p=1826',0,'post','',0),(1827,2,'2014-06-12 12:48:31','2014-06-12 12:48:31','<span style=\"color: #000000;\">UPDATED 7:10 am ET </span>\r\n<div><span style=\"color: #000000; font-family: Helvetica, Helvetica, Arial, sans-serif;\">\r\n</span>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">STOCKS - </span><a style=\"font-weight: bold; color: #003399;\" title=\"Get Quote\" href=\"http://www.bloomberg.com/quote/SXXP:IND\">European stocks</a><span style=\"color: #2d2b2c;\"> advanced, after falling yesterday from a six-year high, as investors awaited data on U.S. retail sales and jobless claims to gauge the health of the world’s largest economy. U.S. index futures were also little changed, while Asian shares declined.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">A five-month surge in Treasury 30- year bonds is pausing in June before the U.S. sells $13 billion of the debt today.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">OPEC, which supplies about 40 percent of the world’s crude, kept its production target unchanged in a widely anticipated move that left the group’s output below forecast demand for the rest of the year.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The pound appreciated for a seventh day versus the euro, extending the longest run of gains since September, as signs the U.K. economy is accelerating pushed the currency to its strongest level in 18 months.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">ECONOMIC DATA - Grains weekly export sales, <span style=\"font-family: Verdana, Helvetica, sans-serif;\">US </span></span><span style=\"color: #000000;\">Core Retail Sales m/m and </span><span style=\"color: #000000;\">Unemployment Claims due at 8:30, </span><span style=\"color: #000000;\">Business Inventories m/m at 10:00, Natural Gas Storage at 10:30, </span><span style=\"color: #000000;\">BOC Gov Poloz Speaks at 11:15, </span><span style=\"color: #000000;\">BOE Gov Carney Speaks at 16:00 ET, JPY </span><span style=\"color: #000000;\">Monetary Policy Statement (tentative).</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1826-revision-v1','','','2014-06-12 12:48:31','2014-06-12 12:48:31','',1826,'http://www.thetradingroom.com/1826-revision-v1/',0,'revision','',0),(1828,2,'2014-06-12 17:03:38','2014-06-12 17:03:38','','BIG SWING','','publish','open','closed','','big-swing','','','2014-06-13 11:02:55','2014-06-13 11:02:55','',0,'http://www.thetradingroom.com/?page_id=1828',0,'page','',0),(1829,2,'2014-06-12 16:26:52','2014-06-12 16:26:52','','ep perf 6-12','','inherit','open','closed','','ep-perf-6-12','','','2014-06-12 16:26:52','2014-06-12 16:26:52','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/06/ep-perf-6-12.jpg',0,'attachment','image/jpeg',0),(1830,2,'2014-06-12 16:27:29','2014-06-12 16:27:29','','BIG SWING','','inherit','open','closed','','1828-revision-v1','','','2014-06-12 16:27:29','2014-06-12 16:27:29','',1828,'http://www.thetradingroom.com/1828-revision-v1/',0,'revision','',0),(1831,2,'2014-06-13 11:06:55','2014-06-13 11:06:55','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:00 am ET </span></span>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000; font-family: Helvetica, Helvetica, Arial, sans-serif;\">\r\n</span>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2d2b2c;\">European </span><a style=\"font-weight: bold; color: #003399;\" title=\"Get Quote\" href=\"http://www.bloomberg.com/quote/SXXP:IND\">stocks</a><span style=\"color: #2d2b2c;\"> fell the most in four weeks as escalating violence in Iraq threatened oil supplies, and U.K. property companies slid after Britain promised new measures to restrict mortgage lending. U.S. index futures and Asian shares were little changed.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">The Treasury yield curve approached its flattest level in almost five years as investors speculated the Federal Reserve may raise interest rates sooner than forecast.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">West Texas Intermediate crude headed for the biggest weekly advance since December and Brent gained as escalating violence in Iraq threatened supplies from OPEC’s second-largest oil producer.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2d2b2c;\">The pound reached the strongest level in 19 months against the euro after </span><a style=\"font-weight: bold; color: #003399;\" href=\"http://topics.bloomberg.com/bank-of-england/\">Bank of England</a><span style=\"color: #2d2b2c;\"> Governor </span><a style=\"font-weight: bold; color: #003399;\" href=\"http://topics.bloomberg.com/mark-carney/\">Mark Carney</a><span style=\"color: #2d2b2c;\"> said the institution may raise </span><a style=\"font-weight: bold; color: #003399;\" href=\"http://topics.bloomberg.com/interest-rates/\">interest rates</a><span style=\"color: #2d2b2c;\"> from a record low earlier than investors expected.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - US </span><span style=\"color: #000000;\">PPI m/m and CAD </span><span style=\"color: #000000;\">Manufacturing Sales m/m due at 8:30, </span><span style=\"color: #000000;\">Prelim UoM Consumer Sentiment at 9:55 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-32','','','2014-06-13 11:06:55','2014-06-13 11:06:55','',0,'http://www.thetradingroom.com/?p=1831',0,'post','',0),(1832,2,'2014-06-13 11:06:55','2014-06-13 11:06:55','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:00 am ET </span></span>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000; font-family: Helvetica, Helvetica, Arial, sans-serif;\">\r\n</span>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2d2b2c;\">European </span><a style=\"font-weight: bold; color: #003399;\" title=\"Get Quote\" href=\"http://www.bloomberg.com/quote/SXXP:IND\">stocks</a><span style=\"color: #2d2b2c;\"> fell the most in four weeks as escalating violence in Iraq threatened oil supplies, and U.K. property companies slid after Britain promised new measures to restrict mortgage lending. U.S. index futures and Asian shares were little changed.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">The Treasury yield curve approached its flattest level in almost five years as investors speculated the Federal Reserve may raise interest rates sooner than forecast.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">West Texas Intermediate crude headed for the biggest weekly advance since December and Brent gained as escalating violence in Iraq threatened supplies from OPEC’s second-largest oil producer.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2d2b2c;\">The pound reached the strongest level in 19 months against the euro after </span><a style=\"font-weight: bold; color: #003399;\" href=\"http://topics.bloomberg.com/bank-of-england/\">Bank of England</a><span style=\"color: #2d2b2c;\"> Governor </span><a style=\"font-weight: bold; color: #003399;\" href=\"http://topics.bloomberg.com/mark-carney/\">Mark Carney</a><span style=\"color: #2d2b2c;\"> said the institution may raise </span><a style=\"font-weight: bold; color: #003399;\" href=\"http://topics.bloomberg.com/interest-rates/\">interest rates</a><span style=\"color: #2d2b2c;\"> from a record low earlier than investors expected.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - US </span><span style=\"color: #000000;\">PPI m/m and CAD </span><span style=\"color: #000000;\">Manufacturing Sales m/m due at 8:30, </span><span style=\"color: #000000;\">Prelim UoM Consumer Sentiment at 9:55 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1831-revision-v1','','','2014-06-13 11:06:55','2014-06-13 11:06:55','',1831,'http://www.thetradingroom.com/1831-revision-v1/',0,'revision','',0),(1833,2,'2014-06-14 19:32:27','0000-00-00 00:00:00','','90 Dias','','draft','open','closed','','90-dias','','','2014-06-14 19:32:27','0000-00-00 00:00:00','',0,'http://www.thetradingroom.com/?page_id=1833',0,'page','',0),(1834,2,'2014-06-14 19:40:48','2014-06-14 19:40:48','','Quant en 90 Días','','publish','open','closed','','quant-en-90-das','','','2014-06-15 03:02:04','2014-06-15 03:02:04','',0,'http://www.thetradingroom.com/?page_id=1834',0,'page','',0),(1835,2,'2014-06-14 19:40:24','2014-06-14 19:40:24','','Quant en 90 Días','','inherit','open','closed','','1834-revision-v1','','','2014-06-14 19:40:24','2014-06-14 19:40:24','',1834,'http://www.thetradingroom.com/1834-revision-v1/',0,'revision','',0),(1836,2,'2014-06-16 04:07:06','2014-06-16 04:07:06','<strong>Did the Oil market anticipate the conflict in Iraq? </strong>\r\n\r\nDuring Sunday\'s Face the Nation TV show, Bob Schieffer reported that the Iraq violence caught everybody by surprise.  But last week\'s price action and correlation in a couple of markets would make you think a few anticipated it. Crude Oil futures had a strong rally into the close on the first day of trade, Monday the 9th. Gold futures price action also showed a strong move last week.  Since mid-March Gold and Crude Oil were trading in opposite direction until last week where the correlations turned positive,  both markets ending the week strong. You can see it clearly on the chart below.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/gold-crude-6-15.jpg\"><img class=\"aligncenter size-full wp-image-1837\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/gold-crude-6-15.jpg\" alt=\"gold crude 6-15\" width=\"464\" height=\"660\" /></a>\r\n\r\nLast week we saw the independent asset classes such as Natural Gas and the Grains provide us with trading opportunities.  In the week ahead I will be applying the same techniques to the risk asset classes. I am also expecting the market\'s price action to be news driven. We also have an active economic calendar including FOMC rate decision and communication which can also trigger volatility. It would be prudent to follow your game plan for the upcoming trading sessions. Be careful not to chase trades, instead keep your focus on trade setups ahead of time with \"eyes ahead\" using the forward looking techniques we used in the grains market to identify ideal trading opportunities.\r\n\r\nKeep listening to the market\'s message and trade accordingly.\r\n\r\nJoe Rios\r\nChief Market Strategist\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/37948f7987/TEST/5caa94e616\">www.riosquant.com</a>\r\n\r\n<strong>Live Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: </strong>\r\nAmber Little, RQ Client Relations Manager\r\nemail: <a href=\"mailto:amber@riosquant.com\">amber@riosquant.com</a>\r\nskype: alittlemobile\r\ncellphone: <a href=\"tel:415.336.7272\">415.336.7272</a>\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room TradeLAB</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/37948f7987/TEST/a8810ec2f6\">https://www3.gotomeeting.com/register/169828118</a></strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong>Monday through Friday beginning at 7:30 AM ET</strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n&nbsp;\r\n\r\n<strong>Insider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios</strong>\r\n\r\n<strong>Wednesday and Thursday beginning at 1:30 pm ET</strong>\r\n\r\n<strong>Subscription Only!</strong>\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the Rios Quant Trading Indicators:</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Tuesday beginning at 1:00 PM ET</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/37948f7987/TEST/173544894e\">https://www3.gotomeeting.com/register/621440286</a></strong>\r\n\r\nTopic: Momentum Trade E-Mini Stock Futures\r\n\r\nwith GnosTick Indicator\r\n\r\nPresenter: Steve Schwartz\r\n\r\n&nbsp;\r\n\r\n<strong>Wednesday beginning at 7:30 PM ET</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/37948f7987/TEST/a309f8b217\">https://www3.gotomeeting.com/register/731915334</a></strong>\r\n\r\n<strong>The RiosQuant 90 Day Training Program - Workshop</strong>\r\n\r\nTraining Session 11 of 12 with Edward Preston\r\n\r\nTopic: Customized Trade Execution\r\n\r\n&nbsp;\r\n\r\n<strong>Thursday beginning at 4:30 PM ET</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/37948f7987/TEST/af4df0b332\">https://www3.gotomeeting.com/register/657577758</a></strong>\r\n\r\nTopic: Pattern Trading with GnosLevels\r\n\r\nPresenter: Steve Schwartz\r\n\r\n&nbsp;\r\n\r\n<strong>Saturday beginning at 11:00 AM ET</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/37948f7987/TEST/b6351ea335\">https://www3.gotomeeting.com/register/684484006</a></strong>\r\n\r\nTopic: Follow the RiosQuant 3 Step Sequence\r\n\r\nPresenter: Steve Schwartz\r\n\r\n&nbsp;\r\n\r\n<strong>Monday</strong>\r\n\r\n8:30 AM               USD       Empire State Manufacturing Index\r\n\r\n9:15 AM               USD       Industrial Production And Capacity Utilization Rate\r\n\r\n9:30 PM                AUD       Monetary Policy Meeting Minutes\r\n\r\n&nbsp;\r\n\r\n<strong>Tuesday</strong>\r\n\r\n4:30 AM               GBP       CPI And PPI\r\n\r\n5:00 AM               EUR        German ZEW  Economic Sentiment\r\n\r\n8:30 AM               USD       Building Permits And Core CPI\r\n\r\n&nbsp;\r\n\r\n<strong>Wednesday</strong>\r\n\r\n4:30 AM               GBP       M PC     Asset Purchase Facility Votes\r\n\r\n10:30 AM             Crude Oil Inventories\r\n\r\n2:00 PM                USD       FOMC Statement\r\n\r\n2:30 PM                USD       FOMC Press Conference\r\n\r\n6:45 PM                NZD       GDP\r\n\r\n&nbsp;\r\n\r\n<strong>Thursday</strong>\r\n\r\n3:30 AM               CHF        Libor  Rate And SNB Press Conference\r\n\r\n4:30 AM               GBP       Retail Sales\r\n\r\n8:30 AM               USD       Unemployment Claims\r\n\r\n10:00 AM             USD       Philly Fed Manufacturing Index\r\n\r\n10:30 AM             Natural Gas Storage\r\n\r\n&nbsp;\r\n\r\n<strong>Friday</strong>\r\n\r\n2:35 AM               JPY         BOJ Gov Kuroda Speaks\r\n\r\n8:30 AM               CAD       Retail Sales And Core CPI\r\n\r\n&nbsp;','The Week Ahead In The Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-10','','','2014-06-16 04:07:06','2014-06-16 04:07:06','',0,'http://www.thetradingroom.com/?p=1836',0,'post','',0),(1837,2,'2014-06-16 03:55:32','2014-06-16 03:55:32','','gold crude 6-15','','inherit','open','closed','','gold-crude-6-15','','','2014-06-16 03:55:32','2014-06-16 03:55:32','',1836,'http://www.thetradingroom.com/wp-content/uploads/2014/06/gold-crude-6-15.jpg',0,'attachment','image/jpeg',0),(1838,2,'2014-06-16 04:00:28','2014-06-16 04:00:28','<strong>Did the Oil market anticipate the conflict in Iraq?</strong> During Sunday\'s Face the Nation TV show, Bob Schieffer reported that the Iraq violence caught everybody by surprise.  But last week\'s price action and correlation in a couple of markets would make you think a few anticipated it. Crude Oil futures had a strong rally into the close on the first day of trade, Monday the 9th. Gold futures price action also showed a strong move last week.  Since mid-March Gold and Crude Oil were trading in opposite direction until last week where the correlations turned positive,  both markets ending the week strong.  You can see it clearly on the chart below.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/gold-crude-6-15.jpg\"><img class=\"aligncenter size-full wp-image-1837\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/gold-crude-6-15.jpg\" alt=\"gold crude 6-15\" width=\"464\" height=\"660\" /></a>\r\n\r\nLast week we saw the independent asset classes such as Natural Gas and the Grains provide us with trading opportunities.  In the week ahead I will be applying the same techniques to the risk asset classes. I am also expecting the market\'s price action to be news driven. We also have an active economic calendar including FOMC rate decision and communication which can also trigger volatility. It would be prudent to follow your game plan for the upcoming trading sessions. Be careful not to chase trades, instead keep your focus on trade setups ahead of time with \"eyes ahead\" using the forward looking techniques we used in the grains market to identify ideal trading opportunities.\r\n\r\n<strong>Keep listening to the market\'s message and trade accordingly.</strong>\r\n\r\nJoe Rios\r\nChief Market Strategist\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/37948f7987/TEST/5caa94e616\">www.riosquant.com</a>\r\n\r\n<strong>Live Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: </strong>\r\nAmber Little, RQ Client Relations Manager\r\nemail: <a href=\"mailto:amber@riosquant.com\">amber@riosquant.com</a>\r\nskype: alittlemobile\r\ncellphone: <a href=\"tel:415.336.7272\">415.336.7272</a>\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room TradeLAB</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/37948f7987/TEST/a8810ec2f6\">https://www3.gotomeeting.com/register/169828118</a></strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong>Monday through Friday beginning at 7:30 AM ET</strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n&nbsp;\r\n\r\n<strong>Insider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios</strong>\r\n\r\n<strong>Wednesday and Thursday beginning at 1:30 pm ET</strong>\r\n\r\n<strong>Subscription Only!</strong>\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the Rios Quant Trading Indicators:</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Tuesday beginning at 1:00 PM ET</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/37948f7987/TEST/173544894e\">https://www3.gotomeeting.com/register/621440286</a></strong>\r\n\r\nTopic: Momentum Trade E-Mini Stock Futures\r\n\r\nwith GnosTick Indicator\r\n\r\nPresenter: Steve Schwartz\r\n\r\n&nbsp;\r\n\r\n<strong>Wednesday beginning at 7:30 PM ET</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/37948f7987/TEST/a309f8b217\">https://www3.gotomeeting.com/register/731915334</a></strong>\r\n\r\n<strong>The RiosQuant 90 Day Training Program - Workshop</strong>\r\n\r\nTraining Session 11 of 12 with Edward Preston\r\n\r\nTopic: Customized Trade Execution\r\n\r\n&nbsp;\r\n\r\n<strong>Thursday beginning at 4:30 PM ET</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/37948f7987/TEST/af4df0b332\">https://www3.gotomeeting.com/register/657577758</a></strong>\r\n\r\nTopic: Pattern Trading with GnosLevels\r\n\r\nPresenter: Steve Schwartz\r\n\r\n&nbsp;\r\n\r\n<strong>Saturday beginning at 11:00 AM ET</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/37948f7987/TEST/b6351ea335\">https://www3.gotomeeting.com/register/684484006</a></strong>\r\n\r\nTopic: Follow the RiosQuant 3 Step Sequence\r\n\r\nPresenter: Steve Schwartz\r\n\r\n&nbsp;\r\n\r\n<strong>Monday</strong>\r\n\r\n8:30 AM               USD       Empire State Manufacturing Index\r\n\r\n9:15 AM               USD       Industrial Production And Capacity Utilization Rate\r\n\r\n9:30 PM                AUD       Monetary Policy Meeting Minutes\r\n\r\n&nbsp;\r\n\r\n<strong>Tuesday</strong>\r\n\r\n4:30 AM               GBP       CPI And PPI\r\n\r\n5:00 AM               EUR        German ZEW  Economic Sentiment\r\n\r\n8:30 AM               USD       Building Permits And Core CPI\r\n\r\n&nbsp;\r\n\r\n<strong>Wednesday</strong>\r\n\r\n4:30 AM               GBP       M PC     Asset Purchase Facility Votes\r\n\r\n10:30 AM             Crude Oil Inventories\r\n\r\n2:00 PM                USD       FOMC Statement\r\n\r\n2:30 PM                USD       FOMC Press Conference\r\n\r\n6:45 PM                NZD       GDP\r\n\r\n&nbsp;\r\n\r\n<strong>Thursday</strong>\r\n\r\n3:30 AM               CHF        Libor  Rate And SNB Press Conference\r\n\r\n4:30 AM               GBP       Retail Sales\r\n\r\n8:30 AM               USD       Unemployment Claims\r\n\r\n10:00 AM             USD       Philly Fed Manufacturing Index\r\n\r\n10:30 AM             Natural Gas Storage\r\n\r\n&nbsp;\r\n\r\n<strong>Friday</strong>\r\n\r\n2:35 AM               JPY         BOJ Gov Kuroda Speaks\r\n\r\n8:30 AM               CAD       Retail Sales And Core CPI\r\n\r\n&nbsp;','The Week Ahead In The Global Financial Markets','','inherit','open','closed','','1836-revision-v1','','','2014-06-16 04:00:28','2014-06-16 04:00:28','',1836,'http://www.thetradingroom.com/1836-revision-v1/',0,'revision','',0),(1839,2,'2014-06-16 04:01:30','2014-06-16 04:01:30','<strong>Did the Oil market anticipate the conflict in Iraq?</strong> During Sunday\'s Face the Nation TV show, Bob Schieffer reported that the Iraq violence caught everybody by surprise.  But last week\'s price action and correlation in a couple of markets would make you think a few anticipated it. Crude Oil futures had a strong rally into the close on the first day of trade, Monday the 9th. Gold futures price action also showed a strong move last week.  Since mid-March Gold and Crude Oil were trading in opposite direction until last week where the correlations turned positive,  both markets ending the week strong.  You can see it clearly on the chart below.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/gold-crude-6-15.jpg\"><img class=\"aligncenter size-full wp-image-1837\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/gold-crude-6-15.jpg\" alt=\"gold crude 6-15\" width=\"464\" height=\"660\" /></a>\r\n\r\nLast week we saw the independent asset classes such as Natural Gas and the Grains provide us with trading opportunities.  In the week ahead I will be applying the same techniques to the risk asset classes. I am also expecting the market\'s price action to be news driven. We also have an active economic calendar including FOMC rate decision and communication which can also trigger volatility. It would be prudent to follow your game plan for the upcoming trading sessions. Be careful not to chase trades, instead keep your focus on trade setups ahead of time with \"eyes ahead\" using the forward looking techniques we used in the grains market to identify ideal trading opportunities.\r\n\r\nKeep listening to the market\'s message and trade accordingly.\r\n\r\nJoe Rios\r\nChief Market Strategist\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/37948f7987/TEST/5caa94e616\">www.riosquant.com</a>\r\n\r\n<strong>Live Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: </strong>\r\nAmber Little, RQ Client Relations Manager\r\nemail: <a href=\"mailto:amber@riosquant.com\">amber@riosquant.com</a>\r\nskype: alittlemobile\r\ncellphone: <a href=\"tel:415.336.7272\">415.336.7272</a>\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room TradeLAB</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/37948f7987/TEST/a8810ec2f6\">https://www3.gotomeeting.com/register/169828118</a></strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong>Monday through Friday beginning at 7:30 AM ET</strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n&nbsp;\r\n\r\n<strong>Insider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios</strong>\r\n\r\n<strong>Wednesday and Thursday beginning at 1:30 pm ET</strong>\r\n\r\n<strong>Subscription Only!</strong>\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the Rios Quant Trading Indicators:</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Tuesday beginning at 1:00 PM ET</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/37948f7987/TEST/173544894e\">https://www3.gotomeeting.com/register/621440286</a></strong>\r\n\r\nTopic: Momentum Trade E-Mini Stock Futures\r\n\r\nwith GnosTick Indicator\r\n\r\nPresenter: Steve Schwartz\r\n\r\n&nbsp;\r\n\r\n<strong>Wednesday beginning at 7:30 PM ET</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/37948f7987/TEST/a309f8b217\">https://www3.gotomeeting.com/register/731915334</a></strong>\r\n\r\n<strong>The RiosQuant 90 Day Training Program - Workshop</strong>\r\n\r\nTraining Session 11 of 12 with Edward Preston\r\n\r\nTopic: Customized Trade Execution\r\n\r\n&nbsp;\r\n\r\n<strong>Thursday beginning at 4:30 PM ET</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/37948f7987/TEST/af4df0b332\">https://www3.gotomeeting.com/register/657577758</a></strong>\r\n\r\nTopic: Pattern Trading with GnosLevels\r\n\r\nPresenter: Steve Schwartz\r\n\r\n&nbsp;\r\n\r\n<strong>Saturday beginning at 11:00 AM ET</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/37948f7987/TEST/b6351ea335\">https://www3.gotomeeting.com/register/684484006</a></strong>\r\n\r\nTopic: Follow the RiosQuant 3 Step Sequence\r\n\r\nPresenter: Steve Schwartz\r\n\r\n&nbsp;\r\n\r\n<strong>Monday</strong>\r\n\r\n8:30 AM               USD       Empire State Manufacturing Index\r\n\r\n9:15 AM               USD       Industrial Production And Capacity Utilization Rate\r\n\r\n9:30 PM                AUD       Monetary Policy Meeting Minutes\r\n\r\n&nbsp;\r\n\r\n<strong>Tuesday</strong>\r\n\r\n4:30 AM               GBP       CPI And PPI\r\n\r\n5:00 AM               EUR        German ZEW  Economic Sentiment\r\n\r\n8:30 AM               USD       Building Permits And Core CPI\r\n\r\n&nbsp;\r\n\r\n<strong>Wednesday</strong>\r\n\r\n4:30 AM               GBP       M PC     Asset Purchase Facility Votes\r\n\r\n10:30 AM             Crude Oil Inventories\r\n\r\n2:00 PM                USD       FOMC Statement\r\n\r\n2:30 PM                USD       FOMC Press Conference\r\n\r\n6:45 PM                NZD       GDP\r\n\r\n&nbsp;\r\n\r\n<strong>Thursday</strong>\r\n\r\n3:30 AM               CHF        Libor  Rate And SNB Press Conference\r\n\r\n4:30 AM               GBP       Retail Sales\r\n\r\n8:30 AM               USD       Unemployment Claims\r\n\r\n10:00 AM             USD       Philly Fed Manufacturing Index\r\n\r\n10:30 AM             Natural Gas Storage\r\n\r\n&nbsp;\r\n\r\n<strong>Friday</strong>\r\n\r\n2:35 AM               JPY         BOJ Gov Kuroda Speaks\r\n\r\n8:30 AM               CAD       Retail Sales And Core CPI\r\n\r\n&nbsp;','The Week Ahead In The Global Financial Markets','','inherit','open','closed','','1836-revision-v1','','','2014-06-16 04:01:30','2014-06-16 04:01:30','',1836,'http://www.thetradingroom.com/1836-revision-v1/',0,'revision','',0),(1840,2,'2014-06-16 04:02:52','2014-06-16 04:02:52','Did the Oil market anticipate the conflict in Iraq? During Sunday\'s Face the Nation TV show, Bob Schieffer reported that the Iraq violence caught everybody by surprise.  But last week\'s price action and correlation in a couple of markets would make you think a few anticipated it. Crude Oil futures had a strong rally into the close on the first day of trade, Monday the 9th. Gold futures price action also showed a strong move last week.  Since mid-March Gold and Crude Oil were trading in opposite direction until last week where the correlations turned positive,  both markets ending the week strong.  You can see it clearly on the chart below.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/gold-crude-6-15.jpg\"><img class=\"aligncenter size-full wp-image-1837\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/gold-crude-6-15.jpg\" alt=\"gold crude 6-15\" width=\"464\" height=\"660\" /></a>\r\n\r\nLast week we saw the independent asset classes such as Natural Gas and the Grains provide us with trading opportunities.  In the week ahead I will be applying the same techniques to the risk asset classes. I am also expecting the market\'s price action to be news driven. We also have an active economic calendar including FOMC rate decision and communication which can also trigger volatility. It would be prudent to follow your game plan for the upcoming trading sessions. Be careful not to chase trades, instead keep your focus on trade setups ahead of time with \"eyes ahead\" using the forward looking techniques we used in the grains market to identify ideal trading opportunities.\r\n\r\nKeep listening to the market\'s message and trade accordingly.\r\n\r\nJoe Rios\r\nChief Market Strategist\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/37948f7987/TEST/5caa94e616\">www.riosquant.com</a>\r\n\r\n<strong>Live Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: </strong>\r\nAmber Little, RQ Client Relations Manager\r\nemail: <a href=\"mailto:amber@riosquant.com\">amber@riosquant.com</a>\r\nskype: alittlemobile\r\ncellphone: <a href=\"tel:415.336.7272\">415.336.7272</a>\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room TradeLAB</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/37948f7987/TEST/a8810ec2f6\">https://www3.gotomeeting.com/register/169828118</a></strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong>Monday through Friday beginning at 7:30 AM ET</strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n&nbsp;\r\n\r\n<strong>Insider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios</strong>\r\n\r\n<strong>Wednesday and Thursday beginning at 1:30 pm ET</strong>\r\n\r\n<strong>Subscription Only!</strong>\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the Rios Quant Trading Indicators:</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Tuesday beginning at 1:00 PM ET</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/37948f7987/TEST/173544894e\">https://www3.gotomeeting.com/register/621440286</a></strong>\r\n\r\nTopic: Momentum Trade E-Mini Stock Futures\r\n\r\nwith GnosTick Indicator\r\n\r\nPresenter: Steve Schwartz\r\n\r\n&nbsp;\r\n\r\n<strong>Wednesday beginning at 7:30 PM ET</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/37948f7987/TEST/a309f8b217\">https://www3.gotomeeting.com/register/731915334</a></strong>\r\n\r\n<strong>The RiosQuant 90 Day Training Program - Workshop</strong>\r\n\r\nTraining Session 11 of 12 with Edward Preston\r\n\r\nTopic: Customized Trade Execution\r\n\r\n&nbsp;\r\n\r\n<strong>Thursday beginning at 4:30 PM ET</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/37948f7987/TEST/af4df0b332\">https://www3.gotomeeting.com/register/657577758</a></strong>\r\n\r\nTopic: Pattern Trading with GnosLevels\r\n\r\nPresenter: Steve Schwartz\r\n\r\n&nbsp;\r\n\r\n<strong>Saturday beginning at 11:00 AM ET</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/37948f7987/TEST/b6351ea335\">https://www3.gotomeeting.com/register/684484006</a></strong>\r\n\r\nTopic: Follow the RiosQuant 3 Step Sequence\r\n\r\nPresenter: Steve Schwartz\r\n\r\n&nbsp;\r\n\r\n<strong>Monday</strong>\r\n\r\n8:30 AM               USD       Empire State Manufacturing Index\r\n\r\n9:15 AM               USD       Industrial Production And Capacity Utilization Rate\r\n\r\n9:30 PM                AUD       Monetary Policy Meeting Minutes\r\n\r\n&nbsp;\r\n\r\n<strong>Tuesday</strong>\r\n\r\n4:30 AM               GBP       CPI And PPI\r\n\r\n5:00 AM               EUR        German ZEW  Economic Sentiment\r\n\r\n8:30 AM               USD       Building Permits And Core CPI\r\n\r\n&nbsp;\r\n\r\n<strong>Wednesday</strong>\r\n\r\n4:30 AM               GBP       M PC     Asset Purchase Facility Votes\r\n\r\n10:30 AM             Crude Oil Inventories\r\n\r\n2:00 PM                USD       FOMC Statement\r\n\r\n2:30 PM                USD       FOMC Press Conference\r\n\r\n6:45 PM                NZD       GDP\r\n\r\n&nbsp;\r\n\r\n<strong>Thursday</strong>\r\n\r\n3:30 AM               CHF        Libor  Rate And SNB Press Conference\r\n\r\n4:30 AM               GBP       Retail Sales\r\n\r\n8:30 AM               USD       Unemployment Claims\r\n\r\n10:00 AM             USD       Philly Fed Manufacturing Index\r\n\r\n10:30 AM             Natural Gas Storage\r\n\r\n&nbsp;\r\n\r\n<strong>Friday</strong>\r\n\r\n2:35 AM               JPY         BOJ Gov Kuroda Speaks\r\n\r\n8:30 AM               CAD       Retail Sales And Core CPI\r\n\r\n&nbsp;','The Week Ahead In The Global Financial Markets','','inherit','open','closed','','1836-revision-v1','','','2014-06-16 04:02:52','2014-06-16 04:02:52','',1836,'http://www.thetradingroom.com/1836-revision-v1/',0,'revision','',0),(1841,2,'2014-06-16 04:04:14','2014-06-16 04:04:14','<strong>Did the Oil market anticipate the conflict in Iraq? </strong>During Sunday\'s Face the Nation TV show, Bob Schieffer reported that the Iraq violence caught everybody by surprise.  But last week\'s price action and correlation in a couple of markets would make you think a few anticipated it. Crude Oil futures had a strong rally into the close on the first day of trade, Monday the 9th. Gold futures price action also showed a strong move last week.  Since mid-March Gold and Crude Oil were trading in opposite direction until last week where the correlations turned positive,  both markets ending the week strong. You can see it clearly on the chart below.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/gold-crude-6-15.jpg\"><img class=\"aligncenter size-full wp-image-1837\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/gold-crude-6-15.jpg\" alt=\"gold crude 6-15\" width=\"464\" height=\"660\" /></a>\r\n\r\nLast week we saw the independent asset classes such as Natural Gas and the Grains provide us with trading opportunities.  In the week ahead I will be applying the same techniques to the risk asset classes. I am also expecting the market\'s price action to be news driven. We also have an active economic calendar including FOMC rate decision and communication which can also trigger volatility. It would be prudent to follow your game plan for the upcoming trading sessions. Be careful not to chase trades, instead keep your focus on trade setups ahead of time with \"eyes ahead\" using the forward looking techniques we used in the grains market to identify ideal trading opportunities.\r\n\r\nKeep listening to the market\'s message and trade accordingly.\r\n\r\nJoe Rios\r\nChief Market Strategist\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/37948f7987/TEST/5caa94e616\">www.riosquant.com</a>\r\n\r\n<strong>Live Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: </strong>\r\nAmber Little, RQ Client Relations Manager\r\nemail: <a href=\"mailto:amber@riosquant.com\">amber@riosquant.com</a>\r\nskype: alittlemobile\r\ncellphone: <a href=\"tel:415.336.7272\">415.336.7272</a>\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room TradeLAB</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/37948f7987/TEST/a8810ec2f6\">https://www3.gotomeeting.com/register/169828118</a></strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong>Monday through Friday beginning at 7:30 AM ET</strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n&nbsp;\r\n\r\n<strong>Insider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios</strong>\r\n\r\n<strong>Wednesday and Thursday beginning at 1:30 pm ET</strong>\r\n\r\n<strong>Subscription Only!</strong>\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the Rios Quant Trading Indicators:</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Tuesday beginning at 1:00 PM ET</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/37948f7987/TEST/173544894e\">https://www3.gotomeeting.com/register/621440286</a></strong>\r\n\r\nTopic: Momentum Trade E-Mini Stock Futures\r\n\r\nwith GnosTick Indicator\r\n\r\nPresenter: Steve Schwartz\r\n\r\n&nbsp;\r\n\r\n<strong>Wednesday beginning at 7:30 PM ET</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/37948f7987/TEST/a309f8b217\">https://www3.gotomeeting.com/register/731915334</a></strong>\r\n\r\n<strong>The RiosQuant 90 Day Training Program - Workshop</strong>\r\n\r\nTraining Session 11 of 12 with Edward Preston\r\n\r\nTopic: Customized Trade Execution\r\n\r\n&nbsp;\r\n\r\n<strong>Thursday beginning at 4:30 PM ET</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/37948f7987/TEST/af4df0b332\">https://www3.gotomeeting.com/register/657577758</a></strong>\r\n\r\nTopic: Pattern Trading with GnosLevels\r\n\r\nPresenter: Steve Schwartz\r\n\r\n&nbsp;\r\n\r\n<strong>Saturday beginning at 11:00 AM ET</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/37948f7987/TEST/b6351ea335\">https://www3.gotomeeting.com/register/684484006</a></strong>\r\n\r\nTopic: Follow the RiosQuant 3 Step Sequence\r\n\r\nPresenter: Steve Schwartz\r\n\r\n&nbsp;\r\n\r\n<strong>Monday</strong>\r\n\r\n8:30 AM               USD       Empire State Manufacturing Index\r\n\r\n9:15 AM               USD       Industrial Production And Capacity Utilization Rate\r\n\r\n9:30 PM                AUD       Monetary Policy Meeting Minutes\r\n\r\n&nbsp;\r\n\r\n<strong>Tuesday</strong>\r\n\r\n4:30 AM               GBP       CPI And PPI\r\n\r\n5:00 AM               EUR        German ZEW  Economic Sentiment\r\n\r\n8:30 AM               USD       Building Permits And Core CPI\r\n\r\n&nbsp;\r\n\r\n<strong>Wednesday</strong>\r\n\r\n4:30 AM               GBP       M PC     Asset Purchase Facility Votes\r\n\r\n10:30 AM             Crude Oil Inventories\r\n\r\n2:00 PM                USD       FOMC Statement\r\n\r\n2:30 PM                USD       FOMC Press Conference\r\n\r\n6:45 PM                NZD       GDP\r\n\r\n&nbsp;\r\n\r\n<strong>Thursday</strong>\r\n\r\n3:30 AM               CHF        Libor  Rate And SNB Press Conference\r\n\r\n4:30 AM               GBP       Retail Sales\r\n\r\n8:30 AM               USD       Unemployment Claims\r\n\r\n10:00 AM             USD       Philly Fed Manufacturing Index\r\n\r\n10:30 AM             Natural Gas Storage\r\n\r\n&nbsp;\r\n\r\n<strong>Friday</strong>\r\n\r\n2:35 AM               JPY         BOJ Gov Kuroda Speaks\r\n\r\n8:30 AM               CAD       Retail Sales And Core CPI\r\n\r\n&nbsp;','The Week Ahead In The Global Financial Markets','','inherit','open','closed','','1836-revision-v1','','','2014-06-16 04:04:14','2014-06-16 04:04:14','',1836,'http://www.thetradingroom.com/1836-revision-v1/',0,'revision','',0),(1842,2,'2014-06-16 04:04:36','2014-06-16 04:04:36','<strong>Did the Oil market anticipate the conflict in Iraq? </strong>\r\n\r\nDuring Sunday\'s Face the Nation TV show, Bob Schieffer reported that the Iraq violence caught everybody by surprise.  But last week\'s price action and correlation in a couple of markets would make you think a few anticipated it. Crude Oil futures had a strong rally into the close on the first day of trade, Monday the 9th. Gold futures price action also showed a strong move last week.  Since mid-March Gold and Crude Oil were trading in opposite direction until last week where the correlations turned positive,  both markets ending the week strong. You can see it clearly on the chart below.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/gold-crude-6-15.jpg\"><img class=\"aligncenter size-full wp-image-1837\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/gold-crude-6-15.jpg\" alt=\"gold crude 6-15\" width=\"464\" height=\"660\" /></a>\r\n\r\nLast week we saw the independent asset classes such as Natural Gas and the Grains provide us with trading opportunities.  In the week ahead I will be applying the same techniques to the risk asset classes. I am also expecting the market\'s price action to be news driven. We also have an active economic calendar including FOMC rate decision and communication which can also trigger volatility. It would be prudent to follow your game plan for the upcoming trading sessions. Be careful not to chase trades, instead keep your focus on trade setups ahead of time with \"eyes ahead\" using the forward looking techniques we used in the grains market to identify ideal trading opportunities.\r\n\r\nKeep listening to the market\'s message and trade accordingly.\r\n\r\nJoe Rios\r\nChief Market Strategist\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/37948f7987/TEST/5caa94e616\">www.riosquant.com</a>\r\n\r\n<strong>Live Rooms and Events</strong>\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<strong>Contact Information for your Support Needs: </strong>\r\nAmber Little, RQ Client Relations Manager\r\nemail: <a href=\"mailto:amber@riosquant.com\">amber@riosquant.com</a>\r\nskype: alittlemobile\r\ncellphone: <a href=\"tel:415.336.7272\">415.336.7272</a>\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room TradeLAB</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/37948f7987/TEST/a8810ec2f6\">https://www3.gotomeeting.com/register/169828118</a></strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong>Monday through Friday beginning at 7:30 AM ET</strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n&nbsp;\r\n\r\n<strong>Insider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios</strong>\r\n\r\n<strong>Wednesday and Thursday beginning at 1:30 pm ET</strong>\r\n\r\n<strong>Subscription Only!</strong>\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the Rios Quant Trading Indicators:</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Tuesday beginning at 1:00 PM ET</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/37948f7987/TEST/173544894e\">https://www3.gotomeeting.com/register/621440286</a></strong>\r\n\r\nTopic: Momentum Trade E-Mini Stock Futures\r\n\r\nwith GnosTick Indicator\r\n\r\nPresenter: Steve Schwartz\r\n\r\n&nbsp;\r\n\r\n<strong>Wednesday beginning at 7:30 PM ET</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/37948f7987/TEST/a309f8b217\">https://www3.gotomeeting.com/register/731915334</a></strong>\r\n\r\n<strong>The RiosQuant 90 Day Training Program - Workshop</strong>\r\n\r\nTraining Session 11 of 12 with Edward Preston\r\n\r\nTopic: Customized Trade Execution\r\n\r\n&nbsp;\r\n\r\n<strong>Thursday beginning at 4:30 PM ET</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/37948f7987/TEST/af4df0b332\">https://www3.gotomeeting.com/register/657577758</a></strong>\r\n\r\nTopic: Pattern Trading with GnosLevels\r\n\r\nPresenter: Steve Schwartz\r\n\r\n&nbsp;\r\n\r\n<strong>Saturday beginning at 11:00 AM ET</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/37948f7987/TEST/b6351ea335\">https://www3.gotomeeting.com/register/684484006</a></strong>\r\n\r\nTopic: Follow the RiosQuant 3 Step Sequence\r\n\r\nPresenter: Steve Schwartz\r\n\r\n&nbsp;\r\n\r\n<strong>Monday</strong>\r\n\r\n8:30 AM               USD       Empire State Manufacturing Index\r\n\r\n9:15 AM               USD       Industrial Production And Capacity Utilization Rate\r\n\r\n9:30 PM                AUD       Monetary Policy Meeting Minutes\r\n\r\n&nbsp;\r\n\r\n<strong>Tuesday</strong>\r\n\r\n4:30 AM               GBP       CPI And PPI\r\n\r\n5:00 AM               EUR        German ZEW  Economic Sentiment\r\n\r\n8:30 AM               USD       Building Permits And Core CPI\r\n\r\n&nbsp;\r\n\r\n<strong>Wednesday</strong>\r\n\r\n4:30 AM               GBP       M PC     Asset Purchase Facility Votes\r\n\r\n10:30 AM             Crude Oil Inventories\r\n\r\n2:00 PM                USD       FOMC Statement\r\n\r\n2:30 PM                USD       FOMC Press Conference\r\n\r\n6:45 PM                NZD       GDP\r\n\r\n&nbsp;\r\n\r\n<strong>Thursday</strong>\r\n\r\n3:30 AM               CHF        Libor  Rate And SNB Press Conference\r\n\r\n4:30 AM               GBP       Retail Sales\r\n\r\n8:30 AM               USD       Unemployment Claims\r\n\r\n10:00 AM             USD       Philly Fed Manufacturing Index\r\n\r\n10:30 AM             Natural Gas Storage\r\n\r\n&nbsp;\r\n\r\n<strong>Friday</strong>\r\n\r\n2:35 AM               JPY         BOJ Gov Kuroda Speaks\r\n\r\n8:30 AM               CAD       Retail Sales And Core CPI\r\n\r\n&nbsp;','The Week Ahead In The Global Financial Markets','','inherit','open','closed','','1836-revision-v1','','','2014-06-16 04:04:36','2014-06-16 04:04:36','',1836,'http://www.thetradingroom.com/1836-revision-v1/',0,'revision','',0),(1843,2,'2014-06-18 11:03:42','2014-06-18 11:03:42','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 6:40 am ET </span></span>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000; font-family: Helvetica, Helvetica, Arial, sans-serif;\">\r\n</span>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">Most European stocks advanced for a second day as investors awaited a Federal Reserve monetary- policy decision. U.S. stock-index futures and Asian shares were little changed.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasury 10-year note yields were near the most versus German bunds since 1999 on speculation the Federal Reserve is moving closer to increasing interest rates as its European counterpart keeps borrowing costs subdued.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2d2b2c;\">Copper climbed for a fourth session amid speculation that demand will stabilize in </span><a style=\"font-weight: bold; color: #003399;\" href=\"http://topics.bloomberg.com/china/\">China</a><span style=\"color: #2d2b2c;\">as policy makers try to support growth in the world’s largest consumer of industrial metals. </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2d2b2c;\">The dollar reached a one-week high versus the yen before the Federal Reserve announces a policy decision today as signs of U.S. economic growth fuel speculation policy makers are moving toward raising interest rates.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - US </span><span style=\"color: #000000;\">Current Account and CAD </span><span style=\"color: #000000;\">Wholesale Sales m/m due at 8:30, </span><span style=\"color: #000000;\">Crude Oil Inventories at 10:30, </span><span style=\"color: #000000;\">MPC Member Haldane Speaks </span><span style=\"color: #000000;\">MPC Member Haldane Speaks AT 13:30, </span><span style=\"color: #000000;\">FOMC Statement at 14:00, </span><span style=\"color: #000000;\">FOMC Press Conference at 14:30, NZD </span><span style=\"color: #000000;\">GDP q/q 18:45 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-33','','','2014-06-18 11:03:42','2014-06-18 11:03:42','',0,'http://www.thetradingroom.com/?p=1843',0,'post','',0),(1844,2,'2014-06-18 11:03:42','2014-06-18 11:03:42','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 6:40 am ET </span></span>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000; font-family: Helvetica, Helvetica, Arial, sans-serif;\">\r\n</span>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">Most European stocks advanced for a second day as investors awaited a Federal Reserve monetary- policy decision. U.S. stock-index futures and Asian shares were little changed.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasury 10-year note yields were near the most versus German bunds since 1999 on speculation the Federal Reserve is moving closer to increasing interest rates as its European counterpart keeps borrowing costs subdued.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2d2b2c;\">Copper climbed for a fourth session amid speculation that demand will stabilize in </span><a style=\"font-weight: bold; color: #003399;\" href=\"http://topics.bloomberg.com/china/\">China</a><span style=\"color: #2d2b2c;\">as policy makers try to support growth in the world’s largest consumer of industrial metals. </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2d2b2c;\">The dollar reached a one-week high versus the yen before the Federal Reserve announces a policy decision today as signs of U.S. economic growth fuel speculation policy makers are moving toward raising interest rates.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - US </span><span style=\"color: #000000;\">Current Account and CAD </span><span style=\"color: #000000;\">Wholesale Sales m/m due at 8:30, </span><span style=\"color: #000000;\">Crude Oil Inventories at 10:30, </span><span style=\"color: #000000;\">MPC Member Haldane Speaks </span><span style=\"color: #000000;\">MPC Member Haldane Speaks AT 13:30, </span><span style=\"color: #000000;\">FOMC Statement at 14:00, </span><span style=\"color: #000000;\">FOMC Press Conference at 14:30, NZD </span><span style=\"color: #000000;\">GDP q/q 18:45 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1843-revision-v1','','','2014-06-18 11:03:42','2014-06-18 11:03:42','',1843,'http://www.thetradingroom.com/1843-revision-v1/',0,'revision','',0),(1846,2,'2014-06-19 11:30:39','2014-06-19 11:30:39','UPDATED  7:25 am ET\r\n\r\nSTOCKS - European stocks rose the most in two weeks after the Federal Reserve repeated its pledge to leave interest rates near their record low and said the world’s largest economy should experience sustained growth. U.S. index futures were little changed, while Asian shares rallied.\r\n\r\nBONDS - Investors trying to anticipate Federal Reserve interest-rate policy are ignoring the dots and focusing on Chair Janet Yellen’s words.\r\n\r\nCOMMODITIES - Gold traded near a three-week high in London as the U.S. Federal Reserve said interest rates will remain low, boosting demand for the precious metal as an alternative investment.\r\n\r\nCURRENCIES - The Bloomberg Dollar Spot Index fell to its weakest level in almost a month after the Federal Reserve said it will keep interest rates near zero for a “considerable time,” boosting demand for overseas assets.\r\n\r\nECONOMIC DATA - US Unemployment Claims due at 8:30, Philly Fed Manufacturing Index at 10:00, Natural Gas Storage at 10:30 ET.','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1845-revision-v1','','','2014-06-19 11:30:39','2014-06-19 11:30:39','',1845,'http://www.thetradingroom.com/1845-revision-v1/',0,'revision','',0),(1847,2,'2014-06-20 11:08:41','2014-06-20 11:08:41','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:05 am ET </span></span>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000; font-family: Helvetica, Helvetica, Arial, sans-serif;\">\r\n</span>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2d2b2c;\">European stocks were little changed, with the Stoxx Europe 600 Index heading for a weekly gain, amid an increase in mergers-and-acquisitions activity and as investors awaited data on euro-area consumer confidence</span><span style=\"color: #2d2b2c;\">. U.S. index futures were little changed, while Asian shares fell.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Investors trying to anticipate Federal Reserve interest-rate policy are ignoring the dots and focusing on Chair Janet Yellen’s words.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Copper rose the most in almost three weeks in London, heading for the first weekly gain in four. </span><span style=\"color: #2d2b2c;\">Trading in bullion options show the biggest rally in nine months has more to run after some contracts betting on higher prices surged by the most since 2012 yesterday.</span><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">A gauge of the dollar approached a one-month low as currency volatility slid to a record amid prospects a sluggish U.S. economy will prompt the Federal Reserve to keep interest rates near zero.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - CAD </span><span style=\"color: #000000;\">Core CPI m/m and Retail Sales due at 8:30 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-35','','','2014-06-20 11:08:41','2014-06-20 11:08:41','',0,'http://www.thetradingroom.com/?p=1847',0,'post','',0),(1848,2,'2014-06-20 11:08:41','2014-06-20 11:08:41','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:05 am ET </span></span>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000; font-family: Helvetica, Helvetica, Arial, sans-serif;\">\r\n</span>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2d2b2c;\">European stocks were little changed, with the Stoxx Europe 600 Index heading for a weekly gain, amid an increase in mergers-and-acquisitions activity and as investors awaited data on euro-area consumer confidence</span><span style=\"color: #2d2b2c;\">. U.S. index futures were little changed, while Asian shares fell.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Investors trying to anticipate Federal Reserve interest-rate policy are ignoring the dots and focusing on Chair Janet Yellen’s words.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Copper rose the most in almost three weeks in London, heading for the first weekly gain in four. </span><span style=\"color: #2d2b2c;\">Trading in bullion options show the biggest rally in nine months has more to run after some contracts betting on higher prices surged by the most since 2012 yesterday.</span><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">A gauge of the dollar approached a one-month low as currency volatility slid to a record amid prospects a sluggish U.S. economy will prompt the Federal Reserve to keep interest rates near zero.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - CAD </span><span style=\"color: #000000;\">Core CPI m/m and Retail Sales due at 8:30 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1847-revision-v1','','','2014-06-20 11:08:41','2014-06-20 11:08:41','',1847,'http://www.thetradingroom.com/1847-revision-v1/',0,'revision','',0),(1849,2,'2014-06-20 11:21:46','2014-06-20 11:21:46','Congratulations to RiosQuant member Jim from Virginia for taking a short trade in 2 Copper futures contract  for $475 profit.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nTESTIMONIALS ARE NOT INDICATIVE OF FUTURE PERFORMANCE OR SUCCESS\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/jim-copper-6-19.jpg\"><img class=\"aligncenter size-full wp-image-1850\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/jim-copper-6-19.jpg\" alt=\"jim copper 6-19\" width=\"855\" height=\"605\" /></a>','RiosQuant Member - Jim G.','','publish','open','closed','','riosquant-member-jim-g','','','2016-10-09 17:36:23','2016-10-09 17:36:23','',0,'http://www.thetradingroom.com/?p=1849',0,'post','',0),(1850,2,'2014-06-20 11:17:56','2014-06-20 11:17:56','','jim copper 6-19','','inherit','open','closed','','jim-copper-6-19','','','2014-06-20 11:17:56','2014-06-20 11:17:56','',1849,'http://www.thetradingroom.com/wp-content/uploads/2014/06/jim-copper-6-19.jpg',0,'attachment','image/jpeg',0),(1851,2,'2014-06-20 11:21:18','2014-06-20 11:21:18','','Jim pic','','inherit','open','closed','','jim-pic','','','2014-06-20 11:21:18','2014-06-20 11:21:18','',1849,'http://www.thetradingroom.com/wp-content/uploads/2014/06/Jim-pic.jpg',0,'attachment','image/jpeg',0),(1852,2,'2014-06-20 11:21:29','2014-06-20 11:21:29','Congratulations to RiosQuant member Jim from Virginia for taking a short trade in 2 Copper futures contract  for $475 profit.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/jim-copper-6-19.jpg\"><img class=\"aligncenter size-full wp-image-1850\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/jim-copper-6-19.jpg\" alt=\"jim copper 6-19\" width=\"855\" height=\"605\" /></a>','RiosQuant Member - Jim G.','','inherit','open','closed','','1849-revision-v1','','','2014-06-20 11:21:29','2014-06-20 11:21:29','',1849,'http://www.thetradingroom.com/1849-revision-v1/',0,'revision','',0),(1853,2,'2014-06-21 13:33:01','2014-06-21 13:33:01','','Friday trading','','publish','open','closed','','friday-trading','','','2014-06-21 18:33:26','2014-06-21 18:33:26','',0,'http://www.thetradingroom.com/?page_id=1853',0,'page','',0),(1854,2,'2014-06-21 13:27:56','2014-06-21 13:27:56','','Friday trading','','inherit','open','closed','','1853-revision-v1','','','2014-06-21 13:27:56','2014-06-21 13:27:56','',1853,'http://www.thetradingroom.com/1853-revision-v1/',0,'revision','',0),(1855,2,'2014-06-21 19:36:08','0000-00-00 00:00:00','','RQ Technologies','','draft','open','closed','','rq-technologies','','','2014-06-21 19:36:08','2014-06-21 19:36:08','',0,'http://www.thetradingroom.com/?page_id=1855',0,'page','',0),(1856,2,'2014-06-21 18:45:03','2014-06-21 18:45:03','','RQ Technologies','','inherit','open','closed','','1855-revision-v1','','','2014-06-21 18:45:03','2014-06-21 18:45:03','',1855,'http://www.thetradingroom.com/1855-revision-v1/',0,'revision','',0),(1857,2,'2014-06-21 19:20:48','2014-06-21 19:20:48','','ep live friday black','','inherit','open','closed','','ep-live-friday-black','','','2014-06-21 19:20:48','2014-06-21 19:20:48','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/06/ep-live-friday-black.jpg',0,'attachment','image/jpeg',0),(1858,2,'2014-06-21 19:35:29','2014-06-21 19:35:29','','ep live trading gray','','inherit','open','closed','','ep-live-trading-gray','','','2014-06-21 19:35:29','2014-06-21 19:35:29','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/06/ep-live-trading-gray.jpg',0,'attachment','image/jpeg',0),(1859,2,'2014-06-21 19:48:03','2014-06-21 19:48:03','','Live Performance ','','publish','open','closed','','live-performance','','','2014-06-22 11:55:10','2014-06-22 11:55:10','',0,'http://www.thetradingroom.com/?page_id=1859',0,'page','',0),(1860,2,'2014-06-21 19:41:16','2014-06-21 19:41:16','','Live Performance ','','inherit','open','closed','','1859-revision-v1','','','2014-06-21 19:41:16','2014-06-21 19:41:16','',1859,'http://www.thetradingroom.com/1859-revision-v1/',0,'revision','',0),(1861,2,'2014-06-21 19:45:08','2014-06-21 19:45:08','','ep live trading grey black fade','','inherit','open','closed','','ep-live-trading-grey-black-fade','','','2014-06-21 19:45:08','2014-06-21 19:45:08','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/06/ep-live-trading-grey-black-fade.jpg',0,'attachment','image/jpeg',0),(1862,2,'2014-06-21 19:46:21','2014-06-21 19:46:21','','ep live trading grey black fade','','inherit','open','closed','','ep-live-trading-grey-black-fade-2','','','2014-06-21 19:46:21','2014-06-21 19:46:21','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/06/ep-live-trading-grey-black-fade1.jpg',0,'attachment','image/jpeg',0),(1863,2,'2014-06-21 19:47:00','2014-06-21 19:47:00','','ep live trading grey black fade','','inherit','open','closed','','ep-live-trading-grey-black-fade-3','','','2014-06-21 19:47:00','2014-06-21 19:47:00','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/06/ep-live-trading-grey-black-fade2.jpg',0,'attachment','image/jpeg',0),(1864,2,'2014-06-23 00:26:30','2014-06-23 00:26:30','<strong>From the desk of Joe Rios</strong>\r\n\r\nThe FOMC event this past week was the main focus for traders and investors alike. As expected the markets accelerated during Yellen\'s press briefing with risk assets trading higher. However it was the Metals with Silver and Gold\'s bullish price action on Thursday that stole the show. What was the message from that move? Is inflation back at the forefront? Inflation is already above the 2% target. Is the Fed behind the curve? In the week ahead I expect the focus will turn to the Fed and therefore to economic data releases.  I will place close attention to the reaction  and sensitivity from price action to the data releases. I will keep track of rotation flows from the major asset classes including the S&amp;P 500, US Treasury 10 Year Note and the US Dollar. It should be a good week for events trading as I expect traders to react swiftly from any surprises. News from the Iraqi conflict can also bring volatility to the financial markets\r\n\r\nJoe Rios\r\n\r\nFounder - Rios Quantitative LLC\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-6-22.bmp\"><img class=\"aligncenter size-medium wp-image-1865\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-6-22.bmp\" alt=\"relative performance global assets\" width=\"1\" height=\"1\" /></a><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-6-221.bmp\"><img class=\"aligncenter size-medium wp-image-1867\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-6-221.bmp\" alt=\"relative performance 6-22\" width=\"1\" height=\"1\" /></a> <a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-gold-silver-futures.jpg\"><img class=\"aligncenter size-full wp-image-1868\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-gold-silver-futures.jpg\" alt=\"relative performance gold silver futures\" width=\"1102\" height=\"495\" /></a>\r\n\r\nRelative Performance -  Silver, Gold, Copper, S&amp;P 500 and US 10 Yr. Note - Week ending June 20th,  2014\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n<div><span style=\"font-weight: bold;\">Contact Information for your Support Needs: </span>\r\nAmber Little, RQ Client Relations Manager\r\nemail: <a style=\"color: #1155cc;\" href=\"mailto:amber@riosquant.com\" target=\"_blank\">amber@riosquant.com</a>\r\nskype: alittlemobile\r\ncellphone: <a style=\"color: #1155cc;\" href=\"tel:415.336.7272\" target=\"_blank\">415.336.7272</a></div>\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-6-22.bmp\"><img class=\"aligncenter size-medium wp-image-1865\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-6-22.bmp\" alt=\"relative performance global assets\" width=\"1\" height=\"1\" /></a><strong>Live Trading Rooms and Events: </strong>\r\n\r\n<strong>The Trading Room </strong><strong>TradeLAB - Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/0316dd0bb4/TEST/0372e3f07b\">https://www3.gotomeeting.com/register/194846974</a></strong>\r\n\r\n<strong><span data-term=\"goog_156432950\">Monday</span> through <span data-term=\"goog_156432951\">Friday</span> beginning at <span data-term=\"goog_156432952\">7:30 AM ET</span></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n_______________________________________________\r\n\r\n<strong>Insider\'s Quant (IQ) Room - </strong><strong>Advanced Concepts with Joe Rios</strong>\r\n\r\n<strong><span data-term=\"goog_156432953\">Monday</span>, <span data-term=\"goog_156432954\">Wednesday</span> and <span data-term=\"goog_156432955\">Thursday</span> beginning at <span data-term=\"goog_156432956\">1:30pm ET</span></strong>\r\n\r\n<strong>Subscription Only!</strong>\r\n\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop - </strong><strong> Rios Quant Trading Indicators:</strong>\r\n\r\n<strong><span data-term=\"goog_156432957\">Wednesday</span> beginning at <span data-term=\"goog_156432958\">1:00 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/0316dd0bb4/TEST/042dd4bdf3\">https://www3.gotomeeting.com/register/575711926</a></strong>\r\n\r\nTopic: Momentum Trading Crude Oil and E-mini Stock Futures\r\n\r\nPresenter: Steve Schwartz\r\n\r\n<strong><span data-term=\"goog_156432959\">Wednesday</span> beginning at <span data-term=\"goog_156432960\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/0316dd0bb4/TEST/03fae607d8\">https://www3.gotomeeting.com/register/578067430</a></strong>\r\n\r\nTopic: The Next Big Swing\r\n\r\nPresenter: Edward Preston\r\n\r\n<strong><span data-term=\"goog_156432961\">Thursday</span> beginning at <span data-term=\"goog_156432962\">7:30 PM ET</span></strong>\r\n\r\n<strong>The RiosQuant 90 Day Training Program - Online Workshop</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/0316dd0bb4/TEST/a85add515e\">https://www3.gotomeeting.com/register/556611966</a></strong>\r\n\r\nTraining Session 12 of 12 with Steve Schwartz\r\n\r\nTopic: 5 Rules of Engagement\r\n\r\n<strong><span data-term=\"goog_156432963\">Saturday</span> beginning at <span data-term=\"goog_156432964\">11:00 AM ET</span></strong>\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/0316dd0bb4/TEST/0b0c2368ac\">https://www3.gotomeeting.com/register/566357334</a>\r\n\r\nTopic: Week in Review with Gnostick Levels\r\n\r\nPresenter: Steve Schwartz\r\n\r\n_______________________________________________\r\n\r\nMonday\r\n\r\n2:00 AM      JPY     BOJ  Gov Kuroda Speaks\r\n\r\n3:00 AM      EUR   French Flash Manufacturing PMI\r\n\r\n3:30 AM      EUR   German Flash Manufacturing PMI\r\n\r\n10:00 AM    USD   Existing Home Sales\r\n\r\nTuesday\r\n\r\n4:00 AM      EUR   German IFO business climate\r\n\r\n4:30 AM      GBP   BOE Gov. Carney speaks\r\n\r\n10:00 AM    USD   CB     consumer confidence and new-home sales\r\n\r\nWednesday\r\n\r\n8:30 AM      USD   core durable goods orders and final GDP\r\n\r\n10:30 AM    crude oil inventories\r\n\r\nThursday\r\n\r\n5:30 AM      GBP   BOE Gov. Carney speaks\r\n\r\n8:30 AM      USD   unemployment claims and personal spending\r\n\r\n10:30 AM    natural gas storage\r\n\r\n6:45 PM      NZD   trade balance\r\n\r\n7:30 PM      JPY household spending\r\n\r\nFriday\r\n\r\nall day         EUR   German preliminary CPI\r\n\r\n4:30 AM      GBP   current account\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-11','','','2014-06-23 00:26:30','2014-06-23 00:26:30','',0,'http://www.thetradingroom.com/?p=1864',0,'post','',0),(1865,2,'2014-06-23 00:05:27','2014-06-23 00:05:27','','relative performance global assets','','inherit','open','closed','','relative-performance-6-22','','','2014-06-23 00:05:27','2014-06-23 00:05:27','',1864,'http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-6-22.bmp',0,'attachment','image/bmp',0),(1866,2,'2014-06-23 00:06:45','2014-06-23 00:06:45','<strong>From the desk of Joe Rios</strong>\r\n\r\nThe FOMC event this past week was the main focus for traders and investors alike. As expected the markets accelerated during Yellen\'s press briefing with risk assets trading higher. However it was the Metals with Silver and Gold\'s bullish price action on Thursday that stole the show. What was the message from that move? Is inflation back at the forefront? Inflation is already above the 2% target. Is the Fed behind the curve? In the week ahead I expect the focus will turn to the Fed and therefore to economic data releases.  I will place close attention to the reaction  and sensitivity from price action to the data releases. I will keep track of rotation flows from the major asset classes including the S&amp;P 500, US Treasury 10 Year Note and the US Dollar. It should be a good week for events trading as I expect traders to react swiftly from any surprises. News from the Iraqi conflict can also bring volatility to the financial markets.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-6-22.bmp\"><img class=\"aligncenter size-medium wp-image-1865\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-6-22.bmp\" alt=\"relative performance global assets\" width=\"1\" height=\"1\" /></a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-6-22.bmp\"><img class=\"aligncenter size-medium wp-image-1865\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-6-22.bmp\" alt=\"relative performance global assets\" width=\"1\" height=\"1\" /></a>','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1864-revision-v1','','','2014-06-23 00:06:45','2014-06-23 00:06:45','',1864,'http://www.thetradingroom.com/1864-revision-v1/',0,'revision','',0),(1867,2,'2014-06-23 00:08:01','2014-06-23 00:08:01','','relative performance 6-22','','inherit','open','closed','','relative-performance-6-22-2','','','2014-06-23 00:08:01','2014-06-23 00:08:01','',1864,'http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-6-221.bmp',0,'attachment','image/bmp',0),(1868,2,'2014-06-23 00:10:08','2014-06-23 00:10:08','','relative performance gold silver futures','','inherit','open','closed','','relative-performance-gold-silver-futures','','','2014-06-23 00:10:08','2014-06-23 00:10:08','',1864,'http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-gold-silver-futures.jpg',0,'attachment','image/jpeg',0),(1869,2,'2014-06-23 00:10:42','2014-06-23 00:10:42','<strong>From the desk of Joe Rios</strong>\r\n\r\nThe FOMC event this past week was the main focus for traders and investors alike. As expected the markets accelerated during Yellen\'s press briefing with risk assets trading higher. However it was the Metals with Silver and Gold\'s bullish price action on Thursday that stole the show. What was the message from that move? Is inflation back at the forefront? Inflation is already above the 2% target. Is the Fed behind the curve? In the week ahead I expect the focus will turn to the Fed and therefore to economic data releases.  I will place close attention to the reaction  and sensitivity from price action to the data releases. I will keep track of rotation flows from the major asset classes including the S&amp;P 500, US Treasury 10 Year Note and the US Dollar. It should be a good week for events trading as I expect traders to react swiftly from any surprises. News from the Iraqi conflict can also bring volatility to the financial markets.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-6-22.bmp\"><img class=\"aligncenter size-medium wp-image-1865\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-6-22.bmp\" alt=\"relative performance global assets\" width=\"1\" height=\"1\" /></a><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-6-221.bmp\"><img class=\"aligncenter size-medium wp-image-1867\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-6-221.bmp\" alt=\"relative performance 6-22\" width=\"1\" height=\"1\" /></a> <a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-gold-silver-futures.jpg\"><img class=\"aligncenter  wp-image-1868\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-gold-silver-futures-300x134.jpg\" alt=\"relative performance gold silver futures\" width=\"604\" height=\"270\" /></a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-6-22.bmp\"><img class=\"aligncenter size-medium wp-image-1865\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-6-22.bmp\" alt=\"relative performance global assets\" width=\"1\" height=\"1\" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1864-revision-v1','','','2014-06-23 00:10:42','2014-06-23 00:10:42','',1864,'http://www.thetradingroom.com/1864-revision-v1/',0,'revision','',0),(1870,2,'2014-06-23 00:19:14','2014-06-23 00:19:14','<strong>From the desk of Joe Rios</strong>\r\n\r\nThe FOMC event this past week was the main focus for traders and investors alike. As expected the markets accelerated during Yellen\'s press briefing with risk assets trading higher. However it was the Metals with Silver and Gold\'s bullish price action on Thursday that stole the show. What was the message from that move? Is inflation back at the forefront? Inflation is already above the 2% target. Is the Fed behind the curve? In the week ahead I expect the focus will turn to the Fed and therefore to economic data releases.  I will place close attention to the reaction  and sensitivity from price action to the data releases. I will keep track of rotation flows from the major asset classes including the S&amp;P 500, US Treasury 10 Year Note and the US Dollar. It should be a good week for events trading as I expect traders to react swiftly from any surprises. News from the Iraqi conflict can also bring volatility to the financial markets.\r\n\r\nJoe Rios\r\n\r\nFounder - Rios Quantitative LLC\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-6-22.bmp\"><img class=\"aligncenter size-medium wp-image-1865\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-6-22.bmp\" alt=\"relative performance global assets\" width=\"1\" height=\"1\" /></a><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-6-221.bmp\"><img class=\"aligncenter size-medium wp-image-1867\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-6-221.bmp\" alt=\"relative performance 6-22\" width=\"1\" height=\"1\" /></a> <a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-gold-silver-futures.jpg\"><img class=\"aligncenter size-full wp-image-1868\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-gold-silver-futures.jpg\" alt=\"relative performance gold silver futures\" width=\"1102\" height=\"495\" /></a>\r\n\r\nRelative Performance -  Silver, Gold, Copper, S&amp;P 500 and US 10 Yr. Note - Week ending June 20th,  2014\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n<div><span style=\"font-weight: bold;\">Contact Information for your Support Needs: </span>\r\nAmber Little, RQ Client Relations Manager\r\nemail: <a style=\"color: #1155cc;\" href=\"mailto:amber@riosquant.com\" target=\"_blank\">amber@riosquant.com</a>\r\nskype: alittlemobile\r\ncellphone: <a style=\"color: #1155cc;\" href=\"tel:415.336.7272\" target=\"_blank\">415.336.7272</a></div>\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-6-22.bmp\"><img class=\"aligncenter size-medium wp-image-1865\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-6-22.bmp\" alt=\"relative performance global assets\" width=\"1\" height=\"1\" /></a>\r\n\r\n&nbsp;\r\n\r\n<strong>Live Trading Rooms and Events: </strong>\r\n\r\n<strong>The Trading Room </strong><strong>TradeLAB - Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/0316dd0bb4/TEST/0372e3f07b\">https://www3.gotomeeting.com/register/194846974</a></strong>\r\n\r\n<strong><span data-term=\"goog_156432950\">Monday</span> through <span data-term=\"goog_156432951\">Friday</span> beginning at <span data-term=\"goog_156432952\">7:30 AM ET</span></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<strong>Insider\'s Quant (IQ) Room - </strong><strong>Advanced Concepts with Joe Rios</strong>\r\n\r\n<strong><span data-term=\"goog_156432953\">Monday</span>, <span data-term=\"goog_156432954\">Wednesday</span> and <span data-term=\"goog_156432955\">Thursday</span> beginning at <span data-term=\"goog_156432956\">1:30pm ET</span></strong>\r\n\r\n<strong>Subscription Only!</strong>\r\n\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop - </strong><strong> Rios Quant Trading Indicators:</strong>\r\n\r\n<strong><span data-term=\"goog_156432957\">Wednesday</span> beginning at <span data-term=\"goog_156432958\">1:00 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/0316dd0bb4/TEST/042dd4bdf3\">https://www3.gotomeeting.com/register/575711926</a></strong>\r\n\r\nTopic: Momentum Trading Crude Oil and E-mini Stock Futures\r\n\r\nPresenter: Steve Schwartz\r\n\r\n<strong><span data-term=\"goog_156432959\">Wednesday</span> beginning at <span data-term=\"goog_156432960\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/0316dd0bb4/TEST/03fae607d8\">https://www3.gotomeeting.com/register/578067430</a></strong>\r\n\r\nTopic: The Next Big Swing\r\n\r\nPresenter: Edward Preston\r\n\r\n<strong><span data-term=\"goog_156432961\">Thursday</span> beginning at <span data-term=\"goog_156432962\">7:30 PM ET</span></strong>\r\n\r\n<strong>The RiosQuant 90 Day Training Program - Online Workshop</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/0316dd0bb4/TEST/a85add515e\">https://www3.gotomeeting.com/register/556611966</a></strong>\r\n\r\nTraining Session 12 of 12 with Steve Schwartz\r\n\r\nTopic: 5 Rules of Engagement\r\n\r\n<strong><span data-term=\"goog_156432963\">Saturday</span> beginning at <span data-term=\"goog_156432964\">11:00 AM ET</span></strong>\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/0316dd0bb4/TEST/0b0c2368ac\">https://www3.gotomeeting.com/register/566357334</a>\r\n\r\nTopic: Week in Review with Gnostick Levels\r\n\r\nPresenter: Steve Schwartz\r\n\r\nMonday\r\n\r\n2:00 AM      JPY     BOJ  Gov Kuroda Speaks\r\n\r\n3:00 AM      EUR   French Flash Manufacturing PMI\r\n\r\n3:30 AM      EUR   German Flash Manufacturing PMI\r\n\r\n10:00 AM    USD   Existing Home Sales\r\n\r\nTuesday\r\n\r\n4:00 AM      EUR   German IFO business climate\r\n\r\n4:30 AM      GBP   BOE Gov. Carney speaks\r\n\r\n10:00 AM    USD   CB     consumer confidence and new-home sales\r\n\r\nWednesday\r\n\r\n8:30 AM      USD   core durable goods orders and final GDP\r\n\r\n10:30 AM    crude oil inventories\r\n\r\nThursday\r\n\r\n5:30 AM      GBP   BOE Gov. Carney speaks\r\n\r\n8:30 AM      USD   unemployment claims and personal spending\r\n\r\n10:30 AM    natural gas storage\r\n\r\n6:45 PM      NZD   trade balance\r\n\r\n7:30 PM      JPY household spending\r\n\r\nFriday\r\n\r\nall day         EUR   German preliminary CPI\r\n\r\n4:30 AM      GBP   current account\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1864-revision-v1','','','2014-06-23 00:19:14','2014-06-23 00:19:14','',1864,'http://www.thetradingroom.com/1864-revision-v1/',0,'revision','',0),(1871,2,'2014-06-23 00:21:13','2014-06-23 00:21:13','<strong>From the desk of Joe Rios</strong>\r\n\r\nThe FOMC event this past week was the main focus for traders and investors alike. As expected the markets accelerated during Yellen\'s press briefing with risk assets trading higher. However it was the Metals with Silver and Gold\'s bullish price action on Thursday that stole the show. What was the message from that move? Is inflation back at the forefront? Inflation is already above the 2% target. Is the Fed behind the curve? In the week ahead I expect the focus will turn to the Fed and therefore to economic data releases.  I will place close attention to the reaction  and sensitivity from price action to the data releases. I will keep track of rotation flows from the major asset classes including the S&amp;P 500, US Treasury 10 Year Note and the US Dollar. It should be a good week for events trading as I expect traders to react swiftly from any surprises. News from the Iraqi conflict can also bring volatility to the financial markets\r\n\r\nJoe Rios\r\n\r\nFounder - Rios Quantitative LLC\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-6-22.bmp\"><img class=\"aligncenter size-medium wp-image-1865\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-6-22.bmp\" alt=\"relative performance global assets\" width=\"1\" height=\"1\" /></a><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-6-221.bmp\"><img class=\"aligncenter size-medium wp-image-1867\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-6-221.bmp\" alt=\"relative performance 6-22\" width=\"1\" height=\"1\" /></a> <a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-gold-silver-futures.jpg\"><img class=\"aligncenter size-full wp-image-1868\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-gold-silver-futures.jpg\" alt=\"relative performance gold silver futures\" width=\"1102\" height=\"495\" /></a>\r\n\r\nRelative Performance -  Silver, Gold, Copper, S&amp;P 500 and US 10 Yr. Note - Week ending June 20th,  2014\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n<div><span style=\"font-weight: bold;\">Contact Information for your Support Needs: </span>\r\nAmber Little, RQ Client Relations Manager\r\nemail: <a style=\"color: #1155cc;\" href=\"mailto:amber@riosquant.com\" target=\"_blank\">amber@riosquant.com</a>\r\nskype: alittlemobile\r\ncellphone: <a style=\"color: #1155cc;\" href=\"tel:415.336.7272\" target=\"_blank\">415.336.7272</a></div>\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-6-22.bmp\"><img class=\"aligncenter size-medium wp-image-1865\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-6-22.bmp\" alt=\"relative performance global assets\" width=\"1\" height=\"1\" /></a>\r\n\r\n&nbsp;\r\n\r\n<strong>Live Trading Rooms and Events: </strong>\r\n\r\n<strong>The Trading Room </strong><strong>TradeLAB - Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/0316dd0bb4/TEST/0372e3f07b\">https://www3.gotomeeting.com/register/194846974</a></strong>\r\n\r\n<strong><span data-term=\"goog_156432950\">Monday</span> through <span data-term=\"goog_156432951\">Friday</span> beginning at <span data-term=\"goog_156432952\">7:30 AM ET</span></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<strong>Insider\'s Quant (IQ) Room - </strong><strong>Advanced Concepts with Joe Rios</strong>\r\n\r\n<strong><span data-term=\"goog_156432953\">Monday</span>, <span data-term=\"goog_156432954\">Wednesday</span> and <span data-term=\"goog_156432955\">Thursday</span> beginning at <span data-term=\"goog_156432956\">1:30pm ET</span></strong>\r\n\r\n<strong>Subscription Only!</strong>\r\n\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop - </strong><strong> Rios Quant Trading Indicators:</strong>\r\n\r\n<strong><span data-term=\"goog_156432957\">Wednesday</span> beginning at <span data-term=\"goog_156432958\">1:00 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/0316dd0bb4/TEST/042dd4bdf3\">https://www3.gotomeeting.com/register/575711926</a></strong>\r\n\r\nTopic: Momentum Trading Crude Oil and E-mini Stock Futures\r\n\r\nPresenter: Steve Schwartz\r\n\r\n<strong><span data-term=\"goog_156432959\">Wednesday</span> beginning at <span data-term=\"goog_156432960\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/0316dd0bb4/TEST/03fae607d8\">https://www3.gotomeeting.com/register/578067430</a></strong>\r\n\r\nTopic: The Next Big Swing\r\n\r\nPresenter: Edward Preston\r\n\r\n<strong><span data-term=\"goog_156432961\">Thursday</span> beginning at <span data-term=\"goog_156432962\">7:30 PM ET</span></strong>\r\n\r\n<strong>The RiosQuant 90 Day Training Program - Online Workshop</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/0316dd0bb4/TEST/a85add515e\">https://www3.gotomeeting.com/register/556611966</a></strong>\r\n\r\nTraining Session 12 of 12 with Steve Schwartz\r\n\r\nTopic: 5 Rules of Engagement\r\n\r\n<strong><span data-term=\"goog_156432963\">Saturday</span> beginning at <span data-term=\"goog_156432964\">11:00 AM ET</span></strong>\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/0316dd0bb4/TEST/0b0c2368ac\">https://www3.gotomeeting.com/register/566357334</a>\r\n\r\nTopic: Week in Review with Gnostick Levels\r\n\r\nPresenter: Steve Schwartz\r\n\r\nMonday\r\n\r\n2:00 AM      JPY     BOJ  Gov Kuroda Speaks\r\n\r\n3:00 AM      EUR   French Flash Manufacturing PMI\r\n\r\n3:30 AM      EUR   German Flash Manufacturing PMI\r\n\r\n10:00 AM    USD   Existing Home Sales\r\n\r\nTuesday\r\n\r\n4:00 AM      EUR   German IFO business climate\r\n\r\n4:30 AM      GBP   BOE Gov. Carney speaks\r\n\r\n10:00 AM    USD   CB     consumer confidence and new-home sales\r\n\r\nWednesday\r\n\r\n8:30 AM      USD   core durable goods orders and final GDP\r\n\r\n10:30 AM    crude oil inventories\r\n\r\nThursday\r\n\r\n5:30 AM      GBP   BOE Gov. Carney speaks\r\n\r\n8:30 AM      USD   unemployment claims and personal spending\r\n\r\n10:30 AM    natural gas storage\r\n\r\n6:45 PM      NZD   trade balance\r\n\r\n7:30 PM      JPY household spending\r\n\r\nFriday\r\n\r\nall day         EUR   German preliminary CPI\r\n\r\n4:30 AM      GBP   current account\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1864-revision-v1','','','2014-06-23 00:21:13','2014-06-23 00:21:13','',1864,'http://www.thetradingroom.com/1864-revision-v1/',0,'revision','',0),(1872,2,'2014-06-23 00:22:51','2014-06-23 00:22:51','<strong>From the desk of Joe Rios</strong>\r\n\r\nThe FOMC event this past week was the main focus for traders and investors alike. As expected the markets accelerated during Yellen\'s press briefing with risk assets trading higher. However it was the Metals with Silver and Gold\'s bullish price action on Thursday that stole the show. What was the message from that move? Is inflation back at the forefront? Inflation is already above the 2% target. Is the Fed behind the curve? In the week ahead I expect the focus will turn to the Fed and therefore to economic data releases.  I will place close attention to the reaction  and sensitivity from price action to the data releases. I will keep track of rotation flows from the major asset classes including the S&amp;P 500, US Treasury 10 Year Note and the US Dollar. It should be a good week for events trading as I expect traders to react swiftly from any surprises. News from the Iraqi conflict can also bring volatility to the financial markets\r\n\r\nJoe Rios\r\n\r\nFounder - Rios Quantitative LLC\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-6-22.bmp\"><img class=\"aligncenter size-medium wp-image-1865\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-6-22.bmp\" alt=\"relative performance global assets\" width=\"1\" height=\"1\" /></a><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-6-221.bmp\"><img class=\"aligncenter size-medium wp-image-1867\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-6-221.bmp\" alt=\"relative performance 6-22\" width=\"1\" height=\"1\" /></a> <a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-gold-silver-futures.jpg\"><img class=\"aligncenter size-full wp-image-1868\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-gold-silver-futures.jpg\" alt=\"relative performance gold silver futures\" width=\"1102\" height=\"495\" /></a>\r\n\r\nRelative Performance -  Silver, Gold, Copper, S&amp;P 500 and US 10 Yr. Note - Week ending June 20th,  2014\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n<div><span style=\"font-weight: bold;\">Contact Information for your Support Needs: </span>\r\nAmber Little, RQ Client Relations Manager\r\nemail: <a style=\"color: #1155cc;\" href=\"mailto:amber@riosquant.com\" target=\"_blank\">amber@riosquant.com</a>\r\nskype: alittlemobile\r\ncellphone: <a style=\"color: #1155cc;\" href=\"tel:415.336.7272\" target=\"_blank\">415.336.7272</a></div>\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-6-22.bmp\"><img class=\"aligncenter size-medium wp-image-1865\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-6-22.bmp\" alt=\"relative performance global assets\" width=\"1\" height=\"1\" /></a><strong>Live Trading Rooms and Events: </strong>\r\n\r\n<strong>The Trading Room </strong><strong>TradeLAB - Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/0316dd0bb4/TEST/0372e3f07b\">https://www3.gotomeeting.com/register/194846974</a></strong>\r\n\r\n<strong><span data-term=\"goog_156432950\">Monday</span> through <span data-term=\"goog_156432951\">Friday</span> beginning at <span data-term=\"goog_156432952\">7:30 AM ET</span></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<strong>Insider\'s Quant (IQ) Room - </strong><strong>Advanced Concepts with Joe Rios</strong>\r\n\r\n<strong><span data-term=\"goog_156432953\">Monday</span>, <span data-term=\"goog_156432954\">Wednesday</span> and <span data-term=\"goog_156432955\">Thursday</span> beginning at <span data-term=\"goog_156432956\">1:30pm ET</span></strong>\r\n\r\n<strong>Subscription Only!</strong>\r\n\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop - </strong><strong> Rios Quant Trading Indicators:</strong>\r\n\r\n<strong><span data-term=\"goog_156432957\">Wednesday</span> beginning at <span data-term=\"goog_156432958\">1:00 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/0316dd0bb4/TEST/042dd4bdf3\">https://www3.gotomeeting.com/register/575711926</a></strong>\r\n\r\nTopic: Momentum Trading Crude Oil and E-mini Stock Futures\r\n\r\nPresenter: Steve Schwartz\r\n\r\n<strong><span data-term=\"goog_156432959\">Wednesday</span> beginning at <span data-term=\"goog_156432960\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/0316dd0bb4/TEST/03fae607d8\">https://www3.gotomeeting.com/register/578067430</a></strong>\r\n\r\nTopic: The Next Big Swing\r\n\r\nPresenter: Edward Preston\r\n\r\n<strong><span data-term=\"goog_156432961\">Thursday</span> beginning at <span data-term=\"goog_156432962\">7:30 PM ET</span></strong>\r\n\r\n<strong>The RiosQuant 90 Day Training Program - Online Workshop</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/0316dd0bb4/TEST/a85add515e\">https://www3.gotomeeting.com/register/556611966</a></strong>\r\n\r\nTraining Session 12 of 12 with Steve Schwartz\r\n\r\nTopic: 5 Rules of Engagement\r\n\r\n<strong><span data-term=\"goog_156432963\">Saturday</span> beginning at <span data-term=\"goog_156432964\">11:00 AM ET</span></strong>\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/0316dd0bb4/TEST/0b0c2368ac\">https://www3.gotomeeting.com/register/566357334</a>\r\n\r\nTopic: Week in Review with Gnostick Levels\r\n\r\nPresenter: Steve Schwartz\r\n\r\nMonday\r\n\r\n2:00 AM      JPY     BOJ  Gov Kuroda Speaks\r\n\r\n3:00 AM      EUR   French Flash Manufacturing PMI\r\n\r\n3:30 AM      EUR   German Flash Manufacturing PMI\r\n\r\n10:00 AM    USD   Existing Home Sales\r\n\r\nTuesday\r\n\r\n4:00 AM      EUR   German IFO business climate\r\n\r\n4:30 AM      GBP   BOE Gov. Carney speaks\r\n\r\n10:00 AM    USD   CB     consumer confidence and new-home sales\r\n\r\nWednesday\r\n\r\n8:30 AM      USD   core durable goods orders and final GDP\r\n\r\n10:30 AM    crude oil inventories\r\n\r\nThursday\r\n\r\n5:30 AM      GBP   BOE Gov. Carney speaks\r\n\r\n8:30 AM      USD   unemployment claims and personal spending\r\n\r\n10:30 AM    natural gas storage\r\n\r\n6:45 PM      NZD   trade balance\r\n\r\n7:30 PM      JPY household spending\r\n\r\nFriday\r\n\r\nall day         EUR   German preliminary CPI\r\n\r\n4:30 AM      GBP   current account\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1864-revision-v1','','','2014-06-23 00:22:51','2014-06-23 00:22:51','',1864,'http://www.thetradingroom.com/1864-revision-v1/',0,'revision','',0),(1873,2,'2014-06-23 00:24:15','2014-06-23 00:24:15','<strong>From the desk of Joe Rios</strong>\r\n\r\nThe FOMC event this past week was the main focus for traders and investors alike. As expected the markets accelerated during Yellen\'s press briefing with risk assets trading higher. However it was the Metals with Silver and Gold\'s bullish price action on Thursday that stole the show. What was the message from that move? Is inflation back at the forefront? Inflation is already above the 2% target. Is the Fed behind the curve? In the week ahead I expect the focus will turn to the Fed and therefore to economic data releases.  I will place close attention to the reaction  and sensitivity from price action to the data releases. I will keep track of rotation flows from the major asset classes including the S&amp;P 500, US Treasury 10 Year Note and the US Dollar. It should be a good week for events trading as I expect traders to react swiftly from any surprises. News from the Iraqi conflict can also bring volatility to the financial markets\r\n\r\nJoe Rios\r\n\r\nFounder - Rios Quantitative LLC\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-6-22.bmp\"><img class=\"aligncenter size-medium wp-image-1865\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-6-22.bmp\" alt=\"relative performance global assets\" width=\"1\" height=\"1\" /></a><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-6-221.bmp\"><img class=\"aligncenter size-medium wp-image-1867\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-6-221.bmp\" alt=\"relative performance 6-22\" width=\"1\" height=\"1\" /></a> <a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-gold-silver-futures.jpg\"><img class=\"aligncenter size-full wp-image-1868\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-gold-silver-futures.jpg\" alt=\"relative performance gold silver futures\" width=\"1102\" height=\"495\" /></a>\r\n\r\nRelative Performance -  Silver, Gold, Copper, S&amp;P 500 and US 10 Yr. Note - Week ending June 20th,  2014\r\n\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n<div><span style=\"font-weight: bold;\">Contact Information for your Support Needs: </span>\r\nAmber Little, RQ Client Relations Manager\r\nemail: <a style=\"color: #1155cc;\" href=\"mailto:amber@riosquant.com\" target=\"_blank\">amber@riosquant.com</a>\r\nskype: alittlemobile\r\ncellphone: <a style=\"color: #1155cc;\" href=\"tel:415.336.7272\" target=\"_blank\">415.336.7272</a></div>\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-6-22.bmp\"><img class=\"aligncenter size-medium wp-image-1865\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/relative-performance-6-22.bmp\" alt=\"relative performance global assets\" width=\"1\" height=\"1\" /></a><strong>Live Trading Rooms and Events: </strong>\r\n\r\n<strong>The Trading Room </strong><strong>TradeLAB - Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/0316dd0bb4/TEST/0372e3f07b\">https://www3.gotomeeting.com/register/194846974</a></strong>\r\n\r\n<strong><span data-term=\"goog_156432950\">Monday</span> through <span data-term=\"goog_156432951\">Friday</span> beginning at <span data-term=\"goog_156432952\">7:30 AM ET</span></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n_______________________________________________\r\n\r\n<strong>Insider\'s Quant (IQ) Room - </strong><strong>Advanced Concepts with Joe Rios</strong>\r\n\r\n<strong><span data-term=\"goog_156432953\">Monday</span>, <span data-term=\"goog_156432954\">Wednesday</span> and <span data-term=\"goog_156432955\">Thursday</span> beginning at <span data-term=\"goog_156432956\">1:30pm ET</span></strong>\r\n\r\n<strong>Subscription Only!</strong>\r\n\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop - </strong><strong> Rios Quant Trading Indicators:</strong>\r\n\r\n<strong><span data-term=\"goog_156432957\">Wednesday</span> beginning at <span data-term=\"goog_156432958\">1:00 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/0316dd0bb4/TEST/042dd4bdf3\">https://www3.gotomeeting.com/register/575711926</a></strong>\r\n\r\nTopic: Momentum Trading Crude Oil and E-mini Stock Futures\r\n\r\nPresenter: Steve Schwartz\r\n\r\n<strong><span data-term=\"goog_156432959\">Wednesday</span> beginning at <span data-term=\"goog_156432960\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/0316dd0bb4/TEST/03fae607d8\">https://www3.gotomeeting.com/register/578067430</a></strong>\r\n\r\nTopic: The Next Big Swing\r\n\r\nPresenter: Edward Preston\r\n\r\n<strong><span data-term=\"goog_156432961\">Thursday</span> beginning at <span data-term=\"goog_156432962\">7:30 PM ET</span></strong>\r\n\r\n<strong>The RiosQuant 90 Day Training Program - Online Workshop</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/0316dd0bb4/TEST/a85add515e\">https://www3.gotomeeting.com/register/556611966</a></strong>\r\n\r\nTraining Session 12 of 12 with Steve Schwartz\r\n\r\nTopic: 5 Rules of Engagement\r\n\r\n<strong><span data-term=\"goog_156432963\">Saturday</span> beginning at <span data-term=\"goog_156432964\">11:00 AM ET</span></strong>\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/0316dd0bb4/TEST/0b0c2368ac\">https://www3.gotomeeting.com/register/566357334</a>\r\n\r\nTopic: Week in Review with Gnostick Levels\r\n\r\nPresenter: Steve Schwartz\r\n\r\n_______________________________________________\r\n\r\nMonday\r\n\r\n2:00 AM      JPY     BOJ  Gov Kuroda Speaks\r\n\r\n3:00 AM      EUR   French Flash Manufacturing PMI\r\n\r\n3:30 AM      EUR   German Flash Manufacturing PMI\r\n\r\n10:00 AM    USD   Existing Home Sales\r\n\r\nTuesday\r\n\r\n4:00 AM      EUR   German IFO business climate\r\n\r\n4:30 AM      GBP   BOE Gov. Carney speaks\r\n\r\n10:00 AM    USD   CB     consumer confidence and new-home sales\r\n\r\nWednesday\r\n\r\n8:30 AM      USD   core durable goods orders and final GDP\r\n\r\n10:30 AM    crude oil inventories\r\n\r\nThursday\r\n\r\n5:30 AM      GBP   BOE Gov. Carney speaks\r\n\r\n8:30 AM      USD   unemployment claims and personal spending\r\n\r\n10:30 AM    natural gas storage\r\n\r\n6:45 PM      NZD   trade balance\r\n\r\n7:30 PM      JPY household spending\r\n\r\nFriday\r\n\r\nall day         EUR   German preliminary CPI\r\n\r\n4:30 AM      GBP   current account\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1864-revision-v1','','','2014-06-23 00:24:15','2014-06-23 00:24:15','',1864,'http://www.thetradingroom.com/1864-revision-v1/',0,'revision','',0),(1874,2,'2014-06-23 11:35:58','2014-06-23 11:35:58','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:17 am ET </span></span>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000; font-family: Helvetica, Helvetica, Arial, sans-serif;\">\r\n</span>\r\n<div><span style=\"color: #000000;\">STOCKS -</span><span style=\"color: #2a2a2a;\">European stocks declined, after posting a ninth weekly gain in ten, as investors watched developments in Iraq and as euro-area manufacturing weakened. U.S. index futures and Asian shares were little changed.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasury 10-year yields approached the highest compared with equivalent German bonds in 15 years before a report today predicted to show home sales increased at the fastest pace in almost a year.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2d2b2c;\">Copper advanced for a seventh consecutive session, the longest rally this year, on signs of manufacturing growth in China, the largest buyer of the metal.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The dollar fell for the first time in three days versus the yen before data this week economists said will show U.S. output and new home sales slowed, supporting the case for the Federal Reserve to hold rates near zero.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - US </span><span style=\"color: #000000;\">Flash Manufacturing PMI  due at 9:45, </span><span style=\"color: #000000;\">Existing Home Sales at 10:00 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-36','','','2014-06-23 11:35:58','2014-06-23 11:35:58','',0,'http://www.thetradingroom.com/?p=1874',0,'post','',0),(1875,2,'2014-06-23 11:26:48','2014-06-23 11:26:48','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:17 am ET </span></span>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000; font-family: Helvetica, Helvetica, Arial, sans-serif;\">\r\n</span>\r\n<div><span style=\"color: #000000;\">STOCKS -</span><span style=\"color: #2a2a2a;\">European stocks declined, after posting a ninth weekly gain in ten, as investors watched developments in Iraq and as euro-area manufacturing weakened. U.S. index futures and Asian shares were little changed.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasury 10-year yields approached the highest compared with equivalent German bonds in 15 years before a report today predicted to show home sales increased at the fastest pace in almost a year.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2d2b2c;\">Copper advanced for a seventh consecutive session, the longest rally this year, on signs of manufacturing growth in China, the largest buyer of the metal.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The dollar fell for the first time in three days versus the yen before data this week economists said will show U.S. output and new home sales slowed, supporting the case for the Federal Reserve to hold rates near zero.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - US </span><span style=\"color: #000000;\">Flash Manufacturing PMI  due at 9:45, </span><span style=\"color: #000000;\">Existing Home Sales at 10:00 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1874-revision-v1','','','2014-06-23 11:26:48','2014-06-23 11:26:48','',1874,'http://www.thetradingroom.com/1874-revision-v1/',0,'revision','',0),(1903,2,'2014-07-02 17:06:24','2014-07-02 17:06:24','<div id=\"surveyMonkeyInfo\" style=\"width: 500px; font-size: 10px; color: #666; border: 1px solid #ccc; padding: 4px;\">\r\n<div><iframe id=\"sm_e_s\" style=\"border: 0px; padding-bottom: 4px;\" src=\"http://www.surveymonkey.com/jsEmbed.aspx?sm=E1XYlQVFn7jFEN1uFE6elg_3d_3d\" width=\"500\" height=\"350\" frameborder=\"0\"></iframe></div>\r\n<div><span style=\"color: #000000;\">Our trader evaluation questionnaire can assist you in helping you to answer the question of whether or not you are ready to begin improving your trading performance.</span></div>\r\n<div></div>\r\n</div>','Rrader Evaluation Questionnaire','','publish','open','closed','','traders-survey','','','2014-07-02 17:13:00','2014-07-02 17:13:00','',0,'http://www.thetradingroom.com/?p=1903',0,'post','',0),(1877,2,'2014-06-24 11:22:53','2014-06-24 11:22:53','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:18 am ET </span></span>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000; font-family: Helvetica, Helvetica, Arial, sans-serif;\">\r\n</span>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks fell as German business confidence dropped to the lowest level this year. U.S. equity-index futures slid, while Asian shares climbed.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasuries gained before reports that analysts said will show new-home sales slowed and gross domestic product contracted more than earlier estimated.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2d2b2c;\">Gold climbed to a two-month high in London as investors weighed tension in </span><a style=\"font-weight: bold; color: #003399;\" href=\"http://topics.bloomberg.com/iraq/\">Iraq</a><span style=\"color: #2d2b2c;\"> with the outlook for the U.S. economy. </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The pound fell versus 15 of its 16 major peers after Bank of England Governor Mark Carney said recent wage data has been softer than the central bank anticipated, damping speculation interest rates need to rise.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - </span><span style=\"color: #000000;\">FOMC Member Plosser Speaks at 8:05, US </span><span style=\"color: #000000;\">S&amp;P/CS Composite-20 HPI y/y at 9:00, </span><span style=\"color: #000000;\">CB Consumer Confidence and </span><span style=\"color: #000000;\">New Home Sales at 10:00 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-37','','','2014-06-24 11:22:53','2014-06-24 11:22:53','',0,'http://www.thetradingroom.com/?p=1877',0,'post','',0),(1878,2,'2014-06-24 11:22:53','2014-06-24 11:22:53','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:18 am ET </span></span>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000; font-family: Helvetica, Helvetica, Arial, sans-serif;\">\r\n</span>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks fell as German business confidence dropped to the lowest level this year. U.S. equity-index futures slid, while Asian shares climbed.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasuries gained before reports that analysts said will show new-home sales slowed and gross domestic product contracted more than earlier estimated.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2d2b2c;\">Gold climbed to a two-month high in London as investors weighed tension in </span><a style=\"font-weight: bold; color: #003399;\" href=\"http://topics.bloomberg.com/iraq/\">Iraq</a><span style=\"color: #2d2b2c;\"> with the outlook for the U.S. economy. </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The pound fell versus 15 of its 16 major peers after Bank of England Governor Mark Carney said recent wage data has been softer than the central bank anticipated, damping speculation interest rates need to rise.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - </span><span style=\"color: #000000;\">FOMC Member Plosser Speaks at 8:05, US </span><span style=\"color: #000000;\">S&amp;P/CS Composite-20 HPI y/y at 9:00, </span><span style=\"color: #000000;\">CB Consumer Confidence and </span><span style=\"color: #000000;\">New Home Sales at 10:00 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1877-revision-v1','','','2014-06-24 11:22:53','2014-06-24 11:22:53','',1877,'http://www.thetradingroom.com/1877-revision-v1/',0,'revision','',0),(1879,2,'2014-06-25 11:28:21','2014-06-25 11:28:21','<strong><span style=\"font-weight: normal; color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:20 am ET </span></span></strong>\r\n<div style=\"font-weight: normal; color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2d2b2c;\">Stocks declined in Europe </span><span style=\"color: #2d2b2c;\">as rebels broke a cease-fire in Ukraine and the </span><a style=\"color: #003399;\" href=\"http://topics.bloomberg.com/iraq/\">Iraq</a><span style=\"color: #2d2b2c;\"> crisis deepened. US stock futures trading slightly higher after yesterday\'s sell-off. </span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  Global b</span><span style=\"color: #2d2b2c;\">onds advanced from </span><a style=\"color: #003399;\" href=\"http://topics.bloomberg.com/australia/\">Australia</a><span style=\"color: #2d2b2c;\"> to Britain as tension builds in Iraq and Ukraine. US Treasuries trading higher ahead of the US open.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES -</span><span style=\"color: #2d2b2c;\">Gold fell in </span><a style=\"color: #003399;\" href=\"http://topics.bloomberg.com/london/\">London</a><span style=\"color: #2d2b2c;\"> on speculation its advance to a two-month high will spur some investors to sell. </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The dollar was set for the tightest quarterly trading range in almost two years versus the yen as stimulus from central banks in the world’s biggest economies pushes volatility to record lows.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - <span style=\"font-family: Verdana, Helvetica, sans-serif;\">US </span></span><span style=\"color: #000000;\">Core Durable Goods Orders m/m and </span><span style=\"color: #000000;\">Final GDP q/q due at 8:30, </span><span style=\"color: #000000;\">Crude Oil Inventories at 10:30 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-38','','','2014-06-25 11:28:21','2014-06-25 11:28:21','',0,'http://www.thetradingroom.com/?p=1879',0,'post','',0),(1880,2,'2014-06-25 11:28:21','2014-06-25 11:28:21','<strong><span style=\"font-weight: normal; color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:20 am ET </span></span></strong>\r\n<div style=\"font-weight: normal; color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2d2b2c;\">Stocks declined in Europe </span><span style=\"color: #2d2b2c;\">as rebels broke a cease-fire in Ukraine and the </span><a style=\"color: #003399;\" href=\"http://topics.bloomberg.com/iraq/\">Iraq</a><span style=\"color: #2d2b2c;\"> crisis deepened. US stock futures trading slightly higher after yesterday\'s sell-off. </span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  Global b</span><span style=\"color: #2d2b2c;\">onds advanced from </span><a style=\"color: #003399;\" href=\"http://topics.bloomberg.com/australia/\">Australia</a><span style=\"color: #2d2b2c;\"> to Britain as tension builds in Iraq and Ukraine. US Treasuries trading higher ahead of the US open.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES -</span><span style=\"color: #2d2b2c;\">Gold fell in </span><a style=\"color: #003399;\" href=\"http://topics.bloomberg.com/london/\">London</a><span style=\"color: #2d2b2c;\"> on speculation its advance to a two-month high will spur some investors to sell. </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The dollar was set for the tightest quarterly trading range in almost two years versus the yen as stimulus from central banks in the world’s biggest economies pushes volatility to record lows.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - <span style=\"font-family: Verdana, Helvetica, sans-serif;\">US </span></span><span style=\"color: #000000;\">Core Durable Goods Orders m/m and </span><span style=\"color: #000000;\">Final GDP q/q due at 8:30, </span><span style=\"color: #000000;\">Crude Oil Inventories at 10:30 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1879-revision-v1','','','2014-06-25 11:28:21','2014-06-25 11:28:21','',1879,'http://www.thetradingroom.com/1879-revision-v1/',0,'revision','',0),(1881,2,'2014-06-26 11:30:03','2014-06-26 11:30:03','UPDATED 7:03 am ET\r\n\r\nSTOCKS - European stocks advanced, snapping a four-day decline, amid increased mergers-and-acquisitions activity, and as investors awaited data to assess the health of the U.S. economy. U.S. index futures were little changed, while Asian shares rose.\r\n\r\nBONDS - The extra yield on Treasury two-year notes over the Federal Reserve’s benchmark interest rate was at the widest since September before a report projected to show a gauge of U.S. inflation accelerated in May.\r\n\r\nCOMMODITIES - Copper pared a climb to a four-week high in London as supplies of the metal that can be removed from warehouses expanded amid speculation demand is slowing.\r\n\r\nCURRENCIES - The pound approached the highest in more than five years versus the dollar as the Bank of England’s Financial Policy Committee introduced measures to cool the housing market.\r\n\r\nECONOMIC DATA - US Unemployment Claims due at 8:30, Natural Gas Storage at 10:30 and NZD Trade Balance at 18:45 ET.','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-39','','','2014-06-26 11:30:03','2014-06-26 11:30:03','',0,'http://www.thetradingroom.com/?p=1881',0,'post','',0),(1882,2,'2014-06-26 11:30:03','2014-06-26 11:30:03','UPDATED 7:03 am ET\r\n\r\nSTOCKS - European stocks advanced, snapping a four-day decline, amid increased mergers-and-acquisitions activity, and as investors awaited data to assess the health of the U.S. economy. U.S. index futures were little changed, while Asian shares rose.\r\n\r\nBONDS - The extra yield on Treasury two-year notes over the Federal Reserve’s benchmark interest rate was at the widest since September before a report projected to show a gauge of U.S. inflation accelerated in May.\r\n\r\nCOMMODITIES - Copper pared a climb to a four-week high in London as supplies of the metal that can be removed from warehouses expanded amid speculation demand is slowing.\r\n\r\nCURRENCIES - The pound approached the highest in more than five years versus the dollar as the Bank of England’s Financial Policy Committee introduced measures to cool the housing market.\r\n\r\nECONOMIC DATA - US Unemployment Claims due at 8:30, Natural Gas Storage at 10:30 and NZD Trade Balance at 18:45 ET.','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1881-revision-v1','','','2014-06-26 11:30:03','2014-06-26 11:30:03','',1881,'http://www.thetradingroom.com/1881-revision-v1/',0,'revision','',0),(1883,2,'2014-06-27 11:25:39','2014-06-27 11:25:39','UPDATED 7:20 am ET\r\n\r\nSTOCKS - European stocks were little changed, with the benchmark index heading for the biggest weekly loss since early April, as investors awaited data on U.S. consumer confidence to gauge the outlook for the world’s largest economy. U.S. index futures and Asian shares declined.\r\n\r\nBONDS - Treasuries rose, sending benchmark 10-year yields to the lowest level in three weeks, as a Citigroup Inc. index showed U.S. economic data is failing to beat estimates before job data next week.\r\n\r\nCOMMODITIES - Copper pared a climb to a four-week high in London as supplies of the metal that can be removed from warehouses expanded amid speculation demand is slowing.\r\n\r\nCURRENCIES - Gold traded near a two-month high in London as investors weighed signs of an uneven U.S. economic recovery. Silver reached the highest level since March.\r\n\r\nECONOMIC DATA - CAD RMPI m/m due at 8:30, US Revised UoM Consumer Sentiment at 9:55 ET.','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-40','','','2014-06-27 11:27:15','2014-06-27 11:27:15','',0,'http://www.thetradingroom.com/?p=1883',0,'post','',0),(1885,2,'2014-06-27 11:25:39','2014-06-27 11:25:39','UPDATED 7:20 am ET\r\n\r\nSTOCKS - European stocks were little changed, with the benchmark index heading for the biggest weekly loss since early April, as investors awaited data on U.S. consumer confidence to gauge the outlook for the world’s largest economy. U.S. index futures and Asian shares declined.\r\n\r\nBONDS - Treasuries rose, sending benchmark 10-year yields to the lowest level in three weeks, as a Citigroup Inc. index showed U.S. economic data is failing to beat estimates before job data next week.\r\n\r\nCOMMODITIES - Copper pared a climb to a four-week high in London as supplies of the metal that can be removed from warehouses expanded amid speculation demand is slowing.\r\n\r\nCURRENCIES - Gold traded near a two-month high in London as investors weighed signs of an uneven U.S. economic recovery. Silver reached the highest level since March.\r\n\r\nECONOMIC DATA - CAD RMPI m/m due at 8:30, US Revised UoM Consumer Sentiment at 9:55 ET.','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1883-revision-v1','','','2014-06-27 11:25:39','2014-06-27 11:25:39','',1883,'http://www.thetradingroom.com/1883-revision-v1/',0,'revision','',0),(1884,2,'2014-06-27 11:23:25','2014-06-27 11:23:25','<span style=\"color: #6d929b;\">UPDATED 7:20 am ET </span>\r\n\r\n<span style=\"color: #6d929b;\">STOCKS - European stocks were little changed, with the benchmark index heading for the biggest weekly loss since early April, as investors awaited data on U.S. consumer confidence to gauge the outlook for the world’s largest economy. U.S. index futures and Asian shares declined.</span>\r\n\r\n<span style=\"color: #6d929b;\"> BONDS - Treasuries rose, sending benchmark 10-year yields to the lowest level in three weeks, as a Citigroup Inc. index showed U.S. economic data is failing to beat estimates before job data next week. </span>\r\n\r\n<span style=\"color: #6d929b;\">COMMODITIES - Copper pared a climb to a four-week high in London as supplies of the metal that can be removed from warehouses expanded amid speculation demand is slowing. </span>\r\n\r\n<span style=\"color: #6d929b;\">CURRENCIES - Gold traded near a two-month high in London as investors weighed signs of an uneven U.S. economic recovery. Silver reached the highest level since March. ECONOMIC DATA - CAD RMPI m/m due at 8:30, US Revised UoM Consumer Sentiment at 9:55 ET.</span>','','','inherit','open','closed','','1883-revision-v1','','','2014-06-27 11:23:25','2014-06-27 11:23:25','',1883,'http://www.thetradingroom.com/1883-revision-v1/',0,'revision','',0),(1920,2,'2014-07-08 11:09:40','2014-07-08 11:09:40','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:05 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks fell for a third day, led by travel and leisure companies, after Air France-KLM Group cut its full-year profit forecast. U.S. stock futures and Asian shares were little changed.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Shorter-maturity Treasuries, which are most sensitive to changes in the Federal Reserve’s interest rate, underperformed their longer maturity peers before the U.S. sells $27 billion of three-year notes today.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Brent crude fell below $110 a barrel, reversing a rally that started when Islamist militants seized the northern Iraqi city of Mosul almost a month ago. West Texas Intermediate also traded near a one-month low.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The yen remained higher after a gain yesterday that was the biggest in a week, as U.S. stock futures pointed to declines in the Standard &amp; Poor’s 500 Index and after Japan reported a bigger-than-expected current-account surplus.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - US </span><span style=\"color: #000000;\">JOLTS Job Openings and GBP </span><span style=\"color: #000000;\">NIESR GDP Estimate due at 10:00, </span><span style=\"color: #000000;\">FOMC Member Kocherlakota Speaks at 13:45, CNY </span><span style=\"color: #000000;\">CPI y/y AT 21:30 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-43','','','2014-07-08 11:09:40','2014-07-08 11:09:40','',0,'http://www.thetradingroom.com/?p=1920',0,'post','',0),(1887,2,'2014-06-30 11:16:18','2014-06-30 11:16:18','UPDATED 7:10 am ET\r\n\r\nSTOCKS - U.S. stock-index futures were little changed, with equities heading for the longest stretch of quarterly gains since 1998, as investors assessed valuations before data that may show the economy is improving.\r\n\r\nBONDS - Treasuries rose in the first half of 2014 to almost erase last year’s losses as the U.S. economy contracted while conflict in Iraq and Ukraine fueled demand for the safest securities.\r\n\r\nCOMMODITIES - Brent crude declined, trimming its biggest monthly gain since August amid speculation that continuing violence in Iraq won’t disrupt supply from OPEC’s second-largest oil producer. West Texas Intermediate also fell.\r\n\r\nCURRENCIES - The options market isn’t convinced European Central Bank President Mario Draghi will succeed in his aim to weaken the euro.\r\n\r\nECONOMIC DATA - CAD GDP m/m due at 8:30, US Chicago PMI at 9:45, Pending Home Sales m/m at 10:00, CNY Manufacturing PMI at 21:00, CNY HSBC Final Manufacturing PMI at 21:45 ET.','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-41','','','2014-06-30 11:16:18','2014-06-30 11:16:18','',0,'http://www.thetradingroom.com/?p=1887',0,'post','',0),(1888,2,'2014-06-30 11:16:18','2014-06-30 11:16:18','UPDATED 7:10 am ET\r\n\r\nSTOCKS - U.S. stock-index futures were little changed, with equities heading for the longest stretch of quarterly gains since 1998, as investors assessed valuations before data that may show the economy is improving.\r\n\r\nBONDS - Treasuries rose in the first half of 2014 to almost erase last year’s losses as the U.S. economy contracted while conflict in Iraq and Ukraine fueled demand for the safest securities.\r\n\r\nCOMMODITIES - Brent crude declined, trimming its biggest monthly gain since August amid speculation that continuing violence in Iraq won’t disrupt supply from OPEC’s second-largest oil producer. West Texas Intermediate also fell.\r\n\r\nCURRENCIES - The options market isn’t convinced European Central Bank President Mario Draghi will succeed in his aim to weaken the euro.\r\n\r\nECONOMIC DATA - CAD GDP m/m due at 8:30, US Chicago PMI at 9:45, Pending Home Sales m/m at 10:00, CNY Manufacturing PMI at 21:00, CNY HSBC Final Manufacturing PMI at 21:45 ET.','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1887-revision-v1','','','2014-06-30 11:16:18','2014-06-30 11:16:18','',1887,'http://www.thetradingroom.com/1887-revision-v1/',0,'revision','',0),(1889,2,'2014-06-30 11:26:54','2014-06-30 11:26:54','From the desk of Joe Rios...\r\n\r\nLast Wednesday\'s surprising decline in Q1 GDP got everyone\'s attention. The S&amp;P 500 continued to trade sideways but providing intraday trading opportunities. As you can see from the chart below,  RiosQuant performance coach EP Preston took the Dow Jones futures for a short profitable trade during the TradeLAB. Following the GDP report the US Treasury 10 year note rallied while the US dollar sold off.  With a weaker US dollar, the USD/CAD  and USD/JPY Forex pairs continued to slide lower while the EUR/USD and the Swiss Franc futures closed the week at a key resistance level.\r\n\r\nThere is plenty of scheduled economic data releases in the week ahead, I will also continue to pay close attention to markets that closed the week at key price patterns/levels. Rotation flows and correlations have been very helpful for market selection therefore I will continue to focus on this analysis for identifying trading opportunities. Also remember that we have important employment data and a short trading week.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/890-profit-dow-jones.jpg\"><img class=\"aligncenter size-full wp-image-1890\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/890-profit-dow-jones.jpg\" alt=\"890 profit dow jones\" width=\"527\" height=\"647\" /></a>\r\n\r\n&nbsp;\r\n\r\n<b>Live Trading Rooms and Educational Events</b>\r\n\r\n<b><span style=\"color: #333333;\">The Trading Room TradeLAB</span></b>\r\n<p style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3YunJ3OhmDrDnAF&amp;b=YLqJnKWlD5qb5YrMSdi8uw\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/851403430</a></p>\r\n<b><span style=\"color: #333333;\">Global Trading with Quantitative Technologies</span></b>\r\n\r\n<b><span style=\"color: #333333;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_307740583\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_307740584\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_307740585\"><span class=\"aQJ\">7:30 AM ET</span></span></span></b>\r\n\r\n<span style=\"color: #333333;\">RQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</span>\r\n<p style=\"color: #000000;\">_______________________________________________________</p>\r\n<p style=\"color: #000000;\"><b>The Trading Room EDU - Educational Workshop </b></p>\r\n<b>Covering the Rios Quant Trading Indicators:</b>\r\n\r\n<b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_307740586\"><span class=\"aQJ\">Tuesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_307740587\"><span class=\"aQJ\">7:30 PM ET</span></span></b>\r\n\r\n<b><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3YunJ3OhmDrDnAF&amp;b=j1K0kWR9_tfQVnPyH0_G4g\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/893949558</a></b>\r\n\r\n<b>Topic: Automated Trading with RQ-Einstein</b>\r\n\r\n<b>Presenter: Steve Schwartz</b>\r\n\r\n<span style=\"color: #000000;\">_______________________________________________________</span>\r\n\r\n<b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_307740588\"><span class=\"aQJ\">Wednesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_307740589\"><span class=\"aQJ\">1:00 PM ET</span></span></b>\r\n\r\n<b><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3YunJ3OhmDrDnAF&amp;b=84tIHhCMni9Qz1esufruVg\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/896548574</a></b>\r\n\r\n<b>Topic: Momentum Trading - Crude Oil and E-mini Stock Futures</b>\r\n\r\n<b>Presenter: Steve Schwartz</b>\r\n\r\n<b><span style=\"font-weight: normal; color: #000000;\">_______________________________________________________</span></b>\r\n\r\n<b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_307740590\"><span class=\"aQJ\">Wednesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_307740591\"><span class=\"aQJ\">7:30 PM ET</span></span></b>\r\n\r\n<b><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3YunJ3OhmDrDnAF&amp;b=ouXI_ZQXdIVpX_SZ9CQ83A\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/133123430</a></b>\r\n\r\n<b>The RiosQuant 90 Day Training Program - Workshop</b>\r\n\r\n<b>Training Session 1 of 12 with Edward Preston</b>\r\n\r\n<span style=\"color: #000000;\">_______________________________________________________</span>\r\n\r\n<b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_307740592\"><span class=\"aQJ\">Saturday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_307740593\"><span class=\"aQJ\">11:00 AM ET</span></span></b>\r\n\r\n<b><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3YunJ3OhmDrDnAF&amp;b=Eug1KxY6P.UCeaB7JKRi9Q\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/113514326</a></b>\r\n\r\n<b>Topic: Follow the RiosQuant 3 Step Trading Sequence</b>\r\n\r\n<b>Presenter: Steve Schwartz</b>\r\n\r\n&nbsp;\r\n\r\nMonday\r\n\r\n5:00 AM               EUR        CPI Flash Estimate\r\n\r\n8:30 AM               CAD       GDP\r\n\r\n9:45 AM               USD       Chicago PMI\r\n\r\n10:00 AM             USD       Pending Home Sales\r\n\r\n9:00 PM                CNY        Manufacturing PMI\r\n\r\n9:45 PM                CNY        HSBC Final Manufacturing PMI\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n12:30 AM             AUD       RBA Rate Statement\r\n\r\n4:30 AM               GBP       Manufacturing PMI\r\n\r\n5:00 AM               EUR        Unemployment Rate\r\n\r\n10:00 AM             USD       ISM Manufacturing PMI\r\n\r\n9:30 PM                AUD       Trade Balance\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM               GBP       Construction PMI\r\n\r\n8:15 AM               USD       ADP Nonfarm Employment Change\r\n\r\n10:30 AM                             Crude Oil Inventories\r\n\r\n11:00 AM             USD       Fed Chair Yellen Speaks\r\n\r\n9:00 PM                AUD       RBA Gov. Stevens Speaks\r\n\r\n9:00 PM                CNY        Nonmanufacturing PMI\r\n\r\n9:30 PM                AUD       Retail Sales And Building Approvals\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n4:30 AM               GBP       Services PMI\r\n\r\n7:45 AM               EUR        Minimum Bid Rate\r\n\r\n8:30 AM               EUR        ECB Press Conference\r\n\r\n8:30 AM               CAD       Trade Balance\r\n\r\n8:30 AM               USD       Trade Balance\r\n\r\n8:30 AM               USD       Nonfarm Employment Change\r\n\r\n10:00 AM             USD       ISM Nonmanufacturing PMI\r\n\r\n10:30 AM                             Natural Gas Storage','The Week Ahead in the Global Markets','','publish','open','closed','','week-ahead-global-markets','','','2014-06-30 11:26:54','2014-06-30 11:26:54','',0,'http://www.thetradingroom.com/?p=1889',0,'post','',0),(1890,2,'2014-06-30 11:18:03','2014-06-30 11:18:03','','890 profit dow jones','','inherit','open','closed','','890-profit-dow-jones','','','2014-06-30 11:18:03','2014-06-30 11:18:03','',1889,'http://www.thetradingroom.com/wp-content/uploads/2014/06/890-profit-dow-jones.jpg',0,'attachment','image/jpeg',0),(1891,2,'2014-06-30 11:19:25','2014-06-30 11:19:25','From the desk of Joe Rios...\r\n\r\nLast Wednesday\'s surprising decline in Q1 GDP got everyone\'s attention. The S&amp;P 500 continued to trade sideways but providing intraday trading opportunities. As you can see from the chart below,  RiosQuant performance coach EP Preston took the Dow Jones futures for a short profitable trade during the TradeLAB.  Following the GDP report the US Treasury 10 year note rallied while the US dollar sold off.  With a weaker US dollar, the USD/CAD  and USD/JPY Forex pairs continued to slide lower while the EUR/USD and the Swiss Franc futures closed the week at a key resistance level.\r\n\r\nThere is plenty of scheduled economic data releases in the week ahead, I will also continue to pay close attention to markets that closed the week at key price patterns/levels. Rotation flows and correlations have been very helpful for market selection therefore I will continue to focus on this analysis for identifying trading opportunities. Also remember that we have important employment data and a short trading week.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/890-profit-dow-jones.jpg\"><img class=\"aligncenter size-full wp-image-1890\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/890-profit-dow-jones.jpg\" alt=\"890 profit dow jones\" width=\"527\" height=\"647\" /></a>\r\n\r\n&nbsp;\r\n<p style=\"color: #000000;\"><b>The Trading Room EDU - Educational Workshop </b></p>\r\n&nbsp;\r\n\r\n<b>Covering the Rios Quant Trading Indicators:</b>\r\n\r\n<b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_307740586\"><span class=\"aQJ\">Tuesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_307740587\"><span class=\"aQJ\">7:30 PM ET</span></span></b>\r\n\r\n<b><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3YunJ3OhmDrDnAF&amp;b=j1K0kWR9_tfQVnPyH0_G4g\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/893949558</a></b>\r\n\r\n<b>Topic: Automated Trading with RQ-Einstein</b>\r\n\r\n<b>Presenter: Steve Schwartz</b>\r\n\r\n<b> </b>\r\n\r\n<b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_307740588\"><span class=\"aQJ\">Wednesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_307740589\"><span class=\"aQJ\">1:00 PM ET</span></span></b>\r\n\r\n<b><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3YunJ3OhmDrDnAF&amp;b=84tIHhCMni9Qz1esufruVg\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/896548574</a></b>\r\n\r\n<b>Topic: Momentum Trading - Crude Oil and E-mini Stock Futures</b>\r\n\r\n<b>Presenter: Steve Schwartz</b>\r\n\r\n<b> </b>\r\n\r\n<b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_307740590\"><span class=\"aQJ\">Wednesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_307740591\"><span class=\"aQJ\">7:30 PM ET</span></span></b>\r\n\r\n<b><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3YunJ3OhmDrDnAF&amp;b=ouXI_ZQXdIVpX_SZ9CQ83A\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/133123430</a></b>\r\n\r\n<b>The RiosQuant 90 Day Training Program - Workshop</b>\r\n\r\n<b>Training Session 1 of 12 with Edward Preston</b>\r\n\r\n<b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_307740592\"><span class=\"aQJ\">Saturday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_307740593\"><span class=\"aQJ\">11:00 AM ET</span></span></b>\r\n\r\n<b><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3YunJ3OhmDrDnAF&amp;b=Eug1KxY6P.UCeaB7JKRi9Q\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/113514326</a></b>\r\n\r\n<b>Topic: Follow the RiosQuant 3 Step Trading Sequence</b>\r\n\r\n<b>Presenter: Steve Schwartz</b>','The Week Ahead in the Global Markets','','inherit','open','closed','','1889-revision-v1','','','2014-06-30 11:19:25','2014-06-30 11:19:25','',1889,'http://www.thetradingroom.com/1889-revision-v1/',0,'revision','',0),(1892,2,'2014-06-30 11:23:34','2014-06-30 11:23:34','From the desk of Joe Rios...\r\n\r\nLast Wednesday\'s surprising decline in Q1 GDP got everyone\'s attention. The S&amp;P 500 continued to trade sideways but providing intraday trading opportunities. As you can see from the chart below,  RiosQuant performance coach EP Preston took the Dow Jones futures for a short profitable trade during the TradeLAB. Following the GDP report the US Treasury 10 year note rallied while the US dollar sold off.  With a weaker US dollar, the USD/CAD  and USD/JPY Forex pairs continued to slide lower while the EUR/USD and the Swiss Franc futures closed the week at a key resistance level.\r\n\r\nThere is plenty of scheduled economic data releases in the week ahead, I will also continue to pay close attention to markets that closed the week at key price patterns/levels. Rotation flows and correlations have been very helpful for market selection therefore I will continue to focus on this analysis for identifying trading opportunities. Also remember that we have important employment data and a short trading week.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/890-profit-dow-jones.jpg\"><img class=\"aligncenter size-full wp-image-1890\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/890-profit-dow-jones.jpg\" alt=\"890 profit dow jones\" width=\"527\" height=\"647\" /></a>\r\n\r\n&nbsp;\r\n\r\n<b>Live Trading Rooms and Educational Events</b>\r\n\r\n<b><span style=\"color: #333333;\">The Trading Room TradeLAB</span></b>\r\n<p style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3YunJ3OhmDrDnAF&amp;b=YLqJnKWlD5qb5YrMSdi8uw\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/851403430</a></p>\r\n<b><span style=\"color: #333333;\">Global Trading with Quantitative Technologies</span></b>\r\n\r\n<b><span style=\"color: #333333;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_307740583\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_307740584\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_307740585\"><span class=\"aQJ\">7:30 AM ET</span></span></span></b>\r\n\r\n<span style=\"color: #333333;\">RQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</span>\r\n<p style=\"color: #000000;\">_______________________________________________________</p>\r\n<p style=\"color: #000000;\"><b>The Trading Room EDU - Educational Workshop </b></p>\r\n<b>Covering the Rios Quant Trading Indicators:</b>\r\n\r\n<b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_307740586\"><span class=\"aQJ\">Tuesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_307740587\"><span class=\"aQJ\">7:30 PM ET</span></span></b>\r\n\r\n<b><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3YunJ3OhmDrDnAF&amp;b=j1K0kWR9_tfQVnPyH0_G4g\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/893949558</a></b>\r\n\r\n<b>Topic: Automated Trading with RQ-Einstein</b>\r\n\r\n<b>Presenter: Steve Schwartz</b>\r\n\r\n<span style=\"color: #000000;\">_______________________________________________________</span>\r\n\r\n<b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_307740588\"><span class=\"aQJ\">Wednesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_307740589\"><span class=\"aQJ\">1:00 PM ET</span></span></b>\r\n\r\n<b><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3YunJ3OhmDrDnAF&amp;b=84tIHhCMni9Qz1esufruVg\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/896548574</a></b>\r\n\r\n<b>Topic: Momentum Trading - Crude Oil and E-mini Stock Futures</b>\r\n\r\n<b>Presenter: Steve Schwartz</b>\r\n\r\n<b><span style=\"font-weight: normal; color: #000000;\">_______________________________________________________</span></b>\r\n\r\n<b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_307740590\"><span class=\"aQJ\">Wednesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_307740591\"><span class=\"aQJ\">7:30 PM ET</span></span></b>\r\n\r\n<b><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3YunJ3OhmDrDnAF&amp;b=ouXI_ZQXdIVpX_SZ9CQ83A\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/133123430</a></b>\r\n\r\n<b>The RiosQuant 90 Day Training Program - Workshop</b>\r\n\r\n<b>Training Session 1 of 12 with Edward Preston</b>\r\n\r\n<span style=\"color: #000000;\">_______________________________________________________</span>\r\n\r\n<b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_307740592\"><span class=\"aQJ\">Saturday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_307740593\"><span class=\"aQJ\">11:00 AM ET</span></span></b>\r\n\r\n<b><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3YunJ3OhmDrDnAF&amp;b=Eug1KxY6P.UCeaB7JKRi9Q\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/113514326</a></b>\r\n\r\n<b>Topic: Follow the RiosQuant 3 Step Trading Sequence</b>\r\n\r\n<b>Presenter: Steve Schwartz</b>','The Week Ahead in the Global Markets','','inherit','open','closed','','1889-revision-v1','','','2014-06-30 11:23:34','2014-06-30 11:23:34','',1889,'http://www.thetradingroom.com/1889-revision-v1/',0,'revision','',0),(1893,2,'2014-06-30 11:24:30','2014-06-30 11:24:30','From the desk of Joe Rios...\r\n\r\nLast Wednesday\'s surprising decline in Q1 GDP got everyone\'s attention. The S&amp;P 500 continued to trade sideways but providing intraday trading opportunities. As you can see from the chart below,  RiosQuant performance coach EP Preston took the Dow Jones futures for a short profitable trade during the TradeLAB. Following the GDP report the US Treasury 10 year note rallied while the US dollar sold off.  With a weaker US dollar, the USD/CAD  and USD/JPY Forex pairs continued to slide lower while the EUR/USD and the Swiss Franc futures closed the week at a key resistance level.\r\n\r\nThere is plenty of scheduled economic data releases in the week ahead, I will also continue to pay close attention to markets that closed the week at key price patterns/levels. Rotation flows and correlations have been very helpful for market selection therefore I will continue to focus on this analysis for identifying trading opportunities. Also remember that we have important employment data and a short trading week.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/890-profit-dow-jones.jpg\"><img class=\"aligncenter size-full wp-image-1890\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/890-profit-dow-jones.jpg\" alt=\"890 profit dow jones\" width=\"527\" height=\"647\" /></a>\r\n\r\n&nbsp;\r\n\r\n<b>Live Trading Rooms and Educational Events</b>\r\n\r\n<b><span style=\"color: #333333;\">The Trading Room TradeLAB</span></b>\r\n<p style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3YunJ3OhmDrDnAF&amp;b=YLqJnKWlD5qb5YrMSdi8uw\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/851403430</a></p>\r\n<b><span style=\"color: #333333;\">Global Trading with Quantitative Technologies</span></b>\r\n\r\n<b><span style=\"color: #333333;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_307740583\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_307740584\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_307740585\"><span class=\"aQJ\">7:30 AM ET</span></span></span></b>\r\n\r\n<span style=\"color: #333333;\">RQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</span>\r\n<p style=\"color: #000000;\">_______________________________________________________</p>\r\n<p style=\"color: #000000;\"><b>The Trading Room EDU - Educational Workshop </b></p>\r\n<b>Covering the Rios Quant Trading Indicators:</b>\r\n\r\n<b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_307740586\"><span class=\"aQJ\">Tuesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_307740587\"><span class=\"aQJ\">7:30 PM ET</span></span></b>\r\n\r\n<b><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3YunJ3OhmDrDnAF&amp;b=j1K0kWR9_tfQVnPyH0_G4g\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/893949558</a></b>\r\n\r\n<b>Topic: Automated Trading with RQ-Einstein</b>\r\n\r\n<b>Presenter: Steve Schwartz</b>\r\n\r\n<span style=\"color: #000000;\">_______________________________________________________</span>\r\n\r\n<b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_307740588\"><span class=\"aQJ\">Wednesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_307740589\"><span class=\"aQJ\">1:00 PM ET</span></span></b>\r\n\r\n<b><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3YunJ3OhmDrDnAF&amp;b=84tIHhCMni9Qz1esufruVg\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/896548574</a></b>\r\n\r\n<b>Topic: Momentum Trading - Crude Oil and E-mini Stock Futures</b>\r\n\r\n<b>Presenter: Steve Schwartz</b>\r\n\r\n<b><span style=\"font-weight: normal; color: #000000;\">_______________________________________________________</span></b>\r\n\r\n<b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_307740590\"><span class=\"aQJ\">Wednesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_307740591\"><span class=\"aQJ\">7:30 PM ET</span></span></b>\r\n\r\n<b><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3YunJ3OhmDrDnAF&amp;b=ouXI_ZQXdIVpX_SZ9CQ83A\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/133123430</a></b>\r\n\r\n<b>The RiosQuant 90 Day Training Program - Workshop</b>\r\n\r\n<b>Training Session 1 of 12 with Edward Preston</b>\r\n\r\n<span style=\"color: #000000;\">_______________________________________________________</span>\r\n\r\n<b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_307740592\"><span class=\"aQJ\">Saturday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_307740593\"><span class=\"aQJ\">11:00 AM ET</span></span></b>\r\n\r\n<b><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3YunJ3OhmDrDnAF&amp;b=Eug1KxY6P.UCeaB7JKRi9Q\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/113514326</a></b>\r\n\r\n<b>Topic: Follow the RiosQuant 3 Step Trading Sequence</b>\r\n\r\n<b>Presenter: Steve Schwartz</b>\r\n\r\n&nbsp;\r\n\r\nMonday\r\n\r\n5:00 AM               EUR        CPI Flash Estimate\r\n\r\n8:30 AM               CAD       GDP\r\n\r\n9:45 AM               USD       Chicago PMI\r\n\r\n10:00 AM             USD       Pending Home Sales\r\n\r\n9:00 PM                CNY        Manufacturing PMI\r\n\r\n9:45 PM                CNY        HSBC Final Manufacturing PMI\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n12:30 AM             AUD       RBA Rate Statement\r\n\r\n4:30 AM               GBP       Manufacturing PMI\r\n\r\n5:00 AM               EUR        Unemployment Rate\r\n\r\n10:00 AM             USD       ISM Manufacturing PMI\r\n\r\n9:30 PM                AUD       Trade Balance\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM               GBP       Construction PMI\r\n\r\n8:15 AM               USD       ADP Nonfarm Employment Change\r\n\r\n10:30 AM                             Crude Oil Inventories\r\n\r\n11:00 AM             USD       Fed Chair Yellen Speaks\r\n\r\n9:00 PM                AUD       RBA Gov. Stevens Speaks\r\n\r\n9:00 PM                CNY        Nonmanufacturing PMI\r\n\r\n9:30 PM                AUD       Retail Sales And Building Approvals\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n4:30 AM               GBP       Services PMI\r\n\r\n7:45 AM               EUR        Minimum Bid Rate\r\n\r\n8:30 AM               EUR        ECB Press Conference\r\n\r\n8:30 AM               CAD       Trade Balance\r\n\r\n8:30 AM               USD       Trade Balance\r\n\r\n8:30 AM               USD       Nonfarm Employment Change\r\n\r\n10:00 AM             USD       ISM Nonmanufacturing PMI\r\n\r\n10:30 AM                             Natural Gas Storage','The Week Ahead in the Global Markets','','inherit','open','closed','','1889-revision-v1','','','2014-06-30 11:24:30','2014-06-30 11:24:30','',1889,'http://www.thetradingroom.com/1889-revision-v1/',0,'revision','',0),(1894,2,'2014-07-22 01:30:00','2014-07-22 01:30:00','Learn how I took $428 risk to net 3.9X in profits. Join me in The Trading Room OptionsLine this Tuesday and Thursday at 2pm ET and see how it’s done!\r\n\r\nClick here to join the event: <a style=\"color: #1155cc;\" href=\"https://www3.gotomeeting.com/register/691381142\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/691381142</a>\r\n\r\nI’m a Rios Quant member and a trade coach but most of all, I’m an options trader! The results are real and these are the only two trades taken last week.\r\n\r\nTake a look at the account activity:\r\n\r\n06/27/2014         Sell To Close       1             VOD JunWk4 33 Call        $0.30     $9.95     $0.05     $20.00\r\n\r\n06/27/2014         Sell To Close       5             VOD JunWk4 33 Call        $0.30     $0.00     $0.18     $149.82\r\n\r\n06/26/2014         Sell To Close       6             VOD JunWk4 33 Call        $0.24     $0.00     $0.21     $143.79\r\n\r\n06/26/2014         Sell To Close       3             VOD JunWk4 33 Call        $0.24     $9.95     $0.12     $61.93\r\n\r\n06/26/2014         Sell To Close       1             VLO JunWk4 56.5 Put      $4.68     $9.95     $0.05     $458.00\r\n\r\n06/25/2014         Sell To Close       2             VLO JunWk4 56.5 Put      $5.03     $9.95     $0.10     $995.95\r\n\r\n06/24/2014         Sell To Close       4             VLO JunWk4 56.5 Put      $0.74     $9.95     $0.15     $285.90\r\n\r\n06/23/2014         Buy To Open       6             VOD JunWk4 33 Call        $0.11     $9.95     $0.21     ($76.16)\r\n\r\n06/23/2014         Buy To Open       9             VOD JunWk4 33 Call        $0.11     $5.05     $0.32     ($104.37)\r\n\r\n06/23/2014         Buy To Open       7             VLO JunWk4 56.5 Put      $0.34     $9.95     $0.25     ($248.20)\r\n\r\n<strong>Total      $74.70   $1.64     $1,686.66</strong>\r\n\r\nSee you in the room!\r\n\r\nKen Eriksen\r\n\r\n&nbsp;\r\n\r\nPAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS. <span style=\"color: #222222;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, STOCK , OPTIONS, AND FOREIGN EXCHANGE PRODUCTS.</span>','Options Trading - $1,686 Profit','','publish','open','closed','','options-trading-1686-profit','','','2014-07-22 16:32:54','2014-07-22 16:32:54','',0,'http://www.thetradingroom.com/?p=1894',0,'post','',0),(1898,2,'2014-06-30 16:24:30','2014-06-30 16:24:30','See how I put $428 at risk to net 3.9X in profits. Join me in The Trading Room OptionsLine this Tuesday and Thursday at 2pm ET and see how it’s done!\r\n\r\nClick here to join the event: <strong><a href=\"https://www3.gotomeeting.com/register/146053158\">https://www3.gotomeeting.com/register/146053158</a></strong>\r\n\r\nI’m a Rios Quant member and a trade coach but most of all, I’m an options trader! The results are real and these are the only two trades taken last week.\r\n\r\nTake a look at the account activity:\r\n\r\n06/27/2014         Sell To Close       1             VOD JunWk4 33 Call        $0.30     $9.95     $0.05     $20.00\r\n\r\n06/27/2014         Sell To Close       5             VOD JunWk4 33 Call        $0.30     $0.00     $0.18     $149.82\r\n\r\n06/26/2014         Sell To Close       6             VOD JunWk4 33 Call        $0.24     $0.00     $0.21     $143.79\r\n\r\n06/26/2014         Sell To Close       3             VOD JunWk4 33 Call        $0.24     $9.95     $0.12     $61.93\r\n\r\n06/26/2014         Sell To Close       1             VLO JunWk4 56.5 Put      $4.68     $9.95     $0.05     $458.00\r\n\r\n06/25/2014         Sell To Close       2             VLO JunWk4 56.5 Put      $5.03     $9.95     $0.10     $995.95\r\n\r\n06/24/2014         Sell To Close       4             VLO JunWk4 56.5 Put      $0.74     $9.95     $0.15     $285.90\r\n\r\n06/23/2014         Buy To Open       6             VOD JunWk4 33 Call        $0.11     $9.95     $0.21     ($76.16)\r\n\r\n06/23/2014         Buy To Open       9             VOD JunWk4 33 Call        $0.11     $5.05     $0.32     ($104.37)\r\n\r\n06/23/2014         Buy To Open       7             VLO JunWk4 56.5 Put      $0.34     $9.95     $0.25     ($248.20)\r\n\r\n<strong>Total      $74.70   $1.64     $1,686.66</strong>\r\n\r\nSee you in the room!\r\n\r\nKen Eriksen\r\n\r\n&nbsp;\r\n\r\nPAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS','Options Trading - $1,686 Profit','','inherit','open','closed','','1894-revision-v1','','','2014-06-30 16:24:30','2014-06-30 16:24:30','',1894,'http://www.thetradingroom.com/1894-revision-v1/',0,'revision','',0),(1895,2,'2014-06-30 16:20:03','2014-06-30 16:20:03','See how I put $428 at risk to net 3.9X in profits. Join me in The Trading Room OptionsLine this Tuesday and Thursday at 2pm ET and see how it’s done!\r\n\r\nClick here to join the event: <strong><a href=\"https://www3.gotomeeting.com/register/146053158\">https://www3.gotomeeting.com/register/146053158</a></strong>\r\n\r\nI’m a Rios Quant member and a trade coach but most of all, I’m an options trader! The results are real and these are the only two trades taken last week.\r\n\r\nTake a look at the account activity:\r\n\r\n06/27/2014         Sell To Close       1             VOD JunWk4 33 Call        $0.30     $9.95     $0.05     $20.00\r\n\r\n06/27/2014         Sell To Close       5             VOD JunWk4 33 Call        $0.30     $0.00     $0.18     $149.82\r\n\r\n06/26/2014         Sell To Close       6             VOD JunWk4 33 Call        $0.24     $0.00     $0.21     $143.79\r\n\r\n06/26/2014         Sell To Close       3             VOD JunWk4 33 Call        $0.24     $9.95     $0.12     $61.93\r\n\r\n06/26/2014         Sell To Close       1             VLO JunWk4 56.5 Put      $4.68     $9.95     $0.05     $458.00\r\n\r\n06/25/2014         Sell To Close       2             VLO JunWk4 56.5 Put      $5.03     $9.95     $0.10     $995.95\r\n\r\n06/24/2014         Sell To Close       4             VLO JunWk4 56.5 Put      $0.74     $9.95     $0.15     $285.90\r\n\r\n06/23/2014         Buy To Open       6             VOD JunWk4 33 Call        $0.11     $9.95     $0.21     ($76.16)\r\n\r\n06/23/2014         Buy To Open       9             VOD JunWk4 33 Call        $0.11     $5.05     $0.32     ($104.37)\r\n\r\n06/23/2014         Buy To Open       7             VLO JunWk4 56.5 Put      $0.34     $9.95     $0.25     ($248.20)\r\n\r\nTotal      $74.70   $1.64     $1,686.66\r\n\r\n&nbsp;\r\n\r\nJoe and I hope to see you in the Trade Room so you can see how this is done.\r\n\r\nCheers,\r\n\r\nKen Eriksen\r\n\r\n&nbsp;\r\n\r\nPAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS','Options Trade - $1,686 profits in One Week','','inherit','open','closed','','1894-revision-v1','','','2014-06-30 16:20:03','2014-06-30 16:20:03','',1894,'http://www.thetradingroom.com/1894-revision-v1/',0,'revision','',0),(1896,2,'2014-06-30 16:21:52','2014-06-30 16:21:52','','ken creative','','inherit','open','closed','','ken-creative','','','2014-06-30 16:21:52','2014-06-30 16:21:52','',1894,'http://www.thetradingroom.com/wp-content/uploads/2014/06/ken-creative.png',0,'attachment','image/png',0),(1897,2,'2014-06-30 16:22:33','2014-06-30 16:22:33','See how I put $428 at risk to net 3.9X in profits. Join me in The Trading Room OptionsLine this Tuesday and Thursday at 2pm ET and see how it’s done!\r\n\r\nClick here to join the event: <strong><a href=\"https://www3.gotomeeting.com/register/146053158\">https://www3.gotomeeting.com/register/146053158</a></strong>\r\n\r\nI’m a Rios Quant member and a trade coach but most of all, I’m an options trader! The results are real and these are the only two trades taken last week.\r\n\r\nTake a look at the account activity:\r\n\r\n06/27/2014         Sell To Close       1             VOD JunWk4 33 Call        $0.30     $9.95     $0.05     $20.00\r\n\r\n06/27/2014         Sell To Close       5             VOD JunWk4 33 Call        $0.30     $0.00     $0.18     $149.82\r\n\r\n06/26/2014         Sell To Close       6             VOD JunWk4 33 Call        $0.24     $0.00     $0.21     $143.79\r\n\r\n06/26/2014         Sell To Close       3             VOD JunWk4 33 Call        $0.24     $9.95     $0.12     $61.93\r\n\r\n06/26/2014         Sell To Close       1             VLO JunWk4 56.5 Put      $4.68     $9.95     $0.05     $458.00\r\n\r\n06/25/2014         Sell To Close       2             VLO JunWk4 56.5 Put      $5.03     $9.95     $0.10     $995.95\r\n\r\n06/24/2014         Sell To Close       4             VLO JunWk4 56.5 Put      $0.74     $9.95     $0.15     $285.90\r\n\r\n06/23/2014         Buy To Open       6             VOD JunWk4 33 Call        $0.11     $9.95     $0.21     ($76.16)\r\n\r\n06/23/2014         Buy To Open       9             VOD JunWk4 33 Call        $0.11     $5.05     $0.32     ($104.37)\r\n\r\n06/23/2014         Buy To Open       7             VLO JunWk4 56.5 Put      $0.34     $9.95     $0.25     ($248.20)\r\n\r\nTotal      $74.70   $1.64     $1,686.66\r\n\r\n&nbsp;\r\n\r\nJoe and I hope to see you in the Trade Room so you can see how this is done.\r\n\r\nCheers,\r\n\r\nKen Eriksen\r\n\r\n&nbsp;\r\n\r\nPAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS','Options Trading - $1,686 Profit','','inherit','open','closed','','1894-revision-v1','','','2014-06-30 16:22:33','2014-06-30 16:22:33','',1894,'http://www.thetradingroom.com/1894-revision-v1/',0,'revision','',0),(1899,2,'2014-06-30 16:26:00','2014-06-30 16:26:00','Learn how I put $428 at risk to net 3.9X in profits. Join me in The Trading Room OptionsLine this Tuesday and Thursday at 2pm ET and see how it’s done!\r\n\r\nClick here to join the event: <strong><a href=\"https://www3.gotomeeting.com/register/146053158\">https://www3.gotomeeting.com/register/146053158</a></strong>\r\n\r\nI’m a Rios Quant member and a trade coach but most of all, I’m an options trader! The results are real and these are the only two trades taken last week.\r\n\r\nTake a look at the account activity:\r\n\r\n06/27/2014         Sell To Close       1             VOD JunWk4 33 Call        $0.30     $9.95     $0.05     $20.00\r\n\r\n06/27/2014         Sell To Close       5             VOD JunWk4 33 Call        $0.30     $0.00     $0.18     $149.82\r\n\r\n06/26/2014         Sell To Close       6             VOD JunWk4 33 Call        $0.24     $0.00     $0.21     $143.79\r\n\r\n06/26/2014         Sell To Close       3             VOD JunWk4 33 Call        $0.24     $9.95     $0.12     $61.93\r\n\r\n06/26/2014         Sell To Close       1             VLO JunWk4 56.5 Put      $4.68     $9.95     $0.05     $458.00\r\n\r\n06/25/2014         Sell To Close       2             VLO JunWk4 56.5 Put      $5.03     $9.95     $0.10     $995.95\r\n\r\n06/24/2014         Sell To Close       4             VLO JunWk4 56.5 Put      $0.74     $9.95     $0.15     $285.90\r\n\r\n06/23/2014         Buy To Open       6             VOD JunWk4 33 Call        $0.11     $9.95     $0.21     ($76.16)\r\n\r\n06/23/2014         Buy To Open       9             VOD JunWk4 33 Call        $0.11     $5.05     $0.32     ($104.37)\r\n\r\n06/23/2014         Buy To Open       7             VLO JunWk4 56.5 Put      $0.34     $9.95     $0.25     ($248.20)\r\n\r\n<strong>Total      $74.70   $1.64     $1,686.66</strong>\r\n\r\nSee you in the room!\r\n\r\nKen Eriksen\r\n\r\n&nbsp;\r\n\r\nPAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS','Options Trading - $1,686 Profit','','inherit','open','closed','','1894-revision-v1','','','2014-06-30 16:26:00','2014-06-30 16:26:00','',1894,'http://www.thetradingroom.com/1894-revision-v1/',0,'revision','',0),(1900,2,'2014-06-30 17:36:25','2014-06-30 17:36:25','<strong style=\"font-weight: bold;\">High Performance Trading Strategies Across Multiple Asset Classes</strong>\r\n\r\nLearn how to apply automated trading with the RiosQuant Einstein trading system.\r\nIt is a quantitative model designed for specific assignments, such as to exploit short-lived trading opportunities. At the core of the strategy is an RQ proprietary code with forward-looking algorithms designed to forecast and search for potentially key price levels of the markets. The focus is to be opportunistic to the activities associated with the volatility at these critical levels. It is an alpha model therefore most effective when applied across multiple asset classes.\r\n\r\n<strong><span data-term=\"goog_780770157\">Tuesday</span> beginning at <span data-term=\"goog_780770158\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/893949558\">https://www3.gotomeeting.com/register/893949558</a>\r\n</strong>\r\n\r\nPresenter: Steve Schwartz','Automated Trading Workshop Class','','publish','open','closed','','automated-trading-workshop-class','','','2014-06-30 17:36:25','2014-06-30 17:36:25','',0,'http://www.thetradingroom.com/?p=1900',0,'post','',0),(1902,2,'2014-06-30 17:31:55','2014-06-30 17:31:55','<strong style=\"font-weight: bold;\">High Performance Trading Strategies Across Multiple Asset Classes</strong>\r\n\r\nLearn how to apply automated trading with the RiosQuant Einstein trading system.\r\nIt is a quantitative model designed for specific assignments, such as to exploit short-lived trading opportunities. At the core of the strategy is an RQ proprietary code with forward-looking algorithms designed to forecast and search for potentially key price levels of the markets. The focus is to be opportunistic to the activities associated with the volatility at these critical levels. It is an alpha model therefore most effective when applied across multiple asset classes.\r\n\r\n<strong><span data-term=\"goog_780770157\">Tuesday</span> beginning at <span data-term=\"goog_780770158\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/893949558\">https://www3.gotomeeting.com/register/893949558</a>\r\n</strong>\r\n\r\nPresenter: Steve Schwartz','Automated Trading Workshop Class','','inherit','open','closed','','1900-revision-v1','','','2014-06-30 17:31:55','2014-06-30 17:31:55','',1900,'http://www.thetradingroom.com/1900-revision-v1/',0,'revision','',0),(1904,2,'2014-07-02 17:02:35','2014-07-02 17:02:35','<div id=\"surveyMonkeyInfo\" style=\"width:500px;font-size:10px;color:#666;border:1px solid #ccc;padding:4px;\"><div><iframe id=\"sm_e_s\" src=\"http://www.surveymonkey.com/jsEmbed.aspx?sm=E1XYlQVFn7jFEN1uFE6elg_3d_3d\" width=\"500\" height=\"350\" style=\"border:0px;padding-bottom:4px;\" frameborder=\"0\" allowtransparency=\"true\" ></iframe></div>Create your free online surveys with <a href=\"https://www.surveymonkey.com\">SurveyMonkey</a> , the world\'s leading questionnaire tool.</div>','','','inherit','open','closed','','1903-revision-v1','','','2014-07-02 17:02:35','2014-07-02 17:02:35','',1903,'http://www.thetradingroom.com/1903-revision-v1/',0,'revision','',0),(1905,2,'2014-07-02 17:04:22','2014-07-02 17:04:22','<div id=\"surveyMonkeyInfo\" style=\"width:500px;font-size:10px;color:#666;border:1px solid #ccc;padding:4px;\"><div><iframe id=\"sm_e_s\" src=\"http://www.surveymonkey.com/jsEmbed.aspx?sm=E1XYlQVFn7jFEN1uFE6elg_3d_3d\" width=\"500\" height=\"350\" style=\"border:0px;padding-bottom:4px;\" frameborder=\"0\" allowtransparency=\"true\" ></iframe></div>Create your free online surveys with <a href=\"https://www.surveymonkey.com\">SurveyMonkey</a> , the world\'s leading questionnaire tool.</div>','Trader\'s Survey','','inherit','open','closed','','1903-revision-v1','','','2014-07-02 17:04:22','2014-07-02 17:04:22','',1903,'http://www.thetradingroom.com/1903-revision-v1/',0,'revision','',0),(1906,2,'2014-07-02 17:11:42','2014-07-02 17:11:42','<div id=\"surveyMonkeyInfo\" style=\"width: 500px; font-size: 10px; color: #666; border: 1px solid #ccc; padding: 4px;\">\n<div><iframe id=\"sm_e_s\" style=\"border:0px;padding-bottom:4px;\" src=\"http://www.surveymonkey.com/jsEmbed.aspx?sm=E1XYlQVFn7jFEN1uFE6elg_3d_3d\" width=\"500\" height=\"350\" frameborder=\"0\"></iframe></div>\n<div><span style=\"color: #000000;\">Our trader evaluation questionnaire can assist you in helping you to answer the question of whether or not you qualify as a trader.</span></div>\n<div></div>\n</div>','Rrader Evaluation Questionnaire','','inherit','open','closed','','1903-autosave-v1','','','2014-07-02 17:11:42','2014-07-02 17:11:42','',1903,'http://www.thetradingroom.com/1903-autosave-v1/',0,'revision','',0),(1907,2,'2014-07-02 17:12:28','2014-07-02 17:12:28','<div id=\"surveyMonkeyInfo\" style=\"width: 500px; font-size: 10px; color: #666; border: 1px solid #ccc; padding: 4px;\">\r\n<div><iframe id=\"sm_e_s\" style=\"border:0px;padding-bottom:4px;\" src=\"http://www.surveymonkey.com/jsEmbed.aspx?sm=E1XYlQVFn7jFEN1uFE6elg_3d_3d\" width=\"500\" height=\"350\" frameborder=\"0\"></iframe></div>\r\n<div><span style=\"color: #000000;\">Our trader evaluation questionnaire can assist you in helping you to answer the question of whether or not you are ready to begin improving your trading performance.</span></div>\r\n<div></div>\r\n</div>','Rrader Evaluation Questionnaire','','inherit','open','closed','','1903-revision-v1','','','2014-07-02 17:12:28','2014-07-02 17:12:28','',1903,'http://www.thetradingroom.com/1903-revision-v1/',0,'revision','',0),(1908,2,'2014-07-02 17:13:00','2014-07-02 17:13:00','<div id=\"surveyMonkeyInfo\" style=\"width: 500px; font-size: 10px; color: #666; border: 1px solid #ccc; padding: 4px;\">\r\n<div><iframe id=\"sm_e_s\" style=\"border: 0px; padding-bottom: 4px;\" src=\"http://www.surveymonkey.com/jsEmbed.aspx?sm=E1XYlQVFn7jFEN1uFE6elg_3d_3d\" width=\"500\" height=\"350\" frameborder=\"0\"></iframe></div>\r\n<div><span style=\"color: #000000;\">Our trader evaluation questionnaire can assist you in helping you to answer the question of whether or not you are ready to begin improving your trading performance.</span></div>\r\n<div></div>\r\n</div>','Rrader Evaluation Questionnaire','','inherit','open','closed','','1903-revision-v1','','','2014-07-02 17:13:00','2014-07-02 17:13:00','',1903,'http://www.thetradingroom.com/1903-revision-v1/',0,'revision','',0),(1925,2,'2014-07-10 11:06:54','2014-07-10 11:06:54','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:00 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks fell for a fifth day as shares of lenders declined to their lowest level this year. U.S. index futures and Asian equities also slid.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">German government bonds rose, pushing 10-year yields to a 14-month low, as nations from Greece to Spain seek to sell securities and banking woes in Portugal cast fresh concern over the euro area’s financial health.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Gold climbed to the highest in more than three months as Middle East tension spurred haven demand and after the dollar weakened following Federal Reserve minutes.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">Australia’s dollar retreated from the highest in a week after reports today showed the nation’s jobless rate climbed and imports by China, the South Pacific nation’s biggest trade partner, grew slower than forecast.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - GBP </span><span style=\"color: #000000;\">Official Bank Rate due at 7:00, </span><span style=\"color: #000000;\">MPC Rate Statement (tentative), US </span><span style=\"color: #000000;\">Unemployment Claims due at 8:30, </span><span style=\"color: #000000;\">Natural Gas Storage at 10:30 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-45','','','2014-07-10 11:06:54','2014-07-10 11:06:54','',0,'http://www.thetradingroom.com/?p=1925',0,'post','',0),(1910,2,'2014-07-07 00:19:07','2014-07-07 00:19:07','<strong>From the desk of Joe Rios...</strong>\r\n\r\nThe stock indices continued to impress after an event filled 3 1/2 day trading week. The employment report was strong with a net job gain of 288k and a decline in the unemployment rate to 6.1%. The US 10 year note closed the week lower pushing the yield  towards 2.70%, the highest level since late April.\r\n\r\nThe rise in the US 10 year note yield helped drive the US dollar index higher. The sell-off in the Japanese Yen came to no surprise to our quant traders. The correlation between a rising US dollar and US stock indices continues to have a negative impact on the yen. The British pound, Canadian dollar and US dollar were the out performers in the currency market.  In the commodity market Grains continued to slide lower led by Corn -7.4%, Soybeans -5.7% and Wheat -2.4%.  The outperformer was Copper, rising 4.0%.\r\n\r\nIn the week ahead I will continue to focus on the correlations, specifically between the stock  indices, Japanese Yen, US 10 year note and the US dollar. Crude oil closed the week lower sitting at a key support level from an uptrend, look for potential aggressive price action and volatility.\r\n\r\n<span style=\"font-family: \'Comic Sans MS\', cursive; font-size: large;\">Joe Rios</span>\r\n<span style=\"text-decoration: underline;\"><a href=\"http://www.riosquant.com/\">RiosQuant.com</a></span>\r\n\r\n_______________________________________________\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>The Trading Room </strong><strong>TradeLAB</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0588858b/TEST/2382afab9c\">https://www3.gotomeeting.com/register/137297046</a></strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><span data-term=\"goog_100455925\">Monday</span> through <span data-term=\"goog_100455926\">Friday</span> beginning at <span data-term=\"goog_100455927\">7:30 AM ET</span></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n_______________________________________________\r\n\r\n<strong>Insider\'s Quant (IQ) Room</strong>\r\n\r\n<strong>Advanced Concepts with Joe Rios</strong>\r\n\r\n<strong><span data-term=\"goog_100455928\">Monday</span>, <span data-term=\"goog_100455929\">Tuesday</span>, and <span data-term=\"goog_100455930\">Wednesday</span> beginning at <span data-term=\"goog_100455931\">1:30pm ET</span></strong>\r\n\r\n<strong>Subscription Only!</strong>\r\n\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Classes</strong>\r\n\r\n<em><strong><span data-term=\"goog_100455932\">Monday</span> beginning at <span data-term=\"goog_100455933\">7:30 PM ET</span></strong></em>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0588858b/TEST/eed5f0b11a\">https://www3.gotomeeting.com/register/653571414</a></strong>\r\n\r\n<strong>Topic: Identify Price Structure with GnosTick Levels</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<em><strong><span data-term=\"goog_100455934\">Wednesday</span> beginning at <span data-term=\"goog_100455935\">1:00 PM ET</span></strong></em>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0588858b/TEST/5182460133\">https://www3.gotomeeting.com/register/677975110</a></strong>\r\n\r\n<strong>Topic: Momentum Trading Oil and E-mini Stock Futures</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong><em><span data-term=\"goog_100455936\">Wednesday</span> beginning at <span data-term=\"goog_100455937\">7:30 PM ET</span></em></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0588858b/TEST/4a7df92a8e\">https://www3.gotomeeting.com/register/680038494</a></strong>\r\n\r\n<strong>Presenter: Edward Preston</strong>\r\n\r\n<strong>Topic: The Next Big Swing </strong>\r\n\r\n<hr />\r\n\r\n<em><strong><span data-term=\"goog_100455938\">Thursday</span> beginning at <span data-term=\"goog_100455939\">7:30 PM ET</span></strong></em>\r\n\r\n<strong>The RiosQuant 90 Day Training Program - Workshop</strong>\r\n\r\n<strong>Training Session 2 of 12 with Steve Schwartz</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0588858b/TEST/ae00a9ecca\">https://www3.gotomeeting.com/register/687896550</a></strong>\r\n\r\n<strong>Topic: Identifying  Momentum Breakouts </strong>\r\n\r\n<hr />\r\n\r\n<em><strong><span data-term=\"goog_100455940\">Saturday</span> beginning at <span data-term=\"goog_100455941\">11:00 AM ET</span></strong></em>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0588858b/TEST/5c9fedc8e9\">https://www3.gotomeeting.com/register/644246846</a></strong>\r\n\r\n<strong>Topic: RiosQuant Basics</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>Monday</strong>\r\n\r\n8:30 AM               CAD       Building Permits\r\n\r\n10:00 AM             CAD       Ivey PMI\r\n\r\n6:00 PM                NZD       NZIER Business Confidence\r\n\r\n9:30 PM                AUD       NAB Business Confidence\r\n\r\n&nbsp;\r\n\r\n<strong>Tuesday</strong>\r\n\r\n4:30 AM               GBP       Manufacturing Production\r\n\r\n10:00 AM             USD       JOLTS Job Openings\r\n\r\n9:30 PM                CNY        CPI And PPI\r\n\r\n&nbsp;\r\n\r\n<strong>Wednesday</strong>\r\n\r\n10:30 AM             Crude Oil Inventories\r\n\r\n2:00 PM                USD       FOMC Meeting Minutes\r\n\r\n2:01 PM                USD       10 Year Bond Auction\r\n\r\n9:30 PM                AUD       Employment Change\r\n\r\n&nbsp;\r\n\r\n<strong>Thursday</strong>\r\n\r\nTentative             CNY        Trade Balance\r\n\r\n4:30 AM               GBP       Trade Balance\r\n\r\n7:00 AM               GBP       Official Bank Rate\r\n\r\n8:30 AM               USD       Unemployment Claims\r\n\r\n8:30 AM               Grains   Weekly Export Sales\r\n\r\n10:30 AM             USD       Natural Gas Storage\r\n\r\n&nbsp;\r\n\r\n<strong>Friday</strong>\r\n\r\n8:30 AM               CAD       Employment Change\r\n\r\n12:00 PM             Grains   Crop Production\r\n\r\n12:15 PM             Grains   Will Markets And Trade\r\n\r\n12:15 PM             Grains   World Agricultural Production\r\n\r\n&nbsp;','The Week Ahead in the Markets','','publish','open','closed','','week-ahead-markets','','','2014-07-07 00:29:04','2014-07-07 00:29:04','',0,'http://www.thetradingroom.com/?p=1910',0,'post','',0),(1911,2,'2014-07-07 00:11:40','2014-07-07 00:11:40','<strong>From the desk of Joe Rios...</strong>\r\n\r\nThe stock indices continued to impress after an event filled 3 1/2 day trading week. The employment report was strong with a net job gain of 288k and a decline in the unemployment rate to 6.1%. The US 10 year note closed the week lower pushing the yield  towards 2.70%, the highest level since late April.\r\n\r\nThe rise in the US 10 year note yield helped drive the US dollar index higher. To no surprise to our quant traders which follow correlations closely, a rising US dollar along with a bullish US stock indices, the Japanese yen fell the sharpest. The British pound, Canadian dollar and US dollar were the out performers in the currency market.  In the commodity market Grains continued to slide lower led by Corn -7.4%, Soybeans -5.7% and Wheat -2.4%.  The outperformer was Copper, rising 4.0%.\r\n\r\nIn the week ahead I will continue to focus on the correlations, specifically between the stock  indices, Japanese Yen, US 10 year note and the US dollar. Crude oil closed the week lower sitting at a key support level from an uptrend, look for potential aggressive price action and volatility.\r\n\r\n<span style=\"font-family: \'Comic Sans MS\', cursive; font-size: large;\">Joe Rios</span>\r\n<span style=\"text-decoration: underline;\"><a href=\"http://www.riosquant.com/\">RiosQuant.com</a></span>\r\n\r\n_______________________________________________\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>The Trading Room </strong><strong>TradeLAB</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0588858b/TEST/2382afab9c\">https://www3.gotomeeting.com/register/137297046</a></strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><span data-term=\"goog_100455925\">Monday</span> through <span data-term=\"goog_100455926\">Friday</span> beginning at <span data-term=\"goog_100455927\">7:30 AM ET</span></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n_______________________________________________\r\n\r\n<strong>Insider\'s Quant (IQ) Room</strong>\r\n\r\n<strong>Advanced Concepts with Joe Rios</strong>\r\n\r\n<strong><span data-term=\"goog_100455928\">Monday</span>, <span data-term=\"goog_100455929\">Tuesday</span>, and <span data-term=\"goog_100455930\">Wednesday</span> beginning at <span data-term=\"goog_100455931\">1:30pm ET</span></strong>\r\n\r\n<strong>Subscription Only!</strong>\r\n\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Classes</strong>\r\n\r\n<em><strong><span data-term=\"goog_100455932\">Monday</span> beginning at <span data-term=\"goog_100455933\">7:30 PM ET</span></strong></em>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0588858b/TEST/eed5f0b11a\">https://www3.gotomeeting.com/register/653571414</a></strong>\r\n\r\n<strong>Topic: Identify Price Structure with GnosTick Levels</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<em><strong><span data-term=\"goog_100455934\">Wednesday</span> beginning at <span data-term=\"goog_100455935\">1:00 PM ET</span></strong></em>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0588858b/TEST/5182460133\">https://www3.gotomeeting.com/register/677975110</a></strong>\r\n\r\n<strong>Topic: Momentum Trading Oil and E-mini Stock Futures</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong><em><span data-term=\"goog_100455936\">Wednesday</span> beginning at <span data-term=\"goog_100455937\">7:30 PM ET</span></em></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0588858b/TEST/4a7df92a8e\">https://www3.gotomeeting.com/register/680038494</a></strong>\r\n\r\n<strong>Presenter: Edward Preston</strong>\r\n\r\n<strong>Topic: The Next Big Swing </strong>\r\n\r\n<hr />\r\n\r\n<em><strong><span data-term=\"goog_100455938\">Thursday</span> beginning at <span data-term=\"goog_100455939\">7:30 PM ET</span></strong></em>\r\n\r\n<strong>The RiosQuant 90 Day Training Program - Workshop</strong>\r\n\r\n<strong>Training Session 2 of 12 with Steve Schwartz</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0588858b/TEST/ae00a9ecca\">https://www3.gotomeeting.com/register/687896550</a></strong>\r\n\r\n<strong>Topic: Identifying  Momentum Breakouts </strong>\r\n\r\n<hr />\r\n\r\n<strong><span data-term=\"goog_100455940\">Saturday</span> beginning at <span data-term=\"goog_100455941\">11:00 AM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0588858b/TEST/5c9fedc8e9\">https://www3.gotomeeting.com/register/644246846</a></strong>\r\n\r\n<strong>Topic: RiosQuant Basics</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>Monday</strong>\r\n\r\n8:30 AM               CAD       Building Permits\r\n\r\n10:00 AM             CAD       Ivey PMI\r\n\r\n6:00 PM                NZD       NZIER Business Confidence\r\n\r\n9:30 PM                AUD       NAB Business Confidence\r\n\r\n&nbsp;\r\n\r\n<strong>Tuesday</strong>\r\n\r\n4:30 AM               GBP       Manufacturing Production\r\n\r\n10:00 AM             USD       JOLTS Job Openings\r\n\r\n9:30 PM                CNY        CPI And PPI\r\n\r\n&nbsp;\r\n\r\n<strong>Wednesday</strong>\r\n\r\n10:30 AM             Crude Oil Inventories\r\n\r\n2:00 PM                USD       FOMC Meeting Minutes\r\n\r\n2:01 PM                USD       10 Year Bond Auction\r\n\r\n9:30 PM                AUD       Employment Change\r\n\r\n&nbsp;\r\n\r\n<strong>Thursday</strong>\r\n\r\nTentative             CNY        Trade Balance\r\n\r\n4:30 AM               GBP       Trade Balance\r\n\r\n7:00 AM               GBP       Official Bank Rate\r\n\r\n8:30 AM               USD       Unemployment Claims\r\n\r\n8:30 AM               Grains   Weekly Export Sales\r\n\r\n10:30 AM             USD       Natural Gas Storage\r\n\r\n&nbsp;\r\n\r\n<strong>Friday</strong>\r\n\r\n8:30 AM               CAD       Employment Change\r\n\r\n12:00 PM             Grains   Crop Production\r\n\r\n12:15 PM             Grains   Will Markets And Trade\r\n\r\n12:15 PM             Grains   World Agricultural Production\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1910-revision-v1','','','2014-07-07 00:11:40','2014-07-07 00:11:40','',1910,'http://www.thetradingroom.com/1910-revision-v1/',0,'revision','',0),(1916,2,'2014-07-07 00:27:40','2014-07-07 00:27:40','<strong>From the desk of Joe Rios...</strong>\n\nThe stock indices continued to impress after an event filled 3 1/2 day trading week. The employment report was strong with a net job gain of 288k and a decline in the unemployment rate to 6.1%. The US 10 year note closed the week lower pushing the yield  towards 2.70%, the highest level since late April.\n\nThe rise in the US 10 year note yield helped drive the US dollar index higher. The sell-off in the Japanese Yen came to no surprise to our quant traders. The correlation between a rising US dollar and US stock indices continues to have a negative impact on the yen. The British pound, Canadian dollar and US dollar were the out performers in the currency market.  In the commodity market Grains continued to slide lower led by Corn -7.4%, Soybeans -5.7% and Wheat -2.4%.  The outperformer was Copper, rising 4.0%.\n\nIn the week ahead I will continue to focus on the correlations, specifically between the stock  indices, Japanese Yen, US 10 year note and the US dollar. Crude oil closed the week lower sitting at a key support level from an uptrend, look for potential aggressive price action and volatility.\n\n<span style=\"font-family: \'Comic Sans MS\', cursive; font-size: large;\">Joe Rios</span>\n<span style=\"text-decoration: underline;\"><a href=\"http://www.riosquant.com/\">RiosQuant.com</a></span>\n\n_______________________________________________\n\n<strong>Live Trading Rooms and Events:</strong>\n\n<strong>The Trading Room </strong><strong>TradeLAB</strong>\n\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0588858b/TEST/2382afab9c\">https://www3.gotomeeting.com/register/137297046</a></strong>\n\n<strong>Global Trading with Quantitative Technologies</strong>\n\n<strong><span data-term=\"goog_100455925\">Monday</span> through <span data-term=\"goog_100455926\">Friday</span> beginning at <span data-term=\"goog_100455927\">7:30 AM ET</span></strong>\n\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\n\n_______________________________________________\n\n<strong>Insider\'s Quant (IQ) Room</strong>\n\n<strong>Advanced Concepts with Joe Rios</strong>\n\n<strong><span data-term=\"goog_100455928\">Monday</span>, <span data-term=\"goog_100455929\">Tuesday</span>, and <span data-term=\"goog_100455930\">Wednesday</span> beginning at <span data-term=\"goog_100455931\">1:30pm ET</span></strong>\n\n<strong>Subscription Only!</strong>\n\n_______________________________________________\n\n<strong>The Trading Room EDU - Educational Workshop Classes</strong>\n\n<em><strong><span data-term=\"goog_100455932\">Monday</span> beginning at <span data-term=\"goog_100455933\">7:30 PM ET</span></strong></em>\n\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0588858b/TEST/eed5f0b11a\">https://www3.gotomeeting.com/register/653571414</a></strong>\n\n<strong>Topic: Identify Price Structure with GnosTick Levels</strong>\n\n<strong>Presenter: Steve Schwartz</strong>\n\n<hr />\n\n&nbsp;\n\n<em><strong><span data-term=\"goog_100455934\">Wednesday</span> beginning at <span data-term=\"goog_100455935\">1:00 PM ET</span></strong></em>\n\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0588858b/TEST/5182460133\">https://www3.gotomeeting.com/register/677975110</a></strong>\n\n<strong>Topic: Momentum Trading Oil and E-mini Stock Futures</strong>\n\n<strong>Presenter: Steve Schwartz</strong>\n\n<hr />\n\n&nbsp;\n\n<strong><em><span data-term=\"goog_100455936\">Wednesday</span> beginning at <span data-term=\"goog_100455937\">7:30 PM ET</span></em></strong>\n\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0588858b/TEST/4a7df92a8e\">https://www3.gotomeeting.com/register/680038494</a></strong>\n\n<strong>Presenter: Edward Preston</strong>\n\n<strong>Topic: The Next Big Swing </strong>\n\n<hr />\n\n<em><strong><span data-term=\"goog_100455938\">Thursday</span> beginning at <span data-term=\"goog_100455939\">7:30 PM ET</span></strong></em>\n\n<strong>The RiosQuant 90 Day Training Program - Workshop</strong>\n\n<strong>Training Session 2 of 12 with Steve Schwartz</strong>\n\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0588858b/TEST/ae00a9ecca\">https://www3.gotomeeting.com/register/687896550</a></strong>\n\n<strong>Topic: Identifying  Momentum Breakouts </strong>\n\n<hr />\n\n<em><strong><span data-term=\"goog_100455940\">Saturday</span> beginning at <span data-term=\"goog_100455941\">11:00 AM ET</span></strong></em>\n\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0588858b/TEST/5c9fedc8e9\">https://www3.gotomeeting.com/register/644246846</a></strong>\n\n<strong>Topic: RiosQuant Basics</strong>\n\n<strong>Presenter: Steve Schwartz</strong>\n\n<hr />\n\n&nbsp;\n\n<strong>Monday</strong>\n\n8:30 AM               CAD       Building Permits\n\n10:00 AM             CAD       Ivey PMI\n\n6:00 PM                NZD       NZIER Business Confidence\n\n9:30 PM                AUD       NAB Business Confidence\n\n&nbsp;\n\n<strong>Tuesday</strong>\n\n4:30 AM               GBP       Manufacturing Production\n\n10:00 AM             USD       JOLTS Job Openings\n\n9:30 PM                CNY        CPI And PPI\n\n&nbsp;\n\n<strong>Wednesday</strong>\n\n10:30 AM             Crude Oil Inventories\n\n2:00 PM                USD       FOMC Meeting Minutes\n\n2:01 PM                USD       10 Year Bond Auction\n\n9:30 PM                AUD       Employment Change\n\n&nbsp;\n\n<strong>Thursday</strong>\n\nTentative             CNY        Trade Balance\n\n4:30 AM               GBP       Trade Balance\n\n7:00 AM               GBP       Official Bank Rate\n\n8:30 AM               USD       Unemployment Claims\n\n8:30 AM               Grains   Weekly Export Sales\n\n10:30 AM             USD       Natural Gas Storage\n\n&nbsp;\n\n<strong>Friday</strong>\n\n8:30 AM               CAD       Employment Change\n\n12:00 PM             Grains   Crop Production\n\n12:15 PM             Grains   Will Markets And Trade\n\n12:15 PM             Grains   World Agricultural Production\n\n&nbsp;','The Week Ahead in the Markets','','inherit','open','closed','','1910-autosave-v1','','','2014-07-07 00:27:40','2014-07-07 00:27:40','',1910,'http://www.thetradingroom.com/1910-autosave-v1/',0,'revision','',0),(1912,2,'2014-07-07 00:13:38','2014-07-07 00:13:38','<strong>From the desk of Joe Rios...</strong>\r\n\r\nThe stock indices continued to impress after an event filled 3 1/2 day trading week. The employment report was strong with a net job gain of 288k and a decline in the unemployment rate to 6.1%. The US 10 year note closed the week lower pushing the yield  towards 2.70%, the highest level since late April.\r\n\r\nThe rise in the US 10 year note yield helped drive the US dollar index higher. To no surprise to our quant traders which follow correlations closely, a rising US dollar along with a bullish US stock indices, the Japanese yen fell the sharpest. The British pound, Canadian dollar and US dollar were the out performers in the currency market.  In the commodity market Grains continued to slide lower led by Corn -7.4%, Soybeans -5.7% and Wheat -2.4%.  The outperformer was Copper, rising 4.0%.\r\n\r\nIn the week ahead I will continue to focus on the correlations, specifically between the stock  indices, Japanese Yen, US 10 year note and the US dollar. Crude oil closed the week lower sitting at a key support level from an uptrend, look for potential aggressive price action and volatility.\r\n\r\n<span style=\"font-family: \'Comic Sans MS\', cursive; font-size: large;\">Joe Rios</span>\r\n<span style=\"text-decoration: underline;\"><a href=\"http://www.riosquant.com/\">RiosQuant.com</a></span>\r\n\r\n_______________________________________________\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>The Trading Room </strong><strong>TradeLAB</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0588858b/TEST/2382afab9c\">https://www3.gotomeeting.com/register/137297046</a></strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><span data-term=\"goog_100455925\">Monday</span> through <span data-term=\"goog_100455926\">Friday</span> beginning at <span data-term=\"goog_100455927\">7:30 AM ET</span></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n_______________________________________________\r\n\r\n<strong>Insider\'s Quant (IQ) Room</strong>\r\n\r\n<strong>Advanced Concepts with Joe Rios</strong>\r\n\r\n<strong><span data-term=\"goog_100455928\">Monday</span>, <span data-term=\"goog_100455929\">Tuesday</span>, and <span data-term=\"goog_100455930\">Wednesday</span> beginning at <span data-term=\"goog_100455931\">1:30pm ET</span></strong>\r\n\r\n<strong>Subscription Only!</strong>\r\n\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Classes</strong>\r\n\r\n<em><strong><span data-term=\"goog_100455932\">Monday</span> beginning at <span data-term=\"goog_100455933\">7:30 PM ET</span></strong></em>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0588858b/TEST/eed5f0b11a\">https://www3.gotomeeting.com/register/653571414</a></strong>\r\n\r\n<strong>Topic: Identify Price Structure with GnosTick Levels</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<em><strong><span data-term=\"goog_100455934\">Wednesday</span> beginning at <span data-term=\"goog_100455935\">1:00 PM ET</span></strong></em>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0588858b/TEST/5182460133\">https://www3.gotomeeting.com/register/677975110</a></strong>\r\n\r\n<strong>Topic: Momentum Trading Oil and E-mini Stock Futures</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong><em><span data-term=\"goog_100455936\">Wednesday</span> beginning at <span data-term=\"goog_100455937\">7:30 PM ET</span></em></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0588858b/TEST/4a7df92a8e\">https://www3.gotomeeting.com/register/680038494</a></strong>\r\n\r\n<strong>Presenter: Edward Preston</strong>\r\n\r\n<strong>Topic: The Next Big Swing </strong>\r\n\r\n<hr />\r\n\r\n<em><strong><span data-term=\"goog_100455938\">Thursday</span> beginning at <span data-term=\"goog_100455939\">7:30 PM ET</span></strong></em>\r\n\r\n<strong>The RiosQuant 90 Day Training Program - Workshop</strong>\r\n\r\n<strong>Training Session 2 of 12 with Steve Schwartz</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0588858b/TEST/ae00a9ecca\">https://www3.gotomeeting.com/register/687896550</a></strong>\r\n\r\n<strong>Topic: Identifying  Momentum Breakouts </strong>\r\n\r\n<hr />\r\n\r\n<em><strong><span data-term=\"goog_100455940\">Saturday</span> beginning at <span data-term=\"goog_100455941\">11:00 AM ET</span></strong></em>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0588858b/TEST/5c9fedc8e9\">https://www3.gotomeeting.com/register/644246846</a></strong>\r\n\r\n<strong>Topic: RiosQuant Basics</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>Monday</strong>\r\n\r\n8:30 AM               CAD       Building Permits\r\n\r\n10:00 AM             CAD       Ivey PMI\r\n\r\n6:00 PM                NZD       NZIER Business Confidence\r\n\r\n9:30 PM                AUD       NAB Business Confidence\r\n\r\n&nbsp;\r\n\r\n<strong>Tuesday</strong>\r\n\r\n4:30 AM               GBP       Manufacturing Production\r\n\r\n10:00 AM             USD       JOLTS Job Openings\r\n\r\n9:30 PM                CNY        CPI And PPI\r\n\r\n&nbsp;\r\n\r\n<strong>Wednesday</strong>\r\n\r\n10:30 AM             Crude Oil Inventories\r\n\r\n2:00 PM                USD       FOMC Meeting Minutes\r\n\r\n2:01 PM                USD       10 Year Bond Auction\r\n\r\n9:30 PM                AUD       Employment Change\r\n\r\n&nbsp;\r\n\r\n<strong>Thursday</strong>\r\n\r\nTentative             CNY        Trade Balance\r\n\r\n4:30 AM               GBP       Trade Balance\r\n\r\n7:00 AM               GBP       Official Bank Rate\r\n\r\n8:30 AM               USD       Unemployment Claims\r\n\r\n8:30 AM               Grains   Weekly Export Sales\r\n\r\n10:30 AM             USD       Natural Gas Storage\r\n\r\n&nbsp;\r\n\r\n<strong>Friday</strong>\r\n\r\n8:30 AM               CAD       Employment Change\r\n\r\n12:00 PM             Grains   Crop Production\r\n\r\n12:15 PM             Grains   Will Markets And Trade\r\n\r\n12:15 PM             Grains   World Agricultural Production\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1910-revision-v1','','','2014-07-07 00:13:38','2014-07-07 00:13:38','',1910,'http://www.thetradingroom.com/1910-revision-v1/',0,'revision','',0),(1913,2,'2014-07-07 00:13:47','2014-07-07 00:13:47','<em>From the desk of Joe Rios...</em>\r\n\r\nThe stock indices continued to impress after an event filled 3 1/2 day trading week. The employment report was strong with a net job gain of 288k and a decline in the unemployment rate to 6.1%. The US 10 year note closed the week lower pushing the yield  towards 2.70%, the highest level since late April.\r\n\r\nThe rise in the US 10 year note yield helped drive the US dollar index higher. To no surprise to our quant traders which follow correlations closely, a rising US dollar along with a bullish US stock indices, the Japanese yen fell the sharpest. The British pound, Canadian dollar and US dollar were the out performers in the currency market.  In the commodity market Grains continued to slide lower led by Corn -7.4%, Soybeans -5.7% and Wheat -2.4%.  The outperformer was Copper, rising 4.0%.\r\n\r\nIn the week ahead I will continue to focus on the correlations, specifically between the stock  indices, Japanese Yen, US 10 year note and the US dollar. Crude oil closed the week lower sitting at a key support level from an uptrend, look for potential aggressive price action and volatility.\r\n\r\n<span style=\"font-family: \'Comic Sans MS\', cursive; font-size: large;\">Joe Rios</span>\r\n<span style=\"text-decoration: underline;\"><a href=\"http://www.riosquant.com/\">RiosQuant.com</a></span>\r\n\r\n_______________________________________________\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>The Trading Room </strong><strong>TradeLAB</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0588858b/TEST/2382afab9c\">https://www3.gotomeeting.com/register/137297046</a></strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><span data-term=\"goog_100455925\">Monday</span> through <span data-term=\"goog_100455926\">Friday</span> beginning at <span data-term=\"goog_100455927\">7:30 AM ET</span></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n_______________________________________________\r\n\r\n<strong>Insider\'s Quant (IQ) Room</strong>\r\n\r\n<strong>Advanced Concepts with Joe Rios</strong>\r\n\r\n<strong><span data-term=\"goog_100455928\">Monday</span>, <span data-term=\"goog_100455929\">Tuesday</span>, and <span data-term=\"goog_100455930\">Wednesday</span> beginning at <span data-term=\"goog_100455931\">1:30pm ET</span></strong>\r\n\r\n<strong>Subscription Only!</strong>\r\n\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Classes</strong>\r\n\r\n<em><strong><span data-term=\"goog_100455932\">Monday</span> beginning at <span data-term=\"goog_100455933\">7:30 PM ET</span></strong></em>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0588858b/TEST/eed5f0b11a\">https://www3.gotomeeting.com/register/653571414</a></strong>\r\n\r\n<strong>Topic: Identify Price Structure with GnosTick Levels</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<em><strong><span data-term=\"goog_100455934\">Wednesday</span> beginning at <span data-term=\"goog_100455935\">1:00 PM ET</span></strong></em>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0588858b/TEST/5182460133\">https://www3.gotomeeting.com/register/677975110</a></strong>\r\n\r\n<strong>Topic: Momentum Trading Oil and E-mini Stock Futures</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong><em><span data-term=\"goog_100455936\">Wednesday</span> beginning at <span data-term=\"goog_100455937\">7:30 PM ET</span></em></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0588858b/TEST/4a7df92a8e\">https://www3.gotomeeting.com/register/680038494</a></strong>\r\n\r\n<strong>Presenter: Edward Preston</strong>\r\n\r\n<strong>Topic: The Next Big Swing </strong>\r\n\r\n<hr />\r\n\r\n<em><strong><span data-term=\"goog_100455938\">Thursday</span> beginning at <span data-term=\"goog_100455939\">7:30 PM ET</span></strong></em>\r\n\r\n<strong>The RiosQuant 90 Day Training Program - Workshop</strong>\r\n\r\n<strong>Training Session 2 of 12 with Steve Schwartz</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0588858b/TEST/ae00a9ecca\">https://www3.gotomeeting.com/register/687896550</a></strong>\r\n\r\n<strong>Topic: Identifying  Momentum Breakouts </strong>\r\n\r\n<hr />\r\n\r\n<em><strong><span data-term=\"goog_100455940\">Saturday</span> beginning at <span data-term=\"goog_100455941\">11:00 AM ET</span></strong></em>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0588858b/TEST/5c9fedc8e9\">https://www3.gotomeeting.com/register/644246846</a></strong>\r\n\r\n<strong>Topic: RiosQuant Basics</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>Monday</strong>\r\n\r\n8:30 AM               CAD       Building Permits\r\n\r\n10:00 AM             CAD       Ivey PMI\r\n\r\n6:00 PM                NZD       NZIER Business Confidence\r\n\r\n9:30 PM                AUD       NAB Business Confidence\r\n\r\n&nbsp;\r\n\r\n<strong>Tuesday</strong>\r\n\r\n4:30 AM               GBP       Manufacturing Production\r\n\r\n10:00 AM             USD       JOLTS Job Openings\r\n\r\n9:30 PM                CNY        CPI And PPI\r\n\r\n&nbsp;\r\n\r\n<strong>Wednesday</strong>\r\n\r\n10:30 AM             Crude Oil Inventories\r\n\r\n2:00 PM                USD       FOMC Meeting Minutes\r\n\r\n2:01 PM                USD       10 Year Bond Auction\r\n\r\n9:30 PM                AUD       Employment Change\r\n\r\n&nbsp;\r\n\r\n<strong>Thursday</strong>\r\n\r\nTentative             CNY        Trade Balance\r\n\r\n4:30 AM               GBP       Trade Balance\r\n\r\n7:00 AM               GBP       Official Bank Rate\r\n\r\n8:30 AM               USD       Unemployment Claims\r\n\r\n8:30 AM               Grains   Weekly Export Sales\r\n\r\n10:30 AM             USD       Natural Gas Storage\r\n\r\n&nbsp;\r\n\r\n<strong>Friday</strong>\r\n\r\n8:30 AM               CAD       Employment Change\r\n\r\n12:00 PM             Grains   Crop Production\r\n\r\n12:15 PM             Grains   Will Markets And Trade\r\n\r\n12:15 PM             Grains   World Agricultural Production\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1910-revision-v1','','','2014-07-07 00:13:47','2014-07-07 00:13:47','',1910,'http://www.thetradingroom.com/1910-revision-v1/',0,'revision','',0),(1914,2,'2014-07-07 00:14:26','2014-07-07 00:14:26','<strong>From the desk of Joe Rios...</strong>\r\n\r\nThe stock indices continued to impress after an event filled 3 1/2 day trading week. The employment report was strong with a net job gain of 288k and a decline in the unemployment rate to 6.1%. The US 10 year note closed the week lower pushing the yield  towards 2.70%, the highest level since late April.\r\n\r\nThe rise in the US 10 year note yield helped drive the US dollar index higher. To no surprise to our quant traders which follow correlations closely, a rising US dollar along with a bullish US stock indices, the Japanese yen fell the sharpest. The British pound, Canadian dollar and US dollar were the out performers in the currency market.  In the commodity market Grains continued to slide lower led by Corn -7.4%, Soybeans -5.7% and Wheat -2.4%.  The outperformer was Copper, rising 4.0%.\r\n\r\nIn the week ahead I will continue to focus on the correlations, specifically between the stock  indices, Japanese Yen, US 10 year note and the US dollar. Crude oil closed the week lower sitting at a key support level from an uptrend, look for potential aggressive price action and volatility.\r\n\r\n<span style=\"font-family: \'Comic Sans MS\', cursive; font-size: large;\">Joe Rios</span>\r\n<span style=\"text-decoration: underline;\"><a href=\"http://www.riosquant.com/\">RiosQuant.com</a></span>\r\n\r\n_______________________________________________\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>The Trading Room </strong><strong>TradeLAB</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0588858b/TEST/2382afab9c\">https://www3.gotomeeting.com/register/137297046</a></strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><span data-term=\"goog_100455925\">Monday</span> through <span data-term=\"goog_100455926\">Friday</span> beginning at <span data-term=\"goog_100455927\">7:30 AM ET</span></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n_______________________________________________\r\n\r\n<strong>Insider\'s Quant (IQ) Room</strong>\r\n\r\n<strong>Advanced Concepts with Joe Rios</strong>\r\n\r\n<strong><span data-term=\"goog_100455928\">Monday</span>, <span data-term=\"goog_100455929\">Tuesday</span>, and <span data-term=\"goog_100455930\">Wednesday</span> beginning at <span data-term=\"goog_100455931\">1:30pm ET</span></strong>\r\n\r\n<strong>Subscription Only!</strong>\r\n\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Classes</strong>\r\n\r\n<em><strong><span data-term=\"goog_100455932\">Monday</span> beginning at <span data-term=\"goog_100455933\">7:30 PM ET</span></strong></em>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0588858b/TEST/eed5f0b11a\">https://www3.gotomeeting.com/register/653571414</a></strong>\r\n\r\n<strong>Topic: Identify Price Structure with GnosTick Levels</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<em><strong><span data-term=\"goog_100455934\">Wednesday</span> beginning at <span data-term=\"goog_100455935\">1:00 PM ET</span></strong></em>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0588858b/TEST/5182460133\">https://www3.gotomeeting.com/register/677975110</a></strong>\r\n\r\n<strong>Topic: Momentum Trading Oil and E-mini Stock Futures</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong><em><span data-term=\"goog_100455936\">Wednesday</span> beginning at <span data-term=\"goog_100455937\">7:30 PM ET</span></em></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0588858b/TEST/4a7df92a8e\">https://www3.gotomeeting.com/register/680038494</a></strong>\r\n\r\n<strong>Presenter: Edward Preston</strong>\r\n\r\n<strong>Topic: The Next Big Swing </strong>\r\n\r\n<hr />\r\n\r\n<em><strong><span data-term=\"goog_100455938\">Thursday</span> beginning at <span data-term=\"goog_100455939\">7:30 PM ET</span></strong></em>\r\n\r\n<strong>The RiosQuant 90 Day Training Program - Workshop</strong>\r\n\r\n<strong>Training Session 2 of 12 with Steve Schwartz</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0588858b/TEST/ae00a9ecca\">https://www3.gotomeeting.com/register/687896550</a></strong>\r\n\r\n<strong>Topic: Identifying  Momentum Breakouts </strong>\r\n\r\n<hr />\r\n\r\n<em><strong><span data-term=\"goog_100455940\">Saturday</span> beginning at <span data-term=\"goog_100455941\">11:00 AM ET</span></strong></em>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0588858b/TEST/5c9fedc8e9\">https://www3.gotomeeting.com/register/644246846</a></strong>\r\n\r\n<strong>Topic: RiosQuant Basics</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>Monday</strong>\r\n\r\n8:30 AM               CAD       Building Permits\r\n\r\n10:00 AM             CAD       Ivey PMI\r\n\r\n6:00 PM                NZD       NZIER Business Confidence\r\n\r\n9:30 PM                AUD       NAB Business Confidence\r\n\r\n&nbsp;\r\n\r\n<strong>Tuesday</strong>\r\n\r\n4:30 AM               GBP       Manufacturing Production\r\n\r\n10:00 AM             USD       JOLTS Job Openings\r\n\r\n9:30 PM                CNY        CPI And PPI\r\n\r\n&nbsp;\r\n\r\n<strong>Wednesday</strong>\r\n\r\n10:30 AM             Crude Oil Inventories\r\n\r\n2:00 PM                USD       FOMC Meeting Minutes\r\n\r\n2:01 PM                USD       10 Year Bond Auction\r\n\r\n9:30 PM                AUD       Employment Change\r\n\r\n&nbsp;\r\n\r\n<strong>Thursday</strong>\r\n\r\nTentative             CNY        Trade Balance\r\n\r\n4:30 AM               GBP       Trade Balance\r\n\r\n7:00 AM               GBP       Official Bank Rate\r\n\r\n8:30 AM               USD       Unemployment Claims\r\n\r\n8:30 AM               Grains   Weekly Export Sales\r\n\r\n10:30 AM             USD       Natural Gas Storage\r\n\r\n&nbsp;\r\n\r\n<strong>Friday</strong>\r\n\r\n8:30 AM               CAD       Employment Change\r\n\r\n12:00 PM             Grains   Crop Production\r\n\r\n12:15 PM             Grains   Will Markets And Trade\r\n\r\n12:15 PM             Grains   World Agricultural Production\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1910-revision-v1','','','2014-07-07 00:14:26','2014-07-07 00:14:26','',1910,'http://www.thetradingroom.com/1910-revision-v1/',0,'revision','',0),(1915,2,'2014-07-07 00:17:15','2014-07-07 00:17:15','<strong>From the desk of Joe Rios...</strong>\r\n\r\nThe stock indices continued to impress after an event filled 3 1/2 day trading week. The employment report was strong with a net job gain of 288k and a decline in the unemployment rate to 6.1%. The US 10 year note closed the week lower pushing the yield  towards 2.70%, the highest level since late April.\r\n\r\nThe rise in the US 10 year note yield helped drive the US dollar index higher. To no surprise to our quant traders which follow correlations closely, a rising US dollar along with a bullish US stock indices, the Japanese yen fell the sharpest. The British pound, Canadian dollar and US dollar were the out performers in the currency market.  In the commodity market Grains continued to slide lower led by Corn -7.4%, Soybeans -5.7% and Wheat -2.4%.  The outperformer was Copper, rising 4.0%.\r\n\r\nIn the week ahead I will continue to focus on the correlations, specifically between the stock  indices, Japanese Yen, US 10 year note and the US dollar. Crude oil closed the week lower sitting at a key support level from an uptrend, look for potential aggressive price action and volatility.\r\n\r\n<span style=\"font-family: \'Comic Sans MS\', cursive; font-size: large;\">Joe Rios</span>\r\n<span style=\"text-decoration: underline;\"><a href=\"http://www.riosquant.com/\">RiosQuant.com</a></span>\r\n\r\n_______________________________________________\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>The Trading Room </strong><strong>TradeLAB</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0588858b/TEST/2382afab9c\">https://www3.gotomeeting.com/register/137297046</a></strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><span data-term=\"goog_100455925\">Monday</span> through <span data-term=\"goog_100455926\">Friday</span> beginning at <span data-term=\"goog_100455927\">7:30 AM ET</span></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n_______________________________________________\r\n\r\n<strong>Insider\'s Quant (IQ) Room</strong>\r\n\r\n<strong>Advanced Concepts with Joe Rios</strong>\r\n\r\n<strong><span data-term=\"goog_100455928\">Monday</span>, <span data-term=\"goog_100455929\">Tuesday</span>, and <span data-term=\"goog_100455930\">Wednesday</span> beginning at <span data-term=\"goog_100455931\">1:30pm ET</span></strong>\r\n\r\n<strong>Subscription Only!</strong>\r\n\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Classes</strong>\r\n\r\n<em><strong><span data-term=\"goog_100455932\">Monday</span> beginning at <span data-term=\"goog_100455933\">7:30 PM ET</span></strong></em>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0588858b/TEST/eed5f0b11a\">https://www3.gotomeeting.com/register/653571414</a></strong>\r\n\r\n<strong>Topic: Identify Price Structure with GnosTick Levels</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<em><strong><span data-term=\"goog_100455934\">Wednesday</span> beginning at <span data-term=\"goog_100455935\">1:00 PM ET</span></strong></em>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0588858b/TEST/5182460133\">https://www3.gotomeeting.com/register/677975110</a></strong>\r\n\r\n<strong>Topic: Momentum Trading Oil and E-mini Stock Futures</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong><em><span data-term=\"goog_100455936\">Wednesday</span> beginning at <span data-term=\"goog_100455937\">7:30 PM ET</span></em></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0588858b/TEST/4a7df92a8e\">https://www3.gotomeeting.com/register/680038494</a></strong>\r\n\r\n<strong>Presenter: Edward Preston</strong>\r\n\r\n<strong>Topic: The Next Big Swing </strong>\r\n\r\n<hr />\r\n\r\n<em><strong><span data-term=\"goog_100455938\">Thursday</span> beginning at <span data-term=\"goog_100455939\">7:30 PM ET</span></strong></em>\r\n\r\n<strong>The RiosQuant 90 Day Training Program - Workshop</strong>\r\n\r\n<strong>Training Session 2 of 12 with Steve Schwartz</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0588858b/TEST/ae00a9ecca\">https://www3.gotomeeting.com/register/687896550</a></strong>\r\n\r\n<strong>Topic: Identifying  Momentum Breakouts </strong>\r\n\r\n<hr />\r\n\r\n<em><strong><span data-term=\"goog_100455940\">Saturday</span> beginning at <span data-term=\"goog_100455941\">11:00 AM ET</span></strong></em>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0588858b/TEST/5c9fedc8e9\">https://www3.gotomeeting.com/register/644246846</a></strong>\r\n\r\n<strong>Topic: RiosQuant Basics</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>Monday</strong>\r\n\r\n8:30 AM               CAD       Building Permits\r\n\r\n10:00 AM             CAD       Ivey PMI\r\n\r\n6:00 PM                NZD       NZIER Business Confidence\r\n\r\n9:30 PM                AUD       NAB Business Confidence\r\n\r\n&nbsp;\r\n\r\n<strong>Tuesday</strong>\r\n\r\n4:30 AM               GBP       Manufacturing Production\r\n\r\n10:00 AM             USD       JOLTS Job Openings\r\n\r\n9:30 PM                CNY        CPI And PPI\r\n\r\n&nbsp;\r\n\r\n<strong>Wednesday</strong>\r\n\r\n10:30 AM             Crude Oil Inventories\r\n\r\n2:00 PM                USD       FOMC Meeting Minutes\r\n\r\n2:01 PM                USD       10 Year Bond Auction\r\n\r\n9:30 PM                AUD       Employment Change\r\n\r\n&nbsp;\r\n\r\n<strong>Thursday</strong>\r\n\r\nTentative             CNY        Trade Balance\r\n\r\n4:30 AM               GBP       Trade Balance\r\n\r\n7:00 AM               GBP       Official Bank Rate\r\n\r\n8:30 AM               USD       Unemployment Claims\r\n\r\n8:30 AM               Grains   Weekly Export Sales\r\n\r\n10:30 AM             USD       Natural Gas Storage\r\n\r\n&nbsp;\r\n\r\n<strong>Friday</strong>\r\n\r\n8:30 AM               CAD       Employment Change\r\n\r\n12:00 PM             Grains   Crop Production\r\n\r\n12:15 PM             Grains   Will Markets And Trade\r\n\r\n12:15 PM             Grains   World Agricultural Production\r\n\r\n&nbsp;','The Week Ahead in the Markets','','inherit','open','closed','','1910-revision-v1','','','2014-07-07 00:17:15','2014-07-07 00:17:15','',1910,'http://www.thetradingroom.com/1910-revision-v1/',0,'revision','',0),(1917,2,'2014-07-07 00:27:42','2014-07-07 00:27:42','<strong>From the desk of Joe Rios...</strong>\r\n\r\nThe stock indices continued to impress after an event filled 3 1/2 day trading week. The employment report was strong with a net job gain of 288k and a decline in the unemployment rate to 6.1%. The US 10 year note closed the week lower pushing the yield  towards 2.70%, the highest level since late April.\r\n\r\nThe rise in the US 10 year note yield helped drive the US dollar index higher. The sell-off in the Japanese Yen came to no surprise to our quant traders. The correlation between a rising US dollar and US stock indices continues to have a negative impact on the yen. The British pound, Canadian dollar and US dollar were the out performers in the currency market.  In the commodity market Grains continued to slide lower led by Corn -7.4%, Soybeans -5.7% and Wheat -2.4%.  The outperformer was Copper, rising 4.0%.\r\n\r\nIn the week ahead I will continue to focus on the correlations, specifically between the stock  indices, Japanese Yen, US 10 year note and the US dollar. Crude oil closed the week lower sitting at a key support level from an uptrend, look for potential aggressive price action and volatility.\r\n\r\n<span style=\"font-family: \'Comic Sans MS\', cursive; font-size: large;\">Joe Rios</span>\r\n<span style=\"text-decoration: underline;\"><a href=\"http://www.riosquant.com/\">RiosQuant.com</a></span>\r\n\r\n_______________________________________________\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>The Trading Room </strong><strong>TradeLAB</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0588858b/TEST/2382afab9c\">https://www3.gotomeeting.com/register/137297046</a></strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><span data-term=\"goog_100455925\">Monday</span> through <span data-term=\"goog_100455926\">Friday</span> beginning at <span data-term=\"goog_100455927\">7:30 AM ET</span></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n_______________________________________________\r\n\r\n<strong>Insider\'s Quant (IQ) Room</strong>\r\n\r\n<strong>Advanced Concepts with Joe Rios</strong>\r\n\r\n<strong><span data-term=\"goog_100455928\">Monday</span>, <span data-term=\"goog_100455929\">Tuesday</span>, and <span data-term=\"goog_100455930\">Wednesday</span> beginning at <span data-term=\"goog_100455931\">1:30pm ET</span></strong>\r\n\r\n<strong>Subscription Only!</strong>\r\n\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop Classes</strong>\r\n\r\n<em><strong><span data-term=\"goog_100455932\">Monday</span> beginning at <span data-term=\"goog_100455933\">7:30 PM ET</span></strong></em>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0588858b/TEST/eed5f0b11a\">https://www3.gotomeeting.com/register/653571414</a></strong>\r\n\r\n<strong>Topic: Identify Price Structure with GnosTick Levels</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<em><strong><span data-term=\"goog_100455934\">Wednesday</span> beginning at <span data-term=\"goog_100455935\">1:00 PM ET</span></strong></em>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0588858b/TEST/5182460133\">https://www3.gotomeeting.com/register/677975110</a></strong>\r\n\r\n<strong>Topic: Momentum Trading Oil and E-mini Stock Futures</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong><em><span data-term=\"goog_100455936\">Wednesday</span> beginning at <span data-term=\"goog_100455937\">7:30 PM ET</span></em></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0588858b/TEST/4a7df92a8e\">https://www3.gotomeeting.com/register/680038494</a></strong>\r\n\r\n<strong>Presenter: Edward Preston</strong>\r\n\r\n<strong>Topic: The Next Big Swing </strong>\r\n\r\n<hr />\r\n\r\n<em><strong><span data-term=\"goog_100455938\">Thursday</span> beginning at <span data-term=\"goog_100455939\">7:30 PM ET</span></strong></em>\r\n\r\n<strong>The RiosQuant 90 Day Training Program - Workshop</strong>\r\n\r\n<strong>Training Session 2 of 12 with Steve Schwartz</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0588858b/TEST/ae00a9ecca\">https://www3.gotomeeting.com/register/687896550</a></strong>\r\n\r\n<strong>Topic: Identifying  Momentum Breakouts </strong>\r\n\r\n<hr />\r\n\r\n<em><strong><span data-term=\"goog_100455940\">Saturday</span> beginning at <span data-term=\"goog_100455941\">11:00 AM ET</span></strong></em>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0588858b/TEST/5c9fedc8e9\">https://www3.gotomeeting.com/register/644246846</a></strong>\r\n\r\n<strong>Topic: RiosQuant Basics</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>Monday</strong>\r\n\r\n8:30 AM               CAD       Building Permits\r\n\r\n10:00 AM             CAD       Ivey PMI\r\n\r\n6:00 PM                NZD       NZIER Business Confidence\r\n\r\n9:30 PM                AUD       NAB Business Confidence\r\n\r\n&nbsp;\r\n\r\n<strong>Tuesday</strong>\r\n\r\n4:30 AM               GBP       Manufacturing Production\r\n\r\n10:00 AM             USD       JOLTS Job Openings\r\n\r\n9:30 PM                CNY        CPI And PPI\r\n\r\n&nbsp;\r\n\r\n<strong>Wednesday</strong>\r\n\r\n10:30 AM             Crude Oil Inventories\r\n\r\n2:00 PM                USD       FOMC Meeting Minutes\r\n\r\n2:01 PM                USD       10 Year Bond Auction\r\n\r\n9:30 PM                AUD       Employment Change\r\n\r\n&nbsp;\r\n\r\n<strong>Thursday</strong>\r\n\r\nTentative             CNY        Trade Balance\r\n\r\n4:30 AM               GBP       Trade Balance\r\n\r\n7:00 AM               GBP       Official Bank Rate\r\n\r\n8:30 AM               USD       Unemployment Claims\r\n\r\n8:30 AM               Grains   Weekly Export Sales\r\n\r\n10:30 AM             USD       Natural Gas Storage\r\n\r\n&nbsp;\r\n\r\n<strong>Friday</strong>\r\n\r\n8:30 AM               CAD       Employment Change\r\n\r\n12:00 PM             Grains   Crop Production\r\n\r\n12:15 PM             Grains   Will Markets And Trade\r\n\r\n12:15 PM             Grains   World Agricultural Production\r\n\r\n&nbsp;','The Week Ahead in the Markets','','inherit','open','closed','','1910-revision-v1','','','2014-07-07 00:27:42','2014-07-07 00:27:42','',1910,'http://www.thetradingroom.com/1910-revision-v1/',0,'revision','',0),(1918,2,'2014-07-07 11:30:24','2014-07-07 11:30:24','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:15 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks fell, as investors assessed equity valuations following the biggest weekly rally since March. U.S. index futures also slid before the start of the earnings season, while Asian shares were little changed.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Goldman Sachs Group Inc. brought forward its forecast for the Federal Reserve to raise interest rates after U.S. employers added more jobs than forecast, sending five-year Treasuries lower for a fourth day.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Gold extended a decline from a three- month high as the outlook for higher borrowing costs in the U.S. strengthened the dollar. Silver also dropped.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The dollar rose to a one-week high against the euro as Goldman Sachs Group Inc. brought forward its forecast for higher U.S. interest rates and traders awaited the release of Federal Reserve minutes this week.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - CAD </span><span style=\"color: #000000;\">Building Permits m/m due at 8:30, CAD </span><span style=\"color: #000000;\">Ivey PMI at 10:00, NZD </span><span style=\"color: #000000;\">NZIER Business Confidence at 18:00, AUD </span><span style=\"color: #000000;\">NAB Business Confidence at 21:30 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-42','','','2014-07-07 11:30:24','2014-07-07 11:30:24','',0,'http://www.thetradingroom.com/?p=1918',0,'post','',0),(1919,2,'2014-07-07 11:30:24','2014-07-07 11:30:24','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:15 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks fell, as investors assessed equity valuations following the biggest weekly rally since March. U.S. index futures also slid before the start of the earnings season, while Asian shares were little changed.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Goldman Sachs Group Inc. brought forward its forecast for the Federal Reserve to raise interest rates after U.S. employers added more jobs than forecast, sending five-year Treasuries lower for a fourth day.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Gold extended a decline from a three- month high as the outlook for higher borrowing costs in the U.S. strengthened the dollar. Silver also dropped.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The dollar rose to a one-week high against the euro as Goldman Sachs Group Inc. brought forward its forecast for higher U.S. interest rates and traders awaited the release of Federal Reserve minutes this week.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - CAD </span><span style=\"color: #000000;\">Building Permits m/m due at 8:30, CAD </span><span style=\"color: #000000;\">Ivey PMI at 10:00, NZD </span><span style=\"color: #000000;\">NZIER Business Confidence at 18:00, AUD </span><span style=\"color: #000000;\">NAB Business Confidence at 21:30 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1918-revision-v1','','','2014-07-07 11:30:24','2014-07-07 11:30:24','',1918,'http://www.thetradingroom.com/1918-revision-v1/',0,'revision','',0),(1921,2,'2014-07-08 11:09:40','2014-07-08 11:09:40','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:05 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks fell for a third day, led by travel and leisure companies, after Air France-KLM Group cut its full-year profit forecast. U.S. stock futures and Asian shares were little changed.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Shorter-maturity Treasuries, which are most sensitive to changes in the Federal Reserve’s interest rate, underperformed their longer maturity peers before the U.S. sells $27 billion of three-year notes today.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Brent crude fell below $110 a barrel, reversing a rally that started when Islamist militants seized the northern Iraqi city of Mosul almost a month ago. West Texas Intermediate also traded near a one-month low.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The yen remained higher after a gain yesterday that was the biggest in a week, as U.S. stock futures pointed to declines in the Standard &amp; Poor’s 500 Index and after Japan reported a bigger-than-expected current-account surplus.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - US </span><span style=\"color: #000000;\">JOLTS Job Openings and GBP </span><span style=\"color: #000000;\">NIESR GDP Estimate due at 10:00, </span><span style=\"color: #000000;\">FOMC Member Kocherlakota Speaks at 13:45, CNY </span><span style=\"color: #000000;\">CPI y/y AT 21:30 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1920-revision-v1','','','2014-07-08 11:09:40','2014-07-08 11:09:40','',1920,'http://www.thetradingroom.com/1920-revision-v1/',0,'revision','',0),(1960,2,'2014-07-17 11:06:06','2014-07-17 11:06:06','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:00 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">Stocks in Europe fell, after rising the most since April yesterday, as the European Union and U.S. imposed further sanctions on Russia over Ukraine. U.S. stock- index futures slid and Asian shares were little changed.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">U.S. 30-year bonds returned six times what investors earned in the broader Treasury market over the past two weeks as forecasts for Federal Reserve interest- rate increases in 2015 hold back short-term notes.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Gold rose for a second-day in London as new sanctions on Russia increased haven demand and on speculation prices near a three-week low will spur more buying.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">Most currencies consolidated during the Asian and London trading session.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - <span style=\"font-family: Verdana, Helvetica, sans-serif;\">US </span></span><span style=\"color: #000000;\">Building Permits and </span><span style=\"color: #000000;\">Unemployment Claims due at 8:30,  </span><span style=\"color: #000000;\">Philly Fed Manufacturing Index at 10:00, </span><span style=\"color: #000000;\">Natural Gas Storage at 10:30, JPY </span><span style=\"color: #000000;\">Monetary Policy Meeting Minutes at 19:50 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-50','','','2014-07-17 11:06:06','2014-07-17 11:06:06','',0,'http://www.thetradingroom.com/?p=1960',0,'post','',0),(1923,2,'2014-07-09 11:01:05','2014-07-09 11:01:05','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:05 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks fell for a fourth day as investors awaited minutes from the Federal Reserve’s most recent meeting. U.S. equity-index futures were little changed, while Asian shares slid.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasuries halted a two-day gain before the Federal Reserve is scheduled to publish the minutes of its June 17-18 meeting.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Corn dropped to the lowest level in almost four years on expectations that a record harvest in the U.S., the biggest exporter, will boost global supplies. Soybeans headed for the longest run of losses since 2009.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The yen weakened against all but two of its 16 major peers before the Federal Reserve releases minutes of its June meeting.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - CAD </span><span style=\"color: #000000;\">Housing Starts due at 8:30, </span><span style=\"color: #000000;\">Crude Oil Inventories at 10:30, </span><span style=\"color: #000000;\">FOMC Meeting Minutes at 14:00, </span><span style=\"color: #000000;\">ECB President Draghi Speaks at 14:30, AUD </span><span style=\"color: #000000;\">Employment Change at 21:30 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-44','','','2014-07-09 11:01:05','2014-07-09 11:01:05','',0,'http://www.thetradingroom.com/?p=1923',0,'post','',0),(1924,2,'2014-07-09 11:01:05','2014-07-09 11:01:05','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:05 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks fell for a fourth day as investors awaited minutes from the Federal Reserve’s most recent meeting. U.S. equity-index futures were little changed, while Asian shares slid.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasuries halted a two-day gain before the Federal Reserve is scheduled to publish the minutes of its June 17-18 meeting.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Corn dropped to the lowest level in almost four years on expectations that a record harvest in the U.S., the biggest exporter, will boost global supplies. Soybeans headed for the longest run of losses since 2009.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The yen weakened against all but two of its 16 major peers before the Federal Reserve releases minutes of its June meeting.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - CAD </span><span style=\"color: #000000;\">Housing Starts due at 8:30, </span><span style=\"color: #000000;\">Crude Oil Inventories at 10:30, </span><span style=\"color: #000000;\">FOMC Meeting Minutes at 14:00, </span><span style=\"color: #000000;\">ECB President Draghi Speaks at 14:30, AUD </span><span style=\"color: #000000;\">Employment Change at 21:30 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1923-revision-v1','','','2014-07-09 11:01:05','2014-07-09 11:01:05','',1923,'http://www.thetradingroom.com/1923-revision-v1/',0,'revision','',0),(1934,2,'2014-07-14 11:03:40','2014-07-14 11:03:40','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:00 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks climbed, after the Stoxx Europe 600 Index posted its biggest weekly drop since March, as Shire Plc gained. U.S. stock futures and Asian shares also advanced.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasuries halted a five-day advance before U.S. reports this week that economists said will show gains in retail sales and industrial production.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Corn fell to the lowest level in four years, declining for a 10th day, after the U.S. Department of Agriculture said that global supplies are set to climb. Soybeans traded near the lowest level since October 2010.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - T</span></span><span style=\"color: #2a2a2a;\">The yen fell against all of its 16 major peers amid speculation central banks around the world will maintain accommodative monetary policy that boosts demand for higher-yielding assets.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - </span><span style=\"color: #000000;\">ECB President Draghi Speaks at 13:00, JPY </span><span style=\"color: #000000;\">Monetary Policy Statement (tentative), </span><span style=\"color: #000000;\">AUD </span><span style=\"color: #000000;\">Monetary Policy Meeting Minutes at 21:30 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-47','','','2014-07-14 11:03:40','2014-07-14 11:03:40','',0,'http://www.thetradingroom.com/?p=1934',0,'post','',0),(1935,2,'2014-07-14 11:03:40','2014-07-14 11:03:40','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:00 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks climbed, after the Stoxx Europe 600 Index posted its biggest weekly drop since March, as Shire Plc gained. U.S. stock futures and Asian shares also advanced.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasuries halted a five-day advance before U.S. reports this week that economists said will show gains in retail sales and industrial production.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Corn fell to the lowest level in four years, declining for a 10th day, after the U.S. Department of Agriculture said that global supplies are set to climb. Soybeans traded near the lowest level since October 2010.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - T</span></span><span style=\"color: #2a2a2a;\">The yen fell against all of its 16 major peers amid speculation central banks around the world will maintain accommodative monetary policy that boosts demand for higher-yielding assets.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - </span><span style=\"color: #000000;\">ECB President Draghi Speaks at 13:00, JPY </span><span style=\"color: #000000;\">Monetary Policy Statement (tentative), </span><span style=\"color: #000000;\">AUD </span><span style=\"color: #000000;\">Monetary Policy Meeting Minutes at 21:30 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1934-revision-v1','','','2014-07-14 11:03:40','2014-07-14 11:03:40','',1934,'http://www.thetradingroom.com/1934-revision-v1/',0,'revision','',0),(1936,2,'2014-07-15 11:28:40','2014-07-15 11:28:40','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:17 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">U.S. stock-index futures were little changed, after the Standard &amp; Poor’s 500 Index rebounded from its biggest weekly loss in three months, as investors awaited Federal Reserve Chair Janet Yellen’s testimony to Congress.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">A gauge of U.S. inflation expectations climbed to a five-month high before central bank Chair Janet Yellen speaks today and tomorrow, amid signs her efforts to spur prices and growth are bearing fruit.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">West Texas Intermediate crude traded near the lowest price in two months before inventory data measuring the strength of fuel demand in the U.S., the world’s biggest oil consumer.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The dollar strengthened against all but one of its 16 major peers before Federal Reserve Chair Janet Yellen testifies to U.S. lawmakers today and tomorrow.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - <span style=\"font-family: Verdana, Helvetica, sans-serif;\">US </span></span><span style=\"color: #000000;\">Core Retail Sales m/m due at 8:30, </span><span style=\"color: #000000;\">Fed Chair Yellen Testifies at 10:00, NZD </span><span style=\"color: #000000;\">CPI q/q at 18:45, CNY </span><span style=\"color: #000000;\">GDP q/y and </span><span style=\"color: #000000;\">Industrial Production y/y at 22:00 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-48','','','2014-07-15 11:28:40','2014-07-15 11:28:40','',0,'http://www.thetradingroom.com/?p=1936',0,'post','',0),(1937,2,'2014-07-15 11:28:40','2014-07-15 11:28:40','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:17 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">U.S. stock-index futures were little changed, after the Standard &amp; Poor’s 500 Index rebounded from its biggest weekly loss in three months, as investors awaited Federal Reserve Chair Janet Yellen’s testimony to Congress.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">A gauge of U.S. inflation expectations climbed to a five-month high before central bank Chair Janet Yellen speaks today and tomorrow, amid signs her efforts to spur prices and growth are bearing fruit.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">West Texas Intermediate crude traded near the lowest price in two months before inventory data measuring the strength of fuel demand in the U.S., the world’s biggest oil consumer.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The dollar strengthened against all but one of its 16 major peers before Federal Reserve Chair Janet Yellen testifies to U.S. lawmakers today and tomorrow.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - <span style=\"font-family: Verdana, Helvetica, sans-serif;\">US </span></span><span style=\"color: #000000;\">Core Retail Sales m/m due at 8:30, </span><span style=\"color: #000000;\">Fed Chair Yellen Testifies at 10:00, NZD </span><span style=\"color: #000000;\">CPI q/q at 18:45, CNY </span><span style=\"color: #000000;\">GDP q/y and </span><span style=\"color: #000000;\">Industrial Production y/y at 22:00 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1936-revision-v1','','','2014-07-15 11:28:40','2014-07-15 11:28:40','',1936,'http://www.thetradingroom.com/1936-revision-v1/',0,'revision','',0),(1938,2,'2014-07-16 11:10:16','2014-07-16 11:10:16','UPDATED  7:17 am ET\r\n\r\nSTOCKS - European stocks advanced, rebounding from yesterday’s decline, as a report showed China’s economy expanded at a better-than-expected pace, meeting the government’s target for growth this year. U.S. index futures and Asian shares were little changed.\r\n\r\nBONDS - Treasuries traded sideways, before Federal Reserve Chair Janet Yellen resumes testimony to lawmakers after saying yesterday monetary stimulus was still required.\r\n\r\nCOMMODITIES - West Texas Intermediate rose from the lowest price since May as crude stockpiles shrank in the U.S. Brent recovered from a three-month low as China’s economic growth exceeded forecasts.\r\n\r\nCURRENCIES - New Zealand’s dollar slumped the most in seven weeks after the consumer price index increased less than economists forecast and a gauge of dairy prices dropped to the lowest level since 2012.\r\n\r\nECONOMIC DATA - US PPI m/m and CAD Manufacturing Sales m/m due at 8:30, US Industrial Production m/m at 9:15, Fed CAD BOC Monetary Policy Report and Chair Yellen Testifies at 10:00, Crude Oil Inventories at 10:30, BOC Press Conference at 11:15 ET.','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-49','','','2014-07-16 11:10:16','2014-07-16 11:10:16','',0,'http://www.thetradingroom.com/?p=1938',0,'post','',0),(1939,2,'2014-07-16 11:10:16','2014-07-16 11:10:16','UPDATED  7:17 am ET\r\n\r\nSTOCKS - European stocks advanced, rebounding from yesterday’s decline, as a report showed China’s economy expanded at a better-than-expected pace, meeting the government’s target for growth this year. U.S. index futures and Asian shares were little changed.\r\n\r\nBONDS - Treasuries traded sideways, before Federal Reserve Chair Janet Yellen resumes testimony to lawmakers after saying yesterday monetary stimulus was still required.\r\n\r\nCOMMODITIES - West Texas Intermediate rose from the lowest price since May as crude stockpiles shrank in the U.S. Brent recovered from a three-month low as China’s economic growth exceeded forecasts.\r\n\r\nCURRENCIES - New Zealand’s dollar slumped the most in seven weeks after the consumer price index increased less than economists forecast and a gauge of dairy prices dropped to the lowest level since 2012.\r\n\r\nECONOMIC DATA - US PPI m/m and CAD Manufacturing Sales m/m due at 8:30, US Industrial Production m/m at 9:15, Fed CAD BOC Monetary Policy Report and Chair Yellen Testifies at 10:00, Crude Oil Inventories at 10:30, BOC Press Conference at 11:15 ET.','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1938-revision-v1','','','2014-07-16 11:10:16','2014-07-16 11:10:16','',1938,'http://www.thetradingroom.com/1938-revision-v1/',0,'revision','',0),(1940,2,'2014-07-16 11:41:30','2014-07-16 11:41:30','<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">The computer above is a Falcon F37X  that will run 12 monitors,  6 monitors 22 inch wide screen and 2 monitors 23 wide screen.</div>\r\n<div style=\"color: #222222;\">- Graham J.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/pierre-monitors1.jpg\"><img class=\"aligncenter size-full wp-image-1942\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/pierre-monitors1.jpg\" alt=\"pierre monitors1\" width=\"4128\" height=\"2322\" /></a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">The 4 monitors above are hooked up to 2 graphic cards housed in a core i 5 PC . Monitors bought on TigerDirect.com.</div>\r\n<div style=\"color: #222222;\">Pierre S. -</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/john-v-hunting.jpg\"><img class=\"aligncenter size-full wp-image-1944\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/john-v-hunting.jpg\" alt=\"john v hunting\" width=\"767\" height=\"444\" /></a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">A laptop will do when trading on the go!</div>\r\n<div style=\"color: #222222;\">John V. -</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/jim-daddy-dog.jpg\"><img class=\"aligncenter size-full wp-image-1946\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/jim-daddy-dog.jpg\" alt=\"jim daddy dog\" width=\"492\" height=\"476\" /></a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Below are very detailed and comprehensive specs.</div>\r\n<div style=\"color: #222222;\">Jim G. -</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Processor:</strong></div>\r\n<div style=\"color: #222222;\">Intel Core i7-3770K Ivy Bridge 3.5GHz (3.9GHz Turbo) LGA 1155 77W Quad-Core Desktop Processor Intel HD Graphics 4000 BX80637I73770K (mine is superclocked to 4.5 GHz)</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Make sure you get a High Performance Liquid Cooling Processor</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"> 22 nm Ivy Bridge 77W</div>\r\n<div style=\"color: #222222;\"> 8MB L3 Cache</div>\r\n<div style=\"color: #222222;\"> 4 x 256KB L2 Cache</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Motherboard:</strong>  Military Grade (mine is the ASUS Sabertooth Z77 but this is not the newest)</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Series: Core i7</div>\r\n<div style=\"color: #222222;\">L2 Cache: 4 x 256KB</div>\r\n<div style=\"color: #222222;\">L3 Cache: 8MB</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>RAM:</strong>  16GB DDR3</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">HD 1: 256 GB <strong>Solid State (Solid State HD\'s are 2+ x faster)</strong></div>\r\n<div style=\"color: #222222;\">HD 2: 1 Terabyte SATA III</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Video Card(s):</strong>  3 Cards cards to support 6 monitors (only 4 being used at present)</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong><span style=\"color: #9900ff;\">Monitors:</span></strong></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #222222;\">3 HP Pavilion 27xi backlit monitors &amp; 1, Apple 30\" backlit monitor (for currencies)</span></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">HP Pavilion 27xi Specs:</div>\r\n<div style=\"color: #222222;\">\r\n<table border=\"1\">\r\n<tbody>\r\n<tr>\r\n<td>Panel Type</td>\r\n<td>IPS w/LED backlight</td>\r\n</tr>\r\n<tr>\r\n<td>Resolution</td>\r\n<td>1920 x 1080 @ 60 Hz (Full HD)</td>\r\n</tr>\r\n<tr>\r\n<td>Dynamic Contrast Ratio</td>\r\n<td>10,000,000:1 <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote1\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">1</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>Dynamic Contrast Ratios during video playback only, depending on series of frames or time duration.</i>\r\n\r\nclose\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>Brightness</td>\r\n<td>250 cd/m² <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote2\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">2</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>All performance specifications represent the typical specifications provided by HP\'s component manufacturers; actual performance may vary, either higher or lower.</i>\r\n\r\nclose\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>Color Gamut</td>\r\n<td>72%</td>\r\n</tr>\r\n<tr>\r\n<td>Pixel Pitch</td>\r\n<td>0.311 mm\r\n102 pixels per inch</td>\r\n</tr>\r\n<tr>\r\n<td>Response Time</td>\r\n<td>7 ms <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote3\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">3</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>All performance specifications represent the typical specifications provided by HP\'s component manufacturers; actual performance may vary, either higher or lower.</i>\r\n\r\nclose\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>Input Connectors</td>\r\n<td>VGA\r\nDVI-D\r\nHDCP Support\r\nHDMI</td>\r\n</tr>\r\n<tr>\r\n<td>Power Supply</td>\r\n<td>External Power Supply</td>\r\n</tr>\r\n<tr>\r\n<td>Maximum Power Consumption</td>\r\n<td>35 W</td>\r\n</tr>\r\n<tr>\r\n<td>Energy Saving Mode</td>\r\n<td>&lt;0.5 W</td>\r\n</tr>\r\n<tr>\r\n<td>Tilt</td>\r\n<td>-5 to 25°</td>\r\n</tr>\r\n<tr>\r\n<td>Base</td>\r\n<td>Detachable</td>\r\n</tr>\r\n<tr>\r\n<td>Languages</td>\r\n<td>German, Simplified Chinese, Traditional Chinese, Japanese, English, Spanish, French, Italian, Dutch, Brazilian Portuguese</td>\r\n</tr>\r\n<tr>\r\n<td>Certifications</td>\r\n<td>Microsoft WHQL Certification\r\nCB, CE, FCC marking, ES 5.2, ErP, CSA/C-UL/C-ETL Mark,UL/CSA-NTRL/ETL-NRTL Mark, ICES</td>\r\n</tr>\r\n<tr>\r\n<td>On-Screen Display</td>\r\n<td>On-Screen Display User Controls\r\n-Brightness\r\n-Contrast\r\n-Color\r\n-Image Control\r\n-OSD Control\r\n-Management\r\n-Language\r\n-Information\r\n-Factory Reset\r\n-Input Control\r\n-Exit\r\nUser Programmable Modes\r\n-10\r\nMonitor Control Buttons\r\n-Menu, \"-\", \"+\" , \"OK\", Power Button</td>\r\n</tr>\r\n<tr>\r\n<td>Environmental Specifications</td>\r\n<td>LED Backlights: Mercury-free LED backlighting\r\nBacklight Lamp Life: 30,000 hours\r\nArsenic-Free: Arsenic-Free Display Glass* <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote4\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">4</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>*Arsenic and its compounds were not detected using U.S. EPA test methods 3052/6010b by ICP-AES with a MDL 10 ppm.</i>\r\n\r\nclose\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>Dimensions (WxHxD)</td>\r\n<td>24.99 x 17.87 x 7.56\" (63.47 x 45.38 x 19.20 cm)</td>\r\n</tr>\r\n<tr>\r\n<td>Weight</td>\r\n<td>11.68 lb (5.29 kg)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>','Trading Computer Specs from RiosQuant Members','','publish','open','closed','','riosquant-members-computer-specs','','','2014-07-16 12:00:32','2014-07-16 12:00:32','',0,'http://www.thetradingroom.com/?p=1940',0,'post','',0),(1941,2,'2014-07-16 11:22:08','2014-07-16 11:22:08','','graham computers','','inherit','open','closed','','graham-computers','','','2014-07-16 11:22:08','2014-07-16 11:22:08','',1940,'http://www.thetradingroom.com/wp-content/uploads/2014/07/graham-computers.jpg',0,'attachment','image/jpeg',0),(1942,2,'2014-07-16 11:25:37','2014-07-16 11:25:37','','pierre monitors1','','inherit','open','closed','','pierre-monitors1','','','2014-07-16 11:25:37','2014-07-16 11:25:37','',1940,'http://www.thetradingroom.com/wp-content/uploads/2014/07/pierre-monitors1.jpg',0,'attachment','image/jpeg',0),(1943,2,'2014-07-16 11:26:02','2014-07-16 11:26:02','<div style=\"color: #222222;\">Trading computer specs from RiosQuant members:</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/graham-computers.jpg\"><img class=\"aligncenter size-full wp-image-1941\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/graham-computers.jpg\" alt=\"graham computers\" width=\"1600\" height=\"1200\" /></a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">The computer is a Falcon F37X  that will run 12 monitors,  6 monitors 22 inch wide screen and 2 monitors 23 wide screen</div>\r\n<div style=\"color: #222222;\"> - Graham J.</div>\r\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/pierre-monitors1.jpg\"><img class=\"aligncenter size-full wp-image-1942\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/pierre-monitors1.jpg\" alt=\"pierre monitors1\" width=\"4128\" height=\"2322\" /></a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Jim G.-</div>\r\n<div style=\"color: #222222;\"><strong>Processor:</strong></div>\r\n<div style=\"color: #222222;\">Intel Core i7-3770K Ivy Bridge 3.5GHz (3.9GHz Turbo) LGA 1155 77W Quad-Core Desktop Processor Intel HD Graphics 4000 BX80637I73770K (mine is superclocked to 4.5 GHz)</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Make sure you get a High Performance Liquid Cooling Processor</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"> 22 nm Ivy Bridge 77W</div>\r\n<div style=\"color: #222222;\"> 8MB L3 Cache</div>\r\n<div style=\"color: #222222;\"> 4 x 256KB L2 Cache</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Motherboard:</strong>  Military Grade (mine is the ASUS Sabertooth Z77 but this is not the newest)</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Series: Core i7</div>\r\n<div style=\"color: #222222;\">L2 Cache: 4 x 256KB</div>\r\n<div style=\"color: #222222;\">L3 Cache: 8MB</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>RAM:</strong>  16GB DDR3</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">HD 1: 256 GB <strong>Solid State (Solid State HD\'s are 2+ x faster)</strong></div>\r\n<div style=\"color: #222222;\">HD 2: 1 Terabyte SATA III</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Video Card(s):</strong>  3 Cards cards to support 6 monitors (only 4 being used at present)</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong><span style=\"color: #9900ff;\">Monitors:</span></strong></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #222222;\">3 HP Pavilion 27xi backlit monitors &amp; 1, Apple 30\" backlit monitor (for currencies)</span></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">HP Pavilion 27xi Specs:</div>\r\n<div style=\"color: #222222;\">\r\n<table border=\"1\">\r\n<tbody>\r\n<tr>\r\n<td>Panel Type</td>\r\n<td>IPS w/LED backlight</td>\r\n</tr>\r\n<tr>\r\n<td>Resolution</td>\r\n<td>1920 x 1080 @ 60 Hz (Full HD)</td>\r\n</tr>\r\n<tr>\r\n<td>Dynamic Contrast Ratio</td>\r\n<td>10,000,000:1 <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote1\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">1</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>Dynamic Contrast Ratios during video playback only, depending on series of frames or time duration.</i>\r\n\r\nclose</div></td>\r\n</tr>\r\n<tr>\r\n<td>Brightness</td>\r\n<td>250 cd/m² <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote2\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">2</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>All performance specifications represent the typical specifications provided by HP\'s component manufacturers; actual performance may vary, either higher or lower.</i>\r\n\r\nclose</div></td>\r\n</tr>\r\n<tr>\r\n<td>Color Gamut</td>\r\n<td>72%</td>\r\n</tr>\r\n<tr>\r\n<td>Pixel Pitch</td>\r\n<td>0.311 mm\r\n102 pixels per inch</td>\r\n</tr>\r\n<tr>\r\n<td>Response Time</td>\r\n<td>7 ms <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote3\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">3</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>All performance specifications represent the typical specifications provided by HP\'s component manufacturers; actual performance may vary, either higher or lower.</i>\r\n\r\nclose</div></td>\r\n</tr>\r\n<tr>\r\n<td>Input Connectors</td>\r\n<td>VGA\r\nDVI-D\r\nHDCP Support\r\nHDMI</td>\r\n</tr>\r\n<tr>\r\n<td>Power Supply</td>\r\n<td>External Power Supply</td>\r\n</tr>\r\n<tr>\r\n<td>Maximum Power Consumption</td>\r\n<td>35 W</td>\r\n</tr>\r\n<tr>\r\n<td>Energy Saving Mode</td>\r\n<td>&lt;0.5 W</td>\r\n</tr>\r\n<tr>\r\n<td>Tilt</td>\r\n<td>-5 to 25°</td>\r\n</tr>\r\n<tr>\r\n<td>Base</td>\r\n<td>Detachable</td>\r\n</tr>\r\n<tr>\r\n<td>Languages</td>\r\n<td>German, Simplified Chinese, Traditional Chinese, Japanese, English, Spanish, French, Italian, Dutch, Brazilian Portuguese</td>\r\n</tr>\r\n<tr>\r\n<td>Certifications</td>\r\n<td>Microsoft WHQL Certification\r\nCB, CE, FCC marking, ES 5.2, ErP, CSA/C-UL/C-ETL Mark,UL/CSA-NTRL/ETL-NRTL Mark, ICES</td>\r\n</tr>\r\n<tr>\r\n<td>On-Screen Display</td>\r\n<td>On-Screen Display User Controls\r\n-Brightness\r\n-Contrast\r\n-Color\r\n-Image Control\r\n-OSD Control\r\n-Management\r\n-Language\r\n-Information\r\n-Factory Reset\r\n-Input Control\r\n-Exit\r\nUser Programmable Modes\r\n-10\r\nMonitor Control Buttons\r\n-Menu, \"-\", \"+\" , \"OK\", Power Button</td>\r\n</tr>\r\n<tr>\r\n<td>Environmental Specifications</td>\r\n<td>LED Backlights: Mercury-free LED backlighting\r\nBacklight Lamp Life: 30,000 hours\r\nArsenic-Free: Arsenic-Free Display Glass* <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote4\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">4</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>*Arsenic and its compounds were not detected using U.S. EPA test methods 3052/6010b by ICP-AES with a MDL 10 ppm.</i>\r\n\r\nclose</div></td>\r\n</tr>\r\n<tr>\r\n<td>Dimensions (WxHxD)</td>\r\n<td>24.99 x 17.87 x 7.56\" (63.47 x 45.38 x 19.20 cm)</td>\r\n</tr>\r\n<tr>\r\n<td>Weight</td>\r\n<td>11.68 lb (5.29 kg)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>','','','inherit','open','closed','','1940-revision-v1','','','2014-07-16 11:26:02','2014-07-16 11:26:02','',1940,'http://www.thetradingroom.com/1940-revision-v1/',0,'revision','',0),(1944,2,'2014-07-16 11:31:28','2014-07-16 11:31:28','','john v hunting','','inherit','open','closed','','john-v-hunting','','','2014-07-16 11:31:28','2014-07-16 11:31:28','',1940,'http://www.thetradingroom.com/wp-content/uploads/2014/07/john-v-hunting.jpg',0,'attachment','image/jpeg',0),(1945,2,'2014-07-16 11:32:17','2014-07-16 11:32:17','<div style=\"color: #222222;\">Trading computer specs and pics  from RiosQuant members:</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/graham-computers.jpg\"><img class=\"aligncenter size-full wp-image-1941\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/graham-computers.jpg\" alt=\"graham computers\" width=\"1600\" height=\"1200\" /></a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Graham J.  -</div>\r\n<div style=\"color: #222222;\">The computer is a Falcon F37X  that will run 12 monitors,  6 monitors 22 inch wide screen and 2 monitors 23 wide screen</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/pierre-monitors1.jpg\"><img class=\"aligncenter size-full wp-image-1942\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/pierre-monitors1.jpg\" alt=\"pierre monitors1\" width=\"4128\" height=\"2322\" /></a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Pierre S. -</div>\r\n<div style=\"color: #222222;\">4 monitors hooked up to 2 graphic cards housed in a core i 5 PC . Monitors bought on TigerDirect.com</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/john-v-hunting.jpg\"><img class=\"aligncenter size-full wp-image-1944\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/john-v-hunting.jpg\" alt=\"john v hunting\" width=\"767\" height=\"444\" /></a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">John V. -</div>\r\n<div style=\"color: #222222;\">A laptop will do when trading on the go!</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Jim G.-</div>\r\n<div style=\"color: #222222;\"><strong>Processor:</strong></div>\r\n<div style=\"color: #222222;\">Intel Core i7-3770K Ivy Bridge 3.5GHz (3.9GHz Turbo) LGA 1155 77W Quad-Core Desktop Processor Intel HD Graphics 4000 BX80637I73770K (mine is superclocked to 4.5 GHz)</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Make sure you get a High Performance Liquid Cooling Processor</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"> 22 nm Ivy Bridge 77W</div>\r\n<div style=\"color: #222222;\"> 8MB L3 Cache</div>\r\n<div style=\"color: #222222;\"> 4 x 256KB L2 Cache</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Motherboard:</strong>  Military Grade (mine is the ASUS Sabertooth Z77 but this is not the newest)</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Series: Core i7</div>\r\n<div style=\"color: #222222;\">L2 Cache: 4 x 256KB</div>\r\n<div style=\"color: #222222;\">L3 Cache: 8MB</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>RAM:</strong>  16GB DDR3</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">HD 1: 256 GB <strong>Solid State (Solid State HD\'s are 2+ x faster)</strong></div>\r\n<div style=\"color: #222222;\">HD 2: 1 Terabyte SATA III</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Video Card(s):</strong>  3 Cards cards to support 6 monitors (only 4 being used at present)</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong><span style=\"color: #9900ff;\">Monitors:</span></strong></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #222222;\">3 HP Pavilion 27xi backlit monitors &amp; 1, Apple 30\" backlit monitor (for currencies)</span></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">HP Pavilion 27xi Specs:</div>\r\n<div style=\"color: #222222;\">\r\n<table border=\"1\">\r\n<tbody>\r\n<tr>\r\n<td>Panel Type</td>\r\n<td>IPS w/LED backlight</td>\r\n</tr>\r\n<tr>\r\n<td>Resolution</td>\r\n<td>1920 x 1080 @ 60 Hz (Full HD)</td>\r\n</tr>\r\n<tr>\r\n<td>Dynamic Contrast Ratio</td>\r\n<td>10,000,000:1 <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote1\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">1</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>Dynamic Contrast Ratios during video playback only, depending on series of frames or time duration.</i>\r\n\r\nclose</div></td>\r\n</tr>\r\n<tr>\r\n<td>Brightness</td>\r\n<td>250 cd/m² <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote2\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">2</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>All performance specifications represent the typical specifications provided by HP\'s component manufacturers; actual performance may vary, either higher or lower.</i>\r\n\r\nclose</div></td>\r\n</tr>\r\n<tr>\r\n<td>Color Gamut</td>\r\n<td>72%</td>\r\n</tr>\r\n<tr>\r\n<td>Pixel Pitch</td>\r\n<td>0.311 mm\r\n102 pixels per inch</td>\r\n</tr>\r\n<tr>\r\n<td>Response Time</td>\r\n<td>7 ms <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote3\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">3</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>All performance specifications represent the typical specifications provided by HP\'s component manufacturers; actual performance may vary, either higher or lower.</i>\r\n\r\nclose</div></td>\r\n</tr>\r\n<tr>\r\n<td>Input Connectors</td>\r\n<td>VGA\r\nDVI-D\r\nHDCP Support\r\nHDMI</td>\r\n</tr>\r\n<tr>\r\n<td>Power Supply</td>\r\n<td>External Power Supply</td>\r\n</tr>\r\n<tr>\r\n<td>Maximum Power Consumption</td>\r\n<td>35 W</td>\r\n</tr>\r\n<tr>\r\n<td>Energy Saving Mode</td>\r\n<td>&lt;0.5 W</td>\r\n</tr>\r\n<tr>\r\n<td>Tilt</td>\r\n<td>-5 to 25°</td>\r\n</tr>\r\n<tr>\r\n<td>Base</td>\r\n<td>Detachable</td>\r\n</tr>\r\n<tr>\r\n<td>Languages</td>\r\n<td>German, Simplified Chinese, Traditional Chinese, Japanese, English, Spanish, French, Italian, Dutch, Brazilian Portuguese</td>\r\n</tr>\r\n<tr>\r\n<td>Certifications</td>\r\n<td>Microsoft WHQL Certification\r\nCB, CE, FCC marking, ES 5.2, ErP, CSA/C-UL/C-ETL Mark,UL/CSA-NTRL/ETL-NRTL Mark, ICES</td>\r\n</tr>\r\n<tr>\r\n<td>On-Screen Display</td>\r\n<td>On-Screen Display User Controls\r\n-Brightness\r\n-Contrast\r\n-Color\r\n-Image Control\r\n-OSD Control\r\n-Management\r\n-Language\r\n-Information\r\n-Factory Reset\r\n-Input Control\r\n-Exit\r\nUser Programmable Modes\r\n-10\r\nMonitor Control Buttons\r\n-Menu, \"-\", \"+\" , \"OK\", Power Button</td>\r\n</tr>\r\n<tr>\r\n<td>Environmental Specifications</td>\r\n<td>LED Backlights: Mercury-free LED backlighting\r\nBacklight Lamp Life: 30,000 hours\r\nArsenic-Free: Arsenic-Free Display Glass* <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote4\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">4</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>*Arsenic and its compounds were not detected using U.S. EPA test methods 3052/6010b by ICP-AES with a MDL 10 ppm.</i>\r\n\r\nclose</div></td>\r\n</tr>\r\n<tr>\r\n<td>Dimensions (WxHxD)</td>\r\n<td>24.99 x 17.87 x 7.56\" (63.47 x 45.38 x 19.20 cm)</td>\r\n</tr>\r\n<tr>\r\n<td>Weight</td>\r\n<td>11.68 lb (5.29 kg)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>','','','inherit','open','closed','','1940-revision-v1','','','2014-07-16 11:32:17','2014-07-16 11:32:17','',1940,'http://www.thetradingroom.com/1940-revision-v1/',0,'revision','',0),(1946,2,'2014-07-16 11:37:02','2014-07-16 11:37:02','','jim daddy dog','','inherit','open','closed','','jim-daddy-dog','','','2014-07-16 11:37:02','2014-07-16 11:37:02','',1940,'http://www.thetradingroom.com/wp-content/uploads/2014/07/jim-daddy-dog.jpg',0,'attachment','image/jpeg',0),(1952,2,'2014-07-16 11:46:46','2014-07-16 11:46:46','<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Graham J.  -</div>\r\n<div style=\"color: #222222;\">The computer is a Falcon F37X  that will run 12 monitors,  6 monitors 22 inch wide screen and 2 monitors 23 wide screen</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/pierre-monitors1.jpg\"><img class=\"aligncenter size-full wp-image-1942\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/pierre-monitors1.jpg\" alt=\"pierre monitors1\" width=\"4128\" height=\"2322\" /></a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Pierre S. -</div>\r\n<div style=\"color: #222222;\">4 monitors hooked up to 2 graphic cards housed in a core i 5 PC . Monitors bought on TigerDirect.com</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/john-v-hunting.jpg\"><img class=\"aligncenter size-full wp-image-1944\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/john-v-hunting.jpg\" alt=\"john v hunting\" width=\"767\" height=\"444\" /></a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">John V. -</div>\r\n<div style=\"color: #222222;\">A laptop will do when trading on the go!</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/jim-daddy-dog.jpg\"><img class=\"aligncenter size-full wp-image-1946\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/jim-daddy-dog.jpg\" alt=\"jim daddy dog\" width=\"492\" height=\"476\" /></a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Jim G.-</div>\r\n<div style=\"color: #222222;\">Here are detailed specs...</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Processor:</strong></div>\r\n<div style=\"color: #222222;\">Intel Core i7-3770K Ivy Bridge 3.5GHz (3.9GHz Turbo) LGA 1155 77W Quad-Core Desktop Processor Intel HD Graphics 4000 BX80637I73770K (mine is superclocked to 4.5 GHz)</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Make sure you get a High Performance Liquid Cooling Processor</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"> 22 nm Ivy Bridge 77W</div>\r\n<div style=\"color: #222222;\"> 8MB L3 Cache</div>\r\n<div style=\"color: #222222;\"> 4 x 256KB L2 Cache</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Motherboard:</strong>  Military Grade (mine is the ASUS Sabertooth Z77 but this is not the newest)</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Series: Core i7</div>\r\n<div style=\"color: #222222;\">L2 Cache: 4 x 256KB</div>\r\n<div style=\"color: #222222;\">L3 Cache: 8MB</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>RAM:</strong>  16GB DDR3</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">HD 1: 256 GB <strong>Solid State (Solid State HD\'s are 2+ x faster)</strong></div>\r\n<div style=\"color: #222222;\">HD 2: 1 Terabyte SATA III</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Video Card(s):</strong>  3 Cards cards to support 6 monitors (only 4 being used at present)</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong><span style=\"color: #9900ff;\">Monitors:</span></strong></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #222222;\">3 HP Pavilion 27xi backlit monitors &amp; 1, Apple 30\" backlit monitor (for currencies)</span></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">HP Pavilion 27xi Specs:</div>\r\n<div style=\"color: #222222;\">\r\n<table border=\"1\">\r\n<tbody>\r\n<tr>\r\n<td>Panel Type</td>\r\n<td>IPS w/LED backlight</td>\r\n</tr>\r\n<tr>\r\n<td>Resolution</td>\r\n<td>1920 x 1080 @ 60 Hz (Full HD)</td>\r\n</tr>\r\n<tr>\r\n<td>Dynamic Contrast Ratio</td>\r\n<td>10,000,000:1 <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote1\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">1</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>Dynamic Contrast Ratios during video playback only, depending on series of frames or time duration.</i>\r\n\r\nclose\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>Brightness</td>\r\n<td>250 cd/m² <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote2\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">2</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>All performance specifications represent the typical specifications provided by HP\'s component manufacturers; actual performance may vary, either higher or lower.</i>\r\n\r\nclose\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>Color Gamut</td>\r\n<td>72%</td>\r\n</tr>\r\n<tr>\r\n<td>Pixel Pitch</td>\r\n<td>0.311 mm\r\n102 pixels per inch</td>\r\n</tr>\r\n<tr>\r\n<td>Response Time</td>\r\n<td>7 ms <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote3\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">3</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>All performance specifications represent the typical specifications provided by HP\'s component manufacturers; actual performance may vary, either higher or lower.</i>\r\n\r\nclose\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>Input Connectors</td>\r\n<td>VGA\r\nDVI-D\r\nHDCP Support\r\nHDMI</td>\r\n</tr>\r\n<tr>\r\n<td>Power Supply</td>\r\n<td>External Power Supply</td>\r\n</tr>\r\n<tr>\r\n<td>Maximum Power Consumption</td>\r\n<td>35 W</td>\r\n</tr>\r\n<tr>\r\n<td>Energy Saving Mode</td>\r\n<td>&lt;0.5 W</td>\r\n</tr>\r\n<tr>\r\n<td>Tilt</td>\r\n<td>-5 to 25°</td>\r\n</tr>\r\n<tr>\r\n<td>Base</td>\r\n<td>Detachable</td>\r\n</tr>\r\n<tr>\r\n<td>Languages</td>\r\n<td>German, Simplified Chinese, Traditional Chinese, Japanese, English, Spanish, French, Italian, Dutch, Brazilian Portuguese</td>\r\n</tr>\r\n<tr>\r\n<td>Certifications</td>\r\n<td>Microsoft WHQL Certification\r\nCB, CE, FCC marking, ES 5.2, ErP, CSA/C-UL/C-ETL Mark,UL/CSA-NTRL/ETL-NRTL Mark, ICES</td>\r\n</tr>\r\n<tr>\r\n<td>On-Screen Display</td>\r\n<td>On-Screen Display User Controls\r\n-Brightness\r\n-Contrast\r\n-Color\r\n-Image Control\r\n-OSD Control\r\n-Management\r\n-Language\r\n-Information\r\n-Factory Reset\r\n-Input Control\r\n-Exit\r\nUser Programmable Modes\r\n-10\r\nMonitor Control Buttons\r\n-Menu, \"-\", \"+\" , \"OK\", Power Button</td>\r\n</tr>\r\n<tr>\r\n<td>Environmental Specifications</td>\r\n<td>LED Backlights: Mercury-free LED backlighting\r\nBacklight Lamp Life: 30,000 hours\r\nArsenic-Free: Arsenic-Free Display Glass* <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote4\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">4</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>*Arsenic and its compounds were not detected using U.S. EPA test methods 3052/6010b by ICP-AES with a MDL 10 ppm.</i>\r\n\r\nclose\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>Dimensions (WxHxD)</td>\r\n<td>24.99 x 17.87 x 7.56\" (63.47 x 45.38 x 19.20 cm)</td>\r\n</tr>\r\n<tr>\r\n<td>Weight</td>\r\n<td>11.68 lb (5.29 kg)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>','RiosQuant Members - Computer Specs','','inherit','open','closed','','1940-revision-v1','','','2014-07-16 11:46:46','2014-07-16 11:46:46','',1940,'http://www.thetradingroom.com/1940-revision-v1/',0,'revision','',0),(1947,2,'2014-07-16 11:37:44','2014-07-16 11:37:44','<div style=\"color: #222222;\">Trading computer specs and pics  from RiosQuant members:</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/graham-computers.jpg\"><img class=\"aligncenter size-full wp-image-1941\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/graham-computers.jpg\" alt=\"graham computers\" width=\"1600\" height=\"1200\" /></a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Graham J.  -</div>\r\n<div style=\"color: #222222;\">The computer is a Falcon F37X  that will run 12 monitors,  6 monitors 22 inch wide screen and 2 monitors 23 wide screen</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/pierre-monitors1.jpg\"><img class=\"aligncenter size-full wp-image-1942\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/pierre-monitors1.jpg\" alt=\"pierre monitors1\" width=\"4128\" height=\"2322\" /></a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Pierre S. -</div>\r\n<div style=\"color: #222222;\">4 monitors hooked up to 2 graphic cards housed in a core i 5 PC . Monitors bought on TigerDirect.com</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/john-v-hunting.jpg\"><img class=\"aligncenter size-full wp-image-1944\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/john-v-hunting.jpg\" alt=\"john v hunting\" width=\"767\" height=\"444\" /></a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">John V. -</div>\r\n<div style=\"color: #222222;\">A laptop will do when trading on the go!</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/jim-daddy-dog.jpg\"><img class=\"aligncenter size-full wp-image-1946\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/jim-daddy-dog.jpg\" alt=\"jim daddy dog\" width=\"492\" height=\"476\" /></a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Jim G.-</div>\r\n<div style=\"color: #222222;\">Here are detailed specs...</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Processor:</strong></div>\r\n<div style=\"color: #222222;\">Intel Core i7-3770K Ivy Bridge 3.5GHz (3.9GHz Turbo) LGA 1155 77W Quad-Core Desktop Processor Intel HD Graphics 4000 BX80637I73770K (mine is superclocked to 4.5 GHz)</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Make sure you get a High Performance Liquid Cooling Processor</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"> 22 nm Ivy Bridge 77W</div>\r\n<div style=\"color: #222222;\"> 8MB L3 Cache</div>\r\n<div style=\"color: #222222;\"> 4 x 256KB L2 Cache</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Motherboard:</strong>  Military Grade (mine is the ASUS Sabertooth Z77 but this is not the newest)</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Series: Core i7</div>\r\n<div style=\"color: #222222;\">L2 Cache: 4 x 256KB</div>\r\n<div style=\"color: #222222;\">L3 Cache: 8MB</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>RAM:</strong>  16GB DDR3</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">HD 1: 256 GB <strong>Solid State (Solid State HD\'s are 2+ x faster)</strong></div>\r\n<div style=\"color: #222222;\">HD 2: 1 Terabyte SATA III</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Video Card(s):</strong>  3 Cards cards to support 6 monitors (only 4 being used at present)</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong><span style=\"color: #9900ff;\">Monitors:</span></strong></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #222222;\">3 HP Pavilion 27xi backlit monitors &amp; 1, Apple 30\" backlit monitor (for currencies)</span></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">HP Pavilion 27xi Specs:</div>\r\n<div style=\"color: #222222;\">\r\n<table border=\"1\">\r\n<tbody>\r\n<tr>\r\n<td>Panel Type</td>\r\n<td>IPS w/LED backlight</td>\r\n</tr>\r\n<tr>\r\n<td>Resolution</td>\r\n<td>1920 x 1080 @ 60 Hz (Full HD)</td>\r\n</tr>\r\n<tr>\r\n<td>Dynamic Contrast Ratio</td>\r\n<td>10,000,000:1 <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote1\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">1</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>Dynamic Contrast Ratios during video playback only, depending on series of frames or time duration.</i>\r\n\r\nclose</div></td>\r\n</tr>\r\n<tr>\r\n<td>Brightness</td>\r\n<td>250 cd/m² <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote2\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">2</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>All performance specifications represent the typical specifications provided by HP\'s component manufacturers; actual performance may vary, either higher or lower.</i>\r\n\r\nclose</div></td>\r\n</tr>\r\n<tr>\r\n<td>Color Gamut</td>\r\n<td>72%</td>\r\n</tr>\r\n<tr>\r\n<td>Pixel Pitch</td>\r\n<td>0.311 mm\r\n102 pixels per inch</td>\r\n</tr>\r\n<tr>\r\n<td>Response Time</td>\r\n<td>7 ms <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote3\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">3</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>All performance specifications represent the typical specifications provided by HP\'s component manufacturers; actual performance may vary, either higher or lower.</i>\r\n\r\nclose</div></td>\r\n</tr>\r\n<tr>\r\n<td>Input Connectors</td>\r\n<td>VGA\r\nDVI-D\r\nHDCP Support\r\nHDMI</td>\r\n</tr>\r\n<tr>\r\n<td>Power Supply</td>\r\n<td>External Power Supply</td>\r\n</tr>\r\n<tr>\r\n<td>Maximum Power Consumption</td>\r\n<td>35 W</td>\r\n</tr>\r\n<tr>\r\n<td>Energy Saving Mode</td>\r\n<td>&lt;0.5 W</td>\r\n</tr>\r\n<tr>\r\n<td>Tilt</td>\r\n<td>-5 to 25°</td>\r\n</tr>\r\n<tr>\r\n<td>Base</td>\r\n<td>Detachable</td>\r\n</tr>\r\n<tr>\r\n<td>Languages</td>\r\n<td>German, Simplified Chinese, Traditional Chinese, Japanese, English, Spanish, French, Italian, Dutch, Brazilian Portuguese</td>\r\n</tr>\r\n<tr>\r\n<td>Certifications</td>\r\n<td>Microsoft WHQL Certification\r\nCB, CE, FCC marking, ES 5.2, ErP, CSA/C-UL/C-ETL Mark,UL/CSA-NTRL/ETL-NRTL Mark, ICES</td>\r\n</tr>\r\n<tr>\r\n<td>On-Screen Display</td>\r\n<td>On-Screen Display User Controls\r\n-Brightness\r\n-Contrast\r\n-Color\r\n-Image Control\r\n-OSD Control\r\n-Management\r\n-Language\r\n-Information\r\n-Factory Reset\r\n-Input Control\r\n-Exit\r\nUser Programmable Modes\r\n-10\r\nMonitor Control Buttons\r\n-Menu, \"-\", \"+\" , \"OK\", Power Button</td>\r\n</tr>\r\n<tr>\r\n<td>Environmental Specifications</td>\r\n<td>LED Backlights: Mercury-free LED backlighting\r\nBacklight Lamp Life: 30,000 hours\r\nArsenic-Free: Arsenic-Free Display Glass* <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote4\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">4</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>*Arsenic and its compounds were not detected using U.S. EPA test methods 3052/6010b by ICP-AES with a MDL 10 ppm.</i>\r\n\r\nclose</div></td>\r\n</tr>\r\n<tr>\r\n<td>Dimensions (WxHxD)</td>\r\n<td>24.99 x 17.87 x 7.56\" (63.47 x 45.38 x 19.20 cm)</td>\r\n</tr>\r\n<tr>\r\n<td>Weight</td>\r\n<td>11.68 lb (5.29 kg)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>','','','inherit','open','closed','','1940-revision-v1','','','2014-07-16 11:37:44','2014-07-16 11:37:44','',1940,'http://www.thetradingroom.com/1940-revision-v1/',0,'revision','',0),(1948,2,'2014-07-16 11:41:30','2014-07-16 11:41:30','<div style=\"color: #222222;\">Trading computer specs and pics  from RiosQuant members:</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/graham-computers.jpg\"><img class=\"aligncenter size-full wp-image-1941\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/graham-computers.jpg\" alt=\"graham computers\" width=\"1600\" height=\"1200\" /></a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Graham J.  -</div>\r\n<div style=\"color: #222222;\">The computer is a Falcon F37X  that will run 12 monitors,  6 monitors 22 inch wide screen and 2 monitors 23 wide screen</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/pierre-monitors1.jpg\"><img class=\"aligncenter size-full wp-image-1942\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/pierre-monitors1.jpg\" alt=\"pierre monitors1\" width=\"4128\" height=\"2322\" /></a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Pierre S. -</div>\r\n<div style=\"color: #222222;\">4 monitors hooked up to 2 graphic cards housed in a core i 5 PC . Monitors bought on TigerDirect.com</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/john-v-hunting.jpg\"><img class=\"aligncenter size-full wp-image-1944\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/john-v-hunting.jpg\" alt=\"john v hunting\" width=\"767\" height=\"444\" /></a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">John V. -</div>\r\n<div style=\"color: #222222;\">A laptop will do when trading on the go!</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/jim-daddy-dog.jpg\"><img class=\"aligncenter size-full wp-image-1946\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/jim-daddy-dog.jpg\" alt=\"jim daddy dog\" width=\"492\" height=\"476\" /></a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Jim G.-</div>\r\n<div style=\"color: #222222;\">Here are detailed specs...</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Processor:</strong></div>\r\n<div style=\"color: #222222;\">Intel Core i7-3770K Ivy Bridge 3.5GHz (3.9GHz Turbo) LGA 1155 77W Quad-Core Desktop Processor Intel HD Graphics 4000 BX80637I73770K (mine is superclocked to 4.5 GHz)</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Make sure you get a High Performance Liquid Cooling Processor</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"> 22 nm Ivy Bridge 77W</div>\r\n<div style=\"color: #222222;\"> 8MB L3 Cache</div>\r\n<div style=\"color: #222222;\"> 4 x 256KB L2 Cache</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Motherboard:</strong>  Military Grade (mine is the ASUS Sabertooth Z77 but this is not the newest)</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Series: Core i7</div>\r\n<div style=\"color: #222222;\">L2 Cache: 4 x 256KB</div>\r\n<div style=\"color: #222222;\">L3 Cache: 8MB</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>RAM:</strong>  16GB DDR3</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">HD 1: 256 GB <strong>Solid State (Solid State HD\'s are 2+ x faster)</strong></div>\r\n<div style=\"color: #222222;\">HD 2: 1 Terabyte SATA III</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Video Card(s):</strong>  3 Cards cards to support 6 monitors (only 4 being used at present)</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong><span style=\"color: #9900ff;\">Monitors:</span></strong></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #222222;\">3 HP Pavilion 27xi backlit monitors &amp; 1, Apple 30\" backlit monitor (for currencies)</span></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">HP Pavilion 27xi Specs:</div>\r\n<div style=\"color: #222222;\">\r\n<table border=\"1\">\r\n<tbody>\r\n<tr>\r\n<td>Panel Type</td>\r\n<td>IPS w/LED backlight</td>\r\n</tr>\r\n<tr>\r\n<td>Resolution</td>\r\n<td>1920 x 1080 @ 60 Hz (Full HD)</td>\r\n</tr>\r\n<tr>\r\n<td>Dynamic Contrast Ratio</td>\r\n<td>10,000,000:1 <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote1\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">1</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>Dynamic Contrast Ratios during video playback only, depending on series of frames or time duration.</i>\r\n\r\nclose</div></td>\r\n</tr>\r\n<tr>\r\n<td>Brightness</td>\r\n<td>250 cd/m² <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote2\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">2</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>All performance specifications represent the typical specifications provided by HP\'s component manufacturers; actual performance may vary, either higher or lower.</i>\r\n\r\nclose</div></td>\r\n</tr>\r\n<tr>\r\n<td>Color Gamut</td>\r\n<td>72%</td>\r\n</tr>\r\n<tr>\r\n<td>Pixel Pitch</td>\r\n<td>0.311 mm\r\n102 pixels per inch</td>\r\n</tr>\r\n<tr>\r\n<td>Response Time</td>\r\n<td>7 ms <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote3\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">3</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>All performance specifications represent the typical specifications provided by HP\'s component manufacturers; actual performance may vary, either higher or lower.</i>\r\n\r\nclose</div></td>\r\n</tr>\r\n<tr>\r\n<td>Input Connectors</td>\r\n<td>VGA\r\nDVI-D\r\nHDCP Support\r\nHDMI</td>\r\n</tr>\r\n<tr>\r\n<td>Power Supply</td>\r\n<td>External Power Supply</td>\r\n</tr>\r\n<tr>\r\n<td>Maximum Power Consumption</td>\r\n<td>35 W</td>\r\n</tr>\r\n<tr>\r\n<td>Energy Saving Mode</td>\r\n<td>&lt;0.5 W</td>\r\n</tr>\r\n<tr>\r\n<td>Tilt</td>\r\n<td>-5 to 25°</td>\r\n</tr>\r\n<tr>\r\n<td>Base</td>\r\n<td>Detachable</td>\r\n</tr>\r\n<tr>\r\n<td>Languages</td>\r\n<td>German, Simplified Chinese, Traditional Chinese, Japanese, English, Spanish, French, Italian, Dutch, Brazilian Portuguese</td>\r\n</tr>\r\n<tr>\r\n<td>Certifications</td>\r\n<td>Microsoft WHQL Certification\r\nCB, CE, FCC marking, ES 5.2, ErP, CSA/C-UL/C-ETL Mark,UL/CSA-NTRL/ETL-NRTL Mark, ICES</td>\r\n</tr>\r\n<tr>\r\n<td>On-Screen Display</td>\r\n<td>On-Screen Display User Controls\r\n-Brightness\r\n-Contrast\r\n-Color\r\n-Image Control\r\n-OSD Control\r\n-Management\r\n-Language\r\n-Information\r\n-Factory Reset\r\n-Input Control\r\n-Exit\r\nUser Programmable Modes\r\n-10\r\nMonitor Control Buttons\r\n-Menu, \"-\", \"+\" , \"OK\", Power Button</td>\r\n</tr>\r\n<tr>\r\n<td>Environmental Specifications</td>\r\n<td>LED Backlights: Mercury-free LED backlighting\r\nBacklight Lamp Life: 30,000 hours\r\nArsenic-Free: Arsenic-Free Display Glass* <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote4\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">4</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>*Arsenic and its compounds were not detected using U.S. EPA test methods 3052/6010b by ICP-AES with a MDL 10 ppm.</i>\r\n\r\nclose</div></td>\r\n</tr>\r\n<tr>\r\n<td>Dimensions (WxHxD)</td>\r\n<td>24.99 x 17.87 x 7.56\" (63.47 x 45.38 x 19.20 cm)</td>\r\n</tr>\r\n<tr>\r\n<td>Weight</td>\r\n<td>11.68 lb (5.29 kg)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>','RiosQuant Members - Computer Specs','','inherit','open','closed','','1940-revision-v1','','','2014-07-16 11:41:30','2014-07-16 11:41:30','',1940,'http://www.thetradingroom.com/1940-revision-v1/',0,'revision','',0),(1949,2,'2014-07-16 11:43:28','2014-07-16 11:43:28','<div style=\"color: #222222;\">Trading computer specs and pics  from RiosQuant members:</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/graham-computers.jpg\"><img class=\"aligncenter size-full wp-image-1941\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/graham-computers.jpg\" alt=\"graham computers\" width=\"1600\" height=\"1200\" /></a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Graham J.  -</div>\r\n<div style=\"color: #222222;\">The computer is a Falcon F37X  that will run 12 monitors,  6 monitors 22 inch wide screen and 2 monitors 23 wide screen</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/pierre-monitors1.jpg\"><img class=\"aligncenter size-full wp-image-1942\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/pierre-monitors1.jpg\" alt=\"pierre monitors1\" width=\"4128\" height=\"2322\" /></a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Pierre S. -</div>\r\n<div style=\"color: #222222;\">4 monitors hooked up to 2 graphic cards housed in a core i 5 PC . Monitors bought on TigerDirect.com</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/john-v-hunting.jpg\"><img class=\"aligncenter size-full wp-image-1944\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/john-v-hunting.jpg\" alt=\"john v hunting\" width=\"767\" height=\"444\" /></a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">John V. -</div>\r\n<div style=\"color: #222222;\">A laptop will do when trading on the go!</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/jim-daddy-dog.jpg\"><img class=\"aligncenter size-full wp-image-1946\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/jim-daddy-dog.jpg\" alt=\"jim daddy dog\" width=\"492\" height=\"476\" /></a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Jim G.-</div>\r\n<div style=\"color: #222222;\">Here are detailed specs...</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Processor:</strong></div>\r\n<div style=\"color: #222222;\">Intel Core i7-3770K Ivy Bridge 3.5GHz (3.9GHz Turbo) LGA 1155 77W Quad-Core Desktop Processor Intel HD Graphics 4000 BX80637I73770K (mine is superclocked to 4.5 GHz)</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Make sure you get a High Performance Liquid Cooling Processor</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"> 22 nm Ivy Bridge 77W</div>\r\n<div style=\"color: #222222;\"> 8MB L3 Cache</div>\r\n<div style=\"color: #222222;\"> 4 x 256KB L2 Cache</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Motherboard:</strong>  Military Grade (mine is the ASUS Sabertooth Z77 but this is not the newest)</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Series: Core i7</div>\r\n<div style=\"color: #222222;\">L2 Cache: 4 x 256KB</div>\r\n<div style=\"color: #222222;\">L3 Cache: 8MB</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>RAM:</strong>  16GB DDR3</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">HD 1: 256 GB <strong>Solid State (Solid State HD\'s are 2+ x faster)</strong></div>\r\n<div style=\"color: #222222;\">HD 2: 1 Terabyte SATA III</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Video Card(s):</strong>  3 Cards cards to support 6 monitors (only 4 being used at present)</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong><span style=\"color: #9900ff;\">Monitors:</span></strong></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #222222;\">3 HP Pavilion 27xi backlit monitors &amp; 1, Apple 30\" backlit monitor (for currencies)</span></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">HP Pavilion 27xi Specs:</div>\r\n<div style=\"color: #222222;\">\r\n<table border=\"1\">\r\n<tbody>\r\n<tr>\r\n<td>Panel Type</td>\r\n<td>IPS w/LED backlight</td>\r\n</tr>\r\n<tr>\r\n<td>Resolution</td>\r\n<td>1920 x 1080 @ 60 Hz (Full HD)</td>\r\n</tr>\r\n<tr>\r\n<td>Dynamic Contrast Ratio</td>\r\n<td>10,000,000:1 <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote1\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">1</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>Dynamic Contrast Ratios during video playback only, depending on series of frames or time duration.</i>\r\n\r\nclose\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>Brightness</td>\r\n<td>250 cd/m² <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote2\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">2</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>All performance specifications represent the typical specifications provided by HP\'s component manufacturers; actual performance may vary, either higher or lower.</i>\r\n\r\nclose\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>Color Gamut</td>\r\n<td>72%</td>\r\n</tr>\r\n<tr>\r\n<td>Pixel Pitch</td>\r\n<td>0.311 mm\r\n102 pixels per inch</td>\r\n</tr>\r\n<tr>\r\n<td>Response Time</td>\r\n<td>7 ms <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote3\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">3</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>All performance specifications represent the typical specifications provided by HP\'s component manufacturers; actual performance may vary, either higher or lower.</i>\r\n\r\nclose\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>Input Connectors</td>\r\n<td>VGA\r\nDVI-D\r\nHDCP Support\r\nHDMI</td>\r\n</tr>\r\n<tr>\r\n<td>Power Supply</td>\r\n<td>External Power Supply</td>\r\n</tr>\r\n<tr>\r\n<td>Maximum Power Consumption</td>\r\n<td>35 W</td>\r\n</tr>\r\n<tr>\r\n<td>Energy Saving Mode</td>\r\n<td>&lt;0.5 W</td>\r\n</tr>\r\n<tr>\r\n<td>Tilt</td>\r\n<td>-5 to 25°</td>\r\n</tr>\r\n<tr>\r\n<td>Base</td>\r\n<td>Detachable</td>\r\n</tr>\r\n<tr>\r\n<td>Languages</td>\r\n<td>German, Simplified Chinese, Traditional Chinese, Japanese, English, Spanish, French, Italian, Dutch, Brazilian Portuguese</td>\r\n</tr>\r\n<tr>\r\n<td>Certifications</td>\r\n<td>Microsoft WHQL Certification\r\nCB, CE, FCC marking, ES 5.2, ErP, CSA/C-UL/C-ETL Mark,UL/CSA-NTRL/ETL-NRTL Mark, ICES</td>\r\n</tr>\r\n<tr>\r\n<td>On-Screen Display</td>\r\n<td>On-Screen Display User Controls\r\n-Brightness\r\n-Contrast\r\n-Color\r\n-Image Control\r\n-OSD Control\r\n-Management\r\n-Language\r\n-Information\r\n-Factory Reset\r\n-Input Control\r\n-Exit\r\nUser Programmable Modes\r\n-10\r\nMonitor Control Buttons\r\n-Menu, \"-\", \"+\" , \"OK\", Power Button</td>\r\n</tr>\r\n<tr>\r\n<td>Environmental Specifications</td>\r\n<td>LED Backlights: Mercury-free LED backlighting\r\nBacklight Lamp Life: 30,000 hours\r\nArsenic-Free: Arsenic-Free Display Glass* <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote4\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">4</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>*Arsenic and its compounds were not detected using U.S. EPA test methods 3052/6010b by ICP-AES with a MDL 10 ppm.</i>\r\n\r\nclose\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>Dimensions (WxHxD)</td>\r\n<td>24.99 x 17.87 x 7.56\" (63.47 x 45.38 x 19.20 cm)</td>\r\n</tr>\r\n<tr>\r\n<td>Weight</td>\r\n<td>11.68 lb (5.29 kg)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>','RiosQuant Members - Computer Specs','','inherit','open','closed','','1940-revision-v1','','','2014-07-16 11:43:28','2014-07-16 11:43:28','',1940,'http://www.thetradingroom.com/1940-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1951,2,'2014-07-16 11:44:36','2014-07-16 11:44:36','<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Trading computer specs and pics  from RiosQuant members:</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Graham J.  -</div>\r\n<div style=\"color: #222222;\">The computer is a Falcon F37X  that will run 12 monitors,  6 monitors 22 inch wide screen and 2 monitors 23 wide screen</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/pierre-monitors1.jpg\"><img class=\"aligncenter size-full wp-image-1942\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/pierre-monitors1.jpg\" alt=\"pierre monitors1\" width=\"4128\" height=\"2322\" /></a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Pierre S. -</div>\r\n<div style=\"color: #222222;\">4 monitors hooked up to 2 graphic cards housed in a core i 5 PC . Monitors bought on TigerDirect.com</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/john-v-hunting.jpg\"><img class=\"aligncenter size-full wp-image-1944\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/john-v-hunting.jpg\" alt=\"john v hunting\" width=\"767\" height=\"444\" /></a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">John V. -</div>\r\n<div style=\"color: #222222;\">A laptop will do when trading on the go!</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/jim-daddy-dog.jpg\"><img class=\"aligncenter size-full wp-image-1946\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/jim-daddy-dog.jpg\" alt=\"jim daddy dog\" width=\"492\" height=\"476\" /></a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Jim G.-</div>\r\n<div style=\"color: #222222;\">Here are detailed specs...</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Processor:</strong></div>\r\n<div style=\"color: #222222;\">Intel Core i7-3770K Ivy Bridge 3.5GHz (3.9GHz Turbo) LGA 1155 77W Quad-Core Desktop Processor Intel HD Graphics 4000 BX80637I73770K (mine is superclocked to 4.5 GHz)</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Make sure you get a High Performance Liquid Cooling Processor</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"> 22 nm Ivy Bridge 77W</div>\r\n<div style=\"color: #222222;\"> 8MB L3 Cache</div>\r\n<div style=\"color: #222222;\"> 4 x 256KB L2 Cache</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Motherboard:</strong>  Military Grade (mine is the ASUS Sabertooth Z77 but this is not the newest)</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Series: Core i7</div>\r\n<div style=\"color: #222222;\">L2 Cache: 4 x 256KB</div>\r\n<div style=\"color: #222222;\">L3 Cache: 8MB</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>RAM:</strong>  16GB DDR3</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">HD 1: 256 GB <strong>Solid State (Solid State HD\'s are 2+ x faster)</strong></div>\r\n<div style=\"color: #222222;\">HD 2: 1 Terabyte SATA III</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Video Card(s):</strong>  3 Cards cards to support 6 monitors (only 4 being used at present)</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong><span style=\"color: #9900ff;\">Monitors:</span></strong></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #222222;\">3 HP Pavilion 27xi backlit monitors &amp; 1, Apple 30\" backlit monitor (for currencies)</span></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">HP Pavilion 27xi Specs:</div>\r\n<div style=\"color: #222222;\">\r\n<table border=\"1\">\r\n<tbody>\r\n<tr>\r\n<td>Panel Type</td>\r\n<td>IPS w/LED backlight</td>\r\n</tr>\r\n<tr>\r\n<td>Resolution</td>\r\n<td>1920 x 1080 @ 60 Hz (Full HD)</td>\r\n</tr>\r\n<tr>\r\n<td>Dynamic Contrast Ratio</td>\r\n<td>10,000,000:1 <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote1\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">1</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>Dynamic Contrast Ratios during video playback only, depending on series of frames or time duration.</i>\r\n\r\nclose\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>Brightness</td>\r\n<td>250 cd/m² <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote2\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">2</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>All performance specifications represent the typical specifications provided by HP\'s component manufacturers; actual performance may vary, either higher or lower.</i>\r\n\r\nclose\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>Color Gamut</td>\r\n<td>72%</td>\r\n</tr>\r\n<tr>\r\n<td>Pixel Pitch</td>\r\n<td>0.311 mm\r\n102 pixels per inch</td>\r\n</tr>\r\n<tr>\r\n<td>Response Time</td>\r\n<td>7 ms <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote3\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">3</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>All performance specifications represent the typical specifications provided by HP\'s component manufacturers; actual performance may vary, either higher or lower.</i>\r\n\r\nclose\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>Input Connectors</td>\r\n<td>VGA\r\nDVI-D\r\nHDCP Support\r\nHDMI</td>\r\n</tr>\r\n<tr>\r\n<td>Power Supply</td>\r\n<td>External Power Supply</td>\r\n</tr>\r\n<tr>\r\n<td>Maximum Power Consumption</td>\r\n<td>35 W</td>\r\n</tr>\r\n<tr>\r\n<td>Energy Saving Mode</td>\r\n<td>&lt;0.5 W</td>\r\n</tr>\r\n<tr>\r\n<td>Tilt</td>\r\n<td>-5 to 25°</td>\r\n</tr>\r\n<tr>\r\n<td>Base</td>\r\n<td>Detachable</td>\r\n</tr>\r\n<tr>\r\n<td>Languages</td>\r\n<td>German, Simplified Chinese, Traditional Chinese, Japanese, English, Spanish, French, Italian, Dutch, Brazilian Portuguese</td>\r\n</tr>\r\n<tr>\r\n<td>Certifications</td>\r\n<td>Microsoft WHQL Certification\r\nCB, CE, FCC marking, ES 5.2, ErP, CSA/C-UL/C-ETL Mark,UL/CSA-NTRL/ETL-NRTL Mark, ICES</td>\r\n</tr>\r\n<tr>\r\n<td>On-Screen Display</td>\r\n<td>On-Screen Display User Controls\r\n-Brightness\r\n-Contrast\r\n-Color\r\n-Image Control\r\n-OSD Control\r\n-Management\r\n-Language\r\n-Information\r\n-Factory Reset\r\n-Input Control\r\n-Exit\r\nUser Programmable Modes\r\n-10\r\nMonitor Control Buttons\r\n-Menu, \"-\", \"+\" , \"OK\", Power Button</td>\r\n</tr>\r\n<tr>\r\n<td>Environmental Specifications</td>\r\n<td>LED Backlights: Mercury-free LED backlighting\r\nBacklight Lamp Life: 30,000 hours\r\nArsenic-Free: Arsenic-Free Display Glass* <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote4\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">4</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>*Arsenic and its compounds were not detected using U.S. EPA test methods 3052/6010b by ICP-AES with a MDL 10 ppm.</i>\r\n\r\nclose\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>Dimensions (WxHxD)</td>\r\n<td>24.99 x 17.87 x 7.56\" (63.47 x 45.38 x 19.20 cm)</td>\r\n</tr>\r\n<tr>\r\n<td>Weight</td>\r\n<td>11.68 lb (5.29 kg)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>','RiosQuant Members - Computer Specs','','inherit','open','closed','','1940-revision-v1','','','2014-07-16 11:44:36','2014-07-16 11:44:36','',1940,'http://www.thetradingroom.com/1940-revision-v1/',0,'revision','',0),(1950,2,'2014-07-16 11:43:43','2014-07-16 11:43:43','<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Trading computer specs and pics  from RiosQuant members:</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/graham-computers.jpg\"><img class=\"aligncenter size-full wp-image-1941\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/graham-computers.jpg\" alt=\"graham computers\" width=\"1600\" height=\"1200\" /></a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Graham J.  -</div>\r\n<div style=\"color: #222222;\">The computer is a Falcon F37X  that will run 12 monitors,  6 monitors 22 inch wide screen and 2 monitors 23 wide screen</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/pierre-monitors1.jpg\"><img class=\"aligncenter size-full wp-image-1942\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/pierre-monitors1.jpg\" alt=\"pierre monitors1\" width=\"4128\" height=\"2322\" /></a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Pierre S. -</div>\r\n<div style=\"color: #222222;\">4 monitors hooked up to 2 graphic cards housed in a core i 5 PC . Monitors bought on TigerDirect.com</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/john-v-hunting.jpg\"><img class=\"aligncenter size-full wp-image-1944\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/john-v-hunting.jpg\" alt=\"john v hunting\" width=\"767\" height=\"444\" /></a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">John V. -</div>\r\n<div style=\"color: #222222;\">A laptop will do when trading on the go!</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/jim-daddy-dog.jpg\"><img class=\"aligncenter size-full wp-image-1946\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/jim-daddy-dog.jpg\" alt=\"jim daddy dog\" width=\"492\" height=\"476\" /></a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Jim G.-</div>\r\n<div style=\"color: #222222;\">Here are detailed specs...</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Processor:</strong></div>\r\n<div style=\"color: #222222;\">Intel Core i7-3770K Ivy Bridge 3.5GHz (3.9GHz Turbo) LGA 1155 77W Quad-Core Desktop Processor Intel HD Graphics 4000 BX80637I73770K (mine is superclocked to 4.5 GHz)</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Make sure you get a High Performance Liquid Cooling Processor</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"> 22 nm Ivy Bridge 77W</div>\r\n<div style=\"color: #222222;\"> 8MB L3 Cache</div>\r\n<div style=\"color: #222222;\"> 4 x 256KB L2 Cache</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Motherboard:</strong>  Military Grade (mine is the ASUS Sabertooth Z77 but this is not the newest)</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Series: Core i7</div>\r\n<div style=\"color: #222222;\">L2 Cache: 4 x 256KB</div>\r\n<div style=\"color: #222222;\">L3 Cache: 8MB</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>RAM:</strong>  16GB DDR3</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">HD 1: 256 GB <strong>Solid State (Solid State HD\'s are 2+ x faster)</strong></div>\r\n<div style=\"color: #222222;\">HD 2: 1 Terabyte SATA III</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Video Card(s):</strong>  3 Cards cards to support 6 monitors (only 4 being used at present)</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong><span style=\"color: #9900ff;\">Monitors:</span></strong></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #222222;\">3 HP Pavilion 27xi backlit monitors &amp; 1, Apple 30\" backlit monitor (for currencies)</span></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">HP Pavilion 27xi Specs:</div>\r\n<div style=\"color: #222222;\">\r\n<table border=\"1\">\r\n<tbody>\r\n<tr>\r\n<td>Panel Type</td>\r\n<td>IPS w/LED backlight</td>\r\n</tr>\r\n<tr>\r\n<td>Resolution</td>\r\n<td>1920 x 1080 @ 60 Hz (Full HD)</td>\r\n</tr>\r\n<tr>\r\n<td>Dynamic Contrast Ratio</td>\r\n<td>10,000,000:1 <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote1\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">1</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>Dynamic Contrast Ratios during video playback only, depending on series of frames or time duration.</i>\r\n\r\nclose\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>Brightness</td>\r\n<td>250 cd/m² <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote2\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">2</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>All performance specifications represent the typical specifications provided by HP\'s component manufacturers; actual performance may vary, either higher or lower.</i>\r\n\r\nclose\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>Color Gamut</td>\r\n<td>72%</td>\r\n</tr>\r\n<tr>\r\n<td>Pixel Pitch</td>\r\n<td>0.311 mm\r\n102 pixels per inch</td>\r\n</tr>\r\n<tr>\r\n<td>Response Time</td>\r\n<td>7 ms <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote3\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">3</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>All performance specifications represent the typical specifications provided by HP\'s component manufacturers; actual performance may vary, either higher or lower.</i>\r\n\r\nclose\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>Input Connectors</td>\r\n<td>VGA\r\nDVI-D\r\nHDCP Support\r\nHDMI</td>\r\n</tr>\r\n<tr>\r\n<td>Power Supply</td>\r\n<td>External Power Supply</td>\r\n</tr>\r\n<tr>\r\n<td>Maximum Power Consumption</td>\r\n<td>35 W</td>\r\n</tr>\r\n<tr>\r\n<td>Energy Saving Mode</td>\r\n<td>&lt;0.5 W</td>\r\n</tr>\r\n<tr>\r\n<td>Tilt</td>\r\n<td>-5 to 25°</td>\r\n</tr>\r\n<tr>\r\n<td>Base</td>\r\n<td>Detachable</td>\r\n</tr>\r\n<tr>\r\n<td>Languages</td>\r\n<td>German, Simplified Chinese, Traditional Chinese, Japanese, English, Spanish, French, Italian, Dutch, Brazilian Portuguese</td>\r\n</tr>\r\n<tr>\r\n<td>Certifications</td>\r\n<td>Microsoft WHQL Certification\r\nCB, CE, FCC marking, ES 5.2, ErP, CSA/C-UL/C-ETL Mark,UL/CSA-NTRL/ETL-NRTL Mark, ICES</td>\r\n</tr>\r\n<tr>\r\n<td>On-Screen Display</td>\r\n<td>On-Screen Display User Controls\r\n-Brightness\r\n-Contrast\r\n-Color\r\n-Image Control\r\n-OSD Control\r\n-Management\r\n-Language\r\n-Information\r\n-Factory Reset\r\n-Input Control\r\n-Exit\r\nUser Programmable Modes\r\n-10\r\nMonitor Control Buttons\r\n-Menu, \"-\", \"+\" , \"OK\", Power Button</td>\r\n</tr>\r\n<tr>\r\n<td>Environmental Specifications</td>\r\n<td>LED Backlights: Mercury-free LED backlighting\r\nBacklight Lamp Life: 30,000 hours\r\nArsenic-Free: Arsenic-Free Display Glass* <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote4\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">4</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>*Arsenic and its compounds were not detected using U.S. EPA test methods 3052/6010b by ICP-AES with a MDL 10 ppm.</i>\r\n\r\nclose\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>Dimensions (WxHxD)</td>\r\n<td>24.99 x 17.87 x 7.56\" (63.47 x 45.38 x 19.20 cm)</td>\r\n</tr>\r\n<tr>\r\n<td>Weight</td>\r\n<td>11.68 lb (5.29 kg)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>','RiosQuant Members - Computer Specs','','inherit','open','closed','','1940-revision-v1','','','2014-07-16 11:43:43','2014-07-16 11:43:43','',1940,'http://www.thetradingroom.com/1940-revision-v1/',0,'revision','',0),(1953,2,'2014-07-16 12:00:27','2014-07-16 12:00:27','<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\">The computer above is a Falcon F37X  that will run 12 monitors,  6 monitors 22 inch wide screen and 2 monitors 23 wide screen.</div>\n<div style=\"color: #222222;\">- Graham J.</div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\">\n\n<hr />\n\n</div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/pierre-monitors1.jpg\"><img class=\"aligncenter size-full wp-image-1942\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/pierre-monitors1.jpg\" alt=\"pierre monitors1\" width=\"4128\" height=\"2322\" /></a></div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\">The 4 monitors above are hooked up to 2 graphic cards housed in a core i 5 PC . Monitors bought on TigerDirect.com.</div>\n<div style=\"color: #222222;\">Pierre S. -</div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\">\n\n<hr />\n\n</div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/john-v-hunting.jpg\"><img class=\"aligncenter size-full wp-image-1944\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/john-v-hunting.jpg\" alt=\"john v hunting\" width=\"767\" height=\"444\" /></a></div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\">A laptop will do when trading on the go!</div>\n<div style=\"color: #222222;\">John V. -</div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\">\n\n<hr />\n\n</div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/jim-daddy-dog.jpg\"><img class=\"aligncenter size-full wp-image-1946\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/jim-daddy-dog.jpg\" alt=\"jim daddy dog\" width=\"492\" height=\"476\" /></a></div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\">Below are very detailed and comprehensive specs.</div>\n<div style=\"color: #222222;\">Jim G. -</div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\"><strong>Processor:</strong></div>\n<div style=\"color: #222222;\">Intel Core i7-3770K Ivy Bridge 3.5GHz (3.9GHz Turbo) LGA 1155 77W Quad-Core Desktop Processor Intel HD Graphics 4000 BX80637I73770K (mine is superclocked to 4.5 GHz)</div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\">Make sure you get a High Performance Liquid Cooling Processor</div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\"> 22 nm Ivy Bridge 77W</div>\n<div style=\"color: #222222;\"> 8MB L3 Cache</div>\n<div style=\"color: #222222;\"> 4 x 256KB L2 Cache</div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\"><strong>Motherboard:</strong>  Military Grade (mine is the ASUS Sabertooth Z77 but this is not the newest)</div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\">Series: Core i7</div>\n<div style=\"color: #222222;\">L2 Cache: 4 x 256KB</div>\n<div style=\"color: #222222;\">L3 Cache: 8MB</div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\"><strong>RAM:</strong>  16GB DDR3</div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\">HD 1: 256 GB <strong>Solid State (Solid State HD\'s are 2+ x faster)</strong></div>\n<div style=\"color: #222222;\">HD 2: 1 Terabyte SATA III</div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\"><strong>Video Card(s):</strong>  3 Cards cards to support 6 monitors (only 4 being used at present)</div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\"><strong><span style=\"color: #9900ff;\">Monitors:</span></strong></div>\n<div style=\"color: #222222;\"><span style=\"color: #222222;\">3 HP Pavilion 27xi backlit monitors &amp; 1, Apple 30\" backlit monitor (for currencies)</span></div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\">HP Pavilion 27xi Specs:</div>\n<div style=\"color: #222222;\">\n<table border=\"1\">\n<tbody>\n<tr>\n<td>Panel Type</td>\n<td>IPS w/LED backlight</td>\n</tr>\n<tr>\n<td>Resolution</td>\n<td>1920 x 1080 @ 60 Hz (Full HD)</td>\n</tr>\n<tr>\n<td>Dynamic Contrast Ratio</td>\n<td>10,000,000:1 <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote1\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">1</span></sup></a>\n<div>\n<h5>Please Note:</h5>\n<i>Dynamic Contrast Ratios during video playback only, depending on series of frames or time duration.</i>\n\nclose\n\n</div></td>\n</tr>\n<tr>\n<td>Brightness</td>\n<td>250 cd/m² <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote2\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">2</span></sup></a>\n<div>\n<h5>Please Note:</h5>\n<i>All performance specifications represent the typical specifications provided by HP\'s component manufacturers; actual performance may vary, either higher or lower.</i>\n\nclose\n\n</div></td>\n</tr>\n<tr>\n<td>Color Gamut</td>\n<td>72%</td>\n</tr>\n<tr>\n<td>Pixel Pitch</td>\n<td>0.311 mm\n102 pixels per inch</td>\n</tr>\n<tr>\n<td>Response Time</td>\n<td>7 ms <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote3\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">3</span></sup></a>\n<div>\n<h5>Please Note:</h5>\n<i>All performance specifications represent the typical specifications provided by HP\'s component manufacturers; actual performance may vary, either higher or lower.</i>\n\nclose\n\n</div></td>\n</tr>\n<tr>\n<td>Input Connectors</td>\n<td>VGA\nDVI-D\nHDCP Support\nHDMI</td>\n</tr>\n<tr>\n<td>Power Supply</td>\n<td>External Power Supply</td>\n</tr>\n<tr>\n<td>Maximum Power Consumption</td>\n<td>35 W</td>\n</tr>\n<tr>\n<td>Energy Saving Mode</td>\n<td>&lt;0.5 W</td>\n</tr>\n<tr>\n<td>Tilt</td>\n<td>-5 to 25°</td>\n</tr>\n<tr>\n<td>Base</td>\n<td>Detachable</td>\n</tr>\n<tr>\n<td>Languages</td>\n<td>German, Simplified Chinese, Traditional Chinese, Japanese, English, Spanish, French, Italian, Dutch, Brazilian Portuguese</td>\n</tr>\n<tr>\n<td>Certifications</td>\n<td>Microsoft WHQL Certification\nCB, CE, FCC marking, ES 5.2, ErP, CSA/C-UL/C-ETL Mark,UL/CSA-NTRL/ETL-NRTL Mark, ICES</td>\n</tr>\n<tr>\n<td>On-Screen Display</td>\n<td>On-Screen Display User Controls\n-Brightness\n-Contrast\n-Color\n-Image Control\n-OSD Control\n-Management\n-Language\n-Information\n-Factory Reset\n-Input Control\n-Exit\nUser Programmable Modes\n-10\nMonitor Control Buttons\n-Menu, \"-\", \"+\" , \"OK\", Power Button</td>\n</tr>\n<tr>\n<td>Environmental Specifications</td>\n<td>LED Backlights: Mercury-free LED backlighting\nBacklight Lamp Life: 30,000 hours\nArsenic-Free: Arsenic-Free Display Glass* <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote4\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">4</span></sup></a>\n<div>\n<h5>Please Note:</h5>\n<i>*Arsenic and its compounds were not detected using U.S. EPA test methods 3052/6010b by ICP-AES with a MDL 10 ppm.</i>\n\nclose\n\n</div></td>\n</tr>\n<tr>\n<td>Dimensions (WxHxD)</td>\n<td>24.99 x 17.87 x 7.56\" (63.47 x 45.38 x 19.20 cm)</td>\n</tr>\n<tr>\n<td>Weight</td>\n<td>11.68 lb (5.29 kg)</td>\n</tr>\n</tbody>\n</table>\n</div>','Trading Computer Specs from RiosQuant Members','','inherit','open','closed','','1940-autosave-v1','','','2014-07-16 12:00:27','2014-07-16 12:00:27','',1940,'http://www.thetradingroom.com/1940-autosave-v1/',0,'revision','',0),(1954,2,'2014-07-16 11:49:04','2014-07-16 11:49:04','<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Graham J.  -</div>\r\n<div style=\"color: #222222;\">The computer above is a Falcon F37X  that will run 12 monitors,  6 monitors 22 inch wide screen and 2 monitors 23 wide screen.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/pierre-monitors1.jpg\"><img class=\"aligncenter size-full wp-image-1942\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/pierre-monitors1.jpg\" alt=\"pierre monitors1\" width=\"4128\" height=\"2322\" /></a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Pierre S. -</div>\r\n<div style=\"color: #222222;\">4 monitors hooked up to 2 graphic cards housed in a core i 5 PC . Monitors bought on TigerDirect.com</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/john-v-hunting.jpg\"><img class=\"aligncenter size-full wp-image-1944\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/john-v-hunting.jpg\" alt=\"john v hunting\" width=\"767\" height=\"444\" /></a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">John V. -</div>\r\n<div style=\"color: #222222;\">A laptop will do when trading on the go!</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/jim-daddy-dog.jpg\"><img class=\"aligncenter size-full wp-image-1946\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/jim-daddy-dog.jpg\" alt=\"jim daddy dog\" width=\"492\" height=\"476\" /></a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Jim G.-</div>\r\n<div style=\"color: #222222;\">Here are detailed specs...</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Processor:</strong></div>\r\n<div style=\"color: #222222;\">Intel Core i7-3770K Ivy Bridge 3.5GHz (3.9GHz Turbo) LGA 1155 77W Quad-Core Desktop Processor Intel HD Graphics 4000 BX80637I73770K (mine is superclocked to 4.5 GHz)</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Make sure you get a High Performance Liquid Cooling Processor</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"> 22 nm Ivy Bridge 77W</div>\r\n<div style=\"color: #222222;\"> 8MB L3 Cache</div>\r\n<div style=\"color: #222222;\"> 4 x 256KB L2 Cache</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Motherboard:</strong>  Military Grade (mine is the ASUS Sabertooth Z77 but this is not the newest)</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Series: Core i7</div>\r\n<div style=\"color: #222222;\">L2 Cache: 4 x 256KB</div>\r\n<div style=\"color: #222222;\">L3 Cache: 8MB</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>RAM:</strong>  16GB DDR3</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">HD 1: 256 GB <strong>Solid State (Solid State HD\'s are 2+ x faster)</strong></div>\r\n<div style=\"color: #222222;\">HD 2: 1 Terabyte SATA III</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Video Card(s):</strong>  3 Cards cards to support 6 monitors (only 4 being used at present)</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong><span style=\"color: #9900ff;\">Monitors:</span></strong></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #222222;\">3 HP Pavilion 27xi backlit monitors &amp; 1, Apple 30\" backlit monitor (for currencies)</span></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">HP Pavilion 27xi Specs:</div>\r\n<div style=\"color: #222222;\">\r\n<table border=\"1\">\r\n<tbody>\r\n<tr>\r\n<td>Panel Type</td>\r\n<td>IPS w/LED backlight</td>\r\n</tr>\r\n<tr>\r\n<td>Resolution</td>\r\n<td>1920 x 1080 @ 60 Hz (Full HD)</td>\r\n</tr>\r\n<tr>\r\n<td>Dynamic Contrast Ratio</td>\r\n<td>10,000,000:1 <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote1\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">1</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>Dynamic Contrast Ratios during video playback only, depending on series of frames or time duration.</i>\r\n\r\nclose\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>Brightness</td>\r\n<td>250 cd/m² <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote2\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">2</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>All performance specifications represent the typical specifications provided by HP\'s component manufacturers; actual performance may vary, either higher or lower.</i>\r\n\r\nclose\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>Color Gamut</td>\r\n<td>72%</td>\r\n</tr>\r\n<tr>\r\n<td>Pixel Pitch</td>\r\n<td>0.311 mm\r\n102 pixels per inch</td>\r\n</tr>\r\n<tr>\r\n<td>Response Time</td>\r\n<td>7 ms <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote3\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">3</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>All performance specifications represent the typical specifications provided by HP\'s component manufacturers; actual performance may vary, either higher or lower.</i>\r\n\r\nclose\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>Input Connectors</td>\r\n<td>VGA\r\nDVI-D\r\nHDCP Support\r\nHDMI</td>\r\n</tr>\r\n<tr>\r\n<td>Power Supply</td>\r\n<td>External Power Supply</td>\r\n</tr>\r\n<tr>\r\n<td>Maximum Power Consumption</td>\r\n<td>35 W</td>\r\n</tr>\r\n<tr>\r\n<td>Energy Saving Mode</td>\r\n<td>&lt;0.5 W</td>\r\n</tr>\r\n<tr>\r\n<td>Tilt</td>\r\n<td>-5 to 25°</td>\r\n</tr>\r\n<tr>\r\n<td>Base</td>\r\n<td>Detachable</td>\r\n</tr>\r\n<tr>\r\n<td>Languages</td>\r\n<td>German, Simplified Chinese, Traditional Chinese, Japanese, English, Spanish, French, Italian, Dutch, Brazilian Portuguese</td>\r\n</tr>\r\n<tr>\r\n<td>Certifications</td>\r\n<td>Microsoft WHQL Certification\r\nCB, CE, FCC marking, ES 5.2, ErP, CSA/C-UL/C-ETL Mark,UL/CSA-NTRL/ETL-NRTL Mark, ICES</td>\r\n</tr>\r\n<tr>\r\n<td>On-Screen Display</td>\r\n<td>On-Screen Display User Controls\r\n-Brightness\r\n-Contrast\r\n-Color\r\n-Image Control\r\n-OSD Control\r\n-Management\r\n-Language\r\n-Information\r\n-Factory Reset\r\n-Input Control\r\n-Exit\r\nUser Programmable Modes\r\n-10\r\nMonitor Control Buttons\r\n-Menu, \"-\", \"+\" , \"OK\", Power Button</td>\r\n</tr>\r\n<tr>\r\n<td>Environmental Specifications</td>\r\n<td>LED Backlights: Mercury-free LED backlighting\r\nBacklight Lamp Life: 30,000 hours\r\nArsenic-Free: Arsenic-Free Display Glass* <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote4\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">4</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>*Arsenic and its compounds were not detected using U.S. EPA test methods 3052/6010b by ICP-AES with a MDL 10 ppm.</i>\r\n\r\nclose\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>Dimensions (WxHxD)</td>\r\n<td>24.99 x 17.87 x 7.56\" (63.47 x 45.38 x 19.20 cm)</td>\r\n</tr>\r\n<tr>\r\n<td>Weight</td>\r\n<td>11.68 lb (5.29 kg)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>','RiosQuant Members - Computer Specs','','inherit','open','closed','','1940-revision-v1','','','2014-07-16 11:49:04','2014-07-16 11:49:04','',1940,'http://www.thetradingroom.com/1940-revision-v1/',0,'revision','',0),(1955,2,'2014-07-16 11:52:06','2014-07-16 11:52:06','<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">The computer above is a Falcon F37X  that will run 12 monitors,  6 monitors 22 inch wide screen and 2 monitors 23 wide screen.</div>\r\n<div style=\"color: #222222;\">- Graham J.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/pierre-monitors1.jpg\"><img class=\"aligncenter size-full wp-image-1942\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/pierre-monitors1.jpg\" alt=\"pierre monitors1\" width=\"4128\" height=\"2322\" /></a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">The 4 monitors above are hooked up to 2 graphic cards housed in a core i 5 PC . Monitors bought on TigerDirect.com.</div>\r\n<div style=\"color: #222222;\">Pierre S. -</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/john-v-hunting.jpg\"><img class=\"aligncenter size-full wp-image-1944\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/john-v-hunting.jpg\" alt=\"john v hunting\" width=\"767\" height=\"444\" /></a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">A laptop will do when trading on the go!</div>\r\n<div style=\"color: #222222;\">John V. -</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/jim-daddy-dog.jpg\"><img class=\"aligncenter size-full wp-image-1946\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/jim-daddy-dog.jpg\" alt=\"jim daddy dog\" width=\"492\" height=\"476\" /></a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Below are very detailed specs.</div>\r\n<div style=\"color: #222222;\">Jim G. -</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Processor:</strong></div>\r\n<div style=\"color: #222222;\">Intel Core i7-3770K Ivy Bridge 3.5GHz (3.9GHz Turbo) LGA 1155 77W Quad-Core Desktop Processor Intel HD Graphics 4000 BX80637I73770K (mine is superclocked to 4.5 GHz)</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Make sure you get a High Performance Liquid Cooling Processor</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"> 22 nm Ivy Bridge 77W</div>\r\n<div style=\"color: #222222;\"> 8MB L3 Cache</div>\r\n<div style=\"color: #222222;\"> 4 x 256KB L2 Cache</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Motherboard:</strong>  Military Grade (mine is the ASUS Sabertooth Z77 but this is not the newest)</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Series: Core i7</div>\r\n<div style=\"color: #222222;\">L2 Cache: 4 x 256KB</div>\r\n<div style=\"color: #222222;\">L3 Cache: 8MB</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>RAM:</strong>  16GB DDR3</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">HD 1: 256 GB <strong>Solid State (Solid State HD\'s are 2+ x faster)</strong></div>\r\n<div style=\"color: #222222;\">HD 2: 1 Terabyte SATA III</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Video Card(s):</strong>  3 Cards cards to support 6 monitors (only 4 being used at present)</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong><span style=\"color: #9900ff;\">Monitors:</span></strong></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #222222;\">3 HP Pavilion 27xi backlit monitors &amp; 1, Apple 30\" backlit monitor (for currencies)</span></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">HP Pavilion 27xi Specs:</div>\r\n<div style=\"color: #222222;\">\r\n<table border=\"1\">\r\n<tbody>\r\n<tr>\r\n<td>Panel Type</td>\r\n<td>IPS w/LED backlight</td>\r\n</tr>\r\n<tr>\r\n<td>Resolution</td>\r\n<td>1920 x 1080 @ 60 Hz (Full HD)</td>\r\n</tr>\r\n<tr>\r\n<td>Dynamic Contrast Ratio</td>\r\n<td>10,000,000:1 <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote1\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">1</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>Dynamic Contrast Ratios during video playback only, depending on series of frames or time duration.</i>\r\n\r\nclose\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>Brightness</td>\r\n<td>250 cd/m² <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote2\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">2</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>All performance specifications represent the typical specifications provided by HP\'s component manufacturers; actual performance may vary, either higher or lower.</i>\r\n\r\nclose\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>Color Gamut</td>\r\n<td>72%</td>\r\n</tr>\r\n<tr>\r\n<td>Pixel Pitch</td>\r\n<td>0.311 mm\r\n102 pixels per inch</td>\r\n</tr>\r\n<tr>\r\n<td>Response Time</td>\r\n<td>7 ms <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote3\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">3</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>All performance specifications represent the typical specifications provided by HP\'s component manufacturers; actual performance may vary, either higher or lower.</i>\r\n\r\nclose\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>Input Connectors</td>\r\n<td>VGA\r\nDVI-D\r\nHDCP Support\r\nHDMI</td>\r\n</tr>\r\n<tr>\r\n<td>Power Supply</td>\r\n<td>External Power Supply</td>\r\n</tr>\r\n<tr>\r\n<td>Maximum Power Consumption</td>\r\n<td>35 W</td>\r\n</tr>\r\n<tr>\r\n<td>Energy Saving Mode</td>\r\n<td>&lt;0.5 W</td>\r\n</tr>\r\n<tr>\r\n<td>Tilt</td>\r\n<td>-5 to 25°</td>\r\n</tr>\r\n<tr>\r\n<td>Base</td>\r\n<td>Detachable</td>\r\n</tr>\r\n<tr>\r\n<td>Languages</td>\r\n<td>German, Simplified Chinese, Traditional Chinese, Japanese, English, Spanish, French, Italian, Dutch, Brazilian Portuguese</td>\r\n</tr>\r\n<tr>\r\n<td>Certifications</td>\r\n<td>Microsoft WHQL Certification\r\nCB, CE, FCC marking, ES 5.2, ErP, CSA/C-UL/C-ETL Mark,UL/CSA-NTRL/ETL-NRTL Mark, ICES</td>\r\n</tr>\r\n<tr>\r\n<td>On-Screen Display</td>\r\n<td>On-Screen Display User Controls\r\n-Brightness\r\n-Contrast\r\n-Color\r\n-Image Control\r\n-OSD Control\r\n-Management\r\n-Language\r\n-Information\r\n-Factory Reset\r\n-Input Control\r\n-Exit\r\nUser Programmable Modes\r\n-10\r\nMonitor Control Buttons\r\n-Menu, \"-\", \"+\" , \"OK\", Power Button</td>\r\n</tr>\r\n<tr>\r\n<td>Environmental Specifications</td>\r\n<td>LED Backlights: Mercury-free LED backlighting\r\nBacklight Lamp Life: 30,000 hours\r\nArsenic-Free: Arsenic-Free Display Glass* <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote4\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">4</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>*Arsenic and its compounds were not detected using U.S. EPA test methods 3052/6010b by ICP-AES with a MDL 10 ppm.</i>\r\n\r\nclose\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>Dimensions (WxHxD)</td>\r\n<td>24.99 x 17.87 x 7.56\" (63.47 x 45.38 x 19.20 cm)</td>\r\n</tr>\r\n<tr>\r\n<td>Weight</td>\r\n<td>11.68 lb (5.29 kg)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>','RiosQuant Members - Computer Specs','','inherit','open','closed','','1940-revision-v1','','','2014-07-16 11:52:06','2014-07-16 11:52:06','',1940,'http://www.thetradingroom.com/1940-revision-v1/',0,'revision','',0),(1956,2,'2014-07-16 11:52:57','2014-07-16 11:52:57','<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">The computer above is a Falcon F37X  that will run 12 monitors,  6 monitors 22 inch wide screen and 2 monitors 23 wide screen.</div>\r\n<div style=\"color: #222222;\">- Graham J.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/pierre-monitors1.jpg\"><img class=\"aligncenter size-full wp-image-1942\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/pierre-monitors1.jpg\" alt=\"pierre monitors1\" width=\"4128\" height=\"2322\" /></a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">The 4 monitors above are hooked up to 2 graphic cards housed in a core i 5 PC . Monitors bought on TigerDirect.com.</div>\r\n<div style=\"color: #222222;\">Pierre S. -</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/john-v-hunting.jpg\"><img class=\"aligncenter size-full wp-image-1944\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/john-v-hunting.jpg\" alt=\"john v hunting\" width=\"767\" height=\"444\" /></a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">A laptop will do when trading on the go!</div>\r\n<div style=\"color: #222222;\">John V. -</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/jim-daddy-dog.jpg\"><img class=\"aligncenter size-full wp-image-1946\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/jim-daddy-dog.jpg\" alt=\"jim daddy dog\" width=\"492\" height=\"476\" /></a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Below are very detailed specs.</div>\r\n<div style=\"color: #222222;\">Jim G. -</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Processor:</strong></div>\r\n<div style=\"color: #222222;\">Intel Core i7-3770K Ivy Bridge 3.5GHz (3.9GHz Turbo) LGA 1155 77W Quad-Core Desktop Processor Intel HD Graphics 4000 BX80637I73770K (mine is superclocked to 4.5 GHz)</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Make sure you get a High Performance Liquid Cooling Processor</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"> 22 nm Ivy Bridge 77W</div>\r\n<div style=\"color: #222222;\"> 8MB L3 Cache</div>\r\n<div style=\"color: #222222;\"> 4 x 256KB L2 Cache</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Motherboard:</strong>  Military Grade (mine is the ASUS Sabertooth Z77 but this is not the newest)</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Series: Core i7</div>\r\n<div style=\"color: #222222;\">L2 Cache: 4 x 256KB</div>\r\n<div style=\"color: #222222;\">L3 Cache: 8MB</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>RAM:</strong>  16GB DDR3</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">HD 1: 256 GB <strong>Solid State (Solid State HD\'s are 2+ x faster)</strong></div>\r\n<div style=\"color: #222222;\">HD 2: 1 Terabyte SATA III</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Video Card(s):</strong>  3 Cards cards to support 6 monitors (only 4 being used at present)</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong><span style=\"color: #9900ff;\">Monitors:</span></strong></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #222222;\">3 HP Pavilion 27xi backlit monitors &amp; 1, Apple 30\" backlit monitor (for currencies)</span></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">HP Pavilion 27xi Specs:</div>\r\n<div style=\"color: #222222;\">\r\n<table border=\"1\">\r\n<tbody>\r\n<tr>\r\n<td>Panel Type</td>\r\n<td>IPS w/LED backlight</td>\r\n</tr>\r\n<tr>\r\n<td>Resolution</td>\r\n<td>1920 x 1080 @ 60 Hz (Full HD)</td>\r\n</tr>\r\n<tr>\r\n<td>Dynamic Contrast Ratio</td>\r\n<td>10,000,000:1 <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote1\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">1</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>Dynamic Contrast Ratios during video playback only, depending on series of frames or time duration.</i>\r\n\r\nclose\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>Brightness</td>\r\n<td>250 cd/m² <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote2\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">2</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>All performance specifications represent the typical specifications provided by HP\'s component manufacturers; actual performance may vary, either higher or lower.</i>\r\n\r\nclose\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>Color Gamut</td>\r\n<td>72%</td>\r\n</tr>\r\n<tr>\r\n<td>Pixel Pitch</td>\r\n<td>0.311 mm\r\n102 pixels per inch</td>\r\n</tr>\r\n<tr>\r\n<td>Response Time</td>\r\n<td>7 ms <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote3\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">3</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>All performance specifications represent the typical specifications provided by HP\'s component manufacturers; actual performance may vary, either higher or lower.</i>\r\n\r\nclose\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>Input Connectors</td>\r\n<td>VGA\r\nDVI-D\r\nHDCP Support\r\nHDMI</td>\r\n</tr>\r\n<tr>\r\n<td>Power Supply</td>\r\n<td>External Power Supply</td>\r\n</tr>\r\n<tr>\r\n<td>Maximum Power Consumption</td>\r\n<td>35 W</td>\r\n</tr>\r\n<tr>\r\n<td>Energy Saving Mode</td>\r\n<td>&lt;0.5 W</td>\r\n</tr>\r\n<tr>\r\n<td>Tilt</td>\r\n<td>-5 to 25°</td>\r\n</tr>\r\n<tr>\r\n<td>Base</td>\r\n<td>Detachable</td>\r\n</tr>\r\n<tr>\r\n<td>Languages</td>\r\n<td>German, Simplified Chinese, Traditional Chinese, Japanese, English, Spanish, French, Italian, Dutch, Brazilian Portuguese</td>\r\n</tr>\r\n<tr>\r\n<td>Certifications</td>\r\n<td>Microsoft WHQL Certification\r\nCB, CE, FCC marking, ES 5.2, ErP, CSA/C-UL/C-ETL Mark,UL/CSA-NTRL/ETL-NRTL Mark, ICES</td>\r\n</tr>\r\n<tr>\r\n<td>On-Screen Display</td>\r\n<td>On-Screen Display User Controls\r\n-Brightness\r\n-Contrast\r\n-Color\r\n-Image Control\r\n-OSD Control\r\n-Management\r\n-Language\r\n-Information\r\n-Factory Reset\r\n-Input Control\r\n-Exit\r\nUser Programmable Modes\r\n-10\r\nMonitor Control Buttons\r\n-Menu, \"-\", \"+\" , \"OK\", Power Button</td>\r\n</tr>\r\n<tr>\r\n<td>Environmental Specifications</td>\r\n<td>LED Backlights: Mercury-free LED backlighting\r\nBacklight Lamp Life: 30,000 hours\r\nArsenic-Free: Arsenic-Free Display Glass* <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote4\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">4</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>*Arsenic and its compounds were not detected using U.S. EPA test methods 3052/6010b by ICP-AES with a MDL 10 ppm.</i>\r\n\r\nclose\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>Dimensions (WxHxD)</td>\r\n<td>24.99 x 17.87 x 7.56\" (63.47 x 45.38 x 19.20 cm)</td>\r\n</tr>\r\n<tr>\r\n<td>Weight</td>\r\n<td>11.68 lb (5.29 kg)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>','RiosQuant Members - Computer Specs','','inherit','open','closed','','1940-revision-v1','','','2014-07-16 11:52:57','2014-07-16 11:52:57','',1940,'http://www.thetradingroom.com/1940-revision-v1/',0,'revision','',0),(1957,2,'2014-07-16 11:53:58','2014-07-16 11:53:58','<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">The computer above is a Falcon F37X  that will run 12 monitors,  6 monitors 22 inch wide screen and 2 monitors 23 wide screen.</div>\r\n<div style=\"color: #222222;\">- Graham J.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/pierre-monitors1.jpg\"><img class=\"aligncenter size-full wp-image-1942\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/pierre-monitors1.jpg\" alt=\"pierre monitors1\" width=\"4128\" height=\"2322\" /></a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">The 4 monitors above are hooked up to 2 graphic cards housed in a core i 5 PC . Monitors bought on TigerDirect.com.</div>\r\n<div style=\"color: #222222;\">Pierre S. -</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/john-v-hunting.jpg\"><img class=\"aligncenter size-full wp-image-1944\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/john-v-hunting.jpg\" alt=\"john v hunting\" width=\"767\" height=\"444\" /></a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">A laptop will do when trading on the go!</div>\r\n<div style=\"color: #222222;\">John V. -</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/jim-daddy-dog.jpg\"><img class=\"aligncenter size-full wp-image-1946\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/jim-daddy-dog.jpg\" alt=\"jim daddy dog\" width=\"492\" height=\"476\" /></a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Below are very detailed specs.</div>\r\n<div style=\"color: #222222;\">Jim G. -</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Processor:</strong></div>\r\n<div style=\"color: #222222;\">Intel Core i7-3770K Ivy Bridge 3.5GHz (3.9GHz Turbo) LGA 1155 77W Quad-Core Desktop Processor Intel HD Graphics 4000 BX80637I73770K (mine is superclocked to 4.5 GHz)</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Make sure you get a High Performance Liquid Cooling Processor</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"> 22 nm Ivy Bridge 77W</div>\r\n<div style=\"color: #222222;\"> 8MB L3 Cache</div>\r\n<div style=\"color: #222222;\"> 4 x 256KB L2 Cache</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Motherboard:</strong>  Military Grade (mine is the ASUS Sabertooth Z77 but this is not the newest)</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Series: Core i7</div>\r\n<div style=\"color: #222222;\">L2 Cache: 4 x 256KB</div>\r\n<div style=\"color: #222222;\">L3 Cache: 8MB</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>RAM:</strong>  16GB DDR3</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">HD 1: 256 GB <strong>Solid State (Solid State HD\'s are 2+ x faster)</strong></div>\r\n<div style=\"color: #222222;\">HD 2: 1 Terabyte SATA III</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Video Card(s):</strong>  3 Cards cards to support 6 monitors (only 4 being used at present)</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong><span style=\"color: #9900ff;\">Monitors:</span></strong></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #222222;\">3 HP Pavilion 27xi backlit monitors &amp; 1, Apple 30\" backlit monitor (for currencies)</span></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">HP Pavilion 27xi Specs:</div>\r\n<div style=\"color: #222222;\">\r\n<table border=\"1\">\r\n<tbody>\r\n<tr>\r\n<td>Panel Type</td>\r\n<td>IPS w/LED backlight</td>\r\n</tr>\r\n<tr>\r\n<td>Resolution</td>\r\n<td>1920 x 1080 @ 60 Hz (Full HD)</td>\r\n</tr>\r\n<tr>\r\n<td>Dynamic Contrast Ratio</td>\r\n<td>10,000,000:1 <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote1\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">1</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>Dynamic Contrast Ratios during video playback only, depending on series of frames or time duration.</i>\r\n\r\nclose\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>Brightness</td>\r\n<td>250 cd/m² <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote2\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">2</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>All performance specifications represent the typical specifications provided by HP\'s component manufacturers; actual performance may vary, either higher or lower.</i>\r\n\r\nclose\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>Color Gamut</td>\r\n<td>72%</td>\r\n</tr>\r\n<tr>\r\n<td>Pixel Pitch</td>\r\n<td>0.311 mm\r\n102 pixels per inch</td>\r\n</tr>\r\n<tr>\r\n<td>Response Time</td>\r\n<td>7 ms <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote3\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">3</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>All performance specifications represent the typical specifications provided by HP\'s component manufacturers; actual performance may vary, either higher or lower.</i>\r\n\r\nclose\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>Input Connectors</td>\r\n<td>VGA\r\nDVI-D\r\nHDCP Support\r\nHDMI</td>\r\n</tr>\r\n<tr>\r\n<td>Power Supply</td>\r\n<td>External Power Supply</td>\r\n</tr>\r\n<tr>\r\n<td>Maximum Power Consumption</td>\r\n<td>35 W</td>\r\n</tr>\r\n<tr>\r\n<td>Energy Saving Mode</td>\r\n<td>&lt;0.5 W</td>\r\n</tr>\r\n<tr>\r\n<td>Tilt</td>\r\n<td>-5 to 25°</td>\r\n</tr>\r\n<tr>\r\n<td>Base</td>\r\n<td>Detachable</td>\r\n</tr>\r\n<tr>\r\n<td>Languages</td>\r\n<td>German, Simplified Chinese, Traditional Chinese, Japanese, English, Spanish, French, Italian, Dutch, Brazilian Portuguese</td>\r\n</tr>\r\n<tr>\r\n<td>Certifications</td>\r\n<td>Microsoft WHQL Certification\r\nCB, CE, FCC marking, ES 5.2, ErP, CSA/C-UL/C-ETL Mark,UL/CSA-NTRL/ETL-NRTL Mark, ICES</td>\r\n</tr>\r\n<tr>\r\n<td>On-Screen Display</td>\r\n<td>On-Screen Display User Controls\r\n-Brightness\r\n-Contrast\r\n-Color\r\n-Image Control\r\n-OSD Control\r\n-Management\r\n-Language\r\n-Information\r\n-Factory Reset\r\n-Input Control\r\n-Exit\r\nUser Programmable Modes\r\n-10\r\nMonitor Control Buttons\r\n-Menu, \"-\", \"+\" , \"OK\", Power Button</td>\r\n</tr>\r\n<tr>\r\n<td>Environmental Specifications</td>\r\n<td>LED Backlights: Mercury-free LED backlighting\r\nBacklight Lamp Life: 30,000 hours\r\nArsenic-Free: Arsenic-Free Display Glass* <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote4\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">4</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>*Arsenic and its compounds were not detected using U.S. EPA test methods 3052/6010b by ICP-AES with a MDL 10 ppm.</i>\r\n\r\nclose\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>Dimensions (WxHxD)</td>\r\n<td>24.99 x 17.87 x 7.56\" (63.47 x 45.38 x 19.20 cm)</td>\r\n</tr>\r\n<tr>\r\n<td>Weight</td>\r\n<td>11.68 lb (5.29 kg)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>','RiosQuant Members - Computer Specs','','inherit','open','closed','','1940-revision-v1','','','2014-07-16 11:53:58','2014-07-16 11:53:58','',1940,'http://www.thetradingroom.com/1940-revision-v1/',0,'revision','',0),(1958,2,'2014-07-16 11:58:23','2014-07-16 11:58:23','<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">The computer above is a Falcon F37X  that will run 12 monitors,  6 monitors 22 inch wide screen and 2 monitors 23 wide screen.</div>\r\n<div style=\"color: #222222;\">- Graham J.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/pierre-monitors1.jpg\"><img class=\"aligncenter size-full wp-image-1942\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/pierre-monitors1.jpg\" alt=\"pierre monitors1\" width=\"4128\" height=\"2322\" /></a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">The 4 monitors above are hooked up to 2 graphic cards housed in a core i 5 PC . Monitors bought on TigerDirect.com.</div>\r\n<div style=\"color: #222222;\">Pierre S. -</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/john-v-hunting.jpg\"><img class=\"aligncenter size-full wp-image-1944\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/john-v-hunting.jpg\" alt=\"john v hunting\" width=\"767\" height=\"444\" /></a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">A laptop will do when trading on the go!</div>\r\n<div style=\"color: #222222;\">John V. -</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/jim-daddy-dog.jpg\"><img class=\"aligncenter size-full wp-image-1946\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/jim-daddy-dog.jpg\" alt=\"jim daddy dog\" width=\"492\" height=\"476\" /></a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Below are very detailed and comprehensive specs.</div>\r\n<div style=\"color: #222222;\">Jim G. -</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Processor:</strong></div>\r\n<div style=\"color: #222222;\">Intel Core i7-3770K Ivy Bridge 3.5GHz (3.9GHz Turbo) LGA 1155 77W Quad-Core Desktop Processor Intel HD Graphics 4000 BX80637I73770K (mine is superclocked to 4.5 GHz)</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Make sure you get a High Performance Liquid Cooling Processor</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"> 22 nm Ivy Bridge 77W</div>\r\n<div style=\"color: #222222;\"> 8MB L3 Cache</div>\r\n<div style=\"color: #222222;\"> 4 x 256KB L2 Cache</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Motherboard:</strong>  Military Grade (mine is the ASUS Sabertooth Z77 but this is not the newest)</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Series: Core i7</div>\r\n<div style=\"color: #222222;\">L2 Cache: 4 x 256KB</div>\r\n<div style=\"color: #222222;\">L3 Cache: 8MB</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>RAM:</strong>  16GB DDR3</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">HD 1: 256 GB <strong>Solid State (Solid State HD\'s are 2+ x faster)</strong></div>\r\n<div style=\"color: #222222;\">HD 2: 1 Terabyte SATA III</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Video Card(s):</strong>  3 Cards cards to support 6 monitors (only 4 being used at present)</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong><span style=\"color: #9900ff;\">Monitors:</span></strong></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #222222;\">3 HP Pavilion 27xi backlit monitors &amp; 1, Apple 30\" backlit monitor (for currencies)</span></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">HP Pavilion 27xi Specs:</div>\r\n<div style=\"color: #222222;\">\r\n<table border=\"1\">\r\n<tbody>\r\n<tr>\r\n<td>Panel Type</td>\r\n<td>IPS w/LED backlight</td>\r\n</tr>\r\n<tr>\r\n<td>Resolution</td>\r\n<td>1920 x 1080 @ 60 Hz (Full HD)</td>\r\n</tr>\r\n<tr>\r\n<td>Dynamic Contrast Ratio</td>\r\n<td>10,000,000:1 <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote1\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">1</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>Dynamic Contrast Ratios during video playback only, depending on series of frames or time duration.</i>\r\n\r\nclose\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>Brightness</td>\r\n<td>250 cd/m² <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote2\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">2</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>All performance specifications represent the typical specifications provided by HP\'s component manufacturers; actual performance may vary, either higher or lower.</i>\r\n\r\nclose\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>Color Gamut</td>\r\n<td>72%</td>\r\n</tr>\r\n<tr>\r\n<td>Pixel Pitch</td>\r\n<td>0.311 mm\r\n102 pixels per inch</td>\r\n</tr>\r\n<tr>\r\n<td>Response Time</td>\r\n<td>7 ms <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote3\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">3</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>All performance specifications represent the typical specifications provided by HP\'s component manufacturers; actual performance may vary, either higher or lower.</i>\r\n\r\nclose\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>Input Connectors</td>\r\n<td>VGA\r\nDVI-D\r\nHDCP Support\r\nHDMI</td>\r\n</tr>\r\n<tr>\r\n<td>Power Supply</td>\r\n<td>External Power Supply</td>\r\n</tr>\r\n<tr>\r\n<td>Maximum Power Consumption</td>\r\n<td>35 W</td>\r\n</tr>\r\n<tr>\r\n<td>Energy Saving Mode</td>\r\n<td>&lt;0.5 W</td>\r\n</tr>\r\n<tr>\r\n<td>Tilt</td>\r\n<td>-5 to 25°</td>\r\n</tr>\r\n<tr>\r\n<td>Base</td>\r\n<td>Detachable</td>\r\n</tr>\r\n<tr>\r\n<td>Languages</td>\r\n<td>German, Simplified Chinese, Traditional Chinese, Japanese, English, Spanish, French, Italian, Dutch, Brazilian Portuguese</td>\r\n</tr>\r\n<tr>\r\n<td>Certifications</td>\r\n<td>Microsoft WHQL Certification\r\nCB, CE, FCC marking, ES 5.2, ErP, CSA/C-UL/C-ETL Mark,UL/CSA-NTRL/ETL-NRTL Mark, ICES</td>\r\n</tr>\r\n<tr>\r\n<td>On-Screen Display</td>\r\n<td>On-Screen Display User Controls\r\n-Brightness\r\n-Contrast\r\n-Color\r\n-Image Control\r\n-OSD Control\r\n-Management\r\n-Language\r\n-Information\r\n-Factory Reset\r\n-Input Control\r\n-Exit\r\nUser Programmable Modes\r\n-10\r\nMonitor Control Buttons\r\n-Menu, \"-\", \"+\" , \"OK\", Power Button</td>\r\n</tr>\r\n<tr>\r\n<td>Environmental Specifications</td>\r\n<td>LED Backlights: Mercury-free LED backlighting\r\nBacklight Lamp Life: 30,000 hours\r\nArsenic-Free: Arsenic-Free Display Glass* <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote4\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">4</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>*Arsenic and its compounds were not detected using U.S. EPA test methods 3052/6010b by ICP-AES with a MDL 10 ppm.</i>\r\n\r\nclose\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>Dimensions (WxHxD)</td>\r\n<td>24.99 x 17.87 x 7.56\" (63.47 x 45.38 x 19.20 cm)</td>\r\n</tr>\r\n<tr>\r\n<td>Weight</td>\r\n<td>11.68 lb (5.29 kg)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>','RiosQuant Members - Computer Specs','','inherit','open','closed','','1940-revision-v1','','','2014-07-16 11:58:23','2014-07-16 11:58:23','',1940,'http://www.thetradingroom.com/1940-revision-v1/',0,'revision','',0),(1959,2,'2014-07-16 12:00:32','2014-07-16 12:00:32','<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">The computer above is a Falcon F37X  that will run 12 monitors,  6 monitors 22 inch wide screen and 2 monitors 23 wide screen.</div>\r\n<div style=\"color: #222222;\">- Graham J.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/pierre-monitors1.jpg\"><img class=\"aligncenter size-full wp-image-1942\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/pierre-monitors1.jpg\" alt=\"pierre monitors1\" width=\"4128\" height=\"2322\" /></a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">The 4 monitors above are hooked up to 2 graphic cards housed in a core i 5 PC . Monitors bought on TigerDirect.com.</div>\r\n<div style=\"color: #222222;\">Pierre S. -</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/john-v-hunting.jpg\"><img class=\"aligncenter size-full wp-image-1944\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/john-v-hunting.jpg\" alt=\"john v hunting\" width=\"767\" height=\"444\" /></a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">A laptop will do when trading on the go!</div>\r\n<div style=\"color: #222222;\">John V. -</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/jim-daddy-dog.jpg\"><img class=\"aligncenter size-full wp-image-1946\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/jim-daddy-dog.jpg\" alt=\"jim daddy dog\" width=\"492\" height=\"476\" /></a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Below are very detailed and comprehensive specs.</div>\r\n<div style=\"color: #222222;\">Jim G. -</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Processor:</strong></div>\r\n<div style=\"color: #222222;\">Intel Core i7-3770K Ivy Bridge 3.5GHz (3.9GHz Turbo) LGA 1155 77W Quad-Core Desktop Processor Intel HD Graphics 4000 BX80637I73770K (mine is superclocked to 4.5 GHz)</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Make sure you get a High Performance Liquid Cooling Processor</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"> 22 nm Ivy Bridge 77W</div>\r\n<div style=\"color: #222222;\"> 8MB L3 Cache</div>\r\n<div style=\"color: #222222;\"> 4 x 256KB L2 Cache</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Motherboard:</strong>  Military Grade (mine is the ASUS Sabertooth Z77 but this is not the newest)</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Series: Core i7</div>\r\n<div style=\"color: #222222;\">L2 Cache: 4 x 256KB</div>\r\n<div style=\"color: #222222;\">L3 Cache: 8MB</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>RAM:</strong>  16GB DDR3</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">HD 1: 256 GB <strong>Solid State (Solid State HD\'s are 2+ x faster)</strong></div>\r\n<div style=\"color: #222222;\">HD 2: 1 Terabyte SATA III</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Video Card(s):</strong>  3 Cards cards to support 6 monitors (only 4 being used at present)</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong><span style=\"color: #9900ff;\">Monitors:</span></strong></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #222222;\">3 HP Pavilion 27xi backlit monitors &amp; 1, Apple 30\" backlit monitor (for currencies)</span></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">HP Pavilion 27xi Specs:</div>\r\n<div style=\"color: #222222;\">\r\n<table border=\"1\">\r\n<tbody>\r\n<tr>\r\n<td>Panel Type</td>\r\n<td>IPS w/LED backlight</td>\r\n</tr>\r\n<tr>\r\n<td>Resolution</td>\r\n<td>1920 x 1080 @ 60 Hz (Full HD)</td>\r\n</tr>\r\n<tr>\r\n<td>Dynamic Contrast Ratio</td>\r\n<td>10,000,000:1 <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote1\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">1</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>Dynamic Contrast Ratios during video playback only, depending on series of frames or time duration.</i>\r\n\r\nclose\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>Brightness</td>\r\n<td>250 cd/m² <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote2\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">2</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>All performance specifications represent the typical specifications provided by HP\'s component manufacturers; actual performance may vary, either higher or lower.</i>\r\n\r\nclose\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>Color Gamut</td>\r\n<td>72%</td>\r\n</tr>\r\n<tr>\r\n<td>Pixel Pitch</td>\r\n<td>0.311 mm\r\n102 pixels per inch</td>\r\n</tr>\r\n<tr>\r\n<td>Response Time</td>\r\n<td>7 ms <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote3\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">3</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>All performance specifications represent the typical specifications provided by HP\'s component manufacturers; actual performance may vary, either higher or lower.</i>\r\n\r\nclose\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>Input Connectors</td>\r\n<td>VGA\r\nDVI-D\r\nHDCP Support\r\nHDMI</td>\r\n</tr>\r\n<tr>\r\n<td>Power Supply</td>\r\n<td>External Power Supply</td>\r\n</tr>\r\n<tr>\r\n<td>Maximum Power Consumption</td>\r\n<td>35 W</td>\r\n</tr>\r\n<tr>\r\n<td>Energy Saving Mode</td>\r\n<td>&lt;0.5 W</td>\r\n</tr>\r\n<tr>\r\n<td>Tilt</td>\r\n<td>-5 to 25°</td>\r\n</tr>\r\n<tr>\r\n<td>Base</td>\r\n<td>Detachable</td>\r\n</tr>\r\n<tr>\r\n<td>Languages</td>\r\n<td>German, Simplified Chinese, Traditional Chinese, Japanese, English, Spanish, French, Italian, Dutch, Brazilian Portuguese</td>\r\n</tr>\r\n<tr>\r\n<td>Certifications</td>\r\n<td>Microsoft WHQL Certification\r\nCB, CE, FCC marking, ES 5.2, ErP, CSA/C-UL/C-ETL Mark,UL/CSA-NTRL/ETL-NRTL Mark, ICES</td>\r\n</tr>\r\n<tr>\r\n<td>On-Screen Display</td>\r\n<td>On-Screen Display User Controls\r\n-Brightness\r\n-Contrast\r\n-Color\r\n-Image Control\r\n-OSD Control\r\n-Management\r\n-Language\r\n-Information\r\n-Factory Reset\r\n-Input Control\r\n-Exit\r\nUser Programmable Modes\r\n-10\r\nMonitor Control Buttons\r\n-Menu, \"-\", \"+\" , \"OK\", Power Button</td>\r\n</tr>\r\n<tr>\r\n<td>Environmental Specifications</td>\r\n<td>LED Backlights: Mercury-free LED backlighting\r\nBacklight Lamp Life: 30,000 hours\r\nArsenic-Free: Arsenic-Free Display Glass* <a style=\"color: #1155cc;\" href=\"http://www.bhphotovideo.com/c/product/920496-REG/hp_c4d27aa_aba_27xi_27_ips_led.html#specNote4\" target=\"_blank\"><sup><span style=\"color: #0066cc;\">4</span></sup></a>\r\n<div>\r\n<h5>Please Note:</h5>\r\n<i>*Arsenic and its compounds were not detected using U.S. EPA test methods 3052/6010b by ICP-AES with a MDL 10 ppm.</i>\r\n\r\nclose\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td>Dimensions (WxHxD)</td>\r\n<td>24.99 x 17.87 x 7.56\" (63.47 x 45.38 x 19.20 cm)</td>\r\n</tr>\r\n<tr>\r\n<td>Weight</td>\r\n<td>11.68 lb (5.29 kg)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>','Trading Computer Specs from RiosQuant Members','','inherit','open','closed','','1940-revision-v1','','','2014-07-16 12:00:32','2014-07-16 12:00:32','',1940,'http://www.thetradingroom.com/1940-revision-v1/',0,'revision','',0),(1961,2,'2014-07-17 11:06:06','2014-07-17 11:06:06','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:00 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">Stocks in Europe fell, after rising the most since April yesterday, as the European Union and U.S. imposed further sanctions on Russia over Ukraine. U.S. stock- index futures slid and Asian shares were little changed.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">U.S. 30-year bonds returned six times what investors earned in the broader Treasury market over the past two weeks as forecasts for Federal Reserve interest- rate increases in 2015 hold back short-term notes.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Gold rose for a second-day in London as new sanctions on Russia increased haven demand and on speculation prices near a three-week low will spur more buying.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">Most currencies consolidated during the Asian and London trading session.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - <span style=\"font-family: Verdana, Helvetica, sans-serif;\">US </span></span><span style=\"color: #000000;\">Building Permits and </span><span style=\"color: #000000;\">Unemployment Claims due at 8:30,  </span><span style=\"color: #000000;\">Philly Fed Manufacturing Index at 10:00, </span><span style=\"color: #000000;\">Natural Gas Storage at 10:30, JPY </span><span style=\"color: #000000;\">Monetary Policy Meeting Minutes at 19:50 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1960-revision-v1','','','2014-07-17 11:06:06','2014-07-17 11:06:06','',1960,'http://www.thetradingroom.com/1960-revision-v1/',0,'revision','',0),(1962,2,'2014-07-17 11:13:17','2014-07-17 11:13:17','Do you have what it takes to succeed in trading? Meet traders that are making it happen!\r\n\r\nYou don\'t have to be a millionaire or have an MBA  degree to be a successful trader. Join us in our live trading room and discover new and innovative methods to trade in today\'s stock, bond, commodity futures and forex markets.','Meet Members - RiosQuant Traders','','inherit','open','closed','','1619-revision-v1','','','2014-07-17 11:13:17','2014-07-17 11:13:17','',1619,'http://www.thetradingroom.com/1619-revision-v1/',0,'revision','',0),(1963,2,'2014-07-17 11:13:51','2014-07-17 11:13:51','Do you have what it takes to succeed in trading? Meet traders that are making it happen!\r\n\r\nYou don\'t have to be a millionaire or have an MBA  degree to be a successful trader. Join us in our live trading room and discover new and innovative methods to trade in today\'s stock, bond, commodity futures and forex markets.','Meet Members - RiosQuant Futures Traders','','inherit','open','closed','','1619-revision-v1','','','2014-07-17 11:13:51','2014-07-17 11:13:51','',1619,'http://www.thetradingroom.com/1619-revision-v1/',0,'revision','',0),(1965,2,'2014-07-21 11:11:18','2014-07-21 11:11:18','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:00 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks fell, after posting a weekly gain, as investors weighed earnings and watched the crises in Ukraine and the Middle East. U.S. index futures slid, while Asian shares pared gains.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">U.S. government bonds halted a decline after falling at the end of last week as tensions in Gaza and Ukraine increased demand for the relative safety of government debt.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Corn fell to the lowest level in four years as prospects for increasing supplies outweighed concern that turmoil in Eastern Europe may disrupt shipments from the Black Sea. Wheat traded near the lowest since 2010.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - US Dollar strength across most counter foreign currencies during the overnight trading session. </span></span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - <span style=\"font-family: Verdana, Helvetica, sans-serif;\">AUD </span></span><span style=\"color: #000000;\">RBA Gov Stevens Speaks due at 23:00 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1964-revision-v1','','','2014-07-21 11:11:18','2014-07-21 11:11:18','',1964,'http://www.thetradingroom.com/1964-revision-v1/',0,'revision','',0),(1966,2,'2014-07-21 11:25:58','2014-07-21 11:25:58','The stock indices impressively held on to most recent gains, despite disappointing economic news, the Portuguese banking crisis and the geopolitical threat including Ukraine, Iraqi and Gaza. However we did see some flight to safety with the U.S. Treasury Bonds and the US Dollar finishing the week stronger. Most commodities finished the week lower led by soybeans dropping -7.6%, natural gas -4.9%, silver -2.5% and copper -2.4%. In the week ahead I will focus on corporate earnings and the risk of escalating tensions regarding geopolitical and world events. Special attention should also be paid to stocks as defensive industry sectors such as utilities and health care are beginning to outperform the risk sectors.  In the week ahead will stronger corporate earnings propel the stock indices higher? Or will the recent sector rotation to defensive stocks serve as an early warning sign, will we see follow through? These are the questions that I will try to find clarity from the financial markets for trading in the week ahead.\r\n\r\n<span style=\"color: #500050; font-family: \'Comic Sans MS\', cursive; font-size: large;\">Joe Rios</span><br style=\"color: #500050;\" /><span style=\"color: #500050; font-size: medium;\">Chief Market Strategist</span>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<h2 style=\"font-weight: bold; color: black;\">Live Trading Rooms and Events</h2>\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n<b></b>\r\n\r\n<b>Contact Information for your Support Needs: </b>\r\n\r\nAmber Little, RQ Client Relations Manager\r\nemail: <a href=\"mailto:amber@riosquant.com\">amber@riosquant.com</a>\r\nskype: alittlemobile\r\ncellphone: <a href=\"tel:415.336.7272\">415.336.7272</a>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room </strong><strong>TradeLAB</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/66c9365e0d/TEST/dd70d50adc\">https://www3.gotomeeting.com/register/655375398</a></strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><span data-term=\"goog_850838745\">Monday</span> through <span data-term=\"goog_850838746\">Friday</span> beginning at <span data-term=\"goog_850838747\">7:30 AM ET</span></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<hr />\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the Rios Quant Trading Indicators:</strong>\r\n\r\n<strong><span data-term=\"goog_850838752\">Monday</span> beginning at <span data-term=\"goog_850838753\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/66c9365e0d/TEST/593edcf4d8\">https://www3.gotomeeting.com/register/757609230</a></strong>\r\n\r\n<strong>Topic: What\'s the \"pattern setup\" for the new week?</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n<strong><span data-term=\"goog_850838754\">Wednesday</span> beginning at <span data-term=\"goog_850838755\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/66c9365e0d/TEST/47eec42a58\">https://www3.gotomeeting.com/register/730550646</a></strong>\r\n\r\n<strong>The Next Big Swing with Edward Preston</strong>\r\n\r\n<hr />\r\n\r\n<strong><span data-term=\"goog_850838756\">Thursday</span> beginning at <span data-term=\"goog_850838757\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/66c9365e0d/TEST/2e8e9ca0ac\">https://www3.gotomeeting.com/register/741934470</a></strong>\r\n\r\n<strong>The RiosQuant 90 Day Training Program - Workshop</strong>\r\n\r\n<strong>Training Session 4 of 12 with Steve Schwartz</strong>\r\n\r\n<strong>Topic: RiosQuant 3 step Trading Sequence</strong>\r\n\r\n<hr />\r\n\r\n<strong><span data-term=\"goog_850838758\">Saturday</span> beginning at <span data-term=\"goog_850838759\">11:00 AM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/66c9365e0d/TEST/ed740c28e9\">https://www3.gotomeeting.com/register/759163526</a></strong>\r\n\r\n<strong>Topic: RiosQuant Basics</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>Monday</strong>\r\n\r\n6:00 AM               EUR        German Buba Monthly Report\r\n\r\n11:00 PM             AUD       RBA Gov. Stevens Speaks\r\n\r\n<strong> Tuesday</strong>\r\n\r\n8:30 AM               USD       Core CPI\r\n\r\n10:00 AM             USD       Existing Home Sales\r\n\r\n9:30 PM                AUD       CPI\r\n\r\n<strong> Wednesday</strong>\r\n\r\n4:30 AM               GBP       MPC Official Bank Rate Votes\r\n\r\n7:45 AM               GBP       BOE Gov. Carney Speaks\r\n\r\n8:30 AM               CAD       Core Retail Sales\r\n\r\n10:30 AM                             Crude Oil Inventories\r\n\r\n5:00 PM                NZD       Official Cash Rate\r\n\r\n6:45 PM                NZD       Trade Balance\r\n\r\n9:45 PM                CNY        HSBC Flash Manufacturing PMI\r\n\r\n<strong> Thursday</strong>\r\n\r\n3:00 AM               EUR        French Flash Manufacturing PMI\r\n\r\n3:30 AM               EUR        German Flash And Faction PMI\r\n\r\n4:30 AM               GBP       Retail Sales\r\n\r\n8:30 AM               USD       Unemployment Claims\r\n\r\n10:00 AM             USD       New-Home Sales\r\n\r\n10:30 AM                             Natural Gas Storage\r\n\r\n9:00 PM                NZD       ANZ Business Confidence\r\n\r\n<strong>Friday</strong>\r\n\r\n4:00 AM               EUR        German IFO Business Climate\r\n\r\n4:30 AM               GBP       Preliminary GDP\r\n\r\n8:30 AM               USD       Core Durable Goods Orders','The Week Ahead in the Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-12','','','2014-07-21 11:25:58','2014-07-21 11:25:58','',0,'http://www.thetradingroom.com/?p=1966',0,'post','',0),(1967,2,'2014-07-21 11:16:31','2014-07-21 11:16:31','The stock indices impressively held on to most recent gains, despite disappointing economic news, the Portuguese banking crisis and the geopolitical threat including Ukraine, Iraqi and Gaza. However we did see some flight to safety with the U.S. Treasury Bonds and the US Dollar finishing the week stronger. Most commodities finished the week lower led by soybeans dropping -7.6%, natural gas -4.9%, silver -2.5% and copper -2.4%. In the week ahead I will focus on corporate earnings and the risk of escalating tensions regarding geopolitical and world events. Special attention should also be paid to stocks as defensive industry sectors such as utilities and health care are beginning to outperform the risk sectors.  In the week ahead will stronger corporate earnings propel the stock indices higher? Or will the recent sector rotation to defensive stocks serve as an early warning sign, will we see follow through? These are the questions that I will try to find clarity from the financial markets for trading in the week ahead.\r\n<h2 style=\"font-weight: bold; color: black;\">Live Rooms and Events</h2>\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<b>Contact Information for your Support Needs: </b>\r\nAmber Little, RQ Client Relations Manager\r\nemail: <a href=\"mailto:amber@riosquant.com\">amber@riosquant.com</a>\r\nskype: alittlemobile\r\ncellphone: <a href=\"tel:415.336.7272\">415.336.7272</a>\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong>The Trading Room </strong><strong>TradeLAB</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/66c9365e0d/TEST/dd70d50adc\">https://www3.gotomeeting.com/register/655375398</a></strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><span data-term=\"goog_850838745\">Monday</span> through <span data-term=\"goog_850838746\">Friday</span> beginning at <span data-term=\"goog_850838747\">7:30 AM ET</span></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the Rios Quant Trading Indicators:</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong><span data-term=\"goog_850838752\">Monday</span> beginning at <span data-term=\"goog_850838753\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/66c9365e0d/TEST/593edcf4d8\">https://www3.gotomeeting.com/register/757609230</a></strong>\r\n\r\n<strong>Topic: What\'s the \"pattern setup\" for the new week?</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong><span data-term=\"goog_850838754\">Wednesday</span> beginning at <span data-term=\"goog_850838755\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/66c9365e0d/TEST/47eec42a58\">https://www3.gotomeeting.com/register/730550646</a></strong>\r\n\r\n<strong>The Next Big Swing with Edward Preston</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong><span data-term=\"goog_850838756\">Thursday</span> beginning at <span data-term=\"goog_850838757\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/66c9365e0d/TEST/2e8e9ca0ac\">https://www3.gotomeeting.com/register/741934470</a></strong>\r\n\r\n<strong>The RiosQuant 90 Day Training Program - Workshop</strong>\r\n\r\n<strong>Training Session 4 of 12 with Steve Schwartz</strong>\r\n\r\n<strong>Topic: RiosQuant 3 step Trading Sequence</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong><span data-term=\"goog_850838758\">Saturday</span> beginning at <span data-term=\"goog_850838759\">11:00 AM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/66c9365e0d/TEST/ed740c28e9\">https://www3.gotomeeting.com/register/759163526</a></strong>\r\n\r\n<strong>Topic: RiosQuant Basics</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nMonday\r\n\r\n6:00 AM               EUR        German Buba Monthly Report\r\n\r\n11:00 PM             AUD       RBA Gov. Stevens Speaks\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n8:30 AM               USD       Core CPI\r\n\r\n10:00 AM             USD       Existing Home Sales\r\n\r\n9:30 PM                AUD       CPI\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM               GBP       MPC Official Bank Rate Votes\r\n\r\n7:45 AM               GBP       BOE Gov. Carney Speaks\r\n\r\n8:30 AM               CAD       Core Retail Sales\r\n\r\n10:30 AM                             Crude Oil Inventories\r\n\r\n5:00 PM                NZD       Official Cash Rate\r\n\r\n6:45 PM                NZD       Trade Balance\r\n\r\n9:45 PM                CNY        HSBC Flash Manufacturing PMI\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n3:00 AM               EUR        French Flash Manufacturing PMI\r\n\r\n3:30 AM               EUR        German Flash And Faction PMI\r\n\r\n4:30 AM               GBP       Retail Sales\r\n\r\n8:30 AM               USD       Unemployment Claims\r\n\r\n10:00 AM             USD       New-Home Sales\r\n\r\n10:30 AM                             Natural Gas Storage\r\n\r\n9:00 PM                NZD       ANZ Business Confidence\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n4:00 AM               EUR        German IFO Business Climate\r\n\r\n4:30 AM               GBP       Preliminary GDP\r\n\r\n8:30 AM               USD       Core Durable Goods Orders','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1966-revision-v1','','','2014-07-21 11:16:31','2014-07-21 11:16:31','',1966,'http://www.thetradingroom.com/1966-revision-v1/',0,'revision','',0),(1968,2,'2014-07-21 11:21:03','2014-07-21 11:21:03','The stock indices impressively held on to most recent gains, despite disappointing economic news, the Portuguese banking crisis and the geopolitical threat including Ukraine, Iraqi and Gaza. However we did see some flight to safety with the U.S. Treasury Bonds and the US Dollar finishing the week stronger. Most commodities finished the week lower led by soybeans dropping -7.6%, natural gas -4.9%, silver -2.5% and copper -2.4%. In the week ahead I will focus on corporate earnings and the risk of escalating tensions regarding geopolitical and world events. Special attention should also be paid to stocks as defensive industry sectors such as utilities and health care are beginning to outperform the risk sectors.  In the week ahead will stronger corporate earnings propel the stock indices higher? Or will the recent sector rotation to defensive stocks serve as an early warning sign, will we see follow through? These are the questions that I will try to find clarity from the financial markets for trading in the week ahead.\r\n\r\n<span style=\"color: #500050; font-family: \'Comic Sans MS\', cursive; font-size: large;\">Joe Rios</span><br style=\"color: #500050;\" /><span style=\"color: #500050; font-size: medium;\">Chief Market Strategist</span>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<h2 style=\"font-weight: bold; color: black;\">Live Trading Rooms and Events</h2>\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n<b></b>\r\n\r\n<b>Contact Information for your Support Needs: </b>\r\n\r\nAmber Little, RQ Client Relations Manager\r\nemail: <a href=\"mailto:amber@riosquant.com\">amber@riosquant.com</a>\r\nskype: alittlemobile\r\ncellphone: <a href=\"tel:415.336.7272\">415.336.7272</a>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room </strong><strong>TradeLAB</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/66c9365e0d/TEST/dd70d50adc\">https://www3.gotomeeting.com/register/655375398</a></strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><span data-term=\"goog_850838745\">Monday</span> through <span data-term=\"goog_850838746\">Friday</span> beginning at <span data-term=\"goog_850838747\">7:30 AM ET</span></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<hr />\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the Rios Quant Trading Indicators:</strong>\r\n\r\n<strong><span data-term=\"goog_850838752\">Monday</span> beginning at <span data-term=\"goog_850838753\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/66c9365e0d/TEST/593edcf4d8\">https://www3.gotomeeting.com/register/757609230</a></strong>\r\n\r\n<strong>Topic: What\'s the \"pattern setup\" for the new week?</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n<strong><span data-term=\"goog_850838754\">Wednesday</span> beginning at <span data-term=\"goog_850838755\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/66c9365e0d/TEST/47eec42a58\">https://www3.gotomeeting.com/register/730550646</a></strong>\r\n\r\n<strong>The Next Big Swing with Edward Preston</strong>\r\n\r\n<hr />\r\n\r\n<strong><span data-term=\"goog_850838756\">Thursday</span> beginning at <span data-term=\"goog_850838757\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/66c9365e0d/TEST/2e8e9ca0ac\">https://www3.gotomeeting.com/register/741934470</a></strong>\r\n\r\n<strong>The RiosQuant 90 Day Training Program - Workshop</strong>\r\n\r\n<strong>Training Session 4 of 12 with Steve Schwartz</strong>\r\n\r\n<strong>Topic: RiosQuant 3 step Trading Sequence</strong>\r\n\r\n<hr />\r\n\r\n<strong><span data-term=\"goog_850838758\">Saturday</span> beginning at <span data-term=\"goog_850838759\">11:00 AM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/66c9365e0d/TEST/ed740c28e9\">https://www3.gotomeeting.com/register/759163526</a></strong>\r\n\r\n<strong>Topic: RiosQuant Basics</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>Monday</strong>\r\n\r\n6:00 AM               EUR        German Buba Monthly Report\r\n\r\n11:00 PM             AUD       RBA Gov. Stevens Speaks\r\n\r\n<strong> Tuesday</strong>\r\n\r\n8:30 AM               USD       Core CPI\r\n\r\n10:00 AM             USD       Existing Home Sales\r\n\r\n9:30 PM                AUD       CPI\r\n\r\n<strong> Wednesday</strong>\r\n\r\n4:30 AM               GBP       MPC Official Bank Rate Votes\r\n\r\n7:45 AM               GBP       BOE Gov. Carney Speaks\r\n\r\n8:30 AM               CAD       Core Retail Sales\r\n\r\n10:30 AM                             Crude Oil Inventories\r\n\r\n5:00 PM                NZD       Official Cash Rate\r\n\r\n6:45 PM                NZD       Trade Balance\r\n\r\n9:45 PM                CNY        HSBC Flash Manufacturing PMI\r\n\r\n<strong> Thursday</strong>\r\n\r\n3:00 AM               EUR        French Flash Manufacturing PMI\r\n\r\n3:30 AM               EUR        German Flash And Faction PMI\r\n\r\n4:30 AM               GBP       Retail Sales\r\n\r\n8:30 AM               USD       Unemployment Claims\r\n\r\n10:00 AM             USD       New-Home Sales\r\n\r\n10:30 AM                             Natural Gas Storage\r\n\r\n9:00 PM                NZD       ANZ Business Confidence\r\n\r\n<strong>Friday</strong>\r\n\r\n4:00 AM               EUR        German IFO Business Climate\r\n\r\n4:30 AM               GBP       Preliminary GDP\r\n\r\n8:30 AM               USD       Core Durable Goods Orders','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','1966-revision-v1','','','2014-07-21 11:21:03','2014-07-21 11:21:03','',1966,'http://www.thetradingroom.com/1966-revision-v1/',0,'revision','',0),(1969,2,'2014-07-22 10:58:02','2014-07-22 10:58:02','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 6:45 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks rose, rebounding from three days of losses, as European Union foreign ministers meet in Brussels to discuss sanctions against Russia. U.S. index futures were little changed, while Asian shares gained.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasury inflation-adjusted yields were near a 14-month low before a report that economists said will show the annual increase in U.S. consumer prices held at the fastest pace since 2012.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Soybeans headed for a fourth day of declines after a U.S. government report showed the domestic crop was in the best shape for this time of year in two decades, boosting the outlook for a record harvest.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The dollar rose to the highest in five months versus the euro as an increase in short-term U.S. Treasury yields signaled mounting speculation that Federal Reserve Chair Janet Yellen will need to raise interest rates.</span><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\"> </span></span></div>\r\n<div><span style=\"color: #2a2a2a;\">.</span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - <span style=\"font-family: Verdana, Helvetica, sans-serif;\">US </span></span><span style=\"color: #000000;\">Core CPI m/m due at 8:30, </span><span style=\"color: #000000;\">Existing Home Sales at 10:00, AUD </span><span style=\"color: #000000;\">CPI q/q at 21:30 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Currencies','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-currencies','','','2014-07-22 10:58:02','2014-07-22 10:58:02','',0,'http://www.thetradingroom.com/?p=1969',0,'post','',0),(1970,2,'2014-07-22 10:58:02','2014-07-22 10:58:02','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 6:45 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks rose, rebounding from three days of losses, as European Union foreign ministers meet in Brussels to discuss sanctions against Russia. U.S. index futures were little changed, while Asian shares gained.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasury inflation-adjusted yields were near a 14-month low before a report that economists said will show the annual increase in U.S. consumer prices held at the fastest pace since 2012.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Soybeans headed for a fourth day of declines after a U.S. government report showed the domestic crop was in the best shape for this time of year in two decades, boosting the outlook for a record harvest.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The dollar rose to the highest in five months versus the euro as an increase in short-term U.S. Treasury yields signaled mounting speculation that Federal Reserve Chair Janet Yellen will need to raise interest rates.</span><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\"> </span></span></div>\r\n<div><span style=\"color: #2a2a2a;\">.</span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - <span style=\"font-family: Verdana, Helvetica, sans-serif;\">US </span></span><span style=\"color: #000000;\">Core CPI m/m due at 8:30, </span><span style=\"color: #000000;\">Existing Home Sales at 10:00, AUD </span><span style=\"color: #000000;\">CPI q/q at 21:30 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Currencies','','inherit','open','closed','','1969-revision-v1','','','2014-07-22 10:58:02','2014-07-22 10:58:02','',1969,'http://www.thetradingroom.com/1969-revision-v1/',0,'revision','',0),(1971,2,'2014-07-22 16:32:46','2014-07-22 16:32:46','Learn how I took $428 a risk to net 3.9X in profits. Join me in The Trading Room OptionsLine this Tuesday and Thursday at 2pm ET and see how it’s done!\n\nClick here to join the event: <a style=\"color: #1155cc;\" href=\"https://www3.gotomeeting.com/register/691381142\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/691381142</a>\n\nI’m a Rios Quant member and a trade coach but most of all, I’m an options trader! The results are real and these are the only two trades taken last week.\n\nTake a look at the account activity:\n\n06/27/2014         Sell To Close       1             VOD JunWk4 33 Call        $0.30     $9.95     $0.05     $20.00\n\n06/27/2014         Sell To Close       5             VOD JunWk4 33 Call        $0.30     $0.00     $0.18     $149.82\n\n06/26/2014         Sell To Close       6             VOD JunWk4 33 Call        $0.24     $0.00     $0.21     $143.79\n\n06/26/2014         Sell To Close       3             VOD JunWk4 33 Call        $0.24     $9.95     $0.12     $61.93\n\n06/26/2014         Sell To Close       1             VLO JunWk4 56.5 Put      $4.68     $9.95     $0.05     $458.00\n\n06/25/2014         Sell To Close       2             VLO JunWk4 56.5 Put      $5.03     $9.95     $0.10     $995.95\n\n06/24/2014         Sell To Close       4             VLO JunWk4 56.5 Put      $0.74     $9.95     $0.15     $285.90\n\n06/23/2014         Buy To Open       6             VOD JunWk4 33 Call        $0.11     $9.95     $0.21     ($76.16)\n\n06/23/2014         Buy To Open       9             VOD JunWk4 33 Call        $0.11     $5.05     $0.32     ($104.37)\n\n06/23/2014         Buy To Open       7             VLO JunWk4 56.5 Put      $0.34     $9.95     $0.25     ($248.20)\n\n<strong>Total      $74.70   $1.64     $1,686.66</strong>\n\nSee you in the room!\n\nKen Eriksen\n\n&nbsp;\n\nPAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS. <span style=\"color: #222222;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, STOCK , OPTIONS, AND FOREIGN EXCHANGE PRODUCTS.</span>','Options Trading - $1,686 Profit','','inherit','open','closed','','1894-autosave-v1','','','2014-07-22 16:32:46','2014-07-22 16:32:46','',1894,'http://www.thetradingroom.com/1894-autosave-v1/',0,'revision','',0),(1972,2,'2014-07-22 15:35:23','2014-07-22 15:35:23','Learn how I put $428 at risk to net 3.9X in profits. Join me in The Trading Room OptionsLine this Tuesday and Thursday at 2pm ET and see how it’s done!\r\n\r\nClick here to join the event: <a style=\"color: #1155cc;\" href=\"https://www3.gotomeeting.com/register/691381142\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/691381142</a>\r\n\r\nI’m a Rios Quant member and a trade coach but most of all, I’m an options trader! The results are real and these are the only two trades taken last week.\r\n\r\nTake a look at the account activity:\r\n\r\n06/27/2014         Sell To Close       1             VOD JunWk4 33 Call        $0.30     $9.95     $0.05     $20.00\r\n\r\n06/27/2014         Sell To Close       5             VOD JunWk4 33 Call        $0.30     $0.00     $0.18     $149.82\r\n\r\n06/26/2014         Sell To Close       6             VOD JunWk4 33 Call        $0.24     $0.00     $0.21     $143.79\r\n\r\n06/26/2014         Sell To Close       3             VOD JunWk4 33 Call        $0.24     $9.95     $0.12     $61.93\r\n\r\n06/26/2014         Sell To Close       1             VLO JunWk4 56.5 Put      $4.68     $9.95     $0.05     $458.00\r\n\r\n06/25/2014         Sell To Close       2             VLO JunWk4 56.5 Put      $5.03     $9.95     $0.10     $995.95\r\n\r\n06/24/2014         Sell To Close       4             VLO JunWk4 56.5 Put      $0.74     $9.95     $0.15     $285.90\r\n\r\n06/23/2014         Buy To Open       6             VOD JunWk4 33 Call        $0.11     $9.95     $0.21     ($76.16)\r\n\r\n06/23/2014         Buy To Open       9             VOD JunWk4 33 Call        $0.11     $5.05     $0.32     ($104.37)\r\n\r\n06/23/2014         Buy To Open       7             VLO JunWk4 56.5 Put      $0.34     $9.95     $0.25     ($248.20)\r\n\r\n<strong>Total      $74.70   $1.64     $1,686.66</strong>\r\n\r\nSee you in the room!\r\n\r\nKen Eriksen\r\n\r\n&nbsp;\r\n\r\nPAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS','Options Trading - $1,686 Profit','','inherit','open','closed','','1894-revision-v1','','','2014-07-22 15:35:23','2014-07-22 15:35:23','',1894,'http://www.thetradingroom.com/1894-revision-v1/',0,'revision','',0),(1973,2,'2014-07-22 15:39:20','2014-07-22 15:39:20','Learn how I put $428 at risk to net 3.9X in profits. Join me in The Trading Room OptionsLine this Tuesday and Thursday at 2pm ET and see how it’s done!\r\n\r\nClick here to join the event: <a style=\"color: #1155cc;\" href=\"https://www3.gotomeeting.com/register/691381142\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/691381142</a>\r\n\r\nI’m a Rios Quant member and a trade coach but most of all, I’m an options trader! The results are real and these are the only two trades taken last week.\r\n\r\nTake a look at the account activity:\r\n\r\n06/27/2014         Sell To Close       1             VOD JunWk4 33 Call        $0.30     $9.95     $0.05     $20.00\r\n\r\n06/27/2014         Sell To Close       5             VOD JunWk4 33 Call        $0.30     $0.00     $0.18     $149.82\r\n\r\n06/26/2014         Sell To Close       6             VOD JunWk4 33 Call        $0.24     $0.00     $0.21     $143.79\r\n\r\n06/26/2014         Sell To Close       3             VOD JunWk4 33 Call        $0.24     $9.95     $0.12     $61.93\r\n\r\n06/26/2014         Sell To Close       1             VLO JunWk4 56.5 Put      $4.68     $9.95     $0.05     $458.00\r\n\r\n06/25/2014         Sell To Close       2             VLO JunWk4 56.5 Put      $5.03     $9.95     $0.10     $995.95\r\n\r\n06/24/2014         Sell To Close       4             VLO JunWk4 56.5 Put      $0.74     $9.95     $0.15     $285.90\r\n\r\n06/23/2014         Buy To Open       6             VOD JunWk4 33 Call        $0.11     $9.95     $0.21     ($76.16)\r\n\r\n06/23/2014         Buy To Open       9             VOD JunWk4 33 Call        $0.11     $5.05     $0.32     ($104.37)\r\n\r\n06/23/2014         Buy To Open       7             VLO JunWk4 56.5 Put      $0.34     $9.95     $0.25     ($248.20)\r\n\r\n<strong>Total      $74.70   $1.64     $1,686.66</strong>\r\n\r\nSee you in the room!\r\n\r\nKen Eriksen\r\n\r\n&nbsp;\r\n\r\nPAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS. <span style=\"color: #222222;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, STOCK , OPTIONS, AND FOREIGN EXCHANGE PRODUCTS.</span>','Options Trading - $1,686 Profit','','inherit','open','closed','','1894-revision-v1','','','2014-07-22 15:39:20','2014-07-22 15:39:20','',1894,'http://www.thetradingroom.com/1894-revision-v1/',0,'revision','',0),(1974,2,'2014-07-22 16:32:54','2014-07-22 16:32:54','Learn how I took $428 risk to net 3.9X in profits. Join me in The Trading Room OptionsLine this Tuesday and Thursday at 2pm ET and see how it’s done!\r\n\r\nClick here to join the event: <a style=\"color: #1155cc;\" href=\"https://www3.gotomeeting.com/register/691381142\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/691381142</a>\r\n\r\nI’m a Rios Quant member and a trade coach but most of all, I’m an options trader! The results are real and these are the only two trades taken last week.\r\n\r\nTake a look at the account activity:\r\n\r\n06/27/2014         Sell To Close       1             VOD JunWk4 33 Call        $0.30     $9.95     $0.05     $20.00\r\n\r\n06/27/2014         Sell To Close       5             VOD JunWk4 33 Call        $0.30     $0.00     $0.18     $149.82\r\n\r\n06/26/2014         Sell To Close       6             VOD JunWk4 33 Call        $0.24     $0.00     $0.21     $143.79\r\n\r\n06/26/2014         Sell To Close       3             VOD JunWk4 33 Call        $0.24     $9.95     $0.12     $61.93\r\n\r\n06/26/2014         Sell To Close       1             VLO JunWk4 56.5 Put      $4.68     $9.95     $0.05     $458.00\r\n\r\n06/25/2014         Sell To Close       2             VLO JunWk4 56.5 Put      $5.03     $9.95     $0.10     $995.95\r\n\r\n06/24/2014         Sell To Close       4             VLO JunWk4 56.5 Put      $0.74     $9.95     $0.15     $285.90\r\n\r\n06/23/2014         Buy To Open       6             VOD JunWk4 33 Call        $0.11     $9.95     $0.21     ($76.16)\r\n\r\n06/23/2014         Buy To Open       9             VOD JunWk4 33 Call        $0.11     $5.05     $0.32     ($104.37)\r\n\r\n06/23/2014         Buy To Open       7             VLO JunWk4 56.5 Put      $0.34     $9.95     $0.25     ($248.20)\r\n\r\n<strong>Total      $74.70   $1.64     $1,686.66</strong>\r\n\r\nSee you in the room!\r\n\r\nKen Eriksen\r\n\r\n&nbsp;\r\n\r\nPAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS. <span style=\"color: #222222;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, STOCK , OPTIONS, AND FOREIGN EXCHANGE PRODUCTS.</span>','Options Trading - $1,686 Profit','','inherit','open','closed','','1894-revision-v1','','','2014-07-22 16:32:54','2014-07-22 16:32:54','',1894,'http://www.thetradingroom.com/1894-revision-v1/',0,'revision','',0),(1975,2,'2014-07-23 10:59:44','2014-07-23 10:59:44','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 6:45 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks rose for a second day as companies including Daimler AG reported better-than- expected earnings. U.S. stock-index futures were little changed, while Asian shares climbed.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasury 30-year bond yields were within two basis points of a 13-month low as investors bet the Federal Reserve will refrain from raising interest rates with inflation remaining in check.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">West Texas Intermediate crude fell for a second day after an industry report showed gasoline supplies expanded in the U.S., the world’s biggest oil consumer.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">Australia’s dollar strengthened to the highest in almost two weeks after a government report showed annual inflation accelerated to the fastest pace in four years.</span></div>\r\n<div><span style=\"color: #2a2a2a;\">.</span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA -GBP </span><span style=\"color: #000000;\">BOE Gov Carney Speaks at 7:45, CAD </span><span style=\"color: #000000;\">Core Retail Sales m/m at 8:30, </span><span style=\"color: #000000;\">Crude Oil Inventories at 10:30, NZD </span><span style=\"color: #000000;\">Official Cash Rate and </span><span style=\"color: #000000;\">RBNZ Rate Statement at 17:00, NZD </span><span style=\"color: #000000;\">Trade Balance at 18:45, CNY </span><span style=\"color: #000000;\">HSBC Flash Manufacturing PMI 21:45 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Currencies','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-currencies-2','','','2014-07-23 10:59:44','2014-07-23 10:59:44','',0,'http://www.thetradingroom.com/?p=1975',0,'post','',0),(1976,2,'2014-07-23 10:59:44','2014-07-23 10:59:44','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 6:45 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks rose for a second day as companies including Daimler AG reported better-than- expected earnings. U.S. stock-index futures were little changed, while Asian shares climbed.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasury 30-year bond yields were within two basis points of a 13-month low as investors bet the Federal Reserve will refrain from raising interest rates with inflation remaining in check.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">West Texas Intermediate crude fell for a second day after an industry report showed gasoline supplies expanded in the U.S., the world’s biggest oil consumer.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">Australia’s dollar strengthened to the highest in almost two weeks after a government report showed annual inflation accelerated to the fastest pace in four years.</span></div>\r\n<div><span style=\"color: #2a2a2a;\">.</span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA -GBP </span><span style=\"color: #000000;\">BOE Gov Carney Speaks at 7:45, CAD </span><span style=\"color: #000000;\">Core Retail Sales m/m at 8:30, </span><span style=\"color: #000000;\">Crude Oil Inventories at 10:30, NZD </span><span style=\"color: #000000;\">Official Cash Rate and </span><span style=\"color: #000000;\">RBNZ Rate Statement at 17:00, NZD </span><span style=\"color: #000000;\">Trade Balance at 18:45, CNY </span><span style=\"color: #000000;\">HSBC Flash Manufacturing PMI 21:45 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Currencies','','inherit','open','closed','','1975-revision-v1','','','2014-07-23 10:59:44','2014-07-23 10:59:44','',1975,'http://www.thetradingroom.com/1975-revision-v1/',0,'revision','',0),(1977,2,'2014-07-23 12:59:48','2014-07-23 12:59:48','<div style=\"color: #222222;\"><span style=\"color: #222222;\"><b>Tonight <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_500221659\"><span class=\"aQJ\">July 23rd at 7:30 pm ET</span></span>!</b> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #222222;\">     </span><b><span style=\"color: #222222;\">REGISTER HERE:    </span></b><b style=\"color: #500050;\"><a style=\"color: #444444;\" href=\"https://www3.gotomeeting.com/register/730550646\" target=\"_blank\">https://www3.gotomeeting.<wbr />com/register/730550646</a></b></div>\r\n<div style=\"color: #222222;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #606060;\">\r\n\r\n<span style=\"color: #222222; font-family: Arial, sans-serif;\">During yesterday\'s live trading room </span><span style=\"color: #222222;\">RiosQuant performance coach EP Preston took a small loss of $150 followed by a larger $325 profitable trade per contract in Silver using the GnosTICK Technology. A classic trade for GnosTICK traders taking the profit target exit at the first GnosLevel support level. Learn the techniques to identify </span><b style=\"color: #222222;\">markets poised for powerful moves and how to identify favorable risk vs. reward trade set ups</b><span style=\"color: #222222;\">. Join us tonight and learn how to trade the RiosQuant method from a trader that has been consistently trading the method for over 7 years. </span><span style=\"color: #222222;\">During this educational online class you will learn:</span>\r\n<ol>\r\n	<li><span style=\"color: #222222;\"> </span><span style=\"color: #222222;\">Breakdown review for the recent trades executed in our live The Trading Room TradeLAB.</span></li>\r\n	<li><span style=\"color: #222222;\">Techniques to spot  trading opportunities in stocks, bonds, commodity and forex markets.</span></li>\r\n	<li><span style=\"color: #222222;\">How to use the power of the GnosTICK for predicative price mapping.</span></li>\r\n	<li><span style=\"color: #222222;\">Share your questions with EP and get the answers that you seek from a professional quant trader.</span></li>\r\n</ol>\r\n<div style=\"color: #222222;\"><span style=\"color: #222222;\"><b>Tonight <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_500221659\"><span class=\"aQJ\">July 23rd at 7:30 pm ET</span></span>!</b> </span><b><span style=\"color: #222222;\">   </span></b><b style=\"color: #500050;\"><a style=\"color: #444444;\" href=\"https://www3.gotomeeting.com/register/730550646\" target=\"_blank\">https://www3.gotomeeting.<wbr />com/register/730550646</a></b></div>\r\n</div>\r\n</div>','THE NEXT BIG TRADE: will you be ready?','','publish','open','closed','','next-big-trade-will-ready','','','2014-07-23 13:00:57','2014-07-23 13:00:57','',0,'http://www.thetradingroom.com/?p=1977',0,'post','',0),(1978,2,'2014-07-23 12:58:02','2014-07-23 12:58:02','<div style=\"color: #222222;\"><span style=\"color: #222222;\"><b>Tonight <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_500221659\"><span class=\"aQJ\">July 23rd at 7:30 pm ET</span></span>!</b> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #222222;\">     </span><b><span style=\"color: #222222;\">REGISTER HERE:    </span></b><b style=\"color: #500050;\"><a style=\"color: #444444;\" href=\"https://www3.gotomeeting.com/register/730550646\" target=\"_blank\">https://www3.gotomeeting.<wbr />com/register/730550646</a></b></div>\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #606060;\">\r\n\r\n <span style=\"color: #222222; font-family: Arial, sans-serif;\">During yesterday\'s live trading room </span><span style=\"color: #222222;\">RiosQuant performance coach EP Preston took a small loss of $150 followed by a larger $325 profitable trade per contract in Silver using the GnosTICK Technology. A classic trade for GnosTICK traders taking the profit target exit at the first GnosLevel support level. Learn the techniques to identify </span><b style=\"color: #222222;\">markets poised for powerful moves and how to identify favorable risk vs. reward trade set ups</b><span style=\"color: #222222;\">. Join us tonight and learn how to trade the RiosQuant method from a trader that has been consistently trading the method for over 7 years. </span><span style=\"color: #222222;\">During this educational online class you will learn:</span>\r\n<ol>\r\n	<li><span style=\"color: #222222;\"> </span><span style=\"color: #222222;\">Breakdown review for the recent trades executed in our live The Trading Room TradeLAB.</span></li>\r\n	<li><span style=\"color: #222222;\">Techniques to spot  trading opportunities in stocks, bonds, commodity and forex markets.</span></li>\r\n	<li><span style=\"color: #222222;\">How to use the power of the GnosTICK for predicative price mapping.</span></li>\r\n	<li><span style=\"color: #222222;\">Share your questions with EP and get the answers that you seek from a professional quant trader.</span></li>\r\n</ol>\r\n<div style=\"color: #222222;\"><span style=\"color: #222222;\"><b>Tonight <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_500221659\"><span class=\"aQJ\">July 23rd at 7:30 pm ET</span></span>!</b> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #222222;\">    </span><b><span style=\"color: #222222;\">REGISTER HERE:    </span></b><b style=\"color: #500050;\"><a style=\"color: #444444;\" href=\"https://www3.gotomeeting.com/register/730550646\" target=\"_blank\">https://www3.gotomeeting.<wbr />com/register/730550646</a></b></div>\r\n</div>\r\n</div>','THE NEXT BIG TRADE: will you be ready?','','inherit','open','closed','','1977-revision-v1','','','2014-07-23 12:58:02','2014-07-23 12:58:02','',1977,'http://www.thetradingroom.com/1977-revision-v1/',0,'revision','',0),(1979,2,'2014-07-23 12:58:28','2014-07-23 12:58:28','<div style=\"color: #222222;\"><span style=\"color: #222222;\"><b>Tonight <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_500221659\"><span class=\"aQJ\">July 23rd at 7:30 pm ET</span></span>!</b> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #222222;\">     </span><b><span style=\"color: #222222;\">REGISTER HERE:    </span></b><b style=\"color: #500050;\"><a style=\"color: #444444;\" href=\"https://www3.gotomeeting.com/register/730550646\" target=\"_blank\">https://www3.gotomeeting.<wbr />com/register/730550646</a></b></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #606060;\">\r\n\r\n<span style=\"color: #222222; font-family: Arial, sans-serif;\">During yesterday\'s live trading room </span><span style=\"color: #222222;\">RiosQuant performance coach EP Preston took a small loss of $150 followed by a larger $325 profitable trade per contract in Silver using the GnosTICK Technology. A classic trade for GnosTICK traders taking the profit target exit at the first GnosLevel support level. Learn the techniques to identify </span><b style=\"color: #222222;\">markets poised for powerful moves and how to identify favorable risk vs. reward trade set ups</b><span style=\"color: #222222;\">. Join us tonight and learn how to trade the RiosQuant method from a trader that has been consistently trading the method for over 7 years. </span><span style=\"color: #222222;\">During this educational online class you will learn:</span>\r\n<ol>\r\n	<li><span style=\"color: #222222;\"> </span><span style=\"color: #222222;\">Breakdown review for the recent trades executed in our live The Trading Room TradeLAB.</span></li>\r\n	<li><span style=\"color: #222222;\">Techniques to spot  trading opportunities in stocks, bonds, commodity and forex markets.</span></li>\r\n	<li><span style=\"color: #222222;\">How to use the power of the GnosTICK for predicative price mapping.</span></li>\r\n	<li><span style=\"color: #222222;\">Share your questions with EP and get the answers that you seek from a professional quant trader.</span></li>\r\n</ol>\r\n<div style=\"color: #222222;\"><span style=\"color: #222222;\"><b>Tonight <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_500221659\"><span class=\"aQJ\">July 23rd at 7:30 pm ET</span></span>!</b> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #222222;\">    </span><b><span style=\"color: #222222;\">REGISTER HERE:    </span></b><b style=\"color: #500050;\"><a style=\"color: #444444;\" href=\"https://www3.gotomeeting.com/register/730550646\" target=\"_blank\">https://www3.gotomeeting.<wbr />com/register/730550646</a></b></div>\r\n</div>\r\n</div>','THE NEXT BIG TRADE: will you be ready?','','inherit','open','closed','','1977-revision-v1','','','2014-07-23 12:58:28','2014-07-23 12:58:28','',1977,'http://www.thetradingroom.com/1977-revision-v1/',0,'revision','',0),(1981,2,'2014-07-23 12:59:49','2014-07-23 12:59:49','<div style=\"color: #222222;\"><span style=\"color: #222222;\"><b>Tonight <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_500221659\"><span class=\"aQJ\">July 23rd at 7:30 pm ET</span></span>!</b> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #222222;\">     </span><b><span style=\"color: #222222;\">REGISTER HERE:    </span></b><b style=\"color: #500050;\"><a style=\"color: #444444;\" href=\"https://www3.gotomeeting.com/register/730550646\" target=\"_blank\">https://www3.gotomeeting.<wbr />com/register/730550646</a></b></div>\r\n<div style=\"color: #222222;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #606060;\">\r\n\r\n<span style=\"color: #222222; font-family: Arial, sans-serif;\">During yesterday\'s live trading room </span><span style=\"color: #222222;\">RiosQuant performance coach EP Preston took a small loss of $150 followed by a larger $325 profitable trade per contract in Silver using the GnosTICK Technology. A classic trade for GnosTICK traders taking the profit target exit at the first GnosLevel support level. Learn the techniques to identify </span><b style=\"color: #222222;\">markets poised for powerful moves and how to identify favorable risk vs. reward trade set ups</b><span style=\"color: #222222;\">. Join us tonight and learn how to trade the RiosQuant method from a trader that has been consistently trading the method for over 7 years. </span><span style=\"color: #222222;\">During this educational online class you will learn:</span>\r\n<ol>\r\n	<li><span style=\"color: #222222;\"> </span><span style=\"color: #222222;\">Breakdown review for the recent trades executed in our live The Trading Room TradeLAB.</span></li>\r\n	<li><span style=\"color: #222222;\">Techniques to spot  trading opportunities in stocks, bonds, commodity and forex markets.</span></li>\r\n	<li><span style=\"color: #222222;\">How to use the power of the GnosTICK for predicative price mapping.</span></li>\r\n	<li><span style=\"color: #222222;\">Share your questions with EP and get the answers that you seek from a professional quant trader.</span></li>\r\n</ol>\r\n<div style=\"color: #222222;\"><span style=\"color: #222222;\"><b>Tonight <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_500221659\"><span class=\"aQJ\">July 23rd at 7:30 pm ET</span></span>!</b> </span><b><span style=\"color: #222222;\">   </span></b><b style=\"color: #500050;\"><a style=\"color: #444444;\" href=\"https://www3.gotomeeting.com/register/730550646\" target=\"_blank\">https://www3.gotomeeting.<wbr />com/register/730550646</a></b></div>\r\n</div>\r\n</div>','THE NEXT BIG TRADE: will you be ready?','','inherit','open','closed','','1977-revision-v1','','','2014-07-23 12:59:49','2014-07-23 12:59:49','',1977,'http://www.thetradingroom.com/1977-revision-v1/',0,'revision','',0),(1980,2,'2014-07-23 12:59:04','2014-07-23 12:59:04','<div style=\"color: #222222;\"><span style=\"color: #222222;\"><b>Tonight <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_500221659\"><span class=\"aQJ\">July 23rd at 7:30 pm ET</span></span>!</b> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #222222;\">     </span><b><span style=\"color: #222222;\">REGISTER HERE:    </span></b><b style=\"color: #500050;\"><a style=\"color: #444444;\" href=\"https://www3.gotomeeting.com/register/730550646\" target=\"_blank\">https://www3.gotomeeting.<wbr />com/register/730550646</a></b></div>\r\n<div style=\"color: #222222;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #606060;\">\r\n\r\n<span style=\"color: #222222; font-family: Arial, sans-serif;\">During yesterday\'s live trading room </span><span style=\"color: #222222;\">RiosQuant performance coach EP Preston took a small loss of $150 followed by a larger $325 profitable trade per contract in Silver using the GnosTICK Technology. A classic trade for GnosTICK traders taking the profit target exit at the first GnosLevel support level. Learn the techniques to identify </span><b style=\"color: #222222;\">markets poised for powerful moves and how to identify favorable risk vs. reward trade set ups</b><span style=\"color: #222222;\">. Join us tonight and learn how to trade the RiosQuant method from a trader that has been consistently trading the method for over 7 years. </span><span style=\"color: #222222;\">During this educational online class you will learn:</span>\r\n<ol>\r\n	<li><span style=\"color: #222222;\"> </span><span style=\"color: #222222;\">Breakdown review for the recent trades executed in our live The Trading Room TradeLAB.</span></li>\r\n	<li><span style=\"color: #222222;\">Techniques to spot  trading opportunities in stocks, bonds, commodity and forex markets.</span></li>\r\n	<li><span style=\"color: #222222;\">How to use the power of the GnosTICK for predicative price mapping.</span></li>\r\n	<li><span style=\"color: #222222;\">Share your questions with EP and get the answers that you seek from a professional quant trader.</span></li>\r\n</ol>\r\n<div style=\"color: #222222;\"><span style=\"color: #222222;\"><b>Tonight <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_500221659\"><span class=\"aQJ\">July 23rd at 7:30 pm ET</span></span>!</b> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #222222;\">    </span><b><span style=\"color: #222222;\">REGISTER HERE:    </span></b><b style=\"color: #500050;\"><a style=\"color: #444444;\" href=\"https://www3.gotomeeting.com/register/730550646\" target=\"_blank\">https://www3.gotomeeting.<wbr />com/register/730550646</a></b></div>\r\n</div>\r\n</div>','THE NEXT BIG TRADE: will you be ready?','','inherit','open','closed','','1977-revision-v1','','','2014-07-23 12:59:04','2014-07-23 12:59:04','',1977,'http://www.thetradingroom.com/1977-revision-v1/',0,'revision','',0),(1982,2,'2014-07-23 13:00:47','2014-07-23 13:00:47','','ep silver trade','','inherit','open','closed','','ep-silver-trade','','','2014-07-23 13:00:47','2014-07-23 13:00:47','',1977,'http://www.thetradingroom.com/wp-content/uploads/2014/07/ep-silver-trade-.jpg',0,'attachment','image/jpeg',0),(1983,2,'2014-07-24 11:58:06','2014-07-24 11:58:06','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:00 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks rose for a third day as manufacturing gains in China and the euro area boosted investor confidence the global economic recovery is on track. U.S. stock-index futures and Asian shares were little changed.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">A gauge of bonds around the world extended its advance to the highest level in 14 months after the International Monetary Fund said the Federal Reserve may keep interest rates near zero for longer than investors anticipate.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">China’s gold imports from Hong Kong fell for a fourth month in June amid weaker demand from retailers and a deepening probe into commodities being used in financing deals.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">New Zealand’s dollar slid the most in nine months as the nation’s central bank warned of the potential for a “significant fall” in the currency.</span></div>\r\n<div><span style=\"color: #2a2a2a;\">.</span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA -US </span><span style=\"color: #000000;\">Unemployment Claims due at 8:30, </span><span style=\"color: #000000;\">Flash Manufacturing PMI at 9:45, </span><span style=\"color: #000000;\">New Home Sales at 10:00, </span><span style=\"color: #000000;\">Natural Gas Storage at 10:30, NZD </span><span style=\"color: #000000;\">ANZ Business Confidence at 21:00 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-52','','','2014-07-24 11:58:06','2014-07-24 11:58:06','',0,'http://www.thetradingroom.com/?p=1983',0,'post','',0),(1984,2,'2014-07-24 11:58:06','2014-07-24 11:58:06','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:00 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks rose for a third day as manufacturing gains in China and the euro area boosted investor confidence the global economic recovery is on track. U.S. stock-index futures and Asian shares were little changed.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">A gauge of bonds around the world extended its advance to the highest level in 14 months after the International Monetary Fund said the Federal Reserve may keep interest rates near zero for longer than investors anticipate.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">China’s gold imports from Hong Kong fell for a fourth month in June amid weaker demand from retailers and a deepening probe into commodities being used in financing deals.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">New Zealand’s dollar slid the most in nine months as the nation’s central bank warned of the potential for a “significant fall” in the currency.</span></div>\r\n<div><span style=\"color: #2a2a2a;\">.</span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA -US </span><span style=\"color: #000000;\">Unemployment Claims due at 8:30, </span><span style=\"color: #000000;\">Flash Manufacturing PMI at 9:45, </span><span style=\"color: #000000;\">New Home Sales at 10:00, </span><span style=\"color: #000000;\">Natural Gas Storage at 10:30, NZD </span><span style=\"color: #000000;\">ANZ Business Confidence at 21:00 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1983-revision-v1','','','2014-07-24 11:58:06','2014-07-24 11:58:06','',1983,'http://www.thetradingroom.com/1983-revision-v1/',0,'revision','',0),(1985,2,'2014-07-25 11:17:46','2014-07-25 11:17:46','<span style=\"color: #000000;\">UPDATED 7:00 am ET </span>\r\n<div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2d2b2c;\">European stocks were little changed, heading for their second straight weekly advance, as investors weighed earnings</span><span style=\"color: #2d2b2c;\">. U.S. stock-index futures were also little changed, while Asian shares rose.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasuries headed for their first loss in three weeks before a report forecast to show U.S. durable goods orders rebounded in June, damping demand for the safest assets.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Gold held near a five-week low, heading for a second weekly loss, as the outlook for improving U.S. economic growth curbed demand for a protection of wealth.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">A gauge of the dollar rose to the highest level in a month before a U.S. government report that analysts said will show durable goods orders rebounded in June, adding to signs the economy is gathering momentum.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">ECONOMIC DATA -US </span><span style=\"color: #000000;\">Core Durable Goods Orders m/m due at 8:30 ET.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-53','','','2014-07-25 11:17:46','2014-07-25 11:17:46','',0,'http://www.thetradingroom.com/?p=1985',0,'post','',0),(1986,2,'2014-07-25 11:17:46','2014-07-25 11:17:46','<span style=\"color: #000000;\">UPDATED 7:00 am ET </span>\r\n<div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2d2b2c;\">European stocks were little changed, heading for their second straight weekly advance, as investors weighed earnings</span><span style=\"color: #2d2b2c;\">. U.S. stock-index futures were also little changed, while Asian shares rose.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasuries headed for their first loss in three weeks before a report forecast to show U.S. durable goods orders rebounded in June, damping demand for the safest assets.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Gold held near a five-week low, heading for a second weekly loss, as the outlook for improving U.S. economic growth curbed demand for a protection of wealth.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">A gauge of the dollar rose to the highest level in a month before a U.S. government report that analysts said will show durable goods orders rebounded in June, adding to signs the economy is gathering momentum.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">ECONOMIC DATA -US </span><span style=\"color: #000000;\">Core Durable Goods Orders m/m due at 8:30 ET.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1985-revision-v1','','','2014-07-25 11:17:46','2014-07-25 11:17:46','',1985,'http://www.thetradingroom.com/1985-revision-v1/',0,'revision','',0),(1987,2,'2014-07-27 15:36:12','2014-07-27 15:36:12','<div style=\"color: #222222;\">Thought I\'d share this screen shot from my Nat gas trade last week when the report came out.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">It was a great day.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Thanks for all the help and insight,</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Michael \"Panfish\" Panfil</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">\r\n\r\n<hr />\r\n\r\n<span style=\"color: #333333;\">TESTIMONIALS ARE NOT INDICATIVE OF FUTURE PERFORMANCE OR SUCCESS</span></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>','RiosQuant Members - Congrats Panfish! ','','publish','open','closed','','riosquant-members-congrats-panfish','','','2016-10-09 17:35:40','2016-10-09 17:35:40','',0,'http://www.thetradingroom.com/?p=1987',0,'post','',0),(1988,2,'2014-07-27 15:29:58','2014-07-27 15:29:58','','panfish trade','','inherit','open','closed','','panfish-trade','','','2014-07-27 15:29:58','2014-07-27 15:29:58','',1987,'http://www.thetradingroom.com/wp-content/uploads/2014/07/panfish-trade.jpg',0,'attachment','image/jpeg',0),(1989,2,'2014-07-27 15:30:27','2014-07-27 15:30:27','','panfish tradelab trade','','inherit','open','closed','','panfish-tradelab-trade','','','2014-07-27 15:30:27','2014-07-27 15:30:27','',1987,'http://www.thetradingroom.com/wp-content/uploads/2014/07/panfish-tradelab-trade.jpg',0,'attachment','image/jpeg',0),(1991,2,'2014-07-27 15:34:22','2014-07-27 15:34:22','<div style=\"color: #222222;\">Thought I\'d share this screen shot from my Nat gas trade last week when the report came out. It was a great day.</div>\r\n<div style=\"color: #222222;\">Thanks for all the help and insight,</div>\r\n<div style=\"color: #222222;\">Michael \"Panfish\" Panfil</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>','RiosQuant Members - Congrats Panfish! !!','','inherit','open','closed','','1987-revision-v1','','','2014-07-27 15:34:22','2014-07-27 15:34:22','',1987,'http://www.thetradingroom.com/1987-revision-v1/',0,'revision','',0),(1990,2,'2014-07-27 15:33:08','2014-07-27 15:33:08','<div style=\"color: #222222;\">Thought I\'d share this screen shot from my Nat gas trade last week when the report came out. It was a great day.</div>\r\n<div style=\"color: #222222;\">Thanks for all the help and insight,</div>\r\n<div style=\"color: #222222;\">Michael \"Panfish\" Panfil</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/panfish-trade.jpg\"><img class=\"aligncenter size-full wp-image-1988\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/panfish-trade.jpg\" alt=\"panfish trade\" width=\"579\" height=\"665\" /></a></div>','RiosQuant Members - Congrats Panfish! !!','','inherit','open','closed','','1987-revision-v1','','','2014-07-27 15:33:08','2014-07-27 15:33:08','',1987,'http://www.thetradingroom.com/1987-revision-v1/',0,'revision','',0),(1992,2,'2014-07-27 15:34:35','2014-07-27 15:34:35','<div style=\"color: #222222;\">Thought I\'d share this screen shot from my Nat gas trade last week when the report came out. It was a great day.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Thanks for all the help and insight,</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Michael \"Panfish\" Panfil</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>','RiosQuant Members - Congrats Panfish! ','','inherit','open','closed','','1987-revision-v1','','','2014-07-27 15:34:35','2014-07-27 15:34:35','',1987,'http://www.thetradingroom.com/1987-revision-v1/',0,'revision','',0),(1993,2,'2014-07-27 15:35:18','2014-07-27 15:35:18','<div style=\"color: #222222;\">Thought I\'d share this screen shot from my Nat gas trade last week when the report came out.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">It was a great day.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Thanks for all the help and insight,</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Michael \"Panfish\" Panfil</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>','RiosQuant Members - Congrats Panfish! ','','inherit','open','closed','','1987-revision-v1','','','2014-07-27 15:35:18','2014-07-27 15:35:18','',1987,'http://www.thetradingroom.com/1987-revision-v1/',0,'revision','',0),(1994,2,'2014-07-28 09:40:34','2014-07-28 09:40:34','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 5:30 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks were little changed, following a two-week advance, as investors weighed company earnings and awaited data on American services and home sales. U.S. index futures were little changed, while Asian shares rose.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasuries fell, pushing the 30-year yield up from near a 13-month low, as Federal Reserve policy makers prepare to start a two-day meeting tomorrow.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">West Texas Intermediate crude traded near the lowest level in a week as economic data may signal slowing growth in the U.S., the world’s biggest oil consumer.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The dollar was about 0.1 percent from the strongest level in eight months against the euro as investor bets that it would climb versus the single currency increased to the most since November 2012.</span></div>\r\n<div><span style=\"color: #2a2a2a;\">.</span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA -US </span><span style=\"color: #000000;\">Pending Home Sales m/m due at 10:00 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading','','','2014-07-28 09:40:34','2014-07-28 09:40:34','',0,'http://www.thetradingroom.com/?p=1994',0,'post','',0),(1995,2,'2014-07-28 09:39:01','2014-07-28 09:39:01','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 5:30 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks were little changed, following a two-week advance, as investors weighed company earnings and awaited data on American services and home sales. U.S. index futures were little changed, while Asian shares rose.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasuries fell, pushing the 30-year yield up from near a 13-month low, as Federal Reserve policy makers prepare to start a two-day meeting tomorrow.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">West Texas Intermediate crude traded near the lowest level in a week as economic data may signal slowing growth in the U.S., the world’s biggest oil consumer.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The dollar was about 0.1 percent from the strongest level in eight months against the euro as investor bets that it would climb versus the single currency increased to the most since November 2012.</span></div>\r\n<div><span style=\"color: #2a2a2a;\">.</span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA -US </span><span style=\"color: #000000;\">Pending Home Sales m/m due at 10:00 ET.</span></div>\r\n</div>','Pre-Market Trading ','','inherit','open','closed','','1994-revision-v1','','','2014-07-28 09:39:01','2014-07-28 09:39:01','',1994,'http://www.thetradingroom.com/1994-revision-v1/',0,'revision','',0),(1996,2,'2014-07-28 09:40:34','2014-07-28 09:40:34','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 5:30 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks were little changed, following a two-week advance, as investors weighed company earnings and awaited data on American services and home sales. U.S. index futures were little changed, while Asian shares rose.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasuries fell, pushing the 30-year yield up from near a 13-month low, as Federal Reserve policy makers prepare to start a two-day meeting tomorrow.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">West Texas Intermediate crude traded near the lowest level in a week as economic data may signal slowing growth in the U.S., the world’s biggest oil consumer.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The dollar was about 0.1 percent from the strongest level in eight months against the euro as investor bets that it would climb versus the single currency increased to the most since November 2012.</span></div>\r\n<div><span style=\"color: #2a2a2a;\">.</span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA -US </span><span style=\"color: #000000;\">Pending Home Sales m/m due at 10:00 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','1994-revision-v1','','','2014-07-28 09:40:34','2014-07-28 09:40:34','',1994,'http://www.thetradingroom.com/1994-revision-v1/',0,'revision','',0),(1997,2,'2014-07-28 09:46:03','2014-07-28 09:46:03','From The Desk Of Joe Rios\r\n\r\nWe are now just about halfway through corporate earnings season with most companies beating forecasts. None the less, the S&amp;P 500 closed the week flat with 0.0% change. The US Treasury 10 Year Note also ended the week with 0.0% change as both benchmarks continued to consolidate.\r\n\r\nThe US Dollar did see positive rotation flows gaining 0.7% while most foreign currencies finished the week lower. In the commodity markets Natural Gas was the volatility leader closing the week lower by\r\n\r\n-4.3%. The Material Sector strengthened along with Copper rising 2.0% following Europe and China\'s strong PMI data. In the week ahead I will continue to focus at the stock indices as corporate earnings season continues. Will the upcoming scheduled earnings data surprise Wall Street and help the S&amp;P 500 breakout or will it drive prices lower from the recent double top technical pattern? Will it help push other risk assets out of the recent consolidation patterns? Or will it be the FOMC statement on Wednesday or Friday\'s Nonfarm Employment Change data?\r\n\r\n<b style=\"color: #500050;\">Joe Rios - Founder, Rios Quantitative LLC</b>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/panfish-tradelab-trade.jpg\"><img class=\"aligncenter size-full wp-image-1989\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/panfish-tradelab-trade.jpg\" alt=\"panfish tradelab trade\" width=\"549\" height=\"468\" /></a>\r\n\r\n&nbsp;\r\n<p style=\"color: #500050;\"><b>Live Trading Rooms and Educational Events</b></p>\r\n<p style=\"color: #500050;\"><b>The Trading Room TradeLAB</b></p>\r\n<b style=\"color: #222222;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=2MV9Dh&amp;m=3amJUEt1gkG3nAF&amp;b=pIiePzxtWVup2.KcnjFoVw\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/326467566</a></b>\r\n<p style=\"color: #500050;\"><b>Global Trading with Quantitative Technologies</b></p>\r\n<p style=\"color: #500050;\"><b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_519981674\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_519981675\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_519981676\"><span class=\"aQJ\">7:30 AM ET</span></span></b></p>\r\n<p style=\"color: #500050;\">RQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</p>\r\n<p style=\"color: #500050;\">______________________________<wbr />_______________</p>\r\n<p style=\"color: #500050;\"><b>The Trading Room EDU - Educational Workshop </b></p>\r\n <b>Covering the Rios Quant Trading Indicators:</b>\r\n\r\n<b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_519981677\"><span class=\"aQJ\">Tuesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_519981678\"><span class=\"aQJ\">7:30 PM ET</span></span></b>\r\n\r\n<b>Topic: RQ-Einstein Auto Trading</b>\r\n\r\n<b><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=2MV9Dh&amp;m=3amJUEt1gkG3nAF&amp;b=TO7x9lxeg7r2rIMnf7VeQQ\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/408150566</a></b>\r\n\r\n<b>Presenter: Steve Schwartz</b>\r\n\r\n<b>______________________________<wbr />__________</b>\r\n\r\n<b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_519981679\"><span class=\"aQJ\">Wednesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_519981680\"><span class=\"aQJ\">1:00 PM ET</span></span></b>\r\n\r\n<b><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=2MV9Dh&amp;m=3amJUEt1gkG3nAF&amp;b=9tkfruaHJ3Up55L4Hsu4IQ\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/497327614</a></b>\r\n\r\n<b>Topic: Momentum Trading Oil and E-mini Stock Futures</b>\r\n\r\n<b>Presenter: Steve Schwartz</b>\r\n\r\n<b>______________________________<wbr />_________</b>\r\n\r\n<b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_519981681\"><span class=\"aQJ\">Saturday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_519981682\"><span class=\"aQJ\">11:00 AM ET</span></span></b>\r\n\r\n<b><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=2MV9Dh&amp;m=3amJUEt1gkG3nAF&amp;b=7d_mzZihV4NgcdQEZ22JhQ\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/510493958</a></b>\r\n\r\n<b>Topic: Trading can be as simple as support and resistance</b>\r\n\r\n<b>Presenter: Steve Schwartz</b>\r\n\r\n<b style=\"color: #ffffff;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY  FUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. </span></b><b style=\"color: #ffffff;\"><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></b>','The Week Ahead In The Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-13','','','2014-07-28 09:48:51','2014-07-28 09:48:51','',0,'http://www.thetradingroom.com/?p=1997',0,'post','',0),(1998,2,'2014-07-28 09:45:12','2014-07-28 09:45:12','From The Desk Of Joe Rios\r\n\r\nWe are now just about halfway through corporate earnings season with most companies beating forecasts. None the less, the S&amp;P 500 closed the week flat with 0.0% change. The US Treasury 10 Year Note also ended the week with 0.0% change as both benchmarks continued to consolidate.\r\n\r\nThe US Dollar did see positive rotation flows gaining 0.7% while most foreign currencies finished the week lower. In the commodity markets Natural Gas was the volatility leader closing the week lower by\r\n\r\n-4.3%. The Material Sector strengthened along with Copper rising 2.0% following Europe and China\'s strong PMI data. In the week ahead I will continue to focus at the stock indices as corporate earnings season continues. Will the upcoming scheduled earnings data surprise Wall Street and help the S&amp;P 500 breakout or will it drive prices lower from the recent double top technical pattern? Will it help push other risk assets out of the recent consolidation patterns? Or will it be the FOMC statement on Wednesday or Friday\'s Nonfarm Employment Change data?\r\n\r\n<b style=\"color: #500050;\">Joe Rios - Founder, Rios Quantitative LLC</b>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/panfish-tradelab-trade.jpg\"><img class=\"aligncenter size-full wp-image-1989\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/panfish-tradelab-trade.jpg\" alt=\"panfish tradelab trade\" width=\"549\" height=\"468\" /></a>\r\n\r\n&nbsp;\r\n<p style=\"color: #500050;\"><b>Live Trading Rooms and Educational Events</b></p>\r\n<p style=\"color: #500050;\"><b>The Trading Room TradeLAB</b></p>\r\n<b style=\"color: #222222;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=2MV9Dh&amp;m=3amJUEt1gkG3nAF&amp;b=pIiePzxtWVup2.KcnjFoVw\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/326467566</a></b>\r\n<p style=\"color: #500050;\"><b>Global Trading with Quantitative Technologies</b></p>\r\n<p style=\"color: #500050;\"><b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_519981674\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_519981675\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_519981676\"><span class=\"aQJ\">7:30 AM ET</span></span></b></p>\r\n<p style=\"color: #500050;\">RQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</p>\r\n<p style=\"color: #500050;\">______________________________<wbr />_______________</p>\r\n<p style=\"color: #500050;\"><b>The Trading Room EDU - Educational Workshop </b></p>\r\n&nbsp;\r\n\r\n<b>Covering the Rios Quant Trading Indicators:</b>\r\n\r\n<b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_519981677\"><span class=\"aQJ\">Tuesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_519981678\"><span class=\"aQJ\">7:30 PM ET</span></span></b>\r\n\r\n<b>Topic: RQ-Einstein Auto Trading</b>\r\n\r\n<b><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=2MV9Dh&amp;m=3amJUEt1gkG3nAF&amp;b=TO7x9lxeg7r2rIMnf7VeQQ\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/408150566</a></b>\r\n\r\n<b>Presenter: Steve Schwartz</b>\r\n\r\n<b>______________________________<wbr />__________</b>\r\n\r\n<b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_519981679\"><span class=\"aQJ\">Wednesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_519981680\"><span class=\"aQJ\">1:00 PM ET</span></span></b>\r\n\r\n<b><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=2MV9Dh&amp;m=3amJUEt1gkG3nAF&amp;b=9tkfruaHJ3Up55L4Hsu4IQ\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/497327614</a></b>\r\n\r\n<b>Topic: Momentum Trading Oil and E-mini Stock Futures</b>\r\n\r\n<b>Presenter: Steve Schwartz</b>\r\n\r\n<b>______________________________<wbr />_________</b>\r\n\r\n<b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_519981681\"><span class=\"aQJ\">Saturday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_519981682\"><span class=\"aQJ\">11:00 AM ET</span></span></b>\r\n\r\n<b><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=2MV9Dh&amp;m=3amJUEt1gkG3nAF&amp;b=7d_mzZihV4NgcdQEZ22JhQ\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/510493958</a></b>\r\n\r\n<b>Topic: Trading can be as simple as support and resistance</b>\r\n\r\n<b>Presenter: Steve Schwartz</b>\r\n\r\n<b style=\"color: #ffffff;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY  FUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. </span></b><b style=\"color: #ffffff;\"><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></b>','The Week Ahead In The Global Financial Markets','','inherit','open','closed','','1997-revision-v1','','','2014-07-28 09:45:12','2014-07-28 09:45:12','',1997,'http://www.thetradingroom.com/1997-revision-v1/',0,'revision','',0),(1999,2,'2014-07-28 09:46:03','2014-07-28 09:46:03','From The Desk Of Joe Rios\r\n\r\nWe are now just about halfway through corporate earnings season with most companies beating forecasts. None the less, the S&amp;P 500 closed the week flat with 0.0% change. The US Treasury 10 Year Note also ended the week with 0.0% change as both benchmarks continued to consolidate.\r\n\r\nThe US Dollar did see positive rotation flows gaining 0.7% while most foreign currencies finished the week lower. In the commodity markets Natural Gas was the volatility leader closing the week lower by\r\n\r\n-4.3%. The Material Sector strengthened along with Copper rising 2.0% following Europe and China\'s strong PMI data. In the week ahead I will continue to focus at the stock indices as corporate earnings season continues. Will the upcoming scheduled earnings data surprise Wall Street and help the S&amp;P 500 breakout or will it drive prices lower from the recent double top technical pattern? Will it help push other risk assets out of the recent consolidation patterns? Or will it be the FOMC statement on Wednesday or Friday\'s Nonfarm Employment Change data?\r\n\r\n<b style=\"color: #500050;\">Joe Rios - Founder, Rios Quantitative LLC</b>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/panfish-tradelab-trade.jpg\"><img class=\"aligncenter size-full wp-image-1989\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/07/panfish-tradelab-trade.jpg\" alt=\"panfish tradelab trade\" width=\"549\" height=\"468\" /></a>\r\n\r\n&nbsp;\r\n<p style=\"color: #500050;\"><b>Live Trading Rooms and Educational Events</b></p>\r\n<p style=\"color: #500050;\"><b>The Trading Room TradeLAB</b></p>\r\n<b style=\"color: #222222;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=2MV9Dh&amp;m=3amJUEt1gkG3nAF&amp;b=pIiePzxtWVup2.KcnjFoVw\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/326467566</a></b>\r\n<p style=\"color: #500050;\"><b>Global Trading with Quantitative Technologies</b></p>\r\n<p style=\"color: #500050;\"><b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_519981674\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_519981675\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_519981676\"><span class=\"aQJ\">7:30 AM ET</span></span></b></p>\r\n<p style=\"color: #500050;\">RQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</p>\r\n<p style=\"color: #500050;\">______________________________<wbr />_______________</p>\r\n<p style=\"color: #500050;\"><b>The Trading Room EDU - Educational Workshop </b></p>\r\n <b>Covering the Rios Quant Trading Indicators:</b>\r\n\r\n<b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_519981677\"><span class=\"aQJ\">Tuesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_519981678\"><span class=\"aQJ\">7:30 PM ET</span></span></b>\r\n\r\n<b>Topic: RQ-Einstein Auto Trading</b>\r\n\r\n<b><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=2MV9Dh&amp;m=3amJUEt1gkG3nAF&amp;b=TO7x9lxeg7r2rIMnf7VeQQ\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/408150566</a></b>\r\n\r\n<b>Presenter: Steve Schwartz</b>\r\n\r\n<b>______________________________<wbr />__________</b>\r\n\r\n<b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_519981679\"><span class=\"aQJ\">Wednesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_519981680\"><span class=\"aQJ\">1:00 PM ET</span></span></b>\r\n\r\n<b><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=2MV9Dh&amp;m=3amJUEt1gkG3nAF&amp;b=9tkfruaHJ3Up55L4Hsu4IQ\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/497327614</a></b>\r\n\r\n<b>Topic: Momentum Trading Oil and E-mini Stock Futures</b>\r\n\r\n<b>Presenter: Steve Schwartz</b>\r\n\r\n<b>______________________________<wbr />_________</b>\r\n\r\n<b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_519981681\"><span class=\"aQJ\">Saturday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_519981682\"><span class=\"aQJ\">11:00 AM ET</span></span></b>\r\n\r\n<b><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=2MV9Dh&amp;m=3amJUEt1gkG3nAF&amp;b=7d_mzZihV4NgcdQEZ22JhQ\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/510493958</a></b>\r\n\r\n<b>Topic: Trading can be as simple as support and resistance</b>\r\n\r\n<b>Presenter: Steve Schwartz</b>\r\n\r\n<b style=\"color: #ffffff;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY  FUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. </span></b><b style=\"color: #ffffff;\"><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></b>','The Week Ahead In The Global Financial Markets','','inherit','open','closed','','1997-revision-v1','','','2014-07-28 09:46:03','2014-07-28 09:46:03','',1997,'http://www.thetradingroom.com/1997-revision-v1/',0,'revision','',0),(2000,2,'2014-07-29 09:41:40','2014-07-29 09:41:40','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 5:30 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2d2b2c;\">European </span><a style=\"font-weight: bold; color: #003399;\" title=\"Get Quote\" href=\"http://www.bloomberg.com/quote/SXXP:IND\">stocks</a><span style=\"color: #2d2b2c;\"> erased their advance as </span><a style=\"font-weight: bold; color: #003399;\" title=\"Get Quote\" href=\"http://www.bloomberg.com/quote/RNO:FP\">Renault SA (RNO)</a><span style=\"color: #2d2b2c;\"> dragged carmakers lower, offsetting reports of better-than-expected profit at companies including BP Plc and Ferrovial SA. U.S. index futures were little changed, while Asian shares climbed.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">U.S. five-year yields reached the highest level since 2010 relative to other Treasury benchmarks as investors prepared to bid for $35 billion of the securities at an auction today.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2d2b2c;\">Soybeans climbed for a second day, advancing to the highest level in almost two weeks, on speculation that dry weather in the U.S. will reduce yields in the world’s biggest producer.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The US dollar touched the strongest in six weeks against major peers amid optimism the U.S. recovery is gathering pace. New Zealand’s currency fell on prospects of lower earnings for the nation’s dairy farmers.</span></div>\r\n<div><span style=\"color: #2a2a2a;\">.</span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA -US </span><span style=\"color: #000000;\">S&amp;P/CS Composite-20 HPI y/y at 9:00, </span><span style=\"color: #000000;\">CB Consumer Confidence at 10:00, NZD </span><span style=\"color: #000000;\">Building Consents m/m at 18:45 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-54','','','2014-07-29 09:41:40','2014-07-29 09:41:40','',0,'http://www.thetradingroom.com/?p=2000',0,'post','',0),(2001,2,'2014-07-29 09:41:40','2014-07-29 09:41:40','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 5:30 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2d2b2c;\">European </span><a style=\"font-weight: bold; color: #003399;\" title=\"Get Quote\" href=\"http://www.bloomberg.com/quote/SXXP:IND\">stocks</a><span style=\"color: #2d2b2c;\"> erased their advance as </span><a style=\"font-weight: bold; color: #003399;\" title=\"Get Quote\" href=\"http://www.bloomberg.com/quote/RNO:FP\">Renault SA (RNO)</a><span style=\"color: #2d2b2c;\"> dragged carmakers lower, offsetting reports of better-than-expected profit at companies including BP Plc and Ferrovial SA. U.S. index futures were little changed, while Asian shares climbed.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">U.S. five-year yields reached the highest level since 2010 relative to other Treasury benchmarks as investors prepared to bid for $35 billion of the securities at an auction today.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2d2b2c;\">Soybeans climbed for a second day, advancing to the highest level in almost two weeks, on speculation that dry weather in the U.S. will reduce yields in the world’s biggest producer.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The US dollar touched the strongest in six weeks against major peers amid optimism the U.S. recovery is gathering pace. New Zealand’s currency fell on prospects of lower earnings for the nation’s dairy farmers.</span></div>\r\n<div><span style=\"color: #2a2a2a;\">.</span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA -US </span><span style=\"color: #000000;\">S&amp;P/CS Composite-20 HPI y/y at 9:00, </span><span style=\"color: #000000;\">CB Consumer Confidence at 10:00, NZD </span><span style=\"color: #000000;\">Building Consents m/m at 18:45 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','2000-revision-v1','','','2014-07-29 09:41:40','2014-07-29 09:41:40','',2000,'http://www.thetradingroom.com/2000-revision-v1/',0,'revision','',0),(2002,2,'2014-07-31 09:54:59','2014-07-31 09:54:59','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 5:45 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><a style=\"font-weight: bold; color: #003399;\" title=\"Get Quote\" href=\"http://www.bloomberg.com/quote/SXXP:IND\">European stocks</a><span style=\"color: #2d2b2c;\"> declined the most in two weeks as Adidas AG lowered its profit forecast, outweighing better-than-expected earnings at energy companies </span><a style=\"font-weight: bold; color: #003399;\" title=\"Get Quote\" href=\"http://www.bloomberg.com/quote/RDSA:LN\">Royal Dutch Shell Plc (RDSA)</a><span style=\"color: #2d2b2c;\">and BG Group Plc. U.S. stock-index futures and Asian shares also dropped.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasuries headed for a second monthly decline as investors added to bets the Federal Reserve will raise interest rates after economic growth surged past analysts’ forecasts.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2d2b2c;\">West Texas Intermediate dropped for a fourth day, slipping below $100 a barrel, as the dollar headed for its biggest monthly gain against the euro since last February, curbing the appeal of the commodity.</span><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The dollar headed for its biggest monthly gain versus the euro since February last year as signs the U.S. economy is strengthening spurred traders to boost predictions for higher Federal Reserve interest rates.</span></div>\r\n<div><span style=\"color: #2a2a2a;\">.</span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA -US </span><span style=\"color: #000000;\">Unemployment Claims and CAD </span><span style=\"color: #000000;\">GDP m/m due at 8:30, </span><span style=\"color: #000000;\">Chicago PMI at 9:45, </span><span style=\"color: #000000;\">Natural Gas Storage at 10:30, CNY </span><span style=\"color: #000000;\">Manufacturing PMI at 21:00, ADU </span><span style=\"color: #000000;\">PPI q/q at 21:30, CNY </span><span style=\"color: #000000;\">HSBC Final Manufacturing PMI at 21:45, JPY </span><span style=\"color: #000000;\">BOJ Gov Kuroda Speaks</span><span style=\"color: #000000;\"> at 23:30 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-55','','','2014-07-31 09:54:59','2014-07-31 09:54:59','',0,'http://www.thetradingroom.com/?p=2002',0,'post','',0),(2003,2,'2014-07-31 09:54:59','2014-07-31 09:54:59','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 5:45 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><a style=\"font-weight: bold; color: #003399;\" title=\"Get Quote\" href=\"http://www.bloomberg.com/quote/SXXP:IND\">European stocks</a><span style=\"color: #2d2b2c;\"> declined the most in two weeks as Adidas AG lowered its profit forecast, outweighing better-than-expected earnings at energy companies </span><a style=\"font-weight: bold; color: #003399;\" title=\"Get Quote\" href=\"http://www.bloomberg.com/quote/RDSA:LN\">Royal Dutch Shell Plc (RDSA)</a><span style=\"color: #2d2b2c;\">and BG Group Plc. U.S. stock-index futures and Asian shares also dropped.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasuries headed for a second monthly decline as investors added to bets the Federal Reserve will raise interest rates after economic growth surged past analysts’ forecasts.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2d2b2c;\">West Texas Intermediate dropped for a fourth day, slipping below $100 a barrel, as the dollar headed for its biggest monthly gain against the euro since last February, curbing the appeal of the commodity.</span><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The dollar headed for its biggest monthly gain versus the euro since February last year as signs the U.S. economy is strengthening spurred traders to boost predictions for higher Federal Reserve interest rates.</span></div>\r\n<div><span style=\"color: #2a2a2a;\">.</span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA -US </span><span style=\"color: #000000;\">Unemployment Claims and CAD </span><span style=\"color: #000000;\">GDP m/m due at 8:30, </span><span style=\"color: #000000;\">Chicago PMI at 9:45, </span><span style=\"color: #000000;\">Natural Gas Storage at 10:30, CNY </span><span style=\"color: #000000;\">Manufacturing PMI at 21:00, ADU </span><span style=\"color: #000000;\">PPI q/q at 21:30, CNY </span><span style=\"color: #000000;\">HSBC Final Manufacturing PMI at 21:45, JPY </span><span style=\"color: #000000;\">BOJ Gov Kuroda Speaks</span><span style=\"color: #000000;\"> at 23:30 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','2002-revision-v1','','','2014-07-31 09:54:59','2014-07-31 09:54:59','',2002,'http://www.thetradingroom.com/2002-revision-v1/',0,'revision','',0),(2004,2,'2014-08-01 09:58:55','2014-08-01 09:58:55','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 5:55 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2d2b2c;\">Asian </span><a style=\"font-weight: bold; color: #003399;\" title=\"Get Quote\" href=\"http://www.bloomberg.com/quote/MXAPJ:IND\" target=\"_blank\">stocks</a><span style=\"color: #2d2b2c;\"> slumped, extending the biggest global rout in six months. European shares and US stock futures trading lower before a US jobs report.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasuries fell, extending the world’s biggest government bond losses over the past two months, on speculation employment data today will bolster the case for the Federal Reserve to raise interest rates in 2015.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2d2b2c;\">West Texas Intermediate headed for its biggest weekly decline since January amid signs of weaker fuel demand in the U.S., the world’s biggest oil consumer.</span><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The dollar headed for a third weekly increase versus the euro as signs of a sustained U.S. recovery boost speculation the Federal Reserve is moving toward raising interest rates.</span></div>\r\n<div><span style=\"color: #2a2a2a;\">.</span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA -US </span><span style=\"color: #000000;\">Non-Farm Employment Change due at 8:30, </span><span style=\"color: #000000;\">ISM Manufacturing PMI at 10:00 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-56','','','2014-08-01 09:58:55','2014-08-01 09:58:55','',0,'http://www.thetradingroom.com/?p=2004',0,'post','',0),(2005,2,'2014-08-01 09:58:55','2014-08-01 09:58:55','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 5:55 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2d2b2c;\">Asian </span><a style=\"font-weight: bold; color: #003399;\" title=\"Get Quote\" href=\"http://www.bloomberg.com/quote/MXAPJ:IND\" target=\"_blank\">stocks</a><span style=\"color: #2d2b2c;\"> slumped, extending the biggest global rout in six months. European shares and US stock futures trading lower before a US jobs report.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasuries fell, extending the world’s biggest government bond losses over the past two months, on speculation employment data today will bolster the case for the Federal Reserve to raise interest rates in 2015.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2d2b2c;\">West Texas Intermediate headed for its biggest weekly decline since January amid signs of weaker fuel demand in the U.S., the world’s biggest oil consumer.</span><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The dollar headed for a third weekly increase versus the euro as signs of a sustained U.S. recovery boost speculation the Federal Reserve is moving toward raising interest rates.</span></div>\r\n<div><span style=\"color: #2a2a2a;\">.</span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA -US </span><span style=\"color: #000000;\">Non-Farm Employment Change due at 8:30, </span><span style=\"color: #000000;\">ISM Manufacturing PMI at 10:00 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','2004-revision-v1','','','2014-08-01 09:58:55','2014-08-01 09:58:55','',2004,'http://www.thetradingroom.com/2004-revision-v1/',0,'revision','',0),(2006,2,'2014-08-02 13:32:42','0000-00-00 00:00:00','','FB-Lab1','','draft','open','closed','','fb-lab1','','','2014-08-02 13:32:42','0000-00-00 00:00:00','',0,'http://www.thetradingroom.com/?page_id=2006',0,'page','',0),(2007,2,'2014-08-02 14:07:39','0000-00-00 00:00:00','','FB-LAB2','','draft','open','closed','','fb-lab2','','','2014-08-02 14:07:39','2014-08-02 14:07:39','',0,'http://www.thetradingroom.com/?page_id=2007',0,'page','',0),(2008,2,'2014-08-02 13:42:23','2014-08-02 13:42:23','','EP PERFORMANCE 7-31','','inherit','open','closed','','ep-performance-7-31','','','2014-08-02 13:42:23','2014-08-02 13:42:23','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/08/EP-PERFORMANCE-7-31.jpg',0,'attachment','image/jpeg',0),(2009,2,'2014-08-02 14:01:38','2014-08-02 14:01:38','','FB-LAB2','','inherit','open','closed','','2007-revision-v1','','','2014-08-02 14:01:38','2014-08-02 14:01:38','',2007,'http://www.thetradingroom.com/2007-revision-v1/',0,'revision','',0),(2010,2,'2014-08-02 14:43:06','0000-00-00 00:00:00','','FB-LAB3','','draft','open','closed','','fb-lab3','','','2014-08-02 14:43:06','2014-08-02 14:43:06','',0,'http://www.thetradingroom.com/?page_id=2010',0,'page','',0),(2011,2,'2014-08-02 14:09:06','2014-08-02 14:09:06','','FB-LAB3','','inherit','open','closed','','2010-revision-v1','','','2014-08-02 14:09:06','2014-08-02 14:09:06','',2010,'http://www.thetradingroom.com/2010-revision-v1/',0,'revision','',0),(2012,2,'2014-08-02 14:10:24','2014-08-02 14:10:24','','EP GOLD SHORT','','inherit','open','closed','','ep-gold-short','','','2014-08-02 14:10:24','2014-08-02 14:10:24','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/08/EP-GOLD-SHORT.jpg',0,'attachment','image/jpeg',0),(2013,2,'2014-08-02 14:49:56','2014-08-02 14:49:56','Watch short video and see how RiosQuant trader EP Preston trades the US employment data release in LIVE market. This is the next generation of trading in the global markets. We invite you to be a part of it. Get ready to be amazed!\r\n\r\nIf you like what you see then GET STARTED! Click on the following link to register: <a href=\"http://www.thetradingroom.com/?page_id=2010&amp;preview=true\">http://www.thetradingroom.com/?page_id=2010&amp;preview=true</a>\r\n\r\n<span style=\"color: #500050;\">The following resources and complimentary education will be available to you.</span>\r\n<ul style=\"color: #500050;\">\r\n	<li>A minimum of two live webinar training workshops per week - instructional online classes</li>\r\n	<li>180 hours of access to our daily live trading room - Ranked among top 10 from over 420 rooms by Futures Truth Magazine</li>\r\n	<li>Training guides including GnosTICK Trading and RQ Cross Box Analytics</li>\r\n	<li>Over 100 hours of tutorial videos</li>\r\n	<li>One-on-one and small group coaching sessions with a RiosQuant Performance Coach</li>\r\n	<li>Access to our RQ Cross Box quantitative trend analysis and rankings, including daily updates to 18 trading instruments including the financials, metals, energies, grains and forex market</li>\r\n	<li> State of the art trading platform and strategy software (limited time)</li>\r\n</ul>\r\n&nbsp;','BE AMAZED! Trading Futures During Unemployment Data','','publish','open','closed','','amazed-trading-futures-unemployment-data','','','2014-08-02 15:01:55','2014-08-02 15:01:55','',0,'http://www.thetradingroom.com/?p=2013',0,'post','',0),(2014,2,'2014-08-02 14:48:09','2014-08-02 14:48:09','Watch short video and see how RiosQuant trader EP Preston trades the US employment data release in LIVE market. This is the next generation of trading in the global markets. We invite you to be a part of it. Get ready to be amazed!','BE AMAZED! Trading Futures ','','inherit','open','closed','','2013-revision-v1','','','2014-08-02 14:48:09','2014-08-02 14:48:09','',2013,'http://www.thetradingroom.com/2013-revision-v1/',0,'revision','',0),(2015,2,'2014-08-02 14:49:24','2014-08-02 14:49:24','Watch short video and see how RiosQuant trader EP Preston trades the US employment data release in LIVE market. This is the next generation of trading in the global markets. We invite you to be a part of it. Get ready to be amazed!','BE AMAZED! Trading Futures During Unemployment Data','','inherit','open','closed','','2013-revision-v1','','','2014-08-02 14:49:24','2014-08-02 14:49:24','',2013,'http://www.thetradingroom.com/2013-revision-v1/',0,'revision','',0),(2016,2,'2014-08-02 15:01:44','2014-08-02 15:01:44','Watch short video and see how RiosQuant trader EP Preston trades the US employment data release in LIVE market. This is the next generation of trading in the global markets. We invite you to be a part of it. Get ready to be amazed!\n\nIf you like what you see then GET STARTED! Click on the following link to register: <a href=\"http://www.thetradingroom.com/?page_id=2010&amp;preview=true\">http://www.thetradingroom.com/?page_id=2010&amp;preview=true</a>\n\n<span style=\"color: #500050;\">The following resources and complimentary education will be available to you.</span>\n<ul style=\"color: #500050;\">\n	<li>A minimum of two live webinar training workshops per week - instructional online classes</li>\n	<li>180 hours of access to our daily live trading room - Ranked among top 10 from over 420 rooms by Futures Truth Magazine</li>\n	<li>Training guides including GnosTICK Trading and RQ Cross Box Analytics</li>\n	<li>Over 100 hours of tutorial videos</li>\n	<li>One-on-one and small group coaching sessions with a RiosQuant Performance Coach</li>\n	<li>Access to our RQ Cross Box quantitative trend analysis and rankings, including daily updates to 18 trading instruments including the financials, metals, energies, grains and forex market</li>\n	<li> State of the art trading platform and strategy software (limited time)</li>\n</ul>\n&nbsp;','BE AMAZED! Trading Futures During Unemployment Data','','inherit','open','closed','','2013-autosave-v1','','','2014-08-02 15:01:44','2014-08-02 15:01:44','',2013,'http://www.thetradingroom.com/2013-autosave-v1/',0,'revision','',0),(2017,2,'2014-08-02 15:01:55','2014-08-02 15:01:55','Watch short video and see how RiosQuant trader EP Preston trades the US employment data release in LIVE market. This is the next generation of trading in the global markets. We invite you to be a part of it. Get ready to be amazed!\r\n\r\nIf you like what you see then GET STARTED! Click on the following link to register: <a href=\"http://www.thetradingroom.com/?page_id=2010&amp;preview=true\">http://www.thetradingroom.com/?page_id=2010&amp;preview=true</a>\r\n\r\n<span style=\"color: #500050;\">The following resources and complimentary education will be available to you.</span>\r\n<ul style=\"color: #500050;\">\r\n	<li>A minimum of two live webinar training workshops per week - instructional online classes</li>\r\n	<li>180 hours of access to our daily live trading room - Ranked among top 10 from over 420 rooms by Futures Truth Magazine</li>\r\n	<li>Training guides including GnosTICK Trading and RQ Cross Box Analytics</li>\r\n	<li>Over 100 hours of tutorial videos</li>\r\n	<li>One-on-one and small group coaching sessions with a RiosQuant Performance Coach</li>\r\n	<li>Access to our RQ Cross Box quantitative trend analysis and rankings, including daily updates to 18 trading instruments including the financials, metals, energies, grains and forex market</li>\r\n	<li> State of the art trading platform and strategy software (limited time)</li>\r\n</ul>\r\n&nbsp;','BE AMAZED! Trading Futures During Unemployment Data','','inherit','open','closed','','2013-revision-v1','','','2014-08-02 15:01:55','2014-08-02 15:01:55','',2013,'http://www.thetradingroom.com/2013-revision-v1/',0,'revision','',0),(2018,2,'2014-08-04 11:12:03','2014-08-04 11:12:03','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 6:45 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><a style=\"font-weight: bold; color: #003399;\" title=\"Get Quote\" href=\"http://www.bloomberg.com/quote/SXXP:IND\">European stocks</a><span style=\"color: #2d2b2c;\"> and</span><span style=\"color: #2d2b2c;\"> Asian shares were little changed while </span><span style=\"color: #2a2a2a;\">U.S. stock-index futures climbed, indicating equities may rebound from the biggest weekly loss in two years, as investors awaited earnings reports</span><span style=\"color: #2a2a2a;\">.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasuries halted an advance from the end of last week after Portugal’s central bank took control of Banco Espirito Santo SA.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">West Texas Intermediate traded at its lowest in almost six months before economic data from the U.S., the world’s biggest oil consumer.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The euro was 0.4 percent from its lowest level versus the dollar since November as investors held the largest position in two years betting on a drop in the currency before the region’s central bank meets this week.</span></div>\r\n<div><span style=\"color: #2a2a2a;\">.</span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - AUD </span><span style=\"color: #000000;\">Trade Balance due at 21:30, CNY </span><span style=\"color: #000000;\">HSBC Services PMI at 21:45 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-57','','','2014-08-04 11:12:48','2014-08-04 11:12:48','',0,'http://www.thetradingroom.com/?p=2018',0,'post','',0),(2019,2,'2014-08-04 11:12:03','2014-08-04 11:12:03','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 6:45 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><a style=\"font-weight: bold; color: #003399;\" title=\"Get Quote\" href=\"http://www.bloomberg.com/quote/SXXP:IND\">European stocks</a><span style=\"color: #2d2b2c;\"> and</span><span style=\"color: #2d2b2c;\"> Asian shares were little changed while </span><span style=\"color: #2a2a2a;\">U.S. stock-index futures climbed, indicating equities may rebound from the biggest weekly loss in two years, as investors awaited earnings reports</span><span style=\"color: #2a2a2a;\">.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasuries halted an advance from the end of last week after Portugal’s central bank took control of Banco Espirito Santo SA.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">West Texas Intermediate traded at its lowest in almost six months before economic data from the U.S., the world’s biggest oil consumer.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The euro was 0.4 percent from its lowest level versus the dollar since November as investors held the largest position in two years betting on a drop in the currency before the region’s central bank meets this week.</span></div>\r\n<div><span style=\"color: #2a2a2a;\">.</span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - AUD </span><span style=\"color: #000000;\">Trade Balance due at 21:30, CNY </span><span style=\"color: #000000;\">HSBC Services PMI at 21:45 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','2018-revision-v1','','','2014-08-04 11:12:03','2014-08-04 11:12:03','',2018,'http://www.thetradingroom.com/2018-revision-v1/',0,'revision','',0),(2020,2,'2014-08-04 11:20:22','2014-08-04 11:20:22','&nbsp;\r\n\r\n&nbsp;\r\n\r\nFrom the desk of Joe Rios\r\n\r\nThe US dollar continued to climb higher but settled in consolidation mode towards the end of the week. In similar fashion Natural Gas and the Grains finished the week consolidating from previous downward trends. The stock indices broke down from support levels identified by the RQ-Channel #2. The US Treasury 10 Year Note closed the week flat while the Metals finished the week little changed. The recent volatility was welcomed by most momentum style traders. Trade opportunities were seen for intraday trading styles for both the London and US trading sessions. Last week\'s price action ended like a cliffhanger, therefore I am looking forward to the week ahead in the financial markets. Which market will be in the forefront of volatility? Will the US dollar continue the uptrend or begin to consolidate? Or will profit-taking trigger a reversal? In the week ahead I will continue to focus on the stock indices and the correlations with the risk assets including Crude Oil and Copper. The Metals market should also provide intraday trading opportunities.\r\n\r\n<b style=\"color: #500050;\">Joe Rios - Founder, Rios Quantitative LLC</b>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<div class=\"im\" style=\"color: #500050;\">\r\n\r\n<b>Live Trading Rooms and Educational Events</b>\r\n\r\n<b>The Trading Room TradeLAB</b>\r\n\r\n<b style=\"color: #222222;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3amorKJNHfrDnAF&amp;b=NYJBtXG8CGCjMOE7M4E71A\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/345441486</a></b>\r\n<b>Global Trading with Quantitative Technologies</b>\r\n\r\n<b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1007915093\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1007915094\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1007915095\"><span class=\"aQJ\">7:30 AM ET</span></span></b>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n______________________________<wbr />______________\r\n\r\n<b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1007915096\"><span class=\"aQJ\">Wednesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1007915097\"><span class=\"aQJ\">7:30 PM ET</span></span></b>\r\n<p style=\"color: #222222;\">The RiosQuant 90 Day Training Program - Workshop</p>\r\n<p style=\"color: #222222;\">Training Session 5 of 12 with Steve Schwartz</p>\r\n<p style=\"color: #222222;\"><b><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3amorKJNHfrDnAF&amp;b=zPhRL6_JxwgrPLbPwCC1XQ\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/380670942</a></b></p>\r\n\r\n</div>\r\n______________________________<wbr />______________\r\n<div class=\"im\" style=\"color: #500050;\">\r\n\r\n<b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1007915098\"><span class=\"aQJ\">Saturday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1007915099\"><span class=\"aQJ\">11:00 AM ET</span></span></b>\r\n<p style=\"color: #222222;\"><b><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3amorKJNHfrDnAF&amp;b=FTv0MMs3WQbb3siVhJur_A\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/388037374</a>\r\n</b></p>\r\n<p style=\"color: #222222;\">Topic: RiosQuant Basics</p>\r\n<p style=\"color: #222222;\">Presenter: Steve Schwartz</p>\r\n\r\n</div>\r\n<p style=\"color: #222222;\">______________________________<wbr />______________</p>\r\n\r\n<div class=\"im\" style=\"color: #500050;\">\r\n<p style=\"color: #222222;\"><b>The Trading Room OptionsLine with JC and KME (Tue Only at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1007915100\"><span class=\"aQJ\">3pm ET</span></span>)</b></p>\r\n<p style=\"color: #222222;\"><b><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3amorKJNHfrDnAF&amp;b=bO.MArLMNPCb2cAF8mzsVA\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/400659822</a></b></p>\r\n\r\n</div>\r\n\r\n<hr />\r\n\r\nECONOMIC DATA RELEASES THAT MAY HAVE AN IMPACT ON THE MARKETS\r\n\r\nMonday\r\n\r\n4:30 AM               GBP       Construction PMI\r\n\r\n9:30 PM                AUD       Trade Balance\r\n\r\n9:45 PM                CNY        HSBC Services PMI\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n12:30 AM             AUD       RBA Rate Statement\r\n\r\n10:00 AM             USD       ISM Non-Manufacturing PMI\r\n\r\n6:45 PM                NZD       Unemployment Rate\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n2:00 AM               EUR        German Factory Orders\r\n\r\n4:30 AM               GBP       Manufacturing Production\r\n\r\n8:30 AM               CAD       Trade Balance\r\n\r\n8:30 AM               USD       Trade Balance\r\n\r\n10:00 AM             GBP       NIESER GDP Estimate\r\n\r\n10:30 AM                             Crude Oil Inventories\r\n\r\n9:30 PM                AUD       Unemployment Rate\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n7:00 AM               GBP       Official Bank Rate\r\n\r\n8:30 AM               Cad        Building Permits\r\n\r\n8:30 AM               USD       Unemployment Claims\r\n\r\n8:30 AM               EUR        ECB Press Conference\r\n\r\n10:00 AM             CAD       Ivey PMI\r\n\r\n10:30 AM                             Natural Gas Storage\r\n\r\n9:30 PM                AUD       RBA Monetary Policy Statement\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\nTentative             CNY        Trade Balance\r\n\r\nTentative             JPY         BOJ Press Conference\r\n\r\n8:30 AM               CAD       Unemployment Rate\r\n\r\n9:30 PM                CNY        CPI\r\n\r\n&nbsp;','The Week Ahead in the Financial Global Markets','','publish','open','closed','','week-ahead-financial-global-markets','','','2014-08-04 11:22:05','2014-08-04 11:22:05','',0,'http://www.thetradingroom.com/?p=2020',0,'post','',0),(2022,2,'2014-08-04 11:21:03','2014-08-04 11:21:03','&nbsp;\r\n\r\n&nbsp;\r\n\r\nFrom the desk of Joe Rios\r\n\r\nThe US dollar continued to climb higher but settled in consolidation mode towards the end of the week. In similar fashion Natural Gas and the Grains finished the week consolidating from previous downward trends. The stock indices broke down from support levels identified by the RQ-Channel #2. The US Treasury 10 Year Note closed the week flat while the Metals finished the week little changed. The recent volatility was welcomed by most momentum style traders. Trade opportunities were seen for intraday trading styles for both the London and US trading sessions. Last week\'s price action ended like a cliffhanger, therefore I am looking forward to the week ahead in the financial markets. Which market will be in the forefront of volatility? Will the US dollar continue the uptrend or begin to consolidate? Or will profit-taking trigger a reversal? In the week ahead I will continue to focus on the stock indices and the correlations with the risk assets including Crude Oil and Copper. The Metals market should also provide intraday trading opportunities.\r\n\r\n<b style=\"color: #500050;\">Joe Rios - Founder, Rios Quantitative LLC</b>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<div class=\"im\" style=\"color: #500050;\">\r\n\r\n<b>Live Trading Rooms and Educational Events</b>\r\n\r\n<b>The Trading Room TradeLAB</b>\r\n\r\n<b style=\"color: #222222;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3amorKJNHfrDnAF&amp;b=NYJBtXG8CGCjMOE7M4E71A\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/345441486</a></b>\r\n<b>Global Trading with Quantitative Technologies</b>\r\n\r\n<b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1007915093\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1007915094\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1007915095\"><span class=\"aQJ\">7:30 AM ET</span></span></b>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n______________________________<wbr />______________\r\n\r\n<b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1007915096\"><span class=\"aQJ\">Wednesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1007915097\"><span class=\"aQJ\">7:30 PM ET</span></span></b>\r\n<p style=\"color: #222222;\">The RiosQuant 90 Day Training Program - Workshop</p>\r\n<p style=\"color: #222222;\">Training Session 5 of 12 with Steve Schwartz</p>\r\n<p style=\"color: #222222;\"><b><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3amorKJNHfrDnAF&amp;b=zPhRL6_JxwgrPLbPwCC1XQ\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/380670942</a></b></p>\r\n\r\n</div>\r\n______________________________<wbr />______________\r\n<div class=\"im\" style=\"color: #500050;\">\r\n\r\n<b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1007915098\"><span class=\"aQJ\">Saturday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1007915099\"><span class=\"aQJ\">11:00 AM ET</span></span></b>\r\n<p style=\"color: #222222;\"><b><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3amorKJNHfrDnAF&amp;b=FTv0MMs3WQbb3siVhJur_A\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/388037374</a>\r\n</b></p>\r\n<p style=\"color: #222222;\">Topic: RiosQuant Basics</p>\r\n<p style=\"color: #222222;\">Presenter: Steve Schwartz</p>\r\n\r\n</div>\r\n<p style=\"color: #222222;\">______________________________<wbr />______________</p>\r\n\r\n<div class=\"im\" style=\"color: #500050;\">\r\n<p style=\"color: #222222;\"><b>The Trading Room OptionsLine with JC and KME (Tue Only at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1007915100\"><span class=\"aQJ\">3pm ET</span></span>)</b></p>\r\n<p style=\"color: #222222;\"><b><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3amorKJNHfrDnAF&amp;b=bO.MArLMNPCb2cAF8mzsVA\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/400659822</a></b></p>\r\n\r\n</div>\r\n\r\n<hr />\r\n\r\nECONOMIC DATA RELEASES THAT MAY HAVE AN IMPACT ON THE MARKETS\r\n\r\nMonday\r\n\r\n4:30 AM               GBP       Construction PMI\r\n\r\n9:30 PM                AUD       Trade Balance\r\n\r\n9:45 PM                CNY        HSBC Services PMI\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n12:30 AM             AUD       RBA Rate Statement\r\n\r\n10:00 AM             USD       ISM Non-Manufacturing PMI\r\n\r\n6:45 PM                NZD       Unemployment Rate\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n2:00 AM               EUR        German Factory Orders\r\n\r\n4:30 AM               GBP       Manufacturing Production\r\n\r\n8:30 AM               CAD       Trade Balance\r\n\r\n8:30 AM               USD       Trade Balance\r\n\r\n10:00 AM             GBP       NIESER GDP Estimate\r\n\r\n10:30 AM                             Crude Oil Inventories\r\n\r\n9:30 PM                AUD       Unemployment Rate\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n7:00 AM               GBP       Official Bank Rate\r\n\r\n8:30 AM               Cad        Building Permits\r\n\r\n8:30 AM               USD       Unemployment Claims\r\n\r\n8:30 AM               EUR        ECB Press Conference\r\n\r\n10:00 AM             CAD       Ivey PMI\r\n\r\n10:30 AM                             Natural Gas Storage\r\n\r\n9:30 PM                AUD       RBA Monetary Policy Statement\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\nTentative             CNY        Trade Balance\r\n\r\nTentative             JPY         BOJ Press Conference\r\n\r\n8:30 AM               CAD       Unemployment Rate\r\n\r\n9:30 PM                CNY        CPI\r\n\r\n&nbsp;','The Week Ahead in the Financial Global Markets','','inherit','open','closed','','2020-revision-v1','','','2014-08-04 11:21:03','2014-08-04 11:21:03','',2020,'http://www.thetradingroom.com/2020-revision-v1/',0,'revision','',0),(2021,2,'2014-08-04 11:20:22','2014-08-04 11:20:22','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/wall-street-blue.jpg\"><img class=\"aligncenter size-full wp-image-1010\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/wall-street-blue.jpg\" alt=\"wall street blue\" width=\"229\" height=\"166\" /></a>\r\n\r\n&nbsp;\r\n\r\nFrom the desk of Joe Rios\r\n\r\nThe US dollar continued to climb higher but settled in consolidation mode towards the end of the week. In similar fashion Natural Gas and the Grains finished the week consolidating from previous downward trends. The stock indices broke down from support levels identified by the RQ-Channel #2. The US Treasury 10 Year Note closed the week flat while the Metals finished the week little changed. The recent volatility was welcomed by most momentum style traders. Trade opportunities were seen for intraday trading styles for both the London and US trading sessions. Last week\'s price action ended like a cliffhanger, therefore I am looking forward to the week ahead in the financial markets. Which market will be in the forefront of volatility? Will the US dollar continue the uptrend or begin to consolidate? Or will profit-taking trigger a reversal? In the week ahead I will continue to focus on the stock indices and the correlations with the risk assets including Crude Oil and Copper. The Metals market should also provide intraday trading opportunities.\r\n\r\n<b style=\"color: #500050;\">Joe Rios - Founder, Rios Quantitative LLC</b>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<div class=\"im\" style=\"color: #500050;\">\r\n\r\n<b>Live Trading Rooms and Educational Events</b>\r\n\r\n<b>The Trading Room TradeLAB</b>\r\n\r\n<b style=\"color: #222222;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3amorKJNHfrDnAF&amp;b=NYJBtXG8CGCjMOE7M4E71A\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/345441486</a></b>\r\n<b>Global Trading with Quantitative Technologies</b>\r\n\r\n<b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1007915093\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1007915094\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1007915095\"><span class=\"aQJ\">7:30 AM ET</span></span></b>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n______________________________<wbr />______________\r\n\r\n<b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1007915096\"><span class=\"aQJ\">Wednesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1007915097\"><span class=\"aQJ\">7:30 PM ET</span></span></b>\r\n<p style=\"color: #222222;\">The RiosQuant 90 Day Training Program - Workshop</p>\r\n<p style=\"color: #222222;\">Training Session 5 of 12 with Steve Schwartz</p>\r\n<p style=\"color: #222222;\"><b><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3amorKJNHfrDnAF&amp;b=zPhRL6_JxwgrPLbPwCC1XQ\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/380670942</a></b></p>\r\n\r\n</div>\r\n______________________________<wbr />______________\r\n<div class=\"im\" style=\"color: #500050;\">\r\n\r\n<b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1007915098\"><span class=\"aQJ\">Saturday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1007915099\"><span class=\"aQJ\">11:00 AM ET</span></span></b>\r\n<p style=\"color: #222222;\"><b><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3amorKJNHfrDnAF&amp;b=FTv0MMs3WQbb3siVhJur_A\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/388037374</a>\r\n</b></p>\r\n<p style=\"color: #222222;\">Topic: RiosQuant Basics</p>\r\n<p style=\"color: #222222;\">Presenter: Steve Schwartz</p>\r\n\r\n</div>\r\n<p style=\"color: #222222;\">______________________________<wbr />______________</p>\r\n\r\n<div class=\"im\" style=\"color: #500050;\">\r\n<p style=\"color: #222222;\"><b>The Trading Room OptionsLine with JC and KME (Tue Only at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1007915100\"><span class=\"aQJ\">3pm ET</span></span>)</b></p>\r\n<p style=\"color: #222222;\"><b><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3amorKJNHfrDnAF&amp;b=bO.MArLMNPCb2cAF8mzsVA\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/400659822</a></b></p>\r\n\r\n</div>\r\n\r\n<hr />\r\n\r\nECONOMIC DATA RELEASES THAT MAY HAVE AN IMPACT ON THE MARKETS\r\n\r\nMonday\r\n\r\n4:30 AM               GBP       Construction PMI\r\n\r\n9:30 PM                AUD       Trade Balance\r\n\r\n9:45 PM                CNY        HSBC Services PMI\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n12:30 AM             AUD       RBA Rate Statement\r\n\r\n10:00 AM             USD       ISM Non-Manufacturing PMI\r\n\r\n6:45 PM                NZD       Unemployment Rate\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n2:00 AM               EUR        German Factory Orders\r\n\r\n4:30 AM               GBP       Manufacturing Production\r\n\r\n8:30 AM               CAD       Trade Balance\r\n\r\n8:30 AM               USD       Trade Balance\r\n\r\n10:00 AM             GBP       NIESER GDP Estimate\r\n\r\n10:30 AM                             Crude Oil Inventories\r\n\r\n9:30 PM                AUD       Unemployment Rate\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n7:00 AM               GBP       Official Bank Rate\r\n\r\n8:30 AM               Cad        Building Permits\r\n\r\n8:30 AM               USD       Unemployment Claims\r\n\r\n8:30 AM               EUR        ECB Press Conference\r\n\r\n10:00 AM             CAD       Ivey PMI\r\n\r\n10:30 AM                             Natural Gas Storage\r\n\r\n9:30 PM                AUD       RBA Monetary Policy Statement\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\nTentative             CNY        Trade Balance\r\n\r\nTentative             JPY         BOJ Press Conference\r\n\r\n8:30 AM               CAD       Unemployment Rate\r\n\r\n9:30 PM                CNY        CPI\r\n\r\n&nbsp;','The Week Ahead in the Financial Global Markets','','inherit','open','closed','','2020-revision-v1','','','2014-08-04 11:20:22','2014-08-04 11:20:22','',2020,'http://www.thetradingroom.com/2020-revision-v1/',0,'revision','',0),(2023,2,'2014-08-05 11:26:45','2014-08-05 11:26:45','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:00 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2d2b2c;\">European </span><a style=\"font-weight: bold; color: #003399;\" title=\"Get Quote\" href=\"http://www.bloomberg.com/quote/SXXP:IND\">stocks</a><span style=\"color: #2d2b2c;\"> rose, rebounding from four days of losses, as companies including Bayerische Motoren Werke AG and </span><a style=\"font-weight: bold; color: #003399;\" href=\"http://topics.bloomberg.com/credit-agricole/\">Credit Agricole</a><span style=\"color: #2d2b2c;\"> SA reported better-than-expected quarterly profit. U.S. stock futures were little changed, while Asian shares fell.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasuries are catching up to corporate bonds after underperforming them in the first half of the year.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Soybeans fell, after the biggest advance in a week, on speculation that rains forecast for the U.S. Midwest will ease the dry weather threatening to reduce yields in the world’s top grower. Corn declined.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The dollar strengthened versus the euro before data today that analysts forecast will add to evidence that U.S. growth is gathering pace, boosting the appeal of American assets versus those in Europe.</span></div>\r\n<div></div>\r\n<div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - US </span><span style=\"color: #000000;\">ISM Non-Manufacturing PMI due at 10:00, NZD </span><span style=\"color: #000000;\">Unemployment Rate  at 18:45 ET.</span></div>\r\n</div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-58','','','2014-08-05 11:26:45','2014-08-05 11:26:45','',0,'http://www.thetradingroom.com/?p=2023',0,'post','',0),(2024,2,'2014-08-05 11:26:45','2014-08-05 11:26:45','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:00 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2d2b2c;\">European </span><a style=\"font-weight: bold; color: #003399;\" title=\"Get Quote\" href=\"http://www.bloomberg.com/quote/SXXP:IND\">stocks</a><span style=\"color: #2d2b2c;\"> rose, rebounding from four days of losses, as companies including Bayerische Motoren Werke AG and </span><a style=\"font-weight: bold; color: #003399;\" href=\"http://topics.bloomberg.com/credit-agricole/\">Credit Agricole</a><span style=\"color: #2d2b2c;\"> SA reported better-than-expected quarterly profit. U.S. stock futures were little changed, while Asian shares fell.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasuries are catching up to corporate bonds after underperforming them in the first half of the year.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Soybeans fell, after the biggest advance in a week, on speculation that rains forecast for the U.S. Midwest will ease the dry weather threatening to reduce yields in the world’s top grower. Corn declined.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The dollar strengthened versus the euro before data today that analysts forecast will add to evidence that U.S. growth is gathering pace, boosting the appeal of American assets versus those in Europe.</span></div>\r\n<div></div>\r\n<div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - US </span><span style=\"color: #000000;\">ISM Non-Manufacturing PMI due at 10:00, NZD </span><span style=\"color: #000000;\">Unemployment Rate  at 18:45 ET.</span></div>\r\n</div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','2023-revision-v1','','','2014-08-05 11:26:45','2014-08-05 11:26:45','',2023,'http://www.thetradingroom.com/2023-revision-v1/',0,'revision','',0),(2025,2,'2014-08-06 00:02:42','0000-00-00 00:00:00','','Ninja Systems','','draft','open','closed','','ninja-systems','','','2014-08-06 00:02:42','2014-08-06 00:02:42','',0,'http://www.thetradingroom.com/?page_id=2025',0,'page','',0),(2026,2,'2014-08-05 12:03:38','2014-08-05 12:03:38','','Ninja Systems','','inherit','open','closed','','2025-revision-v1','','','2014-08-05 12:03:38','2014-08-05 12:03:38','',2025,'http://www.thetradingroom.com/2025-revision-v1/',0,'revision','',0),(2027,2,'2014-08-05 12:08:19','2014-08-05 12:08:19','','pierre curve','','inherit','open','closed','','pierre-curve','','','2014-08-05 12:08:19','2014-08-05 12:08:19','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/08/pierre-curve.jpg',0,'attachment','image/jpeg',0),(2062,2,'2014-08-21 10:52:10','2014-08-21 10:52:10','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 6:45 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2d2b2c;\">European </span><a style=\"font-weight: bold; color: #003399;\" title=\"Get Quote\" href=\"http://www.bloomberg.com/quote/SXXP:IND\">stocks</a><span style=\"color: #2d2b2c;\"> rose to the highest level this month, U.S. index futures advanced, while Asian shares fell.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Declines in Treasuries pushed yields toward a seven-year high versus their developed-market peers before Federal Reserve Chair Janet Yellen speaks about employment tomorrow.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Gold fell to a two-month low in the longest run of declines since June in London on the outlook for higher U.S. interest rates that strengthened the dollar.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2d2b2c;\">The dollar gained to the strongest level since September versus the euro after U.S. policy makers raised the possibility they may raise </span><a style=\"font-weight: bold; color: #003399;\" href=\"http://topics.bloomberg.com/interest-rates/\">interest rates</a><span style=\"color: #2d2b2c;\"> sooner than anticipated, minutes of the </span><a style=\"font-weight: bold; color: #003399;\" href=\"http://topics.bloomberg.com/federal-reserve/\">Federal Reserve</a><span style=\"color: #2d2b2c;\">’s July meeting show.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA -USD </span><span style=\"color: #000000;\">Unemployment Claims due at 8:30, </span><span style=\"color: #000000;\">Flash Manufacturing PMI at 9:45, </span><span style=\"color: #000000;\">Philly Fed Manufacturing Index and </span><span style=\"color: #000000;\">Existing Home Sales</span><span style=\"color: #000000;\"> at 10:00, </span><span style=\"color: #000000;\">Natural Gas Storage at 10:30 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-68','','','2014-08-21 10:52:10','2014-08-21 10:52:10','',0,'http://www.thetradingroom.com/?p=2062',0,'post','',0),(2029,2,'2014-08-06 00:09:11','2014-08-06 00:09:11','','Ninja Systems1','','publish','open','closed','','ninja-systems1','','','2014-08-06 12:07:30','2014-08-06 12:07:30','',0,'http://www.thetradingroom.com/?page_id=2029',0,'page','',0),(2030,2,'2014-08-06 00:07:31','2014-08-06 00:07:31','','Ninja Systems1','','inherit','open','closed','','2029-revision-v1','','','2014-08-06 00:07:31','2014-08-06 00:07:31','',2029,'http://www.thetradingroom.com/2029-revision-v1/',0,'revision','',0),(2031,2,'2014-08-07 11:05:31','2014-08-07 11:05:31','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:00 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - European stocks  </span><span style=\"color: #2d2b2c;\">were little changed, after closing at their lowest level in more than three months, as Russia</span><span style=\"color: #2d2b2c;\"> retaliated for Ukraine-related sanctions, and Munich Re posted worse-than-forecast earnings. U.S. stock-index futures rose, while Asian shares were little changed.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasuries gained, with 10-year notes rising for a second day, as the crisis in Ukraine and evidence the global economic recovery is faltering boosted haven assets from the U.S. to Germany.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2d2b2c;\">Gold was little changed near a one-week high in London as investors weighed tensions over Ukraine against signs of an improving U.S. economy.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">Australia’s dollar fell by the most in a month against its U.S. counterpart as traders revived bets on central bank interest-rate cuts after the unemployment rate jumped to the highest since 2002.</span></div>\r\n<div><span style=\"color: #2a2a2a;\">.</span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - GBP </span><span style=\"color: #000000;\">Asset Purchase Facility due at 7:00, EUR </span><span style=\"color: #000000;\">Minimum Bid Rate at 7:45, CAD </span><span style=\"color: #000000;\">Building Permits m/m, US </span><span style=\"color: #000000;\">Unemployment Claims and </span><span style=\"color: #000000;\">ECB Press Conference at 8:30, CAD </span><span style=\"color: #000000;\">Ivey PMI at 10:00, </span><span style=\"color: #000000;\">Natural Gas Storage at 10:30,  JPY </span><span style=\"color: #000000;\">Monetary Policy Statement (tentative)</span><span style=\"color: #000000;\">, AUD </span><span style=\"color: #000000;\">RBA Monetary Policy Statement at 21:30 ET. </span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-59','','','2014-08-07 11:05:31','2014-08-07 11:05:31','',0,'http://www.thetradingroom.com/?p=2031',0,'post','',0),(2032,2,'2014-08-07 11:05:31','2014-08-07 11:05:31','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:00 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - European stocks  </span><span style=\"color: #2d2b2c;\">were little changed, after closing at their lowest level in more than three months, as Russia</span><span style=\"color: #2d2b2c;\"> retaliated for Ukraine-related sanctions, and Munich Re posted worse-than-forecast earnings. U.S. stock-index futures rose, while Asian shares were little changed.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasuries gained, with 10-year notes rising for a second day, as the crisis in Ukraine and evidence the global economic recovery is faltering boosted haven assets from the U.S. to Germany.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2d2b2c;\">Gold was little changed near a one-week high in London as investors weighed tensions over Ukraine against signs of an improving U.S. economy.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">Australia’s dollar fell by the most in a month against its U.S. counterpart as traders revived bets on central bank interest-rate cuts after the unemployment rate jumped to the highest since 2002.</span></div>\r\n<div><span style=\"color: #2a2a2a;\">.</span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - GBP </span><span style=\"color: #000000;\">Asset Purchase Facility due at 7:00, EUR </span><span style=\"color: #000000;\">Minimum Bid Rate at 7:45, CAD </span><span style=\"color: #000000;\">Building Permits m/m, US </span><span style=\"color: #000000;\">Unemployment Claims and </span><span style=\"color: #000000;\">ECB Press Conference at 8:30, CAD </span><span style=\"color: #000000;\">Ivey PMI at 10:00, </span><span style=\"color: #000000;\">Natural Gas Storage at 10:30,  JPY </span><span style=\"color: #000000;\">Monetary Policy Statement (tentative)</span><span style=\"color: #000000;\">, AUD </span><span style=\"color: #000000;\">RBA Monetary Policy Statement at 21:30 ET. </span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','2031-revision-v1','','','2014-08-07 11:05:31','2014-08-07 11:05:31','',2031,'http://www.thetradingroom.com/2031-revision-v1/',0,'revision','',0),(2033,2,'2014-08-08 11:02:58','2014-08-08 11:02:58','<span style=\"color: #000000;\">UPDATED 7:00 am ET </span>\r\n<div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2d2b2c;\">European stocks dropped a third day, with the German benchmark gauge sliding more than 10 percent from its high, as President Obama </span><span style=\"color: #2d2b2c;\"> said he would allow U.S. air strikes against militants in Iraq. U.S. stock-index futures and Asian shares also fell.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasuries rallied, pushing benchmark yields to the lowest level in more than a year, as investors sought the safest assets after President Barack Obama authorized U.S. air strikes in Iraq.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2d2b2c;\">Gold advanced to a three-week high as unrest in the Middle East spurred demand for a haven.</span><span style=\"color: #2a2a2a;\">Crude oil rose as potential  airstrikes in parts of Iraq, OPEC’s second-largest producer, while Chevron Corp. said it was withdrawing some workers.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The yen and Swiss franc climbed after U.S. President Barack Obama authorized targeted air strikes in Iraq, adding to the allure of haven assets amid conflicts in Ukraine and the Middle East.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">ECONOMIC DATA - CAD </span><span style=\"color: #000000;\">Unemployment Rate and USD </span><span style=\"color: #000000;\">Prelim Nonfarm Productivity q/q due at 8:30 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-60','','','2014-08-08 11:02:58','2014-08-08 11:02:58','',0,'http://www.thetradingroom.com/?p=2033',0,'post','',0),(2034,2,'2014-08-08 11:02:58','2014-08-08 11:02:58','<span style=\"color: #000000;\">UPDATED 7:00 am ET </span>\r\n<div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2d2b2c;\">European stocks dropped a third day, with the German benchmark gauge sliding more than 10 percent from its high, as President Obama </span><span style=\"color: #2d2b2c;\"> said he would allow U.S. air strikes against militants in Iraq. U.S. stock-index futures and Asian shares also fell.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasuries rallied, pushing benchmark yields to the lowest level in more than a year, as investors sought the safest assets after President Barack Obama authorized U.S. air strikes in Iraq.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2d2b2c;\">Gold advanced to a three-week high as unrest in the Middle East spurred demand for a haven.</span><span style=\"color: #2a2a2a;\">Crude oil rose as potential  airstrikes in parts of Iraq, OPEC’s second-largest producer, while Chevron Corp. said it was withdrawing some workers.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The yen and Swiss franc climbed after U.S. President Barack Obama authorized targeted air strikes in Iraq, adding to the allure of haven assets amid conflicts in Ukraine and the Middle East.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">ECONOMIC DATA - CAD </span><span style=\"color: #000000;\">Unemployment Rate and USD </span><span style=\"color: #000000;\">Prelim Nonfarm Productivity q/q due at 8:30 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','2033-revision-v1','','','2014-08-08 11:02:58','2014-08-08 11:02:58','',2033,'http://www.thetradingroom.com/2033-revision-v1/',0,'revision','',0),(2035,2,'2014-08-11 11:11:36','2014-08-11 11:11:36','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:10 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS -</span><span style=\"color: #2a2a2a;\">European stocks rose, following U.S. equities higher, after a report that Russian war planes have finished military exercises near Ukraine. U.S. index futures and Asian shares also advanced.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasuries fell for a second day as a rally in stocks reduced the allure of the safest assets before the U.S. sells $67 billion of coupon-bearing debt this week.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Wheat dropped for a third day as concerns eased that trade in the Black Sea region will be disrupted and on speculation U.S. farmers may harvest a larger crop than forecast by the government.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><a style=\"font-weight: bold; color: #003399;\" href=\"http://topics.bloomberg.com/mark-carney/\">Mark Carney</a><span style=\"color: #2d2b2c;\">’s justification for keeping the Bank of England’s benchmark interest rate at a record low has the backing of economists, according to a Bloomberg survey.</span></div>\r\n<div><span style=\"color: #2a2a2a;\">.</span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - CAD </span><span style=\"color: #000000;\">Housing Starts due at 8:15, AUD </span><span style=\"color: #000000;\">NAB Business Confidence at 21:30 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-61','','','2014-08-11 11:11:36','2014-08-11 11:11:36','',0,'http://www.thetradingroom.com/?p=2035',0,'post','',0),(2036,2,'2014-08-11 11:11:36','2014-08-11 11:11:36','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:10 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS -</span><span style=\"color: #2a2a2a;\">European stocks rose, following U.S. equities higher, after a report that Russian war planes have finished military exercises near Ukraine. U.S. index futures and Asian shares also advanced.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasuries fell for a second day as a rally in stocks reduced the allure of the safest assets before the U.S. sells $67 billion of coupon-bearing debt this week.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Wheat dropped for a third day as concerns eased that trade in the Black Sea region will be disrupted and on speculation U.S. farmers may harvest a larger crop than forecast by the government.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><a style=\"font-weight: bold; color: #003399;\" href=\"http://topics.bloomberg.com/mark-carney/\">Mark Carney</a><span style=\"color: #2d2b2c;\">’s justification for keeping the Bank of England’s benchmark interest rate at a record low has the backing of economists, according to a Bloomberg survey.</span></div>\r\n<div><span style=\"color: #2a2a2a;\">.</span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - CAD </span><span style=\"color: #000000;\">Housing Starts due at 8:15, AUD </span><span style=\"color: #000000;\">NAB Business Confidence at 21:30 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','2035-revision-v1','','','2014-08-11 11:11:36','2014-08-11 11:11:36','',2035,'http://www.thetradingroom.com/2035-revision-v1/',0,'revision','',0),(2037,2,'2014-08-11 11:23:49','2014-08-11 11:23:49','&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\"><img class=\"aligncenter size-full wp-image-173\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\" alt=\"wallstreet\" width=\"650\" height=\"148\" /></a>\r\n\r\nVolatility continued to pick up during the week helped by geopolitical and growing military tensions in Ukraine, Gaza and Iraq. Considering all the negative news hitting the tape, the stock indices have held up fairly well. Even though the percentage change for the week was small, the intraday swings were welcomed by daytraders. Nonetheless risk-off  flows continued for most of the week. In the week ahead I will continue to focus on the currency market for trading opportunities as well as a leading indicator for other risk assets. The US dollar led the way in risk-off flows with the EUR/USD setting a new nine-month low on Wednesday before bouncing and consolidating. Traders will start the new week with a big question of where the US dollar moves from here. Will the US dollar continue to consolidate in the week ahead? Or continue the prior trend or is this the week for a reversal?\r\n\r\n<span style=\"font-family: \'Comic Sans MS\', cursive; font-size: large;\">Joe Rios</span>\r\n<span style=\"font-size: medium;\">Chief Market Strategist</span>\r\n<a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/\" target=\"_blank\">www.riosquant.com</a>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<h2>Live Rooms and Events</h2>\r\n<div>Please take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.</div>\r\n<div></div>\r\n<div>\r\n\r\n<strong>The Trading Room </strong><strong>TradeLAB</strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><span data-term=\"goog_1186499954\">Monday</span> through <span data-term=\"goog_1186499955\">Friday</span> beginning at <span data-term=\"goog_1186499956\">7:30 AM ET</span></strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/794826990\">https://www3.gotomeeting.com/register/794826990</a></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<hr />\r\n\r\n<strong>Insider\'s Quant (IQ) Room</strong>\r\n\r\n<strong>Advanced Concepts with Joe Rios</strong>\r\n\r\n<span data-term=\"goog_1186499957\">Monday</span> and <span data-term=\"goog_1186499958\">Wednesday</span> beginning at <span data-term=\"goog_1186499959\">1:30 PM ET</span>\r\n\r\nSUBSCRIPTION ONLY\r\n\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the Rios Quant Trading Indicators:</strong>\r\n\r\n<strong><span data-term=\"goog_1186499960\">Tuesday</span> beginning at <span data-term=\"goog_1186499961\">7:30 PM ET</span></strong>\r\n\r\n<strong>Topic: RQ-EDU Patterns with Gnostick</strong>\r\n\r\nPresenter: Steve Schwartz\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/761133870\">https://www3.gotomeeting.com/register/761133870</a></strong>\r\n\r\n<hr />\r\n\r\n<strong><span data-term=\"goog_1186499962\">Wednesday</span> beginning at <span data-term=\"goog_1186499963\">7:30 PM ET</span></strong>\r\n\r\n<strong>The RiosQuant 90 Day Training Program - Workshop</strong>\r\n\r\nTraining Session 6 of 12 with Edward Preston\r\n\r\n<strong>Topic: RQ-Channel</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/762254118\">https://www3.gotomeeting.com/register/762254118</a></strong>\r\n\r\n<hr />\r\n\r\n<strong><span data-term=\"goog_1186499964\">Thursday</span> beginning at <span data-term=\"goog_1186499965\">2:00 PM ET</span></strong>\r\n\r\n<strong>Topic: Trading Stock Index Futures with Quant Indicators</strong>\r\n\r\nPresenter: Steve Schwartz\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/770723118\">https://www3.gotomeeting.com/register/770723118</a></strong>\r\n\r\n<hr />\r\n\r\n<strong><span data-term=\"goog_1186499966\">Saturday</span> beginning at <span data-term=\"goog_1186499967\">11:00 AM ET</span></strong>\r\n\r\n<strong>Topic: Identifying Support and Resistance With GnosLEVELS</strong>\r\n\r\nPresenter: Steve Schwartz\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/746885686\">https://www3.gotomeeting.com/register/746885686</a></strong>\r\n\r\n</div>\r\n\r\n<hr />\r\n\r\nMonday\r\n\r\n9:30 PM                AUD       NAB Business Confidence\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n5:00 AM               EUR        German ZEW Economic Sentiment\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM               GBP       Unemployment Rate\r\n\r\n5:30 AM               GBP       BOE Gov. Carney Speaks\r\n\r\n8:30 AM               USD       Core Retail Sales\r\n\r\n9:05 AM               USD       FOMC Member Dudley Speaks\r\n\r\n10:30 AM                             Crude Oil Inventories\r\n\r\n6:45 PM                NZD       Retail Sales\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n2:00 AM               EUR        German Preliminary GDP\r\n\r\n8:30 AM               USD       Unemployment Claims\r\n\r\n10:30 AM                             Natural Gas Storage\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n4:30 AM               GBP       Second Estimate GDP\r\n\r\n8:30 AM               USD       PPI\r\n\r\n8:30 AM               CAD       Manufacturing Sales\r\n\r\n&nbsp;','The Week Ahead in The Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-14','','','2014-08-11 11:24:45','2014-08-11 11:24:45','',0,'http://www.thetradingroom.com/?p=2037',0,'post','',0),(2038,2,'2014-08-11 11:23:04','2014-08-11 11:23:04','&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\"><img class=\"aligncenter size-full wp-image-173\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\" alt=\"wallstreet\" width=\"650\" height=\"148\" /></a>\r\n\r\nVolatility continued to pick up during the week helped by geopolitical and growing military tensions in Ukraine, Gaza and Iraq. Considering all the negative news hitting the tape, the stock indices have held up fairly well. Even though the percentage change for the week was small, the intraday swings were welcomed by daytraders. Nonetheless risk-off  flows continued for most of the week. In the week ahead I will continue to focus on the currency market for trading opportunities as well as a leading indicator for other risk assets. The US dollar led the way in risk-off flows with the EUR/USD setting a new nine-month low on Wednesday before bouncing and consolidating. Traders will start the new week with a big question of where the US dollar moves from here. Will the US dollar continue to consolidate in the week ahead? Or continue the prior trend or is this the week for a reversal?\r\n\r\n<span style=\"font-family: \'Comic Sans MS\', cursive; font-size: large;\">Joe Rios</span>\r\n<span style=\"font-size: medium;\">Chief Market Strategist</span>\r\n<a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/\" target=\"_blank\">www.riosquant.com</a>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<h2>Live Rooms and Events</h2>\r\n<div>Please take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.</div>\r\n<div></div>\r\n<div>\r\n\r\n<strong>The Trading Room </strong><strong>TradeLAB</strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><span data-term=\"goog_1186499954\">Monday</span> through <span data-term=\"goog_1186499955\">Friday</span> beginning at <span data-term=\"goog_1186499956\">7:30 AM ET</span></strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/794826990\">https://www3.gotomeeting.com/register/794826990</a></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<hr />\r\n\r\n<strong>Insider\'s Quant (IQ) Room</strong>\r\n\r\n<strong>Advanced Concepts with Joe Rios</strong>\r\n\r\n<span data-term=\"goog_1186499957\">Monday</span> and <span data-term=\"goog_1186499958\">Wednesday</span> beginning at <span data-term=\"goog_1186499959\">1:30 PM ET</span>\r\n\r\nSUBSCRIPTION ONLY\r\n\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the Rios Quant Trading Indicators:</strong>\r\n\r\n<strong><span data-term=\"goog_1186499960\">Tuesday</span> beginning at <span data-term=\"goog_1186499961\">7:30 PM ET</span></strong>\r\n\r\n<strong>Topic: RQ-EDU Patterns with Gnostick</strong>\r\n\r\nPresenter: Steve Schwartz\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/761133870\">https://www3.gotomeeting.com/register/761133870</a></strong>\r\n\r\n<hr />\r\n\r\n<strong><span data-term=\"goog_1186499962\">Wednesday</span> beginning at <span data-term=\"goog_1186499963\">7:30 PM ET</span></strong>\r\n\r\n<strong>The RiosQuant 90 Day Training Program - Workshop</strong>\r\n\r\nTraining Session 6 of 12 with Edward Preston\r\n\r\n<strong>Topic: RQ-Channel</strong>\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/762254118\">https://www3.gotomeeting.com/register/762254118</a></strong>\r\n\r\n<hr />\r\n\r\n<strong><span data-term=\"goog_1186499964\">Thursday</span> beginning at <span data-term=\"goog_1186499965\">2:00 PM ET</span></strong>\r\n\r\n<strong>Topic: Trading Stock Index Futures with Quant Indicators</strong>\r\n\r\nPresenter: Steve Schwartz\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/770723118\">https://www3.gotomeeting.com/register/770723118</a></strong>\r\n\r\n<hr />\r\n\r\n<strong><span data-term=\"goog_1186499966\">Saturday</span> beginning at <span data-term=\"goog_1186499967\">11:00 AM ET</span></strong>\r\n\r\n<strong>Topic: Identifying Support and Resistance With GnosLEVELS</strong>\r\n\r\nPresenter: Steve Schwartz\r\n\r\n<strong><a href=\"https://www3.gotomeeting.com/register/746885686\">https://www3.gotomeeting.com/register/746885686</a></strong>\r\n\r\n</div>\r\n\r\n<hr />\r\n\r\nMonday\r\n\r\n9:30 PM                AUD       NAB Business Confidence\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n5:00 AM               EUR        German ZEW Economic Sentiment\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM               GBP       Unemployment Rate\r\n\r\n5:30 AM               GBP       BOE Gov. Carney Speaks\r\n\r\n8:30 AM               USD       Core Retail Sales\r\n\r\n9:05 AM               USD       FOMC Member Dudley Speaks\r\n\r\n10:30 AM                             Crude Oil Inventories\r\n\r\n6:45 PM                NZD       Retail Sales\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n2:00 AM               EUR        German Preliminary GDP\r\n\r\n8:30 AM               USD       Unemployment Claims\r\n\r\n10:30 AM                             Natural Gas Storage\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n4:30 AM               GBP       Second Estimate GDP\r\n\r\n8:30 AM               USD       PPI\r\n\r\n8:30 AM               CAD       Manufacturing Sales\r\n\r\n&nbsp;','The Week Ahead in The Global Financial Markets','','inherit','open','closed','','2037-revision-v1','','','2014-08-11 11:23:04','2014-08-11 11:23:04','',2037,'http://www.thetradingroom.com/2037-revision-v1/',0,'revision','',0),(2039,2,'2014-08-12 11:18:22','2014-08-12 11:18:22','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:10 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks were little changed, after equities rose the most since April, as Henkel AG declined and Ladbrokes Plc rose, while a Russian aid convoy left for Ukraine. U.S. stock-index futures and Asian shares climbed.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">A Treasuries rally that pushed benchmark yields to the lowest level in a year came to a halt as investors prepared to bid for $67 billion of notes and bonds this week.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Brent crude declined for a third day to its lowest in nine months as the International Energy Agency said a supply glut was shielding the market against threats in the Middle East. West Texas Intermediate also fell.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The US dollar rose against the euro and yen before reports that analysts forecast will add to evidence that the U.S. economic recovery is gathering pace.</span></div>\r\n<div><span style=\"color: #2a2a2a;\">.</span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - JPY </span><span style=\"color: #000000;\">Prelim GDP q/q due at 19:50 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-62','','','2014-08-12 11:18:22','2014-08-12 11:18:22','',0,'http://www.thetradingroom.com/?p=2039',0,'post','',0),(2040,2,'2014-08-12 11:18:22','2014-08-12 11:18:22','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:10 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks were little changed, after equities rose the most since April, as Henkel AG declined and Ladbrokes Plc rose, while a Russian aid convoy left for Ukraine. U.S. stock-index futures and Asian shares climbed.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">A Treasuries rally that pushed benchmark yields to the lowest level in a year came to a halt as investors prepared to bid for $67 billion of notes and bonds this week.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Brent crude declined for a third day to its lowest in nine months as the International Energy Agency said a supply glut was shielding the market against threats in the Middle East. West Texas Intermediate also fell.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The US dollar rose against the euro and yen before reports that analysts forecast will add to evidence that the U.S. economic recovery is gathering pace.</span></div>\r\n<div><span style=\"color: #2a2a2a;\">.</span></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - JPY </span><span style=\"color: #000000;\">Prelim GDP q/q due at 19:50 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','2039-revision-v1','','','2014-08-12 11:18:22','2014-08-12 11:18:22','',2039,'http://www.thetradingroom.com/2039-revision-v1/',0,'revision','',0),(2041,2,'2014-08-12 11:31:54','2014-08-12 11:31:54','<div class=\"im\" style=\"color: #500050;\"><strong>Learn simple strategies designed  to profit in the options market while controlling risk.</strong></div>\r\n<span style=\"color: #222222;\">Join the RiosQuant OptionsLine team in The Trading Room OptionsLine </span><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_1692901636\"><span class=\"aQJ\">Tuesday</span></span><span style=\"color: #222222;\"> and </span><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_1692901637\"><span class=\"aQJ\">Thursday at 3pm ET</span></span><span style=\"color: #222222;\"> and see how we are doing it in today\'s market environment!</span>\r\n\r\n<br style=\"color: #222222;\" /><strong style=\"color: #222222;\">REGISTER HERE:\r\n<a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/c3d804fafc/TEST/d9033668df\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/734232278</a></strong>','The Trading Room OptionsLine - Strategies Uncovered','','publish','open','closed','','trading-room-optionsline-strategies-uncovered','','','2014-08-12 11:35:20','2014-08-12 11:35:20','',0,'http://www.thetradingroom.com/?p=2041',0,'post','',0),(2045,2,'2014-08-12 11:35:20','2014-08-12 11:35:20','<div class=\"im\" style=\"color: #500050;\"><strong>Learn simple strategies designed  to profit in the options market while controlling risk.</strong></div>\r\n<span style=\"color: #222222;\">Join the RiosQuant OptionsLine team in The Trading Room OptionsLine </span><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_1692901636\"><span class=\"aQJ\">Tuesday</span></span><span style=\"color: #222222;\"> and </span><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_1692901637\"><span class=\"aQJ\">Thursday at 3pm ET</span></span><span style=\"color: #222222;\"> and see how we are doing it in today\'s market environment!</span>\r\n\r\n<br style=\"color: #222222;\" /><strong style=\"color: #222222;\">REGISTER HERE:\r\n<a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/c3d804fafc/TEST/d9033668df\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/734232278</a></strong>','The Trading Room OptionsLine - Strategies Uncovered','','inherit','open','closed','','2041-revision-v1','','','2014-08-12 11:35:20','2014-08-12 11:35:20','',2041,'http://www.thetradingroom.com/2041-revision-v1/',0,'revision','',0),(2042,2,'2014-08-12 11:31:54','2014-08-12 11:31:54','<div class=\"im\" style=\"color: #500050;\"><strong>Learn simple strategies designed  to profit in the options market while controlling risk.</strong>\r\n\r\n</div>\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/gld-option-trade1.jpg\"><img class=\"aligncenter size-full wp-image-1201\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/gld-option-trade1.jpg\" alt=\"gld option trade1\" width=\"331\" height=\"389\" /></a>\r\n\r\n&nbsp;\r\n\r\n<span style=\"color: #222222;\">Join the RiosQuant OptionsLine team in The Trading Room OptionsLine </span><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_1692901636\"><span class=\"aQJ\">Tuesday</span></span><span style=\"color: #222222;\"> and </span><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_1692901637\"><span class=\"aQJ\">Thursday at 3pm ET</span></span><span style=\"color: #222222;\"> and see how we are doing it in today\'s market environment!</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><strong style=\"color: #222222;\">REGISTER HERE:\r\n<a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/c3d804fafc/TEST/d9033668df\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/734232278</a></strong>','The Trading Room OptionsLine - Strategies Uncovered','','inherit','open','closed','','2041-revision-v1','','','2014-08-12 11:31:54','2014-08-12 11:31:54','',2041,'http://www.thetradingroom.com/2041-revision-v1/',0,'revision','',0),(2043,2,'2014-08-12 11:34:14','2014-08-12 11:34:14','<div class=\"im\" style=\"color: #500050;\"><strong>Learn simple strategies designed  to profit in the options market while controlling risk.</strong></div>\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/gld-option-trade1.jpg\"><img class=\"aligncenter size-full wp-image-1201\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/gld-option-trade1.jpg\" alt=\"gld option trade1\" width=\"331\" height=\"389\" /></a>\r\n\r\n&nbsp;\r\n\r\n<span style=\"color: #222222;\">Join the RiosQuant OptionsLine team in The Trading Room OptionsLine </span><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_1692901636\"><span class=\"aQJ\">Tuesday</span></span><span style=\"color: #222222;\"> and </span><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_1692901637\"><span class=\"aQJ\">Thursday at 3pm ET</span></span><span style=\"color: #222222;\"> and see how we are doing it in today\'s market environment!</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><strong style=\"color: #222222;\">REGISTER HERE:\r\n<a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/c3d804fafc/TEST/d9033668df\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/734232278</a></strong>','The Trading Room OptionsLine - Strategies Uncovered','','inherit','open','closed','','2041-revision-v1','','','2014-08-12 11:34:14','2014-08-12 11:34:14','',2041,'http://www.thetradingroom.com/2041-revision-v1/',0,'revision','',0),(2044,2,'2014-08-12 11:35:17','2014-08-12 11:35:17','<div class=\"im\" style=\"color: #500050;\"><strong>Learn simple strategies designed  to profit in the options market while controlling risk.</strong></div>\n<span style=\"color: #222222;\">Join the RiosQuant OptionsLine team in The Trading Room OptionsLine </span><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_1692901636\"><span class=\"aQJ\">Tuesday</span></span><span style=\"color: #222222;\"> and </span><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_1692901637\"><span class=\"aQJ\">Thursday at 3pm ET</span></span><span style=\"color: #222222;\"> and see how we are doing it in today\'s market environment!</span>\n\n<br style=\"color: #222222;\" /><strong style=\"color: #222222;\">REGISTER HERE:\n<a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/c3d804fafc/TEST/d9033668df\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/734232278</a></strong>','The Trading Room OptionsLine - Strategies Uncovered','','inherit','open','closed','','2041-autosave-v1','','','2014-08-12 11:35:17','2014-08-12 11:35:17','',2041,'http://www.thetradingroom.com/2041-autosave-v1/',0,'revision','',0),(2047,2,'2014-08-13 11:21:25','2014-08-13 11:21:25','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:15 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2d2b2c;\">European stocks advanced on better-than-forecast profit reports from EON SE and </span><a style=\"font-weight: bold; color: #003399;\" title=\"Get Quote\" href=\"http://www.bloomberg.com/quote/SLHN:VX\">Swiss Life Holding AG. (SLHN)</a><span style=\"color: #2d2b2c;\"> U.S. index futures and Asian shares also gained.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasury 10-year notes were at the cheapest level in a week against their Group-of-Seven peers before the U.S. government auctions $24 billion of the securities today.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2d2b2c;\">Copper fell to a six-week low in London after Chinese industrial production unexpectedly slid, stoking concern about the outlook for demand in the biggest consumer of the metal.</span><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The euro approached a nine-month low versus the dollar before reports that analysts said will show growth in the region weakened and inflation slowed, adding to signs the bloc’s economy is struggling to recover.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - USA </span><span style=\"color: #000000;\">Core Retail Sales m/m due at 8:30, </span><span style=\"color: #000000;\">FOMC Member Dudley Speaks at 9:05, </span><span style=\"color: #000000;\">Business Inventories m/m at 10:00, </span><span style=\"color: #000000;\">Crude Oil Inventories at 10:30, NZD </span><span style=\"color: #000000;\">Retail Sales q/q at 18:45 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-63','','','2014-08-13 11:21:25','2014-08-13 11:21:25','',0,'http://www.thetradingroom.com/?p=2047',0,'post','',0),(2048,2,'2014-08-13 11:21:25','2014-08-13 11:21:25','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:15 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2d2b2c;\">European stocks advanced on better-than-forecast profit reports from EON SE and </span><a style=\"font-weight: bold; color: #003399;\" title=\"Get Quote\" href=\"http://www.bloomberg.com/quote/SLHN:VX\">Swiss Life Holding AG. (SLHN)</a><span style=\"color: #2d2b2c;\"> U.S. index futures and Asian shares also gained.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasury 10-year notes were at the cheapest level in a week against their Group-of-Seven peers before the U.S. government auctions $24 billion of the securities today.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2d2b2c;\">Copper fell to a six-week low in London after Chinese industrial production unexpectedly slid, stoking concern about the outlook for demand in the biggest consumer of the metal.</span><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The euro approached a nine-month low versus the dollar before reports that analysts said will show growth in the region weakened and inflation slowed, adding to signs the bloc’s economy is struggling to recover.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - USA </span><span style=\"color: #000000;\">Core Retail Sales m/m due at 8:30, </span><span style=\"color: #000000;\">FOMC Member Dudley Speaks at 9:05, </span><span style=\"color: #000000;\">Business Inventories m/m at 10:00, </span><span style=\"color: #000000;\">Crude Oil Inventories at 10:30, NZD </span><span style=\"color: #000000;\">Retail Sales q/q at 18:45 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','2047-revision-v1','','','2014-08-13 11:21:25','2014-08-13 11:21:25','',2047,'http://www.thetradingroom.com/2047-revision-v1/',0,'revision','',0),(2049,2,'2014-08-14 11:26:05','2014-08-14 11:26:05','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:15 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks advanced, reversing earlier losses, as ThyssenKrupp AG and Royal Boskalis Westminster NV climbed. U.S. futures and Asian shares rose.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasury 30-year bonds have returned more than double U.S. stocks this year before the government’s monthly sale of its longest maturity today.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">West Texas Intermediate fell amid speculation that U.S. oil demand is slowing after a government report showed weekly crude inventories expanded for the first time since June.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The pound fell to the lowest level versus the dollar in four months as signs Bank of England policy makers are in no rush to increase interest rates sapped demand for the U.K. currency.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - USA </span><span style=\"color: #000000;\">Unemployment Claims and CAD </span><span style=\"color: #000000;\">NHPI m/m due at 8:30, </span><span style=\"color: #000000;\">Natural Gas Storage at 10:30 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-64','','','2014-08-14 11:26:05','2014-08-14 11:26:05','',0,'http://www.thetradingroom.com/?p=2049',0,'post','',0),(2050,2,'2014-08-14 11:26:05','2014-08-14 11:26:05','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:15 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks advanced, reversing earlier losses, as ThyssenKrupp AG and Royal Boskalis Westminster NV climbed. U.S. futures and Asian shares rose.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasury 30-year bonds have returned more than double U.S. stocks this year before the government’s monthly sale of its longest maturity today.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">West Texas Intermediate fell amid speculation that U.S. oil demand is slowing after a government report showed weekly crude inventories expanded for the first time since June.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The pound fell to the lowest level versus the dollar in four months as signs Bank of England policy makers are in no rush to increase interest rates sapped demand for the U.K. currency.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - USA </span><span style=\"color: #000000;\">Unemployment Claims and CAD </span><span style=\"color: #000000;\">NHPI m/m due at 8:30, </span><span style=\"color: #000000;\">Natural Gas Storage at 10:30 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','2049-revision-v1','','','2014-08-14 11:26:05','2014-08-14 11:26:05','',2049,'http://www.thetradingroom.com/2049-revision-v1/',0,'revision','',0),(2051,2,'2014-08-15 11:22:11','2014-08-15 11:22:11','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:00 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks rose, heading for this year’s biggest weekly gain, as investors speculated central-bank support will help shares. U.S. index futures advanced, while Asian stocks were little changed.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Bonds trounced stocks worldwide over the past month as investors sought safety amid unrest in Ukraine and the Middle East and uneven economic growth.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">West Texas Intermediate crude headed for a fourth weekly drop, the longest losing streak since November, on signs of slowing demand.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The euro may weaken to a one-year low of $1.30 as German bond yields dropped to records after the economy shrank at twice the pace analysts forecast, according to IG Markets Securities Ltd.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - USA </span><span style=\"color: #000000;\">PPI m/m and CAD </span><span style=\"color: #000000;\">Manufacturing Sales m/m due at 8:30, </span><span style=\"color: #000000;\">Capacity Utilization Rate at 9:15, </span><span style=\"color: #000000;\">Prelim UoM Consumer Sentiment at 9:55 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-65','','','2014-08-15 11:22:11','2014-08-15 11:22:11','',0,'http://www.thetradingroom.com/?p=2051',0,'post','',0),(2052,2,'2014-08-15 11:22:11','2014-08-15 11:22:11','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:00 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks rose, heading for this year’s biggest weekly gain, as investors speculated central-bank support will help shares. U.S. index futures advanced, while Asian stocks were little changed.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Bonds trounced stocks worldwide over the past month as investors sought safety amid unrest in Ukraine and the Middle East and uneven economic growth.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">West Texas Intermediate crude headed for a fourth weekly drop, the longest losing streak since November, on signs of slowing demand.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The euro may weaken to a one-year low of $1.30 as German bond yields dropped to records after the economy shrank at twice the pace analysts forecast, according to IG Markets Securities Ltd.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - USA </span><span style=\"color: #000000;\">PPI m/m and CAD </span><span style=\"color: #000000;\">Manufacturing Sales m/m due at 8:30, </span><span style=\"color: #000000;\">Capacity Utilization Rate at 9:15, </span><span style=\"color: #000000;\">Prelim UoM Consumer Sentiment at 9:55 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','2051-revision-v1','','','2014-08-15 11:22:11','2014-08-15 11:22:11','',2051,'http://www.thetradingroom.com/2051-revision-v1/',0,'revision','',0),(2053,2,'2014-08-18 11:12:01','2014-08-18 11:12:01','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:05 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks advanced, after equities climbed the most in more than a month last week, as Ukrainian and Russian officials met for talks. U.S. index futures rose, while Asian shares were little changed.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasury 10-year notes fell for the first time in four days as yields near the lowest level in 14 months and easing geopolitical tensions from Ukraine to Iraq eroded demand for the safest securities.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Hedge funds extended the longest bearish streak for soybeans in eight years as improving crop conditions bolster prospects for a record harvest in the U.S., the world’s largest grower.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The pound rose from near a four- month low versus the dollar after Bank of England Governor Mark Carney said an expectation of a recovery in wages may prompt policy makers to increase interest rates.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - USA </span><span style=\"color: #000000;\">NAHB Housing Market Index due at 10:00, AUD </span><span style=\"color: #000000;\">Monetary Policy Meeting Minutes at 21:30 ET.</span></div>\r\n</div>','Pre-Market Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-report-stocks-bonds-commodities-forex','','','2014-08-18 11:12:01','2014-08-18 11:12:01','',0,'http://www.thetradingroom.com/?p=2053',0,'post','',0),(2054,2,'2014-08-18 11:12:01','2014-08-18 11:12:01','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:05 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks advanced, after equities climbed the most in more than a month last week, as Ukrainian and Russian officials met for talks. U.S. index futures rose, while Asian shares were little changed.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasury 10-year notes fell for the first time in four days as yields near the lowest level in 14 months and easing geopolitical tensions from Ukraine to Iraq eroded demand for the safest securities.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Hedge funds extended the longest bearish streak for soybeans in eight years as improving crop conditions bolster prospects for a record harvest in the U.S., the world’s largest grower.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The pound rose from near a four- month low versus the dollar after Bank of England Governor Mark Carney said an expectation of a recovery in wages may prompt policy makers to increase interest rates.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - USA </span><span style=\"color: #000000;\">NAHB Housing Market Index due at 10:00, AUD </span><span style=\"color: #000000;\">Monetary Policy Meeting Minutes at 21:30 ET.</span></div>\r\n</div>','Pre-Market Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','2053-revision-v1','','','2014-08-18 11:12:01','2014-08-18 11:12:01','',2053,'http://www.thetradingroom.com/2053-revision-v1/',0,'revision','',0),(2055,2,'2014-08-18 12:55:15','2014-08-18 12:55:15','The week started and finished with the ongoing geopolitical crisis dominating the global financial markets. The outperformer in the risk assets was clearly the Nasdaq 100 gaining 2.9%. The US Treasury 30 Yr Bond gained 1.2% trailing the S&amp;P 500 1.6% close behind. The US Dollar closed the week flat with 0.0% change. Gold also finished little changed while most other commodities finished weaker led by Natural Gas falling -4.4% followed by Copper and Silver both dropping -2.0%. In the week ahead I will continue to be on the alert for more geopolitical news as well as focus on a busier economic data schedule and events. FOMC minutes will mark the start of the week with the Fed\'s focus. Pay special attention to Housing Starts and Building Permits as well as Initial Jobless Claims. Consistent with the past of couple weeks, I will also be monitoring the correlation between the bond and currency markets as a guide for rotation flows and as a leading indicator for risk assets.\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>The Trading Room </strong><strong>TradeLAB</strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/1281d421f3/TEST/853f5f3878\">https://www3.gotomeeting.com/register/251465814</a></strong>\r\n\r\n<strong><span data-term=\"goog_244173212\">Monday</span> through <span data-term=\"goog_244173213\">Friday</span> beginning at <span data-term=\"goog_244173214\">7:30 AM ET</span></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n&nbsp;\r\n\r\n<strong>Insider\'s Quant (IQ) Room</strong>\r\n\r\n<strong>Advanced Concepts with Joe Rios</strong>\r\n\r\n<span data-term=\"goog_244173215\">Monday</span> and <span data-term=\"goog_244173216\">Wednesday</span> beginning at <span data-term=\"goog_244173217\">1:30 PM ET</span>\r\n\r\nSUBSCRIPTION ONLY\r\n\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the Rios Quant Trading Indicators:</strong>\r\n\r\n<strong><span data-term=\"goog_244173218\">Tuesday</span> beginning at <span data-term=\"goog_244173219\">1:00 PM ET</span></strong>\r\n\r\n<strong>Topic: Trading Stock Futures</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/1281d421f3/TEST/e2838f9ed6\">https://www3.gotomeeting.com/register/795284510</a></strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n<strong><span data-term=\"goog_244173220\">Wednesday</span> beginning at <span data-term=\"goog_244173221\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/1281d421f3/TEST/eb6c689d1c\">https://www3.gotomeeting.com/register/806532926</a></strong>\r\n\r\n<strong>The Next Big Swing with Edward Preston</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong><span data-term=\"goog_244173222\">Thursday</span> beginning at <span data-term=\"goog_244173223\">7:30 PM ET</span></strong>\r\n\r\n<strong>The RiosQuant 90 Day Training Program - Workshop</strong>\r\n\r\n<strong>Training Session 7 of 12 with Steve Schwartz</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/1281d421f3/TEST/575c2a8e2f\">https://www3.gotomeeting.com/register/817319910</a></strong>\r\n\r\n<strong>Topic: Enter the Einstein Trading Zone</strong>\r\n\r\n<hr />\r\n\r\n<strong><span data-term=\"goog_244173224\">Saturday</span> beginning at <span data-term=\"goog_244173225\">11:00 AM ET</span></strong>\r\n\r\n<strong>Topic: RiosQuant Basics</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/1281d421f3/TEST/ae6775a06f\">https://www3.gotomeeting.com/register/779546742</a></strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<h2><span data-term=\"goog_244173226\">MONDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers\r\n</strong>\r\n\r\nUSD - NAHB Housing Market Index – <span data-term=\"goog_244173227\">10:00 AM ET</span>\r\n\r\nUSD - Grains / Crop Progress – <span data-term=\"goog_244173228\">4:00 PM ET</span>\r\n\r\nAUD - Monetary Policy Meeting Minutes – <span data-term=\"goog_244173229\">9:30 PM ET</span>\r\n\r\n&nbsp;\r\n\r\nMonday\r\n\r\n10:00 AM             USD       NAHB Housing Market Index\r\n\r\n4:00 PM                Grains   Crop Progress\r\n\r\n9:30 PM                AUD       Monetary Policy Meeting Minutes\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n4:30 AM               GBP       CPI\r\n\r\n8:30 AM               USD       Building Permits And Housing Starts\r\n\r\n8:30 AM               USD       CPI\r\n\r\n7:30 PM                AUD       RBA Gov. Stevens Speaks\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM               GBP       MPC      Official Bank Rate Votes\r\n\r\n8:30 AM               CAD       Wholesale Sales\r\n\r\n10:30 AM                             Crude Oil Inventories\r\n\r\n2:00 PM                USD       FOMC Meeting Minutes\r\n\r\n9:45 PM                CNY        HSBC Flash Manufacturing PMI\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n3:00 AM               EUR        French Flash Manufacturing PMI\r\n\r\n3:30 AM               EUR        German Flash Manufacturing PMI\r\n\r\n4:30 AM               GBP       Retail Sales\r\n\r\n8:30 AM               USD       Unemployment Claims\r\n\r\n10:00 AM             USD       Existing Home Sales And Philly Fed Manufacturing Index\r\n\r\n10:30 AM                             Natural Gas Storage\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n8:30 AM               CAD       Core CPI And Core Retail Sales\r\n\r\n10:00 AM             USD       Fed Chair Yellen Speaks\r\n\r\n2:30 PM                EUR        ECB President Draghi Speaks','The Week Ahead in the Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-15','','','2014-08-18 12:55:15','2014-08-18 12:55:15','',0,'http://www.thetradingroom.com/?p=2055',0,'post','',0),(2057,2,'2014-08-18 12:53:23','2014-08-18 12:53:23','The week started and finished with the ongoing geopolitical crisis dominating the global financial markets. The outperformer in the risk assets was clearly the Nasdaq 100 gaining 2.9%. The US Treasury 30 Yr Bond gained 1.2% trailing the S&amp;P 500 1.6% close behind. The US Dollar closed the week flat with 0.0% change. Gold also finished little changed while most other commodities finished weaker led by Natural Gas falling -4.4% followed by Copper and Silver both dropping -2.0%. In the week ahead I will continue to be on the alert for more geopolitical news as well as focus on a busier economic data schedule and events. FOMC minutes will mark the start of the week with the Fed\'s focus. Pay special attention to Housing Starts and Building Permits as well as Initial Jobless Claims. Consistent with the past of couple weeks, I will also be monitoring the correlation between the bond and currency markets as a guide for rotation flows and as a leading indicator for risk assets.\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>The Trading Room </strong><strong>TradeLAB</strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/1281d421f3/TEST/853f5f3878\">https://www3.gotomeeting.com/register/251465814</a></strong>\r\n\r\n<strong><span data-term=\"goog_244173212\">Monday</span> through <span data-term=\"goog_244173213\">Friday</span> beginning at <span data-term=\"goog_244173214\">7:30 AM ET</span></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n&nbsp;\r\n\r\n<strong>Insider\'s Quant (IQ) Room</strong>\r\n\r\n<strong>Advanced Concepts with Joe Rios</strong>\r\n\r\n<span data-term=\"goog_244173215\">Monday</span> and <span data-term=\"goog_244173216\">Wednesday</span> beginning at <span data-term=\"goog_244173217\">1:30 PM ET</span>\r\n\r\nSUBSCRIPTION ONLY\r\n\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the Rios Quant Trading Indicators:</strong>\r\n\r\n<strong><span data-term=\"goog_244173218\">Tuesday</span> beginning at <span data-term=\"goog_244173219\">1:00 PM ET</span></strong>\r\n\r\n<strong>Topic: Trading Stock Futures</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/1281d421f3/TEST/e2838f9ed6\">https://www3.gotomeeting.com/register/795284510</a></strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n<strong><span data-term=\"goog_244173220\">Wednesday</span> beginning at <span data-term=\"goog_244173221\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/1281d421f3/TEST/eb6c689d1c\">https://www3.gotomeeting.com/register/806532926</a></strong>\r\n\r\n<strong>The Next Big Swing with Edward Preston</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong><span data-term=\"goog_244173222\">Thursday</span> beginning at <span data-term=\"goog_244173223\">7:30 PM ET</span></strong>\r\n\r\n<strong>The RiosQuant 90 Day Training Program - Workshop</strong>\r\n\r\n<strong>Training Session 7 of 12 with Steve Schwartz</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/1281d421f3/TEST/575c2a8e2f\">https://www3.gotomeeting.com/register/817319910</a></strong>\r\n\r\n<strong>Topic: Enter the Einstein Trading Zone</strong>\r\n\r\n<hr />\r\n\r\n<strong><span data-term=\"goog_244173224\">Saturday</span> beginning at <span data-term=\"goog_244173225\">11:00 AM ET</span></strong>\r\n\r\n<strong>Topic: RiosQuant Basics</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/1281d421f3/TEST/ae6775a06f\">https://www3.gotomeeting.com/register/779546742</a></strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<h2><span data-term=\"goog_244173226\">MONDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers\r\n</strong>\r\n\r\nUSD - NAHB Housing Market Index – <span data-term=\"goog_244173227\">10:00 AM ET</span>\r\n\r\nUSD - Grains / Crop Progress – <span data-term=\"goog_244173228\">4:00 PM ET</span>\r\n\r\nAUD - Monetary Policy Meeting Minutes – <span data-term=\"goog_244173229\">9:30 PM ET</span>\r\n\r\n&nbsp;\r\n\r\nMonday\r\n\r\n10:00 AM             USD       NAHB Housing Market Index\r\n\r\n4:00 PM                Grains   Crop Progress\r\n\r\n9:30 PM                AUD       Monetary Policy Meeting Minutes\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n4:30 AM               GBP       CPI\r\n\r\n8:30 AM               USD       Building Permits And Housing Starts\r\n\r\n8:30 AM               USD       CPI\r\n\r\n7:30 PM                AUD       RBA Gov. Stevens Speaks\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM               GBP       MPC      Official Bank Rate Votes\r\n\r\n8:30 AM               CAD       Wholesale Sales\r\n\r\n10:30 AM                             Crude Oil Inventories\r\n\r\n2:00 PM                USD       FOMC Meeting Minutes\r\n\r\n9:45 PM                CNY        HSBC Flash Manufacturing PMI\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n3:00 AM               EUR        French Flash Manufacturing PMI\r\n\r\n3:30 AM               EUR        German Flash Manufacturing PMI\r\n\r\n4:30 AM               GBP       Retail Sales\r\n\r\n8:30 AM               USD       Unemployment Claims\r\n\r\n10:00 AM             USD       Existing Home Sales And Philly Fed Manufacturing Index\r\n\r\n10:30 AM                             Natural Gas Storage\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n8:30 AM               CAD       Core CPI And Core Retail Sales\r\n\r\n10:00 AM             USD       Fed Chair Yellen Speaks\r\n\r\n2:30 PM                EUR        ECB President Draghi Speaks','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2055-revision-v1','','','2014-08-18 12:53:23','2014-08-18 12:53:23','',2055,'http://www.thetradingroom.com/2055-revision-v1/',0,'revision','',0),(2056,2,'2014-08-18 12:51:44','2014-08-18 12:51:44','The week started and finished with the ongoing geopolitical crisis dominating the global financial markets. The outperformer in the risk assets was clearly the Nasdaq 100 gaining 2.9%. The US Treasury 30 Yr Bond gained 1.2% trailing the S&amp;P 500 1.6% close behind. The US Dollar closed the week flat with 0.0% change. Gold also finished little changed while most other commodities finished weaker led by Natural Gas falling -4.4% followed by Copper and Silver both dropping -2.0%. In the week ahead I will continue to be on the alert for more geopolitical news as well as focus on a busier economic data schedule and events. FOMC minutes will mark the start of the week with the Fed\'s focus. Pay special attention to Housing Starts and Building Permits as well as Initial Jobless Claims. Consistent with the past of couple weeks, I will also be monitoring the correlation between the bond and currency markets as a guide for rotation flows and as a leading indicator for risk assets.\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong>The Trading Room </strong><strong>TradeLAB</strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/1281d421f3/TEST/853f5f3878\">https://www3.gotomeeting.com/register/251465814</a></strong>\r\n\r\n<strong><span data-term=\"goog_244173212\">Monday</span> through <span data-term=\"goog_244173213\">Friday</span> beginning at <span data-term=\"goog_244173214\">7:30 AM ET</span></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n&nbsp;\r\n\r\n<strong>Insider\'s Quant (IQ) Room</strong>\r\n\r\n<strong>Advanced Concepts with Joe Rios</strong>\r\n\r\n<span data-term=\"goog_244173215\">Monday</span> and <span data-term=\"goog_244173216\">Wednesday</span> beginning at <span data-term=\"goog_244173217\">1:30 PM ET</span>\r\n\r\nSUBSCRIPTION ONLY\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the Rios Quant Trading Indicators:</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong><span data-term=\"goog_244173218\">Tuesday</span> beginning at <span data-term=\"goog_244173219\">1:00 PM ET</span></strong>\r\n\r\n<strong>Topic: Trading Stock Futures</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/1281d421f3/TEST/e2838f9ed6\">https://www3.gotomeeting.com/register/795284510</a></strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong><span data-term=\"goog_244173220\">Wednesday</span> beginning at <span data-term=\"goog_244173221\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/1281d421f3/TEST/eb6c689d1c\">https://www3.gotomeeting.com/register/806532926</a></strong>\r\n\r\n<strong>The Next Big Swing with Edward Preston</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong><span data-term=\"goog_244173222\">Thursday</span> beginning at <span data-term=\"goog_244173223\">7:30 PM ET</span></strong>\r\n\r\n<strong>The RiosQuant 90 Day Training Program - Workshop</strong>\r\n\r\n<strong>Training Session 7 of 12 with Steve Schwartz</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/1281d421f3/TEST/575c2a8e2f\">https://www3.gotomeeting.com/register/817319910</a></strong>\r\n\r\n<strong>Topic: Enter the Einstein Trading Zone</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong><span data-term=\"goog_244173224\">Saturday</span> beginning at <span data-term=\"goog_244173225\">11:00 AM ET</span></strong>\r\n\r\n<strong>Topic: RiosQuant Basics</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/1281d421f3/TEST/ae6775a06f\">https://www3.gotomeeting.com/register/779546742</a></strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n<h2><span data-term=\"goog_244173226\">MONDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers\r\n</strong>\r\n\r\nUSD - NAHB Housing Market Index – <span data-term=\"goog_244173227\">10:00 AM ET</span>\r\n\r\nUSD - Grains / Crop Progress – <span data-term=\"goog_244173228\">4:00 PM ET</span>\r\n\r\nAUD - Monetary Policy Meeting Minutes – <span data-term=\"goog_244173229\">9:30 PM ET</span>\r\n\r\n&nbsp;\r\n\r\nMonday\r\n\r\n10:00 AM             USD       NAHB Housing Market Index\r\n\r\n4:00 PM                Grains   Crop Progress\r\n\r\n9:30 PM                AUD       Monetary Policy Meeting Minutes\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n4:30 AM               GBP       CPI\r\n\r\n8:30 AM               USD       Building Permits And Housing Starts\r\n\r\n8:30 AM               USD       CPI\r\n\r\n7:30 PM                AUD       RBA Gov. Stevens Speaks\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM               GBP       MPC      Official Bank Rate Votes\r\n\r\n8:30 AM               CAD       Wholesale Sales\r\n\r\n10:30 AM                             Crude Oil Inventories\r\n\r\n2:00 PM                USD       FOMC Meeting Minutes\r\n\r\n9:45 PM                CNY        HSBC Flash Manufacturing PMI\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n3:00 AM               EUR        French Flash Manufacturing PMI\r\n\r\n3:30 AM               EUR        German Flash Manufacturing PMI\r\n\r\n4:30 AM               GBP       Retail Sales\r\n\r\n8:30 AM               USD       Unemployment Claims\r\n\r\n10:00 AM             USD       Existing Home Sales And Philly Fed Manufacturing Index\r\n\r\n10:30 AM                             Natural Gas Storage\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n8:30 AM               CAD       Core CPI And Core Retail Sales\r\n\r\n10:00 AM             USD       Fed Chair Yellen Speaks\r\n\r\n2:30 PM                EUR        ECB President Draghi Speaks','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2055-revision-v1','','','2014-08-18 12:51:44','2014-08-18 12:51:44','',2055,'http://www.thetradingroom.com/2055-revision-v1/',0,'revision','',0),(2058,2,'2014-08-19 11:40:17','2014-08-19 11:40:17','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:05 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks advanced for a second day as A.P. Moeller-Maersk A/S and Imperial Tobacco Group Plc climbed after posting earnings. U.S. stock-index futures and Asian shares also gained.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">A gauge of Treasury market inflation expectations was within a basis point of a four-month low before a government report that economists said will show gains in the consumer price index slowed last month.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Corn and soybeans fell in Chicago on speculation that U.S. crops will benefit from rain this week, improving prospects for production that the government predicts will rise to a record.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The dollar held gains against major peers as signs of economic recovery supported the case for the Federal Reserve to raise interest rates. The pound dropped to a four-month low versus the dollar after U.K. inflation slowed.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - USA </span><span style=\"color: #000000;\">Building Permits, </span><span style=\"color: #000000;\">CPI m/m and </span><span style=\"color: #000000;\">Housing Starts due at 8:30, AUD </span><span style=\"color: #000000;\">RBA Gov Stevens Speaks at 19:30 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-66','','','2014-08-19 11:40:17','2014-08-19 11:40:17','',0,'http://www.thetradingroom.com/?p=2058',0,'post','',0),(2059,2,'2014-08-19 11:40:17','2014-08-19 11:40:17','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:05 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks advanced for a second day as A.P. Moeller-Maersk A/S and Imperial Tobacco Group Plc climbed after posting earnings. U.S. stock-index futures and Asian shares also gained.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">A gauge of Treasury market inflation expectations was within a basis point of a four-month low before a government report that economists said will show gains in the consumer price index slowed last month.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Corn and soybeans fell in Chicago on speculation that U.S. crops will benefit from rain this week, improving prospects for production that the government predicts will rise to a record.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The dollar held gains against major peers as signs of economic recovery supported the case for the Federal Reserve to raise interest rates. The pound dropped to a four-month low versus the dollar after U.K. inflation slowed.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - USA </span><span style=\"color: #000000;\">Building Permits, </span><span style=\"color: #000000;\">CPI m/m and </span><span style=\"color: #000000;\">Housing Starts due at 8:30, AUD </span><span style=\"color: #000000;\">RBA Gov Stevens Speaks at 19:30 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','2058-revision-v1','','','2014-08-19 11:40:17','2014-08-19 11:40:17','',2058,'http://www.thetradingroom.com/2058-revision-v1/',0,'revision','',0),(2060,2,'2014-08-20 11:22:10','2014-08-20 11:22:10','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:05 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks were little changed, following the biggest two-day gain since April, as investors awaited cues from central banks. U.S. index futures and Asian shares were also little changed.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasuries were the best-performing sovereign debt market during the past month after accounting for currency gains as investors sought alternatives to Europe’s record-low yields.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Gold fell for a fourth day in London as a stronger dollar cut demand. Platinum slipped to a two-month low in the longest run of declines in six years.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The dollar strengthened to an 11- month high versus the euro before the Federal Reserve releases the minutes of its July meeting, amid speculation policy makers are moving toward raising borrowing costs.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - CAD </span><span style=\"color: #000000;\">Wholesale Sales m/m due at 8:30, </span><span style=\"color: #000000;\">Crude Oil Inventories at 10:30, </span><span style=\"color: #000000;\">FOMC Meeting Minutes at 14:00, CNY </span><span style=\"color: #000000;\">HSBC Flash Manufacturing PMI at 21:45 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-67','','','2014-08-20 11:22:10','2014-08-20 11:22:10','',0,'http://www.thetradingroom.com/?p=2060',0,'post','',0),(2061,2,'2014-08-20 11:22:10','2014-08-20 11:22:10','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:05 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks were little changed, following the biggest two-day gain since April, as investors awaited cues from central banks. U.S. index futures and Asian shares were also little changed.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasuries were the best-performing sovereign debt market during the past month after accounting for currency gains as investors sought alternatives to Europe’s record-low yields.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Gold fell for a fourth day in London as a stronger dollar cut demand. Platinum slipped to a two-month low in the longest run of declines in six years.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The dollar strengthened to an 11- month high versus the euro before the Federal Reserve releases the minutes of its July meeting, amid speculation policy makers are moving toward raising borrowing costs.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - CAD </span><span style=\"color: #000000;\">Wholesale Sales m/m due at 8:30, </span><span style=\"color: #000000;\">Crude Oil Inventories at 10:30, </span><span style=\"color: #000000;\">FOMC Meeting Minutes at 14:00, CNY </span><span style=\"color: #000000;\">HSBC Flash Manufacturing PMI at 21:45 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','2060-revision-v1','','','2014-08-20 11:22:10','2014-08-20 11:22:10','',2060,'http://www.thetradingroom.com/2060-revision-v1/',0,'revision','',0),(2063,2,'2014-08-21 10:52:10','2014-08-21 10:52:10','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 6:45 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2d2b2c;\">European </span><a style=\"font-weight: bold; color: #003399;\" title=\"Get Quote\" href=\"http://www.bloomberg.com/quote/SXXP:IND\">stocks</a><span style=\"color: #2d2b2c;\"> rose to the highest level this month, U.S. index futures advanced, while Asian shares fell.</span></div>\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Declines in Treasuries pushed yields toward a seven-year high versus their developed-market peers before Federal Reserve Chair Janet Yellen speaks about employment tomorrow.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Gold fell to a two-month low in the longest run of declines since June in London on the outlook for higher U.S. interest rates that strengthened the dollar.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2d2b2c;\">The dollar gained to the strongest level since September versus the euro after U.S. policy makers raised the possibility they may raise </span><a style=\"font-weight: bold; color: #003399;\" href=\"http://topics.bloomberg.com/interest-rates/\">interest rates</a><span style=\"color: #2d2b2c;\"> sooner than anticipated, minutes of the </span><a style=\"font-weight: bold; color: #003399;\" href=\"http://topics.bloomberg.com/federal-reserve/\">Federal Reserve</a><span style=\"color: #2d2b2c;\">’s July meeting show.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA -USD </span><span style=\"color: #000000;\">Unemployment Claims due at 8:30, </span><span style=\"color: #000000;\">Flash Manufacturing PMI at 9:45, </span><span style=\"color: #000000;\">Philly Fed Manufacturing Index and </span><span style=\"color: #000000;\">Existing Home Sales</span><span style=\"color: #000000;\"> at 10:00, </span><span style=\"color: #000000;\">Natural Gas Storage at 10:30 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','2062-revision-v1','','','2014-08-21 10:52:10','2014-08-21 10:52:10','',2062,'http://www.thetradingroom.com/2062-revision-v1/',0,'revision','',0),(2064,2,'2014-08-22 11:18:27','2014-08-22 11:18:27','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:00 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks dropped, paring a weekly gain, as investors awaited a speech by Federal Reserve Chair Janet Yellen for clues about the interest-rate outlook. U.S. index futures also fell, while Asian shares rose.\r\n</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasuries headed for their biggest weekly decline in seven weeks amid speculation U.S. economic growth is strong enough to allow the Federal Reserve to raise interest rates next year.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">West Texas Intermediate crude headed for a fifth weekly decline, the longest falling streak in nine months.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The dollar headed for its biggest weekly gain versus the euro since January before Federal Reserve Chair Janet Yellen and European Central Bank President Mario Draghi speak today in Jackson Hole, Wyoming.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - CAD </span><span style=\"color: #000000;\">Core CPI m/m and </span><span style=\"color: #000000;\">Core Retail Sales m/m at 8:30, </span><span style=\"color: #000000;\">Fed Chair Yellen Speaks at 10:00, </span><span style=\"color: #000000;\">ECB President Draghi Speaks at 14:30 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-69','','','2014-08-22 11:18:27','2014-08-22 11:18:27','',0,'http://www.thetradingroom.com/?p=2064',0,'post','',0),(2065,2,'2014-08-22 11:18:27','2014-08-22 11:18:27','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:00 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks dropped, paring a weekly gain, as investors awaited a speech by Federal Reserve Chair Janet Yellen for clues about the interest-rate outlook. U.S. index futures also fell, while Asian shares rose.\r\n</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasuries headed for their biggest weekly decline in seven weeks amid speculation U.S. economic growth is strong enough to allow the Federal Reserve to raise interest rates next year.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">West Texas Intermediate crude headed for a fifth weekly decline, the longest falling streak in nine months.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The dollar headed for its biggest weekly gain versus the euro since January before Federal Reserve Chair Janet Yellen and European Central Bank President Mario Draghi speak today in Jackson Hole, Wyoming.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - CAD </span><span style=\"color: #000000;\">Core CPI m/m and </span><span style=\"color: #000000;\">Core Retail Sales m/m at 8:30, </span><span style=\"color: #000000;\">Fed Chair Yellen Speaks at 10:00, </span><span style=\"color: #000000;\">ECB President Draghi Speaks at 14:30 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','2064-revision-v1','','','2014-08-22 11:18:27','2014-08-22 11:18:27','',2064,'http://www.thetradingroom.com/2064-revision-v1/',0,'revision','',0),(2066,2,'2014-08-25 11:10:41','2014-08-25 11:10:41','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:05 am ET </span></span>\n<div style=\"color: #222222;\">\n<div><span style=\"color: #000000;\"> </span></div>\n<div><span style=\"color: #000000;\">STOCKS - </span><a style=\"font-weight: bold; color: #003399;\" title=\"Get Quote\" href=\"http://www.bloomberg.com/quote/SXXP:IND\">European stocks</a><span style=\"color: #2d2b2c;\"> rose, following two weekly increases, after European Central Bank President </span><a style=\"font-weight: bold; color: #003399;\" href=\"http://topics.bloomberg.com/mario-draghi/\">Mario Draghi</a><span style=\"color: #2d2b2c;\">signaled policy makers are ready to add fresh monetary stimulus. U.S. index futures climbed, while Asian shares were little changed.</span><span style=\"color: #2a2a2a;\">\n</span></div>\n<div><span style=\"color: #2a2a2a;\"> </span></div>\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2d2b2c;\">The </span><a style=\"font-weight: bold; color: #003399;\" title=\"Get Quote\" href=\"http://www.bloomberg.com/quote/USYC2Y30:IND\">extra yield</a><span style=\"color: #2d2b2c;\"> investors get for holding U.S. 30-year bonds over two-year notes shrank to the least in 15 months before the U.S. sells the shorter-term security tomorrow.</span></div>\n<div></div>\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Soybeans slumped to the lowest level since 2010, extending a second weekly loss, on expectations farmers in the U.S. will harvest a record crop.</span></div>\n<div><span style=\"color: #2a2a2a;\"> </span></div>\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The dollar rose to the highest in almost a year against the euro amid speculation the Federal Reserve will raise interest rates in 2015, while the European Central Bank signaled additional measures to support growth.</span></div>\n<div></div>\n<div><span style=\"color: #000000;\">ECONOMIC DATA - US </span><span style=\"color: #000000;\">New Home Sales due at 10:00, NZD </span><span style=\"color: #000000;\">Trade Balance at 18:45 ET.</span></div>\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','2064-autosave-v1','','','2014-08-25 11:10:41','2014-08-25 11:10:41','',2064,'http://www.thetradingroom.com/2064-autosave-v1/',0,'revision','',0),(2067,2,'2014-08-25 11:13:46','2014-08-25 11:13:46','UPDATED 7:05 am ET\r\n\r\nSTOCKS - European stocks rose, following two weekly increases, after European Central Bank President Mario Draghi signaled policy makers are ready to add fresh monetary stimulus. U.S. index futures climbed, while Asian shares were little changed.\r\n\r\nBONDS - The extra yield investors get for holding U.S. 30-year bonds over two-year notes shrank to the least in 15 months before the U.S. sells the shorter-term security tomorrow.\r\n\r\nCOMMODITIES - Soybeans slumped to the lowest level since 2010, extending a second weekly loss, on expectations farmers in the U.S. will harvest a record crop.\r\n\r\nCURRENCIES - The dollar rose to the highest in almost a year against the euro amid speculation the Federal Reserve will raise interest rates in 2015, while the European Central Bank signaled additional measures to support growth.\r\n\r\nECONOMIC DATA - US New Home Sales due at 10:00, NZD Trade Balance at 18:45 ET.','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-70','','','2014-08-25 11:13:46','2014-08-25 11:13:46','',0,'http://www.thetradingroom.com/?p=2067',0,'post','',0),(2068,2,'2014-08-25 11:13:46','2014-08-25 11:13:46','UPDATED 7:05 am ET\r\n\r\nSTOCKS - European stocks rose, following two weekly increases, after European Central Bank President Mario Draghi signaled policy makers are ready to add fresh monetary stimulus. U.S. index futures climbed, while Asian shares were little changed.\r\n\r\nBONDS - The extra yield investors get for holding U.S. 30-year bonds over two-year notes shrank to the least in 15 months before the U.S. sells the shorter-term security tomorrow.\r\n\r\nCOMMODITIES - Soybeans slumped to the lowest level since 2010, extending a second weekly loss, on expectations farmers in the U.S. will harvest a record crop.\r\n\r\nCURRENCIES - The dollar rose to the highest in almost a year against the euro amid speculation the Federal Reserve will raise interest rates in 2015, while the European Central Bank signaled additional measures to support growth.\r\n\r\nECONOMIC DATA - US New Home Sales due at 10:00, NZD Trade Balance at 18:45 ET.','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','2067-revision-v1','','','2014-08-25 11:13:46','2014-08-25 11:13:46','',2067,'http://www.thetradingroom.com/2067-revision-v1/',0,'revision','',0),(2081,2,'2014-09-03 11:28:08','2014-09-03 11:28:08','<span style=\"color: #000000;\">UPDATED 7:25 am ET </span>\r\n<div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2d2b2c;\">European stocks rose as </span><a style=\"font-weight: bold; color: #003399;\" href=\"http://topics.bloomberg.com/russia/\">Russia</a><span style=\"color: #2d2b2c;\"> and Ukraine agreed on the steps needed for a truce, and a worse-than-forecast euro-zone purchasing managers’ index stoked speculation that the area’s central bank will increase stimulus. U.S. stock-index futures and Asian shares also climbed.</span><span style=\"color: #2a2a2a;\">\r\n</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasuries declined a third day, pushing 10-year yields to the highest in three weeks, as reports Ukraine had held cease-fire talks with Russia damped demand for the safest assets.</span></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Copper declined in London on speculation an investigation of the power grid in China, the world’s largest buyer of the metal, will curb demand.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">Australia’s dollar rose as central bank Governor Glenn Stevens said he’s unwilling to push house prices higher to try to reduce unemployment, boosting bets policy makers are content to refrain from cutting rates.</span></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">ECONOMIC DATA - <span style=\"font-family: Verdana, Helvetica, sans-serif;\">CAD </span></span><span style=\"color: #000000;\">BOC Rate Statement due at 10:00, US </span><span style=\"color: #000000;\">Beige Book at 14:00, JPY </span><span style=\"color: #000000;\">Monetary Policy Statement (tentative), </span><span style=\"color: #000000;\">AUD </span><span style=\"color: #000000;\">Trade Balance at 21:30 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-74','','','2014-09-03 11:28:08','2014-09-03 11:28:08','',0,'http://www.thetradingroom.com/?p=2081',0,'post','',0),(2100,2,'2014-09-11 11:26:33','2014-09-11 11:26:33','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:00 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks were little changed, after four days of losses, as companies including Ocado Group Plc and Next Plc posted results. U.S. stock-index futures and Asian shares declined.</span><span style=\"color: #2a2a2a;\">\r\n</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasury 10-year notes rose for the first time in six days as concern that political tension in the Middle East will intensify stoked demand for the safest assets before the Federal Open Market Committee meets next week.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - Most c</span><span style=\"color: #2a2a2a;\">ommodities fell to a four-year low on speculation abundant supplies and slowing economic growth outside of the U.S. will curb demand for raw materials.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The pound rose for a third day against the dollar as concern that Scotland will vote for independence next week ebbed amid optimism the U.K. economy is strengthening.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - <span style=\"font-family: Verdana, Helvetica, sans-serif;\">USD </span></span><span style=\"color: #000000;\">Unemployment Claims due at 8:30, </span><span style=\"color: #000000;\">Natural Gas Storage at 10:30, </span><span style=\"color: #000000;\">ECB President Draghi Speaks at 15:00 ET. </span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-75','','','2014-09-11 11:26:33','2014-09-11 11:26:33','',0,'http://www.thetradingroom.com/?p=2100',0,'post','',0),(2083,2,'2014-09-17 07:10:09','2014-09-17 07:10:09','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/09/Pierre-performance-graph-9-4.jpg\"><img class=\"aligncenter size-full wp-image-2087\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/09/Pierre-performance-graph-9-4.jpg\" alt=\"Pierre performance graph 9-4\" width=\"701\" height=\"380\" /></a>\r\n\r\nRiosQuant member Pierre takes over $2,400 in profits day trading during one of our recent live trading room TradeLab. Don\'t trade alone, join a group of traders that are realizing their dreams.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/09/pierre-chart-ng-9-3.jpg\"><img class=\"aligncenter size-full wp-image-2089\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/09/pierre-chart-ng-9-3.jpg\" alt=\"pierre chart ng 9-3\" width=\"487\" height=\"486\" /></a>\r\n\r\nLearn how to use cutting edge technology to trade the global financial markets including commodity futures, stock indices and forex. Chart above illustrates Pierre\'s short Natural Gas trade for profit. No guess work, a step-by-step quantitative approach to taking profits from the markets while controlling risk.\r\n\r\n<a href=\"http://www.riosquant.com/requestinfo?product_id=2\">For a FREE TRIAL click here http://www.riosquant.com/requestinfo?product_id=2</a>\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\nTESTIMONIALS ARE NOT INDICATIVE OF FUTURE PERFORMANCE OR SUCCESS\r\n\r\n&nbsp;','Members - Pierre the Futures Trader','','publish','open','closed','','members-pierre-futures-trader','','','2016-10-09 17:33:56','2016-10-09 17:33:56','',0,'http://www.thetradingroom.com/?p=2083',0,'post','',0),(2072,2,'2014-08-27 11:16:18','2014-08-27 11:16:18','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:05 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2d2b2c;\">European </span><a style=\"font-weight: bold; color: #003399;\" title=\"Get Quote\" href=\"http://www.bloomberg.com/quote/SXXP:IND\">stocks</a><span style=\"color: #2d2b2c;\"> were little changed, following their biggest two-day advance since April, as signs of progress in talks between Russia and Ukraine offset worse-than-projected German confidence data. U.S. index futures were little changed, while Asian shares rose.</span><span style=\"color: #2a2a2a;\">\r\n</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasuries advanced as investors were attracted to the recent rise in yields that made the securities the cheapest versus their international counterparts in seven years.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Corn fell for a third day in Chicago amid expectations that supplies will be ample as most U.S. crops are developing in good condition.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><a style=\"font-weight: bold; color: #003399;\" href=\"http://topics.bloomberg.com/australia/\">Australia</a><span style=\"color: #2d2b2c;\">’s dollar may strengthen above 105 yen by year-end, toward the highest level since November 2007, after the currency broke out of a four-month trading range, according to SMBC Nikko Securities Inc.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - </span><span style=\"color: #000000;\">Crude Oil Inventories due at 10:30, AUD </span><span style=\"color: #000000;\">Private Capital Expenditure q/q at 21:30 ET. </span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-71','','','2014-08-27 11:16:18','2014-08-27 11:16:18','',0,'http://www.thetradingroom.com/?p=2072',0,'post','',0),(2073,2,'2014-08-27 11:16:18','2014-08-27 11:16:18','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:05 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2d2b2c;\">European </span><a style=\"font-weight: bold; color: #003399;\" title=\"Get Quote\" href=\"http://www.bloomberg.com/quote/SXXP:IND\">stocks</a><span style=\"color: #2d2b2c;\"> were little changed, following their biggest two-day advance since April, as signs of progress in talks between Russia and Ukraine offset worse-than-projected German confidence data. U.S. index futures were little changed, while Asian shares rose.</span><span style=\"color: #2a2a2a;\">\r\n</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasuries advanced as investors were attracted to the recent rise in yields that made the securities the cheapest versus their international counterparts in seven years.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Corn fell for a third day in Chicago amid expectations that supplies will be ample as most U.S. crops are developing in good condition.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><a style=\"font-weight: bold; color: #003399;\" href=\"http://topics.bloomberg.com/australia/\">Australia</a><span style=\"color: #2d2b2c;\">’s dollar may strengthen above 105 yen by year-end, toward the highest level since November 2007, after the currency broke out of a four-month trading range, according to SMBC Nikko Securities Inc.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - </span><span style=\"color: #000000;\">Crude Oil Inventories due at 10:30, AUD </span><span style=\"color: #000000;\">Private Capital Expenditure q/q at 21:30 ET. </span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','2072-revision-v1','','','2014-08-27 11:16:18','2014-08-27 11:16:18','',2072,'http://www.thetradingroom.com/2072-revision-v1/',0,'revision','',0),(2074,2,'2014-08-29 11:02:01','2014-08-29 11:02:01','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:00 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><a style=\"font-weight: bold; color: #003399;\" title=\"Get Quote\" href=\"http://www.bloomberg.com/quote/SXXP:IND\">European stocks</a><span style=\"color: #2d2b2c;\"> were little changed, with the Stoxx Europe 600 Index heading for its first monthly gain since May. </span><a style=\"font-weight: bold; color: #003399;\" href=\"http://topics.bloomberg.com/asia/\">Asia</a><span style=\"color: #2d2b2c;\">’s benchmark </span><a style=\"font-weight: bold; color: #003399;\" title=\"Get Quote\" href=\"http://www.bloomberg.com/quote/MXAP:IND\">stock</a><span style=\"color: #2d2b2c;\"> gauge headed for its first monthly decline since April while the US stock futures trading higher on the last day of the month.</span><span style=\"color: #2a2a2a;\">\r\n</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">This year’s Treasury market rally has been stronger than every economist surveyed by Bloomberg News predicted.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Gold fell for the first time in four days in London as investors weighed signs of an improving U.S. economy against tension over Ukraine.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The euro was set for a seven-week slide, the longest stretch in more than a decade, as a report showed gains in consumer prices in the region slowed this month.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-72','','','2014-08-29 11:02:01','2014-08-29 11:02:01','',0,'http://www.thetradingroom.com/?p=2074',0,'post','',0),(2075,2,'2014-08-29 11:02:01','2014-08-29 11:02:01','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:00 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><a style=\"font-weight: bold; color: #003399;\" title=\"Get Quote\" href=\"http://www.bloomberg.com/quote/SXXP:IND\">European stocks</a><span style=\"color: #2d2b2c;\"> were little changed, with the Stoxx Europe 600 Index heading for its first monthly gain since May. </span><a style=\"font-weight: bold; color: #003399;\" href=\"http://topics.bloomberg.com/asia/\">Asia</a><span style=\"color: #2d2b2c;\">’s benchmark </span><a style=\"font-weight: bold; color: #003399;\" title=\"Get Quote\" href=\"http://www.bloomberg.com/quote/MXAP:IND\">stock</a><span style=\"color: #2d2b2c;\"> gauge headed for its first monthly decline since April while the US stock futures trading higher on the last day of the month.</span><span style=\"color: #2a2a2a;\">\r\n</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">This year’s Treasury market rally has been stronger than every economist surveyed by Bloomberg News predicted.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Gold fell for the first time in four days in London as investors weighed signs of an improving U.S. economy against tension over Ukraine.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The euro was set for a seven-week slide, the longest stretch in more than a decade, as a report showed gains in consumer prices in the region slowed this month.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','2074-revision-v1','','','2014-08-29 11:02:01','2014-08-29 11:02:01','',2074,'http://www.thetradingroom.com/2074-revision-v1/',0,'revision','',0),(2076,2,'2014-09-02 03:02:05','2014-09-02 03:02:05','From the desk of Joe Rios\r\n\r\nDespite rising  geopolitical concerns including crisis from the Middle East to Ukraine and Russia, the stock indices closed the month of August strong.  The Nasdaq 100 led by gaining 2.8% , Russell 2000 2.4%, S&amp;P 500 1.7% and the DJIA 1.4%.  Other US benchmarks also finished the month stronger with the US Dollar rising 1.7% and US Treasury 10 Yr. Note inched higher 0.7%.  In the commodity markets Wheat closed 8.3% higher and Natural Gas gained 7.9% as both continued to consolidate after a bearish downtrend lasting most of the Summer months.  In the holiday shorten week ahead we have a heavy schedule of economic data, therefore I expect plenty of market movers including employment data as well as potential news from the geopolitical front.  Now that Summer is over and traders return to their trading desks our focus should be on rotation flows.  It will be interesting to see if traders approach the markets with similar views or a diverse outlook.  Should viewpoints narrow and correlations tighten, then watch for trading opportunities in the risk assets. Remember to trade your plan and follow your rules. It\'s a great time to be disciplined as we approach the busy trading season that lies ahead.\r\n\r\n<span style=\"font-family: \'Comic Sans MS\', cursive; font-size: large;\">Joe Rios</span>\r\n<span style=\"font-size: medium;\">Chief Market Strategist</span>\r\n<a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/391f736c64/TEST/239a7866d6\" target=\"_blank\">www.riosquant.com</a>\r\n<h2>Live Rooms and Events</h2>\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<b>Contact Information for your Support Needs: </b>\r\nAmber Little, RQ Client Relations Manager\r\nemail: <a href=\"mailto:amber@riosquant.com\">amber@riosquant.com</a>\r\nskype: alittlemobile\r\ncellphone: <a href=\"tel:415.336.7272\">415.336.7272</a>\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong>The Trading Room </strong><strong>TradeLAB</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/391f736c64/TEST/1fc1d32312\">https://www3.gotomeeting.com/register/617085742</a></strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><span data-term=\"goog_1320784585\">Monday</span> through <span data-term=\"goog_1320784586\">Friday</span> beginning at <span data-term=\"goog_1320784587\">7:30 AM ET</span></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n&nbsp;\r\n\r\n<strong>Insider\'s Quant (IQ) Room</strong>\r\n\r\n<strong>Advanced Concepts with Joe Rios</strong>\r\n\r\n<span data-term=\"goog_1320784588\">Wednesday</span> and <span data-term=\"goog_1320784589\">Thursday</span> beginning at <span data-term=\"goog_1320784590\">1:30 PM ET</span>\r\n\r\nSUBSCRIPTION ONLY\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the Rios Quant Trading Indicators:</strong>\r\n\r\n&nbsp;\r\n\r\n<strong><span data-term=\"goog_1320784591\">Wednesday</span> beginning at <span data-term=\"goog_1320784592\">1:00 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/391f736c64/TEST/419c105186\">https://www3.gotomeeting.com/register/386532998</a></strong>\r\n\r\n<strong>Topic: Oil and Stock Futures Trading</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong><span data-term=\"goog_1320784593\">Thursday</span> beginning at <span data-term=\"goog_1320784594\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/391f736c64/TEST/b9cfdb39e1\">https://www3.gotomeeting.com/register/111485758</a></strong>\r\n\r\n<strong>The RiosQuant 90 Day Training Program - Workshop</strong>\r\n\r\n<strong>Training Session 9 of 12 with Steve Schwartz</strong>\r\n\r\n<strong>Topic: Risk On / Risk Off Market Correlation</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong><span data-term=\"goog_1320784595\">Saturday</span> beginning at <span data-term=\"goog_1320784596\">11:00 AM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/391f736c64/TEST/54149f496c\">https://www3.gotomeeting.com/register/136326358</a></strong>\r\n\r\n<strong>Topic: Gnostick Basics - Looking for 5\'s</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n12:30 AM             AUD       RBA rate statement\r\n\r\n4:30 AM               GBP       construction PMI\r\n\r\n10:00 AM             USD       ISM manufacturing PMI\r\n\r\n9:00 PM                CNY        nonmanufacturing PMI\r\n\r\n9:30 PM                AUD       GDP\r\n\r\n11:20 PM             AUD       RBA Gov. Stevens speaks\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM               GBP       services PMI\r\n\r\n10:00 AM             CAD       BOC rate statement\r\n\r\n2:00 PM                USD       beige book\r\n\r\n9:30 PM                AUD       retail sales and trade balance\r\n\r\ntentative             JPY         monetary policy statement\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\ntentative             JPY         BOJ        press conference\r\n\r\n7:00 AM               GBP       official bank rate\r\n\r\n7:45 AM               EUR        minimum bid rate\r\n\r\n8:15 AM               USD       ADP nonfarm employment change\r\n\r\n8:30 AM               CAD       trade balance\r\n\r\n8:30 AM               EUR        ECB press conference\r\n\r\n8:30 AM               USD       trade balance and unemployment claims\r\n\r\n10:00 AM             USD       ISM nonmanufacturing PMI\r\n\r\n10:30 AM                             natural gas storage\r\n\r\n11:00 AM             USD       crude oil inventories\r\n\r\n12:30 AM             USD       FOMC member Mester speaks\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n8:30 AM               USD       nonfarm employment change\r\n\r\n8:30 AM               CAD       employment change\r\n\r\n10:00 AM             CAD       Ivy League PMI','The Week Ahead In The Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-16','','','2014-09-02 03:02:05','2014-09-02 03:02:05','',0,'http://www.thetradingroom.com/?p=2076',0,'post','',0),(2077,2,'2014-09-02 02:58:26','2014-09-02 02:58:26','From the desk of Joe Rios\r\n\r\nDespite rising  geopolitical concerns including crisis from the Middle East to Ukraine and Russia, the stock indices closed the month of August strong.  The Nasdaq 100 led by gaining 2.8% , Russell 2000 2.4%, S&amp;P 500 1.7% and the DJIA 1.4%.  Other US benchmarks also finished the month stronger with the US Dollar rising 1.7% and US Treasury 10 Yr. Note inched higher 0.7%.  In the commodity markets Wheat closed 8.3% higher and Natural Gas gained 7.9% as both continued to consolidate after a bearish downtrend lasting most of the Summer months.  In the holiday shorten week ahead we have a heavy schedule of economic data, therefore I expect plenty of market movers including employment data as well as potential news from the geopolitical front.  Now that Summer is over and traders return to their trading desks our focus should be on rotation flows.  It will be interesting to see if traders approach the markets with similar views or a diverse outlook.  Should viewpoints narrow and correlations tighten, then watch for trading opportunities in the risk assets. Remember to trade your plan and follow your rules. It\'s a great time to be disciplined as we approach the busy trading season that lies ahead.\r\n\r\n<span style=\"font-family: \'Comic Sans MS\', cursive; font-size: large;\">Joe Rios</span>\r\n<span style=\"font-size: medium;\">Chief Market Strategist</span>\r\n<a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/391f736c64/TEST/239a7866d6\" target=\"_blank\">www.riosquant.com</a>\r\n<h2>Live Rooms and Events</h2>\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<b>Contact Information for your Support Needs: </b>\r\nAmber Little, RQ Client Relations Manager\r\nemail: <a href=\"mailto:amber@riosquant.com\">amber@riosquant.com</a>\r\nskype: alittlemobile\r\ncellphone: <a href=\"tel:415.336.7272\">415.336.7272</a>\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong>The Trading Room </strong><strong>TradeLAB</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/391f736c64/TEST/1fc1d32312\">https://www3.gotomeeting.com/register/617085742</a></strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><span data-term=\"goog_1320784585\">Monday</span> through <span data-term=\"goog_1320784586\">Friday</span> beginning at <span data-term=\"goog_1320784587\">7:30 AM ET</span></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n&nbsp;\r\n\r\n<strong>Insider\'s Quant (IQ) Room</strong>\r\n\r\n<strong>Advanced Concepts with Joe Rios</strong>\r\n\r\n<span data-term=\"goog_1320784588\">Wednesday</span> and <span data-term=\"goog_1320784589\">Thursday</span> beginning at <span data-term=\"goog_1320784590\">1:30 PM ET</span>\r\n\r\nSUBSCRIPTION ONLY\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the Rios Quant Trading Indicators:</strong>\r\n\r\n&nbsp;\r\n\r\n<strong><span data-term=\"goog_1320784591\">Wednesday</span> beginning at <span data-term=\"goog_1320784592\">1:00 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/391f736c64/TEST/419c105186\">https://www3.gotomeeting.com/register/386532998</a></strong>\r\n\r\n<strong>Topic: Oil and Stock Futures Trading</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong><span data-term=\"goog_1320784593\">Thursday</span> beginning at <span data-term=\"goog_1320784594\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/391f736c64/TEST/b9cfdb39e1\">https://www3.gotomeeting.com/register/111485758</a></strong>\r\n\r\n<strong>The RiosQuant 90 Day Training Program - Workshop</strong>\r\n\r\n<strong>Training Session 9 of 12 with Steve Schwartz</strong>\r\n\r\n<strong>Topic: Risk On / Risk Off Market Correlation</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong><span data-term=\"goog_1320784595\">Saturday</span> beginning at <span data-term=\"goog_1320784596\">11:00 AM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/391f736c64/TEST/54149f496c\">https://www3.gotomeeting.com/register/136326358</a></strong>\r\n\r\n<strong>Topic: Gnostick Basics - Looking for 5\'s</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n12:30 AM             AUD       RBA rate statement\r\n\r\n4:30 AM               GBP       construction PMI\r\n\r\n10:00 AM             USD       ISM manufacturing PMI\r\n\r\n9:00 PM                CNY        nonmanufacturing PMI\r\n\r\n9:30 PM                AUD       GDP\r\n\r\n11:20 PM             AUD       RBA Gov. Stevens speaks\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM               GBP       services PMI\r\n\r\n10:00 AM             CAD       BOC rate statement\r\n\r\n2:00 PM                USD       beige book\r\n\r\n9:30 PM                AUD       retail sales and trade balance\r\n\r\ntentative             JPY         monetary policy statement\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\ntentative             JPY         BOJ        press conference\r\n\r\n7:00 AM               GBP       official bank rate\r\n\r\n7:45 AM               EUR        minimum bid rate\r\n\r\n8:15 AM               USD       ADP nonfarm employment change\r\n\r\n8:30 AM               CAD       trade balance\r\n\r\n8:30 AM               EUR        ECB press conference\r\n\r\n8:30 AM               USD       trade balance and unemployment claims\r\n\r\n10:00 AM             USD       ISM nonmanufacturing PMI\r\n\r\n10:30 AM                             natural gas storage\r\n\r\n11:00 AM             USD       crude oil inventories\r\n\r\n12:30 AM             USD       FOMC member Mester speaks\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n8:30 AM               USD       nonfarm employment change\r\n\r\n8:30 AM               CAD       employment change\r\n\r\n10:00 AM             CAD       Ivy League PMI','The Week Ahead In The Global Financial Markets','','inherit','open','closed','','2076-revision-v1','','','2014-09-02 02:58:26','2014-09-02 02:58:26','',2076,'http://www.thetradingroom.com/2076-revision-v1/',0,'revision','',0),(2078,2,'2014-09-02 11:14:22','2014-09-02 11:14:22','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 6:55 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks advanced a third day amid speculation that slower growth will prompt policy makers to accelerate stimulus. U.S. index futures also climbed, while Asian stocks were little changed.</span><span style=\"color: #2a2a2a;\">\r\n</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasuries fell, following the biggest rally in August in seven months, before reports this week that economists predict will show U.S. manufacturing and employment expanded in August.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Gold fell to the lowest in a week in London as a stronger dollar curbed demand for a protection of wealth.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The US Dollar strengthen across the board ahead of the US opening bell on the first day of trade for September.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - <span style=\"font-family: Verdana, Helvetica, sans-serif;\">US </span></span><span style=\"color: #000000;\">ISM Manufacturing PMI due at 10:00, CNY </span><span style=\"color: #000000;\">Non-Manufacturing PMI at 21:00, AUD </span><span style=\"color: #000000;\">GDP q/q at 21:30 and </span><span style=\"color: #000000;\">RBA Gov Stevens Speaks at 21:45 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-73','','','2014-09-02 11:14:22','2014-09-02 11:14:22','',0,'http://www.thetradingroom.com/?p=2078',0,'post','',0),(2079,2,'2014-09-02 11:14:22','2014-09-02 11:14:22','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 6:55 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks advanced a third day amid speculation that slower growth will prompt policy makers to accelerate stimulus. U.S. index futures also climbed, while Asian stocks were little changed.</span><span style=\"color: #2a2a2a;\">\r\n</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasuries fell, following the biggest rally in August in seven months, before reports this week that economists predict will show U.S. manufacturing and employment expanded in August.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Gold fell to the lowest in a week in London as a stronger dollar curbed demand for a protection of wealth.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The US Dollar strengthen across the board ahead of the US opening bell on the first day of trade for September.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - <span style=\"font-family: Verdana, Helvetica, sans-serif;\">US </span></span><span style=\"color: #000000;\">ISM Manufacturing PMI due at 10:00, CNY </span><span style=\"color: #000000;\">Non-Manufacturing PMI at 21:00, AUD </span><span style=\"color: #000000;\">GDP q/q at 21:30 and </span><span style=\"color: #000000;\">RBA Gov Stevens Speaks at 21:45 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','2078-revision-v1','','','2014-09-02 11:14:22','2014-09-02 11:14:22','',2078,'http://www.thetradingroom.com/2078-revision-v1/',0,'revision','',0),(2082,2,'2014-09-03 11:28:08','2014-09-03 11:28:08','<span style=\"color: #000000;\">UPDATED 7:25 am ET </span>\r\n<div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2d2b2c;\">European stocks rose as </span><a style=\"font-weight: bold; color: #003399;\" href=\"http://topics.bloomberg.com/russia/\">Russia</a><span style=\"color: #2d2b2c;\"> and Ukraine agreed on the steps needed for a truce, and a worse-than-forecast euro-zone purchasing managers’ index stoked speculation that the area’s central bank will increase stimulus. U.S. stock-index futures and Asian shares also climbed.</span><span style=\"color: #2a2a2a;\">\r\n</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasuries declined a third day, pushing 10-year yields to the highest in three weeks, as reports Ukraine had held cease-fire talks with Russia damped demand for the safest assets.</span></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Copper declined in London on speculation an investigation of the power grid in China, the world’s largest buyer of the metal, will curb demand.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">Australia’s dollar rose as central bank Governor Glenn Stevens said he’s unwilling to push house prices higher to try to reduce unemployment, boosting bets policy makers are content to refrain from cutting rates.</span></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\">ECONOMIC DATA - <span style=\"font-family: Verdana, Helvetica, sans-serif;\">CAD </span></span><span style=\"color: #000000;\">BOC Rate Statement due at 10:00, US </span><span style=\"color: #000000;\">Beige Book at 14:00, JPY </span><span style=\"color: #000000;\">Monetary Policy Statement (tentative), </span><span style=\"color: #000000;\">AUD </span><span style=\"color: #000000;\">Trade Balance at 21:30 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','2081-revision-v1','','','2014-09-03 11:28:08','2014-09-03 11:28:08','',2081,'http://www.thetradingroom.com/2081-revision-v1/',0,'revision','',0),(2085,2,'2014-09-04 17:28:59','2014-09-04 17:28:59','','test','','inherit','open','closed','','2083-revision-v1','','','2014-09-04 17:28:59','2014-09-04 17:28:59','',2083,'http://www.thetradingroom.com/2083-revision-v1/',0,'revision','',0),(2084,2,'2014-09-04 17:26:20','2014-09-04 17:26:20','','a;ldskfj;','','inherit','open','closed','','2083-revision-v1','','','2014-09-04 17:26:20','2014-09-04 17:26:20','',2083,'http://www.thetradingroom.com/2083-revision-v1/',0,'revision','',0),(2086,2,'2014-09-04 17:29:59','2014-09-04 17:29:59','','test 2','','inherit','open','closed','','2083-revision-v1','','','2014-09-04 17:29:59','2014-09-04 17:29:59','',2083,'http://www.thetradingroom.com/2083-revision-v1/',0,'revision','',0),(2087,2,'2014-09-04 19:51:30','2014-09-04 19:51:30','','Pierre performance graph 9-4','','inherit','open','closed','','pierre-performance-graph-9-4','','','2014-09-04 19:51:30','2014-09-04 19:51:30','',2083,'http://www.thetradingroom.com/wp-content/uploads/2014/09/Pierre-performance-graph-9-4.jpg',0,'attachment','image/jpeg',0),(2088,2,'2014-09-04 19:53:26','2014-09-04 19:53:26','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/09/Pierre-performance-graph-9-4.jpg\"><img class=\"aligncenter size-full wp-image-2087\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/09/Pierre-performance-graph-9-4.jpg\" alt=\"Pierre performance graph 9-4\" width=\"701\" height=\"380\" /></a>\r\n\r\nRiosQuant member Pierre takes over $2,400 profits during this morning\'s live trading room TradeLab.\r\n\r\n&nbsp;','Members - Pierre the Futures Trader','','inherit','open','closed','','2083-revision-v1','','','2014-09-04 19:53:26','2014-09-04 19:53:26','',2083,'http://www.thetradingroom.com/2083-revision-v1/',0,'revision','',0),(2089,2,'2014-09-04 22:55:22','2014-09-04 22:55:22','','pierre chart ng 9-3','','inherit','open','closed','','pierre-chart-ng-9-3','','','2014-09-04 22:55:22','2014-09-04 22:55:22','',2083,'http://www.thetradingroom.com/wp-content/uploads/2014/09/pierre-chart-ng-9-3.jpg',0,'attachment','image/jpeg',0),(2090,2,'2014-09-04 23:00:26','2014-09-04 23:00:26','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/09/Pierre-performance-graph-9-4.jpg\"><img class=\"aligncenter size-full wp-image-2087\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/09/Pierre-performance-graph-9-4.jpg\" alt=\"Pierre performance graph 9-4\" width=\"701\" height=\"380\" /></a>\r\n\r\nRiosQuant member Pierre takes over $2,400 in profits day trading during this morning\'s live trading room TradeLab. Don\'t trade alone, join a group of traders that are realizing their dreams.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/09/pierre-chart-ng-9-3.jpg\"><img class=\"aligncenter size-full wp-image-2089\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/09/pierre-chart-ng-9-3.jpg\" alt=\"pierre chart ng 9-3\" width=\"487\" height=\"486\" /></a>\r\n\r\n&nbsp;\r\n\r\nLearn how to use cutting edge technology to trade the global financial markets including commodity futures, stock indices and forex. Chart above illustrates Pierre\'s short Natural Gas trade for profit. No guess work, a step-by-step quantitative approach to taking profits from the markets while controlling risk.','Members - Pierre the Futures Trader','','inherit','open','closed','','2083-revision-v1','','','2014-09-04 23:00:26','2014-09-04 23:00:26','',2083,'http://www.thetradingroom.com/2083-revision-v1/',0,'revision','',0),(2091,2,'2014-09-04 23:02:56','2014-09-04 23:02:56','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/09/Pierre-performance-graph-9-4.jpg\"><img class=\"aligncenter size-full wp-image-2087\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/09/Pierre-performance-graph-9-4.jpg\" alt=\"Pierre performance graph 9-4\" width=\"701\" height=\"380\" /></a>\r\n\r\nRiosQuant member Pierre takes over $2,400 in profits day trading during our live trading room TradeLab. Don\'t trade alone, join a group of traders that are realizing their dreams.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/09/pierre-chart-ng-9-3.jpg\"><img class=\"aligncenter size-full wp-image-2089\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/09/pierre-chart-ng-9-3.jpg\" alt=\"pierre chart ng 9-3\" width=\"487\" height=\"486\" /></a>\r\n\r\nLearn how to use cutting edge technology to trade the global financial markets including commodity futures, stock indices and forex. Chart above illustrates Pierre\'s short Natural Gas trade for profit. No guess work, a step-by-step quantitative approach to taking profits from the markets while controlling risk.\r\n\r\n<a href=\"http://www.riosquant.com/requestinfo?product_id=2\">For a FREE TRIAL click here http://www.riosquant.com/requestinfo?product_id=2</a>','Members - Pierre the Futures Trader','','inherit','open','closed','','2083-revision-v1','','','2014-09-04 23:02:56','2014-09-04 23:02:56','',2083,'http://www.thetradingroom.com/2083-revision-v1/',0,'revision','',0),(2092,2,'2014-09-04 23:04:09','2014-09-04 23:04:09','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/09/Pierre-performance-graph-9-4.jpg\"><img class=\"aligncenter size-full wp-image-2087\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/09/Pierre-performance-graph-9-4.jpg\" alt=\"Pierre performance graph 9-4\" width=\"701\" height=\"380\" /></a>\r\n\r\nRiosQuant member Pierre takes over $2,400 in profits day trading during one of our recent live trading room TradeLab. Don\'t trade alone, join a group of traders that are realizing their dreams.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/09/pierre-chart-ng-9-3.jpg\"><img class=\"aligncenter size-full wp-image-2089\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/09/pierre-chart-ng-9-3.jpg\" alt=\"pierre chart ng 9-3\" width=\"487\" height=\"486\" /></a>\r\n\r\nLearn how to use cutting edge technology to trade the global financial markets including commodity futures, stock indices and forex. Chart above illustrates Pierre\'s short Natural Gas trade for profit. No guess work, a step-by-step quantitative approach to taking profits from the markets while controlling risk.\r\n\r\n<a href=\"http://www.riosquant.com/requestinfo?product_id=2\">For a FREE TRIAL click here http://www.riosquant.com/requestinfo?product_id=2</a>','Members - Pierre the Futures Trader','','inherit','open','closed','','2083-revision-v1','','','2014-09-04 23:04:09','2014-09-04 23:04:09','',2083,'http://www.thetradingroom.com/2083-revision-v1/',0,'revision','',0),(2130,2,'2014-09-22 11:15:41','2014-09-22 11:15:41','From the desk of Joe Rios\r\n\r\nThe FOMC statement pushed stocks higher, sending the Dow and S&amp;P 500 to fresh record highs. The US Dollar also closed the week higher helping to drive some commodities lower with Silver dropping -4.4% and Gold -1.2%. The correlation between the bond, commodity and US Dollar continued throughout the week. However, the US Treasury Notes and Bonds bounced from a key support level on Friday. The Grains also continued to breakdown with Wheat falling -5.6%, Soybeans -2.9% and Corn -2.1%.\r\n\r\nIn the Currency market the US Dollar confirmed overbought technical condition but nonetheless, managed to push most foreign currencies lower with the Japanese Yen dropping -1.44%, Australian Dollar -1.37% and the Euro -1.06%. The British Pound failed to trade higher following the Scottish \"no\" vote displaying \"buy the rumor sell the news\" mode. In the week ahead I will keep my focus on the bond market as a leading indicator for the Metal and Forex markets. I will also look for potential trade set ups in the non-risk asset classes, especially if the risk assets consolidate from the recent trends.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>Live Trading Rooms and Events:  </strong><strong>The Trading Room </strong><strong>TradeLAB</strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><span data-term=\"goog_1178320234\">Monday</span> through <span data-term=\"goog_1178320235\">Friday</span> beginning at <span data-term=\"goog_1178320236\">7:30 AM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/c0feac2c24/TEST/ada7900401\">https://www3.gotomeeting.com/register/211885942</a></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop  </strong><strong>Covering the Rios Quant Trading Indicators:</strong>\r\n\r\n<strong><span data-term=\"goog_1178320241\">Wednesday</span> beginning at <span data-term=\"goog_1178320242\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/c0feac2c24/TEST/3dd5c06414\">https://www3.gotomeeting.com/register/244367822</a></strong>\r\n\r\n<strong>Topic: Weekly Pattern Trading</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n<strong><span data-term=\"goog_1178320243\">Thursday</span> beginning at <span data-term=\"goog_1178320244\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/c0feac2c24/TEST/4aabdb2fda\">https://www3.gotomeeting.com/register/234849134</a></strong>\r\n\r\n<strong>The RiosQuant 90 Day Training Program - Workshop</strong>\r\n\r\n<strong>Training Session 12 of 12 with Edward Preston</strong>\r\n\r\n<hr />\r\n\r\n<strong><span data-term=\"goog_1178320245\">Saturday</span> beginning at <span data-term=\"goog_1178320246\">11:00 AM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/c0feac2c24/TEST/dedc5b6a53\">https://www3.gotomeeting.com/register/461277254</a></strong>\r\n\r\n<strong>Topic: Momentum Trading Using RQ-Channel</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nMonday\r\n\r\n9:00 AM         EUR   ECB President Draghi Speaks\r\n\r\n10:00 AM       USD   Existing Home Sales\r\n\r\n10:05 AM       USD   FOMC Member Dudley Speaks\r\n\r\n9:45 PM         CNY   HSBC Flash Manufacturing PMI\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n3:00 AM         EUR   French Flash Manufacturing PMI\r\n\r\n3:30 AM         EUR   German Flash Manufacturing PMI\r\n\r\n8:30 AM         CAD   Core Retail Sales\r\n\r\n6:45 PM         NZD    Trade Balance\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:00 AM         EUR   German Ifo Business Climate\r\n\r\n10:00 AM       USD   New-Home Sales\r\n\r\n10:30 AM                   Crude Oil Inventories\r\n\r\n10:30 PM       AUD   RBA Gov. Stevens Speaks\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n8:30 AM         USD   Durable Goods Orders And Unemployment Claims\r\n\r\n10:30 AM                   Natural Gas Storage\r\n\r\nFriday\r\n\r\n8:30 AM         USD   Final GDP\r\n\r\n9:55 AM         USD   Revised UoM Consumer Sentiment\r\n<div style=\"color: #ffffff;\"><b><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY\r\nFUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</span></b></div>\r\n<div style=\"color: #ffffff;\"><b><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></b></div>\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-18','','','2014-09-22 11:21:19','2014-09-22 11:21:19','',0,'http://www.thetradingroom.com/?p=2130',0,'post','',0),(2119,2,'2014-09-16 10:59:42','2014-09-16 10:59:42','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 6:50 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2d2b2c;\">European stocks fell to a two-week low amid speculation about the timing of a U.S interest-rate increase before a two-day Federal Reserve meeting, and this week’s vote on Scottish independence. U.S. stock futures were little changed, while Asian shares fell.</span><span style=\"color: #2a2a2a;\">\r\n</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasury market volatility climbed to a five-month high before the Federal Reserve issues a policy statement tomorrow and Scotland votes on independence the following day.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">West Texas Intermediate crude recouped losses to trade near the highest closing level in more than a week before data forecast to show inventories declined last week.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The US dollar was about 0.2 percent from a six-year high versus the yen as investors weighed the timing for the Federal Reserve’s first interest-rate increase since 2006 before policy makers begin a two-day meeting today.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - <span style=\"font-family: Verdana, Helvetica, sans-serif;\">USD </span></span><span style=\"color: #000000;\">PPI m/m and CAD </span><span style=\"color: #000000;\">Manufacturing Sales m/m due at 8:30, </span><span style=\"color: #000000;\">TIC Long-Term Purchases at 9:00, CAD </span><span style=\"color: #000000;\">BOC Gov Poloz Speaks at 12:45, NZD </span><span style=\"color: #000000;\">Current Account at 18:45 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-76','','','2014-09-16 10:59:42','2014-09-16 10:59:42','',0,'http://www.thetradingroom.com/?p=2119',0,'post','',0),(2096,2,'2014-09-07 23:06:16','2014-09-07 23:06:16','From the desk of Joe Rios\r\n\r\nThe US Dollar rose 1.2% closing the week stronger after the ECB cut both its main and deposit interest rates, in addition to moving forward with its plan to buy Asset-Backed Securities next month.   Rotation flows saw an exit from the bond market with the US 30 Year Bond dropping -2.5% by the end of the week. In the Forex market the commodity currencies including the Canadian and Australian dollars decoupled from the rest of the foreign currencies to finish the week stronger.  In the commodity market Natural Gas -6.3% and Wheat -5.0% provided trading opportunities to the short side. In the week ahead we have a  light economic calendar but expect big corporate stories including Apple iPhone , other new products and the Chinese online retailer Alibaba, the biggest IPO ever should reign the headlines.   I will be focusing on the currency market for potential insights as well as economic data from China. Will Copper react with the commodity currencies?  Will they continue to trade higher? Will the commodities follow? Will the bond market continue to trade lower propelling the US Dollar higher?\r\n\r\n<span style=\"color: #500050; font-family: \'Comic Sans MS\', cursive; font-size: large;\">Joe Rios</span><br style=\"color: #500050;\" /><span style=\"color: #500050; font-size: medium;\">Chief Market Strategist</span><br style=\"color: #500050;\" /><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b29355042c/TEST/2d931c947b\" target=\"_blank\">www.riosquant.com</a>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>The Trading Room </strong><strong>TradeLAB - </strong><strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b29355042c/TEST/df1f9ce5b0\">https://www3.gotomeeting.com/register/706688974</a></strong>\r\n\r\n<strong><span data-term=\"goog_499266994\">Monday</span> through <span data-term=\"goog_499266995\">Friday</span> beginning at <span data-term=\"goog_499266996\">7:30 AM ET</span></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room EDU Educational Workshops -  </strong><strong>Covering the Rios Quant Trading Indicators:</strong>\r\n\r\n<strong><span data-term=\"goog_499267001\">Tuesday</span> beginning at <span data-term=\"goog_499267002\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b29355042c/TEST/0d5d118ed7\">https://www3.gotomeeting.com/register/148121390</a></strong>\r\n\r\nTopic: Momentum Trading with RQ-Einstein\r\n\r\nPresenter: Steve Schwartz\r\n\r\n<hr />\r\n\r\n<strong><span data-term=\"goog_499267003\">Wednesday</span> beginning at <span data-term=\"goog_499267004\">1:00 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b29355042c/TEST/14787403aa\">https://www3.gotomeeting.com/register/160794366</a></strong>\r\n\r\nTopic: Follow the Money Trail\r\n\r\nPresenter: Steve Schwartz\r\n\r\n<hr />\r\n\r\n<strong><span data-term=\"goog_499267005\">Wednesday</span> beginning at <span data-term=\"goog_499267006\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b29355042c/TEST/897878f36a\">https://www3.gotomeeting.com/register/177329630</a></strong>\r\n\r\nThe RiosQuant 90 Day Training Program - Workshop\r\n\r\nTraining Session 10 of 12 with Edward Preston\r\n\r\nTopic: Qualify by Quantifying\r\n\r\n<hr />\r\n\r\n<strong><span data-term=\"goog_499267007\">Saturday</span> beginning at <span data-term=\"goog_499267008\">11:00 AM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b29355042c/TEST/07d5f102c9\">https://www3.gotomeeting.com/register/204215702</a></strong>\r\n\r\nTopic: RiosQuant Basics\r\n\r\nPresenter: Steve Schwartz\r\n\r\n<hr />\r\n\r\n<strong>Scheduled economic data that may have an impact on the markets:</strong>\r\n\r\nMonday\r\n\r\nTentative             CNY        Trade Balance\r\n\r\n8:30 AM               CAD       Building Permits\r\n\r\n8:45 AM               USD       Treasury Secretary Lew Speaks\r\n\r\n9:30 PM                AUD       NAB Business Confidence\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n4:30 AM               GBP       Manufacturing Production\r\n\r\n10:00 AM             USD       JOLTS Job Openings\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n9:45 AM               GBP       Inflation Report Hearings\r\n\r\n10:30 AM                             Crude Oil Inventories\r\n\r\n5:00 PM                NZD       RBNZ Rate Statement And Press Conference\r\n\r\n9:30 PM                AUD       Unemployment Rate\r\n\r\n9:30 PM                CNY        CPI\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n8:30 AM               USD       Unemployment Claims\r\n\r\n10:30 AM                             Natural Gas Storage\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n2:05 AM               JPY         BOJ Gov. Kuroda Speaks\r\n\r\n8:30 AM               USD       Retail Sales\r\n\r\n9:55 AM               USD       Preliminary UoM Consumer Sentiment\r\n\r\n&nbsp;','The Week Ahead in the Markets','','publish','open','closed','','week-ahead-markets-2','','','2014-09-07 23:06:16','2014-09-07 23:06:16','',0,'http://www.thetradingroom.com/?p=2096',0,'post','',0),(2097,2,'2014-09-07 22:59:51','2014-09-07 22:59:51','vvvvvv','','','inherit','open','closed','','2096-revision-v1','','','2014-09-07 22:59:51','2014-09-07 22:59:51','',2096,'http://www.thetradingroom.com/2096-revision-v1/',0,'revision','',0),(2098,2,'2014-09-07 23:01:20','2014-09-07 23:01:20','From the desk of Joe Rios\r\n\r\nThe US Dollar rose 1.2% closing the week stronger after the ECB cut both its main and deposit interest rates, in addition to moving forward with its plan to buy Asset-Backed Securities next month.   Rotation flows saw an exit from the bond market with the US 30 Year Bond dropping -2.5% by the end of the week. In the Forex market the commodity currencies including the Canadian and Australian dollars decoupled from the rest of the foreign currencies to finish the week stronger.  In the commodity market Natural Gas -6.3% and Wheat -5.0% provided trading opportunities to the short side. In the week ahead we have a  light economic calendar but expect big corporate stories including Apple iPhone , other new products and the Chinese online retailer Alibaba, the biggest IPO ever should reign the headlines.   I will be focusing on the currency market for potential insights as well as economic data from China. Will Copper react with the commodity currencies?  Will they continue to trade higher? Will the commodities follow? Will the bond market continue to trade lower propelling the US Dollar higher?\r\n\r\n<span style=\"color: #500050; font-family: \'Comic Sans MS\', cursive; font-size: large;\">Joe Rios</span><br style=\"color: #500050;\" /><span style=\"color: #500050; font-size: medium;\">Chief Market Strategist</span><br style=\"color: #500050;\" /><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b29355042c/TEST/2d931c947b\" target=\"_blank\">www.riosquant.com</a>','','','inherit','open','closed','','2096-revision-v1','','','2014-09-07 23:01:20','2014-09-07 23:01:20','',2096,'http://www.thetradingroom.com/2096-revision-v1/',0,'revision','',0),(2099,2,'2014-09-07 23:06:16','2014-09-07 23:06:16','From the desk of Joe Rios\r\n\r\nThe US Dollar rose 1.2% closing the week stronger after the ECB cut both its main and deposit interest rates, in addition to moving forward with its plan to buy Asset-Backed Securities next month.   Rotation flows saw an exit from the bond market with the US 30 Year Bond dropping -2.5% by the end of the week. In the Forex market the commodity currencies including the Canadian and Australian dollars decoupled from the rest of the foreign currencies to finish the week stronger.  In the commodity market Natural Gas -6.3% and Wheat -5.0% provided trading opportunities to the short side. In the week ahead we have a  light economic calendar but expect big corporate stories including Apple iPhone , other new products and the Chinese online retailer Alibaba, the biggest IPO ever should reign the headlines.   I will be focusing on the currency market for potential insights as well as economic data from China. Will Copper react with the commodity currencies?  Will they continue to trade higher? Will the commodities follow? Will the bond market continue to trade lower propelling the US Dollar higher?\r\n\r\n<span style=\"color: #500050; font-family: \'Comic Sans MS\', cursive; font-size: large;\">Joe Rios</span><br style=\"color: #500050;\" /><span style=\"color: #500050; font-size: medium;\">Chief Market Strategist</span><br style=\"color: #500050;\" /><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b29355042c/TEST/2d931c947b\" target=\"_blank\">www.riosquant.com</a>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>The Trading Room </strong><strong>TradeLAB - </strong><strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b29355042c/TEST/df1f9ce5b0\">https://www3.gotomeeting.com/register/706688974</a></strong>\r\n\r\n<strong><span data-term=\"goog_499266994\">Monday</span> through <span data-term=\"goog_499266995\">Friday</span> beginning at <span data-term=\"goog_499266996\">7:30 AM ET</span></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room EDU Educational Workshops -  </strong><strong>Covering the Rios Quant Trading Indicators:</strong>\r\n\r\n<strong><span data-term=\"goog_499267001\">Tuesday</span> beginning at <span data-term=\"goog_499267002\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b29355042c/TEST/0d5d118ed7\">https://www3.gotomeeting.com/register/148121390</a></strong>\r\n\r\nTopic: Momentum Trading with RQ-Einstein\r\n\r\nPresenter: Steve Schwartz\r\n\r\n<hr />\r\n\r\n<strong><span data-term=\"goog_499267003\">Wednesday</span> beginning at <span data-term=\"goog_499267004\">1:00 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b29355042c/TEST/14787403aa\">https://www3.gotomeeting.com/register/160794366</a></strong>\r\n\r\nTopic: Follow the Money Trail\r\n\r\nPresenter: Steve Schwartz\r\n\r\n<hr />\r\n\r\n<strong><span data-term=\"goog_499267005\">Wednesday</span> beginning at <span data-term=\"goog_499267006\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b29355042c/TEST/897878f36a\">https://www3.gotomeeting.com/register/177329630</a></strong>\r\n\r\nThe RiosQuant 90 Day Training Program - Workshop\r\n\r\nTraining Session 10 of 12 with Edward Preston\r\n\r\nTopic: Qualify by Quantifying\r\n\r\n<hr />\r\n\r\n<strong><span data-term=\"goog_499267007\">Saturday</span> beginning at <span data-term=\"goog_499267008\">11:00 AM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b29355042c/TEST/07d5f102c9\">https://www3.gotomeeting.com/register/204215702</a></strong>\r\n\r\nTopic: RiosQuant Basics\r\n\r\nPresenter: Steve Schwartz\r\n\r\n<hr />\r\n\r\n<strong>Scheduled economic data that may have an impact on the markets:</strong>\r\n\r\nMonday\r\n\r\nTentative             CNY        Trade Balance\r\n\r\n8:30 AM               CAD       Building Permits\r\n\r\n8:45 AM               USD       Treasury Secretary Lew Speaks\r\n\r\n9:30 PM                AUD       NAB Business Confidence\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n4:30 AM               GBP       Manufacturing Production\r\n\r\n10:00 AM             USD       JOLTS Job Openings\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n9:45 AM               GBP       Inflation Report Hearings\r\n\r\n10:30 AM                             Crude Oil Inventories\r\n\r\n5:00 PM                NZD       RBNZ Rate Statement And Press Conference\r\n\r\n9:30 PM                AUD       Unemployment Rate\r\n\r\n9:30 PM                CNY        CPI\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n8:30 AM               USD       Unemployment Claims\r\n\r\n10:30 AM                             Natural Gas Storage\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n2:05 AM               JPY         BOJ Gov. Kuroda Speaks\r\n\r\n8:30 AM               USD       Retail Sales\r\n\r\n9:55 AM               USD       Preliminary UoM Consumer Sentiment\r\n\r\n&nbsp;','The Week Ahead in the Markets','','inherit','open','closed','','2096-revision-v1','','','2014-09-07 23:06:16','2014-09-07 23:06:16','',2096,'http://www.thetradingroom.com/2096-revision-v1/',0,'revision','',0),(2101,2,'2014-09-11 11:26:33','2014-09-11 11:26:33','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:00 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">European stocks were little changed, after four days of losses, as companies including Ocado Group Plc and Next Plc posted results. U.S. stock-index futures and Asian shares declined.</span><span style=\"color: #2a2a2a;\">\r\n</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasury 10-year notes rose for the first time in six days as concern that political tension in the Middle East will intensify stoked demand for the safest assets before the Federal Open Market Committee meets next week.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - Most c</span><span style=\"color: #2a2a2a;\">ommodities fell to a four-year low on speculation abundant supplies and slowing economic growth outside of the U.S. will curb demand for raw materials.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The pound rose for a third day against the dollar as concern that Scotland will vote for independence next week ebbed amid optimism the U.K. economy is strengthening.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - <span style=\"font-family: Verdana, Helvetica, sans-serif;\">USD </span></span><span style=\"color: #000000;\">Unemployment Claims due at 8:30, </span><span style=\"color: #000000;\">Natural Gas Storage at 10:30, </span><span style=\"color: #000000;\">ECB President Draghi Speaks at 15:00 ET. </span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','2100-revision-v1','','','2014-09-11 11:26:33','2014-09-11 11:26:33','',2100,'http://www.thetradingroom.com/2100-revision-v1/',0,'revision','',0),(2102,2,'2014-09-11 22:20:42','2014-09-11 22:20:42','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/09/jim-soy-9-11.jpg\"><img class=\"aligncenter size-full wp-image-2103\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/09/jim-soy-9-11.jpg\" alt=\"jim soy 9-11\" width=\"878\" height=\"686\" /></a>\r\n\r\n&nbsp;\r\n\r\nCongratulations to RiosQuant member Jim from Virginia for taking a short Soy trade for $875.00 profit during Thursday\'s morning session. Jim entered two contracts for a short trade using the RQ 7 Channel to capitalize on a potential sell-off. He exited one contract when it reached first target and exited the second with a trailing stop. Great job Jim!\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nTESTIMONIALS ARE NOT INDICATIVE OF FUTURE PERFORMANCE OR SUCCESS\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;','Members - Congrats to Jim!','','draft','open','closed','','members-congrats-jim','','','2016-10-09 17:34:57','2016-10-09 17:34:57','',0,'http://www.thetradingroom.com/?p=2102',0,'post','',0),(2103,2,'2014-09-11 22:13:15','2014-09-11 22:13:15','','jim soy 9-11','','inherit','open','closed','','jim-soy-9-11','','','2014-09-11 22:13:15','2014-09-11 22:13:15','',2102,'http://www.thetradingroom.com/wp-content/uploads/2014/09/jim-soy-9-11.jpg',0,'attachment','image/jpeg',0),(2104,2,'2014-09-11 22:20:42','2014-09-11 22:20:42','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/09/jim-soy-9-11.jpg\"><img class=\"aligncenter size-full wp-image-2103\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/09/jim-soy-9-11.jpg\" alt=\"jim soy 9-11\" width=\"878\" height=\"686\" /></a>\r\n\r\n&nbsp;\r\n\r\nCongratulations to RiosQuant member Jim from Virginia for taking a short Soy trade for $875.00 profit during Thursday\'s morning session. Jim entered two contracts for a short trade using the RQ 7 Channel to capitalize on a potential sell-off. He exited one contract when it reached first target and exited the second with a trailing stop. Great job Jim!\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Members - Congrats to Jim!','','inherit','open','closed','','2102-revision-v1','','','2014-09-11 22:20:42','2014-09-11 22:20:42','',2102,'http://www.thetradingroom.com/2102-revision-v1/',0,'revision','',0),(2106,2,'2014-09-14 21:57:15','2014-09-14 21:57:15','From the desk of Joe Rios\r\n\r\n<span style=\"color: #000000;\">The Grains continued to present trading opportunities to the short side led by wheat tumbling -6.1% followed by corn dropping -4.9% and soybeans -3.5%. The US dollar\'s bullish momentum continued even though the Euro 0.1% , the Swiss franc -0.3 and British pound -0.4% consolidated from the recent bearish downtrend.  However the commodity currencies including the Australian -3.6%  and Canadian -1.9%  Dollars slid lower providing trading opportunities in the Forex market. Global bonds including the US Treasuries continued to trend lower pushing interest rate yields higher. The metals market also suffered losses with Gold dropping -3.0%, Silver -2.8% and Copper -2.1%.</span>\r\n<p style=\"color: #000000;\"><b>Having a good understanding of correlations within the multiple asset classes can provide active traders an edge for selecting optimal markets to trade.</b> Market environment is frequently characterized by herding behavior. The global markets are linked today with each other like never in the past because of globalization due to technological advances. Most traders and investors use a single market analysis approach when investing or trading in the financial markets. For example, a stock trader will look at the S&amp;P 500 or the Dow Jones industrial average. A currency trader will look at the Euro, the British pound or the Japanese yen.  At RiosQuant we utilize multi-market analysis which involves the analysis of the key asset classes in the financial markets: <i><b>stocks, bonds, commodities and currencies</b></i>. To effectively use multi-market analysis you need to have a good understanding of <i>correlation analysis</i>. It is how the four major markets interact with each other that gives this type of analysis<b><i>predictive value</i></b>.</p>\r\n<p style=\"color: #000000;\"><b>Here are some basics on how the major asset classes should interrelate: </b>The US dollar trends in the opposite direction of<i></i>commodities, a falling dollar<i> </i>is bullish for commodities, a rising dollar is bearish for commodities. When rising interest rate yields help push the dollar higher then commodities tend to move with bond prices.Therefore commodities trend opposite direction as interest rate yields. Rising commodities coincide with rising bonds and falling interest rate yields. Falling commodities coincide with rising interest rate yields and falling bond prices. Bond prices sometimes but not all the times trend in the same direction as stock prices. That relationship is going to be dependent on where we are in the economic cycle and the economic environment. In most cycles, my main focus in on the bond market and interest rate yields.</p>\r\n<p style=\"color: #000000;\"><b>In the week ahead there are a number of events that have the potential to trigger volatility across most of the financial markets.</b>Will the theme continue to be rising interest rate yields? Will the FOMC meeting trigger volatility? Will the Scottish referendum send the British pound into aggressive price action? Or will the launch of the ECB\'s TLTRO facility set off the Euro out of the recent consolidation range? Join us in our live online trading room and learn how we apply quantitative trading to profit from the markets while controlling risk.</p>\r\n<p style=\"color: #000000;\"><b>Joe Rios - Founder, Rios Quantitative LLC</b></p>\r\n<p style=\"color: #000000;\"></p>\r\n\r\n\r\n<hr />\r\n\r\n<b>Live Trading Rooms and Events</b>\r\n<p style=\"color: #000000;\"><b>The Trading Room TradeLAB</b></p>\r\n<a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/db7f54b262/TEST/7ce95e3c47\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/457555134</a>\r\n<p style=\"color: #000000;\"><b>Global Trading with Quantitative Technologies</b></p>\r\n<p style=\"color: #000000;\"><b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716243\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716244\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716245\"><span class=\"aQJ\">7:30 AM ET</span></span></b></p>\r\n<p style=\"color: #000000;\">RQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</p>\r\n<p style=\"color: #000000;\">______________________________<wbr />_________________________</p>\r\n<p style=\"color: #000000;\"><b>The Trading Room EDU - Educational Workshop Classes</b></p>\r\n<p style=\"color: #000000;\"> <b>Covering the Rios Quant Trading Indicators:</b></p>\r\n<p style=\"color: #000000;\"><b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716246\"><span class=\"aQJ\">Wednesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716247\"><span class=\"aQJ\">1:00 PM ET</span></span></b></p>\r\n<b><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/db7f54b262/TEST/281870026c\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/666692358</a></b>\r\n\r\n<b>Topic: Ride e-Mini Momentum</b>\r\n<p style=\"color: #000000;\"><b>Presenter: Steve Schwartz</b></p>\r\n<p style=\"color: #000000;\"><b>______________________________<wbr />_________________________</b></p>\r\n<p style=\"color: #000000;\"><b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716248\"><span class=\"aQJ\">Wednesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716249\"><span class=\"aQJ\">7:30 PM ET</span></span></b></p>\r\n<b><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/db7f54b262/TEST/d41b952c7e\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/675396870</a></b>\r\n\r\n<b>Topic: The Next Big Swing</b>\r\n\r\n<b>Presenter: Edward Preston</b>\r\n\r\n<b>______________________________<wbr />_________________________</b>\r\n\r\n<b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716250\"><span class=\"aQJ\">Thursday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716251\"><span class=\"aQJ\">7:30 PM ET</span></span></b>\r\n\r\n<b><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/db7f54b262/TEST/51cdc3688a\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/677721222</a></b>\r\n<p style=\"color: #000000;\"><b>The RiosQuant 90 Day Training Program - Workshop</b></p>\r\n<b>Training Session 11 of 12 with Schwartz</b>\r\n\r\n<b>Topic: RiosQuant 5 Rules of Engagement</b>\r\n<p style=\"color: #000000;\"><b>______________________________<wbr />_________________________</b></p>\r\n<p style=\"color: #000000;\"><b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716252\"><span class=\"aQJ\">Saturday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716253\"><span class=\"aQJ\">11:00 AM ET</span></span></b></p>\r\n<b><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/db7f54b262/TEST/368eba922c\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/682369558</a></b>\r\n\r\n<b>Topic: Looking for Trading Patterns</b>\r\n\r\n<b>Presenter: Steve Schwartz</b>\r\n\r\n<b> </b>\r\n<p style=\"color: #ffffff;\"><b><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY\r\nFUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. </span></b><b><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></b></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-17','','','2014-09-14 22:08:19','2014-09-14 22:08:19','',0,'http://www.thetradingroom.com/?p=2106',0,'post','',0),(2107,2,'2014-09-14 21:52:33','2014-09-14 21:52:33','','joe ptr table','','inherit','open','closed','','joe-ptr-table','','','2014-09-14 21:52:33','2014-09-14 21:52:33','',2106,'http://www.thetradingroom.com/wp-content/uploads/2014/09/joe-ptr-table.jpg',0,'attachment','image/jpeg',0),(2108,2,'2014-09-14 21:52:49','2014-09-14 21:52:49','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/09/joe-ptr-table.jpg\"><img class=\"aligncenter size-full wp-image-2107\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/09/joe-ptr-table.jpg\" alt=\"joe ptr table\" width=\"2700\" height=\"1800\" /></a>\r\n\r\n&nbsp;\r\n\r\n<span style=\"color: #000000;\">The Grains continued to present trading opportunities to the short side led by wheat tumbling -6.1% followed by corn dropping -4.9% and soybeans -3.5%. The US dollar\'s bullish momentum continued even though the Euro 0.1% , the Swiss franc -0.3 and British pound -0.4% consolidated from the recent bearish downtrend.  However the commodity currencies including the Australian -3.6%  and Canadian -1.9%  Dollars slid lower providing trading opportunities in the Forex market. Global bonds including the US Treasuries continued to trend lower pushing interest rate yields higher. The metals market also suffered losses with Gold dropping -3.0%, Silver -2.8% and Copper -2.1%.</span>\r\n<p style=\"color: #000000;\"><b>Having a good understanding of correlations within the multiple asset classes can provide active traders an edge for selecting optimal markets to trade.</b> Market environment is frequently characterized by herding behavior. The global markets are linked today with each other like never in the past because of globalization due to technological advances. Most traders and investors use a single market analysis approach when investing or trading in the financial markets. For example, a stock trader will look at the S&amp;P 500 or the Dow Jones industrial average. A currency trader will look at the Euro, the British pound or the Japanese yen.  At RiosQuant we utilize multi-market analysis which involves the analysis of the key asset classes in the financial markets: <i><b>stocks, bonds, commodities and currencies</b></i>. To effectively use multi-market analysis you need to have a good understanding of <i>correlation analysis</i>. It is how the four major markets interact with each other that gives this type of analysis<b><i>predictive value</i></b>.</p>\r\n<p style=\"color: #000000;\"><b>Here are some basics on how the major asset classes should interrelate: </b>The US dollar trends in the opposite direction of<i></i>commodities, a falling dollar<i> </i>is bullish for commodities, a rising dollar is bearish for commodities. When rising interest rate yields help push the dollar higher then commodities tend to move with bond prices.Therefore commodities trend opposite direction as interest rate yields. Rising commodities coincide with rising bonds and falling interest rate yields. Falling commodities coincide with rising interest rate yields and falling bond prices. Bond prices sometimes but not all the times trend in the same direction as stock prices. That relationship is going to be dependent on where we are in the economic cycle and the economic environment. In most cycles, my main focus in on the bond market and interest rate yields.</p>\r\n<p style=\"color: #000000;\"><b>In the week ahead there are a number of events that have the potential to trigger volatility across most of the financial markets.</b>Will the theme continue to be rising interest rate yields? Will the FOMC meeting trigger volatility? Will the Scottish referendum send the British pound into aggressive price action? Or will the launch of the ECB\'s TLTRO facility set off the Euro out of the recent consolidation range? Join us in our live online trading room and learn how we apply quantitative trading to profit from the markets while controlling risk.</p>\r\n<p style=\"color: #000000;\"><b>Joe Rios - Founder, Rios Quantitative LLC</b></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2106-revision-v1','','','2014-09-14 21:52:49','2014-09-14 21:52:49','',2106,'http://www.thetradingroom.com/2106-revision-v1/',0,'revision','',0),(2116,2,'2014-09-14 22:07:11','2014-09-14 22:07:11','From the desk of Joe Rios\r\n\r\n<span style=\"color: #000000;\">The Grains continued to present trading opportunities to the short side led by wheat tumbling -6.1% followed by corn dropping -4.9% and soybeans -3.5%. The US dollar\'s bullish momentum continued even though the Euro 0.1% , the Swiss franc -0.3 and British pound -0.4% consolidated from the recent bearish downtrend.  However the commodity currencies including the Australian -3.6%  and Canadian -1.9%  Dollars slid lower providing trading opportunities in the Forex market. Global bonds including the US Treasuries continued to trend lower pushing interest rate yields higher. The metals market also suffered losses with Gold dropping -3.0%, Silver -2.8% and Copper -2.1%.</span>\r\n<p style=\"color: #000000;\"><b>Having a good understanding of correlations within the multiple asset classes can provide active traders an edge for selecting optimal markets to trade.</b> Market environment is frequently characterized by herding behavior. The global markets are linked today with each other like never in the past because of globalization due to technological advances. Most traders and investors use a single market analysis approach when investing or trading in the financial markets. For example, a stock trader will look at the S&amp;P 500 or the Dow Jones industrial average. A currency trader will look at the Euro, the British pound or the Japanese yen.  At RiosQuant we utilize multi-market analysis which involves the analysis of the key asset classes in the financial markets: <i><b>stocks, bonds, commodities and currencies</b></i>. To effectively use multi-market analysis you need to have a good understanding of <i>correlation analysis</i>. It is how the four major markets interact with each other that gives this type of analysis<b><i>predictive value</i></b>.</p>\r\n<p style=\"color: #000000;\"><b>Here are some basics on how the major asset classes should interrelate: </b>The US dollar trends in the opposite direction of<i></i>commodities, a falling dollar<i> </i>is bullish for commodities, a rising dollar is bearish for commodities. When rising interest rate yields help push the dollar higher then commodities tend to move with bond prices.Therefore commodities trend opposite direction as interest rate yields. Rising commodities coincide with rising bonds and falling interest rate yields. Falling commodities coincide with rising interest rate yields and falling bond prices. Bond prices sometimes but not all the times trend in the same direction as stock prices. That relationship is going to be dependent on where we are in the economic cycle and the economic environment. In most cycles, my main focus in on the bond market and interest rate yields.</p>\r\n<p style=\"color: #000000;\"><b>In the week ahead there are a number of events that have the potential to trigger volatility across most of the financial markets.</b>Will the theme continue to be rising interest rate yields? Will the FOMC meeting trigger volatility? Will the Scottish referendum send the British pound into aggressive price action? Or will the launch of the ECB\'s TLTRO facility set off the Euro out of the recent consolidation range? Join us in our live online trading room and learn how we apply quantitative trading to profit from the markets while controlling risk.</p>\r\n<p style=\"color: #000000;\"><b>Joe Rios - Founder, Rios Quantitative LLC</b></p>\r\n\r\n\r\n<hr />\r\n\r\n<b>Live Trading Rooms and Events</b>\r\n<p style=\"color: #000000;\"><b>The Trading Room TradeLAB</b></p>\r\n<a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/db7f54b262/TEST/7ce95e3c47\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/457555134</a>\r\n<p style=\"color: #000000;\"><b>Global Trading with Quantitative Technologies</b></p>\r\n<p style=\"color: #000000;\"><b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716243\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716244\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716245\"><span class=\"aQJ\">7:30 AM ET</span></span></b></p>\r\n<p style=\"color: #000000;\">RQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</p>\r\n<p style=\"color: #000000;\">______________________________<wbr />_________________________</p>\r\n<p style=\"color: #000000;\"><b>The Trading Room EDU - Educational Workshop Classes</b></p>\r\n<p style=\"color: #000000;\"> <b>Covering the Rios Quant Trading Indicators:</b></p>\r\n<p style=\"color: #000000;\"><b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716246\"><span class=\"aQJ\">Wednesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716247\"><span class=\"aQJ\">1:00 PM ET</span></span></b></p>\r\n<b><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/db7f54b262/TEST/281870026c\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/666692358</a></b>\r\n\r\n<b>Topic: Ride e-Mini Momentum</b>\r\n<p style=\"color: #000000;\"><b>Presenter: Steve Schwartz</b></p>\r\n<p style=\"color: #000000;\"><b>______________________________<wbr />_________________________</b></p>\r\n<p style=\"color: #000000;\"><b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716248\"><span class=\"aQJ\">Wednesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716249\"><span class=\"aQJ\">7:30 PM ET</span></span></b></p>\r\n<b><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/db7f54b262/TEST/d41b952c7e\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/675396870</a></b>\r\n\r\n<b>Topic: The Next Big Swing</b>\r\n\r\n<b>Presenter: Edward Preston</b>\r\n\r\n<b>______________________________<wbr />_________________________</b>\r\n\r\n<b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716250\"><span class=\"aQJ\">Thursday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716251\"><span class=\"aQJ\">7:30 PM ET</span></span></b>\r\n\r\n<b><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/db7f54b262/TEST/51cdc3688a\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/677721222</a></b>\r\n<p style=\"color: #000000;\"><b>The RiosQuant 90 Day Training Program - Workshop</b></p>\r\n<b>Training Session 11 of 12 with Schwartz</b>\r\n\r\n<b>Topic: RiosQuant 5 Rules of Engagement</b>\r\n<p style=\"color: #000000;\"><b>______________________________<wbr />_________________________</b></p>\r\n<p style=\"color: #000000;\"><b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716252\"><span class=\"aQJ\">Saturday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716253\"><span class=\"aQJ\">11:00 AM ET</span></span></b></p>\r\n<b><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/db7f54b262/TEST/368eba922c\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/682369558</a></b>\r\n\r\n<b>Topic: Looking for Trading Patterns</b>\r\n\r\n<b>Presenter: Steve Schwartz</b>\r\n\r\n<b> </b>\r\n<p style=\"color: #ffffff;\"><b><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY\r\nFUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. </span></b><b><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></b></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2106-revision-v1','','','2014-09-14 22:07:11','2014-09-14 22:07:11','',2106,'http://www.thetradingroom.com/2106-revision-v1/',0,'revision','',0),(2109,2,'2014-09-14 21:55:52','2014-09-14 21:55:52','','joe desk andalusia','','inherit','open','closed','','joe-desk-andalusia','','','2014-09-14 21:55:52','2014-09-14 21:55:52','',2106,'http://www.thetradingroom.com/wp-content/uploads/2014/09/joe-desk-andalusia.jpg',0,'attachment','image/jpeg',0),(2110,2,'2014-09-14 21:56:11','2014-09-14 21:56:11','&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/09/joe-ptr-table.jpg\"><img class=\"aligncenter size-full wp-image-2107\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/09/joe-ptr-table.jpg\" alt=\"joe ptr table\" width=\"2700\" height=\"1800\" /></a>\r\n\r\n&nbsp;\r\n\r\n<span style=\"color: #000000;\">The Grains continued to present trading opportunities to the short side led by wheat tumbling -6.1% followed by corn dropping -4.9% and soybeans -3.5%. The US dollar\'s bullish momentum continued even though the Euro 0.1% , the Swiss franc -0.3 and British pound -0.4% consolidated from the recent bearish downtrend.  However the commodity currencies including the Australian -3.6%  and Canadian -1.9%  Dollars slid lower providing trading opportunities in the Forex market. Global bonds including the US Treasuries continued to trend lower pushing interest rate yields higher. The metals market also suffered losses with Gold dropping -3.0%, Silver -2.8% and Copper -2.1%.</span>\r\n<p style=\"color: #000000;\"><b>Having a good understanding of correlations within the multiple asset classes can provide active traders an edge for selecting optimal markets to trade.</b> Market environment is frequently characterized by herding behavior. The global markets are linked today with each other like never in the past because of globalization due to technological advances. Most traders and investors use a single market analysis approach when investing or trading in the financial markets. For example, a stock trader will look at the S&amp;P 500 or the Dow Jones industrial average. A currency trader will look at the Euro, the British pound or the Japanese yen.  At RiosQuant we utilize multi-market analysis which involves the analysis of the key asset classes in the financial markets: <i><b>stocks, bonds, commodities and currencies</b></i>. To effectively use multi-market analysis you need to have a good understanding of <i>correlation analysis</i>. It is how the four major markets interact with each other that gives this type of analysis<b><i>predictive value</i></b>.</p>\r\n<p style=\"color: #000000;\"><b>Here are some basics on how the major asset classes should interrelate: </b>The US dollar trends in the opposite direction of<i></i>commodities, a falling dollar<i> </i>is bullish for commodities, a rising dollar is bearish for commodities. When rising interest rate yields help push the dollar higher then commodities tend to move with bond prices.Therefore commodities trend opposite direction as interest rate yields. Rising commodities coincide with rising bonds and falling interest rate yields. Falling commodities coincide with rising interest rate yields and falling bond prices. Bond prices sometimes but not all the times trend in the same direction as stock prices. That relationship is going to be dependent on where we are in the economic cycle and the economic environment. In most cycles, my main focus in on the bond market and interest rate yields.</p>\r\n<p style=\"color: #000000;\"><b>In the week ahead there are a number of events that have the potential to trigger volatility across most of the financial markets.</b>Will the theme continue to be rising interest rate yields? Will the FOMC meeting trigger volatility? Will the Scottish referendum send the British pound into aggressive price action? Or will the launch of the ECB\'s TLTRO facility set off the Euro out of the recent consolidation range? Join us in our live online trading room and learn how we apply quantitative trading to profit from the markets while controlling risk.</p>\r\n<p style=\"color: #000000;\"><b>Joe Rios - Founder, Rios Quantitative LLC</b></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<p style=\"color: #000000;\"><b>Live Trading Rooms and Events</b></p>\r\n<p style=\"color: #000000;\"><b>The Trading Room TradeLAB</b></p>\r\n<a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/db7f54b262/TEST/7ce95e3c47\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/457555134</a>\r\n<p style=\"color: #000000;\"><b>Global Trading with Quantitative Technologies</b></p>\r\n<p style=\"color: #000000;\"><b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716243\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716244\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716245\"><span class=\"aQJ\">7:30 AM ET</span></span></b></p>\r\n<p style=\"color: #000000;\">RQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</p>\r\n<p style=\"color: #000000;\">______________________________<wbr />_________________________</p>\r\n<p style=\"color: #000000;\"><b>The Trading Room EDU - Educational Workshop Classes</b></p>\r\n<p style=\"color: #000000;\"> <b>Covering the Rios Quant Trading Indicators:</b></p>\r\n<p style=\"color: #000000;\"><b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716246\"><span class=\"aQJ\">Wednesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716247\"><span class=\"aQJ\">1:00 PM ET</span></span></b></p>\r\n<b><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/db7f54b262/TEST/281870026c\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/666692358</a></b>\r\n\r\n<b>Topic: Ride e-Mini Momentum</b>\r\n<p style=\"color: #000000;\"><b>Presenter: Steve Schwartz</b></p>\r\n<p style=\"color: #000000;\"><b>______________________________<wbr />_________________________</b></p>\r\n<p style=\"color: #000000;\"><b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716248\"><span class=\"aQJ\">Wednesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716249\"><span class=\"aQJ\">7:30 PM ET</span></span></b></p>\r\n<b><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/db7f54b262/TEST/d41b952c7e\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/675396870</a></b>\r\n\r\n<b>Topic: The Next Big Swing</b>\r\n\r\n<b>Presenter: Edward Preston</b>\r\n\r\n<b>______________________________<wbr />_________________________</b>\r\n\r\n<b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716250\"><span class=\"aQJ\">Thursday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716251\"><span class=\"aQJ\">7:30 PM ET</span></span></b>\r\n\r\n<b><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/db7f54b262/TEST/51cdc3688a\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/677721222</a></b>\r\n<p style=\"color: #000000;\"><b>The RiosQuant 90 Day Training Program - Workshop</b></p>\r\n<b>Training Session 11 of 12 with Schwartz</b>\r\n\r\n<b>Topic: RiosQuant 5 Rules of Engagement</b>\r\n<p style=\"color: #000000;\"><b>______________________________<wbr />_________________________</b></p>\r\n<p style=\"color: #000000;\"><b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716252\"><span class=\"aQJ\">Saturday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716253\"><span class=\"aQJ\">11:00 AM ET</span></span></b></p>\r\n<b><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/db7f54b262/TEST/368eba922c\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/682369558</a></b>\r\n\r\n<b>Topic: Looking for Trading Patterns</b>\r\n\r\n<b>Presenter: Steve Schwartz</b>\r\n\r\n<b> </b>\r\n<p style=\"color: #ffffff;\"><b><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY\r\nFUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. </span></b><b><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></b></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2106-revision-v1','','','2014-09-14 21:56:11','2014-09-14 21:56:11','',2106,'http://www.thetradingroom.com/2106-revision-v1/',0,'revision','',0),(2113,2,'2014-09-14 22:00:52','2014-09-14 22:00:52','&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nFrom the desk of Joe Rios\r\n\r\n<span style=\"color: #000000;\">The Grains continued to present trading opportunities to the short side led by wheat tumbling -6.1% followed by corn dropping -4.9% and soybeans -3.5%. The US dollar\'s bullish momentum continued even though the Euro 0.1% , the Swiss franc -0.3 and British pound -0.4% consolidated from the recent bearish downtrend.  However the commodity currencies including the Australian -3.6%  and Canadian -1.9%  Dollars slid lower providing trading opportunities in the Forex market. Global bonds including the US Treasuries continued to trend lower pushing interest rate yields higher. The metals market also suffered losses with Gold dropping -3.0%, Silver -2.8% and Copper -2.1%.</span>\r\n<p style=\"color: #000000;\"><b>Having a good understanding of correlations within the multiple asset classes can provide active traders an edge for selecting optimal markets to trade.</b> Market environment is frequently characterized by herding behavior. The global markets are linked today with each other like never in the past because of globalization due to technological advances. Most traders and investors use a single market analysis approach when investing or trading in the financial markets. For example, a stock trader will look at the S&amp;P 500 or the Dow Jones industrial average. A currency trader will look at the Euro, the British pound or the Japanese yen.  At RiosQuant we utilize multi-market analysis which involves the analysis of the key asset classes in the financial markets: <i><b>stocks, bonds, commodities and currencies</b></i>. To effectively use multi-market analysis you need to have a good understanding of <i>correlation analysis</i>. It is how the four major markets interact with each other that gives this type of analysis<b><i>predictive value</i></b>.</p>\r\n<p style=\"color: #000000;\"><b>Here are some basics on how the major asset classes should interrelate: </b>The US dollar trends in the opposite direction of<i></i>commodities, a falling dollar<i> </i>is bullish for commodities, a rising dollar is bearish for commodities. When rising interest rate yields help push the dollar higher then commodities tend to move with bond prices.Therefore commodities trend opposite direction as interest rate yields. Rising commodities coincide with rising bonds and falling interest rate yields. Falling commodities coincide with rising interest rate yields and falling bond prices. Bond prices sometimes but not all the times trend in the same direction as stock prices. That relationship is going to be dependent on where we are in the economic cycle and the economic environment. In most cycles, my main focus in on the bond market and interest rate yields.</p>\r\n<p style=\"color: #000000;\"><b>In the week ahead there are a number of events that have the potential to trigger volatility across most of the financial markets.</b>Will the theme continue to be rising interest rate yields? Will the FOMC meeting trigger volatility? Will the Scottish referendum send the British pound into aggressive price action? Or will the launch of the ECB\'s TLTRO facility set off the Euro out of the recent consolidation range? Join us in our live online trading room and learn how we apply quantitative trading to profit from the markets while controlling risk.</p>\r\n<p style=\"color: #000000;\"><b>Joe Rios - Founder, Rios Quantitative LLC</b></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<p style=\"color: #000000;\"><b>Live Trading Rooms and Events</b></p>\r\n<p style=\"color: #000000;\"><b>The Trading Room TradeLAB</b></p>\r\n<a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/db7f54b262/TEST/7ce95e3c47\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/457555134</a>\r\n<p style=\"color: #000000;\"><b>Global Trading with Quantitative Technologies</b></p>\r\n<p style=\"color: #000000;\"><b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716243\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716244\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716245\"><span class=\"aQJ\">7:30 AM ET</span></span></b></p>\r\n<p style=\"color: #000000;\">RQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</p>\r\n<p style=\"color: #000000;\">______________________________<wbr />_________________________</p>\r\n<p style=\"color: #000000;\"><b>The Trading Room EDU - Educational Workshop Classes</b></p>\r\n<p style=\"color: #000000;\"> <b>Covering the Rios Quant Trading Indicators:</b></p>\r\n<p style=\"color: #000000;\"><b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716246\"><span class=\"aQJ\">Wednesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716247\"><span class=\"aQJ\">1:00 PM ET</span></span></b></p>\r\n<b><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/db7f54b262/TEST/281870026c\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/666692358</a></b>\r\n\r\n<b>Topic: Ride e-Mini Momentum</b>\r\n<p style=\"color: #000000;\"><b>Presenter: Steve Schwartz</b></p>\r\n<p style=\"color: #000000;\"><b>______________________________<wbr />_________________________</b></p>\r\n<p style=\"color: #000000;\"><b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716248\"><span class=\"aQJ\">Wednesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716249\"><span class=\"aQJ\">7:30 PM ET</span></span></b></p>\r\n<b><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/db7f54b262/TEST/d41b952c7e\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/675396870</a></b>\r\n\r\n<b>Topic: The Next Big Swing</b>\r\n\r\n<b>Presenter: Edward Preston</b>\r\n\r\n<b>______________________________<wbr />_________________________</b>\r\n\r\n<b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716250\"><span class=\"aQJ\">Thursday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716251\"><span class=\"aQJ\">7:30 PM ET</span></span></b>\r\n\r\n<b><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/db7f54b262/TEST/51cdc3688a\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/677721222</a></b>\r\n<p style=\"color: #000000;\"><b>The RiosQuant 90 Day Training Program - Workshop</b></p>\r\n<b>Training Session 11 of 12 with Schwartz</b>\r\n\r\n<b>Topic: RiosQuant 5 Rules of Engagement</b>\r\n<p style=\"color: #000000;\"><b>______________________________<wbr />_________________________</b></p>\r\n<p style=\"color: #000000;\"><b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716252\"><span class=\"aQJ\">Saturday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716253\"><span class=\"aQJ\">11:00 AM ET</span></span></b></p>\r\n<b><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/db7f54b262/TEST/368eba922c\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/682369558</a></b>\r\n\r\n<b>Topic: Looking for Trading Patterns</b>\r\n\r\n<b>Presenter: Steve Schwartz</b>\r\n\r\n<b> </b>\r\n<p style=\"color: #ffffff;\"><b><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY\r\nFUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. </span></b><b><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></b></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2106-revision-v1','','','2014-09-14 22:00:52','2014-09-14 22:00:52','',2106,'http://www.thetradingroom.com/2106-revision-v1/',0,'revision','',0),(2111,2,'2014-09-14 22:00:34','2014-09-14 22:00:34','&nbsp;\n\n&nbsp;\n\n&nbsp;\n\nFrom the desk of Joe Rios\n\n<span style=\"color: #000000;\">The Grains continued to present trading opportunities to the short side led by wheat tumbling -6.1% followed by corn dropping -4.9% and soybeans -3.5%. The US dollar\'s bullish momentum continued even though the Euro 0.1% , the Swiss franc -0.3 and British pound -0.4% consolidated from the recent bearish downtrend.  However the commodity currencies including the Australian -3.6%  and Canadian -1.9%  Dollars slid lower providing trading opportunities in the Forex market. Global bonds including the US Treasuries continued to trend lower pushing interest rate yields higher. The metals market also suffered losses with Gold dropping -3.0%, Silver -2.8% and Copper -2.1%.</span>\n<p style=\"color: #000000;\"><b>Having a good understanding of correlations within the multiple asset classes can provide active traders an edge for selecting optimal markets to trade.</b> Market environment is frequently characterized by herding behavior. The global markets are linked today with each other like never in the past because of globalization due to technological advances. Most traders and investors use a single market analysis approach when investing or trading in the financial markets. For example, a stock trader will look at the S&amp;P 500 or the Dow Jones industrial average. A currency trader will look at the Euro, the British pound or the Japanese yen.  At RiosQuant we utilize multi-market analysis which involves the analysis of the key asset classes in the financial markets: <i><b>stocks, bonds, commodities and currencies</b></i>. To effectively use multi-market analysis you need to have a good understanding of <i>correlation analysis</i>. It is how the four major markets interact with each other that gives this type of analysis<b><i>predictive value</i></b>.</p>\n<p style=\"color: #000000;\"><b>Here are some basics on how the major asset classes should interrelate: </b>The US dollar trends in the opposite direction of<i></i>commodities, a falling dollar<i> </i>is bullish for commodities, a rising dollar is bearish for commodities. When rising interest rate yields help push the dollar higher then commodities tend to move with bond prices.Therefore commodities trend opposite direction as interest rate yields. Rising commodities coincide with rising bonds and falling interest rate yields. Falling commodities coincide with rising interest rate yields and falling bond prices. Bond prices sometimes but not all the times trend in the same direction as stock prices. That relationship is going to be dependent on where we are in the economic cycle and the economic environment. In most cycles, my main focus in on the bond market and interest rate yields.</p>\n<p style=\"color: #000000;\"><b>In the week ahead there are a number of events that have the potential to trigger volatility across most of the financial markets.</b>Will the theme continue to be rising interest rate yields? Will the FOMC meeting trigger volatility? Will the Scottish referendum send the British pound into aggressive price action? Or will the launch of the ECB\'s TLTRO facility set off the Euro out of the recent consolidation range? Join us in our live online trading room and learn how we apply quantitative trading to profit from the markets while controlling risk.</p>\n<p style=\"color: #000000;\"><b>Joe Rios - Founder, Rios Quantitative LLC</b></p>\n&nbsp;\n\n&nbsp;\n\n<hr />\n\n&nbsp;\n<p style=\"color: #000000;\"><b>Live Trading Rooms and Events</b></p>\n<p style=\"color: #000000;\"><b>The Trading Room TradeLAB</b></p>\n<a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/db7f54b262/TEST/7ce95e3c47\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/457555134</a>\n<p style=\"color: #000000;\"><b>Global Trading with Quantitative Technologies</b></p>\n<p style=\"color: #000000;\"><b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716243\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716244\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716245\"><span class=\"aQJ\">7:30 AM ET</span></span></b></p>\n<p style=\"color: #000000;\">RQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</p>\n<p style=\"color: #000000;\">______________________________<wbr />_________________________</p>\n<p style=\"color: #000000;\"><b>The Trading Room EDU - Educational Workshop Classes</b></p>\n<p style=\"color: #000000;\"> <b>Covering the Rios Quant Trading Indicators:</b></p>\n<p style=\"color: #000000;\"><b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716246\"><span class=\"aQJ\">Wednesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716247\"><span class=\"aQJ\">1:00 PM ET</span></span></b></p>\n<b><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/db7f54b262/TEST/281870026c\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/666692358</a></b>\n\n<b>Topic: Ride e-Mini Momentum</b>\n<p style=\"color: #000000;\"><b>Presenter: Steve Schwartz</b></p>\n<p style=\"color: #000000;\"><b>______________________________<wbr />_________________________</b></p>\n<p style=\"color: #000000;\"><b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716248\"><span class=\"aQJ\">Wednesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716249\"><span class=\"aQJ\">7:30 PM ET</span></span></b></p>\n<b><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/db7f54b262/TEST/d41b952c7e\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/675396870</a></b>\n\n<b>Topic: The Next Big Swing</b>\n\n<b>Presenter: Edward Preston</b>\n\n<b>______________________________<wbr />_________________________</b>\n\n<b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716250\"><span class=\"aQJ\">Thursday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716251\"><span class=\"aQJ\">7:30 PM ET</span></span></b>\n\n<b><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/db7f54b262/TEST/51cdc3688a\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/677721222</a></b>\n<p style=\"color: #000000;\"><b>The RiosQuant 90 Day Training Program - Workshop</b></p>\n<b>Training Session 11 of 12 with Schwartz</b>\n\n<b>Topic: RiosQuant 5 Rules of Engagement</b>\n<p style=\"color: #000000;\"><b>______________________________<wbr />_________________________</b></p>\n<p style=\"color: #000000;\"><b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716252\"><span class=\"aQJ\">Saturday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716253\"><span class=\"aQJ\">11:00 AM ET</span></span></b></p>\n<b><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/db7f54b262/TEST/368eba922c\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/682369558</a></b>\n\n<b>Topic: Looking for Trading Patterns</b>\n\n<b>Presenter: Steve Schwartz</b>\n\n<b> </b>\n<p style=\"color: #ffffff;\"><b><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY\nFUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. </span></b><b><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></b></p>\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2106-autosave-v1','','','2014-09-14 22:00:34','2014-09-14 22:00:34','',2106,'http://www.thetradingroom.com/2106-autosave-v1/',0,'revision','',0),(2112,2,'2014-09-14 22:00:34','2014-09-14 22:00:34','','joe desk andulisa3','','inherit','open','closed','','joe-desk-andulisa3','','','2014-09-14 22:00:34','2014-09-14 22:00:34','',2106,'http://www.thetradingroom.com/wp-content/uploads/2014/09/joe-desk-andulisa3.jpg',0,'attachment','image/jpeg',0),(2114,2,'2014-09-14 22:05:34','2014-09-14 22:05:34','','joe desk computer 2 smile','','inherit','open','closed','','joe-desk-computer-2-smile','','','2014-09-14 22:05:34','2014-09-14 22:05:34','',2106,'http://www.thetradingroom.com/wp-content/uploads/2014/09/joe-desk-computer-2-smile.jpg',0,'attachment','image/jpeg',0),(2115,2,'2014-09-14 22:06:41','2014-09-14 22:06:41','From the desk of Joe Rios\r\n\r\n<span style=\"color: #000000;\">The Grains continued to present trading opportunities to the short side led by wheat tumbling -6.1% followed by corn dropping -4.9% and soybeans -3.5%. The US dollar\'s bullish momentum continued even though the Euro 0.1% , the Swiss franc -0.3 and British pound -0.4% consolidated from the recent bearish downtrend.  However the commodity currencies including the Australian -3.6%  and Canadian -1.9%  Dollars slid lower providing trading opportunities in the Forex market. Global bonds including the US Treasuries continued to trend lower pushing interest rate yields higher. The metals market also suffered losses with Gold dropping -3.0%, Silver -2.8% and Copper -2.1%.</span>\r\n<p style=\"color: #000000;\"><b>Having a good understanding of correlations within the multiple asset classes can provide active traders an edge for selecting optimal markets to trade.</b> Market environment is frequently characterized by herding behavior. The global markets are linked today with each other like never in the past because of globalization due to technological advances. Most traders and investors use a single market analysis approach when investing or trading in the financial markets. For example, a stock trader will look at the S&amp;P 500 or the Dow Jones industrial average. A currency trader will look at the Euro, the British pound or the Japanese yen.  At RiosQuant we utilize multi-market analysis which involves the analysis of the key asset classes in the financial markets: <i><b>stocks, bonds, commodities and currencies</b></i>. To effectively use multi-market analysis you need to have a good understanding of <i>correlation analysis</i>. It is how the four major markets interact with each other that gives this type of analysis<b><i>predictive value</i></b>.</p>\r\n<p style=\"color: #000000;\"><b>Here are some basics on how the major asset classes should interrelate: </b>The US dollar trends in the opposite direction of<i></i>commodities, a falling dollar<i> </i>is bullish for commodities, a rising dollar is bearish for commodities. When rising interest rate yields help push the dollar higher then commodities tend to move with bond prices.Therefore commodities trend opposite direction as interest rate yields. Rising commodities coincide with rising bonds and falling interest rate yields. Falling commodities coincide with rising interest rate yields and falling bond prices. Bond prices sometimes but not all the times trend in the same direction as stock prices. That relationship is going to be dependent on where we are in the economic cycle and the economic environment. In most cycles, my main focus in on the bond market and interest rate yields.</p>\r\n<p style=\"color: #000000;\"><b>In the week ahead there are a number of events that have the potential to trigger volatility across most of the financial markets.</b>Will the theme continue to be rising interest rate yields? Will the FOMC meeting trigger volatility? Will the Scottish referendum send the British pound into aggressive price action? Or will the launch of the ECB\'s TLTRO facility set off the Euro out of the recent consolidation range? Join us in our live online trading room and learn how we apply quantitative trading to profit from the markets while controlling risk.</p>\r\n<p style=\"color: #000000;\"><b>Joe Rios - Founder, Rios Quantitative LLC</b></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<p style=\"color: #000000;\"><b>Live Trading Rooms and Events</b></p>\r\n<p style=\"color: #000000;\"><b>The Trading Room TradeLAB</b></p>\r\n<a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/db7f54b262/TEST/7ce95e3c47\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/457555134</a>\r\n<p style=\"color: #000000;\"><b>Global Trading with Quantitative Technologies</b></p>\r\n<p style=\"color: #000000;\"><b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716243\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716244\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716245\"><span class=\"aQJ\">7:30 AM ET</span></span></b></p>\r\n<p style=\"color: #000000;\">RQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</p>\r\n<p style=\"color: #000000;\">______________________________<wbr />_________________________</p>\r\n<p style=\"color: #000000;\"><b>The Trading Room EDU - Educational Workshop Classes</b></p>\r\n<p style=\"color: #000000;\"> <b>Covering the Rios Quant Trading Indicators:</b></p>\r\n<p style=\"color: #000000;\"><b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716246\"><span class=\"aQJ\">Wednesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716247\"><span class=\"aQJ\">1:00 PM ET</span></span></b></p>\r\n<b><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/db7f54b262/TEST/281870026c\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/666692358</a></b>\r\n\r\n<b>Topic: Ride e-Mini Momentum</b>\r\n<p style=\"color: #000000;\"><b>Presenter: Steve Schwartz</b></p>\r\n<p style=\"color: #000000;\"><b>______________________________<wbr />_________________________</b></p>\r\n<p style=\"color: #000000;\"><b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716248\"><span class=\"aQJ\">Wednesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716249\"><span class=\"aQJ\">7:30 PM ET</span></span></b></p>\r\n<b><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/db7f54b262/TEST/d41b952c7e\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/675396870</a></b>\r\n\r\n<b>Topic: The Next Big Swing</b>\r\n\r\n<b>Presenter: Edward Preston</b>\r\n\r\n<b>______________________________<wbr />_________________________</b>\r\n\r\n<b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716250\"><span class=\"aQJ\">Thursday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716251\"><span class=\"aQJ\">7:30 PM ET</span></span></b>\r\n\r\n<b><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/db7f54b262/TEST/51cdc3688a\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/677721222</a></b>\r\n<p style=\"color: #000000;\"><b>The RiosQuant 90 Day Training Program - Workshop</b></p>\r\n<b>Training Session 11 of 12 with Schwartz</b>\r\n\r\n<b>Topic: RiosQuant 5 Rules of Engagement</b>\r\n<p style=\"color: #000000;\"><b>______________________________<wbr />_________________________</b></p>\r\n<p style=\"color: #000000;\"><b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716252\"><span class=\"aQJ\">Saturday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716253\"><span class=\"aQJ\">11:00 AM ET</span></span></b></p>\r\n<b><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/db7f54b262/TEST/368eba922c\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/682369558</a></b>\r\n\r\n<b>Topic: Looking for Trading Patterns</b>\r\n\r\n<b>Presenter: Steve Schwartz</b>\r\n\r\n<b> </b>\r\n<p style=\"color: #ffffff;\"><b><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY\r\nFUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. </span></b><b><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></b></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2106-revision-v1','','','2014-09-14 22:06:41','2014-09-14 22:06:41','',2106,'http://www.thetradingroom.com/2106-revision-v1/',0,'revision','',0),(2117,2,'2014-09-14 22:07:38','2014-09-14 22:07:38','From the desk of Joe Rios\r\n\r\n<span style=\"color: #000000;\">The Grains continued to present trading opportunities to the short side led by wheat tumbling -6.1% followed by corn dropping -4.9% and soybeans -3.5%. The US dollar\'s bullish momentum continued even though the Euro 0.1% , the Swiss franc -0.3 and British pound -0.4% consolidated from the recent bearish downtrend.  However the commodity currencies including the Australian -3.6%  and Canadian -1.9%  Dollars slid lower providing trading opportunities in the Forex market. Global bonds including the US Treasuries continued to trend lower pushing interest rate yields higher. The metals market also suffered losses with Gold dropping -3.0%, Silver -2.8% and Copper -2.1%.</span>\r\n<p style=\"color: #000000;\"><b>Having a good understanding of correlations within the multiple asset classes can provide active traders an edge for selecting optimal markets to trade.</b> Market environment is frequently characterized by herding behavior. The global markets are linked today with each other like never in the past because of globalization due to technological advances. Most traders and investors use a single market analysis approach when investing or trading in the financial markets. For example, a stock trader will look at the S&amp;P 500 or the Dow Jones industrial average. A currency trader will look at the Euro, the British pound or the Japanese yen.  At RiosQuant we utilize multi-market analysis which involves the analysis of the key asset classes in the financial markets: <i><b>stocks, bonds, commodities and currencies</b></i>. To effectively use multi-market analysis you need to have a good understanding of <i>correlation analysis</i>. It is how the four major markets interact with each other that gives this type of analysis<b><i>predictive value</i></b>.</p>\r\n<p style=\"color: #000000;\"><b>Here are some basics on how the major asset classes should interrelate: </b>The US dollar trends in the opposite direction of<i></i>commodities, a falling dollar<i> </i>is bullish for commodities, a rising dollar is bearish for commodities. When rising interest rate yields help push the dollar higher then commodities tend to move with bond prices.Therefore commodities trend opposite direction as interest rate yields. Rising commodities coincide with rising bonds and falling interest rate yields. Falling commodities coincide with rising interest rate yields and falling bond prices. Bond prices sometimes but not all the times trend in the same direction as stock prices. That relationship is going to be dependent on where we are in the economic cycle and the economic environment. In most cycles, my main focus in on the bond market and interest rate yields.</p>\r\n<p style=\"color: #000000;\"><b>In the week ahead there are a number of events that have the potential to trigger volatility across most of the financial markets.</b>Will the theme continue to be rising interest rate yields? Will the FOMC meeting trigger volatility? Will the Scottish referendum send the British pound into aggressive price action? Or will the launch of the ECB\'s TLTRO facility set off the Euro out of the recent consolidation range? Join us in our live online trading room and learn how we apply quantitative trading to profit from the markets while controlling risk.</p>\r\n<p style=\"color: #000000;\"><b>Joe Rios - Founder, Rios Quantitative LLC</b></p>\r\n\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<b>Live Trading Rooms and Events</b>\r\n<p style=\"color: #000000;\"><b>The Trading Room TradeLAB</b></p>\r\n<a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/db7f54b262/TEST/7ce95e3c47\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/457555134</a>\r\n<p style=\"color: #000000;\"><b>Global Trading with Quantitative Technologies</b></p>\r\n<p style=\"color: #000000;\"><b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716243\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716244\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716245\"><span class=\"aQJ\">7:30 AM ET</span></span></b></p>\r\n<p style=\"color: #000000;\">RQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</p>\r\n<p style=\"color: #000000;\">______________________________<wbr />_________________________</p>\r\n<p style=\"color: #000000;\"><b>The Trading Room EDU - Educational Workshop Classes</b></p>\r\n<p style=\"color: #000000;\"> <b>Covering the Rios Quant Trading Indicators:</b></p>\r\n<p style=\"color: #000000;\"><b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716246\"><span class=\"aQJ\">Wednesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716247\"><span class=\"aQJ\">1:00 PM ET</span></span></b></p>\r\n<b><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/db7f54b262/TEST/281870026c\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/666692358</a></b>\r\n\r\n<b>Topic: Ride e-Mini Momentum</b>\r\n<p style=\"color: #000000;\"><b>Presenter: Steve Schwartz</b></p>\r\n<p style=\"color: #000000;\"><b>______________________________<wbr />_________________________</b></p>\r\n<p style=\"color: #000000;\"><b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716248\"><span class=\"aQJ\">Wednesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716249\"><span class=\"aQJ\">7:30 PM ET</span></span></b></p>\r\n<b><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/db7f54b262/TEST/d41b952c7e\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/675396870</a></b>\r\n\r\n<b>Topic: The Next Big Swing</b>\r\n\r\n<b>Presenter: Edward Preston</b>\r\n\r\n<b>______________________________<wbr />_________________________</b>\r\n\r\n<b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716250\"><span class=\"aQJ\">Thursday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716251\"><span class=\"aQJ\">7:30 PM ET</span></span></b>\r\n\r\n<b><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/db7f54b262/TEST/51cdc3688a\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/677721222</a></b>\r\n<p style=\"color: #000000;\"><b>The RiosQuant 90 Day Training Program - Workshop</b></p>\r\n<b>Training Session 11 of 12 with Schwartz</b>\r\n\r\n<b>Topic: RiosQuant 5 Rules of Engagement</b>\r\n<p style=\"color: #000000;\"><b>______________________________<wbr />_________________________</b></p>\r\n<p style=\"color: #000000;\"><b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716252\"><span class=\"aQJ\">Saturday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716253\"><span class=\"aQJ\">11:00 AM ET</span></span></b></p>\r\n<b><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/db7f54b262/TEST/368eba922c\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/682369558</a></b>\r\n\r\n<b>Topic: Looking for Trading Patterns</b>\r\n\r\n<b>Presenter: Steve Schwartz</b>\r\n\r\n<b> </b>\r\n<p style=\"color: #ffffff;\"><b><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY\r\nFUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. </span></b><b><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></b></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2106-revision-v1','','','2014-09-14 22:07:38','2014-09-14 22:07:38','',2106,'http://www.thetradingroom.com/2106-revision-v1/',0,'revision','',0),(2118,2,'2014-09-14 22:08:19','2014-09-14 22:08:19','From the desk of Joe Rios\r\n\r\n<span style=\"color: #000000;\">The Grains continued to present trading opportunities to the short side led by wheat tumbling -6.1% followed by corn dropping -4.9% and soybeans -3.5%. The US dollar\'s bullish momentum continued even though the Euro 0.1% , the Swiss franc -0.3 and British pound -0.4% consolidated from the recent bearish downtrend.  However the commodity currencies including the Australian -3.6%  and Canadian -1.9%  Dollars slid lower providing trading opportunities in the Forex market. Global bonds including the US Treasuries continued to trend lower pushing interest rate yields higher. The metals market also suffered losses with Gold dropping -3.0%, Silver -2.8% and Copper -2.1%.</span>\r\n<p style=\"color: #000000;\"><b>Having a good understanding of correlations within the multiple asset classes can provide active traders an edge for selecting optimal markets to trade.</b> Market environment is frequently characterized by herding behavior. The global markets are linked today with each other like never in the past because of globalization due to technological advances. Most traders and investors use a single market analysis approach when investing or trading in the financial markets. For example, a stock trader will look at the S&amp;P 500 or the Dow Jones industrial average. A currency trader will look at the Euro, the British pound or the Japanese yen.  At RiosQuant we utilize multi-market analysis which involves the analysis of the key asset classes in the financial markets: <i><b>stocks, bonds, commodities and currencies</b></i>. To effectively use multi-market analysis you need to have a good understanding of <i>correlation analysis</i>. It is how the four major markets interact with each other that gives this type of analysis<b><i>predictive value</i></b>.</p>\r\n<p style=\"color: #000000;\"><b>Here are some basics on how the major asset classes should interrelate: </b>The US dollar trends in the opposite direction of<i></i>commodities, a falling dollar<i> </i>is bullish for commodities, a rising dollar is bearish for commodities. When rising interest rate yields help push the dollar higher then commodities tend to move with bond prices.Therefore commodities trend opposite direction as interest rate yields. Rising commodities coincide with rising bonds and falling interest rate yields. Falling commodities coincide with rising interest rate yields and falling bond prices. Bond prices sometimes but not all the times trend in the same direction as stock prices. That relationship is going to be dependent on where we are in the economic cycle and the economic environment. In most cycles, my main focus in on the bond market and interest rate yields.</p>\r\n<p style=\"color: #000000;\"><b>In the week ahead there are a number of events that have the potential to trigger volatility across most of the financial markets.</b>Will the theme continue to be rising interest rate yields? Will the FOMC meeting trigger volatility? Will the Scottish referendum send the British pound into aggressive price action? Or will the launch of the ECB\'s TLTRO facility set off the Euro out of the recent consolidation range? Join us in our live online trading room and learn how we apply quantitative trading to profit from the markets while controlling risk.</p>\r\n<p style=\"color: #000000;\"><b>Joe Rios - Founder, Rios Quantitative LLC</b></p>\r\n<p style=\"color: #000000;\"></p>\r\n\r\n\r\n<hr />\r\n\r\n<b>Live Trading Rooms and Events</b>\r\n<p style=\"color: #000000;\"><b>The Trading Room TradeLAB</b></p>\r\n<a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/db7f54b262/TEST/7ce95e3c47\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/457555134</a>\r\n<p style=\"color: #000000;\"><b>Global Trading with Quantitative Technologies</b></p>\r\n<p style=\"color: #000000;\"><b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716243\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716244\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716245\"><span class=\"aQJ\">7:30 AM ET</span></span></b></p>\r\n<p style=\"color: #000000;\">RQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</p>\r\n<p style=\"color: #000000;\">______________________________<wbr />_________________________</p>\r\n<p style=\"color: #000000;\"><b>The Trading Room EDU - Educational Workshop Classes</b></p>\r\n<p style=\"color: #000000;\"> <b>Covering the Rios Quant Trading Indicators:</b></p>\r\n<p style=\"color: #000000;\"><b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716246\"><span class=\"aQJ\">Wednesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716247\"><span class=\"aQJ\">1:00 PM ET</span></span></b></p>\r\n<b><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/db7f54b262/TEST/281870026c\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/666692358</a></b>\r\n\r\n<b>Topic: Ride e-Mini Momentum</b>\r\n<p style=\"color: #000000;\"><b>Presenter: Steve Schwartz</b></p>\r\n<p style=\"color: #000000;\"><b>______________________________<wbr />_________________________</b></p>\r\n<p style=\"color: #000000;\"><b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716248\"><span class=\"aQJ\">Wednesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716249\"><span class=\"aQJ\">7:30 PM ET</span></span></b></p>\r\n<b><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/db7f54b262/TEST/d41b952c7e\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/675396870</a></b>\r\n\r\n<b>Topic: The Next Big Swing</b>\r\n\r\n<b>Presenter: Edward Preston</b>\r\n\r\n<b>______________________________<wbr />_________________________</b>\r\n\r\n<b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716250\"><span class=\"aQJ\">Thursday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716251\"><span class=\"aQJ\">7:30 PM ET</span></span></b>\r\n\r\n<b><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/db7f54b262/TEST/51cdc3688a\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/677721222</a></b>\r\n<p style=\"color: #000000;\"><b>The RiosQuant 90 Day Training Program - Workshop</b></p>\r\n<b>Training Session 11 of 12 with Schwartz</b>\r\n\r\n<b>Topic: RiosQuant 5 Rules of Engagement</b>\r\n<p style=\"color: #000000;\"><b>______________________________<wbr />_________________________</b></p>\r\n<p style=\"color: #000000;\"><b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716252\"><span class=\"aQJ\">Saturday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_567716253\"><span class=\"aQJ\">11:00 AM ET</span></span></b></p>\r\n<b><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/db7f54b262/TEST/368eba922c\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/682369558</a></b>\r\n\r\n<b>Topic: Looking for Trading Patterns</b>\r\n\r\n<b>Presenter: Steve Schwartz</b>\r\n\r\n<b> </b>\r\n<p style=\"color: #ffffff;\"><b><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY\r\nFUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. </span></b><b><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></b></p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2106-revision-v1','','','2014-09-14 22:08:19','2014-09-14 22:08:19','',2106,'http://www.thetradingroom.com/2106-revision-v1/',0,'revision','',0),(2120,2,'2014-09-16 10:59:42','2014-09-16 10:59:42','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 6:50 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2d2b2c;\">European stocks fell to a two-week low amid speculation about the timing of a U.S interest-rate increase before a two-day Federal Reserve meeting, and this week’s vote on Scottish independence. U.S. stock futures were little changed, while Asian shares fell.</span><span style=\"color: #2a2a2a;\">\r\n</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasury market volatility climbed to a five-month high before the Federal Reserve issues a policy statement tomorrow and Scotland votes on independence the following day.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">West Texas Intermediate crude recouped losses to trade near the highest closing level in more than a week before data forecast to show inventories declined last week.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The US dollar was about 0.2 percent from a six-year high versus the yen as investors weighed the timing for the Federal Reserve’s first interest-rate increase since 2006 before policy makers begin a two-day meeting today.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - <span style=\"font-family: Verdana, Helvetica, sans-serif;\">USD </span></span><span style=\"color: #000000;\">PPI m/m and CAD </span><span style=\"color: #000000;\">Manufacturing Sales m/m due at 8:30, </span><span style=\"color: #000000;\">TIC Long-Term Purchases at 9:00, CAD </span><span style=\"color: #000000;\">BOC Gov Poloz Speaks at 12:45, NZD </span><span style=\"color: #000000;\">Current Account at 18:45 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','2119-revision-v1','','','2014-09-16 10:59:42','2014-09-16 10:59:42','',2119,'http://www.thetradingroom.com/2119-revision-v1/',0,'revision','',0),(2121,2,'2014-09-17 11:03:58','2014-09-17 11:03:58','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 6:45 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2d2b2c;\">An eight-day losing streak in </span><a style=\"font-weight: bold; color: #003399;\" title=\"Get Quote\" href=\"http://www.bloomberg.com/quote/SXXP:IND\">European stocks</a><span style=\"color: #2d2b2c;\"> ended today as optimism that central bankers around the world will continue to support economic recovery helped the Stoxx Europe 600 Index rebound from a two-week low. U.S. index futures were little changed, while Asian shares rose.</span><span style=\"color: #2a2a2a;\">\r\n</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Banks are cutting their bund-yield forecasts at a record pace as they bet the European Central Bank’s latest stimulus program will be expanded to buying the sovereign debt of member states.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">West Texas Intermediate traded near the highest price in almost two weeks after OPEC’s secretary general said the group may cut crude-output targets next year.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The dollar rose versus the Australian dollar as traders weighed whether the Federal Open Market Committee will alter the language of its policy statement today to signal when interest rates will rise.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - <span style=\"font-family: Verdana, Helvetica, sans-serif;\">USD </span></span><span style=\"color: #000000;\">CPI m/m due at 8:30, </span><span style=\"color: #000000;\">NAHB Housing Market Index at 10:00, </span><span style=\"color: #000000;\">Crude Oil Inventories at 10:30, </span><span style=\"color: #000000;\">FOMC Economic Projections and </span><span style=\"color: #000000;\">FOMC Statement at 14:00, </span><span style=\"color: #000000;\">FOMC Press Conference at 14:30, NZD </span><span style=\"color: #000000;\">GDP q/q at 18:45 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-77','','','2014-09-17 11:03:58','2014-09-17 11:03:58','',0,'http://www.thetradingroom.com/?p=2121',0,'post','',0),(2122,2,'2014-09-17 11:03:58','2014-09-17 11:03:58','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 6:45 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2d2b2c;\">An eight-day losing streak in </span><a style=\"font-weight: bold; color: #003399;\" title=\"Get Quote\" href=\"http://www.bloomberg.com/quote/SXXP:IND\">European stocks</a><span style=\"color: #2d2b2c;\"> ended today as optimism that central bankers around the world will continue to support economic recovery helped the Stoxx Europe 600 Index rebound from a two-week low. U.S. index futures were little changed, while Asian shares rose.</span><span style=\"color: #2a2a2a;\">\r\n</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Banks are cutting their bund-yield forecasts at a record pace as they bet the European Central Bank’s latest stimulus program will be expanded to buying the sovereign debt of member states.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">West Texas Intermediate traded near the highest price in almost two weeks after OPEC’s secretary general said the group may cut crude-output targets next year.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The dollar rose versus the Australian dollar as traders weighed whether the Federal Open Market Committee will alter the language of its policy statement today to signal when interest rates will rise.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - <span style=\"font-family: Verdana, Helvetica, sans-serif;\">USD </span></span><span style=\"color: #000000;\">CPI m/m due at 8:30, </span><span style=\"color: #000000;\">NAHB Housing Market Index at 10:00, </span><span style=\"color: #000000;\">Crude Oil Inventories at 10:30, </span><span style=\"color: #000000;\">FOMC Economic Projections and </span><span style=\"color: #000000;\">FOMC Statement at 14:00, </span><span style=\"color: #000000;\">FOMC Press Conference at 14:30, NZD </span><span style=\"color: #000000;\">GDP q/q at 18:45 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','2121-revision-v1','','','2014-09-17 11:03:58','2014-09-17 11:03:58','',2121,'http://www.thetradingroom.com/2121-revision-v1/',0,'revision','',0),(2123,2,'2014-09-17 11:08:16','2014-09-17 11:08:16','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/09/Pierre-performance-graph-9-4.jpg\"><img class=\"aligncenter size-full wp-image-2087\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/09/Pierre-performance-graph-9-4.jpg\" alt=\"Pierre performance graph 9-4\" width=\"701\" height=\"380\" /></a>\r\n\r\nRiosQuant member Pierre takes over $2,400 in profits day trading during one of our recent live trading room TradeLab. Don\'t trade alone, join a group of traders that are realizing their dreams.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/09/pierre-chart-ng-9-3.jpg\"><img class=\"aligncenter size-full wp-image-2089\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/09/pierre-chart-ng-9-3.jpg\" alt=\"pierre chart ng 9-3\" width=\"487\" height=\"486\" /></a>\r\n\r\nLearn how to use cutting edge technology to trade the global financial markets including commodity futures, stock indices and forex. Chart above illustrates Pierre\'s short Natural Gas trade for profit. No guess work, a step-by-step quantitative approach to taking profits from the markets while controlling risk.\r\n\r\n<a href=\"http://www.riosquant.com/requestinfo?product_id=2\">For a FREE TRIAL click here http://www.riosquant.com/requestinfo?product_id=2</a>','Members - Pierre the Futures Trader','','inherit','open','closed','','2083-autosave-v1','','','2014-09-17 11:08:16','2014-09-17 11:08:16','',2083,'http://www.thetradingroom.com/2083-autosave-v1/',0,'revision','',0),(2124,2,'2014-09-19 12:03:56','2014-09-19 12:03:56','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:20 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">U.S. stock-index futures rose, signaling equities may extend a record, amid continued investor optimism that interest rates will remain low even as data suggest the world’s biggest economy is strengthening.</span><span style=\"color: #2a2a2a;\">\r\n</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasuries fell, extending a third weekly decline, as a vote in Scotland to remain in the U.K. curbed demand for the relative safety of U.S. debt.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Wheat extended declines to a four- year low in Chicago and Paris amid prospects of record global crops and decreasing demand for supplies from the U.S., the world’s biggest exporter.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The dollar climbed to a six-year high versus the yen as the Federal Reserve moves closer to raising interest rates, diverging from its Japanese peer. The pound rose after voters in Scotland rejected independence.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - <span style=\"font-family: Verdana, Helvetica, sans-serif;\">CAD </span></span><span style=\"color: #000000;\">Core CPI m/m due at 8:30 ET, </span><span style=\"color: #000000;\">G20 Meetings all day.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-78','','','2014-09-19 12:03:56','2014-09-19 12:03:56','',0,'http://www.thetradingroom.com/?p=2124',0,'post','',0),(2125,2,'2014-09-19 12:03:56','2014-09-19 12:03:56','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 7:20 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">U.S. stock-index futures rose, signaling equities may extend a record, amid continued investor optimism that interest rates will remain low even as data suggest the world’s biggest economy is strengthening.</span><span style=\"color: #2a2a2a;\">\r\n</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasuries fell, extending a third weekly decline, as a vote in Scotland to remain in the U.K. curbed demand for the relative safety of U.S. debt.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Wheat extended declines to a four- year low in Chicago and Paris amid prospects of record global crops and decreasing demand for supplies from the U.S., the world’s biggest exporter.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The dollar climbed to a six-year high versus the yen as the Federal Reserve moves closer to raising interest rates, diverging from its Japanese peer. The pound rose after voters in Scotland rejected independence.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - <span style=\"font-family: Verdana, Helvetica, sans-serif;\">CAD </span></span><span style=\"color: #000000;\">Core CPI m/m due at 8:30 ET, </span><span style=\"color: #000000;\">G20 Meetings all day.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','2124-revision-v1','','','2014-09-19 12:03:56','2014-09-19 12:03:56','',2124,'http://www.thetradingroom.com/2124-revision-v1/',0,'revision','',0),(2126,2,'2014-09-19 12:10:26','2014-09-19 12:10:26','Join our performance coach Steve Schwartz, a 30 year trading veteran and learn how to plan your trading week using technical trading patterns. Upward channel or double top? Discover how to apply basic chart patterns for predictive and potential trade set ups for the week ahead.\r\n\r\n<br style=\"color: #222222;\" /><strong style=\"color: #222222;\">Register for <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_913239923\"><span class=\"aQJ\">Saturday</span></span> Trading Patterns Workshop:\r\nBeginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_913239924\"><span class=\"aQJ\">11:00 AM ET</span></span></strong><br style=\"color: #222222;\" /><b style=\"color: #222222;\"><span style=\"font-family: arial, sans-serif;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/d1c296491e/TEST/ab3807ac57\" target=\"_blank\">https://www3.gotomeeting.com/r<wbr />egister/682369558</a></span></b>','RQ Training Class - Trading Patterns Workshop','','publish','open','closed','','rq-training-class-trading-patterns-workshop','','','2014-09-19 12:11:52','2014-09-19 12:11:52','',0,'http://www.thetradingroom.com/?p=2126',0,'post','',0),(2127,2,'2014-09-19 12:08:57','2014-09-19 12:08:57','','joe teaching class','','inherit','open','closed','','joe-teaching-class','','','2014-09-19 12:08:57','2014-09-19 12:08:57','',2126,'http://www.thetradingroom.com/wp-content/uploads/2014/09/joe-teaching-class.jpg',0,'attachment','image/jpeg',0),(2128,2,'2014-09-19 12:09:09','2014-09-19 12:09:09','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/09/joe-teaching-class.jpg\"><img class=\"aligncenter size-full wp-image-2127\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/09/joe-teaching-class.jpg\" alt=\"joe teaching class\" width=\"2700\" height=\"1800\" /></a>\r\n\r\n&nbsp;\r\n\r\n<span style=\"color: #222222;\">Join our performance coach Steve Schwartz, a 30 year trading veteran and learn how to plan your trading week using technical trading patterns. Upward channel or double top? Discover how to apply basic chart patterns for predictive and potential trade set ups for the week ahead.</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><strong style=\"color: #222222;\">Register for <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_913239923\"><span class=\"aQJ\">Saturday</span></span> Trading Patterns Workshop:\r\nBeginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_913239924\"><span class=\"aQJ\">11:00 AM ET</span></span></strong><br style=\"color: #222222;\" /><b style=\"color: #222222;\"><span style=\"font-family: arial, sans-serif;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/d1c296491e/TEST/ab3807ac57\" target=\"_blank\">https://www3.gotomeeting.com/r<wbr />egister/682369558</a></span></b>','RQ Training Class - Trading Patterns Workshop','','inherit','open','closed','','2126-revision-v1','','','2014-09-19 12:09:09','2014-09-19 12:09:09','',2126,'http://www.thetradingroom.com/2126-revision-v1/',0,'revision','',0),(2129,2,'2014-09-19 12:11:52','2014-09-19 12:11:52','Join our performance coach Steve Schwartz, a 30 year trading veteran and learn how to plan your trading week using technical trading patterns. Upward channel or double top? Discover how to apply basic chart patterns for predictive and potential trade set ups for the week ahead.\r\n\r\n<br style=\"color: #222222;\" /><strong style=\"color: #222222;\">Register for <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_913239923\"><span class=\"aQJ\">Saturday</span></span> Trading Patterns Workshop:\r\nBeginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_913239924\"><span class=\"aQJ\">11:00 AM ET</span></span></strong><br style=\"color: #222222;\" /><b style=\"color: #222222;\"><span style=\"font-family: arial, sans-serif;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/d1c296491e/TEST/ab3807ac57\" target=\"_blank\">https://www3.gotomeeting.com/r<wbr />egister/682369558</a></span></b>','RQ Training Class - Trading Patterns Workshop','','inherit','open','closed','','2126-revision-v1','','','2014-09-19 12:11:52','2014-09-19 12:11:52','',2126,'http://www.thetradingroom.com/2126-revision-v1/',0,'revision','',0),(2131,2,'2014-09-22 11:13:09','2014-09-22 11:13:09','From the desk of Joe Rios\r\n\r\nThe FOMC statement pushed stocks higher, sending the Dow and S&amp;P 500 to fresh record highs. The US Dollar also closed the week higher helping to drive some commodities lower with Silver dropping -4.4% and Gold -1.2%. The correlation between the bond, commodity and US Dollar continued throughout the week. However, the US Treasury Notes and Bonds bounced from a key support level on Friday. The Grains also continued to breakdown with Wheat falling -5.6%, Soybeans -2.9% and Corn -2.1%.\r\n\r\nIn the Currency market the US Dollar confirmed overbought technical condition but nonetheless, managed to push most foreign currencies lower with the Japanese Yen dropping -1.44%, Australian Dollar -1.37% and the Euro -1.06%. The British Pound failed to trade higher following the Scottish \"no\" vote displaying \"buy the rumor sell the news\" mode. In the week ahead I will keep my focus on the bond market as a leading indicator for the Metal and Forex markets. I will also look for potential trade set ups in the non-risk asset classes, especially if the risk assets consolidate from the recent trends.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>Live Trading Rooms and Events:  </strong><strong>The Trading Room </strong><strong>TradeLAB</strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><span data-term=\"goog_1178320234\">Monday</span> through <span data-term=\"goog_1178320235\">Friday</span> beginning at <span data-term=\"goog_1178320236\">7:30 AM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/c0feac2c24/TEST/ada7900401\">https://www3.gotomeeting.com/register/211885942</a></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop  </strong><strong>Covering the Rios Quant Trading Indicators:</strong>\r\n\r\n<strong><span data-term=\"goog_1178320241\">Wednesday</span> beginning at <span data-term=\"goog_1178320242\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/c0feac2c24/TEST/3dd5c06414\">https://www3.gotomeeting.com/register/244367822</a></strong>\r\n\r\n<strong>Topic: Weekly Pattern Trading</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n<strong><span data-term=\"goog_1178320243\">Thursday</span> beginning at <span data-term=\"goog_1178320244\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/c0feac2c24/TEST/4aabdb2fda\">https://www3.gotomeeting.com/register/234849134</a></strong>\r\n\r\n<strong>The RiosQuant 90 Day Training Program - Workshop</strong>\r\n\r\n<strong>Training Session 12 of 12 with Edward Preston</strong>\r\n\r\n<hr />\r\n\r\n<strong><span data-term=\"goog_1178320245\">Saturday</span> beginning at <span data-term=\"goog_1178320246\">11:00 AM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/c0feac2c24/TEST/dedc5b6a53\">https://www3.gotomeeting.com/register/461277254</a></strong>\r\n\r\n<strong>Topic: Momentum Trading Using RQ-Channel</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nMonday\r\n\r\n9:00 AM         EUR   ECB President Draghi Speaks\r\n\r\n10:00 AM       USD   Existing Home Sales\r\n\r\n10:05 AM       USD   FOMC Member Dudley Speaks\r\n\r\n9:45 PM         CNY   HSBC Flash Manufacturing PMI\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n3:00 AM         EUR   French Flash Manufacturing PMI\r\n\r\n3:30 AM         EUR   German Flash Manufacturing PMI\r\n\r\n8:30 AM         CAD   Core Retail Sales\r\n\r\n6:45 PM         NZD    Trade Balance\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:00 AM         EUR   German Ifo Business Climate\r\n\r\n10:00 AM       USD   New-Home Sales\r\n\r\n10:30 AM                   Crude Oil Inventories\r\n\r\n10:30 PM       AUD   RBA Gov. Stevens Speaks\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n8:30 AM         USD   Durable Goods Orders And Unemployment Claims\r\n\r\n10:30 AM                   Natural Gas Storage\r\n\r\nFriday\r\n\r\n8:30 AM         USD   Final GDP\r\n\r\n9:55 AM         USD   Revised UoM Consumer Sentiment\r\n<div style=\"color: #ffffff;\"><b><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY\r\nFUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</span></b></div>\r\n<div style=\"color: #ffffff;\"><b><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></b></div>\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2130-revision-v1','','','2014-09-22 11:13:09','2014-09-22 11:13:09','',2130,'http://www.thetradingroom.com/2130-revision-v1/',0,'revision','',0),(2132,2,'2014-09-22 11:21:10','2014-09-22 11:21:10','','strategy room','','inherit','open','closed','','strategy-room-2','','','2014-09-22 11:21:10','2014-09-22 11:21:10','',2130,'http://www.thetradingroom.com/wp-content/uploads/2014/09/strategy-room.jpg',0,'attachment','image/jpeg',0),(2133,2,'2014-09-23 10:56:28','2014-09-23 10:56:28','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 6:30 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><a style=\"font-weight: bold; color: #003399;\" title=\"Get Quote\" href=\"http://www.bloomberg.com/quote/SXXP:IND\">European stocks</a><span style=\"color: #2d2b2c;\"> fell the most in more than six weeks as health-care companies tumbled amid concern tougher American tax rules will erode their takeover appeal and as manufacturing growth slowed in the euro area. U.S. index futures also dropped, while Asian shares rose.</span><span style=\"color: #2a2a2a;\">\r\n</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasuries advanced for a fourth day as demand for haven assets increased after the U.S. said it conducted its first air strikes in Syria and Israel shot down a Syrian fighter jet it said had infiltrated its airspace.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Gold rose from an eight-month low in London as investors assessed air-strikes in Syria and signs of more physical demand against the outlook for an improving U.S. economy.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The Japanese yen strengthened for a second day as US dollar consolidates from recent rally.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - <span style=\"font-family: Verdana, Helvetica, sans-serif;\">US </span></span><span style=\"color: #000000;\">Core Retail Sales m/m due at 8:30, </span><span style=\"color: #000000;\">FOMC Member Powell Speaks at 9:20, NZD </span><span style=\"color: #000000;\">Trade Balance at 18:45 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-79','','','2014-09-23 10:56:28','2014-09-23 10:56:28','',0,'http://www.thetradingroom.com/?p=2133',0,'post','',0),(2134,2,'2014-09-23 10:56:28','2014-09-23 10:56:28','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 6:30 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><a style=\"font-weight: bold; color: #003399;\" title=\"Get Quote\" href=\"http://www.bloomberg.com/quote/SXXP:IND\">European stocks</a><span style=\"color: #2d2b2c;\"> fell the most in more than six weeks as health-care companies tumbled amid concern tougher American tax rules will erode their takeover appeal and as manufacturing growth slowed in the euro area. U.S. index futures also dropped, while Asian shares rose.</span><span style=\"color: #2a2a2a;\">\r\n</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasuries advanced for a fourth day as demand for haven assets increased after the U.S. said it conducted its first air strikes in Syria and Israel shot down a Syrian fighter jet it said had infiltrated its airspace.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Gold rose from an eight-month low in London as investors assessed air-strikes in Syria and signs of more physical demand against the outlook for an improving U.S. economy.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The Japanese yen strengthened for a second day as US dollar consolidates from recent rally.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - <span style=\"font-family: Verdana, Helvetica, sans-serif;\">US </span></span><span style=\"color: #000000;\">Core Retail Sales m/m due at 8:30, </span><span style=\"color: #000000;\">FOMC Member Powell Speaks at 9:20, NZD </span><span style=\"color: #000000;\">Trade Balance at 18:45 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','2133-revision-v1','','','2014-09-23 10:56:28','2014-09-23 10:56:28','',2133,'http://www.thetradingroom.com/2133-revision-v1/',0,'revision','',0),(2153,2,'2014-10-06 11:12:45','2014-10-06 11:12:45','From the desk of Joe Rios\r\n\r\nIt was an exciting week in the global financial markets with the three main benchmarks continuing to trade in tight correlation mode. As mentioned in last week\'s The Week Ahead, the expectation of volatility spiking came true when the US 10 Year Note futures broke out of a symmetric triangle and the S&amp;P 500 broke down from a key support level. The US Dollar consolidated for most of the week, however on Friday the greenback pursued with an impressive bullish breakout following US Non-Farm employment data, continuing its previous trend. It proved prudent to focus on the US 10 Year Note futures as a leading indicator as it traded a step ahead of the other benchmarks for most of the week.\r\n\r\nAs you can see from the illustrations below the US 10 year note and S&amp;P 500 finished the week at key levels. Can you notice the relationship between the benchmarks? Can you spot which market was the leading indicator? In the week ahead I will continue to focus on the 10 Year Note futures for insights for selecting markets poised for aggressive price action. The independents including Natural Gas and the Grains continued to consolidate. I will be looking for any potential break, to either direction. After the recent consolidation will we see short covering in the Grain market? Or trend continuation? The data calendar is light this week, however there are several speeches that have the potential to spark price action in the risk assets.\r\n\r\n<b style=\"color: #500050;\">Joe Rios - Founder, Rios Quantitative LLC</b>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<p style=\"color: #500050;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/10/correlations-daily-sept-oct.jpg\"><img class=\"aligncenter size-full wp-image-2154\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/10/correlations-daily-sept-oct.jpg\" alt=\"correlations daily sept oct\" width=\"1114\" height=\"599\" /></a></p>\r\n<p style=\"color: #500050;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/10/Correlations-Oct-week-1.jpg\"><img class=\"aligncenter size-full wp-image-2155\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/10/Correlations-Oct-week-1.jpg\" alt=\"Correlations Oct week 1\" width=\"894\" height=\"553\" /></a></p>\r\n\r\n\r\n<hr />\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><b>Live Rooms and Events</b></p>\r\n<p style=\"color: #500050;\"><b>The Trading Room TradeLAB</b></p>\r\n<p style=\"color: #500050;\"><b><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3i33Jj5dRfrDnAF&amp;b=kFxgA_RROg7EmiJbDWtL5A\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/169828118</a></b></p>\r\n<p style=\"color: #500050;\"><b>Global Trading with Quantitative Technologies</b></p>\r\n<p style=\"color: #500050;\"><b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_855654952\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_855654953\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_855654954\"><span class=\"aQJ\">7:30 AM ET</span></span></b></p>\r\n<p style=\"color: #500050;\">RQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</p>\r\n<p style=\"color: #500050;\">______________________________<wbr />_______________</p>\r\n<p style=\"color: #500050;\"> <b>The Trading Room EDU - Educational Workshop </b></p>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><b>Covering the Rios Quant Trading Indicators:</b></p>\r\n<b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_855654955\"><span class=\"aQJ\">Wednesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_855654956\"><span class=\"aQJ\">1:00 PM ET</span></span></b>\r\n\r\n<b><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3i33Jj5dRfrDnAF&amp;b=_PwXk0QQXTXRfwJ987zTCg\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/144803862</a></b>\r\n\r\n<b>Topic: E-Mini Index Futures</b>\r\n\r\n<b>Presenter: Steve Schwartz</b>\r\n\r\n<b> </b>\r\n\r\n<b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_855654957\"><span class=\"aQJ\">Saturday</span></span> beginning at 11:00 AM ET</b>\r\n\r\n<b><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3i33Jj5dRfrDnAF&amp;b=0Em0vCYiRI4L81ne9uW4Gg\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/146872734</a></b>\r\n\r\n<b>Topic: </b><b>Can trading be as simple as support and resistance?</b>\r\n\r\n<b>Presenter: Steve Schwartz</b>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nMonday\r\n\r\n10:00 AM             CAD       Ivey PMI\r\n\r\n5:00 PM                NZD       NZIER Business Confidence\r\n\r\n11:30 PM             AUD       RBA Rate Statement\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\nTentative             JPY         BOJ Press Conference\r\n\r\n4:30 AM               GBP       Manufacturing Production\r\n\r\n8:30 AM               CAD       Building Permits\r\n\r\n10:00 AM             USD       JOLTS Job Openings\r\n\r\n1:20 PM                USD       FOMC Member Kocherlakota Speaks\r\n\r\n3:00 PM                USD       FOMC Member Dudley Speaks\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n8:15 AM               CAD       Housing Starts\r\n\r\n10:30 AM                             Crude Oil Inventories\r\n\r\n1:01 PM                USD       10 Year Bond Auction\r\n\r\n2:00 PM                USD       FOMC Meeting Minutes\r\n\r\n8:30 PM                AUD       Employment Change\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n7:00 AM               GBP       Official Bank Rate\r\n\r\nTentative             GBP       MPC Rate Statement\r\n\r\n8:30 AM               USD       Unemployment Claims\r\n\r\n10:30 AM                             Natural Gas Storage\r\n\r\n11:00 AM             EUR        ECB President Draghi Speaks\r\n\r\nAll Day                  Day 1     G 20 Meetings\r\n\r\n8:45 PM                AUD       RBA Assistant Gov. Edey Speaks\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n8:30 AM               CAD       Employment Change\r\n\r\nAll Day                  Day 1     IMF Meetings\r\n\r\nAll Day                  Day 2     G 20 Meetings\r\n\r\n<hr />\r\n\r\n<b style=\"color: #ffffff;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. </span></b><b style=\"color: #ffffff;\"><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></b>\r\n\r\n&nbsp;','The Week Ahead In The Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-19','','','2014-10-06 11:12:45','2014-10-06 11:12:45','',0,'http://www.thetradingroom.com/?p=2153',0,'post','',0),(2138,2,'2014-09-25 10:54:33','2014-09-25 10:54:33','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 6:50 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><a style=\"font-weight: bold; color: #003399;\" title=\"Get Quote\" href=\"http://www.bloomberg.com/quote/SXXP:IND\">European stocks</a><span style=\"color: #2d2b2c;\"> rose for a second day amid optimism that the euro’s weakness against the dollar will boost profits at the region’s companies and the strength of the U.S. economy will drive global growth. U.S. index futures were little changed, while Asian shares outside Japan fell.</span><span style=\"color: #2a2a2a;\">\r\n</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasury seven-year notes scheduled for sale today were set to draw the highest auction yield since April after a sale of five-year securities yesterday attracted the lowest demand this year.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Gold fell to an eight-month low in London as signs of an improving U.S. economy strengthened the dollar and curbed demand for a protection of wealth.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">A dollar gauge rose to a four-year high amid bets the Federal Reserve will boost interest rates before its peers. New Zealand’s dollar slid to a year-low as the nation’s central bank signaled possible intervention.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - <span style=\"font-family: Verdana, Helvetica, sans-serif;\">US </span></span><span style=\"color: #000000;\">Core Durable Goods Orders m/m and </span><span style=\"color: #000000;\">Unemployment Claims due at 8:30, </span><span style=\"color: #000000;\">BOE Gov Carney Speaks at 8:40, </span><span style=\"color: #000000;\">Natural Gas Storage at 10:30 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-80','','','2014-09-25 10:54:33','2014-09-25 10:54:33','',0,'http://www.thetradingroom.com/?p=2138',0,'post','',0),(2139,2,'2014-09-25 10:54:33','2014-09-25 10:54:33','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 6:50 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><a style=\"font-weight: bold; color: #003399;\" title=\"Get Quote\" href=\"http://www.bloomberg.com/quote/SXXP:IND\">European stocks</a><span style=\"color: #2d2b2c;\"> rose for a second day amid optimism that the euro’s weakness against the dollar will boost profits at the region’s companies and the strength of the U.S. economy will drive global growth. U.S. index futures were little changed, while Asian shares outside Japan fell.</span><span style=\"color: #2a2a2a;\">\r\n</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasury seven-year notes scheduled for sale today were set to draw the highest auction yield since April after a sale of five-year securities yesterday attracted the lowest demand this year.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Gold fell to an eight-month low in London as signs of an improving U.S. economy strengthened the dollar and curbed demand for a protection of wealth.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">A dollar gauge rose to a four-year high amid bets the Federal Reserve will boost interest rates before its peers. New Zealand’s dollar slid to a year-low as the nation’s central bank signaled possible intervention.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - <span style=\"font-family: Verdana, Helvetica, sans-serif;\">US </span></span><span style=\"color: #000000;\">Core Durable Goods Orders m/m and </span><span style=\"color: #000000;\">Unemployment Claims due at 8:30, </span><span style=\"color: #000000;\">BOE Gov Carney Speaks at 8:40, </span><span style=\"color: #000000;\">Natural Gas Storage at 10:30 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','2138-revision-v1','','','2014-09-25 10:54:33','2014-09-25 10:54:33','',2138,'http://www.thetradingroom.com/2138-revision-v1/',0,'revision','',0),(2140,2,'2014-09-26 10:41:22','2014-09-26 10:41:22','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 6:35 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><a style=\"font-weight: bold; color: #003399;\" title=\"Get Quote\" href=\"http://www.bloomberg.com/quote/SXXP:IND\">European stocks</a><span style=\"color: #2d2b2c;\"> were little changed, after falling to a four-week low, as investors awaited data on U.S. gross domestic product to gauge the outlook for </span><a style=\"font-weight: bold; color: #003399;\" href=\"http://topics.bloomberg.com/interest-rates/\">interest rates</a><span style=\"color: #2d2b2c;\"> in the world’s largest economy. U.S. stock-index futures were also little changed, while Asian shares fell.</span><span style=\"color: #2a2a2a;\">\r\n</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Government bonds worldwide advanced this week as a surging dollar sparked warnings from Federal Reserve officials that the stronger currency may hamper the U.S. economic recovery.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Copper rebounded from the lowest close since June in London before government data projected to show stronger economic growth in the U.S., the world’s second- biggest consumer of the metal.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The yen fell, approaching the weakest in six years versus the dollar, on speculation Japan’s government will push ahead with reforms that would allow the nation’s $1.2 trillion pension fund to buy more overseas assets.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - <span style=\"font-family: Verdana, Helvetica, sans-serif;\">US </span></span><span style=\"color: #000000;\">Final GDP q/q due at 8:30, </span><span style=\"color: #000000;\">Revised UoM Consumer Sentiment at 9:55 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-81','','','2014-09-26 10:41:23','2014-09-26 10:41:23','',0,'http://www.thetradingroom.com/?p=2140',0,'post','',0),(2141,2,'2014-09-26 10:41:23','2014-09-26 10:41:23','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 6:35 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><a style=\"font-weight: bold; color: #003399;\" title=\"Get Quote\" href=\"http://www.bloomberg.com/quote/SXXP:IND\">European stocks</a><span style=\"color: #2d2b2c;\"> were little changed, after falling to a four-week low, as investors awaited data on U.S. gross domestic product to gauge the outlook for </span><a style=\"font-weight: bold; color: #003399;\" href=\"http://topics.bloomberg.com/interest-rates/\">interest rates</a><span style=\"color: #2d2b2c;\"> in the world’s largest economy. U.S. stock-index futures were also little changed, while Asian shares fell.</span><span style=\"color: #2a2a2a;\">\r\n</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Government bonds worldwide advanced this week as a surging dollar sparked warnings from Federal Reserve officials that the stronger currency may hamper the U.S. economic recovery.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Copper rebounded from the lowest close since June in London before government data projected to show stronger economic growth in the U.S., the world’s second- biggest consumer of the metal.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The yen fell, approaching the weakest in six years versus the dollar, on speculation Japan’s government will push ahead with reforms that would allow the nation’s $1.2 trillion pension fund to buy more overseas assets.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - <span style=\"font-family: Verdana, Helvetica, sans-serif;\">US </span></span><span style=\"color: #000000;\">Final GDP q/q due at 8:30, </span><span style=\"color: #000000;\">Revised UoM Consumer Sentiment at 9:55 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','2140-revision-v1','','','2014-09-26 10:41:23','2014-09-26 10:41:23','',2140,'http://www.thetradingroom.com/2140-revision-v1/',0,'revision','',0),(2142,2,'2014-09-29 02:07:42','2014-09-29 02:07:42','From the desk of Joe Rios\r\n\r\nThe US Dollar rally continued to impress, pushing the Euro to a new 22 month low and sending the commodity currencies dramatically lower including the Aussie, Kiwi and Canadian dollars. The Japanese Yen managed to consolidate for most of the week but finished at a key support level. Will further US Dollar strength help drive the Yen lower? Or will another sell-off in the stock indices trigger Yen short covering? The S&amp;P 500 and US Ten Year Note tested key levels of support and resistance but failed with any significant follow through. Will the benchmarks make another attempt in the week ahead? Will the US Ten Year Note continue to lead the broad markets? In the week ahead I will continue to focus on the bond market but will also be paying attention to the energy market. Take special note of the consolidation patterns in Crude Oil and Natural Gas, will they breakout this week? Noteworthy will also be the oversold and overbought markets, will profit taking begin, providing trading opportunities? I am expecting an exciting week in the markets with potential of volatility, possibly being triggered by a busy economic calendar while the key markets are resting at key technical levels.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/09/ten-yr-note-futures.jpg\"><img class=\"aligncenter size-full wp-image-2143\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/09/ten-yr-note-futures.jpg\" alt=\"ten yr note futures\" width=\"582\" height=\"584\" /></a>\r\n\r\n<strong>Live Trading Rooms and Events: </strong><strong>The Trading Room </strong><strong>TradeLAB</strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><span data-term=\"goog_58819013\">Monday</span> through <span data-term=\"goog_58819014\">Friday</span> beginning at <span data-term=\"goog_58819015\">7:30 AM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/df2f027626/TEST/a345f56b6a\">https://www3.gotomeeting.com/register/293849286</a></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>Insider\'s Quant (IQ) Room</strong>\r\n\r\n<strong>Advanced Concepts with Joe Rios</strong>\r\n\r\n<span data-term=\"goog_58819016\">Monday</span>, <span data-term=\"goog_58819017\">Tuesday</span>, and <span data-term=\"goog_58819018\">Thursday</span> beginning at <span data-term=\"goog_58819019\">1:30 PM ET</span>\r\n\r\nSUBSCRIPTION ONLY\r\n\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the Rios Quant Trading Indicators:</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong><span data-term=\"goog_58819020\">Tuesday</span> beginning at <span data-term=\"goog_58819021\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/df2f027626/TEST/9e73105fc2\">https://www3.gotomeeting.com/register/780453150</a></strong>\r\n\r\n<strong>Topic: Weekly Pattern Trading</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong><span data-term=\"goog_58819022\">Saturday</span> beginning at <span data-term=\"goog_58819023\">11:00 AM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/df2f027626/TEST/82675b1fec\">https://www3.gotomeeting.com/register/798422742</a></strong>\r\n\r\n<strong>Topic: RiosQuant Basics</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n<h2><span data-term=\"goog_58819024\">MONDAY</span></h2>\r\nUSD - Personal Spending – 8:30 AM ET\r\n\r\nUSD - Pending Home Sales – <span data-term=\"goog_58819026\">10:00 AM ET</span>\r\n\r\nNZD - ANZ Business Confidence – <span data-term=\"goog_58819027\">8:00 PM ET</span>\r\n\r\nCNY - HSBC Final Manufacturing PMI – 9:45 PM ET\r\n<h2><span data-term=\"goog_58819028\">TUESDAY</span></h2>\r\nGBP - Current-Account – 4:30 AM ET\r\n\r\nEUR - CPI Flash Estimate – 5:00 AM ET\r\n\r\nCAD - GDP –  8:30 AM ET\r\n\r\nUSD - Chicago PMI –  9:45 AM ET\r\n\r\nUSD - CB Consumer Confidence – 10:00 AM ET\r\n\r\nCNY - Manufacturing PMI –  9:00 PM ET\r\n\r\nAUD - Retail Sales –  9:30 PM ET\r\n<h2><span data-term=\"goog_58819036\">WEDNESDAY</span></h2>\r\nGBP - Manufacturing PMI – 4:30 AM ET\r\n\r\nUSD - ADP Nonfarm Employment Change – 8:15 AM ET\r\n\r\nUSD - ISM Manufacturing PMI – 10:00 AM ET\r\n\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\n\r\nAUD - Building Approvals And Trade Balance – 9:30 PM ET\r\n<h2><span data-term=\"goog_58819037\">THURSDAY</span></h2>\r\nGBP - Construction PMI – <span data-term=\"goog_58819038\">4:30 AM ET</span>\r\n\r\nEUR - Minimum Bid Rate – <span data-term=\"goog_58819039\">7:45 AM ET</span>\r\n\r\nUSD - Unemployment Claims – <span data-term=\"goog_58819040\">8:30 AM ET</span>\r\n\r\nEUR - ECB Press Conference – <span data-term=\"goog_58819041\">8:30 AM ET</span>\r\n\r\nUSD - Natural Gas Storage – <span data-term=\"goog_58819042\">10:30 AM ET</span>\r\n<h2 style=\"color: black;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_58819043\"><span class=\"aQJ\">FRIDAY</span></span></h2>\r\n<h3 style=\"color: black;\"></h3>\r\nGBP - Services PMI – 4:30 AM ET\r\n<div style=\"font-weight: normal;\">\r\n\r\nUSD - Nonfarm Employment Change – 8:30 AM ET\r\n\r\nCAD - Trade Balance – 8:30 AM ET\r\n\r\nUSD - ISM Non manufacturing PMI   – 10:00 AM ET\r\n\r\n</div>\r\n<div></div>\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Global Markets','','publish','open','closed','','week-ahead-global-markets-2','','','2014-09-29 02:07:42','2014-09-29 02:07:42','',0,'http://www.thetradingroom.com/?p=2142',0,'post','',0),(2143,2,'2014-09-29 01:57:14','2014-09-29 01:57:14','','ten yr note futures','','inherit','open','closed','','ten-yr-note-futures','','','2014-09-29 01:57:14','2014-09-29 01:57:14','',2142,'http://www.thetradingroom.com/wp-content/uploads/2014/09/ten-yr-note-futures.jpg',0,'attachment','image/jpeg',0),(2145,2,'2014-09-29 02:02:24','2014-09-29 02:02:24','From the desk of Joe Rios\r\n\r\nThe US Dollar rally continued to impress, pushing the Euro to a new 22 month low and sending the commodity currencies dramatically lower including the Aussie, Kiwi and Canadian dollars. The Japanese Yen managed to consolidate for most of the week but finished at a key support level. Will further US Dollar strength help drive the Yen lower? Or will another sell-off in the stock indices trigger Yen short covering? The S&amp;P 500 and US Ten Year Note tested key levels of support and resistance but failed with any significant follow through. Will the benchmarks make another attempt in the week ahead? Will the US Ten Year Note continue to lead the broad markets? In the week ahead I will continue to focus on the bond market but will also be paying attention to the energy market. Take special note of the consolidation patterns in Crude Oil and Natural Gas, will they breakout this week? Noteworthy will also be the oversold and overbought markets, will profit taking begin, providing trading opportunities? I am expecting an exciting week in the markets with potential of volatility, possibly being triggered by a busy economic calendar while the key markets are resting at key technical levels.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/09/ten-yr-note-futures.jpg\"><img class=\"aligncenter size-full wp-image-2143\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/09/ten-yr-note-futures.jpg\" alt=\"ten yr note futures\" width=\"582\" height=\"584\" /></a>\r\n\r\n<strong>Live Trading Rooms and Events: </strong><strong>The Trading Room </strong><strong>TradeLAB</strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><span data-term=\"goog_58819013\">Monday</span> through <span data-term=\"goog_58819014\">Friday</span> beginning at <span data-term=\"goog_58819015\">7:30 AM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/df2f027626/TEST/a345f56b6a\">https://www3.gotomeeting.com/register/293849286</a></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>Insider\'s Quant (IQ) Room</strong>\r\n\r\n<strong>Advanced Concepts with Joe Rios</strong>\r\n\r\n<span data-term=\"goog_58819016\">Monday</span>, <span data-term=\"goog_58819017\">Tuesday</span>, and <span data-term=\"goog_58819018\">Thursday</span> beginning at <span data-term=\"goog_58819019\">1:30 PM ET</span>\r\n\r\nSUBSCRIPTION ONLY\r\n\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the Rios Quant Trading Indicators:</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong><span data-term=\"goog_58819020\">Tuesday</span> beginning at <span data-term=\"goog_58819021\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/df2f027626/TEST/9e73105fc2\">https://www3.gotomeeting.com/register/780453150</a></strong>\r\n\r\n<strong>Topic: Weekly Pattern Trading</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong><span data-term=\"goog_58819022\">Saturday</span> beginning at <span data-term=\"goog_58819023\">11:00 AM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/df2f027626/TEST/82675b1fec\">https://www3.gotomeeting.com/register/798422742</a></strong>\r\n\r\n<strong>Topic: RiosQuant Basics</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n<h2><span data-term=\"goog_58819024\">MONDAY</span></h2>\r\nUSD - Personal Spending – 8:30 AM ET\r\n\r\nUSD - Pending Home Sales – <span data-term=\"goog_58819026\">10:00 AM ET</span>\r\n\r\nNZD - ANZ Business Confidence – <span data-term=\"goog_58819027\">8:00 PM ET</span>\r\n\r\nCNY - HSBC Final Manufacturing PMI – 9:45 PM ET\r\n<h2><span data-term=\"goog_58819028\">TUESDAY</span></h2>\r\nGBP - Current-Account – 4:30 AM ET\r\n\r\nEUR - CPI Flash Estimate – 5:00 AM ET\r\n\r\nCAD - GDP –  8:30 AM ET\r\n\r\nUSD - Chicago PMI –  9:45 AM ET\r\n\r\nUSD - CB Consumer Confidence – 10:00 AM ET\r\n\r\nCNY - Manufacturing PMI –  9:00 PM ET\r\n\r\nAUD - Retail Sales –  9:30 PM ET\r\n<h2><span data-term=\"goog_58819036\">WEDNESDAY</span></h2>\r\nGBP - Manufacturing PMI – 4:30 AM ET\r\n\r\nUSD - ADP Nonfarm Employment Change – 8:15 AM ET\r\n\r\nUSD - ISM Manufacturing PMI – 10:00 AM ET\r\n\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\n\r\nAUD - Building Approvals And Trade Balance – 9:30 PM ET\r\n<h2><span data-term=\"goog_58819037\">THURSDAY</span></h2>\r\nGBP - Construction PMI – <span data-term=\"goog_58819038\">4:30 AM ET</span>\r\n\r\nEUR - Minimum Bid Rate – <span data-term=\"goog_58819039\">7:45 AM ET</span>\r\n\r\nUSD - Unemployment Claims – <span data-term=\"goog_58819040\">8:30 AM ET</span>\r\n\r\nEUR - ECB Press Conference – <span data-term=\"goog_58819041\">8:30 AM ET</span>\r\n\r\nUSD - Natural Gas Storage – <span data-term=\"goog_58819042\">10:30 AM ET</span>\r\n<h2><span data-term=\"goog_58819043\">FRIDAY</span></h2>\r\n<div>GBP - Services PMI – 4:30 AM ET</div>\r\n<div style=\"font-weight: normal;\">\r\n<div></div>\r\n<div>USD - Nonfarm Employment Change – 8:30 AM ET</div>\r\n<div></div>\r\n<div>\r\n<div>CAD - Trade Balance – 8:30 AM ET</div>\r\n<div></div>\r\n<div>USD - ISM Non manufacturing PMI   – 10:00 AM ET</div>\r\n</div>\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Global Markets','','inherit','open','closed','','2142-revision-v1','','','2014-09-29 02:02:24','2014-09-29 02:02:24','',2142,'http://www.thetradingroom.com/2142-revision-v1/',0,'revision','',0),(2144,2,'2014-09-29 02:00:42','2014-09-29 02:00:42','From the desk of Joe Rios\r\n\r\nThe US Dollar rally continued to impress, pushing the Euro to a new 22 month low and sending the commodity currencies dramatically lower including the Aussie, Kiwi and Canadian dollars. The Japanese Yen managed to consolidate for most of the week but finished at a key support level. Will further US Dollar strength help drive the Yen lower? Or will another sell-off in the stock indices trigger Yen short covering? The S&amp;P 500 and US Ten Year Note tested key levels of support and resistance but failed with any significant follow through. Will the benchmarks make another attempt in the week ahead? Will the US Ten Year Note continue to lead the broad markets? In the week ahead I will continue to focus on the bond market but will also be paying attention to the energy market. Take special note of the consolidation patterns in Crude Oil and Natural Gas, will they breakout this week? Noteworthy will also be the oversold and overbought markets, will profit taking begin, providing trading opportunities? I am expecting an exciting week in the markets with potential of volatility, possibly being triggered by a busy economic calendar while the key markets are resting at key technical levels.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/09/ten-yr-note-futures.jpg\"><img class=\"aligncenter size-full wp-image-2143\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/09/ten-yr-note-futures.jpg\" alt=\"ten yr note futures\" width=\"582\" height=\"584\" /></a>\r\n\r\n<strong>Live Trading Rooms and Events: </strong><strong>The Trading Room </strong><strong>TradeLAB</strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><span data-term=\"goog_58819013\">Monday</span> through <span data-term=\"goog_58819014\">Friday</span> beginning at <span data-term=\"goog_58819015\">7:30 AM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/df2f027626/TEST/a345f56b6a\">https://www3.gotomeeting.com/register/293849286</a></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>Insider\'s Quant (IQ) Room</strong>\r\n\r\n<strong>Advanced Concepts with Joe Rios</strong>\r\n\r\n<span data-term=\"goog_58819016\">Monday</span>, <span data-term=\"goog_58819017\">Tuesday</span>, and <span data-term=\"goog_58819018\">Thursday</span> beginning at <span data-term=\"goog_58819019\">1:30 PM ET</span>\r\n\r\nSUBSCRIPTION ONLY\r\n\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the Rios Quant Trading Indicators:</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong><span data-term=\"goog_58819020\">Tuesday</span> beginning at <span data-term=\"goog_58819021\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/df2f027626/TEST/9e73105fc2\">https://www3.gotomeeting.com/register/780453150</a></strong>\r\n\r\n<strong>Topic: Weekly Pattern Trading</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong><span data-term=\"goog_58819022\">Saturday</span> beginning at <span data-term=\"goog_58819023\">11:00 AM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/df2f027626/TEST/82675b1fec\">https://www3.gotomeeting.com/register/798422742</a></strong>\r\n\r\n<strong>Topic: RiosQuant Basics</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n<h2><span data-term=\"goog_58819024\">MONDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nUSD - Personal Spending – 8:30 AM ET\r\n\r\nUSD - Pending Home Sales – <span data-term=\"goog_58819026\">10:00 AM ET</span>\r\n\r\nNZD - ANZ Business Confidence – <span data-term=\"goog_58819027\">8:00 PM ET</span>\r\n\r\nCNY - HSBC Final Manufacturing PMI – 9:45 PM ET\r\n<h2><span data-term=\"goog_58819028\">TUESDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nGBP - Current-Account – 4:30 AM ET\r\n\r\nEUR - CPI Flash Estimate – 5:00 AM ET\r\n\r\nCAD - GDP –  8:30 AM ET\r\n\r\nUSD - Chicago PMI –  9:45 AM ET\r\n\r\nUSD - CB Consumer Confidence – 10:00 AM ET\r\n\r\nCNY - Manufacturing PMI –  9:00 PM ET\r\n\r\nAUD - Retail Sales –  9:30 PM ET\r\n<h2><span data-term=\"goog_58819036\">WEDNESDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nGBP - Manufacturing PMI – 4:30 AM ET\r\n\r\nUSD - ADP Nonfarm Employment Change – 8:15 AM ET\r\n\r\nUSD - ISM Manufacturing PMI – 10:00 AM ET\r\n\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\n\r\nAUD - Building Approvals And Trade Balance – 9:30 PM ET\r\n<h2><span data-term=\"goog_58819037\">THURSDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nGBP - Construction PMI – <span data-term=\"goog_58819038\">4:30 AM ET</span>\r\n\r\nEUR - Minimum Bid Rate – <span data-term=\"goog_58819039\">7:45 AM ET</span>\r\n\r\nUSD - Unemployment Claims – <span data-term=\"goog_58819040\">8:30 AM ET</span>\r\n\r\nEUR - ECB Press Conference – <span data-term=\"goog_58819041\">8:30 AM ET</span>\r\n\r\nUSD - Natural Gas Storage – <span data-term=\"goog_58819042\">10:30 AM ET</span>\r\n<h2><span data-term=\"goog_58819043\">FRIDAY</span></h2>\r\n<div><strong>Economic Data Release - Market Movers</strong></div>\r\n<div></div>\r\n<div style=\"font-weight: normal;\">GBP - Services PMI – 4:30 AM ET</div>\r\n<div style=\"font-weight: normal;\"></div>\r\n<div style=\"font-weight: normal;\">USD - Nonfarm Employment Change – 8:30 AM ET</div>\r\n<div style=\"font-weight: normal;\"></div>\r\n<div style=\"font-weight: normal;\">\r\n<div>CAD - Trade Balance – 8:30 AM ET</div>\r\n<div></div>\r\n<div>USD - ISM Non manufacturing PMI   – 10:00 AM ET</div>\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Global Markets','','inherit','open','closed','','2142-revision-v1','','','2014-09-29 02:00:42','2014-09-29 02:00:42','',2142,'http://www.thetradingroom.com/2142-revision-v1/',0,'revision','',0),(2146,2,'2014-09-29 02:03:54','2014-09-29 02:03:54','From the desk of Joe Rios\r\n\r\nThe US Dollar rally continued to impress, pushing the Euro to a new 22 month low and sending the commodity currencies dramatically lower including the Aussie, Kiwi and Canadian dollars. The Japanese Yen managed to consolidate for most of the week but finished at a key support level. Will further US Dollar strength help drive the Yen lower? Or will another sell-off in the stock indices trigger Yen short covering? The S&amp;P 500 and US Ten Year Note tested key levels of support and resistance but failed with any significant follow through. Will the benchmarks make another attempt in the week ahead? Will the US Ten Year Note continue to lead the broad markets? In the week ahead I will continue to focus on the bond market but will also be paying attention to the energy market. Take special note of the consolidation patterns in Crude Oil and Natural Gas, will they breakout this week? Noteworthy will also be the oversold and overbought markets, will profit taking begin, providing trading opportunities? I am expecting an exciting week in the markets with potential of volatility, possibly being triggered by a busy economic calendar while the key markets are resting at key technical levels.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/09/ten-yr-note-futures.jpg\"><img class=\"aligncenter size-full wp-image-2143\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/09/ten-yr-note-futures.jpg\" alt=\"ten yr note futures\" width=\"582\" height=\"584\" /></a>\r\n\r\n<strong>Live Trading Rooms and Events: </strong><strong>The Trading Room </strong><strong>TradeLAB</strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><span data-term=\"goog_58819013\">Monday</span> through <span data-term=\"goog_58819014\">Friday</span> beginning at <span data-term=\"goog_58819015\">7:30 AM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/df2f027626/TEST/a345f56b6a\">https://www3.gotomeeting.com/register/293849286</a></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>Insider\'s Quant (IQ) Room</strong>\r\n\r\n<strong>Advanced Concepts with Joe Rios</strong>\r\n\r\n<span data-term=\"goog_58819016\">Monday</span>, <span data-term=\"goog_58819017\">Tuesday</span>, and <span data-term=\"goog_58819018\">Thursday</span> beginning at <span data-term=\"goog_58819019\">1:30 PM ET</span>\r\n\r\nSUBSCRIPTION ONLY\r\n\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the Rios Quant Trading Indicators:</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong><span data-term=\"goog_58819020\">Tuesday</span> beginning at <span data-term=\"goog_58819021\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/df2f027626/TEST/9e73105fc2\">https://www3.gotomeeting.com/register/780453150</a></strong>\r\n\r\n<strong>Topic: Weekly Pattern Trading</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong><span data-term=\"goog_58819022\">Saturday</span> beginning at <span data-term=\"goog_58819023\">11:00 AM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/df2f027626/TEST/82675b1fec\">https://www3.gotomeeting.com/register/798422742</a></strong>\r\n\r\n<strong>Topic: RiosQuant Basics</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n<h2><span data-term=\"goog_58819024\">MONDAY</span></h2>\r\nUSD - Personal Spending – 8:30 AM ET\r\n\r\nUSD - Pending Home Sales – <span data-term=\"goog_58819026\">10:00 AM ET</span>\r\n\r\nNZD - ANZ Business Confidence – <span data-term=\"goog_58819027\">8:00 PM ET</span>\r\n\r\nCNY - HSBC Final Manufacturing PMI – 9:45 PM ET\r\n<h2><span data-term=\"goog_58819028\">TUESDAY</span></h2>\r\nGBP - Current-Account – 4:30 AM ET\r\n\r\nEUR - CPI Flash Estimate – 5:00 AM ET\r\n\r\nCAD - GDP –  8:30 AM ET\r\n\r\nUSD - Chicago PMI –  9:45 AM ET\r\n\r\nUSD - CB Consumer Confidence – 10:00 AM ET\r\n\r\nCNY - Manufacturing PMI –  9:00 PM ET\r\n\r\nAUD - Retail Sales –  9:30 PM ET\r\n<h2><span data-term=\"goog_58819036\">WEDNESDAY</span></h2>\r\nGBP - Manufacturing PMI – 4:30 AM ET\r\n\r\nUSD - ADP Nonfarm Employment Change – 8:15 AM ET\r\n\r\nUSD - ISM Manufacturing PMI – 10:00 AM ET\r\n\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\n\r\nAUD - Building Approvals And Trade Balance – 9:30 PM ET\r\n<h2><span data-term=\"goog_58819037\">THURSDAY</span></h2>\r\nGBP - Construction PMI – <span data-term=\"goog_58819038\">4:30 AM ET</span>\r\n\r\nEUR - Minimum Bid Rate – <span data-term=\"goog_58819039\">7:45 AM ET</span>\r\n\r\nUSD - Unemployment Claims – <span data-term=\"goog_58819040\">8:30 AM ET</span>\r\n\r\nEUR - ECB Press Conference – <span data-term=\"goog_58819041\">8:30 AM ET</span>\r\n\r\nUSD - Natural Gas Storage – <span data-term=\"goog_58819042\">10:30 AM ET</span>\r\n<h2 style=\"color: black;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_58819043\"><span class=\"aQJ\">FRIDAY</span></span></h2>\r\n<h3 style=\"color: black;\">4:30 AM    GBP    Services PMI</h3>\r\n<div style=\"font-weight: normal;\">\r\n\r\n8:30 AM    USD    Nonfarm Employment Change\r\n\r\n8:30 AM    CAD    Trade Balance\r\n\r\n10:00 AM    USD    ISM Non manufacturing PMI\r\n\r\n</div>\r\n<div></div>\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Global Markets','','inherit','open','closed','','2142-revision-v1','','','2014-09-29 02:03:54','2014-09-29 02:03:54','',2142,'http://www.thetradingroom.com/2142-revision-v1/',0,'revision','',0),(2147,2,'2014-09-29 02:05:58','2014-09-29 02:05:58','From the desk of Joe Rios\r\n\r\nThe US Dollar rally continued to impress, pushing the Euro to a new 22 month low and sending the commodity currencies dramatically lower including the Aussie, Kiwi and Canadian dollars. The Japanese Yen managed to consolidate for most of the week but finished at a key support level. Will further US Dollar strength help drive the Yen lower? Or will another sell-off in the stock indices trigger Yen short covering? The S&amp;P 500 and US Ten Year Note tested key levels of support and resistance but failed with any significant follow through. Will the benchmarks make another attempt in the week ahead? Will the US Ten Year Note continue to lead the broad markets? In the week ahead I will continue to focus on the bond market but will also be paying attention to the energy market. Take special note of the consolidation patterns in Crude Oil and Natural Gas, will they breakout this week? Noteworthy will also be the oversold and overbought markets, will profit taking begin, providing trading opportunities? I am expecting an exciting week in the markets with potential of volatility, possibly being triggered by a busy economic calendar while the key markets are resting at key technical levels.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/09/ten-yr-note-futures.jpg\"><img class=\"aligncenter size-full wp-image-2143\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/09/ten-yr-note-futures.jpg\" alt=\"ten yr note futures\" width=\"582\" height=\"584\" /></a>\r\n\r\n<strong>Live Trading Rooms and Events: </strong><strong>The Trading Room </strong><strong>TradeLAB</strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><span data-term=\"goog_58819013\">Monday</span> through <span data-term=\"goog_58819014\">Friday</span> beginning at <span data-term=\"goog_58819015\">7:30 AM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/df2f027626/TEST/a345f56b6a\">https://www3.gotomeeting.com/register/293849286</a></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>Insider\'s Quant (IQ) Room</strong>\r\n\r\n<strong>Advanced Concepts with Joe Rios</strong>\r\n\r\n<span data-term=\"goog_58819016\">Monday</span>, <span data-term=\"goog_58819017\">Tuesday</span>, and <span data-term=\"goog_58819018\">Thursday</span> beginning at <span data-term=\"goog_58819019\">1:30 PM ET</span>\r\n\r\nSUBSCRIPTION ONLY\r\n\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the Rios Quant Trading Indicators:</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong><span data-term=\"goog_58819020\">Tuesday</span> beginning at <span data-term=\"goog_58819021\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/df2f027626/TEST/9e73105fc2\">https://www3.gotomeeting.com/register/780453150</a></strong>\r\n\r\n<strong>Topic: Weekly Pattern Trading</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong><span data-term=\"goog_58819022\">Saturday</span> beginning at <span data-term=\"goog_58819023\">11:00 AM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/df2f027626/TEST/82675b1fec\">https://www3.gotomeeting.com/register/798422742</a></strong>\r\n\r\n<strong>Topic: RiosQuant Basics</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n<h2><span data-term=\"goog_58819024\">MONDAY</span></h2>\r\nUSD - Personal Spending – 8:30 AM ET\r\n\r\nUSD - Pending Home Sales – <span data-term=\"goog_58819026\">10:00 AM ET</span>\r\n\r\nNZD - ANZ Business Confidence – <span data-term=\"goog_58819027\">8:00 PM ET</span>\r\n\r\nCNY - HSBC Final Manufacturing PMI – 9:45 PM ET\r\n<h2><span data-term=\"goog_58819028\">TUESDAY</span></h2>\r\nGBP - Current-Account – 4:30 AM ET\r\n\r\nEUR - CPI Flash Estimate – 5:00 AM ET\r\n\r\nCAD - GDP –  8:30 AM ET\r\n\r\nUSD - Chicago PMI –  9:45 AM ET\r\n\r\nUSD - CB Consumer Confidence – 10:00 AM ET\r\n\r\nCNY - Manufacturing PMI –  9:00 PM ET\r\n\r\nAUD - Retail Sales –  9:30 PM ET\r\n<h2><span data-term=\"goog_58819036\">WEDNESDAY</span></h2>\r\nGBP - Manufacturing PMI – 4:30 AM ET\r\n\r\nUSD - ADP Nonfarm Employment Change – 8:15 AM ET\r\n\r\nUSD - ISM Manufacturing PMI – 10:00 AM ET\r\n\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\n\r\nAUD - Building Approvals And Trade Balance – 9:30 PM ET\r\n<h2><span data-term=\"goog_58819037\">THURSDAY</span></h2>\r\nGBP - Construction PMI – <span data-term=\"goog_58819038\">4:30 AM ET</span>\r\n\r\nEUR - Minimum Bid Rate – <span data-term=\"goog_58819039\">7:45 AM ET</span>\r\n\r\nUSD - Unemployment Claims – <span data-term=\"goog_58819040\">8:30 AM ET</span>\r\n\r\nEUR - ECB Press Conference – <span data-term=\"goog_58819041\">8:30 AM ET</span>\r\n\r\nUSD - Natural Gas Storage – <span data-term=\"goog_58819042\">10:30 AM ET</span>\r\n<h2 style=\"color: black;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_58819043\"><span class=\"aQJ\">FRIDAY</span></span></h2>\r\n<h3 style=\"color: black;\"></h3>\r\nGBP - Services PMI – 4:30 AM ET\r\n<div style=\"font-weight: normal;\">\r\n\r\nUSD - Nonfarm Employment Change – 8:30 AM ET\r\n\r\nCAD - Trade Balance – 8:30 AM ET\r\n\r\nUSD - ISM Non manufacturing PMI   – 10:00 AM ET\r\n\r\n</div>\r\n<div></div>\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Global Markets','','inherit','open','closed','','2142-revision-v1','','','2014-09-29 02:05:58','2014-09-29 02:05:58','',2142,'http://www.thetradingroom.com/2142-revision-v1/',0,'revision','',0),(2173,2,'2014-10-15 10:57:32','2014-10-15 10:57:32','<span style=\"color: #222222;\">UPDATED 6:55 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - <span style=\"color: #2d2b2c;\">European stocks fell for a seventh day as </span><a style=\"font-weight: bold; color: #003399;\" title=\"Get Quote\" href=\"http://www.bloomberg.com/quote/SHP:LN\">Shire Plc (SHP)</a><span style=\"color: #2d2b2c;\"> led a drop in health-care stocks, and investors weighed corporate earnings amid signs the region’s economy is slowing. U.S. index futures were little changed, while Asian shares rose.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">A Treasury market gauge of inflation expectations fell to the lowest in 15 months amid concern slowing global growth will sap the U.S. economic recovery.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Brent crude extended its biggest one-day collapse in four years amid speculation OPEC will refrain from eliminating a glut while demand growth slows to the lowest since 2009.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">A gauge of the dollar climbed for a second day as investors favored the U.S. on signs its economic momentum is set to outpace the country’s major peers.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA - </span><span style=\"color: #000000; font-family: Verdana, Helvetica, sans-serif; font-size: xx-small;\">US PPI and </span><span style=\"color: #000000;\">Core Retail Sales m/m due at 8:30, </span><span style=\"color: #000000;\">Business Inventories m/m at 10:00, NZD </span><span style=\"color: #000000;\">GDT Price Index (tentative), </span><span style=\"color: #000000;\">ECB President Draghi Speaks at 14:00 ET.</span></div>\r\n&nbsp;','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-86','','','2014-10-15 10:57:32','2014-10-15 10:57:32','',0,'http://www.thetradingroom.com/?p=2173',0,'post','',0),(2149,2,'2014-09-29 10:38:08','2014-09-29 10:38:08','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 6:30 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">A decline in bank shares led European stocks lower, with HSBC Holdings Plc weighing on the benchmark index amid pro-democracy protests in Hong Kong. U.S. index futures and Asian shares also dropped.</span><span style=\"color: #2a2a2a;\">\r\n</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasuries headed for their worst month this year as an improving economy spurred traders to boost bets the Federal Reserve will increase interest rates next year.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2d2b2c;\">Soybeans fell to the lowest level since 2010 after </span><a style=\"font-weight: bold; color: #003399;\" href=\"http://topics.bloomberg.com/china/\">China</a><span style=\"color: #2d2b2c;\"> suspended import approval on two genetically modified traits and U.S. farmers began harvesting a record crop. Corn rebounded from a five-year low.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">T</span><span style=\"color: #2a2a2a;\">New Zealand’s dollar was set for its biggest three-day drop since 2011 after the Reserve Bank said its currency sales in August were the most in seven years. The greenback extended its biggest monthly gain since 2012.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - <span style=\"font-family: Verdana, Helvetica, sans-serif;\">US </span></span><span style=\"color: #000000;\">Personal Spending m/m due at 8:30, </span><span style=\"color: #000000;\">Pending Home Sales m/m at 10:00, NZD </span><span style=\"color: #000000;\">ANZ Business Confidence at 20:00, CNY </span><span style=\"color: #000000;\">HSBC Final Manufacturing PMI at 21:45 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-82','','','2014-09-29 10:39:25','2014-09-29 10:39:25','',0,'http://www.thetradingroom.com/?p=2149',0,'post','',0),(2150,2,'2014-09-29 10:38:08','2014-09-29 10:38:08','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 6:30 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2a2a2a;\">A decline in bank shares led European stocks lower, with HSBC Holdings Plc weighing on the benchmark index amid pro-democracy protests in Hong Kong. U.S. index futures and Asian shares also dropped.</span><span style=\"color: #2a2a2a;\">\r\n</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Treasuries headed for their worst month this year as an improving economy spurred traders to boost bets the Federal Reserve will increase interest rates next year.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2d2b2c;\">Soybeans fell to the lowest level since 2010 after </span><a style=\"font-weight: bold; color: #003399;\" href=\"http://topics.bloomberg.com/china/\">China</a><span style=\"color: #2d2b2c;\"> suspended import approval on two genetically modified traits and U.S. farmers began harvesting a record crop. Corn rebounded from a five-year low.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">T</span><span style=\"color: #2a2a2a;\">New Zealand’s dollar was set for its biggest three-day drop since 2011 after the Reserve Bank said its currency sales in August were the most in seven years. The greenback extended its biggest monthly gain since 2012.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - <span style=\"font-family: Verdana, Helvetica, sans-serif;\">US </span></span><span style=\"color: #000000;\">Personal Spending m/m due at 8:30, </span><span style=\"color: #000000;\">Pending Home Sales m/m at 10:00, NZD </span><span style=\"color: #000000;\">ANZ Business Confidence at 20:00, CNY </span><span style=\"color: #000000;\">HSBC Final Manufacturing PMI at 21:45 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','2149-revision-v1','','','2014-09-29 10:38:08','2014-09-29 10:38:08','',2149,'http://www.thetradingroom.com/2149-revision-v1/',0,'revision','',0),(2151,2,'2014-10-01 11:01:25','2014-10-01 11:01:25','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 6:55 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2d2b2c;\">European </span><a style=\"font-weight: bold; color: #003399;\" title=\"Get Quote\" href=\"http://www.bloomberg.com/quote/SXXP:IND\">stocks</a><span style=\"color: #2d2b2c;\"> were little changed after </span><a style=\"font-weight: bold; color: #003399;\" href=\"http://topics.bloomberg.com/italy/\">Italy</a><span style=\"color: #2d2b2c;\"> cut its economic-growth forecasts and as investors weighed the possibility the region’s central bank might buy low-grade Greek bank loans. U.S. index futures were also little changed, while Asian shares fell.</span><span style=\"color: #2a2a2a;\">\r\n</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Germany auctioned 10-year bonds to yield less than 1 percent for the first time as a weakening euro-area economy and prospects of further stimulus from the European Central Bank cut borrowing costs across the region.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Corn slumped to the lowest in five years after a U.S. government report showed domestic inventories before the start of this year’s record harvest were bigger than analysts predicted.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The dollar strengthened above 110 yen for the first time since August 2008 before a report that economists said will show U.S. companies added more than 200,000 workers for a sixth month.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - US </span><span style=\"color: #000000;\">ADP Non-Farm Employment Change due at 8:15, </span><span style=\"color: #000000;\">ISM Manufacturing PMI at 10:00, </span><span style=\"color: #000000;\">Crude Oil Inventories at 10:30, NZD </span><span style=\"color: #000000;\">GDT Price Index (tentative), AUD </span><span style=\"color: #000000;\">Building Approvals m/m at 21:30 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-83','','','2014-10-01 11:01:25','2014-10-01 11:01:25','',0,'http://www.thetradingroom.com/?p=2151',0,'post','',0),(2152,2,'2014-10-01 11:01:25','2014-10-01 11:01:25','<span style=\"color: #222222;\"><span style=\"color: #000000;\">UPDATED 6:55 am ET </span></span>\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\"> </span></div>\r\n<div><span style=\"color: #000000;\">STOCKS - </span><span style=\"color: #2d2b2c;\">European </span><a style=\"font-weight: bold; color: #003399;\" title=\"Get Quote\" href=\"http://www.bloomberg.com/quote/SXXP:IND\">stocks</a><span style=\"color: #2d2b2c;\"> were little changed after </span><a style=\"font-weight: bold; color: #003399;\" href=\"http://topics.bloomberg.com/italy/\">Italy</a><span style=\"color: #2d2b2c;\"> cut its economic-growth forecasts and as investors weighed the possibility the region’s central bank might buy low-grade Greek bank loans. U.S. index futures were also little changed, while Asian shares fell.</span><span style=\"color: #2a2a2a;\">\r\n</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\">BONDS -  </span><span style=\"color: #2a2a2a;\">Germany auctioned 10-year bonds to yield less than 1 percent for the first time as a weakening euro-area economy and prospects of further stimulus from the European Central Bank cut borrowing costs across the region.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Corn slumped to the lowest in five years after a U.S. government report showed domestic inventories before the start of this year’s record harvest were bigger than analysts predicted.</span></div>\r\n<div><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div><span style=\"color: #000000;\"><span style=\"font-family: Helvetica, Helvetica, Arial, sans-serif;\">CURRENCIES - </span></span><span style=\"color: #2a2a2a;\">The dollar strengthened above 110 yen for the first time since August 2008 before a report that economists said will show U.S. companies added more than 200,000 workers for a sixth month.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">ECONOMIC DATA - US </span><span style=\"color: #000000;\">ADP Non-Farm Employment Change due at 8:15, </span><span style=\"color: #000000;\">ISM Manufacturing PMI at 10:00, </span><span style=\"color: #000000;\">Crude Oil Inventories at 10:30, NZD </span><span style=\"color: #000000;\">GDT Price Index (tentative), AUD </span><span style=\"color: #000000;\">Building Approvals m/m at 21:30 ET.</span></div>\r\n</div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','2151-revision-v1','','','2014-10-01 11:01:25','2014-10-01 11:01:25','',2151,'http://www.thetradingroom.com/2151-revision-v1/',0,'revision','',0),(2154,2,'2014-10-06 11:09:00','2014-10-06 11:09:00','','correlations daily sept oct','','inherit','open','closed','','correlations-daily-sept-oct','','','2014-10-06 11:09:00','2014-10-06 11:09:00','',2153,'http://www.thetradingroom.com/wp-content/uploads/2014/10/correlations-daily-sept-oct.jpg',0,'attachment','image/jpeg',0),(2155,2,'2014-10-06 11:09:36','2014-10-06 11:09:36','','Correlations Oct week 1','','inherit','open','closed','','correlations-oct-week-1','','','2014-10-06 11:09:36','2014-10-06 11:09:36','',2153,'http://www.thetradingroom.com/wp-content/uploads/2014/10/Correlations-Oct-week-1.jpg',0,'attachment','image/jpeg',0),(2156,2,'2014-10-06 11:12:45','2014-10-06 11:12:45','From the desk of Joe Rios\r\n\r\nIt was an exciting week in the global financial markets with the three main benchmarks continuing to trade in tight correlation mode. As mentioned in last week\'s The Week Ahead, the expectation of volatility spiking came true when the US 10 Year Note futures broke out of a symmetric triangle and the S&amp;P 500 broke down from a key support level. The US Dollar consolidated for most of the week, however on Friday the greenback pursued with an impressive bullish breakout following US Non-Farm employment data, continuing its previous trend. It proved prudent to focus on the US 10 Year Note futures as a leading indicator as it traded a step ahead of the other benchmarks for most of the week.\r\n\r\nAs you can see from the illustrations below the US 10 year note and S&amp;P 500 finished the week at key levels. Can you notice the relationship between the benchmarks? Can you spot which market was the leading indicator? In the week ahead I will continue to focus on the 10 Year Note futures for insights for selecting markets poised for aggressive price action. The independents including Natural Gas and the Grains continued to consolidate. I will be looking for any potential break, to either direction. After the recent consolidation will we see short covering in the Grain market? Or trend continuation? The data calendar is light this week, however there are several speeches that have the potential to spark price action in the risk assets.\r\n\r\n<b style=\"color: #500050;\">Joe Rios - Founder, Rios Quantitative LLC</b>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<p style=\"color: #500050;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/10/correlations-daily-sept-oct.jpg\"><img class=\"aligncenter size-full wp-image-2154\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/10/correlations-daily-sept-oct.jpg\" alt=\"correlations daily sept oct\" width=\"1114\" height=\"599\" /></a></p>\r\n<p style=\"color: #500050;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/10/Correlations-Oct-week-1.jpg\"><img class=\"aligncenter size-full wp-image-2155\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/10/Correlations-Oct-week-1.jpg\" alt=\"Correlations Oct week 1\" width=\"894\" height=\"553\" /></a></p>\r\n\r\n\r\n<hr />\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><b>Live Rooms and Events</b></p>\r\n<p style=\"color: #500050;\"><b>The Trading Room TradeLAB</b></p>\r\n<p style=\"color: #500050;\"><b><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3i33Jj5dRfrDnAF&amp;b=kFxgA_RROg7EmiJbDWtL5A\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/169828118</a></b></p>\r\n<p style=\"color: #500050;\"><b>Global Trading with Quantitative Technologies</b></p>\r\n<p style=\"color: #500050;\"><b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_855654952\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_855654953\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_855654954\"><span class=\"aQJ\">7:30 AM ET</span></span></b></p>\r\n<p style=\"color: #500050;\">RQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</p>\r\n<p style=\"color: #500050;\">______________________________<wbr />_______________</p>\r\n<p style=\"color: #500050;\"> <b>The Trading Room EDU - Educational Workshop </b></p>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><b>Covering the Rios Quant Trading Indicators:</b></p>\r\n<b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_855654955\"><span class=\"aQJ\">Wednesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_855654956\"><span class=\"aQJ\">1:00 PM ET</span></span></b>\r\n\r\n<b><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3i33Jj5dRfrDnAF&amp;b=_PwXk0QQXTXRfwJ987zTCg\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/144803862</a></b>\r\n\r\n<b>Topic: E-Mini Index Futures</b>\r\n\r\n<b>Presenter: Steve Schwartz</b>\r\n\r\n<b> </b>\r\n\r\n<b><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_855654957\"><span class=\"aQJ\">Saturday</span></span> beginning at 11:00 AM ET</b>\r\n\r\n<b><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3i33Jj5dRfrDnAF&amp;b=0Em0vCYiRI4L81ne9uW4Gg\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/146872734</a></b>\r\n\r\n<b>Topic: </b><b>Can trading be as simple as support and resistance?</b>\r\n\r\n<b>Presenter: Steve Schwartz</b>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nMonday\r\n\r\n10:00 AM             CAD       Ivey PMI\r\n\r\n5:00 PM                NZD       NZIER Business Confidence\r\n\r\n11:30 PM             AUD       RBA Rate Statement\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\nTentative             JPY         BOJ Press Conference\r\n\r\n4:30 AM               GBP       Manufacturing Production\r\n\r\n8:30 AM               CAD       Building Permits\r\n\r\n10:00 AM             USD       JOLTS Job Openings\r\n\r\n1:20 PM                USD       FOMC Member Kocherlakota Speaks\r\n\r\n3:00 PM                USD       FOMC Member Dudley Speaks\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n8:15 AM               CAD       Housing Starts\r\n\r\n10:30 AM                             Crude Oil Inventories\r\n\r\n1:01 PM                USD       10 Year Bond Auction\r\n\r\n2:00 PM                USD       FOMC Meeting Minutes\r\n\r\n8:30 PM                AUD       Employment Change\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n7:00 AM               GBP       Official Bank Rate\r\n\r\nTentative             GBP       MPC Rate Statement\r\n\r\n8:30 AM               USD       Unemployment Claims\r\n\r\n10:30 AM                             Natural Gas Storage\r\n\r\n11:00 AM             EUR        ECB President Draghi Speaks\r\n\r\nAll Day                  Day 1     G 20 Meetings\r\n\r\n8:45 PM                AUD       RBA Assistant Gov. Edey Speaks\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n8:30 AM               CAD       Employment Change\r\n\r\nAll Day                  Day 1     IMF Meetings\r\n\r\nAll Day                  Day 2     G 20 Meetings\r\n\r\n<hr />\r\n\r\n<b style=\"color: #ffffff;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. </span></b><b style=\"color: #ffffff;\"><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></b>\r\n\r\n&nbsp;','The Week Ahead In The Global Financial Markets','','inherit','open','closed','','2153-revision-v1','','','2014-10-06 11:12:45','2014-10-06 11:12:45','',2153,'http://www.thetradingroom.com/2153-revision-v1/',0,'revision','',0),(2158,2,'2014-10-07 11:32:20','2014-10-07 11:32:20','<span style=\"color: #222222;\">UPDATED 7:15 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - <span style=\"color: #2a2a2a;\">European stocks slid as a report showed German industrial production contracted the most in more than five years. U.S. index futures also retreated, while Asian shares advanced.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">Germany’s 10-year bond yields fell to the lowest in a month as data showing industrial production dropped the most since 2009 in August boosted speculation the outlook for Europe’s largest economy is deteriorating.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Brent crude declined after disappointing German output reinforced concern that global oil demand will falter. West Texas Intermediate fell.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The yen strengthened against most of its 16 major peers on speculation officials are growing uncomfortable with the pace of its depreciation.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA - CAD </span><span style=\"color: #000000;\">Building Permits m/m due at 8:30, GBP </span><span style=\"color: #000000;\">NIESR GDP Estimate and US </span><span style=\"color: #000000;\">JOLTS Job Openings at 8:30, </span><span style=\"color: #000000;\">FOMC Member Kocherlakota Speaks at 13:20, </span><span style=\"color: #000000;\">FOMC Member Dudley Speaks at 15:00, JPY </span><span style=\"color: #000000;\">Current Account at 19:50, CNY </span><span style=\"color: #000000;\">HSBC Services PMI at 21:45 ET.</span></div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-2','','','2014-10-07 11:32:20','2014-10-07 11:32:20','',0,'http://www.thetradingroom.com/?p=2158',0,'post','',0),(2159,2,'2014-10-07 11:26:38','2014-10-07 11:26:38','<span style=\"color: #222222;\">UPDATED 6:15 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - <span style=\"color: #2a2a2a;\">European stocks slid as a report showed German industrial production contracted the most in more than five years. U.S. index futures also retreated, while Asian shares advanced.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">Germany’s 10-year bond yields fell to the lowest in a month as data showing industrial production dropped the most since 2009 in August boosted speculation the outlook for Europe’s largest economy is deteriorating.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Brent crude declined after disappointing German output reinforced concern that global oil demand will falter. West Texas Intermediate fell.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The yen strengthened against most of its 16 major peers on speculation officials are growing uncomfortable with the pace of its depreciation.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA - CAD </span><span style=\"color: #000000;\">Building Permits m/m due at 8:30, GBP </span><span style=\"color: #000000;\">NIESR GDP Estimate and US </span><span style=\"color: #000000;\">JOLTS Job Openings at 8:30, </span><span style=\"color: #000000;\">FOMC Member Kocherlakota Speaks at 13:20, </span><span style=\"color: #000000;\">FOMC Member Dudley Speaks at 15:00, JPY </span><span style=\"color: #000000;\">Current Account at 19:50, CNY </span><span style=\"color: #000000;\">HSBC Services PMI at 21:45 ET.</span></div>','Pre-Market Trading ','','inherit','open','closed','','2158-revision-v1','','','2014-10-07 11:26:38','2014-10-07 11:26:38','',2158,'http://www.thetradingroom.com/2158-revision-v1/',0,'revision','',0),(2160,2,'2014-10-07 11:32:20','2014-10-07 11:32:20','<span style=\"color: #222222;\">UPDATED 7:15 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - <span style=\"color: #2a2a2a;\">European stocks slid as a report showed German industrial production contracted the most in more than five years. U.S. index futures also retreated, while Asian shares advanced.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">Germany’s 10-year bond yields fell to the lowest in a month as data showing industrial production dropped the most since 2009 in August boosted speculation the outlook for Europe’s largest economy is deteriorating.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Brent crude declined after disappointing German output reinforced concern that global oil demand will falter. West Texas Intermediate fell.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The yen strengthened against most of its 16 major peers on speculation officials are growing uncomfortable with the pace of its depreciation.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA - CAD </span><span style=\"color: #000000;\">Building Permits m/m due at 8:30, GBP </span><span style=\"color: #000000;\">NIESR GDP Estimate and US </span><span style=\"color: #000000;\">JOLTS Job Openings at 8:30, </span><span style=\"color: #000000;\">FOMC Member Kocherlakota Speaks at 13:20, </span><span style=\"color: #000000;\">FOMC Member Dudley Speaks at 15:00, JPY </span><span style=\"color: #000000;\">Current Account at 19:50, CNY </span><span style=\"color: #000000;\">HSBC Services PMI at 21:45 ET.</span></div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','2158-revision-v1','','','2014-10-07 11:32:20','2014-10-07 11:32:20','',2158,'http://www.thetradingroom.com/2158-revision-v1/',0,'revision','',0),(2161,2,'2014-10-08 11:54:02','2014-10-08 11:54:02','<span style=\"color: #222222;\">UPDATED 7:05 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - <span style=\"color: #2a2a2a;\">European stocks fell to an eight-week low amid concern that equity valuations have overshot the potential for economic growth and earnings. U.S. index futures were little changed, while Asian shares declined.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">Treasuries halted a two-day gain as investors await further signs of how long the Federal Reserve will keep interest rates low in minutes of the central bank’s latest policy meeting to be released today.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Gold rose in London as buyers returned after a one-week holiday in China, the largest consumer of the metal.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The dollar halted a two-day drop versus the euro before the Federal Reserve releases minutes of its most recent meeting as investors weighed the timing of the first interest-rate increase since 2006.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA - CAD </span><span style=\"color: #000000;\">Housing Starts due at 8:30, </span><span style=\"color: #000000;\">Crude Oil Inventories at 10:30, </span><span style=\"color: #000000;\">10-y Bond Auction at 13:01, </span><span style=\"color: #000000;\">FOMC Meeting Minutes at 14:00, </span><span style=\"color: #000000;\">Employment Change at 20:30 ET.</span></div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-84','','','2014-10-08 11:54:02','2014-10-08 11:54:02','',0,'http://www.thetradingroom.com/?p=2161',0,'post','',0),(2162,2,'2014-10-08 11:54:02','2014-10-08 11:54:02','<span style=\"color: #222222;\">UPDATED 7:05 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - <span style=\"color: #2a2a2a;\">European stocks fell to an eight-week low amid concern that equity valuations have overshot the potential for economic growth and earnings. U.S. index futures were little changed, while Asian shares declined.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">Treasuries halted a two-day gain as investors await further signs of how long the Federal Reserve will keep interest rates low in minutes of the central bank’s latest policy meeting to be released today.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Gold rose in London as buyers returned after a one-week holiday in China, the largest consumer of the metal.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The dollar halted a two-day drop versus the euro before the Federal Reserve releases minutes of its most recent meeting as investors weighed the timing of the first interest-rate increase since 2006.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA - CAD </span><span style=\"color: #000000;\">Housing Starts due at 8:30, </span><span style=\"color: #000000;\">Crude Oil Inventories at 10:30, </span><span style=\"color: #000000;\">10-y Bond Auction at 13:01, </span><span style=\"color: #000000;\">FOMC Meeting Minutes at 14:00, </span><span style=\"color: #000000;\">Employment Change at 20:30 ET.</span></div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','2161-revision-v1','','','2014-10-08 11:54:02','2014-10-08 11:54:02','',2161,'http://www.thetradingroom.com/2161-revision-v1/',0,'revision','',0),(2163,2,'2014-10-08 12:00:23','2014-10-08 12:00:23','<p style=\"color: #222222;\">Live Online Trading Event</p>\r\n\r\n<div style=\"color: #222222;\"><strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_214370379\"><span class=\"aQJ\">Wednesday</span></span> October 8th - beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_214370380\"><span class=\"aQJ\">1:00 PM ET</span></span>\r\n<a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/57c97cefa2/TEST/27fa86b36c\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/144803862</a></strong>\r\nTopic: Ride e-Mini Momentum\r\nPresenter: Steve Schwartz\r\n\r\n<strong>Live training webinar on:</strong>\r\n• How to use forward looking indicators to select markets poised for explosive price action\r\n• Decoding quant math into 3rd grade arithmetic\r\n• Why quant traders are quick and smart</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #333333;\">COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS. </span></div>','Trading Stock Index Futures with Quant Indicators','','publish','open','closed','','trading-stock-index-futures-quant-indicators','','','2014-10-08 12:00:23','2014-10-08 12:00:23','',0,'http://www.thetradingroom.com/?p=2163',0,'post','',0),(2164,2,'2014-10-08 12:00:23','2014-10-08 12:00:23','<p style=\"color: #222222;\">Live Online Trading Event</p>\r\n\r\n<div style=\"color: #222222;\"><strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_214370379\"><span class=\"aQJ\">Wednesday</span></span> October 8th - beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_214370380\"><span class=\"aQJ\">1:00 PM ET</span></span>\r\n<a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/57c97cefa2/TEST/27fa86b36c\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/144803862</a></strong>\r\nTopic: Ride e-Mini Momentum\r\nPresenter: Steve Schwartz\r\n\r\n<strong>Live training webinar on:</strong>\r\n• How to use forward looking indicators to select markets poised for explosive price action\r\n• Decoding quant math into 3rd grade arithmetic\r\n• Why quant traders are quick and smart</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #333333;\">COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS. </span></div>','Trading Stock Index Futures with Quant Indicators','','inherit','open','closed','','2163-revision-v1','','','2014-10-08 12:00:23','2014-10-08 12:00:23','',2163,'http://www.thetradingroom.com/2163-revision-v1/',0,'revision','',0),(2165,2,'2014-10-13 01:21:54','2014-10-13 01:21:54','From the desk of Joe Rios\r\n\r\nVolatility hit the risk assets with the Russell 2000 sliding -4.8% followed by Crude Oil -4.7%. Risk OFF sentiment dominated most of the week with the US 30 Yr Bond rising 1.8% while the S&amp;P 500 dropped -3.4%.  Other markets reacted as the Japanese Yen rallied 2.1% as carry trades began to unwind.  Gold and Silver also rose along with the US Treasuries as correlations continued throughout most of the week. In the Forex market most of the major currencies consolidated with the US Dollar slipping -1%. Earnings season kicks off this week taking center stage for most traders and investors alike. I will pay special attention to how the markets react to corporate guidance as well as company earnings.  My focus will remain on the US 10 Yr Note futures as a leading indicator for the direction of risk asset s. Correlations have been tight between the benchmarks providing cue to market behavior,  therefore I will continue until the market dynamics change.  Take special note of the illustration below with the two main benchmarks. The S&amp;P 500 broke from the long term bullish channel and is close to testing the RQ Channel low 2 and 7 indicators. Will this week\'s corporate earnings or an upbeat earnings outlook help prices bounce? Or will a weak earnings outlook push prices through the RQ Channel\'s key level? Conversely, the US 10 Yr Note closed the week at the RQ Channel high 2 and 7 level. Will the US 10 Yr Note consolidate at this key level or push higher? Or will it be economic data from China to trigger the next move?\r\n\r\nJoe Rios - Chief Market Strategist\r\n\r\n<a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/63389bd022/TEST/f207d43972\" target=\"_blank\">www.riosquant.com</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/10/weekly-chart-bencmarks-10-12.jpg\"><img class=\"aligncenter size-full wp-image-2166\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/10/weekly-chart-bencmarks-10-12.jpg\" alt=\"weekly chart bencmarks 10-12\" width=\"1240\" height=\"577\" /></a>\r\n\r\nWeekly chart of the S&amp;P 500 and 10 Yr Note futures.\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>The Trading Room </strong><strong>TradeLAB - </strong><strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/63389bd022/TEST/b4795793e0\">https://www3.gotomeeting.com/register/932890598</a></strong>\r\n\r\n<strong><span data-term=\"goog_1732120492\">Monday</span> through <span data-term=\"goog_1732120493\">Friday</span> beginning at <span data-term=\"goog_1732120494\">7:30 AM ET</span></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<hr />\r\n\r\n<strong>Insider\'s Quant (IQ) Room</strong>\r\n\r\n<strong>Advanced Concepts with Joe Rios</strong>\r\n\r\n<span data-term=\"goog_1732120495\">Monday</span>, <span data-term=\"goog_1732120496\">Tuesday</span>, and <span data-term=\"goog_1732120497\">Thursday</span> beginning at <span data-term=\"goog_1732120498\">1:30 PM ET</span>\r\n\r\nSUBSCRIPTION ONLY\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the RiosQuant Trading Indicators:</strong>\r\n\r\n<strong><span data-term=\"goog_1732120499\">Tuesday</span> beginning at <span data-term=\"goog_1732120500\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/63389bd022/TEST/42ee825242\">https://www3.gotomeeting.com/register/250645798</a></strong>\r\n\r\n<strong>RiosQuant Trading Program - Workshop Lesson 1 of 12</strong>\r\n\r\n<strong>Topic: </strong><strong> Introduction to Quantitative Trading Strategies and Techniques</strong>\r\n\r\n<strong>RiosQuant Performance Coach Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n<strong><span data-term=\"goog_1732120501\">Saturday</span> beginning at <span data-term=\"goog_1732120502\">11:00 AM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/63389bd022/TEST/f4883f0deb\">https://www3.gotomeeting.com/register/262329462</a></strong>\r\n\r\n<strong>Topic: The One Indicator for Uncovering Market Dynamics</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<h2><span data-term=\"goog_1732120503\">MONDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nCNY - Trade Balance – Tentative\r\n\r\nAUD - NAB Business Confidence – <span data-term=\"goog_1732120504\">8:30 PM ET</span>\r\n<h2><span data-term=\"goog_1732120505\">TUESDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nGBP - CPI – <span data-term=\"goog_1732120506\">4:30 AM ET</span>\r\n\r\nEUR - German ZEW Economic Sentiment – 5:00 AM ET\r\n\r\nCNY - CPI – 9:30 PM ET\r\n<h2><span data-term=\"goog_1732120508\">WEDNESDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - ECB President  Draghi Speaks – 3:00 AM ET\r\n\r\nGSP - Average Earnings Index – 4:30 AM ET\r\n\r\nUSD - Retail Sales – 8:30 AM ET\r\n\r\nNZD - GDT Price Index – Tentative\r\n\r\nEUR - ECB President  Draghi Speaks – 2:00 PM ET\r\n<h2><span data-term=\"goog_1732120509\">THURSDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nCAD - Manufacturing Sales – <span data-term=\"goog_1732120510\">8:30 AM ET</span>\r\n\r\nUSD - Unemployment Claims – <span data-term=\"goog_1732120511\">8:30 AM ET</span>\r\n\r\nUSD - Philly Fed Manufacturing Index – <span data-term=\"goog_1732120512\">10:00 AM ET</span>\r\n<h2><span data-term=\"goog_1732120513\">FRIDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nUSD - Building Permits – 8:30 AM ET\r\n\r\nUSD - Fed Chair Yellen Speaks – 8:30 AM ET\r\n\r\nCAD - Core CPI – 8:30 AM ET\r\n\r\nUSD - Preliminary Uom Consumer Sentiment – 9:55 AM ET\r\n\r\n&nbsp;\r\n<div style=\"color: #ffffff;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. </span><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></div>\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-20','','','2014-10-13 01:21:54','2014-10-13 01:21:54','',0,'http://www.thetradingroom.com/?p=2165',0,'post','',0),(2166,2,'2014-10-13 01:15:21','2014-10-13 01:15:21','','weekly chart bencmarks 10-12','','inherit','open','closed','','weekly-chart-bencmarks-10-12','','','2014-10-13 01:15:21','2014-10-13 01:15:21','',2165,'http://www.thetradingroom.com/wp-content/uploads/2014/10/weekly-chart-bencmarks-10-12.jpg',0,'attachment','image/jpeg',0),(2167,2,'2014-10-13 01:19:31','2014-10-13 01:19:31','From the desk of Joe Rios\r\n\r\nVolatility hit the risk assets with the Russell 2000 sliding -4.8% followed by Crude Oil -4.7%. Risk OFF sentiment dominated most of the week with the US 30 Yr Bond rising 1.8% while the S&amp;P 500 dropped -3.4%.  Other markets reacted as the Japanese Yen rallied 2.1% as carry trades began to unwind.  Gold and Silver also rose along with the US Treasuries as correlations continued throughout most of the week. In the Forex market most of the major currencies consolidated with the US Dollar slipping -1%. Earnings season kicks off this week taking center stage for most traders and investors alike. I will pay special attention to how the markets react to corporate guidance as well as company earnings.  My focus will remain on the US 10 Yr Note futures as a leading indicator for the direction of risk asset s. Correlations have been tight between the benchmarks providing cue to market behavior,  therefore I will continue until the market dynamics change.  Take special note of the illustration below with the two main benchmarks. The S&amp;P 500 broke from the long term bullish channel and is close to testing the RQ Channel low 2 and 7 indicators. Will this week\'s corporate earnings or an upbeat earnings outlook help prices bounce? Or will a weak earnings outlook push prices through the RQ Channel\'s key level? Conversely, the US 10 Yr Note closed the week at the RQ Channel high 2 and 7 level. Will the US 10 Yr Note consolidate at this key level or push higher? Or will it be economic data from China to trigger the next move?\r\n\r\nJoe Rios - Chief Market Strategist\r\n\r\n<a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/63389bd022/TEST/f207d43972\" target=\"_blank\">www.riosquant.com</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/10/weekly-chart-bencmarks-10-12.jpg\"><img class=\"aligncenter size-full wp-image-2166\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/10/weekly-chart-bencmarks-10-12.jpg\" alt=\"weekly chart bencmarks 10-12\" width=\"1240\" height=\"577\" /></a>\r\n\r\nWeekly chart of the S&amp;P 500 and 10 Yr Note futures.\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>The Trading Room </strong><strong>TradeLAB - </strong><strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/63389bd022/TEST/b4795793e0\">https://www3.gotomeeting.com/register/932890598</a></strong>\r\n\r\n<strong><span data-term=\"goog_1732120492\">Monday</span> through <span data-term=\"goog_1732120493\">Friday</span> beginning at <span data-term=\"goog_1732120494\">7:30 AM ET</span></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<hr />\r\n\r\n<strong>Insider\'s Quant (IQ) Room</strong>\r\n\r\n<strong>Advanced Concepts with Joe Rios</strong>\r\n\r\n<span data-term=\"goog_1732120495\">Monday</span>, <span data-term=\"goog_1732120496\">Tuesday</span>, and <span data-term=\"goog_1732120497\">Thursday</span> beginning at <span data-term=\"goog_1732120498\">1:30 PM ET</span>\r\n\r\nSUBSCRIPTION ONLY\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the RiosQuant Trading Indicators:</strong>\r\n\r\n<strong><span data-term=\"goog_1732120499\">Tuesday</span> beginning at <span data-term=\"goog_1732120500\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/63389bd022/TEST/42ee825242\">https://www3.gotomeeting.com/register/250645798</a></strong>\r\n\r\n<strong>RiosQuant Trading Program - Workshop Lesson 1 of 12</strong>\r\n\r\n<strong>Topic: </strong><strong> Introduction to Quantitative Trading Strategies and Techniques</strong>\r\n\r\n<strong>RiosQuant Performance Coach Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n<strong><span data-term=\"goog_1732120501\">Saturday</span> beginning at <span data-term=\"goog_1732120502\">11:00 AM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/63389bd022/TEST/f4883f0deb\">https://www3.gotomeeting.com/register/262329462</a></strong>\r\n\r\n<strong>Topic: The One Indicator for Uncovering Market Dynamics</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<h2><span data-term=\"goog_1732120503\">MONDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nCNY - Trade Balance – Tentative\r\n\r\nAUD - NAB Business Confidence – <span data-term=\"goog_1732120504\">8:30 PM ET</span>\r\n<h2><span data-term=\"goog_1732120505\">TUESDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nGBP - CPI – <span data-term=\"goog_1732120506\">4:30 AM ET</span>\r\n\r\nEUR - German ZEW Economic Sentiment – 5:00 AM ET\r\n\r\nCNY - CPI – 9:30 PM ET\r\n<h2><span data-term=\"goog_1732120508\">WEDNESDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - ECB President  Draghi Speaks – 3:00 AM ET\r\n\r\nGSP - Average Earnings Index – 4:30 AM ET\r\n\r\nUSD - Retail Sales – 8:30 AM ET\r\n\r\nNZD - GDT Price Index – Tentative\r\n\r\nEUR - ECB President  Draghi Speaks – 2:00 PM ET\r\n<h2><span data-term=\"goog_1732120509\">THURSDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nCAD - Manufacturing Sales – <span data-term=\"goog_1732120510\">8:30 AM ET</span>\r\n\r\nUSD - Unemployment Claims – <span data-term=\"goog_1732120511\">8:30 AM ET</span>\r\n\r\nUSD - Philly Fed Manufacturing Index – <span data-term=\"goog_1732120512\">10:00 AM ET</span>\r\n<h2><span data-term=\"goog_1732120513\">FRIDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nUSD - Building Permits – 8:30 AM ET\r\n\r\nUSD - Fed Chair Yellen Speaks – 8:30 AM ET\r\n\r\nCAD - Core CPI – 8:30 AM ET\r\n\r\nUSD - Preliminary Uom Consumer Sentiment – 9:55 AM ET\r\n\r\n&nbsp;\r\n<div style=\"color: #ffffff;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. </span><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></div>\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Financial Global Markets','','inherit','open','closed','','2165-revision-v1','','','2014-10-13 01:19:31','2014-10-13 01:19:31','',2165,'http://www.thetradingroom.com/2165-revision-v1/',0,'revision','',0),(2168,2,'2014-10-13 01:21:54','2014-10-13 01:21:54','From the desk of Joe Rios\r\n\r\nVolatility hit the risk assets with the Russell 2000 sliding -4.8% followed by Crude Oil -4.7%. Risk OFF sentiment dominated most of the week with the US 30 Yr Bond rising 1.8% while the S&amp;P 500 dropped -3.4%.  Other markets reacted as the Japanese Yen rallied 2.1% as carry trades began to unwind.  Gold and Silver also rose along with the US Treasuries as correlations continued throughout most of the week. In the Forex market most of the major currencies consolidated with the US Dollar slipping -1%. Earnings season kicks off this week taking center stage for most traders and investors alike. I will pay special attention to how the markets react to corporate guidance as well as company earnings.  My focus will remain on the US 10 Yr Note futures as a leading indicator for the direction of risk asset s. Correlations have been tight between the benchmarks providing cue to market behavior,  therefore I will continue until the market dynamics change.  Take special note of the illustration below with the two main benchmarks. The S&amp;P 500 broke from the long term bullish channel and is close to testing the RQ Channel low 2 and 7 indicators. Will this week\'s corporate earnings or an upbeat earnings outlook help prices bounce? Or will a weak earnings outlook push prices through the RQ Channel\'s key level? Conversely, the US 10 Yr Note closed the week at the RQ Channel high 2 and 7 level. Will the US 10 Yr Note consolidate at this key level or push higher? Or will it be economic data from China to trigger the next move?\r\n\r\nJoe Rios - Chief Market Strategist\r\n\r\n<a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/63389bd022/TEST/f207d43972\" target=\"_blank\">www.riosquant.com</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/10/weekly-chart-bencmarks-10-12.jpg\"><img class=\"aligncenter size-full wp-image-2166\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/10/weekly-chart-bencmarks-10-12.jpg\" alt=\"weekly chart bencmarks 10-12\" width=\"1240\" height=\"577\" /></a>\r\n\r\nWeekly chart of the S&amp;P 500 and 10 Yr Note futures.\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>The Trading Room </strong><strong>TradeLAB - </strong><strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/63389bd022/TEST/b4795793e0\">https://www3.gotomeeting.com/register/932890598</a></strong>\r\n\r\n<strong><span data-term=\"goog_1732120492\">Monday</span> through <span data-term=\"goog_1732120493\">Friday</span> beginning at <span data-term=\"goog_1732120494\">7:30 AM ET</span></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<hr />\r\n\r\n<strong>Insider\'s Quant (IQ) Room</strong>\r\n\r\n<strong>Advanced Concepts with Joe Rios</strong>\r\n\r\n<span data-term=\"goog_1732120495\">Monday</span>, <span data-term=\"goog_1732120496\">Tuesday</span>, and <span data-term=\"goog_1732120497\">Thursday</span> beginning at <span data-term=\"goog_1732120498\">1:30 PM ET</span>\r\n\r\nSUBSCRIPTION ONLY\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the RiosQuant Trading Indicators:</strong>\r\n\r\n<strong><span data-term=\"goog_1732120499\">Tuesday</span> beginning at <span data-term=\"goog_1732120500\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/63389bd022/TEST/42ee825242\">https://www3.gotomeeting.com/register/250645798</a></strong>\r\n\r\n<strong>RiosQuant Trading Program - Workshop Lesson 1 of 12</strong>\r\n\r\n<strong>Topic: </strong><strong> Introduction to Quantitative Trading Strategies and Techniques</strong>\r\n\r\n<strong>RiosQuant Performance Coach Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n<strong><span data-term=\"goog_1732120501\">Saturday</span> beginning at <span data-term=\"goog_1732120502\">11:00 AM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/63389bd022/TEST/f4883f0deb\">https://www3.gotomeeting.com/register/262329462</a></strong>\r\n\r\n<strong>Topic: The One Indicator for Uncovering Market Dynamics</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<h2><span data-term=\"goog_1732120503\">MONDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nCNY - Trade Balance – Tentative\r\n\r\nAUD - NAB Business Confidence – <span data-term=\"goog_1732120504\">8:30 PM ET</span>\r\n<h2><span data-term=\"goog_1732120505\">TUESDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nGBP - CPI – <span data-term=\"goog_1732120506\">4:30 AM ET</span>\r\n\r\nEUR - German ZEW Economic Sentiment – 5:00 AM ET\r\n\r\nCNY - CPI – 9:30 PM ET\r\n<h2><span data-term=\"goog_1732120508\">WEDNESDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - ECB President  Draghi Speaks – 3:00 AM ET\r\n\r\nGSP - Average Earnings Index – 4:30 AM ET\r\n\r\nUSD - Retail Sales – 8:30 AM ET\r\n\r\nNZD - GDT Price Index – Tentative\r\n\r\nEUR - ECB President  Draghi Speaks – 2:00 PM ET\r\n<h2><span data-term=\"goog_1732120509\">THURSDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nCAD - Manufacturing Sales – <span data-term=\"goog_1732120510\">8:30 AM ET</span>\r\n\r\nUSD - Unemployment Claims – <span data-term=\"goog_1732120511\">8:30 AM ET</span>\r\n\r\nUSD - Philly Fed Manufacturing Index – <span data-term=\"goog_1732120512\">10:00 AM ET</span>\r\n<h2><span data-term=\"goog_1732120513\">FRIDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nUSD - Building Permits – 8:30 AM ET\r\n\r\nUSD - Fed Chair Yellen Speaks – 8:30 AM ET\r\n\r\nCAD - Core CPI – 8:30 AM ET\r\n\r\nUSD - Preliminary Uom Consumer Sentiment – 9:55 AM ET\r\n\r\n&nbsp;\r\n<div style=\"color: #ffffff;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. </span><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></div>\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2165-revision-v1','','','2014-10-13 01:21:54','2014-10-13 01:21:54','',2165,'http://www.thetradingroom.com/2165-revision-v1/',0,'revision','',0),(2169,2,'2014-10-14 10:53:14','2014-10-14 10:53:14','<span style=\"color: #222222;\">UPDATED 6:50 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - European bourses <span style=\"color: #2d2b2c;\">continues to weaken sending the </span><a style=\"font-weight: bold; color: #003399;\" title=\"Get Quote\" href=\"http://www.bloomberg.com/quote/SXXP:IND\">region’s shares</a><span style=\"color: #2d2b2c;\"> lower for a sixth day, their longest slump in almost three years. U.S. index futures rose, while Asian shares fell.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">Treasuries climbed, sending 30-year bond yields below 3 percent for the first time since May 2013, after comments from Federal Reserve Vice Chairman Stanley Fischer underscored concern the global economy is slowing.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #2d2b2c;\">Soybeans increased for a second day on concern rain in the U.S. may delay harvesting. Wheat fell.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The dollar climbed against the euro amid speculation the U.S. is one of the best-placed countries to weather a worldwide slowdown, as reports across Europe highlighted signs of economic weakness.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA - </span><span style=\"color: #000000;\">ECOFIN Meetings</span><span style=\"color: #000000;\"> all day, Crop Progress at 16:00,  CNY </span><span style=\"color: #000000;\">CPI y/y at 21:30 ET.</span></div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-85','','','2014-10-14 10:53:14','2014-10-14 10:53:14','',0,'http://www.thetradingroom.com/?p=2169',0,'post','',0),(2170,2,'2014-10-14 10:53:14','2014-10-14 10:53:14','<span style=\"color: #222222;\">UPDATED 6:50 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - European bourses <span style=\"color: #2d2b2c;\">continues to weaken sending the </span><a style=\"font-weight: bold; color: #003399;\" title=\"Get Quote\" href=\"http://www.bloomberg.com/quote/SXXP:IND\">region’s shares</a><span style=\"color: #2d2b2c;\"> lower for a sixth day, their longest slump in almost three years. U.S. index futures rose, while Asian shares fell.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">Treasuries climbed, sending 30-year bond yields below 3 percent for the first time since May 2013, after comments from Federal Reserve Vice Chairman Stanley Fischer underscored concern the global economy is slowing.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #2d2b2c;\">Soybeans increased for a second day on concern rain in the U.S. may delay harvesting. Wheat fell.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The dollar climbed against the euro amid speculation the U.S. is one of the best-placed countries to weather a worldwide slowdown, as reports across Europe highlighted signs of economic weakness.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA - </span><span style=\"color: #000000;\">ECOFIN Meetings</span><span style=\"color: #000000;\"> all day, Crop Progress at 16:00,  CNY </span><span style=\"color: #000000;\">CPI y/y at 21:30 ET.</span></div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','2169-revision-v1','','','2014-10-14 10:53:14','2014-10-14 10:53:14','',2169,'http://www.thetradingroom.com/2169-revision-v1/',0,'revision','',0),(2171,2,'2014-10-14 19:59:00','2014-10-14 19:59:00','Crude Oil futures continued to sell off during today\'s NY trading session, dropping -4.4%.  Expect lower prices at the gas pumps soon!  Join us in our live trading room and discover how we trade Crude Oil for profit while limiting risk.\r\n\r\nTrading begins at 7:30 am ET - Click on the following link for access link:\r\n\r\n<a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3iikjO1K.LrDnAF&amp;b=byNLAmwhKozPlxEsPzdouw\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/932890598</a>\r\n\r\n&nbsp;','Go Crude - Expect Lower Prices at the Pump','','publish','open','closed','','go-crude-expect-lower-prices-pump','','','2014-10-14 19:59:00','2014-10-14 19:59:00','',0,'http://www.thetradingroom.com/?p=2171',0,'post','',0),(2172,2,'2014-10-14 19:58:23','2014-10-14 19:58:23','Crude Oil futures continued to sell off during today\'s NY trading session, dropping -4.4%.  Expect lower prices at the gas pumps soon!  Join us in our live trading room and discover how we trade Crude Oil for profit while limiting risk.\r\n\r\nTrading begins at 7:30 am ET - Click on the following link for access link:\r\n\r\n<a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3iikjO1K.LrDnAF&amp;b=byNLAmwhKozPlxEsPzdouw\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/932890598</a>\r\n\r\n&nbsp;','Go Crude - Expect Lower Prices at the Pump','','inherit','open','closed','','2171-revision-v1','','','2014-10-14 19:58:23','2014-10-14 19:58:23','',2171,'http://www.thetradingroom.com/2171-revision-v1/',0,'revision','',0),(2174,2,'2014-10-15 10:57:32','2014-10-15 10:57:32','<span style=\"color: #222222;\">UPDATED 6:55 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - <span style=\"color: #2d2b2c;\">European stocks fell for a seventh day as </span><a style=\"font-weight: bold; color: #003399;\" title=\"Get Quote\" href=\"http://www.bloomberg.com/quote/SHP:LN\">Shire Plc (SHP)</a><span style=\"color: #2d2b2c;\"> led a drop in health-care stocks, and investors weighed corporate earnings amid signs the region’s economy is slowing. U.S. index futures were little changed, while Asian shares rose.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">A Treasury market gauge of inflation expectations fell to the lowest in 15 months amid concern slowing global growth will sap the U.S. economic recovery.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Brent crude extended its biggest one-day collapse in four years amid speculation OPEC will refrain from eliminating a glut while demand growth slows to the lowest since 2009.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">A gauge of the dollar climbed for a second day as investors favored the U.S. on signs its economic momentum is set to outpace the country’s major peers.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA - </span><span style=\"color: #000000; font-family: Verdana, Helvetica, sans-serif; font-size: xx-small;\">US PPI and </span><span style=\"color: #000000;\">Core Retail Sales m/m due at 8:30, </span><span style=\"color: #000000;\">Business Inventories m/m at 10:00, NZD </span><span style=\"color: #000000;\">GDT Price Index (tentative), </span><span style=\"color: #000000;\">ECB President Draghi Speaks at 14:00 ET.</span></div>\r\n&nbsp;','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','2173-revision-v1','','','2014-10-15 10:57:32','2014-10-15 10:57:32','',2173,'http://www.thetradingroom.com/2173-revision-v1/',0,'revision','',0),(2175,2,'2014-10-20 01:02:57','2014-10-20 01:02:57','From the desk of Joe Rios\r\n\r\nLast week we witnessed a wild ride for stock indices as volatility rose with US Treasuries, helping interest rate yields to tumble. Wednesday the stock indices dove lower intraday but only to rebound following comments from St. Louis Fed President Bullard suggesting the last cut in QE3 should be delayed because of continuing low inflation expectations. Stocks continued to regain losses by the end of the week as Treasuries traded lower from the highs helping the US Dollar stabilize. In the commodity space Crude Oil prices fell from a peak above 107 in June breaking down the key 80.00 level but seemed to stabilize by the end of the week.\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/10/week-with-arrows.jpg\"><img class=\"aligncenter size-full wp-image-2176\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/10/week-with-arrows.jpg\" alt=\"week with arrows\" width=\"602\" height=\"312\" /></a>\r\n\r\n&nbsp;\r\n\r\nIn the week ahead I will continue to focus on corporate earnings and guidance. Earning season kicked off with a strong start with robust numbers being reported across the S&amp;P 500, Dow Jones and Nasdaq. Most sectors have beaten expectations for sales and earnings. However I don\'t think earnings will be enough to sustain the recovery that started on Friday. We may continue to see volatility until the next FOMC meeting on October 31st. I will also continue to pay attention to the correlations between the US 10 Year Note, S&amp;P 500, Gold and the US Dollar.\r\n<div align=\"right\"><span style=\"font-family: \'Comic Sans MS\', cursive; font-size: large;\">Joe Rios</span>\r\n<span style=\"font-size: medium;\">Chief Market Strategist</span></div>\r\n<div align=\"right\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b325277210/TEST/1493e74848\" target=\"_blank\">www.riosquant.com</a></div>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>The Trading Room </strong><strong>TradeLAB - </strong><strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b325277210/TEST/c6d764c35d\">https://www3.gotomeeting.com/register/763298438</a></strong>\r\n\r\n<strong><span data-term=\"goog_433117159\">Monday</span> through <span data-term=\"goog_433117160\">Friday</span> beginning at <span data-term=\"goog_433117161\">7:30 AM ET</span></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<hr />\r\n\r\n<strong>Insider\'s Quant (IQ) Room</strong>\r\n\r\n<strong>Advanced Concepts with Joe Rios</strong>\r\n\r\n<span data-term=\"goog_433117162\">Monday</span>, <span data-term=\"goog_433117163\">Tuesday</span>, and <span data-term=\"goog_433117164\">Thursday</span> beginning at <span data-term=\"goog_433117165\">1:30 PM ET</span>\r\n\r\nSUBSCRIPTION ONLY\r\n\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the RiosQuant Trading Indicators:</strong>\r\n\r\n<strong><span data-term=\"goog_433117166\">Tuesday</span> beginning at <span data-term=\"goog_433117167\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b325277210/TEST/040e686128\">https://www3.gotomeeting.com/register/828232982</a></strong>\r\n\r\n<strong>Topic: </strong><strong>Old School Trading with High Tech Indicators</strong>\r\n\r\n<strong>RiosQuant Performance Coach Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n<strong><span data-term=\"goog_433117168\">Wednesday</span> beginning at <span data-term=\"goog_433117169\">1:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b325277210/TEST/b6ce005d69\">https://www3.gotomeeting.com/register/822975542</a></strong>\r\n\r\n<strong>Topic: </strong><strong>Trading the e Mini\'s</strong>\r\n\r\n<strong>RiosQuant Performance Coach Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n<strong><span data-term=\"goog_433117170\">Saturday</span> beginning at <span data-term=\"goog_433117171\">11:00 AM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b325277210/TEST/2d8a3d2942\">https://www3.gotomeeting.com/register/817541502</a></strong>\r\n\r\n<strong>Topic: Momentum Trading with RQChannel</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nMonday\r\n\r\n8:30 AM               CAD       Wholesale Sales\r\n\r\n10:00 AM             USD       FOMC Member Powell Speaks\r\n\r\n8:30 PM                AUD       Monetary Policy Meeting Minutes\r\n\r\n10:00 PM             CNY        GDP And Industrial Production\r\n\r\nTuesday\r\n\r\n10:00 AM             USD       Existing Home Sales\r\n\r\n8:30 PM                AUD       CPI\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM               GBP       MPC Official Bank Rate Votes\r\n\r\n8:30 AM               USD       Core CPI\r\n\r\n8:30 AM               CAD       Retail Sales\r\n\r\n10:30 AM                             Crude Oil Inventories\r\n\r\n11:15 AM             CAD       BOC Press Conference\r\n\r\n5:00 PM                AUD       RBA Gov. Stevens Speaks\r\n\r\n5:45 PM                NZD       CPI\r\n\r\n9:45 PM                CNY        HSBC Flash Manufacturing PMI\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n3:00 AM               EUR        French Flash Manufacturing PMI\r\n\r\n3:30 AM               EUR        German Flash Manufacturing PMI\r\n\r\n4:30 AM               GBP       Retail Sales\r\n\r\n8:30 AM               USD       Unemployment Claims\r\n\r\n9:45 AM               USD       Flash Manufacturing PMI\r\n\r\n10:30 AM                             Natural Gas Storage\r\n\r\n5:45 PM                NZD       Trade Balance\r\n\r\nDay 1                     EUR        EU Economic Summit\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n4:30 AM               GBP       Preliminary GDP\r\n\r\n10:00 AM             USD       New-Home Sales\r\n\r\nDay 2                     EUR        EU Economic Summit\r\n\r\n&nbsp;\r\n<div style=\"color: #ffffff;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. </span><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></div>\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead In The Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-21','','','2014-10-20 01:03:39','2014-10-20 01:03:39','',0,'http://www.thetradingroom.com/?p=2175',0,'post','',0),(2176,2,'2014-10-20 00:50:45','2014-10-20 00:50:45','','week with arrows','','inherit','open','closed','','week-with-arrows','','','2014-10-20 00:50:45','2014-10-20 00:50:45','',2175,'http://www.thetradingroom.com/wp-content/uploads/2014/10/week-with-arrows.jpg',0,'attachment','image/jpeg',0),(2178,2,'2014-10-20 00:59:56','2014-10-20 00:59:56','From the desk of Joe Rios\r\n\r\nLast week we witnessed a wild ride for stock indices as volatility rose with US Treasuries, helping interest rate yields to tumble. Wednesday the stock indices dove lower intraday but only to rebound following comments from St. Louis Fed President Bullard suggesting the last cut in QE3 should be delayed because of continuing low inflation expectations. Stocks continued to regain losses by the end of the week as Treasuries traded lower from the highs helping the US Dollar stabilize. In the commodity space Crude Oil prices fell from a peak above 107 in June breaking down the key 80.00 level but seemed to stabilize by the end of the week.\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/10/week-with-arrows.jpg\"><img class=\"aligncenter size-full wp-image-2176\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/10/week-with-arrows.jpg\" alt=\"week with arrows\" width=\"602\" height=\"312\" /></a>\r\n\r\n&nbsp;\r\n\r\nIn the week ahead I will continue to focus on corporate earnings and guidance. Earning season kicked off with a strong start with robust numbers being reported across the S&amp;P 500, Dow Jones and Nasdaq. Most sectors have beaten expectations for sales and earnings. However I don\'t think earnings will be enough to sustain the recovery that started on Friday. We may continue to see volatility until the next FOMC meeting on October 31st. I will also continue to pay attention to the correlations between the US 10 Year Note, S&amp;P 500, Gold and the US Dollar.\r\n<div align=\"right\"><span style=\"font-family: \'Comic Sans MS\', cursive; font-size: large;\">Joe Rios</span>\r\n<span style=\"font-size: medium;\">Chief Market Strategist</span></div>\r\n<div align=\"right\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b325277210/TEST/1493e74848\" target=\"_blank\">www.riosquant.com</a></div>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>The Trading Room </strong><strong>TradeLAB - </strong><strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b325277210/TEST/c6d764c35d\">https://www3.gotomeeting.com/register/763298438</a></strong>\r\n\r\n<strong><span data-term=\"goog_433117159\">Monday</span> through <span data-term=\"goog_433117160\">Friday</span> beginning at <span data-term=\"goog_433117161\">7:30 AM ET</span></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<hr />\r\n\r\n<strong>Insider\'s Quant (IQ) Room</strong>\r\n\r\n<strong>Advanced Concepts with Joe Rios</strong>\r\n\r\n<span data-term=\"goog_433117162\">Monday</span>, <span data-term=\"goog_433117163\">Tuesday</span>, and <span data-term=\"goog_433117164\">Thursday</span> beginning at <span data-term=\"goog_433117165\">1:30 PM ET</span>\r\n\r\nSUBSCRIPTION ONLY\r\n\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the RiosQuant Trading Indicators:</strong>\r\n\r\n<strong><span data-term=\"goog_433117166\">Tuesday</span> beginning at <span data-term=\"goog_433117167\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b325277210/TEST/040e686128\">https://www3.gotomeeting.com/register/828232982</a></strong>\r\n\r\n<strong>Topic: </strong><strong>Old School Trading with High Tech Indicators</strong>\r\n\r\n<strong>RiosQuant Performance Coach Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n<strong><span data-term=\"goog_433117168\">Wednesday</span> beginning at <span data-term=\"goog_433117169\">1:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b325277210/TEST/b6ce005d69\">https://www3.gotomeeting.com/register/822975542</a></strong>\r\n\r\n<strong>Topic: </strong><strong>Trading the e Mini\'s</strong>\r\n\r\n<strong>RiosQuant Performance Coach Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n<strong><span data-term=\"goog_433117170\">Saturday</span> beginning at <span data-term=\"goog_433117171\">11:00 AM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b325277210/TEST/2d8a3d2942\">https://www3.gotomeeting.com/register/817541502</a></strong>\r\n\r\n<strong>Topic: Momentum Trading with RQChannel</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nMonday\r\n\r\n8:30 AM               CAD       Wholesale Sales\r\n\r\n10:00 AM             USD       FOMC Member Powell Speaks\r\n\r\n8:30 PM                AUD       Monetary Policy Meeting Minutes\r\n\r\n10:00 PM             CNY        GDP And Industrial Production\r\n\r\nTuesday\r\n\r\n10:00 AM             USD       Existing Home Sales\r\n\r\n8:30 PM                AUD       CPI\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM               GBP       MPC Official Bank Rate Votes\r\n\r\n8:30 AM               USD       Core CPI\r\n\r\n8:30 AM               CAD       Retail Sales\r\n\r\n10:30 AM                             Crude Oil Inventories\r\n\r\n11:15 AM             CAD       BOC Press Conference\r\n\r\n5:00 PM                AUD       RBA Gov. Stevens Speaks\r\n\r\n5:45 PM                NZD       CPI\r\n\r\n9:45 PM                CNY        HSBC Flash Manufacturing PMI\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n3:00 AM               EUR        French Flash Manufacturing PMI\r\n\r\n3:30 AM               EUR        German Flash Manufacturing PMI\r\n\r\n4:30 AM               GBP       Retail Sales\r\n\r\n8:30 AM               USD       Unemployment Claims\r\n\r\n9:45 AM               USD       Flash Manufacturing PMI\r\n\r\n10:30 AM                             Natural Gas Storage\r\n\r\n5:45 PM                NZD       Trade Balance\r\n\r\nDay 1                     EUR        EU Economic Summit\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n4:30 AM               GBP       Preliminary GDP\r\n\r\n10:00 AM             USD       New-Home Sales\r\n\r\nDay 2                     EUR        EU Economic Summit\r\n\r\n&nbsp;\r\n<div style=\"color: #ffffff;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. </span><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></div>\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead In The Global Financial Markets','','inherit','open','closed','','2175-revision-v1','','','2014-10-20 00:59:56','2014-10-20 00:59:56','',2175,'http://www.thetradingroom.com/2175-revision-v1/',0,'revision','',0),(2177,2,'2014-10-20 00:56:54','2014-10-20 00:56:54','From the desk of Joe Rios\r\n\r\nLast week we witnessed a wild ride for stock indices as volatility rose with US Treasuries, helping interest rate yields to tumble. Wednesday the stock indices dove lower intraday but only to rebound following comments from St. Louis Fed President Bullard suggesting the last cut in QE3 should be delayed because of continuing low inflation expectations. Stocks continued to regain losses by the end of the week as Treasuries traded lower from the highs helping the US Dollar stabilize. In the commodity space Crude Oil prices fell from a peak above 107 in June breaking down the key 80.00 level but seemed to stabilize by the end of the week.\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/10/week-with-arrows.jpg\"><img class=\"aligncenter size-full wp-image-2176\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/10/week-with-arrows.jpg\" alt=\"week with arrows\" width=\"602\" height=\"312\" /></a>\r\n\r\n&nbsp;\r\n\r\nIn the week ahead I will continue to focus on corporate earnings and guidance. Earning season kicked off with a strong start with robust numbers being reported across the S&amp;P 500, Dow Jones and Nasdaq. Most sectors have beaten expectations for sales and earnings. However I don\'t think earnings will be enough to sustain the recovery that started on Friday. We may continue to see volatility until the next FOMC meeting on October 31st. I will also continue to pay attention to the correlations between the US 10 Year Note, S&amp;P 500, Gold and the US Dollar.\r\n<div align=\"right\"><span style=\"font-family: \'Comic Sans MS\', cursive; font-size: large;\">Joe Rios</span>\r\n<span style=\"font-size: medium;\">Chief Market Strategist</span></div>\r\n<div align=\"right\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b325277210/TEST/1493e74848\" target=\"_blank\">www.riosquant.com</a></div>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>The Trading Room </strong><strong>TradeLAB - </strong><strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b325277210/TEST/c6d764c35d\">https://www3.gotomeeting.com/register/763298438</a></strong>\r\n\r\n<strong><span data-term=\"goog_433117159\">Monday</span> through <span data-term=\"goog_433117160\">Friday</span> beginning at <span data-term=\"goog_433117161\">7:30 AM ET</span></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<hr />\r\n\r\n<strong>Insider\'s Quant (IQ) Room</strong>\r\n\r\n<strong>Advanced Concepts with Joe Rios</strong>\r\n\r\n<span data-term=\"goog_433117162\">Monday</span>, <span data-term=\"goog_433117163\">Tuesday</span>, and <span data-term=\"goog_433117164\">Thursday</span> beginning at <span data-term=\"goog_433117165\">1:30 PM ET</span>\r\n\r\nSUBSCRIPTION ONLY\r\n\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the RiosQuant Trading Indicators:</strong>\r\n\r\n<strong><span data-term=\"goog_433117166\">Tuesday</span> beginning at <span data-term=\"goog_433117167\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b325277210/TEST/040e686128\">https://www3.gotomeeting.com/register/828232982</a></strong>\r\n\r\n<strong>Topic: </strong><strong>Old School Trading with High Tech Indicators</strong>\r\n\r\n<strong>RiosQuant Performance Coach Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n<strong><span data-term=\"goog_433117168\">Wednesday</span> beginning at <span data-term=\"goog_433117169\">1:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b325277210/TEST/b6ce005d69\">https://www3.gotomeeting.com/register/822975542</a></strong>\r\n\r\n<strong>Topic: </strong><strong>Trading the e Mini\'s</strong>\r\n\r\n<strong>RiosQuant Performance Coach Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n<strong><span data-term=\"goog_433117170\">Saturday</span> beginning at <span data-term=\"goog_433117171\">11:00 AM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b325277210/TEST/2d8a3d2942\">https://www3.gotomeeting.com/register/817541502</a></strong>\r\n\r\n<strong>Topic: Momentum Trading with RQChannel</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n<table width=\"650\">\r\n<tbody>\r\n<tr>\r\n<td width=\"463\">\r\n<table width=\"415\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h2><span data-term=\"goog_433117172\">MONDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nCAD - Wholesale Sales – <span data-term=\"goog_433117173\">8:30 AM ET</span>\r\n\r\nUSD - FOMC Member Powell Speaks – <span data-term=\"goog_433117174\">10:00 AM ET</span>\r\n\r\nAUD - Monetary Policy Meeting Minutes – <span data-term=\"goog_433117175\">8:30 PM ET</span>\r\n\r\nCNY - GDP And Industrial Production – <span data-term=\"goog_433117176\">10:00 PM ET</span>\r\n<h2><span data-term=\"goog_433117177\">TUESDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nUSD - Existing Home Sales – 10:00 AM ET\r\n\r\nAUD - CPI – 8:30 PM ET\r\n<h2><span data-term=\"goog_433117180\">WEDNESDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nGBP - MPC Official Bank Rate Votes – 4:30 AM ET\r\n\r\nUSD - Core CPI – 8:30 AM ET\r\n\r\nCAD - Retail Sales – 8:30 AM ET\r\n\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\n\r\nCAD - BOC Press Conference – 11:15 AM ET\r\n\r\nAUD - RBA Gov. Stevens Speaks – 5:00 PM ET\r\n\r\nNZD - CPI – 5:45 PM ET\r\n\r\nCNY - HSBC Flash Manufacturing PMI – 9:45 PM ET\r\n<h2><span data-term=\"goog_433117181\">THURSDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - French Flash Manufacturing PMI – <span data-term=\"goog_433117182\">3:00 AM ET</span>\r\n\r\nEUR - German Flash Manufacturing PMI – 3:30 AM ET\r\n\r\nGBP - Retail Sales – <span data-term=\"goog_433117184\">4:30 AM ET</span>\r\n\r\nUSD - Unemployment Claims – <span data-term=\"goog_433117185\">8:30 AM ET</span>\r\n\r\nUSD - Flash Manufacturing PMI – 9:45 AM ET\r\n\r\nUSD - Natural Gas Storage – <span data-term=\"goog_433117187\">10:30 AM ET</span>\r\n\r\nNZD - Trade Balance – <span data-term=\"goog_433117188\">5:45 PM ET</span>\r\n\r\nEUR - EU Economic Summit – Day 1\r\n<h2><span data-term=\"goog_433117189\">FRIDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nGBP - Preliminary GDP – 4:30 AM ET\r\n\r\nUSD - New-Home Sales – 10:00 AM ET\r\n\r\nEUR - EU Economic Summit – Day 2</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<table width=\"650\">\r\n<tbody>\r\n<tr>\r\n<td><strong>THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY\r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS </strong><strong>PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead In The Global Financial Markets','','inherit','open','closed','','2175-revision-v1','','','2014-10-20 00:56:54','2014-10-20 00:56:54','',2175,'http://www.thetradingroom.com/2175-revision-v1/',0,'revision','',0),(2197,2,'2014-10-29 11:07:13','2014-10-29 11:07:13','<span style=\"color: #222222;\">UPDATED 6:55 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - <span style=\"color: #2a2a2a;\">European stocks rose for a second day as investors weighed company earnings and awaited the Federal Reserve’s monetary-policy decision. U.S. futures were little changed, while Asian shares advanced.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">Treasuries advanced, poised for their best monthly gain of 2014, amid speculation the Federal Reserve will signal interest rates will stay low even as it brings its third program of bond buying to a close today.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #2d2b2c;\">West Texas Intermediate crude climbed to the highest level in four days amid speculation that fuel demand is increasing in the U.S., the world’s biggest oil consumer. Brent gained in </span><a style=\"font-weight: bold; color: #003399;\" href=\"http://topics.bloomberg.com/london/\">London</a><span style=\"color: #2d2b2c;\">.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The dollar held a three-day decline as signs of an uneven U.S. economic recovery caused investors to adjust their outlooks for interest rates next year before the Federal Reserve sets monetary policy today.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA - </span><span style=\"color: #000000;\">Crude Oil Inventories due at 10:30, </span><span style=\"color: #000000;\">FOMC Statement at 14:00, </span><span style=\"color: #000000;\">RBNZ Rate Statement at 16:00 ET.</span></div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-89','','','2014-10-29 11:07:13','2014-10-29 11:07:13','',0,'http://www.thetradingroom.com/?p=2197',0,'post','',0),(2180,2,'2014-10-21 11:18:27','2014-10-21 11:18:27','<span style=\"color: #222222;\">UPDATED 6:55 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - <span style=\"color: #2a2a2a;\">European stocks rose after companies including Actelion Ltd. and Swedbank AB posted better-than- estimated earnings. U.S. index futures were also advanced.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">For all the gyrations in bonds over the past week, government securities are beating stocks in October by the most in two years.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Brent crude rose for the third time in four sessions as China’s economic growth beat analysts’ estimates, increasing demand for oil. West Texas Intermediate also climbed.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The euro declined against the dollar after Reuters reported the European Central Bank is looking to buy corporate bonds on the secondary markets, damping demand for the shared currency.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA - </span><span style=\"color: #000000; font-family: Verdana, Helvetica, sans-serif; font-size: xx-small;\">US </span><span style=\"color: #000000;\">Existing Home Sales due at 10:00, AUD </span><span style=\"color: #000000;\">CPI q/q at 20:30 ET.</span></div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-87','','','2014-10-21 11:18:27','2014-10-21 11:18:27','',0,'http://www.thetradingroom.com/?p=2180',0,'post','',0),(2181,2,'2014-10-21 11:18:27','2014-10-21 11:18:27','<span style=\"color: #222222;\">UPDATED 6:55 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - <span style=\"color: #2a2a2a;\">European stocks rose after companies including Actelion Ltd. and Swedbank AB posted better-than- estimated earnings. U.S. index futures were also advanced.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">For all the gyrations in bonds over the past week, government securities are beating stocks in October by the most in two years.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Brent crude rose for the third time in four sessions as China’s economic growth beat analysts’ estimates, increasing demand for oil. West Texas Intermediate also climbed.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The euro declined against the dollar after Reuters reported the European Central Bank is looking to buy corporate bonds on the secondary markets, damping demand for the shared currency.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA - </span><span style=\"color: #000000; font-family: Verdana, Helvetica, sans-serif; font-size: xx-small;\">US </span><span style=\"color: #000000;\">Existing Home Sales due at 10:00, AUD </span><span style=\"color: #000000;\">CPI q/q at 20:30 ET.</span></div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','2180-revision-v1','','','2014-10-21 11:18:27','2014-10-21 11:18:27','',2180,'http://www.thetradingroom.com/2180-revision-v1/',0,'revision','',0),(2182,2,'2014-10-22 12:14:06','2014-10-22 12:14:06','<span style=\"color: #222222;\">UPDATED 7:15 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - <span style=\"color: #2a2a2a;\">European stocks were little changed amid speculation the European Central Bank will boost stimulus measures and as some earnings reports missed estimates.</span><span style=\"color: #2a2a2a;\">U.S. stock-index futures were little changed, after equities posted their best performance in a year. </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">Treasuries rose, set for their biggest rally since January in October, before a U.S. report economists predict will show consumer-price gains slowed for a third month.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">West Texas Intermediate crude rose for the fourth time in five trading sessions before a report that may show motor-fuel inventories shrank to a two-year low in the U.S., the biggest oil consumer.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The euro slid for a second day against the dollar as investors weighed the prospects of additional easing policies from the European Central Bank.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA - </span><span style=\"color: #000000; font-family: Verdana, Helvetica, sans-serif; font-size: xx-small;\">US </span><span style=\"color: #000000;\">CPI m/m and CAD </span><span style=\"color: #000000;\">Retail Sales m/m due at 8:30, CAD </span><span style=\"color: #000000;\">BOC Rate Statement at 10:00, </span><span style=\"color: #000000;\">Crude Oil Inventories at 10:30, CAD </span><span style=\"color: #000000;\">BOC Press Conference at 11:15, </span><span style=\"color: #000000;\">BOC Gov Poloz Speaks at 15:30, </span><span style=\"color: #000000;\">RBA Gov Stevens Speaks at 17:00, NZD </span><span style=\"color: #000000;\">CPI q/q at 17:45, CNY </span><span style=\"color: #000000;\">HSBC Flash Manufacturing PMI at 21:45 ET.</span></div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-88','','','2014-10-22 12:14:06','2014-10-22 12:14:06','',0,'http://www.thetradingroom.com/?p=2182',0,'post','',0),(2183,2,'2014-10-22 12:14:06','2014-10-22 12:14:06','<span style=\"color: #222222;\">UPDATED 7:15 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - <span style=\"color: #2a2a2a;\">European stocks were little changed amid speculation the European Central Bank will boost stimulus measures and as some earnings reports missed estimates.</span><span style=\"color: #2a2a2a;\">U.S. stock-index futures were little changed, after equities posted their best performance in a year. </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">Treasuries rose, set for their biggest rally since January in October, before a U.S. report economists predict will show consumer-price gains slowed for a third month.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">West Texas Intermediate crude rose for the fourth time in five trading sessions before a report that may show motor-fuel inventories shrank to a two-year low in the U.S., the biggest oil consumer.</span><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The euro slid for a second day against the dollar as investors weighed the prospects of additional easing policies from the European Central Bank.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA - </span><span style=\"color: #000000; font-family: Verdana, Helvetica, sans-serif; font-size: xx-small;\">US </span><span style=\"color: #000000;\">CPI m/m and CAD </span><span style=\"color: #000000;\">Retail Sales m/m due at 8:30, CAD </span><span style=\"color: #000000;\">BOC Rate Statement at 10:00, </span><span style=\"color: #000000;\">Crude Oil Inventories at 10:30, CAD </span><span style=\"color: #000000;\">BOC Press Conference at 11:15, </span><span style=\"color: #000000;\">BOC Gov Poloz Speaks at 15:30, </span><span style=\"color: #000000;\">RBA Gov Stevens Speaks at 17:00, NZD </span><span style=\"color: #000000;\">CPI q/q at 17:45, CNY </span><span style=\"color: #000000;\">HSBC Flash Manufacturing PMI at 21:45 ET.</span></div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','2182-revision-v1','','','2014-10-22 12:14:06','2014-10-22 12:14:06','',2182,'http://www.thetradingroom.com/2182-revision-v1/',0,'revision','',0),(2184,2,'2014-10-26 23:39:33','2014-10-26 23:39:33','From the desk of Joe Rios\r\n\r\nThe stock market recovery continued all the way to the close on Friday led by the Nasdaq rising 6.2% and S&amp;P 500 4.2%. Correlations continued to work with the US Dollar gaining 0.7% while the US 10 Yr Note dropped -0.3%.  In the commodity markets Crude Oil consolidated in a trading range after breaking the key psychological level of 80.  Grains provided bullish trading opportunities led by Soybeans rising 2.5% and Corn 1.4%. Natural Gas continued to weaken closing the week down -3.6%.  In the currency markets the Australian and Canadian dollars were the only major foreign currencies that held on to some of their recent gains. The Japanese yen was the weakest as the stock indices traded higher and carry trades were initiated. The other major currencies consolidated along with the US Dollar. In the week ahead my focus will shift from corporate earnings to the upcoming FOMC statement.  I will pay special attention to economic data releases pre and post Wednesday\'s FOMC statement.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/10/road-to-success.jpg\"><img class=\"aligncenter size-full wp-image-2185\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/10/road-to-success.jpg\" alt=\"road to success\" width=\"499\" height=\"325\" /></a>\r\n\r\nJoin our team of performance coaches and members during this week\'s live trading room and educational workshops. Learn essential market dynamics that may provide you with the key to successful trading. Find out what\'s hot and what\'s not in the current trading environment.\r\n\r\nJoe Rios\r\n\r\nChief Market Strategist - Rios Quantitative LLC\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<div style=\"color: #000000;\"><strong>Live Trading Rooms and Events:</strong><strong>The Trading Room </strong><strong>TradeLAB</strong>\r\n\r\nGlobal Trading with Quantitative Technologies\r\n\r\n<strong><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/3845bbb823/TEST/25ae9faa5e\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/267334046</a></strong>\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_807049621\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_807049622\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_807049623\"><span class=\"aQJ\">7:30 AM ET</span></span></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n______________________________<wbr />______________________________\r\n\r\n<strong>Insider\'s Quant (IQ) Room</strong>\r\n\r\n<strong>Advanced Concepts with Joe Rios</strong>\r\n\r\n<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_807049624\"><span class=\"aQJ\">Monday</span></span>, <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_807049625\"><span class=\"aQJ\">Tuesday</span></span>, and <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_807049626\"><span class=\"aQJ\">Thursday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_807049627\"><span class=\"aQJ\">1:30 PM ET</span></span>\r\n\r\nSUBSCRIPTION ONLY\r\n\r\n______________________________<wbr />_________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the RiosQuant Trading Indicators:</strong>\r\n\r\n<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_807049628\"><span class=\"aQJ\">Wednesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_807049629\"><span class=\"aQJ\">7:30 PM ET</span></span>\r\n\r\n<strong><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/3845bbb823/TEST/2fadf1c8a8\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/378216422</a></strong>\r\n\r\nRiosQuant Trading Program\r\n\r\nTopic: Identifying Swing Trades\r\n\r\nRiosQuant Performance Coach Steve Schwartz\r\n\r\n&nbsp;\r\n\r\n<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_807049630\"><span class=\"aQJ\">Saturday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_807049631\"><span class=\"aQJ\">11:00 AM ET</span></span>\r\n\r\n<strong><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/3845bbb823/TEST/26e53bc89b\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/384673142</a></strong>\r\n\r\nTopic: Uncovering the mystery of GnosTICK\r\n\r\nRiosQuant Performance Coach Steve Schwartz\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>Scheduled economic data that may have an impact on the markets:</strong>\r\n\r\nMonday\r\n\r\n5:00 Am                EUR        German Ifo Business Climate\r\n\r\n10:00 Am             USD       Pending Home Sales\r\n\r\nTuesday\r\n\r\n8:30 Am                USD       Core Durable Goods Orders\r\n\r\n10:00 Am             USD       CB Consumer Confidence\r\n\r\n8:00 Pm                NZD       ANZ Business Confidence\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n10:30 Am                             Crude Oil Inventories\r\n\r\n2:00 Pm                USD       FOMC Statement\r\n\r\n4:00 Pm                NZD       RBNZ Rate Statement\r\n\r\n4:15 Pm                CAD       BOC Gov. Poloz Speaks\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n8:30 Am                USD       Advance GDP And Unemployment Claims\r\n\r\n9:00 Am                USD       Fed Chair Yellen Speaks\r\n\r\n10:30 Am                             Natural Gas Storage\r\n\r\n8:30 Pm                AUD       PPI\r\n\r\nTentative             JPY         Monetary Policy Statement\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\nTentative             JPY         BOJ Press Conference\r\n\r\n6:00 Am                EUR        CPI Flash Estimate\r\n\r\n8:30 Am                CAD       GDP\r\n\r\n9:45 Am                USD       Chicago PMI\r\n\r\n9:55 Am                USD       Revised UoM Consumer Sentiment\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<div style=\"color: #000000;\">\r\n\r\n <span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY</span><span style=\"color: #ffffff;\"> </span><span style=\"color: #000000;\">FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS.  </span><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span>\r\n\r\n</div>\r\n<div style=\"color: #500050;\" align=\"right\"></div>\r\n<div style=\"color: #500050;\" align=\"right\"></div>\r\n<div style=\"color: #500050;\" align=\"right\"></div>\r\n<div style=\"color: #500050;\" align=\"right\"></div>\r\n<div style=\"color: #500050;\" align=\"right\"></div>\r\n<div style=\"color: #500050;\" align=\"right\"></div>\r\n<div style=\"color: #500050;\" align=\"right\"></div>\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-22','','','2014-10-26 23:39:33','2014-10-26 23:39:33','',0,'http://www.thetradingroom.com/?p=2184',0,'post','',0),(2185,2,'2014-10-26 23:25:58','2014-10-26 23:25:58','','road to success','','inherit','open','closed','','road-to-success','','','2014-10-26 23:25:58','2014-10-26 23:25:58','',2184,'http://www.thetradingroom.com/wp-content/uploads/2014/10/road-to-success.jpg',0,'attachment','image/jpeg',0),(2186,2,'2014-10-26 23:34:25','2014-10-26 23:34:25','From the desk of Joe Rios\r\n\r\nThe stock market recovery continued all the way to the close on Friday led by the Nasdaq rising 6.2% and S&amp;P 500 4.2%. Correlations continued to work with the US Dollar gaining 0.7% while the US 10 Yr Note dropped -0.3%.  In the commodity markets Crude Oil consolidated in a trading range after breaking the key psychological level of 80.  Grains provided bullish trading opportunities led by Soybeans rising 2.5% and Corn 1.4%. Natural Gas continued to weaken closing the week down -3.6%.  In the currency markets the Australian and Canadian dollars were the only major foreign currencies that held on to some of their recent gains. The Japanese yen was the weakest as the stock indices traded higher and carry trades were initiated. The other major currencies consolidated along with the US Dollar. In the week ahead my focus will shift from corporate earnings to the upcoming FOMC statement.  I will pay special attention to economic data releases pre and post Wednesday\'s FOMC statement.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/10/road-to-success.jpg\"><img class=\"aligncenter size-full wp-image-2185\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/10/road-to-success.jpg\" alt=\"road to success\" width=\"499\" height=\"325\" /></a>\r\n\r\nJoin our team of performance coaches and members during this week\'s live trading room and educational workshops. Learn essential market dynamics that may provide you with the key to successful trading. Find out what\'s hot and what\'s not in the current trading environment.\r\n\r\nJoe Rios\r\n\r\nChief Market Strategist - Rios Quantitative LLC\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<div style=\"color: #000000;\"><strong>Live Trading Rooms and Events:</strong><strong>The Trading Room </strong><strong>TradeLAB</strong>\r\n\r\nGlobal Trading with Quantitative Technologies\r\n\r\n<strong><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/3845bbb823/TEST/25ae9faa5e\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/267334046</a></strong>\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_807049621\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_807049622\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_807049623\"><span class=\"aQJ\">7:30 AM ET</span></span></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n______________________________<wbr />______________________________\r\n\r\n<strong>Insider\'s Quant (IQ) Room</strong>\r\n\r\n<strong>Advanced Concepts with Joe Rios</strong>\r\n\r\n<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_807049624\"><span class=\"aQJ\">Monday</span></span>, <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_807049625\"><span class=\"aQJ\">Tuesday</span></span>, and <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_807049626\"><span class=\"aQJ\">Thursday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_807049627\"><span class=\"aQJ\">1:30 PM ET</span></span>\r\n\r\nSUBSCRIPTION ONLY\r\n\r\n______________________________<wbr />_________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the RiosQuant Trading Indicators:</strong>\r\n\r\n<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_807049628\"><span class=\"aQJ\">Wednesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_807049629\"><span class=\"aQJ\">7:30 PM ET</span></span>\r\n\r\n<strong><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/3845bbb823/TEST/2fadf1c8a8\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/378216422</a></strong>\r\n\r\nRiosQuant Trading Program\r\n\r\nTopic: Identifying Swing Trades\r\n\r\nRiosQuant Performance Coach Steve Schwartz\r\n\r\n&nbsp;\r\n\r\n<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_807049630\"><span class=\"aQJ\">Saturday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_807049631\"><span class=\"aQJ\">11:00 AM ET</span></span>\r\n\r\n<strong><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/3845bbb823/TEST/26e53bc89b\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/384673142</a></strong>\r\n\r\nTopic: Uncovering the mystery of GnosTICK\r\n\r\nRiosQuant Performance Coach Steve Schwartz\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<div style=\"color: #000000;\">\r\n\r\n <span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY</span><span style=\"color: #ffffff;\"> </span><span style=\"color: #000000;\">FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS.  </span><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span>\r\n\r\n</div>\r\n<div style=\"color: #500050;\" align=\"right\"></div>\r\n<div style=\"color: #500050;\" align=\"right\"></div>\r\n<div style=\"color: #500050;\" align=\"right\"></div>\r\n<div style=\"color: #500050;\" align=\"right\"></div>\r\n<div style=\"color: #500050;\" align=\"right\"></div>\r\n<div style=\"color: #500050;\" align=\"right\"></div>\r\n<div style=\"color: #500050;\" align=\"right\"></div>\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2184-revision-v1','','','2014-10-26 23:34:25','2014-10-26 23:34:25','',2184,'http://www.thetradingroom.com/2184-revision-v1/',0,'revision','',0),(2187,2,'2014-10-26 23:36:49','2014-10-26 23:36:49','From the desk of Joe Rios\r\n\r\nThe stock market recovery continued all the way to the close on Friday led by the Nasdaq rising 6.2% and S&amp;P 500 4.2%. Correlations continued to work with the US Dollar gaining 0.7% while the US 10 Yr Note dropped -0.3%.  In the commodity markets Crude Oil consolidated in a trading range after breaking the key psychological level of 80.  Grains provided bullish trading opportunities led by Soybeans rising 2.5% and Corn 1.4%. Natural Gas continued to weaken closing the week down -3.6%.  In the currency markets the Australian and Canadian dollars were the only major foreign currencies that held on to some of their recent gains. The Japanese yen was the weakest as the stock indices traded higher and carry trades were initiated. The other major currencies consolidated along with the US Dollar. In the week ahead my focus will shift from corporate earnings to the upcoming FOMC statement.  I will pay special attention to economic data releases pre and post Wednesday\'s FOMC statement.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/10/road-to-success.jpg\"><img class=\"aligncenter size-full wp-image-2185\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/10/road-to-success.jpg\" alt=\"road to success\" width=\"499\" height=\"325\" /></a>\r\n\r\nJoin our team of performance coaches and members during this week\'s live trading room and educational workshops. Learn essential market dynamics that may provide you with the key to successful trading. Find out what\'s hot and what\'s not in the current trading environment.\r\n\r\nJoe Rios\r\n\r\nChief Market Strategist - Rios Quantitative LLC\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<div style=\"color: #000000;\"><strong>Live Trading Rooms and Events:</strong><strong>The Trading Room </strong><strong>TradeLAB</strong>\r\n\r\nGlobal Trading with Quantitative Technologies\r\n\r\n<strong><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/3845bbb823/TEST/25ae9faa5e\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/267334046</a></strong>\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_807049621\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_807049622\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_807049623\"><span class=\"aQJ\">7:30 AM ET</span></span></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n______________________________<wbr />______________________________\r\n\r\n<strong>Insider\'s Quant (IQ) Room</strong>\r\n\r\n<strong>Advanced Concepts with Joe Rios</strong>\r\n\r\n<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_807049624\"><span class=\"aQJ\">Monday</span></span>, <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_807049625\"><span class=\"aQJ\">Tuesday</span></span>, and <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_807049626\"><span class=\"aQJ\">Thursday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_807049627\"><span class=\"aQJ\">1:30 PM ET</span></span>\r\n\r\nSUBSCRIPTION ONLY\r\n\r\n______________________________<wbr />_________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the RiosQuant Trading Indicators:</strong>\r\n\r\n<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_807049628\"><span class=\"aQJ\">Wednesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_807049629\"><span class=\"aQJ\">7:30 PM ET</span></span>\r\n\r\n<strong><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/3845bbb823/TEST/2fadf1c8a8\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/378216422</a></strong>\r\n\r\nRiosQuant Trading Program\r\n\r\nTopic: Identifying Swing Trades\r\n\r\nRiosQuant Performance Coach Steve Schwartz\r\n\r\n&nbsp;\r\n\r\n<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_807049630\"><span class=\"aQJ\">Saturday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_807049631\"><span class=\"aQJ\">11:00 AM ET</span></span>\r\n\r\n<strong><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/3845bbb823/TEST/26e53bc89b\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/384673142</a></strong>\r\n\r\nTopic: Uncovering the mystery of GnosTICK\r\n\r\nRiosQuant Performance Coach Steve Schwartz\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>Scheduled economic data that may have an impact on the markets:</strong>\r\n\r\nMonday\r\n\r\n5:00 Am                EUR        German Ifo Business Climate\r\n\r\n10:00 Am             USD       Pending Home Sales\r\n\r\nTuesday\r\n\r\n8:30 Am                USD       Core Durable Goods Orders\r\n\r\n10:00 Am             USD       CB Consumer Confidence\r\n\r\n8:00 Pm                NZD       ANZ Business Confidence\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n10:30 Am                             Crude Oil Inventories\r\n\r\n2:00 Pm                USD       FOMC Statement\r\n\r\n4:00 Pm                NZD       RBNZ Rate Statement\r\n\r\n4:15 Pm                CAD       BOC Gov. Poloz Speaks\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n8:30 Am                USD       Advance GDP And Unemployment Claims\r\n\r\n9:00 Am                USD       Fed Chair Yellen Speaks\r\n\r\n10:30 Am                             Natural Gas Storage\r\n\r\n8:30 Pm                AUD       PPI\r\n\r\nTentative             JPY         Monetary Policy Statement\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\nTentative             JPY         BOJ Press Conference\r\n\r\n6:00 Am                EUR        CPI Flash Estimate\r\n\r\n8:30 Am                CAD       GDP\r\n\r\n9:45 Am                USD       Chicago PMI\r\n\r\n9:55 Am                USD       Revised UoM Consumer Sentiment\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<div style=\"color: #000000;\">\r\n\r\n <span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY</span><span style=\"color: #ffffff;\"> </span><span style=\"color: #000000;\">FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS.  </span><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span>\r\n\r\n</div>\r\n<div style=\"color: #500050;\" align=\"right\"></div>\r\n<div style=\"color: #500050;\" align=\"right\"></div>\r\n<div style=\"color: #500050;\" align=\"right\"></div>\r\n<div style=\"color: #500050;\" align=\"right\"></div>\r\n<div style=\"color: #500050;\" align=\"right\"></div>\r\n<div style=\"color: #500050;\" align=\"right\"></div>\r\n<div style=\"color: #500050;\" align=\"right\"></div>\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2184-revision-v1','','','2014-10-26 23:36:49','2014-10-26 23:36:49','',2184,'http://www.thetradingroom.com/2184-revision-v1/',0,'revision','',0),(2188,2,'2014-10-28 11:31:48','2014-10-28 11:31:48','<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>The word is getting out! We\'re the real thing when it comes to trading!</div>\r\n<div>\r\n\r\nJoe here from RiosQuant and I am proud to announce Futures Truth Magazine has namedThe Trading Room TradeLAB as one of the Top 10 trading rooms in the United States in a study conducted by Dr. Dean Handley.\r\n\r\n\"The study took into account over four years of evaluation, 47,000 historical trade records and 19,000 prospective trades. In Dr. Handley\'s study, he reviewed more than 400 futures trading websites and evaluated them using several factors including their transparency, proven track record, and the likelihood of them assisting traders become successful\".\r\n\r\nQuant trading is fast becoming within reach to the individual trader. Find out for yourself what all the buzz is about. Test drive our live trading room for free. Discover a new approach!\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_807050023\"><span class=\"aQJ\">Monday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_807050024\"><span class=\"aQJ\">Friday from 7:30am to 10:30 am ET</span></span></strong>\r\n\r\nClick on the following link to secure your spot\r\n\r\n<strong><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/394d9b986d/9bb334be08/15e10bed2a\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/267334046</a></strong>\r\n\r\nRegister early so you don\'t miss out, space is limited.\r\n\r\nSee you in the room!\r\n\r\nJoe Rios\r\n\r\nFounder - Rios Quantitative LLC\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<table align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<table align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/394d9b986d/9bb334be08/fa5e865487/l=1XxJwh&amp;m=3amvhv.PpI5GnAF&amp;b=VMNZyoVtS.izloPfd4_3dg\" target=\"_blank\"><img class=\"CToWUd\" src=\"https://ci3.googleusercontent.com/proxy/0MQefbJ6tOSOZlDiEM6yb-LsoiMTqIsI1oJqrp6pdwjXFs9I7lfTQ5aUPmJclKPSHXYLBoKA-670orRAoYJ3YfS7yLMevOChmRfyjg7Tb8gnvosZ0pLwNkD9qm4Etfr6a_UeG_I=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ez1pe5/536ad20b2dd5056a6f5147e5.jpeg\" alt=\"Image\" width=\"250\" height=\"97\" align=\"left\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS','Real Live Quant Trading Room','','publish','open','closed','','real-live-trading-room','','','2014-10-28 11:33:10','2014-10-28 11:33:10','',0,'http://www.thetradingroom.com/?p=2188',0,'post','',0),(2196,2,'2014-10-28 11:33:10','2014-10-28 11:33:10','<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>The word is getting out! We\'re the real thing when it comes to trading!</div>\r\n<div>\r\n\r\nJoe here from RiosQuant and I am proud to announce Futures Truth Magazine has namedThe Trading Room TradeLAB as one of the Top 10 trading rooms in the United States in a study conducted by Dr. Dean Handley.\r\n\r\n\"The study took into account over four years of evaluation, 47,000 historical trade records and 19,000 prospective trades. In Dr. Handley\'s study, he reviewed more than 400 futures trading websites and evaluated them using several factors including their transparency, proven track record, and the likelihood of them assisting traders become successful\".\r\n\r\nQuant trading is fast becoming within reach to the individual trader. Find out for yourself what all the buzz is about. Test drive our live trading room for free. Discover a new approach!\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_807050023\"><span class=\"aQJ\">Monday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_807050024\"><span class=\"aQJ\">Friday from 7:30am to 10:30 am ET</span></span></strong>\r\n\r\nClick on the following link to secure your spot\r\n\r\n<strong><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/394d9b986d/9bb334be08/15e10bed2a\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/267334046</a></strong>\r\n\r\nRegister early so you don\'t miss out, space is limited.\r\n\r\nSee you in the room!\r\n\r\nJoe Rios\r\n\r\nFounder - Rios Quantitative LLC\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<table align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<table align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/394d9b986d/9bb334be08/fa5e865487/l=1XxJwh&amp;m=3amvhv.PpI5GnAF&amp;b=VMNZyoVtS.izloPfd4_3dg\" target=\"_blank\"><img class=\"CToWUd\" src=\"https://ci3.googleusercontent.com/proxy/0MQefbJ6tOSOZlDiEM6yb-LsoiMTqIsI1oJqrp6pdwjXFs9I7lfTQ5aUPmJclKPSHXYLBoKA-670orRAoYJ3YfS7yLMevOChmRfyjg7Tb8gnvosZ0pLwNkD9qm4Etfr6a_UeG_I=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ez1pe5/536ad20b2dd5056a6f5147e5.jpeg\" alt=\"Image\" width=\"250\" height=\"97\" align=\"left\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS','Real Live Quant Trading Room','','inherit','open','closed','','2188-revision-v1','','','2014-10-28 11:33:10','2014-10-28 11:33:10','',2188,'http://www.thetradingroom.com/2188-revision-v1/',0,'revision','',0),(2190,2,'2014-10-28 11:25:40','2014-10-28 11:25:40','<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\nThe word is getting out! We\'re the real thing when it comes to trading!</div>\r\n<div>\r\n\r\nJoe here from RiosQuant and I am proud to announce Futures Truth Magazine has namedThe Trading Room TradeLAB as one of the Top 10 trading rooms in the United States in a study conducted by Dr. Dean Handley.\r\n\r\n\"The study took into account over four years of evaluation, 47,000 historical trade records and 19,000 prospective trades. In Dr. Handley\'s study, he reviewed more than 400 futures trading websites and evaluated them using several factors including their transparency, proven track record, and the likelihood of them assisting traders become successful\".\r\n\r\nQuant trading is fast becoming within reach to the individual trader. Find out for yourself what all the buzz is about. Test drive our live trading room for free. Discover a new approach!\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_807050023\"><span class=\"aQJ\">Monday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_807050024\"><span class=\"aQJ\">Friday from 7:30am to 10:30 am ET</span></span></strong>\r\n\r\nClick on the following link to secure your spot\r\n\r\n<strong><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/394d9b986d/9bb334be08/15e10bed2a\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/267334046</a></strong>\r\n\r\nRegister early so you don\'t miss out, space is limited.\r\n\r\nSee you in the room!\r\n\r\nJoe Rios\r\n\r\nFounder - Rios Quantitative LLC\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #0e5daf;\"></div>\r\n<div style=\"color: #0e5daf;\">\r\n<table align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/394d9b986d/9bb334be08/fa5e865487/l=1XxJwh&amp;m=3amvhv.PpI5GnAF&amp;b=VMNZyoVtS.izloPfd4_3dg\" target=\"_blank\"><img class=\"CToWUd\" src=\"https://ci3.googleusercontent.com/proxy/0MQefbJ6tOSOZlDiEM6yb-LsoiMTqIsI1oJqrp6pdwjXFs9I7lfTQ5aUPmJclKPSHXYLBoKA-670orRAoYJ3YfS7yLMevOChmRfyjg7Tb8gnvosZ0pLwNkD9qm4Etfr6a_UeG_I=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ez1pe5/536ad20b2dd5056a6f5147e5.jpeg\" alt=\"Image\" width=\"250\" height=\"97\" align=\"left\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<p style=\"color: #222222;\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/96xBblsE9bCpPu5lBRadZ_j8uYgSOz3fG3eO055BSLsQiffFJlWwimIuMn_vzOzNKNUAowIWUhrPXw9AKV0oD14BAY74sYZxsI8svU1Xj6r3BFK8E93xzHadsxDNXgwOVGLpbYE=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ez1pe5/536ad1e52dd5056a6e466fe6.jpeg\" alt=\"Image\" width=\"92\" height=\"114\" align=\"left\" border=\"0\" />\r\n\r\n\r\n\r\n\r\n\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</p>','','','inherit','open','closed','','2188-revision-v1','','','2014-10-28 11:25:40','2014-10-28 11:25:40','',2188,'http://www.thetradingroom.com/2188-revision-v1/',0,'revision','',0),(2189,2,'2014-10-28 11:24:32','2014-10-28 11:24:32','<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\nThe word is getting out! We\'re the real thing when it comes to trading!</div>\r\n<div>\r\n\r\nJoe here from RiosQuant and I am proud to announce Futures Truth Magazine has namedThe Trading Room TradeLAB as one of the Top 10 trading rooms in the United States in a study conducted by Dr. Dean Handley.\r\n\r\n\"The study took into account over four years of evaluation, 47,000 historical trade records and 19,000 prospective trades. In Dr. Handley\'s study, he reviewed more than 400 futures trading websites and evaluated them using several factors including their transparency, proven track record, and the likelihood of them assisting traders become successful\".\r\n\r\nQuant trading is fast becoming within reach to the individual trader. Find out for yourself what all the buzz is about. Test drive our live trading room for free. Discover a new approach!\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_807050023\"><span class=\"aQJ\">Monday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_807050024\"><span class=\"aQJ\">Friday from 7:30am to 10:30 am ET</span></span></strong>\r\n\r\nClick on the following link to secure your spot\r\n\r\n<strong><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/394d9b986d/9bb334be08/15e10bed2a\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/267334046</a></strong>\r\n\r\nRegister early so you don\'t miss out, space is limited.\r\n\r\nSee you in the room!\r\n\r\nJoe Rios\r\n\r\nFounder - Rios Quantitative LLC\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<table align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/394d9b986d/9bb334be08/8a43ed2831/l=1XxJwh&amp;m=3amvhv.PpI5GnAF&amp;b=VMNZyoVtS.izloPfd4_3dg\" target=\"_blank\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/96xBblsE9bCpPu5lBRadZ_j8uYgSOz3fG3eO055BSLsQiffFJlWwimIuMn_vzOzNKNUAowIWUhrPXw9AKV0oD14BAY74sYZxsI8svU1Xj6r3BFK8E93xzHadsxDNXgwOVGLpbYE=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ez1pe5/536ad1e52dd5056a6e466fe6.jpeg\" alt=\"Image\" width=\"92\" height=\"114\" align=\"left\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<table align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/394d9b986d/9bb334be08/fa5e865487/l=1XxJwh&amp;m=3amvhv.PpI5GnAF&amp;b=VMNZyoVtS.izloPfd4_3dg\" target=\"_blank\"><img class=\"CToWUd\" src=\"https://ci3.googleusercontent.com/proxy/0MQefbJ6tOSOZlDiEM6yb-LsoiMTqIsI1oJqrp6pdwjXFs9I7lfTQ5aUPmJclKPSHXYLBoKA-670orRAoYJ3YfS7yLMevOChmRfyjg7Tb8gnvosZ0pLwNkD9qm4Etfr6a_UeG_I=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ez1pe5/536ad20b2dd5056a6f5147e5.jpeg\" alt=\"Image\" width=\"250\" height=\"97\" align=\"left\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<p style=\"color: #222222;\">\r\n\r\n\r\n\r\n\r\n\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</p>','','','inherit','open','closed','','2188-revision-v1','','','2014-10-28 11:24:32','2014-10-28 11:24:32','',2188,'http://www.thetradingroom.com/2188-revision-v1/',0,'revision','',0),(2194,2,'2014-10-28 11:29:11','2014-10-28 11:29:11','<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>The word is getting out! We\'re the real thing when it comes to trading!</div>\r\n<div>\r\n\r\nJoe here from RiosQuant and I am proud to announce Futures Truth Magazine has namedThe Trading Room TradeLAB as one of the Top 10 trading rooms in the United States in a study conducted by Dr. Dean Handley.\r\n\r\n\"The study took into account over four years of evaluation, 47,000 historical trade records and 19,000 prospective trades. In Dr. Handley\'s study, he reviewed more than 400 futures trading websites and evaluated them using several factors including their transparency, proven track record, and the likelihood of them assisting traders become successful\".\r\n\r\nQuant trading is fast becoming within reach to the individual trader. Find out for yourself what all the buzz is about. Test drive our live trading room for free. Discover a new approach!\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_807050023\"><span class=\"aQJ\">Monday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_807050024\"><span class=\"aQJ\">Friday from 7:30am to 10:30 am ET</span></span></strong>\r\n\r\nClick on the following link to secure your spot\r\n\r\n<strong><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/394d9b986d/9bb334be08/15e10bed2a\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/267334046</a></strong>\r\n\r\nRegister early so you don\'t miss out, space is limited.\r\n\r\nSee you in the room!\r\n\r\nJoe Rios\r\n\r\nFounder - Rios Quantitative LLC\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<table align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<table align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/394d9b986d/9bb334be08/fa5e865487/l=1XxJwh&amp;m=3amvhv.PpI5GnAF&amp;b=VMNZyoVtS.izloPfd4_3dg\" target=\"_blank\"><img class=\"CToWUd\" src=\"https://ci3.googleusercontent.com/proxy/0MQefbJ6tOSOZlDiEM6yb-LsoiMTqIsI1oJqrp6pdwjXFs9I7lfTQ5aUPmJclKPSHXYLBoKA-670orRAoYJ3YfS7yLMevOChmRfyjg7Tb8gnvosZ0pLwNkD9qm4Etfr6a_UeG_I=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ez1pe5/536ad20b2dd5056a6f5147e5.jpeg\" alt=\"Image\" width=\"250\" height=\"97\" align=\"left\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<p style=\"color: #222222;\"></p>\r\n<p style=\"color: #222222;\">\r\n\r\n\r\n\r\n\r\n\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</p>','Real Live Trading Room','','inherit','open','closed','','2188-revision-v1','','','2014-10-28 11:29:11','2014-10-28 11:29:11','',2188,'http://www.thetradingroom.com/2188-revision-v1/',0,'revision','',0),(2191,2,'2014-10-28 11:26:13','2014-10-28 11:26:13','<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\nThe word is getting out! We\'re the real thing when it comes to trading!</div>\r\n<div>\r\n\r\nJoe here from RiosQuant and I am proud to announce Futures Truth Magazine has namedThe Trading Room TradeLAB as one of the Top 10 trading rooms in the United States in a study conducted by Dr. Dean Handley.\r\n\r\n\"The study took into account over four years of evaluation, 47,000 historical trade records and 19,000 prospective trades. In Dr. Handley\'s study, he reviewed more than 400 futures trading websites and evaluated them using several factors including their transparency, proven track record, and the likelihood of them assisting traders become successful\".\r\n\r\nQuant trading is fast becoming within reach to the individual trader. Find out for yourself what all the buzz is about. Test drive our live trading room for free. Discover a new approach!\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_807050023\"><span class=\"aQJ\">Monday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_807050024\"><span class=\"aQJ\">Friday from 7:30am to 10:30 am ET</span></span></strong>\r\n\r\nClick on the following link to secure your spot\r\n\r\n<strong><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/394d9b986d/9bb334be08/15e10bed2a\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/267334046</a></strong>\r\n\r\nRegister early so you don\'t miss out, space is limited.\r\n\r\nSee you in the room!\r\n\r\nJoe Rios\r\n\r\nFounder - Rios Quantitative LLC\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<table align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/394d9b986d/9bb334be08/8a43ed2831/l=1XxJwh&amp;m=3amvhv.PpI5GnAF&amp;b=VMNZyoVtS.izloPfd4_3dg\" target=\"_blank\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/96xBblsE9bCpPu5lBRadZ_j8uYgSOz3fG3eO055BSLsQiffFJlWwimIuMn_vzOzNKNUAowIWUhrPXw9AKV0oD14BAY74sYZxsI8svU1Xj6r3BFK8E93xzHadsxDNXgwOVGLpbYE=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ez1pe5/536ad1e52dd5056a6e466fe6.jpeg\" alt=\"Image\" width=\"92\" height=\"114\" align=\"left\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<table align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/394d9b986d/9bb334be08/fa5e865487/l=1XxJwh&amp;m=3amvhv.PpI5GnAF&amp;b=VMNZyoVtS.izloPfd4_3dg\" target=\"_blank\"><img class=\"CToWUd\" src=\"https://ci3.googleusercontent.com/proxy/0MQefbJ6tOSOZlDiEM6yb-LsoiMTqIsI1oJqrp6pdwjXFs9I7lfTQ5aUPmJclKPSHXYLBoKA-670orRAoYJ3YfS7yLMevOChmRfyjg7Tb8gnvosZ0pLwNkD9qm4Etfr6a_UeG_I=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ez1pe5/536ad20b2dd5056a6f5147e5.jpeg\" alt=\"Image\" width=\"250\" height=\"97\" align=\"left\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<p style=\"color: #222222;\"></p>\r\n<p style=\"color: #222222;\">\r\n\r\n\r\n\r\n\r\n\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</p>','','','inherit','open','closed','','2188-revision-v1','','','2014-10-28 11:26:13','2014-10-28 11:26:13','',2188,'http://www.thetradingroom.com/2188-revision-v1/',0,'revision','',0),(2192,2,'2014-10-28 11:27:38','2014-10-28 11:27:38','','top traders trading room','','inherit','open','closed','','top-traders-trading-room','','','2014-10-28 11:27:38','2014-10-28 11:27:38','',2188,'http://www.thetradingroom.com/wp-content/uploads/2014/10/top-traders-trading-room.jpg',0,'attachment','image/jpeg',0),(2193,2,'2014-10-28 11:28:15','2014-10-28 11:28:15','<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>The word is getting out! We\'re the real thing when it comes to trading!</div>\r\n<div>\r\n\r\nJoe here from RiosQuant and I am proud to announce Futures Truth Magazine has namedThe Trading Room TradeLAB as one of the Top 10 trading rooms in the United States in a study conducted by Dr. Dean Handley.\r\n\r\n\"The study took into account over four years of evaluation, 47,000 historical trade records and 19,000 prospective trades. In Dr. Handley\'s study, he reviewed more than 400 futures trading websites and evaluated them using several factors including their transparency, proven track record, and the likelihood of them assisting traders become successful\".\r\n\r\nQuant trading is fast becoming within reach to the individual trader. Find out for yourself what all the buzz is about. Test drive our live trading room for free. Discover a new approach!\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_807050023\"><span class=\"aQJ\">Monday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_807050024\"><span class=\"aQJ\">Friday from 7:30am to 10:30 am ET</span></span></strong>\r\n\r\nClick on the following link to secure your spot\r\n\r\n<strong><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/394d9b986d/9bb334be08/15e10bed2a\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/267334046</a></strong>\r\n\r\nRegister early so you don\'t miss out, space is limited.\r\n\r\nSee you in the room!\r\n\r\nJoe Rios\r\n\r\nFounder - Rios Quantitative LLC\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<table align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/394d9b986d/9bb334be08/8a43ed2831/l=1XxJwh&amp;m=3amvhv.PpI5GnAF&amp;b=VMNZyoVtS.izloPfd4_3dg\" target=\"_blank\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/96xBblsE9bCpPu5lBRadZ_j8uYgSOz3fG3eO055BSLsQiffFJlWwimIuMn_vzOzNKNUAowIWUhrPXw9AKV0oD14BAY74sYZxsI8svU1Xj6r3BFK8E93xzHadsxDNXgwOVGLpbYE=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ez1pe5/536ad1e52dd5056a6e466fe6.jpeg\" alt=\"Image\" width=\"92\" height=\"114\" align=\"left\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<table align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/394d9b986d/9bb334be08/fa5e865487/l=1XxJwh&amp;m=3amvhv.PpI5GnAF&amp;b=VMNZyoVtS.izloPfd4_3dg\" target=\"_blank\"><img class=\"CToWUd\" src=\"https://ci3.googleusercontent.com/proxy/0MQefbJ6tOSOZlDiEM6yb-LsoiMTqIsI1oJqrp6pdwjXFs9I7lfTQ5aUPmJclKPSHXYLBoKA-670orRAoYJ3YfS7yLMevOChmRfyjg7Tb8gnvosZ0pLwNkD9qm4Etfr6a_UeG_I=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ez1pe5/536ad20b2dd5056a6f5147e5.jpeg\" alt=\"Image\" width=\"250\" height=\"97\" align=\"left\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<p style=\"color: #222222;\"></p>\r\n<p style=\"color: #222222;\">\r\n\r\n\r\n\r\n\r\n\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</p>','Real Live Trading Room','','inherit','open','closed','','2188-revision-v1','','','2014-10-28 11:28:15','2014-10-28 11:28:15','',2188,'http://www.thetradingroom.com/2188-revision-v1/',0,'revision','',0),(2195,2,'2014-10-28 11:32:52','2014-10-28 11:32:52','<div style=\"color: #0e5daf;\">\n<div style=\"color: #000000;\">\n<div>The word is getting out! We\'re the real thing when it comes to trading!</div>\n<div>\n\nJoe here from RiosQuant and I am proud to announce Futures Truth Magazine has namedThe Trading Room TradeLAB as one of the Top 10 trading rooms in the United States in a study conducted by Dr. Dean Handley.\n\n\"The study took into account over four years of evaluation, 47,000 historical trade records and 19,000 prospective trades. In Dr. Handley\'s study, he reviewed more than 400 futures trading websites and evaluated them using several factors including their transparency, proven track record, and the likelihood of them assisting traders become successful\".\n\nQuant trading is fast becoming within reach to the individual trader. Find out for yourself what all the buzz is about. Test drive our live trading room for free. Discover a new approach!\n\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_807050023\"><span class=\"aQJ\">Monday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_807050024\"><span class=\"aQJ\">Friday from 7:30am to 10:30 am ET</span></span></strong>\n\nClick on the following link to secure your spot\n\n<strong><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/394d9b986d/9bb334be08/15e10bed2a\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/267334046</a></strong>\n\nRegister early so you don\'t miss out, space is limited.\n\nSee you in the room!\n\nJoe Rios\n\nFounder - Rios Quantitative LLC\n\n</div>\n</div>\n</div>\n<div style=\"color: #0e5daf;\">\n<table align=\"left\">\n<tbody>\n<tr>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>\n<div style=\"color: #0e5daf;\">\n<table align=\"left\">\n<tbody>\n<tr>\n<td><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/394d9b986d/9bb334be08/fa5e865487/l=1XxJwh&amp;m=3amvhv.PpI5GnAF&amp;b=VMNZyoVtS.izloPfd4_3dg\" target=\"_blank\"><img class=\"CToWUd\" src=\"https://ci3.googleusercontent.com/proxy/0MQefbJ6tOSOZlDiEM6yb-LsoiMTqIsI1oJqrp6pdwjXFs9I7lfTQ5aUPmJclKPSHXYLBoKA-670orRAoYJ3YfS7yLMevOChmRfyjg7Tb8gnvosZ0pLwNkD9qm4Etfr6a_UeG_I=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ez1pe5/536ad20b2dd5056a6f5147e5.jpeg\" alt=\"Image\" width=\"250\" height=\"97\" align=\"left\" border=\"0\" /></a></td>\n</tr>\n</tbody>\n</table>\n</div>\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS','Real Live Quant Trading Room','','inherit','open','closed','','2188-autosave-v1','','','2014-10-28 11:32:52','2014-10-28 11:32:52','',2188,'http://www.thetradingroom.com/2188-autosave-v1/',0,'revision','',0),(2198,2,'2014-10-29 11:07:13','2014-10-29 11:07:13','<span style=\"color: #222222;\">UPDATED 6:55 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - <span style=\"color: #2a2a2a;\">European stocks rose for a second day as investors weighed company earnings and awaited the Federal Reserve’s monetary-policy decision. U.S. futures were little changed, while Asian shares advanced.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">Treasuries advanced, poised for their best monthly gain of 2014, amid speculation the Federal Reserve will signal interest rates will stay low even as it brings its third program of bond buying to a close today.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #2d2b2c;\">West Texas Intermediate crude climbed to the highest level in four days amid speculation that fuel demand is increasing in the U.S., the world’s biggest oil consumer. Brent gained in </span><a style=\"font-weight: bold; color: #003399;\" href=\"http://topics.bloomberg.com/london/\">London</a><span style=\"color: #2d2b2c;\">.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The dollar held a three-day decline as signs of an uneven U.S. economic recovery caused investors to adjust their outlooks for interest rates next year before the Federal Reserve sets monetary policy today.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA - </span><span style=\"color: #000000;\">Crude Oil Inventories due at 10:30, </span><span style=\"color: #000000;\">FOMC Statement at 14:00, </span><span style=\"color: #000000;\">RBNZ Rate Statement at 16:00 ET.</span></div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','2197-revision-v1','','','2014-10-29 11:07:13','2014-10-29 11:07:13','',2197,'http://www.thetradingroom.com/2197-revision-v1/',0,'revision','',0),(2199,2,'2014-10-31 11:04:47','2014-10-31 11:04:47','<span style=\"color: #222222;\">UPDATED 6:55 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - <span style=\"color: #2a2a2a;\">European stocks rose to a three-week high amid optimism the Bank of Japan’s stimulus will fill some of the gap left by the end of Federal Reserve bond buying. U.S. index futures and Asian shares also rallied.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">Treasuries fell, extending a second week of losses, as the Bank of Japan’s unexpected decision to increase the amount of money it pumps into the economy damped demand for safer assets.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Gold and silver slumped to the lowest level since 2010 as the dollar strengthened after the Bank of Japan unexpectedly boosted unprecedented stimulus and the Federal Reserve ended asset purchases.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">Bank of Japan Governor Haruhiko Kuroda is forcing analysts to think hard about the speed of projected yen declines after he surprised markets for a second time with monetary stimulus.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA - </span><span style=\"color: #000000; font-family: Verdana, Helvetica, sans-serif; font-size: xx-small;\">CAD </span><span style=\"color: #000000;\">GDP m/m and US </span><span style=\"color: #000000;\">Personal Spending m/m </span><span style=\"color: #000000;\">due at 8:30, </span><span style=\"color: #000000;\">Chicago PMI at 9:45, </span><span style=\"color: #000000;\">Revised UoM Consumer Sentiment at 9:55 ET.</span></div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-90','','','2014-10-31 11:08:53','2014-10-31 11:08:53','',0,'http://www.thetradingroom.com/?p=2199',0,'post','',0),(2200,2,'2014-10-31 11:04:47','2014-10-31 11:04:47','<span style=\"color: #222222;\">UPDATED 6:55 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - <span style=\"color: #2a2a2a;\">European stocks rose to a three-week high amid optimism the Bank of Japan’s stimulus will fill some of the gap left by the end of Federal Reserve bond buying. U.S. index futures and Asian shares also rallied.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">Treasuries fell, extending a second week of losses, as the Bank of Japan’s unexpected decision to increase the amount of money it pumps into the economy damped demand for safer assets.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Gold and silver slumped to the lowest level since 2010 as the dollar strengthened after the Bank of Japan unexpectedly boosted unprecedented stimulus and the Federal Reserve ended asset purchases.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">Bank of Japan Governor Haruhiko Kuroda is forcing analysts to think hard about the speed of projected yen declines after he surprised markets for a second time with monetary stimulus.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA - </span><span style=\"color: #000000; font-family: Verdana, Helvetica, sans-serif; font-size: xx-small;\">CAD </span><span style=\"color: #000000;\">GDP m/m and US </span><span style=\"color: #000000;\">Personal Spending m/m </span><span style=\"color: #000000;\">due at 8:30, </span><span style=\"color: #000000;\">Chicago PMI at 9:45, </span><span style=\"color: #000000;\">Revised UoM Consumer Sentiment at 9:55 ET.</span></div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','2199-revision-v1','','','2014-10-31 11:04:47','2014-10-31 11:04:47','',2199,'http://www.thetradingroom.com/2199-revision-v1/',0,'revision','',0),(2201,2,'2014-10-31 16:12:44','2014-10-31 16:12:44','<strong style=\"color: #500050;\">Quant Trading Basics - Identifying acceleration in the markets with the GnosTICK indicator. </strong>\r\n\r\n<span style=\"color: #500050;\"><strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_338261028\"><span class=\"aQJ\">Saturday, November 1st at 11:00am ET</span></span>\r\nClaim your spot by clicking here:</strong></span><br style=\"color: #500050;\" /><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/951fb5eab6/TEST/3adcc8b472\" target=\"_blank\"><strong>https://www3.gotomeeting.com/<wbr />register/384673142</strong></a><br style=\"color: #500050;\" /><br style=\"color: #500050;\" /><span style=\"color: #500050;\">Quantitative trading is fast overtaking the global financial markets. Discover if quant trading is for you, it might not be as hard as you think. Get the inside story from Rios Quantitative, a recognized leader in quantitative and algorithmic trading technology.</span>\r\n\r\n&nbsp;','Quantitative Trading Workshop','','publish','open','closed','','quantitative-trading-workshop','','','2014-10-31 16:12:44','2014-10-31 16:12:44','',0,'http://www.thetradingroom.com/?p=2201',0,'post','',0),(2202,2,'2014-10-31 16:11:17','2014-10-31 16:11:17','','trading haunted','','inherit','open','closed','','trading-haunted','','','2014-10-31 16:11:17','2014-10-31 16:11:17','',2201,'http://www.thetradingroom.com/wp-content/uploads/2014/10/trading-haunted.jpg',0,'attachment','image/jpeg',0),(2203,2,'2014-10-31 16:12:19','2014-10-31 16:12:19','<strong style=\"color: #500050;\">Quant Trading Basics - Identifying acceleration in the markets with the GnosTICK indicator. </strong>\r\n\r\n<span style=\"color: #500050;\"><strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_338261028\"><span class=\"aQJ\">Saturday, November 1st at 11:00am ET</span></span>\r\nClaim your spot by clicking here:</strong></span><br style=\"color: #500050;\" /><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/951fb5eab6/TEST/3adcc8b472\" target=\"_blank\"><strong>https://www3.gotomeeting.com/<wbr />register/384673142</strong></a><br style=\"color: #500050;\" /><br style=\"color: #500050;\" /><span style=\"color: #500050;\">Quantitative trading is fast overtaking the global financial markets. Discover if quant trading is for you, it might not be as hard as you think. Get the inside story from Rios Quantitative, a recognized leader in quantitative and algorithmic trading technology.</span>\r\n\r\n&nbsp;','Quantitative Trading Workshop','','inherit','open','closed','','2201-revision-v1','','','2014-10-31 16:12:19','2014-10-31 16:12:19','',2201,'http://www.thetradingroom.com/2201-revision-v1/',0,'revision','',0),(2204,2,'2014-11-03 02:41:22','2014-11-03 02:41:22','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\"><img class=\"aligncenter size-full wp-image-173\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\" alt=\"wallstreet\" width=\"650\" height=\"148\" /></a>\r\n\r\n&nbsp;\r\n\r\nFrom the desk of Joe Rios\r\n\r\nThe Bank of Japan\'s unexpected announcement to expand monetary stimulus pushed global stocks higher, helping the S&amp;P 500 close the week near record highs and drove the Japanese Yen to the lowest level since December 2007. The stock market correction that started in mid October reached a full recovery by Friday, the final trading session for October. The Nikkei led the way gaining 10.1% followed by the Russell 4.8%, DJIA 3.3%, Nasdaq 2.5% and S&amp;P 500 2.5%. The US Dollar also responded by rallying higher to break out of the early October highs, pushing most foreign currencies down to key support levels.\r\n\r\nThe commodity market also provided trading opportunities with Natural Gas, Soybeans and Corn all rising 6.7%. The metals provided shorting opportunities led by Silver dropping\r\n\r\n-5.9% and Gold -4.7%. In the week ahead we have a busy calendar with corporate earnings news, key economic data, and the mid-term elections. My focus will continue to be on the correlations between the US 10 Yr Treasury Notes, S&amp;P 500 and the US Dollar. All of the major markets finished the week at key levels, therefore I expect plenty of trading opportunities in the week ahead.\r\n\r\nJoe Rios\r\n\r\nRios Quantitative LLC - Chief Market Strategist\r\n\r\n<hr />\r\n\r\n<strong>Live Trading Rooms and Events: </strong><strong>The Trading Room </strong><strong>TradeLAB</strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/afdd094b4b/TEST/900318f05b\">https://www3.gotomeeting.com/register/204840110</a></strong>\r\n\r\n<strong><span data-term=\"goog_338261137\">Monday</span> through <span data-term=\"goog_338261138\">Friday</span> beginning at <span data-term=\"goog_338261139\">7:30 AM ET</span></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<hr />\r\n\r\n<strong>Insider\'s Quant (IQ) Room</strong>\r\n\r\n<strong>Advanced Concepts with Joe Rios</strong>\r\n\r\n<span data-term=\"goog_338261140\">Monday at 10:30 AM ET</span> (part of the TradeLAB)\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/afdd094b4b/TEST/d1f2a5748f\"><strong>https://www3.gotomeeting.com/register/204840110</strong></a>\r\n\r\n<span data-term=\"goog_338261141\">Tuesday</span> and <span data-term=\"goog_338261142\">Thursday</span> beginning at <span data-term=\"goog_338261143\">1:30 PM ET</span>\r\n\r\nSUBSCRIPTION ONLY\r\n\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the RiosQuant Trading Indicators:</strong>\r\n\r\n<strong><span data-term=\"goog_338261144\">Wednesday</span> beginning at <span data-term=\"goog_338261145\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/afdd094b4b/TEST/1298c010d2\">https://www3.gotomeeting.com/register/418584646</a></strong>\r\n\r\n<strong>Topic: </strong><strong>Next Big Swing Using Pattern ID</strong>\r\n\r\n<strong>RiosQuant Performance Coach Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n<strong><span data-term=\"goog_338261146\">Saturday</span> beginning at <span data-term=\"goog_338261147\">11:00 AM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/afdd094b4b/TEST/8f335bd13c\">https://www3.gotomeeting.com/register/447868126</a></strong>\r\n\r\n<strong>Topic: Think Smarter Trade Better</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n<table width=\"650\">\r\n<tbody>\r\n<tr>\r\n<td width=\"463\">&nbsp;\r\n<table width=\"415\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h2>MONDAY</h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nGBP - Manufacturing PMI – 4:30 AM ET\r\n\r\nUSD - ISM Manufacturing PMI – <span data-term=\"goog_338261150\">10:00 AM ET</span>\r\n\r\nCAD - BOC Gov. Poloz  Speaks – 12:50 PM ET\r\n\r\nAUD - Trade Balance and Retail Sales – <span data-term=\"goog_338261152\">7:30 PM ET</span>\r\n\r\nAUD - RBA Rate Statement – 10:30 PM ET\r\n<h2><span data-term=\"goog_338261153\">TUESDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - Spanish Unemployment Change – 3:00 AM ET\r\n\r\nGBP - Construction PMI – 4:30 AM ET\r\n\r\nNZD - Unemployment Rate – 4:45 PM ET\r\n\r\nJPY - BOJ Gov. Kuroda Speaks – 9:30 PM ET\r\n<h2><span data-term=\"goog_338261156\">WEDNESDAY\r\n</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nGBP - Services PMI – 4:30 AM ET\r\n\r\nUSD - ADP Nonfarm Employment Change – 8:15 AM ET\r\n\r\nUSD - ISM Non-Manufacturing PMI – 10:00 AM ET\r\n\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\n\r\nAUD - Unemployment Rate – 7:30 PM ET\r\n<h2><span data-term=\"goog_338261157\">THURSDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nGBP - Manufacturing Production – <span data-term=\"goog_338261158\">4:30 AM ET</span>\r\n\r\nGBP - Official Bank Rate – 7:00 AM ET\r\n\r\nEUR - Minimum Bid Rate – <span data-term=\"goog_338261159\">7:45 AM ET</span>\r\n\r\nEUR - ECB Press Conference – <span data-term=\"goog_338261160\">8:30 AM ET</span>\r\n\r\nUSD - Unemployment Claims – 8:30 AM ET\r\n\r\nCAD -  Ivey PMI – <span data-term=\"goog_338261162\">10:00 AM ET</span>\r\n\r\nUSD - Natural Gas Storage – <span data-term=\"goog_338261163\">10:30 AM ET</span>\r\n\r\nAUD - RBA Monetary Policy Statement – <span data-term=\"goog_338261164\">7:30 PM ET</span>\r\n<h2><span data-term=\"goog_338261165\">FRIDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nCAD - Employment Change – 8:30 AM ET\r\n\r\nUSD - Nonfarm Employment Change – 8:30 AM ET</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<table width=\"650\">\r\n<tbody>\r\n<tr>\r\n<td><strong>THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS </strong><strong>PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</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;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<div align=\"right\"></div>\r\n<div align=\"right\"></div>\r\n<div align=\"right\"></div>\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-23','','','2014-11-03 02:41:22','2014-11-03 02:41:22','',0,'http://www.thetradingroom.com/?p=2204',0,'post','',0),(2205,2,'2014-11-03 02:36:35','2014-11-03 02:36:35','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\"><img class=\"aligncenter size-full wp-image-173\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\" alt=\"wallstreet\" width=\"650\" height=\"148\" /></a>\r\n\r\n&nbsp;\r\n\r\nFrom the desk of Joe Rios\r\n\r\nThe Bank of Japan\'s unexpected announcement to expand monetary stimulus pushed global stocks higher, helping the S&amp;P 500 close the week near record highs and drove the Japanese Yen to the lowest level since December 2007. The stock market correction that started in mid October reached a full recovery by Friday, the final trading session for October. The Nikkei led the way gaining 10.1% followed by the Russell 4.8%, DJIA 3.3%, Nasdaq 2.5% and S&amp;P 500 2.5%. The US Dollar also responded by rallying higher to break out of the early October highs, pushing most foreign currencies down to key support levels.\r\n\r\nThe commodity market also provided trading opportunities with Natural Gas, Soybeans and Corn all rising 6.7%. The metals provided shorting opportunities led by Silver dropping\r\n\r\n-5.9% and Gold -4.7%. In the week ahead we have a busy calendar with corporate earnings news, key economic data, and the mid-term elections. My focus will continue to be on the correlations between the US 10 Yr Treasury Notes, S&amp;P 500 and the US Dollar. All of the major markets finished the week at key levels, therefore I expect plenty of trading opportunities in the week ahead.\r\n\r\nJoe Rios\r\n\r\nRios Quantitative LLC - Chief Market Strategist\r\n\r\n<hr />\r\n\r\n<strong>Live Trading Rooms and Events: </strong><strong>The Trading Room </strong><strong>TradeLAB</strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/afdd094b4b/TEST/900318f05b\">https://www3.gotomeeting.com/register/204840110</a></strong>\r\n\r\n<strong><span data-term=\"goog_338261137\">Monday</span> through <span data-term=\"goog_338261138\">Friday</span> beginning at <span data-term=\"goog_338261139\">7:30 AM ET</span></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<hr />\r\n\r\n<strong>Insider\'s Quant (IQ) Room</strong>\r\n\r\n<strong>Advanced Concepts with Joe Rios</strong>\r\n\r\n<span data-term=\"goog_338261140\">Monday at 10:30 AM ET</span> (part of the TradeLAB)\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/afdd094b4b/TEST/d1f2a5748f\"><strong>https://www3.gotomeeting.com/register/204840110</strong></a>\r\n\r\n<span data-term=\"goog_338261141\">Tuesday</span> and <span data-term=\"goog_338261142\">Thursday</span> beginning at <span data-term=\"goog_338261143\">1:30 PM ET</span>\r\n\r\nSUBSCRIPTION ONLY\r\n\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the RiosQuant Trading Indicators:</strong>\r\n\r\n<strong><span data-term=\"goog_338261144\">Wednesday</span> beginning at <span data-term=\"goog_338261145\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/afdd094b4b/TEST/1298c010d2\">https://www3.gotomeeting.com/register/418584646</a></strong>\r\n\r\n<strong>Topic: </strong><strong>Next Big Swing Using Pattern ID</strong>\r\n\r\n<strong>RiosQuant Performance Coach Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n<strong><span data-term=\"goog_338261146\">Saturday</span> beginning at <span data-term=\"goog_338261147\">11:00 AM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/afdd094b4b/TEST/8f335bd13c\">https://www3.gotomeeting.com/register/447868126</a></strong>\r\n\r\n<strong>Topic: Think Smarter Trade Better</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n<table width=\"650\">\r\n<tbody>\r\n<tr>\r\n<td width=\"463\">&nbsp;\r\n<table width=\"415\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h2>MONDAY</h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nGBP - Manufacturing PMI – 4:30 AM ET\r\n\r\nUSD - ISM Manufacturing PMI – <span data-term=\"goog_338261150\">10:00 AM ET</span>\r\n\r\nCAD - BOC Gov. Poloz  Speaks – 12:50 PM ET\r\n\r\nAUD - Trade Balance and Retail Sales – <span data-term=\"goog_338261152\">7:30 PM ET</span>\r\n\r\nAUD - RBA Rate Statement – 10:30 PM ET\r\n<h2><span data-term=\"goog_338261153\">TUESDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - Spanish Unemployment Change – 3:00 AM ET\r\n\r\nGBP - Construction PMI – 4:30 AM ET\r\n\r\nNZD - Unemployment Rate – 4:45 PM ET\r\n\r\nJPY - BOJ Gov. Kuroda Speaks – 9:30 PM ET\r\n<h2><span data-term=\"goog_338261156\">WEDNESDAY\r\n</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nGBP - Services PMI – 4:30 AM ET\r\n\r\nUSD - ADP Nonfarm Employment Change – 8:15 AM ET\r\n\r\nUSD - ISM Non-Manufacturing PMI – 10:00 AM ET\r\n\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\n\r\nAUD - Unemployment Rate – 7:30 PM ET\r\n<h2><span data-term=\"goog_338261157\">THURSDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nGBP - Manufacturing Production – <span data-term=\"goog_338261158\">4:30 AM ET</span>\r\n\r\nGBP - Official Bank Rate – 7:00 AM ET\r\n\r\nEUR - Minimum Bid Rate – <span data-term=\"goog_338261159\">7:45 AM ET</span>\r\n\r\nEUR - ECB Press Conference – <span data-term=\"goog_338261160\">8:30 AM ET</span>\r\n\r\nUSD - Unemployment Claims – 8:30 AM ET\r\n\r\nCAD -  Ivey PMI – <span data-term=\"goog_338261162\">10:00 AM ET</span>\r\n\r\nUSD - Natural Gas Storage – <span data-term=\"goog_338261163\">10:30 AM ET</span>\r\n\r\nAUD - RBA Monetary Policy Statement – <span data-term=\"goog_338261164\">7:30 PM ET</span>\r\n<h2><span data-term=\"goog_338261165\">FRIDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nCAD - Employment Change – 8:30 AM ET\r\n\r\nUSD - Nonfarm Employment Change – 8:30 AM ET</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<table width=\"650\">\r\n<tbody>\r\n<tr>\r\n<td><strong>THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY\r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</strong>\r\n\r\n<strong>PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</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;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<div align=\"right\"></div>\r\n<div align=\"right\"></div>\r\n<div align=\"right\"></div>\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2204-revision-v1','','','2014-11-03 02:36:35','2014-11-03 02:36:35','',2204,'http://www.thetradingroom.com/2204-revision-v1/',0,'revision','',0),(2206,2,'2014-11-03 02:37:20','2014-11-03 02:37:20','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\"><img class=\"aligncenter size-full wp-image-173\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/02/wallstreet.jpg\" alt=\"wallstreet\" width=\"650\" height=\"148\" /></a>\r\n\r\n&nbsp;\r\n\r\nFrom the desk of Joe Rios\r\n\r\nThe Bank of Japan\'s unexpected announcement to expand monetary stimulus pushed global stocks higher, helping the S&amp;P 500 close the week near record highs and drove the Japanese Yen to the lowest level since December 2007. The stock market correction that started in mid October reached a full recovery by Friday, the final trading session for October. The Nikkei led the way gaining 10.1% followed by the Russell 4.8%, DJIA 3.3%, Nasdaq 2.5% and S&amp;P 500 2.5%. The US Dollar also responded by rallying higher to break out of the early October highs, pushing most foreign currencies down to key support levels.\r\n\r\nThe commodity market also provided trading opportunities with Natural Gas, Soybeans and Corn all rising 6.7%. The metals provided shorting opportunities led by Silver dropping\r\n\r\n-5.9% and Gold -4.7%. In the week ahead we have a busy calendar with corporate earnings news, key economic data, and the mid-term elections. My focus will continue to be on the correlations between the US 10 Yr Treasury Notes, S&amp;P 500 and the US Dollar. All of the major markets finished the week at key levels, therefore I expect plenty of trading opportunities in the week ahead.\r\n\r\nJoe Rios\r\n\r\nRios Quantitative LLC - Chief Market Strategist\r\n\r\n<hr />\r\n\r\n<strong>Live Trading Rooms and Events: </strong><strong>The Trading Room </strong><strong>TradeLAB</strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/afdd094b4b/TEST/900318f05b\">https://www3.gotomeeting.com/register/204840110</a></strong>\r\n\r\n<strong><span data-term=\"goog_338261137\">Monday</span> through <span data-term=\"goog_338261138\">Friday</span> beginning at <span data-term=\"goog_338261139\">7:30 AM ET</span></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<hr />\r\n\r\n<strong>Insider\'s Quant (IQ) Room</strong>\r\n\r\n<strong>Advanced Concepts with Joe Rios</strong>\r\n\r\n<span data-term=\"goog_338261140\">Monday at 10:30 AM ET</span> (part of the TradeLAB)\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/afdd094b4b/TEST/d1f2a5748f\"><strong>https://www3.gotomeeting.com/register/204840110</strong></a>\r\n\r\n<span data-term=\"goog_338261141\">Tuesday</span> and <span data-term=\"goog_338261142\">Thursday</span> beginning at <span data-term=\"goog_338261143\">1:30 PM ET</span>\r\n\r\nSUBSCRIPTION ONLY\r\n\r\n_______________________________________________\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the RiosQuant Trading Indicators:</strong>\r\n\r\n<strong><span data-term=\"goog_338261144\">Wednesday</span> beginning at <span data-term=\"goog_338261145\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/afdd094b4b/TEST/1298c010d2\">https://www3.gotomeeting.com/register/418584646</a></strong>\r\n\r\n<strong>Topic: </strong><strong>Next Big Swing Using Pattern ID</strong>\r\n\r\n<strong>RiosQuant Performance Coach Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n<strong><span data-term=\"goog_338261146\">Saturday</span> beginning at <span data-term=\"goog_338261147\">11:00 AM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/afdd094b4b/TEST/8f335bd13c\">https://www3.gotomeeting.com/register/447868126</a></strong>\r\n\r\n<strong>Topic: Think Smarter Trade Better</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n<table width=\"650\">\r\n<tbody>\r\n<tr>\r\n<td width=\"463\">&nbsp;\r\n<table width=\"415\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h2>MONDAY</h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nGBP - Manufacturing PMI – 4:30 AM ET\r\n\r\nUSD - ISM Manufacturing PMI – <span data-term=\"goog_338261150\">10:00 AM ET</span>\r\n\r\nCAD - BOC Gov. Poloz  Speaks – 12:50 PM ET\r\n\r\nAUD - Trade Balance and Retail Sales – <span data-term=\"goog_338261152\">7:30 PM ET</span>\r\n\r\nAUD - RBA Rate Statement – 10:30 PM ET\r\n<h2><span data-term=\"goog_338261153\">TUESDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nEUR - Spanish Unemployment Change – 3:00 AM ET\r\n\r\nGBP - Construction PMI – 4:30 AM ET\r\n\r\nNZD - Unemployment Rate – 4:45 PM ET\r\n\r\nJPY - BOJ Gov. Kuroda Speaks – 9:30 PM ET\r\n<h2><span data-term=\"goog_338261156\">WEDNESDAY\r\n</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nGBP - Services PMI – 4:30 AM ET\r\n\r\nUSD - ADP Nonfarm Employment Change – 8:15 AM ET\r\n\r\nUSD - ISM Non-Manufacturing PMI – 10:00 AM ET\r\n\r\nUSD - Crude Oil Inventories – 10:30 AM ET\r\n\r\nAUD - Unemployment Rate – 7:30 PM ET\r\n<h2><span data-term=\"goog_338261157\">THURSDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nGBP - Manufacturing Production – <span data-term=\"goog_338261158\">4:30 AM ET</span>\r\n\r\nGBP - Official Bank Rate – 7:00 AM ET\r\n\r\nEUR - Minimum Bid Rate – <span data-term=\"goog_338261159\">7:45 AM ET</span>\r\n\r\nEUR - ECB Press Conference – <span data-term=\"goog_338261160\">8:30 AM ET</span>\r\n\r\nUSD - Unemployment Claims – 8:30 AM ET\r\n\r\nCAD -  Ivey PMI – <span data-term=\"goog_338261162\">10:00 AM ET</span>\r\n\r\nUSD - Natural Gas Storage – <span data-term=\"goog_338261163\">10:30 AM ET</span>\r\n\r\nAUD - RBA Monetary Policy Statement – <span data-term=\"goog_338261164\">7:30 PM ET</span>\r\n<h2><span data-term=\"goog_338261165\">FRIDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nCAD - Employment Change – 8:30 AM ET\r\n\r\nUSD - Nonfarm Employment Change – 8:30 AM ET</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<table width=\"650\">\r\n<tbody>\r\n<tr>\r\n<td><strong>THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS </strong><strong>PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</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;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<div align=\"right\"></div>\r\n<div align=\"right\"></div>\r\n<div align=\"right\"></div>\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2204-revision-v1','','','2014-11-03 02:37:20','2014-11-03 02:37:20','',2204,'http://www.thetradingroom.com/2204-revision-v1/',0,'revision','',0),(2232,2,'2014-11-24 11:56:07','2014-11-24 11:56:07','From the desk of Joe Rios\r\n\r\nVolatility remained relatively low for most of last week with the exception of Friday following comments from ECB President  Mario Draghi. The S&amp;P 500 rallied closing the week 1.2% higher while the Japanese yen finished lower -1.4% as carry trades initiated additional positions. The US Treasury 10 Year Note finished the week unchanged 0.0%. The benchmarks traded mostly mixed and in conflict lacking conviction of either risk on or risk off market sentiment. As a result the benchmarks traded mostly range bound making it challenging for momentum traders. Natural gas continued to take center stage rising 9.2%. Take special note of the wider than usual trading range for Natural Gas futures, therefore make sure to adjust your stop-loss and profit target accordingly.   In the week ahead we have plenty of economic data packed into a holiday shorten trading week. I will pay special attention to crude oil price action leading to Friday\'s OPEC meeting. Be alert for trading opportunities as volatility may rise on a low volume trading environment.\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>The Trading Room </strong><strong>TradeLAB - </strong>Global Trading with Quantitative Technologies\r\n\r\n<strong><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3dRrmfv3DrrDnAF&amp;b=UBdHwfTpfW65dNLd9jy1Lg\" target=\"_blank\">REGISTER HERE!</a></strong>\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_953573917\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_953573918\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_953573919\"><span class=\"aQJ\">7:30 AM ET</span></span></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n______________________________<wbr />______________________________\r\n<p style=\"color: #000000;\"><strong>Insider\'s Quant (IQ) Room - </strong><strong>Advanced Concepts with Joe Rios</strong></p>\r\n<p style=\"color: #000000;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_953573920\"><span class=\"aQJ\">Monday</span></span>, <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_953573921\"><span class=\"aQJ\">Tuesday</span></span>, and <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_953573922\"><span class=\"aQJ\">Thursday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_953573923\"><span class=\"aQJ\">1:30 PM ET</span></span></p>\r\n\r\n<div style=\"color: #000000;\">SUBSCRIPTION ONLY - REQUEST FREE TRIAL HERE:</div>\r\n<div style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3dRrmfv3DrrDnAF&amp;b=1rNTgjwFZJfRiJZTJ_rSLw\" target=\"_blank\"><strong>http://www.thetradingroom.com/<wbr />algorithmic-trading/</strong></a></div>\r\n<p style=\"color: #000000;\">       _____________________________<wbr />______</p>\r\n\r\n<div style=\"color: #000000;\">The Trading Room EDU - Educational Workshop</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">Covering the RiosQuant Trading Indicators:</div>\r\n<div style=\"color: #000000;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_953573924\"><span class=\"aQJ\">Wednesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_953573925\"><span class=\"aQJ\">7:30 PM ET</span></span></div>\r\n<div style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3dRrmfv3DrrDnAF&amp;b=Kdrz2p9mrWZEmWDAoKSOfw\" target=\"_blank\">REGISTER HERE!</a></div>\r\n<div style=\"color: #000000;\">Topic: The Next Big Swing</div>\r\n<div style=\"color: #000000;\">Presenter: Steve Schwartz</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_953573926\"><span class=\"aQJ\">Saturday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_953573927\"><span class=\"aQJ\">11:00 AM ET</span></span></div>\r\n<div style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3dRrmfv3DrrDnAF&amp;b=8NzYPMLuIDWETijYpUhG1w\" target=\"_blank\">REGISTER HERE!</a></div>\r\n<div style=\"color: #000000;\">Topic: RiosQuant Basic - Presenter: Steve Schwartz</div>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nMonday\r\n\r\n4:00 AM               EUR        German Ifo Business Climate\r\n\r\n8:00 PM                JPY         BOJ Gov. Kuroda Speaks\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n5:00 AM               GBP       Inflation Report Hearings\r\n\r\n8:30 AM               CAD       Core Retail Sales\r\n\r\n8:30 AM               USD       Preliminary GDP\r\n\r\n10:00 AM             USD       CB Consumer Confidence\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM               GBP       Second Estimate GDP\r\n\r\n8:30 AM               USD       Unemployment Claims and Durable Goods Orders\r\n\r\n9:45 AM               USD       Chicago PMI\r\n\r\n10:00 AM             USD       New-Home Sales\r\n\r\n10:30 AM                             Crude Oil Inventories\r\n\r\n12:00 PM                             Natural Gas Storage\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\nUS Holiday\r\n\r\nAll Day                                 OPEC meetings\r\n\r\n7:00 PM                NZD       ANZ Business Confidence\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n5:00 AM               EUR        CPI Flash Estimate\r\n\r\n8:30 AM               CAD       GDP','The Week Ahead in the Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-26','','','2014-11-24 11:56:07','2014-11-24 11:56:07','',0,'http://www.thetradingroom.com/?p=2232',0,'post','',0),(2208,2,'2014-11-04 11:57:05','2014-11-04 11:57:05','<span style=\"color: #222222;\">UPDATED 6:50 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - <span style=\"color: #2a2a2a;\">European stocks were little changed, as officials cut growth forecasts for the euro region, offsetting better-than-expected earnings from companies including Securitas AB and Royal DSM NV. U.S. stock-index futures fell.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">Treasuries show inflation expectations are falling in 2014 by the most in three years as Bill Gross warned investors to brace for a decline in prices.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">West Texas Intermediate crude dropped to the lowest intraday level in three years as Saudi Arabia cut prices for crude exports to U.S. customers amid speculation that stockpiles increased. Brent extended losses in London.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The dollar fell for the first time in five days against the euro before a report that economists said will show U.S. factory orders slid in September, supporting the case for interest rates to stay at a record low.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA - </span><span style=\"color: #000000; font-family: Verdana, Helvetica, sans-serif; font-size: xx-small;\">US </span><span style=\"color: #000000;\">Trade Balance and CAD </span><span style=\"color: #000000;\">Trade Balance due at 8:30, US </span><span style=\"color: #000000;\">Factory Orders m/m at 10:00, </span><span style=\"color: #000000;\">BOC Gov Poloz Speaks at 10:30, </span><span style=\"color: #000000;\">Congressional Elections all day, NZD </span><span style=\"color: #000000;\">Unemployment Rate at 16:45, </span><span style=\"color: #000000;\">BOJ Gov Kuroda Speaks at 21:30 ET. </span></div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-91','','','2014-11-04 11:57:05','2014-11-04 11:57:05','',0,'http://www.thetradingroom.com/?p=2208',0,'post','',0),(2209,2,'2014-11-04 11:57:05','2014-11-04 11:57:05','<span style=\"color: #222222;\">UPDATED 6:50 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - <span style=\"color: #2a2a2a;\">European stocks were little changed, as officials cut growth forecasts for the euro region, offsetting better-than-expected earnings from companies including Securitas AB and Royal DSM NV. U.S. stock-index futures fell.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">Treasuries show inflation expectations are falling in 2014 by the most in three years as Bill Gross warned investors to brace for a decline in prices.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">West Texas Intermediate crude dropped to the lowest intraday level in three years as Saudi Arabia cut prices for crude exports to U.S. customers amid speculation that stockpiles increased. Brent extended losses in London.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The dollar fell for the first time in five days against the euro before a report that economists said will show U.S. factory orders slid in September, supporting the case for interest rates to stay at a record low.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA - </span><span style=\"color: #000000; font-family: Verdana, Helvetica, sans-serif; font-size: xx-small;\">US </span><span style=\"color: #000000;\">Trade Balance and CAD </span><span style=\"color: #000000;\">Trade Balance due at 8:30, US </span><span style=\"color: #000000;\">Factory Orders m/m at 10:00, </span><span style=\"color: #000000;\">BOC Gov Poloz Speaks at 10:30, </span><span style=\"color: #000000;\">Congressional Elections all day, NZD </span><span style=\"color: #000000;\">Unemployment Rate at 16:45, </span><span style=\"color: #000000;\">BOJ Gov Kuroda Speaks at 21:30 ET. </span></div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','2208-revision-v1','','','2014-11-04 11:57:05','2014-11-04 11:57:05','',2208,'http://www.thetradingroom.com/2208-revision-v1/',0,'revision','',0),(2210,2,'2014-11-05 12:14:52','2014-11-05 12:14:52','<span style=\"color: #222222;\">UPDATED 7:10 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - <span style=\"color: #2d2b2c;\">European stocks rose for the first time in three days as companies</span><span style=\"color: #2d2b2c;\"> posted better-than-estimated earnings. U.S. index futures advanced after Republicans gained majority in the Senate.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">Treasuries yielded the most versus Japanese bonds in almost a month on speculation U.S. data this week will show employment is strong enough to keep the Federal Reserve on course to raise interest rates.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - Most c</span><span style=\"color: #2a2a2a;\">ommodities fell to a five-year low as crude oil to gold lost after the dollar climbed to the highest since 2009, curbing demand for raw materials.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The yen fell to its lowest in almost seven years against the dollar as Bank of Japan Governor Haruhiko Kuroda said he saw no limit to the steps the central bank may take to defeat deflation.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA - </span><span style=\"color: #000000; font-family: Verdana, Helvetica, sans-serif; font-size: xx-small;\">US </span><span style=\"color: #000000;\">ADP Non-Farm Employment Change due at 8:15, </span><span style=\"color: #000000;\">FOMC Member Kocherlakota Speaks at 9:15, </span><span style=\"color: #000000;\">ISM Non-Manufacturing PMI at 10:00, Crude Oil Inventories at 10:30, AUD </span><span style=\"color: #000000;\">Employment Change at 21:30 ET.</span></div>\r\n&nbsp;','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-92','','','2014-11-05 12:14:53','2014-11-05 12:14:53','',0,'http://www.thetradingroom.com/?p=2210',0,'post','',0),(2211,2,'2014-11-05 12:14:53','2014-11-05 12:14:53','<span style=\"color: #222222;\">UPDATED 7:10 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - <span style=\"color: #2d2b2c;\">European stocks rose for the first time in three days as companies</span><span style=\"color: #2d2b2c;\"> posted better-than-estimated earnings. U.S. index futures advanced after Republicans gained majority in the Senate.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">Treasuries yielded the most versus Japanese bonds in almost a month on speculation U.S. data this week will show employment is strong enough to keep the Federal Reserve on course to raise interest rates.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - Most c</span><span style=\"color: #2a2a2a;\">ommodities fell to a five-year low as crude oil to gold lost after the dollar climbed to the highest since 2009, curbing demand for raw materials.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The yen fell to its lowest in almost seven years against the dollar as Bank of Japan Governor Haruhiko Kuroda said he saw no limit to the steps the central bank may take to defeat deflation.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA - </span><span style=\"color: #000000; font-family: Verdana, Helvetica, sans-serif; font-size: xx-small;\">US </span><span style=\"color: #000000;\">ADP Non-Farm Employment Change due at 8:15, </span><span style=\"color: #000000;\">FOMC Member Kocherlakota Speaks at 9:15, </span><span style=\"color: #000000;\">ISM Non-Manufacturing PMI at 10:00, Crude Oil Inventories at 10:30, AUD </span><span style=\"color: #000000;\">Employment Change at 21:30 ET.</span></div>\r\n&nbsp;','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','2210-revision-v1','','','2014-11-05 12:14:53','2014-11-05 12:14:53','',2210,'http://www.thetradingroom.com/2210-revision-v1/',0,'revision','',0),(2212,2,'2014-11-08 17:09:32','2014-11-08 17:09:32','','90 Day','','inherit','open','closed','','1653-revision-v1','','','2014-11-08 17:09:32','2014-11-08 17:09:32','',1653,'http://www.thetradingroom.com/1653-revision-v1/',0,'revision','',0),(2213,2,'2014-11-09 23:32:19','2014-11-09 23:32:19','','Algorithmic Trading','','publish','open','closed','','algorithmic-trading','','','2014-11-10 03:49:18','2014-11-10 03:49:18','',0,'http://www.thetradingroom.com/?page_id=2213',0,'page','',0),(2214,2,'2014-11-09 23:02:38','2014-11-09 23:02:38','','Algorithmic Trading','','inherit','open','closed','','2213-revision-v1','','','2014-11-09 23:02:38','2014-11-09 23:02:38','',2213,'http://www.thetradingroom.com/2213-revision-v1/',0,'revision','',0),(2215,2,'2014-11-10 04:02:42','2014-11-10 04:02:42','From the desk of Joe Rios\r\n\r\nThe financial markets ended the week with a strong US October jobs report. The unemployment rate fell to 5.8% and wages moved up slightly. The US bond market reacted with the US 10 Year Note breaking out from the recent downtrend pushing interest rate yield lower. In the currency market the US dollar reacted to lower interest rate yields as expected by retracing from recent highs. However in the stock market the S&amp;P 500 tested the recent upward trend support line but failed to break instead prices consolidated near recent highs. The RQ Dynamic Market Sentiment indicator went from <em>Risk-ON</em> to <em>Conflict </em>to <em>Mixed </em>to <em>Risk-OFF</em> before finishing the week\'s session in <em>Mixed </em>sentiment. What\'s the market\'s message? What are the correlations telling us from Friday\'s price action to the employment data? Is the bad news is good news theme over? Are we shifting to good news is good news?\r\n\r\nIn the week ahead I will focus on the markets message and try to gain clarity to the direction of the benchmarks. Exercise in patience may be prudent until the markets give us a clear message. Should we see <em>Conflict </em>sentiment I will look to the currency market for trading opportunities. Should we see <em>Risk-ON or Risk-OFF</em> then I will look to the risk assets for trading opportunities. The economic calendar is winding down however there is plenty of Fedspeak throughout the week. Therefore I will pay close attention to the market\'s technical activities and trade accordingly.\r\n\r\n<strong><em>Joe Rios</em></strong>\r\n\r\nRios Quantitative LLC - Chief Strategist\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/11/correlation-11-9.jpg\"><img class=\"aligncenter size-full wp-image-2216\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/11/correlation-11-9.jpg\" alt=\"correlation 11-9\" width=\"854\" height=\"624\" /></a>\r\n\r\nCorrelation between the S&amp;P 500 and the US 10 Yr Note futures pre and post Friday\'s US employment data.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/11/correlation-11-9-3.jpg\"><img class=\"aligncenter size-full wp-image-2217\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/11/correlation-11-9-3.jpg\" alt=\"correlation 11-9-3\" width=\"910\" height=\"625\" /></a>\r\n\r\nS&amp;P 500 and the US 10 Yr Note futures trend lines with the RQ Dynamic Market Sentiment indicator pre and post Friday\'s US employment data.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<p style=\"color: #000000;\"><strong>Live Rooms and Events - </strong><strong>The Trading Room TradeLAB</strong></p>\r\n<p style=\"color: #000000;\"><strong><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f4dcdfdc3e/TEST/57768bf730\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/375483078</a></strong></p>\r\n<p style=\"color: #000000;\"><strong>Global Trading with Quantitative Technologies</strong></p>\r\n<p style=\"color: #000000;\"><strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_870237583\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_870237584\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_870237585\"><span class=\"aQJ\">7:30 AM ET</span></span></strong></p>\r\n<p style=\"color: #000000;\">RQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</p>\r\n<p style=\"color: #000000;\">______________________________<wbr />_______________</p>\r\n\r\n<div style=\"color: #000000;\"><strong>Insider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios</strong></div>\r\n<div style=\"color: #000000;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_870237586\"><span class=\"aQJ\">Monday</span></span>, <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_870237587\"><span class=\"aQJ\">Tuesday</span></span> &amp; <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_870237588\"><span class=\"aQJ\">Thursday</span></span> starting at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_870237589\"><span class=\"aQJ\">1:30 pm ET</span></span></div>\r\n<div style=\"color: #000000;\">RQ Algorithmic and Quant Trading Course</div>\r\n<div style=\"color: #000000;\">Get a 2 Week Free Trial, click on the link to register:</div>\r\n<div style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/algorithmic-trading/\" target=\"_blank\">http://www.thetradingroom.com/<wbr />algorithmic-trading/</a></div>\r\n<div style=\"color: #000000;\"> ______________________________<wbr />______</div>\r\n<p style=\"color: #000000;\">Educational Workshops - Covering the RiosQuant Trading Methods and  Indicators:</p>\r\n\r\n<div style=\"color: #000000;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_870237590\"><span class=\"aQJ\">Wednesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_870237591\"><span class=\"aQJ\">1:30 PM ET</span></span></div>\r\n<div style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f4dcdfdc3e/TEST/eb949930f5\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/703029982</a></div>\r\n<div style=\"color: #000000;\">Topic: Trading e-minis with forward looking indicators</div>\r\n<div style=\"color: #000000;\">Presenter: Steve Schwartz</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_870237592\"><span class=\"aQJ\">Saturday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_870237593\"><span class=\"aQJ\">11:00 AM ET</span></span></div>\r\n<div style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f4dcdfdc3e/TEST/1de024b05c\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/705000886</a></div>\r\n<div style=\"color: #000000;\">Topic: Momentum trading with breakouts</div>\r\n<div style=\"color: #000000;\">Presenter: Steve Schwartz</div>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nSunday\r\n\r\n8:30 PM CNY CPI\r\n\r\nMonday\r\n7:30 PM AUD NAB Business Confidence\r\n\r\nTuesday\r\nAll Day USD Bank Holiday - Veterans Day\r\n3:00 PM NZD RBNZ Financial Stability Report\r\n\r\nWednesday\r\n4:30 AM GBP Claimant Count Change\r\n5:30 AM GBP BOE Gov. Carney speaks and BOE Inflation Report\r\n12:00 PM USD FOMC Member Kocherlakota Speaks\r\n1:01 PM USD 10 Year Bond Auction\r\n8:30 PM AUD RBA Assistant Gov. Kent Speaks\r\n\r\nThursday\r\n12:30 AM CNY Industrial Production\r\n8:30 AM USD Unemployment Claims\r\n11:00 AM Crude Oil Inventories\r\n\r\nFriday\r\n1:30 AM EUR French Preliminary GDP\r\n2:00 AM EUR German Preliminary GDP\r\n8:30 AM USD Core Retail Sales\r\n8:30 AM CAD Manufacturing Sales\r\n9:55 AM USD Preliminary UoM Consumer Sentiment\r\n10:30 AM Natural Gas Storage\r\n<div style=\"color: #ffffff;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS.  </span><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead In The Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-24','','','2014-11-10 04:02:42','2014-11-10 04:02:42','',0,'http://www.thetradingroom.com/?p=2215',0,'post','',0),(2216,2,'2014-11-10 03:50:26','2014-11-10 03:50:26','','correlation 11-9','','inherit','open','closed','','correlation-11-9','','','2014-11-10 03:50:26','2014-11-10 03:50:26','',2215,'http://www.thetradingroom.com/wp-content/uploads/2014/11/correlation-11-9.jpg',0,'attachment','image/jpeg',0),(2217,2,'2014-11-10 03:51:24','2014-11-10 03:51:24','','correlation 11-9-3','','inherit','open','closed','','correlation-11-9-3','','','2014-11-10 03:51:24','2014-11-10 03:51:24','',2215,'http://www.thetradingroom.com/wp-content/uploads/2014/11/correlation-11-9-3.jpg',0,'attachment','image/jpeg',0),(2218,2,'2014-11-10 03:53:24','2014-11-10 03:53:24','From the desk of Joe Rios\r\n\r\nThe financial markets ended the week with a strong US October jobs report. The unemployment rate fell to 5.8% and wages moved up slightly. The US bond market reacted with the US 10 Year Note breaking out from the recent downtrend pushing interest rate yield lower. In the currency market the US dollar reacted to lower interest rate yields as expected by retracing from recent highs. However in the stock market the S&amp;P 500 tested the recent upward trend support line but failed to break instead prices consolidated near recent highs. The RQ Dynamic Market Sentiment indicator went from <em>Risk-ON</em> to <em>Conflict </em>to <em>Mixed </em>to <em>Risk-OFF</em> before finishing the week\'s session in <em>Mixed </em>sentiment. What\'s the market\'s message? What are the correlations telling us from Friday\'s price action to the employment data? Is the bad news is good news theme over? Are we shifting to good news is good news?\r\n\r\nIn the week ahead I will focus on the markets message and try to gain clarity to the direction of the benchmarks. Exercise in patience may be prudent until the markets give us a clear message. Should we see <em>Conflict </em>sentiment I will look to the currency market for trading opportunities. Should we see <em>Risk-ON or Risk-OFF</em> then I will look to the risk assets for trading opportunities. The economic calendar is winding down however there is plenty of Fedspeak throughout the week. Therefore I will pay close attention to the market\'s technical activities and trade accordingly.\r\n\r\nJoe Rios\r\n\r\nRios Quantitative LLC - Chief Strategist\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/11/correlation-11-9.jpg\"><img class=\"aligncenter size-full wp-image-2216\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/11/correlation-11-9.jpg\" alt=\"correlation 11-9\" width=\"854\" height=\"624\" /></a>\r\n\r\n&nbsp;\r\n\r\nCorrelation between the S&amp;P 500 and the US 10 Yr Note futures pre and post Friday\'s US employment data.\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/11/correlation-11-9-3.jpg\"><img class=\"aligncenter size-full wp-image-2217\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/11/correlation-11-9-3.jpg\" alt=\"correlation 11-9-3\" width=\"910\" height=\"625\" /></a>\r\n\r\nS&amp;P 500 and the US 10 Yr Note futures trend lines with the RQ Dynamic Market Sentiment indicator pre and post Friday\'s US employment data.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nSunday\r\n8:30 PM CNY CPI\r\n\r\nMonday\r\n7:30 PM AUD NAB Business Confidence\r\n\r\nTuesday\r\nAll Day USD Bank Holiday - Veterans Day\r\n3:00 PM NZD RBNZ Financial Stability Report\r\n\r\nWednesday\r\n4:30 AM GBP Claimant Count Change\r\n5:30 AM GBP BOE Gov. Carney speaks and BOE Inflation Report\r\n12:00 PM USD FOMC Member Kocherlakota Speaks\r\n1:01 PM USD 10 Year Bond Auction\r\n8:30 PM AUD RBA Assistant Gov. Kent Speaks\r\n\r\nThursday\r\n12:30 AM CNY Industrial Production\r\n8:30 AM USD Unemployment Claims\r\n11:00 AM Crude Oil Inventories\r\n\r\nFriday\r\n1:30 AM EUR French Preliminary GDP\r\n2:00 AM EUR German Preliminary GDP\r\n8:30 AM USD Core Retail Sales\r\n8:30 AM CAD Manufacturing Sales\r\n9:55 AM USD Preliminary UoM Consumer Sentiment\r\n10:30 AM Natural Gas Storage\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead In The Global Financial Markets','','inherit','open','closed','','2215-revision-v1','','','2014-11-10 03:53:24','2014-11-10 03:53:24','',2215,'http://www.thetradingroom.com/2215-revision-v1/',0,'revision','',0),(2219,2,'2014-11-10 03:56:53','2014-11-10 03:56:53','From the desk of Joe Rios\r\n\r\nThe financial markets ended the week with a strong US October jobs report. The unemployment rate fell to 5.8% and wages moved up slightly. The US bond market reacted with the US 10 Year Note breaking out from the recent downtrend pushing interest rate yield lower. In the currency market the US dollar reacted to lower interest rate yields as expected by retracing from recent highs. However in the stock market the S&amp;P 500 tested the recent upward trend support line but failed to break instead prices consolidated near recent highs. The RQ Dynamic Market Sentiment indicator went from <em>Risk-ON</em> to <em>Conflict </em>to <em>Mixed </em>to <em>Risk-OFF</em> before finishing the week\'s session in <em>Mixed </em>sentiment. What\'s the market\'s message? What are the correlations telling us from Friday\'s price action to the employment data? Is the bad news is good news theme over? Are we shifting to good news is good news?\r\n\r\nIn the week ahead I will focus on the markets message and try to gain clarity to the direction of the benchmarks. Exercise in patience may be prudent until the markets give us a clear message. Should we see <em>Conflict </em>sentiment I will look to the currency market for trading opportunities. Should we see <em>Risk-ON or Risk-OFF</em> then I will look to the risk assets for trading opportunities. The economic calendar is winding down however there is plenty of Fedspeak throughout the week. Therefore I will pay close attention to the market\'s technical activities and trade accordingly.\r\n\r\nJoe Rios\r\n\r\nRios Quantitative LLC - Chief Strategist\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/11/correlation-11-9.jpg\"><img class=\"aligncenter size-full wp-image-2216\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/11/correlation-11-9.jpg\" alt=\"correlation 11-9\" width=\"854\" height=\"624\" /></a>\r\n\r\nCorrelation between the S&amp;P 500 and the US 10 Yr Note futures pre and post Friday\'s US employment data.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/11/correlation-11-9-3.jpg\"><img class=\"aligncenter size-full wp-image-2217\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/11/correlation-11-9-3.jpg\" alt=\"correlation 11-9-3\" width=\"910\" height=\"625\" /></a>\r\n\r\nS&amp;P 500 and the US 10 Yr Note futures trend lines with the RQ Dynamic Market Sentiment indicator pre and post Friday\'s US employment data.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<p style=\"color: #000000;\"><strong>Live Rooms and Events - </strong><strong>The Trading Room TradeLAB</strong></p>\r\n<p style=\"color: #000000;\"><strong><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f4dcdfdc3e/TEST/57768bf730\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/375483078</a></strong></p>\r\n<p style=\"color: #000000;\"><strong>Global Trading with Quantitative Technologies</strong></p>\r\n<p style=\"color: #000000;\"><strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_870237583\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_870237584\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_870237585\"><span class=\"aQJ\">7:30 AM ET</span></span></strong></p>\r\n<p style=\"color: #000000;\">RQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</p>\r\n<p style=\"color: #000000;\">______________________________<wbr />_______________</p>\r\n\r\n<div style=\"color: #000000;\"><strong>Insider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios</strong></div>\r\n<div style=\"color: #000000;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_870237586\"><span class=\"aQJ\">Monday</span></span>, <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_870237587\"><span class=\"aQJ\">Tuesday</span></span> &amp; <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_870237588\"><span class=\"aQJ\">Thursday</span></span> starting at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_870237589\"><span class=\"aQJ\">1:30 pm ET</span></span></div>\r\n<div style=\"color: #000000;\">RQ Algorithmic and Quant Trading Course</div>\r\n<div style=\"color: #000000;\">Get a 2 Week Free Trial, click on the link to register:</div>\r\n<div style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/algorithmic-trading/\" target=\"_blank\">http://www.thetradingroom.com/<wbr />algorithmic-trading/</a></div>\r\n<div style=\"color: #000000;\"> ______________________________<wbr />______</div>\r\n<p style=\"color: #000000;\">Educational Workshops - Covering the RiosQuant Trading Methods and  Indicators:</p>\r\n\r\n<div style=\"color: #000000;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_870237590\"><span class=\"aQJ\">Wednesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_870237591\"><span class=\"aQJ\">1:30 PM ET</span></span></div>\r\n<div style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f4dcdfdc3e/TEST/eb949930f5\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/703029982</a></div>\r\n<div style=\"color: #000000;\">Topic: Trading e-minis with forward looking indicators</div>\r\n<div style=\"color: #000000;\">Presenter: Steve Schwartz</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_870237592\"><span class=\"aQJ\">Saturday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_870237593\"><span class=\"aQJ\">11:00 AM ET</span></span></div>\r\n<div style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f4dcdfdc3e/TEST/1de024b05c\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/705000886</a></div>\r\n<div style=\"color: #000000;\">Topic: Momentum trading with breakouts</div>\r\n<div style=\"color: #000000;\">Presenter: Steve Schwartz</div>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nSunday\r\n\r\n8:30 PM CNY CPI\r\n\r\nMonday\r\n7:30 PM AUD NAB Business Confidence\r\n\r\nTuesday\r\nAll Day USD Bank Holiday - Veterans Day\r\n3:00 PM NZD RBNZ Financial Stability Report\r\n\r\nWednesday\r\n4:30 AM GBP Claimant Count Change\r\n5:30 AM GBP BOE Gov. Carney speaks and BOE Inflation Report\r\n12:00 PM USD FOMC Member Kocherlakota Speaks\r\n1:01 PM USD 10 Year Bond Auction\r\n8:30 PM AUD RBA Assistant Gov. Kent Speaks\r\n\r\nThursday\r\n12:30 AM CNY Industrial Production\r\n8:30 AM USD Unemployment Claims\r\n11:00 AM Crude Oil Inventories\r\n\r\nFriday\r\n1:30 AM EUR French Preliminary GDP\r\n2:00 AM EUR German Preliminary GDP\r\n8:30 AM USD Core Retail Sales\r\n8:30 AM CAD Manufacturing Sales\r\n9:55 AM USD Preliminary UoM Consumer Sentiment\r\n10:30 AM Natural Gas Storage\r\n<div style=\"color: #ffffff;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS.  </span><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead In The Global Financial Markets','','inherit','open','closed','','2215-revision-v1','','','2014-11-10 03:56:53','2014-11-10 03:56:53','',2215,'http://www.thetradingroom.com/2215-revision-v1/',0,'revision','',0),(2220,2,'2014-11-10 03:57:51','2014-11-10 03:57:51','From the desk of Joe Rios\r\n\r\nThe financial markets ended the week with a strong US October jobs report. The unemployment rate fell to 5.8% and wages moved up slightly. The US bond market reacted with the US 10 Year Note breaking out from the recent downtrend pushing interest rate yield lower. In the currency market the US dollar reacted to lower interest rate yields as expected by retracing from recent highs. However in the stock market the S&amp;P 500 tested the recent upward trend support line but failed to break instead prices consolidated near recent highs. The RQ Dynamic Market Sentiment indicator went from <em>Risk-ON</em> to <em>Conflict </em>to <em>Mixed </em>to <em>Risk-OFF</em> before finishing the week\'s session in <em>Mixed </em>sentiment. What\'s the market\'s message? What are the correlations telling us from Friday\'s price action to the employment data? Is the bad news is good news theme over? Are we shifting to good news is good news?\r\n\r\nIn the week ahead I will focus on the markets message and try to gain clarity to the direction of the benchmarks. Exercise in patience may be prudent until the markets give us a clear message. Should we see <em>Conflict </em>sentiment I will look to the currency market for trading opportunities. Should we see <em>Risk-ON or Risk-OFF</em> then I will look to the risk assets for trading opportunities. The economic calendar is winding down however there is plenty of Fedspeak throughout the week. Therefore I will pay close attention to the market\'s technical activities and trade accordingly.\r\n\r\n<strong><em>Joe Rios</em></strong>\r\n\r\nRios Quantitative LLC - Chief Strategist\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/11/correlation-11-9.jpg\"><img class=\"aligncenter size-full wp-image-2216\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/11/correlation-11-9.jpg\" alt=\"correlation 11-9\" width=\"854\" height=\"624\" /></a>\r\n\r\nCorrelation between the S&amp;P 500 and the US 10 Yr Note futures pre and post Friday\'s US employment data.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/11/correlation-11-9-3.jpg\"><img class=\"aligncenter size-full wp-image-2217\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/11/correlation-11-9-3.jpg\" alt=\"correlation 11-9-3\" width=\"910\" height=\"625\" /></a>\r\n\r\nS&amp;P 500 and the US 10 Yr Note futures trend lines with the RQ Dynamic Market Sentiment indicator pre and post Friday\'s US employment data.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<p style=\"color: #000000;\"><strong>Live Rooms and Events - </strong><strong>The Trading Room TradeLAB</strong></p>\r\n<p style=\"color: #000000;\"><strong><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f4dcdfdc3e/TEST/57768bf730\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/375483078</a></strong></p>\r\n<p style=\"color: #000000;\"><strong>Global Trading with Quantitative Technologies</strong></p>\r\n<p style=\"color: #000000;\"><strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_870237583\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_870237584\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_870237585\"><span class=\"aQJ\">7:30 AM ET</span></span></strong></p>\r\n<p style=\"color: #000000;\">RQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</p>\r\n<p style=\"color: #000000;\">______________________________<wbr />_______________</p>\r\n\r\n<div style=\"color: #000000;\"><strong>Insider\'s Quant (IQ) Room - Advanced Concepts with Joe Rios</strong></div>\r\n<div style=\"color: #000000;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_870237586\"><span class=\"aQJ\">Monday</span></span>, <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_870237587\"><span class=\"aQJ\">Tuesday</span></span> &amp; <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_870237588\"><span class=\"aQJ\">Thursday</span></span> starting at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_870237589\"><span class=\"aQJ\">1:30 pm ET</span></span></div>\r\n<div style=\"color: #000000;\">RQ Algorithmic and Quant Trading Course</div>\r\n<div style=\"color: #000000;\">Get a 2 Week Free Trial, click on the link to register:</div>\r\n<div style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/algorithmic-trading/\" target=\"_blank\">http://www.thetradingroom.com/<wbr />algorithmic-trading/</a></div>\r\n<div style=\"color: #000000;\"> ______________________________<wbr />______</div>\r\n<p style=\"color: #000000;\">Educational Workshops - Covering the RiosQuant Trading Methods and  Indicators:</p>\r\n\r\n<div style=\"color: #000000;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_870237590\"><span class=\"aQJ\">Wednesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_870237591\"><span class=\"aQJ\">1:30 PM ET</span></span></div>\r\n<div style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f4dcdfdc3e/TEST/eb949930f5\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/703029982</a></div>\r\n<div style=\"color: #000000;\">Topic: Trading e-minis with forward looking indicators</div>\r\n<div style=\"color: #000000;\">Presenter: Steve Schwartz</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_870237592\"><span class=\"aQJ\">Saturday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_870237593\"><span class=\"aQJ\">11:00 AM ET</span></span></div>\r\n<div style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f4dcdfdc3e/TEST/1de024b05c\" target=\"_blank\">https://www3.gotomeeting.com/<wbr />register/705000886</a></div>\r\n<div style=\"color: #000000;\">Topic: Momentum trading with breakouts</div>\r\n<div style=\"color: #000000;\">Presenter: Steve Schwartz</div>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nSunday\r\n\r\n8:30 PM CNY CPI\r\n\r\nMonday\r\n7:30 PM AUD NAB Business Confidence\r\n\r\nTuesday\r\nAll Day USD Bank Holiday - Veterans Day\r\n3:00 PM NZD RBNZ Financial Stability Report\r\n\r\nWednesday\r\n4:30 AM GBP Claimant Count Change\r\n5:30 AM GBP BOE Gov. Carney speaks and BOE Inflation Report\r\n12:00 PM USD FOMC Member Kocherlakota Speaks\r\n1:01 PM USD 10 Year Bond Auction\r\n8:30 PM AUD RBA Assistant Gov. Kent Speaks\r\n\r\nThursday\r\n12:30 AM CNY Industrial Production\r\n8:30 AM USD Unemployment Claims\r\n11:00 AM Crude Oil Inventories\r\n\r\nFriday\r\n1:30 AM EUR French Preliminary GDP\r\n2:00 AM EUR German Preliminary GDP\r\n8:30 AM USD Core Retail Sales\r\n8:30 AM CAD Manufacturing Sales\r\n9:55 AM USD Preliminary UoM Consumer Sentiment\r\n10:30 AM Natural Gas Storage\r\n<div style=\"color: #ffffff;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS.  </span><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead In The Global Financial Markets','','inherit','open','closed','','2215-revision-v1','','','2014-11-10 03:57:51','2014-11-10 03:57:51','',2215,'http://www.thetradingroom.com/2215-revision-v1/',0,'revision','',0),(2222,2,'2014-11-14 12:09:56','2014-11-14 12:09:56','<strong><span style=\"font-weight: normal; color: #222222;\">UPDATED 7:00 am ET</span></strong>\r\n<div style=\"font-weight: normal; color: #222222;\"></div>\r\n<div style=\"font-weight: normal; color: #222222;\">STOCKS - <span style=\"color: #2a2a2a;\">European stocks retreated as a slide in commodity-related stocks outweighed data showing the euro- area economy grew faster in the third quarter than forecast. U.S. index futures were little changed.</span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">Treasury yields approached the highest level in 15 years versus Germany’s amid bets the U.S.’s economic strength will lead to a further divergence in monetary policy between the Federal Reserve and European Central Bank.</span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Brent crude rose for the first time in a week amid speculation that the drop in prices below $80 a barrel increases the likelihood that OPEC will cut production. West Texas Intermediate was little changed in New York.</span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The pound fell versus the dollar, set for a fourth weekly decline, as a survey showed investors are increasingly pessimistic about the euro area, Britain’s biggest trading partner.</span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA - </span><span style=\"color: #000000;\">G20 Meetings all day, </span><span style=\"color: #000000; font-family: Verdana, Helvetica, sans-serif; font-size: xx-small;\">US </span><span style=\"color: #000000;\">Retail Sales m/m and CAD </span><span style=\"color: #000000;\">Manufacturing Sales m/m due at 8:30, </span><span style=\"color: #000000;\">Prelim UoM Consumer Sentiment at 9:55, </span><span style=\"color: #000000;\">Business Inventories m/m at 10:00, </span><span style=\"color: #000000;\">Natural Gas Storage at 10:30 ET.</span></div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-3','','','2014-11-14 12:09:56','2014-11-14 12:09:56','',0,'http://www.thetradingroom.com/?p=2222',0,'post','',0),(2223,2,'2014-11-14 12:04:08','2014-11-14 12:04:08','<strong><span style=\"font-weight: normal; color: #222222;\">UPDATED 7:00 am ET</span></strong>\r\n<div style=\"font-weight: normal; color: #222222;\"></div>\r\n<div style=\"font-weight: normal; color: #222222;\">STOCKS - <span style=\"color: #2a2a2a;\">European stocks retreated as a slide in commodity-related stocks outweighed data showing the euro- area economy grew faster in the third quarter than forecast. U.S. index futures were little changed.</span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">Treasury yields approached the highest level in 15 years versus Germany’s amid bets the U.S.’s economic strength will lead to a further divergence in monetary policy between the Federal Reserve and European Central Bank.</span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Brent crude rose for the first time in a week amid speculation that the drop in prices below $80 a barrel increases the likelihood that OPEC will cut production. West Texas Intermediate was little changed in New York.</span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The pound fell versus the dollar, set for a fourth weekly decline, as a survey showed investors are increasingly pessimistic about the euro area, Britain’s biggest trading partner.</span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA - </span><span style=\"color: #000000;\">G20 Meetings all day, </span><span style=\"color: #000000; font-family: Verdana, Helvetica, sans-serif; font-size: xx-small;\">US </span><span style=\"color: #000000;\">Retail Sales m/m and CAD </span><span style=\"color: #000000;\">Manufacturing Sales m/m due at 8:30, </span><span style=\"color: #000000;\">Prelim UoM Consumer Sentiment at 9:55, </span><span style=\"color: #000000;\">Business Inventories m/m at 10:00, </span><span style=\"color: #000000;\">Natural Gas Storage at 10:30 ET.</span></div>','Pre-Market Trading ','','inherit','open','closed','','2222-revision-v1','','','2014-11-14 12:04:08','2014-11-14 12:04:08','',2222,'http://www.thetradingroom.com/2222-revision-v1/',0,'revision','',0),(2269,2,'2015-01-05 12:12:43','0000-00-00 00:00:00','<em><span style=\"font-style: normal; color: #222222;\">UPDATED 6:40 am ET</span></em>\r\n<div style=\"font-style: normal; color: #222222;\"></div>\r\n<div style=\"font-style: normal; color: #222222;\">STOCKS - <span style=\"color: #2a2a2a;\">Stocks in Europe retreated as falling oil prices and concern over Greece possibly leaving the single- currency union. </span><span style=\"color: #2a2a2a;\">U.S. stock-index futures slid, indicating the S&amp;P 500 Index may fall further after it posted its first weekly drop in three.</span></div>\r\n<div style=\"font-style: normal; color: #222222;\"><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div style=\"font-style: normal; color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">A gauge of global bond yields approached the all-time low of 1.29 percent as investors sought the safety of debt while the euro tumbled.</span></div>\r\n<div style=\"font-style: normal; color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"font-style: normal; color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES -  Crude </span><span style=\"color: #2a2a2a;\">Oil fell for a third day, extending its drop from the lowest close since 2009.</span></div>\r\n<div style=\"font-style: normal; color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"font-style: normal; color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The euro fell to the weakest level in almost nine years versus the dollar amid speculation the European Central Bank is moving closer to large-scale sovereign-bond purchases.</span><span style=\"color: #2a2a2a;\">\r\n\r\n</span></div>\r\n<div style=\"font-style: normal; color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA -  </span><span style=\"color: #000000; font-family: Verdana, Helvetica, sans-serif;\">US </span><span style=\"color: #000000;\">FOMC Member Williams Speaks at 8:00, AUD </span><span style=\"color: #000000;\">Trade Balance at 19:30, CHY </span><span style=\"color: #000000;\">HSBC Services PMI at 20:45 ET.</span></div>','Pre-Market Trading - Crude Oil and Euro s','','draft','open','closed','','pre-market-trading-crude-oil-euro-s','','','2015-01-05 12:12:43','2015-01-05 12:12:43','',0,'http://www.thetradingroom.com/?p=2269',0,'post','',0),(2225,2,'2014-11-14 12:09:56','2014-11-14 12:09:56','<strong><span style=\"font-weight: normal; color: #222222;\">UPDATED 7:00 am ET</span></strong>\r\n<div style=\"font-weight: normal; color: #222222;\"></div>\r\n<div style=\"font-weight: normal; color: #222222;\">STOCKS - <span style=\"color: #2a2a2a;\">European stocks retreated as a slide in commodity-related stocks outweighed data showing the euro- area economy grew faster in the third quarter than forecast. U.S. index futures were little changed.</span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">Treasury yields approached the highest level in 15 years versus Germany’s amid bets the U.S.’s economic strength will lead to a further divergence in monetary policy between the Federal Reserve and European Central Bank.</span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Brent crude rose for the first time in a week amid speculation that the drop in prices below $80 a barrel increases the likelihood that OPEC will cut production. West Texas Intermediate was little changed in New York.</span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The pound fell versus the dollar, set for a fourth weekly decline, as a survey showed investors are increasingly pessimistic about the euro area, Britain’s biggest trading partner.</span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA - </span><span style=\"color: #000000;\">G20 Meetings all day, </span><span style=\"color: #000000; font-family: Verdana, Helvetica, sans-serif; font-size: xx-small;\">US </span><span style=\"color: #000000;\">Retail Sales m/m and CAD </span><span style=\"color: #000000;\">Manufacturing Sales m/m due at 8:30, </span><span style=\"color: #000000;\">Prelim UoM Consumer Sentiment at 9:55, </span><span style=\"color: #000000;\">Business Inventories m/m at 10:00, </span><span style=\"color: #000000;\">Natural Gas Storage at 10:30 ET.</span></div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','2222-revision-v1','','','2014-11-14 12:09:56','2014-11-14 12:09:56','',2222,'http://www.thetradingroom.com/2222-revision-v1/',0,'revision','',0),(2226,2,'2014-11-17 12:08:32','2014-11-17 12:08:32','From the desk of Joe Rios\r\n\r\nAs expected the major benchmarks traded in a tight range for most of last week. The S&amp;P 500 inched higher  0.6% while the US Treasury 10 Year Note and the US Dollar ended the week where it started with no change 0.0%. The absence of key economic data and a tight trading range helped to create a mixed and conflict market sentiment readings, more than in the previous weeks.\r\n\r\nHowever the Commodities did provide trading opportunities with Wheat gaining 8.7%  and Corn 3.9%. Shorting opportunities were also present with Natural Gas dropping -10.1% and Crude Oil -3.8%. In the week ahead the economic calendar should provide more opportunities with US inflation data, Fed news and potential market moving data, statement and speeches from Asia and Europe. I will be looking for a breakdown or breakout from last week\'s trading range in the major benchmarks for trade set ups.  I will also focus in the commodity sector for trading opportunities including the Grain, Energy and Metal markets. I will also pay attention to the correlation between the US Treasury 10 Year Note, Gold and Foreign Currencies.\r\n\r\nJoe Rios\r\n\r\nChief Strategist, Rios Quantitative LLC\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/11/Relative-perf-11-10.jpg\"><img class=\"aligncenter size-full wp-image-2227\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/11/Relative-perf-11-10.jpg\" alt=\"Relative perf 11-10\" width=\"1088\" height=\"495\" /></a>\r\n\r\nRelative performance from Monday the 10th to Friday November 14th 2014.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>Live Trading Rooms and Events: </strong><strong>The Trading Room </strong><strong>TradeLAB</strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/3c23a4c0c6/TEST/4cccb8b5e5\">https://www3.gotomeeting.com/register/336491422</a></strong>\r\n\r\n<strong><span data-term=\"goog_1129607391\">Monday</span> through <span data-term=\"goog_1129607392\">Friday</span> beginning at <span data-term=\"goog_1129607393\">7:30 AM ET</span></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<hr />\r\n\r\n<strong>Insider\'s Quant (IQ) Room - </strong><strong>Advanced Concepts with Joe Rios</strong>\r\n\r\n<span data-term=\"goog_1129607394\">Monday</span>, <span data-term=\"goog_1129607395\">Tuesday</span> and <span data-term=\"goog_1129607396\">Thursday</span> beginning at <span data-term=\"goog_1129607397\">1:30 PM ET</span>\r\n\r\nSUBSCRIPTION ONLY - REQUEST FREE TRIAL HERE:\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/3c23a4c0c6/TEST/f23b4d0208\"><strong>http://www.thetradingroom.com/algorithmic-trading/</strong></a>\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room EDU - Educational Workshop  - </strong><strong>Covering the RiosQuant Trading Indicators:</strong>\r\n\r\n<strong><span data-term=\"goog_1129607398\">Wednesday</span> beginning at <span data-term=\"goog_1129607399\">1:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/3c23a4c0c6/TEST/85b143d0ee\">https://www3.gotomeeting.com/register/382377966</a></strong>\r\n\r\n<strong>Topic: The Next Big Swing</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n&nbsp;\r\n\r\n<strong><span data-term=\"goog_1129607400\">Saturday</span> beginning at <span data-term=\"goog_1129607401\">11:00 AM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/3c23a4c0c6/TEST/dfbe532604\">https://www3.gotomeeting.com/register/399144542</a></strong>\r\n\r\n<strong>Topic: RiosQuant Basic</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nMonday\r\n\r\n9:00 AM               EUR        ECB president Draghi speaks\r\n\r\n7:30 PM                AUD       Monetary Policy Meeting Minutes\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n3:25 AM               AUD       RBA Gov. Stevens speaks\r\n\r\n4:30 AM               GBP       CPI\r\n\r\n5:00 AM               EUR        German ZEW Economic Sentiment\r\n\r\n8:30 AM               USD       PPI\r\n\r\nTentative             JPY         Monetary Policy Statement and BOJ Press Conference\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM               GBP       MPC Official Bank Rate Votes\r\n\r\n8:30 AM               USD       Building Permits\r\n\r\n10:30 AM                             Crude Oil Inventories\r\n\r\n2:00 PM                USD       FOMC Meeting Minutes\r\n\r\n8:45 PM                CNY        HSBC Flash Manufacturing PMI\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n3:00 AM               EUR        French Flash Manufacturing PMI\r\n\r\n3:30 AM               EUR        German Flash Manufacturing PMI\r\n\r\n4:30 AM               GBP       Retail Sales\r\n\r\n8:30 AM               USD       Core CPI and Unemployment Claims\r\n\r\n8:30 AM               CAD       Wholesale Sales\r\n\r\n10:00 AM             USD       Philly Fed Manufacturing Index\r\n\r\n10:30 AM                             Natural Gas Storage\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n3:00 AM               EUR        ECB President Draghi speaks\r\n\r\n8:30 AM               CAD       Core CPI\r\n\r\n&nbsp;\r\n<div style=\"color: #ffffff;\"><b><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY  FUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS.  </span></b><b><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></b></div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead In The Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-25','','','2014-11-17 12:08:32','2014-11-17 12:08:32','',0,'http://www.thetradingroom.com/?p=2226',0,'post','',0),(2227,2,'2014-11-17 11:58:47','2014-11-17 11:58:47','','Relative perf 11-10','','inherit','open','closed','','relative-perf-11-10','','','2014-11-17 11:58:47','2014-11-17 11:58:47','',2226,'http://www.thetradingroom.com/wp-content/uploads/2014/11/Relative-perf-11-10.jpg',0,'attachment','image/jpeg',0),(2228,2,'2014-11-17 12:04:16','2014-11-17 12:04:16','From the desk of Joe Rios\r\n\r\nAs expected the major benchmarks traded in a tight range for most of last week. The S&amp;P 500 inched higher  0.6% while the US Treasury 10 Year Note and the US Dollar ended the week where it started with no change 0.0%. The absence of key economic data and a tight trading range helped to create a mixed and conflict market sentiment readings, more than in the previous weeks.\r\n\r\nHowever the Commodities did provide trading opportunities with Wheat gaining 8.7%  and Corn 3.9%. Shorting opportunities were also present with Natural Gas dropping -10.1% and Crude Oil -3.8%. In the week ahead the economic calendar should provide more opportunities with US inflation data, Fed news and potential market moving data, statement and speeches from Asia and Europe. I will be looking for a breakdown or breakout from last week\'s trading range in the major benchmarks for trade set ups.  I will also focus in the commodity sector for trading opportunities including the Grain, Energy and Metal markets. I will also pay attention to the correlation between the US Treasury 10 Year Note, Gold and Foreign Currencies.\r\n\r\nJoe Rios\r\n\r\nChief Strategist, Rios Quantitative LLC\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/11/Relative-perf-11-10.jpg\"><img class=\"aligncenter size-full wp-image-2227\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/11/Relative-perf-11-10.jpg\" alt=\"Relative perf 11-10\" width=\"1088\" height=\"495\" /></a>\r\n\r\nRelative performance from Monday the 10th to Friday November 14th 2014.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>Live Trading Rooms and Events: </strong><strong>The Trading Room </strong><strong>TradeLAB</strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/3c23a4c0c6/TEST/4cccb8b5e5\">https://www3.gotomeeting.com/register/336491422</a></strong>\r\n\r\n<strong><span data-term=\"goog_1129607391\">Monday</span> through <span data-term=\"goog_1129607392\">Friday</span> beginning at <span data-term=\"goog_1129607393\">7:30 AM ET</span></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<hr />\r\n\r\n<strong>Insider\'s Quant (IQ) Room - </strong><strong>Advanced Concepts with Joe Rios</strong>\r\n\r\n<span data-term=\"goog_1129607394\">Monday</span>, <span data-term=\"goog_1129607395\">Tuesday</span> and <span data-term=\"goog_1129607396\">Thursday</span> beginning at <span data-term=\"goog_1129607397\">1:30 PM ET</span>\r\n\r\nSUBSCRIPTION ONLY - REQUEST FREE TRIAL HERE:\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/3c23a4c0c6/TEST/f23b4d0208\"><strong>http://www.thetradingroom.com/algorithmic-trading/</strong></a>\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room EDU - Educational Workshop  - </strong><strong>Covering the RiosQuant Trading Indicators:</strong>\r\n\r\n<strong><span data-term=\"goog_1129607398\">Wednesday</span> beginning at <span data-term=\"goog_1129607399\">1:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/3c23a4c0c6/TEST/85b143d0ee\">https://www3.gotomeeting.com/register/382377966</a></strong>\r\n\r\n<strong>Topic: The Next Big Swing</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n&nbsp;\r\n\r\n<strong><span data-term=\"goog_1129607400\">Saturday</span> beginning at <span data-term=\"goog_1129607401\">11:00 AM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/3c23a4c0c6/TEST/dfbe532604\">https://www3.gotomeeting.com/register/399144542</a></strong>\r\n\r\n<strong>Topic: RiosQuant Basic</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nMonday\r\n\r\n9:00 AM               EUR        ECB president Draghi speaks\r\n\r\n7:30 PM                AUD       Monetary Policy Meeting Minutes\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n3:25 AM               AUD       RBA Gov. Stevens speaks\r\n\r\n4:30 AM               GBP       CPI\r\n\r\n5:00 AM               EUR        German ZEW Economic Sentiment\r\n\r\n8:30 AM               USD       PPI\r\n\r\nTentative             JPY         Monetary Policy Statement and BOJ Press Conference\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM               GBP       MPC Official Bank Rate Votes\r\n\r\n8:30 AM               USD       Building Permits\r\n\r\n10:30 AM                             Crude Oil Inventories\r\n\r\n2:00 PM                USD       FOMC Meeting Minutes\r\n\r\n8:45 PM                CNY        HSBC Flash Manufacturing PMI\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n3:00 AM               EUR        French Flash Manufacturing PMI\r\n\r\n3:30 AM               EUR        German Flash Manufacturing PMI\r\n\r\n4:30 AM               GBP       Retail Sales\r\n\r\n8:30 AM               USD       Core CPI and Unemployment Claims\r\n\r\n8:30 AM               CAD       Wholesale Sales\r\n\r\n10:00 AM             USD       Philly Fed Manufacturing Index\r\n\r\n10:30 AM                             Natural Gas Storage\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n3:00 AM               EUR        ECB President Draghi speaks\r\n\r\n8:30 AM               CAD       Core CPI\r\n\r\n&nbsp;\r\n<div style=\"color: #ffffff;\"><b><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY  FUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS.  </span></b><b><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></b></div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead In The Global Financial Markets','','inherit','open','closed','','2226-revision-v1','','','2014-11-17 12:04:16','2014-11-17 12:04:16','',2226,'http://www.thetradingroom.com/2226-revision-v1/',0,'revision','',0),(2229,2,'2014-11-19 12:06:06','2014-11-19 12:06:06','<span style=\"color: #222222;\">UPDATED 6:55 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - <span style=\"color: #2a2a2a;\">European stocks hovered near a seven-week high as investors awaited the release of minutes from the Federal Reserve policy meeting. U.S. index futures were also little changed.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">The extra yield U.S. corporate bonds offer over Treasuries climbed to the highest level this year.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Corn slumped for a fourth day to reach the lowest level in more than a week as farmers in the U.S. accelerated harvesting of a record crop.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The yen dropped to a seven-year low against the dollar as investors bet Japan’s Prime Minister Shinzo Abe will win an early election, giving him a mandate to extend his economic-stimulus program.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA - </span><span style=\"color: #000000; font-family: Verdana, Helvetica, sans-serif; font-size: xx-small;\">US </span><span style=\"color: #000000;\">Building Permits due at 8:30, </span><span style=\"color: #000000;\">Crude Oil Inventories at 10:30, </span><span style=\"color: #000000;\">FOMC Meeting Minutes at 14:00, NZD </span><span style=\"color: #000000;\">PPI Input q/q at 16:45, CNY </span><span style=\"color: #000000;\">HSBC Flash Manufacturing PMI at 20:45 ET.</span></div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-report-stocks-bonds-commodities-forex-93','','','2014-11-19 12:07:33','2014-11-19 12:07:33','',0,'http://www.thetradingroom.com/?p=2229',0,'post','',0),(2230,2,'2014-11-19 12:06:06','2014-11-19 12:06:06','<span style=\"color: #222222;\">UPDATED 6:55 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - <span style=\"color: #2a2a2a;\">European stocks hovered near a seven-week high as investors awaited the release of minutes from the Federal Reserve policy meeting. U.S. index futures were also little changed.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">The extra yield U.S. corporate bonds offer over Treasuries climbed to the highest level this year.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Corn slumped for a fourth day to reach the lowest level in more than a week as farmers in the U.S. accelerated harvesting of a record crop.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The yen dropped to a seven-year low against the dollar as investors bet Japan’s Prime Minister Shinzo Abe will win an early election, giving him a mandate to extend his economic-stimulus program.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA - </span><span style=\"color: #000000; font-family: Verdana, Helvetica, sans-serif; font-size: xx-small;\">US </span><span style=\"color: #000000;\">Building Permits due at 8:30, </span><span style=\"color: #000000;\">Crude Oil Inventories at 10:30, </span><span style=\"color: #000000;\">FOMC Meeting Minutes at 14:00, NZD </span><span style=\"color: #000000;\">PPI Input q/q at 16:45, CNY </span><span style=\"color: #000000;\">HSBC Flash Manufacturing PMI at 20:45 ET.</span></div>','Pre-Market Trading Report for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','2229-revision-v1','','','2014-11-19 12:06:06','2014-11-19 12:06:06','',2229,'http://www.thetradingroom.com/2229-revision-v1/',0,'revision','',0),(2233,2,'2014-11-24 11:53:49','2014-11-24 11:53:49','From the desk of Joe Rios\r\n\r\nVolatility remained relatively low for most of last week with the exception of Friday following comments from ECB President  Mario Draghi. The S&amp;P 500 rallied closing the week 1.2% higher while the Japanese yen finished lower -1.4% as carry trades initiated additional positions. The US Treasury 10 Year Note finished the week unchanged 0.0%. The benchmarks traded mostly mixed and in conflict lacking conviction of either risk on or risk off market sentiment. As a result the benchmarks traded mostly range bound making it challenging for momentum traders. Natural gas continued to take center stage rising 9.2%. Take special note of the wider than usual trading range for Natural Gas futures, therefore make sure to adjust your stop-loss and profit target accordingly.   In the week ahead we have plenty of economic data packed into a holiday shorten trading week. I will pay special attention to crude oil price action leading to Friday\'s OPEC meeting. Be alert for trading opportunities as volatility may rise on a low volume trading environment.\r\n\r\n<strong>Live Trading Rooms and Events:</strong>\r\n\r\n<strong>The Trading Room </strong><strong>TradeLAB - </strong>Global Trading with Quantitative Technologies\r\n\r\n<strong><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3dRrmfv3DrrDnAF&amp;b=UBdHwfTpfW65dNLd9jy1Lg\" target=\"_blank\">REGISTER HERE!</a></strong>\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_953573917\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_953573918\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_953573919\"><span class=\"aQJ\">7:30 AM ET</span></span></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n______________________________<wbr />______________________________\r\n<p style=\"color: #000000;\"><strong>Insider\'s Quant (IQ) Room - </strong><strong>Advanced Concepts with Joe Rios</strong></p>\r\n<p style=\"color: #000000;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_953573920\"><span class=\"aQJ\">Monday</span></span>, <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_953573921\"><span class=\"aQJ\">Tuesday</span></span>, and <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_953573922\"><span class=\"aQJ\">Thursday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_953573923\"><span class=\"aQJ\">1:30 PM ET</span></span></p>\r\n\r\n<div style=\"color: #000000;\">SUBSCRIPTION ONLY - REQUEST FREE TRIAL HERE:</div>\r\n<div style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3dRrmfv3DrrDnAF&amp;b=1rNTgjwFZJfRiJZTJ_rSLw\" target=\"_blank\"><strong>http://www.thetradingroom.com/<wbr />algorithmic-trading/</strong></a></div>\r\n<p style=\"color: #000000;\">       _____________________________<wbr />______</p>\r\n\r\n<div style=\"color: #000000;\">The Trading Room EDU - Educational Workshop</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">Covering the RiosQuant Trading Indicators:</div>\r\n<div style=\"color: #000000;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_953573924\"><span class=\"aQJ\">Wednesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_953573925\"><span class=\"aQJ\">7:30 PM ET</span></span></div>\r\n<div style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3dRrmfv3DrrDnAF&amp;b=Kdrz2p9mrWZEmWDAoKSOfw\" target=\"_blank\">REGISTER HERE!</a></div>\r\n<div style=\"color: #000000;\">Topic: The Next Big Swing</div>\r\n<div style=\"color: #000000;\">Presenter: Steve Schwartz</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_953573926\"><span class=\"aQJ\">Saturday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_953573927\"><span class=\"aQJ\">11:00 AM ET</span></span></div>\r\n<div style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3dRrmfv3DrrDnAF&amp;b=8NzYPMLuIDWETijYpUhG1w\" target=\"_blank\">REGISTER HERE!</a></div>\r\n<div style=\"color: #000000;\">Topic: RiosQuant Basic - Presenter: Steve Schwartz</div>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nMonday\r\n\r\n4:00 AM               EUR        German Ifo Business Climate\r\n\r\n8:00 PM                JPY         BOJ Gov. Kuroda Speaks\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n5:00 AM               GBP       Inflation Report Hearings\r\n\r\n8:30 AM               CAD       Core Retail Sales\r\n\r\n8:30 AM               USD       Preliminary GDP\r\n\r\n10:00 AM             USD       CB Consumer Confidence\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM               GBP       Second Estimate GDP\r\n\r\n8:30 AM               USD       Unemployment Claims and Durable Goods Orders\r\n\r\n9:45 AM               USD       Chicago PMI\r\n\r\n10:00 AM             USD       New-Home Sales\r\n\r\n10:30 AM                             Crude Oil Inventories\r\n\r\n12:00 PM                             Natural Gas Storage\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\nUS Holiday\r\n\r\nAll Day                                 OPEC meetings\r\n\r\n7:00 PM                NZD       ANZ Business Confidence\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n5:00 AM               EUR        CPI Flash Estimate\r\n\r\n8:30 AM               CAD       GDP','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2232-revision-v1','','','2014-11-24 11:53:49','2014-11-24 11:53:49','',2232,'http://www.thetradingroom.com/2232-revision-v1/',0,'revision','',0),(2234,2,'2014-11-30 11:59:58','0000-00-00 00:00:00','','Members','','draft','open','closed','','members','','','2014-11-30 11:59:58','2014-11-30 11:59:58','',0,'http://www.thetradingroom.com/?page_id=2234',0,'page','',0),(2235,2,'2014-11-29 17:06:36','2014-11-29 17:06:36','','rq banner','','inherit','open','closed','','rq-banner','','','2014-11-29 17:06:36','2014-11-29 17:06:36','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/11/rq-banner.jpg',0,'attachment','image/jpeg',0),(2236,2,'2014-11-29 17:06:40','2014-11-29 17:06:40','','Members','','inherit','open','closed','','2234-revision-v1','','','2014-11-29 17:06:40','2014-11-29 17:06:40','',2234,'http://www.thetradingroom.com/2234-revision-v1/',0,'revision','',0),(2237,2,'2014-11-29 17:09:23','2014-11-29 17:09:23','','wallstreet logo','','inherit','open','closed','','wallstreet-logo','','','2014-11-29 17:09:23','2014-11-29 17:09:23','',2551,'http://www.thetradingroom.com/wp-content/uploads/2014/11/wallstreet-logo.jpg',0,'attachment','image/jpeg',0),(2238,2,'2014-11-29 17:11:30','2014-11-29 17:11:30','','wallstreet logo','','inherit','open','closed','','wallstreet-logo-2','','','2014-11-29 17:11:30','2014-11-29 17:11:30','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/11/wallstreet-logo1.jpg',0,'attachment','image/jpeg',0),(2239,2,'2014-11-29 17:11:52','2014-11-29 17:11:52','','wallstreet logo','','inherit','open','closed','','wallstreet-logo-3','','','2014-11-29 17:11:52','2014-11-29 17:11:52','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/11/wallstreet-logo2.jpg',0,'attachment','image/jpeg',0),(2241,2,'2014-12-15 11:59:24','2014-12-15 11:59:24','From the desk of Joe Rios\r\n\r\nOil price action stole center stage again hitting fresh 5 1/2 year lows along with breaking key psychological levels with Brent breaching $65 and WTI $60. As expected volatility shot higher with the VIX spiking 44%. Risk-OFF dominated the week with the US Treasury 30 Yr Bond climbing 2.8% while the S&amp;P 500 dropped -4.0%. Tighter correlations continued to provide insight to intra-day market direction as Gold gained 2.7% along with US Treasury price action. The Japanese Yen also saw positive rotation flows, rising 2.3% as carry trades continued to unwind throughout the week.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/12/risk-off-daily-12-14.jpg\"><img class=\"aligncenter size-full wp-image-2242\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/12/risk-off-daily-12-14.jpg\" alt=\"risk off daily 12-14\" width=\"1213\" height=\"626\" /></a>\r\n\r\nIn the week ahead I will pay close attention to the HSBC Flash Manufacturing PMI from China, the European Manufacturing PMIs and the German IFO as traders will be looking to see if the weaker crude prices have had any positive impact on the industrial sector. We also have the FOMC meeting on Wednesday and a corresponding press conference that may spark aggressive price action in the global markets.\r\n\r\n<em>Joe Rios - Chief Strategist </em>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/5d66250070/TEST/2e45d3b7ce\">REGISTER HERE!</a></strong>\r\n\r\n<strong>Monday through Friday beginning at 7:30 AM ET</strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\nMonday, Wednesday, and Thursday beginning at 1:30 PM ET\r\n\r\nSUBSCRIPTION ONLY - REQUEST FREE TRIAL HERE:\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/5d66250070/TEST/03ee42e496\"><strong>http://www.thetradingroom.com/algorithmic-trading/</strong></a>\r\n\r\n<hr />\r\n\r\n<strong>The Trading Room EDU - Educational Workshop  </strong><strong>Covering the RiosQuant Trading Indicators:</strong>\r\n\r\n<strong>Tuesday beginning at 7:30 PM ET</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/5d66250070/TEST/568205f2d7\">REGISTER HERE!</a></strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Topic: The Next Big Swing - </strong><strong>Presenter: Steve Schwartz</strong>\r\n\r\n<strong>Wednesday beginning at 1:30 PM ET</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/5d66250070/TEST/201dc27a58\">REGISTER HERE!</a></strong>\r\n\r\n<strong>Topic: Follow the Money Trail  - </strong><strong>Presenter: Steve Schwartz</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Saturday beginning at 11:00 AM ET</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/5d66250070/TEST/6cb9916a13\">REGISTER HERE!</a></strong>\r\n\r\n<strong>Topic: What\'s GnosTick Trading?  - </strong><strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nMonday\r\n\r\n8:30 AM               USD       Empire State Manufacturing Index\r\n\r\n9:15 AM               USD       Capacity Utilization Rate And Industrial Production\r\n\r\n7:30 PM                AUD       Monetary Policy Meeting Minutes\r\n\r\n8:45 PM                CNY        HSBC Flash Manufacturing PMI\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n2:00 AM               GBP       Bank Stress Test Results\r\n\r\n3:00 AM               EUR        French Flash Manufacturing PMI\r\n\r\n3:30 AM               EUR        German Flash Manufacturing PMI\r\n\r\n4:00 AM               GBP       BOE Gov. Carney Speaks\r\n\r\n4:30 AM               GBP       CPI\r\n\r\n5:00 AM               EUR        German ZEW Economic Sentiment\r\n\r\n8:30 AM               CAD       Manufacturing Sales\r\n\r\n8:30 AM               USD       Building Permits\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM               Claimant Count Change And Average Earnings Index\r\n\r\n8:30 AM               CAD       Wholesale Sales\r\n\r\n8:30 AM               USD       CPI\r\n\r\n10:30 AM                             Crude Oil Inventories\r\n\r\n2:00 PM                USD       FOMC Statement\r\n\r\n2:30 PM                USD       FOMC Press Conference\r\n\r\n4:45 PM                NZD       GDP\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n4:00 AM               EUR        German Ifo Business Climate\r\n\r\n4:30 AM               GBP       Retail Sales\r\n\r\n8:30 AM               USD       Unemployment Claims\r\n\r\n10:00 AM             USD       Philly Fed Manufacturing Index\r\n\r\n10:30 AM                             Natural Gas Storage\r\n\r\nTentative             JPY         Monetary Policy Statement\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\nTentative             JPY         BOJ  Press Conference\r\n\r\n8:30 AM               CAD       Core CPI And Retail Sales\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-27','','','2014-12-15 11:59:24','2014-12-15 11:59:24','',0,'http://www.thetradingroom.com/?p=2241',0,'post','',0),(2242,2,'2014-12-15 11:40:08','2014-12-15 11:40:08','','risk off daily 12-14','','inherit','open','closed','','risk-off-daily-12-14','','','2014-12-15 11:40:08','2014-12-15 11:40:08','',2241,'http://www.thetradingroom.com/wp-content/uploads/2014/12/risk-off-daily-12-14.jpg',0,'attachment','image/jpeg',0),(2245,2,'2014-12-15 11:50:20','2014-12-15 11:50:20','From the desk of Joe Rios\r\n\r\nOil price action stole center stage again hitting fresh 5 1/2 year lows along with breaking key psychological levels with Brent breaching $65 and WTI $60. As expected volatility shot higher with the VIX spiking 44%. Risk-OFF dominated the week with the US Treasury 30 Yr Bond climbing 2.8% while the S&amp;P 500 dropped -4.0%. Tighter correlations continued to provide insight to intra-day market direction as Gold gained 2.7% along with US Treasury price action. The Japanese Yen also saw positive rotation flows, rising 2.3% as carry trades continued to unwind throughout the week.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/12/risk-off-daily-12-14.jpg\"><img class=\"aligncenter size-full wp-image-2242\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/12/risk-off-daily-12-14.jpg\" alt=\"risk off daily 12-14\" width=\"1213\" height=\"626\" /></a>\r\n\r\nIn the week ahead I will pay close attention to the HSBC Flash Manufacturing PMI from China, the European Manufacturing PMIs and the German IFO as traders will be looking to see if the weaker crude prices have had any positive impact on the industrial sector. We also have the FOMC meeting on Wednesday and a corresponding press conference that may spark aggressive price action in the global markets.\r\n\r\n<em>Joe Rios</em>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/5d66250070/TEST/2e45d3b7ce\">REGISTER HERE!</a></strong>\r\n\r\n<strong>Monday through Friday beginning at 7:30 AM ET</strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\nMonday, Wednesday, and Thursday beginning at 1:30 PM ET\r\n\r\nSUBSCRIPTION ONLY - REQUEST FREE TRIAL HERE:\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/5d66250070/TEST/03ee42e496\"><strong>http://www.thetradingroom.com/algorithmic-trading/</strong></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2241-revision-v1','','','2014-12-15 11:50:20','2014-12-15 11:50:20','',2241,'http://www.thetradingroom.com/2241-revision-v1/',0,'revision','',0),(2244,2,'2014-12-15 11:45:08','2014-12-15 11:45:08','From the desk of Joe Rios\r\n\r\nOil price action stole center stage again hitting fresh 5 1/2 year lows along with breaking key psychological levels with Brent breaching $65 and WTI $60. As expected volatility shot higher with the VIX spiking 44%. Risk-OFF dominated the week with the US Treasury 30 Yr Bond climbing 2.8% while the S&amp;P 500 dropped -4.0%. Tighter correlations continued to provide insight to intra-day market direction as Gold gained 2.7% along with US Treasury price action. The Japanese Yen also saw positive rotation flows, rising 2.3% as carry trades continued to unwind throughout the week.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/12/risk-off-daily-12-14.jpg\"><img class=\"aligncenter size-full wp-image-2242\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/12/risk-off-daily-12-14.jpg\" alt=\"risk off daily 12-14\" width=\"1213\" height=\"626\" /></a>\r\n\r\nIn the week ahead I will pay close attention to the HSBC Flash Manufacturing PMI from China, the European Manufacturing PMIs and the German IFO as traders will be looking to see if the weaker crude prices have had any positive impact on the industrial sector. We also have the FOMC meeting on Wednesday and a corresponding press conference that may spark aggressive price action in the global markets.\r\n\r\n<em>Joe Rios</em>\r\n<table width=\"650\">\r\n<tbody>\r\n<tr>\r\n<td width=\"463\">\r\n<table width=\"415\">\r\n<tbody>\r\n<tr>\r\n<td><strong>\r\nLive Trading Rooms and Events: </strong><strong>The Trading Room </strong><strong>TradeLAB</strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/5d66250070/TEST/2e45d3b7ce\">REGISTER HERE!</a></strong>\r\n\r\n<strong><span data-term=\"goog_1618235218\">Monday</span> through <span data-term=\"goog_1618235219\">Friday</span> beginning at <span data-term=\"goog_1618235220\">7:30 AM ET</span></strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<span data-term=\"goog_1618235221\">Monday</span>, <span data-term=\"goog_1618235222\">Wednesday</span>, and <span data-term=\"goog_1618235223\">Thursday</span> beginning at <span data-term=\"goog_1618235224\">1:30 PM ET</span>\r\n\r\nSUBSCRIPTION ONLY - REQUEST FREE TRIAL HERE:\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/5d66250070/TEST/03ee42e496\"><strong>http://www.thetradingroom.com/algorithmic-trading/</strong></a>\r\n\r\n_______________________________________________\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room EDU - Educational Workshop </strong>\r\n\r\n<strong>Covering the RiosQuant Trading Indicators:</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong><span data-term=\"goog_1618235225\">Tuesday</span> beginning at <span data-term=\"goog_1618235226\">7:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/5d66250070/TEST/568205f2d7\">REGISTER HERE!</a></strong>\r\n\r\n<strong>Topic: The Next Big Swing</strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong><span data-term=\"goog_1618235227\">Wednesday</span> beginning at <span data-term=\"goog_1618235228\">1:30 PM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/5d66250070/TEST/201dc27a58\">REGISTER HERE!</a></strong>\r\n\r\n<strong>Topic: Follow the Money Trail </strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong>\r\n\r\n&nbsp;\r\n\r\n<strong><span data-term=\"goog_1618235229\">Saturday</span> beginning at <span data-term=\"goog_1618235230\">11:00 AM ET</span></strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/5d66250070/TEST/6cb9916a13\">REGISTER HERE!</a></strong>\r\n\r\n<strong>Topic: </strong><strong>What\'s GnosTick Trading? </strong>\r\n\r\n<strong>Presenter: Steve Schwartz</strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<table width=\"650\">\r\n<tbody>\r\n<tr>\r\n<td><strong>THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY\r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</strong>\r\n\r\n<strong>PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2241-revision-v1','','','2014-12-15 11:45:08','2014-12-15 11:45:08','',2241,'http://www.thetradingroom.com/2241-revision-v1/',0,'revision','',0),(2243,2,'2014-12-15 11:43:07','2014-12-15 11:43:07','From the desk of Joe Rios\r\n\r\nOil price action stole center stage again hitting fresh 5 1/2 year lows along with breaking key psychological levels with Brent breaching $65 and WTI $60. As expected volatility shot higher with the VIX spiking 44%. Risk-OFF dominated the week with the US Treasury 30 Yr Bond climbing 2.8% while the S&amp;P 500 dropped -4.0%. Tighter correlations continued to provide insight to intra-day market direction as Gold gained 2.7% along with US Treasury price action. The Japanese Yen also saw positive rotation flows, rising 2.3% as carry trades continued to unwind throughout the week.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/12/risk-off-daily-12-14.jpg\"><img class=\"aligncenter size-full wp-image-2242\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/12/risk-off-daily-12-14.jpg\" alt=\"risk off daily 12-14\" width=\"1213\" height=\"626\" /></a>\r\n\r\nIn the week ahead I will pay close attention to the HSBC Flash Manufacturing PMI from China, the European Manufacturing PMIs and the German IFO as traders will be looking to see if the weaker crude prices have had any positive impact on the industrial sector. We also have the FOMC meeting on Wednesday and a corresponding press conference that may spark aggressive price action in the global markets.\r\n\r\n<em>Joe Rios</em>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<table style=\"color: #000000;\" width=\"600\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" bgcolor=\"#FFFFFF\" width=\"434\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" width=\"auto\">\r\n<div><strong>Live Trading Rooms and Events: </strong><strong>The Trading Room </strong><strong>TradeLAB</strong>Global Trading with Quantitative Technologies\r\n\r\n<a style=\"color: #478ed8;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3k6R0gaYELrDnAF&amp;b=oIHQQcLwUfWQ69V.GiXVUQ\" target=\"_blank\">https://attendee.gotowebinar.<wbr />com/register/<wbr />3602511728661285634</a>\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1618235173\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1618235174\"><span class=\"aQJ\">Friday</span></span> -  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1618235175\"><span class=\"aQJ\">7:30 AM ET to 10:30 AM ET</span></span></strong>\r\n\r\nRQ performance  coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n______________________________<wbr />______________________________\r\n\r\n<strong>Insider\'s Quant (IQ) Room</strong>\r\n\r\n<strong>Advanced Concepts with Joe Rios</strong>\r\n\r\n<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1618235176\"><span class=\"aQJ\">Monday</span></span>, <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1618235177\"><span class=\"aQJ\">Wednesday</span></span>, and <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1618235178\"><span class=\"aQJ\">Thursday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1618235179\"><span class=\"aQJ\">1:30 PM ET</span></span>\r\n\r\nSUBSCRIPTION ONLY - <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3k6R0gaYELrDnAF&amp;b=yfuIiLQ_xN.DJsmFBuoAsA\" target=\"_blank\">REGISTER FOR FREE TRIAL HERE</a>\r\n\r\n______________________________<wbr />_________________\r\n\r\n&nbsp;\r\n<div><strong>RiosQuant Training Classes</strong></div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1618235180\"><span class=\"aQJ\">Tuesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1618235181\"><span class=\"aQJ\">7:30 PM ET</span></span></div>\r\n<div><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3k6R0gaYELrDnAF&amp;b=AOq4iYPT60MhXv.nK_bh_w\" target=\"_blank\">REGISTER HERE!</a></div>\r\n<div>Topic: The Next Big Swing</div>\r\n<div>Presenter: Steve Schwartz</div>\r\n<div></div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1618235182\"><span class=\"aQJ\">Wednesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1618235183\"><span class=\"aQJ\">1:30 PM ET</span></span></div>\r\n<div><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3k6R0gaYELrDnAF&amp;b=zZVYJ.pdmsPxF93yfAwFYA\" target=\"_blank\">REGISTER HERE!</a></div>\r\n<div>Topic: Follow the Money Trail</div>\r\n<div>Presenter: Steve Schwartz</div>\r\n<div></div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1618235184\"><span class=\"aQJ\">Saturday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1618235185\"><span class=\"aQJ\">11:00 AM ET</span></span></div>\r\n<div><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3k6R0gaYELrDnAF&amp;b=PRPNyG.MR3BM2i4fSFUHyA\" target=\"_blank\">REGISTER HERE!</a></div>\r\n<div>Topic: What\'s GnosTick Trading?</div>\r\n<div>Presenter: Steve Schwartz</div>\r\n</div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\n&nbsp;\r\n<div><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY</span><span style=\"color: #ffffff;\"> </span><span style=\"color: #000000;\">FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS.  </span><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></div>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"color: #ffffff;\" valign=\"top\" bgcolor=\"#ffffff\" width=\"166\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2241-revision-v1','','','2014-12-15 11:43:07','2014-12-15 11:43:07','',2241,'http://www.thetradingroom.com/2241-revision-v1/',0,'revision','',0),(2246,2,'2014-12-15 11:53:01','2014-12-15 11:53:01','From the desk of Joe Rios\r\n\r\nOil price action stole center stage again hitting fresh 5 1/2 year lows along with breaking key psychological levels with Brent breaching $65 and WTI $60. As expected volatility shot higher with the VIX spiking 44%. Risk-OFF dominated the week with the US Treasury 30 Yr Bond climbing 2.8% while the S&amp;P 500 dropped -4.0%. Tighter correlations continued to provide insight to intra-day market direction as Gold gained 2.7% along with US Treasury price action. The Japanese Yen also saw positive rotation flows, rising 2.3% as carry trades continued to unwind throughout the week.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/12/risk-off-daily-12-14.jpg\"><img class=\"aligncenter size-full wp-image-2242\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/12/risk-off-daily-12-14.jpg\" alt=\"risk off daily 12-14\" width=\"1213\" height=\"626\" /></a>\r\n\r\nIn the week ahead I will pay close attention to the HSBC Flash Manufacturing PMI from China, the European Manufacturing PMIs and the German IFO as traders will be looking to see if the weaker crude prices have had any positive impact on the industrial sector. We also have the FOMC meeting on Wednesday and a corresponding press conference that may spark aggressive price action in the global markets.\r\n\r\n<em>Joe Rios</em>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/5d66250070/TEST/2e45d3b7ce\">REGISTER HERE!</a></strong>\r\n\r\n<strong>Monday through Friday beginning at 7:30 AM ET</strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\nMonday, Wednesday, and Thursday beginning at 1:30 PM ET\r\n\r\nSUBSCRIPTION ONLY - REQUEST FREE TRIAL HERE:\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/5d66250070/TEST/03ee42e496\"><strong>http://www.thetradingroom.com/algorithmic-trading/</strong></a>\r\n\r\n<hr />\r\n\r\n<strong>The Trading Room EDU - Educational Workshop  </strong><strong>Covering the RiosQuant Trading Indicators:</strong>\r\n\r\n<strong>Tuesday beginning at 7:30 PM ET</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/5d66250070/TEST/568205f2d7\">REGISTER HERE!</a></strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Topic: The Next Big Swing - </strong><strong>Presenter: Steve Schwartz</strong>\r\n\r\n<strong>Wednesday beginning at 1:30 PM ET</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/5d66250070/TEST/201dc27a58\">REGISTER HERE!</a></strong>\r\n\r\n<strong>Topic: Follow the Money Trail  - </strong><strong>Presenter: Steve Schwartz</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Saturday beginning at 11:00 AM ET</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/5d66250070/TEST/6cb9916a13\">REGISTER HERE!</a></strong>\r\n\r\n<strong>Topic: What\'s GnosTick Trading?  - </strong><strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nMonday\r\n\r\n8:30 AM               USD       Empire State Manufacturing Index\r\n\r\n9:15 AM               USD       Capacity Utilization Rate And Industrial Production\r\n\r\n7:30 PM                AUD       Monetary Policy Meeting Minutes\r\n\r\n8:45 PM                CNY        HSBC Flash Manufacturing PMI\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n2:00 AM               GBP       Bank Stress Test Results\r\n\r\n3:00 AM               EUR        French Flash Manufacturing PMI\r\n\r\n3:30 AM               EUR        German Flash Manufacturing PMI\r\n\r\n4:00 AM               GBP       BOE Gov. Carney Speaks\r\n\r\n4:30 AM               GBP       CPI\r\n\r\n5:00 AM               EUR        German ZEW Economic Sentiment\r\n\r\n8:30 AM               CAD       Manufacturing Sales\r\n\r\n8:30 AM               USD       Building Permits\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM               Claimant Count Change And Average Earnings Index\r\n\r\n8:30 AM               CAD       Wholesale Sales\r\n\r\n8:30 AM               USD       CPI\r\n\r\n10:30 AM                             Crude Oil Inventories\r\n\r\n2:00 PM                USD       FOMC Statement\r\n\r\n2:30 PM                USD       FOMC Press Conference\r\n\r\n4:45 PM                NZD       GDP\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n4:00 AM               EUR        German Ifo Business Climate\r\n\r\n4:30 AM               GBP       Retail Sales\r\n\r\n8:30 AM               USD       Unemployment Claims\r\n\r\n10:00 AM             USD       Philly Fed Manufacturing Index\r\n\r\n10:30 AM                             Natural Gas Storage\r\n\r\nTentative             JPY         Monetary Policy Statement\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\nTentative             JPY         BOJ  Press Conference\r\n\r\n8:30 AM               CAD       Core CPI And Retail Sales\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2241-revision-v1','','','2014-12-15 11:53:01','2014-12-15 11:53:01','',2241,'http://www.thetradingroom.com/2241-revision-v1/',0,'revision','',0),(2247,2,'2014-12-15 11:56:37','2014-12-15 11:56:37','From the desk of Joe Rios\r\n\r\nOil price action stole center stage again hitting fresh 5 1/2 year lows along with breaking key psychological levels with Brent breaching $65 and WTI $60. As expected volatility shot higher with the VIX spiking 44%. Risk-OFF dominated the week with the US Treasury 30 Yr Bond climbing 2.8% while the S&amp;P 500 dropped -4.0%. Tighter correlations continued to provide insight to intra-day market direction as Gold gained 2.7% along with US Treasury price action. The Japanese Yen also saw positive rotation flows, rising 2.3% as carry trades continued to unwind throughout the week.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/12/risk-off-daily-12-14.jpg\"><img class=\"aligncenter size-full wp-image-2242\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/12/risk-off-daily-12-14.jpg\" alt=\"risk off daily 12-14\" width=\"1213\" height=\"626\" /></a>\r\n\r\nIn the week ahead I will pay close attention to the HSBC Flash Manufacturing PMI from China, the European Manufacturing PMIs and the German IFO as traders will be looking to see if the weaker crude prices have had any positive impact on the industrial sector. We also have the FOMC meeting on Wednesday and a corresponding press conference that may spark aggressive price action in the global markets.\r\n\r\n<em>Joe Rios - Chief Strategist </em>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/5d66250070/TEST/2e45d3b7ce\">REGISTER HERE!</a></strong>\r\n\r\n<strong>Monday through Friday beginning at 7:30 AM ET</strong>\r\n\r\nRQ trade coaches include Edward Preston, Steve Schwartz and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\nMonday, Wednesday, and Thursday beginning at 1:30 PM ET\r\n\r\nSUBSCRIPTION ONLY - REQUEST FREE TRIAL HERE:\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/5d66250070/TEST/03ee42e496\"><strong>http://www.thetradingroom.com/algorithmic-trading/</strong></a>\r\n\r\n<hr />\r\n\r\n<strong>The Trading Room EDU - Educational Workshop  </strong><strong>Covering the RiosQuant Trading Indicators:</strong>\r\n\r\n<strong>Tuesday beginning at 7:30 PM ET</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/5d66250070/TEST/568205f2d7\">REGISTER HERE!</a></strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Topic: The Next Big Swing - </strong><strong>Presenter: Steve Schwartz</strong>\r\n\r\n<strong>Wednesday beginning at 1:30 PM ET</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/5d66250070/TEST/201dc27a58\">REGISTER HERE!</a></strong>\r\n\r\n<strong>Topic: Follow the Money Trail  - </strong><strong>Presenter: Steve Schwartz</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Saturday beginning at 11:00 AM ET</strong>\r\n\r\n<strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/5d66250070/TEST/6cb9916a13\">REGISTER HERE!</a></strong>\r\n\r\n<strong>Topic: What\'s GnosTick Trading?  - </strong><strong>Presenter: Steve Schwartz</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nMonday\r\n\r\n8:30 AM               USD       Empire State Manufacturing Index\r\n\r\n9:15 AM               USD       Capacity Utilization Rate And Industrial Production\r\n\r\n7:30 PM                AUD       Monetary Policy Meeting Minutes\r\n\r\n8:45 PM                CNY        HSBC Flash Manufacturing PMI\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n2:00 AM               GBP       Bank Stress Test Results\r\n\r\n3:00 AM               EUR        French Flash Manufacturing PMI\r\n\r\n3:30 AM               EUR        German Flash Manufacturing PMI\r\n\r\n4:00 AM               GBP       BOE Gov. Carney Speaks\r\n\r\n4:30 AM               GBP       CPI\r\n\r\n5:00 AM               EUR        German ZEW Economic Sentiment\r\n\r\n8:30 AM               CAD       Manufacturing Sales\r\n\r\n8:30 AM               USD       Building Permits\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM               Claimant Count Change And Average Earnings Index\r\n\r\n8:30 AM               CAD       Wholesale Sales\r\n\r\n8:30 AM               USD       CPI\r\n\r\n10:30 AM                             Crude Oil Inventories\r\n\r\n2:00 PM                USD       FOMC Statement\r\n\r\n2:30 PM                USD       FOMC Press Conference\r\n\r\n4:45 PM                NZD       GDP\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n4:00 AM               EUR        German Ifo Business Climate\r\n\r\n4:30 AM               GBP       Retail Sales\r\n\r\n8:30 AM               USD       Unemployment Claims\r\n\r\n10:00 AM             USD       Philly Fed Manufacturing Index\r\n\r\n10:30 AM                             Natural Gas Storage\r\n\r\nTentative             JPY         Monetary Policy Statement\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\nTentative             JPY         BOJ  Press Conference\r\n\r\n8:30 AM               CAD       Core CPI And Retail Sales\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2241-revision-v1','','','2014-12-15 11:56:37','2014-12-15 11:56:37','',2241,'http://www.thetradingroom.com/2241-revision-v1/',0,'revision','',0),(2248,2,'2014-12-15 16:51:00','0000-00-00 00:00:00','','Multiplying Profit Techniques','','draft','open','closed','','multiplying-profit-techniques','','','2014-12-15 16:51:00','0000-00-00 00:00:00','',0,'http://www.thetradingroom.com/?page_id=2248',0,'page','',0),(2249,2,'2014-12-16 11:58:57','0000-00-00 00:00:00','','Multiplying Profit Techniques 2015','','draft','open','closed','','multiplying-profit-techniques-2015','','','2014-12-16 11:58:57','2014-12-16 11:58:57','',0,'http://www.thetradingroom.com/?page_id=2249',0,'page','',0),(2250,2,'2014-12-15 17:11:27','2014-12-15 17:11:27','','Multiplying Profit Techniques 2015','','inherit','open','closed','','2249-revision-v1','','','2014-12-15 17:11:27','2014-12-15 17:11:27','',2249,'http://www.thetradingroom.com/2249-revision-v1/',0,'revision','',0),(2251,2,'2014-12-15 17:54:41','2014-12-15 17:54:41','','rq banner','','inherit','open','closed','','rq-banner-2','','','2014-12-15 17:54:41','2014-12-15 17:54:41','',0,'http://www.thetradingroom.com/wp-content/uploads/2014/12/rq-banner.jpg',0,'attachment','image/jpeg',0),(2252,2,'2014-12-16 13:00:00','2014-12-16 13:00:00','<span style=\"color: #222222;\">UPDATED 6:45 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - Asian shares closed lower,  <span style=\"color: #2a2a2a;\">European stocks rose and US stock futures trading lower ahead of the Wall Street open.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">Treasuries advanced, recovering some of their decline yesterday, as traders sought the relative safety of U.S. debt after Russia unexpectedly raised interest rates.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Gold rebounded from yesterday’s biggest drop this year as investors sought a haven amid slumping emerging market equities and falling commodities.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The yen gained to the strongest level versus the dollar in four weeks.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA - </span><span style=\"color: #000000; font-family: Verdana, Helvetica, sans-serif;\">US </span><span style=\"color: #000000;\">Building Permits and CAD </span><span style=\"color: #000000;\">Manufacturing Sales m/m AT 8:30 ET.</span></div>','Pre-Market Trading Report - Russian Currency Tumbles','','publish','open','closed','','pre-market-trading-report-russian-currency-tumbles','','','2014-12-16 13:00:00','2014-12-16 13:00:00','',0,'http://www.thetradingroom.com/?p=2252',0,'post','',0),(2253,2,'2014-12-16 13:00:00','2014-12-16 13:00:00','<span style=\"color: #222222;\">UPDATED 6:45 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - Asian shares closed lower,  <span style=\"color: #2a2a2a;\">European stocks rose and US stock futures trading lower ahead of the Wall Street open.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">Treasuries advanced, recovering some of their decline yesterday, as traders sought the relative safety of U.S. debt after Russia unexpectedly raised interest rates.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Gold rebounded from yesterday’s biggest drop this year as investors sought a haven amid slumping emerging market equities and falling commodities.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The yen gained to the strongest level versus the dollar in four weeks.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA - </span><span style=\"color: #000000; font-family: Verdana, Helvetica, sans-serif;\">US </span><span style=\"color: #000000;\">Building Permits and CAD </span><span style=\"color: #000000;\">Manufacturing Sales m/m AT 8:30 ET.</span></div>','Pre-Market Trading Report - Russian Currency Tumbles','','inherit','open','closed','','2252-revision-v1','','','2014-12-16 13:00:00','2014-12-16 13:00:00','',2252,'http://www.thetradingroom.com/2252-revision-v1/',0,'revision','',0),(2254,2,'2014-12-17 11:55:52','2014-12-17 11:55:52','<span style=\"color: #222222;\">UPDATED 6:35 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - <span style=\"color: #2a2a2a;\">European stocks resumed losses, after the Stoxx Europe 600 Index snapped a six-day losing streak yesterday.</span><span style=\"color: #2a2a2a;\">U.S. stock-index futures advanced ahead of the Wall Street opening bell.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">Treasuries fell before Federal Reserve policy makers wrap up meetings amid speculation they’ll look beyond Russia’s currency crisis and consider dropping a pledge to keep interest rates low for a “considerable time.”</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Oil in New York traded near a five-year low as Russia reiterated that it will keep crude production steady next year, echoing OPEC’s strategy of refraining from curbing supply to tackle a global surplus.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The US dollar regained some of the recent losses ahead of the FOMC statement.\r\n\r\n</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA - </span><span style=\"color: #000000; font-family: Verdana, Helvetica, sans-serif;\">US </span><span style=\"color: #000000;\">CPI m/m and CAD </span><span style=\"color: #000000;\">Wholesale Sales m/m due at 8:30, </span><span style=\"color: #000000;\">Crude Oil Inventories at 10:30, </span><span style=\"color: #000000;\">FOMC Statement at 14:00 </span><span style=\"color: #000000;\">FOMC Press Conference at 14:30, NZD </span><span style=\"color: #000000;\">GDP q/q at 16:45 ET.</span></div>','Pre-Market Trading Review for Stocks, Bonds, Commodities and Currencies','','publish','open','closed','','pre-market-trading-review-stocks-bonds-commodities-currencies','','','2014-12-17 11:55:52','2014-12-17 11:55:52','',0,'http://www.thetradingroom.com/?p=2254',0,'post','',0),(2255,2,'2014-12-17 11:55:52','2014-12-17 11:55:52','<span style=\"color: #222222;\">UPDATED 6:35 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - <span style=\"color: #2a2a2a;\">European stocks resumed losses, after the Stoxx Europe 600 Index snapped a six-day losing streak yesterday.</span><span style=\"color: #2a2a2a;\">U.S. stock-index futures advanced ahead of the Wall Street opening bell.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">Treasuries fell before Federal Reserve policy makers wrap up meetings amid speculation they’ll look beyond Russia’s currency crisis and consider dropping a pledge to keep interest rates low for a “considerable time.”</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Oil in New York traded near a five-year low as Russia reiterated that it will keep crude production steady next year, echoing OPEC’s strategy of refraining from curbing supply to tackle a global surplus.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The US dollar regained some of the recent losses ahead of the FOMC statement.\r\n\r\n</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA - </span><span style=\"color: #000000; font-family: Verdana, Helvetica, sans-serif;\">US </span><span style=\"color: #000000;\">CPI m/m and CAD </span><span style=\"color: #000000;\">Wholesale Sales m/m due at 8:30, </span><span style=\"color: #000000;\">Crude Oil Inventories at 10:30, </span><span style=\"color: #000000;\">FOMC Statement at 14:00 </span><span style=\"color: #000000;\">FOMC Press Conference at 14:30, NZD </span><span style=\"color: #000000;\">GDP q/q at 16:45 ET.</span></div>','Pre-Market Trading Review for Stocks, Bonds, Commodities and Currencies','','inherit','open','closed','','2254-revision-v1','','','2014-12-17 11:55:52','2014-12-17 11:55:52','',2254,'http://www.thetradingroom.com/2254-revision-v1/',0,'revision','',0),(2256,2,'2014-12-18 11:57:22','2014-12-18 11:57:22','<span style=\"color: #222222;\">UPDATED 6:45 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - <span style=\"color: #2a2a2a;\">European shares and US stock futures climbed on growing confidence that central banks around the world will support the economy.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2d2b2c;\">Treasuries declined after Federal Reserve Chair Janet Yellen</span><span style=\"color: #2d2b2c;\"> suggested that the central bank may increase interest rates sooner than anticipated next year.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Oil climbed in New York, extending its biggest advance in more than a week amid speculation that crude’s plunge to a five-year low may have been excessive.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">Switzerland’s franc weakened the most in nine months versus the euro after the nation’s central bank introduced negative interest rates to help defend the currency’s cap.</span><span style=\"color: #2a2a2a;\">\r\n\r\n</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA - </span><span style=\"color: #000000; font-family: Verdana, Helvetica, sans-serif;\">US </span><span style=\"color: #000000;\">Unemployment Claims due at 8:30, </span><span style=\"color: #000000;\">Philly Fed Manufacturing Index at 10:00, </span><span style=\"color: #000000;\">Natural Gas Storage at 10:30 ET, </span><span style=\"color: #000000; font-family: Verdana, Helvetica, sans-serif;\">Monetary Policy Statement (tentative).</span></div>','Pre-Market Trading - Crude Oil Extending Gains','','publish','open','closed','','pre-market-trading-crude-oil-extending-gains','','','2014-12-18 11:57:22','2014-12-18 11:57:22','',0,'http://www.thetradingroom.com/?p=2256',0,'post','',0),(2257,2,'2014-12-18 11:57:22','2014-12-18 11:57:22','<span style=\"color: #222222;\">UPDATED 6:45 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - <span style=\"color: #2a2a2a;\">European shares and US stock futures climbed on growing confidence that central banks around the world will support the economy.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2d2b2c;\">Treasuries declined after Federal Reserve Chair Janet Yellen</span><span style=\"color: #2d2b2c;\"> suggested that the central bank may increase interest rates sooner than anticipated next year.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Oil climbed in New York, extending its biggest advance in more than a week amid speculation that crude’s plunge to a five-year low may have been excessive.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">Switzerland’s franc weakened the most in nine months versus the euro after the nation’s central bank introduced negative interest rates to help defend the currency’s cap.</span><span style=\"color: #2a2a2a;\">\r\n\r\n</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA - </span><span style=\"color: #000000; font-family: Verdana, Helvetica, sans-serif;\">US </span><span style=\"color: #000000;\">Unemployment Claims due at 8:30, </span><span style=\"color: #000000;\">Philly Fed Manufacturing Index at 10:00, </span><span style=\"color: #000000;\">Natural Gas Storage at 10:30 ET, </span><span style=\"color: #000000; font-family: Verdana, Helvetica, sans-serif;\">Monetary Policy Statement (tentative).</span></div>','Pre-Market Trading - Crude Oil Extending Gains','','inherit','open','closed','','2256-revision-v1','','','2014-12-18 11:57:22','2014-12-18 11:57:22','',2256,'http://www.thetradingroom.com/2256-revision-v1/',0,'revision','',0),(2258,2,'2014-12-19 11:47:54','2014-12-19 11:47:54','<span style=\"color: #222222;\">UPDATED 6:45 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - <span style=\"color: #2d2b2c;\">Stocks rose around the world, heading for their biggest weekly rally since October, while the yen weakened.</span><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">Janet Yellen is sending the world’s biggest bond market into gyrations and Pacific Investment Management Co. said there are more to come.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Wheat declined from a seven-month high on speculation that U.S. grain remains too expensive for shippers to benefit from a potential decline in exports from Russia.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The yen fell for a third day against the dollar as Japan’s two- and five-year bond yields dropped to records after the Bank of Japan maintained unprecedented stimulus.</span><span style=\"color: #2a2a2a;\">\r\n\r\n</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA -  </span><span style=\"color: #000000;\">CAD  </span><span style=\"color: #000000;\">Core Retail Sales m/m due at 8:30 ET.</span></div>','Pre-Market Trading - Wheat Declines','','publish','open','closed','','pre-market-trading-wheat-declines','','','2014-12-19 11:47:54','2014-12-19 11:47:54','',0,'http://www.thetradingroom.com/?p=2258',0,'post','',0),(2259,2,'2014-12-19 11:47:54','2014-12-19 11:47:54','<span style=\"color: #222222;\">UPDATED 6:45 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - <span style=\"color: #2d2b2c;\">Stocks rose around the world, heading for their biggest weekly rally since October, while the yen weakened.</span><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">Janet Yellen is sending the world’s biggest bond market into gyrations and Pacific Investment Management Co. said there are more to come.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Wheat declined from a seven-month high on speculation that U.S. grain remains too expensive for shippers to benefit from a potential decline in exports from Russia.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The yen fell for a third day against the dollar as Japan’s two- and five-year bond yields dropped to records after the Bank of Japan maintained unprecedented stimulus.</span><span style=\"color: #2a2a2a;\">\r\n\r\n</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA -  </span><span style=\"color: #000000;\">CAD  </span><span style=\"color: #000000;\">Core Retail Sales m/m due at 8:30 ET.</span></div>','Pre-Market Trading - Wheat Declines','','inherit','open','closed','','2258-revision-v1','','','2014-12-19 11:47:54','2014-12-19 11:47:54','',2258,'http://www.thetradingroom.com/2258-revision-v1/',0,'revision','',0),(2260,2,'2014-12-22 12:34:01','2014-12-22 12:34:01','<span style=\"color: #222222;\">UPDATED 6:30 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - Asian stock markets closed higher, European bourses and US stock futures trading higher ahead of the Wall Street opening bell.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">The extra yield on 30-year Treasuries over five-year notes shrank to the least in almost six years on speculation the Federal Reserve will raise interest rates in 2015 while inflation expectations fall around the world.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Saudi Arabia and the United Arab Emirates reiterated pledges to keep pumping the same amount of crude, blaming non-OPEC producers for the glut of oil that’s driven prices to the lowest in five years.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The euro strengthened versus the dollar amid speculation a recent drop that pushed it to a two-year low was overdone.</span><span style=\"color: #2a2a2a;\">\r\n\r\n</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA -  </span><span style=\"color: #000000; font-family: Verdana, Helvetica, sans-serif;\">US </span><span style=\"color: #000000;\">Existing Home Sales due at 10:00, NZD </span><span style=\"color: #000000;\">Trade Balance at </span><span style=\"color: #000000;\">16:45 ET.</span></div>','Pre-Market Trading - Stock Futures Trading Higher','','publish','open','closed','','pre-market-trading-stock-futures-trading-higher','','','2014-12-22 12:34:01','2014-12-22 12:34:01','',0,'http://www.thetradingroom.com/?p=2260',0,'post','',0),(2261,2,'2014-12-22 12:34:01','2014-12-22 12:34:01','<span style=\"color: #222222;\">UPDATED 6:30 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - Asian stock markets closed higher, European bourses and US stock futures trading higher ahead of the Wall Street opening bell.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">The extra yield on 30-year Treasuries over five-year notes shrank to the least in almost six years on speculation the Federal Reserve will raise interest rates in 2015 while inflation expectations fall around the world.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Saudi Arabia and the United Arab Emirates reiterated pledges to keep pumping the same amount of crude, blaming non-OPEC producers for the glut of oil that’s driven prices to the lowest in five years.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The euro strengthened versus the dollar amid speculation a recent drop that pushed it to a two-year low was overdone.</span><span style=\"color: #2a2a2a;\">\r\n\r\n</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA -  </span><span style=\"color: #000000; font-family: Verdana, Helvetica, sans-serif;\">US </span><span style=\"color: #000000;\">Existing Home Sales due at 10:00, NZD </span><span style=\"color: #000000;\">Trade Balance at </span><span style=\"color: #000000;\">16:45 ET.</span></div>','Pre-Market Trading - Stock Futures Trading Higher','','inherit','open','closed','','2260-revision-v1','','','2014-12-22 12:34:01','2014-12-22 12:34:01','',2260,'http://www.thetradingroom.com/2260-revision-v1/',0,'revision','',0),(2263,2,'2014-12-29 01:05:23','0000-00-00 00:00:00','','The Week ','','draft','open','closed','','week','','','2014-12-29 01:05:23','2014-12-29 01:05:23','',0,'http://www.thetradingroom.com/?p=2263',0,'post','',0),(2264,2,'2014-12-29 01:05:23','2014-12-29 01:05:23','','The Week ','','inherit','open','closed','','2263-revision-v1','','','2014-12-29 01:05:23','2014-12-29 01:05:23','',2263,'http://www.thetradingroom.com/2263-revision-v1/',0,'revision','',0),(2265,2,'2014-12-29 01:16:01','2014-12-29 01:16:01','From the desk of Joe Rios\r\n\r\nAll of us here with Rios Quantitative hope that you had a Merry Christmas, Happy Hanukkah  and that you have a fun and safe New Year. I would like to thank all of our members for their support and contribution throughout 2014. I\'m grateful that I have the opportunity to coach and trade alongside a great group of dedicated members from different backgrounds but with the same purpose. If you are like most people, you\'re going to sit down this week and write your goals for the coming year. But if that is all you do, you\'ve already failed. Setting goals is like choosing a destination on a map. You have to know where you want to go or you will end up going nowhere. To achieve your goals you need to create the <strong><em>process</em></strong> that will ensure you accomplish it. So as you sit down over the next week to make your goals for 2015, put just as much time and thought into creating the processes that will help you accomplish them. This is the most important step there is because it’s the process, not the goal, that will bring the result, and yet it’s the one that most neglect to take. Doing so will ensure that the next 12 months, are the most productive and transformational of your life. One of my goals in 2015 is to help our members reach their next level of success. Whether it\'s turning more profits or becoming a more consistent trader, my team and I have developed a <strong><em>process</em></strong> to help you make this coming year your best year ever.\r\n\r\nHere\'s to a prosperous New Year!\r\n\r\nJoe Rios\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<div class=\"definition-parent\" style=\"color: #000000;\">\r\n<div class=\"paragraph\"><strong>Live Trading Rooms and Events:</strong>The Trading Room TradeLAB\r\n\r\nGlobal Trading with Quantitative Technologies\r\n\r\n<a href=\"https://attendee.gotowebinar.com/register/4017765384944113665\" target=\"_blank\" data-cke-saved-href=\"https://attendee.gotowebinar.com/register/4017765384944113665\">https://attendee.gotowebinar.com/register/4017765384944113665</a>\r\n\r\nMonday and Tuesday -  7:30 AM  to 10:30 AM ET\r\n\r\nRQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nInsider\'s Quant (IQ) Room\r\n\r\nAdvanced Concepts with Joe Rios\r\n\r\nNo sessions this week but will resume next week\r\n\r\nSUBSCRIPTION ONLY\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nThe Trading Room EDU - Educational Workshop\r\n\r\nCovering the RiosQuant Trading Indicators:\r\n<div>Tuesday beginning at <span tabindex=\"0\" data-term=\"goog_1615163717\">1:30 PM ET</span></div>\r\n<div><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/8fccc00d9e/TEST/6389474683\" target=\"_blank\" data-cke-saved-href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/8fccc00d9e/TEST/6389474683\">REGISTER HERE!</a></div>\r\n<div>Topic: Follow the Money Trail with RQ-TECH</div>\r\n<div>Presenter: Steve Schwartz</div>\r\n<div></div>\r\n<div>Saturday beginning at <span tabindex=\"0\" data-term=\"goog_1615163719\">11:00 AM ET</span></div>\r\n<div><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/8fccc00d9e/TEST/b720c55de4\" target=\"_blank\" data-cke-saved-href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/8fccc00d9e/TEST/b720c55de4\">REGISTER HERE!</a></div>\r\n<div>Topic: What is GnosTick Trading?</div>\r\n<div>Presenter: Steve Schwartz</div>\r\n</div>\r\n</div>\r\n<div class=\"definition-parent\" style=\"color: #000000;\">\r\n<div class=\"paragraph\">\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nTuesday\r\n\r\n10:00 am         USD    CB Consumer Confidence\r\n\r\n8:45 pm           CNY   HSBC Final Manufacturing PMI\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n8:30 am           USD    Unemployment Claims\r\n\r\n9:45 am           USD    Chicago PMI\r\n\r\n10:30 am                     Crude Oil Inventories\r\n\r\n12:00 pm                     Natural Gas Storage\r\n\r\n8:00 pm           CNY   Manufacturing PMI\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n4:30 am           GBP    Manufacturing PMI\r\n\r\n10:00 am         USD    ISM Manufacturing PMI\r\n\r\n&nbsp;\r\n\r\n<span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY</span><span><span style=\"color: #ffffff;\"><span> </span></span></span><span style=\"color: #000000;\"><span>FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. </span></span><span style=\"color: #000000;\"><span>PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></span>\r\n\r\n</div>\r\n</div>','The Week Ahead in the Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-28','','','2014-12-29 01:16:01','2014-12-29 01:16:01','',0,'http://www.thetradingroom.com/?p=2265',0,'post','',0),(2266,2,'2014-12-29 01:14:41','2014-12-29 01:14:41','From the desk of Joe Rios\r\n\r\nAll of us here with Rios Quantitative hope that you had a Merry Christmas, Happy Hanukkah  and that you have a fun and safe New Year. I would like to thank all of our members for their support and contribution throughout 2014. I\'m grateful that I have the opportunity to coach and trade alongside a great group of dedicated members from different backgrounds but with the same purpose. If you are like most people, you\'re going to sit down this week and write your goals for the coming year. But if that is all you do, you\'ve already failed. Setting goals is like choosing a destination on a map. You have to know where you want to go or you will end up going nowhere. To achieve your goals you need to create the <strong><em>process</em></strong> that will ensure you accomplish it. So as you sit down over the next week to make your goals for 2015, put just as much time and thought into creating the processes that will help you accomplish them. This is the most important step there is because it’s the process, not the goal, that will bring the result, and yet it’s the one that most neglect to take. Doing so will ensure that the next 12 months, are the most productive and transformational of your life. One of my goals in 2015 is to help our members reach their next level of success. Whether it\'s turning more profits or becoming a more consistent trader, my team and I have developed a <strong><em>process</em></strong> to help you make this coming year your best year ever.\r\n\r\nHere\'s to a prosperous New Year!\r\n\r\nJoe Rios\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<div class=\"definition-parent\" style=\"color: #000000;\">\r\n<div class=\"paragraph\"><strong>Live Trading Rooms and Events:</strong>The Trading Room TradeLAB\r\n\r\nGlobal Trading with Quantitative Technologies\r\n\r\n<a href=\"https://attendee.gotowebinar.com/register/4017765384944113665\" target=\"_blank\" data-cke-saved-href=\"https://attendee.gotowebinar.com/register/4017765384944113665\">https://attendee.gotowebinar.com/register/4017765384944113665</a>\r\n\r\nMonday and Tuesday -  7:30 AM  to 10:30 AM ET\r\n\r\nRQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nInsider\'s Quant (IQ) Room\r\n\r\nAdvanced Concepts with Joe Rios\r\n\r\nNo sessions this week but will resume next week\r\n\r\nSUBSCRIPTION ONLY\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nThe Trading Room EDU - Educational Workshop\r\n\r\nCovering the RiosQuant Trading Indicators:\r\n<div>Tuesday beginning at <span tabindex=\"0\" data-term=\"goog_1615163717\">1:30 PM ET</span></div>\r\n<div><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/8fccc00d9e/TEST/6389474683\" target=\"_blank\" data-cke-saved-href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/8fccc00d9e/TEST/6389474683\">REGISTER HERE!</a></div>\r\n<div>Topic: Follow the Money Trail with RQ-TECH</div>\r\n<div>Presenter: Steve Schwartz</div>\r\n<div></div>\r\n<div>Saturday beginning at <span tabindex=\"0\" data-term=\"goog_1615163719\">11:00 AM ET</span></div>\r\n<div><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/8fccc00d9e/TEST/b720c55de4\" target=\"_blank\" data-cke-saved-href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/8fccc00d9e/TEST/b720c55de4\">REGISTER HERE!</a></div>\r\n<div>Topic: What is GnosTick Trading?</div>\r\n<div>Presenter: Steve Schwartz</div>\r\n</div>\r\n</div>\r\n<div class=\"definition-parent\" style=\"color: #000000;\">\r\n<div class=\"paragraph\">\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nTuesday\r\n\r\n10:00 am         USD    CB Consumer Confidence\r\n\r\n8:45 pm           CNY   HSBC Final Manufacturing PMI\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n8:30 am           USD    Unemployment Claims\r\n\r\n9:45 am           USD    Chicago PMI\r\n\r\n10:30 am                     Crude Oil Inventories\r\n\r\n12:00 pm                     Natural Gas Storage\r\n\r\n8:00 pm           CNY   Manufacturing PMI\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n4:30 am           GBP    Manufacturing PMI\r\n\r\n10:00 am         USD    ISM Manufacturing PMI\r\n\r\n&nbsp;\r\n\r\n<span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY</span><span><span style=\"color: #ffffff;\"><span> </span></span></span><span style=\"color: #000000;\"><span>FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. </span></span><span style=\"color: #000000;\"><span>PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></span>\r\n\r\n</div>\r\n</div>','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2265-revision-v1','','','2014-12-29 01:14:41','2014-12-29 01:14:41','',2265,'http://www.thetradingroom.com/2265-revision-v1/',0,'revision','',0),(2267,2,'2015-01-05 00:44:01','2015-01-05 00:44:01','From the desk of Joe Rios\r\n\r\nThe pros are back from vacation and should be ready for a full week of trading.  There has always been a lot of market tradition about January. Therefore we can expect the pundits to dominate the airwaves and publications with their new year predictions.  As active quant traders we need to block out the noise and stay true to our discipline with the process of the trade as our main focus. There was not much news over the holidays but we do have normal flows in the week ahead including FOMC meeting minutes, Initial Jobless Claims and the Non-Farm Employment Change closing the week on Friday.\r\n\r\nLast year\'s velocity leaders are:\r\n\r\n<strong><em>Upside</em></strong>\r\n\r\nCoffee                 +44.2%\r\n\r\nNasdaq 100         +18.4%\r\n\r\nUS 30 Yr Bond    +13.2%\r\n\r\nUS Dollar              +13.2%\r\n\r\n<strong><em>Downside</em></strong>\r\n\r\nCrude Oil             -44.7%\r\n\r\nNatural Gas        -31.5%\r\n\r\nSilver                     -21.6%\r\n\r\nSoybeans            -20.7%\r\n\r\nFrom the macro view, the market\'s correlation painted the picture with clarity with US 30 Yr Bond and US Dollar both gaining 13.2% for the year. The relationship with the US Dollar and Treasury interest rate yield played out throughout the year. The relationship between S&amp;P 500 +13.2% and the Japanese Yen -13.1% also delivered tight correlations as seen during the unwinding and initiating of carry trade positions. What will the new year bring us in price action? Will the correlations in the markets remain tight? Will last year\'s velocity leaders continue their direction or retrace? Or will there be new velocity leaders? Regardless of last year\'s leaders, I am starting the new year with focus to the process of the trade. Finding a strategy that works  consistently is easy. It\'s sticking to it that is difficult. For that reason, I have prepared special training for the first 90 days of the new year. Intended to help and keep our members better equipped to make 2015 the best year yet.\r\n\r\n<strong><em>Joe Rios</em></strong>\r\n\r\nFounder - Rios Quantitative LLC\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>Live Trading Rooms and Events:</strong> <strong>The Trading Room TradeLAB</strong>\r\n\r\nGlobal Trading with Quantitative Technologies\r\n\r\n<a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3ZPBoNzULXrDnAF&amp;b=s8Q5UI_hmrZRi85TTaJ5nA\" target=\"_blank\">https://attendee.gotowebinar.<wbr />com/register/<wbr />2580854320683901441</a>\r\n\r\n<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_905811852\"><span class=\"aQJ\">Monday</span></span> and <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_905811853\"><span class=\"aQJ\">Tuesday</span></span> -  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_905811854\"><span class=\"aQJ\">7:30 AM  to 10:30 AM ET</span></span>\r\n\r\nRQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<hr />\r\n\r\n<strong>Insider\'s Quant (IQ) Room</strong>\r\n<p style=\"color: #000000;\">Advanced Concepts with Joe Rios</p>\r\n<p style=\"color: #000000;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_905811855\"><span class=\"aQJ\">Monday</span></span> and <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_905811856\"><span class=\"aQJ\">Wednesday 1:30 pm to 3:00 pm ET</span></span></p>\r\n<p style=\"color: #000000;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_905811857\"><span class=\"aQJ\">Friday 11:30 am to 12:30 pm ET</span></span></p>\r\n<p style=\"color: #000000;\">SUBSCRIPTION ONLY - <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3ZPBoNzULXrDnAF&amp;b=jFxlP7KmdWX6CLBWAKhrUw\" target=\"_blank\">CLICK HERE FOR A FREE TRIAL</a></p>\r\n\r\n\r\n<hr />\r\n<p style=\"color: #000000;\"><strong>The Trading Room EDU - Educational Workshop </strong></p>\r\n\r\n<div style=\"color: #000000;\">Covering the RiosQuant Trading Indicators:</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_905811858\"><span class=\"aQJ\">Wednesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_905811859\"><span class=\"aQJ\">1:30 PM ET</span></span></div>\r\n<div style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3ZPBoNzULXrDnAF&amp;b=QeGd10xIm4dNlfAbZrXi5A\" target=\"_blank\">REGISTER HERE!</a></div>\r\n<div style=\"color: #000000;\">Topic: Quant Trading E-Minis</div>\r\n<div style=\"color: #000000;\">Presenter: Steve Schwartz</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_905811860\"><span class=\"aQJ\">Thursday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_905811861\"><span class=\"aQJ\">7:30 PM ET</span></span></div>\r\n<div style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3ZPBoNzULXrDnAF&amp;b=pMczFrFIrDFdT6bdoICV.Q\" target=\"_blank\">REGISTER HERE!</a></div>\r\n<div style=\"color: #000000;\">Topic: Next Big Swing - Reviewing Dollar, Oil, Bonds, S&amp;P</div>\r\n<div style=\"color: #000000;\">Presenter: Steve Schwartz</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #000000;\">\r\n\r\nMonday\r\n\r\nAll Day                  EUR        German Preliminary CPI\r\n\r\n4:30 AM               GBP       Construction PMI\r\n\r\n7:30 PM                AUD       Trade Balance\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n4:30 AM               GBP       Services PMI\r\n\r\nTentative             NZD       GDT Price Index\r\n\r\n10:00 AM             USD       ISM Non-Manufacturing PMI\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n2:00 AM               EUR        German Retail Sales\r\n\r\n3:55 AM               EUR        German Unemployment Change\r\n\r\n5:00 AM               EUR        CPI Flash Estimate\r\n\r\n8:15 AM               USD       ADP Nonfarm Employment Change\r\n\r\n8:30 AM               USD       Trade Balance\r\n\r\n8:30 AM               CAD       Trade Balance\r\n\r\n10:30 AM                             Crude Oil Inventories\r\n\r\n2:00 PM                USD       FOMC Meeting Minutes\r\n\r\n7:30 PM                AUD       Building Approvals\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n7:00 AM               GBP       Official Bank Rate\r\n\r\nTentative             GBP       MPC Rate Statement\r\n\r\n8:30 AM               USD       Unemployment Claims\r\n\r\n10:30 AM                             Natural Gas Storage\r\n\r\n7:30 PM                AUD       Retail Sales\r\n\r\n8:30 PM                CNY        CPI\r\n\r\n&nbsp;\r\n\r\nFriday 4:30 AM  GBP       Manufacturing Production\r\n\r\n8:30 AM               CAD       Building Permits And Unemployment Rate\r\n\r\n8:30 AM               USD       Nonfarm Employment Change\r\n\r\nTentative             CNY        Trade Balance\r\n\r\n</div>\r\n&nbsp;\r\n\r\n<span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY</span><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"> </span></span><span style=\"color: #000000;\">FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS.  </span><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-29','','','2015-01-05 00:44:01','2015-01-05 00:44:01','',0,'http://www.thetradingroom.com/?p=2267',0,'post','',0),(2268,2,'2015-01-05 00:42:15','2015-01-05 00:42:15','From the desk of Joe Rios\r\n\r\nThe pros are back from vacation and should be ready for a full week of trading.  There has always been a lot of market tradition about January. Therefore we can expect the pundits to dominate the airwaves and publications with their new year predictions.  As active quant traders we need to block out the noise and stay true to our discipline with the process of the trade as our main focus. There was not much news over the holidays but we do have normal flows in the week ahead including FOMC meeting minutes, Initial Jobless Claims and the Non-Farm Employment Change closing the week on Friday.\r\n\r\nLast year\'s velocity leaders are:\r\n\r\n<strong><em>Upside</em></strong>\r\n\r\nCoffee                 +44.2%\r\n\r\nNasdaq 100         +18.4%\r\n\r\nUS 30 Yr Bond    +13.2%\r\n\r\nUS Dollar              +13.2%\r\n\r\n<strong><em>Downside</em></strong>\r\n\r\nCrude Oil             -44.7%\r\n\r\nNatural Gas        -31.5%\r\n\r\nSilver                     -21.6%\r\n\r\nSoybeans            -20.7%\r\n\r\nFrom the macro view, the market\'s correlation painted the picture with clarity with US 30 Yr Bond and US Dollar both gaining 13.2% for the year. The relationship with the US Dollar and Treasury interest rate yield played out throughout the year. The relationship between S&amp;P 500 +13.2% and the Japanese Yen -13.1% also delivered tight correlations as seen during the unwinding and initiating of carry trade positions. What will the new year bring us in price action? Will the correlations in the markets remain tight? Will last year\'s velocity leaders continue their direction or retrace? Or will there be new velocity leaders? Regardless of last year\'s leaders, I am starting the new year with focus to the process of the trade. Finding a strategy that works  consistently is easy. It\'s sticking to it that is difficult. For that reason, I have prepared special training for the first 90 days of the new year. Intended to help and keep our members better equipped to make 2015 the best year yet.\r\n\r\n<strong><em>Joe Rios</em></strong>\r\n\r\nFounder - Rios Quantitative LLC\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>Live Trading Rooms and Events:</strong> <strong>The Trading Room TradeLAB</strong>\r\n\r\nGlobal Trading with Quantitative Technologies\r\n\r\n<a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3ZPBoNzULXrDnAF&amp;b=s8Q5UI_hmrZRi85TTaJ5nA\" target=\"_blank\">https://attendee.gotowebinar.<wbr />com/register/<wbr />2580854320683901441</a>\r\n\r\n<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_905811852\"><span class=\"aQJ\">Monday</span></span> and <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_905811853\"><span class=\"aQJ\">Tuesday</span></span> -  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_905811854\"><span class=\"aQJ\">7:30 AM  to 10:30 AM ET</span></span>\r\n\r\nRQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<hr />\r\n\r\n<strong>Insider\'s Quant (IQ) Room</strong>\r\n<p style=\"color: #000000;\">Advanced Concepts with Joe Rios</p>\r\n<p style=\"color: #000000;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_905811855\"><span class=\"aQJ\">Monday</span></span> and <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_905811856\"><span class=\"aQJ\">Wednesday 1:30 pm to 3:00 pm ET</span></span></p>\r\n<p style=\"color: #000000;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_905811857\"><span class=\"aQJ\">Friday 11:30 am to 12:30 pm ET</span></span></p>\r\n<p style=\"color: #000000;\">SUBSCRIPTION ONLY - <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3ZPBoNzULXrDnAF&amp;b=jFxlP7KmdWX6CLBWAKhrUw\" target=\"_blank\">CLICK HERE FOR A FREE TRIAL</a></p>\r\n\r\n\r\n<hr />\r\n<p style=\"color: #000000;\"><strong>The Trading Room EDU - Educational Workshop </strong></p>\r\n\r\n<div style=\"color: #000000;\">Covering the RiosQuant Trading Indicators:</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_905811858\"><span class=\"aQJ\">Wednesday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_905811859\"><span class=\"aQJ\">1:30 PM ET</span></span></div>\r\n<div style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3ZPBoNzULXrDnAF&amp;b=QeGd10xIm4dNlfAbZrXi5A\" target=\"_blank\">REGISTER HERE!</a></div>\r\n<div style=\"color: #000000;\">Topic: Quant Trading E-Minis</div>\r\n<div style=\"color: #000000;\">Presenter: Steve Schwartz</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_905811860\"><span class=\"aQJ\">Thursday</span></span> beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_905811861\"><span class=\"aQJ\">7:30 PM ET</span></span></div>\r\n<div style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3ZPBoNzULXrDnAF&amp;b=pMczFrFIrDFdT6bdoICV.Q\" target=\"_blank\">REGISTER HERE!</a></div>\r\n<div style=\"color: #000000;\">Topic: Next Big Swing - Reviewing Dollar, Oil, Bonds, S&amp;P</div>\r\n<div style=\"color: #000000;\">Presenter: Steve Schwartz</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #000000;\">\r\n\r\nMonday\r\n\r\nAll Day                  EUR        German Preliminary CPI\r\n\r\n4:30 AM               GBP       Construction PMI\r\n\r\n7:30 PM                AUD       Trade Balance\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n4:30 AM               GBP       Services PMI\r\n\r\nTentative             NZD       GDT Price Index\r\n\r\n10:00 AM             USD       ISM Non-Manufacturing PMI\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n2:00 AM               EUR        German Retail Sales\r\n\r\n3:55 AM               EUR        German Unemployment Change\r\n\r\n5:00 AM               EUR        CPI Flash Estimate\r\n\r\n8:15 AM               USD       ADP Nonfarm Employment Change\r\n\r\n8:30 AM               USD       Trade Balance\r\n\r\n8:30 AM               CAD       Trade Balance\r\n\r\n10:30 AM                             Crude Oil Inventories\r\n\r\n2:00 PM                USD       FOMC Meeting Minutes\r\n\r\n7:30 PM                AUD       Building Approvals\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n7:00 AM               GBP       Official Bank Rate\r\n\r\nTentative             GBP       MPC Rate Statement\r\n\r\n8:30 AM               USD       Unemployment Claims\r\n\r\n10:30 AM                             Natural Gas Storage\r\n\r\n7:30 PM                AUD       Retail Sales\r\n\r\n8:30 PM                CNY        CPI\r\n\r\n&nbsp;\r\n\r\nFriday 4:30 AM  GBP       Manufacturing Production\r\n\r\n8:30 AM               CAD       Building Permits And Unemployment Rate\r\n\r\n8:30 AM               USD       Nonfarm Employment Change\r\n\r\nTentative             CNY        Trade Balance\r\n\r\n</div>\r\n&nbsp;\r\n\r\n<span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY</span><span style=\"color: #000000;\"><span style=\"color: #ffffff;\"> </span></span><span style=\"color: #000000;\">FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS.  </span><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2267-revision-v1','','','2015-01-05 00:42:15','2015-01-05 00:42:15','',2267,'http://www.thetradingroom.com/2267-revision-v1/',0,'revision','',0),(2270,2,'2015-01-05 12:12:43','2015-01-05 12:12:43','<em><span style=\"font-style: normal; color: #222222;\">UPDATED 6:40 am ET</span></em>\r\n<div style=\"font-style: normal; color: #222222;\"></div>\r\n<div style=\"font-style: normal; color: #222222;\">STOCKS - <span style=\"color: #2a2a2a;\">Stocks in Europe retreated as falling oil prices and concern over Greece possibly leaving the single- currency union. </span><span style=\"color: #2a2a2a;\">U.S. stock-index futures slid, indicating the S&amp;P 500 Index may fall further after it posted its first weekly drop in three.</span></div>\r\n<div style=\"font-style: normal; color: #222222;\"><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div style=\"font-style: normal; color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">A gauge of global bond yields approached the all-time low of 1.29 percent as investors sought the safety of debt while the euro tumbled.</span></div>\r\n<div style=\"font-style: normal; color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"font-style: normal; color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES -  Crude </span><span style=\"color: #2a2a2a;\">Oil fell for a third day, extending its drop from the lowest close since 2009.</span></div>\r\n<div style=\"font-style: normal; color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"font-style: normal; color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The euro fell to the weakest level in almost nine years versus the dollar amid speculation the European Central Bank is moving closer to large-scale sovereign-bond purchases.</span><span style=\"color: #2a2a2a;\">\r\n\r\n</span></div>\r\n<div style=\"font-style: normal; color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA -  </span><span style=\"color: #000000; font-family: Verdana, Helvetica, sans-serif;\">US </span><span style=\"color: #000000;\">FOMC Member Williams Speaks at 8:00, AUD </span><span style=\"color: #000000;\">Trade Balance at 19:30, CHY </span><span style=\"color: #000000;\">HSBC Services PMI at 20:45 ET.</span></div>','Pre-Market Trading - Crude Oil and Euro s','','inherit','open','closed','','2269-revision-v1','','','2015-01-05 12:12:43','2015-01-05 12:12:43','',2269,'http://www.thetradingroom.com/2269-revision-v1/',0,'revision','',0),(2271,2,'2015-01-05 12:17:35','2015-01-05 12:17:35','<span style=\"color: #222222;\">UPDATED 6:40 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - <span style=\"color: #2a2a2a;\">Stocks in Europe retreated as falling oil prices and concern over Greece possibly leaving the single- currency union. </span><span style=\"color: #2a2a2a;\">U.S. stock-index futures slid, indicating the S&amp;P 500 Index may fall further after it posted its first weekly drop in three.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">A gauge of global bond yields approached the all-time low of 1.29 percent as investors sought the safety of debt while the euro tumbled.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Oil fell for a third day, extending its drop from the lowest close since 2009.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The euro fell to the weakest level in almost nine years versus the dollar amid speculation the European Central Bank is moving closer to large-scale sovereign-bond purchases.</span><span style=\"color: #2a2a2a;\">\r\n\r\n</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA -  </span><span style=\"color: #000000; font-family: Verdana, Helvetica, sans-serif;\">US </span><span style=\"color: #000000;\">FOMC Member Williams Speaks at 8:00, AUD </span><span style=\"color: #000000;\">Trade Balance at 19:30, CHY </span><span style=\"color: #000000;\">HSBC Services PMI at 20:45 ET.</span></div>','Pre-Market Trading - Crude Oil and Euro Slide','','publish','open','closed','','pre-market-trading-crude-oil-euro-slide','','','2015-01-05 12:17:35','2015-01-05 12:17:35','',0,'http://www.thetradingroom.com/?p=2271',0,'post','',0),(2272,2,'2015-01-05 12:17:35','2015-01-05 12:17:35','<span style=\"color: #222222;\">UPDATED 6:40 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - <span style=\"color: #2a2a2a;\">Stocks in Europe retreated as falling oil prices and concern over Greece possibly leaving the single- currency union. </span><span style=\"color: #2a2a2a;\">U.S. stock-index futures slid, indicating the S&amp;P 500 Index may fall further after it posted its first weekly drop in three.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">A gauge of global bond yields approached the all-time low of 1.29 percent as investors sought the safety of debt while the euro tumbled.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Oil fell for a third day, extending its drop from the lowest close since 2009.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The euro fell to the weakest level in almost nine years versus the dollar amid speculation the European Central Bank is moving closer to large-scale sovereign-bond purchases.</span><span style=\"color: #2a2a2a;\">\r\n\r\n</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA -  </span><span style=\"color: #000000; font-family: Verdana, Helvetica, sans-serif;\">US </span><span style=\"color: #000000;\">FOMC Member Williams Speaks at 8:00, AUD </span><span style=\"color: #000000;\">Trade Balance at 19:30, CHY </span><span style=\"color: #000000;\">HSBC Services PMI at 20:45 ET.</span></div>','Pre-Market Trading - Crude Oil and Euro Slide','','inherit','open','closed','','2271-revision-v1','','','2015-01-05 12:17:35','2015-01-05 12:17:35','',2271,'http://www.thetradingroom.com/2271-revision-v1/',0,'revision','',0),(2429,2,'2015-04-22 11:19:11','2015-04-22 11:19:11','<p style=\"text-align: center;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<a href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3Xq2ittuYvh.1AF&amp;b=EzVnSCbROZXjPtgECJalcw\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 7:30 am and ends at 10:30 am ET Monday thruFriday.\r\n\r\n<strong>Access is simple,</strong> here is how to get started with a two week free trial...\r\n\r\n<strong>Step 1:</strong> Click on the following link and <a href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3Xq2ittuYvh.1AF&amp;b=EzVnSCbROZXjPtgECJalcw\">register as a guest.</a>\r\n\r\n<strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.\r\n\r\n<strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. Pre-market analysis and live trading begins Monday thru Friday from 7:30 am to 10:30 am ET.\r\n\r\n<strong>It\'s really that simple!</strong>\r\n\r\nPre-market activity and scheduled economic data that may have an impact on the global financial markets:\r\n\r\n<strong>STOCKS</strong> - In premarket the futures on the Dow and the S&amp;P are in the red. Stocks in Europe are also crumbling. But Asia had a fairly upbeat day, with the Nikkei rallying more than 1% to a fresh 15-year high, while Shanghai stocks surged another 2.4%.\r\n\r\n<strong>BONDS</strong> - For the first time, an index of three-month interbank loans in euros fell below zero on Tuesday. Elsewhere, the Spanish government raised funding for the same period of time and got paid to take the money.\r\n\r\n<strong>COMMODITIES</strong> - The Saudis ending airstrikes in Yemen and expectations of rising U.S. stockpiles, data due later this morning, are putting the screw on crude oil.\r\n\r\n<strong>CURRENCIES</strong> - The US dollar eased against the yen in Asia trade, getting a boost as Japan’s main stock market trimmed its earlier gains, action that limited selling of the Japanese currency. Meanwhile, the Australian dollar climbed on rising inflation.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Existing Home Sales due at 10:00, Crude Oil Inventories at10:30, CNY HSBC Flash Manufacturing PMI at 21:45 ET.\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"> </span><strong><span style=\"color: #000000;\">    </span></strong></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">    </span><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></p>','Pre-Market Trading for Stock, Bond, Commodity and Forex Market','','publish','open','closed','','pre-market-trading-stock-bond-commodity-forex-market','','','2015-04-22 11:21:30','2015-04-22 11:21:30','',0,'http://www.thetradingroom.com/?p=2429',0,'post','',0),(2274,2,'2015-01-09 11:33:38','2015-01-09 11:33:38','<span style=\"color: #222222;\">UPDATED 6:25 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - <span style=\"color: #2a2a2a;\">European stocks fell after the European Central Bank was said to study models for buying as much as 500 billion euros ($591 billion) of investment-grade assets.</span><span style=\"color: #2a2a2a;\">U.S. stock-index futures were little changed before data that may show 2014 was the strongest year for payroll growth since 1999.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">Treasury 10-year notes advanced amid investor speculation that strength in the U.S. jobs market will be overshadowed by economic weakness overseas.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Oil headed for a seventh weekly decline in New York and London amid speculation that OPEC won’t pare output to reduce a global surplus.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The euro fell for a second day against the yen, set for the biggest weekly slide since 2013, as reports from around Europe added to evidence of a deepening slump that may prompt additional stimulus measures.</span>\r\n\r\n</div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA -  US </span><span style=\"color: #000000;\">Non-Farm Employment Change and CAD </span><span style=\"color: #000000;\">Employment Change due at 8:30, </span><span style=\"color: #000000;\">FOMC Member Lacker Speaks at 13:20 ET.</span></div>\r\n&nbsp;','Pre-Market Trading Report - US Employment Data','','publish','open','closed','','pre-market-trading-report-us-employment-data','','','2015-01-09 11:33:38','2015-01-09 11:33:38','',0,'http://www.thetradingroom.com/?p=2274',0,'post','',0),(2275,2,'2015-01-09 11:33:38','2015-01-09 11:33:38','<span style=\"color: #222222;\">UPDATED 6:25 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - <span style=\"color: #2a2a2a;\">European stocks fell after the European Central Bank was said to study models for buying as much as 500 billion euros ($591 billion) of investment-grade assets.</span><span style=\"color: #2a2a2a;\">U.S. stock-index futures were little changed before data that may show 2014 was the strongest year for payroll growth since 1999.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">Treasury 10-year notes advanced amid investor speculation that strength in the U.S. jobs market will be overshadowed by economic weakness overseas.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Oil headed for a seventh weekly decline in New York and London amid speculation that OPEC won’t pare output to reduce a global surplus.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The euro fell for a second day against the yen, set for the biggest weekly slide since 2013, as reports from around Europe added to evidence of a deepening slump that may prompt additional stimulus measures.</span>\r\n\r\n</div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA -  US </span><span style=\"color: #000000;\">Non-Farm Employment Change and CAD </span><span style=\"color: #000000;\">Employment Change due at 8:30, </span><span style=\"color: #000000;\">FOMC Member Lacker Speaks at 13:20 ET.</span></div>\r\n&nbsp;','Pre-Market Trading Report - US Employment Data','','inherit','open','closed','','2274-revision-v1','','','2015-01-09 11:33:38','2015-01-09 11:33:38','',2274,'http://www.thetradingroom.com/2274-revision-v1/',0,'revision','',0),(2276,2,'2015-01-09 11:41:14','2015-01-09 11:41:14','<p style=\"color: #222222;\"><strong>Trading Stock Index Futures with Quant Indicators</strong></p>\r\n\r\n<div style=\"color: #222222;\"><strong>Wednesday beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1621881057\"><span class=\"aQJ\">1:30 PM ET</span></span>\r\n<a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/31a47454d0/TEST/99ddf510ac\" target=\"_blank\">https://attendee.gotowebinar.<wbr />com/register/<wbr />5422897264932339201</a></strong>\r\nTopic: Trading E-minis with the GnosTICK Indicator\r\nPresenter: Steve Schwartz\r\n\r\n<strong>Live training webinar on:</strong>\r\n• How to use forward looking indicators to select markets poised for explosive price action\r\n• Decoding quant math into 3rd grade arithmetic\r\n• Why quant traders are quick and smart</div>','Live Trading Workshop - Stock Index Futures ','','publish','open','closed','','live-trading-workshop-stock-index-futures','','','2015-01-09 11:41:14','2015-01-09 11:41:14','',0,'http://www.thetradingroom.com/?p=2276',0,'post','',0),(2277,2,'2015-01-09 11:41:14','2015-01-09 11:41:14','<p style=\"color: #222222;\"><strong>Trading Stock Index Futures with Quant Indicators</strong></p>\r\n\r\n<div style=\"color: #222222;\"><strong>Wednesday beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1621881057\"><span class=\"aQJ\">1:30 PM ET</span></span>\r\n<a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/31a47454d0/TEST/99ddf510ac\" target=\"_blank\">https://attendee.gotowebinar.<wbr />com/register/<wbr />5422897264932339201</a></strong>\r\nTopic: Trading E-minis with the GnosTICK Indicator\r\nPresenter: Steve Schwartz\r\n\r\n<strong>Live training webinar on:</strong>\r\n• How to use forward looking indicators to select markets poised for explosive price action\r\n• Decoding quant math into 3rd grade arithmetic\r\n• Why quant traders are quick and smart</div>','Live Trading Workshop - Stock Index Futures ','','inherit','open','closed','','2276-revision-v1','','','2015-01-09 11:41:14','2015-01-09 11:41:14','',2276,'http://www.thetradingroom.com/2276-revision-v1/',0,'revision','',0),(2278,2,'2015-01-13 03:40:35','2015-01-13 03:40:35','<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\nThe word is getting out! We\'re the real thing when it comes to trading!\r\n\r\nJoe here from RiosQuant and I am proud to announce Futures Truth Magazine has named The Trading Room TradeLAB as one of the Top 10 trading rooms in the United States in a study conducted by Dr. Dean Handley.\r\n\r\n\"The study took into account over four years of evaluation, 47,000 historical trade records and 19,000 prospective trades. In Dr. Handley\'s study, he reviewed more than 400 futures trading websites and evaluated them using several factors including their transparency, proven track record, and the likelihood of them assisting traders become successful\".\r\n\r\nFind out for yourself what all the buzz is about. Test drive our live trading room for free.\r\n\r\nMonday - Friday 7:30 am to 10:30 am ET\r\n\r\nClick on the following registration link to secure your spot ...\r\n\r\n<a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3Zm7Bt53VnrDnAF&amp;b=SdmCcPhHxscdenVNGcNfOQ\" target=\"_blank\">REGISTER HERE</a>\r\n\r\nRegister early so you don\'t miss out, space is limited.\r\n\r\nSee you in the room!\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<table align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3Zm7Bt53VnrDnAF&amp;b=6XgWE2eUY4FehORRuK4cYw\" target=\"_blank\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/96xBblsE9bCpPu5lBRadZ_j8uYgSOz3fG3eO055BSLsQiffFJlWwimIuMn_vzOzNKNUAowIWUhrPXw9AKV0oD14BAY74sYZxsI8svU1Xj6r3BFK8E93xzHadsxDNXgwOVGLpbYE=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ez1pe5/536ad1e52dd5056a6e466fe6.jpeg\" alt=\"Image\" width=\"92\" height=\"114\" align=\"left\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<table align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3Zm7Bt53VnrDnAF&amp;b=6XgWE2eUY4FehORRuK4cYw\" target=\"_blank\"><img class=\"CToWUd\" src=\"https://ci3.googleusercontent.com/proxy/0MQefbJ6tOSOZlDiEM6yb-LsoiMTqIsI1oJqrp6pdwjXFs9I7lfTQ5aUPmJclKPSHXYLBoKA-670orRAoYJ3YfS7yLMevOChmRfyjg7Tb8gnvosZ0pLwNkD9qm4Etfr6a_UeG_I=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ez1pe5/536ad20b2dd5056a6f5147e5.jpeg\" alt=\"Image\" width=\"250\" height=\"99\" align=\"left\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>','Live Trading Room - Access Link','','publish','open','closed','','live-trading-room-access-link','','','2015-01-13 03:40:35','2015-01-13 03:40:35','',0,'http://www.thetradingroom.com/?p=2278',0,'post','',0),(2279,2,'2015-01-13 03:35:49','2015-01-13 03:35:49','<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\nThe word is getting out! We\'re the real thing when it comes to trading!\r\n\r\nJoe here from RiosQuant and I am proud to announce Futures Truth Magazine has namedThe Trading Room(r) TradeLAB as one of the Top 10 trading rooms in the United States in a study conducted by Dr. Dean Handley.\r\n\r\n\"The study took into account over four years of evaluation, 47,000 historical trade records and 19,000 prospective trades. In Dr. Handley\'s study, he reviewed more than 400 futures trading websites and evaluated them using several factors including their transparency, proven track record, and the likelihood of them assisting traders become successful\".\r\n\r\nFind out for yourself what all the buzz is about. Test drive our live trading room for free.\r\n\r\nMonday - Friday 7:30 am to 10:30 am ET\r\n\r\nClick on the following registration link to secure your spot ...\r\n\r\n<a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3Zm7Bt53VnrDnAF&amp;b=SdmCcPhHxscdenVNGcNfOQ\" target=\"_blank\">REGISTER HERE</a>\r\n\r\nRegister early so you don\'t miss out, space is limited.\r\n\r\nSee you in the room!\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<table align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3Zm7Bt53VnrDnAF&amp;b=6XgWE2eUY4FehORRuK4cYw\" target=\"_blank\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/96xBblsE9bCpPu5lBRadZ_j8uYgSOz3fG3eO055BSLsQiffFJlWwimIuMn_vzOzNKNUAowIWUhrPXw9AKV0oD14BAY74sYZxsI8svU1Xj6r3BFK8E93xzHadsxDNXgwOVGLpbYE=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ez1pe5/536ad1e52dd5056a6e466fe6.jpeg\" alt=\"Image\" width=\"92\" height=\"114\" align=\"left\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<table align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3Zm7Bt53VnrDnAF&amp;b=6XgWE2eUY4FehORRuK4cYw\" target=\"_blank\"><img class=\"CToWUd\" src=\"https://ci3.googleusercontent.com/proxy/0MQefbJ6tOSOZlDiEM6yb-LsoiMTqIsI1oJqrp6pdwjXFs9I7lfTQ5aUPmJclKPSHXYLBoKA-670orRAoYJ3YfS7yLMevOChmRfyjg7Tb8gnvosZ0pLwNkD9qm4Etfr6a_UeG_I=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ez1pe5/536ad20b2dd5056a6f5147e5.jpeg\" alt=\"Image\" width=\"250\" height=\"99\" align=\"left\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>','','','inherit','open','closed','','2278-revision-v1','','','2015-01-13 03:35:49','2015-01-13 03:35:49','',2278,'http://www.thetradingroom.com/2278-revision-v1/',0,'revision','',0),(2280,2,'2015-01-13 03:40:15','2015-01-13 03:40:15','<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\nThe word is getting out! We\'re the real thing when it comes to trading!\r\n\r\nJoe here from RiosQuant and I am proud to announce Futures Truth Magazine has named The Trading Room TradeLAB as one of the Top 10 trading rooms in the United States in a study conducted by Dr. Dean Handley.\r\n\r\n\"The study took into account over four years of evaluation, 47,000 historical trade records and 19,000 prospective trades. In Dr. Handley\'s study, he reviewed more than 400 futures trading websites and evaluated them using several factors including their transparency, proven track record, and the likelihood of them assisting traders become successful\".\r\n\r\nFind out for yourself what all the buzz is about. Test drive our live trading room for free.\r\n\r\nMonday - Friday 7:30 am to 10:30 am ET\r\n\r\nClick on the following registration link to secure your spot ...\r\n\r\n<a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3Zm7Bt53VnrDnAF&amp;b=SdmCcPhHxscdenVNGcNfOQ\" target=\"_blank\">REGISTER HERE</a>\r\n\r\nRegister early so you don\'t miss out, space is limited.\r\n\r\nSee you in the room!\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<table align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3Zm7Bt53VnrDnAF&amp;b=6XgWE2eUY4FehORRuK4cYw\" target=\"_blank\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/96xBblsE9bCpPu5lBRadZ_j8uYgSOz3fG3eO055BSLsQiffFJlWwimIuMn_vzOzNKNUAowIWUhrPXw9AKV0oD14BAY74sYZxsI8svU1Xj6r3BFK8E93xzHadsxDNXgwOVGLpbYE=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ez1pe5/536ad1e52dd5056a6e466fe6.jpeg\" alt=\"Image\" width=\"92\" height=\"114\" align=\"left\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<table align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3Zm7Bt53VnrDnAF&amp;b=6XgWE2eUY4FehORRuK4cYw\" target=\"_blank\"><img class=\"CToWUd\" src=\"https://ci3.googleusercontent.com/proxy/0MQefbJ6tOSOZlDiEM6yb-LsoiMTqIsI1oJqrp6pdwjXFs9I7lfTQ5aUPmJclKPSHXYLBoKA-670orRAoYJ3YfS7yLMevOChmRfyjg7Tb8gnvosZ0pLwNkD9qm4Etfr6a_UeG_I=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ez1pe5/536ad20b2dd5056a6f5147e5.jpeg\" alt=\"Image\" width=\"250\" height=\"99\" align=\"left\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>','Live Trading Room - Access Link','','inherit','open','closed','','2278-revision-v1','','','2015-01-13 03:40:15','2015-01-13 03:40:15','',2278,'http://www.thetradingroom.com/2278-revision-v1/',0,'revision','',0),(2281,2,'2015-01-13 11:50:31','2015-01-13 11:50:31','<span style=\"color: #222222;\">UPDATED 6:40 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - <span style=\"color: #2a2a2a;\">European stocks advanced for a second day, as retailers climbed and data showed U.K. inflation fell to the lowest level in 15 years. </span><span style=\"color: #2a2a2a;\">U.S. stock-index futures climbed, signaling the Standard &amp; Poor’s 500 Index may halt a two-day drop.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">Treasuries rose, with 10-year yields matching the lowest in 20 months, as a slump in commodities prices damped the outlook for inflation before today’s $21 billion debt sale.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Oil extended losses to trade below $45 a barrel amid speculation that U.S. crude stockpiles will increase.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The euro fell toward a nine-year low versus the dollar as officials fueled speculation the European Central Bank will begin buying government bonds as early as next week to stave off deflation.</span>\r\n\r\n</div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA -  US  </span><span style=\"color: #000000;\">JOLTS Job Openings due at 10:00,  US </span><span style=\"color: #000000;\">10-y Bond Auction at 13:01 ET.</span></div>','Pre-Market Trading Report - Crude Oil Breaks $45','','publish','open','closed','','pre-market-trading-report-crude-oil-breaks-45','','','2015-01-13 11:50:31','2015-01-13 11:50:31','',0,'http://www.thetradingroom.com/?p=2281',0,'post','',0),(2282,2,'2015-01-13 11:50:31','2015-01-13 11:50:31','<span style=\"color: #222222;\">UPDATED 6:40 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - <span style=\"color: #2a2a2a;\">European stocks advanced for a second day, as retailers climbed and data showed U.K. inflation fell to the lowest level in 15 years. </span><span style=\"color: #2a2a2a;\">U.S. stock-index futures climbed, signaling the Standard &amp; Poor’s 500 Index may halt a two-day drop.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">Treasuries rose, with 10-year yields matching the lowest in 20 months, as a slump in commodities prices damped the outlook for inflation before today’s $21 billion debt sale.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Oil extended losses to trade below $45 a barrel amid speculation that U.S. crude stockpiles will increase.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The euro fell toward a nine-year low versus the dollar as officials fueled speculation the European Central Bank will begin buying government bonds as early as next week to stave off deflation.</span>\r\n\r\n</div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA -  US  </span><span style=\"color: #000000;\">JOLTS Job Openings due at 10:00,  US </span><span style=\"color: #000000;\">10-y Bond Auction at 13:01 ET.</span></div>','Pre-Market Trading Report - Crude Oil Breaks $45','','inherit','open','closed','','2281-revision-v1','','','2015-01-13 11:50:31','2015-01-13 11:50:31','',2281,'http://www.thetradingroom.com/2281-revision-v1/',0,'revision','',0),(2283,2,'2015-01-14 11:45:59','2015-01-14 11:45:59','<strong><span style=\"font-weight: normal; color: #222222;\">UPDATED 6:40 am ET</span></strong>\r\n<div style=\"font-weight: normal; color: #222222;\"></div>\r\n<div style=\"font-weight: normal; color: #222222;\">STOCKS - <span style=\"color: #2a2a2a;\">Japanese stocks fell for a second day as the yen traded at a four-week high against the dollar. </span><span style=\"color: #2a2a2a;\">European stocks fell from a five-week high. </span><span style=\"color: #2a2a2a;\">U.S. stock-index futures resumed declines, as a deepening commodities rout triggered a selloff in risk assets.</span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">Treasuries rose, pushing 30-year yields toward a record low and sending 10-year yields to the least since May 2013, as falling commodity prices cut the outlook for inflation.</span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Copper tumbled the most in almost six years as the metal followed oil lower amid a collapse in commodities.</span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The yen rose to its strongest level in four weeks against the dollar</span><span style=\"color: #2a2a2a;\">.</span>\r\n\r\n</div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA -  US  </span><span style=\"color: #000000;\">Retail Sales m/m due at 8:30, </span><span style=\"color: #000000;\">BOE Gov Carney Speaks at 9:15, </span><span style=\"color: #000000;\">Business Inventories m/m at 10:00, </span><span style=\"color: #000000;\">Crude Oil Inventories at 20:30, </span><span style=\"color: #000000;\">30-y Bond Auction at 13:01, </span><span style=\"color: #000000;\">Employment Change at 19:30 ET.</span></div>','Pre-Market Trading - Copper Sell-off ','','publish','open','closed','','pre-market-trading-copper-sell','','','2015-01-14 11:45:59','2015-01-14 11:45:59','',0,'http://www.thetradingroom.com/?p=2283',0,'post','',0),(2284,2,'2015-01-14 11:45:59','2015-01-14 11:45:59','<strong><span style=\"font-weight: normal; color: #222222;\">UPDATED 6:40 am ET</span></strong>\r\n<div style=\"font-weight: normal; color: #222222;\"></div>\r\n<div style=\"font-weight: normal; color: #222222;\">STOCKS - <span style=\"color: #2a2a2a;\">Japanese stocks fell for a second day as the yen traded at a four-week high against the dollar. </span><span style=\"color: #2a2a2a;\">European stocks fell from a five-week high. </span><span style=\"color: #2a2a2a;\">U.S. stock-index futures resumed declines, as a deepening commodities rout triggered a selloff in risk assets.</span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">Treasuries rose, pushing 30-year yields toward a record low and sending 10-year yields to the least since May 2013, as falling commodity prices cut the outlook for inflation.</span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Copper tumbled the most in almost six years as the metal followed oil lower amid a collapse in commodities.</span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The yen rose to its strongest level in four weeks against the dollar</span><span style=\"color: #2a2a2a;\">.</span>\r\n\r\n</div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA -  US  </span><span style=\"color: #000000;\">Retail Sales m/m due at 8:30, </span><span style=\"color: #000000;\">BOE Gov Carney Speaks at 9:15, </span><span style=\"color: #000000;\">Business Inventories m/m at 10:00, </span><span style=\"color: #000000;\">Crude Oil Inventories at 20:30, </span><span style=\"color: #000000;\">30-y Bond Auction at 13:01, </span><span style=\"color: #000000;\">Employment Change at 19:30 ET.</span></div>','Pre-Market Trading - Copper Sell-off ','','inherit','open','closed','','2283-revision-v1','','','2015-01-14 11:45:59','2015-01-14 11:45:59','',2283,'http://www.thetradingroom.com/2283-revision-v1/',0,'revision','',0),(2285,2,'2015-01-15 13:00:57','2015-01-15 13:00:57','<span style=\"color: #222222;\">UPDATED 7:15 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - <span style=\"color: #2d2b2c;\">Global stocks swung from gains to losses after Switzerland\'s </span><span style=\"color: #2d2b2c;\"> central bank unexpectedly gave up its minimum exchange rate of 1.20 per euro, sending the Swiss franc to a record against the euro and roiling equity markets.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">Treasuries advanced, reversing an earlier decline, as investors sought the relative safety of U.S. debt.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #2d2b2c;\">Natural gas extended gains after the biggest surge in 11 months as a blast of Arctic weather predicted to swoop into the U.S. signaled increased demand after a mild December.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The Swiss National Bank’s surprise decision to abandon the franc’s cap against the euro, two days after an official reaffirmed it would remain a pillar of policy, roiled currency markets.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA -  US  </span><span style=\"color: #000000;\">PPI m/m and </span><span style=\"color: #000000;\">Unemployment Claims at 8:30, </span><span style=\"color: #000000;\">Philly Fed Manufacturing Index at 10:00, </span><span style=\"color: #000000;\">Natural Gas Storage at 10:30, </span><span style=\"color: #000000;\">German Buba President Weidmann Speaks at 11:15 ET.</span></div>','Pre-Market Trading - Swiss Franc WOW!','','publish','open','closed','','pre-market-trading-swiss-franc-wow','','','2015-01-15 13:00:57','2015-01-15 13:00:57','',0,'http://www.thetradingroom.com/?p=2285',0,'post','',0),(2286,2,'2015-01-15 13:00:41','2015-01-15 13:00:41','<span style=\"color: #222222;\">UPDATED 7:15 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - <span style=\"color: #2d2b2c;\">Global stocks swung from gains to losses after Switzerland\'s </span><span style=\"color: #2d2b2c;\"> central bank unexpectedly gave up its minimum exchange rate of 1.20 per euro, sending the Swiss franc to a record against the euro and roiling equity markets.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">Treasuries advanced, reversing an earlier decline, as investors sought the relative safety of U.S. debt.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #2d2b2c;\">Natural gas extended gains after the biggest surge in 11 months as a blast of Arctic weather predicted to swoop into the U.S. signaled increased demand after a mild December.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The Swiss National Bank’s surprise decision to abandon the franc’s cap against the euro, two days after an official reaffirmed it would remain a pillar of policy, roiled currency markets.</span>\r\n\r\n</div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA -  US  </span><span style=\"color: #000000;\">PPI m/m and </span><span style=\"color: #000000;\">Unemployment Claims at 8:30, </span><span style=\"color: #000000;\">Philly Fed Manufacturing Index at 10:00, </span><span style=\"color: #000000;\">Natural Gas Storage at 10:30, </span><span style=\"color: #000000;\">German Buba President Weidmann Speaks at 11:15 ET.</span></div>','Pre-Market Trading - Swiss Franc WOW!','','inherit','open','closed','','2285-revision-v1','','','2015-01-15 13:00:41','2015-01-15 13:00:41','',2285,'http://www.thetradingroom.com/2285-revision-v1/',0,'revision','',0),(2287,2,'2015-01-15 13:00:57','2015-01-15 13:00:57','<span style=\"color: #222222;\">UPDATED 7:15 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - <span style=\"color: #2d2b2c;\">Global stocks swung from gains to losses after Switzerland\'s </span><span style=\"color: #2d2b2c;\"> central bank unexpectedly gave up its minimum exchange rate of 1.20 per euro, sending the Swiss franc to a record against the euro and roiling equity markets.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">Treasuries advanced, reversing an earlier decline, as investors sought the relative safety of U.S. debt.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #2d2b2c;\">Natural gas extended gains after the biggest surge in 11 months as a blast of Arctic weather predicted to swoop into the U.S. signaled increased demand after a mild December.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The Swiss National Bank’s surprise decision to abandon the franc’s cap against the euro, two days after an official reaffirmed it would remain a pillar of policy, roiled currency markets.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA -  US  </span><span style=\"color: #000000;\">PPI m/m and </span><span style=\"color: #000000;\">Unemployment Claims at 8:30, </span><span style=\"color: #000000;\">Philly Fed Manufacturing Index at 10:00, </span><span style=\"color: #000000;\">Natural Gas Storage at 10:30, </span><span style=\"color: #000000;\">German Buba President Weidmann Speaks at 11:15 ET.</span></div>','Pre-Market Trading - Swiss Franc WOW!','','inherit','open','closed','','2285-revision-v1','','','2015-01-15 13:00:57','2015-01-15 13:00:57','',2285,'http://www.thetradingroom.com/2285-revision-v1/',0,'revision','',0),(2289,2,'2015-01-20 13:16:06','2015-01-20 13:16:06','From the desk of Joe Rios\r\n\r\nLast week the Bond market dominated trader\'s focus as the World Bank cut its forecast for global growth, US retail sales fell the sharpest in a year and Switzerland\'s central bank announced the ending of the exchange-rate cap, helping drive US Treasuries higher and interest rate yields lower.\r\n\r\nThe US Dollar traded higher with the US Treasuries while the S&amp;P 500 traded lower,  correlations that have been evident since the beginning of trading in 2015.  The recent market sentiment has created choppy trading environment for most markets. We have less scheduled economic data in the holiday-shortened trading week. None the less, we do have the long awaited ECB announcement regarding QE plans and other central bank rate and policy statements. Corporate earnings season is at full throttle and stock traders will be paying close attention. I continue to point out to be cautious and exercise patience for ideal trade set ups, especially in the week ahead.\r\n\r\n<strong>Joe Rios</strong>\r\n\r\n<hr />\r\n<p style=\"color: #000000;\"><strong> Live Trading Rooms and Educational Events</strong></p>\r\n<p style=\"color: #000000;\"><strong>            The Trading Room TradeLAB </strong></p>\r\n<p style=\"color: #000000;\"><strong>               <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3aIvNyqZP1rDnAF&amp;b=J_QoBa3Opa_cqCLc.oALLA\" target=\"_blank\">Register Here For Access</a></strong></p>\r\n\r\n<div style=\"color: #000000;\">\r\n<div></div>\r\n<div><strong>Global Trading with Quantitative Technologies</strong></div>\r\n<strong>Monday through Friday <wbr />beginning at 7:30 AM ET</strong>\r\n\r\nRQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<hr />\r\n\r\n<strong>Insider\'s Quant (IQ) Room </strong>-  Training with Joe Rios\r\n<div>Subscription ONLY - Click here for a <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3aIvNyqZP1rDnAF&amp;b=7L4Ovft0Mm4XdsUCp6xHJA\" target=\"_blank\">Free Trial</a></div>\r\n<div></div>\r\n<div>Tuesday and Friday 11:00 am to 12:30 pm ET</div>\r\n<div></div>\r\n</div>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nMonday\r\n\r\nUS Holiday\r\n\r\n9:00 PM                CNY        GDP\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n5:00 AM               EUR        German ZEW Economic Sentiment\r\n\r\n8:30 AM               CAD       Manufacturing Sales\r\n\r\n4:45 PM                NZD       CPI\r\n\r\ntentative             JPY         Monetary Policy Statement\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\ntentative             JPY         BOJ Press Conference\r\n\r\n4:30 AM               GBP       Claimant Count ChangeAnd Official Bank Rate Votes\r\n\r\n8:30 AM               USD       Building Permits\r\n\r\n8:30 AM               CAD       Wholesale Sales\r\n\r\n10:00 AM             CAD       BOC Rate Statement And Monetary Policy Report\r\n\r\n11:15 AM             CAD       BOC Press Conference\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n7:45 AM               EUR        Minimum Bid Rate\r\n\r\n8:30 AM               EUR        ECB Press Conference\r\n\r\n8:30 AM               USD       Unemployment Claims\r\n\r\n10:30 AM                             Natural Gas Storage\r\n\r\n11:00 Am                             Crude Oil Inventories\r\n\r\n8:45 PM                CNY        HSBC Flash Manufacturing PMI\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n3:00 AM               EUR        French Flash Manufacturing PMI\r\n\r\n3:30 AM               EUR        German Flash Manufacturing PMI\r\n\r\n4:30 AM               GBP       Retail Sales\r\n\r\n8:30 AM               CAD       Retail Sales\r\n\r\n&nbsp;\r\n\r\n<span style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. </span></strong></span><span style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></strong></span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-30','','','2015-01-20 13:16:06','2015-01-20 13:16:06','',0,'http://www.thetradingroom.com/?p=2289',0,'post','',0),(2290,2,'2015-01-20 13:16:06','2015-01-20 13:16:06','From the desk of Joe Rios\r\n\r\nLast week the Bond market dominated trader\'s focus as the World Bank cut its forecast for global growth, US retail sales fell the sharpest in a year and Switzerland\'s central bank announced the ending of the exchange-rate cap, helping drive US Treasuries higher and interest rate yields lower.\r\n\r\nThe US Dollar traded higher with the US Treasuries while the S&amp;P 500 traded lower,  correlations that have been evident since the beginning of trading in 2015.  The recent market sentiment has created choppy trading environment for most markets. We have less scheduled economic data in the holiday-shortened trading week. None the less, we do have the long awaited ECB announcement regarding QE plans and other central bank rate and policy statements. Corporate earnings season is at full throttle and stock traders will be paying close attention. I continue to point out to be cautious and exercise patience for ideal trade set ups, especially in the week ahead.\r\n\r\n<strong>Joe Rios</strong>\r\n\r\n<hr />\r\n<p style=\"color: #000000;\"><strong> Live Trading Rooms and Educational Events</strong></p>\r\n<p style=\"color: #000000;\"><strong>            The Trading Room TradeLAB </strong></p>\r\n<p style=\"color: #000000;\"><strong>               <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3aIvNyqZP1rDnAF&amp;b=J_QoBa3Opa_cqCLc.oALLA\" target=\"_blank\">Register Here For Access</a></strong></p>\r\n\r\n<div style=\"color: #000000;\">\r\n<div></div>\r\n<div><strong>Global Trading with Quantitative Technologies</strong></div>\r\n<strong>Monday through Friday <wbr />beginning at 7:30 AM ET</strong>\r\n\r\nRQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<hr />\r\n\r\n<strong>Insider\'s Quant (IQ) Room </strong>-  Training with Joe Rios\r\n<div>Subscription ONLY - Click here for a <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3aIvNyqZP1rDnAF&amp;b=7L4Ovft0Mm4XdsUCp6xHJA\" target=\"_blank\">Free Trial</a></div>\r\n<div></div>\r\n<div>Tuesday and Friday 11:00 am to 12:30 pm ET</div>\r\n<div></div>\r\n</div>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nMonday\r\n\r\nUS Holiday\r\n\r\n9:00 PM                CNY        GDP\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n5:00 AM               EUR        German ZEW Economic Sentiment\r\n\r\n8:30 AM               CAD       Manufacturing Sales\r\n\r\n4:45 PM                NZD       CPI\r\n\r\ntentative             JPY         Monetary Policy Statement\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\ntentative             JPY         BOJ Press Conference\r\n\r\n4:30 AM               GBP       Claimant Count ChangeAnd Official Bank Rate Votes\r\n\r\n8:30 AM               USD       Building Permits\r\n\r\n8:30 AM               CAD       Wholesale Sales\r\n\r\n10:00 AM             CAD       BOC Rate Statement And Monetary Policy Report\r\n\r\n11:15 AM             CAD       BOC Press Conference\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n7:45 AM               EUR        Minimum Bid Rate\r\n\r\n8:30 AM               EUR        ECB Press Conference\r\n\r\n8:30 AM               USD       Unemployment Claims\r\n\r\n10:30 AM                             Natural Gas Storage\r\n\r\n11:00 Am                             Crude Oil Inventories\r\n\r\n8:45 PM                CNY        HSBC Flash Manufacturing PMI\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n3:00 AM               EUR        French Flash Manufacturing PMI\r\n\r\n3:30 AM               EUR        German Flash Manufacturing PMI\r\n\r\n4:30 AM               GBP       Retail Sales\r\n\r\n8:30 AM               CAD       Retail Sales\r\n\r\n&nbsp;\r\n\r\n<span style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. </span></strong></span><span style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></strong></span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2289-revision-v1','','','2015-01-20 13:16:06','2015-01-20 13:16:06','',2289,'http://www.thetradingroom.com/2289-revision-v1/',0,'revision','',0),(2291,2,'2015-01-21 11:40:40','2015-01-21 11:40:40','<span style=\"color: #222222;\">UPDATED 6:30 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - <span style=\"color: #2a2a2a;\">Asian stocks advanced as technology and financial shares climbed ahead of a ECB meeting. </span><span style=\"color: #2a2a2a;\">European stocks halted a four-day rally that took them to a seven-year high and </span><span style=\"color: #2a2a2a;\">U.S. stock-index futures were little changed.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">Treasury 10-year notes dropped with their German counterparts as ECB  member Ewald Nowotny said investors should not get carried away by one policy meeting.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Gold exceeded $1,300 an ounce for the first time since August on speculation slowing global growth will prompt central banks to boost stimulus, spurring haven demand.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2d2b2c;\">The pound weakened as details of the Bank of England’s first unanimous decision on monetary policy since July damped the outlook for higher interest rates that would support the currency.</span>\r\n\r\n</div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA -  US </span><span style=\"color: #000000;\">Building Permits and </span><span style=\"color: #2a2a2a;\">CAD </span><span style=\"color: #000000;\">Wholesale Sales m/m due at 8:30, CAD </span><span style=\"color: #000000;\">BOC Rate Statement at 10:00, </span><span style=\"color: #000000;\">BOC Press Conference at 11:15 ET.</span></div>\r\n&nbsp;','Pre-Market Trading Report - Gold Exceeded $1,300','','publish','open','closed','','pre-market-trading-report-gold-exceeded-1300','','','2015-01-21 11:40:40','2015-01-21 11:40:40','',0,'http://www.thetradingroom.com/?p=2291',0,'post','',0),(2292,2,'2015-01-21 11:40:40','2015-01-21 11:40:40','<span style=\"color: #222222;\">UPDATED 6:30 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - <span style=\"color: #2a2a2a;\">Asian stocks advanced as technology and financial shares climbed ahead of a ECB meeting. </span><span style=\"color: #2a2a2a;\">European stocks halted a four-day rally that took them to a seven-year high and </span><span style=\"color: #2a2a2a;\">U.S. stock-index futures were little changed.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">Treasury 10-year notes dropped with their German counterparts as ECB  member Ewald Nowotny said investors should not get carried away by one policy meeting.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Gold exceeded $1,300 an ounce for the first time since August on speculation slowing global growth will prompt central banks to boost stimulus, spurring haven demand.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2d2b2c;\">The pound weakened as details of the Bank of England’s first unanimous decision on monetary policy since July damped the outlook for higher interest rates that would support the currency.</span>\r\n\r\n</div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA -  US </span><span style=\"color: #000000;\">Building Permits and </span><span style=\"color: #2a2a2a;\">CAD </span><span style=\"color: #000000;\">Wholesale Sales m/m due at 8:30, CAD </span><span style=\"color: #000000;\">BOC Rate Statement at 10:00, </span><span style=\"color: #000000;\">BOC Press Conference at 11:15 ET.</span></div>\r\n&nbsp;','Pre-Market Trading Report - Gold Exceeded $1,300','','inherit','open','closed','','2291-revision-v1','','','2015-01-21 11:40:40','2015-01-21 11:40:40','',2291,'http://www.thetradingroom.com/2291-revision-v1/',0,'revision','',0),(2293,2,'2015-01-22 12:02:51','2015-01-22 12:02:51','<span style=\"color: #222222;\">UPDATED 6:55 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - <span style=\"color: #2d2b2c;\">European stocks and US stock futures were little changed, erasing earlier gains, before a European Central Bank meeting at which investors expect President </span><a style=\"font-weight: bold; color: #003399;\" href=\"http://topics.bloomberg.com/mario-draghi/\">Mario Draghi</a><span style=\"color: #2d2b2c;\"> to announce quantitative-easing measures.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">Treasuries fell for a second day and Japan’s bonds tumbled amid concern the European Central Bank will disappoint investors.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Oil traded close to $50 a barrel in London amid speculation that the ECB will commit to a quantitative-easing program.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The euro fluctuated as investors weighed the scale and form of anticipated sovereign- debt purchases that may be announced by the ECB</span><span style=\"color: #2d2b2c;\">.</span>\r\n\r\n</div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA -  EUR </span><span style=\"color: #000000;\">Minimum Bid Rate due at 7:45, </span><span style=\"color: #000000;\">ECB Press Conference and US </span><span style=\"color: #000000;\">Unemployment Claims at 8:30, </span><span style=\"color: #000000;\">Natural Gas Storage at 10:30, </span><span style=\"color: #000000;\">Crude Oil Inventories at 11:00, CNY </span><span style=\"color: #000000;\">HSBC Flash Manufacturing PMI AT 20:45 ET. </span></div>','Pre-Market Trading - ECB and the Euro','','publish','open','closed','','pre-market-trading-ecb-euro','','','2015-01-22 12:02:51','2015-01-22 12:02:51','',0,'http://www.thetradingroom.com/?p=2293',0,'post','',0),(2294,2,'2015-01-22 12:02:51','2015-01-22 12:02:51','<span style=\"color: #222222;\">UPDATED 6:55 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - <span style=\"color: #2d2b2c;\">European stocks and US stock futures were little changed, erasing earlier gains, before a European Central Bank meeting at which investors expect President </span><a style=\"font-weight: bold; color: #003399;\" href=\"http://topics.bloomberg.com/mario-draghi/\">Mario Draghi</a><span style=\"color: #2d2b2c;\"> to announce quantitative-easing measures.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2d2b2c;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #2a2a2a;\">Treasuries fell for a second day and Japan’s bonds tumbled amid concern the European Central Bank will disappoint investors.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #2a2a2a;\">Oil traded close to $50 a barrel in London amid speculation that the ECB will commit to a quantitative-easing program.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span><span style=\"color: #2a2a2a;\">The euro fluctuated as investors weighed the scale and form of anticipated sovereign- debt purchases that may be announced by the ECB</span><span style=\"color: #2d2b2c;\">.</span>\r\n\r\n</div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA -  EUR </span><span style=\"color: #000000;\">Minimum Bid Rate due at 7:45, </span><span style=\"color: #000000;\">ECB Press Conference and US </span><span style=\"color: #000000;\">Unemployment Claims at 8:30, </span><span style=\"color: #000000;\">Natural Gas Storage at 10:30, </span><span style=\"color: #000000;\">Crude Oil Inventories at 11:00, CNY </span><span style=\"color: #000000;\">HSBC Flash Manufacturing PMI AT 20:45 ET. </span></div>','Pre-Market Trading - ECB and the Euro','','inherit','open','closed','','2293-revision-v1','','','2015-01-22 12:02:51','2015-01-22 12:02:51','',2293,'http://www.thetradingroom.com/2293-revision-v1/',0,'revision','',0),(2295,2,'2015-01-23 13:03:56','2015-01-23 13:03:56','I\'ve trained thousands of traders from every corner of the globe and I’m on a mission to help a select group get to the next level of success in 2015. Experienced astute traders quickly point out that “it’s not how much you profit from a trade but how <em>consistently you take profits while controlling risk”</em> and I agree. The trading systems developed at RiosQuant not only allow struggling traders to become successful, they were developed to dramatically increase trading efficiency while reducing stress.\r\n\r\nMy mission is to show you how to keep more profits from your trading. You\'ve observed it in our live trading room where so far in January we\'ve executed 33 trades, 27 profitable with only 6 losing trades.\r\n\r\nDon’t take my word for it, come and hear what other traders are saying. I’m extending an invitation for you to “drop in” to our Insiders Round Table meet up where members share what’s hot and what’s working. Imagine yourself sitting in our strategy room eavesdropping on everything we say. Not only will you get the latest trading ideas, you’ll have a chance to ask questions of myself, my team and anyone else that’s dropped by.\r\n\r\nCome join us on Friday at 11 am ET, here is the registration link: <a href=\"https://attendee.gotowebinar.com/register/5911724741806807553\">https://attendee.gotowebinar.com/register/5911724741806807553</a>\r\n\r\nI’m here for you, let’s make 2015 your most successful trading year ever!\r\n\r\nJoe Rios - Rios Quantitative LLC','Inside the Minds of Quant Traders - Meetup Link','','publish','open','closed','','inside-minds-quant-traders-meetup-link','','','2015-01-23 13:03:56','2015-01-23 13:03:56','',0,'http://www.thetradingroom.com/?p=2295',0,'post','',0),(2296,2,'2015-01-23 13:03:20','2015-01-23 13:03:20','','insiders round table3','','inherit','open','closed','','insiders-round-table3','','','2015-01-23 13:03:20','2015-01-23 13:03:20','',2295,'http://www.thetradingroom.com/wp-content/uploads/2015/01/insiders-round-table3.jpg',0,'attachment','image/jpeg',0),(2297,2,'2015-01-23 13:03:37','2015-01-23 13:03:37','I\'ve trained thousands of traders from every corner of the globe and I’m on a mission to help a select group get to the next level of success in 2015. Experienced astute traders quickly point out that “it’s not how much you profit from a trade but how <em>consistently you take profits while controlling risk”</em> and I agree. The trading systems developed at RiosQuant not only allow struggling traders to become successful, they were developed to dramatically increase trading efficiency while reducing stress.\r\n\r\nMy mission is to show you how to keep more profits from your trading. You\'ve observed it in our live trading room where so far in January we\'ve executed 33 trades, 27 profitable with only 6 losing trades.\r\n\r\nDon’t take my word for it, come and hear what other traders are saying. I’m extending an invitation for you to “drop in” to our Insiders Round Table meet up where members share what’s hot and what’s working. Imagine yourself sitting in our strategy room eavesdropping on everything we say. Not only will you get the latest trading ideas, you’ll have a chance to ask questions of myself, my team and anyone else that’s dropped by.\r\n\r\nCome join us on Friday at 11 am ET, here is the registration link: <a href=\"https://attendee.gotowebinar.com/register/5911724741806807553\">https://attendee.gotowebinar.com/register/5911724741806807553</a>\r\n\r\nI’m here for you, let’s make 2015 your most successful trading year ever!\r\n\r\nJoe Rios - Rios Quantitative LLC','Inside the Minds of Quant Traders - Meetup Link','','inherit','open','closed','','2295-revision-v1','','','2015-01-23 13:03:37','2015-01-23 13:03:37','',2295,'http://www.thetradingroom.com/2295-revision-v1/',0,'revision','',0),(2298,2,'2015-01-26 11:45:39','2015-01-26 11:45:39','From the desk of Joe Rios\r\n\r\nIn the week ahead trader\'s focus will turn to Europe with the Greek elections and more European Central Bank QE analysis.  Last week the European Central Bank announced its plan for securities purchases designed to help the euro zone’s economy. A trend that began with the Federal Reserve, the Bank of England, and the Bank of Japan, the ECB will embark on its own quantitative easing, purchasing 60 billion Euros of securities per month, beginning in March.  Other central banks are also following, last week Denmark lowered its key policy rate further below zero, Canada made a surprise cut in its key rate to offset the weakness in its oil-dependent economy.The question now is how the ECB’s new policy will impact the financial global markets in the future.\r\n\r\nThe spike in volatility in the global financial markets we witnesses the last quarter of 2014 seem to be extending into 2015. In the currency market the Swiss Franc spiked 13.2% while the Euro slid -7.4% and the Canadian dollar lost -6.4%. In the energy market Crude Oil continued to trader lower by -15% while Natural Gas gained 2.7%. In the metals market Silver traded higher 17.5%, Gold rose 9.3% while Copper dropped -11.7% in just three short weeks. Take special note that the US stock indices have remained relatively unchanged. The recent activity in the market\'s correlations and  behavior is suggesting the markets message to be one of uncertainty among key market participants. This back drop can represent ideal trade set ups for our style of trading.  Therefore in the week ahead, I will focus on the correlations for the major benchmarks for insight to clarity, the break-points for price direction and the ideal markets to trade. In our effort to help train our members, we have chosen to speak and teach our views on this currently relevant topic about market behavior for this week\'s training workshop on Tuesday evening.\r\n\r\nJoe Rios - Chief Strategist\r\n<div style=\"color: #000000;\">\r\n\r\n<hr />\r\n\r\n<strong><br class=\"Apple-interchange-newline\" />Live Trading Rooms and Events:</strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies\r\n\r\n<strong>                                    <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/03013e268d/TEST/1d3b847f4f\" target=\"_blank\">REGISTER HERE!</a></strong>\r\n\r\nMonday and Tuesday -  7:30 AM  to 10:30 AM ET\r\n\r\nRQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<hr />\r\n\r\n<strong>The Insider\'s Quant (I.Q.) Room -  </strong><strong>Advanced concepts with Joe Rios</strong>\r\n<div>Training begins at 11:00 AM and ends at 12:30 AM ET.</div>\r\n<div><strong>* Monday - What\'s Next in The Week Ahead </strong></div>\r\n<div>Forecasting, Planning and Developing Themes</div>\r\n<div><strong>* Wednesday -  Algo &amp; Quant Trading Course  </strong></div>\r\n<div>How the Markets Really Work, Strategies for Success Trading the Crowded Trade Theory</div>\r\n<div><strong>* Friday -  Insider\'s Round Table  </strong></div>\r\n<div>What\'s Hot and What\'s Working Now, Week\'s Review and Insider\'s Discussion Meetup</div>\r\n<div></div>\r\n<div><strong>Subscription Only - <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/03013e268d/TEST/2ed088633d\" target=\"_blank\">Request a free trial here.</a></strong></div>\r\n______________________________<wbr />_________________\r\n<div><strong>The Trading Room EDU - Educational Workshop </strong></div>\r\n<div></div>\r\n<div><strong>Covering the RiosQuant Trading Indicators:</strong></div>\r\n<div><strong>Tuesday 8:00 PM - 9:00 PM ET</strong></div>\r\n<div>Topic - Correlations, Behavior and Key Break-Points</div>\r\n<div>Performance coaches Agustin Criado and Ken Eriksen will cover how current correlations and market behavior can affect your daytrading performance. Not only will you hear about powerful concepts but also how to apply the RiosQuant trading tools to anticipate this week\'s price action and market direction. Q&amp;A to follow at the end of this training session.</div>\r\n<div></div>\r\n<div><strong>Sign up here:</strong></div>\r\n<div><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/03013e268d/TEST/a8c0654f05\" target=\"_blank\">https://attendee.gotowebinar.<wbr />com/register/<wbr />4385589408446521090</a></div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n<strong>Scheduled Economic Data Releases</strong>\r\n\r\nMonday\r\n\r\n4:00 AM            EUR     German IFO Business Climate\r\n\r\nAll Day             EUR     Euro Group Meetings\r\n\r\n7:30 PM            AUD     NAB Business Confidence\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n4:30 AM            GBP     Preliminary GDP\r\n\r\nAll Day            EUR     ECOFIN Meetings\r\n\r\n8:30 AM            USD     Durable Goods Orders\r\n\r\n10:00 AM          USD     CB Consumer Confidence and New-Home Sales\r\n\r\n7:30 PM            AUD     CPI\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n10:30 AM                      Crude Oil Inventories\r\n\r\n2:00 PM            USD     FOMC Statement\r\n\r\n3:00 PM            NZD     RBNZ Rate Statement\r\n\r\n4:45 PM            NZD     Trade Balance\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\nAll Day            EUR     German Preliminary CPI\r\n\r\n8:30 AM            USD     Unemployment Claims\r\n\r\n10:30 AM                      Natural Gas Storage\r\n\r\n7:30 PM            AUD     PPI\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n5:00 AM            EUR     CPI Flash Estimate\r\n\r\n8:30 AM            CAD     Advance GDP\r\n\r\n8:30 AM            USD     Advance GDP Price Index and Employment Cost Index\r\n\r\n9:45 AM            USD     Chicago PMI\r\n\r\n10:00 AM          USD     Revised UoM consumer sentiment\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<div><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY</span><span style=\"color: #ffffff;\"> </span><span style=\"color: #000000;\">FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS.  </span><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-31','','','2015-01-26 11:45:40','2015-01-26 11:45:40','',0,'http://www.thetradingroom.com/?p=2298',0,'post','',0),(2299,2,'2015-01-26 11:40:45','2015-01-26 11:40:45','From the desk of Joe Rios\r\n\r\nIn the week ahead trader\'s focus will turn to Europe with the Greek elections and more European Central Bank QE analysis.  Last week the European Central Bank announced its plan for securities purchases designed to help the euro zone’s economy. A trend that began with the Federal Reserve, the Bank of England, and the Bank of Japan, the ECB will embark on its own quantitative easing, purchasing 60 billion Euros of securities per month, beginning in March.  Other central banks are also following, last week Denmark lowered its key policy rate further below zero, Canada made a surprise cut in its key rate to offset the weakness in its oil-dependent economy.The question now is how the ECB’s new policy will impact the financial global markets in the future.\r\n\r\nThe spike in volatility in the global financial markets we witnesses the last quarter of 2014 seem to be extending into 2015. In the currency market the Swiss Franc spiked 13.2% while the Euro slid -7.4% and the Canadian dollar lost -6.4%. In the energy market Crude Oil continued to trader lower by -15% while Natural Gas gained 2.7%. In the metals market Silver traded higher 17.5%, Gold rose 9.3% while Copper dropped -11.7% in just three short weeks. Take special note that the US stock indices have remained relatively unchanged. The recent activity in the market\'s correlations and  behavior is suggesting the markets message to be one of uncertainty among key market participants. This back drop can represent ideal trade set ups for our style of trading.  Therefore in the week ahead, I will focus on the correlations for the major benchmarks for insight to clarity, the break-points for price direction and the ideal markets to trade. In our effort to help train our members, we have chosen to speak and teach our views on this currently relevant topic about market behavior for this week\'s training workshop on Tuesday evening.\r\n\r\nJoe Rios\r\n<div style=\"color: #000000;\">\r\n\r\n<hr />\r\n\r\n<strong><br class=\"Apple-interchange-newline\" />Live Trading Rooms and Events:</strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies\r\n\r\n<strong>                                    <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/03013e268d/TEST/1d3b847f4f\" target=\"_blank\">REGISTER HERE!</a></strong>\r\n\r\nMonday and Tuesday -  7:30 AM  to 10:30 AM ET\r\n\r\nRQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<hr />\r\n\r\n<strong>The Insider\'s Quant (I.Q.) Room -  </strong><strong>Advanced concepts with Joe Rios</strong>\r\n<div>Training begins at 11:00 AM and ends at 12:30 AM ET.</div>\r\n<div><strong>* Monday - What\'s Next in The Week Ahead </strong></div>\r\n<div>Forecasting, Planning and Developing Themes</div>\r\n<div><strong>* Wednesday -  Algo &amp; Quant Trading Course  </strong></div>\r\n<div>How the Markets Really Work, Strategies for Success Trading the Crowded Trade Theory</div>\r\n<div><strong>* Friday -  Insider\'s Round Table  </strong></div>\r\n<div>What\'s Hot and What\'s Working Now, Week\'s Review and Insider\'s Discussion Meetup</div>\r\n<div></div>\r\n<div><strong>Subscription Only - <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/03013e268d/TEST/2ed088633d\" target=\"_blank\">Request a free trial here.</a></strong></div>\r\n______________________________<wbr />_________________\r\n<div><strong>The Trading Room EDU - Educational Workshop </strong></div>\r\n<div></div>\r\n<div><strong>Covering the RiosQuant Trading Indicators:</strong></div>\r\n<div><strong>Tuesday 8:00 PM - 9:00 PM ET</strong></div>\r\n<div>Topic - Correlations, Behavior and Key Break-Points</div>\r\n<div>Performance coaches Agustin Criado and Ken Eriksen will cover how current correlations and market behavior can affect your daytrading performance. Not only will you hear about powerful concepts but also how to apply the RiosQuant trading tools to anticipate this week\'s price action and market direction. Q&amp;A to follow at the end of this training session.</div>\r\n<div></div>\r\n<div><strong>Sign up here:</strong></div>\r\n<div><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/03013e268d/TEST/a8c0654f05\" target=\"_blank\">https://attendee.gotowebinar.<wbr />com/register/<wbr />4385589408446521090</a></div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n<strong>Scheduled Economic Data Releases</strong>\r\n\r\nMonday\r\n\r\n4:00 AM            EUR     German IFO Business Climate\r\n\r\nAll Day             EUR     Euro Group Meetings\r\n\r\n7:30 PM            AUD     NAB Business Confidence\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n4:30 AM            GBP     Preliminary GDP\r\n\r\nAll Day            EUR     ECOFIN Meetings\r\n\r\n8:30 AM            USD     Durable Goods Orders\r\n\r\n10:00 AM          USD     CB Consumer Confidence and New-Home Sales\r\n\r\n7:30 PM            AUD     CPI\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n10:30 AM                      Crude Oil Inventories\r\n\r\n2:00 PM            USD     FOMC Statement\r\n\r\n3:00 PM            NZD     RBNZ Rate Statement\r\n\r\n4:45 PM            NZD     Trade Balance\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\nAll Day            EUR     German Preliminary CPI\r\n\r\n8:30 AM            USD     Unemployment Claims\r\n\r\n10:30 AM                      Natural Gas Storage\r\n\r\n7:30 PM            AUD     PPI\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n5:00 AM            EUR     CPI Flash Estimate\r\n\r\n8:30 AM            CAD     Advance GDP\r\n\r\n8:30 AM            USD     Advance GDP Price Index and Employment Cost Index\r\n\r\n9:45 AM            USD     Chicago PMI\r\n\r\n10:00 AM          USD     Revised UoM consumer sentiment\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<div><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY</span><span style=\"color: #ffffff;\"> </span><span style=\"color: #000000;\">FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS.  </span><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2298-revision-v1','','','2015-01-26 11:40:45','2015-01-26 11:40:45','',2298,'http://www.thetradingroom.com/2298-revision-v1/',0,'revision','',0),(2300,2,'2015-01-26 11:45:40','2015-01-26 11:45:40','From the desk of Joe Rios\r\n\r\nIn the week ahead trader\'s focus will turn to Europe with the Greek elections and more European Central Bank QE analysis.  Last week the European Central Bank announced its plan for securities purchases designed to help the euro zone’s economy. A trend that began with the Federal Reserve, the Bank of England, and the Bank of Japan, the ECB will embark on its own quantitative easing, purchasing 60 billion Euros of securities per month, beginning in March.  Other central banks are also following, last week Denmark lowered its key policy rate further below zero, Canada made a surprise cut in its key rate to offset the weakness in its oil-dependent economy.The question now is how the ECB’s new policy will impact the financial global markets in the future.\r\n\r\nThe spike in volatility in the global financial markets we witnesses the last quarter of 2014 seem to be extending into 2015. In the currency market the Swiss Franc spiked 13.2% while the Euro slid -7.4% and the Canadian dollar lost -6.4%. In the energy market Crude Oil continued to trader lower by -15% while Natural Gas gained 2.7%. In the metals market Silver traded higher 17.5%, Gold rose 9.3% while Copper dropped -11.7% in just three short weeks. Take special note that the US stock indices have remained relatively unchanged. The recent activity in the market\'s correlations and  behavior is suggesting the markets message to be one of uncertainty among key market participants. This back drop can represent ideal trade set ups for our style of trading.  Therefore in the week ahead, I will focus on the correlations for the major benchmarks for insight to clarity, the break-points for price direction and the ideal markets to trade. In our effort to help train our members, we have chosen to speak and teach our views on this currently relevant topic about market behavior for this week\'s training workshop on Tuesday evening.\r\n\r\nJoe Rios - Chief Strategist\r\n<div style=\"color: #000000;\">\r\n\r\n<hr />\r\n\r\n<strong><br class=\"Apple-interchange-newline\" />Live Trading Rooms and Events:</strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies\r\n\r\n<strong>                                    <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/03013e268d/TEST/1d3b847f4f\" target=\"_blank\">REGISTER HERE!</a></strong>\r\n\r\nMonday and Tuesday -  7:30 AM  to 10:30 AM ET\r\n\r\nRQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<hr />\r\n\r\n<strong>The Insider\'s Quant (I.Q.) Room -  </strong><strong>Advanced concepts with Joe Rios</strong>\r\n<div>Training begins at 11:00 AM and ends at 12:30 AM ET.</div>\r\n<div><strong>* Monday - What\'s Next in The Week Ahead </strong></div>\r\n<div>Forecasting, Planning and Developing Themes</div>\r\n<div><strong>* Wednesday -  Algo &amp; Quant Trading Course  </strong></div>\r\n<div>How the Markets Really Work, Strategies for Success Trading the Crowded Trade Theory</div>\r\n<div><strong>* Friday -  Insider\'s Round Table  </strong></div>\r\n<div>What\'s Hot and What\'s Working Now, Week\'s Review and Insider\'s Discussion Meetup</div>\r\n<div></div>\r\n<div><strong>Subscription Only - <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/03013e268d/TEST/2ed088633d\" target=\"_blank\">Request a free trial here.</a></strong></div>\r\n______________________________<wbr />_________________\r\n<div><strong>The Trading Room EDU - Educational Workshop </strong></div>\r\n<div></div>\r\n<div><strong>Covering the RiosQuant Trading Indicators:</strong></div>\r\n<div><strong>Tuesday 8:00 PM - 9:00 PM ET</strong></div>\r\n<div>Topic - Correlations, Behavior and Key Break-Points</div>\r\n<div>Performance coaches Agustin Criado and Ken Eriksen will cover how current correlations and market behavior can affect your daytrading performance. Not only will you hear about powerful concepts but also how to apply the RiosQuant trading tools to anticipate this week\'s price action and market direction. Q&amp;A to follow at the end of this training session.</div>\r\n<div></div>\r\n<div><strong>Sign up here:</strong></div>\r\n<div><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/03013e268d/TEST/a8c0654f05\" target=\"_blank\">https://attendee.gotowebinar.<wbr />com/register/<wbr />4385589408446521090</a></div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n<strong>Scheduled Economic Data Releases</strong>\r\n\r\nMonday\r\n\r\n4:00 AM            EUR     German IFO Business Climate\r\n\r\nAll Day             EUR     Euro Group Meetings\r\n\r\n7:30 PM            AUD     NAB Business Confidence\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n4:30 AM            GBP     Preliminary GDP\r\n\r\nAll Day            EUR     ECOFIN Meetings\r\n\r\n8:30 AM            USD     Durable Goods Orders\r\n\r\n10:00 AM          USD     CB Consumer Confidence and New-Home Sales\r\n\r\n7:30 PM            AUD     CPI\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n10:30 AM                      Crude Oil Inventories\r\n\r\n2:00 PM            USD     FOMC Statement\r\n\r\n3:00 PM            NZD     RBNZ Rate Statement\r\n\r\n4:45 PM            NZD     Trade Balance\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\nAll Day            EUR     German Preliminary CPI\r\n\r\n8:30 AM            USD     Unemployment Claims\r\n\r\n10:30 AM                      Natural Gas Storage\r\n\r\n7:30 PM            AUD     PPI\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n5:00 AM            EUR     CPI Flash Estimate\r\n\r\n8:30 AM            CAD     Advance GDP\r\n\r\n8:30 AM            USD     Advance GDP Price Index and Employment Cost Index\r\n\r\n9:45 AM            USD     Chicago PMI\r\n\r\n10:00 AM          USD     Revised UoM consumer sentiment\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<div><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY</span><span style=\"color: #ffffff;\"> </span><span style=\"color: #000000;\">FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS.  </span><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2298-revision-v1','','','2015-01-26 11:45:40','2015-01-26 11:45:40','',2298,'http://www.thetradingroom.com/2298-revision-v1/',0,'revision','',0),(2301,2,'2015-01-27 12:00:22','2015-01-27 12:00:22','<strong>Hot off the press! We are ranked in the top 2% as \"Trading Titans\" -  AGAIN!</strong>\r\n\r\nJoe here from Rios Quantitative and I am proud to announce that The Trading Room® TradeLAB has been ranked in the top 2% for two consecutive years. The study was conducted by Dr. Dean Handley, a renowned expert in evaluating futures trading rooms. Here is his criteria for evaluating and ranking the top rooms:\r\n\r\n\"Futures trade rooms that are truthful, transparent and profitable meet my strict selection criteria and I call them Trade Titans. I have 3 rules of all rooms/sites:\r\n\r\nRule 1:  if a room does not have a track record then no interest: move on (you just eliminated 583 rooms).\r\n\r\nRule 2: if they have a track record, see if they make $50K on 3 contracts per trade; if not then move on (41 more rooms down, unless you like making less profits).\r\n\r\nRule 3: if they meet Rule 1  &amp; 2, then they must show their trades in real time.  If they hide their trades from you, fire them and move on.\"\r\n\r\n<strong> - Dean A. Handley, PhD, MBA, JD</strong>\r\n\r\n&nbsp;\r\n\r\nAt Rios Quantitative we pride ourselves in helping our members regardless of their current skill-set or size of their trading accounts. No one is ever ignored and you will find our staff to be friendly, patient and caring. In fact, all of our staff were members first and truly understand how it feels to be in your shoes! Join us for a two week free trial and find out if our method of trading is right for you. We start at 7:30 am and finish at 10:30 am ET Monday thru Friday.\r\n\r\nGaining access is easy, just click on the following link and register: <strong> </strong>\r\n\r\n<a href=\"http://attendee.gotowebinar.com/register/5669855273571625474\"><strong> </strong><strong>REGISTER HERE!</strong></a>\r\n\r\nRegister early so you don\'t miss out, space is limited.\r\n\r\nSee you in the room!\r\n\r\n<strong>Joe Rios</strong>\r\n\r\nFounder - Rios Quantitative LLC','Ranked Top 2% Again!','','publish','open','closed','','ranked-top-2','','','2015-01-27 12:02:41','2015-01-27 12:02:41','',0,'http://www.thetradingroom.com/?p=2301',0,'post','',0),(2302,2,'2015-01-27 11:54:46','2015-01-27 11:54:46','<strong>Hot off the press! We are ranked in the top 2% as \"Trading Titans\" -  AGAIN!</strong>\r\n\r\nJoe here from Rios Quantitative and I am proud to announce that The Trading Room® TradeLAB has been ranked in the top 2% for two consecutive years. The study was conducted by Dr. Dean Handley, a renowned expert in evaluating futures trading rooms. Here is his criteria for evaluating and ranking the top rooms:\r\n\r\n\"Futures trade rooms that are truthful, transparent and profitable meet my strict selection criteria and I call them Trade Titans. I have 3 rules of all rooms/sites:\r\n\r\nRule 1:  if a room does not have a track record then no interest: move on (you just eliminated 583 rooms).\r\n\r\nRule 2: if they have a track record, see if they make $50K on 3 contracts per trade; if not then move on (41 more rooms down, unless you like making less profits).\r\n\r\nRule 3: if they meet Rule 1  &amp; 2, then they must show their trades in real time.  If they hide their trades from you, fire them and move on.\"\r\n\r\n<strong> - Dean A. Handley, PhD, MBA, JD</strong>\r\n\r\n&nbsp;\r\n\r\nAt Rios Quantitative we pride ourselves in helping our members regardless of their current skill-set or size of their trading accounts. No one is ever ignored and you will find our staff to be friendly, patient and caring. In fact, all of our staff were members first and truly understand how it feels to be in your shoes! Join us for a two week free trial and find out if our method of trading is right for you. We start at 7:30 am and finish at 10:30 am ET Monday thru Friday.\r\n\r\nGaining access is easy, just click on the following link and register: <strong> </strong>\r\n\r\n<a href=\"http://attendee.gotowebinar.com/register/5669855273571625474\"><strong> </strong><strong>REGISTER HERE!</strong></a>\r\n\r\nRegister early so you don\'t miss out, space is limited.\r\n\r\nSee you in the room!\r\n\r\n<strong>Joe Rios</strong>\r\n\r\nFounder - Rios Quantitative LLC','Ranked Top 2% Again!','','inherit','open','closed','','2301-revision-v1','','','2015-01-27 11:54:46','2015-01-27 11:54:46','',2301,'http://www.thetradingroom.com/2301-revision-v1/',0,'revision','',0),(2303,2,'2015-01-27 12:01:38','2015-01-27 12:01:38','<strong>Hot off the press! We are ranked in the top 2% as \"Trading Titans\" -  AGAIN!</strong>\n\nJoe here from Rios Quantitative and I am proud to announce that The Trading Room® TradeLAB has been ranked in the top 2% for two consecutive years. The study was conducted by Dr. Dean Handley, a renowned expert in evaluating futures trading rooms. Here is his criteria for evaluating and ranking the top rooms:\n\n\"Futures trade rooms that are truthful, transparent and profitable meet my strict selection criteria and I call them Trade Titans. I have 3 rules of all rooms/sites:\n\nRule 1:  if a room does not have a track record then no interest: move on (you just eliminated 583 rooms).\n\nRule 2: if they have a track record, see if they make $50K on 3 contracts per trade; if not then move on (41 more rooms down, unless you like making less profits).\n\nRule 3: if they meet Rule 1  &amp; 2, then they must show their trades in real time.  If they hide their trades from you, fire them and move on.\"\n\n<strong> - Dean A. Handley, PhD, MBA, JD</strong>\n\n&nbsp;\n\nAt Rios Quantitative we pride ourselves in helping our members regardless of their current skill-set or size of their trading accounts. No one is ever ignored and you will find our staff to be friendly, patient and caring. In fact, all of our staff were members first and truly understand how it feels to be in your shoes! Join us for a two week free trial and find out if our method of trading is right for you. We start at 7:30 am and finish at 10:30 am ET Monday thru Friday.\n\nGaining access is easy, just click on the following link and register: <strong> </strong>\n\n<a href=\"http://attendee.gotowebinar.com/register/5669855273571625474\"><strong> </strong><strong>REGISTER HERE!</strong></a>\n\nRegister early so you don\'t miss out, space is limited.\n\nSee you in the room!\n\n<strong>Joe Rios</strong>\n\nFounder - Rios Quantitative LLC','LiRanked Top 2% Again!','','inherit','open','closed','','2301-autosave-v1','','','2015-01-27 12:01:38','2015-01-27 12:01:38','',2301,'http://www.thetradingroom.com/2301-autosave-v1/',0,'revision','',0),(2305,2,'2015-01-27 12:02:41','2015-01-27 12:02:41','<strong>Hot off the press! We are ranked in the top 2% as \"Trading Titans\" -  AGAIN!</strong>\r\n\r\nJoe here from Rios Quantitative and I am proud to announce that The Trading Room® TradeLAB has been ranked in the top 2% for two consecutive years. The study was conducted by Dr. Dean Handley, a renowned expert in evaluating futures trading rooms. Here is his criteria for evaluating and ranking the top rooms:\r\n\r\n\"Futures trade rooms that are truthful, transparent and profitable meet my strict selection criteria and I call them Trade Titans. I have 3 rules of all rooms/sites:\r\n\r\nRule 1:  if a room does not have a track record then no interest: move on (you just eliminated 583 rooms).\r\n\r\nRule 2: if they have a track record, see if they make $50K on 3 contracts per trade; if not then move on (41 more rooms down, unless you like making less profits).\r\n\r\nRule 3: if they meet Rule 1  &amp; 2, then they must show their trades in real time.  If they hide their trades from you, fire them and move on.\"\r\n\r\n<strong> - Dean A. Handley, PhD, MBA, JD</strong>\r\n\r\n&nbsp;\r\n\r\nAt Rios Quantitative we pride ourselves in helping our members regardless of their current skill-set or size of their trading accounts. No one is ever ignored and you will find our staff to be friendly, patient and caring. In fact, all of our staff were members first and truly understand how it feels to be in your shoes! Join us for a two week free trial and find out if our method of trading is right for you. We start at 7:30 am and finish at 10:30 am ET Monday thru Friday.\r\n\r\nGaining access is easy, just click on the following link and register: <strong> </strong>\r\n\r\n<a href=\"http://attendee.gotowebinar.com/register/5669855273571625474\"><strong> </strong><strong>REGISTER HERE!</strong></a>\r\n\r\nRegister early so you don\'t miss out, space is limited.\r\n\r\nSee you in the room!\r\n\r\n<strong>Joe Rios</strong>\r\n\r\nFounder - Rios Quantitative LLC','Ranked Top 2% Again!','','inherit','open','closed','','2301-revision-v1','','','2015-01-27 12:02:41','2015-01-27 12:02:41','',2301,'http://www.thetradingroom.com/2301-revision-v1/',0,'revision','',0),(2304,2,'2015-01-27 12:02:00','2015-01-27 12:02:00','<strong>Hot off the press! We are ranked in the top 2% as \"Trading Titans\" -  AGAIN!</strong>\r\n\r\nJoe here from Rios Quantitative and I am proud to announce that The Trading Room® TradeLAB has been ranked in the top 2% for two consecutive years. The study was conducted by Dr. Dean Handley, a renowned expert in evaluating futures trading rooms. Here is his criteria for evaluating and ranking the top rooms:\r\n\r\n\"Futures trade rooms that are truthful, transparent and profitable meet my strict selection criteria and I call them Trade Titans. I have 3 rules of all rooms/sites:\r\n\r\nRule 1:  if a room does not have a track record then no interest: move on (you just eliminated 583 rooms).\r\n\r\nRule 2: if they have a track record, see if they make $50K on 3 contracts per trade; if not then move on (41 more rooms down, unless you like making less profits).\r\n\r\nRule 3: if they meet Rule 1  &amp; 2, then they must show their trades in real time.  If they hide their trades from you, fire them and move on.\"\r\n\r\n<strong> - Dean A. Handley, PhD, MBA, JD</strong>\r\n\r\n&nbsp;\r\n\r\nAt Rios Quantitative we pride ourselves in helping our members regardless of their current skill-set or size of their trading accounts. No one is ever ignored and you will find our staff to be friendly, patient and caring. In fact, all of our staff were members first and truly understand how it feels to be in your shoes! Join us for a two week free trial and find out if our method of trading is right for you. We start at 7:30 am and finish at 10:30 am ET Monday thru Friday.\r\n\r\nGaining access is easy, just click on the following link and register: <strong> </strong>\r\n\r\n<a href=\"http://attendee.gotowebinar.com/register/5669855273571625474\"><strong> </strong><strong>REGISTER HERE!</strong></a>\r\n\r\nRegister early so you don\'t miss out, space is limited.\r\n\r\nSee you in the room!\r\n\r\n<strong>Joe Rios</strong>\r\n\r\nFounder - Rios Quantitative LLC','Live Trading Room - Ranked Top 2% Again!','','inherit','open','closed','','2301-revision-v1','','','2015-01-27 12:02:00','2015-01-27 12:02:00','',2301,'http://www.thetradingroom.com/2301-revision-v1/',0,'revision','',0),(2306,2,'2015-01-27 12:16:00','2015-01-27 12:16:00','<div style=\"color: #000000;\"><strong>The Trading Room EDU - Educational Workshop Class</strong></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><strong>Covering the RiosQuant Trading Indicators:</strong></div>\r\n<div style=\"color: #000000;\"><strong>Tuesday 8:00 PM - 9:00 PM ET</strong></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><strong><em>Topic - Correlations, Behavior and Key Break-Points </em></strong></div>\r\n<div style=\"color: #000000;\">Performance coaches Agustin Criado and Ken Eriksen will cover how current correlations and market behavior can affect your daytrading performance. Not only will you hear about powerful concepts but also how to apply the RiosQuant trading tools to anticipate this week\'s price action and market direction. Q&amp;A to follow at the end of this training session.</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><strong>Sign up here:</strong></div>\r\n<div style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3VykSgQI3HrDnAF&amp;b=l1RRhTHhnzKLDh37eo35Ew\" target=\"_blank\">https://attendee.gotowebinar.<wbr />com/register/<wbr />4385589408446521090</a></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">\r\n\r\n<hr />\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY<span style=\"color: #ffffff;\"> </span>FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS.  PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</div>','Futures Trading Workshop Class - Market Behavior','','publish','open','closed','','futures-trading-workshop-class-market-behavior','','','2015-01-27 12:16:00','2015-01-27 12:16:00','',0,'http://www.thetradingroom.com/?p=2306',0,'post','',0),(2307,2,'2015-01-27 12:15:30','2015-01-27 12:15:30','<div style=\"color: #000000;\"><strong>The Trading Room EDU - Educational Workshop Class</strong></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><strong>Covering the RiosQuant Trading Indicators:</strong></div>\r\n<div style=\"color: #000000;\"><strong>Tuesday 8:00 PM - 9:00 PM ET</strong></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><strong><em>Topic - Correlations, Behavior and Key Break-Points </em></strong></div>\r\n<div style=\"color: #000000;\">Performance coaches Agustin Criado and Ken Eriksen will cover how current correlations and market behavior can affect your daytrading performance. Not only will you hear about powerful concepts but also how to apply the RiosQuant trading tools to anticipate this week\'s price action and market direction. Q&amp;A to follow at the end of this training session.</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><strong>Sign up here:</strong></div>\r\n<div style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3VykSgQI3HrDnAF&amp;b=l1RRhTHhnzKLDh37eo35Ew\" target=\"_blank\">https://attendee.gotowebinar.<wbr />com/register/<wbr />4385589408446521090</a></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">\r\n\r\n<hr />\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY<span style=\"color: #ffffff;\"> </span>FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS.  PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</div>','Futures Trading Workshop Class - Market Behavior','','inherit','open','closed','','2306-revision-v1','','','2015-01-27 12:15:30','2015-01-27 12:15:30','',2306,'http://www.thetradingroom.com/2306-revision-v1/',0,'revision','',0),(2309,2,'2015-01-28 14:14:29','2015-01-28 14:14:29','UPDATED 6:55 am ET\r\n\r\nSTOCKS - European stocks declined for a second day, erasing earlier gains, as Greek equities led losses. Nasdaq 100 Index futures rallied, as Apple Inc. posted a record $18 billion in quarterly profit.\r\n\r\nBONDS - Two-year Treasury yields held above 0.51 percent in European trade, after falling on Tuesday when corporate earnings and durable goods data came in weaker than forecast.\r\n\r\nCOMMODITIES - Gold hovered at 1,288 an ounce while copper, which has lost 25 percent in the last six months, climbed 1 percent.\r\n\r\nCURRENCIES - The dollar was starting to slide against the euro, the yen and other currencies, anticipating a statement after the Fed\'s first meeting of the year ends later today.\r\n\r\nECONOMIC DATA - Crude Oil Inventories due at 10:30, BOE Gov Carney Speaks at 13:50, FOMC Statement at 14:00, RBNZ Rate Statement at 15:00 ET.','Pre-Market Trading Report - Crude Oil Inventories','','publish','open','closed','','pre-market-trading-report-crude-oil-inventories','','','2015-01-28 14:14:29','2015-01-28 14:14:29','',0,'http://www.thetradingroom.com/?p=2309',0,'post','',0),(2310,2,'2015-01-28 14:14:29','2015-01-28 14:14:29','UPDATED 6:55 am ET\r\n\r\nSTOCKS - European stocks declined for a second day, erasing earlier gains, as Greek equities led losses. Nasdaq 100 Index futures rallied, as Apple Inc. posted a record $18 billion in quarterly profit.\r\n\r\nBONDS - Two-year Treasury yields held above 0.51 percent in European trade, after falling on Tuesday when corporate earnings and durable goods data came in weaker than forecast.\r\n\r\nCOMMODITIES - Gold hovered at 1,288 an ounce while copper, which has lost 25 percent in the last six months, climbed 1 percent.\r\n\r\nCURRENCIES - The dollar was starting to slide against the euro, the yen and other currencies, anticipating a statement after the Fed\'s first meeting of the year ends later today.\r\n\r\nECONOMIC DATA - Crude Oil Inventories due at 10:30, BOE Gov Carney Speaks at 13:50, FOMC Statement at 14:00, RBNZ Rate Statement at 15:00 ET.','Pre-Market Trading Report - Crude Oil Inventories','','inherit','open','closed','','2309-revision-v1','','','2015-01-28 14:14:29','2015-01-28 14:14:29','',2309,'http://www.thetradingroom.com/2309-revision-v1/',0,'revision','',0),(2311,2,'2015-02-03 11:45:30','2015-02-03 11:45:30','<strong><span style=\"font-weight: normal; color: #222222;\">UPDATED 6:40 am ET</span></strong>\r\n<div style=\"font-weight: normal; color: #222222;\"></div>\r\n<div style=\"font-weight: normal; color: #222222;\">STOCKS - <span style=\"color: #3c3c3c;\">The Stoxx Europe 600 Index jumped 1.1 %  in London and S&amp;P 500 Index futures added 0.1% </span><span style=\"color: #3c3c3c;\">after the Greek government retreated from its call for a debt writedown.</span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #000000;\"> </span><span style=\"color: #666666;\">US Ten Yr Treasury Note futures traded lower after failing to breakout of recent highs.</span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #666666;\">Oil futures rose, adding to gains of more than 11 percent in the prior two sessions as BP announced a cut in capital expenditure for 2015.</span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES -  </span><span style=\"color: #000000;\">The Australian and New Zealand dollars weakened further in early trade in Europe  after a sell-off following the Reserve Bank of Australia\'s surprise decision to cut interest rates.</span>\r\n\r\n</div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA -  </span><span style=\"color: #000000; font-family: Verdana, Helvetica, sans-serif;\">US </span><span style=\"color: #000000;\">Factory Orders m/m due at 10:00, NZD </span><span style=\"color: #000000;\">Unemployment Rate at 16:45, </span><span style=\"color: #000000;\">RBNZ Gov Wheeler Speaks at 18:00, CNY </span><span style=\"color: #000000;\">HSBC Services PMI at 18:45 ET.</span></div>','Pre-Market Trading Report - Crude Oil Climbs','','publish','open','closed','','pre-market-trading-report-crude-oil-climbs','','','2015-02-03 11:45:30','2015-02-03 11:45:30','',0,'http://www.thetradingroom.com/?p=2311',0,'post','',0),(2312,2,'2015-02-03 11:45:30','2015-02-03 11:45:30','<strong><span style=\"font-weight: normal; color: #222222;\">UPDATED 6:40 am ET</span></strong>\r\n<div style=\"font-weight: normal; color: #222222;\"></div>\r\n<div style=\"font-weight: normal; color: #222222;\">STOCKS - <span style=\"color: #3c3c3c;\">The Stoxx Europe 600 Index jumped 1.1 %  in London and S&amp;P 500 Index futures added 0.1% </span><span style=\"color: #3c3c3c;\">after the Greek government retreated from its call for a debt writedown.</span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #000000;\"> </span><span style=\"color: #666666;\">US Ten Yr Treasury Note futures traded lower after failing to breakout of recent highs.</span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #666666;\">Oil futures rose, adding to gains of more than 11 percent in the prior two sessions as BP announced a cut in capital expenditure for 2015.</span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES -  </span><span style=\"color: #000000;\">The Australian and New Zealand dollars weakened further in early trade in Europe  after a sell-off following the Reserve Bank of Australia\'s surprise decision to cut interest rates.</span>\r\n\r\n</div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA -  </span><span style=\"color: #000000; font-family: Verdana, Helvetica, sans-serif;\">US </span><span style=\"color: #000000;\">Factory Orders m/m due at 10:00, NZD </span><span style=\"color: #000000;\">Unemployment Rate at 16:45, </span><span style=\"color: #000000;\">RBNZ Gov Wheeler Speaks at 18:00, CNY </span><span style=\"color: #000000;\">HSBC Services PMI at 18:45 ET.</span></div>','Pre-Market Trading Report - Crude Oil Climbs','','inherit','open','closed','','2311-revision-v1','','','2015-02-03 11:45:30','2015-02-03 11:45:30','',2311,'http://www.thetradingroom.com/2311-revision-v1/',0,'revision','',0),(2313,2,'2015-02-03 11:52:33','2015-02-03 11:52:33','<div style=\"color: #000000;\">\r\n<div><strong>Throughout the month of  December we boldly shared our vision and strategy for 2015. Now it\'s time to reveal what the numbers are saying! </strong></div>\r\n<div></div>\r\n<div>Find out what\'s hot and what\'s not as we reveal the results for the first month of the new trading year. Join us as we break down our trades for January and look inside the numbers. You will learn how Quant Traders gather data in and reveal important insights to enhance their trading performance. You will get a full and detailed analysis of our trades for January 2015...which markets made money and which ones lost! We will share winning trades and losing trades, maximum draw down, plus information that will shed light to what\'s working in the current market environment. The objective is to help you better understand how the markets work so you can trade with greater confidence.</div>\r\n<div></div>\r\n<div>Only 100 spots open (and they won\'t last long) join us Tuesday February 2nd @ 8:00 pm ET. We highly recommend you make sure you\'re on the reservation list by signing up here:</div>\r\n</div>\r\n<div style=\"color: #000000;\">                                  <wbr />                              <wbr /></div>\r\n<div style=\"color: #000000;\">                                     <a href=\"https://attendee.gotowebinar.com/register/7713421878760946946\">   RESERVE MY SPOT</a></div>\r\n<div style=\"color: #000000;\">\r\n<div></div>\r\n<div>We\'re  here for you, let’s make 2015 your most successful trading year ever!</div>\r\n<div></div>\r\n<div>Joe Rios and the RiosQuant Team</div>\r\n<div></div>\r\n<div></div>\r\n</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS. COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>','Trading Workshop: Inside the Numbers','','publish','open','closed','','trading-workshop-inside-numbers','','','2015-02-03 11:52:33','2015-02-03 11:52:33','',0,'http://www.thetradingroom.com/?p=2313',0,'post','',0),(2315,2,'2015-02-03 11:52:14','2015-02-03 11:52:14','<div style=\"color: #000000;\">\r\n<div><strong>Throughout the month of  December we boldly shared our vision and strategy for 2015. Now it\'s time to reveal what the numbers are saying! </strong></div>\r\n<div></div>\r\n<div>Find out what\'s hot and what\'s not as we reveal the results for the first month of the new trading year. Join us as we break down our trades for January and look inside the numbers. You will learn how Quant Traders gather data in and reveal important insights to enhance their trading performance. You will get a full and detailed analysis of our trades for January 2015...which markets made money and which ones lost! We will share winning trades and losing trades, maximum draw down, plus information that will shed light to what\'s working in the current market environment. The objective is to help you better understand how the markets work so you can trade with greater confidence.</div>\r\n<div></div>\r\n<div>Only 100 spots open (and they won\'t last long) join us Tuesday February 2nd @ 8:00 pm ET. We highly recommend you make sure you\'re on the reservation list by signing up here:</div>\r\n</div>\r\n<div style=\"color: #000000;\">                                  <wbr />                              <wbr /></div>\r\n<div style=\"color: #000000;\">                                     <a href=\"https://attendee.gotowebinar.com/register/7713421878760946946\">   RESERVE MY SPOT</a></div>\r\n<div style=\"color: #000000;\">\r\n<div></div>\r\n<div>We\'re  here for you, let’s make 2015 your most successful trading year ever!</div>\r\n<div></div>\r\n<div>Joe Rios and the RiosQuant Team</div>\r\n<div></div>\r\n<div></div>\r\n</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS. COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>','Trading Workshop: Inside the Numbers','','inherit','open','closed','','2313-revision-v1','','','2015-02-03 11:52:14','2015-02-03 11:52:14','',2313,'http://www.thetradingroom.com/2313-revision-v1/',0,'revision','',0),(2314,2,'2015-02-03 11:49:55','2015-02-03 11:49:55','','inside the numbers','','inherit','open','closed','','inside-the-numbers','','','2015-02-03 11:49:55','2015-02-03 11:49:55','',2313,'http://www.thetradingroom.com/wp-content/uploads/2015/02/inside-the-numbers.jpg',0,'attachment','image/jpeg',0),(2317,2,'2015-02-06 12:03:47','2015-02-06 12:03:47','<span style=\"color: #222222;\">UPDATED 6:45 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS -  Concern over the outcome of a standoff between Greece and its creditors continued to bear down on European stock markets. US stock futures trading sideways ahead <span style=\"color: #000000;\">of the latest official U.S. labor stats.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #000000;\"> US Treasuries traded sideways after yesterday\'s losses and ahead of </span>U.S. jobs data.</div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span>Oil futures rose, rebounding from sharp losses in the previous session.</div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES -  </span><span style=\"color: #000000;\"> </span>The dollar was slightly lower against the yen early Friday, with investors sitting on sidelines ahead of closely monitored U.S. jobs data for January later in the day.<span style=\"color: #000000;\">\r\n</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA -  </span><span style=\"color: #000000; font-family: Verdana, Helvetica, sans-serif;\">US </span><span style=\"color: #000000;\">Non-Farm Employment Change and CAD </span><span style=\"color: #000000;\">Employment Change due at 8:30, </span><span style=\"color: #000000;\">FOMC Member Lockhart Speaks at 12:45 ET.</span></div>','Pre-Market Trading Report - US Job Data','','publish','open','closed','','pre-market-trading-report-us-job-data','','','2015-02-06 12:03:47','2015-02-06 12:03:47','',0,'http://www.thetradingroom.com/?p=2317',0,'post','',0),(2318,2,'2015-02-06 12:03:47','2015-02-06 12:03:47','<span style=\"color: #222222;\">UPDATED 6:45 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS -  Concern over the outcome of a standoff between Greece and its creditors continued to bear down on European stock markets. US stock futures trading sideways ahead <span style=\"color: #000000;\">of the latest official U.S. labor stats.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #000000;\"> US Treasuries traded sideways after yesterday\'s losses and ahead of </span>U.S. jobs data.</div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span>Oil futures rose, rebounding from sharp losses in the previous session.</div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES -  </span><span style=\"color: #000000;\"> </span>The dollar was slightly lower against the yen early Friday, with investors sitting on sidelines ahead of closely monitored U.S. jobs data for January later in the day.<span style=\"color: #000000;\">\r\n</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA -  </span><span style=\"color: #000000; font-family: Verdana, Helvetica, sans-serif;\">US </span><span style=\"color: #000000;\">Non-Farm Employment Change and CAD </span><span style=\"color: #000000;\">Employment Change due at 8:30, </span><span style=\"color: #000000;\">FOMC Member Lockhart Speaks at 12:45 ET.</span></div>','Pre-Market Trading Report - US Job Data','','inherit','open','closed','','2317-revision-v1','','','2015-02-06 12:03:47','2015-02-06 12:03:47','',2317,'http://www.thetradingroom.com/2317-revision-v1/',0,'revision','',0),(2319,2,'2015-02-09 02:36:52','2015-02-09 02:36:52','From the desk of Joe Rios\r\n\r\nCommodities were in the spotlight last week with Crude Oil finishing the week 8.6% higher in short covering mode. In the grain market Wheat also closed higher 4.9% followed by Corn 4.3%.  Conflict was evident In the metals market with Copper gaining 3.8% while Gold dropped -3.6%. Take special note of the correlation between Gold and Treasuries during the past few trading sessions. In the currency market the US Dollar was little changed -0.1% as most foreign currencies consolidated.  As illustrated on the chart(1) below Risk-ON sentiment dominated most of the week with rotation flows confirming the S&amp;P 500 rising 3.4% and the US Treasury 10 Yr Note losing -1.8%.  The S&amp;P 500 has been trading in a wide range with a significant rise in intra-day volatility since December. The chart(2) below will give you a glimpse of both, the rise in volatility and the range bound price action. Will the stock indices continue to trade in-the-box or will we see a break out-of-the box with further Risk-ON rotation flows in the week ahead? My main focus on the first day of trade for the week will be on the correlation between the bond and stock markets. As you can see from the chart(1) below the US Treasuries sold off following Friday\'s employment data however the stock indices failed to trade higher. Trade Balance from China over the weekend was poor with exports falling 3.3% while imports tumbled 19.9%, far worse than analysts had expected and highlighting deepening weakness in the world\'s second largest economy.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2015/02/dms-2-2-ts.bmp\"><img class=\"aligncenter  wp-image-2320\" src=\"http://www.thetradingroom.com/wp-content/uploads/2015/02/dms-2-2-ts.bmp\" alt=\"dms 2-2 ts\" /></a>Chart(1) S&amp;P 500 and US Treasury 10 Yr Note with the RQ-DMS Risk-ON, Risk-OFF, Mixed and Conflict histogram for February 2nd through the 6th, 2015.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2015/02/osbos-r-2-8.bmp\"><img class=\"aligncenter size-full wp-image-2321\" src=\"http://www.thetradingroom.com/wp-content/uploads/2015/02/osbos-r-2-8.bmp\" alt=\"osbos-r 2-8\" /></a>Chart(2) Daily chart of the  S&amp;P 500\r\n\r\nAfter more than two years of development and testing both in beta and out-of-sample, last Thursday we unveiled the powerful new risk analytics, the <strong>@C-Kal</strong> <strong>histogram</strong> and the overbought/oversold and retracement indicators, the <strong>oBoS-R markers.</strong> We had a record attendance from our members and I want to take this opportunity to thank you. Everybody at RiosQuant is excited about how these new indicators may be your game changer for 2015. The chart above shows the <strong>oBoS-R markers</strong> at work on the S&amp;P 500 daily chart(2).\r\n\r\nJoe Rios\r\n\r\nFounder - Rios Quantitative LLC\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room® TradeLAB  - Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong>                                    <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/150668641771805954\" target=\"_blank\">REGISTER HERE!</a></strong>\r\n\r\nMonday and Tuesday -  7:30 AM  to 10:30 AM ET\r\n\r\nRQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n&nbsp;\r\n\r\n<strong>IQ Room - Advanced Concepts with Joe Rios </strong>\r\n\r\nSubscription Only - <a href=\"http://www.thetradingroom.com/algorithmic-trading/\" target=\"_blank\">Two Week Free Trial Click Here</a>\r\n\r\nMonday, Thursday and Friday   11:00 am to 12:30 pm ET\r\n\r\n&nbsp;\r\n\r\n<strong>RQ EDU - Does Size Really Matter?</strong>\r\n\r\nTuesday - 8:00 pm ET Register on the following link:\r\n\r\n<a href=\"https://attendee.gotowebinar.com/register/4479376651100756225\">https://attendee.gotowebinar.com/register/4479376651100756225</a>\r\n\r\nIn a word, yes. Especially if we\'re talking about profit and losses. Join RiosQuant performance coaches Ken Eriksen, Agustin Criado and Joe Rios and find out what you need to know to capture bigger profits with the same signal. The RQ Team will share their step-by-step approach to spotting the bigger opportunities in the current market environment.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>Scheduled Economic Reports That May Have an Impact on the Markets</strong>\r\n\r\n<strong>Monday</strong>\r\n\r\nDay One               All Day                 G 20 Meetings\r\n\r\n7:30 PM                AUD                       NAB business confidence\r\n\r\n8:30 PM                CNY                        CPI\r\n\r\n&nbsp;\r\n\r\n<strong>Tuesday</strong>\r\n\r\nDay Two               All Day                  G 20 Meetings\r\n\r\n4:30 AM               GBP                       Manufacturing Production\r\n\r\n8:20 AM               USD                       FOMC Member                Lacker  Speaks\r\n\r\n10:00 AM             GBP                       NIESR GDP estimate\r\n\r\n10:00 AM             USD                       JOLTS Job Openings\r\n\r\n&nbsp;\r\n\r\n<strong>Wednesday</strong>\r\n\r\nAll Day                  EUR                        Eurogroup Meetings\r\n\r\n10:30 AM                                             Crude Oil Inventories\r\n\r\n1:01 PM                USD                       10 Year Note Auction\r\n\r\n7:30 PM                AUD                       Unemployment Rate\r\n\r\n&nbsp;\r\n\r\n<strong>Thursday</strong>\r\n\r\n5:30 AM               GBP                       BOE Inflation Report And Gov. Carney Speaks\r\n\r\n10:30 AM                                             Natural Gas Storage\r\n\r\n5:30 PM                AUD                       RBA Gov. Stevens Speaks\r\n\r\n&nbsp;\r\n\r\n<strong>Friday</strong>\r\n\r\n8:30 AM               CAD                       Manufacturing Sales\r\n\r\n10:00 AM             USD       Preliminary UoM Consumer Sentiment\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-32','','','2015-02-09 02:36:52','2015-02-09 02:36:52','',0,'http://www.thetradingroom.com/?p=2319',0,'post','',0),(2320,2,'2015-02-09 02:22:15','2015-02-09 02:22:15','','dms 2-2 ts','','inherit','open','closed','','dms-2-2-ts','','','2015-02-09 02:22:15','2015-02-09 02:22:15','',2319,'http://www.thetradingroom.com/wp-content/uploads/2015/02/dms-2-2-ts.bmp',0,'attachment','image/bmp',0),(2321,2,'2015-02-09 02:24:08','2015-02-09 02:24:08','','osbos-r 2-8','','inherit','open','closed','','osbos-r-2-8','','','2015-02-09 02:24:08','2015-02-09 02:24:08','',2319,'http://www.thetradingroom.com/wp-content/uploads/2015/02/osbos-r-2-8.bmp',0,'attachment','image/bmp',0),(2322,2,'2015-02-09 02:30:33','2015-02-09 02:30:33','From the desk of Joe Rios\r\n\r\nCommodities were in the spotlight last week with Crude Oil finishing the week 8.6% higher in short covering mode. In the grain market Wheat also closed higher 4.9% followed by Corn 4.3%.  Conflict was evident In the metals market with Copper gaining 3.8% while Gold dropped -3.6%. Take special note of the correlation between Gold and Treasuries during the past few trading sessions. In the currency market the US Dollar was little changed -0.1% as most foreign currencies consolidated.  As illustrated on the chart(1) below Risk-ON sentiment dominated most of the week with rotation flows confirming the S&amp;P 500 rising 3.4% and the US Treasury 10 Yr Note losing -1.8%.  The S&amp;P 500 has been trading in a wide range with a significant rise in intra-day volatility since December. The chart(2) below will give you a glimpse of both, the rise in volatility and the range bound price action. Will the stock indices continue to trade in-the-box or will we see a break out-of-the box with further Risk-ON rotation flows in the week ahead? My main focus on the first day of trade for the week will be on the correlation between the bond and stock markets. As you can see from the chart(1) below the US Treasuries sold off following Friday\'s employment data however the stock indices failed to trade higher. Trade Balance from China over the weekend was poor with exports falling 3.3% while imports tumbled 19.9%, far worse than analysts had expected and highlighting deepening weakness in the world\'s second largest economy.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2015/02/dms-2-2-ts.bmp\"><img class=\"aligncenter  wp-image-2320\" src=\"http://www.thetradingroom.com/wp-content/uploads/2015/02/dms-2-2-ts.bmp\" alt=\"dms 2-2 ts\" /></a>Chart(1) S&amp;P 500 and US Treasury 10 Yr Note with the RQ-DMS Risk-ON, Risk-OFF, Mixed and Conflict histogram for February 2nd through the 6th, 2015.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2015/02/osbos-r-2-8.bmp\"><img class=\"aligncenter size-full wp-image-2321\" src=\"http://www.thetradingroom.com/wp-content/uploads/2015/02/osbos-r-2-8.bmp\" alt=\"osbos-r 2-8\" /></a>Chart(2) Daily chart of the  S&amp;P 500\r\n\r\nAfter more than two years of development and testing both in beta and out-of-sample, last Thursday we unveiled the powerful new risk analytics, the <strong>@C-Kal</strong> <strong>histogram</strong> and the overbought/oversold and retracement indicators, the <strong>oBoS-R markers.</strong> We had a record attendance from our members and I want to take this opportunity to thank you. Everybody at RiosQuant is excited about how these new indicators may be your game changer for 2015. The chart above shows the <strong>oBoS-R markers</strong> at work on the S&amp;P 500 daily chart(2).\r\n\r\nJoe Rios\r\n\r\nFounder - Rios Quantitative LLC\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nThe Trading Room® TradeLAB  - Global Trading with Quantitative Technologies\r\n\r\n<strong>                                    <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/150668641771805954\" target=\"_blank\">REGISTER HERE!</a></strong>\r\n\r\nMonday and Tuesday -  7:30 AM  to 10:30 AM ET\r\n\r\nRQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n&nbsp;\r\n\r\nIQ Room - Advanced Concepts with Joe Rios\r\n\r\nSubscription Only - Two Week Free Trial Click Here\r\n\r\nMonday, Thursday and Friday   11:00 am to 12:30 pm ET\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nRQ EDU - Does Size Really Matter?\r\n\r\nTuesday - 8:00 pm ET\r\n\r\n<a href=\"https://attendee.gotowebinar.com/register/4479376651100756225\">https://attendee.gotowebinar.com/register/4479376651100756225</a>\r\n\r\nIn a word, yes. Especially if we\'re talking about profit and losses. Join RiosQuant performance coaches Ken Eriksen, Agustin Criado and Joe Rios and find out what you need to know to capture bigger profits with the same signal. The RQ Team will share their step-by-step approach to spotting the bigger opportunities in the current market environment.\r\n\r\n&nbsp;\r\n\r\nMonday\r\n\r\nDay One               All Day                 G 20 Meetings\r\n\r\n7:30 PM                AUD                       NAB business confidence\r\n\r\n8:30 PM                CNY                        CPI\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\nDay Two               All Day                  G 20 Meetings\r\n\r\n4:30 AM               GBP                       Manufacturing Production\r\n\r\n8:20 AM               USD                       FOMC Member                Lacker  Speaks\r\n\r\n10:00 AM             GBP                       NIESR GDP estimate\r\n\r\n10:00 AM             USD                       JOLTS Job Openings\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\nAll Day                  EUR                        Eurogroup Meetings\r\n\r\n10:30 AM                                             Crude Oil Inventories\r\n\r\n1:01 PM                USD                       10 Year Note Auction\r\n\r\n7:30 PM                AUD                       Unemployment Rate\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n5:30 AM               GBP                       BOE Inflation Report And Gov. Carney Speaks\r\n\r\n10:30 AM                                             Natural Gas Storage\r\n\r\n5:30 PM                AUD                       RBA Gov. Stevens Speaks\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n8:30 AM               CAD                       Manufacturing Sales\r\n\r\n10:00 AM             USD       Preliminary UoM Consumer Sentiment\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2319-revision-v1','','','2015-02-09 02:30:33','2015-02-09 02:30:33','',2319,'http://www.thetradingroom.com/2319-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (2323,2,'2015-02-09 02:36:52','2015-02-09 02:36:52','From the desk of Joe Rios\r\n\r\nCommodities were in the spotlight last week with Crude Oil finishing the week 8.6% higher in short covering mode. In the grain market Wheat also closed higher 4.9% followed by Corn 4.3%.  Conflict was evident In the metals market with Copper gaining 3.8% while Gold dropped -3.6%. Take special note of the correlation between Gold and Treasuries during the past few trading sessions. In the currency market the US Dollar was little changed -0.1% as most foreign currencies consolidated.  As illustrated on the chart(1) below Risk-ON sentiment dominated most of the week with rotation flows confirming the S&amp;P 500 rising 3.4% and the US Treasury 10 Yr Note losing -1.8%.  The S&amp;P 500 has been trading in a wide range with a significant rise in intra-day volatility since December. The chart(2) below will give you a glimpse of both, the rise in volatility and the range bound price action. Will the stock indices continue to trade in-the-box or will we see a break out-of-the box with further Risk-ON rotation flows in the week ahead? My main focus on the first day of trade for the week will be on the correlation between the bond and stock markets. As you can see from the chart(1) below the US Treasuries sold off following Friday\'s employment data however the stock indices failed to trade higher. Trade Balance from China over the weekend was poor with exports falling 3.3% while imports tumbled 19.9%, far worse than analysts had expected and highlighting deepening weakness in the world\'s second largest economy.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2015/02/dms-2-2-ts.bmp\"><img class=\"aligncenter  wp-image-2320\" src=\"http://www.thetradingroom.com/wp-content/uploads/2015/02/dms-2-2-ts.bmp\" alt=\"dms 2-2 ts\" /></a>Chart(1) S&amp;P 500 and US Treasury 10 Yr Note with the RQ-DMS Risk-ON, Risk-OFF, Mixed and Conflict histogram for February 2nd through the 6th, 2015.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2015/02/osbos-r-2-8.bmp\"><img class=\"aligncenter size-full wp-image-2321\" src=\"http://www.thetradingroom.com/wp-content/uploads/2015/02/osbos-r-2-8.bmp\" alt=\"osbos-r 2-8\" /></a>Chart(2) Daily chart of the  S&amp;P 500\r\n\r\nAfter more than two years of development and testing both in beta and out-of-sample, last Thursday we unveiled the powerful new risk analytics, the <strong>@C-Kal</strong> <strong>histogram</strong> and the overbought/oversold and retracement indicators, the <strong>oBoS-R markers.</strong> We had a record attendance from our members and I want to take this opportunity to thank you. Everybody at RiosQuant is excited about how these new indicators may be your game changer for 2015. The chart above shows the <strong>oBoS-R markers</strong> at work on the S&amp;P 500 daily chart(2).\r\n\r\nJoe Rios\r\n\r\nFounder - Rios Quantitative LLC\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room® TradeLAB  - Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong>                                    <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/150668641771805954\" target=\"_blank\">REGISTER HERE!</a></strong>\r\n\r\nMonday and Tuesday -  7:30 AM  to 10:30 AM ET\r\n\r\nRQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n&nbsp;\r\n\r\n<strong>IQ Room - Advanced Concepts with Joe Rios </strong>\r\n\r\nSubscription Only - <a href=\"http://www.thetradingroom.com/algorithmic-trading/\" target=\"_blank\">Two Week Free Trial Click Here</a>\r\n\r\nMonday, Thursday and Friday   11:00 am to 12:30 pm ET\r\n\r\n&nbsp;\r\n\r\n<strong>RQ EDU - Does Size Really Matter?</strong>\r\n\r\nTuesday - 8:00 pm ET Register on the following link:\r\n\r\n<a href=\"https://attendee.gotowebinar.com/register/4479376651100756225\">https://attendee.gotowebinar.com/register/4479376651100756225</a>\r\n\r\nIn a word, yes. Especially if we\'re talking about profit and losses. Join RiosQuant performance coaches Ken Eriksen, Agustin Criado and Joe Rios and find out what you need to know to capture bigger profits with the same signal. The RQ Team will share their step-by-step approach to spotting the bigger opportunities in the current market environment.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>Scheduled Economic Reports That May Have an Impact on the Markets</strong>\r\n\r\n<strong>Monday</strong>\r\n\r\nDay One               All Day                 G 20 Meetings\r\n\r\n7:30 PM                AUD                       NAB business confidence\r\n\r\n8:30 PM                CNY                        CPI\r\n\r\n&nbsp;\r\n\r\n<strong>Tuesday</strong>\r\n\r\nDay Two               All Day                  G 20 Meetings\r\n\r\n4:30 AM               GBP                       Manufacturing Production\r\n\r\n8:20 AM               USD                       FOMC Member                Lacker  Speaks\r\n\r\n10:00 AM             GBP                       NIESR GDP estimate\r\n\r\n10:00 AM             USD                       JOLTS Job Openings\r\n\r\n&nbsp;\r\n\r\n<strong>Wednesday</strong>\r\n\r\nAll Day                  EUR                        Eurogroup Meetings\r\n\r\n10:30 AM                                             Crude Oil Inventories\r\n\r\n1:01 PM                USD                       10 Year Note Auction\r\n\r\n7:30 PM                AUD                       Unemployment Rate\r\n\r\n&nbsp;\r\n\r\n<strong>Thursday</strong>\r\n\r\n5:30 AM               GBP                       BOE Inflation Report And Gov. Carney Speaks\r\n\r\n10:30 AM                                             Natural Gas Storage\r\n\r\n5:30 PM                AUD                       RBA Gov. Stevens Speaks\r\n\r\n&nbsp;\r\n\r\n<strong>Friday</strong>\r\n\r\n8:30 AM               CAD                       Manufacturing Sales\r\n\r\n10:00 AM             USD       Preliminary UoM Consumer Sentiment\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2319-revision-v1','','','2015-02-09 02:36:52','2015-02-09 02:36:52','',2319,'http://www.thetradingroom.com/2319-revision-v1/',0,'revision','',0),(2325,2,'2015-02-18 12:02:00','2015-02-18 12:02:00','UPDATED 6:55 am ET\r\n\r\nSTOCKS - Global stocks continued their relentless march higher on as investors shrugged off the protracted uncertainty surrounding Greece\'s debt negotiations, pinning their hopes that a deal will be reached by the end of the week.\r\n\r\nBONDS - US Treasuries traded near the low after yesterday\'s impressive sell-off.\r\n\r\nCOMMODITIES - Oil dropped failing to build on gains of more than 1 percent in the previous session as analysts said a recent rally in prices was overblown.\r\n\r\nCURRENCIES - The British pound jumped after minutes published by the BOE Wednesday showed officials predicting a “fairly sharp” pickup in inflation once the impact of lower oil prices fades. ECONOMIC DATA - US PPI m/m, Building Permits and CAD Wholesale Sales m/m due at 8:30, Industrial Production m/m and Capacity Utilization Rate at 9:15, FOMC Meeting Minutes at 14:00, NZD PPI Input q/q at 16:45 ET.','Pre-Market Trading Report - British Pound Gains','','publish','open','closed','','pre-market-trading-report-british-pound-gains','','','2015-02-18 12:02:00','2015-02-18 12:02:00','',0,'http://www.thetradingroom.com/?p=2325',0,'post','',0),(2326,2,'2015-02-18 12:00:52','2015-02-18 12:00:52','UPDATED 6:55 am ET\r\n\r\nSTOCKS - Global stocks continued their relentless march higher on as investors shrugged off the protracted uncertainty surrounding Greece\'s debt negotiations, pinning their hopes that a deal will be reached by the end of the week.\r\n\r\nBONDS - US Treasuries traded near the low after yesterday\'s impressive sell-off.\r\n\r\nCOMMODITIES - Oil dropped failing to build on gains of more than 1 percent in the previous session as analysts said a recent rally in prices was overblown.\r\n\r\nCURRENCIES - The British pound jumped after minutes published by the BOE Wednesday showed officials predicting a “fairly sharp” pickup in inflation once the impact of lower oil prices fades. ECONOMIC DATA - US PPI m/m, Building Permits and CAD Wholesale Sales m/m due at 8:30, Industrial Production m/m and Capacity Utilization Rate at 9:15, FOMC Meeting Minutes at 14:00, NZD PPI Input q/q at 16:45 ET.','Pre-Market Trading Report - British Pound Gains','','inherit','open','closed','','2325-revision-v1','','','2015-02-18 12:00:52','2015-02-18 12:00:52','',2325,'http://www.thetradingroom.com/2325-revision-v1/',0,'revision','',0),(2327,2,'2015-02-18 12:31:04','2015-02-18 12:31:04','For those of you that were not able to access our live trading workshop class, please accept our apologies, we reached maximum attendance capacity. However the lesson was recorded and you can now view it by clicking on the video display. Should you have any question, please do not hesitate to contact us at support@riosquant.com. You can also access the trading system free trial by clicking on the following link:  <a href=\"http://www.riosquant.com/requestinfo?product_id=2\">Trading System Trial</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How to Trade Crude Oil Futures NOW ','','publish','open','closed','','trade-crude-oil-futures-now','','','2015-02-18 12:37:38','2015-02-18 12:37:38','',0,'http://www.thetradingroom.com/?p=2327',0,'post','',0),(2328,2,'2015-02-18 12:24:03','2015-02-18 12:24:03','For those of you that were not able to access our live trading workshop class, please accept our apologies, we reached maximum attendance capacity. However the lesson was recorded and you can now view it by clicking on the link below. Should you have any question, please do not hesitate to contact us at support@riosquant.com.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How to Trade Crude Oil Futures NOW ','','inherit','open','closed','','2327-revision-v1','','','2015-02-18 12:24:03','2015-02-18 12:24:03','',2327,'http://www.thetradingroom.com/2327-revision-v1/',0,'revision','',0),(2329,2,'2015-02-18 12:30:18','2015-02-18 12:30:18','For those of you that were not able to access our live trading workshop class, please accept our apologies, we reached maximum attendance capacity. However the lesson was recorded and you can now view it by clicking on the video display. Should you have any question, please do not hesitate to contact us at support@riosquant.com.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How to Trade Crude Oil Futures NOW ','','inherit','open','closed','','2327-revision-v1','','','2015-02-18 12:30:18','2015-02-18 12:30:18','',2327,'http://www.thetradingroom.com/2327-revision-v1/',0,'revision','',0),(2330,2,'2015-02-18 12:33:03','2015-02-18 12:33:03','','video cl class pic','','inherit','open','closed','','video-cl-class-pic','','','2015-02-18 12:33:03','2015-02-18 12:33:03','',2327,'http://www.thetradingroom.com/wp-content/uploads/2015/02/video-cl-class-pic.jpg',0,'attachment','image/jpeg',0),(2331,2,'2015-02-18 12:36:32','2015-02-18 12:36:32','For those of you that were not able to access our live trading workshop class, please accept our apologies, we reached maximum attendance capacity. However the lesson was recorded and you can now view it by clicking on the video display. Should you have any question, please do not hesitate to contact us at support@riosquant.com. You can also access the trading system free trial by clicking on the follo\n\n&nbsp;\n\n&nbsp;','How to Trade Crude Oil Futures NOW ','','inherit','open','closed','','2327-autosave-v1','','','2015-02-18 12:36:32','2015-02-18 12:36:32','',2327,'http://www.thetradingroom.com/2327-autosave-v1/',0,'revision','',0),(2332,2,'2015-02-18 12:37:38','2015-02-18 12:37:38','For those of you that were not able to access our live trading workshop class, please accept our apologies, we reached maximum attendance capacity. However the lesson was recorded and you can now view it by clicking on the video display. Should you have any question, please do not hesitate to contact us at support@riosquant.com. You can also access the trading system free trial by clicking on the following link:  <a href=\"http://www.riosquant.com/requestinfo?product_id=2\">Trading System Trial</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','How to Trade Crude Oil Futures NOW ','','inherit','open','closed','','2327-revision-v1','','','2015-02-18 12:37:38','2015-02-18 12:37:38','',2327,'http://www.thetradingroom.com/2327-revision-v1/',0,'revision','',0),(2333,2,'2015-02-18 17:40:45','2015-02-18 17:40:45','<span style=\"color: #222222;\">I gotta say that staying true to the system and taking emotion out of it has made a huge difference in my trading all around. </span> - Mike P.\r\n\r\n&nbsp;\r\n\r\nTESTIMONIALS ARE NOT INDICATIVE OF FUTURE PERFORMANCE OR SUCCESS','Congrats Mike! - Trading the Crude Oil Futues','','publish','open','closed','','congrats-mike-trading-crude-oil-futues','','','2016-10-09 17:32:46','2016-10-09 17:32:46','',0,'http://www.thetradingroom.com/?p=2333',0,'post','',0),(2334,2,'2015-02-18 17:34:29','2015-02-18 17:34:29','','mike cl 1,000 profit','','inherit','open','closed','','mike-cl-1000-profit','','','2015-02-18 17:34:29','2015-02-18 17:34:29','',2333,'http://www.thetradingroom.com/wp-content/uploads/2015/02/mike-cl-1000-profit.jpg',0,'attachment','image/jpeg',0),(2336,2,'2015-02-18 17:37:38','2015-02-18 17:37:38','','mike cl 1,000 profit','','inherit','open','closed','','mike-cl-1000-profit-2','','','2015-02-18 17:37:38','2015-02-18 17:37:38','',2333,'http://www.thetradingroom.com/wp-content/uploads/2015/02/mike-cl-1000-profit1.jpg',0,'attachment','image/jpeg',0),(2335,2,'2015-02-18 17:35:47','2015-02-18 17:35:47','<span style=\"color: #222222;\">I gotta say that staying true to the system and taking emotion out of it has made a huge difference in my trading all around. </span>\r\n\r\n- Mike P.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2015/02/mike-cl-1000-profit.jpg\"><img class=\"aligncenter size-full wp-image-2334\" src=\"http://www.thetradingroom.com/wp-content/uploads/2015/02/mike-cl-1000-profit.jpg\" alt=\"mike cl 1,000 profit\" width=\"585\" height=\"624\" /></a>','Congrats Mike! - Trading the Crude Oil Futues','','inherit','open','closed','','2333-revision-v1','','','2015-02-18 17:35:47','2015-02-18 17:35:47','',2333,'http://www.thetradingroom.com/2333-revision-v1/',0,'revision','',0),(2337,2,'2015-02-18 17:37:49','2015-02-18 17:37:49','<span style=\"color: #222222;\">I gotta say that staying true to the system and taking emotion out of it has made a huge difference in my trading all around. </span>\r\n\r\n- Mike P.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2015/02/mike-cl-1000-profit1.jpg\"><img class=\"aligncenter size-full wp-image-2336\" src=\"http://www.thetradingroom.com/wp-content/uploads/2015/02/mike-cl-1000-profit1.jpg\" alt=\"mike cl 1,000 profit\" width=\"585\" height=\"624\" /></a>','Congrats Mike! - Trading the Crude Oil Futues','','inherit','open','closed','','2333-revision-v1','','','2015-02-18 17:37:49','2015-02-18 17:37:49','',2333,'http://www.thetradingroom.com/2333-revision-v1/',0,'revision','',0),(2338,2,'2015-02-18 17:41:25','2015-02-18 17:41:25','<span style=\"color: #222222;\">I gotta say that staying true to the system and taking emotion out of it has made a huge difference in my trading all around. </span>\r\n\r\n- Mike P.\r\n\r\n&nbsp;','Congrats Mike! - Trading the Crude Oil Futues','','inherit','open','closed','','2333-revision-v1','','','2015-02-18 17:41:25','2015-02-18 17:41:25','',2333,'http://www.thetradingroom.com/2333-revision-v1/',0,'revision','',0),(2339,2,'2015-02-20 11:40:55','2015-02-20 11:40:55','<span style=\"color: #222222;\">UPDATED 6:30 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS -   Most global stocks steadied near highs  with investors focused on the impasse between Greece and its creditors over a new financing deal for the country.</div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #000000;\">US Treasuries ended Thursday lower in spite of some weaker than expected economic data and reports that Germany shot down Greece\'s latest proposal to extend its loan agreement</span><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #000000;\">Stockpiles of West Texas Intermediate (WTI) U.S. crude at the Cushing oil hub in Oklahoma rose the most in six years, the EIA said.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES -  </span><span style=\"color: #000000;\"> </span><span style=\"color: #3c3c3c; font-family: TiemposTextWeb-Regular, Georgia, serif;\"> </span><span style=\"color: #3c3c3c;\">Greek Finance Minister Yanis Varoufakis returns to Brussels to meet his euro-area counterparts seeking an agreement that will let Europe’s most-indebted country avoid default.</span></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA -  </span><span style=\"color: #000000;\">Eurogroup Meetings all day, CAD </span><span style=\"color: #000000;\">Core Retail Sales m/m due at 8:30, </span><span style=\"color: #000000;\">Flash Manufacturing PMI at 9:45 ET.</span></div>','Pre-Market Trading - Eurogroup Meetings','','publish','open','closed','','pre-market-trading-eurogroup-meetings','','','2015-02-20 11:43:03','2015-02-20 11:43:03','',0,'http://www.thetradingroom.com/?p=2339',0,'post','',0),(2340,2,'2015-02-20 11:40:55','2015-02-20 11:40:55','<span style=\"color: #222222;\">UPDATED 6:30 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS -   Most global stocks steadied near highs  with investors focused on the impasse between Greece and its creditors over a new financing deal for the country.</div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #000000;\">US Treasuries ended Thursday lower in spite of some weaker than expected economic data and reports that Germany shot down Greece\'s latest proposal to extend its loan agreement</span><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span><span style=\"color: #000000;\">Stockpiles of West Texas Intermediate (WTI) U.S. crude at the Cushing oil hub in Oklahoma rose the most in six years, the EIA said.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES -  </span><span style=\"color: #000000;\"> </span><span style=\"color: #3c3c3c; font-family: TiemposTextWeb-Regular, Georgia, serif;\"> </span><span style=\"color: #3c3c3c;\">Greek Finance Minister Yanis Varoufakis returns to Brussels to meet his euro-area counterparts seeking an agreement that will let Europe’s most-indebted country avoid default.</span></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA -  </span><span style=\"color: #000000;\">Eurogroup Meetings all day, CAD </span><span style=\"color: #000000;\">Core Retail Sales m/m due at 8:30, </span><span style=\"color: #000000;\">Flash Manufacturing PMI at 9:45 ET.</span></div>','Pre-Market Trading - Eurogroup Meetings','','inherit','open','closed','','2339-revision-v1','','','2015-02-20 11:40:55','2015-02-20 11:40:55','',2339,'http://www.thetradingroom.com/2339-revision-v1/',0,'revision','',0),(2341,2,'2015-02-23 01:38:12','2015-02-23 01:38:12','From the desk of Joe Rios\r\n\r\nThe S&amp;P 500 rose to record highs during the week but with very little momentum until midday Friday, rallying higher following positive news from Greece. The agreement with the 19 Euro members extends bailout funds for four months, Greece now has until the end of Monday to complete a list of policies in return for the continued funding. Finance chiefs will then decide whether the proposals go far enough or trigger another round of emergency negotiations this week. The step forward removed the threat of the ECB pulling the plug on Greek banks, a risk that may have sent Greece crashing out of the Euro.\r\n\r\nThe NASDAQ led the stock indices higher closing the week 1.5% higher. In the Commodity market Natural Gas led higher by 4.8% followed by Soybeans gaining 1.2%. The bearish leaders included Silver dropping - 6.1%, Wheat -5.0% and Crude Oil - 3.8%.\r\n\r\nIn the Currency market the US dollar traded slightly higher against both the Euro and the Japanese Yen but in a very choppy and range bound trading environment.\r\n\r\nWe have a busy economic calendar in the week ahead with plenty of housing data including new sales, existing sales, pending sales, Case-Shiller and the mortgage index. Traders will also focus on testimony from Fed Chair Yellen before two congressional committees.\r\n\r\n<strong> </strong><strong>Important announcement:</strong> Be the first to see the first Forex trading indicator of it\'s kind! Join us for this special launch during Tuesday\'s EDU workshop. Registration link is below.\r\n\r\n<strong><em>Joe Rios</em></strong>\r\n\r\nChief Strategist\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<h2><strong>Live Trading Rooms and Events:</strong></h2>\r\n<strong>The Trading Room® TradeLAB - Global Trading with Quantitative Technologies</strong>\r\n\r\nRQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<strong><span data-term=\"goog_2105747392\">Monday</span> thru <span data-term=\"goog_2105747393\">Friday</span> - Beginning at <span data-term=\"goog_2105747394\">7:30 am</span> and ending at <span data-term=\"goog_2105747395\">10:30 am ET</span></strong>\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f4cab0a2b2/TEST/c03fe40366\">EGISTER HERE</a>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>RQ EDU Workshop Training - A EURO-MANIA WEEK: How The Forex Market Really Works</strong>\r\n\r\n<strong><span data-term=\"goog_2105747396\">Tuesday</span></strong> - Starting at <span data-term=\"goog_2105747397\">8:00 pm</span> and ending at <span data-term=\"goog_2105747398\">9:00 pm ET</span>.\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f4cab0a2b2/TEST/d5666ee42d\">REGISTER HERE</a>\r\n\r\nAnother first from RiosQuant! New product launch developed specifically for the currency market. Imagine having at your fingertips and easy to read carry-trade alert as well as knowing which currencies the large players are rotating into.  It\'s the only Forex tool of its kind! We are on a mission to make 2015 the best trading year yet. Training lesson will include:\r\n\r\n1- The Secret to Currency Selection\r\n\r\n2- Avoiding the Traps of Events Trading\r\n\r\n3- The Big Boy\'s Easy Money, The Carry Trade\r\n\r\n4- Identify Rotation Flows Instantly\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f4cab0a2b2/TEST/08167fb4b0\">REGISTER HERE</a>\r\n\r\n<hr />\r\n\r\n<strong>The Insider\'s Quant (I.Q.) Room - </strong><strong>Advanced concepts  </strong><strong>with Joe Rios</strong>\r\n\r\nTraining begins at <span data-term=\"goog_2105747399\">11:00 AM</span> and ends at <span data-term=\"goog_2105747400\">12:30 AM ET</span>.\r\n\r\n<strong>* <span data-term=\"goog_2105747401\">Monday</span> - What\'s Next in The Week Ahead </strong>\r\n\r\nForecasting, Planning and Developing Themes\r\n\r\n<strong>*<span data-term=\"goog_2105747402\">Wednesday</span> - Strategies that Work</strong>\r\n\r\n<strong>* <span data-term=\"goog_2105747403\">Friday</span> -  Insider\'s Round Table  </strong>\r\n\r\nWhat\'s Hot and What\'s Working Now, Week\'s Review and Insider\'s Discussion Meetup\r\n\r\n<strong>Subscription Only - </strong><strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f4cab0a2b2/TEST/44b6c9d9d2\">Request a free trial here.</a></strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nMonday\r\n\r\n4:00 AM        EUR    German Ifo Business Climate\r\n\r\n10:00 AM     USD    Existing Home Sales\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n9:00 AM        EUR    ECB President Draghi Speaks\r\n\r\n10:00 AM     USD    CB Consumer Confidence\r\n\r\n10:00 AM     USD    Fed Chair Yellen Testifies\r\n\r\n2:00 PM        CAD    BOC Gov. Poloz Speaks\r\n\r\n8:45 PM        CNY    HSBC Flash Manufacturing PMI\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n10:00 AM     USD    Fed Chair Yellen Testifies\r\n\r\n10:00 AM     USD    New-Home Sales\r\n\r\n10:30 AM                 Crude Oil Inventories\r\n\r\n11:30 AM     EUR    ECB President Draghi Speaks\r\n\r\n4:45 PM        NZD    Trade Balance\r\n\r\n7:30 PM        AUD   Private Capital Expenditure\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n4:30 AM        GBP    Second Estimate GDP\r\n\r\n5:15 AM        EUR    Targeted LTRO\r\n\r\n8:30 AM        CAD    CPI\r\n\r\n8:30 AM        USD    CPI And Unemployment Claims\r\n\r\n10:30 AM                 Natural Gas Storage\r\n\r\n7:00 PM        NZD    ANZ Business Confidence\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\nAll Day           EUR    German Preliminary CPI\r\n\r\n8:30 AM        USD    Preliminary GDP\r\n\r\n9:45 AM        USD    Chicago PMI\r\n\r\n10:00 AM     USD    Pending Home Sales\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-33','','','2015-02-23 01:38:12','2015-02-23 01:38:12','',0,'http://www.thetradingroom.com/?p=2341',0,'post','',0),(2342,2,'2015-02-23 01:32:13','2015-02-23 01:32:13','From the desk of Joe Rios\r\n\r\nThe S&amp;P 500 rose to record highs during the week but with very little momentum until midday Friday, rallying higher following positive news from Greece. The agreement with the 19 Euro members extends bailout funds for four months, Greece now has until the end of Monday to complete a list of policies in return for the continued funding. Finance chiefs will then decide whether the proposals go far enough or trigger another round of emergency negotiations this week. The step forward removed the threat of the ECB pulling the plug on Greek banks, a risk that may have sent Greece crashing out of the Euro.\r\n\r\nThe NASDAQ led the stock indices higher closing the week 1.5% higher. In the Commodity market Natural Gas led higher by 4.8% followed by Soybeans gaining 1.2%. The bearish leaders included Silver dropping - 6.1%, Wheat -5.0% and Crude Oil - 3.8%.\r\n\r\nIn the Currency market the US dollar traded slightly higher against both the Euro and the Japanese Yen but in a very choppy and range bound trading environment.\r\n\r\nWe have a busy economic calendar in the week ahead with plenty of housing data including new sales, existing sales, pending sales, Case-Shiller and the mortgage index. Traders will also focus on testimony from Fed Chair Yellen before two congressional committees.\r\n\r\n<strong> </strong><strong>Important announcement:</strong> Be the first to see the first Forex trading indicator of it\'s kind! Join us for this special launch during Tuesday\'s EDU workshop. Registration link is below.\r\n\r\n<strong><em>Joe Rios</em></strong>\r\n\r\nChief Strategist\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<h2><strong>Live Trading Rooms and Events:</strong></h2>\r\n<strong>The Trading Room® TradeLAB - </strong>Global Trading with Quantitative Technologies\r\n\r\nRQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<strong><span data-term=\"goog_2105747392\">Monday</span> thru <span data-term=\"goog_2105747393\">Friday</span> - </strong>Beginning at <span data-term=\"goog_2105747394\">7:30 am</span> and ending at <span data-term=\"goog_2105747395\">10:30 am ET</span>\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f4cab0a2b2/TEST/c03fe40366\">EGISTER HERE</a>\r\n\r\n<strong> </strong><strong>RQ EDU Workshop Training - </strong>A EURO-MANIA WEEK: How The Forex Market Really Works\r\n\r\n<strong><span data-term=\"goog_2105747396\">Tuesday</span></strong> - Starting at <span data-term=\"goog_2105747397\">8:00 pm</span> and ending at <span data-term=\"goog_2105747398\">9:00 pm ET</span>.\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f4cab0a2b2/TEST/d5666ee42d\">REGISTER HERE</a>\r\n\r\nAnother first from RiosQuant! New product launch developed specifically for the currency market. Imagine having at your fingertips and easy to read carry-trade alert as well as knowing which currencies the large players are rotating into.  It\'s the only Forex tool of its kind! We are on a mission to make 2015 the best trading year yet. Training lesson will include:\r\n\r\n1- The Secret to Currency Selection\r\n\r\n2- Avoiding the Traps of Events Trading\r\n\r\n3- The Big Boy\'s Easy Money, The Carry Trade\r\n\r\n4- Identify Rotation Flows Instantly\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f4cab0a2b2/TEST/08167fb4b0\">REGISTER HERE</a>\r\n\r\n<hr />\r\n\r\n<strong>The Insider\'s Quant (I.Q.) Room - </strong><strong>Advanced concepts  </strong><strong>with Joe Rios</strong>\r\n\r\nTraining begins at <span data-term=\"goog_2105747399\">11:00 AM</span> and ends at <span data-term=\"goog_2105747400\">12:30 AM ET</span>.\r\n\r\n<strong>* <span data-term=\"goog_2105747401\">Monday</span> - What\'s Next in The Week Ahead </strong>\r\n\r\nForecasting, Planning and Developing Themes\r\n\r\n<strong>*<span data-term=\"goog_2105747402\">Wednesday</span> - Strategies that Work</strong>\r\n\r\n<strong>* <span data-term=\"goog_2105747403\">Friday</span> -  Insider\'s Round Table  </strong>\r\n\r\nWhat\'s Hot and What\'s Working Now, Week\'s Review and Insider\'s Discussion Meetup\r\n\r\n<strong>Subscription Only - </strong><strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f4cab0a2b2/TEST/44b6c9d9d2\">Request a free trial here.</a></strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n&nbsp;','','','inherit','open','closed','','2341-revision-v1','','','2015-02-23 01:32:13','2015-02-23 01:32:13','',2341,'http://www.thetradingroom.com/2341-revision-v1/',0,'revision','',0),(2343,2,'2015-02-23 01:37:46','2015-02-23 01:37:46','From the desk of Joe Rios\r\n\r\nThe S&amp;P 500 rose to record highs during the week but with very little momentum until midday Friday, rallying higher following positive news from Greece. The agreement with the 19 Euro members extends bailout funds for four months, Greece now has until the end of Monday to complete a list of policies in return for the continued funding. Finance chiefs will then decide whether the proposals go far enough or trigger another round of emergency negotiations this week. The step forward removed the threat of the ECB pulling the plug on Greek banks, a risk that may have sent Greece crashing out of the Euro.\r\n\r\nThe NASDAQ led the stock indices higher closing the week 1.5% higher. In the Commodity market Natural Gas led higher by 4.8% followed by Soybeans gaining 1.2%. The bearish leaders included Silver dropping - 6.1%, Wheat -5.0% and Crude Oil - 3.8%.\r\n\r\nIn the Currency market the US dollar traded slightly higher against both the Euro and the Japanese Yen but in a very choppy and range bound trading environment.\r\n\r\nWe have a busy economic calendar in the week ahead with plenty of housing data including new sales, existing sales, pending sales, Case-Shiller and the mortgage index. Traders will also focus on testimony from Fed Chair Yellen before two congressional committees.\r\n\r\n<strong> </strong><strong>Important announcement:</strong> Be the first to see the first Forex trading indicator of it\'s kind! Join us for this special launch during Tuesday\'s EDU workshop. Registration link is below.\r\n\r\n<strong><em>Joe Rios</em></strong>\r\n\r\nChief Strategist\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<h2><strong>Live Trading Rooms and Events:</strong></h2>\r\n<strong>The Trading Room® TradeLAB - Global Trading with Quantitative Technologies</strong>\r\n\r\nRQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<strong><span data-term=\"goog_2105747392\">Monday</span> thru <span data-term=\"goog_2105747393\">Friday</span> - Beginning at <span data-term=\"goog_2105747394\">7:30 am</span> and ending at <span data-term=\"goog_2105747395\">10:30 am ET</span></strong>\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f4cab0a2b2/TEST/c03fe40366\">EGISTER HERE</a>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>RQ EDU Workshop Training - A EURO-MANIA WEEK: How The Forex Market Really Works</strong>\r\n\r\n<strong><span data-term=\"goog_2105747396\">Tuesday</span></strong> - Starting at <span data-term=\"goog_2105747397\">8:00 pm</span> and ending at <span data-term=\"goog_2105747398\">9:00 pm ET</span>.\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f4cab0a2b2/TEST/d5666ee42d\">REGISTER HERE</a>\r\n\r\nAnother first from RiosQuant! New product launch developed specifically for the currency market. Imagine having at your fingertips and easy to read carry-trade alert as well as knowing which currencies the large players are rotating into.  It\'s the only Forex tool of its kind! We are on a mission to make 2015 the best trading year yet. Training lesson will include:\r\n\r\n1- The Secret to Currency Selection\r\n\r\n2- Avoiding the Traps of Events Trading\r\n\r\n3- The Big Boy\'s Easy Money, The Carry Trade\r\n\r\n4- Identify Rotation Flows Instantly\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f4cab0a2b2/TEST/08167fb4b0\">REGISTER HERE</a>\r\n\r\n<hr />\r\n\r\n<strong>The Insider\'s Quant (I.Q.) Room - </strong><strong>Advanced concepts  </strong><strong>with Joe Rios</strong>\r\n\r\nTraining begins at <span data-term=\"goog_2105747399\">11:00 AM</span> and ends at <span data-term=\"goog_2105747400\">12:30 AM ET</span>.\r\n\r\n<strong>* <span data-term=\"goog_2105747401\">Monday</span> - What\'s Next in The Week Ahead </strong>\r\n\r\nForecasting, Planning and Developing Themes\r\n\r\n<strong>*<span data-term=\"goog_2105747402\">Wednesday</span> - Strategies that Work</strong>\r\n\r\n<strong>* <span data-term=\"goog_2105747403\">Friday</span> -  Insider\'s Round Table  </strong>\r\n\r\nWhat\'s Hot and What\'s Working Now, Week\'s Review and Insider\'s Discussion Meetup\r\n\r\n<strong>Subscription Only - </strong><strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f4cab0a2b2/TEST/44b6c9d9d2\">Request a free trial here.</a></strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nMonday\r\n\r\n4:00 AM        EUR    German Ifo Business Climate\r\n\r\n10:00 AM     USD    Existing Home Sales\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n9:00 AM        EUR    ECB President Draghi Speaks\r\n\r\n10:00 AM     USD    CB Consumer Confidence\r\n\r\n10:00 AM     USD    Fed Chair Yellen Testifies\r\n\r\n2:00 PM        CAD    BOC Gov. Poloz Speaks\r\n\r\n8:45 PM        CNY    HSBC Flash Manufacturing PMI\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n10:00 AM     USD    Fed Chair Yellen Testifies\r\n\r\n10:00 AM     USD    New-Home Sales\r\n\r\n10:30 AM                 Crude Oil Inventories\r\n\r\n11:30 AM     EUR    ECB President Draghi Speaks\r\n\r\n4:45 PM        NZD    Trade Balance\r\n\r\n7:30 PM        AUD   Private Capital Expenditure\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n4:30 AM        GBP    Second Estimate GDP\r\n\r\n5:15 AM        EUR    Targeted LTRO\r\n\r\n8:30 AM        CAD    CPI\r\n\r\n8:30 AM        USD    CPI And Unemployment Claims\r\n\r\n10:30 AM                 Natural Gas Storage\r\n\r\n7:00 PM        NZD    ANZ Business Confidence\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\nAll Day           EUR    German Preliminary CPI\r\n\r\n8:30 AM        USD    Preliminary GDP\r\n\r\n9:45 AM        USD    Chicago PMI\r\n\r\n10:00 AM     USD    Pending Home Sales\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2341-revision-v1','','','2015-02-23 01:37:46','2015-02-23 01:37:46','',2341,'http://www.thetradingroom.com/2341-revision-v1/',0,'revision','',0),(2344,2,'2015-02-23 01:51:03','2015-02-23 01:51:03','RiosQuant EDU - A EURO-MANIA WEEK: How the Forex Market Really Works\r\n\r\nAnother first from RiosQuant! New product launch developed specifically for the currency market. Imagine having at your fingertips and easy to read carry-trade alert as well as knowing which currencies the large players are rotating into.  It\'s the only Forex tool of its kind! We are on a mission to make 2015 the best trading year yet.\r\n\r\nLessons will include:\r\n\r\n1- The Secret to Currency Selection\r\n\r\n2- Avoiding the Traps of Events Trading\r\n\r\n3- The Big Boy\'s Easy Money, The Carry Trade\r\n\r\n4- Identify Rotation Flows Instantly\r\n\r\nSeating is limited - <a href=\"https://attendee.gotowebinar.com/register/4476601484060149505\">REGISTER HERE</a>','Workshop Class - EURO-MANIA WEEK: How the Forex Market Really Works ','','publish','open','closed','','workshop-class-euro-mania-week-forex-market-really-works','','','2015-02-23 01:51:03','2015-02-23 01:51:03','',0,'http://www.thetradingroom.com/?p=2344',0,'post','',0),(2345,2,'2015-02-23 01:47:52','2015-02-23 01:47:52','','roll currencies rq','','inherit','open','closed','','roll-currencies-rq','','','2015-02-23 01:47:52','2015-02-23 01:47:52','',2344,'http://www.thetradingroom.com/wp-content/uploads/2015/02/roll-currencies-rq.jpg',0,'attachment','image/jpeg',0),(2346,2,'2015-02-23 01:50:21','2015-02-23 01:50:21','RiosQuant EDU - A EURO-MANIA WEEK: How the Forex Market Really Works\r\n\r\nAnother first from RiosQuant! New product launch developed specifically for the currency market. Imagine having at your fingertips and easy to read carry-trade alert as well as knowing which currencies the large players are rotating into.  It\'s the only Forex tool of its kind! We are on a mission to make 2015 the best trading year yet.\r\n\r\nLessons will include:\r\n\r\n1- The Secret to Currency Selection\r\n\r\n2- Avoiding the Traps of Events Trading\r\n\r\n3- The Big Boy\'s Easy Money, The Carry Trade\r\n\r\n4- Identify Rotation Flows Instantly\r\n\r\nSeating is limited - <a href=\"https://attendee.gotowebinar.com/register/4476601484060149505\">REGISTER HERE</a>','Workshop Class - EURO-MANIA WEEK: How the Forex Market Really Works ','','inherit','open','closed','','2344-revision-v1','','','2015-02-23 01:50:21','2015-02-23 01:50:21','',2344,'http://www.thetradingroom.com/2344-revision-v1/',0,'revision','',0),(2347,2,'2015-02-26 00:07:26','2015-02-26 00:07:26','','freetrial','','publish','open','closed','','freetrial','','','2015-02-26 00:16:42','2015-02-26 00:16:42','',0,'http://www.thetradingroom.com/?page_id=2347',0,'page','',0),(2348,2,'2015-02-25 23:37:55','2015-02-25 23:37:55','','freetrial','','inherit','open','closed','','2347-revision-v1','','','2015-02-25 23:37:55','2015-02-25 23:37:55','',2347,'http://www.thetradingroom.com/2347-revision-v1/',0,'revision','',0),(2350,2,'2015-03-02 02:42:32','2015-03-02 02:42:32','<strong><em>From the desk of Joe Rios</em></strong>\r\n\r\nThe Currency market paid attention to Germany\'s negative yield for the 5 and 7 year bonds and the record low yield for the 10 year, sending the Euro lower and helping to push the US Dollar higher.  Yields from most of the other Eurozone members are also at record lows. It appears to be driven by the expectation of the ECB\'s sovereign bond purchase program.  For more details on the purchase program click on the following link: <a href=\"http://www.ecb.europa.eu/press/pr/date/2015/html/pr150122_1.en.html\">http://www.ecb.europa.eu/press/pr/date/2015/html/pr150122_1.en.html</a>\r\n\r\nLast Tuesday we highlighted the currency market with a special training titled EURO-MANIA How The Forex Market Really Work along with the launch of our new FX Flows indicator. Looking back our timing was spot on as the new indicator identified FX Flows early Thursday morning, just in time for the steep drop in foreign currencies, led by the Euro. In the week ahead I will continue to focus on the correlations between the currency and bond market for trading opportunities. I will be using our suite of dynamic sentiment indicators including Risk On/Off, Carry Trade On/Off and the FX Flows to help me identify when the big players are taking direction. I am also expecting trading opportunities in other markets, especially the ones that are exhibiting box-range pattern formation. While Crude Oil continues to consolidate inside the box, Copper is in the early stages of establishing a new one.\r\n\r\nDon\'t miss this week\'s EDU workshop, Inside the Numbers: What\'s working NOW.  Register early, the last few workshops reached maximum attendance capacity and some were denied access, <a href=\"https://attendee.gotowebinar.com/register/3639795070150332930\">register here.</a>\r\n\r\n<em><strong>Joe Rios</strong></em>\r\n\r\n<hr />\r\n\r\n<h2></h2>\r\n<h2><strong>Live Trading Rooms and Events:</strong></h2>\r\n<strong>The Trading Room® TradeLAB - </strong>Global Trading with Quantitative Technologies\r\n\r\nRQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<strong><span data-term=\"goog_317286664\">Monday</span> thru <span data-term=\"goog_317286665\">Friday</span> - </strong>Beginning at <span data-term=\"goog_317286666\">7:30 am</span> and ending at <span data-term=\"goog_317286667\">10:30 am ET</span>\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/1ab0d26490/TEST/5e3ba47eeb\">REGISTER HERE</a><strong> </strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>RQ EDU Workshop Training - </strong>Inside the Numbers: What\'s Working NOW\r\n\r\n<strong><span data-term=\"goog_317286668\">Tuesday</span></strong> - Starting at <span data-term=\"goog_317286669\">8:00 pm</span> and ending at <span data-term=\"goog_317286670\">9:00 pm ET</span>.\r\n\r\nYou will learn how Quant Traders gather data in order to reveal important insights to enhance their trading performance. You will get a full and detailed analysis of our trades so far in 2015. Which markets made money and which ones lost! We will share winning trades and losing trades, maximum draw down, plus information that will shed light to what\'s working in the current market environment. The objective is to help you better understand how the markets work so you can trade with greater confidence. Only 100 spots open (and they won\'t last long) join us<span data-term=\"goog_317286671\">Tuesday @ 8:00 pm ET</span>. We highly recommend you make sure you\'re on the reservation list by signing up here:\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/1ab0d26490/TEST/748da8cb4e\">RESERVE MY SPOT</a>\r\n\r\n<hr />\r\n\r\n<strong>Workshop Class </strong>- How the Forex Market Really Work <span data-term=\"goog_317286672\">Wednesday</span>Starting at <span data-term=\"goog_317286673\">11:00 am ET</span> - Prepaid event - for more information please contact Ken Eriksen at <a href=\"mailto:ken@riosquant.com\">ken@riosquant.com</a>.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>The Insider\'s Quant (I.Q.) Room - </strong><strong>Advanced concepts </strong><strong>with Joe Rios</strong>\r\n\r\nTraining begins at <span data-term=\"goog_317286674\">11:00 AM</span> and ends at <span data-term=\"goog_317286675\">12:30 AM ET</span>.\r\n\r\n<strong>* <span data-term=\"goog_317286676\">Monday</span> - What\'s Next in The Week Ahead </strong>\r\n\r\nForecasting, Planning and Developing Themes\r\n\r\n<strong>*<span data-term=\"goog_317286677\">Wednesday</span> - How the Forex Market Really Works</strong>\r\n\r\n<strong>* <span data-term=\"goog_317286678\">Friday</span> -  Insider\'s Round Table  </strong>\r\n\r\nWhat\'s Hot and What\'s Working Now, Week\'s Review and Insider\'s Discussion Meetup\r\n\r\n<strong>Subscription Only - </strong><strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/1ab0d26490/TEST/a3fe5185cb\">Request a free trial here.</a></strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nMonday\r\n\r\n4:30 AM               GBP       Manufacturing PMI\r\n\r\n5:00 AM               EUR        CPI Flash Estimate\r\n\r\n10:00 AM             USD       ISM Manufacturing PMI\r\n\r\n7:30 PM                AUD       Building Approvals\r\n\r\n10:30 PM             AUD       Cash Rate and RBA Rate Statement\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n3:00 AM               EUR        Spanish Unemployment Change\r\n\r\n4:30 AM               GBP       Construction PMI\r\n\r\n5:00 AM               GBP       BOE Gov Carney Speaks\r\n\r\n8:30 AM               CAD       GDP\r\n\r\nTentative             NZD       GDT Price Index\r\n\r\n7:30 PM                AUD       GDP\r\n\r\n8:15 PM                USD       Fed Chair Yellen Speaks\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM               GBP       Services PMI\r\n\r\n8:15 AM               USD       ADP Non-Farm Employment Change\r\n\r\n10:00 AM             CAD       BOC Rate Statement and Overnight Rate\r\n\r\nUSD       ISM Non-Manufacturing PMI\r\n\r\n7:30 PM                AUD       Retail Sales and Trade Balance\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n7:00 AM               GBP       Official Bank Rate\r\n\r\nTentative             GBP       MPC Rate Statement\r\n\r\n7:45 AM               EUR        Minimum Bid Rate\r\n\r\n8:30 AM               EUR        ECB Press Conference\r\n\r\nUSD       Unemployment Claims\r\n\r\n10:00 AM             CAD       Ivey PMI\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n8:30 AM               CAD       Building Permits and Trade Balance\r\n\r\nUSD       Non-Farm Employment Change\r\n\r\nUSD       Trade Balance\r\n\r\nUSD       Unemployment Rate\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-34','','','2015-03-02 02:44:38','2015-03-02 02:44:38','',0,'http://www.thetradingroom.com/?p=2350',0,'post','',0),(2351,2,'2015-03-02 02:38:13','2015-03-02 02:38:13','From the desk of Joe Rios\r\n\r\nThe Currency market paid attention to Germany\'s negative yield for the 5 and 7 year bonds and the record low yield for the 10 year, sending the Euro lower and helping to push the US Dollar higher.  Yields from most of the other Eurozone members are also at record lows. It appears to be driven by the expectation of the ECB\'s sovereign bond purchase program.  For more details on the purchase program click on the following link: <a href=\"http://www.ecb.europa.eu/press/pr/date/2015/html/pr150122_1.en.html\">http://www.ecb.europa.eu/press/pr/date/2015/html/pr150122_1.en.html</a>\r\n\r\nLast Tuesday we highlighted the currency market with a special training titled EURO-MANIA How The Forex Market Really Work along with the launch of our new FX Flows indicator. Looking back our timing was spot on as the new indicator identified FX Flows early Thursday morning, just in time for the steep drop in foreign currencies, led by the Euro. In the week ahead I will continue to focus on the correlations between the currency and bond market for trading opportunities. I will be using our suite of dynamic sentiment indicators including Risk On/Off, Carry Trade On/Off and the FX Flows to help me identify when the big players are taking direction. I am also expecting trading opportunities in other markets, especially the ones that are exhibiting box-range pattern formation. While Crude Oil continues to consolidate inside the box, Copper is in the early stages of establishing a new one.\r\n\r\nDon\'t miss this week\'s EDU workshop, Inside the Numbers: What\'s working NOW.  Register early, the last few workshops reached maximum attendance capacity and some were denied access, <a href=\"https://attendee.gotowebinar.com/register/3639795070150332930\">register here.</a>\r\n\r\n<em><strong>Joe Rios</strong></em>\r\n\r\n<hr />\r\n\r\n<h2></h2>\r\n<h2><strong>Live Trading Rooms and Events:</strong></h2>\r\n<strong>The Trading Room® TradeLAB - </strong>Global Trading with Quantitative Technologies\r\n\r\nRQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<strong><span data-term=\"goog_317286664\">Monday</span> thru <span data-term=\"goog_317286665\">Friday</span> - </strong>Beginning at <span data-term=\"goog_317286666\">7:30 am</span> and ending at <span data-term=\"goog_317286667\">10:30 am ET</span>\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/1ab0d26490/TEST/5e3ba47eeb\">REGISTER HERE</a><strong> </strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>RQ EDU Workshop Training - </strong>Inside the Numbers: What\'s Working NOW\r\n\r\n<strong><span data-term=\"goog_317286668\">Tuesday</span></strong> - Starting at <span data-term=\"goog_317286669\">8:00 pm</span> and ending at <span data-term=\"goog_317286670\">9:00 pm ET</span>.\r\n\r\nYou will learn how Quant Traders gather data in order to reveal important insights to enhance their trading performance. You will get a full and detailed analysis of our trades so far in 2015. Which markets made money and which ones lost! We will share winning trades and losing trades, maximum draw down, plus information that will shed light to what\'s working in the current market environment. The objective is to help you better understand how the markets work so you can trade with greater confidence. Only 100 spots open (and they won\'t last long) join us<span data-term=\"goog_317286671\">Tuesday @ 8:00 pm ET</span>. We highly recommend you make sure you\'re on the reservation list by signing up here:\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/1ab0d26490/TEST/748da8cb4e\">RESERVE MY SPOT</a>\r\n\r\n<hr />\r\n\r\n<strong>Workshop Class </strong>- How the Forex Market Really Work <span data-term=\"goog_317286672\">Wednesday</span>Starting at <span data-term=\"goog_317286673\">11:00 am ET</span> - Prepaid event - for more information please contact Ken Eriksen at <a href=\"mailto:ken@riosquant.com\">ken@riosquant.com</a>.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>The Insider\'s Quant (I.Q.) Room - </strong><strong>Advanced concepts </strong><strong>with Joe Rios</strong>\r\n\r\nTraining begins at <span data-term=\"goog_317286674\">11:00 AM</span> and ends at <span data-term=\"goog_317286675\">12:30 AM ET</span>.\r\n\r\n<strong>* <span data-term=\"goog_317286676\">Monday</span> - What\'s Next in The Week Ahead </strong>\r\n\r\nForecasting, Planning and Developing Themes\r\n\r\n<strong>*<span data-term=\"goog_317286677\">Wednesday</span> - How the Forex Market Really Works</strong>\r\n\r\n<strong>* <span data-term=\"goog_317286678\">Friday</span> -  Insider\'s Round Table  </strong>\r\n\r\nWhat\'s Hot and What\'s Working Now, Week\'s Review and Insider\'s Discussion Meetup\r\n\r\n<strong>Subscription Only - </strong><strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/1ab0d26490/TEST/a3fe5185cb\">Request a free trial here.</a></strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nMonday\r\n\r\n4:30 AM               GBP       Manufacturing PMI\r\n\r\n5:00 AM               EUR        CPI Flash Estimate\r\n\r\n10:00 AM             USD       ISM Manufacturing PMI\r\n\r\n7:30 PM                AUD       Building Approvals\r\n\r\n10:30 PM             AUD       Cash Rate and RBA Rate Statement\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n3:00 AM               EUR        Spanish Unemployment Change\r\n\r\n4:30 AM               GBP       Construction PMI\r\n\r\n5:00 AM               GBP       BOE Gov Carney Speaks\r\n\r\n8:30 AM               CAD       GDP\r\n\r\nTentative             NZD       GDT Price Index\r\n\r\n7:30 PM                AUD       GDP\r\n\r\n8:15 PM                USD       Fed Chair Yellen Speaks\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM               GBP       Services PMI\r\n\r\n8:15 AM               USD       ADP Non-Farm Employment Change\r\n\r\n10:00 AM             CAD       BOC Rate Statement and Overnight Rate\r\n\r\nUSD       ISM Non-Manufacturing PMI\r\n\r\n7:30 PM                AUD       Retail Sales and Trade Balance\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n7:00 AM               GBP       Official Bank Rate\r\n\r\nTentative             GBP       MPC Rate Statement\r\n\r\n7:45 AM               EUR        Minimum Bid Rate\r\n\r\n8:30 AM               EUR        ECB Press Conference\r\n\r\nUSD       Unemployment Claims\r\n\r\n10:00 AM             CAD       Ivey PMI\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n8:30 AM               CAD       Building Permits and Trade Balance\r\n\r\nUSD       Non-Farm Employment Change\r\n\r\nUSD       Trade Balance\r\n\r\nUSD       Unemployment Rate\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;','','','inherit','open','closed','','2350-revision-v1','','','2015-03-02 02:38:13','2015-03-02 02:38:13','',2350,'http://www.thetradingroom.com/2350-revision-v1/',0,'revision','',0),(2352,2,'2015-03-02 02:42:32','2015-03-02 02:42:32','<strong><em>From the desk of Joe Rios</em></strong>\r\n\r\nThe Currency market paid attention to Germany\'s negative yield for the 5 and 7 year bonds and the record low yield for the 10 year, sending the Euro lower and helping to push the US Dollar higher.  Yields from most of the other Eurozone members are also at record lows. It appears to be driven by the expectation of the ECB\'s sovereign bond purchase program.  For more details on the purchase program click on the following link: <a href=\"http://www.ecb.europa.eu/press/pr/date/2015/html/pr150122_1.en.html\">http://www.ecb.europa.eu/press/pr/date/2015/html/pr150122_1.en.html</a>\r\n\r\nLast Tuesday we highlighted the currency market with a special training titled EURO-MANIA How The Forex Market Really Work along with the launch of our new FX Flows indicator. Looking back our timing was spot on as the new indicator identified FX Flows early Thursday morning, just in time for the steep drop in foreign currencies, led by the Euro. In the week ahead I will continue to focus on the correlations between the currency and bond market for trading opportunities. I will be using our suite of dynamic sentiment indicators including Risk On/Off, Carry Trade On/Off and the FX Flows to help me identify when the big players are taking direction. I am also expecting trading opportunities in other markets, especially the ones that are exhibiting box-range pattern formation. While Crude Oil continues to consolidate inside the box, Copper is in the early stages of establishing a new one.\r\n\r\nDon\'t miss this week\'s EDU workshop, Inside the Numbers: What\'s working NOW.  Register early, the last few workshops reached maximum attendance capacity and some were denied access, <a href=\"https://attendee.gotowebinar.com/register/3639795070150332930\">register here.</a>\r\n\r\n<em><strong>Joe Rios</strong></em>\r\n\r\n<hr />\r\n\r\n<h2></h2>\r\n<h2><strong>Live Trading Rooms and Events:</strong></h2>\r\n<strong>The Trading Room® TradeLAB - </strong>Global Trading with Quantitative Technologies\r\n\r\nRQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<strong><span data-term=\"goog_317286664\">Monday</span> thru <span data-term=\"goog_317286665\">Friday</span> - </strong>Beginning at <span data-term=\"goog_317286666\">7:30 am</span> and ending at <span data-term=\"goog_317286667\">10:30 am ET</span>\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/1ab0d26490/TEST/5e3ba47eeb\">REGISTER HERE</a><strong> </strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>RQ EDU Workshop Training - </strong>Inside the Numbers: What\'s Working NOW\r\n\r\n<strong><span data-term=\"goog_317286668\">Tuesday</span></strong> - Starting at <span data-term=\"goog_317286669\">8:00 pm</span> and ending at <span data-term=\"goog_317286670\">9:00 pm ET</span>.\r\n\r\nYou will learn how Quant Traders gather data in order to reveal important insights to enhance their trading performance. You will get a full and detailed analysis of our trades so far in 2015. Which markets made money and which ones lost! We will share winning trades and losing trades, maximum draw down, plus information that will shed light to what\'s working in the current market environment. The objective is to help you better understand how the markets work so you can trade with greater confidence. Only 100 spots open (and they won\'t last long) join us<span data-term=\"goog_317286671\">Tuesday @ 8:00 pm ET</span>. We highly recommend you make sure you\'re on the reservation list by signing up here:\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/1ab0d26490/TEST/748da8cb4e\">RESERVE MY SPOT</a>\r\n\r\n<hr />\r\n\r\n<strong>Workshop Class </strong>- How the Forex Market Really Work <span data-term=\"goog_317286672\">Wednesday</span>Starting at <span data-term=\"goog_317286673\">11:00 am ET</span> - Prepaid event - for more information please contact Ken Eriksen at <a href=\"mailto:ken@riosquant.com\">ken@riosquant.com</a>.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>The Insider\'s Quant (I.Q.) Room - </strong><strong>Advanced concepts </strong><strong>with Joe Rios</strong>\r\n\r\nTraining begins at <span data-term=\"goog_317286674\">11:00 AM</span> and ends at <span data-term=\"goog_317286675\">12:30 AM ET</span>.\r\n\r\n<strong>* <span data-term=\"goog_317286676\">Monday</span> - What\'s Next in The Week Ahead </strong>\r\n\r\nForecasting, Planning and Developing Themes\r\n\r\n<strong>*<span data-term=\"goog_317286677\">Wednesday</span> - How the Forex Market Really Works</strong>\r\n\r\n<strong>* <span data-term=\"goog_317286678\">Friday</span> -  Insider\'s Round Table  </strong>\r\n\r\nWhat\'s Hot and What\'s Working Now, Week\'s Review and Insider\'s Discussion Meetup\r\n\r\n<strong>Subscription Only - </strong><strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/1ab0d26490/TEST/a3fe5185cb\">Request a free trial here.</a></strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nMonday\r\n\r\n4:30 AM               GBP       Manufacturing PMI\r\n\r\n5:00 AM               EUR        CPI Flash Estimate\r\n\r\n10:00 AM             USD       ISM Manufacturing PMI\r\n\r\n7:30 PM                AUD       Building Approvals\r\n\r\n10:30 PM             AUD       Cash Rate and RBA Rate Statement\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n3:00 AM               EUR        Spanish Unemployment Change\r\n\r\n4:30 AM               GBP       Construction PMI\r\n\r\n5:00 AM               GBP       BOE Gov Carney Speaks\r\n\r\n8:30 AM               CAD       GDP\r\n\r\nTentative             NZD       GDT Price Index\r\n\r\n7:30 PM                AUD       GDP\r\n\r\n8:15 PM                USD       Fed Chair Yellen Speaks\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM               GBP       Services PMI\r\n\r\n8:15 AM               USD       ADP Non-Farm Employment Change\r\n\r\n10:00 AM             CAD       BOC Rate Statement and Overnight Rate\r\n\r\nUSD       ISM Non-Manufacturing PMI\r\n\r\n7:30 PM                AUD       Retail Sales and Trade Balance\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n7:00 AM               GBP       Official Bank Rate\r\n\r\nTentative             GBP       MPC Rate Statement\r\n\r\n7:45 AM               EUR        Minimum Bid Rate\r\n\r\n8:30 AM               EUR        ECB Press Conference\r\n\r\nUSD       Unemployment Claims\r\n\r\n10:00 AM             CAD       Ivey PMI\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n8:30 AM               CAD       Building Permits and Trade Balance\r\n\r\nUSD       Non-Farm Employment Change\r\n\r\nUSD       Trade Balance\r\n\r\nUSD       Unemployment Rate\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2350-revision-v1','','','2015-03-02 02:42:32','2015-03-02 02:42:32','',2350,'http://www.thetradingroom.com/2350-revision-v1/',0,'revision','',0),(2353,2,'2015-03-02 22:57:21','2015-03-02 22:57:21','<div style=\"color: #222222;\">Find out what\'s hot and what\'s not  for the first two months of the new year. Join us as we break down all of our trades and look inside the numbers. Learn how quant traders gather data in order to reveal important insights to trading performance. You will get a full and detailed analysis of our trades for 2015. Which markets made money and which ones lost, how many consecutive winning trades compared to losing trades in a row, maximum draw down, plus much more information that will shed light to what\'s working in the current market environment. The objective is to help you better understand so you can trade with greater confidence.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Only 100 spots open (and won\'t last long) this <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1566062079\"><span class=\"aQJ\">coming Tuesday @ 8:00 pm ET</span></span>.\r\n<div></div>\r\nWe highly recommend you make sure you\'re on the reservation list by signing up here:\r\n<div>                                                                 <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/414ac81dc3/TEST/b9a38c3a80\" target=\"_blank\">RESERVE MY SPOT</a></div>\r\n<div>\r\n<div></div>\r\n<div>We\'re  here for you, let’s make 2015 your most successful trading year ever!</div>\r\n<div></div>\r\n<div>Joe Rios and the RiosQuant Team</div>\r\n<div></div>\r\n<div></div>\r\n</div>\r\n<div></div>\r\n<div>PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS. COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>','Inside the Trading Numbers: What\'s Working NOW','','publish','open','closed','','inside-trading-numbers-whats-working-now','','','2015-03-02 22:57:21','2015-03-02 22:57:21','',0,'http://www.thetradingroom.com/?p=2353',0,'post','',0),(2354,2,'2015-03-02 22:53:53','2015-03-02 22:53:53','<div style=\"color: #222222;\">Find out what\'s hot and what\'s not  for the first two months of the new year. Join us as we break down all of our trades and look inside the numbers. Learn how quant traders gather data in order to reveal important insights to trading performance. You will get a full and detailed analysis of our trades for 2015. Which markets made money and which ones lost, how many consecutive winning trades compared to losing trades in a row, maximum draw down, plus much more information that will shed light to what\'s working in the current market environment. The objective is to help you better understand so you can trade with greater confidence.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Only 100 spots open (and won\'t last long) this <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1566062079\"><span class=\"aQJ\">coming Tuesday @ 8:00 pm ET</span></span>.\r\n<div></div>\r\nWe highly recommend you make sure you\'re on the reservation list by signing up here:\r\n<div>                                                                 <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/414ac81dc3/TEST/b9a38c3a80\" target=\"_blank\">RESERVE MY SPOT</a></div>\r\n<div>\r\n<div></div>\r\n<div>We\'re  here for you, let’s make 2015 your most successful trading year ever!</div>\r\n<div></div>\r\n<div>Joe Rios and the RiosQuant Team</div>\r\n<div></div>\r\n<div></div>\r\n</div>\r\n<div></div>\r\n<div>PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS. COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>','Inside the Trading Numbers: What\'s Working NOW','','inherit','open','closed','','2353-revision-v1','','','2015-03-02 22:53:53','2015-03-02 22:53:53','',2353,'http://www.thetradingroom.com/2353-revision-v1/',0,'revision','',0),(2355,2,'2015-03-05 12:15:43','2015-03-05 12:15:43','<strong><span style=\"font-weight: normal; color: #222222;\">UPDATED 6:50 am ET</span></strong>\r\n<div style=\"font-weight: normal; color: #222222;\"></div>\r\n<div style=\"font-weight: normal; color: #222222;\">STOCKS -  Caution was the byword on Thursday, with futures flat after a losing session for Wall Street, with investors eyeing a crop of data as they wait for non-farm payrolls at the end of the week.</div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - In</span><span style=\"color: #3c3c3c;\">vestors are waiting details of the European Central Bank’s debt-purchase program later this morning.</span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - Crude Oil prices moved higher and Gold was marginally lower.</span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span> The euro continued to hit fresh 11 year lows  ahead of the ECB’s monetary policy meeting and news conference from ECB President Mario Draghi.</div>\r\n<div style=\"font-weight: normal; color: #222222;\"></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA - GBP </span><span style=\"color: #000000;\">Official Bank Rate due at 7:00, EUR </span><span style=\"color: #000000;\">Minimum Bid Rate at 7:45, </span><span style=\"color: #000000;\">ECB Press Conference and US </span><span style=\"color: #000000;\">Unemployment Claims at 8:30, Crops Weekly Export Sales also at 8:30, CAD </span><span style=\"color: #000000;\">Ivey PMI, US </span><span style=\"color: #000000;\">Factory Orders m/m</span><span style=\"color: #000000;\">  and </span><span style=\"color: #000000;\">FOMC Member Williams Speaks at 10:00 ET.</span></div>','Pre-Market Trading - ECB Monetary Policy Meeting','','publish','open','closed','','pre-market-trading-ecb-monetary-policy-meeting','','','2015-03-05 12:15:43','2015-03-05 12:15:43','',0,'http://www.thetradingroom.com/?p=2355',0,'post','',0),(2356,2,'2015-03-05 12:15:43','2015-03-05 12:15:43','<strong><span style=\"font-weight: normal; color: #222222;\">UPDATED 6:50 am ET</span></strong>\r\n<div style=\"font-weight: normal; color: #222222;\"></div>\r\n<div style=\"font-weight: normal; color: #222222;\">STOCKS -  Caution was the byword on Thursday, with futures flat after a losing session for Wall Street, with investors eyeing a crop of data as they wait for non-farm payrolls at the end of the week.</div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - In</span><span style=\"color: #3c3c3c;\">vestors are waiting details of the European Central Bank’s debt-purchase program later this morning.</span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - Crude Oil prices moved higher and Gold was marginally lower.</span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span> The euro continued to hit fresh 11 year lows  ahead of the ECB’s monetary policy meeting and news conference from ECB President Mario Draghi.</div>\r\n<div style=\"font-weight: normal; color: #222222;\"></div>\r\n<div style=\"font-weight: normal; color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA - GBP </span><span style=\"color: #000000;\">Official Bank Rate due at 7:00, EUR </span><span style=\"color: #000000;\">Minimum Bid Rate at 7:45, </span><span style=\"color: #000000;\">ECB Press Conference and US </span><span style=\"color: #000000;\">Unemployment Claims at 8:30, Crops Weekly Export Sales also at 8:30, CAD </span><span style=\"color: #000000;\">Ivey PMI, US </span><span style=\"color: #000000;\">Factory Orders m/m</span><span style=\"color: #000000;\">  and </span><span style=\"color: #000000;\">FOMC Member Williams Speaks at 10:00 ET.</span></div>','Pre-Market Trading - ECB Monetary Policy Meeting','','inherit','open','closed','','2355-revision-v1','','','2015-03-05 12:15:43','2015-03-05 12:15:43','',2355,'http://www.thetradingroom.com/2355-revision-v1/',0,'revision','',0),(2357,2,'2015-03-06 11:44:53','2015-03-06 11:44:53','<span style=\"color: #222222;\">UPDATED 6:40 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS -  U.S. investors stayed cautious in pre-market action on Friday, with stock futures wavering around the flat line ahead of key unemployment data that could play a major role in determining the first Federal Reserve rate hike.</div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #000000;\">German and U.S. bond yields stretched to its widest in more than a quarter of a century as government bond yields across the 19-country euro zone took another step lower.</span><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span> Oil futures inched higher, while metals dropped across the board.</div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span> <span style=\"color: #000000;\">The euro broke below $1.0980  for the first time since September 2003 as it continued its steady march lower.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA - US </span><span style=\"color: #000000;\">Non-Farm Employment Change and CAD </span><span style=\"color: #000000;\">Trade Balance due at 8:30 ET. </span></div>\r\n&nbsp;','Pre-Market Trading - US Non-Farm Employment Change ','','publish','open','closed','','pre-market-trading-us-non-farm-employment-change','','','2015-03-06 11:44:53','2015-03-06 11:44:53','',0,'http://www.thetradingroom.com/?p=2357',0,'post','',0),(2358,2,'2015-03-06 11:44:53','2015-03-06 11:44:53','<span style=\"color: #222222;\">UPDATED 6:40 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS -  U.S. investors stayed cautious in pre-market action on Friday, with stock futures wavering around the flat line ahead of key unemployment data that could play a major role in determining the first Federal Reserve rate hike.</div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #000000;\">German and U.S. bond yields stretched to its widest in more than a quarter of a century as government bond yields across the 19-country euro zone took another step lower.</span><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span> Oil futures inched higher, while metals dropped across the board.</div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span> <span style=\"color: #000000;\">The euro broke below $1.0980  for the first time since September 2003 as it continued its steady march lower.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA - US </span><span style=\"color: #000000;\">Non-Farm Employment Change and CAD </span><span style=\"color: #000000;\">Trade Balance due at 8:30 ET. </span></div>\r\n&nbsp;','Pre-Market Trading - US Non-Farm Employment Change ','','inherit','open','closed','','2357-revision-v1','','','2015-03-06 11:44:53','2015-03-06 11:44:53','',2357,'http://www.thetradingroom.com/2357-revision-v1/',0,'revision','',0),(2360,2,'2015-03-09 11:14:51','2015-03-09 11:14:51','From the desk of Joe Rios\r\n\r\nFriday\'s strong US employment report sent the broad markets in a frenzy with the Volatility Index (VIX) spiking 5.7%.  Most markets turned red led by Gold -2.3%, US 30 Yr Bond -2.0%, Crude Oil -1.9%, the Euro -1.6% and the Dow Jones -1.4%. The beneficiary was the US Dollar which rose 1.4%. <em>Good news is bad news</em> is how investors reacted from the stronger than expected report, seen as a gauge for the Federal Reserve\'s timing in raising interest rates. In contrast, the European Central Bank\'s expected launch of its new bond buying program set to begin Monday March 8th helped to ignite rotation flows to the US Dollar. As mentioned in a recent writing in The Week Ahead, the divergence in the stock markets between Japan and Europe versus the US has continued.  European bourses lead the way gaining 10.2%, Japan 9.5% and the US only 0.9%, all in local currencies. I will keep an eye on these markets and their relationship in the week ahead.\r\n\r\nWe have a light economic calendar, therefore it will be prudent to pay close attention to the market\'s message using <em>market dynamics</em>, especially if correlations continue to tighten.  For that reason I will focus on rotation flows with a strong emphasis on the currency market. The Euro dropped -6.6% in January followed by consolidation in February to drop again -3.1%  in the first week of March. The price action was a <em>classic box pattern, </em>which we have been covering in detail during our recent instructional training workshops. I will continue to search for this type of tactical set ups, they usually prove to be prudent when volatility spikes followed by a lack of economic data.\r\n\r\n<strong>Don\'t miss this week\'s workshop class</strong>, <strong>ROTATION FLOWS: How to profit from it NOW.</strong> Register early, the last few workshops reached maximum attendance capacity and some were denied access, <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3mfseG19_HrDnAF&amp;b=wJi6.axHthqKS1Cq6.AHtw\" target=\"_blank\">register here.</a>\r\n\r\n<strong><em>Joe Rios</em></strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<p style=\"color: #000000;\"><strong>Live Rooms and Events - </strong><strong>Global trading with quantitative technologies.</strong></p>\r\n<p style=\"color: #000000;\"><strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1105818497\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1105818498\"><span class=\"aQJ\">Friday</span></span> from at 7:30 to 10:30 AM ET</strong></p>\r\n<p style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3mfseG19_HrDnAF&amp;b=8fYnbARyo4JJ9NvsHSqBCw\" target=\"_blank\"><strong>REGISTER HERE</strong></a></p>\r\n<p style=\"color: #000000;\"><span style=\"color: #666666;\">The Trading Room® TradeLAB live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. RiosQuant global trader Agustin Criado kicks off the room with pre-market analysis and trade set ups. Watch, listen and learn from Agustin as he shows you step-by-step how to use innovative tools and methods for today\'s market environment. You will also hear insights from RiosQuant founder and strategy </span><span style=\"color: #666666;\">developer Joe Rios, a 25 year Wall Street insider and recognized leader in electronic trading. Register early so you don\'t miss out. We\'ll see you in the TradeLAB!</span></p>\r\n\r\n\r\n<hr />\r\n<p style=\"color: #000000;\"></p>\r\n<strong><span style=\"color: #333333;\">The </span></strong><strong><strong>RQ Workshop Training </strong>- </strong><strong>ROTATION FLOWS: How to profit from it in the week ahead.</strong>\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1105818500\"><span class=\"aQJ\">Tuesday</span></span> - Starting at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1105818501\"><span class=\"aQJ\">8:00 pm</span></span> and ending at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1105818502\"><span class=\"aQJ\">9:00 pm ET</span></span>.</strong>\r\n<div>\r\n<div><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3mfseG19_HrDnAF&amp;b=wJi6.axHthqKS1Cq6.AHtw\" target=\"_blank\">RESERVE MY SPOT</a></div>\r\n<div></div>\r\n<div>\r\n<div>Last week\'s aggressive rotation flows from the Bond, Stock and Foreign Currency markets into the US dollar left many day traders puzzled. Correlations within the global markets is a topic very much misunderstood by active traders. If you can\'t be sure of which direction the market is going then you\'re simply trading blind. Learn how to apply a simple three-step approach to uncovering the market\'s true dynamics which can lead to selecting the optimal markets set for powerful price direction.</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><strong>The Insider\'s Quant Room - Advance training with Joe Rios.</strong></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1105818503\"><span class=\"aQJ\">11:00 AM</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1105818504\"><span class=\"aQJ\">12:30 AM ET</span></span>.</strong></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><strong>* <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1105818505\"><span class=\"aQJ\">Monday</span></span> - What\'s Next in The Week Ahead </strong></div>\r\n<div style=\"color: #000000;\">Forecasting, Planning and Developing Themes</div>\r\n<div style=\"color: #000000;\"><strong>*<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1105818506\"><span class=\"aQJ\">Wednesday</span></span> - How the Forex Market Really Works</strong></div>\r\n<div style=\"color: #000000;\"><strong>* <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1105818507\"><span class=\"aQJ\">Friday</span></span> -  Insider\'s Round Table  </strong></div>\r\n<div style=\"color: #000000;\">What\'s Hot and What\'s Working Now, Week\'s Review and Insider\'s Discussion Meetup</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><strong>Subscription Only - </strong><strong><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3mfseG19_HrDnAF&amp;b=vdSPMOZOvmXkyMrGVl7k8w\" target=\"_blank\">Request a free trial here.</a></strong></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">\r\n\r\n<hr />\r\n\r\nMonday\r\n\r\nAll Day         EUR   Euro Group Meetings\r\n\r\n8:30 PM      AUD   NAB Business Confidence\r\n\r\n9:30 PM      CNY   CPI\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n10:35 AM    GBP   BOE Gov. Carney Speaks\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n1:30 AM      CNY   Industrial Production\r\n\r\n10:30 AM              Crude Oil Inventories\r\n\r\n4:00 PM      NZD   RBNZ Rate Statement\r\n\r\n8:10 PM      NZD   RBNZ Gov. Wheeler Speaks\r\n\r\n8:30 PM      AUD   Employment Change\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n8:30 AM      USD   Retail Sales And Unemployment Claims\r\n\r\n8:45 AM      GBP   BOE Gov. Carney Speaks\r\n\r\n10:30 AM              Natural Gas Storage\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n8:30 AM      USD   PPI\r\n\r\n8:30 AM      CAD   Employment Change\r\n\r\n10:00 AM    USD   Preliminary UoM Consumer Sentiment\r\n\r\n</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">\r\n<div style=\"color: #ffffff;\"></div>\r\n<div style=\"color: #ffffff;\"></div>\r\n<div style=\"color: #ffffff;\"></div>\r\n<div style=\"color: #ffffff;\"></div>\r\n<div style=\"color: #ffffff;\"></div>\r\n<div style=\"color: #ffffff;\"></div>\r\n<div style=\"color: #ffffff;\"></div>\r\n<div style=\"color: #ffffff;\"></div>\r\n<div style=\"color: #ffffff;\"></div>\r\n<div style=\"color: #ffffff;\"></div>\r\n<div style=\"color: #ffffff;\"></div>\r\n<div style=\"color: #ffffff;\"></div>\r\n<div style=\"color: #ffffff;\"></div>\r\n<div style=\"color: #ffffff;\"></div>\r\n<div style=\"color: #ffffff;\"></div>\r\n<div style=\"color: #ffffff;\"></div>\r\n<div style=\"color: #ffffff;\"></div>\r\n<div style=\"color: #ffffff;\"></div>\r\n<div style=\"color: #ffffff;\"></div>\r\n<div style=\"color: #ffffff;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','The Week Ahead in the Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-35','','','2015-03-09 11:14:51','2015-03-09 11:14:51','',0,'http://www.thetradingroom.com/?p=2360',0,'post','',0),(2361,2,'2015-03-09 11:14:11','2015-03-09 11:14:11','From the desk of Joe Rios\r\n\r\nFriday\'s strong US employment report sent the broad markets in a frenzy with the Volatility Index (VIX) spiking 5.7%.  Most markets turned red led by Gold -2.3%, US 30 Yr Bond -2.0%, Crude Oil -1.9%, the Euro -1.6% and the Dow Jones -1.4%. The beneficiary was the US Dollar which rose 1.4%. <em>Good news is bad news</em> is how investors reacted from the stronger than expected report, seen as a gauge for the Federal Reserve\'s timing in raising interest rates. In contrast, the European Central Bank\'s expected launch of its new bond buying program set to begin Monday March 8th helped to ignite rotation flows to the US Dollar. As mentioned in a recent writing in The Week Ahead, the divergence in the stock markets between Japan and Europe versus the US has continued.  European bourses lead the way gaining 10.2%, Japan 9.5% and the US only 0.9%, all in local currencies. I will keep an eye on these markets and their relationship in the week ahead.\r\n\r\nWe have a light economic calendar, therefore it will be prudent to pay close attention to the market\'s message using <em>market dynamics</em>, especially if correlations continue to tighten.  For that reason I will focus on rotation flows with a strong emphasis on the currency market. The Euro dropped -6.6% in January followed by consolidation in February to drop again -3.1%  in the first week of March. The price action was a <em>classic box pattern, </em>which we have been covering in detail during our recent instructional training workshops. I will continue to search for this type of tactical set ups, they usually prove to be prudent when volatility spikes followed by a lack of economic data.\r\n\r\n<strong>Don\'t miss this week\'s workshop class</strong>, <strong>ROTATION FLOWS: How to profit from it NOW.</strong> Register early, the last few workshops reached maximum attendance capacity and some were denied access, <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3mfseG19_HrDnAF&amp;b=wJi6.axHthqKS1Cq6.AHtw\" target=\"_blank\">register here.</a>\r\n\r\n<strong><em>Joe Rios</em></strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<p style=\"color: #000000;\"><strong>Live Rooms and Events - </strong><strong>Global trading with quantitative technologies.</strong></p>\r\n<p style=\"color: #000000;\"><strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1105818497\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1105818498\"><span class=\"aQJ\">Friday</span></span> from at 7:30 to 10:30 AM ET</strong></p>\r\n<p style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3mfseG19_HrDnAF&amp;b=8fYnbARyo4JJ9NvsHSqBCw\" target=\"_blank\"><strong>REGISTER HERE</strong></a></p>\r\n<p style=\"color: #000000;\"><span style=\"color: #666666;\">The Trading Room® TradeLAB live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. RiosQuant global trader Agustin Criado kicks off the room with pre-market analysis and trade set ups. Watch, listen and learn from Agustin as he shows you step-by-step how to use innovative tools and methods for today\'s market environment. You will also hear insights from RiosQuant founder and strategy </span><span style=\"color: #666666;\">developer Joe Rios, a 25 year Wall Street insider and recognized leader in electronic trading. Register early so you don\'t miss out. We\'ll see you in the TradeLAB!</span></p>\r\n\r\n\r\n<hr />\r\n<p style=\"color: #000000;\"></p>\r\n<strong><span style=\"color: #333333;\">The </span></strong><strong><strong>RQ Workshop Training </strong>- </strong><strong>ROTATION FLOWS: How to profit from it in the week ahead.</strong>\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1105818500\"><span class=\"aQJ\">Tuesday</span></span> - Starting at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1105818501\"><span class=\"aQJ\">8:00 pm</span></span> and ending at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1105818502\"><span class=\"aQJ\">9:00 pm ET</span></span>.</strong>\r\n<div>\r\n<div><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3mfseG19_HrDnAF&amp;b=wJi6.axHthqKS1Cq6.AHtw\" target=\"_blank\">RESERVE MY SPOT</a></div>\r\n<div></div>\r\n<div>\r\n<div>Last week\'s aggressive rotation flows from the Bond, Stock and Foreign Currency markets into the US dollar left many day traders puzzled. Correlations within the global markets is a topic very much misunderstood by active traders. If you can\'t be sure of which direction the market is going then you\'re simply trading blind. Learn how to apply a simple three-step approach to uncovering the market\'s true dynamics which can lead to selecting the optimal markets set for powerful price direction.</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><strong>The Insider\'s Quant Room - Advance training with Joe Rios.</strong></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1105818503\"><span class=\"aQJ\">11:00 AM</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1105818504\"><span class=\"aQJ\">12:30 AM ET</span></span>.</strong></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><strong>* <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1105818505\"><span class=\"aQJ\">Monday</span></span> - What\'s Next in The Week Ahead </strong></div>\r\n<div style=\"color: #000000;\">Forecasting, Planning and Developing Themes</div>\r\n<div style=\"color: #000000;\"><strong>*<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1105818506\"><span class=\"aQJ\">Wednesday</span></span> - How the Forex Market Really Works</strong></div>\r\n<div style=\"color: #000000;\"><strong>* <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1105818507\"><span class=\"aQJ\">Friday</span></span> -  Insider\'s Round Table  </strong></div>\r\n<div style=\"color: #000000;\">What\'s Hot and What\'s Working Now, Week\'s Review and Insider\'s Discussion Meetup</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><strong>Subscription Only - </strong><strong><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3mfseG19_HrDnAF&amp;b=vdSPMOZOvmXkyMrGVl7k8w\" target=\"_blank\">Request a free trial here.</a></strong></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">\r\n\r\n<hr />\r\n\r\nMonday\r\n\r\nAll Day         EUR   Euro Group Meetings\r\n\r\n8:30 PM      AUD   NAB Business Confidence\r\n\r\n9:30 PM      CNY   CPI\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n10:35 AM    GBP   BOE Gov. Carney Speaks\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n1:30 AM      CNY   Industrial Production\r\n\r\n10:30 AM              Crude Oil Inventories\r\n\r\n4:00 PM      NZD   RBNZ Rate Statement\r\n\r\n8:10 PM      NZD   RBNZ Gov. Wheeler Speaks\r\n\r\n8:30 PM      AUD   Employment Change\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n8:30 AM      USD   Retail Sales And Unemployment Claims\r\n\r\n8:45 AM      GBP   BOE Gov. Carney Speaks\r\n\r\n10:30 AM              Natural Gas Storage\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n8:30 AM      USD   PPI\r\n\r\n8:30 AM      CAD   Employment Change\r\n\r\n10:00 AM    USD   Preliminary UoM Consumer Sentiment\r\n\r\n</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">\r\n<div style=\"color: #ffffff;\"></div>\r\n<div style=\"color: #ffffff;\"></div>\r\n<div style=\"color: #ffffff;\"></div>\r\n<div style=\"color: #ffffff;\"></div>\r\n<div style=\"color: #ffffff;\"></div>\r\n<div style=\"color: #ffffff;\"></div>\r\n<div style=\"color: #ffffff;\"></div>\r\n<div style=\"color: #ffffff;\"></div>\r\n<div style=\"color: #ffffff;\"></div>\r\n<div style=\"color: #ffffff;\"></div>\r\n<div style=\"color: #ffffff;\"></div>\r\n<div style=\"color: #ffffff;\"></div>\r\n<div style=\"color: #ffffff;\"></div>\r\n<div style=\"color: #ffffff;\"></div>\r\n<div style=\"color: #ffffff;\"></div>\r\n<div style=\"color: #ffffff;\"></div>\r\n<div style=\"color: #ffffff;\"></div>\r\n<div style=\"color: #ffffff;\"></div>\r\n<div style=\"color: #ffffff;\"></div>\r\n<div style=\"color: #ffffff;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2360-revision-v1','','','2015-03-09 11:14:11','2015-03-09 11:14:11','',2360,'http://www.thetradingroom.com/2360-revision-v1/',0,'revision','',0),(2362,2,'2015-03-11 11:32:38','2015-03-11 11:32:38','<span style=\"color: #222222;\">UPDATED 7:20 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - Stock futures pushed slightly higher on Wednesday, with signs that Wall Street could be ready to retake some lost ground after dollar gains triggered the worst loss for the Dow Jones Industrial Average in five months.</div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #000000;\">European Central Bank purchases of sovereign debt pushed bond yields to record lows across the region.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span> Crude Oil made marginal gains ahead of an important inventory survey from the U.S. Energy Information Administration.</div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span> <span style=\"color: #000000;\">The Euro dived to its lowest since early 2003 against the dollar, </span><span style=\"color: #000000;\"> the huge differences developing in market interest rates between Europe and the United States.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA - </span><span style=\"color: #000000;\">Crude Oil Inventories due at 10:30, </span><span style=\"color: #000000;\">RBNZ Rate Statement at 16:00, </span><span style=\"color: #000000;\">RBNZ Press Conference at 16:05, AUD </span><span style=\"color: #000000;\">Unemployment Rate AT 20:35 ET.</span></div>','Pre-Market Trading - Euro Dives Lower','','publish','open','closed','','pre-market-trading-euro-dives-lower','','','2015-03-11 11:32:38','2015-03-11 11:32:38','',0,'http://www.thetradingroom.com/?p=2362',0,'post','',0),(2363,2,'2015-03-11 11:32:38','2015-03-11 11:32:38','<span style=\"color: #222222;\">UPDATED 7:20 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - Stock futures pushed slightly higher on Wednesday, with signs that Wall Street could be ready to retake some lost ground after dollar gains triggered the worst loss for the Dow Jones Industrial Average in five months.</div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #000000;\">European Central Bank purchases of sovereign debt pushed bond yields to record lows across the region.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span> Crude Oil made marginal gains ahead of an important inventory survey from the U.S. Energy Information Administration.</div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span> <span style=\"color: #000000;\">The Euro dived to its lowest since early 2003 against the dollar, </span><span style=\"color: #000000;\"> the huge differences developing in market interest rates between Europe and the United States.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA - </span><span style=\"color: #000000;\">Crude Oil Inventories due at 10:30, </span><span style=\"color: #000000;\">RBNZ Rate Statement at 16:00, </span><span style=\"color: #000000;\">RBNZ Press Conference at 16:05, AUD </span><span style=\"color: #000000;\">Unemployment Rate AT 20:35 ET.</span></div>','Pre-Market Trading - Euro Dives Lower','','inherit','open','closed','','2362-revision-v1','','','2015-03-11 11:32:38','2015-03-11 11:32:38','',2362,'http://www.thetradingroom.com/2362-revision-v1/',0,'revision','',0),(2364,2,'2015-03-13 11:14:27','2015-03-13 11:14:27','<span style=\"color: #222222;\">UPDATED 7:10 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - <span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Global stock markets mostly rose Friday after weak U.S. retail sales alleviated jitters about the Federal Reserve\'s timetable for raising interest rates.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #000000;\">US Treasuries traded sideways ahead of this morning\'s Producer Price Index data.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span> <span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Benchmark U.S. crude was down 11 cents to $46.94 a barrel in electronic trading on the New York Mercantile Exchange.</span><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span> <span style=\"color: #000000;\">The U.S. dollar made gains against other major currencies Friday. The euro slipped from the previous session. The dollar also rose against the yen.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA - US </span><span style=\"color: #000000;\">PPI m/m and CAD </span><span style=\"color: #000000;\">Unemployment Rate due at 8:30, </span><span style=\"color: #000000;\">Prelim UoM Consumer Sentiment at 10:00 ET.</span></div>','Pre-Market Trading - Crude Oil Lower','','publish','open','closed','','pre-market-trading-crude-oil-lower','','','2015-03-13 11:14:27','2015-03-13 11:14:27','',0,'http://www.thetradingroom.com/?p=2364',0,'post','',0),(2365,2,'2015-03-13 11:14:27','2015-03-13 11:14:27','<span style=\"color: #222222;\">UPDATED 7:10 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS - <span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Global stock markets mostly rose Friday after weak U.S. retail sales alleviated jitters about the Federal Reserve\'s timetable for raising interest rates.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #000000;\">US Treasuries traded sideways ahead of this morning\'s Producer Price Index data.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">COMMODITIES - </span> <span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">Benchmark U.S. crude was down 11 cents to $46.94 a barrel in electronic trading on the New York Mercantile Exchange.</span><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span> <span style=\"color: #000000;\">The U.S. dollar made gains against other major currencies Friday. The euro slipped from the previous session. The dollar also rose against the yen.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA - US </span><span style=\"color: #000000;\">PPI m/m and CAD </span><span style=\"color: #000000;\">Unemployment Rate due at 8:30, </span><span style=\"color: #000000;\">Prelim UoM Consumer Sentiment at 10:00 ET.</span></div>','Pre-Market Trading - Crude Oil Lower','','inherit','open','closed','','2364-revision-v1','','','2015-03-13 11:14:27','2015-03-13 11:14:27','',2364,'http://www.thetradingroom.com/2364-revision-v1/',0,'revision','',0),(2366,2,'2015-03-16 11:16:24','2015-03-16 11:16:24','From the desk of Joe Rios\r\n\r\nLast week\'s lack of economic data reflected in a mixed trading environment as correlations were mostly loose across the Commodity, Bond and Currency markets. Copper rallied 2.5% while Crude Oil dropped -9.3%, US 30 Yr Bond traded higher 2.5% pushing yields lower although the US Dollar\'s momentum continued closing the week 2.4% higher.\r\n\r\nIn the week ahead I will shift my focus to the Federal Open Market Committee\'s interest rate decision for the US but more important will be the accompanying statement.  Traders will be paying attention to see if the word \"patience\" has been let go in terms of the timing of the first rate hike.  Past FOMC statements and press conferences have created trading opportunities in the major bench marks and I would expect the same this coming Wednesday.\r\n\r\nIn the Currency market I will be paying close attention as the Bank of England releases minutes from its March meeting, in which the Bank held interest rates steady at 0.5%. Recent economic performance has been regarded as the best since the financial crisis however Governor Carney seemed to reverse his earlier signals and encouraged the market to push out when he will deliver the first rate hike. Uncertainty about the national election, low inflation and weak wage growth are putting a cloud over the currency as seen in the recent price volatility.\r\n\r\n<em><strong>Joe Rios</strong></em>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong style=\"color: #000000;\">Live Trading Rooms and Educational Events</strong>\r\n<p style=\"color: #000000;\"><strong>The Trading Room TradeLAB</strong></p>\r\n\r\n<div style=\"color: #000000;\">\r\n<div><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3kGzLf4kUXrDnAF&amp;b=wk5P86dtJo1DGnwam8cT5Q\" target=\"_blank\"><span style=\"font-family: arial;\">REGISTER HERE </span></a></div>\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong>Monday through Friday <wbr />beginning at 7:30 AM ET</strong>\r\n\r\nRQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n______________________________<wbr />____\r\n<div>\r\n<div><strong>RQ EDU Workshop Training - <i>How To Trade Crude Oil Futures NOW!</i></strong></div>\r\n<div></div>\r\n<div>Tuesday - Starting at 8:00 pm and ending at 9:00 pm ET.</div>\r\n</div>\r\n<div></div>\r\n<div><span style=\"color: #666666;\">Join the RiosQuant traders and coaches as they outline how to trade Crude Oil futures in the week ahead. Recent price action has resulted in favorable risk to reward trade set ups and prices are at a key level in the markets. Don\'t miss this special and relevant training session. </span></div>\r\n<div></div>\r\n<div>Only 100 spots open (and they won\'t last long) join us Tuesday @ 8:00 pm ET. We highly recommend you make sure you\'re on the reservation list by signing up here:</div>\r\n<div></div>\r\n<div><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3kGzLf4kUXrDnAF&amp;b=5_9t4WWd6QIjP2PD7peNoQ\" target=\"_blank\"><span style=\"font-family: arial;\">RESERVE MY SPOT</span></a></div>\r\n<div></div>\r\n<div>______________________________<wbr />____</div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>* Monday - <em>What\'s Next in The Week Ahead</em> </strong></div>\r\n<div>Forecasting, Planning and Developing Themes</div>\r\n<div><strong>*Wednesday - <em>Strategies for Success</em></strong></div>\r\n<div>The 7 Point System</div>\r\n<div><strong>* Friday - <em> Insider\'s Round Table  </em></strong></div>\r\n<div>What\'s Hot and What\'s Working Now, Week\'s Review and Insider\'s Discussion Meetup</div>\r\n<div></div>\r\n<div><strong>Subscription Only - </strong><strong><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3kGzLf4kUXrDnAF&amp;b=LyvlmQMpgTcxc__33GYnfQ\" target=\"_blank\">Request a free trial here.</a></strong></div>\r\n<div>______________________________<wbr />____</div>\r\n</div>\r\nMonday\r\n\r\n8:30 AM            USD      Empire State Manufacturing Index\r\n\r\n9:15 AM            USD      Industrial Production\r\n\r\n10:00 AM           USD      NAHB    Housing Market Index\r\n\r\n2:45 PM             EUR      ECB President Draghi Speaks\r\n\r\n8:30 PM             AUD      Monetary Policy Meeting Minutes\r\n\r\nTentative           JPY       Monetary Policy Statement\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\nTentative           JPY       BOJ Press Conference\r\n\r\n6:00 AM            EUR      German ZEW Economic Sentiment\r\n\r\n8:30 AM            USD      Building Permits\r\n\r\n8:30 AM            CAD      Manufacturing Sales\r\n\r\nTentative           NZD      GDT Price Index\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n5:30 AM            GBP      Average Earnings Index And Claimant Count Change\r\n\r\n8:30 AM            GBP      Annual Budget Release\r\n\r\n8:30 AM            CAD      Wholesale Sales\r\n\r\n10:30 AM           CL         Crude Oil Inventories\r\n\r\n2:00 PM             USD      FOMC Economic Statement\r\n\r\n2:30 PM             USD      FOMC Press Conference\r\n\r\n5:45 PM             NZD      GDP\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n4:30 AM            CHF       SNB Monetary Policy And Press Conference\r\n\r\n6:15 AM            EUR      Targeted LTRO\r\n\r\nDay One                        EUR      EU Economic Summit\r\n\r\n8:30 AM            USD      Unemployment Claims\r\n\r\n10:00 AM           USD      Philly Fed Manufacturing Index\r\n\r\n10:30 AM           NG        Natural Gas Storage\r\n\r\n10:10 PM           AUD      RBA Gov. Stevens Speaks\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n8:30 AM            CAD      Core CPI And Retail Sales\r\n\r\n10:20 AM           USD      FOMC Member Lockhart Speaks\r\n\r\n&nbsp;\r\n\r\n<br class=\"Apple-interchange-newline\" /><span style=\"font-weight: bold; color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-36','','','2015-03-16 11:16:24','2015-03-16 11:16:24','',0,'http://www.thetradingroom.com/?p=2366',0,'post','',0),(2367,2,'2015-03-16 11:16:24','2015-03-16 11:16:24','From the desk of Joe Rios\r\n\r\nLast week\'s lack of economic data reflected in a mixed trading environment as correlations were mostly loose across the Commodity, Bond and Currency markets. Copper rallied 2.5% while Crude Oil dropped -9.3%, US 30 Yr Bond traded higher 2.5% pushing yields lower although the US Dollar\'s momentum continued closing the week 2.4% higher.\r\n\r\nIn the week ahead I will shift my focus to the Federal Open Market Committee\'s interest rate decision for the US but more important will be the accompanying statement.  Traders will be paying attention to see if the word \"patience\" has been let go in terms of the timing of the first rate hike.  Past FOMC statements and press conferences have created trading opportunities in the major bench marks and I would expect the same this coming Wednesday.\r\n\r\nIn the Currency market I will be paying close attention as the Bank of England releases minutes from its March meeting, in which the Bank held interest rates steady at 0.5%. Recent economic performance has been regarded as the best since the financial crisis however Governor Carney seemed to reverse his earlier signals and encouraged the market to push out when he will deliver the first rate hike. Uncertainty about the national election, low inflation and weak wage growth are putting a cloud over the currency as seen in the recent price volatility.\r\n\r\n<em><strong>Joe Rios</strong></em>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong style=\"color: #000000;\">Live Trading Rooms and Educational Events</strong>\r\n<p style=\"color: #000000;\"><strong>The Trading Room TradeLAB</strong></p>\r\n\r\n<div style=\"color: #000000;\">\r\n<div><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3kGzLf4kUXrDnAF&amp;b=wk5P86dtJo1DGnwam8cT5Q\" target=\"_blank\"><span style=\"font-family: arial;\">REGISTER HERE </span></a></div>\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong>Monday through Friday <wbr />beginning at 7:30 AM ET</strong>\r\n\r\nRQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n______________________________<wbr />____\r\n<div>\r\n<div><strong>RQ EDU Workshop Training - <i>How To Trade Crude Oil Futures NOW!</i></strong></div>\r\n<div></div>\r\n<div>Tuesday - Starting at 8:00 pm and ending at 9:00 pm ET.</div>\r\n</div>\r\n<div></div>\r\n<div><span style=\"color: #666666;\">Join the RiosQuant traders and coaches as they outline how to trade Crude Oil futures in the week ahead. Recent price action has resulted in favorable risk to reward trade set ups and prices are at a key level in the markets. Don\'t miss this special and relevant training session. </span></div>\r\n<div></div>\r\n<div>Only 100 spots open (and they won\'t last long) join us Tuesday @ 8:00 pm ET. We highly recommend you make sure you\'re on the reservation list by signing up here:</div>\r\n<div></div>\r\n<div><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3kGzLf4kUXrDnAF&amp;b=5_9t4WWd6QIjP2PD7peNoQ\" target=\"_blank\"><span style=\"font-family: arial;\">RESERVE MY SPOT</span></a></div>\r\n<div></div>\r\n<div>______________________________<wbr />____</div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>* Monday - <em>What\'s Next in The Week Ahead</em> </strong></div>\r\n<div>Forecasting, Planning and Developing Themes</div>\r\n<div><strong>*Wednesday - <em>Strategies for Success</em></strong></div>\r\n<div>The 7 Point System</div>\r\n<div><strong>* Friday - <em> Insider\'s Round Table  </em></strong></div>\r\n<div>What\'s Hot and What\'s Working Now, Week\'s Review and Insider\'s Discussion Meetup</div>\r\n<div></div>\r\n<div><strong>Subscription Only - </strong><strong><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=4abx5F&amp;m=3kGzLf4kUXrDnAF&amp;b=LyvlmQMpgTcxc__33GYnfQ\" target=\"_blank\">Request a free trial here.</a></strong></div>\r\n<div>______________________________<wbr />____</div>\r\n</div>\r\nMonday\r\n\r\n8:30 AM            USD      Empire State Manufacturing Index\r\n\r\n9:15 AM            USD      Industrial Production\r\n\r\n10:00 AM           USD      NAHB    Housing Market Index\r\n\r\n2:45 PM             EUR      ECB President Draghi Speaks\r\n\r\n8:30 PM             AUD      Monetary Policy Meeting Minutes\r\n\r\nTentative           JPY       Monetary Policy Statement\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\nTentative           JPY       BOJ Press Conference\r\n\r\n6:00 AM            EUR      German ZEW Economic Sentiment\r\n\r\n8:30 AM            USD      Building Permits\r\n\r\n8:30 AM            CAD      Manufacturing Sales\r\n\r\nTentative           NZD      GDT Price Index\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n5:30 AM            GBP      Average Earnings Index And Claimant Count Change\r\n\r\n8:30 AM            GBP      Annual Budget Release\r\n\r\n8:30 AM            CAD      Wholesale Sales\r\n\r\n10:30 AM           CL         Crude Oil Inventories\r\n\r\n2:00 PM             USD      FOMC Economic Statement\r\n\r\n2:30 PM             USD      FOMC Press Conference\r\n\r\n5:45 PM             NZD      GDP\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n4:30 AM            CHF       SNB Monetary Policy And Press Conference\r\n\r\n6:15 AM            EUR      Targeted LTRO\r\n\r\nDay One                        EUR      EU Economic Summit\r\n\r\n8:30 AM            USD      Unemployment Claims\r\n\r\n10:00 AM           USD      Philly Fed Manufacturing Index\r\n\r\n10:30 AM           NG        Natural Gas Storage\r\n\r\n10:10 PM           AUD      RBA Gov. Stevens Speaks\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n8:30 AM            CAD      Core CPI And Retail Sales\r\n\r\n10:20 AM           USD      FOMC Member Lockhart Speaks\r\n\r\n&nbsp;\r\n\r\n<br class=\"Apple-interchange-newline\" /><span style=\"font-weight: bold; color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2366-revision-v1','','','2015-03-16 11:16:24','2015-03-16 11:16:24','',2366,'http://www.thetradingroom.com/2366-revision-v1/',0,'revision','',0),(2369,2,'2015-03-24 11:00:56','2015-03-24 11:00:56','<div style=\"color: #000000;\">\r\n<div><strong>RQ EDU Workshop Training - </strong><strong>Trading Boot Camp: Why the basics trumps ...​</strong></div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_59745981\"><span class=\"aQJ\">March 24th Tuesday</span></span> - Starting at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_59745982\"><span class=\"aQJ\">8:00 pm</span></span> and ending at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_59745983\"><span class=\"aQJ\">9:00 pm ET</span></span>.</div>\r\n</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">As active traders we sometimes get caught up with new and fancy approaches while ignoring the basic strategies that got us profitable in the first place.  While it\'s always good to try to improve trading results, traders should build on already successful strategies. If you are not enjoying success, then it may be time to step back and get back to basics. Join RiosQuant coaches (drill sergeants) and let them get you back in trading shape.</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">Only 100 spots open (and they won\'t last long) join us <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_59745984\"><span class=\"aQJ\">Tuesday @ 8:00 pm ET</span></span>. We highly recommend you make sure you\'re on the reservation list by signing up <a href=\"https://attendee.gotowebinar.com/register/7624147033233836289\">here:</a></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><a href=\"https://attendee.gotowebinar.com/register/7624147033233836289\">RESERVE MY SPOT</a></div>','Trading Boot Camp: Why the basics trumps ...​','','publish','open','closed','','trading-boot-camp-basics-trumps-%e2%80%8b','','','2015-03-24 11:00:56','2015-03-24 11:00:56','',0,'http://www.thetradingroom.com/?p=2369',0,'post','',0),(2370,2,'2015-03-24 11:00:56','2015-03-24 11:00:56','<div style=\"color: #000000;\">\r\n<div><strong>RQ EDU Workshop Training - </strong><strong>Trading Boot Camp: Why the basics trumps ...​</strong></div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_59745981\"><span class=\"aQJ\">March 24th Tuesday</span></span> - Starting at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_59745982\"><span class=\"aQJ\">8:00 pm</span></span> and ending at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_59745983\"><span class=\"aQJ\">9:00 pm ET</span></span>.</div>\r\n</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">As active traders we sometimes get caught up with new and fancy approaches while ignoring the basic strategies that got us profitable in the first place.  While it\'s always good to try to improve trading results, traders should build on already successful strategies. If you are not enjoying success, then it may be time to step back and get back to basics. Join RiosQuant coaches (drill sergeants) and let them get you back in trading shape.</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">Only 100 spots open (and they won\'t last long) join us <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_59745984\"><span class=\"aQJ\">Tuesday @ 8:00 pm ET</span></span>. We highly recommend you make sure you\'re on the reservation list by signing up <a href=\"https://attendee.gotowebinar.com/register/7624147033233836289\">here:</a></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><a href=\"https://attendee.gotowebinar.com/register/7624147033233836289\">RESERVE MY SPOT</a></div>','Trading Boot Camp: Why the basics trumps ...​','','inherit','open','closed','','2369-revision-v1','','','2015-03-24 11:00:56','2015-03-24 11:00:56','',2369,'http://www.thetradingroom.com/2369-revision-v1/',0,'revision','',0),(2371,2,'2015-03-25 10:39:18','2015-03-25 10:39:18','<span style=\"color: #222222;\">UPDATED 6:30 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS -  Futures on the Dow  and the S&amp;P  are only a touch higher. Earlier, Asia managed to sneak mostly higher on its major indexes. Europe  was mainly stuck in red territory early in the day.</div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS -  </span><span style=\"color: #333333; font-family: Arial, Helvetica, sans-serif;\">US Treasuries traded range bound  after breaking out of recent highs during yesterday\'s US trading session.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">\r\nCOMMODITIES - </span> Crude-oil futures were choppy in Asian trade Wednesday ahead of this week’s numbers on U.S. oil stockpiles and as investors positioned themselves amid volatile currency markets.<span style=\"color: #000000;\">\r\n</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span> The dollar drifted lower against the euro and the yen in Asia on Wednesday, with investors reluctant to take strong positions amid a lack of fresh market-moving news.</div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA - US </span><span style=\"color: #000000;\">Core Durable Goods Orders m/m due at 8:30, </span><span style=\"color: #000000;\">Crude Oil Inventories at 10:30 ET.</span></div>','Pre-Market Trading - Stock Futures Consolidated ','','publish','open','closed','','pre-market-trading-stock-futures-consolidated','','','2015-03-25 10:39:18','2015-03-25 10:39:18','',0,'http://www.thetradingroom.com/?p=2371',0,'post','',0),(2372,2,'2015-03-25 10:39:18','2015-03-25 10:39:18','<span style=\"color: #222222;\">UPDATED 6:30 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS -  Futures on the Dow  and the S&amp;P  are only a touch higher. Earlier, Asia managed to sneak mostly higher on its major indexes. Europe  was mainly stuck in red territory early in the day.</div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS -  </span><span style=\"color: #333333; font-family: Arial, Helvetica, sans-serif;\">US Treasuries traded range bound  after breaking out of recent highs during yesterday\'s US trading session.</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">\r\nCOMMODITIES - </span> Crude-oil futures were choppy in Asian trade Wednesday ahead of this week’s numbers on U.S. oil stockpiles and as investors positioned themselves amid volatile currency markets.<span style=\"color: #000000;\">\r\n</span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span> The dollar drifted lower against the euro and the yen in Asia on Wednesday, with investors reluctant to take strong positions amid a lack of fresh market-moving news.</div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA - US </span><span style=\"color: #000000;\">Core Durable Goods Orders m/m due at 8:30, </span><span style=\"color: #000000;\">Crude Oil Inventories at 10:30 ET.</span></div>','Pre-Market Trading - Stock Futures Consolidated ','','inherit','open','closed','','2371-revision-v1','','','2015-03-25 10:39:18','2015-03-25 10:39:18','',2371,'http://www.thetradingroom.com/2371-revision-v1/',0,'revision','',0),(2373,2,'2015-03-27 10:52:54','2015-03-27 10:52:54','STOCKS - US stock futures pointed to a fifth straight day in the red, following a mixed session for Asia, European bourses shaking off some of yesterday’s weakness.\r\n\r\nBONDS - US Treasuries trading in pullback and consolidation mode after yesterday\'s steep decline.\r\n\r\nCOMMODITIES - Crude after a Yemen-induced spike, is heading right back toward sub-$50 levels. Gold is also heading lower ahead of the opening bell.\r\n\r\nCURRENCIES - The US dollar lost ground against the yen Thursday, but traded higher against the euro after falling for most of the past week.\r\n\r\nECONOMIC DATA - US Final GDP q/q due at 8:30, Revised UoM Consumer Sentiment at 10:00, Fed Chair Yellen Speaks at 15:35 ET.','Pre-Market Trading for Stocks,Bonds, Commodities and Currencies','','publish','open','closed','','pre-market-trading-stocksbonds-commodities-currencies','','','2015-03-27 10:52:54','2015-03-27 10:52:54','',0,'http://www.thetradingroom.com/?p=2373',0,'post','',0),(2374,2,'2015-03-27 10:52:54','2015-03-27 10:52:54','STOCKS - US stock futures pointed to a fifth straight day in the red, following a mixed session for Asia, European bourses shaking off some of yesterday’s weakness.\r\n\r\nBONDS - US Treasuries trading in pullback and consolidation mode after yesterday\'s steep decline.\r\n\r\nCOMMODITIES - Crude after a Yemen-induced spike, is heading right back toward sub-$50 levels. Gold is also heading lower ahead of the opening bell.\r\n\r\nCURRENCIES - The US dollar lost ground against the yen Thursday, but traded higher against the euro after falling for most of the past week.\r\n\r\nECONOMIC DATA - US Final GDP q/q due at 8:30, Revised UoM Consumer Sentiment at 10:00, Fed Chair Yellen Speaks at 15:35 ET.','Pre-Market Trading for Stocks,Bonds, Commodities and Currencies','','inherit','open','closed','','2373-revision-v1','','','2015-03-27 10:52:54','2015-03-27 10:52:54','',2373,'http://www.thetradingroom.com/2373-revision-v1/',0,'revision','',0),(2375,2,'2015-03-30 13:29:54','2015-03-30 13:29:54','From the desk of Joe Rios...\r\n\r\nU.S. stocks rose modestly on Friday after late news of merger talks with chipmaker Intel Corp buying rival Altera Corp. Healthcare also helped the indices as biotech stocks ended higher after suffering a -7.0% drop earlier in the week. None the less, for the week the Nasdaq led the stock indices lower closing the week down -2.7%. Technically speaking the S&amp;P 500 found a temporary support level set from the prior week\'s price action at 2,030.75 and resistance level at 2,107.00. The new box range should be closely monitored for trading opportunities on the first few days of trading for the new week.\r\n\r\nIn the commodity market Crude Oil closed the week higher 4.0% but fell sharply on Friday erasing the previous session\'s gains as Yeman\'s conflict looked less likely to disrupt Middle East Crude shipments and focus turned to a potential Iran nuclear deal that could put more supply on the market. Natural Gas dropped by -5.3% testing a major key support level at the edge of a prolonged box range pattern.\r\n\r\nIn the currency market the US Dollar traded sideways in consolidation mode following the prior week\'s steep fall. The weekly chart illustrates a Spinning Top formation in Japanese candlesticks signaling a lack of near term conviction from traders. A new box range was also established for most foreign currencies.\r\n\r\nThere is plenty of economic data in the upcoming holiday shorten week.  Interestingly the Non-Farm Employment Change and Unemployment Rate will be announced on Friday while the markets are closed for the holiday. I expect traders to adjust positions during the week leading up to Friday.\r\n\r\n<strong><em>- Joe Rios</em></strong>\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room® TradeLAB  -</strong>  <strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong>Monday through Friday from 7:30 am to 10:30 am ET</strong>\r\n\r\nJoin our trading community with RiosQuant trade coaches Agustin Criado and Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access  The Trading Room® TradeLAB please log-in on the <a href=\"http://www.riosquant.com/\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n\r\n<strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...\r\n\r\n<strong>Step 1:</strong> Click on the following link and <a href=\"http://www.riosquant.com/account/register?trial=1\">register as a guest.</a>\r\n<strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.\r\n\r\n<strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. Live trading begins Monday thru Friday from 7:30 am to 10:30 am ET.\r\n\r\n<strong>It\'s really that simple!</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>The Insider\'s Quant Room - Advanced concepts with Joe Rios</strong>\r\n\r\n<strong>Monday and Thursday from 11:00 am to 12;30 pm ET</strong>\r\n\r\n<strong style=\"color: #000000;\">Subscription Only - <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/1ab0d26490/TEST/a3fe5185cb\" target=\"_blank\">Request a free trial here.</a></strong>\r\n\r\n<hr />\r\n\r\n<strong>Scheduled economic data that may have an impact on the markets.</strong>\r\n\r\nMonday\r\n\r\nAll Day    EUR        German Preliminary CPI\r\n\r\n8:30 AM   USD        Personal Spending\r\n\r\n10:00 AMUSD        Pending Home Sales\r\n\r\n3:00 PM   USDA      Agricultural Prices\r\n\r\n8:00 PM   NZD        ANZ Business Confidence\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n4:30 AM   GBP        Current-Account\r\n\r\n5:00 AM   EUR        CPI Flash Estimate\r\n\r\n8:30 AM   CAD        GDP\r\n\r\n8:50 AM   USD        FOMC Member Lockhart Speaks\r\n\r\n9:45 AM   USD        Chicago PMI\r\n\r\n10:00 AMUSD        CB Consumer Confidence\r\n\r\n12:00 PM USDA      Grain Stocks\r\n\r\n8:30 PM   AUD        Building Approvals\r\n\r\n9:00 PM   CNY        Manufacturing PMI\r\n\r\n9:45 PM   CNY        HSBC Final Manufacturing PMI\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM   GBP        Manufacturing PMI\r\n\r\n8:15 AM   USD        ADP Nonfarm Employment Change\r\n\r\n9:00 AM   USD        FOMC Member Williams Speaks\r\n\r\n10:00 AMUSD        ISM Manufacturing PMI\r\n\r\n10:30 AMCL           Crude Oil Inventories\r\n\r\n8:30 PM   AUD        Trade Balance\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n4:30 AM   GBP        Construction PMI\r\n\r\n8:30 AM   USD        Trade Balance And Unemployment Claims\r\n\r\n8:30 AM   CAD        Trade Balance\r\n\r\n8:30 AM   USDA      Weekly Export Sales and Trade Data\r\n\r\n10:30 AMNG          Natural Gas Storage\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\nHoliday\r\n\r\n8:30 AM   USD        Nonfarm Employment Change\r\n\r\n&nbsp;','The Week Ahead In The Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-37','','','2015-03-30 13:34:11','2015-03-30 13:34:11','',0,'http://www.thetradingroom.com/?p=2375',0,'post','',0),(2376,2,'2015-03-30 13:29:54','2015-03-30 13:29:54','From the desk of Joe Rios...\r\n\r\nU.S. stocks rose modestly on Friday after late news of merger talks with chipmaker Intel Corp buying rival Altera Corp. Healthcare also helped the indices as biotech stocks ended higher after suffering a -7.0% drop earlier in the week. None the less, for the week the Nasdaq led the stock indices lower closing the week down -2.7%. Technically speaking the S&amp;P 500 found a temporary support level set from the prior week\'s price action at 2,030.75 and resistance level at 2,107.00. The new box range should be closely monitored for trading opportunities on the first few days of trading for the new week.\r\n\r\nIn the commodity market Crude Oil closed the week higher 4.0% but fell sharply on Friday erasing the previous session\'s gains as Yeman\'s conflict looked less likely to disrupt Middle East Crude shipments and focus turned to a potential Iran nuclear deal that could put more supply on the market. Natural Gas dropped by -5.3% testing a major key support level at the edge of a prolonged box range pattern.\r\n\r\nIn the currency market the US Dollar traded sideways in consolidation mode following the prior week\'s steep fall. The weekly chart illustrates a Spinning Top formation in Japanese candlesticks signaling a lack of near term conviction from traders. A new box range was also established for most foreign currencies.\r\n\r\nThere is plenty of economic data in the upcoming holiday shorten week.  Interestingly the Non-Farm Employment Change and Unemployment Rate will be announced on Friday while the markets are closed for the holiday. I expect traders to adjust positions during the week leading up to Friday.\r\n\r\n<strong><em>- Joe Rios</em></strong>\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room® TradeLAB  -</strong>  <strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n<strong>Monday through Friday from 7:30 am to 10:30 am ET</strong>\r\n\r\nJoin our trading community with RiosQuant trade coaches Agustin Criado and Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access  The Trading Room® TradeLAB please log-in on the <a href=\"http://www.riosquant.com/\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n\r\n<strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...\r\n\r\n<strong>Step 1:</strong> Click on the following link and <a href=\"http://www.riosquant.com/account/register?trial=1\">register as a guest.</a>\r\n<strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.\r\n\r\n<strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. Live trading begins Monday thru Friday from 7:30 am to 10:30 am ET.\r\n\r\n<strong>It\'s really that simple!</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>The Insider\'s Quant Room - Advanced concepts with Joe Rios</strong>\r\n\r\n<strong>Monday and Thursday from 11:00 am to 12;30 pm ET</strong>\r\n\r\n<strong style=\"color: #000000;\">Subscription Only - <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/1ab0d26490/TEST/a3fe5185cb\" target=\"_blank\">Request a free trial here.</a></strong>\r\n\r\n<hr />\r\n\r\n<strong>Scheduled economic data that may have an impact on the markets.</strong>\r\n\r\nMonday\r\n\r\nAll Day    EUR        German Preliminary CPI\r\n\r\n8:30 AM   USD        Personal Spending\r\n\r\n10:00 AMUSD        Pending Home Sales\r\n\r\n3:00 PM   USDA      Agricultural Prices\r\n\r\n8:00 PM   NZD        ANZ Business Confidence\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n4:30 AM   GBP        Current-Account\r\n\r\n5:00 AM   EUR        CPI Flash Estimate\r\n\r\n8:30 AM   CAD        GDP\r\n\r\n8:50 AM   USD        FOMC Member Lockhart Speaks\r\n\r\n9:45 AM   USD        Chicago PMI\r\n\r\n10:00 AMUSD        CB Consumer Confidence\r\n\r\n12:00 PM USDA      Grain Stocks\r\n\r\n8:30 PM   AUD        Building Approvals\r\n\r\n9:00 PM   CNY        Manufacturing PMI\r\n\r\n9:45 PM   CNY        HSBC Final Manufacturing PMI\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM   GBP        Manufacturing PMI\r\n\r\n8:15 AM   USD        ADP Nonfarm Employment Change\r\n\r\n9:00 AM   USD        FOMC Member Williams Speaks\r\n\r\n10:00 AMUSD        ISM Manufacturing PMI\r\n\r\n10:30 AMCL           Crude Oil Inventories\r\n\r\n8:30 PM   AUD        Trade Balance\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n4:30 AM   GBP        Construction PMI\r\n\r\n8:30 AM   USD        Trade Balance And Unemployment Claims\r\n\r\n8:30 AM   CAD        Trade Balance\r\n\r\n8:30 AM   USDA      Weekly Export Sales and Trade Data\r\n\r\n10:30 AMNG          Natural Gas Storage\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\nHoliday\r\n\r\n8:30 AM   USD        Nonfarm Employment Change\r\n\r\n&nbsp;','The Week Ahead In The Global Financial Markets','','inherit','open','closed','','2375-revision-v1','','','2015-03-30 13:29:54','2015-03-30 13:29:54','',2375,'http://www.thetradingroom.com/2375-revision-v1/',0,'revision','',0),(2378,2,'2015-04-02 11:25:05','2015-04-02 11:25:05','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/fee40a8b3b/TEST/7d22db72a6/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928358\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928359\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928360\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928361\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><strong><span style=\"color: #000000;\">Access is simple,</span></strong> here is how to get started with a two week free trial...</p>\r\n\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 1:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/fee40a8b3b/TEST/efc7437ba4/trial=1\" target=\"_blank\">register as a guest.</a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. Live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928362\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928363\"><span class=\"aQJ\">Friday</span></span> <wbr />from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928364\"><span class=\"aQJ\">7:30 am to 10:30 am ET</span></span>.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><em><strong>It\'s really that simple!</strong></em></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Pre-market price action and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<p style=\"color: #500050;\">STOCKS - U.S. stocks poised for a third straight day in the red as investors remained cautious ahead of the long weekend and the nonfarm-payrolls report <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928365\"><span class=\"aQJ\">on Friday</span></span>. Asia markets closed sharply higher while European stocks wavered between small gains and losses.</p>\r\n<p style=\"color: #500050;\">BONDS - US Treasuries traded higher during the overnight session adding gains after yesterday\'s bullish move.</p>\r\n<p style=\"color: #500050;\">COMMODITIES - Crude Oil futures eased, while Copper prices dropped during the London session.</p>\r\n<p style=\"color: #500050;\">CURRENCIES - The US dollar dipped against the yen and the euro but traded higher against the British Pound with many investors sitting on the sidelines ahead of U.S. jobs data <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928366\"><span class=\"aQJ\">Friday</span></span> and the Easter holiday season.</p>\r\n<p style=\"color: #500050;\">ECONOMIC DATA - US Unemployment Claims, trade balance, Grains Weekly Export Sales and CAD trade balance due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928367\"><span class=\"aQJ\">8:30</span></span>, Fed Chair Yellen Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928368\"><span class=\"aQJ\">8:40</span></span>, Factory Orders m/m at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928369\"><span class=\"aQJ\">10:00</span></span>, Natural Gas Storage at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928370\"><span class=\"aQJ\">10:30</span></span>, FOMC Member Brainard Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928371\"><span class=\"aQJ\">15:45 ET</span></span>.</p>','Pre-Market Activity & Live Trading Room Access','','publish','open','closed','','pre-market-activity-live-trading-room-access','','','2015-04-02 11:29:59','2015-04-02 11:29:59','',0,'http://www.thetradingroom.com/?p=2378',0,'post','',0),(2379,2,'2015-04-02 11:22:03','2015-04-02 11:22:03','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/fee40a8b3b/TEST/7d22db72a6/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928358\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928359\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928360\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928361\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><strong><span style=\"color: #000000;\">Access is simple,</span></strong> here is how to get started with a two week free trial...</p>\r\n\r\n<div style=\"color: #222222;\"><strong>Step 1:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/fee40a8b3b/TEST/efc7437ba4/trial=1\" target=\"_blank\">register as a guest.</a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple</div>\r\n<div style=\"color: #222222;\">asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room.</div>\r\n<div style=\"color: #222222;\">Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar.</div>\r\n<div style=\"color: #222222;\">Live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928362\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928363\"><span class=\"aQJ\">Friday</span></span> <wbr />from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928364\"><span class=\"aQJ\">7:30 am to 10:30 am ET</span></span>.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>It\'s really that simple!</strong></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Pre-market price action and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<p style=\"color: #500050;\">STOCKS - U.S. stocks poised for a third straight day in the red as investors remained cautious ahead of the long weekend and the nonfarm-payrolls report <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928365\"><span class=\"aQJ\">on Friday</span></span>. Asia markets closed sharply higher while European stocks wavered between small gains and losses.</p>\r\n<p style=\"color: #500050;\">BONDS - US Treasuries traded higher during the overnight session adding gains after yesterday\'s bullish move.</p>\r\n<p style=\"color: #500050;\">COMMODITIES - Crude Oil futures eased, while Copper prices dropped during the London session.</p>\r\n<p style=\"color: #500050;\">CURRENCIES - The US dollar dipped against the yen and the euro but traded higher against the British Pound with many investors sitting on the sidelines ahead of U.S. jobs data <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928366\"><span class=\"aQJ\">Friday</span></span> and the Easter holiday season.</p>\r\n<p style=\"color: #500050;\">ECONOMIC DATA - US Unemployment Claims, trade balance, Grains Weekly Export Sales and CAD trade balance due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928367\"><span class=\"aQJ\">8:30</span></span>, Fed Chair Yellen Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928368\"><span class=\"aQJ\">8:40</span></span>, Factory Orders m/m at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928369\"><span class=\"aQJ\">10:00</span></span>, Natural Gas Storage at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928370\"><span class=\"aQJ\">10:30</span></span>, FOMC Member Brainard Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928371\"><span class=\"aQJ\">15:45 ET</span></span>.</p>','Pre-Market Activity & Live Trading Room Access','','inherit','open','closed','','2378-revision-v1','','','2015-04-02 11:22:03','2015-04-02 11:22:03','',2378,'http://www.thetradingroom.com/2378-revision-v1/',0,'revision','',0),(2380,2,'2015-04-02 11:26:08','2015-04-02 11:26:08','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/fee40a8b3b/TEST/7d22db72a6/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928358\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928359\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928360\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928361\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><strong><span style=\"color: #000000;\">Access is simple,</span></strong> here is how to get started with a two week free trial...</p>\r\n\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 1:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/fee40a8b3b/TEST/efc7437ba4/trial=1\" target=\"_blank\">register as a guest.</a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple</div>\r\n<div style=\"color: #222222;\">asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. Live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928362\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928363\"><span class=\"aQJ\">Friday</span></span> <wbr />from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928364\"><span class=\"aQJ\">7:30 am to 10:30 am ET</span></span>.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>It\'s really that simple!</strong></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Pre-market price action and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<p style=\"color: #500050;\">STOCKS - U.S. stocks poised for a third straight day in the red as investors remained cautious ahead of the long weekend and the nonfarm-payrolls report <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928365\"><span class=\"aQJ\">on Friday</span></span>. Asia markets closed sharply higher while European stocks wavered between small gains and losses.</p>\r\n<p style=\"color: #500050;\">BONDS - US Treasuries traded higher during the overnight session adding gains after yesterday\'s bullish move.</p>\r\n<p style=\"color: #500050;\">COMMODITIES - Crude Oil futures eased, while Copper prices dropped during the London session.</p>\r\n<p style=\"color: #500050;\">CURRENCIES - The US dollar dipped against the yen and the euro but traded higher against the British Pound with many investors sitting on the sidelines ahead of U.S. jobs data <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928366\"><span class=\"aQJ\">Friday</span></span> and the Easter holiday season.</p>\r\n<p style=\"color: #500050;\">ECONOMIC DATA - US Unemployment Claims, trade balance, Grains Weekly Export Sales and CAD trade balance due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928367\"><span class=\"aQJ\">8:30</span></span>, Fed Chair Yellen Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928368\"><span class=\"aQJ\">8:40</span></span>, Factory Orders m/m at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928369\"><span class=\"aQJ\">10:00</span></span>, Natural Gas Storage at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928370\"><span class=\"aQJ\">10:30</span></span>, FOMC Member Brainard Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928371\"><span class=\"aQJ\">15:45 ET</span></span>.</p>','Pre-Market Activity & Live Trading Room Access','','inherit','open','closed','','2378-revision-v1','','','2015-04-02 11:26:08','2015-04-02 11:26:08','',2378,'http://www.thetradingroom.com/2378-revision-v1/',0,'revision','',0),(2381,2,'2015-04-02 11:26:27','2015-04-02 11:26:27','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/fee40a8b3b/TEST/7d22db72a6/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928358\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928359\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928360\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928361\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><strong><span style=\"color: #000000;\">Access is simple,</span></strong> here is how to get started with a two week free trial...</p>\r\n\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 1:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/fee40a8b3b/TEST/efc7437ba4/trial=1\" target=\"_blank\">register as a guest.</a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple</div>\r\n<div style=\"color: #222222;\">asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. Live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928362\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928363\"><span class=\"aQJ\">Friday</span></span> <wbr />from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928364\"><span class=\"aQJ\">7:30 am to 10:30 am ET</span></span>.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>It\'s really that simple!</strong></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Pre-market price action and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\">STOCKS - U.S. stocks poised for a third straight day in the red as investors remained cautious ahead of the long weekend and the nonfarm-payrolls report <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928365\"><span class=\"aQJ\">on Friday</span></span>. Asia markets closed sharply higher while European stocks wavered between small gains and losses.</p>\r\n<p style=\"color: #500050;\">BONDS - US Treasuries traded higher during the overnight session adding gains after yesterday\'s bullish move.</p>\r\n<p style=\"color: #500050;\">COMMODITIES - Crude Oil futures eased, while Copper prices dropped during the London session.</p>\r\n<p style=\"color: #500050;\">CURRENCIES - The US dollar dipped against the yen and the euro but traded higher against the British Pound with many investors sitting on the sidelines ahead of U.S. jobs data <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928366\"><span class=\"aQJ\">Friday</span></span> and the Easter holiday season.</p>\r\n<p style=\"color: #500050;\">ECONOMIC DATA - US Unemployment Claims, trade balance, Grains Weekly Export Sales and CAD trade balance due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928367\"><span class=\"aQJ\">8:30</span></span>, Fed Chair Yellen Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928368\"><span class=\"aQJ\">8:40</span></span>, Factory Orders m/m at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928369\"><span class=\"aQJ\">10:00</span></span>, Natural Gas Storage at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928370\"><span class=\"aQJ\">10:30</span></span>, FOMC Member Brainard Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928371\"><span class=\"aQJ\">15:45 ET</span></span>.</p>','Pre-Market Activity & Live Trading Room Access','','inherit','open','closed','','2378-revision-v1','','','2015-04-02 11:26:27','2015-04-02 11:26:27','',2378,'http://www.thetradingroom.com/2378-revision-v1/',0,'revision','',0),(2382,2,'2015-04-02 11:27:18','2015-04-02 11:27:18','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/fee40a8b3b/TEST/7d22db72a6/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928358\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928359\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928360\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928361\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><strong><span style=\"color: #000000;\">Access is simple,</span></strong> here is how to get started with a two week free trial...</p>\r\n\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 1:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/fee40a8b3b/TEST/efc7437ba4/trial=1\" target=\"_blank\">register as a guest.</a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. Live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928362\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928363\"><span class=\"aQJ\">Friday</span></span> <wbr />from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928364\"><span class=\"aQJ\">7:30 am to 10:30 am ET</span></span>.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>It\'s really that simple!</strong></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Pre-market price action and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\">STOCKS - U.S. stocks poised for a third straight day in the red as investors remained cautious ahead of the long weekend and the nonfarm-payrolls report <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928365\"><span class=\"aQJ\">on Friday</span></span>. Asia markets closed sharply higher while European stocks wavered between small gains and losses.</p>\r\n<p style=\"color: #500050;\">BONDS - US Treasuries traded higher during the overnight session adding gains after yesterday\'s bullish move.</p>\r\n<p style=\"color: #500050;\">COMMODITIES - Crude Oil futures eased, while Copper prices dropped during the London session.</p>\r\n<p style=\"color: #500050;\">CURRENCIES - The US dollar dipped against the yen and the euro but traded higher against the British Pound with many investors sitting on the sidelines ahead of U.S. jobs data <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928366\"><span class=\"aQJ\">Friday</span></span> and the Easter holiday season.</p>\r\n<p style=\"color: #500050;\">ECONOMIC DATA - US Unemployment Claims, trade balance, Grains Weekly Export Sales and CAD trade balance due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928367\"><span class=\"aQJ\">8:30</span></span>, Fed Chair Yellen Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928368\"><span class=\"aQJ\">8:40</span></span>, Factory Orders m/m at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928369\"><span class=\"aQJ\">10:00</span></span>, Natural Gas Storage at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928370\"><span class=\"aQJ\">10:30</span></span>, FOMC Member Brainard Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928371\"><span class=\"aQJ\">15:45 ET</span></span>.</p>','Pre-Market Activity & Live Trading Room Access','','inherit','open','closed','','2378-revision-v1','','','2015-04-02 11:27:18','2015-04-02 11:27:18','',2378,'http://www.thetradingroom.com/2378-revision-v1/',0,'revision','',0),(2383,2,'2015-04-02 11:29:34','2015-04-02 11:29:34','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/fee40a8b3b/TEST/7d22db72a6/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928358\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928359\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928360\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928361\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\n<p style=\"color: #500050;\"><strong><span style=\"color: #000000;\">Access is simple,</span></strong> here is how to get started with a two week free trial...</p>\n\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\"><strong>Step 1:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/fee40a8b3b/TEST/efc7437ba4/trial=1\" target=\"_blank\">register as a guest.</a></div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\"><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. Live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928362\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928363\"><span class=\"aQJ\">Friday</span></span> <wbr />from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928364\"><span class=\"aQJ\">7:30 am to 10:30 am ET</span></span>.</div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\"><em><strong>It\'s really that simple!</strong></em></div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\">Pre-market price action and scheduled economic data that may have an impact on the global financial markets:</div>\n<p style=\"color: #500050;\">STOCKS - U.S. stocks poised for a third straight day in the red as investors remained cautious ahead of the long weekend and the nonfarm-payrolls report <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928365\"><span class=\"aQJ\">on Friday</span></span>. Asia markets closed sharply higher while European stocks wavered between small gains and losses.</p>\n<p style=\"color: #500050;\">BONDS - US Treasuries traded higher during the overnight session adding gains after yesterday\'s bullish move.</p>\n<p style=\"color: #500050;\">COMMODITIES - Crude Oil futures eased, while Copper prices dropped during the London session.</p>\n<p style=\"color: #500050;\">CURRENCIES - The US dollar dipped against the yen and the euro but traded higher against the British Pound with many investors sitting on the sidelines ahead of U.S. jobs data <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928366\"><span class=\"aQJ\">Friday</span></span> and the Easter holiday season.</p>\n<p style=\"color: #500050;\">ECONOMIC DATA - US Unemployment Claims, trade balance, Grains Weekly Export Sales and CAD trade balance due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928367\"><span class=\"aQJ\">8:30</span></span>, Fed Chair Yellen Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928368\"><span class=\"aQJ\">8:40</span></span>, Factory Orders m/m at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928369\"><span class=\"aQJ\">10:00</span></span>, Natural Gas Storage at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928370\"><span class=\"aQJ\">10:30</span></span>, FOMC Member Brainard Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928371\"><span class=\"aQJ\">15:45 ET</span></span>.</p>','Pre-Market Activity & Live Trading Room Access','','inherit','open','closed','','2378-autosave-v1','','','2015-04-02 11:29:34','2015-04-02 11:29:34','',2378,'http://www.thetradingroom.com/2378-autosave-v1/',0,'revision','',0),(2384,2,'2015-04-02 11:28:30','2015-04-02 11:28:30','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/fee40a8b3b/TEST/7d22db72a6/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928358\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928359\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928360\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928361\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><strong><span style=\"color: #000000;\">Access is simple,</span></strong> here is how to get started with a two week free trial...</p>\r\n\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 1:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/fee40a8b3b/TEST/efc7437ba4/trial=1\" target=\"_blank\">register as a guest.</a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. Live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928362\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928363\"><span class=\"aQJ\">Friday</span></span> <wbr />from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928364\"><span class=\"aQJ\">7:30 am to 10:30 am ET</span></span>.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>It\'s really that simple!</strong></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Pre-market price action and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\">STOCKS - U.S. stocks poised for a third straight day in the red as investors remained cautious ahead of the long weekend and the nonfarm-payrolls report <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928365\"><span class=\"aQJ\">on Friday</span></span>. Asia markets closed sharply higher while European stocks wavered between small gains and losses.</p>\r\n<p style=\"color: #500050;\">BONDS - US Treasuries traded higher during the overnight session adding gains after yesterday\'s bullish move.</p>\r\n<p style=\"color: #500050;\">COMMODITIES - Crude Oil futures eased, while Copper prices dropped during the London session.</p>\r\n<p style=\"color: #500050;\">CURRENCIES - The US dollar dipped against the yen and the euro but traded higher against the British Pound with many investors sitting on the sidelines ahead of U.S. jobs data <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928366\"><span class=\"aQJ\">Friday</span></span> and the Easter holiday season.</p>\r\n<p style=\"color: #500050;\">ECONOMIC DATA - US Unemployment Claims, trade balance, Grains Weekly Export Sales and CAD trade balance due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928367\"><span class=\"aQJ\">8:30</span></span>, Fed Chair Yellen Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928368\"><span class=\"aQJ\">8:40</span></span>, Factory Orders m/m at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928369\"><span class=\"aQJ\">10:00</span></span>, Natural Gas Storage at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928370\"><span class=\"aQJ\">10:30</span></span>, FOMC Member Brainard Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928371\"><span class=\"aQJ\">15:45 ET</span></span>.</p>','Pre-Market Activity & Live Trading Room Access','','inherit','open','closed','','2378-revision-v1','','','2015-04-02 11:28:30','2015-04-02 11:28:30','',2378,'http://www.thetradingroom.com/2378-revision-v1/',0,'revision','',0),(2385,2,'2015-04-02 11:29:39','2015-04-02 11:29:39','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/fee40a8b3b/TEST/7d22db72a6/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928358\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928359\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928360\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928361\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><strong><span style=\"color: #000000;\">Access is simple,</span></strong> here is how to get started with a two week free trial...</p>\r\n\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 1:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/fee40a8b3b/TEST/efc7437ba4/trial=1\" target=\"_blank\">register as a guest.</a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. Live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928362\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928363\"><span class=\"aQJ\">Friday</span></span> <wbr />from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928364\"><span class=\"aQJ\">7:30 am to 10:30 am ET</span></span>.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><em><strong>It\'s really that simple!</strong></em></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Pre-market price action and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<p style=\"color: #500050;\">STOCKS - U.S. stocks poised for a third straight day in the red as investors remained cautious ahead of the long weekend and the nonfarm-payrolls report <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928365\"><span class=\"aQJ\">on Friday</span></span>. Asia markets closed sharply higher while European stocks wavered between small gains and losses.</p>\r\n<p style=\"color: #500050;\">BONDS - US Treasuries traded higher during the overnight session adding gains after yesterday\'s bullish move.</p>\r\n<p style=\"color: #500050;\">COMMODITIES - Crude Oil futures eased, while Copper prices dropped during the London session.</p>\r\n<p style=\"color: #500050;\">CURRENCIES - The US dollar dipped against the yen and the euro but traded higher against the British Pound with many investors sitting on the sidelines ahead of U.S. jobs data <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928366\"><span class=\"aQJ\">Friday</span></span> and the Easter holiday season.</p>\r\n<p style=\"color: #500050;\">ECONOMIC DATA - US Unemployment Claims, trade balance, Grains Weekly Export Sales and CAD trade balance due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928367\"><span class=\"aQJ\">8:30</span></span>, Fed Chair Yellen Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928368\"><span class=\"aQJ\">8:40</span></span>, Factory Orders m/m at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928369\"><span class=\"aQJ\">10:00</span></span>, Natural Gas Storage at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928370\"><span class=\"aQJ\">10:30</span></span>, FOMC Member Brainard Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928371\"><span class=\"aQJ\">15:45 ET</span></span>.</p>','Pre-Market Activity & Live Trading Room Access','','inherit','open','closed','','2378-revision-v1','','','2015-04-02 11:29:39','2015-04-02 11:29:39','',2378,'http://www.thetradingroom.com/2378-revision-v1/',0,'revision','',0),(2386,2,'2015-04-02 11:29:59','2015-04-02 11:29:59','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/fee40a8b3b/TEST/7d22db72a6/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928358\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928359\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928360\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928361\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><strong><span style=\"color: #000000;\">Access is simple,</span></strong> here is how to get started with a two week free trial...</p>\r\n\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 1:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/fee40a8b3b/TEST/efc7437ba4/trial=1\" target=\"_blank\">register as a guest.</a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. Live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928362\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928363\"><span class=\"aQJ\">Friday</span></span> <wbr />from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928364\"><span class=\"aQJ\">7:30 am to 10:30 am ET</span></span>.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><em><strong>It\'s really that simple!</strong></em></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Pre-market price action and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<p style=\"color: #500050;\">STOCKS - U.S. stocks poised for a third straight day in the red as investors remained cautious ahead of the long weekend and the nonfarm-payrolls report <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928365\"><span class=\"aQJ\">on Friday</span></span>. Asia markets closed sharply higher while European stocks wavered between small gains and losses.</p>\r\n<p style=\"color: #500050;\">BONDS - US Treasuries traded higher during the overnight session adding gains after yesterday\'s bullish move.</p>\r\n<p style=\"color: #500050;\">COMMODITIES - Crude Oil futures eased, while Copper prices dropped during the London session.</p>\r\n<p style=\"color: #500050;\">CURRENCIES - The US dollar dipped against the yen and the euro but traded higher against the British Pound with many investors sitting on the sidelines ahead of U.S. jobs data <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928366\"><span class=\"aQJ\">Friday</span></span> and the Easter holiday season.</p>\r\n<p style=\"color: #500050;\">ECONOMIC DATA - US Unemployment Claims, trade balance, Grains Weekly Export Sales and CAD trade balance due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928367\"><span class=\"aQJ\">8:30</span></span>, Fed Chair Yellen Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928368\"><span class=\"aQJ\">8:40</span></span>, Factory Orders m/m at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928369\"><span class=\"aQJ\">10:00</span></span>, Natural Gas Storage at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928370\"><span class=\"aQJ\">10:30</span></span>, FOMC Member Brainard Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_669928371\"><span class=\"aQJ\">15:45 ET</span></span>.</p>','Pre-Market Activity & Live Trading Room Access','','inherit','open','closed','','2378-revision-v1','','','2015-04-02 11:29:59','2015-04-02 11:29:59','',2378,'http://www.thetradingroom.com/2378-revision-v1/',0,'revision','',0),(2414,2,'2015-04-14 10:52:25','2015-04-14 10:52:25','STOCKS - European stocks lost ground following five sessions of gains, US stock futures trading lower ahead of earning reports, among the companies whose shares are expected to see activity are Intel Corp., J.P. Morgan Chase &amp; Co., and Wells Fargo &amp; Co.\r\n\r\nBONDS - Swaps now suggest the Fed will lift its benchmark by next March. A year ago, markets indicated the Fed and ECB would be acting in unison by November 2016.\r\n\r\nCOMMODITIES - Oil prices kept moving higher on hopes U.S. shale oil production has peaked and may start falling.\r\n\r\nCURRENCIES - The cable currency pair remained subdued on Tuesday and traded near 2010 post-election lows.\r\n\r\nECONOMIC DATA - US Retail Sales m/m and PPI due at 8:30, Business Inventories m/m at 10:00, CNY Industrial Production y/y and GDP due at 22:00 ET.','Pre-Market Trading - Earnings Season','','publish','open','closed','','pre-market-trading-earnings-season','','','2015-04-14 10:52:25','2015-04-14 10:52:25','',0,'http://www.thetradingroom.com/?p=2414',0,'post','',0),(2388,2,'2015-04-06 10:49:48','2015-04-06 10:49:48','<div style=\"color: #000000;\">The most anticipated economic report was released on Good Friday at 8:30 am while Wall Street was closed. The futures market traded for 45 minutes after the data release with the Dow futures dropping 165 points.</div>\r\n<div style=\"color: #000000;\">                According to CNBC: \"<em>March\'s report of just 126,000 nonfarm payrolls, about 120,000 less than expected signals the potential for a rocky  start to trading Monday\".</em></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">Other markets also reacted with the US Dollar sell-off and the US 10 Yr Note futures spiking higher sending the interest yield lower to 1.80%. In the week ahead the question on trader\'s mind will be if bad news is now finally bad news. Ultimately the market will decide and as active traders we have to be ready when the shift begins<em>. </em>New York Fed President William Dudley is the first Fed speaker of the week when he discusses the economy Monday morning. <em>If he talks up the markets on Monday, how will the markets react?</em> The market will also be paying close attention to Wednesday\'s Fed minutes, looking for new signs about the timing of the first rate hike.</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>As a multi-asset trader, I will be focusing on correlations among the three major benchmarks. I will be looking for any follow through to Friday\'s (low volume) Risk-Off sentiment.  Will the shift to Risk-Off send the US Dollar lower with Treasury interest rate yields? Will you be ready should that trigger short covering in the foreign currency market? Join us in our live trading room and discover a new approach to trading the global markets.</div>\r\n</div>\r\n</div>\r\n<strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​\r\n\r\n<hr />\r\n\r\n<strong>Live Trading Rooms and Educational Events</strong>\r\n\r\n<strong><span style=\"color: #333333;\">The Trading Room TradeLAB - Global Trading with Quantitative Technologies</span></strong>\r\n<div>\r\n\r\n<strong><span style=\"color: #333333;\">Monday through Friday <wbr />beginning at 7:30 AM ET</span></strong>\r\n\r\n<span style=\"color: #333333;\">RQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</span>\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/\" target=\"_blank\">riosquant.com </a>site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS </strong>- Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div><strong><span style=\"color: #333333;\">Step 1</span><span style=\"color: #333333;\">:</span></strong><span style=\"color: #333333;\"> </span><span style=\"color: #333333;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\">register as a guest.</a></span></div>\r\n<div></div>\r\n<div><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div></div>\r\n<div><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar.</div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://support@riosquant.com/\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div><strong>Insider\'s Quant Room - Advance Training with Joe Rios</strong></div>\r\n<div></div>\r\n<div><strong>* Monday - 11:00 pm ET</strong></div>\r\n<div><strong><em>What\'s Next in The Week Ahead</em> </strong></div>\r\n<div></div>\r\n<div><strong>* Thursday - <em> </em>11:00 am ET</strong></div>\r\n<div><strong><em>Strategies for Success </em></strong></div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div><strong>* Thursday - <em> </em>11:00 am ET</strong></div>\r\n<div><strong><em>Insider\'s Round Table Meetup</em></strong></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div><strong>Subscription Only - <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/1ab0d26490/TEST/a3fe5185cb\" target=\"_blank\">Request a free trial here.</a></strong></div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div>\r\n\r\n<em>Monday</em>\r\n\r\n<em>3:00 AM    EUR         Spanish Unemployment Change</em>\r\n\r\n<em>8:30 AM    USD         FOMC Member Dudley Speaks</em>\r\n\r\n<em>10:00 AM   USD         ISM Non-Manufacturing PMI</em>\r\n\r\n<em>10:00 AM   CAD         Ivey PMI   </em>\r\n\r\n9:30 PM   AUD         Retail Sales\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n12:30 AMAUD         RBA Rate Statement\r\n\r\n4:30 AM   GBP          Services PMI\r\n\r\n10:00 AMUSD         Jolts Job Openings\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n2:00 AM   EUR          German Factory Orders\r\n\r\nTentativeJPY           BOJ Press Conference\r\n\r\n9:30 AM   USD         FOMC Member Dudley Speaks\r\n\r\n10:30 AMCL             Crude Oil Inventories\r\n\r\n2:00 PM   USD         FOMC Meeting Minutes\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n7:00 AM   GBP          Official Bank Rate\r\n\r\nTentativeGBP          MPC Rate Statement\r\n\r\n8:30 AM   USD         Unemployment Claims\r\n\r\n8:30 AM   CAD          Building Permits\r\n\r\n10:30 AMNG           Natural Gas Storage\r\n\r\n9:30 PM   CNY          CPI\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n4:30 AM   GBP          Manufacturing Production\r\n\r\n8:30 AM   CAD          Unemployment Rate\r\n\r\n</div>\r\n<div></div>\r\n<div style=\"text-align: left;\"><strong style=\"color: #ffffff;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE <strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></strong></strong></div>\r\n<div><strong style=\"color: #ffffff;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, A</strong></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>','Week Ahead in the Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-38','','','2015-04-06 10:55:01','2015-04-06 10:55:01','',0,'http://www.thetradingroom.com/?p=2388',0,'post','',0),(2389,2,'2015-04-06 10:49:06','2015-04-06 10:49:06','','joe boardroom','','inherit','open','closed','','joe-boardroom','','','2015-04-06 10:49:06','2015-04-06 10:49:06','',2388,'http://www.thetradingroom.com/wp-content/uploads/2015/04/joe-boardroom.jpg',0,'attachment','image/jpeg',0),(2390,2,'2015-04-06 10:49:49','2015-04-06 10:49:49','<div style=\"color: #000000;\">The most anticipated economic report was released on Good Friday at 8:30 am while Wall Street was closed. The futures market traded for 45 minutes after the data release with the Dow futures dropping 165 points.</div>\r\n<div style=\"color: #000000;\">                According to CNBC: \"<em>March\'s report of just 126,000 nonfarm payrolls, about 120,000 less than expected signals the potential for a                     rocky   start to trading Monday\".</em></div>\r\n<div style=\"color: #000000;\"><em>Other markets also reacted with the US Dollar sell-off and the US 10 Yr Note futures spiking higher sending the interest yield lower to 1.80%. In the week ahead the question on trader\'s mind will be if bad news is now finally bad news. Ultimately the market will decide and as active traders we have to be ready when the shift begins. </em>New York Fed President William Dudley is the first Fed speaker of the week when he discusses the economy Monday morning. <em>If he talks up the markets on Monday, how will the markets react?</em> The market will also be paying close attention to Wednesday\'s Fed minutes, looking for new signs about the timing of the first rate hike.</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>As a multi-asset trader, I will be focusing on correlations among the three major benchmarks. I will be looking for any follow through to Friday\'s (low volume) Risk-Off sentiment.  Will the shift to Risk-Off send the US Dollar lower with Treasury interest rate yields? Will you be ready should that trigger short covering in the foreign currency market? Join us in our live trading room and discover a new approach to trading the global markets.</div>\r\n</div>\r\n</div>\r\n<strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​\r\n\r\n<hr />\r\n\r\n<strong>Live Trading Rooms and Educational Events</strong>\r\n\r\n<strong><span style=\"color: #333333;\">The Trading Room TradeLAB - Global Trading with Quantitative Technologies</span></strong>\r\n<div>\r\n\r\n<strong><span style=\"color: #333333;\">Monday through Friday <wbr />beginning at 7:30 AM ET</span></strong>\r\n\r\n<span style=\"color: #333333;\">RQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</span>\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/\" target=\"_blank\">riosquant.com </a>site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div><strong><span style=\"color: #333333;\">Step 1:</span></strong><span style=\"color: #333333;\"> </span><span style=\"color: #333333;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\">register as a guest.</a></span></div>\r\n<div></div>\r\n<div><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div></div>\r\n<div><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar.</div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://support@riosquant.com/\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div><strong>* Monday - 11:00 pm ET</strong></div>\r\n<div><strong><em>What\'s Next in The Week Ahead</em> </strong></div>\r\n<div></div>\r\n<div><strong>* Thursday - <em> </em>11:00 am ET</strong></div>\r\n<div><strong><em>Strategies for Success </em></strong></div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div><strong>* Thursday - <em> </em>11:00 am ET</strong></div>\r\n<div><strong><em>Insider\'s Round Table Meetup</em></strong></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div><strong>Subscription Only - <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/1ab0d26490/TEST/a3fe5185cb\" target=\"_blank\">Request a free trial here.</a></strong></div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div>\r\n\r\n<em>Monday</em>\r\n\r\n<em>3:00 AM    EUR         Spanish Unemployment Change</em>\r\n\r\n<em>8:30 AM    USD         FOMC Member Dudley Speaks</em>\r\n\r\n<em>10:00 AM   USD         ISM Non-Manufacturing PMI</em>\r\n\r\n<em>10:00 AM   CAD         Ivey PMI   </em>\r\n\r\n9:30 PM   AUD         Retail Sales\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n12:30 AMAUD         RBA Rate Statement\r\n\r\n4:30 AM   GBP          Services PMI\r\n\r\n10:00 AMUSD         Jolts Job Openings\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n2:00 AM   EUR          German Factory Orders\r\n\r\nTentativeJPY           BOJ Press Conference\r\n\r\n9:30 AM   USD         FOMC Member Dudley Speaks\r\n\r\n10:30 AMCL             Crude Oil Inventories\r\n\r\n2:00 PM   USD         FOMC Meeting Minutes\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n7:00 AM   GBP          Official Bank Rate\r\n\r\nTentativeGBP          MPC Rate Statement\r\n\r\n8:30 AM   USD         Unemployment Claims\r\n\r\n8:30 AM   CAD          Building Permits\r\n\r\n10:30 AMNG           Natural Gas Storage\r\n\r\n9:30 PM   CNY          CPI\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n4:30 AM   GBP          Manufacturing Production\r\n\r\n8:30 AM   CAD          Unemployment Rate\r\n\r\n</div>\r\n<div></div>\r\n<div><strong style=\"color: #ffffff;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE <strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></strong></strong></div>\r\n<div><strong style=\"color: #ffffff;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, A</strong></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>','Week Ahead in the Global Financial Markets','','inherit','open','closed','','2388-revision-v1','','','2015-04-06 10:49:49','2015-04-06 10:49:49','',2388,'http://www.thetradingroom.com/2388-revision-v1/',0,'revision','',0),(2391,2,'2015-04-06 10:54:17','2015-04-06 10:54:17','<div style=\"color: #000000;\">The most anticipated economic report was released on Good Friday at 8:30 am while Wall Street was closed. The futures market traded for 45 minutes after the data release with the Dow futures dropping 165 points.</div>\n<div style=\"color: #000000;\">                According to CNBC: \"<em>March\'s report of just 126,000 nonfarm payrolls, about 120,000 less than expected signals the potential for a rocky  start to trading Monday\".</em></div>\n<div style=\"color: #000000;\"></div>\n<div style=\"color: #000000;\">Other markets also reacted with the US Dollar sell-off and the US 10 Yr Note futures spiking higher sending the interest yield lower to 1.80%. In the week ahead the question on trader\'s mind will be if bad news is now finally bad news. Ultimately the market will decide and as active traders we have to be ready when the shift begins<em>. </em>New York Fed President William Dudley is the first Fed speaker of the week when he discusses the economy Monday morning. <em>If he talks up the markets on Monday, how will the markets react?</em> The market will also be paying close attention to Wednesday\'s Fed minutes, looking for new signs about the timing of the first rate hike.</div>\n<div style=\"color: #000000;\"></div>\n<div style=\"color: #000000;\">\n<div>\n<div>\n<div>As a multi-asset trader, I will be focusing on correlations among the three major benchmarks. I will be looking for any follow through to Friday\'s (low volume) Risk-Off sentiment.  Will the shift to Risk-Off send the US Dollar lower with Treasury interest rate yields? Will you be ready should that trigger short covering in the foreign currency market? Join us in our live trading room and discover a new approach to trading the global markets.</div>\n</div>\n</div>\n<strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​\n\n<hr />\n\n<strong>Live Trading Rooms and Educational Events</strong>\n\n<strong><span style=\"color: #333333;\">The Trading Room TradeLAB - Global Trading with Quantitative Technologies</span></strong>\n<div>\n\n<strong><span style=\"color: #333333;\">Monday through Friday <wbr />beginning at 7:30 AM ET</span></strong>\n\n<span style=\"color: #333333;\">RQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</span>\n\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/\" target=\"_blank\">riosquant.com </a>site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\n<div></div>\n<div><strong>ATTENTION GUESTS </strong>- Here is how to get started with a two week free trial...</div>\n<div></div>\n<div><strong><span style=\"color: #333333;\">Step 1</span><span style=\"color: #333333;\">:</span></strong><span style=\"color: #333333;\"> </span><span style=\"color: #333333;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\">register as a guest.</a></span></div>\n<div></div>\n<div><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</div>\n<div></div>\n<div><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar.</div>\n<div></div>\n<div><strong>It\'s really that simple!</strong></div>\n<div></div>\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://support@riosquant.com/\" target=\"_blank\">support@riosquant.com</a>.</div>\n<div></div>\n<div>\n\n<hr />\n\n</div>\n<div></div>\n<div><strong>Insider\'s Quant Room - Advance Training with Joe Rios</strong></div>\n<div></div>\n<div><strong>* Monday - 11:00 pm ET</strong></div>\n<div><strong><em>What\'s Next in The Week Ahead</em> </strong></div>\n<div></div>\n<div><strong>* Thursday - <em> </em>11:00 am ET</strong></div>\n<div><strong><em>Strategies for Success </em></strong></div>\n<div></div>\n<div>\n<div>\n<div><strong>* Thursday - <em> </em>11:00 am ET</strong></div>\n<div><strong><em>Insider\'s Round Table Meetup</em></strong></div>\n</div>\n</div>\n<div></div>\n<div><strong>Subscription Only - <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/1ab0d26490/TEST/a3fe5185cb\" target=\"_blank\">Request a free trial here.</a></strong></div>\n<div></div>\n<div>\n\n<hr />\n\n</div>\n<div>\n\n<em>Monday</em>\n\n<em>3:00 AM    EUR         Spanish Unemployment Change</em>\n\n<em>8:30 AM    USD         FOMC Member Dudley Speaks</em>\n\n<em>10:00 AM   USD         ISM Non-Manufacturing PMI</em>\n\n<em>10:00 AM   CAD         Ivey PMI   </em>\n\n9:30 PM   AUD         Retail Sales\n\n&nbsp;\n\nTuesday\n\n12:30 AMAUD         RBA Rate Statement\n\n4:30 AM   GBP          Services PMI\n\n10:00 AMUSD         Jolts Job Openings\n\n&nbsp;\n\nWednesday\n\n2:00 AM   EUR          German Factory Orders\n\nTentativeJPY           BOJ Press Conference\n\n9:30 AM   USD         FOMC Member Dudley Speaks\n\n10:30 AMCL             Crude Oil Inventories\n\n2:00 PM   USD         FOMC Meeting Minutes\n\n&nbsp;\n\nThursday\n\n7:00 AM   GBP          Official Bank Rate\n\nTentativeGBP          MPC Rate Statement\n\n8:30 AM   USD         Unemployment Claims\n\n8:30 AM   CAD          Building Permits\n\n10:30 AMNG           Natural Gas Storage\n\n9:30 PM   CNY          CPI\n\n&nbsp;\n\nFriday\n\n4:30 AM   GBP          Manufacturing Production\n\n8:30 AM   CAD          Unemployment Rate\n\n</div>\n<div></div>\n<div><strong style=\"color: #ffffff;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE <strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></strong></strong></div>\n<div><strong style=\"color: #ffffff;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, A</strong></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n</div>\n</div>','Week Ahead in the Global Financial Markets','','inherit','open','closed','','2388-autosave-v1','','','2015-04-06 10:54:17','2015-04-06 10:54:17','',2388,'http://www.thetradingroom.com/2388-autosave-v1/',0,'revision','',0),(2392,2,'2015-04-06 10:51:38','2015-04-06 10:51:38','<div style=\"color: #000000;\">The most anticipated economic report was released on Good Friday at 8:30 am while Wall Street was closed. The futures market traded for 45 minutes after the data release with the Dow futures dropping 165 points.</div>\r\n<div style=\"color: #000000;\">                According to CNBC: \"<em>March\'s report of just 126,000 nonfarm payrolls, about 120,000 less than expected signals the potential for a rocky  start to trading Monday\".</em></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">Other markets also reacted with the US Dollar sell-off and the US 10 Yr Note futures spiking higher sending the interest yield lower to 1.80%. In the week ahead the question on trader\'s mind will be if bad news is now finally bad news. Ultimately the market will decide and as active traders we have to be ready when the shift begins<em>. </em>New York Fed President William Dudley is the first Fed speaker of the week when he discusses the economy Monday morning. <em>If he talks up the markets on Monday, how will the markets react?</em> The market will also be paying close attention to Wednesday\'s Fed minutes, looking for new signs about the timing of the first rate hike.</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>As a multi-asset trader, I will be focusing on correlations among the three major benchmarks. I will be looking for any follow through to Friday\'s (low volume) Risk-Off sentiment.  Will the shift to Risk-Off send the US Dollar lower with Treasury interest rate yields? Will you be ready should that trigger short covering in the foreign currency market? Join us in our live trading room and discover a new approach to trading the global markets.</div>\r\n</div>\r\n</div>\r\n<strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​\r\n\r\n<hr />\r\n\r\n<strong>Live Trading Rooms and Educational Events</strong>\r\n\r\n<strong><span style=\"color: #333333;\">The Trading Room TradeLAB - Global Trading with Quantitative Technologies</span></strong>\r\n<div>\r\n\r\n<strong><span style=\"color: #333333;\">Monday through Friday <wbr />beginning at 7:30 AM ET</span></strong>\r\n\r\n<span style=\"color: #333333;\">RQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</span>\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/\" target=\"_blank\">riosquant.com </a>site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div><strong><span style=\"color: #333333;\">Step 1:</span></strong><span style=\"color: #333333;\"> </span><span style=\"color: #333333;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\">register as a guest.</a></span></div>\r\n<div></div>\r\n<div><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div></div>\r\n<div><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar.</div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://support@riosquant.com/\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div><strong>* Monday - 11:00 pm ET</strong></div>\r\n<div><strong><em>What\'s Next in The Week Ahead</em> </strong></div>\r\n<div></div>\r\n<div><strong>* Thursday - <em> </em>11:00 am ET</strong></div>\r\n<div><strong><em>Strategies for Success </em></strong></div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div><strong>* Thursday - <em> </em>11:00 am ET</strong></div>\r\n<div><strong><em>Insider\'s Round Table Meetup</em></strong></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div><strong>Subscription Only - <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/1ab0d26490/TEST/a3fe5185cb\" target=\"_blank\">Request a free trial here.</a></strong></div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div>\r\n\r\n<em>Monday</em>\r\n\r\n<em>3:00 AM    EUR         Spanish Unemployment Change</em>\r\n\r\n<em>8:30 AM    USD         FOMC Member Dudley Speaks</em>\r\n\r\n<em>10:00 AM   USD         ISM Non-Manufacturing PMI</em>\r\n\r\n<em>10:00 AM   CAD         Ivey PMI   </em>\r\n\r\n9:30 PM   AUD         Retail Sales\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n12:30 AMAUD         RBA Rate Statement\r\n\r\n4:30 AM   GBP          Services PMI\r\n\r\n10:00 AMUSD         Jolts Job Openings\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n2:00 AM   EUR          German Factory Orders\r\n\r\nTentativeJPY           BOJ Press Conference\r\n\r\n9:30 AM   USD         FOMC Member Dudley Speaks\r\n\r\n10:30 AMCL             Crude Oil Inventories\r\n\r\n2:00 PM   USD         FOMC Meeting Minutes\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n7:00 AM   GBP          Official Bank Rate\r\n\r\nTentativeGBP          MPC Rate Statement\r\n\r\n8:30 AM   USD         Unemployment Claims\r\n\r\n8:30 AM   CAD          Building Permits\r\n\r\n10:30 AMNG           Natural Gas Storage\r\n\r\n9:30 PM   CNY          CPI\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n4:30 AM   GBP          Manufacturing Production\r\n\r\n8:30 AM   CAD          Unemployment Rate\r\n\r\n</div>\r\n<div></div>\r\n<div><strong style=\"color: #ffffff;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE <strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></strong></strong></div>\r\n<div><strong style=\"color: #ffffff;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, A</strong></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>','Week Ahead in the Global Financial Markets','','inherit','open','closed','','2388-revision-v1','','','2015-04-06 10:51:38','2015-04-06 10:51:38','',2388,'http://www.thetradingroom.com/2388-revision-v1/',0,'revision','',0),(2393,2,'2015-04-06 10:53:12','2015-04-06 10:53:12','<div style=\"color: #000000;\">The most anticipated economic report was released on Good Friday at 8:30 am while Wall Street was closed. The futures market traded for 45 minutes after the data release with the Dow futures dropping 165 points.</div>\r\n<div style=\"color: #000000;\">                According to CNBC: \"<em>March\'s report of just 126,000 nonfarm payrolls, about 120,000 less than expected signals the potential for a rocky  start to trading Monday\".</em></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">Other markets also reacted with the US Dollar sell-off and the US 10 Yr Note futures spiking higher sending the interest yield lower to 1.80%. In the week ahead the question on trader\'s mind will be if bad news is now finally bad news. Ultimately the market will decide and as active traders we have to be ready when the shift begins<em>. </em>New York Fed President William Dudley is the first Fed speaker of the week when he discusses the economy Monday morning. <em>If he talks up the markets on Monday, how will the markets react?</em> The market will also be paying close attention to Wednesday\'s Fed minutes, looking for new signs about the timing of the first rate hike.</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>As a multi-asset trader, I will be focusing on correlations among the three major benchmarks. I will be looking for any follow through to Friday\'s (low volume) Risk-Off sentiment.  Will the shift to Risk-Off send the US Dollar lower with Treasury interest rate yields? Will you be ready should that trigger short covering in the foreign currency market? Join us in our live trading room and discover a new approach to trading the global markets.</div>\r\n</div>\r\n</div>\r\n<strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​\r\n\r\n<hr />\r\n\r\n<strong>Live Trading Rooms and Educational Events</strong>\r\n\r\n<strong><span style=\"color: #333333;\">The Trading Room TradeLAB - Global Trading with Quantitative Technologies</span></strong>\r\n<div>\r\n\r\n<strong><span style=\"color: #333333;\">Monday through Friday <wbr />beginning at 7:30 AM ET</span></strong>\r\n\r\n<span style=\"color: #333333;\">RQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</span>\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/\" target=\"_blank\">riosquant.com </a>site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div><strong><span style=\"color: #333333;\">Step 1:</span></strong><span style=\"color: #333333;\"> </span><span style=\"color: #333333;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\">register as a guest.</a></span></div>\r\n<div></div>\r\n<div><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div></div>\r\n<div><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar.</div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://support@riosquant.com/\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div>Insider\'s Quant Room - Advance Training with Joe Rios</div>\r\n<div></div>\r\n<div><strong>* Monday - 11:00 pm ET</strong></div>\r\n<div><strong><em>What\'s Next in The Week Ahead</em> </strong></div>\r\n<div></div>\r\n<div><strong>* Thursday - <em> </em>11:00 am ET</strong></div>\r\n<div><strong><em>Strategies for Success </em></strong></div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div><strong>* Thursday - <em> </em>11:00 am ET</strong></div>\r\n<div><strong><em>Insider\'s Round Table Meetup</em></strong></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div><strong>Subscription Only - <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/1ab0d26490/TEST/a3fe5185cb\" target=\"_blank\">Request a free trial here.</a></strong></div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div>\r\n\r\n<em>Monday</em>\r\n\r\n<em>3:00 AM    EUR         Spanish Unemployment Change</em>\r\n\r\n<em>8:30 AM    USD         FOMC Member Dudley Speaks</em>\r\n\r\n<em>10:00 AM   USD         ISM Non-Manufacturing PMI</em>\r\n\r\n<em>10:00 AM   CAD         Ivey PMI   </em>\r\n\r\n9:30 PM   AUD         Retail Sales\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n12:30 AMAUD         RBA Rate Statement\r\n\r\n4:30 AM   GBP          Services PMI\r\n\r\n10:00 AMUSD         Jolts Job Openings\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n2:00 AM   EUR          German Factory Orders\r\n\r\nTentativeJPY           BOJ Press Conference\r\n\r\n9:30 AM   USD         FOMC Member Dudley Speaks\r\n\r\n10:30 AMCL             Crude Oil Inventories\r\n\r\n2:00 PM   USD         FOMC Meeting Minutes\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n7:00 AM   GBP          Official Bank Rate\r\n\r\nTentativeGBP          MPC Rate Statement\r\n\r\n8:30 AM   USD         Unemployment Claims\r\n\r\n8:30 AM   CAD          Building Permits\r\n\r\n10:30 AMNG           Natural Gas Storage\r\n\r\n9:30 PM   CNY          CPI\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n4:30 AM   GBP          Manufacturing Production\r\n\r\n8:30 AM   CAD          Unemployment Rate\r\n\r\n</div>\r\n<div></div>\r\n<div><strong style=\"color: #ffffff;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE <strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></strong></strong></div>\r\n<div><strong style=\"color: #ffffff;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, A</strong></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>','Week Ahead in the Global Financial Markets','','inherit','open','closed','','2388-revision-v1','','','2015-04-06 10:53:12','2015-04-06 10:53:12','',2388,'http://www.thetradingroom.com/2388-revision-v1/',0,'revision','',0),(2394,2,'2015-04-06 10:54:19','2015-04-06 10:54:19','<div style=\"color: #000000;\">The most anticipated economic report was released on Good Friday at 8:30 am while Wall Street was closed. The futures market traded for 45 minutes after the data release with the Dow futures dropping 165 points.</div>\r\n<div style=\"color: #000000;\">                According to CNBC: \"<em>March\'s report of just 126,000 nonfarm payrolls, about 120,000 less than expected signals the potential for a rocky  start to trading Monday\".</em></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">Other markets also reacted with the US Dollar sell-off and the US 10 Yr Note futures spiking higher sending the interest yield lower to 1.80%. In the week ahead the question on trader\'s mind will be if bad news is now finally bad news. Ultimately the market will decide and as active traders we have to be ready when the shift begins<em>. </em>New York Fed President William Dudley is the first Fed speaker of the week when he discusses the economy Monday morning. <em>If he talks up the markets on Monday, how will the markets react?</em> The market will also be paying close attention to Wednesday\'s Fed minutes, looking for new signs about the timing of the first rate hike.</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>As a multi-asset trader, I will be focusing on correlations among the three major benchmarks. I will be looking for any follow through to Friday\'s (low volume) Risk-Off sentiment.  Will the shift to Risk-Off send the US Dollar lower with Treasury interest rate yields? Will you be ready should that trigger short covering in the foreign currency market? Join us in our live trading room and discover a new approach to trading the global markets.</div>\r\n</div>\r\n</div>\r\n<strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​\r\n\r\n<hr />\r\n\r\n<strong>Live Trading Rooms and Educational Events</strong>\r\n\r\n<strong><span style=\"color: #333333;\">The Trading Room TradeLAB - Global Trading with Quantitative Technologies</span></strong>\r\n<div>\r\n\r\n<strong><span style=\"color: #333333;\">Monday through Friday <wbr />beginning at 7:30 AM ET</span></strong>\r\n\r\n<span style=\"color: #333333;\">RQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</span>\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/\" target=\"_blank\">riosquant.com </a>site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS </strong>- Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div><strong><span style=\"color: #333333;\">Step 1</span><span style=\"color: #333333;\">:</span></strong><span style=\"color: #333333;\"> </span><span style=\"color: #333333;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\">register as a guest.</a></span></div>\r\n<div></div>\r\n<div><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div></div>\r\n<div><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar.</div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://support@riosquant.com/\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div><strong>Insider\'s Quant Room - Advance Training with Joe Rios</strong></div>\r\n<div></div>\r\n<div><strong>* Monday - 11:00 pm ET</strong></div>\r\n<div><strong><em>What\'s Next in The Week Ahead</em> </strong></div>\r\n<div></div>\r\n<div><strong>* Thursday - <em> </em>11:00 am ET</strong></div>\r\n<div><strong><em>Strategies for Success </em></strong></div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div><strong>* Thursday - <em> </em>11:00 am ET</strong></div>\r\n<div><strong><em>Insider\'s Round Table Meetup</em></strong></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div><strong>Subscription Only - <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/1ab0d26490/TEST/a3fe5185cb\" target=\"_blank\">Request a free trial here.</a></strong></div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div>\r\n\r\n<em>Monday</em>\r\n\r\n<em>3:00 AM    EUR         Spanish Unemployment Change</em>\r\n\r\n<em>8:30 AM    USD         FOMC Member Dudley Speaks</em>\r\n\r\n<em>10:00 AM   USD         ISM Non-Manufacturing PMI</em>\r\n\r\n<em>10:00 AM   CAD         Ivey PMI   </em>\r\n\r\n9:30 PM   AUD         Retail Sales\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n12:30 AMAUD         RBA Rate Statement\r\n\r\n4:30 AM   GBP          Services PMI\r\n\r\n10:00 AMUSD         Jolts Job Openings\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n2:00 AM   EUR          German Factory Orders\r\n\r\nTentativeJPY           BOJ Press Conference\r\n\r\n9:30 AM   USD         FOMC Member Dudley Speaks\r\n\r\n10:30 AMCL             Crude Oil Inventories\r\n\r\n2:00 PM   USD         FOMC Meeting Minutes\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n7:00 AM   GBP          Official Bank Rate\r\n\r\nTentativeGBP          MPC Rate Statement\r\n\r\n8:30 AM   USD         Unemployment Claims\r\n\r\n8:30 AM   CAD          Building Permits\r\n\r\n10:30 AMNG           Natural Gas Storage\r\n\r\n9:30 PM   CNY          CPI\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n4:30 AM   GBP          Manufacturing Production\r\n\r\n8:30 AM   CAD          Unemployment Rate\r\n\r\n</div>\r\n<div></div>\r\n<div><strong style=\"color: #ffffff;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE <strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></strong></strong></div>\r\n<div><strong style=\"color: #ffffff;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, A</strong></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>','Week Ahead in the Global Financial Markets','','inherit','open','closed','','2388-revision-v1','','','2015-04-06 10:54:19','2015-04-06 10:54:19','',2388,'http://www.thetradingroom.com/2388-revision-v1/',0,'revision','',0),(2395,2,'2015-04-06 10:55:01','2015-04-06 10:55:01','<div style=\"color: #000000;\">The most anticipated economic report was released on Good Friday at 8:30 am while Wall Street was closed. The futures market traded for 45 minutes after the data release with the Dow futures dropping 165 points.</div>\r\n<div style=\"color: #000000;\">                According to CNBC: \"<em>March\'s report of just 126,000 nonfarm payrolls, about 120,000 less than expected signals the potential for a rocky  start to trading Monday\".</em></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">Other markets also reacted with the US Dollar sell-off and the US 10 Yr Note futures spiking higher sending the interest yield lower to 1.80%. In the week ahead the question on trader\'s mind will be if bad news is now finally bad news. Ultimately the market will decide and as active traders we have to be ready when the shift begins<em>. </em>New York Fed President William Dudley is the first Fed speaker of the week when he discusses the economy Monday morning. <em>If he talks up the markets on Monday, how will the markets react?</em> The market will also be paying close attention to Wednesday\'s Fed minutes, looking for new signs about the timing of the first rate hike.</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>As a multi-asset trader, I will be focusing on correlations among the three major benchmarks. I will be looking for any follow through to Friday\'s (low volume) Risk-Off sentiment.  Will the shift to Risk-Off send the US Dollar lower with Treasury interest rate yields? Will you be ready should that trigger short covering in the foreign currency market? Join us in our live trading room and discover a new approach to trading the global markets.</div>\r\n</div>\r\n</div>\r\n<strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​\r\n\r\n<hr />\r\n\r\n<strong>Live Trading Rooms and Educational Events</strong>\r\n\r\n<strong><span style=\"color: #333333;\">The Trading Room TradeLAB - Global Trading with Quantitative Technologies</span></strong>\r\n<div>\r\n\r\n<strong><span style=\"color: #333333;\">Monday through Friday <wbr />beginning at 7:30 AM ET</span></strong>\r\n\r\n<span style=\"color: #333333;\">RQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</span>\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/\" target=\"_blank\">riosquant.com </a>site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS </strong>- Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div><strong><span style=\"color: #333333;\">Step 1</span><span style=\"color: #333333;\">:</span></strong><span style=\"color: #333333;\"> </span><span style=\"color: #333333;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\">register as a guest.</a></span></div>\r\n<div></div>\r\n<div><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div></div>\r\n<div><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar.</div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://support@riosquant.com/\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div><strong>Insider\'s Quant Room - Advance Training with Joe Rios</strong></div>\r\n<div></div>\r\n<div><strong>* Monday - 11:00 pm ET</strong></div>\r\n<div><strong><em>What\'s Next in The Week Ahead</em> </strong></div>\r\n<div></div>\r\n<div><strong>* Thursday - <em> </em>11:00 am ET</strong></div>\r\n<div><strong><em>Strategies for Success </em></strong></div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div><strong>* Thursday - <em> </em>11:00 am ET</strong></div>\r\n<div><strong><em>Insider\'s Round Table Meetup</em></strong></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div><strong>Subscription Only - <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/1ab0d26490/TEST/a3fe5185cb\" target=\"_blank\">Request a free trial here.</a></strong></div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div>\r\n\r\n<em>Monday</em>\r\n\r\n<em>3:00 AM    EUR         Spanish Unemployment Change</em>\r\n\r\n<em>8:30 AM    USD         FOMC Member Dudley Speaks</em>\r\n\r\n<em>10:00 AM   USD         ISM Non-Manufacturing PMI</em>\r\n\r\n<em>10:00 AM   CAD         Ivey PMI   </em>\r\n\r\n9:30 PM   AUD         Retail Sales\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n12:30 AMAUD         RBA Rate Statement\r\n\r\n4:30 AM   GBP          Services PMI\r\n\r\n10:00 AMUSD         Jolts Job Openings\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n2:00 AM   EUR          German Factory Orders\r\n\r\nTentativeJPY           BOJ Press Conference\r\n\r\n9:30 AM   USD         FOMC Member Dudley Speaks\r\n\r\n10:30 AMCL             Crude Oil Inventories\r\n\r\n2:00 PM   USD         FOMC Meeting Minutes\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n7:00 AM   GBP          Official Bank Rate\r\n\r\nTentativeGBP          MPC Rate Statement\r\n\r\n8:30 AM   USD         Unemployment Claims\r\n\r\n8:30 AM   CAD          Building Permits\r\n\r\n10:30 AMNG           Natural Gas Storage\r\n\r\n9:30 PM   CNY          CPI\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n4:30 AM   GBP          Manufacturing Production\r\n\r\n8:30 AM   CAD          Unemployment Rate\r\n\r\n</div>\r\n<div></div>\r\n<div style=\"text-align: left;\"><strong style=\"color: #ffffff;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE <strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></strong></strong></div>\r\n<div><strong style=\"color: #ffffff;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, A</strong></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>','Week Ahead in the Global Financial Markets','','inherit','open','closed','','2388-revision-v1','','','2015-04-06 10:55:01','2015-04-06 10:55:01','',2388,'http://www.thetradingroom.com/2388-revision-v1/',0,'revision','',0),(2396,2,'2015-04-07 10:51:25','2015-04-07 10:51:25','<p style=\"color: #500050;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636978032\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636978033\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636978034\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636978035\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><em><strong><span style=\"color: #000000;\">Access is simple,</span></strong> here is how to get started with a two week free trial...</em></p>\r\n\r\n<div style=\"color: #000000;\"><strong><em>Step 1</em>:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\">register as a guest.</a></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><strong><em>Step 2</em>: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><strong><em>Step 3</em>:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. Pre-market analysis and live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636978036\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636978037\"><span class=\"aQJ\">Friday</span></span> from 7:30 am to 10:30 am ET.</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><em><strong>It\'s really that simple!</strong></em></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"></div>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nSTOCKS - Global stocks rose as many European bourses re-opening after the Easter break took on the positive tone set by U.S. markets overnight, with sentiment boosted by a potential trans-Atlantic acquisition.\r\n\r\nBONDS - The 10-year Treasury yield recovered from two-month lows struck overnight, and was back at a level prior to the jobs data release at around 1.90%.\r\n\r\nCOMMODITIES - Crude oil dipped, giving back some of the gains made overnight. Gold retreated as the dollar rebounded. It was last down to $1,211.40 an ounce after hitting a seven-week peak of $1,1224.10 on Monday.\r\n\r\nCURRENCIES - The US Dollar bounced higher during the overnight session recovering losses from Friday\'s drop. Australia’s currency jumped after the Reserve Bank of Australia kept its policy rate unchanged.\r\n\r\nECONOMIC DATA - JPY Monetary Policy Statement (tentative), US JOLTS Job Openings due at 10:00 ET.','Pre-Market Trading & Live Trading Room Acess','','publish','open','closed','','pre-market-trading-live-trading-room-acess','','','2015-04-07 10:55:45','2015-04-07 10:55:45','',0,'http://www.thetradingroom.com/?p=2396',0,'post','',0),(2397,2,'2015-04-07 10:50:38','2015-04-07 10:50:38','STOCKS - Global stocks rose as many European bourses re-opening after the Easter break took on the positive tone set by U.S. markets overnight, with sentiment boosted by a potential trans-Atlantic acquisition.\r\n\r\nBONDS - The 10-year Treasury yield recovered from two-month lows struck overnight, and was back at a level prior to the jobs data release at around 1.90%.\r\n\r\nCOMMODITIES - Crude oil dipped, giving back some of the gains made overnight. Gold retreated as the dollar rebounded. It was last down to $1,211.40 an ounce after hitting a seven-week peak of $1,1224.10 on Monday.\r\n\r\nCURRENCIES - The US Dollar bounced higher during the overnight session recovering losses from Friday\'s drop. Australia’s currency jumped after the Reserve Bank of Australia kept its policy rate unchanged.\r\n\r\nECONOMIC DATA - JPY Monetary Policy Statement (tentative), US JOLTS Job Openings due at 10:00 ET.','Pre-Market Trading & Live Trading Room Acess','','inherit','open','closed','','2396-revision-v1','','','2015-04-07 10:50:38','2015-04-07 10:50:38','',2396,'http://www.thetradingroom.com/2396-revision-v1/',0,'revision','',0),(2398,2,'2015-04-07 10:52:03','2015-04-07 10:52:03','<p style=\"color: #500050;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636978032\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636978033\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636978034\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636978035\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><strong><span style=\"color: #000000;\">Access is simple,</span></strong> here is how to get started with a two week free trial...</p>\r\n\r\n<div style=\"color: #000000;\"><strong>Step 1:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\">register as a guest.</a></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. Pre-market analysis and live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636978036\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636978037\"><span class=\"aQJ\">Friday</span></span> from 7:30 am to 10:30 am ET.</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><strong>It\'s really that simple!</strong></div>\r\nSTOCKS - Global stocks rose as many European bourses re-opening after the Easter break took on the positive tone set by U.S. markets overnight, with sentiment boosted by a potential trans-Atlantic acquisition.\r\n\r\nBONDS - The 10-year Treasury yield recovered from two-month lows struck overnight, and was back at a level prior to the jobs data release at around 1.90%.\r\n\r\nCOMMODITIES - Crude oil dipped, giving back some of the gains made overnight. Gold retreated as the dollar rebounded. It was last down to $1,211.40 an ounce after hitting a seven-week peak of $1,1224.10 on Monday.\r\n\r\nCURRENCIES - The US Dollar bounced higher during the overnight session recovering losses from Friday\'s drop. Australia’s currency jumped after the Reserve Bank of Australia kept its policy rate unchanged.\r\n\r\nECONOMIC DATA - JPY Monetary Policy Statement (tentative), US JOLTS Job Openings due at 10:00 ET.','Pre-Market Trading & Live Trading Room Acess','','inherit','open','closed','','2396-revision-v1','','','2015-04-07 10:52:03','2015-04-07 10:52:03','',2396,'http://www.thetradingroom.com/2396-revision-v1/',0,'revision','',0),(2399,2,'2015-04-07 10:53:28','2015-04-07 10:53:28','<p style=\"color: #500050;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636978032\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636978033\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636978034\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636978035\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><strong><span style=\"color: #000000;\">Access is simple,</span></strong> here is how to get started with a two week free trial...</p>\r\n\r\n<div style=\"color: #000000;\"><strong>Step 1:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\">register as a guest.</a></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. Pre-market analysis and live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636978036\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636978037\"><span class=\"aQJ\">Friday</span></span> from 7:30 am to 10:30 am ET.</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><strong>It\'s really that simple!</strong></div>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nSTOCKS - Global stocks rose as many European bourses re-opening after the Easter break took on the positive tone set by U.S. markets overnight, with sentiment boosted by a potential trans-Atlantic acquisition.\r\n\r\nBONDS - The 10-year Treasury yield recovered from two-month lows struck overnight, and was back at a level prior to the jobs data release at around 1.90%.\r\n\r\nCOMMODITIES - Crude oil dipped, giving back some of the gains made overnight. Gold retreated as the dollar rebounded. It was last down to $1,211.40 an ounce after hitting a seven-week peak of $1,1224.10 on Monday.\r\n\r\nCURRENCIES - The US Dollar bounced higher during the overnight session recovering losses from Friday\'s drop. Australia’s currency jumped after the Reserve Bank of Australia kept its policy rate unchanged.\r\n\r\nECONOMIC DATA - JPY Monetary Policy Statement (tentative), US JOLTS Job Openings due at 10:00 ET.','Pre-Market Trading & Live Trading Room Acess','','inherit','open','closed','','2396-revision-v1','','','2015-04-07 10:53:28','2015-04-07 10:53:28','',2396,'http://www.thetradingroom.com/2396-revision-v1/',0,'revision','',0),(2400,2,'2015-04-07 10:55:44','2015-04-07 10:55:44','<p style=\"color: #500050;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636978032\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636978033\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636978034\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636978035\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\n<p style=\"color: #500050;\"><em><strong><span style=\"color: #000000;\">Access is simple,</span></strong> here is how to get started with a two week free trial...</em></p>\n\n<div style=\"color: #000000;\"><strong><em>Step 1</em>:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\">register as a guest.</a></div>\n<div style=\"color: #000000;\"></div>\n<div style=\"color: #000000;\"><strong><em>Step 2</em>: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</div>\n<div style=\"color: #000000;\"></div>\n<div style=\"color: #000000;\"><strong><em>Step 3</em>:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. Pre-market analysis and live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636978036\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636978037\"><span class=\"aQJ\">Friday</span></span> from 7:30 am to 10:30 am ET.</div>\n<div style=\"color: #000000;\"></div>\n<div style=\"color: #000000;\"></div>\n<div style=\"color: #000000;\"><em><strong>It\'s really that simple!</strong></em></div>\n<div style=\"color: #000000;\"></div>\n<div style=\"color: #000000;\"></div>\n\n<hr />\n\n&nbsp;\n\nSTOCKS - Global stocks rose as many European bourses re-opening after the Easter break took on the positive tone set by U.S. markets overnight, with sentiment boosted by a potential trans-Atlantic acquisition.\n\nBONDS - The 10-year Treasury yield recovered from two-month lows struck overnight, and was back at a level prior to the jobs data release at around 1.90%.\n\nCOMMODITIES - Crude oil dipped, giving back some of the gains made overnight. Gold retreated as the dollar rebounded. It was last down to $1,211.40 an ounce after hitting a seven-week peak of $1,1224.10 on Monday.\n\nCURRENCIES - The US Dollar bounced higher during the overnight session recovering losses from Friday\'s drop. Australia’s currency jumped after the Reserve Bank of Australia kept its policy rate unchanged.\n\nECONOMIC DATA - JPY Monetary Policy Statement (tentative), US JOLTS Job Openings due at 10:00 ET.','Pre-Market Trading & Live Trading Room Acess','','inherit','open','closed','','2396-autosave-v1','','','2015-04-07 10:55:44','2015-04-07 10:55:44','',2396,'http://www.thetradingroom.com/2396-autosave-v1/',0,'revision','',0),(2401,2,'2015-04-07 10:54:37','2015-04-07 10:54:37','<p style=\"color: #500050;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636978032\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636978033\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636978034\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636978035\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><em><strong><span style=\"color: #000000;\">Access is simple,</span></strong> here is how to get started with a two week free trial...</em></p>\r\n\r\n<div style=\"color: #000000;\"><strong><em>Step 1</em>:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\">register as a guest.</a></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><strong><em>Step 2</em>: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><strong><em>Step 3</em>:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. Pre-market analysis and live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636978036\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636978037\"><span class=\"aQJ\">Friday</span></span> from 7:30 am to 10:30 am ET.</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><em><strong>It\'s really that simple!</strong></em></div>\r\n<div style=\"color: #000000;\"></div>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nSTOCKS - Global stocks rose as many European bourses re-opening after the Easter break took on the positive tone set by U.S. markets overnight, with sentiment boosted by a potential trans-Atlantic acquisition.\r\n\r\nBONDS - The 10-year Treasury yield recovered from two-month lows struck overnight, and was back at a level prior to the jobs data release at around 1.90%.\r\n\r\nCOMMODITIES - Crude oil dipped, giving back some of the gains made overnight. Gold retreated as the dollar rebounded. It was last down to $1,211.40 an ounce after hitting a seven-week peak of $1,1224.10 on Monday.\r\n\r\nCURRENCIES - The US Dollar bounced higher during the overnight session recovering losses from Friday\'s drop. Australia’s currency jumped after the Reserve Bank of Australia kept its policy rate unchanged.\r\n\r\nECONOMIC DATA - JPY Monetary Policy Statement (tentative), US JOLTS Job Openings due at 10:00 ET.','Pre-Market Trading & Live Trading Room Acess','','inherit','open','closed','','2396-revision-v1','','','2015-04-07 10:54:37','2015-04-07 10:54:37','',2396,'http://www.thetradingroom.com/2396-revision-v1/',0,'revision','',0),(2402,2,'2015-04-07 10:55:45','2015-04-07 10:55:45','<p style=\"color: #500050;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636978032\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636978033\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636978034\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636978035\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><em><strong><span style=\"color: #000000;\">Access is simple,</span></strong> here is how to get started with a two week free trial...</em></p>\r\n\r\n<div style=\"color: #000000;\"><strong><em>Step 1</em>:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\">register as a guest.</a></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><strong><em>Step 2</em>: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><strong><em>Step 3</em>:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. Pre-market analysis and live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636978036\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636978037\"><span class=\"aQJ\">Friday</span></span> from 7:30 am to 10:30 am ET.</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><em><strong>It\'s really that simple!</strong></em></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"></div>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nSTOCKS - Global stocks rose as many European bourses re-opening after the Easter break took on the positive tone set by U.S. markets overnight, with sentiment boosted by a potential trans-Atlantic acquisition.\r\n\r\nBONDS - The 10-year Treasury yield recovered from two-month lows struck overnight, and was back at a level prior to the jobs data release at around 1.90%.\r\n\r\nCOMMODITIES - Crude oil dipped, giving back some of the gains made overnight. Gold retreated as the dollar rebounded. It was last down to $1,211.40 an ounce after hitting a seven-week peak of $1,1224.10 on Monday.\r\n\r\nCURRENCIES - The US Dollar bounced higher during the overnight session recovering losses from Friday\'s drop. Australia’s currency jumped after the Reserve Bank of Australia kept its policy rate unchanged.\r\n\r\nECONOMIC DATA - JPY Monetary Policy Statement (tentative), US JOLTS Job Openings due at 10:00 ET.','Pre-Market Trading & Live Trading Room Acess','','inherit','open','closed','','2396-revision-v1','','','2015-04-07 10:55:45','2015-04-07 10:55:45','',2396,'http://www.thetradingroom.com/2396-revision-v1/',0,'revision','',0),(2403,2,'2015-04-08 10:05:20','0000-00-00 00:00:00','','Trade 123','','draft','open','closed','','trade-123','','','2015-04-08 10:05:20','2015-04-08 10:05:20','',0,'http://www.thetradingroom.com/?page_id=2403',0,'page','',0),(2404,2,'2015-04-07 21:15:54','2015-04-07 21:15:54','','Trade 123','','inherit','open','closed','','2403-revision-v1','','','2015-04-07 21:15:54','2015-04-07 21:15:54','',2403,'http://www.thetradingroom.com/2403-revision-v1/',0,'revision','',0),(2405,2,'2015-04-08 10:44:48','2015-04-08 10:44:48','<span style=\"color: #222222;\">UPDATED 6:39 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS -  Global stocks rose with BP PLC among the pre-market gainers after a mega oil deal was announced in London and European stocks marked a new record high.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS -  </span><span style=\"color: #000000; font-family: \'Helvetica Neue\', HelveticaNeue, helvetica, arial, sans-serif;\">Treasuries traded flat </span>while investors looked ahead to the latest minutes of the Federal Open Market Committee meeting.</div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">\r\nCOMMODITIES - </span>  Crude oil prices  were under pressure after more signs of rising inventory and record crude production out of Saudi Arabia.</div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span> US dollar shifted lower across most currencies and against the yen specifically after the Bank of Japan held its policy steady.</div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA - </span><span style=\"color: #000000;\">FOMC Member Dudley Speaks at 9:30, </span><span style=\"color: #000000;\">Crude Oil Inventories at 10:30, </span><span style=\"color: #000000;\">FOMC Meeting Minutes at 14:00 ET.</span></div>','Pre-Market Trading for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-stocks-bonds-commodities-forex-3','','','2015-04-08 10:44:48','2015-04-08 10:44:48','',0,'http://www.thetradingroom.com/?p=2405',0,'post','',0),(2406,2,'2015-04-08 10:44:48','2015-04-08 10:44:48','<span style=\"color: #222222;\">UPDATED 6:39 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS -  Global stocks rose with BP PLC among the pre-market gainers after a mega oil deal was announced in London and European stocks marked a new record high.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS -  </span><span style=\"color: #000000; font-family: \'Helvetica Neue\', HelveticaNeue, helvetica, arial, sans-serif;\">Treasuries traded flat </span>while investors looked ahead to the latest minutes of the Federal Open Market Committee meeting.</div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">\r\nCOMMODITIES - </span>  Crude oil prices  were under pressure after more signs of rising inventory and record crude production out of Saudi Arabia.</div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span> US dollar shifted lower across most currencies and against the yen specifically after the Bank of Japan held its policy steady.</div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA - </span><span style=\"color: #000000;\">FOMC Member Dudley Speaks at 9:30, </span><span style=\"color: #000000;\">Crude Oil Inventories at 10:30, </span><span style=\"color: #000000;\">FOMC Meeting Minutes at 14:00 ET.</span></div>','Pre-Market Trading for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','2405-revision-v1','','','2015-04-08 10:44:48','2015-04-08 10:44:48','',2405,'http://www.thetradingroom.com/2405-revision-v1/',0,'revision','',0),(2407,2,'2015-04-09 11:59:07','2015-04-09 11:59:07','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/02e652afea/TEST/a7cf3e1a02/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636986717\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636986718\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636986719\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636986720\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><strong><span style=\"color: #000000;\">Access is simple,</span></strong> here is how to get started with a two week free trial...</p>\r\n\r\n<div style=\"color: #222222;\"><strong>Step 1:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/02e652afea/TEST/ff07654b39/trial=1\" target=\"_blank\">register as a guest.</a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple</div>\r\n<div style=\"color: #222222;\">asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room.</div>\r\n<div style=\"color: #222222;\">Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar.</div>\r\n<div style=\"color: #222222;\">Live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636986721\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636986722\"><span class=\"aQJ\">Friday</span></span> <wbr />from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636986723\"><span class=\"aQJ\">7:30 am to 10:30 am ET</span></span>.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>It\'s really that simple!</strong></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Pre-market price action and scheduled economic data that may have an impact on the global financial markets:</div>\r\nSTOCKS - U.S. stock futures slipped, as investors continued to digest the prior day’s Federal Reserve minutes. In Asia, the Hang Seng closed up nearly 3%. Europe is slightly higher.\r\n\r\nBONDS - The price weakness that sent yields higher boosted foreign demand for a $21 billion sale of US 10-year Treasury notes.\r\n\r\nCOMMODITIES - Crude-oil futures gained, but the increase wasn\'t enough to offset losses of more than 6% in the last session on bearish oil stockpile numbers from the U.S. and Saudi Arabia.\r\n\r\nCURRENCIES - The dollar shifted higher against major rivals during the overnight session, with traders more confident that the U.S. central bank is on track to raise rates later this year.\r\n\r\nECONOMIC DATA - GBP Official Bank Rate due at 7:00, MPC Rate Statement (tentative), CAD Building Permits m/m and US Unemployment Claims at 8:30, Natural Gas Storage at 10:30, CNY CPI y/y at 21:30 ET.','Pre-Market Trading for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-stocks-bonds-commodities-forex-4','','','2015-04-09 11:59:07','2015-04-09 11:59:07','',0,'http://www.thetradingroom.com/?p=2407',0,'post','',0),(2408,2,'2015-04-09 11:59:07','2015-04-09 11:59:07','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/02e652afea/TEST/a7cf3e1a02/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636986717\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636986718\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636986719\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636986720\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><strong><span style=\"color: #000000;\">Access is simple,</span></strong> here is how to get started with a two week free trial...</p>\r\n\r\n<div style=\"color: #222222;\"><strong>Step 1:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/02e652afea/TEST/ff07654b39/trial=1\" target=\"_blank\">register as a guest.</a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple</div>\r\n<div style=\"color: #222222;\">asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room.</div>\r\n<div style=\"color: #222222;\">Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar.</div>\r\n<div style=\"color: #222222;\">Live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636986721\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636986722\"><span class=\"aQJ\">Friday</span></span> <wbr />from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_636986723\"><span class=\"aQJ\">7:30 am to 10:30 am ET</span></span>.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>It\'s really that simple!</strong></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Pre-market price action and scheduled economic data that may have an impact on the global financial markets:</div>\r\nSTOCKS - U.S. stock futures slipped, as investors continued to digest the prior day’s Federal Reserve minutes. In Asia, the Hang Seng closed up nearly 3%. Europe is slightly higher.\r\n\r\nBONDS - The price weakness that sent yields higher boosted foreign demand for a $21 billion sale of US 10-year Treasury notes.\r\n\r\nCOMMODITIES - Crude-oil futures gained, but the increase wasn\'t enough to offset losses of more than 6% in the last session on bearish oil stockpile numbers from the U.S. and Saudi Arabia.\r\n\r\nCURRENCIES - The dollar shifted higher against major rivals during the overnight session, with traders more confident that the U.S. central bank is on track to raise rates later this year.\r\n\r\nECONOMIC DATA - GBP Official Bank Rate due at 7:00, MPC Rate Statement (tentative), CAD Building Permits m/m and US Unemployment Claims at 8:30, Natural Gas Storage at 10:30, CNY CPI y/y at 21:30 ET.','Pre-Market Trading for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','2407-revision-v1','','','2015-04-09 11:59:07','2015-04-09 11:59:07','',2407,'http://www.thetradingroom.com/2407-revision-v1/',0,'revision','',0),(2410,2,'2015-04-14 02:09:19','2015-04-14 02:09:19','<p style=\"text-align: center;\"><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">RiosQuant EDU Workshop - 763 Futures Trading Rooms: Finding and Trading the 12 Best Rooms</span><br style=\"color: #000000;\" /><span style=\"color: #000000;\">by </span>Dean A Handley, PhD, MBA, JD</p>\r\n<span style=\"color: #000000;\">Today there are 763 futures trading rooms worldwide. The magnitude of choices is overwhelming and any applied search for the best rooms is unproductive. Join us in this special lecture and find out how Dr. Handley uncovered the 12 best rooms over a six year period that he found to be truthful, transparent and profitable, calling them Trade Titans. He will discuss his strict selection criteria and ranking for the best futures trading rooms. Before you spend another dime in this industry, join us for this exclusive look and revealing session on our hosts\' evaluation on what a real trading room should be.</span>\r\n<div style=\"color: #000000;\">\r\nApril 14th - Tueaday @ 8:00 pm ET\r\n\r\n<a href=\"https://attendee.gotowebinar.com/register/6280286538827338498\">Reserve your seat here.</a>\r\n\r\nSeating is limited, sign in 7 minutes early to secure your spot.\r\nThere will be a Q&amp;A session at the end of the lecture.</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2015/04/3-awards.jpg\"><img class=\"aligncenter size-full wp-image-2411\" src=\"http://www.thetradingroom.com/wp-content/uploads/2015/04/3-awards.jpg\" alt=\"3 awards\" width=\"329\" height=\"211\" /></a></div>','763 Futures Trading Rooms: Finding and Trading the 12 Best Rooms','','publish','open','closed','','763-futures-trading-rooms-finding-trading-12-best-rooms','','','2015-04-14 02:09:19','2015-04-14 02:09:19','',0,'http://www.thetradingroom.com/?p=2410',0,'post','',0),(2411,2,'2015-04-14 02:06:07','2015-04-14 02:06:07','','3 awards','','inherit','open','closed','','3-awards','','','2015-04-14 02:06:07','2015-04-14 02:06:07','',2410,'http://www.thetradingroom.com/wp-content/uploads/2015/04/3-awards.jpg',0,'attachment','image/jpeg',0),(2412,2,'2015-04-14 02:08:54','2015-04-14 02:08:54','','dean handley','','inherit','open','closed','','dean-handley-2','','','2015-04-14 02:08:54','2015-04-14 02:08:54','',2410,'http://www.thetradingroom.com/wp-content/uploads/2015/04/dean-handley.jpg',0,'attachment','image/jpeg',0),(2413,2,'2015-04-14 02:09:06','2015-04-14 02:09:06','<p style=\"text-align: center;\"><span style=\"color: #000000;\"> </span><span style=\"color: #000000;\">RiosQuant EDU Workshop - 763 Futures Trading Rooms: Finding and Trading the 12 Best Rooms</span><br style=\"color: #000000;\" /><span style=\"color: #000000;\">by </span>Dean A Handley, PhD, MBA, JD</p>\r\n<span style=\"color: #000000;\">Today there are 763 futures trading rooms worldwide. The magnitude of choices is overwhelming and any applied search for the best rooms is unproductive. Join us in this special lecture and find out how Dr. Handley uncovered the 12 best rooms over a six year period that he found to be truthful, transparent and profitable, calling them Trade Titans. He will discuss his strict selection criteria and ranking for the best futures trading rooms. Before you spend another dime in this industry, join us for this exclusive look and revealing session on our hosts\' evaluation on what a real trading room should be.</span>\r\n<div style=\"color: #000000;\">\r\nApril 14th - Tueaday @ 8:00 pm ET\r\n\r\n<a href=\"https://attendee.gotowebinar.com/register/6280286538827338498\">Reserve your seat here.</a>\r\n\r\nSeating is limited, sign in 7 minutes early to secure your spot.\r\nThere will be a Q&amp;A session at the end of the lecture.</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2015/04/3-awards.jpg\"><img class=\"aligncenter size-full wp-image-2411\" src=\"http://www.thetradingroom.com/wp-content/uploads/2015/04/3-awards.jpg\" alt=\"3 awards\" width=\"329\" height=\"211\" /></a></div>','763 Futures Trading Rooms: Finding and Trading the 12 Best Rooms','','inherit','open','closed','','2410-revision-v1','','','2015-04-14 02:09:06','2015-04-14 02:09:06','',2410,'http://www.thetradingroom.com/2410-revision-v1/',0,'revision','',0),(2415,2,'2015-04-14 10:52:25','2015-04-14 10:52:25','STOCKS - European stocks lost ground following five sessions of gains, US stock futures trading lower ahead of earning reports, among the companies whose shares are expected to see activity are Intel Corp., J.P. Morgan Chase &amp; Co., and Wells Fargo &amp; Co.\r\n\r\nBONDS - Swaps now suggest the Fed will lift its benchmark by next March. A year ago, markets indicated the Fed and ECB would be acting in unison by November 2016.\r\n\r\nCOMMODITIES - Oil prices kept moving higher on hopes U.S. shale oil production has peaked and may start falling.\r\n\r\nCURRENCIES - The cable currency pair remained subdued on Tuesday and traded near 2010 post-election lows.\r\n\r\nECONOMIC DATA - US Retail Sales m/m and PPI due at 8:30, Business Inventories m/m at 10:00, CNY Industrial Production y/y and GDP due at 22:00 ET.','Pre-Market Trading - Earnings Season','','inherit','open','closed','','2414-revision-v1','','','2015-04-14 10:52:25','2015-04-14 10:52:25','',2414,'http://www.thetradingroom.com/2414-revision-v1/',0,'revision','',0),(2416,2,'2015-04-14 21:49:49','2015-04-14 21:49:49','','trade 1','','publish','open','closed','','trade-1','','','2015-04-14 23:21:43','2015-04-14 23:21:43','',0,'http://www.thetradingroom.com/?page_id=2416',0,'page','',0),(2417,2,'2015-04-14 18:14:48','2015-04-14 18:14:48','','trade 1','','inherit','open','closed','','2416-revision-v1','','','2015-04-14 18:14:48','2015-04-14 18:14:48','',2416,'http://www.thetradingroom.com/2416-revision-v1/',0,'revision','',0),(2418,2,'2015-04-14 19:35:51','2015-04-14 19:35:51','','trading room art','','inherit','open','closed','','trading-room-art','','','2015-04-14 19:35:51','2015-04-14 19:35:51','',0,'http://www.thetradingroom.com/wp-content/uploads/2015/04/trading-room-art.jpg',0,'attachment','image/jpeg',0),(2419,2,'2015-04-14 19:53:11','2015-04-14 19:53:11','','trading room 5','','inherit','open','closed','','trading-room-5','','','2015-04-14 19:53:11','2015-04-14 19:53:11','',0,'http://www.thetradingroom.com/wp-content/uploads/2015/04/trading-room-5.jpg',0,'attachment','image/jpeg',0),(2420,2,'2015-04-14 19:57:07','2015-04-14 19:57:07','','trading room beige','','inherit','open','closed','','trading-room-beige','','','2015-04-14 19:57:07','2015-04-14 19:57:07','',0,'http://www.thetradingroom.com/wp-content/uploads/2015/04/trading-room-beige.jpg',0,'attachment','image/jpeg',0),(2421,2,'2015-04-14 22:02:12','0000-00-00 00:00:00','','Trade Titan','','draft','open','closed','','trade-titan','','','2015-04-14 22:02:12','2015-04-14 22:02:12','',0,'http://www.thetradingroom.com/?page_id=2421',0,'page','',0),(2510,2,'2015-06-08 11:26:46','2015-06-08 11:26:46','From the desk of Joe Rios\r\n\r\nLast week we noticed the correlation between the bond market and the US dollar to be outside of its historical norm. The US dollar usually trades in same direction as the bond yield, not bond price. None the less, bonds traded down with the US dollar for most of the week. However, after the US employment data release, the US Dollar reversed as unwinding of recent positions became evident.\r\n\r\nThis decoupling between these markets should provide an interesting week ahead in the financial markets. Will commodities continue to take its cue from the US dollar? Will gold trade with the bond or currency market? Will the commodity currencies lead the way? In the week ahead I will continue to focus on the intermarket relationships and the direction of the US dollar.\r\n\r\n&nbsp;\r\n\r\nThe commodity markets provided trading opportunities with grains outperforming led by wheat gaining 8.44% and corn 2.63%. The velocity leaders to the downside was silver -3.63%, crude oil -2.35% and natural gas -1.87%. I will also pay close attention to the technicals of the market including recurring patterns and key breakpoints. There is also plenty of potential market moving data releases from China, New Zealand and Australia.\r\n\r\n<em><strong>  - Joe Rios</strong></em>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room® TradeLAB - </strong><strong>Global Trading with Quantitative Technologies</strong>\r\n\r\nJoin our trading community with RiosQuant trade coaches Agustin Criado and Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<strong> </strong>\r\n\r\n<span data-term=\"goog_575487534\">Monday</span> thru <span data-term=\"goog_575487535\">Friday</span> - From 7:30 am to 10:30 am ET\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/436103a58b/TEST/56c072360d\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...\r\n\r\n&nbsp;\r\n\r\n<strong>Step 1:</strong> Click on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/436103a58b/TEST/04ab2bb6d0/trial=1\">register as a guest.</a>\r\n\r\n&nbsp;\r\n\r\n<strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple\r\n\r\nasset classes including the financials, metals, energies, grains and forex.\r\n\r\n<strong> </strong>\r\n\r\n<strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. Live trading begins <span data-term=\"goog_575487537\">Monday</span> thru <span data-term=\"goog_575487538\">Friday</span> from<span data-term=\"goog_575487539\">7:30 am to 10:30 am ET</span>.\r\n\r\n&nbsp;\r\n\r\n<strong>It\'s really that simple!</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nSunday\r\n\r\nday one                                ALL         G7 meetings\r\n\r\n&nbsp;\r\n\r\nMonday\r\n\r\nTentative             CNY        Trade Balance\r\n\r\nDay Two                               ALL         G7 Meetings\r\n\r\n8:30 AM               CAD       Building Permits\r\n\r\n9:30 PM                AUD       NAB Business Confidence\r\n\r\n9:30 PM                CNY        CPI\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n10:00 AM             USD       JOLTS Job Openings\r\n\r\n10:50 PM             AUD       RBA        Gov. Stevens Speaks\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM               GBP       Manufacturing Production\r\n\r\n10:30 AM             CL           Crude Oil Inventories\r\n\r\n4:00 PM                GBP       Gov. Carney Speaks\r\n\r\n5:00 PM                NZD       RBNZ Rate Statement\r\n\r\n9:30 PM                AUD       Unemployment Rate\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n1:30 AM               CNY        Industrial Production\r\n\r\n8:30 AM               USD       Retail Sales And Unemployment Claims\r\n\r\nFriday\r\n\r\n8:30 AM               USD       PPI\r\n\r\n10:00 AM             USD       Preliminary UoM Consumer Sentiment\r\n\r\n&nbsp;\r\n<div style=\"color: #ffffff;\"><span style=\"font-size: small;\"><b><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY\r\nFUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</span></b></span></div>\r\n<div style=\"color: #ffffff;\"><span style=\"font-size: small;\"><b><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></b></span></div>\r\n&nbsp;','The Week Ahead in the Markets','','publish','open','closed','','week-ahead-markets-3','','','2015-06-08 11:26:46','2015-06-08 11:26:46','',0,'http://www.thetradingroom.com/?p=2510',0,'post','',0),(2423,2,'2015-04-14 21:46:59','2015-04-14 21:46:59','','Trade Titan','','inherit','open','closed','','2421-revision-v1','','','2015-04-14 21:46:59','2015-04-14 21:46:59','',2421,'http://www.thetradingroom.com/2421-revision-v1/',0,'revision','',0),(2424,2,'2015-04-20 12:06:26','2015-04-20 12:06:26','Volatility spiked 16.6% with the energy sector outperforming the broad markets led by crude oil closing the week 8.8% higher followed by heating oil 7.1% and natural gas 5.2%. The correlation we have been noting between the US dollar and commodities tighten sharply last week as the weakness in the US dollar helped propel the commodity currencies higher led by the Canadian dollar closing the week 3.5% higher. Canada is known to be one of the largest producers of oil out of the G 10 group. Although the US has become a major oil producer the greenback is not considered a commodity currency, instead it is viewed more as a safe haven currency. Crude oil futures will be starting the week at the top edge of the range box that began at the beginning of the year while the Canadian dollar broke out of its range by mid week. The euro finished the week in the middle of the range. In the week ahead the euro should be on the spotlight as Greek fears may start to rise which Ihould be good news for euro bears and may also help the Dax rally higher. The Dax  is a <a href=\"http://en.wikipedia.org/wiki/Blue_chip_(stock_market)\">blue chip</a> <a href=\"http://en.wikipedia.org/wiki/Stock_market_index\">stock market index</a> consisting of the 30 major <a href=\"http://en.wikipedia.org/wiki/Germany\">German</a> companies trading on the <a href=\"http://en.wikipedia.org/wiki/Frankfurt_Stock_Exchange\">Frankfurt Stock Exchange</a>. The cyclical recovery in the Eurozone which is expected to be lengthened in the week\'s flash PMI readings are largely offset by the ECB\'s asset purchases and the drop in fixed income yields. Most German bunds now have negative interest rate yields.\r\n\r\nIn the week ahead I will continue to pay close attention to correlations between the major asset classes and rotation flows for an early indication to market direction. Will risk-off dominate the market sentiment? Will the US dollar retrace? Will the benchmarks breakout of the recent range or more consolidation? Join us this week in The Trading Room® TradeLAB and find out how we use correlations to uncover developing set ups with ideal trading opportunities.\r\n\r\n<em><strong>Joe Rios </strong></em>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room® TradeLAB - </strong>Global Trading with Quantitative Technologies\r\n\r\nJoin our trading community with RiosQuant trade coaches Agustin Criado and Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\nMonday thru Friday - From 7:30 am to 10:30 am ET\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/d1c2b5d6fd/16fa22386d/a0fffa6c96\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n\r\n<strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...\r\n\r\n<strong>Step 1:</strong> Click on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/d1c2b5d6fd/16fa22386d/914c359692/trial=1\">register as a guest.</a>\r\n\r\n<strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple\r\n\r\nasset classes including the financials, metals, energies, grains and forex.\r\n\r\n<strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. Live trading begins Monday thru Friday from 7:30 am to 10:30 am ET.\r\n\r\n<strong>It\'s really that simple!</strong>\r\n\r\n<hr />\r\n\r\n<strong>Monday</strong>\r\n\r\n10:05 AM              CAD        BOC  Gov. Poloz speaks\r\n\r\n12:30 PM              AUD        RBA         Gov. Stevens speaks\r\n\r\n9:30 PM                 AUD        monetary policy meeting minutes\r\n\r\n&nbsp;\r\n\r\n<strong>Tuesday</strong>\r\n\r\n5:00 AM                                EUR         German ZEW economic sentiment\r\n\r\n8:30 AM                                CAD        wholesale sales\r\n\r\n&nbsp;\r\n\r\n<strong>Wednesday</strong>\r\n\r\n4:30 AM                GBP         MPC official bank rate votes\r\n\r\n10:30 AMCL          crude oil inventories\r\n\r\n9:45 PMCNY         HSBC flash manufacturing PMI\r\n\r\n&nbsp;\r\n\r\n<strong>Thursday</strong>\r\n\r\n3:00 AM                EUR        French flash manufacturing PMI\r\n\r\n3:30 AM                EUR        German flash manufacturing PMI\r\n\r\n4:30 AM                GBP        retail sales\r\n\r\n8:30 AM                USD        unemployment claims\r\n\r\n9:45 AM                USD        flash manufacturing PMI\r\n\r\n10:30 AM NG        natural gas storage\r\n\r\n&nbsp;\r\n\r\n<strong>Friday</strong>\r\n\r\n4:00 AM                EUR        German Ifo business climate\r\n\r\n8:30 AM                USD        core durable goods orders\r\n\r\n10:30 AM              CAD        BOC  Gov. Poloz speaks\r\n\r\n&nbsp;\r\n<div style=\"color: #ffffff;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY  FUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS </span></span><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></div>\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-39','','','2015-04-20 12:06:26','2015-04-20 12:06:26','',0,'http://www.thetradingroom.com/?p=2424',0,'post','',0),(2426,2,'2015-04-20 12:02:34','2015-04-20 12:02:34','Volatility spiked 16.6% with the energy sector outperforming the broad markets led by crude oil closing the week 8.8% higher followed by heating oil 7.1% and natural gas 5.2%. The correlation we have been noting between the US dollar and commodities tighten sharply last week as the weakness in the US dollar helped propel the commodity currencies higher led by the Canadian dollar closing the week 3.5% higher. Canada is known to be one of the largest producers of oil out of the G 10 group. Although the US has become a major oil producer the greenback is not considered a commodity currency, instead it is viewed more as a safe haven currency. Crude oil futures will be starting the week at the top edge of the range box that began at the beginning of the year while the Canadian dollar broke out of its range by mid week. The euro finished the week in the middle of the range. In the week ahead the euro should be on the spotlight as Greek fears may start to rise which Ihould be good news for euro bears and may also help the Dax rally higher. The Dax  is a <a href=\"http://en.wikipedia.org/wiki/Blue_chip_(stock_market)\">blue chip</a> <a href=\"http://en.wikipedia.org/wiki/Stock_market_index\">stock market index</a> consisting of the 30 major <a href=\"http://en.wikipedia.org/wiki/Germany\">German</a> companies trading on the <a href=\"http://en.wikipedia.org/wiki/Frankfurt_Stock_Exchange\">Frankfurt Stock Exchange</a>. The cyclical recovery in the Eurozone which is expected to be lengthened in the week\'s flash PMI readings are largely offset by the ECB\'s asset purchases and the drop in fixed income yields. Most German bunds now have negative interest rate yields.\r\n\r\nIn the week ahead I will continue to pay close attention to correlations between the major asset classes and rotation flows for an early indication to market direction. Will risk-off dominate the market sentiment? Will the US dollar retrace? Will the benchmarks breakout of the recent range or more consolidation? Join us this week in The Trading Room® TradeLAB and find out how we use correlations to uncover developing set ups with ideal trading opportunities.\r\n\r\n<em><strong>Joe Rios </strong></em>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room® TradeLAB - </strong>Global Trading with Quantitative Technologies\r\n\r\nJoin our trading community with RiosQuant trade coaches Agustin Criado and Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\nMonday thru Friday - From 7:30 am to 10:30 am ET\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/d1c2b5d6fd/16fa22386d/a0fffa6c96\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n\r\n<strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...\r\n\r\n<strong>Step 1:</strong> Click on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/d1c2b5d6fd/16fa22386d/914c359692/trial=1\">register as a guest.</a>\r\n\r\n<strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple\r\n\r\nasset classes including the financials, metals, energies, grains and forex.\r\n\r\n<strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. Live trading begins Monday thru Friday from 7:30 am to 10:30 am ET.\r\n\r\n<strong>It\'s really that simple!</strong>\r\n\r\n<hr />\r\n\r\n<strong>Monday</strong>\r\n\r\n10:05 AM              CAD        BOC  Gov. Poloz speaks\r\n\r\n12:30 PM              AUD        RBA         Gov. Stevens speaks\r\n\r\n9:30 PM                 AUD        monetary policy meeting minutes\r\n\r\n&nbsp;\r\n\r\n<strong>Tuesday</strong>\r\n\r\n5:00 AM                                EUR         German ZEW economic sentiment\r\n\r\n8:30 AM                                CAD        wholesale sales\r\n\r\n&nbsp;\r\n\r\n<strong>Wednesday</strong>\r\n\r\n4:30 AM                GBP         MPC official bank rate votes\r\n\r\n10:30 AMCL          crude oil inventories\r\n\r\n9:45 PMCNY         HSBC flash manufacturing PMI\r\n\r\n&nbsp;\r\n\r\n<strong>Thursday</strong>\r\n\r\n3:00 AM                EUR        French flash manufacturing PMI\r\n\r\n3:30 AM                EUR        German flash manufacturing PMI\r\n\r\n4:30 AM                GBP        retail sales\r\n\r\n8:30 AM                USD        unemployment claims\r\n\r\n9:45 AM                USD        flash manufacturing PMI\r\n\r\n10:30 AM NG        natural gas storage\r\n\r\n&nbsp;\r\n\r\n<strong>Friday</strong>\r\n\r\n4:00 AM                EUR        German Ifo business climate\r\n\r\n8:30 AM                USD        core durable goods orders\r\n\r\n10:30 AM              CAD        BOC  Gov. Poloz speaks\r\n\r\n&nbsp;\r\n<div style=\"color: #ffffff;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY  FUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS </span></span><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></div>\r\n&nbsp;','','','inherit','open','closed','','2424-revision-v1','','','2015-04-20 12:02:34','2015-04-20 12:02:34','',2424,'http://www.thetradingroom.com/2424-revision-v1/',0,'revision','',0),(2425,2,'2015-04-20 11:57:35','2015-04-20 11:57:35','Volatility spiked 16.6% with the energy sector outperforming the broad markets led by crude oil closing the week 8.8% higher followed by heating oil 7.1% and natural gas 5.2%. The correlation we have been noting between the US dollar and commodities tighten sharply last week as the weakness in the US dollar helped propel the commodity currencies higher led by the Canadian dollar closing the week 3.5% higher. Canada is known to be one of the largest producers of oil out of the G 10 group. Although the US has become a major oil producer the greenback is not considered a commodity currency, instead it is viewed more as a safe haven currency. Crude oil futures will be starting the week at the top edge of the range box that began at the beginning of the year while the Canadian dollar broke out of its range by mid week. The euro finished the week in the middle of the range. In the week ahead the euro should be on the spotlight as Greek fears may start to rise which Ihould be good news for euro bears and may also help the Dax rally higher. The Dax  is a <a href=\"http://en.wikipedia.org/wiki/Blue_chip_(stock_market)\">blue chip</a> <a href=\"http://en.wikipedia.org/wiki/Stock_market_index\">stock market index</a> consisting of the 30 major <a href=\"http://en.wikipedia.org/wiki/Germany\">German</a> companies trading on the <a href=\"http://en.wikipedia.org/wiki/Frankfurt_Stock_Exchange\">Frankfurt Stock Exchange</a>. The cyclical recovery in the Eurozone which is expected to be lengthened in the week\'s flash PMI readings are largely offset by the ECB\'s asset purchases and the drop in fixed income yields. Most German bunds now have negative interest rate yields.\r\n\r\nIn the week ahead I will continue to pay close attention to correlations between the major asset classes and rotation flows for an early indication to market direction. Will risk-off dominate the market sentiment? Will the US dollar retrace? Will the benchmarks breakout of the recent range or more consolidation? Join us this week in The Trading Room® TradeLAB and find out how we use correlations to uncover developing set ups with ideal trading opportunities.\r\n\r\n<em><strong>Joe Rios </strong></em>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<table width=\"650\">\r\n<tbody>\r\n<tr>\r\n<td width=\"463\">\r\n<table width=\"415\">\r\n<tbody>\r\n<tr>\r\n<td><strong>The Trading Room® TradeLAB - </strong>Global Trading with Quantitative Technologies\r\n\r\n&nbsp;\r\n\r\nJoin our trading community with RiosQuant trade coaches Agustin Criado and Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<strong> </strong>\r\n\r\nMonday thru Friday - From 7:30 am to 10:30 am ET\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/d1c2b5d6fd/16fa22386d/a0fffa6c96\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...\r\n\r\n&nbsp;\r\n\r\n<strong>Step 1:</strong> Click on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/d1c2b5d6fd/16fa22386d/914c359692/trial=1\">register as a guest.</a>\r\n\r\n&nbsp;\r\n\r\n<strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple\r\n\r\nasset classes including the financials, metals, energies, grains and forex.\r\n\r\n<strong> </strong>\r\n\r\n<strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. Live trading begins Monday thru Friday from 7:30 am to 10:30 am ET.\r\n\r\n&nbsp;\r\n\r\n<strong>It\'s really that simple!</strong>\r\n\r\n&nbsp;\r\n\r\n_______________________________\r\n\r\n<strong> </strong>\r\n\r\n<strong>The Insider\'s Quant (I.Q.) Room - </strong>Advanced concepts with Joe Rios\r\n\r\n&nbsp;\r\n\r\nTraining begins at 11:00 AM and ends at 12:30 AM ET\r\n\r\n<strong> </strong>\r\n\r\n<strong>* Monday - 11:00 pm to 12:30 pm ET</strong>\r\n\r\n<strong><em>What\'s Next in The Week Ahead </em></strong>\r\n\r\n&nbsp;\r\n\r\n<strong>* Wednesday -  </strong><strong>11:00 am to 12:30 pm ET</strong>\r\n\r\n<strong><em>Strategies for Success</em> </strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong>* Friday -  </strong><strong>11:00 am to 12:30 pm ET</strong>\r\n\r\n<strong><em>Insider\'s Round Table  Meetup</em></strong>\r\n\r\n&nbsp;\r\n\r\n<strong>Subscription Only - </strong><strong><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/d1c2b5d6fd/16fa22386d/7741dd210e\">Request a free trial here.</a></strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2>MONDAY</h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\n10:05 AM              CAD        BOC  Gov. Poloz speaks\r\n\r\n12:30 PM              AUD        RBA  Gov. Stevens speaks\r\n\r\n9:30 PM                AUD        monetary policy meeting minutes\r\n<h2>TUESDAY</h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\n5:00 AM                 EUR  German ZEW economic sentiment\r\n\r\n8:30 AM                 CAD        wholesale sales\r\n<h2>WEDNESDAY</h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\n4:30 AM                GBP         MPC official bank rate votes\r\n\r\n10:30 AM              CL            crude oil inventories\r\n\r\n9:45 PM                CNY         HSBC flash manufacturing PMI\r\n<h2>THURSDAY</h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\n3:00 AM                 EUR        French flash manufacturing PMI\r\n\r\n3:30 AM                 EUR        German flash manufacturing PMI\r\n\r\n4:30 AM                 GBP         retail sales\r\n\r\n8:30 AM                 USD         unemployment claims\r\n\r\n9:45 AM                 USD         flash manufacturing PMI\r\n\r\n10:30 AM               NG           natural gas storage\r\n<h2>FRIDAY</h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\n4:00 AM                EUR         German Ifo business climate\r\n\r\n8:30 AM                USD         core durable goods orders</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<table width=\"650\">\r\n<tbody>\r\n<tr>\r\n<td><strong>THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY\r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</strong>\r\n\r\n<strong>PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','','','inherit','open','closed','','2424-revision-v1','','','2015-04-20 11:57:35','2015-04-20 11:57:35','',2424,'http://www.thetradingroom.com/2424-revision-v1/',0,'revision','',0),(2427,2,'2015-04-20 12:06:26','2015-04-20 12:06:26','Volatility spiked 16.6% with the energy sector outperforming the broad markets led by crude oil closing the week 8.8% higher followed by heating oil 7.1% and natural gas 5.2%. The correlation we have been noting between the US dollar and commodities tighten sharply last week as the weakness in the US dollar helped propel the commodity currencies higher led by the Canadian dollar closing the week 3.5% higher. Canada is known to be one of the largest producers of oil out of the G 10 group. Although the US has become a major oil producer the greenback is not considered a commodity currency, instead it is viewed more as a safe haven currency. Crude oil futures will be starting the week at the top edge of the range box that began at the beginning of the year while the Canadian dollar broke out of its range by mid week. The euro finished the week in the middle of the range. In the week ahead the euro should be on the spotlight as Greek fears may start to rise which Ihould be good news for euro bears and may also help the Dax rally higher. The Dax  is a <a href=\"http://en.wikipedia.org/wiki/Blue_chip_(stock_market)\">blue chip</a> <a href=\"http://en.wikipedia.org/wiki/Stock_market_index\">stock market index</a> consisting of the 30 major <a href=\"http://en.wikipedia.org/wiki/Germany\">German</a> companies trading on the <a href=\"http://en.wikipedia.org/wiki/Frankfurt_Stock_Exchange\">Frankfurt Stock Exchange</a>. The cyclical recovery in the Eurozone which is expected to be lengthened in the week\'s flash PMI readings are largely offset by the ECB\'s asset purchases and the drop in fixed income yields. Most German bunds now have negative interest rate yields.\r\n\r\nIn the week ahead I will continue to pay close attention to correlations between the major asset classes and rotation flows for an early indication to market direction. Will risk-off dominate the market sentiment? Will the US dollar retrace? Will the benchmarks breakout of the recent range or more consolidation? Join us this week in The Trading Room® TradeLAB and find out how we use correlations to uncover developing set ups with ideal trading opportunities.\r\n\r\n<em><strong>Joe Rios </strong></em>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room® TradeLAB - </strong>Global Trading with Quantitative Technologies\r\n\r\nJoin our trading community with RiosQuant trade coaches Agustin Criado and Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\nMonday thru Friday - From 7:30 am to 10:30 am ET\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/d1c2b5d6fd/16fa22386d/a0fffa6c96\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n\r\n<strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...\r\n\r\n<strong>Step 1:</strong> Click on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/d1c2b5d6fd/16fa22386d/914c359692/trial=1\">register as a guest.</a>\r\n\r\n<strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple\r\n\r\nasset classes including the financials, metals, energies, grains and forex.\r\n\r\n<strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. Live trading begins Monday thru Friday from 7:30 am to 10:30 am ET.\r\n\r\n<strong>It\'s really that simple!</strong>\r\n\r\n<hr />\r\n\r\n<strong>Monday</strong>\r\n\r\n10:05 AM              CAD        BOC  Gov. Poloz speaks\r\n\r\n12:30 PM              AUD        RBA         Gov. Stevens speaks\r\n\r\n9:30 PM                 AUD        monetary policy meeting minutes\r\n\r\n&nbsp;\r\n\r\n<strong>Tuesday</strong>\r\n\r\n5:00 AM                                EUR         German ZEW economic sentiment\r\n\r\n8:30 AM                                CAD        wholesale sales\r\n\r\n&nbsp;\r\n\r\n<strong>Wednesday</strong>\r\n\r\n4:30 AM                GBP         MPC official bank rate votes\r\n\r\n10:30 AMCL          crude oil inventories\r\n\r\n9:45 PMCNY         HSBC flash manufacturing PMI\r\n\r\n&nbsp;\r\n\r\n<strong>Thursday</strong>\r\n\r\n3:00 AM                EUR        French flash manufacturing PMI\r\n\r\n3:30 AM                EUR        German flash manufacturing PMI\r\n\r\n4:30 AM                GBP        retail sales\r\n\r\n8:30 AM                USD        unemployment claims\r\n\r\n9:45 AM                USD        flash manufacturing PMI\r\n\r\n10:30 AM NG        natural gas storage\r\n\r\n&nbsp;\r\n\r\n<strong>Friday</strong>\r\n\r\n4:00 AM                EUR        German Ifo business climate\r\n\r\n8:30 AM                USD        core durable goods orders\r\n\r\n10:30 AM              CAD        BOC  Gov. Poloz speaks\r\n\r\n&nbsp;\r\n<div style=\"color: #ffffff;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY  FUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS </span></span><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></div>\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2424-revision-v1','','','2015-04-20 12:06:26','2015-04-20 12:06:26','',2424,'http://www.thetradingroom.com/2424-revision-v1/',0,'revision','',0),(2430,2,'2015-04-22 11:18:56','2015-04-22 11:18:56','<p style=\"color: rgb(80, 0, 80); text-align: center;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3Xq2ittuYvh.1AF&amp;b=EzVnSCbROZXjPtgECJalcw\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_477858370\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_477858371\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_477858372\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_477858373\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 1:</strong></span><span style=\"color: #000000;\"> Click on the following link and </span><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3Xq2ittuYvh.1AF&amp;b=EzVnSCbROZXjPtgECJalcw\" target=\"_blank\">register as a guest.</a></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</span></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. Pre-market analysis and live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_477858374\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_477858375\"><span class=\"aQJ\">Friday</span></span> from 7:30 am to 10:30 am ET.</span></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><strong>It\'s really that simple!</strong></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">Pre-market activity and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<p style=\"color: #500050;\"><strong>STOCKS</strong> - In premarket the futures on the Dow and the S&amp;P are in the red. Stocks in Europe are also crumbling. But Asia had a fairly upbeat day, with the Nikkei rallying more than 1% to a fresh 15-year high, while Shanghai stocks surged another 2.4%.</p>\r\n<p style=\"color: #500050;\"><strong>BONDS</strong> - For the first time, an index of three-month interbank loans in euros fell below zero <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_477858377\"><span class=\"aQJ\">on Tuesday</span></span>. Elsewhere, the Spanish government raised funding for the same period of time and got paid to take the money.</p>\r\n<p style=\"color: #500050;\"><strong>COMMODITIES</strong> - The Saudis ending airstrikes in Yemen and expectations of rising U.S. stockpiles, data due later this morning, are putting the screw on crude oil.</p>\r\n<p style=\"color: #500050;\"><strong>CURRENCIES</strong> - The US dollar eased against the yen in Asia trade, getting a boost as Japan’s main stock market trimmed its earlier gains, action that limited selling of the Japanese currency. Meanwhile, the Australian dollar climbed on rising inflation.</p>\r\n<p style=\"color: #500050;\"><strong>ECONOMIC DATA</strong> - US Existing Home Sales due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_477858378\"><span class=\"aQJ\">10:00</span></span>, Crude Oil Inventories at<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_477858379\"><span class=\"aQJ\">10:30</span></span>, CNY HSBC Flash Manufacturing PMI at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_477858380\"><span class=\"aQJ\">21:45 ET</span></span>.</p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"> </span><strong><span style=\"color: #000000;\">    </span></strong></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">    </span><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></p>','Pre-Market Trading for Stock, Bond, Commodity and Forex Market','','inherit','open','closed','','2429-revision-v1','','','2015-04-22 11:18:56','2015-04-22 11:18:56','',2429,'http://www.thetradingroom.com/2429-revision-v1/',0,'revision','',0),(2433,2,'2015-04-22 11:21:30','2015-04-22 11:21:30','<p style=\"text-align: center;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<a href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3Xq2ittuYvh.1AF&amp;b=EzVnSCbROZXjPtgECJalcw\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 7:30 am and ends at 10:30 am ET Monday thruFriday.\r\n\r\n<strong>Access is simple,</strong> here is how to get started with a two week free trial...\r\n\r\n<strong>Step 1:</strong> Click on the following link and <a href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3Xq2ittuYvh.1AF&amp;b=EzVnSCbROZXjPtgECJalcw\">register as a guest.</a>\r\n\r\n<strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.\r\n\r\n<strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. Pre-market analysis and live trading begins Monday thru Friday from 7:30 am to 10:30 am ET.\r\n\r\n<strong>It\'s really that simple!</strong>\r\n\r\nPre-market activity and scheduled economic data that may have an impact on the global financial markets:\r\n\r\n<strong>STOCKS</strong> - In premarket the futures on the Dow and the S&amp;P are in the red. Stocks in Europe are also crumbling. But Asia had a fairly upbeat day, with the Nikkei rallying more than 1% to a fresh 15-year high, while Shanghai stocks surged another 2.4%.\r\n\r\n<strong>BONDS</strong> - For the first time, an index of three-month interbank loans in euros fell below zero on Tuesday. Elsewhere, the Spanish government raised funding for the same period of time and got paid to take the money.\r\n\r\n<strong>COMMODITIES</strong> - The Saudis ending airstrikes in Yemen and expectations of rising U.S. stockpiles, data due later this morning, are putting the screw on crude oil.\r\n\r\n<strong>CURRENCIES</strong> - The US dollar eased against the yen in Asia trade, getting a boost as Japan’s main stock market trimmed its earlier gains, action that limited selling of the Japanese currency. Meanwhile, the Australian dollar climbed on rising inflation.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Existing Home Sales due at 10:00, Crude Oil Inventories at10:30, CNY HSBC Flash Manufacturing PMI at 21:45 ET.\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"> </span><strong><span style=\"color: #000000;\">    </span></strong></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">    </span><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></p>','Pre-Market Trading for Stock, Bond, Commodity and Forex Market','','inherit','open','closed','','2429-revision-v1','','','2015-04-22 11:21:30','2015-04-22 11:21:30','',2429,'http://www.thetradingroom.com/2429-revision-v1/',0,'revision','',0),(2431,2,'2015-04-22 11:19:11','2015-04-22 11:19:11','<p style=\"color: #500050; text-align: center;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3Xq2ittuYvh.1AF&amp;b=EzVnSCbROZXjPtgECJalcw\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_477858370\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_477858371\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_477858372\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_477858373\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 1:</strong></span><span style=\"color: #000000;\"> Click on the following link and </span><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3Xq2ittuYvh.1AF&amp;b=EzVnSCbROZXjPtgECJalcw\" target=\"_blank\">register as a guest.</a></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</span></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. Pre-market analysis and live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_477858374\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_477858375\"><span class=\"aQJ\">Friday</span></span> from 7:30 am to 10:30 am ET.</span></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><strong>It\'s really that simple!</strong></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">Pre-market activity and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<p style=\"color: #500050;\"><strong>STOCKS</strong> - In premarket the futures on the Dow and the S&amp;P are in the red. Stocks in Europe are also crumbling. But Asia had a fairly upbeat day, with the Nikkei rallying more than 1% to a fresh 15-year high, while Shanghai stocks surged another 2.4%.</p>\r\n<p style=\"color: #500050;\"><strong>BONDS</strong> - For the first time, an index of three-month interbank loans in euros fell below zero <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_477858377\"><span class=\"aQJ\">on Tuesday</span></span>. Elsewhere, the Spanish government raised funding for the same period of time and got paid to take the money.</p>\r\n<p style=\"color: #500050;\"><strong>COMMODITIES</strong> - The Saudis ending airstrikes in Yemen and expectations of rising U.S. stockpiles, data due later this morning, are putting the screw on crude oil.</p>\r\n<p style=\"color: #500050;\"><strong>CURRENCIES</strong> - The US dollar eased against the yen in Asia trade, getting a boost as Japan’s main stock market trimmed its earlier gains, action that limited selling of the Japanese currency. Meanwhile, the Australian dollar climbed on rising inflation.</p>\r\n<p style=\"color: #500050;\"><strong>ECONOMIC DATA</strong> - US Existing Home Sales due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_477858378\"><span class=\"aQJ\">10:00</span></span>, Crude Oil Inventories at<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_477858379\"><span class=\"aQJ\">10:30</span></span>, CNY HSBC Flash Manufacturing PMI at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_477858380\"><span class=\"aQJ\">21:45 ET</span></span>.</p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"> </span><strong><span style=\"color: #000000;\">    </span></strong></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">    </span><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></p>','Pre-Market Trading for Stock, Bond, Commodity and Forex Market','','inherit','open','closed','','2429-revision-v1','','','2015-04-22 11:19:11','2015-04-22 11:19:11','',2429,'http://www.thetradingroom.com/2429-revision-v1/',0,'revision','',0),(2432,2,'2015-04-22 11:21:14','2015-04-22 11:21:14','<strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\n\n<a href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3Xq2ittuYvh.1AF&amp;b=EzVnSCbROZXjPtgECJalcw\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 7:30 am and ends at 10:30 am ET Monday thruFriday.\n\n<strong>Access is simple,</strong> here is how to get started with a two week free trial...\n\n<strong>Step 1:</strong> Click on the following link and <a href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3Xq2ittuYvh.1AF&amp;b=EzVnSCbROZXjPtgECJalcw\">register as a guest.</a>\n\n&nbsp;\n\n<strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.\n\n&nbsp;\n\n<strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. Pre-market analysis and live trading begins Monday thru Friday from 7:30 am to 10:30 am ET.\n\n&nbsp;\n\n<strong>It\'s really that simple!</strong>\n\nPre-market activity and scheduled economic data that may have an impact on the global financial markets:\n\n<strong>STOCKS</strong> - In premarket the futures on the Dow and the S&amp;P are in the red. Stocks in Europe are also crumbling. But Asia had a fairly upbeat day, with the Nikkei rallying more than 1% to a fresh 15-year high, while Shanghai stocks surged another 2.4%.\n\n<strong>BONDS</strong> - For the first time, an index of three-month interbank loans in euros fell below zero on Tuesday. Elsewhere, the Spanish government raised funding for the same period of time and got paid to take the money.\n\n<strong>COMMODITIES</strong> - The Saudis ending airstrikes in Yemen and expectations of rising U.S. stockpiles, data due later this morning, are putting the screw on crude oil.\n\n<strong>CURRENCIES</strong> - The US dollar eased against the yen in Asia trade, getting a boost as Japan’s main stock market trimmed its earlier gains, action that limited selling of the Japanese currency. Meanwhile, the Australian dollar climbed on rising inflation.\n\n<strong>ECONOMIC DATA</strong> - US Existing Home Sales due at 10:00, Crude Oil Inventories at10:30, CNY HSBC Flash Manufacturing PMI at 21:45 ET.\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"> </span><strong><span style=\"color: #000000;\">    </span></strong></p>\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">    </span><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></p>','Pre-Market Trading for Stock, Bond, Commodity and Forex Market','','inherit','open','closed','','2429-autosave-v1','','','2015-04-22 11:21:14','2015-04-22 11:21:14','',2429,'http://www.thetradingroom.com/2429-autosave-v1/',0,'revision','',0),(2434,2,'2015-04-24 11:01:09','2015-04-24 11:01:09','<span style=\"color: #222222;\">UPDATED 6:55 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS -   <span style=\"color: #666666;\">Japan\'s Nikkei share average fell on Friday, snapping a three-day winning streak as investors took profits. </span>European stocks were higher, with improvement in German business sentiment. The Nasdaq seems poised to bust out another record, with technology stock futures pointing up as Amazon.com, Google Inc. and Microsoft Corp. rose in premarket trade.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #666666;\">The response of the European Central Bank would be key to the consequences of a missed payment by Greece to the IMF, Fitch Ratings says. </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">\r\nCOMMODITIES - </span>  A softer U.S. dollar and strong economic indicators in Europe and Asia lent support to oil prices, which have surged by nearly $10 a barrel this month amid rising tension in the Middle East and slowing U.S. production growth.</div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span> The U.S. dollar was tracking its weak tone after soft U.S. economic data overnight such as new-home sales, the latest in a series of downbeat numbers that help reduce investors confidence that the Federal Reserve will raise short-term rates sometime this year.</div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA - </span><span style=\"color: #000000; font-family: Verdana, Helvetica, sans-serif;\">US </span><span style=\"color: #000000;\">Core Durable Goods Orders m/m due at 8:30, </span><span style=\"color: #000000;\">BOC Gov Poloz Speaks at 10:30 ET.</span></div>','Pre-Market Trading for Stocks, Bonds, Commodities and Currencies ','','publish','open','closed','','pre-market-trading-stocks-bonds-commodities-currencies','','','2015-04-24 11:03:31','2015-04-24 11:03:31','',0,'http://www.thetradingroom.com/?p=2434',0,'post','',0),(2435,2,'2015-04-24 11:01:09','2015-04-24 11:01:09','<span style=\"color: #222222;\">UPDATED 6:55 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS -   <span style=\"color: #666666;\">Japan\'s Nikkei share average fell on Friday, snapping a three-day winning streak as investors took profits. </span>European stocks were higher, with improvement in German business sentiment. The Nasdaq seems poised to bust out another record, with technology stock futures pointing up as Amazon.com, Google Inc. and Microsoft Corp. rose in premarket trade.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #666666;\">The response of the European Central Bank would be key to the consequences of a missed payment by Greece to the IMF, Fitch Ratings says. </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">\r\nCOMMODITIES - </span>  A softer U.S. dollar and strong economic indicators in Europe and Asia lent support to oil prices, which have surged by nearly $10 a barrel this month amid rising tension in the Middle East and slowing U.S. production growth.</div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span> The U.S. dollar was tracking its weak tone after soft U.S. economic data overnight such as new-home sales, the latest in a series of downbeat numbers that help reduce investors confidence that the Federal Reserve will raise short-term rates sometime this year.</div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA - </span><span style=\"color: #000000; font-family: Verdana, Helvetica, sans-serif;\">US </span><span style=\"color: #000000;\">Core Durable Goods Orders m/m due at 8:30, </span><span style=\"color: #000000;\">BOC Gov Poloz Speaks at 10:30 ET.</span></div>','Pre-Market Trading for Stocks, Bonds, Commodities and Currencies ','','inherit','open','closed','','2434-revision-v1','','','2015-04-24 11:01:09','2015-04-24 11:01:09','',2434,'http://www.thetradingroom.com/2434-revision-v1/',0,'revision','',0),(2436,2,'2015-04-24 11:03:31','2015-04-24 11:03:31','<span style=\"color: #222222;\">UPDATED 6:55 am ET</span>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">STOCKS -   <span style=\"color: #666666;\">Japan\'s Nikkei share average fell on Friday, snapping a three-day winning streak as investors took profits. </span>European stocks were higher, with improvement in German business sentiment. The Nasdaq seems poised to bust out another record, with technology stock futures pointing up as Amazon.com, Google Inc. and Microsoft Corp. rose in premarket trade.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">BONDS - </span><span style=\"color: #666666;\">The response of the European Central Bank would be key to the consequences of a missed payment by Greece to the IMF, Fitch Ratings says. </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">\r\nCOMMODITIES - </span>  A softer U.S. dollar and strong economic indicators in Europe and Asia lent support to oil prices, which have surged by nearly $10 a barrel this month amid rising tension in the Middle East and slowing U.S. production growth.</div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">CURRENCIES - </span> The U.S. dollar was tracking its weak tone after soft U.S. economic data overnight such as new-home sales, the latest in a series of downbeat numbers that help reduce investors confidence that the Federal Reserve will raise short-term rates sometime this year.</div>\r\n<div style=\"color: #222222;\"><span style=\"color: #000000;\"> </span></div>\r\n<div style=\"color: #222222;\"><span style=\"color: #2a2a2a;\">ECONOMIC DATA - </span><span style=\"color: #000000; font-family: Verdana, Helvetica, sans-serif;\">US </span><span style=\"color: #000000;\">Core Durable Goods Orders m/m due at 8:30, </span><span style=\"color: #000000;\">BOC Gov Poloz Speaks at 10:30 ET.</span></div>','Pre-Market Trading for Stocks, Bonds, Commodities and Currencies ','','inherit','open','closed','','2434-revision-v1','','','2015-04-24 11:03:31','2015-04-24 11:03:31','',2434,'http://www.thetradingroom.com/2434-revision-v1/',0,'revision','',0),(2437,2,'2015-04-25 20:16:26','2015-04-25 20:16:26','','global trading','','publish','open','closed','','global-trading','','','2015-04-25 22:17:25','2015-04-25 22:17:25','',0,'http://www.thetradingroom.com/?page_id=2437',0,'page','',0),(2438,2,'2015-04-25 19:30:02','2015-04-25 19:30:02','','global trading','','inherit','open','closed','','2437-revision-v1','','','2015-04-25 19:30:02','2015-04-25 19:30:02','',2437,'http://www.thetradingroom.com/2437-revision-v1/',0,'revision','',0),(2439,2,'2015-04-25 19:43:16','2015-04-25 19:43:16','','futures truth titan','','inherit','open','closed','','futures-truth-titan','','','2015-04-25 19:43:16','2015-04-25 19:43:16','',0,'http://www.thetradingroom.com/wp-content/uploads/2015/04/futures-truth-titan.jpg',0,'attachment','image/jpeg',0),(2440,2,'2015-04-26 22:12:25','2015-04-26 22:12:25','Last week the Chinese policymakers lowered bank reserve requirements intended to add liquidity to the markets and consequently the global stock markets rallied. The Nasdaq closed the week at historic highs, 4.2% higher followed by the Nikkei 2.6% and the S&amp;P 500 gained 1.7% at the top edge of the recent trading range. Volatility dropped -6.5% but is a spike in volatility knocking at the door? There is plenty of potential market moving events in the week ahead. We have a busy calendar for economic data, it is also the heart of earnings season, with Apple\'s report leading off the week. The Fed has a two-day meeting and market participants are expecting a policy announcement. Greece is back on the spotlight as a breakdown came at a recent gathering in Riga, Latvia. Greece heads into a week of heightening fiscal tension. The first of two International Monetary Fund payments is due on May 6 and the government still doesn’t know if it has enough money to pay pensioners and state employees this week.\r\n\r\nCombining correlation analysis with basic box trading techniques helped push our trading performance results robustly during the past week. The key approach was to be prepared in order to identify the most favorable trade set ups with a low risk factor compared to a much higher profit potential. You\'ve heard me say during past training sessions, if it isn\'t broken don\'t fix it. So I head into this coming week with the same approach, applying correlations in order to identify money flows and box trading tactics with our basic indicators. The Swiss Franc currency, Gold and Crude Oil futures helped push our performance considerably higher. Which market will it be in the week ahead? I personally invite you to trade with us in our live trading room. Discover how the markets truly work with each other, often providing us with market direction in advance.\r\n\r\n&nbsp;\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n\r\n<strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><strong>Live Trading Rooms and Educational Events</strong></p>\r\n<p style=\"text-align: center;\"><strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong></p>\r\n\r\n<div>\r\n<p style=\"text-align: center;\"><strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014547\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014548\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014549\"><span class=\"aQJ\">7:30 AM ET</span></span></strong></p>\r\nRQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3f1yWVVn5vh.1AF&amp;b=jmkAabtMoDGHdFzlUkD7ug\" target=\"_blank\">riosquant.com </a>site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>Step 1:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3f1yWVVn5vh.1AF&amp;b=mDQbur_Di89JwZ14A3sbtg\" target=\"_blank\">register as a guest.</a></div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar.</div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3f1yWVVn5vh.1AF&amp;b=ZNVogJcpt1tiw5Cdigbr1Q\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div>\r\n<div style=\"text-align: center;\"><strong>EDU Workshop - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014550\"><span class=\"aQJ\">Tuesday</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014551\"><span class=\"aQJ\">8:00 to 9:00 pm ET</span></span></strong></div>\r\n<div style=\"text-align: center;\"></div>\r\n<div style=\"text-align: center;\"><strong>The 3 Key Essentials </strong><strong>Needed to Succeed as a Trader</strong></div>\r\n<div style=\"text-align: center;\"></div>\r\n<div style=\"text-align: center;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3f1yWVVn5vh.1AF&amp;b=OZ5P_Xb5xdCHCAd_9fezXA\" target=\"_blank\"><strong>REGISTER HERE</strong></a></div>\r\n<div></div>\r\n<div>What\'s more important to succeed as a trader? Is it market knowledge? Is it trading strategy? Or is it your mindset? Join us <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014552\"><span class=\"aQJ\">this Tuesday</span></span> night and discover a simple technique aimed at helping you overcome your biggest enemy when trading in the financial markets. You will be surprised!</div>\r\n</div>\r\n<div style=\"text-align: center;\">\r\n\r\n<hr />\r\n\r\n<strong>Insider\'s Quant Room - Advance Training With Joe Rios</strong></div>\r\n<div style=\"text-align: center;\"></div>\r\n<div style=\"text-align: center;\"><strong>* <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014553\"><span class=\"aQJ\">Monday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014554\"><span class=\"aQJ\">2:00 PM ET</span></span></strong></div>\r\n<div style=\"text-align: center;\"><strong><em>What\'s Next in The Week Ahead</em> </strong></div>\r\n<div style=\"text-align: center;\">Forecasting, Planning and Developing Themes</div>\r\n<div style=\"text-align: center;\">\r\n<div></div>\r\n<div><strong>* <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014555\"><span class=\"aQJ\">Wednesday</span></span>- <em> </em><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014556\"><span class=\"aQJ\">11:00 am ET</span></span></strong></div>\r\n<div><strong><em>Strategy for Success</em></strong></div>\r\n</div>\r\n<div style=\"text-align: center;\"></div>\r\n<div style=\"text-align: center;\"><strong>* <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014557\"><span class=\"aQJ\">Friday</span></span> - <em> </em><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014558\"><span class=\"aQJ\">11:00 am ET</span></span></strong></div>\r\n<div style=\"text-align: center;\"><strong><em>Insider\'s Round Table  </em></strong></div>\r\n<div style=\"text-align: center;\">What\'s Hot and What\'s Working Now,</div>\r\n<div style=\"text-align: center;\">Insider\'s Discussion Meetup</div>\r\n<div style=\"text-align: center;\"></div>\r\n<div style=\"text-align: center;\"><strong>Subscription Only - <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3f1yWVVn5vh.1AF&amp;b=B.yOB5WIbMnY8h_SKBJmXw\" target=\"_blank\">Request a free trial here.</a></strong></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nMonday\r\n\r\n6:40 PM   AUD         RBA Gov. Stevens Speaks\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n4:30 AM   GBP          Preliminary GDP\r\n\r\n8:45 AM   CAD          BOC Gov. Poloz Speaks\r\n\r\n10:00 AMUSD         CB Consumer Confidence\r\n\r\n6:45 PM   NZD         Trade Balance\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\nAll Day     EUR          German Preliminary CPI\r\n\r\n8:30 AM   USD         Advance GDP\r\n\r\n10:00 AMUSD         Pending Home Sales\r\n\r\n10:30 AMCL            Crude Oil Inventories\r\n\r\n2:00 PM   USD         FOMC Statement\r\n\r\n5:00 PM   NZD         RBNZ Rate Statement\r\n\r\nTentativeJPY           Monetary Policy Statement\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\nTentativeJPY           BOJ Press Conference\r\n\r\n5:00 AM   EUR          CPI Flash Estimate\r\n\r\n8:30 AM   USD         Unemployment Claims\r\n\r\n8:30 AM   CAD          GDP\r\n\r\n9:45 AM   USD         Chicago PMI\r\n\r\n10:30 AMCAD          BOC Gov. Poloz Speaks\r\n\r\n10:30 AMNG           Natural Gas Storage\r\n\r\n9:00 PM   CNY          Manufacturing PMI\r\n\r\n9:30 PM   AUD         PPI\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n4:30 AM   GBP          Manufacturing PMI\r\n\r\n10:00 AMUSD         ISM Manufacturing PMI\r\n\r\n&nbsp;\r\n\r\n<strong style=\"color: #ffffff;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong>','The Week Ahead in the Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-40','','','2015-04-26 22:12:25','2015-04-26 22:12:25','',0,'http://www.thetradingroom.com/?p=2440',0,'post','',0),(2441,2,'2015-04-26 22:05:27','2015-04-26 22:05:27','Last week the Chinese policymakers lowered bank reserve requirements intended to add liquidity to the markets and consequently the global stock markets rallied. The Nasdaq closed the week at historic highs, 4.2% higher followed by the Nikkei 2.6% and the S&amp;P 500 gained 1.7% at the top edge of the recent trading range. Volatility dropped -6.5% but is a spike in volatility knocking at the door? There is plenty of potential market moving events in the week ahead. We have a busy calendar for economic data, it is also the heart of earnings season, with Apple\'s report leading off the week. The Fed has a two-day meeting and market participants are expecting a policy announcement. Greece is back on the spotlight as a breakdown came at a recent gathering in Riga, Latvia. Greece heads into a week of heightening fiscal tension. The first of two International Monetary Fund payments is due on May 6 and the government still doesn’t know if it has enough money to pay pensioners and state employees this week.\r\n\r\nCombining correlation analysis with basic box trading techniques helped push our trading performance results robustly during the past week. The key approach was to be prepared in order to identify the most favorable trade set ups with a low risk factor compared to a much higher profit potential. You\'ve heard me say during past training sessions, if it isn\'t broken don\'t fix it. So I head into this coming week with the same approach, applying correlations in order to identify money flows and box trading tactics with our basic indicators. The Swiss Franc currency, Gold and Crude Oil futures helped push our performance considerably higher. Which market will it be in the week ahead? I personally invite you to trade with us in our live trading room. Discover how the markets truly work with each other, often providing us with market direction in advance.\r\n\r\n&nbsp;\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n\r\n<strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n\r\n______________________________<wbr />__\r\n\r\n<strong>Live Trading Rooms and Educational Events</strong>\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\n<div>\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014547\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014548\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014549\"><span class=\"aQJ\">7:30 AM ET</span></span></strong>\r\n\r\nRQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3f1yWVVn5vh.1AF&amp;b=jmkAabtMoDGHdFzlUkD7ug\" target=\"_blank\">riosquant.com </a>site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div><strong>Step 1:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3f1yWVVn5vh.1AF&amp;b=mDQbur_Di89JwZ14A3sbtg\" target=\"_blank\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div></div>\r\n<div><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar.</div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3f1yWVVn5vh.1AF&amp;b=ZNVogJcpt1tiw5Cdigbr1Q\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>______________________________<wbr />__</div>\r\n<div></div>\r\n<div></div>\r\n<div>\r\n<div><strong>EDU Workshop - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014550\"><span class=\"aQJ\">Tuesday</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014551\"><span class=\"aQJ\">8:00 to 9:00 pm ET</span></span></strong></div>\r\n<div></div>\r\n<div><strong>The 3 Key Essentials\r\n</strong></div>\r\n<div><strong>Needed to Succeed as a Trader</strong></div>\r\n<div></div>\r\n<div><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3f1yWVVn5vh.1AF&amp;b=OZ5P_Xb5xdCHCAd_9fezXA\" target=\"_blank\"><strong>REGISTER HERE</strong></a></div>\r\n<div></div>\r\n<div>What\'s more important to succeed as a trader? Is it market knowledge? Is it trading strategy? Or is it your mindset? Join us <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014552\"><span class=\"aQJ\">this Tuesday</span></span> night and discover a simple technique aimed at helping you overcome your biggest enemy when trading in the financial markets. You will be surprised!</div>\r\n</div>\r\n<div>______________________________<wbr />__</div>\r\n<div></div>\r\n<div><strong>* <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014553\"><span class=\"aQJ\">Monday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014554\"><span class=\"aQJ\">2:00 PM ET</span></span></strong></div>\r\n<div><strong><em>What\'s Next in The Week Ahead</em> </strong></div>\r\n<div>Forecasting, Planning and Developing Themes</div>\r\n<div>\r\n<div></div>\r\n<div><strong>* <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014555\"><span class=\"aQJ\">Wednesday</span></span>- <em> </em><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014556\"><span class=\"aQJ\">11:00 am ET</span></span></strong></div>\r\n<div><strong><em>Strategy for Success</em></strong></div>\r\n</div>\r\n<div></div>\r\n<div><strong>* <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014557\"><span class=\"aQJ\">Friday</span></span> - <em> </em><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014558\"><span class=\"aQJ\">11:00 am ET</span></span></strong></div>\r\n<div><strong><em>Insider\'s Round Table  </em></strong></div>\r\n<div>What\'s Hot and What\'s Working Now,</div>\r\n<div>Insider\'s Discussion Meetup</div>\r\n<div></div>\r\n<div><strong>Subscription Only - <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3f1yWVVn5vh.1AF&amp;b=B.yOB5WIbMnY8h_SKBJmXw\" target=\"_blank\">Request a free trial here.</a></strong></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nMonday\r\n\r\n6:40 PM   AUD         RBA Gov. Stevens Speaks\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n4:30 AM   GBP          Preliminary GDP\r\n\r\n8:45 AM   CAD          BOC Gov. Poloz Speaks\r\n\r\n10:00 AMUSD         CB Consumer Confidence\r\n\r\n6:45 PM   NZD         Trade Balance\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\nAll Day     EUR          German Preliminary CPI\r\n\r\n8:30 AM   USD         Advance GDP\r\n\r\n10:00 AMUSD         Pending Home Sales\r\n\r\n10:30 AMCL            Crude Oil Inventories\r\n\r\n2:00 PM   USD         FOMC Statement\r\n\r\n5:00 PM   NZD         RBNZ Rate Statement\r\n\r\nTentativeJPY           Monetary Policy Statement\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\nTentativeJPY           BOJ Press Conference\r\n\r\n5:00 AM   EUR          CPI Flash Estimate\r\n\r\n8:30 AM   USD         Unemployment Claims\r\n\r\n8:30 AM   CAD          GDP\r\n\r\n9:45 AM   USD         Chicago PMI\r\n\r\n10:30 AMCAD          BOC Gov. Poloz Speaks\r\n\r\n10:30 AMNG           Natural Gas Storage\r\n\r\n9:00 PM   CNY          Manufacturing PMI\r\n\r\n9:30 PM   AUD         PPI\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n4:30 AM   GBP          Manufacturing PMI\r\n\r\n10:00 AMUSD         ISM Manufacturing PMI\r\n\r\n&nbsp;\r\n\r\n<strong style=\"color: #ffffff;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong>','','','inherit','open','closed','','2440-revision-v1','','','2015-04-26 22:05:27','2015-04-26 22:05:27','',2440,'http://www.thetradingroom.com/2440-revision-v1/',0,'revision','',0),(2442,2,'2015-04-26 22:08:43','2015-04-26 22:08:43','Last week the Chinese policymakers lowered bank reserve requirements intended to add liquidity to the markets and consequently the global stock markets rallied. The Nasdaq closed the week at historic highs, 4.2% higher followed by the Nikkei 2.6% and the S&amp;P 500 gained 1.7% at the top edge of the recent trading range. Volatility dropped -6.5% but is a spike in volatility knocking at the door? There is plenty of potential market moving events in the week ahead. We have a busy calendar for economic data, it is also the heart of earnings season, with Apple\'s report leading off the week. The Fed has a two-day meeting and market participants are expecting a policy announcement. Greece is back on the spotlight as a breakdown came at a recent gathering in Riga, Latvia. Greece heads into a week of heightening fiscal tension. The first of two International Monetary Fund payments is due on May 6 and the government still doesn’t know if it has enough money to pay pensioners and state employees this week.\r\n\r\nCombining correlation analysis with basic box trading techniques helped push our trading performance results robustly during the past week. The key approach was to be prepared in order to identify the most favorable trade set ups with a low risk factor compared to a much higher profit potential. You\'ve heard me say during past training sessions, if it isn\'t broken don\'t fix it. So I head into this coming week with the same approach, applying correlations in order to identify money flows and box trading tactics with our basic indicators. The Swiss Franc currency, Gold and Crude Oil futures helped push our performance considerably higher. Which market will it be in the week ahead? I personally invite you to trade with us in our live trading room. Discover how the markets truly work with each other, often providing us with market direction in advance.\r\n\r\n&nbsp;\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n\r\n<strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n\r\n______________________________<wbr />__\r\n\r\n<strong>Live Trading Rooms and Educational Events</strong>\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\n<div>\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014547\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014548\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014549\"><span class=\"aQJ\">7:30 AM ET</span></span></strong>\r\n\r\nRQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3f1yWVVn5vh.1AF&amp;b=jmkAabtMoDGHdFzlUkD7ug\" target=\"_blank\">riosquant.com </a>site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>Step 1:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3f1yWVVn5vh.1AF&amp;b=mDQbur_Di89JwZ14A3sbtg\" target=\"_blank\">register as a guest.</a></div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar.</div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3f1yWVVn5vh.1AF&amp;b=ZNVogJcpt1tiw5Cdigbr1Q\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>______________________________<wbr />__</div>\r\n<div></div>\r\n<div></div>\r\n<div>\r\n<div><strong>EDU Workshop - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014550\"><span class=\"aQJ\">Tuesday</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014551\"><span class=\"aQJ\">8:00 to 9:00 pm ET</span></span></strong></div>\r\n<div></div>\r\n<div><strong>The 3 Key Essentials </strong><strong>Needed to Succeed as a Trader</strong></div>\r\n<div></div>\r\n<div><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3f1yWVVn5vh.1AF&amp;b=OZ5P_Xb5xdCHCAd_9fezXA\" target=\"_blank\"><strong>REGISTER HERE</strong></a></div>\r\n<div></div>\r\n<div>What\'s more important to succeed as a trader? Is it market knowledge? Is it trading strategy? Or is it your mindset? Join us <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014552\"><span class=\"aQJ\">this Tuesday</span></span> night and discover a simple technique aimed at helping you overcome your biggest enemy when trading in the financial markets. You will be surprised!</div>\r\n</div>\r\n<div>______________________________<wbr />__</div>\r\n<div></div>\r\n<div><strong>* <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014553\"><span class=\"aQJ\">Monday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014554\"><span class=\"aQJ\">2:00 PM ET</span></span></strong></div>\r\n<div><strong><em>What\'s Next in The Week Ahead</em> </strong></div>\r\n<div>Forecasting, Planning and Developing Themes</div>\r\n<div>\r\n<div></div>\r\n<div><strong>* <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014555\"><span class=\"aQJ\">Wednesday</span></span>- <em> </em><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014556\"><span class=\"aQJ\">11:00 am ET</span></span></strong></div>\r\n<div><strong><em>Strategy for Success</em></strong></div>\r\n</div>\r\n<div></div>\r\n<div><strong>* <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014557\"><span class=\"aQJ\">Friday</span></span> - <em> </em><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014558\"><span class=\"aQJ\">11:00 am ET</span></span></strong></div>\r\n<div><strong><em>Insider\'s Round Table  </em></strong></div>\r\n<div>What\'s Hot and What\'s Working Now,</div>\r\n<div>Insider\'s Discussion Meetup</div>\r\n<div></div>\r\n<div><strong>Subscription Only - <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3f1yWVVn5vh.1AF&amp;b=B.yOB5WIbMnY8h_SKBJmXw\" target=\"_blank\">Request a free trial here.</a></strong></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nMonday\r\n\r\n6:40 PM   AUD         RBA Gov. Stevens Speaks\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n4:30 AM   GBP          Preliminary GDP\r\n\r\n8:45 AM   CAD          BOC Gov. Poloz Speaks\r\n\r\n10:00 AMUSD         CB Consumer Confidence\r\n\r\n6:45 PM   NZD         Trade Balance\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\nAll Day     EUR          German Preliminary CPI\r\n\r\n8:30 AM   USD         Advance GDP\r\n\r\n10:00 AMUSD         Pending Home Sales\r\n\r\n10:30 AMCL            Crude Oil Inventories\r\n\r\n2:00 PM   USD         FOMC Statement\r\n\r\n5:00 PM   NZD         RBNZ Rate Statement\r\n\r\nTentativeJPY           Monetary Policy Statement\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\nTentativeJPY           BOJ Press Conference\r\n\r\n5:00 AM   EUR          CPI Flash Estimate\r\n\r\n8:30 AM   USD         Unemployment Claims\r\n\r\n8:30 AM   CAD          GDP\r\n\r\n9:45 AM   USD         Chicago PMI\r\n\r\n10:30 AMCAD          BOC Gov. Poloz Speaks\r\n\r\n10:30 AMNG           Natural Gas Storage\r\n\r\n9:00 PM   CNY          Manufacturing PMI\r\n\r\n9:30 PM   AUD         PPI\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n4:30 AM   GBP          Manufacturing PMI\r\n\r\n10:00 AMUSD         ISM Manufacturing PMI\r\n\r\n&nbsp;\r\n\r\n<strong style=\"color: #ffffff;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong>','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2440-revision-v1','','','2015-04-26 22:08:43','2015-04-26 22:08:43','',2440,'http://www.thetradingroom.com/2440-revision-v1/',0,'revision','',0),(2443,2,'2015-04-26 22:10:24','2015-04-26 22:10:24','Last week the Chinese policymakers lowered bank reserve requirements intended to add liquidity to the markets and consequently the global stock markets rallied. The Nasdaq closed the week at historic highs, 4.2% higher followed by the Nikkei 2.6% and the S&amp;P 500 gained 1.7% at the top edge of the recent trading range. Volatility dropped -6.5% but is a spike in volatility knocking at the door? There is plenty of potential market moving events in the week ahead. We have a busy calendar for economic data, it is also the heart of earnings season, with Apple\'s report leading off the week. The Fed has a two-day meeting and market participants are expecting a policy announcement. Greece is back on the spotlight as a breakdown came at a recent gathering in Riga, Latvia. Greece heads into a week of heightening fiscal tension. The first of two International Monetary Fund payments is due on May 6 and the government still doesn’t know if it has enough money to pay pensioners and state employees this week.\r\n\r\nCombining correlation analysis with basic box trading techniques helped push our trading performance results robustly during the past week. The key approach was to be prepared in order to identify the most favorable trade set ups with a low risk factor compared to a much higher profit potential. You\'ve heard me say during past training sessions, if it isn\'t broken don\'t fix it. So I head into this coming week with the same approach, applying correlations in order to identify money flows and box trading tactics with our basic indicators. The Swiss Franc currency, Gold and Crude Oil futures helped push our performance considerably higher. Which market will it be in the week ahead? I personally invite you to trade with us in our live trading room. Discover how the markets truly work with each other, often providing us with market direction in advance.\r\n\r\n&nbsp;\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n\r\n<strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><strong>Live Trading Rooms and Educational Events</strong></p>\r\n<p style=\"text-align: center;\"><strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong></p>\r\n\r\n<div>\r\n<p style=\"text-align: center;\"><strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014547\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014548\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014549\"><span class=\"aQJ\">7:30 AM ET</span></span></strong></p>\r\nRQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3f1yWVVn5vh.1AF&amp;b=jmkAabtMoDGHdFzlUkD7ug\" target=\"_blank\">riosquant.com </a>site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>Step 1:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3f1yWVVn5vh.1AF&amp;b=mDQbur_Di89JwZ14A3sbtg\" target=\"_blank\">register as a guest.</a></div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar.</div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3f1yWVVn5vh.1AF&amp;b=ZNVogJcpt1tiw5Cdigbr1Q\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div>\r\n<div style=\"text-align: center;\"><strong>EDU Workshop - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014550\"><span class=\"aQJ\">Tuesday</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014551\"><span class=\"aQJ\">8:00 to 9:00 pm ET</span></span></strong></div>\r\n<div style=\"text-align: center;\"></div>\r\n<div style=\"text-align: center;\"><strong>The 3 Key Essentials </strong><strong>Needed to Succeed as a Trader</strong></div>\r\n<div style=\"text-align: center;\"></div>\r\n<div style=\"text-align: center;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3f1yWVVn5vh.1AF&amp;b=OZ5P_Xb5xdCHCAd_9fezXA\" target=\"_blank\"><strong>REGISTER HERE</strong></a></div>\r\n<div></div>\r\n<div>What\'s more important to succeed as a trader? Is it market knowledge? Is it trading strategy? Or is it your mindset? Join us <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014552\"><span class=\"aQJ\">this Tuesday</span></span> night and discover a simple technique aimed at helping you overcome your biggest enemy when trading in the financial markets. You will be surprised!</div>\r\n</div>\r\n<div>______________________________<wbr />__</div>\r\n<div style=\"text-align: center;\"></div>\r\n<div style=\"text-align: center;\"><strong>* <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014553\"><span class=\"aQJ\">Monday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014554\"><span class=\"aQJ\">2:00 PM ET</span></span></strong></div>\r\n<div style=\"text-align: center;\"><strong><em>What\'s Next in The Week Ahead</em> </strong></div>\r\n<div style=\"text-align: center;\">Forecasting, Planning and Developing Themes</div>\r\n<div style=\"text-align: center;\">\r\n<div></div>\r\n<div><strong>* <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014555\"><span class=\"aQJ\">Wednesday</span></span>- <em> </em><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014556\"><span class=\"aQJ\">11:00 am ET</span></span></strong></div>\r\n<div><strong><em>Strategy for Success</em></strong></div>\r\n</div>\r\n<div style=\"text-align: center;\"></div>\r\n<div style=\"text-align: center;\"><strong>* <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014557\"><span class=\"aQJ\">Friday</span></span> - <em> </em><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014558\"><span class=\"aQJ\">11:00 am ET</span></span></strong></div>\r\n<div style=\"text-align: center;\"><strong><em>Insider\'s Round Table  </em></strong></div>\r\n<div style=\"text-align: center;\">What\'s Hot and What\'s Working Now,</div>\r\n<div style=\"text-align: center;\">Insider\'s Discussion Meetup</div>\r\n<div style=\"text-align: center;\"></div>\r\n<div style=\"text-align: center;\"><strong>Subscription Only - <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3f1yWVVn5vh.1AF&amp;b=B.yOB5WIbMnY8h_SKBJmXw\" target=\"_blank\">Request a free trial here.</a></strong></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nMonday\r\n\r\n6:40 PM   AUD         RBA Gov. Stevens Speaks\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n4:30 AM   GBP          Preliminary GDP\r\n\r\n8:45 AM   CAD          BOC Gov. Poloz Speaks\r\n\r\n10:00 AMUSD         CB Consumer Confidence\r\n\r\n6:45 PM   NZD         Trade Balance\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\nAll Day     EUR          German Preliminary CPI\r\n\r\n8:30 AM   USD         Advance GDP\r\n\r\n10:00 AMUSD         Pending Home Sales\r\n\r\n10:30 AMCL            Crude Oil Inventories\r\n\r\n2:00 PM   USD         FOMC Statement\r\n\r\n5:00 PM   NZD         RBNZ Rate Statement\r\n\r\nTentativeJPY           Monetary Policy Statement\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\nTentativeJPY           BOJ Press Conference\r\n\r\n5:00 AM   EUR          CPI Flash Estimate\r\n\r\n8:30 AM   USD         Unemployment Claims\r\n\r\n8:30 AM   CAD          GDP\r\n\r\n9:45 AM   USD         Chicago PMI\r\n\r\n10:30 AMCAD          BOC Gov. Poloz Speaks\r\n\r\n10:30 AMNG           Natural Gas Storage\r\n\r\n9:00 PM   CNY          Manufacturing PMI\r\n\r\n9:30 PM   AUD         PPI\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n4:30 AM   GBP          Manufacturing PMI\r\n\r\n10:00 AMUSD         ISM Manufacturing PMI\r\n\r\n&nbsp;\r\n\r\n<strong style=\"color: #ffffff;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong>','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2440-revision-v1','','','2015-04-26 22:10:24','2015-04-26 22:10:24','',2440,'http://www.thetradingroom.com/2440-revision-v1/',0,'revision','',0),(2444,2,'2015-04-26 22:11:52','2015-04-26 22:11:52','Last week the Chinese policymakers lowered bank reserve requirements intended to add liquidity to the markets and consequently the global stock markets rallied. The Nasdaq closed the week at historic highs, 4.2% higher followed by the Nikkei 2.6% and the S&amp;P 500 gained 1.7% at the top edge of the recent trading range. Volatility dropped -6.5% but is a spike in volatility knocking at the door? There is plenty of potential market moving events in the week ahead. We have a busy calendar for economic data, it is also the heart of earnings season, with Apple\'s report leading off the week. The Fed has a two-day meeting and market participants are expecting a policy announcement. Greece is back on the spotlight as a breakdown came at a recent gathering in Riga, Latvia. Greece heads into a week of heightening fiscal tension. The first of two International Monetary Fund payments is due on May 6 and the government still doesn’t know if it has enough money to pay pensioners and state employees this week.\r\n\r\nCombining correlation analysis with basic box trading techniques helped push our trading performance results robustly during the past week. The key approach was to be prepared in order to identify the most favorable trade set ups with a low risk factor compared to a much higher profit potential. You\'ve heard me say during past training sessions, if it isn\'t broken don\'t fix it. So I head into this coming week with the same approach, applying correlations in order to identify money flows and box trading tactics with our basic indicators. The Swiss Franc currency, Gold and Crude Oil futures helped push our performance considerably higher. Which market will it be in the week ahead? I personally invite you to trade with us in our live trading room. Discover how the markets truly work with each other, often providing us with market direction in advance.\r\n\r\n&nbsp;\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n\r\n<strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><strong>Live Trading Rooms and Educational Events</strong></p>\r\n<p style=\"text-align: center;\"><strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong></p>\r\n\r\n<div>\r\n<p style=\"text-align: center;\"><strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014547\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014548\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014549\"><span class=\"aQJ\">7:30 AM ET</span></span></strong></p>\r\nRQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3f1yWVVn5vh.1AF&amp;b=jmkAabtMoDGHdFzlUkD7ug\" target=\"_blank\">riosquant.com </a>site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>Step 1:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3f1yWVVn5vh.1AF&amp;b=mDQbur_Di89JwZ14A3sbtg\" target=\"_blank\">register as a guest.</a></div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar.</div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3f1yWVVn5vh.1AF&amp;b=ZNVogJcpt1tiw5Cdigbr1Q\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div>\r\n<div style=\"text-align: center;\"><strong>EDU Workshop - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014550\"><span class=\"aQJ\">Tuesday</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014551\"><span class=\"aQJ\">8:00 to 9:00 pm ET</span></span></strong></div>\r\n<div style=\"text-align: center;\"></div>\r\n<div style=\"text-align: center;\"><strong>The 3 Key Essentials </strong><strong>Needed to Succeed as a Trader</strong></div>\r\n<div style=\"text-align: center;\"></div>\r\n<div style=\"text-align: center;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3f1yWVVn5vh.1AF&amp;b=OZ5P_Xb5xdCHCAd_9fezXA\" target=\"_blank\"><strong>REGISTER HERE</strong></a></div>\r\n<div></div>\r\n<div>What\'s more important to succeed as a trader? Is it market knowledge? Is it trading strategy? Or is it your mindset? Join us <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014552\"><span class=\"aQJ\">this Tuesday</span></span> night and discover a simple technique aimed at helping you overcome your biggest enemy when trading in the financial markets. You will be surprised!</div>\r\n</div>\r\n<div style=\"text-align: center;\">\r\n\r\n<hr />\r\n\r\n<strong>Insider\'s Quant Room - Advance Training With Joe Rios</strong></div>\r\n<div style=\"text-align: center;\"></div>\r\n<div style=\"text-align: center;\"><strong>* <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014553\"><span class=\"aQJ\">Monday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014554\"><span class=\"aQJ\">2:00 PM ET</span></span></strong></div>\r\n<div style=\"text-align: center;\"><strong><em>What\'s Next in The Week Ahead</em> </strong></div>\r\n<div style=\"text-align: center;\">Forecasting, Planning and Developing Themes</div>\r\n<div style=\"text-align: center;\">\r\n<div></div>\r\n<div><strong>* <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014555\"><span class=\"aQJ\">Wednesday</span></span>- <em> </em><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014556\"><span class=\"aQJ\">11:00 am ET</span></span></strong></div>\r\n<div><strong><em>Strategy for Success</em></strong></div>\r\n</div>\r\n<div style=\"text-align: center;\"></div>\r\n<div style=\"text-align: center;\"><strong>* <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014557\"><span class=\"aQJ\">Friday</span></span> - <em> </em><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1908014558\"><span class=\"aQJ\">11:00 am ET</span></span></strong></div>\r\n<div style=\"text-align: center;\"><strong><em>Insider\'s Round Table  </em></strong></div>\r\n<div style=\"text-align: center;\">What\'s Hot and What\'s Working Now,</div>\r\n<div style=\"text-align: center;\">Insider\'s Discussion Meetup</div>\r\n<div style=\"text-align: center;\"></div>\r\n<div style=\"text-align: center;\"><strong>Subscription Only - <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3f1yWVVn5vh.1AF&amp;b=B.yOB5WIbMnY8h_SKBJmXw\" target=\"_blank\">Request a free trial here.</a></strong></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nMonday\r\n\r\n6:40 PM   AUD         RBA Gov. Stevens Speaks\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n4:30 AM   GBP          Preliminary GDP\r\n\r\n8:45 AM   CAD          BOC Gov. Poloz Speaks\r\n\r\n10:00 AMUSD         CB Consumer Confidence\r\n\r\n6:45 PM   NZD         Trade Balance\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\nAll Day     EUR          German Preliminary CPI\r\n\r\n8:30 AM   USD         Advance GDP\r\n\r\n10:00 AMUSD         Pending Home Sales\r\n\r\n10:30 AMCL            Crude Oil Inventories\r\n\r\n2:00 PM   USD         FOMC Statement\r\n\r\n5:00 PM   NZD         RBNZ Rate Statement\r\n\r\nTentativeJPY           Monetary Policy Statement\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\nTentativeJPY           BOJ Press Conference\r\n\r\n5:00 AM   EUR          CPI Flash Estimate\r\n\r\n8:30 AM   USD         Unemployment Claims\r\n\r\n8:30 AM   CAD          GDP\r\n\r\n9:45 AM   USD         Chicago PMI\r\n\r\n10:30 AMCAD          BOC Gov. Poloz Speaks\r\n\r\n10:30 AMNG           Natural Gas Storage\r\n\r\n9:00 PM   CNY          Manufacturing PMI\r\n\r\n9:30 PM   AUD         PPI\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n4:30 AM   GBP          Manufacturing PMI\r\n\r\n10:00 AMUSD         ISM Manufacturing PMI\r\n\r\n&nbsp;\r\n\r\n<strong style=\"color: #ffffff;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong>','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2440-revision-v1','','','2015-04-26 22:11:52','2015-04-26 22:11:52','',2440,'http://www.thetradingroom.com/2440-revision-v1/',0,'revision','',0),(2445,2,'2015-04-28 15:16:31','2015-04-28 15:16:31','<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\">The 3 Key Essentials Needed to Succeed as a Trader</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #222222;\">EDU Workshop - </span><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_548820972\"><span class=\"aQJ\">Tuesday</span></span><span style=\"color: #222222;\"> </span><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_548820973\"><span class=\"aQJ\">8:00 pm ET</span></span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span style=\"color: #222222;\">REGISTER HERE -</span><br style=\"color: #222222;\" /><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f852f81dd9/TEST/8612c8ddce\" target=\"_blank\">http://cts.vresp.com/c/?<wbr />RiosQuantitativeLLC/<wbr />f852f81dd9/TEST/8612c8ddce</a><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span style=\"color: #222222;\">What\'s more important to succeed as a trader? </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #222222;\">Is it market knowledge? </span><span style=\"color: #222222;\">Is it trading strategy? Or is it your mindset? </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #222222;\">Join us </span><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_548820974\"><span class=\"aQJ\">this Tuesday </span></span><span style=\"color: #222222;\">night and discover a simple technique aimed at helping you overcome </span><span style=\"color: #222222;\">your biggest enemy when trading in the financial markets. You will be </span><span style=\"color: #222222;\">surprised!</span></p>','Tonight\'s Workshop: The 3 Key Essentials Needed...','','publish','open','closed','','tonights-workshop-3-key-essentials-needed','','','2015-04-28 15:18:52','2015-04-28 15:18:52','',0,'http://www.thetradingroom.com/?p=2445',0,'post','',0),(2446,2,'2015-04-28 15:14:40','2015-04-28 15:14:40','<p style=\"text-align: center;\">The 3 Key Essentials Needed to Succeed as a Trader</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #222222;\">EDU Workshop - </span><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_548820972\"><span class=\"aQJ\">Tuesday</span></span><span style=\"color: #222222;\"> </span><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_548820973\"><span class=\"aQJ\">8:00 pm ET</span></span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span style=\"color: #222222;\">REGISTER HERE -</span><br style=\"color: #222222;\" /><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f852f81dd9/TEST/8612c8ddce\" target=\"_blank\">http://cts.vresp.com/c/?<wbr />RiosQuantitativeLLC/<wbr />f852f81dd9/TEST/8612c8ddce</a><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span style=\"color: #222222;\">What\'s more important to succeed as a trader? </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #222222;\">Is it market knowledge? </span><span style=\"color: #222222;\">Is it trading strategy? Or is it your mindset? </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #222222;\">Join us </span><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_548820974\"><span class=\"aQJ\">this Tuesday </span></span><span style=\"color: #222222;\">night and discover a simple technique aimed at helping you overcome </span><span style=\"color: #222222;\">your biggest enemy when trading in the financial markets. You will be </span><span style=\"color: #222222;\">surprised!</span></p>','Tonight\'s Workshop: The 3 Key Essentials Needed...','','inherit','open','closed','','2445-revision-v1','','','2015-04-28 15:14:40','2015-04-28 15:14:40','',2445,'http://www.thetradingroom.com/2445-revision-v1/',0,'revision','',0),(2447,2,'2015-04-28 15:15:32','2015-04-28 15:15:32','<p style=\"text-align: center;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/expand-knowledge.jpg\"><img class=\"aligncenter size-full wp-image-1509\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/expand-knowledge.jpg\" alt=\"expand knowledge\" width=\"339\" height=\"300\" /></a></p>\r\n<p style=\"text-align: center;\">The 3 Key Essentials Needed to Succeed as a Trader</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #222222;\">EDU Workshop - </span><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_548820972\"><span class=\"aQJ\">Tuesday</span></span><span style=\"color: #222222;\"> </span><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_548820973\"><span class=\"aQJ\">8:00 pm ET</span></span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span style=\"color: #222222;\">REGISTER HERE -</span><br style=\"color: #222222;\" /><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f852f81dd9/TEST/8612c8ddce\" target=\"_blank\">http://cts.vresp.com/c/?<wbr />RiosQuantitativeLLC/<wbr />f852f81dd9/TEST/8612c8ddce</a><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span style=\"color: #222222;\">What\'s more important to succeed as a trader? </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #222222;\">Is it market knowledge? </span><span style=\"color: #222222;\">Is it trading strategy? Or is it your mindset? </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #222222;\">Join us </span><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_548820974\"><span class=\"aQJ\">this Tuesday </span></span><span style=\"color: #222222;\">night and discover a simple technique aimed at helping you overcome </span><span style=\"color: #222222;\">your biggest enemy when trading in the financial markets. You will be </span><span style=\"color: #222222;\">surprised!</span></p>','Tonight\'s Workshop: The 3 Key Essentials Needed...','','inherit','open','closed','','2445-revision-v1','','','2015-04-28 15:15:32','2015-04-28 15:15:32','',2445,'http://www.thetradingroom.com/2445-revision-v1/',0,'revision','',0),(2448,2,'2015-04-28 15:18:52','2015-04-28 15:18:52','<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\">The 3 Key Essentials Needed to Succeed as a Trader</p>\r\n<p style=\"text-align: center;\"><span style=\"color: #222222;\">EDU Workshop - </span><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_548820972\"><span class=\"aQJ\">Tuesday</span></span><span style=\"color: #222222;\"> </span><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_548820973\"><span class=\"aQJ\">8:00 pm ET</span></span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span style=\"color: #222222;\">REGISTER HERE -</span><br style=\"color: #222222;\" /><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f852f81dd9/TEST/8612c8ddce\" target=\"_blank\">http://cts.vresp.com/c/?<wbr />RiosQuantitativeLLC/<wbr />f852f81dd9/TEST/8612c8ddce</a><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span style=\"color: #222222;\">What\'s more important to succeed as a trader? </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #222222;\">Is it market knowledge? </span><span style=\"color: #222222;\">Is it trading strategy? Or is it your mindset? </span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #222222;\">Join us </span><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_548820974\"><span class=\"aQJ\">this Tuesday </span></span><span style=\"color: #222222;\">night and discover a simple technique aimed at helping you overcome </span><span style=\"color: #222222;\">your biggest enemy when trading in the financial markets. You will be </span><span style=\"color: #222222;\">surprised!</span></p>','Tonight\'s Workshop: The 3 Key Essentials Needed...','','inherit','open','closed','','2445-revision-v1','','','2015-04-28 15:18:52','2015-04-28 15:18:52','',2445,'http://www.thetradingroom.com/2445-revision-v1/',0,'revision','',0),(2450,2,'2015-04-30 12:26:21','2015-04-30 12:26:21','<p style=\"text-align: center;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/8de6eed409/TEST/85747b1de3/trial=1\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span data-term=\"goog_2028197742\">7:30 am</span> and ends at <span data-term=\"goog_2028197743\">10:30 am ET</span> <span data-term=\"goog_2028197744\">Monday</span> thru<span data-term=\"goog_2028197745\">Friday</span>.\r\n\r\n<strong>Access is simple,</strong> here is how to get started with a two week free trial...\r\n\r\n<strong>Step 1:</strong> Click on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/8de6eed409/TEST/79790aba7f/trial=1\">register as a guest.</a> for this week\'s access.\r\n\r\n<strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.\r\n\r\n<strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar.\r\n\r\nLive trading begins <span data-term=\"goog_2028197746\">Monday</span> thru <span data-term=\"goog_2028197747\">Friday</span> from <span data-term=\"goog_2028197748\">7:30 am to 10:30 am ET</span>.\r\n\r\n<strong>It\'s really that simple!</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>Pre-market price action and scheduled economic data that may have an impact on the global financial markets:</strong>\r\n\r\n<strong>STOCKS</strong> - World stock markets were mostly lower Thursday after the U.S. economy skidded to a near halt in the first three months of the year and Japan\'s central bank held off from expanding its monetary stimulus.\r\n\r\n<strong>BONDS</strong> - U.S. Treasury yields traded back-and-forth after the Federal Reserve delivered a statement in which it removed all calendar references to raising interest rates.\r\n\r\n<strong>COMMODITIES</strong> - Oil prices remained supported in Asian trade Thursday, with U.S. crude trading at its highest level this year, extending overnight gains on signs of slowing U.S. oil production. Oil prices have also been supported recently by a weaker US dollar.\r\n\r\n<strong>CURRENCIES</strong> - The euro rose to the currency\'s highest level against the dollar in almost two months. The Australian dollar led the commodity currencies lower in profit taking following New Zealand\'s central bank warning it could cut interest rates if domestic momentum weakened.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Unemployment Claims and CAD GDP m/m due at 8:30, Chicago PMI at<span data-term=\"goog_2028197752\">9:45</span>, BOC Gov Poloz Speaks at 10:30, Natural Gas Storage at 10:30, CNY Manufacturing PMI at<span data-term=\"goog_2028197755\">21:00</span>, AUD PPI q/q at 21:30 ET.\r\n\r\n<strong><em> </em></strong><em><strong>- Trading Team, Rios Quantitative LLC</strong></em>','Pre-Market Activity & Live Trading Room Access','','publish','open','closed','','pre-market-activity-live-trading-room-access-2','','','2015-04-30 12:26:21','2015-04-30 12:26:21','',0,'http://www.thetradingroom.com/?p=2450',0,'post','',0),(2452,2,'2015-04-30 12:23:21','2015-04-30 12:23:21','<strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/8de6eed409/TEST/85747b1de3/trial=1\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span data-term=\"goog_2028197742\">7:30 am</span> and ends at <span data-term=\"goog_2028197743\">10:30 am ET</span> <span data-term=\"goog_2028197744\">Monday</span> thru<span data-term=\"goog_2028197745\">Friday</span>.\r\n\r\n<strong>Access is simple,</strong> here is how to get started with a two week free trial...\r\n\r\n<strong>Step 1:</strong> Click on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/8de6eed409/TEST/79790aba7f/trial=1\">register as a guest.</a> for this week\'s access.\r\n\r\n&nbsp;\r\n\r\n<strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.\r\n\r\n&nbsp;\r\n\r\n<strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar.\r\n\r\nLive trading begins <span data-term=\"goog_2028197746\">Monday</span> thru <span data-term=\"goog_2028197747\">Friday</span> from <span data-term=\"goog_2028197748\">7:30 am to 10:30 am ET</span>.\r\n\r\n&nbsp;\r\n\r\n<strong>It\'s really that simple!</strong>\r\n\r\n&nbsp;\r\n\r\nPre-market price action and scheduled economic data that may have an impact on the global financial markets:\r\n\r\n<strong>STOCKS</strong> - World stock markets were mostly lower Thursday after the U.S. economy skidded to a near halt in the first three months of the year and Japan\'s central bank held off from expanding its monetary stimulus.\r\n\r\n<strong>BONDS</strong> - U.S. Treasury yields traded back-and-forth after the Federal Reserve delivered a statement in which it removed all calendar references to raising interest rates.\r\n\r\n<strong>COMMODITIES</strong> - Oil prices remained supported in Asian trade Thursday, with U.S. crude trading at its highest level this year, extending overnight gains on signs of slowing U.S. oil production. Oil prices have also been supported recently by a weaker US dollar.\r\n\r\n<strong>CURRENCIES</strong> - The euro rose to the currency\'s highest level against the dollar in almost two months. The Australian dollar led the commodity currencies lower in profit taking following New Zealand\'s central bank warning it could cut interest rates if domestic momentum weakened.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Unemployment Claims and CAD GDP m/m due at 8:30, Chicago PMI at<span data-term=\"goog_2028197752\">9:45</span>, BOC Gov Poloz Speaks at 10:30, Natural Gas Storage at 10:30, CNY Manufacturing PMI at<span data-term=\"goog_2028197755\">21:00</span>, AUD PPI q/q at 21:30 ET.\r\n\r\n<strong><em> </em></strong><em><strong>- Trading Team, Rios Quantitative LLC</strong></em>','','','inherit','open','closed','','2450-revision-v1','','','2015-04-30 12:23:21','2015-04-30 12:23:21','',2450,'http://www.thetradingroom.com/2450-revision-v1/',0,'revision','',0),(2451,2,'2015-04-30 12:20:46','2015-04-30 12:20:46','<table style=\"color: #0e5daf;\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" width=\"auto\">\r\n<div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<p style=\"color: #500050;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3f6SQ23nZ9h.1AF&amp;b=ArqQi3vDkTMFrA17sNF5Yg\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2028197712\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2028197713\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2028197714\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2028197715\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n\r\n<div><span style=\"color: #000000;\"><strong>Step 1:</strong></span><span style=\"color: #000000;\"> Click on the following link and </span><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3f6SQ23nZ9h.1AF&amp;b=ArqQi3vDkTMFrA17sNF5Yg\" target=\"_blank\">register as a guest.</a></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\"><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. Pre-market analysis and live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2028197716\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2028197717\"><span class=\"aQJ\">Friday</span></span> from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2028197718\"><span class=\"aQJ\">7:30 am to 10:30 am ET</span></span>.</span></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>Pre-market activity and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><strong>STOCKS</strong> - World stock markets were mostly lower <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2028197719\"><span class=\"aQJ\">Thursday</span></span> after the U.S. economy skidded to a near halt in the first three months of the year and Japan\'s central bank held off from expanding its monetary stimulus.</p>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><strong>BONDS</strong> - U.S. Treasury yields traded back-and-forth after the Federal Reserve delivered a statement in which it removed all calendar references to raising interest rates.</p>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><strong>COMMODITIES</strong> - Oil prices remained supported in Asian trade <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2028197720\"><span class=\"aQJ\">Thursday</span></span>, with U.S. crude trading at its highest level this year, extending overnight gains on signs of slowing U.S. oil production. Oil prices have also been supported recently by a weaker US dollar.</p>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><strong>CURRENCIES</strong> - The euro rose to the currency\'s highest level against the dollar in almost two months. The Australian dollar led the commodity currencies lower in profit taking following New Zealand\'s central bank warning it could cut interest rates if domestic momentum weakened.</p>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><strong>ECONOMIC DATA</strong> - US Unemployment Claims and CAD GDP m/m due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2028197721\"><span class=\"aQJ\">8:30</span></span>, Chicago PMI at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2028197722\"><span class=\"aQJ\">9:45</span></span>, BOC Gov Poloz Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2028197723\"><span class=\"aQJ\">10:30</span></span>, Natural Gas Storage at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2028197724\"><span class=\"aQJ\">10:30</span></span>, CNY Manufacturing PMI at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2028197725\"><span class=\"aQJ\">21:00</span></span>, AUD PPI q/q at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2028197726\"><span class=\"aQJ\">21:30 ET</span></span>.</p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"> </span><strong><span style=\"color: #000000;\">    </span></strong></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">   <em> </em></span><em><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></em></p>\r\n\r\n</div>\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>','','','inherit','open','closed','','2450-revision-v1','','','2015-04-30 12:20:46','2015-04-30 12:20:46','',2450,'http://www.thetradingroom.com/2450-revision-v1/',0,'revision','',0),(2453,2,'2015-04-30 12:24:26','2015-04-30 12:24:26','<p style=\"text-align: center;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/8de6eed409/TEST/85747b1de3/trial=1\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span data-term=\"goog_2028197742\">7:30 am</span> and ends at <span data-term=\"goog_2028197743\">10:30 am ET</span> <span data-term=\"goog_2028197744\">Monday</span> thru<span data-term=\"goog_2028197745\">Friday</span>.\r\n\r\n<strong>Access is simple,</strong> here is how to get started with a two week free trial...\r\n\r\n<strong>Step 1:</strong> Click on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/8de6eed409/TEST/79790aba7f/trial=1\">register as a guest.</a> for this week\'s access.\r\n\r\n<strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.\r\n\r\n<strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar.\r\n\r\nLive trading begins <span data-term=\"goog_2028197746\">Monday</span> thru <span data-term=\"goog_2028197747\">Friday</span> from <span data-term=\"goog_2028197748\">7:30 am to 10:30 am ET</span>.\r\n\r\n<strong>It\'s really that simple!</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>Pre-market price action and scheduled economic data that may have an impact on the global financial markets:</strong>\r\n\r\n<strong>STOCKS</strong> - World stock markets were mostly lower Thursday after the U.S. economy skidded to a near halt in the first three months of the year and Japan\'s central bank held off from expanding its monetary stimulus.\r\n\r\n<strong>BONDS</strong> - U.S. Treasury yields traded back-and-forth after the Federal Reserve delivered a statement in which it removed all calendar references to raising interest rates.\r\n\r\n<strong>COMMODITIES</strong> - Oil prices remained supported in Asian trade Thursday, with U.S. crude trading at its highest level this year, extending overnight gains on signs of slowing U.S. oil production. Oil prices have also been supported recently by a weaker US dollar.\r\n\r\n<strong>CURRENCIES</strong> - The euro rose to the currency\'s highest level against the dollar in almost two months. The Australian dollar led the commodity currencies lower in profit taking following New Zealand\'s central bank warning it could cut interest rates if domestic momentum weakened.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Unemployment Claims and CAD GDP m/m due at 8:30, Chicago PMI at<span data-term=\"goog_2028197752\">9:45</span>, BOC Gov Poloz Speaks at 10:30, Natural Gas Storage at 10:30, CNY Manufacturing PMI at<span data-term=\"goog_2028197755\">21:00</span>, AUD PPI q/q at 21:30 ET.\r\n\r\n<strong><em> </em></strong><em><strong>- Trading Team, Rios Quantitative LLC</strong></em>','','','inherit','open','closed','','2450-revision-v1','','','2015-04-30 12:24:26','2015-04-30 12:24:26','',2450,'http://www.thetradingroom.com/2450-revision-v1/',0,'revision','',0),(2454,2,'2015-04-30 12:26:11','2015-04-30 12:26:11','','trading room and award pics','','inherit','open','closed','','trading-room-and-award-pics','','','2015-04-30 12:26:11','2015-04-30 12:26:11','',2450,'http://www.thetradingroom.com/wp-content/uploads/2015/04/trading-room-and-award-pics.jpg',0,'attachment','image/jpeg',0),(2455,2,'2015-04-30 12:26:21','2015-04-30 12:26:21','<p style=\"text-align: center;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/8de6eed409/TEST/85747b1de3/trial=1\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span data-term=\"goog_2028197742\">7:30 am</span> and ends at <span data-term=\"goog_2028197743\">10:30 am ET</span> <span data-term=\"goog_2028197744\">Monday</span> thru<span data-term=\"goog_2028197745\">Friday</span>.\r\n\r\n<strong>Access is simple,</strong> here is how to get started with a two week free trial...\r\n\r\n<strong>Step 1:</strong> Click on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/8de6eed409/TEST/79790aba7f/trial=1\">register as a guest.</a> for this week\'s access.\r\n\r\n<strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.\r\n\r\n<strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar.\r\n\r\nLive trading begins <span data-term=\"goog_2028197746\">Monday</span> thru <span data-term=\"goog_2028197747\">Friday</span> from <span data-term=\"goog_2028197748\">7:30 am to 10:30 am ET</span>.\r\n\r\n<strong>It\'s really that simple!</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>Pre-market price action and scheduled economic data that may have an impact on the global financial markets:</strong>\r\n\r\n<strong>STOCKS</strong> - World stock markets were mostly lower Thursday after the U.S. economy skidded to a near halt in the first three months of the year and Japan\'s central bank held off from expanding its monetary stimulus.\r\n\r\n<strong>BONDS</strong> - U.S. Treasury yields traded back-and-forth after the Federal Reserve delivered a statement in which it removed all calendar references to raising interest rates.\r\n\r\n<strong>COMMODITIES</strong> - Oil prices remained supported in Asian trade Thursday, with U.S. crude trading at its highest level this year, extending overnight gains on signs of slowing U.S. oil production. Oil prices have also been supported recently by a weaker US dollar.\r\n\r\n<strong>CURRENCIES</strong> - The euro rose to the currency\'s highest level against the dollar in almost two months. The Australian dollar led the commodity currencies lower in profit taking following New Zealand\'s central bank warning it could cut interest rates if domestic momentum weakened.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Unemployment Claims and CAD GDP m/m due at 8:30, Chicago PMI at<span data-term=\"goog_2028197752\">9:45</span>, BOC Gov Poloz Speaks at 10:30, Natural Gas Storage at 10:30, CNY Manufacturing PMI at<span data-term=\"goog_2028197755\">21:00</span>, AUD PPI q/q at 21:30 ET.\r\n\r\n<strong><em> </em></strong><em><strong>- Trading Team, Rios Quantitative LLC</strong></em>','Pre-Market Activity & Live Trading Room Access','','inherit','open','closed','','2450-revision-v1','','','2015-04-30 12:26:21','2015-04-30 12:26:21','',2450,'http://www.thetradingroom.com/2450-revision-v1/',0,'revision','',0),(2456,2,'2015-05-05 11:47:56','2015-05-05 11:47:56','<strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ba7680c802/TEST/204c4176a7/trial=1\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 7:30 am and ends at 10:30 am ET Monday thruFriday.\r\n\r\n<strong>Access is simple,</strong> here is how to get started with a two week free trial...\r\n\r\n<strong>Step 1:</strong> Click on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ba7680c802/TEST/a02e5f6911/trial=1\">register as a guest.</a> for this week\'s access.\r\n\r\n&nbsp;\r\n\r\n<strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.\r\n\r\n&nbsp;\r\n\r\n<strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar.\r\n\r\nLive trading begins Monday thru Friday from 7:30 am to 10:30 am ET.\r\n\r\n&nbsp;\r\n\r\n<strong>It\'s really that simple!</strong>\r\n\r\n&nbsp;\r\n\r\nPre-market price action and scheduled economic data that may have an impact on the global financial markets:\r\n\r\n<strong>STOCKS</strong> - Chinese shares slid 4.1%, suffering their second largest daily fall this year. European shares shook off earlier losses and held on to gains after the European Commission lifted its growth outlook for the eurozone. U.S. stock futures traded lower for the first time in three sessions, pointing lower ahead of trade numbers and service-sector data.\r\n\r\n<strong>BONDS</strong> - It’s all down to that central-bank global money spigot, says Citigroup. Analysts there have taken a long look at what’s going on with liquidity in the markets.\r\n\r\n<strong>COMMODITIES</strong> - Miner and commodity trader Glencore reported weaker than expected first quarter output at some of its mining assets, with production of its top earner, copper, down 9 percent due to lower grades at two South American mines.\r\n\r\n<strong>CURRENCIES </strong>- The devaluation of currencies by some countries has led to sharp gains in the yuan which are hurting the competitiveness of Chinese exports, the trade ministry said on Tuesday.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Trade Balance, CAD Trade Balance due at 8:30, ISM Non-Manufacturing PMI at 10:00, NZD GDT Price Index (tentative), NZD Unemployment Rate at 18:45, AUD Retail Sales m/m at21:30 ET.\r\n\r\n<strong><em> - Trading Team, Rios Quantitative LLC</em></strong>','Pre-Market Trading - Live Trading Room Link','','publish','open','closed','','pre-market-trading-live-trading-room-link','','','2015-05-05 11:47:56','2015-05-05 11:47:56','',0,'http://www.thetradingroom.com/?p=2456',0,'post','',0),(2457,2,'2015-05-05 11:47:56','2015-05-05 11:47:56','<strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ba7680c802/TEST/204c4176a7/trial=1\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 7:30 am and ends at 10:30 am ET Monday thruFriday.\r\n\r\n<strong>Access is simple,</strong> here is how to get started with a two week free trial...\r\n\r\n<strong>Step 1:</strong> Click on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ba7680c802/TEST/a02e5f6911/trial=1\">register as a guest.</a> for this week\'s access.\r\n\r\n&nbsp;\r\n\r\n<strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.\r\n\r\n&nbsp;\r\n\r\n<strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar.\r\n\r\nLive trading begins Monday thru Friday from 7:30 am to 10:30 am ET.\r\n\r\n&nbsp;\r\n\r\n<strong>It\'s really that simple!</strong>\r\n\r\n&nbsp;\r\n\r\nPre-market price action and scheduled economic data that may have an impact on the global financial markets:\r\n\r\n<strong>STOCKS</strong> - Chinese shares slid 4.1%, suffering their second largest daily fall this year. European shares shook off earlier losses and held on to gains after the European Commission lifted its growth outlook for the eurozone. U.S. stock futures traded lower for the first time in three sessions, pointing lower ahead of trade numbers and service-sector data.\r\n\r\n<strong>BONDS</strong> - It’s all down to that central-bank global money spigot, says Citigroup. Analysts there have taken a long look at what’s going on with liquidity in the markets.\r\n\r\n<strong>COMMODITIES</strong> - Miner and commodity trader Glencore reported weaker than expected first quarter output at some of its mining assets, with production of its top earner, copper, down 9 percent due to lower grades at two South American mines.\r\n\r\n<strong>CURRENCIES </strong>- The devaluation of currencies by some countries has led to sharp gains in the yuan which are hurting the competitiveness of Chinese exports, the trade ministry said on Tuesday.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Trade Balance, CAD Trade Balance due at 8:30, ISM Non-Manufacturing PMI at 10:00, NZD GDT Price Index (tentative), NZD Unemployment Rate at 18:45, AUD Retail Sales m/m at21:30 ET.\r\n\r\n<strong><em> - Trading Team, Rios Quantitative LLC</em></strong>','Pre-Market Trading - Live Trading Room Link','','inherit','open','closed','','2456-revision-v1','','','2015-05-05 11:47:56','2015-05-05 11:47:56','',2456,'http://www.thetradingroom.com/2456-revision-v1/',0,'revision','',0),(2458,2,'2015-05-06 11:20:08','2015-05-06 11:20:08','<h4>Are You Just “Winging It?”</h4>\r\n“Improvising?” Practicing “hope and pray” trading? Or do you have a clear-cut plan to actually profit from your trading?\r\n\r\nIf you\'re “winging it,” don’t feel bad…you are not alone. Most great traders were first bad traders. If  \"winging it\" just doesn\'t cut it anymore, you have come to the right place.\r\n<h4>Now For The Good News...</h4>\r\nAny astute trader will be quick to point out that, \"it\'s not how much you can profit from a trade, but how <em>consistent</em> <em>you can take profits</em> <em>while controlling risk</em>\".\r\n\r\nI happen to agree. And fortunately, the systems I built not only allow struggling traders to become successful, they were developed to also dramatically increase your trading efficiency while reducing stress. In other words, I\'ll show you how to actually keep more profits from your trading.\r\n\r\nUntil very recently, these methods, checklists, “cheat sheets” and standard trading procedures were mine and my teams alone.\r\n\r\nThey were locked in our “vault,” and unless you worked on my institutional trade desk, or a member of my Insiders Quant group that I personally mentor, you never saw them.\r\n\r\nThey were our secret formula…\r\n\r\n…Our Mystery Code\r\n\r\nBut recently we made a very bold move at Rios Quantitative LLC.\r\n\r\nWe decided to take literally all of our methods, algorithms and checklists..\r\n\r\n<strong><em>... everything...</em></strong>\r\n\r\nand open source them to other traders and trading professionals.\r\n\r\n&nbsp;\r\n\r\nWe call it the RiosQuant Insider\'s 12 Week Master Program\r\n\r\nAs an RQ Insider trainee, you get to see everything... the good, the bad and the ugly.\r\n\r\nThat\'s right, not just what works in today\'s market but just as important what doesn\'t work.\r\n\r\n&nbsp;\r\n\r\nHere is a quick peek into the program that\'s already waiting for you...\r\n\r\n&nbsp;\r\n\r\nWeek 1 -  The Cornerstone And The Four Pillars To The Program\r\n\r\nWeek 2 -  How The Markets Really Work, Including The Institutional-Driven Traffic Map\r\n\r\nWeek 3 -  The Secret To Market Selection, Timing The Explosive Moves\r\n\r\nWeek 4 -  Customizing The Trading Strategy To Fit Your Personality\r\n\r\nWeek 5 -  The Hidden Truth About Profit Targets And Stop Losses\r\n\r\nWeek 6 -  The RiosQuant 7 Point Trading Plan\r\n\r\nWeek 7 -  How To Think Better And Trade Smarter\r\n\r\nWeek 8 -  When To Pause, Reassess And Move Forward\r\n\r\nWeek 9  - How To Become Your Own Rain Maker\r\n\r\nWeek 10 - Becoming Proficient With Quantitative Tools\r\n\r\nWeek 11 - Forecasting Methods And Techniques\r\n\r\nWeek 12 - Creating Your Personal Playbook\r\n<h4>Weekly \"What\'s Working Now\" LIVE Trainings</h4>\r\nAs an RQ Insider trainee, you also get to \"drop in\" on our internal \"What\'s Working Now\" meetings where members of the Insider\'s Quant Room share what\'s hot and what\'s working for our traders and members. It\'s like you\'re sitting in our headquarters\' strategy room in Coral Gables, FL...\r\n\r\neavesdropping on everything we say. In the past, these virtual \"meetups\" were for members only, but as a part of \"open-sourcing\" our trading formula, I\'ve decided to let the RQ Insider Trainees attend these sessions as well. Not only will you get the latest trading ideas, you\'ll also have a chance to ask questions to me, my team, or anyone else who dropped by that week.\r\n\r\n&nbsp;\r\n<h4>Model What Works...</h4>\r\n<em>\"If you want to achieve success, all you need to do is find a way to model those who have already succeeded\".</em>\r\n\r\n- Tony Robbins\r\n\r\nUnlike most trading courses, with us you will receive real hands-on training, not theories with common found hypothetical rear view mirror teaching method ....\r\n\r\nGreat surprise, right? It\'s what sets us apart, you will have direct access to our live virtual trading. You will see and experience every single step necessary... from identifying market behavior, to detecting high-probability trade entries, exits and all the rules.\r\n<h4>The Last Training You Will Ever Need</h4>\r\n<em>\" </em><em>Two years ago I was trading with no confidence, no real profits, not even a real plan, not because I didn\'t have one but because I had not found the appropriate...</em><em>Today I see myself as a real trader, I have developed my own trade plan based on RiosQuant plan... I can only say thanks to Joe, Edward, Steve, Ken, Amber, Javier, Agustin, Jose and the rest of the team of this great group of friends and mentors. I can affirm that there is nothing like this on this market full of scammers. this guys worth every penny!!!\"</em>\r\n\r\n- Jorge D., Colombia\r\n\r\n<em>\"My story is the age old troubled trader problem: no patience, not focusing on one trading style, spending too much money on trading systems with little or no support.  Rios indicators give solid trading direction (which forces the patience one needs to make higher probability trades), and amazing support by folks who are all traders themselves, not a salesman who\'s only job is to push you to buy more.  It\'s like joining a club of people who want you to succeed in trading, first and foremost.  A rarity these days.\"</em>\r\n\r\n- Derek, Tokyo\r\n\r\n<em>\"I thought you would be interested to know that using RQ Tech I turned what had been a poor to mediocre morning into a $730.00 profitable trading day. It is a marvelous tool - please let Joe know how much I value this tool.\"</em>\r\n\r\n- Len S., Illinois\r\n\r\n&nbsp;\r\n\r\n<em>\"No matter how often I sit in on your wonderful trade labs, never fail to pick up on new insight and new understanding. Just great Steve. Thanks so much!\"</em>\r\n\r\n- R.G.,  Hawaii\r\n\r\n&nbsp;\r\n<h4>If All This Did Was...</h4>\r\nFinally get you to understand how the markets really work<strong><em>... Would it be worth it?</em></strong>\r\n\r\nGive you the kick in the butt to get you trading with discipline<strong><em>...Would it be worth it? </em></strong>\r\n\r\nProvide you with the necessary steps and rules to become profitable...<strong><em> Would it be worth it?</em></strong>\r\n\r\nInvest in yourself and take advantage of our limited time offer.\r\n\r\n<a href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=JZ8R9Q5BEY4AN\">SIGN UP HERE</a>','New 12 Week Quant Trading Course','','publish','open','closed','','new-12-week-quant-trading-course','','','2015-05-06 11:20:08','2015-05-06 11:20:08','',0,'http://www.thetradingroom.com/?p=2458',0,'post','',0),(2460,2,'2015-05-06 11:15:44','2015-05-06 11:15:44','<h4>Are You Just “Winging It?”</h4>\r\n“Improvising?” Practicing “hope and pray” trading? Or do you have a clear-cut plan to actually profit from your trading?\r\n\r\nIf you\'re “winging it,” don’t feel bad…you are not alone. Most great traders were first bad traders. If  \"winging it\" just doesn\'t cut it anymore, you have come to the right place.\r\n<h4>Now For The Good News...</h4>\r\nAny astute trader will be quick to point out that, \"it\'s not how much you can profit from a trade, but how <em>consistent</em> <em>you can take profits</em> <em>while controlling risk</em>\".\r\n\r\nI happen to agree. And fortunately, the systems I built not only allow struggling traders to become successful, they were developed to also dramatically increase your trading efficiency while reducing stress. In other words, I\'ll show you how to actually keep more profits from your trading.\r\n\r\nUntil very recently, these methods, checklists, “cheat sheets” and standard trading procedures were mine and my teams alone.\r\n\r\nThey were locked in our “vault,” and unless you worked on my institutional trade desk, or a member of my Insiders Quant group that I personally mentor, you never saw them.\r\n\r\nThey were our secret formula…\r\n\r\n…Our Mystery Code\r\n\r\nBut recently we made a very bold move at Rios Quantitative LLC.\r\n\r\nWe decided to take literally all of our methods, algorithms and checklists..\r\n\r\n<strong><em>... everything...</em></strong>\r\n\r\nand open source them to other traders and trading professionals.\r\n\r\n&nbsp;\r\n\r\nWe call it the RiosQuant Insider\'s 12 Week Master Program\r\n\r\nAs an RQ Insider trainee, you get to see everything... the good, the bad and the ugly.\r\n\r\nThat\'s right, not just what works in today\'s market but just as important what doesn\'t work.\r\n\r\n&nbsp;\r\n\r\nHere is a quick peek into the program that\'s already waiting for you...\r\n\r\n&nbsp;\r\n\r\nWeek 1 -  The Cornerstone And The Four Pillars To The Program\r\n\r\nWeek 2 -  How The Markets Really Work, Including The Institutional-Driven Traffic Map\r\n\r\nWeek 3 -  The Secret To Market Selection, Timing The Explosive Moves\r\n\r\nWeek 4 -  Customizing The Trading Strategy To Fit Your Personality\r\n\r\nWeek 5 -  The Hidden Truth About Profit Targets And Stop Losses\r\n\r\nWeek 6 -  The RiosQuant 7 Point Trading Plan\r\n\r\nWeek 7 -  How To Think Better And Trade Smarter\r\n\r\nWeek 8 -  When To Pause, Reassess And Move Forward\r\n\r\nWeek 9  - How To Become Your Own Rain Maker\r\n\r\nWeek 10 - Becoming Proficient With Quantitative Tools\r\n\r\nWeek 11 - Forecasting Methods And Techniques\r\n\r\nWeek 12 - Creating Your Personal Playbook\r\n<h4>Weekly \"What\'s Working Now\" LIVE Trainings</h4>\r\nAs an RQ Insider trainee, you also get to \"drop in\" on our internal \"What\'s Working Now\" meetings where members of the Insider\'s Quant Room share what\'s hot and what\'s working for our traders and members. It\'s like you\'re sitting in our headquarters\' strategy room in Coral Gables, FL...\r\n\r\neavesdropping on everything we say. In the past, these virtual \"meetups\" were for members only, but as a part of \"open-sourcing\" our trading formula, I\'ve decided to let the RQ Insider Trainees attend these sessions as well. Not only will you get the latest trading ideas, you\'ll also have a chance to ask questions to me, my team, or anyone else who dropped by that week.\r\n\r\n&nbsp;\r\n<h4>Model What Works...</h4>\r\n<em>\"If you want to achieve success, all you need to do is find a way to model those who have already succeeded\".</em>\r\n\r\n- Tony Robbins\r\n\r\nUnlike most trading courses, with us you will receive real hands-on training, not theories with common found hypothetical rear view mirror teaching method ....\r\n\r\nGreat surprise, right? It\'s what sets us apart, you will have direct access to our live virtual trading. You will see and experience every single step necessary... from identifying market behavior, to detecting high-probability trade entries, exits and all the rules.\r\n<h4>The Last Training You Will Ever Need</h4>\r\n<em>\" </em><em>Two years ago I was trading with no confidence, no real profits, not even a real plan, not because I didn\'t have one but because I had not found the appropriate...</em><em>Today I see myself as a real trader, I have developed my own trade plan based on RiosQuant plan... I can only say thanks to Joe, Edward, Steve, Ken, Amber, Javier, Agustin, Jose and the rest of the team of this great group of friends and mentors. I can affirm that there is nothing like this on this market full of scammers. this guys worth every penny!!!\"</em>\r\n\r\n- Jorge D., Colombia\r\n\r\n<em>\"My story is the age old troubled trader problem: no patience, not focusing on one trading style, spending too much money on trading systems with little or no support.  Rios indicators give solid trading direction (which forces the patience one needs to make higher probability trades), and amazing support by folks who are all traders themselves, not a salesman who\'s only job is to push you to buy more.  It\'s like joining a club of people who want you to succeed in trading, first and foremost.  A rarity these days.\"</em>\r\n\r\n- Derek, Tokyo\r\n\r\n<em>\"I thought you would be interested to know that using RQ Tech I turned what had been a poor to mediocre morning into a $730.00 profitable trading day. It is a marvelous tool - please let Joe know how much I value this tool.\"</em>\r\n\r\n- Len S., Illinois\r\n\r\n&nbsp;\r\n\r\n<em>\"No matter how often I sit in on your wonderful trade labs, never fail to pick up on new insight and new understanding. Just great Steve. Thanks so much!\"</em>\r\n\r\n- R.G.,  Hawaii\r\n\r\n&nbsp;\r\n<h4>If All This Did Was...</h4>\r\nFinally get you to understand how the markets really work<strong><em>... Would it be worth it?</em></strong>\r\n\r\nGive you the kick in the butt to get you trading with discipline<strong><em>...Would it be worth it? </em></strong>\r\n\r\nProvide you with the necessary steps and rules to become profitable...<strong><em> Would it be worth it?</em></strong>\r\n\r\nInvest in yourself and take advantage of our limited time offer.\r\n\r\n<a href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=JZ8R9Q5BEY4AN\">SIGN UP HERE</a>','New 12 Week Trading Program','','inherit','open','closed','','2458-revision-v1','','','2015-05-06 11:15:44','2015-05-06 11:15:44','',2458,'http://www.thetradingroom.com/2458-revision-v1/',0,'revision','',0),(2459,2,'2015-05-06 11:13:25','2015-05-06 11:13:25','Limited-Time Offer From Rios Quantitative LLC - The Leaders In Quant Trading\r\n<h4>Are You Just “Winging It?”</h4>\r\n“Improvising?” Practicing “hope and pray” trading? Or do you have a clear-cut plan to actually profit from your trading?\r\n\r\nIf you\'re “winging it,” don’t feel bad…you are not alone. Most great traders were first bad traders. If  \"winging it\" just doesn\'t cut it anymore, you have come to the right place.\r\n<h4>Now For The Good News...</h4>\r\nAny astute trader will be quick to point out that, \"it\'s not how much you can profit from a trade, but how <em>consistent</em> <em>you can take profits</em> <em>while controlling risk</em>\".\r\n\r\nI happen to agree. And fortunately, the systems I built not only allow struggling traders to become successful, they were developed to also dramatically increase your trading efficiency while reducing stress. In other words, I\'ll show you how to actually keep more profits from your trading.\r\n\r\nUntil very recently, these methods, checklists, “cheat sheets” and standard trading procedures were mine and my teams alone.\r\n\r\nThey were locked in our “vault,” and unless you worked on my institutional trade desk, or a member of my Insiders Quant group that I personally mentor, you never saw them.\r\n\r\nThey were our secret formula…\r\n\r\n…Our Mystery Code\r\n\r\nBut recently we made a very bold move at Rios Quantitative LLC.\r\n\r\nWe decided to take literally all of our methods, algorithms and checklists..\r\n\r\n<strong><em>... everything...</em></strong>\r\n\r\nand open source them to other traders and trading professionals.\r\n\r\n&nbsp;\r\n\r\nWe call it the RiosQuant Insider\'s 12 Week Master Program\r\n\r\nAs an RQ Insider trainee, you get to see everything... the good, the bad and the ugly.\r\n\r\nThat\'s right, not just what works in today\'s market but just as important what doesn\'t work.\r\n\r\n&nbsp;\r\n\r\nHere is a quick peek into the program that\'s already waiting for you...\r\n\r\n&nbsp;\r\n\r\nWeek 1 -  The Cornerstone And The Four Pillars To The Program\r\n\r\nWeek 2 -  How The Markets Really Work, Including The Institutional-Driven Traffic Map\r\n\r\nWeek 3 -  The Secret To Market Selection, Timing The Explosive Moves\r\n\r\nWeek 4 -  Customizing The Trading Strategy To Fit Your Personality\r\n\r\nWeek 5 -  The Hidden Truth About Profit Targets And Stop Losses\r\n\r\nWeek 6 -  The RiosQuant 7 Point Trading Plan\r\n\r\nWeek 7 -  How To Think Better And Trade Smarter\r\n\r\nWeek 8 -  When To Pause, Reassess And Move Forward\r\n\r\nWeek 9  - How To Become Your Own Rain Maker\r\n\r\nWeek 10 - Becoming Proficient With Quantitative Tools\r\n\r\nWeek 11 - Forecasting Methods And Techniques\r\n\r\nWeek 12 - Creating Your Personal Playbook\r\n<h4>Weekly \"What\'s Working Now\" LIVE Trainings</h4>\r\nAs an RQ Insider trainee, you also get to \"drop in\" on our internal \"What\'s Working Now\" meetings where members of the Insider\'s Quant Room share what\'s hot and what\'s working for our traders and members. It\'s like you\'re sitting in our headquarters\' strategy room in Coral Gables, FL...\r\n\r\neavesdropping on everything we say. In the past, these virtual \"meetups\" were for members only, but as a part of \"open-sourcing\" our trading formula, I\'ve decided to let the RQ Insider Trainees attend these sessions as well. Not only will you get the latest trading ideas, you\'ll also have a chance to ask questions to me, my team, or anyone else who dropped by that week.\r\n\r\n&nbsp;\r\n<h4>Model What Works...</h4>\r\n<em>\"If you want to achieve success, all you need to do is find a way to model those who have already succeeded\".</em>\r\n\r\n- Tony Robbins\r\n\r\n&nbsp;\r\n\r\nUnlike most trading courses, with us you will receive real hands-on training, not theories with common found hypothetical rear view mirror teaching method ....\r\n\r\nGreat surprise, right? It\'s what sets us apart, you will have direct access to our live virtual trading. You will see and experience every single step necessary... from identifying market behavior, to detecting high-probability trade entries, exits and all the rules.\r\n<h4>The Last Training You Will Ever Need</h4>\r\n<em>\" </em><em>Two years ago I was trading with no confidence, no real profits, not even a real plan, not because I didn\'t have one but because I had not found the appropriate...</em><em>Today I see myself as a real trader, I have developed my own trade plan based on RiosQuant plan... I can only say thanks to Joe, Edward, Steve, Ken, Amber, Javier, Agustin, Jose and the rest of the team of this great group of friends and mentors. I can affirm that there is nothing like this on this market full of scammers. this guys worth every penny!!!\"</em>\r\n\r\n&nbsp;\r\n\r\n- Jorge D., Colombia\r\n\r\n&nbsp;\r\n\r\n<em>\"My story is the age old troubled trader problem: no patience, not focusing on one trading style, spending too much money on trading systems with little or no support.  Rios indicators give solid trading direction (which forces the patience one needs to make higher probability trades), and amazing support by folks who are all traders themselves, not a salesman who\'s only job is to push you to buy more.  It\'s like joining a club of people who want you to succeed in trading, first and foremost.  A rarity these days.\"</em>\r\n\r\n- Derek, Tokyo\r\n\r\n<em>\"I thought you would be interested to know that using RQ Tech I turned what had been a poor to mediocre morning into a $730.00 profitable trading day. It is a marvelous tool - please let Joe know how much I value this tool.\"</em>\r\n\r\n- Len S., Illinois\r\n\r\n&nbsp;\r\n\r\n<em>\"No matter how often I sit in on your wonderful trade labs, never fail to pick up on new insight and new understanding. Just great Steve. Thanks so much!\"</em>\r\n\r\n&nbsp;\r\n\r\n- R.G.,  Hawaii\r\n\r\n&nbsp;\r\n<h4>If All This Did Was...</h4>\r\nFinally get you to understand how the markets really work<strong><em>... Would it be worth it?</em></strong>\r\n\r\nGive you the kick in the butt to get you trading with discipline<strong><em>...Would it be worth it? </em></strong>\r\n\r\nProvide you with the necessary steps and rules to become profitable...<strong><em> Would it be worth it?</em></strong>\r\n\r\nInvest in yourself and take advantage of our limited time offer.\r\n\r\n<a href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=JZ8R9Q5BEY4AN\">SIGN UP HERE</a>','','','inherit','open','closed','','2458-revision-v1','','','2015-05-06 11:13:25','2015-05-06 11:13:25','',2458,'http://www.thetradingroom.com/2458-revision-v1/',0,'revision','',0),(2461,2,'2015-05-06 11:20:08','2015-05-06 11:20:08','<h4>Are You Just “Winging It?”</h4>\r\n“Improvising?” Practicing “hope and pray” trading? Or do you have a clear-cut plan to actually profit from your trading?\r\n\r\nIf you\'re “winging it,” don’t feel bad…you are not alone. Most great traders were first bad traders. If  \"winging it\" just doesn\'t cut it anymore, you have come to the right place.\r\n<h4>Now For The Good News...</h4>\r\nAny astute trader will be quick to point out that, \"it\'s not how much you can profit from a trade, but how <em>consistent</em> <em>you can take profits</em> <em>while controlling risk</em>\".\r\n\r\nI happen to agree. And fortunately, the systems I built not only allow struggling traders to become successful, they were developed to also dramatically increase your trading efficiency while reducing stress. In other words, I\'ll show you how to actually keep more profits from your trading.\r\n\r\nUntil very recently, these methods, checklists, “cheat sheets” and standard trading procedures were mine and my teams alone.\r\n\r\nThey were locked in our “vault,” and unless you worked on my institutional trade desk, or a member of my Insiders Quant group that I personally mentor, you never saw them.\r\n\r\nThey were our secret formula…\r\n\r\n…Our Mystery Code\r\n\r\nBut recently we made a very bold move at Rios Quantitative LLC.\r\n\r\nWe decided to take literally all of our methods, algorithms and checklists..\r\n\r\n<strong><em>... everything...</em></strong>\r\n\r\nand open source them to other traders and trading professionals.\r\n\r\n&nbsp;\r\n\r\nWe call it the RiosQuant Insider\'s 12 Week Master Program\r\n\r\nAs an RQ Insider trainee, you get to see everything... the good, the bad and the ugly.\r\n\r\nThat\'s right, not just what works in today\'s market but just as important what doesn\'t work.\r\n\r\n&nbsp;\r\n\r\nHere is a quick peek into the program that\'s already waiting for you...\r\n\r\n&nbsp;\r\n\r\nWeek 1 -  The Cornerstone And The Four Pillars To The Program\r\n\r\nWeek 2 -  How The Markets Really Work, Including The Institutional-Driven Traffic Map\r\n\r\nWeek 3 -  The Secret To Market Selection, Timing The Explosive Moves\r\n\r\nWeek 4 -  Customizing The Trading Strategy To Fit Your Personality\r\n\r\nWeek 5 -  The Hidden Truth About Profit Targets And Stop Losses\r\n\r\nWeek 6 -  The RiosQuant 7 Point Trading Plan\r\n\r\nWeek 7 -  How To Think Better And Trade Smarter\r\n\r\nWeek 8 -  When To Pause, Reassess And Move Forward\r\n\r\nWeek 9  - How To Become Your Own Rain Maker\r\n\r\nWeek 10 - Becoming Proficient With Quantitative Tools\r\n\r\nWeek 11 - Forecasting Methods And Techniques\r\n\r\nWeek 12 - Creating Your Personal Playbook\r\n<h4>Weekly \"What\'s Working Now\" LIVE Trainings</h4>\r\nAs an RQ Insider trainee, you also get to \"drop in\" on our internal \"What\'s Working Now\" meetings where members of the Insider\'s Quant Room share what\'s hot and what\'s working for our traders and members. It\'s like you\'re sitting in our headquarters\' strategy room in Coral Gables, FL...\r\n\r\neavesdropping on everything we say. In the past, these virtual \"meetups\" were for members only, but as a part of \"open-sourcing\" our trading formula, I\'ve decided to let the RQ Insider Trainees attend these sessions as well. Not only will you get the latest trading ideas, you\'ll also have a chance to ask questions to me, my team, or anyone else who dropped by that week.\r\n\r\n&nbsp;\r\n<h4>Model What Works...</h4>\r\n<em>\"If you want to achieve success, all you need to do is find a way to model those who have already succeeded\".</em>\r\n\r\n- Tony Robbins\r\n\r\nUnlike most trading courses, with us you will receive real hands-on training, not theories with common found hypothetical rear view mirror teaching method ....\r\n\r\nGreat surprise, right? It\'s what sets us apart, you will have direct access to our live virtual trading. You will see and experience every single step necessary... from identifying market behavior, to detecting high-probability trade entries, exits and all the rules.\r\n<h4>The Last Training You Will Ever Need</h4>\r\n<em>\" </em><em>Two years ago I was trading with no confidence, no real profits, not even a real plan, not because I didn\'t have one but because I had not found the appropriate...</em><em>Today I see myself as a real trader, I have developed my own trade plan based on RiosQuant plan... I can only say thanks to Joe, Edward, Steve, Ken, Amber, Javier, Agustin, Jose and the rest of the team of this great group of friends and mentors. I can affirm that there is nothing like this on this market full of scammers. this guys worth every penny!!!\"</em>\r\n\r\n- Jorge D., Colombia\r\n\r\n<em>\"My story is the age old troubled trader problem: no patience, not focusing on one trading style, spending too much money on trading systems with little or no support.  Rios indicators give solid trading direction (which forces the patience one needs to make higher probability trades), and amazing support by folks who are all traders themselves, not a salesman who\'s only job is to push you to buy more.  It\'s like joining a club of people who want you to succeed in trading, first and foremost.  A rarity these days.\"</em>\r\n\r\n- Derek, Tokyo\r\n\r\n<em>\"I thought you would be interested to know that using RQ Tech I turned what had been a poor to mediocre morning into a $730.00 profitable trading day. It is a marvelous tool - please let Joe know how much I value this tool.\"</em>\r\n\r\n- Len S., Illinois\r\n\r\n&nbsp;\r\n\r\n<em>\"No matter how often I sit in on your wonderful trade labs, never fail to pick up on new insight and new understanding. Just great Steve. Thanks so much!\"</em>\r\n\r\n- R.G.,  Hawaii\r\n\r\n&nbsp;\r\n<h4>If All This Did Was...</h4>\r\nFinally get you to understand how the markets really work<strong><em>... Would it be worth it?</em></strong>\r\n\r\nGive you the kick in the butt to get you trading with discipline<strong><em>...Would it be worth it? </em></strong>\r\n\r\nProvide you with the necessary steps and rules to become profitable...<strong><em> Would it be worth it?</em></strong>\r\n\r\nInvest in yourself and take advantage of our limited time offer.\r\n\r\n<a href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=JZ8R9Q5BEY4AN\">SIGN UP HERE</a>','New 12 Week Quant Trading Course','','inherit','open','closed','','2458-revision-v1','','','2015-05-06 11:20:08','2015-05-06 11:20:08','',2458,'http://www.thetradingroom.com/2458-revision-v1/',0,'revision','',0),(2462,2,'2015-05-07 11:16:47','2015-05-07 11:16:47','<strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://clicks.aweber.com/y/ct/?l=qg72e.&amp;m=3c7y8IQ0pjrDnAF&amp;b=T1FkZtR1R4cxi9NF8EUBAQ\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 7:30 am and ends at 10:30 am ET Monday thruFriday.\r\n\r\n<strong>Access is simple,</strong> here is how to get started with a two week free trial...\r\n\r\n<strong>Step 1:</strong> Click on the following link and <a href=\"http://clicks.aweber.com/y/ct/?l=qg72e.&amp;m=3c7y8IQ0pjrDnAF&amp;b=T1FkZtR1R4cxi9NF8EUBAQ\">register as a guest.</a>\r\n\r\n&nbsp;\r\n\r\n<strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.\r\n\r\n&nbsp;\r\n\r\n<strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. Pre-market analysis and live trading begins Monday thru Friday from 7:30 am to 10:30 am ET.\r\n\r\n&nbsp;\r\n\r\n<strong>It\'s really that simple!</strong>\r\n\r\n&nbsp;\r\n\r\nPre-market activity and scheduled economic data that may have an impact on the global financial markets:\r\n\r\n&nbsp;\r\n\r\n<strong>STOCKS</strong> - Stocks in Asia closed sharply lower following Federal Reserve Chair’s Janet Yellen’s warning on stock valuation, while European markets slumped amid weakness in the bond market. US stock futures pointing to a lower Wall Street open.\r\n\r\n&nbsp;\r\n\r\n<strong>BONDS</strong> - A sharp selloff in European and U.S. bond markets is spilling over into Asia, sending the price of government debt tumbling across the region.\r\n\r\n&nbsp;\r\n\r\n<strong>COMMODITIES</strong> - Gold prices fell as investors grew cautious ahead of Friday’s U.S. employment data. Crude oil futures slipped in Asia on supply concerns\r\n\r\n&nbsp;\r\n\r\n<strong>CURRENCIES</strong> - The US dollar finished sharply lower against the euro Wednesday after ADP payrolls data that was much weaker than the market had expected, stirring concerns that the U.S. remains in a state of economic malaise. Foreign currencies trading mixed ahead of US open.\r\n\r\n&nbsp;\r\n\r\n<strong>ECONOMIC DATA</strong> - US Unemployment Claims, CAD Building Permits and Grains Weekly Export Sales due at 8:30, Natural Gas Storage at 10:30, RBA Monetary Policy Statement at 21:30 ET.\r\n\r\n<strong>    </strong>\r\n\r\n<em> <strong>- RiosQuant Team</strong></em>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"> </span><strong><span style=\"color: #000000;\">    </span></strong></p>\r\n<p style=\"color: #500050;\"></p>','Pre-Market Activity & Live Trading Room Access','','publish','open','closed','','pre-market-activity-live-trading-room-access-3','','','2015-05-07 11:16:47','2015-05-07 11:16:47','',0,'http://www.thetradingroom.com/?p=2462',0,'post','',0),(2464,2,'2015-05-07 11:13:21','2015-05-07 11:13:21','<strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://clicks.aweber.com/y/ct/?l=qg72e.&amp;m=3c7y8IQ0pjrDnAF&amp;b=T1FkZtR1R4cxi9NF8EUBAQ\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 7:30 am and ends at 10:30 am ET Monday thruFriday.\r\n\r\n<strong>Access is simple,</strong> here is how to get started with a two week free trial...\r\n\r\n<strong>Step 1:</strong> Click on the following link and <a href=\"http://clicks.aweber.com/y/ct/?l=qg72e.&amp;m=3c7y8IQ0pjrDnAF&amp;b=T1FkZtR1R4cxi9NF8EUBAQ\">register as a guest.</a>\r\n\r\n&nbsp;\r\n\r\n<strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.\r\n\r\n&nbsp;\r\n\r\n<strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. Pre-market analysis and live trading begins Monday thru Friday from 7:30 am to 10:30 am ET.\r\n\r\n&nbsp;\r\n\r\n<strong>It\'s really that simple!</strong>\r\n\r\n&nbsp;\r\n\r\nPre-market activity and scheduled economic data that may have an impact on the global financial markets:\r\n\r\n&nbsp;\r\n\r\n<strong>STOCKS</strong> - Stocks in Asia closed sharply lower following Federal Reserve Chair’s Janet Yellen’s warning on stock valuation, while European markets slumped amid weakness in the bond market. US stock futures pointing to a lower Wall Street open.\r\n\r\n&nbsp;\r\n\r\n<strong>BONDS</strong> - A sharp selloff in European and U.S. bond markets is spilling over into Asia, sending the price of government debt tumbling across the region.\r\n\r\n&nbsp;\r\n\r\n<strong>COMMODITIES</strong> - Gold prices fell as investors grew cautious ahead of Friday’s U.S. employment data. Crude oil futures slipped in Asia on supply concerns\r\n\r\n&nbsp;\r\n\r\n<strong>CURRENCIES</strong> - The US dollar finished sharply lower against the euro Wednesday after ADP payrolls data that was much weaker than the market had expected, stirring concerns that the U.S. remains in a state of economic malaise. Foreign currencies trading mixed ahead of US open.\r\n\r\n&nbsp;\r\n\r\n<strong>ECONOMIC DATA</strong> - US Unemployment Claims, CAD Building Permits and Grains Weekly Export Sales due at 8:30, Natural Gas Storage at 10:30, RBA Monetary Policy Statement at 21:30 ET.\r\n\r\n<strong>    </strong>\r\n\r\n<em> <strong>- RiosQuant Team</strong></em>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"> </span><strong><span style=\"color: #000000;\">    </span></strong></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">   <em> </em></span><em><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></em></p>','','','inherit','open','closed','','2462-revision-v1','','','2015-05-07 11:13:21','2015-05-07 11:13:21','',2462,'http://www.thetradingroom.com/2462-revision-v1/',0,'revision','',0),(2463,2,'2015-05-07 11:12:27','2015-05-07 11:12:27','<p style=\"color: #500050;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=qg72e.&amp;m=3c7y8IQ0pjrDnAF&amp;b=T1FkZtR1R4cxi9NF8EUBAQ\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1540733600\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1540733601\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1540733602\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1540733603\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 1:</strong></span><span style=\"color: #000000;\"> Click on the following link and </span><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=qg72e.&amp;m=3c7y8IQ0pjrDnAF&amp;b=T1FkZtR1R4cxi9NF8EUBAQ\" target=\"_blank\">register as a guest.</a></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</span></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. Pre-market analysis and live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1540733604\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1540733605\"><span class=\"aQJ\">Friday</span></span> from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1540733606\"><span class=\"aQJ\">7:30 am to 10:30 am ET</span></span>.</span></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><strong>It\'s really that simple!</strong></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">Pre-market activity and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<p style=\"color: #500050;\"><strong>STOCKS</strong> - Stocks in Asia closed sharply lower following Federal Reserve Chair’s Janet Yellen’s warning on stock valuation, while European markets slumped amid weakness in the bond market. US stock futures pointing to a lower Wall Street open.</p>\r\n<p style=\"color: #500050;\"><strong>BONDS</strong> - A sharp selloff in European and U.S. bond markets is spilling over into Asia, sending the price of government debt tumbling across the region.</p>\r\n<p style=\"color: #500050;\"><strong>COMMODITIES</strong> - Gold prices fell as investors grew cautious ahead of <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1540733607\"><span class=\"aQJ\">Friday’s</span></span> U.S. employment data. Crude oil futures slipped in Asia on supply concerns</p>\r\n<p style=\"color: #500050;\"><strong>CURRENCIES</strong> - The US dollar finished sharply lower against the euro <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1540733608\"><span class=\"aQJ\">Wednesday</span></span> after ADP payrolls data that was much weaker than the market had expected, stirring concerns that the U.S. remains in a state of economic malaise. Foreign currencies trading mixed ahead of US open.</p>\r\n<p style=\"color: #500050;\"><strong>ECONOMIC DATA</strong> - US Unemployment Claims, CAD Building Permits and Grains Weekly Export Sales due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1540733609\"><span class=\"aQJ\">8:30</span></span>, Natural Gas Storage at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1540733610\"><span class=\"aQJ\">10:30</span></span>, RBA Monetary Policy Statement at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1540733611\"><span class=\"aQJ\">21:30 ET</span></span>.</p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"> </span><strong><span style=\"color: #000000;\">    </span></strong></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">   <em> </em></span><em><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></em></p>','','','inherit','open','closed','','2462-revision-v1','','','2015-05-07 11:12:27','2015-05-07 11:12:27','',2462,'http://www.thetradingroom.com/2462-revision-v1/',0,'revision','',0),(2465,2,'2015-05-07 11:16:47','2015-05-07 11:16:47','<strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://clicks.aweber.com/y/ct/?l=qg72e.&amp;m=3c7y8IQ0pjrDnAF&amp;b=T1FkZtR1R4cxi9NF8EUBAQ\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 7:30 am and ends at 10:30 am ET Monday thruFriday.\r\n\r\n<strong>Access is simple,</strong> here is how to get started with a two week free trial...\r\n\r\n<strong>Step 1:</strong> Click on the following link and <a href=\"http://clicks.aweber.com/y/ct/?l=qg72e.&amp;m=3c7y8IQ0pjrDnAF&amp;b=T1FkZtR1R4cxi9NF8EUBAQ\">register as a guest.</a>\r\n\r\n&nbsp;\r\n\r\n<strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.\r\n\r\n&nbsp;\r\n\r\n<strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. Pre-market analysis and live trading begins Monday thru Friday from 7:30 am to 10:30 am ET.\r\n\r\n&nbsp;\r\n\r\n<strong>It\'s really that simple!</strong>\r\n\r\n&nbsp;\r\n\r\nPre-market activity and scheduled economic data that may have an impact on the global financial markets:\r\n\r\n&nbsp;\r\n\r\n<strong>STOCKS</strong> - Stocks in Asia closed sharply lower following Federal Reserve Chair’s Janet Yellen’s warning on stock valuation, while European markets slumped amid weakness in the bond market. US stock futures pointing to a lower Wall Street open.\r\n\r\n&nbsp;\r\n\r\n<strong>BONDS</strong> - A sharp selloff in European and U.S. bond markets is spilling over into Asia, sending the price of government debt tumbling across the region.\r\n\r\n&nbsp;\r\n\r\n<strong>COMMODITIES</strong> - Gold prices fell as investors grew cautious ahead of Friday’s U.S. employment data. Crude oil futures slipped in Asia on supply concerns\r\n\r\n&nbsp;\r\n\r\n<strong>CURRENCIES</strong> - The US dollar finished sharply lower against the euro Wednesday after ADP payrolls data that was much weaker than the market had expected, stirring concerns that the U.S. remains in a state of economic malaise. Foreign currencies trading mixed ahead of US open.\r\n\r\n&nbsp;\r\n\r\n<strong>ECONOMIC DATA</strong> - US Unemployment Claims, CAD Building Permits and Grains Weekly Export Sales due at 8:30, Natural Gas Storage at 10:30, RBA Monetary Policy Statement at 21:30 ET.\r\n\r\n<strong>    </strong>\r\n\r\n<em> <strong>- RiosQuant Team</strong></em>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"> </span><strong><span style=\"color: #000000;\">    </span></strong></p>\r\n<p style=\"color: #500050;\"></p>','Pre-Market Activity & Live Trading Room Access','','inherit','open','closed','','2462-revision-v1','','','2015-05-07 11:16:47','2015-05-07 11:16:47','',2462,'http://www.thetradingroom.com/2462-revision-v1/',0,'revision','',0),(2467,2,'2015-05-11 11:05:49','2015-05-11 11:05:49','From the desk of Joe Rios\r\n\r\nThe three major benchmarks for the US including the S&amp;P 500, 10 year treasury notes and the US dollar sold off significantly at the beginning of the week only to recover the losses by the end of the week. The correlations were not typical of what we have been seeing for the past several months. Rotation flows suggests the initial positioning was a selloff of US assets and a shift to foreign currencies. The most common market sentiment that we have been seeing has been risk on or risk off involving the bond, stock and currency markets. However last week\'s price action may have a deeper meaning, but the market\'s message is still not clear. The recent steep sudden selloff in German bunds, Japanese government bonds, US Treasuries and other global fixed income instruments suggest a potential liquidity problem may be surfacing. In the week ahead I will pay close attention to the intermarket relationship and I will focus on the correlations to help identify rotation flows. Even though last week\'s market activity was challenging, we did managed to have a very rewarding and profitable week. Paying attention to the technicals along with correlation analysis helped us identify trading opportunities that offered low risk to high reward opportunities.\r\n\r\nToday China cut interest rates for the third time in six months with a 25 basis point in the key one-year lending rate to 5.1% and the deposit rate to 2.25%. I will also pay attention to more data from China this week. The move in rates may help other stock markets, especially the emerging markets.\r\n\r\n<em>    - Joe Rios </em>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<p style=\"color: #000000;\"><strong>Live Trading Rooms and Educational Events</strong></p>\r\n<p style=\"color: #000000;\"><strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong></p>\r\n\r\n<div style=\"color: #000000;\">\r\n\r\n&nbsp;\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_231457711\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_231457712\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_231457713\"><span class=\"aQJ\">7:30 AM ET</span></span></strong>\r\n\r\nRQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<strong><em>ATTENTION MEMBERS</em> </strong>- To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3fiFeNzFhPh.1AF&amp;b=Oh9W3L7O4ECQyzTSp4znYg\" target=\"_blank\">riosquant.com </a>site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n<div></div>\r\n<div><em><strong>ATTENTION GUESTS</strong></em> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div><strong><em>Step 1</em>:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3fiFeNzFhPh.1AF&amp;b=weCQHazacLtMmtEjDFbvEQ\" target=\"_blank\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong><em>Step 2</em>: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div></div>\r\n<div><strong><em>Step 3</em>:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar.</div>\r\n<div></div>\r\n<div></div>\r\n<div><em><strong>It\'s really that simple!</strong></em></div>\r\n<div></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3fiFeNzFhPh.1AF&amp;b=XhZppFFdS2ox0tAAQ60z.A\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\"><strong><span style=\"color: #666666;\"><br class=\"Apple-interchange-newline\" />EDU Workshop - Trading With Rotation-Flows: Uncover the Big Moves in Advance</span></strong></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_231457714\"><span class=\"aQJ\">Tuesday</span></span> at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_231457715\"><span class=\"aQJ\">8:00 pm ET</span></span></div>\r\n<div></div>\r\n<div><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3fiFeNzFhPh.1AF&amp;b=NiMH4cjHc4Gp.oPBBNwNTg\" target=\"_blank\">REGISTER HERE</a></div>\r\n</div>\r\nIntermarket analysis is one of the most misunderstood approaches to technical analysis. Rotation-flows is the study of two or more related asset classes within the financial markets to determine where the strengths and weaknesses are in the markets.  Instead of focusing on one specific market, it looks at several strongly correlated markets, including stocks, bonds, commodities and currencies.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nMonday\r\n\r\nAll Day    EUR        Euro Group Meetings\r\n\r\n7:00 AM   GBP        Official Bank Rate\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n4:30 AM   GBP        Manufacturing Production\r\n\r\n5:30 AM   AUD        Annual Budget Release\r\n\r\n10:00 AMUSD        JOLTS Job Openings\r\n\r\n5:00 PM   NZD        Financial Stability Report\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n1:30 AM   CNY        Industrial Production\r\n\r\n2:00 AM   EUR        German Preliminary GDP\r\n\r\n4:30 AM   GBP        Average Earnings Index\r\n\r\n5:30 AM   GBP        Inflation Report And Gov. Carney Speaks\r\n\r\n8:30 AM   USD        Retail Sales\r\n\r\n10:30 AMCL           Crude Oil Inventories\r\n\r\n6:45 PM   NZD        Retail Sales\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n8:30 AM   USD        PPI And Unemployment Claims\r\n\r\n10:30 AMNG          Natural Gas Storage\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n8:30 AM   CAD        Manufacturing Sales\r\n\r\n10:00 AMUSD        Preliminary Uom Consumer Sentiment\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong style=\"color: #ffffff;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-41','','','2015-05-11 11:05:49','2015-05-11 11:05:49','',0,'http://www.thetradingroom.com/?p=2467',0,'post','',0),(2468,2,'2015-05-11 10:59:43','2015-05-11 10:59:43','From the desk of Joe Rios\r\n\r\nThe three major benchmarks for the US including the S&amp;P 500, 10 year treasury notes and the US dollar sold off significantly at the beginning of the week only to recover the losses by the end of the week. The correlations were not typical of what we have been seeing for the past several months. Rotation flows suggests the initial positioning was a selloff of US assets and a shift to foreign currencies. The most common market sentiment that we have been seeing has been risk on or risk off involving the bond, stock and currency markets. However last week\'s price action may have a deeper meaning, but the market\'s message is still not clear. The recent steep sudden selloff in German bunds, Japanese government bonds, US Treasuries and other global fixed income instruments suggest a potential liquidity problem may be surfacing. In the week ahead I will pay close attention to the intermarket relationship and I will focus on the correlations to help identify rotation flows. Even though last week\'s market activity was challenging, we did managed to have a very rewarding and profitable week. Paying attention to the technicals along with correlation analysis helped us identify trading opportunities that offered low risk to high reward opportunities.\r\n\r\nToday China cut interest rates for the third time in six months with a 25 basis point in the key one-year lending rate to 5.1% and the deposit rate to 2.25%. I will also pay attention to more data from China this week. The move in rates may help other stock markets, especially the emerging markets.\r\n\r\n<em>    - Joe Rios </em>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<p style=\"color: #000000;\"><strong>Live Trading Rooms and Educational Events</strong></p>\r\n<p style=\"color: #000000;\"><strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong></p>\r\n\r\n<div style=\"color: #000000;\">\r\n\r\n&nbsp;\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_231457711\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_231457712\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_231457713\"><span class=\"aQJ\">7:30 AM ET</span></span></strong>\r\n\r\nRQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3fiFeNzFhPh.1AF&amp;b=Oh9W3L7O4ECQyzTSp4znYg\" target=\"_blank\">riosquant.com </a>site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div><strong>Step 1:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3fiFeNzFhPh.1AF&amp;b=weCQHazacLtMmtEjDFbvEQ\" target=\"_blank\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div></div>\r\n<div><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar.</div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3fiFeNzFhPh.1AF&amp;b=XhZppFFdS2ox0tAAQ60z.A\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\"><strong><span style=\"color: #666666;\"><br class=\"Apple-interchange-newline\" />EDU Workshop - Trading With Rotation-Flows: Uncover the Big Moves in Advance</span></strong></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_231457714\"><span class=\"aQJ\">Tuesday</span></span> at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_231457715\"><span class=\"aQJ\">8:00 pm ET</span></span></div>\r\n<div></div>\r\n<div><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3fiFeNzFhPh.1AF&amp;b=NiMH4cjHc4Gp.oPBBNwNTg\" target=\"_blank\">REGISTER HERE</a></div>\r\n</div>\r\nIntermarket analysis is one of the most misunderstood approaches to technical analysis. Rotation-flows is the study of two or more related asset classes within the financial markets to determine where the strengths and weaknesses are in the markets.  Instead of focusing on one specific market, it looks at several strongly correlated markets, including stocks, bonds, commodities and currencies.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nMonday\r\n\r\nAll Day    EUR        Euro Group Meetings\r\n\r\n7:00 AM   GBP        Official Bank Rate\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n4:30 AM   GBP        Manufacturing Production\r\n\r\n5:30 AM   AUD        Annual Budget Release\r\n\r\n10:00 AMUSD        JOLTS Job Openings\r\n\r\n5:00 PM   NZD        Financial Stability Report\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n1:30 AM   CNY        Industrial Production\r\n\r\n2:00 AM   EUR        German Preliminary GDP\r\n\r\n4:30 AM   GBP        Average Earnings Index\r\n\r\n5:30 AM   GBP        Inflation Report And Gov. Carney Speaks\r\n\r\n8:30 AM   USD        Retail Sales\r\n\r\n10:30 AMCL           Crude Oil Inventories\r\n\r\n6:45 PM   NZD        Retail Sales\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n8:30 AM   USD        PPI And Unemployment Claims\r\n\r\n10:30 AMNG          Natural Gas Storage\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n8:30 AM   CAD        Manufacturing Sales\r\n\r\n10:00 AMUSD        Preliminary Uom Consumer Sentiment\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong style=\"color: #ffffff;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2467-revision-v1','','','2015-05-11 10:59:43','2015-05-11 10:59:43','',2467,'http://www.thetradingroom.com/2467-revision-v1/',0,'revision','',0),(2469,2,'2015-05-11 11:00:31','2015-05-11 11:00:31','From the desk of Joe Rios\r\n\r\nThe three major benchmarks for the US including the S&amp;P 500, 10 year treasury notes and the US dollar sold off significantly at the beginning of the week only to recover the losses by the end of the week. The correlations were not typical of what we have been seeing for the past several months. Rotation flows suggests the initial positioning was a selloff of US assets and a shift to foreign currencies. The most common market sentiment that we have been seeing has been risk on or risk off involving the bond, stock and currency markets. However last week\'s price action may have a deeper meaning, but the market\'s message is still not clear. The recent steep sudden selloff in German bunds, Japanese government bonds, US Treasuries and other global fixed income instruments suggest a potential liquidity problem may be surfacing. In the week ahead I will pay close attention to the intermarket relationship and I will focus on the correlations to help identify rotation flows. Even though last week\'s market activity was challenging, we did managed to have a very rewarding and profitable week. Paying attention to the technicals along with correlation analysis helped us identify trading opportunities that offered low risk to high reward opportunities.\r\n\r\nToday China cut interest rates for the third time in six months with a 25 basis point in the key one-year lending rate to 5.1% and the deposit rate to 2.25%. I will also pay attention to more data from China this week. The move in rates may help other stock markets, especially the emerging markets.\r\n\r\n<em>    - Joe Rios </em>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<p style=\"color: #000000;\"><strong>Live Trading Rooms and Educational Events</strong></p>\r\n<p style=\"color: #000000;\"><strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong></p>\r\n\r\n<div style=\"color: #000000;\">\r\n\r\n&nbsp;\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_231457711\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_231457712\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_231457713\"><span class=\"aQJ\">7:30 AM ET</span></span></strong>\r\n\r\nRQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<strong>ATTENTION MEMBERS </strong>- To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3fiFeNzFhPh.1AF&amp;b=Oh9W3L7O4ECQyzTSp4znYg\" target=\"_blank\">riosquant.com </a>site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div><strong>Step 1:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3fiFeNzFhPh.1AF&amp;b=weCQHazacLtMmtEjDFbvEQ\" target=\"_blank\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div></div>\r\n<div><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar.</div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3fiFeNzFhPh.1AF&amp;b=XhZppFFdS2ox0tAAQ60z.A\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\"><strong><span style=\"color: #666666;\"><br class=\"Apple-interchange-newline\" />EDU Workshop - Trading With Rotation-Flows: Uncover the Big Moves in Advance</span></strong></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_231457714\"><span class=\"aQJ\">Tuesday</span></span> at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_231457715\"><span class=\"aQJ\">8:00 pm ET</span></span></div>\r\n<div></div>\r\n<div><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3fiFeNzFhPh.1AF&amp;b=NiMH4cjHc4Gp.oPBBNwNTg\" target=\"_blank\">REGISTER HERE</a></div>\r\n</div>\r\nIntermarket analysis is one of the most misunderstood approaches to technical analysis. Rotation-flows is the study of two or more related asset classes within the financial markets to determine where the strengths and weaknesses are in the markets.  Instead of focusing on one specific market, it looks at several strongly correlated markets, including stocks, bonds, commodities and currencies.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nMonday\r\n\r\nAll Day    EUR        Euro Group Meetings\r\n\r\n7:00 AM   GBP        Official Bank Rate\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n4:30 AM   GBP        Manufacturing Production\r\n\r\n5:30 AM   AUD        Annual Budget Release\r\n\r\n10:00 AMUSD        JOLTS Job Openings\r\n\r\n5:00 PM   NZD        Financial Stability Report\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n1:30 AM   CNY        Industrial Production\r\n\r\n2:00 AM   EUR        German Preliminary GDP\r\n\r\n4:30 AM   GBP        Average Earnings Index\r\n\r\n5:30 AM   GBP        Inflation Report And Gov. Carney Speaks\r\n\r\n8:30 AM   USD        Retail Sales\r\n\r\n10:30 AMCL           Crude Oil Inventories\r\n\r\n6:45 PM   NZD        Retail Sales\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n8:30 AM   USD        PPI And Unemployment Claims\r\n\r\n10:30 AMNG          Natural Gas Storage\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n8:30 AM   CAD        Manufacturing Sales\r\n\r\n10:00 AMUSD        Preliminary Uom Consumer Sentiment\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong style=\"color: #ffffff;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2467-revision-v1','','','2015-05-11 11:00:31','2015-05-11 11:00:31','',2467,'http://www.thetradingroom.com/2467-revision-v1/',0,'revision','',0),(2470,2,'2015-05-11 11:02:28','2015-05-11 11:02:28','From the desk of Joe Rios\r\n\r\nThe three major benchmarks for the US including the S&amp;P 500, 10 year treasury notes and the US dollar sold off significantly at the beginning of the week only to recover the losses by the end of the week. The correlations were not typical of what we have been seeing for the past several months. Rotation flows suggests the initial positioning was a selloff of US assets and a shift to foreign currencies. The most common market sentiment that we have been seeing has been risk on or risk off involving the bond, stock and currency markets. However last week\'s price action may have a deeper meaning, but the market\'s message is still not clear. The recent steep sudden selloff in German bunds, Japanese government bonds, US Treasuries and other global fixed income instruments suggest a potential liquidity problem may be surfacing. In the week ahead I will pay close attention to the intermarket relationship and I will focus on the correlations to help identify rotation flows. Even though last week\'s market activity was challenging, we did managed to have a very rewarding and profitable week. Paying attention to the technicals along with correlation analysis helped us identify trading opportunities that offered low risk to high reward opportunities.\r\n\r\nToday China cut interest rates for the third time in six months with a 25 basis point in the key one-year lending rate to 5.1% and the deposit rate to 2.25%. I will also pay attention to more data from China this week. The move in rates may help other stock markets, especially the emerging markets.\r\n\r\n<em>    - Joe Rios </em>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<p style=\"color: #000000;\"><strong>Live Trading Rooms and Educational Events</strong></p>\r\n<p style=\"color: #000000;\"><strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong></p>\r\n\r\n<div style=\"color: #000000;\">\r\n\r\n&nbsp;\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_231457711\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_231457712\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_231457713\"><span class=\"aQJ\">7:30 AM ET</span></span></strong>\r\n\r\nRQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<strong><em>ATTENTION MEMBERS</em> </strong>- To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3fiFeNzFhPh.1AF&amp;b=Oh9W3L7O4ECQyzTSp4znYg\" target=\"_blank\">riosquant.com </a>site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n<div></div>\r\n<div><em><strong>ATTENTION GUESTS</strong></em> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div><strong><em>Step 1</em>:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3fiFeNzFhPh.1AF&amp;b=weCQHazacLtMmtEjDFbvEQ\" target=\"_blank\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong><em>Step 2</em>: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div></div>\r\n<div>Step 3<strong>:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar.</div>\r\n<div></div>\r\n<div>It\'s really that simple!</div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3fiFeNzFhPh.1AF&amp;b=XhZppFFdS2ox0tAAQ60z.A\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\"><strong><span style=\"color: #666666;\"><br class=\"Apple-interchange-newline\" />EDU Workshop - Trading With Rotation-Flows: Uncover the Big Moves in Advance</span></strong></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_231457714\"><span class=\"aQJ\">Tuesday</span></span> at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_231457715\"><span class=\"aQJ\">8:00 pm ET</span></span></div>\r\n<div></div>\r\n<div><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3fiFeNzFhPh.1AF&amp;b=NiMH4cjHc4Gp.oPBBNwNTg\" target=\"_blank\">REGISTER HERE</a></div>\r\n</div>\r\nIntermarket analysis is one of the most misunderstood approaches to technical analysis. Rotation-flows is the study of two or more related asset classes within the financial markets to determine where the strengths and weaknesses are in the markets.  Instead of focusing on one specific market, it looks at several strongly correlated markets, including stocks, bonds, commodities and currencies.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nMonday\r\n\r\nAll Day    EUR        Euro Group Meetings\r\n\r\n7:00 AM   GBP        Official Bank Rate\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n4:30 AM   GBP        Manufacturing Production\r\n\r\n5:30 AM   AUD        Annual Budget Release\r\n\r\n10:00 AMUSD        JOLTS Job Openings\r\n\r\n5:00 PM   NZD        Financial Stability Report\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n1:30 AM   CNY        Industrial Production\r\n\r\n2:00 AM   EUR        German Preliminary GDP\r\n\r\n4:30 AM   GBP        Average Earnings Index\r\n\r\n5:30 AM   GBP        Inflation Report And Gov. Carney Speaks\r\n\r\n8:30 AM   USD        Retail Sales\r\n\r\n10:30 AMCL           Crude Oil Inventories\r\n\r\n6:45 PM   NZD        Retail Sales\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n8:30 AM   USD        PPI And Unemployment Claims\r\n\r\n10:30 AMNG          Natural Gas Storage\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n8:30 AM   CAD        Manufacturing Sales\r\n\r\n10:00 AMUSD        Preliminary Uom Consumer Sentiment\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong style=\"color: #ffffff;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2467-revision-v1','','','2015-05-11 11:02:28','2015-05-11 11:02:28','',2467,'http://www.thetradingroom.com/2467-revision-v1/',0,'revision','',0),(2471,2,'2015-05-11 11:02:43','2015-05-11 11:02:43','From the desk of Joe Rios\r\n\r\nThe three major benchmarks for the US including the S&amp;P 500, 10 year treasury notes and the US dollar sold off significantly at the beginning of the week only to recover the losses by the end of the week. The correlations were not typical of what we have been seeing for the past several months. Rotation flows suggests the initial positioning was a selloff of US assets and a shift to foreign currencies. The most common market sentiment that we have been seeing has been risk on or risk off involving the bond, stock and currency markets. However last week\'s price action may have a deeper meaning, but the market\'s message is still not clear. The recent steep sudden selloff in German bunds, Japanese government bonds, US Treasuries and other global fixed income instruments suggest a potential liquidity problem may be surfacing. In the week ahead I will pay close attention to the intermarket relationship and I will focus on the correlations to help identify rotation flows. Even though last week\'s market activity was challenging, we did managed to have a very rewarding and profitable week. Paying attention to the technicals along with correlation analysis helped us identify trading opportunities that offered low risk to high reward opportunities.\r\n\r\nToday China cut interest rates for the third time in six months with a 25 basis point in the key one-year lending rate to 5.1% and the deposit rate to 2.25%. I will also pay attention to more data from China this week. The move in rates may help other stock markets, especially the emerging markets.\r\n\r\n<em>    - Joe Rios </em>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<p style=\"color: #000000;\"><strong>Live Trading Rooms and Educational Events</strong></p>\r\n<p style=\"color: #000000;\"><strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong></p>\r\n\r\n<div style=\"color: #000000;\">\r\n\r\n&nbsp;\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_231457711\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_231457712\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_231457713\"><span class=\"aQJ\">7:30 AM ET</span></span></strong>\r\n\r\nRQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<strong><em>ATTENTION MEMBERS</em> </strong>- To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3fiFeNzFhPh.1AF&amp;b=Oh9W3L7O4ECQyzTSp4znYg\" target=\"_blank\">riosquant.com </a>site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n<div></div>\r\n<div><em><strong>ATTENTION GUESTS</strong></em> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div><strong><em>Step 1</em>:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3fiFeNzFhPh.1AF&amp;b=weCQHazacLtMmtEjDFbvEQ\" target=\"_blank\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong><em>Step 2</em>: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div></div>\r\n<div>Step 3<strong>:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar.</div>\r\n<div></div>\r\n<div></div>\r\n<div>It\'s really that simple!</div>\r\n<div></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3fiFeNzFhPh.1AF&amp;b=XhZppFFdS2ox0tAAQ60z.A\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\"><strong><span style=\"color: #666666;\"><br class=\"Apple-interchange-newline\" />EDU Workshop - Trading With Rotation-Flows: Uncover the Big Moves in Advance</span></strong></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_231457714\"><span class=\"aQJ\">Tuesday</span></span> at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_231457715\"><span class=\"aQJ\">8:00 pm ET</span></span></div>\r\n<div></div>\r\n<div><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3fiFeNzFhPh.1AF&amp;b=NiMH4cjHc4Gp.oPBBNwNTg\" target=\"_blank\">REGISTER HERE</a></div>\r\n</div>\r\nIntermarket analysis is one of the most misunderstood approaches to technical analysis. Rotation-flows is the study of two or more related asset classes within the financial markets to determine where the strengths and weaknesses are in the markets.  Instead of focusing on one specific market, it looks at several strongly correlated markets, including stocks, bonds, commodities and currencies.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nMonday\r\n\r\nAll Day    EUR        Euro Group Meetings\r\n\r\n7:00 AM   GBP        Official Bank Rate\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n4:30 AM   GBP        Manufacturing Production\r\n\r\n5:30 AM   AUD        Annual Budget Release\r\n\r\n10:00 AMUSD        JOLTS Job Openings\r\n\r\n5:00 PM   NZD        Financial Stability Report\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n1:30 AM   CNY        Industrial Production\r\n\r\n2:00 AM   EUR        German Preliminary GDP\r\n\r\n4:30 AM   GBP        Average Earnings Index\r\n\r\n5:30 AM   GBP        Inflation Report And Gov. Carney Speaks\r\n\r\n8:30 AM   USD        Retail Sales\r\n\r\n10:30 AMCL           Crude Oil Inventories\r\n\r\n6:45 PM   NZD        Retail Sales\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n8:30 AM   USD        PPI And Unemployment Claims\r\n\r\n10:30 AMNG          Natural Gas Storage\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n8:30 AM   CAD        Manufacturing Sales\r\n\r\n10:00 AMUSD        Preliminary Uom Consumer Sentiment\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong style=\"color: #ffffff;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2467-revision-v1','','','2015-05-11 11:02:43','2015-05-11 11:02:43','',2467,'http://www.thetradingroom.com/2467-revision-v1/',0,'revision','',0),(2472,2,'2015-05-11 11:05:49','2015-05-11 11:05:49','From the desk of Joe Rios\r\n\r\nThe three major benchmarks for the US including the S&amp;P 500, 10 year treasury notes and the US dollar sold off significantly at the beginning of the week only to recover the losses by the end of the week. The correlations were not typical of what we have been seeing for the past several months. Rotation flows suggests the initial positioning was a selloff of US assets and a shift to foreign currencies. The most common market sentiment that we have been seeing has been risk on or risk off involving the bond, stock and currency markets. However last week\'s price action may have a deeper meaning, but the market\'s message is still not clear. The recent steep sudden selloff in German bunds, Japanese government bonds, US Treasuries and other global fixed income instruments suggest a potential liquidity problem may be surfacing. In the week ahead I will pay close attention to the intermarket relationship and I will focus on the correlations to help identify rotation flows. Even though last week\'s market activity was challenging, we did managed to have a very rewarding and profitable week. Paying attention to the technicals along with correlation analysis helped us identify trading opportunities that offered low risk to high reward opportunities.\r\n\r\nToday China cut interest rates for the third time in six months with a 25 basis point in the key one-year lending rate to 5.1% and the deposit rate to 2.25%. I will also pay attention to more data from China this week. The move in rates may help other stock markets, especially the emerging markets.\r\n\r\n<em>    - Joe Rios </em>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<p style=\"color: #000000;\"><strong>Live Trading Rooms and Educational Events</strong></p>\r\n<p style=\"color: #000000;\"><strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong></p>\r\n\r\n<div style=\"color: #000000;\">\r\n\r\n&nbsp;\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_231457711\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_231457712\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_231457713\"><span class=\"aQJ\">7:30 AM ET</span></span></strong>\r\n\r\nRQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<strong><em>ATTENTION MEMBERS</em> </strong>- To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3fiFeNzFhPh.1AF&amp;b=Oh9W3L7O4ECQyzTSp4znYg\" target=\"_blank\">riosquant.com </a>site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n<div></div>\r\n<div><em><strong>ATTENTION GUESTS</strong></em> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div><strong><em>Step 1</em>:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3fiFeNzFhPh.1AF&amp;b=weCQHazacLtMmtEjDFbvEQ\" target=\"_blank\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong><em>Step 2</em>: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div></div>\r\n<div><strong><em>Step 3</em>:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar.</div>\r\n<div></div>\r\n<div></div>\r\n<div><em><strong>It\'s really that simple!</strong></em></div>\r\n<div></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3fiFeNzFhPh.1AF&amp;b=XhZppFFdS2ox0tAAQ60z.A\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\"><strong><span style=\"color: #666666;\"><br class=\"Apple-interchange-newline\" />EDU Workshop - Trading With Rotation-Flows: Uncover the Big Moves in Advance</span></strong></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_231457714\"><span class=\"aQJ\">Tuesday</span></span> at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_231457715\"><span class=\"aQJ\">8:00 pm ET</span></span></div>\r\n<div></div>\r\n<div><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3fiFeNzFhPh.1AF&amp;b=NiMH4cjHc4Gp.oPBBNwNTg\" target=\"_blank\">REGISTER HERE</a></div>\r\n</div>\r\nIntermarket analysis is one of the most misunderstood approaches to technical analysis. Rotation-flows is the study of two or more related asset classes within the financial markets to determine where the strengths and weaknesses are in the markets.  Instead of focusing on one specific market, it looks at several strongly correlated markets, including stocks, bonds, commodities and currencies.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nMonday\r\n\r\nAll Day    EUR        Euro Group Meetings\r\n\r\n7:00 AM   GBP        Official Bank Rate\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n4:30 AM   GBP        Manufacturing Production\r\n\r\n5:30 AM   AUD        Annual Budget Release\r\n\r\n10:00 AMUSD        JOLTS Job Openings\r\n\r\n5:00 PM   NZD        Financial Stability Report\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n1:30 AM   CNY        Industrial Production\r\n\r\n2:00 AM   EUR        German Preliminary GDP\r\n\r\n4:30 AM   GBP        Average Earnings Index\r\n\r\n5:30 AM   GBP        Inflation Report And Gov. Carney Speaks\r\n\r\n8:30 AM   USD        Retail Sales\r\n\r\n10:30 AMCL           Crude Oil Inventories\r\n\r\n6:45 PM   NZD        Retail Sales\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n8:30 AM   USD        PPI And Unemployment Claims\r\n\r\n10:30 AMNG          Natural Gas Storage\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n8:30 AM   CAD        Manufacturing Sales\r\n\r\n10:00 AMUSD        Preliminary Uom Consumer Sentiment\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong style=\"color: #ffffff;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2467-revision-v1','','','2015-05-11 11:05:49','2015-05-11 11:05:49','',2467,'http://www.thetradingroom.com/2467-revision-v1/',0,'revision','',0),(2474,2,'2015-05-12 19:28:50','2015-05-12 19:28:50','<div><strong style=\"color: #500050;\">$3,000 per contract in profitable trade calls last week\r\nduring our live trading room. You can do this!</strong>\r\n\r\n<span style=\"color: #666666;\">Intermarket analysis is one of the most misunderstood approaches to technical analysis. Rotation-flows is the study of two or more related asset classes within the financial markets to determine where the strengths and weaknesses are in the markets. Instead of focusing on one specific market, it looks at several strongly correlated markets, including stocks, bonds, commodities and currencies. </span></div>\r\n<div></div>\r\n<div style=\"color: #222222;\"><strong>Workshop Class</strong> - Only 100 spots open (and won\'t last long) Tuesday May 12th @<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1728327169\"><span class=\"aQJ\">8:00 pm ET</span></span>.\r\n<div class=\"yj6qo ajU\">\r\n<div id=\":1c9\" class=\"ajR\" tabindex=\"0\" data-tooltip=\"Hide expanded content\"><img class=\"ajT\" src=\"https://ssl.gstatic.com/ui/v1/icons/mail/images/cleardot.gif\" alt=\"\" /></div>\r\n</div>\r\n<div class=\"adL\">\r\n<div></div>\r\n<span class=\"im\" style=\"color: #500050;\"><span class=\"im\" style=\"color: #500050;\"> We highly recommend you make sure you\'re on the reservation list by signing up here: </span></span>\r\n<div></div>\r\n<div><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/aaf94e6d50/TEST/6ef64caccf\" target=\"_blank\">RESERVE MY SPOT</a></div>\r\n<div>\r\n<div></div>\r\n<div>We\'re  here for you, let’s make the rest of 2015 your most successful trading ever!</div>\r\n<div></div>\r\n<div>    <em>- Joe Rios and the RiosQuant Team</em>\r\n\r\n</div>\r\n<div></div>\r\n<div></div>\r\n</div>\r\n<div></div>\r\n<div>PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS. COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>','Workshop Class: Trading With Rotation-Flows','','publish','open','closed','','workshop-class-trading-rotation-flows','','','2015-05-12 19:28:50','2015-05-12 19:28:50','',0,'http://www.thetradingroom.com/?p=2474',0,'post','',0),(2475,2,'2015-05-12 19:27:50','2015-05-12 19:27:50','','rotation flows','','inherit','open','closed','','rotation-flows','','','2015-05-12 19:27:50','2015-05-12 19:27:50','',2474,'http://www.thetradingroom.com/wp-content/uploads/2015/05/rotation-flows.jpg',0,'attachment','image/jpeg',0),(2476,2,'2015-05-12 19:28:50','2015-05-12 19:28:50','<div><strong style=\"color: #500050;\">$3,000 per contract in profitable trade calls last week\r\nduring our live trading room. You can do this!</strong>\r\n\r\n<span style=\"color: #666666;\">Intermarket analysis is one of the most misunderstood approaches to technical analysis. Rotation-flows is the study of two or more related asset classes within the financial markets to determine where the strengths and weaknesses are in the markets. Instead of focusing on one specific market, it looks at several strongly correlated markets, including stocks, bonds, commodities and currencies. </span></div>\r\n<div></div>\r\n<div style=\"color: #222222;\"><strong>Workshop Class</strong> - Only 100 spots open (and won\'t last long) Tuesday May 12th @<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1728327169\"><span class=\"aQJ\">8:00 pm ET</span></span>.\r\n<div class=\"yj6qo ajU\">\r\n<div id=\":1c9\" class=\"ajR\" tabindex=\"0\" data-tooltip=\"Hide expanded content\"><img class=\"ajT\" src=\"https://ssl.gstatic.com/ui/v1/icons/mail/images/cleardot.gif\" alt=\"\" /></div>\r\n</div>\r\n<div class=\"adL\">\r\n<div></div>\r\n<span class=\"im\" style=\"color: #500050;\"><span class=\"im\" style=\"color: #500050;\"> We highly recommend you make sure you\'re on the reservation list by signing up here: </span></span>\r\n<div></div>\r\n<div><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/aaf94e6d50/TEST/6ef64caccf\" target=\"_blank\">RESERVE MY SPOT</a></div>\r\n<div>\r\n<div></div>\r\n<div>We\'re  here for you, let’s make the rest of 2015 your most successful trading ever!</div>\r\n<div></div>\r\n<div>    <em>- Joe Rios and the RiosQuant Team</em>\r\n\r\n</div>\r\n<div></div>\r\n<div></div>\r\n</div>\r\n<div></div>\r\n<div>PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS. COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>','Workshop Class: Trading With Rotation-Flows','','inherit','open','closed','','2474-revision-v1','','','2015-05-12 19:28:50','2015-05-12 19:28:50','',2474,'http://www.thetradingroom.com/2474-revision-v1/',0,'revision','',0),(2477,2,'2015-05-15 11:32:50','2015-05-15 11:32:50','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders.</strong></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/93ef13bad2/TEST/bcd3e0ade8/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_964055069\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_964055070\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_964055071\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_964055072\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><strong><span style=\"color: #000000;\">Access is simple,</span></strong> here is how to get started with a two week free trial...</p>\r\n\r\n<div style=\"color: #222222;\"><strong>Step 1:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/93ef13bad2/TEST/b5c6d725a8/trial=1\" target=\"_blank\">register as a guest.</a> for this week\'s access.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #222222;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple <wbr />asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #222222;\"><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. The link is good for one week, you will need to repeat the process for your second week on the following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_964055073\"><span class=\"aQJ\">Monday</span></span>.  Pre-market analysis and live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_964055074\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_964055075\"><span class=\"aQJ\">Friday</span></span> from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_964055076\"><span class=\"aQJ\">7:30 am to 10:30 am ET</span></span>.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>It\'s really that simple!</strong></div>\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>STOCKS</strong> - A quiet Friday is shaping up early. Futures on the Dow and the S&amp;P are leaning higher, indicating the Dow could march into record territory when it opens later today. Asia fared decently, with the Hang Seng closing up 2% after speculation the Shenzhen-Hong Kong Stock Connect could be announced as soon as this weekend. Europe is extending its Draghi-fueled gains.\r\n\r\n<strong>BONDS</strong> - ECB President Mario Draghi himself has said his stimulus programme is \"flexible\"- that ECB bund buying can stop or reduce anytime.\r\n\r\n<strong>COMMODITIES</strong> - Crude Oil and Gold sold-off during the overnight trading session as the US Dollar strengthened.\r\n\r\n<strong>CURRENCIES</strong> - The euro pared gains against the dollar in late trade Thursday, sparking a stock rally led by Germany’s DAX index, which is packed with exporters.\r\n\r\n<strong>ECONOMIC DATA</strong> - CAD Manufacturing Sales m/m and US Empire State Manufacturing Index due at 8:30, Industrial Production m/m at 9:15, Prelim UoM Consumer Sentiment at 10:00 ET.','Pre-Market Activity & Live Trading Room Access','','publish','open','closed','','pre-market-activity-live-trading-room-access-4','','','2015-05-15 11:32:50','2015-05-15 11:32:50','',0,'http://www.thetradingroom.com/?p=2477',0,'post','',0),(2478,2,'2015-05-15 11:28:58','2015-05-15 11:28:58','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders.</strong></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/93ef13bad2/TEST/bcd3e0ade8/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_964055069\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_964055070\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_964055071\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_964055072\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><strong><span style=\"color: #000000;\">Access is simple,</span></strong> here is how to get started with a two week free trial...</p>\r\n\r\n<div style=\"color: #222222;\"><strong>Step 1:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/93ef13bad2/TEST/b5c6d725a8/trial=1\" target=\"_blank\">register as a guest.</a> for this week\'s access.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple <wbr />asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. The link is good for one week, you will need to repeat the process for your second week on the following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_964055073\"><span class=\"aQJ\">Monday</span></span>.  Pre-market analysis and live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_964055074\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_964055075\"><span class=\"aQJ\">Friday</span></span> from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_964055076\"><span class=\"aQJ\">7:30 am to 10:30 am ET</span></span>.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>It\'s really that simple!</strong></div>\r\n<strong>STOCKS</strong> - A quiet Friday is shaping up early. Futures on the Dow and the S&amp;P are leaning higher, indicating the Dow could march into record territory when it opens later today. Asia fared decently, with the Hang Seng closing up 2% after speculation the Shenzhen-Hong Kong Stock Connect could be announced as soon as this weekend. Europe is extending its Draghi-fueled gains.\r\n\r\n<strong>BONDS</strong> - ECB President Mario Draghi himself has said his stimulus programme is \"flexible\"- that ECB bund buying can stop or reduce anytime.\r\n\r\n<strong>COMMODITIES</strong> - Crude Oil and Gold sold-off during the overnight trading session as the US Dollar strengthened.\r\n\r\n<strong>CURRENCIES</strong> - The euro pared gains against the dollar in late trade Thursday, sparking a stock rally led by Germany’s DAX index, which is packed with exporters.\r\n\r\n<strong>ECONOMIC DATA</strong> - CAD Manufacturing Sales m/m and US Empire State Manufacturing Index due at 8:30, Industrial Production m/m at 9:15, Prelim UoM Consumer Sentiment at 10:00 ET.','','','inherit','open','closed','','2477-revision-v1','','','2015-05-15 11:28:58','2015-05-15 11:28:58','',2477,'http://www.thetradingroom.com/2477-revision-v1/',0,'revision','',0),(2479,2,'2015-05-15 11:30:05','2015-05-15 11:30:05','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders.</strong></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/93ef13bad2/TEST/bcd3e0ade8/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_964055069\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_964055070\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_964055071\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_964055072\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><strong><span style=\"color: #000000;\">Access is simple,</span></strong> here is how to get started with a two week free trial...</p>\r\n\r\n<div style=\"color: #222222;\"><strong>Step 1:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/93ef13bad2/TEST/b5c6d725a8/trial=1\" target=\"_blank\">register as a guest.</a> for this week\'s access.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #222222;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple <wbr />asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #222222;\"><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. The link is good for one week, you will need to repeat the process for your second week on the following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_964055073\"><span class=\"aQJ\">Monday</span></span>.  Pre-market analysis and live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_964055074\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_964055075\"><span class=\"aQJ\">Friday</span></span> from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_964055076\"><span class=\"aQJ\">7:30 am to 10:30 am ET</span></span>.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>It\'s really that simple!</strong></div>\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>STOCKS</strong> - A quiet Friday is shaping up early. Futures on the Dow and the S&amp;P are leaning higher, indicating the Dow could march into record territory when it opens later today. Asia fared decently, with the Hang Seng closing up 2% after speculation the Shenzhen-Hong Kong Stock Connect could be announced as soon as this weekend. Europe is extending its Draghi-fueled gains.\r\n\r\n<strong>BONDS</strong> - ECB President Mario Draghi himself has said his stimulus programme is \"flexible\"- that ECB bund buying can stop or reduce anytime.\r\n\r\n<strong>COMMODITIES</strong> - Crude Oil and Gold sold-off during the overnight trading session as the US Dollar strengthened.\r\n\r\n<strong>CURRENCIES</strong> - The euro pared gains against the dollar in late trade Thursday, sparking a stock rally led by Germany’s DAX index, which is packed with exporters.\r\n\r\n<strong>ECONOMIC DATA</strong> - CAD Manufacturing Sales m/m and US Empire State Manufacturing Index due at 8:30, Industrial Production m/m at 9:15, Prelim UoM Consumer Sentiment at 10:00 ET.','','','inherit','open','closed','','2477-revision-v1','','','2015-05-15 11:30:05','2015-05-15 11:30:05','',2477,'http://www.thetradingroom.com/2477-revision-v1/',0,'revision','',0),(2480,2,'2015-05-15 11:32:50','2015-05-15 11:32:50','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders.</strong></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/93ef13bad2/TEST/bcd3e0ade8/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_964055069\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_964055070\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_964055071\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_964055072\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><strong><span style=\"color: #000000;\">Access is simple,</span></strong> here is how to get started with a two week free trial...</p>\r\n\r\n<div style=\"color: #222222;\"><strong>Step 1:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/93ef13bad2/TEST/b5c6d725a8/trial=1\" target=\"_blank\">register as a guest.</a> for this week\'s access.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #222222;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple <wbr />asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #222222;\"><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. The link is good for one week, you will need to repeat the process for your second week on the following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_964055073\"><span class=\"aQJ\">Monday</span></span>.  Pre-market analysis and live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_964055074\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_964055075\"><span class=\"aQJ\">Friday</span></span> from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_964055076\"><span class=\"aQJ\">7:30 am to 10:30 am ET</span></span>.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>It\'s really that simple!</strong></div>\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>STOCKS</strong> - A quiet Friday is shaping up early. Futures on the Dow and the S&amp;P are leaning higher, indicating the Dow could march into record territory when it opens later today. Asia fared decently, with the Hang Seng closing up 2% after speculation the Shenzhen-Hong Kong Stock Connect could be announced as soon as this weekend. Europe is extending its Draghi-fueled gains.\r\n\r\n<strong>BONDS</strong> - ECB President Mario Draghi himself has said his stimulus programme is \"flexible\"- that ECB bund buying can stop or reduce anytime.\r\n\r\n<strong>COMMODITIES</strong> - Crude Oil and Gold sold-off during the overnight trading session as the US Dollar strengthened.\r\n\r\n<strong>CURRENCIES</strong> - The euro pared gains against the dollar in late trade Thursday, sparking a stock rally led by Germany’s DAX index, which is packed with exporters.\r\n\r\n<strong>ECONOMIC DATA</strong> - CAD Manufacturing Sales m/m and US Empire State Manufacturing Index due at 8:30, Industrial Production m/m at 9:15, Prelim UoM Consumer Sentiment at 10:00 ET.','Pre-Market Activity & Live Trading Room Access','','inherit','open','closed','','2477-revision-v1','','','2015-05-15 11:32:50','2015-05-15 11:32:50','',2477,'http://www.thetradingroom.com/2477-revision-v1/',0,'revision','',0),(2481,2,'2015-05-18 11:28:50','2015-05-18 11:28:50','From the desk of Joe Rios\r\n\r\nThe bond market stole center stage last week driven by another spike in the German bund yield. US treasuries also sold-off but managed to recover by the end of the trading week. Analysts have been blaming the recent volatility in the global bond market to lack of liquidity, risk management strategies employed by large fund managers and technical in scope.\r\n\r\n&nbsp;\r\n\r\n\" But the main driving factor driving yields up is more technical than fundamental, and is in a strange way the result of central banks’ success in pushing yields down. Those efforts have led investors and traders to take on bigger positions, according to strategists at <strong>J.P. Morgan</strong>.\" - WSJ\r\n\r\n&nbsp;\r\n\r\nIn the commodity market Silver gained 6.44%, Wheat climbed 6.07%, Natural Gas rallied 4.76% and Gold closed the week 2.87% higher. In the currency market the US Dollar continued to fall -1.68% pushing the Euro 2.15% higher, followed by the British Pound 1.76%.  The fundamental case for a strong dollar was viewed on the difference in monetary policy but technically, it remains vulnerable to further downside price action. The US Dollar gained 27.5% between May 2014 and March 2015, a very strong move in only 11 months. Even though the recent drop has been sudden, it\'s only a -7.4% move.\r\n\r\n&nbsp;\r\n\r\nIn the week ahead I will continue to focus on the technicals and be selective in the markets most poised for aggressive price action. Correlations should also play an important role in market selection. Will correlations continue to be mixed and loose or will they tighten and revert back to the previous \"norm\"? Join us this week in our live trading room and watch how we use intermarket relationships to uncover trading opportunities.\r\n\r\n- Joe Rios\r\n\r\n<hr />\r\n<p style=\"color: #000000;\"><strong>Live Trading Rooms and Educational Events</strong></p>\r\n<p style=\"color: #000000;\"><strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong></p>\r\n\r\n<div style=\"color: #000000;\">\r\n\r\n&nbsp;\r\n\r\n<strong>Monday through Friday <wbr />beginning at 7:30 AM ET</strong>\r\n\r\nRQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3VX22Xl8Kfh.1AF&amp;b=w8g5kiHXk53jtVAzA6IaEg\" target=\"_blank\">riosquant.com </a>site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div><strong>Step 1:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3VX22Xl8Kfh.1AF&amp;b=VyjTOeJr7dn6dW6duoiUMA\" target=\"_blank\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div></div>\r\n<div><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar.</div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3VX22Xl8Kfh.1AF&amp;b=WCCbxnr2NHOLWg6Q4vaI9g\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n</div>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nRQ Workshop Training - How to Trade Currencies NOW!\r\n\r\nTuesday - May 19th  8:00 - 9:00 pm ET\r\n\r\n<a href=\"https://attendee.gotowebinar.com/register/386266497982092289\">REGISTER HERE</a>\r\n\r\n&nbsp;\r\n\r\nJoin the RiosQuant traders and coaches as they outline how to trade foreign currencies in the week ahead. Recent price action has resulted in favorable risk to reward trade set ups and prices are at a key level in a few select currencies. Learn the secret to currency selection, don\'t miss this special and relevant training session.\r\n\r\n<hr />\r\n\r\nMonday\r\n\r\n2:00 AM   USD        FOMC Member Evans Speaks\r\n\r\n9:30 PM   AUD        Monetary Policy Meeting Minutes\r\n\r\n11:00 PMNZD        Inflation Expectations\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n4:30 AM   GBP        CPI\r\n\r\n5:00 AM   EUR        German ZEW Economic Sentiment\r\n\r\n8:30 AM   USD        Building Permits\r\n\r\n11:45 AMCAD        BOC Gov. Poloz Speaks\r\n\r\n7:50 PM   JPY         Preliminary GDP\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM   GBP        Official Bank Rate Votes\r\n\r\n8:30 AM   CAD        Wholesale Sales\r\n\r\n10:30 AMCL           Crude Oil Inventories\r\n\r\n2:00 PM   USD        FOMC Meeting Minutes\r\n\r\n9:45 PM   CNY        HSBC Flash Manufacturing PMI\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n3:00 AM   EUR        French Flash Manufacturing PMI\r\n\r\n3:30 AM   EUR        German Flash Manufacturing PMI\r\n\r\n8:30 AM   USD        Unemployment Claims\r\n\r\n9:45 AM   USD        Flash Manufacturing PMI\r\n\r\n10:00 AMUSD        Philly Fed Manufacturing Index And Existing Home Sales\r\n\r\n10:30 AMNG          Natural Gas Storage\r\n\r\n1:30 PM   EUR        ECB Draghi Speaks\r\n\r\n1:30 PM   USD        FOMC Member Fischer Speaks\r\n\r\nTentative                JPY         Monetary Policy Statement\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\nTentative                JPY         BOJ Press Conference\r\n\r\n4:00 AM   EUR        German Ifo Business Climate\r\n\r\n7:00 AM   GBP        Gov. Carney Speaks\r\n\r\n8:30 AM   CAD        core CPI and retail sales\r\n\r\n8:30 AM   USD        core CPI\r\n\r\n9:30 AM   EUR        ECB president Draghi speaks\r\n\r\n9:30 AM   GBP        Gov. Carney speaks\r\n\r\n9:30 AM   JPY         Gov. Kuroda speaks\r\n\r\n<hr />\r\n\r\n<strong style=\"color: #ffffff;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong>\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-42','','','2015-05-18 11:31:26','2015-05-18 11:31:26','',0,'http://www.thetradingroom.com/?p=2481',0,'post','',0),(2482,2,'2015-05-18 11:26:50','2015-05-18 11:26:50','From the desk of Joe Rios\r\n\r\nThe bond market stole center stage last week driven by another spike in the German bund yield. US treasuries also sold-off but managed to recover by the end of the trading week. Analysts have been blaming the recent volatility in the global bond market to lack of liquidity, risk management strategies employed by large fund managers and technical in scope.\r\n\r\n&nbsp;\r\n\r\n\" But the main driving factor driving yields up is more technical than fundamental, and is in a strange way the result of central banks’ success in pushing yields down. Those efforts have led investors and traders to take on bigger positions, according to strategists at <strong>J.P. Morgan</strong>.\" - WSJ\r\n\r\n&nbsp;\r\n\r\nIn the commodity market Silver gained 6.44%, Wheat climbed 6.07%, Natural Gas rallied 4.76% and Gold closed the week 2.87% higher. In the currency market the US Dollar continued to fall -1.68% pushing the Euro 2.15% higher, followed by the British Pound 1.76%.  The fundamental case for a strong dollar was viewed on the difference in monetary policy but technically, it remains vulnerable to further downside price action. The US Dollar gained 27.5% between May 2014 and March 2015, a very strong move in only 11 months. Even though the recent drop has been sudden, it\'s only a -7.4% move.\r\n\r\n&nbsp;\r\n\r\nIn the week ahead I will continue to focus on the technicals and be selective in the markets most poised for aggressive price action. Correlations should also play an important role in market selection. Will correlations continue to be mixed and loose or will they tighten and revert back to the previous \"norm\"? Join us this week in our live trading room and watch how we use intermarket relationships to uncover trading opportunities.\r\n\r\n- Joe Rios\r\n\r\n<hr />\r\n<p style=\"color: #000000;\"><strong>Live Trading Rooms and Educational Events</strong></p>\r\n<p style=\"color: #000000;\"><strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong></p>\r\n\r\n<div style=\"color: #000000;\">\r\n\r\n&nbsp;\r\n\r\n<strong>Monday through Friday <wbr />beginning at 7:30 AM ET</strong>\r\n\r\nRQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3VX22Xl8Kfh.1AF&amp;b=w8g5kiHXk53jtVAzA6IaEg\" target=\"_blank\">riosquant.com </a>site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div><strong>Step 1:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3VX22Xl8Kfh.1AF&amp;b=VyjTOeJr7dn6dW6duoiUMA\" target=\"_blank\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div></div>\r\n<div><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar.</div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3VX22Xl8Kfh.1AF&amp;b=WCCbxnr2NHOLWg6Q4vaI9g\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n</div>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nRQ Workshop Training - How to Trade Currencies NOW!\r\n\r\nTuesday - May 19th  8:00 - 9:00 pm ET\r\n\r\n<a href=\"https://attendee.gotowebinar.com/register/386266497982092289\">REGISTER HERE</a>\r\n\r\n&nbsp;\r\n\r\nJoin the RiosQuant traders and coaches as they outline how to trade foreign currencies in the week ahead. Recent price action has resulted in favorable risk to reward trade set ups and prices are at a key level in a few select currencies. Learn the secret to currency selection, don\'t miss this special and relevant training session.\r\n\r\n<hr />\r\n\r\nMonday\r\n\r\n2:00 AM   USD        FOMC Member Evans Speaks\r\n\r\n9:30 PM   AUD        Monetary Policy Meeting Minutes\r\n\r\n11:00 PMNZD        Inflation Expectations\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n4:30 AM   GBP        CPI\r\n\r\n5:00 AM   EUR        German ZEW Economic Sentiment\r\n\r\n8:30 AM   USD        Building Permits\r\n\r\n11:45 AMCAD        BOC Gov. Poloz Speaks\r\n\r\n7:50 PM   JPY         Preliminary GDP\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM   GBP        Official Bank Rate Votes\r\n\r\n8:30 AM   CAD        Wholesale Sales\r\n\r\n10:30 AMCL           Crude Oil Inventories\r\n\r\n2:00 PM   USD        FOMC Meeting Minutes\r\n\r\n9:45 PM   CNY        HSBC Flash Manufacturing PMI\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n3:00 AM   EUR        French Flash Manufacturing PMI\r\n\r\n3:30 AM   EUR        German Flash Manufacturing PMI\r\n\r\n8:30 AM   USD        Unemployment Claims\r\n\r\n9:45 AM   USD        Flash Manufacturing PMI\r\n\r\n10:00 AMUSD        Philly Fed Manufacturing Index And Existing Home Sales\r\n\r\n10:30 AMNG          Natural Gas Storage\r\n\r\n1:30 PM   EUR        ECB Draghi Speaks\r\n\r\n1:30 PM   USD        FOMC Member Fischer Speaks\r\n\r\nTentative                JPY         Monetary Policy Statement\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\nTentative                JPY         BOJ Press Conference\r\n\r\n4:00 AM   EUR        German Ifo Business Climate\r\n\r\n7:00 AM   GBP        Gov. Carney Speaks\r\n\r\n8:30 AM   CAD        core CPI and retail sales\r\n\r\n8:30 AM   USD        core CPI\r\n\r\n9:30 AM   EUR        ECB president Draghi speaks\r\n\r\n9:30 AM   GBP        Gov. Carney speaks\r\n\r\n9:30 AM   JPY         Gov. Kuroda speaks\r\n\r\n<hr />\r\n\r\n<strong style=\"color: #ffffff;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong>\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2481-revision-v1','','','2015-05-18 11:26:50','2015-05-18 11:26:50','',2481,'http://www.thetradingroom.com/2481-revision-v1/',0,'revision','',0),(2483,2,'2015-05-18 19:34:06','2015-05-18 19:34:06','<div style=\"color: #222222;\">\r\n<div><strong><br class=\"Apple-interchange-newline\" />RQ Workshop Training - How to Trade Currencies NOW!</strong></div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1665505585\"><span class=\"aQJ\">Tuesday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1665505586\"><span class=\"aQJ\">May 19th  8:00 - 9:00 pm ET</span></span></div>\r\n<div></div>\r\n<div><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/96a5af58e0/TEST/876becfce4/l=KO0qB.&amp;m=3VX22Xl8Kfh.1AF&amp;b=Y7mYCIK0YtF.lJ2nNJ0BhQ\" target=\"_blank\">REGISTER HERE</a></div>\r\n<div></div>\r\n<div>Join the RiosQuant traders and coaches as they outline how to trade foreign currencies in the week ahead. Recent price action has resulted in favorable risk to reward trade set ups and prices are at a key level in a few select currencies. Learn the secret to currency selection, don\'t miss this special and relevant training session.</div>\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Workshop Class</strong> - Only 100 spots open (and won\'t last long) we highly recommend you make sure you\'re on the reservation list by signing up here: <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/96a5af58e0/TEST/45f1c51b67/l=KO0qB.&amp;m=3VX22Xl8Kfh.1AF&amp;b=Y7mYCIK0YtF.lJ2nNJ0BhQ\" target=\"_blank\">REGISTER HERE</a>\r\n<div></div>\r\n<div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n</div>\r\n<div></div>\r\n<div>PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS. COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>','Trading Workshop: How to Trade Currencies NOW!','','publish','open','closed','','trading-workshop-trade-currencies-now','','','2015-05-18 19:34:06','2015-05-18 19:34:06','',0,'http://www.thetradingroom.com/?p=2483',0,'post','',0),(2484,2,'2015-05-18 19:33:53','2015-05-18 19:33:53','','currency','','inherit','open','closed','','currency','','','2015-05-18 19:33:53','2015-05-18 19:33:53','',2483,'http://www.thetradingroom.com/wp-content/uploads/2015/05/currency.jpg',0,'attachment','image/jpeg',0),(2485,2,'2015-05-18 19:34:06','2015-05-18 19:34:06','<div style=\"color: #222222;\">\r\n<div><strong><br class=\"Apple-interchange-newline\" />RQ Workshop Training - How to Trade Currencies NOW!</strong></div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1665505585\"><span class=\"aQJ\">Tuesday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1665505586\"><span class=\"aQJ\">May 19th  8:00 - 9:00 pm ET</span></span></div>\r\n<div></div>\r\n<div><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/96a5af58e0/TEST/876becfce4/l=KO0qB.&amp;m=3VX22Xl8Kfh.1AF&amp;b=Y7mYCIK0YtF.lJ2nNJ0BhQ\" target=\"_blank\">REGISTER HERE</a></div>\r\n<div></div>\r\n<div>Join the RiosQuant traders and coaches as they outline how to trade foreign currencies in the week ahead. Recent price action has resulted in favorable risk to reward trade set ups and prices are at a key level in a few select currencies. Learn the secret to currency selection, don\'t miss this special and relevant training session.</div>\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Workshop Class</strong> - Only 100 spots open (and won\'t last long) we highly recommend you make sure you\'re on the reservation list by signing up here: <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/96a5af58e0/TEST/45f1c51b67/l=KO0qB.&amp;m=3VX22Xl8Kfh.1AF&amp;b=Y7mYCIK0YtF.lJ2nNJ0BhQ\" target=\"_blank\">REGISTER HERE</a>\r\n<div></div>\r\n<div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n</div>\r\n<div></div>\r\n<div>PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS. COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>','Trading Workshop: How to Trade Currencies NOW!','','inherit','open','closed','','2483-revision-v1','','','2015-05-18 19:34:06','2015-05-18 19:34:06','',2483,'http://www.thetradingroom.com/2483-revision-v1/',0,'revision','',0),(2487,2,'2015-05-19 11:28:41','2015-05-19 11:28:41','<p style=\"color: #500050;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=qg72e.&amp;m=3grFQSugczrDnAF&amp;b=fMhrvqwU2QztxZyEJzEkkw\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1665505641\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1665505642\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1665505643\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1665505644\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 1:</strong></span><span style=\"color: #000000;\"> Click on the following link and </span><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=qg72e.&amp;m=3grFQSugczrDnAF&amp;b=fMhrvqwU2QztxZyEJzEkkw\" target=\"_blank\">register as a guest.</a></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</span></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 3:</strong> </span>To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. The link is good for one week, you will need to repeat the process for your second week on the following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1665505645\"><span class=\"aQJ\">Monday</span></span>.  Pre-market analysis and live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1665505646\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1665505647\"><span class=\"aQJ\">Friday</span></span> from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1665505648\"><span class=\"aQJ\">7:30 am to 10:30 am ET</span></span>.</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><strong>It\'s really that simple!</strong></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">Pre-market activity and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><strong>STOCKS</strong> - Futures on the Dow and the S&amp;P 500 are trekking higher after record closes on Wall Street yesterday. European bourses rallied across the board following dovish comments from ECB board member. In Asia the Shanghai Composite closed higher with the biggest gain in nearly four months on news of a Chinese reform plan.</p>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><strong>BONDS </strong>- Bond yields, which move inversely to prices tumbled, with those on 10-year German Bunds down 7 basis points and Italian and Spanish equivalents down 12 basis points after top policymaker Benoit Coeure talked of adjusting the ECB\'s buying program.</p>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><strong>COMMODITIES</strong> - Rotation flows saw Crude Oil and gold drop during the overnight trading session as the US Dollar traded higher.</p>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><strong>CURRENCIES</strong> - ECB board member Coeuré said the central bank will speed up its QE plan, that crushed the euro retracing most of last week\'s gains.</p>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><strong>ECONOMIC DATA</strong> - US Building Permits due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1665505649\"><span class=\"aQJ\">8:30</span></span>, BOC Gov Poloz Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1665505650\"><span class=\"aQJ\">11:45</span></span>, CHF Gov Board Member Danthine Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1665505651\"><span class=\"aQJ\">12 noon</span></span>, RBA Deputy Gov Lowe Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1665505652\"><span class=\"aQJ\">19:15</span></span>, JPY Prelim GDP q/q at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1665505653\"><span class=\"aQJ\">19:50 ET</span></span>.</p>','Pre-Market Trading and Live Trading Room Access','','publish','open','closed','','pre-market-trading-live-trading-room-access','','','2015-05-19 11:28:41','2015-05-19 11:28:41','',0,'http://www.thetradingroom.com/?p=2487',0,'post','',0),(2488,2,'2015-05-19 11:27:51','2015-05-19 11:27:51','','chinese quote pre market','','inherit','open','closed','','chinese-quote-pre-market','','','2015-05-19 11:27:51','2015-05-19 11:27:51','',2487,'http://www.thetradingroom.com/wp-content/uploads/2015/05/chinese-quote-pre-market.jpg',0,'attachment','image/jpeg',0),(2489,2,'2015-05-19 11:28:41','2015-05-19 11:28:41','<p style=\"color: #500050;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=qg72e.&amp;m=3grFQSugczrDnAF&amp;b=fMhrvqwU2QztxZyEJzEkkw\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1665505641\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1665505642\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1665505643\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1665505644\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 1:</strong></span><span style=\"color: #000000;\"> Click on the following link and </span><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=qg72e.&amp;m=3grFQSugczrDnAF&amp;b=fMhrvqwU2QztxZyEJzEkkw\" target=\"_blank\">register as a guest.</a></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</span></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 3:</strong> </span>To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. The link is good for one week, you will need to repeat the process for your second week on the following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1665505645\"><span class=\"aQJ\">Monday</span></span>.  Pre-market analysis and live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1665505646\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1665505647\"><span class=\"aQJ\">Friday</span></span> from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1665505648\"><span class=\"aQJ\">7:30 am to 10:30 am ET</span></span>.</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><strong>It\'s really that simple!</strong></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">Pre-market activity and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><strong>STOCKS</strong> - Futures on the Dow and the S&amp;P 500 are trekking higher after record closes on Wall Street yesterday. European bourses rallied across the board following dovish comments from ECB board member. In Asia the Shanghai Composite closed higher with the biggest gain in nearly four months on news of a Chinese reform plan.</p>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><strong>BONDS </strong>- Bond yields, which move inversely to prices tumbled, with those on 10-year German Bunds down 7 basis points and Italian and Spanish equivalents down 12 basis points after top policymaker Benoit Coeure talked of adjusting the ECB\'s buying program.</p>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><strong>COMMODITIES</strong> - Rotation flows saw Crude Oil and gold drop during the overnight trading session as the US Dollar traded higher.</p>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><strong>CURRENCIES</strong> - ECB board member Coeuré said the central bank will speed up its QE plan, that crushed the euro retracing most of last week\'s gains.</p>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><strong>ECONOMIC DATA</strong> - US Building Permits due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1665505649\"><span class=\"aQJ\">8:30</span></span>, BOC Gov Poloz Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1665505650\"><span class=\"aQJ\">11:45</span></span>, CHF Gov Board Member Danthine Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1665505651\"><span class=\"aQJ\">12 noon</span></span>, RBA Deputy Gov Lowe Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1665505652\"><span class=\"aQJ\">19:15</span></span>, JPY Prelim GDP q/q at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1665505653\"><span class=\"aQJ\">19:50 ET</span></span>.</p>','Pre-Market Trading and Live Trading Room Access','','inherit','open','closed','','2487-revision-v1','','','2015-05-19 11:28:41','2015-05-19 11:28:41','',2487,'http://www.thetradingroom.com/2487-revision-v1/',0,'revision','',0),(2490,2,'2015-05-22 11:01:02','2015-05-22 11:01:02','<p style=\"color: #222222;\">\r\n<strong>Don\'t trade alone, join a group of quant traders.</strong></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/d190ed159d/TEST/5b5affc267/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_223150130\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_223150131\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_223150132\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_223150133\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><strong><span style=\"color: #000000;\">Access is simple,</span></strong> here is how to get started with a two week free trial...</p>\r\n\r\n<div style=\"color: #222222;\"><strong>Step 1:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/d190ed159d/TEST/5b3f642bc8/trial=1\" target=\"_blank\">register as a guest.</a> for this week\'s access.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple <wbr />asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. The link is good for one week, you will need to repeat the process for your second week on the following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_223150134\"><span class=\"aQJ\">Monday</span></span>.  Pre-market analysis and live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_223150135\"><span class=\"aQJ\">Monday</span></span>thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_223150136\"><span class=\"aQJ\">Friday</span></span> from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_223150137\"><span class=\"aQJ\">7:30 am to 10:30 am ET</span></span>.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>It\'s really that simple!</strong></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Pre-market price action and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<p style=\"color: #500050;\">UPDATED <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_223150138\"><span class=\"aQJ\">6:45 am ET</span></span></p>\r\n\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>STOCKS</strong> - Global stocks rose and bond yields fell <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_223150139\"><span class=\"aQJ\">on Friday</span></span>, as investors shrugged off slowing global growth and focused instead on the continued stimulus provided by the world\'s major central banks. Wall Street\'s record high <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_223150140\"><span class=\"aQJ\">on Thursday</span></span> lifted Asian stocks <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_223150141\"><span class=\"aQJ\">on Friday</span></span>, a day that will be packed with key European and U.S. economic data as well as speeches from Federal Reserve chair Janet Yellen and European Central Bank president Mario Draghi. China\'s main index leapt nearly 3 percent to a fresh 7-year high, rounding off a weekly gain of 8 percent.\r\n\r\n<strong>BONDS</strong> - U.S. Treasury yields fell in wake of the soft economic indicators, helping nudge the dollar away from recent highs.The benchmark 10-year German bond yield also fell.\r\n\r\n<strong>COMMODITIES </strong>- U.S. crude took a breather, flat during the overnight trading session after surging nearly 3 percent on data that eased supply glut concerns and fighting in Iraq.\r\n\r\n<strong>CURRENCIES</strong> - The euro rose after hitting a three-week low of $1.1062 earlier this week amid Greek debt concerns and was poised to lose 2.7 percent on the week, snapping a five-week winning streak.\r\n\r\n<strong>ECONOMIC DATA</strong> - GBP BOE Gov Carney Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_223150142\"><span class=\"aQJ\">7:00</span></span>, CAD Core CPI m/m, Retail Sales and US CPI m/m at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_223150143\"><span class=\"aQJ\">8:30</span></span>, ECB President Draghi, BOE Gov Carney and BOJ Gov Kuroda Speak at<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_223150144\"><span class=\"aQJ\">9:30</span></span>, Fed Chair Yellen Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_223150145\"><span class=\"aQJ\">13:00 ET</span></span>.</div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>','Pre-Market Trading','','publish','open','closed','','pre-market-trading-4','','','2015-05-22 11:01:02','2015-05-22 11:01:02','',0,'http://www.thetradingroom.com/?p=2490',0,'post','',0),(2491,2,'2015-05-22 11:01:02','2015-05-22 11:01:02','<p style=\"color: #222222;\">\r\n<strong>Don\'t trade alone, join a group of quant traders.</strong></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/d190ed159d/TEST/5b5affc267/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_223150130\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_223150131\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_223150132\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_223150133\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><strong><span style=\"color: #000000;\">Access is simple,</span></strong> here is how to get started with a two week free trial...</p>\r\n\r\n<div style=\"color: #222222;\"><strong>Step 1:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/d190ed159d/TEST/5b3f642bc8/trial=1\" target=\"_blank\">register as a guest.</a> for this week\'s access.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple <wbr />asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. The link is good for one week, you will need to repeat the process for your second week on the following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_223150134\"><span class=\"aQJ\">Monday</span></span>.  Pre-market analysis and live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_223150135\"><span class=\"aQJ\">Monday</span></span>thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_223150136\"><span class=\"aQJ\">Friday</span></span> from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_223150137\"><span class=\"aQJ\">7:30 am to 10:30 am ET</span></span>.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>It\'s really that simple!</strong></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Pre-market price action and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<p style=\"color: #500050;\">UPDATED <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_223150138\"><span class=\"aQJ\">6:45 am ET</span></span></p>\r\n\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>STOCKS</strong> - Global stocks rose and bond yields fell <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_223150139\"><span class=\"aQJ\">on Friday</span></span>, as investors shrugged off slowing global growth and focused instead on the continued stimulus provided by the world\'s major central banks. Wall Street\'s record high <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_223150140\"><span class=\"aQJ\">on Thursday</span></span> lifted Asian stocks <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_223150141\"><span class=\"aQJ\">on Friday</span></span>, a day that will be packed with key European and U.S. economic data as well as speeches from Federal Reserve chair Janet Yellen and European Central Bank president Mario Draghi. China\'s main index leapt nearly 3 percent to a fresh 7-year high, rounding off a weekly gain of 8 percent.\r\n\r\n<strong>BONDS</strong> - U.S. Treasury yields fell in wake of the soft economic indicators, helping nudge the dollar away from recent highs.The benchmark 10-year German bond yield also fell.\r\n\r\n<strong>COMMODITIES </strong>- U.S. crude took a breather, flat during the overnight trading session after surging nearly 3 percent on data that eased supply glut concerns and fighting in Iraq.\r\n\r\n<strong>CURRENCIES</strong> - The euro rose after hitting a three-week low of $1.1062 earlier this week amid Greek debt concerns and was poised to lose 2.7 percent on the week, snapping a five-week winning streak.\r\n\r\n<strong>ECONOMIC DATA</strong> - GBP BOE Gov Carney Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_223150142\"><span class=\"aQJ\">7:00</span></span>, CAD Core CPI m/m, Retail Sales and US CPI m/m at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_223150143\"><span class=\"aQJ\">8:30</span></span>, ECB President Draghi, BOE Gov Carney and BOJ Gov Kuroda Speak at<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_223150144\"><span class=\"aQJ\">9:30</span></span>, Fed Chair Yellen Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_223150145\"><span class=\"aQJ\">13:00 ET</span></span>.</div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>','Pre-Market Trading','','inherit','open','closed','','2490-revision-v1','','','2015-05-22 11:01:02','2015-05-22 11:01:02','',2490,'http://www.thetradingroom.com/2490-revision-v1/',0,'revision','',0),(2492,2,'2015-05-26 11:09:14','2015-05-26 11:09:14','<p style=\"color: #222222;\">\r\n<strong>Don\'t trade alone, join a group of quant traders.</strong></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/0f93255059/TEST/0566f0a720/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1836211809\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1836211810\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1836211811\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1836211812\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><strong><span style=\"color: #000000;\">Access is simple,</span></strong> here is how to get started with a two week free trial...</p>\r\n\r\n<div style=\"color: #222222;\"><strong>Step 1:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/0f93255059/TEST/946506acbb/trial=1\" target=\"_blank\">register as a guest.</a> for this week\'s access.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple <wbr />asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. The link is good for one week, you will need to repeat the process for your second week on the following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1836211813\"><span class=\"aQJ\">Monday</span></span>.  Pre-market analysis and live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1836211814\"><span class=\"aQJ\">Monday</span></span>thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1836211815\"><span class=\"aQJ\">Friday</span></span> from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1836211816\"><span class=\"aQJ\">7:30 am to 10:30 am ET</span></span>.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>It\'s really that simple!</strong></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Pre-market price action and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<div style=\"color: #222222;\">\r\n<div><strong>STOCKS</strong> -  Overnight, Asian shares had reversed earlier losses to end slightly higher on the back of gains in Hong Kong  and to a lesser degree Tokyo. Europe\'s stock markets fell as early resistance gave way and a fall by the euro  mirrored signs that contagion from the region\'s debt problems was creeping back into bond markets. US stock futures traded lower ahead of the opening bell.</div>\r\n<strong>BONDS</strong> - A flight into traditional safe-havens saw Switzerland\'s 10-year bond yields  drop into negative territory for the first time this month as Spanish, Portuguese and Greek bonds saw fresh selling.\r\n<div><strong>COMMODITIES</strong> -   US Dollar strength put pressure on commodity markets. Gold, copper and silver soldoff while Brent oil and U.S. Crude slipped lower.</div>\r\n<div></div>\r\n<div>\r\n<div><strong>CURRENCIES</strong> - The US dollar\'s move to a one-month high against its currency basket extended a rally triggered by <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1836211817\"><span class=\"aQJ\">Friday\'s</span></span> comments from Yellen that she expected the economy to strengthen.</div>\r\n<div></div>\r\n<div><strong>ECONOMIC DATA</strong> - US Core Durable Goods Orders m/m due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1836211818\"><span class=\"aQJ\">8:30</span></span>, CB Consumer Confidence and New Home Sales at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1836211819\"><span class=\"aQJ\">10:00</span></span>, FOMC Member Fischer Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1836211820\"><span class=\"aQJ\">12:30</span></span>, JPY Monetary Policy Meeting Minutes at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1836211821\"><span class=\"aQJ\">19:50 ET</span></span>.</div>\r\n</div>\r\n<div></div>\r\n</div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>','Pre-Market Trading for Stocks, Bonds, Commodities and Currencies','','publish','open','closed','','pre-market-trading-stocks-bonds-commodities-currencies-2','','','2015-05-26 11:09:14','2015-05-26 11:09:14','',0,'http://www.thetradingroom.com/?p=2492',0,'post','',0),(2493,2,'2015-05-26 11:09:14','2015-05-26 11:09:14','<p style=\"color: #222222;\">\r\n<strong>Don\'t trade alone, join a group of quant traders.</strong></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/0f93255059/TEST/0566f0a720/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1836211809\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1836211810\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1836211811\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1836211812\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><strong><span style=\"color: #000000;\">Access is simple,</span></strong> here is how to get started with a two week free trial...</p>\r\n\r\n<div style=\"color: #222222;\"><strong>Step 1:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/0f93255059/TEST/946506acbb/trial=1\" target=\"_blank\">register as a guest.</a> for this week\'s access.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple <wbr />asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. The link is good for one week, you will need to repeat the process for your second week on the following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1836211813\"><span class=\"aQJ\">Monday</span></span>.  Pre-market analysis and live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1836211814\"><span class=\"aQJ\">Monday</span></span>thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1836211815\"><span class=\"aQJ\">Friday</span></span> from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1836211816\"><span class=\"aQJ\">7:30 am to 10:30 am ET</span></span>.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>It\'s really that simple!</strong></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Pre-market price action and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<div style=\"color: #222222;\">\r\n<div><strong>STOCKS</strong> -  Overnight, Asian shares had reversed earlier losses to end slightly higher on the back of gains in Hong Kong  and to a lesser degree Tokyo. Europe\'s stock markets fell as early resistance gave way and a fall by the euro  mirrored signs that contagion from the region\'s debt problems was creeping back into bond markets. US stock futures traded lower ahead of the opening bell.</div>\r\n<strong>BONDS</strong> - A flight into traditional safe-havens saw Switzerland\'s 10-year bond yields  drop into negative territory for the first time this month as Spanish, Portuguese and Greek bonds saw fresh selling.\r\n<div><strong>COMMODITIES</strong> -   US Dollar strength put pressure on commodity markets. Gold, copper and silver soldoff while Brent oil and U.S. Crude slipped lower.</div>\r\n<div></div>\r\n<div>\r\n<div><strong>CURRENCIES</strong> - The US dollar\'s move to a one-month high against its currency basket extended a rally triggered by <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1836211817\"><span class=\"aQJ\">Friday\'s</span></span> comments from Yellen that she expected the economy to strengthen.</div>\r\n<div></div>\r\n<div><strong>ECONOMIC DATA</strong> - US Core Durable Goods Orders m/m due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1836211818\"><span class=\"aQJ\">8:30</span></span>, CB Consumer Confidence and New Home Sales at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1836211819\"><span class=\"aQJ\">10:00</span></span>, FOMC Member Fischer Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1836211820\"><span class=\"aQJ\">12:30</span></span>, JPY Monetary Policy Meeting Minutes at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1836211821\"><span class=\"aQJ\">19:50 ET</span></span>.</div>\r\n</div>\r\n<div></div>\r\n</div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>','Pre-Market Trading for Stocks, Bonds, Commodities and Currencies','','inherit','open','closed','','2492-revision-v1','','','2015-05-26 11:09:14','2015-05-26 11:09:14','',2492,'http://www.thetradingroom.com/2492-revision-v1/',0,'revision','',0),(2495,2,'2015-05-28 11:05:22','2015-05-28 11:05:22','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders.</strong></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/985169b661/TEST/ba95dadc3d/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_910117708\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_910117709\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_910117710\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_910117711\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><strong><span style=\"color: #000000;\">Access is simple,</span></strong> here is how to get started with a two week free trial...</p>\r\n\r\n<div style=\"color: #222222;\"><strong>Step 1:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/985169b661/TEST/9c9ab908cd/trial=1\" target=\"_blank\">register as a guest.</a> for this week\'s access.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple <wbr />asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. The link is good for one week, you will need to repeat the process for your second week on the following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_910117712\"><span class=\"aQJ\">Monday</span></span>.  Pre-market analysis and live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_910117713\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_910117714\"><span class=\"aQJ\">Friday</span></span> from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_910117715\"><span class=\"aQJ\">7:30 am to 10:30 am ET</span></span>.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>It\'s really that simple!</strong></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Pre-market price action and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<div style=\"color: #222222;\">\r\n<strong>STOCKS</strong> - Asian trading overnight was dominated by a heavy tumble for Chinese shares which dropped almost 7 percent. European stock markets rose, after Greece’s Prime Minister Tsipras said debt-strapped Athens was getting close to a deal with international creditors. US stock futures traded range bound ahead of the Wall Street open.\r\n\r\n<strong>BONDS</strong> - Some of the biggest names in the investment world have been whipsawed by the recent rise in global yields and volatility in the currency market with investors bracing for more sharp moves later this year stemming from central bank actions.\r\n\r\n<strong>COMMODITIES</strong> - During the overnight trading session most commodity prices continued to stabilize after the recent selloff in the futures market.\r\n\r\n<strong>CURRENCIES</strong> - The US dollar hit its highest level against the yen since late 2002 and was slightly higher on the day in Europe.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Unemployment Claims and CAD Current Account due at<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_910117716\"><span class=\"aQJ\">8:30</span></span>, US Pending Home Sales m/m at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_910117717\"><span class=\"aQJ\">10:00</span></span>, Natural Gas Storage at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_910117718\"><span class=\"aQJ\">10:30</span></span>, Crude Oil Inventories at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_910117719\"><span class=\"aQJ\">11:00</span></span>, NZD ANZ Business Confidence at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_910117720\"><span class=\"aQJ\">21:00 ET</span></span>.\r\n<div></div>\r\n</div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>','Pre-Market Trading for Stocks, Bonds, Commodities and Currencies','','publish','open','closed','','pre-market-trading-stocks-bonds-commodities-currencies-3','','','2015-05-28 11:05:22','2015-05-28 11:05:22','',0,'http://www.thetradingroom.com/?p=2495',0,'post','',0),(2496,2,'2015-05-28 11:05:22','2015-05-28 11:05:22','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders.</strong></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/985169b661/TEST/ba95dadc3d/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_910117708\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_910117709\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_910117710\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_910117711\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><strong><span style=\"color: #000000;\">Access is simple,</span></strong> here is how to get started with a two week free trial...</p>\r\n\r\n<div style=\"color: #222222;\"><strong>Step 1:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/985169b661/TEST/9c9ab908cd/trial=1\" target=\"_blank\">register as a guest.</a> for this week\'s access.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple <wbr />asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. The link is good for one week, you will need to repeat the process for your second week on the following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_910117712\"><span class=\"aQJ\">Monday</span></span>.  Pre-market analysis and live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_910117713\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_910117714\"><span class=\"aQJ\">Friday</span></span> from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_910117715\"><span class=\"aQJ\">7:30 am to 10:30 am ET</span></span>.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>It\'s really that simple!</strong></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Pre-market price action and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<div style=\"color: #222222;\">\r\n<strong>STOCKS</strong> - Asian trading overnight was dominated by a heavy tumble for Chinese shares which dropped almost 7 percent. European stock markets rose, after Greece’s Prime Minister Tsipras said debt-strapped Athens was getting close to a deal with international creditors. US stock futures traded range bound ahead of the Wall Street open.\r\n\r\n<strong>BONDS</strong> - Some of the biggest names in the investment world have been whipsawed by the recent rise in global yields and volatility in the currency market with investors bracing for more sharp moves later this year stemming from central bank actions.\r\n\r\n<strong>COMMODITIES</strong> - During the overnight trading session most commodity prices continued to stabilize after the recent selloff in the futures market.\r\n\r\n<strong>CURRENCIES</strong> - The US dollar hit its highest level against the yen since late 2002 and was slightly higher on the day in Europe.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Unemployment Claims and CAD Current Account due at<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_910117716\"><span class=\"aQJ\">8:30</span></span>, US Pending Home Sales m/m at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_910117717\"><span class=\"aQJ\">10:00</span></span>, Natural Gas Storage at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_910117718\"><span class=\"aQJ\">10:30</span></span>, Crude Oil Inventories at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_910117719\"><span class=\"aQJ\">11:00</span></span>, NZD ANZ Business Confidence at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_910117720\"><span class=\"aQJ\">21:00 ET</span></span>.\r\n<div></div>\r\n</div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>','Pre-Market Trading for Stocks, Bonds, Commodities and Currencies','','inherit','open','closed','','2495-revision-v1','','','2015-05-28 11:05:22','2015-05-28 11:05:22','',2495,'http://www.thetradingroom.com/2495-revision-v1/',0,'revision','',0),(2596,2,'2015-09-15 11:09:04','2015-09-15 11:09:04','The market continued to show volatility with global stock indices trading sharply higher the first half of the week then pulling back the second half, consolidating to then finish the week with some gains. Crude oil traded mostly range bound for the week, despite lower demand forecast from the Energy Information Administration (EIA) and a bearish warning from Goldman Sachs commodity analyst Jeffrey Currie. Gold broke down from a minor key level while copper finished the week strong.\r\n\r\nIn the week ahead we have the long awaited policy meeting from the Fed that is sure to have implications across the global financial markets. An unexpected drop in the jobless rate to 5.1% and an upward revision in second-quarter growth to 3.7% suggests support for a rate hike as the labor market tightens and utilization is at its best level since the global financial crisis. However the market has priced in around a 24% chance of a rate hike as inflation remains weak, emerging markets struggle and fears of a hard landing from China, the second largest economy in the world. Therefore a rate hike should shock the markets, potentially sending the US dollar sharply higher. Global stock markets should also see a spike in volatility.\r\n\r\nWe face a busy economic calendar with the Bank of Japan\'s monetary policy decision and press conference on Tuesday then on Wednesday we have jobs data from UK and the US CPI number will also be published. In the week ahead I will also pay attention to the non-risk assets including the grains and natural gas. Wheat and corn spiked higher on Friday following data, potentially setting up for trading opportunities.\r\n\r\n<em><strong> - Joe Rios</strong></em>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nScheduled economic releases that may have an impact on the markets:\r\n\r\nMonday\r\n\r\n9:30 PM            AUD     Monetary Policy Meeting Minutes\r\n\r\nTentative           JPY      Monetary Policy Statement\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\nTentative           JPY      BOJ Press Conference\r\n\r\n4:30 AM            GBP     CPI\r\n\r\n5:00 AM            EUR     German ZEW Economic Sentiment\r\n\r\n8:30 AM            USD     Core Retail Sales\r\n\r\nTentative           NZD     Current  Account\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM            GBP     Claimant Count Change\r\n\r\n8:30 AM            CAD     Manufacturing Sales\r\n\r\n8:30 AM            USD     Core CPI\r\n\r\n10:30 AM          CL        Crude Oil Inventories\r\n\r\n6:45 PM            NZD     GDP\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n2:35 AM            JPY      BOJ Gov. Kuroda speaks\r\n\r\n3:30 AM            CHF      SNB Monetary Policy Assessment\r\n\r\n4:30 AM            GBP     Retail Sales\r\n\r\n8:30 AM            USD     Unemployment Claims\r\n\r\n10:00 AM          USD     Philly Fed Manufacturing Index\r\n\r\n10:30 AM          NG       Natural Gas Storage\r\n\r\n2:00 PM            USD     FOMC Statement\r\n\r\n2:30 PM            USD     FOMC Press Conference\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n8:30 AM            CAD     Core CPI','The Week Ahead for Stocks, Bonds, Commodities and Currencies ','','publish','open','closed','','week-ahead-stocks-bonds-commodities-currencies-2','','','2015-09-15 11:09:04','2015-09-15 11:09:04','',0,'http://www.thetradingroom.com/?p=2596',0,'post','',0),(2526,2,'2015-07-07 11:40:51','2015-07-07 11:40:51','<p style=\"color: #500050;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_655263461\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_655263462\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_655263463\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_655263464\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 1:</strong></span><span style=\"color: #000000;\"> Click on the following link and </span><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\">register as a guest.</a></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</span></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 3:</strong> </span>To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. The link is good for one week, you will need to repeat the process for your second week on the following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_655263465\"><span class=\"aQJ\">Monday</span></span>.  Pre-market analysis and live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_655263466\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_655263467\"><span class=\"aQJ\">Friday</span></span> from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_655263468\"><span class=\"aQJ\">7:30 am to 10:30 am ET</span></span>.</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><strong>It\'s really that simple!</strong></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">Pre-market activity and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<p style=\"color: #500050;\"></p>\r\n\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div>\r\n<div></div>\r\n<div>\r\n<div>UPDATED <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_655263469\"><span class=\"aQJ\">6:30 am ET</span></span></div>\r\n<div></div>\r\n<div><strong>STOCKS</strong> - European stock and bond markets steadied <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_655263470\"><span class=\"aQJ\">on Tuesday</span></span> before a euro zone leaders summit to discuss the Greek debt crisis while a further fall in Chinese shares reminded investors of other dark clouds on the horizon. US stock futures were little changed ahead of the Wall Street opening bell.</div>\r\n<div></div>\r\n<div><strong>BONDS</strong> -   Yields on German debt, which fell <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_655263471\"><span class=\"aQJ\">on Monday</span></span> as investors sought the low-risk asset, dropped further. Ten-year yields fell 4.8 basis points to 0.73 percent.</div>\r\n<div></div>\r\n<div><strong>COMMODITIES</strong> -  Oil recovered some ground after <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_655263472\"><span class=\"aQJ\">Monday\'s</span></span> stomach-churning selloff prompted by Greeks\' overwhelming rejection of the terms of a bailout deal and the Chinese stock markets turmoil.</div>\r\n<div></div>\r\n<div><strong>CURRENCIES</strong> -  The euro fell 0.3 percent  but held well above <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_655263472\"><span class=\"aQJ\">Monday\'s</span></span> low of $1.0967. The dollar rose 0.4 percent against a basket of currencies.</div>\r\n<div></div>\r\n<div><strong>ECONOMIC DATA</strong> -   Eurogroup Meetings and Euro Summit all day, CAD and USD Trade Balance due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_655263474\"><span class=\"aQJ\">8:30</span></span>, JOLTS Job Openings at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_655263475\"><span class=\"aQJ\">10:00 ET</span></span>.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">   <em> </em></span><em><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></em></p>','Pre-Market Activity & Live Trading Room Access','','publish','open','closed','','pre-market-activity-live-trading-room-access-5','','','2015-07-07 11:40:51','2015-07-07 11:40:51','',0,'http://www.thetradingroom.com/?p=2526',0,'post','',0),(2502,2,'2015-06-02 10:35:30','2015-06-02 10:35:30','<p style=\"color: #222222; text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Volatility is Back!</span></strong>\r\n<strong>Don\'t trade alone, join a group of quant traders.</strong></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/402eee97f4/TEST/b9c9d4e5b9/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1566621752\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1566621753\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1566621754\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1566621755\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><strong><span style=\"color: #000000;\">Access is simple,</span></strong> here is how to get started with a two week free trial...</p>\r\n\r\n<div style=\"color: #222222;\"><strong>Step 1:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/402eee97f4/TEST/6b38cc5092/trial=1\" target=\"_blank\">register as a guest.</a> for this week\'s access.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple <wbr />asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. The link is good for one week, you will need to repeat the process for your second week on the following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1566621756\"><span class=\"aQJ\">Monday</span></span>.  Pre-market analysis and live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1566621757\"><span class=\"aQJ\">Monday</span></span>thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1566621758\"><span class=\"aQJ\">Friday</span></span> from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1566621759\"><span class=\"aQJ\">7:30 am to 10:30 am ET</span></span>.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>It\'s really that simple!</strong></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Pre-market price action and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<div style=\"color: #222222;\"><strong>STOCKS</strong> - Japan\'s Nikkei share average snapped a 12-day winning streak <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1566621760\"><span class=\"aQJ\">on Tuesday</span></span>, with traders citing profit-taking after the market\'s strong run-up. European shares dipped <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1566621761\"><span class=\"aQJ\">on Tuesday</span></span>with investors in the dark over whether a high-level meeting on Greece\'s debt crisis might herald a significant breakthrough. US stock futures trading lower ahead of the Wall Street open.<strong>BONDS</strong> - US Treasuries continued to slide after yesterday\'s sell-off, sending yields higher. German 10-year bond yields also rose 6.6 basis points to 0.58 percent.\r\n\r\n<strong>COMMODITIES</strong> - Oil prices rose as strong demand outweighed expectations OPEC would not cut production when it meets in Vienna <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1566621762\"><span class=\"aQJ\">on Friday</span></span>. Gold consolidated after dropping from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1566621763\"><span class=\"aQJ\">Monday\'s</span></span>peak above $1,200, pressured by the strong dollar.\r\n\r\n<strong>CURRENCIES</strong> - The Australian dollar was up after the Reserve Bank of Australia kept interest rates steady and did not offer a clear bias to ease policy again.The dollar hit a 12 1/2-year high against the yen in Asian trade before pulling back to trade down against the Japanese currency and the euro.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Factory Orders m/m and FOMC Member Brainard Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1566621764\"><span class=\"aQJ\">10:00</span></span>, NZD GDT Price Index (tentative), AUD GDP at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1566621765\"><span class=\"aQJ\">21:30 ET</span></span>.\r\n\r\n</div>','Pre-Market Trading: Volatility is Back','','publish','open','closed','','pre-market-trading-volatility-back','','','2015-06-02 10:35:30','2015-06-02 10:35:30','',0,'http://www.thetradingroom.com/?p=2502',0,'post','',0),(2503,2,'2015-06-02 10:33:47','2015-06-02 10:33:47','<p style=\"color: #222222; text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Volatility is Back!</span></strong>\r\n<strong>Don\'t trade alone, join a group of quant traders.</strong></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/402eee97f4/TEST/b9c9d4e5b9/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1566621752\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1566621753\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1566621754\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1566621755\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><strong><span style=\"color: #000000;\">Access is simple,</span></strong> here is how to get started with a two week free trial...</p>\r\n\r\n<div style=\"color: #222222;\"><strong>Step 1:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/402eee97f4/TEST/6b38cc5092/trial=1\" target=\"_blank\">register as a guest.</a> for this week\'s access.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple <wbr />asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. The link is good for one week, you will need to repeat the process for your second week on the following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1566621756\"><span class=\"aQJ\">Monday</span></span>.  Pre-market analysis and live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1566621757\"><span class=\"aQJ\">Monday</span></span>thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1566621758\"><span class=\"aQJ\">Friday</span></span> from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1566621759\"><span class=\"aQJ\">7:30 am to 10:30 am ET</span></span>.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>It\'s really that simple!</strong></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Pre-market price action and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<div style=\"color: #222222;\">\r\n<strong>STOCKS</strong> - Japan\'s Nikkei share average snapped a 12-day winning streak <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1566621760\"><span class=\"aQJ\">on Tuesday</span></span>, with traders citing profit-taking after the market\'s strong run-up. European shares dipped <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1566621761\"><span class=\"aQJ\">on Tuesday</span></span>with investors in the dark over whether a high-level meeting on Greece\'s debt crisis might herald a significant breakthrough. US stock futures trading lower ahead of the Wall Street open.\r\n\r\n<strong>BONDS</strong> - US Treasuries continued to slide after yesterday\'s sell-off, sending yields higher. German 10-year bond yields also rose 6.6 basis points to 0.58 percent.\r\n\r\n<strong>COMMODITIES</strong> - Oil prices rose as strong demand outweighed expectations OPEC would not cut production when it meets in Vienna <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1566621762\"><span class=\"aQJ\">on Friday</span></span>. Gold consolidated after dropping from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1566621763\"><span class=\"aQJ\">Monday\'s</span></span>peak above $1,200, pressured by the strong dollar.\r\n\r\n<strong>CURRENCIES</strong> - The Australian dollar was up after the Reserve Bank of Australia kept interest rates steady and did not offer a clear bias to ease policy again.The dollar hit a 12 1/2-year high against the yen in Asian trade before pulling back to trade down against the Japanese currency and the euro.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Factory Orders m/m and FOMC Member Brainard Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1566621764\"><span class=\"aQJ\">10:00</span></span>, NZD GDT Price Index (tentative), AUD GDP at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1566621765\"><span class=\"aQJ\">21:30 ET</span></span>.</div>','','','inherit','open','closed','','2502-revision-v1','','','2015-06-02 10:33:47','2015-06-02 10:33:47','',2502,'http://www.thetradingroom.com/2502-revision-v1/',0,'revision','',0),(2504,2,'2015-06-02 10:35:30','2015-06-02 10:35:30','<p style=\"color: #222222; text-align: center;\"><strong><span style=\"color: #2a2a2a;\">Volatility is Back!</span></strong>\r\n<strong>Don\'t trade alone, join a group of quant traders.</strong></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/402eee97f4/TEST/b9c9d4e5b9/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1566621752\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1566621753\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1566621754\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1566621755\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><strong><span style=\"color: #000000;\">Access is simple,</span></strong> here is how to get started with a two week free trial...</p>\r\n\r\n<div style=\"color: #222222;\"><strong>Step 1:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/402eee97f4/TEST/6b38cc5092/trial=1\" target=\"_blank\">register as a guest.</a> for this week\'s access.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple <wbr />asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. The link is good for one week, you will need to repeat the process for your second week on the following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1566621756\"><span class=\"aQJ\">Monday</span></span>.  Pre-market analysis and live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1566621757\"><span class=\"aQJ\">Monday</span></span>thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1566621758\"><span class=\"aQJ\">Friday</span></span> from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1566621759\"><span class=\"aQJ\">7:30 am to 10:30 am ET</span></span>.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>It\'s really that simple!</strong></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Pre-market price action and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<div style=\"color: #222222;\"><strong>STOCKS</strong> - Japan\'s Nikkei share average snapped a 12-day winning streak <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1566621760\"><span class=\"aQJ\">on Tuesday</span></span>, with traders citing profit-taking after the market\'s strong run-up. European shares dipped <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1566621761\"><span class=\"aQJ\">on Tuesday</span></span>with investors in the dark over whether a high-level meeting on Greece\'s debt crisis might herald a significant breakthrough. US stock futures trading lower ahead of the Wall Street open.<strong>BONDS</strong> - US Treasuries continued to slide after yesterday\'s sell-off, sending yields higher. German 10-year bond yields also rose 6.6 basis points to 0.58 percent.\r\n\r\n<strong>COMMODITIES</strong> - Oil prices rose as strong demand outweighed expectations OPEC would not cut production when it meets in Vienna <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1566621762\"><span class=\"aQJ\">on Friday</span></span>. Gold consolidated after dropping from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1566621763\"><span class=\"aQJ\">Monday\'s</span></span>peak above $1,200, pressured by the strong dollar.\r\n\r\n<strong>CURRENCIES</strong> - The Australian dollar was up after the Reserve Bank of Australia kept interest rates steady and did not offer a clear bias to ease policy again.The dollar hit a 12 1/2-year high against the yen in Asian trade before pulling back to trade down against the Japanese currency and the euro.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Factory Orders m/m and FOMC Member Brainard Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1566621764\"><span class=\"aQJ\">10:00</span></span>, NZD GDT Price Index (tentative), AUD GDP at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1566621765\"><span class=\"aQJ\">21:30 ET</span></span>.\r\n\r\n</div>','Pre-Market Trading: Volatility is Back','','inherit','open','closed','','2502-revision-v1','','','2015-06-02 10:35:30','2015-06-02 10:35:30','',2502,'http://www.thetradingroom.com/2502-revision-v1/',0,'revision','',0),(2505,2,'2015-06-04 10:43:07','2015-06-04 10:43:07','<p style=\"color: #500050;\"><strong>Volatility in the Bond market continues.</strong></p>\r\n<p style=\"color: #500050;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=qg72e.&amp;m=3Z.kCsTnsTrDnAF&amp;b=ee06NdGiunnmSzhYwMkvrg\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_393949392\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_393949393\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_393949394\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_393949395\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 1:</strong></span><span style=\"color: #000000;\"> Click on the following link and </span><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=qg72e.&amp;m=3Z.kCsTnsTrDnAF&amp;b=ee06NdGiunnmSzhYwMkvrg\" target=\"_blank\">register as a guest.</a></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</span></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 3:</strong> </span>To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. The link is good for one week, you will need to repeat the process for your second week on the following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_393949396\"><span class=\"aQJ\">Monday</span></span>.  Pre-market analysis and live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_393949397\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_393949398\"><span class=\"aQJ\">Friday</span></span> from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_393949399\"><span class=\"aQJ\">7:30 am to 10:30 am ET</span></span>.</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><strong>It\'s really that simple!</strong></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">Pre-market activity and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<p style=\"color: #500050;\"></p>\r\n\r\n<div style=\"color: #222222;\">\r\n<div></div>\r\n<div>\r\n<div style=\"color: #222222;\"><strong>STOCKS</strong> - The Shanghai Composite Index gained 0.8 percent at the close, erasing losses after it plunged as much as 5.4 percent. European shares fell to their lowest level in almost a month as a spike in bond yields cast a shadow on borrowing costs. Emerging-market stocks fell for a ninth day, with the index poised for its longest losing streak in almost three months. US stock futures pointing to a lower Wall Street open.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>BONDS</strong> - <span style=\"color: #282828;\">European Central Bank president Mario Draghi said wild price swings won’t alter ECB policy sending </span>German 10-year bond yields to an eight-month high, as the rout in the global debt market gathered pace.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>COMMODITIES</strong> - Crude oil struggled after sliding overnight on concerns generated by a big build-up in distillates and with OPEC expected to reject output cuts at its meeting <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_393949400\"><span class=\"aQJ\">on Friday</span></span>.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>CURRENCIES</strong> - Traders watched the euro rally to a five-month high as the US dollar lost its overnight swagger. That took the euro\'s surge over the last two days past 3 percent.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>ECONOMIC DATA</strong> - US Unemployment Claims due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_393949401\"><span class=\"aQJ\">8:30</span></span>, CAD Ivey PMI at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_393949402\"><span class=\"aQJ\">10:00</span></span>, Natural Gas Storage at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_393949403\"><span class=\"aQJ\">10:30 ET</span></span>.</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">   <em> </em></span><em><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></em></p>','Pre-Market Trading:  Volatility in the bond market','','publish','open','closed','','pre-market-trading-volatility-bond-market','','','2015-06-04 10:43:07','2015-06-04 10:43:07','',0,'http://www.thetradingroom.com/?p=2505',0,'post','',0),(2506,2,'2015-06-04 10:39:35','2015-06-04 10:39:35','<p style=\"color: #500050;\"><strong>Volatility in the Bond market continues.</strong></p>\r\n<p style=\"color: #500050;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=qg72e.&amp;m=3Z.kCsTnsTrDnAF&amp;b=ee06NdGiunnmSzhYwMkvrg\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_393949392\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_393949393\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_393949394\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_393949395\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 1:</strong></span><span style=\"color: #000000;\"> Click on the following link and </span><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=qg72e.&amp;m=3Z.kCsTnsTrDnAF&amp;b=ee06NdGiunnmSzhYwMkvrg\" target=\"_blank\">register as a guest.</a></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</span></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 3:</strong> </span>To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. The link is good for one week, you will need to repeat the process for your second week on the following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_393949396\"><span class=\"aQJ\">Monday</span></span>.  Pre-market analysis and live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_393949397\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_393949398\"><span class=\"aQJ\">Friday</span></span> from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_393949399\"><span class=\"aQJ\">7:30 am to 10:30 am ET</span></span>.</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><strong>It\'s really that simple!</strong></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">Pre-market activity and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<p style=\"color: #500050;\"></p>\r\n\r\n<div style=\"color: #222222;\">\r\n<div></div>\r\n<div>\r\n<div style=\"color: #222222;\"><strong>STOCKS</strong> - The Shanghai Composite Index gained 0.8 percent at the close, erasing losses after it plunged as much as 5.4 percent. European shares fell to their lowest level in almost a month as a spike in bond yields cast a shadow on borrowing costs. Emerging-market stocks fell for a ninth day, with the index poised for its longest losing streak in almost three months. US stock futures pointing to a lower Wall Street open.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>BONDS</strong> - <span style=\"color: #282828;\">European Central Bank president Mario Draghi said wild price swings won’t alter ECB policy sending </span>German 10-year bond yields to an eight-month high, as the rout in the global debt market gathered pace.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>COMMODITIES</strong> - Crude oil struggled after sliding overnight on concerns generated by a big build-up in distillates and with OPEC expected to reject output cuts at its meeting <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_393949400\"><span class=\"aQJ\">on Friday</span></span>.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>CURRENCIES</strong> - Traders watched the euro rally to a five-month high as the US dollar lost its overnight swagger. That took the euro\'s surge over the last two days past 3 percent.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>ECONOMIC DATA</strong> - US Unemployment Claims due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_393949401\"><span class=\"aQJ\">8:30</span></span>, CAD Ivey PMI at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_393949402\"><span class=\"aQJ\">10:00</span></span>, Natural Gas Storage at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_393949403\"><span class=\"aQJ\">10:30 ET</span></span>.</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">   <em> </em></span><em><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></em></p>','','','inherit','open','closed','','2505-revision-v1','','','2015-06-04 10:39:35','2015-06-04 10:39:35','',2505,'http://www.thetradingroom.com/2505-revision-v1/',0,'revision','',0),(2507,2,'2015-06-04 10:40:16','2015-06-04 10:40:16','<p style=\"color: #500050;\"><strong>Volatility in the Bond market continues.</strong></p>\r\n<p style=\"color: #500050;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=qg72e.&amp;m=3Z.kCsTnsTrDnAF&amp;b=ee06NdGiunnmSzhYwMkvrg\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_393949392\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_393949393\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_393949394\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_393949395\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 1:</strong></span><span style=\"color: #000000;\"> Click on the following link and </span><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=qg72e.&amp;m=3Z.kCsTnsTrDnAF&amp;b=ee06NdGiunnmSzhYwMkvrg\" target=\"_blank\">register as a guest.</a></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</span></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 3:</strong> </span>To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. The link is good for one week, you will need to repeat the process for your second week on the following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_393949396\"><span class=\"aQJ\">Monday</span></span>.  Pre-market analysis and live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_393949397\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_393949398\"><span class=\"aQJ\">Friday</span></span> from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_393949399\"><span class=\"aQJ\">7:30 am to 10:30 am ET</span></span>.</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><strong>It\'s really that simple!</strong></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">Pre-market activity and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<p style=\"color: #500050;\"></p>\r\n\r\n<div style=\"color: #222222;\">\r\n<div></div>\r\n<div>\r\n<div style=\"color: #222222;\"><strong>STOCKS</strong> - The Shanghai Composite Index gained 0.8 percent at the close, erasing losses after it plunged as much as 5.4 percent. European shares fell to their lowest level in almost a month as a spike in bond yields cast a shadow on borrowing costs. Emerging-market stocks fell for a ninth day, with the index poised for its longest losing streak in almost three months. US stock futures pointing to a lower Wall Street open.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>BONDS</strong> - <span style=\"color: #282828;\">European Central Bank president Mario Draghi said wild price swings won’t alter ECB policy sending </span>German 10-year bond yields to an eight-month high, as the rout in the global debt market gathered pace.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>COMMODITIES</strong> - Crude oil struggled after sliding overnight on concerns generated by a big build-up in distillates and with OPEC expected to reject output cuts at its meeting <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_393949400\"><span class=\"aQJ\">on Friday</span></span>.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>CURRENCIES</strong> - Traders watched the euro rally to a five-month high as the US dollar lost its overnight swagger. That took the euro\'s surge over the last two days past 3 percent.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>ECONOMIC DATA</strong> - US Unemployment Claims due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_393949401\"><span class=\"aQJ\">8:30</span></span>, CAD Ivey PMI at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_393949402\"><span class=\"aQJ\">10:00</span></span>, Natural Gas Storage at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_393949403\"><span class=\"aQJ\">10:30 ET</span></span>.</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">   <em> </em></span><em><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></em></p>','','','inherit','open','closed','','2505-revision-v1','','','2015-06-04 10:40:16','2015-06-04 10:40:16','',2505,'http://www.thetradingroom.com/2505-revision-v1/',0,'revision','',0),(2508,2,'2015-06-04 10:43:07','2015-06-04 10:43:07','<p style=\"color: #500050;\"><strong>Volatility in the Bond market continues.</strong></p>\r\n<p style=\"color: #500050;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=qg72e.&amp;m=3Z.kCsTnsTrDnAF&amp;b=ee06NdGiunnmSzhYwMkvrg\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_393949392\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_393949393\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_393949394\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_393949395\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 1:</strong></span><span style=\"color: #000000;\"> Click on the following link and </span><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=qg72e.&amp;m=3Z.kCsTnsTrDnAF&amp;b=ee06NdGiunnmSzhYwMkvrg\" target=\"_blank\">register as a guest.</a></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</span></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 3:</strong> </span>To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. The link is good for one week, you will need to repeat the process for your second week on the following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_393949396\"><span class=\"aQJ\">Monday</span></span>.  Pre-market analysis and live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_393949397\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_393949398\"><span class=\"aQJ\">Friday</span></span> from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_393949399\"><span class=\"aQJ\">7:30 am to 10:30 am ET</span></span>.</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><strong>It\'s really that simple!</strong></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">Pre-market activity and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<p style=\"color: #500050;\"></p>\r\n\r\n<div style=\"color: #222222;\">\r\n<div></div>\r\n<div>\r\n<div style=\"color: #222222;\"><strong>STOCKS</strong> - The Shanghai Composite Index gained 0.8 percent at the close, erasing losses after it plunged as much as 5.4 percent. European shares fell to their lowest level in almost a month as a spike in bond yields cast a shadow on borrowing costs. Emerging-market stocks fell for a ninth day, with the index poised for its longest losing streak in almost three months. US stock futures pointing to a lower Wall Street open.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>BONDS</strong> - <span style=\"color: #282828;\">European Central Bank president Mario Draghi said wild price swings won’t alter ECB policy sending </span>German 10-year bond yields to an eight-month high, as the rout in the global debt market gathered pace.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>COMMODITIES</strong> - Crude oil struggled after sliding overnight on concerns generated by a big build-up in distillates and with OPEC expected to reject output cuts at its meeting <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_393949400\"><span class=\"aQJ\">on Friday</span></span>.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>CURRENCIES</strong> - Traders watched the euro rally to a five-month high as the US dollar lost its overnight swagger. That took the euro\'s surge over the last two days past 3 percent.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>ECONOMIC DATA</strong> - US Unemployment Claims due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_393949401\"><span class=\"aQJ\">8:30</span></span>, CAD Ivey PMI at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_393949402\"><span class=\"aQJ\">10:00</span></span>, Natural Gas Storage at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_393949403\"><span class=\"aQJ\">10:30 ET</span></span>.</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">   <em> </em></span><em><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></em></p>','Pre-Market Trading:  Volatility in the bond market','','inherit','open','closed','','2505-revision-v1','','','2015-06-04 10:43:07','2015-06-04 10:43:07','',2505,'http://www.thetradingroom.com/2505-revision-v1/',0,'revision','',0),(2512,2,'2015-06-08 11:26:46','2015-06-08 11:26:46','From the desk of Joe Rios\r\n\r\nLast week we noticed the correlation between the bond market and the US dollar to be outside of its historical norm. The US dollar usually trades in same direction as the bond yield, not bond price. None the less, bonds traded down with the US dollar for most of the week. However, after the US employment data release, the US Dollar reversed as unwinding of recent positions became evident.\r\n\r\nThis decoupling between these markets should provide an interesting week ahead in the financial markets. Will commodities continue to take its cue from the US dollar? Will gold trade with the bond or currency market? Will the commodity currencies lead the way? In the week ahead I will continue to focus on the intermarket relationships and the direction of the US dollar.\r\n\r\n&nbsp;\r\n\r\nThe commodity markets provided trading opportunities with grains outperforming led by wheat gaining 8.44% and corn 2.63%. The velocity leaders to the downside was silver -3.63%, crude oil -2.35% and natural gas -1.87%. I will also pay close attention to the technicals of the market including recurring patterns and key breakpoints. There is also plenty of potential market moving data releases from China, New Zealand and Australia.\r\n\r\n<em><strong>  - Joe Rios</strong></em>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room® TradeLAB - </strong><strong>Global Trading with Quantitative Technologies</strong>\r\n\r\nJoin our trading community with RiosQuant trade coaches Agustin Criado and Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<strong> </strong>\r\n\r\n<span data-term=\"goog_575487534\">Monday</span> thru <span data-term=\"goog_575487535\">Friday</span> - From 7:30 am to 10:30 am ET\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/436103a58b/TEST/56c072360d\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...\r\n\r\n&nbsp;\r\n\r\n<strong>Step 1:</strong> Click on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/436103a58b/TEST/04ab2bb6d0/trial=1\">register as a guest.</a>\r\n\r\n&nbsp;\r\n\r\n<strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple\r\n\r\nasset classes including the financials, metals, energies, grains and forex.\r\n\r\n<strong> </strong>\r\n\r\n<strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. Live trading begins <span data-term=\"goog_575487537\">Monday</span> thru <span data-term=\"goog_575487538\">Friday</span> from<span data-term=\"goog_575487539\">7:30 am to 10:30 am ET</span>.\r\n\r\n&nbsp;\r\n\r\n<strong>It\'s really that simple!</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nSunday\r\n\r\nday one                                ALL         G7 meetings\r\n\r\n&nbsp;\r\n\r\nMonday\r\n\r\nTentative             CNY        Trade Balance\r\n\r\nDay Two                               ALL         G7 Meetings\r\n\r\n8:30 AM               CAD       Building Permits\r\n\r\n9:30 PM                AUD       NAB Business Confidence\r\n\r\n9:30 PM                CNY        CPI\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n10:00 AM             USD       JOLTS Job Openings\r\n\r\n10:50 PM             AUD       RBA        Gov. Stevens Speaks\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM               GBP       Manufacturing Production\r\n\r\n10:30 AM             CL           Crude Oil Inventories\r\n\r\n4:00 PM                GBP       Gov. Carney Speaks\r\n\r\n5:00 PM                NZD       RBNZ Rate Statement\r\n\r\n9:30 PM                AUD       Unemployment Rate\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n1:30 AM               CNY        Industrial Production\r\n\r\n8:30 AM               USD       Retail Sales And Unemployment Claims\r\n\r\nFriday\r\n\r\n8:30 AM               USD       PPI\r\n\r\n10:00 AM             USD       Preliminary UoM Consumer Sentiment\r\n\r\n&nbsp;\r\n<div style=\"color: #ffffff;\"><span style=\"font-size: small;\"><b><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY\r\nFUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</span></b></span></div>\r\n<div style=\"color: #ffffff;\"><span style=\"font-size: small;\"><b><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></b></span></div>\r\n&nbsp;','The Week Ahead in the Markets','','inherit','open','closed','','2510-revision-v1','','','2015-06-08 11:26:46','2015-06-08 11:26:46','',2510,'http://www.thetradingroom.com/2510-revision-v1/',0,'revision','',0),(2511,2,'2015-06-08 11:19:24','2015-06-08 11:19:24','<table width=\"650\">\r\n<tbody>\r\n<tr>\r\n<td width=\"463\">\r\n<table width=\"415\">\r\n<tbody>\r\n<tr>\r\n<td><strong>From the Desk of Joe Rios</strong></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<table width=\"415\">\r\n<tbody>\r\n<tr>\r\n<td><strong>The Week Ahead in the Global Financial Markets</strong>\r\n\r\nLast week we noticed the correlation between the bond market and the US dollar to be outside of its historical norm. The US dollar usually trades in same direction as the bond yield, not bond price. None the less, bonds traded down with the US dollar for most of the week. However, after <span data-term=\"goog_575487533\">Friday\'s</span> US employment data release, the US Dollar reversed as unwinding of recent positions became evident. This decoupling between these markets should provide an interesting week ahead in the financial markets. Will commodities continue to take its cue from the US dollar? Will gold trade with the bond or currency market? Will the commodity currencies lead the way? In the week ahead I will continue to focus on the intermarket relationships and the direction of the US dollar.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><strong>The Trading Room® TradeLAB - </strong><strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n&nbsp;\r\n\r\nJoin our trading community with RiosQuant trade coaches Agustin Criado and Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<strong> </strong>\r\n\r\n<span data-term=\"goog_575487534\">Monday</span> thru <span data-term=\"goog_575487535\">Friday</span> - From 7:30 am to 10:30 am ET\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/436103a58b/TEST/56c072360d\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...\r\n\r\n&nbsp;\r\n\r\n<strong>Step 1:</strong> Click on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/436103a58b/TEST/04ab2bb6d0/trial=1\">register as a guest.</a>\r\n\r\n&nbsp;\r\n\r\n<strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple\r\n\r\nasset classes including the financials, metals, energies, grains and forex.\r\n\r\n<strong> </strong>\r\n\r\n<strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. Live trading begins <span data-term=\"goog_575487537\">Monday</span> thru <span data-term=\"goog_575487538\">Friday</span> from<span data-term=\"goog_575487539\">7:30 am to 10:30 am ET</span>.\r\n\r\n&nbsp;\r\n\r\n<strong>It\'s really that simple!</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n_______________________________\r\n\r\n&nbsp;\r\n\r\n<strong>                The Insider\'s Quant (I.Q.) Room  </strong>\r\n\r\nAdvanced concepts with Joe Rios\r\n\r\n&nbsp;\r\n\r\n<span data-term=\"goog_575487540\">Monday</span> - <span data-term=\"goog_575487541\">11:00 pm to 12:30 pm ET</span>\r\n\r\n<em>What\'s Next in The Week Ahead </em>\r\n\r\n&nbsp;\r\n\r\n<span data-term=\"goog_575487542\">Wednesday</span> -  <span data-term=\"goog_575487543\">11:00 am to 12:30 pm ET</span>\r\n\r\n<em>Strategies for Success</em>\r\n\r\n&nbsp;\r\n\r\n<span data-term=\"goog_575487544\">Friday</span> - <span data-term=\"goog_575487545\">11:00 am to 12:30 pm ET</span>\r\n\r\n<em>Insider\'s Round Table  Meetup</em>\r\n\r\n&nbsp;\r\n\r\n____________________________\r\n\r\n&nbsp;\r\n<h2><span data-term=\"goog_575487546\">MONDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\nTentative             CNY       Trade Balance\r\n\r\nDay Two              ALL        G7 Meetings\r\n\r\n<span data-term=\"goog_575487547\">8:30 AM</span>              CAD       Building Permits\r\n\r\n<span data-term=\"goog_575487548\">9:30 PM</span>               AUD      NAB Business Confidence\r\n\r\n<span data-term=\"goog_575487549\">9:30 PM</span>               CNY      CPI\r\n<h2><span data-term=\"goog_575487550\">TUESDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\n<span data-term=\"goog_575487551\">10:00 AM</span>             USD       JOLTS Job Openings\r\n\r\n<span data-term=\"goog_575487552\">10:50 PM</span>             AUD       RBA        Gov. Stevens Speaks\r\n<h2><span data-term=\"goog_575487553\">WEDNESDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\n<span data-term=\"goog_575487554\">4:30 AM</span>               GBP       Manufacturing Production\r\n\r\n<span data-term=\"goog_575487555\">10:30 AM</span>             CL          Crude Oil Inventories\r\n\r\n<span data-term=\"goog_575487556\">4:00 PM</span>               GBP      Gov. Carney Speaks\r\n\r\n<span data-term=\"goog_575487557\">5:00 PM</span>               NZD       RBNZ Rate Statement\r\n\r\n<span data-term=\"goog_575487558\">9:30 PM</span>               AUD       Unemployment Rate\r\n<h2><span data-term=\"goog_575487559\">THURSDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\n<span data-term=\"goog_575487560\">1:30 AM</span>               CNY        Industrial Production\r\n\r\n<span data-term=\"goog_575487561\">8:30 AM</span>               USD       Retail Sales And Unemployment Claims\r\n<h2><span data-term=\"goog_575487562\">FRIDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\n<span data-term=\"goog_575487563\">8:30 AM</span>               USD       PPI\r\n\r\n<span data-term=\"goog_575487564\">10:00 AM</span>             USD       Preliminary UoM Consumer Sentiment</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<table width=\"650\">\r\n<tbody>\r\n<tr>\r\n<td><strong>THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY\r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</strong>\r\n\r\n<strong>PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','','','inherit','open','closed','','2510-revision-v1','','','2015-06-08 11:19:24','2015-06-08 11:19:24','',2510,'http://www.thetradingroom.com/2510-revision-v1/',0,'revision','',0),(2514,2,'2015-06-26 10:58:02','2015-06-26 10:58:02','<p style=\"color: #222222;\">Pre-market price action and scheduled economic data that may have an impact on the global financial markets:</p>\r\n\r\n<div style=\"color: #222222;\">STOCKS - Global stocks fell on Friday as equity investors sought to cut exposure to risk after Greece and its creditors again failed to resolve their differences. Chinese stocks sank over 7% as investors stampeded out of a market amid increasing signs the country\'s eight-month-long bull run is running out of fuel.</div>\r\nBONDS - Ten-year Bund yields which set the standard for euro zone borrowing costs, fell. Yields on lower-rated euro zone bonds in Italy, Spain and Portugal, the three countries seen most vulnerable to spillovers from the Greek crisis - were stable.\r\n\r\nCOMMODITIES - Brent crude edged up to $63.41 a barrel while U.S. crude eased, with both stuck in tight ranges as investors focused on Greece.\r\n\r\nCURRENCIES - In the forex market, where the impact of news on Greece has been less clear, the euro trod water, stuck within a tight range for a third session.\r\n\r\nECONOMIC DATA - Day two EU Economic Summit, US Revised UoM Consumer Sentiment due at 10:00, BOE Gov Carney Speaks at 10:15 ET.\r\n<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders.</strong></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/41c0e0d254/TEST/a4752d06b1/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1672360439\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1672360440\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1672360441\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1672360442\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><strong><span style=\"color: #000000;\">Access is simple,</span></strong> here is how to get started with a two week free trial...</p>\r\n\r\n<div style=\"color: #222222;\"><strong>Step 1:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/41c0e0d254/TEST/74c556fe83/trial=1\" target=\"_blank\">register as a guest.</a> for this week\'s access.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple <wbr />asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. The link is good for one week, you will need to repeat the process for your second week on the following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1672360443\"><span class=\"aQJ\">Monday</span></span>.  Pre-market analysis and live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1672360444\"><span class=\"aQJ\">Monday</span></span>thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1672360445\"><span class=\"aQJ\">Friday</span></span> from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1672360446\"><span class=\"aQJ\">7:30 am to 10:30 am ET</span></span>.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>It\'s really that simple!</strong></div>\r\n&nbsp;\r\n\r\n&nbsp;','Pre-Market Trading for Stocks, Bonds, Commodities and Forex','','publish','open','closed','','pre-market-trading-stocks-bonds-commodities-forex-5','','','2015-06-26 11:00:13','2015-06-26 11:00:13','',0,'http://www.thetradingroom.com/?p=2514',0,'post','',0),(2515,2,'2015-06-26 10:56:57','2015-06-26 10:56:57','','asian board','','inherit','open','closed','','asian-board','','','2015-06-26 10:56:57','2015-06-26 10:56:57','',2514,'http://www.thetradingroom.com/wp-content/uploads/2015/06/asian-board.jpg',0,'attachment','image/jpeg',0),(2516,2,'2015-06-26 10:58:02','2015-06-26 10:58:02','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders.</strong></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/41c0e0d254/TEST/a4752d06b1/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1672360439\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1672360440\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1672360441\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1672360442\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><strong><span style=\"color: #000000;\">Access is simple,</span></strong> here is how to get started with a two week free trial...</p>\r\n\r\n<div style=\"color: #222222;\"><strong>Step 1:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/41c0e0d254/TEST/74c556fe83/trial=1\" target=\"_blank\">register as a guest.</a> for this week\'s access.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple <wbr />asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. The link is good for one week, you will need to repeat the process for your second week on the following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1672360443\"><span class=\"aQJ\">Monday</span></span>.  Pre-market analysis and live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1672360444\"><span class=\"aQJ\">Monday</span></span>thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1672360445\"><span class=\"aQJ\">Friday</span></span> from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1672360446\"><span class=\"aQJ\">7:30 am to 10:30 am ET</span></span>.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>It\'s really that simple!</strong></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Pre-market price action and scheduled economic data that may have an impact on the global financial markets:</div>\r\n&nbsp;\r\n\r\nUPDATED 6:35 am ET\r\n\r\nSTOCKS - Global stocks fell on Friday as equity investors sought to cut exposure to risk after Greece and its creditors again failed to resolve their differences. Chinese stocks sank over 7% as investors stampeded out of a market amid increasing signs the country\'s eight-month-long bull run is running out of fuel.\r\n\r\nBONDS - Ten-year Bund yields which set the standard for euro zone borrowing costs, fell. Yields on lower-rated euro zone bonds in Italy, Spain and Portugal, the three countries seen most vulnerable to spillovers from the Greek crisis - were stable.\r\n\r\nCOMMODITIES - Brent crude edged up to $63.41 a barrel while U.S. crude eased, with both stuck in tight ranges as investors focused on Greece.\r\n\r\nCURRENCIES - In the forex market, where the impact of news on Greece has been less clear, the euro trod water, stuck within a tight range for a third session.\r\n\r\nECONOMIC DATA - Day two EU Economic Summit, US Revised UoM Consumer Sentiment due at 10:00, BOE Gov Carney Speaks at 10:15 ET.','Pre-Market Trading for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','2514-revision-v1','','','2015-06-26 10:58:02','2015-06-26 10:58:02','',2514,'http://www.thetradingroom.com/2514-revision-v1/',0,'revision','',0),(2517,2,'2015-06-26 11:00:11','2015-06-26 11:00:11','<p style=\"color: #222222;\">Pre-market price action and scheduled economic data that may have an impact on the global financial markets:</p>\n\n<div style=\"color: #222222;\">STOCKS - Global stocks fell on Friday as equity investors sought to cut exposure to risk after Greece and its creditors again failed to resolve their differences. Chinese stocks sank over 7% as investors stampeded out of a market amid increasing signs the country\'s eight-month-long bull run is running out of fuel.</div>\nBONDS - Ten-year Bund yields which set the standard for euro zone borrowing costs, fell. Yields on lower-rated euro zone bonds in Italy, Spain and Portugal, the three countries seen most vulnerable to spillovers from the Greek crisis - were stable.\n\nCOMMODITIES - Brent crude edged up to $63.41 a barrel while U.S. crude eased, with both stuck in tight ranges as investors focused on Greece.\n\nCURRENCIES - In the forex market, where the impact of news on Greece has been less clear, the euro trod water, stuck within a tight range for a third session.\n\nECONOMIC DATA - Day two EU Economic Summit, US Revised UoM Consumer Sentiment due at 10:00, BOE Gov Carney Speaks at 10:15 ET.\n<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders.</strong></p>\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/41c0e0d254/TEST/a4752d06b1/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1672360439\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1672360440\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1672360441\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1672360442\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\n<p style=\"color: #500050;\"><strong><span style=\"color: #000000;\">Access is simple,</span></strong> here is how to get started with a two week free trial...</p>\n\n<div style=\"color: #222222;\"><strong>Step 1:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/41c0e0d254/TEST/74c556fe83/trial=1\" target=\"_blank\">register as a guest.</a> for this week\'s access.</div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple <wbr />asset classes including the financials, metals, energies, grains and forex.</div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\"><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. The link is good for one week, you will need to repeat the process for your second week on the following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1672360443\"><span class=\"aQJ\">Monday</span></span>.  Pre-market analysis and live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1672360444\"><span class=\"aQJ\">Monday</span></span>thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1672360445\"><span class=\"aQJ\">Friday</span></span> from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1672360446\"><span class=\"aQJ\">7:30 am to 10:30 am ET</span></span>.</div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\"><strong>It\'s really that simple!</strong></div>\n&nbsp;\n\n&nbsp;','Pre-Market Trading for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','2514-autosave-v1','','','2015-06-26 11:00:11','2015-06-26 11:00:11','',2514,'http://www.thetradingroom.com/2514-autosave-v1/',0,'revision','',0),(2518,2,'2015-06-26 11:00:13','2015-06-26 11:00:13','<p style=\"color: #222222;\">Pre-market price action and scheduled economic data that may have an impact on the global financial markets:</p>\r\n\r\n<div style=\"color: #222222;\">STOCKS - Global stocks fell on Friday as equity investors sought to cut exposure to risk after Greece and its creditors again failed to resolve their differences. Chinese stocks sank over 7% as investors stampeded out of a market amid increasing signs the country\'s eight-month-long bull run is running out of fuel.</div>\r\nBONDS - Ten-year Bund yields which set the standard for euro zone borrowing costs, fell. Yields on lower-rated euro zone bonds in Italy, Spain and Portugal, the three countries seen most vulnerable to spillovers from the Greek crisis - were stable.\r\n\r\nCOMMODITIES - Brent crude edged up to $63.41 a barrel while U.S. crude eased, with both stuck in tight ranges as investors focused on Greece.\r\n\r\nCURRENCIES - In the forex market, where the impact of news on Greece has been less clear, the euro trod water, stuck within a tight range for a third session.\r\n\r\nECONOMIC DATA - Day two EU Economic Summit, US Revised UoM Consumer Sentiment due at 10:00, BOE Gov Carney Speaks at 10:15 ET.\r\n<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders.</strong></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/41c0e0d254/TEST/a4752d06b1/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1672360439\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1672360440\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1672360441\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1672360442\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><strong><span style=\"color: #000000;\">Access is simple,</span></strong> here is how to get started with a two week free trial...</p>\r\n\r\n<div style=\"color: #222222;\"><strong>Step 1:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/41c0e0d254/TEST/74c556fe83/trial=1\" target=\"_blank\">register as a guest.</a> for this week\'s access.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple <wbr />asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. The link is good for one week, you will need to repeat the process for your second week on the following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1672360443\"><span class=\"aQJ\">Monday</span></span>.  Pre-market analysis and live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1672360444\"><span class=\"aQJ\">Monday</span></span>thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1672360445\"><span class=\"aQJ\">Friday</span></span> from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1672360446\"><span class=\"aQJ\">7:30 am to 10:30 am ET</span></span>.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>It\'s really that simple!</strong></div>\r\n&nbsp;\r\n\r\n&nbsp;','Pre-Market Trading for Stocks, Bonds, Commodities and Forex','','inherit','open','closed','','2514-revision-v1','','','2015-06-26 11:00:13','2015-06-26 11:00:13','',2514,'http://www.thetradingroom.com/2514-revision-v1/',0,'revision','',0),(2519,2,'2015-06-29 10:37:27','2015-06-29 10:37:27','From the desk of Joe Rios\r\n\r\nThe Euro fell broadly after Greece said it would temporarily close banks on Monday in an attempt to prevent its banking system from collapsing after international creditors refuse to extend the country\'s bailout. Greece\'s banks, afloat by emergency funding from the European central bank are on the frontline as Greece moves toward defaulting on a €1.6 billion payment due to the international monetary fund on Tuesday. Expect volatility in the week ahead, not only from the dramatic escalation of the Greek debt crisis but also from a busy economic data calendar squeezed in a short holiday week.\r\n\r\n&nbsp;\r\n\r\nLast week the grains market provided bullish opportunities with wheat leading 14.97% higher, corn 9.2% and soybeans 4.27 %. In the metals market copper rallied 3.15% while gold dropped -2.35% and silver -2.26%.  Global stocks were weaker, led by the Shanghai composite index dropping -7.4% on Friday, taking its decline from its June 12 high to -19%. China\'s central bank reacted by cutting its benchmark lending rate to a record low and lowered reserve requirement ratios for some lenders after local government bonds sales drained liquidity.\r\n\r\n&nbsp;\r\n\r\nIn the week ahead I expect the currency market to lead the way to a rise in volatility across the broad markets. Before placing currency trades check with your broker for the potential of higher margins, especially on the euro currency pairs in the Forex market. Should we see extreme volatility, then some brokers may limit euro trading to the closing of existing positions and not allow you to open new positions. Pay special attention to the spread between the bid and offer, as Forex dealers may widen the spread in an attempt to lower their risk. A number of major online brokerage firms lost millions in the 10 minute surge in the Swiss franc on January 15. I will also focus on correlations analysis as a guide to rotation flows. I expect a flight to safe haven assets across the global markets, therefore risk assets should flow to US Treasuries and gold. The Japanese yen should also rise from the unwinding of carry trades. Throughout the week keep your attention on the rotation flows as positions may eventually begin to unwind, providing new trading opportunities.\r\n\r\n<em><strong>Joe Rios </strong></em>\r\n\r\nFounder &amp; Chief Strategist\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<p style=\"color: #000000;\"><strong>Live Trading Rooms and Educational Events</strong></p>\r\n<p style=\"color: #000000;\"><strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong></p>\r\n\r\n<div style=\"color: #000000;\">\r\n\r\n&nbsp;\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1505460970\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1505460971\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1505460972\"><span class=\"aQJ\">7:30 AM ET</span></span></strong>\r\n\r\nRQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3hcwKzsQeLh.1AF&amp;b=BIUO8SNxZ_Kqqq82rDL62g\" target=\"_blank\">riosquant.com </a>site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div><strong>Step 1:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3hcwKzsQeLh.1AF&amp;b=3Y66Qg607okBadQRAdbBpg\" target=\"_blank\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div></div>\r\n<div><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. You will need to repeat this step on the following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1505460973\"><span class=\"aQJ\">Monday</span></span> to receive the following week\'s access link.</div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3hcwKzsQeLh.1AF&amp;b=YVa8KQuZpfv_xggn9p8UQw\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div>\r\n<div><span style=\"color: #000000;\"><strong>RiosQuant EDU Class</strong></span></div>\r\n<div><span style=\"color: #000000;\"><strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1505460974\"><span class=\"aQJ\">Wednesday</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1505460975\"><span class=\"aQJ\">8:00 pm -  9:00 pm ET</span></span></strong></span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\"><strong>                                                      <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3hcwKzsQeLh.1AF&amp;b=pqGCwyA_1nDj04aZo0JxIg\" target=\"_blank\">REGISTER HERE</a></strong></span></div>\r\n<div></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">Discover the one tool to instantly identify market sentiment and rotation flows within the broad markets. Join Rios Quantitative founder and strategy developer Joe Rios for this insightful educational class.</span></div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\nMonday\r\n\r\n8:30 AM               CAD       RMPI\r\n\r\n10:00 AM             USD       Pending home sales\r\n\r\n9:00 PM                NZD       ANZ business confidence\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n2:00 AM               EUR        German retail sales\r\n\r\n3:55 AM               EUR        German unemployment change\r\n\r\n4:30 AM               GBP       Current-account\r\n\r\n4:40 AM               AUD       RBA Gov. Stevens speaks\r\n\r\n5:00 AM               EUR        CPI flash estimate\r\n\r\nall day                   EUR        Euro group meetings\r\n\r\n8:30 AM               CAD       GDP\r\n\r\n9:45 AM               USD       Chicago PMI\r\n\r\n10:00 AM             USD       CB consumer confidence\r\n\r\n9:00 PM                CNY        Manufacturing PMI\r\n\r\n9:30 PM                AUD       Building approvals\r\n\r\n9:45 PM                CNY        HSBC final manufacturing PMI\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM               GBP       Manufacturing PMI\r\n\r\n8:15 AM               USD       ADP nonfarm employment change\r\n\r\n10:00 AM             USD       ISM manufacturing PMI\r\n\r\n10:30 AM             CL           Crude oil inventories\r\n\r\n9:30 PM                AUD       Trade balance\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n4:30 AM               GBP       Construction PMI\r\n\r\n8:30 AM               USD       Nonfarm employment change\r\n\r\n10:30 AM             NG         Natural gas storage\r\n\r\n9:30 PM                AUD       Retail sales\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\nUS Bank Holiday\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span>','The Week Ahead in the Global Markets','','publish','open','closed','','week-ahead-global-markets-3','','','2015-06-29 10:37:27','2015-06-29 10:37:27','',0,'http://www.thetradingroom.com/?p=2519',0,'post','',0),(2521,2,'2015-06-29 10:30:49','2015-06-29 10:30:49','From the desk of Joe Rios\r\n\r\nThe Euro fell broadly after Greece said it would temporarily close banks on Monday in an attempt to prevent its banking system from collapsing after international creditors refuse to extend the country\'s bailout. Greece\'s banks, afloat by emergency funding from the European central bank are on the frontline as Greece moves toward defaulting on a €1.6 billion payment due to the international monetary fund on Tuesday. Expect volatility in the week ahead, not only from the dramatic escalation of the Greek debt crisis but also from a busy economic data calendar squeezed in a short holiday week.\r\n\r\n&nbsp;\r\n\r\nLast week the grains market provided bullish opportunities with wheat leading 14.97% higher, corn 9.2% and soybeans 4.27 %. In the metals market copper rallied 3.15% while gold dropped -2.35% and silver -2.26%.  Global stocks were weaker, led by the Shanghai composite index dropping -7.4% on Friday, taking its decline from its June 12 high to -19%. China\'s central bank reacted by cutting its benchmark lending rate to a record low and lowered reserve requirement ratios for some lenders after local government bonds sales drained liquidity.\r\n\r\n&nbsp;\r\n\r\nIn the week ahead I expect the currency market to lead the way to a rise in volatility across the broad markets. Before placing currency trades check with your broker for the potential of higher margins, especially on the euro currency pairs in the Forex market. Should we see extreme volatility, then some brokers may limit euro trading to the closing of existing positions and not allow you to open new positions. Pay special attention to the spread between the bid and offer, as Forex dealers may widen the spread in an attempt to lower their risk. A number of major online brokerage firms lost millions in the 10 minute surge in the Swiss franc on January 15. I will also focus on correlations analysis as a guide to rotation flows. I expect a flight to safe haven assets, therefore risk assets should flow to US Treasuries and gold. The Japanese yen should also rise from the unwinding of carry trades. Throughout the week keep your attention on the rotation flows as positions may eventually begin to unwind, providing new trading opportunities.\r\n\r\n<em><strong>Joe Rios </strong></em>\r\n\r\nFounder &amp; Chief Strategist\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<p style=\"color: #000000;\"><strong>Live Trading Rooms and Educational Events</strong></p>\r\n<p style=\"color: #000000;\"><strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong></p>\r\n\r\n<div style=\"color: #000000;\">\r\n\r\n&nbsp;\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1505460970\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1505460971\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1505460972\"><span class=\"aQJ\">7:30 AM ET</span></span></strong>\r\n\r\nRQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3hcwKzsQeLh.1AF&amp;b=BIUO8SNxZ_Kqqq82rDL62g\" target=\"_blank\">riosquant.com </a>site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div><strong>Step 1:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3hcwKzsQeLh.1AF&amp;b=3Y66Qg607okBadQRAdbBpg\" target=\"_blank\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div></div>\r\n<div><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. You will need to repeat this step on the following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1505460973\"><span class=\"aQJ\">Monday</span></span> to receive the following week\'s access link.</div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3hcwKzsQeLh.1AF&amp;b=YVa8KQuZpfv_xggn9p8UQw\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div>\r\n<div><span style=\"color: #000000;\"><strong>RiosQuant EDU Class</strong></span></div>\r\n<div><span style=\"color: #000000;\"><strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1505460974\"><span class=\"aQJ\">Wednesday</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1505460975\"><span class=\"aQJ\">8:00 pm -  9:00 pm ET</span></span></strong></span></div>\r\n<div></div>\r\n<div><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3hcwKzsQeLh.1AF&amp;b=pqGCwyA_1nDj04aZo0JxIg\" target=\"_blank\"><span style=\"color: #000000;\"><strong>REGISTER HERE</strong></span></a></div>\r\n<div></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">Discover the one tool to instantly identify market sentiment and rotation flows within the broad markets. Join Rios Quantitative founder and strategy developer Joe Rios for this insightful educational class.</span></div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\nMonday\r\n\r\n8:30 AM               CAD       RMPI\r\n\r\n10:00 AM             USD       Pending home sales\r\n\r\n9:00 PM                NZD       ANZ business confidence\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n2:00 AM               EUR        German retail sales\r\n\r\n3:55 AM               EUR        German unemployment change\r\n\r\n4:30 AM               GBP       Current-account\r\n\r\n4:40 AM               AUD       RBA Gov. Stevens speaks\r\n\r\n5:00 AM               EUR        CPI flash estimate\r\n\r\nall day                   EUR        Euro group meetings\r\n\r\n8:30 AM               CAD       GDP\r\n\r\n9:45 AM               USD       Chicago PMI\r\n\r\n10:00 AM             USD       CB consumer confidence\r\n\r\n9:00 PM                CNY        Manufacturing PMI\r\n\r\n9:30 PM                AUD       Building approvals\r\n\r\n9:45 PM                CNY        HSBC final manufacturing PMI\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM               GBP       Manufacturing PMI\r\n\r\n8:15 AM               USD       ADP nonfarm employment change\r\n\r\n10:00 AM             USD       ISM manufacturing PMI\r\n\r\n10:30 AM             CL           Crude oil inventories\r\n\r\n9:30 PM                AUD       Trade balance\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n4:30 AM               GBP       Construction PMI\r\n\r\n8:30 AM               USD       Nonfarm employment change\r\n\r\n10:30 AM             NG         Natural gas storage\r\n\r\n9:30 PM                AUD       Retail sales\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\nUS Bank Holiday','','','inherit','open','closed','','2519-revision-v1','','','2015-06-29 10:30:49','2015-06-29 10:30:49','',2519,'http://www.thetradingroom.com/2519-revision-v1/',0,'revision','',0),(2520,2,'2015-06-29 10:25:07','2015-06-29 10:25:07','From the desk of Joe Rios\r\n\r\nThe Euro fell broadly after Greece said it would temporarily close banks on Monday in an attempt to prevent its banking system from collapsing after international creditors refuse to extend the country\'s bailout. Greece\'s banks, afloat by emergency funding from the European central bank are on the frontline as Greece moves toward defaulting on a €1.6 billion payment due to the international monetary fund on Tuesday. Expect volatility in the week ahead, not only from the dramatic escalation of the Greek debt crisis but also from a busy economic data calendar squeezed in a short holiday week.\r\n\r\n&nbsp;\r\n\r\nLast week the grains market provided bullish opportunities with wheat leading 14.97% higher, corn 9.2% and soybeans 4.27 %. In the metals market copper rallied 3.15% while gold dropped -2.35% and silver -2.26%.  Global stocks were weaker, led by the Shanghai composite index dropping -7.4% on Friday, taking its decline from its June 12 high to -19%. China\'s central bank reacted by cutting its benchmark lending rate to a record low and lowered reserve requirement ratios for some lenders after local government bonds sales drained liquidity.\r\n\r\n&nbsp;\r\n\r\nIn the week ahead I expect the currency market to lead the way to a rise in volatility across the broad markets. Before placing currency trades check with your broker for the potential of higher margins, especially on the euro currency pairs in the Forex market. Should we see extreme volatility, then some brokers may limit euro trading to the closing of existing positions and not allow you to open new positions. Pay special attention to the spread between the bid and offer, as Forex dealers may widen the spread in an attempt to lower their risk. A number of major online brokerage firms lost millions in the 10 minute surge in the Swiss franc on January 15. I will also focus on correlations analysis as a guide to rotation flows. I expect a flight to safe haven assets, therefore risk assets should flow to US Treasuries and gold. The Japanese yen should also rise from the unwinding of carry trades. Throughout the week keep your attention on the rotation flows as positions may eventually begin to unwind, providing new trading opportunities.\r\n\r\n&nbsp;\r\n<table width=\"415\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<table width=\"415\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h2>Live Trading Rooms and Events</h2>\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n&nbsp;\r\n\r\n<b>Contact Information for your Support Needs: </b>\r\nKen Eriksen, RQ Client Relations Manager\r\nemail: <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/3e1fa8aac6/TEST/5d53f5151d\">ken@riosquant.com</a>\r\n\r\nSkype: kmetrade\r\n\r\n&nbsp;\r\n\r\n_______________________________</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><strong>The Trading Room® TradeLAB - </strong><strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n&nbsp;\r\n\r\nJoin our trading community with RiosQuant trade coaches Agustin Criado and Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<strong> </strong>\r\n\r\n<span data-term=\"goog_1505460831\">Monday</span> thru <span data-term=\"goog_1505460832\">Friday</span> - From 7:30 am to 10:30 am ET\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/3e1fa8aac6/TEST/0b39175317\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...\r\n\r\n&nbsp;\r\n\r\n<strong>Step 1:</strong> Click on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/3e1fa8aac6/TEST/c46f494b97/trial=1\">register as a guest.</a>\r\n\r\n&nbsp;\r\n\r\n<strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple\r\n\r\nasset classes including the financials, metals, energies, grains and forex.\r\n\r\n<strong> </strong>\r\n\r\n<strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. Please note that you will need to repeat this step on the following <span data-term=\"goog_1505460834\">Monday</span> for the following week\'s access link. Live trading begins <span data-term=\"goog_1505460835\">Monday</span> thru <span data-term=\"goog_1505460836\">Friday</span> from <span data-term=\"goog_1505460837\">7:30 am to 10:30 am ET</span>.\r\n\r\n&nbsp;\r\n\r\n<strong>It\'s really that simple!</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong>______________________________</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>RiosQuant EDU </strong>\r\n\r\n<strong><span data-term=\"goog_1505460838\">Wednesday</span> <span data-term=\"goog_1505460839\">8:00 -  9:00 pm ET</span></strong>\r\n\r\n<strong> </strong>\r\n\r\nDiscover the one tool to instantly identify market sentiment and rotation flows within the broad markets. Join Rios Quantitative founder and strategy developer Joe Rios for this insightful educational class.\r\n\r\n&nbsp;\r\n\r\n_______________________________\r\n\r\n<strong> </strong>\r\n\r\n<strong>The Insider\'s Quant (I.Q.) Room</strong>\r\n\r\n<strong> </strong>\r\n\r\n<span data-term=\"goog_1505460840\">Monday</span> - <span data-term=\"goog_1505460841\">11:00 am to 12:30 pm ET</span>\r\n\r\nWhat\'s Next in The Week Ahead\r\nForecasting, Planning and Developing Themes\r\n\r\n&nbsp;\r\n\r\n<span data-term=\"goog_1505460842\">Wednesday</span> -  <span data-term=\"goog_1505460843\">11:00 am to 12:30 pm ET</span>\r\n\r\n<em>What\'s Next in The Week Ahead / </em><em>Strategies for Success</em></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nMonday\r\n\r\n8:30 AM               CAD       RMPI\r\n\r\n10:00 AM             USD       Pending home sales\r\n\r\n9:00 PM                NZD       ANZ business confidence\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n2:00 AM               EUR        German retail sales\r\n\r\n3:55 AM               EUR        German unemployment change\r\n\r\n4:30 AM               GBP       Current-account\r\n\r\n4:40 AM               AUD       RBA Gov. Stevens speaks\r\n\r\n5:00 AM               EUR        CPI flash estimate\r\n\r\nall day                   EUR        Euro group meetings\r\n\r\n8:30 AM               CAD       GDP\r\n\r\n9:45 AM               USD       Chicago PMI\r\n\r\n10:00 AM             USD       CB consumer confidence\r\n\r\n9:00 PM                CNY        Manufacturing PMI\r\n\r\n9:30 PM                AUD       Building approvals\r\n\r\n9:45 PM                CNY        HSBC final manufacturing PMI\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM               GBP       Manufacturing PMI\r\n\r\n8:15 AM               USD       ADP nonfarm employment change\r\n\r\n10:00 AM             USD       ISM manufacturing PMI\r\n\r\n10:30 AM             CL           Crude oil inventories\r\n\r\n9:30 PM                AUD       Trade balance\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n4:30 AM               GBP       Construction PMI\r\n\r\n8:30 AM               USD       Nonfarm employment change\r\n\r\n10:30 AM             NG         Natural gas storage\r\n\r\n9:30 PM                AUD       Retail sales\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\nUS Bank Holiday','','','inherit','open','closed','','2519-revision-v1','','','2015-06-29 10:25:07','2015-06-29 10:25:07','',2519,'http://www.thetradingroom.com/2519-revision-v1/',0,'revision','',0),(2523,2,'2015-06-29 10:32:04','2015-06-29 10:32:04','From the desk of Joe Rios\r\n\r\nThe Euro fell broadly after Greece said it would temporarily close banks on Monday in an attempt to prevent its banking system from collapsing after international creditors refuse to extend the country\'s bailout. Greece\'s banks, afloat by emergency funding from the European central bank are on the frontline as Greece moves toward defaulting on a €1.6 billion payment due to the international monetary fund on Tuesday. Expect volatility in the week ahead, not only from the dramatic escalation of the Greek debt crisis but also from a busy economic data calendar squeezed in a short holiday week.\r\n\r\n&nbsp;\r\n\r\nLast week the grains market provided bullish opportunities with wheat leading 14.97% higher, corn 9.2% and soybeans 4.27 %. In the metals market copper rallied 3.15% while gold dropped -2.35% and silver -2.26%.  Global stocks were weaker, led by the Shanghai composite index dropping -7.4% on Friday, taking its decline from its June 12 high to -19%. China\'s central bank reacted by cutting its benchmark lending rate to a record low and lowered reserve requirement ratios for some lenders after local government bonds sales drained liquidity.\r\n\r\n&nbsp;\r\n\r\nIn the week ahead I expect the currency market to lead the way to a rise in volatility across the broad markets. Before placing currency trades check with your broker for the potential of higher margins, especially on the euro currency pairs in the Forex market. Should we see extreme volatility, then some brokers may limit euro trading to the closing of existing positions and not allow you to open new positions. Pay special attention to the spread between the bid and offer, as Forex dealers may widen the spread in an attempt to lower their risk. A number of major online brokerage firms lost millions in the 10 minute surge in the Swiss franc on January 15. I will also focus on correlations analysis as a guide to rotation flows. I expect a flight to safe haven assets, therefore risk assets should flow to US Treasuries and gold. The Japanese yen should also rise from the unwinding of carry trades. Throughout the week keep your attention on the rotation flows as positions may eventually begin to unwind, providing new trading opportunities.\r\n\r\n<em><strong>Joe Rios </strong></em>\r\n\r\nFounder &amp; Chief Strategist\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<p style=\"color: #000000;\"><strong>Live Trading Rooms and Educational Events</strong></p>\r\n<p style=\"color: #000000;\"><strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong></p>\r\n\r\n<div style=\"color: #000000;\">\r\n\r\n&nbsp;\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1505460970\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1505460971\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1505460972\"><span class=\"aQJ\">7:30 AM ET</span></span></strong>\r\n\r\nRQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3hcwKzsQeLh.1AF&amp;b=BIUO8SNxZ_Kqqq82rDL62g\" target=\"_blank\">riosquant.com </a>site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div><strong>Step 1:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3hcwKzsQeLh.1AF&amp;b=3Y66Qg607okBadQRAdbBpg\" target=\"_blank\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div></div>\r\n<div><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. You will need to repeat this step on the following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1505460973\"><span class=\"aQJ\">Monday</span></span> to receive the following week\'s access link.</div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3hcwKzsQeLh.1AF&amp;b=YVa8KQuZpfv_xggn9p8UQw\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div>\r\n<div><span style=\"color: #000000;\"><strong>RiosQuant EDU Class</strong></span></div>\r\n<div><span style=\"color: #000000;\"><strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1505460974\"><span class=\"aQJ\">Wednesday</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1505460975\"><span class=\"aQJ\">8:00 pm -  9:00 pm ET</span></span></strong></span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\"><strong>                                                      <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3hcwKzsQeLh.1AF&amp;b=pqGCwyA_1nDj04aZo0JxIg\" target=\"_blank\">REGISTER HERE</a></strong></span></div>\r\n<div></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">Discover the one tool to instantly identify market sentiment and rotation flows within the broad markets. Join Rios Quantitative founder and strategy developer Joe Rios for this insightful educational class.</span></div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\nMonday\r\n\r\n8:30 AM               CAD       RMPI\r\n\r\n10:00 AM             USD       Pending home sales\r\n\r\n9:00 PM                NZD       ANZ business confidence\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n2:00 AM               EUR        German retail sales\r\n\r\n3:55 AM               EUR        German unemployment change\r\n\r\n4:30 AM               GBP       Current-account\r\n\r\n4:40 AM               AUD       RBA Gov. Stevens speaks\r\n\r\n5:00 AM               EUR        CPI flash estimate\r\n\r\nall day                   EUR        Euro group meetings\r\n\r\n8:30 AM               CAD       GDP\r\n\r\n9:45 AM               USD       Chicago PMI\r\n\r\n10:00 AM             USD       CB consumer confidence\r\n\r\n9:00 PM                CNY        Manufacturing PMI\r\n\r\n9:30 PM                AUD       Building approvals\r\n\r\n9:45 PM                CNY        HSBC final manufacturing PMI\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM               GBP       Manufacturing PMI\r\n\r\n8:15 AM               USD       ADP nonfarm employment change\r\n\r\n10:00 AM             USD       ISM manufacturing PMI\r\n\r\n10:30 AM             CL           Crude oil inventories\r\n\r\n9:30 PM                AUD       Trade balance\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n4:30 AM               GBP       Construction PMI\r\n\r\n8:30 AM               USD       Nonfarm employment change\r\n\r\n10:30 AM             NG         Natural gas storage\r\n\r\n9:30 PM                AUD       Retail sales\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\nUS Bank Holiday','','','inherit','open','closed','','2519-revision-v1','','','2015-06-29 10:32:04','2015-06-29 10:32:04','',2519,'http://www.thetradingroom.com/2519-revision-v1/',0,'revision','',0),(2522,2,'2015-06-29 10:31:36','2015-06-29 10:31:36','From the desk of Joe Rios\r\n\r\nThe Euro fell broadly after Greece said it would temporarily close banks on Monday in an attempt to prevent its banking system from collapsing after international creditors refuse to extend the country\'s bailout. Greece\'s banks, afloat by emergency funding from the European central bank are on the frontline as Greece moves toward defaulting on a €1.6 billion payment due to the international monetary fund on Tuesday. Expect volatility in the week ahead, not only from the dramatic escalation of the Greek debt crisis but also from a busy economic data calendar squeezed in a short holiday week.\r\n\r\n&nbsp;\r\n\r\nLast week the grains market provided bullish opportunities with wheat leading 14.97% higher, corn 9.2% and soybeans 4.27 %. In the metals market copper rallied 3.15% while gold dropped -2.35% and silver -2.26%.  Global stocks were weaker, led by the Shanghai composite index dropping -7.4% on Friday, taking its decline from its June 12 high to -19%. China\'s central bank reacted by cutting its benchmark lending rate to a record low and lowered reserve requirement ratios for some lenders after local government bonds sales drained liquidity.\r\n\r\n&nbsp;\r\n\r\nIn the week ahead I expect the currency market to lead the way to a rise in volatility across the broad markets. Before placing currency trades check with your broker for the potential of higher margins, especially on the euro currency pairs in the Forex market. Should we see extreme volatility, then some brokers may limit euro trading to the closing of existing positions and not allow you to open new positions. Pay special attention to the spread between the bid and offer, as Forex dealers may widen the spread in an attempt to lower their risk. A number of major online brokerage firms lost millions in the 10 minute surge in the Swiss franc on January 15. I will also focus on correlations analysis as a guide to rotation flows. I expect a flight to safe haven assets, therefore risk assets should flow to US Treasuries and gold. The Japanese yen should also rise from the unwinding of carry trades. Throughout the week keep your attention on the rotation flows as positions may eventually begin to unwind, providing new trading opportunities.\r\n\r\n<em><strong>Joe Rios </strong></em>\r\n\r\nFounder &amp; Chief Strategist\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<p style=\"color: #000000;\"><strong>Live Trading Rooms and Educational Events</strong></p>\r\n<p style=\"color: #000000;\"><strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong></p>\r\n\r\n<div style=\"color: #000000;\">\r\n\r\n&nbsp;\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1505460970\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1505460971\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1505460972\"><span class=\"aQJ\">7:30 AM ET</span></span></strong>\r\n\r\nRQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3hcwKzsQeLh.1AF&amp;b=BIUO8SNxZ_Kqqq82rDL62g\" target=\"_blank\">riosquant.com </a>site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div><strong>Step 1:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3hcwKzsQeLh.1AF&amp;b=3Y66Qg607okBadQRAdbBpg\" target=\"_blank\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div></div>\r\n<div><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. You will need to repeat this step on the following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1505460973\"><span class=\"aQJ\">Monday</span></span> to receive the following week\'s access link.</div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3hcwKzsQeLh.1AF&amp;b=YVa8KQuZpfv_xggn9p8UQw\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div>\r\n<div><span style=\"color: #000000;\"><strong>RiosQuant EDU Class</strong></span></div>\r\n<div><span style=\"color: #000000;\"><strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1505460974\"><span class=\"aQJ\">Wednesday</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1505460975\"><span class=\"aQJ\">8:00 pm -  9:00 pm ET</span></span></strong></span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\"><strong>                                                                                      <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3hcwKzsQeLh.1AF&amp;b=pqGCwyA_1nDj04aZo0JxIg\" target=\"_blank\">REGISTER HERE</a></strong></span></div>\r\n<div></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">Discover the one tool to instantly identify market sentiment and rotation flows within the broad markets. Join Rios Quantitative founder and strategy developer Joe Rios for this insightful educational class.</span></div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\nMonday\r\n\r\n8:30 AM               CAD       RMPI\r\n\r\n10:00 AM             USD       Pending home sales\r\n\r\n9:00 PM                NZD       ANZ business confidence\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n2:00 AM               EUR        German retail sales\r\n\r\n3:55 AM               EUR        German unemployment change\r\n\r\n4:30 AM               GBP       Current-account\r\n\r\n4:40 AM               AUD       RBA Gov. Stevens speaks\r\n\r\n5:00 AM               EUR        CPI flash estimate\r\n\r\nall day                   EUR        Euro group meetings\r\n\r\n8:30 AM               CAD       GDP\r\n\r\n9:45 AM               USD       Chicago PMI\r\n\r\n10:00 AM             USD       CB consumer confidence\r\n\r\n9:00 PM                CNY        Manufacturing PMI\r\n\r\n9:30 PM                AUD       Building approvals\r\n\r\n9:45 PM                CNY        HSBC final manufacturing PMI\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM               GBP       Manufacturing PMI\r\n\r\n8:15 AM               USD       ADP nonfarm employment change\r\n\r\n10:00 AM             USD       ISM manufacturing PMI\r\n\r\n10:30 AM             CL           Crude oil inventories\r\n\r\n9:30 PM                AUD       Trade balance\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n4:30 AM               GBP       Construction PMI\r\n\r\n8:30 AM               USD       Nonfarm employment change\r\n\r\n10:30 AM             NG         Natural gas storage\r\n\r\n9:30 PM                AUD       Retail sales\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\nUS Bank Holiday','','','inherit','open','closed','','2519-revision-v1','','','2015-06-29 10:31:36','2015-06-29 10:31:36','',2519,'http://www.thetradingroom.com/2519-revision-v1/',0,'revision','',0),(2524,2,'2015-06-29 10:37:27','2015-06-29 10:37:27','From the desk of Joe Rios\r\n\r\nThe Euro fell broadly after Greece said it would temporarily close banks on Monday in an attempt to prevent its banking system from collapsing after international creditors refuse to extend the country\'s bailout. Greece\'s banks, afloat by emergency funding from the European central bank are on the frontline as Greece moves toward defaulting on a €1.6 billion payment due to the international monetary fund on Tuesday. Expect volatility in the week ahead, not only from the dramatic escalation of the Greek debt crisis but also from a busy economic data calendar squeezed in a short holiday week.\r\n\r\n&nbsp;\r\n\r\nLast week the grains market provided bullish opportunities with wheat leading 14.97% higher, corn 9.2% and soybeans 4.27 %. In the metals market copper rallied 3.15% while gold dropped -2.35% and silver -2.26%.  Global stocks were weaker, led by the Shanghai composite index dropping -7.4% on Friday, taking its decline from its June 12 high to -19%. China\'s central bank reacted by cutting its benchmark lending rate to a record low and lowered reserve requirement ratios for some lenders after local government bonds sales drained liquidity.\r\n\r\n&nbsp;\r\n\r\nIn the week ahead I expect the currency market to lead the way to a rise in volatility across the broad markets. Before placing currency trades check with your broker for the potential of higher margins, especially on the euro currency pairs in the Forex market. Should we see extreme volatility, then some brokers may limit euro trading to the closing of existing positions and not allow you to open new positions. Pay special attention to the spread between the bid and offer, as Forex dealers may widen the spread in an attempt to lower their risk. A number of major online brokerage firms lost millions in the 10 minute surge in the Swiss franc on January 15. I will also focus on correlations analysis as a guide to rotation flows. I expect a flight to safe haven assets across the global markets, therefore risk assets should flow to US Treasuries and gold. The Japanese yen should also rise from the unwinding of carry trades. Throughout the week keep your attention on the rotation flows as positions may eventually begin to unwind, providing new trading opportunities.\r\n\r\n<em><strong>Joe Rios </strong></em>\r\n\r\nFounder &amp; Chief Strategist\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<p style=\"color: #000000;\"><strong>Live Trading Rooms and Educational Events</strong></p>\r\n<p style=\"color: #000000;\"><strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong></p>\r\n\r\n<div style=\"color: #000000;\">\r\n\r\n&nbsp;\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1505460970\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1505460971\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1505460972\"><span class=\"aQJ\">7:30 AM ET</span></span></strong>\r\n\r\nRQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3hcwKzsQeLh.1AF&amp;b=BIUO8SNxZ_Kqqq82rDL62g\" target=\"_blank\">riosquant.com </a>site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div><strong>Step 1:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3hcwKzsQeLh.1AF&amp;b=3Y66Qg607okBadQRAdbBpg\" target=\"_blank\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div></div>\r\n<div><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. You will need to repeat this step on the following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1505460973\"><span class=\"aQJ\">Monday</span></span> to receive the following week\'s access link.</div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3hcwKzsQeLh.1AF&amp;b=YVa8KQuZpfv_xggn9p8UQw\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div>\r\n<div><span style=\"color: #000000;\"><strong>RiosQuant EDU Class</strong></span></div>\r\n<div><span style=\"color: #000000;\"><strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1505460974\"><span class=\"aQJ\">Wednesday</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1505460975\"><span class=\"aQJ\">8:00 pm -  9:00 pm ET</span></span></strong></span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\"><strong>                                                      <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3hcwKzsQeLh.1AF&amp;b=pqGCwyA_1nDj04aZo0JxIg\" target=\"_blank\">REGISTER HERE</a></strong></span></div>\r\n<div></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\">Discover the one tool to instantly identify market sentiment and rotation flows within the broad markets. Join Rios Quantitative founder and strategy developer Joe Rios for this insightful educational class.</span></div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\nMonday\r\n\r\n8:30 AM               CAD       RMPI\r\n\r\n10:00 AM             USD       Pending home sales\r\n\r\n9:00 PM                NZD       ANZ business confidence\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n2:00 AM               EUR        German retail sales\r\n\r\n3:55 AM               EUR        German unemployment change\r\n\r\n4:30 AM               GBP       Current-account\r\n\r\n4:40 AM               AUD       RBA Gov. Stevens speaks\r\n\r\n5:00 AM               EUR        CPI flash estimate\r\n\r\nall day                   EUR        Euro group meetings\r\n\r\n8:30 AM               CAD       GDP\r\n\r\n9:45 AM               USD       Chicago PMI\r\n\r\n10:00 AM             USD       CB consumer confidence\r\n\r\n9:00 PM                CNY        Manufacturing PMI\r\n\r\n9:30 PM                AUD       Building approvals\r\n\r\n9:45 PM                CNY        HSBC final manufacturing PMI\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM               GBP       Manufacturing PMI\r\n\r\n8:15 AM               USD       ADP nonfarm employment change\r\n\r\n10:00 AM             USD       ISM manufacturing PMI\r\n\r\n10:30 AM             CL           Crude oil inventories\r\n\r\n9:30 PM                AUD       Trade balance\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n4:30 AM               GBP       Construction PMI\r\n\r\n8:30 AM               USD       Nonfarm employment change\r\n\r\n10:30 AM             NG         Natural gas storage\r\n\r\n9:30 PM                AUD       Retail sales\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\nUS Bank Holiday\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span>','The Week Ahead in the Global Markets','','inherit','open','closed','','2519-revision-v1','','','2015-06-29 10:37:27','2015-06-29 10:37:27','',2519,'http://www.thetradingroom.com/2519-revision-v1/',0,'revision','',0),(2527,2,'2015-07-07 11:40:51','2015-07-07 11:40:51','<p style=\"color: #500050;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_655263461\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_655263462\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_655263463\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_655263464\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 1:</strong></span><span style=\"color: #000000;\"> Click on the following link and </span><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\">register as a guest.</a></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</span></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 3:</strong> </span>To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. The link is good for one week, you will need to repeat the process for your second week on the following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_655263465\"><span class=\"aQJ\">Monday</span></span>.  Pre-market analysis and live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_655263466\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_655263467\"><span class=\"aQJ\">Friday</span></span> from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_655263468\"><span class=\"aQJ\">7:30 am to 10:30 am ET</span></span>.</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><strong>It\'s really that simple!</strong></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">Pre-market activity and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<p style=\"color: #500050;\"></p>\r\n\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div>\r\n<div></div>\r\n<div>\r\n<div>UPDATED <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_655263469\"><span class=\"aQJ\">6:30 am ET</span></span></div>\r\n<div></div>\r\n<div><strong>STOCKS</strong> - European stock and bond markets steadied <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_655263470\"><span class=\"aQJ\">on Tuesday</span></span> before a euro zone leaders summit to discuss the Greek debt crisis while a further fall in Chinese shares reminded investors of other dark clouds on the horizon. US stock futures were little changed ahead of the Wall Street opening bell.</div>\r\n<div></div>\r\n<div><strong>BONDS</strong> -   Yields on German debt, which fell <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_655263471\"><span class=\"aQJ\">on Monday</span></span> as investors sought the low-risk asset, dropped further. Ten-year yields fell 4.8 basis points to 0.73 percent.</div>\r\n<div></div>\r\n<div><strong>COMMODITIES</strong> -  Oil recovered some ground after <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_655263472\"><span class=\"aQJ\">Monday\'s</span></span> stomach-churning selloff prompted by Greeks\' overwhelming rejection of the terms of a bailout deal and the Chinese stock markets turmoil.</div>\r\n<div></div>\r\n<div><strong>CURRENCIES</strong> -  The euro fell 0.3 percent  but held well above <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_655263472\"><span class=\"aQJ\">Monday\'s</span></span> low of $1.0967. The dollar rose 0.4 percent against a basket of currencies.</div>\r\n<div></div>\r\n<div><strong>ECONOMIC DATA</strong> -   Eurogroup Meetings and Euro Summit all day, CAD and USD Trade Balance due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_655263474\"><span class=\"aQJ\">8:30</span></span>, JOLTS Job Openings at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_655263475\"><span class=\"aQJ\">10:00 ET</span></span>.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">   <em> </em></span><em><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></em></p>','Pre-Market Activity & Live Trading Room Access','','inherit','open','closed','','2526-revision-v1','','','2015-07-07 11:40:51','2015-07-07 11:40:51','',2526,'http://www.thetradingroom.com/2526-revision-v1/',0,'revision','',0),(2528,2,'2015-07-10 10:46:40','2015-07-10 10:46:40','UPDATED 6:30 am ET\r\n\r\nSTOCKS - Global financial markets rallied on Friday on hopes that last-minute concessions by Greek Prime Minister Alexis Tsipras would clinch a deal with the country\'s international creditors and save it from bankruptcy.Chinese stocks were also buoyed by a raft of support measures from Beijing that appeared to calm investors.US stock futures pointing to a higher open.\r\n\r\nBONDS - Bonds consolidating after the sell-off after Greek government said it would use the loan from the European Stability Mechanism to cover debt repayments between 2015 and 2018.\r\n\r\nCOMMODITIES - Oil prices may fall further as the world remains “massively oversupplied,” before markets tighten in 2016 when output growth outside OPEC grinds to a halt, according to the International Energy Agency.\r\n\r\nCURRENCIES - Euro traded higher across the board during the overnight trading session.\r\n\r\nECONOMIC DATA - CAD Employment Change due at 8:30, Crop Production due at 12:00, World Agriculture Production at 12:30, Fed Chair Yellen Speaks at 12:30 ET.','Pre-Market Trading: Stocks, Bonds, Commodities and Currencies','','publish','open','closed','','pre-market-trading-stocks-bonds-commodities-currencies-4','','','2015-07-10 10:46:40','2015-07-10 10:46:40','',0,'http://www.thetradingroom.com/?p=2528',0,'post','',0),(2529,2,'2015-07-10 10:46:40','2015-07-10 10:46:40','UPDATED 6:30 am ET\r\n\r\nSTOCKS - Global financial markets rallied on Friday on hopes that last-minute concessions by Greek Prime Minister Alexis Tsipras would clinch a deal with the country\'s international creditors and save it from bankruptcy.Chinese stocks were also buoyed by a raft of support measures from Beijing that appeared to calm investors.US stock futures pointing to a higher open.\r\n\r\nBONDS - Bonds consolidating after the sell-off after Greek government said it would use the loan from the European Stability Mechanism to cover debt repayments between 2015 and 2018.\r\n\r\nCOMMODITIES - Oil prices may fall further as the world remains “massively oversupplied,” before markets tighten in 2016 when output growth outside OPEC grinds to a halt, according to the International Energy Agency.\r\n\r\nCURRENCIES - Euro traded higher across the board during the overnight trading session.\r\n\r\nECONOMIC DATA - CAD Employment Change due at 8:30, Crop Production due at 12:00, World Agriculture Production at 12:30, Fed Chair Yellen Speaks at 12:30 ET.','Pre-Market Trading: Stocks, Bonds, Commodities and Currencies','','inherit','open','closed','','2528-revision-v1','','','2015-07-10 10:46:40','2015-07-10 10:46:40','',2528,'http://www.thetradingroom.com/2528-revision-v1/',0,'revision','',0),(2530,2,'2015-07-13 10:17:54','2015-07-13 10:17:54','UPDATED 6:00 am ET\r\n\r\nSTOCKS - Wall Street was set for an upbeat start to the week, with U.S. stock futures pushing higher Monday morning after eurozone leaders reached an agreement for a third bailout program for Greece. Chinese stocks led Asian markets higher, although many firms were still halted for trade on the back of recent weeks’ sharp selloff.\r\n\r\nBONDS - In the fixed-income market, the yield on 10-year German government bonds rose 2 basis points. US Treasuries also traded lower, pushing yields higher.\r\n\r\nCOMMODITIES - Oil extended its decline after the biggest weekly drop since March as investors weighed the prospects of Iran increasing crude exports in an oversupplied market.\r\n\r\nCURRENCIES - The dollar advanced against most other major currencies and strengthened particularly against the euro and the Japanese yen.\r\n\r\nECONOMIC DATA - Eurogroup Meetings All Day, AUD NAB Business Confidence due at 21:30 ET.','Pre-Market Trading for Stocks, Bonds, Commodities and Currencies','','publish','open','closed','','pre-market-trading-stocks-bonds-commodities-currencies-5','','','2015-07-13 10:17:54','2015-07-13 10:17:54','',0,'http://www.thetradingroom.com/?p=2530',0,'post','',0),(2531,2,'2015-07-13 10:17:54','2015-07-13 10:17:54','UPDATED 6:00 am ET\r\n\r\nSTOCKS - Wall Street was set for an upbeat start to the week, with U.S. stock futures pushing higher Monday morning after eurozone leaders reached an agreement for a third bailout program for Greece. Chinese stocks led Asian markets higher, although many firms were still halted for trade on the back of recent weeks’ sharp selloff.\r\n\r\nBONDS - In the fixed-income market, the yield on 10-year German government bonds rose 2 basis points. US Treasuries also traded lower, pushing yields higher.\r\n\r\nCOMMODITIES - Oil extended its decline after the biggest weekly drop since March as investors weighed the prospects of Iran increasing crude exports in an oversupplied market.\r\n\r\nCURRENCIES - The dollar advanced against most other major currencies and strengthened particularly against the euro and the Japanese yen.\r\n\r\nECONOMIC DATA - Eurogroup Meetings All Day, AUD NAB Business Confidence due at 21:30 ET.','Pre-Market Trading for Stocks, Bonds, Commodities and Currencies','','inherit','open','closed','','2530-revision-v1','','','2015-07-13 10:17:54','2015-07-13 10:17:54','',2530,'http://www.thetradingroom.com/2530-revision-v1/',0,'revision','',0),(2533,2,'2015-07-16 11:22:33','2015-07-16 11:22:33','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/e0e0bbce34/TEST/d29a077cf8/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1917316262\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1917316263\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1917316264\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1917316265\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><strong><span style=\"color: #000000;\">Access is simple,</span></strong> here is how to get started with a two week free trial...</p>\r\n\r\n<div style=\"color: #222222;\"><strong>Step 1:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/e0e0bbce34/TEST/63f05615be/trial=1\" target=\"_blank\">register as a guest.</a> for this week\'s access.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple <wbr />asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar.</div>\r\n<div style=\"color: #222222;\">Live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1917316266\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1917316267\"><span class=\"aQJ\">Friday</span></span> <wbr />from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1917316268\"><span class=\"aQJ\">7:30 am to 10:30 am ET</span></span>.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>It\'s really that simple!</strong></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Pre-market price action and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<p style=\"color: #500050;\">\r\n<span style=\"color: #000000;\">UPDATED <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1917316269\"><span class=\"aQJ\">7:00 am ET</span></span>\r\n\r\n<strong>STOCKS</strong> - Stocks rose around the world on speculation central banks will do what’s needed, including weakening their currencies, to bolster their economies. Standard &amp; Poor’s 500 Index  futures rose  after the gauge ended little changed <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1917316270\"><span class=\"aQJ\">on Wednesday</span></span>. Chinese shares also rebounded after a two-day decline, with the Shanghai Composite Index  and the Hang Seng  Index closing higher.\r\n\r\n<strong>BONDS</strong> -   Treasuries slipped, pushing the 10-year note yield two basis points higher to 2.37 percent after it fell five basis points <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1917316271\"><span class=\"aQJ\">on Wednesday</span></span> when Federal Reserve Chair Janet Yellen signaled the pace of interest-rate increases starting later this year will be gradual.\r\n\r\n<strong>COMMODITIES </strong>-  Oil advanced from a three-month low as U.S. stockpiles fell more than analysts forecast amid record-high refinery runs.\r\n\r\n<strong>CURRENCIES</strong> -  New Zealand’s dollar slumped as weak dairy prices spurred speculation the central bank will lower interest rates.\r\n\r\n<strong>ECONOMIC DATA </strong>-  Eurogroup Meetings all day, EUR Minimum Bid Rate at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1917316272\"><span class=\"aQJ\">7:45</span></span>, ECB Press Conference and US  Unemployment Claims due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1917316273\"><span class=\"aQJ\">8:30</span></span>, Fed Chair Yellen Testifies and Philly Fed Manufacturing Index at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1917316274\"><span class=\"aQJ\">10:00</span></span>, Natural Gas Storage at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1917316275\"><span class=\"aQJ\">10:30 ET</span></span>.</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <em><strong> - Trading Team, Rios Quantitative LLC</strong></em></span></p>','Don\'t Trade Alone! ','','publish','open','closed','','dont-trade-alone','','','2015-07-16 11:22:33','2015-07-16 11:22:33','',0,'http://www.thetradingroom.com/?p=2533',0,'post','',0),(2535,2,'2015-07-16 11:22:09','2015-07-16 11:22:09','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/e0e0bbce34/TEST/d29a077cf8/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1917316262\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1917316263\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1917316264\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1917316265\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><strong><span style=\"color: #000000;\">Access is simple,</span></strong> here is how to get started with a two week free trial...</p>\r\n\r\n<div style=\"color: #222222;\"><strong>Step 1:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/e0e0bbce34/TEST/63f05615be/trial=1\" target=\"_blank\">register as a guest.</a> for this week\'s access.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple <wbr />asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar.</div>\r\n<div style=\"color: #222222;\">Live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1917316266\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1917316267\"><span class=\"aQJ\">Friday</span></span> <wbr />from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1917316268\"><span class=\"aQJ\">7:30 am to 10:30 am ET</span></span>.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>It\'s really that simple!</strong></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Pre-market price action and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<p style=\"color: #500050;\">\r\n<span style=\"color: #000000;\">UPDATED <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1917316269\"><span class=\"aQJ\">7:00 am ET</span></span>\r\n\r\n<strong>STOCKS</strong> - Stocks rose around the world on speculation central banks will do what’s needed, including weakening their currencies, to bolster their economies. Standard &amp; Poor’s 500 Index  futures rose  after the gauge ended little changed <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1917316270\"><span class=\"aQJ\">on Wednesday</span></span>. Chinese shares also rebounded after a two-day decline, with the Shanghai Composite Index  and the Hang Seng  Index closing higher.\r\n\r\n<strong>BONDS</strong> -   Treasuries slipped, pushing the 10-year note yield two basis points higher to 2.37 percent after it fell five basis points <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1917316271\"><span class=\"aQJ\">on Wednesday</span></span> when Federal Reserve Chair Janet Yellen signaled the pace of interest-rate increases starting later this year will be gradual.\r\n\r\n<strong>COMMODITIES </strong>-  Oil advanced from a three-month low as U.S. stockpiles fell more than analysts forecast amid record-high refinery runs.\r\n\r\n<strong>CURRENCIES</strong> -  New Zealand’s dollar slumped as weak dairy prices spurred speculation the central bank will lower interest rates.\r\n\r\n<strong>ECONOMIC DATA </strong>-  Eurogroup Meetings all day, EUR Minimum Bid Rate at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1917316272\"><span class=\"aQJ\">7:45</span></span>, ECB Press Conference and US  Unemployment Claims due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1917316273\"><span class=\"aQJ\">8:30</span></span>, Fed Chair Yellen Testifies and Philly Fed Manufacturing Index at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1917316274\"><span class=\"aQJ\">10:00</span></span>, Natural Gas Storage at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1917316275\"><span class=\"aQJ\">10:30 ET</span></span>.</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <em><strong> - Trading Team, Rios Quantitative LLC</strong></em></span></p>','Don\'t Trade Alone! ','','inherit','open','closed','','2533-revision-v1','','','2015-07-16 11:22:09','2015-07-16 11:22:09','',2533,'http://www.thetradingroom.com/2533-revision-v1/',0,'revision','',0),(2534,2,'2015-07-16 11:19:28','2015-07-16 11:19:28','<table style=\"color: #0e5daf;\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" width=\"auto\">\r\n<div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1917316217\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1917316218\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1917316219\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1917316220\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n\r\n<div><span style=\"color: #000000;\"><strong>Step 1:</strong></span><span style=\"color: #000000;\"> Click on the following link and </span><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\">register as a guest.</a></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</span></div>\r\n<div></div>\r\n<div><span style=\"color: #000000;\"><strong>Step 3:</strong> </span>To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. The link is good for one week, you will need to repeat the process for your second week on the following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1917316221\"><span class=\"aQJ\">Monday</span></span>.  Pre-market analysis and live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1917316222\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1917316223\"><span class=\"aQJ\">Friday</span></span> from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1917316224\"><span class=\"aQJ\">7:30 am to 10:30 am ET</span></span>.</div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>Pre-market activity and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<p style=\"color: #500050;\"></p>\r\n\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div>UPDATED <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1917316225\"><span class=\"aQJ\">7:00 am ET</span></span></div>\r\n<div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div><strong>STOCKS</strong> -  Stocks rose around the world on speculation central banks will do what’s needed, including weakening their currencies, to bolster their economies. Standard &amp; Poor’s 500 Index  futures rose  after the gauge ended little changed <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1917316226\"><span class=\"aQJ\">on Wednesday</span></span>. Chinese shares also rebounded after a two-day decline, with the Shanghai Composite Index  and the Hang Seng  Index closing higher.</div>\r\n<div></div>\r\n<div><strong>BONDS</strong> -   Treasuries slipped, pushing the 10-year note yield two basis points higher to 2.37 percent after it fell five basis points <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1917316227\"><span class=\"aQJ\">on Wednesday</span></span> when Federal Reserve Chair Janet Yellen signaled the pace of interest-rate increases starting later this year will be gradual.</div>\r\n<div></div>\r\n<div><strong>COMMODITIES</strong> -  Oil advanced from a three-month low as U.S. stockpiles fell more than analysts forecast amid record-high refinery runs.</div>\r\n<div></div>\r\n<div><strong>CURRENCIES</strong> -  New Zealand’s dollar slumped as weak dairy prices spurred speculation the central bank will lower interest rates.</div>\r\n<div></div>\r\n<div><strong>ECONOMIC DATA </strong>-  Eurogroup Meetings all day, EUR Minimum Bid Rate at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1917316228\"><span class=\"aQJ\">7:45</span></span>, ECB Press Conference and US  Unemployment Claims due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1917316229\"><span class=\"aQJ\">8:30</span></span>, Fed Chair Yellen Testifies and Philly Fed Manufacturing Index at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1917316230\"><span class=\"aQJ\">10:00</span></span>, Natural Gas Storage at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1917316231\"><span class=\"aQJ\">10:30 ET</span></span>.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">   <em> </em></span><em><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></em></p>\r\n\r\n</div>\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>','Don\'t Trade Alone! Join ','','inherit','open','closed','','2533-revision-v1','','','2015-07-16 11:19:28','2015-07-16 11:19:28','',2533,'http://www.thetradingroom.com/2533-revision-v1/',0,'revision','',0),(2536,2,'2015-07-21 10:44:33','2015-07-21 10:44:33','UPDATED 6:30 am ET\r\n\r\nSTOCKS - European stocks were little changed, after a nine-day winning streak, amid mixed earnings reports. U.S. stock-index futures were also little changed before Apple Inc. and Microsoft Corp. report quarterly earnings. China stocks extended gains as government rescue measures appear to have restored some stability to trading.\r\n\r\nBONDS - In Europe, bond yields fell as attention returned to central bank buying after weeks of Greek-related distractions.\r\n\r\nCOMMODITIES - The Bloomberg Commodities Index dropped to a 13-year low Monday, weaker than after the banking meltdown of 2008 and the euro-zone crisis of 2012. From oil to copper to sugar, little has escaped the rout in the year’s worst-performing asset class.\r\n\r\nCURRENCIES - The euro edged up slightly on the day after dipping to its lowest since mid-April overnight. The dollar was little changed against a basket of major currencies in early European trading.\r\n\r\nECONOMIC DATA - AUD CPI due at 21:30 and RBA Gov Stevens speaks at 23:05 ET.','Pre-Market Trading Activity','','publish','open','closed','','pre-market-trading-activity','','','2015-07-21 10:44:33','2015-07-21 10:44:33','',0,'http://www.thetradingroom.com/?p=2536',0,'post','',0),(2537,2,'2015-07-21 10:44:33','2015-07-21 10:44:33','UPDATED 6:30 am ET\r\n\r\nSTOCKS - European stocks were little changed, after a nine-day winning streak, amid mixed earnings reports. U.S. stock-index futures were also little changed before Apple Inc. and Microsoft Corp. report quarterly earnings. China stocks extended gains as government rescue measures appear to have restored some stability to trading.\r\n\r\nBONDS - In Europe, bond yields fell as attention returned to central bank buying after weeks of Greek-related distractions.\r\n\r\nCOMMODITIES - The Bloomberg Commodities Index dropped to a 13-year low Monday, weaker than after the banking meltdown of 2008 and the euro-zone crisis of 2012. From oil to copper to sugar, little has escaped the rout in the year’s worst-performing asset class.\r\n\r\nCURRENCIES - The euro edged up slightly on the day after dipping to its lowest since mid-April overnight. The dollar was little changed against a basket of major currencies in early European trading.\r\n\r\nECONOMIC DATA - AUD CPI due at 21:30 and RBA Gov Stevens speaks at 23:05 ET.','Pre-Market Trading Activity','','inherit','open','closed','','2536-revision-v1','','','2015-07-21 10:44:33','2015-07-21 10:44:33','',2536,'http://www.thetradingroom.com/2536-revision-v1/',0,'revision','',0),(2538,2,'2015-07-22 11:06:02','2015-07-22 11:06:02','<p style=\"color: rgb(80, 0, 80); text-align: center;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_321984439\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_321984440\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_321984441\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_321984442\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n\r\n\r\n<hr />\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n\r\n<div style=\"color: #000000;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 1:</strong></span><span style=\"color: #000000;\"> Click on the following link and </span><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\">register as a guest.</a></div>\r\n<div style=\"color: #000000;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</span></div>\r\n<div style=\"color: #000000;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 3:</strong> </span>To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. The link is good for one week, you will need to repeat the process for your second week on the following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_321984443\"><span class=\"aQJ\">Monday</span></span>.  Pre-market analysis and live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_321984444\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_321984445\"><span class=\"aQJ\">Friday</span></span> from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_321984446\"><span class=\"aQJ\">7:30 am to 10:30 am ET</span></span>.</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #000000;\"><strong>It\'s really that simple!</strong></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #000000;\">Pre-market activity and scheduled economic data that may have an impact on the global financial markets:</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\">UPDATED <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_321984447\"><span class=\"aQJ\">6:30 am ET</span></span></p>\r\n\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div><strong>STOCKS</strong> - Disappointment over U.S. corporate earnings, most notably at Apple Inc  the world\'s largest company, pushed stocks lower on Wednesday and investors towards the shelter of bonds.S&amp;P futures showed Wall Street expected to open down. European bourses were also weighed down by a 4 percent fall in chip maker Arm Holdings. Earlier in Asia, MSCI\'s broadest index of Asia-Pacific shares outside Japan slid 1 percent, its biggest decline in two weeks.</div>\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div><strong>BONDS</strong> - European bond markets awaited the Greek parliament vote, sticking to narrow ranges. The yield on 10-year U.S. Treasuries slipped a basis point.</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div><strong>COMMODITIES</strong> - Crude oil futures were still under pressure, as investors worried about ample supply.</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div><strong>CURRENCIES </strong>- Sterling was the biggest mover among major currencies. It was up against the dollar, supported by expectations the Bank of England will raise interest rates.</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div><strong>ECONOMIC DATA </strong>-  US Existing Home Sales due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_321984449\"><span class=\"aQJ\">10:00</span></span>, Crude Oil Inventories at<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_321984450\"><span class=\"aQJ\">10:30</span></span>, Greek Gov Debt Crisis Vote (tentative), RBNZ Rate Statement at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_321984451\"><span class=\"aQJ\">17:00 ET</span></span>.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"> </span></p>\r\n\r\n\r\n<hr />\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"> <em> </em></span><em><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></em></p>','Earnings Rocking the Markets! Live Trading Room Access','','publish','open','closed','','earnings-rocking-markets-live-trading-room-access','','','2015-07-22 11:06:02','2015-07-22 11:06:02','',0,'http://www.thetradingroom.com/?p=2538',0,'post','',0),(2539,2,'2015-07-22 11:00:48','2015-07-22 11:00:48','<p style=\"color: rgb(80, 0, 80); text-align: center;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_321984439\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_321984440\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_321984441\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_321984442\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 1:</strong></span><span style=\"color: #000000;\"> Click on the following link and </span><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\">register as a guest.</a></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</span></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 3:</strong> </span>To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. The link is good for one week, you will need to repeat the process for your second week on the following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_321984443\"><span class=\"aQJ\">Monday</span></span>.  Pre-market analysis and live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_321984444\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_321984445\"><span class=\"aQJ\">Friday</span></span> from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_321984446\"><span class=\"aQJ\">7:30 am to 10:30 am ET</span></span>.</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><strong>It\'s really that simple!</strong></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">Pre-market activity and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<p style=\"color: #500050;\">UPDATED <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_321984447\"><span class=\"aQJ\">6:30 am ET</span></span></p>\r\n\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div> <strong>STOCKS</strong> - Disappointment over U.S. corporate earnings, most notably at Apple Inc  the world\'s largest company, pushed stocks lower on Wednesday and investors towards the shelter of bonds.S&amp;P futures showed Wall Street expected to open down. European bourses were also weighed down by a 4 percent fall in chip maker Arm Holdings. Earlier in Asia, MSCI\'s broadest index of Asia-Pacific shares outside Japan slid 1 percent, its biggest decline in two weeks.</div>\r\n<div>\r\n<div></div>\r\n<div><strong>BONDS</strong> - European bond markets awaited the Greek parliament vote, sticking to narrow ranges. The yield on 10-year U.S. Treasuries slipped a basis point.</div>\r\n<div></div>\r\n<div><strong>COMMODITIES</strong> - Crude oil futures were still under pressure, as investors worried about ample supply.</div>\r\n<div></div>\r\n<div><strong>CURRENCIES </strong>- Sterling was the biggest mover among major currencies. It was up against the dollar, supported by expectations the Bank of England will raise interest rates.</div>\r\n<div></div>\r\n<div><strong>ECONOMIC DATA </strong>-  US Existing Home Sales due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_321984449\"><span class=\"aQJ\">10:00</span></span>, Crude Oil Inventories at<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_321984450\"><span class=\"aQJ\">10:30</span></span>, Greek Gov Debt Crisis Vote (tentative), RBNZ Rate Statement at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_321984451\"><span class=\"aQJ\">17:00 ET</span></span>.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">   <em> </em></span><em><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></em></p>','Earnings Rocking the Markets! Live Trading Room Access','','inherit','open','closed','','2538-revision-v1','','','2015-07-22 11:00:48','2015-07-22 11:00:48','',2538,'http://www.thetradingroom.com/2538-revision-v1/',0,'revision','',0),(2540,2,'2015-07-22 11:02:01','2015-07-22 11:02:01','<p style=\"color: rgb(80, 0, 80); text-align: center;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_321984439\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_321984440\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_321984441\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_321984442\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 1:</strong></span><span style=\"color: #000000;\"> Click on the following link and </span><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\">register as a guest.</a></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</span></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 3:</strong> </span>To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. The link is good for one week, you will need to repeat the process for your second week on the following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_321984443\"><span class=\"aQJ\">Monday</span></span>.  Pre-market analysis and live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_321984444\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_321984445\"><span class=\"aQJ\">Friday</span></span> from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_321984446\"><span class=\"aQJ\">7:30 am to 10:30 am ET</span></span>.</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><strong>It\'s really that simple!</strong></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">Pre-market activity and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\">UPDATED <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_321984447\"><span class=\"aQJ\">6:30 am ET</span></span></p>\r\n\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div></div>\r\n<div><strong>STOCKS</strong> - Disappointment over U.S. corporate earnings, most notably at Apple Inc  the world\'s largest company, pushed stocks lower on Wednesday and investors towards the shelter of bonds.S&amp;P futures showed Wall Street expected to open down. European bourses were also weighed down by a 4 percent fall in chip maker Arm Holdings. Earlier in Asia, MSCI\'s broadest index of Asia-Pacific shares outside Japan slid 1 percent, its biggest decline in two weeks.</div>\r\n<div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>BONDS</strong> - European bond markets awaited the Greek parliament vote, sticking to narrow ranges. The yield on 10-year U.S. Treasuries slipped a basis point.</div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>COMMODITIES</strong> - Crude oil futures were still under pressure, as investors worried about ample supply.</div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>CURRENCIES </strong>- Sterling was the biggest mover among major currencies. It was up against the dollar, supported by expectations the Bank of England will raise interest rates.</div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>ECONOMIC DATA </strong>-  US Existing Home Sales due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_321984449\"><span class=\"aQJ\">10:00</span></span>, Crude Oil Inventories at<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_321984450\"><span class=\"aQJ\">10:30</span></span>, Greek Gov Debt Crisis Vote (tentative), RBNZ Rate Statement at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_321984451\"><span class=\"aQJ\">17:00 ET</span></span>.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">  </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"> <em> </em></span><em><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></em></p>','Earnings Rocking the Markets! Live Trading Room Access','','inherit','open','closed','','2538-revision-v1','','','2015-07-22 11:02:01','2015-07-22 11:02:01','',2538,'http://www.thetradingroom.com/2538-revision-v1/',0,'revision','',0),(2541,2,'2015-07-22 11:03:19','2015-07-22 11:03:19','<p style=\"color: rgb(80, 0, 80); text-align: center;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_321984439\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_321984440\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_321984441\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_321984442\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n\r\n\r\n<hr />\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n\r\n<div style=\"color: #000000;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 1:</strong></span><span style=\"color: #000000;\"> Click on the following link and </span><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\">register as a guest.</a></div>\r\n<div style=\"color: #000000;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</span></div>\r\n<div style=\"color: #000000;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 3:</strong> </span>To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. The link is good for one week, you will need to repeat the process for your second week on the following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_321984443\"><span class=\"aQJ\">Monday</span></span>.  Pre-market analysis and live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_321984444\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_321984445\"><span class=\"aQJ\">Friday</span></span> from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_321984446\"><span class=\"aQJ\">7:30 am to 10:30 am ET</span></span>.</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #000000;\"><strong>It\'s really that simple!</strong></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #000000;\">Pre-market activity and scheduled economic data that may have an impact on the global financial markets:</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\">UPDATED <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_321984447\"><span class=\"aQJ\">6:30 am ET</span></span></p>\r\n\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div><strong>STOCKS</strong> - Disappointment over U.S. corporate earnings, most notably at Apple Inc  the world\'s largest company, pushed stocks lower on Wednesday and investors towards the shelter of bonds.S&amp;P futures showed Wall Street expected to open down. European bourses were also weighed down by a 4 percent fall in chip maker Arm Holdings. Earlier in Asia, MSCI\'s broadest index of Asia-Pacific shares outside Japan slid 1 percent, its biggest decline in two weeks.</div>\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div><strong>BONDS</strong> - European bond markets awaited the Greek parliament vote, sticking to narrow ranges. The yield on 10-year U.S. Treasuries slipped a basis point.</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div><strong>COMMODITIES</strong> - Crude oil futures were still under pressure, as investors worried about ample supply.</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div><strong>CURRENCIES </strong>- Sterling was the biggest mover among major currencies. It was up against the dollar, supported by expectations the Bank of England will raise interest rates.</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div><strong>ECONOMIC DATA </strong>-  US Existing Home Sales due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_321984449\"><span class=\"aQJ\">10:00</span></span>, Crude Oil Inventories at<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_321984450\"><span class=\"aQJ\">10:30</span></span>, Greek Gov Debt Crisis Vote (tentative), RBNZ Rate Statement at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_321984451\"><span class=\"aQJ\">17:00 ET</span></span>.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"> </span></p>\r\n\r\n\r\n<hr />\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"> <em> </em></span><em><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></em></p>','Earnings Rocking the Markets! Live Trading Room Access','','inherit','open','closed','','2538-revision-v1','','','2015-07-22 11:03:19','2015-07-22 11:03:19','',2538,'http://www.thetradingroom.com/2538-revision-v1/',0,'revision','',0),(2543,2,'2015-07-26 22:37:01','2015-07-26 22:37:01','Last week featured mixed economic data with the spotlight on falling commodity prices and corporate earnings.  US Treasury 30 year bonds finished the week 1.73% higher followed by the euro 1.23%. Commodities fell across the board led by Wheat -7.54%, Corn -6.72%, Crude Oil -6.33%, Copper -4.25%, Soybeans -3.49%, Natural Gas -3.28% and Gold -2.95%. Stock indices also finished weaker, giving up most of the gains that started from the post-Greece relieve rally on the 21st of July. Corporate earnings produced both big winners and losers. Some of the popular momentum stocks outperformed while stocks sensitive to commodities and the US dollar fell short of expectations. In the week ahead I will pay special attention to scheduled economic data including FOMC statement, Initial Jobless Claims, Michigan Sentiment and Consumer Confidence. Corporate earnings will remain in the spotlight as well as the next move of the US dollar. I will continue to focus on the market\'s technicals, they should provide day trading opportunities.\r\n\r\nA special note, due to recent price action in the markets, we are opening our live trading room at <span data-term=\"goog_1349716959\">8:00 am ET</span> and will extend the closing.\r\n\r\nJoin us this week in our LIVE trading room and watch how we use intermarket relationships and economic data releases to uncover trading opportunities.\r\n\r\n<em><strong>- Joe Rios</strong></em>\r\n\r\nRios Quantitative LLC\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room® TradeLAB - </strong><strong>Global Trading with Quantitative Technologies</strong>\r\n\r\nJoin our trading community with RiosQuant trade coaches Agustin Criado and Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<span data-term=\"goog_1349716960\">Monday</span> thru <span data-term=\"goog_1349716961\">Friday</span> - From 8:00 am to 11:00 am ET\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/cdda70b226/TEST/ff33bbe9b9\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...\r\n\r\n<strong>Step 1:</strong> Click on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/cdda70b226/TEST/6f4ccb37f8/trial=1\">register as a guest.</a>\r\n\r\n<strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple\r\n\r\nasset classes including the financials, metals, energies, grains and forex.\r\n\r\n<strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. Please note that you will need to repeat this step on the following <span data-term=\"goog_1349716963\">Monday</span> for the following week\'s access link. Live trading begins <span data-term=\"goog_1349716964\">Monday</span> thru <span data-term=\"goog_1349716965\">Friday</span> from <span data-term=\"goog_1349716966\">8:00 am to 11:00 am ET</span>.\r\n\r\nMonday\r\n\r\n4:00 AM            EUR     German Ifo Business Climate\r\n\r\n8:30 AM            USD     Core Durable Goods Orders\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n4:30 AM            GBP     Preliminary GDP\r\n\r\n10:00 AM          USD     CB Consumer Confidence\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n10:00 AM          USD     Pending Home Sales\r\n\r\n10:30 AM          CL        Crude Oil Inventories\r\n\r\n2:00 PM            USD     FOMC Statement\r\n\r\n8:30 PM            AUD     RBA Gov. Stevens Speaks\r\n\r\n9:30 PM            AUD     Building Approvals\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n8:30 AM            USD     Advance GDP\r\n\r\n8:30 AM            USD     Unemployment Claims\r\n\r\n10:30 AM          NG       Natural Gas Storage\r\n\r\n9:00 PM            NZD     ANZ Business Confidence\r\n\r\n9:30 PM            AUD     PPI\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n8:30 AM            CAD     GDP\r\n\r\n9:45 AM            USD     Chicago PMI\r\n\r\n10:00 AM          USD     Revised UoM Consumer Sentiment\r\n\r\n9:00 PM            CNY     Manufacturing PMI','The Week Ahead in the Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-43','','','2015-07-26 22:37:01','2015-07-26 22:37:01','',0,'http://www.thetradingroom.com/?p=2543',0,'post','',0),(2544,2,'2015-07-26 22:32:19','2015-07-26 22:32:19','Last week featured mixed economic data with the spotlight on falling commodity prices and corporate earnings.  US Treasury 30 year bonds finished the week 1.73% higher followed by the euro 1.23%. Commodities fell across the board led by Wheat -7.54%, Corn -6.72%, Crude Oil -6.33%, Copper -4.25%, Soybeans -3.49%, Natural Gas -3.28% and Gold -2.95%. Stock indices also finished weaker, giving up most of the gains that started from the post-Greece relieve rally on the 21st of July. Corporate earnings produced both big winners and losers. Some of the popular momentum stocks outperformed while stocks sensitive to commodities and the US dollar fell short of expectations. In the week ahead I will pay special attention to scheduled economic data including FOMC statement, Initial Jobless Claims, Michigan Sentiment and Consumer Confidence. Corporate earnings will remain in the spotlight as well as the next move of the US dollar. I will continue to focus on the market\'s technicals, they should provide day trading opportunities.\r\n\r\nA special note, due to recent price action in the markets, we are opening our live trading room at <span data-term=\"goog_1349716959\">8:00 am ET</span> and will extend the closing.\r\n\r\nJoin us this week in our LIVE trading room and watch how we use intermarket relationships and economic data releases to uncover trading opportunities.\r\n\r\n<strong>The Trading Room® TradeLAB - </strong><strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n&nbsp;\r\n\r\nJoin our trading community with RiosQuant trade coaches Agustin Criado and Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<span data-term=\"goog_1349716960\">Monday</span> thru <span data-term=\"goog_1349716961\">Friday</span> - From 8:00 am to 11:00 am ET\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/cdda70b226/TEST/ff33bbe9b9\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...\r\n\r\n&nbsp;\r\n\r\n<strong>Step 1:</strong> Click on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/cdda70b226/TEST/6f4ccb37f8/trial=1\">register as a guest.</a>\r\n\r\n&nbsp;\r\n\r\n<strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple\r\n\r\nasset classes including the financials, metals, energies, grains and forex.\r\n\r\n<strong> </strong>\r\n\r\n<strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. Please note that you will need to repeat this step on the following <span data-term=\"goog_1349716963\">Monday</span> for the following week\'s access link. Live trading begins <span data-term=\"goog_1349716964\">Monday</span> thru <span data-term=\"goog_1349716965\">Friday</span> from <span data-term=\"goog_1349716966\">8:00 am to 11:00 am ET</span>.\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2543-revision-v1','','','2015-07-26 22:32:19','2015-07-26 22:32:19','',2543,'http://www.thetradingroom.com/2543-revision-v1/',0,'revision','',0),(2545,2,'2015-07-26 22:32:52','2015-07-26 22:32:52','Last week featured mixed economic data with the spotlight on falling commodity prices and corporate earnings.  US Treasury 30 year bonds finished the week 1.73% higher followed by the euro 1.23%. Commodities fell across the board led by Wheat -7.54%, Corn -6.72%, Crude Oil -6.33%, Copper -4.25%, Soybeans -3.49%, Natural Gas -3.28% and Gold -2.95%. Stock indices also finished weaker, giving up most of the gains that started from the post-Greece relieve rally on the 21st of July. Corporate earnings produced both big winners and losers. Some of the popular momentum stocks outperformed while stocks sensitive to commodities and the US dollar fell short of expectations. In the week ahead I will pay special attention to scheduled economic data including FOMC statement, Initial Jobless Claims, Michigan Sentiment and Consumer Confidence. Corporate earnings will remain in the spotlight as well as the next move of the US dollar. I will continue to focus on the market\'s technicals, they should provide day trading opportunities.\r\n\r\nA special note, due to recent price action in the markets, we are opening our live trading room at <span data-term=\"goog_1349716959\">8:00 am ET</span> and will extend the closing.\r\n\r\nJoin us this week in our LIVE trading room and watch how we use intermarket relationships and economic data releases to uncover trading opportunities.\r\n\r\n<strong>The Trading Room® TradeLAB - </strong><strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n&nbsp;\r\n\r\nJoin our trading community with RiosQuant trade coaches Agustin Criado and Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<span data-term=\"goog_1349716960\">Monday</span> thru <span data-term=\"goog_1349716961\">Friday</span> - From 8:00 am to 11:00 am ET\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/cdda70b226/TEST/ff33bbe9b9\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...\r\n\r\n<strong>Step 1:</strong> Click on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/cdda70b226/TEST/6f4ccb37f8/trial=1\">register as a guest.</a>\r\n\r\n<strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple\r\n\r\nasset classes including the financials, metals, energies, grains and forex.\r\n\r\n<strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. Please note that you will need to repeat this step on the following <span data-term=\"goog_1349716963\">Monday</span> for the following week\'s access link. Live trading begins <span data-term=\"goog_1349716964\">Monday</span> thru <span data-term=\"goog_1349716965\">Friday</span> from <span data-term=\"goog_1349716966\">8:00 am to 11:00 am ET</span>.\r\n\r\n&nbsp;','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2543-revision-v1','','','2015-07-26 22:32:52','2015-07-26 22:32:52','',2543,'http://www.thetradingroom.com/2543-revision-v1/',0,'revision','',0),(2546,2,'2015-07-26 22:33:36','2015-07-26 22:33:36','Last week featured mixed economic data with the spotlight on falling commodity prices and corporate earnings.  US Treasury 30 year bonds finished the week 1.73% higher followed by the euro 1.23%. Commodities fell across the board led by Wheat -7.54%, Corn -6.72%, Crude Oil -6.33%, Copper -4.25%, Soybeans -3.49%, Natural Gas -3.28% and Gold -2.95%. Stock indices also finished weaker, giving up most of the gains that started from the post-Greece relieve rally on the 21st of July. Corporate earnings produced both big winners and losers. Some of the popular momentum stocks outperformed while stocks sensitive to commodities and the US dollar fell short of expectations. In the week ahead I will pay special attention to scheduled economic data including FOMC statement, Initial Jobless Claims, Michigan Sentiment and Consumer Confidence. Corporate earnings will remain in the spotlight as well as the next move of the US dollar. I will continue to focus on the market\'s technicals, they should provide day trading opportunities.\r\n\r\nA special note, due to recent price action in the markets, we are opening our live trading room at <span data-term=\"goog_1349716959\">8:00 am ET</span> and will extend the closing.\r\n\r\nJoin us this week in our LIVE trading room and watch how we use intermarket relationships and economic data releases to uncover trading opportunities.\r\n\r\n<strong>The Trading Room® TradeLAB - </strong><strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n&nbsp;\r\n\r\nJoin our trading community with RiosQuant trade coaches Agustin Criado and Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<span data-term=\"goog_1349716960\">Monday</span> thru <span data-term=\"goog_1349716961\">Friday</span> - From 8:00 am to 11:00 am ET\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/cdda70b226/TEST/ff33bbe9b9\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...\r\n\r\n<strong>Step 1:</strong> Click on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/cdda70b226/TEST/6f4ccb37f8/trial=1\">register as a guest.</a>\r\n\r\n<strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple\r\n\r\nasset classes including the financials, metals, energies, grains and forex.\r\n\r\n<strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. Please note that you will need to repeat this step on the following <span data-term=\"goog_1349716963\">Monday</span> for the following week\'s access link. Live trading begins <span data-term=\"goog_1349716964\">Monday</span> thru <span data-term=\"goog_1349716965\">Friday</span> from <span data-term=\"goog_1349716966\">8:00 am to 11:00 am ET</span>.\r\n\r\nMonday\r\n\r\n4:00 AM            EUR     German Ifo Business Climate\r\n\r\n8:30 AM            USD     Core Durable Goods Orders\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n4:30 AM            GBP     Preliminary GDP\r\n\r\n10:00 AM          USD     CB Consumer Confidence\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n10:00 AM          USD     Pending Home Sales\r\n\r\n10:30 AM          CL        Crude Oil Inventories\r\n\r\n2:00 PM            USD     FOMC Statement\r\n\r\n8:30 PM            AUD     RBA Gov. Stevens Speaks\r\n\r\n9:30 PM            AUD     Building Approvals\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n8:30 AM            USD     Advance GDP\r\n\r\n8:30 AM            USD     Unemployment Claims\r\n\r\n10:30 AM          NG       Natural Gas Storage\r\n\r\n9:00 PM            NZD     ANZ Business Confidence\r\n\r\n9:30 PM            AUD     PPI\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n8:30 AM            CAD     GDP\r\n\r\n9:45 AM            USD     Chicago PMI\r\n\r\n10:00 AM          USD     Revised UoM Consumer Sentiment\r\n\r\n9:00 PM            CNY     Manufacturing PMI','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2543-revision-v1','','','2015-07-26 22:33:36','2015-07-26 22:33:36','',2543,'http://www.thetradingroom.com/2543-revision-v1/',0,'revision','',0),(2547,2,'2015-07-26 22:37:01','2015-07-26 22:37:01','Last week featured mixed economic data with the spotlight on falling commodity prices and corporate earnings.  US Treasury 30 year bonds finished the week 1.73% higher followed by the euro 1.23%. Commodities fell across the board led by Wheat -7.54%, Corn -6.72%, Crude Oil -6.33%, Copper -4.25%, Soybeans -3.49%, Natural Gas -3.28% and Gold -2.95%. Stock indices also finished weaker, giving up most of the gains that started from the post-Greece relieve rally on the 21st of July. Corporate earnings produced both big winners and losers. Some of the popular momentum stocks outperformed while stocks sensitive to commodities and the US dollar fell short of expectations. In the week ahead I will pay special attention to scheduled economic data including FOMC statement, Initial Jobless Claims, Michigan Sentiment and Consumer Confidence. Corporate earnings will remain in the spotlight as well as the next move of the US dollar. I will continue to focus on the market\'s technicals, they should provide day trading opportunities.\r\n\r\nA special note, due to recent price action in the markets, we are opening our live trading room at <span data-term=\"goog_1349716959\">8:00 am ET</span> and will extend the closing.\r\n\r\nJoin us this week in our LIVE trading room and watch how we use intermarket relationships and economic data releases to uncover trading opportunities.\r\n\r\n<em><strong>- Joe Rios</strong></em>\r\n\r\nRios Quantitative LLC\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room® TradeLAB - </strong><strong>Global Trading with Quantitative Technologies</strong>\r\n\r\nJoin our trading community with RiosQuant trade coaches Agustin Criado and Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<span data-term=\"goog_1349716960\">Monday</span> thru <span data-term=\"goog_1349716961\">Friday</span> - From 8:00 am to 11:00 am ET\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/cdda70b226/TEST/ff33bbe9b9\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...\r\n\r\n<strong>Step 1:</strong> Click on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/cdda70b226/TEST/6f4ccb37f8/trial=1\">register as a guest.</a>\r\n\r\n<strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple\r\n\r\nasset classes including the financials, metals, energies, grains and forex.\r\n\r\n<strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. Please note that you will need to repeat this step on the following <span data-term=\"goog_1349716963\">Monday</span> for the following week\'s access link. Live trading begins <span data-term=\"goog_1349716964\">Monday</span> thru <span data-term=\"goog_1349716965\">Friday</span> from <span data-term=\"goog_1349716966\">8:00 am to 11:00 am ET</span>.\r\n\r\nMonday\r\n\r\n4:00 AM            EUR     German Ifo Business Climate\r\n\r\n8:30 AM            USD     Core Durable Goods Orders\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n4:30 AM            GBP     Preliminary GDP\r\n\r\n10:00 AM          USD     CB Consumer Confidence\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n10:00 AM          USD     Pending Home Sales\r\n\r\n10:30 AM          CL        Crude Oil Inventories\r\n\r\n2:00 PM            USD     FOMC Statement\r\n\r\n8:30 PM            AUD     RBA Gov. Stevens Speaks\r\n\r\n9:30 PM            AUD     Building Approvals\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n8:30 AM            USD     Advance GDP\r\n\r\n8:30 AM            USD     Unemployment Claims\r\n\r\n10:30 AM          NG       Natural Gas Storage\r\n\r\n9:00 PM            NZD     ANZ Business Confidence\r\n\r\n9:30 PM            AUD     PPI\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n8:30 AM            CAD     GDP\r\n\r\n9:45 AM            USD     Chicago PMI\r\n\r\n10:00 AM          USD     Revised UoM Consumer Sentiment\r\n\r\n9:00 PM            CNY     Manufacturing PMI','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2543-revision-v1','','','2015-07-26 22:37:01','2015-07-26 22:37:01','',2543,'http://www.thetradingroom.com/2543-revision-v1/',0,'revision','',0),(2548,2,'2015-07-28 11:19:04','2015-07-28 11:19:04','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/6ced8046dd/TEST/f9b1f74fef/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_849096036\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_849096037\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_849096038\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><strong><span style=\"color: #000000;\">Access is simple,</span></strong> here is how to get started with a two week free trial...</p>\r\n\r\n<div style=\"color: #222222;\"><strong>Step 1:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/6ced8046dd/TEST/bbdc66aca0/trial=1\" target=\"_blank\">register as a guest.</a> for this week\'s access.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple <wbr />asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar.</div>\r\n<div style=\"color: #222222;\">Live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_849096039\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_849096040\"><span class=\"aQJ\">Friday</span></span> from 8:00 am to 11:00 am ET.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>It\'s really that simple!</strong></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Pre-market price action and scheduled economic data that may have an impact on the global financial markets:\r\n\r\n<span style=\"color: #000000;\">UPDATED <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_849096042\"><span class=\"aQJ\">7:00 am ET</span></span>\r\n\r\n<strong>STOCKS</strong> - A flurry of takeovers helped European stocks rise for the first time in six days, resisting contagion from a selloff in China. The Shanghai Composite Index fell as much as 5.1% and rose 1 percent before ending the day 1.7% lower. US stock index futures gained pointing to a higher Wall Street open.\r\n\r\n<strong>BONDS</strong> -  US Treasury 10-year yields rose from near the lowest since July 9, increasing four basis points to 2.26 percent. Germany’s 10-year bund yield increased  and the yield on equivalent-maturity U.K. gilts climbed two basis points.\r\n\r\n<strong>COMMODITIES</strong> - Industrial metals rose and copper rallied from its lowest level since 2009 after the Chinese government’s comments on the stock market.\r\n\r\n<strong>CURRENCIES</strong> -  The Australian and New Zealand dollars led a rally in the currencies of commodity-producing nations. The Japanese yen weakened while the euro fell.\r\n\r\n<strong>ECONOMIC DATA</strong> -  US CB Consumer Confidence due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_849096043\"><span class=\"aQJ\">10:00</span></span>, GBP MPC Member Cunliffe Speaks at<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_849096044\"><span class=\"aQJ\">14:00</span></span>, JPY Retail Sales at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_849096045\"><span class=\"aQJ\">19:50 ET</span></span>.</span></div>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>','New Extended Hours - Live Trading Room Access','','publish','open','closed','','new-extended-hours-live-trading-room-access','','','2015-07-28 11:19:04','2015-07-28 11:19:04','',0,'http://www.thetradingroom.com/?p=2548',0,'post','',0),(2549,2,'2015-07-28 11:16:32','2015-07-28 11:16:32','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/6ced8046dd/TEST/f9b1f74fef/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_849096036\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_849096037\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_849096038\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><strong><span style=\"color: #000000;\">Access is simple,</span></strong> here is how to get started with a two week free trial...</p>\r\n\r\n<div style=\"color: #222222;\"><strong>Step 1:</strong> Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/6ced8046dd/TEST/bbdc66aca0/trial=1\" target=\"_blank\">register as a guest.</a> for this week\'s access.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple <wbr />asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar.</div>\r\n<div style=\"color: #222222;\">Live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_849096039\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_849096040\"><span class=\"aQJ\">Friday</span></span> from 8:00 am to 11:00 am ET.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>It\'s really that simple!</strong></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Pre-market price action and scheduled economic data that may have an impact on the global financial markets:\r\n\r\n<span style=\"color: #000000;\">UPDATED <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_849096042\"><span class=\"aQJ\">7:00 am ET</span></span>\r\n\r\n<strong>STOCKS</strong> - A flurry of takeovers helped European stocks rise for the first time in six days, resisting contagion from a selloff in China. The Shanghai Composite Index fell as much as 5.1% and rose 1 percent before ending the day 1.7% lower. US stock index futures gained pointing to a higher Wall Street open.\r\n\r\n<strong>BONDS</strong> -  US Treasury 10-year yields rose from near the lowest since July 9, increasing four basis points to 2.26 percent. Germany’s 10-year bund yield increased  and the yield on equivalent-maturity U.K. gilts climbed two basis points.\r\n\r\n<strong>COMMODITIES</strong> - Industrial metals rose and copper rallied from its lowest level since 2009 after the Chinese government’s comments on the stock market.\r\n\r\n<strong>CURRENCIES</strong> -  The Australian and New Zealand dollars led a rally in the currencies of commodity-producing nations. The Japanese yen weakened while the euro fell.\r\n\r\n<strong>ECONOMIC DATA</strong> -  US CB Consumer Confidence due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_849096043\"><span class=\"aQJ\">10:00</span></span>, GBP MPC Member Cunliffe Speaks at<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_849096044\"><span class=\"aQJ\">14:00</span></span>, JPY Retail Sales at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_849096045\"><span class=\"aQJ\">19:50 ET</span></span>.</span></div>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>','New Extended Hours - Live Trading Room Access','','inherit','open','closed','','2548-revision-v1','','','2015-07-28 11:16:32','2015-07-28 11:16:32','',2548,'http://www.thetradingroom.com/2548-revision-v1/',0,'revision','',0),(2551,2,'2015-08-03 10:52:18','2015-08-03 10:52:18','<span style=\"color: #000000;\">The commodity sell-off dominated most of July with crude oil leading the way down -21.79% followed by wheat -19.08, corn -11.91%, copper -9.98%, soybeans -8.24%, gold -6.61% and silver -5.27%. As expected, the commodity currencies led the foreign currencies lower with the Australian dollar losing -5.17%, Canadian dollar -4.49% and the New Zealand dollar -2.47%. The Nasdaq finished the month outperforming the stock indices by gaining 4.4% while the S&amp;P 500 finished 2.18% higher. In the fixed income market the US 30 yr bond finished stronger 3.73% and the US 10 yr note finished 1.14% higher. What is the market\'s message? A glut of oil, weak demand for copper, lack of gold bulls, while US treasury bonds strengthen sending interest rate yields lower. Deflation fears?</span>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/11/wallstreet-logo.jpg\"><img class=\"aligncenter size-full wp-image-2237\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/11/wallstreet-logo.jpg\" alt=\"wallstreet logo\" width=\"650\" height=\"148\" /></a>\r\n\r\nIn the week ahead I will continue to pay close attention to scheduled economic data releases. Recent price action in the financial markets has been suggesting trader\'s sensitivity to economic data, creating trading opportunities. I will also focus on correlations between commodities, bonds and the US dollar. Will the commodities continue to weaken? Will we see a double bottom in crude oil? Will the US 30 year bond have bullish follow through from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_431975149\"><span class=\"aQJ\">Friday\'s</span></span> price activity? Will China\'s stock market behavior have an impact on other markets? The upcoming week is shaping up to be an exciting trading environment with the potential of volatility coming back to the global markets.\r\n<div style=\"color: #000000;\">\r\n<div></div>\r\n<div>Join us this week in our LIVE trading room and watch how we use intermarket relationships and economic data releases to uncover trading opportunities. ​</div>\r\n<div>​​</div>\r\n</div>\r\n<p style=\"color: #000000;\"><strong><em>Joe Rios</em> - Founder, Rios Quantitative LLC</strong>​​</p>\r\n\r\n\r\n<hr />\r\n<p style=\"color: #000000;\"></p>\r\n<strong><span style=\"color: #333333;\">The Trading Room TradeLAB - Global Trading with Quantitative Technologies</span></strong>\r\n<div>\r\n\r\n<strong><span style=\"color: #333333;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_431975150\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_431975151\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_431975152\"><span class=\"aQJ\">8:00 AM ET</span></span></span></strong>\r\n\r\n<span style=\"color: #333333;\">RQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</span>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3lHG8z1JqfrDnAF&amp;b=3NfFOFbK4HIyUXJ3r8Hg5Q\" target=\"_blank\">riosquant.com </a>site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div><strong><span style=\"color: #333333;\">Step 1:</span></strong><span style=\"color: #333333;\"> </span><span style=\"color: #333333;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3lHG8z1JqfrDnAF&amp;b=tlU2DKJYrVJF6npmBGbPhA\" target=\"_blank\">register as a guest.</a></span></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. You will need to repeat this step on the following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_431975153\"><span class=\"aQJ\">Monday</span></span> to receive the following week\'s access link.</div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3lHG8z1JqfrDnAF&amp;b=yD3eRKIWI_mKHrvyq.8jBA\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n<p style=\"color: #000000;\"><span style=\"color: #222222;\">The Insider\'s Quant (I.Q.) Room</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975191\"><span class=\"aQJ\">Monday</span></span><span style=\"color: #222222;\"> - </span><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975192\"><span class=\"aQJ\">12:30 pm to 1:45 pm ET</span></span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">What\'s Next in The Week Ahead Forecasting, Planning and Developing</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">Themes</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975193\"><span class=\"aQJ\">Wednesday</span></span><span style=\"color: #222222;\"> -  </span><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975194\"><span class=\"aQJ\">12:30 pm to 1:45 pm ET</span></span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span style=\"color: #222222;\">What\'s Next in The Week Ahead / Strategies for Success</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975195\"><span class=\"aQJ\">Friday</span></span><span style=\"color: #222222;\"> -  </span><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975196\"><span class=\"aQJ\">12:30 pm to 1:45 pm ET</span></span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span style=\"color: #222222;\">Insiders Round Table Meetup</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span style=\"color: #222222;\">____________________________</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975197\"><span class=\"aQJ\">MONDAY</span></span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span style=\"color: #222222;\">Economic Data Release - Market Movers</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975198\"><span class=\"aQJ\">4:30 AM</span></span><span style=\"color: #222222;\">          GBP    Manufacturing PMI</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975199\"><span class=\"aQJ\">8:30 AM</span></span><span style=\"color: #222222;\">          USD    Personal Spending</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975200\"><span class=\"aQJ\">10:00 AM</span></span><span style=\"color: #222222;\">        USD    ISM Manufacturing PMI</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975201\"><span class=\"aQJ\">10:50 AM</span></span><span style=\"color: #222222;\">        USD    FOMC Member Powell Speaks</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975202\"><span class=\"aQJ\">9:30 PM</span></span><span style=\"color: #222222;\">          AUD    Retail Sales And Trade Balance</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975203\"><span class=\"aQJ\">TUESDAY</span></span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span style=\"color: #222222;\">Economic Data Release - Market Movers</span><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975204\"><span class=\"aQJ\">12:30 AM</span></span><span style=\"color: #222222;\">        AUD    RBA Rate Statement</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975205\"><span class=\"aQJ\">4:30 AM</span></span><span style=\"color: #222222;\">          GBP    Construction PMI</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975206\"><span class=\"aQJ\">6:45 PM</span></span><span style=\"color: #222222;\">          NZD    Unemployment Rate</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975207\"><span class=\"aQJ\">9:45 PM</span></span><span style=\"color: #222222;\">          CNY    Services PMI</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975208\"><span class=\"aQJ\">WEDNESDAY</span></span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span style=\"color: #222222;\">Economic Data Release - Market Movers</span><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975209\"><span class=\"aQJ\">4:30 AM</span></span><span style=\"color: #222222;\">          GBP    Services PMI</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975210\"><span class=\"aQJ\">8:15 AM</span></span><span style=\"color: #222222;\">          USD    ADP Nonfarm Employment Change</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975211\"><span class=\"aQJ\">8:30 AM</span></span><span style=\"color: #222222;\">          USD    Trade Balance</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975212\"><span class=\"aQJ\">8:30 AM</span></span><span style=\"color: #222222;\">          CAD    Trade Balance</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975213\"><span class=\"aQJ\">10:00 AM</span></span><span style=\"color: #222222;\">        USD    ISM Nonmanufacturing PMI</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975214\"><span class=\"aQJ\">10:30 AM</span></span><span style=\"color: #222222;\">        CL       Crude Oil Inventories</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975215\"><span class=\"aQJ\">THURSDAY</span></span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span style=\"color: #222222;\">Economic Data Release - Market Movers</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975216\"><span class=\"aQJ\">4:30 AM</span></span><span style=\"color: #222222;\">          GBP    Manufacturing Production</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975217\"><span class=\"aQJ\">7:00 AM</span></span><span style=\"color: #222222;\">          GBP    Official Bank Rate</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975218\"><span class=\"aQJ\">7:45 AM</span></span><span style=\"color: #222222;\">          GBP    Gov. Carney Speaks</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975219\"><span class=\"aQJ\">8:30 AM</span></span><span style=\"color: #222222;\">          USD    Unemployment Claims</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975220\"><span class=\"aQJ\">10:30 AM</span></span><span style=\"color: #222222;\">        NG      Natural Gas Storage</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975221\"><span class=\"aQJ\">9:30 PM</span></span><span style=\"color: #222222;\">          AUD    RBA Monetary Policy Statement</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span style=\"color: #222222;\">Tentative         JPY     Monetary Policy Statement</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975222\"><span class=\"aQJ\">FRIDAY</span></span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span style=\"color: #222222;\">Economic Data Release - Market Movers</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">Tentative         JPY     BOJ Press Conference</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975223\"><span class=\"aQJ\">8:30 AM</span></span><span style=\"color: #222222;\">          USD    Nonfarm Employment Change</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975224\"><span class=\"aQJ\">8:30 AM</span></span><span style=\"color: #222222;\">          CAD    Building Permits</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975225\"><span class=\"aQJ\">10:00 AM</span></span><span style=\"color: #222222;\">        CAD    Ivey PMI</span></p>\r\n<p style=\"color: #000000;\"></p>\r\n<p style=\"color: #000000;\"></p>','The Week Ahead in the Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-44','','','2015-08-03 10:52:18','2015-08-03 10:52:18','',0,'http://www.thetradingroom.com/?p=2551',0,'post','',0),(2552,2,'2015-08-03 10:45:57','2015-08-03 10:45:57','<span style=\"color: #000000;\">The commodity sell-off dominated most of July with crude oil leading the way down -21.79% followed by wheat -19.08, corn -11.91%, copper -9.98%, soybeans -8.24%, gold -6.61% and silver -5.27%. As expected, the commodity currencies led the foreign currencies lower with the Australian dollar losing -5.17%, Canadian dollar -4.49% and the New Zealand dollar -2.47%. The Nasdaq finished the month outperforming the stock indices by gaining 4.4% while the S&amp;P 500 finished 2.18% higher. In the fixed income market the US 30 yr bond finished stronger 3.73% and the US 10 yr note finished 1.14% higher. What is the market\'s message? A glut of oil, weak demand for copper, lack of gold bulls, while US treasury bonds strengthen sending interest rate yields lower. Deflation fears?</span>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/11/wallstreet-logo.jpg\"><img class=\"aligncenter size-full wp-image-2237\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/11/wallstreet-logo.jpg\" alt=\"wallstreet logo\" width=\"650\" height=\"148\" /></a>\r\n\r\nIn the week ahead I will continue to pay close attention to scheduled economic data releases. Recent price action in the financial markets has been suggesting trader\'s sensitivity to economic data, creating trading opportunities. I will also focus on correlations between commodities, bonds and the US dollar. Will the commodities continue to weaken? Will we see a double bottom in crude oil? Will the US 30 year bond have bullish follow through from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_431975149\"><span class=\"aQJ\">Friday\'s</span></span> price activity? Will China\'s stock market behavior have an impact on other markets? The upcoming week is shaping up to be an exciting trading environment with the potential of volatility coming back to the global markets.\r\n<div style=\"color: #000000;\">\r\n<div></div>\r\n<div>Join us this week in our LIVE trading room and watch how we use intermarket relationships and economic data releases to uncover trading opportunities. ​</div>\r\n<div>​​</div>\r\n</div>\r\n<p style=\"color: #000000;\"><strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​​</p>\r\n\r\n\r\n<hr />\r\n<p style=\"color: #000000;\"></p>\r\n<strong>Live Trading Rooms and Educational Events</strong>\r\n\r\n<strong><span style=\"color: #333333;\">The Trading Room TradeLAB - Global Trading with Quantitative Technologies</span></strong>\r\n<div>\r\n\r\n&nbsp;\r\n\r\n<strong><span style=\"color: #333333;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_431975150\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_431975151\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_431975152\"><span class=\"aQJ\">8:00 AM ET</span></span></span></strong>\r\n\r\n<span style=\"color: #333333;\">RQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</span>\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3lHG8z1JqfrDnAF&amp;b=3NfFOFbK4HIyUXJ3r8Hg5Q\" target=\"_blank\">riosquant.com </a>site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div><strong><span style=\"color: #333333;\">Step 1:</span></strong><span style=\"color: #333333;\"> </span><span style=\"color: #333333;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3lHG8z1JqfrDnAF&amp;b=tlU2DKJYrVJF6npmBGbPhA\" target=\"_blank\">register as a guest.</a></span></div>\r\n<div></div>\r\n<div><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div></div>\r\n<div><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. You will need to repeat this step on the following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_431975153\"><span class=\"aQJ\">Monday</span></span> to receive the following week\'s access link.</div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3lHG8z1JqfrDnAF&amp;b=yD3eRKIWI_mKHrvyq.8jBA\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n</div>\r\n<p style=\"color: #000000;\"></p>\r\n<p style=\"color: #000000;\"></p>\r\n<p style=\"color: #000000;\"></p>','','','inherit','open','closed','','2551-revision-v1','','','2015-08-03 10:45:57','2015-08-03 10:45:57','',2551,'http://www.thetradingroom.com/2551-revision-v1/',0,'revision','',0),(2554,2,'2015-08-03 10:48:15','2015-08-03 10:48:15','<span style=\"color: #000000;\">The commodity sell-off dominated most of July with crude oil leading the way down -21.79% followed by wheat -19.08, corn -11.91%, copper -9.98%, soybeans -8.24%, gold -6.61% and silver -5.27%. As expected, the commodity currencies led the foreign currencies lower with the Australian dollar losing -5.17%, Canadian dollar -4.49% and the New Zealand dollar -2.47%. The Nasdaq finished the month outperforming the stock indices by gaining 4.4% while the S&amp;P 500 finished 2.18% higher. In the fixed income market the US 30 yr bond finished stronger 3.73% and the US 10 yr note finished 1.14% higher. What is the market\'s message? A glut of oil, weak demand for copper, lack of gold bulls, while US treasury bonds strengthen sending interest rate yields lower. Deflation fears?</span>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/11/wallstreet-logo.jpg\"><img class=\"aligncenter size-full wp-image-2237\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/11/wallstreet-logo.jpg\" alt=\"wallstreet logo\" width=\"650\" height=\"148\" /></a>\r\n\r\nIn the week ahead I will continue to pay close attention to scheduled economic data releases. Recent price action in the financial markets has been suggesting trader\'s sensitivity to economic data, creating trading opportunities. I will also focus on correlations between commodities, bonds and the US dollar. Will the commodities continue to weaken? Will we see a double bottom in crude oil? Will the US 30 year bond have bullish follow through from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_431975149\"><span class=\"aQJ\">Friday\'s</span></span> price activity? Will China\'s stock market behavior have an impact on other markets? The upcoming week is shaping up to be an exciting trading environment with the potential of volatility coming back to the global markets.\r\n<div style=\"color: #000000;\">\r\n<div></div>\r\n<div>Join us this week in our LIVE trading room and watch how we use intermarket relationships and economic data releases to uncover trading opportunities. ​</div>\r\n<div>​​</div>\r\n</div>\r\n<p style=\"color: #000000;\"><strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​​</p>\r\n\r\n\r\n<hr />\r\n<p style=\"color: #000000;\"></p>\r\n<strong><span style=\"color: #333333;\">The Trading Room TradeLAB - Global Trading with Quantitative Technologies</span></strong>\r\n<div>\r\n\r\n<strong><span style=\"color: #333333;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_431975150\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_431975151\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_431975152\"><span class=\"aQJ\">8:00 AM ET</span></span></span></strong>\r\n\r\n<span style=\"color: #333333;\">RQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</span>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3lHG8z1JqfrDnAF&amp;b=3NfFOFbK4HIyUXJ3r8Hg5Q\" target=\"_blank\">riosquant.com </a>site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div><strong><span style=\"color: #333333;\">Step 1:</span></strong><span style=\"color: #333333;\"> </span><span style=\"color: #333333;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3lHG8z1JqfrDnAF&amp;b=tlU2DKJYrVJF6npmBGbPhA\" target=\"_blank\">register as a guest.</a></span></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. You will need to repeat this step on the following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_431975153\"><span class=\"aQJ\">Monday</span></span> to receive the following week\'s access link.</div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3lHG8z1JqfrDnAF&amp;b=yD3eRKIWI_mKHrvyq.8jBA\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n</div>\r\n<p style=\"color: #000000;\"></p>\r\n<p style=\"color: #000000;\"></p>\r\n<p style=\"color: #000000;\"></p>','','','inherit','open','closed','','2551-revision-v1','','','2015-08-03 10:48:15','2015-08-03 10:48:15','',2551,'http://www.thetradingroom.com/2551-revision-v1/',0,'revision','',0),(2553,2,'2015-08-03 10:46:59','2015-08-03 10:46:59','<span style=\"color: #000000;\">The commodity sell-off dominated most of July with crude oil leading the way down -21.79% followed by wheat -19.08, corn -11.91%, copper -9.98%, soybeans -8.24%, gold -6.61% and silver -5.27%. As expected, the commodity currencies led the foreign currencies lower with the Australian dollar losing -5.17%, Canadian dollar -4.49% and the New Zealand dollar -2.47%. The Nasdaq finished the month outperforming the stock indices by gaining 4.4% while the S&amp;P 500 finished 2.18% higher. In the fixed income market the US 30 yr bond finished stronger 3.73% and the US 10 yr note finished 1.14% higher. What is the market\'s message? A glut of oil, weak demand for copper, lack of gold bulls, while US treasury bonds strengthen sending interest rate yields lower. Deflation fears?</span>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/11/wallstreet-logo.jpg\"><img class=\"aligncenter size-full wp-image-2237\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/11/wallstreet-logo.jpg\" alt=\"wallstreet logo\" width=\"650\" height=\"148\" /></a>\r\n\r\nIn the week ahead I will continue to pay close attention to scheduled economic data releases. Recent price action in the financial markets has been suggesting trader\'s sensitivity to economic data, creating trading opportunities. I will also focus on correlations between commodities, bonds and the US dollar. Will the commodities continue to weaken? Will we see a double bottom in crude oil? Will the US 30 year bond have bullish follow through from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_431975149\"><span class=\"aQJ\">Friday\'s</span></span> price activity? Will China\'s stock market behavior have an impact on other markets? The upcoming week is shaping up to be an exciting trading environment with the potential of volatility coming back to the global markets.\r\n<div style=\"color: #000000;\">\r\n<div></div>\r\n<div>Join us this week in our LIVE trading room and watch how we use intermarket relationships and economic data releases to uncover trading opportunities. ​</div>\r\n<div>​​</div>\r\n</div>\r\n<p style=\"color: #000000;\"><strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​​</p>\r\n\r\n\r\n<hr />\r\n<p style=\"color: #000000;\"></p>\r\n<strong>Live Trading Rooms and Educational Events</strong>\r\n\r\n<strong><span style=\"color: #333333;\">The Trading Room TradeLAB - Global Trading with Quantitative Technologies</span></strong>\r\n<div>\r\n\r\n&nbsp;\r\n\r\n<strong><span style=\"color: #333333;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_431975150\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_431975151\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_431975152\"><span class=\"aQJ\">8:00 AM ET</span></span></span></strong>\r\n\r\n<span style=\"color: #333333;\">RQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</span>\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3lHG8z1JqfrDnAF&amp;b=3NfFOFbK4HIyUXJ3r8Hg5Q\" target=\"_blank\">riosquant.com </a>site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div><strong><span style=\"color: #333333;\">Step 1:</span></strong><span style=\"color: #333333;\"> </span><span style=\"color: #333333;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3lHG8z1JqfrDnAF&amp;b=tlU2DKJYrVJF6npmBGbPhA\" target=\"_blank\">register as a guest.</a></span></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. You will need to repeat this step on the following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_431975153\"><span class=\"aQJ\">Monday</span></span> to receive the following week\'s access link.</div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3lHG8z1JqfrDnAF&amp;b=yD3eRKIWI_mKHrvyq.8jBA\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n</div>\r\n<p style=\"color: #000000;\"></p>\r\n<p style=\"color: #000000;\"></p>\r\n<p style=\"color: #000000;\"></p>','','','inherit','open','closed','','2551-revision-v1','','','2015-08-03 10:46:59','2015-08-03 10:46:59','',2551,'http://www.thetradingroom.com/2551-revision-v1/',0,'revision','',0),(2555,2,'2015-08-03 10:50:41','2015-08-03 10:50:41','<span style=\"color: #000000;\">The commodity sell-off dominated most of July with crude oil leading the way down -21.79% followed by wheat -19.08, corn -11.91%, copper -9.98%, soybeans -8.24%, gold -6.61% and silver -5.27%. As expected, the commodity currencies led the foreign currencies lower with the Australian dollar losing -5.17%, Canadian dollar -4.49% and the New Zealand dollar -2.47%. The Nasdaq finished the month outperforming the stock indices by gaining 4.4% while the S&amp;P 500 finished 2.18% higher. In the fixed income market the US 30 yr bond finished stronger 3.73% and the US 10 yr note finished 1.14% higher. What is the market\'s message? A glut of oil, weak demand for copper, lack of gold bulls, while US treasury bonds strengthen sending interest rate yields lower. Deflation fears?</span>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/11/wallstreet-logo.jpg\"><img class=\"aligncenter size-full wp-image-2237\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/11/wallstreet-logo.jpg\" alt=\"wallstreet logo\" width=\"650\" height=\"148\" /></a>\r\n\r\nIn the week ahead I will continue to pay close attention to scheduled economic data releases. Recent price action in the financial markets has been suggesting trader\'s sensitivity to economic data, creating trading opportunities. I will also focus on correlations between commodities, bonds and the US dollar. Will the commodities continue to weaken? Will we see a double bottom in crude oil? Will the US 30 year bond have bullish follow through from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_431975149\"><span class=\"aQJ\">Friday\'s</span></span> price activity? Will China\'s stock market behavior have an impact on other markets? The upcoming week is shaping up to be an exciting trading environment with the potential of volatility coming back to the global markets.\r\n<div style=\"color: #000000;\">\r\n<div></div>\r\n<div>Join us this week in our LIVE trading room and watch how we use intermarket relationships and economic data releases to uncover trading opportunities. ​</div>\r\n<div>​​</div>\r\n</div>\r\n<p style=\"color: #000000;\"><strong><em>Joe Rios</em> - Founder, Rios Quantitative LLC</strong>​​</p>\r\n\r\n\r\n<hr />\r\n<p style=\"color: #000000;\"></p>\r\n<strong><span style=\"color: #333333;\">The Trading Room TradeLAB - Global Trading with Quantitative Technologies</span></strong>\r\n<div>\r\n\r\n<strong><span style=\"color: #333333;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_431975150\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_431975151\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_431975152\"><span class=\"aQJ\">8:00 AM ET</span></span></span></strong>\r\n\r\n<span style=\"color: #333333;\">RQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</span>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3lHG8z1JqfrDnAF&amp;b=3NfFOFbK4HIyUXJ3r8Hg5Q\" target=\"_blank\">riosquant.com </a>site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div><strong><span style=\"color: #333333;\">Step 1:</span></strong><span style=\"color: #333333;\"> </span><span style=\"color: #333333;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3lHG8z1JqfrDnAF&amp;b=tlU2DKJYrVJF6npmBGbPhA\" target=\"_blank\">register as a guest.</a></span></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. You will need to repeat this step on the following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_431975153\"><span class=\"aQJ\">Monday</span></span> to receive the following week\'s access link.</div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3lHG8z1JqfrDnAF&amp;b=yD3eRKIWI_mKHrvyq.8jBA\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n<p style=\"color: #000000;\"><span style=\"color: #222222;\">The Insider\'s Quant (I.Q.) Room</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975191\"><span class=\"aQJ\">Monday</span></span><span style=\"color: #222222;\"> - </span><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975192\"><span class=\"aQJ\">12:30 pm to 1:45 pm ET</span></span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">What\'s Next in The Week Ahead Forecasting, Planning and Developing</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">Themes</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975193\"><span class=\"aQJ\">Wednesday</span></span><span style=\"color: #222222;\"> -  </span><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975194\"><span class=\"aQJ\">12:30 pm to 1:45 pm ET</span></span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span style=\"color: #222222;\">What\'s Next in The Week Ahead / Strategies for Success</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975195\"><span class=\"aQJ\">Friday</span></span><span style=\"color: #222222;\"> -  </span><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975196\"><span class=\"aQJ\">12:30 pm to 1:45 pm ET</span></span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span style=\"color: #222222;\">Insiders Round Table Meetup</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span style=\"color: #222222;\">____________________________</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975197\"><span class=\"aQJ\">MONDAY</span></span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span style=\"color: #222222;\">Economic Data Release - Market Movers</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975198\"><span class=\"aQJ\">4:30 AM</span></span><span style=\"color: #222222;\">          GBP    Manufacturing PMI</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975199\"><span class=\"aQJ\">8:30 AM</span></span><span style=\"color: #222222;\">          USD    Personal Spending</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975200\"><span class=\"aQJ\">10:00 AM</span></span><span style=\"color: #222222;\">        USD    ISM Manufacturing PMI</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975201\"><span class=\"aQJ\">10:50 AM</span></span><span style=\"color: #222222;\">        USD    FOMC Member Powell Speaks</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975202\"><span class=\"aQJ\">9:30 PM</span></span><span style=\"color: #222222;\">          AUD    Retail Sales And Trade Balance</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975203\"><span class=\"aQJ\">TUESDAY</span></span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span style=\"color: #222222;\">Economic Data Release - Market Movers</span><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975204\"><span class=\"aQJ\">12:30 AM</span></span><span style=\"color: #222222;\">        AUD    RBA Rate Statement</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975205\"><span class=\"aQJ\">4:30 AM</span></span><span style=\"color: #222222;\">          GBP    Construction PMI</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975206\"><span class=\"aQJ\">6:45 PM</span></span><span style=\"color: #222222;\">          NZD    Unemployment Rate</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975207\"><span class=\"aQJ\">9:45 PM</span></span><span style=\"color: #222222;\">          CNY    Services PMI</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975208\"><span class=\"aQJ\">WEDNESDAY</span></span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span style=\"color: #222222;\">Economic Data Release - Market Movers</span><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975209\"><span class=\"aQJ\">4:30 AM</span></span><span style=\"color: #222222;\">          GBP    Services PMI</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975210\"><span class=\"aQJ\">8:15 AM</span></span><span style=\"color: #222222;\">          USD    ADP Nonfarm Employment Change</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975211\"><span class=\"aQJ\">8:30 AM</span></span><span style=\"color: #222222;\">          USD    Trade Balance</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975212\"><span class=\"aQJ\">8:30 AM</span></span><span style=\"color: #222222;\">          CAD    Trade Balance</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975213\"><span class=\"aQJ\">10:00 AM</span></span><span style=\"color: #222222;\">        USD    ISM Nonmanufacturing PMI</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975214\"><span class=\"aQJ\">10:30 AM</span></span><span style=\"color: #222222;\">        CL       Crude Oil Inventories</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975215\"><span class=\"aQJ\">THURSDAY</span></span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span style=\"color: #222222;\">Economic Data Release - Market Movers</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975216\"><span class=\"aQJ\">4:30 AM</span></span><span style=\"color: #222222;\">          GBP    Manufacturing Production</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975217\"><span class=\"aQJ\">7:00 AM</span></span><span style=\"color: #222222;\">          GBP    Official Bank Rate</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975218\"><span class=\"aQJ\">7:45 AM</span></span><span style=\"color: #222222;\">          GBP    Gov. Carney Speaks</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975219\"><span class=\"aQJ\">8:30 AM</span></span><span style=\"color: #222222;\">          USD    Unemployment Claims</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975220\"><span class=\"aQJ\">10:30 AM</span></span><span style=\"color: #222222;\">        NG      Natural Gas Storage</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975221\"><span class=\"aQJ\">9:30 PM</span></span><span style=\"color: #222222;\">          AUD    RBA Monetary Policy Statement</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span style=\"color: #222222;\">Tentative         JPY     Monetary Policy Statement</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975222\"><span class=\"aQJ\">FRIDAY</span></span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span style=\"color: #222222;\">Economic Data Release - Market Movers</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">Tentative         JPY     BOJ Press Conference</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975223\"><span class=\"aQJ\">8:30 AM</span></span><span style=\"color: #222222;\">          USD    Nonfarm Employment Change</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975224\"><span class=\"aQJ\">8:30 AM</span></span><span style=\"color: #222222;\">          CAD    Building Permits</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975225\"><span class=\"aQJ\">10:00 AM</span></span><span style=\"color: #222222;\">        CAD    Ivey PMI</span></p>\r\n<p style=\"color: #000000;\"></p>\r\n<p style=\"color: #000000;\"></p>','','','inherit','open','closed','','2551-revision-v1','','','2015-08-03 10:50:41','2015-08-03 10:50:41','',2551,'http://www.thetradingroom.com/2551-revision-v1/',0,'revision','',0),(2556,2,'2015-08-03 10:52:18','2015-08-03 10:52:18','<span style=\"color: #000000;\">The commodity sell-off dominated most of July with crude oil leading the way down -21.79% followed by wheat -19.08, corn -11.91%, copper -9.98%, soybeans -8.24%, gold -6.61% and silver -5.27%. As expected, the commodity currencies led the foreign currencies lower with the Australian dollar losing -5.17%, Canadian dollar -4.49% and the New Zealand dollar -2.47%. The Nasdaq finished the month outperforming the stock indices by gaining 4.4% while the S&amp;P 500 finished 2.18% higher. In the fixed income market the US 30 yr bond finished stronger 3.73% and the US 10 yr note finished 1.14% higher. What is the market\'s message? A glut of oil, weak demand for copper, lack of gold bulls, while US treasury bonds strengthen sending interest rate yields lower. Deflation fears?</span>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/11/wallstreet-logo.jpg\"><img class=\"aligncenter size-full wp-image-2237\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/11/wallstreet-logo.jpg\" alt=\"wallstreet logo\" width=\"650\" height=\"148\" /></a>\r\n\r\nIn the week ahead I will continue to pay close attention to scheduled economic data releases. Recent price action in the financial markets has been suggesting trader\'s sensitivity to economic data, creating trading opportunities. I will also focus on correlations between commodities, bonds and the US dollar. Will the commodities continue to weaken? Will we see a double bottom in crude oil? Will the US 30 year bond have bullish follow through from <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_431975149\"><span class=\"aQJ\">Friday\'s</span></span> price activity? Will China\'s stock market behavior have an impact on other markets? The upcoming week is shaping up to be an exciting trading environment with the potential of volatility coming back to the global markets.\r\n<div style=\"color: #000000;\">\r\n<div></div>\r\n<div>Join us this week in our LIVE trading room and watch how we use intermarket relationships and economic data releases to uncover trading opportunities. ​</div>\r\n<div>​​</div>\r\n</div>\r\n<p style=\"color: #000000;\"><strong><em>Joe Rios</em> - Founder, Rios Quantitative LLC</strong>​​</p>\r\n\r\n\r\n<hr />\r\n<p style=\"color: #000000;\"></p>\r\n<strong><span style=\"color: #333333;\">The Trading Room TradeLAB - Global Trading with Quantitative Technologies</span></strong>\r\n<div>\r\n\r\n<strong><span style=\"color: #333333;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_431975150\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_431975151\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_431975152\"><span class=\"aQJ\">8:00 AM ET</span></span></span></strong>\r\n\r\n<span style=\"color: #333333;\">RQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</span>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3lHG8z1JqfrDnAF&amp;b=3NfFOFbK4HIyUXJ3r8Hg5Q\" target=\"_blank\">riosquant.com </a>site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div><strong><span style=\"color: #333333;\">Step 1:</span></strong><span style=\"color: #333333;\"> </span><span style=\"color: #333333;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3lHG8z1JqfrDnAF&amp;b=tlU2DKJYrVJF6npmBGbPhA\" target=\"_blank\">register as a guest.</a></span></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. You will need to repeat this step on the following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_431975153\"><span class=\"aQJ\">Monday</span></span> to receive the following week\'s access link.</div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3lHG8z1JqfrDnAF&amp;b=yD3eRKIWI_mKHrvyq.8jBA\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n<p style=\"color: #000000;\"><span style=\"color: #222222;\">The Insider\'s Quant (I.Q.) Room</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975191\"><span class=\"aQJ\">Monday</span></span><span style=\"color: #222222;\"> - </span><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975192\"><span class=\"aQJ\">12:30 pm to 1:45 pm ET</span></span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">What\'s Next in The Week Ahead Forecasting, Planning and Developing</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">Themes</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975193\"><span class=\"aQJ\">Wednesday</span></span><span style=\"color: #222222;\"> -  </span><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975194\"><span class=\"aQJ\">12:30 pm to 1:45 pm ET</span></span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span style=\"color: #222222;\">What\'s Next in The Week Ahead / Strategies for Success</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975195\"><span class=\"aQJ\">Friday</span></span><span style=\"color: #222222;\"> -  </span><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975196\"><span class=\"aQJ\">12:30 pm to 1:45 pm ET</span></span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span style=\"color: #222222;\">Insiders Round Table Meetup</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span style=\"color: #222222;\">____________________________</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975197\"><span class=\"aQJ\">MONDAY</span></span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span style=\"color: #222222;\">Economic Data Release - Market Movers</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975198\"><span class=\"aQJ\">4:30 AM</span></span><span style=\"color: #222222;\">          GBP    Manufacturing PMI</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975199\"><span class=\"aQJ\">8:30 AM</span></span><span style=\"color: #222222;\">          USD    Personal Spending</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975200\"><span class=\"aQJ\">10:00 AM</span></span><span style=\"color: #222222;\">        USD    ISM Manufacturing PMI</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975201\"><span class=\"aQJ\">10:50 AM</span></span><span style=\"color: #222222;\">        USD    FOMC Member Powell Speaks</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975202\"><span class=\"aQJ\">9:30 PM</span></span><span style=\"color: #222222;\">          AUD    Retail Sales And Trade Balance</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975203\"><span class=\"aQJ\">TUESDAY</span></span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span style=\"color: #222222;\">Economic Data Release - Market Movers</span><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975204\"><span class=\"aQJ\">12:30 AM</span></span><span style=\"color: #222222;\">        AUD    RBA Rate Statement</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975205\"><span class=\"aQJ\">4:30 AM</span></span><span style=\"color: #222222;\">          GBP    Construction PMI</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975206\"><span class=\"aQJ\">6:45 PM</span></span><span style=\"color: #222222;\">          NZD    Unemployment Rate</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975207\"><span class=\"aQJ\">9:45 PM</span></span><span style=\"color: #222222;\">          CNY    Services PMI</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975208\"><span class=\"aQJ\">WEDNESDAY</span></span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span style=\"color: #222222;\">Economic Data Release - Market Movers</span><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975209\"><span class=\"aQJ\">4:30 AM</span></span><span style=\"color: #222222;\">          GBP    Services PMI</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975210\"><span class=\"aQJ\">8:15 AM</span></span><span style=\"color: #222222;\">          USD    ADP Nonfarm Employment Change</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975211\"><span class=\"aQJ\">8:30 AM</span></span><span style=\"color: #222222;\">          USD    Trade Balance</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975212\"><span class=\"aQJ\">8:30 AM</span></span><span style=\"color: #222222;\">          CAD    Trade Balance</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975213\"><span class=\"aQJ\">10:00 AM</span></span><span style=\"color: #222222;\">        USD    ISM Nonmanufacturing PMI</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975214\"><span class=\"aQJ\">10:30 AM</span></span><span style=\"color: #222222;\">        CL       Crude Oil Inventories</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975215\"><span class=\"aQJ\">THURSDAY</span></span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span style=\"color: #222222;\">Economic Data Release - Market Movers</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975216\"><span class=\"aQJ\">4:30 AM</span></span><span style=\"color: #222222;\">          GBP    Manufacturing Production</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975217\"><span class=\"aQJ\">7:00 AM</span></span><span style=\"color: #222222;\">          GBP    Official Bank Rate</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975218\"><span class=\"aQJ\">7:45 AM</span></span><span style=\"color: #222222;\">          GBP    Gov. Carney Speaks</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975219\"><span class=\"aQJ\">8:30 AM</span></span><span style=\"color: #222222;\">          USD    Unemployment Claims</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975220\"><span class=\"aQJ\">10:30 AM</span></span><span style=\"color: #222222;\">        NG      Natural Gas Storage</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975221\"><span class=\"aQJ\">9:30 PM</span></span><span style=\"color: #222222;\">          AUD    RBA Monetary Policy Statement</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span style=\"color: #222222;\">Tentative         JPY     Monetary Policy Statement</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975222\"><span class=\"aQJ\">FRIDAY</span></span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span style=\"color: #222222;\">Economic Data Release - Market Movers</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">Tentative         JPY     BOJ Press Conference</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975223\"><span class=\"aQJ\">8:30 AM</span></span><span style=\"color: #222222;\">          USD    Nonfarm Employment Change</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975224\"><span class=\"aQJ\">8:30 AM</span></span><span style=\"color: #222222;\">          CAD    Building Permits</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_431975225\"><span class=\"aQJ\">10:00 AM</span></span><span style=\"color: #222222;\">        CAD    Ivey PMI</span></p>\r\n<p style=\"color: #000000;\"></p>\r\n<p style=\"color: #000000;\"></p>','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2551-revision-v1','','','2015-08-03 10:52:18','2015-08-03 10:52:18','',2551,'http://www.thetradingroom.com/2551-revision-v1/',0,'revision','',0),(2557,2,'2015-09-15 07:15:58','2015-09-15 07:15:58','<span style=\"color: #71767a;\">Online Class: Finally! How to uncover the velocity in the markets!</span><br style=\"color: #71767a;\" /><span style=\"color: #71767a;\">Discover the one tool to instantly identify market sentiment and rotation flows within the broad markets. Join Rios Quantitative founder and strategy developer Joe Rios for this insightful educational class.</span>','How to uncover the velocity in the markets!','','publish','open','closed','','uncover-velocity-markets','','','2015-09-15 11:17:07','2015-09-15 11:17:07','',0,'http://www.thetradingroom.com/?p=2557',0,'post','',0),(2558,2,'2015-08-06 11:42:01','2015-08-06 11:42:01','','video pic 8-15','','inherit','open','closed','','video-pic-8-15','','','2015-08-06 11:42:01','2015-08-06 11:42:01','',2557,'http://www.thetradingroom.com/wp-content/uploads/2015/08/video-pic-8-15.jpg',0,'attachment','image/jpeg',0),(2559,2,'2015-08-06 11:43:36','2015-08-06 11:43:36','<span style=\"color: #71767a;\">Online Class: Finally! How to uncover the velocity in the markets!</span><br style=\"color: #71767a;\" /><span style=\"color: #71767a;\">Discover the one tool to instantly identify market sentiment and rotation flows within the broad markets. Join Rios Quantitative founder and strategy developer Joe Rios for this insightful educational class.</span>','How to uncover the velocity in the markets!','','inherit','open','closed','','2557-revision-v1','','','2015-08-06 11:43:36','2015-08-06 11:43:36','',2557,'http://www.thetradingroom.com/2557-revision-v1/',0,'revision','',0),(2561,2,'2015-08-11 10:59:09','2015-08-11 10:59:09','UPDATED 6:15 am ET\r\n\r\n<strong>STOCKS</strong> - China devalued the yuan by the most in two decades, a move that rippled through global markets as policy makers stepped up efforts to support exporters and boost the role of market pricing in Asia’s largest economy. European shares fell led lower by car makers and luxury goods companies, whose products just got more expensive for Chinese consumers. This followed falls in the US stock futures ahead of the Wall Street opening bell.\r\n\r\n<strong>BONDS</strong> - Weaker stocks lifted top-rated bonds, with yields on euro zone debt also driven lower by the Greek deal, nine days before Athens is due to repay 3.2 billion euros to the European Central Bank.\r\n\r\n<strong>COMMODITIES</strong> - A stronger US dollar hit commodity prices, driving crude oil down after Monday\'s hefty gains.\r\n\r\n<strong>CURRENCIES</strong> - China\'s surprise 2 percent devaluation of the yuan on Tuesday pushed the dollar higher and raised the prospect of a new round of currency wars.The Australian dollar often used as a liquid proxy for the yuan sold off the most.\r\n\r\n<strong>ECONOMIC DATA</strong> -US Prelim Unit Labor Costs q/q due at 8:30, JPY Monetary Policy Meeting Minutes at 19:50 ET.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3aw7oVNPBvrDnAF&amp;b=1Fmi5dFdEhkBu47pDA7zsA\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1226731291\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1226731292\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1226731293\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1226731294\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 1:</strong></span><span style=\"color: #000000;\"> Click on the following link and </span><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3aw7oVNPBvrDnAF&amp;b=1Fmi5dFdEhkBu47pDA7zsA\" target=\"_blank\">register as a guest.</a></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</span></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 3:</strong> </span>To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. The link is good for one week, you will need to repeat the process for your second week on the following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1226731295\"><span class=\"aQJ\">Monday</span></span>.  Pre-market analysis and live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1226731296\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1226731297\"><span class=\"aQJ\">Friday</span></span> from 8:00 am to 11:00 am ET.</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><strong>It\'s really that simple!</strong></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"></div>','Pre-Market Trading: China Rattles Markets','','publish','open','closed','','pre-market-trading-china-rattles-markets','','','2015-08-11 10:59:40','2015-08-11 10:59:40','',0,'http://www.thetradingroom.com/?p=2561',0,'post','',0),(2562,2,'2015-08-11 10:57:35','2015-08-11 10:57:35','UPDATED 6:15 am ET\r\n\r\n<strong>STOCKS</strong> - China devalued the yuan by the most in two decades, a move that rippled through global markets as policy makers stepped up efforts to support exporters and boost the role of market pricing in Asia’s largest economy. European shares fell led lower by car makers and luxury goods companies, whose products just got more expensive for Chinese consumers. This followed falls in the US stock futures ahead of the Wall Street opening bell.\r\n\r\n<strong>BONDS</strong> - Weaker stocks lifted top-rated bonds, with yields on euro zone debt also driven lower by the Greek deal, nine days before Athens is due to repay 3.2 billion euros to the European Central Bank.\r\n\r\n<strong>COMMODITIES</strong> - A stronger US dollar hit commodity prices, driving crude oil down after Monday\'s hefty gains.\r\n\r\n<strong>CURRENCIES</strong> - China\'s surprise 2 percent devaluation of the yuan on Tuesday pushed the dollar higher and raised the prospect of a new round of currency wars.The Australian dollar often used as a liquid proxy for the yuan sold off the most.\r\n\r\n<strong>ECONOMIC DATA</strong> -US Prelim Unit Labor Costs q/q due at 8:30, JPY Monetary Policy Meeting Minutes at 19:50 ET.','Pre-Market Trading: China Rattles Markets','','inherit','open','closed','','2561-revision-v1','','','2015-08-11 10:57:35','2015-08-11 10:57:35','',2561,'http://www.thetradingroom.com/2561-revision-v1/',0,'revision','',0),(2564,2,'2015-08-11 10:59:40','2015-08-11 10:59:40','UPDATED 6:15 am ET\r\n\r\n<strong>STOCKS</strong> - China devalued the yuan by the most in two decades, a move that rippled through global markets as policy makers stepped up efforts to support exporters and boost the role of market pricing in Asia’s largest economy. European shares fell led lower by car makers and luxury goods companies, whose products just got more expensive for Chinese consumers. This followed falls in the US stock futures ahead of the Wall Street opening bell.\r\n\r\n<strong>BONDS</strong> - Weaker stocks lifted top-rated bonds, with yields on euro zone debt also driven lower by the Greek deal, nine days before Athens is due to repay 3.2 billion euros to the European Central Bank.\r\n\r\n<strong>COMMODITIES</strong> - A stronger US dollar hit commodity prices, driving crude oil down after Monday\'s hefty gains.\r\n\r\n<strong>CURRENCIES</strong> - China\'s surprise 2 percent devaluation of the yuan on Tuesday pushed the dollar higher and raised the prospect of a new round of currency wars.The Australian dollar often used as a liquid proxy for the yuan sold off the most.\r\n\r\n<strong>ECONOMIC DATA</strong> -US Prelim Unit Labor Costs q/q due at 8:30, JPY Monetary Policy Meeting Minutes at 19:50 ET.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3aw7oVNPBvrDnAF&amp;b=1Fmi5dFdEhkBu47pDA7zsA\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1226731291\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1226731292\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1226731293\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1226731294\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 1:</strong></span><span style=\"color: #000000;\"> Click on the following link and </span><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3aw7oVNPBvrDnAF&amp;b=1Fmi5dFdEhkBu47pDA7zsA\" target=\"_blank\">register as a guest.</a></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</span></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 3:</strong> </span>To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. The link is good for one week, you will need to repeat the process for your second week on the following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1226731295\"><span class=\"aQJ\">Monday</span></span>.  Pre-market analysis and live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1226731296\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1226731297\"><span class=\"aQJ\">Friday</span></span> from 8:00 am to 11:00 am ET.</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><strong>It\'s really that simple!</strong></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"></div>','Pre-Market Trading: China Rattles Markets','','inherit','open','closed','','2561-revision-v1','','','2015-08-11 10:59:40','2015-08-11 10:59:40','',2561,'http://www.thetradingroom.com/2561-revision-v1/',0,'revision','',0),(2563,2,'2015-08-11 10:59:09','2015-08-11 10:59:09','UPDATED 6:15 am ET\r\n\r\n<strong>STOCKS</strong> - China devalued the yuan by the most in two decades, a move that rippled through global markets as policy makers stepped up efforts to support exporters and boost the role of market pricing in Asia’s largest economy. European shares fell led lower by car makers and luxury goods companies, whose products just got more expensive for Chinese consumers. This followed falls in the US stock futures ahead of the Wall Street opening bell.\r\n\r\n<strong>BONDS</strong> - Weaker stocks lifted top-rated bonds, with yields on euro zone debt also driven lower by the Greek deal, nine days before Athens is due to repay 3.2 billion euros to the European Central Bank.\r\n\r\n<strong>COMMODITIES</strong> - A stronger US dollar hit commodity prices, driving crude oil down after Monday\'s hefty gains.\r\n\r\n<strong>CURRENCIES</strong> - China\'s surprise 2 percent devaluation of the yuan on Tuesday pushed the dollar higher and raised the prospect of a new round of currency wars.The Australian dollar often used as a liquid proxy for the yuan sold off the most.\r\n\r\n<strong>ECONOMIC DATA</strong> -US Prelim Unit Labor Costs q/q due at 8:30, JPY Monetary Policy Meeting Minutes at 19:50 ET.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3aw7oVNPBvrDnAF&amp;b=1Fmi5dFdEhkBu47pDA7zsA\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1226731291\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1226731292\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1226731293\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1226731294\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 1:</strong></span><span style=\"color: #000000;\"> Click on the following link and </span><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3aw7oVNPBvrDnAF&amp;b=1Fmi5dFdEhkBu47pDA7zsA\" target=\"_blank\">register as a guest.</a></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</span></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Step 3:</strong> </span>To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. The link is good for one week, you will need to repeat the process for your second week on the following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1226731295\"><span class=\"aQJ\">Monday</span></span>.  Pre-market analysis and live trading begins <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1226731296\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1226731297\"><span class=\"aQJ\">Friday</span></span> from 8:00 am to 11:00 am ET.</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><strong>It\'s really that simple!</strong></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">Pre-market activity and scheduled economic data that may have an impact on the global financial markets:</div>','Pre-Market Trading: China Rattles Markets','','inherit','open','closed','','2561-revision-v1','','','2015-08-11 10:59:09','2015-08-11 10:59:09','',2561,'http://www.thetradingroom.com/2561-revision-v1/',0,'revision','',0),(2565,2,'2015-08-12 00:01:09','2015-08-12 00:01:09','<div style=\"color: #000000;\"><strong>Are you just winging it? Improvising? Practicing hope and pray trading? Or do you have a clear-cut plan to actually profit from your trading efforts.</strong></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">If you are seeking to improve your performance, ask yourself these five questions:</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">1. Are my indicators leading or lagging the markets?\r\n2. Do I know how much risk I am really taking before I put on a trade?\r\n3. Do I understand why the Commodity market often trades in opposite direction of Bonds and/or the Dollar?\r\n4. Is Risk-ON and Risk-OFF trading environments clouding my judgment?\r\n5. Am I willing to change my way of thinking in order to improve my probability of being profitable?If you answered any of questions 1-4 with a no.... but answered question No. 5 with a big yes, then we have a solution that deserves your attention. Join us this week for our special insiders two-part webinar series on <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1686332565\"><span class=\"aQJ\">Wednesday, August 12th &amp; Friday August 14th</span></span>, starting each day at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1686332566\"><span class=\"aQJ\">12:30 pm ET</span></span>.\r\n\r\n</div>\r\n<div style=\"color: #000000;\" align=\"center\"></div>\r\n<div style=\"color: #000000;\" align=\"center\"><a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/734028833581734146\" target=\"_blank\">SEATING IS LIMITED CLICK HERE TO RESERVE YOUR SPOT</a></div>\r\n<div style=\"color: #000000;\" align=\"center\"></div>\r\n<div style=\"color: #000000;\">Topics of discussion will include:</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1686332567\"><span class=\"aQJ\">Wednesday</span></span> - Strategies for Success</div>\r\n<div style=\"color: #000000;\">^ How to anticipate market reversals.\r\n^ How to take advantage of trader psychology.\r\n^ Which asset classes lead and which ones lag.\r\n^ How automated trading may fit your personality.</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1686332568\"><span class=\"aQJ\">Friday</span></span> - What\'s Working in Today\'s Market Environment</div>\r\n<div style=\"color: #000000;\">^ Rotation flows and correlations update.\r\n^ Which markets are setting up for next week.\r\n^ Institutional trading activity and the opportunities ahead.</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\" align=\"center\"><a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/734028833581734146\" target=\"_blank\"><span class=\"aBn\" data-term=\"goog_1686332569\"><span class=\"aQJ\">WEDNESDAY</span></span> AND <span class=\"aBn\" data-term=\"goog_1686332570\"><span class=\"aQJ\">FRIDAY</span></span> STARTING AT <span class=\"aBn\" data-term=\"goog_1686332571\"><span class=\"aQJ\">12:30 PM</span></span></a></div>\r\n<div style=\"color: #000000;\" align=\"center\"><a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/734028833581734146\" target=\"_blank\">REGISTER HERE AND EXPERIENCE MARKET INTELLIGENCE</a></div>\r\n<div style=\"color: #000000;\" align=\"center\"></div>\r\n<div style=\"color: #000000;\">Rios Quantitative LLC  founder Joe Rios will be presenting, he is a 26 year Wall Street insider and recognized pioneer in automated trading systems.</div>','If you are seeking to improve your performance...','','publish','open','closed','','seeking-improve-performance','','','2015-09-15 11:12:00','2015-09-15 11:12:00','',0,'http://www.thetradingroom.com/?p=2565',0,'post','',0),(2566,2,'2015-08-11 23:59:05','2015-08-11 23:59:05','<div style=\"color: #000000;\"><strong>Are you just winging it? Improvising? Practicing hope and pray trading? Or do you have a clear-cut plan to actually profit from your trading efforts.</strong></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">If you are seeking to improve your performance, ask yourself these five questions:</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">1. Are my indicators leading or lagging the markets?\r\n2. Do I know how much risk I am really taking before I put on a trade?\r\n3. Do I understand why the Commodity market often trades in opposite direction of Bonds and/or the Dollar?\r\n4. Is Risk-ON and Risk-OFF trading environments clouding my judgment?\r\n5. Am I willing to change my way of thinking in order to improve my probability of being profitable?\r\n\r\nIf you answered any of questions 1-4 with a no.... but answered question No. 5 with a big yes, then we have a solution that deserves your attention. Join us this week for our special insiders two-part webinar series on <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1686332565\"><span class=\"aQJ\">Wednesday, August 12th &amp; Friday August 14th</span></span>, starting each day at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1686332566\"><span class=\"aQJ\">12:30 pm ET</span></span>.</div>\r\n<div style=\"color: #000000;\" align=\"center\"></div>\r\n<div style=\"color: #000000;\" align=\"center\"><a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/734028833581734146\" target=\"_blank\">SEATING IS LIMITED CLICK HERE TO RESERVE YOUR SPOT</a></div>\r\n<div style=\"color: #000000;\" align=\"center\"></div>\r\n<div style=\"color: #000000;\">Topics of discussion will include:</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1686332567\"><span class=\"aQJ\">Wednesday</span></span> - Strategies for Success</div>\r\n<div style=\"color: #000000;\">^ How to anticipate market reversals.\r\n^ How to take advantage of trader psychology.\r\n^ Which asset classes lead and which ones lag.\r\n^ How automated trading may fit your personality.</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1686332568\"><span class=\"aQJ\">Friday</span></span> - What\'s Working in Today\'s Market Environment</div>\r\n<div style=\"color: #000000;\">^ Rotation flows and correlations update.\r\n^ Which markets are setting up for next week.\r\n^ Institutional trading activity and the opportunities ahead.</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\" align=\"center\"><a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/734028833581734146\" target=\"_blank\"><span class=\"aBn\" data-term=\"goog_1686332569\"><span class=\"aQJ\">WEDNESDAY</span></span> AND <span class=\"aBn\" data-term=\"goog_1686332570\"><span class=\"aQJ\">FRIDAY</span></span> STARTING AT <span class=\"aBn\" data-term=\"goog_1686332571\"><span class=\"aQJ\">12:30 PM</span></span></a></div>\r\n<div style=\"color: #000000;\" align=\"center\"><a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/734028833581734146\" target=\"_blank\">REGISTER HERE AND EXPERIENCE MARKET INTELLIGENCE</a></div>\r\n<div style=\"color: #000000;\" align=\"center\"></div>\r\n<div style=\"color: #000000;\">Rios Quantitative LLC  founder Joe Rios will be presenting, he is a 26 year Wall Street insider and recognized pioneer in automated trading systems.</div>','If you are seeking to improve your performance...','','inherit','open','closed','','2565-revision-v1','','','2015-08-11 23:59:05','2015-08-11 23:59:05','',2565,'http://www.thetradingroom.com/2565-revision-v1/',0,'revision','',0),(2567,2,'2015-08-17 11:09:17','2015-08-17 11:09:17','<div style=\"color: #000000;\">Last <span class=\"il\">week</span> we began to see correlations tighten between the three major benchmarks, stocks, bonds and currencies. Silver led the commodities rising 2.66% followed by Gold 1.75%. Soy -5.18% and Corn -2.28% led the grains lower, providing shorting opportunities. The Euro led the currency markets trading higher 1.23%. Will correlations continue to tighten, providing as a leading indicator to the direction of the markets?</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">Crude Oil will be on the spotlight in the <span class=\"il\">week</span> <span class=\"il\">ahead</span>. As CNBC noted, there is large interest in a bearish crude price at<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1825856139\"><span class=\"aQJ\">Monday\'s</span></span> close:</div>\r\n<div style=\"color: #000000;\">\r\n<em>\"Meanwhile, at a price of roughly $7.50, the 16,000 contracts outstanding on the 50-strike puts alone are worth $120 million. Throw in the interest in the 85-strike put ($273 million), the 60-put ($133 million) and the 55-put ($129 million), and we\'re beginning to talk about a billion-dollar event in the crude oil market.\"</em></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>Top U.S. hedge funds made bullish bets on the energy sector in the second quarter even as companies\' shares began a slide toward multi-year lows on concerns about oversupply, regulatory filings showed <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1825856140\"><span class=\"aQJ\">on Friday</span></span>. The moves were revealed in quarterly disclosures of manager stock holdings, known as 13F filings, with the U.S. Securities and Exchange Commission. They are of great interest to investors trying to find a pattern in what savvy traders are selling and buying. Large oil speculators in the futures market are still bullish but the last two <span class=\"il\">weeks</span> have seen a reduction as the crude oil futures has moved lower to retest the March lows. The market sentiment is becoming progressively more bearish as analysts keep lowering target levels. The speculative positioning should trigger volatility in the <span class=\"il\">week</span><span class=\"il\">ahead</span>. Is this the beginning of some profit taking or short covering rally? Or will oil prices continue to sell-off?</div>\r\n</div>\r\n<div></div>\r\n<div>Join us this <span class=\"il\">week</span> in our LIVE trading room and watch how we use intermarket relationships and economic data releases to uncover trading opportunities. ​</div>\r\n<div>​​</div>\r\n</div>\r\n<strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​​\r\n\r\n<hr />\r\n\r\n<strong>Live Trading Rooms and Educational Events</strong>\r\n\r\n<strong><span style=\"color: #333333;\">The Trading Room TradeLAB - Global Trading with Quantitative Technologies</span></strong>\r\n<div>\r\n\r\n&nbsp;\r\n\r\n<strong><span style=\"color: #333333;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1825856141\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1825856142\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at 8:00 AM ET</span></strong>\r\n\r\n<span style=\"color: #333333;\">RQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</span>\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/\" target=\"_blank\">riosquant.com </a>site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two<span class=\"il\">week</span> free trial...</div>\r\n<div></div>\r\n<div><strong><span style=\"color: #333333;\">Step 1:</span></strong><span style=\"color: #333333;\"> </span><span style=\"color: #333333;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\">register as a guest.</a></span></div>\r\n<div></div>\r\n<div><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div></div>\r\n<div><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. You will need to repeat this step on the following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1825856144\"><span class=\"aQJ\">Monday</span></span> to receive the following <span class=\"il\">week</span>\'s access link.</div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://support@riosquant.com/\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n<span style=\"color: #222222;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS. COMMODITY</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">NOT SUITABLE FOR ALL INVESTORS.</span></div>\r\n<div></div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>','The Week Ahead in the Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-45','','','2015-08-17 11:09:17','2015-08-17 11:09:17','',0,'http://www.thetradingroom.com/?p=2567',0,'post','',0),(2568,2,'2015-08-17 11:03:51','2015-08-17 11:03:51','<div style=\"color: #000000;\">Last <span class=\"il\">week</span> we began to see correlations tighten between the three major benchmarks, stocks, bonds and currencies. Silver led the commodities rising 2.66% followed by Gold 1.75%. Soy -5.18% and Corn -2.28% led the grains lower, providing shorting opportunities. The Euro led the currency markets trading higher 1.23%. Will correlations continue to tighten, providing as a leading indicator to the direction of the markets?</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">Crude Oil will be on the spotlight in the <span class=\"il\">week</span> <span class=\"il\">ahead</span>. As CNBC noted, there is large interest in a bearish crude price at<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1825856139\"><span class=\"aQJ\">Monday\'s</span></span> close:</div>\r\n<div style=\"color: #000000;\">\r\n<em>\"Meanwhile, at a price of roughly $7.50, the 16,000 contracts outstanding on the 50-strike puts alone are worth $120 million. Throw in the interest in the 85-strike put ($273 million), the 60-put ($133 million) and the 55-put ($129 million), and we\'re beginning to talk about a billion-dollar event in the crude oil market.\"</em></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>Top U.S. hedge funds made bullish bets on the energy sector in the second quarter even as companies\' shares began a slide toward multi-year lows on concerns about oversupply, regulatory filings showed <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1825856140\"><span class=\"aQJ\">on Friday</span></span>. The moves were revealed in quarterly disclosures of manager stock holdings, known as 13F filings, with the U.S. Securities and Exchange Commission. They are of great interest to investors trying to find a pattern in what savvy traders are selling and buying. Large oil speculators in the futures market are still bullish but the last two <span class=\"il\">weeks</span> have seen a reduction as the crude oil futures has moved lower to retest the March lows. The market sentiment is becoming progressively more bearish as analysts keep lowering target levels. The speculative positioning should trigger volatility in the <span class=\"il\">week</span><span class=\"il\">ahead</span>. Is this the beginning of some profit taking or short covering rally? Or will oil prices continue to sell-off?</div>\r\n</div>\r\n<div></div>\r\n<div>Join us this <span class=\"il\">week</span> in our LIVE trading room and watch how we use intermarket relationships and economic data releases to uncover trading opportunities. ​</div>\r\n<div>​​</div>\r\n</div>\r\n<strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​​\r\n\r\n<hr />\r\n\r\n<strong>Live Trading Rooms and Educational Events</strong>\r\n\r\n<strong><span style=\"color: #333333;\">The Trading Room TradeLAB - Global Trading with Quantitative Technologies</span></strong>\r\n<div>\r\n\r\n&nbsp;\r\n\r\n<strong><span style=\"color: #333333;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1825856141\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1825856142\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at 8:00 AM ET</span></strong>\r\n\r\n<span style=\"color: #333333;\">RQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</span>\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/\" target=\"_blank\">riosquant.com </a>site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two<span class=\"il\">week</span> free trial...</div>\r\n<div></div>\r\n<div><strong><span style=\"color: #333333;\">Step 1:</span></strong><span style=\"color: #333333;\"> </span><span style=\"color: #333333;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\">register as a guest.</a></span></div>\r\n<div></div>\r\n<div><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div></div>\r\n<div><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. You will need to repeat this step on the following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1825856144\"><span class=\"aQJ\">Monday</span></span> to receive the following <span class=\"il\">week</span>\'s access link.</div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://support@riosquant.com/\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>','','','inherit','open','closed','','2567-revision-v1','','','2015-08-17 11:03:51','2015-08-17 11:03:51','',2567,'http://www.thetradingroom.com/2567-revision-v1/',0,'revision','',0),(2570,2,'2015-08-17 11:09:17','2015-08-17 11:09:17','<div style=\"color: #000000;\">Last <span class=\"il\">week</span> we began to see correlations tighten between the three major benchmarks, stocks, bonds and currencies. Silver led the commodities rising 2.66% followed by Gold 1.75%. Soy -5.18% and Corn -2.28% led the grains lower, providing shorting opportunities. The Euro led the currency markets trading higher 1.23%. Will correlations continue to tighten, providing as a leading indicator to the direction of the markets?</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">Crude Oil will be on the spotlight in the <span class=\"il\">week</span> <span class=\"il\">ahead</span>. As CNBC noted, there is large interest in a bearish crude price at<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1825856139\"><span class=\"aQJ\">Monday\'s</span></span> close:</div>\r\n<div style=\"color: #000000;\">\r\n<em>\"Meanwhile, at a price of roughly $7.50, the 16,000 contracts outstanding on the 50-strike puts alone are worth $120 million. Throw in the interest in the 85-strike put ($273 million), the 60-put ($133 million) and the 55-put ($129 million), and we\'re beginning to talk about a billion-dollar event in the crude oil market.\"</em></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>Top U.S. hedge funds made bullish bets on the energy sector in the second quarter even as companies\' shares began a slide toward multi-year lows on concerns about oversupply, regulatory filings showed <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1825856140\"><span class=\"aQJ\">on Friday</span></span>. The moves were revealed in quarterly disclosures of manager stock holdings, known as 13F filings, with the U.S. Securities and Exchange Commission. They are of great interest to investors trying to find a pattern in what savvy traders are selling and buying. Large oil speculators in the futures market are still bullish but the last two <span class=\"il\">weeks</span> have seen a reduction as the crude oil futures has moved lower to retest the March lows. The market sentiment is becoming progressively more bearish as analysts keep lowering target levels. The speculative positioning should trigger volatility in the <span class=\"il\">week</span><span class=\"il\">ahead</span>. Is this the beginning of some profit taking or short covering rally? Or will oil prices continue to sell-off?</div>\r\n</div>\r\n<div></div>\r\n<div>Join us this <span class=\"il\">week</span> in our LIVE trading room and watch how we use intermarket relationships and economic data releases to uncover trading opportunities. ​</div>\r\n<div>​​</div>\r\n</div>\r\n<strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​​\r\n\r\n<hr />\r\n\r\n<strong>Live Trading Rooms and Educational Events</strong>\r\n\r\n<strong><span style=\"color: #333333;\">The Trading Room TradeLAB - Global Trading with Quantitative Technologies</span></strong>\r\n<div>\r\n\r\n&nbsp;\r\n\r\n<strong><span style=\"color: #333333;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1825856141\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1825856142\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at 8:00 AM ET</span></strong>\r\n\r\n<span style=\"color: #333333;\">RQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</span>\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/\" target=\"_blank\">riosquant.com </a>site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two<span class=\"il\">week</span> free trial...</div>\r\n<div></div>\r\n<div><strong><span style=\"color: #333333;\">Step 1:</span></strong><span style=\"color: #333333;\"> </span><span style=\"color: #333333;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\">register as a guest.</a></span></div>\r\n<div></div>\r\n<div><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div></div>\r\n<div><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. You will need to repeat this step on the following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1825856144\"><span class=\"aQJ\">Monday</span></span> to receive the following <span class=\"il\">week</span>\'s access link.</div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://support@riosquant.com/\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n<span style=\"color: #222222;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS. COMMODITY</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">NOT SUITABLE FOR ALL INVESTORS.</span></div>\r\n<div></div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2567-revision-v1','','','2015-08-17 11:09:17','2015-08-17 11:09:17','',2567,'http://www.thetradingroom.com/2567-revision-v1/',0,'revision','',0),(2569,2,'2015-08-17 11:05:14','2015-08-17 11:05:14','<div style=\"color: #000000;\">Last <span class=\"il\">week</span> we began to see correlations tighten between the three major benchmarks, stocks, bonds and currencies. Silver led the commodities rising 2.66% followed by Gold 1.75%. Soy -5.18% and Corn -2.28% led the grains lower, providing shorting opportunities. The Euro led the currency markets trading higher 1.23%. Will correlations continue to tighten, providing as a leading indicator to the direction of the markets?</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">Crude Oil will be on the spotlight in the <span class=\"il\">week</span> <span class=\"il\">ahead</span>. As CNBC noted, there is large interest in a bearish crude price at<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1825856139\"><span class=\"aQJ\">Monday\'s</span></span> close:</div>\r\n<div style=\"color: #000000;\">\r\n<em>\"Meanwhile, at a price of roughly $7.50, the 16,000 contracts outstanding on the 50-strike puts alone are worth $120 million. Throw in the interest in the 85-strike put ($273 million), the 60-put ($133 million) and the 55-put ($129 million), and we\'re beginning to talk about a billion-dollar event in the crude oil market.\"</em></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>Top U.S. hedge funds made bullish bets on the energy sector in the second quarter even as companies\' shares began a slide toward multi-year lows on concerns about oversupply, regulatory filings showed <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1825856140\"><span class=\"aQJ\">on Friday</span></span>. The moves were revealed in quarterly disclosures of manager stock holdings, known as 13F filings, with the U.S. Securities and Exchange Commission. They are of great interest to investors trying to find a pattern in what savvy traders are selling and buying. Large oil speculators in the futures market are still bullish but the last two <span class=\"il\">weeks</span> have seen a reduction as the crude oil futures has moved lower to retest the March lows. The market sentiment is becoming progressively more bearish as analysts keep lowering target levels. The speculative positioning should trigger volatility in the <span class=\"il\">week</span><span class=\"il\">ahead</span>. Is this the beginning of some profit taking or short covering rally? Or will oil prices continue to sell-off?</div>\r\n</div>\r\n<div></div>\r\n<div>Join us this <span class=\"il\">week</span> in our LIVE trading room and watch how we use intermarket relationships and economic data releases to uncover trading opportunities. ​</div>\r\n<div>​​</div>\r\n</div>\r\n<strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​​\r\n\r\n<hr />\r\n\r\n<strong>Live Trading Rooms and Educational Events</strong>\r\n\r\n<strong><span style=\"color: #333333;\">The Trading Room TradeLAB - Global Trading with Quantitative Technologies</span></strong>\r\n<div>\r\n\r\n&nbsp;\r\n\r\n<strong><span style=\"color: #333333;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1825856141\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1825856142\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at 8:00 AM ET</span></strong>\r\n\r\n<span style=\"color: #333333;\">RQ trade coaches include Agustin Criado and Joe Rios. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</span>\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/\" target=\"_blank\">riosquant.com </a>site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two<span class=\"il\">week</span> free trial...</div>\r\n<div></div>\r\n<div><strong><span style=\"color: #333333;\">Step 1:</span></strong><span style=\"color: #333333;\"> </span><span style=\"color: #333333;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\">register as a guest.</a></span></div>\r\n<div></div>\r\n<div><strong>Step 2: </strong>You\'ll instantly have access to our live trading room, videos, user guides and quantitative rankings covering multiple asset classes including the financials, metals, energies, grains and forex.</div>\r\n<div></div>\r\n<div><strong>Step 3:</strong> To access The Trading Room® TradeLAB simply click on the gotowebinar link under The Trading Room. Once you register on the gotowebinar link you will receive daily access links directly from gotowebinar. You will need to repeat this step on the following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1825856144\"><span class=\"aQJ\">Monday</span></span> to receive the following <span class=\"il\">week</span>\'s access link.</div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://support@riosquant.com/\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n<p style=\"font-weight: bold;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1825856145\"><span class=\"aQJ\">MONDAY</span></span></p>\r\n\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1825856146\"><span class=\"aQJ\">8:30 AM</span></span>   USD        Empire State Manufacturing Index</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1825856147\"><span class=\"aQJ\">9:30 PM</span></span>   AUD        Monetary Policy Meeting Minutes</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p style=\"font-weight: bold;\"></p>\r\n<p style=\"font-weight: bold;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1825856148\"><span class=\"aQJ\">TUESDAY</span></span></p>\r\n\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1825856149\"><span class=\"aQJ\">4:30 AM</span></span>   GBP        CPI</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1825856150\"><span class=\"aQJ\">8:30 AM</span></span>   USD        Building Permits</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p style=\"font-weight: bold;\"></p>\r\n<p style=\"font-weight: bold;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1825856151\"><span class=\"aQJ\">WEDNESDAY</span></span></p>\r\n\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1825856152\"><span class=\"aQJ\">8:30 AM</span></span>   USD        CPI</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1825856153\"><span class=\"aQJ\">10:30 AM</span></span> CL           Crude Oil Inventories</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1825856154\"><span class=\"aQJ\">2:00 PM</span></span>   USD        FOMC Meeting Minutes</div>\r\n<div>Tentative                JPY         Monetary Policy Statement</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p style=\"font-weight: bold;\"></p>\r\n<p style=\"font-weight: bold;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1825856155\"><span class=\"aQJ\">THURSDAY</span></span></p>\r\n\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>Tentative                JPY         BOJ Press Conference</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1825856156\"><span class=\"aQJ\">2:45 AM</span></span>   USD        FOMC Member Williams Speaks</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1825856157\"><span class=\"aQJ\">4:30 AM</span></span>   GBP        Retail Sales</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1825856158\"><span class=\"aQJ\">8:30 AM</span></span>   USD        Unemployment Claims</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1825856159\"><span class=\"aQJ\">8:30 AM</span></span>   CAD        Wholesale Sales</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1825856160\"><span class=\"aQJ\">10:30 AM</span></span> NG          Natural Gas Storage</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1825856161\"><span class=\"aQJ\">9:45 PM</span></span>   CNY        Caixin Flash Manufacturing PMI</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p style=\"font-weight: bold;\"></p>\r\n<p style=\"font-weight: bold;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1825856162\"><span class=\"aQJ\">FRIDAY</span></span></p>\r\n\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1825856163\"><span class=\"aQJ\">3:00 AM</span></span>   EUR        French Flash Manufacturing PMI</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1825856164\"><span class=\"aQJ\">3:30 AM</span></span>   EUR        German Flash Manufacturing PMI</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1825856165\"><span class=\"aQJ\">8:30 AM</span></span>   CAD        Core CPI</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1825856166\"><span class=\"aQJ\">9:45 AM</span></span>   USD        Flash Manufacturing PMI</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div><strong style=\"color: #ffffff;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</strong></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>','','','inherit','open','closed','','2567-revision-v1','','','2015-08-17 11:05:14','2015-08-17 11:05:14','',2567,'http://www.thetradingroom.com/2567-revision-v1/',0,'revision','',0),(2571,2,'2015-08-18 10:58:34','2015-08-18 10:58:34','UPDATED 6:45 am ET\r\n\r\nSTOCKS - Global stocks fell on Tuesday, with European markets buckling under heavy selling pressure carried over from Asia after Chinese shares slumped 6 percent.\r\nBONDS - Markets are still not fully convinced the Fed will raise rates in September, but most investors are betting a rate hike will occur by the end of year. The U.S. 10-year yield was 1 basis point lower on Tuesday at 2.14 percent.\r\n\r\nCOMMODITIES - U.S. crude futures fell 0.8 percent to $41.49, within 15 cents of making a new six and a half year low. Copper futures fell 1.9 percent to $5,020.0 per tonne, a fresh six-year low.\r\n\r\nCURRENCIES - Major currency markets were more stable, with the euro little changed at $1.1085 and the dollar steady against the yen at 124.30 yen.\r\n\r\nECONOMIC DATA - US Building Permits due at 8:30, NZD GDT Price Index (tentative), NZD PPI Input at 18:45, JPY Trade Balance at 19:50 ET.','Pre-Market Trading Activity','','publish','open','closed','','pre-market-trading-activity-2','','','2015-08-18 10:58:34','2015-08-18 10:58:34','',0,'http://www.thetradingroom.com/?p=2571',0,'post','',0),(2572,2,'2015-08-18 10:58:34','2015-08-18 10:58:34','UPDATED 6:45 am ET\r\n\r\nSTOCKS - Global stocks fell on Tuesday, with European markets buckling under heavy selling pressure carried over from Asia after Chinese shares slumped 6 percent.\r\nBONDS - Markets are still not fully convinced the Fed will raise rates in September, but most investors are betting a rate hike will occur by the end of year. The U.S. 10-year yield was 1 basis point lower on Tuesday at 2.14 percent.\r\n\r\nCOMMODITIES - U.S. crude futures fell 0.8 percent to $41.49, within 15 cents of making a new six and a half year low. Copper futures fell 1.9 percent to $5,020.0 per tonne, a fresh six-year low.\r\n\r\nCURRENCIES - Major currency markets were more stable, with the euro little changed at $1.1085 and the dollar steady against the yen at 124.30 yen.\r\n\r\nECONOMIC DATA - US Building Permits due at 8:30, NZD GDT Price Index (tentative), NZD PPI Input at 18:45, JPY Trade Balance at 19:50 ET.','Pre-Market Trading Activity','','inherit','open','closed','','2571-revision-v1','','','2015-08-18 10:58:34','2015-08-18 10:58:34','',2571,'http://www.thetradingroom.com/2571-revision-v1/',0,'revision','',0),(2574,2,'2015-08-19 19:24:56','0000-00-00 00:00:00','','trade the markets','','draft','open','closed','','trade-the-markets','','','2015-08-19 19:24:56','2015-08-19 19:24:56','',0,'http://www.thetradingroom.com/?page_id=2574',0,'page','',0),(2575,2,'2015-08-19 19:19:56','2015-08-19 19:19:56','','trade the markets','','inherit','open','closed','','2574-revision-v1','','','2015-08-19 19:19:56','2015-08-19 19:19:56','',2574,'http://www.thetradingroom.com/2574-revision-v1/',0,'revision','',0),(2576,2,'2015-08-19 22:06:49','0000-00-00 00:00:00','','Learn to trade','','draft','open','closed','','learn-to-trade','','','2015-08-19 22:06:49','2015-08-19 22:06:49','',0,'http://www.thetradingroom.com/?page_id=2576',0,'page','',0),(2577,2,'2015-08-19 20:05:28','2015-08-19 20:05:28','','strategies that work','','inherit','open','closed','','joe-strategies-that-work','','','2015-08-19 20:05:28','2015-08-19 20:05:28','',0,'http://www.thetradingroom.com/wp-content/uploads/2015/08/joe-strategies-that-work.jpg',0,'attachment','image/jpeg',0),(2578,2,'2015-08-19 20:08:14','2015-08-19 20:08:14','','Learn to trade','','inherit','open','closed','','2576-revision-v1','','','2015-08-19 20:08:14','2015-08-19 20:08:14','',2576,'http://www.thetradingroom.com/2576-revision-v1/',0,'revision','',0),(2579,2,'2015-08-20 12:37:40','2015-08-20 12:37:40','<p style=\"color: #500050;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3kfTqRhp1rh.1AF&amp;b=1kNnfMwBFopeAutsSWmbxQ\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_896181406\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_896181407\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_896181408\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_896181409\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and </span><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3kfTqRhp1rh.1AF&amp;b=zHDxUkw20ftBmcKY1wFD9g\" target=\"_blank\">register as a guest.</a></p>\r\n\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><strong>Pre-market</strong> activity and scheduled economic data that may have an impact on the global financial markets.</div>\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>\r\n<div><strong>STOCKS</strong> -  Global stocks across the board fell <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_896181410\"><span class=\"aQJ\">on Thursday</span></span> as fading expectations for an imminent U.S. interest rate hike following Federal Reserve meeting minutes stoked anxiety about the health of the global economy. U.S. futures pointed to a fall at the open on Wall Street, following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_896181411\"><span class=\"aQJ\">Wednesday\'s</span></span> losses of almost 1 percent.</div>\r\n<div>\r\n<strong>BONDS</strong> -  U.S. Treasury yields fell and money market futures rolled back expectations of a rate rise in September. The 10-year U.S. Treasuries yielded 2.11 percent, having declined from an eight-month high of 2.50 percent in June.</div>\r\n<div>COMMODITIES - Gold gained rising to a one-month while U.S. crude oil traded lower after a fall of more than 4 percent <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_896181412\"><span class=\"aQJ\">on Wednesday</span></span>, barely holding above its 6 1/2-year low of $40.40.</div>\r\n<div></div>\r\n<div><strong>CURRENCIES</strong> -  The dollar lost its edge against other major currencies, falling to a three-week low against the yen before recovering to 124.00 yen, while the euro rose.</div>\r\n<div></div>\r\n<div><strong>ECONOMIC DATA</strong> - US Unemployment Claims due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_896181413\"><span class=\"aQJ\">8:30</span></span>, Existing Home Sales and Philly Fed Manufacturing Index at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_896181414\"><span class=\"aQJ\">10:00</span></span>, Natural Gas Storage at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_896181415\"><span class=\"aQJ\">10:30</span></span>, Caixin Flash Manufacturing PMI at 21:45 ET.</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">   <em> </em></span><em><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></em></p>','Pre-Market Trading: Growth Fears Hit Stocks','','publish','open','closed','','pre-market-trading-growth-fears-hit-stocks','','','2015-08-20 12:37:40','2015-08-20 12:37:40','',0,'http://www.thetradingroom.com/?p=2579',0,'post','',0),(2580,2,'2015-08-20 12:34:57','2015-08-20 12:34:57','','allocation pie 8-20','','inherit','open','closed','','allocation-pie-8-20','','','2015-08-20 12:34:57','2015-08-20 12:34:57','',2579,'http://www.thetradingroom.com/wp-content/uploads/2015/08/allocation-pie-8-20.jpg',0,'attachment','image/jpeg',0),(2581,2,'2015-08-20 12:37:40','2015-08-20 12:37:40','<p style=\"color: #500050;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3kfTqRhp1rh.1AF&amp;b=1kNnfMwBFopeAutsSWmbxQ\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_896181406\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_896181407\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_896181408\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_896181409\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and </span><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3kfTqRhp1rh.1AF&amp;b=zHDxUkw20ftBmcKY1wFD9g\" target=\"_blank\">register as a guest.</a></p>\r\n\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><strong>Pre-market</strong> activity and scheduled economic data that may have an impact on the global financial markets.</div>\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>\r\n<div><strong>STOCKS</strong> -  Global stocks across the board fell <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_896181410\"><span class=\"aQJ\">on Thursday</span></span> as fading expectations for an imminent U.S. interest rate hike following Federal Reserve meeting minutes stoked anxiety about the health of the global economy. U.S. futures pointed to a fall at the open on Wall Street, following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_896181411\"><span class=\"aQJ\">Wednesday\'s</span></span> losses of almost 1 percent.</div>\r\n<div>\r\n<strong>BONDS</strong> -  U.S. Treasury yields fell and money market futures rolled back expectations of a rate rise in September. The 10-year U.S. Treasuries yielded 2.11 percent, having declined from an eight-month high of 2.50 percent in June.</div>\r\n<div>COMMODITIES - Gold gained rising to a one-month while U.S. crude oil traded lower after a fall of more than 4 percent <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_896181412\"><span class=\"aQJ\">on Wednesday</span></span>, barely holding above its 6 1/2-year low of $40.40.</div>\r\n<div></div>\r\n<div><strong>CURRENCIES</strong> -  The dollar lost its edge against other major currencies, falling to a three-week low against the yen before recovering to 124.00 yen, while the euro rose.</div>\r\n<div></div>\r\n<div><strong>ECONOMIC DATA</strong> - US Unemployment Claims due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_896181413\"><span class=\"aQJ\">8:30</span></span>, Existing Home Sales and Philly Fed Manufacturing Index at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_896181414\"><span class=\"aQJ\">10:00</span></span>, Natural Gas Storage at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_896181415\"><span class=\"aQJ\">10:30</span></span>, Caixin Flash Manufacturing PMI at 21:45 ET.</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">   <em> </em></span><em><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></em></p>','Pre-Market Trading: Growth Fears Hit Stocks','','inherit','open','closed','','2579-revision-v1','','','2015-08-20 12:37:40','2015-08-20 12:37:40','',2579,'http://www.thetradingroom.com/2579-revision-v1/',0,'revision','',0),(2582,2,'2015-08-24 11:05:22','2015-08-24 11:05:22','<p style=\"color: #000000;\">Investors were focused on the market sell-off which was first triggered by the FOMC meeting minutes <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1003950860\"><span class=\"aQJ\">on Wednesday</span></span>afternoon, not helped by the report being leaked 22 minutes earlier than the initial scheduled release time. The sell-off then accelerated <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1003950861\"><span class=\"aQJ\">Thursday</span></span> night following China\'s weak manufacturing data release and spilling over into the <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1003950862\"><span class=\"aQJ\">Friday</span></span>trading session, Wall Street\'s last day of trade for the week. As an active trader, one needs to go beyond the stock indices and look to other financial markets for insights to institutional trading activities as a gauge to the perceived health of the global economy and its impact on the different asset classes. Falling currency prices led investors in many emerging markets to sell stocks. The Russian Ruble dropped -5.04% followed by the Mexican Peso -3.03% and the Colombian Peso -2.83%. The MSCI Emerging Markets index fell -5.7% for the week as investors flooded to safer assets.</p>\r\n<p style=\"color: #000000;\">In the week ahead markets will be watching for China\'s next move as investors fear of a slowdown in the world\'s second largest economy.</p>\r\n<p style=\"color: #000000;\"><em>\"China isn’t the only country resorting to extraordinary measures to shore up its tumbling stock market. Taiwan on Sunday slapped a ban on short-selling of borrowed stocks at prices lower than the previous day’s close, while South Korea’s finance ministry said it will act “pre-emptively” after the nation’s largest exchange-traded fund suffered the biggest weekly withdrawal since its inception 15 years ago. China itself <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3Wf3PX6q79rDnAF&amp;b=QV.zSohIMQFTgH0ybg0dnA\" target=\"_blank\">said</a> over the weekend it will allow pension funds to invest in stocks for the first time, while penalizing major shareholders at publicly traded companies for violating rules that limit stake sales.\" - Bloomberg 8-23-1015</em></p>\r\n\r\n<div>\r\n<div>\r\n<div>\r\n\r\nIn the developed markets the Nikkei -7.79% led the way down followed by the Euro Stoxx -7.67% then the Nasdaq -7.5% followed by the S&amp;P 500 -5.8% and the Dow Jones Industrial Average -5.75%. Gold finished the week 4.24% higher followed by the Swiss Franc 3.1%. Keep in mind that 25% of Switzerland\'s reserves are backed by gold.\r\n\r\n&nbsp;\r\n\r\nIn the week ahead investors will also be paying attention to the election in Greece and the Jackson Hole symposium hosted by the Federal Reserve, especially as they look to when the US may raise interest rates. As a trader, I will be paying close attention to correlations to identify trading opportunities among the multiple asset classes. In addition to the stock indices, I will be looking to the commodity markets, especially crude oil futures.\r\n\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>Join us this week in our LIVE trading room and watch how we use intermarket relationships and economic data releases to uncover trading opportunities. ​</div>\r\n<div>​​</div>\r\n</div>\r\n<strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​​\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<p style=\"color: #000000;\"><strong>Live Trading Rooms and Educational Events</strong></p>\r\n<p style=\"color: #000000;\"><strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong></p>\r\n\r\n<div style=\"color: #000000;\">\r\n\r\n&nbsp;\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1003950863\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1003950864\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1003950865\"><span class=\"aQJ\">8:00 AM ET</span></span></strong>\r\n<div>Join our trading community with RiosQuant trade coaches Agustin Criado and Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3Wf3PX6q79rDnAF&amp;b=JvUndcSfFygTOjtU98uIcA\" target=\"_blank\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3Wf3PX6q79rDnAF&amp;b=41hJmL0dgnK.IPvMPdy8eg\" target=\"_blank\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3Wf3PX6q79rDnAF&amp;b=IlWlT4ScOgTAkmpgQfVSJg\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div>\r\n<div><strong>Mastering the Markets Workshop</strong></div>\r\n<div></div>\r\n<div>This workshop will take place at the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3Wf3PX6q79rDnAF&amp;b=jFUUbYWobLhz4BxrccfeCA\" target=\"_blank\">TradeStation Securities</a> headquarters located in Florida <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1003950866\"><span class=\"aQJ\">September 28th through October 1st, 2015</span></span>. If all this sounds good to you, sign up for the new early-bird list. Only 15 spots open.</div>\r\n<div></div>\r\n<div>\r\n<div><strong><em><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3Wf3PX6q79rDnAF&amp;b=WYP.Fte5oVyTDHHnhDy6fA\" target=\"_blank\">Early-Bird Reservation List Click Here</a></em></strong></div>\r\n<div></div>\r\n<div>Hands-on and interactive. The sessions include a mix of case study discussions, interactive lectures, in-class exercises, and opportunities to learn from peers. Included in this \"sleeves-rolled-up\" of how-to training will be:</div>\r\n<div></div>\r\n<ul>\r\n	<li>Day trading, swing trading or day swinging - Find what\'s right for you!</li>\r\n	<li>New tactics for events trading - Stop leaving money on the table!</li>\r\n	<li>Reduce stressful trading - Systematically improve your discipline!</li>\r\n	<li>Identify organic leading indicators - Stay ahead of the markets!</li>\r\n	<li>Develop a winner\'s brain - Exploit your biggest asset!</li>\r\n	<li>Finding performance - Avoid common flaws in performance measures!</li>\r\n	<li>Varying time frames - What they can tell you!</li>\r\n	<li>Institutional power - Leverage from their activities!</li>\r\n	<li>Exchange Traded Funds - New twist for futures traders!</li>\r\n	<li>Trade automation - Backtesting and refining strategies!</li>\r\n</ul>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>Not only will you get the latest trading ideas, you\'ll also have a chance to ask questions to me, other members, or anyone else who dropped by that week. There is limited seating and only 15 spots open! Get to the early-bird sign-up page by <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3Wf3PX6q79rDnAF&amp;b=SMCcSR9VyyopgIrsqg5YsA\" target=\"_blank\">clicking here</a> to get your name on the list.</div>\r\n<div></div>\r\n<div><strong><strong>     </strong></strong>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n<div></div>\r\n<div><strong>The Insider\'s Quant (I.Q.) Room</strong></div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1003950867\"><span class=\"aQJ\">Monday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1003950868\"><span class=\"aQJ\">12:30 pm to 1:45 pm ET</span></span></div>\r\n<div>What\'s Next in The Week Ahead\r\nForecasting, Planning and Developing Themes</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1003950869\"><span class=\"aQJ\">Wednesday</span></span> -  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1003950870\"><span class=\"aQJ\">12:30 pm to 1:45 pm ET</span></span></div>\r\n<div><em>What\'s Next in The Week Ahead / </em><em>Strategies for Success</em></div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1003950871\"><span class=\"aQJ\">Friday</span></span> -  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1003950872\"><span class=\"aQJ\">12:30 pm to 1:45 pm ET</span></span></div>\r\n<div><em>Insiders Round Table Meetup</em></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div><strong><strong> </strong></strong>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Markets','','publish','open','closed','','week-ahead-markets-4','','','2015-08-24 11:06:45','2015-08-24 11:06:45','',0,'http://www.thetradingroom.com/?p=2582',0,'post','',0),(2583,2,'2015-08-24 11:05:22','2015-08-24 11:05:22','<p style=\"color: #000000;\">Investors were focused on the market sell-off which was first triggered by the FOMC meeting minutes <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1003950860\"><span class=\"aQJ\">on Wednesday</span></span>afternoon, not helped by the report being leaked 22 minutes earlier than the initial scheduled release time. The sell-off then accelerated <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1003950861\"><span class=\"aQJ\">Thursday</span></span> night following China\'s weak manufacturing data release and spilling over into the <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1003950862\"><span class=\"aQJ\">Friday</span></span>trading session, Wall Street\'s last day of trade for the week. As an active trader, one needs to go beyond the stock indices and look to other financial markets for insights to institutional trading activities as a gauge to the perceived health of the global economy and its impact on the different asset classes. Falling currency prices led investors in many emerging markets to sell stocks. The Russian Ruble dropped -5.04% followed by the Mexican Peso -3.03% and the Colombian Peso -2.83%. The MSCI Emerging Markets index fell -5.7% for the week as investors flooded to safer assets.</p>\r\n<p style=\"color: #000000;\">In the week ahead markets will be watching for China\'s next move as investors fear of a slowdown in the world\'s second largest economy.</p>\r\n<p style=\"color: #000000;\"><em>\"China isn’t the only country resorting to extraordinary measures to shore up its tumbling stock market. Taiwan on Sunday slapped a ban on short-selling of borrowed stocks at prices lower than the previous day’s close, while South Korea’s finance ministry said it will act “pre-emptively” after the nation’s largest exchange-traded fund suffered the biggest weekly withdrawal since its inception 15 years ago. China itself <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3Wf3PX6q79rDnAF&amp;b=QV.zSohIMQFTgH0ybg0dnA\" target=\"_blank\">said</a> over the weekend it will allow pension funds to invest in stocks for the first time, while penalizing major shareholders at publicly traded companies for violating rules that limit stake sales.\" - Bloomberg 8-23-1015</em></p>\r\n\r\n<div>\r\n<div>\r\n<div>\r\n\r\nIn the developed markets the Nikkei -7.79% led the way down followed by the Euro Stoxx -7.67% then the Nasdaq -7.5% followed by the S&amp;P 500 -5.8% and the Dow Jones Industrial Average -5.75%. Gold finished the week 4.24% higher followed by the Swiss Franc 3.1%. Keep in mind that 25% of Switzerland\'s reserves are backed by gold.\r\n\r\n&nbsp;\r\n\r\nIn the week ahead investors will also be paying attention to the election in Greece and the Jackson Hole symposium hosted by the Federal Reserve, especially as they look to when the US may raise interest rates. As a trader, I will be paying close attention to correlations to identify trading opportunities among the multiple asset classes. In addition to the stock indices, I will be looking to the commodity markets, especially crude oil futures.\r\n\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>Join us this week in our LIVE trading room and watch how we use intermarket relationships and economic data releases to uncover trading opportunities. ​</div>\r\n<div>​​</div>\r\n</div>\r\n<strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​​\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<p style=\"color: #000000;\"><strong>Live Trading Rooms and Educational Events</strong></p>\r\n<p style=\"color: #000000;\"><strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong></p>\r\n\r\n<div style=\"color: #000000;\">\r\n\r\n&nbsp;\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1003950863\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1003950864\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1003950865\"><span class=\"aQJ\">8:00 AM ET</span></span></strong>\r\n<div>Join our trading community with RiosQuant trade coaches Agustin Criado and Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3Wf3PX6q79rDnAF&amp;b=JvUndcSfFygTOjtU98uIcA\" target=\"_blank\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3Wf3PX6q79rDnAF&amp;b=41hJmL0dgnK.IPvMPdy8eg\" target=\"_blank\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3Wf3PX6q79rDnAF&amp;b=IlWlT4ScOgTAkmpgQfVSJg\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div>\r\n<div><strong>Mastering the Markets Workshop</strong></div>\r\n<div></div>\r\n<div>This workshop will take place at the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3Wf3PX6q79rDnAF&amp;b=jFUUbYWobLhz4BxrccfeCA\" target=\"_blank\">TradeStation Securities</a> headquarters located in Florida <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1003950866\"><span class=\"aQJ\">September 28th through October 1st, 2015</span></span>. If all this sounds good to you, sign up for the new early-bird list. Only 15 spots open.</div>\r\n<div></div>\r\n<div>\r\n<div><strong><em><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3Wf3PX6q79rDnAF&amp;b=WYP.Fte5oVyTDHHnhDy6fA\" target=\"_blank\">Early-Bird Reservation List Click Here</a></em></strong></div>\r\n<div></div>\r\n<div>Hands-on and interactive. The sessions include a mix of case study discussions, interactive lectures, in-class exercises, and opportunities to learn from peers. Included in this \"sleeves-rolled-up\" of how-to training will be:</div>\r\n<div></div>\r\n<ul>\r\n	<li>Day trading, swing trading or day swinging - Find what\'s right for you!</li>\r\n	<li>New tactics for events trading - Stop leaving money on the table!</li>\r\n	<li>Reduce stressful trading - Systematically improve your discipline!</li>\r\n	<li>Identify organic leading indicators - Stay ahead of the markets!</li>\r\n	<li>Develop a winner\'s brain - Exploit your biggest asset!</li>\r\n	<li>Finding performance - Avoid common flaws in performance measures!</li>\r\n	<li>Varying time frames - What they can tell you!</li>\r\n	<li>Institutional power - Leverage from their activities!</li>\r\n	<li>Exchange Traded Funds - New twist for futures traders!</li>\r\n	<li>Trade automation - Backtesting and refining strategies!</li>\r\n</ul>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>Not only will you get the latest trading ideas, you\'ll also have a chance to ask questions to me, other members, or anyone else who dropped by that week. There is limited seating and only 15 spots open! Get to the early-bird sign-up page by <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3Wf3PX6q79rDnAF&amp;b=SMCcSR9VyyopgIrsqg5YsA\" target=\"_blank\">clicking here</a> to get your name on the list.</div>\r\n<div></div>\r\n<div><strong><strong>     </strong></strong>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n<div></div>\r\n<div><strong>The Insider\'s Quant (I.Q.) Room</strong></div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1003950867\"><span class=\"aQJ\">Monday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1003950868\"><span class=\"aQJ\">12:30 pm to 1:45 pm ET</span></span></div>\r\n<div>What\'s Next in The Week Ahead\r\nForecasting, Planning and Developing Themes</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1003950869\"><span class=\"aQJ\">Wednesday</span></span> -  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1003950870\"><span class=\"aQJ\">12:30 pm to 1:45 pm ET</span></span></div>\r\n<div><em>What\'s Next in The Week Ahead / </em><em>Strategies for Success</em></div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1003950871\"><span class=\"aQJ\">Friday</span></span> -  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1003950872\"><span class=\"aQJ\">12:30 pm to 1:45 pm ET</span></span></div>\r\n<div><em>Insiders Round Table Meetup</em></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div><strong><strong> </strong></strong>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Week Ahead in the Markets','','inherit','open','closed','','2582-revision-v1','','','2015-08-24 11:05:22','2015-08-24 11:05:22','',2582,'http://www.thetradingroom.com/2582-revision-v1/',0,'revision','',0),(2585,2,'2015-08-28 11:21:27','2015-08-28 11:21:27','<p style=\"color: #500050;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3VOElpxkU5h.1AF&amp;b=B1thhg8gb2d0ZweeAwJ6DQ\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1691671862\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1691671863\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1691671864\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1691671865\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and </span><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3VOElpxkU5h.1AF&amp;b=iwIXuIUwnaxYUQxqf2HHcQ\" target=\"_blank\"><span style=\"color: #000000;\">register as a guest.</span></a></p>\r\n\r\n<div style=\"color: #000000;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Pre-market</strong> activity and scheduled economic data that may have an impact on the global financial markets</span></div>\r\n<div style=\"color: #000000;\">\r\n<div></div>\r\n<div><strong>STOCKS </strong>-   Futures on the the Standard &amp; Poor’s 500 Index signaled the benchmark will decline after its biggest two-day surge since 2009, capping a tumultuous week for global stocks.</div>\r\n<div></div>\r\n<div><strong>BONDS</strong> -  At an annual symposium in Jackson Hole, Wyoming this week, Federal Reserve policy makers are debating whether growth is strong enough to withstand the first interest rate increase since 2006.</div>\r\n<div></div>\r\n<div><strong>COMMODITIES</strong> -  Oil futures pulled back <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1691671866\"><span class=\"aQJ\">Friday</span></span>, yet remained on track for a sizable weekly advance after scoring their biggest one-day gain in more than five years in the prior session.</div>\r\n<div></div>\r\n<div><strong>CURRENCIES</strong> -   The U.S. dollar was flat against a basket of six major currencies, while the British pound traded towards the low of the week.</div>\r\n<div></div>\r\n<div><strong>ECONOMIC DATA</strong> - US Goods Trade Balance due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1691671867\"><span class=\"aQJ\">8:30</span></span>, Revised UoM Consumer Sentiment at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1691671868\"><span class=\"aQJ\">10:00</span></span>, Jackson Hole Symposium (all day), SNB Chairman Jordan Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1691671869\"><span class=\"aQJ\">12:25 ET</span></span>.\r\n\r\n</div>\r\n</div>\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">   <em> </em></span><em><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></em></p>','Pre-Market Activity - Live Trading Room','','publish','open','closed','','pre-market-activity-live-trading-room','','','2015-08-28 11:21:27','2015-08-28 11:21:27','',0,'http://www.thetradingroom.com/?p=2585',0,'post','',0),(2586,2,'2015-08-28 11:21:27','2015-08-28 11:21:27','<p style=\"color: #500050;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3VOElpxkU5h.1AF&amp;b=B1thhg8gb2d0ZweeAwJ6DQ\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1691671862\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1691671863\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1691671864\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1691671865\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and </span><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3VOElpxkU5h.1AF&amp;b=iwIXuIUwnaxYUQxqf2HHcQ\" target=\"_blank\"><span style=\"color: #000000;\">register as a guest.</span></a></p>\r\n\r\n<div style=\"color: #000000;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Pre-market</strong> activity and scheduled economic data that may have an impact on the global financial markets</span></div>\r\n<div style=\"color: #000000;\">\r\n<div></div>\r\n<div><strong>STOCKS </strong>-   Futures on the the Standard &amp; Poor’s 500 Index signaled the benchmark will decline after its biggest two-day surge since 2009, capping a tumultuous week for global stocks.</div>\r\n<div></div>\r\n<div><strong>BONDS</strong> -  At an annual symposium in Jackson Hole, Wyoming this week, Federal Reserve policy makers are debating whether growth is strong enough to withstand the first interest rate increase since 2006.</div>\r\n<div></div>\r\n<div><strong>COMMODITIES</strong> -  Oil futures pulled back <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1691671866\"><span class=\"aQJ\">Friday</span></span>, yet remained on track for a sizable weekly advance after scoring their biggest one-day gain in more than five years in the prior session.</div>\r\n<div></div>\r\n<div><strong>CURRENCIES</strong> -   The U.S. dollar was flat against a basket of six major currencies, while the British pound traded towards the low of the week.</div>\r\n<div></div>\r\n<div><strong>ECONOMIC DATA</strong> - US Goods Trade Balance due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1691671867\"><span class=\"aQJ\">8:30</span></span>, Revised UoM Consumer Sentiment at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1691671868\"><span class=\"aQJ\">10:00</span></span>, Jackson Hole Symposium (all day), SNB Chairman Jordan Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1691671869\"><span class=\"aQJ\">12:25 ET</span></span>.\r\n\r\n</div>\r\n</div>\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">   <em> </em></span><em><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></em></p>','Pre-Market Activity - Live Trading Room','','inherit','open','closed','','2585-revision-v1','','','2015-08-28 11:21:27','2015-08-28 11:21:27','',2585,'http://www.thetradingroom.com/2585-revision-v1/',0,'revision','',0),(2587,2,'2015-08-31 09:58:34','2015-08-31 09:58:34','<p style=\"color: #500050;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3XBrbcqq85h.1AF&amp;b=c2lvQ_l7GRzaTR9RCIEoAw\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1564848988\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1564848989\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1564848990\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1564848991\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3XBrbcqq85h.1AF&amp;b=5EAg0cDSVV0VviYGRqPWNQ\" target=\"_blank\">register as a guest.</a></span></p>\r\n\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Pre-market</strong> activity and scheduled economic data that may have an impact on the global financial markets</span></div>\r\n<div style=\"color: #000000;\">\r\n<div></div>\r\n<div>UPDATED <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1564848992\"><span class=\"aQJ\">5:30 am ET</span></span></div>\r\n<div></div>\r\n<div><strong>STOCKS</strong> -   Stocks in Europe and Asia looked set on Monday for their worst monthly losses in at least three years, with investors still concerned about growth in China and the prospect of higher U.S. interest rates. Standard &amp; Poor’s 500 Index futures slid 0.9 percent. A measure of price swings in the U.S. benchmark over the last 30 days is at its highest since early 2012.</div>\r\n<div></div>\r\n<div><strong>BONDS </strong>-  While Fischer was careful to announce that he wasn’t signaling an impending rate increase, his remarks suggested a move hasn’t been ruled out when the FOMC gathers in Washington <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1564848994\"><span class=\"aQJ\">Sept. 16-17</span></span>.</div>\r\n<div></div>\r\n<div><strong>COMMODITIES</strong> -  Copper futures due in December slipped 0.7 percent on the Comex. The London Metal Exchange is closed <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1564848995\"><span class=\"aQJ\">Monday</span></span>.</div>\r\n<div></div>\r\n<div><strong>CURRENCIES </strong>-   The U.S. dollar was slightly higher against a basket of six major currencies.</div>\r\n<div></div>\r\n<div><strong>ECONOMIC DATA</strong> - CAD Current Account due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1564848996\"><span class=\"aQJ\">8:30</span></span>, US Chicago PMI at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1564848997\"><span class=\"aQJ\">9:45</span></span>, CNY Manufacturing PMI at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1564848998\"><span class=\"aQJ\">21:00</span></span>, AUD Building Approvals m/m at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1564848999\"><span class=\"aQJ\">21:30</span></span>, CNY Caixin Final Manufacturing PMI at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1564849000\"><span class=\"aQJ\">21:45 ET</span></span>.</div>\r\n</div>\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">   <em> </em></span><em><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></em></p>','Don\'t Trade Alone - Live Trading Room','','publish','open','closed','','dont-trade-alone-live-trading-room','','','2015-08-31 09:58:34','2015-08-31 09:58:34','',0,'http://www.thetradingroom.com/?p=2587',0,'post','',0),(2588,2,'2015-08-31 09:58:34','2015-08-31 09:58:34','<p style=\"color: #500050;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3XBrbcqq85h.1AF&amp;b=c2lvQ_l7GRzaTR9RCIEoAw\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1564848988\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1564848989\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1564848990\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1564848991\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3XBrbcqq85h.1AF&amp;b=5EAg0cDSVV0VviYGRqPWNQ\" target=\"_blank\">register as a guest.</a></span></p>\r\n\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Pre-market</strong> activity and scheduled economic data that may have an impact on the global financial markets</span></div>\r\n<div style=\"color: #000000;\">\r\n<div></div>\r\n<div>UPDATED <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1564848992\"><span class=\"aQJ\">5:30 am ET</span></span></div>\r\n<div></div>\r\n<div><strong>STOCKS</strong> -   Stocks in Europe and Asia looked set on Monday for their worst monthly losses in at least three years, with investors still concerned about growth in China and the prospect of higher U.S. interest rates. Standard &amp; Poor’s 500 Index futures slid 0.9 percent. A measure of price swings in the U.S. benchmark over the last 30 days is at its highest since early 2012.</div>\r\n<div></div>\r\n<div><strong>BONDS </strong>-  While Fischer was careful to announce that he wasn’t signaling an impending rate increase, his remarks suggested a move hasn’t been ruled out when the FOMC gathers in Washington <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1564848994\"><span class=\"aQJ\">Sept. 16-17</span></span>.</div>\r\n<div></div>\r\n<div><strong>COMMODITIES</strong> -  Copper futures due in December slipped 0.7 percent on the Comex. The London Metal Exchange is closed <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1564848995\"><span class=\"aQJ\">Monday</span></span>.</div>\r\n<div></div>\r\n<div><strong>CURRENCIES </strong>-   The U.S. dollar was slightly higher against a basket of six major currencies.</div>\r\n<div></div>\r\n<div><strong>ECONOMIC DATA</strong> - CAD Current Account due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1564848996\"><span class=\"aQJ\">8:30</span></span>, US Chicago PMI at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1564848997\"><span class=\"aQJ\">9:45</span></span>, CNY Manufacturing PMI at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1564848998\"><span class=\"aQJ\">21:00</span></span>, AUD Building Approvals m/m at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1564848999\"><span class=\"aQJ\">21:30</span></span>, CNY Caixin Final Manufacturing PMI at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1564849000\"><span class=\"aQJ\">21:45 ET</span></span>.</div>\r\n</div>\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">   <em> </em></span><em><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></em></p>','Don\'t Trade Alone - Live Trading Room','','inherit','open','closed','','2587-revision-v1','','','2015-08-31 09:58:34','2015-08-31 09:58:34','',2587,'http://www.thetradingroom.com/2587-revision-v1/',0,'revision','',0),(2589,2,'2015-09-04 11:58:53','2015-09-04 11:58:53','<p style=\"color: #500050; text-align: center;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3ZpsTGvTxnh.1AF&amp;b=lko8Z2gcRH6ZoN8Z54e6Sg\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_369344925\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_369344926\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_369344927\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_369344928\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3ZpsTGvTxnh.1AF&amp;b=LtPLDXMZ1aeWdOenp0.QSQ\" target=\"_blank\">register as a guest.</a></span></p>\r\n\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nUPDATED 6:05 am ET\r\n\r\nSTOCKS - World shares slid towards their fourth weekly loss in the last five on Friday, as a boost from a supportive-sounding European Central Bank gave way to caution ahead of closely watched U.S. jobs data.\r\n\r\nBONDS - The ECB cut its growth and inflation forecasts and warned of possible further fallout from China. Coupled with a potential delay to a Fed move, euro zone bond yields fell further on Friday, with German 10-year yields hitting their lowest level in nearly a week.\r\n\r\nCOMMODITIES - Copper fell 1.2 percent to $5,181 per tonne after surging to $5,314 on Thursday, its highest in over three weeks, as bearish investors closed out positions ahead of the U.S. jobs data.\r\n\r\nCURRENCIES - The euro also clawed back having been chopped to a two-week low of $1.10875 and a four-month low against the yen by Draghi\'s talk of more money printing on Thursday.\r\n\r\nECONOMIC DATA - US Non-Farm Employment Change and CAD Employment Change due at 8:30, CAD Ivey PMI at 10:00 ET.','Pre-Market Trading Activity - Live Trading Room','','publish','open','closed','','pre-market-trading-activity-live-trading-room','','','2015-09-04 11:58:53','2015-09-04 11:58:53','',0,'http://www.thetradingroom.com/?p=2589',0,'post','',0),(2590,2,'2015-09-04 11:53:02','2015-09-04 11:53:02','<p style=\"color: #500050; text-align: center;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3ZpsTGvTxnh.1AF&amp;b=lko8Z2gcRH6ZoN8Z54e6Sg\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_369344925\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_369344926\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_369344927\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_369344928\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3ZpsTGvTxnh.1AF&amp;b=LtPLDXMZ1aeWdOenp0.QSQ\" target=\"_blank\">register as a guest.</a></span></p>\r\n\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nUPDATED 6:05 am ET\r\n\r\nSTOCKS - World shares slid towards their fourth weekly loss in the last five on Friday, as a boost from a supportive-sounding European Central Bank gave way to caution ahead of closely watched U.S. jobs data.\r\n\r\nBONDS - The ECB cut its growth and inflation forecasts and warned of possible further fallout from China. Coupled with a potential delay to a Fed move, euro zone bond yields fell further on Friday, with German 10-year yields hitting their lowest level in nearly a week.\r\n\r\nCOMMODITIES - Copper fell 1.2 percent to $5,181 per tonne after surging to $5,314 on Thursday, its highest in over three weeks, as bearish investors closed out positions ahead of the U.S. jobs data.\r\n\r\nCURRENCIES - The euro also clawed back having been chopped to a two-week low of $1.10875 and a four-month low against the yen by Draghi\'s talk of more money printing on Thursday.\r\n\r\nECONOMIC DATA - US Non-Farm Employment Change and CAD Employment Change due at 8:30, CAD Ivey PMI at 10:00 ET.','Pre-Market Trading Activity - Live Trading Room','','inherit','open','closed','','2589-revision-v1','','','2015-09-04 11:53:02','2015-09-04 11:53:02','',2589,'http://www.thetradingroom.com/2589-revision-v1/',0,'revision','',0),(2705,2,'2016-01-04 12:16:30','2016-01-04 12:16:30','<p style=\"font-weight: normal; color: rgb(80, 0, 80); text-align: center;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"font-weight: normal; color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_820177439\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_820177440\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_820177441\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_820177442\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"font-weight: normal; color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n<p style=\"font-weight: normal; color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/2173812925116302337\" target=\"_blank\">register as a guest.</a></span></p>\r\n\r\n<div style=\"font-weight: normal; color: #000000;\"><strong>Pre-market</strong> activity and scheduled economic data that may have an impact on the global financial markets</div>\r\n<div style=\"font-weight: normal; color: #000000;\">\r\n<div><strong>\r\nSTOCKS</strong> - Stocks crumbled around the world, with emerging markets falling the most since August, as slowing manufacturing triggered a selloff that halted equity trading in Shanghai.  The circuit breaker mechanism, is a new measure that came into effect<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_820177443\"><span class=\"aQJ\">Monday</span></span> and was put to test immediately.\r\n<strong>\r\n</strong></div>\r\n<div><strong>BONDS</strong> -  Government bonds across developed economies rallied after a plunge in Chinese shares drove demand for the relative safety of sovereign debt, pushing Treasury 10-year yields down by the most in more than two weeks.\r\n\r\n</div>\r\n<div><strong>COMMODITIES</strong> - U.S. crude traded higher after Saudi Arabia’s embassy in Tehran was attacked to protest the Saudis’ execution of a prominent Shiite cleric.\r\n<strong>\r\n</strong></div>\r\n<div><strong>CURRENCIES</strong> -  The Japanese yen touched 118.70 per dollar, the strongest level since <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_820177444\"><span class=\"aQJ\">Oct. 15</span></span> and the Swiss franc was also among the biggest gainers among haven currencies.\r\n<strong>\r\n</strong></div>\r\n<div><strong>ECONOMIC DATA </strong>- US ISM Manufacturing PMI due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_820177445\"><span class=\"aQJ\">10:00 ET</span></span>.</div>\r\n</div>\r\n<div style=\"font-weight: normal; color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n<p style=\"font-weight: normal; color: #500050;\"><span style=\"color: #000000;\">   <em> </em></span><em><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></em></p>','Pre-Market Activity - Live Trading Room','','publish','open','closed','','pre-market-activity-live-trading-room-2','','','2016-01-04 12:16:30','2016-01-04 12:16:30','',0,'http://www.thetradingroom.com/?p=2705',0,'post','',0),(2592,2,'2015-09-04 11:57:33','2015-09-04 11:57:33','<p style=\"color: #500050;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3ZpsTGvTxnh.1AF&amp;b=lko8Z2gcRH6ZoN8Z54e6Sg\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_369344945\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_369344946\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_369344947\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_369344948\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3ZpsTGvTxnh.1AF&amp;b=LtPLDXMZ1aeWdOenp0.QSQ\" target=\"_blank\">register as a guest.</a></span></p>\r\n\r\n<div style=\"color: #000000;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Pre-market</strong> activity and scheduled economic data that may have an impact on the global financial markets</span></div>\r\n<div style=\"color: #000000;\"><strong>\r\n</strong><strong>STOCKS</strong> -  World shares slid towards their fourth weekly loss in the last five <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_369344949\"><span class=\"aQJ\">on Friday</span></span>, as a boost from a supportive-sounding European Central Bank gave way to caution ahead of closely watched U.S. jobs data.\r\n\r\n</div>\r\n<div style=\"color: #000000;\"><strong>BONDS </strong>-  The ECB cut its growth and inflation forecasts and warned of possible further fallout from China. Coupled with a potential delay to a Fed move, euro zone bond yields fell further <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_369344950\"><span class=\"aQJ\">on Friday</span></span>, with German 10-year yields hitting their lowest level in nearly a week.\r\n\r\n</div>\r\n<div style=\"color: #000000;\"><strong>COMMODITIES</strong> -  Copper  fell 1.2 percent to $5,181 per tonne after surging to $5,314<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_369344951\"><span class=\"aQJ\">on Thursday</span></span>, its highest in over three weeks, as bearish investors closed out positions ahead of the U.S. jobs data.\r\n\r\n</div>\r\n<div style=\"color: #000000;\"><strong>CURRENCIES</strong> -   The euro also clawed back having been chopped to a two-week low of $1.10875 and a four-month low against the yen by Draghi\'s talk of more money printing <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_369344952\"><span class=\"aQJ\">on Thursday</span></span>.\r\n\r\n</div>\r\n<div style=\"color: #000000;\"><strong>ECONOMIC DATA </strong>- US Non-Farm Employment Change and CAD Employment Change due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_369344953\"><span class=\"aQJ\">8:30</span></span>, CAD Ivey PMI at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_369344954\"><span class=\"aQJ\">10:00 ET</span></span>.</div>','Pre-Market Trading - Live Trading Room','','publish','open','closed','','pre-market-trading-live-trading-room','','','2015-09-04 11:57:33','2015-09-04 11:57:33','',0,'http://www.thetradingroom.com/?page_id=2592',0,'page','',0),(2593,2,'2015-09-04 11:57:33','2015-09-04 11:57:33','<p style=\"color: #500050;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3ZpsTGvTxnh.1AF&amp;b=lko8Z2gcRH6ZoN8Z54e6Sg\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_369344945\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_369344946\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_369344947\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_369344948\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3ZpsTGvTxnh.1AF&amp;b=LtPLDXMZ1aeWdOenp0.QSQ\" target=\"_blank\">register as a guest.</a></span></p>\r\n\r\n<div style=\"color: #000000;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>Pre-market</strong> activity and scheduled economic data that may have an impact on the global financial markets</span></div>\r\n<div style=\"color: #000000;\"><strong>\r\n</strong><strong>STOCKS</strong> -  World shares slid towards their fourth weekly loss in the last five <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_369344949\"><span class=\"aQJ\">on Friday</span></span>, as a boost from a supportive-sounding European Central Bank gave way to caution ahead of closely watched U.S. jobs data.\r\n\r\n</div>\r\n<div style=\"color: #000000;\"><strong>BONDS </strong>-  The ECB cut its growth and inflation forecasts and warned of possible further fallout from China. Coupled with a potential delay to a Fed move, euro zone bond yields fell further <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_369344950\"><span class=\"aQJ\">on Friday</span></span>, with German 10-year yields hitting their lowest level in nearly a week.\r\n\r\n</div>\r\n<div style=\"color: #000000;\"><strong>COMMODITIES</strong> -  Copper  fell 1.2 percent to $5,181 per tonne after surging to $5,314<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_369344951\"><span class=\"aQJ\">on Thursday</span></span>, its highest in over three weeks, as bearish investors closed out positions ahead of the U.S. jobs data.\r\n\r\n</div>\r\n<div style=\"color: #000000;\"><strong>CURRENCIES</strong> -   The euro also clawed back having been chopped to a two-week low of $1.10875 and a four-month low against the yen by Draghi\'s talk of more money printing <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_369344952\"><span class=\"aQJ\">on Thursday</span></span>.\r\n\r\n</div>\r\n<div style=\"color: #000000;\"><strong>ECONOMIC DATA </strong>- US Non-Farm Employment Change and CAD Employment Change due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_369344953\"><span class=\"aQJ\">8:30</span></span>, CAD Ivey PMI at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_369344954\"><span class=\"aQJ\">10:00 ET</span></span>.</div>','Pre-Market Trading - Live Trading Room','','inherit','open','closed','','2592-revision-v1','','','2015-09-04 11:57:33','2015-09-04 11:57:33','',2592,'http://www.thetradingroom.com/2592-revision-v1/',0,'revision','',0),(2594,2,'2015-09-04 11:58:53','2015-09-04 11:58:53','<p style=\"color: #500050; text-align: center;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3ZpsTGvTxnh.1AF&amp;b=lko8Z2gcRH6ZoN8Z54e6Sg\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_369344925\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_369344926\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_369344927\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_369344928\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=KO0qB.&amp;m=3ZpsTGvTxnh.1AF&amp;b=LtPLDXMZ1aeWdOenp0.QSQ\" target=\"_blank\">register as a guest.</a></span></p>\r\n\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nUPDATED 6:05 am ET\r\n\r\nSTOCKS - World shares slid towards their fourth weekly loss in the last five on Friday, as a boost from a supportive-sounding European Central Bank gave way to caution ahead of closely watched U.S. jobs data.\r\n\r\nBONDS - The ECB cut its growth and inflation forecasts and warned of possible further fallout from China. Coupled with a potential delay to a Fed move, euro zone bond yields fell further on Friday, with German 10-year yields hitting their lowest level in nearly a week.\r\n\r\nCOMMODITIES - Copper fell 1.2 percent to $5,181 per tonne after surging to $5,314 on Thursday, its highest in over three weeks, as bearish investors closed out positions ahead of the U.S. jobs data.\r\n\r\nCURRENCIES - The euro also clawed back having been chopped to a two-week low of $1.10875 and a four-month low against the yen by Draghi\'s talk of more money printing on Thursday.\r\n\r\nECONOMIC DATA - US Non-Farm Employment Change and CAD Employment Change due at 8:30, CAD Ivey PMI at 10:00 ET.','Pre-Market Trading Activity - Live Trading Room','','inherit','open','closed','','2589-revision-v1','','','2015-09-04 11:58:53','2015-09-04 11:58:53','',2589,'http://www.thetradingroom.com/2589-revision-v1/',0,'revision','',0),(2597,2,'2015-09-15 11:09:04','2015-09-15 11:09:04','The market continued to show volatility with global stock indices trading sharply higher the first half of the week then pulling back the second half, consolidating to then finish the week with some gains. Crude oil traded mostly range bound for the week, despite lower demand forecast from the Energy Information Administration (EIA) and a bearish warning from Goldman Sachs commodity analyst Jeffrey Currie. Gold broke down from a minor key level while copper finished the week strong.\r\n\r\nIn the week ahead we have the long awaited policy meeting from the Fed that is sure to have implications across the global financial markets. An unexpected drop in the jobless rate to 5.1% and an upward revision in second-quarter growth to 3.7% suggests support for a rate hike as the labor market tightens and utilization is at its best level since the global financial crisis. However the market has priced in around a 24% chance of a rate hike as inflation remains weak, emerging markets struggle and fears of a hard landing from China, the second largest economy in the world. Therefore a rate hike should shock the markets, potentially sending the US dollar sharply higher. Global stock markets should also see a spike in volatility.\r\n\r\nWe face a busy economic calendar with the Bank of Japan\'s monetary policy decision and press conference on Tuesday then on Wednesday we have jobs data from UK and the US CPI number will also be published. In the week ahead I will also pay attention to the non-risk assets including the grains and natural gas. Wheat and corn spiked higher on Friday following data, potentially setting up for trading opportunities.\r\n\r\n<em><strong> - Joe Rios</strong></em>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nScheduled economic releases that may have an impact on the markets:\r\n\r\nMonday\r\n\r\n9:30 PM            AUD     Monetary Policy Meeting Minutes\r\n\r\nTentative           JPY      Monetary Policy Statement\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\nTentative           JPY      BOJ Press Conference\r\n\r\n4:30 AM            GBP     CPI\r\n\r\n5:00 AM            EUR     German ZEW Economic Sentiment\r\n\r\n8:30 AM            USD     Core Retail Sales\r\n\r\nTentative           NZD     Current  Account\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM            GBP     Claimant Count Change\r\n\r\n8:30 AM            CAD     Manufacturing Sales\r\n\r\n8:30 AM            USD     Core CPI\r\n\r\n10:30 AM          CL        Crude Oil Inventories\r\n\r\n6:45 PM            NZD     GDP\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n2:35 AM            JPY      BOJ Gov. Kuroda speaks\r\n\r\n3:30 AM            CHF      SNB Monetary Policy Assessment\r\n\r\n4:30 AM            GBP     Retail Sales\r\n\r\n8:30 AM            USD     Unemployment Claims\r\n\r\n10:00 AM          USD     Philly Fed Manufacturing Index\r\n\r\n10:30 AM          NG       Natural Gas Storage\r\n\r\n2:00 PM            USD     FOMC Statement\r\n\r\n2:30 PM            USD     FOMC Press Conference\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n8:30 AM            CAD     Core CPI','The Week Ahead for Stocks, Bonds, Commodities and Currencies ','','inherit','open','closed','','2596-revision-v1','','','2015-09-15 11:09:04','2015-09-15 11:09:04','',2596,'http://www.thetradingroom.com/2596-revision-v1/',0,'revision','',0),(2598,2,'2015-09-15 11:12:00','2015-09-15 11:12:00','<div style=\"color: #000000;\"><strong>Are you just winging it? Improvising? Practicing hope and pray trading? Or do you have a clear-cut plan to actually profit from your trading efforts.</strong></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">If you are seeking to improve your performance, ask yourself these five questions:</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">1. Are my indicators leading or lagging the markets?\r\n2. Do I know how much risk I am really taking before I put on a trade?\r\n3. Do I understand why the Commodity market often trades in opposite direction of Bonds and/or the Dollar?\r\n4. Is Risk-ON and Risk-OFF trading environments clouding my judgment?\r\n5. Am I willing to change my way of thinking in order to improve my probability of being profitable?If you answered any of questions 1-4 with a no.... but answered question No. 5 with a big yes, then we have a solution that deserves your attention. Join us this week for our special insiders two-part webinar series on <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1686332565\"><span class=\"aQJ\">Wednesday, August 12th &amp; Friday August 14th</span></span>, starting each day at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1686332566\"><span class=\"aQJ\">12:30 pm ET</span></span>.\r\n\r\n</div>\r\n<div style=\"color: #000000;\" align=\"center\"></div>\r\n<div style=\"color: #000000;\" align=\"center\"><a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/734028833581734146\" target=\"_blank\">SEATING IS LIMITED CLICK HERE TO RESERVE YOUR SPOT</a></div>\r\n<div style=\"color: #000000;\" align=\"center\"></div>\r\n<div style=\"color: #000000;\">Topics of discussion will include:</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1686332567\"><span class=\"aQJ\">Wednesday</span></span> - Strategies for Success</div>\r\n<div style=\"color: #000000;\">^ How to anticipate market reversals.\r\n^ How to take advantage of trader psychology.\r\n^ Which asset classes lead and which ones lag.\r\n^ How automated trading may fit your personality.</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1686332568\"><span class=\"aQJ\">Friday</span></span> - What\'s Working in Today\'s Market Environment</div>\r\n<div style=\"color: #000000;\">^ Rotation flows and correlations update.\r\n^ Which markets are setting up for next week.\r\n^ Institutional trading activity and the opportunities ahead.</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\" align=\"center\"><a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/734028833581734146\" target=\"_blank\"><span class=\"aBn\" data-term=\"goog_1686332569\"><span class=\"aQJ\">WEDNESDAY</span></span> AND <span class=\"aBn\" data-term=\"goog_1686332570\"><span class=\"aQJ\">FRIDAY</span></span> STARTING AT <span class=\"aBn\" data-term=\"goog_1686332571\"><span class=\"aQJ\">12:30 PM</span></span></a></div>\r\n<div style=\"color: #000000;\" align=\"center\"><a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/734028833581734146\" target=\"_blank\">REGISTER HERE AND EXPERIENCE MARKET INTELLIGENCE</a></div>\r\n<div style=\"color: #000000;\" align=\"center\"></div>\r\n<div style=\"color: #000000;\">Rios Quantitative LLC  founder Joe Rios will be presenting, he is a 26 year Wall Street insider and recognized pioneer in automated trading systems.</div>','If you are seeking to improve your performance...','','inherit','open','closed','','2565-revision-v1','','','2015-09-15 11:12:00','2015-09-15 11:12:00','',2565,'http://www.thetradingroom.com/2565-revision-v1/',0,'revision','',0),(2599,2,'2015-09-15 11:14:07','2015-09-15 11:14:07','<span style=\"color: #71767a;\">Online Class: Finally! How to uncover the velocity in the markets!</span><br style=\"color: #71767a;\" /><span style=\"color: #71767a;\">Discover the one tool to instantly identify market sentiment and rotation flows within the broad markets. Join Rios Quantitative founder and strategy developer Joe Rios for this insightful educational class.</span>','How to uncover the velocity in the markets!','','inherit','open','closed','','2557-autosave-v1','','','2015-09-15 11:14:07','2015-09-15 11:14:07','',2557,'http://www.thetradingroom.com/2557-autosave-v1/',0,'revision','',0),(2600,2,'2015-09-22 11:19:29','2015-09-22 11:19:29','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/675495d1d3/TEST/ca88ceff60/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2082671152\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2082671153\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2082671154\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/675495d1d3/TEST/54eb44210d\" target=\"_blank\">register as a guest.</a> for access.</p>\r\n\r\n<div style=\"color: #222222;\">\r\n<img class=\"CToWUd\" title=\"trading room ranked1\" src=\"https://ci4.googleusercontent.com/proxy/TksUlWps3kLQIujovn_zzGRUin9R_xOcuhfVof8fHp0bejBfs8mV7-4wRcQanVvCMB9cqYiKQmuysTgo1jk2uLfYcJH58bC3_Rt3H-JTKrUHG8vDBgXs6D0jUVvWDYiyEQljvSwU3wA-IXhI0BO7z6RLq4X42t3i3Pc7nj8x-mwfb9YWYA=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/675495d1d3/trading%20room%20ranked1.JPG?__nocache__=1\" alt=\"trading room ranked1\" width=\"482\" height=\"97\" align=\"none\" border=\"0\" hspace=\"0\" vspace=\"0\" /></div>\r\n<div style=\"color: #222222;\">\r\n\r\nPre-market price action and scheduled economic data that may have an impact on the global financial markets:\r\n\r\n<strong>STOCKS</strong> -  European shares fell <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2082671155\"><span class=\"aQJ\">on Tuesday</span></span>, led lower by miners as copper prices slid on worries over Chinese demand. US stock futures pointed to a lower Wall Street open. Japan was closed for holiday.\r\n\r\n<strong>BONDS</strong> -  The dimming outlook for inflation and growth boosted government bonds. Expectations of a prolonged period of low ECB rates pushed down yields on euro zone debt. German 10-year Bunds were yielding 0.66 percent, down 2.3 basis points.\r\n\r\n<strong>COMMODITIES</strong> -  From coal to copper, raw materials are under pressure on concern the global economy is slowing. Oil prices fell as traders took profits from a rise of 3-4 percent <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2082671156\"><span class=\"aQJ\">on Monday</span></span>.\r\n\r\n<strong>CURRENCIES</strong> -  The dollar hit its highest in almost two weeks after Federal Reserve officials signaled U.S. interest rates could still rise this year.\r\n\r\n<strong>ECONOMIC DATA</strong> -  FOMC Member Lockhart Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2082671157\"><span class=\"aQJ\">18:30</span></span>, CNY Caixin Flash Manufacturing PMI at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2082671158\"><span class=\"aQJ\">21:45 ET</span></span>.</div>\r\n<div style=\"color: #222222;\"></div>','Pre-Market Trading','','publish','open','closed','','pre-market-trading-5','','','2015-09-22 11:19:29','2015-09-22 11:19:29','',0,'http://www.thetradingroom.com/?p=2600',0,'post','',0),(2601,2,'2015-09-22 11:19:29','2015-09-22 11:19:29','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/675495d1d3/TEST/ca88ceff60/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2082671152\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2082671153\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2082671154\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/675495d1d3/TEST/54eb44210d\" target=\"_blank\">register as a guest.</a> for access.</p>\r\n\r\n<div style=\"color: #222222;\">\r\n<img class=\"CToWUd\" title=\"trading room ranked1\" src=\"https://ci4.googleusercontent.com/proxy/TksUlWps3kLQIujovn_zzGRUin9R_xOcuhfVof8fHp0bejBfs8mV7-4wRcQanVvCMB9cqYiKQmuysTgo1jk2uLfYcJH58bC3_Rt3H-JTKrUHG8vDBgXs6D0jUVvWDYiyEQljvSwU3wA-IXhI0BO7z6RLq4X42t3i3Pc7nj8x-mwfb9YWYA=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/675495d1d3/trading%20room%20ranked1.JPG?__nocache__=1\" alt=\"trading room ranked1\" width=\"482\" height=\"97\" align=\"none\" border=\"0\" hspace=\"0\" vspace=\"0\" /></div>\r\n<div style=\"color: #222222;\">\r\n\r\nPre-market price action and scheduled economic data that may have an impact on the global financial markets:\r\n\r\n<strong>STOCKS</strong> -  European shares fell <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2082671155\"><span class=\"aQJ\">on Tuesday</span></span>, led lower by miners as copper prices slid on worries over Chinese demand. US stock futures pointed to a lower Wall Street open. Japan was closed for holiday.\r\n\r\n<strong>BONDS</strong> -  The dimming outlook for inflation and growth boosted government bonds. Expectations of a prolonged period of low ECB rates pushed down yields on euro zone debt. German 10-year Bunds were yielding 0.66 percent, down 2.3 basis points.\r\n\r\n<strong>COMMODITIES</strong> -  From coal to copper, raw materials are under pressure on concern the global economy is slowing. Oil prices fell as traders took profits from a rise of 3-4 percent <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2082671156\"><span class=\"aQJ\">on Monday</span></span>.\r\n\r\n<strong>CURRENCIES</strong> -  The dollar hit its highest in almost two weeks after Federal Reserve officials signaled U.S. interest rates could still rise this year.\r\n\r\n<strong>ECONOMIC DATA</strong> -  FOMC Member Lockhart Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2082671157\"><span class=\"aQJ\">18:30</span></span>, CNY Caixin Flash Manufacturing PMI at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2082671158\"><span class=\"aQJ\">21:45 ET</span></span>.</div>\r\n<div style=\"color: #222222;\"></div>','Pre-Market Trading','','inherit','open','closed','','2600-revision-v1','','','2015-09-22 11:19:29','2015-09-22 11:19:29','',2600,'http://www.thetradingroom.com/2600-revision-v1/',0,'revision','',0),(2603,2,'2015-10-06 00:17:11','2015-10-06 00:17:11','In today\'s volatile and highly interconnected global markets, savvy traders are capitalizing on multi-asset price activity. Join our founder Joe Rios in a live training workshop and learn how to use forward looking methods with predictive values for the stock, bond, commodity and currency markets. He will share the tactics he uses to uncover early signs through lead-lag relationships to identify markets poised for explosive moves.\r\n\r\nJoin the training workshop Wednesday October 7th , at 7:30 pm ET.\r\n<p style=\"text-align: left;\">                                         <a href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=B9AGZLGM696C4\"> REGISTER HERE</a></p>\r\nThis is what you will be learning in the trading workshop:\r\n<ul>\r\n	<li>Recognize market behavior in minutes.</li>\r\n	<li>A simple yet powerful technique from the field of meteorology.</li>\r\n	<li>Identify which market sentiment is most hostile and high risk.</li>\r\n	<li>Early signs of a market reversal.</li>\r\n</ul>\r\nThis is an entirely new approach to trading that may revolutionize the way you\'ll view the markets. Seating is limited to the first 100 registrants, click below to reserve your spot.\r\n\r\n<a href=\"https://attendee.gotowebinar.com/register/5419691095066286337\"> SECURE YOUR SPOT HERE</a>','The Edge in Trading: Intermarket Relationships','','publish','open','closed','','edge-trading-intermarket-relationships','','','2015-10-07 19:42:01','2015-10-07 19:42:01','',0,'http://www.thetradingroom.com/?p=2603',0,'post','',0),(2604,2,'2015-10-06 00:11:43','2015-10-06 00:11:43','<strong>In today\'s volatile and highly interconnected global markets, savvy traders are capitalizing on multi-asset price activity. Join our founder Joe Rios in a live training workshop and learn how to use forward looking methods with predictive values for the stock, bond, commodity and currency markets. He will share the tactics he uses to uncover early signs through lead-lag relationships to identify markets poised for explosive moves. </strong>\r\n\r\n<strong> </strong>\r\n\r\nJoin the training workshop Wednesday October 7th , at 7:30pm ET.\r\n<p style=\"text-align: left;\">REGISTER HERE</p>\r\nThis is what you will be learning in the trading workshop:\r\n<ul>\r\n	<li>Recognize market behavior in minutes.</li>\r\n	<li>A simple yet powerful technique from the field of meteorology.</li>\r\n	<li>Identify which market sentiment is most hostile and high risk.</li>\r\n	<li>Early signs of a market reversal.</li>\r\n</ul>\r\nThis is an entirely new approach to trading that may revolutionize the way you\'ll view the markets. Seating is limited to the first 100 registrants, click below to reserve your spot.\r\n\r\n&nbsp;\r\n\r\nSECURE YOUR SPOT HERE','','','inherit','open','closed','','2603-revision-v1','','','2015-10-06 00:11:43','2015-10-06 00:11:43','',2603,'http://www.thetradingroom.com/2603-revision-v1/',0,'revision','',0),(2605,2,'2015-10-06 00:16:51','2015-10-06 00:16:51','In today\'s volatile and highly interconnected global markets, savvy traders are capitalizing on multi-asset price activity. Join our founder Joe Rios in a live training workshop and learn how to use forward looking methods with predictive values for the stock, bond, commodity and currency markets. He will share the tactics he uses to uncover early signs through lead-lag relationships to identify markets poised for explosive moves.\r\n\r\nJoin the training workshop Wednesday October 7th , at 7:30 pm ET.\r\n<p style=\"text-align: left;\">                                         <a href=\"https://attendee.gotowebinar.com/register/5419691095066286337\"> REGISTER HERE</a></p>\r\nThis is what you will be learning in the trading workshop:\r\n<ul>\r\n	<li>Recognize market behavior in minutes.</li>\r\n	<li>A simple yet powerful technique from the field of meteorology.</li>\r\n	<li>Identify which market sentiment is most hostile and high risk.</li>\r\n	<li>Early signs of a market reversal.</li>\r\n</ul>\r\nThis is an entirely new approach to trading that may revolutionize the way you\'ll view the markets. Seating is limited to the first 100 registrants, click below to reserve your spot.\r\n\r\n<a href=\"https://attendee.gotowebinar.com/register/5419691095066286337\"> SECURE YOUR SPOT HERE</a>','The Edge in Trading: Intermarket Relationships','','inherit','open','closed','','2603-revision-v1','','','2015-10-06 00:16:51','2015-10-06 00:16:51','',2603,'http://www.thetradingroom.com/2603-revision-v1/',0,'revision','',0),(2608,2,'2015-10-07 19:42:01','2015-10-07 19:42:01','In today\'s volatile and highly interconnected global markets, savvy traders are capitalizing on multi-asset price activity. Join our founder Joe Rios in a live training workshop and learn how to use forward looking methods with predictive values for the stock, bond, commodity and currency markets. He will share the tactics he uses to uncover early signs through lead-lag relationships to identify markets poised for explosive moves.\r\n\r\nJoin the training workshop Wednesday October 7th , at 7:30 pm ET.\r\n<p style=\"text-align: left;\">                                         <a href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=B9AGZLGM696C4\"> REGISTER HERE</a></p>\r\nThis is what you will be learning in the trading workshop:\r\n<ul>\r\n	<li>Recognize market behavior in minutes.</li>\r\n	<li>A simple yet powerful technique from the field of meteorology.</li>\r\n	<li>Identify which market sentiment is most hostile and high risk.</li>\r\n	<li>Early signs of a market reversal.</li>\r\n</ul>\r\nThis is an entirely new approach to trading that may revolutionize the way you\'ll view the markets. Seating is limited to the first 100 registrants, click below to reserve your spot.\r\n\r\n<a href=\"https://attendee.gotowebinar.com/register/5419691095066286337\"> SECURE YOUR SPOT HERE</a>','The Edge in Trading: Intermarket Relationships','','inherit','open','closed','','2603-revision-v1','','','2015-10-07 19:42:01','2015-10-07 19:42:01','',2603,'http://www.thetradingroom.com/2603-revision-v1/',0,'revision','',0),(2606,2,'2015-10-07 19:39:39','2015-10-07 19:39:39','In today\'s volatile and highly interconnected global markets, savvy traders are capitalizing on multi-asset price activity. Join our founder Joe Rios in a live training workshop and learn how to use forward looking methods with predictive values for the stock, bond, commodity and currency markets. He will share the tactics he uses to uncover early signs through lead-lag relationships to identify markets poised for explosive moves.\r\n\r\nJoin the training workshop Wednesday October 7th , at 7:30 pm ET.\r\n<p style=\"text-align: left;\">                                         <a href=\"&lt;form%20target=&quot;paypal&quot; action=&quot;https://www.paypal.com/cgi-bin/webscr&quot; method=&quot;post&quot;&gt; &lt;input type=&quot;hidden&quot; name=&quot;cmd&quot; value=&quot;_s-xclick&quot;&gt; &lt;input type=&quot;hidden&quot; name=&quot;hosted_button_id&quot; value=&quot;B9AGZLGM696C4&quot;&gt; &lt;input type=&quot;image&quot; src=&quot;https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif&quot; border=&quot;0&quot; name=&quot;submit&quot; alt=&quot;PayPal - The safer, easier way to pay online!&quot;&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;https://www.paypalobjects.com/en_US/i/scr/pixel.gif&quot; width=&quot;1&quot; height=&quot;1&quot;&gt; &lt;/form&gt;\"> REGISTER HERE</a></p>\r\nThis is what you will be learning in the trading workshop:\r\n<ul>\r\n	<li>Recognize market behavior in minutes.</li>\r\n	<li>A simple yet powerful technique from the field of meteorology.</li>\r\n	<li>Identify which market sentiment is most hostile and high risk.</li>\r\n	<li>Early signs of a market reversal.</li>\r\n</ul>\r\nThis is an entirely new approach to trading that may revolutionize the way you\'ll view the markets. Seating is limited to the first 100 registrants, click below to reserve your spot.\r\n\r\n<a href=\"https://attendee.gotowebinar.com/register/5419691095066286337\"> SECURE YOUR SPOT HERE</a>','The Edge in Trading: Intermarket Relationships','','inherit','open','closed','','2603-revision-v1','','','2015-10-07 19:39:39','2015-10-07 19:39:39','',2603,'http://www.thetradingroom.com/2603-revision-v1/',0,'revision','',0),(2607,2,'2015-10-07 19:41:05','2015-10-07 19:41:05','In today\'s volatile and highly interconnected global markets, savvy traders are capitalizing on multi-asset price activity. Join our founder Joe Rios in a live training workshop and learn how to use forward looking methods with predictive values for the stock, bond, commodity and currency markets. He will share the tactics he uses to uncover early signs through lead-lag relationships to identify markets poised for explosive moves.\n\nJoin the training workshop Wednesday October 7th , at 7:30 pm ET.\n<p style=\"text-align: left;\">                                          REGISTER HERE</p>\nThis is what you will be learning in the trading workshop:\n<ul>\n	<li>Recognize market behavior in minutes.</li>\n	<li>A simple yet powerful technique from the field of meteorology.</li>\n	<li>Identify which market sentiment is most hostile and high risk.</li>\n	<li>Early signs of a market reversal.</li>\n</ul>\nThis is an entirely new approach to trading that may revolutionize the way you\'ll view the markets. Seating is limited to the first 100 registrants, click below to reserve your spot.\n\n<a href=\"https://attendee.gotowebinar.com/register/5419691095066286337\"> SECURE YOUR SPOT HERE</a>','The Edge in Trading: Intermarket Relationships','','inherit','open','closed','','2603-autosave-v1','','','2015-10-07 19:41:05','2015-10-07 19:41:05','',2603,'http://www.thetradingroom.com/2603-autosave-v1/',0,'revision','',0),(2609,2,'2015-10-07 20:14:38','2015-10-07 20:14:38','Not long ago we sent a registration email to a live training event to be held in Florida. The response we received was overwhelming and we quickly recognized it was impossible to accommodate the demand. We had to come up with a solution that would allow everyone to participate.\r\n\r\nSo…we’ve taken this special training to a whole new level and are offering it in the comfort of your own home. That’s right, no travel, no hotels, no restaurant bills just interactive training sessions that will expose concepts we believe will elevate your trading to a whole new level and are not found elsewhere.\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=B9AGZLGM696C4\">REGISTER HERE</a></strong></p>\r\nTraining classes are scheduled as follows:\r\n\r\nOctober 13, Tuesday 12:30 to 2:00 pm ET - repeat at 8:30 pm ET\r\n\r\nOctober 15, Thursday 12:30 to 2:00 pm ET - repeat at 8:30 pm ET\r\n\r\nOctober 20, Tuesday 12:30 to 2:00 pm ET - repeat at 8:30 pm ET\r\n\r\nOctober 22, Tuesday 12:30 to 2:00 pm ET - repeat at 8:30 pm ET\r\n\r\nHere is a quick look into the program that\'s already waiting for you...\r\n<ul>\r\n	<li> Quantitative Trading Principles</li>\r\n	<li>How the Markets Really Work</li>\r\n	<li>The Secret to Market Selection</li>\r\n	<li>Inter-Market Relationships</li>\r\n	<li>New Paradigm in Technical Analysis</li>\r\n	<li>Recurring Patterns in the Markets</li>\r\n	<li>Risk Management Concepts and Tactics</li>\r\n	<li>How to Identify Institutional Trading Activities</li>\r\n	<li>Forecasting with Forward Looking Indicators</li>\r\n	<li>Train Your Brain for Success</li>\r\n	<li>Critical Traps to Avoid</li>\r\n	<li>Customizing Your Plan of Action</li>\r\n	<li>SPECIAL BONUS</li>\r\n</ul>\r\n<p style=\"text-align: center;\"><a href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=B9AGZLGM696C4\">REGISTER HERE</a></p>\r\n&nbsp;','Master Trader Program: Online Trading Course','','publish','open','closed','','master-trader-program-online-trading-course','','','2015-10-07 20:14:38','2015-10-07 20:14:38','',0,'http://www.thetradingroom.com/?p=2609',0,'post','',0),(2610,2,'2015-10-07 20:11:27','2015-10-07 20:11:27','Not long ago we sent a registration email to a live training event to be held in Florida. The response we received was overwhelming and we quickly recognized it was impossible to accommodate the demand. We had to come up with a solution that would allow everyone to participate.\r\n\r\nSo…we’ve taken this special training to a whole new level and are offering it in the comfort of your own home. That’s right, no travel, no hotels, no restaurant bills just interactive training sessions that will expose concepts we believe will elevate your trading to a whole new level and are not found elsewhere.\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=B9AGZLGM696C4\">REGISTER HERE</a></strong></p>\r\nTraining classes are scheduled as follows:\r\n\r\nOctober 13, Tuesday 12:30 to 2:00 pm ET - repeat at 8:30 pm ET\r\n\r\nOctober 15, Thursday 12:30 to 2:00 pm ET - repeat at 8:30 pm ET\r\n\r\nOctober 20, Tuesday 12:30 to 2:00 pm ET - repeat at 8:30 pm ET\r\n\r\nOctober 22, Tuesday 12:30 to 2:00 pm ET - repeat at 8:30 pm ET\r\n\r\nHere is a quick look into the program that\'s already waiting for you...\r\n<ul>\r\n	<li> Quantitative Trading Principles</li>\r\n	<li>How the Markets Really Work</li>\r\n	<li>The Secret to Market Selection</li>\r\n	<li>Inter-Market Relationships</li>\r\n	<li>New Paradigm in Technical Analysis</li>\r\n	<li>Recurring Patterns in the Markets</li>\r\n	<li>Risk Management Concepts and Tactics</li>\r\n	<li>How to Identify Institutional Trading Activities</li>\r\n	<li>Forecasting with Forward Looking Indicators</li>\r\n	<li>Train Your Brain for Success</li>\r\n	<li>Critical Traps to Avoid</li>\r\n	<li>Customizing Your Plan of Action</li>\r\n	<li>SPECIAL BONUS</li>\r\n</ul>\r\n<p style=\"text-align: center;\"><a href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=B9AGZLGM696C4\">REGISTER HERE</a></p>\r\n&nbsp;','Master Trader Program: Online Training ','','inherit','open','closed','','2609-revision-v1','','','2015-10-07 20:11:27','2015-10-07 20:11:27','',2609,'http://www.thetradingroom.com/2609-revision-v1/',0,'revision','',0),(2611,2,'2015-10-07 20:14:38','2015-10-07 20:14:38','Not long ago we sent a registration email to a live training event to be held in Florida. The response we received was overwhelming and we quickly recognized it was impossible to accommodate the demand. We had to come up with a solution that would allow everyone to participate.\r\n\r\nSo…we’ve taken this special training to a whole new level and are offering it in the comfort of your own home. That’s right, no travel, no hotels, no restaurant bills just interactive training sessions that will expose concepts we believe will elevate your trading to a whole new level and are not found elsewhere.\r\n<p style=\"text-align: center;\"><strong><a href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=B9AGZLGM696C4\">REGISTER HERE</a></strong></p>\r\nTraining classes are scheduled as follows:\r\n\r\nOctober 13, Tuesday 12:30 to 2:00 pm ET - repeat at 8:30 pm ET\r\n\r\nOctober 15, Thursday 12:30 to 2:00 pm ET - repeat at 8:30 pm ET\r\n\r\nOctober 20, Tuesday 12:30 to 2:00 pm ET - repeat at 8:30 pm ET\r\n\r\nOctober 22, Tuesday 12:30 to 2:00 pm ET - repeat at 8:30 pm ET\r\n\r\nHere is a quick look into the program that\'s already waiting for you...\r\n<ul>\r\n	<li> Quantitative Trading Principles</li>\r\n	<li>How the Markets Really Work</li>\r\n	<li>The Secret to Market Selection</li>\r\n	<li>Inter-Market Relationships</li>\r\n	<li>New Paradigm in Technical Analysis</li>\r\n	<li>Recurring Patterns in the Markets</li>\r\n	<li>Risk Management Concepts and Tactics</li>\r\n	<li>How to Identify Institutional Trading Activities</li>\r\n	<li>Forecasting with Forward Looking Indicators</li>\r\n	<li>Train Your Brain for Success</li>\r\n	<li>Critical Traps to Avoid</li>\r\n	<li>Customizing Your Plan of Action</li>\r\n	<li>SPECIAL BONUS</li>\r\n</ul>\r\n<p style=\"text-align: center;\"><a href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=B9AGZLGM696C4\">REGISTER HERE</a></p>\r\n&nbsp;','Master Trader Program: Online Trading Course','','inherit','open','closed','','2609-revision-v1','','','2015-10-07 20:14:38','2015-10-07 20:14:38','',2609,'http://www.thetradingroom.com/2609-revision-v1/',0,'revision','',0),(2613,2,'2015-10-14 11:46:09','2015-10-14 11:46:09','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\r\n\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/fc99e4e8fb/TEST/775d07efd0/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1790426527\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1790426528\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1790426529\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/fc99e4e8fb/TEST/bd71125d50\" target=\"_blank\">register as a guest.</a> for access.</p>\r\n\r\n\r\n<hr />\r\n\r\n<strong>STOCKS</strong> - World shares fell for a second day running and the dollar dropped to its lowest in almost a month on Wednesday following new signs of a slowdown in China\'s economy. Bank of America Corp., Wells Fargo &amp; Co. and Netflix Inc. are among eight S&amp;P 500 companies reporting earnings today.\r\n\r\n<strong>BONDS</strong> - The yield on benchmark 10-year Treasuries slipped to 2.042 percent in early European trading.\r\n\r\n<strong>COMMODITIES</strong> - Copper and crude oil traded lower with risk-off sentiment dominating the global markets.\r\n\r\n<strong>CURRENCIES</strong> - The US dollar fell to its lowest in almost a month on bets the uncertainty will prevent a rise in U.S. interest rates. Australian shares also nudged lower, reflecting China\'s importance as Australia\'s main trading partner.\r\n\r\n<strong>ECONOMIC DATA</strong> - US PPI m/m and Retail Sales due at 8:30, AUD Employment Change at 20:30 ET.','Pre-Market Trading - Stocks, Bonds, Commodities & Forex','','publish','open','closed','','pre-market-trading-stocks-bonds-commodities-forex-6','','','2015-10-14 11:46:09','2015-10-14 11:46:09','',0,'http://www.thetradingroom.com/?p=2613',0,'post','',0),(2614,2,'2015-10-14 11:46:09','2015-10-14 11:46:09','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\r\n\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/fc99e4e8fb/TEST/775d07efd0/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1790426527\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1790426528\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1790426529\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/fc99e4e8fb/TEST/bd71125d50\" target=\"_blank\">register as a guest.</a> for access.</p>\r\n\r\n\r\n<hr />\r\n\r\n<strong>STOCKS</strong> - World shares fell for a second day running and the dollar dropped to its lowest in almost a month on Wednesday following new signs of a slowdown in China\'s economy. Bank of America Corp., Wells Fargo &amp; Co. and Netflix Inc. are among eight S&amp;P 500 companies reporting earnings today.\r\n\r\n<strong>BONDS</strong> - The yield on benchmark 10-year Treasuries slipped to 2.042 percent in early European trading.\r\n\r\n<strong>COMMODITIES</strong> - Copper and crude oil traded lower with risk-off sentiment dominating the global markets.\r\n\r\n<strong>CURRENCIES</strong> - The US dollar fell to its lowest in almost a month on bets the uncertainty will prevent a rise in U.S. interest rates. Australian shares also nudged lower, reflecting China\'s importance as Australia\'s main trading partner.\r\n\r\n<strong>ECONOMIC DATA</strong> - US PPI m/m and Retail Sales due at 8:30, AUD Employment Change at 20:30 ET.','Pre-Market Trading - Stocks, Bonds, Commodities & Forex','','inherit','open','closed','','2613-revision-v1','','','2015-10-14 11:46:09','2015-10-14 11:46:09','',2613,'http://www.thetradingroom.com/2613-revision-v1/',0,'revision','',0),(2615,2,'2015-10-15 11:18:24','2015-10-15 11:18:24','&nbsp;\r\n\r\n&nbsp;\r\n<p style=\"color: #222222; text-align: left;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/d8ef2c8060/TEST/7214ce7621/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_766683789\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_766683790\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_766683791\"><span class=\"aQJ\">Friday</span></span>.    </span>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/d8ef2c8060/TEST/3405a761e5\" target=\"_blank\">register as a guest.</a> for access.</p>\r\n\r\n\r\n<hr />\r\n\r\nSTOCKS - Wall Street was set for a rebound on Thursday, with stock futures keying off gains in Asia and moving sharply higher ahead of a raft of economic data and a trio of Federal Reserve speakers.\r\n\r\nBONDS - US Treasuries traded consolidated trading sideways after yesterday\'s sharp rally following Beige Book data.\r\n\r\nCOMMODITIES - Oil prices fell as investors continued to worry about U.S. stockpiles.\r\n\r\nCURRENCIES - The US dollar bounced during the European session after selling-off late in yesterday\'s US session, however commodity currencies remain strong.\r\n\r\nECONOMIC DATA - US CPI and Unemployment Claims due at 8:30, Philly Fed Manufacturing Index at 10:00, Natural Gas and FOMC Member Dudley Speaks at 10:30, Crude Oil Inventories at 11:00, NZD CPI q/q at 17:45 ET.','Pre-Market Trading for the Global Financial Markets','','publish','open','closed','','pre-market-trading-global-financial-markets','','','2015-10-15 11:19:46','2015-10-15 11:19:46','',0,'http://www.thetradingroom.com/?p=2615',0,'post','',0),(2616,2,'2015-10-15 11:15:39','2015-10-15 11:15:39','','rank 10-15','','inherit','open','closed','','rank-10-15','','','2015-10-15 11:15:39','2015-10-15 11:15:39','',2615,'http://www.thetradingroom.com/wp-content/uploads/2015/10/rank-10-15.jpg',0,'attachment','image/jpeg',0),(2618,2,'2015-10-15 11:19:14','2015-10-15 11:19:14','&nbsp;\r\n\r\n&nbsp;\r\n<p style=\"color: #222222; text-align: center;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/d8ef2c8060/TEST/7214ce7621/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_766683789\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_766683790\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_766683791\"><span class=\"aQJ\">Friday</span></span>.    </span>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/d8ef2c8060/TEST/3405a761e5\" target=\"_blank\">register as a guest.</a> for access.</p>\r\n\r\n\r\n<hr />\r\n\r\nSTOCKS - Wall Street was set for a rebound on Thursday, with stock futures keying off gains in Asia and moving sharply higher ahead of a raft of economic data and a trio of Federal Reserve speakers.\r\n\r\nBONDS - US Treasuries traded consolidated trading sideways after yesterday\'s sharp rally following Beige Book data.\r\n\r\nCOMMODITIES - Oil prices fell as investors continued to worry about U.S. stockpiles.\r\n\r\nCURRENCIES - The US dollar bounced during the European session after selling-off late in yesterday\'s US session, however commodity currencies remain strong.\r\n\r\nECONOMIC DATA - US CPI and Unemployment Claims due at 8:30, Philly Fed Manufacturing Index at 10:00, Natural Gas and FOMC Member Dudley Speaks at 10:30, Crude Oil Inventories at 11:00, NZD CPI q/q at 17:45 ET.','Pre-Market Trading for the Global Financial Markets','','inherit','open','closed','','2615-revision-v1','','','2015-10-15 11:19:14','2015-10-15 11:19:14','',2615,'http://www.thetradingroom.com/2615-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (2617,2,'2015-10-15 11:18:24','2015-10-15 11:18:24','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2015/10/rank-10-15.jpg\"><img class=\"aligncenter size-full wp-image-2616\" src=\"http://www.thetradingroom.com/wp-content/uploads/2015/10/rank-10-15.jpg\" alt=\"rank 10-15\" width=\"388\" height=\"188\" /></a>\r\n\r\n&nbsp;\r\n<p style=\"color: #222222; text-align: center;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\r\n\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/d8ef2c8060/TEST/7214ce7621/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_766683789\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_766683790\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_766683791\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/d8ef2c8060/TEST/3405a761e5\" target=\"_blank\">register as a guest.</a> for access.</p>\r\n\r\n\r\n<hr />\r\n<p style=\"color: #500050;\"></p>\r\nSTOCKS - Wall Street was set for a rebound on Thursday, with stock futures keying off gains in Asia and moving sharply higher ahead of a raft of economic data and a trio of Federal Reserve speakers.\r\n\r\nBONDS - US Treasuries traded consolidated trading sideways after yesterday\'s sharp rally following Beige Book data.\r\n\r\nCOMMODITIES - Oil prices fell as investors continued to worry about U.S. stockpiles.\r\n\r\nCURRENCIES - The US dollar bounced during the European session after selling-off late in yesterday\'s US session, however commodity currencies remain strong.\r\n\r\nECONOMIC DATA - US CPI and Unemployment Claims due at 8:30, Philly Fed Manufacturing Index at 10:00, Natural Gas and FOMC Member Dudley Speaks at 10:30, Crude Oil Inventories at 11:00, NZD CPI q/q at 17:45 ET.','Pre-Market Trading for the Global Financial Markets','','inherit','open','closed','','2615-revision-v1','','','2015-10-15 11:18:24','2015-10-15 11:18:24','',2615,'http://www.thetradingroom.com/2615-revision-v1/',0,'revision','',0),(2619,2,'2015-10-15 11:19:46','2015-10-15 11:19:46','&nbsp;\r\n\r\n&nbsp;\r\n<p style=\"color: #222222; text-align: left;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/d8ef2c8060/TEST/7214ce7621/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_766683789\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_766683790\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_766683791\"><span class=\"aQJ\">Friday</span></span>.    </span>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/d8ef2c8060/TEST/3405a761e5\" target=\"_blank\">register as a guest.</a> for access.</p>\r\n\r\n\r\n<hr />\r\n\r\nSTOCKS - Wall Street was set for a rebound on Thursday, with stock futures keying off gains in Asia and moving sharply higher ahead of a raft of economic data and a trio of Federal Reserve speakers.\r\n\r\nBONDS - US Treasuries traded consolidated trading sideways after yesterday\'s sharp rally following Beige Book data.\r\n\r\nCOMMODITIES - Oil prices fell as investors continued to worry about U.S. stockpiles.\r\n\r\nCURRENCIES - The US dollar bounced during the European session after selling-off late in yesterday\'s US session, however commodity currencies remain strong.\r\n\r\nECONOMIC DATA - US CPI and Unemployment Claims due at 8:30, Philly Fed Manufacturing Index at 10:00, Natural Gas and FOMC Member Dudley Speaks at 10:30, Crude Oil Inventories at 11:00, NZD CPI q/q at 17:45 ET.','Pre-Market Trading for the Global Financial Markets','','inherit','open','closed','','2615-revision-v1','','','2015-10-15 11:19:46','2015-10-15 11:19:46','',2615,'http://www.thetradingroom.com/2615-revision-v1/',0,'revision','',0),(2621,2,'2015-11-12 11:18:52','2015-11-12 11:18:52','<strong></strong>\r\n\r\nUPDATED 6:15 am ET\r\n\r\nSTOCKS - In see-saw trading European shares were down, having opened even lower then snapping back on Draghi\'s comments.U.S. stock futures pointed to a lower open on Wall Street.\r\n\r\nBONDS - German and other European yields fell on the back of Draghi\'s remarks, which trumped ECB executive board member Benoit Coeure\'s more cautious comments earlier that the debate on more stimulus next month was still open.\r\n\r\nCOMMODITIES - Copper and Crude oil traded lower during the overnight trading session. Crude oil inventories data due later this morning.\r\n\r\nCURRENCIES - The euro fell more than half a cent and hit a three-month low against sterling, the single currency had recovered a good chunk of these losses.\r\n\r\nECONOMIC DATA - US Unemployment Claims due at 8:30, Fed Chair Yellen Speaks at 9:30, JOLTS Job Opening at 10:00, FOMC Member Evans Speaks at 10:15, Crude Oil Inventories at 11:00, GBP MPC Member Haldane Speaks at 12:00, FOMC Member Dudley Speaks at 12:15 ET.','Pre-Market Trading','','publish','open','closed','','pre-market-trading-6','','','2015-11-12 11:18:52','2015-11-12 11:18:52','',0,'http://www.thetradingroom.com/?p=2621',0,'post','',0),(2622,2,'2015-11-12 11:18:52','2015-11-12 11:18:52','<strong></strong>\r\n\r\nUPDATED 6:15 am ET\r\n\r\nSTOCKS - In see-saw trading European shares were down, having opened even lower then snapping back on Draghi\'s comments.U.S. stock futures pointed to a lower open on Wall Street.\r\n\r\nBONDS - German and other European yields fell on the back of Draghi\'s remarks, which trumped ECB executive board member Benoit Coeure\'s more cautious comments earlier that the debate on more stimulus next month was still open.\r\n\r\nCOMMODITIES - Copper and Crude oil traded lower during the overnight trading session. Crude oil inventories data due later this morning.\r\n\r\nCURRENCIES - The euro fell more than half a cent and hit a three-month low against sterling, the single currency had recovered a good chunk of these losses.\r\n\r\nECONOMIC DATA - US Unemployment Claims due at 8:30, Fed Chair Yellen Speaks at 9:30, JOLTS Job Opening at 10:00, FOMC Member Evans Speaks at 10:15, Crude Oil Inventories at 11:00, GBP MPC Member Haldane Speaks at 12:00, FOMC Member Dudley Speaks at 12:15 ET.','Pre-Market Trading','','inherit','open','closed','','2621-revision-v1','','','2015-11-12 11:18:52','2015-11-12 11:18:52','',2621,'http://www.thetradingroom.com/2621-revision-v1/',0,'revision','',0),(2623,2,'2015-11-16 12:33:35','2015-11-16 12:33:35','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/364e49793f/TEST/91d1918389/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_747282292\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_747282293\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_747282294\"><span class=\"aQJ\">Friday</span></span>.    </span>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/364e49793f/TEST/072a60bc37\" target=\"_blank\">register as a guest.</a> for access.</p>\r\n\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Pre-market price action and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>STOCKS </strong>-  Asian shares fell to their lowest in six weeks but European shares\' losses were modest as markets reopened after the attacks that killed more than 130 people. U.S. stock index futures turned positive, indicating Wall Street was likely to open slightly higher.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>BONDS</strong> -  U.S. Treasury yields fell, ten-year yields were last down to 2.59 percent, having hit 2.41 percent in Asian trade.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>COMMODITIES </strong>- Crude oil rose, having dropped 1 percent <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_747282295\"><span class=\"aQJ\">on Friday</span></span>. Traders said the rise was largely a matter of sentiment, with a premium being factored in after French strikes in Syria in response. Gold also rose, having hit its lowest since February 2010 <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_747282296\"><span class=\"aQJ\">on Thursday</span></span>.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>CURRENCIES</strong> -  The euro hit a 6 1/2-month low against the yen, and close to that mark versus the dollar, before recovering. The Swiss franc,  sought in times of turmoil, strengthened against the euro.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>ECONOMIC DATA</strong> - CAD Manufacturing Sales and US  Empire State Manufacturing Index due at<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_747282297\"><span class=\"aQJ\">8:30</span></span>, AUD Monetary Policy Meeting Minutes at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_747282298\"><span class=\"aQJ\">19:30</span></span>, NZD Inflation Expectations q/q at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_747282299\"><span class=\"aQJ\">21:30 ET</span></span>.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>','Pre-Market Trading ','','publish','open','closed','','pre-market-trading-7','','','2015-11-16 12:36:49','2015-11-16 12:36:49','',0,'http://www.thetradingroom.com/?p=2623',0,'post','',0),(2628,2,'2015-11-16 12:36:49','2015-11-16 12:36:49','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/364e49793f/TEST/91d1918389/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_747282292\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_747282293\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_747282294\"><span class=\"aQJ\">Friday</span></span>.    </span>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/364e49793f/TEST/072a60bc37\" target=\"_blank\">register as a guest.</a> for access.</p>\r\n\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Pre-market price action and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>STOCKS </strong>-  Asian shares fell to their lowest in six weeks but European shares\' losses were modest as markets reopened after the attacks that killed more than 130 people. U.S. stock index futures turned positive, indicating Wall Street was likely to open slightly higher.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>BONDS</strong> -  U.S. Treasury yields fell, ten-year yields were last down to 2.59 percent, having hit 2.41 percent in Asian trade.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>COMMODITIES </strong>- Crude oil rose, having dropped 1 percent <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_747282295\"><span class=\"aQJ\">on Friday</span></span>. Traders said the rise was largely a matter of sentiment, with a premium being factored in after French strikes in Syria in response. Gold also rose, having hit its lowest since February 2010 <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_747282296\"><span class=\"aQJ\">on Thursday</span></span>.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>CURRENCIES</strong> -  The euro hit a 6 1/2-month low against the yen, and close to that mark versus the dollar, before recovering. The Swiss franc,  sought in times of turmoil, strengthened against the euro.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>ECONOMIC DATA</strong> - CAD Manufacturing Sales and US  Empire State Manufacturing Index due at<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_747282297\"><span class=\"aQJ\">8:30</span></span>, AUD Monetary Policy Meeting Minutes at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_747282298\"><span class=\"aQJ\">19:30</span></span>, NZD Inflation Expectations q/q at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_747282299\"><span class=\"aQJ\">21:30 ET</span></span>.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>','Pre-Market Trading ','','inherit','open','closed','','2623-revision-v1','','','2015-11-16 12:36:49','2015-11-16 12:36:49','',2623,'http://www.thetradingroom.com/2623-revision-v1/',0,'revision','',0),(2624,2,'2015-11-16 12:33:09','2015-11-16 12:33:09','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/364e49793f/TEST/91d1918389/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_747282292\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_747282293\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_747282294\"><span class=\"aQJ\">Friday</span></span>.    </span>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/364e49793f/TEST/072a60bc37\" target=\"_blank\">register as a guest.</a> for access.</p>\r\n\r\n<div style=\"color: #222222;\"><img class=\"CToWUd\" title=\"pre market open china\" src=\"https://ci3.googleusercontent.com/proxy/pNJ3lxZpyoQwl16236Xsa_W9cqI9CcR2la9Db0CgL_7zmAia3Uqugsq1NDIgmZvmq3y3Nm8_PtNZdxJGZUGfCym4TDrvoAPSsmwNiJnMF-WKol23aZXYcTS1lSp6_FRFSRRjd5jFcWupoQKKp_D90aLHTBjBP25I0O4GwxDOk0ypWebIHwjyAg=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/f9fad48441/pre%20market%20open%20china.JPG?__nocache__=1\" alt=\"pre market open china\" width=\"418\" height=\"66\" align=\"none\" border=\"0\" hspace=\"0\" vspace=\"0\" /></div>\r\n<div style=\"color: #222222;\">\r\n\r\nPre-market price action and scheduled economic data that may have an impact on the global financial markets:\r\n\r\n<strong>STOCKS </strong>-  Asian shares fell to their lowest in six weeks but European shares\' losses were modest as markets reopened after the attacks that killed more than 130 people. U.S. stock index futures turned positive, indicating Wall Street was likely to open slightly higher.\r\n\r\n<strong>BONDS</strong> -  U.S. Treasury yields fell, ten-year yields were last down to 2.59 percent, having hit 2.41 percent in Asian trade.\r\n\r\n<strong>COMMODITIES </strong>- Crude oil rose, having dropped 1 percent <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_747282295\"><span class=\"aQJ\">on Friday</span></span>. Traders said the rise was largely a matter of sentiment, with a premium being factored in after French strikes in Syria in response. Gold also rose, having hit its lowest since February 2010 <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_747282296\"><span class=\"aQJ\">on Thursday</span></span>.\r\n\r\n<strong>CURRENCIES</strong> -  The euro hit a 6 1/2-month low against the yen, and close to that mark versus the dollar, before recovering. The Swiss franc,  sought in times of turmoil, strengthened against the euro.\r\n\r\n<strong>ECONOMIC DATA</strong> - CAD Manufacturing Sales and US  Empire State Manufacturing Index due at<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_747282297\"><span class=\"aQJ\">8:30</span></span>, AUD Monetary Policy Meeting Minutes at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_747282298\"><span class=\"aQJ\">19:30</span></span>, NZD Inflation Expectations q/q at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_747282299\"><span class=\"aQJ\">21:30 ET</span></span>.\r\n\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>','Pre-Market Trading ','','inherit','open','closed','','2623-revision-v1','','','2015-11-16 12:33:09','2015-11-16 12:33:09','',2623,'http://www.thetradingroom.com/2623-revision-v1/',0,'revision','',0),(2626,2,'2015-11-16 12:35:25','2015-11-16 12:35:25','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/364e49793f/TEST/91d1918389/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_747282292\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_747282293\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_747282294\"><span class=\"aQJ\">Friday</span></span>.    </span>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/364e49793f/TEST/072a60bc37\" target=\"_blank\">register as a guest.</a> for access.</p>\r\n\r\n<div style=\"color: #222222;\"><img class=\"CToWUd\" title=\"pre market open china\" src=\"https://ci3.googleusercontent.com/proxy/pNJ3lxZpyoQwl16236Xsa_W9cqI9CcR2la9Db0CgL_7zmAia3Uqugsq1NDIgmZvmq3y3Nm8_PtNZdxJGZUGfCym4TDrvoAPSsmwNiJnMF-WKol23aZXYcTS1lSp6_FRFSRRjd5jFcWupoQKKp_D90aLHTBjBP25I0O4GwxDOk0ypWebIHwjyAg=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/f9fad48441/pre%20market%20open%20china.JPG?__nocache__=1\" alt=\"pre market open china\" width=\"418\" height=\"66\" align=\"none\" border=\"0\" hspace=\"0\" vspace=\"0\" /></div>\r\n<div style=\"color: #222222;\">Pre-market price action and scheduled economic data that may have an impact on the global financial markets: <strong>STOCKS </strong>-  Asian shares fell to their lowest in six weeks but European shares\' losses were modest as markets reopened after the attacks that killed more than 130 people. U.S. stock index futures turned positive, indicating Wall Street was likely to open slightly higher. <strong>BONDS</strong> -  U.S. Treasury yields fell, ten-year yields were last down to 2.59 percent, having hit 2.41 percent in Asian trade. <strong>COMMODITIES </strong>- Crude oil rose, having dropped 1 percent <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_747282295\"><span class=\"aQJ\">on Friday</span></span>. Traders said the rise was largely a matter of sentiment, with a premium being factored in after French strikes in Syria in response. Gold also rose, having hit its lowest since February 2010 <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_747282296\"><span class=\"aQJ\">on Thursday</span></span>. <strong>CURRENCIES</strong> -  The euro hit a 6 1/2-month low against the yen, and close to that mark versus the dollar, before recovering. The Swiss franc,  sought in times of turmoil, strengthened against the euro. <strong>ECONOMIC DATA</strong> - CAD Manufacturing Sales and US  Empire State Manufacturing Index due at<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_747282297\"><span class=\"aQJ\">8:30</span></span>, AUD Monetary Policy Meeting Minutes at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_747282298\"><span class=\"aQJ\">19:30</span></span>, NZD Inflation Expectations q/q at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_747282299\"><span class=\"aQJ\">21:30 ET</span></span>.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>','Pre-Market Trading ','','inherit','open','closed','','2623-revision-v1','','','2015-11-16 12:35:25','2015-11-16 12:35:25','',2623,'http://www.thetradingroom.com/2623-revision-v1/',0,'revision','',0),(2625,2,'2015-11-16 12:35:15','2015-11-16 12:35:15','','pre market open china','','inherit','open','closed','','pre-market-open-china','','','2015-11-16 12:35:15','2015-11-16 12:35:15','',2623,'http://www.thetradingroom.com/wp-content/uploads/2015/11/pre-market-open-china.jpg',0,'attachment','image/jpeg',0),(2627,2,'2015-11-16 12:36:38','2015-11-16 12:36:38','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/364e49793f/TEST/91d1918389/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_747282292\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_747282293\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_747282294\"><span class=\"aQJ\">Friday</span></span>.    </span>\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/364e49793f/TEST/072a60bc37\" target=\"_blank\">register as a guest.</a> for access.</p>\n\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\">Pre-market price action and scheduled economic data that may have an impact on the global financial markets:</div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\"><strong>STOCKS </strong>-  Asian shares fell to their lowest in six weeks but European shares\' losses were modest as markets reopened after the attacks that killed more than 130 people. U.S. stock index futures turned positive, indicating Wall Street was likely to open slightly higher.</div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\"><strong>BONDS</strong> -  U.S. Treasury yields fell, ten-year yields were last down to 2.59 percent, having hit 2.41 percent in Asian trade. <strong>COMMODITIES </strong>- Crude oil rose, having dropped 1 percent <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_747282295\"><span class=\"aQJ\">on Friday</span></span>. Traders said the rise was largely a matter of sentiment, with a premium being factored in after French strikes in Syria in response. Gold also rose, having hit its lowest since February 2010 <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_747282296\"><span class=\"aQJ\">on Thursday</span></span>. <strong>CURRENCIES</strong> -  The euro hit a 6 1/2-month low against the yen, and close to that mark versus the dollar, before recovering. The Swiss franc,  sought in times of turmoil, strengthened against the euro. <strong>ECONOMIC DATA</strong> - CAD Manufacturing Sales and US  Empire State Manufacturing Index due at<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_747282297\"><span class=\"aQJ\">8:30</span></span>, AUD Monetary Policy Meeting Minutes at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_747282298\"><span class=\"aQJ\">19:30</span></span>, NZD Inflation Expectations q/q at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_747282299\"><span class=\"aQJ\">21:30 ET</span></span>.</div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\"></div>\n<div style=\"color: #222222;\"></div>\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>','Pre-Market Trading ','','inherit','open','closed','','2623-autosave-v1','','','2015-11-16 12:36:38','2015-11-16 12:36:38','',2623,'http://www.thetradingroom.com/2623-autosave-v1/',0,'revision','',0),(2630,2,'2015-11-30 11:19:09','2015-11-30 11:19:09','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/6ee020b5e4/TEST/86e2ed89ae/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657379\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657380\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657381\"><span class=\"aQJ\">Friday</span></span>.    </span>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/6ee020b5e4/TEST/86facc8f96\" target=\"_blank\">register as a guest.</a> for access.</p>\r\n\r\n<div style=\"color: #222222;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #222222;\"><strong>Pre-market price action and scheduled economic data that may have an impact on the global financial markets:</strong><strong>STOCKS </strong>-  Chinese stocks, which fell more than 5 percent <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657382\"><span class=\"aQJ\">on Friday</span></span>, were at one point down a further 3 percent <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657383\"><span class=\"aQJ\">on Monday</span></span> before closing marginally up on the day. US stock futures and European bourses started the new week slightly higher.<strong>BONDS </strong>-  The yield gap between German and U.S. notes reached the widest in nine years as traders prepared for the European Central Bank to ramp up stimulus later this week.\r\n\r\n<strong>COMMODITIES</strong> - Gold, which has fallen lately on the prospect of higher U.S. interest rates, was on track for its worst month in 2 1/2 years.\r\n\r\n<strong>CURRENCIES</strong> -  The euro headed for its worst month versus the dollar since March with economists surveyed by Bloomberg unanimously predicting the ECB, led by President Mario Draghi, will take additional steps to boost inflation.\r\n\r\n<strong>ECONOMIC DATA</strong> - CAD Current Account due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657384\"><span class=\"aQJ\">8:30</span></span>, US Chicago PMI at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657385\"><span class=\"aQJ\">9:45</span></span>, Pending Home Sales m/m at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657386\"><span class=\"aQJ\">10:00</span></span>, CNY Manufacturing PMI at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657387\"><span class=\"aQJ\">20:00</span></span>, CNY Caixin Manufacturing PMI at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657388\"><span class=\"aQJ\">18:45</span></span>, AUD RBA Rate Statement at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657389\"><span class=\"aQJ\">22:30 ET</span></span>.\r\n\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>','Pre-Market Trading for Stocks, Bonds, Commodities and Currencies','','publish','open','closed','','pre-market-trading-stocks-bonds-commodities-currencies-6','','','2015-11-30 11:21:16','2015-11-30 11:21:16','',0,'http://www.thetradingroom.com/?p=2630',0,'post','',0),(2631,2,'2015-11-30 11:16:47','2015-11-30 11:16:47','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/6ee020b5e4/TEST/86e2ed89ae/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657379\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657380\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657381\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/6ee020b5e4/TEST/86facc8f96\" target=\"_blank\">register as a guest.</a> for access.</p>\r\n\r\n<div style=\"color: #222222;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #222222;\"><strong>Pre-market price action and scheduled economic data that may have an impact on the global financial markets:</strong>\r\n\r\n<strong>STOCKS </strong>-  Chinese stocks, which fell more than 5 percent <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657382\"><span class=\"aQJ\">on Friday</span></span>, were at one point down a further 3 percent <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657383\"><span class=\"aQJ\">on Monday</span></span> before closing marginally up on the day. US stock futures and European bourses started the new week slightly higher.\r\n\r\n<strong>BONDS </strong>-  The yield gap between German and U.S. notes reached the widest in nine years as traders prepared for the European Central Bank to ramp up stimulus later this week.\r\n\r\n<strong>COMMODITIES</strong> - Gold, which has fallen lately on the prospect of higher U.S. interest rates, was on track for its worst month in 2 1/2 years.\r\n\r\n<strong>CURRENCIES</strong> -  The euro headed for its worst month versus the dollar since March with economists surveyed by Bloomberg unanimously predicting the ECB, led by President Mario Draghi, will take additional steps to boost inflation.\r\n\r\n<strong>ECONOMIC DATA</strong> - CAD Current Account due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657384\"><span class=\"aQJ\">8:30</span></span>, US Chicago PMI at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657385\"><span class=\"aQJ\">9:45</span></span>, Pending Home Sales m/m at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657386\"><span class=\"aQJ\">10:00</span></span>, CNY Manufacturing PMI at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657387\"><span class=\"aQJ\">20:00</span></span>, CNY Caixin Manufacturing PMI at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657388\"><span class=\"aQJ\">18:45</span></span>, AUD RBA Rate Statement at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657389\"><span class=\"aQJ\">22:30 ET</span></span>.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>','','','inherit','open','closed','','2630-revision-v1','','','2015-11-30 11:16:47','2015-11-30 11:16:47','',2630,'http://www.thetradingroom.com/2630-revision-v1/',0,'revision','',0),(2632,2,'2015-11-30 11:19:09','2015-11-30 11:19:09','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/6ee020b5e4/TEST/86e2ed89ae/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657379\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657380\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657381\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/6ee020b5e4/TEST/86facc8f96\" target=\"_blank\">register as a guest.</a> for access.</p>\r\n\r\n<div style=\"color: #222222;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #222222;\"><strong>Pre-market price action and scheduled economic data that may have an impact on the global financial markets:</strong>\r\n\r\n<strong>STOCKS </strong>-  Chinese stocks, which fell more than 5 percent <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657382\"><span class=\"aQJ\">on Friday</span></span>, were at one point down a further 3 percent <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657383\"><span class=\"aQJ\">on Monday</span></span> before closing marginally up on the day. US stock futures and European bourses started the new week slightly higher.\r\n\r\n<strong>BONDS </strong>-  The yield gap between German and U.S. notes reached the widest in nine years as traders prepared for the European Central Bank to ramp up stimulus later this week.\r\n\r\n<strong>COMMODITIES</strong> - Gold, which has fallen lately on the prospect of higher U.S. interest rates, was on track for its worst month in 2 1/2 years.\r\n\r\n<strong>CURRENCIES</strong> -  The euro headed for its worst month versus the dollar since March with economists surveyed by Bloomberg unanimously predicting the ECB, led by President Mario Draghi, will take additional steps to boost inflation.\r\n\r\n<strong>ECONOMIC DATA</strong> - CAD Current Account due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657384\"><span class=\"aQJ\">8:30</span></span>, US Chicago PMI at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657385\"><span class=\"aQJ\">9:45</span></span>, Pending Home Sales m/m at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657386\"><span class=\"aQJ\">10:00</span></span>, CNY Manufacturing PMI at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657387\"><span class=\"aQJ\">20:00</span></span>, CNY Caixin Manufacturing PMI at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657388\"><span class=\"aQJ\">18:45</span></span>, AUD RBA Rate Statement at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657389\"><span class=\"aQJ\">22:30 ET</span></span>.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>','Pre-Market Trading for Stocks, Bonds, Commodities and Currencies','','inherit','open','closed','','2630-revision-v1','','','2015-11-30 11:19:09','2015-11-30 11:19:09','',2630,'http://www.thetradingroom.com/2630-revision-v1/',0,'revision','',0),(2633,2,'2015-11-30 11:20:27','2015-11-30 11:20:27','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/6ee020b5e4/TEST/86e2ed89ae/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657379\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657380\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657381\"><span class=\"aQJ\">Friday</span></span>.    </span>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/6ee020b5e4/TEST/86facc8f96\" target=\"_blank\">register as a guest.</a> for access.</p>\r\n\r\n<div style=\"color: #222222;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #222222;\"><strong>Pre-market price action and scheduled economic data that may have an impact on the global financial markets:</strong><strong>STOCKS </strong>-  Chinese stocks, which fell more than 5 percent <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657382\"><span class=\"aQJ\">on Friday</span></span>, were at one point down a further 3 percent <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657383\"><span class=\"aQJ\">on Monday</span></span> before closing marginally up on the day. US stock futures and European bourses started the new week slightly higher.\r\n\r\n<strong>BONDS </strong>-  The yield gap between German and U.S. notes reached the widest in nine years as traders prepared for the European Central Bank to ramp up stimulus later this week.\r\n\r\n<strong>COMMODITIES</strong> - Gold, which has fallen lately on the prospect of higher U.S. interest rates, was on track for its worst month in 2 1/2 years.\r\n\r\n<strong>CURRENCIES</strong> -  The euro headed for its worst month versus the dollar since March with economists surveyed by Bloomberg unanimously predicting the ECB, led by President Mario Draghi, will take additional steps to boost inflation.\r\n\r\n<strong>ECONOMIC DATA</strong> - CAD Current Account due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657384\"><span class=\"aQJ\">8:30</span></span>, US Chicago PMI at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657385\"><span class=\"aQJ\">9:45</span></span>, Pending Home Sales m/m at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657386\"><span class=\"aQJ\">10:00</span></span>, CNY Manufacturing PMI at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657387\"><span class=\"aQJ\">20:00</span></span>, CNY Caixin Manufacturing PMI at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657388\"><span class=\"aQJ\">18:45</span></span>, AUD RBA Rate Statement at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657389\"><span class=\"aQJ\">22:30 ET</span></span>.\r\n\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>','Pre-Market Trading for Stocks, Bonds, Commodities and Currencies','','inherit','open','closed','','2630-revision-v1','','','2015-11-30 11:20:27','2015-11-30 11:20:27','',2630,'http://www.thetradingroom.com/2630-revision-v1/',0,'revision','',0),(2634,2,'2015-11-30 11:21:16','2015-11-30 11:21:16','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/6ee020b5e4/TEST/86e2ed89ae/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657379\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657380\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657381\"><span class=\"aQJ\">Friday</span></span>.    </span>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/6ee020b5e4/TEST/86facc8f96\" target=\"_blank\">register as a guest.</a> for access.</p>\r\n\r\n<div style=\"color: #222222;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #222222;\"><strong>Pre-market price action and scheduled economic data that may have an impact on the global financial markets:</strong><strong>STOCKS </strong>-  Chinese stocks, which fell more than 5 percent <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657382\"><span class=\"aQJ\">on Friday</span></span>, were at one point down a further 3 percent <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657383\"><span class=\"aQJ\">on Monday</span></span> before closing marginally up on the day. US stock futures and European bourses started the new week slightly higher.<strong>BONDS </strong>-  The yield gap between German and U.S. notes reached the widest in nine years as traders prepared for the European Central Bank to ramp up stimulus later this week.\r\n\r\n<strong>COMMODITIES</strong> - Gold, which has fallen lately on the prospect of higher U.S. interest rates, was on track for its worst month in 2 1/2 years.\r\n\r\n<strong>CURRENCIES</strong> -  The euro headed for its worst month versus the dollar since March with economists surveyed by Bloomberg unanimously predicting the ECB, led by President Mario Draghi, will take additional steps to boost inflation.\r\n\r\n<strong>ECONOMIC DATA</strong> - CAD Current Account due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657384\"><span class=\"aQJ\">8:30</span></span>, US Chicago PMI at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657385\"><span class=\"aQJ\">9:45</span></span>, Pending Home Sales m/m at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657386\"><span class=\"aQJ\">10:00</span></span>, CNY Manufacturing PMI at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657387\"><span class=\"aQJ\">20:00</span></span>, CNY Caixin Manufacturing PMI at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657388\"><span class=\"aQJ\">18:45</span></span>, AUD RBA Rate Statement at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657389\"><span class=\"aQJ\">22:30 ET</span></span>.\r\n\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>','Pre-Market Trading for Stocks, Bonds, Commodities and Currencies','','inherit','open','closed','','2630-revision-v1','','','2015-11-30 11:21:16','2015-11-30 11:21:16','',2630,'http://www.thetradingroom.com/2630-revision-v1/',0,'revision','',0),(2635,2,'2015-11-30 11:27:50','2015-11-30 11:27:50','<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>The markets were quiet and volume was light last week as many participants took the holiday-shortened week as a vacation opportunity. The Russell led the charge higher gaining 2.54% followed by Soybeans 1.9%. Natural gas lost -2.79% and Wheat dropped -2.14%. Most other asset classes including Crude Oil, S&amp;P 500 and the US Dollar traded in a tight range finishing the week practically unchanged.</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">In the week ahead there are several important economic reports, an impending FOMC meeting and several Fed speakers lining up to potentially provide trading opportunities in the next few trading sessions.</div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>Join us this week in our LIVE trading room and watch how we use the new upgraded Einstein III automated trading system to uncover trading opportunities.</div>\r\n</div>\r\n<div>​</div>\r\n</div>\r\n<strong><em>Joe Rios</em> - Founder, Rios Quantitative LLC</strong>​​\r\n\r\n</div>\r\n<div style=\"color: #000000;\">\r\n\r\n<hr />\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\n<div>\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657509\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657510\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657511\"><span class=\"aQJ\">8:00 AM ET</span></span></strong>\r\n<div>Join our trading community with RiosQuant founder and  trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3WVkyGQ75LrDnAF&amp;b=Rq1d7E6ELDRPUj46XN3SqA\" target=\"_blank\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3WVkyGQ75LrDnAF&amp;b=m5MdADT3DzoY1U9cgboi9w\" target=\"_blank\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3WVkyGQ75LrDnAF&amp;b=44zQ9FJwrXmG_tP6ACcptg\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n<div><strong>The Insider\'s Quant (I.Q.) Room</strong>​</div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657512\"><span class=\"aQJ\">Monday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657513\"><span class=\"aQJ\">12:30 pm to 1:45 pm ET</span></span></div>\r\n<div><em>What\'s Next in The Week Ahead</em></div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657514\"><span class=\"aQJ\">Wednesday</span></span> <em>- </em><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657515\"><span class=\"aQJ\">12:30 pm to 1:45 pm ET</span></span></div>\r\n<div>Strategy for Success</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657516\"><span class=\"aQJ\">Friday</span></span> -  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657517\"><span class=\"aQJ\">12:30 pm to 1:45 pm ET</span></span></div>\r\n<div><em>Insiders Round Table Meetup</em></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div>\r\n<h2><span data-term=\"goog_865657558\">MONDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\n<span data-term=\"goog_865657559\">9:45 AM</span>         USD Chicago PMI\r\n\r\n<span data-term=\"goog_865657560\">10:00 AM</span>       USD Pending Home Sales\r\n\r\n<span data-term=\"goog_865657561\">8:00 PM</span>         CNY Manufacturing PMI\r\n\r\n<span data-term=\"goog_865657562\">8:45 PM</span>         CNY Caixin Manufacturing PMI\r\n\r\n10:30 PM        AUD RBA Rate Statement\r\n\r\n&nbsp;\r\n<h2><span data-term=\"goog_865657564\">TUESDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\n<span data-term=\"goog_865657565\">4:00 AM</span>         GBP BOE Gov. Carney Speaks\r\n\r\n<span data-term=\"goog_865657566\">4:30 AM</span>         GBP Manufacturing PMI\r\n\r\n<span data-term=\"goog_865657567\">8:30 AM</span>         CAD GDP\r\n\r\n<span data-term=\"goog_865657568\">10:00 AM</span>       USD ISM Manufacturing PMI\r\n\r\n<span data-term=\"goog_865657569\">12:45 PM</span>        USD FOMC Member Evans Speaks\r\n\r\n<span data-term=\"goog_865657570\">7:30 PM</span>         AUD GDP\r\n<h2><span data-term=\"goog_865657571\">WEDNESDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\n<span data-term=\"goog_865657572\">4:30 AM</span>         GBP Construction PMI\r\n\r\n<span data-term=\"goog_865657573\">8:10 AM</span>         USD FOMC Member Lockhart Speaks\r\n\r\n<span data-term=\"goog_865657574\">8:15 AM</span>         USD ADP Nonfarm Employment Change\r\n\r\n<span data-term=\"goog_865657575\">8:30 AM</span>         USD FED Chair Yellen Speaks\r\n\r\n<span data-term=\"goog_865657576\">10:00 AM</span>       CAD BOC Rate Statement\r\n\r\n<span data-term=\"goog_865657577\">12:25 PM</span>        USD FED Chair Yellen Speaks\r\n<h2><span data-term=\"goog_865657578\">THURSDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\n<span data-term=\"goog_865657579\">4:30 AM</span>         GBP Services PMI\r\n\r\n<span data-term=\"goog_865657580\">7:45 AM</span>         EUR Minimum Bid Rate\r\n\r\n<span data-term=\"goog_865657581\">8:30 AM</span>         EUR ECB Press Conference\r\n\r\n<span data-term=\"goog_865657582\">8:30 AM</span>         USD Unemployment Claims\r\n\r\n<span data-term=\"goog_865657583\">10:00 AM</span>       USD FED Chair Yellen Testifies\r\n\r\n<span data-term=\"goog_865657584\">10:00 AM</span>       USD ISM Nonmanufacturing PMI\r\n<h2><span data-term=\"goog_865657585\">FRIDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\n<span data-term=\"goog_865657586\">8:30 AM</span>         USD Nonfarm Employment Change\r\n\r\n8:30 AM         CAD Employment Change\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #ffffff;\"></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n</div>','The Week Ahead in the Global Markets','','publish','open','closed','','week-ahead-global-markets-4','','','2015-11-30 11:27:50','2015-11-30 11:27:50','',0,'http://www.thetradingroom.com/?p=2635',0,'post','',0),(2636,2,'2015-11-30 11:23:52','2015-11-30 11:23:52','<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>The markets were quiet and volume was light last week as many participants took the holiday-shortened week as a vacation opportunity. The Russell led the charge higher gaining 2.54% followed by Soybeans 1.9%. Natural gas lost -2.79% and Wheat dropped -2.14%. Most other asset classes including Crude Oil, S&amp;P 500 and the US Dollar traded in a tight range finishing the week practically unchanged.</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">In the week ahead there are several important economic reports, an impending FOMC meeting and several Fed speakers lining up to potentially provide trading opportunities in the next few trading sessions.</div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>Join us this week in our LIVE trading room and watch how we use the new upgraded Einstein III automated trading system to uncover trading opportunities.</div>\r\n</div>\r\n<div>​</div>\r\n</div>\r\n<strong><em>Joe Rios</em> - Founder, Rios Quantitative LLC</strong>​​\r\n\r\n</div>\r\n<div style=\"color: #000000;\">\r\n\r\n<hr />\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\n<div>\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657509\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657510\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657511\"><span class=\"aQJ\">8:00 AM ET</span></span></strong>\r\n<div>Join our trading community with RiosQuant founder and  trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3WVkyGQ75LrDnAF&amp;b=Rq1d7E6ELDRPUj46XN3SqA\" target=\"_blank\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3WVkyGQ75LrDnAF&amp;b=m5MdADT3DzoY1U9cgboi9w\" target=\"_blank\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3WVkyGQ75LrDnAF&amp;b=44zQ9FJwrXmG_tP6ACcptg\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n<div><strong>The Insider\'s Quant (I.Q.) Room</strong>​</div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657512\"><span class=\"aQJ\">Monday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657513\"><span class=\"aQJ\">12:30 pm to 1:45 pm ET</span></span></div>\r\n<div><em>What\'s Next in The Week Ahead</em></div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657514\"><span class=\"aQJ\">Wednesday</span></span> <em>- </em><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657515\"><span class=\"aQJ\">12:30 pm to 1:45 pm ET</span></span></div>\r\n<div>Strategy for Success</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657516\"><span class=\"aQJ\">Friday</span></span> -  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865657517\"><span class=\"aQJ\">12:30 pm to 1:45 pm ET</span></span></div>\r\n<div><em>Insiders Round Table Meetup</em></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div>\r\n<h2><span data-term=\"goog_865657558\">MONDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\n<span data-term=\"goog_865657559\">9:45 AM</span>         USD Chicago PMI\r\n\r\n<span data-term=\"goog_865657560\">10:00 AM</span>       USD Pending Home Sales\r\n\r\n<span data-term=\"goog_865657561\">8:00 PM</span>         CNY Manufacturing PMI\r\n\r\n<span data-term=\"goog_865657562\">8:45 PM</span>         CNY Caixin Manufacturing PMI\r\n\r\n10:30 PM        AUD RBA Rate Statement\r\n\r\n&nbsp;\r\n<h2><span data-term=\"goog_865657564\">TUESDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\n<span data-term=\"goog_865657565\">4:00 AM</span>         GBP BOE Gov. Carney Speaks\r\n\r\n<span data-term=\"goog_865657566\">4:30 AM</span>         GBP Manufacturing PMI\r\n\r\n<span data-term=\"goog_865657567\">8:30 AM</span>         CAD GDP\r\n\r\n<span data-term=\"goog_865657568\">10:00 AM</span>       USD ISM Manufacturing PMI\r\n\r\n<span data-term=\"goog_865657569\">12:45 PM</span>        USD FOMC Member Evans Speaks\r\n\r\n<span data-term=\"goog_865657570\">7:30 PM</span>         AUD GDP\r\n<h2><span data-term=\"goog_865657571\">WEDNESDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\n<span data-term=\"goog_865657572\">4:30 AM</span>         GBP Construction PMI\r\n\r\n<span data-term=\"goog_865657573\">8:10 AM</span>         USD FOMC Member Lockhart Speaks\r\n\r\n<span data-term=\"goog_865657574\">8:15 AM</span>         USD ADP Nonfarm Employment Change\r\n\r\n<span data-term=\"goog_865657575\">8:30 AM</span>         USD FED Chair Yellen Speaks\r\n\r\n<span data-term=\"goog_865657576\">10:00 AM</span>       CAD BOC Rate Statement\r\n\r\n<span data-term=\"goog_865657577\">12:25 PM</span>        USD FED Chair Yellen Speaks\r\n<h2><span data-term=\"goog_865657578\">THURSDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\n<span data-term=\"goog_865657579\">4:30 AM</span>         GBP Services PMI\r\n\r\n<span data-term=\"goog_865657580\">7:45 AM</span>         EUR Minimum Bid Rate\r\n\r\n<span data-term=\"goog_865657581\">8:30 AM</span>         EUR ECB Press Conference\r\n\r\n<span data-term=\"goog_865657582\">8:30 AM</span>         USD Unemployment Claims\r\n\r\n<span data-term=\"goog_865657583\">10:00 AM</span>       USD FED Chair Yellen Testifies\r\n\r\n<span data-term=\"goog_865657584\">10:00 AM</span>       USD ISM Nonmanufacturing PMI\r\n<h2><span data-term=\"goog_865657585\">FRIDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\n<span data-term=\"goog_865657586\">8:30 AM</span>         USD Nonfarm Employment Change\r\n\r\n8:30 AM         CAD Employment Change\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #ffffff;\"></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n</div>','The Week Ahead in the Global Markets','','inherit','open','closed','','2635-revision-v1','','','2015-11-30 11:23:52','2015-11-30 11:23:52','',2635,'http://www.thetradingroom.com/2635-revision-v1/',0,'revision','',0),(2637,2,'2015-12-02 19:33:17','2015-12-02 19:33:17','&nbsp;\r\n\r\n&nbsp;\r\n\r\nEinstein III -  Automated trading for the Russell futures on 12-02-2015.  Join us  in our live trading room, click on the following link to register for a free trial:  <a href=\"http://www.thetradingroom.com/futures-trading-room-2/\">The Trading Room Sign Up</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/russell-3-12-2.jpg\"><img class=\"aligncenter  wp-image-2638\" src=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/russell-3-12-2.jpg\" alt=\"russell 3 12-2\" width=\"1183\" height=\"461\" /></a>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nPerformance Summary for 12- 02-2015\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/pl-ninja-122.jpg\"><img class=\"aligncenter size-full wp-image-2640\" src=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/pl-ninja-122.jpg\" alt=\"p&amp;l ninja 12=2\" width=\"1038\" height=\"442\" /></a>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<span style=\"color: #666666;\">Past results are hypothetical. The strategies have been back tested using Trade Station. Hypothetical or simulated performance results have certain inherent limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since the trades have not actually been executed, the results may have under- or over-compensated or the impact, if any, for certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation is being made that any account will or is likely to achieve profits or losses similar to those shown. Futures, Options, Forex, and stock trading involve risk and is not for all investors. Past performance is NOT indicative of future results. Nothing contained herein shall be construed as an offer to buy, sell, or hold and securities, futures contracts, and cash foreign exchange currencies. This is intended for informational and educational purposes only. Trading involves risk and should be pursued with risk capital only. Results do include transaction fees, commissions or slippage.</span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Algorithmic Trading Systems','','publish','open','closed','','algorithmic-trading-systems','','','2015-12-02 19:33:17','2015-12-02 19:33:17','',0,'http://www.thetradingroom.com/?p=2637',0,'post','',0),(2642,2,'2015-12-02 19:12:13','2015-12-02 19:12:13','&nbsp;\r\n\r\n&nbsp;\r\n\r\nEinstein III -  Automated trading for the Russell futures on 12-02-2015.  Join us  in our live trading room,\r\n\r\nclick on the following link to register for a free trial:  <a href=\"http://www.thetradingroom.com/futures-trading-room-2/\">The Trading Room Sign Up</a>\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/russell-3-12-2.jpg\"><img class=\"aligncenter  wp-image-2638\" src=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/russell-3-12-2.jpg\" alt=\"russell 3 12-2\" width=\"1183\" height=\"461\" /></a>\r\n\r\n&nbsp;\r\n\r\nPerformance Summary for 12- 02-2015\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/pl-ninja-122.jpg\"><img class=\"aligncenter size-full wp-image-2640\" src=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/pl-ninja-122.jpg\" alt=\"p&amp;l ninja 12=2\" width=\"1038\" height=\"442\" /></a>\r\n\r\n&nbsp;\r\n\r\n<span style=\"color: #666666;\">Past results are hypothetical. The strategies have been back tested using Trade Station. Hypothetical or simulated performance results have certain inherent limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since the trades have not actually been executed, the results may have under- or over-compensated or the impact, if any, for certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation is being made that any account will or is likely to achieve profits or losses similar to those shown. Futures, Options, Forex, and stock trading involve risk and is not for all investors. Past performance is NOT indicative of future results. Nothing contained herein shall be construed as an offer to buy, sell, or hold and securities, futures contracts, and cash foreign exchange currencies. This is intended for informational and educational purposes only. Trading involves risk and should be pursued with risk capital only. Results do include transaction fees, commissions or slippage.</span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Room Room - Automated Trading','','inherit','open','closed','','2637-revision-v1','','','2015-12-02 19:12:13','2015-12-02 19:12:13','',2637,'http://www.thetradingroom.com/2637-revision-v1/',0,'revision','',0),(2643,2,'2015-12-02 19:13:18','2015-12-02 19:13:18','&nbsp;\r\n\r\n&nbsp;\r\n\r\nEinstein III -  Automated trading for the Russell futures on 12-02-2015.  Join us  in our live trading room, click on the following link to register for a free trial:  <a href=\"http://www.thetradingroom.com/futures-trading-room-2/\">The Trading Room Sign Up</a>\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/russell-3-12-2.jpg\"><img class=\"aligncenter  wp-image-2638\" src=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/russell-3-12-2.jpg\" alt=\"russell 3 12-2\" width=\"1183\" height=\"461\" /></a>\r\n\r\n&nbsp;\r\n\r\nPerformance Summary for 12- 02-2015\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/pl-ninja-122.jpg\"><img class=\"aligncenter size-full wp-image-2640\" src=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/pl-ninja-122.jpg\" alt=\"p&amp;l ninja 12=2\" width=\"1038\" height=\"442\" /></a>\r\n\r\n&nbsp;\r\n\r\n<span style=\"color: #666666;\">Past results are hypothetical. The strategies have been back tested using Trade Station. Hypothetical or simulated performance results have certain inherent limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since the trades have not actually been executed, the results may have under- or over-compensated or the impact, if any, for certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation is being made that any account will or is likely to achieve profits or losses similar to those shown. Futures, Options, Forex, and stock trading involve risk and is not for all investors. Past performance is NOT indicative of future results. Nothing contained herein shall be construed as an offer to buy, sell, or hold and securities, futures contracts, and cash foreign exchange currencies. This is intended for informational and educational purposes only. Trading involves risk and should be pursued with risk capital only. Results do include transaction fees, commissions or slippage.</span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Room Room - Automated Trading','','inherit','open','closed','','2637-revision-v1','','','2015-12-02 19:13:18','2015-12-02 19:13:18','',2637,'http://www.thetradingroom.com/2637-revision-v1/',0,'revision','',0),(2644,2,'2015-12-02 19:14:26','2015-12-02 19:14:26','&nbsp;\r\n\r\n&nbsp;\r\n\r\nEinstein III -  Automated trading for the Russell futures on 12-02-2015.  Join us  in our live trading room, click on the following link to register for a free trial:  <a href=\"http://www.thetradingroom.com/futures-trading-room-2/\">The Trading Room Sign Up</a>\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/russell-3-12-2.jpg\"><img class=\"aligncenter  wp-image-2638\" src=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/russell-3-12-2.jpg\" alt=\"russell 3 12-2\" width=\"1183\" height=\"461\" /></a>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nPerformance Summary for 12- 02-2015\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/pl-ninja-122.jpg\"><img class=\"aligncenter size-full wp-image-2640\" src=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/pl-ninja-122.jpg\" alt=\"p&amp;l ninja 12=2\" width=\"1038\" height=\"442\" /></a>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<span style=\"color: #666666;\">Past results are hypothetical. The strategies have been back tested using Trade Station. Hypothetical or simulated performance results have certain inherent limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since the trades have not actually been executed, the results may have under- or over-compensated or the impact, if any, for certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation is being made that any account will or is likely to achieve profits or losses similar to those shown. Futures, Options, Forex, and stock trading involve risk and is not for all investors. Past performance is NOT indicative of future results. Nothing contained herein shall be construed as an offer to buy, sell, or hold and securities, futures contracts, and cash foreign exchange currencies. This is intended for informational and educational purposes only. Trading involves risk and should be pursued with risk capital only. Results do include transaction fees, commissions or slippage.</span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Room Room - Automated Trading','','inherit','open','closed','','2637-revision-v1','','','2015-12-02 19:14:26','2015-12-02 19:14:26','',2637,'http://www.thetradingroom.com/2637-revision-v1/',0,'revision','',0),(2646,2,'2015-12-02 19:17:45','2015-12-02 19:17:45','&nbsp;\r\n\r\n&nbsp;\r\n\r\nEinstein III -  Automated trading for the Russell futures on 12-02-2015.  Join us  in our live trading room, click on the following link to register for a free trial:  <a href=\"http://www.thetradingroom.com/futures-trading-room-2/\">The Trading Room Sign Up</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/russell-3-12-2.jpg\"><img class=\"aligncenter  wp-image-2638\" src=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/russell-3-12-2.jpg\" alt=\"russell 3 12-2\" width=\"1183\" height=\"461\" /></a>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nPerformance Summary for 12- 02-2015\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/pl-ninja-122.jpg\"><img class=\"aligncenter size-full wp-image-2640\" src=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/pl-ninja-122.jpg\" alt=\"p&amp;l ninja 12=2\" width=\"1038\" height=\"442\" /></a>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<span style=\"color: #666666;\">Past results are hypothetical. The strategies have been back tested using Trade Station. Hypothetical or simulated performance results have certain inherent limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since the trades have not actually been executed, the results may have under- or over-compensated or the impact, if any, for certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation is being made that any account will or is likely to achieve profits or losses similar to those shown. Futures, Options, Forex, and stock trading involve risk and is not for all investors. Past performance is NOT indicative of future results. Nothing contained herein shall be construed as an offer to buy, sell, or hold and securities, futures contracts, and cash foreign exchange currencies. This is intended for informational and educational purposes only. Trading involves risk and should be pursued with risk capital only. Results do include transaction fees, commissions or slippage.</span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Room Room - Automated Trading','','inherit','open','closed','','2637-revision-v1','','','2015-12-02 19:17:45','2015-12-02 19:17:45','',2637,'http://www.thetradingroom.com/2637-revision-v1/',0,'revision','',0),(2645,2,'2015-12-02 19:15:54','2015-12-02 19:15:54','&nbsp;\r\n\r\n&nbsp;\r\n\r\nEinstein III -  Automated trading for the Russell futures on 12-02-2015.  Join us  in our live trading room, click on the following link to register for a free trial:  <a href=\"http://www.thetradingroom.com/futures-trading-room-2/\">The Trading Room Sign Up</a>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/russell-3-12-2.jpg\"><img class=\"aligncenter  wp-image-2638\" src=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/russell-3-12-2.jpg\" alt=\"russell 3 12-2\" width=\"1183\" height=\"461\" /></a>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nPerformance Summary for 12- 02-2015\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/pl-ninja-122.jpg\"><img class=\"aligncenter size-full wp-image-2640\" src=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/pl-ninja-122.jpg\" alt=\"p&amp;l ninja 12=2\" width=\"1038\" height=\"442\" /></a>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<span style=\"color: #666666;\">Past results are hypothetical. The strategies have been back tested using Trade Station. Hypothetical or simulated performance results have certain inherent limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since the trades have not actually been executed, the results may have under- or over-compensated or the impact, if any, for certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation is being made that any account will or is likely to achieve profits or losses similar to those shown. Futures, Options, Forex, and stock trading involve risk and is not for all investors. Past performance is NOT indicative of future results. Nothing contained herein shall be construed as an offer to buy, sell, or hold and securities, futures contracts, and cash foreign exchange currencies. This is intended for informational and educational purposes only. Trading involves risk and should be pursued with risk capital only. Results do include transaction fees, commissions or slippage.</span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','The Room Room - Automated Trading','','inherit','open','closed','','2637-revision-v1','','','2015-12-02 19:15:54','2015-12-02 19:15:54','',2637,'http://www.thetradingroom.com/2637-revision-v1/',0,'revision','',0),(2647,2,'2015-12-02 19:33:17','2015-12-02 19:33:17','&nbsp;\r\n\r\n&nbsp;\r\n\r\nEinstein III -  Automated trading for the Russell futures on 12-02-2015.  Join us  in our live trading room, click on the following link to register for a free trial:  <a href=\"http://www.thetradingroom.com/futures-trading-room-2/\">The Trading Room Sign Up</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/russell-3-12-2.jpg\"><img class=\"aligncenter  wp-image-2638\" src=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/russell-3-12-2.jpg\" alt=\"russell 3 12-2\" width=\"1183\" height=\"461\" /></a>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nPerformance Summary for 12- 02-2015\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/pl-ninja-122.jpg\"><img class=\"aligncenter size-full wp-image-2640\" src=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/pl-ninja-122.jpg\" alt=\"p&amp;l ninja 12=2\" width=\"1038\" height=\"442\" /></a>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<span style=\"color: #666666;\">Past results are hypothetical. The strategies have been back tested using Trade Station. Hypothetical or simulated performance results have certain inherent limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since the trades have not actually been executed, the results may have under- or over-compensated or the impact, if any, for certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation is being made that any account will or is likely to achieve profits or losses similar to those shown. Futures, Options, Forex, and stock trading involve risk and is not for all investors. Past performance is NOT indicative of future results. Nothing contained herein shall be construed as an offer to buy, sell, or hold and securities, futures contracts, and cash foreign exchange currencies. This is intended for informational and educational purposes only. Trading involves risk and should be pursued with risk capital only. Results do include transaction fees, commissions or slippage.</span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Algorithmic Trading Systems','','inherit','open','closed','','2637-revision-v1','','','2015-12-02 19:33:17','2015-12-02 19:33:17','',2637,'http://www.thetradingroom.com/2637-revision-v1/',0,'revision','',0),(2648,2,'2015-12-02 20:57:13','0000-00-00 00:00:00','[hyperlink style=\"1\" href=\"C:\\Users\\Joe Rios\\Downloads\\cl 1 cont 6 mths (2).mht\" new_window=\"Y\" align=\"left\"]Performance Summary - One Lot[/hyperlink]','','','draft','open','closed','','','','','2015-12-02 20:57:13','2015-12-02 20:57:13','',0,'http://www.thetradingroom.com/?p=2648',0,'post','',0),(2649,2,'2015-12-02 20:57:13','2015-12-02 20:57:13','[hyperlink style=\"1\" href=\"C:\\Users\\Joe Rios\\Downloads\\cl 1 cont 6 mths (2).mht\" new_window=\"Y\" align=\"left\"]Performance Summary - One Lot[/hyperlink]','','','inherit','open','closed','','2648-revision-v1','','','2015-12-02 20:57:13','2015-12-02 20:57:13','',2648,'http://www.thetradingroom.com/2648-revision-v1/',0,'revision','',0),(2689,2,'2015-12-15 12:07:14','2015-12-15 12:07:14','<a href=\"https://youtu.be/-VaBWpN-XtQ\"><img class=\"aligncenter size-full wp-image-1513\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/jump-start-rq-alogrithms.jpg\" alt=\"jump start rq alogrithms\" width=\"430\" height=\"268\" /></a>','','','inherit','open','closed','','2688-revision-v1','','','2015-12-15 12:07:14','2015-12-15 12:07:14','',2688,'http://www.thetradingroom.com/2688-revision-v1/',0,'revision','',0),(2652,2,'2016-01-25 06:45:39','2016-01-25 06:45:39','<strong style=\"font-weight: bold;\">Rethink Strategy, Think RQ.</strong> At Rios Quantitative, we focus on the development, implementation and monitoring of quantitative and algorithmic trading systems. In the electronic financial markets, \"quant\" and \"algo\" trading is defined as the systematic application of trading strategies through the use of computer programs. Our models are developed by our staff of market professionals consisting of traders, strategists and programmers utilizing comprehensive and rigorous research. The RQ\'s approach is to eliminate or mitigate trading decisions driven by emotion, indiscipline, passion, greed and/or fear, in addition to other factors that contribute to human error.\r\n\r\nThe RQ Einstein is a quantitative model designed for specific assignments, such as to exploit short-lived trading opportunities. At the core of the strategy is an RQ proprietary code with forward-looking algorithms designed to forecast and search for potentially key price levels of the markets. TradeStation platform was utilized for the following trade data including performance summaries.\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n[file_download style=\"2\"][download title=\"S&amp;P 500 Futures - Performance Summary - 2 Lots\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2016/01/es-33-ticks-ps.pdf\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\r\n\r\n[file_download style=\"2\"][download title=\"S&amp;P 500 Futures - Trade List - 2 Lots\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2016/01/es-33-ticks-Trades.pdf\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n[file_download][download title=\"S&amp;P 500 Futures - Performance Summary - 1 Lot\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2016/01/es-1-25-ps-2-2.pdf\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\r\n\r\n[file_download][download title=\"S&amp;P 500 Futures - Trade List - 1 Lot\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2016/01/es-t-list-1.pdf\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n[file_download style=\"2\"][download title=\"Crude Oil Futures - Performance Summary 2 Lots\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2016/01/cl-1-25-ps.pdf\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\r\n\r\n&nbsp;\r\n\r\n[file_download style=\"2\"][download title=\"Crude Oil Futures - Trade List - 2 Lots\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2016/01/cl-1-25-trade-list3.pdf\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n[file_download style=\"2\"][download title=\"Gold Futures - Performance Summary - 3 Lots\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2016/01/gc-ps-3.pdf\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\r\n\r\n&nbsp;\r\n\r\n[file_download style=\"2\"][download title=\"Gold Futures - Trade List - 3 Lots\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2016/01/gc-trade-list-5.pdf\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\nPast results are hypothetical. The strategies have been back tested using Trade Station. Hypothetical or simulated performance results have certain inherent limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since the trades have not actually been executed, the results may have under- or over-compensated or the impact, if any, for certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation is being made that any account will or is likely to achieve profits or losses similar to those shown. Futures, Options, Forex, and stock trading involve risk and is not for all investors. Past performance is NOT indicative of future results. Nothing contained herein shall be construed as an offer to buy, sell, or hold and securities, futures contracts, and cash foreign exchange currencies. This is intended for informational and educational purposes only. Trading involves risk and should be pursued with risk capital only. Results do not include slippage but do include $5.00 per trade per side commission.\r\n\r\n&nbsp;','Quantitative Trading Systems','','publish','open','closed','','quantitative-trading-systems','','','2016-01-28 12:54:30','2016-01-28 12:54:30','',0,'http://www.thetradingroom.com/?p=2652',0,'post','',0),(2653,2,'2015-12-02 21:02:33','2015-12-02 21:02:33','<a href=\"C:\\Users\\Joe%20Rios\\Downloads\\cl 1 cont 6 mths (2).mht\">Today is the link to register</a>','','','inherit','open','closed','','2652-revision-v1','','','2015-12-02 21:02:33','2015-12-02 21:02:33','',2652,'http://www.thetradingroom.com/2652-revision-v1/',0,'revision','',0),(2654,2,'2015-12-02 21:08:53','2015-12-02 21:08:53','Crude Oil Futures - Two lots per trade.','Einstein III - Algorithmic Trading','','inherit','open','closed','','cl-2-lots-12-2','','','2015-12-02 21:08:53','2015-12-02 21:08:53','',0,'http://www.thetradingroom.com/wp-content/uploads/2015/12/CL-2-lots-12-2.pdf',0,'attachment','application/pdf',0),(2655,2,'2015-12-02 21:11:54','2015-12-02 21:11:54','','CL 2 lots 12-2','','inherit','open','closed','','cl-2-lots-12-2-2','','','2015-12-02 21:11:54','2015-12-02 21:11:54','',0,'http://www.thetradingroom.com/wp-content/uploads/2015/12/CL-2-lots-12-21.pdf',0,'attachment','application/pdf',0),(2657,2,'2015-12-02 21:20:44','2015-12-02 21:20:44','[file_download style=\"1\"][download title=\"\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/CL-2-lots-12-2.pdf\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\r\n\r\n\r\n&nbsp;\r\n\r\nWeekly Returns','','','inherit','open','closed','','2652-revision-v1','','','2015-12-02 21:20:44','2015-12-02 21:20:44','',2652,'http://www.thetradingroom.com/2652-revision-v1/',0,'revision','',0),(2656,2,'2015-12-02 21:12:28','2015-12-02 21:12:28','[file_download style=\"1\"][download title=\"Performance Summary\" icon=\"style1-Pdf-64x64.png\" file=\"\" package=\"\" level=\"\" new_window=\"\"][/download][/file_download]\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/CL-2-lots-12-2.pdf\">Einstein III - Algorithmic Trading</a><a href=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/CL-2-lots-12-21.pdf\">CL 2 lots 12-2</a>[file_download style=\"2\"][download title=\"\" icon=\"style1-Pdf-64x64.png\" file=\"\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\r\n\r\n\r\nToday is the link to register','','','inherit','open','closed','','2652-revision-v1','','','2015-12-02 21:12:28','2015-12-02 21:12:28','',2652,'http://www.thetradingroom.com/2652-revision-v1/',0,'revision','',0),(2658,2,'2015-12-02 21:25:05','2015-12-02 21:25:05','<strong style=\"font-weight: bold;\">Rethink Strategy, Think RQ.</strong> At RQ, we focus on the development, implementation and monitoring of quantitative and algorithmic trading systems. In the electronic financial markets, \"quant\" and \"algo\" trading is defined as the systematic application of trading strategies through the use of computer programs. Our models are developed by our staff of market professionals consisting of traders, strategists and programmers utilizing comprehensive and rigorous research. The RQ\'s approach is to eliminate or mitigate trading decisions driven by emotion, indiscipline, passion, greed and/or fear, in addition to other factors that contribute to human error.\r\n\r\n<hr />\r\n\r\nThe RQ Einstein is a quantitative model designed for specific assignments, such as to exploit short-lived trading opportunities. At the core of the strategy is an RQ proprietary code with forward-looking algorithms designed to forecast and search for potentially key price levels of the markets.\r\n\r\n[arrows style=\"arrow-1-1.png\" align=\"left\"]','','','inherit','open','closed','','2652-revision-v1','','','2015-12-02 21:25:05','2015-12-02 21:25:05','',2652,'http://www.thetradingroom.com/2652-revision-v1/',0,'revision','',0),(2661,2,'2015-12-02 21:35:04','2015-12-02 21:35:04','','Weekly Returns CL2','','inherit','open','closed','','weekly-returns-cl2','','','2015-12-02 21:35:04','2015-12-02 21:35:04','',0,'http://www.thetradingroom.com/wp-content/uploads/2015/12/Weekly-Returns-CL2.pdf',0,'attachment','application/pdf',0),(2660,2,'2015-12-02 21:30:12','2015-12-02 21:30:12','<strong style=\"font-weight: bold;\">Rethink Strategy, Think RQ.</strong> At RQ, we focus on the development, implementation and monitoring of quantitative and algorithmic trading systems. In the electronic financial markets, \"quant\" and \"algo\" trading is defined as the systematic application of trading strategies through the use of computer programs. Our models are developed by our staff of market professionals consisting of traders, strategists and programmers utilizing comprehensive and rigorous research. The RQ\'s approach is to eliminate or mitigate trading decisions driven by emotion, indiscipline, passion, greed and/or fear, in addition to other factors that contribute to human error.\r\n\r\n&nbsp;\r\n\r\n[file_download style=\"1\"][download title=\"\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/CL-2-lots-12-2.pdf\" package=\"\" level=\"\" new_window=\"Y\"]The RQ Einstein is a quantitative model designed for specific assignments, such as to exploit short-lived trading opportunities. At the core of the strategy is an RQ proprietary code with forward-looking algorithms designed to forecast and search for potentially key price levels of the markets.[/download][/file_download]','','','inherit','open','closed','','2652-revision-v1','','','2015-12-02 21:30:12','2015-12-02 21:30:12','',2652,'http://www.thetradingroom.com/2652-revision-v1/',0,'revision','',0),(2659,2,'2015-12-02 21:28:12','2015-12-02 21:28:12','<strong style=\"font-weight: bold;\">Rethink Strategy, Think RQ.</strong> At RQ, we focus on the development, implementation and monitoring of quantitative and algorithmic trading systems. In the electronic financial markets, \"quant\" and \"algo\" trading is defined as the systematic application of trading strategies through the use of computer programs. Our models are developed by our staff of market professionals consisting of traders, strategists and programmers utilizing comprehensive and rigorous research. The RQ\'s approach is to eliminate or mitigate trading decisions driven by emotion, indiscipline, passion, greed and/or fear, in addition to other factors that contribute to human error.\r\n\r\n&nbsp;\r\n\r\n[arrows style=\"arrow-1-1.png\" align=\"left\"]    [file_download style=\"1\"][download title=\"\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/CL-2-lots-12-2.pdf\" package=\"\" level=\"\" new_window=\"Y\"]The RQ Einstein is a quantitative model designed for specific assignments, such as to exploit short-lived trading opportunities. At the core of the strategy is an RQ proprietary code with forward-looking algorithms designed to forecast and search for potentially key price levels of the markets.[/download][/file_download]','','','inherit','open','closed','','2652-revision-v1','','','2015-12-02 21:28:12','2015-12-02 21:28:12','',2652,'http://www.thetradingroom.com/2652-revision-v1/',0,'revision','',0),(2663,2,'2015-12-02 21:37:01','2015-12-02 21:37:01','<strong style=\"font-weight: bold;\">Rethink Strategy, Think RQ.</strong> At RQ, we focus on the development, implementation and monitoring of quantitative and algorithmic trading systems. In the electronic financial markets, \"quant\" and \"algo\" trading is defined as the systematic application of trading strategies through the use of computer programs. Our models are developed by our staff of market professionals consisting of traders, strategists and programmers utilizing comprehensive and rigorous research. The RQ\'s approach is to eliminate or mitigate trading decisions driven by emotion, indiscipline, passion, greed and/or fear, in addition to other factors that contribute to human error.\r\n\r\nThe RQ Einstein is a quantitative model designed for specific assignments, such as to exploit short-lived trading opportunities. At the core of the strategy is an RQ proprietary code with forward-looking algorithms designed to forecast and search for potentially key price levels of the markets.\r\n\r\nPerformance Summary - Crude Oil Futures 2 Lots [/download][download title=\"\" icon=\"style1-Pdf-64x64.png\" file=\"\" package=\"\" level=\"\" new_window=\"Y\"]Weekly Returns - Crude Oil Futures 2 Lots [/download][/file_download]','','','inherit','open','closed','','2652-revision-v1','','','2015-12-02 21:37:01','2015-12-02 21:37:01','',2652,'http://www.thetradingroom.com/2652-revision-v1/',0,'revision','',0),(2662,2,'2015-12-02 21:35:55','2015-12-02 21:35:55','<strong style=\"font-weight: bold;\">Rethink Strategy, Think RQ.</strong> At RQ, we focus on the development, implementation and monitoring of quantitative and algorithmic trading systems. In the electronic financial markets, \"quant\" and \"algo\" trading is defined as the systematic application of trading strategies through the use of computer programs. Our models are developed by our staff of market professionals consisting of traders, strategists and programmers utilizing comprehensive and rigorous research. The RQ\'s approach is to eliminate or mitigate trading decisions driven by emotion, indiscipline, passion, greed and/or fear, in addition to other factors that contribute to human error.\r\n\r\nThe RQ Einstein is a quantitative model designed for specific assignments, such as to exploit short-lived trading opportunities. At the core of the strategy is an RQ proprietary code with forward-looking algorithms designed to forecast and search for potentially key price levels of the markets.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/Weekly-Returns-CL2.pdf\">Weekly Returns CL2</a>[file_download style=\"2\"][download title=\"Performance Summary\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/CL-2-lots-12-2.pdf\" package=\"\" level=\"\" new_window=\"Y\"]Performance Summary - Crude Oil Futures 2 Lots [/download][download title=\"\" icon=\"style1-Pdf-64x64.png\" file=\"\" package=\"\" level=\"\" new_window=\"Y\"]Weekly Returns - Crude Oil Futures 2 Lots [/download][/file_download]','','','inherit','open','closed','','2652-revision-v1','','','2015-12-02 21:35:55','2015-12-02 21:35:55','',2652,'http://www.thetradingroom.com/2652-revision-v1/',0,'revision','',0),(2664,2,'2015-12-02 21:39:58','2015-12-02 21:39:58','<strong style=\"font-weight: bold;\">Rethink Strategy, Think RQ.</strong> At RQ, we focus on the development, implementation and monitoring of quantitative and algorithmic trading systems. In the electronic financial markets, \"quant\" and \"algo\" trading is defined as the systematic application of trading strategies through the use of computer programs. Our models are developed by our staff of market professionals consisting of traders, strategists and programmers utilizing comprehensive and rigorous research. The RQ\'s approach is to eliminate or mitigate trading decisions driven by emotion, indiscipline, passion, greed and/or fear, in addition to other factors that contribute to human error.\r\n\r\nThe RQ Einstein is a quantitative model designed for specific assignments, such as to exploit short-lived trading opportunities. At the core of the strategy is an RQ proprietary code with forward-looking algorithms designed to forecast and search for potentially key price levels of the markets.\r\n\r\n[file_download style=\"2\"][download title=\"\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/CL-2-lots-12-2.pdf\" package=\"\" level=\"\" new_window=\"Y\"]Performance Summary - Crude Oil Futures 2 Lots[/download][/file_download]\r\n\r\n\r\n[file_download style=\"2\"][download title=\"\" icon=\"style1-Pdf-64x64.png\" file=\"\" package=\"\" level=\"\" new_window=\"Y\"]Weekly Returns - Crude Oil Futures 2 Lots[/download][/file_download]\r\n\r\n\r\n&nbsp;','','','inherit','open','closed','','2652-revision-v1','','','2015-12-02 21:39:58','2015-12-02 21:39:58','',2652,'http://www.thetradingroom.com/2652-revision-v1/',0,'revision','',0),(2666,2,'2015-12-02 21:40:56','2015-12-02 21:40:56','<strong style=\"font-weight: bold;\">Rethink Strategy, Think RQ.</strong> At RQ, we focus on the development, implementation and monitoring of quantitative and algorithmic trading systems. In the electronic financial markets, \"quant\" and \"algo\" trading is defined as the systematic application of trading strategies through the use of computer programs. Our models are developed by our staff of market professionals consisting of traders, strategists and programmers utilizing comprehensive and rigorous research. The RQ\'s approach is to eliminate or mitigate trading decisions driven by emotion, indiscipline, passion, greed and/or fear, in addition to other factors that contribute to human error.\r\n\r\nThe RQ Einstein is a quantitative model designed for specific assignments, such as to exploit short-lived trading opportunities. At the core of the strategy is an RQ proprietary code with forward-looking algorithms designed to forecast and search for potentially key price levels of the markets.\r\n\r\n[file_download style=\"2\"][download title=\"\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/CL-2-lots-12-2.pdf\" package=\"\" level=\"\" new_window=\"Y\"]Performance Summary - Crude Oil Futures 2 Lots[/download][/file_download]\r\n\r\n\r\n&nbsp;\r\n\r\n\r\n&nbsp;','','','inherit','open','closed','','2652-revision-v1','','','2015-12-02 21:40:56','2015-12-02 21:40:56','',2652,'http://www.thetradingroom.com/2652-revision-v1/',0,'revision','',0),(2665,2,'2015-12-02 21:40:25','2015-12-02 21:40:25','<strong style=\"font-weight: bold;\">Rethink Strategy, Think RQ.</strong> At RQ, we focus on the development, implementation and monitoring of quantitative and algorithmic trading systems. In the electronic financial markets, \"quant\" and \"algo\" trading is defined as the systematic application of trading strategies through the use of computer programs. Our models are developed by our staff of market professionals consisting of traders, strategists and programmers utilizing comprehensive and rigorous research. The RQ\'s approach is to eliminate or mitigate trading decisions driven by emotion, indiscipline, passion, greed and/or fear, in addition to other factors that contribute to human error.\r\n\r\nThe RQ Einstein is a quantitative model designed for specific assignments, such as to exploit short-lived trading opportunities. At the core of the strategy is an RQ proprietary code with forward-looking algorithms designed to forecast and search for potentially key price levels of the markets.\r\n\r\n[file_download style=\"2\"][download title=\"\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/CL-2-lots-12-2.pdf\" package=\"\" level=\"\" new_window=\"Y\"]Performance Summary - Crude Oil Futures 2 Lots[/download][/file_download]\r\n\r\n\r\n&nbsp;\r\n\r\n[file_download style=\"2\"][download title=\"\" icon=\"style1-Pdf-64x64.png\" file=\"\" package=\"\" level=\"\" new_window=\"Y\"]Weekly Returns - Crude Oil Futures 2 Lots[/download][/file_download]\r\n\r\n\r\n&nbsp;','','','inherit','open','closed','','2652-revision-v1','','','2015-12-02 21:40:25','2015-12-02 21:40:25','',2652,'http://www.thetradingroom.com/2652-revision-v1/',0,'revision','',0),(2667,2,'2015-12-02 21:42:27','2015-12-02 21:42:27','<strong style=\"font-weight: bold;\">Rethink Strategy, Think RQ.</strong> At RQ, we focus on the development, implementation and monitoring of quantitative and algorithmic trading systems. In the electronic financial markets, \"quant\" and \"algo\" trading is defined as the systematic application of trading strategies through the use of computer programs. Our models are developed by our staff of market professionals consisting of traders, strategists and programmers utilizing comprehensive and rigorous research. The RQ\'s approach is to eliminate or mitigate trading decisions driven by emotion, indiscipline, passion, greed and/or fear, in addition to other factors that contribute to human error.\r\n\r\nThe RQ Einstein is a quantitative model designed for specific assignments, such as to exploit short-lived trading opportunities. At the core of the strategy is an RQ proprietary code with forward-looking algorithms designed to forecast and search for potentially key price levels of the markets.\r\n\r\n[file_download style=\"2\"][download title=\"\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/CL-2-lots-12-2.pdf\" package=\"\" level=\"\" new_window=\"Y\"]Performance Summary - Crude Oil Futures 2 Lots[/download][/file_download]\r\n\r\n\r\n&nbsp;\r\n\r\n\r\n[file_download style=\"2\"][download title=\"\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/Weekly-Returns-CL2.pdf\" package=\"\" level=\"\" new_window=\"Y\"]Weekly Returns - Crude Oil Futures 2 Lots[/download][/file_download]','','','inherit','open','closed','','2652-revision-v1','','','2015-12-02 21:42:27','2015-12-02 21:42:27','',2652,'http://www.thetradingroom.com/2652-revision-v1/',0,'revision','',0),(2668,2,'2015-12-02 21:43:18','2015-12-02 21:43:18','<strong style=\"font-weight: bold;\">Rethink Strategy, Think RQ.</strong> At RQ, we focus on the development, implementation and monitoring of quantitative and algorithmic trading systems. In the electronic financial markets, \"quant\" and \"algo\" trading is defined as the systematic application of trading strategies through the use of computer programs. Our models are developed by our staff of market professionals consisting of traders, strategists and programmers utilizing comprehensive and rigorous research. The RQ\'s approach is to eliminate or mitigate trading decisions driven by emotion, indiscipline, passion, greed and/or fear, in addition to other factors that contribute to human error.\r\n\r\nThe RQ Einstein is a quantitative model designed for specific assignments, such as to exploit short-lived trading opportunities. At the core of the strategy is an RQ proprietary code with forward-looking algorithms designed to forecast and search for potentially key price levels of the markets.\r\n\r\n[file_download style=\"2\"][download title=\"\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/CL-2-lots-12-2.pdf\" package=\"\" level=\"\" new_window=\"Y\"]Performance Summary - Crude Oil Futures 2 Lots[/download][/file_download]\r\n\r\n\r\n&nbsp;\r\n\r\n\r\n[file_download style=\"2\"][download title=\"\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/Weekly-Returns-CL2.pdf\" package=\"\" level=\"\" new_window=\"Y\"]Weekly Returns - Crude Oil Futures 2 Lots[/download][/file_download]\r\n\r\n<hr />\r\n\r\n<span style=\"font-weight: 300; color: #666666;\">Past results are hypothetical. The strategies have been back tested using Trade Station. Hypothetical or simulated performance results have certain inherent limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since the trades have not actually been executed, the results may have under- or over-compensated or the impact, if any, for certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation is being made that any account will or is likely to achieve profits or losses similar to those shown. Futures, Options, Forex, and stock trading involve risk and is not for all investors. Past performance is NOT indicative of future results. Nothing contained herein shall be construed as an offer to buy, sell, or hold and securities, futures contracts, and cash foreign exchange currencies. This is intended for informational and educational purposes only. Trading involves risk and should be pursued with risk capital only. Results do include transaction fees, commissions or slippage.</span>\r\n\r\n&nbsp;','','','inherit','open','closed','','2652-revision-v1','','','2015-12-02 21:43:18','2015-12-02 21:43:18','',2652,'http://www.thetradingroom.com/2652-revision-v1/',0,'revision','',0),(2669,2,'2015-12-02 21:45:39','2015-12-02 21:45:39','<strong style=\"font-weight: bold;\">Rethink Strategy, Think RQ.</strong> At RQ, we focus on the development, implementation and monitoring of quantitative and algorithmic trading systems. In the electronic financial markets, \"quant\" and \"algo\" trading is defined as the systematic application of trading strategies through the use of computer programs. Our models are developed by our staff of market professionals consisting of traders, strategists and programmers utilizing comprehensive and rigorous research. The RQ\'s approach is to eliminate or mitigate trading decisions driven by emotion, indiscipline, passion, greed and/or fear, in addition to other factors that contribute to human error.\r\n\r\nThe RQ Einstein is a quantitative model designed for specific assignments, such as to exploit short-lived trading opportunities. At the core of the strategy is an RQ proprietary code with forward-looking algorithms designed to forecast and search for potentially key price levels of the markets.\r\n\r\n[file_download style=\"2\"][download title=\"\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/CL-2-lots-12-2.pdf\" package=\"\" level=\"\" new_window=\"Y\"]Performance Summary - Crude Oil Futures 2 Lots[/download][/file_download]\r\n\r\n\r\n&nbsp;\r\n\r\n\r\n[file_download style=\"2\"][download title=\"\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/Weekly-Returns-CL2.pdf\" package=\"\" level=\"\" new_window=\"Y\"]Weekly Returns - Crude Oil Futures 2 Lots[/download][/file_download]\r\n\r\n<hr />\r\n\r\n<span style=\"font-weight: 300; color: #666666;\">Past results are hypothetical. The strategies have been back tested using Trade Station. Hypothetical or simulated performance results have certain inherent limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since the trades have not actually been executed, the results may have under- or over-compensated or the impact, if any, for certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation is being made that any account will or is likely to achieve profits or losses similar to those shown. Futures, Options, Forex, and stock trading involve risk and is not for all investors. Past performance is NOT indicative of future results. Nothing contained herein shall be construed as an offer to buy, sell, or hold and securities, futures contracts, and cash foreign exchange currencies. This is intended for informational and educational purposes only. Trading involves risk and should be pursued with risk capital only. Results do include transaction fees, commissions or slippage.</span>\r\n\r\n&nbsp;','Quantitative Trading Systems','','inherit','open','closed','','2652-revision-v1','','','2015-12-02 21:45:39','2015-12-02 21:45:39','',2652,'http://www.thetradingroom.com/2652-revision-v1/',0,'revision','',0),(2670,2,'2015-12-02 21:46:41','2015-12-02 21:46:41','<strong style=\"font-weight: bold;\">Rethink Strategy, Think RQ.</strong> At Rios Quantitative, we focus on the development, implementation and monitoring of quantitative and algorithmic trading systems. In the electronic financial markets, \"quant\" and \"algo\" trading is defined as the systematic application of trading strategies through the use of computer programs. Our models are developed by our staff of market professionals consisting of traders, strategists and programmers utilizing comprehensive and rigorous research. The RQ\'s approach is to eliminate or mitigate trading decisions driven by emotion, indiscipline, passion, greed and/or fear, in addition to other factors that contribute to human error.\r\n\r\nThe RQ Einstein is a quantitative model designed for specific assignments, such as to exploit short-lived trading opportunities. At the core of the strategy is an RQ proprietary code with forward-looking algorithms designed to forecast and search for potentially key price levels of the markets.\r\n\r\n[file_download style=\"2\"][download title=\"\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/CL-2-lots-12-2.pdf\" package=\"\" level=\"\" new_window=\"Y\"]Performance Summary - Crude Oil Futures 2 Lots[/download][/file_download]\r\n\r\n&nbsp;\r\n\r\n[file_download style=\"2\"][download title=\"\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/Weekly-Returns-CL2.pdf\" package=\"\" level=\"\" new_window=\"Y\"]Weekly Returns - Crude Oil Futures 2 Lots[/download][/file_download]\r\n\r\n<hr />\r\n\r\n<span style=\"font-weight: 300; color: #666666;\">Past results are hypothetical. The strategies have been back tested using Trade Station. Hypothetical or simulated performance results have certain inherent limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since the trades have not actually been executed, the results may have under- or over-compensated or the impact, if any, for certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation is being made that any account will or is likely to achieve profits or losses similar to those shown. Futures, Options, Forex, and stock trading involve risk and is not for all investors. Past performance is NOT indicative of future results. Nothing contained herein shall be construed as an offer to buy, sell, or hold and securities, futures contracts, and cash foreign exchange currencies. This is intended for informational and educational purposes only. Trading involves risk and should be pursued with risk capital only. Results do include transaction fees, commissions or slippage.</span>\r\n\r\n&nbsp;','Quantitative Trading Systems','','inherit','open','closed','','2652-revision-v1','','','2015-12-02 21:46:41','2015-12-02 21:46:41','',2652,'http://www.thetradingroom.com/2652-revision-v1/',0,'revision','',0),(2671,2,'2015-12-02 21:47:26','2015-12-02 21:47:26','<strong style=\"font-weight: bold;\">Rethink Strategy, Think RQ.</strong> At Rios Quantitative, we focus on the development, implementation and monitoring of quantitative and algorithmic trading systems. In the electronic financial markets, \"quant\" and \"algo\" trading is defined as the systematic application of trading strategies through the use of computer programs. Our models are developed by our staff of market professionals consisting of traders, strategists and programmers utilizing comprehensive and rigorous research. The RQ\'s approach is to eliminate or mitigate trading decisions driven by emotion, indiscipline, passion, greed and/or fear, in addition to other factors that contribute to human error.\r\n\r\nThe RQ Einstein is a quantitative model designed for specific assignments, such as to exploit short-lived trading opportunities. At the core of the strategy is an RQ proprietary code with forward-looking algorithms designed to forecast and search for potentially key price levels of the markets.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[file_download style=\"2\"][download title=\"\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/CL-2-lots-12-2.pdf\" package=\"\" level=\"\" new_window=\"Y\"]Performance Summary - Crude Oil Futures 2 Lots[/download][/file_download]\r\n\r\n&nbsp;\r\n\r\n[file_download style=\"2\"][download title=\"\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/Weekly-Returns-CL2.pdf\" package=\"\" level=\"\" new_window=\"Y\"]Weekly Returns - Crude Oil Futures 2 Lots[/download][/file_download]\r\n\r\n<hr />\r\n\r\n<span style=\"font-weight: 300; color: #666666;\">Past results are hypothetical. The strategies have been back tested using Trade Station. Hypothetical or simulated performance results have certain inherent limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since the trades have not actually been executed, the results may have under- or over-compensated or the impact, if any, for certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation is being made that any account will or is likely to achieve profits or losses similar to those shown. Futures, Options, Forex, and stock trading involve risk and is not for all investors. Past performance is NOT indicative of future results. Nothing contained herein shall be construed as an offer to buy, sell, or hold and securities, futures contracts, and cash foreign exchange currencies. This is intended for informational and educational purposes only. Trading involves risk and should be pursued with risk capital only. Results do include transaction fees, commissions or slippage.</span>\r\n\r\n&nbsp;','Quantitative Trading Systems','','inherit','open','closed','','2652-revision-v1','','','2015-12-02 21:47:26','2015-12-02 21:47:26','',2652,'http://www.thetradingroom.com/2652-revision-v1/',0,'revision','',0),(2672,2,'2015-12-02 21:47:50','2015-12-02 21:47:50','<strong style=\"font-weight: bold;\">Rethink Strategy, Think RQ.</strong> At Rios Quantitative, we focus on the development, implementation and monitoring of quantitative and algorithmic trading systems. In the electronic financial markets, \"quant\" and \"algo\" trading is defined as the systematic application of trading strategies through the use of computer programs. Our models are developed by our staff of market professionals consisting of traders, strategists and programmers utilizing comprehensive and rigorous research. The RQ\'s approach is to eliminate or mitigate trading decisions driven by emotion, indiscipline, passion, greed and/or fear, in addition to other factors that contribute to human error.\r\n\r\nThe RQ Einstein is a quantitative model designed for specific assignments, such as to exploit short-lived trading opportunities. At the core of the strategy is an RQ proprietary code with forward-looking algorithms designed to forecast and search for potentially key price levels of the markets.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n[file_download style=\"2\"][download title=\"\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/CL-2-lots-12-2.pdf\" package=\"\" level=\"\" new_window=\"Y\"]Performance Summary - Crude Oil Futures 2 Lots[/download][/file_download]\r\n\r\n&nbsp;\r\n\r\n[file_download style=\"2\"][download title=\"\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/Weekly-Returns-CL2.pdf\" package=\"\" level=\"\" new_window=\"Y\"]Weekly Returns - Crude Oil Futures 2 Lots[/download][/file_download]\r\n\r\n<hr />\r\n\r\n<span style=\"font-weight: 300; color: #666666;\">Past results are hypothetical. The strategies have been back tested using Trade Station. Hypothetical or simulated performance results have certain inherent limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since the trades have not actually been executed, the results may have under- or over-compensated or the impact, if any, for certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation is being made that any account will or is likely to achieve profits or losses similar to those shown. Futures, Options, Forex, and stock trading involve risk and is not for all investors. Past performance is NOT indicative of future results. Nothing contained herein shall be construed as an offer to buy, sell, or hold and securities, futures contracts, and cash foreign exchange currencies. This is intended for informational and educational purposes only. Trading involves risk and should be pursued with risk capital only. Results do include transaction fees, commissions or slippage.</span>\r\n\r\n&nbsp;','Quantitative Trading Systems','','inherit','open','closed','','2652-revision-v1','','','2015-12-02 21:47:50','2015-12-02 21:47:50','',2652,'http://www.thetradingroom.com/2652-revision-v1/',0,'revision','',0),(2673,2,'2016-01-28 12:54:08','2016-01-28 12:54:08','<strong style=\"font-weight: bold;\">Rethink Strategy, Think RQ.</strong> At Rios Quantitative, we focus on the development, implementation and monitoring of quantitative and algorithmic trading systems. In the electronic financial markets, \"quant\" and \"algo\" trading is defined as the systematic application of trading strategies through the use of computer programs. Our models are developed by our staff of market professionals consisting of traders, strategists and programmers utilizing comprehensive and rigorous research. The RQ\'s approach is to eliminate or mitigate trading decisions driven by emotion, indiscipline, passion, greed and/or fear, in addition to other factors that contribute to human error.\n\nThe RQ Einstein is a quantitative model designed for specific assignments, such as to exploit short-lived trading opportunities. At the core of the strategy is an RQ proprietary code with forward-looking algorithms designed to forecast and search for potentially key price levels of the markets. TradeStation platform was The following trade data including performance summaries.\n\n&nbsp;\n\n<hr />\n\n[file_download style=\"2\"][download title=\"S&amp;P 500 Futures - Performance Summary - 2 Lots\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2016/01/es-33-ticks-ps.pdf\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\n\n[file_download style=\"2\"][download title=\"S&amp;P 500 Futures - Trade List - 2 Lots\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2016/01/es-33-ticks-Trades.pdf\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\n\n<hr />\n\n&nbsp;\n\n[file_download][download title=\"S&amp;P 500 Futures - Performance Summary - 1 Lot\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2016/01/es-1-25-ps-2-2.pdf\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\n\n[file_download][download title=\"S&amp;P 500 Futures - Trade List - 1 Lot\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2016/01/es-t-list-1.pdf\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\n\n&nbsp;\n\n<hr />\n\n&nbsp;\n\n[file_download style=\"2\"][download title=\"Crude Oil Futures - Performance Summary 2 Lots\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2016/01/cl-1-25-ps.pdf\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\n\n&nbsp;\n\n[file_download style=\"2\"][download title=\"Crude Oil Futures - Trade List - 2 Lots\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2016/01/cl-1-25-trade-list3.pdf\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\n\n&nbsp;\n\n<hr />\n\n&nbsp;\n\n[file_download style=\"2\"][download title=\"Gold Futures - Performance Summary - 3 Lots\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2016/01/gc-ps-3.pdf\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\n\n&nbsp;\n\n[file_download style=\"2\"][download title=\"Gold Futures - Trade List - 3 Lots\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2016/01/gc-trade-list-5.pdf\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\n\n&nbsp;\n\n<hr />\n\nPast results are hypothetical. The strategies have been back tested using Trade Station. Hypothetical or simulated performance results have certain inherent limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since the trades have not actually been executed, the results may have under- or over-compensated or the impact, if any, for certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation is being made that any account will or is likely to achieve profits or losses similar to those shown. Futures, Options, Forex, and stock trading involve risk and is not for all investors. Past performance is NOT indicative of future results. Nothing contained herein shall be construed as an offer to buy, sell, or hold and securities, futures contracts, and cash foreign exchange currencies. This is intended for informational and educational purposes only. Trading involves risk and should be pursued with risk capital only. Results do not include slippage but do include $5.00 per trade per side commission.\n\n&nbsp;','Quantitative Trading Systems','','inherit','open','closed','','2652-autosave-v1','','','2016-01-28 12:54:08','2016-01-28 12:54:08','',2652,'http://www.thetradingroom.com/2652-autosave-v1/',0,'revision','',0),(2674,2,'2015-12-02 21:50:15','2015-12-02 21:50:15','<strong style=\"font-weight: bold;\">Rethink Strategy, Think RQ.</strong> At Rios Quantitative, we focus on the development, implementation and monitoring of quantitative and algorithmic trading systems. In the electronic financial markets, \"quant\" and \"algo\" trading is defined as the systematic application of trading strategies through the use of computer programs. Our models are developed by our staff of market professionals consisting of traders, strategists and programmers utilizing comprehensive and rigorous research. The RQ\'s approach is to eliminate or mitigate trading decisions driven by emotion, indiscipline, passion, greed and/or fear, in addition to other factors that contribute to human error.\r\n\r\nThe RQ Einstein is a quantitative model designed for specific assignments, such as to exploit short-lived trading opportunities. At the core of the strategy is an RQ proprietary code with forward-looking algorithms designed to forecast and search for potentially key price levels of the markets.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n[file_download style=\"2\"][download title=\"\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/CL-2-lots-12-2.pdf\" package=\"\" level=\"\" new_window=\"Y\"]Performance Summary - Crude Oil Futures 2 Lots[/download][/file_download]\r\n\r\n&nbsp;\r\n\r\n[file_download style=\"2\"][download title=\"\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/Weekly-Returns-CL2.pdf\" package=\"\" level=\"\" new_window=\"Y\"]Weekly Returns - Crude Oil Futures 2 Lots[/download][/file_download]\r\n\r\n<hr />\r\n\r\n<span style=\"font-weight: 300; color: #666666;\">Past results are hypothetical. The strategies have been back tested using Trade Station. Hypothetical or simulated performance results have certain inherent limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since the trades have not actually been executed, the results may have under- or over-compensated or the impact, if any, for certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation is being made that any account will or is likely to achieve profits or losses similar to those shown. Futures, Options, Forex, and stock trading involve risk and is not for all investors. Past performance is NOT indicative of future results. Nothing contained herein shall be construed as an offer to buy, sell, or hold and securities, futures contracts, and cash foreign exchange currencies. This is intended for informational and educational purposes only. Trading involves risk and should be pursued with risk capital only. Results do not include slippage but do include $5.00 per trade per side commission.</span>\r\n\r\n&nbsp;','Quantitative Trading Systems','','inherit','open','closed','','2652-revision-v1','','','2015-12-02 21:50:15','2015-12-02 21:50:15','',2652,'http://www.thetradingroom.com/2652-revision-v1/',0,'revision','',0),(2676,2,'2015-12-07 11:55:44','2015-12-07 11:55:44','UPDATED 6:05 am ET\r\n\r\nSTOCKS - Global stocks are little-changed on Monday, with the after-effects of last week\'s European Central Bank meeting and U.S. jobs report still being felt.\r\n\r\nBONDS - US Treasuries traded sideways in consolidation mode during the overnight trading session.\r\n\r\nCOMMODITIES - Oil fell after OPEC abandoned its strategy of limiting production to control prices. U.S. natural gas futures fell, heading for the lowest closing price in five weeks amid forecasts for mild weather.\r\n\r\nCURRENCIES - The US dollar rose for a second day on speculation a strengthening U.S. economy will boost the pace at which the Federal Reserve increases interest rates.\r\n\r\nECONOMIC DATA - BOE Gov Carney Speaks at 10:00, BOJ Gov Kuroda Speaks (tentative), CNY Trade Balance (tentative), AUD NAB Business Confidence at 19:30 ET.','Live Trading Room - PreOpen Activity','','publish','open','closed','','live-trading-room-preopen-activity','','','2015-12-07 11:55:44','2015-12-07 11:55:44','',0,'http://www.thetradingroom.com/?p=2676',0,'post','',0),(2677,2,'2015-12-07 11:55:44','2015-12-07 11:55:44','UPDATED 6:05 am ET\r\n\r\nSTOCKS - Global stocks are little-changed on Monday, with the after-effects of last week\'s European Central Bank meeting and U.S. jobs report still being felt.\r\n\r\nBONDS - US Treasuries traded sideways in consolidation mode during the overnight trading session.\r\n\r\nCOMMODITIES - Oil fell after OPEC abandoned its strategy of limiting production to control prices. U.S. natural gas futures fell, heading for the lowest closing price in five weeks amid forecasts for mild weather.\r\n\r\nCURRENCIES - The US dollar rose for a second day on speculation a strengthening U.S. economy will boost the pace at which the Federal Reserve increases interest rates.\r\n\r\nECONOMIC DATA - BOE Gov Carney Speaks at 10:00, BOJ Gov Kuroda Speaks (tentative), CNY Trade Balance (tentative), AUD NAB Business Confidence at 19:30 ET.','Live Trading Room - PreOpen Activity','','inherit','open','closed','','2676-revision-v1','','','2015-12-07 11:55:44','2015-12-07 11:55:44','',2676,'http://www.thetradingroom.com/2676-revision-v1/',0,'revision','',0),(2678,2,'2015-12-09 21:29:27','2015-12-09 21:29:27','','Einstein ES 1.0 10k Summary','','inherit','open','closed','','einstein-es-1-0-10k-summary','','','2015-12-09 21:29:27','2015-12-09 21:29:27','',0,'http://www.thetradingroom.com/wp-content/uploads/2015/12/Einstein-ES-1.0-10k-Summary.pdf',0,'attachment','application/pdf',0),(2679,2,'2015-12-09 21:31:45','2015-12-09 21:31:45','','Einstein III ES 2.0 20k Summary','','inherit','open','closed','','einstein-iii-es-2-0-20k-summary','','','2015-12-09 21:31:45','2015-12-09 21:31:45','',0,'http://www.thetradingroom.com/wp-content/uploads/2015/12/Einstein-III-ES-2.0-20k-Summary.pdf',0,'attachment','application/pdf',0),(2680,2,'2015-12-09 21:33:33','2015-12-09 21:33:33','','Einstein ES 1.0 10k Summary','','inherit','open','closed','','einstein-es-1-0-10k-summary-2','','','2015-12-09 21:33:33','2015-12-09 21:33:33','',0,'http://www.thetradingroom.com/wp-content/uploads/2015/12/Einstein-ES-1.0-10k-Summary1.pdf',0,'attachment','application/pdf',0),(2735,2,'2016-01-26 00:06:51','2016-01-26 00:06:51','','S&P 500 Futures - Trade List','S&P 500 Futures - Trade List','inherit','open','closed','','es-trade-list-1','','','2016-01-26 00:06:51','2016-01-26 00:06:51','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/01/es-trade-list-1.pdf',0,'attachment','application/pdf',0),(2743,2,'2016-01-26 00:43:22','2016-01-26 00:43:22','<strong style=\"font-weight: bold;\">Rethink Strategy, Think RQ.</strong> At Rios Quantitative, we focus on the development, implementation and monitoring of quantitative and algorithmic trading systems. In the electronic financial markets, \"quant\" and \"algo\" trading is defined as the systematic application of trading strategies through the use of computer programs. Our models are developed by our staff of market professionals consisting of traders, strategists and programmers utilizing comprehensive and rigorous research. The RQ\'s approach is to eliminate or mitigate trading decisions driven by emotion, indiscipline, passion, greed and/or fear, in addition to other factors that contribute to human error.\r\n\r\nThe RQ Einstein is a quantitative model designed for specific assignments, such as to exploit short-lived trading opportunities. At the core of the strategy is an RQ proprietary code with forward-looking algorithms designed to forecast and search for potentially key price levels of the markets.\r\n\r\n<hr />\r\n\r\n[file_download style=\"2\"][download title=\"Crude Oil Futures - Performance Summary 2 Lots\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2016/01/cl-1-25-ps.pdf\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\r\n\r\n[file_download style=\"2\"][download title=\"Crude Oil Futures - Trade List\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2016/01/cl-1-25-trade-list3.pdf\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n[file_download style=\"2\"][download title=\"S&amp;P 500 Futures - Performance Summary - 1 Lot\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2016/01/es-1-25-ps-2-2.pdf\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\r\n\r\n[file_download style=\"2\"][download title=\"S&amp;P 500 Futures - Trade List\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2016/01/es-t-list-1.pdf\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\r\n\r\n<hr />\r\n\r\nPast results are hypothetical. The strategies have been back tested using Trade Station. Hypothetical or simulated performance results have certain inherent limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since the trades have not actually been executed, the results may have under- or over-compensated or the impact, if any, for certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation is being made that any account will or is likely to achieve profits or losses similar to those shown. Futures, Options, Forex, and stock trading involve risk and is not for all investors. Past performance is NOT indicative of future results. Nothing contained herein shall be construed as an offer to buy, sell, or hold and securities, futures contracts, and cash foreign exchange currencies. This is intended for informational and educational purposes only. Trading involves risk and should be pursued with risk capital only. Results do not include slippage but do include $5.00 per trade per side commission.\r\n\r\n&nbsp;','Quantitative Trading Systems','','inherit','open','closed','','2652-revision-v1','','','2016-01-26 00:43:22','2016-01-26 00:43:22','',2652,'http://www.thetradingroom.com/2652-revision-v1/',0,'revision','',0),(2681,2,'2015-12-09 21:48:12','2015-12-09 21:48:12','<strong style=\"font-weight: bold;\">Rethink Strategy, Think RQ.</strong> At Rios Quantitative, we focus on the development, implementation and monitoring of quantitative and algorithmic trading systems. In the electronic financial markets, \"quant\" and \"algo\" trading is defined as the systematic application of trading strategies through the use of computer programs. Our models are developed by our staff of market professionals consisting of traders, strategists and programmers utilizing comprehensive and rigorous research. The RQ\'s approach is to eliminate or mitigate trading decisions driven by emotion, indiscipline, passion, greed and/or fear, in addition to other factors that contribute to human error.\r\n\r\nThe RQ Einstein is a quantitative model designed for specific assignments, such as to exploit short-lived trading opportunities. At the core of the strategy is an RQ proprietary code with forward-looking algorithms designed to forecast and search for potentially key price levels of the markets.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n[file_download style=\"2\"][download title=\"\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/CL-2-lots-12-2.pdf\" package=\"\" level=\"\" new_window=\"Y\"]Performance Summary - Crude Oil Futures 2 Lots[/download][/file_download]\r\n\r\n&nbsp;\r\n\r\n[file_download style=\"2\"][download title=\"\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/Weekly-Returns-CL2.pdf\" package=\"\" level=\"\" new_window=\"Y\"]Weekly Returns - Crude Oil Futures 2 Lots[/download][/file_download]\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n[file_download style=\"2\"][download title=\"\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/Einstein-ES-1.0-10k-Summary1.pdf\" package=\"\" level=\"\" new_window=\"\"]Performance Summary S&amp;P Futures 1.0[/download][/file_download]\r\n\r\n\r\n\r\n[file_download style=\"2\"][download title=\"\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2015/12/Einstein-III-ES-2.0-20k-Summary.pdf\" package=\"\" level=\"\" new_window=\"Y\"]Performance Summary S&amp;P Futures 2.0[/download][/file_download]\r\n\r\n<hr />\r\n\r\nPast results are hypothetical. The strategies have been back tested using Trade Station. Hypothetical or simulated performance results have certain inherent limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since the trades have not actually been executed, the results may have under- or over-compensated or the impact, if any, for certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation is being made that any account will or is likely to achieve profits or losses similar to those shown. Futures, Options, Forex, and stock trading involve risk and is not for all investors. Past performance is NOT indicative of future results. Nothing contained herein shall be construed as an offer to buy, sell, or hold and securities, futures contracts, and cash foreign exchange currencies. This is intended for informational and educational purposes only. Trading involves risk and should be pursued with risk capital only. Results do not include slippage but do include $5.00 per trade per side commission.\r\n\r\n&nbsp;','Quantitative Trading Systems','','inherit','open','closed','','2652-revision-v1','','','2015-12-09 21:48:12','2015-12-09 21:48:12','',2652,'http://www.thetradingroom.com/2652-revision-v1/',0,'revision','',0),(2682,2,'2015-12-09 23:30:51','2015-12-09 23:30:51','<div style=\"color: #500050; text-align: center;\"><strong>You’ve heard the recent buzz in the Trading Room about our newest strategy and now it is officially here!</strong></div>\r\n<div style=\"color: #500050; text-align: center;\"></div>\r\n<span style=\"color: #500050;\">I’ve been working hard to bring you the new and improved automated trading system and because of your great loyalty and the trust you place in us as a RiosQuant member...let me reward you by showing it to you first.</span>\r\n\r\nJoin me <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1291725717\"><span class=\"aQJ\">on Thursday</span></span> night at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1291725718\"><span class=\"aQJ\">8:00 pm ET</span></span> and be one of the first to view our new and improved automated trading system. I’m calling it <strong>Einstein III</strong> and it was developed for my professionally managed accounts program I trade as a CTA. It is designed to take the emotion out of trading and alert of ideal trade set-ups in advance. It works so well, I want to make it available to the membership!<br style=\"color: #500050;\" /><span style=\"color: #500050;\"> </span>\r\n<div style=\"color: #500050; text-align: center;\"> <strong>  <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/33b29066f7/TEST/7087ab99f0\" target=\"_blank\">LIMITED SEATING - RESERVE YOUR SPOT HERE</a></strong></div>\r\n<span style=\"color: #500050;\">\r\nYou\'ll learn exactly what <strong>Einstein III</strong> is all about, so that you can be ready to make 2016 your best trading year yet.  See you <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1291725719\"><span class=\"aQJ\">Thursday</span></span> night at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1291725720\"><span class=\"aQJ\">8:00 pm ET</span></span>.</span>\r\n\r\n<em><strong> - Joe Rios </strong></em>\r\nRios Quantitative LLC\r\n<div style=\"color: #500050;\"> <img class=\"CToWUd\" title=\"joe desk head pic2\" src=\"https://ci6.googleusercontent.com/proxy/S6U-Ma-jg8WJuw8DVR6JU-JIcGna5f7HElY5XrAfF5PcYrf8oCy8nyGqsrfQ8p4OAte8RwQCL4sU5ctGnWIl4NJS3UQ-Hlu1fmdxpIBFtw5a50pDggB4xAUYbY_QGPJVmdBZWvY9eillg4xuhqK7nX-W3aSuaEBtRtVU-go5XsdR74Hvog=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/6e0937fcfd/joe%20desk%20head%20pic2.JPG?__nocache__=1\" alt=\"joe desk head pic2\" width=\"100\" height=\"114\" align=\"none\" border=\"0\" hspace=\"0\" vspace=\"0\" />COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.\r\n\r\n</div>','New Automated Trading System Launch','','publish','open','closed','','new-automated-trading-system-launch','','','2015-12-09 23:31:46','2015-12-09 23:31:46','',0,'http://www.thetradingroom.com/?p=2682',0,'post','',0),(2683,2,'2015-12-09 23:27:37','2015-12-09 23:27:37','','Einstein III art','','inherit','open','closed','','einstein-iii-art','','','2015-12-09 23:27:37','2015-12-09 23:27:37','',2682,'http://www.thetradingroom.com/wp-content/uploads/2015/12/Einstein-III-art.jpg',0,'attachment','image/jpeg',0),(2686,2,'2015-12-09 23:31:46','2015-12-09 23:31:46','<div style=\"color: #500050; text-align: center;\"><strong>You’ve heard the recent buzz in the Trading Room about our newest strategy and now it is officially here!</strong></div>\r\n<div style=\"color: #500050; text-align: center;\"></div>\r\n<span style=\"color: #500050;\">I’ve been working hard to bring you the new and improved automated trading system and because of your great loyalty and the trust you place in us as a RiosQuant member...let me reward you by showing it to you first.</span>\r\n\r\nJoin me <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1291725717\"><span class=\"aQJ\">on Thursday</span></span> night at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1291725718\"><span class=\"aQJ\">8:00 pm ET</span></span> and be one of the first to view our new and improved automated trading system. I’m calling it <strong>Einstein III</strong> and it was developed for my professionally managed accounts program I trade as a CTA. It is designed to take the emotion out of trading and alert of ideal trade set-ups in advance. It works so well, I want to make it available to the membership!<br style=\"color: #500050;\" /><span style=\"color: #500050;\"> </span>\r\n<div style=\"color: #500050; text-align: center;\"> <strong>  <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/33b29066f7/TEST/7087ab99f0\" target=\"_blank\">LIMITED SEATING - RESERVE YOUR SPOT HERE</a></strong></div>\r\n<span style=\"color: #500050;\">\r\nYou\'ll learn exactly what <strong>Einstein III</strong> is all about, so that you can be ready to make 2016 your best trading year yet.  See you <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1291725719\"><span class=\"aQJ\">Thursday</span></span> night at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1291725720\"><span class=\"aQJ\">8:00 pm ET</span></span>.</span>\r\n\r\n<em><strong> - Joe Rios </strong></em>\r\nRios Quantitative LLC\r\n<div style=\"color: #500050;\"> <img class=\"CToWUd\" title=\"joe desk head pic2\" src=\"https://ci6.googleusercontent.com/proxy/S6U-Ma-jg8WJuw8DVR6JU-JIcGna5f7HElY5XrAfF5PcYrf8oCy8nyGqsrfQ8p4OAte8RwQCL4sU5ctGnWIl4NJS3UQ-Hlu1fmdxpIBFtw5a50pDggB4xAUYbY_QGPJVmdBZWvY9eillg4xuhqK7nX-W3aSuaEBtRtVU-go5XsdR74Hvog=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/6e0937fcfd/joe%20desk%20head%20pic2.JPG?__nocache__=1\" alt=\"joe desk head pic2\" width=\"100\" height=\"114\" align=\"none\" border=\"0\" hspace=\"0\" vspace=\"0\" />COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.\r\n\r\n</div>','New Automated Trading System Launch','','inherit','open','closed','','2682-revision-v1','','','2015-12-09 23:31:46','2015-12-09 23:31:46','',2682,'http://www.thetradingroom.com/2682-revision-v1/',0,'revision','',0),(2684,2,'2015-12-09 23:30:51','2015-12-09 23:30:51','<div style=\"color: rgb(80, 0, 80); text-align: center;\"><strong>You’ve heard the recent buzz in the Trading Room about our newest strategy and now it is officially here!</strong></div>\r\n<div style=\"color: rgb(80, 0, 80); text-align: center;\"></div>\r\n<span style=\"color: #500050;\">I’ve been working hard to bring you the new and improved automated trading system and because of your great loyalty and the trust you place in us as a RiosQuant member...let me reward you by showing it to you first.\r\n\r\nJoin me <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1291725717\"><span class=\"aQJ\">on Thursday</span></span> night at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1291725718\"><span class=\"aQJ\">8:00 pm ET</span></span> and be one of the first to view our new and improved automated trading system. I’m calling it <strong>Einstein III</strong> and it was developed for my professionally managed accounts program I trade as a CTA. It is designed to take the emotion out of trading and alert of ideal trade set-ups in advance. It works so well, I want to make it available to the membership!</span><br style=\"color: #500050;\" /><span style=\"color: #500050;\"> </span>\r\n<div style=\"color: rgb(80, 0, 80); text-align: center;\"> <strong>  <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/33b29066f7/TEST/7087ab99f0\" target=\"_blank\">LIMITED SEATING - RESERVE YOUR SPOT HERE</a></strong></div>\r\n<span style=\"color: #500050;\">\r\nYou\'ll learn exactly what <strong>Einstein III</strong> is all about, so that you can be ready to make 2016 your best trading year yet.  See you <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1291725719\"><span class=\"aQJ\">Thursday</span></span> night at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1291725720\"><span class=\"aQJ\">8:00 pm ET</span></span>.\r\n\r\n\r\n<em><strong> - Joe Rios </strong></em>\r\nRios Quantitative LLC</span>\r\n<div style=\"color: #500050;\"> <img class=\"CToWUd\" title=\"joe desk head pic2\" src=\"https://ci6.googleusercontent.com/proxy/S6U-Ma-jg8WJuw8DVR6JU-JIcGna5f7HElY5XrAfF5PcYrf8oCy8nyGqsrfQ8p4OAte8RwQCL4sU5ctGnWIl4NJS3UQ-Hlu1fmdxpIBFtw5a50pDggB4xAUYbY_QGPJVmdBZWvY9eillg4xuhqK7nX-W3aSuaEBtRtVU-go5XsdR74Hvog=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/6e0937fcfd/joe%20desk%20head%20pic2.JPG?__nocache__=1\" alt=\"joe desk head pic2\" width=\"100\" height=\"114\" align=\"none\" border=\"0\" hspace=\"0\" vspace=\"0\" />\r\n\r\n\r\n\r\nCOMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.\r\n</div>','New Automated Trading System Launch','','inherit','open','closed','','2682-revision-v1','','','2015-12-09 23:30:51','2015-12-09 23:30:51','',2682,'http://www.thetradingroom.com/2682-revision-v1/',0,'revision','',0),(2685,2,'2015-12-09 23:31:39','2015-12-09 23:31:39','','Einstein III art','','inherit','open','closed','','einstein-iii-art-2','','','2015-12-09 23:31:39','2015-12-09 23:31:39','',2682,'http://www.thetradingroom.com/wp-content/uploads/2015/12/Einstein-III-art1.jpg',0,'attachment','image/jpeg',0),(2688,2,'2015-12-15 12:13:55','2015-12-15 12:13:55','<a href=\"https://youtu.be/-VaBWpN-XtQ\"><img class=\"aligncenter size-full wp-image-1513\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/jump-start-rq-alogrithms.jpg\" alt=\"jump start rq alogrithms\" width=\"430\" height=\"268\" /></a>\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><strong>The Trading Room® TradeLAB live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at 11:00 am ET Monday thru Friday.</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"https://youtu.be/-VaBWpN-XtQ\">Click here and heck out an eight minute video of  a trading session during The Trading Room.</a></p>\r\n<p style=\"text-align: center;\"><a href=\"http://www.thetradingroom.com/futures-trading-room-2/\">Sign up for a free trial here!</a></p>','Jump Start Your Trading','','publish','open','closed','','jump-start-trading-2','','','2015-12-15 12:14:33','2015-12-15 12:14:33','',0,'http://www.thetradingroom.com/?p=2688',0,'post','',0),(2690,2,'2015-12-15 12:12:11','2015-12-15 12:12:11','<a href=\"https://youtu.be/-VaBWpN-XtQ\"><img class=\"aligncenter size-full wp-image-1513\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/jump-start-rq-alogrithms.jpg\" alt=\"jump start rq alogrithms\" width=\"430\" height=\"268\" /></a>\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\">\r\n<strong>The Trading Room® TradeLAB live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at 11:00 am ET Monday thru Friday.</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"https://youtu.be/-VaBWpN-XtQ\">Click here and heck out an eight minute video of  a trading session during The Trading Room.</a></p>\r\n<p style=\"text-align: center;\"><a href=\"http://www.thetradingroom.com/futures-trading-room-2/\">Sign up for a free trial here!</a></p>','','','inherit','open','closed','','2688-revision-v1','','','2015-12-15 12:12:11','2015-12-15 12:12:11','',2688,'http://www.thetradingroom.com/2688-revision-v1/',0,'revision','',0),(2691,2,'2015-12-15 12:13:55','2015-12-15 12:13:55','<a href=\"https://youtu.be/-VaBWpN-XtQ\"><img class=\"aligncenter size-full wp-image-1513\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/jump-start-rq-alogrithms.jpg\" alt=\"jump start rq alogrithms\" width=\"430\" height=\"268\" /></a>\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\">\r\n<strong>The Trading Room® TradeLAB live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at 11:00 am ET Monday thru Friday.</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"https://youtu.be/-VaBWpN-XtQ\">Click here and heck out an eight minute video of  a trading session during The Trading Room.</a></p>\r\n<p style=\"text-align: center;\"><a href=\"http://www.thetradingroom.com/futures-trading-room-2/\">Sign up for a free trial here!</a></p>','Jump Start Your Trading','','inherit','open','closed','','2688-revision-v1','','','2015-12-15 12:13:55','2015-12-15 12:13:55','',2688,'http://www.thetradingroom.com/2688-revision-v1/',0,'revision','',0),(2692,2,'2015-12-15 12:14:33','2015-12-15 12:14:33','<a href=\"https://youtu.be/-VaBWpN-XtQ\"><img class=\"aligncenter size-full wp-image-1513\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/jump-start-rq-alogrithms.jpg\" alt=\"jump start rq alogrithms\" width=\"430\" height=\"268\" /></a>\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><strong>The Trading Room® TradeLAB live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at 11:00 am ET Monday thru Friday.</strong></p>\r\n<p style=\"text-align: center;\"><a href=\"https://youtu.be/-VaBWpN-XtQ\">Click here and heck out an eight minute video of  a trading session during The Trading Room.</a></p>\r\n<p style=\"text-align: center;\"><a href=\"http://www.thetradingroom.com/futures-trading-room-2/\">Sign up for a free trial here!</a></p>','Jump Start Your Trading','','inherit','open','closed','','2688-revision-v1','','','2015-12-15 12:14:33','2015-12-15 12:14:33','',2688,'http://www.thetradingroom.com/2688-revision-v1/',0,'revision','',0),(2694,2,'2015-12-15 20:47:41','2015-12-15 20:47:41','[video_player type=\"embed\" width=\"560\" height=\"315\" align=\"center\" margin_top=\"0\" margin_bottom=\"20\"]<img src=\"http://www.thetradingroom.com/wp-content/plugins/optimizePressPlugin/lib/images/video_placeholder.png\" alt=\"PGlmcmFtZSBzcmM9Imh0dHBzOi8vcGxheWVyLnZpbWVvLmNvbS92aWRlby8xNDkwNTkzOTUiIHdpZHRoPSI1MDAiIGhlaWdodD0iMjgxIiBmcmFtZWJvcmRlcj0iMCIgd2Via2l0YWxsb3dmdWxsc2NyZWVuIG1vemFsbG93ZnVsbHNjcmVlbiBhbGxvd2Z1bGxzY3JlZW4+PC9pZnJhbWU+IDxwPjxhIGhyZWY9Imh0dHBzOi8vdmltZW8uY29tLzE0OTA1OTM5NSI+MjAxNS0xMi0xNSBFaW5zdGVpbiBJSUkgQXV0b21hdGVkIFRyYWRpbmcgU3lzdGVtPC9hPiBmcm9tIDxhIGhyZWY9Imh0dHBzOi8vdmltZW8uY29tL3VzZXIyNzU2NTIxNiI+UmlvcyBRdWFudGl0YXRpdmU8L2E+IG9uIDxhIGhyZWY9Imh0dHBzOi8vdmltZW8uY29tIj5WaW1lbzwvYT4uPC9wPg==\" width=\"1\" height=\"1\" />[/video_player]\r\n\r\n<strong>Einstein III Automated Trading System - Quick review of trading numbers for 12-15-2015 and applications using the RiosQuant technology to improve overall trading experience.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\nPast results are hypothetical. The strategies have been back tested using Trade Station. Hypothetical or simulated performance results have certain inherent limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since the trades have not actually been executed, the results may have under- or over-compensated or the impact, if any, for certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation is being made that any account will or is likely to achieve profits or losses similar to those shown. Futures, Options, Forex, and stock trading involve risk and is not for all investors. Past performance is NOT indicative of future results. Nothing contained herein shall be construed as an offer to buy, sell, or hold and securities, futures contracts, and cash foreign exchange currencies. This is intended for informational and educational purposes only. Trading involves risk and should be pursued with risk capital only. Results do not include slippage but do include $5.00 per trade per side commission.\r\n\r\n&nbsp;','Einstein III - Automated Trading System','','publish','open','closed','','einstein-iii-automated-trading-system','','','2015-12-15 20:48:45','2015-12-15 20:48:45','',0,'http://www.thetradingroom.com/?p=2694',0,'post','',0),(2695,2,'2015-12-15 20:40:19','2015-12-15 20:40:19','[video_player type=\"embed\" width=\"560\" height=\"315\" align=\"center\" margin_top=\"0\" margin_bottom=\"20\"]<img src=\"http://www.thetradingroom.com/wp-content/plugins/optimizePressPlugin/lib/images/video_placeholder.png\" alt=\"PGlmcmFtZSBzcmM9Imh0dHBzOi8vcGxheWVyLnZpbWVvLmNvbS92aWRlby8xNDkwNTkzOTUiIHdpZHRoPSI1MDAiIGhlaWdodD0iMjgxIiBmcmFtZWJvcmRlcj0iMCIgd2Via2l0YWxsb3dmdWxsc2NyZWVuIG1vemFsbG93ZnVsbHNjcmVlbiBhbGxvd2Z1bGxzY3JlZW4+PC9pZnJhbWU+IDxwPjxhIGhyZWY9Imh0dHBzOi8vdmltZW8uY29tLzE0OTA1OTM5NSI+MjAxNS0xMi0xNSBFaW5zdGVpbiBJSUkgQXV0b21hdGVkIFRyYWRpbmcgU3lzdGVtPC9hPiBmcm9tIDxhIGhyZWY9Imh0dHBzOi8vdmltZW8uY29tL3VzZXIyNzU2NTIxNiI+UmlvcyBRdWFudGl0YXRpdmU8L2E+IG9uIDxhIGhyZWY9Imh0dHBzOi8vdmltZW8uY29tIj5WaW1lbzwvYT4uPC9wPg==\" width=\"1\" height=\"1\" />[/video_player]','','','inherit','open','closed','','2694-revision-v1','','','2015-12-15 20:40:19','2015-12-15 20:40:19','',2694,'http://www.thetradingroom.com/2694-revision-v1/',0,'revision','',0),(2696,2,'2015-12-15 20:42:13','2015-12-15 20:42:13','[video_player type=\"embed\" width=\"560\" height=\"315\" align=\"center\" margin_top=\"0\" margin_bottom=\"20\"]<img src=\"http://www.thetradingroom.com/wp-content/plugins/optimizePressPlugin/lib/images/video_placeholder.png\" alt=\"PGlmcmFtZSBzcmM9Imh0dHBzOi8vcGxheWVyLnZpbWVvLmNvbS92aWRlby8xNDkwNTkzOTUiIHdpZHRoPSI1MDAiIGhlaWdodD0iMjgxIiBmcmFtZWJvcmRlcj0iMCIgd2Via2l0YWxsb3dmdWxsc2NyZWVuIG1vemFsbG93ZnVsbHNjcmVlbiBhbGxvd2Z1bGxzY3JlZW4+PC9pZnJhbWU+IDxwPjxhIGhyZWY9Imh0dHBzOi8vdmltZW8uY29tLzE0OTA1OTM5NSI+MjAxNS0xMi0xNSBFaW5zdGVpbiBJSUkgQXV0b21hdGVkIFRyYWRpbmcgU3lzdGVtPC9hPiBmcm9tIDxhIGhyZWY9Imh0dHBzOi8vdmltZW8uY29tL3VzZXIyNzU2NTIxNiI+UmlvcyBRdWFudGl0YXRpdmU8L2E+IG9uIDxhIGhyZWY9Imh0dHBzOi8vdmltZW8uY29tIj5WaW1lbzwvYT4uPC9wPg==\" width=\"1\" height=\"1\" />[/video_player]','Einstein III - Review and Quick Tutorial ','','inherit','open','closed','','2694-revision-v1','','','2015-12-15 20:42:13','2015-12-15 20:42:13','',2694,'http://www.thetradingroom.com/2694-revision-v1/',0,'revision','',0),(2697,2,'2015-12-15 20:43:26','2015-12-15 20:43:26','[video_player type=\"embed\" width=\"560\" height=\"315\" align=\"center\" margin_top=\"0\" margin_bottom=\"20\"]<img src=\"http://www.thetradingroom.com/wp-content/plugins/optimizePressPlugin/lib/images/video_placeholder.png\" alt=\"PGlmcmFtZSBzcmM9Imh0dHBzOi8vcGxheWVyLnZpbWVvLmNvbS92aWRlby8xNDkwNTkzOTUiIHdpZHRoPSI1MDAiIGhlaWdodD0iMjgxIiBmcmFtZWJvcmRlcj0iMCIgd2Via2l0YWxsb3dmdWxsc2NyZWVuIG1vemFsbG93ZnVsbHNjcmVlbiBhbGxvd2Z1bGxzY3JlZW4+PC9pZnJhbWU+IDxwPjxhIGhyZWY9Imh0dHBzOi8vdmltZW8uY29tLzE0OTA1OTM5NSI+MjAxNS0xMi0xNSBFaW5zdGVpbiBJSUkgQXV0b21hdGVkIFRyYWRpbmcgU3lzdGVtPC9hPiBmcm9tIDxhIGhyZWY9Imh0dHBzOi8vdmltZW8uY29tL3VzZXIyNzU2NTIxNiI+UmlvcyBRdWFudGl0YXRpdmU8L2E+IG9uIDxhIGhyZWY9Imh0dHBzOi8vdmltZW8uY29tIj5WaW1lbzwvYT4uPC9wPg==\" width=\"1\" height=\"1\" />[/video_player]\r\n\r\n<strong>Einstein III Automated Trading System - Quick review of trading numbers for 12-15-2015 and applications using the RiosQuant technology to improve overall trading experience.</strong>','Einstein III - Automated Trading System','','inherit','open','closed','','2694-revision-v1','','','2015-12-15 20:43:26','2015-12-15 20:43:26','',2694,'http://www.thetradingroom.com/2694-revision-v1/',0,'revision','',0),(2698,2,'2015-12-15 20:47:41','2015-12-15 20:47:41','[video_player type=\"embed\" width=\"560\" height=\"315\" align=\"center\" margin_top=\"0\" margin_bottom=\"20\"]<img src=\"http://www.thetradingroom.com/wp-content/plugins/optimizePressPlugin/lib/images/video_placeholder.png\" alt=\"PGlmcmFtZSBzcmM9Imh0dHBzOi8vcGxheWVyLnZpbWVvLmNvbS92aWRlby8xNDkwNTkzOTUiIHdpZHRoPSI1MDAiIGhlaWdodD0iMjgxIiBmcmFtZWJvcmRlcj0iMCIgd2Via2l0YWxsb3dmdWxsc2NyZWVuIG1vemFsbG93ZnVsbHNjcmVlbiBhbGxvd2Z1bGxzY3JlZW4+PC9pZnJhbWU+IDxwPjxhIGhyZWY9Imh0dHBzOi8vdmltZW8uY29tLzE0OTA1OTM5NSI+MjAxNS0xMi0xNSBFaW5zdGVpbiBJSUkgQXV0b21hdGVkIFRyYWRpbmcgU3lzdGVtPC9hPiBmcm9tIDxhIGhyZWY9Imh0dHBzOi8vdmltZW8uY29tL3VzZXIyNzU2NTIxNiI+UmlvcyBRdWFudGl0YXRpdmU8L2E+IG9uIDxhIGhyZWY9Imh0dHBzOi8vdmltZW8uY29tIj5WaW1lbzwvYT4uPC9wPg==\" width=\"1\" height=\"1\" />[/video_player]\r\n\r\n<strong>Einstein III Automated Trading System - Quick review of trading numbers for 12-15-2015 and applications using the RiosQuant technology to improve overall trading experience.</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\nPast results are hypothetical. The strategies have been back tested using Trade Station. Hypothetical or simulated performance results have certain inherent limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since the trades have not actually been executed, the results may have under- or over-compensated or the impact, if any, for certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation is being made that any account will or is likely to achieve profits or losses similar to those shown. Futures, Options, Forex, and stock trading involve risk and is not for all investors. Past performance is NOT indicative of future results. Nothing contained herein shall be construed as an offer to buy, sell, or hold and securities, futures contracts, and cash foreign exchange currencies. This is intended for informational and educational purposes only. Trading involves risk and should be pursued with risk capital only. Results do not include slippage but do include $5.00 per trade per side commission.\r\n\r\n&nbsp;','Einstein III - Automated Trading System','','inherit','open','closed','','2694-revision-v1','','','2015-12-15 20:47:41','2015-12-15 20:47:41','',2694,'http://www.thetradingroom.com/2694-revision-v1/',0,'revision','',0),(2699,2,'2015-12-15 20:48:38','2015-12-15 20:48:38','','einstein vimeo 12-15','','inherit','open','closed','','einstein-vimeo-12-15','','','2015-12-15 20:48:38','2015-12-15 20:48:38','',2694,'http://www.thetradingroom.com/wp-content/uploads/2015/12/einstein-vimeo-12-15.jpg',0,'attachment','image/jpeg',0),(2700,2,'2015-12-16 21:38:34','2015-12-16 21:38:34','[video_player type=\"youtube\" youtube_remove_logo=\"Y\" youtube_force_hd=\"hd1080\" width=\"560\" height=\"315\" align=\"center\" margin_top=\"0\" margin_bottom=\"20\"]aHR0cHM6Ly95b3V0dS5iZS9YRlRxdUdSeFJFbw==[/video_player]\r\n\r\n<hr />\r\n\r\nHow to trade futures for the Fed rate hike and press conference with the Einstein III automated trading system. Live emini S&amp;P futures with exact entry and exit with quick commentary on the methodology.\r\n\r\nPlease attend our daily trading room to see live quant trading: <a class=\"yt-uix-redirect-link\" dir=\"ltr\" style=\"color: #167ac6;\" title=\"http://www.thetradingroom.com/futures-trading-room-2/\" href=\"http://www.thetradingroom.com/futures-trading-room-2/\" target=\"_blank\" rel=\"nofollow\">http://www.thetradingroom.com/futures...</a>\r\n\r\nCOMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTOR. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.','Trade The News - Fed Rate Hike','','publish','open','closed','','trade-news-fed-rate-hike','','','2015-12-16 21:42:26','2015-12-16 21:42:26','',0,'http://www.thetradingroom.com/?p=2700',0,'post','',0),(2701,2,'2015-12-16 21:36:18','2015-12-16 21:36:18','[video_player type=\"youtube\" youtube_remove_logo=\"Y\" youtube_force_hd=\"hd1080\" width=\"560\" height=\"315\" align=\"center\" margin_top=\"0\" margin_bottom=\"20\"]aHR0cHM6Ly95b3V0dS5iZS9YRlRxdUdSeFJFbw==[/video_player]','','','inherit','open','closed','','2700-revision-v1','','','2015-12-16 21:36:18','2015-12-16 21:36:18','',2700,'http://www.thetradingroom.com/2700-revision-v1/',0,'revision','',0),(2702,2,'2015-12-16 21:38:34','2015-12-16 21:38:34','[video_player type=\"youtube\" youtube_remove_logo=\"Y\" youtube_force_hd=\"hd1080\" width=\"560\" height=\"315\" align=\"center\" margin_top=\"0\" margin_bottom=\"20\"]aHR0cHM6Ly95b3V0dS5iZS9YRlRxdUdSeFJFbw==[/video_player]\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nHow to trade futures for the Fed rate hike and press conference with the Einstein III automated trading system. Live emini S&amp;P futures with exact entry and exit with quick commentary on the methodology.\r\n\r\nPlease attend our daily trading room to see live quant trading: <a class=\"yt-uix-redirect-link\" dir=\"ltr\" style=\"color: #167ac6;\" title=\"http://www.thetradingroom.com/futures-trading-room-2/\" href=\"http://www.thetradingroom.com/futures-trading-room-2/\" target=\"_blank\" rel=\"nofollow\">http://www.thetradingroom.com/futures...</a>\r\n\r\nCOMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTOR. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.','Trade The News - Fed Rate Hike','','inherit','open','closed','','2700-revision-v1','','','2015-12-16 21:38:34','2015-12-16 21:38:34','',2700,'http://www.thetradingroom.com/2700-revision-v1/',0,'revision','',0),(2703,2,'2015-12-16 21:42:26','2015-12-16 21:42:26','[video_player type=\"youtube\" youtube_remove_logo=\"Y\" youtube_force_hd=\"hd1080\" width=\"560\" height=\"315\" align=\"center\" margin_top=\"0\" margin_bottom=\"20\"]aHR0cHM6Ly95b3V0dS5iZS9YRlRxdUdSeFJFbw==[/video_player]\r\n\r\n<hr />\r\n\r\nHow to trade futures for the Fed rate hike and press conference with the Einstein III automated trading system. Live emini S&amp;P futures with exact entry and exit with quick commentary on the methodology.\r\n\r\nPlease attend our daily trading room to see live quant trading: <a class=\"yt-uix-redirect-link\" dir=\"ltr\" style=\"color: #167ac6;\" title=\"http://www.thetradingroom.com/futures-trading-room-2/\" href=\"http://www.thetradingroom.com/futures-trading-room-2/\" target=\"_blank\" rel=\"nofollow\">http://www.thetradingroom.com/futures...</a>\r\n\r\nCOMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTOR. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.','Trade The News - Fed Rate Hike','','inherit','open','closed','','2700-revision-v1','','','2015-12-16 21:42:26','2015-12-16 21:42:26','',2700,'http://www.thetradingroom.com/2700-revision-v1/',0,'revision','',0),(2706,2,'2016-01-04 12:16:30','2016-01-04 12:16:30','<p style=\"font-weight: normal; color: rgb(80, 0, 80); text-align: center;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"font-weight: normal; color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_820177439\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_820177440\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_820177441\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_820177442\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"font-weight: normal; color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n<p style=\"font-weight: normal; color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/2173812925116302337\" target=\"_blank\">register as a guest.</a></span></p>\r\n\r\n<div style=\"font-weight: normal; color: #000000;\"><strong>Pre-market</strong> activity and scheduled economic data that may have an impact on the global financial markets</div>\r\n<div style=\"font-weight: normal; color: #000000;\">\r\n<div><strong>\r\nSTOCKS</strong> - Stocks crumbled around the world, with emerging markets falling the most since August, as slowing manufacturing triggered a selloff that halted equity trading in Shanghai.  The circuit breaker mechanism, is a new measure that came into effect<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_820177443\"><span class=\"aQJ\">Monday</span></span> and was put to test immediately.\r\n<strong>\r\n</strong></div>\r\n<div><strong>BONDS</strong> -  Government bonds across developed economies rallied after a plunge in Chinese shares drove demand for the relative safety of sovereign debt, pushing Treasury 10-year yields down by the most in more than two weeks.\r\n\r\n</div>\r\n<div><strong>COMMODITIES</strong> - U.S. crude traded higher after Saudi Arabia’s embassy in Tehran was attacked to protest the Saudis’ execution of a prominent Shiite cleric.\r\n<strong>\r\n</strong></div>\r\n<div><strong>CURRENCIES</strong> -  The Japanese yen touched 118.70 per dollar, the strongest level since <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_820177444\"><span class=\"aQJ\">Oct. 15</span></span> and the Swiss franc was also among the biggest gainers among haven currencies.\r\n<strong>\r\n</strong></div>\r\n<div><strong>ECONOMIC DATA </strong>- US ISM Manufacturing PMI due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_820177445\"><span class=\"aQJ\">10:00 ET</span></span>.</div>\r\n</div>\r\n<div style=\"font-weight: normal; color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n<p style=\"font-weight: normal; color: #500050;\"><span style=\"color: #000000;\">   <em> </em></span><em><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></em></p>','Pre-Market Activity - Live Trading Room','','inherit','open','closed','','2705-revision-v1','','','2016-01-04 12:16:30','2016-01-04 12:16:30','',2705,'http://www.thetradingroom.com/2705-revision-v1/',0,'revision','',0),(2707,2,'2016-01-07 11:19:47','2016-01-07 11:19:47','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/1165fc16e0/TEST/02142eb5b6/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_207644891\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_207644892\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_207644893\"><span class=\"aQJ\">Friday</span></span>.\r\n\r\nWe are now show casing the new and improved Einstein III automated trading system.</span>\r\n</p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/1165fc16e0/TEST/9f956239be\" target=\"_blank\">register as a guest. for access.</a></p>\r\n\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div>\r\nPre-market price action and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<strong>STOCKS</strong> - Global shares tumbled for a sixth day <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_207644894\"><span class=\"aQJ\">on Thursday</span></span> and oil prices slid to levels not seen since the early 2000s, after China guided the yuan lower and Shanghai shares tumbled by 7 percent, igniting fears of competitive devaluations across Asia.\r\n\r\n<strong>BONDS</strong> -  German bonds, which are considered a safe haven, benefited with the ten-year yields dropping below 0.50 percent for the first time in over a month.\r\n\r\n<strong>COMMODITIES </strong>- The Bloomberg Commodity Index fell 0.8 percent, headed for its lowest close since 1999. Copper dropped 2.7 percent in London.\r\n\r\n<strong>CURRENCIES</strong> -  The yen, which has been the best-performing major currency so far this year amid the demand for safe-haven assets, rose as much as 1 percent to its strongest level since August versus the dollar.\r\n\r\n<strong>ECONOMIC DATA</strong> - BOC Gov Poloz Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_207644895\"><span class=\"aQJ\">8:25</span></span>, US Unemployment Claims at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_207644896\"><span class=\"aQJ\">8:30</span></span>, Natural Gas Storage at<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_207644897\"><span class=\"aQJ\">10:30</span></span>, Retail Sales m/m at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_207644898\"><span class=\"aQJ\">19:30 ET</span></span>.</div>\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>',' China turmoil sends oil and stocks lower...','','publish','open','closed','','china-turmoil-sends-oil-stocks-lower','','','2016-01-07 11:19:47','2016-01-07 11:19:47','',0,'http://www.thetradingroom.com/?p=2707',0,'post','',0),(2708,2,'2016-01-07 11:18:06','2016-01-07 11:18:06','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/1165fc16e0/TEST/02142eb5b6/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_207644891\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_207644892\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_207644893\"><span class=\"aQJ\">Friday</span></span>.\r\n\r\nWe are now show casing the new and improved Einstein III automated trading system.</span>\r\n</p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/1165fc16e0/TEST/9f956239be\" target=\"_blank\">register as a guest. for access.</a></p>\r\n\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div>\r\nPre-market price action and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<strong>STOCKS</strong> - Global shares tumbled for a sixth day <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_207644894\"><span class=\"aQJ\">on Thursday</span></span> and oil prices slid to levels not seen since the early 2000s, after China guided the yuan lower and Shanghai shares tumbled by 7 percent, igniting fears of competitive devaluations across Asia.\r\n\r\n<strong>BONDS</strong> -  German bonds, which are considered a safe haven, benefited with the ten-year yields dropping below 0.50 percent for the first time in over a month.\r\n\r\n<strong>COMMODITIES </strong>- The Bloomberg Commodity Index fell 0.8 percent, headed for its lowest close since 1999. Copper dropped 2.7 percent in London.\r\n\r\n<strong>CURRENCIES</strong> -  The yen, which has been the best-performing major currency so far this year amid the demand for safe-haven assets, rose as much as 1 percent to its strongest level since August versus the dollar.\r\n\r\n<strong>ECONOMIC DATA</strong> - BOC Gov Poloz Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_207644895\"><span class=\"aQJ\">8:25</span></span>, US Unemployment Claims at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_207644896\"><span class=\"aQJ\">8:30</span></span>, Natural Gas Storage at<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_207644897\"><span class=\"aQJ\">10:30</span></span>, Retail Sales m/m at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_207644898\"><span class=\"aQJ\">19:30 ET</span></span>.</div>\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>',' China turmoil sends oil and stocks lower...','','inherit','open','closed','','2707-revision-v1','','','2016-01-07 11:18:06','2016-01-07 11:18:06','',2707,'http://www.thetradingroom.com/2707-revision-v1/',0,'revision','',0),(2709,2,'2016-01-07 11:18:54','2016-01-07 11:18:54','','quant pie 1-6','','inherit','open','closed','','quant-pie-1-6','','','2016-01-07 11:18:54','2016-01-07 11:18:54','',2707,'http://www.thetradingroom.com/wp-content/uploads/2016/01/quant-pie-1-6.jpg',0,'attachment','image/jpeg',0),(2711,2,'2016-01-12 11:55:47','2016-01-12 11:55:47','<p style=\"color: #500050; text-align: center;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><a class=\"valid-link validation-enabled validating\" href=\"http://www.riosquant.com/account/register?trial=1\" data-cke-saved-href=\"http://www.riosquant.com/account/register?trial=1\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at 11:00 am ET Monday thru Friday.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two <span class=\"il\">week</span> free trial...</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a class=\"validating\" href=\"https://attendee.gotowebinar.com/register/2173812925116302337\" data-cke-saved-href=\"https://attendee.gotowebinar.com/register/2173812925116302337\">register as a guest.</a></span></p>\r\n\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div><span style=\"color: #000000;\"><strong>Pre-market</strong> activity and scheduled economic data that may have an impact on the global financial markets. </span></div>\r\n<div></div>\r\n<div></div>\r\n<div style=\"text-align: center;\"><strong>What\'s Next in the Markets?</strong></div>\r\n<div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<strong>STOCKS</strong> - European stocks rose for the first time in five days as commodities and the currencies of nations that produce raw materials pared declines and China stepped up its defense of the yuan.</div>\r\n<div></div>\r\n<div><strong>BONDS </strong>-  Government bonds retraced from recent rise during the overnight trading session.</div>\r\n<div><strong> </strong></div>\r\n<div><strong>COMMODITIES</strong> - West Texas Intermediate oil slid 1.2 percent  after falling to the lowest level since December 2003.</div>\r\n<div><strong> </strong></div>\r\n<div><strong>CURRENCIES</strong> -   Britain’s pound fell against all its major counterparts after data showed U.K. industrial production unexpectedly contracted in November.</div>\r\n<div><strong> </strong></div>\r\n<div><strong>ECONOMIC DATA </strong>- BOE Gov Carney Speaks due at 9:15,  JOLTS Job Openings at 10:00,  CNY Trade Balance (tentative).</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">   <em> </em></span><em><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></em></p>','Live Trading Room - Pre-Market Activity','','publish','open','closed','','live-trading-room-pre-market-activity','','','2016-01-12 11:55:47','2016-01-12 11:55:47','',0,'http://www.thetradingroom.com/?p=2711',0,'post','',0),(2712,2,'2016-01-12 11:53:28','2016-01-12 11:53:28','<p style=\"color: #500050;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><a class=\"valid-link validation-enabled validating\" href=\"http://www.riosquant.com/account/register?trial=1\" data-cke-saved-href=\"http://www.riosquant.com/account/register?trial=1\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at 11:00 am ET Monday thru Friday.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two <span class=\"il\">week</span> free trial...</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a class=\"validating\" href=\"https://attendee.gotowebinar.com/register/2173812925116302337\" data-cke-saved-href=\"https://attendee.gotowebinar.com/register/2173812925116302337\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div><span style=\"color: #000000;\"><strong>Pre-market</strong> activity and scheduled economic data that may have an impact on the global financial markets. </span></div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>What\'s Next in the Markets?</strong></div>\r\n<div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<strong>STOCKS</strong> - European stocks rose for the first time in five days as commodities and the currencies of nations that produce raw materials pared declines and China stepped up its defense of the yuan.</div>\r\n<div></div>\r\n<div><strong>BONDS </strong>-  Government bonds retraced from recent rise during the overnight trading session.</div>\r\n<div><strong> </strong></div>\r\n<div><strong>COMMODITIES</strong> - West Texas Intermediate oil slid 1.2 percent  after falling to the lowest level since December 2003.</div>\r\n<div><strong> </strong></div>\r\n<div><strong>CURRENCIES</strong> -   Britain’s pound fell against all its major counterparts after data showed U.K. industrial production unexpectedly contracted in November.</div>\r\n<div><strong> </strong></div>\r\n<div><strong>ECONOMIC DATA </strong>- BOE Gov Carney Speaks due at 9:15,  JOLTS Job Openings at 10:00,  CNY Trade Balance (tentative).</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">   <em> </em></span><em><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></em></p>','Live Trading Room - Pre-Market Activity','','inherit','open','closed','','2711-revision-v1','','','2016-01-12 11:53:28','2016-01-12 11:53:28','',2711,'http://www.thetradingroom.com/2711-revision-v1/',0,'revision','',0),(2713,2,'2016-01-12 11:53:57','2016-01-12 11:53:57','<p style=\"color: #500050;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><a class=\"valid-link validation-enabled validating\" href=\"http://www.riosquant.com/account/register?trial=1\" data-cke-saved-href=\"http://www.riosquant.com/account/register?trial=1\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at 11:00 am ET Monday thru Friday.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two <span class=\"il\">week</span> free trial...</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a class=\"validating\" href=\"https://attendee.gotowebinar.com/register/2173812925116302337\" data-cke-saved-href=\"https://attendee.gotowebinar.com/register/2173812925116302337\">register as a guest.</a></span></p>\r\n\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div><span style=\"color: #000000;\"><strong>Pre-market</strong> activity and scheduled economic data that may have an impact on the global financial markets. </span></div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>What\'s Next in the Markets?</strong></div>\r\n<div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<strong>STOCKS</strong> - European stocks rose for the first time in five days as commodities and the currencies of nations that produce raw materials pared declines and China stepped up its defense of the yuan.</div>\r\n<div></div>\r\n<div><strong>BONDS </strong>-  Government bonds retraced from recent rise during the overnight trading session.</div>\r\n<div><strong> </strong></div>\r\n<div><strong>COMMODITIES</strong> - West Texas Intermediate oil slid 1.2 percent  after falling to the lowest level since December 2003.</div>\r\n<div><strong> </strong></div>\r\n<div><strong>CURRENCIES</strong> -   Britain’s pound fell against all its major counterparts after data showed U.K. industrial production unexpectedly contracted in November.</div>\r\n<div><strong> </strong></div>\r\n<div><strong>ECONOMIC DATA </strong>- BOE Gov Carney Speaks due at 9:15,  JOLTS Job Openings at 10:00,  CNY Trade Balance (tentative).</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">   <em> </em></span><em><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></em></p>','Live Trading Room - Pre-Market Activity','','inherit','open','closed','','2711-revision-v1','','','2016-01-12 11:53:57','2016-01-12 11:53:57','',2711,'http://www.thetradingroom.com/2711-revision-v1/',0,'revision','',0),(2714,2,'2016-01-12 11:54:15','2016-01-12 11:54:15','<p style=\"color: #500050; text-align: center;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><a class=\"valid-link validation-enabled validating\" href=\"http://www.riosquant.com/account/register?trial=1\" data-cke-saved-href=\"http://www.riosquant.com/account/register?trial=1\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at 11:00 am ET Monday thru Friday.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two <span class=\"il\">week</span> free trial...</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a class=\"validating\" href=\"https://attendee.gotowebinar.com/register/2173812925116302337\" data-cke-saved-href=\"https://attendee.gotowebinar.com/register/2173812925116302337\">register as a guest.</a></span></p>\r\n\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div><span style=\"color: #000000;\"><strong>Pre-market</strong> activity and scheduled economic data that may have an impact on the global financial markets. </span></div>\r\n<div></div>\r\n<div></div>\r\n<div style=\"text-align: center;\"><strong>What\'s Next in the Markets?</strong></div>\r\n<div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<strong>STOCKS</strong> - European stocks rose for the first time in five days as commodities and the currencies of nations that produce raw materials pared declines and China stepped up its defense of the yuan.</div>\r\n<div></div>\r\n<div><strong>BONDS </strong>-  Government bonds retraced from recent rise during the overnight trading session.</div>\r\n<div><strong> </strong></div>\r\n<div><strong>COMMODITIES</strong> - West Texas Intermediate oil slid 1.2 percent  after falling to the lowest level since December 2003.</div>\r\n<div><strong> </strong></div>\r\n<div><strong>CURRENCIES</strong> -   Britain’s pound fell against all its major counterparts after data showed U.K. industrial production unexpectedly contracted in November.</div>\r\n<div><strong> </strong></div>\r\n<div><strong>ECONOMIC DATA </strong>- BOE Gov Carney Speaks due at 9:15,  JOLTS Job Openings at 10:00,  CNY Trade Balance (tentative).</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">   <em> </em></span><em><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></em></p>','Live Trading Room - Pre-Market Activity','','inherit','open','closed','','2711-revision-v1','','','2016-01-12 11:54:15','2016-01-12 11:54:15','',2711,'http://www.thetradingroom.com/2711-revision-v1/',0,'revision','',0),(2715,2,'2016-01-14 12:30:05','2016-01-14 12:30:05','<p style=\"color: #222222; text-align: center;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\r\n\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b713a8ccba/TEST/c7b96506c0/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1085711314\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1085711315\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1085711316\"><span class=\"aQJ\">Friday</span></span>.\r\n\r\nWe are now show casing the new and improved Einstein III automated trading system.</span>\r\n</p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b713a8ccba/TEST/7ac671d5c8\" target=\"_blank\">register as a guest. for access.</a></p>\r\n\r\n<div style=\"color: #222222; text-align: center;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div style=\"text-align: center;\">\r\n<div> <strong>What\'s Next in the Markets?</strong></div>\r\nPre-market price action and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<div>\r\n\r\n<strong>STOCKS</strong> - Global stock markets and heavily commodity-dependent currencies took a fresh beating <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1085711317\"><span class=\"aQJ\">on Thursday</span></span>. China\'s recently volatile main stock indexes reversed earlier losses, however, with the Shanghai Composite Index and the CSI300 index both closing up 2 percent after strong finishes.\r\n\r\n<strong>BONDS</strong> -  The benchmark 10-year U.S. Treasury yield plumbed its lowest levels since late October as investors sought safety in government debt. It last stood at 2.0734 percent as the equivalent German Bund yields fell back below 0.5 percent.\r\n\r\n<strong>COMMODITIES</strong> -  Selling in Crude oil continued having been floored again by the latest plunge in oil prices, this time to below $30 a barrel.\r\n\r\n<strong>CURRENCIES</strong> -   Canada, one of the big global oil producers, saw its dollar dive as deep as C$1.4382 per U.S. dollar, its lowest level since April 2003. Euro traded higher during the overnight session.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Unemployment Claims and FOMC Member Bullard Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1085711318\"><span class=\"aQJ\">8:30</span></span>, Natural Gas Storage at<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1085711319\"><span class=\"aQJ\">10:30</span></span>, US Bond Auction at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1085711320\"><span class=\"aQJ\">13:01 ET</span></span>.</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>','Pre-Market News - Live Trading Room','','publish','open','closed','','pre-market-news-live-trading-room','','','2016-01-14 12:30:05','2016-01-14 12:30:05','',0,'http://www.thetradingroom.com/?p=2715',0,'post','',0),(2716,2,'2016-01-14 12:28:48','2016-01-14 12:28:48','','assets ttr logo','','inherit','open','closed','','assets-ttr-logo','','','2016-01-14 12:28:48','2016-01-14 12:28:48','',2715,'http://www.thetradingroom.com/wp-content/uploads/2016/01/assets-ttr-logo.jpg',0,'attachment','image/jpeg',0),(2717,2,'2016-01-14 12:30:05','2016-01-14 12:30:05','<p style=\"color: #222222; text-align: center;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\r\n\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b713a8ccba/TEST/c7b96506c0/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1085711314\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1085711315\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1085711316\"><span class=\"aQJ\">Friday</span></span>.\r\n\r\nWe are now show casing the new and improved Einstein III automated trading system.</span>\r\n</p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b713a8ccba/TEST/7ac671d5c8\" target=\"_blank\">register as a guest. for access.</a></p>\r\n\r\n<div style=\"color: #222222; text-align: center;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div style=\"text-align: center;\">\r\n<div> <strong>What\'s Next in the Markets?</strong></div>\r\nPre-market price action and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<div>\r\n\r\n<strong>STOCKS</strong> - Global stock markets and heavily commodity-dependent currencies took a fresh beating <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1085711317\"><span class=\"aQJ\">on Thursday</span></span>. China\'s recently volatile main stock indexes reversed earlier losses, however, with the Shanghai Composite Index and the CSI300 index both closing up 2 percent after strong finishes.\r\n\r\n<strong>BONDS</strong> -  The benchmark 10-year U.S. Treasury yield plumbed its lowest levels since late October as investors sought safety in government debt. It last stood at 2.0734 percent as the equivalent German Bund yields fell back below 0.5 percent.\r\n\r\n<strong>COMMODITIES</strong> -  Selling in Crude oil continued having been floored again by the latest plunge in oil prices, this time to below $30 a barrel.\r\n\r\n<strong>CURRENCIES</strong> -   Canada, one of the big global oil producers, saw its dollar dive as deep as C$1.4382 per U.S. dollar, its lowest level since April 2003. Euro traded higher during the overnight session.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Unemployment Claims and FOMC Member Bullard Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1085711318\"><span class=\"aQJ\">8:30</span></span>, Natural Gas Storage at<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1085711319\"><span class=\"aQJ\">10:30</span></span>, US Bond Auction at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1085711320\"><span class=\"aQJ\">13:01 ET</span></span>.</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>','Pre-Market News - Live Trading Room','','inherit','open','closed','','2715-revision-v1','','','2016-01-14 12:30:05','2016-01-14 12:30:05','',2715,'http://www.thetradingroom.com/2715-revision-v1/',0,'revision','',0),(2718,2,'2016-01-19 02:03:29','2016-01-19 02:03:29','<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>Slowing growth in China has triggered a wave of volatility through the global financial markets since the start of the new year, pushing indexes from China and Japan to Europe toward bear markets. It was another bearish week for risk assets although the markets seemed to have consolidated early during the week, but sold off <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_844038197\"><span class=\"aQJ\">on Friday</span></span>. Stocks in Asia and Europe extended losses on the first day of trade for the week while the US markets were closed for Martin Luther King Day. Crude oil traded at a 12 year low on the prospect of more supply from Iran. In the week ahead I will continue to focus on the stock indices for trading opportunities as well as the bond market for correlation values to help spot the market movers in advance.</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>There are some key housing data due this week, however I will also pay attention to data from China and the start of earnings season. Weak earnings reports may help push fear further while positive reports may halt the market down turn.​</div>\r\n<div></div>\r\n<div>Join us this week in our LIVE trading room and watch how we use the new upgraded Einstein III automated trading system to uncover trading opportunities.</div>\r\n</div>\r\n<div>​</div>\r\n</div>\r\n<strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​​\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n\r\n______________________________<wbr />__\r\n\r\n<strong>Live Trading Rooms and Educational Events</strong>\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\n<div>\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_844038198\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_844038199\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_844038200\"><span class=\"aQJ\">8:00 AM ET</span></span></strong>\r\n<div>Join our trading community with RiosQuant founder and  trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3hK2GFejnErDnAF&amp;b=3Upj9EGYL361ft1g4UxVYQ\" target=\"_blank\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3hK2GFejnErDnAF&amp;b=NpuVYI8FbTzlci9SXV_IUg\" target=\"_blank\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3hK2GFejnErDnAF&amp;b=PIMB79.5Ut1oSuwJ01QWYg\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><strong>       ______________________________</strong></div>\r\n</div>\r\n<div></div>\r\n<div><strong>The Insider\'s Quant (I.Q.) Room</strong>​</div>\r\n<div></div>\r\n<div>\r\n<div><b><i>Einstein III Automated Trading System Class</i></b></div>\r\n<div></div>\r\n</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_844038201\"><span class=\"aQJ\">Tuesday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_844038202\"><span class=\"aQJ\">12:30 pm to 1:45 pm ET</span></span></div>\r\n<div><em>What\'s Next in The Week Ahead</em></div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_844038203\"><span class=\"aQJ\">Thursday</span></span> <em>- </em><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_844038204\"><span class=\"aQJ\">12:30 pm to 1:45 pm ET</span></span></div>\r\n<div>Strategy for Success</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div><strong>      ______________________________</strong></div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','The Week Ahead in the Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-46','','','2016-01-19 11:14:50','2016-01-19 11:14:50','',0,'http://www.thetradingroom.com/?p=2718',0,'post','',0),(2719,2,'2016-01-19 02:01:33','2016-01-19 02:01:33','<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>Slowing growth in China has triggered a wave of volatility through the global financial markets since the start of the new year, pushing indexes from China and Japan to Europe toward bear markets. It was another bearish week for risk assets although the markets seemed to have consolidated early during the week, but sold off <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_844038197\"><span class=\"aQJ\">on Friday</span></span>. Stocks in Asia and Europe extended losses on the first day of trade for the week while the US markets were closed for Martin Luther King Day. Crude oil traded at a 12 year low on the prospect of more supply from Iran. In the week ahead I will continue to focus on the stock indices for trading opportunities as well as the bond market for correlation values to help spot the market movers in advance.</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>There are some key housing data due this week, however I will also pay attention to data from China and the start of earnings season. Weak earnings reports may help push fear further while positive reports may halt the market down turn.​</div>\r\n<div></div>\r\n<div>Join us this week in our LIVE trading room and watch how we use the new upgraded Einstein III automated trading system to uncover trading opportunities.</div>\r\n</div>\r\n<div>​</div>\r\n</div>\r\n<strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​​\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n\r\n______________________________<wbr />__\r\n\r\n<strong>Live Trading Rooms and Educational Events</strong>\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\n<div>\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_844038198\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_844038199\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_844038200\"><span class=\"aQJ\">8:00 AM ET</span></span></strong>\r\n<div>Join our trading community with RiosQuant founder and  trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3hK2GFejnErDnAF&amp;b=3Upj9EGYL361ft1g4UxVYQ\" target=\"_blank\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3hK2GFejnErDnAF&amp;b=NpuVYI8FbTzlci9SXV_IUg\" target=\"_blank\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=pQvrrk&amp;m=3hK2GFejnErDnAF&amp;b=PIMB79.5Ut1oSuwJ01QWYg\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><strong>       ______________________________</strong></div>\r\n</div>\r\n<div></div>\r\n<div><strong>The Insider\'s Quant (I.Q.) Room</strong>​</div>\r\n<div></div>\r\n<div>\r\n<div><b><i>Einstein III Automated Trading System Class</i></b></div>\r\n<div></div>\r\n</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_844038201\"><span class=\"aQJ\">Tuesday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_844038202\"><span class=\"aQJ\">12:30 pm to 1:45 pm ET</span></span></div>\r\n<div><em>What\'s Next in The Week Ahead</em></div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_844038203\"><span class=\"aQJ\">Thursday</span></span> <em>- </em><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_844038204\"><span class=\"aQJ\">12:30 pm to 1:45 pm ET</span></span></div>\r\n<div>Strategy for Success</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div><strong>      ______________________________</strong></div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2718-revision-v1','','','2016-01-19 02:01:33','2016-01-19 02:01:33','',2718,'http://www.thetradingroom.com/2718-revision-v1/',0,'revision','',0),(2721,2,'2016-01-21 12:54:40','2016-01-21 12:54:40','<strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/aa3e029e85/TEST/224162ec03/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_46766193\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_46766194\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_46766195\"><span class=\"aQJ\">Friday</span></span>.</span>\r\n\r\nWe are now show casing the new and improved Einstein III automated trading system.\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/aa3e029e85/TEST/78ff056baf\" target=\"_blank\">register as a guest for access.</a></p>\r\n\r\n<div style=\"color: #222222;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div class=\"yj6qo ajU\" style=\"color: #222222;\">\r\n<div id=\":1di\" class=\"ajR\" tabindex=\"0\" data-tooltip=\"Hide expanded content\"><img class=\"ajT\" src=\"https://ssl.gstatic.com/ui/v1/icons/mail/images/cleardot.gif\" alt=\"\" /></div>\r\n</div>\r\n<div class=\"adL\" style=\"color: #222222;\">\r\n<div>\r\n<div style=\"color: #222222;\">\r\n<div>\r\n<div style=\"text-align: center;\"><strong>What\'s Next in the Markets?</strong></div>\r\nPre-market price action and scheduled economic data that may have an impact on the global financial markets:\r\n\r\n</div>\r\n<div>\r\n\r\n<strong>STOCKS</strong> - Risk-Off flows continued as U.S. equity index futures dropped after a rally in Asian stocks reversed, pushing a gauge of global equities back to the brink of a bear market.\r\n\r\n<strong>BONDS</strong> -  Treasuries climbed, pushing 10-year yields to the lowest since October, as investors continued to favor the safety of sovereign debt.\r\n\r\n<strong>COMMODITIES</strong> -  U.S. oil stockpiles expanded by 4.6 million barrels last week, the industry-funded American Petroleum Institute was said to have reported. That compares with the 2.2 million barrel increase predicted by energy analysts ahead of data from the Energy Information Administration <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_46766196\"><span class=\"aQJ\">Thursday</span></span>.\r\n\r\n<strong>CURRENCIES</strong> - The yen erased earlier declines after policy makers quelled speculation the Bank of Japan is preparing to boost currency-weakening stimulus as soon as next week.\r\n\r\n<strong>ECONOMIC DATA</strong> - ECB Press Conference, US Philly Fed Manufacturing Index and US Unemployment Claims due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_46766197\"><span class=\"aQJ\">8:30</span></span>, Natural Gas Storage at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_46766198\"><span class=\"aQJ\">10:30</span></span> and Crude Oil Inventories at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_46766199\"><span class=\"aQJ\">11:00 ET</span></span>.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>\r\n&nbsp;\r\n\r\n<img class=\"CToWUd\" title=\"trading room and award pics\" src=\"https://ci3.googleusercontent.com/proxy/RXvDo3LcBKn-cpi2n0JDY9TsACh3LlxAeb5J8mE2QyDOG4uvd8DQOGBOaHxezdPagY_XIgZKcI7FQIBmW7bmlaooIbjRAcu-4at-oL-CJmm_95ACLE5pmukdR0foavNgOOQTQolEz3X0WYrcHHwuKLtibimEIgZ1kC9leRtSazomp0OWrsm601mQLlyU08J4=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/ddb01eaf49/trading%20room%20and%20award%20pics.JPG?__nocache__=1\" alt=\"trading room and award pics\" width=\"499\" height=\"126\" align=\"bottom\" border=\"0\" hspace=\"0\" vspace=\"0\" />\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS\r\n\r\n</div>','Risk Off Sentiment - Pre-Market Trading','','publish','open','closed','','risk-sentiment-pre-market-trading','','','2016-01-21 12:55:43','2016-01-21 12:55:43','',0,'http://www.thetradingroom.com/?p=2721',0,'post','',0),(2722,2,'2016-01-21 12:54:40','2016-01-21 12:54:40','<strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/aa3e029e85/TEST/224162ec03/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_46766193\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_46766194\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_46766195\"><span class=\"aQJ\">Friday</span></span>.\r\n\r\nWe are now show casing the new and improved Einstein III automated trading system.</span>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/aa3e029e85/TEST/78ff056baf\" target=\"_blank\">register as a guest for access.</a></p>\r\n\r\n<div style=\"color: #222222;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div class=\"yj6qo ajU\" style=\"color: #222222;\">\r\n<div id=\":1di\" class=\"ajR\" tabindex=\"0\" data-tooltip=\"Hide expanded content\"><img class=\"ajT\" src=\"https://ssl.gstatic.com/ui/v1/icons/mail/images/cleardot.gif\" alt=\"\" /></div>\r\n</div>\r\n<div class=\"adL\" style=\"color: #222222;\">\r\n<div>\r\n<div style=\"color: #222222;\">\r\n<div>\r\n<div style=\"text-align: center;\"><strong>What\'s Next in the Markets?</strong></div>\r\nPre-market price action and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<div>\r\n\r\n<strong>STOCKS</strong> - Risk-Off flows continued as U.S. equity index futures dropped after a rally in Asian stocks reversed, pushing a gauge of global equities back to the brink of a bear market.\r\n\r\n<strong>BONDS</strong> -  Treasuries climbed, pushing 10-year yields to the lowest since October, as investors continued to favor the safety of sovereign debt.\r\n\r\n<strong>COMMODITIES</strong> -  U.S. oil stockpiles expanded by 4.6 million barrels last week, the industry-funded American Petroleum Institute was said to have reported. That compares with the 2.2 million barrel increase predicted by energy analysts ahead of data from the Energy Information Administration <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_46766196\"><span class=\"aQJ\">Thursday</span></span>.\r\n\r\n<strong>CURRENCIES</strong> - The yen erased earlier declines after policy makers quelled speculation the Bank of Japan is preparing to boost currency-weakening stimulus as soon as next week.\r\n\r\n<strong>ECONOMIC DATA</strong> - ECB Press Conference, US Philly Fed Manufacturing Index and US Unemployment Claims due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_46766197\"><span class=\"aQJ\">8:30</span></span>, Natural Gas Storage at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_46766198\"><span class=\"aQJ\">10:30</span></span> and Crude Oil Inventories at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_46766199\"><span class=\"aQJ\">11:00 ET</span></span>.</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>\r\n&nbsp;\r\n\r\n<img class=\"CToWUd\" title=\"trading room and award pics\" src=\"https://ci3.googleusercontent.com/proxy/RXvDo3LcBKn-cpi2n0JDY9TsACh3LlxAeb5J8mE2QyDOG4uvd8DQOGBOaHxezdPagY_XIgZKcI7FQIBmW7bmlaooIbjRAcu-4at-oL-CJmm_95ACLE5pmukdR0foavNgOOQTQolEz3X0WYrcHHwuKLtibimEIgZ1kC9leRtSazomp0OWrsm601mQLlyU08J4=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/ddb01eaf49/trading%20room%20and%20award%20pics.JPG?__nocache__=1\" alt=\"trading room and award pics\" width=\"499\" height=\"126\" align=\"bottom\" border=\"0\" hspace=\"0\" vspace=\"0\" />\r\n\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS\r\n\r\n</div>','Risk Off Sentiment - Pre-Market Trading','','inherit','open','closed','','2721-revision-v1','','','2016-01-21 12:54:40','2016-01-21 12:54:40','',2721,'http://www.thetradingroom.com/2721-revision-v1/',0,'revision','',0),(2723,2,'2016-01-21 12:55:36','2016-01-21 12:55:36','','numbers pic','','inherit','open','closed','','numbers-pic','','','2016-01-21 12:55:36','2016-01-21 12:55:36','',2721,'http://www.thetradingroom.com/wp-content/uploads/2016/01/numbers-pic.jpg',0,'attachment','image/jpeg',0),(2724,2,'2016-01-21 12:55:43','2016-01-21 12:55:43','<strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/aa3e029e85/TEST/224162ec03/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_46766193\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_46766194\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_46766195\"><span class=\"aQJ\">Friday</span></span>.</span>\r\n\r\nWe are now show casing the new and improved Einstein III automated trading system.\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/aa3e029e85/TEST/78ff056baf\" target=\"_blank\">register as a guest for access.</a></p>\r\n\r\n<div style=\"color: #222222;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div class=\"yj6qo ajU\" style=\"color: #222222;\">\r\n<div id=\":1di\" class=\"ajR\" tabindex=\"0\" data-tooltip=\"Hide expanded content\"><img class=\"ajT\" src=\"https://ssl.gstatic.com/ui/v1/icons/mail/images/cleardot.gif\" alt=\"\" /></div>\r\n</div>\r\n<div class=\"adL\" style=\"color: #222222;\">\r\n<div>\r\n<div style=\"color: #222222;\">\r\n<div>\r\n<div style=\"text-align: center;\"><strong>What\'s Next in the Markets?</strong></div>\r\nPre-market price action and scheduled economic data that may have an impact on the global financial markets:\r\n\r\n</div>\r\n<div>\r\n\r\n<strong>STOCKS</strong> - Risk-Off flows continued as U.S. equity index futures dropped after a rally in Asian stocks reversed, pushing a gauge of global equities back to the brink of a bear market.\r\n\r\n<strong>BONDS</strong> -  Treasuries climbed, pushing 10-year yields to the lowest since October, as investors continued to favor the safety of sovereign debt.\r\n\r\n<strong>COMMODITIES</strong> -  U.S. oil stockpiles expanded by 4.6 million barrels last week, the industry-funded American Petroleum Institute was said to have reported. That compares with the 2.2 million barrel increase predicted by energy analysts ahead of data from the Energy Information Administration <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_46766196\"><span class=\"aQJ\">Thursday</span></span>.\r\n\r\n<strong>CURRENCIES</strong> - The yen erased earlier declines after policy makers quelled speculation the Bank of Japan is preparing to boost currency-weakening stimulus as soon as next week.\r\n\r\n<strong>ECONOMIC DATA</strong> - ECB Press Conference, US Philly Fed Manufacturing Index and US Unemployment Claims due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_46766197\"><span class=\"aQJ\">8:30</span></span>, Natural Gas Storage at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_46766198\"><span class=\"aQJ\">10:30</span></span> and Crude Oil Inventories at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_46766199\"><span class=\"aQJ\">11:00 ET</span></span>.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>\r\n&nbsp;\r\n\r\n<img class=\"CToWUd\" title=\"trading room and award pics\" src=\"https://ci3.googleusercontent.com/proxy/RXvDo3LcBKn-cpi2n0JDY9TsACh3LlxAeb5J8mE2QyDOG4uvd8DQOGBOaHxezdPagY_XIgZKcI7FQIBmW7bmlaooIbjRAcu-4at-oL-CJmm_95ACLE5pmukdR0foavNgOOQTQolEz3X0WYrcHHwuKLtibimEIgZ1kC9leRtSazomp0OWrsm601mQLlyU08J4=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/ddb01eaf49/trading%20room%20and%20award%20pics.JPG?__nocache__=1\" alt=\"trading room and award pics\" width=\"499\" height=\"126\" align=\"bottom\" border=\"0\" hspace=\"0\" vspace=\"0\" />\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS\r\n\r\n</div>','Risk Off Sentiment - Pre-Market Trading','','inherit','open','closed','','2721-revision-v1','','','2016-01-21 12:55:43','2016-01-21 12:55:43','',2721,'http://www.thetradingroom.com/2721-revision-v1/',0,'revision','',0),(2725,2,'2016-01-24 21:39:39','2016-01-24 21:39:39','Global stocks rebounded led by the Euro Stoxx 3.34%, DAX 3.24%, Nikkei 2.88% and the Nasdaq 2.56% all rising for the week. Other risk assets also finished the week stronger with Crude oil pushing 6.12% higher and Copper gaining 3.06%. Commodity currencies also benefited, helping the Canadian 2.92% and the Australian dollars 2.18% in the positive. The lower interest rate currencies, specifically the Euro -1.06% and Japanese yen -1.47% finished weaker. ECB President Mario Draghi made some dovish comments during last week\'s press conference suggesting that the ECB may adopt a more aggressive easing stance in the near future.\r\n\r\n&nbsp;\r\n\r\nThe economic calendar is a bit light in the upcoming week, featuring the FOMC rate decision and statement<span data-term=\"goog_623439467\">on Wednesday</span>. Traders will also be focusing on earnings data, with Apple, Amazon and Facebook reporting. Potential risk of further volatility in the global financial markets remains, therefore I will be looking for key breakpoints in the markets for momentum trade set-ups.\r\n\r\n&nbsp;\r\n\r\n<strong><em>Join us this week and experience the power of market intelligence. We will be show casing the new and improved Einstein III automated trading system. </em></strong>\r\n\r\n&nbsp;\r\n\r\nJoe Rios\r\n\r\n<hr />\r\n\r\n<h2 style=\"color: black;\">Live Trading Rooms and Events</h2>\r\n<div>\r\n<div><span style=\"font-size: small;\">Please take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.</span></div>\r\n<span style=\"font-size: small;\">\r\n</span>\r\n<div><span style=\"font-size: small;\"><span style=\"font-weight: bold;\">Contact Information for your Support Needs: </span>\r\nKen Eriksen, RQ Client Relations Manager\r\nemail: <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/80d58d568c/TEST/63df614c8d\" target=\"_blank\">ken@riosquant.com</a>\r\n</span></div>\r\n<div><span style=\"font-size: small;\">Skype: kmetrade</span></div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n<strong>The Trading Room® TradeLAB - </strong><strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n&nbsp;\r\n\r\nJoin our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members.\r\n\r\nLive demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<strong> </strong>\r\n\r\n<span data-term=\"goog_623439468\">Monday</span> thru <span data-term=\"goog_623439469\">Friday</span> - From 8:00 am to 11:00 am ET\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/80d58d568c/TEST/424937fbf9\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...\r\n\r\n&nbsp;\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/80d58d568c/TEST/d4199cc98d\">register as a guest.</a>\r\n\r\n&nbsp;\r\n\r\n<strong>It\'s really that simple!</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<h2><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_623439477\"><span class=\"aQJ\">MONDAY</span></span></h2>\r\n4:00 AM           EUR         German Business Climate\r\n\r\n1:00 PM           EUR         ECB President Draghi Speaks\r\n<h2 style=\"font-weight: bold; color: black;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_623439480\"><span class=\"aQJ\">TUESDAY</span></span></h2>\r\n5:45 AM           GBP         BOE Gov. Carney Speaks\r\n\r\n10:00 AM         USD         Consumer Confidence\r\n\r\n7:30 PM           AUD         CPI\r\n<h2 style=\"font-weight: bold; color: black;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_623439484\"><span class=\"aQJ\">WEDNESDAY</span></span></h2>\r\n9:00 AM           USD         New Home Sales\r\n\r\n10:30 AM         CL            Crude Oil Inventories\r\n\r\n2:00 PM           USD         Federal Funds Rate\r\n\r\n2:00 PM           USD         FOMC Statement\r\n\r\n3:00 PM           NZD         RBNZ Rate Statement\r\n<h2 style=\"font-weight: bold; color: black;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_623439490\"><span class=\"aQJ\">THURSDAY</span></span></h2>\r\n4:30 AM           GBP         GDP\r\n\r\n8:30 AM           USD         Unemployment Claims\r\n\r\n8:30 Am           USD         Durable Goods Orders\r\n<h2 style=\"font-weight: bold; color: black;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_623439494\"><span class=\"aQJ\">FRIDAY</span></span></h2>\r\n12:00 AM         JPY          BOJ Outlook Report\r\n\r\nTentative         JPY          BOJ Press Conference\r\n\r\n5:00 AM           EUR         CPI Flash Estimate\r\n\r\n8:30 AM           CAD         GDP\r\n\r\n8:30 AM           USD         GDP\r\n<div style=\"color: #ffffff;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY\r\nFUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</span></span></div>\r\n<div style=\"color: #ffffff;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></span></div>','The Week Ahead in the Global Markets','','publish','open','closed','','week-ahead-global-markets-5','','','2016-01-24 21:39:39','2016-01-24 21:39:39','',0,'http://www.thetradingroom.com/?p=2725',0,'post','',0),(2727,2,'2016-01-24 21:32:34','2016-01-24 21:32:34','Global stocks rebounded led by the Euro Stoxx 3.34%, DAX 3.24%, Nikkei 2.88% and the Nasdaq 2.56% all rising for the week. Other risk assets also finished the week stronger with Crude oil pushing 6.12% higher and Copper gaining 3.06%. Commodity currencies also benefited, helping the Canadian 2.92% and the Australian dollars 2.18% in the positive. The lower interest rate currencies, specifically the Euro -1.06% and Japanese yen -1.47% finished weaker. ECB President Mario Draghi made some dovish comments during last week\'s press conference suggesting that the ECB may adopt a more aggressive easing stance in the near future.\r\n\r\n&nbsp;\r\n\r\nThe economic calendar is a bit light in the upcoming week, featuring the FOMC rate decision and statement<span data-term=\"goog_623439467\">on Wednesday</span>. Traders will also be focusing on earnings data, with Apple, Amazon and Facebook reporting. Potential risk of further volatility in the global financial markets remains, therefore I will be looking for key breakpoints in the markets for momentum trade set-ups.\r\n\r\n&nbsp;\r\n\r\n<strong><em>Join us this week and experience the power of market intelligence. We will be show casing the new and improved Einstein III automated trading system. </em></strong>\r\n\r\n&nbsp;\r\n\r\nJoe Rios\r\n\r\n<hr />\r\n\r\n<h2 style=\"color: black;\">Live Trading Rooms and Events</h2>\r\n<div>\r\n<div><span style=\"font-size: small;\">Please take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.</span></div>\r\n<span style=\"font-size: small;\">\r\n</span>\r\n<div><span style=\"font-size: small;\"><span style=\"font-weight: bold;\">Contact Information for your Support Needs: </span>\r\nKen Eriksen, RQ Client Relations Manager\r\nemail: <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/80d58d568c/TEST/63df614c8d\" target=\"_blank\">ken@riosquant.com</a>\r\n</span></div>\r\n<div><span style=\"font-size: small;\">Skype: kmetrade</span></div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n<strong>The Trading Room® TradeLAB - </strong><strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n&nbsp;\r\n\r\nJoin our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members.\r\n\r\nLive demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<strong> </strong>\r\n\r\n<span data-term=\"goog_623439468\">Monday</span> thru <span data-term=\"goog_623439469\">Friday</span> - From 8:00 am to 11:00 am ET\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/80d58d568c/TEST/424937fbf9\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...\r\n\r\n&nbsp;\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/80d58d568c/TEST/d4199cc98d\">register as a guest.</a>\r\n\r\n&nbsp;\r\n\r\n<strong>It\'s really that simple!</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<table width=\"650\">\r\n<tbody>\r\n<tr>\r\n<td width=\"463\">\r\n<table width=\"415\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h2><span data-term=\"goog_623439477\">MONDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\n4:00 AM           EUR         German Business Climate\r\n\r\n1:00 PM           EUR         ECB President Draghi Speaks\r\n<h2><span data-term=\"goog_623439480\">TUESDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\n5:45 AM           GBP         BOE Gov. Carney Speaks\r\n\r\n10:00 AM         USD         Consumer Confidence\r\n\r\n7:30 PM           AUD         CPI\r\n<h2><span data-term=\"goog_623439484\">WEDNESDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\n9:00 AM           USD         New Home Sales\r\n\r\n10:30 AM         CL            Crude Oil Inventories\r\n\r\n2:00 PM           USD         Federal Funds Rate\r\n\r\n2:00 PM           USD         FOMC Statement\r\n\r\n3:00 PM           NZD         RBNZ Rate Statement\r\n<h2><span data-term=\"goog_623439490\">THURSDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\n4:30 AM           GBP         GDP\r\n\r\n8:30 AM           USD         Unemployment Claims\r\n\r\n8:30 Am           USD         Durable Goods Orders\r\n<h2><span data-term=\"goog_623439494\">FRIDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\n12:00 AM         JPY          BOJ Outlook Report\r\n\r\nTentative         JPY          BOJ Press Conference\r\n\r\n5:00 AM           EUR         CPI Flash Estimate\r\n\r\n8:30 AM           CAD         GDP\r\n\r\n8:30 AM           USD         GDP</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<table width=\"650\">\r\n<tbody>\r\n<tr>\r\n<td><strong>THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY\r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. </strong><strong>PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','','','inherit','open','closed','','2725-revision-v1','','','2016-01-24 21:32:34','2016-01-24 21:32:34','',2725,'http://www.thetradingroom.com/2725-revision-v1/',0,'revision','',0),(2726,2,'2016-01-24 21:29:57','2016-01-24 21:29:57','<table width=\"650\">\r\n<tbody>\r\n<tr>\r\n<td width=\"463\">\r\n<table width=\"415\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<table width=\"415\">\r\n<tbody>\r\n<tr>\r\n<td><strong>The Week Ahead in the Global Financial Markets</strong>\r\n\r\n<strong> </strong>\r\n\r\nGlobal stocks rebounded led by the Euro Stoxx 3.34%, DAX 3.24%, Nikkei 2.88% and the Nasdaq 2.56% all rising for the week. Other risk assets also finished the week stronger with Crude oil pushing 6.12% higher and Copper gaining 3.06%. Commodity currencies also benefited, helping the Canadian 2.92% and the Australian dollars 2.18% in the positive. The lower interest rate currencies, specifically the Euro -1.06% and Japanese yen -1.47% finished weaker. ECB President Mario Draghi made some dovish comments during last week\'s press conference suggesting that the ECB may adopt a more aggressive easing stance in the near future.\r\n\r\n&nbsp;\r\n\r\nThe economic calendar is a bit light in the upcoming week, featuring the FOMC rate decision and statement<span data-term=\"goog_623439467\">on Wednesday</span>. Traders will also be focusing on earnings data, with Apple, Amazon and Facebook reporting. Potential risk of further volatility in the global financial markets remains, therefore I will be looking for key breakpoints in the markets for momentum trade set-ups.\r\n\r\n&nbsp;\r\n\r\n<strong><em>Join us this week and experience the power of market intelligence. We will be show casing the new and improved Einstein III automated trading system. </em></strong>\r\n\r\n&nbsp;\r\n\r\nJoe Rios\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/80d58d568c/TEST/b64e428c4c\">www.riosquant.com</a>\r\n\r\n&nbsp;\r\n\r\n_______________________________\r\n\r\n&nbsp;\r\n<h2>Live Trading Rooms and Events</h2>\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n&nbsp;\r\n\r\n<b>Contact Information for your Support Needs: </b>\r\nKen Eriksen, RQ Client Relations Manager\r\nemail: <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/80d58d568c/TEST/63df614c8d\">ken@riosquant.com</a>\r\n\r\nSkype: kmetrade\r\n\r\n&nbsp;\r\n\r\n_______________________________</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><strong>The Trading Room® TradeLAB - </strong><strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n&nbsp;\r\n\r\nJoin our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members.\r\n\r\nLive demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<strong> </strong>\r\n\r\n<span data-term=\"goog_623439468\">Monday</span> thru <span data-term=\"goog_623439469\">Friday</span> - From 8:00 am to 11:00 am ET\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/80d58d568c/TEST/424937fbf9\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...\r\n\r\n&nbsp;\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/80d58d568c/TEST/d4199cc98d\">register as a guest.</a>\r\n\r\n&nbsp;\r\n\r\n<strong>It\'s really that simple!</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong>   </strong>\r\n\r\n<strong>                   ______________________________</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong>The Insider\'s Quant (I.Q.) Room</strong>\r\n\r\n<strong>Einstein III Automated Trading System Class</strong>\r\n\r\n&nbsp;\r\n\r\n<span data-term=\"goog_623439471\">Tuesday</span> - <span data-term=\"goog_623439472\">12:30 pm to 1:45 pm ET</span>\r\n\r\n<em>What\'s Next in The Week Ahead </em>\r\n\r\n<em> </em>\r\n\r\n<span data-term=\"goog_623439473\">Wednesday</span> - <span data-term=\"goog_623439474\">12:30 pm to 1:45 pm ET</span>\r\n\r\n<em>Einstein III System Training</em>\r\n\r\n&nbsp;\r\n\r\n<span data-term=\"goog_623439475\">Friday</span> -  <span data-term=\"goog_623439476\">12:30 pm to 1:45 pm ET</span>\r\n\r\n<em>Insiders Round Table Meetup</em>\r\n\r\n&nbsp;\r\n\r\n____________________________\r\n\r\n&nbsp;\r\n<h2><span data-term=\"goog_623439477\">MONDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\n4:00 AM           EUR         German Business Climate\r\n\r\n1:00 PM           EUR         ECB President Draghi Speaks\r\n<h2><span data-term=\"goog_623439480\">TUESDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\n5:45 AM           GBP         BOE Gov. Carney Speaks\r\n\r\n10:00 AM         USD         Consumer Confidence\r\n\r\n7:30 PM           AUD         CPI\r\n<h2><span data-term=\"goog_623439484\">WEDNESDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\n9:00 AM           USD         New Home Sales\r\n\r\n10:30 AM         CL            Crude Oil Inventories\r\n\r\n2:00 PM           USD         Federal Funds Rate\r\n\r\n2:00 PM           USD         FOMC Statement\r\n\r\n3:00 PM           NZD         RBNZ Rate Statement\r\n<h2><span data-term=\"goog_623439490\">THURSDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\n4:30 AM           GBP         GDP\r\n\r\n8:30 AM           USD         Unemployment Claims\r\n\r\n8:30 Am           USD         Durable Goods Orders\r\n<h2><span data-term=\"goog_623439494\">FRIDAY</span></h2>\r\n<strong>Economic Data Release - Market Movers</strong>\r\n\r\n12:00 AM         JPY          BOJ Outlook Report\r\n\r\nTentative         JPY          BOJ Press Conference\r\n\r\n5:00 AM           EUR         CPI Flash Estimate\r\n\r\n8:30 AM           CAD         GDP\r\n\r\n8:30 AM           USD         GDP</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<table width=\"650\">\r\n<tbody>\r\n<tr>\r\n<td><strong>THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY\r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</strong>\r\n\r\n<strong>PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','','','inherit','open','closed','','2725-revision-v1','','','2016-01-24 21:29:57','2016-01-24 21:29:57','',2725,'http://www.thetradingroom.com/2725-revision-v1/',0,'revision','',0),(2728,2,'2016-01-24 21:35:25','2016-01-24 21:35:25','Global stocks rebounded led by the Euro Stoxx 3.34%, DAX 3.24%, Nikkei 2.88% and the Nasdaq 2.56% all rising for the week. Other risk assets also finished the week stronger with Crude oil pushing 6.12% higher and Copper gaining 3.06%. Commodity currencies also benefited, helping the Canadian 2.92% and the Australian dollars 2.18% in the positive. The lower interest rate currencies, specifically the Euro -1.06% and Japanese yen -1.47% finished weaker. ECB President Mario Draghi made some dovish comments during last week\'s press conference suggesting that the ECB may adopt a more aggressive easing stance in the near future.\r\n\r\n&nbsp;\r\n\r\nThe economic calendar is a bit light in the upcoming week, featuring the FOMC rate decision and statement<span data-term=\"goog_623439467\">on Wednesday</span>. Traders will also be focusing on earnings data, with Apple, Amazon and Facebook reporting. Potential risk of further volatility in the global financial markets remains, therefore I will be looking for key breakpoints in the markets for momentum trade set-ups.\r\n\r\n&nbsp;\r\n\r\n<strong><em>Join us this week and experience the power of market intelligence. We will be show casing the new and improved Einstein III automated trading system. </em></strong>\r\n\r\n&nbsp;\r\n\r\nJoe Rios\r\n\r\n<hr />\r\n\r\n<h2 style=\"color: black;\">Live Trading Rooms and Events</h2>\r\n<div>\r\n<div><span style=\"font-size: small;\">Please take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.</span></div>\r\n<span style=\"font-size: small;\">\r\n</span>\r\n<div><span style=\"font-size: small;\"><span style=\"font-weight: bold;\">Contact Information for your Support Needs: </span>\r\nKen Eriksen, RQ Client Relations Manager\r\nemail: <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/80d58d568c/TEST/63df614c8d\" target=\"_blank\">ken@riosquant.com</a>\r\n</span></div>\r\n<div><span style=\"font-size: small;\">Skype: kmetrade</span></div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n<strong>The Trading Room® TradeLAB - </strong><strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n&nbsp;\r\n\r\nJoin our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members.\r\n\r\nLive demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<strong> </strong>\r\n\r\n<span data-term=\"goog_623439468\">Monday</span> thru <span data-term=\"goog_623439469\">Friday</span> - From 8:00 am to 11:00 am ET\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/80d58d568c/TEST/424937fbf9\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...\r\n\r\n&nbsp;\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/80d58d568c/TEST/d4199cc98d\">register as a guest.</a>\r\n\r\n&nbsp;\r\n\r\n<strong>It\'s really that simple!</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<h2><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_623439477\"><span class=\"aQJ\">MONDAY</span></span></h2>\r\n4:00 AM           EUR         German Business Climate\r\n\r\n1:00 PM           EUR         ECB President Draghi Speaks\r\n<h2 style=\"font-weight: bold; color: black;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_623439480\"><span class=\"aQJ\">TUESDAY</span></span></h2>\r\n5:45 AM           GBP         BOE Gov. Carney Speaks\r\n\r\n10:00 AM         USD         Consumer Confidence\r\n\r\n7:30 PM           AUD         CPI\r\n<h2 style=\"font-weight: bold; color: black;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_623439484\"><span class=\"aQJ\">WEDNESDAY</span></span></h2>\r\n9:00 AM           USD         New Home Sales\r\n\r\n10:30 AM         CL            Crude Oil Inventories\r\n\r\n2:00 PM           USD         Federal Funds Rate\r\n\r\n2:00 PM           USD         FOMC Statement\r\n\r\n3:00 PM           NZD         RBNZ Rate Statement\r\n<h2 style=\"font-weight: bold; color: black;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_623439490\"><span class=\"aQJ\">THURSDAY</span></span></h2>\r\n4:30 AM           GBP         GDP\r\n\r\n8:30 AM           USD         Unemployment Claims\r\n\r\n8:30 Am           USD         Durable Goods Orders\r\n<h2 style=\"font-weight: bold; color: black;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_623439494\"><span class=\"aQJ\">FRIDAY</span></span></h2>\r\n12:00 AM         JPY          BOJ Outlook Report\r\n\r\nTentative         JPY          BOJ Press Conference\r\n\r\n5:00 AM           EUR         CPI Flash Estimate\r\n\r\n8:30 AM           CAD         GDP\r\n\r\n8:30 AM           USD         GDP\r\n<div style=\"color: #ffffff;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY\r\nFUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</span></span></div>\r\n<div style=\"color: #ffffff;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></span></div>','','','inherit','open','closed','','2725-revision-v1','','','2016-01-24 21:35:25','2016-01-24 21:35:25','',2725,'http://www.thetradingroom.com/2725-revision-v1/',0,'revision','',0),(2729,2,'2016-01-24 21:39:39','2016-01-24 21:39:39','Global stocks rebounded led by the Euro Stoxx 3.34%, DAX 3.24%, Nikkei 2.88% and the Nasdaq 2.56% all rising for the week. Other risk assets also finished the week stronger with Crude oil pushing 6.12% higher and Copper gaining 3.06%. Commodity currencies also benefited, helping the Canadian 2.92% and the Australian dollars 2.18% in the positive. The lower interest rate currencies, specifically the Euro -1.06% and Japanese yen -1.47% finished weaker. ECB President Mario Draghi made some dovish comments during last week\'s press conference suggesting that the ECB may adopt a more aggressive easing stance in the near future.\r\n\r\n&nbsp;\r\n\r\nThe economic calendar is a bit light in the upcoming week, featuring the FOMC rate decision and statement<span data-term=\"goog_623439467\">on Wednesday</span>. Traders will also be focusing on earnings data, with Apple, Amazon and Facebook reporting. Potential risk of further volatility in the global financial markets remains, therefore I will be looking for key breakpoints in the markets for momentum trade set-ups.\r\n\r\n&nbsp;\r\n\r\n<strong><em>Join us this week and experience the power of market intelligence. We will be show casing the new and improved Einstein III automated trading system. </em></strong>\r\n\r\n&nbsp;\r\n\r\nJoe Rios\r\n\r\n<hr />\r\n\r\n<h2 style=\"color: black;\">Live Trading Rooms and Events</h2>\r\n<div>\r\n<div><span style=\"font-size: small;\">Please take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.</span></div>\r\n<span style=\"font-size: small;\">\r\n</span>\r\n<div><span style=\"font-size: small;\"><span style=\"font-weight: bold;\">Contact Information for your Support Needs: </span>\r\nKen Eriksen, RQ Client Relations Manager\r\nemail: <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/80d58d568c/TEST/63df614c8d\" target=\"_blank\">ken@riosquant.com</a>\r\n</span></div>\r\n<div><span style=\"font-size: small;\">Skype: kmetrade</span></div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n<strong>The Trading Room® TradeLAB - </strong><strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n&nbsp;\r\n\r\nJoin our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members.\r\n\r\nLive demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<strong> </strong>\r\n\r\n<span data-term=\"goog_623439468\">Monday</span> thru <span data-term=\"goog_623439469\">Friday</span> - From 8:00 am to 11:00 am ET\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/80d58d568c/TEST/424937fbf9\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...\r\n\r\n&nbsp;\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/80d58d568c/TEST/d4199cc98d\">register as a guest.</a>\r\n\r\n&nbsp;\r\n\r\n<strong>It\'s really that simple!</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<h2><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_623439477\"><span class=\"aQJ\">MONDAY</span></span></h2>\r\n4:00 AM           EUR         German Business Climate\r\n\r\n1:00 PM           EUR         ECB President Draghi Speaks\r\n<h2 style=\"font-weight: bold; color: black;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_623439480\"><span class=\"aQJ\">TUESDAY</span></span></h2>\r\n5:45 AM           GBP         BOE Gov. Carney Speaks\r\n\r\n10:00 AM         USD         Consumer Confidence\r\n\r\n7:30 PM           AUD         CPI\r\n<h2 style=\"font-weight: bold; color: black;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_623439484\"><span class=\"aQJ\">WEDNESDAY</span></span></h2>\r\n9:00 AM           USD         New Home Sales\r\n\r\n10:30 AM         CL            Crude Oil Inventories\r\n\r\n2:00 PM           USD         Federal Funds Rate\r\n\r\n2:00 PM           USD         FOMC Statement\r\n\r\n3:00 PM           NZD         RBNZ Rate Statement\r\n<h2 style=\"font-weight: bold; color: black;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_623439490\"><span class=\"aQJ\">THURSDAY</span></span></h2>\r\n4:30 AM           GBP         GDP\r\n\r\n8:30 AM           USD         Unemployment Claims\r\n\r\n8:30 Am           USD         Durable Goods Orders\r\n<h2 style=\"font-weight: bold; color: black;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_623439494\"><span class=\"aQJ\">FRIDAY</span></span></h2>\r\n12:00 AM         JPY          BOJ Outlook Report\r\n\r\nTentative         JPY          BOJ Press Conference\r\n\r\n5:00 AM           EUR         CPI Flash Estimate\r\n\r\n8:30 AM           CAD         GDP\r\n\r\n8:30 AM           USD         GDP\r\n<div style=\"color: #ffffff;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY\r\nFUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</span></span></div>\r\n<div style=\"color: #ffffff;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></span></div>','The Week Ahead in the Global Markets','','inherit','open','closed','','2725-revision-v1','','','2016-01-24 21:39:39','2016-01-24 21:39:39','',2725,'http://www.thetradingroom.com/2725-revision-v1/',0,'revision','',0),(2759,2,'2016-02-16 01:35:28','2016-02-16 01:35:28','<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>After a very volatile week, traders are taking note of the extended risk-off sentiment that has dominated the markets since the new year began. The USD/JPY forex pair traded down over 1000 pips in less than two weeks and US 10 year treasury note yield is approaching all time lows. The MSCCI Global stock index is now down 20%, signaling a global bear market. In the week ahead Chinese investors will be back from the week-long Lunar New Year celebrations.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>Gold benefited from the bearish sentiment, spiking $65 <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030759\"><span class=\"aQJ\">on Thursday</span></span> alone. Demand for physical gold increased by 4% in the fourth quarter of last year year over year. Investment demand rose 15% while central banks enhanced their purchases by 25%. China maintained its position as the largest consumer  of gold, followed by India.In the week ahead earnings season continues and the economic calendar kicks off with GDP data from Japan and trade data from China.​</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>Join us this week in our LIVE trading room and watch how we use the new upgraded Einstein III automated trading system to uncover trading opportunities.</div>\r\n</div>\r\n<div>​</div>\r\n</div>\r\n<strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​​\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\n<div>\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030760\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030761\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030762\"><span class=\"aQJ\">8:00 AM ET</span></span></strong>\r\n<div>Join our trading community with RiosQuant founder and  trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3cg4p.OrRgh.1AF&amp;b=IphPaz3SeM4Up6fKhVZimQ\" target=\"_blank\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3cg4p.OrRgh.1AF&amp;b=XiZGlM3PAY4qzSPf_qkH7Q\" target=\"_blank\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3cg4p.OrRgh.1AF&amp;b=mdZDW4SraNZWotVkTYpQyg\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><strong><strong>  </strong></strong>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n<div></div>\r\n<div><strong>The Insider\'s Quant (I.Q.) Room</strong>​</div>\r\n<div></div>\r\n<div></div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030763\"><span class=\"aQJ\">Wednesday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030764\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div><em>Strategies for Success</em></div>\r\n<div></div>\r\n</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030765\"><span class=\"aQJ\">Friday</span></span> <em>- </em><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030766\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div>Insider\'s Round Table Meetup</div>\r\n</div>\r\n<div></div>\r\n<div><strong><strong>    </strong></strong>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div>Economic Data Schedule</div>\r\n<div>\r\n\r\nMonday\r\n\r\nUS holiday\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n4:30 AM          GBP                CPI\r\n\r\n5:00 AM          EUR                German Economic Sentiment\r\n\r\n8:30 AM          CAD                Manufacturing Sales\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM          GBP                Average Earnings Index\r\n\r\n8:30 AM          USD                PPI and Building Permits\r\n\r\n2:00 PM          USD                FOMC Meeting Minutes\r\n\r\n4:45 PM          NZD                CPI\r\n\r\n7:30 PM          AUD                Employment Change\r\n\r\n8:30 PM          CNY                PPI\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n8:30 AM          USD                Unemployment Claims\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n8:30 AM          USD                CPI\r\n\r\n8:30 AM          CAD                CPI\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n</div>','Week Ahead in the Global Markets','','publish','open','closed','','week-ahead-global-markets-7','','','2016-02-16 01:35:28','2016-02-16 01:35:28','',0,'http://www.thetradingroom.com/?p=2759',0,'post','',0),(2736,2,'2016-01-26 00:21:10','2016-01-26 00:21:10','','Crude Oil Futures - Performance Summary 2 Lots','Crude Oil Futures - Performance Summary 2 Lots','inherit','open','closed','','cl-1-25-ps','','','2016-01-26 00:21:10','2016-01-26 00:21:10','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/01/cl-1-25-ps.pdf',0,'attachment','application/pdf',0),(2732,2,'2016-01-25 23:19:18','2016-01-25 23:19:18','','S&P 500 Performance Summary - 1 Lot','','inherit','open','closed','','es-1-25-ps-2','','','2016-01-25 23:19:18','2016-01-25 23:19:18','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/01/es-1-25-ps-2.xlsx',0,'attachment','application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',0),(2734,2,'2016-01-25 23:48:08','2016-01-25 23:48:08','','S&P 500 Futures - Trade List','S&P 500 Futures - Trade List','inherit','open','closed','','es-trade-list','','','2016-01-25 23:48:08','2016-01-25 23:48:08','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/01/es-trade-list.pdf',0,'attachment','application/pdf',0),(2733,2,'2016-01-25 23:40:14','2016-01-25 23:40:14','','S&P 500 Performance Summary - 1 Lot','S&P 500 Performance Summary - 1 Lot','inherit','open','closed','','es-1-25-ps-2-2','','','2016-01-25 23:40:14','2016-01-25 23:40:14','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/01/es-1-25-ps-2-2.pdf',0,'attachment','application/pdf',0),(2737,2,'2016-01-26 00:24:10','2016-01-26 00:24:10','','Crude Oil Futures - Trade List','Crude Oil Futures - Trade List','inherit','open','closed','','cl-1-25-trade-list','','','2016-01-26 00:24:10','2016-01-26 00:24:10','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/01/cl-1-25-trade-list.pdf',0,'attachment','application/pdf',0),(2738,2,'2016-01-26 00:28:30','2016-01-26 00:28:30','','cl 1-25 trade list','','inherit','open','closed','','cl-1-25-trade-list-2','','','2016-01-26 00:28:30','2016-01-26 00:28:30','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/01/cl-1-25-trade-list1.pdf',0,'attachment','application/pdf',0),(2739,2,'2016-01-26 00:28:54','2016-01-26 00:28:54','','Crude Oil Futures - Trade List','Crude Oil Futures - Trade List','inherit','open','closed','','cl-1-25-trade-list-3','','','2016-01-26 00:28:54','2016-01-26 00:28:54','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/01/cl-1-25-trade-list2.pdf',0,'attachment','application/pdf',0),(2740,2,'2016-01-26 00:34:10','2016-01-26 00:34:10','','Crude Oil Futures - Trade List','Crude Oil Futures - Trade List','inherit','open','closed','','cl-1-25-trade-list-4','','','2016-01-26 00:34:10','2016-01-26 00:34:10','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/01/cl-1-25-trade-list3.pdf',0,'attachment','application/pdf',0),(2741,2,'2016-01-26 00:38:48','2016-01-26 00:38:48','','S&P 500 Futures - Trade List','S&P 500 Futures - Trade List','inherit','open','closed','','es-t-list','','','2016-01-26 00:38:48','2016-01-26 00:38:48','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/01/es-t-list.pdf',0,'attachment','application/pdf',0),(2742,2,'2016-01-26 00:42:00','2016-01-26 00:42:00','','S&P 500 Futures - Trade List','S&P 500 Futures - Trade List','inherit','open','closed','','es-t-list-1','','','2016-01-26 00:42:00','2016-01-26 00:42:00','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/01/es-t-list-1.pdf',0,'attachment','application/pdf',0),(2744,2,'2016-01-26 01:19:09','2016-01-26 01:19:09','','Gold Futures - 3 Lots','Gold Futures - 3 Lots','inherit','open','closed','','gc-ps-3','','','2016-01-26 01:19:09','2016-01-26 01:19:09','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/01/gc-ps-3.pdf',0,'attachment','application/pdf',0),(2745,2,'2016-01-26 01:21:16','2016-01-26 01:21:16','','Gold Futures - Trade List','Gold Futures - Trade List','inherit','open','closed','','gc-trade-list','','','2016-01-26 01:21:16','2016-01-26 01:21:16','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/01/gc-trade-list.pdf',0,'attachment','application/pdf',0),(2746,2,'2016-01-26 01:23:27','2016-01-26 01:23:27','','Gold Futures - Trade List','Gold Futures - Trade List','inherit','open','closed','','gc-trade-list-2','','','2016-01-26 01:23:27','2016-01-26 01:23:27','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/01/gc-trade-list1.pdf',0,'attachment','application/pdf',0),(2748,2,'2016-01-26 01:27:30','2016-01-26 01:27:30','','Gold Futures - Trade List','Gold Futures - Trade List','inherit','open','closed','','gc-trade-list-3','','','2016-01-26 01:27:30','2016-01-26 01:27:30','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/01/gc-trade-list-3.pdf',0,'attachment','application/pdf',0),(2747,2,'2016-01-26 01:24:37','2016-01-26 01:24:37','<strong style=\"font-weight: bold;\">Rethink Strategy, Think RQ.</strong> At Rios Quantitative, we focus on the development, implementation and monitoring of quantitative and algorithmic trading systems. In the electronic financial markets, \"quant\" and \"algo\" trading is defined as the systematic application of trading strategies through the use of computer programs. Our models are developed by our staff of market professionals consisting of traders, strategists and programmers utilizing comprehensive and rigorous research. The RQ\'s approach is to eliminate or mitigate trading decisions driven by emotion, indiscipline, passion, greed and/or fear, in addition to other factors that contribute to human error.\r\n\r\nThe RQ Einstein is a quantitative model designed for specific assignments, such as to exploit short-lived trading opportunities. At the core of the strategy is an RQ proprietary code with forward-looking algorithms designed to forecast and search for potentially key price levels of the markets.\r\n\r\n<hr />\r\n\r\n[file_download style=\"2\"][download title=\"Crude Oil Futures - Performance Summary 2 Lots\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2016/01/cl-1-25-ps.pdf\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\r\n\r\n[file_download style=\"2\"][download title=\"Crude Oil Futures - Trade List\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2016/01/cl-1-25-trade-list3.pdf\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n[file_download style=\"2\"][download title=\"S&amp;P 500 Futures - Performance Summary - 1 Lot\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2016/01/es-1-25-ps-2-2.pdf\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\r\n\r\n[file_download style=\"2\"][download title=\"S&amp;P 500 Futures - Trade List\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2016/01/es-t-list-1.pdf\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\r\n\r\n<hr />\r\n\r\n[file_download style=\"2\"][download title=\"Gold Futures - 3 Lots\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2016/01/gc-ps-3.pdf\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\r\n\r\n[file_download style=\"2\"][download title=\"Gold Futures - Trade List\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2016/01/gc-trade-list1.pdf\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\r\n\r\n<hr />\r\n\r\nPast results are hypothetical. The strategies have been back tested using Trade Station. Hypothetical or simulated performance results have certain inherent limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since the trades have not actually been executed, the results may have under- or over-compensated or the impact, if any, for certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation is being made that any account will or is likely to achieve profits or losses similar to those shown. Futures, Options, Forex, and stock trading involve risk and is not for all investors. Past performance is NOT indicative of future results. Nothing contained herein shall be construed as an offer to buy, sell, or hold and securities, futures contracts, and cash foreign exchange currencies. This is intended for informational and educational purposes only. Trading involves risk and should be pursued with risk capital only. Results do not include slippage but do include $5.00 per trade per side commission.\r\n\r\n&nbsp;','Quantitative Trading Systems','','inherit','open','closed','','2652-revision-v1','','','2016-01-26 01:24:37','2016-01-26 01:24:37','',2652,'http://www.thetradingroom.com/2652-revision-v1/',0,'revision','',0),(2749,2,'2016-01-26 01:32:38','2016-01-26 01:32:38','','Gold Futures - Trade List','Gold Futures - Trade List','inherit','open','closed','','gc-trade-list-5','','','2016-01-26 01:32:38','2016-01-26 01:32:38','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/01/gc-trade-list-5.pdf',0,'attachment','application/pdf',0),(2750,2,'2016-01-26 01:33:54','2016-01-26 01:33:54','<strong style=\"font-weight: bold;\">Rethink Strategy, Think RQ.</strong> At Rios Quantitative, we focus on the development, implementation and monitoring of quantitative and algorithmic trading systems. In the electronic financial markets, \"quant\" and \"algo\" trading is defined as the systematic application of trading strategies through the use of computer programs. Our models are developed by our staff of market professionals consisting of traders, strategists and programmers utilizing comprehensive and rigorous research. The RQ\'s approach is to eliminate or mitigate trading decisions driven by emotion, indiscipline, passion, greed and/or fear, in addition to other factors that contribute to human error.\r\n\r\nThe RQ Einstein is a quantitative model designed for specific assignments, such as to exploit short-lived trading opportunities. At the core of the strategy is an RQ proprietary code with forward-looking algorithms designed to forecast and search for potentially key price levels of the markets.\r\n\r\n<hr />\r\n\r\n[file_download style=\"2\"][download title=\"Crude Oil Futures - Performance Summary 2 Lots\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2016/01/cl-1-25-ps.pdf\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\r\n\r\n[file_download style=\"2\"][download title=\"Crude Oil Futures - Trade List\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2016/01/cl-1-25-trade-list3.pdf\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n[file_download style=\"2\"][download title=\"S&amp;P 500 Futures - Performance Summary - 1 Lot\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2016/01/es-1-25-ps-2-2.pdf\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\r\n\r\n[file_download style=\"2\"][download title=\"S&amp;P 500 Futures - Trade List\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2016/01/es-t-list-1.pdf\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\r\n\r\n<hr />\r\n\r\n[file_download style=\"2\"][download title=\"Gold Futures - 3 Lots\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2016/01/gc-ps-3.pdf\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\r\n\r\n[file_download style=\"2\"][download title=\"Gold Futures - Trade List\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2016/01/gc-trade-list-5.pdf\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\r\n\r\n<hr />\r\n\r\nPast results are hypothetical. The strategies have been back tested using Trade Station. Hypothetical or simulated performance results have certain inherent limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since the trades have not actually been executed, the results may have under- or over-compensated or the impact, if any, for certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation is being made that any account will or is likely to achieve profits or losses similar to those shown. Futures, Options, Forex, and stock trading involve risk and is not for all investors. Past performance is NOT indicative of future results. Nothing contained herein shall be construed as an offer to buy, sell, or hold and securities, futures contracts, and cash foreign exchange currencies. This is intended for informational and educational purposes only. Trading involves risk and should be pursued with risk capital only. Results do not include slippage but do include $5.00 per trade per side commission.\r\n\r\n&nbsp;','Quantitative Trading Systems','','inherit','open','closed','','2652-revision-v1','','','2016-01-26 01:33:54','2016-01-26 01:33:54','',2652,'http://www.thetradingroom.com/2652-revision-v1/',0,'revision','',0),(2751,2,'2016-01-28 12:23:24','2016-01-28 12:23:24','','S&P 500 Futures - Performance Summary - 2 Lots','','inherit','open','closed','','es-33-ticks-ps','','','2016-01-28 12:23:24','2016-01-28 12:23:24','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/01/es-33-ticks-ps.pdf',0,'attachment','application/pdf',0),(2752,2,'2016-01-28 12:27:17','2016-01-28 12:27:17','','S&P 500 Futures - Trade List - 2 Lots','','inherit','open','closed','','es-33-ticks-trades','','','2016-01-28 12:27:17','2016-01-28 12:27:17','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/01/es-33-ticks-Trades.pdf',0,'attachment','application/pdf',0),(2753,2,'2016-01-28 12:40:49','2016-01-28 12:40:49','<strong style=\"font-weight: bold;\">Rethink Strategy, Think RQ.</strong> At Rios Quantitative, we focus on the development, implementation and monitoring of quantitative and algorithmic trading systems. In the electronic financial markets, \"quant\" and \"algo\" trading is defined as the systematic application of trading strategies through the use of computer programs. Our models are developed by our staff of market professionals consisting of traders, strategists and programmers utilizing comprehensive and rigorous research. The RQ\'s approach is to eliminate or mitigate trading decisions driven by emotion, indiscipline, passion, greed and/or fear, in addition to other factors that contribute to human error.\r\n\r\nThe RQ Einstein is a quantitative model designed for specific assignments, such as to exploit short-lived trading opportunities. At the core of the strategy is an RQ proprietary code with forward-looking algorithms designed to forecast and search for potentially key price levels of the markets.\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n[file_download style=\"2\"][download title=\"S&amp;P 500 Futures - Performance Summary - 2 Lots\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2016/01/es-33-ticks-ps.pdf\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\r\n\r\n[file_download style=\"2\"][download title=\"S&amp;P 500 Futures - Trade List - 2 Lots\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2016/01/es-33-ticks-Trades.pdf\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n[file_download][download title=\"S&amp;P 500 Futures - Performance Summary - 1 Lot\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2016/01/es-1-25-ps-2-2.pdf\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\r\n\r\n[file_download][download title=\"S&amp;P 500 Futures - Trade List - 1 Lot\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2016/01/es-t-list-1.pdf\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n[file_download style=\"2\"][download title=\"Crude Oil Futures - Performance Summary 2 Lots\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2016/01/cl-1-25-ps.pdf\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\r\n\r\n&nbsp;\r\n\r\n[file_download style=\"2\"][download title=\"Crude Oil Futures - Trade List - 2 Lots\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2016/01/cl-1-25-trade-list3.pdf\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n[file_download style=\"2\"][download title=\"Gold Futures - Performance Summary - 3 Lots\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2016/01/gc-ps-3.pdf\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\r\n\r\n&nbsp;\r\n\r\n[file_download style=\"2\"][download title=\"Gold Futures - Trade List - 3 Lots\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2016/01/gc-trade-list-5.pdf\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\nPast results are hypothetical. The strategies have been back tested using Trade Station. Hypothetical or simulated performance results have certain inherent limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since the trades have not actually been executed, the results may have under- or over-compensated or the impact, if any, for certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation is being made that any account will or is likely to achieve profits or losses similar to those shown. Futures, Options, Forex, and stock trading involve risk and is not for all investors. Past performance is NOT indicative of future results. Nothing contained herein shall be construed as an offer to buy, sell, or hold and securities, futures contracts, and cash foreign exchange currencies. This is intended for informational and educational purposes only. Trading involves risk and should be pursued with risk capital only. Results do not include slippage but do include $5.00 per trade per side commission.\r\n\r\n&nbsp;','Quantitative Trading Systems','','inherit','open','closed','','2652-revision-v1','','','2016-01-28 12:40:49','2016-01-28 12:40:49','',2652,'http://www.thetradingroom.com/2652-revision-v1/',0,'revision','',0),(2754,2,'2016-01-28 12:54:30','2016-01-28 12:54:30','<strong style=\"font-weight: bold;\">Rethink Strategy, Think RQ.</strong> At Rios Quantitative, we focus on the development, implementation and monitoring of quantitative and algorithmic trading systems. In the electronic financial markets, \"quant\" and \"algo\" trading is defined as the systematic application of trading strategies through the use of computer programs. Our models are developed by our staff of market professionals consisting of traders, strategists and programmers utilizing comprehensive and rigorous research. The RQ\'s approach is to eliminate or mitigate trading decisions driven by emotion, indiscipline, passion, greed and/or fear, in addition to other factors that contribute to human error.\r\n\r\nThe RQ Einstein is a quantitative model designed for specific assignments, such as to exploit short-lived trading opportunities. At the core of the strategy is an RQ proprietary code with forward-looking algorithms designed to forecast and search for potentially key price levels of the markets. TradeStation platform was utilized for the following trade data including performance summaries.\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n[file_download style=\"2\"][download title=\"S&amp;P 500 Futures - Performance Summary - 2 Lots\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2016/01/es-33-ticks-ps.pdf\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\r\n\r\n[file_download style=\"2\"][download title=\"S&amp;P 500 Futures - Trade List - 2 Lots\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2016/01/es-33-ticks-Trades.pdf\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n[file_download][download title=\"S&amp;P 500 Futures - Performance Summary - 1 Lot\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2016/01/es-1-25-ps-2-2.pdf\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\r\n\r\n[file_download][download title=\"S&amp;P 500 Futures - Trade List - 1 Lot\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2016/01/es-t-list-1.pdf\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n[file_download style=\"2\"][download title=\"Crude Oil Futures - Performance Summary 2 Lots\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2016/01/cl-1-25-ps.pdf\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\r\n\r\n&nbsp;\r\n\r\n[file_download style=\"2\"][download title=\"Crude Oil Futures - Trade List - 2 Lots\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2016/01/cl-1-25-trade-list3.pdf\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n[file_download style=\"2\"][download title=\"Gold Futures - Performance Summary - 3 Lots\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2016/01/gc-ps-3.pdf\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\r\n\r\n&nbsp;\r\n\r\n[file_download style=\"2\"][download title=\"Gold Futures - Trade List - 3 Lots\" icon=\"style1-Pdf-64x64.png\" file=\"http://www.thetradingroom.com/wp-content/uploads/2016/01/gc-trade-list-5.pdf\" package=\"\" level=\"\" new_window=\"Y\"][/download][/file_download]\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\nPast results are hypothetical. The strategies have been back tested using Trade Station. Hypothetical or simulated performance results have certain inherent limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since the trades have not actually been executed, the results may have under- or over-compensated or the impact, if any, for certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation is being made that any account will or is likely to achieve profits or losses similar to those shown. Futures, Options, Forex, and stock trading involve risk and is not for all investors. Past performance is NOT indicative of future results. Nothing contained herein shall be construed as an offer to buy, sell, or hold and securities, futures contracts, and cash foreign exchange currencies. This is intended for informational and educational purposes only. Trading involves risk and should be pursued with risk capital only. Results do not include slippage but do include $5.00 per trade per side commission.\r\n\r\n&nbsp;','Quantitative Trading Systems','','inherit','open','closed','','2652-revision-v1','','','2016-01-28 12:54:30','2016-01-28 12:54:30','',2652,'http://www.thetradingroom.com/2652-revision-v1/',0,'revision','',0),(2756,2,'2016-02-01 12:32:54','2016-02-01 12:32:54','<span style=\"color: #000000;\">Global stocks got a surprise boost higher </span><span class=\"aBn\" style=\"color: #000000;\" tabindex=\"0\" data-term=\"goog_180134855\"><span class=\"aQJ\">on Friday</span></span><span style=\"color: #000000;\"> after Japan\'s central bank cut a benchmark rate below zero to stimulate its economy and some improvements in earnings. Microsoft led a major rally in the technology sector, up 3.6% the strongest session in technology shares since August. The S&amp;P 500 finished the day 2.69% higher but closed the month down -5.12%. Risk assets were also boosted by weak fourth-quarter U.S. GDP growth data, which raised arguments that the Federal Reserve may go slower than expected on future rate hikes.</span>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>Risk flows have been mostly constant throughout the first month of the year, dominated by risk-off sentiment. However, rotation flows poured into all U.S. assets <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134856\"><span class=\"aQJ\">on Friday</span></span> including stocks, bonds and the dollar. The symmetric triangle pattern on the stock indices and the ascending triangle on the U.S. dollar posted since Wednesday on our site\'s RQ Cross Box analytics provided advance notice of a potential spike in price action. Will we see continuation in the <span class=\"il\">week</span> <span class=\"il\">ahead</span>? We face a busy economic calendar including employment data and more earnings reports. I will be focusing on the correlations between the major asset classes to spot institutional activities and any potential unwinding of recent positioning, especially after data reports.</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>Join us this <span class=\"il\">week</span> in our LIVE trading room and watch how we use the new upgraded Einstein III automated trading system to uncover trading opportunities.</div>\r\n</div>\r\n<div>​</div>\r\n</div>\r\n<p style=\"color: #000000;\"><strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​​</p>\r\n\r\n\r\n<hr />\r\n<p style=\"color: #000000;\"></p>\r\n<p style=\"text-align: center;\"><strong>Live Trading Rooms and Educational Events</strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #333333;\">The Trading Room TradeLAB - Global Trading with Quantitative Technologies</span></strong></p>\r\n\r\n<div>\r\n\r\n&nbsp;\r\n\r\n<strong><span style=\"color: #333333;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134857\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134858\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134859\"><span class=\"aQJ\">8:00 AM ET</span></span></span></strong>\r\n<div>Join our trading community with RiosQuant founder and  trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd\" target=\"_blank\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two<span class=\"il\">week</span> free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/4749071468122020353\" target=\"_blank\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://support@riosquant.com/\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div>\r\n<div style=\"color: #000000;\"><strong>The Insider\'s Quant (I.Q.) Room</strong>​</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">\r\n<div><strong><em>Einstein III Automated Trading System Class</em></strong></div>\r\n<div></div>\r\n</div>\r\n<div style=\"color: #000000;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134860\"><span class=\"aQJ\">Monday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134861\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div style=\"color: #000000;\"><em>What\'s Next in The <span class=\"il\">Week</span> <span class=\"il\">Ahead</span></em></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134862\"><span class=\"aQJ\">Wednesday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134863\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div><em>Strategies for Success</em></div>\r\n<div></div>\r\n</div>\r\n<div style=\"color: #000000;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134864\"><span class=\"aQJ\">Friday</span></span> <em>- </em><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134865\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div style=\"color: #000000;\">Insider\'s Meetup</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">\r\n\r\n<hr />\r\n<p style=\"font-weight: bold;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134866\"><span class=\"aQJ\">MONDAY</span></span></p>\r\n\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>4:30 AM               GDP       Manufacturing PMI</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134868\"><span class=\"aQJ\">10:00 AM</span></span>             USD       ISM Manufacturing PMI</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134869\"><span class=\"aQJ\">11:00 AM</span></span>             EUR        ECB President Draghi Speaks</div>\r\n<div>10:30 PM             AUD       RBA Rate Statement</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p style=\"font-weight: bold;\"></p>\r\n<p style=\"font-weight: bold;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134871\"><span class=\"aQJ\">TUESDAY</span></span></p>\r\n\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134872\"><span class=\"aQJ\">4:30 AM</span></span>               GBP       Construction PMI</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134873\"><span class=\"aQJ\">5:00 AM</span></span>               EUR        Unemployment Rate</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134874\"><span class=\"aQJ\">4:45 PM</span></span>                NZD       Unemployment Rate</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134875\"><span class=\"aQJ\">7:30 PM</span></span>                AUD       Building Approvals</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134876\"><span class=\"aQJ\">8:45 PM</span></span>                CNY        Services PMI</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p style=\"font-weight: bold;\"></p>\r\n<p style=\"font-weight: bold;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134877\"><span class=\"aQJ\">WEDNESDAY</span></span></p>\r\n\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>4:30 AM               GBP       Services PMI</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134879\"><span class=\"aQJ\">8:15 AM</span></span>               USD       ADP Nonfarm Climate Change</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134880\"><span class=\"aQJ\">10:00 AM</span></span>             USD       ISM Nonmanufacturing PMI</div>\r\n<div>10:30 AM             CL           Crude Oil Inventories</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p style=\"font-weight: bold;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134882\"><span class=\"aQJ\">THURSDAY</span></span></p>\r\n\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134883\"><span class=\"aQJ\">7:00 AM</span></span>               GBP       Monetary Policy Summary</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134884\"><span class=\"aQJ\">7:45 AM</span></span>               GBP       Gov. Carney Speaks</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134885\"><span class=\"aQJ\">8:30 AM</span></span>               USD       Unemployment Claims</div>\r\n<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134886\"><span class=\"aQJ\">7:30 PM</span></span>                AUD       Monetary Policy Statement</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p style=\"font-weight: bold;\"></p>\r\n<p style=\"font-weight: bold;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134887\"><span class=\"aQJ\">FRIDAY</span></span></p>\r\n\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>8:30 AM               USD       Nonfarm Employment Change</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134889\"><span class=\"aQJ\">8:30 AM</span></span>               CAD       Unemployment Rate</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\"></div>\r\n</div>\r\n</div>','The Week Ahead in the Global Markets','','publish','open','closed','','week-ahead-global-markets-6','','','2016-02-01 12:32:54','2016-02-01 12:32:54','',0,'http://www.thetradingroom.com/?p=2756',0,'post','',0),(2757,2,'2016-02-01 12:32:33','2016-02-01 12:32:33','<span style=\"color: #000000;\">Global stocks got a surprise boost higher </span><span class=\"aBn\" style=\"color: #000000;\" tabindex=\"0\" data-term=\"goog_180134855\"><span class=\"aQJ\">on Friday</span></span><span style=\"color: #000000;\"> after Japan\'s central bank cut a benchmark rate below zero to stimulate its economy and some improvements in earnings. Microsoft led a major rally in the technology sector, up 3.6% the strongest session in technology shares since August. The S&amp;P 500 finished the day 2.69% higher but closed the month down -5.12%. Risk assets were also boosted by weak fourth-quarter U.S. GDP growth data, which raised arguments that the Federal Reserve may go slower than expected on future rate hikes.</span>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>Risk flows have been mostly constant throughout the first month of the year, dominated by risk-off sentiment. However, rotation flows poured into all U.S. assets <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134856\"><span class=\"aQJ\">on Friday</span></span> including stocks, bonds and the dollar. The symmetric triangle pattern on the stock indices and the ascending triangle on the U.S. dollar posted since Wednesday on our site\'s RQ Cross Box analytics provided advance notice of a potential spike in price action. Will we see continuation in the <span class=\"il\">week</span> <span class=\"il\">ahead</span>? We face a busy economic calendar including employment data and more earnings reports. I will be focusing on the correlations between the major asset classes to spot institutional activities and any potential unwinding of recent positioning, especially after data reports.</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>Join us this <span class=\"il\">week</span> in our LIVE trading room and watch how we use the new upgraded Einstein III automated trading system to uncover trading opportunities.</div>\r\n</div>\r\n<div>​</div>\r\n</div>\r\n<p style=\"color: #000000;\"><strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​​</p>\r\n\r\n\r\n<hr />\r\n<p style=\"color: #000000;\"></p>\r\n<p style=\"text-align: center;\"><strong>Live Trading Rooms and Educational Events</strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"color: #333333;\">The Trading Room TradeLAB - Global Trading with Quantitative Technologies</span></strong></p>\r\n\r\n<div>\r\n\r\n&nbsp;\r\n\r\n<strong><span style=\"color: #333333;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134857\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134858\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134859\"><span class=\"aQJ\">8:00 AM ET</span></span></span></strong>\r\n<div>Join our trading community with RiosQuant founder and  trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd\" target=\"_blank\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two<span class=\"il\">week</span> free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/4749071468122020353\" target=\"_blank\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://support@riosquant.com/\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div>\r\n<div style=\"color: #000000;\"><strong>The Insider\'s Quant (I.Q.) Room</strong>​</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">\r\n<div><strong><em>Einstein III Automated Trading System Class</em></strong></div>\r\n<div></div>\r\n</div>\r\n<div style=\"color: #000000;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134860\"><span class=\"aQJ\">Monday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134861\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div style=\"color: #000000;\"><em>What\'s Next in The <span class=\"il\">Week</span> <span class=\"il\">Ahead</span></em></div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134862\"><span class=\"aQJ\">Wednesday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134863\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div><em>Strategies for Success</em></div>\r\n<div></div>\r\n</div>\r\n<div style=\"color: #000000;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134864\"><span class=\"aQJ\">Friday</span></span> <em>- </em><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134865\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div style=\"color: #000000;\">Insider\'s Meetup</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">\r\n\r\n<hr />\r\n<p style=\"font-weight: bold;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134866\"><span class=\"aQJ\">MONDAY</span></span></p>\r\n\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>4:30 AM               GDP       Manufacturing PMI</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134868\"><span class=\"aQJ\">10:00 AM</span></span>             USD       ISM Manufacturing PMI</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134869\"><span class=\"aQJ\">11:00 AM</span></span>             EUR        ECB President Draghi Speaks</div>\r\n<div>10:30 PM             AUD       RBA Rate Statement</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p style=\"font-weight: bold;\"></p>\r\n<p style=\"font-weight: bold;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134871\"><span class=\"aQJ\">TUESDAY</span></span></p>\r\n\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134872\"><span class=\"aQJ\">4:30 AM</span></span>               GBP       Construction PMI</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134873\"><span class=\"aQJ\">5:00 AM</span></span>               EUR        Unemployment Rate</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134874\"><span class=\"aQJ\">4:45 PM</span></span>                NZD       Unemployment Rate</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134875\"><span class=\"aQJ\">7:30 PM</span></span>                AUD       Building Approvals</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134876\"><span class=\"aQJ\">8:45 PM</span></span>                CNY        Services PMI</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p style=\"font-weight: bold;\"></p>\r\n<p style=\"font-weight: bold;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134877\"><span class=\"aQJ\">WEDNESDAY</span></span></p>\r\n\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>4:30 AM               GBP       Services PMI</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134879\"><span class=\"aQJ\">8:15 AM</span></span>               USD       ADP Nonfarm Climate Change</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134880\"><span class=\"aQJ\">10:00 AM</span></span>             USD       ISM Nonmanufacturing PMI</div>\r\n<div>10:30 AM             CL           Crude Oil Inventories</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p style=\"font-weight: bold;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134882\"><span class=\"aQJ\">THURSDAY</span></span></p>\r\n\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134883\"><span class=\"aQJ\">7:00 AM</span></span>               GBP       Monetary Policy Summary</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134884\"><span class=\"aQJ\">7:45 AM</span></span>               GBP       Gov. Carney Speaks</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134885\"><span class=\"aQJ\">8:30 AM</span></span>               USD       Unemployment Claims</div>\r\n<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134886\"><span class=\"aQJ\">7:30 PM</span></span>                AUD       Monetary Policy Statement</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p style=\"font-weight: bold;\"></p>\r\n<p style=\"font-weight: bold;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134887\"><span class=\"aQJ\">FRIDAY</span></span></p>\r\n\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>8:30 AM               USD       Nonfarm Employment Change</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_180134889\"><span class=\"aQJ\">8:30 AM</span></span>               CAD       Unemployment Rate</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\"></div>\r\n</div>\r\n</div>','The Week Ahead in the Global Markets','','inherit','open','closed','','2756-revision-v1','','','2016-02-01 12:32:33','2016-02-01 12:32:33','',2756,'http://www.thetradingroom.com/2756-revision-v1/',0,'revision','',0),(2760,2,'2016-02-16 01:31:01','2016-02-16 01:31:01','<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>After a very volatile week, traders are taking note of the extended risk-off sentiment that has dominated the markets since the new year began. The USD/JPY forex pair traded down over 1000 pips in less than two weeks and US 10 year treasury note yield is approaching all time lows. The MSCCI Global stock index is now down 20%, signaling a global bear market. In the week ahead Chinese investors will be back from the week-long Lunar New Year celebrations.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>Gold benefited from the bearish sentiment, spiking $65 <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030759\"><span class=\"aQJ\">on Thursday</span></span> alone. Demand for physical gold increased by 4% in the fourth quarter of last year year over year. Investment demand rose 15% while central banks enhanced their purchases by 25%. China maintained its position as the largest consumer  of gold, followed by India.In the week ahead earnings season continues and the economic calendar kicks off with GDP data from Japan and trade data from China.​</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>Join us this week in our LIVE trading room and watch how we use the new upgraded Einstein III automated trading system to uncover trading opportunities.</div>\r\n</div>\r\n<div>​</div>\r\n</div>\r\n<strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​​\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n\r\n______________________________<wbr />__\r\n\r\n<strong>Live Trading Rooms and Educational Events</strong>\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\n<div>\r\n\r\n&nbsp;\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030760\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030761\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030762\"><span class=\"aQJ\">8:00 AM ET</span></span></strong>\r\n<div>Join our trading community with RiosQuant founder and  trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3cg4p.OrRgh.1AF&amp;b=IphPaz3SeM4Up6fKhVZimQ\" target=\"_blank\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3cg4p.OrRgh.1AF&amp;b=XiZGlM3PAY4qzSPf_qkH7Q\" target=\"_blank\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3cg4p.OrRgh.1AF&amp;b=mdZDW4SraNZWotVkTYpQyg\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><strong>       ______________________________</strong></div>\r\n</div>\r\n<div></div>\r\n<div><strong>The Insider\'s Quant (I.Q.) Room</strong>​</div>\r\n<div></div>\r\n<div></div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030763\"><span class=\"aQJ\">Wednesday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030764\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div><em>Strategies for Success</em></div>\r\n<div></div>\r\n</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030765\"><span class=\"aQJ\">Friday</span></span> <em>- </em><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030766\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div>Insider\'s Round Table Meetup</div>\r\n</div>\r\n<div></div>\r\n<div><strong>      ______________________________</strong></div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','','','inherit','open','closed','','2759-revision-v1','','','2016-02-16 01:31:01','2016-02-16 01:31:01','',2759,'http://www.thetradingroom.com/2759-revision-v1/',0,'revision','',0),(2763,2,'2016-02-16 01:33:16','2016-02-16 01:33:16','<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>After a very volatile week, traders are taking note of the extended risk-off sentiment that has dominated the markets since the new year began. The USD/JPY forex pair traded down over 1000 pips in less than two weeks and US 10 year treasury note yield is approaching all time lows. The MSCCI Global stock index is now down 20%, signaling a global bear market. In the week ahead Chinese investors will be back from the week-long Lunar New Year celebrations.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>Gold benefited from the bearish sentiment, spiking $65 <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030759\"><span class=\"aQJ\">on Thursday</span></span> alone. Demand for physical gold increased by 4% in the fourth quarter of last year year over year. Investment demand rose 15% while central banks enhanced their purchases by 25%. China maintained its position as the largest consumer  of gold, followed by India.In the week ahead earnings season continues and the economic calendar kicks off with GDP data from Japan and trade data from China.​</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>Join us this week in our LIVE trading room and watch how we use the new upgraded Einstein III automated trading system to uncover trading opportunities.</div>\r\n</div>\r\n<div>​</div>\r\n</div>\r\n<strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​​\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\n<div>\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030760\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030761\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030762\"><span class=\"aQJ\">8:00 AM ET</span></span></strong>\r\n<div>Join our trading community with RiosQuant founder and  trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3cg4p.OrRgh.1AF&amp;b=IphPaz3SeM4Up6fKhVZimQ\" target=\"_blank\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3cg4p.OrRgh.1AF&amp;b=XiZGlM3PAY4qzSPf_qkH7Q\" target=\"_blank\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3cg4p.OrRgh.1AF&amp;b=mdZDW4SraNZWotVkTYpQyg\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><strong><strong>  </strong></strong>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n<div></div>\r\n<div><strong>The Insider\'s Quant (I.Q.) Room</strong>​</div>\r\n<div></div>\r\n<div></div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030763\"><span class=\"aQJ\">Wednesday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030764\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div><em>Strategies for Success</em></div>\r\n<div></div>\r\n</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030765\"><span class=\"aQJ\">Friday</span></span> <em>- </em><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030766\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div>Insider\'s Round Table Meetup</div>\r\n</div>\r\n<div></div>\r\n<div><strong><strong>    </strong></strong>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div>Economic Data Schedule</div>\r\n<div>\r\n\r\nMonday\r\n\r\nUS holiday\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n4:30 AM          GBP                CPI\r\n\r\n5:00 AM          EUR                German Economic Sentiment\r\n\r\n8:30 AM          CAD                Manufacturing Sales\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM          GBP                Average Earnings Index\r\n\r\n8:30 AM          USD                PPI and Building Permits\r\n\r\n2:00 PM          USD                FOMC Meeting Minutes\r\n\r\n4:45 PM          NZD                CPI\r\n\r\n7:30 PM          AUD                Employment Change\r\n\r\n8:30 PM          CNY                PPI\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n8:30 AM          USD                Unemployment Claims\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n8:30 AM          USD                CPI\r\n\r\n8:30 AM          CAD                CPI\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n</div>','','','inherit','open','closed','','2759-revision-v1','','','2016-02-16 01:33:16','2016-02-16 01:33:16','',2759,'http://www.thetradingroom.com/2759-revision-v1/',0,'revision','',0),(2761,2,'2016-02-16 01:31:38','2016-02-16 01:31:38','<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>After a very volatile week, traders are taking note of the extended risk-off sentiment that has dominated the markets since the new year began. The USD/JPY forex pair traded down over 1000 pips in less than two weeks and US 10 year treasury note yield is approaching all time lows. The MSCCI Global stock index is now down 20%, signaling a global bear market. In the week ahead Chinese investors will be back from the week-long Lunar New Year celebrations.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>Gold benefited from the bearish sentiment, spiking $65 <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030759\"><span class=\"aQJ\">on Thursday</span></span> alone. Demand for physical gold increased by 4% in the fourth quarter of last year year over year. Investment demand rose 15% while central banks enhanced their purchases by 25%. China maintained its position as the largest consumer  of gold, followed by India.In the week ahead earnings season continues and the economic calendar kicks off with GDP data from Japan and trade data from China.​</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>Join us this week in our LIVE trading room and watch how we use the new upgraded Einstein III automated trading system to uncover trading opportunities.</div>\r\n</div>\r\n<div>​</div>\r\n</div>\r\n<strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​​\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n\r\n______________________________<wbr />__\r\n\r\n<strong>Live Trading Rooms and Educational Events</strong>\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\n<div>\r\n\r\n&nbsp;\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030760\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030761\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030762\"><span class=\"aQJ\">8:00 AM ET</span></span></strong>\r\n<div>Join our trading community with RiosQuant founder and  trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3cg4p.OrRgh.1AF&amp;b=IphPaz3SeM4Up6fKhVZimQ\" target=\"_blank\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3cg4p.OrRgh.1AF&amp;b=XiZGlM3PAY4qzSPf_qkH7Q\" target=\"_blank\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3cg4p.OrRgh.1AF&amp;b=mdZDW4SraNZWotVkTYpQyg\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><strong>       ______________________________</strong></div>\r\n</div>\r\n<div></div>\r\n<div><strong>The Insider\'s Quant (I.Q.) Room</strong>​</div>\r\n<div></div>\r\n<div></div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030763\"><span class=\"aQJ\">Wednesday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030764\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div><em>Strategies for Success</em></div>\r\n<div></div>\r\n</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030765\"><span class=\"aQJ\">Friday</span></span> <em>- </em><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030766\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div>Insider\'s Round Table Meetup</div>\r\n</div>\r\n<div></div>\r\n<div><strong>      ______________________________</strong></div>\r\n<div></div>\r\n<div>\r\n\r\nMonday\r\n\r\nUS holiday\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n4:30 AM          GBP                CPI\r\n\r\n5:00 AM          EUR                German Economic Sentiment\r\n\r\n8:30 AM          CAD                Manufacturing Sales\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM          GBP                Average Earnings Index\r\n\r\n8:30 AM          USD                PPI and Building Permits\r\n\r\n2:00 PM          USD                FOMC Meeting Minutes\r\n\r\n4:45 PM          NZD                CPI\r\n\r\n7:30 PM          AUD                Employment Change\r\n\r\n8:30 PM          CNY                PPI\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n8:30 AM          USD                Unemployment Claims\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n8:30 AM          USD                CPI\r\n\r\n8:30 AM          CAD                CPI\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','','','inherit','open','closed','','2759-revision-v1','','','2016-02-16 01:31:38','2016-02-16 01:31:38','',2759,'http://www.thetradingroom.com/2759-revision-v1/',0,'revision','',0),(2762,2,'2016-02-16 01:32:44','2016-02-16 01:32:44','<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>After a very volatile week, traders are taking note of the extended risk-off sentiment that has dominated the markets since the new year began. The USD/JPY forex pair traded down over 1000 pips in less than two weeks and US 10 year treasury note yield is approaching all time lows. The MSCCI Global stock index is now down 20%, signaling a global bear market. In the week ahead Chinese investors will be back from the week-long Lunar New Year celebrations.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>Gold benefited from the bearish sentiment, spiking $65 <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030759\"><span class=\"aQJ\">on Thursday</span></span> alone. Demand for physical gold increased by 4% in the fourth quarter of last year year over year. Investment demand rose 15% while central banks enhanced their purchases by 25%. China maintained its position as the largest consumer  of gold, followed by India.In the week ahead earnings season continues and the economic calendar kicks off with GDP data from Japan and trade data from China.​</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>Join us this week in our LIVE trading room and watch how we use the new upgraded Einstein III automated trading system to uncover trading opportunities.</div>\r\n</div>\r\n<div>​</div>\r\n</div>\r\n<strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​​\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>Live Trading Rooms and Educational Events</strong>\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\n<div>\r\n\r\n&nbsp;\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030760\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030761\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030762\"><span class=\"aQJ\">8:00 AM ET</span></span></strong>\r\n<div>Join our trading community with RiosQuant founder and  trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3cg4p.OrRgh.1AF&amp;b=IphPaz3SeM4Up6fKhVZimQ\" target=\"_blank\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3cg4p.OrRgh.1AF&amp;b=XiZGlM3PAY4qzSPf_qkH7Q\" target=\"_blank\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3cg4p.OrRgh.1AF&amp;b=mdZDW4SraNZWotVkTYpQyg\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><strong><strong>  </strong></strong>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n<div></div>\r\n<div><strong>The Insider\'s Quant (I.Q.) Room</strong>​</div>\r\n<div></div>\r\n<div></div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030763\"><span class=\"aQJ\">Wednesday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030764\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div><em>Strategies for Success</em></div>\r\n<div></div>\r\n</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030765\"><span class=\"aQJ\">Friday</span></span> <em>- </em><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030766\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div>Insider\'s Round Table Meetup</div>\r\n</div>\r\n<div></div>\r\n<div><strong><strong>    </strong></strong>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div>Economic Data Schedule</div>\r\n<div>\r\n\r\nMonday\r\n\r\nUS holiday\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n4:30 AM          GBP                CPI\r\n\r\n5:00 AM          EUR                German Economic Sentiment\r\n\r\n8:30 AM          CAD                Manufacturing Sales\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM          GBP                Average Earnings Index\r\n\r\n8:30 AM          USD                PPI and Building Permits\r\n\r\n2:00 PM          USD                FOMC Meeting Minutes\r\n\r\n4:45 PM          NZD                CPI\r\n\r\n7:30 PM          AUD                Employment Change\r\n\r\n8:30 PM          CNY                PPI\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n8:30 AM          USD                Unemployment Claims\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n8:30 AM          USD                CPI\r\n\r\n8:30 AM          CAD                CPI\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n</div>','','','inherit','open','closed','','2759-revision-v1','','','2016-02-16 01:32:44','2016-02-16 01:32:44','',2759,'http://www.thetradingroom.com/2759-revision-v1/',0,'revision','',0),(2764,2,'2016-02-16 01:35:28','2016-02-16 01:35:28','<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>After a very volatile week, traders are taking note of the extended risk-off sentiment that has dominated the markets since the new year began. The USD/JPY forex pair traded down over 1000 pips in less than two weeks and US 10 year treasury note yield is approaching all time lows. The MSCCI Global stock index is now down 20%, signaling a global bear market. In the week ahead Chinese investors will be back from the week-long Lunar New Year celebrations.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>Gold benefited from the bearish sentiment, spiking $65 <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030759\"><span class=\"aQJ\">on Thursday</span></span> alone. Demand for physical gold increased by 4% in the fourth quarter of last year year over year. Investment demand rose 15% while central banks enhanced their purchases by 25%. China maintained its position as the largest consumer  of gold, followed by India.In the week ahead earnings season continues and the economic calendar kicks off with GDP data from Japan and trade data from China.​</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>Join us this week in our LIVE trading room and watch how we use the new upgraded Einstein III automated trading system to uncover trading opportunities.</div>\r\n</div>\r\n<div>​</div>\r\n</div>\r\n<strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​​\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\n<div>\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030760\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030761\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030762\"><span class=\"aQJ\">8:00 AM ET</span></span></strong>\r\n<div>Join our trading community with RiosQuant founder and  trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3cg4p.OrRgh.1AF&amp;b=IphPaz3SeM4Up6fKhVZimQ\" target=\"_blank\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3cg4p.OrRgh.1AF&amp;b=XiZGlM3PAY4qzSPf_qkH7Q\" target=\"_blank\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3cg4p.OrRgh.1AF&amp;b=mdZDW4SraNZWotVkTYpQyg\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><strong><strong>  </strong></strong>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n<div></div>\r\n<div><strong>The Insider\'s Quant (I.Q.) Room</strong>​</div>\r\n<div></div>\r\n<div></div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030763\"><span class=\"aQJ\">Wednesday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030764\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div><em>Strategies for Success</em></div>\r\n<div></div>\r\n</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030765\"><span class=\"aQJ\">Friday</span></span> <em>- </em><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030766\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div>Insider\'s Round Table Meetup</div>\r\n</div>\r\n<div></div>\r\n<div><strong><strong>    </strong></strong>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div>Economic Data Schedule</div>\r\n<div>\r\n\r\nMonday\r\n\r\nUS holiday\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n4:30 AM          GBP                CPI\r\n\r\n5:00 AM          EUR                German Economic Sentiment\r\n\r\n8:30 AM          CAD                Manufacturing Sales\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM          GBP                Average Earnings Index\r\n\r\n8:30 AM          USD                PPI and Building Permits\r\n\r\n2:00 PM          USD                FOMC Meeting Minutes\r\n\r\n4:45 PM          NZD                CPI\r\n\r\n7:30 PM          AUD                Employment Change\r\n\r\n8:30 PM          CNY                PPI\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n8:30 AM          USD                Unemployment Claims\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n8:30 AM          USD                CPI\r\n\r\n8:30 AM          CAD                CPI\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n</div>','Week Ahead in the Global Markets','','inherit','open','closed','','2759-revision-v1','','','2016-02-16 01:35:28','2016-02-16 01:35:28','',2759,'http://www.thetradingroom.com/2759-revision-v1/',0,'revision','',0),(2765,2,'2016-02-16 11:41:54','2016-02-16 11:41:54','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/114e531dea/TEST/97d3918fff/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030800\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030801\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030802\"><span class=\"aQJ\">Friday</span></span>.\r\n\r\nWe are now show casing the new and improved Einstein III automated trading system.</span>\r\n</p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span><strong>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/114e531dea/TEST/307eb6cfcf\" target=\"_blank\">register as a guest for access.</a></strong><strong> </strong></p>\r\n\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n<h1></h1>\r\n</div>\r\nPre-market price action and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<div>\r\n\r\n<strong>STOCKS</strong> - Shares in Europe were little changed after Qatar Energy Minister Mohammad bin Saleh al-Sada said the ministers agreed to freeze production. Chinese shares rallied the most <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030803\"><span class=\"aQJ\">in three months</span></span>. S&amp;P futures, pointing to a firmer opening as well for U.S. markets, which were shut <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030804\"><span class=\"aQJ\">on Monday</span></span> for a holiday.\r\n\r\n<strong>BONDS</strong> - Japanese bond yields fell as the Bank of Japan started implementing negative interest rates <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030805\"><span class=\"aQJ\">on Tuesday</span></span>, with the 10-year yield dropping 4.5 basis points to 0.040 percent.\r\n\r\n<strong>COMMODITIES</strong> - Oil prices rallied as news that top officials from the world\'s biggest oil producers --Saudi Arabia, Russia, Venezuela and Qatar -- spurred speculation of an eventual deal to tackle a massive supply glut.\r\n\r\n<strong>CURRENCIES</strong> - The Japanese yen and euro strengthened during the overnight trading session.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Empire State Manufacturing Index and CAD Manufacturing Sales m/m due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030806\"><span class=\"aQJ\">8:30 ET</span></span>., German Constitutional Court Ruling (tentative).</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>','Overnight Activity - Live Trading Room','','publish','open','closed','','overnight-activity-live-trading-room','','','2016-02-16 11:41:54','2016-02-16 11:41:54','',0,'http://www.thetradingroom.com/?p=2765',0,'post','',0),(2768,2,'2016-02-16 11:40:30','2016-02-16 11:40:30','','trading hours','','inherit','open','closed','','trading-hours','','','2016-02-16 11:40:30','2016-02-16 11:40:30','',2765,'http://www.thetradingroom.com/wp-content/uploads/2016/02/trading-hours.jpg',0,'attachment','image/jpeg',0),(2766,2,'2016-02-16 11:38:28','2016-02-16 11:38:28','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/114e531dea/TEST/97d3918fff/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030800\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030801\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030802\"><span class=\"aQJ\">Friday</span></span>.\r\n\r\nWe are now show casing the new and improved Einstein III automated trading system.</span>\r\n</p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span><strong>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/114e531dea/TEST/307eb6cfcf\" target=\"_blank\">register as a guest for access.</a></strong></p>\r\n\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div>\r\n<div>\r\n<h1><strong> </strong></h1>\r\n<h1><strong>What\'s Next in the Markets?</strong></h1>\r\n</div>\r\nPre-market price action and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<div>\r\n\r\n<strong>STOCKS</strong> - Shares in Europe were little changed after Qatar Energy Minister Mohammad bin Saleh al-Sada said the ministers agreed to freeze production. Chinese shares rallied the most <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030803\"><span class=\"aQJ\">in three months</span></span>. S&amp;P futures, pointing to a firmer opening as well for U.S. markets, which were shut <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030804\"><span class=\"aQJ\">on Monday</span></span> for a holiday.\r\n\r\n<strong>BONDS</strong> - Japanese bond yields fell as the Bank of Japan started implementing negative interest rates <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030805\"><span class=\"aQJ\">on Tuesday</span></span>, with the 10-year yield dropping 4.5 basis points to 0.040 percent.\r\n\r\n<strong>COMMODITIES</strong> - Oil prices rallied as news that top officials from the world\'s biggest oil producers --Saudi Arabia, Russia, Venezuela and Qatar -- spurred speculation of an eventual deal to tackle a massive supply glut.\r\n\r\n<strong>CURRENCIES</strong> - The Japanese yen and euro strengthened during the overnight trading session.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Empire State Manufacturing Index and CAD Manufacturing Sales m/m due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030806\"><span class=\"aQJ\">8:30 ET</span></span>., German Constitutional Court Ruling (tentative).</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>','','','inherit','open','closed','','2765-revision-v1','','','2016-02-16 11:38:28','2016-02-16 11:38:28','',2765,'http://www.thetradingroom.com/2765-revision-v1/',0,'revision','',0),(2767,2,'2016-02-16 11:39:00','2016-02-16 11:39:00','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/114e531dea/TEST/97d3918fff/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030800\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030801\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030802\"><span class=\"aQJ\">Friday</span></span>.\r\n\r\nWe are now show casing the new and improved Einstein III automated trading system.</span>\r\n</p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span><strong>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/114e531dea/TEST/307eb6cfcf\" target=\"_blank\">register as a guest for access.</a></strong><strong> </strong></p>\r\n\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n<h1></h1>\r\n</div>\r\nPre-market price action and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<div>\r\n\r\n<strong>STOCKS</strong> - Shares in Europe were little changed after Qatar Energy Minister Mohammad bin Saleh al-Sada said the ministers agreed to freeze production. Chinese shares rallied the most <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030803\"><span class=\"aQJ\">in three months</span></span>. S&amp;P futures, pointing to a firmer opening as well for U.S. markets, which were shut <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030804\"><span class=\"aQJ\">on Monday</span></span> for a holiday.\r\n\r\n<strong>BONDS</strong> - Japanese bond yields fell as the Bank of Japan started implementing negative interest rates <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030805\"><span class=\"aQJ\">on Tuesday</span></span>, with the 10-year yield dropping 4.5 basis points to 0.040 percent.\r\n\r\n<strong>COMMODITIES</strong> - Oil prices rallied as news that top officials from the world\'s biggest oil producers --Saudi Arabia, Russia, Venezuela and Qatar -- spurred speculation of an eventual deal to tackle a massive supply glut.\r\n\r\n<strong>CURRENCIES</strong> - The Japanese yen and euro strengthened during the overnight trading session.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Empire State Manufacturing Index and CAD Manufacturing Sales m/m due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030806\"><span class=\"aQJ\">8:30 ET</span></span>., German Constitutional Court Ruling (tentative).</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>','','','inherit','open','closed','','2765-revision-v1','','','2016-02-16 11:39:00','2016-02-16 11:39:00','',2765,'http://www.thetradingroom.com/2765-revision-v1/',0,'revision','',0),(2769,2,'2016-02-16 11:41:54','2016-02-16 11:41:54','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/114e531dea/TEST/97d3918fff/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030800\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030801\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030802\"><span class=\"aQJ\">Friday</span></span>.\r\n\r\nWe are now show casing the new and improved Einstein III automated trading system.</span>\r\n</p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span><strong>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/114e531dea/TEST/307eb6cfcf\" target=\"_blank\">register as a guest for access.</a></strong><strong> </strong></p>\r\n\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n<h1></h1>\r\n</div>\r\nPre-market price action and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<div>\r\n\r\n<strong>STOCKS</strong> - Shares in Europe were little changed after Qatar Energy Minister Mohammad bin Saleh al-Sada said the ministers agreed to freeze production. Chinese shares rallied the most <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030803\"><span class=\"aQJ\">in three months</span></span>. S&amp;P futures, pointing to a firmer opening as well for U.S. markets, which were shut <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030804\"><span class=\"aQJ\">on Monday</span></span> for a holiday.\r\n\r\n<strong>BONDS</strong> - Japanese bond yields fell as the Bank of Japan started implementing negative interest rates <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030805\"><span class=\"aQJ\">on Tuesday</span></span>, with the 10-year yield dropping 4.5 basis points to 0.040 percent.\r\n\r\n<strong>COMMODITIES</strong> - Oil prices rallied as news that top officials from the world\'s biggest oil producers --Saudi Arabia, Russia, Venezuela and Qatar -- spurred speculation of an eventual deal to tackle a massive supply glut.\r\n\r\n<strong>CURRENCIES</strong> - The Japanese yen and euro strengthened during the overnight trading session.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Empire State Manufacturing Index and CAD Manufacturing Sales m/m due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321030806\"><span class=\"aQJ\">8:30 ET</span></span>., German Constitutional Court Ruling (tentative).</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>','Overnight Activity - Live Trading Room','','inherit','open','closed','','2765-revision-v1','','','2016-02-16 11:41:54','2016-02-16 11:41:54','',2765,'http://www.thetradingroom.com/2765-revision-v1/',0,'revision','',0),(2770,2,'2016-02-17 11:50:05','2016-02-17 11:50:05','<p style=\"text-align: center;\"> What\'s Next in the Global Markets?</p>\r\n<p style=\"font-weight: normal; color: #222222; text-align: center;\"><span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/5dff280110/TEST/072327c7a8/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1435800607\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1435800608\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1435800609\"><span class=\"aQJ\">Friday</span></span>.\r\n</span></p>\r\n<p style=\"font-weight: normal; color: #500050; text-align: center;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span><strong>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/5dff280110/TEST/3a92483c25\" target=\"_blank\">register as a guest for access.</a></strong></p>\r\n\r\n<div style=\"font-weight: normal; color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">\r\n<div>Pre-market price action and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<div></div>\r\n<div>\r\n\r\n<strong>STOCKS</strong> - European stocks gained as investors looked past losses in Asian markets triggered by a weakening yuan. S&amp;P 500 futures rallied ahead of the Wall Street opening bell.\r\n\r\n<strong>BONDS</strong> - The benchmark 10-year U.S. Treasury yield was down almost three basis points at 1.75 percent and the 10-year Bund yield was down nearly two basis points at 0.25 percent.\r\n\r\n<strong>COMMODITIES</strong> - West Texas Intermediate crude rose, after sliding 1.4 percent <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1435800610\"><span class=\"aQJ\">on Tuesday</span></span> on news of a Saudi-Russia output agreement, the first significant cooperation between OPEC and non-OPEC producers <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1435800611\"><span class=\"aQJ\">in 15 years</span></span>.\r\n\r\n<strong>CURRENCIES</strong> - The pound erased losses against the euro after a report showed U.K. wage growth unexpectedly accelerated in the three months through December.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Building Permits and PPI due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1435800612\"><span class=\"aQJ\">8:30</span></span>,  Industrial Production m/m at<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1435800613\"><span class=\"aQJ\">8:15</span></span>,  FOMC Meeting Minutes at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1435800614\"><span class=\"aQJ\">14:00</span></span>, NZD PPI at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1435800615\"><span class=\"aQJ\">16:45</span></span>, AUD Unemployment Rate at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1435800616\"><span class=\"aQJ\">19:30</span></span>, CNY PPI and CPI at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1435800617\"><span class=\"aQJ\">20:30 ET</span></span>.<strong>S</strong> - The Japanese yen and euro strengthened during the overnight trading session.\r\n</div>\r\n</div>\r\n</div>\r\n<p style=\"font-weight: normal; color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>','Risk ON - Overnight Trading Activity ','','publish','open','closed','','risk-overnight-trading-activity','','','2016-02-17 11:50:05','2016-02-17 11:50:05','',0,'http://www.thetradingroom.com/?p=2770',0,'post','',0),(2771,2,'2016-02-17 11:46:52','2016-02-17 11:46:52','<strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\r\n<p style=\"font-weight: normal; color: #222222;\">\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/5dff280110/TEST/072327c7a8/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1435800607\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1435800608\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1435800609\"><span class=\"aQJ\">Friday</span></span>.\r\n\r\nWe are now show casing the new and improved Einstein III automated trading system.</span>\r\n</p>\r\n<p style=\"font-weight: normal; color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span><strong>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/5dff280110/TEST/3a92483c25\" target=\"_blank\">register as a guest for access.</a></strong></p>\r\n\r\n<div style=\"font-weight: normal; color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div>Pre-market price action and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<div>\r\n\r\n<strong>STOCKS</strong> - European stocks gained as investors looked past losses in Asian markets triggered by a weakening yuan. S&amp;P 500 futures rallied ahead of the Wall Street opening bell.\r\n\r\n<strong>BONDS</strong> - The benchmark 10-year U.S. Treasury yield was down almost three basis points at 1.75 percent and the 10-year Bund yield was down nearly two basis points at 0.25 percent.\r\n\r\n<strong>COMMODITIES</strong> - West Texas Intermediate crude rose, after sliding 1.4 percent <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1435800610\"><span class=\"aQJ\">on Tuesday</span></span> on news of a Saudi-Russia output agreement, the first significant cooperation between OPEC and non-OPEC producers <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1435800611\"><span class=\"aQJ\">in 15 years</span></span>.\r\n\r\n<strong>CURRENCIES</strong> - The pound erased losses against the euro after a report showed U.K. wage growth unexpectedly accelerated in the three months through December.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Building Permits and PPI due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1435800612\"><span class=\"aQJ\">8:30</span></span>,  Industrial Production m/m at<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1435800613\"><span class=\"aQJ\">8:15</span></span>,  FOMC Meeting Minutes at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1435800614\"><span class=\"aQJ\">14:00</span></span>, NZD PPI at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1435800615\"><span class=\"aQJ\">16:45</span></span>, AUD Unemployment Rate at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1435800616\"><span class=\"aQJ\">19:30</span></span>, CNY PPI and CPI at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1435800617\"><span class=\"aQJ\">20:30 ET</span></span>.<strong>S</strong> - The Japanese yen and euro strengthened during the overnight trading session.\r\n</div>\r\n</div>\r\n</div>\r\n<p style=\"font-weight: normal; color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>',' What\'s Next in the Global Markets?','','inherit','open','closed','','2770-revision-v1','','','2016-02-17 11:46:52','2016-02-17 11:46:52','',2770,'http://www.thetradingroom.com/2770-revision-v1/',0,'revision','',0),(2772,2,'2016-02-17 11:50:05','2016-02-17 11:50:05','<p style=\"text-align: center;\"> What\'s Next in the Global Markets?</p>\r\n<p style=\"font-weight: normal; color: #222222; text-align: center;\"><span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/5dff280110/TEST/072327c7a8/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1435800607\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1435800608\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1435800609\"><span class=\"aQJ\">Friday</span></span>.\r\n</span></p>\r\n<p style=\"font-weight: normal; color: #500050; text-align: center;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span><strong>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/5dff280110/TEST/3a92483c25\" target=\"_blank\">register as a guest for access.</a></strong></p>\r\n\r\n<div style=\"font-weight: normal; color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">\r\n<div>Pre-market price action and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<div></div>\r\n<div>\r\n\r\n<strong>STOCKS</strong> - European stocks gained as investors looked past losses in Asian markets triggered by a weakening yuan. S&amp;P 500 futures rallied ahead of the Wall Street opening bell.\r\n\r\n<strong>BONDS</strong> - The benchmark 10-year U.S. Treasury yield was down almost three basis points at 1.75 percent and the 10-year Bund yield was down nearly two basis points at 0.25 percent.\r\n\r\n<strong>COMMODITIES</strong> - West Texas Intermediate crude rose, after sliding 1.4 percent <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1435800610\"><span class=\"aQJ\">on Tuesday</span></span> on news of a Saudi-Russia output agreement, the first significant cooperation between OPEC and non-OPEC producers <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1435800611\"><span class=\"aQJ\">in 15 years</span></span>.\r\n\r\n<strong>CURRENCIES</strong> - The pound erased losses against the euro after a report showed U.K. wage growth unexpectedly accelerated in the three months through December.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Building Permits and PPI due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1435800612\"><span class=\"aQJ\">8:30</span></span>,  Industrial Production m/m at<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1435800613\"><span class=\"aQJ\">8:15</span></span>,  FOMC Meeting Minutes at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1435800614\"><span class=\"aQJ\">14:00</span></span>, NZD PPI at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1435800615\"><span class=\"aQJ\">16:45</span></span>, AUD Unemployment Rate at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1435800616\"><span class=\"aQJ\">19:30</span></span>, CNY PPI and CPI at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1435800617\"><span class=\"aQJ\">20:30 ET</span></span>.<strong>S</strong> - The Japanese yen and euro strengthened during the overnight trading session.\r\n</div>\r\n</div>\r\n</div>\r\n<p style=\"font-weight: normal; color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>','Risk ON - Overnight Trading Activity ','','inherit','open','closed','','2770-revision-v1','','','2016-02-17 11:50:05','2016-02-17 11:50:05','',2770,'http://www.thetradingroom.com/2770-revision-v1/',0,'revision','',0),(2773,2,'2016-02-18 11:54:06','2016-02-18 11:54:06','<p style=\"color: #222222; text-align: center;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\r\n\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f74e27d2b8/TEST/c6fe328115/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1580838962\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1580838963\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1580838964\"><span class=\"aQJ\">Friday</span></span>.\r\n\r\nWe are now show casing the new and improved Einstein III automated trading system.</span>\r\n</p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span><strong>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f74e27d2b8/TEST/7a027dda1b\" target=\"_blank\">register as a guest for access.</a></strong></p>\r\n\r\n<div style=\"color: #222222; text-align: center;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div style=\"text-align: center;\"><strong>What\'s Next in the Global Markets? More Risk ON Sentiment?</strong>\r\nPre-market price action and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<div>\r\n\r\n<strong>STOCKS</strong> - Risk on sentiment dominated the overnight trading activity with Global stocks  rising for a fifth day, fueled by oil’s rally coupled with the Federal Reserve’s acknowledgment of market gyrations. US stock futures pointing to a higher Wall Street open.\r\n\r\n<strong>BONDS</strong> - The yield on U.S. 10-year Treasuries fell one basis point to 1.81 percent. Japan sold five-year bonds at auction with a negative yield for the first time.\r\n\r\n<strong>COMMODITIES</strong> - Oil rose after Iran welcomed plans by Russia and Saudi Arabia to freeze output and an industry report showed a surprise drop in U.S. inventories.\r\n\r\n<strong>CURRENCIES</strong> - The pound climbed higher while the euro slipped lower during the London trading session.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Philly Fed Manufacturing Index and Unemployment Claims due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1580838965\"><span class=\"aQJ\">8:30</span></span>, Natural Gas Storage at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1580838966\"><span class=\"aQJ\">10:30</span></span> and Crude Oil Inventories at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1580838967\"><span class=\"aQJ\">11:00 ET</span></span>.</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>\r\n<p style=\"color: #222222;\"></p>\r\n<p style=\"color: #222222;\"><img class=\"CToWUd\" title=\"trading room and award pics\" src=\"https://ci3.googleusercontent.com/proxy/RXvDo3LcBKn-cpi2n0JDY9TsACh3LlxAeb5J8mE2QyDOG4uvd8DQOGBOaHxezdPagY_XIgZKcI7FQIBmW7bmlaooIbjRAcu-4at-oL-CJmm_95ACLE5pmukdR0foavNgOOQTQolEz3X0WYrcHHwuKLtibimEIgZ1kC9leRtSazomp0OWrsm601mQLlyU08J4=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/ddb01eaf49/trading%20room%20and%20award%20pics.JPG?__nocache__=1\" alt=\"trading room and award pics\" width=\"499\" height=\"126\" align=\"bottom\" border=\"0\" hspace=\"0\" vspace=\"0\" /></p>','PreMarket Activity - Live Trading Room','','publish','open','closed','','premarket-activity-live-trading-room','','','2016-02-18 11:54:06','2016-02-18 11:54:06','',0,'http://www.thetradingroom.com/?p=2773',0,'post','',0),(2774,2,'2016-02-18 11:53:58','2016-02-18 11:53:58','','risk on art','','inherit','open','closed','','risk-on-art','','','2016-02-18 11:53:58','2016-02-18 11:53:58','',2773,'http://www.thetradingroom.com/wp-content/uploads/2016/02/risk-on-art.jpg',0,'attachment','image/jpeg',0),(2775,2,'2016-02-18 11:54:06','2016-02-18 11:54:06','<p style=\"color: #222222; text-align: center;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\r\n\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f74e27d2b8/TEST/c6fe328115/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1580838962\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1580838963\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1580838964\"><span class=\"aQJ\">Friday</span></span>.\r\n\r\nWe are now show casing the new and improved Einstein III automated trading system.</span>\r\n</p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span><strong>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f74e27d2b8/TEST/7a027dda1b\" target=\"_blank\">register as a guest for access.</a></strong></p>\r\n\r\n<div style=\"color: #222222; text-align: center;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div style=\"text-align: center;\"><strong>What\'s Next in the Global Markets? More Risk ON Sentiment?</strong>\r\nPre-market price action and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<div>\r\n\r\n<strong>STOCKS</strong> - Risk on sentiment dominated the overnight trading activity with Global stocks  rising for a fifth day, fueled by oil’s rally coupled with the Federal Reserve’s acknowledgment of market gyrations. US stock futures pointing to a higher Wall Street open.\r\n\r\n<strong>BONDS</strong> - The yield on U.S. 10-year Treasuries fell one basis point to 1.81 percent. Japan sold five-year bonds at auction with a negative yield for the first time.\r\n\r\n<strong>COMMODITIES</strong> - Oil rose after Iran welcomed plans by Russia and Saudi Arabia to freeze output and an industry report showed a surprise drop in U.S. inventories.\r\n\r\n<strong>CURRENCIES</strong> - The pound climbed higher while the euro slipped lower during the London trading session.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Philly Fed Manufacturing Index and Unemployment Claims due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1580838965\"><span class=\"aQJ\">8:30</span></span>, Natural Gas Storage at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1580838966\"><span class=\"aQJ\">10:30</span></span> and Crude Oil Inventories at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1580838967\"><span class=\"aQJ\">11:00 ET</span></span>.</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>\r\n<p style=\"color: #222222;\"></p>\r\n<p style=\"color: #222222;\"><img class=\"CToWUd\" title=\"trading room and award pics\" src=\"https://ci3.googleusercontent.com/proxy/RXvDo3LcBKn-cpi2n0JDY9TsACh3LlxAeb5J8mE2QyDOG4uvd8DQOGBOaHxezdPagY_XIgZKcI7FQIBmW7bmlaooIbjRAcu-4at-oL-CJmm_95ACLE5pmukdR0foavNgOOQTQolEz3X0WYrcHHwuKLtibimEIgZ1kC9leRtSazomp0OWrsm601mQLlyU08J4=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/ddb01eaf49/trading%20room%20and%20award%20pics.JPG?__nocache__=1\" alt=\"trading room and award pics\" width=\"499\" height=\"126\" align=\"bottom\" border=\"0\" hspace=\"0\" vspace=\"0\" /></p>','PreMarket Activity - Live Trading Room','','inherit','open','closed','','2773-revision-v1','','','2016-02-18 11:54:06','2016-02-18 11:54:06','',2773,'http://www.thetradingroom.com/2773-revision-v1/',0,'revision','',0),(2776,2,'2016-02-22 12:03:31','2016-02-22 12:03:31','<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div>\r\n<div>\r\n<h1><strong> What\'s Next in the Global Markets? More Risk ON Sentiment?</strong></h1>\r\n</div>\r\nPre-market price action and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<div>\r\n<strong>STOCKS</strong> - Global stocks rose with futures on the Standard &amp; Poor’s 500 Index expiring in March rose 1.2 percent, indicating equities will extend gains after posting their strongest weekly advance since November.\r\n\r\n<strong>BONDS</strong> - Ten-year yields on UK government debt rose 2 basis points to 1.44 percent. German 10-year yields, the euro zone benchmark, were flat at 0.2 percent.\r\n\r\n<strong>COMMODITIES</strong> - Gold for immediate delivery slid 1.9 percent in a second day of losses. Copper on the London Metal Exchange gained 1.4 percent.\r\n\r\n<strong>CURRENCIES</strong> - The pound slid as a split in the U.K.’s ruling party over European Union membership increased the potential for an exit from the bloc. The yen slipped 0.4 percent to 113.13 per dollar on reduced demand for havens.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Flash Manufacturing PMI at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_421769475\"><span class=\"aQJ\">9:45 ET</span></span>.</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>','Pre-Market Trading: Global Stocks Rally ','','publish','open','closed','','pre-market-trading-global-stocks-rally','','','2016-02-22 12:03:31','2016-02-22 12:03:31','',0,'http://www.thetradingroom.com/?p=2776',0,'post','',0),(2777,2,'2016-02-22 12:03:31','2016-02-22 12:03:31','<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div>\r\n<div>\r\n<h1><strong> What\'s Next in the Global Markets? More Risk ON Sentiment?</strong></h1>\r\n</div>\r\nPre-market price action and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<div>\r\n<strong>STOCKS</strong> - Global stocks rose with futures on the Standard &amp; Poor’s 500 Index expiring in March rose 1.2 percent, indicating equities will extend gains after posting their strongest weekly advance since November.\r\n\r\n<strong>BONDS</strong> - Ten-year yields on UK government debt rose 2 basis points to 1.44 percent. German 10-year yields, the euro zone benchmark, were flat at 0.2 percent.\r\n\r\n<strong>COMMODITIES</strong> - Gold for immediate delivery slid 1.9 percent in a second day of losses. Copper on the London Metal Exchange gained 1.4 percent.\r\n\r\n<strong>CURRENCIES</strong> - The pound slid as a split in the U.K.’s ruling party over European Union membership increased the potential for an exit from the bloc. The yen slipped 0.4 percent to 113.13 per dollar on reduced demand for havens.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Flash Manufacturing PMI at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_421769475\"><span class=\"aQJ\">9:45 ET</span></span>.</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>','Pre-Market Trading: Global Stocks Rally ','','inherit','open','closed','','2776-revision-v1','','','2016-02-22 12:03:31','2016-02-22 12:03:31','',2776,'http://www.thetradingroom.com/2776-revision-v1/',0,'revision','',0),(2779,2,'2016-02-23 11:41:52','2016-02-23 11:41:52','<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<p style=\"color: #500050;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_745685058\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_745685059\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_745685060\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_745685061\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/4486471807993323265\" target=\"_blank\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div><span style=\"color: #000000;\"><strong>Pre-market</strong> activity and scheduled economic data that may have an impact on the global financial markets. </span>​</div>\r\n<div>\r\n<strong>What\'s Next in the Markets?</strong></div>\r\n<div></div>\r\n<div><strong>STOCKS</strong> - The Shanghai Composite Index slipped 0.8 percent, dropping from a one-month high. The Stoxx Europe 600 Index lost 0.5 percent, paring losses of as much as 1.1 percent. S&amp;P 500 futures traded slightly lower during the overnight trading session.</div>\r\n<div></div>\r\n<div><strong>BONDS </strong>- Europe’s higher-yielding sovereign bonds underperformed their German counterparts as evidence that the region’s economy is still in the doldrums piled up.</div>\r\n<div><strong> </strong></div>\r\n<div><strong>COMMODITIES</strong> - Gold  rose for the first time <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_745685062\"><span class=\"aQJ\">in three days</span></span> after the People’s Bank of China reduced the reference rate by more than some analysts forecast.</div>\r\n<div></div>\r\n<div><strong>CURRENCIES</strong> - The pound dropped 0.3 percent while the euro slid 0.2 percent, the</div>\r\n<div>U.K.’s potential exit may damage trade and encourage other members to renegotiate their relationship with the EU.</div>\r\n<div></div>\r\n<div><strong>ECONOMIC DATA</strong> - SNB Chairman Jordan Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_745685063\"><span class=\"aQJ\">6:15</span></span>,  US CB Consumer at<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_745685064\"><span class=\"aQJ\">10:00</span></span>, MPC Member Haldane Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_745685065\"><span class=\"aQJ\">12:00 ET</span></span>.</div>\r\n<div>\r\n<div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">   <em> </em></span><em><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></em></p>\r\n<p style=\"color: #500050;\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Live Trading Room','','publish','open','closed','','live-trading-room-2','','','2016-02-23 11:41:52','2016-02-23 11:41:52','',0,'http://www.thetradingroom.com/?p=2779',0,'post','',0),(2780,2,'2016-02-23 11:41:52','2016-02-23 11:41:52','<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<p style=\"color: #500050;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_745685058\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_745685059\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_745685060\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_745685061\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/4486471807993323265\" target=\"_blank\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div><span style=\"color: #000000;\"><strong>Pre-market</strong> activity and scheduled economic data that may have an impact on the global financial markets. </span>​</div>\r\n<div>\r\n<strong>What\'s Next in the Markets?</strong></div>\r\n<div></div>\r\n<div><strong>STOCKS</strong> - The Shanghai Composite Index slipped 0.8 percent, dropping from a one-month high. The Stoxx Europe 600 Index lost 0.5 percent, paring losses of as much as 1.1 percent. S&amp;P 500 futures traded slightly lower during the overnight trading session.</div>\r\n<div></div>\r\n<div><strong>BONDS </strong>- Europe’s higher-yielding sovereign bonds underperformed their German counterparts as evidence that the region’s economy is still in the doldrums piled up.</div>\r\n<div><strong> </strong></div>\r\n<div><strong>COMMODITIES</strong> - Gold  rose for the first time <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_745685062\"><span class=\"aQJ\">in three days</span></span> after the People’s Bank of China reduced the reference rate by more than some analysts forecast.</div>\r\n<div></div>\r\n<div><strong>CURRENCIES</strong> - The pound dropped 0.3 percent while the euro slid 0.2 percent, the</div>\r\n<div>U.K.’s potential exit may damage trade and encourage other members to renegotiate their relationship with the EU.</div>\r\n<div></div>\r\n<div><strong>ECONOMIC DATA</strong> - SNB Chairman Jordan Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_745685063\"><span class=\"aQJ\">6:15</span></span>,  US CB Consumer at<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_745685064\"><span class=\"aQJ\">10:00</span></span>, MPC Member Haldane Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_745685065\"><span class=\"aQJ\">12:00 ET</span></span>.</div>\r\n<div>\r\n<div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">   <em> </em></span><em><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></em></p>\r\n<p style=\"color: #500050;\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Live Trading Room','','inherit','open','closed','','2779-revision-v1','','','2016-02-23 11:41:52','2016-02-23 11:41:52','',2779,'http://www.thetradingroom.com/2779-revision-v1/',0,'revision','',0),(2781,2,'2016-02-25 11:34:38','2016-02-25 11:34:38','<p style=\"color: rgb(34, 34, 34); text-align: center;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\r\n\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/7b52e0a9c6/TEST/7d908fe6b0/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2145132723\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2145132724\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2145132725\"><span class=\"aQJ\">Friday</span></span>.\r\n\r\nWe are now show casing the new and improved Einstein III automated trading system.</span>\r\n</p>\r\n<p style=\"color: rgb(34, 34, 34); text-align: center;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span><strong>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/7b52e0a9c6/TEST/cb4d25171f\" target=\"_blank\">register as a guest for access.</a></strong></p>\r\n<p style=\"color: rgb(80, 0, 80); text-align: center;\"></p>\r\n\r\n\r\n<hr />\r\n<p style=\"color: #500050;\"></p>\r\n<strong>STOCKS</strong> - China stocks tumbled more than 6 percent on Thursday, their biggest one-day loss in a month. Standard &amp; Poor’s 500 futures added 0.1 percent in London before data that is forecast to show durable goods orders expanded in January, while initial jobless claims increased in February.\r\n\r\n<strong>BONDS</strong> - U.S. Treasuries advanced, with the 10-year yield falling three basis points to 1.72 percent. The nation is due to sell $28 billion of seven-year notes on Thursday.\r\n\r\n<strong>COMMODITIES</strong> - U.S. natural gas slipped for a third day, extending a decline from a two-month low. West Texas Intermediate crude traded sideways, after gaining 0.9 percent on Wednesday.\r\n\r\n<strong>CURRENCIES</strong> - The pound halted its steepest decline in more than six years as data confirmed that the U.K. economy gained momentum at the end of last year.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Unemployment Claims and Core Durable Goods Orders m/m due at 8:30, Natural Gas Storage at 10:30 ET.\r\n\r\n&nbsp;\r\n\r\n<span style=\"color: #222222;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</span>','PreMarket - Live Trading Room','','publish','open','closed','','premarket-live-trading-room','','','2016-02-25 11:34:38','2016-02-25 11:34:38','',0,'http://www.thetradingroom.com/?p=2781',0,'post','',0),(2782,2,'2016-02-25 11:31:39','2016-02-25 11:31:39','<p style=\"color: rgb(34, 34, 34); text-align: center;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\r\n\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/7b52e0a9c6/TEST/7d908fe6b0/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2145132723\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2145132724\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2145132725\"><span class=\"aQJ\">Friday</span></span>.\r\n\r\nWe are now show casing the new and improved Einstein III automated trading system.</span>\r\n</p>\r\n<p style=\"color: rgb(34, 34, 34); text-align: center;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span><strong>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/7b52e0a9c6/TEST/cb4d25171f\" target=\"_blank\">register as a guest for access.</a></strong></p>\r\n<p style=\"color: rgb(80, 0, 80); text-align: center;\"></p>\r\n\r\n\r\n<hr />\r\n<p style=\"color: #500050;\"></p>\r\n<strong>STOCKS</strong> - China stocks tumbled more than 6 percent on Thursday, their biggest one-day loss in a month. Standard &amp; Poor’s 500 futures added 0.1 percent in London before data that is forecast to show durable goods orders expanded in January, while initial jobless claims increased in February.\r\n\r\n<strong>BONDS</strong> - U.S. Treasuries advanced, with the 10-year yield falling three basis points to 1.72 percent. The nation is due to sell $28 billion of seven-year notes on Thursday.\r\n\r\n<strong>COMMODITIES</strong> - U.S. natural gas slipped for a third day, extending a decline from a two-month low. West Texas Intermediate crude traded sideways, after gaining 0.9 percent on Wednesday.\r\n\r\n<strong>CURRENCIES</strong> - The pound halted its steepest decline in more than six years as data confirmed that the U.K. economy gained momentum at the end of last year.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Unemployment Claims and Core Durable Goods Orders m/m due at 8:30, Natural Gas Storage at 10:30 ET.','','','inherit','open','closed','','2781-revision-v1','','','2016-02-25 11:31:39','2016-02-25 11:31:39','',2781,'http://www.thetradingroom.com/2781-revision-v1/',0,'revision','',0),(2783,2,'2016-02-25 11:34:38','2016-02-25 11:34:38','<p style=\"color: rgb(34, 34, 34); text-align: center;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\r\n\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/7b52e0a9c6/TEST/7d908fe6b0/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2145132723\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2145132724\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2145132725\"><span class=\"aQJ\">Friday</span></span>.\r\n\r\nWe are now show casing the new and improved Einstein III automated trading system.</span>\r\n</p>\r\n<p style=\"color: rgb(34, 34, 34); text-align: center;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span><strong>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/7b52e0a9c6/TEST/cb4d25171f\" target=\"_blank\">register as a guest for access.</a></strong></p>\r\n<p style=\"color: rgb(80, 0, 80); text-align: center;\"></p>\r\n\r\n\r\n<hr />\r\n<p style=\"color: #500050;\"></p>\r\n<strong>STOCKS</strong> - China stocks tumbled more than 6 percent on Thursday, their biggest one-day loss in a month. Standard &amp; Poor’s 500 futures added 0.1 percent in London before data that is forecast to show durable goods orders expanded in January, while initial jobless claims increased in February.\r\n\r\n<strong>BONDS</strong> - U.S. Treasuries advanced, with the 10-year yield falling three basis points to 1.72 percent. The nation is due to sell $28 billion of seven-year notes on Thursday.\r\n\r\n<strong>COMMODITIES</strong> - U.S. natural gas slipped for a third day, extending a decline from a two-month low. West Texas Intermediate crude traded sideways, after gaining 0.9 percent on Wednesday.\r\n\r\n<strong>CURRENCIES</strong> - The pound halted its steepest decline in more than six years as data confirmed that the U.K. economy gained momentum at the end of last year.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Unemployment Claims and Core Durable Goods Orders m/m due at 8:30, Natural Gas Storage at 10:30 ET.\r\n\r\n&nbsp;\r\n\r\n<span style=\"color: #222222;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</span>','PreMarket - Live Trading Room','','inherit','open','closed','','2781-revision-v1','','','2016-02-25 11:34:38','2016-02-25 11:34:38','',2781,'http://www.thetradingroom.com/2781-revision-v1/',0,'revision','',0),(2784,2,'2016-02-25 11:46:50','2016-02-25 11:46:50','RiosQuant member Niclas takes  US 30 yr bond futures for a profitable short trade during the London trading session.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/02/nic-short-us.jpg\"><img class=\"aligncenter size-full wp-image-2785\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/02/nic-short-us.jpg\" alt=\"nic short us\" width=\"1088\" height=\"917\" /></a>\r\n\r\n&nbsp;\r\n\r\nCOMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS. TESTIMONIALS ARE NOT INDICATIVE OF FUTURE PERFORMANCE OR SUCCESS.','FUTURES TRADING: Einstein III Automated System','','publish','open','closed','','futures-trading-einstein-iii-automated-system','','','2016-10-09 17:31:42','2016-10-09 17:31:42','',0,'http://www.thetradingroom.com/?p=2784',0,'post','',0),(2785,2,'2016-02-25 11:43:32','2016-02-25 11:43:32','','nic short us','','inherit','open','closed','','nic-short-us','','','2016-02-25 11:43:32','2016-02-25 11:43:32','',2784,'http://www.thetradingroom.com/wp-content/uploads/2016/02/nic-short-us.jpg',0,'attachment','image/jpeg',0),(2786,2,'2016-02-25 11:43:45','2016-02-25 11:43:45','RiosQuant member Niclas takes short US 30 yr bond futures for a profitable short trade during the London trading session.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/02/nic-short-us.jpg\"><img class=\"aligncenter size-full wp-image-2785\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/02/nic-short-us.jpg\" alt=\"nic short us\" width=\"1088\" height=\"917\" /></a>','Einstein III Automated Trading','','inherit','open','closed','','2784-revision-v1','','','2016-02-25 11:43:45','2016-02-25 11:43:45','',2784,'http://www.thetradingroom.com/2784-revision-v1/',0,'revision','',0),(2787,2,'2016-02-25 11:46:50','2016-02-25 11:46:50','RiosQuant member Niclas takes  US 30 yr bond futures for a profitable short trade during the London trading session.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/02/nic-short-us.jpg\"><img class=\"aligncenter size-full wp-image-2785\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/02/nic-short-us.jpg\" alt=\"nic short us\" width=\"1088\" height=\"917\" /></a>\r\n\r\n&nbsp;\r\n\r\nCOMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.','FUTURES TRADING: Einstein III Automated System','','inherit','open','closed','','2784-revision-v1','','','2016-02-25 11:46:50','2016-02-25 11:46:50','',2784,'http://www.thetradingroom.com/2784-revision-v1/',0,'revision','',0),(2788,2,'2016-02-28 19:21:39','2016-02-28 19:21:39','<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div style=\"text-align: left;\"><span style=\"font-size: small;\">Currency traders focused on the British pound as the sell-off continued due to growing fears over the consequences of Brexit, an exit from the European Union. The deep decline stretched across all of the major currency counter parts, closing at the low of the week against the US dollar.<span style=\"color: #222222;\"> </span></span>The Euro continued to trade in a range box, with the top edge resistance at 1.1465 and the bottom edge support at 1.0460. The Canadian dollar was the best performing currency, closing the week 1.91% higher and at a key breakpoint level. Also, take note of the bullish inverted head and shoulders pattern formation on the weekly chart. Prior technical support has become resistance, at the 0.7430 level, and should attract different styles of traders with the potential to create volatility with trading opportunities.​</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3awDRSpuIch.1AF&amp;b=NtO5hfMS_b9j9EAzZY1KGw\" target=\"_blank\"><img class=\"CToWUd\" src=\"https://ci3.googleusercontent.com/proxy/DhrfZemnygf2nhTK6YaKcQCLZoGUDJUROLEX-OiDntPOn9YpCEK7J91fRk3bwiqlj2Nur9nc5kdV9LpnOAXWxcUzFbABWIv-2m2zLjXzql2DXcrLkrY9K0tZXBZdu0-O3YvVnjgScFGV751JCT5F0ayC9VlgWaEJ=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/e9dc73d7d54341e0bff0312699c30033.jpeg\" alt=\"Image\" width=\"407\" height=\"151\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>In the commodity market Crude oil closed higher 3.43% but off the week\'s high.  Gold finished the week relatively unchanged but will be heading into the last day of trade for the month 9.5% higher and over 15% since the start of 2016.</div>\r\n<div></div>\r\n<div></div>\r\n<div>We have a busy economic calendar in the week ahead, which may help trigger aggressive price action with the risk assets including stocks, bonds and currencies.  Cross-market correlations along with technical patterns should be strongly considered for selecting optimal markets for trading opportunities.</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>Join us this week in our LIVE trading room and watch how we use the new upgraded Einstein III automated trading system to uncover trading opportunities.</div>\r\n</div>\r\n<div>​</div>\r\n</div>\r\n<strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​​\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n\r\n______________________________<wbr />__\r\n<p style=\"text-align: center;\"><strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong></p>\r\n\r\n<div>\r\n<p style=\"text-align: center;\"><strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654118\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654119\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at 8:00 AM ET</strong></p>\r\n\r\n<div>Join our trading community with RiosQuant founder and  trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3awDRSpuIch.1AF&amp;b=uPZvbBJ8ogHIyxJ_8t9nbg\" target=\"_blank\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3awDRSpuIch.1AF&amp;b=.fTHlYwMQxZRiXw4bCYQWg\" target=\"_blank\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3awDRSpuIch.1AF&amp;b=ij06rlXfYM6aq_y1J_lwyQ\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div>\r\n<div>\r\n<div></div>\r\n<div style=\"text-align: center;\"><strong>The Insider\'s Quant (I.Q.) Room​</strong></div>\r\n<div style=\"text-align: center;\">\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654121\"><span class=\"aQJ\">Monday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654122\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div><em>The Week Ahead</em></div>\r\n</div>\r\n<div style=\"text-align: center;\"></div>\r\n<div style=\"text-align: center;\">\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654123\"><span class=\"aQJ\">Wednesday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654124\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div><em>Strategies for Success</em></div>\r\n<div></div>\r\n</div>\r\n<div style=\"text-align: center;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654125\"><span class=\"aQJ\">Friday</span></span> <em>- </em><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654126\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div style=\"text-align: center;\">Insider\'s Round Table Meetup</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div>\r\n\r\nMonday\r\n\r\n8:30 AM            CAD     Current Account\r\n\r\n9:45 AM            USD     Chicago PMI\r\n\r\n9:00 AM            USD     Pending Home Sales\r\n\r\n7:30 PM            AUD     Building Approvals\r\n\r\n8:00 PM            CNY     Manufacturing PMI\r\n\r\n10:30 PM          AUD     Rate Statement\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n3:55 AM            EUR     German Unemployment Change\r\n\r\n4:30 AM            GDP Manufacturing PMI\r\n\r\n8:30 AM            CAD     GDP\r\n\r\n10:00 AM          USD     Manufacturing PMI\r\n\r\n7:30 PM            AUD     GDP\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM            GDP     Construction PMI\r\n\r\n8:15 AM            USD     ADP Nonfarm Employment Change\r\n\r\n10:30 AM          CL        Crude Oil Inventories\r\n\r\n7:30 PM            AUD     Trade Balance\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n4:30 AM            GDP     Services PMI\r\n\r\n8:30 AM            USD     Unemployment Claims\r\n\r\n10:00 AM          USD     ISM Nonmanufacturing PMI\r\n\r\n10:30 AM          NG       Natural Gas Storage\r\n\r\n7:30 PM            AUD     Retail Sales\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n8:30 AM            CAD     Trade Balance\r\n\r\n8:30 AM            USD     Nonfarm Employment Change\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n</div>','The Week Ahead in the Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-47','','','2016-02-28 19:22:44','2016-02-28 19:22:44','',0,'http://www.thetradingroom.com/?p=2788',0,'post','',0),(2789,2,'2016-02-28 18:39:08','2016-02-28 18:39:08','<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><span style=\"font-size: small;\">Currency traders focused on the British pound as the sell-off continued due to growing fears over the consequences of Brexit, an exit from the European Union. The deep decline stretched across all of the major currency counter parts, closing at the low of the week against the US dollar.<span style=\"color: #222222;\"> </span></span>The Euro continued to trade in a range box, with the top edge resistance at 1.1465 and the bottom edge support at 1.0460. The Canadian dollar was the best performing currency, closing the week 1.91% higher and at a key breakpoint level. Also, take note of the bullish inverted head and shoulders pattern formation on the weekly chart. Prior technical support has become resistance, at the 0.7430 level, and should attract different styles of traders with the potential to create volatility with trading opportunities.​</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3awDRSpuIch.1AF&amp;b=NtO5hfMS_b9j9EAzZY1KGw\" target=\"_blank\"><img class=\"CToWUd\" src=\"https://ci3.googleusercontent.com/proxy/DhrfZemnygf2nhTK6YaKcQCLZoGUDJUROLEX-OiDntPOn9YpCEK7J91fRk3bwiqlj2Nur9nc5kdV9LpnOAXWxcUzFbABWIv-2m2zLjXzql2DXcrLkrY9K0tZXBZdu0-O3YvVnjgScFGV751JCT5F0ayC9VlgWaEJ=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/e9dc73d7d54341e0bff0312699c30033.jpeg\" alt=\"Image\" width=\"407\" height=\"151\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>In the commodity market Crude oil closed higher 3.43% but off the week\'s high.  Gold finished the week relatively unchanged but will be heading into the last day of trade for the month 9.5% higher and over 15% since the start of 2016.</div>\r\n<div></div>\r\n<div>We have a busy economic calendar in the week ahead, which may help trigger aggressive price action with the risk assets including stocks, bonds and currencies.  Cross-market correlations along with technical patterns should be strongly considered for selecting optimal markets for trading opportunities.</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>Join us this week in our LIVE trading room and watch how we use the new upgraded Einstein III automated trading system to uncover trading opportunities.</div>\r\n</div>\r\n<div>​</div>\r\n</div>\r\n<strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​​\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n\r\n______________________________<wbr />__\r\n\r\n<strong>Live Trading Rooms and Educational Events</strong>\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\n<div>\r\n\r\n&nbsp;\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654118\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654119\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at 8:00 AM ET</strong>\r\n<div>Join our trading community with RiosQuant founder and  trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3awDRSpuIch.1AF&amp;b=uPZvbBJ8ogHIyxJ_8t9nbg\" target=\"_blank\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3awDRSpuIch.1AF&amp;b=.fTHlYwMQxZRiXw4bCYQWg\" target=\"_blank\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3awDRSpuIch.1AF&amp;b=ij06rlXfYM6aq_y1J_lwyQ\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><strong>       ______________________________</strong></div>\r\n</div>\r\n<div></div>\r\n<div><strong>The Insider\'s Quant (I.Q.) Room</strong>​</div>\r\n<div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654121\"><span class=\"aQJ\">Monday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654122\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div><em>The Week Ahead</em></div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654123\"><span class=\"aQJ\">Wednesday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654124\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div><em>Strategies for Success</em></div>\r\n<div></div>\r\n</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654125\"><span class=\"aQJ\">Friday</span></span> <em>- </em><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654126\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div>Insider\'s Round Table Meetup</div>\r\n</div>\r\n<div></div>\r\n<div><strong>      ______________________________</strong></div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2788-revision-v1','','','2016-02-28 18:39:08','2016-02-28 18:39:08','',2788,'http://www.thetradingroom.com/2788-revision-v1/',0,'revision','',0),(2790,2,'2016-02-28 18:40:14','2016-02-28 18:40:14','<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><span style=\"font-size: small;\">Currency traders focused on the British pound as the sell-off continued due to growing fears over the consequences of Brexit, an exit from the European Union. The deep decline stretched across all of the major currency counter parts, closing at the low of the week against the US dollar.<span style=\"color: #222222;\"> </span></span>The Euro continued to trade in a range box, with the top edge resistance at 1.1465 and the bottom edge support at 1.0460. The Canadian dollar was the best performing currency, closing the week 1.91% higher and at a key breakpoint level. Also, take note of the bullish inverted head and shoulders pattern formation on the weekly chart. Prior technical support has become resistance, at the 0.7430 level, and should attract different styles of traders with the potential to create volatility with trading opportunities.​</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3awDRSpuIch.1AF&amp;b=NtO5hfMS_b9j9EAzZY1KGw\" target=\"_blank\"><img class=\"CToWUd\" src=\"https://ci3.googleusercontent.com/proxy/DhrfZemnygf2nhTK6YaKcQCLZoGUDJUROLEX-OiDntPOn9YpCEK7J91fRk3bwiqlj2Nur9nc5kdV9LpnOAXWxcUzFbABWIv-2m2zLjXzql2DXcrLkrY9K0tZXBZdu0-O3YvVnjgScFGV751JCT5F0ayC9VlgWaEJ=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/e9dc73d7d54341e0bff0312699c30033.jpeg\" alt=\"Image\" width=\"407\" height=\"151\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>In the commodity market Crude oil closed higher 3.43% but off the week\'s high.  Gold finished the week relatively unchanged but will be heading into the last day of trade for the month 9.5% higher and over 15% since the start of 2016.</div>\r\n<div></div>\r\n<div>We have a busy economic calendar in the week ahead, which may help trigger aggressive price action with the risk assets including stocks, bonds and currencies.  Cross-market correlations along with technical patterns should be strongly considered for selecting optimal markets for trading opportunities.</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>Join us this week in our LIVE trading room and watch how we use the new upgraded Einstein III automated trading system to uncover trading opportunities.</div>\r\n</div>\r\n<div>​</div>\r\n</div>\r\n<strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​​\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n\r\n______________________________<wbr />__\r\n\r\n<strong>Live Trading Rooms and Educational Events</strong>\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\n<div>\r\n\r\n&nbsp;\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654118\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654119\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at 8:00 AM ET</strong>\r\n<div>Join our trading community with RiosQuant founder and  trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3awDRSpuIch.1AF&amp;b=uPZvbBJ8ogHIyxJ_8t9nbg\" target=\"_blank\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3awDRSpuIch.1AF&amp;b=.fTHlYwMQxZRiXw4bCYQWg\" target=\"_blank\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3awDRSpuIch.1AF&amp;b=ij06rlXfYM6aq_y1J_lwyQ\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div>\r\n<div>\r\n<div></div>\r\n<div><strong>The Insider\'s Quant (I.Q.) Room</strong>​</div>\r\n<div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654121\"><span class=\"aQJ\">Monday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654122\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div><em>The Week Ahead</em></div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654123\"><span class=\"aQJ\">Wednesday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654124\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div><em>Strategies for Success</em></div>\r\n<div></div>\r\n</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654125\"><span class=\"aQJ\">Friday</span></span> <em>- </em><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654126\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div>Insider\'s Round Table Meetup</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div>\r\n\r\nMonday\r\n\r\n8:30 AM            CAD     Current Account\r\n\r\n9:45 AM            USD     Chicago PMI\r\n\r\n9:00 AM            USD     Pending Home Sales\r\n\r\n7:30 PM            AUD     Building Approvals\r\n\r\n8:00 PM            CNY     Manufacturing PMI\r\n\r\n10:30 PM          AUD     Rate Statement\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n3:55 AM            EUR     German Unemployment Change\r\n\r\n4:30 AM            GDP Manufacturing PMI\r\n\r\n8:30 AM            CAD     GDP\r\n\r\n10:00 AM          USD     Manufacturing PMI\r\n\r\n7:30 PM            AUD     GDP\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM            GDP     Construction PMI\r\n\r\n8:15 AM            USD     ADP Nonfarm Employment Change\r\n\r\n10:30 AM          CL        Crude Oil Inventories\r\n\r\n7:30 PM            AUD     Trade Balance\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n4:30 AM            GDP     Services PMI\r\n\r\n8:30 AM            USD     Unemployment Claims\r\n\r\n10:00 AM          USD     ISM Nonmanufacturing PMI\r\n\r\n10:30 AM          NG       Natural Gas Storage\r\n\r\n7:30 PM            AUD     Retail Sales\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n8:30 AM            CAD     Trade Balance\r\n\r\n8:30 AM            USD     Nonfarm Employment Change\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n</div>','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2788-revision-v1','','','2016-02-28 18:40:14','2016-02-28 18:40:14','',2788,'http://www.thetradingroom.com/2788-revision-v1/',0,'revision','',0),(2791,2,'2016-02-28 18:41:40','2016-02-28 18:41:40','<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div style=\"text-align: left;\"><span style=\"font-size: small;\">Currency traders focused on the British pound as the sell-off continued due to growing fears over the consequences of Brexit, an exit from the European Union. The deep decline stretched across all of the major currency counter parts, closing at the low of the week against the US dollar.<span style=\"color: #222222;\"> </span></span>The Euro continued to trade in a range box, with the top edge resistance at 1.1465 and the bottom edge support at 1.0460. The Canadian dollar was the best performing currency, closing the week 1.91% higher and at a key breakpoint level. Also, take note of the bullish inverted head and shoulders pattern formation on the weekly chart. Prior technical support has become resistance, at the 0.7430 level, and should attract different styles of traders with the potential to create volatility with trading opportunities.​</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3awDRSpuIch.1AF&amp;b=NtO5hfMS_b9j9EAzZY1KGw\" target=\"_blank\"><img class=\"CToWUd\" src=\"https://ci3.googleusercontent.com/proxy/DhrfZemnygf2nhTK6YaKcQCLZoGUDJUROLEX-OiDntPOn9YpCEK7J91fRk3bwiqlj2Nur9nc5kdV9LpnOAXWxcUzFbABWIv-2m2zLjXzql2DXcrLkrY9K0tZXBZdu0-O3YvVnjgScFGV751JCT5F0ayC9VlgWaEJ=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/e9dc73d7d54341e0bff0312699c30033.jpeg\" alt=\"Image\" width=\"407\" height=\"151\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>In the commodity market Crude oil closed higher 3.43% but off the week\'s high.  Gold finished the week relatively unchanged but will be heading into the last day of trade for the month 9.5% higher and over 15% since the start of 2016.</div>\r\n<div></div>\r\n<div>We have a busy economic calendar in the week ahead, which may help trigger aggressive price action with the risk assets including stocks, bonds and currencies.  Cross-market correlations along with technical patterns should be strongly considered for selecting optimal markets for trading opportunities.</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>Join us this week in our LIVE trading room and watch how we use the new upgraded Einstein III automated trading system to uncover trading opportunities.</div>\r\n</div>\r\n<div>​</div>\r\n</div>\r\n<strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​​\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n\r\n______________________________<wbr />__\r\n<p style=\"text-align: center;\"><strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong></p>\r\n\r\n<div>\r\n<p style=\"text-align: center;\"><strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654118\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654119\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at 8:00 AM ET</strong></p>\r\n\r\n<div>Join our trading community with RiosQuant founder and  trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3awDRSpuIch.1AF&amp;b=uPZvbBJ8ogHIyxJ_8t9nbg\" target=\"_blank\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3awDRSpuIch.1AF&amp;b=.fTHlYwMQxZRiXw4bCYQWg\" target=\"_blank\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3awDRSpuIch.1AF&amp;b=ij06rlXfYM6aq_y1J_lwyQ\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div>\r\n<div>\r\n<div></div>\r\n<div style=\"text-align: center;\"><strong>The Insider\'s Quant (I.Q.) Room</strong>​</div>\r\n<div style=\"text-align: center;\">\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654121\"><span class=\"aQJ\">Monday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654122\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div><em>The Week Ahead</em></div>\r\n</div>\r\n<div style=\"text-align: center;\"></div>\r\n<div style=\"text-align: center;\">\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654123\"><span class=\"aQJ\">Wednesday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654124\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div><em>Strategies for Success</em></div>\r\n<div></div>\r\n</div>\r\n<div style=\"text-align: center;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654125\"><span class=\"aQJ\">Friday</span></span> <em>- </em><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654126\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div style=\"text-align: center;\">Insider\'s Round Table Meetup</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div>\r\n\r\nMonday\r\n\r\n8:30 AM            CAD     Current Account\r\n\r\n9:45 AM            USD     Chicago PMI\r\n\r\n9:00 AM            USD     Pending Home Sales\r\n\r\n7:30 PM            AUD     Building Approvals\r\n\r\n8:00 PM            CNY     Manufacturing PMI\r\n\r\n10:30 PM          AUD     Rate Statement\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n3:55 AM            EUR     German Unemployment Change\r\n\r\n4:30 AM            GDP Manufacturing PMI\r\n\r\n8:30 AM            CAD     GDP\r\n\r\n10:00 AM          USD     Manufacturing PMI\r\n\r\n7:30 PM            AUD     GDP\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM            GDP     Construction PMI\r\n\r\n8:15 AM            USD     ADP Nonfarm Employment Change\r\n\r\n10:30 AM          CL        Crude Oil Inventories\r\n\r\n7:30 PM            AUD     Trade Balance\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n4:30 AM            GDP     Services PMI\r\n\r\n8:30 AM            USD     Unemployment Claims\r\n\r\n10:00 AM          USD     ISM Nonmanufacturing PMI\r\n\r\n10:30 AM          NG       Natural Gas Storage\r\n\r\n7:30 PM            AUD     Retail Sales\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n8:30 AM            CAD     Trade Balance\r\n\r\n8:30 AM            USD     Nonfarm Employment Change\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n</div>','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2788-revision-v1','','','2016-02-28 18:41:40','2016-02-28 18:41:40','',2788,'http://www.thetradingroom.com/2788-revision-v1/',0,'revision','',0),(2792,2,'2016-02-28 18:43:02','2016-02-28 18:43:02','<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div style=\"text-align: left;\"><span style=\"font-size: small;\">Currency traders focused on the British pound as the sell-off continued due to growing fears over the consequences of Brexit, an exit from the European Union. The deep decline stretched across all of the major currency counter parts, closing at the low of the week against the US dollar.<span style=\"color: #222222;\"> </span></span>The Euro continued to trade in a range box, with the top edge resistance at 1.1465 and the bottom edge support at 1.0460. The Canadian dollar was the best performing currency, closing the week 1.91% higher and at a key breakpoint level. Also, take note of the bullish inverted head and shoulders pattern formation on the weekly chart. Prior technical support has become resistance, at the 0.7430 level, and should attract different styles of traders with the potential to create volatility with trading opportunities.​</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3awDRSpuIch.1AF&amp;b=NtO5hfMS_b9j9EAzZY1KGw\" target=\"_blank\"><img class=\"CToWUd\" src=\"https://ci3.googleusercontent.com/proxy/DhrfZemnygf2nhTK6YaKcQCLZoGUDJUROLEX-OiDntPOn9YpCEK7J91fRk3bwiqlj2Nur9nc5kdV9LpnOAXWxcUzFbABWIv-2m2zLjXzql2DXcrLkrY9K0tZXBZdu0-O3YvVnjgScFGV751JCT5F0ayC9VlgWaEJ=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/e9dc73d7d54341e0bff0312699c30033.jpeg\" alt=\"Image\" width=\"407\" height=\"151\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>In the commodity market Crude oil closed higher 3.43% but off the week\'s high.  Gold finished the week relatively unchanged but will be heading into the last day of trade for the month 9.5% higher and over 15% since the start of 2016.</div>\r\n<div></div>\r\n<div></div>\r\n<div>We have a busy economic calendar in the week ahead, which may help trigger aggressive price action with the risk assets including stocks, bonds and currencies.  Cross-market correlations along with technical patterns should be strongly considered for selecting optimal markets for trading opportunities.</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>Join us this week in our LIVE trading room and watch how we use the new upgraded Einstein III automated trading system to uncover trading opportunities.</div>\r\n</div>\r\n<div>​</div>\r\n</div>\r\n<strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​​\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n\r\n______________________________<wbr />__\r\n<p style=\"text-align: center;\"><strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong></p>\r\n\r\n<div>\r\n<p style=\"text-align: center;\"><strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654118\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654119\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at 8:00 AM ET</strong></p>\r\n\r\n<div>Join our trading community with RiosQuant founder and  trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3awDRSpuIch.1AF&amp;b=uPZvbBJ8ogHIyxJ_8t9nbg\" target=\"_blank\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3awDRSpuIch.1AF&amp;b=.fTHlYwMQxZRiXw4bCYQWg\" target=\"_blank\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3awDRSpuIch.1AF&amp;b=ij06rlXfYM6aq_y1J_lwyQ\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div>\r\n<div>\r\n<div></div>\r\n<div style=\"text-align: center;\"><strong>The Insider\'s Quant (I.Q.) Room</strong>​</div>\r\n<div style=\"text-align: center;\">\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654121\"><span class=\"aQJ\">Monday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654122\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div><em>The Week Ahead</em></div>\r\n</div>\r\n<div style=\"text-align: center;\"></div>\r\n<div style=\"text-align: center;\">\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654123\"><span class=\"aQJ\">Wednesday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654124\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div><em>Strategies for Success</em></div>\r\n<div></div>\r\n</div>\r\n<div style=\"text-align: center;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654125\"><span class=\"aQJ\">Friday</span></span> <em>- </em><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654126\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div style=\"text-align: center;\">Insider\'s Round Table Meetup</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div>\r\n\r\nMonday\r\n\r\n8:30 AM            CAD     Current Account\r\n\r\n9:45 AM            USD     Chicago PMI\r\n\r\n9:00 AM            USD     Pending Home Sales\r\n\r\n7:30 PM            AUD     Building Approvals\r\n\r\n8:00 PM            CNY     Manufacturing PMI\r\n\r\n10:30 PM          AUD     Rate Statement\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n3:55 AM            EUR     German Unemployment Change\r\n\r\n4:30 AM            GDP Manufacturing PMI\r\n\r\n8:30 AM            CAD     GDP\r\n\r\n10:00 AM          USD     Manufacturing PMI\r\n\r\n7:30 PM            AUD     GDP\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM            GDP     Construction PMI\r\n\r\n8:15 AM            USD     ADP Nonfarm Employment Change\r\n\r\n10:30 AM          CL        Crude Oil Inventories\r\n\r\n7:30 PM            AUD     Trade Balance\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n4:30 AM            GDP     Services PMI\r\n\r\n8:30 AM            USD     Unemployment Claims\r\n\r\n10:00 AM          USD     ISM Nonmanufacturing PMI\r\n\r\n10:30 AM          NG       Natural Gas Storage\r\n\r\n7:30 PM            AUD     Retail Sales\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n8:30 AM            CAD     Trade Balance\r\n\r\n8:30 AM            USD     Nonfarm Employment Change\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n</div>','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2788-revision-v1','','','2016-02-28 18:43:02','2016-02-28 18:43:02','',2788,'http://www.thetradingroom.com/2788-revision-v1/',0,'revision','',0),(2793,2,'2016-02-28 18:43:46','2016-02-28 18:43:46','<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div style=\"text-align: left;\"><span style=\"font-size: small;\">Currency traders focused on the British pound as the sell-off continued due to growing fears over the consequences of Brexit, an exit from the European Union. The deep decline stretched across all of the major currency counter parts, closing at the low of the week against the US dollar.<span style=\"color: #222222;\"> </span></span>The Euro continued to trade in a range box, with the top edge resistance at 1.1465 and the bottom edge support at 1.0460. The Canadian dollar was the best performing currency, closing the week 1.91% higher and at a key breakpoint level. Also, take note of the bullish inverted head and shoulders pattern formation on the weekly chart. Prior technical support has become resistance, at the 0.7430 level, and should attract different styles of traders with the potential to create volatility with trading opportunities.​</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3awDRSpuIch.1AF&amp;b=NtO5hfMS_b9j9EAzZY1KGw\" target=\"_blank\"><img class=\"CToWUd\" src=\"https://ci3.googleusercontent.com/proxy/DhrfZemnygf2nhTK6YaKcQCLZoGUDJUROLEX-OiDntPOn9YpCEK7J91fRk3bwiqlj2Nur9nc5kdV9LpnOAXWxcUzFbABWIv-2m2zLjXzql2DXcrLkrY9K0tZXBZdu0-O3YvVnjgScFGV751JCT5F0ayC9VlgWaEJ=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/e9dc73d7d54341e0bff0312699c30033.jpeg\" alt=\"Image\" width=\"407\" height=\"151\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>In the commodity market Crude oil closed higher 3.43% but off the week\'s high.  Gold finished the week relatively unchanged but will be heading into the last day of trade for the month 9.5% higher and over 15% since the start of 2016.</div>\r\n<div></div>\r\n<div></div>\r\n<div>We have a busy economic calendar in the week ahead, which may help trigger aggressive price action with the risk assets including stocks, bonds and currencies.  Cross-market correlations along with technical patterns should be strongly considered for selecting optimal markets for trading opportunities.</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>Join us this week in our LIVE trading room and watch how we use the new upgraded Einstein III automated trading system to uncover trading opportunities.</div>\r\n</div>\r\n<div>​</div>\r\n</div>\r\n<strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​​\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n\r\n______________________________<wbr />__\r\n<p style=\"text-align: center;\"><strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong></p>\r\n\r\n<div>\r\n<p style=\"text-align: center;\"><strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654118\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654119\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at 8:00 AM ET</strong></p>\r\n\r\n<div>Join our trading community with RiosQuant founder and  trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3awDRSpuIch.1AF&amp;b=uPZvbBJ8ogHIyxJ_8t9nbg\" target=\"_blank\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3awDRSpuIch.1AF&amp;b=.fTHlYwMQxZRiXw4bCYQWg\" target=\"_blank\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3awDRSpuIch.1AF&amp;b=ij06rlXfYM6aq_y1J_lwyQ\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div>\r\n<div>\r\n<div></div>\r\n<div style=\"text-align: center;\"><em>The Insider\'s Quant (I.Q.) Room​</em></div>\r\n<div style=\"text-align: center;\">\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654121\"><span class=\"aQJ\">Monday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654122\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div><em>The Week Ahead</em></div>\r\n</div>\r\n<div style=\"text-align: center;\"></div>\r\n<div style=\"text-align: center;\">\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654123\"><span class=\"aQJ\">Wednesday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654124\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div><em>Strategies for Success</em></div>\r\n<div></div>\r\n</div>\r\n<div style=\"text-align: center;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654125\"><span class=\"aQJ\">Friday</span></span> <em>- </em><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654126\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div style=\"text-align: center;\">Insider\'s Round Table Meetup</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div>\r\n\r\nMonday\r\n\r\n8:30 AM            CAD     Current Account\r\n\r\n9:45 AM            USD     Chicago PMI\r\n\r\n9:00 AM            USD     Pending Home Sales\r\n\r\n7:30 PM            AUD     Building Approvals\r\n\r\n8:00 PM            CNY     Manufacturing PMI\r\n\r\n10:30 PM          AUD     Rate Statement\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n3:55 AM            EUR     German Unemployment Change\r\n\r\n4:30 AM            GDP Manufacturing PMI\r\n\r\n8:30 AM            CAD     GDP\r\n\r\n10:00 AM          USD     Manufacturing PMI\r\n\r\n7:30 PM            AUD     GDP\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM            GDP     Construction PMI\r\n\r\n8:15 AM            USD     ADP Nonfarm Employment Change\r\n\r\n10:30 AM          CL        Crude Oil Inventories\r\n\r\n7:30 PM            AUD     Trade Balance\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n4:30 AM            GDP     Services PMI\r\n\r\n8:30 AM            USD     Unemployment Claims\r\n\r\n10:00 AM          USD     ISM Nonmanufacturing PMI\r\n\r\n10:30 AM          NG       Natural Gas Storage\r\n\r\n7:30 PM            AUD     Retail Sales\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n8:30 AM            CAD     Trade Balance\r\n\r\n8:30 AM            USD     Nonfarm Employment Change\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n</div>','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2788-revision-v1','','','2016-02-28 18:43:46','2016-02-28 18:43:46','',2788,'http://www.thetradingroom.com/2788-revision-v1/',0,'revision','',0),(2794,2,'2016-02-28 18:44:08','2016-02-28 18:44:08','<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div style=\"text-align: left;\"><span style=\"font-size: small;\">Currency traders focused on the British pound as the sell-off continued due to growing fears over the consequences of Brexit, an exit from the European Union. The deep decline stretched across all of the major currency counter parts, closing at the low of the week against the US dollar.<span style=\"color: #222222;\"> </span></span>The Euro continued to trade in a range box, with the top edge resistance at 1.1465 and the bottom edge support at 1.0460. The Canadian dollar was the best performing currency, closing the week 1.91% higher and at a key breakpoint level. Also, take note of the bullish inverted head and shoulders pattern formation on the weekly chart. Prior technical support has become resistance, at the 0.7430 level, and should attract different styles of traders with the potential to create volatility with trading opportunities.​</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3awDRSpuIch.1AF&amp;b=NtO5hfMS_b9j9EAzZY1KGw\" target=\"_blank\"><img class=\"CToWUd\" src=\"https://ci3.googleusercontent.com/proxy/DhrfZemnygf2nhTK6YaKcQCLZoGUDJUROLEX-OiDntPOn9YpCEK7J91fRk3bwiqlj2Nur9nc5kdV9LpnOAXWxcUzFbABWIv-2m2zLjXzql2DXcrLkrY9K0tZXBZdu0-O3YvVnjgScFGV751JCT5F0ayC9VlgWaEJ=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/e9dc73d7d54341e0bff0312699c30033.jpeg\" alt=\"Image\" width=\"407\" height=\"151\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>In the commodity market Crude oil closed higher 3.43% but off the week\'s high.  Gold finished the week relatively unchanged but will be heading into the last day of trade for the month 9.5% higher and over 15% since the start of 2016.</div>\r\n<div></div>\r\n<div></div>\r\n<div>We have a busy economic calendar in the week ahead, which may help trigger aggressive price action with the risk assets including stocks, bonds and currencies.  Cross-market correlations along with technical patterns should be strongly considered for selecting optimal markets for trading opportunities.</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>Join us this week in our LIVE trading room and watch how we use the new upgraded Einstein III automated trading system to uncover trading opportunities.</div>\r\n</div>\r\n<div>​</div>\r\n</div>\r\n<strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​​\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n\r\n______________________________<wbr />__\r\n<p style=\"text-align: center;\"><strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong></p>\r\n\r\n<div>\r\n<p style=\"text-align: center;\"><strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654118\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654119\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at 8:00 AM ET</strong></p>\r\n\r\n<div>Join our trading community with RiosQuant founder and  trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3awDRSpuIch.1AF&amp;b=uPZvbBJ8ogHIyxJ_8t9nbg\" target=\"_blank\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3awDRSpuIch.1AF&amp;b=.fTHlYwMQxZRiXw4bCYQWg\" target=\"_blank\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3awDRSpuIch.1AF&amp;b=ij06rlXfYM6aq_y1J_lwyQ\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div>\r\n<div>\r\n<div></div>\r\n<div style=\"text-align: center;\"><strong>The Insider\'s Quant (I.Q.) Room​</strong></div>\r\n<div style=\"text-align: center;\">\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654121\"><span class=\"aQJ\">Monday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654122\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div><em>The Week Ahead</em></div>\r\n</div>\r\n<div style=\"text-align: center;\"></div>\r\n<div style=\"text-align: center;\">\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654123\"><span class=\"aQJ\">Wednesday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654124\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div><em>Strategies for Success</em></div>\r\n<div></div>\r\n</div>\r\n<div style=\"text-align: center;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654125\"><span class=\"aQJ\">Friday</span></span> <em>- </em><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1440654126\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div style=\"text-align: center;\">Insider\'s Round Table Meetup</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div>\r\n\r\nMonday\r\n\r\n8:30 AM            CAD     Current Account\r\n\r\n9:45 AM            USD     Chicago PMI\r\n\r\n9:00 AM            USD     Pending Home Sales\r\n\r\n7:30 PM            AUD     Building Approvals\r\n\r\n8:00 PM            CNY     Manufacturing PMI\r\n\r\n10:30 PM          AUD     Rate Statement\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n3:55 AM            EUR     German Unemployment Change\r\n\r\n4:30 AM            GDP Manufacturing PMI\r\n\r\n8:30 AM            CAD     GDP\r\n\r\n10:00 AM          USD     Manufacturing PMI\r\n\r\n7:30 PM            AUD     GDP\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM            GDP     Construction PMI\r\n\r\n8:15 AM            USD     ADP Nonfarm Employment Change\r\n\r\n10:30 AM          CL        Crude Oil Inventories\r\n\r\n7:30 PM            AUD     Trade Balance\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n4:30 AM            GDP     Services PMI\r\n\r\n8:30 AM            USD     Unemployment Claims\r\n\r\n10:00 AM          USD     ISM Nonmanufacturing PMI\r\n\r\n10:30 AM          NG       Natural Gas Storage\r\n\r\n7:30 PM            AUD     Retail Sales\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n8:30 AM            CAD     Trade Balance\r\n\r\n8:30 AM            USD     Nonfarm Employment Change\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n</div>','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2788-revision-v1','','','2016-02-28 18:44:08','2016-02-28 18:44:08','',2788,'http://www.thetradingroom.com/2788-revision-v1/',0,'revision','',0),(2796,2,'2016-03-02 11:28:27','2016-03-02 11:28:27','<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<p style=\"color: #500050;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3hcRl6Lwlch.1AF&amp;b=aIpOlDRF20lDeuVL8QDRYw\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_610731131\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_610731132\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_610731133\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_610731134\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3hcRl6Lwlch.1AF&amp;b=dyyHhSuObvffOT5nwJuDYA\" target=\"_blank\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div><span style=\"color: #000000;\"><strong>Pre-market</strong> activity and scheduled economic data that may have an impact on the global financial markets. </span>​</div>\r\n<div>\r\n<strong>What\'s Next in the Markets?</strong></div>\r\n<div><strong>\r\nSTOCKS</strong> - U.S. index futures erased an earlier rally to track the price of oil lower, after a surge in the Standard &amp; Poor’s 500 Index yesterday helped fuel a global rally.\r\n\r\n</div>\r\n<div><strong>BONDS</strong> - Investors unwound bets in safe-haven assets such as government bonds, with the 10-year U.S. Treasuries yield rising to a two-week high of 1.84 percent.\r\n\r\n</div>\r\n<div><strong>COMMODITIES</strong> - Oil edged lower  as an industry report showing a rise in U.S. crude stockpiles to a new record countered support from producer efforts to tackle a supply glut. Gold slipped from its recent high but is still up 16 percent so far this year.\r\n\r\n</div>\r\n<div><strong>CURRENCIES</strong> - The dollar rose against the yen, recovering further from its double-bottom near  last month, and the euro was steady near <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_610731135\"><span class=\"aQJ\">Tuesday\'s</span></span> one-month low, staying under pressure as investors expect the ECB to step up monetary stimulus at its policy meeting next week.\r\n<strong>\r\n</strong></div>\r\n<div><strong>ECONOMIC DATA</strong> - ADP Non-Farm Employment Change due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_610731136\"><span class=\"aQJ\">8:15</span></span>, UK MPC Member Cunliffe Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_610731137\"><span class=\"aQJ\">9:00</span></span>, Crude Oil Inventories at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_610731138\"><span class=\"aQJ\">10:30</span></span>, AUD Trade Balance at<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_610731139\"><span class=\"aQJ\">19:30</span></span>, CNY Caixin Services PMI at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_610731140\"><span class=\"aQJ\">20:45 ET</span></span>.</div>\r\n<div>\r\n<div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">   <em> </em></span><em><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></em></p>\r\n<p style=\"color: #500050;\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3hcRl6Lwlch.1AF&amp;b=JgEuuJPuOSZuhsUD23qVxg\" target=\"_blank\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket Activity - Live Trading Room','','publish','open','closed','','premarket-activity-live-trading-room-2','','','2016-03-02 11:28:27','2016-03-02 11:28:27','',0,'http://www.thetradingroom.com/?p=2796',0,'post','',0),(2797,2,'2016-03-02 11:26:39','2016-03-02 11:26:39','<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<p style=\"color: #500050;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3hcRl6Lwlch.1AF&amp;b=aIpOlDRF20lDeuVL8QDRYw\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_610731131\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_610731132\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_610731133\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_610731134\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3hcRl6Lwlch.1AF&amp;b=dyyHhSuObvffOT5nwJuDYA\" target=\"_blank\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div><span style=\"color: #000000;\"><strong>Pre-market</strong> activity and scheduled economic data that may have an impact on the global financial markets. </span>​</div>\r\n<div>\r\n<strong>What\'s Next in the Markets?</strong></div>\r\n<div><strong>\r\nSTOCKS</strong> - U.S. index futures erased an earlier rally to track the price of oil lower, after a surge in the Standard &amp; Poor’s 500 Index yesterday helped fuel a global rally.\r\n\r\n</div>\r\n<div><strong>BONDS</strong> - Investors unwound bets in safe-haven assets such as government bonds, with the 10-year U.S. Treasuries yield rising to a two-week high of 1.84 percent.\r\n\r\n</div>\r\n<div><strong>COMMODITIES</strong> - Oil edged lower  as an industry report showing a rise in U.S. crude stockpiles to a new record countered support from producer efforts to tackle a supply glut. Gold slipped from its recent high but is still up 16 percent so far this year.\r\n\r\n</div>\r\n<div><strong>CURRENCIES</strong> - The dollar rose against the yen, recovering further from its double-bottom near  last month, and the euro was steady near <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_610731135\"><span class=\"aQJ\">Tuesday\'s</span></span> one-month low, staying under pressure as investors expect the ECB to step up monetary stimulus at its policy meeting next week.\r\n<strong>\r\n</strong></div>\r\n<div><strong>ECONOMIC DATA</strong> - ADP Non-Farm Employment Change due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_610731136\"><span class=\"aQJ\">8:15</span></span>, UK MPC Member Cunliffe Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_610731137\"><span class=\"aQJ\">9:00</span></span>, Crude Oil Inventories at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_610731138\"><span class=\"aQJ\">10:30</span></span>, AUD Trade Balance at<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_610731139\"><span class=\"aQJ\">19:30</span></span>, CNY Caixin Services PMI at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_610731140\"><span class=\"aQJ\">20:45 ET</span></span>.</div>\r\n<div>\r\n<div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">   <em> </em></span><em><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></em></p>\r\n<p style=\"color: #500050;\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3hcRl6Lwlch.1AF&amp;b=JgEuuJPuOSZuhsUD23qVxg\" target=\"_blank\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','','','inherit','open','closed','','2796-revision-v1','','','2016-03-02 11:26:39','2016-03-02 11:26:39','',2796,'http://www.thetradingroom.com/2796-revision-v1/',0,'revision','',0),(2798,2,'2016-03-02 11:28:27','2016-03-02 11:28:27','<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<p style=\"color: #500050;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3hcRl6Lwlch.1AF&amp;b=aIpOlDRF20lDeuVL8QDRYw\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_610731131\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_610731132\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_610731133\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_610731134\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3hcRl6Lwlch.1AF&amp;b=dyyHhSuObvffOT5nwJuDYA\" target=\"_blank\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div><span style=\"color: #000000;\"><strong>Pre-market</strong> activity and scheduled economic data that may have an impact on the global financial markets. </span>​</div>\r\n<div>\r\n<strong>What\'s Next in the Markets?</strong></div>\r\n<div><strong>\r\nSTOCKS</strong> - U.S. index futures erased an earlier rally to track the price of oil lower, after a surge in the Standard &amp; Poor’s 500 Index yesterday helped fuel a global rally.\r\n\r\n</div>\r\n<div><strong>BONDS</strong> - Investors unwound bets in safe-haven assets such as government bonds, with the 10-year U.S. Treasuries yield rising to a two-week high of 1.84 percent.\r\n\r\n</div>\r\n<div><strong>COMMODITIES</strong> - Oil edged lower  as an industry report showing a rise in U.S. crude stockpiles to a new record countered support from producer efforts to tackle a supply glut. Gold slipped from its recent high but is still up 16 percent so far this year.\r\n\r\n</div>\r\n<div><strong>CURRENCIES</strong> - The dollar rose against the yen, recovering further from its double-bottom near  last month, and the euro was steady near <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_610731135\"><span class=\"aQJ\">Tuesday\'s</span></span> one-month low, staying under pressure as investors expect the ECB to step up monetary stimulus at its policy meeting next week.\r\n<strong>\r\n</strong></div>\r\n<div><strong>ECONOMIC DATA</strong> - ADP Non-Farm Employment Change due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_610731136\"><span class=\"aQJ\">8:15</span></span>, UK MPC Member Cunliffe Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_610731137\"><span class=\"aQJ\">9:00</span></span>, Crude Oil Inventories at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_610731138\"><span class=\"aQJ\">10:30</span></span>, AUD Trade Balance at<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_610731139\"><span class=\"aQJ\">19:30</span></span>, CNY Caixin Services PMI at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_610731140\"><span class=\"aQJ\">20:45 ET</span></span>.</div>\r\n<div>\r\n<div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">   <em> </em></span><em><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></em></p>\r\n<p style=\"color: #500050;\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3hcRl6Lwlch.1AF&amp;b=JgEuuJPuOSZuhsUD23qVxg\" target=\"_blank\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket Activity - Live Trading Room','','inherit','open','closed','','2796-revision-v1','','','2016-03-02 11:28:27','2016-03-02 11:28:27','',2796,'http://www.thetradingroom.com/2796-revision-v1/',0,'revision','',0),(2799,2,'2016-03-07 12:22:31','2016-03-07 12:22:31','<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<p style=\"color: #500050;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3ZseK_hzssh.1AF&amp;b=.fbWD62T6ywEbeLdeijUGw\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_386042947\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_386042948\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_386042949\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_386042950\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3ZseK_hzssh.1AF&amp;b=MEbImvEj5tzcu9jejwEvwA\" target=\"_blank\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div><span style=\"color: #000000;\"><strong>Pre-market</strong> activity and scheduled economic data that may have an impact on the global financial markets. </span>​</div>\r\n<div>\r\n<strong>What\'s Next in the Markets?</strong></div>\r\n<div>\r\n<div><strong>\r\nSTOCKS - </strong>European shares fell as investors assessed the impact of China’s growth plans and the potential for European Central Bank stimulus measures this week. Standard &amp; Poor’s 500 Index contracts retreated after equities on</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_386042951\"><span class=\"aQJ\">Friday</span></span> capped their best three-week stretch since 2014. <strong>\r\n</strong></div>\r\n<div><strong>BONDS - </strong>The yield on U.S. 10-year Treasury notes climbed four basis points to 1.91 percent, after adding four basis points <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_386042952\"><span class=\"aQJ\">on Friday</span></span>.<strong>\r\n</strong></div>\r\n<div><strong>COMMODITIES - </strong>Gold  advanced  after investors bought the metal in exchange-traded funds for a 17th day, according to data compiled by Bloomberg as of <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_386042953\"><span class=\"aQJ\">Friday</span></span>.<strong>\r\n</strong></div>\r\n<div><strong>CURRENCIES - </strong>The euro fell for the first time <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_386042954\"><span class=\"aQJ\">in four days</span></span> as investors braced for the ECB’s policy decision. Bloomberg survey predicts the central bank will expand monthly quantitative easing, and deposit rate being cut further below zero.<strong>\r\n</strong></div>\r\n<div><strong>ECONOMIC DATA - </strong>Eurogroup Meetings all day, FOMC Members Brainard and Fischer Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_386042955\"><span class=\"aQJ\">10:00</span></span>, CNY Trade Balance (tentative), JPY Final GDP q/q at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_386042956\"><span class=\"aQJ\">18:50 ET</span></span>.\r\n</div>\r\n</div>\r\n<div>\r\n<div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">   <em> </em></span><em><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></em></p>\r\n<p style=\"color: #500050;\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3ZseK_hzssh.1AF&amp;b=80XzK2B_CUPOyzxTMrLv7g\" target=\"_blank\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Pre-Market: Live Trading Room','','publish','open','closed','','pre-market-live-trading-room','','','2016-03-07 12:22:31','2016-03-07 12:22:31','',0,'http://www.thetradingroom.com/?p=2799',0,'post','',0),(2800,2,'2016-03-07 12:22:31','2016-03-07 12:22:31','<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<p style=\"color: #500050;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3ZseK_hzssh.1AF&amp;b=.fbWD62T6ywEbeLdeijUGw\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_386042947\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_386042948\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_386042949\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_386042950\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3ZseK_hzssh.1AF&amp;b=MEbImvEj5tzcu9jejwEvwA\" target=\"_blank\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div><span style=\"color: #000000;\"><strong>Pre-market</strong> activity and scheduled economic data that may have an impact on the global financial markets. </span>​</div>\r\n<div>\r\n<strong>What\'s Next in the Markets?</strong></div>\r\n<div>\r\n<div><strong>\r\nSTOCKS - </strong>European shares fell as investors assessed the impact of China’s growth plans and the potential for European Central Bank stimulus measures this week. Standard &amp; Poor’s 500 Index contracts retreated after equities on</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_386042951\"><span class=\"aQJ\">Friday</span></span> capped their best three-week stretch since 2014. <strong>\r\n</strong></div>\r\n<div><strong>BONDS - </strong>The yield on U.S. 10-year Treasury notes climbed four basis points to 1.91 percent, after adding four basis points <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_386042952\"><span class=\"aQJ\">on Friday</span></span>.<strong>\r\n</strong></div>\r\n<div><strong>COMMODITIES - </strong>Gold  advanced  after investors bought the metal in exchange-traded funds for a 17th day, according to data compiled by Bloomberg as of <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_386042953\"><span class=\"aQJ\">Friday</span></span>.<strong>\r\n</strong></div>\r\n<div><strong>CURRENCIES - </strong>The euro fell for the first time <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_386042954\"><span class=\"aQJ\">in four days</span></span> as investors braced for the ECB’s policy decision. Bloomberg survey predicts the central bank will expand monthly quantitative easing, and deposit rate being cut further below zero.<strong>\r\n</strong></div>\r\n<div><strong>ECONOMIC DATA - </strong>Eurogroup Meetings all day, FOMC Members Brainard and Fischer Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_386042955\"><span class=\"aQJ\">10:00</span></span>, CNY Trade Balance (tentative), JPY Final GDP q/q at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_386042956\"><span class=\"aQJ\">18:50 ET</span></span>.\r\n</div>\r\n</div>\r\n<div>\r\n<div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">   <em> </em></span><em><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></em></p>\r\n<p style=\"color: #500050;\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3ZseK_hzssh.1AF&amp;b=80XzK2B_CUPOyzxTMrLv7g\" target=\"_blank\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Pre-Market: Live Trading Room','','inherit','open','closed','','2799-revision-v1','','','2016-03-07 12:22:31','2016-03-07 12:22:31','',2799,'http://www.thetradingroom.com/2799-revision-v1/',0,'revision','',0),(2801,2,'2016-03-08 11:42:29','2016-03-08 11:42:29','<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<p style=\"color: #500050;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_980351176\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_980351177\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_980351178\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_980351179\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/8876334654200970497\" target=\"_blank\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div><span style=\"color: #000000;\"><strong>Pre-market</strong> activity and scheduled economic data that may have an impact on the global financial markets. </span>​</div>\r\n<div>\r\n<strong>What\'s Next in the Markets?</strong></div>\r\n<div>\r\n<div></div>\r\n<div><strong>STOCKS - </strong>Global stock markets fell <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_980351180\"><span class=\"aQJ\">on Tuesday</span></span> after another batch of weak data from China reinforced persistent concerns about a possible slowdown in the global economy.</div>\r\n<div></div>\r\n<div><strong>BONDS - </strong>Treasuries gained with Japanese bonds, whose 10-year yields extended their push below zero, as stock-market declines drove demand for the relative safety of sovereign debt.</div>\r\n<div></div>\r\n<div><strong>COMMODITIES - </strong>Oil prices edged lower <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_980351181\"><span class=\"aQJ\">on Tuesday</span></span> after Kuwait said it would only agree to an output freeze if all major producers take part and Goldman Sachs analysts poured cold water over the prospects for a sustained rally.</div>\r\n<div></div>\r\n<div><strong>CURRENCIES - J</strong>apan\'s safe-haven yen notched up gains while the low-yielding euro moved up against the dollar <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_980351182\"><span class=\"aQJ\">on Tuesday</span></span> as appetite for riskier assets and currencies waned following the weak Chinese data.</div>\r\n<div></div>\r\n<div><strong>ECONOMIC DATA - </strong>CAD Building Permits m/m due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_980351183\"><span class=\"aQJ\">8:30</span></span>, MPC Member Weale Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_980351184\"><span class=\"aQJ\">12:00 ET</span></span>.\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">   <em> </em></span><em><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></em></p>\r\n<p style=\"color: #500050;\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Pre-Market: Live Trading Room','','publish','open','closed','','pre-market-live-trading-room-2','','','2016-03-08 11:42:29','2016-03-08 11:42:29','',0,'http://www.thetradingroom.com/?p=2801',0,'post','',0),(2802,2,'2016-03-08 11:42:21','2016-03-08 11:42:21','','risk off art','','inherit','open','closed','','risk-off-art','','','2016-03-08 11:42:21','2016-03-08 11:42:21','',2801,'http://www.thetradingroom.com/wp-content/uploads/2016/03/risk-off-art.jpg',0,'attachment','image/jpeg',0),(2803,2,'2016-03-08 11:42:29','2016-03-08 11:42:29','<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<p style=\"color: #500050;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_980351176\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_980351177\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_980351178\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_980351179\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/8876334654200970497\" target=\"_blank\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div><span style=\"color: #000000;\"><strong>Pre-market</strong> activity and scheduled economic data that may have an impact on the global financial markets. </span>​</div>\r\n<div>\r\n<strong>What\'s Next in the Markets?</strong></div>\r\n<div>\r\n<div></div>\r\n<div><strong>STOCKS - </strong>Global stock markets fell <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_980351180\"><span class=\"aQJ\">on Tuesday</span></span> after another batch of weak data from China reinforced persistent concerns about a possible slowdown in the global economy.</div>\r\n<div></div>\r\n<div><strong>BONDS - </strong>Treasuries gained with Japanese bonds, whose 10-year yields extended their push below zero, as stock-market declines drove demand for the relative safety of sovereign debt.</div>\r\n<div></div>\r\n<div><strong>COMMODITIES - </strong>Oil prices edged lower <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_980351181\"><span class=\"aQJ\">on Tuesday</span></span> after Kuwait said it would only agree to an output freeze if all major producers take part and Goldman Sachs analysts poured cold water over the prospects for a sustained rally.</div>\r\n<div></div>\r\n<div><strong>CURRENCIES - J</strong>apan\'s safe-haven yen notched up gains while the low-yielding euro moved up against the dollar <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_980351182\"><span class=\"aQJ\">on Tuesday</span></span> as appetite for riskier assets and currencies waned following the weak Chinese data.</div>\r\n<div></div>\r\n<div><strong>ECONOMIC DATA - </strong>CAD Building Permits m/m due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_980351183\"><span class=\"aQJ\">8:30</span></span>, MPC Member Weale Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_980351184\"><span class=\"aQJ\">12:00 ET</span></span>.\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">   <em> </em></span><em><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></em></p>\r\n<p style=\"color: #500050;\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Pre-Market: Live Trading Room','','inherit','open','closed','','2801-revision-v1','','','2016-03-08 11:42:29','2016-03-08 11:42:29','',2801,'http://www.thetradingroom.com/2801-revision-v1/',0,'revision','',0),(2805,2,'2016-03-11 11:48:13','2016-03-11 11:48:13','<p style=\"color: #222222;\"></p>\r\n<p style=\"color: #222222;\">Pre-market price action and scheduled economic data that may have an impact on the global financial markets:</p>\r\n\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div><strong>STOCKS</strong> - Global stocks rose, on track for weekly gains, shrugging off global losses logged after the European Central Bank eased aggressively but suggested it was running out of room to cut interest rates even if other stimulus options remained.<strong>BONDS</strong> - Euro-area government bonds gained as the dust settled on the ECB’s latest stimulus measures.\r\n\r\n<strong>COMMODITIES</strong> - Oil led commodities to a three-month high and supported emerging markets after China strengthened the yuan’s fixing by the most <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321547991\"><span class=\"aQJ\">in four months</span></span>.\r\n\r\n<strong>CURRENCIES</strong> - The boost to the yuan lifted the currencies of countries that export raw materials. Australia’s dollar approached its highest level since July and Canada’s climbed toward a four-month high.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Import Prices m/m and CAD Unemployment Rate at<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321547992\"><span class=\"aQJ\">8:30 ET</span></span>.\r\n\r\n</div>\r\n<div>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/be3ce00dd4/TEST/8c11104e0e/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321547988\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321547989\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321547990\"><span class=\"aQJ\">Friday</span></span>.\r\n\r\nWe are now show casing the new and improved Einstein III automated trading system.\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span><strong>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/be3ce00dd4/TEST/f1af82b492\" target=\"_blank\">register as a guest for access.</a></strong></p>\r\n\r\n</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<p style=\"color: #222222;\"><img class=\"CToWUd\" title=\"trading room and award pics\" src=\"https://ci3.googleusercontent.com/proxy/RXvDo3LcBKn-cpi2n0JDY9TsACh3LlxAeb5J8mE2QyDOG4uvd8DQOGBOaHxezdPagY_XIgZKcI7FQIBmW7bmlaooIbjRAcu-4at-oL-CJmm_95ACLE5pmukdR0foavNgOOQTQolEz3X0WYrcHHwuKLtibimEIgZ1kC9leRtSazomp0OWrsm601mQLlyU08J4=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/ddb01eaf49/trading%20room%20and%20award%20pics.JPG?__nocache__=1\" alt=\"trading room and award pics\" width=\"499\" height=\"126\" align=\"bottom\" border=\"0\" hspace=\"0\" vspace=\"0\" /></p>\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS',' What\'s Next in the Global Markets? ','','publish','open','closed','','whats-next-global-markets','','','2016-03-11 11:49:43','2016-03-11 11:49:43','',0,'http://www.thetradingroom.com/?p=2805',0,'post','',0),(2808,2,'2016-03-11 11:49:43','2016-03-11 11:49:43','<p style=\"color: #222222;\"></p>\r\n<p style=\"color: #222222;\">Pre-market price action and scheduled economic data that may have an impact on the global financial markets:</p>\r\n\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div><strong>STOCKS</strong> - Global stocks rose, on track for weekly gains, shrugging off global losses logged after the European Central Bank eased aggressively but suggested it was running out of room to cut interest rates even if other stimulus options remained.<strong>BONDS</strong> - Euro-area government bonds gained as the dust settled on the ECB’s latest stimulus measures.\r\n\r\n<strong>COMMODITIES</strong> - Oil led commodities to a three-month high and supported emerging markets after China strengthened the yuan’s fixing by the most <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321547991\"><span class=\"aQJ\">in four months</span></span>.\r\n\r\n<strong>CURRENCIES</strong> - The boost to the yuan lifted the currencies of countries that export raw materials. Australia’s dollar approached its highest level since July and Canada’s climbed toward a four-month high.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Import Prices m/m and CAD Unemployment Rate at<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321547992\"><span class=\"aQJ\">8:30 ET</span></span>.\r\n\r\n</div>\r\n<div>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/be3ce00dd4/TEST/8c11104e0e/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321547988\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321547989\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321547990\"><span class=\"aQJ\">Friday</span></span>.\r\n\r\nWe are now show casing the new and improved Einstein III automated trading system.\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span><strong>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/be3ce00dd4/TEST/f1af82b492\" target=\"_blank\">register as a guest for access.</a></strong></p>\r\n\r\n</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<p style=\"color: #222222;\"><img class=\"CToWUd\" title=\"trading room and award pics\" src=\"https://ci3.googleusercontent.com/proxy/RXvDo3LcBKn-cpi2n0JDY9TsACh3LlxAeb5J8mE2QyDOG4uvd8DQOGBOaHxezdPagY_XIgZKcI7FQIBmW7bmlaooIbjRAcu-4at-oL-CJmm_95ACLE5pmukdR0foavNgOOQTQolEz3X0WYrcHHwuKLtibimEIgZ1kC9leRtSazomp0OWrsm601mQLlyU08J4=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/ddb01eaf49/trading%20room%20and%20award%20pics.JPG?__nocache__=1\" alt=\"trading room and award pics\" width=\"499\" height=\"126\" align=\"bottom\" border=\"0\" hspace=\"0\" vspace=\"0\" /></p>\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS',' What\'s Next in the Global Markets? ','','inherit','open','closed','','2805-revision-v1','','','2016-03-11 11:49:43','2016-03-11 11:49:43','',2805,'http://www.thetradingroom.com/2805-revision-v1/',0,'revision','',0),(2806,2,'2016-03-11 11:48:13','2016-03-11 11:48:13','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\r\n\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/be3ce00dd4/TEST/8c11104e0e/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321547988\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321547989\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321547990\"><span class=\"aQJ\">Friday</span></span>.\r\n\r\nWe are now show casing the new and improved Einstein III automated trading system.</span>\r\n</p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span><strong>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/be3ce00dd4/TEST/f1af82b492\" target=\"_blank\">register as a guest for access.</a></strong></p>\r\n\r\n<div style=\"color: #222222;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div>Pre-market price action and scheduled economic data that may have an impact on the global financial markets:</div>\r\n<div>\r\n<strong>STOCKS</strong> - Global stocks rose, on track for weekly gains, shrugging off global losses logged after the European Central Bank eased aggressively but suggested it was running out of room to cut interest rates even if other stimulus options remained.\r\n\r\n<strong>BONDS</strong> - Euro-area government bonds gained as the dust settled on the ECB’s latest stimulus measures.\r\n\r\n<strong>COMMODITIES</strong> - Oil led commodities to a three-month high and supported emerging markets after China strengthened the yuan’s fixing by the most <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321547991\"><span class=\"aQJ\">in four months</span></span>.\r\n\r\n<strong>CURRENCIES</strong> - The boost to the yuan lifted the currencies of countries that export raw materials. Australia’s dollar approached its highest level since July and Canada’s climbed toward a four-month high.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Import Prices m/m and CAD Unemployment Rate at<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321547992\"><span class=\"aQJ\">8:30 ET</span></span>.</div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>\r\n<p style=\"color: #222222;\"></p>\r\n<p style=\"color: #222222;\"><img class=\"CToWUd\" title=\"trading room and award pics\" src=\"https://ci3.googleusercontent.com/proxy/RXvDo3LcBKn-cpi2n0JDY9TsACh3LlxAeb5J8mE2QyDOG4uvd8DQOGBOaHxezdPagY_XIgZKcI7FQIBmW7bmlaooIbjRAcu-4at-oL-CJmm_95ACLE5pmukdR0foavNgOOQTQolEz3X0WYrcHHwuKLtibimEIgZ1kC9leRtSazomp0OWrsm601mQLlyU08J4=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/ddb01eaf49/trading%20room%20and%20award%20pics.JPG?__nocache__=1\" alt=\"trading room and award pics\" width=\"499\" height=\"126\" align=\"bottom\" border=\"0\" hspace=\"0\" vspace=\"0\" /></p>\r\n<p style=\"color: #222222;\">\r\n\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</p>',' What\'s Next in the Global Markets? ','','inherit','open','closed','','2805-revision-v1','','','2016-03-11 11:48:13','2016-03-11 11:48:13','',2805,'http://www.thetradingroom.com/2805-revision-v1/',0,'revision','',0),(2807,2,'2016-03-11 11:49:17','2016-03-11 11:49:17','<p style=\"color: #222222;\"></p>\n<p style=\"color: #222222;\">Pre-market price action and scheduled economic data that may have an impact on the global financial markets:</p>\n\n<div style=\"color: #222222;\">\n<div style=\"color: #222222;\">\n<div><strong>STOCKS</strong> - Global stocks rose, on track for weekly gains, shrugging off global losses logged after the European Central Bank eased aggressively but suggested it was running out of room to cut interest rates even if other stimulus options remained.<strong>BONDS</strong> - Euro-area government bonds gained as the dust settled on the ECB’s latest stimulus measures.\n\n<strong>COMMODITIES</strong> - Oil led commodities to a three-month high and supported emerging markets after China strengthened the yuan’s fixing by the most <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321547991\"><span class=\"aQJ\">in four months</span></span>.\n\n<strong>CURRENCIES</strong> - The boost to the yuan lifted the currencies of countries that export raw materials. Australia’s dollar approached its highest level since July and Canada’s climbed toward a four-month high.\n\n<strong>ECONOMIC DATA</strong> - US Import Prices m/m and CAD Unemployment Rate at<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321547992\"><span class=\"aQJ\">8:30 ET</span></span>.\n\n</div>\n<div>\n\n<a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/be3ce00dd4/TEST/8c11104e0e/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321547988\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321547989\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1321547990\"><span class=\"aQJ\">Friday</span></span>.\n\nWe are now show casing the new and improved Einstein III automated trading system.\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span><strong>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/be3ce00dd4/TEST/f1af82b492\" target=\"_blank\">register as a guest for access.</a></strong></p>\n\n</div>\n<div></div>\n<div></div>\n</div>\n</div>\n<div style=\"color: #222222;\"></div>\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>\n<p style=\"color: #222222;\"><img class=\"CToWUd\" title=\"trading room and award pics\" src=\"https://ci3.googleusercontent.com/proxy/RXvDo3LcBKn-cpi2n0JDY9TsACh3LlxAeb5J8mE2QyDOG4uvd8DQOGBOaHxezdPagY_XIgZKcI7FQIBmW7bmlaooIbjRAcu-4at-oL-CJmm_95ACLE5pmukdR0foavNgOOQTQolEz3X0WYrcHHwuKLtibimEIgZ1kC9leRtSazomp0OWrsm601mQLlyU08J4=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/ddb01eaf49/trading%20room%20and%20award%20pics.JPG?__nocache__=1\" alt=\"trading room and award pics\" width=\"499\" height=\"126\" align=\"bottom\" border=\"0\" hspace=\"0\" vspace=\"0\" /></p>\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS',' What\'s Next in the Global Markets? ','','inherit','open','closed','','2805-autosave-v1','','','2016-03-11 11:49:17','2016-03-11 11:49:17','',2805,'http://www.thetradingroom.com/2805-autosave-v1/',0,'revision','',0),(2809,2,'2016-03-15 10:40:37','2016-03-15 10:40:37','<strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\r\n<div style=\"font-weight: normal; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_75654093\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_75654094\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_75654095\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_75654096\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/8876334654200970497\" target=\"_blank\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div><span style=\"color: #000000;\"><strong>Pre-market</strong> activity and scheduled economic data that may have an impact on the global financial markets. </span>​</div>\r\n<div><strong>Currencies are on move, what\'s next in the markets?</strong></div>\r\n<div>\r\n<div><strong>STOCKS</strong> - Stocks dropped  as the Bank of Japan refrained from adding to record monetary stimulus. Benchmark share gauges in Europe and Asia retreated from their highest closes since January, while U.S. stock index futures declined.</div>\r\n<div><strong> </strong></div>\r\n<div><strong>BONDS</strong> - U.S. Treasury yields fell as investors squared up positions before the Fed meeting. Ten-year yields fell 3.2 basis points to 1.93 percent.</div>\r\n<div><strong> </strong></div>\r\n<div><strong>COMMODITIES</strong> - Oil prices, which fell up to 4 percent on Monday, dropped further after the Organization of the Petroleum Exporting Countries (OPEC) said it expected lower demand for crude in 2016 than previously thought.</div>\r\n<div><strong> </strong></div>\r\n<div><strong>CURRENCIES </strong>- The Australian and Canadian dollars fell as raw-materials prices slumped. The yen strengthened after the BOJ removed from its post-meeting statement language used after it lowered rates in January that it would cut rates further into negative territory if needed.</div>\r\n<div></div>\r\n<div><strong>ECONOMIC DATA</strong> - US PPI and Retail Sales due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_75654098\"><span class=\"aQJ\">8:30 ET</span></span>, NZD GDT Price Index (Tentative).</div>\r\n</div>\r\n<div></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">   <em> </em></span><em><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></em></p>\r\n<p style=\"color: #500050;\"></p>\r\n\r\n</div>\r\n</div>\r\n<div style=\"font-weight: normal; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: normal; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Live Trading Room: Currencies on the move...','','publish','open','closed','','live-trading-room-currencies-move','','','2016-03-15 10:41:17','2016-03-15 10:41:17','',0,'http://www.thetradingroom.com/?p=2809',0,'post','',0),(2810,2,'2016-03-15 10:40:37','2016-03-15 10:40:37','<strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\r\n<div style=\"font-weight: normal; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_75654093\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_75654094\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_75654095\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_75654096\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/8876334654200970497\" target=\"_blank\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div><span style=\"color: #000000;\"><strong>Pre-market</strong> activity and scheduled economic data that may have an impact on the global financial markets. </span>​</div>\r\n<div>\r\n<strong>Currencies are on move, what\'s next in the markets?</strong></div>\r\n<div>\r\n<div>\r\n<strong>STOCKS</strong> - Stocks dropped  as the Bank of Japan refrained from adding to record monetary stimulus. Benchmark share gauges in Europe and Asia retreated from their highest closes since January, while U.S. stock index futures declined.</div>\r\n<div><strong> </strong></div>\r\n<div><strong>BONDS</strong> - U.S. Treasury yields fell as investors squared up positions before the Fed meeting. Ten-year yields fell 3.2 basis points to 1.93 percent.</div>\r\n<div><strong> </strong></div>\r\n<div><strong>COMMODITIES</strong> - Oil prices, which fell up to 4 percent on Monday, dropped further after the Organization of the Petroleum Exporting Countries (OPEC) said it expected lower demand for crude in 2016 than previously thought.</div>\r\n<div><strong> </strong></div>\r\n<div><strong>CURRENCIES </strong>- The Australian and Canadian dollars fell as raw-materials prices slumped. The yen strengthened after the BOJ removed from its post-meeting statement language used after it lowered rates in January that it would cut rates further into negative territory if needed.</div>\r\n<div></div>\r\n<div><strong>ECONOMIC DATA</strong> - US PPI and Retail Sales due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_75654098\"><span class=\"aQJ\">8:30 ET</span></span>, NZD GDT Price Index (Tentative).</div>\r\n</div>\r\n<div>\r\n<div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">   <em> </em></span><em><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></em></p>\r\n<p style=\"color: #500050;\"></p>\r\n\r\n</div>\r\n</div>\r\n<div style=\"font-weight: normal; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: normal; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Live Trading Room: Currencies on the move...','','inherit','open','closed','','2809-revision-v1','','','2016-03-15 10:40:37','2016-03-15 10:40:37','',2809,'http://www.thetradingroom.com/2809-revision-v1/',0,'revision','',0),(2811,2,'2016-03-15 10:41:09','2016-03-15 10:41:09','','currencies','','inherit','open','closed','','currencies','','','2016-03-15 10:41:09','2016-03-15 10:41:09','',2809,'http://www.thetradingroom.com/wp-content/uploads/2016/03/currencies.jpg',0,'attachment','image/jpeg',0),(2812,2,'2016-03-15 10:41:17','2016-03-15 10:41:17','<strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\r\n<div style=\"font-weight: normal; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_75654093\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_75654094\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_75654095\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_75654096\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/8876334654200970497\" target=\"_blank\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div><span style=\"color: #000000;\"><strong>Pre-market</strong> activity and scheduled economic data that may have an impact on the global financial markets. </span>​</div>\r\n<div><strong>Currencies are on move, what\'s next in the markets?</strong></div>\r\n<div>\r\n<div><strong>STOCKS</strong> - Stocks dropped  as the Bank of Japan refrained from adding to record monetary stimulus. Benchmark share gauges in Europe and Asia retreated from their highest closes since January, while U.S. stock index futures declined.</div>\r\n<div><strong> </strong></div>\r\n<div><strong>BONDS</strong> - U.S. Treasury yields fell as investors squared up positions before the Fed meeting. Ten-year yields fell 3.2 basis points to 1.93 percent.</div>\r\n<div><strong> </strong></div>\r\n<div><strong>COMMODITIES</strong> - Oil prices, which fell up to 4 percent on Monday, dropped further after the Organization of the Petroleum Exporting Countries (OPEC) said it expected lower demand for crude in 2016 than previously thought.</div>\r\n<div><strong> </strong></div>\r\n<div><strong>CURRENCIES </strong>- The Australian and Canadian dollars fell as raw-materials prices slumped. The yen strengthened after the BOJ removed from its post-meeting statement language used after it lowered rates in January that it would cut rates further into negative territory if needed.</div>\r\n<div></div>\r\n<div><strong>ECONOMIC DATA</strong> - US PPI and Retail Sales due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_75654098\"><span class=\"aQJ\">8:30 ET</span></span>, NZD GDT Price Index (Tentative).</div>\r\n</div>\r\n<div></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">   <em> </em></span><em><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></em></p>\r\n<p style=\"color: #500050;\"></p>\r\n\r\n</div>\r\n</div>\r\n<div style=\"font-weight: normal; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: normal; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Live Trading Room: Currencies on the move...','','inherit','open','closed','','2809-revision-v1','','','2016-03-15 10:41:17','2016-03-15 10:41:17','',2809,'http://www.thetradingroom.com/2809-revision-v1/',0,'revision','',0),(2814,2,'2016-03-21 11:03:48','2016-03-21 11:03:48','<p style=\"text-align: center;\"><strong style=\"color: #500050;\">Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<span style=\"color: #222222;\">Pre-market price action and scheduled economic data that may have an impact on the global financial markets:</span>\r\n\r\nSTOCKS - Shares edged up in Europe and Asia on Monday, shrugging off a retreat in oil on concerns over excess supply, as gains in Chinese shares and a benign U.S. interest rate outlook brightened the mood.\r\n\r\nBONDS - Yields on low-risk German government bonds fell. Ten-year yields were last down 3.5 basis points at 0.19 percent.\r\n\r\nCOMMODITIES - Crude oil fell for a second day after the first increase in U.S. drilling rigs this year, sparking losses in currencies of commodity-producing nations and shares of miners and energy companies.\r\n\r\nCURRENCIES - The dollar edged up after falling for three successive weeks, most recently after U.S. Federal Reserve policymakers revised down the number of times they expect to raise interest rates this year to two from four.\r\n\r\nECONOMIC DATA - US Existing Home Sales due at 10:00 ET.\r\n\r\n<hr />\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/6717970f31/TEST/efd7183fe5/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2113307808\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2113307809\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2113307810\"><span class=\"aQJ\">Friday</span></span>.\r\n\r\nWe are now show casing the new and improved Einstein III automated trading system.</span>\r\n</p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span><strong>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/6717970f31/TEST/5a46114da5\" target=\"_blank\">register as a guest for access.</a></strong></p>','Pre-Market - Live Trading Room','','publish','open','closed','','pre-market-live-trading-room-3','','','2016-03-21 11:03:48','2016-03-21 11:03:48','',0,'http://www.thetradingroom.com/?p=2814',0,'post','',0),(2815,2,'2016-03-21 11:03:48','2016-03-21 11:03:48','<p style=\"text-align: center;\"><strong style=\"color: #500050;\">Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<span style=\"color: #222222;\">Pre-market price action and scheduled economic data that may have an impact on the global financial markets:</span>\r\n\r\nSTOCKS - Shares edged up in Europe and Asia on Monday, shrugging off a retreat in oil on concerns over excess supply, as gains in Chinese shares and a benign U.S. interest rate outlook brightened the mood.\r\n\r\nBONDS - Yields on low-risk German government bonds fell. Ten-year yields were last down 3.5 basis points at 0.19 percent.\r\n\r\nCOMMODITIES - Crude oil fell for a second day after the first increase in U.S. drilling rigs this year, sparking losses in currencies of commodity-producing nations and shares of miners and energy companies.\r\n\r\nCURRENCIES - The dollar edged up after falling for three successive weeks, most recently after U.S. Federal Reserve policymakers revised down the number of times they expect to raise interest rates this year to two from four.\r\n\r\nECONOMIC DATA - US Existing Home Sales due at 10:00 ET.\r\n\r\n<hr />\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/6717970f31/TEST/efd7183fe5/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2113307808\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2113307809\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2113307810\"><span class=\"aQJ\">Friday</span></span>.\r\n\r\nWe are now show casing the new and improved Einstein III automated trading system.</span>\r\n</p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span><strong>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/6717970f31/TEST/5a46114da5\" target=\"_blank\">register as a guest for access.</a></strong></p>','Pre-Market - Live Trading Room','','inherit','open','closed','','2814-revision-v1','','','2016-03-21 11:03:48','2016-03-21 11:03:48','',2814,'http://www.thetradingroom.com/2814-revision-v1/',0,'revision','',0),(2816,2,'2016-03-22 10:57:05','2016-03-22 10:57:05','<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<p style=\"color: #500050;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1648283971\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1648283972\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1648283973\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1648283974\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/8876334654200970497\" target=\"_blank\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div><span style=\"color: #000000;\"><strong>Pre-market</strong> activity and scheduled economic data that may have an impact on the global financial markets. </span>​</div>\r\n<div>\r\n<strong>Currencies are on move, what\'s next in the markets?</strong></div>\r\n<div>\r\n<div></div>\r\n<div><strong>STOCKS - </strong>European stocks fell the most in a week, while German government bonds rose with gold and the yen after explosions rocked Brussels airport. US stock index futures pointing to a lower Wall Street opening bell.<strong>\r\n</strong></div>\r\n<div><strong>BONDS - </strong>Yields on Germany’s 10-year bonds dropped five basis points to 0.18 percent, while those  rate on similar-maturity U.S. Treasuries fell three basis points to 1.88 percent.<strong>\r\n</strong></div>\r\n<div><strong>COMMODITIES - </strong>Wheat in Chicago rose 0.4 percent, gaining for a third day on colder-than-expected weather in the U.S. Plains growing region. <strong>\r\n</strong></div>\r\n<div><strong>CURRENCIES - </strong>The yen jumped 0.5 percent versus the dollar, after earlier losing as much as 0.2 percent, and the euro retreated for <strong>a third day.\r\n</strong></div>\r\n<div><strong>ECONOMIC DATA - </strong>GBP MPC Member Forbes Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1648283975\"><span class=\"aQJ\">9:30 ET</span></span>.</div>\r\n</div>\r\n<div>\r\n<div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">   <em> </em></span><em><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></em></p>\r\n<p style=\"color: #500050;\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Geopolitical Risk - Live Trading Room','','publish','open','closed','','geopolitical-risk-live-trading-room','','','2016-03-22 10:57:05','2016-03-22 10:57:05','',0,'http://www.thetradingroom.com/?p=2816',0,'post','',0),(2817,2,'2016-03-22 10:57:05','2016-03-22 10:57:05','<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<p style=\"color: #500050;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1648283971\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1648283972\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1648283973\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1648283974\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/8876334654200970497\" target=\"_blank\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div><span style=\"color: #000000;\"><strong>Pre-market</strong> activity and scheduled economic data that may have an impact on the global financial markets. </span>​</div>\r\n<div>\r\n<strong>Currencies are on move, what\'s next in the markets?</strong></div>\r\n<div>\r\n<div></div>\r\n<div><strong>STOCKS - </strong>European stocks fell the most in a week, while German government bonds rose with gold and the yen after explosions rocked Brussels airport. US stock index futures pointing to a lower Wall Street opening bell.<strong>\r\n</strong></div>\r\n<div><strong>BONDS - </strong>Yields on Germany’s 10-year bonds dropped five basis points to 0.18 percent, while those  rate on similar-maturity U.S. Treasuries fell three basis points to 1.88 percent.<strong>\r\n</strong></div>\r\n<div><strong>COMMODITIES - </strong>Wheat in Chicago rose 0.4 percent, gaining for a third day on colder-than-expected weather in the U.S. Plains growing region. <strong>\r\n</strong></div>\r\n<div><strong>CURRENCIES - </strong>The yen jumped 0.5 percent versus the dollar, after earlier losing as much as 0.2 percent, and the euro retreated for <strong>a third day.\r\n</strong></div>\r\n<div><strong>ECONOMIC DATA - </strong>GBP MPC Member Forbes Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1648283975\"><span class=\"aQJ\">9:30 ET</span></span>.</div>\r\n</div>\r\n<div>\r\n<div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">   <em> </em></span><em><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></em></p>\r\n<p style=\"color: #500050;\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Geopolitical Risk - Live Trading Room','','inherit','open','closed','','2816-revision-v1','','','2016-03-22 10:57:05','2016-03-22 10:57:05','',2816,'http://www.thetradingroom.com/2816-revision-v1/',0,'revision','',0),(2818,2,'2016-03-24 01:13:39','2016-03-24 01:13:39','<span style=\"color: #222222;\">Hello Members!</span>\r\n<div style=\"color: #222222;\">The recording to our recent Einstein SmartBox automated trading class is ready for your viewing.</div>\r\n<div style=\"color: #222222;\">I have also attached the highly anticipated SmartBox settings guide.</div>\r\n<div style=\"color: #222222;\">If you did not get the chance to attend the live class, I highly recommend you</div>\r\n<div style=\"color: #222222;\">view the video before testing the input settings contained in the settings guide.</div>\r\n<div style=\"color: #222222;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #222222;\">Replay video: <a style=\"color: #1155cc;\" href=\"https://vimeo.com/160077732\" target=\"_blank\">https://vimeo.com/160077732</a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">SmartBox Settings Guide: <a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/03/SmartBox-Settings-Guide-Ninja.pdf\">SmartBox Settings Guide - Ninja</a>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #222222;\">Let me know if you have any questions.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Cheers,</div>\r\n<div style=\"color: #222222;\">\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\"></div>\r\n<div dir=\"ltr\">Joe Rios\r\n<div></div>\r\n<div>Rios Quantitative LLC</div>\r\n<div>The Trading Room®</div>\r\n<div><img class=\"CToWUd\" src=\"https://ci4.googleusercontent.com/proxy/Krppc-rXFOFYbYAcCZEYCFneAzDrx8P7acNv0hX2Ce7DUbEp5dinse8F5wBeuinsTjgpYeSeZJ1vwL9XfqeW2GFNsOC9binnlyKBaHmmzGVLfKeN6oRG5z-Q3qmc4FhiExoLgoB-_oLBuYahbxHa-H_ok4qq5QTjSMLbcSSDe23uFU7hsrGZLPE1EQA7z8JwQob6XPhMLZ8Zh6w=s0-d-e1-ft#https://docs.google.com/uc?export=download&amp;id=0B_bk107lRs3-a0p0RFNLaTJtVGc&amp;revid=0B_bk107lRs3-QzFhQlhVeVpnZDhHS3FuTmZ5K3dlM3QrZC9jPQ\" alt=\"\" width=\"96\" height=\"63\" /></div>\r\n<div></div>\r\n<div>\r\n\r\nThe risk of loss in trading commodity futures contracts can be substantial. You should therefore carefully consider whether such trading is suitable for you in light of your financial condition. You may sustain a total loss of the initial margin funds and any additional funds that you deposit with your broker to establish or maintain a position in the commodity futures market. Hypothetical or simulated performance results have certain limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since trades may or may not have been actually executed, the results may have under or over-compensated for the impact, if any of certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation can, will or is being made that any account will, or is likely to, achieve profits or losses similar to those shown in this hypothetical performance record. We recommend that before you start trading to \"Get the Facts\" from the CFTC or visit the National Futures Association web site for additional information.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Automated Trading: Einstien SmartBox System','','publish','open','closed','','automated-trading-einstien-smartbox-system','','','2016-10-09 17:12:44','2016-10-09 17:12:44','',0,'http://www.thetradingroom.com/?p=2818',0,'post','',0),(2819,2,'2016-03-24 01:01:53','2016-03-24 01:01:53','','SmartBox Settings Guide - Ninja','','inherit','open','closed','','smartbox-settings-guide-ninja','','','2016-03-24 01:01:53','2016-03-24 01:01:53','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/03/SmartBox-Settings-Guide-Ninja.pdf',0,'attachment','application/pdf',0),(2820,2,'2016-03-24 01:07:04','2016-03-24 01:07:04','<span style=\"color: #222222;\">Hello Members!</span>\r\n<div style=\"color: #222222;\">The recording to our recent SmartBox automated trading class is ready for your viewing.</div>\r\n<div style=\"color: #222222;\">I have also attached the highly anticipated SmartBox settings guide.</div>\r\n<div style=\"color: #222222;\">If you did not get the chance to attend the live class, I highly recommend you</div>\r\n<div style=\"color: #222222;\">view the video before testing the input settings contained in the settings guide.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Replay video: <a style=\"color: #1155cc;\" href=\"https://vimeo.com/160077732\" target=\"_blank\">https://vimeo.com/160077732</a></div>\r\n<div style=\"color: #222222;\">SmartBox Settings Guide: <a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/03/SmartBox-Settings-Guide-Ninja.pdf\">SmartBox Settings Guide - Ninja</a>\r\n\r\n</div>\r\n<div style=\"color: #222222;\">Let me know if you have any questions.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Cheers,</div>\r\n<div style=\"color: #222222;\">\r\n<div>\r\n<div dir=\"ltr\">\r\n<div>\r\n<div dir=\"ltr\">\r\n<div>\r\n<div dir=\"ltr\">\r\n<div>\r\n<div dir=\"ltr\">\r\n<div>\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\"></div>\r\n<div dir=\"ltr\">Joe Rios\r\n<div></div>\r\n<div>Rios Quantitative LLC</div>\r\n<div>The Trading Room®</div>\r\n<div><img class=\"CToWUd\" src=\"https://ci4.googleusercontent.com/proxy/Krppc-rXFOFYbYAcCZEYCFneAzDrx8P7acNv0hX2Ce7DUbEp5dinse8F5wBeuinsTjgpYeSeZJ1vwL9XfqeW2GFNsOC9binnlyKBaHmmzGVLfKeN6oRG5z-Q3qmc4FhiExoLgoB-_oLBuYahbxHa-H_ok4qq5QTjSMLbcSSDe23uFU7hsrGZLPE1EQA7z8JwQob6XPhMLZ8Zh6w=s0-d-e1-ft#https://docs.google.com/uc?export=download&amp;id=0B_bk107lRs3-a0p0RFNLaTJtVGc&amp;revid=0B_bk107lRs3-QzFhQlhVeVpnZDhHS3FuTmZ5K3dlM3QrZC9jPQ\" alt=\"\" width=\"96\" height=\"63\" /></div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Cognitive Trading: SmartBox Automation','','inherit','open','closed','','2818-revision-v1','','','2016-03-24 01:07:04','2016-03-24 01:07:04','',2818,'http://www.thetradingroom.com/2818-revision-v1/',0,'revision','',0),(2821,2,'2016-03-24 01:09:55','2016-03-24 01:09:55','','SmartBox logo 11','','inherit','open','closed','','smartbox-logo-11','','','2016-03-24 01:09:55','2016-03-24 01:09:55','',2818,'http://www.thetradingroom.com/wp-content/uploads/2016/03/SmartBox-logo-11.jpg',0,'attachment','image/jpeg',0),(2825,2,'2016-03-24 01:12:14','2016-03-24 01:12:14','<span style=\"color: #222222;\">Hello Members!</span>\r\n<div style=\"color: #222222;\">The recording to our recent Einstein SmartBox automated trading class is ready for your viewing.</div>\r\n<div style=\"color: #222222;\">I have also attached the highly anticipated SmartBox settings guide.</div>\r\n<div style=\"color: #222222;\">If you did not get the chance to attend the live class, I highly recommend you</div>\r\n<div style=\"color: #222222;\">view the video before testing the input settings contained in the settings guide.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Replay video: <a style=\"color: #1155cc;\" href=\"https://vimeo.com/160077732\" target=\"_blank\">https://vimeo.com/160077732</a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">SmartBox Settings Guide: <a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/03/SmartBox-Settings-Guide-Ninja.pdf\">SmartBox Settings Guide - Ninja</a>\r\n\r\n</div>\r\n<div style=\"color: #222222;\">Let me know if you have any questions.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Cheers,</div>\r\n<div style=\"color: #222222;\">\r\n<div>\r\n<div dir=\"ltr\">\r\n<div>\r\n<div dir=\"ltr\">\r\n<div>\r\n<div dir=\"ltr\">\r\n<div>\r\n<div dir=\"ltr\">\r\n<div>\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\"></div>\r\n<div dir=\"ltr\">Joe Rios\r\n<div></div>\r\n<div>Rios Quantitative LLC</div>\r\n<div>The Trading Room®</div>\r\n<div><img class=\"CToWUd\" src=\"https://ci4.googleusercontent.com/proxy/Krppc-rXFOFYbYAcCZEYCFneAzDrx8P7acNv0hX2Ce7DUbEp5dinse8F5wBeuinsTjgpYeSeZJ1vwL9XfqeW2GFNsOC9binnlyKBaHmmzGVLfKeN6oRG5z-Q3qmc4FhiExoLgoB-_oLBuYahbxHa-H_ok4qq5QTjSMLbcSSDe23uFU7hsrGZLPE1EQA7z8JwQob6XPhMLZ8Zh6w=s0-d-e1-ft#https://docs.google.com/uc?export=download&amp;id=0B_bk107lRs3-a0p0RFNLaTJtVGc&amp;revid=0B_bk107lRs3-QzFhQlhVeVpnZDhHS3FuTmZ5K3dlM3QrZC9jPQ\" alt=\"\" width=\"96\" height=\"63\" /></div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Automated Trading: Einstien SmartBox System','','inherit','open','closed','','2818-revision-v1','','','2016-03-24 01:12:14','2016-03-24 01:12:14','',2818,'http://www.thetradingroom.com/2818-revision-v1/',0,'revision','',0),(2822,2,'2016-03-24 01:10:10','2016-03-24 01:10:10','<span style=\"color: #222222;\">Hello Members!</span>\r\n<div style=\"color: #222222;\">The recording to our recent SmartBox automated trading class is ready for your viewing.</div>\r\n<div style=\"color: #222222;\">I have also attached the highly anticipated SmartBox settings guide.</div>\r\n<div style=\"color: #222222;\">If you did not get the chance to attend the live class, I highly recommend you</div>\r\n<div style=\"color: #222222;\">view the video before testing the input settings contained in the settings guide.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Replay video: <a style=\"color: #1155cc;\" href=\"https://vimeo.com/160077732\" target=\"_blank\">https://vimeo.com/160077732</a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">SmartBox Settings Guide: <a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/03/SmartBox-Settings-Guide-Ninja.pdf\">SmartBox Settings Guide - Ninja</a>\r\n\r\n</div>\r\n<div style=\"color: #222222;\">Let me know if you have any questions.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Cheers,</div>\r\n<div style=\"color: #222222;\">\r\n<div>\r\n<div dir=\"ltr\">\r\n<div>\r\n<div dir=\"ltr\">\r\n<div>\r\n<div dir=\"ltr\">\r\n<div>\r\n<div dir=\"ltr\">\r\n<div>\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\"></div>\r\n<div dir=\"ltr\">Joe Rios\r\n<div></div>\r\n<div>Rios Quantitative LLC</div>\r\n<div>The Trading Room®</div>\r\n<div><img class=\"CToWUd\" src=\"https://ci4.googleusercontent.com/proxy/Krppc-rXFOFYbYAcCZEYCFneAzDrx8P7acNv0hX2Ce7DUbEp5dinse8F5wBeuinsTjgpYeSeZJ1vwL9XfqeW2GFNsOC9binnlyKBaHmmzGVLfKeN6oRG5z-Q3qmc4FhiExoLgoB-_oLBuYahbxHa-H_ok4qq5QTjSMLbcSSDe23uFU7hsrGZLPE1EQA7z8JwQob6XPhMLZ8Zh6w=s0-d-e1-ft#https://docs.google.com/uc?export=download&amp;id=0B_bk107lRs3-a0p0RFNLaTJtVGc&amp;revid=0B_bk107lRs3-QzFhQlhVeVpnZDhHS3FuTmZ5K3dlM3QrZC9jPQ\" alt=\"\" width=\"96\" height=\"63\" /></div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Automated Trading: SmartBox System','','inherit','open','closed','','2818-revision-v1','','','2016-03-24 01:10:10','2016-03-24 01:10:10','',2818,'http://www.thetradingroom.com/2818-revision-v1/',0,'revision','',0),(2823,2,'2016-03-24 01:10:37','2016-03-24 01:10:37','<span style=\"color: #222222;\">Hello Members!</span>\r\n<div style=\"color: #222222;\">The recording to our recent SmartBox automated trading class is ready for your viewing.</div>\r\n<div style=\"color: #222222;\">I have also attached the highly anticipated SmartBox settings guide.</div>\r\n<div style=\"color: #222222;\">If you did not get the chance to attend the live class, I highly recommend you</div>\r\n<div style=\"color: #222222;\">view the video before testing the input settings contained in the settings guide.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Replay video: <a style=\"color: #1155cc;\" href=\"https://vimeo.com/160077732\" target=\"_blank\">https://vimeo.com/160077732</a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">SmartBox Settings Guide: <a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/03/SmartBox-Settings-Guide-Ninja.pdf\">SmartBox Settings Guide - Ninja</a>\r\n\r\n</div>\r\n<div style=\"color: #222222;\">Let me know if you have any questions.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Cheers,</div>\r\n<div style=\"color: #222222;\">\r\n<div>\r\n<div dir=\"ltr\">\r\n<div>\r\n<div dir=\"ltr\">\r\n<div>\r\n<div dir=\"ltr\">\r\n<div>\r\n<div dir=\"ltr\">\r\n<div>\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\"></div>\r\n<div dir=\"ltr\">Joe Rios\r\n<div></div>\r\n<div>Rios Quantitative LLC</div>\r\n<div>The Trading Room®</div>\r\n<div><img class=\"CToWUd\" src=\"https://ci4.googleusercontent.com/proxy/Krppc-rXFOFYbYAcCZEYCFneAzDrx8P7acNv0hX2Ce7DUbEp5dinse8F5wBeuinsTjgpYeSeZJ1vwL9XfqeW2GFNsOC9binnlyKBaHmmzGVLfKeN6oRG5z-Q3qmc4FhiExoLgoB-_oLBuYahbxHa-H_ok4qq5QTjSMLbcSSDe23uFU7hsrGZLPE1EQA7z8JwQob6XPhMLZ8Zh6w=s0-d-e1-ft#https://docs.google.com/uc?export=download&amp;id=0B_bk107lRs3-a0p0RFNLaTJtVGc&amp;revid=0B_bk107lRs3-QzFhQlhVeVpnZDhHS3FuTmZ5K3dlM3QrZC9jPQ\" alt=\"\" width=\"96\" height=\"63\" /></div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Automated Trading: Einstien SmartBox System','','inherit','open','closed','','2818-revision-v1','','','2016-03-24 01:10:37','2016-03-24 01:10:37','',2818,'http://www.thetradingroom.com/2818-revision-v1/',0,'revision','',0),(2824,2,'2016-03-24 01:11:46','2016-03-24 01:11:46','<span style=\"color: #222222;\">Hello Members!</span>\r\n<div style=\"color: #222222;\">The recording to our recent SmartBox automated trading class is ready for your viewing.</div>\r\n<div style=\"color: #222222;\">I have also attached the highly anticipated SmartBox settings guide.</div>\r\n<div style=\"color: #222222;\">If you did not get the chance to attend the live class, I highly recommend you</div>\r\n<div style=\"color: #222222;\">view the video before testing the input settings contained in the settings guide.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Replay video: <a style=\"color: #1155cc;\" href=\"https://vimeo.com/160077732\" target=\"_blank\">https://vimeo.com/160077732</a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">SmartBox Settings Guide: <a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/03/SmartBox-Settings-Guide-Ninja.pdf\">SmartBox Settings Guide - Ninja</a>\r\n\r\n</div>\r\n<div style=\"color: #222222;\">Let me know if you have any questions.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Cheers,</div>\r\n<div style=\"color: #222222;\">\r\n<div>\r\n<div dir=\"ltr\">\r\n<div>\r\n<div dir=\"ltr\">\r\n<div>\r\n<div dir=\"ltr\">\r\n<div>\r\n<div dir=\"ltr\">\r\n<div>\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\"></div>\r\n<div dir=\"ltr\">Joe Rios\r\n<div></div>\r\n<div>Rios Quantitative LLC</div>\r\n<div>The Trading Room®</div>\r\n<div><img class=\"CToWUd\" src=\"https://ci4.googleusercontent.com/proxy/Krppc-rXFOFYbYAcCZEYCFneAzDrx8P7acNv0hX2Ce7DUbEp5dinse8F5wBeuinsTjgpYeSeZJ1vwL9XfqeW2GFNsOC9binnlyKBaHmmzGVLfKeN6oRG5z-Q3qmc4FhiExoLgoB-_oLBuYahbxHa-H_ok4qq5QTjSMLbcSSDe23uFU7hsrGZLPE1EQA7z8JwQob6XPhMLZ8Zh6w=s0-d-e1-ft#https://docs.google.com/uc?export=download&amp;id=0B_bk107lRs3-a0p0RFNLaTJtVGc&amp;revid=0B_bk107lRs3-QzFhQlhVeVpnZDhHS3FuTmZ5K3dlM3QrZC9jPQ\" alt=\"\" width=\"96\" height=\"63\" /></div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Automated Trading: Einstien SmartBox System','','inherit','open','closed','','2818-revision-v1','','','2016-03-24 01:11:46','2016-03-24 01:11:46','',2818,'http://www.thetradingroom.com/2818-revision-v1/',0,'revision','',0),(2826,2,'2016-03-24 01:12:40','2016-03-24 01:12:40','<span style=\"color: #222222;\">Hello Members!</span>\r\n<div style=\"color: #222222;\">The recording to our recent Einstein SmartBox automated trading class is ready for your viewing.</div>\r\n<div style=\"color: #222222;\">I have also attached the highly anticipated SmartBox settings guide.</div>\r\n<div style=\"color: #222222;\">If you did not get the chance to attend the live class, I highly recommend you</div>\r\n<div style=\"color: #222222;\">view the video before testing the input settings contained in the settings guide.</div>\r\n<div style=\"color: #222222;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #222222;\">Replay video: <a style=\"color: #1155cc;\" href=\"https://vimeo.com/160077732\" target=\"_blank\">https://vimeo.com/160077732</a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">SmartBox Settings Guide: <a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/03/SmartBox-Settings-Guide-Ninja.pdf\">SmartBox Settings Guide - Ninja</a>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #222222;\">Let me know if you have any questions.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Cheers,</div>\r\n<div style=\"color: #222222;\">\r\n<div>\r\n<div dir=\"ltr\">\r\n<div>\r\n<div dir=\"ltr\">\r\n<div>\r\n<div dir=\"ltr\">\r\n<div>\r\n<div dir=\"ltr\">\r\n<div>\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\"></div>\r\n<div dir=\"ltr\">Joe Rios\r\n<div></div>\r\n<div>Rios Quantitative LLC</div>\r\n<div>The Trading Room®</div>\r\n<div><img class=\"CToWUd\" src=\"https://ci4.googleusercontent.com/proxy/Krppc-rXFOFYbYAcCZEYCFneAzDrx8P7acNv0hX2Ce7DUbEp5dinse8F5wBeuinsTjgpYeSeZJ1vwL9XfqeW2GFNsOC9binnlyKBaHmmzGVLfKeN6oRG5z-Q3qmc4FhiExoLgoB-_oLBuYahbxHa-H_ok4qq5QTjSMLbcSSDe23uFU7hsrGZLPE1EQA7z8JwQob6XPhMLZ8Zh6w=s0-d-e1-ft#https://docs.google.com/uc?export=download&amp;id=0B_bk107lRs3-a0p0RFNLaTJtVGc&amp;revid=0B_bk107lRs3-QzFhQlhVeVpnZDhHS3FuTmZ5K3dlM3QrZC9jPQ\" alt=\"\" width=\"96\" height=\"63\" /></div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Automated Trading: Einstien SmartBox System','','inherit','open','closed','','2818-revision-v1','','','2016-03-24 01:12:40','2016-03-24 01:12:40','',2818,'http://www.thetradingroom.com/2818-revision-v1/',0,'revision','',0),(2827,2,'2016-03-29 10:41:13','2016-03-29 10:41:13','<strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\r\n<div style=\"color: #222222;\">\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/c85601a101/TEST/6c15a7bfb5/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1276036360\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1276036361\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1276036362\"><span class=\"aQJ\">Friday</span></span>.\r\n\r\nWe are now show casing the new and improved Einstein III automated trading system.</span>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span><strong>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/c85601a101/TEST/35ea3b4721\" target=\"_blank\">register as a guest for access.</a></strong></p>\r\n\r\n<div>\r\n<img class=\"CToWUd\" title=\"models pic rq\" src=\"https://ci3.googleusercontent.com/proxy/LRBA8yCY8M2ThKNOXLDQJmRaFLOIWm3aaeIQgocGjgtc9aVmk448_cyMK-X2ynVdnilm3yNRZnISd4u_39-J51-1k4VkKy93MasWlYXVnsIRm5ZuyG4a6r1P1miGn0KbyRWs5NFE2xkWwia_ULXrzMYvkYK-0_7WgPDq0cIq=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/c85601a101/models%20pic%20rq.JPG?__nocache__=1\" alt=\"models pic rq\" width=\"486\" height=\"127\" align=\"none\" border=\"0\" hspace=\"0\" vspace=\"0\" /></div>\r\n<div>\r\n<div style=\"color: #222222;\">\r\n<div>\r\n<div>\r\n<h1><strong>What\'s next in the global markets? </strong></h1>\r\n</div>\r\nPre-market price action and scheduled economic data that may have an impact on the global financial markets:\r\n</div>\r\n<div>\r\n\r\n<strong>STOCKS</strong> - European shares rose after being closed for a four day Easter break,  shrugging off losses in Asia, as investors looked to a speech by Federal Reserve Chair Janet Yellen for clues to the interest rate outlook following weak U.S. data.\r\n\r\n<strong>BONDS</strong> - Yields on German 10-year government bonds, the benchmark for borrowing costs in the euro zone, fell 3.3 basis points to 0.16 percent.\r\n\r\n<strong>COMMODITIES</strong> - Crude slipped through $39 a barrel in New York in a fourth day of losses. Weekly U.S. government data is forecast to show another increase in crude stockpiles.\r\n\r\n<strong>CURRENCIES</strong> -  The  Dollar Spot Index, which tracks the U.S. currency against 10 major peers, rose less than 0.1 percent. While it pared its monthly drop to 2.5 percent, that’s still biggest since April.\r\n\r\n<strong>ECONOMIC DATA</strong> - CAD RMPI m/m due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1276036363\"><span class=\"aQJ\">8:30</span></span>, CB Consumer Confidence at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1276036364\"><span class=\"aQJ\">10:00</span></span>, Fed Chair Yellen Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1276036365\"><span class=\"aQJ\">12:20 ET</span></span>.</div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>\r\n&nbsp;\r\n\r\n<img class=\"CToWUd\" title=\"trading room and award pics\" src=\"https://ci3.googleusercontent.com/proxy/RXvDo3LcBKn-cpi2n0JDY9TsACh3LlxAeb5J8mE2QyDOG4uvd8DQOGBOaHxezdPagY_XIgZKcI7FQIBmW7bmlaooIbjRAcu-4at-oL-CJmm_95ACLE5pmukdR0foavNgOOQTQolEz3X0WYrcHHwuKLtibimEIgZ1kC9leRtSazomp0OWrsm601mQLlyU08J4=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/ddb01eaf49/trading%20room%20and%20award%20pics.JPG?__nocache__=1\" alt=\"trading room and award pics\" width=\"499\" height=\"126\" align=\"bottom\" border=\"0\" hspace=\"0\" vspace=\"0\" />\r\n\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS\r\n\r\n</div>','Pre-Market: Live Trading Room','','publish','open','closed','','pre-market-live-trading-room-4','','','2016-03-29 10:41:13','2016-03-29 10:41:13','',0,'http://www.thetradingroom.com/?p=2827',0,'post','',0),(2829,2,'2016-03-29 10:41:13','2016-03-29 10:41:13','<strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\r\n<div style=\"color: #222222;\">\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/c85601a101/TEST/6c15a7bfb5/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1276036360\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1276036361\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1276036362\"><span class=\"aQJ\">Friday</span></span>.\r\n\r\nWe are now show casing the new and improved Einstein III automated trading system.</span>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span><strong>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/c85601a101/TEST/35ea3b4721\" target=\"_blank\">register as a guest for access.</a></strong></p>\r\n\r\n<div>\r\n<img class=\"CToWUd\" title=\"models pic rq\" src=\"https://ci3.googleusercontent.com/proxy/LRBA8yCY8M2ThKNOXLDQJmRaFLOIWm3aaeIQgocGjgtc9aVmk448_cyMK-X2ynVdnilm3yNRZnISd4u_39-J51-1k4VkKy93MasWlYXVnsIRm5ZuyG4a6r1P1miGn0KbyRWs5NFE2xkWwia_ULXrzMYvkYK-0_7WgPDq0cIq=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/c85601a101/models%20pic%20rq.JPG?__nocache__=1\" alt=\"models pic rq\" width=\"486\" height=\"127\" align=\"none\" border=\"0\" hspace=\"0\" vspace=\"0\" /></div>\r\n<div>\r\n<div style=\"color: #222222;\">\r\n<div>\r\n<div>\r\n<h1><strong>What\'s next in the global markets? </strong></h1>\r\n</div>\r\nPre-market price action and scheduled economic data that may have an impact on the global financial markets:\r\n</div>\r\n<div>\r\n\r\n<strong>STOCKS</strong> - European shares rose after being closed for a four day Easter break,  shrugging off losses in Asia, as investors looked to a speech by Federal Reserve Chair Janet Yellen for clues to the interest rate outlook following weak U.S. data.\r\n\r\n<strong>BONDS</strong> - Yields on German 10-year government bonds, the benchmark for borrowing costs in the euro zone, fell 3.3 basis points to 0.16 percent.\r\n\r\n<strong>COMMODITIES</strong> - Crude slipped through $39 a barrel in New York in a fourth day of losses. Weekly U.S. government data is forecast to show another increase in crude stockpiles.\r\n\r\n<strong>CURRENCIES</strong> -  The  Dollar Spot Index, which tracks the U.S. currency against 10 major peers, rose less than 0.1 percent. While it pared its monthly drop to 2.5 percent, that’s still biggest since April.\r\n\r\n<strong>ECONOMIC DATA</strong> - CAD RMPI m/m due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1276036363\"><span class=\"aQJ\">8:30</span></span>, CB Consumer Confidence at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1276036364\"><span class=\"aQJ\">10:00</span></span>, Fed Chair Yellen Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1276036365\"><span class=\"aQJ\">12:20 ET</span></span>.</div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>\r\n&nbsp;\r\n\r\n<img class=\"CToWUd\" title=\"trading room and award pics\" src=\"https://ci3.googleusercontent.com/proxy/RXvDo3LcBKn-cpi2n0JDY9TsACh3LlxAeb5J8mE2QyDOG4uvd8DQOGBOaHxezdPagY_XIgZKcI7FQIBmW7bmlaooIbjRAcu-4at-oL-CJmm_95ACLE5pmukdR0foavNgOOQTQolEz3X0WYrcHHwuKLtibimEIgZ1kC9leRtSazomp0OWrsm601mQLlyU08J4=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/ddb01eaf49/trading%20room%20and%20award%20pics.JPG?__nocache__=1\" alt=\"trading room and award pics\" width=\"499\" height=\"126\" align=\"bottom\" border=\"0\" hspace=\"0\" vspace=\"0\" />\r\n\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS\r\n\r\n</div>','Pre-Market: Live Trading Room','','inherit','open','closed','','2827-revision-v1','','','2016-03-29 10:41:13','2016-03-29 10:41:13','',2827,'http://www.thetradingroom.com/2827-revision-v1/',0,'revision','',0),(2828,2,'2016-03-29 10:36:32','2016-03-29 10:36:32','<table style=\"color: #222222;\" border=\"0\" cellspacing=\"0\" cellpadding=\"5\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/WUob3qEz7Eelv1wxNGI1k5BPUyuVGpBbF6PDehxRwXdYfeEJcoziaU5N71GzoUBDL3lvU7GfwaMRIB9EkxbielkixPh5rv6XbuywrS7dTlKiU2hX-OB66atSFOgCMjMgiL0lOh-9qzR_ZFY9FZ6yJjCW4B2xip8TwJBTs2g=s0-d-e1-ft#http://img-ak.verticalresponse.com/social_sharing/social_sharing.placeholder.facebook.png?__nocache__=1\" alt=\"\" border=\"0\" /></td>\r\n<td><img class=\"CToWUd\" src=\"https://ci3.googleusercontent.com/proxy/sOQVa-MHQrn7jRtpos3ehw-GUujZLXcuSYs3U1aHG1_Vtjl8nlj2ILJkuNlHGRyrEV065wOA9_Kef5C2aYLMGjYuHwoV9DY7Bzfindk8lTayATZ7IE6YI9VhSuABncucvLKgRZ8Lqfdbg3y3vg-gl1d_Pbj7tSB6XYL_YA=s0-d-e1-ft#http://img-ak.verticalresponse.com/social_sharing/social_sharing.placeholder.twitter.png?__nocache__=1\" alt=\"\" border=\"0\" /></td>\r\n<td><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/hux8BlsnuIBJ8arKCB2nvf8xy3QCWtDMWeVOf-jCXRGDjSNWn_sAge6-teiADEI56gopjLjrZwFAhZ2VpiNVaB5H78ESFjk4ayd6kUWuHiOunCbF19RgVuB-jz6lbqdP3WlgAGq9QcqS7R-32TbXcY3BWkHDFDs-Ql8fkNw=s0-d-e1-ft#http://img-ak.verticalresponse.com/social_sharing/social_sharing.placeholder.linkedin.png?__nocache__=1\" alt=\"\" border=\"0\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div style=\"color: #222222;\">\r\n\r\n<strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\r\n\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/c85601a101/TEST/6c15a7bfb5/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1276036360\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1276036361\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1276036362\"><span class=\"aQJ\">Friday</span></span>.\r\n\r\nWe are now show casing the new and improved Einstein III automated trading system.</span>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span><strong>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/c85601a101/TEST/35ea3b4721\" target=\"_blank\">register as a guest for access.</a></strong></p>\r\n\r\n<div>\r\n<img class=\"CToWUd\" title=\"models pic rq\" src=\"https://ci3.googleusercontent.com/proxy/LRBA8yCY8M2ThKNOXLDQJmRaFLOIWm3aaeIQgocGjgtc9aVmk448_cyMK-X2ynVdnilm3yNRZnISd4u_39-J51-1k4VkKy93MasWlYXVnsIRm5ZuyG4a6r1P1miGn0KbyRWs5NFE2xkWwia_ULXrzMYvkYK-0_7WgPDq0cIq=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/c85601a101/models%20pic%20rq.JPG?__nocache__=1\" alt=\"models pic rq\" width=\"486\" height=\"127\" align=\"none\" border=\"0\" hspace=\"0\" vspace=\"0\" /></div>\r\n<div>\r\n<div style=\"color: #222222;\">\r\n<div>\r\n<div>\r\n<h1><strong>What\'s next in the global markets? </strong></h1>\r\n</div>\r\nPre-market price action and scheduled economic data that may have an impact on the global financial markets:\r\n</div>\r\n<div>\r\n\r\n<strong>STOCKS</strong> - European shares rose after being closed for a four day Easter break,  shrugging off losses in Asia, as investors looked to a speech by Federal Reserve Chair Janet Yellen for clues to the interest rate outlook following weak U.S. data.\r\n\r\n<strong>BONDS</strong> - Yields on German 10-year government bonds, the benchmark for borrowing costs in the euro zone, fell 3.3 basis points to 0.16 percent.\r\n\r\n<strong>COMMODITIES</strong> - Crude slipped through $39 a barrel in New York in a fourth day of losses. Weekly U.S. government data is forecast to show another increase in crude stockpiles.\r\n\r\n<strong>CURRENCIES</strong> -  The  Dollar Spot Index, which tracks the U.S. currency against 10 major peers, rose less than 0.1 percent. While it pared its monthly drop to 2.5 percent, that’s still biggest since April.\r\n\r\n<strong>ECONOMIC DATA</strong> - CAD RMPI m/m due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1276036363\"><span class=\"aQJ\">8:30</span></span>, CB Consumer Confidence at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1276036364\"><span class=\"aQJ\">10:00</span></span>, Fed Chair Yellen Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1276036365\"><span class=\"aQJ\">12:20 ET</span></span>.</div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>\r\n&nbsp;\r\n\r\n<img class=\"CToWUd\" title=\"trading room and award pics\" src=\"https://ci3.googleusercontent.com/proxy/RXvDo3LcBKn-cpi2n0JDY9TsACh3LlxAeb5J8mE2QyDOG4uvd8DQOGBOaHxezdPagY_XIgZKcI7FQIBmW7bmlaooIbjRAcu-4at-oL-CJmm_95ACLE5pmukdR0foavNgOOQTQolEz3X0WYrcHHwuKLtibimEIgZ1kC9leRtSazomp0OWrsm601mQLlyU08J4=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/ddb01eaf49/trading%20room%20and%20award%20pics.JPG?__nocache__=1\" alt=\"trading room and award pics\" width=\"499\" height=\"126\" align=\"bottom\" border=\"0\" hspace=\"0\" vspace=\"0\" />\r\n\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS\r\n\r\n</div>','','','inherit','open','closed','','2827-revision-v1','','','2016-03-29 10:36:32','2016-03-29 10:36:32','',2827,'http://www.thetradingroom.com/2827-revision-v1/',0,'revision','',0),(2859,2,'2016-05-19 11:38:07','2016-05-19 11:38:07','<p style=\"color: #500050; text-align: left;\"><strong>                                   Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\r\n\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/7261cf50e7/TEST/6844453046/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/7261cf50e7/TEST/6844453046/trial%3D1&amp;source=gmail&amp;ust=1463743969490000&amp;usg=AFQjCNEb5TwvhNpoWf3AWxX1UITKKDNmQA\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1833832120\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1833832121\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1833832122\"><span class=\"aQJ\">Friday</span></span>.\r\n\r\nWe are now show casing the new and improved Einstein III automated trading system.</span>\r\n</p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span><strong>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/7261cf50e7/TEST/e330098f9b\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/7261cf50e7/TEST/e330098f9b&amp;source=gmail&amp;ust=1463743969490000&amp;usg=AFQjCNHxwAC2tfbHtoWoALFpIOi7VX6rsQ\">register as a guest for access.</a></strong></p>\r\n\r\n<div style=\"color: #500050;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #500050;\">\r\n<div style=\"color: #222222; text-align: left;\">                                 <strong>Financial markets are moving, what\'s next in the global markets? </strong>\r\n<div>\r\nPre-market activity and scheduled economic data that may have an impact on the global financial markets:\r\n<div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>WORLD HEADLINES</strong> - Global stocks slid to a six-week low, commodities dropped and bonds slipped as markets around the world braced for the possibility that the Federal Reserve will raise interest rates as soon as next month.\r\n\r\n<strong>STOCKS</strong> - Futures on the S&amp;P 500 lost 0.4 percent, indicating equities will decline after<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1833832123\"><span class=\"aQJ\">Wednesday</span></span> closing little changed.\r\n\r\n<strong>BONDS</strong> - Government bonds fell across all of the major economies. Yields on 10-year Treasuries rose two basis points to 1.87 percent, after surging eight basis points in the last session.\r\n\r\n<strong>COMMODITIES</strong> - West Texas Intermediate crude dropped 2.2 percent, extending<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1833832124\"><span class=\"aQJ\">Wednesday’s</span></span> retreat from a seven-month high. Gold slid to a three-week low on concern the Fed is moving closer to raising interest rates.\r\n\r\n<strong>CURRENCIES</strong> -   Australia’s dollar weakened as much as 0.5 percent, and the MSCI Emerging Markets Currency Index fell 0.5 percent.\r\n\r\n<strong>ECONOMIC DATA</strong> - CAD Wholesale Sales , Grains Weekly Export Sales, US Unemployment Claims and Philly Fed Manufacturing Index all due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1833832125\"><span class=\"aQJ\">8:30</span></span>, FOMC Member Fischer Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1833832126\"><span class=\"aQJ\">9:15</span></span>, Natural Gas Storage and FOMC Member Dudley Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1833832127\"><span class=\"aQJ\">10:30 ET</span></span>, Day 1 of G7 Meetings.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #500050;\"></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><img class=\"CToWUd\" title=\"trading room and award pics\" src=\"https://ci3.googleusercontent.com/proxy/RXvDo3LcBKn-cpi2n0JDY9TsACh3LlxAeb5J8mE2QyDOG4uvd8DQOGBOaHxezdPagY_XIgZKcI7FQIBmW7bmlaooIbjRAcu-4at-oL-CJmm_95ACLE5pmukdR0foavNgOOQTQolEz3X0WYrcHHwuKLtibimEIgZ1kC9leRtSazomp0OWrsm601mQLlyU08J4=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/ddb01eaf49/trading%20room%20and%20award%20pics.JPG?__nocache__=1\" alt=\"trading room and award pics\" width=\"499\" height=\"126\" align=\"bottom\" border=\"0\" hspace=\"0\" vspace=\"0\" /></p>\r\n<p style=\"color: #500050;\">\r\n\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</p>','World Headlines - Live Trading Room Access','','publish','open','closed','','world-headlines-live-trading-room-access','','','2016-05-19 11:38:07','2016-05-19 11:38:07','',0,'http://www.thetradingroom.com/?p=2859',0,'post','',0),(2831,2,'2016-04-04 10:53:46','2016-04-04 10:53:46','<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<p style=\"color: #500050;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3kQtpvEMYch.1AF&amp;b=Hk_V.Co4HnmPx2haT7wYEQ\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_731272821\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_731272822\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_731272823\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_731272824\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3kQtpvEMYch.1AF&amp;b=bxl1mt39aoJDYM9sQZFplA\" target=\"_blank\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div><span style=\"color: #000000;\"><strong>Pre-market</strong> activity and scheduled economic data that may have an impact on the global financial markets. </span>​</div>\r\n<div>\r\n<strong>Currencies are on move, what\'s next in the markets?</strong></div>\r\n<div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>STOCKS - Asian share prices held firm <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_731272825\"><span class=\"aQJ\">on Monday</span></span> after solid U.S. payroll data underpinned investor risk sentiment while last week\'s dovish comments from Federal Reserve Chair Janet Yellen kept the U.S. dollar in check.\r\n\r\n</div>\r\n<div>BONDS - Treasuries climbed, after ending <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_731272826\"><span class=\"aQJ\">Friday</span></span> little changed, with 10-year yields slipping one basis point, or 0.01 percentage point, to 1.76 percent.\r\n\r\n</div>\r\n<div>COMMODITIES - Oil markets are losing momentum after their recovery from mid-February to March as doubts return over the ability of big oil producing countries to agree an output freeze when they meet on <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_731272827\"><span class=\"aQJ\">April 17</span></span>.\r\n\r\n</div>\r\n<div>CURRENCIES -  The Aussie weakened 0.8 percent to 76.17 U.S. cents, after climbing 2.3 percent last week. The nation’s central bank reviews monetary policy <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_731272828\"><span class=\"aQJ\">on Tuesday</span></span>, when it’s expected to hold borrowing costs at a record low.\r\n\r\n</div>\r\n<div>ECONOMIC DATA - US Factory Orders m/m due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_731272829\"><span class=\"aQJ\">10:00</span></span>,  AUD Trade Balance at<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_731272830\"><span class=\"aQJ\">21:30 ET</span></span>.</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n<div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">   <em> </em></span><em><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></em></p>\r\n<p style=\"color: #500050;\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3kQtpvEMYch.1AF&amp;b=kTfnzemmdZHlGTG4x3lXAg\" target=\"_blank\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Pre-Market Open: Live Trading Room','','publish','open','closed','','pre-market-open-live-trading-room','','','2016-04-04 10:53:46','2016-04-04 10:53:46','',0,'http://www.thetradingroom.com/?p=2831',0,'post','',0),(2832,2,'2016-04-04 10:53:46','2016-04-04 10:53:46','<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<p style=\"color: #500050;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3kQtpvEMYch.1AF&amp;b=Hk_V.Co4HnmPx2haT7wYEQ\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_731272821\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_731272822\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_731272823\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_731272824\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3kQtpvEMYch.1AF&amp;b=bxl1mt39aoJDYM9sQZFplA\" target=\"_blank\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div><span style=\"color: #000000;\"><strong>Pre-market</strong> activity and scheduled economic data that may have an impact on the global financial markets. </span>​</div>\r\n<div>\r\n<strong>Currencies are on move, what\'s next in the markets?</strong></div>\r\n<div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>STOCKS - Asian share prices held firm <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_731272825\"><span class=\"aQJ\">on Monday</span></span> after solid U.S. payroll data underpinned investor risk sentiment while last week\'s dovish comments from Federal Reserve Chair Janet Yellen kept the U.S. dollar in check.\r\n\r\n</div>\r\n<div>BONDS - Treasuries climbed, after ending <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_731272826\"><span class=\"aQJ\">Friday</span></span> little changed, with 10-year yields slipping one basis point, or 0.01 percentage point, to 1.76 percent.\r\n\r\n</div>\r\n<div>COMMODITIES - Oil markets are losing momentum after their recovery from mid-February to March as doubts return over the ability of big oil producing countries to agree an output freeze when they meet on <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_731272827\"><span class=\"aQJ\">April 17</span></span>.\r\n\r\n</div>\r\n<div>CURRENCIES -  The Aussie weakened 0.8 percent to 76.17 U.S. cents, after climbing 2.3 percent last week. The nation’s central bank reviews monetary policy <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_731272828\"><span class=\"aQJ\">on Tuesday</span></span>, when it’s expected to hold borrowing costs at a record low.\r\n\r\n</div>\r\n<div>ECONOMIC DATA - US Factory Orders m/m due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_731272829\"><span class=\"aQJ\">10:00</span></span>,  AUD Trade Balance at<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_731272830\"><span class=\"aQJ\">21:30 ET</span></span>.</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n<div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">   <em> </em></span><em><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></em></p>\r\n<p style=\"color: #500050;\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3kQtpvEMYch.1AF&amp;b=kTfnzemmdZHlGTG4x3lXAg\" target=\"_blank\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Pre-Market Open: Live Trading Room','','inherit','open','closed','','2831-revision-v1','','','2016-04-04 10:53:46','2016-04-04 10:53:46','',2831,'http://www.thetradingroom.com/2831-revision-v1/',0,'revision','',0),(2833,2,'2016-04-07 10:54:45','2016-04-07 10:54:45','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\r\n\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/075afef9ee/TEST/5fdbcd6dfc/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_950895232\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_950895233\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_950895234\"><span class=\"aQJ\">Friday</span></span>.\r\n\r\nWe are now show casing the new and improved Einstein III automated trading system.</span>\r\n</p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span><strong>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/075afef9ee/TEST/001cf25c8d\" target=\"_blank\">register as a guest for access.</a></strong></p>\r\n\r\n<div style=\"color: #222222;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div>\r\n<div>\r\n<h1></h1>\r\n</div>\r\nPre-market price action and scheduled economic data that may have an impact on the global financial markets:\r\n<div>\r\n<strong>STOCKS</strong> -  The Stoxx Europe 600 Index slipped 0.5 percent. Futures on the S&amp;P 500 Index slipped 0.6 percent, pointing to a lower Wall Street open.\r\n\r\n<strong>BONDS</strong> - Treasuries gained, with the yield on 10-year notes falling three basis points to 1.73 percent. The rate on similar-maturity German bunds dropped two basis points to 0.10 percent.\r\n\r\n<strong>COMMODITIES</strong> - Gold for immediate delivery pushed higher, following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_950895235\"><span class=\"aQJ\">Wednesday’s</span></span> 0.7 percent retreat. Copper for delivery <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_950895236\"><span class=\"aQJ\">in three months</span></span> declined with industrial metals on the London Metal Exchange.\r\n\r\n<strong>CURRENCIES</strong> -  The yen surged toward 108 per dollar to the strongest level in 1 1/2 years as the Bank of Japan’s apparent reluctance to intervene kept investors buying.\r\n\r\n<strong>ECONOMIC DATA </strong>- EUR ECB Monetary Policy Meeting Accounts due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_950895237\"><span class=\"aQJ\">7:30</span></span>, US Unemployment Claims and CAD Building Permits at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_950895238\"><span class=\"aQJ\">8:30</span></span>, ECB President Draghi Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_950895239\"><span class=\"aQJ\">10:00</span></span>, Natural Gas at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_950895240\"><span class=\"aQJ\">10:30</span></span>, Fed Chair Yellen speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_950895241\"><span class=\"aQJ\">5:30 ET</span></span>.</div>\r\n</div>\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>\r\n<p style=\"color: #222222;\"></p>\r\n<p style=\"color: #222222;\"><img class=\"CToWUd\" title=\"trading room and award pics\" src=\"https://ci3.googleusercontent.com/proxy/RXvDo3LcBKn-cpi2n0JDY9TsACh3LlxAeb5J8mE2QyDOG4uvd8DQOGBOaHxezdPagY_XIgZKcI7FQIBmW7bmlaooIbjRAcu-4at-oL-CJmm_95ACLE5pmukdR0foavNgOOQTQolEz3X0WYrcHHwuKLtibimEIgZ1kC9leRtSazomp0OWrsm601mQLlyU08J4=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/ddb01eaf49/trading%20room%20and%20award%20pics.JPG?__nocache__=1\" alt=\"trading room and award pics\" width=\"499\" height=\"126\" align=\"bottom\" border=\"0\" hspace=\"0\" vspace=\"0\" /></p>\r\n<p style=\"color: #222222;\">\r\n\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</p>\r\n&nbsp;','What\'s next in the global markets? ','','publish','open','closed','','whats-next-global-markets-2','','','2016-04-07 10:54:45','2016-04-07 10:54:45','',0,'http://www.thetradingroom.com/?p=2833',0,'post','',0),(2834,2,'2016-04-07 10:53:11','2016-04-07 10:53:11','','trading up to speed','','inherit','open','closed','','trading-up-to-speed','','','2016-04-07 10:53:11','2016-04-07 10:53:11','',2833,'http://www.thetradingroom.com/wp-content/uploads/2016/04/trading-up-to-speed.jpg',0,'attachment','image/jpeg',0),(2835,2,'2016-04-07 10:54:45','2016-04-07 10:54:45','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\r\n\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/075afef9ee/TEST/5fdbcd6dfc/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_950895232\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_950895233\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_950895234\"><span class=\"aQJ\">Friday</span></span>.\r\n\r\nWe are now show casing the new and improved Einstein III automated trading system.</span>\r\n</p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span><strong>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/075afef9ee/TEST/001cf25c8d\" target=\"_blank\">register as a guest for access.</a></strong></p>\r\n\r\n<div style=\"color: #222222;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div>\r\n<div>\r\n<h1></h1>\r\n</div>\r\nPre-market price action and scheduled economic data that may have an impact on the global financial markets:\r\n<div>\r\n<strong>STOCKS</strong> -  The Stoxx Europe 600 Index slipped 0.5 percent. Futures on the S&amp;P 500 Index slipped 0.6 percent, pointing to a lower Wall Street open.\r\n\r\n<strong>BONDS</strong> - Treasuries gained, with the yield on 10-year notes falling three basis points to 1.73 percent. The rate on similar-maturity German bunds dropped two basis points to 0.10 percent.\r\n\r\n<strong>COMMODITIES</strong> - Gold for immediate delivery pushed higher, following <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_950895235\"><span class=\"aQJ\">Wednesday’s</span></span> 0.7 percent retreat. Copper for delivery <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_950895236\"><span class=\"aQJ\">in three months</span></span> declined with industrial metals on the London Metal Exchange.\r\n\r\n<strong>CURRENCIES</strong> -  The yen surged toward 108 per dollar to the strongest level in 1 1/2 years as the Bank of Japan’s apparent reluctance to intervene kept investors buying.\r\n\r\n<strong>ECONOMIC DATA </strong>- EUR ECB Monetary Policy Meeting Accounts due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_950895237\"><span class=\"aQJ\">7:30</span></span>, US Unemployment Claims and CAD Building Permits at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_950895238\"><span class=\"aQJ\">8:30</span></span>, ECB President Draghi Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_950895239\"><span class=\"aQJ\">10:00</span></span>, Natural Gas at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_950895240\"><span class=\"aQJ\">10:30</span></span>, Fed Chair Yellen speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_950895241\"><span class=\"aQJ\">5:30 ET</span></span>.</div>\r\n</div>\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>\r\n<p style=\"color: #222222;\"></p>\r\n<p style=\"color: #222222;\"><img class=\"CToWUd\" title=\"trading room and award pics\" src=\"https://ci3.googleusercontent.com/proxy/RXvDo3LcBKn-cpi2n0JDY9TsACh3LlxAeb5J8mE2QyDOG4uvd8DQOGBOaHxezdPagY_XIgZKcI7FQIBmW7bmlaooIbjRAcu-4at-oL-CJmm_95ACLE5pmukdR0foavNgOOQTQolEz3X0WYrcHHwuKLtibimEIgZ1kC9leRtSazomp0OWrsm601mQLlyU08J4=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/ddb01eaf49/trading%20room%20and%20award%20pics.JPG?__nocache__=1\" alt=\"trading room and award pics\" width=\"499\" height=\"126\" align=\"bottom\" border=\"0\" hspace=\"0\" vspace=\"0\" /></p>\r\n<p style=\"color: #222222;\">\r\n\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</p>\r\n&nbsp;','What\'s next in the global markets? ','','inherit','open','closed','','2833-revision-v1','','','2016-04-07 10:54:45','2016-04-07 10:54:45','',2833,'http://www.thetradingroom.com/2833-revision-v1/',0,'revision','',0),(2837,2,'2016-04-13 10:46:12','2016-04-13 10:46:12','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\r\n\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b1ac6c4c4a/TEST/596f9bc3a5/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_58861260\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_58861261\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_58861262\"><span class=\"aQJ\">Friday</span></span>.\r\n\r\nWe are now show casing the new and improved Einstein III automated trading system.</span>\r\n</p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span><strong>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b1ac6c4c4a/TEST/cfe83d721f\" target=\"_blank\">register as a guest for access.</a></strong></p>\r\n\r\n<div style=\"color: #222222;\"><strong><strong> </strong></strong>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div>\r\nPre-market price action and scheduled economic data that may have an impact on the global financial markets:\r\n<div>\r\n<strong>STOCKS</strong> -  Global stocks rose <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_58861263\"><span class=\"aQJ\">on Wednesday</span></span> after surprisingly upbeat Chinese trade data offered hope Asia\'s biggest economy is finally stabilising, fuelling risk appetite. Futures on the Standard &amp; Poor’s 500 Index rose as investors awaited earnings from JPMorgan Chase &amp; Co.\r\n\r\n<strong>BONDS</strong> - Treasuries extended a three-day drop before the U.S auctions $20 billion of debt due in 2026. The yield on the 10-year securities was at 1.79 percent, after adding nine basis points in the previous three days.\r\n\r\n<strong>COMMODITIES</strong> - Copper rose 1.2 percent, leading industrial metals higher after China, the world’s biggest consumer, boosted foreign purchases to an all-time high.\r\n\r\n<strong>CURRENCIES</strong> -  The dollar advanced against most of its major peers before reports <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_58861264\"><span class=\"aQJ\">on Wednesday</span></span> that economists forecast will show U.S. economic growth remains intact.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Retail Sales and PPI due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_58861265\"><span class=\"aQJ\">8:30</span></span>, CAD BOC Rate Statement at<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_58861266\"><span class=\"aQJ\">10:00</span></span>, Crude Oil Inventories at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_58861267\"><span class=\"aQJ\">10:30</span></span>, BOC Press Conference at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_58861268\"><span class=\"aQJ\">11:15</span></span>, US 10-y Bond Auction at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_58861269\"><span class=\"aQJ\">13:01</span></span>, AUD Unemployment Rate <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_58861270\"><span class=\"aQJ\">21:30 ET</span></span>.</div>\r\n</div>\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>\r\n<p style=\"color: #222222;\"></p>\r\n<p style=\"color: #222222;\"><img class=\"CToWUd\" title=\"trading room and award pics\" src=\"https://ci3.googleusercontent.com/proxy/RXvDo3LcBKn-cpi2n0JDY9TsACh3LlxAeb5J8mE2QyDOG4uvd8DQOGBOaHxezdPagY_XIgZKcI7FQIBmW7bmlaooIbjRAcu-4at-oL-CJmm_95ACLE5pmukdR0foavNgOOQTQolEz3X0WYrcHHwuKLtibimEIgZ1kC9leRtSazomp0OWrsm601mQLlyU08J4=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/ddb01eaf49/trading%20room%20and%20award%20pics.JPG?__nocache__=1\" alt=\"trading room and award pics\" width=\"499\" height=\"126\" align=\"bottom\" border=\"0\" hspace=\"0\" vspace=\"0\" /></p>\r\n<p style=\"color: #222222;\">\r\n\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</p>','Risk On Sentiment - PreMarket Open','','publish','open','closed','','risk-sentiment-premarket-open','','','2016-04-13 10:46:12','2016-04-13 10:46:12','',0,'http://www.thetradingroom.com/?p=2837',0,'post','',0),(2838,2,'2016-04-13 10:46:12','2016-04-13 10:46:12','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\r\n\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b1ac6c4c4a/TEST/596f9bc3a5/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_58861260\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_58861261\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_58861262\"><span class=\"aQJ\">Friday</span></span>.\r\n\r\nWe are now show casing the new and improved Einstein III automated trading system.</span>\r\n</p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span><strong>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b1ac6c4c4a/TEST/cfe83d721f\" target=\"_blank\">register as a guest for access.</a></strong></p>\r\n\r\n<div style=\"color: #222222;\"><strong><strong> </strong></strong>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div>\r\nPre-market price action and scheduled economic data that may have an impact on the global financial markets:\r\n<div>\r\n<strong>STOCKS</strong> -  Global stocks rose <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_58861263\"><span class=\"aQJ\">on Wednesday</span></span> after surprisingly upbeat Chinese trade data offered hope Asia\'s biggest economy is finally stabilising, fuelling risk appetite. Futures on the Standard &amp; Poor’s 500 Index rose as investors awaited earnings from JPMorgan Chase &amp; Co.\r\n\r\n<strong>BONDS</strong> - Treasuries extended a three-day drop before the U.S auctions $20 billion of debt due in 2026. The yield on the 10-year securities was at 1.79 percent, after adding nine basis points in the previous three days.\r\n\r\n<strong>COMMODITIES</strong> - Copper rose 1.2 percent, leading industrial metals higher after China, the world’s biggest consumer, boosted foreign purchases to an all-time high.\r\n\r\n<strong>CURRENCIES</strong> -  The dollar advanced against most of its major peers before reports <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_58861264\"><span class=\"aQJ\">on Wednesday</span></span> that economists forecast will show U.S. economic growth remains intact.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Retail Sales and PPI due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_58861265\"><span class=\"aQJ\">8:30</span></span>, CAD BOC Rate Statement at<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_58861266\"><span class=\"aQJ\">10:00</span></span>, Crude Oil Inventories at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_58861267\"><span class=\"aQJ\">10:30</span></span>, BOC Press Conference at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_58861268\"><span class=\"aQJ\">11:15</span></span>, US 10-y Bond Auction at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_58861269\"><span class=\"aQJ\">13:01</span></span>, AUD Unemployment Rate <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_58861270\"><span class=\"aQJ\">21:30 ET</span></span>.</div>\r\n</div>\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>\r\n<p style=\"color: #222222;\"></p>\r\n<p style=\"color: #222222;\"><img class=\"CToWUd\" title=\"trading room and award pics\" src=\"https://ci3.googleusercontent.com/proxy/RXvDo3LcBKn-cpi2n0JDY9TsACh3LlxAeb5J8mE2QyDOG4uvd8DQOGBOaHxezdPagY_XIgZKcI7FQIBmW7bmlaooIbjRAcu-4at-oL-CJmm_95ACLE5pmukdR0foavNgOOQTQolEz3X0WYrcHHwuKLtibimEIgZ1kC9leRtSazomp0OWrsm601mQLlyU08J4=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/ddb01eaf49/trading%20room%20and%20award%20pics.JPG?__nocache__=1\" alt=\"trading room and award pics\" width=\"499\" height=\"126\" align=\"bottom\" border=\"0\" hspace=\"0\" vspace=\"0\" /></p>\r\n<p style=\"color: #222222;\">\r\n\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</p>','Risk On Sentiment - PreMarket Open','','inherit','open','closed','','2837-revision-v1','','','2016-04-13 10:46:12','2016-04-13 10:46:12','',2837,'http://www.thetradingroom.com/2837-revision-v1/',0,'revision','',0),(2839,2,'2016-04-17 18:27:23','2016-04-17 18:27:23','The much anticipated talks in Doha between the world\'s biggest oil producers on Sunday has been postponed after OPEC\'s Saudi Arabia told participants it wanted all OPEC members to  take part in the freeze, including Iran. Approximately 18 countries including Russia was scheduled to meet in order to secure a deal to stabilize output at January levels until October 2016. Iran said it would not attend and will not be a signatory to any deal as it would amount to self-imposed sanctions on the country, which is restoring crude production after the removal on its shipments.\r\n\r\nIn the week ahead, I will focus on the key macro themes involving the <strong>US Dollar, Crude oil and the Stock indices.</strong>  There will be plenty of important earning reports being released including Netflix, Intel, Microsoft, Alphabet (Google), Johnson &amp; Johnson, General Electric and Goldman Sachs to name a few.\r\n\r\nThe negative correlation between the US Dollar and Crude oil has been evident.  Six months of back tests have validated the importance of using correlation analytics for enhancing performance results.  For example, trading Crude oil futures using the Einstein automated trading system as the strategy and implementing the US Dollar as a negative correlation to filter trades, the profit factor improved by approximately 22% and also helped reduce gross losses by 50%. Among quant traders, the profit factor is considered important for evaluating strategy performance. It is the amount made in relation to the amount lost. This is calculated by dividing the gross profit by gross loss, by definition a value greater than one means the trades have a positive net profit.\r\n\r\n<em><strong> - Joe Rios</strong></em>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room® TradeLAB - </strong><strong>Global Trading with Quantitative Technologies</strong>\r\n\r\nJoin our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members.\r\n\r\nLive demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<span data-term=\"goog_58861496\">Monday</span> thru <span data-term=\"goog_58861497\">Friday</span> - From 8:00 am to 11:00 am ET\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/774e2e1fa4/TEST/f53f68f5b1\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n\r\n<strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/774e2e1fa4/TEST/c574f5c04c\">register as a guest.</a>\r\n\r\n<strong>It\'s really that simple!but don\'t you as youthe crybaby</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nMonday\r\n\r\n8:30 AM            USD     FOMC Member Dudley Speaks\r\n\r\n9:30 AM            AUD     Monetary Policy Meeting Minutes\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n5:00 AM            EUR     German Economic Sentiment\r\n\r\n8:30 AM            USD     Building Permits\r\n\r\n9:30 AM            AUD     RBA Gov. Stevens Speaks\r\n\r\n10:35 AM          GBP     BOE Gov. Carney Speaks\r\n\r\n11:00 AM          CAD     BOC Gov. Poloz Speaks\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM            GBP     Average Earnings Index\r\n\r\n10:00 AM          USD     Existing Home Sales\r\n\r\n10:30 AM          CL        Crude Oil Inventories\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n4:30 AM            GBP     Retail Sales\r\n\r\n7:45 AM            EUR     Minimum Bid Rate\r\n\r\n8:30 AM            EUR     ECB Press Conference\r\n\r\n8:30 AM            USD     Unemployment Claims\r\n\r\n10:30 AM          NG       Natural Gas Storage\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n4:00 AM            EUR     Flash Manufacturing PMI\r\n\r\n8:30 AM            CAD     CPI\r\n\r\n&nbsp;\r\n<div style=\"color: #ffffff;\"><span style=\"font-size: small;\"><b><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS </span></b></span><b><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></b></div>','The Week Ahead in the Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-48','','','2016-04-17 18:27:23','2016-04-17 18:27:23','',0,'http://www.thetradingroom.com/?p=2839',0,'post','',0),(2840,2,'2016-04-17 18:22:28','2016-04-17 18:22:28','The much anticipated talks in Doha between the world\'s biggest oil producers on Sunday has been postponed after OPEC\'s Saudi Arabia told participants it wanted all OPEC members to  take part in the freeze, including Iran. Approximately 18 countries including Russia was scheduled to meet in order to secure a deal to stabilize output at January levels until October 2016. Iran said it would not attend and will not be a signatory to any deal as it would amount to self-imposed sanctions on the country, which is restoring crude production after the removal on its shipments.\r\n\r\n&nbsp;\r\n\r\nIn the week ahead, I will focus on the key macro themes involving the US Dollar, Crude oil and the Stock indices.  There will be plenty of important earning reports being released including Netflix, Intel, Microsoft, Alphabet (Google), Johnson &amp; Johnson, General Electric and Goldman Sachs to name a few.\r\n\r\n&nbsp;\r\n\r\nThe negative correlation between the US Dollar and Crude oil has been evident.  Six months of back tests have validated the importance of using correlation analytics for enhancing performance results.  For example, trading Crude oil futures using the Einstein automated trading system as the strategy and implementing the US Dollar as a negative correlation to filter trades, the profit factor improved by approximately 22% and also helped reduce gross losses by 50%. Among quant traders, the profit factor is considered important for evaluating strategy performance. It is the amount made in relation to the amount lost. This is calculated by dividing the gross profit by gross loss, by definition a value greater than one means the trades have a positive net profit.\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room® TradeLAB - </strong><strong>Global Trading with Quantitative Technologies</strong>\r\n\r\nJoin our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members.\r\n\r\nLive demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<span data-term=\"goog_58861496\">Monday</span> thru <span data-term=\"goog_58861497\">Friday</span> - From 8:00 am to 11:00 am ET\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/774e2e1fa4/TEST/f53f68f5b1\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n\r\n<strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/774e2e1fa4/TEST/c574f5c04c\">register as a guest.</a>\r\n\r\n<strong>It\'s really that simple!but don\'t you as youthe crybaby</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nMonday\r\n\r\n8:30 AM            USD     FOMC Member Dudley Speaks\r\n\r\n9:30 AM            AUD     Monetary Policy Meeting Minutes\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n5:00 AM            EUR     German Economic Sentiment\r\n\r\n8:30 AM            USD     Building Permits\r\n\r\n9:30 AM            AUD     RBA Gov. Stevens Speaks\r\n\r\n10:35 AM          GBP     BOE Gov. Carney Speaks\r\n\r\n11:00 AM          CAD     BOC Gov. Poloz Speaks\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM            GBP     Average Earnings Index\r\n\r\n10:00 AM          USD     Existing Home Sales\r\n\r\n10:30 AM          CL        Crude Oil Inventories\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n4:30 AM            GBP     Retail Sales\r\n\r\n7:45 AM            EUR     Minimum Bid Rate\r\n\r\n8:30 AM            EUR     ECB Press Conference\r\n\r\n8:30 AM            USD     Unemployment Claims\r\n\r\n10:30 AM          NG       Natural Gas Storage\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n4:00 AM            EUR     Flash Manufacturing PMI\r\n\r\n8:30 AM            CAD     CPI','','','inherit','open','closed','','2839-revision-v1','','','2016-04-17 18:22:28','2016-04-17 18:22:28','',2839,'http://www.thetradingroom.com/2839-revision-v1/',0,'revision','',0),(2841,2,'2016-04-17 18:23:32','2016-04-17 18:23:32','The much anticipated talks in Doha between the world\'s biggest oil producers on Sunday has been postponed after OPEC\'s Saudi Arabia told participants it wanted all OPEC members to  take part in the freeze, including Iran. Approximately 18 countries including Russia was scheduled to meet in order to secure a deal to stabilize output at January levels until October 2016. Iran said it would not attend and will not be a signatory to any deal as it would amount to self-imposed sanctions on the country, which is restoring crude production after the removal on its shipments.\r\n\r\nIn the week ahead, I will focus on the key macro themes involving the <strong>US Dollar, Crude oil and the Stock indices.</strong>  There will be plenty of important earning reports being released including Netflix, Intel, Microsoft, Alphabet (Google), Johnson &amp; Johnson, General Electric and Goldman Sachs to name a few.\r\n\r\nThe negative correlation between the US Dollar and Crude oil has been evident.  Six months of back tests have validated the importance of using correlation analytics for enhancing performance results.  For example, trading Crude oil futures using the Einstein automated trading system as the strategy and implementing the US Dollar as a negative correlation to filter trades, the profit factor improved by approximately 22% and also helped reduce gross losses by 50%. Among quant traders, the profit factor is considered important for evaluating strategy performance. It is the amount made in relation to the amount lost. This is calculated by dividing the gross profit by gross loss, by definition a value greater than one means the trades have a positive net profit.\r\n\r\n<em><strong> - Joe Rios</strong></em>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room® TradeLAB - </strong><strong>Global Trading with Quantitative Technologies</strong>\r\n\r\nJoin our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members.\r\n\r\nLive demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<span data-term=\"goog_58861496\">Monday</span> thru <span data-term=\"goog_58861497\">Friday</span> - From 8:00 am to 11:00 am ET\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/774e2e1fa4/TEST/f53f68f5b1\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n\r\n<strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/774e2e1fa4/TEST/c574f5c04c\">register as a guest.</a>\r\n\r\n<strong>It\'s really that simple!but don\'t you as youthe crybaby</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nMonday\r\n\r\n8:30 AM            USD     FOMC Member Dudley Speaks\r\n\r\n9:30 AM            AUD     Monetary Policy Meeting Minutes\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n5:00 AM            EUR     German Economic Sentiment\r\n\r\n8:30 AM            USD     Building Permits\r\n\r\n9:30 AM            AUD     RBA Gov. Stevens Speaks\r\n\r\n10:35 AM          GBP     BOE Gov. Carney Speaks\r\n\r\n11:00 AM          CAD     BOC Gov. Poloz Speaks\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM            GBP     Average Earnings Index\r\n\r\n10:00 AM          USD     Existing Home Sales\r\n\r\n10:30 AM          CL        Crude Oil Inventories\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n4:30 AM            GBP     Retail Sales\r\n\r\n7:45 AM            EUR     Minimum Bid Rate\r\n\r\n8:30 AM            EUR     ECB Press Conference\r\n\r\n8:30 AM            USD     Unemployment Claims\r\n\r\n10:30 AM          NG       Natural Gas Storage\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n4:00 AM            EUR     Flash Manufacturing PMI\r\n\r\n8:30 AM            CAD     CPI','','','inherit','open','closed','','2839-revision-v1','','','2016-04-17 18:23:32','2016-04-17 18:23:32','',2839,'http://www.thetradingroom.com/2839-revision-v1/',0,'revision','',0),(2842,2,'2016-04-17 18:27:23','2016-04-17 18:27:23','The much anticipated talks in Doha between the world\'s biggest oil producers on Sunday has been postponed after OPEC\'s Saudi Arabia told participants it wanted all OPEC members to  take part in the freeze, including Iran. Approximately 18 countries including Russia was scheduled to meet in order to secure a deal to stabilize output at January levels until October 2016. Iran said it would not attend and will not be a signatory to any deal as it would amount to self-imposed sanctions on the country, which is restoring crude production after the removal on its shipments.\r\n\r\nIn the week ahead, I will focus on the key macro themes involving the <strong>US Dollar, Crude oil and the Stock indices.</strong>  There will be plenty of important earning reports being released including Netflix, Intel, Microsoft, Alphabet (Google), Johnson &amp; Johnson, General Electric and Goldman Sachs to name a few.\r\n\r\nThe negative correlation between the US Dollar and Crude oil has been evident.  Six months of back tests have validated the importance of using correlation analytics for enhancing performance results.  For example, trading Crude oil futures using the Einstein automated trading system as the strategy and implementing the US Dollar as a negative correlation to filter trades, the profit factor improved by approximately 22% and also helped reduce gross losses by 50%. Among quant traders, the profit factor is considered important for evaluating strategy performance. It is the amount made in relation to the amount lost. This is calculated by dividing the gross profit by gross loss, by definition a value greater than one means the trades have a positive net profit.\r\n\r\n<em><strong> - Joe Rios</strong></em>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room® TradeLAB - </strong><strong>Global Trading with Quantitative Technologies</strong>\r\n\r\nJoin our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members.\r\n\r\nLive demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<span data-term=\"goog_58861496\">Monday</span> thru <span data-term=\"goog_58861497\">Friday</span> - From 8:00 am to 11:00 am ET\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/774e2e1fa4/TEST/f53f68f5b1\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n\r\n<strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/774e2e1fa4/TEST/c574f5c04c\">register as a guest.</a>\r\n\r\n<strong>It\'s really that simple!but don\'t you as youthe crybaby</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nMonday\r\n\r\n8:30 AM            USD     FOMC Member Dudley Speaks\r\n\r\n9:30 AM            AUD     Monetary Policy Meeting Minutes\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\n5:00 AM            EUR     German Economic Sentiment\r\n\r\n8:30 AM            USD     Building Permits\r\n\r\n9:30 AM            AUD     RBA Gov. Stevens Speaks\r\n\r\n10:35 AM          GBP     BOE Gov. Carney Speaks\r\n\r\n11:00 AM          CAD     BOC Gov. Poloz Speaks\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n4:30 AM            GBP     Average Earnings Index\r\n\r\n10:00 AM          USD     Existing Home Sales\r\n\r\n10:30 AM          CL        Crude Oil Inventories\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\n4:30 AM            GBP     Retail Sales\r\n\r\n7:45 AM            EUR     Minimum Bid Rate\r\n\r\n8:30 AM            EUR     ECB Press Conference\r\n\r\n8:30 AM            USD     Unemployment Claims\r\n\r\n10:30 AM          NG       Natural Gas Storage\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n4:00 AM            EUR     Flash Manufacturing PMI\r\n\r\n8:30 AM            CAD     CPI\r\n\r\n&nbsp;\r\n<div style=\"color: #ffffff;\"><span style=\"font-size: small;\"><b><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS </span></b></span><b><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></b></div>','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2839-revision-v1','','','2016-04-17 18:27:23','2016-04-17 18:27:23','',2839,'http://www.thetradingroom.com/2839-revision-v1/',0,'revision','',0),(2843,2,'2016-04-18 11:12:31','2016-04-18 11:12:31','<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<p style=\"color: #500050;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3dqCU._Ay6h.1AF&amp;b=JrUj4qM9yUjVJ88DmRDkBQ\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_58861706\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_58861707\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_58861708\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_58861709\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3dqCU._Ay6h.1AF&amp;b=MmCt9JswgTU3X8Wurg5JCA\" target=\"_blank\">register as a guest</a>.</span></p>\r\n\r\n<div></div>\r\n<div><span style=\"color: #000000;\"><strong>Pre-market</strong> activity and scheduled economic data that may have an impact on the global financial markets. </span>​</div>\r\n<div>\r\n<strong>What\'s next in the markets?</strong></div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>STOCKS -   A dive in oil prices sent global stock markets lower <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_58861710\"><span class=\"aQJ\">on Monday</span></span> after producers meeting in Qatar failed to agree on a plan to curb global supply, quashing the more optimistic tone which prevailed for much of the past week.\r\n\r\n</div>\r\n<div>BONDS - U.S. Treasuries were in demand, with the yield on 10-year notes falling as much as three basis points to 1.72 percent.\r\n\r\n</div>\r\n<div>COMMODITIES -  WTI was 3 percent lower, having declined as much as 6.8 percent during the London session\'s intraday.\r\n\r\n</div>\r\n<div>CURRENCIES -  With a  fall in crude prices sapping risk appetite across markets, investors sought refuge in the yen, which hit a three-year high against the euro and traded close to a 1-1/2-year high against the dollar.The Canadian dollar skidded by 1 percent  while the Australian dollar fell.\r\n\r\n</div>\r\n<div>ECONOMIC DATA - CAD Foreign Securities Purchases and FOMC Member Dudley Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_58861711\"><span class=\"aQJ\">8:30</span></span>, NAHB Housing Market Index at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_58861712\"><span class=\"aQJ\">10:00</span></span>, AUD Monetary Policy Meeting Minutes <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_58861713\"><span class=\"aQJ\">21:30 ET</span></span>.</div>\r\n</div>\r\n<div>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n<div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">   <em> </em></span><em><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></em></p>\r\n<p style=\"color: #500050;\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3dqCU._Ay6h.1AF&amp;b=BvoIEq5iUWpV.3dKDBkhiQ\" target=\"_blank\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket Trading: Global Markets','','publish','open','closed','','premarket-trading-global-markets','','','2016-04-18 11:12:31','2016-04-18 11:12:31','',0,'http://www.thetradingroom.com/?p=2843',0,'post','',0),(2844,2,'2016-04-18 11:12:31','2016-04-18 11:12:31','<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<p style=\"color: #500050;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3dqCU._Ay6h.1AF&amp;b=JrUj4qM9yUjVJ88DmRDkBQ\" target=\"_blank\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_58861706\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_58861707\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_58861708\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_58861709\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3dqCU._Ay6h.1AF&amp;b=MmCt9JswgTU3X8Wurg5JCA\" target=\"_blank\">register as a guest</a>.</span></p>\r\n\r\n<div></div>\r\n<div><span style=\"color: #000000;\"><strong>Pre-market</strong> activity and scheduled economic data that may have an impact on the global financial markets. </span>​</div>\r\n<div>\r\n<strong>What\'s next in the markets?</strong></div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>STOCKS -   A dive in oil prices sent global stock markets lower <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_58861710\"><span class=\"aQJ\">on Monday</span></span> after producers meeting in Qatar failed to agree on a plan to curb global supply, quashing the more optimistic tone which prevailed for much of the past week.\r\n\r\n</div>\r\n<div>BONDS - U.S. Treasuries were in demand, with the yield on 10-year notes falling as much as three basis points to 1.72 percent.\r\n\r\n</div>\r\n<div>COMMODITIES -  WTI was 3 percent lower, having declined as much as 6.8 percent during the London session\'s intraday.\r\n\r\n</div>\r\n<div>CURRENCIES -  With a  fall in crude prices sapping risk appetite across markets, investors sought refuge in the yen, which hit a three-year high against the euro and traded close to a 1-1/2-year high against the dollar.The Canadian dollar skidded by 1 percent  while the Australian dollar fell.\r\n\r\n</div>\r\n<div>ECONOMIC DATA - CAD Foreign Securities Purchases and FOMC Member Dudley Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_58861711\"><span class=\"aQJ\">8:30</span></span>, NAHB Housing Market Index at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_58861712\"><span class=\"aQJ\">10:00</span></span>, AUD Monetary Policy Meeting Minutes <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_58861713\"><span class=\"aQJ\">21:30 ET</span></span>.</div>\r\n</div>\r\n<div>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n<div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">   <em> </em></span><em><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></em></p>\r\n<p style=\"color: #500050;\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3dqCU._Ay6h.1AF&amp;b=BvoIEq5iUWpV.3dKDBkhiQ\" target=\"_blank\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket Trading: Global Markets','','inherit','open','closed','','2843-revision-v1','','','2016-04-18 11:12:31','2016-04-18 11:12:31','',2843,'http://www.thetradingroom.com/2843-revision-v1/',0,'revision','',0),(2845,2,'2016-04-19 20:19:35','0000-00-00 00:00:00','','autotrader','','draft','open','closed','','autotrader','','','2016-04-19 20:19:35','0000-00-00 00:00:00','',0,'http://www.thetradingroom.com/?page_id=2845',0,'page','',0),(2846,2,'2016-04-19 20:21:13','0000-00-00 00:00:00','','autotrader2016','','draft','open','closed','','autotrader2016','','','2016-04-19 20:21:13','0000-00-00 00:00:00','',0,'http://www.thetradingroom.com/?page_id=2846',0,'page','',0),(2847,2,'2016-04-20 11:56:16','0000-00-00 00:00:00','','Automation ','','draft','open','closed','','automation','','','2016-04-20 11:56:16','2016-04-20 11:56:16','',0,'http://www.thetradingroom.com/?page_id=2847',0,'page','',0),(2848,2,'2016-04-19 20:31:02','2016-04-19 20:31:02','','Automation ','','inherit','open','closed','','2847-revision-v1','','','2016-04-19 20:31:02','2016-04-19 20:31:02','',2847,'http://www.thetradingroom.com/2847-revision-v1/',0,'revision','',0),(2849,2,'2016-04-19 20:36:36','2016-04-19 20:36:36','','cognitive trading mind pic border','','inherit','open','closed','','cognitive-trading-mind-pic-border','','','2016-04-19 20:36:36','2016-04-19 20:36:36','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/04/cognitive-trading-mind-pic-border.jpg',0,'attachment','image/jpeg',0),(2851,2,'2016-04-25 10:53:00','2016-04-25 10:53:00','<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><strong>Natural gas</strong> futures was the best performing asset class, reporting its best week of the year on signs that summer-like temperatures will help reduce supply.  The futures were up 13 percent for the week; up the most since the seven days, ended <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865891629\"><span class=\"aQJ\">January 1st</span></span>. Short sellers covering their short positions seem to be driving the recent run-up.  An above-normal temperature across most of the lower states is expected to rise at the start of May, pushing demand for the power-plant fuel to run air conditioners.</div>\r\n<div></div>\r\n<div>In the currency market, the <strong>Japanese yen</strong> was the worst performing currency, as reports surfaced that the Bank of Japan is considering more aggressive easing in the form of additional stimulus measures. This could mean the implementation of negative lending rates to financial institutions in Japan. In the week ahead the Bank of Japan’s highly anticipated monetary policy meeting and statement will likely attract more volatility and trading opportunities.</div>\r\n<div></div>\r\n<div>In the commodity market <strong>gold </strong>futures finished the week practically unchanged, however, prices did manage to bounce from the short-term uptrend support to the resistance and then back to the support line.  <strong>Crude oil</strong>futures also provided trading opportunities based on short-term technical forecasting techniques.</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3iNCbuAAb6h.1AF&amp;b=.8sYkSwWB3zBK5mfmM.RPg\" target=\"_blank\"><img class=\"CToWUd aligncenter\" src=\"https://ci5.googleusercontent.com/proxy/R4YUgKGZhCwyF5NG9v0VaWn_tYlDvPe2kaYnyr9s5SOVzmKMkfamUjxz6c2zkmV8n6x4lgvqKjWohjsKD_ou6FR-rZg36FcuEQljJApmqwA5vgLwCqSFvyD2nDydxr9OaiahlThRUz1bOh7ZIZY-=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ez1pe5/optimized/53680d6084c49f017ee58289.jpeg\" alt=\"Image\" width=\"408\" height=\"148\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>In the week ahead, I will focus on the <em><span style=\"text-decoration: underline;\">technicals</span> </em>for trading opportunities. I will continue to display charts of trending markets as well as <em><span style=\"text-decoration: underline;\">rangebox set-ups</span> to</em> enhance our trading experience during The Trading Room® and IQ Room sessions.</div>\r\n</div>\r\n<div></div>\r\n<div><strong><em>Join us this week and experience the power of market intelligence. We will be show casing the new Einstein SmartBox automated trading system with cross-market relationships and correlations analytics.   </em></strong></div>\r\n</div>\r\n<div>​</div>\r\n<div><strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​​</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n\r\n______________________________<wbr />__\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\n<div>\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865891630\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865891631\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865891632\"><span class=\"aQJ\">8:00 AM ET</span></span></strong>\r\n<div>Join our trading community with RiosQuant founder and  trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3iNCbuAAb6h.1AF&amp;b=.Yd1assMiYEsoVPvjGK6Vg\" target=\"_blank\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3iNCbuAAb6h.1AF&amp;b=.GfBslSy0T31yzn8aATHFw\" target=\"_blank\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3iNCbuAAb6h.1AF&amp;b=fLgnkthlEOWrtqmno0cH0Q\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><strong>  ______________________________</strong></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>The Insider\'s Quant (I.Q.) Room</strong>​</div>\r\n<div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865891633\"><span class=\"aQJ\">Monday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865891634\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div><em>The Week Ahead</em></div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865891635\"><span class=\"aQJ\">Wednesday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865891636\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div><em>Back to Basics</em></div>\r\n<div></div>\r\n</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865891637\"><span class=\"aQJ\">Thursday</span></span> <em>- </em><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865891638\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div>Insider\'s Round Table Meetup</div>\r\n</div>\r\n<div></div>\r\n<div><strong>      ______________________________</strong></div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n</div>','The Week Ahead in the Global Markets','','publish','open','closed','','week-ahead-global-markets-8','','','2016-04-25 10:53:00','2016-04-25 10:53:00','',0,'http://www.thetradingroom.com/?p=2851',0,'post','',0),(2853,2,'2016-04-25 10:52:47','2016-04-25 10:52:47','<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><strong>Natural gas</strong> futures was the best performing asset class, reporting its best week of the year on signs that summer-like temperatures will help reduce supply.  The futures were up 13 percent for the week; up the most since the seven days, ended <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865891629\"><span class=\"aQJ\">January 1st</span></span>. Short sellers covering their short positions seem to be driving the recent run-up.  An above-normal temperature across most of the lower states is expected to rise at the start of May, pushing demand for the power-plant fuel to run air conditioners.</div>\r\n<div></div>\r\n<div>In the currency market, the <strong>Japanese yen</strong> was the worst performing currency, as reports surfaced that the Bank of Japan is considering more aggressive easing in the form of additional stimulus measures. This could mean the implementation of negative lending rates to financial institutions in Japan. In the week ahead the Bank of Japan’s highly anticipated monetary policy meeting and statement will likely attract more volatility and trading opportunities.</div>\r\n<div></div>\r\n<div>In the commodity market <strong>gold </strong>futures finished the week practically unchanged, however, prices did manage to bounce from the short-term uptrend support to the resistance and then back to the support line.  <strong>Crude oil</strong>futures also provided trading opportunities based on short-term technical forecasting techniques.</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3iNCbuAAb6h.1AF&amp;b=.8sYkSwWB3zBK5mfmM.RPg\" target=\"_blank\"><img class=\"CToWUd aligncenter\" src=\"https://ci5.googleusercontent.com/proxy/R4YUgKGZhCwyF5NG9v0VaWn_tYlDvPe2kaYnyr9s5SOVzmKMkfamUjxz6c2zkmV8n6x4lgvqKjWohjsKD_ou6FR-rZg36FcuEQljJApmqwA5vgLwCqSFvyD2nDydxr9OaiahlThRUz1bOh7ZIZY-=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ez1pe5/optimized/53680d6084c49f017ee58289.jpeg\" alt=\"Image\" width=\"408\" height=\"148\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>In the week ahead, I will focus on the <em><span style=\"text-decoration: underline;\">technicals</span> </em>for trading opportunities. I will continue to display charts of trending markets as well as <em><span style=\"text-decoration: underline;\">rangebox set-ups</span> to</em> enhance our trading experience during The Trading Room® and IQ Room sessions.</div>\r\n</div>\r\n<div></div>\r\n<div><strong><em>Join us this week and experience the power of market intelligence. We will be show casing the new Einstein SmartBox automated trading system with cross-market relationships and correlations analytics.   </em></strong></div>\r\n</div>\r\n<div>​</div>\r\n<div><strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​​</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n\r\n______________________________<wbr />__\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\n<div>\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865891630\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865891631\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865891632\"><span class=\"aQJ\">8:00 AM ET</span></span></strong>\r\n<div>Join our trading community with RiosQuant founder and  trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3iNCbuAAb6h.1AF&amp;b=.Yd1assMiYEsoVPvjGK6Vg\" target=\"_blank\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3iNCbuAAb6h.1AF&amp;b=.GfBslSy0T31yzn8aATHFw\" target=\"_blank\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3iNCbuAAb6h.1AF&amp;b=fLgnkthlEOWrtqmno0cH0Q\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><strong>  ______________________________</strong></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>The Insider\'s Quant (I.Q.) Room</strong>​</div>\r\n<div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865891633\"><span class=\"aQJ\">Monday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865891634\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div><em>The Week Ahead</em></div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865891635\"><span class=\"aQJ\">Wednesday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865891636\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div><em>Back to Basics</em></div>\r\n<div></div>\r\n</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865891637\"><span class=\"aQJ\">Thursday</span></span> <em>- </em><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865891638\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div>Insider\'s Round Table Meetup</div>\r\n</div>\r\n<div></div>\r\n<div><strong>      ______________________________</strong></div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n</div>','The Week Ahead in the Global Markets','','inherit','open','closed','','2851-revision-v1','','','2016-04-25 10:52:47','2016-04-25 10:52:47','',2851,'http://www.thetradingroom.com/2851-revision-v1/',0,'revision','',0),(2852,2,'2016-04-25 10:49:24','2016-04-25 10:49:24','<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><strong>Natural gas</strong> futures was the best performing asset class, reporting its best week of the year on signs that summer-like temperatures will help reduce supply.  The futures were up 13 percent for the week; up the most since the seven days, ended <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865891629\"><span class=\"aQJ\">January 1st</span></span>. Short sellers covering their short positions seem to be driving the recent run-up.  An above-normal temperature across most of the lower states is expected to rise at the start of May, pushing demand for the power-plant fuel to run air conditioners.</div>\r\n<div></div>\r\n<div>In the currency market, the <strong>Japanese yen</strong> was the worst performing currency, as reports surfaced that the Bank of Japan is considering more aggressive easing in the form of additional stimulus measures. This could mean the implementation of negative lending rates to financial institutions in Japan. In the week ahead the Bank of Japan’s highly anticipated monetary policy meeting and statement will likely attract more volatility and trading opportunities.</div>\r\n<div></div>\r\n<div>In the commodity market <strong>gold </strong>futures finished the week practically unchanged, however, prices did manage to bounce from the short-term uptrend support to the resistance and then back to the support line.  <strong>Crude oil</strong>futures also provided trading opportunities based on short-term technical forecasting techniques.</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3iNCbuAAb6h.1AF&amp;b=.8sYkSwWB3zBK5mfmM.RPg\" target=\"_blank\"><img class=\"CToWUd aligncenter\" src=\"https://ci5.googleusercontent.com/proxy/R4YUgKGZhCwyF5NG9v0VaWn_tYlDvPe2kaYnyr9s5SOVzmKMkfamUjxz6c2zkmV8n6x4lgvqKjWohjsKD_ou6FR-rZg36FcuEQljJApmqwA5vgLwCqSFvyD2nDydxr9OaiahlThRUz1bOh7ZIZY-=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ez1pe5/optimized/53680d6084c49f017ee58289.jpeg\" alt=\"Image\" width=\"408\" height=\"148\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>In the week ahead, I will focus on the <em><span style=\"text-decoration: underline;\">technicals</span> </em>for trading opportunities. I will continue to display charts of trending markets as well as <em><span style=\"text-decoration: underline;\">rangebox set-ups</span> to</em> enhance our trading experience during The Trading Room® and IQ Room sessions.</div>\r\n</div>\r\n<div></div>\r\n<div><strong><em>Join us this week and experience the power of market intelligence. We will be show casing the new Einstein SmartBox automated trading system with cross-market relationships and correlations analytics.   </em></strong></div>\r\n</div>\r\n<div>​</div>\r\n<div><strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​​</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n\r\n______________________________<wbr />__\r\n\r\n&nbsp;\r\n\r\n<strong>Live Trading Rooms and Educational Events</strong>\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\n<div>\r\n\r\n&nbsp;\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865891630\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865891631\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865891632\"><span class=\"aQJ\">8:00 AM ET</span></span></strong>\r\n<div>Join our trading community with RiosQuant founder and  trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3iNCbuAAb6h.1AF&amp;b=.Yd1assMiYEsoVPvjGK6Vg\" target=\"_blank\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3iNCbuAAb6h.1AF&amp;b=.GfBslSy0T31yzn8aATHFw\" target=\"_blank\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=IWDrRc&amp;m=3iNCbuAAb6h.1AF&amp;b=fLgnkthlEOWrtqmno0cH0Q\" target=\"_blank\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><strong>  ______________________________</strong></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>The Insider\'s Quant (I.Q.) Room</strong>​</div>\r\n<div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865891633\"><span class=\"aQJ\">Monday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865891634\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div><em>The Week Ahead</em></div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865891635\"><span class=\"aQJ\">Wednesday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865891636\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div><em>Back to Basics</em></div>\r\n<div></div>\r\n</div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865891637\"><span class=\"aQJ\">Thursday</span></span> <em>- </em><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_865891638\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div>Insider\'s Round Table Meetup</div>\r\n</div>\r\n<div></div>\r\n<div><strong>      ______________________________</strong></div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','The Week Ahead in the Global Markets','','inherit','open','closed','','2851-revision-v1','','','2016-04-25 10:49:24','2016-04-25 10:49:24','',2851,'http://www.thetradingroom.com/2851-revision-v1/',0,'revision','',0),(2856,2,'2016-05-09 10:50:11','2016-05-09 10:50:11','Einstein SmartBox Trading System - Crude oil futures trade, demonstrating trade set-up, entry, stop loss, trailing stop, profit target and the impact of correlations during live trading.\r\nFind out if automated trading is for you, sign up for our next free trial with training classes:\r\n<a class=\"yt-uix-sessionlink  \" style=\"color: #167ac6;\" href=\"http://www.riosquant.com/requestinfo?\" target=\"_blank\" rel=\"nofollow\" data-url=\"http://www.riosquant.com/requestinfo?\" data-sessionlink=\"ei=K2swV5KmF4mh-wXMya3IBQ\">http://www.riosquant.com/requestinfo?</a>...\r\n\r\nCOMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTOR. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.','The Trading Room® - Trading with Market Correlations ','','publish','open','closed','','trading-room-trading-market-correlations','','','2016-05-09 10:52:22','2016-05-09 10:52:22','',0,'http://www.thetradingroom.com/?p=2856',0,'post','',0),(2857,2,'2016-05-09 10:50:11','2016-05-09 10:50:11','Einstein SmartBox Trading System - Crude oil futures trade, demonstrating trade set-up, entry, stop loss, trailing stop, profit target and the impact of correlations during live trading.\r\nFind out if automated trading is for you, sign up for our next free trial with training classes:\r\n<a class=\"yt-uix-sessionlink  \" style=\"color: #167ac6;\" href=\"http://www.riosquant.com/requestinfo?\" target=\"_blank\" rel=\"nofollow\" data-url=\"http://www.riosquant.com/requestinfo?\" data-sessionlink=\"ei=K2swV5KmF4mh-wXMya3IBQ\">http://www.riosquant.com/requestinfo?</a>...\r\n\r\n\r\nCOMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTOR. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.','The Trading Room® - Trading with Market Correlations ','','inherit','open','closed','','2856-revision-v1','','','2016-05-09 10:50:11','2016-05-09 10:50:11','',2856,'http://www.thetradingroom.com/2856-revision-v1/',0,'revision','',0),(2860,2,'2016-05-19 11:35:52','2016-05-19 11:35:52','<p style=\"color: #500050; text-align: left;\"><strong>                                   Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\r\n\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/7261cf50e7/TEST/6844453046/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/7261cf50e7/TEST/6844453046/trial%3D1&amp;source=gmail&amp;ust=1463743969490000&amp;usg=AFQjCNEb5TwvhNpoWf3AWxX1UITKKDNmQA\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1833832120\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1833832121\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1833832122\"><span class=\"aQJ\">Friday</span></span>.\r\n\r\nWe are now show casing the new and improved Einstein III automated trading system.</span>\r\n</p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span><strong>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/7261cf50e7/TEST/e330098f9b\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/7261cf50e7/TEST/e330098f9b&amp;source=gmail&amp;ust=1463743969490000&amp;usg=AFQjCNHxwAC2tfbHtoWoALFpIOi7VX6rsQ\">register as a guest for access.</a></strong></p>\r\n\r\n<div style=\"color: #500050;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #500050;\">\r\n<div style=\"color: #222222; text-align: left;\">                                 <strong>Financial markets are moving, what\'s next in the global markets? </strong>\r\n<div>\r\nPre-market activity and scheduled economic data that may have an impact on the global financial markets:\r\n<div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>WORLD HEADLINES</strong> - Global stocks slid to a six-week low, commodities dropped and bonds slipped as markets around the world braced for the possibility that the Federal Reserve will raise interest rates as soon as next month.\r\n\r\n<strong>STOCKS</strong> - Futures on the S&amp;P 500 lost 0.4 percent, indicating equities will decline after<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1833832123\"><span class=\"aQJ\">Wednesday</span></span> closing little changed.\r\n\r\n<strong>BONDS</strong> - Government bonds fell across all of the major economies. Yields on 10-year Treasuries rose two basis points to 1.87 percent, after surging eight basis points in the last session.\r\n\r\n<strong>COMMODITIES</strong> - West Texas Intermediate crude dropped 2.2 percent, extending<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1833832124\"><span class=\"aQJ\">Wednesday’s</span></span> retreat from a seven-month high. Gold slid to a three-week low on concern the Fed is moving closer to raising interest rates.\r\n\r\n<strong>CURRENCIES</strong> -   Australia’s dollar weakened as much as 0.5 percent, and the MSCI Emerging Markets Currency Index fell 0.5 percent.\r\n\r\n<strong>ECONOMIC DATA</strong> - CAD Wholesale Sales , Grains Weekly Export Sales, US Unemployment Claims and Philly Fed Manufacturing Index all due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1833832125\"><span class=\"aQJ\">8:30</span></span>, FOMC Member Fischer Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1833832126\"><span class=\"aQJ\">9:15</span></span>, Natural Gas Storage and FOMC Member Dudley Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1833832127\"><span class=\"aQJ\">10:30 ET</span></span>, Day 1 of G7 Meetings.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #500050;\"></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><img class=\"CToWUd\" title=\"trading room and award pics\" src=\"https://ci3.googleusercontent.com/proxy/RXvDo3LcBKn-cpi2n0JDY9TsACh3LlxAeb5J8mE2QyDOG4uvd8DQOGBOaHxezdPagY_XIgZKcI7FQIBmW7bmlaooIbjRAcu-4at-oL-CJmm_95ACLE5pmukdR0foavNgOOQTQolEz3X0WYrcHHwuKLtibimEIgZ1kC9leRtSazomp0OWrsm601mQLlyU08J4=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/ddb01eaf49/trading%20room%20and%20award%20pics.JPG?__nocache__=1\" alt=\"trading room and award pics\" width=\"499\" height=\"126\" align=\"bottom\" border=\"0\" hspace=\"0\" vspace=\"0\" /></p>\r\n<p style=\"color: #500050;\">\r\n\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</p>','World Headlines - Live Trading Room Access','','inherit','open','closed','','2859-revision-v1','','','2016-05-19 11:35:52','2016-05-19 11:35:52','',2859,'http://www.thetradingroom.com/2859-revision-v1/',0,'revision','',0),(2861,2,'2016-05-24 11:17:44','2016-05-24 11:17:44','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\r\n\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/2522d76aa1/TEST/735b95ea2c/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/2522d76aa1/TEST/735b95ea2c/trial%3D1&amp;source=gmail&amp;ust=1464174712923000&amp;usg=AFQjCNGs-YyU6WJvNzTNAQ8vsxefG2eWXw\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1833832381\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1833832382\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1833832383\"><span class=\"aQJ\">Friday</span></span>.\r\n\r\nWe are now show casing the new and improved Einstein III automated trading system.</span>\r\n</p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span><strong>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/2522d76aa1/TEST/6d11344963\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/2522d76aa1/TEST/6d11344963&amp;source=gmail&amp;ust=1464174712923000&amp;usg=AFQjCNHZf7rOXpZfQuv5YVmZ0wsBXwGEow\">register as a guest for access.</a></strong></p>\r\n\r\n<div style=\"color: #222222;\">\r\n--------------------------------------------------------------------------------------------------------------------------</div>\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div>\r\n<div>\r\n<h1><strong>Financial markets are moving, what\'s next in the global markets? </strong></h1>\r\n</div>\r\nPre-market activity and scheduled economic data that may have an impact on the global financial markets:\r\n<div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>WORLD HEADLINES</strong> - The US dollar rallied and crude oil fell with gold as speculation mounted that the Federal Reserve will raise interest rates as early as next month. The pound jumped and European stocks gained.\r\n\r\n<strong>STOCKS</strong> - U.S. futures pointed to a fall of around 0.3 percent at the open on Wall Street, as investors continued to digest last week\'s surge in U.S. rate hike expectations.\r\n\r\n<strong>BONDS</strong> - Fed Funds futures are indicating for the first time since March a better-than-even chance that the U.S. central bank will raise interest rates by its July meeting.\r\n\r\n<strong>COMMODITIES</strong> - The stronger dollar also weighed on commodities, as gold headed for its longest losing streak since November and Brent crude oil declined for a fifth day.\r\n\r\n<strong>CURRENCIES</strong> - The U.S. currency touched its strongest level <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1833832384\"><span class=\"aQJ\">in eight weeks</span></span> against the euro, while Australia’s dollar sank lower and the British pound  was boosted by a poll showing support for staying in the European Union is solidifying.\r\n\r\n<strong>ECONOMIC DATA</strong> - US New Home Sales due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1833832385\"><span class=\"aQJ\">8:30</span></span>, NZD Trade Balance at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1833832386\"><span class=\"aQJ\">18:45</span></span>, AUD Construction Work Done q/q at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1833832387\"><span class=\"aQJ\">21:30 ET</span></span>.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>\r\n<p style=\"color: #222222;\"></p>\r\n<p style=\"color: #222222;\"><img class=\"CToWUd\" title=\"trading room and award pics\" src=\"https://ci3.googleusercontent.com/proxy/RXvDo3LcBKn-cpi2n0JDY9TsACh3LlxAeb5J8mE2QyDOG4uvd8DQOGBOaHxezdPagY_XIgZKcI7FQIBmW7bmlaooIbjRAcu-4at-oL-CJmm_95ACLE5pmukdR0foavNgOOQTQolEz3X0WYrcHHwuKLtibimEIgZ1kC9leRtSazomp0OWrsm601mQLlyU08J4=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/ddb01eaf49/trading%20room%20and%20award%20pics.JPG?__nocache__=1\" alt=\"trading room and award pics\" width=\"499\" height=\"126\" align=\"bottom\" border=\"0\" hspace=\"0\" vspace=\"0\" /></p>\r\n<p style=\"color: #222222;\">\r\n\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</p>','Pre-Open Trading for Stocks, Bonds, Commodities and Forex ','','publish','open','closed','','pre-open-trading-stocks-bonds-commodities-forex','','','2016-05-24 11:17:44','2016-05-24 11:17:44','',0,'http://www.thetradingroom.com/?p=2861',0,'post','',0),(2862,2,'2016-05-24 11:17:35','2016-05-24 11:17:35','','dollar trading room pic','','inherit','open','closed','','dollar-trading-room-pic','','','2016-05-24 11:17:35','2016-05-24 11:17:35','',2861,'http://www.thetradingroom.com/wp-content/uploads/2016/05/dollar-trading-room-pic.jpg',0,'attachment','image/jpeg',0),(2863,2,'2016-05-24 11:17:44','2016-05-24 11:17:44','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\r\n\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/2522d76aa1/TEST/735b95ea2c/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/2522d76aa1/TEST/735b95ea2c/trial%3D1&amp;source=gmail&amp;ust=1464174712923000&amp;usg=AFQjCNGs-YyU6WJvNzTNAQ8vsxefG2eWXw\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1833832381\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1833832382\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1833832383\"><span class=\"aQJ\">Friday</span></span>.\r\n\r\nWe are now show casing the new and improved Einstein III automated trading system.</span>\r\n</p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span><strong>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/2522d76aa1/TEST/6d11344963\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/2522d76aa1/TEST/6d11344963&amp;source=gmail&amp;ust=1464174712923000&amp;usg=AFQjCNHZf7rOXpZfQuv5YVmZ0wsBXwGEow\">register as a guest for access.</a></strong></p>\r\n\r\n<div style=\"color: #222222;\">\r\n--------------------------------------------------------------------------------------------------------------------------</div>\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div>\r\n<div>\r\n<h1><strong>Financial markets are moving, what\'s next in the global markets? </strong></h1>\r\n</div>\r\nPre-market activity and scheduled economic data that may have an impact on the global financial markets:\r\n<div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"><strong>WORLD HEADLINES</strong> - The US dollar rallied and crude oil fell with gold as speculation mounted that the Federal Reserve will raise interest rates as early as next month. The pound jumped and European stocks gained.\r\n\r\n<strong>STOCKS</strong> - U.S. futures pointed to a fall of around 0.3 percent at the open on Wall Street, as investors continued to digest last week\'s surge in U.S. rate hike expectations.\r\n\r\n<strong>BONDS</strong> - Fed Funds futures are indicating for the first time since March a better-than-even chance that the U.S. central bank will raise interest rates by its July meeting.\r\n\r\n<strong>COMMODITIES</strong> - The stronger dollar also weighed on commodities, as gold headed for its longest losing streak since November and Brent crude oil declined for a fifth day.\r\n\r\n<strong>CURRENCIES</strong> - The U.S. currency touched its strongest level <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1833832384\"><span class=\"aQJ\">in eight weeks</span></span> against the euro, while Australia’s dollar sank lower and the British pound  was boosted by a poll showing support for staying in the European Union is solidifying.\r\n\r\n<strong>ECONOMIC DATA</strong> - US New Home Sales due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1833832385\"><span class=\"aQJ\">8:30</span></span>, NZD Trade Balance at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1833832386\"><span class=\"aQJ\">18:45</span></span>, AUD Construction Work Done q/q at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1833832387\"><span class=\"aQJ\">21:30 ET</span></span>.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>\r\n<p style=\"color: #222222;\"></p>\r\n<p style=\"color: #222222;\"><img class=\"CToWUd\" title=\"trading room and award pics\" src=\"https://ci3.googleusercontent.com/proxy/RXvDo3LcBKn-cpi2n0JDY9TsACh3LlxAeb5J8mE2QyDOG4uvd8DQOGBOaHxezdPagY_XIgZKcI7FQIBmW7bmlaooIbjRAcu-4at-oL-CJmm_95ACLE5pmukdR0foavNgOOQTQolEz3X0WYrcHHwuKLtibimEIgZ1kC9leRtSazomp0OWrsm601mQLlyU08J4=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/ddb01eaf49/trading%20room%20and%20award%20pics.JPG?__nocache__=1\" alt=\"trading room and award pics\" width=\"499\" height=\"126\" align=\"bottom\" border=\"0\" hspace=\"0\" vspace=\"0\" /></p>\r\n<p style=\"color: #222222;\">\r\n\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</p>','Pre-Open Trading for Stocks, Bonds, Commodities and Forex ','','inherit','open','closed','','2861-revision-v1','','','2016-05-24 11:17:44','2016-05-24 11:17:44','',2861,'http://www.thetradingroom.com/2861-revision-v1/',0,'revision','',0),(2865,2,'2016-06-06 11:19:14','2016-06-06 11:19:14','<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2125726748\"><span class=\"aQJ\">Friday\'s</span></span> Labor Department Non-Farm Payrolls report disappointed with a collapse in the job market with only 38,000 jobs added in May against an expectation of 159,000. It has been described as the worst headline data since August 2011. Additionally, there were 59,000 fewer new jobs in March and April than had been previously estimated. The markets reacted fast, with gold surging 2.81% higher along with the US 30-year bond 1.79% while the US dollar plunged -1.76%.  The US dollar\'s fall erased much of its gains from the past few weeks. The S&amp;P 500 fell at first but managed to reverse most of the losses, reflecting the lack of direction and mixed sentiment seen in the risk assets for the past few weeks. The market\'s message was clear, both the disappointing data from the US employment data and the potential Brexit coming later in June, it is now doubtful the Fed will raise rates in June and July. As of <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2125726748\"><span class=\"aQJ\">Friday\'s</span></span> close, the Fed Fund futures market showed a drop in the implied probability of a June rate hike to -4% from 20% and for July, a drop from 60% to 35%.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/06/nfp-reaction.jpg\"><img class=\"aligncenter size-full wp-image-2866\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/06/nfp-reaction.jpg\" alt=\"nfp reaction\" width=\"495\" height=\"521\" /></a>\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>This week\'s economic calendar is light since we are entering the quiet period before the next FOMC meeting. Therefore, I will be focusing more on the technicals for trade set-ups.</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div><strong><em>Join us this week and experience the power of market intelligence. We will be show casing the new Einstein SmartBox automated trading system with cross-market relationships and correlations analytics.   </em></strong></div>\r\n</div>\r\n<div>​</div>\r\n<div><strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​​</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n\r\n<hr />\r\n\r\n<strong>Live Trading Rooms and Educational Events</strong>\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\n<div>\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2125726750\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2125726751\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2125726752\"><span class=\"aQJ\">8:00 AM ET</span></span></strong>\r\n<div>Join our trading community with RiosQuant founder and  trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd&amp;source=gmail&amp;ust=1465257977986000&amp;usg=AFQjCNFPR8JBgU8CZtZrxOkXmStnxNShjQ\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/2638530313474786049\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/2638530313474786049&amp;source=gmail&amp;ust=1465257977986000&amp;usg=AFQjCNEWfoSKCofuKuJ_cTd85oC1XcCXEg\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://support@riosquant.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://support@riosquant.com&amp;source=gmail&amp;ust=1465257977986000&amp;usg=AFQjCNHg3ccQ8dh-3f-4wrys2yN6XLwtJA\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>The Insider\'s Quant (I.Q.) Room</strong>​</div>\r\n<div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2125726753\"><span class=\"aQJ\">Monday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2125726754\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div><i>Forecasting </i></div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2125726755\"><span class=\"aQJ\">Wednesday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2125726756\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div><em>Strategy Session </em></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2125726757\"><span class=\"aQJ\">Friday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2125726758\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div><em>Insider\'s Round Table Meetup</em></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n</div>','The Week Ahead in the Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-49','','','2016-06-06 11:19:42','2016-06-06 11:19:42','',0,'http://www.thetradingroom.com/?p=2865',0,'post','',0),(2866,2,'2016-06-06 11:17:20','2016-06-06 11:17:20','','nfp reaction','','inherit','open','closed','','nfp-reaction','','','2016-06-06 11:17:20','2016-06-06 11:17:20','',2865,'http://www.thetradingroom.com/wp-content/uploads/2016/06/nfp-reaction.jpg',0,'attachment','image/jpeg',0),(2867,2,'2016-06-06 11:17:46','2016-06-06 11:17:46','<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2125726748\"><span class=\"aQJ\">Friday\'s</span></span> Labor Department Non-Farm Payrolls report disappointed with a collapse in the job market with only 38,000 jobs added in May against an expectation of 159,000. It has been described as the worst headline data since August 2011. Additionally, there were 59,000 fewer new jobs in March and April than had been previously estimated. The markets reacted fast, with gold surging 2.81% higher along with the US 30-year bond 1.79% while the US dollar plunged -1.76%.  The US dollar\'s fall erased much of its gains from the past few weeks. The S&amp;P 500 fell at first but managed to reverse most of the losses, reflecting the lack of direction and mixed sentiment seen in the risk assets for the past few weeks. The market\'s message was clear, both the disappointing data from the US employment data and the potential Brexit coming later in June, it is now doubtful the Fed will raise rates in June and July. As of <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2125726748\"><span class=\"aQJ\">Friday\'s</span></span> close, the Fed Fund futures market showed a drop in the implied probability of a June rate hike to -4% from 20% and for July, a drop from 60% to 35%.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/06/nfp-reaction.jpg\"><img class=\"aligncenter size-full wp-image-2866\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/06/nfp-reaction.jpg\" alt=\"nfp reaction\" width=\"495\" height=\"521\" /></a>\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>This week\'s economic calendar is light since we are entering the quiet period before the next FOMC meeting. Therefore, I will be focusing more on the technicals for trade set-ups.</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div><strong><em>Join us this week and experience the power of market intelligence. We will be show casing the new Einstein SmartBox automated trading system with cross-market relationships and correlations analytics.   </em></strong></div>\r\n</div>\r\n<div>​</div>\r\n<div><strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​​</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>Live Trading Rooms and Educational Events</strong>\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\n<div>\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2125726750\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2125726751\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2125726752\"><span class=\"aQJ\">8:00 AM ET</span></span></strong>\r\n<div>Join our trading community with RiosQuant founder and  trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd&amp;source=gmail&amp;ust=1465257977986000&amp;usg=AFQjCNFPR8JBgU8CZtZrxOkXmStnxNShjQ\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/2638530313474786049\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/2638530313474786049&amp;source=gmail&amp;ust=1465257977986000&amp;usg=AFQjCNEWfoSKCofuKuJ_cTd85oC1XcCXEg\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://support@riosquant.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://support@riosquant.com&amp;source=gmail&amp;ust=1465257977986000&amp;usg=AFQjCNHg3ccQ8dh-3f-4wrys2yN6XLwtJA\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>The Insider\'s Quant (I.Q.) Room</strong>​</div>\r\n<div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2125726753\"><span class=\"aQJ\">Monday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2125726754\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div><i>Forecasting </i></div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2125726755\"><span class=\"aQJ\">Wednesday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2125726756\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div><em>Strategy Session </em></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2125726757\"><span class=\"aQJ\">Friday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2125726758\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div><em>Insider\'s Round Table Meetup</em></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n</div>','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2865-revision-v1','','','2016-06-06 11:17:46','2016-06-06 11:17:46','',2865,'http://www.thetradingroom.com/2865-revision-v1/',0,'revision','',0),(2868,2,'2016-06-06 11:19:14','2016-06-06 11:19:14','<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2125726748\"><span class=\"aQJ\">Friday\'s</span></span> Labor Department Non-Farm Payrolls report disappointed with a collapse in the job market with only 38,000 jobs added in May against an expectation of 159,000. It has been described as the worst headline data since August 2011. Additionally, there were 59,000 fewer new jobs in March and April than had been previously estimated. The markets reacted fast, with gold surging 2.81% higher along with the US 30-year bond 1.79% while the US dollar plunged -1.76%.  The US dollar\'s fall erased much of its gains from the past few weeks. The S&amp;P 500 fell at first but managed to reverse most of the losses, reflecting the lack of direction and mixed sentiment seen in the risk assets for the past few weeks. The market\'s message was clear, both the disappointing data from the US employment data and the potential Brexit coming later in June, it is now doubtful the Fed will raise rates in June and July. As of <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2125726748\"><span class=\"aQJ\">Friday\'s</span></span> close, the Fed Fund futures market showed a drop in the implied probability of a June rate hike to -4% from 20% and for July, a drop from 60% to 35%.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/06/nfp-reaction.jpg\"><img class=\"aligncenter size-full wp-image-2866\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/06/nfp-reaction.jpg\" alt=\"nfp reaction\" width=\"495\" height=\"521\" /></a>\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>This week\'s economic calendar is light since we are entering the quiet period before the next FOMC meeting. Therefore, I will be focusing more on the technicals for trade set-ups.</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div><strong><em>Join us this week and experience the power of market intelligence. We will be show casing the new Einstein SmartBox automated trading system with cross-market relationships and correlations analytics.   </em></strong></div>\r\n</div>\r\n<div>​</div>\r\n<div><strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​​</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n\r\n<hr />\r\n\r\n<strong>Live Trading Rooms and Educational Events</strong>\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\n<div>\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2125726750\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2125726751\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2125726752\"><span class=\"aQJ\">8:00 AM ET</span></span></strong>\r\n<div>Join our trading community with RiosQuant founder and  trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd&amp;source=gmail&amp;ust=1465257977986000&amp;usg=AFQjCNFPR8JBgU8CZtZrxOkXmStnxNShjQ\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/2638530313474786049\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/2638530313474786049&amp;source=gmail&amp;ust=1465257977986000&amp;usg=AFQjCNEWfoSKCofuKuJ_cTd85oC1XcCXEg\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://support@riosquant.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://support@riosquant.com&amp;source=gmail&amp;ust=1465257977986000&amp;usg=AFQjCNHg3ccQ8dh-3f-4wrys2yN6XLwtJA\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>The Insider\'s Quant (I.Q.) Room</strong>​</div>\r\n<div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2125726753\"><span class=\"aQJ\">Monday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2125726754\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div><i>Forecasting </i></div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2125726755\"><span class=\"aQJ\">Wednesday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2125726756\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div><em>Strategy Session </em></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2125726757\"><span class=\"aQJ\">Friday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2125726758\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div><em>Insider\'s Round Table Meetup</em></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n</div>','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2865-revision-v1','','','2016-06-06 11:19:14','2016-06-06 11:19:14','',2865,'http://www.thetradingroom.com/2865-revision-v1/',0,'revision','',0),(2869,2,'2016-06-06 11:19:42','2016-06-06 11:19:42','<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2125726748\"><span class=\"aQJ\">Friday\'s</span></span> Labor Department Non-Farm Payrolls report disappointed with a collapse in the job market with only 38,000 jobs added in May against an expectation of 159,000. It has been described as the worst headline data since August 2011. Additionally, there were 59,000 fewer new jobs in March and April than had been previously estimated. The markets reacted fast, with gold surging 2.81% higher along with the US 30-year bond 1.79% while the US dollar plunged -1.76%.  The US dollar\'s fall erased much of its gains from the past few weeks. The S&amp;P 500 fell at first but managed to reverse most of the losses, reflecting the lack of direction and mixed sentiment seen in the risk assets for the past few weeks. The market\'s message was clear, both the disappointing data from the US employment data and the potential Brexit coming later in June, it is now doubtful the Fed will raise rates in June and July. As of <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2125726748\"><span class=\"aQJ\">Friday\'s</span></span> close, the Fed Fund futures market showed a drop in the implied probability of a June rate hike to -4% from 20% and for July, a drop from 60% to 35%.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/06/nfp-reaction.jpg\"><img class=\"aligncenter size-full wp-image-2866\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/06/nfp-reaction.jpg\" alt=\"nfp reaction\" width=\"495\" height=\"521\" /></a>\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>This week\'s economic calendar is light since we are entering the quiet period before the next FOMC meeting. Therefore, I will be focusing more on the technicals for trade set-ups.</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div><strong><em>Join us this week and experience the power of market intelligence. We will be show casing the new Einstein SmartBox automated trading system with cross-market relationships and correlations analytics.   </em></strong></div>\r\n</div>\r\n<div>​</div>\r\n<div><strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​​</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n\r\n<hr />\r\n\r\n<strong>Live Trading Rooms and Educational Events</strong>\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\n<div>\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2125726750\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2125726751\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2125726752\"><span class=\"aQJ\">8:00 AM ET</span></span></strong>\r\n<div>Join our trading community with RiosQuant founder and  trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd&amp;source=gmail&amp;ust=1465257977986000&amp;usg=AFQjCNFPR8JBgU8CZtZrxOkXmStnxNShjQ\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/2638530313474786049\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/2638530313474786049&amp;source=gmail&amp;ust=1465257977986000&amp;usg=AFQjCNEWfoSKCofuKuJ_cTd85oC1XcCXEg\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://support@riosquant.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://support@riosquant.com&amp;source=gmail&amp;ust=1465257977986000&amp;usg=AFQjCNHg3ccQ8dh-3f-4wrys2yN6XLwtJA\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>The Insider\'s Quant (I.Q.) Room</strong>​</div>\r\n<div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2125726753\"><span class=\"aQJ\">Monday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2125726754\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div><i>Forecasting </i></div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2125726755\"><span class=\"aQJ\">Wednesday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2125726756\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div><em>Strategy Session </em></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2125726757\"><span class=\"aQJ\">Friday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2125726758\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div><em>Insider\'s Round Table Meetup</em></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n</div>','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2865-revision-v1','','','2016-06-06 11:19:42','2016-06-06 11:19:42','',2865,'http://www.thetradingroom.com/2865-revision-v1/',0,'revision','',0),(2870,2,'2016-06-10 19:47:06','2016-06-10 19:47:06','Don\'t miss <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_375130645\"><span class=\"aQJ\">Saturday</span></span> morning\'s special training workshop beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_375130646\"><span class=\"aQJ\">11:00 am ET</span></span>. The training will cover the underlying indicators and tools that drive the auto-trader strategy and will prepare you for a more in depth experience of the strategies themselves.\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">Here is the registration information and link:</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">Please register for RiosQuant indicator overview on <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_375130647\"><span class=\"aQJ\">Jun 11, 2016 11:00 AM EDT</span></span> at:\r\n\r\n<a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/4bf25b2a44/TEST/b07588cfac\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/4bf25b2a44/TEST/b07588cfac&amp;source=gmail&amp;ust=1465673880052000&amp;usg=AFQjCNFxMOWGwSrNu9WBbOHzU1o3xH_MWg\">CLICK HERE TO REGISTRATION </a>\r\n\r\nOverview of the indicators driving the market selection process and Einstein III and SmartBox logic.\r\n\r\nAfter registering, you will receive a confirmation email containing information about joining the webinar.\r\n\r\nBrought to you by GoToWebinar®\r\nWebinars Made Easy®</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">I\'ve received a great response from the trial invitation email we sent and most of you have supplied the information we need to get you properly installed for the trial. Those of you that haven\'t been able to send either the NinjaTrader 7 Machine ID or the TradeStation Customer #, please do so before <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_375130648\"><span class=\"aQJ\">Saturday\'s</span></span> session so you will have the indicators and workspace available to follow along with. I will be available <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_375130649\"><span class=\"aQJ\">on Saturday</span></span> to answer your questions on the installation procedures, workspace or the NT platform in general.</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">I\'ll see you <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_375130650\"><span class=\"aQJ\">on Saturday</span></span>!</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">Cheers,</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">Ken Eriksen</div>\r\n<div style=\"color: #000000;\">Trade Coach</div>\r\n<div style=\"color: #000000;\">Rios Quantitative LLC</div>\r\n<div style=\"color: #000000;\">C - <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/4bf25b2a44/TEST/3c23ebe685\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/4bf25b2a44/TEST/3c23ebe685&amp;source=gmail&amp;ust=1465673880052000&amp;usg=AFQjCNGBnh5x3ffK8I2EYinqTqqHYyUDBQ\">650.683.0051</a> CT</div>\r\n<div style=\"color: #000000;\">Skype: kmetrade</div>\r\n<span style=\"color: #000000;\"> </span><br style=\"color: #000000;\" /><span style=\"color: #000000;\"> </span><br style=\"color: #000000;\" /><span style=\"color: #000000;\">COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS. </span>','Trading Workshop Class: Are you ready?','','publish','open','closed','','trading-workshop-class-ready','','','2016-06-10 19:47:06','2016-06-10 19:47:06','',0,'http://www.thetradingroom.com/?p=2870',0,'post','',0),(2871,2,'2016-06-10 19:46:40','2016-06-10 19:46:40','','smartbox cl pic','','inherit','open','closed','','smartbox-cl-pic','','','2016-06-10 19:46:40','2016-06-10 19:46:40','',2870,'http://www.thetradingroom.com/wp-content/uploads/2016/06/smartbox-cl-pic.jpg',0,'attachment','image/jpeg',0),(2872,2,'2016-06-10 19:46:47','2016-06-10 19:46:47','Don\'t miss <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_375130645\"><span class=\"aQJ\">Saturday</span></span> morning\'s special training workshop beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_375130646\"><span class=\"aQJ\">11:00 am ET</span></span>. The training will cover the underlying indicators and tools that drive the auto-trader strategy and will prepare you for a more in depth experience of the strategies themselves.\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">Here is the registration information and link:</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">Please register for RiosQuant indicator overview on <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_375130647\"><span class=\"aQJ\">Jun 11, 2016 11:00 AM EDT</span></span> at:\r\n\r\n<a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/4bf25b2a44/TEST/b07588cfac\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/4bf25b2a44/TEST/b07588cfac&amp;source=gmail&amp;ust=1465673880052000&amp;usg=AFQjCNFxMOWGwSrNu9WBbOHzU1o3xH_MWg\">CLICK HERE TO REGISTRATION </a>\r\n\r\nOverview of the indicators driving the market selection process and Einstein III and SmartBox logic.\r\n\r\nAfter registering, you will receive a confirmation email containing information about joining the webinar.\r\n\r\nBrought to you by GoToWebinar®\r\nWebinars Made Easy®</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">I\'ve received a great response from the trial invitation email we sent and most of you have supplied the information we need to get you properly installed for the trial. Those of you that haven\'t been able to send either the NinjaTrader 7 Machine ID or the TradeStation Customer #, please do so before <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_375130648\"><span class=\"aQJ\">Saturday\'s</span></span> session so you will have the indicators and workspace available to follow along with. I will be available <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_375130649\"><span class=\"aQJ\">on Saturday</span></span> to answer your questions on the installation procedures, workspace or the NT platform in general.</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">I\'ll see you <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_375130650\"><span class=\"aQJ\">on Saturday</span></span>!</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">Cheers,</div>\r\n<div style=\"color: #000000;\"></div>\r\n<div style=\"color: #000000;\">Ken Eriksen</div>\r\n<div style=\"color: #000000;\">Trade Coach</div>\r\n<div style=\"color: #000000;\">Rios Quantitative LLC</div>\r\n<div style=\"color: #000000;\">C - <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/4bf25b2a44/TEST/3c23ebe685\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/4bf25b2a44/TEST/3c23ebe685&amp;source=gmail&amp;ust=1465673880052000&amp;usg=AFQjCNGBnh5x3ffK8I2EYinqTqqHYyUDBQ\">650.683.0051</a> CT</div>\r\n<div style=\"color: #000000;\">Skype: kmetrade</div>\r\n<span style=\"color: #000000;\"> </span><br style=\"color: #000000;\" /><span style=\"color: #000000;\"> </span><br style=\"color: #000000;\" /><span style=\"color: #000000;\">COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS. </span>','Trading Workshop Class: Are you ready?','','inherit','open','closed','','2870-revision-v1','','','2016-06-10 19:46:47','2016-06-10 19:46:47','',2870,'http://www.thetradingroom.com/2870-revision-v1/',0,'revision','',0),(2873,2,'2016-06-12 22:56:53','2016-06-12 22:56:53','<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\nVolatility picked up last week rising 18.85% as the global markets continued to focus on the future of US interest rate hikes and the UK referendum vote to leave the European Union, known as Brexit. This week\'s economic calendar is back to normal, with <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1344742320\"><span class=\"aQJ\">Wednesday\'s</span></span> FOMC announcement at center stage. As it currently stands, the Fed Fund futures market is reflecting less than a 4% implied probability of a June rate hike. The likelihood of a July hike is also much less likely than it was only a week ago, currently 24% probability. In the past few weeks, the monetary policy signals stemming from FOMC members have fluctuated, causing intraday volatility in the risk assets. After the Fed meeting, the focus should shift to the Brexit vote scheduled for <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1344742321\"><span class=\"aQJ\">June 23rd</span></span>.\r\n\r\n&nbsp;\r\n\r\nPrime Minister David Cameron promised to hold a referendum vote if he won the 2015 general election, in response to growing calls from his own Conservative MPs and the UK Independence Party (UKIP), who argued that Britain had not had a say since 1975, when it voted to stay in the EU in a referendum. The EU has changed a lot since then, gaining more control over British citizens\' daily lives. Mr Cameron said: \"It is time for the British people to have their say. It is time to settle this European question in British politics.\"\r\n\r\n&nbsp;\r\n\r\nThe European Union began after World War II to foster economic co-operation, with the idea that countries, which trade together, are more likely to avoid going to war with each other. It has since grown to become a \"single market\" allowing goods and people to move around, as if the member states were one country. It has its own currency, the euro, used by 19 of the member countries, its own parliament and it now sets rules in a wide range of areas - including on the environment, transport, consumer rights and even things like mobile phone charges.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div><strong><em>Join us this week and experience the power of market intelligence. We will be show casing the new Einstein SmartBox automated trading system with cross-market relationships and correlations analytics.   </em></strong></div>\r\n</div>\r\n<div>​</div>\r\n<div><strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​​</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n\r\n<strong>Live Trading Rooms and Educational Events</strong>\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\n<div>\r\n\r\n&nbsp;\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1344742322\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1344742323\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1344742324\"><span class=\"aQJ\">8:00 AM ET</span></span></strong>\r\n<div>Join our trading community with RiosQuant founder and  trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd&amp;source=gmail&amp;ust=1465858151438000&amp;usg=AFQjCNGPOQfhONvcReDd01_6UQMqza5k7g\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/5876857040349616641\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/5876857040349616641&amp;source=gmail&amp;ust=1465858151438000&amp;usg=AFQjCNFni-rb92MFy0q73ewmD1I5eTO2Dw\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://support@riosquant.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://support@riosquant.com&amp;source=gmail&amp;ust=1465858151438000&amp;usg=AFQjCNG0kgLQG7-nGK88Bwhsh3vN83l41g\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>The Insider\'s Quant (I.Q.) Room</strong>​</div>\r\n<div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1344742325\"><span class=\"aQJ\">Monday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1344742326\"><span class=\"aQJ\">2:00 pm</span></span></div>\r\n<div><em>Forecasting </em></div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1344742327\"><span class=\"aQJ\">Wednesday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1344742328\"><span class=\"aQJ\">2:00 pm</span></span></div>\r\n<div><em>Event Driven Trading: The Fed</em></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1344742329\"><span class=\"aQJ\">Friday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1344742330\"><span class=\"aQJ\">11:30 pm</span></span></div>\r\n<div><em>Insider\'s Round Table Meetup</em></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div><strong>      ______________________________</strong></div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n</div>','The Week Ahead in the Global Markets','','publish','open','closed','','week-ahead-global-markets-9','','','2016-06-12 22:59:10','2016-06-12 22:59:10','',0,'http://www.thetradingroom.com/?p=2873',0,'post','',0),(2874,2,'2016-06-12 22:56:53','2016-06-12 22:56:53','<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\nVolatility picked up last week rising 18.85% as the global markets continued to focus on the future of US interest rate hikes and the UK referendum vote to leave the European Union, known as Brexit. This week\'s economic calendar is back to normal, with <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1344742320\"><span class=\"aQJ\">Wednesday\'s</span></span> FOMC announcement at center stage. As it currently stands, the Fed Fund futures market is reflecting less than a 4% implied probability of a June rate hike. The likelihood of a July hike is also much less likely than it was only a week ago, currently 24% probability. In the past few weeks, the monetary policy signals stemming from FOMC members have fluctuated, causing intraday volatility in the risk assets. After the Fed meeting, the focus should shift to the Brexit vote scheduled for <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1344742321\"><span class=\"aQJ\">June 23rd</span></span>.\r\n\r\n&nbsp;\r\n\r\nPrime Minister David Cameron promised to hold a referendum vote if he won the 2015 general election, in response to growing calls from his own Conservative MPs and the UK Independence Party (UKIP), who argued that Britain had not had a say since 1975, when it voted to stay in the EU in a referendum. The EU has changed a lot since then, gaining more control over British citizens\' daily lives. Mr Cameron said: \"It is time for the British people to have their say. It is time to settle this European question in British politics.\"\r\n\r\n&nbsp;\r\n\r\nThe European Union began after World War II to foster economic co-operation, with the idea that countries, which trade together, are more likely to avoid going to war with each other. It has since grown to become a \"single market\" allowing goods and people to move around, as if the member states were one country. It has its own currency, the euro, used by 19 of the member countries, its own parliament and it now sets rules in a wide range of areas - including on the environment, transport, consumer rights and even things like mobile phone charges.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div><strong><em>Join us this week and experience the power of market intelligence. We will be show casing the new Einstein SmartBox automated trading system with cross-market relationships and correlations analytics.   </em></strong></div>\r\n</div>\r\n<div>​</div>\r\n<div><strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​​</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n\r\n<strong>Live Trading Rooms and Educational Events</strong>\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\n<div>\r\n\r\n&nbsp;\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1344742322\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1344742323\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1344742324\"><span class=\"aQJ\">8:00 AM ET</span></span></strong>\r\n<div>Join our trading community with RiosQuant founder and  trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd&amp;source=gmail&amp;ust=1465858151438000&amp;usg=AFQjCNGPOQfhONvcReDd01_6UQMqza5k7g\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/5876857040349616641\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/5876857040349616641&amp;source=gmail&amp;ust=1465858151438000&amp;usg=AFQjCNFni-rb92MFy0q73ewmD1I5eTO2Dw\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://support@riosquant.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://support@riosquant.com&amp;source=gmail&amp;ust=1465858151438000&amp;usg=AFQjCNG0kgLQG7-nGK88Bwhsh3vN83l41g\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>The Insider\'s Quant (I.Q.) Room</strong>​</div>\r\n<div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1344742325\"><span class=\"aQJ\">Monday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1344742326\"><span class=\"aQJ\">2:00 pm</span></span></div>\r\n<div><em>Forecasting </em></div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1344742327\"><span class=\"aQJ\">Wednesday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1344742328\"><span class=\"aQJ\">2:00 pm</span></span></div>\r\n<div><em>Event Driven Trading: The Fed</em></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1344742329\"><span class=\"aQJ\">Friday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1344742330\"><span class=\"aQJ\">11:30 pm</span></span></div>\r\n<div><em>Insider\'s Round Table Meetup</em></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div><strong>      ______________________________</strong></div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n</div>','The Week Ahead in the Global Markets','','inherit','open','closed','','2873-revision-v1','','','2016-06-12 22:56:53','2016-06-12 22:56:53','',2873,'http://www.thetradingroom.com/2873-revision-v1/',0,'revision','',0),(2875,2,'2016-06-12 22:59:02','2016-06-12 22:59:02','<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\nVolatility picked up last week rising 18.85% as the global markets continued to focus on the future of US interest rate hikes and the UK referendum vote to leave the European Union, known as Brexit. This week\'s economic calendar is back to normal, with <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1344742320\"><span class=\"aQJ\">Wednesday\'s</span></span> FOMC announcement at center stage. As it currently stands, the Fed Fund futures market is reflecting less than a 4% implied probability of a June rate hike. The likelihood of a July hike is also much less likely than it was only a week ago, currently 24% probability. In the past few weeks, the monetary policy signals stemming from FOMC members have fluctuated, causing intraday volatility in the risk assets. After the Fed meeting, the focus should shift to the Brexit vote scheduled for <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1344742321\"><span class=\"aQJ\">June 23rd</span></span>.\r\n\r\n&nbsp;\r\n\r\nPrime Minister David Cameron promised to hold a referendum vote if he won the 2015 general election, in response to growing calls from his own Conservative MPs and the UK Independence Party (UKIP), who argued that Britain had not had a say since 1975, when it voted to stay in the EU in a referendum. The EU has changed a lot since then, gaining more control over British citizens\' daily lives. Mr Cameron said: \"It is time for the British people to have their say. It is time to settle this European question in British politics.\"\r\n\r\n&nbsp;\r\n\r\nThe European Union began after World War II to foster economic co-operation, with the idea that countries, which trade together, are more likely to avoid going to war with each other. It has since grown to become a \"single market\" allowing goods and people to move around, as if the member states were one country. It has its own currency, the euro, used by 19 of the member countries, its own parliament and it now sets rules in a wide range of areas - including on the environment, transport, consumer rights and even things like mobile phone charges.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div><strong><em>Join us this week and experience the power of market intelligence. We will be show casing the new Einstein SmartBox automated trading system with cross-market relationships and correlations analytics.   </em></strong></div>\r\n</div>\r\n<div>​</div>\r\n<div><strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​​</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n\r\n<strong>Live Trading Rooms and Educational Events</strong>\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\n<div>\r\n\r\n&nbsp;\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1344742322\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1344742323\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1344742324\"><span class=\"aQJ\">8:00 AM ET</span></span></strong>\r\n<div>Join our trading community with RiosQuant founder and  trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd&amp;source=gmail&amp;ust=1465858151438000&amp;usg=AFQjCNGPOQfhONvcReDd01_6UQMqza5k7g\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/5876857040349616641\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/5876857040349616641&amp;source=gmail&amp;ust=1465858151438000&amp;usg=AFQjCNFni-rb92MFy0q73ewmD1I5eTO2Dw\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://support@riosquant.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://support@riosquant.com&amp;source=gmail&amp;ust=1465858151438000&amp;usg=AFQjCNG0kgLQG7-nGK88Bwhsh3vN83l41g\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>The Insider\'s Quant (I.Q.) Room</strong>​</div>\r\n<div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1344742325\"><span class=\"aQJ\">Monday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1344742326\"><span class=\"aQJ\">2:00 pm</span></span></div>\r\n<div><em>Forecasting </em></div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1344742327\"><span class=\"aQJ\">Wednesday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1344742328\"><span class=\"aQJ\">2:00 pm</span></span></div>\r\n<div><em>Event Driven Trading: The Fed</em></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1344742329\"><span class=\"aQJ\">Friday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1344742330\"><span class=\"aQJ\">11:30 pm</span></span></div>\r\n<div><em>Insider\'s Round Table Meetup</em></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div><strong>      ______________________________</strong></div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n</div>','The Week Ahead in the Global Markets','','inherit','open','closed','','2873-autosave-v1','','','2016-06-12 22:59:02','2016-06-12 22:59:02','',2873,'http://www.thetradingroom.com/2873-autosave-v1/',0,'revision','',0),(2876,2,'2016-06-14 10:20:22','2016-06-14 10:20:22','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\r\n\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/1f29f2d6e7/TEST/38d3ed8267/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/1f29f2d6e7/TEST/38d3ed8267/trial%3D1&amp;source=gmail&amp;ust=1465985781676000&amp;usg=AFQjCNGqSNllRla9La--uLEDfJ9KaW0OSw\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_293413426\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_293413427\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_293413428\"><span class=\"aQJ\">Friday</span></span>.\r\n\r\nWe are now show casing the new and improved Einstein III automated trading system.</span>\r\n</p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span><strong>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/1f29f2d6e7/TEST/d9d469495a\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/1f29f2d6e7/TEST/d9d469495a&amp;source=gmail&amp;ust=1465985781676000&amp;usg=AFQjCNEz8A7OK_CRhE-EF5JwY9ecnhAYMw\">register as a guest for access.</a></strong></p>\r\n\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>WORLD HEADLINES</strong> - Risk off prevailed in markets, spurring slides in Asian and European stocks as the U.K.’s upcoming vote on European Union membership fueled anxiety ahead of central bank meetings in the U.S. and Japan.\r\n\r\n<strong>STOCKS</strong> - The Stoxx Europe 600 Index sank 1.1 percent as of 8:19 a.m. London time, headed for its lowest close since February.\r\n\r\n<strong>BONDS</strong> - U.S. Treasuries rallied for a sixth day to yield 1.60 percent, headed for the lowest closing level since 2012.\r\n\r\n<strong>COMMODITIES</strong> - Gold declined 0.3 percent, snapping a four-day rally in which it gained more than 3 percent. Crude dropped 1.5 percent, falling for a fourth day.\r\n\r\n<strong>CURRENCIES</strong> - The pound weakened 1 percent versus the dollar, approaching a two-month low. Japan’s currency strengthened 0.5 percent, approaching its highest level since 2014.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Retail Sales m/m due at 8:30 ET.','Pre-Market Trading: Risk Off Sentiment','','publish','open','closed','','pre-market-trading-risk-sentiment','','','2016-06-14 10:20:22','2016-06-14 10:20:22','',0,'http://www.thetradingroom.com/?p=2876',0,'post','',0),(2877,2,'2016-06-14 10:20:22','2016-06-14 10:20:22','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\r\n\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/1f29f2d6e7/TEST/38d3ed8267/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/1f29f2d6e7/TEST/38d3ed8267/trial%3D1&amp;source=gmail&amp;ust=1465985781676000&amp;usg=AFQjCNGqSNllRla9La--uLEDfJ9KaW0OSw\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_293413426\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_293413427\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_293413428\"><span class=\"aQJ\">Friday</span></span>.\r\n\r\nWe are now show casing the new and improved Einstein III automated trading system.</span>\r\n</p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span><strong>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/1f29f2d6e7/TEST/d9d469495a\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/1f29f2d6e7/TEST/d9d469495a&amp;source=gmail&amp;ust=1465985781676000&amp;usg=AFQjCNEz8A7OK_CRhE-EF5JwY9ecnhAYMw\">register as a guest for access.</a></strong></p>\r\n\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>WORLD HEADLINES</strong> - Risk off prevailed in markets, spurring slides in Asian and European stocks as the U.K.’s upcoming vote on European Union membership fueled anxiety ahead of central bank meetings in the U.S. and Japan.\r\n\r\n<strong>STOCKS</strong> - The Stoxx Europe 600 Index sank 1.1 percent as of 8:19 a.m. London time, headed for its lowest close since February.\r\n\r\n<strong>BONDS</strong> - U.S. Treasuries rallied for a sixth day to yield 1.60 percent, headed for the lowest closing level since 2012.\r\n\r\n<strong>COMMODITIES</strong> - Gold declined 0.3 percent, snapping a four-day rally in which it gained more than 3 percent. Crude dropped 1.5 percent, falling for a fourth day.\r\n\r\n<strong>CURRENCIES</strong> - The pound weakened 1 percent versus the dollar, approaching a two-month low. Japan’s currency strengthened 0.5 percent, approaching its highest level since 2014.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Retail Sales m/m due at 8:30 ET.','Pre-Market Trading: Risk Off Sentiment','','inherit','open','closed','','2876-revision-v1','','','2016-06-14 10:20:22','2016-06-14 10:20:22','',2876,'http://www.thetradingroom.com/2876-revision-v1/',0,'revision','',0),(2879,2,'2016-06-20 01:24:19','2016-06-20 01:24:19','<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>As expected, trader\'s attention last week was divided between the FOMC meeting and the Brexit news. The British pound will be on center stage this week as the risk of a Brexit outcome looms over the financial markets. The Japanese yen has been benefiting from unwinding of carry trades due to risk-off flows ahead of the Brexit, therefore I would recommend trading the GBP/JPY pair. Investors seem to have exited UK stocks for eight consecutive weeks. The pace of withdrawals have been reported to be among the worst in recent years. The Economist published an interesting guide to the Brexit, click on the following link to access it <a style=\"color: #1155cc;\" href=\"http://www.economist.com/blogs/graphicdetail/2016/02/graphics-britain-s-referendum-eu-membership\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.economist.com/blogs/graphicdetail/2016/02/graphics-britain-s-referendum-eu-membership&amp;source=gmail&amp;ust=1466457471486000&amp;usg=AFQjCNH2Ircgs5IErbiFqnwat17eHmMfmA\">\"A background guide to \"Brexit\" from the European Union\".</a></div>\r\n<div></div>\r\n<div>Fed Chair Yellen will provide her semi-annual Congressional testimony to the Senate <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1304342558\"><span class=\"aQJ\">on Tuesday</span></span> and the House <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1304342559\"><span class=\"aQJ\">on Wednesday</span></span>. The question periods will be closely watched, any fresh hints will get trader\'s attention. We also have a resumption of appearances by other Fed participants.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div><strong><em>Join us this week and experience the power of market intelligence. We will be show casing the new Einstein SmartBox automated trading system with cross-market relationships and correlations analytics.   </em></strong></div>\r\n</div>\r\n<div>​</div>\r\n<div><strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​​</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>Live Trading Rooms and Educational Events</strong>\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\n<div>\r\n\r\n&nbsp;\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1304342560\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1304342561\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1304342562\"><span class=\"aQJ\">8:00 AM ET</span></span></strong>\r\n<div>Join our trading community with RiosQuant founder and  trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd&amp;source=gmail&amp;ust=1466457471486000&amp;usg=AFQjCNHtrH_E653rJDLDa3IWmAotLsEhNw\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/5822284979882952706\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/5822284979882952706&amp;source=gmail&amp;ust=1466457471486000&amp;usg=AFQjCNG2w4hYXe3eB__OJyRVZ_InlmSq4Q\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://support@riosquant.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://support@riosquant.com&amp;source=gmail&amp;ust=1466457471486000&amp;usg=AFQjCNHdlzExWKXgJLIr-6WiBBIs8u6c3w\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>The Insider\'s Quant (I.Q.) Room</strong>​</div>\r\n<div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1304342563\"><span class=\"aQJ\">Monday</span></span> - 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1304342564\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Forecasting </em></div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1304342565\"><span class=\"aQJ\">Wednesday</span></span> - 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1304342566\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Event Driven Trading: Brexit</em></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1304342567\"><span class=\"aQJ\">Friday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1304342568\"><span class=\"aQJ\">11:30 pm</span></span></div>\r\n<div><em>Insider\'s Round Table Meetup</em></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div>\r\n\r\nScheduled Economic Events\r\n\r\nMonday\r\n\r\n9:30 PM            AUD     Monetary Policy Meeting Minutes\r\n\r\n4:00 PM            GRN     Crop Progress\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\nTentative           EUR     German Constitutional Court Ruling\r\n\r\n5:00 AM            EUR     German Economic Sentiment\r\n\r\n10:00 AM          USD     Fed Chair Yellen Testifies\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n8:30 AM            CAD     Retail Sales\r\n\r\n10:00 AM          USD     Fed Chair Yellen Testifies\r\n\r\n10:30 AM          CL        Crude Oil Inventories\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\nAll DayGBP     EU Membership Vote\r\n\r\n8:30 AM            USD     Unemployment Claims\r\n\r\n8:30 AM            GRN     Weekly Export Sales\r\n\r\n10:30 AM          NG       Natural Gas Storage\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n4:00 AM            EUR     German Business Climate\r\n\r\n8:30 AM            USD     Core Durable Goods Orders\r\n\r\n9:00 AM            GRN     Food price Outlook\r\n\r\n10:00 AM          USD     Revised Consumer Sentiment\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<div style=\"color: #ffffff;\"></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n</div>','The Week Ahead in the Global Markets','','publish','open','closed','','week-ahead-global-markets-10','','','2016-06-20 01:24:19','2016-06-20 01:24:19','',0,'http://www.thetradingroom.com/?p=2879',0,'post','',0),(2880,2,'2016-06-19 21:21:40','2016-06-19 21:21:40','<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>As expected, trader\'s attention last week was divided between the FOMC meeting and the Brexit news. The British pound will be on center stage this week as the risk of a Brexit outcome looms over the financial markets. The Japanese yen has been benefiting from unwinding of carry trades due to risk-off flows ahead of the Brexit, therefore I would recommend trading the GBP/JPY pair. Investors seem to have exited UK stocks for eight consecutive weeks. The pace of withdrawals have been reported to be among the worst in recent years. The Economist published an interesting guide to the Brexit, click on the following link to access it <a style=\"color: #1155cc;\" href=\"http://www.economist.com/blogs/graphicdetail/2016/02/graphics-britain-s-referendum-eu-membership\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.economist.com/blogs/graphicdetail/2016/02/graphics-britain-s-referendum-eu-membership&amp;source=gmail&amp;ust=1466457471486000&amp;usg=AFQjCNH2Ircgs5IErbiFqnwat17eHmMfmA\">\"A background guide to \"Brexit\" from the European Union\".</a></div>\r\n<div></div>\r\n<div>Fed Chair Yellen will provide her semi-annual Congressional testimony to the Senate <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1304342558\"><span class=\"aQJ\">on Tuesday</span></span> and the House <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1304342559\"><span class=\"aQJ\">on Wednesday</span></span>. The question periods will be closely watched, any fresh hints will get trader\'s attention. We also have a resumption of appearances by other Fed participants.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div><strong><em>Join us this week and experience the power of market intelligence. We will be show casing the new Einstein SmartBox automated trading system with cross-market relationships and correlations analytics.   </em></strong></div>\r\n</div>\r\n<div>​</div>\r\n<div><strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​​</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n\r\n______________________________<wbr />__\r\n\r\n&nbsp;\r\n\r\n<strong>Live Trading Rooms and Educational Events</strong>\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\n<div>\r\n\r\n&nbsp;\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1304342560\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1304342561\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1304342562\"><span class=\"aQJ\">8:00 AM ET</span></span></strong>\r\n<div>Join our trading community with RiosQuant founder and  trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd&amp;source=gmail&amp;ust=1466457471486000&amp;usg=AFQjCNHtrH_E653rJDLDa3IWmAotLsEhNw\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/5822284979882952706\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/5822284979882952706&amp;source=gmail&amp;ust=1466457471486000&amp;usg=AFQjCNG2w4hYXe3eB__OJyRVZ_InlmSq4Q\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://support@riosquant.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://support@riosquant.com&amp;source=gmail&amp;ust=1466457471486000&amp;usg=AFQjCNHdlzExWKXgJLIr-6WiBBIs8u6c3w\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>The Insider\'s Quant (I.Q.) Room</strong>​</div>\r\n<div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1304342563\"><span class=\"aQJ\">Monday</span></span> - 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1304342564\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Forecasting </em></div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1304342565\"><span class=\"aQJ\">Wednesday</span></span> - 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1304342566\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Event Driven Trading: Brexit</em></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1304342567\"><span class=\"aQJ\">Friday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1304342568\"><span class=\"aQJ\">11:30 pm</span></span></div>\r\n<div><em>Insider\'s Round Table Meetup</em></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div>\r\n\r\nScheduled Economic Events\r\n\r\nMonday\r\n\r\n9:30 PM            AUD     Monetary Policy Meeting Minutes\r\n\r\n4:00 PM            GRN     Crop Progress\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\nTentative           EUR     German Constitutional Court Ruling\r\n\r\n5:00 AM            EUR     German Economic Sentiment\r\n\r\n10:00 AM          USD     Fed Chair Yellen Testifies\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n8:30 AM            CAD     Retail Sales\r\n\r\n10:00 AM          USD     Fed Chair Yellen Testifies\r\n\r\n10:30 AM          CL        Crude Oil Inventories\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\nAll DayGBP     EU Membership Vote\r\n\r\n8:30 AM            USD     Unemployment Claims\r\n\r\n8:30 AM            GRN     Weekly Export Sales\r\n\r\n10:30 AM          NG       Natural Gas Storage\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n4:00 AM            EUR     German Business Climate\r\n\r\n8:30 AM            USD     Core Durable Goods Orders\r\n\r\n9:00 AM            GRN     Food price Outlook\r\n\r\n10:00 AM          USD     Revised Consumer Sentiment\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<div style=\"color: #ffffff;\"></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n</div>','The Week Ahead in the Global Markets','','inherit','open','closed','','2879-revision-v1','','','2016-06-19 21:21:40','2016-06-19 21:21:40','',2879,'http://www.thetradingroom.com/2879-revision-v1/',0,'revision','',0),(2881,2,'2016-06-20 01:24:19','2016-06-20 01:24:19','<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>As expected, trader\'s attention last week was divided between the FOMC meeting and the Brexit news. The British pound will be on center stage this week as the risk of a Brexit outcome looms over the financial markets. The Japanese yen has been benefiting from unwinding of carry trades due to risk-off flows ahead of the Brexit, therefore I would recommend trading the GBP/JPY pair. Investors seem to have exited UK stocks for eight consecutive weeks. The pace of withdrawals have been reported to be among the worst in recent years. The Economist published an interesting guide to the Brexit, click on the following link to access it <a style=\"color: #1155cc;\" href=\"http://www.economist.com/blogs/graphicdetail/2016/02/graphics-britain-s-referendum-eu-membership\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.economist.com/blogs/graphicdetail/2016/02/graphics-britain-s-referendum-eu-membership&amp;source=gmail&amp;ust=1466457471486000&amp;usg=AFQjCNH2Ircgs5IErbiFqnwat17eHmMfmA\">\"A background guide to \"Brexit\" from the European Union\".</a></div>\r\n<div></div>\r\n<div>Fed Chair Yellen will provide her semi-annual Congressional testimony to the Senate <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1304342558\"><span class=\"aQJ\">on Tuesday</span></span> and the House <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1304342559\"><span class=\"aQJ\">on Wednesday</span></span>. The question periods will be closely watched, any fresh hints will get trader\'s attention. We also have a resumption of appearances by other Fed participants.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div><strong><em>Join us this week and experience the power of market intelligence. We will be show casing the new Einstein SmartBox automated trading system with cross-market relationships and correlations analytics.   </em></strong></div>\r\n</div>\r\n<div>​</div>\r\n<div><strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​​</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>Live Trading Rooms and Educational Events</strong>\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\n<div>\r\n\r\n&nbsp;\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1304342560\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1304342561\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1304342562\"><span class=\"aQJ\">8:00 AM ET</span></span></strong>\r\n<div>Join our trading community with RiosQuant founder and  trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd&amp;source=gmail&amp;ust=1466457471486000&amp;usg=AFQjCNHtrH_E653rJDLDa3IWmAotLsEhNw\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/5822284979882952706\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/5822284979882952706&amp;source=gmail&amp;ust=1466457471486000&amp;usg=AFQjCNG2w4hYXe3eB__OJyRVZ_InlmSq4Q\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://support@riosquant.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://support@riosquant.com&amp;source=gmail&amp;ust=1466457471486000&amp;usg=AFQjCNHdlzExWKXgJLIr-6WiBBIs8u6c3w\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>The Insider\'s Quant (I.Q.) Room</strong>​</div>\r\n<div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1304342563\"><span class=\"aQJ\">Monday</span></span> - 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1304342564\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Forecasting </em></div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1304342565\"><span class=\"aQJ\">Wednesday</span></span> - 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1304342566\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Event Driven Trading: Brexit</em></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1304342567\"><span class=\"aQJ\">Friday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1304342568\"><span class=\"aQJ\">11:30 pm</span></span></div>\r\n<div><em>Insider\'s Round Table Meetup</em></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div>\r\n\r\nScheduled Economic Events\r\n\r\nMonday\r\n\r\n9:30 PM            AUD     Monetary Policy Meeting Minutes\r\n\r\n4:00 PM            GRN     Crop Progress\r\n\r\n&nbsp;\r\n\r\nTuesday\r\n\r\nTentative           EUR     German Constitutional Court Ruling\r\n\r\n5:00 AM            EUR     German Economic Sentiment\r\n\r\n10:00 AM          USD     Fed Chair Yellen Testifies\r\n\r\n&nbsp;\r\n\r\nWednesday\r\n\r\n8:30 AM            CAD     Retail Sales\r\n\r\n10:00 AM          USD     Fed Chair Yellen Testifies\r\n\r\n10:30 AM          CL        Crude Oil Inventories\r\n\r\n&nbsp;\r\n\r\nThursday\r\n\r\nAll DayGBP     EU Membership Vote\r\n\r\n8:30 AM            USD     Unemployment Claims\r\n\r\n8:30 AM            GRN     Weekly Export Sales\r\n\r\n10:30 AM          NG       Natural Gas Storage\r\n\r\n&nbsp;\r\n\r\nFriday\r\n\r\n4:00 AM            EUR     German Business Climate\r\n\r\n8:30 AM            USD     Core Durable Goods Orders\r\n\r\n9:00 AM            GRN     Food price Outlook\r\n\r\n10:00 AM          USD     Revised Consumer Sentiment\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<div style=\"color: #ffffff;\"></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n</div>','The Week Ahead in the Global Markets','','inherit','open','closed','','2879-revision-v1','','','2016-06-20 01:24:19','2016-06-20 01:24:19','',2879,'http://www.thetradingroom.com/2879-revision-v1/',0,'revision','',0),(2882,2,'2016-06-22 11:22:22','2016-06-22 11:22:22','<div style=\"color: #222222;\">There is an Einstein automated trading system training class on <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2018297253\"><span class=\"aQJ\">Wednesday 6/22 at 2 pm</span></span> Eastern. Here is the registration link:<a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/6412102599483153924\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/6412102599483153924&amp;source=gmail&amp;ust=1466680691718000&amp;usg=AFQjCNE6XhHtLh5OwvzleM_rYJ_B1pVNEQ\">https://attendee.gotowebinar.<wbr />com/register/<wbr />6412102599483153924</a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">The session will include answers to your Einstein III and Einstein SmartBox questions and a meetup  with  Einstein traders. Join in and learn more about how Einstein can reduce the stress in your daily trading.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">We\'ll see you there!</div>','Einstein Automated Trading System Meetup','','publish','open','closed','','einstein-automated-trading-system-meetup','','','2016-06-22 11:22:22','2016-06-22 11:22:22','',0,'http://www.thetradingroom.com/?p=2882',0,'post','',0),(2883,2,'2016-06-22 11:22:22','2016-06-22 11:22:22','<div style=\"color: #222222;\">There is an Einstein automated trading system training class on <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2018297253\"><span class=\"aQJ\">Wednesday 6/22 at 2 pm</span></span> Eastern. Here is the registration link:<a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/6412102599483153924\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/6412102599483153924&amp;source=gmail&amp;ust=1466680691718000&amp;usg=AFQjCNE6XhHtLh5OwvzleM_rYJ_B1pVNEQ\">https://attendee.gotowebinar.<wbr />com/register/<wbr />6412102599483153924</a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">The session will include answers to your Einstein III and Einstein SmartBox questions and a meetup  with  Einstein traders. Join in and learn more about how Einstein can reduce the stress in your daily trading.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">We\'ll see you there!</div>','Einstein Automated Trading System Meetup','','inherit','open','closed','','2882-revision-v1','','','2016-06-22 11:22:22','2016-06-22 11:22:22','',2882,'http://www.thetradingroom.com/2882-revision-v1/',0,'revision','',0),(2884,2,'2016-06-23 11:06:52','2016-06-23 11:06:52','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\r\n\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/5cc9492406/TEST/bac0a28ebc/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/5cc9492406/TEST/bac0a28ebc/trial%3D1&amp;source=gmail&amp;ust=1466766202346000&amp;usg=AFQjCNGHg3HvIjdBJ0l3QB8zpnsL7Gi6uw\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_616288663\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_616288664\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_616288665\"><span class=\"aQJ\">Friday</span></span>.\r\n\r\nWe are now show casing the new and improved Einstein III automated trading system.</span>\r\n</p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span><strong>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/5cc9492406/TEST/48f00491ea\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/5cc9492406/TEST/48f00491ea&amp;source=gmail&amp;ust=1466766202346000&amp;usg=AFQjCNFrUYM9Ma98SU2U5qO2Cs-AlK97iw\">register as a guest for access.</a></strong></p>\r\n\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div>\r\n<div>\r\n<h1><strong>Financial markets are moving, what\'s next in the global markets? </strong></h1>\r\n</div>\r\nPre-market activity and scheduled economic data that may have an impact on the global financial markets:\r\n<div>\r\n<div style=\"color: #222222;\">\r\n\r\n<strong>WORLD HEADLINES</strong> - Stocks gained with U.S. equity-index futures and the pound strengthened to its highest level this year as the U.K.’s referendum on membership of the European Union got under way.  Read more - <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/5cc9492406/TEST/cd0281c1db\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/5cc9492406/TEST/cd0281c1db&amp;source=gmail&amp;ust=1466766202346000&amp;usg=AFQjCNGHsHrJYOqPOYFivIv3tM9avWJK4Q\">Brexit Vote Count: What to Watch for as the Night Unfolds</a>\r\n\r\n<strong>STOCKS</strong> - The Stoxx Europe 600 Index rose for a fifth day, surging 1.3 percent, with miners leading a rally of all industry groups.\r\n\r\n<strong>BONDS</strong> - The yield on 10-year U.S. Treasuries increased by three basis point to 1.72 percent, after sliding to the lowest level since 2012 last week.\r\n\r\n<strong>COMMODITIES</strong> - Gold swung between gains and losses near a two-week low, having retreated 2.5 percent over the last three days.\r\n\r\n<strong>CURRENCIES</strong> - The pound rose to its strongest level since <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_616288666\"><span class=\"aQJ\">Dec. 31</span></span>. The currency has strengthened about 3 percent versus the US dollar this week.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Unemployment Claims due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_616288667\"><span class=\"aQJ\">8:30</span></span>, New Home Sales at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_616288668\"><span class=\"aQJ\">10:00</span></span>, Natural Gas Storage at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_616288669\"><span class=\"aQJ\">10:30</span></span>, UK EU Membership Vote (all day)</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Brexit Arrives: Live Trading Room','','publish','open','closed','','brexit-arrives-live-trading-room','','','2016-06-23 11:06:52','2016-06-23 11:06:52','',0,'http://www.thetradingroom.com/?p=2884',0,'post','',0),(2885,2,'2016-06-23 11:06:25','2016-06-23 11:06:25','','brexit','','inherit','open','closed','','brexit','','','2016-06-23 11:06:25','2016-06-23 11:06:25','',2884,'http://www.thetradingroom.com/wp-content/uploads/2016/06/brexit.jpg',0,'attachment','image/jpeg',0),(2886,2,'2016-06-23 11:06:32','2016-06-23 11:06:32','<p style=\"color: #222222;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\r\n\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/5cc9492406/TEST/bac0a28ebc/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/5cc9492406/TEST/bac0a28ebc/trial%3D1&amp;source=gmail&amp;ust=1466766202346000&amp;usg=AFQjCNGHg3HvIjdBJ0l3QB8zpnsL7Gi6uw\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_616288663\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_616288664\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_616288665\"><span class=\"aQJ\">Friday</span></span>.\r\n\r\nWe are now show casing the new and improved Einstein III automated trading system.</span>\r\n</p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span><strong>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/5cc9492406/TEST/48f00491ea\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/5cc9492406/TEST/48f00491ea&amp;source=gmail&amp;ust=1466766202346000&amp;usg=AFQjCNFrUYM9Ma98SU2U5qO2Cs-AlK97iw\">register as a guest for access.</a></strong></p>\r\n\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div>\r\n<div>\r\n<h1><strong>Financial markets are moving, what\'s next in the global markets? </strong></h1>\r\n</div>\r\nPre-market activity and scheduled economic data that may have an impact on the global financial markets:\r\n<div>\r\n<div style=\"color: #222222;\">\r\n\r\n<strong>WORLD HEADLINES</strong> - Stocks gained with U.S. equity-index futures and the pound strengthened to its highest level this year as the U.K.’s referendum on membership of the European Union got under way.  Read more - <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/5cc9492406/TEST/cd0281c1db\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/5cc9492406/TEST/cd0281c1db&amp;source=gmail&amp;ust=1466766202346000&amp;usg=AFQjCNGHsHrJYOqPOYFivIv3tM9avWJK4Q\">Brexit Vote Count: What to Watch for as the Night Unfolds</a>\r\n\r\n<strong>STOCKS</strong> - The Stoxx Europe 600 Index rose for a fifth day, surging 1.3 percent, with miners leading a rally of all industry groups.\r\n\r\n<strong>BONDS</strong> - The yield on 10-year U.S. Treasuries increased by three basis point to 1.72 percent, after sliding to the lowest level since 2012 last week.\r\n\r\n<strong>COMMODITIES</strong> - Gold swung between gains and losses near a two-week low, having retreated 2.5 percent over the last three days.\r\n\r\n<strong>CURRENCIES</strong> - The pound rose to its strongest level since <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_616288666\"><span class=\"aQJ\">Dec. 31</span></span>. The currency has strengthened about 3 percent versus the US dollar this week.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Unemployment Claims due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_616288667\"><span class=\"aQJ\">8:30</span></span>, New Home Sales at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_616288668\"><span class=\"aQJ\">10:00</span></span>, Natural Gas Storage at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_616288669\"><span class=\"aQJ\">10:30</span></span>, UK EU Membership Vote (all day)</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Brexit Arrives: Live Trading Room','','inherit','open','closed','','2884-revision-v1','','','2016-06-23 11:06:32','2016-06-23 11:06:32','',2884,'http://www.thetradingroom.com/2884-revision-v1/',0,'revision','',0),(2888,2,'2016-06-28 11:07:11','2016-06-28 11:07:11','<span data-term=\"goog_716431726\">On Thursday</span>, citizens of the United Kingdom took to the polls and voted to leave the European Union. Not surprisingly, asset prices across the financial markets reacted violently as risk-off flows dominated the trading sessions. The S&amp;P 500 dropped -3.39%, US 10 yr rallied with the yield falling to 1.56%, gold and the US dollar also rallied strong. The British pound and Japanese yen were pinned against each other in the GBP/JPY forex pair, where the results were even more spectacular. The currency pair plunged to a new 3 1/2 year low.\r\n\r\n&nbsp;\r\n\r\nThe Brexit has unleashed a potential stress in the global financial system, resulting in concerns from the US Federal Reserve and central banks from around the world. The implied probability of a Fed rate hike any time this year has subsided dramatically. Barclays and Royal Bank of Scotland fell\r\n\r\n-20% and -27% respectively. Deutsche Bank fell -17% and Credit Suisse -16%, also global systemically important banks suffered deep sell-offs.\r\n\r\n&nbsp;\r\n\r\nAs the Brexit outcome continues to be analyzed, the markets should continue to show a high degree of volatility as institutional positioning going forward begin to be determined. I will pay special attention to the banking sector and correlations to identify institutional activity and therefore trading opportunities.\r\n\r\n<strong><em> </em></strong>\r\n\r\n<strong><em>Join us this week and experience the power of market intelligence. We will be show casing the new Einstein SmartBox automated trading system with cross-market relationships and correlations analytics.   </em></strong>\r\n\r\n&nbsp;\r\n\r\nJoe Rios\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/83c3cbbd8e/TEST/481bf15a45\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/83c3cbbd8e/TEST/481bf15a45&amp;source=gmail&amp;ust=1467130858435000&amp;usg=AFQjCNGZiejM7O7ccFFjsRBRB4hQvt6S6w\">www.riosquant.com</a>\r\n\r\n<hr />\r\n\r\n<strong>The Trading Room® TradeLAB - </strong><strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n&nbsp;\r\n\r\nJoin our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members.\r\n\r\nLive demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<strong> </strong>\r\n\r\nMonday thru <span data-term=\"goog_716431727\">Friday</span> - From 8:00 am to 11:00 am ET\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/83c3cbbd8e/TEST/0ce178ae3c\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/83c3cbbd8e/TEST/0ce178ae3c&amp;source=gmail&amp;ust=1467130858435000&amp;usg=AFQjCNFKOidbzZWPcjdlK5LoyolFfsKkjw\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...\r\n\r\n&nbsp;\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/83c3cbbd8e/TEST/862bc4dbb2\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/83c3cbbd8e/TEST/862bc4dbb2&amp;source=gmail&amp;ust=1467130858435000&amp;usg=AFQjCNHtHTgHexZ3lfu5T8QnpoZr60el1Q\">register as a guest.</a>\r\n\r\n&nbsp;\r\n\r\n<strong>It\'s really that simple!</strong><strong> </strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>The Insider\'s Quant (I.Q.) Room</strong>\r\n\r\n&nbsp;\r\n\r\nMonday - <span data-term=\"goog_716431729\">12:30</span>\r\n\r\n<em>Forecasting  </em>\r\n\r\n<em> </em>\r\n\r\n<em><span data-term=\"goog_716431730\">Wednesday</span> - </em><span data-term=\"goog_716431731\">12:30 pm</span>\r\n\r\n<em>Event Driven Trading: Brexit</em>\r\n\r\n<em> </em>\r\n\r\n<em><span data-term=\"goog_716431732\">Friday</span>  - </em><span data-term=\"goog_716431733\">11:30 pm</span>\r\n\r\n<em>Insider\'s Round Table Meetup</em>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Week Ahead in the Global Markets','','publish','open','closed','','week-ahead-global-markets-11','','','2016-06-28 11:07:11','2016-06-28 11:07:11','',0,'http://www.thetradingroom.com/?p=2888',0,'post','',0),(2890,2,'2016-06-28 11:04:32','2016-06-28 11:04:32','<span data-term=\"goog_716431726\">On Thursday</span>, citizens of the United Kingdom took to the polls and voted to leave the European Union. Not surprisingly, asset prices across the financial markets reacted violently as risk-off flows dominated the trading sessions. The S&amp;P 500 dropped -3.39%, US 10 yr rallied with the yield falling to 1.56%, gold and the US dollar also rallied strong. The British pound and Japanese yen were pinned against each other in the GBP/JPY forex pair, where the results were even more spectacular. The currency pair plunged to a new 3 1/2 year low.\r\n\r\n&nbsp;\r\n\r\nThe Brexit has unleashed a potential stress in the global financial system, resulting in concerns from the US Federal Reserve and central banks from around the world. The implied probability of a Fed rate hike any time this year has subsided dramatically. Barclays and Royal Bank of Scotland fell\r\n\r\n-20% and -27% respectively. Deutsche Bank fell -17% and Credit Suisse -16%, also global systemically important banks suffered deep sell-offs.\r\n\r\n&nbsp;\r\n\r\nAs the Brexit outcome continues to be analyzed, the markets should continue to show a high degree of volatility as institutional positioning going forward begin to be determined. I will pay special attention to the banking sector and correlations to identify institutional activity and therefore trading opportunities.\r\n\r\n<strong><em> </em></strong>\r\n\r\n<strong><em>Join us this week and experience the power of market intelligence. We will be show casing the new Einstein SmartBox automated trading system with cross-market relationships and correlations analytics.   </em></strong>\r\n\r\n&nbsp;\r\n\r\nJoe Rios\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/83c3cbbd8e/TEST/481bf15a45\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/83c3cbbd8e/TEST/481bf15a45&amp;source=gmail&amp;ust=1467130858435000&amp;usg=AFQjCNGZiejM7O7ccFFjsRBRB4hQvt6S6w\">www.riosquant.com</a>','','','inherit','open','closed','','2888-revision-v1','','','2016-06-28 11:04:32','2016-06-28 11:04:32','',2888,'http://www.thetradingroom.com/2888-revision-v1/',0,'revision','',0),(2889,2,'2016-06-28 11:03:45','2016-06-28 11:03:45','<table width=\"650\">\r\n<tbody>\r\n<tr>\r\n<td width=\"463\">\r\n<table width=\"415\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<table width=\"415\">\r\n<tbody>\r\n<tr>\r\n<td><span data-term=\"goog_716431726\">On Thursday</span>, citizens of the United Kingdom took to the polls and voted to leave the European Union. Not surprisingly, asset prices across the financial markets reacted violently as risk-off flows dominated the trading sessions. The S&amp;P 500 dropped -3.39%, US 10 yr rallied with the yield falling to 1.56%, gold and the US dollar also rallied strong. The British pound and Japanese yen were pinned against each other in the GBP/JPY forex pair, where the results were even more spectacular. The currency pair plunged to a new 3 1/2 year low.\r\n\r\n&nbsp;\r\n\r\nThe Brexit has unleashed a potential stress in the global financial system, resulting in concerns from the US Federal Reserve and central banks from around the world. The implied probability of a Fed rate hike any time this year has subsided dramatically. Barclays and Royal Bank of Scotland fell\r\n\r\n-20% and -27% respectively. Deutsche Bank fell -17% and Credit Suisse -16%, also global systemically important banks suffered deep sell-offs.\r\n\r\n&nbsp;\r\n\r\nAs the Brexit outcome continues to be analyzed, the markets should continue to show a high degree of volatility as institutional positioning going forward begin to be determined. I will pay special attention to the banking sector and correlations to identify institutional activity and therefore trading opportunities.\r\n\r\n<strong><em> </em></strong>\r\n\r\n<strong><em>Join us this week and experience the power of market intelligence. We will be show casing the new Einstein SmartBox automated trading system with cross-market relationships and correlations analytics.   </em></strong>\r\n\r\n&nbsp;\r\n\r\nJoe Rios\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/83c3cbbd8e/TEST/481bf15a45\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/83c3cbbd8e/TEST/481bf15a45&amp;source=gmail&amp;ust=1467130858435000&amp;usg=AFQjCNGZiejM7O7ccFFjsRBRB4hQvt6S6w\">www.riosquant.com</a>\r\n\r\n&nbsp;\r\n\r\n_______________________________\r\n\r\n&nbsp;\r\n<h2>Live Trading Rooms and Events</h2>\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n&nbsp;\r\n\r\n<b>Contact Information for your Support Needs: </b>\r\nKen Eriksen, RQ Client Relations Manager\r\nemail: <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/83c3cbbd8e/TEST/da2bd4a5fa\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/83c3cbbd8e/TEST/da2bd4a5fa&amp;source=gmail&amp;ust=1467130858435000&amp;usg=AFQjCNFPNgGbfvXXzX1hP9ftcovoZIA3iA\">ken@riosquant.com</a>\r\n\r\nSkype: kmetrade\r\n\r\n&nbsp;\r\n\r\n_______________________________</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><strong>The Trading Room® TradeLAB - </strong><strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n&nbsp;\r\n\r\nJoin our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members.\r\n\r\nLive demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<strong> </strong>\r\n\r\nMonday thru <span data-term=\"goog_716431727\">Friday</span> - From 8:00 am to 11:00 am ET\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/83c3cbbd8e/TEST/0ce178ae3c\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/83c3cbbd8e/TEST/0ce178ae3c&amp;source=gmail&amp;ust=1467130858435000&amp;usg=AFQjCNFKOidbzZWPcjdlK5LoyolFfsKkjw\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...\r\n\r\n&nbsp;\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/83c3cbbd8e/TEST/862bc4dbb2\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/83c3cbbd8e/TEST/862bc4dbb2&amp;source=gmail&amp;ust=1467130858435000&amp;usg=AFQjCNHtHTgHexZ3lfu5T8QnpoZr60el1Q\">register as a guest.</a>\r\n\r\n&nbsp;\r\n\r\n<strong>It\'s really that simple!</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>                   ______________________________</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong>The Insider\'s Quant (I.Q.) Room</strong>\r\n\r\n&nbsp;\r\n\r\nMonday - <span data-term=\"goog_716431729\">12:30</span>\r\n\r\n<em>Forecasting  </em>\r\n\r\n<em> </em>\r\n\r\n<em><span data-term=\"goog_716431730\">Wednesday</span> - </em><span data-term=\"goog_716431731\">12:30 pm</span>\r\n\r\n<em>Event Driven Trading: Brexit</em>\r\n\r\n<em> </em>\r\n\r\n<em><span data-term=\"goog_716431732\">Friday</span>  - </em><span data-term=\"goog_716431733\">11:30 pm</span>\r\n\r\n<em>Insider\'s Round Table Meetup</em>\r\n\r\n&nbsp;\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<table width=\"650\">\r\n<tbody>\r\n<tr>\r\n<td><strong>THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY\r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</strong>\r\n\r\n<strong>PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','','','inherit','open','closed','','2888-revision-v1','','','2016-06-28 11:03:45','2016-06-28 11:03:45','',2888,'http://www.thetradingroom.com/2888-revision-v1/',0,'revision','',0),(2891,2,'2016-06-28 11:07:11','2016-06-28 11:07:11','<span data-term=\"goog_716431726\">On Thursday</span>, citizens of the United Kingdom took to the polls and voted to leave the European Union. Not surprisingly, asset prices across the financial markets reacted violently as risk-off flows dominated the trading sessions. The S&amp;P 500 dropped -3.39%, US 10 yr rallied with the yield falling to 1.56%, gold and the US dollar also rallied strong. The British pound and Japanese yen were pinned against each other in the GBP/JPY forex pair, where the results were even more spectacular. The currency pair plunged to a new 3 1/2 year low.\r\n\r\n&nbsp;\r\n\r\nThe Brexit has unleashed a potential stress in the global financial system, resulting in concerns from the US Federal Reserve and central banks from around the world. The implied probability of a Fed rate hike any time this year has subsided dramatically. Barclays and Royal Bank of Scotland fell\r\n\r\n-20% and -27% respectively. Deutsche Bank fell -17% and Credit Suisse -16%, also global systemically important banks suffered deep sell-offs.\r\n\r\n&nbsp;\r\n\r\nAs the Brexit outcome continues to be analyzed, the markets should continue to show a high degree of volatility as institutional positioning going forward begin to be determined. I will pay special attention to the banking sector and correlations to identify institutional activity and therefore trading opportunities.\r\n\r\n<strong><em> </em></strong>\r\n\r\n<strong><em>Join us this week and experience the power of market intelligence. We will be show casing the new Einstein SmartBox automated trading system with cross-market relationships and correlations analytics.   </em></strong>\r\n\r\n&nbsp;\r\n\r\nJoe Rios\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/83c3cbbd8e/TEST/481bf15a45\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/83c3cbbd8e/TEST/481bf15a45&amp;source=gmail&amp;ust=1467130858435000&amp;usg=AFQjCNGZiejM7O7ccFFjsRBRB4hQvt6S6w\">www.riosquant.com</a>\r\n\r\n<hr />\r\n\r\n<strong>The Trading Room® TradeLAB - </strong><strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n&nbsp;\r\n\r\nJoin our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members.\r\n\r\nLive demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<strong> </strong>\r\n\r\nMonday thru <span data-term=\"goog_716431727\">Friday</span> - From 8:00 am to 11:00 am ET\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/83c3cbbd8e/TEST/0ce178ae3c\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/83c3cbbd8e/TEST/0ce178ae3c&amp;source=gmail&amp;ust=1467130858435000&amp;usg=AFQjCNFKOidbzZWPcjdlK5LoyolFfsKkjw\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...\r\n\r\n&nbsp;\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/83c3cbbd8e/TEST/862bc4dbb2\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/83c3cbbd8e/TEST/862bc4dbb2&amp;source=gmail&amp;ust=1467130858435000&amp;usg=AFQjCNHtHTgHexZ3lfu5T8QnpoZr60el1Q\">register as a guest.</a>\r\n\r\n&nbsp;\r\n\r\n<strong>It\'s really that simple!</strong><strong> </strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>The Insider\'s Quant (I.Q.) Room</strong>\r\n\r\n&nbsp;\r\n\r\nMonday - <span data-term=\"goog_716431729\">12:30</span>\r\n\r\n<em>Forecasting  </em>\r\n\r\n<em> </em>\r\n\r\n<em><span data-term=\"goog_716431730\">Wednesday</span> - </em><span data-term=\"goog_716431731\">12:30 pm</span>\r\n\r\n<em>Event Driven Trading: Brexit</em>\r\n\r\n<em> </em>\r\n\r\n<em><span data-term=\"goog_716431732\">Friday</span>  - </em><span data-term=\"goog_716431733\">11:30 pm</span>\r\n\r\n<em>Insider\'s Round Table Meetup</em>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Week Ahead in the Global Markets','','inherit','open','closed','','2888-revision-v1','','','2016-06-28 11:07:11','2016-06-28 11:07:11','',2888,'http://www.thetradingroom.com/2888-revision-v1/',0,'revision','',0),(2892,2,'2016-06-29 11:19:26','2016-06-29 11:19:26','<p style=\"color: #222222;\"></p>\r\n\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div>\r\n<div>\r\n<h1><strong>Financial markets are moving, what\'s next in the global markets? </strong></h1>\r\n</div>\r\nPre-market activity and scheduled economic data that may have an impact on the global financial markets:\r\n<div>\r\n<div style=\"color: #222222;\">\r\n<strong>WORLD HEADLINES</strong> - Global stocks rallied for a second day and the dollar weakened amid speculation that policy makers will mitigate the damage of the U.K.’s vote to leave the European Union, including a pause in the Federal Reserve’s tightening cycle.\r\n\r\n<strong>STOCKS </strong>-  Futures on the S&amp;P 500 Index rose 0.6 percent after the U.S. benchmark jumped 1.8 percent in the last session, its best performance in almost four months.\r\n\r\n<strong>BONDS</strong> - The yield on 10-year Treasuries lost one basis point to 1.46 percent. U.S. government debt has returned about 5.5 percent so far this year, poised for the biggest back-to-back quarterly advance since 2011.\r\n\r\n<strong>COMMODITIES </strong>-  U.S. oil inventories fell by 3.86 million barrels last week, the American Petroleum Institute was said to have reported, ahead of government data due <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_716431747\"><span class=\"aQJ\">on Wednesday</span></span>.\r\n\r\n<strong>CURRENCIES</strong> - Sterling advanced for a second day against the dollar as investors await Britain’s plan for its extrication from the 28-nations bloc.\r\n\r\n<strong>ECONOMIC DATA </strong>-  Day 2 EU Economic Summit, US Personal Spending m/m due at<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_716431748\"><span class=\"aQJ\">8:30</span></span>, Pending Home Sales m/m at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_716431749\"><span class=\"aQJ\">10:00</span></span>, Crude Oil Inventories at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_716431750\"><span class=\"aQJ\">10:30</span></span>, Bank Stress Test Results at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_716431751\"><span class=\"aQJ\">16:30 ET</span></span>.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #222222;\">\r\n\r\n<strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f042122379/TEST/7dd5f1ed86/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/f042122379/TEST/7dd5f1ed86/trial%3D1&amp;source=gmail&amp;ust=1467285356225000&amp;usg=AFQjCNHtyu6aYw5yErAr_Qh9zfBCgfW8Wg\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_716431744\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_716431745\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_716431746\"><span class=\"aQJ\">Friday</span></span>.\r\n\r\nWe are now show casing the new and improved Einstein III automated trading system.</span>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span><strong>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f042122379/TEST/d540351abe\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/f042122379/TEST/d540351abe&amp;source=gmail&amp;ust=1467285356225000&amp;usg=AFQjCNGqGt-ruyaHCoLArtjrGQ69XvvEQQ\">register as a guest for access.</a></strong></p>\r\n\r\n<div></div>\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>\r\n<p style=\"color: #222222;\"></p>\r\n<p style=\"color: #222222;\"><img class=\"CToWUd\" title=\"trading room and award pics\" src=\"https://ci3.googleusercontent.com/proxy/RXvDo3LcBKn-cpi2n0JDY9TsACh3LlxAeb5J8mE2QyDOG4uvd8DQOGBOaHxezdPagY_XIgZKcI7FQIBmW7bmlaooIbjRAcu-4at-oL-CJmm_95ACLE5pmukdR0foavNgOOQTQolEz3X0WYrcHHwuKLtibimEIgZ1kC9leRtSazomp0OWrsm601mQLlyU08J4=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/ddb01eaf49/trading%20room%20and%20award%20pics.JPG?__nocache__=1\" alt=\"trading room and award pics\" width=\"499\" height=\"126\" align=\"bottom\" border=\"0\" hspace=\"0\" vspace=\"0\" /></p>\r\n<p style=\"color: #222222;\">\r\n\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</p>','World Headlines - Live Trading Room Access','','publish','open','closed','','world-headlines-live-trading-room-access-2','','','2016-06-29 11:19:26','2016-06-29 11:19:26','',0,'http://www.thetradingroom.com/?p=2892',0,'post','',0),(2893,2,'2016-06-29 11:19:26','2016-06-29 11:19:26','<p style=\"color: #222222;\"></p>\r\n\r\n<div style=\"color: #222222;\">\r\n<div style=\"color: #222222;\">\r\n<div>\r\n<div>\r\n<h1><strong>Financial markets are moving, what\'s next in the global markets? </strong></h1>\r\n</div>\r\nPre-market activity and scheduled economic data that may have an impact on the global financial markets:\r\n<div>\r\n<div style=\"color: #222222;\">\r\n<strong>WORLD HEADLINES</strong> - Global stocks rallied for a second day and the dollar weakened amid speculation that policy makers will mitigate the damage of the U.K.’s vote to leave the European Union, including a pause in the Federal Reserve’s tightening cycle.\r\n\r\n<strong>STOCKS </strong>-  Futures on the S&amp;P 500 Index rose 0.6 percent after the U.S. benchmark jumped 1.8 percent in the last session, its best performance in almost four months.\r\n\r\n<strong>BONDS</strong> - The yield on 10-year Treasuries lost one basis point to 1.46 percent. U.S. government debt has returned about 5.5 percent so far this year, poised for the biggest back-to-back quarterly advance since 2011.\r\n\r\n<strong>COMMODITIES </strong>-  U.S. oil inventories fell by 3.86 million barrels last week, the American Petroleum Institute was said to have reported, ahead of government data due <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_716431747\"><span class=\"aQJ\">on Wednesday</span></span>.\r\n\r\n<strong>CURRENCIES</strong> - Sterling advanced for a second day against the dollar as investors await Britain’s plan for its extrication from the 28-nations bloc.\r\n\r\n<strong>ECONOMIC DATA </strong>-  Day 2 EU Economic Summit, US Personal Spending m/m due at<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_716431748\"><span class=\"aQJ\">8:30</span></span>, Pending Home Sales m/m at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_716431749\"><span class=\"aQJ\">10:00</span></span>, Crude Oil Inventories at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_716431750\"><span class=\"aQJ\">10:30</span></span>, Bank Stress Test Results at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_716431751\"><span class=\"aQJ\">16:30 ET</span></span>.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #222222;\">\r\n\r\n<strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong>\r\n\r\n<span style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f042122379/TEST/7dd5f1ed86/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/f042122379/TEST/7dd5f1ed86/trial%3D1&amp;source=gmail&amp;ust=1467285356225000&amp;usg=AFQjCNHtyu6aYw5yErAr_Qh9zfBCgfW8Wg\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 8:00 am and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_716431744\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_716431745\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_716431746\"><span class=\"aQJ\">Friday</span></span>.\r\n\r\nWe are now show casing the new and improved Einstein III automated trading system.</span>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> </span><strong>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f042122379/TEST/d540351abe\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/f042122379/TEST/d540351abe&amp;source=gmail&amp;ust=1467285356225000&amp;usg=AFQjCNGqGt-ruyaHCoLArtjrGQ69XvvEQQ\">register as a guest for access.</a></strong></p>\r\n\r\n<div></div>\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #222222;\"></div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">     <strong><em> - Trading Team, Rios Quantitative LLC</em></strong></span></p>\r\n<p style=\"color: #222222;\"></p>\r\n<p style=\"color: #222222;\"><img class=\"CToWUd\" title=\"trading room and award pics\" src=\"https://ci3.googleusercontent.com/proxy/RXvDo3LcBKn-cpi2n0JDY9TsACh3LlxAeb5J8mE2QyDOG4uvd8DQOGBOaHxezdPagY_XIgZKcI7FQIBmW7bmlaooIbjRAcu-4at-oL-CJmm_95ACLE5pmukdR0foavNgOOQTQolEz3X0WYrcHHwuKLtibimEIgZ1kC9leRtSazomp0OWrsm601mQLlyU08J4=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/ddb01eaf49/trading%20room%20and%20award%20pics.JPG?__nocache__=1\" alt=\"trading room and award pics\" width=\"499\" height=\"126\" align=\"bottom\" border=\"0\" hspace=\"0\" vspace=\"0\" /></p>\r\n<p style=\"color: #222222;\">\r\n\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</p>','World Headlines - Live Trading Room Access','','inherit','open','closed','','2892-revision-v1','','','2016-06-29 11:19:26','2016-06-29 11:19:26','',2892,'http://www.thetradingroom.com/2892-revision-v1/',0,'revision','',0),(2894,2,'2016-07-05 00:19:49','2016-07-05 00:19:49','The British pound remained under pressure after its post-Brexit drop, and may continue to fall ahead of a possible interest rate cut by the Bank of England. BOE Governor Mark Carney made a speech on Thursday indicating that the central bank is likely to cut interest rates from the current record low of 0.5% in reaction to last week’s Brexit outcome. His dovish comments helped a rally for both UK and US stocks, while the British pound came under renewed pressure.\r\n\r\nIn the aftermath of Britain\'s historic vote to leave the European Union, the global markets have reacted in extreme and mixed ways. Risk assets including stocks have surged along with government bonds, two asset classes that historically suggest different outlooks for economic growth. Rising bond prices have sent interest yields on the perceived safe havens of government bonds to fresh lows. Among the <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/a9b6aad199/TEST/c655b8b4f4\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/a9b6aad199/TEST/c655b8b4f4&amp;source=gmail&amp;ust=1467763450648000&amp;usg=AFQjCNGPk9g00mtB2uuCaHxHvTFGo3zNmg\">series of record-breaking moves</a>  last week were the new lows breached by the yields on 10 and 30 year U.S. Treasuries. What are the markets telling us? Is there a shift under way, from the initial flight to safe-haven assets to a flight to quality? Will US assets benefit from the uncertainty and turmoil surrounding Britain and the European Union?\r\n\r\n<strong><em>Join us this week and experience the power of market intelligence. We will be show casing the new Einstein SmartBox automated trading system with cross-market relationships and correlations analytics.   </em></strong>\r\n\r\nJoe Rios\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/a9b6aad199/TEST/99946ffd5e\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/a9b6aad199/TEST/99946ffd5e&amp;source=gmail&amp;ust=1467763450648000&amp;usg=AFQjCNGbJnOHKq1MdXS_7JYgNRe530niEg\">www.riosquant.com</a>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong></p>\r\n\r\n<div>\r\n<p style=\"text-align: center;\"><strong>Monday through Friday beginning at 8:00 AM ET</strong></p>\r\n\r\n<div>Join our trading community with RiosQuant founder and  trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a class=\"validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd\" target=\"_blank\" data-cke-saved-href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a class=\"validating\" href=\"https://attendee.gotowebinar.com/register/5822284979882952706\" data-cke-saved-href=\"https://attendee.gotowebinar.com/register/5822284979882952706\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a class=\"valid-link validation-enabled validating\" href=\"http://support@riosquant.com\" data-cke-saved-href=\"http://support@riosquant.com\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div style=\"text-align: center;\"><strong>The Insider\'s Quant (I.Q.) Room</strong>​</div>\r\n<div style=\"text-align: center;\">\r\n<div></div>\r\n<div>Tuesday - 1<span tabindex=\"0\" data-term=\"goog_1003950761\">2:30 pm </span></div>\r\n<div><em>Forecasting </em></div>\r\n</div>\r\n<div style=\"text-align: center;\"></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div style=\"text-align: center;\">Wednesday - 1<span tabindex=\"0\" data-term=\"goog_1003950761\">2:30 pm </span></div>\r\n<div style=\"text-align: center;\"><em>Opportunities in the New Norm</em></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div><strong>      ______________________________</strong></div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;','Week Ahead in the Global Markets','','publish','open','closed','','week-ahead-global-markets-12','','','2016-07-05 00:19:49','2016-07-05 00:19:49','',0,'http://www.thetradingroom.com/?p=2894',0,'post','',0),(2895,2,'2016-07-05 00:19:49','2016-07-05 00:19:49','The British pound remained under pressure after its post-Brexit drop, and may continue to fall ahead of a possible interest rate cut by the Bank of England. BOE Governor Mark Carney made a speech on Thursday indicating that the central bank is likely to cut interest rates from the current record low of 0.5% in reaction to last week’s Brexit outcome. His dovish comments helped a rally for both UK and US stocks, while the British pound came under renewed pressure.\r\n\r\nIn the aftermath of Britain\'s historic vote to leave the European Union, the global markets have reacted in extreme and mixed ways. Risk assets including stocks have surged along with government bonds, two asset classes that historically suggest different outlooks for economic growth. Rising bond prices have sent interest yields on the perceived safe havens of government bonds to fresh lows. Among the <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/a9b6aad199/TEST/c655b8b4f4\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/a9b6aad199/TEST/c655b8b4f4&amp;source=gmail&amp;ust=1467763450648000&amp;usg=AFQjCNGPk9g00mtB2uuCaHxHvTFGo3zNmg\">series of record-breaking moves</a>  last week were the new lows breached by the yields on 10 and 30 year U.S. Treasuries. What are the markets telling us? Is there a shift under way, from the initial flight to safe-haven assets to a flight to quality? Will US assets benefit from the uncertainty and turmoil surrounding Britain and the European Union?\r\n\r\n<strong><em>Join us this week and experience the power of market intelligence. We will be show casing the new Einstein SmartBox automated trading system with cross-market relationships and correlations analytics.   </em></strong>\r\n\r\nJoe Rios\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/a9b6aad199/TEST/99946ffd5e\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/a9b6aad199/TEST/99946ffd5e&amp;source=gmail&amp;ust=1467763450648000&amp;usg=AFQjCNGbJnOHKq1MdXS_7JYgNRe530niEg\">www.riosquant.com</a>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong></p>\r\n\r\n<div>\r\n<p style=\"text-align: center;\"><strong>Monday through Friday beginning at 8:00 AM ET</strong></p>\r\n\r\n<div>Join our trading community with RiosQuant founder and  trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a class=\"validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd\" target=\"_blank\" data-cke-saved-href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a class=\"validating\" href=\"https://attendee.gotowebinar.com/register/5822284979882952706\" data-cke-saved-href=\"https://attendee.gotowebinar.com/register/5822284979882952706\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a class=\"valid-link validation-enabled validating\" href=\"http://support@riosquant.com\" data-cke-saved-href=\"http://support@riosquant.com\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div style=\"text-align: center;\"><strong>The Insider\'s Quant (I.Q.) Room</strong>​</div>\r\n<div style=\"text-align: center;\">\r\n<div></div>\r\n<div>Tuesday - 1<span tabindex=\"0\" data-term=\"goog_1003950761\">2:30 pm </span></div>\r\n<div><em>Forecasting </em></div>\r\n</div>\r\n<div style=\"text-align: center;\"></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div style=\"text-align: center;\">Wednesday - 1<span tabindex=\"0\" data-term=\"goog_1003950761\">2:30 pm </span></div>\r\n<div style=\"text-align: center;\"><em>Opportunities in the New Norm</em></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div><strong>      ______________________________</strong></div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;','Week Ahead in the Global Markets','','inherit','open','closed','','2894-revision-v1','','','2016-07-05 00:19:49','2016-07-05 00:19:49','',2894,'http://www.thetradingroom.com/2894-revision-v1/',0,'revision','',0),(2896,2,'2016-07-05 11:14:58','2016-07-05 11:14:58','<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<p style=\"color: rgb(80, 0, 80); text-align: center;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1467803487708000&amp;usg=AFQjCNHp0OIZ7w0EGcmzgc0dpK-BfXb3sQ\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1897310469\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1897310470\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1897310471\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1897310472\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/5822284979882952706\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/5822284979882952706&amp;source=gmail&amp;ust=1467803487708000&amp;usg=AFQjCNFmWJiXxAEYXsekUZrHYbyhB2rNag\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div><span style=\"color: #000000;\"><strong>Pre-market</strong> activity and scheduled economic data that may have an impact on the global financial markets. </span>​</div>\r\n<div style=\"text-align: center;\">\r\n<strong>Markets are moving,  what\'s next in the markets?</strong></div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><strong>WORLD HEADLINES - </strong>The pound is weakening anew, bond yields are falling to records around the world, and both stocks and commodities are starting to move lower. It all adds up to a gloomy outlook for the global economy as trading picks up after the Fourth of July holiday in the U.S.</div>\r\n<div></div>\r\n<div><strong>STOCKS -  </strong>The MSCI All-Country World Index dropped 0.4 percent during London, its first slide in more than a week.</div>\r\n<div></div>\r\n<div><strong>BONDS - </strong>The yield on Treasury 10-year notes slid seven basis points to an unprecedented 1.3750 percent. The securities are rallying as futures indicate that the chance of the Federal Reserve raising interest rates this year has dwindled to 12 percent.</div>\r\n<div></div>\r\n<div><strong>COMMODITIES -  </strong>Precious metals declined as the dollar snapped five days of losses. Oil extended losses, dropping to a decline of 2.6 percent relative to <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1897310473\"><span class=\"aQJ\">Friday’s</span></span> close.</div>\r\n<div></div>\r\n<div><strong>CURRENCIES - </strong>Australia’s dollar fell 0.5 percent, after climbing 1.2 percent over the last two sessions.</div>\r\n<div></div>\r\n<div><strong>ECONOMIC DATA -  </strong>US Factory Orders m/m due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1897310474\"><span class=\"aQJ\">10:00</span></span>, GDT Price Index (tentative), FOMC Member Dudley Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1897310475\"><span class=\"aQJ\">14:30 ET</span></span>.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div></div>\r\n</div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">   <em> </em></span><em><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></em></p>\r\n<p style=\"color: #500050;\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1467803487708000&amp;usg=AFQjCNFc4cT8BXgnmfVeG0pbURjdP9FvsQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Post Brexit Opportunities - Live Trading Room Access','','publish','open','closed','','post-brexit-opportunities-live-trading-room-access','','','2016-07-05 11:14:58','2016-07-05 11:14:58','',0,'http://www.thetradingroom.com/?p=2896',0,'post','',0),(2897,2,'2016-07-05 11:14:48','2016-07-05 11:14:48','','post brexit opportunities','','inherit','open','closed','','post-brexit-opportunities','','','2016-07-05 11:14:48','2016-07-05 11:14:48','',2896,'http://www.thetradingroom.com/wp-content/uploads/2016/07/post-brexit-opportunities.jpg',0,'attachment','image/jpeg',0),(2898,2,'2016-07-05 11:14:58','2016-07-05 11:14:58','<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<p style=\"color: rgb(80, 0, 80); text-align: center;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1467803487708000&amp;usg=AFQjCNHp0OIZ7w0EGcmzgc0dpK-BfXb3sQ\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1897310469\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1897310470\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1897310471\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1897310472\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/5822284979882952706\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/5822284979882952706&amp;source=gmail&amp;ust=1467803487708000&amp;usg=AFQjCNFmWJiXxAEYXsekUZrHYbyhB2rNag\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div><span style=\"color: #000000;\"><strong>Pre-market</strong> activity and scheduled economic data that may have an impact on the global financial markets. </span>​</div>\r\n<div style=\"text-align: center;\">\r\n<strong>Markets are moving,  what\'s next in the markets?</strong></div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><strong>WORLD HEADLINES - </strong>The pound is weakening anew, bond yields are falling to records around the world, and both stocks and commodities are starting to move lower. It all adds up to a gloomy outlook for the global economy as trading picks up after the Fourth of July holiday in the U.S.</div>\r\n<div></div>\r\n<div><strong>STOCKS -  </strong>The MSCI All-Country World Index dropped 0.4 percent during London, its first slide in more than a week.</div>\r\n<div></div>\r\n<div><strong>BONDS - </strong>The yield on Treasury 10-year notes slid seven basis points to an unprecedented 1.3750 percent. The securities are rallying as futures indicate that the chance of the Federal Reserve raising interest rates this year has dwindled to 12 percent.</div>\r\n<div></div>\r\n<div><strong>COMMODITIES -  </strong>Precious metals declined as the dollar snapped five days of losses. Oil extended losses, dropping to a decline of 2.6 percent relative to <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1897310473\"><span class=\"aQJ\">Friday’s</span></span> close.</div>\r\n<div></div>\r\n<div><strong>CURRENCIES - </strong>Australia’s dollar fell 0.5 percent, after climbing 1.2 percent over the last two sessions.</div>\r\n<div></div>\r\n<div><strong>ECONOMIC DATA -  </strong>US Factory Orders m/m due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1897310474\"><span class=\"aQJ\">10:00</span></span>, GDT Price Index (tentative), FOMC Member Dudley Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1897310475\"><span class=\"aQJ\">14:30 ET</span></span>.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div></div>\r\n</div>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">   <em> </em></span><em><strong><span style=\"color: #000000;\">- RiosQuant Team</span></strong></em></p>\r\n<p style=\"color: #500050;\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1467803487708000&amp;usg=AFQjCNFc4cT8BXgnmfVeG0pbURjdP9FvsQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Post Brexit Opportunities - Live Trading Room Access','','inherit','open','closed','','2896-revision-v1','','','2016-07-05 11:14:58','2016-07-05 11:14:58','',2896,'http://www.thetradingroom.com/2896-revision-v1/',0,'revision','',0),(2900,2,'2016-07-11 11:14:59','2016-07-11 11:14:59','<br style=\"color: #222222;\" /><span style=\"color: #222222;\">Market volatility rose following </span><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_865217551\"><span class=\"aQJ\">Friday’s</span></span><span style=\"color: #222222;\"> employment data, the US</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">dollar initially spiked higher before paring most of its gains. Gold</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">dropped instantly from near its new two-year high before rebounding</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">once more. However the most sustained market reaction was in the</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">global stock markets. US and European stock indexes surged on the</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">upbeat US employment data, with the S&amp;P 500 rising by over 1%. The</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">rally extends the post-Brexit rebound for US equities, completely</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">erasing the losses that occurred in the immediate aftermath of the</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">UK’s European Union  referendum vote. From my perceptive,</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">correlations analysis is indicating capital inflows is mostly going</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">to US assets, including the US dollar, US treasuries and the stock</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">indices. Intermarket relationships and the study of correlations has</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">been extremely helpful since the Brexit vote, therefore in the week</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">ahead I will continue to use correlations to help identify trading</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">opportunities.</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span style=\"color: #222222;\">Join us this week and experience the power of market intelligence. We</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">will be show casing the new Einstein SmartBox automated trading</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">system with cross-market relationships and correlations analytics.</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span style=\"color: #222222;\">Joe Rios</span><br style=\"color: #222222;\" /><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/\" target=\"_blank\" rel=\"noreferrer\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com&amp;source=gmail&amp;ust=1468319943363000&amp;usg=AFQjCNF8sDasXaF35XKUBxUT6tSdkR7IPw\">www.riosquant.com</a><span style=\"color: #222222;\"> </span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><br style=\"color: #222222;\" />\r\n\r\n<hr />\r\n\r\n<br style=\"color: #222222;\" /><span style=\"color: #222222;\">Live Trading Rooms and EventsPlease take note of this week\'s schedule</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">at a glance including key economic reports that might have an impact</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">on the markets. Live trading rooms and educational events are also</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">listed with the appropriate links for gaining access. While some of</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">the events are free, others are for members only. Let us know if you</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">have an interest and we will provide you with all the pertinent</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">information.</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span style=\"color: #222222;\">Contact Information for your Support Needs:</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">Ken Eriksen, RQ Client Relations Manager</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">email: </span><a style=\"color: #1155cc;\" href=\"mailto:ken@riosquant.com\">ken@riosquant.com</a><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span style=\"color: #222222;\">Skype: kmetrade</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" />\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room® TradeLAB - </strong><strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n&nbsp;\r\n\r\nJoin our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members.\r\n\r\nLive demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<strong> </strong>\r\n\r\n<span data-term=\"goog_865217554\">Monday</span> thru <span data-term=\"goog_865217555\">Friday</span> - From 8:00 am to 11:00 am ET\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/015b166e04/TEST/d6fe6fffc7\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/015b166e04/TEST/d6fe6fffc7&amp;source=gmail&amp;ust=1468321619455000&amp;usg=AFQjCNEZ2JznuGK7alJGsZ_WaEV-JlLLSg\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...\r\n\r\n&nbsp;\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/015b166e04/TEST/277d29cb46\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/015b166e04/TEST/277d29cb46&amp;source=gmail&amp;ust=1468321619455000&amp;usg=AFQjCNHLjTp2XQCHlDR4M1shjexI7K_5pQ\">register as a guest.</a>\r\n\r\n&nbsp;\r\n\r\n<strong>It\'s really that simple!</strong>\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>The Insider\'s Quant (I.Q.) Room</strong>\r\n\r\n&nbsp;\r\n\r\n<span data-term=\"goog_865217557\">Tuesday</span> - <span data-term=\"goog_865217558\">12:30</span>\r\n\r\n<em>Forecasting  </em>\r\n\r\n<em> </em>\r\n\r\n<em><span data-term=\"goog_865217559\">Wednesday</span> - </em><span data-term=\"goog_865217560\">12:30 pm</span>\r\n\r\n<em>Opportunities in the New Norm</em>\r\n\r\n&nbsp;\r\n\r\n<span data-term=\"goog_865217561\">Friday</span> - <span data-term=\"goog_865217562\">11:30</span>\r\n\r\n<em>Insiders Round Table Meetup</em>\r\n\r\n&nbsp;\r\n\r\n<br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span style=\"color: #222222;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span>','The Week Ahead in the Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-50','','','2016-07-11 11:14:59','2016-07-11 11:14:59','',0,'http://www.thetradingroom.com/?p=2900',0,'post','',0),(2901,2,'2016-07-11 11:11:33','2016-07-11 11:11:33','<br style=\"color: #222222;\" /><span style=\"color: #222222;\">Market volatility rose following </span><span class=\"aBn\" style=\"color: #222222;\" tabindex=\"0\" data-term=\"goog_865217551\"><span class=\"aQJ\">Friday’s</span></span><span style=\"color: #222222;\"> employment data, the US</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">dollar initially spiked higher before paring most of its gains. Gold</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">dropped instantly from near its new two-year high before rebounding</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">once more. However the most sustained market reaction was in the</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">global stock markets. US and European stock indexes surged on the</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">upbeat US employment data, with the S&amp;P 500 rising by over 1%. The</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">rally extends the post-Brexit rebound for US equities, completely</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">erasing the losses that occurred in the immediate aftermath of the</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">UK’s European Union  referendum vote. From my perceptive,</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">correlations analysis is indicating capital inflows is mostly going</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">to US assets, including the US dollar, US treasuries and the stock</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">indices. Intermarket relationships and the study of correlations has</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">been extremely helpful since the Brexit vote, therefore in the week</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">ahead I will continue to use correlations to help identify trading</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">opportunities.</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span style=\"color: #222222;\">Join us this week and experience the power of market intelligence. We</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">will be show casing the new Einstein SmartBox automated trading</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">system with cross-market relationships and correlations analytics.</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span style=\"color: #222222;\">Joe Rios</span><br style=\"color: #222222;\" /><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/\" target=\"_blank\" rel=\"noreferrer\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com&amp;source=gmail&amp;ust=1468319943363000&amp;usg=AFQjCNF8sDasXaF35XKUBxUT6tSdkR7IPw\">www.riosquant.com</a><span style=\"color: #222222;\"> </span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><br style=\"color: #222222;\" />\r\n\r\n<hr />\r\n\r\n<br style=\"color: #222222;\" /><span style=\"color: #222222;\">Live Trading Rooms and EventsPlease take note of this week\'s schedule</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">at a glance including key economic reports that might have an impact</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">on the markets. Live trading rooms and educational events are also</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">listed with the appropriate links for gaining access. While some of</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">the events are free, others are for members only. Let us know if you</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">have an interest and we will provide you with all the pertinent</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">information.</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span style=\"color: #222222;\">Contact Information for your Support Needs:</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">Ken Eriksen, RQ Client Relations Manager</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">email: </span><a style=\"color: #1155cc;\" href=\"mailto:ken@riosquant.com\">ken@riosquant.com</a><br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span style=\"color: #222222;\">Skype: kmetrade</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" />\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room® TradeLAB - </strong><strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n&nbsp;\r\n\r\nJoin our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members.\r\n\r\nLive demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<strong> </strong>\r\n\r\n<span data-term=\"goog_865217554\">Monday</span> thru <span data-term=\"goog_865217555\">Friday</span> - From 8:00 am to 11:00 am ET\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/015b166e04/TEST/d6fe6fffc7\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/015b166e04/TEST/d6fe6fffc7&amp;source=gmail&amp;ust=1468321619455000&amp;usg=AFQjCNEZ2JznuGK7alJGsZ_WaEV-JlLLSg\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...\r\n\r\n&nbsp;\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/015b166e04/TEST/277d29cb46\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/015b166e04/TEST/277d29cb46&amp;source=gmail&amp;ust=1468321619455000&amp;usg=AFQjCNHLjTp2XQCHlDR4M1shjexI7K_5pQ\">register as a guest.</a>\r\n\r\n&nbsp;\r\n\r\n<strong>It\'s really that simple!</strong>\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>The Insider\'s Quant (I.Q.) Room</strong>\r\n\r\n&nbsp;\r\n\r\n<span data-term=\"goog_865217557\">Tuesday</span> - <span data-term=\"goog_865217558\">12:30</span>\r\n\r\n<em>Forecasting  </em>\r\n\r\n<em> </em>\r\n\r\n<em><span data-term=\"goog_865217559\">Wednesday</span> - </em><span data-term=\"goog_865217560\">12:30 pm</span>\r\n\r\n<em>Opportunities in the New Norm</em>\r\n\r\n&nbsp;\r\n\r\n<span data-term=\"goog_865217561\">Friday</span> - <span data-term=\"goog_865217562\">11:30</span>\r\n\r\n<em>Insiders Round Table Meetup</em>\r\n\r\n&nbsp;\r\n\r\n<br style=\"color: #222222;\" /><br style=\"color: #222222;\" /><span style=\"color: #222222;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</span><br style=\"color: #222222;\" /><span style=\"color: #222222;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span>','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','2900-revision-v1','','','2016-07-11 11:11:33','2016-07-11 11:11:33','',2900,'http://www.thetradingroom.com/2900-revision-v1/',0,'revision','',0),(2902,2,'2016-07-13 02:05:21','2016-07-13 02:05:21','Forecasting price movement in the financial markets is at the forefront for all market participants, regardless of investment style or trading methodology. Having a good understanding of how the global financial markets really work can provide the investor and active trader with an edge in the markets. The study of intermarket relationships among the major asset classes along with correlation analysis, often provides predictive values. Knowing when institutional investors begin to build positions during the early stages of a major shift in market sentiment can provide the active trader with opportunities. Below are some excerpts from recent research notes provided to the RiosQuant members that participate in our Insider\'s Quant Room sessions.\r\n\r\nOn June 20, 2016 during our Monday session of the Insiders Quant Room, I discussed a couple possible outcomes regarding UK\'s referendum vote to leave the European Union scheduled for June 23, 2016. As customary for our preparation for the week ahead, in the Bar Room Napkin notes, I wrote the following:\r\n\r\n\"If no Brexit, possible Fed hike\r\n\r\nUS Dollar weakness &amp; Bond weakness\r\n\r\nIf Brexit, safe haven flows\r\n\r\nGold, Bonds, US Dollar strengthen\"\r\n\r\n- June 20, 2016\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/07/brexit-correlations.jpg\"><img class=\"aligncenter size-full wp-image-2906\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/07/brexit-correlations.jpg\" alt=\"brexit correlations\" width=\"1278\" height=\"732\" /></a>\r\n\r\nChart above illustrates market reaction following UK referendum vote.\r\n\r\n&nbsp;\r\n\r\nDuring the next meetup, on June 27, 2016 following UK\'s referendum vote to leave the European Union, I discussed the potential of a new shift of capital inflows to US assets including the dollar, bonds, stocks and real estate. I also mentioned rotation from risk-on to risk-off sentiment and then a flight to quality assets. Consistent with our preparation for the week ahead, in the Bar Room Napkin notes, I wrote the following:\r\n\r\n\"Risk assets vs. Safe havens vs. Flight to quality\"\r\n\r\n- June 27, 2016\r\n\r\nSince then we have seen the S&amp;P 500 and Dow Jones industrial average trade at record highs, erasing the losses triggered by the UK\'s vote to leave the European Union. Inflows have also seen the safety of treasuries in the aftermath of the Brexit, sending bond yields to record lows last week. Fresh highs for stocks with all time lows for bond yields is unusual given that they are generally seen as risk-on and risk-off compliments. Demand for US bonds has also ramped up amid subzero yields in Europe and Japan. I expect this trend to continue however I do anticipate we will have days or series of trading sessions with correlations shifting to risk-on risk-off sentiment. It will be during these shifts (to and from) that should provide optimal timing for trading opportunities.\r\n\r\nIt seems like I am not the only one forecasting for a flight to quality.  According to a  <a href=\"http://www.bloomberg.com/news/articles/2016-07-12/shark-tank-s-o-leary-surfaces-with-17-new-etf-offerings\">Bloomberg article</a> published today July 7, the chairman of O\'Shares Investments and <em>Shark Tank</em> personality has filed a prospectus with the Securities and Exchange Commission to launch 17 ETFs. All the proposed offerings have \"quality\" in the name and would employ a passive investing approach.\r\n\r\n<strong><em>Joe Rios </em></strong>\r\n\r\nRios Quantitative LLC\r\n\r\njoegrios@riosquant.com\r\n\r\n&nbsp;\r\n\r\nCOMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.','Correlations in the Markets: A new shift is underway','','publish','open','closed','','correlations-markets-new-shift-underway','','','2016-07-13 13:12:48','2016-07-13 13:12:48','',0,'http://www.thetradingroom.com/?p=2902',0,'post','',0),(2906,2,'2016-07-13 01:56:07','2016-07-13 01:56:07','','brexit correlations','','inherit','open','closed','','brexit-correlations','','','2016-07-13 01:56:07','2016-07-13 01:56:07','',2902,'http://www.thetradingroom.com/wp-content/uploads/2016/07/brexit-correlations.jpg',0,'attachment','image/jpeg',0),(2904,2,'2016-07-13 01:51:14','2016-07-13 01:51:14','Forecasting price movement in the financial markets is at the forefront for all market participants, regardless of investment style or trading methodology. Having a good understanding of how the global financial markets really work can provide the investor and active trader with an edge in the markets. The study of intermarket relationships among the major asset classes along with correlation analysis, often provides predictive values. Knowing when institutional investors begin to build positions during the early stages of a major shift in market sentiment can provide the active trader with opportunities. Below are some excerpts from recent research notes provided to the RiosQuant members that participate in our Insider\'s Quant Room sessions.\r\n\r\nOn June 20, 2016 during our Monday session of the Insiders Quant Room, I discussed a couple possible outcomes regarding UK\'s referendum vote to leave the European Union scheduled for June 23, 2016. As customary for our preparation for the week ahead, in the Bar Room Napkin notes, I wrote the following:\r\n\r\n\"If no Brexit, possible Fed hike\r\n\r\nUS Dollar weakness &amp; Bond weakness\r\n\r\nIf Brexit, safe haven flows\r\n\r\nGold, Bonds, US Dollar strengthen\"\r\n\r\n- June 20 2016\r\n\r\nDuring the next meetup, on June 27, 2016 following UK\'s referendum vote to leave the European Union, I discussed the potential of a new shift of capital inflows to US assets including the dollar, bonds, stocks and real estate. I also mentioned rotation from risk-on to risk-off sentiment and then a flight to quality assets.\r\n\r\n\"Risk Assets vs. Safe havens vs. flight to quality\"\r\n\r\n- June 20 2016\r\n\r\nSince then we have seen the S&amp;P 500 and Dow Jones industrial average trade at record highs, erasing the losses triggered by the UK\'s vote to leave the European Union. Inflows have also seen the safety of treasuries in the aftermath of the Brexit, sending bond yields to record lows last week. Fresh highs for stocks with all time lows for bond yields is unusual given that they are generally seen as risk-on and risk-off compliments. Demand for US bonds has also ramped up amid subzero yields in Europe and Japan. I expect this trend to continue however I do anticipate we will have days or series of trading sessions with correlations shifting to risk-on risk-off sentiment. It will be during these shifts (to and from) that should provide optimal timing for trading opportunities.\r\n\r\nIt seems like I am not the only one forecasting for a flight to quality.  According to a  <a href=\"http://www.bloomberg.com/news/articles/2016-07-12/shark-tank-s-o-leary-surfaces-with-17-new-etf-offerings\">Bloomberg article</a> published today July 7, the chairman of O\'Shares Investments and <em>Shark Tank</em> personality has filed a prospectus with the Securities and Exchange Commission to launch 17 ETFs. All the proposed offerings have \"quality\" in the name and would employ a passive investing approach.\r\n\r\n<strong><em>Joe Rios </em></strong>\r\n\r\nRios Quantitative LLC\r\n\r\njoegrios@riosquant.com\r\n\r\n&nbsp;\r\n\r\nCOMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.','Correlations in the Markets: A new shift is underway','','inherit','open','closed','','2902-revision-v1','','','2016-07-13 01:51:14','2016-07-13 01:51:14','',2902,'http://www.thetradingroom.com/2902-revision-v1/',0,'revision','',0),(2903,2,'2016-07-13 01:49:27','2016-07-13 01:49:27','Forecasting price movement in the financial markets is at the forefront for all market participants, regardless of investment style or trading methodology. Having a good understanding of how the global financial markets really work can provide the investor and active trader with an edge in the markets. The study of intermarket relationships among the major asset classes along with correlation analysis, often provides predictive values. Knowing when institutional investors begin to build positions during the early stages of a major shift in market sentiment can provide the active trader with opportunities. Below are some excerpts from recent research notes provided to the RiosQuant members that participate in our Insider\'s Quant Room sessions.\r\n\r\n&nbsp;\r\n\r\nOn June 20, 2016 during our Monday session of the Insiders Quant Room, I discussed a couple possible outcomes regarding UK\'s referendum vote to leave the European Union scheduled for June 23, 2016. As customary for our preparation for the week ahead, in the Bar Room Napkin notes, I wrote the following:\r\n\r\n&nbsp;\r\n\r\n\"If no Brexit, possible Fed hike\r\n\r\nUS Dollar weakness &amp; Bond weakness\r\n\r\nIf Brexit, safe haven flows\r\n\r\nGold, Bonds, US Dollar strengthen\"\r\n\r\n- June 20 2016\r\n\r\n&nbsp;\r\n\r\nDuring the next meetup, on June 27, 2016 following UK\'s referendum vote to leave the European Union, I discussed the potential of a new shift of capital inflows to US assets including the dollar, bonds, stocks and real estate. I also mentioned rotation from risk-on to risk-off sentiment and then a flight to quality assets.\r\n\r\n&nbsp;\r\n\r\n\"Risk Assets vs. Safe havens vs. flight to quality\"\r\n\r\n- June 20 2016\r\n\r\n&nbsp;\r\n\r\nSince then we have seen the S&amp;P 500 and Dow Jones industrial average trade at record highs, erasing the losses triggered by the UK\'s vote to leave the European Union. Inflows have also seen the safety of treasuries in the aftermath of the Brexit, sending bond yields to record lows last week. Fresh highs for stocks with all time lows for bond yields is unusual given that they are generally seen as risk-on and risk-off compliments. Demand for US bonds has also ramped up amid subzero yields in Europe and Japan. I expect this trend to continue however I do anticipate we will have days or series of trading sessions with correlations shifting to risk-on risk-off sentiment. It will be during these shifts (to and from) that should provide optimal timing for trading opportunities.\r\n\r\n&nbsp;\r\n\r\nIt seems like I am not the only one forecasting for a flight to quality.\r\n\r\nAccording to a  <a href=\"http://www.bloomberg.com/news/articles/2016-07-12/shark-tank-s-o-leary-surfaces-with-17-new-etf-offerings\">Bloomberg article</a> published today July 7, the chairman of O\'Shares Investments and <em>Shark Tank</em> personality has filed a prospectus with the Securities and Exchange Commission to launch 17 ETFs. All the proposed offerings have \"quality\" in the name and would employ a passive investing approach.\r\n\r\n&nbsp;\r\n\r\n<strong><em>Joe Rios </em></strong>\r\n\r\nRios Quantitative LLC\r\n\r\njoegrios@riosquant.com\r\n\r\n&nbsp;\r\n\r\nCOMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.','Correlations in the Markets: A New Shift Underway','','inherit','open','closed','','2902-revision-v1','','','2016-07-13 01:49:27','2016-07-13 01:49:27','',2902,'http://www.thetradingroom.com/2902-revision-v1/',0,'revision','',0),(2905,2,'2016-07-13 01:53:52','2016-07-13 01:53:52','Forecasting price movement in the financial markets is at the forefront for all market participants, regardless of investment style or trading methodology. Having a good understanding of how the global financial markets really work can provide the investor and active trader with an edge in the markets. The study of intermarket relationships among the major asset classes along with correlation analysis, often provides predictive values. Knowing when institutional investors begin to build positions during the early stages of a major shift in market sentiment can provide the active trader with opportunities. Below are some excerpts from recent research notes provided to the RiosQuant members that participate in our Insider\'s Quant Room sessions.\r\n\r\nOn June 20, 2016 during our Monday session of the Insiders Quant Room, I discussed a couple possible outcomes regarding UK\'s referendum vote to leave the European Union scheduled for June 23, 2016. As customary for our preparation for the week ahead, in the Bar Room Napkin notes, I wrote the following:\r\n\r\n\"If no Brexit, possible Fed hike\r\n\r\nUS Dollar weakness &amp; Bond weakness\r\n\r\nIf Brexit, safe haven flow\r\n\r\nGold, Bonds, US Dollar strengthen\"\r\n\r\n- June 20 2016\r\n\r\nDuring the next meetup, on June 27, 2016 following UK\'s referendum vote to leave the European Union, I discussed the potential of a new shift of capital inflows to US assets including the dollar, bonds, stocks and real estate. I also mentioned rotation from risk-on to risk-off sentiment and then a flight to quality assets.\r\n\r\n\"Risk Assets vs. Safe havens vs. flight to quality\"\r\n\r\n- June 20 2016\r\n\r\nSince then we have seen the S&amp;P 500 and Dow Jones industrial average trade at record highs, erasing the losses triggered by the UK\'s vote to leave the European Union. Inflows have also seen the safety of treasuries in the aftermath of the Brexit, sending bond yields to record lows last week. Fresh highs for stocks with all time lows for bond yields is unusual given that they are generally seen as risk-on and risk-off compliments. Demand for US bonds has also ramped up amid subzero yields in Europe and Japan. I expect this trend to continue however I do anticipate we will have days or series of trading sessions with correlations shifting to risk-on risk-off sentiment. It will be during these shifts (to and from) that should provide optimal timing for trading opportunities.\r\n\r\nIt seems like I am not the only one forecasting for a flight to quality.  According to a  <a href=\"http://www.bloomberg.com/news/articles/2016-07-12/shark-tank-s-o-leary-surfaces-with-17-new-etf-offerings\">Bloomberg article</a> published today July 7, the chairman of O\'Shares Investments and <em>Shark Tank</em> personality has filed a prospectus with the Securities and Exchange Commission to launch 17 ETFs. All the proposed offerings have \"quality\" in the name and would employ a passive investing approach.\r\n\r\n<strong><em>Joe Rios </em></strong>\r\n\r\nRios Quantitative LLC\r\n\r\njoegrios@riosquant.com\r\n\r\n&nbsp;\r\n\r\nCOMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.','Correlations in the Markets: A new shift is underway','','inherit','open','closed','','2902-revision-v1','','','2016-07-13 01:53:52','2016-07-13 01:53:52','',2902,'http://www.thetradingroom.com/2902-revision-v1/',0,'revision','',0),(2907,2,'2016-07-13 01:56:17','2016-07-13 01:56:17','Forecasting price movement in the financial markets is at the forefront for all market participants, regardless of investment style or trading methodology. Having a good understanding of how the global financial markets really work can provide the investor and active trader with an edge in the markets. The study of intermarket relationships among the major asset classes along with correlation analysis, often provides predictive values. Knowing when institutional investors begin to build positions during the early stages of a major shift in market sentiment can provide the active trader with opportunities. Below are some excerpts from recent research notes provided to the RiosQuant members that participate in our Insider\'s Quant Room sessions.\r\n\r\nOn June 20, 2016 during our Monday session of the Insiders Quant Room, I discussed a couple possible outcomes regarding UK\'s referendum vote to leave the European Union scheduled for June 23, 2016. As customary for our preparation for the week ahead, in the Bar Room Napkin notes, I wrote the following:\r\n\r\n\"If no Brexit, possible Fed hike\r\n\r\nUS Dollar weakness &amp; Bond weakness\r\n\r\nIf Brexit, safe haven flow\r\n\r\nGold, Bonds, US Dollar strengthen\"\r\n\r\n- June 20 2016\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/07/brexit-correlations.jpg\"><img class=\"aligncenter size-full wp-image-2906\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/07/brexit-correlations.jpg\" alt=\"brexit correlations\" width=\"1278\" height=\"732\" /></a>\r\n\r\nDuring the next meetup, on June 27, 2016 following UK\'s referendum vote to leave the European Union, I discussed the potential of a new shift of capital inflows to US assets including the dollar, bonds, stocks and real estate. I also mentioned rotation from risk-on to risk-off sentiment and then a flight to quality assets.\r\n\r\n\"Risk Assets vs. Safe havens vs. flight to quality\"\r\n\r\n- June 20 2016\r\n\r\nSince then we have seen the S&amp;P 500 and Dow Jones industrial average trade at record highs, erasing the losses triggered by the UK\'s vote to leave the European Union. Inflows have also seen the safety of treasuries in the aftermath of the Brexit, sending bond yields to record lows last week. Fresh highs for stocks with all time lows for bond yields is unusual given that they are generally seen as risk-on and risk-off compliments. Demand for US bonds has also ramped up amid subzero yields in Europe and Japan. I expect this trend to continue however I do anticipate we will have days or series of trading sessions with correlations shifting to risk-on risk-off sentiment. It will be during these shifts (to and from) that should provide optimal timing for trading opportunities.\r\n\r\nIt seems like I am not the only one forecasting for a flight to quality.  According to a  <a href=\"http://www.bloomberg.com/news/articles/2016-07-12/shark-tank-s-o-leary-surfaces-with-17-new-etf-offerings\">Bloomberg article</a> published today July 7, the chairman of O\'Shares Investments and <em>Shark Tank</em> personality has filed a prospectus with the Securities and Exchange Commission to launch 17 ETFs. All the proposed offerings have \"quality\" in the name and would employ a passive investing approach.\r\n\r\n<strong><em>Joe Rios </em></strong>\r\n\r\nRios Quantitative LLC\r\n\r\njoegrios@riosquant.com\r\n\r\n&nbsp;\r\n\r\nCOMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.','Correlations in the Markets: A new shift is underway','','inherit','open','closed','','2902-revision-v1','','','2016-07-13 01:56:17','2016-07-13 01:56:17','',2902,'http://www.thetradingroom.com/2902-revision-v1/',0,'revision','',0),(2908,2,'2016-07-13 01:56:59','2016-07-13 01:56:59','Forecasting price movement in the financial markets is at the forefront for all market participants, regardless of investment style or trading methodology. Having a good understanding of how the global financial markets really work can provide the investor and active trader with an edge in the markets. The study of intermarket relationships among the major asset classes along with correlation analysis, often provides predictive values. Knowing when institutional investors begin to build positions during the early stages of a major shift in market sentiment can provide the active trader with opportunities. Below are some excerpts from recent research notes provided to the RiosQuant members that participate in our Insider\'s Quant Room sessions.\r\n\r\nOn June 20, 2016 during our Monday session of the Insiders Quant Room, I discussed a couple possible outcomes regarding UK\'s referendum vote to leave the European Union scheduled for June 23, 2016. As customary for our preparation for the week ahead, in the Bar Room Napkin notes, I wrote the following:\r\n\r\n\"If no Brexit, possible Fed hike\r\n\r\nUS Dollar weakness &amp; Bond weakness\r\n\r\nIf Brexit, safe haven flows\r\n\r\nGold, Bonds, US Dollar strengthen\"\r\n\r\n- June 20 2016\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/07/brexit-correlations.jpg\"><img class=\"aligncenter size-full wp-image-2906\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/07/brexit-correlations.jpg\" alt=\"brexit correlations\" width=\"1278\" height=\"732\" /></a>\r\n\r\nDuring the next meetup, on June 27, 2016 following UK\'s referendum vote to leave the European Union, I discussed the potential of a new shift of capital inflows to US assets including the dollar, bonds, stocks and real estate. I also mentioned rotation from risk-on to risk-off sentiment and then a flight to quality assets.\r\n\r\n\"Risk Assets vs. Safe havens vs. flight to quality\"\r\n\r\n- June 20 2016\r\n\r\nSince then we have seen the S&amp;P 500 and Dow Jones industrial average trade at record highs, erasing the losses triggered by the UK\'s vote to leave the European Union. Inflows have also seen the safety of treasuries in the aftermath of the Brexit, sending bond yields to record lows last week. Fresh highs for stocks with all time lows for bond yields is unusual given that they are generally seen as risk-on and risk-off compliments. Demand for US bonds has also ramped up amid subzero yields in Europe and Japan. I expect this trend to continue however I do anticipate we will have days or series of trading sessions with correlations shifting to risk-on risk-off sentiment. It will be during these shifts (to and from) that should provide optimal timing for trading opportunities.\r\n\r\nIt seems like I am not the only one forecasting for a flight to quality.  According to a  <a href=\"http://www.bloomberg.com/news/articles/2016-07-12/shark-tank-s-o-leary-surfaces-with-17-new-etf-offerings\">Bloomberg article</a> published today July 7, the chairman of O\'Shares Investments and <em>Shark Tank</em> personality has filed a prospectus with the Securities and Exchange Commission to launch 17 ETFs. All the proposed offerings have \"quality\" in the name and would employ a passive investing approach.\r\n\r\n<strong><em>Joe Rios </em></strong>\r\n\r\nRios Quantitative LLC\r\n\r\njoegrios@riosquant.com\r\n\r\n&nbsp;\r\n\r\nCOMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.','Correlations in the Markets: A new shift is underway','','inherit','open','closed','','2902-revision-v1','','','2016-07-13 01:56:59','2016-07-13 01:56:59','',2902,'http://www.thetradingroom.com/2902-revision-v1/',0,'revision','',0),(2909,2,'2016-07-13 01:58:26','2016-07-13 01:58:26','Forecasting price movement in the financial markets is at the forefront for all market participants, regardless of investment style or trading methodology. Having a good understanding of how the global financial markets really work can provide the investor and active trader with an edge in the markets. The study of intermarket relationships among the major asset classes along with correlation analysis, often provides predictive values. Knowing when institutional investors begin to build positions during the early stages of a major shift in market sentiment can provide the active trader with opportunities. Below are some excerpts from recent research notes provided to the RiosQuant members that participate in our Insider\'s Quant Room sessions.\r\n\r\nOn June 20, 2016 during our Monday session of the Insiders Quant Room, I discussed a couple possible outcomes regarding UK\'s referendum vote to leave the European Union scheduled for June 23, 2016. As customary for our preparation for the week ahead, in the Bar Room Napkin notes, I wrote the following:\r\n\r\n\"If no Brexit, possible Fed hike\r\n\r\nUS Dollar weakness &amp; Bond weakness\r\n\r\nIf Brexit, safe haven flows\r\n\r\nGold, Bonds, US Dollar strengthen\"\r\n\r\n- June 20 2016\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/07/brexit-correlations.jpg\"><img class=\"aligncenter size-full wp-image-2906\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/07/brexit-correlations.jpg\" alt=\"brexit correlations\" width=\"1278\" height=\"732\" /></a>\r\n\r\nDuring the next meetup, on June 27, 2016 following UK\'s referendum vote to leave the European Union, I discussed the potential of a new shift of capital inflows to US assets including the dollar, bonds, stocks and real estate. I also mentioned rotation from risk-on to risk-off sentiment and then a flight to quality assets.\r\n\r\n\"Risk assets vs. Safe havens vs. Flight to quality\"\r\n\r\n- June 20 2016\r\n\r\nSince then we have seen the S&amp;P 500 and Dow Jones industrial average trade at record highs, erasing the losses triggered by the UK\'s vote to leave the European Union. Inflows have also seen the safety of treasuries in the aftermath of the Brexit, sending bond yields to record lows last week. Fresh highs for stocks with all time lows for bond yields is unusual given that they are generally seen as risk-on and risk-off compliments. Demand for US bonds has also ramped up amid subzero yields in Europe and Japan. I expect this trend to continue however I do anticipate we will have days or series of trading sessions with correlations shifting to risk-on risk-off sentiment. It will be during these shifts (to and from) that should provide optimal timing for trading opportunities.\r\n\r\nIt seems like I am not the only one forecasting for a flight to quality.  According to a  <a href=\"http://www.bloomberg.com/news/articles/2016-07-12/shark-tank-s-o-leary-surfaces-with-17-new-etf-offerings\">Bloomberg article</a> published today July 7, the chairman of O\'Shares Investments and <em>Shark Tank</em> personality has filed a prospectus with the Securities and Exchange Commission to launch 17 ETFs. All the proposed offerings have \"quality\" in the name and would employ a passive investing approach.\r\n\r\n<strong><em>Joe Rios </em></strong>\r\n\r\nRios Quantitative LLC\r\n\r\njoegrios@riosquant.com\r\n\r\n&nbsp;\r\n\r\nCOMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.','Correlations in the Markets: A new shift is underway','','inherit','open','closed','','2902-revision-v1','','','2016-07-13 01:58:26','2016-07-13 01:58:26','',2902,'http://www.thetradingroom.com/2902-revision-v1/',0,'revision','',0),(2910,2,'2016-07-13 02:01:01','2016-07-13 02:01:01','Forecasting price movement in the financial markets is at the forefront for all market participants, regardless of investment style or trading methodology. Having a good understanding of how the global financial markets really work can provide the investor and active trader with an edge in the markets. The study of intermarket relationships among the major asset classes along with correlation analysis, often provides predictive values. Knowing when institutional investors begin to build positions during the early stages of a major shift in market sentiment can provide the active trader with opportunities. Below are some excerpts from recent research notes provided to the RiosQuant members that participate in our Insider\'s Quant Room sessions.\r\n\r\nOn June 20, 2016 during our Monday session of the Insiders Quant Room, I discussed a couple possible outcomes regarding UK\'s referendum vote to leave the European Union scheduled for June 23, 2016. As customary for our preparation for the week ahead, in the Bar Room Napkin notes, I wrote the following:\r\n\r\n\"If no Brexit, possible Fed hike\r\n\r\nUS Dollar weakness &amp; Bond weakness\r\n\r\nIf Brexit, safe haven flows\r\n\r\nGold, Bonds, US Dollar strengthen\"\r\n\r\n- June 20 2016\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/07/brexit-correlations.jpg\"><img class=\"aligncenter size-full wp-image-2906\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/07/brexit-correlations.jpg\" alt=\"brexit correlations\" width=\"1278\" height=\"732\" /></a>\r\n\r\nDuring the next meetup, on June 27, 2016 following UK\'s referendum vote to leave the European Union, I discussed the potential of a new shift of capital inflows to US assets including the dollar, bonds, stocks and real estate. I also mentioned rotation from risk-on to risk-off sentiment and then a flight to quality assets. Consistent with our preparation for the week ahead, in the Bar Room Napkin notes, I wrote the following:\r\n\r\n\"Risk assets vs. Safe havens vs. Flight to quality\"\r\n\r\n- June 20 2016\r\n\r\nSince then we have seen the S&amp;P 500 and Dow Jones industrial average trade at record highs, erasing the losses triggered by the UK\'s vote to leave the European Union. Inflows have also seen the safety of treasuries in the aftermath of the Brexit, sending bond yields to record lows last week. Fresh highs for stocks with all time lows for bond yields is unusual given that they are generally seen as risk-on and risk-off compliments. Demand for US bonds has also ramped up amid subzero yields in Europe and Japan. I expect this trend to continue however I do anticipate we will have days or series of trading sessions with correlations shifting to risk-on risk-off sentiment. It will be during these shifts (to and from) that should provide optimal timing for trading opportunities.\r\n\r\nIt seems like I am not the only one forecasting for a flight to quality.  According to a  <a href=\"http://www.bloomberg.com/news/articles/2016-07-12/shark-tank-s-o-leary-surfaces-with-17-new-etf-offerings\">Bloomberg article</a> published today July 7, the chairman of O\'Shares Investments and <em>Shark Tank</em> personality has filed a prospectus with the Securities and Exchange Commission to launch 17 ETFs. All the proposed offerings have \"quality\" in the name and would employ a passive investing approach.\r\n\r\n<strong><em>Joe Rios </em></strong>\r\n\r\nRios Quantitative LLC\r\n\r\njoegrios@riosquant.com\r\n\r\n&nbsp;\r\n\r\nCOMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.','Correlations in the Markets: A new shift is underway','','inherit','open','closed','','2902-revision-v1','','','2016-07-13 02:01:01','2016-07-13 02:01:01','',2902,'http://www.thetradingroom.com/2902-revision-v1/',0,'revision','',0),(2911,2,'2016-07-13 10:24:12','2016-07-13 10:24:12','Forecasting price movement in the financial markets is at the forefront for all market participants, regardless of investment style or trading methodology. Having a good understanding of how the global financial markets really work can provide the investor and active trader with an edge in the markets. The study of intermarket relationships among the major asset classes along with correlation analysis, often provides predictive values. Knowing when institutional investors begin to build positions during the early stages of a major shift in market sentiment can provide the active trader with opportunities. Below are some excerpts from recent research notes provided to the RiosQuant members that participate in our Insider\'s Quant Room sessions.\n\nOn June 20, 2016 during our Monday session of the Insiders Quant Room, I discussed a couple possible outcomes regarding UK\'s referendum vote to leave the European Union scheduled for June 23, 2016. As customary for our preparation for the week ahead, in the Bar Room Napkin notes, I wrote the following:\n\n\"If no Brexit, possible Fed hike\n\nUS Dollar weakness &amp; Bond weakness\n\nIf Brexit, safe haven flows\n\nGold, Bonds, US Dollar strengthen\"\n\n- June 20 2016\n\n&nbsp;\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/07/brexit-correlations.jpg\"><img class=\"aligncenter size-full wp-image-2906\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/07/brexit-correlations.jpg\" alt=\"brexit correlations\" width=\"1278\" height=\"732\" /></a>\n\nChart above illustrates market reaction following UK re\n\nDuring the next meetup, on June 27, 2016 following UK\'s referendum vote to leave the European Union, I discussed the potential of a new shift of capital inflows to US assets including the dollar, bonds, stocks and real estate. I also mentioned rotation from risk-on to risk-off sentiment and then a flight to quality assets. Consistent with our preparation for the week ahead, in the Bar Room Napkin notes, I wrote the following:\n\n\"Risk assets vs. Safe havens vs. Flight to quality\"\n\n- June 20 2016\n\nSince then we have seen the S&amp;P 500 and Dow Jones industrial average trade at record highs, erasing the losses triggered by the UK\'s vote to leave the European Union. Inflows have also seen the safety of treasuries in the aftermath of the Brexit, sending bond yields to record lows last week. Fresh highs for stocks with all time lows for bond yields is unusual given that they are generally seen as risk-on and risk-off compliments. Demand for US bonds has also ramped up amid subzero yields in Europe and Japan. I expect this trend to continue however I do anticipate we will have days or series of trading sessions with correlations shifting to risk-on risk-off sentiment. It will be during these shifts (to and from) that should provide optimal timing for trading opportunities.\n\nIt seems like I am not the only one forecasting for a flight to quality.  According to a  <a href=\"http://www.bloomberg.com/news/articles/2016-07-12/shark-tank-s-o-leary-surfaces-with-17-new-etf-offerings\">Bloomberg article</a> published today July 7, the chairman of O\'Shares Investments and <em>Shark Tank</em> personality has filed a prospectus with the Securities and Exchange Commission to launch 17 ETFs. All the proposed offerings have \"quality\" in the name and would employ a passive investing approach.\n\n<strong><em>Joe Rios </em></strong>\n\nRios Quantitative LLC\n\njoegrios@riosquant.com\n\n&nbsp;\n\nCOMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.','Correlations in the Markets: A new shift is underway','','inherit','open','closed','','2902-autosave-v1','','','2016-07-13 10:24:12','2016-07-13 10:24:12','',2902,'http://www.thetradingroom.com/2902-autosave-v1/',0,'revision','',0),(2912,2,'2016-07-13 10:24:28','2016-07-13 10:24:28','Forecasting price movement in the financial markets is at the forefront for all market participants, regardless of investment style or trading methodology. Having a good understanding of how the global financial markets really work can provide the investor and active trader with an edge in the markets. The study of intermarket relationships among the major asset classes along with correlation analysis, often provides predictive values. Knowing when institutional investors begin to build positions during the early stages of a major shift in market sentiment can provide the active trader with opportunities. Below are some excerpts from recent research notes provided to the RiosQuant members that participate in our Insider\'s Quant Room sessions.\r\n\r\nOn June 20, 2016 during our Monday session of the Insiders Quant Room, I discussed a couple possible outcomes regarding UK\'s referendum vote to leave the European Union scheduled for June 23, 2016. As customary for our preparation for the week ahead, in the Bar Room Napkin notes, I wrote the following:\r\n\r\n\"If no Brexit, possible Fed hike\r\n\r\nUS Dollar weakness &amp; Bond weakness\r\n\r\nIf Brexit, safe haven flows\r\n\r\nGold, Bonds, US Dollar strengthen\"\r\n\r\n- June 20 2016\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/07/brexit-correlations.jpg\"><img class=\"aligncenter size-full wp-image-2906\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/07/brexit-correlations.jpg\" alt=\"brexit correlations\" width=\"1278\" height=\"732\" /></a>\r\n\r\nChart above illustrates market reaction following UK referendum vote.\r\n\r\n&nbsp;\r\n\r\nDuring the next meetup, on June 27, 2016 following UK\'s referendum vote to leave the European Union, I discussed the potential of a new shift of capital inflows to US assets including the dollar, bonds, stocks and real estate. I also mentioned rotation from risk-on to risk-off sentiment and then a flight to quality assets. Consistent with our preparation for the week ahead, in the Bar Room Napkin notes, I wrote the following:\r\n\r\n\"Risk assets vs. Safe havens vs. Flight to quality\"\r\n\r\n- June 20 2016\r\n\r\nSince then we have seen the S&amp;P 500 and Dow Jones industrial average trade at record highs, erasing the losses triggered by the UK\'s vote to leave the European Union. Inflows have also seen the safety of treasuries in the aftermath of the Brexit, sending bond yields to record lows last week. Fresh highs for stocks with all time lows for bond yields is unusual given that they are generally seen as risk-on and risk-off compliments. Demand for US bonds has also ramped up amid subzero yields in Europe and Japan. I expect this trend to continue however I do anticipate we will have days or series of trading sessions with correlations shifting to risk-on risk-off sentiment. It will be during these shifts (to and from) that should provide optimal timing for trading opportunities.\r\n\r\nIt seems like I am not the only one forecasting for a flight to quality.  According to a  <a href=\"http://www.bloomberg.com/news/articles/2016-07-12/shark-tank-s-o-leary-surfaces-with-17-new-etf-offerings\">Bloomberg article</a> published today July 7, the chairman of O\'Shares Investments and <em>Shark Tank</em> personality has filed a prospectus with the Securities and Exchange Commission to launch 17 ETFs. All the proposed offerings have \"quality\" in the name and would employ a passive investing approach.\r\n\r\n<strong><em>Joe Rios </em></strong>\r\n\r\nRios Quantitative LLC\r\n\r\njoegrios@riosquant.com\r\n\r\n&nbsp;\r\n\r\nCOMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.','Correlations in the Markets: A new shift is underway','','inherit','open','closed','','2902-revision-v1','','','2016-07-13 10:24:28','2016-07-13 10:24:28','',2902,'http://www.thetradingroom.com/2902-revision-v1/',0,'revision','',0),(2913,2,'2016-07-13 10:58:32','2016-07-13 10:58:32','<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<p style=\"color: rgb(80, 0, 80); text-align: center;\"><strong> Pre-market activity and scheduled economic data that may have an impact on the global financial markets. </strong>​</p>\r\n\r\n<div><strong>WORLD HEADLINES - </strong>Global stocks rally with copper, rising for a fifth day,  and emerging-market valuations are near their highest in more than a year.</div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><strong>STOCKS -  </strong>Futures on the S&amp;P 500 Index were little changed, after the benchmark ended the last session at a record high.<strong>\r\n</strong></div>\r\n<div><strong>BONDS - </strong>Treasuries rose, sending the yield on notes due in a decade two basis points lower to 1.49 percent.<strong>\r\n</strong></div>\r\n<div><strong>COMMODITIES - </strong>Crude oil fell 1.3 percent, after jumping 4.6 percent <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310331\"><span class=\"aQJ\">on Tuesday</span></span>, when U.S. industry data was said to show the nation’s stockpiles increased.  Copper climbed 1.5 percent in London, building on a 3.9 percent advance over the last three trading days. <strong>\r\n</strong></div>\r\n<div><strong>CURRENCIES - </strong>The yen strengthened 0.1 percent, after sliding more than 4 percent over the last two days. <strong>\r\n</strong></div>\r\n<div><strong>ECONOMIC DATA - </strong> US Import Prices m/m due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310332\"><span class=\"aQJ\">8:30</span></span>, Crude Oil Inventories at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310333\"><span class=\"aQJ\">10:30</span></span>, BOC Press Conference at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310334\"><span class=\"aQJ\">11:15</span></span>, US 30-y Bond Auction at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310335\"><span class=\"aQJ\">13:01</span></span>, AUD Employment Change at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310336\"><span class=\"aQJ\">21:30 ET</span></span>.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: rgb(80, 0, 80); text-align: center;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/605682848691507970\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/605682848691507970&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNFm407Y3T3LZ0eeJYMprPXISJwQ1Q\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n<div>\r\n\r\n</div>\r\n<div>\r\n<div></div>\r\n</div>\r\n<p style=\"color: #500050;\"></p>\r\n\r\n</div>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Global markets are moving, profit from it.','','publish','open','closed','','global-markets-moving-profit','','','2016-07-13 10:58:32','2016-07-13 10:58:32','',0,'http://www.thetradingroom.com/?p=2913',0,'post','',0),(2914,2,'2016-07-13 10:58:00','2016-07-13 10:58:00','','cognitive trading 2','','inherit','open','closed','','cognitive-trading-2','','','2016-07-13 10:58:00','2016-07-13 10:58:00','',2913,'http://www.thetradingroom.com/wp-content/uploads/2016/07/cognitive-trading-2.jpg',0,'attachment','image/jpeg',0),(2915,2,'2016-07-13 10:58:32','2016-07-13 10:58:32','<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<p style=\"color: rgb(80, 0, 80); text-align: center;\"><strong> Pre-market activity and scheduled economic data that may have an impact on the global financial markets. </strong>​</p>\r\n\r\n<div><strong>WORLD HEADLINES - </strong>Global stocks rally with copper, rising for a fifth day,  and emerging-market valuations are near their highest in more than a year.</div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><strong>STOCKS -  </strong>Futures on the S&amp;P 500 Index were little changed, after the benchmark ended the last session at a record high.<strong>\r\n</strong></div>\r\n<div><strong>BONDS - </strong>Treasuries rose, sending the yield on notes due in a decade two basis points lower to 1.49 percent.<strong>\r\n</strong></div>\r\n<div><strong>COMMODITIES - </strong>Crude oil fell 1.3 percent, after jumping 4.6 percent <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310331\"><span class=\"aQJ\">on Tuesday</span></span>, when U.S. industry data was said to show the nation’s stockpiles increased.  Copper climbed 1.5 percent in London, building on a 3.9 percent advance over the last three trading days. <strong>\r\n</strong></div>\r\n<div><strong>CURRENCIES - </strong>The yen strengthened 0.1 percent, after sliding more than 4 percent over the last two days. <strong>\r\n</strong></div>\r\n<div><strong>ECONOMIC DATA - </strong> US Import Prices m/m due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310332\"><span class=\"aQJ\">8:30</span></span>, Crude Oil Inventories at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310333\"><span class=\"aQJ\">10:30</span></span>, BOC Press Conference at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310334\"><span class=\"aQJ\">11:15</span></span>, US 30-y Bond Auction at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310335\"><span class=\"aQJ\">13:01</span></span>, AUD Employment Change at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310336\"><span class=\"aQJ\">21:30 ET</span></span>.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: rgb(80, 0, 80); text-align: center;\"><strong>Don\'t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong>Access is simple,</strong> here is how to get started with a two week free trial...</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/605682848691507970\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/605682848691507970&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNFm407Y3T3LZ0eeJYMprPXISJwQ1Q\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n<div>\r\n\r\n</div>\r\n<div>\r\n<div></div>\r\n</div>\r\n<p style=\"color: #500050;\"></p>\r\n\r\n</div>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Global markets are moving, profit from it.','','inherit','open','closed','','2913-revision-v1','','','2016-07-13 10:58:32','2016-07-13 10:58:32','',2913,'http://www.thetradingroom.com/2913-revision-v1/',0,'revision','',0),(2916,2,'2016-07-13 13:12:48','2016-07-13 13:12:48','Forecasting price movement in the financial markets is at the forefront for all market participants, regardless of investment style or trading methodology. Having a good understanding of how the global financial markets really work can provide the investor and active trader with an edge in the markets. The study of intermarket relationships among the major asset classes along with correlation analysis, often provides predictive values. Knowing when institutional investors begin to build positions during the early stages of a major shift in market sentiment can provide the active trader with opportunities. Below are some excerpts from recent research notes provided to the RiosQuant members that participate in our Insider\'s Quant Room sessions.\r\n\r\nOn June 20, 2016 during our Monday session of the Insiders Quant Room, I discussed a couple possible outcomes regarding UK\'s referendum vote to leave the European Union scheduled for June 23, 2016. As customary for our preparation for the week ahead, in the Bar Room Napkin notes, I wrote the following:\r\n\r\n\"If no Brexit, possible Fed hike\r\n\r\nUS Dollar weakness &amp; Bond weakness\r\n\r\nIf Brexit, safe haven flows\r\n\r\nGold, Bonds, US Dollar strengthen\"\r\n\r\n- June 20, 2016\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/07/brexit-correlations.jpg\"><img class=\"aligncenter size-full wp-image-2906\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/07/brexit-correlations.jpg\" alt=\"brexit correlations\" width=\"1278\" height=\"732\" /></a>\r\n\r\nChart above illustrates market reaction following UK referendum vote.\r\n\r\n&nbsp;\r\n\r\nDuring the next meetup, on June 27, 2016 following UK\'s referendum vote to leave the European Union, I discussed the potential of a new shift of capital inflows to US assets including the dollar, bonds, stocks and real estate. I also mentioned rotation from risk-on to risk-off sentiment and then a flight to quality assets. Consistent with our preparation for the week ahead, in the Bar Room Napkin notes, I wrote the following:\r\n\r\n\"Risk assets vs. Safe havens vs. Flight to quality\"\r\n\r\n- June 27, 2016\r\n\r\nSince then we have seen the S&amp;P 500 and Dow Jones industrial average trade at record highs, erasing the losses triggered by the UK\'s vote to leave the European Union. Inflows have also seen the safety of treasuries in the aftermath of the Brexit, sending bond yields to record lows last week. Fresh highs for stocks with all time lows for bond yields is unusual given that they are generally seen as risk-on and risk-off compliments. Demand for US bonds has also ramped up amid subzero yields in Europe and Japan. I expect this trend to continue however I do anticipate we will have days or series of trading sessions with correlations shifting to risk-on risk-off sentiment. It will be during these shifts (to and from) that should provide optimal timing for trading opportunities.\r\n\r\nIt seems like I am not the only one forecasting for a flight to quality.  According to a  <a href=\"http://www.bloomberg.com/news/articles/2016-07-12/shark-tank-s-o-leary-surfaces-with-17-new-etf-offerings\">Bloomberg article</a> published today July 7, the chairman of O\'Shares Investments and <em>Shark Tank</em> personality has filed a prospectus with the Securities and Exchange Commission to launch 17 ETFs. All the proposed offerings have \"quality\" in the name and would employ a passive investing approach.\r\n\r\n<strong><em>Joe Rios </em></strong>\r\n\r\nRios Quantitative LLC\r\n\r\njoegrios@riosquant.com\r\n\r\n&nbsp;\r\n\r\nCOMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.','Correlations in the Markets: A new shift is underway','','inherit','open','closed','','2902-revision-v1','','','2016-07-13 13:12:48','2016-07-13 13:12:48','',2902,'http://www.thetradingroom.com/2902-revision-v1/',0,'revision','',0),(2939,2,'2016-07-22 10:54:06','2016-07-22 10:54:06','<strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. ​</strong>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>WORLD HEADLINES - European stocks fell and the pound slid as reports showed the first signs of economic weakness in the wake of the U.K. vote to leave the European Union.\r\n\r\nSTOCKS - Futures on the S&amp;P 500 Index added 0.2 percent after the gauge slipped on Thursday from a record high. The measure had gained 0.2 percent this week, set for a fourth weekly advance, its longest streak since March.\r\n\r\nBONDS - U.S. Treasuries stabilized this week with the 10-year yield hovering around 1.55 percent. That compares with an all-time low of 1.32 percent on July 7.\r\n\r\nCOMMODITIES - The Bloomberg Commodity Index fell for a sixth day, its longest losing streak in three months, on signs of weakening fundamentals and reduced odds for stimulus.\r\n\r\nCURRENCIES - The pound fell 0.9 percent, wiping out all of its weekly gains. A Purchasing Managers’ Index combining flash estimates of services and manufacturing slumped to the lowest since April 2009.\r\n\r\nECONOMIC DATA - CAD Core Retail Sales and CPI due at 8:30, US Flash Manufacturing PMI at 9:45 ET.</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/605682848691507970\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/605682848691507970&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNFm407Y3T3LZ0eeJYMprPXISJwQ1Q\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Pre-Market Activity - Live Trading Room Access','','publish','open','closed','','pre-market-activity-live-trading-room-access-6','','','2016-07-22 10:54:06','2016-07-22 10:54:06','',0,'http://www.thetradingroom.com/?p=2939',0,'post','',0),(2921,2,'2016-07-14 10:41:24','2016-07-14 10:41:24','<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<p style=\"color: #500050;\"><strong style=\"font-weight: 500;\"> Pre-market activity and scheduled economic data that may have an impact on the global financial markets. </strong>​</p>\r\n\r\n<div>WORLD HEADLINES - Global stocks hit an eight-month high during the overnight trading session as the Bank of England prepared to deliver its Brexit defense plan, a move investors believe could set off another round of global central bank- and government-led stimulus.\r\n\r\nSTOCKS - Wall Street futures pointed to U.S. markets adding to their record highs.\r\n\r\nBONDS - Sovereign debt fell in the U.S., the U.K., Japan and Germany. The yield on U.S. Treasuries due in a decade rose three basis points to 1.51 percent.\r\n\r\nCOMMODITIES - Corn advanced 1.3 percent, climbing for a third day as forecasts for hot and dry weather in the U.S. Midwest raise concern crop yields will deteriorate.\r\n\r\nCURRENCIES - The Japanese yen weakened 1 percent versus the dollar, after earlier strengthening as much as 0.5 percent.\r\n\r\nECONOMIC DATA - US Unemployment Claims, PPI m/m and CAD NHPI m/m due at 8:30, Natural Gas Storage at 10:30, CNY GDP q/y at 22:00 ET.</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050;\"><strong style=\"font-weight: 500;\">Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/605682848691507970\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/605682848691507970&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNFm407Y3T3LZ0eeJYMprPXISJwQ1Q\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<p style=\"color: #500050;\"></p>\r\n\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PRE MARKET ACTIVITY: Global stocks hit an eight-month high','','publish','open','closed','','pre-market-activity-global-stocks-hit-eight-month-high','','','2016-07-14 10:41:24','2016-07-14 10:41:24','',0,'http://www.thetradingroom.com/?p=2921',0,'post','',0),(2922,2,'2016-07-14 10:37:36','2016-07-14 10:37:36','<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<p style=\"color: #500050;\"><strong style=\"font-weight: 500;\"> Pre-market activity and scheduled economic data that may have an impact on the global financial markets. </strong>​</p>\r\n\r\n<div>WORLD HEADLINES - Global stocks hit an eight-month high during the overnight trading session as the Bank of England prepared to deliver its Brexit defense plan, a move investors believe could set off another round of global central bank- and government-led stimulus.\r\n\r\nSTOCKS - Wall Street futures pointed to U.S. markets adding to their record highs.\r\n\r\nBONDS - Sovereign debt fell in the U.S., the U.K., Japan and Germany. The yield on U.S. Treasuries due in a decade rose three basis points to 1.51 percent.\r\n\r\nCOMMODITIES - Corn advanced 1.3 percent, climbing for a third day as forecasts for hot and dry weather in the U.S. Midwest raise concern crop yields will deteriorate.\r\n\r\nCURRENCIES - The Japanese yen weakened 1 percent versus the dollar, after earlier strengthening as much as 0.5 percent.\r\n\r\nECONOMIC DATA - US Unemployment Claims, PPI m/m and CAD NHPI m/m due at 8:30, Natural Gas Storage at 10:30, CNY GDP q/y at 22:00 ET.</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050;\"><strong style=\"font-weight: 500;\">Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/605682848691507970\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/605682848691507970&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNFm407Y3T3LZ0eeJYMprPXISJwQ1Q\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<p style=\"color: #500050;\"></p>\r\n\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','','','inherit','open','closed','','2921-revision-v1','','','2016-07-14 10:37:36','2016-07-14 10:37:36','',2921,'http://www.thetradingroom.com/2921-revision-v1/',0,'revision','',0),(2923,2,'2016-07-14 10:41:24','2016-07-14 10:41:24','<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<p style=\"color: #500050;\"><strong style=\"font-weight: 500;\"> Pre-market activity and scheduled economic data that may have an impact on the global financial markets. </strong>​</p>\r\n\r\n<div>WORLD HEADLINES - Global stocks hit an eight-month high during the overnight trading session as the Bank of England prepared to deliver its Brexit defense plan, a move investors believe could set off another round of global central bank- and government-led stimulus.\r\n\r\nSTOCKS - Wall Street futures pointed to U.S. markets adding to their record highs.\r\n\r\nBONDS - Sovereign debt fell in the U.S., the U.K., Japan and Germany. The yield on U.S. Treasuries due in a decade rose three basis points to 1.51 percent.\r\n\r\nCOMMODITIES - Corn advanced 1.3 percent, climbing for a third day as forecasts for hot and dry weather in the U.S. Midwest raise concern crop yields will deteriorate.\r\n\r\nCURRENCIES - The Japanese yen weakened 1 percent versus the dollar, after earlier strengthening as much as 0.5 percent.\r\n\r\nECONOMIC DATA - US Unemployment Claims, PPI m/m and CAD NHPI m/m due at 8:30, Natural Gas Storage at 10:30, CNY GDP q/y at 22:00 ET.</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050;\"><strong style=\"font-weight: 500;\">Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/605682848691507970\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/605682848691507970&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNFm407Y3T3LZ0eeJYMprPXISJwQ1Q\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<p style=\"color: #500050;\"></p>\r\n\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PRE MARKET ACTIVITY: Global stocks hit an eight-month high','','inherit','open','closed','','2921-revision-v1','','','2016-07-14 10:41:24','2016-07-14 10:41:24','',2921,'http://www.thetradingroom.com/2921-revision-v1/',0,'revision','',0),(2924,2,'2016-07-15 10:55:04','2016-07-15 10:55:04','<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<p style=\"color: #500050;\"><strong style=\"font-weight: 500;\"> Pre-market activity and scheduled economic data that may have an impact on the global financial markets. </strong>​</p>\r\n\r\n<div><strong>WORLD HEADLINES</strong> - European stocks halted this week’s rally, weighed down by company earnings and a deadly terror attack in France. Equities in emerging markets gained for a seventh day after Chinese economic data beat estimates.\r\n\r\n<strong>STOCKS</strong> - Futures on the S&amp;P 500 Index slipped 0.1 percent after U.S. stocks extended gains at an all-time high.\r\n\r\n<strong>BONDS</strong> - Treasuries snapped a record-setting rally this week as the early resolution of Britain’s leadership vacuum eased the flight to safety that was sparked by the June 23 referendum.\r\n\r\n<strong>COMMODITIES</strong> - Gold and Crude oil traded sideways during the overnight trading session.\r\n\r\n<strong>CURRENCIES</strong> - The pound gained this week after the appointment of Theresa May as Prime Minister returned a sense of political stability to the U.K. and the Bank of England unexpectedly kept interest rates unchanged.\r\n\r\n<strong>ECONOMIC DATA</strong> - BOE Gov Carney Speaks at 8:00, CAD Manufacturing Sales, US CPI and Retail Sales due at 8:30, at Industrial Production at 9:15, Prelim UoM Consumer Sentiment at 10:00 ET</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050;\"><strong style=\"font-weight: 500;\">Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/605682848691507970\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/605682848691507970&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNFm407Y3T3LZ0eeJYMprPXISJwQ1Q\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Pre-Market Open - Live Trading Room Access','','publish','open','closed','','pre-market-open-live-trading-room-access','','','2016-07-15 10:55:04','2016-07-15 10:55:04','',0,'http://www.thetradingroom.com/?p=2924',0,'post','',0),(2925,2,'2016-07-15 10:55:04','2016-07-15 10:55:04','<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<p style=\"color: #500050;\"><strong style=\"font-weight: 500;\"> Pre-market activity and scheduled economic data that may have an impact on the global financial markets. </strong>​</p>\r\n\r\n<div><strong>WORLD HEADLINES</strong> - European stocks halted this week’s rally, weighed down by company earnings and a deadly terror attack in France. Equities in emerging markets gained for a seventh day after Chinese economic data beat estimates.\r\n\r\n<strong>STOCKS</strong> - Futures on the S&amp;P 500 Index slipped 0.1 percent after U.S. stocks extended gains at an all-time high.\r\n\r\n<strong>BONDS</strong> - Treasuries snapped a record-setting rally this week as the early resolution of Britain’s leadership vacuum eased the flight to safety that was sparked by the June 23 referendum.\r\n\r\n<strong>COMMODITIES</strong> - Gold and Crude oil traded sideways during the overnight trading session.\r\n\r\n<strong>CURRENCIES</strong> - The pound gained this week after the appointment of Theresa May as Prime Minister returned a sense of political stability to the U.K. and the Bank of England unexpectedly kept interest rates unchanged.\r\n\r\n<strong>ECONOMIC DATA</strong> - BOE Gov Carney Speaks at 8:00, CAD Manufacturing Sales, US CPI and Retail Sales due at 8:30, at Industrial Production at 9:15, Prelim UoM Consumer Sentiment at 10:00 ET</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050;\"><strong style=\"font-weight: 500;\">Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/605682848691507970\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/605682848691507970&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNFm407Y3T3LZ0eeJYMprPXISJwQ1Q\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Pre-Market Open - Live Trading Room Access','','inherit','open','closed','','2924-revision-v1','','','2016-07-15 10:55:04','2016-07-15 10:55:04','',2924,'http://www.thetradingroom.com/2924-revision-v1/',0,'revision','',0),(2926,2,'2016-07-17 22:36:50','2016-07-17 22:36:50','<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>Risk-On sentiment dominated the global financial markets this past week as Brexit fears faded and central bank renewed stimulus was the talk among trading desks. Stocks scored big as capital inflows bid up US stock markets to new levels with both the S&amp;P 500 and the Dow Jones Industrial Average reaching new all time highs throughout the week.</div>\r\n<div></div>\r\n<div>The situation in the Euro zone continues to be of concern to the global markets as the Italian banks threaten to blow up into another standoff similar to Greece. Italy could be facing deflationary depression, but will the ECB step up and buy Italy\'s debt? Will they avoid violating ECB and EU policy? In the week ahead, keep a close watch on the euro currency for trading opportunities.</div>\r\n<div></div>\r\n<div>The market’s view of the probability of a Fed interest rate hike this year has dropped dramatically since the Brexit vote. However, US economic data released since then have shown better-than-expected indications of the US economy. This included the highly-positive non-farm payrolls employment numbers for June, weeks of lower jobless claims, the producer price index coming in at its highest increase in a year, and retail sales numbers <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1557512141\"><span class=\"aQJ\">on Friday</span></span> far exceeding expectations.</div>\r\n<div></div>\r\n<div>This week\'s calendar includes a light schedule for data with an emphasis on housing. Corporate earnings season is in full swing with important reports scheduled every day.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div><strong><em>Join us this week and experience the power of market intelligence. We will be show casing the new Einstein SmartBox automated trading system with cross-market relationships and correlations analytics.   </em></strong></div>\r\n</div>\r\n<div>​</div>\r\n<div><strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​​</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468881155503000&amp;usg=AFQjCNEMHgfLKHFYlr7hh2mTNpPS2YTieQ\"><img class=\"CToWUd\" src=\"https://ci5.googleusercontent.com/proxy/R4YUgKGZhCwyF5NG9v0VaWn_tYlDvPe2kaYnyr9s5SOVzmKMkfamUjxz6c2zkmV8n6x4lgvqKjWohjsKD_ou6FR-rZg36FcuEQljJApmqwA5vgLwCqSFvyD2nDydxr9OaiahlThRUz1bOh7ZIZY-=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ez1pe5/optimized/53680d6084c49f017ee58289.jpeg\" alt=\"Image\" width=\"408\" height=\"148\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n\r\n<strong>Live Trading Rooms and Educational Events</strong>\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\n<div>\r\n\r\n&nbsp;\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1557512142\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1557512143\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1557512144\"><span class=\"aQJ\">8:00 AM ET</span></span></strong>\r\n<div>Join our trading community with RiosQuant founder and  trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd&amp;source=gmail&amp;ust=1468881155503000&amp;usg=AFQjCNHWPdwb1z9OHjK8WXet0D-yTORiPw\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/605682848691507970\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/605682848691507970&amp;source=gmail&amp;ust=1468881155503000&amp;usg=AFQjCNEKcjIUzII1UYX6F6zpa2qmO-DrnA\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://support@riosquant.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://support@riosquant.com&amp;source=gmail&amp;ust=1468881155503000&amp;usg=AFQjCNGYCN5kY8I8V0sa40gjg9cMGf8CRw\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div><strong>The Insider\'s Quant (I.Q.) Room</strong>​</div>\r\n<div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1557512145\"><span class=\"aQJ\">Tuesday</span></span> - 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1557512146\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Forecasting </em></div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1557512147\"><span class=\"aQJ\">Wednesday</span></span> - 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1557512148\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Opportunities in the New Norm</em></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1557512149\"><span class=\"aQJ\">Friday</span></span> - 11:30 pm</div>\r\n<div><em>Insiders Round Table Meetup</em></div>\r\n</div>\r\n<div><strong><strong>  </strong></strong>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Week Ahead - Live Trading Room ','','publish','open','closed','','week-ahead-live-trading-room','','','2016-07-17 22:36:50','2016-07-17 22:36:50','',0,'http://www.thetradingroom.com/?p=2926',0,'post','',0),(2927,2,'2016-07-17 22:36:50','2016-07-17 22:36:50','<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>Risk-On sentiment dominated the global financial markets this past week as Brexit fears faded and central bank renewed stimulus was the talk among trading desks. Stocks scored big as capital inflows bid up US stock markets to new levels with both the S&amp;P 500 and the Dow Jones Industrial Average reaching new all time highs throughout the week.</div>\r\n<div></div>\r\n<div>The situation in the Euro zone continues to be of concern to the global markets as the Italian banks threaten to blow up into another standoff similar to Greece. Italy could be facing deflationary depression, but will the ECB step up and buy Italy\'s debt? Will they avoid violating ECB and EU policy? In the week ahead, keep a close watch on the euro currency for trading opportunities.</div>\r\n<div></div>\r\n<div>The market’s view of the probability of a Fed interest rate hike this year has dropped dramatically since the Brexit vote. However, US economic data released since then have shown better-than-expected indications of the US economy. This included the highly-positive non-farm payrolls employment numbers for June, weeks of lower jobless claims, the producer price index coming in at its highest increase in a year, and retail sales numbers <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1557512141\"><span class=\"aQJ\">on Friday</span></span> far exceeding expectations.</div>\r\n<div></div>\r\n<div>This week\'s calendar includes a light schedule for data with an emphasis on housing. Corporate earnings season is in full swing with important reports scheduled every day.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div><strong><em>Join us this week and experience the power of market intelligence. We will be show casing the new Einstein SmartBox automated trading system with cross-market relationships and correlations analytics.   </em></strong></div>\r\n</div>\r\n<div>​</div>\r\n<div><strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​​</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468881155503000&amp;usg=AFQjCNEMHgfLKHFYlr7hh2mTNpPS2YTieQ\"><img class=\"CToWUd\" src=\"https://ci5.googleusercontent.com/proxy/R4YUgKGZhCwyF5NG9v0VaWn_tYlDvPe2kaYnyr9s5SOVzmKMkfamUjxz6c2zkmV8n6x4lgvqKjWohjsKD_ou6FR-rZg36FcuEQljJApmqwA5vgLwCqSFvyD2nDydxr9OaiahlThRUz1bOh7ZIZY-=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ez1pe5/optimized/53680d6084c49f017ee58289.jpeg\" alt=\"Image\" width=\"408\" height=\"148\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n\r\n<strong>Live Trading Rooms and Educational Events</strong>\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\n<div>\r\n\r\n&nbsp;\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1557512142\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1557512143\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1557512144\"><span class=\"aQJ\">8:00 AM ET</span></span></strong>\r\n<div>Join our trading community with RiosQuant founder and  trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd&amp;source=gmail&amp;ust=1468881155503000&amp;usg=AFQjCNHWPdwb1z9OHjK8WXet0D-yTORiPw\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/605682848691507970\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/605682848691507970&amp;source=gmail&amp;ust=1468881155503000&amp;usg=AFQjCNEKcjIUzII1UYX6F6zpa2qmO-DrnA\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://support@riosquant.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://support@riosquant.com&amp;source=gmail&amp;ust=1468881155503000&amp;usg=AFQjCNGYCN5kY8I8V0sa40gjg9cMGf8CRw\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div><strong>The Insider\'s Quant (I.Q.) Room</strong>​</div>\r\n<div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1557512145\"><span class=\"aQJ\">Tuesday</span></span> - 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1557512146\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Forecasting </em></div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1557512147\"><span class=\"aQJ\">Wednesday</span></span> - 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1557512148\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Opportunities in the New Norm</em></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1557512149\"><span class=\"aQJ\">Friday</span></span> - 11:30 pm</div>\r\n<div><em>Insiders Round Table Meetup</em></div>\r\n</div>\r\n<div><strong><strong>  </strong></strong>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Week Ahead - Live Trading Room ','','inherit','open','closed','','2926-revision-v1','','','2016-07-17 22:36:50','2016-07-17 22:36:50','',2926,'http://www.thetradingroom.com/2926-revision-v1/',0,'revision','',0),(2928,2,'2016-07-18 10:33:16','2016-07-18 10:33:16','<p style=\"text-align: center;\"><strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></p>\r\n\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div><strong>WORLD HEADLINES</strong> - The US dollar strengthened against the Japanese yen on Monday and oil prices rose as investors unwound safety trades after the failed coup in Turkey.\r\n\r\n<strong>STOCKS</strong> - Futures on the S&amp;P 500 index rose ahead of earnings from companies including Bank of America Corp., Charles Schwab Corp. and International Business Machines Corp.\r\n\r\n<strong>BONDS</strong> - Yields on U.S. Treasuries, which were also in demand on Friday as the Turkish coup bid unfolded, were down on the day but up from Friday\'s closing levels. Ten-year yields stood at 1.58 percent.\r\n\r\n<strong>COMMODITIES</strong> - Copper fell 0.8 percent in London, extending Friday’s retreat from the highest level since April.\r\n\r\n<strong>CURRENCIES</strong> - The US dollar gained 0.1 percent. It climbed 0.4 percent in the last session as U.S. reports showed retail sales rose in June by more than economists predicted and manufacturing expanded by the most since January.\r\n\r\n<strong>ECONOMIC DATA</strong> - CAD Foreign Securities Purchases due at 8:30, US NAHB Housing Market Index at 10:00, AUD Monetary Policy Meeting Minutes at 21:30 ET.</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/605682848691507970\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/605682848691507970&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNFm407Y3T3LZ0eeJYMprPXISJwQ1Q\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Pre-Market Trading Activity - Global Markets','','publish','open','closed','','pre-market-trading-activity-global-markets','','','2016-07-18 10:33:16','2016-07-18 10:33:16','',0,'http://www.thetradingroom.com/?p=2928',0,'post','',0),(2929,2,'2016-07-18 10:28:58','2016-07-18 10:28:58','<p style=\"text-align: center;\"><strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></p>\r\n\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div><strong>WORLD HEADLINES</strong> - The US dollar strengthened against the Japanese yen on Monday and oil prices rose as investors unwound safety trades after the failed coup in Turkey.\r\n\r\n<strong>STOCKS</strong> - Futures on the S&amp;P 500 index rose ahead of earnings from companies including Bank of America Corp., Charles Schwab Corp. and International Business Machines Corp.\r\n\r\n<strong>BONDS</strong> - Yields on U.S. Treasuries, which were also in demand on Friday as the Turkish coup bid unfolded, were down on the day but up from Friday\'s closing levels. Ten-year yields stood at 1.58 percent.\r\n\r\n<strong>COMMODITIES</strong> - Copper fell 0.8 percent in London, extending Friday’s retreat from the highest level since April.\r\n\r\n<strong>CURRENCIES</strong> - The US dollar gained 0.1 percent. It climbed 0.4 percent in the last session as U.S. reports showed retail sales rose in June by more than economists predicted and manufacturing expanded by the most since January.\r\n\r\n<strong>ECONOMIC DATA</strong> - CAD Foreign Securities Purchases due at 8:30, US NAHB Housing Market Index at 10:00, AUD Monetary Policy Meeting Minutes at 21:30 ET.</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/605682848691507970\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/605682848691507970&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNFm407Y3T3LZ0eeJYMprPXISJwQ1Q\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','','','inherit','open','closed','','2928-revision-v1','','','2016-07-18 10:28:58','2016-07-18 10:28:58','',2928,'http://www.thetradingroom.com/2928-revision-v1/',0,'revision','',0),(2930,2,'2016-07-18 10:33:16','2016-07-18 10:33:16','<p style=\"text-align: center;\"><strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></p>\r\n\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div><strong>WORLD HEADLINES</strong> - The US dollar strengthened against the Japanese yen on Monday and oil prices rose as investors unwound safety trades after the failed coup in Turkey.\r\n\r\n<strong>STOCKS</strong> - Futures on the S&amp;P 500 index rose ahead of earnings from companies including Bank of America Corp., Charles Schwab Corp. and International Business Machines Corp.\r\n\r\n<strong>BONDS</strong> - Yields on U.S. Treasuries, which were also in demand on Friday as the Turkish coup bid unfolded, were down on the day but up from Friday\'s closing levels. Ten-year yields stood at 1.58 percent.\r\n\r\n<strong>COMMODITIES</strong> - Copper fell 0.8 percent in London, extending Friday’s retreat from the highest level since April.\r\n\r\n<strong>CURRENCIES</strong> - The US dollar gained 0.1 percent. It climbed 0.4 percent in the last session as U.S. reports showed retail sales rose in June by more than economists predicted and manufacturing expanded by the most since January.\r\n\r\n<strong>ECONOMIC DATA</strong> - CAD Foreign Securities Purchases due at 8:30, US NAHB Housing Market Index at 10:00, AUD Monetary Policy Meeting Minutes at 21:30 ET.</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/605682848691507970\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/605682848691507970&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNFm407Y3T3LZ0eeJYMprPXISJwQ1Q\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Pre-Market Trading Activity - Global Markets','','inherit','open','closed','','2928-revision-v1','','','2016-07-18 10:33:16','2016-07-18 10:33:16','',2928,'http://www.thetradingroom.com/2928-revision-v1/',0,'revision','',0),(2959,2,'2016-07-27 11:00:30','2016-07-27 11:00:30','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>WORLD HEADLINES - European stocks rose with U.S. equity-index futures as Apple Inc.’s earnings fueled optimism over the outlook for the global economy. The yen weakened and Japanese shares rallied after the prime minister signaled he was committed to a $265 billion stimulus package.\r\n\r\n<hr />\r\n\r\nSTOCKS - Nasdaq 100 futures expiring in September climbed 0.7 percent, while contracts on the S&amp;P 500 Index added 0.2 percent, with the gauge near a record.\r\n\r\n<hr />\r\n\r\nBONDS - Treasuries headed lower before the Fed’s interest-rate decision, with the yield on two-year notes rising one basis point to 0.76 percent, having risen on Tuesday to the highest since the day of the U.K.’s Brexit vote.\r\n\r\n<hr />\r\n\r\nCOMMODITIES - Copper fell 0.6 percent, leading most industrial metals lower following reports on Chinese curbs on wealth-management products.\r\n\r\n<hr />\r\n\r\nCURRENCIES - The pound weakened versus the euro even as a report showed U.K. economic growth was stronger than expected in the second quarter, accelerating to 0.6 percent from 0.4 percent in the first.\r\n\r\n<hr />\r\n\r\nECONOMIC DATA - US Core Durable Goods Orders m/m due at 8:30, Pending Home Sales m/m at 10:00, Crude oil Inventories at 10:30, FOMC Statement at 14:00 ET.</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/605682848691507970\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/605682848691507970&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNFm407Y3T3LZ0eeJYMprPXISJwQ1Q\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Pre-Market Activity: Live Trading Room Access','','publish','open','closed','','pre-market-activity-live-trading-room-access-7','','','2016-07-27 11:00:30','2016-07-27 11:00:30','',0,'http://www.thetradingroom.com/?p=2959',0,'post','',0),(2932,2,'2016-07-19 10:50:32','2016-07-19 10:50:32','<p style=\"font-weight: 300; color: #000000; text-align: center;\"><strong style=\"font-weight: 500;\">Pre-market activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></p>\r\n\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div><strong>WORLD HEADLINES</strong> - Global stocks dipped for only the second time in nine days on Tuesday, sapped by a drop in oil prices and data that showed Britain\'s vote to quit the European Union dented German business confidence.\r\n\r\n<strong>STOCKS</strong> - Futures on the S&amp;P 500 index traded lower ahead of the Wall Street opening bell.\r\n\r\n<strong>BONDS</strong> - U.S. Treasuries due in a decade gained for the first time in four days, pushing their yield down by three basis points to 1.56 percent.\r\n\r\n<strong>COMMODITIES</strong> - Pressure remained on crude oil prices after they settled down more than 1 percent on Monday, as rising stockpiles of crude and refined fuel intensified fears of another major supply glut. Gold traded higher.\r\n\r\n<strong>CURRENCIES</strong> - The Australian dollar fell 1 percent to a 11-day low while the New Zealand dollar hit a three-week trough, as investors ramped up bets that both central banks could cut their interest rates as early as next month.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Building Permits and Housing Starts due at 8:30, NZD GDT Price Index (tentative), GBP MPC Member Broadbent Speaks at 10:05 ET.</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong style=\"font-weight: 500;\">Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/605682848691507970\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/605682848691507970&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNFm407Y3T3LZ0eeJYMprPXISJwQ1Q\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Pre-Market Trading - Live Trading Room Access','','publish','open','closed','','pre-market-trading-live-trading-room-access-2','','','2016-07-19 10:50:32','2016-07-19 10:50:32','',0,'http://www.thetradingroom.com/?p=2932',0,'post','',0),(2933,2,'2016-07-19 10:50:32','2016-07-19 10:50:32','<p style=\"font-weight: 300; color: #000000; text-align: center;\"><strong style=\"font-weight: 500;\">Pre-market activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></p>\r\n\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div><strong>WORLD HEADLINES</strong> - Global stocks dipped for only the second time in nine days on Tuesday, sapped by a drop in oil prices and data that showed Britain\'s vote to quit the European Union dented German business confidence.\r\n\r\n<strong>STOCKS</strong> - Futures on the S&amp;P 500 index traded lower ahead of the Wall Street opening bell.\r\n\r\n<strong>BONDS</strong> - U.S. Treasuries due in a decade gained for the first time in four days, pushing their yield down by three basis points to 1.56 percent.\r\n\r\n<strong>COMMODITIES</strong> - Pressure remained on crude oil prices after they settled down more than 1 percent on Monday, as rising stockpiles of crude and refined fuel intensified fears of another major supply glut. Gold traded higher.\r\n\r\n<strong>CURRENCIES</strong> - The Australian dollar fell 1 percent to a 11-day low while the New Zealand dollar hit a three-week trough, as investors ramped up bets that both central banks could cut their interest rates as early as next month.\r\n\r\n<strong>ECONOMIC DATA</strong> - US Building Permits and Housing Starts due at 8:30, NZD GDT Price Index (tentative), GBP MPC Member Broadbent Speaks at 10:05 ET.</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong style=\"font-weight: 500;\">Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/605682848691507970\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/605682848691507970&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNFm407Y3T3LZ0eeJYMprPXISJwQ1Q\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Pre-Market Trading - Live Trading Room Access','','inherit','open','closed','','2932-revision-v1','','','2016-07-19 10:50:32','2016-07-19 10:50:32','',2932,'http://www.thetradingroom.com/2932-revision-v1/',0,'revision','',0),(2934,2,'2016-07-20 10:52:10','0000-00-00 00:00:00','<strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. ​</strong>\n<div style=\"font-weight: 300; color: #0e5daf;\">\n<div style=\"color: #000000;\">\n<div>WORLD HEADLINES - Positive earnings set the tone for equity markets while the dollar traded at a seven-week high. Gold headed for the lowest close this month.\n\nSTOCKS - Microsoft climbed 4 percent in early New York trading. The earnings seasons so far has delivered more positive surprises than negative ones.\n\nBONDS - U.S. Treasuries due in a decade were little changed, yielding 1.55 percent. Similar-maturity sovereign debt in Japan yielded minus 0.24 percent, down one basis point from the last session.\n\nCOMMODITIES - Oil prices traded flat as investors awaited a clearer signal from weekly U.S. crude inventory data on whether a glut was easing in the world\'s largest oil-consuming nation.\n\nCURRENCIES - The Bloomberg Dollar Spot Index climbed as much as 0.2 percent to its strongest level since June 1, before being little changed.\n\nECONOMIC DATA - Crude Oil Inventories due at 10:30 ET.</div>\n\n<hr />\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/605682848691507970\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/605682848691507970&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNFm407Y3T3LZ0eeJYMprPXISJwQ1Q\">register as a guest.</a></span></p>\n\n<div></div>\n<div></div>\n</div>\n</div>\n<div style=\"font-weight: 300; color: #0e5daf;\">\n<table width=\"100%\" align=\"center\">\n<tbody>\n<tr>\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\n</tr>\n</tbody>\n</table>\n</div>\n<div style=\"font-weight: 300; color: #0e5daf;\">\n<div style=\"color: #000000;\">\n<div>\n<div></div>\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\n</div>\n</div>\n</div>','Pre-Market Trading: Stocks, Bonds, Commodities & Currencies','','draft','open','closed','','','','','2016-07-20 10:52:10','2016-07-20 10:52:10','',0,'http://www.thetradingroom.com/?p=2934',0,'post','',0),(2935,2,'2016-07-20 11:42:58','2016-07-20 11:42:58','<strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. ​</strong>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>WORLD HEADLINES - Positive earnings set the tone for equity markets while the dollar traded at a seven-week high. Gold headed for the lowest close this month. <span style=\"font-weight: normal; color: #222222;\">Oil prices traded flat as investors awaited a clearer signal from weekly U.S. crude inventory data on whether a glut was easing in the world\'s largest oil-consuming nation. Libya\'s eastern oil export terminal of Hariga resumes operations on Wednesday after a protest by guards over pay ended. The U.S. government\'s Energy Information Administration (EIA) will issue stockpile data at 10:30 am ET.</span>&nbsp;\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/605682848691507970\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/605682848691507970&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNFm407Y3T3LZ0eeJYMprPXISJwQ1Q\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','WORLD HEADLINES: Crude Oil Inventories ','','publish','open','closed','','world-headlines-crude-oil-inventories','','','2016-07-20 11:42:58','2016-07-20 11:42:58','',0,'http://www.thetradingroom.com/?p=2935',0,'post','',0),(2936,2,'2016-07-20 11:42:58','2016-07-20 11:42:58','<strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. ​</strong>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>WORLD HEADLINES - Positive earnings set the tone for equity markets while the dollar traded at a seven-week high. Gold headed for the lowest close this month. <span style=\"font-weight: normal; color: #222222;\">Oil prices traded flat as investors awaited a clearer signal from weekly U.S. crude inventory data on whether a glut was easing in the world\'s largest oil-consuming nation. Libya\'s eastern oil export terminal of Hariga resumes operations on Wednesday after a protest by guards over pay ended. The U.S. government\'s Energy Information Administration (EIA) will issue stockpile data at 10:30 am ET.</span>&nbsp;\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/605682848691507970\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/605682848691507970&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNFm407Y3T3LZ0eeJYMprPXISJwQ1Q\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','WORLD HEADLINES: Crude Oil Inventories ','','inherit','open','closed','','2935-revision-v1','','','2016-07-20 11:42:58','2016-07-20 11:42:58','',2935,'http://www.thetradingroom.com/2935-revision-v1/',0,'revision','',0),(2937,2,'2016-07-21 11:05:05','2016-07-21 11:05:05','<strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. ​</strong>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>WORLD HEADLINES - The yen extended gains after BOJ Governor Kuroda dismissed the use of so-called helicopter money as stimulus. European stocks fell from a four-week high and the euro was little changed before the region’s central bank policy meeting.\r\n\r\nSTOCKS - The Stoxx 600 slipped 0.3 percent, with the volume of shares changing hands about 27 percent less than the 30-day average. S&amp;P 500 futures lost 0.1 percent, while contracts on Japan’s Nikkei 225 fell 1.3 percent.\r\n\r\nBONDS - The yield on similar-maturity U.S. Treasuries was 1.58 percent. It sank to a record 1.32 percent on July 6 and analysts see it ending the year at 1.74 percent, a Bloomberg survey shows.\r\n\r\nCOMMODITIES - Gold advanced 0.5 percent after closing at a three-week low. The metal has alternated between gains and losses for eight straight days.\r\n\r\nCURRENCIES - The Bloomberg Dollar Spot Index fell 0.3 percent, after four days of gains.\r\n\r\nECONOMIC DATA - ECB Press Conference, CAD Wholesale Sales, US Unemployment Claims and Philly Fed Manufacturing Index due at 8:30, Existing Home Sales at 10:00, Natural Gas Storage at 10:30 ET.</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/605682848691507970\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/605682848691507970&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNFm407Y3T3LZ0eeJYMprPXISJwQ1Q\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket Activity: Live Trading Room Access','','publish','open','closed','','premarket-activity-live-trading-room-access','','','2016-07-21 11:05:05','2016-07-21 11:05:05','',0,'http://www.thetradingroom.com/?p=2937',0,'post','',0),(2938,2,'2016-07-21 11:05:05','2016-07-21 11:05:05','<strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. ​</strong>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>WORLD HEADLINES - The yen extended gains after BOJ Governor Kuroda dismissed the use of so-called helicopter money as stimulus. European stocks fell from a four-week high and the euro was little changed before the region’s central bank policy meeting.\r\n\r\nSTOCKS - The Stoxx 600 slipped 0.3 percent, with the volume of shares changing hands about 27 percent less than the 30-day average. S&amp;P 500 futures lost 0.1 percent, while contracts on Japan’s Nikkei 225 fell 1.3 percent.\r\n\r\nBONDS - The yield on similar-maturity U.S. Treasuries was 1.58 percent. It sank to a record 1.32 percent on July 6 and analysts see it ending the year at 1.74 percent, a Bloomberg survey shows.\r\n\r\nCOMMODITIES - Gold advanced 0.5 percent after closing at a three-week low. The metal has alternated between gains and losses for eight straight days.\r\n\r\nCURRENCIES - The Bloomberg Dollar Spot Index fell 0.3 percent, after four days of gains.\r\n\r\nECONOMIC DATA - ECB Press Conference, CAD Wholesale Sales, US Unemployment Claims and Philly Fed Manufacturing Index due at 8:30, Existing Home Sales at 10:00, Natural Gas Storage at 10:30 ET.</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/605682848691507970\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/605682848691507970&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNFm407Y3T3LZ0eeJYMprPXISJwQ1Q\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket Activity: Live Trading Room Access','','inherit','open','closed','','2937-revision-v1','','','2016-07-21 11:05:05','2016-07-21 11:05:05','',2937,'http://www.thetradingroom.com/2937-revision-v1/',0,'revision','',0),(2940,2,'2016-07-22 10:54:06','2016-07-22 10:54:06','<strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. ​</strong>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>WORLD HEADLINES - European stocks fell and the pound slid as reports showed the first signs of economic weakness in the wake of the U.K. vote to leave the European Union.\r\n\r\nSTOCKS - Futures on the S&amp;P 500 Index added 0.2 percent after the gauge slipped on Thursday from a record high. The measure had gained 0.2 percent this week, set for a fourth weekly advance, its longest streak since March.\r\n\r\nBONDS - U.S. Treasuries stabilized this week with the 10-year yield hovering around 1.55 percent. That compares with an all-time low of 1.32 percent on July 7.\r\n\r\nCOMMODITIES - The Bloomberg Commodity Index fell for a sixth day, its longest losing streak in three months, on signs of weakening fundamentals and reduced odds for stimulus.\r\n\r\nCURRENCIES - The pound fell 0.9 percent, wiping out all of its weekly gains. A Purchasing Managers’ Index combining flash estimates of services and manufacturing slumped to the lowest since April 2009.\r\n\r\nECONOMIC DATA - CAD Core Retail Sales and CPI due at 8:30, US Flash Manufacturing PMI at 9:45 ET.</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/605682848691507970\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/605682848691507970&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNFm407Y3T3LZ0eeJYMprPXISJwQ1Q\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Pre-Market Activity - Live Trading Room Access','','inherit','open','closed','','2939-revision-v1','','','2016-07-22 10:54:06','2016-07-22 10:54:06','',2939,'http://www.thetradingroom.com/2939-revision-v1/',0,'revision','',0),(2948,2,'2016-07-25 11:08:58','2016-07-25 11:08:58','<strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong>\n<div style=\"font-weight: 300; color: #0e5daf;\">\n<div style=\"color: #000000;\">\n<div>WORLD HEADLINES - Stocks climbed as business confidence in Germany proved more resilient than economists predicted in the month after Britain voted to leave the European Union. Bonds fell with gold before central bank meetings in the U.S. and Japan this week.STOCKS - The Stoxx 600 traded slightly higher during the overnight trading session with trading volumes 46 percent less than the 30-day average.BONDS - Treasuries maturing in a decade fell before an auction of $26 billion of two-year notes, the first of $103 billion of planned offerings of coupon-bearing securities this week.\n\nCOMMODITIES - Oil prices fell on Monday, holding near two-month lows amid worries that a global glut of crude and refined products would weigh on markets for some time. Barclays bank said global oil demand in the third quarter of 2016 was expanding at less than a third of the year-earlier rate, weighed down by anaemic economic growth.\n<p style=\"font-weight: normal; color: #222222;\">Demand support from developed economies had faded, while growth from China and India had slowed, Barclays said.</p>\n<p style=\"font-weight: normal; color: #222222;\">Morgan Stanley added that headwinds were growing for the second half of the year, leading to expectations of lower oil prices. It pointed to resilient U.S. supply, falling demand for transport fuels, and oversupply by refiners.</p>\nCURRENCIES - The euro traded higher retracing some of Friday\'s losses while the Canadian dollar traded lower with crude oil.\n\nECONOMIC DATA - NZD Trade Balance due at 18:45 ET.\n\n</div>\n\n<hr />\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/605682848691507970\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/605682848691507970&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNFm407Y3T3LZ0eeJYMprPXISJwQ1Q\">register as a guest.</a></span></p>\n\n<div></div>\n<div></div>\n</div>\n</div>\n<div style=\"font-weight: 300; color: #0e5daf;\">\n<table width=\"100%\" align=\"center\">\n<tbody>\n<tr>\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\n</tr>\n</tbody>\n</table>\n</div>\n<div style=\"font-weight: 300; color: #0e5daf;\">\n<div style=\"color: #000000;\">\n<div>\n<div></div>\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\n</div>\n</div>\n</div>','Pre-Market Activity: Crude oil futures under pressure ','','inherit','open','closed','','2944-autosave-v1','','','2016-07-25 11:08:58','2016-07-25 11:08:58','',2944,'http://www.thetradingroom.com/2944-autosave-v1/',0,'revision','',0),(2950,2,'2016-07-25 11:09:31','2016-07-25 11:09:31','<strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>WORLD HEADLINES - Stocks climbed as business confidence in Germany proved more resilient than economists predicted in the month after Britain voted to leave the European Union. Bonds fell with gold before central bank meetings in the U.S. and Japan this week.STOCKS - The Stoxx 600 traded slightly higher during the overnight trading session with trading volumes 46 percent less than the 30-day average.BONDS - Treasuries maturing in a decade fell before an auction of $26 billion of two-year notes, the first of $103 billion of planned offerings of coupon-bearing securities this week.COMMODITIES - Oil prices fell on Monday, holding near two-month lows amid worries that a global glut of crude and refined products would weigh on markets for some time. Barclays bank said global oil demand in the third quarter of 2016 was expanding at less than a third of the year-earlier rate, weighed down by anemic economic growth. Demand support from developed economies had faded, while growth from China and India had slowed, Barclays said. Morgan Stanley added that headwinds were growing for the second half of the year, leading to expectations of lower oil prices. It pointed to resilient U.S. supply, falling demand for transport fuels, and oversupply by refiners.\r\n\r\nCURRENCIES - The euro traded higher retracing some of Friday\'s losses while the Canadian dollar traded lower with crude oil.\r\n\r\nECONOMIC DATA - NZD Trade Balance due at 18:45 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/605682848691507970\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/605682848691507970&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNFm407Y3T3LZ0eeJYMprPXISJwQ1Q\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Pre-Market Activity: Crude oil futures under pressure ','','inherit','open','closed','','2944-revision-v1','','','2016-07-25 11:09:31','2016-07-25 11:09:31','',2944,'http://www.thetradingroom.com/2944-revision-v1/',0,'revision','',0),(2949,2,'2016-07-25 11:09:15','2016-07-25 11:09:15','<strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>WORLD HEADLINES - Stocks climbed as business confidence in Germany proved more resilient than economists predicted in the month after Britain voted to leave the European Union. Bonds fell with gold before central bank meetings in the U.S. and Japan this week.STOCKS - The Stoxx 600 traded slightly higher during the overnight trading session with trading volumes 46 percent less than the 30-day average.BONDS - Treasuries maturing in a decade fell before an auction of $26 billion of two-year notes, the first of $103 billion of planned offerings of coupon-bearing securities this week.\r\n\r\nCOMMODITIES - Oil prices fell on Monday, holding near two-month lows amid worries that a global glut of crude and refined products would weigh on markets for some time. Barclays bank said global oil demand in the third quarter of 2016 was expanding at less than a third of the year-earlier rate, weighed down by anemic economic growth. Demand support from developed economies had faded, while growth from China and India had slowed, Barclays said.\r\n<p style=\"font-weight: normal; color: #222222;\">Morgan Stanley added that headwinds were growing for the second half of the year, leading to expectations of lower oil prices. It pointed to resilient U.S. supply, falling demand for transport fuels, and oversupply by refiners.</p>\r\nCURRENCIES - The euro traded higher retracing some of Friday\'s losses while the Canadian dollar traded lower with crude oil.\r\n\r\nECONOMIC DATA - NZD Trade Balance due at 18:45 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/605682848691507970\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/605682848691507970&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNFm407Y3T3LZ0eeJYMprPXISJwQ1Q\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Pre-Market Activity: Crude oil futures under pressure ','','inherit','open','closed','','2944-revision-v1','','','2016-07-25 11:09:15','2016-07-25 11:09:15','',2944,'http://www.thetradingroom.com/2944-revision-v1/',0,'revision','',0),(2951,2,'2016-07-25 11:10:20','2016-07-25 11:10:20','<strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>WORLD HEADLINES - Stocks climbed as business confidence in Germany proved more resilient than economists predicted in the month after Britain voted to leave the European Union. Bonds fell with gold before central bank meetings in the U.S. and Japan this week.</div>\r\n<div></div>\r\n<div>STOCKS - The Stoxx 600 traded slightly higher during the overnight trading session with trading volumes 46 percent less than the 30-day average.</div>\r\n<div></div>\r\n<div>BONDS - Treasuries maturing in a decade fell before an auction of $26 billion of two-year notes, the first of $103 billion of planned offerings of coupon-bearing securities this week.</div>\r\n<div></div>\r\n<div>COMMODITIES - Oil prices fell on Monday, holding near two-month lows amid worries that a global glut of crude and refined products would weigh on markets for some time. Barclays bank said global oil demand in the third quarter of 2016 was expanding at less than a third of the year-earlier rate, weighed down by anemic economic growth. Demand support from developed economies had faded, while growth from China and India had slowed, Barclays said. Morgan Stanley added that headwinds were growing for the second half of the year, leading to expectations of lower oil prices. It pointed to resilient U.S. supply, falling demand for transport fuels, and oversupply by refiners.&nbsp;\r\n\r\nCURRENCIES - The euro traded higher retracing some of Friday\'s losses while the Canadian dollar traded lower with crude oil.\r\n\r\n&nbsp;\r\n\r\nECONOMIC DATA - NZD Trade Balance due at 18:45 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/605682848691507970\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/605682848691507970&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNFm407Y3T3LZ0eeJYMprPXISJwQ1Q\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Pre-Market Activity: Crude oil futures under pressure ','','inherit','open','closed','','2944-revision-v1','','','2016-07-25 11:10:20','2016-07-25 11:10:20','',2944,'http://www.thetradingroom.com/2944-revision-v1/',0,'revision','',0),(2952,2,'2016-07-25 11:10:48','2016-07-25 11:10:48','<strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>WORLD HEADLINES - Stocks climbed as business confidence in Germany proved more resilient than economists predicted in the month after Britain voted to leave the European Union. Bonds fell with gold before central bank meetings in the U.S. and Japan this week.</div>\r\n<div></div>\r\n<div></div>\r\n<div>STOCKS - The Stoxx 600 traded slightly higher during the overnight trading session with trading volumes 46 percent less than the 30-day average.</div>\r\n<div></div>\r\n<div></div>\r\n<div>BONDS - Treasuries maturing in a decade fell before an auction of $26 billion of two-year notes, the first of $103 billion of planned offerings of coupon-bearing securities this week.</div>\r\n<div></div>\r\n<div></div>\r\n<div>COMMODITIES - Oil prices fell on Monday, holding near two-month lows amid worries that a global glut of crude and refined products would weigh on markets for some time. Barclays bank said global oil demand in the third quarter of 2016 was expanding at less than a third of the year-earlier rate, weighed down by anemic economic growth. Demand support from developed economies had faded, while growth from China and India had slowed, Barclays said. Morgan Stanley added that headwinds were growing for the second half of the year, leading to expectations of lower oil prices. It pointed to resilient U.S. supply, falling demand for transport fuels, and oversupply by refiners.&nbsp;\r\n\r\nCURRENCIES - The euro traded higher retracing some of Friday\'s losses while the Canadian dollar traded lower with crude oil.\r\n\r\n&nbsp;\r\n\r\nECONOMIC DATA - NZD Trade Balance due at 18:45 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/605682848691507970\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/605682848691507970&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNFm407Y3T3LZ0eeJYMprPXISJwQ1Q\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Pre-Market Activity: Crude oil futures under pressure ','','inherit','open','closed','','2944-revision-v1','','','2016-07-25 11:10:48','2016-07-25 11:10:48','',2944,'http://www.thetradingroom.com/2944-revision-v1/',0,'revision','',0),(2953,2,'2016-07-25 11:11:43','2016-07-25 11:11:43','<strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>WORLD HEADLINES - Stocks climbed as business confidence in Germany proved more resilient than economists predicted in the month after Britain voted to leave the European Union. Bonds fell with gold before central bank meetings in the U.S. and Japan this week.</div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div>STOCKS - The Stoxx 600 traded slightly higher during the overnight trading session with trading volumes 46 percent less than the 30-day average.</div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div>BONDS - Treasuries maturing in a decade fell before an auction of $26 billion of two-year notes, the first of $103 billion of planned offerings of coupon-bearing securities this week.</div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div>COMMODITIES - Oil prices fell on Monday, holding near two-month lows amid worries that a global glut of crude and refined products would weigh on markets for some time. Barclays bank said global oil demand in the third quarter of 2016 was expanding at less than a third of the year-earlier rate, weighed down by anemic economic growth. Demand support from developed economies had faded, while growth from China and India had slowed, Barclays said. Morgan Stanley added that headwinds were growing for the second half of the year, leading to expectations of lower oil prices. It pointed to resilient U.S. supply, falling demand for transport fuels, and oversupply by refiners.\r\n\r\n<hr />\r\n\r\nCURRENCIES - The euro traded higher retracing some of Friday\'s losses while the Canadian dollar traded lower with crude oil.\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nECONOMIC DATA - NZD Trade Balance due at 18:45 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/605682848691507970\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/605682848691507970&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNFm407Y3T3LZ0eeJYMprPXISJwQ1Q\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Pre-Market Activity: Crude oil futures under pressure ','','inherit','open','closed','','2944-revision-v1','','','2016-07-25 11:11:43','2016-07-25 11:11:43','',2944,'http://www.thetradingroom.com/2944-revision-v1/',0,'revision','',0),(2954,2,'2016-07-25 11:12:42','2016-07-25 11:12:42','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>WORLD HEADLINES - Stocks climbed as business confidence in Germany proved more resilient than economists predicted in the month after Britain voted to leave the European Union. Bonds fell with gold before central bank meetings in the U.S. and Japan this week.</div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div>STOCKS - The Stoxx 600 traded slightly higher during the overnight trading session with trading volumes 46 percent less than the 30-day average.</div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div>BONDS - Treasuries maturing in a decade fell before an auction of $26 billion of two-year notes, the first of $103 billion of planned offerings of coupon-bearing securities this week.</div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div>\r\n\r\nCOMMODITIES - Oil prices fell on Monday, holding near two-month lows amid worries that a global glut of crude and refined products would weigh on markets for some time. Barclays bank said global oil demand in the third quarter of 2016 was expanding at less than a third of the year-earlier rate, weighed down by anemic economic growth. Demand support from developed economies had faded, while growth from China and India had slowed, Barclays said. Morgan Stanley added that headwinds were growing for the second half of the year, leading to expectations of lower oil prices. It pointed to resilient U.S. supply, falling demand for transport fuels, and oversupply by refiners.\r\n\r\n<hr />\r\n\r\nCURRENCIES - The euro traded higher retracing some of Friday\'s losses while the Canadian dollar traded lower with crude oil.\r\n\r\n<hr />\r\n\r\nECONOMIC DATA - NZD Trade Balance due at 18:45 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/605682848691507970\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/605682848691507970&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNFm407Y3T3LZ0eeJYMprPXISJwQ1Q\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Pre-Market Activity: Crude oil futures under pressure ','','inherit','open','closed','','2944-revision-v1','','','2016-07-25 11:12:42','2016-07-25 11:12:42','',2944,'http://www.thetradingroom.com/2944-revision-v1/',0,'revision','',0),(2955,2,'2016-07-26 11:24:14','2016-07-26 11:24:14','&nbsp;\r\n\r\n<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>WORLD HEADLINES - Caution dominated financial markets with haven assets including the Japanese yen and Treasuries gaining before central banks meet this week in the U.S. and Japan, while disappointing earnings from BP Plc weighed on European stocks.\r\n\r\n<hr />\r\n\r\nSTOCKS - The Stoxx 600 dropped 0.2 percent, with trading volumes 31 percent below the 30-day average. S&amp;P 500 futures traded flat after falling Monday from last week’s record-high close.\r\n\r\n<hr />\r\n\r\nBONDS - Yields on 10-year Treasury notes fell for the first time in three days, sliding three basis points, or 0.03 percentage point, to 1.55 percent.\r\n\r\n<hr />\r\n\r\nCOMMODITIES - Oil fell to a three-month low in New York as supplies were considered to be plentiful even as stockpiles were seen deepening a record pullback in the U.S., the biggest fuel consumer.\r\n\r\n<hr />\r\n\r\nCURRENCIES - The yen rose against all of its 31 major peers as Finance Minister Taro Aso damped speculation of an immediate boost to fiscal stimulus.\r\n\r\n<hr />\r\n\r\nECONOMIC DATA - US CB Consumer Confidence and New Home Sales due at 10:00, AUD CPI q/q at 21:30 ET.</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/605682848691507970\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/605682848691507970&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNFm407Y3T3LZ0eeJYMprPXISJwQ1Q\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Pre-Market Activity: Live Trading Room ','','publish','open','closed','','pre-market-activity-live-trading-room-3','','','2016-07-26 11:24:14','2016-07-26 11:24:14','',0,'http://www.thetradingroom.com/?p=2955',0,'post','',0);
INSERT INTO `wp_posts` VALUES (2956,2,'2016-07-26 11:22:27','2016-07-26 11:22:27','&nbsp;\r\n\r\n<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>WORLD HEADLINES - Caution dominated financial markets with haven assets including the Japanese yen and Treasuries gaining before central banks meet this week in the U.S. and Japan, while disappointing earnings from BP Plc weighed on European stocks.\r\n\r\n<hr />\r\n\r\nSTOCKS - The Stoxx 600 dropped 0.2 percent, with trading volumes 31 percent below the 30-day average. S&amp;P 500 futures traded flat after falling Monday from last week’s record-high close.\r\n\r\n<hr />\r\n\r\nBONDS - Yields on 10-year Treasury notes fell for the first time in three days, sliding three basis points, or 0.03 percentage point, to 1.55 percent.\r\n\r\n<hr />\r\n\r\nCOMMODITIES - Oil fell to a three-month low in New York as supplies were considered to be plentiful even as stockpiles were seen deepening a record pullback in the U.S., the biggest fuel consumer.\r\n\r\n<hr />\r\n\r\nCURRENCIES - The yen rose against all of its 31 major peers as Finance Minister Taro Aso damped speculation of an immediate boost to fiscal stimulus.\r\n\r\n<hr />\r\n\r\nECONOMIC DATA - US CB Consumer Confidence and New Home Sales due at 10:00, AUD CPI q/q at 21:30 ET.</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/605682848691507970\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/605682848691507970&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNFm407Y3T3LZ0eeJYMprPXISJwQ1Q\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','','','inherit','open','closed','','2955-revision-v1','','','2016-07-26 11:22:27','2016-07-26 11:22:27','',2955,'http://www.thetradingroom.com/2955-revision-v1/',0,'revision','',0),(2957,2,'2016-07-26 11:24:05','2016-07-26 11:24:05','','japanese yen pic','','inherit','open','closed','','japanese-yen-pic','','','2016-07-26 11:24:05','2016-07-26 11:24:05','',2955,'http://www.thetradingroom.com/wp-content/uploads/2016/07/japanese-yen-pic.jpg',0,'attachment','image/jpeg',0),(2958,2,'2016-07-26 11:24:14','2016-07-26 11:24:14','&nbsp;\r\n\r\n<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>WORLD HEADLINES - Caution dominated financial markets with haven assets including the Japanese yen and Treasuries gaining before central banks meet this week in the U.S. and Japan, while disappointing earnings from BP Plc weighed on European stocks.\r\n\r\n<hr />\r\n\r\nSTOCKS - The Stoxx 600 dropped 0.2 percent, with trading volumes 31 percent below the 30-day average. S&amp;P 500 futures traded flat after falling Monday from last week’s record-high close.\r\n\r\n<hr />\r\n\r\nBONDS - Yields on 10-year Treasury notes fell for the first time in three days, sliding three basis points, or 0.03 percentage point, to 1.55 percent.\r\n\r\n<hr />\r\n\r\nCOMMODITIES - Oil fell to a three-month low in New York as supplies were considered to be plentiful even as stockpiles were seen deepening a record pullback in the U.S., the biggest fuel consumer.\r\n\r\n<hr />\r\n\r\nCURRENCIES - The yen rose against all of its 31 major peers as Finance Minister Taro Aso damped speculation of an immediate boost to fiscal stimulus.\r\n\r\n<hr />\r\n\r\nECONOMIC DATA - US CB Consumer Confidence and New Home Sales due at 10:00, AUD CPI q/q at 21:30 ET.</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/605682848691507970\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/605682848691507970&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNFm407Y3T3LZ0eeJYMprPXISJwQ1Q\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Pre-Market Activity: Live Trading Room ','','inherit','open','closed','','2955-revision-v1','','','2016-07-26 11:24:14','2016-07-26 11:24:14','',2955,'http://www.thetradingroom.com/2955-revision-v1/',0,'revision','',0),(2960,2,'2016-07-27 11:00:30','2016-07-27 11:00:30','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>WORLD HEADLINES - European stocks rose with U.S. equity-index futures as Apple Inc.’s earnings fueled optimism over the outlook for the global economy. The yen weakened and Japanese shares rallied after the prime minister signaled he was committed to a $265 billion stimulus package.\r\n\r\n<hr />\r\n\r\nSTOCKS - Nasdaq 100 futures expiring in September climbed 0.7 percent, while contracts on the S&amp;P 500 Index added 0.2 percent, with the gauge near a record.\r\n\r\n<hr />\r\n\r\nBONDS - Treasuries headed lower before the Fed’s interest-rate decision, with the yield on two-year notes rising one basis point to 0.76 percent, having risen on Tuesday to the highest since the day of the U.K.’s Brexit vote.\r\n\r\n<hr />\r\n\r\nCOMMODITIES - Copper fell 0.6 percent, leading most industrial metals lower following reports on Chinese curbs on wealth-management products.\r\n\r\n<hr />\r\n\r\nCURRENCIES - The pound weakened versus the euro even as a report showed U.K. economic growth was stronger than expected in the second quarter, accelerating to 0.6 percent from 0.4 percent in the first.\r\n\r\n<hr />\r\n\r\nECONOMIC DATA - US Core Durable Goods Orders m/m due at 8:30, Pending Home Sales m/m at 10:00, Crude oil Inventories at 10:30, FOMC Statement at 14:00 ET.</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/605682848691507970\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/605682848691507970&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNFm407Y3T3LZ0eeJYMprPXISJwQ1Q\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Pre-Market Activity: Live Trading Room Access','','inherit','open','closed','','2959-revision-v1','','','2016-07-27 11:00:30','2016-07-27 11:00:30','',2959,'http://www.thetradingroom.com/2959-revision-v1/',0,'revision','',0),(2962,2,'2016-07-28 11:18:56','2016-07-28 11:18:56','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>WORLD HEADLINES - The US dollar extended losses after the Fed reiterated its gradual approach to raising interest rates. U.S. stock-index futures gained as Facebook Inc. reported better-than-estimated earnings, while a disappointing outlook from Lloyds Banking Group Plc dragged European shares lower.\r\n\r\n<hr />\r\n\r\nSTOCKS - Facebook jumped 4.8 percent in early New York trading. Second-quarter revenue and user growth that exceeded analysts estimates after markets in the U.S. closed.\r\n\r\n<hr />\r\n\r\nBONDS - Treasury yields slid on Wednesday by the most since July 5 after the Fed’s rate decision.\r\n\r\n<hr />\r\n\r\nCOMMODITIES - Oil dropped to a three-month low after government data showed that U.S. crude stockpiles unexpectedly climbed last week, halting the longest streak of declines on record.\r\n\r\n<hr />\r\n\r\nCURRENCIES - The U.S. currency weakened against all but three of its 16 major peers as bets on a rate increase in 2016 remained below 50 percent.\r\n\r\n<hr />\r\n\r\nECONOMIC DATA - USUnemployment Claims due at 8:30, Natural Gas Storage at 10:30, JPY Monetary Policy Statement (tentative).</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/605682848691507970\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/605682848691507970&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNFm407Y3T3LZ0eeJYMprPXISJwQ1Q\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Pre-Market Activity: Live Trading Room Access','','publish','open','closed','','pre-market-activity-live-trading-room-access-8','','','2016-07-28 11:18:56','2016-07-28 11:18:56','',0,'http://www.thetradingroom.com/?p=2962',0,'post','',0),(2963,2,'2016-07-28 11:18:56','2016-07-28 11:18:56','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>WORLD HEADLINES - The US dollar extended losses after the Fed reiterated its gradual approach to raising interest rates. U.S. stock-index futures gained as Facebook Inc. reported better-than-estimated earnings, while a disappointing outlook from Lloyds Banking Group Plc dragged European shares lower.\r\n\r\n<hr />\r\n\r\nSTOCKS - Facebook jumped 4.8 percent in early New York trading. Second-quarter revenue and user growth that exceeded analysts estimates after markets in the U.S. closed.\r\n\r\n<hr />\r\n\r\nBONDS - Treasury yields slid on Wednesday by the most since July 5 after the Fed’s rate decision.\r\n\r\n<hr />\r\n\r\nCOMMODITIES - Oil dropped to a three-month low after government data showed that U.S. crude stockpiles unexpectedly climbed last week, halting the longest streak of declines on record.\r\n\r\n<hr />\r\n\r\nCURRENCIES - The U.S. currency weakened against all but three of its 16 major peers as bets on a rate increase in 2016 remained below 50 percent.\r\n\r\n<hr />\r\n\r\nECONOMIC DATA - USUnemployment Claims due at 8:30, Natural Gas Storage at 10:30, JPY Monetary Policy Statement (tentative).</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/605682848691507970\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/605682848691507970&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNFm407Y3T3LZ0eeJYMprPXISJwQ1Q\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Pre-Market Activity: Live Trading Room Access','','inherit','open','closed','','2962-revision-v1','','','2016-07-28 11:18:56','2016-07-28 11:18:56','',2962,'http://www.thetradingroom.com/2962-revision-v1/',0,'revision','',0),(2965,2,'2016-08-01 10:40:21','2016-08-01 10:40:21','<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\nAs anticipated and reported during our IQ Room session last Monday (volatility setting up), volatility came back to the financial markets, sparked by the US Federal Reserve and Bank of Japan policy statements and corporate earnings reports. Gold and US Treasuries rallied, perhaps the market\'s message is one of disbelief that the Fed will raise rates any time soon. Early in the week <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378142\"><span class=\"aQJ\">on Tuesday</span></span> the Reserve Bank of Australia will release policy statement. Then later in the week<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378143\"><span class=\"aQJ\">on Thursday</span></span>  will be the highly-anticipated monetary policy decision and summary from the Bank of England.  It will be the second policy event since the Brexit outcome. The consensus is forecasting a 25 basis point rate cut from the current 0.50%, that would be a new record low. We also have non-farm payrolls employment data <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378144\"><span class=\"aQJ\">on Friday</span></span>. I expect volatility to remain high around the central bank statements and the employment data.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div><strong><em>Join us this week and experience the power of market intelligence. We will be show casing the new Einstein SmartBox automated trading system with cross-market relationships and correlations analytics.   </em></strong></div>\r\n</div>\r\n<div>​</div>\r\n<div><strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​​</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3k3BE1y9HcrDnAF&amp;b=s11zy66NiSfSLwqGVPmmUw\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3k3BE1y9HcrDnAF%26b%3Ds11zy66NiSfSLwqGVPmmUw&amp;source=gmail&amp;ust=1470098516140000&amp;usg=AFQjCNEf5-9uH914vcPLLuij5sxbnXJY3Q\"><img class=\"CToWUd aligncenter\" src=\"https://ci5.googleusercontent.com/proxy/R4YUgKGZhCwyF5NG9v0VaWn_tYlDvPe2kaYnyr9s5SOVzmKMkfamUjxz6c2zkmV8n6x4lgvqKjWohjsKD_ou6FR-rZg36FcuEQljJApmqwA5vgLwCqSFvyD2nDydxr9OaiahlThRUz1bOh7ZIZY-=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ez1pe5/optimized/53680d6084c49f017ee58289.jpeg\" alt=\"Image\" width=\"408\" height=\"148\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<p style=\"text-align: center;\"><strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong></p>\r\n\r\n<div>\r\n<p style=\"text-align: center;\"><strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378145\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378146\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378147\"><span class=\"aQJ\">8:00 AM ET</span></span></strong></p>\r\n\r\n<div>Join our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3k3BE1y9HcrDnAF&amp;b=Jn2iq5_1FklOqi3YhI1LCA\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3k3BE1y9HcrDnAF%26b%3DJn2iq5_1FklOqi3YhI1LCA&amp;source=gmail&amp;ust=1470098516140000&amp;usg=AFQjCNEJ_OQPu_B79LCgoryMI3Ppu25u0g\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3k3BE1y9HcrDnAF&amp;b=z9UNONeq2D2nSpn1v3By1A\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3k3BE1y9HcrDnAF%26b%3Dz9UNONeq2D2nSpn1v3By1A&amp;source=gmail&amp;ust=1470098516140000&amp;usg=AFQjCNFneDLbQZDgywQYhRLUV_zAdQcTaw\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3k3BE1y9HcrDnAF&amp;b=PLhvUbA41OvV4qPN7.69Gg\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3k3BE1y9HcrDnAF%26b%3DPLhvUbA41OvV4qPN7.69Gg&amp;source=gmail&amp;ust=1470098516140000&amp;usg=AFQjCNH9PFZZeiL0oB54PdzMJdXinbgdEw\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>The Insider\'s Quant  Room</strong>​</div>\r\n<div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378148\"><span class=\"aQJ\">Monday</span></span> - 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378149\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Forecasting </em></div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378150\"><span class=\"aQJ\">Wednesday</span></span> - 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378151\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Opportunities in the New Norm</em></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378152\"><span class=\"aQJ\">Friday</span></span> - 11:30 pm</div>\r\n<div><em>Insiders Round Table Meetup</em></div>\r\n</div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n</div>','Week Ahead in the Global Markets','','inherit','open','closed','','2964-revision-v1','','','2016-08-01 10:40:21','2016-08-01 10:40:21','',2964,'http://www.thetradingroom.com/2964-revision-v1/',0,'revision','',0),(2966,2,'2016-08-01 10:49:42','2016-08-01 10:49:42','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>WORLD HEADLINES - European bank stocks declined, tempering gains in global equity indexes, amid investor skepticism over the usefulness of stress-test results and weaker oil prices.\r\n\r\n<hr />\r\n\r\nSTOCKS - Corporate earnings are heading for a fifth straight quarter of declines, dragged down mostly by energy companies’ struggles with low oil prices and a tepid global economy that threatens to throttle sales growth in many industries.\r\n\r\n<hr />\r\n\r\nBONDS - Traders peeled back bets on a U.S. rate hike this year after data Friday showed annualized gross domestic product rose 1.2 percent last quarter, less than half the 2.5 percent projected by economists.\r\n\r\n<hr />\r\n\r\nCOMMODITIES - Oil fell on Monday morning, reversing earlier gains, as increases in OPEC production and U.S. oil rig additions continued to weigh on the market.\r\n\r\n<hr />\r\n\r\nCURRENCIES - The British pound traded lower while the US dollar was flat during the overnight trading session.\r\n\r\n<hr />\r\n\r\nECONOMIC DATA - US Final Manufacturing PMI at 9:45, ISM Manufacturing PMI at 10:00, AUD Trade Balance at 21:30, NZD Inflation Expectations q/q at 23:00 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/6909014785916931842\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Pre-Market Activity - Live Trading Room Access','','publish','open','closed','','pre-market-activity-live-trading-room-access-9','','','2016-08-01 10:51:04','2016-08-01 10:51:04','',0,'http://www.thetradingroom.com/?p=2966',0,'post','',0),(2969,2,'2016-08-01 10:51:04','2016-08-01 10:51:04','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>WORLD HEADLINES - European bank stocks declined, tempering gains in global equity indexes, amid investor skepticism over the usefulness of stress-test results and weaker oil prices.\r\n\r\n<hr />\r\n\r\nSTOCKS - Corporate earnings are heading for a fifth straight quarter of declines, dragged down mostly by energy companies’ struggles with low oil prices and a tepid global economy that threatens to throttle sales growth in many industries.\r\n\r\n<hr />\r\n\r\nBONDS - Traders peeled back bets on a U.S. rate hike this year after data Friday showed annualized gross domestic product rose 1.2 percent last quarter, less than half the 2.5 percent projected by economists.\r\n\r\n<hr />\r\n\r\nCOMMODITIES - Oil fell on Monday morning, reversing earlier gains, as increases in OPEC production and U.S. oil rig additions continued to weigh on the market.\r\n\r\n<hr />\r\n\r\nCURRENCIES - The British pound traded lower while the US dollar was flat during the overnight trading session.\r\n\r\n<hr />\r\n\r\nECONOMIC DATA - US Final Manufacturing PMI at 9:45, ISM Manufacturing PMI at 10:00, AUD Trade Balance at 21:30, NZD Inflation Expectations q/q at 23:00 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/6909014785916931842\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Pre-Market Activity - Live Trading Room Access','','inherit','open','closed','','2966-revision-v1','','','2016-08-01 10:51:04','2016-08-01 10:51:04','',2966,'http://www.thetradingroom.com/2966-revision-v1/',0,'revision','',0),(2967,2,'2016-08-01 10:49:42','2016-08-01 10:49:42','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>WORLD HEADLINES - European bank stocks declined, tempering gains in global equity indexes, amid investor skepticism over the usefulness of stress-test results and weaker oil prices.\r\n\r\n<hr />\r\n\r\nSTOCKS - Corporate earnings are heading for a fifth straight quarter of declines, dragged down mostly by energy companies’ struggles with low oil prices and a tepid global economy that threatens to throttle sales growth in many industries.\r\n\r\n<hr />\r\n\r\nBONDS - Traders peeled back bets on a U.S. rate hike this year after data Friday showed annualized gross domestic product rose 1.2 percent last quarter, less than half the 2.5 percent projected by economists.\r\n\r\n<hr />\r\n\r\nCOMMODITIES - Oil fell on Monday morning, reversing earlier gains, as increases in OPEC production and U.S. oil rig additions continued to weigh on the market.\r\n\r\n<hr />\r\n\r\nCURRENCIES - The British pound traded lower while the US dollar was flat during the overnight trading session.\r\n\r\n<hr />\r\n\r\nECONOMIC DATA - US Final Manufacturing PMI at 9:45, ISM Manufacturing PMI at 10:00, AUD Trade Balance at 21:30, NZD Inflation Expectations q/q at 23:00 ET.</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/605682848691507970\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/605682848691507970&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNFm407Y3T3LZ0eeJYMprPXISJwQ1Q\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Pre-Market Activity - Live Trading Room Access','','inherit','open','closed','','2966-revision-v1','','','2016-08-01 10:49:42','2016-08-01 10:49:42','',2966,'http://www.thetradingroom.com/2966-revision-v1/',0,'revision','',0),(2968,2,'2016-08-01 10:51:02','2016-08-01 10:51:02','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\n<div style=\"font-weight: 300; color: #0e5daf;\">\n<div style=\"color: #000000;\">\n<div>WORLD HEADLINES - European bank stocks declined, tempering gains in global equity indexes, amid investor skepticism over the usefulness of stress-test results and weaker oil prices.\n\n<hr />\n\nSTOCKS - Corporate earnings are heading for a fifth straight quarter of declines, dragged down mostly by energy companies’ struggles with low oil prices and a tepid global economy that threatens to throttle sales growth in many industries.\n\n<hr />\n\nBONDS - Traders peeled back bets on a U.S. rate hike this year after data Friday showed annualized gross domestic product rose 1.2 percent last quarter, less than half the 2.5 percent projected by economists.\n\n<hr />\n\nCOMMODITIES - Oil fell on Monday morning, reversing earlier gains, as increases in OPEC production and U.S. oil rig additions continued to weigh on the market.\n\n<hr />\n\nCURRENCIES - The British pound traded lower while the US dollar was flat during the overnight trading session.\n\n<hr />\n\nECONOMIC DATA - US Final Manufacturing PMI at 9:45, ISM Manufacturing PMI at 10:00, AUD Trade Balance at 21:30, NZD Inflation Expectations q/q at 23:00 ET.\n\n</div>\n\n<hr />\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and register as a guest.</span></p>\n\n<div></div>\n<div></div>\n</div>\n</div>\n<div style=\"font-weight: 300; color: #0e5daf;\">\n<table width=\"100%\" align=\"center\">\n<tbody>\n<tr>\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\n</tr>\n</tbody>\n</table>\n</div>\n<div style=\"font-weight: 300; color: #0e5daf;\">\n<div style=\"color: #000000;\">\n<div>\n<div></div>\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\n</div>\n</div>\n</div>','Pre-Market Activity - Live Trading Room Access','','inherit','open','closed','','2966-autosave-v1','','','2016-08-01 10:51:02','2016-08-01 10:51:02','',2966,'http://www.thetradingroom.com/2966-autosave-v1/',0,'revision','',0),(2970,2,'2016-08-02 10:38:25','2016-08-02 10:38:25','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>WORLD HEADLINES - Global stocks declined for a second day, weighed down by bank shares and depressed energy prices amid concern the global economy is losing momentum.\r\n\r\n<hr />\r\n\r\nSTOCKS - The MSCI All-Country World Index fell 0.3 percent during the overnight trading session, while the Stoxx Europe 600 Index slipped 1.3 percent. S&amp;P 500 futures dropped, signaling U.S. equities will open lower.\r\n\r\n<hr />\r\n\r\nBONDS - Treasury 10-year note yields were little changed at 1.54 percent, after rising seven basis points on Monday. Bond yields rose across the euro-area.\r\n\r\n<hr />\r\n\r\nCOMMODITIES - Gold headed for its longest stretch of gains since early July, advancing 0.4 percent. Silver also rallied.\r\n\r\n<hr />\r\n\r\nCURRENCIES - Australian shares fell after the Reserve Bank of Australia cut its main interest rate by 25 basis points to a record low of 1.50 percent, but quickly reversed to gain 0.4%.\r\n\r\n<hr />\r\n\r\nECONOMIC DATA - US Personal Spending m/m due at 8:30, NZD GDT Price Index (tentative), CNY Caixin Services PMI at 21:45 ET.</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/6909014785916931842\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket Activity - Trade Gold Futures','','publish','open','closed','','premarket-activity-trade-gold-futures','','','2016-08-02 10:38:25','2016-08-02 10:38:25','',0,'http://www.thetradingroom.com/?p=2970',0,'post','',0),(2971,2,'2016-08-02 10:38:17','2016-08-02 10:38:17','','trade gold','','inherit','open','closed','','trade-gold','','','2016-08-02 10:38:17','2016-08-02 10:38:17','',2970,'http://www.thetradingroom.com/wp-content/uploads/2016/08/trade-gold.jpg',0,'attachment','image/jpeg',0),(2972,2,'2016-08-02 10:38:25','2016-08-02 10:38:25','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>WORLD HEADLINES - Global stocks declined for a second day, weighed down by bank shares and depressed energy prices amid concern the global economy is losing momentum.\r\n\r\n<hr />\r\n\r\nSTOCKS - The MSCI All-Country World Index fell 0.3 percent during the overnight trading session, while the Stoxx Europe 600 Index slipped 1.3 percent. S&amp;P 500 futures dropped, signaling U.S. equities will open lower.\r\n\r\n<hr />\r\n\r\nBONDS - Treasury 10-year note yields were little changed at 1.54 percent, after rising seven basis points on Monday. Bond yields rose across the euro-area.\r\n\r\n<hr />\r\n\r\nCOMMODITIES - Gold headed for its longest stretch of gains since early July, advancing 0.4 percent. Silver also rallied.\r\n\r\n<hr />\r\n\r\nCURRENCIES - Australian shares fell after the Reserve Bank of Australia cut its main interest rate by 25 basis points to a record low of 1.50 percent, but quickly reversed to gain 0.4%.\r\n\r\n<hr />\r\n\r\nECONOMIC DATA - US Personal Spending m/m due at 8:30, NZD GDT Price Index (tentative), CNY Caixin Services PMI at 21:45 ET.</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/6909014785916931842\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket Activity - Trade Gold Futures','','inherit','open','closed','','2970-revision-v1','','','2016-08-02 10:38:25','2016-08-02 10:38:25','',2970,'http://www.thetradingroom.com/2970-revision-v1/',0,'revision','',0),(2973,2,'2016-08-03 11:09:23','2016-08-03 11:09:23','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>WORLD HEADLINES - Global stocks fell for a third straight day on Wednesday, depressed by growing nervousness surrounding central bank policy and the recent spike in world bond yields, although European bank shares rebounded after two major earnings reports.\r\n\r\n<hr />\r\n\r\nSTOCKS - US stock futures were little changed ahead of the Wall Street open.\r\n\r\n<hr />\r\n\r\nBONDS - Yields were little changed on the day, but still well up from recent lows following the shakeout in debt markets globally since the Bank of Japan\'s policy meeting last Friday and as eyes turn to the Bank of England on Thursday.\r\n\r\n<hr />\r\n\r\nCOMMODITIES - U.S. oil inventories dropped by 1.34 million barrels and gasoline stockpiles fell, the American Petroleum Institute was said to have reported. <span style=\"font-weight: normal; color: #3c3c3c;\">Government data out Wednesday is forecast to show crude and motor fuel supplies decreased.</span>\r\n\r\n<hr />\r\n\r\nCURRENCIES - The Dollar Index climbed 0.2 percent from a five-week low reached on Tuesday and the U.S. currency advanced versus all but one of its 16 major peers.\r\n\r\n<hr />\r\n\r\nECONOMIC DATA - US ADP Non-Farm Employment Change at 8:15, ISM Non-Manufacturing PMI at 10:00, Crude Oil Inventories at 10:30, AUD Retail Sales at 21:30 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/6909014785916931842\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Trade Crude Oil Futures: Live trading room access','','publish','open','closed','','trade-crude-oil-futures-live-trading-room-access','','','2016-08-03 11:16:00','2016-08-03 11:16:00','',0,'http://www.thetradingroom.com/?p=2973',0,'post','',0),(2974,2,'2016-08-03 11:09:24','2016-08-03 11:09:24','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>WORLD HEADLINES - Global stocks fell for a third straight day on Wednesday, depressed by growing nervousness surrounding central bank policy and the recent spike in world bond yields, although European bank shares rebounded after two major earnings reports.\r\n\r\n<hr />\r\n\r\nSTOCKS - US stock futures were little changed ahead of the Wall Street open.\r\n\r\n<hr />\r\n\r\nBONDS - Yields were little changed on the day, but still well up from recent lows following the shakeout in debt markets globally since the Bank of Japan\'s policy meeting last Friday and as eyes turn to the Bank of England on Thursday.\r\n\r\n<hr />\r\n\r\nCOMMODITIES - U.S. oil inventories dropped by 1.34 million barrels and gasoline stockpiles fell, the American Petroleum Institute was said to have reported.\r\n\r\n<hr />\r\n\r\nCURRENCIES - The Dollar Index climbed 0.2 percent from a five-week low reached on Tuesday and the U.S. currency advanced versus all but one of its 16 major peers.\r\n\r\n<hr />\r\n\r\nECONOMIC DATA - US ADP Non-Farm Employment Change at 8:15, ISM Non-Manufacturing PMI at 10:00, Crude Oil Inventories at 10:30, AUD Retail Sales at 21:30 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/6909014785916931842\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Trade Crude Oil Futures: Live trading room access','','inherit','open','closed','','2973-revision-v1','','','2016-08-03 11:09:24','2016-08-03 11:09:24','',2973,'http://www.thetradingroom.com/2973-revision-v1/',0,'revision','',0),(2975,2,'2016-08-03 11:16:00','2016-08-03 11:16:00','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>WORLD HEADLINES - Global stocks fell for a third straight day on Wednesday, depressed by growing nervousness surrounding central bank policy and the recent spike in world bond yields, although European bank shares rebounded after two major earnings reports.\r\n\r\n<hr />\r\n\r\nSTOCKS - US stock futures were little changed ahead of the Wall Street open.\r\n\r\n<hr />\r\n\r\nBONDS - Yields were little changed on the day, but still well up from recent lows following the shakeout in debt markets globally since the Bank of Japan\'s policy meeting last Friday and as eyes turn to the Bank of England on Thursday.\r\n\r\n<hr />\r\n\r\nCOMMODITIES - U.S. oil inventories dropped by 1.34 million barrels and gasoline stockpiles fell, the American Petroleum Institute was said to have reported. <span style=\"font-weight: normal; color: #3c3c3c;\">Government data out Wednesday is forecast to show crude and motor fuel supplies decreased.</span>\r\n\r\n<hr />\r\n\r\nCURRENCIES - The Dollar Index climbed 0.2 percent from a five-week low reached on Tuesday and the U.S. currency advanced versus all but one of its 16 major peers.\r\n\r\n<hr />\r\n\r\nECONOMIC DATA - US ADP Non-Farm Employment Change at 8:15, ISM Non-Manufacturing PMI at 10:00, Crude Oil Inventories at 10:30, AUD Retail Sales at 21:30 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/6909014785916931842\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Trade Crude Oil Futures: Live trading room access','','inherit','open','closed','','2973-revision-v1','','','2016-08-03 11:16:00','2016-08-03 11:16:00','',2973,'http://www.thetradingroom.com/2973-revision-v1/',0,'revision','',0),(2976,2,'2016-08-04 10:13:24','2016-08-04 10:13:24','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>WORLD HEADLINES - The pound retreated against its major peers before a Bank of England decision that may deliver the first interest rate cut in seven years. Stocks rose in Europe and Asia as oil clung to most of the gains from Wednesday’s rally.\r\n\r\n<hr />\r\n\r\nSTOCKS - S&amp;P 500 futures were little changed, after U.S. equities Wednesday snapped a two-day losing streak amid the rally in oil prices.\r\n\r\n<hr />\r\n\r\nBONDS - Treasuries were little changed, with yields on notes due in a decade steady at 1.55 percent. Ten-year rates jumped at the start of this week, as the record-setting rally in global bonds appeared to falter.\r\n\r\n<hr />\r\n\r\nCOMMODITIES - Wheat added 1.3 percent as use of the crop to feed cows, chickens and pigs is set to rise to the highest level since 2007 after heavy rains in France left crops unfit for human consumption.\r\n\r\n<hr />\r\n\r\nCURRENCIES - Traders are bracing for the BOE to provoke share price swings -- a measure of overnight volatility for sterling against the dollar was near the highest since Britain voted to leave the European Union in June.\r\n\r\n<hr />\r\n\r\nECONOMIC DATA - GBP Monetary Policy Summary due at 7:00, BOE Gov Carney Speaks at 7:30, US Unemployment Claims at 8:30, Factory Orders m/m at 10:00, Natural Gas Storage at 10:30, AUD RBA Monetary Policy Statement at 21:30 ET.</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/6909014785916931842\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Pre-Market Activity: Trade the British Pound','','publish','open','closed','','pre-market-activity-trade-british-pound','','','2016-08-04 10:13:24','2016-08-04 10:13:24','',0,'http://www.thetradingroom.com/?p=2976',0,'post','',0),(2977,2,'2016-08-04 10:13:15','2016-08-04 10:13:15','','trade british pound','','inherit','open','closed','','trade-british-pound','','','2016-08-04 10:13:15','2016-08-04 10:13:15','',2976,'http://www.thetradingroom.com/wp-content/uploads/2016/08/trade-british-pound.jpg',0,'attachment','image/jpeg',0),(2978,2,'2016-08-04 10:13:24','2016-08-04 10:13:24','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>WORLD HEADLINES - The pound retreated against its major peers before a Bank of England decision that may deliver the first interest rate cut in seven years. Stocks rose in Europe and Asia as oil clung to most of the gains from Wednesday’s rally.\r\n\r\n<hr />\r\n\r\nSTOCKS - S&amp;P 500 futures were little changed, after U.S. equities Wednesday snapped a two-day losing streak amid the rally in oil prices.\r\n\r\n<hr />\r\n\r\nBONDS - Treasuries were little changed, with yields on notes due in a decade steady at 1.55 percent. Ten-year rates jumped at the start of this week, as the record-setting rally in global bonds appeared to falter.\r\n\r\n<hr />\r\n\r\nCOMMODITIES - Wheat added 1.3 percent as use of the crop to feed cows, chickens and pigs is set to rise to the highest level since 2007 after heavy rains in France left crops unfit for human consumption.\r\n\r\n<hr />\r\n\r\nCURRENCIES - Traders are bracing for the BOE to provoke share price swings -- a measure of overnight volatility for sterling against the dollar was near the highest since Britain voted to leave the European Union in June.\r\n\r\n<hr />\r\n\r\nECONOMIC DATA - GBP Monetary Policy Summary due at 7:00, BOE Gov Carney Speaks at 7:30, US Unemployment Claims at 8:30, Factory Orders m/m at 10:00, Natural Gas Storage at 10:30, AUD RBA Monetary Policy Statement at 21:30 ET.</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/6909014785916931842\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Pre-Market Activity: Trade the British Pound','','inherit','open','closed','','2976-revision-v1','','','2016-08-04 10:13:24','2016-08-04 10:13:24','',2976,'http://www.thetradingroom.com/2976-revision-v1/',0,'revision','',0),(2979,2,'2016-08-05 09:57:24','2016-08-05 09:57:24','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>WORLD HEADLINES - Stocks rose around the world and metals gained on speculation central bank stimulus measures will support the global economy. The dollar weakened before a report forecast to show the increase in payrolls returned to the average pace of growth.\r\n\r\n<hr />\r\n\r\nSTOCKS - The Stoxx Europe 600 Index was up 0.4 percent while S&amp;P 500 Index futures increased 0.2 percent during the overnight trading session.\r\n\r\n<hr />\r\n\r\nBONDS - Treasuries were little changed ahead of the U.S. non-farm payrolls data due at 8:30 am ET. A Reuters poll predicts the world\'s largest economy added 180,000 jobs in July.\r\n\r\n<hr />\r\n\r\nCOMMODITIES - Aluminum and zinc led metals higher, while U.S. crude slid after the biggest two-day increase in more than a month.\r\n\r\n<hr />\r\n\r\nCURRENCIES - The US dollar was flat against a basket of currencies, having fallen 2 percent last week after the poor growth numbers - its worst showing since April .\r\n\r\n<hr />\r\n\r\nECONOMIC DATA - US Non-Farm Employment Change and CAD Unemployment Rate due at 8:30, CAD Ivey PMI at 10:00 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/6909014785916931842\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket Trading Activity: Non-Farm Payrolls Data','','publish','open','closed','','premarket-trading-activity-non-farm-payrolls-data','','','2016-08-05 09:58:44','2016-08-05 09:58:44','',0,'http://www.thetradingroom.com/?p=2979',0,'post','',0),(2980,2,'2016-08-05 09:57:24','2016-08-05 09:57:24','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>WORLD HEADLINES - Stocks rose around the world and metals gained on speculation central bank stimulus measures will support the global economy. The dollar weakened before a report forecast to show the increase in payrolls returned to the average pace of growth.\r\n\r\n<hr />\r\n\r\nSTOCKS - The Stoxx Europe 600 Index was up 0.4 percent while S&amp;P 500 Index futures increased 0.2 percent during the overnight trading session.\r\n\r\n<hr />\r\n\r\nBONDS - Treasuries were little changed ahead of the U.S. non-farm payrolls data due at 8:30 am ET. A Reuters poll predicts the world\'s largest economy added 180,000 jobs in July.\r\n\r\n<hr />\r\n\r\nCOMMODITIES - Aluminum and zinc led metals higher, while U.S. crude slid after the biggest two-day increase in more than a month.\r\n\r\n<hr />\r\n\r\nCURRENCIES - The US dollar was flat against a basket of currencies, having fallen 2 percent last week after the poor growth numbers - its worst showing since April .\r\n\r\n<hr />\r\n\r\nECONOMIC DATA - US Non-Farm Employment Change and CAD Unemployment Rate due at 8:30, CAD Ivey PMI at 10:00 ET.</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/6909014785916931842\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket Trading Activity: Non-Farm Payrolls Data','','inherit','open','closed','','2979-revision-v1','','','2016-08-05 09:57:24','2016-08-05 09:57:24','',2979,'http://www.thetradingroom.com/2979-revision-v1/',0,'revision','',0),(2981,2,'2016-08-05 09:58:44','2016-08-05 09:58:44','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>WORLD HEADLINES - Stocks rose around the world and metals gained on speculation central bank stimulus measures will support the global economy. The dollar weakened before a report forecast to show the increase in payrolls returned to the average pace of growth.\r\n\r\n<hr />\r\n\r\nSTOCKS - The Stoxx Europe 600 Index was up 0.4 percent while S&amp;P 500 Index futures increased 0.2 percent during the overnight trading session.\r\n\r\n<hr />\r\n\r\nBONDS - Treasuries were little changed ahead of the U.S. non-farm payrolls data due at 8:30 am ET. A Reuters poll predicts the world\'s largest economy added 180,000 jobs in July.\r\n\r\n<hr />\r\n\r\nCOMMODITIES - Aluminum and zinc led metals higher, while U.S. crude slid after the biggest two-day increase in more than a month.\r\n\r\n<hr />\r\n\r\nCURRENCIES - The US dollar was flat against a basket of currencies, having fallen 2 percent last week after the poor growth numbers - its worst showing since April .\r\n\r\n<hr />\r\n\r\nECONOMIC DATA - US Non-Farm Employment Change and CAD Unemployment Rate due at 8:30, CAD Ivey PMI at 10:00 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/6909014785916931842\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket Trading Activity: Non-Farm Payrolls Data','','inherit','open','closed','','2979-revision-v1','','','2016-08-05 09:58:44','2016-08-05 09:58:44','',2979,'http://www.thetradingroom.com/2979-revision-v1/',0,'revision','',0),(2983,2,'2016-08-07 16:52:32','2016-08-07 16:52:32','','PageLines-traderoomsession.JPG','','inherit','open','closed','','pagelines-traderoomsession-jpg','','','2016-08-07 16:52:32','2016-08-07 16:52:32','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/08/traderoomsession.jpg',0,'attachment','image/jpeg',0),(2984,2,'2016-08-07 16:56:54','2016-08-07 16:56:54','','PageLines-strategyroom.JPG','','inherit','open','closed','','pagelines-strategyroom-jpg','','','2016-08-07 16:56:54','2016-08-07 16:56:54','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/08/strategyroom.jpg',0,'attachment','image/jpeg',0),(2985,2,'2016-08-07 17:01:32','2016-08-07 17:01:32','','PageLines-tradingroomandawardpics.JPG','','inherit','open','closed','','pagelines-tradingroomandawardpics-jpg-2','','','2016-08-07 17:01:32','2016-08-07 17:01:32','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/08/tradingroomandawardpics.jpg',0,'attachment','image/jpeg',0),(2986,2,'2016-08-07 19:02:16','2016-08-07 19:02:16','','PageLines-glassrq1-2.JPG','','inherit','open','closed','','pagelines-glassrq1-2-jpg','','','2016-08-07 19:02:16','2016-08-07 19:02:16','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/08/glassrq1-2.jpg',0,'attachment','image/jpeg',0),(2987,2,'2016-08-07 19:04:13','2016-08-07 19:04:13','','PageLines-strategyroom.JPG','','inherit','open','closed','','pagelines-strategyroom-jpg-2','','','2016-08-07 19:04:13','2016-08-07 19:04:13','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/08/strategyroom1.jpg',0,'attachment','image/jpeg',0),(2988,2,'2016-08-07 19:09:06','2016-08-07 19:09:06','','PageLines-bequickbesmart.JPG','','inherit','open','closed','','pagelines-bequickbesmart-jpg','','','2016-08-07 19:09:06','2016-08-07 19:09:06','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/08/bequickbesmart.jpg',0,'attachment','image/jpeg',0),(2989,2,'2016-08-07 19:12:15','2016-08-07 19:12:15','','PageLines-rqglassofficesnip.JPG','','inherit','open','closed','','pagelines-rqglassofficesnip-jpg','','','2016-08-07 19:12:15','2016-08-07 19:12:15','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/08/rqglassofficesnip.jpg',0,'attachment','image/jpeg',0),(2990,2,'2016-08-07 20:01:25','2016-08-07 20:01:25','','PageLines-rqbanner.jpg','','inherit','open','closed','','pagelines-rqbanner-jpg','','','2016-08-07 20:01:25','2016-08-07 20:01:25','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/08/rqbanner.jpg',0,'attachment','image/jpeg',0),(2991,2,'2016-08-07 20:03:52','2016-08-07 20:03:52','','PageLines-joeandcelebs2.JPG','','inherit','open','closed','','pagelines-joeandcelebs2-jpg','','','2016-08-07 20:03:52','2016-08-07 20:03:52','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/08/joeandcelebs2.jpg',0,'attachment','image/jpeg',0),(2992,2,'2016-08-07 20:24:48','0000-00-00 00:00:00','<table width=\"650\">\n<tbody>\n<tr>\n<td width=\"463\">\n<table width=\"415\">\n<tbody>\n<tr>\n<td>\n<table width=\"415\">\n<tbody>\n<tr>\n<td><strong><em>Back on Top</em></strong> - The US non-farm payrolls data released <span data-term=\"goog_1653089831\">on Friday</span>sent the stock indices higher with the S&amp;P 500 hitting the top of the recent range. The positive NFP number has shifted traders attention over to the probability of a Fed rate hike this year. As a result, the US treasuries and gold traded significantly lower while the US dollar rallied.\n\nIn the week ahead I will focus on the consumer with US retail sales data and earnings reports from the consumer sector including department stores. The consumer discretionary sector has risen 4% since June, with two-thirds of the sector already reporting. We may see continued momentum in stocks, especially if Macy\'s, Nordstrom and Disney can beat expectations.\n\n<strong><em> </em></strong>\n\n<strong><em>Join us this week and experience the power of market intelligence. We will be show casing the new Einstein SmartBox automated trading system with cross-market relationships and correlations analytics.   </em></strong>\n\n&nbsp;\n\nJoe Rios\n\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/66be40965f/TEST/50352ca3c5\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/66be40965f/TEST/50352ca3c5&amp;source=gmail&amp;ust=1470686924131000&amp;usg=AFQjCNGJYN4RM_Jkb8f3mn_eLIQx2Lyh8Q\">www.riosquant.com</a>\n\n&nbsp;\n\n_______________________________\n\n&nbsp;\n<h2>Live Trading Rooms and Events</h2>\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\n\n&nbsp;\n\n<b>Contact Information for your Support Needs: </b>\nKen Eriksen, RQ Client Relations Manager\nemail: <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/66be40965f/TEST/f09d37ddec\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/66be40965f/TEST/f09d37ddec&amp;source=gmail&amp;ust=1470686924131000&amp;usg=AFQjCNHsI96DpTZOsEB0FcWUnccxVswqcg\">ken@riosquant.com</a>\n\nSkype: kmetrade\n\n&nbsp;\n\n_______________________________</td>\n</tr>\n</tbody>\n</table>\n</td>\n</tr>\n<tr>\n<td><strong>The Trading Room® TradeLAB - </strong><strong>Global Trading with Quantitative Technologies</strong>\n\n&nbsp;\n\nJoin our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members.\n\nLive demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\n\n<strong> </strong>\n\n<span data-term=\"goog_1653089832\">Monday</span> thru <span data-term=\"goog_1653089833\">Friday</span> - From 8:00 am to 11:00 am ET\n\n&nbsp;\n\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/66be40965f/TEST/7d27f40654\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/66be40965f/TEST/7d27f40654&amp;source=gmail&amp;ust=1470686924131000&amp;usg=AFQjCNGE41TWAfrS6thqyfCcYeZfg5DjSw\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\n\n&nbsp;\n\n<strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...\n\n&nbsp;\n\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/66be40965f/TEST/1ff64c3d68\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/66be40965f/TEST/1ff64c3d68&amp;source=gmail&amp;ust=1470686924131000&amp;usg=AFQjCNHstZaR2mHoODIrP2PuYOY7d5rSfg\">register as a guest.</a>\n\n&nbsp;\n\n<strong>It\'s really that simple!</strong>\n\n&nbsp;\n\n<strong>                   ______________________________</strong>\n\n<strong> </strong>\n\n<strong>The Insider\'s Quant (I.Q.) Room</strong>\n\n&nbsp;\n\n<span data-term=\"goog_1653089835\">Monday</span> - <span data-term=\"goog_1653089836\">12:30</span>\n\n<em>Forecasting  </em>\n\n<em> </em>\n\n<em><span data-term=\"goog_1653089837\">Wednesday</span> - </em><span data-term=\"goog_1653089838\">12:30 pm</span>\n\n<em>Opportunities in the New Norm</em>\n\n&nbsp;\n\n<span data-term=\"goog_1653089839\">Friday</span> - <span data-term=\"goog_1653089840\">11:30</span>\n\n<em>Insiders Round Table Meetup</em>\n\n&nbsp;</td>\n</tr>\n</tbody>\n</table>\n</td>\n</tr>\n<tr>\n<td colspan=\"2\">\n<table width=\"650\">\n<tbody>\n<tr>\n<td><strong>THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</strong>\n\n<strong>PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</strong></td>\n</tr>\n</tbody>\n</table>\n</td>\n</tr>\n</tbody>\n</table>','','','draft','open','closed','','','','','2016-08-07 20:24:48','2016-08-07 20:24:48','',0,'http://www.thetradingroom.com/?p=2992',0,'post','',0),(2994,2,'2016-08-07 20:30:07','2016-08-07 20:30:07','<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n\r\n<strong><em>Back on Top</em></strong> - The US non-farm payrolls data released on Friday sent the stock indices higher with the S&amp;P 500 hitting the top of the recent range. The positive NFP number has shifted traders attention over to the probability of a Fed rate hike this year. As a result, the US treasuries and gold traded significantly lower while the US dollar rallied.\r\n\r\nIn the week ahead I will focus on the consumer with US retail sales data and earnings reports from the consumer sector including department stores. The consumer discretionary sector has risen 4% since June, with two-thirds of the sector already reporting. We may see continued momentum in stocks, especially if Macy\'s, Nordstrom and Disney can beat expectations.\r\n\r\n</div>\r\n<div></div>\r\n<div><strong><em>Join us this week and experience the power of market intelligence. We will be show casing the new Einstein SmartBox automated trading system with cross-market relationships and correlations analytics.   </em></strong></div>\r\n</div>\r\n<div>​</div>\r\n<div><strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​​</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3k3BE1y9HcrDnAF&amp;b=s11zy66NiSfSLwqGVPmmUw\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3k3BE1y9HcrDnAF%26b%3Ds11zy66NiSfSLwqGVPmmUw&amp;source=gmail&amp;ust=1470098516140000&amp;usg=AFQjCNEf5-9uH914vcPLLuij5sxbnXJY3Q\"><img class=\"CToWUd aligncenter\" src=\"https://ci5.googleusercontent.com/proxy/R4YUgKGZhCwyF5NG9v0VaWn_tYlDvPe2kaYnyr9s5SOVzmKMkfamUjxz6c2zkmV8n6x4lgvqKjWohjsKD_ou6FR-rZg36FcuEQljJApmqwA5vgLwCqSFvyD2nDydxr9OaiahlThRUz1bOh7ZIZY-=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ez1pe5/optimized/53680d6084c49f017ee58289.jpeg\" alt=\"Image\" width=\"408\" height=\"148\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\n<div>\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378145\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378146\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378147\"><span class=\"aQJ\">8:00 AM ET</span></span></strong>\r\n<div>Join our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3k3BE1y9HcrDnAF&amp;b=Jn2iq5_1FklOqi3YhI1LCA\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3k3BE1y9HcrDnAF%26b%3DJn2iq5_1FklOqi3YhI1LCA&amp;source=gmail&amp;ust=1470098516140000&amp;usg=AFQjCNEJ_OQPu_B79LCgoryMI3Ppu25u0g\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3k3BE1y9HcrDnAF&amp;b=z9UNONeq2D2nSpn1v3By1A\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3k3BE1y9HcrDnAF%26b%3Dz9UNONeq2D2nSpn1v3By1A&amp;source=gmail&amp;ust=1470098516140000&amp;usg=AFQjCNFneDLbQZDgywQYhRLUV_zAdQcTaw\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3k3BE1y9HcrDnAF&amp;b=PLhvUbA41OvV4qPN7.69Gg\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3k3BE1y9HcrDnAF%26b%3DPLhvUbA41OvV4qPN7.69Gg&amp;source=gmail&amp;ust=1470098516140000&amp;usg=AFQjCNH9PFZZeiL0oB54PdzMJdXinbgdEw\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>The Insider\'s Quant  Room</strong>​</div>\r\n<div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378148\"><span class=\"aQJ\">Monday</span></span> - 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378149\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Forecasting </em></div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378150\"><span class=\"aQJ\">Wednesday</span></span> - 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378151\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Opportunities in the New Norm</em></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378152\"><span class=\"aQJ\">Friday</span></span> - 11:30 pm</div>\r\n<div><em>Insiders Round Table Meetup</em></div>\r\n</div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n</div>','Week Ahead in the Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-51','','','2016-08-07 20:30:07','2016-08-07 20:30:07','',0,'http://www.thetradingroom.com/?p=2994',0,'post','',0),(2993,2,'2016-08-07 20:24:06','2016-08-07 20:24:06','<table width=\"650\">\r\n<tbody>\r\n<tr>\r\n<td width=\"463\">\r\n<table width=\"415\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<table width=\"415\">\r\n<tbody>\r\n<tr>\r\n<td><strong><em>Back on Top</em></strong> - The US non-farm payrolls data released <span data-term=\"goog_1653089831\">on Friday</span>sent the stock indices higher with the S&amp;P 500 hitting the top of the recent range. The positive NFP number has shifted traders attention over to the probability of a Fed rate hike this year. As a result, the US treasuries and gold traded significantly lower while the US dollar rallied.\r\n\r\nIn the week ahead I will focus on the consumer with US retail sales data and earnings reports from the consumer sector including department stores. The consumer discretionary sector has risen 4% since June, with two-thirds of the sector already reporting. We may see continued momentum in stocks, especially if Macy\'s, Nordstrom and Disney can beat expectations.\r\n\r\n<strong><em> </em></strong>\r\n\r\n<strong><em>Join us this week and experience the power of market intelligence. We will be show casing the new Einstein SmartBox automated trading system with cross-market relationships and correlations analytics.   </em></strong>\r\n\r\n&nbsp;\r\n\r\nJoe Rios\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/66be40965f/TEST/50352ca3c5\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/66be40965f/TEST/50352ca3c5&amp;source=gmail&amp;ust=1470686924131000&amp;usg=AFQjCNGJYN4RM_Jkb8f3mn_eLIQx2Lyh8Q\">www.riosquant.com</a>\r\n\r\n&nbsp;\r\n\r\n_______________________________\r\n\r\n&nbsp;\r\n<h2>Live Trading Rooms and Events</h2>\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n&nbsp;\r\n\r\n<b>Contact Information for your Support Needs: </b>\r\nKen Eriksen, RQ Client Relations Manager\r\nemail: <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/66be40965f/TEST/f09d37ddec\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/66be40965f/TEST/f09d37ddec&amp;source=gmail&amp;ust=1470686924131000&amp;usg=AFQjCNHsI96DpTZOsEB0FcWUnccxVswqcg\">ken@riosquant.com</a>\r\n\r\nSkype: kmetrade\r\n\r\n&nbsp;\r\n\r\n_______________________________</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><strong>The Trading Room® TradeLAB - </strong><strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n&nbsp;\r\n\r\nJoin our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members.\r\n\r\nLive demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<strong> </strong>\r\n\r\n<span data-term=\"goog_1653089832\">Monday</span> thru <span data-term=\"goog_1653089833\">Friday</span> - From 8:00 am to 11:00 am ET\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/66be40965f/TEST/7d27f40654\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/66be40965f/TEST/7d27f40654&amp;source=gmail&amp;ust=1470686924131000&amp;usg=AFQjCNGE41TWAfrS6thqyfCcYeZfg5DjSw\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...\r\n\r\n&nbsp;\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/66be40965f/TEST/1ff64c3d68\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/66be40965f/TEST/1ff64c3d68&amp;source=gmail&amp;ust=1470686924131000&amp;usg=AFQjCNHstZaR2mHoODIrP2PuYOY7d5rSfg\">register as a guest.</a>\r\n\r\n&nbsp;\r\n\r\n<strong>It\'s really that simple!</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>                   ______________________________</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong>The Insider\'s Quant (I.Q.) Room</strong>\r\n\r\n&nbsp;\r\n\r\n<span data-term=\"goog_1653089835\">Monday</span> - <span data-term=\"goog_1653089836\">12:30</span>\r\n\r\n<em>Forecasting  </em>\r\n\r\n<em> </em>\r\n\r\n<em><span data-term=\"goog_1653089837\">Wednesday</span> - </em><span data-term=\"goog_1653089838\">12:30 pm</span>\r\n\r\n<em>Opportunities in the New Norm</em>\r\n\r\n&nbsp;\r\n\r\n<span data-term=\"goog_1653089839\">Friday</span> - <span data-term=\"goog_1653089840\">11:30</span>\r\n\r\n<em>Insiders Round Table Meetup</em>\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<table width=\"650\">\r\n<tbody>\r\n<tr>\r\n<td><strong>THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY\r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</strong>\r\n\r\n<strong>PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','','','inherit','open','closed','','2992-revision-v1','','','2016-08-07 20:24:06','2016-08-07 20:24:06','',2992,'http://www.thetradingroom.com/2992-revision-v1/',0,'revision','',0),(2995,2,'2016-08-07 20:30:07','2016-08-07 20:30:07','<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n\r\n<strong><em>Back on Top</em></strong> - The US non-farm payrolls data released on Friday sent the stock indices higher with the S&amp;P 500 hitting the top of the recent range. The positive NFP number has shifted traders attention over to the probability of a Fed rate hike this year. As a result, the US treasuries and gold traded significantly lower while the US dollar rallied.\r\n\r\nIn the week ahead I will focus on the consumer with US retail sales data and earnings reports from the consumer sector including department stores. The consumer discretionary sector has risen 4% since June, with two-thirds of the sector already reporting. We may see continued momentum in stocks, especially if Macy\'s, Nordstrom and Disney can beat expectations.\r\n\r\n</div>\r\n<div></div>\r\n<div><strong><em>Join us this week and experience the power of market intelligence. We will be show casing the new Einstein SmartBox automated trading system with cross-market relationships and correlations analytics.   </em></strong></div>\r\n</div>\r\n<div>​</div>\r\n<div><strong>Joe Rios - Founder, Rios Quantitative LLC</strong>​​</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3k3BE1y9HcrDnAF&amp;b=s11zy66NiSfSLwqGVPmmUw\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3k3BE1y9HcrDnAF%26b%3Ds11zy66NiSfSLwqGVPmmUw&amp;source=gmail&amp;ust=1470098516140000&amp;usg=AFQjCNEf5-9uH914vcPLLuij5sxbnXJY3Q\"><img class=\"CToWUd aligncenter\" src=\"https://ci5.googleusercontent.com/proxy/R4YUgKGZhCwyF5NG9v0VaWn_tYlDvPe2kaYnyr9s5SOVzmKMkfamUjxz6c2zkmV8n6x4lgvqKjWohjsKD_ou6FR-rZg36FcuEQljJApmqwA5vgLwCqSFvyD2nDydxr9OaiahlThRUz1bOh7ZIZY-=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ez1pe5/optimized/53680d6084c49f017ee58289.jpeg\" alt=\"Image\" width=\"408\" height=\"148\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\n<div>\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378145\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378146\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378147\"><span class=\"aQJ\">8:00 AM ET</span></span></strong>\r\n<div>Join our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3k3BE1y9HcrDnAF&amp;b=Jn2iq5_1FklOqi3YhI1LCA\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3k3BE1y9HcrDnAF%26b%3DJn2iq5_1FklOqi3YhI1LCA&amp;source=gmail&amp;ust=1470098516140000&amp;usg=AFQjCNEJ_OQPu_B79LCgoryMI3Ppu25u0g\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3k3BE1y9HcrDnAF&amp;b=z9UNONeq2D2nSpn1v3By1A\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3k3BE1y9HcrDnAF%26b%3Dz9UNONeq2D2nSpn1v3By1A&amp;source=gmail&amp;ust=1470098516140000&amp;usg=AFQjCNFneDLbQZDgywQYhRLUV_zAdQcTaw\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3k3BE1y9HcrDnAF&amp;b=PLhvUbA41OvV4qPN7.69Gg\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3k3BE1y9HcrDnAF%26b%3DPLhvUbA41OvV4qPN7.69Gg&amp;source=gmail&amp;ust=1470098516140000&amp;usg=AFQjCNH9PFZZeiL0oB54PdzMJdXinbgdEw\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>The Insider\'s Quant  Room</strong>​</div>\r\n<div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378148\"><span class=\"aQJ\">Monday</span></span> - 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378149\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Forecasting </em></div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378150\"><span class=\"aQJ\">Wednesday</span></span> - 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378151\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Opportunities in the New Norm</em></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378152\"><span class=\"aQJ\">Friday</span></span> - 11:30 pm</div>\r\n<div><em>Insiders Round Table Meetup</em></div>\r\n</div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n</div>','Week Ahead in the Global Financial Markets','','inherit','open','closed','','2994-revision-v1','','','2016-08-07 20:30:07','2016-08-07 20:30:07','',2994,'http://www.thetradingroom.com/2994-revision-v1/',0,'revision','',0),(2996,2,'2016-08-07 22:57:14','2016-08-07 22:57:14','','PageLines-tradingroomrankingart.JPG','','inherit','open','closed','','pagelines-tradingroomrankingart-jpg','','','2016-08-07 22:57:14','2016-08-07 22:57:14','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/08/tradingroomrankingart.jpg',0,'attachment','image/jpeg',0),(2997,2,'2016-08-09 11:57:22','2016-08-09 11:57:22','','PageLines-newartblog.JPG','','inherit','open','closed','','pagelines-newartblog-jpg','','','2016-08-09 11:57:22','2016-08-09 11:57:22','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/08/newartblog.jpg',0,'attachment','image/jpeg',0),(2998,2,'2016-08-09 12:56:06','2016-08-09 12:56:06','','PageLines-newpic2.JPG','','inherit','open','closed','','pagelines-newpic2-jpg','','','2016-08-09 12:56:06','2016-08-09 12:56:06','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/08/newpic2.jpg',0,'attachment','image/jpeg',0),(2999,2,'2016-08-10 10:27:59','2016-08-10 10:27:59','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>WORLD HEADLINES - The US dollar weakened and government bonds rose on speculation the Federal Reserve will be slow to raise interest rates amid uneven global growth.\r\n\r\n<hr />\r\n\r\nSTOCKS - S&amp;P 500 futures rose 0.1 percent after U.S. equities closed little changed near a record high on Tuesday.\r\n\r\n<hr />\r\n\r\nBONDS - Fixed-income markets are rallying on speculation central banks will continue to keep interest rates low.\r\n\r\n<hr />\r\n\r\nCOMMODITIES - Gold rose 0.9 percent while silver and platinum added at least 2.3 percent. Crude oil fell 1.1 percent on signs of higher supply.\r\n\r\n<hr />\r\n\r\nCURRENCIES - The US Dollar fell 0.5 percent during the overnight trading session. New Zealand’s dollar strengthened 0.9 percent, while Australia’s currency advanced 0.6 percent.\r\n\r\n<hr />\r\n\r\nECONOMIC DATA - US JOLTS Job Openings at 10:00, Crude Oil Inventories at 10:30, 10-y Bond Auction at 13:01, RBNZ Rate Statement at 17:00, RBNZ Press Conference at 18:00, RBNZ Gov Wheeler Speaks at 21:10 ET.</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/6909014785916931842\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Pre-Market Activity: Currencies on the move','','publish','open','closed','','pre-market-activity-currencies-move','','','2016-08-10 10:27:59','2016-08-10 10:27:59','',0,'http://www.thetradingroom.com/?p=2999',0,'post','',0),(3000,2,'2016-08-10 10:27:59','2016-08-10 10:27:59','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>WORLD HEADLINES - The US dollar weakened and government bonds rose on speculation the Federal Reserve will be slow to raise interest rates amid uneven global growth.\r\n\r\n<hr />\r\n\r\nSTOCKS - S&amp;P 500 futures rose 0.1 percent after U.S. equities closed little changed near a record high on Tuesday.\r\n\r\n<hr />\r\n\r\nBONDS - Fixed-income markets are rallying on speculation central banks will continue to keep interest rates low.\r\n\r\n<hr />\r\n\r\nCOMMODITIES - Gold rose 0.9 percent while silver and platinum added at least 2.3 percent. Crude oil fell 1.1 percent on signs of higher supply.\r\n\r\n<hr />\r\n\r\nCURRENCIES - The US Dollar fell 0.5 percent during the overnight trading session. New Zealand’s dollar strengthened 0.9 percent, while Australia’s currency advanced 0.6 percent.\r\n\r\n<hr />\r\n\r\nECONOMIC DATA - US JOLTS Job Openings at 10:00, Crude Oil Inventories at 10:30, 10-y Bond Auction at 13:01, RBNZ Rate Statement at 17:00, RBNZ Press Conference at 18:00, RBNZ Gov Wheeler Speaks at 21:10 ET.</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/6909014785916931842\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Pre-Market Activity: Currencies on the move','','inherit','open','closed','','2999-revision-v1','','','2016-08-10 10:27:59','2016-08-10 10:27:59','',2999,'http://www.thetradingroom.com/2999-revision-v1/',0,'revision','',0),(3001,2,'2016-08-10 18:56:43','2016-08-10 18:56:43','','PageLines-mini8-10.JPG','','inherit','open','closed','','pagelines-mini8-10-jpg','','','2016-08-10 18:56:43','2016-08-10 18:56:43','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/08/mini8-10.jpg',0,'attachment','image/jpeg',0),(3002,2,'2016-08-10 19:07:27','2016-08-10 19:07:27','Today\'s crude oil futures trades with Einstein III automated trading system.\r\n\r\n5 total trades for $500 profit: 3 losers and 2 winners\r\n\r\n-$30.00\r\n\r\n+$250.00\r\n\r\n-$70.00\r\n\r\n-$30.00\r\n\r\n+$380.00\r\n\r\nFor a two week free trial spin of  the Einstein III automated trading system  <a href=\"http://www.riosquant.com/requestinfo?product_id=3\">click here.</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/cl-trades-chart-8-10.jpg\"><img class=\"aligncenter size-full wp-image-3003\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/cl-trades-chart-8-10.jpg\" alt=\"cl trades chart 8-10\" width=\"599\" height=\"357\" /></a>\r\n\r\nThe risk of loss in trading commodity futures contracts can be substantial. You should therefore carefully consider whether such trading is suitable for you in light of your financial condition. You may sustain a total loss of the initial margin funds and any additional funds that you deposit with your broker to establish or maintain a position in the commodity futures market. Hypothetical or simulated performance results have certain limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since trades may or may not have been actually executed, the results may have under or over-compensated for the impact, if any of certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation can, will or is being made that any account will, or is likely to, achieve profits or losses similar to those shown in this hypothetical performance record. We recommend that before you start trading to \"Get the Facts\" from the CFTC or visit the National Futures Association web site for additional information.','Trade crude oil futures with RQ automation','','publish','open','closed','','trade-crude-oil-futures-rq-automation','','','2016-10-09 17:12:10','2016-10-09 17:12:10','',0,'http://www.thetradingroom.com/?p=3002',0,'post','',0),(3003,2,'2016-08-10 19:03:40','2016-08-10 19:03:40','','cl trades chart 8-10','','inherit','open','closed','','cl-trades-chart-8-10','','','2016-08-10 19:03:40','2016-08-10 19:03:40','',3002,'http://www.thetradingroom.com/wp-content/uploads/2016/08/cl-trades-chart-8-10.jpg',0,'attachment','image/jpeg',0),(3004,2,'2016-08-10 19:06:21','2016-08-10 19:06:21','Today\'s crude oil futures trades with Einstein III automated trading system.\r\n\r\n5 total trades for $500 profit\r\n\r\n-$30.00\r\n\r\n+$250.00\r\n\r\n-$70.00\r\n\r\n-$30.00\r\n\r\n+$380.00\r\n\r\nFor a two week free trial spin of  the Einstein III automated trading system  <a href=\"http://www.riosquant.com/requestinfo?product_id=3\">click here.</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/cl-trades-chart-8-10.jpg\"><img class=\"aligncenter size-full wp-image-3003\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/cl-trades-chart-8-10.jpg\" alt=\"cl trades chart 8-10\" width=\"599\" height=\"357\" /></a>\r\n\r\nPAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS. COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.','Trade crude oil futures with RQ automation','','inherit','open','closed','','3002-revision-v1','','','2016-08-10 19:06:21','2016-08-10 19:06:21','',3002,'http://www.thetradingroom.com/3002-revision-v1/',0,'revision','',0),(3005,2,'2016-08-10 19:08:10','2016-08-10 19:08:10','Today\'s crude oil futures trades with Einstein III automated trading system.\r\n\r\n5 total trades for $500 profit: 3 losers and 2 winners\r\n\r\n-$30.00\r\n\r\n+$250.00\r\n\r\n-$70.00\r\n\r\n-$30.00\r\n\r\n+$380.00\r\n\r\nFor a two week free trial spin of  the Einstein III automated trading system  <a href=\"http://www.riosquant.com/requestinfo?product_id=3\">click here.</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/cl-trades-chart-8-10.jpg\"><img class=\"aligncenter size-full wp-image-3003\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/cl-trades-chart-8-10.jpg\" alt=\"cl trades chart 8-10\" width=\"599\" height=\"357\" /></a>\r\n\r\nPAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS. COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.','Trade crude oil futures with RQ automation','','inherit','open','closed','','3002-revision-v1','','','2016-08-10 19:08:10','2016-08-10 19:08:10','',3002,'http://www.thetradingroom.com/3002-revision-v1/',0,'revision','',0),(3006,2,'2016-08-11 10:57:44','2016-08-11 10:57:44','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>WORLD HEADLINES - Global shares hovered close to one-year highs on Thursday as oil prices dropped for a third straight day and the latest interest rate cut in a developed market - this time New Zealand - got a lukewarm reaction from investors.\r\n\r\n<hr />\r\n\r\nSTOCKS - S&amp;P 500 futures rose 0.2 percent after the underlying equity benchmark declined 0.3 percent on Wednesday, retreating from a near-record high.\r\n\r\n<hr />\r\n\r\nBONDS - The yield on U.S. Treasuries due in a decade rose two basis points to 1.51 percent. It fell on Wednesday as 10-year notes were auctioned at the lowest yield in four years amid near-record demand from a group of buyers that includes foreign central banks and mutual funds.\r\n\r\n<hr />\r\n\r\nCOMMODITIES - Crude fell 0.2 percent during London, after sinking 2.5 percent on Wednesday when official data showed U.S. supplies increased by 1.06 million barrels last week.\r\n\r\n<hr />\r\n\r\nCURRENCIES - The Kiwi dollar was the big mover as a smaller-than-expected quarter-point cut from the country\'s central bank left those who had been betting on a more aggressive move caught short.\r\n\r\n<hr />\r\n\r\nECONOMIC DATA - US Unemployment Claims and CAD NHPI m/m due at 8:30, Mortgage Delinquencies at 10:00, Natural Gas Storage at 10:30, 30-y Bond Auction at 13:01, NZD Retail Sales q/q at 18:45, CNY Industrial Production y/y at 22:00 ET.</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/6909014785916931842\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket Trading - Central Bank Activity','','publish','open','closed','','premarket-trading-central-bank-activity','','','2016-08-11 10:57:44','2016-08-11 10:57:44','',0,'http://www.thetradingroom.com/?p=3006',0,'post','',0),(3007,2,'2016-08-11 10:57:44','2016-08-11 10:57:44','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>WORLD HEADLINES - Global shares hovered close to one-year highs on Thursday as oil prices dropped for a third straight day and the latest interest rate cut in a developed market - this time New Zealand - got a lukewarm reaction from investors.\r\n\r\n<hr />\r\n\r\nSTOCKS - S&amp;P 500 futures rose 0.2 percent after the underlying equity benchmark declined 0.3 percent on Wednesday, retreating from a near-record high.\r\n\r\n<hr />\r\n\r\nBONDS - The yield on U.S. Treasuries due in a decade rose two basis points to 1.51 percent. It fell on Wednesday as 10-year notes were auctioned at the lowest yield in four years amid near-record demand from a group of buyers that includes foreign central banks and mutual funds.\r\n\r\n<hr />\r\n\r\nCOMMODITIES - Crude fell 0.2 percent during London, after sinking 2.5 percent on Wednesday when official data showed U.S. supplies increased by 1.06 million barrels last week.\r\n\r\n<hr />\r\n\r\nCURRENCIES - The Kiwi dollar was the big mover as a smaller-than-expected quarter-point cut from the country\'s central bank left those who had been betting on a more aggressive move caught short.\r\n\r\n<hr />\r\n\r\nECONOMIC DATA - US Unemployment Claims and CAD NHPI m/m due at 8:30, Mortgage Delinquencies at 10:00, Natural Gas Storage at 10:30, 30-y Bond Auction at 13:01, NZD Retail Sales q/q at 18:45, CNY Industrial Production y/y at 22:00 ET.</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/6909014785916931842\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket Trading - Central Bank Activity','','inherit','open','closed','','3006-revision-v1','','','2016-08-11 10:57:44','2016-08-11 10:57:44','',3006,'http://www.thetradingroom.com/3006-revision-v1/',0,'revision','',0),(3008,2,'2016-08-14 17:10:45','2016-08-14 17:10:45','<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n\r\nLast week the markets failed to build on the risk-on sentiment following the US non-farm payroll data. It was a choppy trading environment as economic data from the world\'s largest economies was seen as weak, causing the US dollar to relinquish most of its gains. The US Treasuries also reacted, gaining back most of the losses from the prior Friday\'s solid jobs report. However, stocks traded in a tight range with the S&amp;P 500 repeatedly hitting new all-time highs on both intra-day and closing basis, but lacked any follow-through.\r\n\r\nIn the commodity market, crude oil traded in a wide range, from 40.90 to 44.73, providing trading opportunities. Technically speaking, crude broke out from the recent downward trend line on August 4 around the 40.90 level but ran into strong resistance at 43.52. By last Thursday August 11, crude had retraced the gains to test the 40.90 break level, however bulls managed  to take strong control again, pushing it higher to close the week at 44.73, a three week high.\r\n\r\nIn the week ahead, I will continue to pay close attention to central bank activities and the reaction from the perceptive of intermarket relationships. Correlations analysis has been very helpful in keeping me out of choppy markets, a trading environment that has caused many traders to struggle.\r\n\r\n</div>\r\n<div></div>\r\n<div><strong><em>Join us this week and experience the power of market intelligence. We will be show casing the new Einstein SmartBox automated trading system with cross-market relationships and correlations analytics.   </em></strong></div>\r\n</div>\r\n<div>​</div>\r\n<div><strong>   <a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/joe-suit-face.jpg\"><img class=\"wp-image-3009 alignleft\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/joe-suit-face.jpg\" alt=\"joe suit face\" width=\"112\" height=\"122\" /></a>              </strong></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>Joe Rios - Founder</strong></div>\r\n<div><strong><span style=\"color: #333333;\">The Trading Room®</span></strong></div>\r\n<div><strong>Rios Quantitative LLC</strong>​​</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/cl-trades-chart-8-10.jpg\"><img class=\"aligncenter size-full wp-image-3003\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/cl-trades-chart-8-10.jpg\" alt=\"cl trades chart 8-10\" width=\"599\" height=\"357\" /></a>\r\n\r\n<strong>  Einstein III Automated Trading System</strong>\r\n\r\nLast Wednesday was an opportunistic trading day for crude oil futures.  Textbook charting pattern as past resistance breakout became future support level, the bears pushed it down to test the prior breakout level of 40.90, providing several intra-day shorting opportunities. Einstein III took 5 trades, two winners and three losers for a profit of $500.00 per contract.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\n<div>\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378145\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378146\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378147\"><span class=\"aQJ\">8:00 AM ET</span></span></strong>\r\n<div>Join our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3k3BE1y9HcrDnAF&amp;b=Jn2iq5_1FklOqi3YhI1LCA\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3k3BE1y9HcrDnAF%26b%3DJn2iq5_1FklOqi3YhI1LCA&amp;source=gmail&amp;ust=1470098516140000&amp;usg=AFQjCNEJ_OQPu_B79LCgoryMI3Ppu25u0g\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3k3BE1y9HcrDnAF&amp;b=z9UNONeq2D2nSpn1v3By1A\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3k3BE1y9HcrDnAF%26b%3Dz9UNONeq2D2nSpn1v3By1A&amp;source=gmail&amp;ust=1470098516140000&amp;usg=AFQjCNFneDLbQZDgywQYhRLUV_zAdQcTaw\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3k3BE1y9HcrDnAF&amp;b=PLhvUbA41OvV4qPN7.69Gg\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3k3BE1y9HcrDnAF%26b%3DPLhvUbA41OvV4qPN7.69Gg&amp;source=gmail&amp;ust=1470098516140000&amp;usg=AFQjCNH9PFZZeiL0oB54PdzMJdXinbgdEw\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>The Insider\'s Quant  Room</strong>​</div>\r\n<div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378148\"><span class=\"aQJ\">Monday</span></span> - 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378149\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Forecasting </em></div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378150\"><span class=\"aQJ\">Wednesday</span></span> - 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378151\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Opportunities in the New Norm</em></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378152\"><span class=\"aQJ\">Friday</span></span> - 11:30 pm</div>\r\n<div><em>Insiders Round Table Meetup</em></div>\r\n</div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n</div>','The Week Ahead in the Global Markets','','publish','open','closed','','week-ahead-global-markets-14','','','2016-08-14 17:10:45','2016-08-14 17:10:45','',0,'http://www.thetradingroom.com/?p=3008',0,'post','',0),(3009,2,'2016-08-14 17:02:43','2016-08-14 17:02:43','','joe suit face','','inherit','open','closed','','joe-suit-face','','','2016-08-14 17:02:43','2016-08-14 17:02:43','',3008,'http://www.thetradingroom.com/wp-content/uploads/2016/08/joe-suit-face.jpg',0,'attachment','image/jpeg',0),(3010,2,'2016-08-14 17:10:45','2016-08-14 17:10:45','<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n\r\nLast week the markets failed to build on the risk-on sentiment following the US non-farm payroll data. It was a choppy trading environment as economic data from the world\'s largest economies was seen as weak, causing the US dollar to relinquish most of its gains. The US Treasuries also reacted, gaining back most of the losses from the prior Friday\'s solid jobs report. However, stocks traded in a tight range with the S&amp;P 500 repeatedly hitting new all-time highs on both intra-day and closing basis, but lacked any follow-through.\r\n\r\nIn the commodity market, crude oil traded in a wide range, from 40.90 to 44.73, providing trading opportunities. Technically speaking, crude broke out from the recent downward trend line on August 4 around the 40.90 level but ran into strong resistance at 43.52. By last Thursday August 11, crude had retraced the gains to test the 40.90 break level, however bulls managed  to take strong control again, pushing it higher to close the week at 44.73, a three week high.\r\n\r\nIn the week ahead, I will continue to pay close attention to central bank activities and the reaction from the perceptive of intermarket relationships. Correlations analysis has been very helpful in keeping me out of choppy markets, a trading environment that has caused many traders to struggle.\r\n\r\n</div>\r\n<div></div>\r\n<div><strong><em>Join us this week and experience the power of market intelligence. We will be show casing the new Einstein SmartBox automated trading system with cross-market relationships and correlations analytics.   </em></strong></div>\r\n</div>\r\n<div>​</div>\r\n<div><strong>   <a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/joe-suit-face.jpg\"><img class=\"wp-image-3009 alignleft\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/joe-suit-face.jpg\" alt=\"joe suit face\" width=\"112\" height=\"122\" /></a>              </strong></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>Joe Rios - Founder</strong></div>\r\n<div><strong><span style=\"color: #333333;\">The Trading Room®</span></strong></div>\r\n<div><strong>Rios Quantitative LLC</strong>​​</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/cl-trades-chart-8-10.jpg\"><img class=\"aligncenter size-full wp-image-3003\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/cl-trades-chart-8-10.jpg\" alt=\"cl trades chart 8-10\" width=\"599\" height=\"357\" /></a>\r\n\r\n<strong>  Einstein III Automated Trading System</strong>\r\n\r\nLast Wednesday was an opportunistic trading day for crude oil futures.  Textbook charting pattern as past resistance breakout became future support level, the bears pushed it down to test the prior breakout level of 40.90, providing several intra-day shorting opportunities. Einstein III took 5 trades, two winners and three losers for a profit of $500.00 per contract.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\n<div>\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378145\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378146\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378147\"><span class=\"aQJ\">8:00 AM ET</span></span></strong>\r\n<div>Join our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3k3BE1y9HcrDnAF&amp;b=Jn2iq5_1FklOqi3YhI1LCA\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3k3BE1y9HcrDnAF%26b%3DJn2iq5_1FklOqi3YhI1LCA&amp;source=gmail&amp;ust=1470098516140000&amp;usg=AFQjCNEJ_OQPu_B79LCgoryMI3Ppu25u0g\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3k3BE1y9HcrDnAF&amp;b=z9UNONeq2D2nSpn1v3By1A\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3k3BE1y9HcrDnAF%26b%3Dz9UNONeq2D2nSpn1v3By1A&amp;source=gmail&amp;ust=1470098516140000&amp;usg=AFQjCNFneDLbQZDgywQYhRLUV_zAdQcTaw\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3k3BE1y9HcrDnAF&amp;b=PLhvUbA41OvV4qPN7.69Gg\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3k3BE1y9HcrDnAF%26b%3DPLhvUbA41OvV4qPN7.69Gg&amp;source=gmail&amp;ust=1470098516140000&amp;usg=AFQjCNH9PFZZeiL0oB54PdzMJdXinbgdEw\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>The Insider\'s Quant  Room</strong>​</div>\r\n<div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378148\"><span class=\"aQJ\">Monday</span></span> - 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378149\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Forecasting </em></div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378150\"><span class=\"aQJ\">Wednesday</span></span> - 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378151\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Opportunities in the New Norm</em></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378152\"><span class=\"aQJ\">Friday</span></span> - 11:30 pm</div>\r\n<div><em>Insiders Round Table Meetup</em></div>\r\n</div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n</div>','The Week Ahead in the Global Markets','','inherit','open','closed','','3008-revision-v1','','','2016-08-14 17:10:45','2016-08-14 17:10:45','',3008,'http://www.thetradingroom.com/3008-revision-v1/',0,'revision','',0),(3011,2,'2016-08-15 10:39:01','2016-08-15 10:39:01','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n\r\nWORLD HEADLINES - Stocks rose around the world, led by emerging-markets, as oil climbed further after its best week since April and traders pushed back bets on higher U.S. interest rates.\r\n\r\n<hr />\r\n\r\nSTOCKS - S&amp;P 500 Index futures traded flat, after U.S. equities slipped from their highs on Friday following disappointing retail sales and consumer confidence data.\r\n\r\n<hr />\r\n\r\nBONDS - The yield on Treasuries due in a decade fell two basis points to 1.50 percent, after dropping by five basis points on Friday.\r\n\r\n<hr />\r\n\r\nCOMMODITIES - Hedge funds and other speculators cut their wagers on a bullion rally for the fourth time in five weeks. The metal’s 30-day historical volatility has dropped to the lowest since November and pen interest is also on the decline.\r\n\r\n<hr />\r\n\r\nCURRENCIES - Sterling reached a one-month low Monday before reports on inflation, retail sales and unemployment benefit claims for July, which will provide more detail on how the economy is faring after the Brexit referendum.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nECONOMIC DATA - US Empire State Manufacturing Index due at 8:30, NAHB Housing Market Index at 10:00, AUD Monetary Policy Meeting Minutes at 21:30 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/6909014785916931842\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket: Emerging stocks leading markets','','publish','open','closed','','premarket-emerging-stocks-leading-markets','','','2016-08-15 10:39:01','2016-08-15 10:39:01','',0,'http://www.thetradingroom.com/?p=3011',0,'post','',0),(3012,2,'2016-08-15 10:39:01','2016-08-15 10:39:01','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n\r\nWORLD HEADLINES - Stocks rose around the world, led by emerging-markets, as oil climbed further after its best week since April and traders pushed back bets on higher U.S. interest rates.\r\n\r\n<hr />\r\n\r\nSTOCKS - S&amp;P 500 Index futures traded flat, after U.S. equities slipped from their highs on Friday following disappointing retail sales and consumer confidence data.\r\n\r\n<hr />\r\n\r\nBONDS - The yield on Treasuries due in a decade fell two basis points to 1.50 percent, after dropping by five basis points on Friday.\r\n\r\n<hr />\r\n\r\nCOMMODITIES - Hedge funds and other speculators cut their wagers on a bullion rally for the fourth time in five weeks. The metal’s 30-day historical volatility has dropped to the lowest since November and pen interest is also on the decline.\r\n\r\n<hr />\r\n\r\nCURRENCIES - Sterling reached a one-month low Monday before reports on inflation, retail sales and unemployment benefit claims for July, which will provide more detail on how the economy is faring after the Brexit referendum.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nECONOMIC DATA - US Empire State Manufacturing Index due at 8:30, NAHB Housing Market Index at 10:00, AUD Monetary Policy Meeting Minutes at 21:30 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/6909014785916931842\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket: Emerging stocks leading markets','','inherit','open','closed','','3011-revision-v1','','','2016-08-15 10:39:01','2016-08-15 10:39:01','',3011,'http://www.thetradingroom.com/3011-revision-v1/',0,'revision','',0),(3013,2,'2016-08-16 10:53:58','2016-08-16 10:53:58','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n\r\nWORLD HEADLINES - The U.S. dollar sank to its weakest level since June before key economic data reports that may add to signs growth in the world’s largest economy is losing momentum. The slide was felt across the globe, from emerging markets to commodities.\r\n\r\n<hr />\r\n\r\nSTOCKS - Emerging markets have soared 33 percent from a January low, driving valuations to the highest level in 15 months.\r\n\r\n<hr />\r\n\r\nBONDS - The yield on U.S. Treasuries due in a decade fell three basis points to 1.53 percent. Rates on similar-maturity debt in Germany and Japan decreased by about one basis point to minus 0.08 percent and minus 0.10 percent, respectively.\r\n\r\n<hr />\r\n\r\nCOMMODITIES - Gold advanced 0.9 percent amid a decline in the dollar. Silver and platinum both added more than 1 percent.\r\n\r\n<hr />\r\n\r\nCURRENCIES - The U.S. dollar fell as recent weak U.S. economic data was seen limiting the prospects for a near-term interest-rate rise.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nECONOMIC DATA - CAD Manufacturing Sales, US Building Permits, CPI and Housing Starts all due at 8:30, Industrial Production m/m at 9:15, NZD Employment Change and PPI at 18:45 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/6909014785916931842\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket: U.S. Dollar sinks ahead of economic data','','publish','open','closed','','premarket-u-s-dollar-sinks-ahead-economic-data','','','2016-08-16 10:53:58','2016-08-16 10:53:58','',0,'http://www.thetradingroom.com/?p=3013',0,'post','',0),(3015,2,'2016-08-16 10:50:19','2016-08-16 10:50:19','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n\r\nWORLD HEADLINES - The U.S. dollar sank to its weakest level since June before key economic data reports that may add to signs growth in the world’s largest economy is losing momentum. The slide was felt across the globe, from emerging markets to commodities.\r\n\r\n<hr />\r\n\r\nSTOCKS - Emerging markets have soared 33 percent from a January low, driving valuations to the highest level in 15 months.\r\n\r\n<hr />\r\n\r\nBONDS - The yield on U.S. Treasuries due in a decade fell three basis points to 1.53 percent. Rates on similar-maturity debt in Germany and Japan decreased by about one basis point to minus 0.08 percent and minus 0.10 percent, respectively.\r\n\r\n<hr />\r\n\r\nCOMMODITIES - Gold advanced 0.9 percent amid a decline in the dollar. Silver and platinum both added more than 1 percent.\r\n\r\n<hr />\r\n\r\nCURRENCIES - The U.S. dollar fell as recent weak U.S. economic data was seen limiting the prospects for a near-term interest-rate rise.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nECONOMIC DATA - CAD Manufacturing Sales, US Building Permits, CPI and Housing Starts all due at 8:30, Industrial Production m/m at 9:15, NZD Employment Change and PPI at 18:45 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/6909014785916931842\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','','','inherit','open','closed','','3013-revision-v1','','','2016-08-16 10:50:19','2016-08-16 10:50:19','',3013,'http://www.thetradingroom.com/3013-revision-v1/',0,'revision','',0),(3014,2,'2016-08-16 10:49:25','2016-08-16 10:49:25','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n\r\nWORLD HEADLINES - The U.S. dollar sank to its weakest level since June before key economic data reports that may add to signs growth in the world’s largest economy is losing momentum. The slide was felt across the globe, from emerging markets to commodities.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nSTOCKS - Emerging markets have soared 33 percent from a January low, driving valuations to the highest level in 15 months.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nBONDS - The yield on U.S. Treasuries due in a decade fell three basis points to 1.53 percent. Rates on similar-maturity debt in Germany and Japan decreased by about one basis point to minus 0.08 percent and minus 0.10 percent, respectively.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nCOMMODITIES - Gold advanced 0.9 percent amid a decline in the dollar. Silver and platinum both added more than 1 percent.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nCURRENCIES - The U.S. dollar fell as recent weak U.S. economic data was seen limiting the prospects for a near-term interest-rate rise.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nECONOMIC DATA - CAD Manufacturing Sales, US Building Permits, CPI and Housing Starts all due at 8:30, Industrial Production m/m at 9:15, NZD Employment Change and PPI at 18:45 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/6909014785916931842\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','','','inherit','open','closed','','3013-revision-v1','','','2016-08-16 10:49:25','2016-08-16 10:49:25','',3013,'http://www.thetradingroom.com/3013-revision-v1/',0,'revision','',0),(3016,2,'2016-08-16 10:53:58','2016-08-16 10:53:58','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n\r\nWORLD HEADLINES - The U.S. dollar sank to its weakest level since June before key economic data reports that may add to signs growth in the world’s largest economy is losing momentum. The slide was felt across the globe, from emerging markets to commodities.\r\n\r\n<hr />\r\n\r\nSTOCKS - Emerging markets have soared 33 percent from a January low, driving valuations to the highest level in 15 months.\r\n\r\n<hr />\r\n\r\nBONDS - The yield on U.S. Treasuries due in a decade fell three basis points to 1.53 percent. Rates on similar-maturity debt in Germany and Japan decreased by about one basis point to minus 0.08 percent and minus 0.10 percent, respectively.\r\n\r\n<hr />\r\n\r\nCOMMODITIES - Gold advanced 0.9 percent amid a decline in the dollar. Silver and platinum both added more than 1 percent.\r\n\r\n<hr />\r\n\r\nCURRENCIES - The U.S. dollar fell as recent weak U.S. economic data was seen limiting the prospects for a near-term interest-rate rise.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nECONOMIC DATA - CAD Manufacturing Sales, US Building Permits, CPI and Housing Starts all due at 8:30, Industrial Production m/m at 9:15, NZD Employment Change and PPI at 18:45 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/6909014785916931842\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket: U.S. Dollar sinks ahead of economic data','','inherit','open','closed','','3013-revision-v1','','','2016-08-16 10:53:58','2016-08-16 10:53:58','',3013,'http://www.thetradingroom.com/3013-revision-v1/',0,'revision','',0),(3017,2,'2016-08-17 10:05:13','2016-08-17 10:05:13','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n\r\nWORLD HEADLINES - European stocks joined a retreat in emerging markets and oil fell for the first time in a week as investors awaited minutes from the Federal Reserve to better assess whether markets had become too complacent on the prospects for interest rate hikes.\r\n\r\n<hr />\r\n\r\nSTOCKS - The S&amp;P 500 futures traded slightly lower in a tight range after slipping on Tuesday.\r\n\r\n<hr />\r\n\r\nBONDS - Fed funds futures implied 51 percent odds for a rate increase by year-end, compared with 42 percent at the end of last week, according to Bloomberg calculations.\r\n\r\n<hr />\r\n\r\nCOMMODITIES - Oil halted its advance after the biggest four-day gain since April as weekly industry data showed U.S. gasoline stockpiles expanded. U.S. natural gas futures rose 1.1 percent, a fourth day of gains and the longest rally since the start of June.\r\n\r\n<hr />\r\n\r\nCURRENCIES - The Bloomberg Dollar Spot Index rose 0.4 percent, after sliding 1 percent over the past three days.\r\n\r\n<hr />\r\n\r\nECONOMIC DATA - Crude Oil Inventories due at 10:30, FOMC Member Bullard Speaks at 13:00, FOMC Meeting Minutes at 14:00, AUD Employment Change at 21:30 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/6909014785916931842\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket Trading: FOMC Meeting Minutes','','publish','open','closed','','premarket-trading-fomc-meeting-minutes','','','2016-08-17 10:06:23','2016-08-17 10:06:23','',0,'http://www.thetradingroom.com/?p=3017',0,'post','',0),(3018,2,'2016-08-17 10:04:48','2016-08-17 10:04:48','','federal reserve building','','inherit','open','closed','','federal-reserve-building','','','2016-08-17 10:04:48','2016-08-17 10:04:48','',3017,'http://www.thetradingroom.com/wp-content/uploads/2016/08/federal-reserve-building.jpg',0,'attachment','image/jpeg',0),(3019,2,'2016-08-17 10:05:13','2016-08-17 10:05:13','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n\r\nWORLD HEADLINES - European stocks joined a retreat in emerging markets and oil fell for the first time in a week as investors awaited minutes from the Federal Reserve to better assess whether markets had become too complacent on the prospects for interest rate hikes.\r\n\r\n<hr />\r\n\r\nSTOCKS - The S&amp;P 500 futures traded slightly lower in a tight range after slipping on Tuesday.\r\n\r\n<hr />\r\n\r\nBONDS - Fed funds futures implied 51 percent odds for a rate increase by year-end, compared with 42 percent at the end of last week, according to Bloomberg calculations.\r\n\r\n<hr />\r\n\r\nCOMMODITIES - Oil halted its advance after the biggest four-day gain since April as weekly industry data showed U.S. gasoline stockpiles expanded. U.S. natural gas futures rose 1.1 percent, a fourth day of gains and the longest rally since the start of June.\r\n\r\n<hr />\r\n\r\nCURRENCIES - The Bloomberg Dollar Spot Index rose 0.4 percent, after sliding 1 percent over the past three days.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nECONOMIC DATA - Crude Oil Inventories due at 10:30, FOMC Member Bullard Speaks at 13:00, FOMC Meeting Minutes at 14:00, AUD Employment Change at 21:30 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/6909014785916931842\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket Trading: FOMC Meeting Minutes','','inherit','open','closed','','3017-revision-v1','','','2016-08-17 10:05:13','2016-08-17 10:05:13','',3017,'http://www.thetradingroom.com/3017-revision-v1/',0,'revision','',0),(3020,2,'2016-08-17 10:06:23','2016-08-17 10:06:23','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n\r\nWORLD HEADLINES - European stocks joined a retreat in emerging markets and oil fell for the first time in a week as investors awaited minutes from the Federal Reserve to better assess whether markets had become too complacent on the prospects for interest rate hikes.\r\n\r\n<hr />\r\n\r\nSTOCKS - The S&amp;P 500 futures traded slightly lower in a tight range after slipping on Tuesday.\r\n\r\n<hr />\r\n\r\nBONDS - Fed funds futures implied 51 percent odds for a rate increase by year-end, compared with 42 percent at the end of last week, according to Bloomberg calculations.\r\n\r\n<hr />\r\n\r\nCOMMODITIES - Oil halted its advance after the biggest four-day gain since April as weekly industry data showed U.S. gasoline stockpiles expanded. U.S. natural gas futures rose 1.1 percent, a fourth day of gains and the longest rally since the start of June.\r\n\r\n<hr />\r\n\r\nCURRENCIES - The Bloomberg Dollar Spot Index rose 0.4 percent, after sliding 1 percent over the past three days.\r\n\r\n<hr />\r\n\r\nECONOMIC DATA - Crude Oil Inventories due at 10:30, FOMC Member Bullard Speaks at 13:00, FOMC Meeting Minutes at 14:00, AUD Employment Change at 21:30 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/6909014785916931842\">register as a guest.</a></span></p>\r\n\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<table width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td style=\"color: #000000;\"><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNGuP8vyLpd5zaFq_lUsoDMdczWmoQ\"><img class=\"CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/_gEWj2VH7N7k2XukiqBpzzcPHBb1-Yrii7arPWVtQ4aT_fv5LoSZIXhUFxXl9b1qobaAPJlqtl8BFE4c3HdXHhg4HCYclLa9Dge0LDWRsYYeocVhHZjkm_YMfm9afGghIrr6KOodJs-M_64tlFP8Gs_aQwCM38Sf=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/5d7e8f115bdb421aa8c9f75d27645619.jpeg\" alt=\"Image\" width=\"556\" height=\"140\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket Trading: FOMC Meeting Minutes','','inherit','open','closed','','3017-revision-v1','','','2016-08-17 10:06:23','2016-08-17 10:06:23','',3017,'http://www.thetradingroom.com/3017-revision-v1/',0,'revision','',0),(3022,2,'2016-08-18 10:13:26','2016-08-18 10:13:26','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n\r\nWORLD HEADLINES - European shares rose for the first time in a week and emerging markets advanced as a gauge of commodities climbed for the sixth straight day and minutes of the Federal Reserve’s last meeting damped prospects for a U.S. interest-rate hike.\r\n\r\n<hr />\r\n\r\nSTOCKS - S&amp;P 500 futures were little changed, after shares eked out gains on Wednesday following the release of the Fed minutes.\r\n\r\n<hr />\r\n\r\nBONDS - Treasuries due in a decade were little changed, leaving the yield at 1.56 percent.\r\n\r\n<hr />\r\n\r\nCOMMODITIES - T<span style=\"font-weight: normal; color: #1d2129;\">he change in the number of cubic feet of natural gas held in underground storage during the past week will be released today at 10:30 am ET. Active futures traders will be focused on trading the data release for opportunities.</span> Crude oil rose for a sixth day, the longest advance in more than a year, as U.S. crude and gasoline stockpiles dropped from the highest seasonal level in at least two decades.\r\n\r\n<hr />\r\n\r\nCURRENCIES - Britain’s pound was the biggest winner against its U.S. counterpart, climbing after a report showed U.K. retail sales jumped more than economists forecast in the month after Britain voted to quit the European Union.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\">ECONOMIC DATA - ECB Monetary Policy Meeting Accounts due at 7:30, US Unemployment Claims, Philly Fed Manufacturing Index and CAD Foreign Securities Purchases at 8:30, FOMC Member Dudley Speaks at 10:05, Natural Gas Storage at 10:30 ET.</p>\r\n\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/6909014785916931842\">register as a guest.</a></span></p>\r\n\r\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\"><img class=\"aligncenter  wp-image-3023\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\" alt=\"mini 8-10\" width=\"676\" height=\"221\" /></a></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\"></div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Pre-Market Trading: Natural Gas Storage Data Release','','publish','open','closed','','pre-market-trading-natural-gas-storage-data-release','','','2016-08-18 10:22:30','2016-08-18 10:22:30','',0,'http://www.thetradingroom.com/?p=3022',0,'post','',0),(3023,2,'2016-08-18 10:07:23','2016-08-18 10:07:23','','mini 8-10','','inherit','open','closed','','mini-8-10','','','2016-08-18 10:07:23','2016-08-18 10:07:23','',3022,'http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg',0,'attachment','image/jpeg',0),(3024,2,'2016-08-18 10:13:20','2016-08-18 10:13:20','','natrual gas RQ 1','','inherit','open','closed','','natrual-gas-rq-1','','','2016-08-18 10:13:20','2016-08-18 10:13:20','',3022,'http://www.thetradingroom.com/wp-content/uploads/2016/08/natrual-gas-RQ-1.jpg',0,'attachment','image/jpeg',0),(3025,2,'2016-08-18 10:13:26','2016-08-18 10:13:26','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n\r\nWORLD HEADLINES - European shares rose for the first time in a week and emerging markets advanced as a gauge of commodities climbed for the sixth straight day and minutes of the Federal Reserve’s last meeting damped prospects for a U.S. interest-rate hike.\r\n\r\n<hr />\r\n\r\nSTOCKS - S&amp;P 500 futures were little changed, after shares eked out gains on Wednesday following the release of the Fed minutes.\r\n\r\n<hr />\r\n\r\nBONDS - Treasuries due in a decade were little changed, leaving the yield at 1.56 percent.\r\n\r\n<hr />\r\n\r\nCOMMODITIES - Crude oil rose for a sixth day, the longest advance in more than a year, as U.S. crude and gasoline stockpiles dropped from the highest seasonal level in at least two decades.\r\n\r\n<hr />\r\n\r\nCURRENCIES - Britain’s pound was the biggest winner against its U.S. counterpart, climbing after a report showed U.K. retail sales jumped more than economists forecast in the month after Britain voted to quit the European Union.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\">ECONOMIC DATA - ECB Monetary Policy Meeting Accounts due at 7:30, US Unemployment Claims, Philly Fed Manufacturing Index and CAD Foreign Securities Purchases at 8:30, FOMC Member Dudley Speaks at 10:05, Natural Gas Storage at 10:30 ET.</p>\r\n\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"></p>\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/6909014785916931842\">register as a guest.</a></span></p>\r\n\r\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\"><img class=\"aligncenter  wp-image-3023\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\" alt=\"mini 8-10\" width=\"676\" height=\"221\" /></a></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\"></div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Pre-Market Trading: Natural Gas Storage Data Release','','inherit','open','closed','','3022-revision-v1','','','2016-08-18 10:13:26','2016-08-18 10:13:26','',3022,'http://www.thetradingroom.com/3022-revision-v1/',0,'revision','',0),(3026,2,'2016-08-18 10:22:21','2016-08-18 10:22:21','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\n<div style=\"font-weight: 300; color: #0e5daf;\">\n<div style=\"color: #000000;\">\n<div>\n\nWORLD HEADLINES - European shares rose for the first time in a week and emerging markets advanced as a gauge of commodities climbed for the sixth straight day and minutes of the Federal Reserve’s last meeting damped prospects for a U.S. interest-rate hike.\n\n<hr />\n\nSTOCKS - S&amp;P 500 futures were little changed, after shares eked out gains on Wednesday following the release of the Fed minutes.\n\n<hr />\n\nBONDS - Treasuries due in a decade were little changed, leaving the yield at 1.56 percent.\n\n<hr />\n\nCOMMODITIES - T<span style=\"font-weight: normal; color: #1d2129;\">he change in the number of cubic feet of natural gas held in underground storage during the past week will be released today at 10:30 am ET. Active futures traders will be focused on trading the data release for opportunities</span> Crude oil rose for a sixth day, the longest advance in more than a year, as U.S. crude and gasoline stockpiles dropped from the highest seasonal level in at least two decades.\n\n<hr />\n\nCURRENCIES - Britain’s pound was the biggest winner against its U.S. counterpart, climbing after a report showed U.K. retail sales jumped more than economists forecast in the month after Britain voted to quit the European Union.\n\n</div>\n\n<hr />\n<p style=\"color: #500050; text-align: center;\">ECONOMIC DATA - ECB Monetary Policy Meeting Accounts due at 7:30, US Unemployment Claims, Philly Fed Manufacturing Index and CAD Foreign Securities Purchases at 8:30, FOMC Member Dudley Speaks at 10:05, Natural Gas Storage at 10:30 ET.</p>\n\n\n<hr />\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/6909014785916931842\">register as a guest.</a></span></p>\n\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\"><img class=\"aligncenter  wp-image-3023\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\" alt=\"mini 8-10\" width=\"676\" height=\"221\" /></a></div>\n</div>\n</div>\n<div style=\"font-weight: 300; color: #0e5daf;\"></div>\n<div style=\"font-weight: 300; color: #0e5daf;\">\n<div style=\"color: #000000;\">\n<div>\n<div></div>\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\n</div>\n</div>\n</div>','Pre-Market Trading: Natural Gas Storage Data Release','','inherit','open','closed','','3022-autosave-v1','','','2016-08-18 10:22:21','2016-08-18 10:22:21','',3022,'http://www.thetradingroom.com/3022-autosave-v1/',0,'revision','',0),(3027,2,'2016-08-18 10:22:30','2016-08-18 10:22:30','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n\r\nWORLD HEADLINES - European shares rose for the first time in a week and emerging markets advanced as a gauge of commodities climbed for the sixth straight day and minutes of the Federal Reserve’s last meeting damped prospects for a U.S. interest-rate hike.\r\n\r\n<hr />\r\n\r\nSTOCKS - S&amp;P 500 futures were little changed, after shares eked out gains on Wednesday following the release of the Fed minutes.\r\n\r\n<hr />\r\n\r\nBONDS - Treasuries due in a decade were little changed, leaving the yield at 1.56 percent.\r\n\r\n<hr />\r\n\r\nCOMMODITIES - T<span style=\"font-weight: normal; color: #1d2129;\">he change in the number of cubic feet of natural gas held in underground storage during the past week will be released today at 10:30 am ET. Active futures traders will be focused on trading the data release for opportunities.</span> Crude oil rose for a sixth day, the longest advance in more than a year, as U.S. crude and gasoline stockpiles dropped from the highest seasonal level in at least two decades.\r\n\r\n<hr />\r\n\r\nCURRENCIES - Britain’s pound was the biggest winner against its U.S. counterpart, climbing after a report showed U.K. retail sales jumped more than economists forecast in the month after Britain voted to quit the European Union.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\">ECONOMIC DATA - ECB Monetary Policy Meeting Accounts due at 7:30, US Unemployment Claims, Philly Fed Manufacturing Index and CAD Foreign Securities Purchases at 8:30, FOMC Member Dudley Speaks at 10:05, Natural Gas Storage at 10:30 ET.</p>\r\n\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/6909014785916931842\">register as a guest.</a></span></p>\r\n\r\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\"><img class=\"aligncenter  wp-image-3023\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\" alt=\"mini 8-10\" width=\"676\" height=\"221\" /></a></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\"></div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Pre-Market Trading: Natural Gas Storage Data Release','','inherit','open','closed','','3022-revision-v1','','','2016-08-18 10:22:30','2016-08-18 10:22:30','',3022,'http://www.thetradingroom.com/3022-revision-v1/',0,'revision','',0),(3028,2,'2016-08-20 17:33:30','0000-00-00 00:00:00','<div style=\"color: #4c4c4c;\">I’m sure you’ve heard the recent buzz about market correlations and how understanding market behavior is becoming a necessary part of successful trading. Do you know that by learning and applying these concepts and strategies you can significantly improve the bottom line of your trading account?</div>\r\n<div style=\"color: #4c4c4c;\"></div>\r\n<div style=\"color: #4c4c4c;\"><span style=\"font-family: arial;\">I’ve been working hard to bring you a new discipline of innovative thinking based on intermarket relationships and economic movement that is vital for optimal trading success in today’s markets. Regardless of one’s trading style, a lack of understanding on how to read the market’s message can lead to drawdowns and frustration. The intermarket approach studies key financial markets and the influence they have on one another. The Joe Rios Method is driven from a framework that helps identify market behavior and pinpoint trading opportunities in today’s fast moving environment.</span></div>\r\n<div style=\"color: #4c4c4c;\"></div>\r\n<div style=\"color: #4c4c4c;\">Understanding these concepts is vital to successfully trade in today’s markets and you won\'t want to miss this important learning opportunity. Register now as seating to this special webinar is limited. Click the link and <strong>Turn Chaos into Opportunity</strong>!</div>\r\n<div style=\"color: #4c4c4c;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #4c4c4c;\">\r\n<div align=\"center\"><a style=\"color: #672833;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b80358462e/TEST/c3fcf5859a/l=7trpD&amp;m=3aKaNNzVi6rDnAF&amp;b=jsn94a6.F69n7gWjWKtShQ\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/b80358462e/TEST/c3fcf5859a/l%3D7trpD%26m%3D3aKaNNzVi6rDnAF%26b%3Djsn94a6.F69n7gWjWKtShQ&amp;source=gmail&amp;ust=1471648731140000&amp;usg=AFQjCNEJnzC7KqdsvYmFdo-BdZXQRe3XdA\"><strong><br class=\"Apple-interchange-newline\" />REGISTER HERE</strong></a></div>\r\n<div></div>\r\n<div style=\"text-align: center;\">Webinar: \"Gain Market Intelligence with Intermarket Relationships\"</div>\r\n<div style=\"text-align: center;\">Date: <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2063009159\"><span class=\"aQJ\">Monday, 22 August 2016</span></span></div>\r\n<div style=\"text-align: center;\">Time: <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2063009160\"><span class=\"aQJ\">4:00 pm</span></span> Eastern Time (US and Canada), GMT -4</div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div>Here is some of what will be covered…</div>\r\n<ul>\r\n	<li>Several different market behaviors in today\'s market including risk on risk off sentiment, the carry trade and the crowded trade effect theory.</li>\r\n	<li>Distinct relationships between key market benchmarks including stocks, bonds and currencies that can lead to early trading opportunities.</li>\r\n	<li>How to stay out of choppy markets.</li>\r\n</ul>\r\n<div style=\"color: #ffffff;\"></div>\r\n<div style=\"color: #ffffff;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS </span></span><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></div>\r\n</div>\r\n&nbsp;','Special Event: Gain an edge with intermarket relationships','','draft','open','closed','','special-event-gain-edge-intermarket-relationships','','','2016-08-20 17:33:30','2016-08-20 17:33:30','',0,'http://www.thetradingroom.com/?p=3028',0,'post','',0),(3029,2,'2016-08-20 17:29:50','2016-08-20 17:29:50','<div style=\"color: #4c4c4c;\">I’m sure you’ve heard the recent buzz about market correlations and how understanding market behavior is becoming a necessary part of successful trading. Do you know that by learning and applying these concepts and strategies you can significantly improve the bottom line of your trading account?</div>\r\n<div style=\"color: #4c4c4c;\"></div>\r\n<div style=\"color: #4c4c4c;\"><span style=\"font-family: arial;\">I’ve been working hard to bring you a new discipline of innovative thinking based on intermarket relationships and economic movement that is vital for optimal trading success in today’s markets. Regardless of one’s trading style, a lack of understanding on how to read the market’s message can lead to drawdowns and frustration. The intermarket approach studies key financial markets and the influence they have on one another. The Joe Rios Method is driven from a framework that helps identify market behavior and pinpoint trading opportunities in today’s fast moving environment.</span></div>\r\n<div style=\"color: #4c4c4c;\"></div>\r\n<div style=\"color: #4c4c4c;\">Understanding these concepts is vital to successfully trade in today’s markets and you won\'t want to miss this important learning opportunity. Register now as seating to this special webinar is limited. Click the link and <strong>Turn Chaos into Opportunity</strong>!</div>\r\n<div style=\"color: #4c4c4c;\"></div>\r\n<div style=\"color: #4c4c4c;\">\r\n<div align=\"center\"><a style=\"color: #672833;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b80358462e/TEST/c3fcf5859a/l=7trpD&amp;m=3aKaNNzVi6rDnAF&amp;b=jsn94a6.F69n7gWjWKtShQ\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/b80358462e/TEST/c3fcf5859a/l%3D7trpD%26m%3D3aKaNNzVi6rDnAF%26b%3Djsn94a6.F69n7gWjWKtShQ&amp;source=gmail&amp;ust=1471648731140000&amp;usg=AFQjCNEJnzC7KqdsvYmFdo-BdZXQRe3XdA\"><strong><br class=\"Apple-interchange-newline\" />REGISTER HERE</strong></a></div>\r\n<div></div>\r\n<div>Webinar: \"Gain Market Intelligence with Intermarket Relationships\"</div>\r\n<div>Date: <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2063009159\"><span class=\"aQJ\">Monday, 22 August 2016</span></span></div>\r\n<div>Time: <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2063009160\"><span class=\"aQJ\">4:00 pm</span></span> Eastern Time (US and Canada), GMT -4</div>\r\n<div></div>\r\n<div>Here is some of what will be covered…</div>\r\n<ul>\r\n	<li>Several different market behaviors in today\'s market including risk on risk off sentiment, the carry trade and the crowded trade effect theory.</li>\r\n	<li>Distinct relationships between key market benchmarks including stocks, bonds and currencies that can lead to early trading opportunities.</li>\r\n	<li>How to stay out of choppy markets.</li>\r\n</ul>\r\n<div style=\"color: #ffffff;\"></div>\r\n<div style=\"color: #ffffff;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS </span></span><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></div>\r\n</div>\r\n&nbsp;','Special Presentation: Gain an edge with intermarket correlations ','','inherit','open','closed','','3028-revision-v1','','','2016-08-20 17:29:50','2016-08-20 17:29:50','',3028,'http://www.thetradingroom.com/3028-revision-v1/',0,'revision','',0),(3030,2,'2016-08-20 17:33:30','2016-08-20 17:33:30','<div style=\"color: #4c4c4c;\">I’m sure you’ve heard the recent buzz about market correlations and how understanding market behavior is becoming a necessary part of successful trading. Do you know that by learning and applying these concepts and strategies you can significantly improve the bottom line of your trading account?</div>\r\n<div style=\"color: #4c4c4c;\"></div>\r\n<div style=\"color: #4c4c4c;\"><span style=\"font-family: arial;\">I’ve been working hard to bring you a new discipline of innovative thinking based on intermarket relationships and economic movement that is vital for optimal trading success in today’s markets. Regardless of one’s trading style, a lack of understanding on how to read the market’s message can lead to drawdowns and frustration. The intermarket approach studies key financial markets and the influence they have on one another. The Joe Rios Method is driven from a framework that helps identify market behavior and pinpoint trading opportunities in today’s fast moving environment.</span></div>\r\n<div style=\"color: #4c4c4c;\"></div>\r\n<div style=\"color: #4c4c4c;\">Understanding these concepts is vital to successfully trade in today’s markets and you won\'t want to miss this important learning opportunity. Register now as seating to this special webinar is limited. Click the link and <strong>Turn Chaos into Opportunity</strong>!</div>\r\n<div style=\"color: #4c4c4c;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #4c4c4c;\">\r\n<div align=\"center\"><a style=\"color: #672833;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b80358462e/TEST/c3fcf5859a/l=7trpD&amp;m=3aKaNNzVi6rDnAF&amp;b=jsn94a6.F69n7gWjWKtShQ\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/b80358462e/TEST/c3fcf5859a/l%3D7trpD%26m%3D3aKaNNzVi6rDnAF%26b%3Djsn94a6.F69n7gWjWKtShQ&amp;source=gmail&amp;ust=1471648731140000&amp;usg=AFQjCNEJnzC7KqdsvYmFdo-BdZXQRe3XdA\"><strong><br class=\"Apple-interchange-newline\" />REGISTER HERE</strong></a></div>\r\n<div></div>\r\n<div style=\"text-align: center;\">Webinar: \"Gain Market Intelligence with Intermarket Relationships\"</div>\r\n<div style=\"text-align: center;\">Date: <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2063009159\"><span class=\"aQJ\">Monday, 22 August 2016</span></span></div>\r\n<div style=\"text-align: center;\">Time: <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2063009160\"><span class=\"aQJ\">4:00 pm</span></span> Eastern Time (US and Canada), GMT -4</div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div>Here is some of what will be covered…</div>\r\n<ul>\r\n	<li>Several different market behaviors in today\'s market including risk on risk off sentiment, the carry trade and the crowded trade effect theory.</li>\r\n	<li>Distinct relationships between key market benchmarks including stocks, bonds and currencies that can lead to early trading opportunities.</li>\r\n	<li>How to stay out of choppy markets.</li>\r\n</ul>\r\n<div style=\"color: #ffffff;\"></div>\r\n<div style=\"color: #ffffff;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS </span></span><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></div>\r\n</div>\r\n&nbsp;','Special Event: Gain an edge with intermarket relationships','','inherit','open','closed','','3028-revision-v1','','','2016-08-20 17:33:30','2016-08-20 17:33:30','',3028,'http://www.thetradingroom.com/3028-revision-v1/',0,'revision','',0),(3031,2,'2016-08-20 17:43:44','2016-08-20 17:43:44','<div style=\"color: #4c4c4c;\">I’m sure you’ve heard the recent buzz about market correlations and how understanding market behavior is becoming a necessary part of successful trading. Do you know that by learning and applying these concepts and strategies you can significantly improve the bottom line of your trading account?</div>\r\n<div style=\"color: #4c4c4c;\"></div>\r\n<div style=\"color: #4c4c4c;\"></div>\r\n<div style=\"color: #4c4c4c;\"><span style=\"font-family: arial;\">I’ve been working hard to bring you a new discipline of innovative thinking based on intermarket relationships and economic movement that is vital for optimal trading success in today’s markets. Regardless of one’s trading style, a lack of understanding on how to read the market’s message can lead to drawdowns and frustration. The intermarket approach studies key financial markets and the influence they have on one another. The Joe Rios Method is driven from a framework that helps identify market behavior and pinpoint trading opportunities in today’s fast moving environment.</span></div>\r\n<div style=\"color: #4c4c4c;\"></div>\r\n<div style=\"color: #4c4c4c;\"></div>\r\n<div style=\"color: #4c4c4c;\">Understanding these concepts is vital to successfully trade in today’s markets and you won\'t want to miss this important learning opportunity. Register now as seating to this special webinar is limited. Click the link and <strong>Turn Chaos into Opportunity</strong>!</div>\r\n<div style=\"color: #4c4c4c;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #4c4c4c;\" align=\"center\"><a style=\"color: #672833;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b80358462e/TEST/c3fcf5859a/l=7trpD&amp;m=3aKaNNzVi6rDnAF&amp;b=jsn94a6.F69n7gWjWKtShQ\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/b80358462e/TEST/c3fcf5859a/l%3D7trpD%26m%3D3aKaNNzVi6rDnAF%26b%3Djsn94a6.F69n7gWjWKtShQ&amp;source=gmail&amp;ust=1471648731140000&amp;usg=AFQjCNEJnzC7KqdsvYmFdo-BdZXQRe3XdA\"><strong>REGISTER HERE</strong></a></div>\r\n<div style=\"color: #4c4c4c;\"></div>\r\n<div style=\"color: rgb(76, 76, 76); text-align: center;\">Webinar: \"Gain Market Intelligence with Intermarket Relationships\"</div>\r\n<div style=\"color: rgb(76, 76, 76); text-align: center;\">Date: <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2063009161\"><span class=\"aQJ\">Monday, 22 August 2016</span></span></div>\r\n<div style=\"color: rgb(76, 76, 76); text-align: center;\">Time: <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2063009162\"><span class=\"aQJ\">4:00 pm</span></span> Eastern Time (US and Canada), GMT -4</div>\r\n<div style=\"color: #4c4c4c;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #4c4c4c;\">Here is some of what will be covered…</div>\r\n<ul style=\"color: #4c4c4c;\">\r\n	<li style=\"text-align: left;\">Several different market behaviors in today\'s market including risk on risk off sentiment, the carry trade and the crowded trade effect theory.</li>\r\n	<li style=\"text-align: left;\">Distinct relationships between key market benchmarks including stocks, bonds and currencies that can lead to early trading opportunities.</li>\r\n	<li style=\"text-align: left;\">How to stay out of choppy markets.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<div style=\"color: #ffffff;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS </span></span><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></div>','Special Event: Gain an edge with intermarket correlations ','','publish','open','closed','','special-event-gain-edge-intermarket-correlations','','','2016-08-20 17:46:51','2016-08-20 17:46:51','',0,'http://www.thetradingroom.com/?p=3031',0,'post','',0),(3032,2,'2016-08-20 17:41:19','2016-08-20 17:41:19','','trade correlations2','','inherit','open','closed','','trade-correlations2','','','2016-08-20 17:41:19','2016-08-20 17:41:19','',3031,'http://www.thetradingroom.com/wp-content/uploads/2016/08/trade-correlations2.jpg',0,'attachment','image/jpeg',0),(3033,2,'2016-08-20 17:43:44','2016-08-20 17:43:44','<div style=\"color: #4c4c4c;\">I’m sure you’ve heard the recent buzz about market correlations and how understanding market behavior is becoming a necessary part of successful trading. Do you know that by learning and applying these concepts and strategies you can significantly improve the bottom line of your trading account?</div>\r\n<div style=\"color: #4c4c4c;\"></div>\r\n<div style=\"color: #4c4c4c;\"><span style=\"font-family: arial;\">I’ve been working hard to bring you a new discipline of innovative thinking based on intermarket relationships and economic movement that is vital for optimal trading success in today’s markets. Regardless of one’s trading style, a lack of understanding on how to read the market’s message can lead to drawdowns and frustration. The intermarket approach studies key financial markets and the influence they have on one another. The Joe Rios Method is driven from a framework that helps identify market behavior and pinpoint trading opportunities in today’s fast moving environment.</span></div>\r\n<div style=\"color: #4c4c4c;\"></div>\r\n<div style=\"color: #4c4c4c;\">Understanding these concepts is vital to successfully trade in today’s markets and you won\'t want to miss this important learning opportunity. Register now as seating to this special webinar is limited. Click the link and <strong>Turn Chaos into Opportunity</strong>!</div>\r\n<div style=\"color: #4c4c4c;\"></div>\r\n<div style=\"color: #4c4c4c;\" align=\"center\"><a style=\"color: #672833;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b80358462e/TEST/c3fcf5859a/l=7trpD&amp;m=3aKaNNzVi6rDnAF&amp;b=jsn94a6.F69n7gWjWKtShQ\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/b80358462e/TEST/c3fcf5859a/l%3D7trpD%26m%3D3aKaNNzVi6rDnAF%26b%3Djsn94a6.F69n7gWjWKtShQ&amp;source=gmail&amp;ust=1471648731140000&amp;usg=AFQjCNEJnzC7KqdsvYmFdo-BdZXQRe3XdA\"><strong>REGISTER HERE</strong></a></div>\r\n<div style=\"color: #4c4c4c;\"></div>\r\n<div style=\"color: #4c4c4c;\">Webinar: \"Gain Market Intelligence with Intermarket Relationships\"</div>\r\n<div style=\"color: #4c4c4c;\">Date: <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2063009161\"><span class=\"aQJ\">Monday, 22 August 2016</span></span></div>\r\n<div style=\"color: #4c4c4c;\">Time: <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2063009162\"><span class=\"aQJ\">4:00 pm</span></span> Eastern Time (US and Canada), GMT -4</div>\r\n<div style=\"color: #4c4c4c;\"></div>\r\n<div style=\"color: #4c4c4c;\">Here is some of what will be covered…</div>\r\n<ul style=\"color: #4c4c4c;\">\r\n	<li>Several different market behaviors in today\'s market including risk on risk off sentiment, the carry trade and the crowded trade effect theory.</li>\r\n	<li>Distinct relationships between key market benchmarks including stocks, bonds and currencies that can lead to early trading opportunities.</li>\r\n	<li>How to stay out of choppy markets.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<div style=\"color: #ffffff;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS </span></span><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></div>','Special Event: Gain an edge with intermarket correlations ','','inherit','open','closed','','3031-revision-v1','','','2016-08-20 17:43:44','2016-08-20 17:43:44','',3031,'http://www.thetradingroom.com/3031-revision-v1/',0,'revision','',0),(3034,2,'2016-08-20 17:46:09','2016-08-20 17:46:09','<div style=\"color: #4c4c4c;\">I’m sure you’ve heard the recent buzz about market correlations and how understanding market behavior is becoming a necessary part of successful trading. Do you know that by learning and applying these concepts and strategies you can significantly improve the bottom line of your trading account?</div>\n<div style=\"color: #4c4c4c;\"></div>\n<div style=\"color: #4c4c4c;\"></div>\n<div style=\"color: #4c4c4c;\"><span style=\"font-family: arial;\">I’ve been working hard to bring you a new discipline of innovative thinking based on intermarket relationships and economic movement that is vital for optimal trading success in today’s markets. Regardless of one’s trading style, a lack of understanding on how to read the market’s message can lead to drawdowns and frustration. The intermarket approach studies key financial markets and the influence they have on one another. The Joe Rios Method is driven from a framework that helps identify market behavior and pinpoint trading opportunities in today’s fast moving environment.</span></div>\n<div style=\"color: #4c4c4c;\"></div>\n<div style=\"color: #4c4c4c;\"></div>\n<div style=\"color: #4c4c4c;\">Understanding these concepts is vital to successfully trade in today’s markets and you won\'t want to miss this important learning opportunity. Register now as seating to this special webinar is limited. Click the link and <strong>Turn Chaos into Opportunity</strong>!</div>\n<div style=\"color: #4c4c4c;\">\n\n<hr />\n\n</div>\n<div style=\"color: #4c4c4c;\" align=\"center\"><a style=\"color: #672833;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b80358462e/TEST/c3fcf5859a/l=7trpD&amp;m=3aKaNNzVi6rDnAF&amp;b=jsn94a6.F69n7gWjWKtShQ\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/b80358462e/TEST/c3fcf5859a/l%3D7trpD%26m%3D3aKaNNzVi6rDnAF%26b%3Djsn94a6.F69n7gWjWKtShQ&amp;source=gmail&amp;ust=1471648731140000&amp;usg=AFQjCNEJnzC7KqdsvYmFdo-BdZXQRe3XdA\"><strong>REGISTER HERE</strong></a></div>\n<div style=\"color: #4c4c4c;\"></div>\n<div style=\"color: rgb(76, 76, 76); text-align: center;\">Webinar: \"Gain Market Intelligence with Intermarket Relationships\"</div>\n<div style=\"color: rgb(76, 76, 76); text-align: center;\">Date: <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2063009161\"><span class=\"aQJ\">Monday, 22 August 2016</span></span></div>\n<div style=\"color: rgb(76, 76, 76); text-align: center;\">Time: <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2063009162\"><span class=\"aQJ\">4:00 pm</span></span> Eastern Time (US and Canada), GMT -4</div>\n<div style=\"color: #4c4c4c;\">\n\n<hr />\n\n</div>\n<div style=\"color: #4c4c4c;\">Here is some of what will be covered…</div>\n<ul style=\"color: #4c4c4c;\">\n	<li style=\"text-align: left;\">Several different market behaviors in today\'s market including risk on risk off sentiment,</li>\n	<li style=\"text-align: left;\">the carry trade and the crowded trade effect theory.</li>\n	<li style=\"text-align: left;\">Distinct relationships between key market benchmarks including stocks, bonds and currencies that can lead to early trading opportunities.</li>\n	<li style=\"text-align: left;\">How to stay out of choppy markets.</li>\n</ul>\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n<div style=\"color: #ffffff;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS </span></span><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></div>','Special Event: Gain an edge with intermarket correlations ','','inherit','open','closed','','3031-autosave-v1','','','2016-08-20 17:46:09','2016-08-20 17:46:09','',3031,'http://www.thetradingroom.com/3031-autosave-v1/',0,'revision','',0),(3035,2,'2016-08-20 17:45:06','2016-08-20 17:45:06','<div style=\"color: #4c4c4c;\">I’m sure you’ve heard the recent buzz about market correlations and how understanding market behavior is becoming a necessary part of successful trading. Do you know that by learning and applying these concepts and strategies you can significantly improve the bottom line of your trading account?</div>\r\n<div style=\"color: #4c4c4c;\"></div>\r\n<div style=\"color: #4c4c4c;\"></div>\r\n<div style=\"color: #4c4c4c;\"><span style=\"font-family: arial;\">I’ve been working hard to bring you a new discipline of innovative thinking based on intermarket relationships and economic movement that is vital for optimal trading success in today’s markets. Regardless of one’s trading style, a lack of understanding on how to read the market’s message can lead to drawdowns and frustration. The intermarket approach studies key financial markets and the influence they have on one another. The Joe Rios Method is driven from a framework that helps identify market behavior and pinpoint trading opportunities in today’s fast moving environment.</span></div>\r\n<div style=\"color: #4c4c4c;\"></div>\r\n<div style=\"color: #4c4c4c;\"></div>\r\n<div style=\"color: #4c4c4c;\">Understanding these concepts is vital to successfully trade in today’s markets and you won\'t want to miss this important learning opportunity. Register now as seating to this special webinar is limited. Click the link and <strong>Turn Chaos into Opportunity</strong>!</div>\r\n<div style=\"color: #4c4c4c;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #4c4c4c;\" align=\"center\"><a style=\"color: #672833;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b80358462e/TEST/c3fcf5859a/l=7trpD&amp;m=3aKaNNzVi6rDnAF&amp;b=jsn94a6.F69n7gWjWKtShQ\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/b80358462e/TEST/c3fcf5859a/l%3D7trpD%26m%3D3aKaNNzVi6rDnAF%26b%3Djsn94a6.F69n7gWjWKtShQ&amp;source=gmail&amp;ust=1471648731140000&amp;usg=AFQjCNEJnzC7KqdsvYmFdo-BdZXQRe3XdA\"><strong>REGISTER HERE</strong></a></div>\r\n<div style=\"color: #4c4c4c;\"></div>\r\n<div style=\"color: #4c4c4c;\">Webinar: \"Gain Market Intelligence with Intermarket Relationships\"</div>\r\n<div style=\"color: #4c4c4c;\">Date: <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2063009161\"><span class=\"aQJ\">Monday, 22 August 2016</span></span></div>\r\n<div style=\"color: #4c4c4c;\">Time: <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2063009162\"><span class=\"aQJ\">4:00 pm</span></span> Eastern Time (US and Canada), GMT -4</div>\r\n<div style=\"color: #4c4c4c;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #4c4c4c;\">Here is some of what will be covered…</div>\r\n<ul style=\"color: #4c4c4c;\">\r\n	<li>Several different market behaviors in today\'s market including risk on risk off sentiment, the carry trade and the crowded trade effect theory.</li>\r\n	<li>Distinct relationships between key market benchmarks including stocks, bonds and currencies that can lead to early trading opportunities.</li>\r\n	<li>How to stay out of choppy markets.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<div style=\"color: #ffffff;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS </span></span><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></div>','Special Event: Gain an edge with intermarket correlations ','','inherit','open','closed','','3031-revision-v1','','','2016-08-20 17:45:06','2016-08-20 17:45:06','',3031,'http://www.thetradingroom.com/3031-revision-v1/',0,'revision','',0),(3036,2,'2016-08-20 17:46:51','2016-08-20 17:46:51','<div style=\"color: #4c4c4c;\">I’m sure you’ve heard the recent buzz about market correlations and how understanding market behavior is becoming a necessary part of successful trading. Do you know that by learning and applying these concepts and strategies you can significantly improve the bottom line of your trading account?</div>\r\n<div style=\"color: #4c4c4c;\"></div>\r\n<div style=\"color: #4c4c4c;\"></div>\r\n<div style=\"color: #4c4c4c;\"><span style=\"font-family: arial;\">I’ve been working hard to bring you a new discipline of innovative thinking based on intermarket relationships and economic movement that is vital for optimal trading success in today’s markets. Regardless of one’s trading style, a lack of understanding on how to read the market’s message can lead to drawdowns and frustration. The intermarket approach studies key financial markets and the influence they have on one another. The Joe Rios Method is driven from a framework that helps identify market behavior and pinpoint trading opportunities in today’s fast moving environment.</span></div>\r\n<div style=\"color: #4c4c4c;\"></div>\r\n<div style=\"color: #4c4c4c;\"></div>\r\n<div style=\"color: #4c4c4c;\">Understanding these concepts is vital to successfully trade in today’s markets and you won\'t want to miss this important learning opportunity. Register now as seating to this special webinar is limited. Click the link and <strong>Turn Chaos into Opportunity</strong>!</div>\r\n<div style=\"color: #4c4c4c;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #4c4c4c;\" align=\"center\"><a style=\"color: #672833;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/b80358462e/TEST/c3fcf5859a/l=7trpD&amp;m=3aKaNNzVi6rDnAF&amp;b=jsn94a6.F69n7gWjWKtShQ\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/b80358462e/TEST/c3fcf5859a/l%3D7trpD%26m%3D3aKaNNzVi6rDnAF%26b%3Djsn94a6.F69n7gWjWKtShQ&amp;source=gmail&amp;ust=1471648731140000&amp;usg=AFQjCNEJnzC7KqdsvYmFdo-BdZXQRe3XdA\"><strong>REGISTER HERE</strong></a></div>\r\n<div style=\"color: #4c4c4c;\"></div>\r\n<div style=\"color: rgb(76, 76, 76); text-align: center;\">Webinar: \"Gain Market Intelligence with Intermarket Relationships\"</div>\r\n<div style=\"color: rgb(76, 76, 76); text-align: center;\">Date: <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2063009161\"><span class=\"aQJ\">Monday, 22 August 2016</span></span></div>\r\n<div style=\"color: rgb(76, 76, 76); text-align: center;\">Time: <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2063009162\"><span class=\"aQJ\">4:00 pm</span></span> Eastern Time (US and Canada), GMT -4</div>\r\n<div style=\"color: #4c4c4c;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #4c4c4c;\">Here is some of what will be covered…</div>\r\n<ul style=\"color: #4c4c4c;\">\r\n	<li style=\"text-align: left;\">Several different market behaviors in today\'s market including risk on risk off sentiment, the carry trade and the crowded trade effect theory.</li>\r\n	<li style=\"text-align: left;\">Distinct relationships between key market benchmarks including stocks, bonds and currencies that can lead to early trading opportunities.</li>\r\n	<li style=\"text-align: left;\">How to stay out of choppy markets.</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<div style=\"color: #ffffff;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS </span></span><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></div>','Special Event: Gain an edge with intermarket correlations ','','inherit','open','closed','','3031-revision-v1','','','2016-08-20 17:46:51','2016-08-20 17:46:51','',3031,'http://www.thetradingroom.com/3031-revision-v1/',0,'revision','',0),(3037,2,'2016-08-21 19:17:27','2016-08-21 19:17:27','<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n\r\nThe financial markets continued to trade in a tight range, with most benchmarks closing the week little changed:\r\n\r\nS&amp;P 500              0.10%\r\n\r\nGold                      0.19%\r\n\r\nUS 10 yr note    -0.44%\r\n\r\nUS dollar           -1.24&amp;\r\n\r\nCrude oil futures did manage to continue the rally that started the week prior, closing the week 8.62% higher.\r\n\r\nAs the final \"dog days of summer\" approaches, the markets will refocus on interest rate decision from the Federal Reserve. Over the weekend, Fed Vice Chairman Stanley Fischer signaled that a 2016 rate hike is still under consideration.\r\n\r\n<em>       “We are close to our targets,” Fischer said in a </em><em>speech</em><em> at the Aspen Institute in Aspen, Colorado on Sunday. “Looking ahead, I expect GDP growth to pick up in coming quarters, as investment recovers from a surprisingly weak patch and the drag from past dollar appreciation diminishes.”</em>\r\n\r\n<em> </em>Most economists are not expecting a rate hike before the US presidential elections. On Thursday, central bankers will meet in Jackson Hole, Wyoming, which may give the market some direction before the final push into the November elections.\r\n\r\n</div>\r\n<div><strong><em>Join us this week and experience the power of market intelligence. We will be show casing the new Einstein SmartBox automated trading system with cross-market relationships and correlations analytics.   </em></strong></div>\r\n</div>\r\n<div>​</div>\r\n<div><strong>   <a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/joe-suit-face.jpg\"><img class=\"wp-image-3009 alignleft\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/joe-suit-face.jpg\" alt=\"joe suit face\" width=\"112\" height=\"122\" /></a>              </strong></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>Joe Rios - Founder</strong></div>\r\n<div><strong>The Trading Room®</strong></div>\r\n<div><strong>Rios Quantitative LLC</strong>​​</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div><strong>RiosQuant Education Special Presentation:</strong></div>\r\n<div>For the last six months crude oil futures has had a 70% positive correlation with the Dow Jones Industrial Average while a 61% negative correlation with the US dollar. Understanding intermarket correlations is vital to successfully trade in today’s markets, you won\'t want to miss this important learning opportunity. Register now as seating to this special webinar is limited. Click the link and <strong>Turn Chaos into Opportunity</strong>!</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<div style=\"color: #4c4c4c;\"></div>\r\n<div style=\"color: #4c4c4c;\"></div>\r\n<div style=\"color: #4c4c4c;\"></div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/trade-correlations2.jpg\"><img class=\"aligncenter size-full wp-image-3032\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/trade-correlations2.jpg\" alt=\"trade correlations2\" width=\"466\" height=\"139\" /></a></div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"></div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"></div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"><a style=\"color: #672833;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3mowo_CsT6rDnAF&amp;b=_413bf9p9yNsYmoDRwClQQ\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3mowo_CsT6rDnAF%26b%3D_413bf9p9yNsYmoDRwClQQ&amp;source=gmail&amp;ust=1471892725556000&amp;usg=AFQjCNEfsqKEwFF92hSsRKbAsIEA3twJCA\"><strong>REGISTER HERE</strong></a></div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"></div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"><strong>Webinar:</strong> \"Gain Market Intelligence with Intermarket Relationships\"</div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"><strong>Date:</strong> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1279295667\"><span class=\"aQJ\">Monday, 22 August 2016</span></span></div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"><strong>Time:</strong> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1279295668\"><span class=\"aQJ\">4:00 pm</span></span> Eastern Time (US and Canada), GMT -4</div>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\n<div>\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378145\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378146\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378147\"><span class=\"aQJ\">8:00 AM ET</span></span></strong>\r\n<div>Join our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3k3BE1y9HcrDnAF&amp;b=Jn2iq5_1FklOqi3YhI1LCA\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3k3BE1y9HcrDnAF%26b%3DJn2iq5_1FklOqi3YhI1LCA&amp;source=gmail&amp;ust=1470098516140000&amp;usg=AFQjCNEJ_OQPu_B79LCgoryMI3Ppu25u0g\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3k3BE1y9HcrDnAF&amp;b=z9UNONeq2D2nSpn1v3By1A\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3k3BE1y9HcrDnAF%26b%3Dz9UNONeq2D2nSpn1v3By1A&amp;source=gmail&amp;ust=1470098516140000&amp;usg=AFQjCNFneDLbQZDgywQYhRLUV_zAdQcTaw\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3k3BE1y9HcrDnAF&amp;b=PLhvUbA41OvV4qPN7.69Gg\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3k3BE1y9HcrDnAF%26b%3DPLhvUbA41OvV4qPN7.69Gg&amp;source=gmail&amp;ust=1470098516140000&amp;usg=AFQjCNH9PFZZeiL0oB54PdzMJdXinbgdEw\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>The Insider\'s Quant  Room</strong>​</div>\r\n<div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378148\"><span class=\"aQJ\">Monday</span></span> - 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378149\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Forecasting </em></div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378150\"><span class=\"aQJ\">Wednesday</span></span> - 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378151\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Opportunities in the New Norm</em></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378152\"><span class=\"aQJ\">Friday</span></span> - 11:30 pm</div>\r\n<div><em>Insiders Round Table Meetup</em></div>\r\n</div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n</div>','Week Ahead in the Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-52','','','2016-08-21 19:47:09','2016-08-21 19:47:09','',0,'http://www.thetradingroom.com/?p=3037',0,'post','',0),(3038,2,'2016-08-21 19:11:02','2016-08-21 19:11:02','<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n\r\nThe financial markets continued to trade in a tight range, with most benchmarks closing the week little changed:\r\n\r\n&nbsp;\r\n\r\nS&amp;P 500              0.10%\r\n\r\nGold                      0.19%\r\n\r\nUS 10 yr note    -0.44%\r\n\r\nUS dollar           -1.24&amp;\r\n\r\n&nbsp;\r\n\r\nCrude oil futures did manage to continue the rally that started the week prior, closing the week 8.62% higher.\r\n\r\nAs the final \"dog days of summer\" approaches, the markets will refocus on interest rate decision from the Federal Reserve. Over the weekend, Fed Vice Chairman Stanley Fischer signaled that a 2016 rate hike is still under consideration.\r\n\r\n<em>“We are close to our targets,” Fischer said in a </em><em>speech</em><em> at the Aspen Institute in Aspen, Colorado on Sunday. “Looking ahead, I expect GDP growth to pick up in coming quarters, as investment recovers from a surprisingly weak patch and the drag from past dollar appreciation diminishes,”</em>\r\n\r\n<em> </em>Most economists are not expecting a rate hike before the US presidential elections. On Thursday, central bankers will meet in Jackson Hole, Wyoming, which may give the market some direction before the final push into the November elections.\r\n\r\n</div>\r\n<div></div>\r\n<div><strong><em><br class=\"Apple-interchange-newline\" />Join us this week and experience the power of market intelligence. We will be show casing the new Einstein SmartBox automated trading system with cross-market relationships and correlations analytics.   </em></strong></div>\r\n</div>\r\n<div>​</div>\r\n<div><strong>   <a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/joe-suit-face.jpg\"><img class=\"wp-image-3009 alignleft\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/joe-suit-face.jpg\" alt=\"joe suit face\" width=\"112\" height=\"122\" /></a>              </strong></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>Joe Rios - Founder</strong></div>\r\n<div><strong><span>The Trading Room®</span></strong></div>\r\n<div><strong>Rios Quantitative LLC</strong>​​</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n\r\n<strong>RiosQuant Education Special Presentation:</strong>\r\n<div style=\"color: #4c4c4c;\">Understanding intermarket correlations is vital to successfully trade in today’s markets and you won\'t want to miss this important learning opportunity. Register now as seating to this special webinar is limited. Click the link and <strong>Turn Chaos into Opportunity</strong>!</div>\r\n<div style=\"color: #4c4c4c;\"></div>\r\n<div style=\"color: rgb(76, 76, 76); text-align: center;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/trade-correlations2.jpg\"><img class=\"aligncenter size-full wp-image-3032\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/trade-correlations2.jpg\" alt=\"trade correlations2\" width=\"466\" height=\"139\" /></a></div>\r\n<div style=\"color: rgb(76, 76, 76); text-align: center;\"></div>\r\n<div style=\"color: rgb(76, 76, 76); text-align: center;\"></div>\r\n<div style=\"color: rgb(76, 76, 76); text-align: center;\"><a style=\"color: #672833;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3mowo_CsT6rDnAF&amp;b=_413bf9p9yNsYmoDRwClQQ\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3mowo_CsT6rDnAF%26b%3D_413bf9p9yNsYmoDRwClQQ&amp;source=gmail&amp;ust=1471892725556000&amp;usg=AFQjCNEfsqKEwFF92hSsRKbAsIEA3twJCA\"><strong>REGISTER HERE</strong></a></div>\r\n<div style=\"color: rgb(76, 76, 76); text-align: center;\"></div>\r\n<div style=\"color: rgb(76, 76, 76); text-align: center;\"><strong>Webinar:</strong> \"Gain Market Intelligence with Intermarket Relationships\"</div>\r\n<div style=\"color: rgb(76, 76, 76); text-align: center;\"><strong>Date:</strong> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1279295667\"><span class=\"aQJ\">Monday, 22 August 2016</span></span></div>\r\n<div style=\"color: rgb(76, 76, 76); text-align: center;\"><strong>Time:</strong> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1279295668\"><span class=\"aQJ\">4:00 pm</span></span> Eastern Time (US and Canada), GMT -4</div>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\n<div>\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378145\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378146\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378147\"><span class=\"aQJ\">8:00 AM ET</span></span></strong>\r\n<div>Join our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3k3BE1y9HcrDnAF&amp;b=Jn2iq5_1FklOqi3YhI1LCA\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3k3BE1y9HcrDnAF%26b%3DJn2iq5_1FklOqi3YhI1LCA&amp;source=gmail&amp;ust=1470098516140000&amp;usg=AFQjCNEJ_OQPu_B79LCgoryMI3Ppu25u0g\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3k3BE1y9HcrDnAF&amp;b=z9UNONeq2D2nSpn1v3By1A\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3k3BE1y9HcrDnAF%26b%3Dz9UNONeq2D2nSpn1v3By1A&amp;source=gmail&amp;ust=1470098516140000&amp;usg=AFQjCNFneDLbQZDgywQYhRLUV_zAdQcTaw\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3k3BE1y9HcrDnAF&amp;b=PLhvUbA41OvV4qPN7.69Gg\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3k3BE1y9HcrDnAF%26b%3DPLhvUbA41OvV4qPN7.69Gg&amp;source=gmail&amp;ust=1470098516140000&amp;usg=AFQjCNH9PFZZeiL0oB54PdzMJdXinbgdEw\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>The Insider\'s Quant  Room</strong>​</div>\r\n<div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378148\"><span class=\"aQJ\">Monday</span></span> - 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378149\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Forecasting </em></div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378150\"><span class=\"aQJ\">Wednesday</span></span> - 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378151\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Opportunities in the New Norm</em></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378152\"><span class=\"aQJ\">Friday</span></span> - 11:30 pm</div>\r\n<div><em>Insiders Round Table Meetup</em></div>\r\n</div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n</div>','','','inherit','open','closed','','3037-revision-v1','','','2016-08-21 19:11:02','2016-08-21 19:11:02','',3037,'http://www.thetradingroom.com/3037-revision-v1/',0,'revision','',0),(3039,2,'2016-08-21 19:12:58','2016-08-21 19:12:58','<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n\r\nThe financial markets continued to trade in a tight range, with most benchmarks closing the week little changed:\r\n\r\nS&amp;P 500              0.10%\r\n\r\nGold                      0.19%\r\n\r\nUS 10 yr note    -0.44%\r\n\r\nUS dollar           -1.24&amp;\r\n\r\nCrude oil futures did manage to continue the rally that started the week prior, closing the week 8.62% higher.\r\n\r\nAs the final \"dog days of summer\" approaches, the markets will refocus on interest rate decision from the Federal Reserve. Over the weekend, Fed Vice Chairman Stanley Fischer signaled that a 2016 rate hike is still under consideration.\r\n<p style=\"text-align: left;\"><em>       “We are close to our targets,” Fischer said in a </em><em>speech</em><em> at the Aspen Institute in Aspen, Colorado on Sunday. “Looking ahead, I expect               GDP growth to pick up in coming quarters, as investment recovers from a surprisingly weak patch and the drag from past dollar                  appreciation diminishes,”</em></p>\r\n<em> </em>Most economists are not expecting a rate hike before the US presidential elections. On Thursday, central bankers will meet in Jackson Hole, Wyoming, which may give the market some direction before the final push into the November elections.\r\n\r\n</div>\r\n<div></div>\r\n<div><strong><em><br class=\"Apple-interchange-newline\" />Join us this week and experience the power of market intelligence. We will be show casing the new Einstein SmartBox automated trading system with cross-market relationships and correlations analytics.   </em></strong></div>\r\n</div>\r\n<div>​</div>\r\n<div><strong>   <a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/joe-suit-face.jpg\"><img class=\"wp-image-3009 alignleft\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/joe-suit-face.jpg\" alt=\"joe suit face\" width=\"112\" height=\"122\" /></a>              </strong></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>Joe Rios - Founder</strong></div>\r\n<div><strong>The Trading Room®</strong></div>\r\n<div><strong>Rios Quantitative LLC</strong>​​</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n\r\n<strong>RiosQuant Education Special Presentation:</strong>\r\n<div style=\"color: #4c4c4c;\">Understanding intermarket correlations is vital to successfully trade in today’s markets and you won\'t want to miss this important learning opportunity. Register now as seating to this special webinar is limited. Click the link and <strong>Turn Chaos into Opportunity</strong>!</div>\r\n<div style=\"color: #4c4c4c;\"></div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/trade-correlations2.jpg\"><img class=\"aligncenter size-full wp-image-3032\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/trade-correlations2.jpg\" alt=\"trade correlations2\" width=\"466\" height=\"139\" /></a></div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"></div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"></div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"><a style=\"color: #672833;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3mowo_CsT6rDnAF&amp;b=_413bf9p9yNsYmoDRwClQQ\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3mowo_CsT6rDnAF%26b%3D_413bf9p9yNsYmoDRwClQQ&amp;source=gmail&amp;ust=1471892725556000&amp;usg=AFQjCNEfsqKEwFF92hSsRKbAsIEA3twJCA\"><strong>REGISTER HERE</strong></a></div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"></div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"><strong>Webinar:</strong> \"Gain Market Intelligence with Intermarket Relationships\"</div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"><strong>Date:</strong> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1279295667\"><span class=\"aQJ\">Monday, 22 August 2016</span></span></div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"><strong>Time:</strong> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1279295668\"><span class=\"aQJ\">4:00 pm</span></span> Eastern Time (US and Canada), GMT -4</div>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\n<div>\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378145\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378146\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378147\"><span class=\"aQJ\">8:00 AM ET</span></span></strong>\r\n<div>Join our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3k3BE1y9HcrDnAF&amp;b=Jn2iq5_1FklOqi3YhI1LCA\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3k3BE1y9HcrDnAF%26b%3DJn2iq5_1FklOqi3YhI1LCA&amp;source=gmail&amp;ust=1470098516140000&amp;usg=AFQjCNEJ_OQPu_B79LCgoryMI3Ppu25u0g\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3k3BE1y9HcrDnAF&amp;b=z9UNONeq2D2nSpn1v3By1A\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3k3BE1y9HcrDnAF%26b%3Dz9UNONeq2D2nSpn1v3By1A&amp;source=gmail&amp;ust=1470098516140000&amp;usg=AFQjCNFneDLbQZDgywQYhRLUV_zAdQcTaw\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3k3BE1y9HcrDnAF&amp;b=PLhvUbA41OvV4qPN7.69Gg\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3k3BE1y9HcrDnAF%26b%3DPLhvUbA41OvV4qPN7.69Gg&amp;source=gmail&amp;ust=1470098516140000&amp;usg=AFQjCNH9PFZZeiL0oB54PdzMJdXinbgdEw\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>The Insider\'s Quant  Room</strong>​</div>\r\n<div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378148\"><span class=\"aQJ\">Monday</span></span> - 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378149\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Forecasting </em></div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378150\"><span class=\"aQJ\">Wednesday</span></span> - 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378151\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Opportunities in the New Norm</em></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378152\"><span class=\"aQJ\">Friday</span></span> - 11:30 pm</div>\r\n<div><em>Insiders Round Table Meetup</em></div>\r\n</div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n</div>','','','inherit','open','closed','','3037-revision-v1','','','2016-08-21 19:12:58','2016-08-21 19:12:58','',3037,'http://www.thetradingroom.com/3037-revision-v1/',0,'revision','',0),(3040,2,'2016-08-21 19:13:56','2016-08-21 19:13:56','<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n\r\nThe financial markets continued to trade in a tight range, with most benchmarks closing the week little changed:\r\n\r\nS&amp;P 500              0.10%\r\n\r\nGold                      0.19%\r\n\r\nUS 10 yr note    -0.44%\r\n\r\nUS dollar           -1.24&amp;\r\n\r\nCrude oil futures did manage to continue the rally that started the week prior, closing the week 8.62% higher.\r\n\r\nAs the final \"dog days of summer\" approaches, the markets will refocus on interest rate decision from the Federal Reserve. Over the weekend, Fed Vice Chairman Stanley Fischer signaled that a 2016 rate hike is still under consideration.\r\n<p style=\"text-align: left;\"><em>       “We are close to our targets,” Fischer said in a </em><em>speech</em><em> at the Aspen Institute in Aspen, Colorado on Sunday. “Looking ahead, I expect     GDP growth to pick up in coming quarters, as investment recovers from a surprisingly weak patch and the drag from past dollar                appreciation diminishes.”</em></p>\r\n<em> </em>Most economists are not expecting a rate hike before the US presidential elections. On Thursday, central bankers will meet in Jackson Hole, Wyoming, which may give the market some direction before the final push into the November elections.\r\n\r\n</div>\r\n<div></div>\r\n<div><strong><em><br class=\"Apple-interchange-newline\" />Join us this week and experience the power of market intelligence. We will be show casing the new Einstein SmartBox automated trading system with cross-market relationships and correlations analytics.   </em></strong></div>\r\n</div>\r\n<div>​</div>\r\n<div><strong>   <a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/joe-suit-face.jpg\"><img class=\"wp-image-3009 alignleft\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/joe-suit-face.jpg\" alt=\"joe suit face\" width=\"112\" height=\"122\" /></a>              </strong></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>Joe Rios - Founder</strong></div>\r\n<div><strong>The Trading Room®</strong></div>\r\n<div><strong>Rios Quantitative LLC</strong>​​</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n\r\n<strong>RiosQuant Education Special Presentation:</strong>\r\n<div style=\"color: #4c4c4c;\">Understanding intermarket correlations is vital to successfully trade in today’s markets and you won\'t want to miss this important learning opportunity. Register now as seating to this special webinar is limited. Click the link and <strong>Turn Chaos into Opportunity</strong>!</div>\r\n<div style=\"color: #4c4c4c;\"></div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/trade-correlations2.jpg\"><img class=\"aligncenter size-full wp-image-3032\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/trade-correlations2.jpg\" alt=\"trade correlations2\" width=\"466\" height=\"139\" /></a></div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"></div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"></div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"><a style=\"color: #672833;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3mowo_CsT6rDnAF&amp;b=_413bf9p9yNsYmoDRwClQQ\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3mowo_CsT6rDnAF%26b%3D_413bf9p9yNsYmoDRwClQQ&amp;source=gmail&amp;ust=1471892725556000&amp;usg=AFQjCNEfsqKEwFF92hSsRKbAsIEA3twJCA\"><strong>REGISTER HERE</strong></a></div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"></div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"><strong>Webinar:</strong> \"Gain Market Intelligence with Intermarket Relationships\"</div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"><strong>Date:</strong> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1279295667\"><span class=\"aQJ\">Monday, 22 August 2016</span></span></div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"><strong>Time:</strong> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1279295668\"><span class=\"aQJ\">4:00 pm</span></span> Eastern Time (US and Canada), GMT -4</div>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\n<div>\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378145\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378146\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378147\"><span class=\"aQJ\">8:00 AM ET</span></span></strong>\r\n<div>Join our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3k3BE1y9HcrDnAF&amp;b=Jn2iq5_1FklOqi3YhI1LCA\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3k3BE1y9HcrDnAF%26b%3DJn2iq5_1FklOqi3YhI1LCA&amp;source=gmail&amp;ust=1470098516140000&amp;usg=AFQjCNEJ_OQPu_B79LCgoryMI3Ppu25u0g\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3k3BE1y9HcrDnAF&amp;b=z9UNONeq2D2nSpn1v3By1A\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3k3BE1y9HcrDnAF%26b%3Dz9UNONeq2D2nSpn1v3By1A&amp;source=gmail&amp;ust=1470098516140000&amp;usg=AFQjCNFneDLbQZDgywQYhRLUV_zAdQcTaw\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3k3BE1y9HcrDnAF&amp;b=PLhvUbA41OvV4qPN7.69Gg\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3k3BE1y9HcrDnAF%26b%3DPLhvUbA41OvV4qPN7.69Gg&amp;source=gmail&amp;ust=1470098516140000&amp;usg=AFQjCNH9PFZZeiL0oB54PdzMJdXinbgdEw\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>The Insider\'s Quant  Room</strong>​</div>\r\n<div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378148\"><span class=\"aQJ\">Monday</span></span> - 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378149\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Forecasting </em></div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378150\"><span class=\"aQJ\">Wednesday</span></span> - 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378151\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Opportunities in the New Norm</em></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378152\"><span class=\"aQJ\">Friday</span></span> - 11:30 pm</div>\r\n<div><em>Insiders Round Table Meetup</em></div>\r\n</div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n</div>','','','inherit','open','closed','','3037-revision-v1','','','2016-08-21 19:13:56','2016-08-21 19:13:56','',3037,'http://www.thetradingroom.com/3037-revision-v1/',0,'revision','',0),(3043,2,'2016-08-21 19:18:52','2016-08-21 19:18:52','<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n\r\nThe financial markets continued to trade in a tight range, with most benchmarks closing the week little changed:\r\n\r\nS&amp;P 500              0.10%\r\n\r\nGold                      0.19%\r\n\r\nUS 10 yr note    -0.44%\r\n\r\nUS dollar           -1.24&amp;\r\n\r\nCrude oil futures did manage to continue the rally that started the week prior, closing the week 8.62% higher.\r\n\r\nAs the final \"dog days of summer\" approaches, the markets will refocus on interest rate decision from the Federal Reserve. Over the weekend, Fed Vice Chairman Stanley Fischer signaled that a 2016 rate hike is still under consideration.\r\n\r\n<em>       “We are close to our targets,” Fischer said in a </em><em>speech</em><em> at the Aspen Institute in Aspen, Colorado on Sunday. “Looking ahead, I expect GDP growth to pick up in coming quarters, as investment recovers from a surprisingly weak patch and the drag from past dollar appreciation diminishes.”</em>\r\n\r\n<em> </em>Most economists are not expecting a rate hike before the US presidential elections. On Thursday, central bankers will meet in Jackson Hole, Wyoming, which may give the market some direction before the final push into the November elections.\r\n\r\n</div>\r\n<div><strong><em>Join us this week and experience the power of market intelligence. We will be show casing the new Einstein SmartBox automated trading system with cross-market relationships and correlations analytics.   </em></strong></div>\r\n</div>\r\n<div>​</div>\r\n<div><strong>   <a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/joe-suit-face.jpg\"><img class=\"wp-image-3009 alignleft\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/joe-suit-face.jpg\" alt=\"joe suit face\" width=\"112\" height=\"122\" /></a>              </strong></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>Joe Rios - Founder</strong></div>\r\n<div><strong>The Trading Room®</strong></div>\r\n<div><strong>Rios Quantitative LLC</strong>​​</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div><strong>RiosQuant Education Special Presentation:</strong></div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<div style=\"color: #4c4c4c;\">Understanding intermarket correlations is vital to successfully trade in today’s markets and you won\'t want to miss this important learning opportunity. Register now as seating to this special webinar is limited. Click the link and <strong>Turn Chaos into Opportunity</strong>!</div>\r\n<div style=\"color: #4c4c4c;\"></div>\r\n<div style=\"color: #4c4c4c;\"></div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/trade-correlations2.jpg\"><img class=\"aligncenter size-full wp-image-3032\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/trade-correlations2.jpg\" alt=\"trade correlations2\" width=\"466\" height=\"139\" /></a></div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"></div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"></div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"><a style=\"color: #672833;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3mowo_CsT6rDnAF&amp;b=_413bf9p9yNsYmoDRwClQQ\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3mowo_CsT6rDnAF%26b%3D_413bf9p9yNsYmoDRwClQQ&amp;source=gmail&amp;ust=1471892725556000&amp;usg=AFQjCNEfsqKEwFF92hSsRKbAsIEA3twJCA\"><strong>REGISTER HERE</strong></a></div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"></div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"><strong>Webinar:</strong> \"Gain Market Intelligence with Intermarket Relationships\"</div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"><strong>Date:</strong> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1279295667\"><span class=\"aQJ\">Monday, 22 August 2016</span></span></div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"><strong>Time:</strong> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1279295668\"><span class=\"aQJ\">4:00 pm</span></span> Eastern Time (US and Canada), GMT -4</div>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\n<div>\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378145\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378146\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378147\"><span class=\"aQJ\">8:00 AM ET</span></span></strong>\r\n<div>Join our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3k3BE1y9HcrDnAF&amp;b=Jn2iq5_1FklOqi3YhI1LCA\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3k3BE1y9HcrDnAF%26b%3DJn2iq5_1FklOqi3YhI1LCA&amp;source=gmail&amp;ust=1470098516140000&amp;usg=AFQjCNEJ_OQPu_B79LCgoryMI3Ppu25u0g\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3k3BE1y9HcrDnAF&amp;b=z9UNONeq2D2nSpn1v3By1A\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3k3BE1y9HcrDnAF%26b%3Dz9UNONeq2D2nSpn1v3By1A&amp;source=gmail&amp;ust=1470098516140000&amp;usg=AFQjCNFneDLbQZDgywQYhRLUV_zAdQcTaw\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3k3BE1y9HcrDnAF&amp;b=PLhvUbA41OvV4qPN7.69Gg\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3k3BE1y9HcrDnAF%26b%3DPLhvUbA41OvV4qPN7.69Gg&amp;source=gmail&amp;ust=1470098516140000&amp;usg=AFQjCNH9PFZZeiL0oB54PdzMJdXinbgdEw\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>The Insider\'s Quant  Room</strong>​</div>\r\n<div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378148\"><span class=\"aQJ\">Monday</span></span> - 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378149\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Forecasting </em></div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378150\"><span class=\"aQJ\">Wednesday</span></span> - 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378151\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Opportunities in the New Norm</em></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378152\"><span class=\"aQJ\">Friday</span></span> - 11:30 pm</div>\r\n<div><em>Insiders Round Table Meetup</em></div>\r\n</div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n</div>','Week Ahead in the Global Financial Markets','','inherit','open','closed','','3037-revision-v1','','','2016-08-21 19:18:52','2016-08-21 19:18:52','',3037,'http://www.thetradingroom.com/3037-revision-v1/',0,'revision','',0),(3041,2,'2016-08-21 19:17:28','2016-08-21 19:17:28','<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n\r\nThe financial markets continued to trade in a tight range, with most benchmarks closing the week little changed:\r\n\r\nS&amp;P 500              0.10%\r\n\r\nGold                      0.19%\r\n\r\nUS 10 yr note    -0.44%\r\n\r\nUS dollar           -1.24&amp;\r\n\r\nCrude oil futures did manage to continue the rally that started the week prior, closing the week 8.62% higher.\r\n\r\nAs the final \"dog days of summer\" approaches, the markets will refocus on interest rate decision from the Federal Reserve. Over the weekend, Fed Vice Chairman Stanley Fischer signaled that a 2016 rate hike is still under consideration.\r\n<p style=\"text-align: left;\"><em>       “We are close to our targets,” Fischer said in a </em><em>speech</em><em> at the Aspen Institute in Aspen, Colorado on Sunday. “Looking ahead, I expect   GDP growth to pick up in coming quarters, as investment recovers from a surprisingly weak patch and the drag from past dollar                appreciation diminishes.”</em></p>\r\n<em> </em>Most economists are not expecting a rate hike before the US presidential elections. On Thursday, central bankers will meet in Jackson Hole, Wyoming, which may give the market some direction before the final push into the November elections.\r\n\r\n</div>\r\n<div><strong><em>Join us this week and experience the power of market intelligence. We will be show casing the new Einstein SmartBox automated trading system with cross-market relationships and correlations analytics.   </em></strong></div>\r\n</div>\r\n<div>​</div>\r\n<div><strong>   <a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/joe-suit-face.jpg\"><img class=\"wp-image-3009 alignleft\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/joe-suit-face.jpg\" alt=\"joe suit face\" width=\"112\" height=\"122\" /></a>              </strong></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>Joe Rios - Founder</strong></div>\r\n<div><strong>The Trading Room®</strong></div>\r\n<div><strong>Rios Quantitative LLC</strong>​​</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div><strong>RiosQuant Education Special Presentation:</strong></div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<div style=\"color: #4c4c4c;\">Understanding intermarket correlations is vital to successfully trade in today’s markets and you won\'t want to miss this important learning opportunity. Register now as seating to this special webinar is limited. Click the link and <strong>Turn Chaos into Opportunity</strong>!</div>\r\n<div style=\"color: #4c4c4c;\"></div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/trade-correlations2.jpg\"><img class=\"aligncenter size-full wp-image-3032\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/trade-correlations2.jpg\" alt=\"trade correlations2\" width=\"466\" height=\"139\" /></a></div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"></div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"></div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"><a style=\"color: #672833;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3mowo_CsT6rDnAF&amp;b=_413bf9p9yNsYmoDRwClQQ\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3mowo_CsT6rDnAF%26b%3D_413bf9p9yNsYmoDRwClQQ&amp;source=gmail&amp;ust=1471892725556000&amp;usg=AFQjCNEfsqKEwFF92hSsRKbAsIEA3twJCA\"><strong>REGISTER HERE</strong></a></div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"></div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"><strong>Webinar:</strong> \"Gain Market Intelligence with Intermarket Relationships\"</div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"><strong>Date:</strong> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1279295667\"><span class=\"aQJ\">Monday, 22 August 2016</span></span></div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"><strong>Time:</strong> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1279295668\"><span class=\"aQJ\">4:00 pm</span></span> Eastern Time (US and Canada), GMT -4</div>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\n<div>\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378145\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378146\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378147\"><span class=\"aQJ\">8:00 AM ET</span></span></strong>\r\n<div>Join our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3k3BE1y9HcrDnAF&amp;b=Jn2iq5_1FklOqi3YhI1LCA\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3k3BE1y9HcrDnAF%26b%3DJn2iq5_1FklOqi3YhI1LCA&amp;source=gmail&amp;ust=1470098516140000&amp;usg=AFQjCNEJ_OQPu_B79LCgoryMI3Ppu25u0g\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3k3BE1y9HcrDnAF&amp;b=z9UNONeq2D2nSpn1v3By1A\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3k3BE1y9HcrDnAF%26b%3Dz9UNONeq2D2nSpn1v3By1A&amp;source=gmail&amp;ust=1470098516140000&amp;usg=AFQjCNFneDLbQZDgywQYhRLUV_zAdQcTaw\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3k3BE1y9HcrDnAF&amp;b=PLhvUbA41OvV4qPN7.69Gg\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3k3BE1y9HcrDnAF%26b%3DPLhvUbA41OvV4qPN7.69Gg&amp;source=gmail&amp;ust=1470098516140000&amp;usg=AFQjCNH9PFZZeiL0oB54PdzMJdXinbgdEw\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>The Insider\'s Quant  Room</strong>​</div>\r\n<div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378148\"><span class=\"aQJ\">Monday</span></span> - 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378149\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Forecasting </em></div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378150\"><span class=\"aQJ\">Wednesday</span></span> - 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378151\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Opportunities in the New Norm</em></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378152\"><span class=\"aQJ\">Friday</span></span> - 11:30 pm</div>\r\n<div><em>Insiders Round Table Meetup</em></div>\r\n</div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n</div>','Week Ahead in the Global Financial Markets','','inherit','open','closed','','3037-revision-v1','','','2016-08-21 19:17:28','2016-08-21 19:17:28','',3037,'http://www.thetradingroom.com/3037-revision-v1/',0,'revision','',0),(3042,2,'2016-08-21 19:46:27','2016-08-21 19:46:27','<div style=\"color: #000000;\">\n<div>\n<div>\n\nThe financial markets continued to trade in a tight range, with most benchmarks closing the week little changed:\n\nS&amp;P 500              0.10%\n\nGold                      0.19%\n\nUS 10 yr note    -0.44%\n\nUS dollar           -1.24&amp;\n\nCrude oil futures did manage to continue the rally that started the week prior, closing the week 8.62% higher.\n\nAs the final \"dog days of summer\" approaches, the markets will refocus on interest rate decision from the Federal Reserve. Over the weekend, Fed Vice Chairman Stanley Fischer signaled that a 2016 rate hike is still under consideration.\n\n<em>       “We are close to our targets,” Fischer said in a </em><em>speech</em><em> at the Aspen Institute in Aspen, Colorado on Sunday. “Looking ahead, I expect GDP growth to pick up in coming quarters, as investment recovers from a surprisingly weak patch and the drag from past dollar appreciation diminishes.”</em>\n\n<em> </em>Most economists are not expecting a rate hike before the US presidential elections. On Thursday, central bankers will meet in Jackson Hole, Wyoming, which may give the market some direction before the final push into the November elections.\n\n</div>\n<div><strong><em>Join us this week and experience the power of market intelligence. We will be show casing the new Einstein SmartBox automated trading system with cross-market relationships and correlations analytics.   </em></strong></div>\n</div>\n<div>​</div>\n<div><strong>   <a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/joe-suit-face.jpg\"><img class=\"wp-image-3009 alignleft\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/joe-suit-face.jpg\" alt=\"joe suit face\" width=\"112\" height=\"122\" /></a>              </strong></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div></div>\n<div><strong>Joe Rios - Founder</strong></div>\n<div><strong>The Trading Room®</strong></div>\n<div><strong>Rios Quantitative LLC</strong>​​</div>\n<div></div>\n<div>\n\n<hr />\n\n</div>\n<div><strong>RiosQuant Education Special Presentation:</strong></div>\n<div>For the last six months crude oil futures has had a 70% positive correlation with the Dow Jones Industrial Average while a 61% negative correlation with the US dollar.</div>\n</div>\n<div style=\"color: #000000;\">\n<div style=\"color: #4c4c4c;\">Understanding intermarket correlations is vital to successfully trade in today’s markets and you won\'t want to miss this important learning opportunity. Register now as seating to this special webinar is limited. Click the link and <strong>Turn Chaos into Opportunity</strong>!</div>\n<div style=\"color: #4c4c4c;\"></div>\n<div style=\"color: #4c4c4c;\"></div>\n<div style=\"color: #4c4c4c;\"></div>\n<div style=\"color: #4c4c4c; text-align: center;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/trade-correlations2.jpg\"><img class=\"aligncenter size-full wp-image-3032\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/trade-correlations2.jpg\" alt=\"trade correlations2\" width=\"466\" height=\"139\" /></a></div>\n<div style=\"color: #4c4c4c; text-align: center;\"></div>\n<div style=\"color: #4c4c4c; text-align: center;\"></div>\n<div style=\"color: #4c4c4c; text-align: center;\"><a style=\"color: #672833;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3mowo_CsT6rDnAF&amp;b=_413bf9p9yNsYmoDRwClQQ\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3mowo_CsT6rDnAF%26b%3D_413bf9p9yNsYmoDRwClQQ&amp;source=gmail&amp;ust=1471892725556000&amp;usg=AFQjCNEfsqKEwFF92hSsRKbAsIEA3twJCA\"><strong>REGISTER HERE</strong></a></div>\n<div style=\"color: #4c4c4c; text-align: center;\"></div>\n<div style=\"color: #4c4c4c; text-align: center;\"><strong>Webinar:</strong> \"Gain Market Intelligence with Intermarket Relationships\"</div>\n<div style=\"color: #4c4c4c; text-align: center;\"><strong>Date:</strong> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1279295667\"><span class=\"aQJ\">Monday, 22 August 2016</span></span></div>\n<div style=\"color: #4c4c4c; text-align: center;\"><strong>Time:</strong> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1279295668\"><span class=\"aQJ\">4:00 pm</span></span> Eastern Time (US and Canada), GMT -4</div>\n\n<hr />\n\n&nbsp;\n\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\n<div>\n\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378145\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378146\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378147\"><span class=\"aQJ\">8:00 AM ET</span></span></strong>\n<div>Join our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\n<div></div>\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3k3BE1y9HcrDnAF&amp;b=Jn2iq5_1FklOqi3YhI1LCA\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3k3BE1y9HcrDnAF%26b%3DJn2iq5_1FklOqi3YhI1LCA&amp;source=gmail&amp;ust=1470098516140000&amp;usg=AFQjCNEJ_OQPu_B79LCgoryMI3Ppu25u0g\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\n<div></div>\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\n<div></div>\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3k3BE1y9HcrDnAF&amp;b=z9UNONeq2D2nSpn1v3By1A\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3k3BE1y9HcrDnAF%26b%3Dz9UNONeq2D2nSpn1v3By1A&amp;source=gmail&amp;ust=1470098516140000&amp;usg=AFQjCNFneDLbQZDgywQYhRLUV_zAdQcTaw\">register as a guest.</a></div>\n<div></div>\n<div><strong>It\'s really that simple!</strong></div>\n<div></div>\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3k3BE1y9HcrDnAF&amp;b=PLhvUbA41OvV4qPN7.69Gg\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3k3BE1y9HcrDnAF%26b%3DPLhvUbA41OvV4qPN7.69Gg&amp;source=gmail&amp;ust=1470098516140000&amp;usg=AFQjCNH9PFZZeiL0oB54PdzMJdXinbgdEw\">support@riosquant.com</a>.</div>\n<div></div>\n<div>\n<div>\n<div>\n\n<hr />\n\n</div>\n<div></div>\n<div></div>\n<div><strong>The Insider\'s Quant  Room</strong>​</div>\n<div>\n<div></div>\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378148\"><span class=\"aQJ\">Monday</span></span> - 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378149\"><span class=\"aQJ\">2:30 pm</span></span></div>\n<div><em>Forecasting </em></div>\n</div>\n<div></div>\n<div>\n<div>\n<div>\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378150\"><span class=\"aQJ\">Wednesday</span></span> - 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378151\"><span class=\"aQJ\">2:30 pm</span></span></div>\n<div><em>Opportunities in the New Norm</em></div>\n</div>\n</div>\n<div></div>\n</div>\n</div>\n<div>\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378152\"><span class=\"aQJ\">Friday</span></span> - 11:30 pm</div>\n<div><em>Insiders Round Table Meetup</em></div>\n</div>\n<div>\n\n<hr />\n\n</div>\n</div>\n<div>\n<div></div>\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\n</div>\n</div>\n</div>','Week Ahead in the Global Financial Markets','','inherit','open','closed','','3037-autosave-v1','','','2016-08-21 19:46:27','2016-08-21 19:46:27','',3037,'http://www.thetradingroom.com/3037-autosave-v1/',0,'revision','',0),(3044,2,'2016-08-21 19:19:28','2016-08-21 19:19:28','<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n\r\nThe financial markets continued to trade in a tight range, with most benchmarks closing the week little changed:\r\n\r\nS&amp;P 500              0.10%\r\n\r\nGold                      0.19%\r\n\r\nUS 10 yr note    -0.44%\r\n\r\nUS dollar           -1.24&amp;\r\n\r\nCrude oil futures did manage to continue the rally that started the week prior, closing the week 8.62% higher.\r\n\r\nAs the final \"dog days of summer\" approaches, the markets will refocus on interest rate decision from the Federal Reserve. Over the weekend, Fed Vice Chairman Stanley Fischer signaled that a 2016 rate hike is still under consideration.\r\n\r\n<em>       “We are close to our targets,” Fischer said in a </em><em>speech</em><em> at the Aspen Institute in Aspen, Colorado on Sunday. “Looking ahead, I expect GDP growth to pick up in coming quarters, as investment recovers from a surprisingly weak patch and the drag from past dollar appreciation diminishes.”</em>\r\n\r\n<em> </em>Most economists are not expecting a rate hike before the US presidential elections. On Thursday, central bankers will meet in Jackson Hole, Wyoming, which may give the market some direction before the final push into the November elections.\r\n\r\n</div>\r\n<div><strong><em>Join us this week and experience the power of market intelligence. We will be show casing the new Einstein SmartBox automated trading system with cross-market relationships and correlations analytics.   </em></strong></div>\r\n</div>\r\n<div>​</div>\r\n<div><strong>   <a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/joe-suit-face.jpg\"><img class=\"wp-image-3009 alignleft\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/joe-suit-face.jpg\" alt=\"joe suit face\" width=\"112\" height=\"122\" /></a>              </strong></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>Joe Rios - Founder</strong></div>\r\n<div><strong>The Trading Room®</strong></div>\r\n<div><strong>Rios Quantitative LLC</strong>​​</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div><strong>RiosQuant Education Special Presentation:</strong></div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<div style=\"color: #4c4c4c;\">Understanding intermarket correlations is vital to successfully trade in today’s markets and you won\'t want to miss this important learning opportunity. Register now as seating to this special webinar is limited. Click the link and <strong>Turn Chaos into Opportunity</strong>!</div>\r\n<div style=\"color: #4c4c4c;\"></div>\r\n<div style=\"color: #4c4c4c;\"></div>\r\n<div style=\"color: #4c4c4c;\"></div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/trade-correlations2.jpg\"><img class=\"aligncenter size-full wp-image-3032\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/trade-correlations2.jpg\" alt=\"trade correlations2\" width=\"466\" height=\"139\" /></a></div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"></div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"></div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"><a style=\"color: #672833;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3mowo_CsT6rDnAF&amp;b=_413bf9p9yNsYmoDRwClQQ\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3mowo_CsT6rDnAF%26b%3D_413bf9p9yNsYmoDRwClQQ&amp;source=gmail&amp;ust=1471892725556000&amp;usg=AFQjCNEfsqKEwFF92hSsRKbAsIEA3twJCA\"><strong>REGISTER HERE</strong></a></div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"></div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"><strong>Webinar:</strong> \"Gain Market Intelligence with Intermarket Relationships\"</div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"><strong>Date:</strong> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1279295667\"><span class=\"aQJ\">Monday, 22 August 2016</span></span></div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"><strong>Time:</strong> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1279295668\"><span class=\"aQJ\">4:00 pm</span></span> Eastern Time (US and Canada), GMT -4</div>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\n<div>\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378145\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378146\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378147\"><span class=\"aQJ\">8:00 AM ET</span></span></strong>\r\n<div>Join our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3k3BE1y9HcrDnAF&amp;b=Jn2iq5_1FklOqi3YhI1LCA\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3k3BE1y9HcrDnAF%26b%3DJn2iq5_1FklOqi3YhI1LCA&amp;source=gmail&amp;ust=1470098516140000&amp;usg=AFQjCNEJ_OQPu_B79LCgoryMI3Ppu25u0g\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3k3BE1y9HcrDnAF&amp;b=z9UNONeq2D2nSpn1v3By1A\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3k3BE1y9HcrDnAF%26b%3Dz9UNONeq2D2nSpn1v3By1A&amp;source=gmail&amp;ust=1470098516140000&amp;usg=AFQjCNFneDLbQZDgywQYhRLUV_zAdQcTaw\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3k3BE1y9HcrDnAF&amp;b=PLhvUbA41OvV4qPN7.69Gg\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3k3BE1y9HcrDnAF%26b%3DPLhvUbA41OvV4qPN7.69Gg&amp;source=gmail&amp;ust=1470098516140000&amp;usg=AFQjCNH9PFZZeiL0oB54PdzMJdXinbgdEw\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>The Insider\'s Quant  Room</strong>​</div>\r\n<div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378148\"><span class=\"aQJ\">Monday</span></span> - 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378149\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Forecasting </em></div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378150\"><span class=\"aQJ\">Wednesday</span></span> - 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378151\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Opportunities in the New Norm</em></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378152\"><span class=\"aQJ\">Friday</span></span> - 11:30 pm</div>\r\n<div><em>Insiders Round Table Meetup</em></div>\r\n</div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n</div>','Week Ahead in the Global Financial Markets','','inherit','open','closed','','3037-revision-v1','','','2016-08-21 19:19:28','2016-08-21 19:19:28','',3037,'http://www.thetradingroom.com/3037-revision-v1/',0,'revision','',0),(3045,2,'2016-08-21 19:47:09','2016-08-21 19:47:09','<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n\r\nThe financial markets continued to trade in a tight range, with most benchmarks closing the week little changed:\r\n\r\nS&amp;P 500              0.10%\r\n\r\nGold                      0.19%\r\n\r\nUS 10 yr note    -0.44%\r\n\r\nUS dollar           -1.24&amp;\r\n\r\nCrude oil futures did manage to continue the rally that started the week prior, closing the week 8.62% higher.\r\n\r\nAs the final \"dog days of summer\" approaches, the markets will refocus on interest rate decision from the Federal Reserve. Over the weekend, Fed Vice Chairman Stanley Fischer signaled that a 2016 rate hike is still under consideration.\r\n\r\n<em>       “We are close to our targets,” Fischer said in a </em><em>speech</em><em> at the Aspen Institute in Aspen, Colorado on Sunday. “Looking ahead, I expect GDP growth to pick up in coming quarters, as investment recovers from a surprisingly weak patch and the drag from past dollar appreciation diminishes.”</em>\r\n\r\n<em> </em>Most economists are not expecting a rate hike before the US presidential elections. On Thursday, central bankers will meet in Jackson Hole, Wyoming, which may give the market some direction before the final push into the November elections.\r\n\r\n</div>\r\n<div><strong><em>Join us this week and experience the power of market intelligence. We will be show casing the new Einstein SmartBox automated trading system with cross-market relationships and correlations analytics.   </em></strong></div>\r\n</div>\r\n<div>​</div>\r\n<div><strong>   <a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/joe-suit-face.jpg\"><img class=\"wp-image-3009 alignleft\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/joe-suit-face.jpg\" alt=\"joe suit face\" width=\"112\" height=\"122\" /></a>              </strong></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>Joe Rios - Founder</strong></div>\r\n<div><strong>The Trading Room®</strong></div>\r\n<div><strong>Rios Quantitative LLC</strong>​​</div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div><strong>RiosQuant Education Special Presentation:</strong></div>\r\n<div>For the last six months crude oil futures has had a 70% positive correlation with the Dow Jones Industrial Average while a 61% negative correlation with the US dollar. Understanding intermarket correlations is vital to successfully trade in today’s markets, you won\'t want to miss this important learning opportunity. Register now as seating to this special webinar is limited. Click the link and <strong>Turn Chaos into Opportunity</strong>!</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<div style=\"color: #4c4c4c;\"></div>\r\n<div style=\"color: #4c4c4c;\"></div>\r\n<div style=\"color: #4c4c4c;\"></div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/trade-correlations2.jpg\"><img class=\"aligncenter size-full wp-image-3032\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/trade-correlations2.jpg\" alt=\"trade correlations2\" width=\"466\" height=\"139\" /></a></div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"></div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"></div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"><a style=\"color: #672833;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3mowo_CsT6rDnAF&amp;b=_413bf9p9yNsYmoDRwClQQ\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3mowo_CsT6rDnAF%26b%3D_413bf9p9yNsYmoDRwClQQ&amp;source=gmail&amp;ust=1471892725556000&amp;usg=AFQjCNEfsqKEwFF92hSsRKbAsIEA3twJCA\"><strong>REGISTER HERE</strong></a></div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"></div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"><strong>Webinar:</strong> \"Gain Market Intelligence with Intermarket Relationships\"</div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"><strong>Date:</strong> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1279295667\"><span class=\"aQJ\">Monday, 22 August 2016</span></span></div>\r\n<div style=\"color: #4c4c4c; text-align: center;\"><strong>Time:</strong> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1279295668\"><span class=\"aQJ\">4:00 pm</span></span> Eastern Time (US and Canada), GMT -4</div>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room TradeLAB - Global Trading with Quantitative Technologies</strong>\r\n<div>\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378145\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378146\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378147\"><span class=\"aQJ\">8:00 AM ET</span></span></strong>\r\n<div>Join our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3k3BE1y9HcrDnAF&amp;b=Jn2iq5_1FklOqi3YhI1LCA\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3k3BE1y9HcrDnAF%26b%3DJn2iq5_1FklOqi3YhI1LCA&amp;source=gmail&amp;ust=1470098516140000&amp;usg=AFQjCNEJ_OQPu_B79LCgoryMI3Ppu25u0g\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3k3BE1y9HcrDnAF&amp;b=z9UNONeq2D2nSpn1v3By1A\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3k3BE1y9HcrDnAF%26b%3Dz9UNONeq2D2nSpn1v3By1A&amp;source=gmail&amp;ust=1470098516140000&amp;usg=AFQjCNFneDLbQZDgywQYhRLUV_zAdQcTaw\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3k3BE1y9HcrDnAF&amp;b=PLhvUbA41OvV4qPN7.69Gg\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3k3BE1y9HcrDnAF%26b%3DPLhvUbA41OvV4qPN7.69Gg&amp;source=gmail&amp;ust=1470098516140000&amp;usg=AFQjCNH9PFZZeiL0oB54PdzMJdXinbgdEw\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>The Insider\'s Quant  Room</strong>​</div>\r\n<div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378148\"><span class=\"aQJ\">Monday</span></span> - 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378149\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Forecasting </em></div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378150\"><span class=\"aQJ\">Wednesday</span></span> - 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378151\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Opportunities in the New Norm</em></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_2039378152\"><span class=\"aQJ\">Friday</span></span> - 11:30 pm</div>\r\n<div><em>Insiders Round Table Meetup</em></div>\r\n</div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div></div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n</div>','Week Ahead in the Global Financial Markets','','inherit','open','closed','','3037-revision-v1','','','2016-08-21 19:47:09','2016-08-21 19:47:09','',3037,'http://www.thetradingroom.com/3037-revision-v1/',0,'revision','',0),(3046,2,'2016-08-23 10:35:03','2016-08-23 10:35:03','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n\r\nWORLD HEADLINES - Oil extended its retreat from a seven-week high on supply concerns, while European shares rose as data showed economic activity in France picked up this month.\r\n\r\n<hr />\r\n\r\nSTOCKS - Futures markets pointed to a higher Wall Street open, having ended little changed on Monday.\r\n\r\n<hr />\r\n\r\nBONDS - U.S. Treasury bond volatility held near a 20-month low. Markets have been dominated over the past week by speculation about the timing of the Federal Reserve’s next increase.\r\n\r\n<hr />\r\n\r\nCOMMODITIES - Oil remained under pressure after shedding 3 percent on Monday amid worries about burgeoning Chinese fuel exports, more Iraqi and Nigerian crude shipments and a rising U.S. oil rig count. <span style=\"font-weight: normal;\">Natural Gas futures trading was active during the London session, approaching near term resistance</span><span style=\"font-weight: normal;\">.</span>\r\n\r\n<hr />\r\n\r\nCURRENCIES - New Zealand’s currency strengthened after its central bank said the pace of interest-rate cuts in the nation will be gradual.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nECONOMIC DATA - US New Home Sales due at 10:00 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/6909014785916931842\">register as a guest.</a></span></p>\r\n\r\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\"><img class=\"aligncenter  wp-image-3023\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\" alt=\"mini 8-10\" width=\"676\" height=\"221\" /></a></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\"></div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket Trading: Trade Natural Gas Futures ','','publish','open','closed','','premarket-trading-trade-natural-gas-futures','','','2016-08-23 10:43:40','2016-08-23 10:43:40','',0,'http://www.thetradingroom.com/?p=3046',0,'post','',0),(3047,2,'2016-08-23 10:35:03','2016-08-23 10:35:03','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n\r\nWORLD HEADLINES - Oil extended its retreat from a seven-week high on supply concerns, while European shares rose as data showed economic activity in France picked up this month.\r\n\r\n<hr />\r\n\r\nSTOCKS - Futures markets pointed to a higher Wall Street open, having ended little changed on Monday.\r\n\r\n<hr />\r\n\r\nBONDS - U.S. Treasury bond volatility held near a 20-month low. Markets have been dominated over the past week by speculation about the timing of the Federal Reserve’s next increase.\r\n\r\n<hr />\r\n\r\nCOMMODITIES - Oil remained under pressure after shedding 3 percent on Monday amid worries about burgeoning Chinese fuel exports, more Iraqi and Nigerian crude shipments and a rising U.S. oil rig count. Natural Gas futures moved towards resistance ahead of the energy market open.\r\n\r\n<hr />\r\n\r\nCURRENCIES - New Zealand’s currency strengthened after its central bank said the pace of interest-rate cuts in the nation will be gradual.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nECONOMIC DATA - US New Home Sales due at 10:00 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/6909014785916931842\">register as a guest.</a></span></p>\r\n\r\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\"><img class=\"aligncenter  wp-image-3023\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\" alt=\"mini 8-10\" width=\"676\" height=\"221\" /></a></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\"></div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket Trading: Trade Natural Gas Futures ','','inherit','open','closed','','3046-revision-v1','','','2016-08-23 10:35:03','2016-08-23 10:35:03','',3046,'http://www.thetradingroom.com/3046-revision-v1/',0,'revision','',0),(3048,2,'2016-08-23 10:41:06','2016-08-23 10:41:06','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\n<div style=\"font-weight: 300; color: #0e5daf;\">\n<div style=\"color: #000000;\">\n<div>\n\nWORLD HEADLINES - Oil extended its retreat from a seven-week high on supply concerns, while European shares rose as data showed economic activity in France picked up this month.\n\n<hr />\n\nSTOCKS - Futures markets pointed to a higher Wall Street open, having ended little changed on Monday.\n\n<hr />\n\nBONDS - U.S. Treasury bond volatility held near a 20-month low. Markets have been dominated over the past week by speculation about the timing of the Federal Reserve’s next increase.\n\n<hr />\n\nCOMMODITIES - Oil remained under pressure after shedding 3 percent on Monday amid worries about burgeoning Chinese fuel exports, more Iraqi and Nigerian crude shipments and a rising U.S. oil rig count. Natural Gas futures trading towards resistance ahead of the energy market open.\n\n<hr />\n\nCURRENCIES - New Zealand’s currency strengthened after its central bank said the pace of interest-rate cuts in the nation will be gradual.\n\n<hr />\n\n&nbsp;\n\nECONOMIC DATA - US New Home Sales due at 10:00 ET.\n\n</div>\n\n<hr />\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/6909014785916931842\">register as a guest.</a></span></p>\n\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\"><img class=\"aligncenter  wp-image-3023\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\" alt=\"mini 8-10\" width=\"676\" height=\"221\" /></a></div>\n</div>\n</div>\n<div style=\"font-weight: 300; color: #0e5daf;\"></div>\n<div style=\"font-weight: 300; color: #0e5daf;\">\n<div style=\"color: #000000;\">\n<div>\n<div></div>\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\n</div>\n</div>\n</div>','PreMarket Trading: Trade Natural Gas Futures ','','inherit','open','closed','','3046-autosave-v1','','','2016-08-23 10:41:06','2016-08-23 10:41:06','',3046,'http://www.thetradingroom.com/3046-autosave-v1/',0,'revision','',0),(3049,2,'2016-08-23 10:41:57','2016-08-23 10:41:57','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n\r\nWORLD HEADLINES - Oil extended its retreat from a seven-week high on supply concerns, while European shares rose as data showed economic activity in France picked up this month.\r\n\r\n<hr />\r\n\r\nSTOCKS - Futures markets pointed to a higher Wall Street open, having ended little changed on Monday.\r\n\r\n<hr />\r\n\r\nBONDS - U.S. Treasury bond volatility held near a 20-month low. Markets have been dominated over the past week by speculation about the timing of the Federal Reserve’s next increase.\r\n\r\n<hr />\r\n\r\nCOMMODITIES - Oil remained under pressure after shedding 3 percent on Monday amid worries about burgeoning Chinese fuel exports, more Iraqi and Nigerian crude shipments and a rising U.S. oil rig count. <span style=\"font-weight: normal;\">Natural Gas futures trading was active during the London session, approaching near term resistance</span><span style=\"font-weight: normal;\">.</span>\r\n\r\n<hr />\r\n\r\nCURRENCIES - New Zealand’s currency strengthened after its central bank said the pace of interest-rate cuts in the nation will be gradual.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nECONOMIC DATA - US New Home Sales due at 10:00 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/6909014785916931842\">register as a guest.</a></span></p>\r\n\r\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\"><img class=\"aligncenter  wp-image-3023\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\" alt=\"mini 8-10\" width=\"676\" height=\"221\" /></a></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\"></div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket Trading: Trade Natural Gas Futures ','','inherit','open','closed','','3046-revision-v1','','','2016-08-23 10:41:57','2016-08-23 10:41:57','',3046,'http://www.thetradingroom.com/3046-revision-v1/',0,'revision','',0),(3050,2,'2016-08-24 11:20:58','0000-00-00 00:00:00','<strong style=\"color: #000000;\">Rollover\r\n</strong><span style=\"color: #000000;\">Contract </span>Rollover<span style=\"color: #000000;\"> occurs on the Thursday a week before the expiration Friday - for the e-minis, this is the second Thursday of March, June, September and December (if the Rollover month starts on a Friday, the Rollover is the first Thursday of the month). The next contract becomes the \"lead contract\" or the \"front month\". Even though the previous contract continues to trade until expiration, the majority of trading moves to the next contract. </span><span style=\"color: #000000;\">\r\n\r\n\r\n</span>\r\n\r\nFirst Notice Day for the following contracts is <strong>August 31, 2016. </strong>These contracts are physically deliverable.\r\n\r\n&nbsp;\r\n\r\n<strong>SEPTEMBER 16 SOYBEAN OIL</strong>\r\n\r\n<strong>SEPTEMBER 16 SOYBEAN MEAL</strong>\r\n\r\n<strong>SEPTEMBER 16 SOYBEANS</strong>\r\n\r\n<strong>SEPTEMBER </strong><strong>16 </strong><strong> CBT MINI SOYBEANS</strong>\r\n\r\n<strong>SEPTEMBER </strong><strong>16  </strong><strong>ROUGH RICE</strong>\r\n\r\n<strong>SEPTEMBER </strong><strong>16  </strong><strong>CORN</strong>\r\n\r\n<strong>SEPTEMBER 16 CBT MINI CORN</strong>\r\n\r\n<strong>SEPTEMBER 16 WHEAT</strong>\r\n\r\n<strong>SEPTEMBER 16 CBT MINI WHEAT</strong>\r\n\r\n<strong>SEPTEMBER 16 CBT RED WHEAT</strong>\r\n\r\n<strong>SEPTEMBER 16 CBT TBONDS</strong>\r\n\r\n<strong>SEPTEMBER 16 10 YR TNOTES</strong>\r\n\r\n<strong>SEPTEMBER 16 CBT 5 YR NOTE</strong>\r\n\r\n<strong>SEPTEMBER 16 CBT 2 YR NOTE</strong>\r\n\r\n<strong>SEPTEMBER</strong><strong> 16 GOLD-COMEX</strong>\r\n\r\n<strong>SEPTEMBER 16 NYL MINI GOLD</strong>\r\n\r\n<strong>SEPTEMBER 16 NY SILVER</strong>\r\n\r\n<strong>SEPTEMBER 16 NYL MINI SILVER</strong>\r\n\r\n<strong>SEPTEMBER 16 PALLADIUM</strong>\r\n\r\n<strong>SEPTEMBER 16 HI-GRD COPPER</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>LAST TRADING DAY:</strong>\r\n\r\n<strong>AUGUST 16 CATTLE</strong>\r\n\r\n<strong>SEPTEMBER 16 NYM RBOB GAS</strong>\r\n\r\n<strong>SEPTEMBER 16 HEATING OIL (NYHRBRULSD)</strong>\r\n\r\n&nbsp;\r\n\r\nPlease be sure to roll or offset positions by <strong>close of business Monday August 29, 2016. </strong>Failure to roll or offset may result in your positions being liquidated by your broker and the account being restricted.','Futures Contract Rollover','','draft','open','closed','','futures-contract-rollover','','','2016-08-24 11:20:58','2016-08-24 11:20:58','',0,'http://www.thetradingroom.com/?p=3050',0,'post','',0),(3051,2,'2016-08-24 10:17:12','2016-08-24 10:17:12','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n\r\nWORLD HEADLINES - Global stocks slipped during the overnight trading session while the dollar continued to claw back last week\'s losses as investors waited Friday’s speech from Federal Reserve Chair Janet Yellen for clues on the trajectory of interest rates.\r\n\r\nSTOCKS - Asian and world stock indices succumbed to profit-taking after reaching one-year highs earlier this month, while U.S. futures pointed to a lower open on Wall Street.\r\n\r\nBONDS - The 2-10 U.S. yield curve flattened to 78 basis points earlier on Wednesday, the flattest in a month, suggesting investors are lukewarm on what higher borrowing costs will do for the U.S. and world economy.\r\n\r\nCOMMODITIES - Oil prices fell, reversing earlier gains, after the American Petroleum Institute (API) reported on Tuesday that U.S. crude inventories rose by a surprising 4.5 million barrels last week.\r\n\r\nCURRENCIES - The dollar index of its value against a trade-weighted basket of currencies edged up, after falling more than 1 percent last week.\r\n\r\nECONOMIC DATA - US Existing Home Sales due at 10:00, Crude Oil Inventories at 10:30 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/6909014785916931842\">register as a guest.</a></span></p>\r\n\r\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\"><img class=\"aligncenter  wp-image-3023\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\" alt=\"mini 8-10\" width=\"676\" height=\"221\" /></a></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\"></div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket Trading: Crude Oil Inventories ','','publish','open','closed','','premarket-trading-crude-oil-inventories','','','2016-08-24 10:17:12','2016-08-24 10:17:12','',0,'http://www.thetradingroom.com/?p=3051',0,'post','',0),(3052,2,'2016-08-24 10:15:32','2016-08-24 10:15:32','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n\r\nWORLD HEADLINES - Global stocks slipped during the overnight trading session while the dollar continued to claw back last week\'s losses as investors waited Friday’s speech from Federal Reserve Chair Janet Yellen for clues on the trajectory of interest rates.\r\n\r\nSTOCKS - Asian and world stock indices succumbed to profit-taking after reaching one-year highs earlier this month, while U.S. futures pointed to a lower open on Wall Street.\r\n\r\nBONDS - The 2-10 U.S. yield curve flattened to 78 basis points earlier on Wednesday, the flattest in a month, suggesting investors are lukewarm on what higher borrowing costs will do for the U.S. and world economy.\r\n\r\nCOMMODITIES - Oil prices fell, reversing earlier gains, after the American Petroleum Institute (API) reported on Tuesday that U.S. crude inventories rose by a surprising 4.5 million barrels last week.\r\n\r\nCURRENCIES - The dollar index of its value against a trade-weighted basket of currencies edged up, after falling more than 1 percent last week.\r\n\r\nECONOMIC DATA - US Existing Home Sales due at 10:00, Crude Oil Inventories at 10:30 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/6909014785916931842\">register as a guest.</a></span></p>\r\n\r\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\"><img class=\"aligncenter  wp-image-3023\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\" alt=\"mini 8-10\" width=\"676\" height=\"221\" /></a></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\"></div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','','','inherit','open','closed','','3051-revision-v1','','','2016-08-24 10:15:32','2016-08-24 10:15:32','',3051,'http://www.thetradingroom.com/3051-revision-v1/',0,'revision','',0),(3053,2,'2016-08-24 10:17:12','2016-08-24 10:17:12','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n\r\nWORLD HEADLINES - Global stocks slipped during the overnight trading session while the dollar continued to claw back last week\'s losses as investors waited Friday’s speech from Federal Reserve Chair Janet Yellen for clues on the trajectory of interest rates.\r\n\r\nSTOCKS - Asian and world stock indices succumbed to profit-taking after reaching one-year highs earlier this month, while U.S. futures pointed to a lower open on Wall Street.\r\n\r\nBONDS - The 2-10 U.S. yield curve flattened to 78 basis points earlier on Wednesday, the flattest in a month, suggesting investors are lukewarm on what higher borrowing costs will do for the U.S. and world economy.\r\n\r\nCOMMODITIES - Oil prices fell, reversing earlier gains, after the American Petroleum Institute (API) reported on Tuesday that U.S. crude inventories rose by a surprising 4.5 million barrels last week.\r\n\r\nCURRENCIES - The dollar index of its value against a trade-weighted basket of currencies edged up, after falling more than 1 percent last week.\r\n\r\nECONOMIC DATA - US Existing Home Sales due at 10:00, Crude Oil Inventories at 10:30 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/6909014785916931842\">register as a guest.</a></span></p>\r\n\r\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\"><img class=\"aligncenter  wp-image-3023\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\" alt=\"mini 8-10\" width=\"676\" height=\"221\" /></a></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\"></div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket Trading: Crude Oil Inventories ','','inherit','open','closed','','3051-revision-v1','','','2016-08-24 10:17:12','2016-08-24 10:17:12','',3051,'http://www.thetradingroom.com/3051-revision-v1/',0,'revision','',0),(3054,2,'2016-08-24 10:40:36','2016-08-24 10:40:36','<div>Thank you for attending our recent Intermarket Correlations webinar.  Did you take what you learned and apply it while trading the markets? I did! In yesterday\'s live trading room session I took a long position in gold futures and in 18 minutes made $220 per contract! How did I do it?  <strong>Correlations!</strong> How did I know when to exit? <strong>Correlations! </strong>If you were in our trading room, you heard me explain in detail the \"why\" and \"how\" of the Joe Rios correlations strategy, <strong>in advance, before the move even happened</strong>! If you’re not using the power of correlations in your daily trading, you are missing the predictability of moves like the one we spotted below.</div>\r\n<div style=\"text-align: center;\"><img class=\"CToWUd a6T aligncenter\" tabindex=\"0\" title=\"gc trade 8-23\" src=\"https://ci4.googleusercontent.com/proxy/mwT4jbiGTMHc8QVD02W_I1vr73ZJRezaDRvXv6zUIkpA0GeAsgeuPrGxqI5vIdrCPKBMmn6sioA_Jp780DumfDAIpQD4akhM3tj6rDaVF40uKyfQem20XnUjmcKLjPeFuMcbK0qIQd3KmQYySNAiZGVifbgSAHTCsXFZf74r=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/f695177756/gc%20trade%208-23.JPG?__nocache__=1\" alt=\"gc trade 8-23\" width=\"500\" height=\"226\" align=\"none\" border=\"0\" hspace=\"0\" vspace=\"0\" />\r\nGold Futures - Trade signals including buy entry and profit exit.<img class=\"CToWUd a6T aligncenter\" tabindex=\"0\" title=\"cor 8-23\" src=\"https://ci3.googleusercontent.com/proxy/MljJCEEH_SSDP1b-u6aHe9kczJ97N53tvM2PqeUiJ2XoxbJS1lswrxBxCrlz_lgRxJW4W9hA_dhNOQEIVSatN1gQRtfw3tywKay7_Kv7fYLaEtZGx4VSb-KS9xfvDT8D2CCHWD_AbodywSzEiFd3hiG3uvk2eGU=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/f695177756/cor%208-23.jpg?__nocache__=1\" alt=\"cor 8-23\" width=\"500\" height=\"254\" align=\"none\" border=\"0\" hspace=\"0\" vspace=\"0\" />\r\nIntermarket Correlations - Can you spot the opportunities based on the correlations between the US 10 yr note, S&amp;P 500 and Gold?\r\n\r\n</div>\r\n<div style=\"color: #222222;\">To apply correlations you must understand and be able to read them while the markets are moving and the techniques I’ll teach you might just be the missing key that will unlock your trading potential. Invest in yourself and turn $175 into something <strong>BIG</strong>. If you are serious about your trading performance click the link below. First class starts today. Don’t miss out, <strong>only 2 seats remain!</strong></div>\r\n<div class=\"yj6qo ajU\" style=\"color: #222222;\">\r\n<div id=\":30z\" class=\"ajR\" tabindex=\"0\" data-tooltip=\"Hide expanded content\"><img class=\"ajT\" src=\"https://ssl.gstatic.com/ui/v1/icons/mail/images/cleardot.gif\" alt=\"\" /></div>\r\n</div>\r\n<div class=\"adL\" style=\"color: #222222;\">\r\n<div style=\"text-align: center;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f695177756/TEST/0ce67b14e6/cmd=_s-xclick&amp;hosted_button_id=CJNHRV89CRK4S\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/f695177756/TEST/0ce67b14e6/cmd%3D_s-xclick%26hosted_button_id%3DCJNHRV89CRK4S&amp;source=gmail&amp;ust=1472086249404000&amp;usg=AFQjCNHxGzjFVtrDmTNmT3YY0kH3KzxDVA\">REGISTER HERE</a></div>\r\n</div>','Intermarket Correlations: Profit from it, learn how','','publish','open','closed','','intermarket-correlations-profit-learn','','','2016-08-24 11:21:53','2016-08-24 11:21:53','',0,'http://www.thetradingroom.com/?p=3054',0,'post','',0),(3055,2,'2016-08-24 10:40:24','2016-08-24 10:40:24','','joe jeans horizontal','','inherit','open','closed','','joe-jeans-horizontal','','','2016-08-24 10:40:24','2016-08-24 10:40:24','',3054,'http://www.thetradingroom.com/wp-content/uploads/2016/08/joe-jeans-horizontal.jpg',0,'attachment','image/jpeg',0),(3056,2,'2016-08-24 10:40:36','2016-08-24 10:40:36','<div>Thank you for attending our recent Intermarket Correlations webinar.  Did you take what you learned and apply it while trading the markets? I did! In yesterday\'s live trading room session I took a long position in gold futures and in 18 minutes made $220 per contract! How did I do it?  <strong>Correlations!</strong> How did I know when to exit? <strong>Correlations! </strong>If you were in our trading room, you heard me explain in detail the \"why\" and \"how\" of the Joe Rios correlations strategy, <strong>in advance, before the move even happened</strong>! If you’re not using the power of correlations in your daily trading, you are missing the predictability of moves like the one we spotted today.\r\n</div>\r\n<div style=\"text-align: center;\"><img class=\"CToWUd a6T aligncenter\" tabindex=\"0\" title=\"gc trade 8-23\" src=\"https://ci4.googleusercontent.com/proxy/mwT4jbiGTMHc8QVD02W_I1vr73ZJRezaDRvXv6zUIkpA0GeAsgeuPrGxqI5vIdrCPKBMmn6sioA_Jp780DumfDAIpQD4akhM3tj6rDaVF40uKyfQem20XnUjmcKLjPeFuMcbK0qIQd3KmQYySNAiZGVifbgSAHTCsXFZf74r=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/f695177756/gc%20trade%208-23.JPG?__nocache__=1\" alt=\"gc trade 8-23\" width=\"500\" height=\"226\" align=\"none\" border=\"0\" hspace=\"0\" vspace=\"0\" />\r\nGold Futures - Trade signals including buy entry and profit exit.\r\n\r\n<img class=\"CToWUd a6T aligncenter\" tabindex=\"0\" title=\"cor 8-23\" src=\"https://ci3.googleusercontent.com/proxy/MljJCEEH_SSDP1b-u6aHe9kczJ97N53tvM2PqeUiJ2XoxbJS1lswrxBxCrlz_lgRxJW4W9hA_dhNOQEIVSatN1gQRtfw3tywKay7_Kv7fYLaEtZGx4VSb-KS9xfvDT8D2CCHWD_AbodywSzEiFd3hiG3uvk2eGU=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/f695177756/cor%208-23.jpg?__nocache__=1\" alt=\"cor 8-23\" width=\"500\" height=\"254\" align=\"none\" border=\"0\" hspace=\"0\" vspace=\"0\" />\r\nIntermarket Correlations - Can you spot the opportunities based on the correlations between the US 10 yr note, S&amp;P 500 and Gold?\r\n</div>\r\n<div style=\"color: #222222;\">To apply correlations you must understand and be able to read them while the markets are moving and the techniques I’ll teach you might just be the missing key that will unlock your trading potential. Invest in yourself and turn $175 into something <strong>BIG</strong>. If you are serious about your trading performance click the link below. First class starts today. Don’t miss out, <strong>only 2 seats remain!</strong></div>\r\n<div class=\"yj6qo ajU\" style=\"color: #222222;\">\r\n<div id=\":30z\" class=\"ajR\" tabindex=\"0\" data-tooltip=\"Hide expanded content\"><img class=\"ajT\" src=\"https://ssl.gstatic.com/ui/v1/icons/mail/images/cleardot.gif\" alt=\"\" /></div>\r\n</div>\r\n<div class=\"adL\" style=\"color: #222222;\">\r\n<div style=\"text-align: center;\">\r\n<a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f695177756/TEST/0ce67b14e6/cmd=_s-xclick&amp;hosted_button_id=CJNHRV89CRK4S\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/f695177756/TEST/0ce67b14e6/cmd%3D_s-xclick%26hosted_button_id%3DCJNHRV89CRK4S&amp;source=gmail&amp;ust=1472086249404000&amp;usg=AFQjCNHxGzjFVtrDmTNmT3YY0kH3KzxDVA\">REGISTER HERE</a></div>\r\n</div>','Intermarket Correlations: Profit from it, learn how','','inherit','open','closed','','3054-revision-v1','','','2016-08-24 10:40:36','2016-08-24 10:40:36','',3054,'http://www.thetradingroom.com/3054-revision-v1/',0,'revision','',0),(3057,2,'2016-08-24 11:20:58','2016-08-24 11:20:58','<strong style=\"color: #000000;\">Rollover\r\n</strong><span style=\"color: #000000;\">Contract </span>Rollover<span style=\"color: #000000;\"> occurs on the Thursday a week before the expiration Friday - for the e-minis, this is the second Thursday of March, June, September and December (if the Rollover month starts on a Friday, the Rollover is the first Thursday of the month). The next contract becomes the \"lead contract\" or the \"front month\". Even though the previous contract continues to trade until expiration, the majority of trading moves to the next contract. </span><span style=\"color: #000000;\">\r\n\r\n\r\n</span>\r\n\r\nFirst Notice Day for the following contracts is <strong>August 31, 2016. </strong>These contracts are physically deliverable.\r\n\r\n&nbsp;\r\n\r\n<strong>SEPTEMBER 16 SOYBEAN OIL</strong>\r\n\r\n<strong>SEPTEMBER 16 SOYBEAN MEAL</strong>\r\n\r\n<strong>SEPTEMBER 16 SOYBEANS</strong>\r\n\r\n<strong>SEPTEMBER </strong><strong>16 </strong><strong> CBT MINI SOYBEANS</strong>\r\n\r\n<strong>SEPTEMBER </strong><strong>16  </strong><strong>ROUGH RICE</strong>\r\n\r\n<strong>SEPTEMBER </strong><strong>16  </strong><strong>CORN</strong>\r\n\r\n<strong>SEPTEMBER 16 CBT MINI CORN</strong>\r\n\r\n<strong>SEPTEMBER 16 WHEAT</strong>\r\n\r\n<strong>SEPTEMBER 16 CBT MINI WHEAT</strong>\r\n\r\n<strong>SEPTEMBER 16 CBT RED WHEAT</strong>\r\n\r\n<strong>SEPTEMBER 16 CBT TBONDS</strong>\r\n\r\n<strong>SEPTEMBER 16 10 YR TNOTES</strong>\r\n\r\n<strong>SEPTEMBER 16 CBT 5 YR NOTE</strong>\r\n\r\n<strong>SEPTEMBER 16 CBT 2 YR NOTE</strong>\r\n\r\n<strong>SEPTEMBER</strong><strong> 16 GOLD-COMEX</strong>\r\n\r\n<strong>SEPTEMBER 16 NYL MINI GOLD</strong>\r\n\r\n<strong>SEPTEMBER 16 NY SILVER</strong>\r\n\r\n<strong>SEPTEMBER 16 NYL MINI SILVER</strong>\r\n\r\n<strong>SEPTEMBER 16 PALLADIUM</strong>\r\n\r\n<strong>SEPTEMBER 16 HI-GRD COPPER</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>LAST TRADING DAY:</strong>\r\n\r\n<strong>AUGUST 16 CATTLE</strong>\r\n\r\n<strong>SEPTEMBER 16 NYM RBOB GAS</strong>\r\n\r\n<strong>SEPTEMBER 16 HEATING OIL (NYHRBRULSD)</strong>\r\n\r\n&nbsp;\r\n\r\nPlease be sure to roll or offset positions by <strong>close of business Monday August 29, 2016. </strong>Failure to roll or offset may result in your positions being liquidated by your broker and the account being restricted.','Futures Contract Rollover','','inherit','open','closed','','3050-revision-v1','','','2016-08-24 11:20:58','2016-08-24 11:20:58','',3050,'http://www.thetradingroom.com/3050-revision-v1/',0,'revision','',0),(3058,2,'2016-08-24 11:21:53','2016-08-24 11:21:53','<div>Thank you for attending our recent Intermarket Correlations webinar.  Did you take what you learned and apply it while trading the markets? I did! In yesterday\'s live trading room session I took a long position in gold futures and in 18 minutes made $220 per contract! How did I do it?  <strong>Correlations!</strong> How did I know when to exit? <strong>Correlations! </strong>If you were in our trading room, you heard me explain in detail the \"why\" and \"how\" of the Joe Rios correlations strategy, <strong>in advance, before the move even happened</strong>! If you’re not using the power of correlations in your daily trading, you are missing the predictability of moves like the one we spotted below.</div>\r\n<div style=\"text-align: center;\"><img class=\"CToWUd a6T aligncenter\" tabindex=\"0\" title=\"gc trade 8-23\" src=\"https://ci4.googleusercontent.com/proxy/mwT4jbiGTMHc8QVD02W_I1vr73ZJRezaDRvXv6zUIkpA0GeAsgeuPrGxqI5vIdrCPKBMmn6sioA_Jp780DumfDAIpQD4akhM3tj6rDaVF40uKyfQem20XnUjmcKLjPeFuMcbK0qIQd3KmQYySNAiZGVifbgSAHTCsXFZf74r=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/f695177756/gc%20trade%208-23.JPG?__nocache__=1\" alt=\"gc trade 8-23\" width=\"500\" height=\"226\" align=\"none\" border=\"0\" hspace=\"0\" vspace=\"0\" />\r\nGold Futures - Trade signals including buy entry and profit exit.<img class=\"CToWUd a6T aligncenter\" tabindex=\"0\" title=\"cor 8-23\" src=\"https://ci3.googleusercontent.com/proxy/MljJCEEH_SSDP1b-u6aHe9kczJ97N53tvM2PqeUiJ2XoxbJS1lswrxBxCrlz_lgRxJW4W9hA_dhNOQEIVSatN1gQRtfw3tywKay7_Kv7fYLaEtZGx4VSb-KS9xfvDT8D2CCHWD_AbodywSzEiFd3hiG3uvk2eGU=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/f695177756/cor%208-23.jpg?__nocache__=1\" alt=\"cor 8-23\" width=\"500\" height=\"254\" align=\"none\" border=\"0\" hspace=\"0\" vspace=\"0\" />\r\nIntermarket Correlations - Can you spot the opportunities based on the correlations between the US 10 yr note, S&amp;P 500 and Gold?\r\n\r\n</div>\r\n<div style=\"color: #222222;\">To apply correlations you must understand and be able to read them while the markets are moving and the techniques I’ll teach you might just be the missing key that will unlock your trading potential. Invest in yourself and turn $175 into something <strong>BIG</strong>. If you are serious about your trading performance click the link below. First class starts today. Don’t miss out, <strong>only 2 seats remain!</strong></div>\r\n<div class=\"yj6qo ajU\" style=\"color: #222222;\">\r\n<div id=\":30z\" class=\"ajR\" tabindex=\"0\" data-tooltip=\"Hide expanded content\"><img class=\"ajT\" src=\"https://ssl.gstatic.com/ui/v1/icons/mail/images/cleardot.gif\" alt=\"\" /></div>\r\n</div>\r\n<div class=\"adL\" style=\"color: #222222;\">\r\n<div style=\"text-align: center;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f695177756/TEST/0ce67b14e6/cmd=_s-xclick&amp;hosted_button_id=CJNHRV89CRK4S\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/f695177756/TEST/0ce67b14e6/cmd%3D_s-xclick%26hosted_button_id%3DCJNHRV89CRK4S&amp;source=gmail&amp;ust=1472086249404000&amp;usg=AFQjCNHxGzjFVtrDmTNmT3YY0kH3KzxDVA\">REGISTER HERE</a></div>\r\n</div>','Intermarket Correlations: Profit from it, learn how','','inherit','open','closed','','3054-revision-v1','','','2016-08-24 11:21:53','2016-08-24 11:21:53','',3054,'http://www.thetradingroom.com/3054-revision-v1/',0,'revision','',0),(3059,2,'2016-08-25 10:13:46','2016-08-25 10:13:46','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n\r\nWORLD HEADLINES - Global markets were firmly focused on the annual central banker mountain getaway in Jackson Hole in Wyoming that starts today and will see Federal Reserve chief Janet Yellen speak on Friday.\r\n\r\nSTOCKS - S&amp;P 500 Index futures slipped 0.2 percent, after a late selloff in drug makers helped drag U.S. equities down 0.5 percent yesterday.\r\n\r\nBONDS - U.S. Treasuries due in two years were little changed with their yield at a two-month high of 0.76 percent.\r\n\r\nCOMMODITIES - Crude oil was flat following a roughly 3 percent drop overnight after an unexpectedly large inventory build and renewed worries about oversupply. Gold was under pressure after sliding 2.1 percent over the last four days.\r\n\r\nCURRENCIES - The Dollar Index, which tracks the currency against 10 peers, declined 0.1 percent, after climbing 0.8 percent over the last four trading sessions.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/6909014785916931842\">register as a guest.</a></span></p>\r\n\r\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\"><img class=\"aligncenter  wp-image-3023\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\" alt=\"mini 8-10\" width=\"676\" height=\"221\" /></a></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\"></div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket Trading: Focus on Economic Symposium ','','publish','open','closed','','premarket-trading-focus-economic-symposium','','','2016-08-25 10:13:46','2016-08-25 10:13:46','',0,'http://www.thetradingroom.com/?p=3059',0,'post','',0),(3060,2,'2016-08-25 10:11:39','2016-08-25 10:11:39','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n\r\nWORLD HEADLINES - Global markets were firmly focused on the annual central banker mountain getaway in Jackson Hole in Wyoming that starts today and will see Federal Reserve chief Janet Yellen speak on Friday.\r\n\r\nSTOCKS - S&amp;P 500 Index futures slipped 0.2 percent, after a late selloff in drug makers helped drag U.S. equities down 0.5 percent yesterday.\r\n\r\nBONDS - U.S. Treasuries due in two years were little changed with their yield at a two-month high of 0.76 percent.\r\n\r\nCOMMODITIES - Crude oil was flat following a roughly 3 percent drop overnight after an unexpectedly large inventory build and renewed worries about oversupply. Gold was under pressure after sliding 2.1 percent over the last four days.\r\n\r\nCURRENCIES - The Dollar Index, which tracks the currency against 10 peers, declined 0.1 percent, after climbing 0.8 percent over the last four trading sessions.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/6909014785916931842\">register as a guest.</a></span></p>\r\n\r\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\"><img class=\"aligncenter  wp-image-3023\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\" alt=\"mini 8-10\" width=\"676\" height=\"221\" /></a></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\"></div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','','','inherit','open','closed','','3059-revision-v1','','','2016-08-25 10:11:39','2016-08-25 10:11:39','',3059,'http://www.thetradingroom.com/3059-revision-v1/',0,'revision','',0),(3061,2,'2016-08-25 10:13:37','2016-08-25 10:13:37','','JACKSON HOLE PIC','','inherit','open','closed','','jackson-hole-pic','','','2016-08-25 10:13:37','2016-08-25 10:13:37','',3059,'http://www.thetradingroom.com/wp-content/uploads/2016/08/JACKSON-HOLE-PIC.jpg',0,'attachment','image/jpeg',0),(3062,2,'2016-08-25 10:13:46','2016-08-25 10:13:46','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n\r\nWORLD HEADLINES - Global markets were firmly focused on the annual central banker mountain getaway in Jackson Hole in Wyoming that starts today and will see Federal Reserve chief Janet Yellen speak on Friday.\r\n\r\nSTOCKS - S&amp;P 500 Index futures slipped 0.2 percent, after a late selloff in drug makers helped drag U.S. equities down 0.5 percent yesterday.\r\n\r\nBONDS - U.S. Treasuries due in two years were little changed with their yield at a two-month high of 0.76 percent.\r\n\r\nCOMMODITIES - Crude oil was flat following a roughly 3 percent drop overnight after an unexpectedly large inventory build and renewed worries about oversupply. Gold was under pressure after sliding 2.1 percent over the last four days.\r\n\r\nCURRENCIES - The Dollar Index, which tracks the currency against 10 peers, declined 0.1 percent, after climbing 0.8 percent over the last four trading sessions.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/6909014785916931842\">register as a guest.</a></span></p>\r\n\r\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\"><img class=\"aligncenter  wp-image-3023\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\" alt=\"mini 8-10\" width=\"676\" height=\"221\" /></a></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\"></div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket Trading: Focus on Economic Symposium ','','inherit','open','closed','','3059-revision-v1','','','2016-08-25 10:13:46','2016-08-25 10:13:46','',3059,'http://www.thetradingroom.com/3059-revision-v1/',0,'revision','',0),(3063,2,'2016-08-26 10:32:05','2016-08-26 10:32:05','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n\r\nWORLD HEADLINES - <strong>When Fed Chair Yellen speaks, the world listens.</strong> Caution prevailed in financial markets before a speech by Federal Reserve Chair Janet Yellen, with the dollar paring a weekly advance, while European stocks and U.S. futures fluctuated.\r\n\r\nSTOCKS - S&amp;P 500 Index futures were little changed after U.S. equities slipped 0.1 percent on Thursday.\r\n\r\nBONDS - U.S. Treasuries due in a decade rose, pushing their yield down by one basis point to 1.56 percent. The two-year yield also fell by one basis point to 0.78 percent, after climbing three basis points in the last session.\r\n\r\nCOMMODITIES - Gold advanced 0.3 percent, paring its biggest weekly decline in more than a month, having fallen this week as speculation built that the U.S. will boost interest rates this year.\r\n\r\nCURRENCIES - The greenback slid against most of its major peers as investors looked towards Yellen’s address in Jackson Hole, Wyoming, for indications of the U.S. interest-rate outlook.\r\n\r\nECONOMIC DATA - US Prelim GDP q/q due at 8:30, Revised UoM Consumer Sentiment and Fed Chair Yellen Speaks at 10:00 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/6909014785916931842\">register as a guest.</a></span></p>\r\n\r\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\"><img class=\"aligncenter  wp-image-3023\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\" alt=\"mini 8-10\" width=\"676\" height=\"221\" /></a></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\"></div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket Trading: When Fed Chair Yellen Speaks...','','publish','open','closed','','premarket-trading-fed-chair-yellen-speaks','','','2016-08-26 10:32:05','2016-08-26 10:32:05','',0,'http://www.thetradingroom.com/?p=3063',0,'post','',0),(3064,2,'2016-08-26 10:31:49','2016-08-26 10:31:49','','when fed chair speaks','','inherit','open','closed','','when-fed-chair-speaks','','','2016-08-26 10:31:49','2016-08-26 10:31:49','',3063,'http://www.thetradingroom.com/wp-content/uploads/2016/08/when-fed-chair-speaks.jpg',0,'attachment','image/jpeg',0),(3065,2,'2016-08-26 10:32:05','2016-08-26 10:32:05','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n\r\nWORLD HEADLINES - <strong>When Fed Chair Yellen speaks, the world listens.</strong> Caution prevailed in financial markets before a speech by Federal Reserve Chair Janet Yellen, with the dollar paring a weekly advance, while European stocks and U.S. futures fluctuated.\r\n\r\nSTOCKS - S&amp;P 500 Index futures were little changed after U.S. equities slipped 0.1 percent on Thursday.\r\n\r\nBONDS - U.S. Treasuries due in a decade rose, pushing their yield down by one basis point to 1.56 percent. The two-year yield also fell by one basis point to 0.78 percent, after climbing three basis points in the last session.\r\n\r\nCOMMODITIES - Gold advanced 0.3 percent, paring its biggest weekly decline in more than a month, having fallen this week as speculation built that the U.S. will boost interest rates this year.\r\n\r\nCURRENCIES - The greenback slid against most of its major peers as investors looked towards Yellen’s address in Jackson Hole, Wyoming, for indications of the U.S. interest-rate outlook.\r\n\r\nECONOMIC DATA - US Prelim GDP q/q due at 8:30, Revised UoM Consumer Sentiment and Fed Chair Yellen Speaks at 10:00 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/6909014785916931842\">register as a guest.</a></span></p>\r\n\r\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\"><img class=\"aligncenter  wp-image-3023\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\" alt=\"mini 8-10\" width=\"676\" height=\"221\" /></a></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\"></div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket Trading: When Fed Chair Yellen Speaks...','','inherit','open','closed','','3063-revision-v1','','','2016-08-26 10:32:05','2016-08-26 10:32:05','',3063,'http://www.thetradingroom.com/3063-revision-v1/',0,'revision','',0),(3067,2,'2016-08-28 23:45:45','2016-08-28 23:45:45','The markets waited anxiously for the symposium held at Jackson Hole, Wyoming that started last Thursday. Even though GDP data was revised lower and economic data continued to remain week, the markets reacted Friday to Fed Chair Janet Yellen\'s comments that a rate hike case has strengthen in recent months as the economy approached towards the Feds employment and inflation goals. However, as you will take notice on the correlations chart below, the market reacted not once but three different times during the trading session. Initially the US dollar spiked higher while gold, US bonds, and the S&amp;P 500 sold off, but only to <strong>reverse</strong> ten minutes later with gold trading at the highs of the session followed by US bonds and the S&amp;P 500.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/correlations-yellen-aug-.jpg\"><img class=\"aligncenter size-full wp-image-3069\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/correlations-yellen-aug-.jpg\" alt=\"correlations yellen aug\" width=\"1020\" height=\"461\" /></a>\r\n\r\nThis statement reversed market direction:\r\n\r\n<em>\"On the monetary policy side, future policymakers might choose to consider some additional tools that have been employed by other central banks, though adding them to our toolkit would require a very careful weighing of costs and benefits and, in some cases, could require legislation. For example<strong>, </strong>future policymakers may wish to explore the possibility of purchasing a broader range of assets.\"</em>\r\n\r\nIn other words, the Fed is already factoring in a scenario in<em> </em>which a shock to the economy leads to additional quantitative easing,<em> </em>effectively increasing the current size of the Fed\'s balance sheet.\r\n\r\n&nbsp;\r\n\r\nNevertheless,the Federal Reserve\'s Stan Fischer surprised the markets only an hour later by mentioning of the possibility of two rate hikes this year, with one perhaps as early as September. Traders reacted again, sending gold, S&amp;P 500 and the US bonds to the low of the session while the US dollar finished at the highs.\r\nIn the week ahead, I am expecting more volatility and more swings in price action. Intermarket correlations will be my primary focal point for trading opportunities.\r\n\r\nJoe Rios -Rios Quantitative LLC\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/joe-suit-face.jpg\"><img class=\"wp-image-3009 alignleft\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/joe-suit-face.jpg\" alt=\"joe suit face\" width=\"108\" height=\"118\" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n<p style=\"text-align: center;\"><strong>The Trading Room® TradeLAB - </strong><strong>Global Trading with Quantitative Technologies</strong></p>\r\nJoin our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members.\r\n\r\nLive demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n<p style=\"text-align: center;\"><span data-term=\"goog_2142929222\">Monday</span> thru <span data-term=\"goog_2142929223\">Friday</span> - From 8:00 am to 11:00 am ET</p>\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/e603dc9d6c/TEST/6986ad88d1\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/e603dc9d6c/TEST/6986ad88d1&amp;source=gmail&amp;ust=1472513889649000&amp;usg=AFQjCNF5iqqy9FtpyqzgC00eUv_t7MJZpA\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n\r\n<strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/e603dc9d6c/TEST/b8fe8530a8\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/e603dc9d6c/TEST/b8fe8530a8&amp;source=gmail&amp;ust=1472513889649000&amp;usg=AFQjCNFwAA78N14RdcVPtL-o9HNu-WOXlw\">register as a guest.</a>\r\n\r\n<strong>It\'s really that simple!</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>The Insider\'s Quant (I.Q.) Room</strong>\r\n\r\n<span data-term=\"goog_2142929225\">Monday</span> - <span data-term=\"goog_2142929226\">12:30</span>\r\n\r\n<em>Forecasting The Week Ahead </em>\r\n\r\n<em><span data-term=\"goog_2142929227\">Wednesday</span> - </em><span data-term=\"goog_2142929228\">12:30 pm</span>\r\n\r\n<em>Master Intermarket Correlations Part 2</em>\r\n\r\n<span data-term=\"goog_2142929229\">Friday</span> - <span data-term=\"goog_2142929230\">11:30</span>\r\n\r\n<em>Insiders Round Table Meetup</em>\r\n\r\n<hr />\r\n\r\n<div style=\"color: #ffffff;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS </span></span><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></div>\r\n&nbsp;\r\n\r\n&nbsp;','Intermarket Correlations in the Week Ahead','','publish','open','closed','','intermarket-correlations-week-ahead','','','2016-08-28 23:45:45','2016-08-28 23:45:45','',0,'http://www.thetradingroom.com/?p=3067',0,'post','',0),(3068,2,'2016-08-28 23:39:49','2016-08-28 23:39:49','The markets waited anxiously for the symposium held at Jackson Hole, Wyoming that started last Thursday. Even though GDP data was revised lower and economic data continued to remain week, the markets reacted Friday to Fed Chair Janet Yellen\'s comments that a rate hike case has strengthen in recent months as the economy approached towards the Feds employment and inflation goals. However, as you will take notice on the correlations chart below, the market reacted not once but three different times during the trading session. Initially the US dollar spiked higher while gold, US bonds, and the S&amp;P 500 sold off, but only to <strong>reverse</strong> ten minutes later with gold trading at the highs of the session followed by US bonds and the S&amp;P 500.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nThis statement reversed market direction:\r\n\r\n&nbsp;\r\n\r\n<em>\"On the monetary policy side, future policymakers might choose to consider some additional tools that have been employed by other central banks, though adding them to our toolkit would require a very careful weighing of costs and benefits and, in some cases, could require legislation. For example<strong>, </strong>future policymakers may wish to explore the possibility of purchasing a broader range of assets.\"</em>\r\n\r\n&nbsp;\r\n\r\nIn other words, the Fed is already factoring in a scenario in<em> </em>which a shock to the economy leads to additional quantitative easing,<em> </em>effectively increasing the current size of the Fed\'s balance sheet.\r\n\r\n&nbsp;\r\n\r\nNevertheless,the  Federal Reserve\'s Stan Fischer surprised the markets only an hour later by mentioning of the possibility of two rate hikes this year, with one perhaps as early as September. Traders reacted again, sending gold, S&amp;P 500 and the US bonds to the low of the session while the US dollar finished at the highs.\r\nIn the week ahead, I am expecting more volatility and more swings in price action. Intermarket correlations will be my primary focal point for trading opportunities.','','','inherit','open','closed','','3067-revision-v1','','','2016-08-28 23:39:49','2016-08-28 23:39:49','',3067,'http://www.thetradingroom.com/3067-revision-v1/',0,'revision','',0),(3069,2,'2016-08-28 23:40:34','2016-08-28 23:40:34','','correlations yellen aug','','inherit','open','closed','','correlations-yellen-aug','','','2016-08-28 23:40:34','2016-08-28 23:40:34','',3067,'http://www.thetradingroom.com/wp-content/uploads/2016/08/correlations-yellen-aug-.jpg',0,'attachment','image/jpeg',0),(3070,2,'2016-08-28 23:40:46','2016-08-28 23:40:46','The markets waited anxiously for the symposium held at Jackson Hole, Wyoming that started last Thursday. Even though GDP data was revised lower and economic data continued to remain week, the markets reacted Friday to Fed Chair Janet Yellen\'s comments that a rate hike case has strengthen in recent months as the economy approached towards the Feds employment and inflation goals. However, as you will take notice on the correlations chart below, the market reacted not once but three different times during the trading session. Initially the US dollar spiked higher while gold, US bonds, and the S&amp;P 500 sold off, but only to <strong>reverse</strong> ten minutes later with gold trading at the highs of the session followed by US bonds and the S&amp;P 500.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/correlations-yellen-aug-.jpg\"><img class=\"aligncenter size-full wp-image-3069\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/correlations-yellen-aug-.jpg\" alt=\"correlations yellen aug\" width=\"1020\" height=\"461\" /></a>\r\n\r\nThis statement reversed market direction:\r\n\r\n<em>\"On the monetary policy side, future policymakers might choose to consider some additional tools that have been employed by other central banks, though adding them to our toolkit would require a very careful weighing of costs and benefits and, in some cases, could require legislation. For example<strong>, </strong>future policymakers may wish to explore the possibility of purchasing a broader range of assets.\"</em>\r\n\r\nIn other words, the Fed is already factoring in a scenario in<em> </em>which a shock to the economy leads to additional quantitative easing,<em> </em>effectively increasing the current size of the Fed\'s balance sheet.\r\n\r\n&nbsp;\r\n\r\nNevertheless,the  Federal Reserve\'s Stan Fischer surprised the markets only an hour later by mentioning of the possibility of two rate hikes this year, with one perhaps as early as September. Traders reacted again, sending gold, S&amp;P 500 and the US bonds to the low of the session while the US dollar finished at the highs.\r\nIn the week ahead, I am expecting more volatility and more swings in price action. Intermarket correlations will be my primary focal point for trading opportunities.','','','inherit','open','closed','','3067-revision-v1','','','2016-08-28 23:40:46','2016-08-28 23:40:46','',3067,'http://www.thetradingroom.com/3067-revision-v1/',0,'revision','',0),(3071,2,'2016-08-28 23:45:45','2016-08-28 23:45:45','The markets waited anxiously for the symposium held at Jackson Hole, Wyoming that started last Thursday. Even though GDP data was revised lower and economic data continued to remain week, the markets reacted Friday to Fed Chair Janet Yellen\'s comments that a rate hike case has strengthen in recent months as the economy approached towards the Feds employment and inflation goals. However, as you will take notice on the correlations chart below, the market reacted not once but three different times during the trading session. Initially the US dollar spiked higher while gold, US bonds, and the S&amp;P 500 sold off, but only to <strong>reverse</strong> ten minutes later with gold trading at the highs of the session followed by US bonds and the S&amp;P 500.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/correlations-yellen-aug-.jpg\"><img class=\"aligncenter size-full wp-image-3069\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/correlations-yellen-aug-.jpg\" alt=\"correlations yellen aug\" width=\"1020\" height=\"461\" /></a>\r\n\r\nThis statement reversed market direction:\r\n\r\n<em>\"On the monetary policy side, future policymakers might choose to consider some additional tools that have been employed by other central banks, though adding them to our toolkit would require a very careful weighing of costs and benefits and, in some cases, could require legislation. For example<strong>, </strong>future policymakers may wish to explore the possibility of purchasing a broader range of assets.\"</em>\r\n\r\nIn other words, the Fed is already factoring in a scenario in<em> </em>which a shock to the economy leads to additional quantitative easing,<em> </em>effectively increasing the current size of the Fed\'s balance sheet.\r\n\r\n&nbsp;\r\n\r\nNevertheless,the Federal Reserve\'s Stan Fischer surprised the markets only an hour later by mentioning of the possibility of two rate hikes this year, with one perhaps as early as September. Traders reacted again, sending gold, S&amp;P 500 and the US bonds to the low of the session while the US dollar finished at the highs.\r\nIn the week ahead, I am expecting more volatility and more swings in price action. Intermarket correlations will be my primary focal point for trading opportunities.\r\n\r\nJoe Rios -Rios Quantitative LLC\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/joe-suit-face.jpg\"><img class=\"wp-image-3009 alignleft\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/joe-suit-face.jpg\" alt=\"joe suit face\" width=\"108\" height=\"118\" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n<p style=\"text-align: center;\"><strong>The Trading Room® TradeLAB - </strong><strong>Global Trading with Quantitative Technologies</strong></p>\r\nJoin our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members.\r\n\r\nLive demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n<p style=\"text-align: center;\"><span data-term=\"goog_2142929222\">Monday</span> thru <span data-term=\"goog_2142929223\">Friday</span> - From 8:00 am to 11:00 am ET</p>\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/e603dc9d6c/TEST/6986ad88d1\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/e603dc9d6c/TEST/6986ad88d1&amp;source=gmail&amp;ust=1472513889649000&amp;usg=AFQjCNF5iqqy9FtpyqzgC00eUv_t7MJZpA\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n\r\n<strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/e603dc9d6c/TEST/b8fe8530a8\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/e603dc9d6c/TEST/b8fe8530a8&amp;source=gmail&amp;ust=1472513889649000&amp;usg=AFQjCNFwAA78N14RdcVPtL-o9HNu-WOXlw\">register as a guest.</a>\r\n\r\n<strong>It\'s really that simple!</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n<strong>The Insider\'s Quant (I.Q.) Room</strong>\r\n\r\n<span data-term=\"goog_2142929225\">Monday</span> - <span data-term=\"goog_2142929226\">12:30</span>\r\n\r\n<em>Forecasting The Week Ahead </em>\r\n\r\n<em><span data-term=\"goog_2142929227\">Wednesday</span> - </em><span data-term=\"goog_2142929228\">12:30 pm</span>\r\n\r\n<em>Master Intermarket Correlations Part 2</em>\r\n\r\n<span data-term=\"goog_2142929229\">Friday</span> - <span data-term=\"goog_2142929230\">11:30</span>\r\n\r\n<em>Insiders Round Table Meetup</em>\r\n\r\n<hr />\r\n\r\n<div style=\"color: #ffffff;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS </span></span><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></div>\r\n&nbsp;\r\n\r\n&nbsp;','Intermarket Correlations in the Week Ahead','','inherit','open','closed','','3067-revision-v1','','','2016-08-28 23:45:45','2016-08-28 23:45:45','',3067,'http://www.thetradingroom.com/3067-revision-v1/',0,'revision','',0),(3072,2,'2016-08-29 10:36:14','2016-08-29 10:36:14','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n\r\nWORLD HEADLINES - The Fed effect rang through the markets, sending stocks in Europe and emerging markets lower while the dollar gained for a second day.\r\n\r\nSTOCKS - The MSCI Emerging Markets Index fell 0.8 percent as two stocks declined for every one that advanced. S&amp;P 500 futures fell 0.1 percent, after equities ended lower on Friday.\r\n\r\nBONDS - The prospect of a rate increase next month is now firmly on the table, with the probability rising to 42 percent from 22 percent in the space of a week.\r\n\r\nCOMMODITIES - Speculators slashed their short position in crude oil during the week ended Aug. 23, the most in data going back to 2006, according to the CFTC. Bets on rising prices jumped to the highest in more than a year.\r\n\r\nCURRENCIES - The Bloomberg Dollar Spot Index gained 0.2 percent, after surging 0.8 percent on Friday.\r\n\r\nECONOMIC DATA - US Personal Spending m/m and Core PCE Price Index m/m due at 8:30, AUD Building Approvals m/m at 21:30 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/8848577487183175428\">register as a guest.</a></span></p>\r\n\r\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\"><img class=\"aligncenter  wp-image-3023\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\" alt=\"mini 8-10\" width=\"676\" height=\"221\" /></a></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\"></div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket Trading: The Fed Effect','','publish','open','closed','','premarket-trading-fed-effect','','','2016-08-29 10:39:25','2016-08-29 10:39:25','',0,'http://www.thetradingroom.com/?p=3072',0,'post','',0),(3073,2,'2016-08-29 10:36:02','2016-08-29 10:36:02','','qunat pie','','inherit','open','closed','','qunat-pie','','','2016-08-29 10:36:02','2016-08-29 10:36:02','',3072,'http://www.thetradingroom.com/wp-content/uploads/2016/08/qunat-pie.jpg',0,'attachment','image/jpeg',0),(3074,2,'2016-08-29 10:36:14','2016-08-29 10:36:14','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n\r\nWORLD HEADLINES - The Fed effect rang through the markets, sending stocks in Europe and emerging markets lower while the dollar gained for a second day.\r\n\r\nSTOCKS - The MSCI Emerging Markets Index fell 0.8 percent as two stocks declined for every one that advanced. S&amp;P 500 futures fell 0.1 percent, after equities ended lower on Friday.\r\n\r\nBONDS - The prospect of a rate increase next month is now firmly on the table, with the probability rising to 42 percent from 22 percent in the space of a week.\r\n\r\nCOMMODITIES - Speculators slashed their short position in crude oil during the week ended Aug. 23, the most in data going back to 2006, according to the CFTC. Bets on rising prices jumped to the highest in more than a year.\r\n\r\nCURRENCIES - The Bloomberg Dollar Spot Index gained 0.2 percent, after surging 0.8 percent on Friday.\r\n\r\nECONOMIC DATA - US Personal Spending m/m and Core PCE Price Index m/m due at 8:30, AUD Building Approvals m/m at 21:30 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/6909014785916931842\">register as a guest.</a></span></p>\r\n\r\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\"><img class=\"aligncenter  wp-image-3023\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\" alt=\"mini 8-10\" width=\"676\" height=\"221\" /></a></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\"></div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket Trading: The Fed Effect','','inherit','open','closed','','3072-revision-v1','','','2016-08-29 10:36:14','2016-08-29 10:36:14','',3072,'http://www.thetradingroom.com/3072-revision-v1/',0,'revision','',0),(3075,2,'2016-08-29 10:39:16','2016-08-29 10:39:16','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\n<div style=\"font-weight: 300; color: #0e5daf;\">\n<div style=\"color: #000000;\">\n<div>\n\nWORLD HEADLINES - The Fed effect rang through the markets, sending stocks in Europe and emerging markets lower while the dollar gained for a second day.\n\nSTOCKS - The MSCI Emerging Markets Index fell 0.8 percent as two stocks declined for every one that advanced. S&amp;P 500 futures fell 0.1 percent, after equities ended lower on Friday.\n\nBONDS - The prospect of a rate increase next month is now firmly on the table, with the probability rising to 42 percent from 22 percent in the space of a week.\n\nCOMMODITIES - Speculators slashed their short position in crude oil during the week ended Aug. 23, the most in data going back to 2006, according to the CFTC. Bets on rising prices jumped to the highest in more than a year.\n\nCURRENCIES - The Bloomberg Dollar Spot Index gained 0.2 percent, after surging 0.8 percent on Friday.\n\nECONOMIC DATA - US Personal Spending m/m and Core PCE Price Index m/m due at 8:30, AUD Building Approvals m/m at 21:30 ET.\n\n</div>\n\n<hr />\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and register as a guest.</span></p>\n\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\"><img class=\"aligncenter  wp-image-3023\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\" alt=\"mini 8-10\" width=\"676\" height=\"221\" /></a></div>\n</div>\n</div>\n<div style=\"font-weight: 300; color: #0e5daf;\"></div>\n<div style=\"font-weight: 300; color: #0e5daf;\">\n<div style=\"color: #000000;\">\n<div>\n<div></div>\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\n</div>\n</div>\n</div>','PreMarket Trading: The Fed Effect','','inherit','open','closed','','3072-autosave-v1','','','2016-08-29 10:39:16','2016-08-29 10:39:16','',3072,'http://www.thetradingroom.com/3072-autosave-v1/',0,'revision','',0),(3076,2,'2016-08-29 10:39:25','2016-08-29 10:39:25','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n\r\nWORLD HEADLINES - The Fed effect rang through the markets, sending stocks in Europe and emerging markets lower while the dollar gained for a second day.\r\n\r\nSTOCKS - The MSCI Emerging Markets Index fell 0.8 percent as two stocks declined for every one that advanced. S&amp;P 500 futures fell 0.1 percent, after equities ended lower on Friday.\r\n\r\nBONDS - The prospect of a rate increase next month is now firmly on the table, with the probability rising to 42 percent from 22 percent in the space of a week.\r\n\r\nCOMMODITIES - Speculators slashed their short position in crude oil during the week ended Aug. 23, the most in data going back to 2006, according to the CFTC. Bets on rising prices jumped to the highest in more than a year.\r\n\r\nCURRENCIES - The Bloomberg Dollar Spot Index gained 0.2 percent, after surging 0.8 percent on Friday.\r\n\r\nECONOMIC DATA - US Personal Spending m/m and Core PCE Price Index m/m due at 8:30, AUD Building Approvals m/m at 21:30 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/8848577487183175428\">register as a guest.</a></span></p>\r\n\r\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\"><img class=\"aligncenter  wp-image-3023\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\" alt=\"mini 8-10\" width=\"676\" height=\"221\" /></a></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\"></div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket Trading: The Fed Effect','','inherit','open','closed','','3072-revision-v1','','','2016-08-29 10:39:25','2016-08-29 10:39:25','',3072,'http://www.thetradingroom.com/3072-revision-v1/',0,'revision','',0),(3095,2,'2016-09-08 10:22:54','2016-09-08 10:22:54','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n\r\nWORLD HEADLINES - European stocks advanced and Spanish 10-year bond yields fell to a record low on speculation Mario Draghi will show a bias for extending the European Central Bank’s stimulus measures.\r\n\r\nSTOCKS - The Hang Seng China Enterprises Index rose 0.4 percent after Chinese trade data showed export declines moderated in dollar terms last month and imports unexpectedly grew.\r\n\r\nBONDS - U.S. Treasuries due in a decade were steady and yielded 1.53 percent. The probability of the Fed boosting benchmark interest rates at its meeting this month has dropped 10 percentage points this week to 22 percent, futures prices indicate.\r\n\r\nCOMMODITIES - Crude climbed 2 percent on signs a U.S. glut is easing. It\'s risen more than 7 percent in the past week amid optimism major producers will agree measures to support prices.\r\n\r\nCURRENCIES - Australia’s dollar led gains among 16 major currencies with a 0.7 percent advance and the euro rose 0.3 percent.\r\n\r\nECONOMIC DATA - EUR Minimum Bid Rate due at 7:45, US Unemployment Claims, CAD Canadian Building Permits and ECB Press Conference at 8:30, Natural Gas Storage at 10:30, Crude Oil Inventories at 11:00, CNY PPI y/y at 21:30 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/8848577487183175428\">register as a guest.</a></span></p>\r\n\r\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\"><img class=\"aligncenter  wp-image-3023\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\" alt=\"mini 8-10\" width=\"676\" height=\"221\" /></a></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\"></div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket: Traders Focus on ECB','','publish','open','closed','','premarket-traders-focus-ecb','','','2016-09-08 10:22:54','2016-09-08 10:22:54','',0,'http://www.thetradingroom.com/?p=3095',0,'post','',0),(3078,2,'2016-08-30 10:28:03','2016-08-30 10:28:03','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n\r\nWORLD HEADLINES - The major financial benchmarks traded sideways as investors awaited comments from Federal Reserve Vice Chairman Stanley Fischer as well as U.S. data namely the consumer confidence index for August due later today, to get more clarity about the Federal Reserve’s next move.\r\n\r\nSTOCKS - Benchmark stock gauges in Asia and Europe advanced, while S&amp;P 500 Index futures were little changed after the measure closed within 0.5 percent of a record.\r\n\r\nBONDS - Ten-year U.S. Treasuries retreated, after rallying in the last session for the first time in a week.\r\n\r\nCOMMODITIES - Crude oil traded higher during the overnight trading session while the metals traded lower across the board led by gold futures.\r\n\r\nCURRENCIES - The US dollar rose against other major currencies, with the ICE Dollar Index higher by 0.2%.\r\n\r\nECONOMIC DATA - Fed member Stanley Fischer speaks on Bloomberg at 6:30, CAD Current Account at 8:30, US CB Consumer Confidence at 10:00 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/8848577487183175428\">register as a guest.</a></span></p>\r\n\r\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\"><img class=\"aligncenter  wp-image-3023\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\" alt=\"mini 8-10\" width=\"676\" height=\"221\" /></a></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\"></div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket Trading: Focus on Fed Speaker','','publish','open','closed','','premarket-trading-focus-fed-speaker','','','2016-08-30 10:28:03','2016-08-30 10:28:03','',0,'http://www.thetradingroom.com/?p=3078',0,'post','',0),(3079,2,'2016-08-30 10:28:03','2016-08-30 10:28:03','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n\r\nWORLD HEADLINES - The major financial benchmarks traded sideways as investors awaited comments from Federal Reserve Vice Chairman Stanley Fischer as well as U.S. data namely the consumer confidence index for August due later today, to get more clarity about the Federal Reserve’s next move.\r\n\r\nSTOCKS - Benchmark stock gauges in Asia and Europe advanced, while S&amp;P 500 Index futures were little changed after the measure closed within 0.5 percent of a record.\r\n\r\nBONDS - Ten-year U.S. Treasuries retreated, after rallying in the last session for the first time in a week.\r\n\r\nCOMMODITIES - Crude oil traded higher during the overnight trading session while the metals traded lower across the board led by gold futures.\r\n\r\nCURRENCIES - The US dollar rose against other major currencies, with the ICE Dollar Index higher by 0.2%.\r\n\r\nECONOMIC DATA - Fed member Stanley Fischer speaks on Bloomberg at 6:30, CAD Current Account at 8:30, US CB Consumer Confidence at 10:00 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/8848577487183175428\">register as a guest.</a></span></p>\r\n\r\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\"><img class=\"aligncenter  wp-image-3023\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\" alt=\"mini 8-10\" width=\"676\" height=\"221\" /></a></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\"></div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket Trading: Focus on Fed Speaker','','inherit','open','closed','','3078-revision-v1','','','2016-08-30 10:28:03','2016-08-30 10:28:03','',3078,'http://www.thetradingroom.com/3078-revision-v1/',0,'revision','',0),(3080,2,'2016-08-31 10:21:10','2016-08-31 10:21:10','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n\r\nWORLD HEADLINES - U.S. Treasuries are set for their biggest monthly loss since June 2015 after a slew of hawkish rhetoric from Federal Reserve officials that’s revived the US dollar and weighed on metals prices.\r\n\r\nSTOCKS - Futures on the S&amp;P 500 traded sideways after a drop in Apple Inc. helped drag the U.S. gauge down 0.2 percent in the last session.\r\n\r\nBONDS - Two-year Treasury yields climbed this month by the most since November as the probability of a September rate hike by the Fed almost doubled to 34 percent in the futures market.\r\n\r\nCOMMODITIES - Gold was headed for a monthly loss of almost 3 percent as the prospect of a Fed rate hike dulls the allure of assets that don’t bear interest. Corn was headed for a third monthly drop, to the lowest level since 2009.\r\n\r\nCURRENCIES - The Japanese yen weakened 1.2 percent this month while New Zealand’s dollar strengthened 0.3 percent on Wednesday, extending this month’s gain, as a report showed business confidence in the nation was at a 20-month high.\r\n\r\nECONOMIC DATA - US ADP Non-Farm Employment Change due at 8:30, Pending Home Sales m/m at 9:45, Pending Home Sales m/m at 10:00, Crude oil Inventories at 10:30, CNY Manufacturing PMI at 21:00, AUD Retail Sales m/m at 21:30, CNY Caixin Manufacturing PMI 21:45 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/8848577487183175428\">register as a guest.</a></span></p>\r\n\r\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\"><img class=\"aligncenter  wp-image-3023\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\" alt=\"mini 8-10\" width=\"676\" height=\"221\" /></a></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\"></div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket Trading: US Dollar Driving Markets','','publish','open','closed','','premarket-trading-us-dollar-driving-markets','','','2016-08-31 10:21:10','2016-08-31 10:21:10','',0,'http://www.thetradingroom.com/?p=3080',0,'post','',0),(3081,2,'2016-08-31 10:18:56','2016-08-31 10:18:56','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n\r\nWORLD HEADLINES - U.S. Treasuries are set for their biggest monthly loss since June 2015 after a slew of hawkish rhetoric from Federal Reserve officials that’s revived the dollar and weighed on metals prices.\r\n\r\nSTOCKS - Futures on the S&amp;P 500 traded sideways after a drop in Apple Inc. helped drag the U.S. gauge down 0.2 percent in the last session.\r\n\r\nBONDS - Two-year Treasury yields climbed this month by the most since November as the probability of a September rate hike by the Fed almost doubled to 34 percent in the futures market.\r\n\r\nCOMMODITIES - Gold was headed for a monthly loss of almost 3 percent as the prospect of a Fed rate hike dulls the allure of assets that don’t bear interest. Corn was headed for a third monthly drop, to the lowest level since 2009.\r\n\r\nCURRENCIES - The Japanese yen weakened 1.2 percent this month while New Zealand’s dollar strengthened 0.3 percent on Wednesday, extending this month’s gain, as a report showed business confidence in the nation was at a 20-month high.\r\n\r\nECONOMIC DATA - US ADP Non-Farm Employment Change due at 8:30, Pending Home Sales m/m at 9:45, Pending Home Sales m/m at 10:00, Crude oil Inventories at 10:30, CNY Manufacturing PMI at 21:00, AUD Retail Sales m/m at 21:30, CNY Caixin Manufacturing PMI 21:45 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/8848577487183175428\">register as a guest.</a></span></p>\r\n\r\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\"><img class=\"aligncenter  wp-image-3023\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\" alt=\"mini 8-10\" width=\"676\" height=\"221\" /></a></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\"></div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket Trading: US Dollar Driving Markets','','inherit','open','closed','','3080-revision-v1','','','2016-08-31 10:18:56','2016-08-31 10:18:56','',3080,'http://www.thetradingroom.com/3080-revision-v1/',0,'revision','',0),(3082,2,'2016-08-31 10:20:56','2016-08-31 10:20:56','','dollar logo rq','','inherit','open','closed','','dollar-logo-rq','','','2016-08-31 10:20:56','2016-08-31 10:20:56','',3080,'http://www.thetradingroom.com/wp-content/uploads/2016/08/dollar-logo-rq.jpg',0,'attachment','image/jpeg',0),(3083,2,'2016-08-31 10:21:10','2016-08-31 10:21:10','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n\r\nWORLD HEADLINES - U.S. Treasuries are set for their biggest monthly loss since June 2015 after a slew of hawkish rhetoric from Federal Reserve officials that’s revived the US dollar and weighed on metals prices.\r\n\r\nSTOCKS - Futures on the S&amp;P 500 traded sideways after a drop in Apple Inc. helped drag the U.S. gauge down 0.2 percent in the last session.\r\n\r\nBONDS - Two-year Treasury yields climbed this month by the most since November as the probability of a September rate hike by the Fed almost doubled to 34 percent in the futures market.\r\n\r\nCOMMODITIES - Gold was headed for a monthly loss of almost 3 percent as the prospect of a Fed rate hike dulls the allure of assets that don’t bear interest. Corn was headed for a third monthly drop, to the lowest level since 2009.\r\n\r\nCURRENCIES - The Japanese yen weakened 1.2 percent this month while New Zealand’s dollar strengthened 0.3 percent on Wednesday, extending this month’s gain, as a report showed business confidence in the nation was at a 20-month high.\r\n\r\nECONOMIC DATA - US ADP Non-Farm Employment Change due at 8:30, Pending Home Sales m/m at 9:45, Pending Home Sales m/m at 10:00, Crude oil Inventories at 10:30, CNY Manufacturing PMI at 21:00, AUD Retail Sales m/m at 21:30, CNY Caixin Manufacturing PMI 21:45 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/8848577487183175428\">register as a guest.</a></span></p>\r\n\r\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\"><img class=\"aligncenter  wp-image-3023\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\" alt=\"mini 8-10\" width=\"676\" height=\"221\" /></a></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\"></div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket Trading: US Dollar Driving Markets','','inherit','open','closed','','3080-revision-v1','','','2016-08-31 10:21:10','2016-08-31 10:21:10','',3080,'http://www.thetradingroom.com/3080-revision-v1/',0,'revision','',0),(3084,2,'2016-09-01 09:48:18','2016-09-01 09:48:18','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n\r\nWORLD HEADLINES - Stocks climbed and the British pound jumped amid signs economies in China and the U.K. are stabilizing. The US dollar advanced against most of its peers while bonds retreated before Friday’s payrolls report.\r\n\r\nSTOCKS - S&amp;P 500 Index futures rose 0.3 percent, indicating equities will bounce back from Wednesday 0.2 percent decline.\r\n\r\nBONDS - The yield on 10-year U.S. Treasuries rose overnight and a 13 basis point jump in August that marked the biggest increase since June 2015.\r\n\r\nCOMMODITIES - Crude oil continued to weaken during the overnight trading session after Saudi Arabia pledged not to boost output to capacity as OPEC members plan to meet this month to discuss action to support the market.\r\n\r\nCURRENCIES - The British pound surged after its Purchasing Managers Index, which dropped below the key 50 level in July, jumped by a record to 53.3.\r\n\r\nECONOMIC DATA - US Unemployment Claims due at 8:30, ISM Manufacturing PMI at 10:00, Natural Gas Storage at 10:30 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/8848577487183175428\">register as a guest.</a></span></p>\r\n\r\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\"><img class=\"aligncenter  wp-image-3023\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\" alt=\"mini 8-10\" width=\"676\" height=\"221\" /></a></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\"></div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket: Bonds on the Move','','publish','open','closed','','premarket-bonds-move','','','2016-09-01 09:48:18','2016-09-01 09:48:18','',0,'http://www.thetradingroom.com/?p=3084',0,'post','',0),(3085,2,'2016-09-01 09:48:10','2016-09-01 09:48:10','','bonds pic with logo','','inherit','open','closed','','bonds-pic-with-logo','','','2016-09-01 09:48:10','2016-09-01 09:48:10','',3084,'http://www.thetradingroom.com/wp-content/uploads/2016/09/bonds-pic-with-logo.jpg',0,'attachment','image/jpeg',0),(3086,2,'2016-09-01 09:48:18','2016-09-01 09:48:18','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n\r\nWORLD HEADLINES - Stocks climbed and the British pound jumped amid signs economies in China and the U.K. are stabilizing. The US dollar advanced against most of its peers while bonds retreated before Friday’s payrolls report.\r\n\r\nSTOCKS - S&amp;P 500 Index futures rose 0.3 percent, indicating equities will bounce back from Wednesday 0.2 percent decline.\r\n\r\nBONDS - The yield on 10-year U.S. Treasuries rose overnight and a 13 basis point jump in August that marked the biggest increase since June 2015.\r\n\r\nCOMMODITIES - Crude oil continued to weaken during the overnight trading session after Saudi Arabia pledged not to boost output to capacity as OPEC members plan to meet this month to discuss action to support the market.\r\n\r\nCURRENCIES - The British pound surged after its Purchasing Managers Index, which dropped below the key 50 level in July, jumped by a record to 53.3.\r\n\r\nECONOMIC DATA - US Unemployment Claims due at 8:30, ISM Manufacturing PMI at 10:00, Natural Gas Storage at 10:30 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/8848577487183175428\">register as a guest.</a></span></p>\r\n\r\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\"><img class=\"aligncenter  wp-image-3023\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\" alt=\"mini 8-10\" width=\"676\" height=\"221\" /></a></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\"></div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket: Bonds on the Move','','inherit','open','closed','','3084-revision-v1','','','2016-09-01 09:48:18','2016-09-01 09:48:18','',3084,'http://www.thetradingroom.com/3084-revision-v1/',0,'revision','',0),(3088,2,'2016-09-06 10:43:28','2016-09-06 10:43:28','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n\r\nWORLD HEADLINES - Stocks in developing nations and high-yielding currencies rose on confidence central banks around the world will go out of their way to avoid jolting financial markets.\r\n\r\nSTOCKS - The Stoxx Europe 600 Index was little changed, with trading volumes 35 percent less than the 30-day average.\r\n\r\nBONDS - US Treasuries traded sideways during the overnight trading session.\r\n\r\nCOMMODITIES - Oil markets were calmer, after prices surged, then slid on Monday, when Russia and Saudi Arabia confirmed they had agreed to cooperate to stabilize the oil market, although they offered no immediate plan of action.\r\n\r\nCURRENCIES - Australia\'s dollar jumped almost 1 percent to after the country\'s central bank said little on the currency\'s 10 percent rise since January and kept Aussie interest rates at 1.5 percent.\r\n\r\nECONOMIC DATA - US ISM Non-Manufacturing PMI due at 8:30, Agriculture Update at 9:00, CHF SNB Chairman Jordan Speaks at 12:15, AUD GDP q/q at 21:30 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/8848577487183175428\">register as a guest.</a></span></p>\r\n\r\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\"><img class=\"aligncenter  wp-image-3023\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\" alt=\"mini 8-10\" width=\"676\" height=\"221\" /></a></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\"></div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket - Live Trading Room Access','','publish','open','closed','','premarket-live-trading-room-access','','','2016-09-06 10:43:28','2016-09-06 10:43:28','',0,'http://www.thetradingroom.com/?p=3088',0,'post','',0),(3089,2,'2016-09-06 10:43:28','2016-09-06 10:43:28','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n\r\nWORLD HEADLINES - Stocks in developing nations and high-yielding currencies rose on confidence central banks around the world will go out of their way to avoid jolting financial markets.\r\n\r\nSTOCKS - The Stoxx Europe 600 Index was little changed, with trading volumes 35 percent less than the 30-day average.\r\n\r\nBONDS - US Treasuries traded sideways during the overnight trading session.\r\n\r\nCOMMODITIES - Oil markets were calmer, after prices surged, then slid on Monday, when Russia and Saudi Arabia confirmed they had agreed to cooperate to stabilize the oil market, although they offered no immediate plan of action.\r\n\r\nCURRENCIES - Australia\'s dollar jumped almost 1 percent to after the country\'s central bank said little on the currency\'s 10 percent rise since January and kept Aussie interest rates at 1.5 percent.\r\n\r\nECONOMIC DATA - US ISM Non-Manufacturing PMI due at 8:30, Agriculture Update at 9:00, CHF SNB Chairman Jordan Speaks at 12:15, AUD GDP q/q at 21:30 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/8848577487183175428\">register as a guest.</a></span></p>\r\n\r\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\"><img class=\"aligncenter  wp-image-3023\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\" alt=\"mini 8-10\" width=\"676\" height=\"221\" /></a></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\"></div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket - Live Trading Room Access','','inherit','open','closed','','3088-revision-v1','','','2016-09-06 10:43:28','2016-09-06 10:43:28','',3088,'http://www.thetradingroom.com/3088-revision-v1/',0,'revision','',0),(3090,2,'2016-09-06 18:39:42','2016-09-06 18:39:42','<span style=\"color: #500050;\">Don\'t trade alone, join a group of quant traders in a live trading room, </span><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/9e647f5277/TEST/667a84e518\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/9e647f5277/TEST/667a84e518&amp;source=gmail&amp;ust=1473248418464000&amp;usg=AFQjCNEbghjAD0iQGcVqAQ88T205oV2hKA\">click here to access live trading room.</a> Pre-market review and trading starts at 8:00 am ET\r\n\r\nThe expectation of interest rates has been the key driver of the markets. The spotlight remains on rates and the Fed.  The markets moved after hawkish comments during Jackson Hole, however, the markets have reversed since NFP and ISM data releases. Central bankers will also be on the spotlight this week including ECB press conference and Fed speakers. Use the guide below to better prepare for potential market moving events.\r\n\r\nFed officials stands after Jackson Hole Economic Symposium:\r\n<table width=\"725\">\r\n<tbody>\r\n<tr>\r\n<td><strong>Voting FOMC official</strong></td>\r\n<td><strong>View</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Chairwoman Janet Yellen</td>\r\n<td>“In light of the continued solid performance of the labor market and our outlook for economic activity and inflation, <a href=\"http://www.marketwatch.com/story/feds-yellen-says-case-for-another-interest-rate-hike-has-strenghtened-2016-08-26\">I believe the case for an increase in the federal-funds rate has strengthened in recent months</a>.”</td>\r\n</tr>\r\n<tr>\r\n<td>Vice Chairman Stanley Fischer</td>\r\n<td>Asked during an interview on CNBC if investors should be on the edge of their seats for a rate hike as soon as September and for more than one rate hike this year, Fed Vice Chairman Stanley Fischer replied: <a href=\"http://www.marketwatch.com/story/feds-fischer-yellens-speech-consistent-with-possibility-of-2-interest-rate-hikes-this-year-2016-08-26\">“I think what [Yellen] said today was consistent with answering yes to both your questions</a>, but these are not things we know until we see the data.”</td>\r\n</tr>\r\n<tr>\r\n<td>Gov. Lael Brainard</td>\r\n<td>Hasn’t spoken publicly since two strong jobs reports. Shortly after the May reading, she said, <a href=\"http://www.marketwatch.com/story/feds-brainard-calls-for-waiting-as-labor-market-has-slowed-2016-06-03\">“there would appear to be an advantage to waiting until developments provide greater confidence</a>.”</td>\r\n</tr>\r\n<tr>\r\n<td>Gov. Jerome Powell</td>\r\n<td>“My view is, and has been, we should be on a program of gradual rate increases — <a href=\"http://www.marketwatch.com/story/feds-powell-says-central-bank-can-be-patient-as-it-raises-interest-rates-2016-08-26\">we can afford to be patient</a>,” Powell said in an interview with Bloomberg Television</td>\r\n</tr>\r\n<tr>\r\n<td>Gov. Daniel Tarullo</td>\r\n<td>Speaks more frequently about bank regulation than interest-rate policy. “<a href=\"http://www.marketwatch.com/story/feds-tarullo-wants-to-see-inflation-pick-up-before-he-backs-another-interest-rate-hike-2016-07-06\">For some time now I thought it was the better course to wait to see more convincing evidence that inflation is moving toward and would remain around the 2% target,</a>” Tarullo said at a July event.</td>\r\n</tr>\r\n<tr>\r\n<td>New York Fed President William Dudley</td>\r\n<td>“<a href=\"http://www.marketwatch.com/story/feds-dudley-says-september-rate-hike-is-possible-2016-08-16\">We’re edging closer towards the point in time where it will be appropriate, I think, to raise interest rates further</a>,” Dudley said in an Aug. 16 interview on the Fox Business Network.</td>\r\n</tr>\r\n<tr>\r\n<td>St. Louis Fed President James Bullard</td>\r\n<td><a href=\"http://www.marketwatch.com/story/feds-forecast-of-gradual-rate-hikes-is-damaging-its-credibility-and-the-economy-bullard-says-2016-08-26\">Bullard said he thought it would be best to raise interest rates</a> after there had been some “good news about the economy.” While there have been two good jobs reports, “year-over-year GDP growth rate is very low,” he noted.</td>\r\n</tr>\r\n<tr>\r\n<td>Kansas City Fed President Esther George</td>\r\n<td>“When I look at where we are with the job market, when I look at inflation and our forecast for that, <a href=\"http://www.marketwatch.com/story/feds-george-says-its-time-for-raising-interest-rates-2016-08-25\">I think it’s time to move</a>,” George said in an interview on Bloomberg Radio.</td>\r\n</tr>\r\n<tr>\r\n<td>Cleveland Fed President Loretta Mester</td>\r\n<td>“<a href=\"http://www.marketwatch.com/story/feds-mester-says-it-makes-sense-to-start-moving-interest-rates-higher-2016-08-26\">I see a gradual upward pace in interest rates as being appropriate</a>,” Mester said in an interview on CNBC on the sidelines of the Fed’s Jackson Hole retreat</td>\r\n</tr>\r\n<tr>\r\n<td>Boston Fed President Eric Rosengren</td>\r\n<td>Rosengren is due to speak Wednesday. Rosengren said in early June “it is my expectation that economic conditions will continue to gradually improve, which in turn would justify further actions to normalize policy, <a href=\"http://www.marketwatch.com/story/feds-rosengren-still-expects-an-interest-rake-hike-despite-weak-jobs-report-2016-06-06\">continuing a gradual return to a more normal rate environment</a>.”</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<table width=\"725\">\r\n<tbody>\r\n<tr>\r\n<td><strong>Non-voting officials</strong></td>\r\n<td><strong>View</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Chicago Fed President Charles Evans</td>\r\n<td>Due to speak Wednesday. “<a href=\"http://www.bloomberg.com/news/articles/2016-08-03/evans-says-one-fed-rate-hike-this-year-perhaps-appropriate\">I do think that perhaps one rate increase could be appropriate this year</a>,” Evans told reporters in early August during a media briefing at the Chicago Fed.</td>\r\n</tr>\r\n<tr>\r\n<td>Philadelphia Fed President Patrick Harker</td>\r\n<td>“<a href=\"http://www.marketwatch.com/story/feds-harker-dismisses-brexit-suggests-two-more-rate-hikes-this-year-2016-07-13\">I anticipate that it may be appropriate for up to two additional rate hikes this year</a>,” with the funds rate target rate approaching 3% by the end of 2018, he said in July.</td>\r\n</tr>\r\n<tr>\r\n<td>Dallas Fed President Robert Kaplan</td>\r\n<td>“<a href=\"http://www.marketwatch.com/story/feds-kaplan-says-case-is-strengthening-for-second-interest-rate-hike-2016-08-25\">I do believe the case for removing accommodation is strengthening</a>,” said Kaplan in an interview in Jackson Hole.</td>\r\n</tr>\r\n<tr>\r\n<td>Minneapolis Fed President Neel Kashkari</td>\r\n<td>“When I look at the data,<a href=\"http://www.marketwatch.com/story/kashkari-says-fed-has-luxury-of-keeping-rates-low-to-spur-job-growth-2016-08-03\"> I don’t see much inflationary pressure, so we have the luxury of taking time to let the economy keep creating jobs</a>,” Kashkari said in early August. “Everybody at the Fed wants the job market to keep healing and we would love to see more people getting back to work.”</td>\r\n</tr>\r\n<tr>\r\n<td>Richmond Fed President Jeffrey Lacker</td>\r\n<td>Due to speak Friday, after the payrolls report. Told a meeting with activists on Thursday: <a href=\"http://english.cctv.com/2016/08/29/VIDEY5POMHe5g4kIGuDBs3KQ160829.shtml\">“When are you going to raise interest rates so that senior citizens have enough income that they can get by?</a>”</td>\r\n</tr>\r\n<tr>\r\n<td>Atlanta Fed President Dennis Lockhart</td>\r\n<td><a href=\"http://www.marketwatch.com/story/fed-chiefs-play-down-chance-of-two-more-rate-hikes-this-year-2016-08-28\">Asked about possibility of two rate hikes in 2016</a>, he told The Wall Street Journal: “The calendar would allow that, we have three more meetings. I wouldn’t take [Fischer’s] position today.”</td>\r\n</tr>\r\n<tr>\r\n<td>San Francisco Fed President John Williams</td>\r\n<td>“<a href=\"http://www.reuters.com/article/us-usa-fed-williams-rates-idUSKCN1091WA\">There is definitely a data stream that could come through in the next couple of months that I would think would be supportive of two rate increases</a>,” Williams told reporters in late July.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nSource: MarketWatch\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.\r\n<div style=\"color: #000000;\"></div>','It\'s About Interest Rates','','publish','open','closed','','interest-rates','','','2016-09-07 10:02:13','2016-09-07 10:02:13','',0,'http://www.thetradingroom.com/?p=3090',0,'post','',0),(3091,2,'2016-09-06 18:20:47','2016-09-06 18:20:47','The spotlight remains on  interest rates and the Fed. After hawkish comments during Jackson Hole, the markets have reversed since NFP and ISM data releases. Central bankers will also be on the spotlight this week including ECB press conference and Fed speakers.\r\n\r\nFed officials stands after Jackson Hole Economic Symposium:\r\n<table width=\"725\">\r\n<tbody>\r\n<tr>\r\n<td><strong>Voting FOMC official</strong></td>\r\n<td><strong>View</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Chairwoman Janet Yellen</td>\r\n<td>“In light of the continued solid performance of the labor market and our outlook for economic activity and inflation, <a href=\"http://www.marketwatch.com/story/feds-yellen-says-case-for-another-interest-rate-hike-has-strenghtened-2016-08-26\">I believe the case for an increase in the federal-funds rate has strengthened in recent months</a>.”</td>\r\n</tr>\r\n<tr>\r\n<td>Vice Chairman Stanley Fischer</td>\r\n<td>Asked during an interview on CNBC if investors should be on the edge of their seats for a rate hike as soon as September and for more than one rate hike this year, Fed Vice Chairman Stanley Fischer replied: <a href=\"http://www.marketwatch.com/story/feds-fischer-yellens-speech-consistent-with-possibility-of-2-interest-rate-hikes-this-year-2016-08-26\">“I think what [Yellen] said today was consistent with answering yes to both your questions</a>, but these are not things we know until we see the data.”</td>\r\n</tr>\r\n<tr>\r\n<td>Gov. Lael Brainard</td>\r\n<td>Hasn’t spoken publicly since two strong jobs reports. Shortly after the May reading, she said, <a href=\"http://www.marketwatch.com/story/feds-brainard-calls-for-waiting-as-labor-market-has-slowed-2016-06-03\">“there would appear to be an advantage to waiting until developments provide greater confidence</a>.”</td>\r\n</tr>\r\n<tr>\r\n<td>Gov. Jerome Powell</td>\r\n<td>“My view is, and has been, we should be on a program of gradual rate increases — <a href=\"http://www.marketwatch.com/story/feds-powell-says-central-bank-can-be-patient-as-it-raises-interest-rates-2016-08-26\">we can afford to be patient</a>,” Powell said in an interview with Bloomberg Television</td>\r\n</tr>\r\n<tr>\r\n<td>Gov. Daniel Tarullo</td>\r\n<td>Speaks more frequently about bank regulation than interest-rate policy. “<a href=\"http://www.marketwatch.com/story/feds-tarullo-wants-to-see-inflation-pick-up-before-he-backs-another-interest-rate-hike-2016-07-06\">For some time now I thought it was the better course to wait to see more convincing evidence that inflation is moving toward and would remain around the 2% target,</a>” Tarullo said at a July event.</td>\r\n</tr>\r\n<tr>\r\n<td>New York Fed President William Dudley</td>\r\n<td>“<a href=\"http://www.marketwatch.com/story/feds-dudley-says-september-rate-hike-is-possible-2016-08-16\">We’re edging closer towards the point in time where it will be appropriate, I think, to raise interest rates further</a>,” Dudley said in an Aug. 16 interview on the Fox Business Network.</td>\r\n</tr>\r\n<tr>\r\n<td>St. Louis Fed President James Bullard</td>\r\n<td><a href=\"http://www.marketwatch.com/story/feds-forecast-of-gradual-rate-hikes-is-damaging-its-credibility-and-the-economy-bullard-says-2016-08-26\">Bullard said he thought it would be best to raise interest rates</a> after there had been some “good news about the economy.” While there have been two good jobs reports, “year-over-year GDP growth rate is very low,” he noted.</td>\r\n</tr>\r\n<tr>\r\n<td>Kansas City Fed President Esther George</td>\r\n<td>“When I look at where we are with the job market, when I look at inflation and our forecast for that, <a href=\"http://www.marketwatch.com/story/feds-george-says-its-time-for-raising-interest-rates-2016-08-25\">I think it’s time to move</a>,” George said in an interview on Bloomberg Radio.</td>\r\n</tr>\r\n<tr>\r\n<td>Cleveland Fed President Loretta Mester</td>\r\n<td>“<a href=\"http://www.marketwatch.com/story/feds-mester-says-it-makes-sense-to-start-moving-interest-rates-higher-2016-08-26\">I see a gradual upward pace in interest rates as being appropriate</a>,” Mester said in an interview on CNBC on the sidelines of the Fed’s Jackson Hole retreat</td>\r\n</tr>\r\n<tr>\r\n<td>Boston Fed President Eric Rosengren</td>\r\n<td>Rosengren is due to speak Wednesday. Rosengren said in early June “it is my expectation that economic conditions will continue to gradually improve, which in turn would justify further actions to normalize policy, <a href=\"http://www.marketwatch.com/story/feds-rosengren-still-expects-an-interest-rake-hike-despite-weak-jobs-report-2016-06-06\">continuing a gradual return to a more normal rate environment</a>.”</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<table width=\"725\">\r\n<tbody>\r\n<tr>\r\n<td><strong>Non-voting officials</strong></td>\r\n<td><strong>View</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Chicago Fed President Charles Evans</td>\r\n<td>Due to speak Wednesday. “<a href=\"http://www.bloomberg.com/news/articles/2016-08-03/evans-says-one-fed-rate-hike-this-year-perhaps-appropriate\">I do think that perhaps one rate increase could be appropriate this year</a>,” Evans told reporters in early August during a media briefing at the Chicago Fed.</td>\r\n</tr>\r\n<tr>\r\n<td>Philadelphia Fed President Patrick Harker</td>\r\n<td>“<a href=\"http://www.marketwatch.com/story/feds-harker-dismisses-brexit-suggests-two-more-rate-hikes-this-year-2016-07-13\">I anticipate that it may be appropriate for up to two additional rate hikes this year</a>,” with the funds rate target rate approaching 3% by the end of 2018, he said in July.</td>\r\n</tr>\r\n<tr>\r\n<td>Dallas Fed President Robert Kaplan</td>\r\n<td>“<a href=\"http://www.marketwatch.com/story/feds-kaplan-says-case-is-strengthening-for-second-interest-rate-hike-2016-08-25\">I do believe the case for removing accommodation is strengthening</a>,” said Kaplan in an interview in Jackson Hole.</td>\r\n</tr>\r\n<tr>\r\n<td>Minneapolis Fed President Neel Kashkari</td>\r\n<td>“When I look at the data,<a href=\"http://www.marketwatch.com/story/kashkari-says-fed-has-luxury-of-keeping-rates-low-to-spur-job-growth-2016-08-03\"> I don’t see much inflationary pressure, so we have the luxury of taking time to let the economy keep creating jobs</a>,” Kashkari said in early August. “Everybody at the Fed wants the job market to keep healing and we would love to see more people getting back to work.”</td>\r\n</tr>\r\n<tr>\r\n<td>Richmond Fed President Jeffrey Lacker</td>\r\n<td>Due to speak Friday, after the payrolls report. Told a meeting with activists on Thursday: <a href=\"http://english.cctv.com/2016/08/29/VIDEY5POMHe5g4kIGuDBs3KQ160829.shtml\">“When are you going to raise interest rates so that senior citizens have enough income that they can get by?</a>”</td>\r\n</tr>\r\n<tr>\r\n<td>Atlanta Fed President Dennis Lockhart</td>\r\n<td><a href=\"http://www.marketwatch.com/story/fed-chiefs-play-down-chance-of-two-more-rate-hikes-this-year-2016-08-28\">Asked about possibility of two rate hikes in 2016</a>, he told The Wall Street Journal: “The calendar would allow that, we have three more meetings. I wouldn’t take [Fischer’s] position today.”</td>\r\n</tr>\r\n<tr>\r\n<td>San Francisco Fed President John Williams</td>\r\n<td>“<a href=\"http://www.reuters.com/article/us-usa-fed-williams-rates-idUSKCN1091WA\">There is definitely a data stream that could come through in the next couple of months that I would think would be supportive of two rate increases</a>,” Williams told reporters in late July.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nSource: MarketWatch','','','inherit','open','closed','','3090-revision-v1','','','2016-09-06 18:20:47','2016-09-06 18:20:47','',3090,'http://www.thetradingroom.com/3090-revision-v1/',0,'revision','',0),(3092,2,'2016-09-06 18:39:42','2016-09-06 18:39:42','The expectation of interest rates has been the key driver of the markets. The spotlight remains on rates and the Fed.  The markets moved after hawkish comments during Jackson Hole, however, the markets have reversed since NFP and ISM data releases. Central bankers will also be on the spotlight this week including ECB press conference and Fed speakers. Use the guide below to better prepare for potential market moving events.\r\n\r\nFed officials stands after Jackson Hole Economic Symposium:\r\n<table width=\"725\">\r\n<tbody>\r\n<tr>\r\n<td><strong>Voting FOMC official</strong></td>\r\n<td><strong>View</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Chairwoman Janet Yellen</td>\r\n<td>“In light of the continued solid performance of the labor market and our outlook for economic activity and inflation, <a href=\"http://www.marketwatch.com/story/feds-yellen-says-case-for-another-interest-rate-hike-has-strenghtened-2016-08-26\">I believe the case for an increase in the federal-funds rate has strengthened in recent months</a>.”</td>\r\n</tr>\r\n<tr>\r\n<td>Vice Chairman Stanley Fischer</td>\r\n<td>Asked during an interview on CNBC if investors should be on the edge of their seats for a rate hike as soon as September and for more than one rate hike this year, Fed Vice Chairman Stanley Fischer replied: <a href=\"http://www.marketwatch.com/story/feds-fischer-yellens-speech-consistent-with-possibility-of-2-interest-rate-hikes-this-year-2016-08-26\">“I think what [Yellen] said today was consistent with answering yes to both your questions</a>, but these are not things we know until we see the data.”</td>\r\n</tr>\r\n<tr>\r\n<td>Gov. Lael Brainard</td>\r\n<td>Hasn’t spoken publicly since two strong jobs reports. Shortly after the May reading, she said, <a href=\"http://www.marketwatch.com/story/feds-brainard-calls-for-waiting-as-labor-market-has-slowed-2016-06-03\">“there would appear to be an advantage to waiting until developments provide greater confidence</a>.”</td>\r\n</tr>\r\n<tr>\r\n<td>Gov. Jerome Powell</td>\r\n<td>“My view is, and has been, we should be on a program of gradual rate increases — <a href=\"http://www.marketwatch.com/story/feds-powell-says-central-bank-can-be-patient-as-it-raises-interest-rates-2016-08-26\">we can afford to be patient</a>,” Powell said in an interview with Bloomberg Television</td>\r\n</tr>\r\n<tr>\r\n<td>Gov. Daniel Tarullo</td>\r\n<td>Speaks more frequently about bank regulation than interest-rate policy. “<a href=\"http://www.marketwatch.com/story/feds-tarullo-wants-to-see-inflation-pick-up-before-he-backs-another-interest-rate-hike-2016-07-06\">For some time now I thought it was the better course to wait to see more convincing evidence that inflation is moving toward and would remain around the 2% target,</a>” Tarullo said at a July event.</td>\r\n</tr>\r\n<tr>\r\n<td>New York Fed President William Dudley</td>\r\n<td>“<a href=\"http://www.marketwatch.com/story/feds-dudley-says-september-rate-hike-is-possible-2016-08-16\">We’re edging closer towards the point in time where it will be appropriate, I think, to raise interest rates further</a>,” Dudley said in an Aug. 16 interview on the Fox Business Network.</td>\r\n</tr>\r\n<tr>\r\n<td>St. Louis Fed President James Bullard</td>\r\n<td><a href=\"http://www.marketwatch.com/story/feds-forecast-of-gradual-rate-hikes-is-damaging-its-credibility-and-the-economy-bullard-says-2016-08-26\">Bullard said he thought it would be best to raise interest rates</a> after there had been some “good news about the economy.” While there have been two good jobs reports, “year-over-year GDP growth rate is very low,” he noted.</td>\r\n</tr>\r\n<tr>\r\n<td>Kansas City Fed President Esther George</td>\r\n<td>“When I look at where we are with the job market, when I look at inflation and our forecast for that, <a href=\"http://www.marketwatch.com/story/feds-george-says-its-time-for-raising-interest-rates-2016-08-25\">I think it’s time to move</a>,” George said in an interview on Bloomberg Radio.</td>\r\n</tr>\r\n<tr>\r\n<td>Cleveland Fed President Loretta Mester</td>\r\n<td>“<a href=\"http://www.marketwatch.com/story/feds-mester-says-it-makes-sense-to-start-moving-interest-rates-higher-2016-08-26\">I see a gradual upward pace in interest rates as being appropriate</a>,” Mester said in an interview on CNBC on the sidelines of the Fed’s Jackson Hole retreat</td>\r\n</tr>\r\n<tr>\r\n<td>Boston Fed President Eric Rosengren</td>\r\n<td>Rosengren is due to speak Wednesday. Rosengren said in early June “it is my expectation that economic conditions will continue to gradually improve, which in turn would justify further actions to normalize policy, <a href=\"http://www.marketwatch.com/story/feds-rosengren-still-expects-an-interest-rake-hike-despite-weak-jobs-report-2016-06-06\">continuing a gradual return to a more normal rate environment</a>.”</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<table width=\"725\">\r\n<tbody>\r\n<tr>\r\n<td><strong>Non-voting officials</strong></td>\r\n<td><strong>View</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Chicago Fed President Charles Evans</td>\r\n<td>Due to speak Wednesday. “<a href=\"http://www.bloomberg.com/news/articles/2016-08-03/evans-says-one-fed-rate-hike-this-year-perhaps-appropriate\">I do think that perhaps one rate increase could be appropriate this year</a>,” Evans told reporters in early August during a media briefing at the Chicago Fed.</td>\r\n</tr>\r\n<tr>\r\n<td>Philadelphia Fed President Patrick Harker</td>\r\n<td>“<a href=\"http://www.marketwatch.com/story/feds-harker-dismisses-brexit-suggests-two-more-rate-hikes-this-year-2016-07-13\">I anticipate that it may be appropriate for up to two additional rate hikes this year</a>,” with the funds rate target rate approaching 3% by the end of 2018, he said in July.</td>\r\n</tr>\r\n<tr>\r\n<td>Dallas Fed President Robert Kaplan</td>\r\n<td>“<a href=\"http://www.marketwatch.com/story/feds-kaplan-says-case-is-strengthening-for-second-interest-rate-hike-2016-08-25\">I do believe the case for removing accommodation is strengthening</a>,” said Kaplan in an interview in Jackson Hole.</td>\r\n</tr>\r\n<tr>\r\n<td>Minneapolis Fed President Neel Kashkari</td>\r\n<td>“When I look at the data,<a href=\"http://www.marketwatch.com/story/kashkari-says-fed-has-luxury-of-keeping-rates-low-to-spur-job-growth-2016-08-03\"> I don’t see much inflationary pressure, so we have the luxury of taking time to let the economy keep creating jobs</a>,” Kashkari said in early August. “Everybody at the Fed wants the job market to keep healing and we would love to see more people getting back to work.”</td>\r\n</tr>\r\n<tr>\r\n<td>Richmond Fed President Jeffrey Lacker</td>\r\n<td>Due to speak Friday, after the payrolls report. Told a meeting with activists on Thursday: <a href=\"http://english.cctv.com/2016/08/29/VIDEY5POMHe5g4kIGuDBs3KQ160829.shtml\">“When are you going to raise interest rates so that senior citizens have enough income that they can get by?</a>”</td>\r\n</tr>\r\n<tr>\r\n<td>Atlanta Fed President Dennis Lockhart</td>\r\n<td><a href=\"http://www.marketwatch.com/story/fed-chiefs-play-down-chance-of-two-more-rate-hikes-this-year-2016-08-28\">Asked about possibility of two rate hikes in 2016</a>, he told The Wall Street Journal: “The calendar would allow that, we have three more meetings. I wouldn’t take [Fischer’s] position today.”</td>\r\n</tr>\r\n<tr>\r\n<td>San Francisco Fed President John Williams</td>\r\n<td>“<a href=\"http://www.reuters.com/article/us-usa-fed-williams-rates-idUSKCN1091WA\">There is definitely a data stream that could come through in the next couple of months that I would think would be supportive of two rate increases</a>,” Williams told reporters in late July.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nSource: MarketWatch','It\'s About Interest Rates','','inherit','open','closed','','3090-revision-v1','','','2016-09-06 18:39:42','2016-09-06 18:39:42','',3090,'http://www.thetradingroom.com/3090-revision-v1/',0,'revision','',0),(3093,2,'2016-09-07 10:01:45','2016-09-07 10:01:45','<span style=\"color: #500050;\">Don\'t trade alone, join a group of quant traders in a live trading room, </span><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/9e647f5277/TEST/667a84e518\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/9e647f5277/TEST/667a84e518&amp;source=gmail&amp;ust=1473248418464000&amp;usg=AFQjCNEbghjAD0iQGcVqAQ88T205oV2hKA\">click here to access live trading room.</a> Pre-market review and trading starts at 8:00 am ET\n\nThe expectation of interest rates has been the key driver of the markets. The spotlight remains on rates and the Fed.  The markets moved after hawkish comments during Jackson Hole, however, the markets have reversed since NFP and ISM data releases. Central bankers will also be on the spotlight this week including ECB press conference and Fed speakers. Use the guide below to better prepare for potential market moving events.\n\nFed officials stands after Jackson Hole Economic Symposium:\n<table width=\"725\">\n<tbody>\n<tr>\n<td><strong>Voting FOMC official</strong></td>\n<td><strong>View</strong></td>\n</tr>\n<tr>\n<td>Chairwoman Janet Yellen</td>\n<td>“In light of the continued solid performance of the labor market and our outlook for economic activity and inflation, <a href=\"http://www.marketwatch.com/story/feds-yellen-says-case-for-another-interest-rate-hike-has-strenghtened-2016-08-26\">I believe the case for an increase in the federal-funds rate has strengthened in recent months</a>.”</td>\n</tr>\n<tr>\n<td>Vice Chairman Stanley Fischer</td>\n<td>Asked during an interview on CNBC if investors should be on the edge of their seats for a rate hike as soon as September and for more than one rate hike this year, Fed Vice Chairman Stanley Fischer replied: <a href=\"http://www.marketwatch.com/story/feds-fischer-yellens-speech-consistent-with-possibility-of-2-interest-rate-hikes-this-year-2016-08-26\">“I think what [Yellen] said today was consistent with answering yes to both your questions</a>, but these are not things we know until we see the data.”</td>\n</tr>\n<tr>\n<td>Gov. Lael Brainard</td>\n<td>Hasn’t spoken publicly since two strong jobs reports. Shortly after the May reading, she said, <a href=\"http://www.marketwatch.com/story/feds-brainard-calls-for-waiting-as-labor-market-has-slowed-2016-06-03\">“there would appear to be an advantage to waiting until developments provide greater confidence</a>.”</td>\n</tr>\n<tr>\n<td>Gov. Jerome Powell</td>\n<td>“My view is, and has been, we should be on a program of gradual rate increases — <a href=\"http://www.marketwatch.com/story/feds-powell-says-central-bank-can-be-patient-as-it-raises-interest-rates-2016-08-26\">we can afford to be patient</a>,” Powell said in an interview with Bloomberg Television</td>\n</tr>\n<tr>\n<td>Gov. Daniel Tarullo</td>\n<td>Speaks more frequently about bank regulation than interest-rate policy. “<a href=\"http://www.marketwatch.com/story/feds-tarullo-wants-to-see-inflation-pick-up-before-he-backs-another-interest-rate-hike-2016-07-06\">For some time now I thought it was the better course to wait to see more convincing evidence that inflation is moving toward and would remain around the 2% target,</a>” Tarullo said at a July event.</td>\n</tr>\n<tr>\n<td>New York Fed President William Dudley</td>\n<td>“<a href=\"http://www.marketwatch.com/story/feds-dudley-says-september-rate-hike-is-possible-2016-08-16\">We’re edging closer towards the point in time where it will be appropriate, I think, to raise interest rates further</a>,” Dudley said in an Aug. 16 interview on the Fox Business Network.</td>\n</tr>\n<tr>\n<td>St. Louis Fed President James Bullard</td>\n<td><a href=\"http://www.marketwatch.com/story/feds-forecast-of-gradual-rate-hikes-is-damaging-its-credibility-and-the-economy-bullard-says-2016-08-26\">Bullard said he thought it would be best to raise interest rates</a> after there had been some “good news about the economy.” While there have been two good jobs reports, “year-over-year GDP growth rate is very low,” he noted.</td>\n</tr>\n<tr>\n<td>Kansas City Fed President Esther George</td>\n<td>“When I look at where we are with the job market, when I look at inflation and our forecast for that, <a href=\"http://www.marketwatch.com/story/feds-george-says-its-time-for-raising-interest-rates-2016-08-25\">I think it’s time to move</a>,” George said in an interview on Bloomberg Radio.</td>\n</tr>\n<tr>\n<td>Cleveland Fed President Loretta Mester</td>\n<td>“<a href=\"http://www.marketwatch.com/story/feds-mester-says-it-makes-sense-to-start-moving-interest-rates-higher-2016-08-26\">I see a gradual upward pace in interest rates as being appropriate</a>,” Mester said in an interview on CNBC on the sidelines of the Fed’s Jackson Hole retreat</td>\n</tr>\n<tr>\n<td>Boston Fed President Eric Rosengren</td>\n<td>Rosengren is due to speak Wednesday. Rosengren said in early June “it is my expectation that economic conditions will continue to gradually improve, which in turn would justify further actions to normalize policy, <a href=\"http://www.marketwatch.com/story/feds-rosengren-still-expects-an-interest-rake-hike-despite-weak-jobs-report-2016-06-06\">continuing a gradual return to a more normal rate environment</a>.”</td>\n</tr>\n</tbody>\n</table>\n&nbsp;\n<table width=\"725\">\n<tbody>\n<tr>\n<td><strong>Non-voting officials</strong></td>\n<td><strong>View</strong></td>\n</tr>\n<tr>\n<td>Chicago Fed President Charles Evans</td>\n<td>Due to speak Wednesday. “<a href=\"http://www.bloomberg.com/news/articles/2016-08-03/evans-says-one-fed-rate-hike-this-year-perhaps-appropriate\">I do think that perhaps one rate increase could be appropriate this year</a>,” Evans told reporters in early August during a media briefing at the Chicago Fed.</td>\n</tr>\n<tr>\n<td>Philadelphia Fed President Patrick Harker</td>\n<td>“<a href=\"http://www.marketwatch.com/story/feds-harker-dismisses-brexit-suggests-two-more-rate-hikes-this-year-2016-07-13\">I anticipate that it may be appropriate for up to two additional rate hikes this year</a>,” with the funds rate target rate approaching 3% by the end of 2018, he said in July.</td>\n</tr>\n<tr>\n<td>Dallas Fed President Robert Kaplan</td>\n<td>“<a href=\"http://www.marketwatch.com/story/feds-kaplan-says-case-is-strengthening-for-second-interest-rate-hike-2016-08-25\">I do believe the case for removing accommodation is strengthening</a>,” said Kaplan in an interview in Jackson Hole.</td>\n</tr>\n<tr>\n<td>Minneapolis Fed President Neel Kashkari</td>\n<td>“When I look at the data,<a href=\"http://www.marketwatch.com/story/kashkari-says-fed-has-luxury-of-keeping-rates-low-to-spur-job-growth-2016-08-03\"> I don’t see much inflationary pressure, so we have the luxury of taking time to let the economy keep creating jobs</a>,” Kashkari said in early August. “Everybody at the Fed wants the job market to keep healing and we would love to see more people getting back to work.”</td>\n</tr>\n<tr>\n<td>Richmond Fed President Jeffrey Lacker</td>\n<td>Due to speak Friday, after the payrolls report. Told a meeting with activists on Thursday: <a href=\"http://english.cctv.com/2016/08/29/VIDEY5POMHe5g4kIGuDBs3KQ160829.shtml\">“When are you going to raise interest rates so that senior citizens have enough income that they can get by?</a>”</td>\n</tr>\n<tr>\n<td>Atlanta Fed President Dennis Lockhart</td>\n<td><a href=\"http://www.marketwatch.com/story/fed-chiefs-play-down-chance-of-two-more-rate-hikes-this-year-2016-08-28\">Asked about possibility of two rate hikes in 2016</a>, he told The Wall Street Journal: “The calendar would allow that, we have three more meetings. I wouldn’t take [Fischer’s] position today.”</td>\n</tr>\n<tr>\n<td>San Francisco Fed President John Williams</td>\n<td>“<a href=\"http://www.reuters.com/article/us-usa-fed-williams-rates-idUSKCN1091WA\">There is definitely a data stream that could come through in the next couple of months that I would think would be supportive of two rate increases</a>,” Williams told reporters in late July.</td>\n</tr>\n</tbody>\n</table>\nSource: MarketWatch\n\n&nbsp;\n<div style=\"color: #000000;\"></div>','It\'s About Interest Rates','','inherit','open','closed','','3090-autosave-v1','','','2016-09-07 10:01:45','2016-09-07 10:01:45','',3090,'http://www.thetradingroom.com/3090-autosave-v1/',0,'revision','',0),(3094,2,'2016-09-07 10:02:13','2016-09-07 10:02:13','<span style=\"color: #500050;\">Don\'t trade alone, join a group of quant traders in a live trading room, </span><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/9e647f5277/TEST/667a84e518\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/9e647f5277/TEST/667a84e518&amp;source=gmail&amp;ust=1473248418464000&amp;usg=AFQjCNEbghjAD0iQGcVqAQ88T205oV2hKA\">click here to access live trading room.</a> Pre-market review and trading starts at 8:00 am ET\r\n\r\nThe expectation of interest rates has been the key driver of the markets. The spotlight remains on rates and the Fed.  The markets moved after hawkish comments during Jackson Hole, however, the markets have reversed since NFP and ISM data releases. Central bankers will also be on the spotlight this week including ECB press conference and Fed speakers. Use the guide below to better prepare for potential market moving events.\r\n\r\nFed officials stands after Jackson Hole Economic Symposium:\r\n<table width=\"725\">\r\n<tbody>\r\n<tr>\r\n<td><strong>Voting FOMC official</strong></td>\r\n<td><strong>View</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Chairwoman Janet Yellen</td>\r\n<td>“In light of the continued solid performance of the labor market and our outlook for economic activity and inflation, <a href=\"http://www.marketwatch.com/story/feds-yellen-says-case-for-another-interest-rate-hike-has-strenghtened-2016-08-26\">I believe the case for an increase in the federal-funds rate has strengthened in recent months</a>.”</td>\r\n</tr>\r\n<tr>\r\n<td>Vice Chairman Stanley Fischer</td>\r\n<td>Asked during an interview on CNBC if investors should be on the edge of their seats for a rate hike as soon as September and for more than one rate hike this year, Fed Vice Chairman Stanley Fischer replied: <a href=\"http://www.marketwatch.com/story/feds-fischer-yellens-speech-consistent-with-possibility-of-2-interest-rate-hikes-this-year-2016-08-26\">“I think what [Yellen] said today was consistent with answering yes to both your questions</a>, but these are not things we know until we see the data.”</td>\r\n</tr>\r\n<tr>\r\n<td>Gov. Lael Brainard</td>\r\n<td>Hasn’t spoken publicly since two strong jobs reports. Shortly after the May reading, she said, <a href=\"http://www.marketwatch.com/story/feds-brainard-calls-for-waiting-as-labor-market-has-slowed-2016-06-03\">“there would appear to be an advantage to waiting until developments provide greater confidence</a>.”</td>\r\n</tr>\r\n<tr>\r\n<td>Gov. Jerome Powell</td>\r\n<td>“My view is, and has been, we should be on a program of gradual rate increases — <a href=\"http://www.marketwatch.com/story/feds-powell-says-central-bank-can-be-patient-as-it-raises-interest-rates-2016-08-26\">we can afford to be patient</a>,” Powell said in an interview with Bloomberg Television</td>\r\n</tr>\r\n<tr>\r\n<td>Gov. Daniel Tarullo</td>\r\n<td>Speaks more frequently about bank regulation than interest-rate policy. “<a href=\"http://www.marketwatch.com/story/feds-tarullo-wants-to-see-inflation-pick-up-before-he-backs-another-interest-rate-hike-2016-07-06\">For some time now I thought it was the better course to wait to see more convincing evidence that inflation is moving toward and would remain around the 2% target,</a>” Tarullo said at a July event.</td>\r\n</tr>\r\n<tr>\r\n<td>New York Fed President William Dudley</td>\r\n<td>“<a href=\"http://www.marketwatch.com/story/feds-dudley-says-september-rate-hike-is-possible-2016-08-16\">We’re edging closer towards the point in time where it will be appropriate, I think, to raise interest rates further</a>,” Dudley said in an Aug. 16 interview on the Fox Business Network.</td>\r\n</tr>\r\n<tr>\r\n<td>St. Louis Fed President James Bullard</td>\r\n<td><a href=\"http://www.marketwatch.com/story/feds-forecast-of-gradual-rate-hikes-is-damaging-its-credibility-and-the-economy-bullard-says-2016-08-26\">Bullard said he thought it would be best to raise interest rates</a> after there had been some “good news about the economy.” While there have been two good jobs reports, “year-over-year GDP growth rate is very low,” he noted.</td>\r\n</tr>\r\n<tr>\r\n<td>Kansas City Fed President Esther George</td>\r\n<td>“When I look at where we are with the job market, when I look at inflation and our forecast for that, <a href=\"http://www.marketwatch.com/story/feds-george-says-its-time-for-raising-interest-rates-2016-08-25\">I think it’s time to move</a>,” George said in an interview on Bloomberg Radio.</td>\r\n</tr>\r\n<tr>\r\n<td>Cleveland Fed President Loretta Mester</td>\r\n<td>“<a href=\"http://www.marketwatch.com/story/feds-mester-says-it-makes-sense-to-start-moving-interest-rates-higher-2016-08-26\">I see a gradual upward pace in interest rates as being appropriate</a>,” Mester said in an interview on CNBC on the sidelines of the Fed’s Jackson Hole retreat</td>\r\n</tr>\r\n<tr>\r\n<td>Boston Fed President Eric Rosengren</td>\r\n<td>Rosengren is due to speak Wednesday. Rosengren said in early June “it is my expectation that economic conditions will continue to gradually improve, which in turn would justify further actions to normalize policy, <a href=\"http://www.marketwatch.com/story/feds-rosengren-still-expects-an-interest-rake-hike-despite-weak-jobs-report-2016-06-06\">continuing a gradual return to a more normal rate environment</a>.”</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<table width=\"725\">\r\n<tbody>\r\n<tr>\r\n<td><strong>Non-voting officials</strong></td>\r\n<td><strong>View</strong></td>\r\n</tr>\r\n<tr>\r\n<td>Chicago Fed President Charles Evans</td>\r\n<td>Due to speak Wednesday. “<a href=\"http://www.bloomberg.com/news/articles/2016-08-03/evans-says-one-fed-rate-hike-this-year-perhaps-appropriate\">I do think that perhaps one rate increase could be appropriate this year</a>,” Evans told reporters in early August during a media briefing at the Chicago Fed.</td>\r\n</tr>\r\n<tr>\r\n<td>Philadelphia Fed President Patrick Harker</td>\r\n<td>“<a href=\"http://www.marketwatch.com/story/feds-harker-dismisses-brexit-suggests-two-more-rate-hikes-this-year-2016-07-13\">I anticipate that it may be appropriate for up to two additional rate hikes this year</a>,” with the funds rate target rate approaching 3% by the end of 2018, he said in July.</td>\r\n</tr>\r\n<tr>\r\n<td>Dallas Fed President Robert Kaplan</td>\r\n<td>“<a href=\"http://www.marketwatch.com/story/feds-kaplan-says-case-is-strengthening-for-second-interest-rate-hike-2016-08-25\">I do believe the case for removing accommodation is strengthening</a>,” said Kaplan in an interview in Jackson Hole.</td>\r\n</tr>\r\n<tr>\r\n<td>Minneapolis Fed President Neel Kashkari</td>\r\n<td>“When I look at the data,<a href=\"http://www.marketwatch.com/story/kashkari-says-fed-has-luxury-of-keeping-rates-low-to-spur-job-growth-2016-08-03\"> I don’t see much inflationary pressure, so we have the luxury of taking time to let the economy keep creating jobs</a>,” Kashkari said in early August. “Everybody at the Fed wants the job market to keep healing and we would love to see more people getting back to work.”</td>\r\n</tr>\r\n<tr>\r\n<td>Richmond Fed President Jeffrey Lacker</td>\r\n<td>Due to speak Friday, after the payrolls report. Told a meeting with activists on Thursday: <a href=\"http://english.cctv.com/2016/08/29/VIDEY5POMHe5g4kIGuDBs3KQ160829.shtml\">“When are you going to raise interest rates so that senior citizens have enough income that they can get by?</a>”</td>\r\n</tr>\r\n<tr>\r\n<td>Atlanta Fed President Dennis Lockhart</td>\r\n<td><a href=\"http://www.marketwatch.com/story/fed-chiefs-play-down-chance-of-two-more-rate-hikes-this-year-2016-08-28\">Asked about possibility of two rate hikes in 2016</a>, he told The Wall Street Journal: “The calendar would allow that, we have three more meetings. I wouldn’t take [Fischer’s] position today.”</td>\r\n</tr>\r\n<tr>\r\n<td>San Francisco Fed President John Williams</td>\r\n<td>“<a href=\"http://www.reuters.com/article/us-usa-fed-williams-rates-idUSKCN1091WA\">There is definitely a data stream that could come through in the next couple of months that I would think would be supportive of two rate increases</a>,” Williams told reporters in late July.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nSource: MarketWatch\r\n\r\nTHERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.\r\n<div style=\"color: #000000;\"></div>','It\'s About Interest Rates','','inherit','open','closed','','3090-revision-v1','','','2016-09-07 10:02:13','2016-09-07 10:02:13','',3090,'http://www.thetradingroom.com/3090-revision-v1/',0,'revision','',0),(3096,2,'2016-09-08 10:19:01','2016-09-08 10:19:01','','euro profit from it','','inherit','open','closed','','euro-profit-from-it','','','2016-09-08 10:19:01','2016-09-08 10:19:01','',3095,'http://www.thetradingroom.com/wp-content/uploads/2016/09/euro-profit-from-it.jpg',0,'attachment','image/jpeg',0),(3097,2,'2016-09-08 10:22:54','2016-09-08 10:22:54','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n\r\nWORLD HEADLINES - European stocks advanced and Spanish 10-year bond yields fell to a record low on speculation Mario Draghi will show a bias for extending the European Central Bank’s stimulus measures.\r\n\r\nSTOCKS - The Hang Seng China Enterprises Index rose 0.4 percent after Chinese trade data showed export declines moderated in dollar terms last month and imports unexpectedly grew.\r\n\r\nBONDS - U.S. Treasuries due in a decade were steady and yielded 1.53 percent. The probability of the Fed boosting benchmark interest rates at its meeting this month has dropped 10 percentage points this week to 22 percent, futures prices indicate.\r\n\r\nCOMMODITIES - Crude climbed 2 percent on signs a U.S. glut is easing. It\'s risen more than 7 percent in the past week amid optimism major producers will agree measures to support prices.\r\n\r\nCURRENCIES - Australia’s dollar led gains among 16 major currencies with a 0.7 percent advance and the euro rose 0.3 percent.\r\n\r\nECONOMIC DATA - EUR Minimum Bid Rate due at 7:45, US Unemployment Claims, CAD Canadian Building Permits and ECB Press Conference at 8:30, Natural Gas Storage at 10:30, Crude Oil Inventories at 11:00, CNY PPI y/y at 21:30 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/8848577487183175428\">register as a guest.</a></span></p>\r\n\r\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\"><img class=\"aligncenter  wp-image-3023\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\" alt=\"mini 8-10\" width=\"676\" height=\"221\" /></a></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\"></div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket: Traders Focus on ECB','','inherit','open','closed','','3095-revision-v1','','','2016-09-08 10:22:54','2016-09-08 10:22:54','',3095,'http://www.thetradingroom.com/3095-revision-v1/',0,'revision','',0),(3098,2,'2016-09-11 23:22:26','2016-09-11 23:22:26','<div style=\"color: #000000;\">\r\n<div class=\"im\" style=\"color: #500050;\">\r\n<div>\r\n<div align=\"right\">\r\n<div>\r\n<div>\r\n<div style=\"text-align: left;\">Volatility is back! The VIX jumped 23% higher while stocks and bonds sold-off through out <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884203\"><span class=\"aQJ\">Friday\'s</span></span> trading session. The S&amp;P 500, global stocks and emerging markets tumbled at least -2%, the biggest drop since the Brexit on <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884204\"><span class=\"aQJ\">June 24th</span></span>. The US dollar rallied as Federal Reserve member Eric Rosengren warned waiting too long to raise rates threatened to overheat the economy. The odds for a rate hike this year jumped to 60%. Strong concerted correlations between the stocks and bonds are not historically  common but do occur. The last time the S&amp;P 500 and Treasury bonds posted similar declines was on June 20, 2013, the start of the \"taper tantrum\", when Fed Chair Ben Bernanke said the Fed may start reducing bond purchases, which had been credited to drive gains in the global markets. Recent popular sectors such as defensive stocks led the sell-off.  Sectors known for high dividend paying stocks such as utilities and phone stocks dropped -3.4%. Real estate investment trusts lost -3.9%. The financial sector, which should benefit from higher rates dropped the least, down -1.9%. In the week ahead, the focus will remain on the Fed, central banks and interest rates. European Central Bank President Draghi will speak <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884205\"><span class=\"aQJ\">on Wednesday</span></span> while the Swiss National Bank and the Bank of England will announce monetary policy <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884206\"><span class=\"aQJ\">on Thursday</span></span>.</div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n</div>\r\n<table border=\"0\" width=\"415\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n<table width=\"\" align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3ct.O.3M5IrDnAF&amp;b=Ipnn1U78w3RPCC2pQtuQhg\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3ct.O.3M5IrDnAF%26b%3DIpnn1U78w3RPCC2pQtuQhg&amp;source=gmail&amp;ust=1473720466785000&amp;usg=AFQjCNF9X1rW0f9YPeOTMagwEr_HzaSNSQ\"><img class=\"CToWUd\" src=\"https://ci4.googleusercontent.com/proxy/imhavLXRkR5YrMCp4UkuEVD0LHmW6HonejBSf-OJDSLUPSsxWs80uJs8vq1K1I3tSTDfStQOXIFqkF25DqelwQr5Ak-4dl4a35LshYsJC2PvNNqR75XE1yE_3kndsDMvkxmsxMheZrn36eqzOK0Kyd6o6oEqyZCX_w=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/optimized/1a5d6b031cb8406fa9ece585d3601da2.jpeg\" alt=\"Image\" width=\"127\" height=\"138\" align=\"left\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<strong><em>Join us this week and experience the power of market intelligence. We will be show casing trading strategies with cross-market relationships and correlations analytics.   </em></strong>\r\n<div>​</div>\r\n<div><strong>Joe Rios,  Rios Quantitative LLC</strong>​​</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div class=\"adm\"></div>\r\n<div class=\"im\" style=\"color: #500050;\">\r\n\r\n<hr />\r\n<p style=\"text-align: center;\"><strong>\r\nThe Trading Room® </strong></p>\r\n<p style=\"text-align: center;\"><strong>Global Trading with Quantitative Technologies</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div>\r\n<div class=\"im\" style=\"color: #500050;\">\r\n<p style=\"text-align: center;\"><strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884207\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884208\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884209\"><span class=\"aQJ\">8:00 AM ET</span></span></strong></p>\r\n\r\n<div>Join our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3ct.O.3M5IrDnAF&amp;b=khKoQt7bg8V392ZE_T7imw\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3ct.O.3M5IrDnAF%26b%3DkhKoQt7bg8V392ZE_T7imw&amp;source=gmail&amp;ust=1473720466785000&amp;usg=AFQjCNHxF6U6aXGbvMJ4sriU0_Xz9WLe3w\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3ct.O.3M5IrDnAF&amp;b=h9BQz8K4SH5UbSrirlyrxA\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3ct.O.3M5IrDnAF%26b%3Dh9BQz8K4SH5UbSrirlyrxA&amp;source=gmail&amp;ust=1473720466785000&amp;usg=AFQjCNEedJwfUROAwp92F77vqS03MWFxJg\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3ct.O.3M5IrDnAF&amp;b=yGxRy1gSCe5svndDuvzdaQ\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3ct.O.3M5IrDnAF%26b%3DyGxRy1gSCe5svndDuvzdaQ&amp;source=gmail&amp;ust=1473720466785000&amp;usg=AFQjCNHBDXHv3hKmQIUJ_X283OB55PC0tw\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div>\r\n<div>\r\n<div class=\"adm\"></div>\r\n<div class=\"im\" style=\"color: #500050;\">\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div style=\"text-align: center;\"><strong>The Insider\'s Quant (I.Q.) Room​</strong></div>\r\n<div style=\"text-align: center;\">\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884210\"><span class=\"aQJ\">Monday</span></span>- 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884211\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Forecasting </em></div>\r\n</div>\r\n<div style=\"text-align: center;\"></div>\r\n<div style=\"text-align: center;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884212\"><span class=\"aQJ\">Wednesday</span></span>- 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884213\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Intermarket Correlations Class</em></div>\r\n</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n<div style=\"text-align: center;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884214\"><span class=\"aQJ\">Friday</span></span> - 11:30 am</div>\r\n<div style=\"text-align: center;\"><em>Insiders Round Table Meetup</em></div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div> ​​​​​​</div>\r\n<div>\r\n<div style=\"text-align: center;\"><strong>Automated Trading Class with Q&amp;A</strong></div>\r\n<div style=\"text-align: center;\"></div>\r\n<div style=\"text-align: center;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884216\"><span class=\"aQJ\">Tuesday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884217\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div style=\"text-align: center;\"><em>Einstein SmartBox Auto Trading:  Special training class  with systems developer  Joe Rios. </em></div>\r\n<div style=\"text-align: center;\"><em>Topics include:</em></div>\r\n<div style=\"text-align: center;\"><em>Trading Logic </em></div>\r\n<div style=\"text-align: center;\"><em>Input Settings</em></div>\r\n<div style=\"text-align: center;\"><em>Back-test Methods</em></div>\r\n<div style=\"text-align: center;\"><em>Cross-Market Relationships</em></div>\r\n<div style=\"text-align: center;\"><em>Q&amp;A</em></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n</div>','The Week Ahead in the Global Markets','','publish','open','closed','','week-ahead-global-markets-15','','','2016-09-11 23:22:26','2016-09-11 23:22:26','',0,'http://www.thetradingroom.com/?p=3098',0,'post','',0),(3100,2,'2016-09-11 23:19:54','2016-09-11 23:19:54','<div style=\"color: #000000;\">\r\n<div class=\"im\" style=\"color: #500050;\">\r\n<div>\r\n<div align=\"right\">\r\n<div>\r\n<div>\r\n<div style=\"text-align: left;\">Volatility is back! The VIX jumped 23% higher while stocks and bonds sold-off through out <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884203\"><span class=\"aQJ\">Friday\'s</span></span> trading session. The S&amp;P 500, global stocks and emerging markets tumbled at least -2%, the biggest drop since the Brexit on <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884204\"><span class=\"aQJ\">June 24th</span></span>. The US dollar rallied as Federal Reserve member Eric Rosengren warned waiting too long to raise rates threatened to overheat the economy. The odds for a rate hike this year jumped to 60%. Strong concerted correlations between the stocks and bonds are not historically  common but do occur. The last time the S&amp;P 500 and Treasury bonds posted similar declines was on June 20, 2013, the start of the \"taper tantrum\", when Fed Chair Ben Bernanke said the Fed may start reducing bond purchases, which had been credited to drive gains in the global markets. Recent popular sectors such as defensive stocks led the sell-off.  Sectors known for high dividend paying stocks such as utilities and phone stocks dropped -3.4%. Real estate investment trusts lost -3.9%. The financial sector, which should benefit from higher rates dropped the least, down -1.9%. In the week ahead, the focus will remain on the Fed, central banks and interest rates. European Central Bank President Draghi will speak <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884205\"><span class=\"aQJ\">on Wednesday</span></span> while the Swiss National Bank and the Bank of England will announce monetary policy <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884206\"><span class=\"aQJ\">on Thursday</span></span>.</div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n</div>\r\n<table border=\"0\" width=\"415\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n<table width=\"\" align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3ct.O.3M5IrDnAF&amp;b=Ipnn1U78w3RPCC2pQtuQhg\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3ct.O.3M5IrDnAF%26b%3DIpnn1U78w3RPCC2pQtuQhg&amp;source=gmail&amp;ust=1473720466785000&amp;usg=AFQjCNF9X1rW0f9YPeOTMagwEr_HzaSNSQ\"><img class=\"CToWUd\" src=\"https://ci4.googleusercontent.com/proxy/imhavLXRkR5YrMCp4UkuEVD0LHmW6HonejBSf-OJDSLUPSsxWs80uJs8vq1K1I3tSTDfStQOXIFqkF25DqelwQr5Ak-4dl4a35LshYsJC2PvNNqR75XE1yE_3kndsDMvkxmsxMheZrn36eqzOK0Kyd6o6oEqyZCX_w=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/optimized/1a5d6b031cb8406fa9ece585d3601da2.jpeg\" alt=\"Image\" width=\"127\" height=\"138\" align=\"left\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<strong><em>Join us this week and experience the power of market intelligence. We will be show casing trading strategies with cross-market relationships and correlations analytics.   </em></strong>\r\n<div>​</div>\r\n<div><strong>Joe Rios,  Rios Quantitative LLC</strong>​​</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div class=\"adm\"></div>\r\n<div class=\"im\" style=\"color: #500050;\">\r\n\r\n<hr />\r\n<p style=\"text-align: center;\"><strong>\r\nThe Trading Room® </strong></p>\r\n<p style=\"text-align: center;\"><strong>Global Trading with Quantitative Technologies</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div>\r\n<div class=\"im\" style=\"color: #500050;\">\r\n<p style=\"text-align: center;\"><strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884207\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884208\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884209\"><span class=\"aQJ\">8:00 AM ET</span></span></strong></p>\r\n\r\n<div>Join our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3ct.O.3M5IrDnAF&amp;b=khKoQt7bg8V392ZE_T7imw\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3ct.O.3M5IrDnAF%26b%3DkhKoQt7bg8V392ZE_T7imw&amp;source=gmail&amp;ust=1473720466785000&amp;usg=AFQjCNHxF6U6aXGbvMJ4sriU0_Xz9WLe3w\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3ct.O.3M5IrDnAF&amp;b=h9BQz8K4SH5UbSrirlyrxA\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3ct.O.3M5IrDnAF%26b%3Dh9BQz8K4SH5UbSrirlyrxA&amp;source=gmail&amp;ust=1473720466785000&amp;usg=AFQjCNEedJwfUROAwp92F77vqS03MWFxJg\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3ct.O.3M5IrDnAF&amp;b=yGxRy1gSCe5svndDuvzdaQ\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3ct.O.3M5IrDnAF%26b%3DyGxRy1gSCe5svndDuvzdaQ&amp;source=gmail&amp;ust=1473720466785000&amp;usg=AFQjCNHBDXHv3hKmQIUJ_X283OB55PC0tw\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div>\r\n<div>\r\n<div class=\"adm\"></div>\r\n<div class=\"im\" style=\"color: #500050;\">\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div style=\"text-align: center;\"><strong>The Insider\'s Quant (I.Q.) Room​</strong></div>\r\n<div style=\"text-align: center;\">\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884210\"><span class=\"aQJ\">Monday</span></span>- 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884211\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Forecasting </em></div>\r\n</div>\r\n<div style=\"text-align: center;\"></div>\r\n<div style=\"text-align: center;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884212\"><span class=\"aQJ\">Wednesday</span></span>- 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884213\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Intermarket Correlations Class</em></div>\r\n</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n<div style=\"text-align: center;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884214\"><span class=\"aQJ\">Friday</span></span> - 11:30 am</div>\r\n<div style=\"text-align: center;\"><em>Insiders Round Table Meetup</em></div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div> ​​​​​​</div>\r\n<div>\r\n<div style=\"text-align: center;\"><strong>Automated Trading Class with Q&amp;A</strong></div>\r\n<div style=\"text-align: center;\"></div>\r\n<div style=\"text-align: center;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884216\"><span class=\"aQJ\">Tuesday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884217\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div style=\"text-align: center;\"><em>Einstein SmartBox Auto Trading:  Special training class  with systems developer  Joe Rios. </em></div>\r\n<div style=\"text-align: center;\"><em>Topics include:</em></div>\r\n<div style=\"text-align: center;\"><em>Trading Logic </em></div>\r\n<div style=\"text-align: center;\"><em>Input Settings</em></div>\r\n<div style=\"text-align: center;\"><em>Back-test Methods</em></div>\r\n<div style=\"text-align: center;\"><em>Cross-Market Relationships</em></div>\r\n<div style=\"text-align: center;\"><em>Q&amp;A</em></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n</div>','','','inherit','open','closed','','3098-revision-v1','','','2016-09-11 23:19:54','2016-09-11 23:19:54','',3098,'http://www.thetradingroom.com/3098-revision-v1/',0,'revision','',0),(3099,2,'2016-09-11 23:16:04','2016-09-11 23:16:04','<div style=\"color: #000000;\">\r\n<div class=\"im\" style=\"color: #500050;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div align=\"right\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>Volatility is back! The VIX jumped 23% higher while stocks and bonds sold-off through out <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884203\"><span class=\"aQJ\">Friday\'s</span></span> trading session. The S&amp;P 500, global stocks and emerging markets tumbled at least -2%, the biggest drop since the Brexit on <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884204\"><span class=\"aQJ\">June 24th</span></span>. The US dollar rallied as Federal Reserve member Eric Rosengren warned waiting too long to raise rates threatened to overheat the economy. The odds for a rate hike this year jumped to 60%. Strong concerted correlations between the stocks and bonds are not historically  common but do occur. The last time the S&amp;P 500 and Treasury bonds posted similar declines was on June 20, 2013, the start of the \"taper tantrum\", when Fed Chair Ben Bernanke said the Fed may start reducing bond purchases, which had been credited to drive gains in the global markets. Recent popular sectors such as defensive stocks led the sell-off.  Sectors known for high dividend paying stocks such as utilities and phone stocks dropped -3.4%. Real estate investment trusts lost -3.9%. The financial sector, which should benefit from higher rates dropped the least, down -1.9%. In the week ahead, the focus will remain on the Fed, central banks and interest rates. European Central Bank President Draghi will speak <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884205\"><span class=\"aQJ\">on Wednesday</span></span> while the Swiss National Bank and the Bank of England will announce monetary policy <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884206\"><span class=\"aQJ\">on Thursday</span></span>.</div>\r\n</div>\r\n<table border=\"0\" width=\"415\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<table width=\"415\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<div>\r\n<div align=\"right\">\r\n<div align=\"right\">\r\n<div>\r\n<div></div>\r\n<div>In the week ahead, I am expecting more volatility and more price swings. Intermarket correlations will be my primary focal point for spotting trading opportunities.</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n<div>\r\n<div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n<table width=\"\" align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3ct.O.3M5IrDnAF&amp;b=Ipnn1U78w3RPCC2pQtuQhg\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3ct.O.3M5IrDnAF%26b%3DIpnn1U78w3RPCC2pQtuQhg&amp;source=gmail&amp;ust=1473720466785000&amp;usg=AFQjCNF9X1rW0f9YPeOTMagwEr_HzaSNSQ\"><img class=\"CToWUd\" src=\"https://ci4.googleusercontent.com/proxy/imhavLXRkR5YrMCp4UkuEVD0LHmW6HonejBSf-OJDSLUPSsxWs80uJs8vq1K1I3tSTDfStQOXIFqkF25DqelwQr5Ak-4dl4a35LshYsJC2PvNNqR75XE1yE_3kndsDMvkxmsxMheZrn36eqzOK0Kyd6o6oEqyZCX_w=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/optimized/1a5d6b031cb8406fa9ece585d3601da2.jpeg\" alt=\"Image\" width=\"127\" height=\"138\" align=\"left\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<strong><em>Join us this week and experience the power of market intelligence. We will be show casing trading strategies with cross-market relationships and correlations analytics.   </em></strong>\r\n<div>​</div>\r\n<div><strong>Joe Rios,  Rios Quantitative LLC</strong>​​</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div class=\"adm\"></div>\r\n<div class=\"im\" style=\"color: #500050;\">\r\n\r\n&nbsp;\r\n\r\n------------------------------<wbr />--------------------------\r\n\r\n&nbsp;\r\n\r\n<strong>The Trading Room® </strong>\r\n\r\n<strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div>\r\n<div class=\"adm\"></div>\r\n<div class=\"im\" style=\"color: #500050;\">\r\n\r\n&nbsp;\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884207\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884208\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884209\"><span class=\"aQJ\">8:00 AM ET</span></span></strong>\r\n<div>Join our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3ct.O.3M5IrDnAF&amp;b=khKoQt7bg8V392ZE_T7imw\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3ct.O.3M5IrDnAF%26b%3DkhKoQt7bg8V392ZE_T7imw&amp;source=gmail&amp;ust=1473720466785000&amp;usg=AFQjCNHxF6U6aXGbvMJ4sriU0_Xz9WLe3w\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3ct.O.3M5IrDnAF&amp;b=h9BQz8K4SH5UbSrirlyrxA\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3ct.O.3M5IrDnAF%26b%3Dh9BQz8K4SH5UbSrirlyrxA&amp;source=gmail&amp;ust=1473720466785000&amp;usg=AFQjCNEedJwfUROAwp92F77vqS03MWFxJg\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3ct.O.3M5IrDnAF&amp;b=yGxRy1gSCe5svndDuvzdaQ\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3ct.O.3M5IrDnAF%26b%3DyGxRy1gSCe5svndDuvzdaQ&amp;source=gmail&amp;ust=1473720466785000&amp;usg=AFQjCNHBDXHv3hKmQIUJ_X283OB55PC0tw\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div>\r\n<div>\r\n<div class=\"adm\"></div>\r\n<div class=\"im\" style=\"color: #500050;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div><strong>  ______________________________</strong></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div><strong>The Insider\'s Quant (I.Q.) Room​</strong></div>\r\n<div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884210\"><span class=\"aQJ\">Monday</span></span>- 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884211\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Forecasting </em></div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884212\"><span class=\"aQJ\">Wednesday</span></span>- 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884213\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Intermarket Correlations Class</em></div>\r\n</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884214\"><span class=\"aQJ\">Friday</span></span> - 11:30 am</div>\r\n<div><em>Insiders Round Table Meetup</em></div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><strong>______________________________</strong></div>\r\n</div>\r\n</div>\r\n<div> ​​​​​​​</div>\r\n<div></div>\r\n<div>\r\n<div><strong>Automated Trading Class with Q&amp;A</strong></div>\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884216\"><span class=\"aQJ\">Tuesday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884217\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div><em>Einstein SmartBox Auto Trading:  Special training class  with systems developer  Joe Rios. </em></div>\r\n<div><em>Topics include:</em></div>\r\n<div><em>Trading Logic </em></div>\r\n<div><em>Input Settings</em></div>\r\n<div><em>Back-test Methods</em></div>\r\n<div><em>Cross-Market Relationships</em></div>\r\n<div><em>Q&amp;A</em></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div><strong>______________________________</strong></div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','','','inherit','open','closed','','3098-revision-v1','','','2016-09-11 23:16:04','2016-09-11 23:16:04','',3098,'http://www.thetradingroom.com/3098-revision-v1/',0,'revision','',0),(3101,2,'2016-09-11 23:22:26','2016-09-11 23:22:26','<div style=\"color: #000000;\">\r\n<div class=\"im\" style=\"color: #500050;\">\r\n<div>\r\n<div align=\"right\">\r\n<div>\r\n<div>\r\n<div style=\"text-align: left;\">Volatility is back! The VIX jumped 23% higher while stocks and bonds sold-off through out <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884203\"><span class=\"aQJ\">Friday\'s</span></span> trading session. The S&amp;P 500, global stocks and emerging markets tumbled at least -2%, the biggest drop since the Brexit on <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884204\"><span class=\"aQJ\">June 24th</span></span>. The US dollar rallied as Federal Reserve member Eric Rosengren warned waiting too long to raise rates threatened to overheat the economy. The odds for a rate hike this year jumped to 60%. Strong concerted correlations between the stocks and bonds are not historically  common but do occur. The last time the S&amp;P 500 and Treasury bonds posted similar declines was on June 20, 2013, the start of the \"taper tantrum\", when Fed Chair Ben Bernanke said the Fed may start reducing bond purchases, which had been credited to drive gains in the global markets. Recent popular sectors such as defensive stocks led the sell-off.  Sectors known for high dividend paying stocks such as utilities and phone stocks dropped -3.4%. Real estate investment trusts lost -3.9%. The financial sector, which should benefit from higher rates dropped the least, down -1.9%. In the week ahead, the focus will remain on the Fed, central banks and interest rates. European Central Bank President Draghi will speak <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884205\"><span class=\"aQJ\">on Wednesday</span></span> while the Swiss National Bank and the Bank of England will announce monetary policy <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884206\"><span class=\"aQJ\">on Thursday</span></span>.</div>\r\n<div></div>\r\n<div></div>\r\n<div></div>\r\n</div>\r\n<table border=\"0\" width=\"415\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n<table width=\"\" align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3ct.O.3M5IrDnAF&amp;b=Ipnn1U78w3RPCC2pQtuQhg\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3ct.O.3M5IrDnAF%26b%3DIpnn1U78w3RPCC2pQtuQhg&amp;source=gmail&amp;ust=1473720466785000&amp;usg=AFQjCNF9X1rW0f9YPeOTMagwEr_HzaSNSQ\"><img class=\"CToWUd\" src=\"https://ci4.googleusercontent.com/proxy/imhavLXRkR5YrMCp4UkuEVD0LHmW6HonejBSf-OJDSLUPSsxWs80uJs8vq1K1I3tSTDfStQOXIFqkF25DqelwQr5Ak-4dl4a35LshYsJC2PvNNqR75XE1yE_3kndsDMvkxmsxMheZrn36eqzOK0Kyd6o6oEqyZCX_w=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/optimized/1a5d6b031cb8406fa9ece585d3601da2.jpeg\" alt=\"Image\" width=\"127\" height=\"138\" align=\"left\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<strong><em>Join us this week and experience the power of market intelligence. We will be show casing trading strategies with cross-market relationships and correlations analytics.   </em></strong>\r\n<div>​</div>\r\n<div><strong>Joe Rios,  Rios Quantitative LLC</strong>​​</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div class=\"adm\"></div>\r\n<div class=\"im\" style=\"color: #500050;\">\r\n\r\n<hr />\r\n<p style=\"text-align: center;\"><strong>\r\nThe Trading Room® </strong></p>\r\n<p style=\"text-align: center;\"><strong>Global Trading with Quantitative Technologies</strong></p>\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div>\r\n<div class=\"im\" style=\"color: #500050;\">\r\n<p style=\"text-align: center;\"><strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884207\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884208\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884209\"><span class=\"aQJ\">8:00 AM ET</span></span></strong></p>\r\n\r\n<div>Join our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3ct.O.3M5IrDnAF&amp;b=khKoQt7bg8V392ZE_T7imw\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3ct.O.3M5IrDnAF%26b%3DkhKoQt7bg8V392ZE_T7imw&amp;source=gmail&amp;ust=1473720466785000&amp;usg=AFQjCNHxF6U6aXGbvMJ4sriU0_Xz9WLe3w\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3ct.O.3M5IrDnAF&amp;b=h9BQz8K4SH5UbSrirlyrxA\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3ct.O.3M5IrDnAF%26b%3Dh9BQz8K4SH5UbSrirlyrxA&amp;source=gmail&amp;ust=1473720466785000&amp;usg=AFQjCNEedJwfUROAwp92F77vqS03MWFxJg\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3ct.O.3M5IrDnAF&amp;b=yGxRy1gSCe5svndDuvzdaQ\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3ct.O.3M5IrDnAF%26b%3DyGxRy1gSCe5svndDuvzdaQ&amp;source=gmail&amp;ust=1473720466785000&amp;usg=AFQjCNHBDXHv3hKmQIUJ_X283OB55PC0tw\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n<div>\r\n<div>\r\n<div class=\"adm\"></div>\r\n<div class=\"im\" style=\"color: #500050;\">\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div style=\"text-align: center;\"><strong>The Insider\'s Quant (I.Q.) Room​</strong></div>\r\n<div style=\"text-align: center;\">\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884210\"><span class=\"aQJ\">Monday</span></span>- 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884211\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Forecasting </em></div>\r\n</div>\r\n<div style=\"text-align: center;\"></div>\r\n<div style=\"text-align: center;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884212\"><span class=\"aQJ\">Wednesday</span></span>- 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884213\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Intermarket Correlations Class</em></div>\r\n</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n<div style=\"text-align: center;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884214\"><span class=\"aQJ\">Friday</span></span> - 11:30 am</div>\r\n<div style=\"text-align: center;\"><em>Insiders Round Table Meetup</em></div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div> ​​​​​​</div>\r\n<div>\r\n<div style=\"text-align: center;\"><strong>Automated Trading Class with Q&amp;A</strong></div>\r\n<div style=\"text-align: center;\"></div>\r\n<div style=\"text-align: center;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884216\"><span class=\"aQJ\">Tuesday</span></span> - <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_150884217\"><span class=\"aQJ\">12:30 pm</span></span></div>\r\n<div style=\"text-align: center;\"><em>Einstein SmartBox Auto Trading:  Special training class  with systems developer  Joe Rios. </em></div>\r\n<div style=\"text-align: center;\"><em>Topics include:</em></div>\r\n<div style=\"text-align: center;\"><em>Trading Logic </em></div>\r\n<div style=\"text-align: center;\"><em>Input Settings</em></div>\r\n<div style=\"text-align: center;\"><em>Back-test Methods</em></div>\r\n<div style=\"text-align: center;\"><em>Cross-Market Relationships</em></div>\r\n<div style=\"text-align: center;\"><em>Q&amp;A</em></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n</div>','The Week Ahead in the Global Markets','','inherit','open','closed','','3098-revision-v1','','','2016-09-11 23:22:26','2016-09-11 23:22:26','',3098,'http://www.thetradingroom.com/3098-revision-v1/',0,'revision','',0),(3102,2,'2016-09-12 11:08:42','2016-09-12 11:08:42','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n\r\nWORLD HEADLINES - European stocks and bonds fell in a volatile market on Monday, hit by growing concerns that global central banks\' commitment to the post-crisis orthodoxy of super-low interest rates and asset purchase programs may be waning.\r\n\r\nSTOCKS - S&amp;P 500 Index futures slipped 0.6 percent, indicating U.S. equities will slide for a fourth day, after ending last week lower.\r\n\r\nBONDS - Some Fed members have been talking up the September meeting as being \"live\" for a rate hike, even though futures only imply a one-in-four chance of a move then.\r\n\r\nCOMMODITIES - Oil prices extended Friday\'s 4 percent fall in Asia after reports showed increasing drilling activity in the United States, indicating that producers can operate profitably around current levels and bring on new supply.\r\n\r\nCURRENCIES - In the forex market, the risk aversion benefited perceived safe havens such as the yen while hitting carry trades in higher yielding currencies including the Australian dollar.\r\n\r\nECONOMIC DATA - FOMC Member Brainard Speaks at 13:00, 10-y Bond Auction at 13:01, RBA Assist Gov Kent Speaks at 18:30, CNY Industrial Production y/y at 22:00 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/8848577487183175428\">register as a guest.</a></span></p>\r\n\r\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\"><img class=\"aligncenter  wp-image-3023\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\" alt=\"mini 8-10\" width=\"676\" height=\"221\" /></a></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\"></div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket Trading: Global Markets','','publish','open','closed','','premarket-trading-global-markets-2','','','2016-09-12 11:08:42','2016-09-12 11:08:42','',0,'http://www.thetradingroom.com/?p=3102',0,'post','',0),(3103,2,'2016-09-12 11:08:42','2016-09-12 11:08:42','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n\r\nWORLD HEADLINES - European stocks and bonds fell in a volatile market on Monday, hit by growing concerns that global central banks\' commitment to the post-crisis orthodoxy of super-low interest rates and asset purchase programs may be waning.\r\n\r\nSTOCKS - S&amp;P 500 Index futures slipped 0.6 percent, indicating U.S. equities will slide for a fourth day, after ending last week lower.\r\n\r\nBONDS - Some Fed members have been talking up the September meeting as being \"live\" for a rate hike, even though futures only imply a one-in-four chance of a move then.\r\n\r\nCOMMODITIES - Oil prices extended Friday\'s 4 percent fall in Asia after reports showed increasing drilling activity in the United States, indicating that producers can operate profitably around current levels and bring on new supply.\r\n\r\nCURRENCIES - In the forex market, the risk aversion benefited perceived safe havens such as the yen while hitting carry trades in higher yielding currencies including the Australian dollar.\r\n\r\nECONOMIC DATA - FOMC Member Brainard Speaks at 13:00, 10-y Bond Auction at 13:01, RBA Assist Gov Kent Speaks at 18:30, CNY Industrial Production y/y at 22:00 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/8848577487183175428\">register as a guest.</a></span></p>\r\n\r\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\"><img class=\"aligncenter  wp-image-3023\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\" alt=\"mini 8-10\" width=\"676\" height=\"221\" /></a></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\"></div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket Trading: Global Markets','','inherit','open','closed','','3102-revision-v1','','','2016-09-12 11:08:42','2016-09-12 11:08:42','',3102,'http://www.thetradingroom.com/3102-revision-v1/',0,'revision','',0),(3104,2,'2016-09-13 10:47:21','2016-09-13 10:47:21','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n\r\nWORLD HEADLINES - Stocks dipped and the dollar edged up on Tuesday after a Federal Reserve official\'s remarks appearing to make a near-term rise in U.S. interest rates less likely only partially calmed investor nerves before a speech from ECB chief Mario Draghi.\r\n\r\nSTOCKS - S&amp;P 500 Index futures slid 0.6 percent, indicating U.S. equities will resume declines after Monday’s 1.5 percent rebound.\r\n\r\nBONDS - Treasuries due in a decade advanced after the Brainard comments, with the yield falling two basis points to 1.65 percent.\r\n\r\nCOMMODITIES - Crude dropped as the IEA said oversupply will persist well into 2017, due to declining demand in India and China.\r\n\r\nCURRENCIES - Britain’s pound fell against the majority of its major counterparts after a report showed U.K. inflation unexpectedly failed to quicken in August.\r\n\r\nECONOMIC DATA - ECB President Draghi Speaks at 6:45, 30-y Bond Auction at 13:01 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/8848577487183175428\">register as a guest.</a></span></p>\r\n\r\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\"><img class=\"aligncenter  wp-image-3023\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\" alt=\"mini 8-10\" width=\"676\" height=\"221\" /></a></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\"></div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket Trading: Live Trading Room','','publish','open','closed','','premarket-trading-live-trading-room','','','2016-09-13 10:47:21','2016-09-13 10:47:21','',0,'http://www.thetradingroom.com/?p=3104',0,'post','',0),(3105,2,'2016-09-13 10:47:21','2016-09-13 10:47:21','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n\r\nWORLD HEADLINES - Stocks dipped and the dollar edged up on Tuesday after a Federal Reserve official\'s remarks appearing to make a near-term rise in U.S. interest rates less likely only partially calmed investor nerves before a speech from ECB chief Mario Draghi.\r\n\r\nSTOCKS - S&amp;P 500 Index futures slid 0.6 percent, indicating U.S. equities will resume declines after Monday’s 1.5 percent rebound.\r\n\r\nBONDS - Treasuries due in a decade advanced after the Brainard comments, with the yield falling two basis points to 1.65 percent.\r\n\r\nCOMMODITIES - Crude dropped as the IEA said oversupply will persist well into 2017, due to declining demand in India and China.\r\n\r\nCURRENCIES - Britain’s pound fell against the majority of its major counterparts after a report showed U.K. inflation unexpectedly failed to quicken in August.\r\n\r\nECONOMIC DATA - ECB President Draghi Speaks at 6:45, 30-y Bond Auction at 13:01 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/8848577487183175428\">register as a guest.</a></span></p>\r\n\r\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\"><img class=\"aligncenter  wp-image-3023\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\" alt=\"mini 8-10\" width=\"676\" height=\"221\" /></a></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\"></div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket Trading: Live Trading Room','','inherit','open','closed','','3104-revision-v1','','','2016-09-13 10:47:21','2016-09-13 10:47:21','',3104,'http://www.thetradingroom.com/3104-revision-v1/',0,'revision','',0),(3106,2,'2016-09-14 10:33:39','2016-09-14 10:33:39','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n\r\nWORLD HEADLINES - A rout in financial markets that’s wiped some $2 trillion off the value of global equities over the past week showed signs of easing, with European stocks climbing for the first time in five days as oil and metals prices gained.\r\n\r\nSTOCKS - S&amp;P 500 Index futures were little changed after the gauge of U.S. equities ended Tuesday 1.5 percent lower amid declines in commodity-related companies.\r\n\r\nBONDS - The yield on 10-year Treasuries fell one basis point to 1.72 percent, following a six basis point gain on Tuesday.\r\n\r\nCOMMODITIES - Crude oil traded sideways ahead of official data due later today that are forecast to show U.S. supplies rose by 4 million barrels, exacerbating a glut.\r\n\r\nCURRENCIES - The Bloomberg Dollar Spot Index, a gauge of the greenback against 10 peers, was little changed after climbing 0.7 percent on Tuesday.\r\n\r\nECONOMIC DATA - CAD Gov Council Member Wilkins Speaks at 6:50, US Import Prices m/m at 8:30, Crude Oil Inventories at 10:30, NZD GDP q/q 19:45, AUD Employment Change at 21:30 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/8848577487183175428\">register as a guest.</a></span></p>\r\n\r\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\"><img class=\"aligncenter  wp-image-3023\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\" alt=\"mini 8-10\" width=\"676\" height=\"221\" /></a></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\"></div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket: Trade Crude Oil Data ','','publish','open','closed','','premarket-trade-crude-oil-data','','','2016-09-14 10:33:39','2016-09-14 10:33:39','',0,'http://www.thetradingroom.com/?p=3106',0,'post','',0),(3107,2,'2016-09-14 10:26:31','2016-09-14 10:26:31','','oil cans','','inherit','open','closed','','oil-cans','','','2016-09-14 10:26:31','2016-09-14 10:26:31','',3106,'http://www.thetradingroom.com/wp-content/uploads/2016/09/oil-cans.jpg',0,'attachment','image/jpeg',0),(3108,2,'2016-09-14 10:33:26','2016-09-14 10:33:26','','crude oil data','','inherit','open','closed','','crude-oil-data','','','2016-09-14 10:33:26','2016-09-14 10:33:26','',3106,'http://www.thetradingroom.com/wp-content/uploads/2016/09/crude-oil-data.jpg',0,'attachment','image/jpeg',0),(3109,2,'2016-09-14 10:33:39','2016-09-14 10:33:39','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n\r\nWORLD HEADLINES - A rout in financial markets that’s wiped some $2 trillion off the value of global equities over the past week showed signs of easing, with European stocks climbing for the first time in five days as oil and metals prices gained.\r\n\r\nSTOCKS - S&amp;P 500 Index futures were little changed after the gauge of U.S. equities ended Tuesday 1.5 percent lower amid declines in commodity-related companies.\r\n\r\nBONDS - The yield on 10-year Treasuries fell one basis point to 1.72 percent, following a six basis point gain on Tuesday.\r\n\r\nCOMMODITIES - Crude oil traded sideways ahead of official data due later today that are forecast to show U.S. supplies rose by 4 million barrels, exacerbating a glut.\r\n\r\nCURRENCIES - The Bloomberg Dollar Spot Index, a gauge of the greenback against 10 peers, was little changed after climbing 0.7 percent on Tuesday.\r\n\r\nECONOMIC DATA - CAD Gov Council Member Wilkins Speaks at 6:50, US Import Prices m/m at 8:30, Crude Oil Inventories at 10:30, NZD GDP q/q 19:45, AUD Employment Change at 21:30 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/8848577487183175428\">register as a guest.</a></span></p>\r\n\r\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\"><img class=\"aligncenter  wp-image-3023\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\" alt=\"mini 8-10\" width=\"676\" height=\"221\" /></a></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\"></div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket: Trade Crude Oil Data ','','inherit','open','closed','','3106-revision-v1','','','2016-09-14 10:33:39','2016-09-14 10:33:39','',3106,'http://www.thetradingroom.com/3106-revision-v1/',0,'revision','',0),(3111,2,'2016-09-15 10:46:42','2016-09-15 10:46:42','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n\r\nWORLD HEADLINES - European stocks and U.S. equity-index futures advanced as investors awaited a batch of economic data for clues on the strength of the world’s biggest economy and the trajectory of interest rates before next week’s Federal Reserve meeting.\r\n\r\nSTOCKS - Futures on the S&amp;P 500 Index gained 0.3 percent after the underlying benchmark retreated 0.1 percent on Wednesday.\r\n\r\nBONDS - The yield on U.S. Treasuries due in a decade rose one basis point to 1.71 percent, after falling three basis points the previous day.\r\n\r\nCOMMODITIES - Crude oil traded higher following a two-day slide of almost 6 percent. Libya and Nigeria, two OPEC members whose supplies have been crushed by domestic conflicts, are preparing to add hundreds of thousands of barrels to world markets within weeks.\r\n\r\nCURRENCIES - The New Zealand dollar led declines with a 0.3 percent drop, after second-quarter gross domestic product increased less than economists predicted.\r\n\r\nECONOMIC DATA - GBP Monetary Policy Summary due at 7:00, US Core Retail Sales m/m, PPI and Philly Fed Manufacturing Index at 8:30, Industrial Production m/m at 9:15 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/8848577487183175428\">register as a guest.</a></span></p>\r\n\r\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\"><img class=\"aligncenter  wp-image-3023\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\" alt=\"mini 8-10\" width=\"676\" height=\"221\" /></a></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\"></div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket: Live Futures Trading Room','','publish','open','closed','','premarket-live-futures-trading-room','','','2016-09-15 10:46:42','2016-09-15 10:46:42','',0,'http://www.thetradingroom.com/?p=3111',0,'post','',0),(3112,2,'2016-09-15 10:46:42','2016-09-15 10:46:42','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n\r\nWORLD HEADLINES - European stocks and U.S. equity-index futures advanced as investors awaited a batch of economic data for clues on the strength of the world’s biggest economy and the trajectory of interest rates before next week’s Federal Reserve meeting.\r\n\r\nSTOCKS - Futures on the S&amp;P 500 Index gained 0.3 percent after the underlying benchmark retreated 0.1 percent on Wednesday.\r\n\r\nBONDS - The yield on U.S. Treasuries due in a decade rose one basis point to 1.71 percent, after falling three basis points the previous day.\r\n\r\nCOMMODITIES - Crude oil traded higher following a two-day slide of almost 6 percent. Libya and Nigeria, two OPEC members whose supplies have been crushed by domestic conflicts, are preparing to add hundreds of thousands of barrels to world markets within weeks.\r\n\r\nCURRENCIES - The New Zealand dollar led declines with a 0.3 percent drop, after second-quarter gross domestic product increased less than economists predicted.\r\n\r\nECONOMIC DATA - GBP Monetary Policy Summary due at 7:00, US Core Retail Sales m/m, PPI and Philly Fed Manufacturing Index at 8:30, Industrial Production m/m at 9:15 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/8848577487183175428\">register as a guest.</a></span></p>\r\n\r\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\"><img class=\"aligncenter  wp-image-3023\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\" alt=\"mini 8-10\" width=\"676\" height=\"221\" /></a></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\"></div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket: Live Futures Trading Room','','inherit','open','closed','','3111-revision-v1','','','2016-09-15 10:46:42','2016-09-15 10:46:42','',3111,'http://www.thetradingroom.com/3111-revision-v1/',0,'revision','',0),(3113,2,'2016-09-19 01:18:43','2016-09-19 01:18:43','<div class=\"definition-parent\">\r\n<div class=\"paragraph\">\r\n<div align=\"right\">\r\n<div style=\"text-align: left;\">\r\n<p style=\"line-height: 115%; background: white; margin: 0in 0in 8.65pt 0in;\"><span style=\"font-family: \'Arial\',\'sans-serif\'; color: #333333;\">It was a choppy trading week for stocks as the benchmark S&amp;P 500 started the week strong, retracing Friday\'s heavy losses, finishing 1.47% higher. However, it was down -1.48% by Tuesday\'s close. Wednesday was flat but rallied on Thursday 1.01% and gave back about a third by the close of the trading week on Friday. Technically, the S&amp;P 500 will be starting the week with a symmetric triangle price pattern, suggesting more volatility</span>                .</p>\r\n\r\n</div>\r\n<div style=\"text-align: left;\">\r\n<div class=\"definition-parent\" style=\"color: #000000;\">\r\n<div class=\"paragraph\">\r\n<div align=\"right\">\r\n<table class=\"cke_show_border aligncenter\" style=\"height: 5px;\" border=\"0\" width=\"190\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"text-align: left;\"></div>\r\n<div style=\"text-align: left;\">                                                                      S&amp;P 500</div>\r\n<div style=\"text-align: left;\">                                                    MONDAY            + 1.47%</div>\r\n<div style=\"text-align: left;\">                                                    TUESDAY            - 1.48%</div>\r\n<div style=\"text-align: left;\">                                                  WEDNESDAY      - 0.06%</div>\r\n<div style=\"text-align: left;\">                                                  THURSDAY        + 1.01%</div>\r\n<div style=\"text-align: left;\">                                                  FRIDAY               - 0.38%</div>\r\n<div style=\"text-align: left;\"></div>\r\n<div style=\"text-align: left;\"></div>\r\n<div style=\"text-align: left;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<table class=\"floated-none\" width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a class=\"aw-image-link\" href=\"http://www.thetradingroom.com/\" target=\"_blank\"><img class=\"model aligncenter\" src=\"https://hostedimages-cdn.aweber-static.com/ODY2NTg4/optimized/7474e6e917de4bd38c88957c54188878.jpeg\" alt=\"Image\" width=\"438\" height=\"254\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<div class=\"paragraph\">\r\n<div align=\"right\">\r\n<div>\r\n<div>\r\n<div style=\"text-align: left;\"></div>\r\n<div style=\"text-align: left;\">\r\n\r\nThe negative correlation between the US dollar and the Treasury 10 yr note has been tight following the Jackson Hole symposium and last week was no exception. In the week ahead, I expect the correlations to continue, right up to the much anticipated FOMC statement and press conference.\r\n\r\n</div>\r\n</div>\r\n<table class=\" cke_show_border\" style=\"height: 5px;\" border=\"0\" width=\"346\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<table class=\" cke_show_border\" style=\"height: 13px;\" width=\"413\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<div align=\"right\">\r\n<div align=\"right\">\r\n<div>.</div>\r\n<div></div>\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<table class=\"floated-none\" width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a class=\"aw-image-link\" href=\"http://www.thetradingroom.com/\" target=\"_blank\"><img class=\"model aligncenter\" src=\"https://hostedimages-cdn.aweber-static.com/ODY2NTg4/optimized/7ebbe4b39f60461d831eaedf5f4c0772.jpeg\" alt=\"Image\" width=\"438\" height=\"183\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<table class=\"floated-left\" width=\"\" align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td>&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<div class=\"paragraph\">\r\n\r\n <strong><em>Join us this week and experience the power of market intelligence. We will be show casing trading strategies with cross-market relationships and correlations analytics.   </em></strong>\r\n<div>​</div>\r\n<div><strong>     <a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/joe-suit-face.jpg\">\r\n</a>   -  Joe Rios,  Rios Quantitative LLC</strong>​​</div>\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #000000; text-align: center;\"><strong>The Trading Room® </strong></p>\r\n<p style=\"color: #000000; text-align: center;\"><strong>Global Trading with Quantitative Technologies</strong></p>\r\n\r\n<div style=\"color: #000000;\">\r\n<p style=\"text-align: center;\"> <strong>Monday through Friday beginning at 8:00 AM ET</strong></p>\r\n\r\n<div>Join our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a class=\"validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd\" target=\"_blank\" data-cke-saved-href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a class=\"validating\" href=\"https://attendee.gotowebinar.com/register/8848577487183175428\" target=\"_blank\" data-cke-saved-href=\"https://attendee.gotowebinar.com/register/8848577487183175428\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a class=\"valid-link validation-enabled validating\" href=\"http://support@riosquant.com/\" target=\"_blank\" data-cke-saved-href=\"http://support@riosquant.com\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div style=\"text-align: center;\"><strong>The Insider\'s Quant (I.Q.) Room​</strong></div>\r\n<div style=\"text-align: center;\">\r\n<div></div>\r\n<div>Monday- 1<span tabindex=\"0\" data-term=\"goog_1003950761\">2:30 pm </span></div>\r\n<div><em>Forecasting </em></div>\r\n</div>\r\n<div style=\"text-align: center;\"></div>\r\n<div style=\"text-align: center;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>Wednesday- 1<span tabindex=\"0\" data-term=\"goog_1003950761\">2:30 pm </span></div>\r\n<div><em>Intermarket Correlations Class</em></div>\r\n</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"text-align: center;\">\r\n<div>Friday - 11<span tabindex=\"0\" data-term=\"goog_1003950761\">:30 am </span></div>\r\n<div><em>Insiders Round Table Meetup</em></div>\r\n</div>\r\n<div style=\"text-align: center;\"></div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>','Week Ahead in the Global Markets','','publish','open','closed','','week-ahead-global-markets-16','','','2016-09-19 01:22:33','2016-09-19 01:22:33','',0,'http://www.thetradingroom.com/?p=3113',0,'post','',0),(3114,2,'2016-09-19 01:01:16','2016-09-19 01:01:16','<table width=\"415\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<table width=\"415\">\r\n<tbody>\r\n<tr>\r\n<td><strong>The Week Ahead in the Global Financial Markets</strong>\r\n\r\n&nbsp;\r\n\r\nIt was a choppy trading week for stocks as the benchmark S&amp;P 500 started the week strong, retracing <span data-term=\"goog_8934295\">Friday\'s</span> heavy losses, finishing 1.47% higher. However, it was down -1.48% by <span data-term=\"goog_8934296\">Tuesday\'s</span> close.<span data-term=\"goog_8934297\">Wednesday</span> was flat but rallied <span data-term=\"goog_8934298\">on Thursday</span> 1.01% and gave back about a third by the close of the trading week <span data-term=\"goog_8934299\">on Friday</span>. Technically, the S&amp;P 500 will be starting the week with a symmetric triangle price pattern, suggesting more volatility.\r\n\r\n&nbsp;\r\n\r\nS&amp;P 500\r\n\r\n<span data-term=\"goog_8934300\">MONDAY</span>           + 1.47%\r\n\r\n<span data-term=\"goog_8934301\">TUESDAY</span>           - 1.48%\r\n\r\n<span data-term=\"goog_8934302\">WEDNESDAY</span>     - 0.06%\r\n\r\n<span data-term=\"goog_8934303\">THURSDAY</span>        + 1.01%\r\n\r\n<span data-term=\"goog_8934304\">FRIDAY</span>               - 0.38%\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nThe negative correlation between the US dollar and the Treasury 10 yr note has been tight following the Jackson Hole symposium and last week was no exception. In the week ahead, I expect the correlations to continue, right up to the much anticipated FOMC statement and press conference.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<em>In the week ahead, I am expecting more volatility and more price swings. Intermarket correlations will be my primary focal point for spotting trading opportunities. </em>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nJoe Rios\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/4476fdb709/TEST/64d0cae4b3\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/4476fdb709/TEST/64d0cae4b3&amp;source=gmail&amp;ust=1474333193232000&amp;usg=AFQjCNFdioioSXC4DmRQ31cZRAKOUx6mjw\">www.riosquant.com</a>\r\n\r\n&nbsp;\r\n\r\n_______________________________\r\n\r\n&nbsp;\r\n<h2>Live Trading Rooms and Events</h2>\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n&nbsp;\r\n\r\n<b>Contact Information for your Support Needs: </b>\r\nKen Eriksen, RQ Client Relations Manager\r\nemail: <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/4476fdb709/TEST/54c12740e0\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/4476fdb709/TEST/54c12740e0&amp;source=gmail&amp;ust=1474333193232000&amp;usg=AFQjCNEu3AlBH99SEQy4d9cp_hJFxDlUKg\">ken@riosquant.com</a>\r\n\r\nSkype: kmetrade\r\n\r\n&nbsp;\r\n\r\n_______________________________</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><strong>The Trading Room® TradeLAB - </strong><strong>Global Trading with Quantitative Technologies</strong>\r\n\r\n&nbsp;\r\n\r\nJoin our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members.\r\n\r\nLive demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<strong> </strong>\r\n\r\n<span data-term=\"goog_8934305\">Monday</span> thru <span data-term=\"goog_8934306\">Friday</span> - From 8:00 am to 11:00 am ET\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/4476fdb709/TEST/55a410bfd6\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/4476fdb709/TEST/55a410bfd6&amp;source=gmail&amp;ust=1474333193232000&amp;usg=AFQjCNHsaC3GQ9JeCiBZKf-pnQvWmerRSw\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...\r\n\r\n&nbsp;\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/4476fdb709/TEST/0187d4be6c\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/4476fdb709/TEST/0187d4be6c&amp;source=gmail&amp;ust=1474333193232000&amp;usg=AFQjCNH9dxRszrh8g1sr2DgM6CHkvynGkQ\">register as a guest.</a>\r\n\r\n&nbsp;\r\n\r\n<strong>It\'s really that simple!</strong>\r\n\r\n&nbsp;\r\n\r\n<strong>                   ______________________________</strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong>The Insider\'s Quant (I.Q.) Room</strong>\r\n\r\n&nbsp;\r\n\r\n<span data-term=\"goog_8934308\">Monday</span> - <span data-term=\"goog_8934309\">12:30</span>\r\n\r\n<em>Forecasting The Week Ahead </em>\r\n\r\n<em> </em>\r\n\r\n<span data-term=\"goog_8934310\">Wednesday</span> - <span data-term=\"goog_8934311\">12:30</span>\r\n\r\n<em>Intermarket Correlations Class</em>\r\n\r\n&nbsp;\r\n\r\n<span data-term=\"goog_8934312\">Friday</span> - <span data-term=\"goog_8934313\">11:30</span>\r\n\r\n<em>Insiders Round Table Meetup</em></td>\r\n</tr>\r\n</tbody>\r\n</table>','','','inherit','open','closed','','3113-revision-v1','','','2016-09-19 01:01:16','2016-09-19 01:01:16','',3113,'http://www.thetradingroom.com/3113-revision-v1/',0,'revision','',0),(3116,2,'2016-09-19 01:15:59','2016-09-19 01:15:59','<div class=\"definition-parent\">\r\n<div class=\"paragraph\">\r\n<div align=\"right\">\r\n<div style=\"text-align: left;\">\r\n<p style=\"line-height: 115%; background: white; margin: 0in 0in 8.65pt 0in;\"><span style=\"font-family: \'Arial\',\'sans-serif\'; color: #333333;\">It was a choppy trading week for stocks as the benchmark S&amp;P 500 started the week strong, retracing Friday\'s heavy losses, finishing 1.47% higher. However, it was down -1.48% by Tuesday\'s close. Wednesday was flat but rallied on Thursday 1.01% and gave back about a third by the close of the trading week on Friday. Technically, the S&amp;P 500 will be starting the week with a symmetric triangle price pattern, suggesting more volatility. </span></p>\r\n\r\n.</div>\r\n<div style=\"text-align: left;\">\r\n<div class=\"definition-parent\" style=\"color: #000000;\">\r\n<div class=\"paragraph\">\r\n<div align=\"right\">\r\n<table class=\"cke_show_border aligncenter\" style=\"height: 5px;\" border=\"0\" width=\"190\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"text-align: left;\"></div>\r\n<div style=\"text-align: left;\">                                                                      S&amp;P 500</div>\r\n<div style=\"text-align: left;\">                                                    MONDAY            + 1.47%</div>\r\n<div style=\"text-align: left;\">                                                    TUESDAY            - 1.48%</div>\r\n<div style=\"text-align: left;\">                                                  WEDNESDAY      - 0.06%</div>\r\n<div style=\"text-align: left;\">                                                  THURSDAY        + 1.01%</div>\r\n<div style=\"text-align: left;\">                                                  FRIDAY               - 0.38%</div>\r\n<div style=\"text-align: left;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<table class=\"floated-none\" width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a class=\"aw-image-link\" href=\"http://www.thetradingroom.com/\" target=\"_blank\"><img class=\"model aligncenter\" src=\"https://hostedimages-cdn.aweber-static.com/ODY2NTg4/optimized/7474e6e917de4bd38c88957c54188878.jpeg\" alt=\"Image\" width=\"438\" height=\"254\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<div class=\"paragraph\">\r\n<div align=\"right\">\r\n<div>\r\n<div>\r\n<div style=\"text-align: left;\"></div>\r\n<div style=\"text-align: left;\">\r\n\r\nThe negative correlation between the US dollar and the Treasury 10 yr note has been tight following the Jackson Hole symposium and last week was no exception. In the week ahead, I expect the correlations to continue, right up to the much anticipated FOMC statement and press conference.\r\n\r\n</div>\r\n</div>\r\n<table class=\" cke_show_border\" border=\"0\" width=\"415\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<table class=\" cke_show_border\" width=\"415\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<div align=\"right\">\r\n<div align=\"right\">\r\n<div>.</div>\r\n<div></div>\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<table class=\"floated-none\" width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a class=\"aw-image-link\" href=\"http://www.thetradingroom.com/\" target=\"_blank\"><img class=\"model aligncenter\" src=\"https://hostedimages-cdn.aweber-static.com/ODY2NTg4/optimized/7ebbe4b39f60461d831eaedf5f4c0772.jpeg\" alt=\"Image\" width=\"438\" height=\"183\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<table class=\"floated-left\" width=\"\" align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td><a class=\"aw-image-link\" href=\"http://www.thetradingroom.com/\" target=\"_blank\"><img class=\"model\" src=\"https://hostedimages-cdn.aweber-static.com/ODY2NTg4/optimized/1a5d6b031cb8406fa9ece585d3601da2.jpeg\" alt=\"Image\" width=\"127\" height=\"138\" align=\"left\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<div class=\"paragraph\">\r\n<div>\r\n\r\n<strong><em>Join us this week and experience the power of market intelligence. We will be show casing trading strategies with cross-market relationships and correlations analytics.   </em></strong>\r\n<div>​</div>\r\n<div><strong>Joe Rios,  Rios Quantitative LLC</strong>​​</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #000000;\"></p>\r\n<p style=\"color: rgb(0, 0, 0); text-align: center;\"><strong>The Trading Room® </strong></p>\r\n<p style=\"color: rgb(0, 0, 0); text-align: center;\"><strong>Global Trading with Quantitative Technologies</strong></p>\r\n\r\n<div style=\"color: #000000;\">\r\n<p style=\"text-align: center;\"> <strong>Monday through Friday beginning at 8:00 AM ET</strong></p>\r\n\r\n<div>Join our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a class=\"validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd\" target=\"_blank\" data-cke-saved-href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a class=\"validating\" href=\"https://attendee.gotowebinar.com/register/8848577487183175428\" target=\"_blank\" data-cke-saved-href=\"https://attendee.gotowebinar.com/register/8848577487183175428\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a class=\"valid-link validation-enabled validating\" href=\"http://support@riosquant.com/\" target=\"_blank\" data-cke-saved-href=\"http://support@riosquant.com\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div style=\"text-align: center;\"><strong>The Insider\'s Quant (I.Q.) Room​</strong></div>\r\n<div style=\"text-align: center;\">\r\n<div></div>\r\n<div>Monday- 1<span tabindex=\"0\" data-term=\"goog_1003950761\">2:30 pm </span></div>\r\n<div><em>Forecasting </em></div>\r\n</div>\r\n<div style=\"text-align: center;\"></div>\r\n<div style=\"text-align: center;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>Wednesday- 1<span tabindex=\"0\" data-term=\"goog_1003950761\">2:30 pm </span></div>\r\n<div><em>Intermarket Correlations Class</em></div>\r\n</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"text-align: center;\">\r\n<div>Friday - 11<span tabindex=\"0\" data-term=\"goog_1003950761\">:30 am </span></div>\r\n<div><em>Insiders Round Table Meetup</em></div>\r\n</div>\r\n<div style=\"text-align: center;\"></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>','','','inherit','open','closed','','3113-revision-v1','','','2016-09-19 01:15:59','2016-09-19 01:15:59','',3113,'http://www.thetradingroom.com/3113-revision-v1/',0,'revision','',0),(3115,2,'2016-09-19 01:14:43','2016-09-19 01:14:43','<div class=\"definition-parent\">\r\n<div class=\"paragraph\">\r\n<div align=\"right\">\r\n<div style=\"text-align: left;\">\r\n<p style=\"line-height: 115%; background: white; margin: 0in 0in 8.65pt 0in;\"><span style=\"font-family: \'Arial\',\'sans-serif\'; color: #333333;\">It was a choppy trading week for stocks as the benchmark S&amp;P 500 started the week strong, retracing Friday\'s heavy losses, finishing 1.47% higher. However, it was down -1.48% by Tuesday\'s close. Wednesday was flat but rallied on Thursday 1.01% and gave back about a third by the close of the trading week on Friday. Technically, the S&amp;P 500 will be starting the week with a symmetric triangle price pattern, suggesting more volatility. </span></p>\r\n\r\n.</div>\r\n<div style=\"text-align: left;\">\r\n<div class=\"definition-parent\" style=\"color: #000000;\">\r\n<div class=\"paragraph\">\r\n<div align=\"right\">\r\n<table class=\"cke_show_border aligncenter\" style=\"height: 5px;\" border=\"0\" width=\"190\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"text-align: left;\"></div>\r\n<div style=\"text-align: left;\">                                                                      S&amp;P 500</div>\r\n<div style=\"text-align: left;\">                                                    MONDAY            + 1.47%</div>\r\n<div style=\"text-align: left;\">                                                    TUESDAY            - 1.48%</div>\r\n<div style=\"text-align: left;\">                                                  WEDNESDAY      - 0.06%</div>\r\n<div style=\"text-align: left;\">                                                  THURSDAY        + 1.01%</div>\r\n<div style=\"text-align: left;\">                                                  FRIDAY               - 0.38%</div>\r\n<div style=\"text-align: left;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<table class=\"floated-none\" width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a class=\"aw-image-link\" href=\"http://www.thetradingroom.com/\" target=\"_blank\"><img class=\"model aligncenter\" src=\"https://hostedimages-cdn.aweber-static.com/ODY2NTg4/optimized/7474e6e917de4bd38c88957c54188878.jpeg\" alt=\"Image\" width=\"438\" height=\"254\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<div class=\"paragraph\">\r\n<div align=\"right\">\r\n<div>\r\n<div>\r\n<div style=\"text-align: left;\"></div>\r\n<div style=\"text-align: left;\">The negative correlation between the US dollar and the Treasury 10 yr note has been tight following the Jackson Hole symposium and last week was no exception. In the week ahead, I expect the correlations to continue, right up to the much anticipated FOMC statement and press conference.<span style=\"color: #000000;\">In the week ahead, I am expecting more volatility and more price swings. Intermarket correlations will be my primary focal point for spotting trading opportunities.</span></div>\r\n</div>\r\n<table class=\" cke_show_border\" border=\"0\" width=\"415\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<table class=\" cke_show_border\" width=\"415\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<div align=\"right\">\r\n<div align=\"right\">\r\n<div>.</div>\r\n<div></div>\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<table class=\"floated-none\" width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a class=\"aw-image-link\" href=\"http://www.thetradingroom.com/\" target=\"_blank\"><img class=\"model aligncenter\" src=\"https://hostedimages-cdn.aweber-static.com/ODY2NTg4/optimized/7ebbe4b39f60461d831eaedf5f4c0772.jpeg\" alt=\"Image\" width=\"438\" height=\"183\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<table class=\"floated-left\" width=\"\" align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td><a class=\"aw-image-link\" href=\"http://www.thetradingroom.com/\" target=\"_blank\"><img class=\"model\" src=\"https://hostedimages-cdn.aweber-static.com/ODY2NTg4/optimized/1a5d6b031cb8406fa9ece585d3601da2.jpeg\" alt=\"Image\" width=\"127\" height=\"138\" align=\"left\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<div class=\"paragraph\">\r\n<div>\r\n\r\n<strong><em>Join us this week and experience the power of market intelligence. We will be show casing trading strategies with cross-market relationships and correlations analytics.   </em></strong>\r\n<div>​</div>\r\n<div><strong>Joe Rios,  Rios Quantitative LLC</strong>​​</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #000000;\"></p>\r\n<p style=\"color: rgb(0, 0, 0); text-align: center;\"><strong>The Trading Room® </strong></p>\r\n<p style=\"color: rgb(0, 0, 0); text-align: center;\"><strong>Global Trading with Quantitative Technologies</strong></p>\r\n\r\n<div style=\"color: #000000;\">\r\n<p style=\"text-align: center;\"> <strong>Monday through Friday beginning at 8:00 AM ET</strong></p>\r\n\r\n<div>Join our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a class=\"validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd\" target=\"_blank\" data-cke-saved-href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a class=\"validating\" href=\"https://attendee.gotowebinar.com/register/8848577487183175428\" target=\"_blank\" data-cke-saved-href=\"https://attendee.gotowebinar.com/register/8848577487183175428\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a class=\"valid-link validation-enabled validating\" href=\"http://support@riosquant.com/\" target=\"_blank\" data-cke-saved-href=\"http://support@riosquant.com\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div style=\"text-align: center;\"><strong>The Insider\'s Quant (I.Q.) Room​</strong></div>\r\n<div style=\"text-align: center;\">\r\n<div></div>\r\n<div>Monday- 1<span tabindex=\"0\" data-term=\"goog_1003950761\">2:30 pm </span></div>\r\n<div><em>Forecasting </em></div>\r\n</div>\r\n<div style=\"text-align: center;\"></div>\r\n<div style=\"text-align: center;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>Wednesday- 1<span tabindex=\"0\" data-term=\"goog_1003950761\">2:30 pm </span></div>\r\n<div><em>Intermarket Correlations Class</em></div>\r\n</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"text-align: center;\">\r\n<div>Friday - 11<span tabindex=\"0\" data-term=\"goog_1003950761\">:30 am </span></div>\r\n<div><em>Insiders Round Table Meetup</em></div>\r\n</div>\r\n<div style=\"text-align: center;\"></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>','','','inherit','open','closed','','3113-revision-v1','','','2016-09-19 01:14:43','2016-09-19 01:14:43','',3113,'http://www.thetradingroom.com/3113-revision-v1/',0,'revision','',0),(3122,2,'2016-09-19 01:21:59','2016-09-19 01:21:59','<div class=\"definition-parent\">\r\n<div class=\"paragraph\">\r\n<div align=\"right\">\r\n<div style=\"text-align: left;\">\r\n<p style=\"line-height: 115%; background: white; margin: 0in 0in 8.65pt 0in;\"><span style=\"font-family: \'Arial\',\'sans-serif\'; color: #333333;\">It was a choppy trading week for stocks as the benchmark S&amp;P 500 started the week strong, retracing Friday\'s heavy losses, finishing 1.47% higher. However, it was down -1.48% by Tuesday\'s close. Wednesday was flat but rallied on Thursday 1.01% and gave back about a third by the close of the trading week on Friday. Technically, the S&amp;P 500 will be starting the week with a symmetric triangle price pattern, suggesting more volatility</span>                .</p>\r\n\r\n</div>\r\n<div style=\"text-align: left;\">\r\n<div class=\"definition-parent\" style=\"color: #000000;\">\r\n<div class=\"paragraph\">\r\n<div align=\"right\">\r\n<table class=\"cke_show_border aligncenter\" style=\"height: 5px;\" border=\"0\" width=\"190\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"text-align: left;\"></div>\r\n<div style=\"text-align: left;\">                                                                      S&amp;P 500</div>\r\n<div style=\"text-align: left;\">                                                    MONDAY            + 1.47%</div>\r\n<div style=\"text-align: left;\">                                                    TUESDAY            - 1.48%</div>\r\n<div style=\"text-align: left;\">                                                  WEDNESDAY      - 0.06%</div>\r\n<div style=\"text-align: left;\">                                                  THURSDAY        + 1.01%</div>\r\n<div style=\"text-align: left;\">                                                  FRIDAY               - 0.38%</div>\r\n<div style=\"text-align: left;\"></div>\r\n<div style=\"text-align: left;\"></div>\r\n<div style=\"text-align: left;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<table class=\"floated-none\" width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a class=\"aw-image-link\" href=\"http://www.thetradingroom.com/\" target=\"_blank\"><img class=\"model aligncenter\" src=\"https://hostedimages-cdn.aweber-static.com/ODY2NTg4/optimized/7474e6e917de4bd38c88957c54188878.jpeg\" alt=\"Image\" width=\"438\" height=\"254\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<div class=\"paragraph\">\r\n<div align=\"right\">\r\n<div>\r\n<div>\r\n<div style=\"text-align: left;\"></div>\r\n<div style=\"text-align: left;\">\r\n\r\nThe negative correlation between the US dollar and the Treasury 10 yr note has been tight following the Jackson Hole symposium and last week was no exception. In the week ahead, I expect the correlations to continue, right up to the much anticipated FOMC statement and press conference.\r\n\r\n</div>\r\n</div>\r\n<table class=\" cke_show_border\" style=\"height: 5px;\" border=\"0\" width=\"346\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<table class=\" cke_show_border\" style=\"height: 13px;\" width=\"413\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<div align=\"right\">\r\n<div align=\"right\">\r\n<div>.</div>\r\n<div></div>\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<table class=\"floated-none\" width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a class=\"aw-image-link\" href=\"http://www.thetradingroom.com/\" target=\"_blank\"><img class=\"model aligncenter\" src=\"https://hostedimages-cdn.aweber-static.com/ODY2NTg4/optimized/7ebbe4b39f60461d831eaedf5f4c0772.jpeg\" alt=\"Image\" width=\"438\" height=\"183\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<table class=\"floated-left\" width=\"\" align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n&nbsp;\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<div class=\"paragraph\">\r\n\r\n <strong><em>Join us this week and experience the power of market intelligence. We will be show casing trading strategies with cross-market relationships and correlations analytics.   </em></strong>\r\n<div>​</div>\r\n<div><strong>     <a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/joe-suit-face.jpg\">\r\n</a>   -  Joe Rios,  Rios Quantitative LLC</strong>​​</div>\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #000000; text-align: center;\"><strong>The Trading Room® </strong></p>\r\n<p style=\"color: #000000; text-align: center;\"><strong>Global Trading with Quantitative Technologies</strong></p>\r\n\r\n<div style=\"color: #000000;\">\r\n<p style=\"text-align: center;\"> <strong>Monday through Friday beginning at 8:00 AM ET</strong></p>\r\n\r\n<div>Join our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a class=\"validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd\" target=\"_blank\" data-cke-saved-href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a class=\"validating\" href=\"https://attendee.gotowebinar.com/register/8848577487183175428\" target=\"_blank\" data-cke-saved-href=\"https://attendee.gotowebinar.com/register/8848577487183175428\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a class=\"valid-link validation-enabled validating\" href=\"http://support@riosquant.com/\" target=\"_blank\" data-cke-saved-href=\"http://support@riosquant.com\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div style=\"text-align: center;\"><strong>The Insider\'s Quant (I.Q.) Room​</strong></div>\r\n<div style=\"text-align: center;\">\r\n<div></div>\r\n<div>Monday- 1<span tabindex=\"0\" data-term=\"goog_1003950761\">2:30 pm </span></div>\r\n<div><em>Forecasting </em></div>\r\n</div>\r\n<div style=\"text-align: center;\"></div>\r\n<div style=\"text-align: center;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>Wednesday- 1<span tabindex=\"0\" data-term=\"goog_1003950761\">2:30 pm </span></div>\r\n<div><em>Intermarket Correlations Class</em></div>\r\n</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"text-align: center;\">\r\n<div>Friday - 11<span tabindex=\"0\" data-term=\"goog_1003950761\">:30 am </span></div>\r\n<div><em>Insiders Round Table Meetup</em></div>\r\n</div>\r\n<div style=\"text-align: center;\"></div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>','Week Ahead in the Global Markets','','inherit','open','closed','','3113-revision-v1','','','2016-09-19 01:21:59','2016-09-19 01:21:59','',3113,'http://www.thetradingroom.com/3113-revision-v1/',0,'revision','',0),(3117,2,'2016-09-19 01:17:05','2016-09-19 01:17:05','<div class=\"definition-parent\">\r\n<div class=\"paragraph\">\r\n<div align=\"right\">\r\n<div style=\"text-align: left;\">\r\n<p style=\"line-height: 115%; background: white; margin: 0in 0in 8.65pt 0in;\"><span style=\"font-family: \'Arial\',\'sans-serif\'; color: #333333;\">It was a choppy trading week for stocks as the benchmark S&amp;P 500 started the week strong, retracing Friday\'s heavy losses, finishing 1.47% higher. However, it was down -1.48% by Tuesday\'s close. Wednesday was flat but rallied on Thursday 1.01% and gave back about a third by the close of the trading week on Friday. Technically, the S&amp;P 500 will be starting the week with a symmetric triangle price pattern, suggesting more volatility. </span></p>\r\n\r\n.</div>\r\n<div style=\"text-align: left;\">\r\n<div class=\"definition-parent\" style=\"color: #000000;\">\r\n<div class=\"paragraph\">\r\n<div align=\"right\">\r\n<table class=\"cke_show_border aligncenter\" style=\"height: 5px;\" border=\"0\" width=\"190\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"text-align: left;\"></div>\r\n<div style=\"text-align: left;\">                                                                      S&amp;P 500</div>\r\n<div style=\"text-align: left;\">                                                    MONDAY            + 1.47%</div>\r\n<div style=\"text-align: left;\">                                                    TUESDAY            - 1.48%</div>\r\n<div style=\"text-align: left;\">                                                  WEDNESDAY      - 0.06%</div>\r\n<div style=\"text-align: left;\">                                                  THURSDAY        + 1.01%</div>\r\n<div style=\"text-align: left;\">                                                  FRIDAY               - 0.38%</div>\r\n<div style=\"text-align: left;\"></div>\r\n<div style=\"text-align: left;\"></div>\r\n<div style=\"text-align: left;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<table class=\"floated-none\" width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a class=\"aw-image-link\" href=\"http://www.thetradingroom.com/\" target=\"_blank\"><img class=\"model aligncenter\" src=\"https://hostedimages-cdn.aweber-static.com/ODY2NTg4/optimized/7474e6e917de4bd38c88957c54188878.jpeg\" alt=\"Image\" width=\"438\" height=\"254\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<div class=\"paragraph\">\r\n<div align=\"right\">\r\n<div>\r\n<div>\r\n<div style=\"text-align: left;\"></div>\r\n<div style=\"text-align: left;\">\r\n\r\n&nbsp;\r\n\r\nThe negative correlation between the US dollar and the Treasury 10 yr note has been tight following the Jackson Hole symposium and last week was no exception. In the week ahead, I expect the correlations to continue, right up to the much anticipated FOMC statement and press conference.\r\n\r\n</div>\r\n</div>\r\n<table class=\" cke_show_border\" border=\"0\" width=\"415\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<table class=\" cke_show_border\" width=\"415\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<div align=\"right\">\r\n<div align=\"right\">\r\n<div>.</div>\r\n<div></div>\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<table class=\"floated-none\" width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>&nbsp;\r\n\r\n<a class=\"aw-image-link\" href=\"http://www.thetradingroom.com/\" target=\"_blank\"><img class=\"model aligncenter\" src=\"https://hostedimages-cdn.aweber-static.com/ODY2NTg4/optimized/7ebbe4b39f60461d831eaedf5f4c0772.jpeg\" alt=\"Image\" width=\"438\" height=\"183\" align=\"center\" border=\"0\" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<table class=\"floated-left\" width=\"\" align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td><a class=\"aw-image-link\" href=\"http://www.thetradingroom.com/\" target=\"_blank\"><img class=\"model\" src=\"https://hostedimages-cdn.aweber-static.com/ODY2NTg4/optimized/1a5d6b031cb8406fa9ece585d3601da2.jpeg\" alt=\"Image\" width=\"127\" height=\"138\" align=\"left\" border=\"0\" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<div class=\"paragraph\">\r\n<div>\r\n\r\n&nbsp;\r\n\r\n<strong><em>Join us this week and experience the power of market intelligence. We will be show casing trading strategies with cross-market relationships and correlations analytics.   </em></strong>\r\n<div>​</div>\r\n<div><strong>Joe Rios,  Rios Quantitative LLC</strong>​​</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #000000;\"></p>\r\n<p style=\"color: rgb(0, 0, 0); text-align: center;\"><strong>The Trading Room® </strong></p>\r\n<p style=\"color: rgb(0, 0, 0); text-align: center;\"><strong>Global Trading with Quantitative Technologies</strong></p>\r\n\r\n<div style=\"color: #000000;\">\r\n<p style=\"text-align: center;\"> <strong>Monday through Friday beginning at 8:00 AM ET</strong></p>\r\n\r\n<div>Join our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a class=\"validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd\" target=\"_blank\" data-cke-saved-href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a class=\"validating\" href=\"https://attendee.gotowebinar.com/register/8848577487183175428\" target=\"_blank\" data-cke-saved-href=\"https://attendee.gotowebinar.com/register/8848577487183175428\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a class=\"valid-link validation-enabled validating\" href=\"http://support@riosquant.com/\" target=\"_blank\" data-cke-saved-href=\"http://support@riosquant.com\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div style=\"text-align: center;\"><strong>The Insider\'s Quant (I.Q.) Room​</strong></div>\r\n<div style=\"text-align: center;\">\r\n<div></div>\r\n<div>Monday- 1<span tabindex=\"0\" data-term=\"goog_1003950761\">2:30 pm </span></div>\r\n<div><em>Forecasting </em></div>\r\n</div>\r\n<div style=\"text-align: center;\"></div>\r\n<div style=\"text-align: center;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>Wednesday- 1<span tabindex=\"0\" data-term=\"goog_1003950761\">2:30 pm </span></div>\r\n<div><em>Intermarket Correlations Class</em></div>\r\n</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"text-align: center;\">\r\n<div>Friday - 11<span tabindex=\"0\" data-term=\"goog_1003950761\">:30 am </span></div>\r\n<div><em>Insiders Round Table Meetup</em></div>\r\n</div>\r\n<div style=\"text-align: center;\"></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>','','','inherit','open','closed','','3113-revision-v1','','','2016-09-19 01:17:05','2016-09-19 01:17:05','',3113,'http://www.thetradingroom.com/3113-revision-v1/',0,'revision','',0),(3119,2,'2016-09-19 01:19:19','2016-09-19 01:19:19','<div class=\"definition-parent\">\r\n<div class=\"paragraph\">\r\n<div align=\"right\">\r\n<div style=\"text-align: left;\">\r\n<p style=\"line-height: 115%; background: white; margin: 0in 0in 8.65pt 0in;\"><span style=\"font-family: \'Arial\',\'sans-serif\'; color: #333333;\">It was a choppy trading week for stocks as the benchmark S&amp;P 500 started the week strong, retracing Friday\'s heavy losses, finishing 1.47% higher. However, it was down -1.48% by Tuesday\'s close. Wednesday was flat but rallied on Thursday 1.01% and gave back about a third by the close of the trading week on Friday. Technically, the S&amp;P 500 will be starting the week with a symmetric triangle price pattern, suggesting more volatility</span>                .</p>\r\n\r\n</div>\r\n<div style=\"text-align: left;\">\r\n<div class=\"definition-parent\" style=\"color: #000000;\">\r\n<div class=\"paragraph\">\r\n<div align=\"right\">\r\n<table class=\"cke_show_border aligncenter\" style=\"height: 5px;\" border=\"0\" width=\"190\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"text-align: left;\"></div>\r\n<div style=\"text-align: left;\">                                                                      S&amp;P 500</div>\r\n<div style=\"text-align: left;\">                                                    MONDAY            + 1.47%</div>\r\n<div style=\"text-align: left;\">                                                    TUESDAY            - 1.48%</div>\r\n<div style=\"text-align: left;\">                                                  WEDNESDAY      - 0.06%</div>\r\n<div style=\"text-align: left;\">                                                  THURSDAY        + 1.01%</div>\r\n<div style=\"text-align: left;\">                                                  FRIDAY               - 0.38%</div>\r\n<div style=\"text-align: left;\"></div>\r\n<div style=\"text-align: left;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<table class=\"floated-none\" width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a class=\"aw-image-link\" href=\"http://www.thetradingroom.com/\" target=\"_blank\"><img class=\"model aligncenter\" src=\"https://hostedimages-cdn.aweber-static.com/ODY2NTg4/optimized/7474e6e917de4bd38c88957c54188878.jpeg\" alt=\"Image\" width=\"438\" height=\"254\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<div class=\"paragraph\">\r\n<div align=\"right\">\r\n<div>\r\n<div>\r\n<div style=\"text-align: left;\"></div>\r\n<div style=\"text-align: left;\">\r\n\r\nThe negative correlation between the US dollar and the Treasury 10 yr note has been tight following the Jackson Hole symposium and last week was no exception. In the week ahead, I expect the correlations to continue, right up to the much anticipated FOMC statement and press conference.\r\n\r\n</div>\r\n</div>\r\n<table class=\" cke_show_border\" style=\"height: 5px;\" border=\"0\" width=\"346\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<table class=\" cke_show_border\" style=\"height: 13px;\" width=\"413\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<div align=\"right\">\r\n<div align=\"right\">\r\n<div>.</div>\r\n<div></div>\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<table class=\"floated-none\" width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a class=\"aw-image-link\" href=\"http://www.thetradingroom.com/\" target=\"_blank\"><img class=\"model aligncenter\" src=\"https://hostedimages-cdn.aweber-static.com/ODY2NTg4/optimized/7ebbe4b39f60461d831eaedf5f4c0772.jpeg\" alt=\"Image\" width=\"438\" height=\"183\" align=\"center\" border=\"0\" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<table class=\"floated-left\" width=\"\" align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td><a class=\"aw-image-link\" href=\"http://www.thetradingroom.com/\" target=\"_blank\"><img class=\"model\" src=\"https://hostedimages-cdn.aweber-static.com/ODY2NTg4/optimized/1a5d6b031cb8406fa9ece585d3601da2.jpeg\" alt=\"Image\" width=\"127\" height=\"138\" align=\"left\" border=\"0\" /></a>&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<div class=\"paragraph\">\r\n<div>\r\n\r\n&nbsp;\r\n\r\n<strong><em>Join us this week and experience the power of market intelligence. We will be show casing trading strategies with cross-market relationships and correlations analytics.   </em></strong>\r\n<div>​</div>\r\n<div><strong>Joe Rios,  Rios Quantitative LLC</strong>​​</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #000000; text-align: center;\"><strong>The Trading Room® </strong></p>\r\n<p style=\"color: #000000; text-align: center;\"><strong>Global Trading with Quantitative Technologies</strong></p>\r\n\r\n<div style=\"color: #000000;\">\r\n<p style=\"text-align: center;\"> <strong>Monday through Friday beginning at 8:00 AM ET</strong></p>\r\n\r\n<div>Join our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a class=\"validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd\" target=\"_blank\" data-cke-saved-href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a class=\"validating\" href=\"https://attendee.gotowebinar.com/register/8848577487183175428\" target=\"_blank\" data-cke-saved-href=\"https://attendee.gotowebinar.com/register/8848577487183175428\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a class=\"valid-link validation-enabled validating\" href=\"http://support@riosquant.com/\" target=\"_blank\" data-cke-saved-href=\"http://support@riosquant.com\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div style=\"text-align: center;\"><strong>The Insider\'s Quant (I.Q.) Room​</strong></div>\r\n<div style=\"text-align: center;\">\r\n<div></div>\r\n<div>Monday- 1<span tabindex=\"0\" data-term=\"goog_1003950761\">2:30 pm </span></div>\r\n<div><em>Forecasting </em></div>\r\n</div>\r\n<div style=\"text-align: center;\"></div>\r\n<div style=\"text-align: center;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>Wednesday- 1<span tabindex=\"0\" data-term=\"goog_1003950761\">2:30 pm </span></div>\r\n<div><em>Intermarket Correlations Class</em></div>\r\n</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"text-align: center;\">\r\n<div>Friday - 11<span tabindex=\"0\" data-term=\"goog_1003950761\">:30 am </span></div>\r\n<div><em>Insiders Round Table Meetup</em></div>\r\n</div>\r\n<div style=\"text-align: center;\"></div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>','Week Ahead in the Global Markets','','inherit','open','closed','','3113-revision-v1','','','2016-09-19 01:19:19','2016-09-19 01:19:19','',3113,'http://www.thetradingroom.com/3113-revision-v1/',0,'revision','',0),(3118,2,'2016-09-19 01:18:43','2016-09-19 01:18:43','<div class=\"definition-parent\">\r\n<div class=\"paragraph\">\r\n<div align=\"right\">\r\n<div style=\"text-align: left;\">\r\n<p style=\"line-height: 115%; background: white; margin: 0in 0in 8.65pt 0in;\"><span style=\"font-family: \'Arial\',\'sans-serif\'; color: #333333;\">It was a choppy trading week for stocks as the benchmark S&amp;P 500 started the week strong, retracing Friday\'s heavy losses, finishing 1.47% higher. However, it was down -1.48% by Tuesday\'s close. Wednesday was flat but rallied on Thursday 1.01% and gave back about a third by the close of the trading week on Friday. Technically, the S&amp;P 500 will be starting the week with a symmetric triangle price pattern, suggesting more volatility</span>                .</p>\r\n\r\n</div>\r\n<div style=\"text-align: left;\">\r\n<div class=\"definition-parent\" style=\"color: #000000;\">\r\n<div class=\"paragraph\">\r\n<div align=\"right\">\r\n<table class=\"cke_show_border aligncenter\" style=\"height: 5px;\" border=\"0\" width=\"190\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"text-align: left;\"></div>\r\n<div style=\"text-align: left;\">                                                                      S&amp;P 500</div>\r\n<div style=\"text-align: left;\">                                                    MONDAY            + 1.47%</div>\r\n<div style=\"text-align: left;\">                                                    TUESDAY            - 1.48%</div>\r\n<div style=\"text-align: left;\">                                                  WEDNESDAY      - 0.06%</div>\r\n<div style=\"text-align: left;\">                                                  THURSDAY        + 1.01%</div>\r\n<div style=\"text-align: left;\">                                                  FRIDAY               - 0.38%</div>\r\n<div style=\"text-align: left;\"></div>\r\n<div style=\"text-align: left;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<table class=\"floated-none\" width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a class=\"aw-image-link\" href=\"http://www.thetradingroom.com/\" target=\"_blank\"><img class=\"model aligncenter\" src=\"https://hostedimages-cdn.aweber-static.com/ODY2NTg4/optimized/7474e6e917de4bd38c88957c54188878.jpeg\" alt=\"Image\" width=\"438\" height=\"254\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<div class=\"paragraph\">\r\n<div align=\"right\">\r\n<div>\r\n<div>\r\n<div style=\"text-align: left;\"></div>\r\n<div style=\"text-align: left;\">\r\n\r\nThe negative correlation between the US dollar and the Treasury 10 yr note has been tight following the Jackson Hole symposium and last week was no exception. In the week ahead, I expect the correlations to continue, right up to the much anticipated FOMC statement and press conference.\r\n\r\n</div>\r\n</div>\r\n<table class=\" cke_show_border\" style=\"height: 5px;\" border=\"0\" width=\"346\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<table class=\" cke_show_border\" style=\"height: 13px;\" width=\"413\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<div align=\"right\">\r\n<div align=\"right\">\r\n<div>.</div>\r\n<div></div>\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div>\r\n<div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<table class=\"floated-none\" width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>&nbsp;\r\n\r\n<a class=\"aw-image-link\" href=\"http://www.thetradingroom.com/\" target=\"_blank\"><img class=\"model aligncenter\" src=\"https://hostedimages-cdn.aweber-static.com/ODY2NTg4/optimized/7ebbe4b39f60461d831eaedf5f4c0772.jpeg\" alt=\"Image\" width=\"438\" height=\"183\" align=\"center\" border=\"0\" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<table class=\"floated-left\" width=\"\" align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td><a class=\"aw-image-link\" href=\"http://www.thetradingroom.com/\" target=\"_blank\"><img class=\"model\" src=\"https://hostedimages-cdn.aweber-static.com/ODY2NTg4/optimized/1a5d6b031cb8406fa9ece585d3601da2.jpeg\" alt=\"Image\" width=\"127\" height=\"138\" align=\"left\" border=\"0\" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<div class=\"paragraph\">\r\n<div>\r\n\r\n&nbsp;\r\n\r\n<strong><em>Join us this week and experience the power of market intelligence. We will be show casing trading strategies with cross-market relationships and correlations analytics.   </em></strong>\r\n<div>​</div>\r\n<div><strong>Joe Rios,  Rios Quantitative LLC</strong>​​</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #000000;\"></p>\r\n<p style=\"color: rgb(0, 0, 0); text-align: center;\"><strong>The Trading Room® </strong></p>\r\n<p style=\"color: rgb(0, 0, 0); text-align: center;\"><strong>Global Trading with Quantitative Technologies</strong></p>\r\n\r\n<div style=\"color: #000000;\">\r\n<p style=\"text-align: center;\"> <strong>Monday through Friday beginning at 8:00 AM ET</strong></p>\r\n\r\n<div>Join our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a class=\"validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd\" target=\"_blank\" data-cke-saved-href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a class=\"validating\" href=\"https://attendee.gotowebinar.com/register/8848577487183175428\" target=\"_blank\" data-cke-saved-href=\"https://attendee.gotowebinar.com/register/8848577487183175428\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a class=\"valid-link validation-enabled validating\" href=\"http://support@riosquant.com/\" target=\"_blank\" data-cke-saved-href=\"http://support@riosquant.com\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div style=\"text-align: center;\"><strong>The Insider\'s Quant (I.Q.) Room​</strong></div>\r\n<div style=\"text-align: center;\">\r\n<div></div>\r\n<div>Monday- 1<span tabindex=\"0\" data-term=\"goog_1003950761\">2:30 pm </span></div>\r\n<div><em>Forecasting </em></div>\r\n</div>\r\n<div style=\"text-align: center;\"></div>\r\n<div style=\"text-align: center;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>Wednesday- 1<span tabindex=\"0\" data-term=\"goog_1003950761\">2:30 pm </span></div>\r\n<div><em>Intermarket Correlations Class</em></div>\r\n</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"text-align: center;\">\r\n<div>Friday - 11<span tabindex=\"0\" data-term=\"goog_1003950761\">:30 am </span></div>\r\n<div><em>Insiders Round Table Meetup</em></div>\r\n</div>\r\n<div style=\"text-align: center;\"></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>','Week Ahead in the Global Markets','','inherit','open','closed','','3113-revision-v1','','','2016-09-19 01:18:43','2016-09-19 01:18:43','',3113,'http://www.thetradingroom.com/3113-revision-v1/',0,'revision','',0),(3120,2,'2016-09-19 01:20:12','2016-09-19 01:20:12','<div class=\"definition-parent\">\r\n<div class=\"paragraph\">\r\n<div align=\"right\">\r\n<div style=\"text-align: left;\">\r\n<p style=\"line-height: 115%; background: white; margin: 0in 0in 8.65pt 0in;\"><span style=\"font-family: \'Arial\',\'sans-serif\'; color: #333333;\">It was a choppy trading week for stocks as the benchmark S&amp;P 500 started the week strong, retracing Friday\'s heavy losses, finishing 1.47% higher. However, it was down -1.48% by Tuesday\'s close. Wednesday was flat but rallied on Thursday 1.01% and gave back about a third by the close of the trading week on Friday. Technically, the S&amp;P 500 will be starting the week with a symmetric triangle price pattern, suggesting more volatility</span>                .</p>\r\n\r\n</div>\r\n<div style=\"text-align: left;\">\r\n<div class=\"definition-parent\" style=\"color: #000000;\">\r\n<div class=\"paragraph\">\r\n<div align=\"right\">\r\n<table class=\"cke_show_border aligncenter\" style=\"height: 5px;\" border=\"0\" width=\"190\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"text-align: left;\"></div>\r\n<div style=\"text-align: left;\">                                                                      S&amp;P 500</div>\r\n<div style=\"text-align: left;\">                                                    MONDAY            + 1.47%</div>\r\n<div style=\"text-align: left;\">                                                    TUESDAY            - 1.48%</div>\r\n<div style=\"text-align: left;\">                                                  WEDNESDAY      - 0.06%</div>\r\n<div style=\"text-align: left;\">                                                  THURSDAY        + 1.01%</div>\r\n<div style=\"text-align: left;\">                                                  FRIDAY               - 0.38%</div>\r\n<div style=\"text-align: left;\"></div>\r\n<div style=\"text-align: left;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<table class=\"floated-none\" width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a class=\"aw-image-link\" href=\"http://www.thetradingroom.com/\" target=\"_blank\"><img class=\"model aligncenter\" src=\"https://hostedimages-cdn.aweber-static.com/ODY2NTg4/optimized/7474e6e917de4bd38c88957c54188878.jpeg\" alt=\"Image\" width=\"438\" height=\"254\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<div class=\"paragraph\">\r\n<div align=\"right\">\r\n<div>\r\n<div>\r\n<div style=\"text-align: left;\"></div>\r\n<div style=\"text-align: left;\">\r\n\r\nThe negative correlation between the US dollar and the Treasury 10 yr note has been tight following the Jackson Hole symposium and last week was no exception. In the week ahead, I expect the correlations to continue, right up to the much anticipated FOMC statement and press conference.\r\n\r\n</div>\r\n</div>\r\n<table class=\" cke_show_border\" style=\"height: 5px;\" border=\"0\" width=\"346\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<table class=\" cke_show_border\" style=\"height: 13px;\" width=\"413\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<div align=\"right\">\r\n<div align=\"right\">\r\n<div>.</div>\r\n<div></div>\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<table class=\"floated-none\" width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a class=\"aw-image-link\" href=\"http://www.thetradingroom.com/\" target=\"_blank\"><img class=\"model aligncenter\" src=\"https://hostedimages-cdn.aweber-static.com/ODY2NTg4/optimized/7ebbe4b39f60461d831eaedf5f4c0772.jpeg\" alt=\"Image\" width=\"438\" height=\"183\" align=\"center\" border=\"0\" /></a>&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<table class=\"floated-left\" width=\"\" align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td><a class=\"aw-image-link\" href=\"http://www.thetradingroom.com/\" target=\"_blank\"><img class=\"model\" src=\"https://hostedimages-cdn.aweber-static.com/ODY2NTg4/optimized/1a5d6b031cb8406fa9ece585d3601da2.jpeg\" alt=\"Image\" width=\"127\" height=\"138\" align=\"left\" border=\"0\" /></a>&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<div class=\"paragraph\">\r\n\r\n <strong><em>Join us this week and experience the power of market intelligence. We will be show casing trading strategies with cross-market relationships and correlations analytics.   </em></strong>\r\n<div>​</div>\r\n<div><strong>Joe Rios,  Rios Quantitative LLC</strong>​​</div>\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #000000; text-align: center;\"></p>\r\n<p style=\"color: #000000; text-align: center;\"><strong>The Trading Room® </strong></p>\r\n<p style=\"color: #000000; text-align: center;\"><strong>Global Trading with Quantitative Technologies</strong></p>\r\n\r\n<div style=\"color: #000000;\">\r\n<p style=\"text-align: center;\"> <strong>Monday through Friday beginning at 8:00 AM ET</strong></p>\r\n\r\n<div>Join our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a class=\"validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd\" target=\"_blank\" data-cke-saved-href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a class=\"validating\" href=\"https://attendee.gotowebinar.com/register/8848577487183175428\" target=\"_blank\" data-cke-saved-href=\"https://attendee.gotowebinar.com/register/8848577487183175428\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a class=\"valid-link validation-enabled validating\" href=\"http://support@riosquant.com/\" target=\"_blank\" data-cke-saved-href=\"http://support@riosquant.com\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div style=\"text-align: center;\"><strong>The Insider\'s Quant (I.Q.) Room​</strong></div>\r\n<div style=\"text-align: center;\">\r\n<div></div>\r\n<div>Monday- 1<span tabindex=\"0\" data-term=\"goog_1003950761\">2:30 pm </span></div>\r\n<div><em>Forecasting </em></div>\r\n</div>\r\n<div style=\"text-align: center;\"></div>\r\n<div style=\"text-align: center;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>Wednesday- 1<span tabindex=\"0\" data-term=\"goog_1003950761\">2:30 pm </span></div>\r\n<div><em>Intermarket Correlations Class</em></div>\r\n</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"text-align: center;\">\r\n<div>Friday - 11<span tabindex=\"0\" data-term=\"goog_1003950761\">:30 am </span></div>\r\n<div><em>Insiders Round Table Meetup</em></div>\r\n</div>\r\n<div style=\"text-align: center;\"></div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>','Week Ahead in the Global Markets','','inherit','open','closed','','3113-revision-v1','','','2016-09-19 01:20:12','2016-09-19 01:20:12','',3113,'http://www.thetradingroom.com/3113-revision-v1/',0,'revision','',0),(3121,2,'2016-09-19 01:21:17','2016-09-19 01:21:17','<div class=\"definition-parent\">\n<div class=\"paragraph\">\n<div align=\"right\">\n<div style=\"text-align: left;\">\n<p style=\"line-height: 115%; background: white; margin: 0in 0in 8.65pt 0in;\"><span style=\"font-family: \'Arial\',\'sans-serif\'; color: #333333;\">It was a choppy trading week for stocks as the benchmark S&amp;P 500 started the week strong, retracing Friday\'s heavy losses, finishing 1.47% higher. However, it was down -1.48% by Tuesday\'s close. Wednesday was flat but rallied on Thursday 1.01% and gave back about a third by the close of the trading week on Friday. Technically, the S&amp;P 500 will be starting the week with a symmetric triangle price pattern, suggesting more volatility</span>                .</p>\n\n</div>\n<div style=\"text-align: left;\">\n<div class=\"definition-parent\" style=\"color: #000000;\">\n<div class=\"paragraph\">\n<div align=\"right\">\n<table class=\"cke_show_border aligncenter\" style=\"height: 5px;\" border=\"0\" width=\"190\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\n<tbody>\n<tr>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>\n</div>\n</div>\n</div>\n<div style=\"text-align: left;\"></div>\n<div style=\"text-align: left;\">                                                                      S&amp;P 500</div>\n<div style=\"text-align: left;\">                                                    MONDAY            + 1.47%</div>\n<div style=\"text-align: left;\">                                                    TUESDAY            - 1.48%</div>\n<div style=\"text-align: left;\">                                                  WEDNESDAY      - 0.06%</div>\n<div style=\"text-align: left;\">                                                  THURSDAY        + 1.01%</div>\n<div style=\"text-align: left;\">                                                  FRIDAY               - 0.38%</div>\n<div style=\"text-align: left;\"></div>\n<div style=\"text-align: left;\"></div>\n<div style=\"text-align: left;\"></div>\n</div>\n</div>\n</div>\n<div class=\"definition-parent\">\n<table class=\"floated-none\" width=\"100%\" align=\"center\">\n<tbody>\n<tr>\n<td><a class=\"aw-image-link\" href=\"http://www.thetradingroom.com/\" target=\"_blank\"><img class=\"model aligncenter\" src=\"https://hostedimages-cdn.aweber-static.com/ODY2NTg4/optimized/7474e6e917de4bd38c88957c54188878.jpeg\" alt=\"Image\" width=\"438\" height=\"254\" align=\"center\" border=\"0\" /></a></td>\n</tr>\n</tbody>\n</table>\n</div>\n<div class=\"definition-parent\">\n<div class=\"paragraph\">\n<div align=\"right\">\n<div>\n<div>\n<div style=\"text-align: left;\"></div>\n<div style=\"text-align: left;\">\n\nThe negative correlation between the US dollar and the Treasury 10 yr note has been tight following the Jackson Hole symposium and last week was no exception. In the week ahead, I expect the correlations to continue, right up to the much anticipated FOMC statement and press conference.\n\n</div>\n</div>\n<table class=\" cke_show_border\" style=\"height: 5px;\" border=\"0\" width=\"346\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\n<tbody>\n<tr>\n<td>\n<table class=\" cke_show_border\" style=\"height: 13px;\" width=\"413\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\n<tbody>\n<tr>\n<td>\n<div align=\"right\">\n<div align=\"right\">\n<div>.</div>\n<div></div>\n</div>\n</div></td>\n</tr>\n</tbody>\n</table>\n</td>\n</tr>\n<tr>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>\n<div></div>\n</div>\n</div>\n</div>\n<div class=\"definition-parent\">\n<table class=\"floated-none\" width=\"100%\" align=\"center\">\n<tbody>\n<tr>\n<td><a class=\"aw-image-link\" href=\"http://www.thetradingroom.com/\" target=\"_blank\"><img class=\"model aligncenter\" src=\"https://hostedimages-cdn.aweber-static.com/ODY2NTg4/optimized/7ebbe4b39f60461d831eaedf5f4c0772.jpeg\" alt=\"Image\" width=\"438\" height=\"183\" align=\"center\" border=\"0\" /></a></td>\n</tr>\n</tbody>\n</table>\n</div>\n<div class=\"definition-parent\">\n<table class=\"floated-left\" width=\"\" align=\"left\">\n<tbody>\n<tr>\n<td>\n&nbsp;\n\n&nbsp;</td>\n</tr>\n</tbody>\n</table>\n</div>\n<div class=\"definition-parent\">\n<div class=\"paragraph\">\n\n <strong><em>Join us this week and experience the power of market intelligence. We will be show casing trading strategies with cross-market relationships and correlations analytics.   </em></strong>\n<div>​</div>\n<div><strong>     <a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/joe-suit-face.jpg\"><img class=\"aligncenter size-full wp-image-3009\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/joe-suit-face.jpg\" alt=\"joe suit face\" width=\"629\" height=\"686\" /></a>   -  Joe Rios,  Rios Quantitative LLC</strong>​​</div>\n</div>\n</div>\n\n<hr />\n<p style=\"color: #000000; text-align: center;\"><strong>The Trading Room® </strong></p>\n<p style=\"color: #000000; text-align: center;\"><strong>Global Trading with Quantitative Technologies</strong></p>\n\n<div style=\"color: #000000;\">\n<p style=\"text-align: center;\"> <strong>Monday through Friday beginning at 8:00 AM ET</strong></p>\n\n<div>Join our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\n<div></div>\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a class=\"validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd\" target=\"_blank\" data-cke-saved-href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\n<div></div>\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\n<div></div>\n<div>Click on the following link and <a class=\"validating\" href=\"https://attendee.gotowebinar.com/register/8848577487183175428\" target=\"_blank\" data-cke-saved-href=\"https://attendee.gotowebinar.com/register/8848577487183175428\">register as a guest.</a></div>\n<div></div>\n<div><strong>It\'s really that simple!</strong></div>\n<div></div>\n<div>For assistance please contact us at <a class=\"valid-link validation-enabled validating\" href=\"http://support@riosquant.com/\" target=\"_blank\" data-cke-saved-href=\"http://support@riosquant.com\">support@riosquant.com</a>.</div>\n<div></div>\n<div>\n<div>\n<div>\n\n<hr />\n\n</div>\n<div></div>\n<div></div>\n<div style=\"text-align: center;\"><strong>The Insider\'s Quant (I.Q.) Room​</strong></div>\n<div style=\"text-align: center;\">\n<div></div>\n<div>Monday- 1<span tabindex=\"0\" data-term=\"goog_1003950761\">2:30 pm </span></div>\n<div><em>Forecasting </em></div>\n</div>\n<div style=\"text-align: center;\"></div>\n<div style=\"text-align: center;\">\n<div>\n<div>\n<div>\n<div>\n<div>Wednesday- 1<span tabindex=\"0\" data-term=\"goog_1003950761\">2:30 pm </span></div>\n<div><em>Intermarket Correlations Class</em></div>\n</div>\n<div></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div style=\"text-align: center;\">\n<div>Friday - 11<span tabindex=\"0\" data-term=\"goog_1003950761\">:30 am </span></div>\n<div><em>Insiders Round Table Meetup</em></div>\n</div>\n<div style=\"text-align: center;\"></div>\n<div></div>\n<div>\n\n<hr />\n\n</div>\n<div></div>\n</div>\n<div>\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\n</div>\n</div>','Week Ahead in the Global Markets','','inherit','open','closed','','3113-autosave-v1','','','2016-09-19 01:21:17','2016-09-19 01:21:17','',3113,'http://www.thetradingroom.com/3113-autosave-v1/',0,'revision','',0),(3123,2,'2016-09-19 01:22:33','2016-09-19 01:22:33','<div class=\"definition-parent\">\r\n<div class=\"paragraph\">\r\n<div align=\"right\">\r\n<div style=\"text-align: left;\">\r\n<p style=\"line-height: 115%; background: white; margin: 0in 0in 8.65pt 0in;\"><span style=\"font-family: \'Arial\',\'sans-serif\'; color: #333333;\">It was a choppy trading week for stocks as the benchmark S&amp;P 500 started the week strong, retracing Friday\'s heavy losses, finishing 1.47% higher. However, it was down -1.48% by Tuesday\'s close. Wednesday was flat but rallied on Thursday 1.01% and gave back about a third by the close of the trading week on Friday. Technically, the S&amp;P 500 will be starting the week with a symmetric triangle price pattern, suggesting more volatility</span>                .</p>\r\n\r\n</div>\r\n<div style=\"text-align: left;\">\r\n<div class=\"definition-parent\" style=\"color: #000000;\">\r\n<div class=\"paragraph\">\r\n<div align=\"right\">\r\n<table class=\"cke_show_border aligncenter\" style=\"height: 5px;\" border=\"0\" width=\"190\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"text-align: left;\"></div>\r\n<div style=\"text-align: left;\">                                                                      S&amp;P 500</div>\r\n<div style=\"text-align: left;\">                                                    MONDAY            + 1.47%</div>\r\n<div style=\"text-align: left;\">                                                    TUESDAY            - 1.48%</div>\r\n<div style=\"text-align: left;\">                                                  WEDNESDAY      - 0.06%</div>\r\n<div style=\"text-align: left;\">                                                  THURSDAY        + 1.01%</div>\r\n<div style=\"text-align: left;\">                                                  FRIDAY               - 0.38%</div>\r\n<div style=\"text-align: left;\"></div>\r\n<div style=\"text-align: left;\"></div>\r\n<div style=\"text-align: left;\"></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<table class=\"floated-none\" width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a class=\"aw-image-link\" href=\"http://www.thetradingroom.com/\" target=\"_blank\"><img class=\"model aligncenter\" src=\"https://hostedimages-cdn.aweber-static.com/ODY2NTg4/optimized/7474e6e917de4bd38c88957c54188878.jpeg\" alt=\"Image\" width=\"438\" height=\"254\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<div class=\"paragraph\">\r\n<div align=\"right\">\r\n<div>\r\n<div>\r\n<div style=\"text-align: left;\"></div>\r\n<div style=\"text-align: left;\">\r\n\r\nThe negative correlation between the US dollar and the Treasury 10 yr note has been tight following the Jackson Hole symposium and last week was no exception. In the week ahead, I expect the correlations to continue, right up to the much anticipated FOMC statement and press conference.\r\n\r\n</div>\r\n</div>\r\n<table class=\" cke_show_border\" style=\"height: 5px;\" border=\"0\" width=\"346\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<table class=\" cke_show_border\" style=\"height: 13px;\" width=\"413\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<div align=\"right\">\r\n<div align=\"right\">\r\n<div>.</div>\r\n<div></div>\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<table class=\"floated-none\" width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a class=\"aw-image-link\" href=\"http://www.thetradingroom.com/\" target=\"_blank\"><img class=\"model aligncenter\" src=\"https://hostedimages-cdn.aweber-static.com/ODY2NTg4/optimized/7ebbe4b39f60461d831eaedf5f4c0772.jpeg\" alt=\"Image\" width=\"438\" height=\"183\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<table class=\"floated-left\" width=\"\" align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td>&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<div class=\"paragraph\">\r\n\r\n <strong><em>Join us this week and experience the power of market intelligence. We will be show casing trading strategies with cross-market relationships and correlations analytics.   </em></strong>\r\n<div>​</div>\r\n<div><strong>     <a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/joe-suit-face.jpg\">\r\n</a>   -  Joe Rios,  Rios Quantitative LLC</strong>​​</div>\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #000000; text-align: center;\"><strong>The Trading Room® </strong></p>\r\n<p style=\"color: #000000; text-align: center;\"><strong>Global Trading with Quantitative Technologies</strong></p>\r\n\r\n<div style=\"color: #000000;\">\r\n<p style=\"text-align: center;\"> <strong>Monday through Friday beginning at 8:00 AM ET</strong></p>\r\n\r\n<div>Join our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a class=\"validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd\" target=\"_blank\" data-cke-saved-href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a class=\"validating\" href=\"https://attendee.gotowebinar.com/register/8848577487183175428\" target=\"_blank\" data-cke-saved-href=\"https://attendee.gotowebinar.com/register/8848577487183175428\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a class=\"valid-link validation-enabled validating\" href=\"http://support@riosquant.com/\" target=\"_blank\" data-cke-saved-href=\"http://support@riosquant.com\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div style=\"text-align: center;\"><strong>The Insider\'s Quant (I.Q.) Room​</strong></div>\r\n<div style=\"text-align: center;\">\r\n<div></div>\r\n<div>Monday- 1<span tabindex=\"0\" data-term=\"goog_1003950761\">2:30 pm </span></div>\r\n<div><em>Forecasting </em></div>\r\n</div>\r\n<div style=\"text-align: center;\"></div>\r\n<div style=\"text-align: center;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>Wednesday- 1<span tabindex=\"0\" data-term=\"goog_1003950761\">2:30 pm </span></div>\r\n<div><em>Intermarket Correlations Class</em></div>\r\n</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"text-align: center;\">\r\n<div>Friday - 11<span tabindex=\"0\" data-term=\"goog_1003950761\">:30 am </span></div>\r\n<div><em>Insiders Round Table Meetup</em></div>\r\n</div>\r\n<div style=\"text-align: center;\"></div>\r\n<div></div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>','Week Ahead in the Global Markets','','inherit','open','closed','','3113-revision-v1','','','2016-09-19 01:22:33','2016-09-19 01:22:33','',3113,'http://www.thetradingroom.com/3113-revision-v1/',0,'revision','',0),(3124,2,'2016-09-19 11:03:25','2016-09-19 11:03:25','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n\r\nWORLD HEADLINES - Stocks rose around the world, buoyed by rising commodities prices, and the dollar weakened before central bank policy meetings this week.\r\n\r\nSTOCKS - S&amp;P 500 Index futures added 0.5 percent, indicating U.S. equities may recover from Friday’s 0.4 percent retreat.\r\n\r\nBONDS - The yield on Treasuries due in a decade was little changed at 1.70 percent.\r\n\r\nCOMMODITIES - Oil rose as renewed clashes halted what would be the first crude shipment from one of Libya’s largest export terminals since 2014.\r\n\r\nCURRENCIES - Australia’s dollar strengthened 0.7 percent, buoyed by the pickup in oil prices and the A$9.7 billion sale of a 50-year lease in Australia’s busiest port to a group of global investors.\r\n\r\nECONOMIC DATA - AUD Monetary Policy Meeting Minutes at 21:30 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/8848577487183175428\">register as a guest.</a></span></p>\r\n\r\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\"><img class=\"aligncenter  wp-image-3023\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\" alt=\"mini 8-10\" width=\"676\" height=\"221\" /></a></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\"></div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Pre-Market: Live Trading Room Access','','publish','open','closed','','pre-market-live-trading-room-access','','','2016-09-19 11:09:29','2016-09-19 11:09:29','',0,'http://www.thetradingroom.com/?p=3124',0,'post','',0),(3125,2,'2016-09-19 11:01:17','2016-09-19 11:01:17','','trade gold','','inherit','open','closed','','trade-gold-2','','','2016-09-19 11:01:17','2016-09-19 11:01:17','',3124,'http://www.thetradingroom.com/wp-content/uploads/2016/09/trade-gold.jpg',0,'attachment','image/jpeg',0),(3126,2,'2016-09-19 11:03:26','2016-09-19 11:03:26','<em><strong>Pre-market trading activity and scheduled economic data that may have an impact on the global financial markets. ​</strong></em>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n\r\nWORLD HEADLINES - Stocks rose around the world, buoyed by rising commodities prices, and the dollar weakened before central bank policy meetings this week.\r\n\r\nSTOCKS - S&amp;P 500 Index futures added 0.5 percent, indicating U.S. equities may recover from Friday’s 0.4 percent retreat.\r\n\r\nBONDS - The yield on Treasuries due in a decade was little changed at 1.70 percent.\r\n\r\nCOMMODITIES - Oil rose as renewed clashes halted what would be the first crude shipment from one of Libya’s largest export terminals since 2014.\r\n\r\nCURRENCIES - Australia’s dollar strengthened 0.7 percent, buoyed by the pickup in oil prices and the A$9.7 billion sale of a 50-year lease in Australia’s busiest port to a group of global investors.\r\n\r\nECONOMIC DATA - AUD Monetary Policy Meeting Minutes at 21:30 ET.\r\n\r\n</div>\r\n\r\n<hr />\r\n<p style=\"color: #500050; text-align: center;\"><strong>Don’t trade alone, join a group of quant traders in a live trading room.</strong></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://www.riosquant.com/account/register?trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/account/register?trial%3D1&amp;source=gmail&amp;ust=1468493608833000&amp;usg=AFQjCNECqZFJf2GkORLCnMyWdZE7RyWtAw\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310327\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310328\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310329\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_885310330\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\"><strong style=\"font-weight: 500;\">Access is simple,</strong> here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a href=\"https://attendee.gotowebinar.com/register/8848577487183175428\">register as a guest.</a></span></p>\r\n\r\n<div><a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\"><img class=\"aligncenter  wp-image-3023\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/mini-8-10.jpg\" alt=\"mini 8-10\" width=\"676\" height=\"221\" /></a></div>\r\n</div>\r\n</div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\"></div>\r\n<div style=\"font-weight: 300; color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>','Pre-Market: Live Trading Room Access','','inherit','open','closed','','3124-revision-v1','','','2016-09-19 11:03:26','2016-09-19 11:03:26','',3124,'http://www.thetradingroom.com/3124-revision-v1/',0,'revision','',0),(3127,2,'2016-09-19 11:09:22','2016-09-19 11:09:22','','pre market clocks','','inherit','open','closed','','pre-market-clocks','','','2016-09-19 11:09:22','2016-09-19 11:09:22','',3124,'http://www.thetradingroom.com/wp-content/uploads/2016/09/pre-market-clocks.jpg',0,'attachment','image/jpeg',0),(3128,2,'2016-09-21 10:54:43','2016-09-21 10:54:43','Traders and investors alike will comb the statement and comments from Chair Yellen during today\'s press conference for any clues to interest rate hikes, potentially generating volatility. We will re-open the trading room this afternoon at 1:45 pm ET to trade the FOMC statement and press conference. To gain access to the special trading session, <a href=\"https://attendee.gotowebinar.com/register/4119203043136902404\">click here. </a>\r\n<p style=\"text-align: center;\"><strong>Don\'t trade alone, join a group of quant traders.</strong></p>\r\nWORLD HEADLINES - Stocks rallied around the world as tweaks to the Bank of Japan’s monetary stimulus offered support to financial institutions. Treasuries and the dollar were little changed before a Federal Reserve policy decision while oil rallied before a meeting of producers next week.\r\n\r\nSTOCKS - Futures on the S&amp;P 500 Index added 0.4 percent, having extended gains after the BOJ’s announcement.\r\n\r\nBONDS - Ten year maturity U.S. Treasuries rose by one basis point to 1.70 percent and Germany’s yield increased by two basis points to zero.\r\n\r\nCOMMODITIES - Crude oil climbed as much as 2.5 percent ahead of a government update on U.S. stockpile levels. Inventories fell by 7.5 million barrels last week, the American Petroleum Institute was said to have reported late on Tuesday ahead of the official figures.\r\n\r\nCURRENCIES - US dollar traded sideways ahead of the much anticipated FOMC statement due later today.\r\n\r\nECONOMIC DATA - CAD Wholesale Sales m/m at 8:30, Crude Oil Inventories at 10:30, FOMC Statement at 14:00, FOMC Press Conference at 14:30, NZB RBNZ Rate Statement at 17:00 ET.\r\n\r\n<span style=\"color: #000000;\">COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</span>','FOMC Statement: Live Trading Room Access','','publish','open','closed','','fomc-statement-live-trading-room-access','','','2016-09-21 10:54:43','2016-09-21 10:54:43','',0,'http://www.thetradingroom.com/?p=3128',0,'post','',0),(3129,2,'2016-09-21 10:54:43','2016-09-21 10:54:43','Traders and investors alike will comb the statement and comments from Chair Yellen during today\'s press conference for any clues to interest rate hikes, potentially generating volatility. We will re-open the trading room this afternoon at 1:45 pm ET to trade the FOMC statement and press conference. To gain access to the special trading session, <a href=\"https://attendee.gotowebinar.com/register/4119203043136902404\">click here. </a>\r\n<p style=\"text-align: center;\"><strong>Don\'t trade alone, join a group of quant traders.</strong></p>\r\nWORLD HEADLINES - Stocks rallied around the world as tweaks to the Bank of Japan’s monetary stimulus offered support to financial institutions. Treasuries and the dollar were little changed before a Federal Reserve policy decision while oil rallied before a meeting of producers next week.\r\n\r\nSTOCKS - Futures on the S&amp;P 500 Index added 0.4 percent, having extended gains after the BOJ’s announcement.\r\n\r\nBONDS - Ten year maturity U.S. Treasuries rose by one basis point to 1.70 percent and Germany’s yield increased by two basis points to zero.\r\n\r\nCOMMODITIES - Crude oil climbed as much as 2.5 percent ahead of a government update on U.S. stockpile levels. Inventories fell by 7.5 million barrels last week, the American Petroleum Institute was said to have reported late on Tuesday ahead of the official figures.\r\n\r\nCURRENCIES - US dollar traded sideways ahead of the much anticipated FOMC statement due later today.\r\n\r\nECONOMIC DATA - CAD Wholesale Sales m/m at 8:30, Crude Oil Inventories at 10:30, FOMC Statement at 14:00, FOMC Press Conference at 14:30, NZB RBNZ Rate Statement at 17:00 ET.\r\n\r\n<span style=\"color: #000000;\">COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</span>','FOMC Statement: Live Trading Room Access','','inherit','open','closed','','3128-revision-v1','','','2016-09-21 10:54:43','2016-09-21 10:54:43','',3128,'http://www.thetradingroom.com/3128-revision-v1/',0,'revision','',0),(3130,2,'2016-09-22 11:08:02','2016-09-22 11:08:02','<p style=\"text-align: center;\"><span style=\"color: #000000;\">Pre-market activity and scheduled economic data that may have an impact on the global financial markets. Live trading room access link.\r\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264275\"><span class=\"aQJ\">6:30 am ET</span></span></em></span></p>\r\n\r\n<div style=\"color: #500050;\">\r\n<span style=\"color: #000000;\">Don\'t trade alone, join a group of quant traders in a live trading room, </span><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f2be3d0da5/TEST/b673692bf2\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/f2be3d0da5/TEST/b673692bf2&amp;source=gmail&amp;ust=1474628732483000&amp;usg=AFQjCNFRaWBgeu7_BQAU_giQfj693wf9Zg\"><span style=\"color: #000000;\">click here to access live trading room.</span></a>\r\n\r\n\r\n<span style=\"color: #000000;\">WORLD HEADLINES - Global stocks rose to its highest level in almost two weeks, while raw-materials prices climbed for a sixth day, after the Fed <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264276\"><span class=\"aQJ\">on Wednesday</span></span> left interest rates unchanged and scaled back its projections for hikes in 2017 and beyond.\r\n\r\nSTOCKS - Futures on the S&amp;P 500 rose, indicating U.S. equities will extend gains after rising 1.1 percent in the last session.\r\n\r\nBONDS -  Germany’s 10-year bund yield slid to minus 0.05 percent, having ended the last session near zero. The rate on similar-maturity U.S. Treasuries fell one basis point to 1.64 percent, after decreasing four basis points <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264277\"><span class=\"aQJ\">on Wednesday</span></span>.\r\n\r\nCOMMODITIES -  Oil extended gains after weekly government data showed U.S. crude inventories dropped by 6.2 million barrels last week to the lowest since February.\r\n\r\nCURRENCIES - The Bloomberg Dollar Spot Index fell 0.3 percent, after sliding 0.7 percent in the aftermath of the Fed’s decision.\r\n\r\nECONOMIC DATA -  US Unemployment Claims due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264278\"><span class=\"aQJ\">8:30</span></span>, ECB President Draghi Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264279\"><span class=\"aQJ\">9:00</span></span>, GBP MPC Member Cunliffe Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264280\"><span class=\"aQJ\">9:30</span></span>, Existing Home Sales at<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264281\"><span class=\"aQJ\">10:00</span></span>, Natural Gas Storage at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264282\"><span class=\"aQJ\">10:30</span></span>, BOE Gov Carney Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264283\"><span class=\"aQJ\">13:00 ET</span></span>.</span>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f2be3d0da5/TEST/5e7d095690/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/f2be3d0da5/TEST/5e7d095690/trial%3D1&amp;source=gmail&amp;ust=1474628732483000&amp;usg=AFQjCNF7uKPRKexcUK4ZiaVDup1uBsFlAg\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264284\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264285\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264286\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264287\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Access is simple, here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and </span><a style=\"color: #337eff;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f2be3d0da5/TEST/3ee4ca8ff4\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/f2be3d0da5/TEST/3ee4ca8ff4&amp;source=gmail&amp;ust=1474628732483000&amp;usg=AFQjCNENLfvWuq7pR3594zjLSUx_mKbKCQ\"><span style=\"color: #000000;\">register as a guest.</span></a></p>\r\n\r\n</div>','Trade Natural Gas: Live Trading Room','','publish','open','closed','','trade-natural-gas-live-trading-room','','','2016-09-22 11:08:02','2016-09-22 11:08:02','',0,'http://www.thetradingroom.com/?p=3130',0,'post','',0),(3131,2,'2016-09-22 11:06:10','2016-09-22 11:06:10','<p style=\"text-align: center;\"><span style=\"color: #000000;\">Pre-market activity and scheduled economic data that may have an impact on the global financial markets. Live trading room access link.\r\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264275\"><span class=\"aQJ\">6:30 am ET</span></span></em></span></p>\r\n\r\n<div style=\"color: #500050;\">\r\n<span style=\"color: #000000;\">Don\'t trade alone, join a group of quant traders in a live trading room, </span><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f2be3d0da5/TEST/b673692bf2\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/f2be3d0da5/TEST/b673692bf2&amp;source=gmail&amp;ust=1474628732483000&amp;usg=AFQjCNFRaWBgeu7_BQAU_giQfj693wf9Zg\"><span style=\"color: #000000;\">click here to access live trading room.</span></a>\r\n\r\n\r\n<span style=\"color: #000000;\">WORLD HEADLINES - Global stocks rose to its highest level in almost two weeks, while raw-materials prices climbed for a sixth day, after the Fed <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264276\"><span class=\"aQJ\">on Wednesday</span></span> left interest rates unchanged and scaled back its projections for hikes in 2017 and beyond.\r\n\r\nSTOCKS - Futures on the S&amp;P 500 rose, indicating U.S. equities will extend gains after rising 1.1 percent in the last session.\r\n\r\nBONDS -  Germany’s 10-year bund yield slid to minus 0.05 percent, having ended the last session near zero. The rate on similar-maturity U.S. Treasuries fell one basis point to 1.64 percent, after decreasing four basis points <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264277\"><span class=\"aQJ\">on Wednesday</span></span>.\r\n\r\nCOMMODITIES -  Oil extended gains after weekly government data showed U.S. crude inventories dropped by 6.2 million barrels last week to the lowest since February.\r\n\r\nCURRENCIES - The Bloomberg Dollar Spot Index fell 0.3 percent, after sliding 0.7 percent in the aftermath of the Fed’s decision.\r\n\r\nECONOMIC DATA -  US Unemployment Claims due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264278\"><span class=\"aQJ\">8:30</span></span>, ECB President Draghi Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264279\"><span class=\"aQJ\">9:00</span></span>, GBP MPC Member Cunliffe Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264280\"><span class=\"aQJ\">9:30</span></span>, Existing Home Sales at<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264281\"><span class=\"aQJ\">10:00</span></span>, Natural Gas Storage at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264282\"><span class=\"aQJ\">10:30</span></span>, BOE Gov Carney Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264283\"><span class=\"aQJ\">13:00 ET</span></span>.</span>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f2be3d0da5/TEST/5e7d095690/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/f2be3d0da5/TEST/5e7d095690/trial%3D1&amp;source=gmail&amp;ust=1474628732483000&amp;usg=AFQjCNF7uKPRKexcUK4ZiaVDup1uBsFlAg\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264284\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264285\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264286\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264287\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Access is simple, here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and </span><a style=\"color: #337eff;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f2be3d0da5/TEST/3ee4ca8ff4\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/f2be3d0da5/TEST/3ee4ca8ff4&amp;source=gmail&amp;ust=1474628732483000&amp;usg=AFQjCNENLfvWuq7pR3594zjLSUx_mKbKCQ\"><span style=\"color: #000000;\">register as a guest.</span></a></p>\r\n\r\n</div>','','','inherit','open','closed','','3130-revision-v1','','','2016-09-22 11:06:10','2016-09-22 11:06:10','',3130,'http://www.thetradingroom.com/3130-revision-v1/',0,'revision','',0),(3132,2,'2016-09-22 11:08:02','2016-09-22 11:08:02','<p style=\"text-align: center;\"><span style=\"color: #000000;\">Pre-market activity and scheduled economic data that may have an impact on the global financial markets. Live trading room access link.\r\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264275\"><span class=\"aQJ\">6:30 am ET</span></span></em></span></p>\r\n\r\n<div style=\"color: #500050;\">\r\n<span style=\"color: #000000;\">Don\'t trade alone, join a group of quant traders in a live trading room, </span><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f2be3d0da5/TEST/b673692bf2\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/f2be3d0da5/TEST/b673692bf2&amp;source=gmail&amp;ust=1474628732483000&amp;usg=AFQjCNFRaWBgeu7_BQAU_giQfj693wf9Zg\"><span style=\"color: #000000;\">click here to access live trading room.</span></a>\r\n\r\n\r\n<span style=\"color: #000000;\">WORLD HEADLINES - Global stocks rose to its highest level in almost two weeks, while raw-materials prices climbed for a sixth day, after the Fed <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264276\"><span class=\"aQJ\">on Wednesday</span></span> left interest rates unchanged and scaled back its projections for hikes in 2017 and beyond.\r\n\r\nSTOCKS - Futures on the S&amp;P 500 rose, indicating U.S. equities will extend gains after rising 1.1 percent in the last session.\r\n\r\nBONDS -  Germany’s 10-year bund yield slid to minus 0.05 percent, having ended the last session near zero. The rate on similar-maturity U.S. Treasuries fell one basis point to 1.64 percent, after decreasing four basis points <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264277\"><span class=\"aQJ\">on Wednesday</span></span>.\r\n\r\nCOMMODITIES -  Oil extended gains after weekly government data showed U.S. crude inventories dropped by 6.2 million barrels last week to the lowest since February.\r\n\r\nCURRENCIES - The Bloomberg Dollar Spot Index fell 0.3 percent, after sliding 0.7 percent in the aftermath of the Fed’s decision.\r\n\r\nECONOMIC DATA -  US Unemployment Claims due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264278\"><span class=\"aQJ\">8:30</span></span>, ECB President Draghi Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264279\"><span class=\"aQJ\">9:00</span></span>, GBP MPC Member Cunliffe Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264280\"><span class=\"aQJ\">9:30</span></span>, Existing Home Sales at<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264281\"><span class=\"aQJ\">10:00</span></span>, Natural Gas Storage at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264282\"><span class=\"aQJ\">10:30</span></span>, BOE Gov Carney Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264283\"><span class=\"aQJ\">13:00 ET</span></span>.</span>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f2be3d0da5/TEST/5e7d095690/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/f2be3d0da5/TEST/5e7d095690/trial%3D1&amp;source=gmail&amp;ust=1474628732483000&amp;usg=AFQjCNF7uKPRKexcUK4ZiaVDup1uBsFlAg\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264284\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264285\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264286\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264287\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Access is simple, here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and </span><a style=\"color: #337eff;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f2be3d0da5/TEST/3ee4ca8ff4\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/f2be3d0da5/TEST/3ee4ca8ff4&amp;source=gmail&amp;ust=1474628732483000&amp;usg=AFQjCNENLfvWuq7pR3594zjLSUx_mKbKCQ\"><span style=\"color: #000000;\">register as a guest.</span></a></p>\r\n\r\n</div>','Trade Natural Gas: Live Trading Room','','inherit','open','closed','','3130-revision-v1','','','2016-09-22 11:08:02','2016-09-22 11:08:02','',3130,'http://www.thetradingroom.com/3130-revision-v1/',0,'revision','',0),(3134,2,'2016-09-26 00:08:16','2016-09-26 00:08:16','<div style=\"color: #000000;\">\r\n<div align=\"right\">\r\n<div>\r\n<table style=\"height: 16px;\" border=\"0\" width=\"395\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">The S&amp;P 500 rallied 1.09% on Wednesday following the Fed\'s no-rate hike and Chair Yellen\'s comments during the Q&amp;A.  The bond and metals market also gained while the US dollar sold-off. The week kicks off with Hillary Clinton and Donald Trump\'s first of three US presidential debates at Hofstra University in Hempstead, New York, on Monday night.  An ABC News/Washington Post survey released on Sunday showed almost three in four Americans plan to watch the debate, making it one of the most watched television events in US history.  We have a busy economic calendar through out the week, finishing with NFP employment data on Friday.</p>\r\n\r\n</div>\r\n<div>\r\n<div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<table width=\"\" align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1474934232515000&amp;usg=AFQjCNH7kcOi7Xd5ax3wqRNWTGOJVnbF8w\"><img class=\"CToWUd\" src=\"https://ci4.googleusercontent.com/proxy/imhavLXRkR5YrMCp4UkuEVD0LHmW6HonejBSf-OJDSLUPSsxWs80uJs8vq1K1I3tSTDfStQOXIFqkF25DqelwQr5Ak-4dl4a35LshYsJC2PvNNqR75XE1yE_3kndsDMvkxmsxMheZrn36eqzOK0Kyd6o6oEqyZCX_w=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/optimized/1a5d6b031cb8406fa9ece585d3601da2.jpeg\" alt=\"Image\" width=\"127\" height=\"138\" align=\"left\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n\r\n<strong><em>Join us this week and experience the power of market intelligence. We will be show casing trading strategies with cross-market relationships and correlations analytics.   </em></strong>\r\n<div>​</div>\r\n<div><strong>Joe Rios,  Rios Quantitative LLC</strong>​​</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><strong>The Trading Room® </strong></p>\r\n<p style=\"text-align: center;\"><strong>Global Trading with Quantitative Technologies</strong></p>\r\n\r\n<div>\r\n\r\n&nbsp;\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264505\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264506\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264507\"><span class=\"aQJ\">8:00 AM ET</span></span></strong>\r\n<div>Join our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd&amp;source=gmail&amp;ust=1474934232515000&amp;usg=AFQjCNEDL49UiaiQF11CrmqYL2Wa4SBppw\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/2042483963639502338\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/2042483963639502338&amp;source=gmail&amp;ust=1474934232515000&amp;usg=AFQjCNG7W79zr1RRG-qLq9IIGssTqv-jjA\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://support@riosquant.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://support@riosquant.com&amp;source=gmail&amp;ust=1474934232515000&amp;usg=AFQjCNFDKEu3YtHBrzAX3fZnqh6fN_1JZw\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div style=\"text-align: center;\"><strong>The Insider\'s Quant (I.Q.) Room​</strong></div>\r\n<div style=\"text-align: center;\">\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264508\"><span class=\"aQJ\">Monday</span></span>- 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264509\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Forecasting </em></div>\r\n</div>\r\n<div style=\"text-align: center;\"></div>\r\n<div style=\"text-align: center;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264510\"><span class=\"aQJ\">Wednesday</span></span>- 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264511\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Intermarket Correlations Class</em></div>\r\n</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n<div style=\"text-align: center;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264512\"><span class=\"aQJ\">Friday</span></span> - 11:30 am</div>\r\n<div style=\"text-align: center;\"><em>Insiders Round Table Meetup</em></div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n</div>','The Week Ahead in the Global Markets','','publish','open','closed','','week-ahead-global-markets-17','','','2016-09-26 00:08:16','2016-09-26 00:08:16','',0,'http://www.thetradingroom.com/?p=3134',0,'post','',0),(3135,2,'2016-09-26 00:07:24','2016-09-26 00:07:24','<div style=\"color: #000000;\">\r\n<div align=\"right\">\r\n<div>\r\n<table style=\"height: 16px;\" border=\"0\" width=\"395\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: left;\">The S&amp;P 500 rallied 1.09% on Wednesday following the Fed\'s no-rate hike and Chair Yellen\'s comments during the Q&amp;A.  The bond and metals market also gained while the US dollar sold-off. The week kicks off with Hillary Clinton and Donald Trump\'s first of three US presidential debates at Hofstra University in Hempstead, New York, on Monday night.  An ABC News/Washington Post survey released on Sunday showed almost three in four Americans plan to watch the debate, making it one of the most watched television events in US history.  We have a busy economic calendar through out the week, finishing with NFP employment data on Friday.</p>\r\n\r\n</div>\r\n<div>\r\n<div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<table width=\"\" align=\"left\">\r\n<tbody>\r\n<tr>\r\n<td><a style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1474934232515000&amp;usg=AFQjCNH7kcOi7Xd5ax3wqRNWTGOJVnbF8w\"><img class=\"CToWUd\" src=\"https://ci4.googleusercontent.com/proxy/imhavLXRkR5YrMCp4UkuEVD0LHmW6HonejBSf-OJDSLUPSsxWs80uJs8vq1K1I3tSTDfStQOXIFqkF25DqelwQr5Ak-4dl4a35LshYsJC2PvNNqR75XE1yE_3kndsDMvkxmsxMheZrn36eqzOK0Kyd6o6oEqyZCX_w=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/optimized/1a5d6b031cb8406fa9ece585d3601da2.jpeg\" alt=\"Image\" width=\"127\" height=\"138\" align=\"left\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n\r\n<strong><em>Join us this week and experience the power of market intelligence. We will be show casing trading strategies with cross-market relationships and correlations analytics.   </em></strong>\r\n<div>​</div>\r\n<div><strong>Joe Rios,  Rios Quantitative LLC</strong>​​</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div style=\"color: #000000;\">\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><strong>The Trading Room® </strong></p>\r\n<p style=\"text-align: center;\"><strong>Global Trading with Quantitative Technologies</strong></p>\r\n\r\n<div>\r\n\r\n&nbsp;\r\n\r\n<strong><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264505\"><span class=\"aQJ\">Monday</span></span> through <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264506\"><span class=\"aQJ\">Friday</span></span> <wbr />beginning at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264507\"><span class=\"aQJ\">8:00 AM ET</span></span></strong>\r\n<div>Join our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.</div>\r\n<div></div>\r\n<div><strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/ce0f554831/TEST/7f5bd71efd&amp;source=gmail&amp;ust=1474934232515000&amp;usg=AFQjCNEDL49UiaiQF11CrmqYL2Wa4SBppw\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.</div>\r\n<div></div>\r\n<div><strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...</div>\r\n<div></div>\r\n<div>Click on the following link and <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/2042483963639502338\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/2042483963639502338&amp;source=gmail&amp;ust=1474934232515000&amp;usg=AFQjCNG7W79zr1RRG-qLq9IIGssTqv-jjA\">register as a guest.</a></div>\r\n<div></div>\r\n<div><strong>It\'s really that simple!</strong></div>\r\n<div></div>\r\n<div>For assistance please contact us at <a style=\"color: #1155cc;\" href=\"http://support@riosquant.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://support@riosquant.com&amp;source=gmail&amp;ust=1474934232515000&amp;usg=AFQjCNFDKEu3YtHBrzAX3fZnqh6fN_1JZw\">support@riosquant.com</a>.</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n<div></div>\r\n<div style=\"text-align: center;\"><strong>The Insider\'s Quant (I.Q.) Room​</strong></div>\r\n<div style=\"text-align: center;\">\r\n<div></div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264508\"><span class=\"aQJ\">Monday</span></span>- 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264509\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Forecasting </em></div>\r\n</div>\r\n<div style=\"text-align: center;\"></div>\r\n<div style=\"text-align: center;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264510\"><span class=\"aQJ\">Wednesday</span></span>- 1<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264511\"><span class=\"aQJ\">2:30 pm</span></span></div>\r\n<div><em>Intermarket Correlations Class</em></div>\r\n</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n<div style=\"text-align: center;\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264512\"><span class=\"aQJ\">Friday</span></span> - 11:30 am</div>\r\n<div style=\"text-align: center;\"><em>Insiders Round Table Meetup</em></div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div></div>\r\n</div>\r\n<div>\r\n<div style=\"color: #ffffff;\"><strong><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY FUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS</span></strong></div>\r\n</div>\r\n</div>\r\n</div>','The Week Ahead in the Global Markets','','inherit','open','closed','','3134-revision-v1','','','2016-09-26 00:07:24','2016-09-26 00:07:24','',3134,'http://www.thetradingroom.com/3134-revision-v1/',0,'revision','',0),(3136,2,'2016-09-26 10:22:54','2016-09-26 10:22:54','<span style=\"color: #222222;\">WORLD HEADLINES - Stocks dropped in Asia and Europe and futures foreshadowed losses in U.S. equities as investors weighed prospects of major oil producers agreeing output curbs at talks this week.\r\n\r\nSTOCKS - Futures on the S&amp;P 500 Index fell 0.2 percent following a 0.6 percent drop in the benchmark <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264542\"><span class=\"aQJ\">on Friday</span></span>.\r\n\r\nBONDS -  The yield on U.S. Treasuries due in a decade declined by one basis point to 1.60 percent after sliding seven basis points last week.\r\n\r\nCOMMODITIES -  Algeria’s Energy Minister said Saudi Arabia, the world’s No. 1 oil exporter, has offered to cut production to January levels to help convince other major producers to agree output curbs this week in Algiers.\r\n\r\nCURRENCIES - The US dollar was little changed following a 0.6 percent loss last week.\r\n\r\nECONOMIC DATA -  US New Home Sales due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264543\"><span class=\"aQJ\">10:00</span></span>, ECB President Draghi Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264544\"><span class=\"aQJ\">11:05</span></span>, FOMC Member Tarullo Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264545\"><span class=\"aQJ\">11:45</span></span>, BOC Gov Poloz Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264546\"><span class=\"aQJ\">19:10 ET</span></span>.</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" />\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial%3D1&amp;source=gmail&amp;ust=1474971505423000&amp;usg=AFQjCNF7cj5rsLeYFA8NmixreOEacMwsOQ\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264547\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264548\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264549\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264550\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Access is simple, here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/cf31d02062/TEST/7e346752aa\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/cf31d02062/TEST/7e346752aa&amp;source=gmail&amp;ust=1474971505424000&amp;usg=AFQjCNH7FpAA7QinkC93Rdi9skU_o_Qn7Q\">register as a guest.</a></span>\r\n</p>','PreMarket: Crude oil on the move','','publish','open','closed','','premarket-crude-oil-move','','','2016-09-26 10:22:54','2016-09-26 10:22:54','',0,'http://www.thetradingroom.com/?p=3136',0,'post','',0),(3137,2,'2016-09-26 10:22:54','2016-09-26 10:22:54','<span style=\"color: #222222;\">WORLD HEADLINES - Stocks dropped in Asia and Europe and futures foreshadowed losses in U.S. equities as investors weighed prospects of major oil producers agreeing output curbs at talks this week.\r\n\r\nSTOCKS - Futures on the S&amp;P 500 Index fell 0.2 percent following a 0.6 percent drop in the benchmark <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264542\"><span class=\"aQJ\">on Friday</span></span>.\r\n\r\nBONDS -  The yield on U.S. Treasuries due in a decade declined by one basis point to 1.60 percent after sliding seven basis points last week.\r\n\r\nCOMMODITIES -  Algeria’s Energy Minister said Saudi Arabia, the world’s No. 1 oil exporter, has offered to cut production to January levels to help convince other major producers to agree output curbs this week in Algiers.\r\n\r\nCURRENCIES - The US dollar was little changed following a 0.6 percent loss last week.\r\n\r\nECONOMIC DATA -  US New Home Sales due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264543\"><span class=\"aQJ\">10:00</span></span>, ECB President Draghi Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264544\"><span class=\"aQJ\">11:05</span></span>, FOMC Member Tarullo Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264545\"><span class=\"aQJ\">11:45</span></span>, BOC Gov Poloz Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264546\"><span class=\"aQJ\">19:10 ET</span></span>.</span><br style=\"color: #222222;\" /><br style=\"color: #222222;\" />\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial%3D1&amp;source=gmail&amp;ust=1474971505423000&amp;usg=AFQjCNF7cj5rsLeYFA8NmixreOEacMwsOQ\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264547\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264548\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264549\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_782264550\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Access is simple, here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/cf31d02062/TEST/7e346752aa\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/cf31d02062/TEST/7e346752aa&amp;source=gmail&amp;ust=1474971505424000&amp;usg=AFQjCNH7FpAA7QinkC93Rdi9skU_o_Qn7Q\">register as a guest.</a></span>\r\n</p>','PreMarket: Crude oil on the move','','inherit','open','closed','','3136-revision-v1','','','2016-09-26 10:22:54','2016-09-26 10:22:54','',3136,'http://www.thetradingroom.com/3136-revision-v1/',0,'revision','',0),(3138,2,'2016-09-27 10:38:24','2016-09-27 10:38:24','<p style=\"color: #500050; text-align: center;\"><strong><span style=\"color: #000000;\">Pre-market activity and scheduled economic data that may have an impact on the global financial markets. Live trading room access link.\r\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_576244535\"><span class=\"aQJ\">6:30 am ET</span></span></em></span></strong></p>\r\n\r\n<div style=\"color: #000000;\">\r\n<div>\r\nDon\'t trade alone, join a group of quant traders in a live trading room, <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/2042483963639502338\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/2042483963639502338&amp;source=gmail&amp;ust=1475058845279000&amp;usg=AFQjCNFLzzktzV-yemlghSLCfReEKovXxg\">click here to access live trading room.</a>\r\n<div>\r\n<div></div>\r\n<div>\r\n<div>WORLD HEADLINES - Financial markets judged the first of three American presidential debates a win for Hillary Clinton, as Mexico’s peso rallied from a record low and U.S. stock index futures rose.</div>\r\n<div></div>\r\n<div>STOCKS - With an early advance faltering amid losses in banks and car-makers, European stocks fell for a third day. US stock futures also retreating from earlier gains ahead of the Wall Street open.</div>\r\n<div></div>\r\n<div>BONDS -  The Bank of England is beginning a 10 billion pound program to buy sterling-denominated corporate bonds as it steps up efforts to support the U.K. economy following a vote to leave the European Union.</div>\r\n<div></div>\r\n<div>COMMODITIES -  Oil-and-gas shares fell for a third day as investors speculated on whether OPEC will reach an output deal when the group meets in Algiers <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_576244536\"><span class=\"aQJ\">tomorrow</span></span>, sending crude lower.</div>\r\n<div></div>\r\n<div>CURRENCIES - The Mexican peso jumped 1.4 percent, set for the biggest gain <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_576244537\"><span class=\"aQJ\">in three weeks</span></span>. Net short positions on the currency jumped 37 percent in the week ending Sept. 20 to their highest level in data going back more than two decades as polls indicated support was growing for Trump.</div>\r\n<div></div>\r\n<div>ECONOMIC DATA -  US CB Consumer Confidence due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_576244538\"><span class=\"aQJ\">10:00</span></span>, FOMC Member Fischer Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_576244539\"><span class=\"aQJ\">11:15 ET</span></span>.\r\n\r\n</div>\r\n<a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial%3D1&amp;source=gmail&amp;ust=1475058845279000&amp;usg=AFQjCNFEGJA-WW4UyCu_TQrhT2dD7t7aJw\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_576244540\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_576244541\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_576244542\"><span class=\"aQJ\">Monday</span></span> thruFriday.\r\n<p style=\"text-align: center;\">Access is simple, here is how to get started with a two week free trial…</p>\r\n<p style=\"text-align: center;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/cf31d02062/TEST/7e346752aa\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/cf31d02062/TEST/7e346752aa&amp;source=gmail&amp;ust=1475058845279000&amp;usg=AFQjCNEcS2tcl1ImRoFeSEGnEEejOVdgww\">register as a guest.</a></p>\r\n<p style=\"text-align: center;\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<div>\r\n<div>\r\n<div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket: Live Trading Room Access','','publish','open','closed','','premarket-live-trading-room-access-2','','','2016-09-27 10:38:24','2016-09-27 10:38:24','',0,'http://www.thetradingroom.com/?p=3138',0,'post','',0),(3139,2,'2016-09-27 10:37:02','2016-09-27 10:37:02','<p style=\"color: #500050; text-align: center;\"><strong><span style=\"color: #000000;\">Pre-market activity and scheduled economic data that may have an impact on the global financial markets. Live trading room access link.\r\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_576244535\"><span class=\"aQJ\">6:30 am ET</span></span></em></span></strong></p>\r\n\r\n<div style=\"color: #000000;\">\r\n<div>\r\nDon\'t trade alone, join a group of quant traders in a live trading room, <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/2042483963639502338\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/2042483963639502338&amp;source=gmail&amp;ust=1475058845279000&amp;usg=AFQjCNFLzzktzV-yemlghSLCfReEKovXxg\">click here to access live trading room.</a>\r\n<div>\r\n<div></div>\r\n<div>\r\n<div>WORLD HEADLINES - Financial markets judged the first of three American presidential debates a win for Hillary Clinton, as Mexico’s peso rallied from a record low and U.S. stock index futures rose.</div>\r\n<div></div>\r\n<div>STOCKS - With an early advance faltering amid losses in banks and car-makers, European stocks fell for a third day. US stock futures also retreating from earlier gains ahead of the Wall Street open.</div>\r\n<div></div>\r\n<div>BONDS -  The Bank of England is beginning a 10 billion pound program to buy sterling-denominated corporate bonds as it steps up efforts to support the U.K. economy following a vote to leave the European Union.</div>\r\n<div></div>\r\n<div>COMMODITIES -  Oil-and-gas shares fell for a third day as investors speculated on whether OPEC will reach an output deal when the group meets in Algiers <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_576244536\"><span class=\"aQJ\">tomorrow</span></span>, sending crude lower.</div>\r\n<div></div>\r\n<div>CURRENCIES - The Mexican peso jumped 1.4 percent, set for the biggest gain <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_576244537\"><span class=\"aQJ\">in three weeks</span></span>. Net short positions on the currency jumped 37 percent in the week ending Sept. 20 to their highest level in data going back more than two decades as polls indicated support was growing for Trump.</div>\r\n<div></div>\r\n<div>ECONOMIC DATA -  US CB Consumer Confidence due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_576244538\"><span class=\"aQJ\">10:00</span></span>, FOMC Member Fischer Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_576244539\"><span class=\"aQJ\">11:15 ET</span></span>.\r\n\r\n</div>\r\n<a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial%3D1&amp;source=gmail&amp;ust=1475058845279000&amp;usg=AFQjCNFEGJA-WW4UyCu_TQrhT2dD7t7aJw\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_576244540\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_576244541\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_576244542\"><span class=\"aQJ\">Monday</span></span> thruFriday.\r\n<p style=\"text-align: center;\">Access is simple, here is how to get started with a two week free trial…</p>\r\n<p style=\"text-align: center;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/cf31d02062/TEST/7e346752aa\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/cf31d02062/TEST/7e346752aa&amp;source=gmail&amp;ust=1475058845279000&amp;usg=AFQjCNEcS2tcl1ImRoFeSEGnEEejOVdgww\">register as a guest.</a></p>\r\n<p style=\"text-align: center;\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<div>\r\n<div>\r\n<div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','','','inherit','open','closed','','3138-revision-v1','','','2016-09-27 10:37:02','2016-09-27 10:37:02','',3138,'http://www.thetradingroom.com/3138-revision-v1/',0,'revision','',0),(3140,2,'2016-09-27 10:38:24','2016-09-27 10:38:24','<p style=\"color: #500050; text-align: center;\"><strong><span style=\"color: #000000;\">Pre-market activity and scheduled economic data that may have an impact on the global financial markets. Live trading room access link.\r\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_576244535\"><span class=\"aQJ\">6:30 am ET</span></span></em></span></strong></p>\r\n\r\n<div style=\"color: #000000;\">\r\n<div>\r\nDon\'t trade alone, join a group of quant traders in a live trading room, <a style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/2042483963639502338\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/2042483963639502338&amp;source=gmail&amp;ust=1475058845279000&amp;usg=AFQjCNFLzzktzV-yemlghSLCfReEKovXxg\">click here to access live trading room.</a>\r\n<div>\r\n<div></div>\r\n<div>\r\n<div>WORLD HEADLINES - Financial markets judged the first of three American presidential debates a win for Hillary Clinton, as Mexico’s peso rallied from a record low and U.S. stock index futures rose.</div>\r\n<div></div>\r\n<div>STOCKS - With an early advance faltering amid losses in banks and car-makers, European stocks fell for a third day. US stock futures also retreating from earlier gains ahead of the Wall Street open.</div>\r\n<div></div>\r\n<div>BONDS -  The Bank of England is beginning a 10 billion pound program to buy sterling-denominated corporate bonds as it steps up efforts to support the U.K. economy following a vote to leave the European Union.</div>\r\n<div></div>\r\n<div>COMMODITIES -  Oil-and-gas shares fell for a third day as investors speculated on whether OPEC will reach an output deal when the group meets in Algiers <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_576244536\"><span class=\"aQJ\">tomorrow</span></span>, sending crude lower.</div>\r\n<div></div>\r\n<div>CURRENCIES - The Mexican peso jumped 1.4 percent, set for the biggest gain <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_576244537\"><span class=\"aQJ\">in three weeks</span></span>. Net short positions on the currency jumped 37 percent in the week ending Sept. 20 to their highest level in data going back more than two decades as polls indicated support was growing for Trump.</div>\r\n<div></div>\r\n<div>ECONOMIC DATA -  US CB Consumer Confidence due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_576244538\"><span class=\"aQJ\">10:00</span></span>, FOMC Member Fischer Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_576244539\"><span class=\"aQJ\">11:15 ET</span></span>.\r\n\r\n</div>\r\n<a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial%3D1&amp;source=gmail&amp;ust=1475058845279000&amp;usg=AFQjCNFEGJA-WW4UyCu_TQrhT2dD7t7aJw\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_576244540\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_576244541\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_576244542\"><span class=\"aQJ\">Monday</span></span> thruFriday.\r\n<p style=\"text-align: center;\">Access is simple, here is how to get started with a two week free trial…</p>\r\n<p style=\"text-align: center;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/cf31d02062/TEST/7e346752aa\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/cf31d02062/TEST/7e346752aa&amp;source=gmail&amp;ust=1475058845279000&amp;usg=AFQjCNEcS2tcl1ImRoFeSEGnEEejOVdgww\">register as a guest.</a></p>\r\n<p style=\"text-align: center;\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<div>\r\n<div>\r\n<div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket: Live Trading Room Access','','inherit','open','closed','','3138-revision-v1','','','2016-09-27 10:38:24','2016-09-27 10:38:24','',3138,'http://www.thetradingroom.com/3138-revision-v1/',0,'revision','',0),(3141,2,'2016-09-28 11:15:21','2016-09-28 11:15:21','WORLD HEADLINES - A rise in Deutsche Bank shares helped push European stocks higher on Wednesday, easing concerns over Germany\'s financial sector that had hit equities in Asia and drove investors into safe-haven government bonds and the dollar.\r\n\r\nSTOCKS - S&amp;P 500 Index futures slipped less than 0.2 percent, after U.S. equities climbed on Tuesday. Investors will look to data on durable goods orders for indications of the health of the world’s biggest economy.\r\n\r\nBONDS - Fed Chair Yellen will address lawmakers on Wednesday and the lineup of Fed officials due to make speeches includes Loretta Mester and Esther George, both of whom voted in favor of an interest-rate increase at last week’s policy review.\r\n\r\nCOMMODITIES - Crude oil climbed before a meeting of major producers in Algiers. Gold declined 0.2 percent following a 0.8 percent drop in the last session that marked its steepest slide this month.\r\n\r\nCURRENCIES - New Zealand’s dollar weakened 0.7 percent versus the greenback, the biggest loss among 16 major currencies.\r\n\r\nECONOMIC DATA - US Core Durable Goods Orders m/m due at 8:30, Fed Chair Yellen Testifies at 10:00, ECB President Draghi Speaks at 10:30, Crude Oil Inventories at 10:30, FOMC Member George Speaks at 19:15 ET.\r\n\r\n<hr />\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/8618b91c95/TEST/e6a6f92786/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/8618b91c95/TEST/e6a6f92786/trial%3D1&amp;source=gmail&amp;ust=1475147302770000&amp;usg=AFQjCNE4pDyhmrf9v1U8iQ9RX6P3NeNF8Q\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_576244595\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_576244596\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_576244597\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_576244598\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Access is simple, here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/8618b91c95/TEST/3ba977b07c\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/8618b91c95/TEST/3ba977b07c&amp;source=gmail&amp;ust=1475147302770000&amp;usg=AFQjCNGQq8cyYDjJccrVfSxlxfl7jyQX_w\">register as a guest.</a></span></p>','PreMarket: Trade Crude Oil Data','','publish','open','closed','','premarket-trade-crude-oil-data-2','','','2016-09-28 11:15:21','2016-09-28 11:15:21','',0,'http://www.thetradingroom.com/?p=3141',0,'post','',0),(3142,2,'2016-09-28 11:15:21','2016-09-28 11:15:21','WORLD HEADLINES - A rise in Deutsche Bank shares helped push European stocks higher on Wednesday, easing concerns over Germany\'s financial sector that had hit equities in Asia and drove investors into safe-haven government bonds and the dollar.\r\n\r\nSTOCKS - S&amp;P 500 Index futures slipped less than 0.2 percent, after U.S. equities climbed on Tuesday. Investors will look to data on durable goods orders for indications of the health of the world’s biggest economy.\r\n\r\nBONDS - Fed Chair Yellen will address lawmakers on Wednesday and the lineup of Fed officials due to make speeches includes Loretta Mester and Esther George, both of whom voted in favor of an interest-rate increase at last week’s policy review.\r\n\r\nCOMMODITIES - Crude oil climbed before a meeting of major producers in Algiers. Gold declined 0.2 percent following a 0.8 percent drop in the last session that marked its steepest slide this month.\r\n\r\nCURRENCIES - New Zealand’s dollar weakened 0.7 percent versus the greenback, the biggest loss among 16 major currencies.\r\n\r\nECONOMIC DATA - US Core Durable Goods Orders m/m due at 8:30, Fed Chair Yellen Testifies at 10:00, ECB President Draghi Speaks at 10:30, Crude Oil Inventories at 10:30, FOMC Member George Speaks at 19:15 ET.\r\n\r\n<hr />\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/8618b91c95/TEST/e6a6f92786/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/8618b91c95/TEST/e6a6f92786/trial%3D1&amp;source=gmail&amp;ust=1475147302770000&amp;usg=AFQjCNE4pDyhmrf9v1U8iQ9RX6P3NeNF8Q\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_576244595\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_576244596\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_576244597\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_576244598\"><span class=\"aQJ\">Friday</span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Access is simple, here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/8618b91c95/TEST/3ba977b07c\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/8618b91c95/TEST/3ba977b07c&amp;source=gmail&amp;ust=1475147302770000&amp;usg=AFQjCNGQq8cyYDjJccrVfSxlxfl7jyQX_w\">register as a guest.</a></span></p>','PreMarket: Trade Crude Oil Data','','inherit','open','closed','','3141-revision-v1','','','2016-09-28 11:15:21','2016-09-28 11:15:21','',3141,'http://www.thetradingroom.com/3141-revision-v1/',0,'revision','',0),(3144,2,'2016-10-03 16:05:27','2016-10-03 16:05:27','From the desk of Joe Rios...\r\n\r\nThere was plenty of news last week to keep the markets on the move, including the presidential debate, rumors about an OPEC deal and anxiety about Deutsche Bank.  The day-to-day volatility provided trading opportunities, despite the S&amp;P 500 and the US dollar finishing the week practically unchanged. In the commodity market, the energies were active with crude oil gaining 8.03% while natural gas dropped -3.65%.\r\n\r\n&nbsp;\r\n\r\nS&amp;P 500 day-to-day change\r\n\r\n<span data-term=\"goog_2008142225\">Monday</span>               - 0.86%\r\n\r\n<span data-term=\"goog_2008142226\">Tuesday</span>              + 0.64%\r\n\r\n<span data-term=\"goog_2008142227\">Wednesday</span>        + 0.53%\r\n\r\n<span data-term=\"goog_2008142228\">Thursday</span>            - 0.93%\r\n\r\n<span data-term=\"goog_2008142229\">Friday</span>                  + 0.80%\r\n\r\n&nbsp;\r\n\r\nOctober has been known to be a tough month for stock investors. Some of the most severe market crashes occurred during October. In the week ahead I am expecting more volatility and more price swings. Intermarket correlations will be my primary focal point for spotting trading opportunities.\r\n\r\n&nbsp;\r\n\r\nJoe Rios\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/60c7971f39/TEST/b29b34f1ef\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/60c7971f39/TEST/b29b34f1ef&amp;source=gmail&amp;ust=1475595785966000&amp;usg=AFQjCNH7wYtpbgAXOjudMxyh-9HMHbf_sA\">www.riosquant.com</a>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<h2 style=\"color: black; text-align: center;\"><span style=\"font-size: medium;\">Live Trading Rooms and Events</span></h2>\r\n<div>\r\n<div><span style=\"font-size: small;\">Please take note of this <span class=\"m_526922603512784539il\">week</span>\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.</span></div>\r\n<span style=\"font-size: small;\">\r\n</span>\r\n<div><span style=\"font-size: small;\"><span style=\"font-weight: bold;\">Contact Information for your Support Needs: </span>\r\nKen Eriksen, RQ Client Relations Manager\r\nemail: <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/60c7971f39/TEST/024a907bdb\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/60c7971f39/TEST/024a907bdb&amp;source=gmail&amp;ust=1475595785966000&amp;usg=AFQjCNFw5aN29dAbenkgtptqJlOJC_DsUA\">ken@riosquant.com</a>\r\n</span></div>\r\n<div><span style=\"font-size: small;\">Skype: kmetrade</span></div>\r\n\r\n<hr />\r\n<p style=\"text-align: center;\"><strong>The Trading Room® TradeLAB - </strong><strong>Global Trading with Quantitative Technologies</strong></p>\r\nJoin our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<span data-term=\"goog_2008142230\">Monday</span> thru <span data-term=\"goog_2008142231\">Friday</span> - From 8:00 am to 11:00 am ET\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/60c7971f39/TEST/feb0cb9d2b\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/60c7971f39/TEST/feb0cb9d2b&amp;source=gmail&amp;ust=1475595785966000&amp;usg=AFQjCNFRjIj1Sun8H5RsbbBgXo5_QLC0iw\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n\r\n<strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/60c7971f39/TEST/83757ee1b5\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/60c7971f39/TEST/83757ee1b5&amp;source=gmail&amp;ust=1475595785966000&amp;usg=AFQjCNE2RpQlmLKgDmTG-UCfVJD6jOQ5Kg\">register as a guest.</a>\r\n\r\n<strong>It\'s really that simple!</strong>\r\n\r\n<hr />\r\n\r\n<strong>The Insider\'s Quant (I.Q.) Room</strong>\r\n\r\n<span data-term=\"goog_2008142233\">Monday</span> - <span data-term=\"goog_2008142234\">12:30</span>\r\n\r\n<em>Forecasting The Week Ahead </em>\r\n\r\n<span data-term=\"goog_2008142235\">Wednesday</span> - <span data-term=\"goog_2008142236\">12:30</span>\r\n\r\n<em>Strategy</em><em>  Class</em>\r\n\r\n<span data-term=\"goog_2008142237\">Friday</span> - <span data-term=\"goog_2008142238\">11:30</span>\r\n\r\n<em>Insiders Round Table Meetup</em>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<div style=\"color: #ffffff; text-align: center;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY  FUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. </span></span></div>\r\n<div style=\"color: #ffffff; text-align: center;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></span></div>\r\n</div>','The Week Ahead in the Global Financial Markets','','publish','open','closed','','week-ahead-global-financial-markets-53','','','2016-10-03 16:05:28','2016-10-03 16:05:28','',0,'http://www.thetradingroom.com/?p=3144',0,'post','',0),(3145,2,'2016-10-03 16:05:28','2016-10-03 16:05:28','From the desk of Joe Rios...\r\n\r\nThere was plenty of news last week to keep the markets on the move, including the presidential debate, rumors about an OPEC deal and anxiety about Deutsche Bank.  The day-to-day volatility provided trading opportunities, despite the S&amp;P 500 and the US dollar finishing the week practically unchanged. In the commodity market, the energies were active with crude oil gaining 8.03% while natural gas dropped -3.65%.\r\n\r\n&nbsp;\r\n\r\nS&amp;P 500 day-to-day change\r\n\r\n<span data-term=\"goog_2008142225\">Monday</span>               - 0.86%\r\n\r\n<span data-term=\"goog_2008142226\">Tuesday</span>              + 0.64%\r\n\r\n<span data-term=\"goog_2008142227\">Wednesday</span>        + 0.53%\r\n\r\n<span data-term=\"goog_2008142228\">Thursday</span>            - 0.93%\r\n\r\n<span data-term=\"goog_2008142229\">Friday</span>                  + 0.80%\r\n\r\n&nbsp;\r\n\r\nOctober has been known to be a tough month for stock investors. Some of the most severe market crashes occurred during October. In the week ahead I am expecting more volatility and more price swings. Intermarket correlations will be my primary focal point for spotting trading opportunities.\r\n\r\n&nbsp;\r\n\r\nJoe Rios\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/60c7971f39/TEST/b29b34f1ef\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/60c7971f39/TEST/b29b34f1ef&amp;source=gmail&amp;ust=1475595785966000&amp;usg=AFQjCNH7wYtpbgAXOjudMxyh-9HMHbf_sA\">www.riosquant.com</a>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<h2 style=\"color: black; text-align: center;\"><span style=\"font-size: medium;\">Live Trading Rooms and Events</span></h2>\r\n<div>\r\n<div><span style=\"font-size: small;\">Please take note of this <span class=\"m_526922603512784539il\">week</span>\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.</span></div>\r\n<span style=\"font-size: small;\">\r\n</span>\r\n<div><span style=\"font-size: small;\"><span style=\"font-weight: bold;\">Contact Information for your Support Needs: </span>\r\nKen Eriksen, RQ Client Relations Manager\r\nemail: <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/60c7971f39/TEST/024a907bdb\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/60c7971f39/TEST/024a907bdb&amp;source=gmail&amp;ust=1475595785966000&amp;usg=AFQjCNFw5aN29dAbenkgtptqJlOJC_DsUA\">ken@riosquant.com</a>\r\n</span></div>\r\n<div><span style=\"font-size: small;\">Skype: kmetrade</span></div>\r\n\r\n<hr />\r\n<p style=\"text-align: center;\"><strong>The Trading Room® TradeLAB - </strong><strong>Global Trading with Quantitative Technologies</strong></p>\r\nJoin our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members. Live demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<span data-term=\"goog_2008142230\">Monday</span> thru <span data-term=\"goog_2008142231\">Friday</span> - From 8:00 am to 11:00 am ET\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/60c7971f39/TEST/feb0cb9d2b\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/60c7971f39/TEST/feb0cb9d2b&amp;source=gmail&amp;ust=1475595785966000&amp;usg=AFQjCNFRjIj1Sun8H5RsbbBgXo5_QLC0iw\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n\r\n<strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/60c7971f39/TEST/83757ee1b5\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/60c7971f39/TEST/83757ee1b5&amp;source=gmail&amp;ust=1475595785966000&amp;usg=AFQjCNE2RpQlmLKgDmTG-UCfVJD6jOQ5Kg\">register as a guest.</a>\r\n\r\n<strong>It\'s really that simple!</strong>\r\n\r\n<hr />\r\n\r\n<strong>The Insider\'s Quant (I.Q.) Room</strong>\r\n\r\n<span data-term=\"goog_2008142233\">Monday</span> - <span data-term=\"goog_2008142234\">12:30</span>\r\n\r\n<em>Forecasting The Week Ahead </em>\r\n\r\n<span data-term=\"goog_2008142235\">Wednesday</span> - <span data-term=\"goog_2008142236\">12:30</span>\r\n\r\n<em>Strategy</em><em>  Class</em>\r\n\r\n<span data-term=\"goog_2008142237\">Friday</span> - <span data-term=\"goog_2008142238\">11:30</span>\r\n\r\n<em>Insiders Round Table Meetup</em>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n<div style=\"color: #ffffff; text-align: center;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY  FUTURES, </span><span style=\"color: #000000;\">OPTIONS, AND FOREIGN EXCHANGE PRODUCTS. </span></span></div>\r\n<div style=\"color: #ffffff; text-align: center;\"><span style=\"font-size: small;\"><span style=\"color: #000000;\">PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</span></span></div>\r\n</div>','The Week Ahead in the Global Financial Markets','','inherit','open','closed','','3144-revision-v1','','','2016-10-03 16:05:28','2016-10-03 16:05:28','',3144,'http://www.thetradingroom.com/3144-revision-v1/',0,'revision','',0),(3146,2,'2016-10-06 10:33:37','2016-10-06 10:33:37','<p style=\"color: #500050; text-align: center;\"><strong><span style=\"color: #000000;\">Pre-market activity and scheduled economic data that may have an impact on the global financial markets. Live trading room access link.\r\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_503447265\"><span class=\"aQJ\">6:30 am ET</span></span></em></span></strong></p>\r\n\r\n<div style=\"color: #000000;\">\r\n<div>\r\nDon\'t trade alone, join a group of quant traders in a live trading room, <a class=\"m_7521731237778531030validating\" style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/2042483963639502338\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/2042483963639502338&amp;source=gmail&amp;ust=1475836263638000&amp;usg=AFQjCNHYfNxHrSAmHaxyZeO0LloTrOIywQ\">click here to access live trading room.</a>\r\n<div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>WORLD HEADLINES - The Federal Reserve is back in the financial-market spotlight, with strengthening speculation that an interest rate hike is imminent buoying the dollar for an eighth day against the yen, dragging gold lower, and spurring the yield on two-year Treasuries to the most in 10 years versus German notes.\r\n\r\n</div>\r\n<div>STOCKS - S&amp;P 500 Index futures traded lower, after U.S. equities gained 0.4 percent in the last session.\r\n\r\n</div>\r\n<div>BONDS - While reports this week speculating on a paring of ECB stimulus weighed on the region’s bonds, the spread signaled that the policy-divergence view regarding the Fed and the ECB is still intact.\r\n\r\n</div>\r\n<div>COMMODITIES - Crude oil drifted higher, after advancing 2.3 percent to a three-month high <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_503447267\"><span class=\"aQJ\">on Wednesday</span></span>.\r\n\r\n</div>\r\n<div>CURRENCIES - The US dollar climbed against most of its peers following further evidence that the world’s biggest economy is sufficiently robust to cope with higher borrowing costs.\r\n\r\n</div>\r\n<div>ECONOMIC DATA - US ECB Monetary Policy Meeting Accounts due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_503447268\"><span class=\"aQJ\">7:30</span></span>, US  Unemployment Claims and CAD Building Permits at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_503447269\"><span class=\"aQJ\">8:30</span></span>, Natural Gas Storage at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_503447270\"><span class=\"aQJ\">10:30</span></span>,  CAD Gov Council Member Wilkins Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_503447271\"><span class=\"aQJ\">11:50 ET</span></span>.</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n</div>\r\n<a class=\"m_7521731237778531030validating\" style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial%3D1&amp;source=gmail&amp;ust=1475836263638000&amp;usg=AFQjCNGD0o3CAfa3qygCMo9FNAuPnqAvww\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_503447272\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_503447273\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_503447274\"><span class=\"aQJ\">Monday</span></span> thruFriday.\r\n\r\nAccess is simple, here is how to get started with a two week free trial…\r\n\r\nClick on the following link and <a class=\"m_7521731237778531030validating\" style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/cf31d02062/TEST/7e346752aa\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/cf31d02062/TEST/7e346752aa&amp;source=gmail&amp;ust=1475836263638000&amp;usg=AFQjCNGZhVD4T-eHJ0okjU5qsu2Im5Eqfw\">register as a guest.</a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Natural Gas Storage Report: Live Trading Room ','','publish','open','closed','','natural-gas-storage-report-live-trading-room','','','2016-10-06 10:33:37','2016-10-06 10:33:37','',0,'http://www.thetradingroom.com/?p=3146',0,'post','',0),(3147,2,'2016-10-06 10:33:37','2016-10-06 10:33:37','<p style=\"color: #500050; text-align: center;\"><strong><span style=\"color: #000000;\">Pre-market activity and scheduled economic data that may have an impact on the global financial markets. Live trading room access link.\r\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_503447265\"><span class=\"aQJ\">6:30 am ET</span></span></em></span></strong></p>\r\n\r\n<div style=\"color: #000000;\">\r\n<div>\r\nDon\'t trade alone, join a group of quant traders in a live trading room, <a class=\"m_7521731237778531030validating\" style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/2042483963639502338\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/2042483963639502338&amp;source=gmail&amp;ust=1475836263638000&amp;usg=AFQjCNHYfNxHrSAmHaxyZeO0LloTrOIywQ\">click here to access live trading room.</a>\r\n<div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>WORLD HEADLINES - The Federal Reserve is back in the financial-market spotlight, with strengthening speculation that an interest rate hike is imminent buoying the dollar for an eighth day against the yen, dragging gold lower, and spurring the yield on two-year Treasuries to the most in 10 years versus German notes.\r\n\r\n</div>\r\n<div>STOCKS - S&amp;P 500 Index futures traded lower, after U.S. equities gained 0.4 percent in the last session.\r\n\r\n</div>\r\n<div>BONDS - While reports this week speculating on a paring of ECB stimulus weighed on the region’s bonds, the spread signaled that the policy-divergence view regarding the Fed and the ECB is still intact.\r\n\r\n</div>\r\n<div>COMMODITIES - Crude oil drifted higher, after advancing 2.3 percent to a three-month high <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_503447267\"><span class=\"aQJ\">on Wednesday</span></span>.\r\n\r\n</div>\r\n<div>CURRENCIES - The US dollar climbed against most of its peers following further evidence that the world’s biggest economy is sufficiently robust to cope with higher borrowing costs.\r\n\r\n</div>\r\n<div>ECONOMIC DATA - US ECB Monetary Policy Meeting Accounts due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_503447268\"><span class=\"aQJ\">7:30</span></span>, US  Unemployment Claims and CAD Building Permits at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_503447269\"><span class=\"aQJ\">8:30</span></span>, Natural Gas Storage at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_503447270\"><span class=\"aQJ\">10:30</span></span>,  CAD Gov Council Member Wilkins Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_503447271\"><span class=\"aQJ\">11:50 ET</span></span>.</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n</div>\r\n<a class=\"m_7521731237778531030validating\" style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial%3D1&amp;source=gmail&amp;ust=1475836263638000&amp;usg=AFQjCNGD0o3CAfa3qygCMo9FNAuPnqAvww\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_503447272\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_503447273\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_503447274\"><span class=\"aQJ\">Monday</span></span> thruFriday.\r\n\r\nAccess is simple, here is how to get started with a two week free trial…\r\n\r\nClick on the following link and <a class=\"m_7521731237778531030validating\" style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/cf31d02062/TEST/7e346752aa\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/cf31d02062/TEST/7e346752aa&amp;source=gmail&amp;ust=1475836263638000&amp;usg=AFQjCNGZhVD4T-eHJ0okjU5qsu2Im5Eqfw\">register as a guest.</a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Natural Gas Storage Report: Live Trading Room ','','inherit','open','closed','','3146-revision-v1','','','2016-10-06 10:33:37','2016-10-06 10:33:37','',3146,'http://www.thetradingroom.com/3146-revision-v1/',0,'revision','',0),(3148,2,'2016-10-09 17:12:10','2016-10-09 17:12:10','Today\'s crude oil futures trades with Einstein III automated trading system.\r\n\r\n5 total trades for $500 profit: 3 losers and 2 winners\r\n\r\n-$30.00\r\n\r\n+$250.00\r\n\r\n-$70.00\r\n\r\n-$30.00\r\n\r\n+$380.00\r\n\r\nFor a two week free trial spin of  the Einstein III automated trading system  <a href=\"http://www.riosquant.com/requestinfo?product_id=3\">click here.</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/cl-trades-chart-8-10.jpg\"><img class=\"aligncenter size-full wp-image-3003\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/cl-trades-chart-8-10.jpg\" alt=\"cl trades chart 8-10\" width=\"599\" height=\"357\" /></a>\r\n\r\nThe risk of loss in trading commodity futures contracts can be substantial. You should therefore carefully consider whether such trading is suitable for you in light of your financial condition. You may sustain a total loss of the initial margin funds and any additional funds that you deposit with your broker to establish or maintain a position in the commodity futures market. Hypothetical or simulated performance results have certain limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since trades may or may not have been actually executed, the results may have under or over-compensated for the impact, if any of certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation can, will or is being made that any account will, or is likely to, achieve profits or losses similar to those shown in this hypothetical performance record. We recommend that before you start trading to \"Get the Facts\" from the CFTC or visit the National Futures Association web site for additional information.','Trade crude oil futures with RQ automation','','inherit','open','closed','','3002-revision-v1','','','2016-10-09 17:12:10','2016-10-09 17:12:10','',3002,'http://www.thetradingroom.com/3002-revision-v1/',0,'revision','',0),(3149,2,'2016-10-09 17:12:44','2016-10-09 17:12:44','<span style=\"color: #222222;\">Hello Members!</span>\r\n<div style=\"color: #222222;\">The recording to our recent Einstein SmartBox automated trading class is ready for your viewing.</div>\r\n<div style=\"color: #222222;\">I have also attached the highly anticipated SmartBox settings guide.</div>\r\n<div style=\"color: #222222;\">If you did not get the chance to attend the live class, I highly recommend you</div>\r\n<div style=\"color: #222222;\">view the video before testing the input settings contained in the settings guide.</div>\r\n<div style=\"color: #222222;\">\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #222222;\">Replay video: <a style=\"color: #1155cc;\" href=\"https://vimeo.com/160077732\" target=\"_blank\">https://vimeo.com/160077732</a></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">SmartBox Settings Guide: <a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/03/SmartBox-Settings-Guide-Ninja.pdf\">SmartBox Settings Guide - Ninja</a>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div style=\"color: #222222;\">Let me know if you have any questions.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Cheers,</div>\r\n<div style=\"color: #222222;\">\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\">\r\n<div dir=\"ltr\"></div>\r\n<div dir=\"ltr\">Joe Rios\r\n<div></div>\r\n<div>Rios Quantitative LLC</div>\r\n<div>The Trading Room®</div>\r\n<div><img class=\"CToWUd\" src=\"https://ci4.googleusercontent.com/proxy/Krppc-rXFOFYbYAcCZEYCFneAzDrx8P7acNv0hX2Ce7DUbEp5dinse8F5wBeuinsTjgpYeSeZJ1vwL9XfqeW2GFNsOC9binnlyKBaHmmzGVLfKeN6oRG5z-Q3qmc4FhiExoLgoB-_oLBuYahbxHa-H_ok4qq5QTjSMLbcSSDe23uFU7hsrGZLPE1EQA7z8JwQob6XPhMLZ8Zh6w=s0-d-e1-ft#https://docs.google.com/uc?export=download&amp;id=0B_bk107lRs3-a0p0RFNLaTJtVGc&amp;revid=0B_bk107lRs3-QzFhQlhVeVpnZDhHS3FuTmZ5K3dlM3QrZC9jPQ\" alt=\"\" width=\"96\" height=\"63\" /></div>\r\n<div></div>\r\n<div>\r\n\r\nThe risk of loss in trading commodity futures contracts can be substantial. You should therefore carefully consider whether such trading is suitable for you in light of your financial condition. You may sustain a total loss of the initial margin funds and any additional funds that you deposit with your broker to establish or maintain a position in the commodity futures market. Hypothetical or simulated performance results have certain limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since trades may or may not have been actually executed, the results may have under or over-compensated for the impact, if any of certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation can, will or is being made that any account will, or is likely to, achieve profits or losses similar to those shown in this hypothetical performance record. We recommend that before you start trading to \"Get the Facts\" from the CFTC or visit the National Futures Association web site for additional information.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Automated Trading: Einstien SmartBox System','','inherit','open','closed','','2818-revision-v1','','','2016-10-09 17:12:44','2016-10-09 17:12:44','',2818,'http://www.thetradingroom.com/2818-revision-v1/',0,'revision','',0),(3150,2,'2016-10-09 17:20:15','2016-10-09 17:20:15','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/jump-start-rq-alogrithms.jpg\"><img class=\"aligncenter size-full wp-image-1513\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/04/jump-start-rq-alogrithms.jpg\" alt=\"jump start rq alogrithms\" width=\"430\" height=\"268\" /></a>\r\n\r\n<a href=\"http://www.screencast.com/users/TraderJim13/folders/Default/media/0edb0c68-0704-43d1-aeba-2dc2652a62af\">Find out how! Click here to view recorded trading action.</a>\r\n\r\nThe RiosQuant Einstein automated system is a quantitative model designed for specific assignments, such as to exploit short-lived trading opportunities. At the core of the strategy is a proprietary code with forward-looking algorithms designed to forecast and search for potentially key price levels of the markets.\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nThe risk of loss in trading commodity futures contracts can be substantial. You should therefore carefully consider whether such trading is suitable for you in light of your financial condition. You may sustain a total loss of the initial margin funds and any additional funds that you deposit with your broker to establish or maintain a position in the commodity futures market. Hypothetical or simulated performance results have certain limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since trades may or may not have been actually executed, the results may have under or over-compensated for the impact, if any of certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation can, will or is being made that any account will, or is likely to, achieve profits or losses similar to those shown in this hypothetical performance record. We recommend that before you start trading to \"Get the Facts\" from the CFTC or visit the National Futures Association web site for additional information.\r\n\r\n&nbsp;','Jump Start Your Trading','','inherit','open','closed','','1512-revision-v1','','','2016-10-09 17:20:15','2016-10-09 17:20:15','',1512,'http://www.thetradingroom.com/1512-revision-v1/',0,'revision','',0),(3151,2,'2016-10-09 17:21:38','2016-10-09 17:21:38','<em><strong>Finally</strong><strong>, a trading tool that uncovers the velocity in the markets!</strong></em>\r\n\r\nAnnouncing a major breakthrough for traders! The powerful algorithms that once awed strategy developers have finally been released.The result is a tool originally showcased 13 years ago at the premier conference dedicated to trading strategy development, Omega World 2000. Its accuracy continues to be marveled by the professional trading community and it’s the only trading tool of its kind!\r\n\r\n<em><strong>Discover how the RQ-Tech will guide you to...</strong></em>\r\n<ul>\r\n	<li>Identify market behavior instantly - find out what is really going on in the markets</li>\r\n	<li>Truly understand market dynamics - track and follow the money rotation flows</li>\r\n	<li>Pinpoint the markets most poised for volatility - key levels for break outs</li>\r\n</ul>\r\n<a href=\"http://www.riosquant.com/requestdemo?product_id=22\">For a two week free trial click here!</a>\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nThe risk of loss in trading commodity futures contracts can be substantial. You should therefore carefully consider whether such trading is suitable for you in light of your financial condition. You may sustain a total loss of the initial margin funds and any additional funds that you deposit with your broker to establish or maintain a position in the commodity futures market.','Velocity Trading - Grab it! (if you can)','','inherit','open','closed','','1753-revision-v1','','','2016-10-09 17:21:38','2016-10-09 17:21:38','',1753,'http://www.thetradingroom.com/1753-revision-v1/',0,'revision','',0),(3152,2,'2016-10-09 17:22:25','2016-10-09 17:22:25','<strong>A Recurring Phenomenon Twice A Day In The Gold Market\r\n- by Joe Rios</strong>\r\n\r\nA recurring market event happens every trading day at 5:30 AM and 10:00 AM Eastern Time. Officially, the London gold fixing is the settling of the price of gold. It occurs twice each trading day on the London market by the five members of the London Gold Market Fixing Ltd. Today\'s current members include Barclays, Deutsche Bank, HSBC, Scotia-Mocatta (Bank of Nova Scotia) and Société Générale.\r\nThe participating banks act on both, their own behalf and for their customers. The Gold Fix Chairman starts the fixing process by declaring a price, typically near the current spot market price. Assuming this price, the participating banks aggregate all the orders they have received - both buys and sells - and declare to the Chairman the net quantity of gold they would buy, or sell, at the proposed price. If the net effect across all the participant banks is in balance, then that price will become the current London Gold Fix price. However it\'s common that the buyers and sellers are not immediately in balance. The Chairman will then adjust the proposed price, higher if there are too many buyers, and lower if there are too many sellers.\r\n\r\nMartyn Whitehead, director of commodities at Barclays Capital and vice-chairman of the London Bullion Market Association says -\r\n\r\n\"Normally it\'s a 10 or 15-minute process, but it can take up to half an hour. The longest fixing actually took place back on 19th October 1987 - Black Monday. The London Gold Fix took two hours and 15 minutes to reach agreement that day.\" That was the day when the US stock market dropped 23% of its value.\r\n\r\n<strong>Wow! What an edge!</strong> 10 to 15 minutes can seem like a life-time to an active trader. But for traders like us that employ quantitative analysis and algorithmic trading systems, this can be a huge advantage. At Rios Quant our edge has always been the development, implementation and monitoring of trading systems for the electronic financial markets. Our event-driven automated system, the RQ Dash was designed for this specific event. The focus is to be opportunistic to the activities associated with the volatility at the critical time periods. At the core of the strategy is an Rios Quant proprietary code with forward looking algorithms designed to forecast for potential price action activities in the gold futures market. For a complete performance report and information regarding our automated trading systems, please click on the following link - <a title=\"Rios Quant Trading Systems Free Trial\" href=\"http://www.riosquant.com/requestinfo?product_id=2\">Rios Quant Trading Systems</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/trade-the-london-gold-fix.jpg\"><img class=\"alignnone size-full wp-image-672\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/trade-the-london-gold-fix.jpg\" alt=\"trade the london gold fix\" width=\"392\" height=\"457\" /></a>\r\nThe RQ Dash automated trading system taking a quick short position for profit during the London Gold Fix.\r\n\r\nBelow you will find interesting reading from a recent article in Bloomberg.\r\n\r\nBloomberg - November 26, 2013\r\n<strong>Trading Surges</strong> - At 3:01 p.m., after the start of the call, trading surged to 47.8 percent above the average for the 20-minute period preceding the start of the fix and remained 20 percent higher for the next six minutes, Caminschi and Heaney found. By comparison, trading was 8.7 percent higher than the average a minute after publication of the price. The results showed a similar pattern for the SPDR Gold Trust.\r\n“Intuitively, we expect volumes to spike following the introduction of information to the market” when the final result is published, Caminschi and Heaney wrote in “Fixing a Leaky Fixing: Short-Term Market Reactions to the London P.M. Gold Price Fixing.” “What we observe in our analysis is a clustering of trades immediately following the fixing start.”\r\nThe researchers also assessed how accurate movements in gold derivatives were in predicting the final fix. Between 2:59 p.m. and 3 p.m., the direction of futures contracts matched the direction of the fix about half the time.\r\nFrom 3:01 p.m., the success rate jumped to 69.9 percent, and within five minutes it had climbed to 80 percent, Caminschi and Heaney wrote. On days when the gold price per ounce moved by more than $3, gold futures successfully predicted the outcome in more than nine out of 10 occasions.\r\n<strong>Information Dissemination</strong> - “Not only are the trades quite accurate in predicting the fixing direction, the more money that is made by way of a larger price change, the more accurate the trade becomes,” Caminschi and Heaney wrote. “This is highly suggestive of information leaking from the fixing to these public markets.”\r\nFor derivatives traders, the benefits are clear: A dealer who bought 500 gold futures contracts at 3 p.m. and knew the fix was going higher could make $200,000 for his firm if the price moved by $4, the average move in the sample. While the value of 500 contracts totals about $60 million, traders may buy on margin, a process that involves borrowing and requires placing less capital for the bet. On a typical day, about 4,500 futures contracts are traded between 3 p.m. and 3:15 p.m., according to Caminschi and Heaney.\r\n\r\nTo read the entire Bloomberg article click on the following link: <a href=\"http://www.bloomberg.com/news/2013-11-26/gold-fix-drawing-scrutiny-amid-knowledge-tied-to-eruption.html\">London Gold Fix Calls Draw Scrutiny Amid Heavy Trading</a>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nThe risk of loss in trading commodity futures contracts can be substantial. You should therefore carefully consider whether such trading is suitable for you in light of your financial condition. You may sustain a total loss of the initial margin funds and any additional funds that you deposit with your broker to establish or maintain a position in the commodity futures market. Hypothetical or simulated performance results have certain limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since trades may or may not have been actually executed, the results may have under or over-compensated for the impact, if any of certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation can, will or is being made that any account will, or is likely to, achieve profits or losses similar to those shown in this hypothetical performance record. We recommend that before you start trading to \"Get the Facts\" from the CFTC or visit the National Futures Association web site for additional information.\r\n\r\n&nbsp;','The London Gold Fix - Be Amazed!','','inherit','open','closed','','844-revision-v1','','','2016-10-09 17:22:25','2016-10-09 17:22:25','',844,'http://www.thetradingroom.com/844-revision-v1/',0,'revision','',0),(3153,2,'2016-10-09 17:23:13','2016-10-09 17:23:13','<strong>Systems trading</strong> is what being a quant trader is all about. Below is a crude oil chart with two consecutive profitable trades during today\'s trading session for a total of $400 per contract.\r\n\r\n** Get your free trial of the Einstein auto trading system and watch it trade stocks, bonds, commodity futures and forex. <a href=\"http://www.riosquant.com/requestinfo?product_id=3\">Click here for your two week free trial.</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/cl-trade-3-14-2.jpg\"><img class=\"aligncenter size-full wp-image-1306\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/cl-trade-3-14-2.jpg\" alt=\"cl trade 3-14-2\" width=\"749\" height=\"420\" /></a>\r\n\r\nThe risk of loss in trading commodity futures contracts can be substantial. You should therefore carefully consider whether such trading is suitable for you in light of your financial condition. You may sustain a total loss of the initial margin funds and any additional funds that you deposit with your broker to establish or maintain a position in the commodity futures market. Hypothetical or simulated performance results have certain limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since trades may or may not have been actually executed, the results may have under or over-compensated for the impact, if any of certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation can, will or is being made that any account will, or is likely to, achieve profits or losses similar to those shown in this hypothetical performance record. We recommend that before you start trading to \"Get the Facts\" from the CFTC or visit the National Futures Association web site for additional information.','Systems Trading -  Quant Style ','','inherit','open','closed','','1305-revision-v1','','','2016-10-09 17:23:13','2016-10-09 17:23:13','',1305,'http://www.thetradingroom.com/1305-revision-v1/',0,'revision','',0),(3154,2,'2016-10-09 17:24:29','2016-10-09 17:24:29','Do you have trading logic? Watch the following video and learn how to get your free trial, <a href=\"https://www.dropbox.com/s/etnmhmdc3p3cz9q/RQ_What_if2.avi\">click here.</a>\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-925\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/market-analyzer.jpg\" alt=\"market analyzer\" width=\"1124\" height=\"632\" />The risk of loss in trading commodity futures contracts can be substantial. You should therefore carefully consider whether such trading is suitable for you in light of your financial condition. You may sustain a total loss of the initial margin funds and any additional funds that you deposit with your broker to establish or maintain a position in the commodity futures market. Hypothetical or simulated performance results have certain limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since trades may or may not have been actually executed, the results may have under or over-compensated for the impact, if any of certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation can, will or is being made that any account will, or is likely to, achieve profits or losses similar to those shown in this hypothetical performance record. We recommend that before you start trading to \"Get the Facts\" from the CFTC or visit the National Futures Association web site for additional information.\r\n\r\n&nbsp;','Get Your Trading Logic!','','inherit','open','closed','','924-revision-v1','','','2016-10-09 17:24:29','2016-10-09 17:24:29','',924,'http://www.thetradingroom.com/924-revision-v1/',0,'revision','',0),(3155,2,'2016-10-09 17:26:44','2016-10-09 17:26:44','RiosQuant member Sanjay P. from Orange, California takes one EUR/USD Forex pair for a profit using RiosQuant technology for a quick profit. Why follow the markets through a rear view mirror? Trade the markets with predictive forward-looking algorithmic indicators identifying key price levels in advance.\n\nExperience the power of market intelligence, click on the following link for a free trial:\n<a href=\"http://www.riosquant.com/requestinfo?product_id=2\">RQ Trading System Free Trial</a>\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/sanjays-trade.jpg\"><img class=\"alignnone size-full wp-image-658\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/sanjays-trade.jpg\" alt=\"sanjays trade\" width=\"640\" height=\"700\" /></a>\n\nTESTIMONIALS ARE NOT INDICATIVE OF FUTURE PERFORMANCE OR SUCCESS','RiosQuant Trading Technology – Be Quick Be Smart','','inherit','open','closed','','657-autosave-v1','','','2016-10-09 17:26:44','2016-10-09 17:26:44','',657,'http://www.thetradingroom.com/657-autosave-v1/',0,'revision','',0),(3156,2,'2016-10-09 17:26:49','2016-10-09 17:26:49','RiosQuant member Sanjay P. from Orange, California takes one EUR/USD Forex pair for a profit using RiosQuant technology for a quick profit. Why follow the markets through a rear view mirror? Trade the markets with predictive forward-looking algorithmic indicators identifying key price levels in advance.\r\n\r\nExperience the power of market intelligence, click on the following link for a free trial:\r\n<a href=\"http://www.riosquant.com/requestinfo?product_id=2\">RQ Trading System Free Trial</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/sanjays-trade.jpg\"><img class=\"alignnone size-full wp-image-658\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/sanjays-trade.jpg\" alt=\"sanjays trade\" width=\"640\" height=\"700\" /></a>\r\n\r\nTESTIMONIALS ARE NOT INDICATIVE OF FUTURE PERFORMANCE OR SUCCESS','RiosQuant Trading Technology – Be Quick Be Smart','','inherit','open','closed','','657-revision-v1','','','2016-10-09 17:26:49','2016-10-09 17:26:49','',657,'http://www.thetradingroom.com/657-revision-v1/',0,'revision','',0),(3157,2,'2016-10-09 17:28:07','2016-10-09 17:28:07','RiosQuant Hot List – Commodity Futures and Forex Markets\r\n\r\nResults from this morning\'s NY trading session - Three trades during our Live ABC Trading Room. Two winning trades, one in metals with Silver futures and one in forex with the EUR/USD pair. One losing trade in energy with Natural Gas futures.\r\nClick on the following link for a free trial to our automated trading systems\r\n\r\n<a title=\"RisoQuant Trading Systems Free Trial\" href=\"http://www.riosquant.com/requestinfo?product_id=2\"> RQ Automated Trading System Free Trial</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/Trades-12-10.jpg\"><img class=\"alignnone size-full wp-image-632\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/12/Trades-12-10.jpg\" alt=\"Trades 12 10\" width=\"645\" height=\"578\" /></a>\r\n\r\nThe risk of loss in trading commodity futures contracts can be substantial. You should therefore carefully consider whether such trading is suitable for you in light of your financial condition. You may sustain a total loss of the initial margin funds and any additional funds that you deposit with your broker to establish or maintain a position in the commodity futures market. Hypothetical or simulated performance results have certain limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since trades may or may not have been actually executed, the results may have under or over-compensated for the impact, if any of certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation can, will or is being made that any account will, or is likely to, achieve profits or losses similar to those shown in this hypothetical performance record. We recommend that before you start trading to \"Get the Facts\" from the CFTC or visit the National Futures Association web site for additional information.','RiosQuant Technology – Automated Trading Systems','','inherit','open','closed','','631-revision-v1','','','2016-10-09 17:28:07','2016-10-09 17:28:07','',631,'http://www.thetradingroom.com/631-revision-v1/',0,'revision','',0),(3158,2,'2016-10-09 17:28:59','2016-10-09 17:28:59','RiosQuant Hot List - Today\'s trading in the energy and currency markets with RQ Einstein auto system - Crude Oil, Natural Gas, Japanese Yen and USD/CAD Forex pair. Get access to the RQ Hot List, click here http://www.riosquant.com/account/register?trial=1\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/crude-oil.png\"><img class=\"alignnone size-large wp-image-553\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/crude-oil-1024x572.png\" alt=\"crude oil\" width=\"570\" height=\"318\" /></a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/jpy-trade.png\"><img class=\"alignnone size-large wp-image-555\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/jpy-trade-1024x568.png\" alt=\"jpy trade\" width=\"570\" height=\"316\" /></a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/ng.png\"><img class=\"alignnone size-large wp-image-556\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/ng-1024x568.png\" alt=\"ng\" width=\"570\" height=\"316\" /></a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/usdcad.png\"><img class=\"alignnone size-large wp-image-557\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/usdcad-1024x582.png\" alt=\"usdcad\" width=\"570\" height=\"323\" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nThe risk of loss in trading commodity futures contracts can be substantial. You should therefore carefully consider whether such trading is suitable for you in light of your financial condition. You may sustain a total loss of the initial margin funds and any additional funds that you deposit with your broker to establish or maintain a position in the commodity futures market. Hypothetical or simulated performance results have certain limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since trades may or may not have been actually executed, the results may have under or over-compensated for the impact, if any of certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation can, will or is being made that any account will, or is likely to, achieve profits or losses similar to those shown in this hypothetical performance record. We recommend that before you start trading to \"Get the Facts\" from the CFTC or visit the National Futures Association web site for additional information.\r\n\r\n&nbsp;','RiosQuant Technology - Automated Trading Systems','','inherit','open','closed','','554-revision-v1','','','2016-10-09 17:28:59','2016-10-09 17:28:59','',554,'http://www.thetradingroom.com/554-revision-v1/',0,'revision','',0),(3159,2,'2016-10-09 17:29:45','2016-10-09 17:29:45','RiosQuant Hot List - Today\'s trading in the energy and currency markets with RQ Einstein auto system - Crude Oil, Natural Gas, Japanese Yen and USD/CAD Forex pair. Get access to the RQ Hot List, click here http://www.riosquant.com/account/register?trial=1\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/crude-oil.png\"><img class=\"alignnone size-large wp-image-553\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/crude-oil-1024x572.png\" alt=\"crude oil\" width=\"570\" height=\"318\" /></a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/jpy-trade.png\"><img class=\"alignnone size-large wp-image-555\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/jpy-trade-1024x568.png\" alt=\"jpy trade\" width=\"570\" height=\"316\" /></a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/ng.png\"><img class=\"alignnone size-large wp-image-556\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/ng-1024x568.png\" alt=\"ng\" width=\"570\" height=\"316\" /></a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/usdcad.png\"><img class=\"alignnone size-large wp-image-557\" src=\"http://www.thetradingroom.com/wp-content/uploads/2013/11/usdcad-1024x582.png\" alt=\"usdcad\" width=\"570\" height=\"323\" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nThe risk of loss in trading commodity futures contracts can be substantial. You should therefore carefully consider whether such trading is suitable for you in light of your financial condition. You may sustain a total loss of the initial margin funds and any additional funds that you deposit with your broker to establish or maintain a position in the commodity futures market. Hypothetical or simulated performance results have certain limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since trades may or may not have been actually executed, the results may have under or over-compensated for the impact, if any of certain market factors, such as lack of liquidity. Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation can, will or is being made that any account will, or is likely to, achieve profits or losses similar to those shown in this hypothetical performance record. We recommend that before you start trading to \"Get the Facts\" from the CFTC or visit the National Futures Association web site for additional information.\r\n\r\n&nbsp;','RiosQuant Technology - Automated Trading Systems','','inherit','open','closed','','554-revision-v1','','','2016-10-09 17:29:45','2016-10-09 17:29:45','',554,'http://www.thetradingroom.com/554-revision-v1/',0,'revision','',0),(3160,2,'2016-10-09 17:31:42','2016-10-09 17:31:42','RiosQuant member Niclas takes  US 30 yr bond futures for a profitable short trade during the London trading session.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/02/nic-short-us.jpg\"><img class=\"aligncenter size-full wp-image-2785\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/02/nic-short-us.jpg\" alt=\"nic short us\" width=\"1088\" height=\"917\" /></a>\r\n\r\n&nbsp;\r\n\r\nCOMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS. TESTIMONIALS ARE NOT INDICATIVE OF FUTURE PERFORMANCE OR SUCCESS.','FUTURES TRADING: Einstein III Automated System','','inherit','open','closed','','2784-revision-v1','','','2016-10-09 17:31:42','2016-10-09 17:31:42','',2784,'http://www.thetradingroom.com/2784-revision-v1/',0,'revision','',0),(3161,2,'2016-10-09 17:32:13','2016-10-09 17:32:13','<span style=\"color: #222222;\">I gotta say that staying true to the system and taking emotion out of it has made a huge difference in my trading all around. </span>\r\n\r\n- Mike P.\r\n\r\n&nbsp;','Congrats Mike! - Trading the Crude Oil Futues','','inherit','open','closed','','2333-autosave-v1','','','2016-10-09 17:32:13','2016-10-09 17:32:13','',2333,'http://www.thetradingroom.com/2333-autosave-v1/',0,'revision','',0),(3162,2,'2016-10-09 17:32:30','2016-10-09 17:32:30','<span style=\"color: #222222;\">I gotta say that staying true to the system and taking emotion out of it has made a huge difference in my trading all around. </span>\r\n\r\n- Mike P.\r\n\r\nTESTIMONIALS ARE NOT INDICATIVE OF FUTURE PERFORMANCE OR SUCCESS','Congrats Mike! - Trading the Crude Oil Futues','','inherit','open','closed','','2333-revision-v1','','','2016-10-09 17:32:30','2016-10-09 17:32:30','',2333,'http://www.thetradingroom.com/2333-revision-v1/',0,'revision','',0),(3163,2,'2016-10-09 17:32:46','2016-10-09 17:32:46','<span style=\"color: #222222;\">I gotta say that staying true to the system and taking emotion out of it has made a huge difference in my trading all around. </span> - Mike P.\r\n\r\n&nbsp;\r\n\r\nTESTIMONIALS ARE NOT INDICATIVE OF FUTURE PERFORMANCE OR SUCCESS','Congrats Mike! - Trading the Crude Oil Futues','','inherit','open','closed','','2333-revision-v1','','','2016-10-09 17:32:46','2016-10-09 17:32:46','',2333,'http://www.thetradingroom.com/2333-revision-v1/',0,'revision','',0),(3164,2,'2016-10-09 17:33:20','2016-10-09 17:33:20','Do you have what it takes to succeed in trading? Meet traders that are making it happen!\r\n\r\nYou don\'t have to be a millionaire or have an MBA  degree to be a successful trader. Join us in our live trading room and discover new and innovative methods to trade in today\'s stock, bond, commodity futures and forex markets.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nTESTIMONIALS ARE NOT INDICATIVE OF FUTURE PERFORMANCE OR SUCCESS','Meet Members - RiosQuant Futures Traders','','inherit','open','closed','','1619-revision-v1','','','2016-10-09 17:33:20','2016-10-09 17:33:20','',1619,'http://www.thetradingroom.com/1619-revision-v1/',0,'revision','',0),(3165,2,'2016-10-09 17:33:56','2016-10-09 17:33:56','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/09/Pierre-performance-graph-9-4.jpg\"><img class=\"aligncenter size-full wp-image-2087\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/09/Pierre-performance-graph-9-4.jpg\" alt=\"Pierre performance graph 9-4\" width=\"701\" height=\"380\" /></a>\r\n\r\nRiosQuant member Pierre takes over $2,400 in profits day trading during one of our recent live trading room TradeLab. Don\'t trade alone, join a group of traders that are realizing their dreams.\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/09/pierre-chart-ng-9-3.jpg\"><img class=\"aligncenter size-full wp-image-2089\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/09/pierre-chart-ng-9-3.jpg\" alt=\"pierre chart ng 9-3\" width=\"487\" height=\"486\" /></a>\r\n\r\nLearn how to use cutting edge technology to trade the global financial markets including commodity futures, stock indices and forex. Chart above illustrates Pierre\'s short Natural Gas trade for profit. No guess work, a step-by-step quantitative approach to taking profits from the markets while controlling risk.\r\n\r\n<a href=\"http://www.riosquant.com/requestinfo?product_id=2\">For a FREE TRIAL click here http://www.riosquant.com/requestinfo?product_id=2</a>\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\nTESTIMONIALS ARE NOT INDICATIVE OF FUTURE PERFORMANCE OR SUCCESS\r\n\r\n&nbsp;','Members - Pierre the Futures Trader','','inherit','open','closed','','2083-revision-v1','','','2016-10-09 17:33:56','2016-10-09 17:33:56','',2083,'http://www.thetradingroom.com/2083-revision-v1/',0,'revision','',0),(3166,2,'2016-10-09 17:34:57','2016-10-09 17:34:57','<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/09/jim-soy-9-11.jpg\"><img class=\"aligncenter size-full wp-image-2103\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/09/jim-soy-9-11.jpg\" alt=\"jim soy 9-11\" width=\"878\" height=\"686\" /></a>\r\n\r\n&nbsp;\r\n\r\nCongratulations to RiosQuant member Jim from Virginia for taking a short Soy trade for $875.00 profit during Thursday\'s morning session. Jim entered two contracts for a short trade using the RQ 7 Channel to capitalize on a potential sell-off. He exited one contract when it reached first target and exited the second with a trailing stop. Great job Jim!\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nTESTIMONIALS ARE NOT INDICATIVE OF FUTURE PERFORMANCE OR SUCCESS\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;','Members - Congrats to Jim!','','inherit','open','closed','','2102-revision-v1','','','2016-10-09 17:34:57','2016-10-09 17:34:57','',2102,'http://www.thetradingroom.com/2102-revision-v1/',0,'revision','',0),(3167,2,'2016-10-09 17:35:40','2016-10-09 17:35:40','<div style=\"color: #222222;\">Thought I\'d share this screen shot from my Nat gas trade last week when the report came out.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">It was a great day.</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Thanks for all the help and insight,</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">Michael \"Panfish\" Panfil</div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\">\r\n\r\n<hr />\r\n\r\n<span style=\"color: #333333;\">TESTIMONIALS ARE NOT INDICATIVE OF FUTURE PERFORMANCE OR SUCCESS</span></div>\r\n<div style=\"color: #222222;\"></div>\r\n<div style=\"color: #222222;\"></div>','RiosQuant Members - Congrats Panfish! ','','inherit','open','closed','','1987-revision-v1','','','2016-10-09 17:35:40','2016-10-09 17:35:40','',1987,'http://www.thetradingroom.com/1987-revision-v1/',0,'revision','',0),(3168,2,'2016-10-09 17:36:23','2016-10-09 17:36:23','Congratulations to RiosQuant member Jim from Virginia for taking a short trade in 2 Copper futures contract  for $475 profit.\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nTESTIMONIALS ARE NOT INDICATIVE OF FUTURE PERFORMANCE OR SUCCESS\r\n\r\n&nbsp;\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/jim-copper-6-19.jpg\"><img class=\"aligncenter size-full wp-image-1850\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/06/jim-copper-6-19.jpg\" alt=\"jim copper 6-19\" width=\"855\" height=\"605\" /></a>','RiosQuant Member - Jim G.','','inherit','open','closed','','1849-revision-v1','','','2016-10-09 17:36:23','2016-10-09 17:36:23','',1849,'http://www.thetradingroom.com/1849-revision-v1/',0,'revision','',0),(3170,2,'2016-10-09 17:37:56','2016-10-09 17:37:56','Name: <strong><em>Marie Titus</em></strong>\r\n\r\nHome town: <em><strong>Texas</strong></em>\r\n\r\nJob Title:<em> <strong>Retired missionary</strong></em>\r\n\r\nTrading since: <em><strong>Off and on since the late ‘80s</strong></em>\r\n\r\nPreferred markets to trade: <em><strong>Forex and natural gas</strong></em>\r\n\r\nFavorite approach to trading: <strong><em>Momentum breakouts and breakdowns</em></strong>\r\n\r\nMain strategy utilized: <em><strong>RiosQuant Channels</strong></em>\r\n\r\nLast trade: <strong><em>AUD/USD</em></strong>\r\n\r\nMost memorable trade: <em> <strong>An early trade I made that took off in the opposite direction while I was still punching in the stop numbers. Lost everything I had in the account. I now use Ninja and love it!</strong></em>\r\n\r\nBiggest Challenge: <strong><em>Getting some sleep. I like to trade the London session, but don’t want to miss the trade lab\r\neither.</em></strong>\r\n\r\nPrimary ambition: <em><strong>Trading for a living</strong></em>\r\n\r\nRiosQuant member since: <em><strong>2011</strong></em>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/marie.jpg\"><img class=\"aligncenter size-full wp-image-1407\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/marie.jpg\" alt=\"marie\" width=\"371\" height=\"423\" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\nTESTIMONIALS ARE NOT INDICATIVE OF FUTURE PERFORMANCE OR SUCCESS\r\n\r\n&nbsp;','Meet Members - RiosQuant Traders','','inherit','open','closed','','1403-revision-v1','','','2016-10-09 17:37:56','2016-10-09 17:37:56','',1403,'http://www.thetradingroom.com/1403-revision-v1/',0,'revision','',0),(3171,2,'2016-10-09 17:38:49','2016-10-09 17:38:49','Name: <strong><em>Dean Handley</em></strong>\r\n\r\nHome town: <strong><em>Shrewsbury, MA</em></strong>\r\n\r\nJob Title: <strong><em>Head Trader, GRAVITY, Consultant, Tesseract</em></strong>\r\n\r\nTrading since: <strong><em>2009</em></strong>\r\n\r\nPreferred markets to trade: <strong><em>NG, SI, GC</em></strong>\r\n\r\nFavorite approach to trading: <strong><em>multi-variant quadratics</em></strong>\r\n\r\nMain strategy utilized: <strong><em>shadow probability</em></strong>\r\n\r\nLast trade: <strong><em>trade every day</em></strong>\r\n\r\nMost memorable trade: <strong><em>not mine but watching a head trader lose $19,600 real money in one big ES trade.</em></strong>\r\n\r\nBiggest Challenge: <strong><em>staying focused</em></strong>\r\n\r\nPrimary ambition: <strong><em>obtain $10K/day</em></strong>\r\n\r\nRiosQuant member since: <strong><em>2013</em></strong>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/dean.jpg\"><img class=\"aligncenter size-full wp-image-1360\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/03/dean.jpg\" alt=\"dean\" width=\"419\" height=\"252\" /></a>\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nTESTIMONIALS ARE NOT INDICATIVE OF FUTURE PERFORMANCE OR SUCCESS','Meet Members - RiosQuant Traders','','inherit','open','closed','','1359-revision-v1','','','2016-10-09 17:38:49','2016-10-09 17:38:49','',1359,'http://www.thetradingroom.com/1359-revision-v1/',0,'revision','',0),(3172,2,'2016-10-09 17:39:57','2016-10-09 17:39:57','Name: <strong>Jim Gasson</strong>\r\n\r\nHome town: <strong>Falls Church, Virginia USA</strong>\r\n\r\nJob Title: <strong>Trader Jim &amp; Daddy Dog</strong>\r\n\r\nTrading since: <strong>1997 – 2003; I took a break from trading to pursue another business endeavor in ‘03; Resumed trading in ’12.</strong>\r\n\r\nPreferred markets to trade: <strong>Gold, Natural Gas, Soy, Yen &amp; Swiss Franc Futures</strong>\r\n\r\nFavorite approach to trading:<strong> Momentum &amp; trend following in a software identified 5 Wave Elliott Pattern, which is contained within the RiosQuant Gnos levels template.</strong>\r\n\r\nMain strategy utilized: <strong>1) Market Selection: Determining the highest probability instruments to trade based on market sentiment &amp; correlation; 2) In either an uptrend, or downtrend, catching an identified wave 3, or wave 5, within an Elliott Pattern (on a 3 or 5 minute chart), using a break of the RQ 2 or 7 channel, as the primary trigger. </strong>\r\n\r\nLast trade: <strong>Profitable long trade on the YM (2 contracts) on Full Moon Friday (Valentine’s Day), February 14 </strong>\r\n\r\nMost memorable trade: <strong>A recent $2,220 profit on a Gold short during the Tokyo into London sessions. The profit was nice, however, what made the trade so memorable for me was the experience I had hours beforehand, of seeing in great detail, how the trade would play out in my mind’s eye. Wish that experience happened with every trade!</strong>\r\n\r\nBiggest Challenge: <strong>Not trading from any level of a fear-based mindset. From whatever level we do that, I believe we invite a reflection of that in our trading:\r\n1. Fear of Loss\r\n2. Fear of Missing Out\r\n3. Fear of Letting a Profit Turn into a Loss\r\n4. Fear of Being Wrong (not being right/perfectionism)</strong>\r\n\r\nPrimary ambition: <strong>Consistent profits</strong>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/jim-g.jpg\"><img class=\"alignnone size-full wp-image-1045\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/jim-g.jpg\" alt=\"jim g\" width=\"440\" height=\"362\" /></a>\r\n\r\nRiosQuant member since: <strong>October, 2012</strong>\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nTESTIMONIALS ARE NOT INDICATIVE OF FUTURE PERFORMANCE OR SUCCESS\r\n\r\n&nbsp;','Meet Members – RiosQuant Traders','','inherit','open','closed','','1041-revision-v1','','','2016-10-09 17:39:57','2016-10-09 17:39:57','',1041,'http://www.thetradingroom.com/1041-revision-v1/',0,'revision','',0),(3173,2,'2016-10-09 17:40:30','2016-10-09 17:40:30','Name: <strong>Richard Gessler</strong>\r\n\r\nHome town: <strong>Honolulu , Hawaii</strong>\r\n\r\nJob Title: <strong>Retired Hawaiian Airlines Pilot </strong>\r\n\r\nTrading since: <strong>Off &amp; on since early 80’s , full time since 2000</strong>\r\n\r\nPreferred markets to trade: <strong>Our Gnos basket of commodities</strong>\r\n\r\nFavorite approach to trading: <strong>Rios Quant approach</strong>\r\n\r\nMain strategy utilized: <strong>Basic Gnos</strong>\r\n\r\nLast trade: <strong>Aussie Dollar</strong>\r\n\r\nMost memorable trade: <strong>Short silver when the Hunt’s ran the silver mkt limit up for days in 1979</strong>\r\n\r\nBiggest Challenge: <strong>Pulling the trigger</strong>\r\n\r\nPrimary ambition: <strong>To continue to live a healthy and enriched and fulfilled life.\r\n</strong>\r\nRiosQuant member since: <strong>2010</strong>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/richard-racer.jpg\"><img class=\"alignnone size-full wp-image-1048\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/richard-racer.jpg\" alt=\"richard racer\" width=\"485\" height=\"434\" /></a>\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nTESTIMONIALS ARE NOT INDICATIVE OF FUTURE PERFORMANCE OR SUCCESS','Meet Members – RiosQuant Traders','','inherit','open','closed','','1047-revision-v1','','','2016-10-09 17:40:30','2016-10-09 17:40:30','',1047,'http://www.thetradingroom.com/1047-revision-v1/',0,'revision','',0),(3174,2,'2016-10-09 17:41:41','2016-10-09 17:41:41','Name: <strong><em>Derek Thomas </em></strong>\r\n\r\nHome town: <strong><em>Reno, Nevada</em> </strong>\r\n\r\nJob Title: <strong><em>CEO / Business Owner</em></strong>\r\n\r\nTrading since:<strong><em> 2009 </em></strong>\r\n\r\nPreferred markets to trade: <strong><em>Crude Oil, Natural Gas, Gold, Silver and the Russell futures</em> </strong>\r\n\r\nFavorite approach to trading: <strong><em>Momentum day trading, scalping the financial futures</em></strong>\r\n\r\nMain strategy utilized: <strong><em>Momentum </em></strong>\r\n\r\nLast trade: <strong><em>Silver for $450 profit</em></strong>\r\n\r\nMost memorable trade: <strong><em>Natural Gas for $1,980 profit</em></strong>\r\n\r\nBiggest Challenge: <strong><em>Patience, patience, patience!!! </em></strong>\r\n\r\nPrimary ambition: <strong><em>Trade for a living </em></strong>\r\n\r\nRiosQuant member since: <strong><em>June 2013</em></strong>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/derek2.jpg\"><img class=\"alignnone size-full wp-image-999\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/derek2.jpg\" alt=\"derek2\" width=\"611\" height=\"398\" /></a>\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nTESTIMONIALS ARE NOT INDICATIVE OF FUTURE PERFORMANCE OR SUCCESS\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Meet Members - RiosQuant Traders','','inherit','open','closed','','987-revision-v1','','','2016-10-09 17:41:41','2016-10-09 17:41:41','',987,'http://www.thetradingroom.com/987-revision-v1/',0,'revision','',0),(3175,2,'2016-10-09 17:43:11','2016-10-09 17:43:11','Name: <strong><em>HP</em></strong>\r\n\r\nHome town: <strong><em>Dallas, Texas USA</em></strong>\r\n\r\nJob Title: <strong><em>Physician</em></strong>\r\n\r\nTrading since: <strong><em>2008</em></strong>\r\n\r\nPreferred markets to trade: <strong><em>Futures Markets</em></strong>\r\n\r\nFavorite approach to trading: <strong><em>Momentum Trades especially off of support/resist breaks</em></strong>\r\n\r\nMain strategy utilized: <em><strong>RQ channels</strong></em>\r\n\r\nLast trade: <strong><em>YM (Dow Jones) Long after break of RQ 7 on 30 minute chart. Profitable for $300 per contract</em></strong>\r\n\r\nMost memorable trade: <strong><em>100 penny CL trade profit </em></strong>\r\n\r\nBiggest Challenge: <strong><em>Time constraints limiting my ability to take trades later in day when conditions are right </em></strong>\r\n\r\nPrimary ambition: <strong><em>Trading as my primary source of income</em></strong>\r\n\r\nRiosQuant member since: <strong><em>2012</em></strong>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/HP-ready.jpg\"><img class=\"alignnone size-full wp-image-980\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/HP-ready.jpg\" alt=\"HP ready\" width=\"511\" height=\"405\" /></a>\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nTESTIMONIALS ARE NOT INDICATIVE OF FUTURE PERFORMANCE OR SUCCESS','Meet Members - RiosQuant Traders','','inherit','open','closed','','977-revision-v1','','','2016-10-09 17:43:11','2016-10-09 17:43:11','',977,'http://www.thetradingroom.com/977-revision-v1/',0,'revision','',0),(3176,2,'2016-10-09 17:43:54','2016-10-09 17:43:54','Name:<strong> <em>Pierre Saez</em></strong>\r\n\r\nHome town: <strong><em>Green Brook, NJ USA</em></strong>\r\n\r\nHobbies: <strong><em>A golf nut!</em></strong>\r\n\r\nTrading since: <strong><em>2012</em></strong>\r\n\r\nPreferred markets to trade:<strong><em> Futures</em></strong>\r\n\r\nFavorite approach to trading: <strong><em>Momentum &amp;Trend follower</em></strong>\r\n\r\nMain strategy utilized: <strong><em>Rios Quant</em></strong>\r\n\r\nLast trade: <strong><em>Short GC on Friday 02/07/14 @ 9:06 with 2 lots for a $400 profit</em></strong>\r\n\r\nMost memorable trade:<strong><em> Mistake made early on using Trade Station wanting to go short 1 lot in Natural Gas instead went short 5 lots started to go against me but then reversed and gave me a Lucky $1500 profit. The lesson I learned was to be careful using Chart Trading function on Trade Station.</em></strong>\r\n\r\nBiggest Challenge: <strong><em>Patience</em></strong>\r\n\r\nPrimary ambition: <strong><em>Be able to make a living trading</em></strong>\r\n\r\nRiosQuant member since: <strong><em>March 2012</em></strong>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/Pierre-pic.jpg\"><img class=\"alignnone size-full wp-image-971\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/Pierre-pic.jpg\" alt=\"Pierre pic\" width=\"557\" height=\"363\" /></a>\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nTESTIMONIALS ARE NOT INDICATIVE OF FUTURE PERFORMANCE OR SUCCESS\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Meet Members - RiosQuant Traders','','inherit','open','closed','','969-revision-v1','','','2016-10-09 17:43:54','2016-10-09 17:43:54','',969,'http://www.thetradingroom.com/969-revision-v1/',0,'revision','',0),(3177,2,'2016-10-09 17:44:39','2016-10-09 17:44:39','Name: <strong><em>Niclas Borneskog</em></strong>\r\n\r\nHome town: <strong><em>Stockholm, Sweden</em></strong>\r\n\r\nJob Title: <strong><em>Government employee</em></strong>\r\n\r\nTrading since: <strong><em>2010\r\n</em></strong>\r\nPreferred markets to trade: <strong><em>Commodity and Forex </em></strong>\r\n\r\nFavorite approach to trading: <strong><em>Technical analysis with algorithmic trading</em></strong>\r\n\r\nMain strategy utilized: <strong><em>Grey and black boxes with Einstein automated trading system\r\n</em></strong>\r\nLast trade: <strong><em>Einstein auto trade in Copper (HG)</em>\r\n</strong>\r\nMost memorable trade: <strong><em>A gold trade with a big profit but insane money management </em>\r\n</strong>\r\nBiggest Challenge:<strong> <em>To minimize drawdowns</em></strong>\r\n\r\nPrimary ambition: <strong><em>Always improve my market selection in order to be consistently profitable</em>\r\n</strong>\r\n\r\nRiosQuant member since: <strong><em>February 2012</em></strong>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/niclas9.jpg\"><img class=\"alignnone size-full wp-image-965\" src=\"http://www.thetradingroom.com/wp-content/uploads/2014/02/niclas9.jpg\" alt=\"niclas9\" width=\"515\" height=\"430\" /></a>\r\n\r\n&nbsp;\r\n\r\n<hr />\r\n\r\n&nbsp;\r\n\r\nTESTIMONIALS ARE NOT INDICATIVE OF FUTURE PERFORMANCE OR SUCCESS\r\n\r\n&nbsp;','Meet Members - RiosQuant Traders','','inherit','open','closed','','964-revision-v1','','','2016-10-09 17:44:39','2016-10-09 17:44:39','',964,'http://www.thetradingroom.com/964-revision-v1/',0,'revision','',0),(3179,2,'2016-10-11 10:43:19','2016-10-11 10:43:19','<p style=\"color: rgb(80, 0, 80); text-align: center;\"><strong><span style=\"color: #000000;\">Pre-market activity and scheduled economic data that may have an impact on the global financial markets. Live trading room access link.\r\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_50301429\"><span class=\"aQJ\">6:30 am ET</span></span></em></span></strong></p>\r\n\r\n<div style=\"color: #000000;\">\r\n<div>\r\nDon\'t trade alone, join a group of quant traders in a live trading room, <a class=\"m_-4604089875605933054validating\" style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3Wa8tpKWi2rDnAF&amp;b=Azjt7COGOeYm5a137eAwHQ\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3Wa8tpKWi2rDnAF%26b%3DAzjt7COGOeYm5a137eAwHQ&amp;source=gmail&amp;ust=1476268820444000&amp;usg=AFQjCNFIEhb79YUJUuIHpw0UQTULEnTvVw\">click here to access live trading room.</a>\r\n<div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>WORLD HEADLINES - Global stocks tapped the brakes <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_50301430\"><span class=\"aQJ\">on Tuesday</span></span> as oil prices eased back from their highest level of the year and the US dollar rose to its strongest level <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_50301431\"><span class=\"aQJ\">in 11 weeks</span></span>.\r\n\r\n</div>\r\n<div>STOCKS - S&amp;P 500 Index futures traded flat, after U.S. equities closed up 0.5 percent<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_50301432\"><span class=\"aQJ\">on Monday</span></span> as surging oil boosted energy producers.\r\n\r\n</div>\r\n<div>BONDS - Ten-year note yields rose six basis points to 1.77 percent. Trading resumed after the Columbus Day bond-market holiday <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_50301433\"><span class=\"aQJ\">on Monday</span></span>.\r\n\r\n</div>\r\n<div>COMMODITIES -  West Texas Intermediate crude slipped 0.5 percent after jumping 3.1 percent last session to its highest closing price since July 2015.\r\n\r\n</div>\r\n<div>CURRENCIES - The US dollar traded to an 11-week high as the rising rate hike bets came alongside waning support for Donald Trump in the U.S. election race.\r\n\r\n</div>\r\n<div>ECONOMIC DATA -  EUR ECOFIN Meetings (all day).</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n\r\n<a class=\"m_-4604089875605933054validating\" style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3Wa8tpKWi2rDnAF&amp;b=eGdXojgGWgWAyYbZ7jTqlg\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3Wa8tpKWi2rDnAF%26b%3DeGdXojgGWgWAyYbZ7jTqlg&amp;source=gmail&amp;ust=1476268820445000&amp;usg=AFQjCNHeHnc5BYBlBTydKfMLcm8Bkix44w\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_50301434\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_50301435\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_50301436\"><span class=\"aQJ\">Monday</span></span> thruFriday.\r\n\r\nAccess is simple, here is how to get started with a two week free trial…\r\n\r\nClick on the following link and <a class=\"m_-4604089875605933054validating\" style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3Wa8tpKWi2rDnAF&amp;b=BAaw5eKYFi9.iO.bh1S_0g\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3Wa8tpKWi2rDnAF%26b%3DBAaw5eKYFi9.iO.bh1S_0g&amp;source=gmail&amp;ust=1476268820445000&amp;usg=AFQjCNET7FMQAvFJSoUZSmWFYSkWD1qCxQ\">register as a guest.</a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket Trading: Global Markets','','publish','open','closed','','premarket-trading-global-markets-3','','','2016-10-11 10:43:19','2016-10-11 10:43:19','',0,'http://www.thetradingroom.com/?p=3179',0,'post','',0),(3180,2,'2016-10-11 10:43:19','2016-10-11 10:43:19','<p style=\"color: rgb(80, 0, 80); text-align: center;\"><strong><span style=\"color: #000000;\">Pre-market activity and scheduled economic data that may have an impact on the global financial markets. Live trading room access link.\r\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_50301429\"><span class=\"aQJ\">6:30 am ET</span></span></em></span></strong></p>\r\n\r\n<div style=\"color: #000000;\">\r\n<div>\r\nDon\'t trade alone, join a group of quant traders in a live trading room, <a class=\"m_-4604089875605933054validating\" style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3Wa8tpKWi2rDnAF&amp;b=Azjt7COGOeYm5a137eAwHQ\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3Wa8tpKWi2rDnAF%26b%3DAzjt7COGOeYm5a137eAwHQ&amp;source=gmail&amp;ust=1476268820444000&amp;usg=AFQjCNFIEhb79YUJUuIHpw0UQTULEnTvVw\">click here to access live trading room.</a>\r\n<div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>WORLD HEADLINES - Global stocks tapped the brakes <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_50301430\"><span class=\"aQJ\">on Tuesday</span></span> as oil prices eased back from their highest level of the year and the US dollar rose to its strongest level <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_50301431\"><span class=\"aQJ\">in 11 weeks</span></span>.\r\n\r\n</div>\r\n<div>STOCKS - S&amp;P 500 Index futures traded flat, after U.S. equities closed up 0.5 percent<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_50301432\"><span class=\"aQJ\">on Monday</span></span> as surging oil boosted energy producers.\r\n\r\n</div>\r\n<div>BONDS - Ten-year note yields rose six basis points to 1.77 percent. Trading resumed after the Columbus Day bond-market holiday <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_50301433\"><span class=\"aQJ\">on Monday</span></span>.\r\n\r\n</div>\r\n<div>COMMODITIES -  West Texas Intermediate crude slipped 0.5 percent after jumping 3.1 percent last session to its highest closing price since July 2015.\r\n\r\n</div>\r\n<div>CURRENCIES - The US dollar traded to an 11-week high as the rising rate hike bets came alongside waning support for Donald Trump in the U.S. election race.\r\n\r\n</div>\r\n<div>ECONOMIC DATA -  EUR ECOFIN Meetings (all day).</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<hr />\r\n\r\n<a class=\"m_-4604089875605933054validating\" style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3Wa8tpKWi2rDnAF&amp;b=eGdXojgGWgWAyYbZ7jTqlg\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3Wa8tpKWi2rDnAF%26b%3DeGdXojgGWgWAyYbZ7jTqlg&amp;source=gmail&amp;ust=1476268820445000&amp;usg=AFQjCNHeHnc5BYBlBTydKfMLcm8Bkix44w\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_50301434\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_50301435\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_50301436\"><span class=\"aQJ\">Monday</span></span> thruFriday.\r\n\r\nAccess is simple, here is how to get started with a two week free trial…\r\n\r\nClick on the following link and <a class=\"m_-4604089875605933054validating\" style=\"color: #1155cc;\" href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3Wa8tpKWi2rDnAF&amp;b=BAaw5eKYFi9.iO.bh1S_0g\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D7trpD%26m%3D3Wa8tpKWi2rDnAF%26b%3DBAaw5eKYFi9.iO.bh1S_0g&amp;source=gmail&amp;ust=1476268820445000&amp;usg=AFQjCNET7FMQAvFJSoUZSmWFYSkWD1qCxQ\">register as a guest.</a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<hr />\r\n\r\n</div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','PreMarket Trading: Global Markets','','inherit','open','closed','','3179-revision-v1','','','2016-10-11 10:43:19','2016-10-11 10:43:19','',3179,'http://www.thetradingroom.com/3179-revision-v1/',0,'revision','',0),(3181,2,'2016-10-12 10:48:03','2016-10-12 10:48:03','<p style=\"text-align: center;\"><span style=\"color: #000000;\">Pre-market activity and scheduled economic data that may have an impact on the global financial markets. Live trading room access link.\r\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_50301457\"><span class=\"aQJ\">6:15 am ET</span></span></em></span></p>\r\n\r\n<div style=\"color: #222222;\">\r\n<span style=\"color: #000000;\">Don\'t trade alone, join a group of quant traders in a live trading room, <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ddd9e73424/TEST/b5bb27f593\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/ddd9e73424/TEST/b5bb27f593&amp;source=gmail&amp;ust=1476355138896000&amp;usg=AFQjCNE3KccSN2gWEgDpWKa07fNjbvUpXg\">click here to access live trading room.</a></span>\r\n\r\n\r\nWORLD HEADLINES - Global stocks dipped worldwide towards three-week lows <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_50301458\"><span class=\"aQJ\">on Wednesday</span></span> as a dour start to the U.S. earnings season weighed on sentiment, while Britain\'s battered currency rose for the first time <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_50301459\"><span class=\"aQJ\">in five days</span></span>.\r\n\r\nSTOCKS - S&amp;P 500 Index futures were little changed, after falling <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_50301460\"><span class=\"aQJ\">Tuesday</span></span> to an almost four-week low as an early batch of disappointing corporate results including those from Alcoa Inc. damped optimism over a rebound in earnings.\r\n\r\nBONDS - U.S. interest rate futures are pricing in about a 75-percent chance of a rate hike by December, little changed over the past couple of days.\r\n\r\nCOMMODITIES -  Gold for immediate delivery gained following a 0.5 percent drop last session, its ninth decline <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_50301461\"><span class=\"aQJ\">in 12 days</span></span>.\r\n\r\nCURRENCIES - Sterling rose more than 1 percent versus the dollar and euro after British Prime Minister Theresa May offered to give lawmakers some scrutiny of the process of leaving the European Union.\r\n\r\nECONOMIC DATA -  FOMC Member Dudley Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_50301462\"><span class=\"aQJ\">8:00</span></span>, FOMC Member George Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_50301463\"><span class=\"aQJ\">9:40</span></span>, JOLTS Job Openings at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_50301464\"><span class=\"aQJ\">10:00</span></span>, 10-y Bond Auction at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_50301465\"><span class=\"aQJ\">13:01</span></span>, FOMC Meeting Minutes at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_50301466\"><span class=\"aQJ\">14:00</span></span>, CNY (Tentative) ET.\r\n\r\n<hr />\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ddd9e73424/TEST/6b69de4f44/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/ddd9e73424/TEST/6b69de4f44/trial%3D1&amp;source=gmail&amp;ust=1476355138896000&amp;usg=AFQjCNGFxfxsIauaqpCKMgTZJm9oGTJ8qg\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"m_106056063706774062aBn\"><span class=\"m_106056063706774062aQJ\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_50301467\"><span class=\"aQJ\">8:00 am</span></span></span></span> and ends at <span class=\"m_106056063706774062aBn\"><span class=\"m_106056063706774062aQJ\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_50301468\"><span class=\"aQJ\">11:00 am ET</span></span></span></span> <span class=\"m_106056063706774062aBn\"><span class=\"m_106056063706774062aQJ\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_50301469\"><span class=\"aQJ\">Monday</span></span></span></span> thru<span class=\"m_106056063706774062aBn\"><span class=\"m_106056063706774062aQJ\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_50301470\"><span class=\"aQJ\">Friday</span></span></span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Access is simple, here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ddd9e73424/TEST/b3569134c9\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/ddd9e73424/TEST/b3569134c9&amp;source=gmail&amp;ust=1476355138896000&amp;usg=AFQjCNG2_dMVdFJ3HF1zzaYNFhWNbl_x6A\">register as a guest.</a></span></p>\r\n\r\n\r\n<hr />\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</span></p>\r\n<p style=\"color: #500050;\"></p>\r\n\r\n</div>','Trade Correlations: Live Trading Room','','publish','open','closed','','trade-correlations-live-trading-room','','','2016-10-12 10:48:03','2016-10-12 10:48:03','',0,'http://www.thetradingroom.com/?p=3181',0,'post','',0),(3182,2,'2016-10-12 10:47:56','2016-10-12 10:47:56','','trade correlations small frame','','inherit','open','closed','','trade-correlations-small-frame','','','2016-10-12 10:47:56','2016-10-12 10:47:56','',3181,'http://www.thetradingroom.com/wp-content/uploads/2016/10/trade-correlations-small-frame.jpg',0,'attachment','image/jpeg',0),(3183,2,'2016-10-12 10:48:03','2016-10-12 10:48:03','<p style=\"text-align: center;\"><span style=\"color: #000000;\">Pre-market activity and scheduled economic data that may have an impact on the global financial markets. Live trading room access link.\r\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_50301457\"><span class=\"aQJ\">6:15 am ET</span></span></em></span></p>\r\n\r\n<div style=\"color: #222222;\">\r\n<span style=\"color: #000000;\">Don\'t trade alone, join a group of quant traders in a live trading room, <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ddd9e73424/TEST/b5bb27f593\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/ddd9e73424/TEST/b5bb27f593&amp;source=gmail&amp;ust=1476355138896000&amp;usg=AFQjCNE3KccSN2gWEgDpWKa07fNjbvUpXg\">click here to access live trading room.</a></span>\r\n\r\n\r\nWORLD HEADLINES - Global stocks dipped worldwide towards three-week lows <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_50301458\"><span class=\"aQJ\">on Wednesday</span></span> as a dour start to the U.S. earnings season weighed on sentiment, while Britain\'s battered currency rose for the first time <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_50301459\"><span class=\"aQJ\">in five days</span></span>.\r\n\r\nSTOCKS - S&amp;P 500 Index futures were little changed, after falling <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_50301460\"><span class=\"aQJ\">Tuesday</span></span> to an almost four-week low as an early batch of disappointing corporate results including those from Alcoa Inc. damped optimism over a rebound in earnings.\r\n\r\nBONDS - U.S. interest rate futures are pricing in about a 75-percent chance of a rate hike by December, little changed over the past couple of days.\r\n\r\nCOMMODITIES -  Gold for immediate delivery gained following a 0.5 percent drop last session, its ninth decline <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_50301461\"><span class=\"aQJ\">in 12 days</span></span>.\r\n\r\nCURRENCIES - Sterling rose more than 1 percent versus the dollar and euro after British Prime Minister Theresa May offered to give lawmakers some scrutiny of the process of leaving the European Union.\r\n\r\nECONOMIC DATA -  FOMC Member Dudley Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_50301462\"><span class=\"aQJ\">8:00</span></span>, FOMC Member George Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_50301463\"><span class=\"aQJ\">9:40</span></span>, JOLTS Job Openings at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_50301464\"><span class=\"aQJ\">10:00</span></span>, 10-y Bond Auction at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_50301465\"><span class=\"aQJ\">13:01</span></span>, FOMC Meeting Minutes at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_50301466\"><span class=\"aQJ\">14:00</span></span>, CNY (Tentative) ET.\r\n\r\n<hr />\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ddd9e73424/TEST/6b69de4f44/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/ddd9e73424/TEST/6b69de4f44/trial%3D1&amp;source=gmail&amp;ust=1476355138896000&amp;usg=AFQjCNGFxfxsIauaqpCKMgTZJm9oGTJ8qg\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"m_106056063706774062aBn\"><span class=\"m_106056063706774062aQJ\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_50301467\"><span class=\"aQJ\">8:00 am</span></span></span></span> and ends at <span class=\"m_106056063706774062aBn\"><span class=\"m_106056063706774062aQJ\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_50301468\"><span class=\"aQJ\">11:00 am ET</span></span></span></span> <span class=\"m_106056063706774062aBn\"><span class=\"m_106056063706774062aQJ\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_50301469\"><span class=\"aQJ\">Monday</span></span></span></span> thru<span class=\"m_106056063706774062aBn\"><span class=\"m_106056063706774062aQJ\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_50301470\"><span class=\"aQJ\">Friday</span></span></span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Access is simple, here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/ddd9e73424/TEST/b3569134c9\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/ddd9e73424/TEST/b3569134c9&amp;source=gmail&amp;ust=1476355138896000&amp;usg=AFQjCNG2_dMVdFJ3HF1zzaYNFhWNbl_x6A\">register as a guest.</a></span></p>\r\n\r\n\r\n<hr />\r\n<p style=\"color: #500050;\"></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</span></p>\r\n<p style=\"color: #500050;\"></p>\r\n\r\n</div>','Trade Correlations: Live Trading Room','','inherit','open','closed','','3181-revision-v1','','','2016-10-12 10:48:03','2016-10-12 10:48:03','',3181,'http://www.thetradingroom.com/3181-revision-v1/',0,'revision','',0),(3184,2,'2016-10-13 11:00:52','2016-10-13 11:00:52','<div class=\"m_4565192106515132870definition-parent\" style=\"color: #0e5daf;\">\r\n<div class=\"m_4565192106515132870paragraph\" style=\"color: #000000;\">\r\n<div>\r\n<p style=\"color: #500050; text-align: center;\">\r\n<strong><span style=\"color: #000000;\">Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a class=\"m_4565192106515132870validating\" style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/7805921606691326467\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/7805921606691326467&amp;source=gmail&amp;ust=1476442673245000&amp;usg=AFQjCNEMNcv-JHEwIwvrMF5LeSd6YKc5hg\">Live trading room access link.</a>\r\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_117277996\"><span class=\"aQJ\">6:30 am ET</span></span></em></span></strong></p>\r\n\r\n<div>\r\n<div>\r\n<div>WORLD HEADLINES - Stocks fell around the world, while government bonds climbed with the dollar as China export figures signaled a deeper slowdown in the world’s second-largest economy just as policymakers prepare to raise interest rates in the biggest.\r\n\r\n</div>\r\n<div>STOCKS - S&amp;P 500 Index futures sold-off following data from China, signaling a lower Wall Street opening bell.\r\n\r\n</div>\r\n<div>BONDS - Benchmark U.S. 10-year yields slid to 1.74 percent, after climbing to the highest level since June on Wednesday.\r\n\r\n</div>\r\n<div>COMMODITIES - Copper and other industrial metals were flushed lower by the China jitters, while safe-haven gold edged up following a 6 percent slump over the last three weeks.\r\n\r\n</div>\r\n<div>CURRENCIES - The euro dropped under $1.10 for the first time in almost three months as the dollar pressure was compounded by a Reuters report that the ECB was considering a number of changes to its 1.5 trillion euro bond buying program.\r\n\r\n</div>\r\n<div>ECONOMIC DATA - US Unemployment Claims, Natural Gas Storage at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_117277998\"><span class=\"aQJ\">10:30</span></span>, Crude Oil Inventories at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_117277999\"><span class=\"aQJ\">11:00</span></span>, Bond Auction at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_117278000\"><span class=\"aQJ\">13:01</span></span>, CNY PPI at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_117278001\"><span class=\"aQJ\">21:30 ET</span></span>.</div>\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n</div>\r\n<a class=\"m_4565192106515132870validating\" style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial%3D1&amp;source=gmail&amp;ust=1476442673245000&amp;usg=AFQjCNH2vEDTlcYeeocixz94KpVviNzFfg\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_117278002\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_117278003\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_117278004\"><span class=\"aQJ\">Monday</span></span> thruFriday.\r\n\r\nAccess is simple, here is how to get started with a two week free trial…\r\n\r\nClick on the following link and <a class=\"m_4565192106515132870validating\" style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/7805921606691326467\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/7805921606691326467&amp;source=gmail&amp;ust=1476442673245000&amp;usg=AFQjCNEMNcv-JHEwIwvrMF5LeSd6YKc5hg\">register as a guest.</a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n<p style=\"color: #500050;\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"m_4565192106515132870definition-parent\" style=\"color: #0e5daf;\">\r\n<table class=\"m_4565192106515132870floated-none\" width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a class=\"m_4565192106515132870aw-image-link\" style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1476442673245000&amp;usg=AFQjCNF0smoOsUfJMlj08gDIOZCSbCraPw\"><img class=\"m_4565192106515132870model CToWUd\" src=\"https://ci3.googleusercontent.com/proxy/l4oPQRqqSEVhBbIODqgKyHiLUtV6TNKJ9Htr9CApdKZe48SFqess_SREKOEHh508z-w-5jK25LFtGlF_skepU_JU7keHfZeos5sTxhz92UCDXrtB7PyrCtaqeZFQf2zQQoV949_VfS3AKxkEtiHijABYeWXYvSKg=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/30d02018b3cc43e0a0fbe55b5b5d3f03.jpeg\" alt=\"Image\" width=\"500\" height=\"126\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class=\"m_4565192106515132870definition-parent\" style=\"color: #0e5daf;\">\r\n<div class=\"m_4565192106515132870paragraph\" style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','New Trading Hours: New Trading Room Link','','publish','open','closed','','new-trading-hours-new-trading-room-link','','','2016-10-13 11:00:52','2016-10-13 11:00:52','',0,'http://www.thetradingroom.com/?p=3184',0,'post','',0),(3185,2,'2016-10-13 11:00:52','2016-10-13 11:00:52','<div class=\"m_4565192106515132870definition-parent\" style=\"color: #0e5daf;\">\r\n<div class=\"m_4565192106515132870paragraph\" style=\"color: #000000;\">\r\n<div>\r\n<p style=\"color: #500050; text-align: center;\">\r\n<strong><span style=\"color: #000000;\">Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a class=\"m_4565192106515132870validating\" style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/7805921606691326467\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/7805921606691326467&amp;source=gmail&amp;ust=1476442673245000&amp;usg=AFQjCNEMNcv-JHEwIwvrMF5LeSd6YKc5hg\">Live trading room access link.</a>\r\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_117277996\"><span class=\"aQJ\">6:30 am ET</span></span></em></span></strong></p>\r\n\r\n<div>\r\n<div>\r\n<div>WORLD HEADLINES - Stocks fell around the world, while government bonds climbed with the dollar as China export figures signaled a deeper slowdown in the world’s second-largest economy just as policymakers prepare to raise interest rates in the biggest.\r\n\r\n</div>\r\n<div>STOCKS - S&amp;P 500 Index futures sold-off following data from China, signaling a lower Wall Street opening bell.\r\n\r\n</div>\r\n<div>BONDS - Benchmark U.S. 10-year yields slid to 1.74 percent, after climbing to the highest level since June on Wednesday.\r\n\r\n</div>\r\n<div>COMMODITIES - Copper and other industrial metals were flushed lower by the China jitters, while safe-haven gold edged up following a 6 percent slump over the last three weeks.\r\n\r\n</div>\r\n<div>CURRENCIES - The euro dropped under $1.10 for the first time in almost three months as the dollar pressure was compounded by a Reuters report that the ECB was considering a number of changes to its 1.5 trillion euro bond buying program.\r\n\r\n</div>\r\n<div>ECONOMIC DATA - US Unemployment Claims, Natural Gas Storage at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_117277998\"><span class=\"aQJ\">10:30</span></span>, Crude Oil Inventories at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_117277999\"><span class=\"aQJ\">11:00</span></span>, Bond Auction at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_117278000\"><span class=\"aQJ\">13:01</span></span>, CNY PPI at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_117278001\"><span class=\"aQJ\">21:30 ET</span></span>.</div>\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n</div>\r\n<a class=\"m_4565192106515132870validating\" style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial%3D1&amp;source=gmail&amp;ust=1476442673245000&amp;usg=AFQjCNH2vEDTlcYeeocixz94KpVviNzFfg\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_117278002\"><span class=\"aQJ\">8:00 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_117278003\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_117278004\"><span class=\"aQJ\">Monday</span></span> thruFriday.\r\n\r\nAccess is simple, here is how to get started with a two week free trial…\r\n\r\nClick on the following link and <a class=\"m_4565192106515132870validating\" style=\"color: #1155cc;\" href=\"https://attendee.gotowebinar.com/register/7805921606691326467\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/7805921606691326467&amp;source=gmail&amp;ust=1476442673245000&amp;usg=AFQjCNEMNcv-JHEwIwvrMF5LeSd6YKc5hg\">register as a guest.</a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n&nbsp;\r\n\r\n</div>\r\n<p style=\"color: #500050;\"></p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"m_4565192106515132870definition-parent\" style=\"color: #0e5daf;\">\r\n<table class=\"m_4565192106515132870floated-none\" width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a class=\"m_4565192106515132870aw-image-link\" style=\"color: #1155cc;\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1476442673245000&amp;usg=AFQjCNF0smoOsUfJMlj08gDIOZCSbCraPw\"><img class=\"m_4565192106515132870model CToWUd\" src=\"https://ci3.googleusercontent.com/proxy/l4oPQRqqSEVhBbIODqgKyHiLUtV6TNKJ9Htr9CApdKZe48SFqess_SREKOEHh508z-w-5jK25LFtGlF_skepU_JU7keHfZeos5sTxhz92UCDXrtB7PyrCtaqeZFQf2zQQoV949_VfS3AKxkEtiHijABYeWXYvSKg=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/30d02018b3cc43e0a0fbe55b5b5d3f03.jpeg\" alt=\"Image\" width=\"500\" height=\"126\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class=\"m_4565192106515132870definition-parent\" style=\"color: #0e5daf;\">\r\n<div class=\"m_4565192106515132870paragraph\" style=\"color: #000000;\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','New Trading Hours: New Trading Room Link','','inherit','open','closed','','3184-revision-v1','','','2016-10-13 11:00:52','2016-10-13 11:00:52','',3184,'http://www.thetradingroom.com/3184-revision-v1/',0,'revision','',0),(3186,2,'2016-10-13 18:28:48','2016-10-13 18:28:48','','PageLines-traderoom5titan.JPG','','inherit','open','closed','','pagelines-traderoom5titan-jpg','','','2016-10-13 18:28:48','2016-10-13 18:28:48','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/10/traderoom5titan.jpg',0,'attachment','image/jpeg',0),(3187,2,'2016-10-13 18:31:48','2016-10-13 18:31:48','','PageLines-drawboard.2.JPG','','inherit','open','closed','','pagelines-drawboard-2-jpg','','','2016-10-13 18:31:48','2016-10-13 18:31:48','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/10/drawboard.2.jpg',0,'attachment','image/jpeg',0),(3188,2,'2016-10-13 18:39:58','2016-10-13 18:39:58','','PageLines-4starroom.JPG','','inherit','open','closed','','pagelines-4starroom-jpg','','','2016-10-13 18:39:58','2016-10-13 18:39:58','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/10/4starroom.jpg',0,'attachment','image/jpeg',0),(3189,2,'2016-10-13 18:42:41','2016-10-13 18:42:41','','PageLines-rqclocks.JPG','','inherit','open','closed','','pagelines-rqclocks-jpg','','','2016-10-13 18:42:41','2016-10-13 18:42:41','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/10/rqclocks.jpg',0,'attachment','image/jpeg',0),(3190,2,'2016-10-18 10:52:36','2016-10-18 10:52:36','<p style=\"text-align: center;\"><br style=\"color: #222222;\" /><span style=\"color: #000000;\">Pre-market activity and scheduled economic data that may have an impact on the global financial markets. Live trading room access link.  <em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_117279385\"><span class=\"aQJ\">6:15 am ET</span></span></em></span></p>\r\n\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\">Don\'t trade alone, join a group of quant traders in a live trading room, </span><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/af0c864f8c/TEST/a8244a85d4\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/af0c864f8c/TEST/a8244a85d4&amp;source=gmail&amp;ust=1476874237830000&amp;usg=AFQjCNHfmIszQdHxbNn84IF8ktB54IBKFg\"><span style=\"color: #000000;\">click here to access live trading room.</span></a></div>\r\nWORLD HEADLINES - Stocks rallied around the world, commodities jumped and the dollar sank on speculation that a pick-up in the global inflation outlook won’t tempt the Federal Reserve to quicken the pace of monetary tightening.\r\n\r\nSTOCKS - S&amp;P 500 Index futures advanced  after U.S. equities fell 0.3 percent <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_117279386\"><span class=\"aQJ\">on Monday</span></span> amid a slide in health-care companies.\r\n\r\nBONDS - The yield on Treasuries due in a decade was little changed at 1.77 percent, after dropping three basis points the previous day.\r\n\r\nCOMMODITIES -  Metals across the board rose with commodities during the overnight trading session.\r\n\r\nCURRENCIES - The pound rose as the Office for National Statistics said the annual inflation rate accelerated. The New Zealand and Australian dollars also rose.\r\n\r\nECONOMIC DATA - US CPI m/m and CAD Manufacturing Sales m/m due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_117279387\"><span class=\"aQJ\">8:30</span></span>, CNY GDP q/y at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_117279388\"><span class=\"aQJ\">22:00 ET</span></span>.\r\n\r\n<hr />\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/af0c864f8c/TEST/86017eda25/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/af0c864f8c/TEST/86017eda25/trial%3D1&amp;source=gmail&amp;ust=1476874237830000&amp;usg=AFQjCNG3ywfjccePe_xQTNY-ihQ7_GZHoA\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"m_709022590604633891aBn\"><span class=\"m_709022590604633891aQJ\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_117279389\"><span class=\"aQJ\">7:30 am</span></span></span></span> and ends at <span class=\"m_709022590604633891aBn\"><span class=\"m_709022590604633891aQJ\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_117279390\"><span class=\"aQJ\">11:00 am ET</span></span></span></span> <span class=\"m_709022590604633891aBn\"><span class=\"m_709022590604633891aQJ\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_117279391\"><span class=\"aQJ\">Monday</span></span></span></span> thru<span class=\"m_709022590604633891aBn\"><span class=\"m_709022590604633891aQJ\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_117279392\"><span class=\"aQJ\">Friday</span></span></span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Access is simple, here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/af0c864f8c/TEST/49d5a5f656\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/af0c864f8c/TEST/49d5a5f656&amp;source=gmail&amp;ust=1476874237830000&amp;usg=AFQjCNFqV6_3-AzGkOFnDryppippbyNd3w\">register as a guest.</a></span></p>\r\n\r\n<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div><a style=\"color: rgba(51, 126, 255, 0.701961);\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/af0c864f8c/TEST/f6d6bb0504\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/af0c864f8c/TEST/f6d6bb0504&amp;source=gmail&amp;ust=1476874237830000&amp;usg=AFQjCNH8FRH-AALv5rE0fE0BQiATvZ_mmw\"><img class=\"m_709022590604633891aligncenter m_709022590604633891wp-image-3023 CToWUd\" title=\"room titan stars\" src=\"https://ci3.googleusercontent.com/proxy/3HNQdik2BLnqMaUmZ1RvZxpnhSdUviGOIg-QgUNYehOxnW8oHBi20rBGlG9Rx0Epg8z8o0jh5ASLUeRBQ3aO8vGy_gJynRWK4K3BS-oR5jzPtp0lcVkvsHDqaiW5hY43sz9C9Ut6M_6PwQmAaE5K400xveFVQQOWVblHNkVtOQuJ=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/f22ea15af0/room%20titan%20stars.JPG?__nocache__=1\" alt=\"room titan stars\" width=\"513\" height=\"107\" align=\"none\" border=\"0\" hspace=\"0\" vspace=\"0\" /></a></div>\r\n</div>\r\n</div>\r\n<div style=\"color: #0e5daf;\"></div>\r\n<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Trade Gold: Live Trading Room','','publish','open','closed','','trade-gold-live-trading-room','','','2016-10-18 11:09:52','2016-10-18 11:09:52','',0,'http://www.thetradingroom.com/?p=3190',0,'post','',0),(3191,2,'2016-10-18 10:52:36','2016-10-18 10:52:36','<p style=\"text-align: center;\"><br style=\"color: #222222;\" /><span style=\"color: #000000;\">Pre-market activity and scheduled economic data that may have an impact on the global financial markets. Live trading room access link.  <em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_117279385\"><span class=\"aQJ\">6:15 am ET</span></span></em></span></p>\r\n\r\n<div style=\"color: #222222;\">\r\n<div>\r\n<span style=\"color: #000000;\">Don\'t trade alone, join a group of quant traders in a live trading room, </span><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/af0c864f8c/TEST/a8244a85d4\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/af0c864f8c/TEST/a8244a85d4&amp;source=gmail&amp;ust=1476874237830000&amp;usg=AFQjCNHfmIszQdHxbNn84IF8ktB54IBKFg\"><span style=\"color: #000000;\">click here to access live trading room.</span></a></div>\r\nWORLD HEADLINES - Stocks rallied around the world, commodities jumped and the dollar sank on speculation that a pick-up in the global inflation outlook won’t tempt the Federal Reserve to quicken the pace of monetary tightening.\r\n\r\nSTOCKS - S&amp;P 500 Index futures advanced  after U.S. equities fell 0.3 percent <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_117279386\"><span class=\"aQJ\">on Monday</span></span> amid a slide in health-care companies.\r\n\r\nBONDS - The yield on Treasuries due in a decade was little changed at 1.77 percent, after dropping three basis points the previous day.\r\n\r\nCOMMODITIES -  Metals across the board rose with commodities during the overnight trading session.\r\n\r\nCURRENCIES - The pound rose as the Office for National Statistics said the annual inflation rate accelerated. The New Zealand and Australian dollars also rose.\r\n\r\nECONOMIC DATA - US CPI m/m and CAD Manufacturing Sales m/m due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_117279387\"><span class=\"aQJ\">8:30</span></span>, CNY GDP q/y at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_117279388\"><span class=\"aQJ\">22:00 ET</span></span>.\r\n\r\n<hr />\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/af0c864f8c/TEST/86017eda25/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/af0c864f8c/TEST/86017eda25/trial%3D1&amp;source=gmail&amp;ust=1476874237830000&amp;usg=AFQjCNG3ywfjccePe_xQTNY-ihQ7_GZHoA\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"m_709022590604633891aBn\"><span class=\"m_709022590604633891aQJ\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_117279389\"><span class=\"aQJ\">7:30 am</span></span></span></span> and ends at <span class=\"m_709022590604633891aBn\"><span class=\"m_709022590604633891aQJ\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_117279390\"><span class=\"aQJ\">11:00 am ET</span></span></span></span> <span class=\"m_709022590604633891aBn\"><span class=\"m_709022590604633891aQJ\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_117279391\"><span class=\"aQJ\">Monday</span></span></span></span> thru<span class=\"m_709022590604633891aBn\"><span class=\"m_709022590604633891aQJ\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_117279392\"><span class=\"aQJ\">Friday</span></span></span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Access is simple, here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/af0c864f8c/TEST/49d5a5f656\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/af0c864f8c/TEST/49d5a5f656&amp;source=gmail&amp;ust=1476874237830000&amp;usg=AFQjCNFqV6_3-AzGkOFnDryppippbyNd3w\">register as a guest.</a></span>\r\n</p>\r\n\r\n<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div><a style=\"color: rgba(51, 126, 255, 0.701961);\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/af0c864f8c/TEST/f6d6bb0504\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/af0c864f8c/TEST/f6d6bb0504&amp;source=gmail&amp;ust=1476874237830000&amp;usg=AFQjCNH8FRH-AALv5rE0fE0BQiATvZ_mmw\"><img class=\"m_709022590604633891aligncenter m_709022590604633891wp-image-3023 CToWUd\" title=\"room titan stars\" src=\"https://ci3.googleusercontent.com/proxy/3HNQdik2BLnqMaUmZ1RvZxpnhSdUviGOIg-QgUNYehOxnW8oHBi20rBGlG9Rx0Epg8z8o0jh5ASLUeRBQ3aO8vGy_gJynRWK4K3BS-oR5jzPtp0lcVkvsHDqaiW5hY43sz9C9Ut6M_6PwQmAaE5K400xveFVQQOWVblHNkVtOQuJ=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/f22ea15af0/room%20titan%20stars.JPG?__nocache__=1\" alt=\"room titan stars\" width=\"513\" height=\"107\" align=\"none\" border=\"0\" hspace=\"0\" vspace=\"0\" /></a></div>\r\n</div>\r\n</div>\r\n<div style=\"color: #0e5daf;\"></div>\r\n<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Trade Gold: Live Trading Room','','inherit','open','closed','','3190-revision-v1','','','2016-10-18 10:52:36','2016-10-18 10:52:36','',3190,'http://www.thetradingroom.com/3190-revision-v1/',0,'revision','',0),(3192,2,'2016-10-18 11:09:52','2016-10-18 11:09:52','<p style=\"text-align: center;\"><br style=\"color: #222222;\" /><span style=\"color: #000000;\">Pre-market activity and scheduled economic data that may have an impact on the global financial markets. Live trading room access link.  <em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_117279385\"><span class=\"aQJ\">6:15 am ET</span></span></em></span></p>\r\n\r\n<div style=\"color: #222222;\">\r\n<div><span style=\"color: #000000;\">Don\'t trade alone, join a group of quant traders in a live trading room, </span><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/af0c864f8c/TEST/a8244a85d4\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/af0c864f8c/TEST/a8244a85d4&amp;source=gmail&amp;ust=1476874237830000&amp;usg=AFQjCNHfmIszQdHxbNn84IF8ktB54IBKFg\"><span style=\"color: #000000;\">click here to access live trading room.</span></a></div>\r\nWORLD HEADLINES - Stocks rallied around the world, commodities jumped and the dollar sank on speculation that a pick-up in the global inflation outlook won’t tempt the Federal Reserve to quicken the pace of monetary tightening.\r\n\r\nSTOCKS - S&amp;P 500 Index futures advanced  after U.S. equities fell 0.3 percent <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_117279386\"><span class=\"aQJ\">on Monday</span></span> amid a slide in health-care companies.\r\n\r\nBONDS - The yield on Treasuries due in a decade was little changed at 1.77 percent, after dropping three basis points the previous day.\r\n\r\nCOMMODITIES -  Metals across the board rose with commodities during the overnight trading session.\r\n\r\nCURRENCIES - The pound rose as the Office for National Statistics said the annual inflation rate accelerated. The New Zealand and Australian dollars also rose.\r\n\r\nECONOMIC DATA - US CPI m/m and CAD Manufacturing Sales m/m due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_117279387\"><span class=\"aQJ\">8:30</span></span>, CNY GDP q/y at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_117279388\"><span class=\"aQJ\">22:00 ET</span></span>.\r\n\r\n<hr />\r\n<p style=\"color: #500050;\"><a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/af0c864f8c/TEST/86017eda25/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/af0c864f8c/TEST/86017eda25/trial%3D1&amp;source=gmail&amp;ust=1476874237830000&amp;usg=AFQjCNG3ywfjccePe_xQTNY-ihQ7_GZHoA\"><span style=\"color: #000000;\">The Trading Room® TradeLAB </span></a><span style=\"color: #000000;\">live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"m_709022590604633891aBn\"><span class=\"m_709022590604633891aQJ\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_117279389\"><span class=\"aQJ\">7:30 am</span></span></span></span> and ends at <span class=\"m_709022590604633891aBn\"><span class=\"m_709022590604633891aQJ\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_117279390\"><span class=\"aQJ\">11:00 am ET</span></span></span></span> <span class=\"m_709022590604633891aBn\"><span class=\"m_709022590604633891aQJ\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_117279391\"><span class=\"aQJ\">Monday</span></span></span></span> thru<span class=\"m_709022590604633891aBn\"><span class=\"m_709022590604633891aQJ\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_117279392\"><span class=\"aQJ\">Friday</span></span></span></span>.    </span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Access is simple, here is how to get started with a two week free trial…</span></p>\r\n<p style=\"color: #500050;\"><span style=\"color: #000000;\">Click on the following link and <a style=\"color: #1155cc;\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/af0c864f8c/TEST/49d5a5f656\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/af0c864f8c/TEST/49d5a5f656&amp;source=gmail&amp;ust=1476874237830000&amp;usg=AFQjCNFqV6_3-AzGkOFnDryppippbyNd3w\">register as a guest.</a></span></p>\r\n\r\n<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div><a style=\"color: rgba(51, 126, 255, 0.701961);\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/af0c864f8c/TEST/f6d6bb0504\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/af0c864f8c/TEST/f6d6bb0504&amp;source=gmail&amp;ust=1476874237830000&amp;usg=AFQjCNH8FRH-AALv5rE0fE0BQiATvZ_mmw\"><img class=\"m_709022590604633891aligncenter m_709022590604633891wp-image-3023 CToWUd\" title=\"room titan stars\" src=\"https://ci3.googleusercontent.com/proxy/3HNQdik2BLnqMaUmZ1RvZxpnhSdUviGOIg-QgUNYehOxnW8oHBi20rBGlG9Rx0Epg8z8o0jh5ASLUeRBQ3aO8vGy_gJynRWK4K3BS-oR5jzPtp0lcVkvsHDqaiW5hY43sz9C9Ut6M_6PwQmAaE5K400xveFVQQOWVblHNkVtOQuJ=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/f22ea15af0/room%20titan%20stars.JPG?__nocache__=1\" alt=\"room titan stars\" width=\"513\" height=\"107\" align=\"none\" border=\"0\" hspace=\"0\" vspace=\"0\" /></a></div>\r\n</div>\r\n</div>\r\n<div style=\"color: #0e5daf;\"></div>\r\n<div style=\"color: #0e5daf;\">\r\n<div style=\"color: #000000;\">\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Trade Gold: Live Trading Room','','inherit','open','closed','','3190-revision-v1','','','2016-10-18 11:09:52','2016-10-18 11:09:52','',3190,'http://www.thetradingroom.com/3190-revision-v1/',0,'revision','',0),(3200,1,'2016-10-19 10:11:48','2016-10-19 10:11:48','','testamber','','inherit','closed','closed','','1368-revision-v1','','','2016-10-19 10:11:48','2016-10-19 10:11:48','',1368,'http://www.thetradingroom.com/1368-revision-v1/',0,'revision','',0),(3199,1,'2016-10-19 10:04:27','2016-10-19 10:04:27','OK Hellow','testamber','','inherit','closed','closed','','1368-revision-v1','','','2016-10-19 10:04:27','2016-10-19 10:04:27','',1368,'http://www.thetradingroom.com/1368-revision-v1/',0,'revision','',0),(3197,1,'2016-10-19 07:46:46','2016-10-19 07:46:46','','Blog','','publish','closed','closed','','blog-2','','','2016-10-19 18:09:56','2016-10-19 18:09:56','',0,'http://www.thetradingroom.com/?p=3197',2,'nav_menu_item','',0),(3227,2,'2016-10-31 10:16:16','2016-10-31 10:16:16','WORLD HEADLINES - Energy shares fell with the Russian ruble and oil after the world’s biggest crude producers failed to agree supply cuts at a meeting in Vienna. Gold held near a four-week high following the reopening of an FBI probe into Hillary Clinton.\r\n\r\nSTOCKS - Futures on the S&amp;P 500 Index rose 0.3 percent, after earlier retreating as much as 0.4 percent.\r\n\r\nBONDS - The yield on U.S. Treasuries due in a decade was little changed at 1.84 percent, after touching a five-month high of 1.88 percent on Friday.\r\n\r\nCOMMODITIES - OPEC members ended talks on Friday without reaching a deal on country quotas, and discussions with major producers from outside the group on Saturday also concluded without any commitments.\r\n\r\nCURRENCIES - The Bloomberg Dollar Spot Index rose 0.1 percent, after retreating 0.3 percent from a seven-month high in the last session.\r\n\r\nECONOMIC DATA - US Personal Spending m/m, Core PCE Price Index m/m and CAD RMPI m/m due at 8:30, Chicago PMI at 9:45, CNY Manufacturing PMI at 21:00, CNY Caixin Manufacturing PMI at 21:45, AUD RBA Rate Statement at 23:30, JPY Monetary Policy Statement (Tentative) ET.\r\n\r\n&nbsp;\r\n\r\nCOMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.','Pre-Market Trading Activity','','publish','open','closed','','pre-market-trading-activity-3','','','2016-10-31 10:16:16','2016-10-31 10:16:16','',0,'http://www.thetradingroom.com/?p=3227',0,'post','',0),(3239,2,'2016-11-16 11:43:08','2016-11-16 11:43:08','WORLD HEADLINES - Government bonds tumbled around the world and the dollar rose on speculation that the economic outlook is sufficiently strong to allow the Federal Reserve to step up the pace of interest-rate hikes.\r\n\r\nSTOCKS - S&amp;P 500 Index futures slipped 0.1 percent, after the equity gauge rose 0.8 percent Tuesday.\r\n\r\nBONDS - The yield on Treasuries due in a decade rose during the session, after retreating from its highest level of the year in the last session.\r\n\r\nCOMMODITIES - Copper and aluminum declined in London, extending their retreats from one-year highs reached last week, and zinc retreated from its highest close since 2010.\r\n\r\nCURRENCIES - The US dollar climbed higher as currencies of commodity-producing nations, including the Australian dollar and South African rand, were among the biggest losers..\r\n\r\nECONOMIC DATA - US PPI and CAD Manufacturing Sales m/m due at 8:30, GBP MPC Member Cunliffe Speaks at 9:00, Industrial Production m/m at 9:15, Crude Oil Inventories at 10:30, NZD Unemployment Rate at 19:30 ET.','Crude Oil Inventories Data','','publish','closed','closed','','crude-oil-inventories-data','','','2016-12-04 13:59:48','2016-12-04 13:59:48','',0,'http://www.thetradingroom.com/?p=3239',0,'post','',0),(3206,2,'2016-10-19 11:39:32','2016-10-19 11:39:32','','Home','','inherit','closed','closed','','33-revision-v1','','','2016-10-19 11:39:32','2016-10-19 11:39:32','',33,'http://www.thetradingroom.com/33-revision-v1/',0,'revision','',0),(3207,2,'2016-10-19 13:18:53','2016-10-19 13:18:53','','PageLines-traderoomsession.JPG','','inherit','open','closed','','pagelines-traderoomsession-jpg-2','','','2016-10-19 13:18:53','2016-10-19 13:18:53','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/10/traderoomsession.jpg',0,'attachment','image/jpeg',0),(3208,2,'2016-10-19 13:21:24','2016-10-19 13:21:24','','PageLines-roomtitanstars.JPG','','inherit','open','closed','','pagelines-roomtitanstars-jpg-2','','','2016-10-19 13:21:24','2016-10-19 13:21:24','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/10/roomtitanstars-1.jpg',0,'attachment','image/jpeg',0),(3209,2,'2016-10-19 14:48:00','2016-10-19 14:48:00','','PageLines-roomtitanstars.JPG','','inherit','open','closed','','pagelines-roomtitanstars-jpg-3','','','2016-10-19 14:48:00','2016-10-19 14:48:00','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/10/roomtitanstars-2.jpg',0,'attachment','image/jpeg',0),(3210,2,'2016-10-19 14:58:18','2016-10-19 14:58:18','','PageLines-traderoom5titan.JPG','','inherit','open','closed','','pagelines-traderoom5titan-jpg-2','','','2016-10-19 14:58:18','2016-10-19 14:58:18','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/10/traderoom5titan-1.jpg',0,'attachment','image/jpeg',0),(3211,2,'2016-10-19 14:59:58','2016-10-19 14:59:58','','PageLines-strategyroom.JPG','','inherit','open','closed','','pagelines-strategyroom-jpg-3','','','2016-10-19 14:59:58','2016-10-19 14:59:58','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/10/strategyroom.jpg',0,'attachment','image/jpeg',0),(3212,2,'2016-10-19 15:02:04','2016-10-19 15:02:04','','PageLines-rqglassofficesnip.JPG','','inherit','open','closed','','pagelines-rqglassofficesnip-jpg-2','','','2016-10-19 15:02:04','2016-10-19 15:02:04','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/10/rqglassofficesnip.jpg',0,'attachment','image/jpeg',0),(3213,2,'2016-10-19 15:22:06','2016-10-19 15:22:06','','PageLines-strategyroom.JPG','','inherit','open','closed','','pagelines-strategyroom-jpg-4','','','2016-10-19 15:22:06','2016-10-19 15:22:06','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/10/strategyroom-1.jpg',0,'attachment','image/jpeg',0),(3214,2,'2016-10-19 15:29:52','2016-10-19 15:29:52','','PageLines-eppat.jpg','','inherit','open','closed','','pagelines-eppat-jpg','','','2016-10-19 15:29:52','2016-10-19 15:29:52','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/10/eppat.jpg',0,'attachment','image/jpeg',0),(3215,2,'2016-10-19 15:33:27','2016-10-19 15:33:27','','PageLines-4starroom.JPG','','inherit','open','closed','','pagelines-4starroom-jpg-2','','','2016-10-19 15:33:27','2016-10-19 15:33:27','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/10/4starroom-1.jpg',0,'attachment','image/jpeg',0),(3216,2,'2016-10-19 15:48:58','2016-10-19 15:48:58','','PageLines-awardspic.JPG','','inherit','open','closed','','pagelines-awardspic-jpg','','','2016-10-19 15:48:58','2016-10-19 15:48:58','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/10/awardspic.jpg',0,'attachment','image/jpeg',0),(3218,2,'2016-10-20 10:18:01','2016-10-20 10:18:01','Pre-market activity and scheduled economic data that may have an impact on the global financial markets. Live trading room access link.  <em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1041531919\"><span class=\"aQJ\">6:15 am ET</span></span></em>\r\n<div>\r\n<div>\r\nDon\'t trade alone, join a group of quant traders in a live trading room, <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f9db440da4/TEST/421ba8db3f\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/f9db440da4/TEST/421ba8db3f&amp;source=gmail&amp;ust=1477044832728000&amp;usg=AFQjCNGYSW-Lb4RK-tBNqecRS9S9v4_ZrA\">click here to access live trading room.</a></div>\r\nWORLD HEADLINES - The US dollar strengthened versus all of its major peers ahead of a European Central Bank policy meeting, while European stocks retreated and Asian shares advanced.\r\n\r\nSTOCKS - Futures on the S&amp;P 500 Index were little changed, after gaining as much as 0.3 percent following the debate.\r\n\r\nBONDS - U.S. Treasuries due in a decade were little changed. The  probability of a U.S. rate increase by December has climbed to 64 percent, fed fund futures indicate, from 59 percent at the end of September.\r\n\r\nCOMMODITIES -  Crude oil declined 1 percent to $51.07 a barrel in New York, after surging 2.6 percent <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1041531920\"><span class=\"aQJ\">on Wednesday</span></span>.\r\n\r\nCURRENCIES - The euro fell as much as 0.2 percent versus the greenback as traders await the ECB’s policy statement and a press briefing by the authority’s chief, Mario Draghi.\r\n\r\nECONOMIC DATA - EUR Minimum Bid Rate at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1041531921\"><span class=\"aQJ\">7:45</span></span>, GBP PC Member Shafik Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1041531922\"><span class=\"aQJ\">8:00</span></span>, ECB Press Conference at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1041531923\"><span class=\"aQJ\">8:30</span></span>, US Philly Fed Manufacturing Index and Unemployment Claims, Existing Home Sales at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1041531924\"><span class=\"aQJ\">10:00 ET</span></span>.\r\n\r\n<hr />\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f9db440da4/TEST/cf34962fda/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/f9db440da4/TEST/cf34962fda/trial%3D1&amp;source=gmail&amp;ust=1477044832728000&amp;usg=AFQjCNGZp0BYviYSDCeL7e4NzGmbzaDYaQ\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"m_3495397565192746004aBn\"><span class=\"m_3495397565192746004aQJ\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1041531925\"><span class=\"aQJ\">7:30 am</span></span></span></span> and ends at <span class=\"m_3495397565192746004aBn\"><span class=\"m_3495397565192746004aQJ\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1041531926\"><span class=\"aQJ\">11:00 am ET</span></span></span></span> <span class=\"m_3495397565192746004aBn\"><span class=\"m_3495397565192746004aQJ\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1041531927\"><span class=\"aQJ\">Monday</span></span></span></span> thru<span class=\"m_3495397565192746004aBn\"><span class=\"m_3495397565192746004aQJ\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1041531928\"><span class=\"aQJ\">Friday</span></span></span></span>.Access is simple, here is how to get started with a two week free trial…\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f9db440da4/TEST/a5a377c1b1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/f9db440da4/TEST/a5a377c1b1&amp;source=gmail&amp;ust=1477044832728000&amp;usg=AFQjCNGmEJtW5ry466jXAUbQjJhnguzaPA\">register as a guest.</a>\r\n<div>\r\n<div>\r\n<div><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f9db440da4/TEST/6746d9d97d\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/f9db440da4/TEST/6746d9d97d&amp;source=gmail&amp;ust=1477044832728000&amp;usg=AFQjCNH65xaH9evFdvf2ZvlPBD7fXPJ7yQ\"><img class=\"m_3495397565192746004aligncenter m_3495397565192746004wp-image-3023 CToWUd\" title=\"room titan stars\" src=\"https://ci3.googleusercontent.com/proxy/3HNQdik2BLnqMaUmZ1RvZxpnhSdUviGOIg-QgUNYehOxnW8oHBi20rBGlG9Rx0Epg8z8o0jh5ASLUeRBQ3aO8vGy_gJynRWK4K3BS-oR5jzPtp0lcVkvsHDqaiW5hY43sz9C9Ut6M_6PwQmAaE5K400xveFVQQOWVblHNkVtOQuJ=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/f22ea15af0/room%20titan%20stars.JPG?__nocache__=1\" alt=\"room titan stars\" width=\"513\" height=\"107\" align=\"none\" border=\"0\" hspace=\"0\" vspace=\"0\" /></a></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Pre-Market Trading: ECB Press Conference','','publish','open','closed','','pre-market-trading-ecb-press-conference','','','2016-10-20 10:18:02','2016-10-20 10:18:02','',0,'http://www.thetradingroom.com/?p=3218',0,'post','',0),(3219,2,'2016-10-20 10:18:02','2016-10-20 10:18:02','Pre-market activity and scheduled economic data that may have an impact on the global financial markets. Live trading room access link.  <em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1041531919\"><span class=\"aQJ\">6:15 am ET</span></span></em>\r\n<div>\r\n<div>\r\nDon\'t trade alone, join a group of quant traders in a live trading room, <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f9db440da4/TEST/421ba8db3f\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/f9db440da4/TEST/421ba8db3f&amp;source=gmail&amp;ust=1477044832728000&amp;usg=AFQjCNGYSW-Lb4RK-tBNqecRS9S9v4_ZrA\">click here to access live trading room.</a></div>\r\nWORLD HEADLINES - The US dollar strengthened versus all of its major peers ahead of a European Central Bank policy meeting, while European stocks retreated and Asian shares advanced.\r\n\r\nSTOCKS - Futures on the S&amp;P 500 Index were little changed, after gaining as much as 0.3 percent following the debate.\r\n\r\nBONDS - U.S. Treasuries due in a decade were little changed. The  probability of a U.S. rate increase by December has climbed to 64 percent, fed fund futures indicate, from 59 percent at the end of September.\r\n\r\nCOMMODITIES -  Crude oil declined 1 percent to $51.07 a barrel in New York, after surging 2.6 percent <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1041531920\"><span class=\"aQJ\">on Wednesday</span></span>.\r\n\r\nCURRENCIES - The euro fell as much as 0.2 percent versus the greenback as traders await the ECB’s policy statement and a press briefing by the authority’s chief, Mario Draghi.\r\n\r\nECONOMIC DATA - EUR Minimum Bid Rate at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1041531921\"><span class=\"aQJ\">7:45</span></span>, GBP PC Member Shafik Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1041531922\"><span class=\"aQJ\">8:00</span></span>, ECB Press Conference at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1041531923\"><span class=\"aQJ\">8:30</span></span>, US Philly Fed Manufacturing Index and Unemployment Claims, Existing Home Sales at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1041531924\"><span class=\"aQJ\">10:00 ET</span></span>.\r\n\r\n<hr />\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f9db440da4/TEST/cf34962fda/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/f9db440da4/TEST/cf34962fda/trial%3D1&amp;source=gmail&amp;ust=1477044832728000&amp;usg=AFQjCNGZp0BYviYSDCeL7e4NzGmbzaDYaQ\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"m_3495397565192746004aBn\"><span class=\"m_3495397565192746004aQJ\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1041531925\"><span class=\"aQJ\">7:30 am</span></span></span></span> and ends at <span class=\"m_3495397565192746004aBn\"><span class=\"m_3495397565192746004aQJ\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1041531926\"><span class=\"aQJ\">11:00 am ET</span></span></span></span> <span class=\"m_3495397565192746004aBn\"><span class=\"m_3495397565192746004aQJ\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1041531927\"><span class=\"aQJ\">Monday</span></span></span></span> thru<span class=\"m_3495397565192746004aBn\"><span class=\"m_3495397565192746004aQJ\"><span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1041531928\"><span class=\"aQJ\">Friday</span></span></span></span>.Access is simple, here is how to get started with a two week free trial…\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f9db440da4/TEST/a5a377c1b1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/f9db440da4/TEST/a5a377c1b1&amp;source=gmail&amp;ust=1477044832728000&amp;usg=AFQjCNGmEJtW5ry466jXAUbQjJhnguzaPA\">register as a guest.</a>\r\n<div>\r\n<div>\r\n<div><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/f9db440da4/TEST/6746d9d97d\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/f9db440da4/TEST/6746d9d97d&amp;source=gmail&amp;ust=1477044832728000&amp;usg=AFQjCNH65xaH9evFdvf2ZvlPBD7fXPJ7yQ\"><img class=\"m_3495397565192746004aligncenter m_3495397565192746004wp-image-3023 CToWUd\" title=\"room titan stars\" src=\"https://ci3.googleusercontent.com/proxy/3HNQdik2BLnqMaUmZ1RvZxpnhSdUviGOIg-QgUNYehOxnW8oHBi20rBGlG9Rx0Epg8z8o0jh5ASLUeRBQ3aO8vGy_gJynRWK4K3BS-oR5jzPtp0lcVkvsHDqaiW5hY43sz9C9Ut6M_6PwQmAaE5K400xveFVQQOWVblHNkVtOQuJ=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/f22ea15af0/room%20titan%20stars.JPG?__nocache__=1\" alt=\"room titan stars\" width=\"513\" height=\"107\" align=\"none\" border=\"0\" hspace=\"0\" vspace=\"0\" /></a></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Pre-Market Trading: ECB Press Conference','','inherit','closed','closed','','3218-revision-v1','','','2016-10-20 10:18:02','2016-10-20 10:18:02','',3218,'http://www.thetradingroom.com/3218-revision-v1/',0,'revision','',0),(3220,2,'2016-10-20 17:26:13','2016-10-20 17:26:13','','PageLines-4starroom.JPG','','inherit','open','closed','','pagelines-4starroom-jpg-3','','','2016-10-20 17:26:13','2016-10-20 17:26:13','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/10/4starroom-2.jpg',0,'attachment','image/jpeg',0),(3221,2,'2016-10-20 17:31:43','2016-10-20 17:31:43','','PageLines-tradinguptospeed.JPG','','inherit','open','closed','','pagelines-tradinguptospeed-jpg','','','2016-10-20 17:31:43','2016-10-20 17:31:43','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/10/tradinguptospeed.jpg',0,'attachment','image/jpeg',0),(3222,2,'2016-10-20 17:34:51','2016-10-20 17:34:51','','PageLines-joeteachingclass.jpg','','inherit','open','closed','','pagelines-joeteachingclass-jpg','','','2016-10-20 17:34:51','2016-10-20 17:34:51','',0,'http://www.thetradingroom.com/wp-content/uploads/2016/10/joeteachingclass.jpg',0,'attachment','image/jpeg',0),(3223,2,'2016-10-24 09:51:04','2016-10-24 09:51:04','<table width=\"650\">\r\n<tbody>\r\n<tr>\r\n<td width=\"463\">The US dollar had another good week, closing near one percent from the year\'s high. The US Treasury 10 year note traded higher breaking from a near term downtrend, pushing yields lower. S&amp;P 500 continued to trade in a tight range. In the week ahead we have a normal economic data calendar, along with important corporate earning reports. The earnings recession seems to be at and end with forward earnings trending higher.  There are several Fed speakers scheduled to speak in the beginning of the week, as well as Governors from both the Bank of Canada and Bank of England scheduled to testify before their respective governments. In addition, the ECB’s Draghi will be speaking early in the week. I will be focusing on the relationship between the US dollar and the US Treasury 10 year note for guidance to the overall market environment and trading opportunities.\r\n\r\n&nbsp;\r\n\r\nS&amp;P 500\r\n\r\n<span data-term=\"goog_1027781279\">Monday</span>                       -0.30%\r\n\r\n<span data-term=\"goog_1027781280\">Tuesday</span>                      0.62%\r\n\r\n<span data-term=\"goog_1027781281\">Wednesday</span>                 0.22%\r\n\r\n<span data-term=\"goog_1027781282\">Thursday</span>                     -0.14%\r\n\r\n<span data-term=\"goog_1027781283\">Friday</span>                          -0.01%\r\n\r\n&nbsp;\r\n\r\nJoe Rios\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/94fc516427/TEST/85a37d56c1\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/94fc516427/TEST/85a37d56c1&amp;source=gmail&amp;ust=1477388597485000&amp;usg=AFQjCNH8Za3SG-AB2KuM6V2AVAxAEMvr1A\">www.riosquant.com</a>\r\n\r\n_______________________________\r\n<h2>Live Trading Rooms and Events</h2>\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<b>Contact Information for your Support Needs: </b>\r\nKen Eriksen, RQ Client Relations Manager\r\nemail: <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/94fc516427/TEST/9801f0a44f\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/94fc516427/TEST/9801f0a44f&amp;source=gmail&amp;ust=1477388597485000&amp;usg=AFQjCNFa2fZotFK_TSeHY8zMg-wWIwBJMQ\">ken@riosquant.com</a>\r\n\r\nSkype: kmetrade\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<table width=\"415\">\r\n<tbody>\r\n<tr>\r\n<td><strong>The Trading Room® TradeLAB - </strong><strong>Global Trading with Quantitative Technologies</strong>\r\n\r\nJoin our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members.\r\n\r\nLive demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<span data-term=\"goog_1027781284\">Monday</span> thru <span data-term=\"goog_1027781285\">Friday</span> - From 7:30 am to <span data-term=\"goog_1027781286\">11:00 am ET</span>\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/94fc516427/TEST/d157f611e1\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/94fc516427/TEST/d157f611e1&amp;source=gmail&amp;ust=1477388597486000&amp;usg=AFQjCNH3l5TYeMga-82G_4um0DzTBfUJjg\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/94fc516427/TEST/479206b9be\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/94fc516427/TEST/479206b9be&amp;source=gmail&amp;ust=1477388597486000&amp;usg=AFQjCNHJ8-VKrpxiR4Ibbjabs22-WF_OOw\">register as a guest.</a>\r\n\r\n&nbsp;\r\n\r\n<strong>It\'s really that simple!</strong>\r\n\r\n<strong>                   ______________________________</strong>\r\n\r\n<strong>The Insider\'s Quant (I.Q.) Room</strong>\r\n\r\n<span data-term=\"goog_1027781287\">Monday</span> - <span data-term=\"goog_1027781288\">12:30</span>\r\n\r\n<em>Forecasting The Week Ahead </em>\r\n\r\n<span data-term=\"goog_1027781289\">Wednesday</span> - <span data-term=\"goog_1027781290\">12:30</span>\r\n\r\n<em>Strategy</em><em>  Class</em>\r\n\r\n<span data-term=\"goog_1027781291\">Friday</span> - <span data-term=\"goog_1027781292\">12:30</span>\r\n\r\n<em>Insiders Round Table Meetup</em></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<table width=\"650\">\r\n<tbody>\r\n<tr>\r\n<td><strong>THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY\r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</strong>\r\n\r\n<strong>PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','The Week Ahead','','publish','open','closed','','the-week-ahead-5','','','2016-10-24 09:51:04','2016-10-24 09:51:04','',0,'http://www.thetradingroom.com/?p=3223',0,'post','',0),(3224,2,'2016-10-24 09:50:18','2016-10-24 09:50:18','<table width=\"650\">\r\n<tbody>\r\n<tr>\r\n<td width=\"463\">The US dollar had another good week, closing near one percent from the year\'s high. The US Treasury 10 year note traded higher breaking from a near term downtrend, pushing yields lower. S&amp;P 500 continued to trade in a tight range. In the week ahead we have a normal economic data calendar, along with important corporate earning reports. The earnings recession seems to be at and end with forward earnings trending higher.  There are several Fed speakers scheduled to speak in the beginning of the week, as well as Governors from both the Bank of Canada and Bank of England scheduled to testify before their respective governments. In addition, the ECB’s Draghi will be speaking early in the week. I will be focusing on the relationship between the US dollar and the US Treasury 10 year note for guidance to the overall market environment and trading opportunities.\r\n\r\n&nbsp;\r\n\r\nS&amp;P 500\r\n\r\n<span data-term=\"goog_1027781279\">Monday</span>                       -0.30%\r\n\r\n<span data-term=\"goog_1027781280\">Tuesday</span>                      0.62%\r\n\r\n<span data-term=\"goog_1027781281\">Wednesday</span>                 0.22%\r\n\r\n<span data-term=\"goog_1027781282\">Thursday</span>                     -0.14%\r\n\r\n<span data-term=\"goog_1027781283\">Friday</span>                          -0.01%\r\n\r\n&nbsp;\r\n\r\nJoe Rios\r\n\r\n<a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/94fc516427/TEST/85a37d56c1\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/94fc516427/TEST/85a37d56c1&amp;source=gmail&amp;ust=1477388597485000&amp;usg=AFQjCNH8Za3SG-AB2KuM6V2AVAxAEMvr1A\">www.riosquant.com</a>\r\n\r\n_______________________________\r\n<h2>Live Trading Rooms and Events</h2>\r\nPlease take note of this week\'s schedule at a glance including key economic reports that might have an impact on the markets. Live trading rooms and educational events are also listed with the appropriate links for gaining access. While some of the events are free, others are for members only. Let us know if you have an interest and we will provide you with all the pertinent information.\r\n\r\n<b>Contact Information for your Support Needs: </b>\r\nKen Eriksen, RQ Client Relations Manager\r\nemail: <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/94fc516427/TEST/9801f0a44f\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/94fc516427/TEST/9801f0a44f&amp;source=gmail&amp;ust=1477388597485000&amp;usg=AFQjCNFa2fZotFK_TSeHY8zMg-wWIwBJMQ\">ken@riosquant.com</a>\r\n\r\nSkype: kmetrade\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<table width=\"415\">\r\n<tbody>\r\n<tr>\r\n<td><strong>The Trading Room® TradeLAB - </strong><strong>Global Trading with Quantitative Technologies</strong>\r\n\r\nJoin our trading community with RiosQuant founder and trade coach Joe Rios as well as the RQ members.\r\n\r\nLive demonstration of our pre-market quantitative analysis, real-time trading signals with RQ algorithmic technology, strategy performance review and Q&amp;A session.\r\n\r\n<span data-term=\"goog_1027781284\">Monday</span> thru <span data-term=\"goog_1027781285\">Friday</span> - From 7:30 am to <span data-term=\"goog_1027781286\">11:00 am ET</span>\r\n\r\n<strong>ATTENTION MEMBERS</strong> - To access The Trading Room® TradeLAB please log-in on the <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/94fc516427/TEST/d157f611e1\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/94fc516427/TEST/d157f611e1&amp;source=gmail&amp;ust=1477388597486000&amp;usg=AFQjCNH3l5TYeMga-82G_4um0DzTBfUJjg\">riosquant.com</a> site and click on the link under The Trading Room. If you are already logged in, then click on the \"My Account\" found on the upper right hand corner of the first page.\r\n\r\n&nbsp;\r\n\r\n<strong>ATTENTION GUESTS</strong> - Here is how to get started with a two week free trial...\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/94fc516427/TEST/479206b9be\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/94fc516427/TEST/479206b9be&amp;source=gmail&amp;ust=1477388597486000&amp;usg=AFQjCNHJ8-VKrpxiR4Ibbjabs22-WF_OOw\">register as a guest.</a>\r\n\r\n&nbsp;\r\n\r\n<strong>It\'s really that simple!</strong>\r\n\r\n<strong>                   ______________________________</strong>\r\n\r\n<strong>The Insider\'s Quant (I.Q.) Room</strong>\r\n\r\n<span data-term=\"goog_1027781287\">Monday</span> - <span data-term=\"goog_1027781288\">12:30</span>\r\n\r\n<em>Forecasting The Week Ahead </em>\r\n\r\n<span data-term=\"goog_1027781289\">Wednesday</span> - <span data-term=\"goog_1027781290\">12:30</span>\r\n\r\n<em>Strategy</em><em>  Class</em>\r\n\r\n<span data-term=\"goog_1027781291\">Friday</span> - <span data-term=\"goog_1027781292\">12:30</span>\r\n\r\n<em>Insiders Round Table Meetup</em></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<table width=\"650\">\r\n<tbody>\r\n<tr>\r\n<td><strong>THERE IS A SUBSTANTIAL RISK OF LOSS IN TRADING COMMODITY\r\nFUTURES, OPTIONS, AND FOREIGN EXCHANGE PRODUCTS</strong>\r\n\r\n<strong>PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>','The Week Ahead','','inherit','closed','closed','','3223-revision-v1','','','2016-10-24 09:50:18','2016-10-24 09:50:18','',3223,'http://www.thetradingroom.com/3223-revision-v1/',0,'revision','',0),(3228,2,'2016-10-31 10:16:16','2016-10-31 10:16:16','WORLD HEADLINES - Energy shares fell with the Russian ruble and oil after the world’s biggest crude producers failed to agree supply cuts at a meeting in Vienna. Gold held near a four-week high following the reopening of an FBI probe into Hillary Clinton.\r\n\r\nSTOCKS - Futures on the S&amp;P 500 Index rose 0.3 percent, after earlier retreating as much as 0.4 percent.\r\n\r\nBONDS - The yield on U.S. Treasuries due in a decade was little changed at 1.84 percent, after touching a five-month high of 1.88 percent on Friday.\r\n\r\nCOMMODITIES - OPEC members ended talks on Friday without reaching a deal on country quotas, and discussions with major producers from outside the group on Saturday also concluded without any commitments.\r\n\r\nCURRENCIES - The Bloomberg Dollar Spot Index rose 0.1 percent, after retreating 0.3 percent from a seven-month high in the last session.\r\n\r\nECONOMIC DATA - US Personal Spending m/m, Core PCE Price Index m/m and CAD RMPI m/m due at 8:30, Chicago PMI at 9:45, CNY Manufacturing PMI at 21:00, CNY Caixin Manufacturing PMI at 21:45, AUD RBA Rate Statement at 23:30, JPY Monetary Policy Statement (Tentative) ET.\r\n\r\n&nbsp;\r\n\r\nCOMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.','Pre-Market Trading Activity','','inherit','closed','closed','','3227-revision-v1','','','2016-10-31 10:16:16','2016-10-31 10:16:16','',3227,'http://www.thetradingroom.com/3227-revision-v1/',0,'revision','',0),(3229,2,'2016-11-02 10:17:38','2016-11-02 10:17:38','WORLD HEADLINES - A global equities selloff deepened and Mexico’s peso weakened as polls indicated a tightening race ahead of next week’s American presidential election. The yen gained with the Swiss franc and gold as investors favored haven assets.\r\n\r\nSTOCKS - Futures on the S&amp;P 500 Index fell 0.3 percent ahead of the Fed decision and results from companies including Alibaba Group Holding Ltd. and Facebook Inc.\r\n\r\nBONDS - Safe-haven demand boosted sovereign bonds, with 10-year yields falling across most of the developed world.\r\n\r\nCOMMODITIES - Crude oil fell to a one-month low after industry data showed American inventories increased by 9.3 million barrels last week. Gold added gains, after surging 0.9 percent on Tuesday.\r\n\r\nCURRENCIES - The yen climbed 0.5 percent against the dollar, after surging 0.6 percent in the last session. The franc also added 0.5 percent following a 1.4 percent jump that marked its biggest gain in about five months.\r\n\r\nECONOMIC DATA - US ADP Non-Farm Employment Change at 8:15, Crude Oil Inventories at 10:30, FOMC Statement at 14:00, AUD Trade Balance 20:30 ET.','PreMarket Trading: Risk Off Sentiment','','publish','open','closed','','premarket-trading-risk-off-sentiment','','','2016-11-02 10:17:38','2016-11-02 10:17:38','',0,'http://www.thetradingroom.com/?p=3229',0,'post','',0),(3230,2,'2016-11-02 10:17:38','2016-11-02 10:17:38','WORLD HEADLINES - A global equities selloff deepened and Mexico’s peso weakened as polls indicated a tightening race ahead of next week’s American presidential election. The yen gained with the Swiss franc and gold as investors favored haven assets.\r\n\r\nSTOCKS - Futures on the S&amp;P 500 Index fell 0.3 percent ahead of the Fed decision and results from companies including Alibaba Group Holding Ltd. and Facebook Inc.\r\n\r\nBONDS - Safe-haven demand boosted sovereign bonds, with 10-year yields falling across most of the developed world.\r\n\r\nCOMMODITIES - Crude oil fell to a one-month low after industry data showed American inventories increased by 9.3 million barrels last week. Gold added gains, after surging 0.9 percent on Tuesday.\r\n\r\nCURRENCIES - The yen climbed 0.5 percent against the dollar, after surging 0.6 percent in the last session. The franc also added 0.5 percent following a 1.4 percent jump that marked its biggest gain in about five months.\r\n\r\nECONOMIC DATA - US ADP Non-Farm Employment Change at 8:15, Crude Oil Inventories at 10:30, FOMC Statement at 14:00, AUD Trade Balance 20:30 ET.','PreMarket Trading: Risk Off Sentiment','','inherit','closed','closed','','3229-revision-v1','','','2016-11-02 10:17:38','2016-11-02 10:17:38','',3229,'http://www.thetradingroom.com/3229-revision-v1/',0,'revision','',0),(3232,2,'2016-11-08 11:58:58','2016-11-08 11:58:58','WORLD HEADLINES - Futures on the S&amp;P 500 Index slipped, European shares pared an advance and gold eked out gains, pointing to investor caution before the U.S. presidential election, with opinion polls showing Hillary Clinton narrowly ahead of Donald Trump.\r\n\r\nSTOCKS - Stock markets are turning cautious after rallying around the world on Monday and continuing their gains through trading in Asia.\r\n\r\nBONDS - Most bond yields retreated on Tuesday after rising across the board on Monday. The benchmark 10-year U.S. Treasury yield fell one basis point to 1.815 percent.\r\n\r\nCOMMODITIES - Natural gas sold-off to test recent lows during the overnight trading session.\r\n\r\nCURRENCIES - Gyrations in the $5.1 trillion foreign-exchange market waned and the dollar held its gain versus the yen before U.S. voters cast their ballots in the presidential election.\r\n\r\nECONOMIC DATA - CAD Building Permits m/m due at 8:30, US JOLTS Job Openings at 10:00, Presidential Election all day.','Election Day: Pre-Market Trading','','publish','open','closed','','election-day-pre-market-trading','','','2016-11-08 11:58:58','2016-11-08 11:58:58','',0,'http://www.thetradingroom.com/?p=3232',0,'post','',0),(3233,2,'2016-11-08 11:58:58','2016-11-08 11:58:58','WORLD HEADLINES - Futures on the S&amp;P 500 Index slipped, European shares pared an advance and gold eked out gains, pointing to investor caution before the U.S. presidential election, with opinion polls showing Hillary Clinton narrowly ahead of Donald Trump.\r\n\r\nSTOCKS - Stock markets are turning cautious after rallying around the world on Monday and continuing their gains through trading in Asia.\r\n\r\nBONDS - Most bond yields retreated on Tuesday after rising across the board on Monday. The benchmark 10-year U.S. Treasury yield fell one basis point to 1.815 percent.\r\n\r\nCOMMODITIES - Natural gas sold-off to test recent lows during the overnight trading session.\r\n\r\nCURRENCIES - Gyrations in the $5.1 trillion foreign-exchange market waned and the dollar held its gain versus the yen before U.S. voters cast their ballots in the presidential election.\r\n\r\nECONOMIC DATA - CAD Building Permits m/m due at 8:30, US JOLTS Job Openings at 10:00, Presidential Election all day.','Election Day: Pre-Market Trading','','inherit','closed','closed','','3232-revision-v1','','','2016-11-08 11:58:58','2016-11-08 11:58:58','',3232,'http://www.thetradingroom.com/3232-revision-v1/',0,'revision','',0),(3234,2,'2016-11-09 12:17:38','2016-11-09 12:17:38','WORLD HEADLINES - Turbulence in financial markets calmed after a knee-jerk selloff in stocks and rally in haven assets as investors reassessed the effects of Donald Trump’s surprise victory in the U.S. presidential election.\r\n\r\nSTOCKS - S&amp;P 500 Index futures lost 1.9 percent during London, after earlier sliding as much as 5 percent as investors rushed to price in a Trump win.\r\n\r\nBONDS - The spread between five- and 30-year Treasury yields widened amid speculation Trump as president would increase spending to spur economic growth, and swaps traders cut wagers on a Federal Reserve interest-rate hike next month.\r\n\r\nCOMMODITIES - Some industrial metals erased earlier losses after Trump’s speech. Copper gained as much as 4 percent and Nickel advanced as much as 1.7 percent.\r\n\r\nCURRENCIES - Currencies viewed as havens strengthened, with the yen climbing 1.7 percent. While the euro gained as much as 2.5 percent, it gave up much of that advance to trade 0.3 percent stronger.\r\n\r\nECONOMIC DATA - Crude Oil Inventories due at 10:30, RBNZ Rate Statement at 15:00, RBNZ Press Conference at 16:00, RBNZ Gov Wheeler Speaks at 19:10 ET.','Post Election: Volatility in the Markets','','publish','open','closed','','post-election-volatility-markets','','','2016-11-09 12:17:38','2016-11-09 12:17:38','',0,'http://www.thetradingroom.com/?p=3234',0,'post','',0),(3235,2,'2016-11-09 12:17:00','2016-11-09 12:17:00','','whats-next-rectangle-oic','','inherit','open','closed','','whats-next-rectangle-oic','','','2016-11-09 12:17:00','2016-11-09 12:17:00','',3234,'http://www.thetradingroom.com/wp-content/uploads/2016/11/whats-next-rectangle-oic.jpg',0,'attachment','image/jpeg',0),(3236,2,'2016-11-09 12:17:38','2016-11-09 12:17:38','WORLD HEADLINES - Turbulence in financial markets calmed after a knee-jerk selloff in stocks and rally in haven assets as investors reassessed the effects of Donald Trump’s surprise victory in the U.S. presidential election.\r\n\r\nSTOCKS - S&amp;P 500 Index futures lost 1.9 percent during London, after earlier sliding as much as 5 percent as investors rushed to price in a Trump win.\r\n\r\nBONDS - The spread between five- and 30-year Treasury yields widened amid speculation Trump as president would increase spending to spur economic growth, and swaps traders cut wagers on a Federal Reserve interest-rate hike next month.\r\n\r\nCOMMODITIES - Some industrial metals erased earlier losses after Trump’s speech. Copper gained as much as 4 percent and Nickel advanced as much as 1.7 percent.\r\n\r\nCURRENCIES - Currencies viewed as havens strengthened, with the yen climbing 1.7 percent. While the euro gained as much as 2.5 percent, it gave up much of that advance to trade 0.3 percent stronger.\r\n\r\nECONOMIC DATA - Crude Oil Inventories due at 10:30, RBNZ Rate Statement at 15:00, RBNZ Press Conference at 16:00, RBNZ Gov Wheeler Speaks at 19:10 ET.','Post Election: Volatility in the Markets','','inherit','closed','closed','','3234-revision-v1','','','2016-11-09 12:17:38','2016-11-09 12:17:38','',3234,'http://www.thetradingroom.com/3234-revision-v1/',0,'revision','',0),(3237,2,'2016-11-15 11:38:25','2016-11-15 11:38:25','WORLD HEADLINES - The dollar pulled back from close to 14-year highs, euro zone government bond yields fell and the price of copper tumbled as traders cashed in gains from a rally fueled by Trump\'s presidential victory.\r\n\r\nSTOCKS - S&amp;P 500 Index futures rose slightly after shares ended a volatile session Monday little changed.\r\n\r\nBONDS - The 30-year Treasury yield, which on Monday shot above 3 percent for the first time since January, fell 5 basis points to 2.93 percent.\r\n\r\nCOMMODITIES - Natural gas futures extended gains after rising the most since July as colder-than-normal temperatures are seen hitting the U.S. East Coast next week. Crude oil also rose as OPEC nations were said to be making a final diplomatic effort toward securing a deal to curb production.\r\n\r\nCURRENCIES - The US dollar, which earlier traded close to its strongest since early 2003 against a basket of currencies, fell 0.6 percent on Tuesday as long-dated U.S. Treasury yields fell.\r\n\r\nECONOMIC DATA - US Retail Sales m/m and Empire State Manufacturing Index due at 8:30, FOMC Member Tarullo Speaks at 9:05 ET.','Trade Natural Gas Futures','','publish','open','closed','','trade-natural-gas-futures','','','2016-11-15 11:38:25','2016-11-15 11:38:25','',0,'http://www.thetradingroom.com/?p=3237',0,'post','',0),(3238,2,'2016-11-15 11:38:25','2016-11-15 11:38:25','WORLD HEADLINES - The dollar pulled back from close to 14-year highs, euro zone government bond yields fell and the price of copper tumbled as traders cashed in gains from a rally fueled by Trump\'s presidential victory.\r\n\r\nSTOCKS - S&amp;P 500 Index futures rose slightly after shares ended a volatile session Monday little changed.\r\n\r\nBONDS - The 30-year Treasury yield, which on Monday shot above 3 percent for the first time since January, fell 5 basis points to 2.93 percent.\r\n\r\nCOMMODITIES - Natural gas futures extended gains after rising the most since July as colder-than-normal temperatures are seen hitting the U.S. East Coast next week. Crude oil also rose as OPEC nations were said to be making a final diplomatic effort toward securing a deal to curb production.\r\n\r\nCURRENCIES - The US dollar, which earlier traded close to its strongest since early 2003 against a basket of currencies, fell 0.6 percent on Tuesday as long-dated U.S. Treasury yields fell.\r\n\r\nECONOMIC DATA - US Retail Sales m/m and Empire State Manufacturing Index due at 8:30, FOMC Member Tarullo Speaks at 9:05 ET.','Trade Natural Gas Futures','','inherit','closed','closed','','3237-revision-v1','','','2016-11-15 11:38:25','2016-11-15 11:38:25','',3237,'http://www.thetradingroom.com/3237-revision-v1/',0,'revision','',0),(3240,2,'2016-11-16 11:43:08','2016-11-16 11:43:08','WORLD HEADLINES - Government bonds tumbled around the world and the dollar rose on speculation that the economic outlook is sufficiently strong to allow the Federal Reserve to step up the pace of interest-rate hikes.\r\n\r\nSTOCKS - S&amp;P 500 Index futures slipped 0.1 percent, after the equity gauge rose 0.8 percent Tuesday.\r\n\r\nBONDS - The yield on Treasuries due in a decade rose during the session, after retreating from its highest level of the year in the last session.\r\n\r\nCOMMODITIES - Copper and aluminum declined in London, extending their retreats from one-year highs reached last week, and zinc retreated from its highest close since 2010.\r\n\r\nCURRENCIES - The US dollar climbed higher as currencies of commodity-producing nations, including the Australian dollar and South African rand, were among the biggest losers..\r\n\r\nECONOMIC DATA - US PPI and CAD Manufacturing Sales m/m due at 8:30, GBP MPC Member Cunliffe Speaks at 9:00, Industrial Production m/m at 9:15, Crude Oil Inventories at 10:30, NZD Unemployment Rate at 19:30 ET.','Crude Oil Inventories Data','','inherit','closed','closed','','3239-revision-v1','','','2016-11-16 11:43:08','2016-11-16 11:43:08','',3239,'http://www.thetradingroom.com/3239-revision-v1/',0,'revision','',0),(3305,2,'2016-12-15 12:12:33','2016-12-15 12:12:33','<blockquote>WORLD HEADLINES - The US dollar climbed the highest level since 2003 against the euro as the prospect of a steeper path for U.S. interest rates next year filtered through markets. European bank stocks climbed while bonds and gold slumped.STOCKS - The SP 500 Index futures trad...</blockquote>','World Headlines - 2016-12-15','','publish','closed','closed','','world-headlines-2016-12-15','','','2016-12-15 12:12:33','2016-12-15 12:12:33','',0,'http://www.thetradingroom.com/?p=3305',0,'post','',0),(3258,2,'2016-11-28 10:35:55','2016-11-28 10:35:55','Pre-market activity and scheduled economic data that may have an impact on the global financial markets. Live trading room access link.  <em>Posted  5<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1092556273\"><span class=\"aQJ\">:30 am ET</span></span></em>\r\n<div>\r\n<div>Don\'t trade alone, join a group of quant traders in a live trading room, <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/a6a11b1bab/TEST/0abcf1b908\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/a6a11b1bab/TEST/0abcf1b908&amp;source=gmail&amp;ust=1480415357541000&amp;usg=AFQjCNEY_X4MKl6nvlbakDKDh8vUloyTzA\">click here to access live trading room.</a></div>\r\n<div></div>\r\n</div>\r\nWORLD HEADLINES - Trades that performed best in the three weeks since Trump’s shock election victory took a breather Monday, with the dollar falling the most since September and S&amp;P 500 Index futures signaling U.S. stocks will slip from all-time highs.\r\n\r\nSTOCKS - S&amp;P 500 Index futures dropped 0.4 percent after the underlying benchmark set a new all-time high Friday as traders returned from the Thanksgiving holiday.\r\n\r\nBONDS - Ten-year Treasuries rose for the first time in three sessions, pushing yields down three basis points to 2.33 percent.\r\n\r\nCOMMODITIES - Zinc surged and gold climbed, while crude oil in New York extended declines below $46 a barrel.\r\n\r\nCURRENCIES - The Japanese yen led an advance among major currencies versus the greenback, gaining 1.2 in London, extending Friday’s rally from an almost eight-month low.The euro added 0.6 percent in a third day of gains.\r\n\r\nECONOMIC DATA - ECB President Draghi Speaks at 9:00, BOC Gov Poloz Speaks at 20:00 ET.','PreMarket Global Trading Activity','','publish','closed','closed','','premarket-global-trading-activity','','','2016-12-04 13:58:25','2016-12-04 13:58:25','',0,'http://www.thetradingroom.com/?p=3258',0,'post','',0),(3259,2,'2016-11-28 10:35:55','2016-11-28 10:35:55','Pre-market activity and scheduled economic data that may have an impact on the global financial markets. Live trading room access link.  <em>Posted  5<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1092556273\"><span class=\"aQJ\">:30 am ET</span></span></em>\r\n<div>\r\n<div>\r\nDon\'t trade alone, join a group of quant traders in a live trading room, <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/a6a11b1bab/TEST/0abcf1b908\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/a6a11b1bab/TEST/0abcf1b908&amp;source=gmail&amp;ust=1480415357541000&amp;usg=AFQjCNEY_X4MKl6nvlbakDKDh8vUloyTzA\">click here to access live trading room.</a></div>\r\n<div></div>\r\n</div>\r\nWORLD HEADLINES - Trades that performed best in the three weeks since Trump’s shock election victory took a breather Monday, with the dollar falling the most since September and S&amp;P 500 Index futures signaling U.S. stocks will slip from all-time highs.\r\n\r\nSTOCKS - S&amp;P 500 Index futures dropped 0.4 percent after the underlying benchmark set a new all-time high Friday as traders returned from the Thanksgiving holiday.\r\n\r\nBONDS - Ten-year Treasuries rose for the first time in three sessions, pushing yields down three basis points to 2.33 percent.\r\n\r\nCOMMODITIES - Zinc surged and gold climbed, while crude oil in New York extended declines below $46 a barrel.\r\n\r\nCURRENCIES - The Japanese yen led an advance among major currencies versus the greenback, gaining 1.2 in London, extending Friday’s rally from an almost eight-month low.The euro added 0.6 percent in a third day of gains.\r\n\r\nECONOMIC DATA - ECB President Draghi Speaks at 9:00, BOC Gov Poloz Speaks at 20:00 ET.','PreMarket Global Trading Activity','','inherit','closed','closed','','3258-revision-v1','','','2016-11-28 10:35:55','2016-11-28 10:35:55','',3258,'http://www.thetradingroom.com/3258-revision-v1/',0,'revision','',0),(3263,2,'2016-11-30 12:24:51','2016-11-30 12:24:51','WORLD HEADLINES - Optimism OPEC ministers in Vienna will salvage a deal to cut production reverberated through the financial markets, spurring oil’s biggest gain in two weeks as risk on sentiment dominated. Currencies of commodity-exporting nations traded higher.\r\n\r\nSTOCKS - E-mini futures for the S&amp;P 500 traded higher during the overnight session, pointing to a higher Wall Street open.\r\n\r\nBONDS - Treasury ten year notes traded lower, near a short term key support level.\r\n\r\nCOMMODITIES - Base metals rebounded in London, with zinc climbing 1.5 percent and copper gaining 1.2 percent. The London Metal Exchange Index tumbled 3.4 percent on Tuesday, its biggest one-day retreat in more than a year.\r\n\r\nCURRENCIES - The Canadian dollar traded higher, helped by crude oil futures. The British pound traded lower while the US dollar was slightly lower.\r\n\r\nECONOMIC DATA - US ECB President Draghi Speaks at 7:30, ADP Non-Farm Employment Change at 8:15, US Personal Spending m/m and CAD GDP at 8:30, Chicago PMI at 9:45, Pending Home Sales m/m at 10:00, Crude Oil Inventories at 10:30, German Buba President Weidmann Speaks at 11:00, FOMC Member Powell Speaks at 11:45, CNY Manufacturing PMI at 20:00, CNY Caixin Manufacturing PMI at 20:45 ET.','Pre-Market Trading: Risk On Sentiment','','publish','closed','closed','','pre-market-trading-risk-sentiment-2','','','2016-12-04 13:57:54','2016-12-04 13:57:54','',0,'http://www.thetradingroom.com/?p=3263',0,'post','',0),(3264,2,'2016-11-30 12:24:51','2016-11-30 12:24:51','WORLD HEADLINES - Optimism OPEC ministers in Vienna will salvage a deal to cut production reverberated through the financial markets, spurring oil’s biggest gain in two weeks as risk on sentiment dominated. Currencies of commodity-exporting nations traded higher.\r\n\r\nSTOCKS - E-mini futures for the S&amp;P 500 traded higher during the overnight session, pointing to a higher Wall Street open.\r\n\r\nBONDS - Treasury ten year notes traded lower, near a short term key support level.\r\n\r\nCOMMODITIES - Base metals rebounded in London, with zinc climbing 1.5 percent and copper gaining 1.2 percent. The London Metal Exchange Index tumbled 3.4 percent on Tuesday, its biggest one-day retreat in more than a year.\r\n\r\nCURRENCIES - The Canadian dollar traded higher, helped by crude oil futures. The British pound traded lower while the US dollar was slightly lower.\r\n\r\nECONOMIC DATA - US ECB President Draghi Speaks at 7:30, ADP Non-Farm Employment Change at 8:15, US Personal Spending m/m and CAD GDP at 8:30, Chicago PMI at 9:45, Pending Home Sales m/m at 10:00, Crude Oil Inventories at 10:30, German Buba President Weidmann Speaks at 11:00, FOMC Member Powell Speaks at 11:45, CNY Manufacturing PMI at 20:00, CNY Caixin Manufacturing PMI at 20:45 ET.','Pre-Market Trading: Risk On Sentiment','','inherit','closed','closed','','3263-revision-v1','','','2016-11-30 12:24:51','2016-11-30 12:24:51','',3263,'http://www.thetradingroom.com/3263-revision-v1/',0,'revision','',0),(3315,2,'2016-12-20 11:55:11','2016-12-20 11:55:11','<blockquote>WORLD HEADLINES - The US dollar climbed back towards a 14-year high on Tuesday as the yen fell after the Bank of Japan held policy steady. Bonds and gold fell demonstrating markets increasing resilience to geopolitical shocks.STOCKS - European shares were steady with ...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2016-12-20\">Read More</a></blockquote>','World Headlines - Bonds Drop With Gold','','publish','closed','closed','','world-headlines-2016-12-20','','','2016-12-20 11:57:05','2016-12-20 11:57:05','',0,'http://www.thetradingroom.com/?p=3315',0,'post','',0),(3278,2,'2016-12-08 12:01:43','2016-12-08 12:01:43','<strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a class=\"m_7660482517394705981validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/353b56f136/TEST/1e232dd8b2\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/353b56f136/TEST/1e232dd8b2&amp;source=gmail&amp;ust=1481284775620000&amp;usg=AFQjCNGZw13RhuKOIXFuvEfM1P5KlUg7jA\">Live trading room access link.</a>\r\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_664654671\"><span class=\"aQJ\">6:00 am ET</span></span></em></strong>\r\n<div>\r\n<div>\r\n<div>WORLD HEADLINES - Bonds fell on concern Mario Draghi may fail to deliver on stimulus that’s already priced into the market. The euro gained for a second day.\r\n\r\nSTOCKS - A gauge of European stocks moved higher toward a three-month peak while S&amp;P 500 Index futures fluctuated after closing at a record high.\r\n\r\nBONDS - Yields on Treasuries due in a decade rose three basis points to 2.37 percent, after falling five basis points <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_664654672\"><span class=\"aQJ\">on Wednesday</span></span>.\r\n\r\nCOMMODITIES - Oil pushed higher following yesterday\'s drop while gold futures traded sideways between yesterday\'s range.\r\n\r\nCURRENCIES - The euro reached a three-week high as investors awaited the European Central Bank’s monetary policy decision.\r\n\r\nECONOMIC DATA - Euro Minimum Bid Rate due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_664654673\"><span class=\"aQJ\">7:45</span></span>, EUR ECB Press Conference, US Unemployment Claims and CAD Building Permits m/m at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_664654674\"><span class=\"aQJ\">8:30</span></span>, Natural Gas Storage at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_664654675\"><span class=\"aQJ\">10:30</span></span>, CNY CPI y/y at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_664654676\"><span class=\"aQJ\">20:20 ET</span></span>.</div>\r\n<div>\r\n<div>\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n\r\n<a class=\"m_7660482517394705981validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/353b56f136/TEST/a815a741d4/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/353b56f136/TEST/a815a741d4/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial%3D1&amp;source=gmail&amp;ust=1481284775621000&amp;usg=AFQjCNHkYfZr3BXpy5g1cCesyiNnlHnpUA\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_664654677\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_664654678\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_664654679\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_664654680\"><span class=\"aQJ\">Friday</span></span>.\r\n\r\nAccess is simple, here is how to get started with a two week free trial…\r\n\r\nClick on the following link and <a class=\"m_7660482517394705981validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/353b56f136/TEST/84553e0536\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/353b56f136/TEST/84553e0536&amp;source=gmail&amp;ust=1481284775621000&amp;usg=AFQjCNGWPICJ8QUhOejZ8JyYhPlX1Xrz_w\">register as a guest.</a>\r\n\r\n</div>\r\n</div>','Pre-Market Trading: Bonds Retreat','','publish','closed','closed','','pre-market-trading-bonds-retreat','','','2016-12-08 12:01:43','2016-12-08 12:01:43','',0,'http://www.thetradingroom.com/?p=3278',0,'post','',0),(3279,2,'2016-12-08 12:01:43','2016-12-08 12:01:43','<strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a class=\"m_7660482517394705981validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/353b56f136/TEST/1e232dd8b2\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/353b56f136/TEST/1e232dd8b2&amp;source=gmail&amp;ust=1481284775620000&amp;usg=AFQjCNGZw13RhuKOIXFuvEfM1P5KlUg7jA\">Live trading room access link.</a>\r\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_664654671\"><span class=\"aQJ\">6:00 am ET</span></span></em></strong>\r\n<div>\r\n<div>\r\n<div>WORLD HEADLINES - Bonds fell on concern Mario Draghi may fail to deliver on stimulus that’s already priced into the market. The euro gained for a second day.\r\n\r\nSTOCKS - A gauge of European stocks moved higher toward a three-month peak while S&amp;P 500 Index futures fluctuated after closing at a record high.\r\n\r\nBONDS - Yields on Treasuries due in a decade rose three basis points to 2.37 percent, after falling five basis points <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_664654672\"><span class=\"aQJ\">on Wednesday</span></span>.\r\n\r\nCOMMODITIES - Oil pushed higher following yesterday\'s drop while gold futures traded sideways between yesterday\'s range.\r\n\r\nCURRENCIES - The euro reached a three-week high as investors awaited the European Central Bank’s monetary policy decision.\r\n\r\nECONOMIC DATA - Euro Minimum Bid Rate due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_664654673\"><span class=\"aQJ\">7:45</span></span>, EUR ECB Press Conference, US Unemployment Claims and CAD Building Permits m/m at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_664654674\"><span class=\"aQJ\">8:30</span></span>, Natural Gas Storage at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_664654675\"><span class=\"aQJ\">10:30</span></span>, CNY CPI y/y at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_664654676\"><span class=\"aQJ\">20:20 ET</span></span>.</div>\r\n<div>\r\n<div>\r\n</div>\r\n</div>\r\n</div>\r\n<div>\r\n\r\n<a class=\"m_7660482517394705981validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/353b56f136/TEST/a815a741d4/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/353b56f136/TEST/a815a741d4/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial%3D1&amp;source=gmail&amp;ust=1481284775621000&amp;usg=AFQjCNHkYfZr3BXpy5g1cCesyiNnlHnpUA\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_664654677\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_664654678\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_664654679\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_664654680\"><span class=\"aQJ\">Friday</span></span>.\r\n\r\nAccess is simple, here is how to get started with a two week free trial…\r\n\r\nClick on the following link and <a class=\"m_7660482517394705981validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/353b56f136/TEST/84553e0536\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/353b56f136/TEST/84553e0536&amp;source=gmail&amp;ust=1481284775621000&amp;usg=AFQjCNGWPICJ8QUhOejZ8JyYhPlX1Xrz_w\">register as a guest.</a>\r\n\r\n</div>\r\n</div>','Pre-Market Trading: Bonds Retreat','','inherit','closed','closed','','3278-revision-v1','','','2016-12-08 12:01:43','2016-12-08 12:01:43','',3278,'http://www.thetradingroom.com/3278-revision-v1/',0,'revision','',0),(3281,2,'2016-12-09 11:34:52','2016-12-09 11:34:52','WORLD HEADLINES - World stocks were set for a weekly gain and held near 16-month highs on Friday, while the euro steadied after swings following the European Central Bank’s decision to extend its stimulus program.\r\n\r\nSTOCKS - One month on from November\'s U.S. presidential election, world stocks have gained 3.8 percent, with Wall Street spurred to all time highs on hopes of higher growth and inflation as a result of President-elect Donald Trump\'s planned fiscal stimulus.\r\n\r\nBONDS - Yields on US Treasuries maturing in a decade rose one basis point percent, after jumping yesterday.\r\n\r\nCOMMODITIES - Oil built on its gains after rebounding overnight on growing optimism that non-OPEC producers might follow the cartel\'s lead by agreeing to cut output.\r\n\r\nCURRENCIES - The dollar index, which tracks the greenback against a basket of six major rival currencies, was steady during the overnight trading session, up 0.4 percent for the week.\r\n\r\nECONOMIC DATA - US Prelim UoM Consumer Sentiment due at 10:00 ET.','Headlines: Stocks set for weekly gain','','publish','closed','closed','','headlines-stocks-set-weekly-gain','','','2016-12-09 11:35:42','2016-12-09 11:35:42','',0,'http://www.thetradingroom.com/?p=3281',0,'post','',0),(3283,2,'2016-12-09 11:34:52','2016-12-09 11:34:52','WORLD HEADLINES - World stocks were set for a weekly gain and held near 16-month highs on Friday, while the euro steadied after swings following the European Central Bank’s decision to extend its stimulus program.\r\n\r\nSTOCKS - One month on from November\'s U.S. presidential election, world stocks have gained 3.8 percent, with Wall Street spurred to all time highs on hopes of higher growth and inflation as a result of President-elect Donald Trump\'s planned fiscal stimulus.\r\n\r\nBONDS - Yields on US Treasuries maturing in a decade rose one basis point percent, after jumping yesterday.\r\n\r\nCOMMODITIES - Oil built on its gains after rebounding overnight on growing optimism that non-OPEC producers might follow the cartel\'s lead by agreeing to cut output.\r\n\r\nCURRENCIES - The dollar index, which tracks the greenback against a basket of six major rival currencies, was steady during the overnight trading session, up 0.4 percent for the week.\r\n\r\nECONOMIC DATA - US Prelim UoM Consumer Sentiment due at 10:00 ET.','Headlines: Stocks set for weekly gain','','inherit','closed','closed','','3281-revision-v1','','','2016-12-09 11:34:52','2016-12-09 11:34:52','',3281,'http://www.thetradingroom.com/3281-revision-v1/',0,'revision','',0),(3308,2,'2016-12-19 11:41:45','2016-12-19 11:41:45','<blockquote>WORLD HEADLINES - The US dollar retreated versus the yen as traders took stock following a six-week rally in the currency. European shares fell along with most Asian equities and gold rose.STOCKS - The SP 500 Index futures traded sideways ahead of the Wall Street opening bell....</blockquote>','World Headlines - 2016-12-19','','inherit','closed','closed','','3307-revision-v1','','','2016-12-19 11:41:45','2016-12-19 11:41:45','',3307,'http://www.thetradingroom.com/3307-revision-v1/',0,'revision','',0),(3341,2,'2017-01-10 11:09:33','0000-00-00 00:00:00','<strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/977b25170c/TEST/a7b506021a\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/977b25170c/TEST/a7b506021a&amp;source=gmail&amp;ust=1484132602264000&amp;usg=AFQjCNE3fe5bw5ejxz1mBY2lSHPnj6FxAw\">Live trading room access link.   </a>\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1940578079\"><span class=\"aQJ\">6:00 am ET</span></span></em></strong>\n<div>\n<div>\n<div>\n<blockquote>WORLD HEADLINES - The US dollar edged down for a second day<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1940578080\"><span class=\"aQJ\">on Tuesday</span></span>, as cautious investors booked profits ahead of U.S. President-elect Donald Trump\'s first news conference since winning office, to be held <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1940578081\"><span class=\"aQJ\">on Wednesday</span></span>.\n\nSTOCKS - S&amp;P 500 futures traded sideways following a 0.4 percent decline  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1940578082\"><span class=\"aQJ\">on Monday</span></span> after it closed <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1940578083\"><span class=\"aQJ\">Friday</span></span> at an all-time high, capping a 6.4 percent advance since Trump’s election.\n\nBONDS - Yields on Treasury notes were up 1 percent at 2.38 percent after falling six basis points <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1940578084\"><span class=\"aQJ\">Monday</span></span>.\n\nCOMMODITIES - Oil prices stabilized <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1940578085\"><span class=\"aQJ\">on Tuesday</span></span> after a sharp sell-off as a fall in the dollar triggered a bout of short-covering, but analysts said the market remained vulnerable to further falls.\n\nCURRENCIES - The Forex market was quite with little economic data releases during the London trading session.\n\nECONOMIC DATA - CAD Building Permits m/m due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1940578086\"><span class=\"aQJ\">8:30</span></span> and US JOLTS Job Openings at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1940578087\"><span class=\"aQJ\">10:00 ET</span></span>.</blockquote>\n</div>\n<div>\n<div><a class=\"m_2334882650901874387validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/977b25170c/TEST/536ff7ab1a/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/977b25170c/TEST/536ff7ab1a/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial%3D1&amp;source=gmail&amp;ust=1484132602264000&amp;usg=AFQjCNH1ArQTJB53Dc4WMwHvKvnzF1L-0g\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1940578088\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1940578089\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1940578090\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1940578091\"><span class=\"aQJ\">Friday</span></span>.</div>\n</div>\n</div>\n<div>\n\nAccess is simple, here is how to get started with a two week free trial…\n\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/977b25170c/TEST/cdef1f583e\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/977b25170c/TEST/cdef1f583e&amp;source=gmail&amp;ust=1484132602264000&amp;usg=AFQjCNEuRsLVokZlOKzhIMSW88OqyzCfCw\">register as a guest.</a>\n\n</div>\n</div>','Pre-Market: Mixed Markets','','draft','closed','closed','','','','','2017-01-10 11:09:33','2017-01-10 11:09:33','',0,'http://www.thetradingroom.com/?p=3341',0,'post','',0),(3307,2,'2016-12-19 11:41:45','2016-12-19 11:41:45','<blockquote>WORLD HEADLINES - The US dollar retreated versus the Japanese yen as traders took stock following a six-week rally in the currency. European shares fell along with most Asian equities and gold rose.STOCKS - The SP 500 Index futures traded sideways ahead of the Wall Street opening bell....</blockquote>\r\n<blockquote><a href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3ff4EiNVqUrDnAF&amp;b=IqJQ5wiJmKm3zMGW8221Lg\">Read More</a></blockquote>','World Headlines - Japanese Yen Strengthens','','publish','closed','closed','','world-headlines-2016-12-19','','','2016-12-19 11:47:58','2016-12-19 11:47:58','',0,'http://www.thetradingroom.com/?p=3307',0,'post','',0),(3292,2,'2016-12-12 11:22:22','2016-12-12 11:22:22','WORLD HEADLINES - Oil prices surged to their highest since mid 2015 and U.S. Treasury yields hit a more than two-year peak on Monday after the worlds top crude producers agreed to cut output.STOCKS - One month on from Novembers U.S. presidential election world stocks have ga... <a href=\"http://www.riosquant.com/\">READ MORE</a>\r\n\r\n&nbsp;','World Headlines - 2016-12-12','','publish','closed','closed','','world-headlines-2016-12-12','','','2016-12-12 11:25:09','2016-12-12 11:25:09','',0,'http://www.thetradingroom.com/?p=3292',0,'post','',0),(3293,2,'2016-12-12 11:22:22','2016-12-12 11:22:22','<blockquote>WORLD HEADLINES - Oil prices surged to their highest since mid 2015 and U.S. Treasury yields hit a more than two-year peak on Monday after the worlds top crude producers agreed to cut output.STOCKS - One month on from Novembers U.S. presidential election world stocks have ga...</blockquote>','World Headlines - 2016-12-12','','inherit','closed','closed','','3292-revision-v1','','','2016-12-12 11:22:22','2016-12-12 11:22:22','',3292,'http://www.thetradingroom.com/3292-revision-v1/',0,'revision','',0),(3294,2,'2016-12-12 11:23:55','2016-12-12 11:23:55','WORLD HEADLINES - Oil prices surged to their highest since mid 2015 and U.S. Treasury yields hit a more than two-year peak on Monday after the worlds top crude producers agreed to cut output.STOCKS - One month on from Novembers U.S. presidential election world stocks have ga... <a href=\"http://www.riosquant.com/\">READ MORE</a>\n\n&nbsp;','World Headlines - 2016-12-12','','inherit','closed','closed','','3292-autosave-v1','','','2016-12-12 11:23:55','2016-12-12 11:23:55','',3292,'http://www.thetradingroom.com/3292-autosave-v1/',0,'revision','',0),(3295,2,'2016-12-12 11:25:09','2016-12-12 11:25:09','WORLD HEADLINES - Oil prices surged to their highest since mid 2015 and U.S. Treasury yields hit a more than two-year peak on Monday after the worlds top crude producers agreed to cut output.STOCKS - One month on from Novembers U.S. presidential election world stocks have ga... <a href=\"http://www.riosquant.com/\">READ MORE</a>\r\n\r\n&nbsp;','World Headlines - 2016-12-12','','inherit','closed','closed','','3292-revision-v1','','','2016-12-12 11:25:09','2016-12-12 11:25:09','',3292,'http://www.thetradingroom.com/3292-revision-v1/',0,'revision','',0),(3296,2,'2016-12-13 11:27:11','2016-12-13 11:27:11','<blockquote>WORLD HEADLINES - Stocks extended an advance and the yen fell before the Federal Reserve meets on Wednesday. Italian equities and bonds surged on bank recapitalization plans. STOCKS - SP 500 Index futures advanced after the main gauge ended last week at a record. BONDS - Yi...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2016-12-13\">Read More</a></blockquote>','World Headlines: SP 500 Index futures advance','','publish','closed','closed','','world-headlines-2016-12-13','','','2016-12-13 11:31:08','2016-12-13 11:31:08','',0,'http://www.thetradingroom.com/?p=3296',0,'post','',0),(3297,2,'2016-12-13 11:27:11','2016-12-13 11:27:11','<blockquote>WORLD HEADLINES - Stocks extended an advance and the yen fell before the Federal Reserve meets on Wednesday. Italian equities and bonds surged on bank recapitalization plans.STOCKS - SP 500 Index futures advanced after the main gauge ended last week at a recordBONDS - Yi...</blockquote>','World Headlines - 2016-12-13','','inherit','closed','closed','','3296-revision-v1','','','2016-12-13 11:27:11','2016-12-13 11:27:11','',3296,'http://www.thetradingroom.com/3296-revision-v1/',0,'revision','',0),(3298,2,'2016-12-13 11:31:01','2016-12-13 11:31:01','<blockquote>WORLD HEADLINES - Stocks extended an advance and the yen fell before the Federal Reserve meets on Wednesday. Italian equities and bonds surged on bank recapitalization plans. STOCKS - SP 500 Index futures advanced after the main gauge ended last week at a record. BONDS - Yi...</blockquote>\n<blockquote>Read More</blockquote>','World Headlines: SP 500 Index futures advance','','inherit','closed','closed','','3296-autosave-v1','','','2016-12-13 11:31:01','2016-12-13 11:31:01','',3296,'http://www.thetradingroom.com/3296-autosave-v1/',0,'revision','',0),(3299,2,'2016-12-13 11:29:57','2016-12-13 11:29:57','<blockquote>WORLD HEADLINES - Stocks extended an advance and the yen fell before the Federal Reserve meets on Wednesday. Italian equities and bonds surged on bank recapitalization plans.STOCKS - SP 500 Index futures advanced after the main gauge ended last week at a recordBONDS - Yi...</blockquote>','World Headlines: SP 500 Index futures advance','','inherit','closed','closed','','3296-revision-v1','','','2016-12-13 11:29:57','2016-12-13 11:29:57','',3296,'http://www.thetradingroom.com/3296-revision-v1/',0,'revision','',0),(3300,2,'2016-12-13 11:31:08','2016-12-13 11:31:08','<blockquote>WORLD HEADLINES - Stocks extended an advance and the yen fell before the Federal Reserve meets on Wednesday. Italian equities and bonds surged on bank recapitalization plans. STOCKS - SP 500 Index futures advanced after the main gauge ended last week at a record. BONDS - Yi...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2016-12-13\">Read More</a></blockquote>','World Headlines: SP 500 Index futures advance','','inherit','closed','closed','','3296-revision-v1','','','2016-12-13 11:31:08','2016-12-13 11:31:08','',3296,'http://www.thetradingroom.com/3296-revision-v1/',0,'revision','',0),(3301,2,'2016-12-14 11:44:57','2016-12-14 11:44:57','<blockquote>WORLD HEADLINES - Caution pervaded markets before the Federal Reserves expected interest-rate hike later today with European stocks slipping from an 11-month high and government bonds advancing. STOCKS - U.S. index futures dropped slightly after the SP 500 Index rose 0.7 ... <a href=\"http://www.riosquant.com/headlines/2016-12-14\">Read More</a></blockquote>','World Headlines - Stocks and Bonds Pause as Caution Prevails Before Fed Meeting','','publish','closed','closed','','world-headlines-2016-12-14','','','2016-12-14 11:50:49','2016-12-14 11:50:49','',0,'http://www.thetradingroom.com/?p=3301',0,'post','',0),(3302,2,'2016-12-14 11:44:57','2016-12-14 11:44:57','<blockquote>WORLD HEADLINES - Caution pervaded markets before the Federal Reserves expected interest-rate hike later today with European stocks slipping from an 11-month high and government bonds advancing. STOCKS - U.S. index futures dropped slightly after the SP 500 Index rose 0.7 ...</blockquote>','World Headlines - 2016-12-14','','inherit','closed','closed','','3301-revision-v1','','','2016-12-14 11:44:57','2016-12-14 11:44:57','',3301,'http://www.thetradingroom.com/3301-revision-v1/',0,'revision','',0),(3303,2,'2016-12-14 11:48:58','2016-12-14 11:48:58','<blockquote>WORLD HEADLINES - Caution pervaded markets before the Federal Reserves expected interest-rate hike later today with European stocks slipping from an 11-month high and government bonds advancing. STOCKS - U.S. index futures dropped slightly after the SP 500 Index rose 0.7 ... <a href=\"http://www.riosquant.com/headlines/2016-12-14\">Read More</a></blockquote>','World Headlines - Stocks and Bonds Pause as Caution Prevails Before Fed Meeting','','inherit','closed','closed','','3301-autosave-v1','','','2016-12-14 11:48:58','2016-12-14 11:48:58','',3301,'http://www.thetradingroom.com/3301-autosave-v1/',0,'revision','',0),(3304,2,'2016-12-14 11:50:49','2016-12-14 11:50:49','<blockquote>WORLD HEADLINES - Caution pervaded markets before the Federal Reserves expected interest-rate hike later today with European stocks slipping from an 11-month high and government bonds advancing. STOCKS - U.S. index futures dropped slightly after the SP 500 Index rose 0.7 ... <a href=\"http://www.riosquant.com/headlines/2016-12-14\">Read More</a></blockquote>','World Headlines - Stocks and Bonds Pause as Caution Prevails Before Fed Meeting','','inherit','closed','closed','','3301-revision-v1','','','2016-12-14 11:50:49','2016-12-14 11:50:49','',3301,'http://www.thetradingroom.com/3301-revision-v1/',0,'revision','',0),(3306,2,'2016-12-15 12:12:33','2016-12-15 12:12:33','<blockquote>WORLD HEADLINES - The US dollar climbed the highest level since 2003 against the euro as the prospect of a steeper path for U.S. interest rates next year filtered through markets. European bank stocks climbed while bonds and gold slumped.STOCKS - The SP 500 Index futures trad...</blockquote>','World Headlines - 2016-12-15','','inherit','closed','closed','','3305-revision-v1','','','2016-12-15 12:12:33','2016-12-15 12:12:33','',3305,'http://www.thetradingroom.com/3305-revision-v1/',0,'revision','',0),(3310,2,'2016-12-19 11:43:48','2016-12-19 11:43:48','<blockquote>WORLD HEADLINES - The US dollar retreated versus the Japanese yen as traders took stock following a six-week rally in the currency. European shares fell along with most Asian equities and gold rose.STOCKS - The SP 500 Index futures traded sideways ahead of the Wall Street opening bell....</blockquote>','World Headlines - 2016-12-19','','inherit','closed','closed','','3307-autosave-v1','','','2016-12-19 11:43:48','2016-12-19 11:43:48','',3307,'http://www.thetradingroom.com/3307-autosave-v1/',0,'revision','',0),(3311,2,'2016-12-19 11:45:44','2016-12-19 11:45:44','','japanese-yen-pic','','inherit','closed','closed','','japanese-yen-pic-2','','','2016-12-19 11:45:44','2016-12-19 11:45:44','',3307,'http://www.thetradingroom.com/wp-content/uploads/2016/12/japanese-yen-pic.jpg',0,'attachment','image/jpeg',0),(3312,2,'2016-12-19 11:46:15','2016-12-19 11:46:15','<blockquote>WORLD HEADLINES - The US dollar retreated versus the Japanese yen as traders took stock following a six-week rally in the currency. European shares fell along with most Asian equities and gold rose.STOCKS - The SP 500 Index futures traded sideways ahead of the Wall Street opening bell....</blockquote>','World Headlines - 2016-12-19','','inherit','closed','closed','','3307-revision-v1','','','2016-12-19 11:46:15','2016-12-19 11:46:15','',3307,'http://www.thetradingroom.com/3307-revision-v1/',0,'revision','',0),(3313,2,'2016-12-19 11:47:03','2016-12-19 11:47:03','<blockquote>WORLD HEADLINES - The US dollar retreated versus the Japanese yen as traders took stock following a six-week rally in the currency. European shares fell along with most Asian equities and gold rose.STOCKS - The SP 500 Index futures traded sideways ahead of the Wall Street opening bell....</blockquote>','World Headlines - Japanese Yen Strengthens','','inherit','closed','closed','','3307-revision-v1','','','2016-12-19 11:47:03','2016-12-19 11:47:03','',3307,'http://www.thetradingroom.com/3307-revision-v1/',0,'revision','',0),(3314,2,'2016-12-19 11:47:58','2016-12-19 11:47:58','<blockquote>WORLD HEADLINES - The US dollar retreated versus the Japanese yen as traders took stock following a six-week rally in the currency. European shares fell along with most Asian equities and gold rose.STOCKS - The SP 500 Index futures traded sideways ahead of the Wall Street opening bell....</blockquote>\r\n<blockquote><a href=\"http://clicks.aweber.com/y/ct/?l=7trpD&amp;m=3ff4EiNVqUrDnAF&amp;b=IqJQ5wiJmKm3zMGW8221Lg\">Read More</a></blockquote>','World Headlines - Japanese Yen Strengthens','','inherit','closed','closed','','3307-revision-v1','','','2016-12-19 11:47:58','2016-12-19 11:47:58','',3307,'http://www.thetradingroom.com/3307-revision-v1/',0,'revision','',0),(3316,2,'2016-12-20 11:55:11','2016-12-20 11:55:11','<blockquote>WORLD HEADLINES - The US dollar climbed back towards a 14-year high on Tuesday as the yen fell after the Bank of Japan held policy steady. Bonds and gold fell demonstrating markets increasing resilience to geopolitical shocks.STOCKS - European shares were steady with une...</blockquote>','World Headlines - 2016-12-20','','inherit','closed','closed','','3315-revision-v1','','','2016-12-20 11:55:11','2016-12-20 11:55:11','',3315,'http://www.thetradingroom.com/3315-revision-v1/',0,'revision','',0),(3317,2,'2016-12-20 11:56:25','2016-12-20 11:56:25','<blockquote>WORLD HEADLINES - The US dollar climbed back towards a 14-year high on Tuesday as the yen fell after the Bank of Japan held policy steady. Bonds and gold fell demonstrating markets increasing resilience to geopolitical shocks.STOCKS - European shares were steady with ...</blockquote>\n<blockquote><a href=\"http://www.riosquant.com/headlines/2016-12-20\">Read More</a></blockquote>','World Headlines - Bonds Drop With Gold','','inherit','closed','closed','','3315-autosave-v1','','','2016-12-20 11:56:25','2016-12-20 11:56:25','',3315,'http://www.thetradingroom.com/3315-autosave-v1/',0,'revision','',0),(3318,2,'2016-12-20 11:57:05','2016-12-20 11:57:05','<blockquote>WORLD HEADLINES - The US dollar climbed back towards a 14-year high on Tuesday as the yen fell after the Bank of Japan held policy steady. Bonds and gold fell demonstrating markets increasing resilience to geopolitical shocks.STOCKS - European shares were steady with ...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2016-12-20\">Read More</a></blockquote>','World Headlines - Bonds Drop With Gold','','inherit','closed','closed','','3315-revision-v1','','','2016-12-20 11:57:05','2016-12-20 11:57:05','',3315,'http://www.thetradingroom.com/3315-revision-v1/',0,'revision','',0),(3321,2,'2016-12-22 11:16:19','2016-12-22 11:16:19','<blockquote>WORLD HEADLINES - Global stocks declined amid falling trading volume following a slide in U.S. stocks and crude oil prices held losses amid an unexpected increase in supplies. STOCKS - The SP 500 Index futures fell less than 0.1 percent and the Dow was off 0.2 percent. <a href=\"http://www.riosquant.com/headlines/2016-12-22\">Read More ...</a></blockquote>','Pre-Market Trading: Global Stocks Decline','','publish','closed','closed','','world-headlines-2016-12-22','','','2016-12-22 11:21:51','2016-12-22 11:21:51','',0,'http://www.thetradingroom.com/?p=3321',0,'post','',0),(3322,2,'2016-12-22 11:16:19','2016-12-22 11:16:19','<blockquote>WORLD HEADLINES - Global stocks declined amid falling trading volume following a slide in U.S. stocks and crude oil prices held losses amid an unexpected increase in supplies.STOCKS - The SP 500 Index futures fell less than 0.1 percent and the Dow was off 0.2 percent.BOND...</blockquote>','World Headlines - 2016-12-22','','inherit','closed','closed','','3321-revision-v1','','','2016-12-22 11:16:19','2016-12-22 11:16:19','',3321,'http://www.thetradingroom.com/3321-revision-v1/',0,'revision','',0),(3323,2,'2016-12-22 11:20:06','2016-12-22 11:20:06','<blockquote>WORLD HEADLINES - Global stocks declined amid falling trading volume following a slide in U.S. stocks and crude oil prices held losses amid an unexpected increase in supplies. STOCKS - The SP 500 Index futures fell less than 0.1 percent and the Dow was off 0.2 percent. <a href=\"http://www.riosquant.com/headlines/2016-12-22\">Read More ...</a></blockquote>','Pre-Market Trading: Global Stocks Decline','','inherit','closed','closed','','3321-autosave-v1','','','2016-12-22 11:20:06','2016-12-22 11:20:06','',3321,'http://www.thetradingroom.com/3321-autosave-v1/',0,'revision','',0),(3324,2,'2016-12-22 11:21:51','2016-12-22 11:21:51','<blockquote>WORLD HEADLINES - Global stocks declined amid falling trading volume following a slide in U.S. stocks and crude oil prices held losses amid an unexpected increase in supplies. STOCKS - The SP 500 Index futures fell less than 0.1 percent and the Dow was off 0.2 percent. <a href=\"http://www.riosquant.com/headlines/2016-12-22\">Read More ...</a></blockquote>','Pre-Market Trading: Global Stocks Decline','','inherit','closed','closed','','3321-revision-v1','','','2016-12-22 11:21:51','2016-12-22 11:21:51','',3321,'http://www.thetradingroom.com/3321-revision-v1/',0,'revision','',0),(3326,2,'2017-01-01 20:40:18','2017-01-01 20:40:18','Happy New Year. Hope you had fun last night saying goodbye to 2016 and welcoming in 2017.\r\n\r\n2016 has been a good year for us here at RiosQuant and I’m excited for you to see what we have planned for 2017.\r\n\r\nKen, Amber, Mehdi and I want to wish you continued success and hope we can be a part of your growth with the new training, automated strategies and events we’ll be running this year.\r\n\r\nAll the best,\r\n\r\nJoe Rios\r\n\r\nPS - Live trading room resumes Tuesday morning at 7:30 am ET - <a href=\"https://attendee.gotowebinar.com/register/2790831370739286276\">click here for registration link.</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/joe-suit-face.jpg\"><img class=\"wp-image-3009 alignleft\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/joe-suit-face.jpg\" alt=\"joe suit face\" width=\"111\" height=\"121\" /></a>','Happy New Year!!','','publish','closed','closed','','happy-new-year','','','2017-01-01 20:44:02','2017-01-01 20:44:02','',0,'http://www.thetradingroom.com/?p=3326',0,'post','',0),(3327,2,'2017-01-01 20:31:42','2017-01-01 20:31:42','Happy New Year. Hope you had fun last night saying goodbye to 2016 and welcoming in 2017.\r\n\r\n2016 has been a good year for us here at RiosQuant and I’m excited for you to see what we have planned for 2017.\r\n\r\nKen, Amber, Mehdi and I want to wish you continued success and hope we can be a part of your growth with the new training, automated strategies and events we’ll be running this year.\r\n\r\n&nbsp;\r\n\r\nAll the best,\r\n\r\nJoe Rios\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/joe-suit-face.jpg\"><img class=\"wp-image-3009 alignleft\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/joe-suit-face.jpg\" alt=\"joe suit face\" width=\"111\" height=\"121\" /></a>','Happy New Year!!','','inherit','closed','closed','','3326-revision-v1','','','2017-01-01 20:31:42','2017-01-01 20:31:42','',3326,'http://www.thetradingroom.com/3326-revision-v1/',0,'revision','',0),(3328,2,'2017-01-01 20:40:18','2017-01-01 20:40:18','Happy New Year. Hope you had fun last night saying goodbye to 2016 and welcoming in 2017.\r\n\r\n2016 has been a good year for us here at RiosQuant and I’m excited for you to see what we have planned for 2017.\r\n\r\nKen, Amber, Mehdi and I want to wish you continued success and hope we can be a part of your growth with the new training, automated strategies and events we’ll be running this year.\r\n\r\nAll the best,\r\n\r\nJoe Rios\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/joe-suit-face.jpg\"><img class=\"wp-image-3009 alignleft\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/joe-suit-face.jpg\" alt=\"joe suit face\" width=\"111\" height=\"121\" /></a>','Happy New Year!!','','inherit','closed','closed','','3326-revision-v1','','','2017-01-01 20:40:18','2017-01-01 20:40:18','',3326,'http://www.thetradingroom.com/3326-revision-v1/',0,'revision','',0),(3329,2,'2017-01-01 20:42:49','2017-01-01 20:42:49','Happy New Year. Hope you had fun last night saying goodbye to 2016 and welcoming in 2017.\n\n2016 has been a good year for us here at RiosQuant and I’m excited for you to see what we have planned for 2017.\n\nKen, Amber, Mehdi and I want to wish you continued success and hope we can be a part of your growth with the new training, automated strategies and events we’ll be running this year.\n\nAll the best,\n\nJoe Rios\n\nPS -\n\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/joe-suit-face.jpg\"><img class=\"wp-image-3009 alignleft\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/joe-suit-face.jpg\" alt=\"joe suit face\" width=\"111\" height=\"121\" /></a>','Happy New Year!!','','inherit','closed','closed','','3326-autosave-v1','','','2017-01-01 20:42:49','2017-01-01 20:42:49','',3326,'http://www.thetradingroom.com/3326-autosave-v1/',0,'revision','',0),(3330,2,'2017-01-01 20:44:02','2017-01-01 20:44:02','Happy New Year. Hope you had fun last night saying goodbye to 2016 and welcoming in 2017.\r\n\r\n2016 has been a good year for us here at RiosQuant and I’m excited for you to see what we have planned for 2017.\r\n\r\nKen, Amber, Mehdi and I want to wish you continued success and hope we can be a part of your growth with the new training, automated strategies and events we’ll be running this year.\r\n\r\nAll the best,\r\n\r\nJoe Rios\r\n\r\nPS - Live trading room resumes Tuesday morning at 7:30 am ET - <a href=\"https://attendee.gotowebinar.com/register/2790831370739286276\">click here for registration link.</a>\r\n\r\n<a href=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/joe-suit-face.jpg\"><img class=\"wp-image-3009 alignleft\" src=\"http://www.thetradingroom.com/wp-content/uploads/2016/08/joe-suit-face.jpg\" alt=\"joe suit face\" width=\"111\" height=\"121\" /></a>','Happy New Year!!','','inherit','closed','closed','','3326-revision-v1','','','2017-01-01 20:44:02','2017-01-01 20:44:02','',3326,'http://www.thetradingroom.com/3326-revision-v1/',0,'revision','',0),(3331,2,'2017-01-03 11:11:36','2017-01-03 11:11:36','<blockquote>\r\n<strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a href=\"https://attendee.gotowebinar.com/register/2790831370739286276\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/2790831370739286276&amp;source=gmail&amp;ust=1483528845470000&amp;usg=AFQjCNHSN8GEGmcbvnyCupt2ZCFzcPKzPA\">Live trading room access link.</a>\r\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_224505161\"><span class=\"aQJ\">6:00 am ET</span></span></em></strong></blockquote>\r\n<blockquote>WORLD HEADLINES - The U.S. Dollar Index recovered from an earlier loss to extend Mondays gain while European equities advanced after Asian markets and crude oil rose on the first full trading day of the New Year.STOCKS - Stocks rose with commodities on signs China\'s econo... <a href=\"http://www.riosquant.com/headlines/2017-01-03\">Read More</a></blockquote>','Live Trading Room - First Day of Trade 2017','','publish','closed','closed','','world-headlines-2017-01-03','','','2017-01-03 11:27:16','2017-01-03 11:27:16','',0,'http://www.thetradingroom.com/?p=3331',0,'post','',0),(3332,2,'2017-01-03 11:11:36','2017-01-03 11:11:36','<blockquote>WORLD HEADLINES - The U.S. Dollar Index recovered from an earlier loss to extend Mondays gain while European equities advanced after Asian markets and crude oil rose on the first full trading day of the New Year.STOCKS - Stocks rose with commodities on signs Chinas econo...</blockquote>','World Headlines - 2017-01-03','','inherit','closed','closed','','3331-revision-v1','','','2017-01-03 11:11:36','2017-01-03 11:11:36','',3331,'http://www.thetradingroom.com/3331-revision-v1/',0,'revision','',0),(3333,2,'2017-01-03 11:26:58','2017-01-03 11:26:58','<blockquote>\n<strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a href=\"https://attendee.gotowebinar.com/register/2790831370739286276\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/2790831370739286276&amp;source=gmail&amp;ust=1483528845470000&amp;usg=AFQjCNHSN8GEGmcbvnyCupt2ZCFzcPKzPA\">Live trading room access link.</a>\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_224505161\"><span class=\"aQJ\">6:00 am ET</span></span></em></strong></blockquote>\n<blockquote>WORLD HEADLINES - The U.S. Dollar Index recovered from an earlier loss to extend Mondays gain while European equities advanced after Asian markets and crude oil rose on the first full trading day of the New Year.STOCKS - Stocks rose with commodities on signs China\'s econo... <a href=\"http://www.riosquant.com/headlines/2017-01-03\">Read More</a></blockquote>','Live Trading Room - First Day of Trade 2017','','inherit','closed','closed','','3331-autosave-v1','','','2017-01-03 11:26:58','2017-01-03 11:26:58','',3331,'http://www.thetradingroom.com/3331-autosave-v1/',0,'revision','',0),(3334,2,'2017-01-03 11:27:16','2017-01-03 11:27:16','<blockquote>\r\n<strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a href=\"https://attendee.gotowebinar.com/register/2790831370739286276\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://attendee.gotowebinar.com/register/2790831370739286276&amp;source=gmail&amp;ust=1483528845470000&amp;usg=AFQjCNHSN8GEGmcbvnyCupt2ZCFzcPKzPA\">Live trading room access link.</a>\r\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_224505161\"><span class=\"aQJ\">6:00 am ET</span></span></em></strong></blockquote>\r\n<blockquote>WORLD HEADLINES - The U.S. Dollar Index recovered from an earlier loss to extend Mondays gain while European equities advanced after Asian markets and crude oil rose on the first full trading day of the New Year.STOCKS - Stocks rose with commodities on signs China\'s econo... <a href=\"http://www.riosquant.com/headlines/2017-01-03\">Read More</a></blockquote>','Live Trading Room - First Day of Trade 2017','','inherit','closed','closed','','3331-revision-v1','','','2017-01-03 11:27:16','2017-01-03 11:27:16','',3331,'http://www.thetradingroom.com/3331-revision-v1/',0,'revision','',0),(3336,2,'2017-01-05 11:28:24','2017-01-05 11:28:24','<strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/55c1f9f36c/TEST/34d7419373\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/55c1f9f36c/TEST/34d7419373&amp;source=gmail&amp;ust=1483701646447000&amp;usg=AFQjCNGMeuAWHCbMIJj2rKwTVpudCxCHpA\">Live trading room access link.   </a>\r\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_224505234\"><span class=\"aQJ\">6:00 am ET</span></span></em></strong>\r\n<div>\r\n<div>\r\n<div><em>WORLD HEADLINES - Global stocks hit their highest level since mid-2015 after strong Chinese data added to the optimism about global growth and inflation that has been driving markets since the start of the new year. STOCKS - Futures on the S&amp;P 500 traded flat during  ...</em> <em><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/55c1f9f36c/TEST/b80b83b928\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/55c1f9f36c/TEST/b80b83b928&amp;source=gmail&amp;ust=1483701646447000&amp;usg=AFQjCNHUk8UHuc8_JhPA0vsyoH6n6W1VvQ\">Read More</a></em></div>\r\n<div>\r\n<div><a class=\"m_-6804635164100717355validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/55c1f9f36c/TEST/961665e06c/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/55c1f9f36c/TEST/961665e06c/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial%3D1&amp;source=gmail&amp;ust=1483701646447000&amp;usg=AFQjCNH2nsjVPeJ6omFue6vyQQWcmzGvbA\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_224505235\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_224505236\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_224505237\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_224505238\"><span class=\"aQJ\">Friday</span></span>.</div>\r\n</div>\r\n</div>\r\n<div>\r\n\r\nAccess is simple, here is how to get started with a two week free trial…\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/55c1f9f36c/TEST/ba2b9a9358\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/55c1f9f36c/TEST/ba2b9a9358&amp;source=gmail&amp;ust=1483701646447000&amp;usg=AFQjCNEy3SbjOJ0Up7VHnFgKCRBEvkLY2A\">register as a guest.</a>\r\n\r\n</div>\r\n</div>','Global Stocks Rise: Risk-On Sentiment Continues','','publish','closed','closed','','live-trading-room-risk-sentiment-continues','','','2017-01-05 11:29:26','2017-01-05 11:29:26','',0,'http://www.thetradingroom.com/?p=3336',0,'post','',0),(3351,2,'2017-01-18 11:48:15','2017-01-18 11:48:15','<blockquote>WORLD HEADLINES - The flight to haven assets eased following the biggest drop in the dollar since July with moves in the yen Treasuries and gold steadying ahead of Donald Trumps inauguration. STOCKS - Futures on the SP 500 traded sideways during the overnight session. The ...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-01-18\">Read More</a></blockquote>','World Headlines: Treasuries and gold steady...','','publish','closed','closed','','world-headlines-2017-01-18','','','2017-01-18 11:50:11','2017-01-18 11:50:11','',0,'http://www.thetradingroom.com/?p=3351',0,'post','',0),(3338,2,'2017-01-05 11:28:24','2017-01-05 11:28:24','<strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/55c1f9f36c/TEST/34d7419373\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/55c1f9f36c/TEST/34d7419373&amp;source=gmail&amp;ust=1483701646447000&amp;usg=AFQjCNGMeuAWHCbMIJj2rKwTVpudCxCHpA\">Live trading room access link.   </a>\r\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_224505234\"><span class=\"aQJ\">6:00 am ET</span></span></em></strong>\r\n<div>\r\n<div>\r\n<div><em>WORLD HEADLINES - Global stocks hit their highest level since mid-2015 after strong Chinese data added to the optimism about global growth and inflation that has been driving markets since the start of the new year. STOCKS - Futures on the S&amp;P 500 traded flat during  ...</em> <em><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/55c1f9f36c/TEST/b80b83b928\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/55c1f9f36c/TEST/b80b83b928&amp;source=gmail&amp;ust=1483701646447000&amp;usg=AFQjCNHUk8UHuc8_JhPA0vsyoH6n6W1VvQ\">Read More</a></em></div>\r\n<div>\r\n<div><a class=\"m_-6804635164100717355validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/55c1f9f36c/TEST/961665e06c/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/55c1f9f36c/TEST/961665e06c/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial%3D1&amp;source=gmail&amp;ust=1483701646447000&amp;usg=AFQjCNH2nsjVPeJ6omFue6vyQQWcmzGvbA\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_224505235\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_224505236\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_224505237\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_224505238\"><span class=\"aQJ\">Friday</span></span>.</div>\r\n</div>\r\n</div>\r\n<div>\r\n\r\nAccess is simple, here is how to get started with a two week free trial…\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/55c1f9f36c/TEST/ba2b9a9358\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/55c1f9f36c/TEST/ba2b9a9358&amp;source=gmail&amp;ust=1483701646447000&amp;usg=AFQjCNEy3SbjOJ0Up7VHnFgKCRBEvkLY2A\">register as a guest.</a>\r\n\r\n</div>\r\n</div>','Live Trading Room: Risk-On Sentiment Continues','','inherit','closed','closed','','3336-revision-v1','','','2017-01-05 11:28:24','2017-01-05 11:28:24','',3336,'http://www.thetradingroom.com/3336-revision-v1/',0,'revision','',0),(3339,2,'2017-01-05 11:28:53','2017-01-05 11:28:53','<strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/55c1f9f36c/TEST/34d7419373\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/55c1f9f36c/TEST/34d7419373&amp;source=gmail&amp;ust=1483701646447000&amp;usg=AFQjCNGMeuAWHCbMIJj2rKwTVpudCxCHpA\">Live trading room access link.   </a>\r\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_224505234\"><span class=\"aQJ\">6:00 am ET</span></span></em></strong>\r\n<div>\r\n<div>\r\n<div><em>WORLD HEADLINES - Global stocks hit their highest level since mid-2015 after strong Chinese data added to the optimism about global growth and inflation that has been driving markets since the start of the new year. STOCKS - Futures on the S&amp;P 500 traded flat during  ...</em> <em><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/55c1f9f36c/TEST/b80b83b928\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/55c1f9f36c/TEST/b80b83b928&amp;source=gmail&amp;ust=1483701646447000&amp;usg=AFQjCNHUk8UHuc8_JhPA0vsyoH6n6W1VvQ\">Read More</a></em></div>\r\n<div>\r\n<div><a class=\"m_-6804635164100717355validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/55c1f9f36c/TEST/961665e06c/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/55c1f9f36c/TEST/961665e06c/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial%3D1&amp;source=gmail&amp;ust=1483701646447000&amp;usg=AFQjCNH2nsjVPeJ6omFue6vyQQWcmzGvbA\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_224505235\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_224505236\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_224505237\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_224505238\"><span class=\"aQJ\">Friday</span></span>.</div>\r\n</div>\r\n</div>\r\n<div>\r\n\r\nAccess is simple, here is how to get started with a two week free trial…\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/55c1f9f36c/TEST/ba2b9a9358\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/55c1f9f36c/TEST/ba2b9a9358&amp;source=gmail&amp;ust=1483701646447000&amp;usg=AFQjCNEy3SbjOJ0Up7VHnFgKCRBEvkLY2A\">register as a guest.</a>\r\n\r\n</div>\r\n</div>','Global Stocks Rise: Risk-On Sentiment Continues','','inherit','closed','closed','','3336-revision-v1','','','2017-01-05 11:28:53','2017-01-05 11:28:53','',3336,'http://www.thetradingroom.com/3336-revision-v1/',0,'revision','',0),(3342,2,'2017-01-10 11:09:47','2017-01-10 11:09:47','<blockquote><strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/977b25170c/TEST/a7b506021a\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/977b25170c/TEST/a7b506021a&amp;source=gmail&amp;ust=1484132602264000&amp;usg=AFQjCNE3fe5bw5ejxz1mBY2lSHPnj6FxAw\">Live trading room access link.   </a></strong></blockquote>\r\n<p style=\"text-align: center;\"><strong><em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1940578079\"><span class=\"aQJ\">6:00 am ET</span></span></em></strong></p>\r\n\r\n<blockquote>WORLD HEADLINES - The US dollar edged down for a second day on Tuesday as cautious investors booked profits ahead of U.S. President-elect Donald Trumps first news conference since winning office to be held on Wednesday.STOCKS - SP 500 futures traded sideways following a .... <a href=\"http://www.riosquant.com/headlines/2017-01-10\">Read More</a></blockquote>\r\n<div>\r\n<div>\r\n<div><a class=\"m_2334882650901874387validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/977b25170c/TEST/536ff7ab1a/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/977b25170c/TEST/536ff7ab1a/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial%3D1&amp;source=gmail&amp;ust=1484132602264000&amp;usg=AFQjCNH1ArQTJB53Dc4WMwHvKvnzF1L-0g\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1940578088\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1940578089\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1940578090\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1940578091\"><span class=\"aQJ\">Friday</span></span>.</div>\r\n</div>\r\n</div>\r\n<div>\r\n\r\nAccess is simple, here is how to get started with a two week free trial…\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/977b25170c/TEST/cdef1f583e\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/977b25170c/TEST/cdef1f583e&amp;source=gmail&amp;ust=1484132602264000&amp;usg=AFQjCNEuRsLVokZlOKzhIMSW88OqyzCfCw\">register as a guest.</a>\r\n\r\n</div>','Pre-Market: World Headlines','','publish','closed','closed','','world-headlines-2017-01-10','','','2017-01-10 11:13:10','2017-01-10 11:13:10','',0,'http://www.thetradingroom.com/?p=3342',0,'post','',0),(3343,2,'2017-01-10 11:09:47','2017-01-10 11:09:47','<blockquote>WORLD HEADLINES - The US dollar edged down for a second day on Tuesday as cautious investors booked profits ahead of U.S. President-elect Donald Trumps first news conference since winning office to be held on Wednesday.STOCKS - SP 500 futures traded sideways following a 0....</blockquote>','World Headlines - 2017-01-10','','inherit','closed','closed','','3342-revision-v1','','','2017-01-10 11:09:47','2017-01-10 11:09:47','',3342,'http://www.thetradingroom.com/3342-revision-v1/',0,'revision','',0),(3344,2,'2017-01-10 11:12:32','2017-01-10 11:12:32','<blockquote><strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/977b25170c/TEST/a7b506021a\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/977b25170c/TEST/a7b506021a&amp;source=gmail&amp;ust=1484132602264000&amp;usg=AFQjCNE3fe5bw5ejxz1mBY2lSHPnj6FxAw\">Live trading room access link.   </a></strong></blockquote>\n<p style=\"text-align: center;\"><strong><em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1940578079\"><span class=\"aQJ\">6:00 am ET</span></span></em></strong></p>\n\n<blockquote>WORLD HEADLINES - The US dollar edged down for a second day on Tuesday as cautious investors booked profits ahead of U.S. President-elect Donald Trumps first news conference since winning office to be held on Wednesday.STOCKS - SP 500 futures traded sideways following a .... Read More</blockquote>\n<div>\n<div>\n<div><a class=\"m_2334882650901874387validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/977b25170c/TEST/536ff7ab1a/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/977b25170c/TEST/536ff7ab1a/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial%3D1&amp;source=gmail&amp;ust=1484132602264000&amp;usg=AFQjCNH1ArQTJB53Dc4WMwHvKvnzF1L-0g\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1940578088\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1940578089\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1940578090\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1940578091\"><span class=\"aQJ\">Friday</span></span>.</div>\n</div>\n</div>\n<div>\n\nAccess is simple, here is how to get started with a two week free trial…\n\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/977b25170c/TEST/cdef1f583e\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/977b25170c/TEST/cdef1f583e&amp;source=gmail&amp;ust=1484132602264000&amp;usg=AFQjCNEuRsLVokZlOKzhIMSW88OqyzCfCw\">register as a guest.</a>\n\n</div>','Pre-Market: World Headlines','','inherit','closed','closed','','3342-autosave-v1','','','2017-01-10 11:12:32','2017-01-10 11:12:32','',3342,'http://www.thetradingroom.com/3342-autosave-v1/',0,'revision','',0),(3345,2,'2017-01-10 11:13:10','2017-01-10 11:13:10','<blockquote><strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/977b25170c/TEST/a7b506021a\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/977b25170c/TEST/a7b506021a&amp;source=gmail&amp;ust=1484132602264000&amp;usg=AFQjCNE3fe5bw5ejxz1mBY2lSHPnj6FxAw\">Live trading room access link.   </a></strong></blockquote>\r\n<p style=\"text-align: center;\"><strong><em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1940578079\"><span class=\"aQJ\">6:00 am ET</span></span></em></strong></p>\r\n\r\n<blockquote>WORLD HEADLINES - The US dollar edged down for a second day on Tuesday as cautious investors booked profits ahead of U.S. President-elect Donald Trumps first news conference since winning office to be held on Wednesday.STOCKS - SP 500 futures traded sideways following a .... <a href=\"http://www.riosquant.com/headlines/2017-01-10\">Read More</a></blockquote>\r\n<div>\r\n<div>\r\n<div><a class=\"m_2334882650901874387validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/977b25170c/TEST/536ff7ab1a/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/977b25170c/TEST/536ff7ab1a/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial%3D1&amp;source=gmail&amp;ust=1484132602264000&amp;usg=AFQjCNH1ArQTJB53Dc4WMwHvKvnzF1L-0g\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1940578088\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1940578089\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1940578090\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1940578091\"><span class=\"aQJ\">Friday</span></span>.</div>\r\n</div>\r\n</div>\r\n<div>\r\n\r\nAccess is simple, here is how to get started with a two week free trial…\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/977b25170c/TEST/cdef1f583e\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/977b25170c/TEST/cdef1f583e&amp;source=gmail&amp;ust=1484132602264000&amp;usg=AFQjCNEuRsLVokZlOKzhIMSW88OqyzCfCw\">register as a guest.</a>\r\n\r\n</div>','Pre-Market: World Headlines','','inherit','closed','closed','','3342-revision-v1','','','2017-01-10 11:13:10','2017-01-10 11:13:10','',3342,'http://www.thetradingroom.com/3342-revision-v1/',0,'revision','',0),(3346,2,'2017-01-12 11:41:36','2017-01-12 11:41:36','<blockquote>WORLD HEADLINES - The US dollar slid and Treasuries gained with commodities after President-elect Donald Trumps long-awaited news briefing provided little clarity on future fiscal policies disappointing bulls wagering on major stimulus.STOCKS - The SP 500 healthcare index l...</blockquote>\r\n<blockquote>Read More</blockquote>','World Headlines - 2017-01-12','','publish','closed','closed','','world-headlines-2017-01-12','','','2017-01-12 12:24:56','2017-01-12 12:24:56','',0,'http://www.thetradingroom.com/?p=3346',0,'post','',0),(3347,2,'2017-01-12 11:41:36','2017-01-12 11:41:36','<blockquote>WORLD HEADLINES - The US dollar slid and Treasuries gained with commodities after President-elect Donald Trumps long-awaited news briefing provided little clarity on future fiscal policies disappointing bulls wagering on major stimulus.STOCKS - The SP 500 healthcare index l...</blockquote>','World Headlines - 2017-01-12','','inherit','closed','closed','','3346-revision-v1','','','2017-01-12 11:41:36','2017-01-12 11:41:36','',3346,'http://www.thetradingroom.com/3346-revision-v1/',0,'revision','',0),(3348,2,'2017-01-12 11:45:49','2017-01-12 11:45:49','<blockquote>WORLD HEADLINES - The US dollar slid and Treasuries gained with commodities after President-elect Donald Trumps long-awaited news briefing provided little clarity on future fiscal policies disappointing bulls wagering on major stimulus.STOCKS - The SP 500 healthcare index l...</blockquote>\n<blockquote>Read More</blockquote>','World Headlines - 2017-01-12','','inherit','closed','closed','','3346-autosave-v1','','','2017-01-12 11:45:49','2017-01-12 11:45:49','',3346,'http://www.thetradingroom.com/3346-autosave-v1/',0,'revision','',0),(3349,2,'2017-01-12 11:46:49','2017-01-12 11:46:49','<blockquote>WORLD HEADLINES - The US dollar slid and Treasuries gained with commodities after President-elect Donald Trumps long-awaited news briefing provided little clarity on future fiscal policies disappointing bulls wagering on major stimulus.STOCKS - The SP 500 healthcare index l...</blockquote>\r\n<blockquote>Read More</blockquote>','World Headlines - 2017-01-12','','inherit','closed','closed','','3346-revision-v1','','','2017-01-12 11:46:49','2017-01-12 11:46:49','',3346,'http://www.thetradingroom.com/3346-revision-v1/',0,'revision','',0),(3352,2,'2017-01-18 11:48:15','2017-01-18 11:48:15','<blockquote>WORLD HEADLINES - The flight to haven assets eased following the biggest drop in the dollar since July with moves in the yen Treasuries and gold steadying ahead of Donald Trumps inauguration. STOCKS - Futures on the SP 500 traded sideways during the overnight session. The ...</blockquote>','World Headlines - 2017-01-18','','inherit','closed','closed','','3351-revision-v1','','','2017-01-18 11:48:15','2017-01-18 11:48:15','',3351,'http://www.thetradingroom.com/3351-revision-v1/',0,'revision','',0),(3353,2,'2017-01-18 11:49:32','2017-01-18 11:49:32','<blockquote>WORLD HEADLINES - The flight to haven assets eased following the biggest drop in the dollar since July with moves in the yen Treasuries and gold steadying ahead of Donald Trumps inauguration. STOCKS - Futures on the SP 500 traded sideways during the overnight session. The ...</blockquote>\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-01-18\">Read More</a></blockquote>','World Headlines - Treasuries a','','inherit','closed','closed','','3351-autosave-v1','','','2017-01-18 11:49:32','2017-01-18 11:49:32','',3351,'http://www.thetradingroom.com/3351-autosave-v1/',0,'revision','',0),(3354,2,'2017-01-18 11:50:11','2017-01-18 11:50:11','<blockquote>WORLD HEADLINES - The flight to haven assets eased following the biggest drop in the dollar since July with moves in the yen Treasuries and gold steadying ahead of Donald Trumps inauguration. STOCKS - Futures on the SP 500 traded sideways during the overnight session. The ...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-01-18\">Read More</a></blockquote>','World Headlines: Treasuries and gold steady...','','inherit','closed','closed','','3351-revision-v1','','','2017-01-18 11:50:11','2017-01-18 11:50:11','',3351,'http://www.thetradingroom.com/3351-revision-v1/',0,'revision','',0),(3374,2,'2017-02-23 10:50:12','2017-02-23 10:50:12','<blockquote>WORLD HEADLINES - Markets entered a holding pattern Thursday with global equities mixed and the dollar edging higher as investors digested a fresh batch of European corporate earnings the latest twists in the French election and minutes from the Federal Reserve...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-02-23\">Read More</a></blockquote>','World Headlines - Markets on Hold Pattern','','publish','closed','closed','','world-headlines-2017-02-23','','','2017-02-23 12:27:42','2017-02-23 12:27:42','',0,'http://www.thetradingroom.com/?p=3374',0,'post','',0),(3356,2,'2017-01-23 11:20:06','2017-01-23 11:20:06','<blockquote>WORLD HEADLINES - European stocks and U.S. stock futures slid and the US dollar weakened on the first full trading day since President Trumps inauguration as investors awaited more details on his policies. Metals and Asian shares outside of Japan rose.STOCKS - US stocks cont...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-01-23\">Read More</a></blockquote>','World Headlines: US stock futures slid...','','publish','closed','closed','','world-headlines-2017-01-23','','','2017-01-23 11:25:44','2017-01-23 11:25:44','',0,'http://www.thetradingroom.com/?p=3356',0,'post','',0),(3357,2,'2017-01-23 11:20:06','2017-01-23 11:20:06','<blockquote>WORLD HEADLINES - European stocks and U.S. stock futures slid and the US dollar weakened on the first full trading day since President Trumps inauguration as investors awaited more details on his policies. Metals and Asian shares outside of Japan rose.STOCKS - US stocks cont...</blockquote>','World Headlines - 2017-01-23','','inherit','closed','closed','','3356-revision-v1','','','2017-01-23 11:20:06','2017-01-23 11:20:06','',3356,'http://www.thetradingroom.com/3356-revision-v1/',0,'revision','',0),(3358,2,'2017-01-23 11:25:42','2017-01-23 11:25:42','<blockquote>WORLD HEADLINES - European stocks and U.S. stock futures slid and the US dollar weakened on the first full trading day since President Trumps inauguration as investors awaited more details on his policies. Metals and Asian shares outside of Japan rose.STOCKS - US stocks cont...</blockquote>\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-01-23\">Read More</a></blockquote>','World Headlines: US stock futures slid...','','inherit','closed','closed','','3356-autosave-v1','','','2017-01-23 11:25:42','2017-01-23 11:25:42','',3356,'http://www.thetradingroom.com/3356-autosave-v1/',0,'revision','',0),(3359,2,'2017-01-23 11:22:46','2017-01-23 11:22:46','<blockquote>WORLD HEADLINES - European stocks and U.S. stock futures slid and the US dollar weakened on the first full trading day since President Trumps inauguration as investors awaited more details on his policies. Metals and Asian shares outside of Japan rose.STOCKS - US stocks cont...</blockquote>\r\n<blockquote>Read More</blockquote>','World Headlines: US stock futures slid...','','inherit','closed','closed','','3356-revision-v1','','','2017-01-23 11:22:46','2017-01-23 11:22:46','',3356,'http://www.thetradingroom.com/3356-revision-v1/',0,'revision','',0),(3360,2,'2017-01-23 11:25:44','2017-01-23 11:25:44','<blockquote>WORLD HEADLINES - European stocks and U.S. stock futures slid and the US dollar weakened on the first full trading day since President Trumps inauguration as investors awaited more details on his policies. Metals and Asian shares outside of Japan rose.STOCKS - US stocks cont...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-01-23\">Read More</a></blockquote>','World Headlines: US stock futures slid...','','inherit','closed','closed','','3356-revision-v1','','','2017-01-23 11:25:44','2017-01-23 11:25:44','',3356,'http://www.thetradingroom.com/3356-revision-v1/',0,'revision','',0),(3361,2,'2017-01-24 10:58:13','2017-01-24 10:58:13','<blockquote>WORLD HEADLINES - The US dollar rebounded with oil and gold fell as investors focused on President Donald Trumps plans to boost growth. The British pound saw volatility after a U.K. court ruled that Parliament must vote on triggering Brexit.STOCKS - European stocks halted ...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-01-24\">Read More</a></blockquote>\r\n&nbsp;','World Headlines - Risk On Sentiment','','publish','closed','closed','','world-headlines-2017-01-24','','','2017-01-24 11:19:40','2017-01-24 11:19:40','',0,'http://www.thetradingroom.com/?p=3361',0,'post','',0),(3362,2,'2017-01-24 10:58:13','2017-01-24 10:58:13','<blockquote>WORLD HEADLINES - The US dollar rebounded with oil and gold fell as investors focused on President Donald Trumps plans to boost growth. The British pound saw volatility after a U.K. court ruled that Parliament must vote on triggering Brexit.STOCKS - European stocks halted ...</blockquote>','World Headlines - 2017-01-24','','inherit','closed','closed','','3361-revision-v1','','','2017-01-24 10:58:13','2017-01-24 10:58:13','',3361,'http://www.thetradingroom.com/3361-revision-v1/',0,'revision','',0),(3363,2,'2017-01-24 11:18:39','2017-01-24 11:18:39','<blockquote>WORLD HEADLINES - The US dollar rebounded with oil and gold fell as investors focused on President Donald Trumps plans to boost growth. The British pound saw volatility after a U.K. court ruled that Parliament must vote on triggering Brexit.STOCKS - European stocks halted ...</blockquote>\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-01-24\">Read More</a></blockquote>\n&nbsp;','World Headlines - 2017-01-24','','inherit','closed','closed','','3361-autosave-v1','','','2017-01-24 11:18:39','2017-01-24 11:18:39','',3361,'http://www.thetradingroom.com/3361-autosave-v1/',0,'revision','',0),(3364,2,'2017-01-24 11:19:40','2017-01-24 11:19:40','<blockquote>WORLD HEADLINES - The US dollar rebounded with oil and gold fell as investors focused on President Donald Trumps plans to boost growth. The British pound saw volatility after a U.K. court ruled that Parliament must vote on triggering Brexit.STOCKS - European stocks halted ...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-01-24\">Read More</a></blockquote>\r\n&nbsp;','World Headlines - Risk On Sentiment','','inherit','closed','closed','','3361-revision-v1','','','2017-01-24 11:19:40','2017-01-24 11:19:40','',3361,'http://www.thetradingroom.com/3361-revision-v1/',0,'revision','',0),(3365,2,'2017-01-25 11:42:51','2017-01-25 11:42:51','WORLD HEADLINES - World stocks hit a 19-month high on Wednesday, lifted by strong Japanese trade data, stellar European company earnings and hopes that U.S. President Donald Trump will press ahead with a large fiscal spending package.\r\n\r\nSTOCKS - U.S. futures pointed to a higher open on Wall Street. On Tuesday the S&amp;P 500 and Nasdaq both rose to fresh record highs and the Dow Jones Industrials came within 51 points of the elusive 20,000 mark.\r\n\r\nBONDS - The 10-year yield inched up to 2.48 percent, recovering from its dip below 2.40 percent earlier in the week, while the two-year yield held firm at 1.23 percent. It was as low as 1.14 percent on Monday.\r\n\r\nCOMMODITIES - Crude Oil Inventories due at 10:30, NZD CPI q/q at 16:45 ET.\r\n\r\nCURRENCIES - British pound traded higher while the US dollar retreated from yesterday\'s gains.\r\n\r\nECONOMIC DATA - US Flash Manufacturing PMI due at 9:45, Existing Home Sales at 10:00, AUD CPI at 19:30 ET.','PreMarket: Risk-On trades help world stocks hit 19-month','','publish','closed','closed','','premarket-risk-trades-help-world-stocks-hit-19-month','','','2017-01-25 11:42:51','2017-01-25 11:42:51','',0,'http://www.thetradingroom.com/?p=3365',0,'post','',0),(3366,2,'2017-01-25 11:42:51','2017-01-25 11:42:51','WORLD HEADLINES - World stocks hit a 19-month high on Wednesday, lifted by strong Japanese trade data, stellar European company earnings and hopes that U.S. President Donald Trump will press ahead with a large fiscal spending package.\r\n\r\nSTOCKS - U.S. futures pointed to a higher open on Wall Street. On Tuesday the S&amp;P 500 and Nasdaq both rose to fresh record highs and the Dow Jones Industrials came within 51 points of the elusive 20,000 mark.\r\n\r\nBONDS - The 10-year yield inched up to 2.48 percent, recovering from its dip below 2.40 percent earlier in the week, while the two-year yield held firm at 1.23 percent. It was as low as 1.14 percent on Monday.\r\n\r\nCOMMODITIES - Crude Oil Inventories due at 10:30, NZD CPI q/q at 16:45 ET.\r\n\r\nCURRENCIES - British pound traded higher while the US dollar retreated from yesterday\'s gains.\r\n\r\nECONOMIC DATA - US Flash Manufacturing PMI due at 9:45, Existing Home Sales at 10:00, AUD CPI at 19:30 ET.','PreMarket: Risk-On trades help world stocks hit 19-month','','inherit','closed','closed','','3365-revision-v1','','','2017-01-25 11:42:51','2017-01-25 11:42:51','',3365,'http://www.thetradingroom.com/3365-revision-v1/',0,'revision','',0),(3372,2,'2017-02-08 11:27:53','2017-02-08 11:27:53','<strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/12f2587b87/TEST/b637b14644\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/12f2587b87/TEST/b637b14644&amp;source=gmail&amp;ust=1486639465120000&amp;usg=AFQjCNFKgDf51AmMpKUsVeZ_q-NVK0U0lw\">Live trading room access link.   </a>\r\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_944293621\"><span class=\"aQJ\">6:00 am ET</span></span></em></strong>\r\n<div>\r\n<div>\r\n<div>\r\n<blockquote>\r\n<div>\r\n<div>WORLD HEADLINES - Political uncertainty ahead of European elections prompted nervous investors to sell the euro and kept lower-rated euro zone debt under pressure <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_944293622\"><span class=\"aQJ\">on Wednesday</span></span> while the price of safe-haven gold hit three-month highs.\r\n\r\nSTOCKS - Equities rose in Europe, led by miners after Rio Tinto unveiled forecast-beating profits and a bigger-than-expected dividend.\r\n\r\nBONDS - US treasuries continued to consolidate during the overnight trading session.\r\n\r\nCOMMODITIES - Oil prices fell after American Petroleum Institute data <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_944293623\"><span class=\"aQJ\">on Tuesday</span></span> showed a larger-than-expected rise in U.S. crude inventories and after signs of slowing demand growth in China.\r\n\r\nCURRENCIES - The US dollar, whose predicted path higher has been interrupted lately by uncertainty over U.S. President Trump\'s economic policies, rose against a basket of other major currencies.\r\n\r\nECONOMIC DATA - GBP MPC Member Cunliffe Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_944293624\"><span class=\"aQJ\">8:00</span></span>, Crude Oil Inventories at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_944293625\"><span class=\"aQJ\">10:30</span></span>, RBNZ Rate Statement at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_944293626\"><span class=\"aQJ\">15:00</span></span>, RBNZ Press Conference at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_944293627\"><span class=\"aQJ\">16:00</span></span>, RBNZ Gov Wheeler Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_944293628\"><span class=\"aQJ\">19:10 ET</span></span>.</div>\r\n</div>\r\n<div></div>\r\n<div></div>\r\n&nbsp;</blockquote>\r\n</div>\r\n<div>\r\n<div><a class=\"m_-6937510424822362377validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/12f2587b87/TEST/0335a9d471/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/12f2587b87/TEST/0335a9d471/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial%3D1&amp;source=gmail&amp;ust=1486639465120000&amp;usg=AFQjCNGitM2TDPDySudh8H5_-1SK1GBgDQ\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_944293629\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_944293630\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_944293631\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_944293632\"><span class=\"aQJ\">Friday</span></span>.</div>\r\n</div>\r\n</div>\r\n<div>\r\n\r\nAccess is simple, here is how to get started with a two week free trial…\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/12f2587b87/TEST/e624657af4\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/12f2587b87/TEST/e624657af4&amp;source=gmail&amp;ust=1486639465120000&amp;usg=AFQjCNEwgLzSwa3JHg6tSGiwhzurirdYTQ\">register as a guest.</a>\r\n\r\n</div>\r\n</div>\r\n<div>\r\n\r\n&nbsp;\r\n<div>\r\n<div>\r\n<div><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/12f2587b87/TEST/505e249282\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/12f2587b87/TEST/505e249282&amp;source=gmail&amp;ust=1486639465120000&amp;usg=AFQjCNFFyEqV4V8IplSxFL5rbQHIzlF8GA\"><img class=\"m_-6937510424822362377aligncenter m_-6937510424822362377wp-image-3023 CToWUd\" title=\"room titan stars\" src=\"https://ci3.googleusercontent.com/proxy/3HNQdik2BLnqMaUmZ1RvZxpnhSdUviGOIg-QgUNYehOxnW8oHBi20rBGlG9Rx0Epg8z8o0jh5ASLUeRBQ3aO8vGy_gJynRWK4K3BS-oR5jzPtp0lcVkvsHDqaiW5hY43sz9C9Ut6M_6PwQmAaE5K400xveFVQQOWVblHNkVtOQuJ=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/f22ea15af0/room%20titan%20stars.JPG?__nocache__=1\" alt=\"room titan stars\" width=\"513\" height=\"107\" align=\"none\" border=\"0\" hspace=\"0\" vspace=\"0\" /></a></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.\r\nPAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Market Brief: Trading Room Access','','publish','closed','closed','','market-brief-trading-room-access','','','2017-02-08 11:27:53','2017-02-08 11:27:53','',0,'http://www.thetradingroom.com/?p=3372',0,'post','',0),(3370,2,'2017-02-01 11:12:46','2017-02-01 11:12:46','<strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/c7f306331f/TEST/b6106e90b1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/c7f306331f/TEST/b6106e90b1&amp;source=gmail&amp;ust=1486033745757000&amp;usg=AFQjCNHlcPnyUZ1Inebn81lqqyWUCMH24Q\">Live trading room access link.   </a>\r\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_682463088\"><span class=\"aQJ\">6:00 am ET</span></span></em></strong>\r\n<div>\r\n<div>\r\n<div>\r\n<blockquote>\r\n<div>WORLD HEADLINES - Global stocks made their first gain <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_682463089\"><span class=\"aQJ\">in five days</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_682463090\"><span class=\"aQJ\">on Wednesday</span></span> as the dollar steadied from turbulence after the Trump administration accused Germany, Japan and China of devaluing their currencies to gain a trade advantage.\r\n\r\nSTOCKS - European stocks climbed with S&amp;P 500 Index futures after companies including Apple Inc., Siemens AG and Volvo AB posted results that exceeded expectations, along with optimistic forecasts for the year ahead.\r\n\r\nBONDS - The yield on the 10-year U.S. Treasury note added two basis points to 2.47 percent. It fell four basis points <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_682463091\"><span class=\"aQJ\">on Tuesday</span></span>.\r\n\r\nCOMMODITIES - Oil was restrained by ongoing high supplies despite an OPEC-led production cut which Russia is set to also join. Prices remained within a narrow trading band.\r\n\r\nCURRENCIES - The British pound was the biggest gainer among Group of 10 nation currencies, advancing 0.3 percent; U.K. manufacturing PMI for January was in line with estimates, hovering near a 2 1/2-year high.\r\n\r\nECONOMIC DATA - US ADP Non-Farm Employment Change due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_682463092\"><span class=\"aQJ\">8:15</span></span>, EU Economic Forecasts (tentative), ISM Manufacturing PMI at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_682463093\"><span class=\"aQJ\">10:00</span></span>, Crude Oil Inventories at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_682463094\"><span class=\"aQJ\">10:30</span></span>, FOMC Statement at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_682463095\"><span class=\"aQJ\">14:00 ET</span></span>.</div>\r\n<div></div>\r\n<div></div>\r\n&nbsp;</blockquote>\r\n</div>\r\n<div>\r\n<div><a class=\"m_-6139849872792552639validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/c7f306331f/TEST/9b894fcfe1/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/c7f306331f/TEST/9b894fcfe1/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial%3D1&amp;source=gmail&amp;ust=1486033745758000&amp;usg=AFQjCNEOCDBf33Dgx3XH4c1d_2HZh4YP6g\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_682463096\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_682463097\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_682463098\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_682463099\"><span class=\"aQJ\">Friday</span></span>.</div>\r\n</div>\r\n</div>\r\n<div>\r\n\r\nAccess is simple, here is how to get started with a two week free trial…\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/c7f306331f/TEST/dcaffadf54\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/c7f306331f/TEST/dcaffadf54&amp;source=gmail&amp;ust=1486033745758000&amp;usg=AFQjCNH8wbBe0F4VDKNz8Tjwmi3KbQ3qsw\">register as a guest.</a>\r\n\r\n</div>\r\n</div>\r\n<div>\r\n\r\n&nbsp;\r\n<div>\r\n<div>\r\n<div><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/c7f306331f/TEST/6fe0b4d38f\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/c7f306331f/TEST/6fe0b4d38f&amp;source=gmail&amp;ust=1486033745758000&amp;usg=AFQjCNHJuNB3Q3qBKvdxW1uMxxaPp_ttpg\"><img class=\"m_-6139849872792552639aligncenter m_-6139849872792552639wp-image-3023 CToWUd\" title=\"room titan stars\" src=\"https://ci3.googleusercontent.com/proxy/3HNQdik2BLnqMaUmZ1RvZxpnhSdUviGOIg-QgUNYehOxnW8oHBi20rBGlG9Rx0Epg8z8o0jh5ASLUeRBQ3aO8vGy_gJynRWK4K3BS-oR5jzPtp0lcVkvsHDqaiW5hY43sz9C9Ut6M_6PwQmAaE5K400xveFVQQOWVblHNkVtOQuJ=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/f22ea15af0/room%20titan%20stars.JPG?__nocache__=1\" alt=\"room titan stars\" width=\"513\" height=\"107\" align=\"none\" border=\"0\" hspace=\"0\" vspace=\"0\" /></a></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.\r\nPAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','World Headlines: Crude Oil Data','','publish','closed','closed','','world-headlines-crude-oil-data','','','2017-02-01 11:12:46','2017-02-01 11:12:46','',0,'http://www.thetradingroom.com/?p=3370',0,'post','',0),(3371,2,'2017-02-01 11:12:46','2017-02-01 11:12:46','<strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/c7f306331f/TEST/b6106e90b1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/c7f306331f/TEST/b6106e90b1&amp;source=gmail&amp;ust=1486033745757000&amp;usg=AFQjCNHlcPnyUZ1Inebn81lqqyWUCMH24Q\">Live trading room access link.   </a>\r\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_682463088\"><span class=\"aQJ\">6:00 am ET</span></span></em></strong>\r\n<div>\r\n<div>\r\n<div>\r\n<blockquote>\r\n<div>WORLD HEADLINES - Global stocks made their first gain <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_682463089\"><span class=\"aQJ\">in five days</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_682463090\"><span class=\"aQJ\">on Wednesday</span></span> as the dollar steadied from turbulence after the Trump administration accused Germany, Japan and China of devaluing their currencies to gain a trade advantage.\r\n\r\nSTOCKS - European stocks climbed with S&amp;P 500 Index futures after companies including Apple Inc., Siemens AG and Volvo AB posted results that exceeded expectations, along with optimistic forecasts for the year ahead.\r\n\r\nBONDS - The yield on the 10-year U.S. Treasury note added two basis points to 2.47 percent. It fell four basis points <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_682463091\"><span class=\"aQJ\">on Tuesday</span></span>.\r\n\r\nCOMMODITIES - Oil was restrained by ongoing high supplies despite an OPEC-led production cut which Russia is set to also join. Prices remained within a narrow trading band.\r\n\r\nCURRENCIES - The British pound was the biggest gainer among Group of 10 nation currencies, advancing 0.3 percent; U.K. manufacturing PMI for January was in line with estimates, hovering near a 2 1/2-year high.\r\n\r\nECONOMIC DATA - US ADP Non-Farm Employment Change due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_682463092\"><span class=\"aQJ\">8:15</span></span>, EU Economic Forecasts (tentative), ISM Manufacturing PMI at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_682463093\"><span class=\"aQJ\">10:00</span></span>, Crude Oil Inventories at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_682463094\"><span class=\"aQJ\">10:30</span></span>, FOMC Statement at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_682463095\"><span class=\"aQJ\">14:00 ET</span></span>.</div>\r\n<div></div>\r\n<div></div>\r\n&nbsp;</blockquote>\r\n</div>\r\n<div>\r\n<div><a class=\"m_-6139849872792552639validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/c7f306331f/TEST/9b894fcfe1/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/c7f306331f/TEST/9b894fcfe1/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial%3D1&amp;source=gmail&amp;ust=1486033745758000&amp;usg=AFQjCNEOCDBf33Dgx3XH4c1d_2HZh4YP6g\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_682463096\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_682463097\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_682463098\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_682463099\"><span class=\"aQJ\">Friday</span></span>.</div>\r\n</div>\r\n</div>\r\n<div>\r\n\r\nAccess is simple, here is how to get started with a two week free trial…\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/c7f306331f/TEST/dcaffadf54\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/c7f306331f/TEST/dcaffadf54&amp;source=gmail&amp;ust=1486033745758000&amp;usg=AFQjCNH8wbBe0F4VDKNz8Tjwmi3KbQ3qsw\">register as a guest.</a>\r\n\r\n</div>\r\n</div>\r\n<div>\r\n\r\n&nbsp;\r\n<div>\r\n<div>\r\n<div><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/c7f306331f/TEST/6fe0b4d38f\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/c7f306331f/TEST/6fe0b4d38f&amp;source=gmail&amp;ust=1486033745758000&amp;usg=AFQjCNHJuNB3Q3qBKvdxW1uMxxaPp_ttpg\"><img class=\"m_-6139849872792552639aligncenter m_-6139849872792552639wp-image-3023 CToWUd\" title=\"room titan stars\" src=\"https://ci3.googleusercontent.com/proxy/3HNQdik2BLnqMaUmZ1RvZxpnhSdUviGOIg-QgUNYehOxnW8oHBi20rBGlG9Rx0Epg8z8o0jh5ASLUeRBQ3aO8vGy_gJynRWK4K3BS-oR5jzPtp0lcVkvsHDqaiW5hY43sz9C9Ut6M_6PwQmAaE5K400xveFVQQOWVblHNkVtOQuJ=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/f22ea15af0/room%20titan%20stars.JPG?__nocache__=1\" alt=\"room titan stars\" width=\"513\" height=\"107\" align=\"none\" border=\"0\" hspace=\"0\" vspace=\"0\" /></a></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.\r\nPAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','World Headlines: Crude Oil Data','','inherit','closed','closed','','3370-revision-v1','','','2017-02-01 11:12:46','2017-02-01 11:12:46','',3370,'http://www.thetradingroom.com/3370-revision-v1/',0,'revision','',0),(3373,2,'2017-02-08 11:27:53','2017-02-08 11:27:53','<strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/12f2587b87/TEST/b637b14644\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/12f2587b87/TEST/b637b14644&amp;source=gmail&amp;ust=1486639465120000&amp;usg=AFQjCNFKgDf51AmMpKUsVeZ_q-NVK0U0lw\">Live trading room access link.   </a>\r\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_944293621\"><span class=\"aQJ\">6:00 am ET</span></span></em></strong>\r\n<div>\r\n<div>\r\n<div>\r\n<blockquote>\r\n<div>\r\n<div>WORLD HEADLINES - Political uncertainty ahead of European elections prompted nervous investors to sell the euro and kept lower-rated euro zone debt under pressure <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_944293622\"><span class=\"aQJ\">on Wednesday</span></span> while the price of safe-haven gold hit three-month highs.\r\n\r\nSTOCKS - Equities rose in Europe, led by miners after Rio Tinto unveiled forecast-beating profits and a bigger-than-expected dividend.\r\n\r\nBONDS - US treasuries continued to consolidate during the overnight trading session.\r\n\r\nCOMMODITIES - Oil prices fell after American Petroleum Institute data <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_944293623\"><span class=\"aQJ\">on Tuesday</span></span> showed a larger-than-expected rise in U.S. crude inventories and after signs of slowing demand growth in China.\r\n\r\nCURRENCIES - The US dollar, whose predicted path higher has been interrupted lately by uncertainty over U.S. President Trump\'s economic policies, rose against a basket of other major currencies.\r\n\r\nECONOMIC DATA - GBP MPC Member Cunliffe Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_944293624\"><span class=\"aQJ\">8:00</span></span>, Crude Oil Inventories at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_944293625\"><span class=\"aQJ\">10:30</span></span>, RBNZ Rate Statement at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_944293626\"><span class=\"aQJ\">15:00</span></span>, RBNZ Press Conference at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_944293627\"><span class=\"aQJ\">16:00</span></span>, RBNZ Gov Wheeler Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_944293628\"><span class=\"aQJ\">19:10 ET</span></span>.</div>\r\n</div>\r\n<div></div>\r\n<div></div>\r\n&nbsp;</blockquote>\r\n</div>\r\n<div>\r\n<div><a class=\"m_-6937510424822362377validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/12f2587b87/TEST/0335a9d471/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/12f2587b87/TEST/0335a9d471/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial%3D1&amp;source=gmail&amp;ust=1486639465120000&amp;usg=AFQjCNGitM2TDPDySudh8H5_-1SK1GBgDQ\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_944293629\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_944293630\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_944293631\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_944293632\"><span class=\"aQJ\">Friday</span></span>.</div>\r\n</div>\r\n</div>\r\n<div>\r\n\r\nAccess is simple, here is how to get started with a two week free trial…\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/12f2587b87/TEST/e624657af4\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/12f2587b87/TEST/e624657af4&amp;source=gmail&amp;ust=1486639465120000&amp;usg=AFQjCNEwgLzSwa3JHg6tSGiwhzurirdYTQ\">register as a guest.</a>\r\n\r\n</div>\r\n</div>\r\n<div>\r\n\r\n&nbsp;\r\n<div>\r\n<div>\r\n<div><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/12f2587b87/TEST/505e249282\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/12f2587b87/TEST/505e249282&amp;source=gmail&amp;ust=1486639465120000&amp;usg=AFQjCNFFyEqV4V8IplSxFL5rbQHIzlF8GA\"><img class=\"m_-6937510424822362377aligncenter m_-6937510424822362377wp-image-3023 CToWUd\" title=\"room titan stars\" src=\"https://ci3.googleusercontent.com/proxy/3HNQdik2BLnqMaUmZ1RvZxpnhSdUviGOIg-QgUNYehOxnW8oHBi20rBGlG9Rx0Epg8z8o0jh5ASLUeRBQ3aO8vGy_gJynRWK4K3BS-oR5jzPtp0lcVkvsHDqaiW5hY43sz9C9Ut6M_6PwQmAaE5K400xveFVQQOWVblHNkVtOQuJ=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/f22ea15af0/room%20titan%20stars.JPG?__nocache__=1\" alt=\"room titan stars\" width=\"513\" height=\"107\" align=\"none\" border=\"0\" hspace=\"0\" vspace=\"0\" /></a></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.\r\nPAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Market Brief: Trading Room Access','','inherit','closed','closed','','3372-revision-v1','','','2017-02-08 11:27:53','2017-02-08 11:27:53','',3372,'http://www.thetradingroom.com/3372-revision-v1/',0,'revision','',0),(3375,2,'2017-02-23 10:50:12','2017-02-23 10:50:12','<blockquote>WORLD HEADLINES - Markets entered a holding pattern Thursday with global equities mixed and the dollar edging higher as investors digested a fresh batch of European corporate earnings the latest twists in the French election and minutes from the Federal Reserve. STOCKS - Futu...</blockquote>','World Headlines - 2017-02-23','','inherit','closed','closed','','3374-revision-v1','','','2017-02-23 10:50:12','2017-02-23 10:50:12','',3374,'http://www.thetradingroom.com/3374-revision-v1/',0,'revision','',0),(3388,2,'2017-03-06 10:29:28','2017-03-06 10:29:28','<blockquote>WORLD HEADLINES - European stocks were pulled lower as Deutsche Bank AG tumbled and metals slumped. Investors weighed growth prospects for China and Janet Yellens statements on interest rates while escalating geopolitical tensions bolstered the Japanese yen....</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-03-06\">Read More</a></blockquote>','World Headlines - New Trading Room Link','','publish','closed','closed','','world-headlines-2017-03-06','','','2017-03-06 10:32:29','2017-03-06 10:32:29','',0,'http://www.thetradingroom.com/?p=3388',0,'post','',0),(3377,2,'2017-02-23 10:52:11','2017-02-23 10:52:11','<blockquote>WORLD HEADLINES - Markets entered a holding pattern Thursday with global equities mixed and the dollar edging higher as investors digested a fresh batch of European corporate earnings the latest twists in the French election and minutes from the Federal Reserve. STOCKS - Futu...</blockquote>','World Headlines - Ma','','inherit','closed','closed','','3374-autosave-v1','','','2017-02-23 10:52:11','2017-02-23 10:52:11','',3374,'http://www.thetradingroom.com/3374-autosave-v1/',0,'revision','',0),(3378,2,'2017-02-23 10:52:23','2017-02-23 10:52:23','<blockquote>WORLD HEADLINES - Markets entered a holding pattern Thursday with global equities mixed and the dollar edging higher as investors digested a fresh batch of European corporate earnings the latest twists in the French election and minutes from the Federal Reserve. STOCKS - Futu...</blockquote>','World Headlines - Markets on Hold Pattern','','inherit','closed','closed','','3374-revision-v1','','','2017-02-23 10:52:23','2017-02-23 10:52:23','',3374,'http://www.thetradingroom.com/3374-revision-v1/',0,'revision','',0),(3379,2,'2017-02-23 12:27:42','2017-02-23 12:27:42','<blockquote>WORLD HEADLINES - Markets entered a holding pattern Thursday with global equities mixed and the dollar edging higher as investors digested a fresh batch of European corporate earnings the latest twists in the French election and minutes from the Federal Reserve...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-02-23\">Read More</a></blockquote>','World Headlines - Markets on Hold Pattern','','inherit','closed','closed','','3374-revision-v1','','','2017-02-23 12:27:42','2017-02-23 12:27:42','',3374,'http://www.thetradingroom.com/3374-revision-v1/',0,'revision','',0),(3380,2,'2017-02-24 11:41:27','2017-02-24 11:41:27','WORLD HEADLINES - Investors adopted a cautious tone as European stocks pared a third straight week of gains before a major speech from U.S. President Donald Trump. Gold headed for a three-month high as the dollar weakened.STOCKS - European shares slid as both BASF SE and Vivend...\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-02-24\">Read More</a></blockquote>\r\n&nbsp;','World Headlines - Risk Off Sentiment','','publish','closed','closed','','world-headlines-2017-02-24','','','2017-02-24 11:44:27','2017-02-24 11:44:27','',0,'http://www.thetradingroom.com/?p=3380',0,'post','',0),(3381,2,'2017-02-24 11:41:27','2017-02-24 11:41:27','WORLD HEADLINES - Investors adopted a cautious tone as European stocks pared a third straight week of gains before a major speech from U.S. President Donald Trump. Gold headed for a three-month high as the dollar weakened.STOCKS - European shares slid as both BASF SE and Vivend...\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-02-24\">Read More</a></blockquote>\r\n&nbsp;','World Headlines - 2017-02-24','','inherit','closed','closed','','3380-revision-v1','','','2017-02-24 11:41:27','2017-02-24 11:41:27','',3380,'http://www.thetradingroom.com/3380-revision-v1/',0,'revision','',0),(3382,2,'2017-02-24 11:44:15','2017-02-24 11:44:15','WORLD HEADLINES - Investors adopted a cautious tone as European stocks pared a third straight week of gains before a major speech from U.S. President Donald Trump. Gold headed for a three-month high as the dollar weakened.STOCKS - European shares slid as both BASF SE and Vivend...\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-02-24\">Read More</a></blockquote>\n&nbsp;','World Headlines - Risk Off Sentiment','','inherit','closed','closed','','3380-autosave-v1','','','2017-02-24 11:44:15','2017-02-24 11:44:15','',3380,'http://www.thetradingroom.com/3380-autosave-v1/',0,'revision','',0),(3383,2,'2017-02-24 11:44:27','2017-02-24 11:44:27','WORLD HEADLINES - Investors adopted a cautious tone as European stocks pared a third straight week of gains before a major speech from U.S. President Donald Trump. Gold headed for a three-month high as the dollar weakened.STOCKS - European shares slid as both BASF SE and Vivend...\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-02-24\">Read More</a></blockquote>\r\n&nbsp;','World Headlines - Risk Off Sentiment','','inherit','closed','closed','','3380-revision-v1','','','2017-02-24 11:44:27','2017-02-24 11:44:27','',3380,'http://www.thetradingroom.com/3380-revision-v1/',0,'revision','',0),(3384,2,'2017-03-01 11:39:58','2017-03-01 11:39:58','<blockquote>WORLD HEADLINES - Investors moved on from President Donald Trumps address to Congress shifting their focus to the timing of a U.S. rate increase as the dollar strengthened stocks advanced and bonds fell. Robust factory data from China spurred gains in metal prices.STOCKS -...</blockquote>\r\n<blockquote>Read More</blockquote>','World Headlines - Crude Oil Inventories','','publish','closed','closed','','world-headlines-2017-03-01','','','2017-03-01 11:41:43','2017-03-01 11:41:43','',0,'http://www.thetradingroom.com/?p=3384',0,'post','',0),(3385,2,'2017-03-01 11:39:58','2017-03-01 11:39:58','<blockquote>WORLD HEADLINES - Investors moved on from President Donald Trumps address to Congress shifting their focus to the timing of a U.S. rate increase as the dollar strengthened stocks advanced and bonds fell. Robust factory data from China spurred gains in metal prices.STOCKS -...</blockquote>\r\n<blockquote>Read More</blockquote>','World Headlines - 2017-03-01','','inherit','closed','closed','','3384-revision-v1','','','2017-03-01 11:39:58','2017-03-01 11:39:58','',3384,'http://www.thetradingroom.com/3384-revision-v1/',0,'revision','',0),(3386,2,'2017-03-01 11:41:33','2017-03-01 11:41:33','<blockquote>WORLD HEADLINES - Investors moved on from President Donald Trumps address to Congress shifting their focus to the timing of a U.S. rate increase as the dollar strengthened stocks advanced and bonds fell. Robust factory data from China spurred gains in metal prices.STOCKS -...</blockquote>\n<blockquote>Read More</blockquote>','World Headlines - Crude Oil Inventories','','inherit','closed','closed','','3384-autosave-v1','','','2017-03-01 11:41:33','2017-03-01 11:41:33','',3384,'http://www.thetradingroom.com/3384-autosave-v1/',0,'revision','',0),(3387,2,'2017-03-01 11:41:43','2017-03-01 11:41:43','<blockquote>WORLD HEADLINES - Investors moved on from President Donald Trumps address to Congress shifting their focus to the timing of a U.S. rate increase as the dollar strengthened stocks advanced and bonds fell. Robust factory data from China spurred gains in metal prices.STOCKS -...</blockquote>\r\n<blockquote>Read More</blockquote>','World Headlines - Crude Oil Inventories','','inherit','closed','closed','','3384-revision-v1','','','2017-03-01 11:41:43','2017-03-01 11:41:43','',3384,'http://www.thetradingroom.com/3384-revision-v1/',0,'revision','',0),(3389,2,'2017-03-06 10:29:28','2017-03-06 10:29:28','<blockquote>WORLD HEADLINES - European stocks were pulled lower as Deutsche Bank AG tumbled and metals slumped. Investors weighed growth prospects for China and Janet Yellens statements on interest rates while escalating geopolitical tensions bolstered the Japanese yen.STOCKS - Futures...</blockquote>','World Headlines - 2017-03-06','','inherit','closed','closed','','3388-revision-v1','','','2017-03-06 10:29:28','2017-03-06 10:29:28','',3388,'http://www.thetradingroom.com/3388-revision-v1/',0,'revision','',0),(3401,2,'2017-03-14 10:43:44','2017-03-14 10:43:44','<blockquote>WORLD HEADLINES - The British pound tumbled as U.K. Prime Minister Theresa May received permission to trigger Brexit. Stocks slumped before central bank meetings this week though shares in India rallied on election results.STOCKS - Global stocks are close of a record high as a...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-03-14\">Read More</a></blockquote>','World Headlines - British Pound','','publish','closed','closed','','world-headlines-2017-03-14','','','2017-03-14 10:45:55','2017-03-14 10:45:55','',0,'http://www.thetradingroom.com/?p=3401',0,'post','',0),(3391,2,'2017-03-06 10:31:59','2017-03-06 10:31:59','<blockquote>WORLD HEADLINES - European stocks were pulled lower as Deutsche Bank AG tumbled and metals slumped. Investors weighed growth prospects for China and Janet Yellens statements on interest rates while escalating geopolitical tensions bolstered the Japanese yen....</blockquote>\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-03-06\">Read More</a></blockquote>','World Headlines - New Trading Room Link','','inherit','closed','closed','','3388-autosave-v1','','','2017-03-06 10:31:59','2017-03-06 10:31:59','',3388,'http://www.thetradingroom.com/3388-autosave-v1/',0,'revision','',0),(3392,2,'2017-03-06 10:32:29','2017-03-06 10:32:29','<blockquote>WORLD HEADLINES - European stocks were pulled lower as Deutsche Bank AG tumbled and metals slumped. Investors weighed growth prospects for China and Janet Yellens statements on interest rates while escalating geopolitical tensions bolstered the Japanese yen....</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-03-06\">Read More</a></blockquote>','World Headlines - New Trading Room Link','','inherit','closed','closed','','3388-revision-v1','','','2017-03-06 10:32:29','2017-03-06 10:32:29','',3388,'http://www.thetradingroom.com/3388-revision-v1/',0,'revision','',0),(3393,2,'2017-03-07 11:38:17','2017-03-07 11:38:17','<blockquote>WORLD HEADLINES - European stocks drifted setting the tone for global equities as investors decide whether a recent rally is correcting or merely taking a break. Basic metals continued to slide.STOCKS - Futures on the SP 500 declined 0.2 percent after the benchmark index los...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-03-07\">Read More</a></blockquote>','World Headlines: Stocks Drift  2017-03-07','','publish','closed','closed','','world-headlines-2017-03-07','','','2017-03-07 11:40:39','2017-03-07 11:40:39','',0,'http://www.thetradingroom.com/?p=3393',0,'post','',0),(3394,2,'2017-03-07 11:38:17','2017-03-07 11:38:17','<blockquote>WORLD HEADLINES - European stocks drifted setting the tone for global equities as investors decide whether a recent rally is correcting or merely taking a break. Basic metals continued to slide.STOCKS - Futures on the SP 500 declined 0.2 percent after the benchmark index los...</blockquote>','World Headlines - 2017-03-07','','inherit','closed','closed','','3393-revision-v1','','','2017-03-07 11:38:17','2017-03-07 11:38:17','',3393,'http://www.thetradingroom.com/3393-revision-v1/',0,'revision','',0),(3395,2,'2017-03-07 11:39:43','2017-03-07 11:39:43','<blockquote>WORLD HEADLINES - European stocks drifted setting the tone for global equities as investors decide whether a recent rally is correcting or merely taking a break. Basic metals continued to slide.STOCKS - Futures on the SP 500 declined 0.2 percent after the benchmark index los...</blockquote>\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-03-07\">Read More</a></blockquote>','World Headlines: Stocks Drift  2017-03-07','','inherit','closed','closed','','3393-autosave-v1','','','2017-03-07 11:39:43','2017-03-07 11:39:43','',3393,'http://www.thetradingroom.com/3393-autosave-v1/',0,'revision','',0),(3396,2,'2017-03-07 11:40:39','2017-03-07 11:40:39','<blockquote>WORLD HEADLINES - European stocks drifted setting the tone for global equities as investors decide whether a recent rally is correcting or merely taking a break. Basic metals continued to slide.STOCKS - Futures on the SP 500 declined 0.2 percent after the benchmark index los...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-03-07\">Read More</a></blockquote>','World Headlines: Stocks Drift  2017-03-07','','inherit','closed','closed','','3393-revision-v1','','','2017-03-07 11:40:39','2017-03-07 11:40:39','',3393,'http://www.thetradingroom.com/3393-revision-v1/',0,'revision','',0),(3397,2,'2017-03-08 12:24:28','2017-03-08 12:24:28','<blockquote>WORLD HEADLINES - Bonds headed for the longest losing streak in five years before a US debt auction on Wednesday and as the market prepares for the Federal Reserve to raise interest rates as early as next week. The US dollar rose while sterling extended its decline ahead of the ...</blockquote>\r\n<blockquote>Read More</blockquote>','World Headlines: Bond Futures 2017-03-08','','publish','closed','closed','','world-headlines-2017-03-08','','','2017-03-08 12:26:46','2017-03-08 12:26:46','',0,'http://www.thetradingroom.com/?p=3397',0,'post','',0),(3398,2,'2017-03-08 12:24:28','2017-03-08 12:24:28','<blockquote>WORLD HEADLINES - Bonds headed for the longest losing streak in five years before a US debt auction on Wednesday and as the market prepares for the Federal Reserve to raise interest rates as early as next week. The US dollar rose while sterling extended its decline ahead of the ...</blockquote>','World Headlines - 2017-03-08','','inherit','closed','closed','','3397-revision-v1','','','2017-03-08 12:24:28','2017-03-08 12:24:28','',3397,'http://www.thetradingroom.com/3397-revision-v1/',0,'revision','',0),(3399,2,'2017-03-08 12:26:00','2017-03-08 12:26:00','<blockquote>WORLD HEADLINES - Bonds headed for the longest losing streak in five years before a US debt auction on Wednesday and as the market prepares for the Federal Reserve to raise interest rates as early as next week. The US dollar rose while sterling extended its decline ahead of the ...</blockquote>\n<blockquote>Read More</blockquote>','World Headlines: Bond Futures 2017-03-08','','inherit','closed','closed','','3397-autosave-v1','','','2017-03-08 12:26:00','2017-03-08 12:26:00','',3397,'http://www.thetradingroom.com/3397-autosave-v1/',0,'revision','',0),(3400,2,'2017-03-08 12:26:46','2017-03-08 12:26:46','<blockquote>WORLD HEADLINES - Bonds headed for the longest losing streak in five years before a US debt auction on Wednesday and as the market prepares for the Federal Reserve to raise interest rates as early as next week. The US dollar rose while sterling extended its decline ahead of the ...</blockquote>\r\n<blockquote>Read More</blockquote>','World Headlines: Bond Futures 2017-03-08','','inherit','closed','closed','','3397-revision-v1','','','2017-03-08 12:26:46','2017-03-08 12:26:46','',3397,'http://www.thetradingroom.com/3397-revision-v1/',0,'revision','',0),(3402,2,'2017-03-14 10:43:44','2017-03-14 10:43:44','<blockquote>WORLD HEADLINES - The British pound tumbled as U.K. Prime Minister Theresa May received permission to trigger Brexit. Stocks slumped before central bank meetings this week though shares in India rallied on election results.STOCKS - Global stocks are close of a record high as a...</blockquote>','World Headlines - 2017-03-14','','inherit','closed','closed','','3401-revision-v1','','','2017-03-14 10:43:44','2017-03-14 10:43:44','',3401,'http://www.thetradingroom.com/3401-revision-v1/',0,'revision','',0),(3423,2,'2017-03-23 10:26:14','2017-03-23 10:26:14','<blockquote>WORLD HEADLINES - A global equities selloff that spurred the biggest drop in shares since Donald Trumps election eased as investors stepped back before a key U.S. vote on health care. The yen halted a seven-day rally and gold retreated.STOCKS - Futures on the SP 500 traded ...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-03-23\">Read More</a></blockquote>\r\n&nbsp;','World Headlines - Intermarket Correlations','','publish','closed','closed','','world-headlines-2017-03-23','','','2017-03-23 10:27:41','2017-03-23 10:27:41','',0,'http://www.thetradingroom.com/?p=3423',0,'post','',0),(3404,2,'2017-03-14 10:45:13','2017-03-14 10:45:13','<blockquote>WORLD HEADLINES - The British pound tumbled as U.K. Prime Minister Theresa May received permission to trigger Brexit. Stocks slumped before central bank meetings this week though shares in India rallied on election results.STOCKS - Global stocks are close of a record high as a...</blockquote>\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-03-14\">Read More</a></blockquote>','World Headlines - British Pound','','inherit','closed','closed','','3401-autosave-v1','','','2017-03-14 10:45:13','2017-03-14 10:45:13','',3401,'http://www.thetradingroom.com/3401-autosave-v1/',0,'revision','',0),(3405,2,'2017-03-14 10:45:55','2017-03-14 10:45:55','<blockquote>WORLD HEADLINES - The British pound tumbled as U.K. Prime Minister Theresa May received permission to trigger Brexit. Stocks slumped before central bank meetings this week though shares in India rallied on election results.STOCKS - Global stocks are close of a record high as a...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-03-14\">Read More</a></blockquote>','World Headlines - British Pound','','inherit','closed','closed','','3401-revision-v1','','','2017-03-14 10:45:55','2017-03-14 10:45:55','',3401,'http://www.thetradingroom.com/3401-revision-v1/',0,'revision','',0),(3406,2,'2017-03-15 10:39:26','2017-03-15 10:39:26','<blockquote>WORLD HEADLINES - The swings in oil added some drama to financial markets that have entered a two-day period brimming with central bank decisions European political drama and a raft of economic data.STOCKS - Futures on the SP 500 added 0.3 percent. The benchmark index slipped...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-03-15\">Read More</a></blockquote>','World Headlines - Oil & FOMC','','publish','closed','closed','','world-headlines-2017-03-15','','','2017-03-15 10:42:43','2017-03-15 10:42:43','',0,'http://www.thetradingroom.com/?p=3406',0,'post','',0),(3407,2,'2017-03-15 10:39:26','2017-03-15 10:39:26','<blockquote>WORLD HEADLINES - The swings in oil added some drama to financial markets that have entered a two-day period brimming with central bank decisions European political drama and a raft of economic data.STOCKS - Futures on the SP 500 added 0.3 percent. The benchmark index slipped...</blockquote>','World Headlines - 2017-03-15','','inherit','closed','closed','','3406-revision-v1','','','2017-03-15 10:39:26','2017-03-15 10:39:26','',3406,'http://www.thetradingroom.com/3406-revision-v1/',0,'revision','',0),(3408,2,'2017-03-15 10:40:48','2017-03-15 10:40:48','<blockquote>WORLD HEADLINES - The swings in oil added some drama to financial markets that have entered a two-day period brimming with central bank decisions European political drama and a raft of economic data.STOCKS - Futures on the SP 500 added 0.3 percent. The benchmark index slipped...</blockquote>\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-03-15\">Read More</a></blockquote>','World Headlines - Oil & FOMC','','inherit','closed','closed','','3406-autosave-v1','','','2017-03-15 10:40:48','2017-03-15 10:40:48','',3406,'http://www.thetradingroom.com/3406-autosave-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (3409,2,'2017-03-15 10:42:43','2017-03-15 10:42:43','<blockquote>WORLD HEADLINES - The swings in oil added some drama to financial markets that have entered a two-day period brimming with central bank decisions European political drama and a raft of economic data.STOCKS - Futures on the SP 500 added 0.3 percent. The benchmark index slipped...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-03-15\">Read More</a></blockquote>','World Headlines - Oil & FOMC','','inherit','closed','closed','','3406-revision-v1','','','2017-03-15 10:42:43','2017-03-15 10:42:43','',3406,'http://www.thetradingroom.com/3406-revision-v1/',0,'revision','',0),(3410,2,'2017-03-16 10:45:01','2017-03-16 10:45:01','<blockquote>WORLD HEADLINES - Central banks ruled over financial markets as the Federal Reserves move to raise interest rates without accelerating the timeline for future tightening sent global stocks jumping. STOCKS - Futures on the SP 500 were up slightly after the benchmark gauge ...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-03-16\"><strong>Read More</strong></a></blockquote>','World Headlines - Central Banks Rule','','publish','closed','closed','','world-headlines-2017-03-16','','','2017-03-16 10:52:46','2017-03-16 10:52:46','',0,'http://www.thetradingroom.com/?p=3410',0,'post','',0),(3411,2,'2017-03-16 10:45:01','2017-03-16 10:45:01','<blockquote>WORLD HEADLINES - Central banks ruled over financial markets as the Federal Reserves move to raise interest rates without accelerating the timeline for future tightening sent global stocks jumping. STOCKS - Futures on the SP 500 were up slightly after the benchmark gauge ...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-03-16\"><strong>Read More</strong></a></blockquote>','World Headlines - 2017-03-16','','inherit','closed','closed','','3410-revision-v1','','','2017-03-16 10:45:01','2017-03-16 10:45:01','',3410,'http://www.thetradingroom.com/3410-revision-v1/',0,'revision','',0),(3412,2,'2017-03-16 10:46:52','2017-03-16 10:46:52','<blockquote>WORLD HEADLINES - Central banks ruled over financial markets as the Federal Reserves move to raise interest rates without accelerating the timeline for future tightening sent global stocks jumping. STOCKS - Futures on the SP 500 were up slightly after the benchmark gauge ...</blockquote>\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-03-16\"><strong>Read More</strong></a></blockquote>','World Headlines - Central Banks Rules','','inherit','closed','closed','','3410-autosave-v1','','','2017-03-16 10:46:52','2017-03-16 10:46:52','',3410,'http://www.thetradingroom.com/3410-autosave-v1/',0,'revision','',0),(3413,2,'2017-03-16 10:47:45','2017-03-16 10:47:45','<blockquote>WORLD HEADLINES - Central banks ruled over financial markets as the Federal Reserves move to raise interest rates without accelerating the timeline for future tightening sent global stocks jumping. STOCKS - Futures on the SP 500 were up slightly after the benchmark gauge ...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-03-16\"><strong>Read More</strong></a></blockquote>','World Headlines - Central Banks Rules','','inherit','closed','closed','','3410-revision-v1','','','2017-03-16 10:47:45','2017-03-16 10:47:45','',3410,'http://www.thetradingroom.com/3410-revision-v1/',0,'revision','',0),(3414,2,'2017-03-16 10:52:46','2017-03-16 10:52:46','<blockquote>WORLD HEADLINES - Central banks ruled over financial markets as the Federal Reserves move to raise interest rates without accelerating the timeline for future tightening sent global stocks jumping. STOCKS - Futures on the SP 500 were up slightly after the benchmark gauge ...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-03-16\"><strong>Read More</strong></a></blockquote>','World Headlines - Central Banks Rule','','inherit','closed','closed','','3410-revision-v1','','','2017-03-16 10:52:46','2017-03-16 10:52:46','',3410,'http://www.thetradingroom.com/3410-revision-v1/',0,'revision','',0),(3415,2,'2017-03-20 10:47:52','2017-03-20 10:47:52','<blockquote>WORLD HEADLINES - World stocks opened the week on a cautious footing on Monday after the G20s decision to drop a pledge to avoid trade protectionism while the U.S. Federal Reserves conservative rate guidance continued to push the dollar lower.STOCKS - Asian stocks were mixed...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-03-20\">Read More</a></blockquote>','World Headlines - Global Stocks Cautious on Monday','','publish','closed','closed','','world-headlines-2017-03-20','','','2017-03-20 10:51:38','2017-03-20 10:51:38','',0,'http://www.thetradingroom.com/?p=3415',0,'post','',0),(3416,2,'2017-03-20 10:47:52','2017-03-20 10:47:52','<blockquote>WORLD HEADLINES - World stocks opened the week on a cautious footing on Monday after the G20s decision to drop a pledge to avoid trade protectionism while the U.S. Federal Reserves conservative rate guidance continued to push the dollar lower.STOCKS - Asian stocks were mixed...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-03-20\">Read More</a></blockquote>','World Headlines - 2017-03-20','','inherit','closed','closed','','3415-revision-v1','','','2017-03-20 10:47:52','2017-03-20 10:47:52','',3415,'http://www.thetradingroom.com/3415-revision-v1/',0,'revision','',0),(3417,2,'2017-03-20 10:51:05','2017-03-20 10:51:05','<blockquote>WORLD HEADLINES - World stocks opened the week on a cautious footing on Monday after the G20s decision to drop a pledge to avoid trade protectionism while the U.S. Federal Reserves conservative rate guidance continued to push the dollar lower.STOCKS - Asian stocks were mixed...</blockquote>\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-03-20\">Read More</a></blockquote>','World Headlines - Global Stocks Cautious on Monday','','inherit','closed','closed','','3415-autosave-v1','','','2017-03-20 10:51:05','2017-03-20 10:51:05','',3415,'http://www.thetradingroom.com/3415-autosave-v1/',0,'revision','',0),(3418,2,'2017-03-20 10:51:38','2017-03-20 10:51:38','<blockquote>WORLD HEADLINES - World stocks opened the week on a cautious footing on Monday after the G20s decision to drop a pledge to avoid trade protectionism while the U.S. Federal Reserves conservative rate guidance continued to push the dollar lower.STOCKS - Asian stocks were mixed...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-03-20\">Read More</a></blockquote>','World Headlines - Global Stocks Cautious on Monday','','inherit','closed','closed','','3415-revision-v1','','','2017-03-20 10:51:38','2017-03-20 10:51:38','',3415,'http://www.thetradingroom.com/3415-revision-v1/',0,'revision','',0),(3419,2,'2017-03-21 10:28:49','2017-03-21 10:28:49','<blockquote>WORLD HEADLINES - The euro rose to the strongest in more than a month after a French presidential debate eased concern about a populist win in the election. The dollar extended its decline as Fed officials weighed the pace of borrowing-cost hikes and emerging-market stocks kept ...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-03-21\">Read More</a></blockquote>','World Headlines - Euro Rally','','publish','closed','closed','','world-headlines-2017-03-21','','','2017-03-21 10:31:45','2017-03-21 10:31:45','',0,'http://www.thetradingroom.com/?p=3419',0,'post','',0),(3420,2,'2017-03-21 10:28:49','2017-03-21 10:28:49','<blockquote>WORLD HEADLINES - The euro rose to the strongest in more than a month after a French presidential debate eased concern about a populist win in the election. The dollar extended its decline as Fed officials weighed the pace of borrowing-cost hikes and emerging-market stocks kept ...</blockquote>','World Headlines - 2017-03-21','','inherit','closed','closed','','3419-revision-v1','','','2017-03-21 10:28:49','2017-03-21 10:28:49','',3419,'http://www.thetradingroom.com/3419-revision-v1/',0,'revision','',0),(3421,2,'2017-03-21 10:30:20','2017-03-21 10:30:20','<blockquote>WORLD HEADLINES - The euro rose to the strongest in more than a month after a French presidential debate eased concern about a populist win in the election. The dollar extended its decline as Fed officials weighed the pace of borrowing-cost hikes and emerging-market stocks kept ...</blockquote>\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-03-21\">Read More</a></blockquote>','World Headlines - Euro Rally','','inherit','closed','closed','','3419-autosave-v1','','','2017-03-21 10:30:20','2017-03-21 10:30:20','',3419,'http://www.thetradingroom.com/3419-autosave-v1/',0,'revision','',0),(3422,2,'2017-03-21 10:31:45','2017-03-21 10:31:45','<blockquote>WORLD HEADLINES - The euro rose to the strongest in more than a month after a French presidential debate eased concern about a populist win in the election. The dollar extended its decline as Fed officials weighed the pace of borrowing-cost hikes and emerging-market stocks kept ...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-03-21\">Read More</a></blockquote>','World Headlines - Euro Rally','','inherit','closed','closed','','3419-revision-v1','','','2017-03-21 10:31:45','2017-03-21 10:31:45','',3419,'http://www.thetradingroom.com/3419-revision-v1/',0,'revision','',0),(3424,2,'2017-03-23 10:26:14','2017-03-23 10:26:14','<blockquote>WORLD HEADLINES - A global equities selloff that spurred the biggest drop in shares since Donald Trumps election eased as investors stepped back before a key U.S. vote on health care. The yen halted a seven-day rally and gold retreated.STOCKS - Futures on the SP 500 traded ...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-03-23\">Read More</a></blockquote>\r\n&nbsp;','World Headlines - 2017-03-23','','inherit','closed','closed','','3423-revision-v1','','','2017-03-23 10:26:14','2017-03-23 10:26:14','',3423,'http://www.thetradingroom.com/3423-revision-v1/',0,'revision','',0),(3425,2,'2017-03-23 10:27:33','2017-03-23 10:27:33','<blockquote>WORLD HEADLINES - A global equities selloff that spurred the biggest drop in shares since Donald Trumps election eased as investors stepped back before a key U.S. vote on health care. The yen halted a seven-day rally and gold retreated.STOCKS - Futures on the SP 500 traded ...</blockquote>\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-03-23\">Read More</a></blockquote>\n&nbsp;','World Headlines - Intermarket Correlations','','inherit','closed','closed','','3423-autosave-v1','','','2017-03-23 10:27:33','2017-03-23 10:27:33','',3423,'http://www.thetradingroom.com/3423-autosave-v1/',0,'revision','',0),(3426,2,'2017-03-23 10:27:41','2017-03-23 10:27:41','<blockquote>WORLD HEADLINES - A global equities selloff that spurred the biggest drop in shares since Donald Trumps election eased as investors stepped back before a key U.S. vote on health care. The yen halted a seven-day rally and gold retreated.STOCKS - Futures on the SP 500 traded ...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-03-23\">Read More</a></blockquote>\r\n&nbsp;','World Headlines - Intermarket Correlations','','inherit','closed','closed','','3423-revision-v1','','','2017-03-23 10:27:41','2017-03-23 10:27:41','',3423,'http://www.thetradingroom.com/3423-revision-v1/',0,'revision','',0),(3427,2,'2017-03-24 10:52:40','2017-03-24 10:52:40','<blockquote>WORLD HEADLINES - European stocks gave up some of Thursdays gains while the yen weakened for the first time in nine days before a U.S. health-care vote that has dominated market sentiment this week. STOCKS - Futures on the SP 500 traded sideways during the overnight trading ...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-03-24\">Read More</a></blockquote>','World Headlines - US Dollar','','publish','closed','closed','','world-headlines-2017-03-24','','','2017-03-24 10:55:35','2017-03-24 10:55:35','',0,'http://www.thetradingroom.com/?p=3427',0,'post','',0),(3428,2,'2017-03-24 10:52:40','2017-03-24 10:52:40','<blockquote>WORLD HEADLINES - European stocks gave up some of Thursdays gains while the yen weakened for the first time in nine days before a U.S. health-care vote that has dominated market sentiment this week.STOCKS - Futures on the SP 500 traded sideways during the overnight trading ...</blockquote>','World Headlines - 2017-03-24','','inherit','closed','closed','','3427-revision-v1','','','2017-03-24 10:52:40','2017-03-24 10:52:40','',3427,'http://www.thetradingroom.com/3427-revision-v1/',0,'revision','',0),(3429,2,'2017-03-24 10:55:19','2017-03-24 10:55:19','<blockquote>WORLD HEADLINES - European stocks gave up some of Thursdays gains while the yen weakened for the first time in nine days before a U.S. health-care vote that has dominated market sentiment this week. STOCKS - Futures on the SP 500 traded sideways during the overnight trading ...</blockquote>\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-03-24\">Read More</a></blockquote>','World Headlines - US Dollar','','inherit','closed','closed','','3427-autosave-v1','','','2017-03-24 10:55:19','2017-03-24 10:55:19','',3427,'http://www.thetradingroom.com/3427-autosave-v1/',0,'revision','',0),(3430,2,'2017-03-24 10:55:35','2017-03-24 10:55:35','<blockquote>WORLD HEADLINES - European stocks gave up some of Thursdays gains while the yen weakened for the first time in nine days before a U.S. health-care vote that has dominated market sentiment this week. STOCKS - Futures on the SP 500 traded sideways during the overnight trading ...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-03-24\">Read More</a></blockquote>','World Headlines - US Dollar','','inherit','closed','closed','','3427-revision-v1','','','2017-03-24 10:55:35','2017-03-24 10:55:35','',3427,'http://www.thetradingroom.com/3427-revision-v1/',0,'revision','',0),(3431,2,'2017-03-27 10:34:20','2017-03-27 10:34:20','<blockquote>WORLD HEADLINES - Investors on Monday further unwound trades initiated in November resting on the idea that the election of Trump and a Republican Congress meant passage of an agenda that featured business-friendly tax cuts and regulatory changes. STOCKS - The U.S. benchmark S...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-03-27\">Read More</a></blockquote>','World Headlines: Risk-Off Sentiment','','publish','closed','closed','','world-headlines-2017-03-27','','','2017-03-27 10:38:11','2017-03-27 10:38:11','',0,'http://www.thetradingroom.com/?p=3431',0,'post','',0),(3432,2,'2017-03-27 10:34:20','2017-03-27 10:34:20','<blockquote>WORLD HEADLINES - Investors on Monday further unwound trades initiated in November resting on the idea that the election of Trump and a Republican Congress meant passage of an agenda that featured business-friendly tax cuts and regulatory changes. STOCKS - The U.S. benchmark S...</blockquote>','World Headlines - 2017-03-27','','inherit','closed','closed','','3431-revision-v1','','','2017-03-27 10:34:20','2017-03-27 10:34:20','',3431,'http://www.thetradingroom.com/3431-revision-v1/',0,'revision','',0),(3433,2,'2017-03-27 10:37:16','2017-03-27 10:37:16','<blockquote>WORLD HEADLINES - Investors on Monday further unwound trades initiated in November resting on the idea that the election of Trump and a Republican Congress meant passage of an agenda that featured business-friendly tax cuts and regulatory changes. STOCKS - The U.S. benchmark S...</blockquote>\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-03-27\">Read More</a></blockquote>','World Headlines: Risk-Off Sentiment','','inherit','closed','closed','','3431-autosave-v1','','','2017-03-27 10:37:16','2017-03-27 10:37:16','',3431,'http://www.thetradingroom.com/3431-autosave-v1/',0,'revision','',0),(3434,2,'2017-03-27 10:38:11','2017-03-27 10:38:11','<blockquote>WORLD HEADLINES - Investors on Monday further unwound trades initiated in November resting on the idea that the election of Trump and a Republican Congress meant passage of an agenda that featured business-friendly tax cuts and regulatory changes. STOCKS - The U.S. benchmark S...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-03-27\">Read More</a></blockquote>','World Headlines: Risk-Off Sentiment','','inherit','closed','closed','','3431-revision-v1','','','2017-03-27 10:38:11','2017-03-27 10:38:11','',3431,'http://www.thetradingroom.com/3431-revision-v1/',0,'revision','',0),(3435,2,'2017-04-03 10:39:15','2017-04-03 10:39:15','<blockquote>WORLD HEADLINES - Global stocks rose with a gauge of European shares up for a fifth day while the pound retreated at the start of a busy week that includes a meeting between Xi Jinping and Donald Trump and culminates in the monthly U.S. jobs report.STOCKS - European shares ope...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-04-03\">Read More</a></blockquote>','World Headlines: US Dollar Strength ','','publish','closed','closed','','world-headlines-us-dollar-strength','','','2017-04-03 10:40:53','2017-04-03 10:40:53','',0,'http://www.thetradingroom.com/?p=3435',0,'post','',0),(3436,2,'2017-04-03 10:39:15','2017-04-03 10:39:15','<blockquote>WORLD HEADLINES - Global stocks rose with a gauge of European shares up for a fifth day while the pound retreated at the start of a busy week that includes a meeting between Xi Jinping and Donald Trump and culminates in the monthly U.S. jobs report.STOCKS - European shares ope...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-04-03\">Read More</a></blockquote>','World Headlines: US Dollar Strength ','','inherit','closed','closed','','3435-revision-v1','','','2017-04-03 10:39:15','2017-04-03 10:39:15','',3435,'http://www.thetradingroom.com/3435-revision-v1/',0,'revision','',0),(3438,2,'2017-04-04 10:42:48','2017-04-04 10:42:48','<blockquote>WORLD HEADLINES - Global stocks slipped taking their cue from a weaker U.S. equities session as automakers slumped on weaker-than-expected sales. The yen strengthened while the Australian dollar dropped.STOCKS - Futures on the SP 500 lost 0.3 percent. The underlying gauge ... <a href=\"http://www.riosquant.com/headlines/2017-04-04\">Read More</a></blockquote>','World Headlines: Trade Gold Futures','','publish','closed','closed','','world-headlines-trade-gold','','','2017-04-04 10:44:06','2017-04-04 10:44:06','',0,'http://www.thetradingroom.com/?p=3438',0,'post','',0),(3439,2,'2017-04-04 10:42:48','2017-04-04 10:42:48','<blockquote>WORLD HEADLINES - Global stocks slipped taking their cue from a weaker U.S. equities session as automakers slumped on weaker-than-expected sales. The yen strengthened while the Australian dollar dropped.STOCKS - Futures on the SP 500 lost 0.3 percent. The underlying gauge ... <a href=\"http://www.riosquant.com/headlines/2017-04-04\">Read More</a></blockquote>','World Headlines: Trade Gold ','','inherit','closed','closed','','3438-revision-v1','','','2017-04-04 10:42:48','2017-04-04 10:42:48','',3438,'http://www.thetradingroom.com/3438-revision-v1/',0,'revision','',0),(3440,2,'2017-04-04 10:44:06','2017-04-04 10:44:06','<blockquote>WORLD HEADLINES - Global stocks slipped taking their cue from a weaker U.S. equities session as automakers slumped on weaker-than-expected sales. The yen strengthened while the Australian dollar dropped.STOCKS - Futures on the SP 500 lost 0.3 percent. The underlying gauge ... <a href=\"http://www.riosquant.com/headlines/2017-04-04\">Read More</a></blockquote>','World Headlines: Trade Gold Futures','','inherit','closed','closed','','3438-revision-v1','','','2017-04-04 10:44:06','2017-04-04 10:44:06','',3438,'http://www.thetradingroom.com/3438-revision-v1/',0,'revision','',0),(3441,2,'2017-04-05 10:32:57','2017-04-05 10:32:57','<blockquote>WORLD HEADLINES - Caution prevailed across major markets on Wednesday before a potentially tense meeting between U.S. President Donald Trump and his Chinese counterpart Xi Jinping later this week although metals and oil prices firmed on hope of better global demand...  <a href=\"http://www.riosquant.com/headlines/2017-04-05\">Read More</a></blockquote>','World Headlines - Major Markets','','publish','closed','closed','','world-headlines-major-markets','','','2017-04-05 10:34:09','2017-04-05 10:34:09','',0,'http://www.thetradingroom.com/?p=3441',0,'post','',0),(3442,2,'2017-04-05 10:32:57','2017-04-05 10:32:57','<blockquote>WORLD HEADLINES - Caution prevailed across major markets on Wednesday before a potentially tense meeting between U.S. President Donald Trump and his Chinese counterpart Xi Jinping later this week although metals and oil prices firmed on hope of better global demand...  <a href=\"http://www.riosquant.com/headlines/2017-04-05\">Read More</a></blockquote>','World Headlines - Major Markets','','inherit','closed','closed','','3441-revision-v1','','','2017-04-05 10:32:57','2017-04-05 10:32:57','',3441,'http://www.thetradingroom.com/3441-revision-v1/',0,'revision','',0),(3443,2,'2017-04-10 10:35:20','2017-04-10 10:35:20','<blockquote>WORLD HEADLINES - Global stocks traded mixed as investors weighed looming security risks and French bonds retreating ahead of the election. The US dollar edged higher with Treasuries and oil advanced.STOCKS - Stock volatility across markets jumped in the wake of the attacks ...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-04-10\">Read More</a></blockquote>','World Headlines: US dollar edged higher','','publish','closed','closed','','world-headlines-2017-04-10','','','2017-04-10 10:38:12','2017-04-10 10:38:12','',0,'http://www.thetradingroom.com/?p=3443',0,'post','',0),(3444,2,'2017-04-10 10:35:20','2017-04-10 10:35:20','<blockquote>WORLD HEADLINES - Global stocks traded mixed as investors weighed looming security risks and French bonds retreating ahead of the election. The US dollar edged higher with Treasuries and oil advanced.STOCKS - Stock volatility across markets jumped in the wake of the attacks bu...</blockquote>','World Headlines - 2017-04-10','','inherit','closed','closed','','3443-revision-v1','','','2017-04-10 10:35:20','2017-04-10 10:35:20','',3443,'http://www.thetradingroom.com/3443-revision-v1/',0,'revision','',0),(3445,2,'2017-04-10 10:37:50','2017-04-10 10:37:50','<blockquote>WORLD HEADLINES - Global stocks traded mixed as investors weighed looming security risks and French bonds retreating ahead of the election. The US dollar edged higher with Treasuries and oil advanced.STOCKS - Stock volatility across markets jumped in the wake of the attacks ...</blockquote>\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-04-10\">Read More</a></blockquote>','World Headlines: US dollar edged higher','','inherit','closed','closed','','3443-autosave-v1','','','2017-04-10 10:37:50','2017-04-10 10:37:50','',3443,'http://www.thetradingroom.com/3443-autosave-v1/',0,'revision','',0),(3446,2,'2017-04-10 10:38:12','2017-04-10 10:38:12','<blockquote>WORLD HEADLINES - Global stocks traded mixed as investors weighed looming security risks and French bonds retreating ahead of the election. The US dollar edged higher with Treasuries and oil advanced.STOCKS - Stock volatility across markets jumped in the wake of the attacks ...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-04-10\">Read More</a></blockquote>','World Headlines: US dollar edged higher','','inherit','closed','closed','','3443-revision-v1','','','2017-04-10 10:38:12','2017-04-10 10:38:12','',3443,'http://www.thetradingroom.com/3443-revision-v1/',0,'revision','',0),(3448,2,'2017-04-11 20:04:44','0000-00-00 00:00:00','','iNewton Automated Trading: Gold Futures','','draft','closed','closed','','','','','2017-04-11 20:04:44','2017-04-11 20:04:44','',0,'http://www.thetradingroom.com/?p=3448',0,'post','',0),(3456,2,'2017-04-26 10:56:35','2017-04-26 10:56:35','<blockquote>WORLD HEADLINES - Global stocks hit a record high on Wednesday after strong earnings and the prospect of tax cuts for corporate America pushed U.S. shares to stratospheric levels and the euro held on to recent gains as political concerns in France ebbed. STOCKS - Futures on the ...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-04-26\">Read More</a></blockquote>','World Headlines - Stocks Hit High','','publish','closed','closed','','world-headlines-2017-04-26','','','2017-04-26 10:58:10','2017-04-26 10:58:10','',0,'http://www.thetradingroom.com/?p=3456',0,'post','',0),(3450,1,'2017-04-12 12:43:23','2017-04-12 12:43:23','','telechargement','','inherit','closed','closed','','telechargement','','','2017-04-12 12:43:23','2017-04-12 12:43:23','',0,'http://www.thetradingroom.com/wp-content/uploads/2017/04/téléchargement.png',0,'attachment','image/png',0),(3451,2,'2017-04-13 10:25:35','2017-04-13 10:25:35','<blockquote>WORLD HEADLINES - The U.S. dollar and Treasury yields slid on Thursday and were on track for their biggest weekly declines this year after U.S. President Donald Trump said that he would like to see interest rates stay low and that the greenback was too strong ...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-04-13\">Read More</a></blockquote>','World Headlines - US Dollar and Treasury Yields','','publish','closed','closed','','world-headlines-2017-04-13','','','2017-04-13 10:29:16','2017-04-13 10:29:16','',0,'http://www.thetradingroom.com/?p=3451',0,'post','',0),(3452,2,'2017-04-13 10:25:35','2017-04-13 10:25:35','<blockquote>WORLD HEADLINES - The U.S. dollar and Treasury yields slid on Thursday and were on track for their biggest weekly declines this year after U.S. President Donald Trump said that he would like to see interest rates stay low and that the greenback was too strong ...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-04-13\">Read More</a></blockquote>','World Headlines - 2017-04-13','','inherit','closed','closed','','3451-revision-v1','','','2017-04-13 10:25:35','2017-04-13 10:25:35','',3451,'http://www.thetradingroom.com/3451-revision-v1/',0,'revision','',0),(3453,2,'2017-04-13 10:27:08','2017-04-13 10:27:08','<blockquote>WORLD HEADLINES - The U.S. dollar and Treasury yields slid on Thursday and were on track for their biggest weekly declines this year after U.S. President Donald Trump said that he would like to see interest rates stay low and that the greenback was too strong ...</blockquote>\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-04-13\">Read More</a></blockquote>','World Headlines - US Dollar and Treasury Yields','','inherit','closed','closed','','3451-autosave-v1','','','2017-04-13 10:27:08','2017-04-13 10:27:08','',3451,'http://www.thetradingroom.com/3451-autosave-v1/',0,'revision','',0),(3454,2,'2017-04-13 10:28:47','2017-04-13 10:28:47','','bond-gold-rq-pic','','inherit','closed','closed','','bond-gold-rq-pic','','','2017-04-13 10:28:47','2017-04-13 10:28:47','',3451,'http://www.thetradingroom.com/wp-content/uploads/2017/04/bond-gold-rq-pic.jpg',0,'attachment','image/jpeg',0),(3455,2,'2017-04-13 10:29:16','2017-04-13 10:29:16','<blockquote>WORLD HEADLINES - The U.S. dollar and Treasury yields slid on Thursday and were on track for their biggest weekly declines this year after U.S. President Donald Trump said that he would like to see interest rates stay low and that the greenback was too strong ...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-04-13\">Read More</a></blockquote>','World Headlines - US Dollar and Treasury Yields','','inherit','closed','closed','','3451-revision-v1','','','2017-04-13 10:29:16','2017-04-13 10:29:16','',3451,'http://www.thetradingroom.com/3451-revision-v1/',0,'revision','',0),(3457,2,'2017-04-26 10:56:35','2017-04-26 10:56:35','<blockquote>WORLD HEADLINES - Global stocks hit a record high on Wednesday after strong earnings and the prospect of tax cuts for corporate America pushed U.S. shares to stratospheric levels and the euro held on to recent gains as political concerns in France ebbed.STOCKS - Futures on the ...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-04-26\">Read More</a></blockquote>','World Headlines - 2017-04-26','','inherit','closed','closed','','3456-revision-v1','','','2017-04-26 10:56:35','2017-04-26 10:56:35','',3456,'http://www.thetradingroom.com/3456-revision-v1/',0,'revision','',0),(3465,2,'2017-05-05 10:56:06','2017-05-05 10:56:06','<blockquote>WORLD HEADLINES - Crude oil erased losses after plunging below 45 a barrel on expanding U.S. output. European shares declined and the dollar was mixed against its peers ahead of US employment report. STOCKS - Futures on the SP 500 Index were little changed ahead of the Wall St...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-05-05\">Read More</a></blockquote>','World Headlines - Non Farm Payroll Data','','publish','closed','closed','','world-headlines-2017-05-05','','','2017-05-05 10:58:50','2017-05-05 10:58:50','',0,'http://www.thetradingroom.com/?p=3465',0,'post','',0),(3459,2,'2017-04-26 10:58:04','2017-04-26 10:58:04','<blockquote>WORLD HEADLINES - Global stocks hit a record high on Wednesday after strong earnings and the prospect of tax cuts for corporate America pushed U.S. shares to stratospheric levels and the euro held on to recent gains as political concerns in France ebbed. STOCKS - Futures on the ...</blockquote>\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-04-26\">Read More</a></blockquote>','World Headlines - Stocks Hit High','','inherit','closed','closed','','3456-autosave-v1','','','2017-04-26 10:58:04','2017-04-26 10:58:04','',3456,'http://www.thetradingroom.com/3456-autosave-v1/',0,'revision','',0),(3460,2,'2017-04-26 10:58:10','2017-04-26 10:58:10','<blockquote>WORLD HEADLINES - Global stocks hit a record high on Wednesday after strong earnings and the prospect of tax cuts for corporate America pushed U.S. shares to stratospheric levels and the euro held on to recent gains as political concerns in France ebbed. STOCKS - Futures on the ...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-04-26\">Read More</a></blockquote>','World Headlines - Stocks Hit High','','inherit','closed','closed','','3456-revision-v1','','','2017-04-26 10:58:10','2017-04-26 10:58:10','',3456,'http://www.thetradingroom.com/3456-revision-v1/',0,'revision','',0),(3461,2,'2017-05-02 10:42:59','2017-05-02 10:42:59','<blockquote>WORLD HEADLINES - Global stocks headed for a fresh high as many markets reopened with investors focusing on stronger corporate earnings. The yen extended losses while Treasuries maintained declines.</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-05-02\">Read more...</a></blockquote>','World Headlines - Yen Extends Losses','','publish','closed','closed','','world-headlines-2017-05-02','','','2017-05-02 10:45:50','2017-05-02 10:45:50','',0,'http://www.thetradingroom.com/?p=3461',0,'post','',0),(3462,2,'2017-05-02 10:42:59','2017-05-02 10:42:59','<blockquote>WORLD HEADLINES - Global stocks headed for a fresh high as many markets reopened with investors focusing on stronger corporate earnings. The yen extended losses while Treasuries maintained declines.STOCKS - Futures on the SP 500 Index traded sideways ahead of the Wall Street o...</blockquote>','World Headlines - 2017-05-02','','inherit','closed','closed','','3461-revision-v1','','','2017-05-02 10:42:59','2017-05-02 10:42:59','',3461,'http://www.thetradingroom.com/3461-revision-v1/',0,'revision','',0),(3463,2,'2017-05-02 10:44:42','2017-05-02 10:44:42','<blockquote>WORLD HEADLINES - Global stocks headed for a fresh high as many markets reopened with investors focusing on stronger corporate earnings. The yen extended losses while Treasuries maintained declines.STOCKS - Futures on the SP 500 Index traded sideways ahead of the Wall Street o...</blockquote>','World Headlines - Yen Extends Losses','','inherit','closed','closed','','3461-autosave-v1','','','2017-05-02 10:44:42','2017-05-02 10:44:42','',3461,'http://www.thetradingroom.com/3461-autosave-v1/',0,'revision','',0),(3464,2,'2017-05-02 10:45:50','2017-05-02 10:45:50','<blockquote>WORLD HEADLINES - Global stocks headed for a fresh high as many markets reopened with investors focusing on stronger corporate earnings. The yen extended losses while Treasuries maintained declines.</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-05-02\">Read more...</a></blockquote>','World Headlines - Yen Extends Losses','','inherit','closed','closed','','3461-revision-v1','','','2017-05-02 10:45:50','2017-05-02 10:45:50','',3461,'http://www.thetradingroom.com/3461-revision-v1/',0,'revision','',0),(3466,2,'2017-05-05 10:56:06','2017-05-05 10:56:06','<blockquote>WORLD HEADLINES - Crude oil erased losses after plunging below 45 a barrel on expanding U.S. output. European shares declined and the dollar was mixed against its peers ahead of US employment report.STOCKS - Futures on the SP 500 Index were little changed ahead of the Wall St...</blockquote>','World Headlines - 2017-05-05','','inherit','closed','closed','','3465-revision-v1','','','2017-05-05 10:56:06','2017-05-05 10:56:06','',3465,'http://www.thetradingroom.com/3465-revision-v1/',0,'revision','',0),(3467,2,'2017-05-05 10:58:42','2017-05-05 10:58:42','<blockquote>WORLD HEADLINES - Crude oil erased losses after plunging below 45 a barrel on expanding U.S. output. European shares declined and the dollar was mixed against its peers ahead of US employment report. STOCKS - Futures on the SP 500 Index were little changed ahead of the Wall St...</blockquote>\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-05-05\">Read More</a></blockquote>','World Headlines - Non Farm Payroll Data','','inherit','closed','closed','','3465-autosave-v1','','','2017-05-05 10:58:42','2017-05-05 10:58:42','',3465,'http://www.thetradingroom.com/3465-autosave-v1/',0,'revision','',0),(3468,2,'2017-05-05 10:58:41','2017-05-05 10:58:41','','nfp','','inherit','closed','closed','','nfp','','','2017-05-05 10:58:41','2017-05-05 10:58:41','',3465,'http://www.thetradingroom.com/wp-content/uploads/2017/05/nfp.jpg',0,'attachment','image/jpeg',0),(3469,2,'2017-05-05 10:58:50','2017-05-05 10:58:50','<blockquote>WORLD HEADLINES - Crude oil erased losses after plunging below 45 a barrel on expanding U.S. output. European shares declined and the dollar was mixed against its peers ahead of US employment report. STOCKS - Futures on the SP 500 Index were little changed ahead of the Wall St...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-05-05\">Read More</a></blockquote>','World Headlines - Non Farm Payroll Data','','inherit','closed','closed','','3465-revision-v1','','','2017-05-05 10:58:50','2017-05-05 10:58:50','',3465,'http://www.thetradingroom.com/3465-revision-v1/',0,'revision','',0),(3470,2,'2017-05-08 10:03:04','2017-05-08 10:03:04','<blockquote>WORLD HEADLINES - Europe\'s common currency weakened and equities dropped following a convincing defeat of populism in Frances presidential election that was already priced in by investors. Crude fluctuated as Saudi Arabia and Russia signaled output cuts will be extended...</blockquote>\r\n<blockquote>Read More</blockquote>','World Headlines - Financial Markets','','publish','closed','closed','','world-headlines-2017-05-08','','','2017-05-08 10:06:16','2017-05-08 10:06:16','',0,'http://www.thetradingroom.com/?p=3470',0,'post','',0),(3471,2,'2017-05-08 10:03:04','2017-05-08 10:03:04','<blockquote>WORLD HEADLINES - Europes common currency weakened and equities dropped following a convincing defeat of populism in Frances presidential election that was already priced in by investors. Crude fluctuated as Saudi Arabia and Russia signaled output cuts will be extended.ST...</blockquote>','World Headlines - 2017-05-08','','inherit','closed','closed','','3470-revision-v1','','','2017-05-08 10:03:04','2017-05-08 10:03:04','',3470,'http://www.thetradingroom.com/3470-revision-v1/',0,'revision','',0),(3483,2,'2017-05-17 11:09:59','2017-05-17 11:09:59','<blockquote>WORLD HEADLINES - Risk-off sentiment dominated the markets as growing concerns over the turmoil engulfing President Trumps administration weighed on risk appetite boosting the yen and gold and sending stocks lower. Financial markets are beginning to react to developments in W...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-05-17\">Read More</a></blockquote>','World Headlines - Risk-OFF Sentiment','','publish','closed','closed','','world-headlines-2017-05-17','','','2017-05-17 11:12:23','2017-05-17 11:12:23','',0,'http://www.thetradingroom.com/?p=3483',0,'post','',0),(3473,2,'2017-05-08 10:05:57','2017-05-08 10:05:57','<blockquote>WORLD HEADLINES - Europe\'s common currency weakened and equities dropped following a convincing defeat of populism in Frances presidential election that was already priced in by investors. Crude fluctuated as Saudi Arabia and Russia signaled output cuts will be extended...</blockquote>\n<blockquote>Read More</blockquote>','World Headlines - Financial Markets','','inherit','closed','closed','','3470-autosave-v1','','','2017-05-08 10:05:57','2017-05-08 10:05:57','',3470,'http://www.thetradingroom.com/3470-autosave-v1/',0,'revision','',0),(3474,2,'2017-05-08 10:06:16','2017-05-08 10:06:16','<blockquote>WORLD HEADLINES - Europe\'s common currency weakened and equities dropped following a convincing defeat of populism in Frances presidential election that was already priced in by investors. Crude fluctuated as Saudi Arabia and Russia signaled output cuts will be extended...</blockquote>\r\n<blockquote>Read More</blockquote>','World Headlines - Financial Markets','','inherit','closed','closed','','3470-revision-v1','','','2017-05-08 10:06:16','2017-05-08 10:06:16','',3470,'http://www.thetradingroom.com/3470-revision-v1/',0,'revision','',0),(3475,2,'2017-05-09 09:52:31','2017-05-09 09:52:31','<blockquote>WORLD HEADLINES - Risk on sentiment back on as European stocks and bond yields rose on Tuesday boosted by historically low stock market volatility continuing relief from this weekends French presidential election and solid corporate earnings. STOCKS - U.S. futures pointed to a slightly higher opening on ...</blockquote>\r\n<blockquote>Read More</blockquote>','World Headlines - Risk On Sentiment','','publish','closed','closed','','world-headlines-2017-05-09','','','2017-05-09 09:56:50','2017-05-09 09:56:50','',0,'http://www.thetradingroom.com/?p=3475',0,'post','',0),(3476,2,'2017-05-09 09:52:31','2017-05-09 09:52:31','<blockquote>WORLD HEADLINES - European stocks and bond yields rose on Tuesday boosted by historically low stock market volatility continuing relief from this weekends French presidential election and solid corporate earnings.STOCKS - U.S. futures pointed to a slightly higher opening on ...</blockquote>','World Headlines - 2017-05-09','','inherit','closed','closed','','3475-revision-v1','','','2017-05-09 09:52:31','2017-05-09 09:52:31','',3475,'http://www.thetradingroom.com/3475-revision-v1/',0,'revision','',0),(3477,2,'2017-05-09 09:55:06','2017-05-09 09:55:06','<blockquote>WORLD HEADLINES - Risk on sentiment back on as European stocks and bond yields rose on Tuesday boosted by historically low stock market volatility continuing relief from this weekends French presidential election and solid corporate earnings. STOCKS - U.S. futures pointed to a slightly higher opening on ...</blockquote>\n<blockquote>Read More</blockquote>','World Headlines - Risk On Sentiment','','inherit','closed','closed','','3475-autosave-v1','','','2017-05-09 09:55:06','2017-05-09 09:55:06','',3475,'http://www.thetradingroom.com/3475-autosave-v1/',0,'revision','',0),(3478,2,'2017-05-09 09:56:50','2017-05-09 09:56:50','<blockquote>WORLD HEADLINES - Risk on sentiment back on as European stocks and bond yields rose on Tuesday boosted by historically low stock market volatility continuing relief from this weekends French presidential election and solid corporate earnings. STOCKS - U.S. futures pointed to a slightly higher opening on ...</blockquote>\r\n<blockquote>Read More</blockquote>','World Headlines - Risk On Sentiment','','inherit','closed','closed','','3475-revision-v1','','','2017-05-09 09:56:50','2017-05-09 09:56:50','',3475,'http://www.thetradingroom.com/3475-revision-v1/',0,'revision','',0),(3479,2,'2017-05-11 10:41:44','2017-05-11 10:41:44','<blockquote><strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/5d6dda5d96/TEST/41a0b8b37e\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/5d6dda5d96/TEST/41a0b8b37e&amp;source=gmail&amp;ust=1494585460100000&amp;usg=AFQjCNEo5LwK2_B0NIjq4lOU5z-FePUxpA\">Live trading room access link.</a>\r\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_217681385\"><span class=\"aQJ\">6:00 am ET</span></span></em></strong>\r\n<div>\r\n<div>\r\n<div>\r\n<blockquote>\r\n<div>\r\n<div>WORLD HEADLINES - European stocks drifted lower for the first time <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_217681386\"><span class=\"aQJ\">in three days</span></span> as gains for mining and energy shares struggled to offset a broader mood of caution. Gold was poised to snap its six-day losing streak amid a wider commodity bounce.\r\n\r\nSTOCKS - Futures on the S&amp;P 500 slipped after the underlying gauge rose <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_217681387\"><span class=\"aQJ\">on Wednesday</span></span> to an all-time high.\r\n\r\nBONDS - The yield on 10-year Treasury notes fell one basis point to 2.40 percent after rising for the past three sessions.\r\n\r\nCOMMODITIES - Oil rose after posting the biggest advance this year <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_217681388\"><span class=\"aQJ\">on Wednesday</span></span> as U.S. crude stockpiles fell by more than twice what had been forecast. Gold rose in London, following the longest losing streak since October.\r\n\r\nCURRENCIES - Foreign currencies traded sideways during the overnight trading session.\r\n\r\nECONOMIC DATA - GBP Monetary Policy Summary due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_217681389\"><span class=\"aQJ\">7:00</span></span>, US PPI and Unemployment Claims at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_217681390\"><span class=\"aQJ\">8:30</span></span>, Natural Gas Storage at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_217681391\"><span class=\"aQJ\">10:30 ET</span></span>.</div>\r\n<div></div>\r\n</div></blockquote>\r\n</div>\r\n<div>\r\n<div><a class=\"m_-2291018839421525758validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/5d6dda5d96/TEST/66e1d53ffb/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/5d6dda5d96/TEST/66e1d53ffb/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial%3D1&amp;source=gmail&amp;ust=1494585460100000&amp;usg=AFQjCNFy7o3NDcmj1pv8tDcK_n-4mFob4g\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_217681392\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_217681393\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_217681394\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_217681395\"><span class=\"aQJ\">Friday</span></span>.</div>\r\n</div>\r\n</div>\r\n<div>\r\n\r\nAccess is simple, here is how to get started with a two week free trial…\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/5d6dda5d96/TEST/9cc9ad35d2\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/5d6dda5d96/TEST/9cc9ad35d2&amp;source=gmail&amp;ust=1494585460100000&amp;usg=AFQjCNHRYtbnI-7qjzrf8-xN73Skv4-BpA\">register as a guest.</a>\r\n\r\n</div>\r\n</div></blockquote>','World Headlines - Gold Futures Rally','','publish','closed','closed','','world-headlines-2017-05-11','','','2017-05-11 10:44:14','2017-05-11 10:44:14','',0,'http://www.thetradingroom.com/?p=3479',0,'post','',0),(3480,2,'2017-05-11 10:41:44','2017-05-11 10:41:44','<blockquote>WORLD HEADLINES - European stocks drifted lower for the first time in three days as gains for mining and energy shares struggled to offset a broader mood of caution. Gold was poised to snap its six-day losing streak amid a wider commodity bounce.STOCKS - Futures on the SP 500 ...</blockquote>','World Headlines - 2017-05-11','','inherit','closed','closed','','3479-revision-v1','','','2017-05-11 10:41:44','2017-05-11 10:41:44','',3479,'http://www.thetradingroom.com/3479-revision-v1/',0,'revision','',0),(3481,2,'2017-05-11 10:43:13','2017-05-11 10:43:13','<blockquote><strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/5d6dda5d96/TEST/41a0b8b37e\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/5d6dda5d96/TEST/41a0b8b37e&amp;source=gmail&amp;ust=1494585460100000&amp;usg=AFQjCNEo5LwK2_B0NIjq4lOU5z-FePUxpA\">Live trading room access link.</a>\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_217681385\"><span class=\"aQJ\">6:00 am ET</span></span></em></strong>\n<div>\n<div>\n<div>\n<blockquote>\n<div>\n<div>WORLD HEADLINES - European stocks drifted lower for the first time <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_217681386\"><span class=\"aQJ\">in three days</span></span> as gains for mining and energy shares struggled to offset a broader mood of caution. Gold was poised to snap its six-day losing streak amid a wider commodity bounce.\n\nSTOCKS - Futures on the S&amp;P 500 slipped after the underlying gauge rose <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_217681387\"><span class=\"aQJ\">on Wednesday</span></span> to an all-time high.\n\nBONDS - The yield on 10-year Treasury notes fell one basis point to 2.40 percent after rising for the past three sessions.\n\nCOMMODITIES - Oil rose after posting the biggest advance this year <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_217681388\"><span class=\"aQJ\">on Wednesday</span></span> as U.S. crude stockpiles fell by more than twice what had been forecast. Gold rose in London, following the longest losing streak since October.\n\nCURRENCIES - Foreign currencies traded sideways during the overnight trading session.\n\nECONOMIC DATA - GBP Monetary Policy Summary due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_217681389\"><span class=\"aQJ\">7:00</span></span>, US PPI and Unemployment Claims at<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_217681390\"><span class=\"aQJ\">8:30</span></span>, Natural Gas Storage at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_217681391\"><span class=\"aQJ\">10:30 ET</span></span>.</div>\n<div></div>\n</div></blockquote>\n</div>\n<div>\n<div><a class=\"m_-2291018839421525758validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/5d6dda5d96/TEST/66e1d53ffb/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/5d6dda5d96/TEST/66e1d53ffb/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial%3D1&amp;source=gmail&amp;ust=1494585460100000&amp;usg=AFQjCNFy7o3NDcmj1pv8tDcK_n-4mFob4g\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_217681392\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_217681393\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_217681394\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_217681395\"><span class=\"aQJ\">Friday</span></span>.</div>\n</div>\n</div>\n<div>\n\nAccess is simple, here is how to get started with a two week free trial…\n\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/5d6dda5d96/TEST/9cc9ad35d2\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/5d6dda5d96/TEST/9cc9ad35d2&amp;source=gmail&amp;ust=1494585460100000&amp;usg=AFQjCNHRYtbnI-7qjzrf8-xN73Skv4-BpA\">register as a guest.</a>\n\n</div>\n</div></blockquote>','World Headlines - Gold Rally','','inherit','closed','closed','','3479-autosave-v1','','','2017-05-11 10:43:13','2017-05-11 10:43:13','',3479,'http://www.thetradingroom.com/3479-autosave-v1/',0,'revision','',0),(3482,2,'2017-05-11 10:44:14','2017-05-11 10:44:14','<blockquote><strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/5d6dda5d96/TEST/41a0b8b37e\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/5d6dda5d96/TEST/41a0b8b37e&amp;source=gmail&amp;ust=1494585460100000&amp;usg=AFQjCNEo5LwK2_B0NIjq4lOU5z-FePUxpA\">Live trading room access link.</a>\r\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_217681385\"><span class=\"aQJ\">6:00 am ET</span></span></em></strong>\r\n<div>\r\n<div>\r\n<div>\r\n<blockquote>\r\n<div>\r\n<div>WORLD HEADLINES - European stocks drifted lower for the first time <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_217681386\"><span class=\"aQJ\">in three days</span></span> as gains for mining and energy shares struggled to offset a broader mood of caution. Gold was poised to snap its six-day losing streak amid a wider commodity bounce.\r\n\r\nSTOCKS - Futures on the S&amp;P 500 slipped after the underlying gauge rose <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_217681387\"><span class=\"aQJ\">on Wednesday</span></span> to an all-time high.\r\n\r\nBONDS - The yield on 10-year Treasury notes fell one basis point to 2.40 percent after rising for the past three sessions.\r\n\r\nCOMMODITIES - Oil rose after posting the biggest advance this year <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_217681388\"><span class=\"aQJ\">on Wednesday</span></span> as U.S. crude stockpiles fell by more than twice what had been forecast. Gold rose in London, following the longest losing streak since October.\r\n\r\nCURRENCIES - Foreign currencies traded sideways during the overnight trading session.\r\n\r\nECONOMIC DATA - GBP Monetary Policy Summary due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_217681389\"><span class=\"aQJ\">7:00</span></span>, US PPI and Unemployment Claims at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_217681390\"><span class=\"aQJ\">8:30</span></span>, Natural Gas Storage at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_217681391\"><span class=\"aQJ\">10:30 ET</span></span>.</div>\r\n<div></div>\r\n</div></blockquote>\r\n</div>\r\n<div>\r\n<div><a class=\"m_-2291018839421525758validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/5d6dda5d96/TEST/66e1d53ffb/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/5d6dda5d96/TEST/66e1d53ffb/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial%3D1&amp;source=gmail&amp;ust=1494585460100000&amp;usg=AFQjCNFy7o3NDcmj1pv8tDcK_n-4mFob4g\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_217681392\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_217681393\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_217681394\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_217681395\"><span class=\"aQJ\">Friday</span></span>.</div>\r\n</div>\r\n</div>\r\n<div>\r\n\r\nAccess is simple, here is how to get started with a two week free trial…\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/5d6dda5d96/TEST/9cc9ad35d2\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/5d6dda5d96/TEST/9cc9ad35d2&amp;source=gmail&amp;ust=1494585460100000&amp;usg=AFQjCNHRYtbnI-7qjzrf8-xN73Skv4-BpA\">register as a guest.</a>\r\n\r\n</div>\r\n</div></blockquote>','World Headlines - Gold Futures Rally','','inherit','closed','closed','','3479-revision-v1','','','2017-05-11 10:44:14','2017-05-11 10:44:14','',3479,'http://www.thetradingroom.com/3479-revision-v1/',0,'revision','',0),(3484,2,'2017-05-17 11:09:59','2017-05-17 11:09:59','<blockquote>WORLD HEADLINES - Risk-off sentiment dominated the markets as growing concerns over the turmoil engulfing President Trumps administration weighed on risk appetite boosting the yen and gold and sending stocks lower. Financial markets are beginning to react to developments in W...</blockquote>','World Headlines - 2017-05-17','','inherit','closed','closed','','3483-revision-v1','','','2017-05-17 11:09:59','2017-05-17 11:09:59','',3483,'http://www.thetradingroom.com/3483-revision-v1/',0,'revision','',0),(3492,2,'2017-05-25 11:05:32','2017-05-25 11:05:32','<blockquote>\r\n<blockquote><span style=\"font-family: arial, helvetica, sans-serif;\"><a class=\"gmail-m_-1841193352543104185validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/4adf5bf170/TEST/e588793a47/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"gmail-aBn\"><span class=\"gmail-aQJ\">7:30 am</span></span> and ends at <span class=\"gmail-aBn\"><span class=\"gmail-aQJ\">10:30 am ET</span></span> <span class=\"gmail-aBn\"><span class=\"gmail-aQJ\">Monday</span></span> thru <span class=\"gmail-aBn\"><span class=\"gmail-aQJ\">Friday</span></span>.    Access is simple, here is how to get started with a two week free trial, click on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/4adf5bf170/TEST/eeb6761d91\" target=\"_blank\">register as a guest.</a></span>\r\n\r\n<strong><span style=\"font-family: arial, helvetica, sans-serif;\">Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/4adf5bf170/TEST/b77a3034c2\" target=\"_blank\">Live trading room access link. </a>    <em>Posted  <span class=\"gmail-aBn\"><span class=\"gmail-aQJ\">6:00 am ET</span></span></em></span></strong></blockquote>\r\n<blockquote><span style=\"font-family: arial, helvetica, sans-serif;\">WORLD HEADLINES - Oil retreated from a five-week high as investor attention turned from the U.S. Federal Reserves somewhat dovish message to the gathering of major crude producers in Vienna. The pound fell after disappointing output data.STOCKS - The Fed language was enough...</span></blockquote>\r\n</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-05-25\">Read More</a></blockquote>','World Headlines - OPEC Meetings','','publish','closed','closed','','world-headlines-2017-05-25','','','2017-05-25 11:10:04','2017-05-25 11:10:04','',0,'http://www.thetradingroom.com/?p=3492',0,'post','',0),(3486,2,'2017-05-17 11:11:27','2017-05-17 11:11:27','<blockquote>WORLD HEADLINES - Risk-off sentiment dominated the markets as growing concerns over the turmoil engulfing President Trumps administration weighed on risk appetite boosting the yen and gold and sending stocks lower. Financial markets are beginning to react to developments in W...</blockquote>\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-05-17\">Read More</a></blockquote>','World Headlines - Risk-OFF Sentiment','','inherit','closed','closed','','3483-autosave-v1','','','2017-05-17 11:11:27','2017-05-17 11:11:27','',3483,'http://www.thetradingroom.com/3483-autosave-v1/',0,'revision','',0),(3487,2,'2017-05-17 11:12:23','2017-05-17 11:12:23','<blockquote>WORLD HEADLINES - Risk-off sentiment dominated the markets as growing concerns over the turmoil engulfing President Trumps administration weighed on risk appetite boosting the yen and gold and sending stocks lower. Financial markets are beginning to react to developments in W...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-05-17\">Read More</a></blockquote>','World Headlines - Risk-OFF Sentiment','','inherit','closed','closed','','3483-revision-v1','','','2017-05-17 11:12:23','2017-05-17 11:12:23','',3483,'http://www.thetradingroom.com/3483-revision-v1/',0,'revision','',0),(3488,2,'2017-05-23 10:14:52','2017-05-23 10:14:52','<a class=\"m_-1841193352543104185validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/4adf5bf170/TEST/e588793a47/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/4adf5bf170/TEST/e588793a47/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial%3D1&amp;source=gmail&amp;ust=1495620680954000&amp;usg=AFQjCNEC8CoG9dyAcvbOwcFYL3bOoTu96g\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_616095787\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_616095788\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_616095789\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_616095790\"><span class=\"aQJ\">Friday</span></span>.    Access is simple, here is how to get started with a two week free trial, click on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/4adf5bf170/TEST/eeb6761d91\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/4adf5bf170/TEST/eeb6761d91&amp;source=gmail&amp;ust=1495620680954000&amp;usg=AFQjCNG_RtgWlBLWSRMX6DdjDWxwNto_sQ\">register as a guest.</a>\r\n\r\n<strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/4adf5bf170/TEST/b77a3034c2\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/4adf5bf170/TEST/b77a3034c2&amp;source=gmail&amp;ust=1495620680954000&amp;usg=AFQjCNEbW0wgbLAxRqGKCXzwH3HQW5X4hA\">Live trading room access link. </a>    <em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_616095778\"><span class=\"aQJ\">6:00 am ET</span></span></em></strong>\r\n<blockquote>WORLD HEADLINES - European stocks advanced as economic data from Germany and France signaled that the regions recovery is on track. U.K. equities and bonds showed resilience in the wake of a suicide bomb attack even as the pound slipped.STOCKS - Futures on the SP 500 climb...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-05-23\">Read More</a></blockquote>','World Headlines - What\'s Next?','','publish','closed','closed','','world-headlines-2017-05-23','','','2017-05-23 10:20:46','2017-05-23 10:20:46','',0,'http://www.thetradingroom.com/?p=3488',0,'post','',0),(3489,2,'2017-05-23 10:14:52','2017-05-23 10:14:52','<blockquote>WORLD HEADLINES - European stocks advanced as economic data from Germany and France signaled that the regions recovery is on track. U.K. equities and bonds showed resilience in the wake of a suicide bomb attack even as the pound slipped.STOCKS - Futures on the SP 500 climb...</blockquote>','World Headlines - 2017-05-23','','inherit','closed','closed','','3488-revision-v1','','','2017-05-23 10:14:52','2017-05-23 10:14:52','',3488,'http://www.thetradingroom.com/3488-revision-v1/',0,'revision','',0),(3490,2,'2017-05-23 10:20:10','2017-05-23 10:20:10','<a class=\"m_-1841193352543104185validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/4adf5bf170/TEST/e588793a47/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/4adf5bf170/TEST/e588793a47/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial%3D1&amp;source=gmail&amp;ust=1495620680954000&amp;usg=AFQjCNEC8CoG9dyAcvbOwcFYL3bOoTu96g\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_616095787\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_616095788\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_616095789\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_616095790\"><span class=\"aQJ\">Friday</span></span>.    Access is simple, here is how to get started with a two week free trial, click on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/4adf5bf170/TEST/eeb6761d91\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/4adf5bf170/TEST/eeb6761d91&amp;source=gmail&amp;ust=1495620680954000&amp;usg=AFQjCNG_RtgWlBLWSRMX6DdjDWxwNto_sQ\">register as a guest.</a>\n\n<strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/4adf5bf170/TEST/b77a3034c2\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/4adf5bf170/TEST/b77a3034c2&amp;source=gmail&amp;ust=1495620680954000&amp;usg=AFQjCNEbW0wgbLAxRqGKCXzwH3HQW5X4hA\">Live trading room access link. </a>    <em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_616095778\"><span class=\"aQJ\">6:00 am ET</span></span></em></strong>\n<blockquote>WORLD HEADLINES - European stocks advanced as economic data from Germany and France signaled that the regions recovery is on track. U.K. equities and bonds showed resilience in the wake of a suicide bomb attack even as the pound slipped.STOCKS - Futures on the SP 500 climb...</blockquote>\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-05-23\">Read More</a></blockquote>','World Headlines - What\'s Next?','','inherit','closed','closed','','3488-autosave-v1','','','2017-05-23 10:20:10','2017-05-23 10:20:10','',3488,'http://www.thetradingroom.com/3488-autosave-v1/',0,'revision','',0),(3491,2,'2017-05-23 10:20:46','2017-05-23 10:20:46','<a class=\"m_-1841193352543104185validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/4adf5bf170/TEST/e588793a47/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/4adf5bf170/TEST/e588793a47/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial%3D1&amp;source=gmail&amp;ust=1495620680954000&amp;usg=AFQjCNEC8CoG9dyAcvbOwcFYL3bOoTu96g\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_616095787\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_616095788\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_616095789\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_616095790\"><span class=\"aQJ\">Friday</span></span>.    Access is simple, here is how to get started with a two week free trial, click on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/4adf5bf170/TEST/eeb6761d91\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/4adf5bf170/TEST/eeb6761d91&amp;source=gmail&amp;ust=1495620680954000&amp;usg=AFQjCNG_RtgWlBLWSRMX6DdjDWxwNto_sQ\">register as a guest.</a>\r\n\r\n<strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/4adf5bf170/TEST/b77a3034c2\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/4adf5bf170/TEST/b77a3034c2&amp;source=gmail&amp;ust=1495620680954000&amp;usg=AFQjCNEbW0wgbLAxRqGKCXzwH3HQW5X4hA\">Live trading room access link. </a>    <em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_616095778\"><span class=\"aQJ\">6:00 am ET</span></span></em></strong>\r\n<blockquote>WORLD HEADLINES - European stocks advanced as economic data from Germany and France signaled that the regions recovery is on track. U.K. equities and bonds showed resilience in the wake of a suicide bomb attack even as the pound slipped.STOCKS - Futures on the SP 500 climb...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-05-23\">Read More</a></blockquote>','World Headlines - What\'s Next?','','inherit','closed','closed','','3488-revision-v1','','','2017-05-23 10:20:46','2017-05-23 10:20:46','',3488,'http://www.thetradingroom.com/3488-revision-v1/',0,'revision','',0),(3493,2,'2017-05-25 11:05:32','2017-05-25 11:05:32','<blockquote>WORLD HEADLINES - Oil retreated from a five-week high as investor attention turned from the U.S. Federal Reserves somewhat dovish message to the gathering of major crude producers in Vienna. The pound fell after disappointing output data.STOCKS - The Fed language was enough...</blockquote>','World Headlines - 2017-05-25','','inherit','closed','closed','','3492-revision-v1','','','2017-05-25 11:05:32','2017-05-25 11:05:32','',3492,'http://www.thetradingroom.com/3492-revision-v1/',0,'revision','',0),(3501,2,'2017-06-19 09:56:45','2017-06-19 09:56:45','<blockquote>\r\n<strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/09cafeeb22/TEST/9c5afdee63\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/09cafeeb22/TEST/9c5afdee63&amp;source=gmail&amp;ust=1497952435910000&amp;usg=AFQjCNEQ7nr3QPmfiGn_YyIg8qEkav-66w\">Live trading room access link.</a>\r\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1272190781\"><span class=\"aQJ\">6:00 am ET</span></span></em></strong>\r\n<div>\r\n<div>\r\n<div>\r\n<blockquote>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>WORLD HEADLINES - European stocks headed for the biggest gain <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1272190782\"><span class=\"aQJ\">in seven weeks</span></span>, boosted by French equities after the country’s new president won a free hand to drive through economic reforms.\r\n\r\nSTOCKS - Futures on the S&amp;P 500 Index rose 0.3 percent after the underlying gauge posted a 0.1 percent advance last week.\r\n\r\nBONDS - The yield on 10-year Treasuries was little changed at 2.15 percent.\r\n\r\nCOMMODITIES - Crude oil futures led commodities higher, gold futures traded sideways during the London session.\r\n\r\nCURRENCIES - The pound led foreign currencies higher.  The euro was little changed as Macron’s party was poised to win the biggest majority <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1272190783\"><span class=\"aQJ\">in 15 years</span></span>.\r\n\r\nECONOMIC DATA - German Buba President Weidmann Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1272190784\"><span class=\"aQJ\">11:00</span></span>, FOMC Member Evans Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1272190785\"><span class=\"aQJ\">19:00</span></span>, AUD Monetary Policy Meeting Minutes at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1272190786\"><span class=\"aQJ\">21:30 ET</span></span>.</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div></blockquote>\r\n</div>\r\n<div>\r\n<div><a class=\"m_4952425191369698395validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/09cafeeb22/TEST/4c47074897/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/09cafeeb22/TEST/4c47074897/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial%3D1&amp;source=gmail&amp;ust=1497952435910000&amp;usg=AFQjCNHdD6gwnvh7dj8j3rMVq3kx0orrFg\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1272190787\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1272190788\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1272190789\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1272190790\"><span class=\"aQJ\">Friday</span></span>.</div>\r\n</div>\r\n</div>\r\n<div>\r\n\r\nAccess is simple, here is how to get started with a two week free trial…\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/09cafeeb22/TEST/61c396aa33\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/09cafeeb22/TEST/61c396aa33&amp;source=gmail&amp;ust=1497952435910000&amp;usg=AFQjCNGqFsjfgzexOBt1Lz1BCDYPBTP7Jw\">register as a guest.</a>\r\n\r\n</div>\r\nCOMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.\r\n\r\n</div></blockquote>','World Headlines - European Stocks Rise','','publish','closed','closed','','world-headlines-2017-06-19','','','2017-06-19 09:59:54','2017-06-19 09:59:54','',0,'http://www.thetradingroom.com/?p=3501',0,'post','',0),(3495,2,'2017-05-25 11:09:33','2017-05-25 11:09:33','<blockquote>\n<blockquote><span style=\"font-family: arial, helvetica, sans-serif;\"><a class=\"gmail-m_-1841193352543104185validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/4adf5bf170/TEST/e588793a47/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"gmail-aBn\"><span class=\"gmail-aQJ\">7:30 am</span></span> and ends at <span class=\"gmail-aBn\"><span class=\"gmail-aQJ\">10:30 am ET</span></span> <span class=\"gmail-aBn\"><span class=\"gmail-aQJ\">Monday</span></span> thru <span class=\"gmail-aBn\"><span class=\"gmail-aQJ\">Friday</span></span>.    Access is simple, here is how to get started with a two week free trial, click on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/4adf5bf170/TEST/eeb6761d91\" target=\"_blank\">register as a guest.</a></span>\n\n<strong><span style=\"font-family: arial, helvetica, sans-serif;\">Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/4adf5bf170/TEST/b77a3034c2\" target=\"_blank\">Live trading room access link. </a>    <em>Posted  <span class=\"gmail-aBn\"><span class=\"gmail-aQJ\">6:00 am ET</span></span></em></span></strong></blockquote>\n<blockquote><span style=\"font-family: arial, helvetica, sans-serif;\">WORLD HEADLINES - Oil retreated from a five-week high as investor attention turned from the U.S. Federal Reserves somewhat dovish message to the gathering of major crude producers in Vienna. The pound fell after disappointing output data.STOCKS - The Fed language was enough...</span></blockquote>\n</blockquote>\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-05-25\">Read More</a></blockquote>','World Headlines - OPEC Meetings','','inherit','closed','closed','','3492-autosave-v1','','','2017-05-25 11:09:33','2017-05-25 11:09:33','',3492,'http://www.thetradingroom.com/3492-autosave-v1/',0,'revision','',0),(3496,2,'2017-05-25 11:10:04','2017-05-25 11:10:04','<blockquote>\r\n<blockquote><span style=\"font-family: arial, helvetica, sans-serif;\"><a class=\"gmail-m_-1841193352543104185validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/4adf5bf170/TEST/e588793a47/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"gmail-aBn\"><span class=\"gmail-aQJ\">7:30 am</span></span> and ends at <span class=\"gmail-aBn\"><span class=\"gmail-aQJ\">10:30 am ET</span></span> <span class=\"gmail-aBn\"><span class=\"gmail-aQJ\">Monday</span></span> thru <span class=\"gmail-aBn\"><span class=\"gmail-aQJ\">Friday</span></span>.    Access is simple, here is how to get started with a two week free trial, click on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/4adf5bf170/TEST/eeb6761d91\" target=\"_blank\">register as a guest.</a></span>\r\n\r\n<strong><span style=\"font-family: arial, helvetica, sans-serif;\">Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/4adf5bf170/TEST/b77a3034c2\" target=\"_blank\">Live trading room access link. </a>    <em>Posted  <span class=\"gmail-aBn\"><span class=\"gmail-aQJ\">6:00 am ET</span></span></em></span></strong></blockquote>\r\n<blockquote><span style=\"font-family: arial, helvetica, sans-serif;\">WORLD HEADLINES - Oil retreated from a five-week high as investor attention turned from the U.S. Federal Reserves somewhat dovish message to the gathering of major crude producers in Vienna. The pound fell after disappointing output data.STOCKS - The Fed language was enough...</span></blockquote>\r\n</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-05-25\">Read More</a></blockquote>','World Headlines - OPEC Meetings','','inherit','closed','closed','','3492-revision-v1','','','2017-05-25 11:10:04','2017-05-25 11:10:04','',3492,'http://www.thetradingroom.com/3492-revision-v1/',0,'revision','',0),(3497,2,'2017-05-31 10:14:09','2017-05-31 10:14:09','<blockquote>\r\n<div>\r\n<div>\r\n<div><a class=\"m_2949822597520804907validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/5fabe465a2/TEST/522a758792/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/5fabe465a2/TEST/522a758792/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial%3D1&amp;source=gmail&amp;ust=1496311816409000&amp;usg=AFQjCNGXb0Mtw5qJaMqJvOYT9MyQ6_w6Sw\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1303774438\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1303774439\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1303774440\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1303774441\"><span class=\"aQJ\">Friday</span></span>.</div>\r\n</div>\r\n</div>\r\n<div>\r\n\r\nAccess is simple, here is how to get started with a two week free trial…\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/5fabe465a2/TEST/be7aa0c530\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/5fabe465a2/TEST/be7aa0c530&amp;source=gmail&amp;ust=1496311816409000&amp;usg=AFQjCNHszWW2AELG8CXtXy3lTmEUXnrK9A\">register as a guest.</a>\r\n\r\n</div></blockquote>\r\n<blockquote>WORLD HEADLINES - The British pound was the stand-out amid muted moves in many markets weakening on the prospect of a hung parliament in next weeks U.K. election and handing a boost to stocks. Crude fell a second day before the release of supply data...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-05-31\">Read More</a></blockquote>','World Headlines - Trade the British Pound','','publish','closed','closed','','world-headlines-2017-05-31','','','2017-05-31 10:16:43','2017-05-31 10:16:43','',0,'http://www.thetradingroom.com/?p=3497',0,'post','',0),(3498,2,'2017-05-31 10:14:10','2017-05-31 10:14:10','<blockquote>WORLD HEADLINES - The British pound was the stand-out amid muted moves in many markets weakening on the prospect of a hung parliament in next weeks U.K. election and handing a boost to stocks. Crude fell a second day before the release of supply data.STOCKS - Futures on the...</blockquote>','World Headlines - 2017-05-31','','inherit','closed','closed','','3497-revision-v1','','','2017-05-31 10:14:10','2017-05-31 10:14:10','',3497,'http://www.thetradingroom.com/3497-revision-v1/',0,'revision','',0),(3499,2,'2017-05-31 10:15:48','2017-05-31 10:15:48','<blockquote>\n<div>\n<div>\n<div><a class=\"m_2949822597520804907validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/5fabe465a2/TEST/522a758792/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/5fabe465a2/TEST/522a758792/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial%3D1&amp;source=gmail&amp;ust=1496311816409000&amp;usg=AFQjCNGXb0Mtw5qJaMqJvOYT9MyQ6_w6Sw\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1303774438\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1303774439\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1303774440\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1303774441\"><span class=\"aQJ\">Friday</span></span>.</div>\n</div>\n</div>\n<div>\n\nAccess is simple, here is how to get started with a two week free trial…\n\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/5fabe465a2/TEST/be7aa0c530\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/5fabe465a2/TEST/be7aa0c530&amp;source=gmail&amp;ust=1496311816409000&amp;usg=AFQjCNHszWW2AELG8CXtXy3lTmEUXnrK9A\">register as a guest.</a>\n\n</div></blockquote>\n<blockquote>WORLD HEADLINES - The British pound was the stand-out amid muted moves in many markets weakening on the prospect of a hung parliament in next weeks U.K. election and handing a boost to stocks. Crude fell a second day before the release of supply data...</blockquote>\n<blockquote>Read More</blockquote>','World Headlines - Trade the British Pound','','inherit','closed','closed','','3497-autosave-v1','','','2017-05-31 10:15:48','2017-05-31 10:15:48','',3497,'http://www.thetradingroom.com/3497-autosave-v1/',0,'revision','',0),(3500,2,'2017-05-31 10:16:43','2017-05-31 10:16:43','<blockquote>\r\n<div>\r\n<div>\r\n<div><a class=\"m_2949822597520804907validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/5fabe465a2/TEST/522a758792/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/5fabe465a2/TEST/522a758792/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial%3D1&amp;source=gmail&amp;ust=1496311816409000&amp;usg=AFQjCNGXb0Mtw5qJaMqJvOYT9MyQ6_w6Sw\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1303774438\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1303774439\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1303774440\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1303774441\"><span class=\"aQJ\">Friday</span></span>.</div>\r\n</div>\r\n</div>\r\n<div>\r\n\r\nAccess is simple, here is how to get started with a two week free trial…\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/5fabe465a2/TEST/be7aa0c530\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/5fabe465a2/TEST/be7aa0c530&amp;source=gmail&amp;ust=1496311816409000&amp;usg=AFQjCNHszWW2AELG8CXtXy3lTmEUXnrK9A\">register as a guest.</a>\r\n\r\n</div></blockquote>\r\n<blockquote>WORLD HEADLINES - The British pound was the stand-out amid muted moves in many markets weakening on the prospect of a hung parliament in next weeks U.K. election and handing a boost to stocks. Crude fell a second day before the release of supply data...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-05-31\">Read More</a></blockquote>','World Headlines - Trade the British Pound','','inherit','closed','closed','','3497-revision-v1','','','2017-05-31 10:16:43','2017-05-31 10:16:43','',3497,'http://www.thetradingroom.com/3497-revision-v1/',0,'revision','',0),(3502,2,'2017-06-19 09:56:45','2017-06-19 09:56:45','<blockquote>WORLD HEADLINES - European stocks headed for the biggest gain in seven weeks boosted by French equities after the countrys new president won a free hand to drive through economic reforms. STOCKS - Futures on the SP 500 Index rose 0.3 percent after the underlying gauge post...</blockquote>','World Headlines - 2017-06-19','','inherit','closed','closed','','3501-revision-v1','','','2017-06-19 09:56:45','2017-06-19 09:56:45','',3501,'http://www.thetradingroom.com/3501-revision-v1/',0,'revision','',0),(3523,2,'2017-07-10 10:37:16','2017-07-10 10:37:16','<div class=\"definition-parent\"></div>\r\n<div class=\"definition-parent\"><strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/6af629b51f/TEST/fc06a28367\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/6af629b51f/TEST/fc06a28367&amp;source=gmail&amp;ust=1499769600795000&amp;usg=AFQjCNE92ahJeR8OI_PCWQKpXHotssXtFA\">Live trading room access link.   </a>\r\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_464236101\"><span class=\"aQJ\">6:00 am ET</span></span></em></strong></div>\r\n<div class=\"definition-parent\"></div>\r\n<div class=\"definition-parent\"></div>\r\n<div class=\"definition-parent\">\r\n\r\nWORLD HEADLINES - Global markets rallied on Monday and the U.S. dollar strengthened as the latest U.S. jobs data gave investors greater confidence in the strength of the economy. Focus was already turning to Federal Reserve chief Janet Yellen\'s semi-annual testimony on monetary policy for the latest policy signal from the world\'s major central bank.\r\n\r\nSTOCKS - U.S. stock futures firmed, suggesting Wall Street shares could extend gains made after the U.S. jobs data.\r\n\r\nBONDS - The 10-year U.S. Treasury yield was steady near a two-month high of 2.398 percent hit on Friday. In Europe, Germany\'s benchmark 10-year Bund yield was flat at 0.56 percent but within sight of 18-month highs.\r\n\r\nCOMMODITIES - Gold futures traded lower adding to losses after Friday\'s sell-off.\r\n\r\nCURRENCIES - The U.S. dollar traded higher across the board, the velocity leaders to the downside was led by the Canadian dollar, Euro and British pound.\r\n\r\nECONOMIC DATA - AUD NAB Business Confidence due at 21:30 ET.\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>\r\n<div><a class=\"m_-5396177028001419194validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/6af629b51f/TEST/a6a4168c60/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/6af629b51f/TEST/a6a4168c60/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial%3D1&amp;source=gmail&amp;ust=1499769600795000&amp;usg=AFQjCNFIBUmNIsQWUDaXBL0URMfbzYTOXA\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_464236106\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_464236107\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_464236108\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_464236109\"><span class=\"aQJ\">Friday</span></span>.</div>\r\n</div>\r\n</div>\r\n<div>\r\n\r\nAccess is simple, here is how to get started with a two week free trial…\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/6af629b51f/TEST/cc42751e24\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/6af629b51f/TEST/cc42751e24&amp;source=gmail&amp;ust=1499769600795000&amp;usg=AFQjCNFwIzTWHqjing_pUsJVyQ9FbCUEwA\">register as a guest.</a>\r\n\r\n</div>\r\n</div>\r\n<table class=\"floated-none\" width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a class=\"aw-image-link\" href=\"http://www.thetradingroom.com/\" target=\"_blank\"><img class=\"model\" src=\"https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/961155409f7d400188993005715ac59c.jpeg\" alt=\"Image\" width=\"513\" height=\"107\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<div class=\"paragraph\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','WORLD HEADLINES: U.S. Dollar Rally','','publish','closed','closed','','world-headlines-u-s-dollar-rally','','','2017-07-10 10:44:24','2017-07-10 10:44:24','',0,'http://www.thetradingroom.com/?p=3523',0,'post','',0),(3504,2,'2017-06-19 09:59:31','2017-06-19 09:59:31','<blockquote>\n<strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/09cafeeb22/TEST/9c5afdee63\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/09cafeeb22/TEST/9c5afdee63&amp;source=gmail&amp;ust=1497952435910000&amp;usg=AFQjCNEQ7nr3QPmfiGn_YyIg8qEkav-66w\">Live trading room access link.</a>\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1272190781\"><span class=\"aQJ\">6:00 am ET</span></span></em></strong>\n<div>\n<div>\n<div>\n<blockquote>\n<div>\n<div>\n<div>\n<div>\n<div>WORLD HEADLINES - European stocks headed for the biggest gain <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1272190782\"><span class=\"aQJ\">in seven weeks</span></span>, boosted by French equities after the country’s new president won a free hand to drive through economic reforms.\n\nSTOCKS - Futures on the S&amp;P 500 Index rose 0.3 percent after the underlying gauge posted a 0.1 percent advance last week.\n\nBONDS - The yield on 10-year Treasuries was little changed at 2.15 percent.\n\nCOMMODITIES - Crude oil futures led commodities higher, gold futures traded sideways during the London session.\n\nCURRENCIES - The pound led foreign currencies higher.  The euro was little changed as Macron’s party was poised to win the biggest majority <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1272190783\"><span class=\"aQJ\">in 15 years</span></span>.\n\nECONOMIC DATA - German Buba President Weidmann Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1272190784\"><span class=\"aQJ\">11:00</span></span>, FOMC Member Evans Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1272190785\"><span class=\"aQJ\">19:00</span></span>, AUD Monetary Policy Meeting Minutes at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1272190786\"><span class=\"aQJ\">21:30 ET</span></span>.</div>\n<div></div>\n</div>\n</div>\n</div>\n</div></blockquote>\n</div>\n<div>\n<div><a class=\"m_4952425191369698395validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/09cafeeb22/TEST/4c47074897/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/09cafeeb22/TEST/4c47074897/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial%3D1&amp;source=gmail&amp;ust=1497952435910000&amp;usg=AFQjCNHdD6gwnvh7dj8j3rMVq3kx0orrFg\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1272190787\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1272190788\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1272190789\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1272190790\"><span class=\"aQJ\">Friday</span></span>.</div>\n</div>\n</div>\n<div>\n\nAccess is simple, here is how to get started with a two week free trial…\n\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/09cafeeb22/TEST/61c396aa33\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/09cafeeb22/TEST/61c396aa33&amp;source=gmail&amp;ust=1497952435910000&amp;usg=AFQjCNGqFsjfgzexOBt1Lz1BCDYPBTP7Jw\">register as a guest.</a>\n\n</div>\nCOMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.\n\n</div></blockquote>','World Headlines - European Stocks Rise','','inherit','closed','closed','','3501-autosave-v1','','','2017-06-19 09:59:31','2017-06-19 09:59:31','',3501,'http://www.thetradingroom.com/3501-autosave-v1/',0,'revision','',0),(3505,2,'2017-06-19 09:59:54','2017-06-19 09:59:54','<blockquote>\r\n<strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/09cafeeb22/TEST/9c5afdee63\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/09cafeeb22/TEST/9c5afdee63&amp;source=gmail&amp;ust=1497952435910000&amp;usg=AFQjCNEQ7nr3QPmfiGn_YyIg8qEkav-66w\">Live trading room access link.</a>\r\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1272190781\"><span class=\"aQJ\">6:00 am ET</span></span></em></strong>\r\n<div>\r\n<div>\r\n<div>\r\n<blockquote>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>WORLD HEADLINES - European stocks headed for the biggest gain <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1272190782\"><span class=\"aQJ\">in seven weeks</span></span>, boosted by French equities after the country’s new president won a free hand to drive through economic reforms.\r\n\r\nSTOCKS - Futures on the S&amp;P 500 Index rose 0.3 percent after the underlying gauge posted a 0.1 percent advance last week.\r\n\r\nBONDS - The yield on 10-year Treasuries was little changed at 2.15 percent.\r\n\r\nCOMMODITIES - Crude oil futures led commodities higher, gold futures traded sideways during the London session.\r\n\r\nCURRENCIES - The pound led foreign currencies higher.  The euro was little changed as Macron’s party was poised to win the biggest majority <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1272190783\"><span class=\"aQJ\">in 15 years</span></span>.\r\n\r\nECONOMIC DATA - German Buba President Weidmann Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1272190784\"><span class=\"aQJ\">11:00</span></span>, FOMC Member Evans Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1272190785\"><span class=\"aQJ\">19:00</span></span>, AUD Monetary Policy Meeting Minutes at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1272190786\"><span class=\"aQJ\">21:30 ET</span></span>.</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div></blockquote>\r\n</div>\r\n<div>\r\n<div><a class=\"m_4952425191369698395validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/09cafeeb22/TEST/4c47074897/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/09cafeeb22/TEST/4c47074897/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial%3D1&amp;source=gmail&amp;ust=1497952435910000&amp;usg=AFQjCNHdD6gwnvh7dj8j3rMVq3kx0orrFg\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1272190787\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1272190788\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1272190789\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1272190790\"><span class=\"aQJ\">Friday</span></span>.</div>\r\n</div>\r\n</div>\r\n<div>\r\n\r\nAccess is simple, here is how to get started with a two week free trial…\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/09cafeeb22/TEST/61c396aa33\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/09cafeeb22/TEST/61c396aa33&amp;source=gmail&amp;ust=1497952435910000&amp;usg=AFQjCNGqFsjfgzexOBt1Lz1BCDYPBTP7Jw\">register as a guest.</a>\r\n\r\n</div>\r\nCOMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.\r\n\r\n</div></blockquote>','World Headlines - European Stocks Rise','','inherit','closed','closed','','3501-revision-v1','','','2017-06-19 09:59:54','2017-06-19 09:59:54','',3501,'http://www.thetradingroom.com/3501-revision-v1/',0,'revision','',0),(3506,2,'2017-06-23 10:30:53','2017-06-23 10:30:53','<blockquote>\r\n<strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/c8906bed1e/TEST/3495020e1c\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/c8906bed1e/TEST/3495020e1c&amp;source=gmail&amp;ust=1498300160007000&amp;usg=AFQjCNHFvHF1YcYZZu20uUpH6SFLl8N37w\">Live trading room access link.</a>\r\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1492167686\"><span class=\"aQJ\">6:00 am ET</span></span></em></strong>\r\n<div>\r\n<div>\r\n<div>\r\n<blockquote>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>WORLD HEADLINES - European equities slipped, extending the longest run of weekly losses in a year as U.K.-listed stocks struggled on the anniversary of Britain’s vote to leave the European Union. James Bullard, Loretta Mester and Jerome Powell cap a busy week for speeches from Fed policy makers.\r\n\r\nSTOCKS - U.S. will probably be one of the busiest of the year for equity traders as the annual Russell reshuffle is set to take effect.\r\n\r\nBONDS - The yield on 10-year Treasuries rose one basis point to 2.16 percent.\r\n\r\nCOMMODITIES - Oil rose 0.5 percent <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1492167687\"><span class=\"aQJ\">on Thursday</span></span>, stabilizing after falling into a bear market earlier in the week. Futures are down 4.5 percent for the week.\r\n\r\nCURRENCIES - The U.S. dollar slipped 0.2 percent lower, the pound rose 0.4 percent and the euro rose 0.2 percent.\r\n\r\nECONOMIC DATA -  Fed member Dudley speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1492167688\"><span class=\"aQJ\">8:15</span></span>, CAD CPI m/m at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1492167689\"><span class=\"aQJ\">8:30</span></span>, US PMI Composite Flash at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1492167690\"><span class=\"aQJ\">9:45</span></span>,  New Home Sales at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1492167691\"><span class=\"aQJ\">10:00</span></span>, Fed member Bullard speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1492167692\"><span class=\"aQJ\">11:15</span></span>, Fed member Mester speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1492167693\"><span class=\"aQJ\">12:40</span></span>, Fed Member Powell Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1492167694\"><span class=\"aQJ\">14:15 ET</span></span>.</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div></blockquote>\r\n</div>\r\n<div>\r\n<div><a class=\"m_-6972514606685156004validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/c8906bed1e/TEST/51282eea29/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/c8906bed1e/TEST/51282eea29/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial%3D1&amp;source=gmail&amp;ust=1498300160007000&amp;usg=AFQjCNHeT6gJqJMLxeWz6AIfMynZ_14wCg\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1492167695\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1492167696\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1492167697\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1492167698\"><span class=\"aQJ\">Friday</span></span>.</div>\r\n</div>\r\n</div>\r\n<div>\r\n\r\nAccess is simple, here is how to get started with a two week free trial…\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/c8906bed1e/TEST/2316cbc552\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/c8906bed1e/TEST/2316cbc552&amp;source=gmail&amp;ust=1498300160007000&amp;usg=AFQjCNFbjai6OizP0YryK6uWulY6eF8G-Q\">register as a guest.</a>\r\n</div>\r\n</div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/c8906bed1e/TEST/0094b62283\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/c8906bed1e/TEST/0094b62283&amp;source=gmail&amp;ust=1498300160007000&amp;usg=AFQjCNGvYXDhAnqXbnP0Xd9_UAk0YDDtWg\"><img class=\"m_-6972514606685156004aligncenter m_-6972514606685156004wp-image-3023 CToWUd\" title=\"room titan stars\" src=\"https://ci3.googleusercontent.com/proxy/3HNQdik2BLnqMaUmZ1RvZxpnhSdUviGOIg-QgUNYehOxnW8oHBi20rBGlG9Rx0Epg8z8o0jh5ASLUeRBQ3aO8vGy_gJynRWK4K3BS-oR5jzPtp0lcVkvsHDqaiW5hY43sz9C9Ut6M_6PwQmAaE5K400xveFVQQOWVblHNkVtOQuJ=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/f22ea15af0/room%20titan%20stars.JPG?__nocache__=1\" alt=\"room titan stars\" width=\"513\" height=\"107\" align=\"none\" border=\"0\" hspace=\"0\" vspace=\"0\" /></a></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div></blockquote>','World Headlines - Fed Speeches','','publish','closed','closed','','world-headlines-2017-06-23','','','2017-06-23 10:33:12','2017-06-23 10:33:12','',0,'http://www.thetradingroom.com/?p=3506',0,'post','',0),(3507,2,'2017-06-23 10:30:53','2017-06-23 10:30:53','<blockquote>WORLD HEADLINES - European equities slipped extending the longest run of weekly losses in a year as U.K.-listed stocks struggled on the anniversary of Britains vote to leave the European Union. James Bullard Loretta Mester and Jerome Powell cap a busy week for speeches from ...</blockquote>','World Headlines - 2017-06-23','','inherit','closed','closed','','3506-revision-v1','','','2017-06-23 10:30:53','2017-06-23 10:30:53','',3506,'http://www.thetradingroom.com/3506-revision-v1/',0,'revision','',0),(3508,2,'2017-06-23 10:32:28','2017-06-23 10:32:28','<blockquote>\n<strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/c8906bed1e/TEST/3495020e1c\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/c8906bed1e/TEST/3495020e1c&amp;source=gmail&amp;ust=1498300160007000&amp;usg=AFQjCNHFvHF1YcYZZu20uUpH6SFLl8N37w\">Live trading room access link.</a>\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1492167686\"><span class=\"aQJ\">6:00 am ET</span></span></em></strong>\n<div>\n<div>\n<div>\n<blockquote>\n<div>\n<div>\n<div>\n<div>\n<div>WORLD HEADLINES - European equities slipped, extending the longest run of weekly losses in a year as U.K.-listed stocks struggled on the anniversary of Britain’s vote to leave the European Union. James Bullard, Loretta Mester and Jerome Powell cap a busy week for speeches from Fed policy makers.\n\nSTOCKS - U.S. will probably be one of the busiest of the year for equity traders as the annual Russell reshuffle is set to take effect.\n\nBONDS - The yield on 10-year Treasuries rose one basis point to 2.16 percent.\n\nCOMMODITIES - Oil rose 0.5 percent <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1492167687\"><span class=\"aQJ\">on Thursday</span></span>, stabilizing after falling into a bear market earlier in the week. Futures are down 4.5 percent for the week.\n\nCURRENCIES - The U.S. dollar slipped 0.2 percent lower, the pound rose 0.4 percent and the euro rose 0.2 percent.\n\nECONOMIC DATA -  Fed member Dudley speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1492167688\"><span class=\"aQJ\">8:15</span></span>, CAD CPI m/m at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1492167689\"><span class=\"aQJ\">8:30</span></span>, US PMI Composite Flash at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1492167690\"><span class=\"aQJ\">9:45</span></span>,  New Home Sales at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1492167691\"><span class=\"aQJ\">10:00</span></span>, Fed member Bullard speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1492167692\"><span class=\"aQJ\">11:15</span></span>, Fed member Mester speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1492167693\"><span class=\"aQJ\">12:40</span></span>, Fed Member Powell Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1492167694\"><span class=\"aQJ\">14:15 ET</span></span>.</div>\n<div></div>\n</div>\n</div>\n</div>\n</div></blockquote>\n</div>\n<div>\n<div><a class=\"m_-6972514606685156004validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/c8906bed1e/TEST/51282eea29/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/c8906bed1e/TEST/51282eea29/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial%3D1&amp;source=gmail&amp;ust=1498300160007000&amp;usg=AFQjCNHeT6gJqJMLxeWz6AIfMynZ_14wCg\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1492167695\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1492167696\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1492167697\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1492167698\"><span class=\"aQJ\">Friday</span></span>.</div>\n</div>\n</div>\n<div>\n\nAccess is simple, here is how to get started with a two week free trial…\n\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/c8906bed1e/TEST/2316cbc552\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/c8906bed1e/TEST/2316cbc552&amp;source=gmail&amp;ust=1498300160007000&amp;usg=AFQjCNFbjai6OizP0YryK6uWulY6eF8G-Q\">register as a guest.</a>\n</div>\n</div>\n<div>\n<div>\n<div>\n<div><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/c8906bed1e/TEST/0094b62283\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/c8906bed1e/TEST/0094b62283&amp;source=gmail&amp;ust=1498300160007000&amp;usg=AFQjCNGvYXDhAnqXbnP0Xd9_UAk0YDDtWg\"><img class=\"m_-6972514606685156004aligncenter m_-6972514606685156004wp-image-3023 CToWUd\" title=\"room titan stars\" src=\"https://ci3.googleusercontent.com/proxy/3HNQdik2BLnqMaUmZ1RvZxpnhSdUviGOIg-QgUNYehOxnW8oHBi20rBGlG9Rx0Epg8z8o0jh5ASLUeRBQ3aO8vGy_gJynRWK4K3BS-oR5jzPtp0lcVkvsHDqaiW5hY43sz9C9Ut6M_6PwQmAaE5K400xveFVQQOWVblHNkVtOQuJ=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/f22ea15af0/room%20titan%20stars.JPG?__nocache__=1\" alt=\"room titan stars\" width=\"513\" height=\"107\" align=\"none\" border=\"0\" hspace=\"0\" vspace=\"0\" /></a></div>\n</div>\n</div>\n<div></div>\n<div>\n<div>\n<div>\n<div></div>\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</div>\n</div>\n</div>\n</div>\n</div></blockquote>','World Headlines - Fed Speeches','','inherit','closed','closed','','3506-autosave-v1','','','2017-06-23 10:32:28','2017-06-23 10:32:28','',3506,'http://www.thetradingroom.com/3506-autosave-v1/',0,'revision','',0),(3509,2,'2017-06-23 10:33:04','2017-06-23 10:33:04','','fed-speeches','','inherit','closed','closed','','fed-speeches','','','2017-06-23 10:33:04','2017-06-23 10:33:04','',3506,'http://www.thetradingroom.com/wp-content/uploads/2017/06/fed-speeches.jpg',0,'attachment','image/jpeg',0),(3510,2,'2017-06-23 10:33:12','2017-06-23 10:33:12','<blockquote>\r\n<strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/c8906bed1e/TEST/3495020e1c\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/c8906bed1e/TEST/3495020e1c&amp;source=gmail&amp;ust=1498300160007000&amp;usg=AFQjCNHFvHF1YcYZZu20uUpH6SFLl8N37w\">Live trading room access link.</a>\r\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1492167686\"><span class=\"aQJ\">6:00 am ET</span></span></em></strong>\r\n<div>\r\n<div>\r\n<div>\r\n<blockquote>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>WORLD HEADLINES - European equities slipped, extending the longest run of weekly losses in a year as U.K.-listed stocks struggled on the anniversary of Britain’s vote to leave the European Union. James Bullard, Loretta Mester and Jerome Powell cap a busy week for speeches from Fed policy makers.\r\n\r\nSTOCKS - U.S. will probably be one of the busiest of the year for equity traders as the annual Russell reshuffle is set to take effect.\r\n\r\nBONDS - The yield on 10-year Treasuries rose one basis point to 2.16 percent.\r\n\r\nCOMMODITIES - Oil rose 0.5 percent <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1492167687\"><span class=\"aQJ\">on Thursday</span></span>, stabilizing after falling into a bear market earlier in the week. Futures are down 4.5 percent for the week.\r\n\r\nCURRENCIES - The U.S. dollar slipped 0.2 percent lower, the pound rose 0.4 percent and the euro rose 0.2 percent.\r\n\r\nECONOMIC DATA -  Fed member Dudley speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1492167688\"><span class=\"aQJ\">8:15</span></span>, CAD CPI m/m at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1492167689\"><span class=\"aQJ\">8:30</span></span>, US PMI Composite Flash at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1492167690\"><span class=\"aQJ\">9:45</span></span>,  New Home Sales at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1492167691\"><span class=\"aQJ\">10:00</span></span>, Fed member Bullard speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1492167692\"><span class=\"aQJ\">11:15</span></span>, Fed member Mester speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1492167693\"><span class=\"aQJ\">12:40</span></span>, Fed Member Powell Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1492167694\"><span class=\"aQJ\">14:15 ET</span></span>.</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div></blockquote>\r\n</div>\r\n<div>\r\n<div><a class=\"m_-6972514606685156004validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/c8906bed1e/TEST/51282eea29/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/c8906bed1e/TEST/51282eea29/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial%3D1&amp;source=gmail&amp;ust=1498300160007000&amp;usg=AFQjCNHeT6gJqJMLxeWz6AIfMynZ_14wCg\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1492167695\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1492167696\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1492167697\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1492167698\"><span class=\"aQJ\">Friday</span></span>.</div>\r\n</div>\r\n</div>\r\n<div>\r\n\r\nAccess is simple, here is how to get started with a two week free trial…\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/c8906bed1e/TEST/2316cbc552\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/c8906bed1e/TEST/2316cbc552&amp;source=gmail&amp;ust=1498300160007000&amp;usg=AFQjCNFbjai6OizP0YryK6uWulY6eF8G-Q\">register as a guest.</a>\r\n</div>\r\n</div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/c8906bed1e/TEST/0094b62283\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/c8906bed1e/TEST/0094b62283&amp;source=gmail&amp;ust=1498300160007000&amp;usg=AFQjCNGvYXDhAnqXbnP0Xd9_UAk0YDDtWg\"><img class=\"m_-6972514606685156004aligncenter m_-6972514606685156004wp-image-3023 CToWUd\" title=\"room titan stars\" src=\"https://ci3.googleusercontent.com/proxy/3HNQdik2BLnqMaUmZ1RvZxpnhSdUviGOIg-QgUNYehOxnW8oHBi20rBGlG9Rx0Epg8z8o0jh5ASLUeRBQ3aO8vGy_gJynRWK4K3BS-oR5jzPtp0lcVkvsHDqaiW5hY43sz9C9Ut6M_6PwQmAaE5K400xveFVQQOWVblHNkVtOQuJ=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/f22ea15af0/room%20titan%20stars.JPG?__nocache__=1\" alt=\"room titan stars\" width=\"513\" height=\"107\" align=\"none\" border=\"0\" hspace=\"0\" vspace=\"0\" /></a></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div></blockquote>','World Headlines - Fed Speeches','','inherit','closed','closed','','3506-revision-v1','','','2017-06-23 10:33:12','2017-06-23 10:33:12','',3506,'http://www.thetradingroom.com/3506-revision-v1/',0,'revision','',0),(3511,2,'2017-06-26 10:22:23','2017-06-26 10:22:23','<blockquote><strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/16dd6d2beb/TEST/9ef10e43ad\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/16dd6d2beb/TEST/9ef10e43ad&amp;source=gmail&amp;ust=1498558841853000&amp;usg=AFQjCNGrbVTkPtzGu6NIUgtd6pBhk8VCSQ\">Live trading room access link.</a>\r\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_112914977\"><span class=\"aQJ\">6:00 am ET</span></span></em></strong></blockquote>\r\nWORLD HEADLINES - Stocks rose in Europe on Monday with Italian banks gaining after a deal to wind up two failed regional lenders while the US dollar and US bond yields held close to recent lows as subdued inflation raised questions over the outlook for monetary policy...\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-06-26\">Read More</a></blockquote>','World Headlines - Risk ON Sentiment','','publish','closed','closed','','world-headlines-2017-06-26','','','2017-06-26 10:25:50','2017-06-26 10:25:50','',0,'http://www.thetradingroom.com/?p=3511',0,'post','',0),(3512,2,'2017-06-26 10:22:23','2017-06-26 10:22:23','<blockquote>WORLD HEADLINES - Stocks rose in Europe on Monday with Italian banks gaining after a deal to wind up two failed regional lenders while the US dollar and US bond yields held close to recent lows as subdued inflation raised questions over the outlook for monetary policy.STOCKS ...</blockquote>','World Headlines - 2017-06-26','','inherit','closed','closed','','3511-revision-v1','','','2017-06-26 10:22:23','2017-06-26 10:22:23','',3511,'http://www.thetradingroom.com/3511-revision-v1/',0,'revision','',0),(3513,2,'2017-06-26 10:25:02','2017-06-26 10:25:02','<blockquote><strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/16dd6d2beb/TEST/9ef10e43ad\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/16dd6d2beb/TEST/9ef10e43ad&amp;source=gmail&amp;ust=1498558841853000&amp;usg=AFQjCNGrbVTkPtzGu6NIUgtd6pBhk8VCSQ\">Live trading room access link.</a>\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_112914977\"><span class=\"aQJ\">6:00 am ET</span></span></em></strong></blockquote>\nWORLD HEADLINES - Stocks rose in Europe on Monday with Italian banks gaining after a deal to wind up two failed regional lenders while the US dollar and US bond yields held close to recent lows as subdued inflation raised questions over the outlook for monetary policy...\n<blockquote>Read More</blockquote>','World Headlines - Risk ON Sentiment','','inherit','closed','closed','','3511-autosave-v1','','','2017-06-26 10:25:02','2017-06-26 10:25:02','',3511,'http://www.thetradingroom.com/3511-autosave-v1/',0,'revision','',0),(3514,2,'2017-06-26 10:25:50','2017-06-26 10:25:50','<blockquote><strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/16dd6d2beb/TEST/9ef10e43ad\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/16dd6d2beb/TEST/9ef10e43ad&amp;source=gmail&amp;ust=1498558841853000&amp;usg=AFQjCNGrbVTkPtzGu6NIUgtd6pBhk8VCSQ\">Live trading room access link.</a>\r\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_112914977\"><span class=\"aQJ\">6:00 am ET</span></span></em></strong></blockquote>\r\nWORLD HEADLINES - Stocks rose in Europe on Monday with Italian banks gaining after a deal to wind up two failed regional lenders while the US dollar and US bond yields held close to recent lows as subdued inflation raised questions over the outlook for monetary policy...\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-06-26\">Read More</a></blockquote>','World Headlines - Risk ON Sentiment','','inherit','closed','closed','','3511-revision-v1','','','2017-06-26 10:25:50','2017-06-26 10:25:50','',3511,'http://www.thetradingroom.com/3511-revision-v1/',0,'revision','',0),(3545,2,'2017-08-01 10:08:01','2017-08-01 10:08:01','<blockquote>WORLD HEADLINES - Global stocks advanced following the latest set of corporate results with European shares grinding higher and Asian peers jumping on both earnings and promising economic data. The U.S. dollar traded sideways after Mondays drop as investors digested the late...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-08-01\">READ MORE</a></blockquote>','World Headlines - Stocks Advance','','publish','closed','closed','','world-headlines-2017-08-01','','','2017-08-01 10:10:58','2017-08-01 10:10:58','',0,'http://www.thetradingroom.com/?p=3545',0,'post','',0),(3517,2,'2017-06-27 10:46:24','2017-06-27 10:46:24','<blockquote><strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a class=\"m_-5711964837631796581validating\" href=\"http://clicks.aweber.com/y/ct/?l=45MtbF&amp;m=3X_0qFli.srDnAF&amp;b=w_tYA5T3QsbIP8TNSoQE7Q\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D45MtbF%26m%3D3X_0qFli.srDnAF%26b%3Dw_tYA5T3QsbIP8TNSoQE7Q&amp;source=gmail&amp;ust=1498646500125000&amp;usg=AFQjCNG26mNQxqnpmivem--WwZaeMv1vcw\">Live trading room access link. </a>\r\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1617585571\"><span class=\"aQJ\">6:00 am ET</span></span></em></strong></blockquote>\r\n<blockquote>WORLD HEADLINES - A mood of caution was evident in equity markets Tuesday with European stocks falling in a broad-based retreat as investors digested a series of catalysts. The euro jumped and the dollar fell as Mario Draghi urged the need for persistence in monetary stimulus....  <a href=\"http://www.riosquant.com/headlines/2017-06-27\">Read More</a></blockquote>\r\n<blockquote>\r\n<div class=\"m_-5711964837631796581definition-parent\">\r\n<div class=\"m_-5711964837631796581paragraph\">\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<a class=\"m_-5711964837631796581validating\" href=\"http://clicks.aweber.com/y/ct/?l=45MtbF&amp;m=3X_0qFli.srDnAF&amp;b=FsLYXFiiKxBKKa0JZLl6Nw\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D45MtbF%26m%3D3X_0qFli.srDnAF%26b%3DFsLYXFiiKxBKKa0JZLl6Nw&amp;source=gmail&amp;ust=1498646500125000&amp;usg=AFQjCNGCpn-7qKkZfXbAOSs5LxWf4W-4BQ\">The Trading Room® TradeLAB</a> live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1617585580\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1617585581\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1617585582\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1617585583\"><span class=\"aQJ\">Friday</span></span>.\r\n\r\nAccess is simple, here is how to get started with a two week free trial…\r\n\r\nClick on the following link and <a class=\"m_-5711964837631796581validating\" href=\"http://clicks.aweber.com/y/ct/?l=45MtbF&amp;m=3X_0qFli.srDnAF&amp;b=w_tYA5T3QsbIP8TNSoQE7Q\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D45MtbF%26m%3D3X_0qFli.srDnAF%26b%3Dw_tYA5T3QsbIP8TNSoQE7Q&amp;source=gmail&amp;ust=1498646500125000&amp;usg=AFQjCNG26mNQxqnpmivem--WwZaeMv1vcw\">register as a guest.</a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"m_-5711964837631796581definition-parent\">\r\n<table class=\"m_-5711964837631796581floated-none\" width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a class=\"m_-5711964837631796581aw-image-link\" href=\"http://clicks.aweber.com/y/ct/?l=45MtbF&amp;m=3X_0qFli.srDnAF&amp;b=rS9jO_9ufZZ1YsBKL9seiA\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D45MtbF%26m%3D3X_0qFli.srDnAF%26b%3DrS9jO_9ufZZ1YsBKL9seiA&amp;source=gmail&amp;ust=1498646500126000&amp;usg=AFQjCNH1OX1jQYAopFz6hG_meDX4FwB8yA\"><img class=\"m_-5711964837631796581model CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/TRCpwDNNOCrlhQgE9FRLqTrAB2LFisAQeOoyM-RfCoNS4KPPpvBrXmo-x4mlgtGmTCe_8YMYubVUpP3WSY3iy-UUYGPKDrzaUat9jDNhWCkjr66zBzg4fbpKvEHoIqrs5IJZgDmfAXfl1NT6LUVSD1iH8re8C0KD=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/961155409f7d400188993005715ac59c.jpeg\" alt=\"Image\" width=\"513\" height=\"107\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class=\"m_-5711964837631796581definition-parent\">\r\n<div class=\"m_-5711964837631796581paragraph\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div></blockquote>','World Headlines - Central Bank Speeches','','publish','closed','closed','','world-headlines-2017-06-27','','','2017-06-27 11:04:25','2017-06-27 11:04:25','',0,'http://www.thetradingroom.com/?p=3517',0,'post','',0),(3518,2,'2017-06-27 10:46:24','2017-06-27 10:46:24','<blockquote>WORLD HEADLINES - A mood of caution was evident in equity markets Tuesday with European stocks falling in a broad-based retreat as investors digested a series of catalysts. The euro jumped and the dollar fell as Mario Draghi urged the need for persistence in monetary stimulus....</blockquote>','World Headlines - 2017-06-27','','inherit','closed','closed','','3517-revision-v1','','','2017-06-27 10:46:24','2017-06-27 10:46:24','',3517,'http://www.thetradingroom.com/3517-revision-v1/',0,'revision','',0),(3519,2,'2017-06-27 11:03:17','2017-06-27 11:03:17','<blockquote><strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a class=\"m_-5711964837631796581validating\" href=\"http://clicks.aweber.com/y/ct/?l=45MtbF&amp;m=3X_0qFli.srDnAF&amp;b=w_tYA5T3QsbIP8TNSoQE7Q\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D45MtbF%26m%3D3X_0qFli.srDnAF%26b%3Dw_tYA5T3QsbIP8TNSoQE7Q&amp;source=gmail&amp;ust=1498646500125000&amp;usg=AFQjCNG26mNQxqnpmivem--WwZaeMv1vcw\">Live trading room access link. </a>\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1617585571\"><span class=\"aQJ\">6:00 am ET</span></span></em></strong></blockquote>\n<blockquote>WORLD HEADLINES - A mood of caution was evident in equity markets Tuesday with European stocks falling in a broad-based retreat as investors digested a series of catalysts. The euro jumped and the dollar fell as Mario Draghi urged the need for persistence in monetary stimulus....  <a href=\"http://www.riosquant.com/headlines/2017-06-27\">Read More</a></blockquote>','World Headlines - Central Bank Speeches','','inherit','closed','closed','','3517-autosave-v1','','','2017-06-27 11:03:17','2017-06-27 11:03:17','',3517,'http://www.thetradingroom.com/3517-autosave-v1/',0,'revision','',0),(3520,2,'2017-06-27 11:04:10','2017-06-27 11:04:10','','central-bank-speeches','','inherit','closed','closed','','central-bank-speeches','','','2017-06-27 11:04:10','2017-06-27 11:04:10','',3517,'http://www.thetradingroom.com/wp-content/uploads/2017/06/central-bank-speeches.jpg',0,'attachment','image/jpeg',0),(3521,2,'2017-06-27 11:04:25','2017-06-27 11:04:25','<blockquote><strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a class=\"m_-5711964837631796581validating\" href=\"http://clicks.aweber.com/y/ct/?l=45MtbF&amp;m=3X_0qFli.srDnAF&amp;b=w_tYA5T3QsbIP8TNSoQE7Q\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D45MtbF%26m%3D3X_0qFli.srDnAF%26b%3Dw_tYA5T3QsbIP8TNSoQE7Q&amp;source=gmail&amp;ust=1498646500125000&amp;usg=AFQjCNG26mNQxqnpmivem--WwZaeMv1vcw\">Live trading room access link. </a>\r\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1617585571\"><span class=\"aQJ\">6:00 am ET</span></span></em></strong></blockquote>\r\n<blockquote>WORLD HEADLINES - A mood of caution was evident in equity markets Tuesday with European stocks falling in a broad-based retreat as investors digested a series of catalysts. The euro jumped and the dollar fell as Mario Draghi urged the need for persistence in monetary stimulus....  <a href=\"http://www.riosquant.com/headlines/2017-06-27\">Read More</a></blockquote>\r\n<blockquote>\r\n<div class=\"m_-5711964837631796581definition-parent\">\r\n<div class=\"m_-5711964837631796581paragraph\">\r\n<div>\r\n<div>\r\n<div>\r\n\r\n<a class=\"m_-5711964837631796581validating\" href=\"http://clicks.aweber.com/y/ct/?l=45MtbF&amp;m=3X_0qFli.srDnAF&amp;b=FsLYXFiiKxBKKa0JZLl6Nw\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D45MtbF%26m%3D3X_0qFli.srDnAF%26b%3DFsLYXFiiKxBKKa0JZLl6Nw&amp;source=gmail&amp;ust=1498646500125000&amp;usg=AFQjCNGCpn-7qKkZfXbAOSs5LxWf4W-4BQ\">The Trading Room® TradeLAB</a> live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1617585580\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1617585581\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1617585582\"><span class=\"aQJ\">Monday</span></span> thru<span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1617585583\"><span class=\"aQJ\">Friday</span></span>.\r\n\r\nAccess is simple, here is how to get started with a two week free trial…\r\n\r\nClick on the following link and <a class=\"m_-5711964837631796581validating\" href=\"http://clicks.aweber.com/y/ct/?l=45MtbF&amp;m=3X_0qFli.srDnAF&amp;b=w_tYA5T3QsbIP8TNSoQE7Q\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D45MtbF%26m%3D3X_0qFli.srDnAF%26b%3Dw_tYA5T3QsbIP8TNSoQE7Q&amp;source=gmail&amp;ust=1498646500125000&amp;usg=AFQjCNG26mNQxqnpmivem--WwZaeMv1vcw\">register as a guest.</a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"m_-5711964837631796581definition-parent\">\r\n<table class=\"m_-5711964837631796581floated-none\" width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a class=\"m_-5711964837631796581aw-image-link\" href=\"http://clicks.aweber.com/y/ct/?l=45MtbF&amp;m=3X_0qFli.srDnAF&amp;b=rS9jO_9ufZZ1YsBKL9seiA\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://clicks.aweber.com/y/ct/?l%3D45MtbF%26m%3D3X_0qFli.srDnAF%26b%3DrS9jO_9ufZZ1YsBKL9seiA&amp;source=gmail&amp;ust=1498646500126000&amp;usg=AFQjCNH1OX1jQYAopFz6hG_meDX4FwB8yA\"><img class=\"m_-5711964837631796581model CToWUd\" src=\"https://ci6.googleusercontent.com/proxy/TRCpwDNNOCrlhQgE9FRLqTrAB2LFisAQeOoyM-RfCoNS4KPPpvBrXmo-x4mlgtGmTCe_8YMYubVUpP3WSY3iy-UUYGPKDrzaUat9jDNhWCkjr66zBzg4fbpKvEHoIqrs5IJZgDmfAXfl1NT6LUVSD1iH8re8C0KD=s0-d-e1-ft#https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/961155409f7d400188993005715ac59c.jpeg\" alt=\"Image\" width=\"513\" height=\"107\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class=\"m_-5711964837631796581definition-parent\">\r\n<div class=\"m_-5711964837631796581paragraph\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div></blockquote>','World Headlines - Central Bank Speeches','','inherit','closed','closed','','3517-revision-v1','','','2017-06-27 11:04:25','2017-06-27 11:04:25','',3517,'http://www.thetradingroom.com/3517-revision-v1/',0,'revision','',0),(3524,2,'2017-07-10 10:37:06','2017-07-10 10:37:06','','dollar-flag','','inherit','closed','closed','','dollar-flag','','','2017-07-10 10:37:06','2017-07-10 10:37:06','',3523,'http://www.thetradingroom.com/wp-content/uploads/2017/07/dollar-flag.jpg',0,'attachment','image/jpeg',0),(3525,2,'2017-07-10 10:37:16','2017-07-10 10:37:16','<div class=\"definition-parent\">\r\n<div class=\"paragraph\">\r\n<div>\r\n<strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a class=\"validating\" href=\"https://register.gotowebinar.com/register/3757116278414827777\" target=\"_blank\" data-cke-saved-href=\"https://register.gotowebinar.com/register/3757116278414827777\">Live trading room access link. </a>\r\n<em>Posted  6:00 am ET</em></strong>\r\n<div>\r\n<div>\r\n<blockquote>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>WORLD HEADLINES - Global markets rallied on Monday and the U.S. dollar strengthened as the latest U.S. jobs data gave investors greater confidence in the strength of the economy. Focus was already turning to Federal Reserve chief Janet Yellen\'s semi-annual testimony on monetary policy for the latest policy signal from the world\'s major central bank.</div>\r\n<div></div>\r\n<div>STOCKS - U.S. stock futures firmed, suggesting Wall Street shares could extend gains made after the U.S. jobs data.\r\n\r\nBONDS - The 10-year U.S. Treasury yield was steady near a two-month high of 2.398 percent hit on Friday. In Europe, Germany\'s benchmark 10-year Bund yield was flat at 0.56 percent but within sight of 18-month highs.</div>\r\n<div></div>\r\n<div>COMMODITIES - Gold futures traded lower adding to losses after Friday\'s sell-off.</div>\r\n<div></div>\r\n<div>CURRENCIES - The U.S. dollar traded higher across the board, the velocity leaders to the downside was led by the Canadian dollar, Euro and British pound.</div>\r\n<div></div>\r\n<div>ECONOMIC DATA - AUD NAB Business Confidence due at 21:30 ET.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div></blockquote>\r\n</div>\r\n<div>\r\n\r\n<a class=\"validating\" href=\"http://www.riosquant.com/trading_room\" target=\"_blank\" data-cke-saved-href=\"http://www.riosquant.com/trading_room\">The Trading Room® TradeLAB</a> live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 7:30 am and ends at 11:00 am ET Monday thru Friday.\r\n\r\nAccess is simple, here is how to get started with a two week free trial…\r\n\r\nClick on the following link and <a href=\"https://register.gotowebinar.com/register/3757116278414827777\" target=\"_blank\" data-cke-saved-href=\"https://register.gotowebinar.com/register/3757116278414827777\">register as a guest.</a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<table class=\"floated-none\" width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a class=\"aw-image-link\" href=\"http://www.thetradingroom.com/\" target=\"_blank\"><img class=\"model\" src=\"https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/961155409f7d400188993005715ac59c.jpeg\" alt=\"Image\" width=\"513\" height=\"107\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<div class=\"paragraph\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','WORLD HEADLINES: U.S. Dollar Rally','','inherit','closed','closed','','3523-revision-v1','','','2017-07-10 10:37:16','2017-07-10 10:37:16','',3523,'http://www.thetradingroom.com/3523-revision-v1/',0,'revision','',0),(3526,2,'2017-07-10 10:42:20','2017-07-10 10:42:20','<div class=\"definition-parent\"></div>\n<div class=\"definition-parent\">\n<strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/6af629b51f/TEST/fc06a28367\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/6af629b51f/TEST/fc06a28367&amp;source=gmail&amp;ust=1499769600795000&amp;usg=AFQjCNE92ahJeR8OI_PCWQKpXHotssXtFA\">Live trading room access link.   </a>\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_464236101\"><span class=\"aQJ\">6:00 am ET</span></span></em></strong>\n<div>\n<div>\n<div>\n<blockquote>\n<div>\n<div>\n<div>\n<div>\n<div>WORLD HEADLINES - Global markets rallied <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_464236102\"><span class=\"aQJ\">on Monday</span></span> and the U.S. dollar strengthened as the latest U.S. jobs data gave investors greater confidence in the strength of the economy. Focus was already turning to Federal Reserve chief Janet Yellen\'s semi-annual testimony on monetary policy for the latest policy signal from the world\'s major central bank.\n\nSTOCKS - U.S. stock futures firmed, suggesting Wall Street shares could extend gains made after the U.S. jobs data.\n\nBONDS - The 10-year U.S. Treasury yield was steady near a two-month high of 2.398 percent hit <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_464236103\"><span class=\"aQJ\">on Friday</span></span>. In Europe, Germany\'s benchmark 10-year Bund yield was flat at 0.56 percent but within sight of 18-month highs.\n\nCOMMODITIES - Gold futures traded lower adding to losses after <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_464236104\"><span class=\"aQJ\">Friday\'s</span></span> sell-off.\n\nCURRENCIES - The U.S. dollar traded higher across the board, the velocity leaders to the downside was led by the Canadian dollar, Euro and British pound.\n\nECONOMIC DATA - AUD NAB Business Confidence due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_464236105\"><span class=\"aQJ\">21:30 ET</span></span>.</div>\n<div></div>\n<div></div>\n</div>\n</div>\n</div>\n</div></blockquote>\n</div>\n<div>\n<div><a class=\"m_-5396177028001419194validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/6af629b51f/TEST/a6a4168c60/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/6af629b51f/TEST/a6a4168c60/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial%3D1&amp;source=gmail&amp;ust=1499769600795000&amp;usg=AFQjCNFIBUmNIsQWUDaXBL0URMfbzYTOXA\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_464236106\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_464236107\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_464236108\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_464236109\"><span class=\"aQJ\">Friday</span></span>.</div>\n</div>\n</div>\n<div>\n\nAccess is simple, here is how to get started with a two week free trial…\n\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/6af629b51f/TEST/cc42751e24\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/6af629b51f/TEST/cc42751e24&amp;source=gmail&amp;ust=1499769600795000&amp;usg=AFQjCNFwIzTWHqjing_pUsJVyQ9FbCUEwA\">register as a guest.</a>\n\n</div>\n</div>\n<table class=\"floated-none\" width=\"100%\" align=\"center\">\n<tbody>\n<tr>\n<td><a class=\"aw-image-link\" href=\"http://www.thetradingroom.com/\" target=\"_blank\"><img class=\"model\" src=\"https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/961155409f7d400188993005715ac59c.jpeg\" alt=\"Image\" width=\"513\" height=\"107\" align=\"center\" border=\"0\" /></a></td>\n</tr>\n</tbody>\n</table>\n</div>\n<div class=\"definition-parent\">\n<div class=\"paragraph\">\n<div>\n<div>\n<div>\n<div>\n<div>\n<div></div>\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>','WORLD HEADLINES: U.S. Dollar Rally','','inherit','closed','closed','','3523-autosave-v1','','','2017-07-10 10:42:20','2017-07-10 10:42:20','',3523,'http://www.thetradingroom.com/3523-autosave-v1/',0,'revision','',0),(3527,2,'2017-07-10 10:41:16','2017-07-10 10:41:16','<div class=\"definition-parent\">\r\n<div class=\"paragraph\"><strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a class=\"validating\" href=\"https://register.gotowebinar.com/register/3757116278414827777\" target=\"_blank\" data-cke-saved-href=\"https://register.gotowebinar.com/register/3757116278414827777\">Live trading room access link. </a>\r\n<em>Posted  6:00 am ET</em></strong>\r\n<div>\r\n<div>\r\n<blockquote>\r\n<div>WORLD HEADLINES - Global markets rallied <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_464236102\"><span class=\"aQJ\">on Monday</span></span> and the U.S. dollar strengthened as the latest U.S. jobs data gave investors greater confidence in the strength of the economy. Focus was already turning to Federal Reserve chief Janet Yellen\'s semi-annual testimony on monetary policy for the latest policy signal from the world\'s major central bank.\r\n\r\nSTOCKS - U.S. stock futures firmed, suggesting Wall Street shares could extend gains made after the U.S. jobs data.\r\n\r\nBONDS - The 10-year U.S. Treasury yield was steady near a two-month high of 2.398 percent hit <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_464236103\"><span class=\"aQJ\">on Friday</span></span>. In Europe, Germany\'s benchmark 10-year Bund yield was flat at 0.56 percent but within sight of 18-month highs.\r\n\r\nCOMMODITIES - Gold futures traded lower adding to losses after <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_464236104\"><span class=\"aQJ\">Friday\'s</span></span> sell-off.\r\n\r\nCURRENCIES - The U.S. dollar traded higher across the board, the velocity leaders to the downside was led by the Canadian dollar, Euro and British pound.\r\n\r\nECONOMIC DATA - AUD NAB Business Confidence due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_464236105\"><span class=\"aQJ\">21:30 ET</span></span>.</div>\r\n<div></div></blockquote>\r\n</div>\r\n<div>\r\n\r\n<a class=\"validating\" href=\"http://www.riosquant.com/trading_room\" target=\"_blank\" data-cke-saved-href=\"http://www.riosquant.com/trading_room\">The Trading Room® TradeLAB</a> live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at 7:30 am and ends at 11:00 am ET Monday thru Friday.\r\n\r\nAccess is simple, here is how to get started with a two week free trial…\r\n\r\nClick on the following link and <a href=\"https://register.gotowebinar.com/register/3757116278414827777\" target=\"_blank\" data-cke-saved-href=\"https://register.gotowebinar.com/register/3757116278414827777\">register as a guest.\r\n</a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<table class=\"floated-none\" width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a class=\"aw-image-link\" href=\"http://www.thetradingroom.com/\" target=\"_blank\"><img class=\"model\" src=\"https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/961155409f7d400188993005715ac59c.jpeg\" alt=\"Image\" width=\"513\" height=\"107\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<div class=\"paragraph\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','WORLD HEADLINES: U.S. Dollar Rally','','inherit','closed','closed','','3523-revision-v1','','','2017-07-10 10:41:16','2017-07-10 10:41:16','',3523,'http://www.thetradingroom.com/3523-revision-v1/',0,'revision','',0),(3529,2,'2017-07-10 10:43:12','2017-07-10 10:43:12','<div class=\"definition-parent\"></div>\r\n<div class=\"definition-parent\"><strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/6af629b51f/TEST/fc06a28367\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/6af629b51f/TEST/fc06a28367&amp;source=gmail&amp;ust=1499769600795000&amp;usg=AFQjCNE92ahJeR8OI_PCWQKpXHotssXtFA\">Live trading room access link.   </a>\r\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_464236101\"><span class=\"aQJ\">6:00 am ET</span></span></em></strong>\r\n<div>\r\n<div>\r\n<div>\r\n<blockquote>\r\n<div>\r\n\r\nWORLD HEADLINES - Global markets rallied on Monday and the U.S. dollar strengthened as the latest U.S. jobs data gave investors greater confidence in the strength of the economy. Focus was already turning to Federal Reserve chief Janet Yellen\'s semi-annual testimony on monetary policy for the latest policy signal from the world\'s major central bank.\r\n\r\nSTOCKS - U.S. stock futures firmed, suggesting Wall Street shares could extend gains made after the U.S. jobs data.\r\n\r\nBONDS - The 10-year U.S. Treasury yield was steady near a two-month high of 2.398 percent hit on Friday. In Europe, Germany\'s benchmark 10-year Bund yield was flat at 0.56 percent but within sight of 18-month highs.\r\n\r\nCOMMODITIES - Gold futures traded lower adding to losses after Friday\'s sell-off.\r\n\r\nCURRENCIES - The U.S. dollar traded higher across the board, the velocity leaders to the downside was led by the Canadian dollar, Euro and British pound.\r\n\r\nECONOMIC DATA - AUD NAB Business Confidence due at 21:30 ET.\r\n\r\n</div>\r\n<div></div>\r\n<div></div></blockquote>\r\n</div>\r\n<div>\r\n<div><a class=\"m_-5396177028001419194validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/6af629b51f/TEST/a6a4168c60/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/6af629b51f/TEST/a6a4168c60/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial%3D1&amp;source=gmail&amp;ust=1499769600795000&amp;usg=AFQjCNFIBUmNIsQWUDaXBL0URMfbzYTOXA\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_464236106\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_464236107\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_464236108\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_464236109\"><span class=\"aQJ\">Friday</span></span>.</div>\r\n</div>\r\n</div>\r\n<div>\r\n\r\nAccess is simple, here is how to get started with a two week free trial…\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/6af629b51f/TEST/cc42751e24\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/6af629b51f/TEST/cc42751e24&amp;source=gmail&amp;ust=1499769600795000&amp;usg=AFQjCNFwIzTWHqjing_pUsJVyQ9FbCUEwA\">register as a guest.</a>\r\n\r\n</div>\r\n</div>\r\n<table class=\"floated-none\" width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a class=\"aw-image-link\" href=\"http://www.thetradingroom.com/\" target=\"_blank\"><img class=\"model\" src=\"https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/961155409f7d400188993005715ac59c.jpeg\" alt=\"Image\" width=\"513\" height=\"107\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<div class=\"paragraph\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','WORLD HEADLINES: U.S. Dollar Rally','','inherit','closed','closed','','3523-revision-v1','','','2017-07-10 10:43:12','2017-07-10 10:43:12','',3523,'http://www.thetradingroom.com/3523-revision-v1/',0,'revision','',0),(3528,2,'2017-07-10 10:42:35','2017-07-10 10:42:35','<div class=\"definition-parent\"></div>\r\n<div class=\"definition-parent\">\r\n<strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/6af629b51f/TEST/fc06a28367\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/6af629b51f/TEST/fc06a28367&amp;source=gmail&amp;ust=1499769600795000&amp;usg=AFQjCNE92ahJeR8OI_PCWQKpXHotssXtFA\">Live trading room access link.   </a>\r\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_464236101\"><span class=\"aQJ\">6:00 am ET</span></span></em></strong>\r\n<div>\r\n<div>\r\n<div>\r\n<blockquote>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>WORLD HEADLINES - Global markets rallied <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_464236102\"><span class=\"aQJ\">on Monday</span></span> and the U.S. dollar strengthened as the latest U.S. jobs data gave investors greater confidence in the strength of the economy. Focus was already turning to Federal Reserve chief Janet Yellen\'s semi-annual testimony on monetary policy for the latest policy signal from the world\'s major central bank.\r\n\r\nSTOCKS - U.S. stock futures firmed, suggesting Wall Street shares could extend gains made after the U.S. jobs data.\r\n\r\nBONDS - The 10-year U.S. Treasury yield was steady near a two-month high of 2.398 percent hit <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_464236103\"><span class=\"aQJ\">on Friday</span></span>. In Europe, Germany\'s benchmark 10-year Bund yield was flat at 0.56 percent but within sight of 18-month highs.\r\n\r\nCOMMODITIES - Gold futures traded lower adding to losses after <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_464236104\"><span class=\"aQJ\">Friday\'s</span></span> sell-off.\r\n\r\nCURRENCIES - The U.S. dollar traded higher across the board, the velocity leaders to the downside was led by the Canadian dollar, Euro and British pound.\r\n\r\nECONOMIC DATA - AUD NAB Business Confidence due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_464236105\"><span class=\"aQJ\">21:30 ET</span></span>.</div>\r\n<div></div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div></blockquote>\r\n</div>\r\n<div>\r\n<div><a class=\"m_-5396177028001419194validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/6af629b51f/TEST/a6a4168c60/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/6af629b51f/TEST/a6a4168c60/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial%3D1&amp;source=gmail&amp;ust=1499769600795000&amp;usg=AFQjCNFIBUmNIsQWUDaXBL0URMfbzYTOXA\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_464236106\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_464236107\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_464236108\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_464236109\"><span class=\"aQJ\">Friday</span></span>.</div>\r\n</div>\r\n</div>\r\n<div>\r\n\r\nAccess is simple, here is how to get started with a two week free trial…\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/6af629b51f/TEST/cc42751e24\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/6af629b51f/TEST/cc42751e24&amp;source=gmail&amp;ust=1499769600795000&amp;usg=AFQjCNFwIzTWHqjing_pUsJVyQ9FbCUEwA\">register as a guest.</a>\r\n\r\n</div>\r\n</div>\r\n<table class=\"floated-none\" width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a class=\"aw-image-link\" href=\"http://www.thetradingroom.com/\" target=\"_blank\"><img class=\"model\" src=\"https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/961155409f7d400188993005715ac59c.jpeg\" alt=\"Image\" width=\"513\" height=\"107\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<div class=\"paragraph\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','WORLD HEADLINES: U.S. Dollar Rally','','inherit','closed','closed','','3523-revision-v1','','','2017-07-10 10:42:35','2017-07-10 10:42:35','',3523,'http://www.thetradingroom.com/3523-revision-v1/',0,'revision','',0),(3530,2,'2017-07-10 10:43:59','2017-07-10 10:43:59','<div class=\"definition-parent\"></div>\r\n<div class=\"definition-parent\"><strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/6af629b51f/TEST/fc06a28367\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/6af629b51f/TEST/fc06a28367&amp;source=gmail&amp;ust=1499769600795000&amp;usg=AFQjCNE92ahJeR8OI_PCWQKpXHotssXtFA\">Live trading room access link.   </a>\r\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_464236101\"><span class=\"aQJ\">6:00 am ET</span></span></em></strong></div>\r\n<div class=\"definition-parent\"></div>\r\n<div class=\"definition-parent\"> WORLD HEADLINES - Global markets rallied on Monday and the U.S. dollar strengthened as the latest U.S. jobs data gave investors greater confidence in the strength of the economy. Focus was already turning to Federal Reserve chief Janet Yellen\'s semi-annual testimony on monetary policy for the latest policy signal from the world\'s major central bank.\r\n\r\nSTOCKS - U.S. stock futures firmed, suggesting Wall Street shares could extend gains made after the U.S. jobs data.\r\n\r\nBONDS - The 10-year U.S. Treasury yield was steady near a two-month high of 2.398 percent hit on Friday. In Europe, Germany\'s benchmark 10-year Bund yield was flat at 0.56 percent but within sight of 18-month highs.\r\n\r\nCOMMODITIES - Gold futures traded lower adding to losses after Friday\'s sell-off.\r\n\r\nCURRENCIES - The U.S. dollar traded higher across the board, the velocity leaders to the downside was led by the Canadian dollar, Euro and British pound.\r\n\r\nECONOMIC DATA - AUD NAB Business Confidence due at 21:30 ET.\r\n<div>\r\n<div>\r\n<div>\r\n<blockquote>\r\n<div></div></blockquote>\r\n</div>\r\n<div>\r\n<div><a class=\"m_-5396177028001419194validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/6af629b51f/TEST/a6a4168c60/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/6af629b51f/TEST/a6a4168c60/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial%3D1&amp;source=gmail&amp;ust=1499769600795000&amp;usg=AFQjCNFIBUmNIsQWUDaXBL0URMfbzYTOXA\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_464236106\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_464236107\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_464236108\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_464236109\"><span class=\"aQJ\">Friday</span></span>.</div>\r\n</div>\r\n</div>\r\n<div>\r\n\r\nAccess is simple, here is how to get started with a two week free trial…\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/6af629b51f/TEST/cc42751e24\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/6af629b51f/TEST/cc42751e24&amp;source=gmail&amp;ust=1499769600795000&amp;usg=AFQjCNFwIzTWHqjing_pUsJVyQ9FbCUEwA\">register as a guest.</a>\r\n\r\n</div>\r\n</div>\r\n<table class=\"floated-none\" width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a class=\"aw-image-link\" href=\"http://www.thetradingroom.com/\" target=\"_blank\"><img class=\"model\" src=\"https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/961155409f7d400188993005715ac59c.jpeg\" alt=\"Image\" width=\"513\" height=\"107\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<div class=\"paragraph\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','WORLD HEADLINES: U.S. Dollar Rally','','inherit','closed','closed','','3523-revision-v1','','','2017-07-10 10:43:59','2017-07-10 10:43:59','',3523,'http://www.thetradingroom.com/3523-revision-v1/',0,'revision','',0),(3531,2,'2017-07-10 10:44:24','2017-07-10 10:44:24','<div class=\"definition-parent\"></div>\r\n<div class=\"definition-parent\"><strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/6af629b51f/TEST/fc06a28367\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/6af629b51f/TEST/fc06a28367&amp;source=gmail&amp;ust=1499769600795000&amp;usg=AFQjCNE92ahJeR8OI_PCWQKpXHotssXtFA\">Live trading room access link.   </a>\r\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_464236101\"><span class=\"aQJ\">6:00 am ET</span></span></em></strong></div>\r\n<div class=\"definition-parent\"></div>\r\n<div class=\"definition-parent\"></div>\r\n<div class=\"definition-parent\">\r\n\r\nWORLD HEADLINES - Global markets rallied on Monday and the U.S. dollar strengthened as the latest U.S. jobs data gave investors greater confidence in the strength of the economy. Focus was already turning to Federal Reserve chief Janet Yellen\'s semi-annual testimony on monetary policy for the latest policy signal from the world\'s major central bank.\r\n\r\nSTOCKS - U.S. stock futures firmed, suggesting Wall Street shares could extend gains made after the U.S. jobs data.\r\n\r\nBONDS - The 10-year U.S. Treasury yield was steady near a two-month high of 2.398 percent hit on Friday. In Europe, Germany\'s benchmark 10-year Bund yield was flat at 0.56 percent but within sight of 18-month highs.\r\n\r\nCOMMODITIES - Gold futures traded lower adding to losses after Friday\'s sell-off.\r\n\r\nCURRENCIES - The U.S. dollar traded higher across the board, the velocity leaders to the downside was led by the Canadian dollar, Euro and British pound.\r\n\r\nECONOMIC DATA - AUD NAB Business Confidence due at 21:30 ET.\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>\r\n<div><a class=\"m_-5396177028001419194validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/6af629b51f/TEST/a6a4168c60/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/6af629b51f/TEST/a6a4168c60/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial%3D1&amp;source=gmail&amp;ust=1499769600795000&amp;usg=AFQjCNFIBUmNIsQWUDaXBL0URMfbzYTOXA\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_464236106\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_464236107\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_464236108\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_464236109\"><span class=\"aQJ\">Friday</span></span>.</div>\r\n</div>\r\n</div>\r\n<div>\r\n\r\nAccess is simple, here is how to get started with a two week free trial…\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/6af629b51f/TEST/cc42751e24\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/6af629b51f/TEST/cc42751e24&amp;source=gmail&amp;ust=1499769600795000&amp;usg=AFQjCNFwIzTWHqjing_pUsJVyQ9FbCUEwA\">register as a guest.</a>\r\n\r\n</div>\r\n</div>\r\n<table class=\"floated-none\" width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a class=\"aw-image-link\" href=\"http://www.thetradingroom.com/\" target=\"_blank\"><img class=\"model\" src=\"https://hostedimages-cdn.aweber-static.com/ODY2NTg4/original/961155409f7d400188993005715ac59c.jpeg\" alt=\"Image\" width=\"513\" height=\"107\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class=\"definition-parent\">\r\n<div class=\"paragraph\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','WORLD HEADLINES: U.S. Dollar Rally','','inherit','closed','closed','','3523-revision-v1','','','2017-07-10 10:44:24','2017-07-10 10:44:24','',3523,'http://www.thetradingroom.com/3523-revision-v1/',0,'revision','',0),(3532,2,'2017-07-12 10:15:04','2017-07-12 10:15:04','<blockquote><strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/58d63bd5bc/TEST/4b15e4190d\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/58d63bd5bc/TEST/4b15e4190d&amp;source=gmail&amp;ust=1499940826435000&amp;usg=AFQjCNE6R9GVeVirOLRxbXQ6PxhCMvWOIw\">Live trading room access link.   </a>\r\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_60995892\"><span class=\"aQJ\">6:00 am ET</span></span></em></strong></blockquote>\r\n<blockquote>WORLD HEADLINES - European equities rebounded with oil while the dollar slipped amid reverberations from reports of Donald Trump Jr.s contact with a Russian lawyer.STOCKS - The Euro Stoxx 50 gained 0.6 percent led by automakers and energy companies and the SP 500 futures ...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-07-12\">Read More</a></blockquote>','World Headlines - Fed Chair Yellen Testifies','','publish','closed','closed','','world-headlines-2017-07-12','','','2017-07-12 10:17:34','2017-07-12 10:17:34','',0,'http://www.thetradingroom.com/?p=3532',0,'post','',0),(3533,2,'2017-07-12 10:15:04','2017-07-12 10:15:04','<blockquote>WORLD HEADLINES - European equities rebounded with oil while the dollar slipped amid reverberations from reports of Donald Trump Jr.s contact with a Russian lawyer.STOCKS - The Euro Stoxx 50 gained 0.6 percent led by automakers and energy companies and the SP 500 futures ...</blockquote>','World Headlines - 2017-07-12','','inherit','closed','closed','','3532-revision-v1','','','2017-07-12 10:15:04','2017-07-12 10:15:04','',3532,'http://www.thetradingroom.com/3532-revision-v1/',0,'revision','',0),(3534,2,'2017-07-12 10:16:53','2017-07-12 10:16:53','<blockquote><strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/58d63bd5bc/TEST/4b15e4190d\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/58d63bd5bc/TEST/4b15e4190d&amp;source=gmail&amp;ust=1499940826435000&amp;usg=AFQjCNE6R9GVeVirOLRxbXQ6PxhCMvWOIw\">Live trading room access link.   </a>\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_60995892\"><span class=\"aQJ\">6:00 am ET</span></span></em></strong></blockquote>\n<blockquote>WORLD HEADLINES - European equities rebounded with oil while the dollar slipped amid reverberations from reports of Donald Trump Jr.s contact with a Russian lawyer.STOCKS - The Euro Stoxx 50 gained 0.6 percent led by automakers and energy companies and the SP 500 futures ...</blockquote>\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-07-12\">Read More</a></blockquote>','World Headlines - Fed Chair Yellen Testifies','','inherit','closed','closed','','3532-autosave-v1','','','2017-07-12 10:16:53','2017-07-12 10:16:53','',3532,'http://www.thetradingroom.com/3532-autosave-v1/',0,'revision','',0),(3535,2,'2017-07-12 10:17:34','2017-07-12 10:17:34','<blockquote><strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/58d63bd5bc/TEST/4b15e4190d\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/58d63bd5bc/TEST/4b15e4190d&amp;source=gmail&amp;ust=1499940826435000&amp;usg=AFQjCNE6R9GVeVirOLRxbXQ6PxhCMvWOIw\">Live trading room access link.   </a>\r\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_60995892\"><span class=\"aQJ\">6:00 am ET</span></span></em></strong></blockquote>\r\n<blockquote>WORLD HEADLINES - European equities rebounded with oil while the dollar slipped amid reverberations from reports of Donald Trump Jr.s contact with a Russian lawyer.STOCKS - The Euro Stoxx 50 gained 0.6 percent led by automakers and energy companies and the SP 500 futures ...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-07-12\">Read More</a></blockquote>','World Headlines - Fed Chair Yellen Testifies','','inherit','closed','closed','','3532-revision-v1','','','2017-07-12 10:17:34','2017-07-12 10:17:34','',3532,'http://www.thetradingroom.com/3532-revision-v1/',0,'revision','',0),(3536,2,'2017-07-18 10:31:05','2017-07-18 10:31:05','<blockquote>\r\n<div class=\"m_-5752527103364639123definition-parent\">\r\n<div class=\"m_-5752527103364639123paragraph\">\r\n<div><strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a class=\"m_-5752527103364639123validating\" href=\"https://register.gotowebinar.com/register/3757116278414827777\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://register.gotowebinar.com/register/3757116278414827777&amp;source=gmail&amp;ust=1500460206174000&amp;usg=AFQjCNFcqc5Um3M97Hx77OBj67j7lMdT3A\">Live trading room access link. </a>\r\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1724503668\"><span class=\"aQJ\">6:00 am ET</span></span></em></strong>\r\n<div>\r\n<div>\r\n<blockquote>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>WORLD HEADLINES - The US dollar slid back to a 10-month low and U.S. equity futures retreated as President Donald Trump’s economic revitalization agenda once again faltered. European stocks dropped as some earnings disappointed, and gold climbed to the highest <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1724503669\"><span class=\"aQJ\">in two weeks</span></span>.</div>\r\n<div></div>\r\n<div>STOCKS - S&amp;P 500 futures traded near resistance ahead of the Wall Street opening bell.</div>\r\n<div>BONDS - The 10 year U.S. Treasury yields fell one basis point to 2.31 percent after dropping five basis points last week.</div>\r\n<div></div>\r\n<div>COMMODITIES - Gold climbed 0.2 percent and crude oil rose 0.4 percent, erasing early losses amid concern that output in the US and OPEC member Libya is growing.</div>\r\n<div></div>\r\n<div>CURRENCIES - Britain\'s Sterling trade lower as officials prepare for Brexit talks in Brussels. The Australian dollar returned to a two-year high after central bank minutes signaled optimism on economic growth and wages.</div>\r\n<div></div>\r\n<div>\r\n\r\nECONOMIC DATA - US Import Prices m/m due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1724503670\"><span class=\"aQJ\">8:30</span></span>, BOE Gov Carney Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1724503671\"><span class=\"aQJ\">9:30 ET</span></span>.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div></blockquote>\r\n</div>\r\n<div>\r\n\r\n<a class=\"m_-5752527103364639123validating\" href=\"http://www.riosquant.com/trading_room\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/trading_room&amp;source=gmail&amp;ust=1500460206174000&amp;usg=AFQjCNGoaaEezHwYvfLbmO_61hebB0YHbA\">The Trading Room® TradeLAB</a> live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1724503672\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1724503673\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1724503674\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1724503675\"><span class=\"aQJ\">Friday</span></span>.\r\n\r\nAccess is simple, here is how to get started with a two week free trial…\r\n\r\nClick on the following link and <a class=\"m_-5752527103364639123validating\" href=\"https://register.gotowebinar.com/register/3757116278414827777\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://register.gotowebinar.com/register/3757116278414827777&amp;source=gmail&amp;ust=1500460206174000&amp;usg=AFQjCNFcqc5Um3M97Hx77OBj67j7lMdT3A\">register as a guest.</a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"m_-5752527103364639123definition-parent\">\r\n<table class=\"m_-5752527103364639123floated-none\" width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a class=\"m_-5752527103364639123aw-image-link\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1500460206174000&amp;usg=AFQjCNHcMM60xt_9MuVgJGTIsXsH5OvFuw\"><img class=\"m_-5752527103364639123model CToWUd\" src=\"http://www.thetradingroom.com/wp-content/uploads/2017/07/961155409f7d400188993005715ac59c.jpeg\" alt=\"Image\" width=\"513\" height=\"107\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class=\"m_-5752527103364639123definition-parent\">\r\n<div class=\"m_-5752527103364639123paragraph\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div></blockquote>','World Headlines - 2017-07-18','','publish','closed','closed','','world-headlines-2017-07-18','','','2017-07-18 10:32:28','2017-07-18 10:32:28','',0,'http://www.thetradingroom.com/?p=3536',0,'post','',0),(3537,2,'2017-07-18 10:31:04','2017-07-18 10:31:04','','961155409f7d400188993005715ac59c','','inherit','closed','closed','','961155409f7d400188993005715ac59c','','','2017-07-18 10:31:04','2017-07-18 10:31:04','',3536,'http://www.thetradingroom.com/wp-content/uploads/2017/07/961155409f7d400188993005715ac59c.jpeg',0,'attachment','image/jpeg',0),(3538,2,'2017-07-18 10:31:05','2017-07-18 10:31:05','<blockquote>\r\n<div class=\"m_-5752527103364639123definition-parent\">\r\n<div class=\"m_-5752527103364639123paragraph\">\r\n<div>\r\n<strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a class=\"m_-5752527103364639123validating\" href=\"https://register.gotowebinar.com/register/3757116278414827777\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://register.gotowebinar.com/register/3757116278414827777&amp;source=gmail&amp;ust=1500460206174000&amp;usg=AFQjCNFcqc5Um3M97Hx77OBj67j7lMdT3A\">Live trading room access link. </a>\r\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1724503668\"><span class=\"aQJ\">6:00 am ET</span></span></em></strong>\r\n<div>\r\n<div>\r\n<blockquote>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>WORLD HEADLINES - The US dollar slid back to a 10-month low and U.S. equity futures retreated as President Donald Trump’s economic revitalization agenda once again faltered. European stocks dropped as some earnings disappointed, and gold climbed to the highest <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1724503669\"><span class=\"aQJ\">in two weeks</span></span>.</div>\r\n<div></div>\r\n<div>STOCKS - S&amp;P 500 futures traded near resistance ahead of the Wall Street opening bell.</div>\r\n<div>BONDS - The 10 year U.S. Treasury yields fell one basis point to 2.31 percent after dropping five basis points last week.</div>\r\n<div></div>\r\n<div>COMMODITIES - Gold climbed 0.2 percent and crude oil rose 0.4 percent, erasing early losses amid concern that output in the US and OPEC member Libya is growing.</div>\r\n<div></div>\r\n<div>CURRENCIES - Britain\'s Sterling trade lower as officials prepare for Brexit talks in Brussels. The Australian dollar returned to a two-year high after central bank minutes signaled optimism on economic growth and wages.</div>\r\n<div></div>\r\n<div>ECONOMIC DATA - US Import Prices m/m due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1724503670\"><span class=\"aQJ\">8:30</span></span>, BOE Gov Carney Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1724503671\"><span class=\"aQJ\">9:30 ET</span></span>.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div></blockquote>\r\n</div>\r\n<div>\r\n\r\n<a class=\"m_-5752527103364639123validating\" href=\"http://www.riosquant.com/trading_room\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/trading_room&amp;source=gmail&amp;ust=1500460206174000&amp;usg=AFQjCNGoaaEezHwYvfLbmO_61hebB0YHbA\">The Trading Room® TradeLAB</a> live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1724503672\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1724503673\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1724503674\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1724503675\"><span class=\"aQJ\">Friday</span></span>.\r\n\r\nAccess is simple, here is how to get started with a two week free trial…\r\n\r\nClick on the following link and <a class=\"m_-5752527103364639123validating\" href=\"https://register.gotowebinar.com/register/3757116278414827777\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://register.gotowebinar.com/register/3757116278414827777&amp;source=gmail&amp;ust=1500460206174000&amp;usg=AFQjCNFcqc5Um3M97Hx77OBj67j7lMdT3A\">register as a guest.</a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"m_-5752527103364639123definition-parent\">\r\n<table class=\"m_-5752527103364639123floated-none\" width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a class=\"m_-5752527103364639123aw-image-link\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1500460206174000&amp;usg=AFQjCNHcMM60xt_9MuVgJGTIsXsH5OvFuw\"><img class=\"m_-5752527103364639123model CToWUd\" src=\"http://www.thetradingroom.com/wp-content/uploads/2017/07/961155409f7d400188993005715ac59c.jpeg\" alt=\"Image\" width=\"513\" height=\"107\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class=\"m_-5752527103364639123definition-parent\">\r\n<div class=\"m_-5752527103364639123paragraph\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div></blockquote>','World Headlines - 2017-07-18','','inherit','closed','closed','','3536-revision-v1','','','2017-07-18 10:31:05','2017-07-18 10:31:05','',3536,'http://www.thetradingroom.com/3536-revision-v1/',0,'revision','',0),(3539,2,'2017-07-18 10:32:28','2017-07-18 10:32:28','<blockquote>\r\n<div class=\"m_-5752527103364639123definition-parent\">\r\n<div class=\"m_-5752527103364639123paragraph\">\r\n<div><strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a class=\"m_-5752527103364639123validating\" href=\"https://register.gotowebinar.com/register/3757116278414827777\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://register.gotowebinar.com/register/3757116278414827777&amp;source=gmail&amp;ust=1500460206174000&amp;usg=AFQjCNFcqc5Um3M97Hx77OBj67j7lMdT3A\">Live trading room access link. </a>\r\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1724503668\"><span class=\"aQJ\">6:00 am ET</span></span></em></strong>\r\n<div>\r\n<div>\r\n<blockquote>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>WORLD HEADLINES - The US dollar slid back to a 10-month low and U.S. equity futures retreated as President Donald Trump’s economic revitalization agenda once again faltered. European stocks dropped as some earnings disappointed, and gold climbed to the highest <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1724503669\"><span class=\"aQJ\">in two weeks</span></span>.</div>\r\n<div></div>\r\n<div>STOCKS - S&amp;P 500 futures traded near resistance ahead of the Wall Street opening bell.</div>\r\n<div>BONDS - The 10 year U.S. Treasury yields fell one basis point to 2.31 percent after dropping five basis points last week.</div>\r\n<div></div>\r\n<div>COMMODITIES - Gold climbed 0.2 percent and crude oil rose 0.4 percent, erasing early losses amid concern that output in the US and OPEC member Libya is growing.</div>\r\n<div></div>\r\n<div>CURRENCIES - Britain\'s Sterling trade lower as officials prepare for Brexit talks in Brussels. The Australian dollar returned to a two-year high after central bank minutes signaled optimism on economic growth and wages.</div>\r\n<div></div>\r\n<div>\r\n\r\nECONOMIC DATA - US Import Prices m/m due at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1724503670\"><span class=\"aQJ\">8:30</span></span>, BOE Gov Carney Speaks at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1724503671\"><span class=\"aQJ\">9:30 ET</span></span>.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div></div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div></blockquote>\r\n</div>\r\n<div>\r\n\r\n<a class=\"m_-5752527103364639123validating\" href=\"http://www.riosquant.com/trading_room\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.riosquant.com/trading_room&amp;source=gmail&amp;ust=1500460206174000&amp;usg=AFQjCNGoaaEezHwYvfLbmO_61hebB0YHbA\">The Trading Room® TradeLAB</a> live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1724503672\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1724503673\"><span class=\"aQJ\">11:00 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1724503674\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_1724503675\"><span class=\"aQJ\">Friday</span></span>.\r\n\r\nAccess is simple, here is how to get started with a two week free trial…\r\n\r\nClick on the following link and <a class=\"m_-5752527103364639123validating\" href=\"https://register.gotowebinar.com/register/3757116278414827777\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://register.gotowebinar.com/register/3757116278414827777&amp;source=gmail&amp;ust=1500460206174000&amp;usg=AFQjCNFcqc5Um3M97Hx77OBj67j7lMdT3A\">register as a guest.</a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"m_-5752527103364639123definition-parent\">\r\n<table class=\"m_-5752527103364639123floated-none\" width=\"100%\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><a class=\"m_-5752527103364639123aw-image-link\" href=\"http://www.thetradingroom.com/\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://www.thetradingroom.com/&amp;source=gmail&amp;ust=1500460206174000&amp;usg=AFQjCNHcMM60xt_9MuVgJGTIsXsH5OvFuw\"><img class=\"m_-5752527103364639123model CToWUd\" src=\"http://www.thetradingroom.com/wp-content/uploads/2017/07/961155409f7d400188993005715ac59c.jpeg\" alt=\"Image\" width=\"513\" height=\"107\" align=\"center\" border=\"0\" /></a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class=\"m_-5752527103364639123definition-parent\">\r\n<div class=\"m_-5752527103364639123paragraph\">\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div></blockquote>','World Headlines - 2017-07-18','','inherit','closed','closed','','3536-revision-v1','','','2017-07-18 10:32:28','2017-07-18 10:32:28','',3536,'http://www.thetradingroom.com/3536-revision-v1/',0,'revision','',0),(3549,2,'2017-08-07 10:09:57','2017-08-07 10:09:57','<blockquote>WORLD HEADLINES - The U.S. dollar dipped slightly but held on to most of Fridays gains - its biggest daily rise this year - made after data showed the United States created more jobs than forecast last month.STOCKS - The Dow Jones recorded its eighth consecutive record high on...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-08-07\">READ MORE</a>\r\n<div>\r\n<div>\r\n<div><a class=\"m_3117764449101666917validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/db5eb3033c/TEST/7740bf20b4/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/db5eb3033c/TEST/7740bf20b4/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial%3D1&amp;source=gmail&amp;ust=1502187063060000&amp;usg=AFQjCNGHWcd1SuCbjnNz9Etiv2ohAvBvMw\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_159849459\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_159849460\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_159849461\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_159849462\"><span class=\"aQJ\">Friday</span></span>.</div>\r\n</div>\r\n</div>\r\n<div>\r\n\r\nAccess is simple, here is how to get started with a two week free trial…\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/db5eb3033c/TEST/27a80d5d91\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/db5eb3033c/TEST/27a80d5d91&amp;source=gmail&amp;ust=1502187063060000&amp;usg=AFQjCNGC5WtJlI3EWcOZVDOR-zFHpn01RA\">register as a guest.</a>\r\n\r\n</div></blockquote>','World Headlines: US Dollar Focus','','publish','closed','closed','','world-headlines-2017-08-07','','','2017-08-07 10:12:59','2017-08-07 10:12:59','',0,'http://www.thetradingroom.com/?p=3549',0,'post','',0),(3542,2,'2017-07-25 10:13:15','2017-07-25 10:13:15','<strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/8059d686b4/TEST/925ba301b2\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/8059d686b4/TEST/925ba301b2&amp;source=gmail&amp;ust=1501063641422000&amp;usg=AFQjCNG7NCCKh99pL1IdHKAhC7TLsY92HA\">Live trading room access link.   </a>\r\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_597959308\"><span class=\"aQJ\">6:00 am ET</span></span></em></strong>\r\n\r\nWORLD HEADLINES - European stocks advanced, rebounding after three days of declines amid a series of market reversals. Gold headed for the first drop in four days, while the dollar swung between gains and losses as investors tread water before Wednesday’s U.S. interest rate decision.\r\n\r\nSTOCKS - The Stoxx Europe 600 Index added 0.5 percent.\r\n\r\nFutures on the S&amp;P 500 Index traded higher after the underlying gauge slipped 0.1 percent.\r\n\r\nBONDS - The yield on 10-year Treasuries rose one basis point to 2.27 percent.\r\n\r\nCOMMODITIES - Gold fell 0.3 percent while crude oil rose 0.5 percent.\r\n\r\nCURRENCIES - The Japanese yen dipped 0.2 percent, the first retreat in more than a week.\r\n\r\nECONOMIC DATA - US CB Consumer Confidence due at 10:00, AUD CPI q/q at 21:30, RBA Gov Lowe Speaks at 23:05 ET.\r\n\r\n&nbsp;\r\n<div>\r\n<div>\r\n<div>\r\n<div><a class=\"m_3790412500671196431validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/8059d686b4/TEST/5ee11e90d7/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/8059d686b4/TEST/5ee11e90d7/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial%3D1&amp;source=gmail&amp;ust=1501063641422000&amp;usg=AFQjCNEOlfz5IuG2qE8W_Ywf6XhutQOFbw\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_597959314\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_597959315\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_597959316\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_597959317\"><span class=\"aQJ\">Friday</span></span>.</div>\r\n</div>\r\n</div>\r\n<div>\r\n\r\nAccess is simple, here is how to get started with a two week free trial…\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/8059d686b4/TEST/88119e4bb2\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/8059d686b4/TEST/88119e4bb2&amp;source=gmail&amp;ust=1501063641423000&amp;usg=AFQjCNG9PBJ3tm1NjSGBMJLGo1MzBmWm2Q\">register as a guest.</a>\r\n</div>\r\n</div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/8059d686b4/TEST/133c44e653\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/8059d686b4/TEST/133c44e653&amp;source=gmail&amp;ust=1501063641423000&amp;usg=AFQjCNELji1u7Csm5WVrADTFPYSXHuOujw\"><img class=\"m_3790412500671196431aligncenter m_3790412500671196431wp-image-3023 CToWUd\" title=\"room titan stars\" src=\"https://ci3.googleusercontent.com/proxy/3HNQdik2BLnqMaUmZ1RvZxpnhSdUviGOIg-QgUNYehOxnW8oHBi20rBGlG9Rx0Epg8z8o0jh5ASLUeRBQ3aO8vGy_gJynRWK4K3BS-oR5jzPtp0lcVkvsHDqaiW5hY43sz9C9Ut6M_6PwQmAaE5K400xveFVQQOWVblHNkVtOQuJ=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/f22ea15af0/room%20titan%20stars.JPG?__nocache__=1\" alt=\"room titan stars\" width=\"513\" height=\"107\" align=\"none\" border=\"0\" hspace=\"0\" vspace=\"0\" /></a></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Sentiment Shift: Risk On','','publish','closed','closed','','sentiment-shift-risk','','','2017-07-25 10:13:15','2017-07-25 10:13:15','',0,'http://www.thetradingroom.com/?p=3542',0,'post','',0),(3543,2,'2017-07-25 10:13:08','2017-07-25 10:13:08','','sentiment-shift-profit-it-from-it','','inherit','closed','closed','','sentiment-shift-profit-it-from-it','','','2017-07-25 10:13:08','2017-07-25 10:13:08','',3542,'http://www.thetradingroom.com/wp-content/uploads/2017/07/Sentiment-shift-profit-it-from-it.jpg',0,'attachment','image/jpeg',0),(3544,2,'2017-07-25 10:13:15','2017-07-25 10:13:15','<strong>Pre-market activity and scheduled economic data that may have an impact on the global financial markets. <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/8059d686b4/TEST/925ba301b2\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/8059d686b4/TEST/925ba301b2&amp;source=gmail&amp;ust=1501063641422000&amp;usg=AFQjCNG7NCCKh99pL1IdHKAhC7TLsY92HA\">Live trading room access link.   </a>\r\n<em>Posted  <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_597959308\"><span class=\"aQJ\">6:00 am ET</span></span></em></strong>\r\n\r\nWORLD HEADLINES - European stocks advanced, rebounding after three days of declines amid a series of market reversals. Gold headed for the first drop in four days, while the dollar swung between gains and losses as investors tread water before Wednesday’s U.S. interest rate decision.\r\n\r\nSTOCKS - The Stoxx Europe 600 Index added 0.5 percent.\r\n\r\nFutures on the S&amp;P 500 Index traded higher after the underlying gauge slipped 0.1 percent.\r\n\r\nBONDS - The yield on 10-year Treasuries rose one basis point to 2.27 percent.\r\n\r\nCOMMODITIES - Gold fell 0.3 percent while crude oil rose 0.5 percent.\r\n\r\nCURRENCIES - The Japanese yen dipped 0.2 percent, the first retreat in more than a week.\r\n\r\nECONOMIC DATA - US CB Consumer Confidence due at 10:00, AUD CPI q/q at 21:30, RBA Gov Lowe Speaks at 23:05 ET.\r\n\r\n&nbsp;\r\n<div>\r\n<div>\r\n<div>\r\n<div><a class=\"m_3790412500671196431validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/8059d686b4/TEST/5ee11e90d7/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/8059d686b4/TEST/5ee11e90d7/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial%3D1&amp;source=gmail&amp;ust=1501063641422000&amp;usg=AFQjCNEOlfz5IuG2qE8W_Ywf6XhutQOFbw\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_597959314\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_597959315\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_597959316\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_597959317\"><span class=\"aQJ\">Friday</span></span>.</div>\r\n</div>\r\n</div>\r\n<div>\r\n\r\nAccess is simple, here is how to get started with a two week free trial…\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/8059d686b4/TEST/88119e4bb2\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/8059d686b4/TEST/88119e4bb2&amp;source=gmail&amp;ust=1501063641423000&amp;usg=AFQjCNG9PBJ3tm1NjSGBMJLGo1MzBmWm2Q\">register as a guest.</a>\r\n</div>\r\n</div>\r\n<div>\r\n<div>\r\n<div>\r\n<div><a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/8059d686b4/TEST/133c44e653\" target=\"_blank\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/8059d686b4/TEST/133c44e653&amp;source=gmail&amp;ust=1501063641423000&amp;usg=AFQjCNELji1u7Csm5WVrADTFPYSXHuOujw\"><img class=\"m_3790412500671196431aligncenter m_3790412500671196431wp-image-3023 CToWUd\" title=\"room titan stars\" src=\"https://ci3.googleusercontent.com/proxy/3HNQdik2BLnqMaUmZ1RvZxpnhSdUviGOIg-QgUNYehOxnW8oHBi20rBGlG9Rx0Epg8z8o0jh5ASLUeRBQ3aO8vGy_gJynRWK4K3BS-oR5jzPtp0lcVkvsHDqaiW5hY43sz9C9Ut6M_6PwQmAaE5K400xveFVQQOWVblHNkVtOQuJ=s0-d-e1-ft#http://img-ak.verticalresponse.com/media/3/7/a/37a7ec9e82/f22ea15af0/room%20titan%20stars.JPG?__nocache__=1\" alt=\"room titan stars\" width=\"513\" height=\"107\" align=\"none\" border=\"0\" hspace=\"0\" vspace=\"0\" /></a></div>\r\n</div>\r\n</div>\r\n<div></div>\r\n<div>\r\n<div>\r\n<div>\r\n<div></div>\r\n<div>COMMODITY FUTURES, OPTIONS, AND FOREX TRADING INVOLVES SUBSTANTIAL RISK AND IS NOT SUITABLE FOR ALL INVESTORS. PAST PERFORMANCE IS NOT INDICATIVE OF FUTURE RESULTS.</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Sentiment Shift: Risk On','','inherit','closed','closed','','3542-revision-v1','','','2017-07-25 10:13:15','2017-07-25 10:13:15','',3542,'http://www.thetradingroom.com/3542-revision-v1/',0,'revision','',0),(3546,2,'2017-08-01 10:08:01','2017-08-01 10:08:01','<blockquote>WORLD HEADLINES - Global stocks advanced following the latest set of corporate results with European shares grinding higher and Asian peers jumping on both earnings and promising economic data. The U.S. dollar traded sideways after Mondays drop as investors digested the late...</blockquote>','World Headlines - 2017-08-01','','inherit','closed','closed','','3545-revision-v1','','','2017-08-01 10:08:01','2017-08-01 10:08:01','',3545,'http://www.thetradingroom.com/3545-revision-v1/',0,'revision','',0),(3547,2,'2017-08-01 10:10:28','2017-08-01 10:10:28','<blockquote>WORLD HEADLINES - Global stocks advanced following the latest set of corporate results with European shares grinding higher and Asian peers jumping on both earnings and promising economic data. The U.S. dollar traded sideways after Mondays drop as investors digested the late...</blockquote>\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-08-01\">READ MORE</a></blockquote>','World Headlines - Stocks Advance','','inherit','closed','closed','','3545-autosave-v1','','','2017-08-01 10:10:28','2017-08-01 10:10:28','',3545,'http://www.thetradingroom.com/3545-autosave-v1/',0,'revision','',0),(3548,2,'2017-08-01 10:10:58','2017-08-01 10:10:58','<blockquote>WORLD HEADLINES - Global stocks advanced following the latest set of corporate results with European shares grinding higher and Asian peers jumping on both earnings and promising economic data. The U.S. dollar traded sideways after Mondays drop as investors digested the late...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-08-01\">READ MORE</a></blockquote>','World Headlines - Stocks Advance','','inherit','closed','closed','','3545-revision-v1','','','2017-08-01 10:10:58','2017-08-01 10:10:58','',3545,'http://www.thetradingroom.com/3545-revision-v1/',0,'revision','',0),(3550,2,'2017-08-07 10:09:57','2017-08-07 10:09:57','<blockquote>WORLD HEADLINES - The U.S. dollar dipped slightly but held on to most of Fridays gains - its biggest daily rise this year - made after data showed the United States created more jobs than forecast last month.STOCKS - The Dow Jones recorded its eighth consecutive record high on...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-08-07\">READ MORE</a></blockquote>','World Headlines - 2017-08-07','','inherit','closed','closed','','3549-revision-v1','','','2017-08-07 10:09:57','2017-08-07 10:09:57','',3549,'http://www.thetradingroom.com/3549-revision-v1/',0,'revision','',0),(3551,2,'2017-08-07 10:10:10','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2017-08-07 10:10:10','0000-00-00 00:00:00','',0,'http://www.thetradingroom.com/?p=3551',0,'post','',0),(3552,2,'2017-08-07 10:12:51','2017-08-07 10:12:51','<blockquote>WORLD HEADLINES - The U.S. dollar dipped slightly but held on to most of Fridays gains - its biggest daily rise this year - made after data showed the United States created more jobs than forecast last month.STOCKS - The Dow Jones recorded its eighth consecutive record high on...</blockquote>\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-08-07\">READ MORE</a>\n<div>\n<div>\n<div><a class=\"m_3117764449101666917validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/db5eb3033c/TEST/7740bf20b4/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/db5eb3033c/TEST/7740bf20b4/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial%3D1&amp;source=gmail&amp;ust=1502187063060000&amp;usg=AFQjCNGHWcd1SuCbjnNz9Etiv2ohAvBvMw\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_159849459\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_159849460\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_159849461\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_159849462\"><span class=\"aQJ\">Friday</span></span>.</div>\n</div>\n</div>\n<div>\n\nAccess is simple, here is how to get started with a two week free trial…\n\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/db5eb3033c/TEST/27a80d5d91\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/db5eb3033c/TEST/27a80d5d91&amp;source=gmail&amp;ust=1502187063060000&amp;usg=AFQjCNGC5WtJlI3EWcOZVDOR-zFHpn01RA\">register as a guest.</a>\n\n</div></blockquote>','World Headlines: US Dollar Focus','','inherit','closed','closed','','3549-autosave-v1','','','2017-08-07 10:12:51','2017-08-07 10:12:51','',3549,'http://www.thetradingroom.com/3549-autosave-v1/',0,'revision','',0),(3553,2,'2017-08-07 10:12:59','2017-08-07 10:12:59','<blockquote>WORLD HEADLINES - The U.S. dollar dipped slightly but held on to most of Fridays gains - its biggest daily rise this year - made after data showed the United States created more jobs than forecast last month.STOCKS - The Dow Jones recorded its eighth consecutive record high on...</blockquote>\r\n<blockquote><a href=\"http://www.riosquant.com/headlines/2017-08-07\">READ MORE</a>\r\n<div>\r\n<div>\r\n<div><a class=\"m_3117764449101666917validating\" href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/db5eb3033c/TEST/7740bf20b4/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/db5eb3033c/TEST/7740bf20b4/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial%3D1&amp;source=gmail&amp;ust=1502187063060000&amp;usg=AFQjCNGHWcd1SuCbjnNz9Etiv2ohAvBvMw\">The Trading Room® TradeLAB </a>live sessions conducted online by the RiosQuant team offer a pragmatic, real world perspective of trading the global markets in real time for the active trader. Trading begins at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_159849459\"><span class=\"aQJ\">7:30 am</span></span> and ends at <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_159849460\"><span class=\"aQJ\">10:30 am ET</span></span> <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_159849461\"><span class=\"aQJ\">Monday</span></span> thru <span class=\"aBn\" tabindex=\"0\" data-term=\"goog_159849462\"><span class=\"aQJ\">Friday</span></span>.</div>\r\n</div>\r\n</div>\r\n<div>\r\n\r\nAccess is simple, here is how to get started with a two week free trial…\r\n\r\nClick on the following link and <a href=\"http://cts.vresp.com/c/?RiosQuantitativeLLC/db5eb3033c/TEST/27a80d5d91\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=http://cts.vresp.com/c/?RiosQuantitativeLLC/db5eb3033c/TEST/27a80d5d91&amp;source=gmail&amp;ust=1502187063060000&amp;usg=AFQjCNGC5WtJlI3EWcOZVDOR-zFHpn01RA\">register as a guest.</a>\r\n\r\n</div></blockquote>','World Headlines: US Dollar Focus','','inherit','closed','closed','','3549-revision-v1','','','2017-08-07 10:12:59','2017-08-07 10:12:59','',3549,'http://www.thetradingroom.com/3549-revision-v1/',0,'revision','',0),(3554,1,'2017-08-09 10:27:37','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2017-08-09 10:27:37','0000-00-00 00:00:00','',0,'http://www.thetradingroom.com/?p=3554',0,'post','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_term_relationships`
--

DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_term_relationships`
--

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (164,4,0),(1669,4,0),(207,7,0),(97,4,0),(219,1,0),(190,6,0),(217,6,0),(344,1,0),(243,1,0),(226,6,0),(231,6,0),(247,1,0),(330,7,0),(250,7,0),(272,7,0),(282,1,0),(282,7,0),(306,1,0),(323,7,0),(309,7,0),(354,1,0),(361,1,0),(381,7,0),(367,7,0),(374,7,0),(416,1,0),(385,7,0),(389,7,0),(395,7,0),(399,7,0),(402,7,0),(406,7,0),(414,7,0),(416,6,0),(439,1,0),(439,9,0),(445,1,0),(491,1,0),(446,7,0),(453,7,0),(457,6,0),(461,6,0),(465,7,0),(474,7,0),(477,6,0),(481,7,0),(485,7,0),(487,6,0),(496,1,0),(514,1,0),(503,1,0),(499,8,0),(506,8,0),(506,6,0),(520,7,0),(527,1,0),(527,7,0),(541,1,0),(538,8,0),(541,8,0),(541,7,0),(541,6,0),(541,5,0),(550,1,0),(544,7,0),(589,1,0),(554,6,0),(554,5,0),(561,7,0),(566,7,0),(578,1,0),(569,8,0),(584,7,0),(612,1,0),(591,8,0),(598,7,0),(603,6,0),(607,7,0),(638,1,0),(616,7,0),(618,10,0),(628,7,0),(631,5,0),(635,7,0),(680,7,0),(653,7,0),(657,5,0),(662,7,0),(807,7,0),(702,7,0),(686,7,0),(697,7,0),(700,7,0),(709,7,0),(704,8,0),(704,6,0),(711,1,0),(781,6,0),(718,7,0),(720,7,0),(723,7,0),(729,7,0),(731,6,0),(739,7,0),(741,6,0),(746,7,0),(748,7,0),(750,7,0),(754,7,0),(756,8,0),(759,7,0),(761,7,0),(763,6,0),(772,7,0),(775,7,0),(777,7,0),(779,7,0),(787,7,0),(789,7,0),(791,7,0),(796,7,0),(798,6,0),(805,7,0),(838,1,0),(811,8,0),(811,6,0),(816,7,0),(680,8,0),(840,6,0),(1627,6,0),(848,7,0),(846,7,0),(881,7,0),(850,7,0),(853,7,0),(855,6,0),(865,7,0),(877,7,0),(879,7,0),(1324,7,0),(888,7,0),(890,7,0),(892,7,0),(1818,19,0),(898,7,0),(904,1,0),(916,12,0),(907,7,0),(909,12,0),(1342,7,0),(921,7,0),(924,5,0),(1294,7,0),(1351,7,0),(964,11,0),(969,11,0),(973,11,0),(977,11,0),(983,7,0),(988,7,0),(987,11,0),(1351,8,0),(1021,7,0),(1009,7,0),(1019,7,0),(1050,12,0),(1027,7,0),(1031,8,0),(1041,11,0),(1047,11,0),(1056,7,0),(1053,7,0),(1446,7,0),(1058,7,0),(1190,8,0),(1197,7,0),(1199,8,0),(1936,19,0),(1284,1,0),(1457,7,0),(1264,12,0),(1266,7,0),(1277,7,0),(1279,8,0),(1279,7,0),(1284,7,0),(1646,19,0),(1286,7,0),(1303,7,0),(1305,5,0),(1344,7,0),(1326,7,0),(1335,7,0),(1346,7,0),(1348,8,0),(1355,7,0),(1357,7,0),(1646,20,0),(1359,11,0),(1363,6,0),(1386,7,0),(1390,8,0),(1396,7,0),(1401,7,0),(1403,11,0),(1459,7,0),(1409,11,0),(1414,7,0),(1418,7,0),(1420,7,0),(1426,7,0),(1428,7,0),(1434,8,0),(1440,7,0),(1468,7,0),(1474,7,0),(1477,7,0),(1479,7,0),(1502,7,0),(1488,8,0),(1497,7,0),(1748,1,0),(1506,7,0),(1508,8,0),(1512,16,0),(1745,8,0),(1532,7,0),(1537,8,0),(1557,7,0),(1540,7,0),(1547,7,0),(1559,7,0),(1512,13,0),(1805,7,0),(1598,13,0),(1598,8,0),(1602,7,0),(1512,5,0),(1619,13,0),(1619,15,0),(1619,11,0),(1512,17,0),(1512,18,0),(1512,9,0),(844,5,0),(1627,13,0),(1632,4,0),(1648,4,0),(3232,19,0),(1635,4,0),(1636,4,0),(1637,4,0),(1670,19,0),(1656,7,0),(1659,19,0),(1711,7,0),(1676,19,0),(1680,19,0),(1682,22,0),(1690,19,0),(1723,19,0),(1717,8,0),(1720,8,0),(1740,6,0),(1751,19,0),(1743,19,0),(1753,5,0),(1760,19,0),(1771,19,0),(1762,7,0),(1766,19,0),(1769,19,0),(1779,1,0),(1792,19,0),(1786,7,0),(1790,19,0),(1794,19,0),(1812,19,0),(1814,22,0),(1826,19,0),(1820,8,0),(1831,19,0),(1843,19,0),(1836,7,0),(1845,19,0),(1879,19,0),(1847,19,0),(1849,11,0),(1864,7,0),(1874,19,0),(1877,19,0),(1881,19,0),(1900,23,0),(1883,19,0),(1887,19,0),(1889,7,0),(1894,22,0),(1900,13,0),(1900,8,0),(1903,8,0),(1910,7,0),(1918,19,0),(1920,19,0),(1923,19,0),(1925,19,0),(1929,19,0),(1931,7,0),(1934,19,0),(1960,19,0),(1938,19,0),(1940,11,0),(1964,19,0),(1966,20,0),(1966,7,0),(1966,17,0),(1966,15,0),(1983,19,0),(1969,19,0),(1975,19,0),(1977,8,0),(2000,19,0),(1985,19,0),(1987,11,0),(1994,19,0),(1997,7,0),(2002,19,0),(2004,19,0),(2013,8,0),(2013,13,0),(2018,19,0),(2023,19,0),(2020,7,0),(2035,19,0),(2031,19,0),(2033,19,0),(2039,19,0),(2037,7,0),(2047,19,0),(2041,22,0),(2053,19,0),(2049,19,0),(2051,19,0),(2058,19,0),(2055,7,0),(2062,19,0),(2060,19,0),(2064,19,0),(2067,1,0),(2072,19,0),(2081,19,0),(2074,19,0),(2076,7,0),(2078,19,0),(2083,13,0),(2083,11,0),(2096,1,0),(2096,7,0),(2100,19,0),(2102,11,0),(2124,19,0),(2106,7,0),(2119,19,0),(2121,19,0),(2126,1,0),(2138,19,0),(2130,7,0),(2133,19,0),(2140,19,0),(2142,7,0),(2149,19,0),(2151,19,0),(2158,1,0),(2153,7,0),(2158,19,0),(2161,19,0),(2169,19,0),(2163,8,0),(2165,7,0),(2173,19,0),(2171,8,0),(2182,19,0),(2175,7,0),(2180,19,0),(2197,19,0),(2184,7,0),(2188,6,0),(2208,19,0),(2199,19,0),(2201,8,0),(2204,7,0),(2210,19,0),(2222,1,0),(2215,7,0),(2222,19,0),(2229,19,0),(2226,7,0),(2260,19,0),(2232,7,0),(2241,7,0),(2252,19,0),(2254,19,0),(2256,19,0),(2258,19,0),(2263,1,0),(2265,7,0),(2269,1,0),(2267,7,0),(2301,6,0),(2271,19,0),(2274,19,0),(2276,8,0),(2278,6,0),(2281,19,0),(2283,19,0),(2285,19,0),(2289,7,0),(2291,19,0),(2293,19,0),(2295,8,0),(2298,7,0),(2311,19,0),(2306,5,0),(2309,19,0),(2333,11,0),(2313,8,0),(2317,19,0),(2319,7,0),(2325,19,0),(2327,13,0),(2327,8,0),(2339,1,0),(2388,1,0),(2341,8,0),(2341,7,0),(2344,8,0),(2350,7,0),(2353,8,0),(2355,19,0),(2357,19,0),(2360,7,0),(2362,19,0),(2364,19,0),(2366,7,0),(2369,8,0),(2371,19,0),(2373,19,0),(2375,7,0),(2378,19,0),(2405,19,0),(2396,19,0),(2495,19,0),(2407,19,0),(2410,8,0),(2414,19,0),(2424,7,0),(2429,19,0),(2434,19,0),(2440,7,0),(2445,8,0),(2450,19,0),(2456,19,0),(2458,8,0),(2462,19,0),(2467,7,0),(2474,8,0),(2477,19,0),(2481,7,0),(2483,8,0),(2487,19,0),(2490,19,0),(2492,19,0),(2557,6,0),(2526,19,0),(2502,19,0),(2505,19,0),(2510,7,0),(2514,19,0),(2519,7,0),(2528,19,0),(2530,19,0),(2533,8,0),(2536,19,0),(2538,19,0),(2543,7,0),(2548,19,0),(2551,7,0),(2557,13,0),(2585,19,0),(2561,19,0),(2565,8,0),(2567,7,0),(2571,19,0),(2579,19,0),(2582,7,0),(2557,7,0),(2587,19,0),(2589,19,0),(2596,7,0),(2600,19,0),(2621,19,0),(2603,8,0),(2609,8,0),(2613,19,0),(2615,19,0),(2623,1,0),(2623,19,0),(2637,6,0),(2630,19,0),(2635,7,0),(2648,5,0),(2688,8,0),(2652,5,0),(2676,19,0),(2682,8,0),(2770,1,0),(2694,13,0),(2700,13,0),(2694,7,0),(2694,5,0),(2700,8,0),(2700,7,0),(2705,19,0),(2707,19,0),(2711,19,0),(2715,19,0),(2718,19,0),(2721,19,0),(2725,7,0),(2756,7,0),(2759,7,0),(2765,19,0),(2781,1,0),(2773,19,0),(2776,19,0),(2779,19,0),(2784,1,0),(2784,11,0),(2788,1,0),(2788,7,0),(2809,19,0),(2796,19,0),(2799,19,0),(2801,7,0),(2805,19,0),(2816,19,0),(2814,19,0),(2879,1,0),(2818,5,0),(2827,19,0),(2831,19,0),(2833,19,0),(2837,19,0),(2839,7,0),(2843,19,0),(2851,7,0),(2856,13,0),(2856,6,0),(2859,19,0),(2861,19,0),(2865,7,0),(2870,8,0),(2873,7,0),(2876,19,0),(2879,7,0),(2992,1,0),(2882,8,0),(2884,19,0),(2888,7,0),(2892,19,0),(2894,7,0),(2896,6,0),(2900,7,0),(2902,7,0),(2913,19,0),(2921,19,0),(2924,19,0),(2926,7,0),(2928,19,0),(2932,19,0),(2934,19,0),(2935,19,0),(2937,19,0),(2939,19,0),(2944,19,0),(2955,19,0),(2959,19,0),(2962,7,0),(2964,7,0),(2966,19,0),(2970,19,0),(2973,19,0),(2976,19,0),(2979,19,0),(3028,1,0),(2994,7,0),(2999,19,0),(3002,5,0),(3006,19,0),(3008,7,0),(3011,19,0),(3013,19,0),(3017,19,0),(3022,19,0),(3031,1,0),(3050,1,0),(3037,7,0),(3046,19,0),(3088,19,0),(3051,19,0),(3054,8,0),(3059,19,0),(3063,19,0),(3067,7,0),(3072,19,0),(3078,19,0),(3080,19,0),(3084,19,0),(3095,19,0),(3090,7,0),(3102,7,0),(3098,7,0),(3197,4,0),(3104,19,0),(3106,19,0),(3111,19,0),(3113,7,0),(3124,19,0),(3128,19,0),(3130,19,0),(3134,7,0),(3136,19,0),(3138,19,0),(3141,19,0),(3144,7,0),(3146,19,0),(3179,7,0),(3181,19,0),(3184,19,0),(3190,19,0),(3218,19,0),(3223,7,0),(3227,19,0),(3229,19,0),(3234,19,0),(3281,7,0),(3237,19,0),(3239,19,0),(3258,19,0),(3263,19,0),(3278,19,0),(3281,19,0),(3341,1,0),(3305,1,0),(3292,19,0),(3296,19,0),(3301,19,0),(3307,1,0),(3435,1,0),(3315,19,0),(3336,1,0),(3321,19,0),(3326,8,0),(3331,19,0),(3336,19,0),(3342,1,0),(3342,19,0),(3372,19,0),(3346,19,0),(3351,19,0),(3356,19,0),(3361,7,0),(3365,19,0),(3370,19,0),(3374,19,0),(3380,19,0),(3384,19,0),(3388,19,0),(3393,19,0),(3397,19,0),(3401,19,0),(3406,19,0),(3410,19,0),(3415,19,0),(3419,19,0),(3423,19,0),(3427,19,0),(3431,19,0),(3443,1,0),(3438,19,0),(3441,19,0),(3443,19,0),(3448,1,0),(3483,1,0),(3451,19,0),(3456,19,0),(3461,19,0),(3465,19,0),(3470,19,0),(3475,19,0),(3479,19,0),(3483,19,0),(3488,1,0),(3488,19,0),(3536,1,0),(3492,19,0),(3497,19,0),(3501,19,0),(3506,19,0),(3511,19,0),(3517,19,0),(3523,19,0),(3532,19,0),(3545,1,0),(3542,19,0),(3545,19,0),(3545,7,0),(3549,19,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_term_taxonomy`
--

DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=MyISAM AUTO_INCREMENT=25 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_term_taxonomy`
--

LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,43),(4,4,'nav_menu','',0,9),(5,5,'category','trading systems',0,14),(6,6,'category','trading room',0,31),(7,7,'category','research &amp; analysis',0,216),(8,8,'category','events',0,56),(9,9,'post_tag','',0,2),(10,10,'category','',0,1),(11,11,'category','',0,17),(12,12,'category','',0,4),(13,13,'post_format','',0,12),(14,14,'post_format','',0,0),(15,15,'post_tag','',0,2),(16,16,'post_tag','',0,1),(17,17,'post_tag','',0,2),(18,18,'post_tag','',0,1),(19,19,'category','',0,278),(20,20,'post_tag','',0,2),(21,21,'category','',0,0),(22,22,'category','',0,4),(23,23,'post_tag','',0,1),(24,24,'post_format','',0,0);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_termmeta`
--

DROP TABLE IF EXISTS `wp_termmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_termmeta`
--

LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_terms`
--

DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=MyISAM AUTO_INCREMENT=25 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_terms`
--

LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(4,'All Pages','all-pages',0),(5,'trading systems','trading-systems',0),(6,'trading room','trading-room',0),(7,'research &amp; analysis','research-analysis',0),(8,'events','events',0),(9,'RiosQuant','riosquant',0),(10,'Risk Disclosure','risk-disclosure',0),(11,'Meet Members','meet-members',0),(12,'stocks / ETFs &amp; options','stocks-etfs-options',0),(13,'post-format-video','post-format-video',0),(14,'post-format-gallery','post-format-gallery',0),(15,'#riosquant traders','riosquant-traders',0),(16,'#tradingsystems','tradingsystems',0),(17,'#quanttrading','quanttrading',0),(18,'#algotrading','algotrading',0),(19,'Pre-Market Open Report','pre-market-open-report',0),(20,'#pre-marketopenreport','pre-marketopenreport',0),(21,'OptionLine','optionline',0),(22,'OptionsLine','optionsline',0),(23,'automated trading','automated-trading',0),(24,'post-format-link','post-format-link',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_usermeta`
--

DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=180 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_usermeta`
--

LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'first_name',''),(2,1,'last_name',''),(3,1,'nickname','admintrading'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers','wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp390_widgets'),(13,1,'show_welcome_panel','1'),(14,1,'wp_dashboard_quick_press_last_post_id','3554'),(15,1,'metaboxhidden_page','a:6:{i:0;s:10:\"postcustom\";i:1;s:16:\"commentstatusdiv\";i:2;s:11:\"commentsdiv\";i:3;s:7:\"slugdiv\";i:4;s:9:\"authordiv\";i:5;s:12:\"revisionsdiv\";}'),(16,1,'managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(17,1,'metaboxhidden_nav-menus','a:4:{i:0;s:8:\"add-post\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";i:3;s:21:\"add-portfolio_entries\";}'),(18,1,'nav_menu_recently_edited','4'),(19,1,'wp_user-settings','imgsize=medium&editor=tinymce&widgets_access=off&libraryContent=browse&hidetb=1&align=left&mfold=o'),(20,1,'wp_user-settings-time','1399470394'),(21,1,'closedpostboxes_page','a:6:{i:0;s:13:\"pageparentdiv\";i:1;s:6:\"layout\";i:2;s:14:\"slideshow_meta\";i:3;s:5:\"media\";i:4;s:8:\"subtitle\";i:5;s:11:\"postexcerpt\";}'),(22,2,'first_name','Joe'),(23,2,'last_name','Rios'),(24,2,'nickname','Sir Trade Maven'),(25,2,'description',''),(26,2,'rich_editing','true'),(27,2,'comment_shortcuts','false'),(28,2,'admin_color','fresh'),(29,2,'use_ssl','0'),(30,2,'show_admin_bar_front','true'),(31,2,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(32,2,'wp_user_level','10'),(33,2,'dismissed_wp_pointers','wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp390_widgets'),(34,2,'wp_dashboard_quick_press_last_post_id','3551'),(35,1,'tgmpa_dismissed_notice','1'),(36,2,'wp_user-settings','libraryContent=browse&align=center&editor=tinymce&imgsize=full&uploader=1&ed_size=362'),(37,2,'wp_user-settings-time','1406113180'),(38,2,'meta-box-order_post','a:3:{s:4:\"side\";s:70:\"submitdiv,slideshow_meta,formatdiv,categorydiv,tagsdiv-post_tag,layout\";s:6:\"normal\";s:67:\"media,postexcerpt,trackbacksdiv,postcustom,commentstatusdiv,slugdiv\";s:8:\"advanced\";s:0:\"\";}'),(39,2,'screen_layout_post','2'),(40,2,'closedpostboxes_post','a:0:{}'),(41,2,'metaboxhidden_post','a:10:{i:0;s:30:\"pagelines-metabox-post-gallery\";i:1;s:28:\"pagelines-metabox-post-quote\";i:2;s:27:\"pagelines-metabox-post-link\";i:3;s:28:\"pagelines-metabox-post-video\";i:4;s:28:\"pagelines-metabox-post-audio\";i:5;s:11:\"postexcerpt\";i:6;s:13:\"trackbacksdiv\";i:7;s:10:\"postcustom\";i:8;s:16:\"commentstatusdiv\";i:9;s:7:\"slugdiv\";}'),(67,1,'_yoast_wpseo_profile_updated','1480933991'),(68,2,'_yoast_wpseo_profile_updated','1480934052'),(76,2,'wpseo_title',''),(77,2,'wpseo_metadesc',''),(78,2,'wpseo_metakey',''),(79,2,'genesis_admin_menu','1'),(80,2,'genesis_seo_settings_menu','1'),(81,2,'genesis_import_export_menu','1'),(82,2,'genesis_author_box_single',''),(83,2,'genesis_author_box_archive',''),(84,2,'headline',''),(85,2,'intro_text',''),(86,2,'doctitle',''),(87,2,'meta_description',''),(88,2,'meta_keywords',''),(89,2,'noindex',''),(90,2,'nofollow',''),(91,2,'noarchive',''),(92,2,'layout',''),(93,2,'aim',''),(94,2,'yim',''),(95,2,'jabber',''),(96,2,'googleplus',''),(97,2,'twitter',''),(98,2,'facebook',''),(99,2,'nav_menu_recently_edited','4'),(100,2,'managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(101,2,'metaboxhidden_nav-menus','a:2:{i:0;s:8:\"add-post\";i:1;s:12:\"add-post_tag\";}'),(102,2,'closedpostboxes_page','a:0:{}'),(103,2,'metaboxhidden_page','a:4:{i:0;s:10:\"postcustom\";i:1;s:16:\"commentstatusdiv\";i:2;s:7:\"slugdiv\";i:3;s:9:\"authordiv\";}'),(104,2,'pl_editor_state','off'),(105,2,'google_profile',''),(106,2,'default_password_nag',''),(122,2,'session_tokens','a:1:{s:64:\"1a8c4af6f9b82981f74c7c27ab5d2119d83351a485c21a9a5cbb692f8c1fa137\";a:4:{s:10:\"expiration\";i:1502273357;s:2:\"ip\";s:14:\"76.109.204.228\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36\";s:5:\"login\";i:1502100557;}}'),(120,2,'wp_optimizemember_registration_ip','76.109.204.228'),(121,2,'wp_optimizemember_login_counter','28'),(125,2,'pl_company',''),(126,2,'pl_site',''),(114,1,'wp_yoast_notifications','a:2:{i:0;a:2:{s:7:\"message\";s:778:\"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?utm_content=5.1\">give us a 5 stars rating on WordPress.org</a>!\n\nIf you are experiencing issues, <a href=\"https://yoa.st/bugreport?utm_content=5.1\">please file a bug report</a> and we\'ll do our best to help you out.\n\nBy the way, did you know we also have a <a href=\'https://yoa.st/premium-notification?utm_content=5.1\'>Premium plugin</a>? It offers advanced features, like a redirect manager and support for multiple keywords. It also comes with 24/7 personal support.\n\n<a class=\"button\" href=\"http://www.thetradingroom.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\";}}i:1;a:2:{s:7:\"message\";s:172:\"Don\'t miss your crawl errors: <a href=\"http://www.thetradingroom.com/wp-admin/admin.php?page=wpseo_search_console&tab=settings\">connect with Google Search Console here</a>.\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:17:\"wpseo-dismiss-gsc\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:14:\"manage_options\";s:16:\"capability_check\";s:3:\"all\";}}}'),(115,1,'wpseo-upsell-notice','seen'),(116,1,'wpseo-dismiss-gsc','seen'),(118,2,'_card_fav','a:1:{i:0;s:0:\"\";}'),(166,1,'wpseo_excludeauthorsitemap',''),(123,1,'wp_optimizemember_registration_ip','93.31.86.165'),(124,1,'wp_optimizemember_login_counter','3'),(148,2,'wp_yoast_notifications','a:2:{i:0;a:2:{s:7:\"message\";s:778:\"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?utm_content=5.1\">give us a 5 stars rating on WordPress.org</a>!\n\nIf you are experiencing issues, <a href=\"https://yoa.st/bugreport?utm_content=5.1\">please file a bug report</a> and we\'ll do our best to help you out.\n\nBy the way, did you know we also have a <a href=\'https://yoa.st/premium-notification?utm_content=5.1\'>Premium plugin</a>? It offers advanced features, like a redirect manager and support for multiple keywords. It also comes with 24/7 personal support.\n\n<a class=\"button\" href=\"http://www.thetradingroom.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\";}}i:1;a:2:{s:7:\"message\";s:172:\"Don\'t miss your crawl errors: <a href=\"http://www.thetradingroom.com/wp-admin/admin.php?page=wpseo_search_console&tab=settings\">connect with Google Search Console here</a>.\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:17:\"wpseo-dismiss-gsc\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:14:\"manage_options\";s:16:\"capability_check\";s:3:\"all\";}}}'),(127,2,'pl_position',''),(128,2,'pl_facebook',''),(129,2,'pl_instagram',''),(130,2,'pl_instagram_token',''),(131,2,'pl_github',''),(132,2,'pl_twitter',''),(133,2,'pl_city',''),(134,2,'pl_country',''),(135,2,'wp_optimizemember_subscr_gateway',''),(136,2,'wp_optimizemember_subscr_id',''),(137,2,'wp_optimizemember_custom',''),(138,2,'wp_optimizemember_notes',''),(139,2,'wp_optimizemember_paid_registration_times','a:2:{s:5:\"level\";i:1479595758;s:6:\"level4\";i:1479595758;}'),(140,2,'wpseo_excludeauthorsitemap',''),(141,2,'wpseo_content_analysis_disable',''),(142,2,'wpseo_keyword_analysis_disable',''),(179,2,'community-events-location','a:1:{s:2:\"ip\";s:12:\"76.109.204.0\";}'),(153,1,'pl_company',''),(154,1,'pl_site',''),(155,1,'pl_position',''),(156,1,'pl_facebook',''),(157,1,'pl_instagram',''),(158,1,'pl_instagram_token',''),(159,1,'pl_github',''),(160,1,'pl_twitter',''),(161,1,'pl_city',''),(162,1,'pl_country',''),(163,1,'wpseo_title',''),(164,1,'wpseo_metadesc',''),(165,1,'wpseo_metakey',''),(150,1,'manageedit-postcolumnshidden','a:3:{i:0;s:11:\"wpseo-title\";i:1;s:14:\"wpseo-metadesc\";i:2;s:13:\"wpseo-focuskw\";}'),(151,1,'closedpostboxes_post','a:1:{i:0;s:11:\"commentsdiv\";}'),(152,1,'metaboxhidden_post','a:10:{i:0;s:30:\"pagelines-metabox-post-gallery\";i:1;s:28:\"pagelines-metabox-post-quote\";i:2;s:27:\"pagelines-metabox-post-link\";i:3;s:28:\"pagelines-metabox-post-video\";i:4;s:28:\"pagelines-metabox-post-audio\";i:5;s:11:\"postexcerpt\";i:6;s:13:\"trackbacksdiv\";i:7;s:10:\"postcustom\";i:8;s:7:\"slugdiv\";i:9;s:9:\"authordiv\";}'),(167,1,'wpseo_content_analysis_disable',''),(168,1,'wpseo_keyword_analysis_disable',''),(169,1,'aim',''),(170,1,'yim',''),(171,1,'jabber',''),(172,1,'googleplus',''),(173,1,'twitter',''),(174,1,'facebook',''),(175,1,'google_profile',''),(178,1,'community-events-location','a:1:{s:2:\"ip\";s:10:\"93.31.86.0\";}');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_users`
--

DROP TABLE IF EXISTS `wp_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_users`
--

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'admintrading','$P$BDaluNCNQFfaDaD63e7twlpe1qYqv80','admintrading','medx75@gmail.com','','2013-02-21 15:23:52','',0,'admintrading'),(2,'joegrios','$P$BdgHo1od7BPSjYA5Z1NBl4dj8w7or..','joegrios','joegrios@gmail.com','http://riosquant.com','2013-02-26 12:41:30','1479585169:$P$BwpiBwKhEJrQZrWvJrS9KbiZtrovxp/',0,'Joe Rios');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_seo_links`
--

DROP TABLE IF EXISTS `wp_yoast_seo_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_yoast_seo_links` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(255) NOT NULL,
  `post_id` bigint(20) unsigned NOT NULL,
  `target_post_id` bigint(20) unsigned NOT NULL,
  `type` varchar(8) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `link_direction` (`post_id`,`type`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_seo_links`
--

LOCK TABLES `wp_yoast_seo_links` WRITE;
/*!40000 ALTER TABLE `wp_yoast_seo_links` DISABLE KEYS */;
INSERT INTO `wp_yoast_seo_links` VALUES (1,'http://www.riosquant.com/headlines/2017-08-01',3545,0,'external'),(2,'http://www.riosquant.com/headlines/2017-08-07',3549,0,'external'),(3,'http://cts.vresp.com/c/?RiosQuantitativeLLC/db5eb3033c/TEST/7740bf20b4/RiosQuantitativeLLC/cf31d02062/TEST/cd82c746dd/trial=1',3549,0,'external'),(4,'http://cts.vresp.com/c/?RiosQuantitativeLLC/db5eb3033c/TEST/27a80d5d91',3549,0,'external');
/*!40000 ALTER TABLE `wp_yoast_seo_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_seo_meta`
--

DROP TABLE IF EXISTS `wp_yoast_seo_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_yoast_seo_meta` (
  `object_id` bigint(20) unsigned NOT NULL,
  `internal_link_count` int(10) unsigned DEFAULT NULL,
  `incoming_link_count` int(10) unsigned DEFAULT NULL,
  UNIQUE KEY `object_id` (`object_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_seo_meta`
--

LOCK TABLES `wp_yoast_seo_meta` WRITE;
/*!40000 ALTER TABLE `wp_yoast_seo_meta` DISABLE KEYS */;
INSERT INTO `wp_yoast_seo_meta` VALUES (3545,0,NULL),(3549,0,NULL);
/*!40000 ALTER TABLE `wp_yoast_seo_meta` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2017-08-10  5:46:04